C# Class BulletCSharp.btMultiSphereShape

Inheritance: IDisposable
Exibir arquivo Open project: sanglin307/BulletUnity3D Class Usage Examples

Protected Properties

Property Type Description
swigCMemOwn bool

Public Methods

Method Description
Dispose ( ) : void
batchedUnitVectorGetSupportingVertexWithoutMargin ( SWIGTYPE_p_btVector3 vectors, SWIGTYPE_p_btVector3 supportVerticesOut, int numVectors ) : void
btMultiSphereShape ( SWIGTYPE_p_btVector3 positions, SWIGTYPE_p_float radi, int numSpheres ) : System
calculateLocalInertia ( float mass, SWIGTYPE_p_btVector3 inertia ) : void
calculateSerializeBufferSize ( ) : int
getName ( ) : string
getSphereCount ( ) : int
getSpherePosition ( int index ) : SWIGTYPE_p_btVector3
getSphereRadius ( int index ) : float
localGetSupportingVertexWithoutMargin ( SWIGTYPE_p_btVector3 vec ) : SWIGTYPE_p_btVector3
serialize ( SWIGTYPE_p_void dataBuffer, SWIGTYPE_p_btSerializer serializer ) : string

Private Methods

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

Method Details

Dispose() public method

public Dispose ( ) : void
return void

batchedUnitVectorGetSupportingVertexWithoutMargin() public method

public batchedUnitVectorGetSupportingVertexWithoutMargin ( SWIGTYPE_p_btVector3 vectors, SWIGTYPE_p_btVector3 supportVerticesOut, int numVectors ) : void
vectors SWIGTYPE_p_btVector3
supportVerticesOut SWIGTYPE_p_btVector3
numVectors int
return void

btMultiSphereShape() public method

public btMultiSphereShape ( SWIGTYPE_p_btVector3 positions, SWIGTYPE_p_float radi, int numSpheres ) : System
positions SWIGTYPE_p_btVector3
radi SWIGTYPE_p_float
numSpheres int
return System

calculateLocalInertia() public method

public calculateLocalInertia ( float mass, SWIGTYPE_p_btVector3 inertia ) : void
mass float
inertia SWIGTYPE_p_btVector3
return void

calculateSerializeBufferSize() public method

public calculateSerializeBufferSize ( ) : int
return int

getName() public method

public getName ( ) : string
return string

getSphereCount() public method

public getSphereCount ( ) : int
return int

getSpherePosition() public method

public getSpherePosition ( int index ) : SWIGTYPE_p_btVector3
index int
return SWIGTYPE_p_btVector3

getSphereRadius() public method

public getSphereRadius ( int index ) : float
index int
return float

localGetSupportingVertexWithoutMargin() public method

public localGetSupportingVertexWithoutMargin ( SWIGTYPE_p_btVector3 vec ) : SWIGTYPE_p_btVector3
vec SWIGTYPE_p_btVector3
return SWIGTYPE_p_btVector3

serialize() public method

public serialize ( SWIGTYPE_p_void dataBuffer, SWIGTYPE_p_btSerializer serializer ) : string
dataBuffer SWIGTYPE_p_void
serializer SWIGTYPE_p_btSerializer
return string

Property Details

swigCMemOwn protected_oe property

protected bool swigCMemOwn
return bool