ExitEvent.

InvokeOnStartExiting Property

Summary

Should the Animancer.ExitEvent.Callback be invoked when the Animancer.ExitEvent.Node starts fading out? Otherwise, it will be invoked after the Animancer.AnimancerNode.EffectiveWeight reaches 0. Default is false.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
ExitEvent

Syntax

public bool InvokeOnStartExiting { get; set; }

Value

Type Description
bool