Space Engineers
Public Member Functions | Public Attributes | List of all members
VRageRender.MyBillboardBatch< T > Class Template Reference

Public Member Functions

void Clear ()
 

Public Attributes

readonly List< T > Billboards = new List<T>(16384)
 
readonly MyObjectsPoolSimple< T > Pool = new MyObjectsPoolSimple<T>(MyTransparentGeometryConstants.MAX_TRANSPARENT_GEOMETRY_COUNT / 2)
 
readonly Dictionary< int, MyBillboardViewProjectionMatrices = new Dictionary<int, MyBillboardViewProjection>(10)
 

Detailed Description

Type Constraints
T :MyBillboard 
T :new() 

Definition at line 9 of file MyBillboardBatch.cs.

Member Function Documentation

void VRageRender.MyBillboardBatch< T >.Clear ( )
inline

Definition at line 15 of file MyBillboardBatch.cs.

Member Data Documentation

readonly List<T> VRageRender.MyBillboardBatch< T >.Billboards = new List<T>(16384)

Definition at line 11 of file MyBillboardBatch.cs.

readonly Dictionary<int, MyBillboardViewProjection> VRageRender.MyBillboardBatch< T >.Matrices = new Dictionary<int, MyBillboardViewProjection>(10)

Definition at line 13 of file MyBillboardBatch.cs.

readonly MyObjectsPoolSimple<T> VRageRender.MyBillboardBatch< T >.Pool = new MyObjectsPoolSimple<T>(MyTransparentGeometryConstants.MAX_TRANSPARENT_GEOMETRY_COUNT / 2)

Definition at line 12 of file MyBillboardBatch.cs.


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