Class CreateMaterialFromMeshColorNode.InputPort
Input ports of the CreateMaterialFromMeshColorNode.
Inherited Members
Namespace: Unity.Importer.USD
Assembly: Unity.Importer.USD.dll
Syntax
public class CreateMaterialFromMeshColorNode.InputPort : InputPorts
Fields
displayColorMaterialDescriptions
A MaterialPrimPath-DisplayColorMaterialDescription mapping containing all the material data needed to create the materials.
Declaration
public Dictionary<string, DisplayColorMaterialDescription> displayColorMaterialDescriptions
Field Value
Type | Description |
---|---|
Dictionary<string, DisplayColorMaterialDescription> |
usdPreviewSurfaceShader
The shader used to create USDPreviewSurface material
Declaration
public Shader usdPreviewSurfaceShader
Field Value
Type | Description |
---|---|
Shader |