public void Update (float deltaTime);

Parameters

deltaTime 时间增量。

Description

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