Summary
[Assert-Conditional]
Throws an
System.ArgumentOutOfRangeException
if the Animancer.AnimancerEvent.normalizedTime
of any events
is less than 0 or greater than or equal to 1.
This does not include the Animancer.AnimancerEvent.Sequence.EndEvent
since it works differently to other events.
- Assembly
- Animancer
.dll - Namespace
- Animancer
- Containing Type
- AnimancerEvent
.Sequence
Syntax
[System.Diagnostics.Conditional(Strings.Assertions)]
public void AssertNormalizedTimes(AnimancerState state)
Attributes
Type | Description |
---|---|
ConditionalAttribute |
Parameters
Name | Type | Description |
---|---|---|
state | AnimancerState |
Return Value
Type | Description |
---|---|
void |