Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


playbackTime

Sets the playback position in the recording buffer.
Read time 1 minuteLast updated 4 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 Animator.recorderStartTime and Animator.recorderStopTime Additional Resources: Animator.StartPlayback, Animator.StopPlayback.