C# Class BulletCSharp.LJoint

Inheritance: SBJoint
Exibir arquivo Open project: sanglin307/BulletUnity3D Class Usage Examples

Public Methods

Method 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

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

Method Details

Dispose() public method

public Dispose ( ) : void
return void

LJoint() public method

public LJoint ( ) : System
return System

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___