Interface IReadOnlyPlayer
Namespace: Unity.Services.Multiplayer
Assembly: Unity.Services.Multiplayer.dll
Syntax
public interface IReadOnlyPlayer : IPlayer
Properties
Properties
Custom game-specific properties that apply to an individual player (e.g. role
or skill
).
Declaration
IReadOnlyDictionary<string, PlayerProperty> Properties { get; }
Property Value
Type | Description |
---|---|
IReadOnlyDictionary<string, PlayerProperty> |