Skip to main content

Meta_SceneLink

Module: Metanodes / Definitions

A SceneLink specifies a link to a branch of the tree to render.

#include <meta_view.hpp>

Public Types

TypeName
enumIDX { Idx_Enabled, Idx_RootNode, Idx_Owner, Idx_VisibleToOwner, Idx_VisibleToOthers }
Property index.

Public Types Documentation

enum IDX

EnumeratorValueDescription
Idx_Enabledbool - Whether to render the thing.
Idx_RootNodelink - The thing to render.
Idx_Ownerlink - The user who owns the SceneLink.
Idx_VisibleToOwnerbool - Whether the owner of the SceneLink can see the thing.
Idx_VisibleToOthersbool - Whether all the other users can see the thing.

Property index.