C# Class Nez.Farseer.FSWheelJoint

Inheritance: FSJoint
Afficher le fichier Open project: prime31/Nez

Méthodes publiques

Méthode Description
setAnchor ( Vector2 anchor ) : FSWheelJoint
setAxis ( Vector2 axis ) : FSWheelJoint
setDampingRatio ( float damping ) : FSWheelJoint
setFrequency ( float frequency ) : FSWheelJoint
setMaxMotorTorque ( float maxMotorTorque ) : FSWheelJoint
setMotorEnabled ( bool motorEnabled ) : FSWheelJoint
setMotorSpeed ( float motorSpeed ) : FSWheelJoint

Private Methods

Méthode Description
getJointDef ( ) : FSJointDef

Method Details

setAnchor() public méthode

public setAnchor ( Vector2 anchor ) : FSWheelJoint
anchor Microsoft.Xna.Framework.Vector2
Résultat FSWheelJoint

setAxis() public méthode

public setAxis ( Vector2 axis ) : FSWheelJoint
axis Microsoft.Xna.Framework.Vector2
Résultat FSWheelJoint

setDampingRatio() public méthode

public setDampingRatio ( float damping ) : FSWheelJoint
damping float
Résultat FSWheelJoint

setFrequency() public méthode

public setFrequency ( float frequency ) : FSWheelJoint
frequency float
Résultat FSWheelJoint

setMaxMotorTorque() public méthode

public setMaxMotorTorque ( float maxMotorTorque ) : FSWheelJoint
maxMotorTorque float
Résultat FSWheelJoint

setMotorEnabled() public méthode

public setMotorEnabled ( bool motorEnabled ) : FSWheelJoint
motorEnabled bool
Résultat FSWheelJoint

setMotorSpeed() public méthode

public setMotorSpeed ( float motorSpeed ) : FSWheelJoint
motorSpeed float
Résultat FSWheelJoint