playbackTime
Sets the playback position in the recording buffer.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Property
- Namespace: UnityEngine
- Assembly: UnityEngine.AnimationModule
public float playbackTime { get; set; }
Remarks
When in playback mode (see Animator.StartPlayback), this value is used for controlling the current playback position in the buffer (in seconds). The value can range between _recorderStartTime and _recorderStopTime
Additional Resources: Animator.StartPlayback, Animator.StopPlayback