Summary
Returns the index of the first event with the specified `name`.
- Assembly
- Animancer
.dll - Namespace
- Animancer
- Containing Type
- AnimancerEvent
.Sequence
Syntax
public int IndexOfRequired(StringReference name, int startIndex = 0)
Parameters
Name | Type | Description |
---|---|---|
name | StringReference | |
startIndex | int |
Return Value
Type | Description |
---|---|
int |
See Also
- Animancer.AnimancerEvent.Sequence.IndexOf(Animancer.StringReference,System.Int32)