Summary
[Pro-Only] Returns the index of the `animancerEvent`.
- Assembly
- Animancer
.dll - Namespace
- Animancer
- Containing Type
- AnimancerEvent
.Sequence
Syntax
[MethodImpl(MethodImplOptions.AggressiveInlining)]
public int IndexOfRequired(int indexHint, AnimancerEvent animancerEvent)
Attributes
Type | Description |
---|---|
MethodImplAttribute |
Parameters
Name | Type | Description |
---|---|---|
indexHint | int | |
animancerEvent | AnimancerEvent |
Return Value
Type | Description |
---|---|
int |
See Also
- Animancer.AnimancerEvent.Sequence.IndexOf(System.Int32,Animancer.AnimancerEvent)