Class ReadMaterialNode.OutputPort
Output ports of the Read
Inherited Members
Namespace: Unity.Importer.USD
Assembly: Unity.Importer.USD.dll
Syntax
[Serializable]
public class ReadMaterialNode.OutputPort : OutputPorts
Fields
clearCoatRoughnessTextureSamplers
A clear-coat roughness texture sampler ids hashset resulting from the reading. Commonly used to extract and import textures used by the materials.
Declaration
public Dictionary<string, TextureSamplerSettings> clearCoatRoughnessTextureSamplers
Field Value
Type | Description |
---|---|
Dictionary<string, Texture |
clearCoatTextureSamplers
A clear-coat texture sampler ids hashset resulting from the reading. Commonly used to extract and import textures used by the materials.
Declaration
public Dictionary<string, TextureSamplerSettings> clearCoatTextureSamplers
Field Value
Type | Description |
---|---|
Dictionary<string, Texture |
diffuseColorTextureSamplers
A diffuse color texture sampler ids hashset resulting from the reading. Commonly used to extract and import textures used by the materials.
Declaration
public Dictionary<string, TextureSamplerSettings> diffuseColorTextureSamplers
Field Value
Type | Description |
---|---|
Dictionary<string, Texture |
displacementTextureSamplers
A displacement texture sampler ids hashset resulting from the reading. Commonly used to extract and import textures used by the materials.
Declaration
public Dictionary<string, TextureSamplerSettings> displacementTextureSamplers
Field Value
Type | Description |
---|---|
Dictionary<string, Texture |
emissiveColorTextureSamplers
An emissive color texture sampler ids hashset resulting from the reading. Commonly used to extract and import textures used by the materials.
Declaration
public Dictionary<string, TextureSamplerSettings> emissiveColorTextureSamplers
Field Value
Type | Description |
---|---|
Dictionary<string, Texture |
materialDescriptions
A MaterialPrimPath-Usd
Declaration
public Dictionary<string, UsdMaterialDescription> materialDescriptions
Field Value
Type | Description |
---|---|
Dictionary<string, Usd |
metallicTextureSamplers
A metallic texture sampler ids hashset resulting from the reading. Commonly used to extract and import textures used by the materials.
Declaration
public Dictionary<string, TextureSamplerSettings> metallicTextureSamplers
Field Value
Type | Description |
---|---|
Dictionary<string, Texture |
normalTextureSamplers
A normal texture sampler ids hashset resulting from the reading. Commonly used to extract and import textures used by the materials.
Declaration
public Dictionary<string, TextureSamplerSettings> normalTextureSamplers
Field Value
Type | Description |
---|---|
Dictionary<string, Texture |
occlusionTextureSamplers
A occlusion texture sampler ids hashset resulting from the reading. Commonly used to extract and import textures used by the materials.
Declaration
public Dictionary<string, TextureSamplerSettings> occlusionTextureSamplers
Field Value
Type | Description |
---|---|
Dictionary<string, Texture |
opacityTextureSamplers
An opacity texture sampler ids hashset resulting from the reading. Commonly used to extract and import textures used by the materials.
Declaration
public Dictionary<string, TextureSamplerSettings> opacityTextureSamplers
Field Value
Type | Description |
---|---|
Dictionary<string, Texture |
roughnessTextureSamplers
A roughness texture sampler ids hashset resulting from the reading. Commonly used to extract and import textures used by the materials.
Declaration
public Dictionary<string, TextureSamplerSettings> roughnessTextureSamplers
Field Value
Type | Description |
---|---|
Dictionary<string, Texture |
specularColorTextureSamplers
An specular color texture sampler ids hashset resulting from the reading. Commonly used to extract and import textures used by the materials.
Declaration
public Dictionary<string, TextureSamplerSettings> specularColorTextureSamplers
Field Value
Type | Description |
---|---|
Dictionary<string, Texture |