docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class Sheen

    This extension defines a sheen that can be layered on top of an existing glTF material definition. A sheen layer is a common technique used in Physically-Based Rendering to represent cloth and fabric materials, for example.

    Inheritance
    object
    Sheen
    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 Sheen

    Properties

    SheenColorFactor

    The sheen color red, green and blue components in linear space.

    Declaration
    [JsonPropertyName("sheenColorFactor")]
    [JsonConverter(typeof(ColorConverter))]
    public Color SheenColorFactor { get; set; }
    Property Value
    Type Description
    Color
    See Also
    https://github.com/KhronosGroup/glTF/tree/main/extensions/2.0/Khronos/KHR_materials_sheen

    SheenColorTexture

    The sheen color texture.

    Declaration
    [JsonPropertyName("sheenColorTexture")]
    public TextureInfo SheenColorTexture { get; set; }
    Property Value
    Type Description
    TextureInfo
    See Also
    https://github.com/KhronosGroup/glTF/tree/main/extensions/2.0/Khronos/KHR_materials_sheen

    SheenRoughnessFactor

    The sheen roughness.

    Declaration
    [JsonPropertyName("sheenRoughnessFactor")]
    public float SheenRoughnessFactor { get; set; }
    Property Value
    Type Description
    float
    See Also
    https://github.com/KhronosGroup/glTF/tree/main/extensions/2.0/Khronos/KHR_materials_sheen

    SheenRoughnessTexture

    The sheen roughness (Alpha) texture.

    Declaration
    [JsonPropertyName("sheenRoughnessTexture")]
    public TextureInfo SheenRoughnessTexture { get; set; }
    Property Value
    Type Description
    TextureInfo
    See Also
    https://github.com/KhronosGroup/glTF/tree/main/extensions/2.0/Khronos/KHR_materials_sheen

    See Also

    https://github.com/KhronosGroup/glTF/tree/main/extensions/2.0/Khronos/KHR_materials_sheen
    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)