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