AnimancerEvent.Sequence.

AnimancerEvent.

SetCallback(int, Action) Method

Summary

[Pro-Only] Replaces the Animancer.AnimancerEvent.callback of the event at the specified `index`.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
AnimancerEvent.Sequence

Syntax

public void SetCallback(int index, Action callback)

Parameters

Name Type Description
index int
callback Action

Return Value

Type Description
void

See Also

  • Animancer.OptionalWarning.DuplicateEvent