InxUIComponent¶
class in Infernux.ui
Inherits from: InxComponent
Description¶
Base class for every UI component in Infernux.
All UI-related components (screen-space, world-space, canvas, etc.)
should inherit from this class instead of InxComponent directly.
The _component_category_ is set to "UI" so that all UI
components are grouped together in the Add Component menu.
description
Example¶
example
See Also¶
see_also