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

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

public Color Color
return Color

Position public_oe property

public Vector2 Position
return Vector2

Scale public_oe property

public Vector2 Scale
return Vector2

Texture public_oe property

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