CG Framework 0.1
Chloroplast Games Framework
Dest.Modeling.Plane Class Reference
+ Inheritance diagram for Dest.Modeling.Plane:

Public Member Functions

override void CreateMesh ()
 
abstract void CreateMesh ()
 

Public Attributes

MeshGenerator.Directions Direction = MeshGenerator.Directions.Back
 
float Width = 10f
 
float Height = 10f
 
int WidthSegments = 4
 
int HeightSegments = 4
 
bool GenerateNormals = true
 
bool GenerateUVs = true
 
- Public Attributes inherited from Dest.Modeling.PrimitiveBase
Mesh GeneratedMesh
 

Member Function Documentation

◆ CreateMesh()

override void Dest.Modeling.Plane.CreateMesh ( )
virtual

Member Data Documentation

◆ Direction

◆ GenerateNormals

bool Dest.Modeling.Plane.GenerateNormals = true

◆ GenerateUVs

bool Dest.Modeling.Plane.GenerateUVs = true

◆ Height

float Dest.Modeling.Plane.Height = 10f

◆ HeightSegments

int Dest.Modeling.Plane.HeightSegments = 4

◆ Width

float Dest.Modeling.Plane.Width = 10f

◆ WidthSegments

int Dest.Modeling.Plane.WidthSegments = 4

The documentation for this class was generated from the following file: