C# Class Beyond_Beyaan.Screens.SituationReport

Show file Open project: Beyonders/Beyond-Beyaan Class Usage Examples

Public Methods

Method Description
Clear ( ) : void
DrawSitRep ( ) : void
Hide ( ) : void
MouseDown ( int x, int y ) : bool
MouseUp ( int x, int y ) : bool
Refresh ( ) : void
ResetIndex ( ) : void
Show ( ) : void
SituationReport ( GameMain gameMain )
ToggleVisibility ( ) : void
Update ( int mouseX, int mouseY, float frameDeltaTime ) : bool

Method Details

Clear() public method

public Clear ( ) : void
return void

DrawSitRep() public method

public DrawSitRep ( ) : void
return void

Hide() public method

public Hide ( ) : void
return void

MouseDown() public method

public MouseDown ( int x, int y ) : bool
x int
y int
return bool

MouseUp() public method

public MouseUp ( int x, int y ) : bool
x int
y int
return bool

Refresh() public method

public Refresh ( ) : void
return void

ResetIndex() public method

public ResetIndex ( ) : void
return void

Show() public method

public Show ( ) : void
return void

SituationReport() public method

public SituationReport ( GameMain gameMain )
gameMain GameMain

ToggleVisibility() public method

public ToggleVisibility ( ) : void
return void

Update() public method

public Update ( int mouseX, int mouseY, float frameDeltaTime ) : bool
mouseX int
mouseY int
frameDeltaTime float
return bool