C# Class BulletCSharp.btAlignedObjectArraybtFace

Inheritance: IDisposable
Afficher le fichier Open project: sanglin307/BulletUnity3D Class Usage Examples

Protected Properties

Свойство Type Description
swigCMemOwn bool

Méthodes publiques

Méthode 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

Méthode Description
btAlignedObjectArraybtFace ( IntPtr cPtr, bool cMemoryOwn ) : System
getCPtr ( btAlignedObjectArraybtFace obj ) : HandleRef

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

at() public méthode

public at ( int n ) : btFace
n int
Résultat btFace

btAlignedObjectArraybtFace() public méthode

public btAlignedObjectArraybtFace ( ) : System
Résultat System

btAlignedObjectArraybtFace() public méthode

public btAlignedObjectArraybtFace ( btAlignedObjectArraybtFace otherArray ) : System
otherArray btAlignedObjectArraybtFace
Résultat System

capacity() public méthode

public capacity ( ) : int
Résultat int

clear() public méthode

public clear ( ) : void
Résultat void

copyFromArray() public méthode

public copyFromArray ( btAlignedObjectArraybtFace otherArray ) : void
otherArray btAlignedObjectArraybtFace
Résultat void

expand() public méthode

public expand ( ) : btFace
Résultat btFace

expand() public méthode

public expand ( btFace fillValue ) : btFace
fillValue btFace
Résultat btFace

expandNonInitializing() public méthode

public expandNonInitializing ( ) : btFace
Résultat btFace

findBinarySearch() public méthode

public findBinarySearch ( btFace key ) : int
key btFace
Résultat int

findLinearSearch() public méthode

public findLinearSearch ( btFace key ) : int
key btFace
Résultat int

initializeFromBuffer() public méthode

public initializeFromBuffer ( SWIGTYPE_p_void buffer, int size, int capacity ) : void
buffer SWIGTYPE_p_void
size int
capacity int
Résultat void

pop_back() public méthode

public pop_back ( ) : void
Résultat void

push_back() public méthode

public push_back ( btFace _Val ) : void
_Val btFace
Résultat void

remove() public méthode

public remove ( btFace key ) : void
key btFace
Résultat void

reserve() public méthode

public reserve ( int _Count ) : void
_Count int
Résultat void

resize() public méthode

public resize ( int newsize ) : void
newsize int
Résultat void

resize() public méthode

public resize ( int newsize, btFace fillData ) : void
newsize int
fillData btFace
Résultat void

resizeNoInitialize() public méthode

public resizeNoInitialize ( int newsize ) : void
newsize int
Résultat void

size() public méthode

public size ( ) : int
Résultat int

swap() public méthode

public swap ( int index0, int index1 ) : void
index0 int
index1 int
Résultat void

Property Details

swigCMemOwn protected_oe property

protected bool swigCMemOwn
Résultat bool