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