C# Class Nez.Farseer.FSWheelJointDef

Inheritance: FSJointDef
显示文件 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_oe property

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

axis public_oe property

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

dampingRatio public_oe property

public float dampingRatio
return float

frequency public_oe property

public float frequency
return float

maxMotorTorque public_oe property

public float maxMotorTorque
return float

motorEnabled public_oe property

public bool motorEnabled
return bool

motorSpeed public_oe property

public float motorSpeed
return float