C# Class BulletCSharp.SBJoint

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
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
SBJoint ( IntPtr cPtr, bool cMemoryOwn ) : System
getCPtr ( SBJoint obj ) : HandleRef

Method Details

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___

Property Details

swigCMemOwn protected_oe property

protected bool swigCMemOwn
Résultat bool