C# Class Nez.Farseer.FSJoint

Inheritance: Component
Mostra file Open project: prime31/Nez

Public Methods

Method Description
onAddedToEntity ( ) : void
onDisabled ( ) : void
onEnabled ( ) : void
onRemovedFromEntity ( ) : void
setCollideConnected ( bool collideConnected ) : FSJoint
setOtherBody ( FSRigidBody otherBody ) : FSJoint

Protected Methods

Method Description
recreateJoint ( ) : void

Private Methods

Method Description
createJoint ( ) : void
destroyJoint ( ) : void
getJointDef ( ) : FSJointDef
initializeJointDef ( FSJointDef jointDef ) : void

Method Details

onAddedToEntity() public method

public onAddedToEntity ( ) : void
return void

onDisabled() public method

public onDisabled ( ) : void
return void

onEnabled() public method

public onEnabled ( ) : void
return void

onRemovedFromEntity() public method

public onRemovedFromEntity ( ) : void
return void

recreateJoint() protected method

protected recreateJoint ( ) : void
return void

setCollideConnected() public method

public setCollideConnected ( bool collideConnected ) : FSJoint
collideConnected bool
return FSJoint

setOtherBody() public method

public setOtherBody ( FSRigidBody otherBody ) : FSJoint
otherBody FSRigidBody
return FSJoint