Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
Kappa
gui
scenes
SceneButtonList
C# Class Kappa.gui.scenes.SceneButtonList
Inheritance:
Scene
Mostrar archivo
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
buttons
return
List