C# Class BulletCSharp.btDefaultSerializer

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

Public Methods

Method Description
Dispose ( ) : void
allocate ( uint size, int numElements ) : btChunk
btDefaultSerializer ( ) : System
btDefaultSerializer ( int totalSize ) : System
finalizeChunk ( btChunk chunk, string structType, int chunkCode, SWIGTYPE_p_void oldPtr ) : void
findNameForPointer ( SWIGTYPE_p_void ptr ) : string
finishSerialization ( ) : void
getBufferPointer ( ) : SWIGTYPE_p_unsigned_char
getCurrentBufferSize ( ) : int
getSerializationFlags ( ) : int
getUniquePointer ( SWIGTYPE_p_void oldPtr ) : SWIGTYPE_p_void
internalAlloc ( uint size ) : SWIGTYPE_p_unsigned_char
registerNameForPointer ( SWIGTYPE_p_void ptr, string name ) : void
serializeName ( string name ) : void
setSerializationFlags ( int flags ) : void
startSerialization ( ) : void
writeHeader ( SWIGTYPE_p_unsigned_char buffer ) : void

Private Methods

Method Description
btDefaultSerializer ( IntPtr cPtr, bool cMemoryOwn ) : System
getCPtr ( btDefaultSerializer 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

btDefaultSerializer() public method

public btDefaultSerializer ( ) : System
return System

btDefaultSerializer() public method

public btDefaultSerializer ( int totalSize ) : System
totalSize int
return System

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

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

internalAlloc() public method

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

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 name ) : void
name string
return void

setSerializationFlags() public method

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

startSerialization() public method

public startSerialization ( ) : void
return void

writeHeader() public method

public writeHeader ( SWIGTYPE_p_unsigned_char buffer ) : void
buffer SWIGTYPE_p_unsigned_char
return void