C# Class BulletCSharp.btPoolAllocator

Inheritance: IDisposable
Afficher le fichier Open project: sanglin307/BulletUnity3D Class Usage Examples

Protected Properties

Свойство Type Description
swigCMemOwn bool

Méthodes publiques

Méthode Description
Dispose ( ) : void
allocate ( int size ) : SWIGTYPE_p_void
btPoolAllocator ( int elemSize, int maxElements ) : System
freeMemory ( SWIGTYPE_p_void ptr ) : void
getElementSize ( ) : int
getFreeCount ( ) : int
getMaxCount ( ) : int
getPoolAddress ( ) : SWIGTYPE_p_unsigned_char
getUsedCount ( ) : int
validPtr ( SWIGTYPE_p_void ptr ) : bool

Private Methods

Méthode Description
btPoolAllocator ( IntPtr cPtr, bool cMemoryOwn ) : System
getCPtr ( btPoolAllocator obj ) : HandleRef

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

allocate() public méthode

public allocate ( int size ) : SWIGTYPE_p_void
size int
Résultat SWIGTYPE_p_void

btPoolAllocator() public méthode

public btPoolAllocator ( int elemSize, int maxElements ) : System
elemSize int
maxElements int
Résultat System

freeMemory() public méthode

public freeMemory ( SWIGTYPE_p_void ptr ) : void
ptr SWIGTYPE_p_void
Résultat void

getElementSize() public méthode

public getElementSize ( ) : int
Résultat int

getFreeCount() public méthode

public getFreeCount ( ) : int
Résultat int

getMaxCount() public méthode

public getMaxCount ( ) : int
Résultat int

getPoolAddress() public méthode

public getPoolAddress ( ) : SWIGTYPE_p_unsigned_char
Résultat SWIGTYPE_p_unsigned_char

getUsedCount() public méthode

public getUsedCount ( ) : int
Résultat int

validPtr() public méthode

public validPtr ( SWIGTYPE_p_void ptr ) : bool
ptr SWIGTYPE_p_void
Résultat bool

Property Details

swigCMemOwn protected_oe property

protected bool swigCMemOwn
Résultat bool