AnimancerState.

UpdateEventsRecursive(AnimancerState, bool) 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, bool raiseEvents)

Parameters

Name Type Description
parent AnimancerState
raiseEvents bool

Return Value

Type Description
void