docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class ClearCoat

    This extension defines a clear coating that can be layered on top of an existing glTF material definition. https://github.com/KhronosGroup/glTF/blob/main/extensions/2.0/Khronos/KHR_materials_clearcoat/README.md

    Inheritance
    object
    ClearCoat
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: GLTFast.Schema
    Assembly: glTFast.dll
    Syntax
    [Serializable]
    public class ClearCoat

    Fields

    clearcoatFactor

    The clearcoat layer intensity.

    Declaration
    public float clearcoatFactor
    Field Value
    Type Description
    float

    clearcoatNormalTexture

    The clearcoat normal map texture.

    Declaration
    public TextureInfo clearcoatNormalTexture
    Field Value
    Type Description
    TextureInfo

    clearcoatRoughnessFactor

    The clearcoat layer roughness.

    Declaration
    public float clearcoatRoughnessFactor
    Field Value
    Type Description
    float

    clearcoatRoughnessTexture

    The clearcoat layer roughness texture.

    Declaration
    public TextureInfo clearcoatRoughnessTexture
    Field Value
    Type Description
    TextureInfo

    clearcoatTexture

    The clearcoat layer intensity texture.

    Declaration
    public TextureInfo clearcoatTexture
    Field Value
    Type Description
    TextureInfo
    In This Article
    Back to top
    Copyright © 2026 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)