Component Metadata
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.
Constructors
ComponentMetadata
Link copied to clipboard
fun ComponentMetadata(relativePosition: Position, size: Size, tileset: TilesetResource, componentStyleSet: ComponentStyleSet, theme: ColorTheme? = null, updateOnAttach: Boolean = false)
Content copied to clipboard
Functions
component1
Link copied to clipboard
component2
Link copied to clipboard
component3
Link copied to clipboard
component4
Link copied to clipboard
component5
Link copied to clipboard
component6
Link copied to clipboard
copy
Link copied to clipboard
fun copy(relativePosition: Position, size: Size, tileset: TilesetResource, componentStyleSet: ComponentStyleSet, theme: ColorTheme? = null, updateOnAttach: Boolean = false): ComponentMetadata
Content copied to clipboard
Properties
componentStyleSet
Link copied to clipboard
relativePosition
Link copied to clipboard
theme
Link copied to clipboard
tileset
Link copied to clipboard
updateOnAttach
Link copied to clipboard
Sources
(source)
Link copied to clipboard