Class MapTextureToMaterialNode.OutputPort
Output ports of the MapTextureToMaterialNode.
Inherited Members
Namespace: Unity.Importer.USD
Assembly: Unity.Importer.USD.dll
Syntax
public class MapTextureToMaterialNode.OutputPort : OutputPorts
Fields
materials
A MaterialPrimPath-Material mapping that will be used to map materials to their respective mesh.
Declaration
public Dictionary<string, Material> materials
Field Value
Type | Description |
---|---|
Dictionary<string, Material> |