Class Metadata.Properties
Describe a list of Pixyz properties
Inherited Members
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[] |