C# Class BulletCSharp.btSerializer

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, int numElements ) : btChunk
finalizeChunk ( btChunk chunk, string structType, int chunkCode, SWIGTYPE_p_void oldPtr ) : void
findNameForPointer ( SWIGTYPE_p_void ptr ) : string
findPointer ( SWIGTYPE_p_void oldPtr ) : SWIGTYPE_p_void
finishSerialization ( ) : void
getBufferPointer ( ) : SWIGTYPE_p_unsigned_char
getCurrentBufferSize ( ) : int
getSerializationFlags ( ) : int
getUniquePointer ( SWIGTYPE_p_void oldPtr ) : SWIGTYPE_p_void
registerNameForPointer ( SWIGTYPE_p_void ptr, string name ) : void
serializeName ( string ptr ) : void
setSerializationFlags ( int flags ) : void
startSerialization ( ) : void

Private Methods

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

Method Details

Dispose() public method

public Dispose ( ) : void
return void

allocate() public method

public allocate ( uint size, int numElements ) : btChunk
size uint
numElements int
return btChunk

finalizeChunk() public method

public finalizeChunk ( btChunk chunk, string structType, int chunkCode, SWIGTYPE_p_void oldPtr ) : void
chunk btChunk
structType string
chunkCode int
oldPtr SWIGTYPE_p_void
return void

findNameForPointer() public method

public findNameForPointer ( SWIGTYPE_p_void ptr ) : string
ptr SWIGTYPE_p_void
return string

findPointer() public method

public findPointer ( SWIGTYPE_p_void oldPtr ) : SWIGTYPE_p_void
oldPtr SWIGTYPE_p_void
return SWIGTYPE_p_void

finishSerialization() public method

public finishSerialization ( ) : void
return void

getBufferPointer() public method

public getBufferPointer ( ) : SWIGTYPE_p_unsigned_char
return SWIGTYPE_p_unsigned_char

getCurrentBufferSize() public method

public getCurrentBufferSize ( ) : int
return int

getSerializationFlags() public method

public getSerializationFlags ( ) : int
return int

getUniquePointer() public method

public getUniquePointer ( SWIGTYPE_p_void oldPtr ) : SWIGTYPE_p_void
oldPtr SWIGTYPE_p_void
return SWIGTYPE_p_void

registerNameForPointer() public method

public registerNameForPointer ( SWIGTYPE_p_void ptr, string name ) : void
ptr SWIGTYPE_p_void
name string
return void

serializeName() public method

public serializeName ( string ptr ) : void
ptr string
return void

setSerializationFlags() public method

public setSerializationFlags ( int flags ) : void
flags int
return void

startSerialization() public method

public startSerialization ( ) : void
return void

Property Details

swigCMemOwn protected property

protected bool swigCMemOwn
return bool