Class AverageStat
AverageStat
Inherited Members
Namespace: Unity.Services.Apis.UGC
Assembly: solution.dll
Syntax
[Preserve]
public class AverageStat
Constructors
AverageStat(double, double, double, double, double, double, double, double, double)
Initializes a new instance of the AverageStat class.
Declaration
[Preserve]
public AverageStat(double allTime = 0, double past365Days = 0, double past180Days = 0, double past90Days = 0, double past60Days = 0, double past30Days = 0, double past14Days = 0, double past7Days = 0, double pastDay = 0)
Parameters
Type | Name | Description |
---|---|---|
double | allTime | allTime. |
double | past365Days | past365Days. |
double | past180Days | past180Days. |
double | past90Days | past90Days. |
double | past60Days | past60Days. |
double | past30Days | past30Days. |
double | past14Days | past14Days. |
double | past7Days | past7Days. |
double | pastDay | pastDay. |
Properties
AllTime
Gets or Sets AllTime
Declaration
[Preserve]
public double AllTime { get; set; }
Property Value
Type | Description |
---|---|
double |
Past14Days
Gets or Sets Past14Days
Declaration
[Preserve]
public double Past14Days { get; set; }
Property Value
Type | Description |
---|---|
double |
Past180Days
Gets or Sets Past180Days
Declaration
[Preserve]
public double Past180Days { get; set; }
Property Value
Type | Description |
---|---|
double |
Past30Days
Gets or Sets Past30Days
Declaration
[Preserve]
public double Past30Days { get; set; }
Property Value
Type | Description |
---|---|
double |
Past365Days
Gets or Sets Past365Days
Declaration
[Preserve]
public double Past365Days { get; set; }
Property Value
Type | Description |
---|---|
double |
Past60Days
Gets or Sets Past60Days
Declaration
[Preserve]
public double Past60Days { get; set; }
Property Value
Type | Description |
---|---|
double |
Past7Days
Gets or Sets Past7Days
Declaration
[Preserve]
public double Past7Days { get; set; }
Property Value
Type | Description |
---|---|
double |
Past90Days
Gets or Sets Past90Days
Declaration
[Preserve]
public double Past90Days { get; set; }
Property Value
Type | Description |
---|---|
double |
PastDay
Gets or Sets PastDay
Declaration
[Preserve]
public double PastDay { get; set; }
Property Value
Type | Description |
---|---|
double |