C# 클래스 Nez.Farseer.FSMotorJoint

상속: FSJoint
파일 보기 프로젝트 열기: prime31/Nez

공개 메소드들

메소드 설명
setAngularOffset ( float angularOffset ) : FSMotorJoint
setLinearOffset ( Vector2 linearOffset ) : FSMotorJoint
setMaxForce ( float maxForce ) : FSMotorJoint
setMaxTorque ( float maxTorque ) : FSMotorJoint

비공개 메소드들

메소드 설명
getJointDef ( ) : FSJointDef

메소드 상세

setAngularOffset() 공개 메소드

public setAngularOffset ( float angularOffset ) : FSMotorJoint
angularOffset float
리턴 FSMotorJoint

setLinearOffset() 공개 메소드

public setLinearOffset ( Vector2 linearOffset ) : FSMotorJoint
linearOffset Microsoft.Xna.Framework.Vector2
리턴 FSMotorJoint

setMaxForce() 공개 메소드

public setMaxForce ( float maxForce ) : FSMotorJoint
maxForce float
리턴 FSMotorJoint

setMaxTorque() 공개 메소드

public setMaxTorque ( float maxTorque ) : FSMotorJoint
maxTorque float
리턴 FSMotorJoint