Version: 2017.1
public void Update (float deltaTime);

参数

deltaTime 时间增量。

描述

根据 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.