C# Class BulletCSharp.btAlignedObjectArraySBJointPtr

Inheritance: IDisposable
Show file Open project: sanglin307/BulletUnity3D Class Usage Examples

Protected Properties

Property Type Description
swigCMemOwn bool

Public Methods

Method 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

Method Description
btAlignedObjectArraySBJointPtr ( IntPtr cPtr, bool cMemoryOwn ) : System
getCPtr ( btAlignedObjectArraySBJointPtr obj ) : HandleRef

Method Details

Dispose() public method

public Dispose ( ) : void
return void

at() public method

public at ( int n ) : SBJoint
n int
return SBJoint

btAlignedObjectArraySBJointPtr() public method

public btAlignedObjectArraySBJointPtr ( ) : System
return System

btAlignedObjectArraySBJointPtr() public method

public btAlignedObjectArraySBJointPtr ( btAlignedObjectArraySBJointPtr otherArray ) : System
otherArray btAlignedObjectArraySBJointPtr
return System

capacity() public method

public capacity ( ) : int
return int

clear() public method

public clear ( ) : void
return void

copyFromArray() public method

public copyFromArray ( btAlignedObjectArraySBJointPtr otherArray ) : void
otherArray btAlignedObjectArraySBJointPtr
return void

expand() public method

public expand ( ) : SWIGTYPE_p_p_SBJoint
return SWIGTYPE_p_p_SBJoint

expand() public method

public expand ( SBJoint fillValue ) : SWIGTYPE_p_p_SBJoint
fillValue SBJoint
return SWIGTYPE_p_p_SBJoint

expandNonInitializing() public method

public expandNonInitializing ( ) : SWIGTYPE_p_p_SBJoint
return SWIGTYPE_p_p_SBJoint

findBinarySearch() public method

public findBinarySearch ( SBJoint key ) : int
key SBJoint
return int

findLinearSearch() public method

public findLinearSearch ( SBJoint key ) : int
key SBJoint
return int

initializeFromBuffer() public method

public initializeFromBuffer ( SWIGTYPE_p_void buffer, int size, int capacity ) : void
buffer SWIGTYPE_p_void
size int
capacity int
return void

pop_back() public method

public pop_back ( ) : void
return void

push_back() public method

public push_back ( SBJoint _Val ) : void
_Val SBJoint
return void

remove() public method

public remove ( SBJoint key ) : void
key SBJoint
return void

reserve() public method

public reserve ( int _Count ) : void
_Count int
return void

resize() public method

public resize ( int newsize ) : void
newsize int
return void

resize() public method

public resize ( int newsize, SBJoint fillData ) : void
newsize int
fillData SBJoint
return void

resizeNoInitialize() public method

public resizeNoInitialize ( int newsize ) : void
newsize int
return void

size() public method

public size ( ) : int
return int

swap() public method

public swap ( int index0, int index1 ) : void
index0 int
index1 int
return void

Property Details

swigCMemOwn protected property

protected bool swigCMemOwn
return bool