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

Public Member Functions

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

Public Attributes

Action ValueIncreased
 
Action ValueDecreased
 
float Value
 
float ValueMin
 
float ValueMax
 
float ValueStep
 

Detailed Description

Definition at line 665 of file MySessionComponentVoxelHand.cs.

Constructor & Destructor Documentation

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

Definition at line 681 of file MySessionComponentVoxelHand.cs.

Member Function Documentation

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

Member Data Documentation

float Sandbox.Game.SessionComponents.MyBrushGUIPropertyNumberSelect.Value

Definition at line 676 of file MySessionComponentVoxelHand.cs.

Action Sandbox.Game.SessionComponents.MyBrushGUIPropertyNumberSelect.ValueDecreased

Definition at line 674 of file MySessionComponentVoxelHand.cs.

Action Sandbox.Game.SessionComponents.MyBrushGUIPropertyNumberSelect.ValueIncreased

Definition at line 673 of file MySessionComponentVoxelHand.cs.

float Sandbox.Game.SessionComponents.MyBrushGUIPropertyNumberSelect.ValueMax

Definition at line 678 of file MySessionComponentVoxelHand.cs.

float Sandbox.Game.SessionComponents.MyBrushGUIPropertyNumberSelect.ValueMin

Definition at line 677 of file MySessionComponentVoxelHand.cs.

float Sandbox.Game.SessionComponents.MyBrushGUIPropertyNumberSelect.ValueStep

Definition at line 679 of file MySessionComponentVoxelHand.cs.


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