AnimancerEvent.Invocation.

AnimancerEvent.

Invoke() Method

Summary

Sets the Animancer.AnimancerEvent.Invocation.Current, invokes the Animancer.AnimancerEvent.callback, then reverts the Animancer.AnimancerEvent.Invocation.Current.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
AnimancerEvent.Invocation

Syntax

[MethodImpl(MethodImplOptions.AggressiveInlining)]
public void Invoke()

Remarks

This method catches and logs any exception thrown by the Animancer.AnimancerEvent.callback.

Attributes

Type Description
MethodImplAttribute

Return Value

Type Description
void