Package org. hexworks. zircon. api. component. data
Types
CommonComponentProperties
Link copied to clipboard
data class CommonComponentProperties<T : Component>(colorTheme: ColorTheme?, componentStyleSet: ComponentStyleSet, tileset: TilesetResource, alignmentStrategy: AlignmentStrategy, decorationRenderers: List<ComponentDecorationRenderer>, componentRenderer: ComponentRenderer<out T>, updateOnAttach: Boolean)
Content copied to clipboard
ComponentMetadata
Link copied to clipboard
data class ComponentMetadata(relativePosition: Position, size: Size, tileset: TilesetResource, componentStyleSet: ComponentStyleSet, theme: ColorTheme?, updateOnAttach: Boolean)
Content copied to clipboard
Contains metadata that is common to allComponents.
ComponentState
Link copied to clipboard