Decorations Class
A set of RenderGraphics and CanvasDecorations produced by Tools and Decorators, used to decorate the contents of a Viewport.
Implements
- Disposable
Methods
| Name | Description | |
|---|---|---|
| constructor(): Decorations | ||
| [dispose](): void | ||
| dispose(): void | Deprecated |
Properties
| Name | Type | Description | |
|---|---|---|---|
| canvasDecorations | CanvasDecorationList | undefined | ||
| normal Accessor | undefined | GraphicList | Decorations drawn as if they were part of the scene. | |
| normal Setter | normal(normal: GraphicList): void | ||
| skyBox Accessor | undefined | RenderGraphic | A view decoration created from a SkyBox rendered behind all other geometry to provide environmental context. | |
| skyBox Setter | skyBox(skyBox: RenderGraphic): void | ||
| viewBackground Accessor | undefined | RenderGraphic | A view decoration drawn as the background of the view. | |
| viewBackground Setter | viewBackground(viewBackground: RenderGraphic): void | ||
| viewOverlay Accessor | undefined | GraphicList | Overlay decorations drawn in view coordinates. | |
| viewOverlay Setter | viewOverlay(viewOverlay: GraphicList): void | ||
| world Accessor | undefined | GraphicList | Decorations drawn as if they were part of the world, but ignoring the view's ViewFlags. | |
| world Setter | world(world: GraphicList): void | ||
| worldOverlay Accessor | undefined | GraphicList | Overlay decorations drawn in world coordinates. | |
| worldOverlay Setter | worldOverlay(worldOverlay: GraphicList): void |
Defined in
Last Updated: 28 October, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.