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

Public Member Functions

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

Protected Member Functions

 BaseScrollbar (int x, int y, int width, int height, int contentSize, float scroll, bool vertical)
 
- Protected Member Functions inherited from Pathfinder.GUI.BaseInteractiveRectangle< int >
 BaseInteractiveRectangle (T x, T y, T width, T height)
 

Properties

int ContentSize [get, set]
 
float CurrentScroll [get, set]
 
bool Vertical [get, set]
 
- Properties inherited from Pathfinder.GUI.BaseInteractiveRectangle< int >
Action< BaseInteractiveRectangle< T > > DrawFinish [get, set]
 

Constructor & Destructor Documentation

◆ BaseScrollbar()

Pathfinder.GUI.BaseScrollbar.BaseScrollbar ( int  x,
int  y,
int  width,
int  height,
int  contentSize,
float  scroll,
bool  vertical 
)
protected

Member Function Documentation

◆ DrawScroll()

virtual float Pathfinder.GUI.BaseScrollbar.DrawScroll ( )
virtual

Property Documentation

◆ ContentSize

int Pathfinder.GUI.BaseScrollbar.ContentSize
getset

◆ CurrentScroll

float Pathfinder.GUI.BaseScrollbar.CurrentScroll
getset

◆ Vertical

bool Pathfinder.GUI.BaseScrollbar.Vertical
getset

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