AnimancerState.

UpdateEventsRecursive(AnimancerState) Method

Summary

Checks if any events should be invoked on the `parent` and its children recursively.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
AnimancerState

Syntax

public static void UpdateEventsRecursive(AnimancerState parent)

Parameters

Name Type Description
parent AnimancerState

Return Value

Type Description
void