Class CreateMaterialNode.InputPort
Input ports of the CreateMaterialNode.
Inherited Members
Namespace: Unity.Importer.USD
Assembly: Unity.Importer.USD.dll
Syntax
public class CreateMaterialNode.InputPort : InputPorts
Fields
materialDescriptions
A MaterialPrimPath-UsdMaterialDescription mapping used to create the Unity Materials.
Declaration
public Dictionary<string, UsdMaterialDescription> materialDescriptions
Field Value
Type | Description |
---|---|
Dictionary<string, UsdMaterialDescription> |
primVarMapping
This structure defines the mappings between Primvar names in UsdGeomMesh and the texture coordinate names
Declaration
public PrimvarToVertexAttributeMapping primVarMapping
Field Value
Type | Description |
---|---|
PrimvarToVertexAttributeMapping |
usdPreviewSurfaceShader
The shader used to create USDPreviewSurface material
Declaration
public Shader usdPreviewSurfaceShader
Field Value
Type | Description |
---|---|
Shader |