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

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