C# Class Beyond_Beyaan.BBToolTip

Datei anzeigen Open project: Beyonders/Beyond-Beyaan Class Usage Examples

Public Methods

Method 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 method

public Draw ( ) : void
return void

Initialize() public method

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
return bool

MouseHover() public method

public MouseHover ( int x, int y, float frameDeltaTime ) : bool
x int
y int
frameDeltaTime float
return bool

SetShowing() public method

public SetShowing ( bool showing ) : void
showing bool
return void

SetText() public method

public SetText ( string text ) : void
text string
return void