C# Class BulletCSharp.btSoftRigidCollisionAlgorithm

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
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

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

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

btSoftRigidCollisionAlgorithm() public méthode

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
Résultat System

calculateTimeOfImpact() public méthode

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
Résultat float

getAllContactManifolds() public méthode

public getAllContactManifolds ( SWIGTYPE_p_btManifoldArray manifoldArray ) : void
manifoldArray SWIGTYPE_p_btManifoldArray
Résultat void

processCollision() public méthode

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
Résultat void

Property Details

swigCMemOwn protected_oe property

protected bool swigCMemOwn
Résultat bool