docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class SingleSelectionMetadata

    A class for manipulating a single selection metadata value.

    Inheritance
    object
    MetadataValue
    SingleSelectionMetadata
    Inherited Members
    MetadataValue.ValueType
    MetadataValue.ToString()
    MetadataValue.AsBoolean()
    MetadataValue.AsNumber()
    MetadataValue.AsTimestamp()
    MetadataValue.AsText()
    MetadataValue.AsSingleSelection()
    MetadataValue.AsMultiSelection()
    MetadataValue.AsUrl()
    MetadataValue.AsUser()
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: Unity.Cloud.Assets
    Assembly: Unity.Cloud.Assets.dll
    Syntax
    public sealed class SingleSelectionMetadata : MetadataValue

    Constructors

    SingleSelectionMetadata(string)

    Declaration
    public SingleSelectionMetadata(string selectedValue = null)
    Parameters
    Type Name Description
    string selectedValue

    Properties

    SelectedValue

    The text value of a metadata field.

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