C# Class XNAGraphics.ComponentBundle.DrawableBundle.Button

Inheritance: XNAGraphics.KernelBundle.BasicsBundle.BasicDrawable
Afficher le fichier Open project: joseruizjimenez/personal-training-martial-arts

Méthodes publiques

Свойство Type Description
rectangle Microsoft.Xna.Framework.Rectangle
state BState

Méthodes publiques

Méthode Description
Button ( Object texture, int x, int y ) : System
Button ( Object texture, int x, int y, float scale ) : System
justPushed ( ) : System.Boolean
updateState ( ) : BState

Méthodes protégées

Méthode Description
onDraw ( SpriteBatch spriteBatch ) : void
onLoad ( Microsoft.Xna.Framework.Game game ) : void
onUpdate ( GameTime gameTime ) : void

Private Methods

Méthode Description
hit_button ( Rectangle button, float scale, int mx, int my ) : System.Boolean

Method Details

Button() public méthode

public Button ( Object texture, int x, int y ) : System
texture Object
x int
y int
Résultat System

Button() public méthode

public Button ( Object texture, int x, int y, float scale ) : System
texture Object
x int
y int
scale float
Résultat System

justPushed() public méthode

public justPushed ( ) : System.Boolean
Résultat System.Boolean

onDraw() protected méthode

protected onDraw ( SpriteBatch spriteBatch ) : void
spriteBatch Microsoft.Xna.Framework.Graphics.SpriteBatch
Résultat void

onLoad() protected méthode

protected onLoad ( Microsoft.Xna.Framework.Game game ) : void
game Microsoft.Xna.Framework.Game
Résultat void

onUpdate() protected méthode

protected onUpdate ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
Résultat void

updateState() public méthode

public updateState ( ) : BState
Résultat BState

Property Details

rectangle public_oe property

public Rectangle,Microsoft.Xna.Framework rectangle
Résultat Microsoft.Xna.Framework.Rectangle

state public_oe property

public BState state
Résultat BState