C# Class BulletCSharp.btAlignedObjectArrayLink

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

Private Methods

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

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

at() public méthode

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

btAlignedObjectArrayLink() public méthode

public btAlignedObjectArrayLink ( ) : System
Résultat System

btAlignedObjectArrayLink() public méthode

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

expand() public méthode

public expand ( ) : Link
Résultat Link

expand() public méthode

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

expandNonInitializing() public méthode

public expandNonInitializing ( ) : Link
Résultat Link

findBinarySearch() public méthode

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

findLinearSearch() public méthode

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

remove() public méthode

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