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