Class HypeTrainProgress
- Assembly
- Firesplash.UnityAssets.TwitchIntegration.dll
The current progress of the running hype train
[Serializable]
public class HypeTrainProgress
- Inheritance
-
HypeTrainProgress
- Inherited Members
Properties
Goal
Unknown
[JsonProperty("goal")]
public int Goal { get; }
Property Value
Level
Current HypeTrain Level with all metadata
[JsonProperty("level")]
public HypeTrainLevel Level { get; }
Property Value
RemainingSeconds
Unknown - Probably the remaining seconds for this level
[JsonProperty("remaining_seconds")]
public int RemainingSeconds { get; }
Property Value
Total
The total yet contributed hype including this contribution
[JsonProperty("total")]
public int Total { get; }
Property Value
Value
The value of this specific contribution
[JsonProperty("value")]
public int Value { get; }