ImageHandleAdornment
An image handle that can be adorned to a BasePart.
| Memory category | Instances |
|---|
Member index 3
Description
History 11
- 725 Add ImageContent
- 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
Members 3
Image
| Type | Default | |
|---|---|---|
| ContentId | rbxasset://textures/SurfacesDefault.png | |
The image to draw for the adornment.
| Thread safety | ReadSafe |
|---|---|
| Category | Data |
| Loaded/Saved | true |
ImageContent
| Type | Default | |
|---|---|---|
| Content | ||
Sets the image displayed by this adornment as a Content value.
It is the backing content for ImageHandleAdornment.Image and
defaults to rbxasset://textures/SurfacesDefault.png. The rendered image
is tinted by the inherited HandleAdornment.Color3 property and
affected by HandleAdornment.Transparency.
| Thread safety | ReadSafe |
|---|---|
| Category | Data |
| Loaded/Saved | true |
History 1
- 725 Add ImageContent
Size
| Type | Default | |
|---|---|---|
| Vector2 | 1, 1 | |
The size of the image in studs.
| Thread safety | ReadSafe |
|---|---|
| Category | Data |
| Loaded/Saved | true |