EGDL2 2.1
Loading...
Searching...
No Matches
Enablegames.RangeWidget Class Reference

Represents a widget that allows users to select a value within a specified range. More...

Inheritance diagram for Enablegames.RangeWidget:
Collaboration diagram for Enablegames.RangeWidget:

Public Member Functions

void SliderUpdate ()
 Updates the value of the RangeWidget based on the current value of the slider.
 
override void UpdateParameter (object o)
 Updates the parameter of the widget.
 

Protected Member Functions

override void Initialize ()
 Initializes the RangeWidget instance.
 
override void HandleGameParameterUpdateCheck (GameParameter parameter)
 Handles the update check for the game parameter.
 

Detailed Description

Represents a widget that allows users to select a value within a specified range.

Member Function Documentation

◆ HandleGameParameterUpdateCheck()

override void Enablegames.RangeWidget.HandleGameParameterUpdateCheck ( GameParameter parameter)
inlineprotected

Handles the update check for the game parameter.

Parameters
parameterThe game parameter to handle the update for.
Here is the call graph for this function:

◆ UpdateParameter()

override void Enablegames.RangeWidget.UpdateParameter ( object o)
inlinevirtual

Updates the parameter of the widget.

Parameters
oThe new value of the parameter.
Exceptions
System.ApplicationExceptionThrown when the type of the value is different from the type expected by the widget.

Reimplemented from Enablegames.ParameterWidget.

Here is the call graph for this function:
Here is the caller graph for this function:

The documentation for this class was generated from the following file: