MinimapCircleItem
Defined in: src/components/editor/Minimap/Minimap.types.ts:58
Extends
Section titled “Extends”MinimapItemBase
Properties
Section titled “Properties”color?
Section titled “color?”
optionalcolor?:string
Defined in: src/components/editor/Minimap/Minimap.types.ts:43
Override draw color for this item. Falls back to defaultItemColor.
Inherited from
Section titled “Inherited from”MinimapItemBase.color
cx:
number
Defined in: src/components/editor/Minimap/Minimap.types.ts:61
Center X in world units.
cy:
number
Defined in: src/components/editor/Minimap/Minimap.types.ts:63
Center Y in world units.
id:
string
Defined in: src/components/editor/Minimap/Minimap.types.ts:41
Stable identity. Used for hover hit-testing and future selection support.
Inherited from
Section titled “Inherited from”MinimapItemBase.id
r:
number
Defined in: src/components/editor/Minimap/Minimap.types.ts:65
Radius in world units.
type:
"circle"
Defined in: src/components/editor/Minimap/Minimap.types.ts:59