Skip to main content

Meta_AnnotationList

Module: Metanodes / Definitions

An AnnotationList node is a container for multiple Annotation nodes. More...

#include <meta_annotation.hpp>

Public Types

TypeName
enumIDX { 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

EnumeratorValueDescription
Idx_Enabledbool - Enabled state of all annotations in the scene
Idx_ActiveAnnotationlink - Link to the active annotation, if any. This is the one displayed in the review panel.