UIComponent

A generic UI component with no functionality.

Inheritors

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard

The constraints to apply when building component layouts

Link copied to clipboard
open override var parent: UIContainer?

The parent UIContainer for this component, if applicable

Link copied to clipboard
open override var parentWindow: UIWindow?

The parent UIWindow for this component, if applicable

Link copied to clipboard

The position of the component within its container

Link copied to clipboard

The actual dimensions of the component

Functions

Link copied to clipboard
abstract fun render()