Highlight
Properties
Position
Highlight.Position:
Vector2
The Grid position of the Highlight.
Size
Highlight.Size:
Vector2
The Grid size of the Highlight.
Color
Highlight.Color:
Color3
The color of the Highlight.
ItemManager
This item is read only and cannot be modified. Read OnlyHighlight.ItemManager:
ItemManagerObject
The current ItemManager that the Highlight effects. Change via Highlight:SetItemManager()
.
ItemManagerChanged
This item is read only and cannot be modified. Read OnlySignalHighlight.ItemManagerChanged:
RBXScriptSignal
An event signal that fires every time the ItemManager is switched.
Functions
new
Highlight.
new
(
properties:
Types.HighlightProperties
) →
Types.HighlightObject
Creates a new Highlight object
SetItemManager
Highlight:
SetItemManager
(
priority:
number
,
itemManager:
Types.ItemManagerObject
) →
(
)
Change the ItemManager that the Highlight effects.
Destroy
Highlight:
Destroy
(
) →
(
)
Destroy the Highlight object.