CylinderHandleAdornment
A cylinder that can be adorned to a BasePart.
Memory category | Instances |
---|
Member index 4
Description
For handles to be interactive, they must be parented to a player's PlayerGui or the CoreGui.
The CylinderHandleAdornment is a cylinder that can be adorned to a BasePart. This adornment can listen to input events and is commonly used to make dragger tools.
History 17
- 553 Change Default of Radius from to 1
- 553 Change Default of InnerRadius from to 0
- 553 Change Default of Height from to 1
- 553 Change Default of Angle from to 360
- 486 Change ThreadSafety of Radius from ReadOnly to ReadSafe
- 486 Change ThreadSafety of InnerRadius from ReadOnly to ReadSafe
- 486 Change ThreadSafety of Height from ReadOnly to ReadSafe
- 486 Change ThreadSafety of Angle from ReadOnly to ReadSafe
- 462 Change ThreadSafety of Radius from to ReadOnly
- 462 Change ThreadSafety of InnerRadius from to ReadOnly
- 462 Change ThreadSafety of Height from to ReadOnly
- 462 Change ThreadSafety of Angle from to ReadOnly
- 441 Add InnerRadius
- 441 Add Angle
- 196 Add Radius
- 196 Add Height
- 196 Add CylinderHandleAdornment
Members 4
Angle
Type | Default | |
---|---|---|
float | 360 |
If Angle
is <360
, a cylindrical sector (aka a pie-slice) of that angle
is rendered instead of a full cylinder. The Angle
property can be
combined with InnerRadius
to render a sector of a hollow cylinder.
Thread safety | ReadSafe |
---|---|
Category | Data |
Loaded/Saved | true |
Height
Type | Default | |
---|---|---|
float | 1 |
The height of the cylinder adornment.
Thread safety | ReadSafe |
---|---|
Category | Data |
Loaded/Saved | true |
InnerRadius
Type | Default | |
---|---|---|
float | 0 |
If InnerRadius
is >0, a hollow cylinder with that inner radius is
rendered instead of a full cylinder. The InnerRadius
property can be
combined with Angle
to render a sector of a hollow cylinder.
Thread safety | ReadSafe |
---|---|
Category | Data |
Loaded/Saved | true |
History 4
- 553 Change Default of InnerRadius from to 0
- 486 Change ThreadSafety of InnerRadius from ReadOnly to ReadSafe
- 462 Change ThreadSafety of InnerRadius from to ReadOnly
- 441 Add InnerRadius
Radius
Type | Default | |
---|---|---|
float | 1 |
The radius of the cylinder adornment.
Thread safety | ReadSafe |
---|---|
Category | Data |
Loaded/Saved | true |