Murl Engine Lua Addon API  Version 1.0 beta
Murl.Resource.IGraph

The IGraph resource object interface.

A graph resource stores template information for creating actual (sub-)graph instances in the engine's master scene graph.


Table members

Methods


GetRootNode()

Get the root node to create an instance from.

Murl.Resource.IGraphNode GetRootNode()

Returns
Murl.Resource.IGraphNode The root node.

GetDefaultParameters()

Get the default node parameters.

Murl.IAttributes GetDefaultParameters()

Returns
Murl.IAttributes The default parameters.