C# Class Nez.Farseer.FSJointDef

Show file 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 property

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

bodyB public property

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

collideConnected public property

public bool collideConnected
return bool