C# Class GonzoTest.CASScreen

Inheritance: Gonzo.UIScreen
Afficher le fichier Open project: Afr0Games/Project-Dollhouse

Méthodes publiques

Méthode Description
CASScreen ( ScreenManager Manager, SpriteBatch SBatch ) : Files
Draw ( ) : void
Update ( InputHelper Input, GameTime GTime ) : void

Private Methods

Méthode Description
M_BodySkinBrowser_OnButtonClicked ( object Sender, UISkinButtonClickedEventArgs EArgs ) : void
M_ExitBtn_OnButtonClicked ( object Sender ) : void
M_FemaleBtn_OnButtonClicked ( object Sender ) : void
M_HeadSkinBrowser_OnButtonClicked ( object Sender, UISkinButtonClickedEventArgs EArgs ) : void
M_MaleBtn_OnButtonClicked ( object Sender ) : void
M_SkinDarkBtn_OnButtonClicked ( object Sender ) : void

The player clicked the SkinDarkButton. This causes the browsers' skin type to change to dark.

M_SkinLightBtn_OnButtonClicked ( object Sender ) : void

The player clicked the SkinLightButton. This causes the browsers' skin type to change to light.

M_SkinMediumBtn_OnButtonClicked ( object Sender ) : void

The player clicked the SkinMediumButton. This causes the browsers' skin type to change to medium.

Method Details

CASScreen() public méthode

public CASScreen ( ScreenManager Manager, SpriteBatch SBatch ) : Files
Manager Gonzo.ScreenManager
SBatch Microsoft.Xna.Framework.Graphics.SpriteBatch
Résultat Files

Draw() public méthode

public Draw ( ) : void
Résultat void

Update() public méthode

public Update ( InputHelper Input, GameTime GTime ) : void
Input Gonzo.InputHelper
GTime Microsoft.Xna.Framework.GameTime
Résultat void