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)
 
void setOpacity (float opacity)
 
float getOpacity ()
 

Detailed Description

Definition at line 7 of file UIComponentAPI.java.

Member Function Documentation

◆ advance()

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

◆ getOpacity()

float com.fs.starfarer.api.ui.UIComponentAPI.getOpacity ( )

◆ 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)

◆ setOpacity()

void com.fs.starfarer.api.ui.UIComponentAPI.setOpacity ( float opacity)

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