C# Class Nez.Farseer.FSRevoluteJoint

Inheritance: FSJoint
Mostra file Open project: prime31/Nez

Public Methods

Method Description
setLimitEnabled ( bool limitEnabled ) : FSRevoluteJoint
setLowerLimit ( float lowerLimit ) : FSRevoluteJoint
setMaxMotorTorque ( float maxMotorTorque ) : FSRevoluteJoint
setMotorEnabled ( bool motorEnabled ) : FSRevoluteJoint
setMotorImpulse ( float motorImpulse ) : FSRevoluteJoint
setMotorSpeed ( float motorSpeed ) : FSRevoluteJoint
setOtherBodyAnchor ( Vector2 otherBodyAnchor ) : FSRevoluteJoint
setOwnerBodyAnchor ( Vector2 ownerBodyAnchor ) : FSRevoluteJoint
setUpperLimit ( float upperLimit ) : FSRevoluteJoint

Private Methods

Method Description
getJointDef ( ) : FSJointDef

Method Details

setLimitEnabled() public method

public setLimitEnabled ( bool limitEnabled ) : FSRevoluteJoint
limitEnabled bool
return FSRevoluteJoint

setLowerLimit() public method

public setLowerLimit ( float lowerLimit ) : FSRevoluteJoint
lowerLimit float
return FSRevoluteJoint

setMaxMotorTorque() public method

public setMaxMotorTorque ( float maxMotorTorque ) : FSRevoluteJoint
maxMotorTorque float
return FSRevoluteJoint

setMotorEnabled() public method

public setMotorEnabled ( bool motorEnabled ) : FSRevoluteJoint
motorEnabled bool
return FSRevoluteJoint

setMotorImpulse() public method

public setMotorImpulse ( float motorImpulse ) : FSRevoluteJoint
motorImpulse float
return FSRevoluteJoint

setMotorSpeed() public method

public setMotorSpeed ( float motorSpeed ) : FSRevoluteJoint
motorSpeed float
return FSRevoluteJoint

setOtherBodyAnchor() public method

public setOtherBodyAnchor ( Vector2 otherBodyAnchor ) : FSRevoluteJoint
otherBodyAnchor Microsoft.Xna.Framework.Vector2
return FSRevoluteJoint

setOwnerBodyAnchor() public method

public setOwnerBodyAnchor ( Vector2 ownerBodyAnchor ) : FSRevoluteJoint
ownerBodyAnchor Microsoft.Xna.Framework.Vector2
return FSRevoluteJoint

setUpperLimit() public method

public setUpperLimit ( float upperLimit ) : FSRevoluteJoint
upperLimit float
return FSRevoluteJoint