C# Class Nez.Farseer.FSWheelJoint

Inheritance: FSJoint
Datei anzeigen Open project: prime31/Nez

Public Methods

Method 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

Method Description
getJointDef ( ) : FSJointDef

Method Details

setAnchor() public method

public setAnchor ( Vector2 anchor ) : FSWheelJoint
anchor Microsoft.Xna.Framework.Vector2
return FSWheelJoint

setAxis() public method

public setAxis ( Vector2 axis ) : FSWheelJoint
axis Microsoft.Xna.Framework.Vector2
return FSWheelJoint

setDampingRatio() public method

public setDampingRatio ( float damping ) : FSWheelJoint
damping float
return FSWheelJoint

setFrequency() public method

public setFrequency ( float frequency ) : FSWheelJoint
frequency float
return FSWheelJoint

setMaxMotorTorque() public method

public setMaxMotorTorque ( float maxMotorTorque ) : FSWheelJoint
maxMotorTorque float
return FSWheelJoint

setMotorEnabled() public method

public setMotorEnabled ( bool motorEnabled ) : FSWheelJoint
motorEnabled bool
return FSWheelJoint

setMotorSpeed() public method

public setMotorSpeed ( float motorSpeed ) : FSWheelJoint
motorSpeed float
return FSWheelJoint