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

Public Member Functions

PositionAPI getPosition ()
 
void render (float alphaMult)
 
void processInput (List< InputEventAPI > events)
 
void advance (float amount)
 

Detailed Description

Definition at line 7 of file UIComponentAPI.java.

Member Function Documentation

◆ advance()

void com.fs.starfarer.api.ui.UIComponentAPI.advance ( float  amount)

◆ getPosition()

PositionAPI com.fs.starfarer.api.ui.UIComponentAPI.getPosition ( )

◆ processInput()

void com.fs.starfarer.api.ui.UIComponentAPI.processInput ( List< InputEventAPI >  events)

◆ render()

void com.fs.starfarer.api.ui.UIComponentAPI.render ( float  alphaMult)

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