C# Class BulletCSharp.btAlignedObjectArraySBJointPtr

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

Private Methods

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

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

at() public méthode

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

btAlignedObjectArraySBJointPtr() public méthode

public btAlignedObjectArraySBJointPtr ( ) : System
Résultat System

btAlignedObjectArraySBJointPtr() public méthode

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

expand() public méthode

public expand ( ) : SWIGTYPE_p_p_SBJoint
Résultat SWIGTYPE_p_p_SBJoint

expand() public méthode

public expand ( SBJoint fillValue ) : SWIGTYPE_p_p_SBJoint
fillValue SBJoint
Résultat SWIGTYPE_p_p_SBJoint

expandNonInitializing() public méthode

public expandNonInitializing ( ) : SWIGTYPE_p_p_SBJoint
Résultat SWIGTYPE_p_p_SBJoint

findBinarySearch() public méthode

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

findLinearSearch() public méthode

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

remove() public méthode

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