C# 클래스 BulletCSharp.btSerializer

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

보호된 프로퍼티들

프로퍼티 타입 설명
swigCMemOwn bool

공개 메소드들

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

비공개 메소드들

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

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

allocate() 공개 메소드

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

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

findPointer() 공개 메소드

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

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

registerNameForPointer() 공개 메소드

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

serializeName() 공개 메소드

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

setSerializationFlags() 공개 메소드

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

startSerialization() 공개 메소드

public startSerialization ( ) : void
리턴 void

프로퍼티 상세

swigCMemOwn 보호되어 있는 프로퍼티

protected bool swigCMemOwn
리턴 bool