C# Class Kappa.gui.scenes.SceneButtonList

Inheritance: Scene
显示文件 Open project: EEwing/KappaGame

Protected Properties

Property Type Description
buttons List

Public Methods

Method Description
Render ( SpriteBatch spriteBatch ) : void
Update ( float dt ) : void

Method Details

Render() public method

public Render ( SpriteBatch spriteBatch ) : void
spriteBatch Microsoft.Xna.Framework.Graphics.SpriteBatch
return void

Update() public method

public Update ( float dt ) : void
dt float
return void

Property Details

buttons protected_oe property

protected List
return List