AnimancerEvent.Sequence.

AnimancerEvent.

IndexOf(int, AnimancerEvent) Method

Summary

[Pro-Only] Returns the index of the `animancerEvent` or -1 if there is no such event.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
AnimancerEvent.Sequence

Syntax

public int IndexOf(int indexHint, AnimancerEvent animancerEvent)

Parameters

Name Type Description
indexHint int
animancerEvent AnimancerEvent

Return Value

Type Description
int

See Also

  • Animancer.AnimancerEvent.Sequence.IndexOfRequired(System.Int32,Animancer.AnimancerEvent)