C# Class FSO.Client.UI.Controls.TextDrawCmd_Text

Inheritance: ITextDrawCmd
Show file Open project: RHY3756547/FreeSO

Public Properties

Property Type Description
Position Vector2
Scale Vector2
Selected bool
Style FSO.Client.UI.Framework.TextStyle
Text string

Public Methods

Method Description
Draw ( UIElement ui, SpriteBatch batch ) : void
Init ( ) : void

Method Details

Draw() public method

public Draw ( UIElement ui, SpriteBatch batch ) : void
ui FSO.Client.UI.Framework.UIElement
batch Microsoft.Xna.Framework.Graphics.SpriteBatch
return void

Init() public method

public Init ( ) : void
return void

Property Details

Position public property

public Vector2 Position
return Vector2

Scale public property

public Vector2 Scale
return Vector2

Selected public property

public bool Selected
return bool

Style public property

public TextStyle,FSO.Client.UI.Framework Style
return FSO.Client.UI.Framework.TextStyle

Text public property

public string Text
return string