Skip to content

Commit 6fe91cd

Browse files
superinfraIgnisRBX
andauthored
Improved reading flow by swapping first and second paragraph (#1075)
## Changes I swapped the first two paragraphs in the `Handles` article to put the more general information first. ## Checks By submitting your pull request for review, you agree to the following: - [x] This contribution was created in whole or in part by me, and I have the right to submit it under the terms of this repository's open source licenses. - [x] I understand and agree that this contribution and a record of it are public, maintained indefinitely, and may be redistributed under the terms of this repository's open source licenses. - [x] To the best of my knowledge, all proposed changes are accurate. --------- Co-authored-by: IgnisRBX <[email protected]>
1 parent 77b46a5 commit 6fe91cd

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-
For handles to be interactive, they must be parented to a player's PlayerGui
10-
or the CoreGui.
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.
1113
12-
The **Handles** object places 3D handles around any object that its Adornee is
13-
set to. The Adornee property must be set to a 3D object for the handles to
14-
appear. The color can be changed, and the shape of the handles can be set to
15-
either arrows or spheres.
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)