Flags that can be applied to some API operations.
Specifies that the value being set should not be applied to the node until the next frame update. This is useful when trying to set properties in response to observer functions which would otherwise violate the observer pattern.
Indicates that the metanode should only be represented in the 2D drawing system when in developer admin mode.
Specifies that a metanode or specific node instance should use a map for its children (performance optimization for nodes with large numbers of children)
Specifies that a metanode or specific node instance should not be saved anywhere, including special system-save operations.
Specifies that a metanode or specific node instance should not be copy-able by the application.
Indicates that an application should not attempt to represent this node in whatever 2D drawing system it is using.
Specifies that a metanode or specific node instance should not be inserted into the undo/redo history.
Specifies that a metanode or specific node instance should not be saved into a scene.
Specifies that a metanode or specific node instance should be treated as node-spy, which triggers its dirty flags when any of its descendants are modified.
Specifies that a metanode or specific node instance is protected from all user and script operations that would affect its position in the tree (deleting, parenting, etc)
Used for event MetaNodes and similar. Nodes of this MetaNode can be expected to be deleted shortly after their creation.
Identifier of an invalid property index.
No Results.