ControllerState.

AssertParameterValue(float, string) Method

Summary

[Assert-Conditional] Asserts that the `value` is valid.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
ControllerState

Syntax

[System.Diagnostics.Conditional(Strings.Assertions)]
public void AssertParameterValue(float value, string parameterName = null)

Attributes

Type Description
ConditionalAttribute

Parameters

Name Type Description
value float
parameterName string

Return Value

Type Description
void