Version: 5.4
public static float fixedDeltaTime ;

説明

Physics や (MonoBehaviour の FixedUpdate のような) 他の固定フレームレートの更新を実行するインターバル(秒)

For reading the delta time it is recommended to use Time.deltaTime instead because it automatically returns the right delta time if you are inside a FixedUpdate function or Update function.

fixedDeltaTime インターバルはゲーム内時間に関して timeScale の影響を受けることに注意してください。