Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


StartPlayback()

Sets the animator in playback mode.
Read time 1 minuteLast updated 6 days ago

Definition

  • Type: Method
  • Namespace: UnityEngine
  • Assembly: UnityEngine.AnimationModule
public void StartPlayback()

Remarks

In playback mode, you control the animator by setting a time value. The animator is not updated from game logic. Use Animator.playbackTime to explicitly manipulate the progress of time.