AnimancerEvent.Sequence.

AnimancerEvent.

SetCallbacks(StringReference, Action) Method

Summary

[Pro-Only] Replaces the Animancer.AnimancerEvent.callback of every event with the specified `name` and returns the number of events that were found.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
AnimancerEvent.Sequence

Syntax

public int SetCallbacks(StringReference name, Action callback)

Parameters

Name Type Description
name StringReference
callback Action

Return Value

Type Description
int

See Also

  • Animancer.AnimancerEvent.Sequence.SetCallback(Animancer.StringReference,System.Action)
  • Animancer.AnimancerEvent.Sequence.IndexOfRequired(Animancer.StringReference,System.Int32)