Version: 2017.3

Animator.StartPlayback

Cambiar al Manual
public void StartPlayback ();

Descripción

Establece el animator en modo de reproducción.

In this mode, the animator is not updated from game logic and is controlled instead by setting time value. Note that time will not automatically progress here, you have to manipulate it explicitly from playbackTime. PlaybackRecordedFrame should be used to playback recorded data.