ApplyTorque(float, bool)
Apply a torque. This affects the angular velocity without affecting the linear velocity.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Method
- Namespace: UnityEngine.LowLevelPhysics2D
- Assembly: UnityEngine.Physics2DModule
public void ApplyTorque(float torque, bool wake = true)