C# 클래스 SmartboyDevelopments.Haxxit.MonoGame.GameStates.SpawnDialogGameState

상속: HaxxitGameState
파일 보기 프로젝트 열기: smartboyathome/Haxxit 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
OnProgramSelect ( DrawableRectangle rectangle ) : void
OnScrollDown ( DrawableRectangle rectangle ) : void
OnScrollUp ( DrawableRectangle rectangle ) : void

메소드 상세

Draw() 공개 메소드

public Draw ( SpriteBatch sprite_batch ) : void
sprite_batch Microsoft.Xna.Framework.Graphics.SpriteBatch
리턴 void

Init() 공개 메소드

public Init ( ) : void
리턴 void

LoadContent() 공개 메소드

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
리턴 void

OnButtonInside() 공개 메소드

public OnButtonInside ( DrawableRectangle rectangle ) : void
rectangle DrawableRectangle
리턴 void

OnButtonOutside() 공개 메소드

public OnButtonOutside ( DrawableRectangle rectangle ) : void
rectangle DrawableRectangle
리턴 void

OnCancelClick() 공개 메소드

public OnCancelClick ( DrawableRectangle rectangle ) : void
rectangle DrawableRectangle
리턴 void

OnSelectClick() 공개 메소드

public OnSelectClick ( DrawableRectangle rectangle ) : void
rectangle DrawableRectangle
리턴 void

SpawnDialogGameState() 공개 메소드

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
리턴 System

SubscribeAll() 공개 메소드

public SubscribeAll ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void