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

Inheritance: ITextDrawCmd
Afficher le fichier Open project: RHY3756547/FreeSO

Méthodes publiques

Свойство Type Description
BlendColor Color
Position Vector2
Scale Vector2
Texture Microsoft.Xna.Framework.Graphics.Texture2D

Méthodes publiques

Méthode Description
Draw ( UIElement ui, SpriteBatch batch ) : void
Init ( ) : void

Method Details

Draw() public méthode

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

Init() public méthode

public Init ( ) : void
Résultat void

Property Details

BlendColor public_oe property

public Color BlendColor
Résultat Color

Position public_oe property

public Vector2 Position
Résultat Vector2

Scale public_oe property

public Vector2 Scale
Résultat Vector2

Texture public_oe property

public Texture2D,Microsoft.Xna.Framework.Graphics Texture
Résultat Microsoft.Xna.Framework.Graphics.Texture2D