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

Using this attribute on a class requires a public static method with the PooledObjectCleaner attribute in the class. There should be a public parameterless constructor defined too. More...

Inheritance diagram for VRageRender.PooledObjectAttribute:

Public Member Functions

 PooledObjectAttribute (int poolPreallocationSize=2)
 

Detailed Description

Using this attribute on a class requires a public static method with the PooledObjectCleaner attribute in the class. There should be a public parameterless constructor defined too.

Definition at line 274 of file MyObjectPoolManager.cs.

Constructor & Destructor Documentation

VRageRender.PooledObjectAttribute.PooledObjectAttribute ( int  poolPreallocationSize = 2)
inline

Definition at line 277 of file MyObjectPoolManager.cs.


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