C# Class Bug.Display.UiElement

Exibir arquivo Open project: Projectfights/Fight-insect

Public Properties

Property Type Description
x int

Public Methods

Method 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 method

public abstract Collide ( int pointX, int pointY ) : bool
pointX int
pointY int
return bool

Draw() public abstract method

public abstract Draw ( SpriteBatch batch ) : void
batch Microsoft.Xna.Framework.Graphics.SpriteBatch
return void

UiElement() public method

public UiElement ( int x_, int y_ ) : Microsoft.Xna.Framework.Graphics
x_ int
y_ int
return Microsoft.Xna.Framework.Graphics

Property Details

x public_oe property

public int x
return int