Murl Engine Lua Addon API  Version 1.0 beta
Murl.Graph.ITransform

The ITransform graph node interface.

This interface represents a node implementing the Graph::ITransformable interface, for the purpose of creating a transform hierarchy in the scene graph.

See the Graph::ITransformable base interface for details.


Table members

Inherited


Murl.Graph.ITransformable

Methods


GetNodeInterface()

Get the constant INode interface. This method returns a constant pointer to the node's INode interface, to be able to query common node properties such as active state, visibility or ID.

Murl.Graph.INode GetNodeInterface()

Returns
Murl.Graph.INode The constant INode interface, or null if not available