C# 클래스 Nez.Farseer.FSMotorJointDef

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

공개 프로퍼티들

프로퍼티 타입 설명
angularOffset float
linearOffset Microsoft.Xna.Framework.Vector2
maxForce float
maxTorque float

공개 메소드들

메소드 설명
createJoint ( ) : Joint

메소드 상세

createJoint() 공개 메소드

public createJoint ( ) : Joint
리턴 FarseerPhysics.Dynamics.Joints.Joint

프로퍼티 상세

angularOffset 공개적으로 프로퍼티

public float angularOffset
리턴 float

linearOffset 공개적으로 프로퍼티

public Vector2,Microsoft.Xna.Framework linearOffset
리턴 Microsoft.Xna.Framework.Vector2

maxForce 공개적으로 프로퍼티

public float maxForce
리턴 float

maxTorque 공개적으로 프로퍼티

public float maxTorque
리턴 float