Space Engineers
Public Member Functions | Public Attributes | List of all members
VRage.Game.Models.MyTriangleVertexIndices Struct Reference

structure used to set up the mesh More...

Public Member Functions

 MyTriangleVertexIndices (int i0, int i1, int i2)
 
void Set (int i0, int i1, int i2)
 

Public Attributes

int I0
 
int I1
 
int I2
 

Detailed Description

structure used to set up the mesh

Definition at line 33 of file MyModel.cs.

Constructor & Destructor Documentation

VRage.Game.Models.MyTriangleVertexIndices.MyTriangleVertexIndices ( int  i0,
int  i1,
int  i2 
)
inline

Definition at line 37 of file MyModel.cs.

Member Function Documentation

void VRage.Game.Models.MyTriangleVertexIndices.Set ( int  i0,
int  i1,
int  i2 
)
inline

Definition at line 44 of file MyModel.cs.

Member Data Documentation

int VRage.Game.Models.MyTriangleVertexIndices.I0

Definition at line 35 of file MyModel.cs.

int VRage.Game.Models.MyTriangleVertexIndices.I1

Definition at line 35 of file MyModel.cs.

int VRage.Game.Models.MyTriangleVertexIndices.I2

Definition at line 35 of file MyModel.cs.


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