C# Class SmartboyDevelopments.Haxxit.MonoGame.GameStates.SpawnDialogGameState

Inheritance: HaxxitGameState
Afficher le fichier Open project: smartboyathome/Haxxit Class Usage Examples

Méthodes publiques

Méthode Description
Draw ( SpriteBatch sprite_batch ) : void
Init ( ) : void
LoadContent ( GraphicsDevice graphics, SpriteBatch sprite_batch, Microsoft.Xna.Framework.Content.ContentManager content ) : void
OnButtonInside ( DrawableRectangle rectangle ) : void
OnButtonOutside ( DrawableRectangle rectangle ) : void
OnCancelClick ( DrawableRectangle rectangle ) : void
OnSelectClick ( DrawableRectangle rectangle ) : void
SpawnDialogGameState ( HaxxitGameState background_state, SmartboyDevelopments.Haxxit map, SmartboyDevelopments.Haxxit spawn_point, BoolWrapper newSpawnDialogStatus ) : System
SubscribeAll ( ) : void
Update ( ) : void

Private Methods

Méthode Description
OnProgramSelect ( DrawableRectangle rectangle ) : void
OnScrollDown ( DrawableRectangle rectangle ) : void
OnScrollUp ( DrawableRectangle rectangle ) : void

Method Details

Draw() public méthode

public Draw ( SpriteBatch sprite_batch ) : void
sprite_batch Microsoft.Xna.Framework.Graphics.SpriteBatch
Résultat void

Init() public méthode

public Init ( ) : void
Résultat void

LoadContent() public méthode

public LoadContent ( GraphicsDevice graphics, SpriteBatch sprite_batch, Microsoft.Xna.Framework.Content.ContentManager content ) : void
graphics GraphicsDevice
sprite_batch Microsoft.Xna.Framework.Graphics.SpriteBatch
content Microsoft.Xna.Framework.Content.ContentManager
Résultat void

OnButtonInside() public méthode

public OnButtonInside ( DrawableRectangle rectangle ) : void
rectangle DrawableRectangle
Résultat void

OnButtonOutside() public méthode

public OnButtonOutside ( DrawableRectangle rectangle ) : void
rectangle DrawableRectangle
Résultat void

OnCancelClick() public méthode

public OnCancelClick ( DrawableRectangle rectangle ) : void
rectangle DrawableRectangle
Résultat void

OnSelectClick() public méthode

public OnSelectClick ( DrawableRectangle rectangle ) : void
rectangle DrawableRectangle
Résultat void

SpawnDialogGameState() public méthode

public SpawnDialogGameState ( HaxxitGameState background_state, SmartboyDevelopments.Haxxit map, SmartboyDevelopments.Haxxit spawn_point, BoolWrapper newSpawnDialogStatus ) : System
background_state HaxxitGameState
map SmartboyDevelopments.Haxxit
spawn_point SmartboyDevelopments.Haxxit
newSpawnDialogStatus BoolWrapper
Résultat System

SubscribeAll() public méthode

public SubscribeAll ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void