C# Class FSO.Client.UI.Controls.TextDrawCmd_Cursor
Show file
Open project: RHY3756547/FreeSO
Public Properties
Public Methods
Method |
Description |
|
Draw ( UIElement ui, SpriteBatch batch ) : void |
|
|
Init ( ) : void |
|
|
Method Details
public Draw ( UIElement ui, SpriteBatch batch ) : void |
ui |
FSO.Client.UI.Framework.UIElement |
|
batch |
Microsoft.Xna.Framework.Graphics.SpriteBatch |
|
return |
void |
|
public Init ( ) : void |
return |
void |
|
Property Details
public Color Color |
return |
Color |
|
public Vector2 Position |
return |
Vector2 |
|
public Vector2 Scale |
return |
Vector2 |
|
public Texture2D,Microsoft.Xna.Framework.Graphics Texture |
return |
Microsoft.Xna.Framework.Graphics.Texture2D |
|