AnimancerEvent.Sequence.

AnimancerEvent.

IndexOf(int, float) Method

Summary

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

Syntax

public int IndexOf(int indexHint, float normalizedTime)

Parameters

Name Type Description
indexHint int
normalizedTime float

Return Value

Type Description
int

See Also

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