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.

    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: Unity.Cloud.Gltfast.Objects
    Assembly: Unity.Cloud.Gltfast.dll
    Syntax
    [MovedFrom(true, "GLTFast.Schema", "glTFast", null)]
    public class ClearCoat

    Properties

    ClearcoatFactor

    The clearcoat layer intensity.

    Declaration
    [JsonPropertyName("clearcoatFactor")]
    public float ClearcoatFactor { get; set; }
    Property Value
    Type Description
    float
    See Also
    https://github.com/KhronosGroup/glTF/blob/main/extensions/2.0/Khronos/KHR_materials_clearcoat/README.md

    ClearcoatNormalTexture

    The clearcoat normal map texture.

    Declaration
    [JsonPropertyName("clearcoatNormalTexture")]
    public NormalTextureInfo ClearcoatNormalTexture { get; set; }
    Property Value
    Type Description
    NormalTextureInfo
    See Also
    https://github.com/KhronosGroup/glTF/blob/main/extensions/2.0/Khronos/KHR_materials_clearcoat/README.md

    ClearcoatRoughnessFactor

    The clearcoat layer roughness.

    Declaration
    [JsonPropertyName("clearcoatRoughnessFactor")]
    public float ClearcoatRoughnessFactor { get; set; }
    Property Value
    Type Description
    float
    See Also
    https://github.com/KhronosGroup/glTF/blob/main/extensions/2.0/Khronos/KHR_materials_clearcoat/README.md

    ClearcoatRoughnessTexture

    The clearcoat layer roughness texture.

    Declaration
    [JsonPropertyName("clearcoatRoughnessTexture")]
    public TextureInfo ClearcoatRoughnessTexture { get; set; }
    Property Value
    Type Description
    TextureInfo
    See Also
    https://github.com/KhronosGroup/glTF/blob/main/extensions/2.0/Khronos/KHR_materials_clearcoat/README.md

    ClearcoatTexture

    The clearcoat layer intensity texture.

    Declaration
    [JsonPropertyName("clearcoatTexture")]
    public TextureInfo ClearcoatTexture { get; set; }
    Property Value
    Type Description
    TextureInfo
    See Also
    https://github.com/KhronosGroup/glTF/blob/main/extensions/2.0/Khronos/KHR_materials_clearcoat/README.md

    See Also

    https://github.com/KhronosGroup/glTF/blob/main/extensions/2.0/Khronos/KHR_materials_clearcoat/README.md
    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)