C# Class Nez.Farseer.FSFrictionJointDef

Inheritance: FSJointDef
Datei anzeigen Open project: prime31/Nez

Public Properties

Property Type Description
anchor 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

anchor public_oe property

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

maxForce public_oe property

public float maxForce
return float

maxTorque public_oe property

public float maxTorque
return float