Reference API Roblox

Engine API

Website

Related

Reference API Roblox

HandlesStyle

Determines the visual style of Handles object handles.

Items 2

HistoryNameValueDescription
47Resize0

Renders Handles as sphere shapes for resizing an adornee along its face axes (the default style).

47Movement1

Renders Handles as directional arrow shapes for translating an adornee along its face axes.

Description

Determines the visual style of Handles object handles. Setting Handles.Style to a value from this enum controls whether the handles rendered on each face of the adornee appear as spheres (HandlesStyle.Resize) or as directional arrows (HandlesStyle.Movement). The default value of Handles.Style is HandlesStyle.Resize.

History 3

Settings