Space Engineers
Public Member Functions | List of all members
VRageRender.MyPackedIndexerDynamic Class Reference

Public Member Functions

 MyPackedIndexerDynamic (int startingSize)
 
void Extend (int newSize)
 
int GetIndex (MyPackedPoolHandle handle)
 
void Free (MyPackedPoolHandle handle)
 
MyPackedPoolHandle Allocate ()
 
void Clear ()
 

Detailed Description

Definition at line 85 of file MyPackedPool.cs.

Constructor & Destructor Documentation

VRageRender.MyPackedIndexerDynamic.MyPackedIndexerDynamic ( int  startingSize)
inline

Definition at line 98 of file MyPackedPool.cs.

Member Function Documentation

MyPackedPoolHandle VRageRender.MyPackedIndexerDynamic.Allocate ( )
inline

Definition at line 149 of file MyPackedPool.cs.

void VRageRender.MyPackedIndexerDynamic.Clear ( )
inline

Definition at line 165 of file MyPackedPool.cs.

void VRageRender.MyPackedIndexerDynamic.Extend ( int  newSize)
inline

Definition at line 113 of file MyPackedPool.cs.

void VRageRender.MyPackedIndexerDynamic.Free ( MyPackedPoolHandle  handle)
inline

Definition at line 135 of file MyPackedPool.cs.

int VRageRender.MyPackedIndexerDynamic.GetIndex ( MyPackedPoolHandle  handle)
inline

Definition at line 130 of file MyPackedPool.cs.


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