docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Interface ISelectionFieldDefinitionCreation

    Inherited Members
    IFieldDefinitionCreation.Key
    IFieldDefinitionCreation.DisplayName
    IFieldDefinitionCreation.Type
    Namespace: Unity.Cloud.Assets
    Assembly: Unity.Cloud.Assets.dll
    Syntax
    public interface ISelectionFieldDefinitionCreation : IFieldDefinitionCreation

    Properties

    AcceptedValues

    The accepted values of the field. This is only required for field definitions of type Selection.

    Declaration
    List<string> AcceptedValues { get; }
    Property Value
    Type Description
    List<string>

    Multiselection

    Whether the field can have multiple values. This is only requred for field definitions of type Selection.

    Declaration
    bool Multiselection { 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)