![]() |
Murl Engine API
Version 2018.3
|
The IGraph resource object interface. More...
#include <murl_resource_i_graph.h>
The IGraph resource object interface.
A graph resource stores template information for creating actual (sub-)graph instances in the engine's master scene graph.
Classes | |
struct | Iff |
IFF file specific structs. More... | |
struct | Raw |
Raw data structs. More... | |
Public Member Functions | |
virtual IObject * | GetObjectInterface ()=0 |
Get the mutable Resource::IObject interface. More... | |
virtual const IObject * | GetObjectInterface () const =0 |
Get the constant Resource::IObject interface. More... | |
virtual const IGraphNode * | GetRootNode () const =0 |
Get the root node to create an instance from. More... | |
virtual const IAttributes * | GetDefaultParameters () const =0 |
Get the default node parameters. More... | |
|
pure virtual |
Get the mutable Resource::IObject interface.
|
pure virtual |
Get the constant Resource::IObject interface.
|
pure virtual |
Get the root node to create an instance from.
|
pure virtual |
Get the default node parameters.