AnimancerEvent.Sequence.Serializable.

AnimancerEvent.Sequence.

AnimancerEvent.

GetInvoker(UnityEvent) Method

Summary

If the `callback` has any persistent calls, this method returns a delegate to call its UnityEngine.Events.UnityEvent.Invoke method. Otherwise it returns the Animancer.AnimancerEvent.DummyCallback.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
AnimancerEvent.Sequence.Serializable

Syntax

public static Action GetInvoker(UnityEvent callback)

Parameters

Name Type Description
callback UnityEvent

Return Value

Type Description
Action