Version: 2020.3

Time.fixedTime

切换到手册
public static float fixedTime ;

描述

The time since the last FixedUpdate started (Read Only). This is the time in seconds since the start of the game.

This value is updated in fixed increments equal to Time.fixedDeltaTime.