C# Class Bug.Display.UiElement

Afficher le fichier Open project: Projectfights/Fight-insect

Méthodes publiques

Свойство Type Description
x int

Méthodes publiques

Méthode Description
Collide ( int pointX, int pointY ) : bool
Draw ( SpriteBatch batch ) : void
UiElement ( int x_, int y_ ) : Microsoft.Xna.Framework.Graphics

Method Details

Collide() public abstract méthode

public abstract Collide ( int pointX, int pointY ) : bool
pointX int
pointY int
Résultat bool

Draw() public abstract méthode

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

UiElement() public méthode

public UiElement ( int x_, int y_ ) : Microsoft.Xna.Framework.Graphics
x_ int
y_ int
Résultat Microsoft.Xna.Framework.Graphics

Property Details

x public_oe property

public int x
Résultat int