C# Class BulletCSharp.btSoftRigidCollisionAlgorithm

Inheritance: IDisposable
Mostrar archivo Open project: sanglin307/BulletUnity3D Class Usage Examples

Protected Properties

Property Type Description
swigCMemOwn bool

Public Methods

Method Description
Dispose ( ) : void
btSoftRigidCollisionAlgorithm ( SWIGTYPE_p_btPersistentManifold mf, SWIGTYPE_p_btCollisionAlgorithmConstructionInfo ci, SWIGTYPE_p_btCollisionObjectWrapper col0, SWIGTYPE_p_btCollisionObjectWrapper col1Wrap, bool isSwapped ) : System
calculateTimeOfImpact ( SWIGTYPE_p_btCollisionObject body0, SWIGTYPE_p_btCollisionObject body1, SWIGTYPE_p_btDispatcherInfo dispatchInfo, SWIGTYPE_p_btManifoldResult resultOut ) : float
getAllContactManifolds ( SWIGTYPE_p_btManifoldArray manifoldArray ) : void
processCollision ( SWIGTYPE_p_btCollisionObjectWrapper body0Wrap, SWIGTYPE_p_btCollisionObjectWrapper body1Wrap, SWIGTYPE_p_btDispatcherInfo dispatchInfo, SWIGTYPE_p_btManifoldResult resultOut ) : void

Private Methods

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

Method Details

Dispose() public method

public Dispose ( ) : void
return void

btSoftRigidCollisionAlgorithm() public method

public btSoftRigidCollisionAlgorithm ( SWIGTYPE_p_btPersistentManifold mf, SWIGTYPE_p_btCollisionAlgorithmConstructionInfo ci, SWIGTYPE_p_btCollisionObjectWrapper col0, SWIGTYPE_p_btCollisionObjectWrapper col1Wrap, bool isSwapped ) : System
mf SWIGTYPE_p_btPersistentManifold
ci SWIGTYPE_p_btCollisionAlgorithmConstructionInfo
col0 SWIGTYPE_p_btCollisionObjectWrapper
col1Wrap SWIGTYPE_p_btCollisionObjectWrapper
isSwapped bool
return System

calculateTimeOfImpact() public method

public calculateTimeOfImpact ( SWIGTYPE_p_btCollisionObject body0, SWIGTYPE_p_btCollisionObject body1, SWIGTYPE_p_btDispatcherInfo dispatchInfo, SWIGTYPE_p_btManifoldResult resultOut ) : float
body0 SWIGTYPE_p_btCollisionObject
body1 SWIGTYPE_p_btCollisionObject
dispatchInfo SWIGTYPE_p_btDispatcherInfo
resultOut SWIGTYPE_p_btManifoldResult
return float

getAllContactManifolds() public method

public getAllContactManifolds ( SWIGTYPE_p_btManifoldArray manifoldArray ) : void
manifoldArray SWIGTYPE_p_btManifoldArray
return void

processCollision() public method

public processCollision ( SWIGTYPE_p_btCollisionObjectWrapper body0Wrap, SWIGTYPE_p_btCollisionObjectWrapper body1Wrap, SWIGTYPE_p_btDispatcherInfo dispatchInfo, SWIGTYPE_p_btManifoldResult resultOut ) : void
body0Wrap SWIGTYPE_p_btCollisionObjectWrapper
body1Wrap SWIGTYPE_p_btCollisionObjectWrapper
dispatchInfo SWIGTYPE_p_btDispatcherInfo
resultOut SWIGTYPE_p_btManifoldResult
return void

Property Details

swigCMemOwn protected_oe property

protected bool swigCMemOwn
return bool