C# 클래스 BulletCSharp.btDefaultSerializer

상속: btSerializer
파일 보기 프로젝트 열기: sanglin307/BulletUnity3D 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
btDefaultSerializer ( IntPtr cPtr, bool cMemoryOwn ) : System
getCPtr ( btDefaultSerializer obj ) : HandleRef

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

allocate() 공개 메소드

public allocate ( uint size, int numElements ) : btChunk
size uint
numElements int
리턴 btChunk

btDefaultSerializer() 공개 메소드

public btDefaultSerializer ( ) : System
리턴 System

btDefaultSerializer() 공개 메소드

public btDefaultSerializer ( int totalSize ) : System
totalSize int
리턴 System

finalizeChunk() 공개 메소드

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

findNameForPointer() 공개 메소드

public findNameForPointer ( SWIGTYPE_p_void ptr ) : string
ptr SWIGTYPE_p_void
리턴 string

finishSerialization() 공개 메소드

public finishSerialization ( ) : void
리턴 void

getBufferPointer() 공개 메소드

public getBufferPointer ( ) : SWIGTYPE_p_unsigned_char
리턴 SWIGTYPE_p_unsigned_char

getCurrentBufferSize() 공개 메소드

public getCurrentBufferSize ( ) : int
리턴 int

getSerializationFlags() 공개 메소드

public getSerializationFlags ( ) : int
리턴 int

getUniquePointer() 공개 메소드

public getUniquePointer ( SWIGTYPE_p_void oldPtr ) : SWIGTYPE_p_void
oldPtr SWIGTYPE_p_void
리턴 SWIGTYPE_p_void

internalAlloc() 공개 메소드

public internalAlloc ( uint size ) : SWIGTYPE_p_unsigned_char
size uint
리턴 SWIGTYPE_p_unsigned_char

registerNameForPointer() 공개 메소드

public registerNameForPointer ( SWIGTYPE_p_void ptr, string name ) : void
ptr SWIGTYPE_p_void
name string
리턴 void

serializeName() 공개 메소드

public serializeName ( string name ) : void
name string
리턴 void

setSerializationFlags() 공개 메소드

public setSerializationFlags ( int flags ) : void
flags int
리턴 void

startSerialization() 공개 메소드

public startSerialization ( ) : void
리턴 void

writeHeader() 공개 메소드

public writeHeader ( SWIGTYPE_p_unsigned_char buffer ) : void
buffer SWIGTYPE_p_unsigned_char
리턴 void