docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Struct LabelProperties

    The properties of an ILabel.

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: Unity.Cloud.Assets
    Assembly: Unity.Cloud.Assets.dll
    Syntax
    public struct LabelProperties

    Properties

    AuthoringInfo

    The authoring information for the label.

    Declaration
    public readonly AuthoringInfo AuthoringInfo { get; }
    Property Value
    Type Description
    AuthoringInfo

    Description

    The description of the label.

    Declaration
    public readonly string Description { get; }
    Property Value
    Type Description
    string

    DisplayColor

    The color of the label.

    Declaration
    public readonly Color? DisplayColor { get; }
    Property Value
    Type Description
    Color?

    IsAssignable

    Whether the label can be manually assigned to an asset.

    Declaration
    public readonly bool IsAssignable { get; }
    Property Value
    Type Description
    bool

    IsSystemLabel

    Whether the label is a system label.

    Declaration
    public readonly bool IsSystemLabel { get; }
    Property Value
    Type Description
    bool
    In This Article
    Back to top
    Copyright © 2025 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)