INTERNAL_CALL_GetMotorTorque() приватный Метод

private INTERNAL_CALL_GetMotorTorque ( WheelJoint2D self, float timeStep ) : float
self WheelJoint2D
timeStep float
Результат float
Пример #1
0
 public float GetMotorTorque(float timeStep)
 {
     return(WheelJoint2D.INTERNAL_CALL_GetMotorTorque(this, timeStep));
 }