Space Engineers
Public Attributes | List of all members
Sandbox.Common.ObjectBuilders.MyObjectBuilder_TextPanel Class Reference
Inheritance diagram for Sandbox.Common.ObjectBuilders.MyObjectBuilder_TextPanel:
VRage.Game.MyObjectBuilder_FunctionalBlock VRage.Game.MyObjectBuilder_TerminalBlock VRage.Game.MyObjectBuilder_CubeBlock VRage.ObjectBuilders.MyObjectBuilder_Base

Public Attributes

string Description = ""
 
string Title = "Title"
 
TextPanelAccessFlag AccessFlag = TextPanelAccessFlag.READ_AND_WRITE_FACTION
 
float ChangeInterval = 0.0f
 
List< string > SelectedImages = null
 
SerializableDefinitionId Font = new MyDefinitionId(typeof(MyObjectBuilder_FontDefinition), "Debug")
 
float FontSize = 1.0f
 
string PublicDescription = ""
 
string PublicTitle = "Public title"
 
ShowTextOnScreenFlag ShowText = ShowTextOnScreenFlag.NONE
 
Color FontColor = Color.White
 
Color BackgroundColor = Color.Black
 
int CurrentShownTexture = 0
 
- Public Attributes inherited from VRage.Game.MyObjectBuilder_FunctionalBlock
bool Enabled = true
 
- Public Attributes inherited from VRage.Game.MyObjectBuilder_TerminalBlock
string CustomName = null
 
bool ShowOnHUD
 
bool ShowInTerminal = true
 
bool ShowInToolbarConfig = true
 
bool ShowInInventory = true
 
- Public Attributes inherited from VRage.Game.MyObjectBuilder_CubeBlock
long EntityId = 0
 
string Name
 
SerializableVector3I Min = new SerializableVector3I(0, 0, 0)
 
float IntegrityPercent = 1.0f
 
float BuildPercent = 1.0f
 
SerializableBlockOrientation BlockOrientation = SerializableBlockOrientation.Identity
 
MyObjectBuilder_Inventory ConstructionInventory = null
 
SerializableVector3 ColorMaskHSV = new SerializableVector3(0f, -1f, 0f)
 
MyObjectBuilder_ConstructionStockpile ConstructionStockpile = null
 
long Owner = 0
 
long BuiltBy = 0
 
MyOwnershipShareModeEnum ShareMode = MyOwnershipShareModeEnum.None
 
float DeformationRatio = 0
 
MySubBlockId[] SubBlocks = null
 
int MultiBlockId = 0
 
SerializableDefinitionId MultiBlockDefinition = null
 
int MultiBlockIndex = -1
 
float BlockGeneralDamageModifier = 1f
 
MyObjectBuilder_ComponentContainer ComponentContainer = null
 

Additional Inherited Members

- Public Member Functions inherited from VRage.Game.MyObjectBuilder_CubeBlock
bool ShouldSerializeEntityId ()
 
bool ShouldSerializeMin ()
 
bool ShouldSerializeOrientation ()
 
bool ShouldSerializeBlockOrientation ()
 
bool ShouldSerializeConstructionInventory ()
 
bool ShouldSerializeColorMaskHSV ()
 
bool ShouldSerializeConstructionStockpile ()
 
bool ShouldSerializeMultiBlockId ()
 
bool ShouldSerializeMultiBlockDefinition ()
 
bool ShouldSerializeComponentContainer ()
 
virtual void Remap (IMyRemapHelper remapHelper)
 
virtual void SetupForProjector ()
 
- Public Member Functions inherited from VRage.ObjectBuilders.MyObjectBuilder_Base
bool ShouldSerializeSubtypeId ()
 
void Save (string filepath)
 
virtual MyObjectBuilder_Base Clone ()
 
- Static Public Member Functions inherited from VRage.Game.MyObjectBuilder_CubeBlock
static MyObjectBuilder_CubeBlock Upgrade (MyObjectBuilder_CubeBlock cubeBlock, MyObjectBuilderType newType, string newSubType)
 
- Properties inherited from VRage.Game.MyObjectBuilder_CubeBlock
SerializableQuaternion Orientation [get, set]
 
- Properties inherited from VRage.ObjectBuilders.MyObjectBuilder_Base
MyStringHash SubtypeId [get]
 
string SubtypeName [get, set]
 
MyObjectBuilderType TypeId [get]
 

Detailed Description

Definition at line 18 of file MyObjectBuilder_TextPanel.cs.

Member Data Documentation

TextPanelAccessFlag Sandbox.Common.ObjectBuilders.MyObjectBuilder_TextPanel.AccessFlag = TextPanelAccessFlag.READ_AND_WRITE_FACTION

Definition at line 27 of file MyObjectBuilder_TextPanel.cs.

Color Sandbox.Common.ObjectBuilders.MyObjectBuilder_TextPanel.BackgroundColor = Color.Black

Definition at line 55 of file MyObjectBuilder_TextPanel.cs.

float Sandbox.Common.ObjectBuilders.MyObjectBuilder_TextPanel.ChangeInterval = 0.0f

Definition at line 30 of file MyObjectBuilder_TextPanel.cs.

int Sandbox.Common.ObjectBuilders.MyObjectBuilder_TextPanel.CurrentShownTexture = 0

Definition at line 58 of file MyObjectBuilder_TextPanel.cs.

string Sandbox.Common.ObjectBuilders.MyObjectBuilder_TextPanel.Description = ""

Definition at line 21 of file MyObjectBuilder_TextPanel.cs.

SerializableDefinitionId Sandbox.Common.ObjectBuilders.MyObjectBuilder_TextPanel.Font = new MyDefinitionId(typeof(MyObjectBuilder_FontDefinition), "Debug")

Definition at line 37 of file MyObjectBuilder_TextPanel.cs.

Color Sandbox.Common.ObjectBuilders.MyObjectBuilder_TextPanel.FontColor = Color.White

Definition at line 52 of file MyObjectBuilder_TextPanel.cs.

float Sandbox.Common.ObjectBuilders.MyObjectBuilder_TextPanel.FontSize = 1.0f

Definition at line 40 of file MyObjectBuilder_TextPanel.cs.

string Sandbox.Common.ObjectBuilders.MyObjectBuilder_TextPanel.PublicDescription = ""

Definition at line 43 of file MyObjectBuilder_TextPanel.cs.

string Sandbox.Common.ObjectBuilders.MyObjectBuilder_TextPanel.PublicTitle = "Public title"

Definition at line 46 of file MyObjectBuilder_TextPanel.cs.

List<string> Sandbox.Common.ObjectBuilders.MyObjectBuilder_TextPanel.SelectedImages = null

Definition at line 34 of file MyObjectBuilder_TextPanel.cs.

ShowTextOnScreenFlag Sandbox.Common.ObjectBuilders.MyObjectBuilder_TextPanel.ShowText = ShowTextOnScreenFlag.NONE

Definition at line 49 of file MyObjectBuilder_TextPanel.cs.

string Sandbox.Common.ObjectBuilders.MyObjectBuilder_TextPanel.Title = "Title"

Definition at line 24 of file MyObjectBuilder_TextPanel.cs.


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