C# Class Kappa.gui.scenes.SceneButtonList

Inheritance: Scene
Afficher le fichier Open project: EEwing/KappaGame

Protected Properties

Свойство Type Description
buttons List

Méthodes publiques

Méthode Description
Render ( SpriteBatch spriteBatch ) : void
Update ( float dt ) : void

Method Details

Render() public méthode

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

Update() public méthode

public Update ( float dt ) : void
dt float
Résultat void

Property Details

buttons protected_oe property

protected List
Résultat List