Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 11 additions & 12 deletions content/en-us/reference/engine/classes/Handles.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@ type: class
category: Adornments
memory_category: Instances
summary: |
The Handles object places 3D handles around any object that its Adornee is set
to.
Places 3D handles around any object that its `Class.Handles.Adornee|Adornee`
is set to.
description: |
For handles to be interactive, they must be parented to a player's PlayerGui
or the CoreGui.
The `Handles` object places 3D handles around any object that its
`Class.Handles.Adornee|Adornee` is set to; this property must be set to a 3D
object for the handles to appear. The color can be changed and the shape
of the handles can be set to either arrows or spheres.

The **Handles** object places 3D handles around any object that its Adornee is
set to. The Adornee property must be set to a 3D object for the handles to
appear. The color can be changed, and the shape of the handles can be set to
either arrows or spheres.
For handles to be interactive, they must be parented to a player's
`Class.PlayerGui` or the `Class.CoreGui`.
code_samples:
inherits:
- HandlesBase
Expand Down Expand Up @@ -41,11 +41,10 @@ properties:
writeCapabilities: []
- name: Handles.Style
summary: |
Sets the GUI style of the handles. Currently there are only two types;
Resize and Movement.
Sets the GUI style of the handles.
description: |
Sets the GUI style of the handles. Currently there are only two types;
Resize and Movement.
Sets the GUI style of the handles. Currently there are only two types:
`Enum.HandlesStyle|Resize` and `Enum.HandlesStyle|Movement`.
code_samples:
type: HandlesStyle
tags: []
Expand Down