docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class ReadMaterialNode.OutputPort

    Output ports of the ReadMaterialNode.

    Inheritance
    object
    OutputPorts
    ReadMaterialNode.OutputPort
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    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, TextureSamplerSettings>

    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, TextureSamplerSettings>

    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, TextureSamplerSettings>

    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, TextureSamplerSettings>

    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, TextureSamplerSettings>

    materialDescriptions

    A MaterialPrimPath-UsdMaterialDescription mapping resulting from the reading. Commonly used to create Unity Material from the description.

    Declaration
    public Dictionary<string, UsdMaterialDescription> materialDescriptions
    Field Value
    Type Description
    Dictionary<string, UsdMaterialDescription>

    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, TextureSamplerSettings>

    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, TextureSamplerSettings>

    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, TextureSamplerSettings>

    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, TextureSamplerSettings>

    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, TextureSamplerSettings>

    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, TextureSamplerSettings>
    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)