Space Engineers
Public Member Functions | Public Attributes | Properties | List of all members
VRageRender.MyRenderInstanceInfo Struct Reference

Public Member Functions

 MyRenderInstanceInfo (uint instanceBufferId, int instanceStart, int instanceCount, float maxViewDistance, MyInstanceFlagsEnum flags)
 
 MyRenderInstanceInfo (uint instanceBufferId, int instanceStart, int instanceCount, bool castShadows, bool showLod1, float maxViewDistance, bool enableColorMaskHsv)
 

Public Attributes

readonly uint InstanceBufferId
 
readonly int InstanceStart
 
readonly int InstanceCount
 
readonly float MaxViewDistance
 
readonly MyInstanceFlagsEnum Flags
 

Properties

bool CastShadows [get]
 
bool ShowLod1 [get]
 
bool EnableColorMask [get]
 

Detailed Description

Definition at line 17 of file MyRenderInstanceInfo.cs.

Constructor & Destructor Documentation

VRageRender.MyRenderInstanceInfo.MyRenderInstanceInfo ( uint  instanceBufferId,
int  instanceStart,
int  instanceCount,
float  maxViewDistance,
MyInstanceFlagsEnum  flags 
)
inline

Definition at line 29 of file MyRenderInstanceInfo.cs.

VRageRender.MyRenderInstanceInfo.MyRenderInstanceInfo ( uint  instanceBufferId,
int  instanceStart,
int  instanceCount,
bool  castShadows,
bool  showLod1,
float  maxViewDistance,
bool  enableColorMaskHsv 
)
inline

Definition at line 38 of file MyRenderInstanceInfo.cs.

Member Data Documentation

readonly MyInstanceFlagsEnum VRageRender.MyRenderInstanceInfo.Flags

Definition at line 23 of file MyRenderInstanceInfo.cs.

readonly uint VRageRender.MyRenderInstanceInfo.InstanceBufferId

Definition at line 19 of file MyRenderInstanceInfo.cs.

readonly int VRageRender.MyRenderInstanceInfo.InstanceCount

Definition at line 21 of file MyRenderInstanceInfo.cs.

readonly int VRageRender.MyRenderInstanceInfo.InstanceStart

Definition at line 20 of file MyRenderInstanceInfo.cs.

readonly float VRageRender.MyRenderInstanceInfo.MaxViewDistance

Definition at line 22 of file MyRenderInstanceInfo.cs.

Property Documentation

bool VRageRender.MyRenderInstanceInfo.CastShadows
get

Definition at line 25 of file MyRenderInstanceInfo.cs.

bool VRageRender.MyRenderInstanceInfo.EnableColorMask
get

Definition at line 27 of file MyRenderInstanceInfo.cs.

bool VRageRender.MyRenderInstanceInfo.ShowLod1
get

Definition at line 26 of file MyRenderInstanceInfo.cs.


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