C# Class Nez.Farseer.FSWheelJointDef

Inheritance: FSJointDef
Show file Open project: prime31/Nez

Public Properties

Property Type Description
anchor Microsoft.Xna.Framework.Vector2
axis Microsoft.Xna.Framework.Vector2
dampingRatio float
frequency float
maxMotorTorque float
motorEnabled bool
motorSpeed float

Public Methods

Method Description
createJoint ( ) : Joint

Method Details

createJoint() public method

public createJoint ( ) : Joint
return FarseerPhysics.Dynamics.Joints.Joint

Property Details

anchor public property

public Vector2,Microsoft.Xna.Framework anchor
return Microsoft.Xna.Framework.Vector2

axis public property

public Vector2,Microsoft.Xna.Framework axis
return Microsoft.Xna.Framework.Vector2

dampingRatio public property

public float dampingRatio
return float

frequency public property

public float frequency
return float

maxMotorTorque public property

public float maxMotorTorque
return float

motorEnabled public property

public bool motorEnabled
return bool

motorSpeed public property

public float motorSpeed
return float