Skip to content

Commit abe3ac1

Browse files
authored
Update Handles.yaml
1 parent fe7b910 commit abe3ac1

File tree

1 file changed

+11
-12
lines changed

1 file changed

+11
-12
lines changed

content/en-us/reference/engine/classes/Handles.yaml

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@ type: class
33
category: Adornments
44
memory_category: Instances
55
summary: |
6-
The Handles object places 3D handles around any object that its Adornee is set
7-
to.
6+
Places 3D handles around any object that its `Class.Handles.Adornee|Adornee`
7+
is set to.
88
description: |
9-
The **Handles** object places 3D handles around any object that its Adornee is
10-
set to. The Adornee property must be set to a 3D object for the handles to
11-
appear. The color can be changed, and the shape of the handles can be set to
12-
either arrows or spheres.
9+
The `Handles` object places 3D handles around any object that its
10+
`Class.Handles.Adornee|Adornee` is set to; this property must be set to a 3D
11+
object for the handles to appear. The color can be changed and the shape
12+
of the handles can be set to either arrows or spheres.
1313
14-
For handles to be interactive, they must be parented to a player's PlayerGui
15-
or the CoreGui.
14+
For handles to be interactive, they must be parented to a player's
15+
`Class.PlayerGui` or the `Class.CoreGui`.
1616
code_samples:
1717
inherits:
1818
- HandlesBase
@@ -41,11 +41,10 @@ properties:
4141
writeCapabilities: []
4242
- name: Handles.Style
4343
summary: |
44-
Sets the GUI style of the handles. Currently there are only two types;
45-
Resize and Movement.
44+
Sets the GUI style of the handles.
4645
description: |
47-
Sets the GUI style of the handles. Currently there are only two types;
48-
Resize and Movement.
46+
Sets the GUI style of the handles. Currently there are only two types:
47+
`Enum.HandlesStyle|Resize` and `Enum.HandlesStyle|Movement`.
4948
code_samples:
5049
type: HandlesStyle
5150
tags: []

0 commit comments

Comments
 (0)