Class CreateMaterialNode.OutputPort
Output ports of the CreateMaterialNode.
Inherited Members
Namespace: Unity.Importer.USD
Assembly: Unity.Importer.USD.dll
Syntax
public class CreateMaterialNode.OutputPort : OutputPorts
Fields
materials
A MaterialPrimPath-Material mapping containing all the materials created by this node.
Declaration
public Dictionary<string, Material> materials
Field Value
Type | Description |
---|---|
Dictionary<string, Material> |