C# Class BulletCSharp.AJoint

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

Public Methods

Method Description
AJoint ( ) : 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

Method Description
AJoint ( IntPtr cPtr, bool cMemoryOwn ) : System
getCPtr ( AJoint obj ) : HandleRef

Method Details

AJoint() public method

public AJoint ( ) : System
return System

Dispose() public method

public Dispose ( ) : void
return void

Prepare() public method

public Prepare ( float dt, int iterations ) : void
dt float
iterations int
return void

Solve() public method

public Solve ( float dt, float sor ) : void
dt float
sor float
return void

Terminate() public method

public Terminate ( float dt ) : void
dt float
return void

Type() public method

public Type ( ) : SWIGTYPE_p_SBJoint__eType___
return SWIGTYPE_p_SBJoint__eType___