![]() |
Murl Engine API
Version 2018.3
|
The IInstance resource interface. More...
#include <murl_resource_i_instance.h>
The IInstance resource interface.
This interface provides methods to query information about any optional graph or script instances that must be created when a package has been successfully loaded.
Public Member Functions | |
virtual const String & | GetResourceId () const =0 |
Get the resource ID of the Resource::IGraph to instantiate. More... | |
virtual const String & | GetParentNodeId () const =0 |
Get the ID of an existing node in the scene graph where to add the instance. More... | |
virtual UInt32 | GetNumberOfReplications () const =0 |
Get the desired number of replications. More... | |
|
pure virtual |
Get the resource ID of the Resource::IGraph to instantiate.
|
pure virtual |
Get the ID of an existing node in the scene graph where to add the instance.
|
pure virtual |
Get the desired number of replications.