C# Class BulletCSharp.btAlignedObjectArrayInt

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 ) : int
btAlignedObjectArrayInt ( ) : System
btAlignedObjectArrayInt ( btAlignedObjectArrayInt otherArray ) : System
capacity ( ) : int
clear ( ) : void
copyFromArray ( btAlignedObjectArrayInt otherArray ) : void
expand ( ) : SWIGTYPE_p_int
expand ( int fillValue ) : SWIGTYPE_p_int
expandNonInitializing ( ) : SWIGTYPE_p_int
findBinarySearch ( int key ) : int
findLinearSearch ( int key ) : int
initializeFromBuffer ( SWIGTYPE_p_void buffer, int size, int capacity ) : void
pop_back ( ) : void
push_back ( int _Val ) : void
remove ( int key ) : void
reserve ( int _Count ) : void
resize ( int newsize ) : void
resize ( int newsize, int fillData ) : void
resizeNoInitialize ( int newsize ) : void
size ( ) : int
swap ( int index0, int index1 ) : void

Private Methods

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

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

at() public méthode

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

btAlignedObjectArrayInt() public méthode

public btAlignedObjectArrayInt ( ) : System
Résultat System

btAlignedObjectArrayInt() public méthode

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

expand() public méthode

public expand ( ) : SWIGTYPE_p_int
Résultat SWIGTYPE_p_int

expand() public méthode

public expand ( int fillValue ) : SWIGTYPE_p_int
fillValue int
Résultat SWIGTYPE_p_int

expandNonInitializing() public méthode

public expandNonInitializing ( ) : SWIGTYPE_p_int
Résultat SWIGTYPE_p_int

findBinarySearch() public méthode

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

findLinearSearch() public méthode

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

remove() public méthode

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