Meta_SceneList
Module: Metanodes / Definitions
The SceneList represents the Scenes node in the tree.
#include <meta_root.hpp>
Public Types
Type | Name |
---|---|
enum | IDX { Idx_Modified, Idx_SaveFileName, Idx_LastImportedFile, Idx_LastViewpoint } Property index. |
Public Types Documentation
enum IDX
Enumerator | Value | Description |
---|---|---|
Idx_Modified | bool - Gets set to true if anything in the scene has been modified since last saving | |
Idx_SaveFileName | string - Gets set to the path to the file that the scene was last saved as | |
Idx_LastImportedFile | string - Gets set to the path to the last imported file | |
Idx_LastViewpoint | link - Contains a link to the last viewport that was flown to / activated |
Property index.