Space Engineers
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
VRage.Render11.GeometryStage2.Instancing.MyInstanceMaterialList Class Reference

Public Member Functions

void SetSize (int size)
 
int GetSize ()
 
MyInstanceMaterial Get (int index)
 
bool IsExplicitlySet (int index)
 
void Set (int index, MyInstanceMaterial instanceMaterial)
 

Static Public Member Functions

static void Clear (MyInstanceMaterialList culledEntity)
 

Public Attributes

MyInstanceMaterial[] m_instanceMaterials
 
bool[] m_explicitInstanceMaterials
 

Detailed Description

Definition at line 49 of file MyInstanceComponent.cs.

Member Function Documentation

static void VRage.Render11.GeometryStage2.Instancing.MyInstanceMaterialList.Clear ( MyInstanceMaterialList  culledEntity)
inlinestatic

Definition at line 88 of file MyInstanceComponent.cs.

MyInstanceMaterial VRage.Render11.GeometryStage2.Instancing.MyInstanceMaterialList.Get ( int  index)
inline

Definition at line 71 of file MyInstanceComponent.cs.

int VRage.Render11.GeometryStage2.Instancing.MyInstanceMaterialList.GetSize ( )
inline

Definition at line 66 of file MyInstanceComponent.cs.

bool VRage.Render11.GeometryStage2.Instancing.MyInstanceMaterialList.IsExplicitlySet ( int  index)
inline

Definition at line 76 of file MyInstanceComponent.cs.

void VRage.Render11.GeometryStage2.Instancing.MyInstanceMaterialList.Set ( int  index,
MyInstanceMaterial  instanceMaterial 
)
inline

Definition at line 81 of file MyInstanceComponent.cs.

void VRage.Render11.GeometryStage2.Instancing.MyInstanceMaterialList.SetSize ( int  size)
inline

Definition at line 54 of file MyInstanceComponent.cs.

Member Data Documentation

bool [] VRage.Render11.GeometryStage2.Instancing.MyInstanceMaterialList.m_explicitInstanceMaterials

Definition at line 52 of file MyInstanceComponent.cs.

MyInstanceMaterial [] VRage.Render11.GeometryStage2.Instancing.MyInstanceMaterialList.m_instanceMaterials

Definition at line 51 of file MyInstanceComponent.cs.


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