C# Class BulletCSharp.btStackAlloc

Inheritance: IDisposable
Show file Open project: sanglin307/BulletUnity3D Class Usage Examples

Protected Properties

Property Type Description
swigCMemOwn bool

Public Methods

Method Description
Dispose ( ) : void
allocate ( uint size ) : SWIGTYPE_p_unsigned_char
beginBlock ( ) : btBlock
btStackAlloc ( uint size ) : System
create ( uint size ) : void
destroy ( ) : void
endBlock ( btBlock block ) : void
getAvailableMemory ( ) : int

Private Methods

Method Description
btStackAlloc ( IntPtr cPtr, bool cMemoryOwn ) : System
getCPtr ( btStackAlloc obj ) : HandleRef

Method Details

Dispose() public method

public Dispose ( ) : void
return void

allocate() public method

public allocate ( uint size ) : SWIGTYPE_p_unsigned_char
size uint
return SWIGTYPE_p_unsigned_char

beginBlock() public method

public beginBlock ( ) : btBlock
return btBlock

btStackAlloc() public method

public btStackAlloc ( uint size ) : System
size uint
return System

create() public method

public create ( uint size ) : void
size uint
return void

destroy() public method

public destroy ( ) : void
return void

endBlock() public method

public endBlock ( btBlock block ) : void
block btBlock
return void

getAvailableMemory() public method

public getAvailableMemory ( ) : int
return int

Property Details

swigCMemOwn protected property

protected bool swigCMemOwn
return bool