currentTime
Returns the current time of the recording. (Read Only)
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Property
- Namespace: UnityEditor.Animations
- Assembly: UnityEditor.CoreModule
public float currentTime { get; }
Remarks
The returned time is 0.0f when GameObjectRecorder.TakeSnapshot is called for the first time and delta time is added for every subsequent call.