C# Class BulletCSharp.btAlignedObjectArrayePSolver

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

Private Methods

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

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

at() public méthode

public at ( int n ) : ePSolver._
n int
Résultat ePSolver._

btAlignedObjectArrayePSolver() public méthode

public btAlignedObjectArrayePSolver ( ) : System
Résultat System

btAlignedObjectArrayePSolver() public méthode

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

expand() public méthode

public expand ( ) : SWIGTYPE_p_ePSolver___
Résultat SWIGTYPE_p_ePSolver___

expand() public méthode

public expand ( ePSolver fillValue ) : SWIGTYPE_p_ePSolver___
fillValue ePSolver
Résultat SWIGTYPE_p_ePSolver___

expandNonInitializing() public méthode

public expandNonInitializing ( ) : SWIGTYPE_p_ePSolver___
Résultat SWIGTYPE_p_ePSolver___

findBinarySearch() public méthode

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

findLinearSearch() public méthode

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

remove() public méthode

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