![]() |
Dungeon Architect
17.0.0
|
Tracks active dungeon objects in the scene and finds ones that have the active graph being edited This is used for real-time updates on the dungeon object as the graph is modified from the editor More...
Public Member Functions | |
| void | Update () |
| void | RequestRebuild () |
| Rebuilds the dungeons that reference the theme graphs tracked by this object More... | |
Properties | |
| Graph | ActiveGraph [get, set] |
| The active graph being edited by the theme graph editor More... | |
Tracks active dungeon objects in the scene and finds ones that have the active graph being edited This is used for real-time updates on the dungeon object as the graph is modified from the editor
Definition at line 395 of file DungeonThemeGraphEditor.cs.
| void DungeonArchitect.Editors.DungeonObjectTraker.RequestRebuild | ( | ) |
Rebuilds the dungeons that reference the theme graphs tracked by this object
Definition at line 457 of file DungeonThemeGraphEditor.cs.
|
getset |
The active graph being edited by the theme graph editor
Definition at line 402 of file DungeonThemeGraphEditor.cs.