docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class Metadata.Properties

    Describe a list of Pixyz properties

    Inheritance
    object
    Metadata.Properties
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: UnityEngine.Pixyz.UnitySDK.Components
    Assembly: Unity.Pixyz.UnitySDK.Runtime.dll
    Syntax
    [Serializable]
    public class Metadata.Properties

    Constructors

    Properties()

    Create an empty property container

    Declaration
    public Properties()

    Properties(string[], string[])

    Create a property container with properties set

    Declaration
    public Properties(string[] names, string[] values)
    Parameters
    Type Name Description
    string[] names

    Names of all properties

    string[] values

    Values of all properties

    Fields

    names

    Name of all properties

    Declaration
    public string[] names
    Field Value
    Type Description
    string[]

    values

    Values of all properties

    Declaration
    public string[] values
    Field 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)