ImageHandleAdornment
An image that can be adorned to a BasePart.
Memory category | Instances |
---|
Member index 2
Description
For handles to be interactive, they must be parented to a player's PlayerGui or the CoreGui.
The ImageHandleAdornment is an image that can be adorned to a BasePart. This adornment can listen to input events and is commonly used to make dragger tools.
History 10
- 645 Change ValueType of Image from Content to ContentId
- 553 Change Default of Size from to Vector2(1, 1)
- 553 Change Default of Image from to ContentId(rbxasset://textures/SurfacesDefault.png)
- 486 Change ThreadSafety of Size from ReadOnly to ReadSafe
- 486 Change ThreadSafety of Image from ReadOnly to ReadSafe
- 462 Change ThreadSafety of Size from to ReadOnly
- 462 Change ThreadSafety of Image from to ReadOnly
- 196 Add Size
- 196 Add Image
- 196 Add ImageHandleAdornment