ArcHandles

Show Deprecated

The ArcHandles object places 3D arc handles around any 3D object that its Adornee is set to. For handles to be interactive, it must be parented to a player's PlayerGui or the CoreGui.

ArcHandles example

Summary

Properties

Sets the current Axes ArcHandles will show.

Methods

Events


Fired when the left mouse button goes down on one of the GUI handles.


Fired when the left mouse button is released on one of the GUI handles.

MouseDrag(axis: Axis, relativeAngle: number, deltaRadius: number): RBXScriptSignal  

Fired when the mouse moves while the MouseButton1Down event has fired, but the left mouse button has not been released yet.


Fired when a mouse "enters" the GUI handle.


Fired when the mouse leaves the GUI handle.

Properties

Axes

Sets the current Axes ArcHandles will show.

Methods

Events

MouseButton1Down

Fired when the left mouse button goes down on one of the GUI handles.

Parameters

axis: Axis

MouseButton1Up

Fired when the left mouse button is released on one of the GUI handles.

Parameters

axis: Axis

MouseDrag

Fired when the mouse moves while the MouseButton1Down event has fired, but the left mouse button has not been released yet.

Parameters

axis: Axis
relativeAngle: number
deltaRadius: number

MouseEnter

Fired when a mouse "enters" the GUI handle.

Parameters

axis: Axis

MouseLeave

Fired when the mouse leaves the GUI handle.

Parameters

axis: Axis