AnimancerEvent.

DelayInvoke(StringReference, AnimancerState) Method

Summary

Adds this event to the Animancer.AnimancerEvent.Invoker which will call Animancer.AnimancerEvent.Invocation.Invoke later in the current frame.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
AnimancerEvent

Syntax

[MethodImpl(MethodImplOptions.AggressiveInlining)]
public void DelayInvoke(StringReference eventName, AnimancerState state)

Attributes

Type Description
MethodImplAttribute

Parameters

Name Type Description
eventName StringReference
state AnimancerState

Return Value

Type Description
void