AnimancerEvent.

AssertNormalizedTimes(AnimancerState) Method

Summary

[Assert-Conditional] Throws an System.ArgumentOutOfRangeException if any event is outside the range of 0 <= normalizedTime < 1.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
AnimancerEvent

Syntax

[System.Diagnostics.Conditional(Strings.Assertions)]
public void AssertNormalizedTimes(AnimancerState state)

Remarks

This excludes the EndEvent since it works differently to other events.

Attributes

Type Description
ConditionalAttribute

Parameters

Name Type Description
state AnimancerState

Return Value

Type Description
void