![]() |
CG Framework 0.1
Chloroplast Games Framework
|
Inheritance diagram for Dest.Modeling.Disk:Public Member Functions | |
| override void | CreateMesh () |
| abstract void | CreateMesh () |
Public Attributes | |
| MeshGenerator.Directions | Direction = MeshGenerator.Directions.Up |
| float | Radius = 1f |
| int | Sides = 30 |
| bool | GenerateNormals = true |
| bool | GenerateUVs = true |
Public Attributes inherited from Dest.Modeling.PrimitiveBase | |
| Mesh | GeneratedMesh |
|
virtual |
Implements Dest.Modeling.PrimitiveBase.
| MeshGenerator.Directions Dest.Modeling.Disk.Direction = MeshGenerator.Directions.Up |
| bool Dest.Modeling.Disk.GenerateNormals = true |
| bool Dest.Modeling.Disk.GenerateUVs = true |
| float Dest.Modeling.Disk.Radius = 1f |
| int Dest.Modeling.Disk.Sides = 30 |