Space Engineers
Classes | Public Member Functions | List of all members
Sandbox.Game.Entities.MyExportModel Class Reference

Classes

struct  Material
 

Public Member Functions

 MyExportModel (MyModel model)
 
HalfVector2[] GetTexCoords ()
 
List< MaterialGetMaterials ()
 
int GetVerticesCount ()
 
int GetTrianglesCount ()
 
MyTriangleVertexIndices GetTriangle (int index)
 

Detailed Description

Definition at line 2791 of file MyCubeGrid.Static.cs.

Constructor & Destructor Documentation

Sandbox.Game.Entities.MyExportModel.MyExportModel ( MyModel  model)
inline

Definition at line 2806 of file MyCubeGrid.Static.cs.

Member Function Documentation

List<Material> Sandbox.Game.Entities.MyExportModel.GetMaterials ( )
inline

Definition at line 2818 of file MyCubeGrid.Static.cs.

HalfVector2 [] Sandbox.Game.Entities.MyExportModel.GetTexCoords ( )
inline

Definition at line 2813 of file MyCubeGrid.Static.cs.

MyTriangleVertexIndices Sandbox.Game.Entities.MyExportModel.GetTriangle ( int  index)
inline

Definition at line 2833 of file MyCubeGrid.Static.cs.

int Sandbox.Game.Entities.MyExportModel.GetTrianglesCount ( )
inline

Definition at line 2828 of file MyCubeGrid.Static.cs.

int Sandbox.Game.Entities.MyExportModel.GetVerticesCount ( )
inline

Definition at line 2823 of file MyCubeGrid.Static.cs.


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