C# Class GonzoTest.CASScreen

Inheritance: Gonzo.UIScreen
Mostrar archivo Open project: Afr0Games/Project-Dollhouse

Public Methods

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

Private Methods

Method 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 method

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

Draw() public method

public Draw ( ) : void
return void

Update() public method

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