Property | Type | Description | |
---|---|---|---|
PhysicsScene | |||
m_body1 | |||
m_body2 | |||
m_constraint | |||
m_enabled | bool | ||
m_world |
Method | Description | |
---|---|---|
BSConstraint ( |
||
CalculateTransforms ( ) : bool | ||
Dispose ( ) : void | ||
RecomputeConstraintVariables ( float mass ) : bool | ||
SetAngularLimits ( System.Vector3 low, System.Vector3 high ) : bool | ||
SetLinearLimits ( System.Vector3 low, System.Vector3 high ) : bool | ||
SetSolverIterations ( float cnt ) : bool |
public BSConstraint ( |
||
world | ||
return | System |
public RecomputeConstraintVariables ( float mass ) : bool | ||
mass | float | |
return | bool |
public SetAngularLimits ( System.Vector3 low, System.Vector3 high ) : bool | ||
low | System.Vector3 | |
high | System.Vector3 | |
return | bool |
public SetLinearLimits ( System.Vector3 low, System.Vector3 high ) : bool | ||
low | System.Vector3 | |
high | System.Vector3 | |
return | bool |
public SetSolverIterations ( float cnt ) : bool | ||
cnt | float | |
return | bool |
protected BSScene,Universe.Physics.BulletSPlugin PhysicsScene | ||
return |
protected BulletBody,Universe.Physics.BulletSPlugin m_body1 | ||
return |
protected BulletBody,Universe.Physics.BulletSPlugin m_body2 | ||
return |
protected BulletConstraint,Universe.Physics.BulletSPlugin m_constraint | ||
return |