![]() |
Murl Engine Lua Addon API
Version 1.0 beta
|
The INinePatchPlaneGeometry graph node interface.
This interface represents a plane geometry node implementing the Graph::INinePatch property interface for dividing the resulting plane into 9 segments.
See the Graph::IPlaneGeometry interface for common plane properties. See the Graph::INinePatch interface for details on nine patch objects.
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()
Get the constant Graph::ITransform interface. This method returns a constant pointer to the node's Graph::ITransform interface, to be able to query the node's transformation matrix and depth order.
Murl.Graph.ITransform GetTransformInterface()
Get the constant Graph::IPlaneGeometry interface. This method returns a constant pointer to the node's Graph::IPlaneGeometry interface, to be able to query the node's basic plane properties.
Murl.Graph.IPlaneGeometry GetPlaneGeometryInterface()