C# Class Universe.Physics.BulletSPlugin.BSConstraint

Inheritance: IDisposable
Afficher le fichier Open project: Virtual-Universe/Virtual-Universe Class Usage Examples

Protected Properties

Свойство Type Description
PhysicsScene BSScene
m_body1 BulletBody
m_body2 BulletBody
m_constraint BulletConstraint
m_enabled bool
m_world BulletWorld

Méthodes publiques

Méthode Description
BSConstraint ( BulletWorld world ) : System
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

Method Details

BSConstraint() public méthode

public BSConstraint ( BulletWorld world ) : System
world BulletWorld
Résultat System

CalculateTransforms() public méthode

public CalculateTransforms ( ) : bool
Résultat bool

Dispose() public méthode

public Dispose ( ) : void
Résultat void

RecomputeConstraintVariables() public méthode

public RecomputeConstraintVariables ( float mass ) : bool
mass float
Résultat bool

SetAngularLimits() public méthode

public SetAngularLimits ( System.Vector3 low, System.Vector3 high ) : bool
low System.Vector3
high System.Vector3
Résultat bool

SetLinearLimits() public méthode

public SetLinearLimits ( System.Vector3 low, System.Vector3 high ) : bool
low System.Vector3
high System.Vector3
Résultat bool

SetSolverIterations() public méthode

public SetSolverIterations ( float cnt ) : bool
cnt float
Résultat bool

Property Details

PhysicsScene protected_oe property

protected BSScene,Universe.Physics.BulletSPlugin PhysicsScene
Résultat BSScene

m_body1 protected_oe property

protected BulletBody,Universe.Physics.BulletSPlugin m_body1
Résultat BulletBody

m_body2 protected_oe property

protected BulletBody,Universe.Physics.BulletSPlugin m_body2
Résultat BulletBody

m_constraint protected_oe property

protected BulletConstraint,Universe.Physics.BulletSPlugin m_constraint
Résultat BulletConstraint

m_enabled protected_oe property

protected bool m_enabled
Résultat bool

m_world protected_oe property

protected BulletWorld,Universe.Physics.BulletSPlugin m_world
Résultat BulletWorld