C# Class Beyond_Beyaan.BBTextBox

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

Public Methods

Method Description
Draw ( ) : void
Initialize ( int xPos, int yPos, int width, int height, bool wrapText, bool allowScrollbar, string name, Random r, string &reason ) : bool
MouseDown ( int x, int y ) : bool
MouseHover ( int x, int y, float frameDeltaTime ) : bool
MouseUp ( int x, int y ) : bool
MoveTo ( int x, int y ) : void
ScrollToBottom ( ) : void
SetText ( string text ) : void

Private Methods

Method Description
RefreshText ( ) : void

Method Details

Draw() public method

public Draw ( ) : void
return void

Initialize() public method

public Initialize ( int xPos, int yPos, int width, int height, bool wrapText, bool allowScrollbar, string name, Random r, string &reason ) : bool
xPos int
yPos int
width int
height int
wrapText bool
allowScrollbar bool
name string
r System.Random
reason string
return bool

MouseDown() public method

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

MouseHover() public method

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

MouseUp() public method

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

MoveTo() public method

public MoveTo ( int x, int y ) : void
x int
y int
return void

ScrollToBottom() public method

public ScrollToBottom ( ) : void
return void

SetText() public method

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