![]() |
Murl Engine Lua Addon API
Version 1.0 beta
|
The ILazyNode graph node interface.
Get the constant Graph::INode interface. This method returns a constant pointer to the node's Graph::INode interface, to be able to query common node properties such as active state, visibility or ID.
Murl.Graph.INode GetNodeInterface()
Enable/disable output traversals after background tasks are finished. The 'visible' state controls whether or not output traversals are carried out on a node implementing this interface and its children.
Boolean SetLazyVisible(Boolean isVisible)
isVisible | If true, output traversals are enabled. |
Enable/disable both logic and output traversals after background tasks are finished.
Boolean SetActiveAndLazyVisible(Boolean enabled)
enabled | If true, both logic and output traversals are enabled. |
Check if node is activating but not yet visible.
Boolean IsIsLazyActivating()