Class LoadScreenTipConfiguration
Inheritance
System.Object
LoadScreenTipConfiguration
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: LeagueToolkit.Meta.Classes
Assembly: LeagueToolkit.Meta.Classes.dll
Syntax
public class LoadScreenTipConfiguration : IMetaClass
Properties
| Improve this Doc View SourceDurationInGame
Declaration
public float DurationInGame { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
PbiTipDurationOnLoadingScreen
Declaration
public float PbiTipDurationOnLoadingScreen { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
ShowInCustomGames
Declaration
public bool ShowInCustomGames { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ShowPbiTipsOnLoadingScreen
Declaration
public bool ShowPbiTipsOnLoadingScreen { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ShowTips
Declaration
public bool ShowTips { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |