Starsector API
|
Public Member Functions | |
PositionAPI | addComponent (UIComponentAPI custom) |
void | removeComponent (UIComponentAPI component) |
void | bringComponentToTop (UIComponentAPI c) |
Public Member Functions inherited from com.fs.starfarer.api.ui.UIComponentAPI | |
PositionAPI | getPosition () |
void | render (float alphaMult) |
void | processInput (List< InputEventAPI > events) |
void | advance (float amount) |
Definition at line 3 of file UIPanelAPI.java.
PositionAPI com.fs.starfarer.api.ui.UIPanelAPI.addComponent | ( | UIComponentAPI | custom | ) |
void com.fs.starfarer.api.ui.UIPanelAPI.bringComponentToTop | ( | UIComponentAPI | c | ) |
void com.fs.starfarer.api.ui.UIPanelAPI.removeComponent | ( | UIComponentAPI | component | ) |