C# Class Nez.Farseer.FSAngleJointDef

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

Public Properties

Property Type Description
biasFactor float
maxImpulse float
softness float

Public Methods

Method Description
createJoint ( ) : Joint

Method Details

createJoint() public method

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

Property Details

biasFactor public_oe property

public float biasFactor
return float

maxImpulse public_oe property

public float maxImpulse
return float

softness public_oe property

public float softness
return float