Class Match
Class containing a scene object's id and its associated metadata
Inherited Members
Namespace: Unity.Cloud.Metadata
Syntax
[Serializable]
public class Match
Properties
OwnerId
The scene object's id
Declaration
public string OwnerId { get; set; }
Property Value
| Type | Description |
|---|---|
| String |
RequestedMetadata
The scene object's metadata
Declaration
public DynamicDictionary RequestedMetadata { get; set; }
Property Value
| Type | Description |
|---|---|
| DynamicDictionary |