Pathfinder  v3.0
The definitive Hacknet programmable modding system
Pathfinder.GUI.BaseButton Class Reference
+ Inheritance diagram for Pathfinder.GUI.BaseButton:

Protected Member Functions

 BaseButton (int x, int y, int width, int height, string text, Color? color=null)
 
- Protected Member Functions inherited from Pathfinder.GUI.BaseInteractiveRectangle< int >
 BaseInteractiveRectangle (T x, T y, T width, T height)
 

Properties

string Text [get, set]
 
Color Color [get, set]
 
Texture2D Texture [get, set]
 
- Properties inherited from Pathfinder.GUI.BaseInteractiveRectangle< int >
Action< BaseInteractiveRectangle< T > > DrawFinish [get, set]
 

Additional Inherited Members

- Public Member Functions inherited from Pathfinder.GUI.BaseInteractiveRectangle< int >
override bool HandleInteraction ()
 
virtual bool Draw ()
 
abstract void DoDraw ()
 

Constructor & Destructor Documentation

◆ BaseButton()

Pathfinder.GUI.BaseButton.BaseButton ( int  x,
int  y,
int  width,
int  height,
string  text,
Color color = null 
)
protected

Property Documentation

◆ Color

Color Pathfinder.GUI.BaseButton.Color
getset

◆ Text

string Pathfinder.GUI.BaseButton.Text
getset

◆ Texture

Texture2D Pathfinder.GUI.BaseButton.Texture
getset

The documentation for this class was generated from the following file: