AnimancerEvent.Sequence.

AnimancerEvent.

IndexOf(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

[MethodImpl(MethodImplOptions.AggressiveInlining)]
public int IndexOf(float normalizedTime)

Attributes

Type Description
MethodImplAttribute

Parameters

Name Type Description
normalizedTime float

Return Value

Type Description
int

See Also

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