AnimancerEvent.Sequence.

AnimancerEvent.

AddCallback(int, Action) Method

Summary

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

Syntax

public void AddCallback(int index, Action callback)

Parameters

Name Type Description
index int
callback Action

Return Value

Type Description
void

See Also

  • Animancer.OptionalWarning.DuplicateEvent