AnimancerEvent.

Invoke(AnimancerState) Method

Summary

Sets the Animancer.AnimancerEvent.CurrentState and Animancer.AnimancerEvent.CurrentEvent then invokes the Animancer.AnimancerEvent.callback.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
AnimancerEvent

Syntax

public void Invoke(AnimancerState state)

Remarks

This method catches and logs any exception thrown by the Animancer.AnimancerEvent.callback.

Parameters

Name Type Description
state AnimancerState

Return Value

Type Description
void