Tesseract Engine Documentation

GameMenuValueInput.SetRange Method 

Set range of this componenet.

public void SetRange(
   Int32 min,
   Int32 max
);

Parameters

min
Minimum allowed value.
max
Maximum allowed value.

See Also

GameMenuValueInput Class | DarkWynter.Engine.Menus Namespace