C# Class Nez.Farseer.FSMotorJointDef

Inheritance: FSJointDef
Mostra file Open project: prime31/Nez

Public Properties

Property Type Description
angularOffset float
linearOffset Microsoft.Xna.Framework.Vector2
maxForce float
maxTorque float

Public Methods

Method Description
createJoint ( ) : Joint

Method Details

createJoint() public method

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

Property Details

angularOffset public_oe property

public float angularOffset
return float

linearOffset public_oe property

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

maxForce public_oe property

public float maxForce
return float

maxTorque public_oe property

public float maxTorque
return float