C# Class Nez.Farseer.FSJoint

Inheritance: Component
Afficher le fichier Open project: prime31/Nez

Méthodes publiques

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

Méthodes protégées

Méthode Description
recreateJoint ( ) : void

Private Methods

Méthode Description
createJoint ( ) : void
destroyJoint ( ) : void
getJointDef ( ) : FSJointDef
initializeJointDef ( FSJointDef jointDef ) : void

Method Details

onAddedToEntity() public méthode

public onAddedToEntity ( ) : void
Résultat void

onDisabled() public méthode

public onDisabled ( ) : void
Résultat void

onEnabled() public méthode

public onEnabled ( ) : void
Résultat void

onRemovedFromEntity() public méthode

public onRemovedFromEntity ( ) : void
Résultat void

recreateJoint() protected méthode

protected recreateJoint ( ) : void
Résultat void

setCollideConnected() public méthode

public setCollideConnected ( bool collideConnected ) : FSJoint
collideConnected bool
Résultat FSJoint

setOtherBody() public méthode

public setOtherBody ( FSRigidBody otherBody ) : FSJoint
otherBody FSRigidBody
Résultat FSJoint