IUpdatable.

Update() Method

Summary

Called during every UnityEngine.Animator update.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
IUpdatable

Syntax

void Update()

Remarks

The UnityEngine.Animator.updateMode determines the update rate.

Return Value

Type Description
void