Class ReadMeshMaterialDescriptionNode
This node will read the mesh and sub-mesh information from a list of USD Prims and extract the info of which materials and display colors are assigned to each of them.
Inheritance
ReadMeshMaterialDescriptionNode
Implements
Inherited Members
Namespace: Unity.Importer.USD
Assembly: Unity.Importer.USD.dll
Syntax
[NodeMetadata("ReadMeshMaterialDescriptionNode", 3)]
public class ReadMeshMaterialDescriptionNode : Node<ReadMeshMaterialDescriptionNode.InputPort, ReadMeshMaterialDescriptionNode.OutputPort>, INode<ReadMeshMaterialDescriptionNode.InputPort, ReadMeshMaterialDescriptionNode.OutputPort>, INodeSerialization
Methods
Run()
See the documentation for <Node{TInput,TOutput}.Run> in the com.unity.importer package documentation for details
Declaration
public override void Run()
Overrides
UnityEngine.Importer.Node<Unity.Importer.USD.ReadMeshMaterialDescriptionNode.InputPort, Unity.Importer.USD.ReadMeshMaterialDescriptionNode.OutputPort>.Run()