Space Engineers
Public Member Functions | Public Attributes | Properties | List of all members
VRage.Game.MyObjectBuilder_GuiControlBase Class Reference
Inheritance diagram for VRage.Game.MyObjectBuilder_GuiControlBase:
VRage.ObjectBuilders.MyObjectBuilder_Base VRage.Game.MyObjectBuilder_GuiControlButton VRage.Game.MyObjectBuilder_GuiControlCheckbox VRage.Game.MyObjectBuilder_GuiControlCombobox VRage.Game.MyObjectBuilder_GuiControlGrid VRage.Game.MyObjectBuilder_GuiControlLabel VRage.Game.MyObjectBuilder_GuiControlListbox VRage.Game.MyObjectBuilder_GuiControlMultilineLabel VRage.Game.MyObjectBuilder_GuiControlOnOffSwitch VRage.Game.MyObjectBuilder_GuiControlPanel VRage.Game.MyObjectBuilder_GuiControlParent VRage.Game.MyObjectBuilder_GuiControlProgressBar VRage.Game.MyObjectBuilder_GuiControlRadioButton VRage.Game.MyObjectBuilder_GuiControlSeparatorList VRage.Game.MyObjectBuilder_GuiControlTextbox VRage.Game.ObjectBuilders.Gui.MyObjectBuilder_GuiControlImage VRage.Game.ObjectBuilders.Gui.MyObjectBuilder_GuiControlImageButton

Public Member Functions

bool ShouldSerializeControlAlign ()
 
- Public Member Functions inherited from VRage.ObjectBuilders.MyObjectBuilder_Base
bool ShouldSerializeSubtypeId ()
 
void Save (string filepath)
 
virtual MyObjectBuilder_Base Clone ()
 

Public Attributes

Vector2 Position
 
Vector2 Size
 
string Name
 
Vector4 BackgroundColor = Vector4.One
 
string ControlTexture
 
MyGuiDrawAlignEnum OriginAlign
 

Properties

int ControlAlign [get, set]
 
- Properties inherited from VRage.ObjectBuilders.MyObjectBuilder_Base
MyStringHash SubtypeId [get]
 
string SubtypeName [get, set]
 
MyObjectBuilderType TypeId [get]
 

Detailed Description

Definition at line 10 of file MyObjectBuilder_GuiControlBase.cs.

Member Function Documentation

bool VRage.Game.MyObjectBuilder_GuiControlBase.ShouldSerializeControlAlign ( )
inline

Definition at line 35 of file MyObjectBuilder_GuiControlBase.cs.

Member Data Documentation

Vector4 VRage.Game.MyObjectBuilder_GuiControlBase.BackgroundColor = Vector4.One

Definition at line 22 of file MyObjectBuilder_GuiControlBase.cs.

string VRage.Game.MyObjectBuilder_GuiControlBase.ControlTexture

Definition at line 25 of file MyObjectBuilder_GuiControlBase.cs.

string VRage.Game.MyObjectBuilder_GuiControlBase.Name

Definition at line 19 of file MyObjectBuilder_GuiControlBase.cs.

MyGuiDrawAlignEnum VRage.Game.MyObjectBuilder_GuiControlBase.OriginAlign

Definition at line 28 of file MyObjectBuilder_GuiControlBase.cs.

Vector2 VRage.Game.MyObjectBuilder_GuiControlBase.Position

Definition at line 13 of file MyObjectBuilder_GuiControlBase.cs.

Vector2 VRage.Game.MyObjectBuilder_GuiControlBase.Size

Definition at line 16 of file MyObjectBuilder_GuiControlBase.cs.

Property Documentation

int VRage.Game.MyObjectBuilder_GuiControlBase.ControlAlign
getset

Definition at line 31 of file MyObjectBuilder_GuiControlBase.cs.


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