C# Class Nez.Farseer.FSGearJointDef

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

Public Properties

Property Type Description
otherJoint FarseerPhysics.Dynamics.Joints.Joint
ownerJoint FarseerPhysics.Dynamics.Joints.Joint
ratio float

Public Methods

Method Description
createJoint ( ) : Joint

Method Details

createJoint() public method

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

Property Details

otherJoint public_oe property

public Joint,FarseerPhysics.Dynamics.Joints otherJoint
return FarseerPhysics.Dynamics.Joints.Joint

ownerJoint public_oe property

public Joint,FarseerPhysics.Dynamics.Joints ownerJoint
return FarseerPhysics.Dynamics.Joints.Joint

ratio public_oe property

public float ratio
return float