FarseerPhysics.Dynamics.Joints.RevoluteJoint.getMotorTorque C# (CSharp) 메소드

getMotorTorque() 공개 메소드

Gets the motor torque in N-m.
public getMotorTorque ( float invDt ) : float
invDt float The inverse delta time
리턴 float
		public float getMotorTorque( float invDt )
		{
			return invDt * _motorImpulse;
		}