Legacy Documentation: Version 4.5.0

Script language:

  • JS
  • C#
  • Boo
Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

Update(deltaTime: float): void;

Parameters

deltaTimeThe time delta.

Description

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.