C# 클래스 Nez.Farseer.FSWheelJoint

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

공개 메소드들

메소드 설명
setAnchor ( Vector2 anchor ) : FSWheelJoint
setAxis ( Vector2 axis ) : FSWheelJoint
setDampingRatio ( float damping ) : FSWheelJoint
setFrequency ( float frequency ) : FSWheelJoint
setMaxMotorTorque ( float maxMotorTorque ) : FSWheelJoint
setMotorEnabled ( bool motorEnabled ) : FSWheelJoint
setMotorSpeed ( float motorSpeed ) : FSWheelJoint

비공개 메소드들

메소드 설명
getJointDef ( ) : FSJointDef

메소드 상세

setAnchor() 공개 메소드

public setAnchor ( Vector2 anchor ) : FSWheelJoint
anchor Microsoft.Xna.Framework.Vector2
리턴 FSWheelJoint

setAxis() 공개 메소드

public setAxis ( Vector2 axis ) : FSWheelJoint
axis Microsoft.Xna.Framework.Vector2
리턴 FSWheelJoint

setDampingRatio() 공개 메소드

public setDampingRatio ( float damping ) : FSWheelJoint
damping float
리턴 FSWheelJoint

setFrequency() 공개 메소드

public setFrequency ( float frequency ) : FSWheelJoint
frequency float
리턴 FSWheelJoint

setMaxMotorTorque() 공개 메소드

public setMaxMotorTorque ( float maxMotorTorque ) : FSWheelJoint
maxMotorTorque float
리턴 FSWheelJoint

setMotorEnabled() 공개 메소드

public setMotorEnabled ( bool motorEnabled ) : FSWheelJoint
motorEnabled bool
리턴 FSWheelJoint

setMotorSpeed() 공개 메소드

public setMotorSpeed ( float motorSpeed ) : FSWheelJoint
motorSpeed float
리턴 FSWheelJoint