C# 클래스 BulletCSharp.btAlignedObjectArraybtFace

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

보호된 프로퍼티들

프로퍼티 타입 설명
swigCMemOwn bool

공개 메소드들

메소드 설명
Dispose ( ) : void
at ( int n ) : btFace
btAlignedObjectArraybtFace ( ) : System
btAlignedObjectArraybtFace ( btAlignedObjectArraybtFace otherArray ) : System
capacity ( ) : int
clear ( ) : void
copyFromArray ( btAlignedObjectArraybtFace otherArray ) : void
expand ( ) : btFace
expand ( btFace fillValue ) : btFace
expandNonInitializing ( ) : btFace
findBinarySearch ( btFace key ) : int
findLinearSearch ( btFace key ) : int
initializeFromBuffer ( SWIGTYPE_p_void buffer, int size, int capacity ) : void
pop_back ( ) : void
push_back ( btFace _Val ) : void
remove ( btFace key ) : void
reserve ( int _Count ) : void
resize ( int newsize ) : void
resize ( int newsize, btFace fillData ) : void
resizeNoInitialize ( int newsize ) : void
size ( ) : int
swap ( int index0, int index1 ) : void

비공개 메소드들

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

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

at() 공개 메소드

public at ( int n ) : btFace
n int
리턴 btFace

btAlignedObjectArraybtFace() 공개 메소드

public btAlignedObjectArraybtFace ( ) : System
리턴 System

btAlignedObjectArraybtFace() 공개 메소드

public btAlignedObjectArraybtFace ( btAlignedObjectArraybtFace otherArray ) : System
otherArray btAlignedObjectArraybtFace
리턴 System

capacity() 공개 메소드

public capacity ( ) : int
리턴 int

clear() 공개 메소드

public clear ( ) : void
리턴 void

copyFromArray() 공개 메소드

public copyFromArray ( btAlignedObjectArraybtFace otherArray ) : void
otherArray btAlignedObjectArraybtFace
리턴 void

expand() 공개 메소드

public expand ( ) : btFace
리턴 btFace

expand() 공개 메소드

public expand ( btFace fillValue ) : btFace
fillValue btFace
리턴 btFace

expandNonInitializing() 공개 메소드

public expandNonInitializing ( ) : btFace
리턴 btFace

findBinarySearch() 공개 메소드

public findBinarySearch ( btFace key ) : int
key btFace
리턴 int

findLinearSearch() 공개 메소드

public findLinearSearch ( btFace key ) : int
key btFace
리턴 int

initializeFromBuffer() 공개 메소드

public initializeFromBuffer ( SWIGTYPE_p_void buffer, int size, int capacity ) : void
buffer SWIGTYPE_p_void
size int
capacity int
리턴 void

pop_back() 공개 메소드

public pop_back ( ) : void
리턴 void

push_back() 공개 메소드

public push_back ( btFace _Val ) : void
_Val btFace
리턴 void

remove() 공개 메소드

public remove ( btFace key ) : void
key btFace
리턴 void

reserve() 공개 메소드

public reserve ( int _Count ) : void
_Count int
리턴 void

resize() 공개 메소드

public resize ( int newsize ) : void
newsize int
리턴 void

resize() 공개 메소드

public resize ( int newsize, btFace fillData ) : void
newsize int
fillData btFace
리턴 void

resizeNoInitialize() 공개 메소드

public resizeNoInitialize ( int newsize ) : void
newsize int
리턴 void

size() 공개 메소드

public size ( ) : int
리턴 int

swap() 공개 메소드

public swap ( int index0, int index1 ) : void
index0 int
index1 int
리턴 void

프로퍼티 상세

swigCMemOwn 보호되어 있는 프로퍼티

protected bool swigCMemOwn
리턴 bool