Package org.hexworks.zircon.api.component.data

Types

CommonComponentProperties
Link copied to clipboard
common
data class CommonComponentProperties<T : Component>(colorTheme: ColorTheme?, componentStyleSet: ComponentStyleSet, tileset: TilesetResource, alignmentStrategy: AlignmentStrategy, decorationRenderers: List<ComponentDecorationRenderer>, componentRenderer: ComponentRenderer<out T>, updateOnAttach: Boolean)
ComponentMetadata
Link copied to clipboard
common
data class ComponentMetadata(relativePosition: Position, size: Size, tileset: TilesetResource, componentStyleSet: ComponentStyleSet, theme: ColorTheme?, updateOnAttach: Boolean)
Contains metadata that is common to allComponents.
ComponentState
Link copied to clipboard
common
enum ComponentState : Enum<ComponentState>
Represents the states a Component can be in.