PlayerT Class |
[This is preliminary documentation and is subject to change.]
Namespace: Ruyi.SDK.Online
public class Player<T> : ISupportPartialPlay, ISupportPartialUpdate
The PlayerT type exposes the following members.
| Name | Description | |
|---|---|---|
| PlayerT(T) |
Construct a player.
| |
| PlayerT(T, Double) |
Construct a player with a partial play.
| |
| PlayerT(T, Double, Double) |
Construct a player with a partial play and partial update.
|
| Name | Description | |
|---|---|---|
| Id |
The ID of the player.
| |
| PartialPlayPercentage |
The player's partial play percentage.
| |
| PartialUpdatePercentage |
The player's partial update percentage.
|
| Name | Description | |
|---|---|---|
| ToString |
Convert the player to a string.
(Overrides ObjectToString.) |