This is the old Animancer v7.4 documentation. Click here for the latest version.

AnimancerEvent.Invocation.

AnimancerEvent.

Invoke() Method

Summary

Sets the Animancer.AnimancerEvent.Current, invokes the Animancer.AnimancerEvent.callback, then reverts the Animancer.AnimancerEvent.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