Class ReadMeshMaterialDescriptionNode.OutputPort
Output ports of the ReadMeshMaterialDescriptionNode.
Inherited Members
Namespace: Unity.Importer.USD
Assembly: Unity.Importer.USD.dll
Syntax
public class ReadMeshMaterialDescriptionNode.OutputPort : OutputPorts
Fields
displayColorMaterialDescriptions
A MeshPrimPath-DisplayColorMaterialDescription mapping that will be used to create materials.
Declaration
public Dictionary<string, DisplayColorMaterialDescription> displayColorMaterialDescriptions
Field Value
Type | Description |
---|---|
Dictionary<string, DisplayColorMaterialDescription> |
meshMaterialsPaths
A MeshPrimPath-MaterialPrimPaths mapping that will be used to map materials to their respective meshes.
Declaration
public Dictionary<string, List<string>> meshMaterialsPaths
Field Value
Type | Description |
---|---|
Dictionary<string, List<string>> |