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

Inheritance: ITextDrawCmd
Mostrar archivo 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_oe property

public Vector2 Position
return Vector2

Scale public_oe property

public Vector2 Scale
return Vector2

Selected public_oe property

public bool Selected
return bool

Style public_oe property

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

Text public_oe property

public string Text
return string