Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

Animator.StartPlayback

Switch to Manual

Declaration

public void StartPlayback();

Description

Sets the animator in playback mode.

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