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

Inheritance: ITextDrawCmd
Show file Open project: RHY3756547/FreeSO

Public Properties

Property Type Description
Color Color
Position Vector2
Scale Vector2
Texture Microsoft.Xna.Framework.Graphics.Texture2D

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

Color public property

public Color Color
return Color

Position public property

public Vector2 Position
return Vector2

Scale public property

public Vector2 Scale
return Vector2

Texture public property

public Texture2D,Microsoft.Xna.Framework.Graphics Texture
return Microsoft.Xna.Framework.Graphics.Texture2D