C# 클래스 BulletCSharp.btAlignedObjectArrayFace

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

보호된 프로퍼티들

프로퍼티 타입 설명
swigCMemOwn bool

공개 메소드들

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

비공개 메소드들

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

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

at() 공개 메소드

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

btAlignedObjectArrayFace() 공개 메소드

public btAlignedObjectArrayFace ( ) : System
리턴 System

btAlignedObjectArrayFace() 공개 메소드

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

capacity() 공개 메소드

public capacity ( ) : int
리턴 int

clear() 공개 메소드

public clear ( ) : void
리턴 void

copyFromArray() 공개 메소드

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

expand() 공개 메소드

public expand ( ) : Face
리턴 Face

expand() 공개 메소드

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

expandNonInitializing() 공개 메소드

public expandNonInitializing ( ) : Face
리턴 Face

findBinarySearch() 공개 메소드

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

findLinearSearch() 공개 메소드

public findLinearSearch ( Face key ) : int
key Face
리턴 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 ( Face _Val ) : void
_Val Face
리턴 void

remove() 공개 메소드

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

reserve() 공개 메소드

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

resize() 공개 메소드

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

resize() 공개 메소드

public resize ( int newsize, Face fillData ) : void
newsize int
fillData Face
리턴 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