Class DataObject
Custom data property for a lobby.
Inherited Members
Namespace: Unity.Services.Lobbies.Models
Assembly: solution.dll
Syntax
[Preserve]
public class DataObject
Constructors
| Name | Description |
|---|---|
| DataObject(VisibilityOptions, string, IndexOptions) | Custom data property for a lobby. |
Properties
| Name | Description |
|---|---|
| Index | The name of the column to index this property value under, either |
| Value | The value of the custom property. This property can be set to null or an empty string. If this property is indexed (by setting the |
| Visibility | Indicates for whom the property should be visible. If |