C# Class Californium.Game

Mostrar archivo Open project: DatZach/HumanityAgainstCards

Public Properties

Property Type Description
Window SFML.Graphics.RenderWindow

Public Methods

Method Description
Exit ( ) : bool
Initialize ( ) : void
PeekFirstState ( ) : State
PeekState ( ) : State
PopState ( ) : void
PushState ( State state ) : void
Run ( ) : void
SetState ( State state ) : void

Private Methods

Method Description
DispatchEvent ( InputArgs args ) : void
Game ( ) : System
IsActive ( State state ) : bool
Resize ( Vector2f newSize ) : void

Method Details

Exit() public static method

public static Exit ( ) : bool
return bool

Initialize() public static method

public static Initialize ( ) : void
return void

PeekFirstState() public static method

public static PeekFirstState ( ) : State
return State

PeekState() public static method

public static PeekState ( ) : State
return State

PopState() public static method

public static PopState ( ) : void
return void

PushState() public static method

public static PushState ( State state ) : void
state State
return void

Run() public static method

public static Run ( ) : void
return void

SetState() public static method

public static SetState ( State state ) : void
state State
return void

Property Details

Window public_oe static_oe property

public static RenderWindow,SFML.Graphics Window
return SFML.Graphics.RenderWindow