C# Class BulletCSharp.btDefaultSerializer

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

Méthodes publiques

Méthode 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

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

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

allocate() public méthode

public allocate ( uint size, int numElements ) : btChunk
size uint
numElements int
Résultat btChunk

btDefaultSerializer() public méthode

public btDefaultSerializer ( ) : System
Résultat System

btDefaultSerializer() public méthode

public btDefaultSerializer ( int totalSize ) : System
totalSize int
Résultat System

finalizeChunk() public méthode

public finalizeChunk ( btChunk chunk, string structType, int chunkCode, SWIGTYPE_p_void oldPtr ) : void
chunk btChunk
structType string
chunkCode int
oldPtr SWIGTYPE_p_void
Résultat void

findNameForPointer() public méthode

public findNameForPointer ( SWIGTYPE_p_void ptr ) : string
ptr SWIGTYPE_p_void
Résultat string

finishSerialization() public méthode

public finishSerialization ( ) : void
Résultat void

getBufferPointer() public méthode

public getBufferPointer ( ) : SWIGTYPE_p_unsigned_char
Résultat SWIGTYPE_p_unsigned_char

getCurrentBufferSize() public méthode

public getCurrentBufferSize ( ) : int
Résultat int

getSerializationFlags() public méthode

public getSerializationFlags ( ) : int
Résultat int

getUniquePointer() public méthode

public getUniquePointer ( SWIGTYPE_p_void oldPtr ) : SWIGTYPE_p_void
oldPtr SWIGTYPE_p_void
Résultat SWIGTYPE_p_void

internalAlloc() public méthode

public internalAlloc ( uint size ) : SWIGTYPE_p_unsigned_char
size uint
Résultat SWIGTYPE_p_unsigned_char

registerNameForPointer() public méthode

public registerNameForPointer ( SWIGTYPE_p_void ptr, string name ) : void
ptr SWIGTYPE_p_void
name string
Résultat void

serializeName() public méthode

public serializeName ( string name ) : void
name string
Résultat void

setSerializationFlags() public méthode

public setSerializationFlags ( int flags ) : void
flags int
Résultat void

startSerialization() public méthode

public startSerialization ( ) : void
Résultat void

writeHeader() public méthode

public writeHeader ( SWIGTYPE_p_unsigned_char buffer ) : void
buffer SWIGTYPE_p_unsigned_char
Résultat void