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

Public Member Functions

 MyPackedPool (int startingSize)
 
GetByHandle (MyPackedPoolHandle handle)
 
int AsIndex (MyPackedPoolHandle handle)
 
void Free (MyPackedPoolHandle handle)
 
MyPackedPoolHandle Allocate ()
 
void Clear ()
 

Properties

int Size [get]
 
T[] Data [get]
 

Detailed Description

Type Constraints
T :struct 

Definition at line 180 of file MyPackedPool.cs.

Constructor & Destructor Documentation

VRageRender.MyPackedPool< T >.MyPackedPool ( int  startingSize)
inline

Definition at line 188 of file MyPackedPool.cs.

Member Function Documentation

MyPackedPoolHandle VRageRender.MyPackedPool< T >.Allocate ( )
inline

Definition at line 215 of file MyPackedPool.cs.

int VRageRender.MyPackedPool< T >.AsIndex ( MyPackedPoolHandle  handle)
inline

Definition at line 201 of file MyPackedPool.cs.

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

Definition at line 227 of file MyPackedPool.cs.

void VRageRender.MyPackedPool< T >.Free ( MyPackedPoolHandle  handle)
inline

Definition at line 206 of file MyPackedPool.cs.

T VRageRender.MyPackedPool< T >.GetByHandle ( MyPackedPoolHandle  handle)
inline

Definition at line 196 of file MyPackedPool.cs.

Property Documentation

T [] VRageRender.MyPackedPool< T >.Data
get

Definition at line 194 of file MyPackedPool.cs.

int VRageRender.MyPackedPool< T >.Size
get

Definition at line 186 of file MyPackedPool.cs.


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