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.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: GLTFast.Schema
    Assembly: solution.dll
    Syntax
    [Serializable]
    public class ClearCoat

    Fields

    clearcoatFactor

    The clearcoat layer intensity.

    Declaration
    public float clearcoatFactor
    Field 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
    public NormalTextureInfo clearcoatNormalTexture
    Field 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
    public float clearcoatRoughnessFactor
    Field 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
    public TextureInfo clearcoatRoughnessTexture
    Field 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
    public TextureInfo clearcoatTexture
    Field 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 © 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)