File tree Expand file tree Collapse file tree 1 file changed +11
-12
lines changed
content/en-us/reference/engine/classes Expand file tree Collapse file tree 1 file changed +11
-12
lines changed Original file line number Diff line number Diff line change @@ -3,16 +3,16 @@ type: class
33category : Adornments
44memory_category : Instances
55summary : |
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.
88description : |
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` .
1616code_samples :
1717inherits :
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 : []
You can’t perform that action at this time.
0 commit comments