Tesseract Engine Documentation

GameMenuValueInput Constructor (String, Int32, Int32, Int32, Int32)

Constructor for Game Menu Value Input with predefined values.

public GameMenuValueInput(
   String title,
   Int32 minValue,
   Int32 maxValue,
   Int32 defaultValue,
   Int32 increment
);

Parameters

title
Title of this component.
minValue
Minimum value of this component.
maxValue
Maximum value of this component.
defaultValue
Initial/Default value of this component.
increment
Increment rate of this componenet.

See Also

GameMenuValueInput Class | DarkWynter.Engine.Menus Namespace | GameMenuValueInput Constructor Overload List