Validate.

ValueRule(float, Validate.Value) Method

Summary

Enforces the `rule` on the `value`.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
Validate

Syntax

public static void ValueRule(ref float value, Validate.Value rule)

Parameters

Name Type Description
value float
rule Validate.Value

Return Value

Type Description
void