|
| static int | GetTreeTrunkValue (TreeType treeType) |
| |
| static int | GetTreeLeavesValue (TreeType treeType) |
| |
| static ReadOnlyList< TerrainBrush > | GetTreeBrushes (TreeType treeType) |
| |
| static int | GenerateRandomPlantValue (Random random, int groundValue, int temperature, int humidity, int y) |
| |
| static ? TreeType | GenerateRandomTreeType (Random random, int temperature, int humidity, int y, float densityMultiplier=1f) |
| |
| static float | CalculateTreeDensity (TreeType treeType, int temperature, int humidity, int y) |
| |
| static float | CalculateTreeProbability (TreeType treeType, int temperature, int humidity, int y) |
| |
| static float | RangeProbability (float v, float a, float b, float c, float d) |
| |
| static TerrainBrush | CreateTreeBrush (Random random, int woodIndex, int leavesIndex, int height, int branchesCount, int leavesRounds, Func< int, int, float > leavesProbability, Func< int, float > branchesLength) |
| |
| static TerrainBrush | CreateMimosaBrush (Random random, float size) |
| |