CaveworldFlora.Cluster.GetMaxExclusivityRadius C# (CSharp) Method

GetMaxExclusivityRadius() public static method

public static GetMaxExclusivityRadius ( ThingDef_ClusterPlant plantDef ) : float
plantDef ThingDef_ClusterPlant
return float
        public static float GetMaxExclusivityRadius(ThingDef_ClusterPlant plantDef)
        {
            return (plantDef.clusterExclusivityRadiusOffset + ((float)plantDef.clusterSizeRange.max) * plantDef.clusterExclusivityRadiusFactor);
        }