| PlayerT Constructor (T, Double) |
[This is preliminary documentation and is subject to change.]
Construct a player with a partial play.
Namespace:
Ruyi.SDK.Online
Assembly:
SDK.RuyiSDKAsync (in SDK.RuyiSDKAsync.dll) Version: 0.9.3.3995
Syntax public Player(
T id,
double partialPlayPercentage
)
Parameters
- id
- Type: T
The ID of the player. - partialPlayPercentage
- Type: SystemDouble
The player's partial play percentage.
See Also