C# Class Beyond_Beyaan.Screens.SituationReport

Afficher le fichier Open project: Beyonders/Beyond-Beyaan Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public Clear ( ) : void
Résultat void

DrawSitRep() public méthode

public DrawSitRep ( ) : void
Résultat void

Hide() public méthode

public Hide ( ) : void
Résultat void

MouseDown() public méthode

public MouseDown ( int x, int y ) : bool
x int
y int
Résultat bool

MouseUp() public méthode

public MouseUp ( int x, int y ) : bool
x int
y int
Résultat bool

Refresh() public méthode

public Refresh ( ) : void
Résultat void

ResetIndex() public méthode

public ResetIndex ( ) : void
Résultat void

Show() public méthode

public Show ( ) : void
Résultat void

SituationReport() public méthode

public SituationReport ( GameMain gameMain )
gameMain GameMain

ToggleVisibility() public méthode

public ToggleVisibility ( ) : void
Résultat void

Update() public méthode

public Update ( int mouseX, int mouseY, float frameDeltaTime ) : bool
mouseX int
mouseY int
frameDeltaTime float
Résultat bool