C# Class BulletCSharp.btSoftSoftCollisionAlgorithm

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

Protected Properties

Property Type Description
swigCMemOwn bool

Public Methods

Method Description
Dispose ( ) : void
btSoftSoftCollisionAlgorithm ( SWIGTYPE_p_btCollisionAlgorithmConstructionInfo ci ) : System
btSoftSoftCollisionAlgorithm ( SWIGTYPE_p_btPersistentManifold mf, SWIGTYPE_p_btCollisionAlgorithmConstructionInfo ci, SWIGTYPE_p_btCollisionObjectWrapper body0Wrap, SWIGTYPE_p_btCollisionObjectWrapper body1Wrap ) : 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
btSoftSoftCollisionAlgorithm ( IntPtr cPtr, bool cMemoryOwn ) : System
getCPtr ( btSoftSoftCollisionAlgorithm obj ) : HandleRef

Method Details

Dispose() public method

public Dispose ( ) : void
return void

btSoftSoftCollisionAlgorithm() public method

public btSoftSoftCollisionAlgorithm ( SWIGTYPE_p_btCollisionAlgorithmConstructionInfo ci ) : System
ci SWIGTYPE_p_btCollisionAlgorithmConstructionInfo
return System

btSoftSoftCollisionAlgorithm() public method

public btSoftSoftCollisionAlgorithm ( SWIGTYPE_p_btPersistentManifold mf, SWIGTYPE_p_btCollisionAlgorithmConstructionInfo ci, SWIGTYPE_p_btCollisionObjectWrapper body0Wrap, SWIGTYPE_p_btCollisionObjectWrapper body1Wrap ) : System
mf SWIGTYPE_p_btPersistentManifold
ci SWIGTYPE_p_btCollisionAlgorithmConstructionInfo
body0Wrap SWIGTYPE_p_btCollisionObjectWrapper
body1Wrap SWIGTYPE_p_btCollisionObjectWrapper
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 property

protected bool swigCMemOwn
return bool