Plasma Engine  2.0
Loading...
Searching...
No Matches
DGMLCreator.h
1#pragma once
2
3#include <Core/World/Declarations.h>
4#include <Utilities/UtilitiesDLL.h>
5
6class plWorld;
7class plDGMLGraph;
8
10class PL_UTILITIES_DLL plDGMLGraphCreator
11{
12public:
14 static void FillGraphFromWorld(plWorld* pWorld, plDGMLGraph& ref_graph);
15};
This class encapsulates creating graphs from various core engine structures (like the game object gra...
Definition DGMLCreator.h:11
This class encapsulates building a DGML compatible graph.
Definition DGMLWriter.h:10
A world encapsulates a scene graph of game objects and various component managers and their component...
Definition World.h:22