docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class UrlMetadata

    A class for manipulating a url metadata value.

    Inheritance
    object
    MetadataValue
    UrlMetadata
    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 UrlMetadata : MetadataValue

    Constructors

    UrlMetadata(Uri, string)

    Declaration
    public UrlMetadata(Uri uri = null, string label = null)
    Parameters
    Type Name Description
    Uri uri
    string label

    Properties

    Label

    The label value of a metadata field.

    Declaration
    public string Label { get; set; }
    Property Value
    Type Description
    string

    Uri

    The url value of a metadata field.

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