C# Class Nez.Farseer.FSRopeJointDef

Inheritance: FSJointDef
显示文件 Open project: prime31/Nez

Public Properties

Property Type Description
maxLength float
otherBodyAnchor Microsoft.Xna.Framework.Vector2
ownerBodyAnchor Microsoft.Xna.Framework.Vector2

Public Methods

Method Description
createJoint ( ) : Joint

Method Details

createJoint() public method

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

Property Details

maxLength public_oe property

public float maxLength
return float

otherBodyAnchor public_oe property

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

ownerBodyAnchor public_oe property

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