Class BillboardCellFactory
- Namespace
- AwesomeTechnologies.VegetationSystem
- Assembly
- Assembly-CSharp.dll
public class BillboardCellFactory
- Inheritance
-
BillboardCellFactory
- Inherited Members
-
- Extension Methods
-
Constructors
BillboardCellFactory()
public BillboardCellFactory()
Fields
BillboardCellList
public List<BillboardCell> BillboardCellList
Field Value
- List<BillboardCell>
BillboardCellQuadTree
public QuadTree<BillboardCell> BillboardCellQuadTree
Field Value
- QuadTree<BillboardCell>
BillboardCellSize
public float BillboardCellSize
Field Value
- float
CellSize
Field Value
- float
ExcludeSeaLevelCells
public bool ExcludeSeaLevelCells
Field Value
- bool
PolarSphereRadius
public float PolarSphereRadius
Field Value
- float
SeaLevel
Field Value
- float
TerrainType
public TerrainType TerrainType
Field Value
- TerrainType
VegetationStudioTerrainList
public List<IVegetationStudioTerrain> VegetationStudioTerrainList
Field Value
- List<IVegetationStudioTerrain>
VegetationSystemBounds
public Bounds VegetationSystemBounds
Field Value
- Bounds
VegetationSystemPro
public VegetationSystemPro VegetationSystemPro
Field Value
- VegetationSystemPro
Methods
CreateBillboardCells(Bounds)
public void CreateBillboardCells(Bounds bounds)
Parameters
bounds Bounds
CreateBillboardCells(Bounds, List<BillboardCell>)
public void CreateBillboardCells(Bounds bounds, List<BillboardCell> overlapBillboardCellList)
Parameters
bounds Bounds
overlapBillboardCellList List<BillboardCell>
CreateBillboardCells(Rect, List<BillboardCell>, List<BillboardCell>)
public void CreateBillboardCells(Rect rect, List<BillboardCell> overlapBillboardCellList, List<BillboardCell> newBillboardCellList)
Parameters
rect Rect
overlapBillboardCellList List<BillboardCell>
newBillboardCellList List<BillboardCell>