C# Class BulletCSharp.LJoint

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

Méthodes publiques

Méthode Description
Dispose ( ) : void
LJoint ( ) : System
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
LJoint ( IntPtr cPtr, bool cMemoryOwn ) : System
getCPtr ( LJoint obj ) : HandleRef

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

LJoint() public méthode

public LJoint ( ) : System
Résultat System

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___