|
| Button (Rectangle shape, string text, Color? color=null) |
|
| Button (Point position, Point size, string text, Color? color=null) |
|
| Button (int x, int y, int width, int height, string text, Color? color=null) |
|
override void | DoDraw () |
|
override bool | HandleInteraction () |
|
virtual bool | Draw () |
|
◆ Button() [1/3]
Pathfinder.GUI.Button.Button |
( |
Rectangle |
shape, |
|
|
string |
text, |
|
|
Color? |
color = null |
|
) |
| |
◆ Button() [2/3]
Pathfinder.GUI.Button.Button |
( |
Point |
position, |
|
|
Point |
size, |
|
|
string |
text, |
|
|
Color? |
color = null |
|
) |
| |
◆ Button() [3/3]
Pathfinder.GUI.Button.Button |
( |
int |
x, |
|
|
int |
y, |
|
|
int |
width, |
|
|
int |
height, |
|
|
string |
text, |
|
|
Color? |
color = null |
|
) |
| |
◆ DoDraw()
override void Pathfinder.GUI.Button.DoDraw |
( |
| ) |
|
|
virtual |
◆ ForceNoColorTag
bool Pathfinder.GUI.Button.ForceNoColorTag |
|
getset |
◆ OnlyOutline
bool Pathfinder.GUI.Button.OnlyOutline |
|
getset |
◆ SmallButton
bool Pathfinder.GUI.Button.SmallButton |
|
getset |
The documentation for this class was generated from the following file: