AnimancerEvent.Sequence.

AnimancerEvent.

IndexOf(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(AnimancerEvent animancerEvent)

Parameters

Name Type Description
animancerEvent AnimancerEvent

Return Value

Type Description
int

See Also

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