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

AnimancerEvent.Invocation.

AnimancerEvent.

GetBoundCallback() Method

Summary

Returns the callback registered in the Animancer.AnimancerGraph.Events with the Animancer.AnimancerEvent.Invocation.Name (or null if there isn't one).
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
AnimancerEvent.Invocation

Syntax

[MethodImpl(MethodImplOptions.AggressiveInlining)]
public Action GetBoundCallback()

Attributes

Type Description
MethodImplAttribute

Return Value

Type Description
Action