docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Struct SelectionFieldDefinitionProperties

    The properties of an ISelectionFieldDefinition.

    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 SelectionFieldDefinitionProperties

    Properties

    AcceptedValues

    The accepted values of the field.

    Declaration
    public readonly IEnumerable<string> AcceptedValues { get; }
    Property Value
    Type Description
    IEnumerable<string>

    AuthoringInfo

    The creation and update information of the field.

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

    DisplayName

    The display name for the field.

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

    IsDeleted

    Whether the field is deleted.

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

    Multiselection

    Whether the field can have multiple values.

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

    Origin

    The originator of the field.

    Declaration
    public readonly FieldDefinitionOrigin Origin { get; }
    Property Value
    Type Description
    FieldDefinitionOrigin

    Type

    The type of the field.

    Declaration
    public FieldDefinitionType Type { get; }
    Property Value
    Type Description
    FieldDefinitionType
    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)