Handles
The Handles object places 3D handles around any object that its Adornee is set to.
Memory category | Instances |
---|
Member index 12
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 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.
History 27
- 553 Change Default of Style from to Resize
- 553 Add
- 553 Add
- 553 Add
- 553 Add
- 553 Add
- 553 Change Default of Faces from to Faces(Right, Top, Back, Left, Bottom, Front)
- 486 Change ThreadSafety of Style from ReadOnly to ReadSafe
- 486 Change ThreadSafety of Faces from ReadOnly to ReadSafe
- 462 Change ThreadSafety of MouseLeave from to Unsafe
- 462 Change ThreadSafety of MouseEnter from to Unsafe
- 462 Change ThreadSafety of MouseDrag from to Unsafe
- 462 Change ThreadSafety of MouseButton1Up from to Unsafe
- 462 Change ThreadSafety of MouseButton1Down from to Unsafe
- 462 Change ThreadSafety of Style from to ReadOnly
- 462 Change ThreadSafety of Faces from to ReadOnly
- 79 Change Tags of Handles from [preliminary] to []
- 78 Change Tags of Handles from [] to [preliminary]
- 79 Change Tags of Handles from [preliminary] to []
- 47 Add MouseLeave
- 47 Add MouseEnter
- 47 Add MouseDrag
- 47 Add MouseButton1Up
- 47 Add MouseButton1Down
- 47 Add Style
- 47 Add Faces
- 47 Add Handles
Members 12
Faces
Type | Default | |
---|---|---|
Faces | Right, Top, Back, Left, Bottom, Front |
Sets which sides the GUI handles will appear.
Thread safety | ReadSafe |
---|---|
Category | Data |
Loaded/Saved | true |
MouseButton1Down
Parameters (1) | |
---|---|
face | NormalId |
Fired when the left mouse button goes down on one of the GUI handles.
Thread safety | Unsafe |
---|
History 2
- 462 Change ThreadSafety of MouseButton1Down from to Unsafe
- 47 Add MouseButton1Down
MouseButton1Up
Parameters (1) | |
---|---|
face | NormalId |
Fired when the left mouse button is released on one of the GUI handles.
Thread safety | Unsafe |
---|
History 2
- 462 Change ThreadSafety of MouseButton1Up from to Unsafe
- 47 Add MouseButton1Up
MouseDrag
Parameters (2) | |
---|---|
face | NormalId |
distance | float |
Fired when the mouse moves while the MouseButton1Down event has fired, but the left mouse button has not been released yet.
Thread safety | Unsafe |
---|
MouseEnter
Parameters (1) | |
---|---|
face | NormalId |
Fired when a mouse "enters" the GUI handle.
Thread safety | Unsafe |
---|
History 2
- 462 Change ThreadSafety of MouseEnter from to Unsafe
- 47 Add MouseEnter
MouseLeave
Parameters (1) | |
---|---|
face | NormalId |
Fired when the mouse leaves the GUI handle.
Thread safety | Unsafe |
---|
History 2
- 462 Change ThreadSafety of MouseLeave from to Unsafe
- 47 Add MouseLeave
Style
Type | Default | |
---|---|---|
HandlesStyle | Resize |
Sets the GUI style of the handles. Currently there are only two types; Resize and Movement.
Thread safety | ReadSafe |
---|---|
Category | Appearance |
Loaded/Saved | true |