This is the old Animancer v7.4 documentation. Click here for the latest version.

IUpdatable.List.

IUpdatable.

UpdateAll() Method

Summary

Calls Animancer.IUpdatable.Update on all items in this list.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
IUpdatable.List

Syntax

public void UpdateAll()

Remarks

Uses UnityEngine.Debug.LogException(System.Exception,UnityEngine.Object) to handle exceptions and continues executing the remaining items if any occur.

Return Value

Type Description
void