C# Class BulletCSharp.btAlignedObjectArraybtFace

Inheritance: IDisposable
显示文件 Open project: sanglin307/BulletUnity3D Class Usage Examples

Protected Properties

Property Type Description
swigCMemOwn bool

Public Methods

Method Description
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

Private Methods

Method Description
btAlignedObjectArraybtFace ( IntPtr cPtr, bool cMemoryOwn ) : System
getCPtr ( btAlignedObjectArraybtFace obj ) : HandleRef

Method Details

Dispose() public method

public Dispose ( ) : void
return void

at() public method

public at ( int n ) : btFace
n int
return btFace

btAlignedObjectArraybtFace() public method

public btAlignedObjectArraybtFace ( ) : System
return System

btAlignedObjectArraybtFace() public method

public btAlignedObjectArraybtFace ( btAlignedObjectArraybtFace otherArray ) : System
otherArray btAlignedObjectArraybtFace
return System

capacity() public method

public capacity ( ) : int
return int

clear() public method

public clear ( ) : void
return void

copyFromArray() public method

public copyFromArray ( btAlignedObjectArraybtFace otherArray ) : void
otherArray btAlignedObjectArraybtFace
return void

expand() public method

public expand ( ) : btFace
return btFace

expand() public method

public expand ( btFace fillValue ) : btFace
fillValue btFace
return btFace

expandNonInitializing() public method

public expandNonInitializing ( ) : btFace
return btFace

findBinarySearch() public method

public findBinarySearch ( btFace key ) : int
key btFace
return int

findLinearSearch() public method

public findLinearSearch ( btFace key ) : int
key btFace
return int

initializeFromBuffer() public method

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

pop_back() public method

public pop_back ( ) : void
return void

push_back() public method

public push_back ( btFace _Val ) : void
_Val btFace
return void

remove() public method

public remove ( btFace key ) : void
key btFace
return void

reserve() public method

public reserve ( int _Count ) : void
_Count int
return void

resize() public method

public resize ( int newsize ) : void
newsize int
return void

resize() public method

public resize ( int newsize, btFace fillData ) : void
newsize int
fillData btFace
return void

resizeNoInitialize() public method

public resizeNoInitialize ( int newsize ) : void
newsize int
return void

size() public method

public size ( ) : int
return int

swap() public method

public swap ( int index0, int index1 ) : void
index0 int
index1 int
return void

Property Details

swigCMemOwn protected_oe property

protected bool swigCMemOwn
return bool