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;
		}