inFixedTimeStep
7/14/25Less than 1 minute
Time.inFixedTimeStep
"Read-Only"
This property is **Read-Only**
| Name | Type |
|---|---|
| inFixedTimeStep | boolean |
Description
Returns true if called inside a fixed time step callback (like MonoBehaviour's FixedUpdate), otherwise returns false.

