Meta_AnnotationList
Module: Metanodes / Definitions
An AnnotationList node is a container for multiple Annotation nodes. More...
#include <meta_annotation.hpp>
Public Types
Type | Name |
---|---|
enum | IDX { Idx_Enabled, Idx_ActiveAnnotation } |
Detailed Description
struct Meta_AnnotationList;
An AnnotationList node is a container for multiple Annotation nodes.
This node is intended to exist as a direct child of the Scenes
node, and newly created annotations are added as children. It allows direct control over all annotation visibility and also stores the active annotation.
Public Types Documentation
enum IDX
Enumerator | Value | Description |
---|---|---|
Idx_Enabled | bool - Enabled state of all annotations in the scene | |
Idx_ActiveAnnotation | link - Link to the active annotation, if any. This is the one displayed in the review panel. |