![]() |
Murl Engine Lua Addon API
Version 1.0 beta
|
The IGraphNode resource interface.
This interface represents a single node contained in a Resource::IGraph object.
Get the class name of the node to create.
String GetName()
Get the node's number of children.
Integer GetNumberOfChildren()
Get the node's child at a given index.
Murl.Resource.IGraphNode GetChild(Integer index)
index | The child index, in the range from 0 to GetNumberOfChildren()-1. |
Get the optional node attributes.
Murl.IAttributes GetAttributes()
Get the graph resource owning this node.
Murl.Resource.IGraph GetOwner()