AnimancerEvent.Sequence.

AnimancerEvent.

IndexOfRequired(string, int) Method

Summary

[Pro-Only] Returns the index of the event with the specified `name`.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
AnimancerEvent.Sequence

Syntax

public int IndexOfRequired(string name, int startIndex = 0)

Parameters

Name Type Description
name string
startIndex int

Return Value

Type Description
int

See Also

  • Animancer.AnimancerEvent.Sequence.IndexOf(System.String,System.Int32)