C# Class BulletCSharp.btAlignedObjectArrayFace

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 ) : 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

Private Methods

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

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

at() public méthode

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

btAlignedObjectArrayFace() public méthode

public btAlignedObjectArrayFace ( ) : System
Résultat System

btAlignedObjectArrayFace() public méthode

public btAlignedObjectArrayFace ( btAlignedObjectArrayFace otherArray ) : System
otherArray btAlignedObjectArrayFace
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 ( btAlignedObjectArrayFace otherArray ) : void
otherArray btAlignedObjectArrayFace
Résultat void

expand() public méthode

public expand ( ) : Face
Résultat Face

expand() public méthode

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

expandNonInitializing() public méthode

public expandNonInitializing ( ) : Face
Résultat Face

findBinarySearch() public méthode

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

findLinearSearch() public méthode

public findLinearSearch ( Face key ) : int
key Face
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 ( Face _Val ) : void
_Val Face
Résultat void

remove() public méthode

public remove ( Face key ) : void
key Face
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, Face fillData ) : void
newsize int
fillData Face
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