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

The IShear graph node interface.

This interface represents a node implementing the Graph::IShearable interface, for the purpose to add an explicit shear factor to a transform hierarchy made up from e.g. Graph::ITransform nodes.


Table members

Inherited


Murl.Graph.IShearable

Methods


GetNodeInterface()

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()

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