Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


currentTime

Returns the current time of the recording. (Read Only)
Read time 1 minuteLast updated 12 days ago

Definition

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.