Show / Hide Table of Contents

Class MySerializedTextPanelData

Inheritance
System.Object
MySerializedTextPanelData
Namespace: VRage.Game.ObjectBuilders
Assembly: VRage.Game.dll
Syntax
public class MySerializedTextPanelData : Object

Constructors

MySerializedTextPanelData()

Declaration
public MySerializedTextPanelData()

Fields

Alignment

Declaration
public int Alignment
Field Value
Type Description
System.Int32

BackgroundColor

Declaration
public Color BackgroundColor
Field Value
Type Description
Color

ChangeInterval

Declaration
public float ChangeInterval
Field Value
Type Description
System.Single

ContentType

Declaration
public ContentType ContentType
Field Value
Type Description
ContentType

CurrentShownTexture

Declaration
public int CurrentShownTexture
Field Value
Type Description
System.Int32

CustomizeScripts

Declaration
public bool CustomizeScripts
Field Value
Type Description
System.Boolean

Font

Declaration
public SerializableDefinitionId Font
Field Value
Type Description
SerializableDefinitionId

FontColor

Declaration
public Color FontColor
Field Value
Type Description
Color

FontSize

Declaration
public float FontSize
Field Value
Type Description
System.Single

PreserveAspectRatio

Declaration
public bool PreserveAspectRatio
Field Value
Type Description
System.Boolean

ScriptBackgroundColor

Declaration
public Color ScriptBackgroundColor
Field Value
Type Description
Color

ScriptForegroundColor

Declaration
public Color ScriptForegroundColor
Field Value
Type Description
Color

SelectedImages

Declaration
[Serialize]
public List<string> SelectedImages
Field Value
Type Description
System.Collections.Generic.List<System.String>

SelectedScript

Declaration
[Serialize]
public string SelectedScript
Field Value
Type Description
System.String

ShowText

Declaration
public ShowTextOnScreenFlag ShowText
Field Value
Type Description
ShowTextOnScreenFlag

Sprites

Declaration
public MySerializableSpriteCollection Sprites
Field Value
Type Description
MySerializableSpriteCollection

Text

Declaration
public string Text
Field Value
Type Description
System.String

TextPadding

Declaration
public float TextPadding
Field Value
Type Description
System.Single
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾