C# Class BulletCSharp.btSerializer

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 ( 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

Méthode Description
btSerializer ( IntPtr cPtr, bool cMemoryOwn ) : System
getCPtr ( btSerializer 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

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

findPointer() public méthode

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

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

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 ptr ) : void
ptr 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

Property Details

swigCMemOwn protected_oe property

protected bool swigCMemOwn
Résultat bool