Version: 2017.1
public void Update (float deltaTime);

파라미터

deltaTime The time delta.

설명

Evaluates the animator based on deltaTime.

Updating the animator with this function migth not work well with the physics engine or any other system that is normaly evaluated by the Game loop.