C# 클래스 BulletCSharp.btAlignedObjectArrayLink

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

보호된 프로퍼티들

프로퍼티 타입 설명
swigCMemOwn bool

공개 메소드들

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

비공개 메소드들

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

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

at() 공개 메소드

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

btAlignedObjectArrayLink() 공개 메소드

public btAlignedObjectArrayLink ( ) : System
리턴 System

btAlignedObjectArrayLink() 공개 메소드

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

capacity() 공개 메소드

public capacity ( ) : int
리턴 int

clear() 공개 메소드

public clear ( ) : void
리턴 void

copyFromArray() 공개 메소드

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

expand() 공개 메소드

public expand ( ) : Link
리턴 Link

expand() 공개 메소드

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

expandNonInitializing() 공개 메소드

public expandNonInitializing ( ) : Link
리턴 Link

findBinarySearch() 공개 메소드

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

findLinearSearch() 공개 메소드

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

remove() 공개 메소드

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

reserve() 공개 메소드

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

resize() 공개 메소드

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

resize() 공개 메소드

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