PlatformerUtilities.

NotNegative(int) Method

Summary

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

Syntax

public static void NotNegative(ref int value)

Parameters

Name Type Description
value int

Return Value

Type Description
void