SelectionRenderMode
Controls how selected objects are highlighted in Roblox Studio.
Items 3
| History | Name | Value | Description | |
|---|---|---|---|---|
| 578 | Outlines | 0 | Renders selected objects using an outline drawn along each object's edges. | |
| 578 | BoundingBoxes | 1 | Renders selected objects using a bounding box drawn around each object's extents. | |
| 578 | Both | 2 | Renders selected objects with both outlines and bounding boxes simultaneously. |
Description
Specifies the visual style used to highlight selected objects in Roblox
Studio. This enum is used by the RenderMode property, which defaults to
SelectionRenderMode.Outlines.
History 4
- 578 Add Outlines
- 578 Add BoundingBoxes
- 578 Add Both
- 578 Add SelectionRenderMode