Starsector API
Loading...
Searching...
No Matches
com.fs.starfarer.api.ui.UIPanelAPI Interface Reference
Inheritance diagram for com.fs.starfarer.api.ui.UIPanelAPI:
[legend]
Collaboration diagram for com.fs.starfarer.api.ui.UIPanelAPI:
[legend]

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)
 

Detailed Description

Definition at line 3 of file UIPanelAPI.java.

Member Function Documentation

◆ addComponent()

PositionAPI com.fs.starfarer.api.ui.UIPanelAPI.addComponent ( UIComponentAPI  custom)

◆ bringComponentToTop()

void com.fs.starfarer.api.ui.UIPanelAPI.bringComponentToTop ( UIComponentAPI  c)

◆ removeComponent()

void com.fs.starfarer.api.ui.UIPanelAPI.removeComponent ( UIComponentAPI  component)

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