Class PlayerDataObject
Custom data property for a player.
Inherited Members
Namespace: Unity.Services.Lobbies.Models
Assembly: solution.dll
Syntax
[Preserve]
public class PlayerDataObject
Constructors
| Name | Description |
|---|---|
| PlayerDataObject(VisibilityOptions, string) | Custom data property for a player. |
Properties
| Name | Description |
|---|---|
| Value | The value of the custom property. This property can be set to null or an empty string. |
| Visibility | Indicates for whom the property should be visible. If |