The graph resource instance class. More...

#include "murl_resource_instance.h"

Inheritance diagram for Murl::Resource::Instance:

Additional Inherited Members

Detailed Description

The graph resource instance class.

This class represents a single instantiation rule for a given Murl::Resource::IGraph or Resource::IScript object in the same package.

XML Elements

XML Resource Object Tag:

<Instance>

XML Resource Object Attributes:

graphResourceId="" [String]

The ID of the graph resource to auto-create. This ID must match the ID of a valid graph resource from within the same package.

scriptResourceId="" [String]

The ID of the script resource to auto-create. This ID must match the ID of a valid script resource from within the same package.

parentNodeId="" [String]

The optional ID of a Murl::Graph::INode already present in the engine's master scene graph. If given, the newly created sub-graph instance will be attached to the list of children of the node referenced by the given path. If not specified, the new instance is attached to the scene graph root.

replications="1" [UInt32]

The number of replications to create.

excludeForX="" [String]

Exclusion conditions. See Murl::Resource::Object

includeForX="" [String]

Inclusion conditions. See Murl::Resource::Object


The documentation for this class was generated from the following file:
  • murl_resource_instance.h


Copyright © 2011-2024 Spraylight GmbH.