Table of Contents

Class HypeTrainProgress

Namespace
Firesplash.UnityAssets.TwitchIntegration.DataTypes.General
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

int

Level

Current HypeTrain Level with all metadata

[JsonProperty("level")]
public HypeTrainLevel Level { get; }

Property Value

HypeTrainLevel

RemainingSeconds

Unknown - Probably the remaining seconds for this level

[JsonProperty("remaining_seconds")]
public int RemainingSeconds { get; }

Property Value

int

Total

The total yet contributed hype including this contribution

[JsonProperty("total")]
public int Total { get; }

Property Value

int

Value

The value of this specific contribution

[JsonProperty("value")]
public int Value { get; }

Property Value

int