C# Class BulletCSharp.CJoint

Inheritance: SBJoint
Afficher le fichier Open project: sanglin307/BulletUnity3D Class Usage Examples

Méthodes publiques

Méthode Description
CJoint ( ) : System
Dispose ( ) : void
Prepare ( float dt, int iterations ) : void
Solve ( float dt, float sor ) : void
Terminate ( float dt ) : void
Type ( ) : SWIGTYPE_p_SBJoint__eType___

Private Methods

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

Method Details

CJoint() public méthode

public CJoint ( ) : System
Résultat System

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Prepare() public méthode

public Prepare ( float dt, int iterations ) : void
dt float
iterations int
Résultat void

Solve() public méthode

public Solve ( float dt, float sor ) : void
dt float
sor float
Résultat void

Terminate() public méthode

public Terminate ( float dt ) : void
dt float
Résultat void

Type() public méthode

public Type ( ) : SWIGTYPE_p_SBJoint__eType___
Résultat SWIGTYPE_p_SBJoint__eType___