C# Class Nez.Farseer.FSJointDef

显示文件 Open project: prime31/Nez Class Usage Examples

Public Properties

Property Type Description
bodyA FarseerPhysics.Dynamics.Body
bodyB FarseerPhysics.Dynamics.Body
collideConnected bool

Public Methods

Method Description
createJoint ( ) : Joint

Method Details

createJoint() abstract public method

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

Property Details

bodyA public_oe property

public Body,FarseerPhysics.Dynamics bodyA
return FarseerPhysics.Dynamics.Body

bodyB public_oe property

public Body,FarseerPhysics.Dynamics bodyB
return FarseerPhysics.Dynamics.Body

collideConnected public_oe property

public bool collideConnected
return bool