Version: 2021.1
言語: 日本語
public void Update (float deltaTime);

パラメーター

deltaTime 時間の差

説明

deltaTime に基づいて Animator を評価します

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