Space Engineers
Public Member Functions | Public Attributes | List of all members
Sandbox.Game.SessionComponents.MyBrushGUIPropertyNumberSlider Class Reference
Inheritance diagram for Sandbox.Game.SessionComponents.MyBrushGUIPropertyNumberSlider:
Sandbox.Game.SessionComponents.IMyVoxelBrushGUIProperty

Public Member Functions

 MyBrushGUIPropertyNumberSlider (float value, float valueMin, float valueMax, float valueStep, MyVoxelBrushGUIPropertyOrder order, MyStringId labelText)
 
void AddControlsToList (List< MyGuiControlBase > list)
 

Public Attributes

Action ValueChanged
 
float Value
 
float ValueMin
 
float ValueMax
 
float ValueStep
 

Detailed Description

Definition at line 749 of file MySessionComponentVoxelHand.cs.

Constructor & Destructor Documentation

Sandbox.Game.SessionComponents.MyBrushGUIPropertyNumberSlider.MyBrushGUIPropertyNumberSlider ( float  value,
float  valueMin,
float  valueMax,
float  valueStep,
MyVoxelBrushGUIPropertyOrder  order,
MyStringId  labelText 
)
inline

Definition at line 762 of file MySessionComponentVoxelHand.cs.

Member Function Documentation

void Sandbox.Game.SessionComponents.MyBrushGUIPropertyNumberSlider.AddControlsToList ( List< MyGuiControlBase list)
inline

Member Data Documentation

float Sandbox.Game.SessionComponents.MyBrushGUIPropertyNumberSlider.Value

Definition at line 757 of file MySessionComponentVoxelHand.cs.

Action Sandbox.Game.SessionComponents.MyBrushGUIPropertyNumberSlider.ValueChanged

Definition at line 755 of file MySessionComponentVoxelHand.cs.

float Sandbox.Game.SessionComponents.MyBrushGUIPropertyNumberSlider.ValueMax

Definition at line 759 of file MySessionComponentVoxelHand.cs.

float Sandbox.Game.SessionComponents.MyBrushGUIPropertyNumberSlider.ValueMin

Definition at line 758 of file MySessionComponentVoxelHand.cs.

float Sandbox.Game.SessionComponents.MyBrushGUIPropertyNumberSlider.ValueStep

Definition at line 760 of file MySessionComponentVoxelHand.cs.


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