C# Class Beyond_Beyaan.BBToolTip

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

Méthodes publiques

Méthode Description
Draw ( ) : void
Initialize ( string name, string text, int screenWidth, int screenHeight, Random r, string &reason ) : bool
MouseHover ( int x, int y, float frameDeltaTime ) : bool
SetShowing ( bool showing ) : void
SetText ( string text ) : void

Method Details

Draw() public méthode

public Draw ( ) : void
Résultat void

Initialize() public méthode

public Initialize ( string name, string text, int screenWidth, int screenHeight, Random r, string &reason ) : bool
name string
text string
screenWidth int
screenHeight int
r System.Random
reason string
Résultat bool

MouseHover() public méthode

public MouseHover ( int x, int y, float frameDeltaTime ) : bool
x int
y int
frameDeltaTime float
Résultat bool

SetShowing() public méthode

public SetShowing ( bool showing ) : void
showing bool
Résultat void

SetText() public méthode

public SetText ( string text ) : void
text string
Résultat void