![]() |
Murl Engine Lua Addon API
Version 1.0 beta
|
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.
Get the resource ID of the Resource::IGraph to instantiate.
String GetResourceId()
Get the ID of an existing node in the scene graph where to add the instance.
String GetParentNodeId()
Get the desired number of replications.
Integer GetNumberOfReplications()
Set optional resource tags for this object.
Boolean SetTags(Murl.Array.String tags)
tags | The resource tags. |
Get the optional resource tags held by this object.
Murl.Array.String GetTags()