C# Class Defend_your_home.UI.Image

Inheritance: IGraphicsControl
Afficher le fichier Open project: MandragoraStudio/Defend-your-home

Protected Properties

Свойство Type Description
position Vector2
texture Microsoft.Xna.Framework.Graphics.Texture2D
tintColor Color

Méthodes publiques

Méthode Description
Draw ( SpriteBatch spriteBatch ) : void
Image ( string assetName, Vector2 position ) : System
Update ( ) : void

Method Details

Draw() public méthode

public Draw ( SpriteBatch spriteBatch ) : void
spriteBatch Microsoft.Xna.Framework.Graphics.SpriteBatch
Résultat void

Image() public méthode

public Image ( string assetName, Vector2 position ) : System
assetName string
position Vector2
Résultat System

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

position protected_oe property

protected Vector2 position
Résultat Vector2

texture protected_oe property

protected Texture2D,Microsoft.Xna.Framework.Graphics texture
Résultat Microsoft.Xna.Framework.Graphics.Texture2D

tintColor protected_oe property

protected Color tintColor
Résultat Color