<MaterialPaletteNode> Data Interface

Provides script language access to C++ objects of this type.

Class HierarchyType » Node » Group » MaterialPaletteNode

Function Members

Function members are as follows:

Return Type Function Name Documentation
int32GetMaterialsPopulates a <NodeBuffer> with all the <Material> nodes stored by the <MaterialPaletteNode>, including <Material> nodes implemented by <NodeLink> nodes.
int32GetProgramsPopulates a <NodeBuffer> with all the <Program> nodes referenced by all the <Material> nodes in the <MaterialPaletteNode>, whether or not the <Program> nodes or <Material> nodes are implemented by <NodeLink> nodes.
int32GetResourcesPopulates a <NodeBuffer> object with all the Textures, <VariableNode> objects, and <Program> nodes to which any <Material> node in the <MaterialPaletteNode> is connected.
int32GetTexturesPopulates a <NodeBuffer> object with the <Texture> nodes to which the <Material> node in the <MaterialPaletteNode> is connected.
int32GetUniformsPopulates a <NodeBuffer> object with the <VariableNode> objects to which the <Material> node in the <MaterialPaletteNode> is connected.