PlatformerUtilities.

NotNegative(float) Method

Summary

Makes sure the `value` is not negative.
Assembly
PlatformerGameKit.dll
Namespace
PlatformerGameKit
Containing Type
PlatformerUtilities

Syntax

public static void NotNegative(ref float value)

Parameters

Name Type Description
value float

Return Value

Type Description
void