Class ToastNotificationsViewController
Inheritance
System.Object
ToastNotificationsViewController
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()
Assembly: LeagueToolkit.Meta.Classes.dll
public class ToastNotificationsViewController : ViewController, IMetaClass
Properties
|
Improve this Doc
View Source
Declaration
public MetaObjectLink BaseLoadable { get; set; }
Property Value
|
Improve this Doc
View Source
BodyText
Declaration
public MetaHash BodyText { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash ClickRegion { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash EventIcon { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash FriendInviteIcon { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash PassRewardIcon { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public Dictionary<string, MetaHash> QueueTypeToGameInviteIcon { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.Dictionary<System.String, MetaHash> |
|
|
Improve this Doc
View Source
Declaration
public MetaHash Scene { get; set; }
Property Value
|
Improve this Doc
View Source
TitleText
Declaration
public MetaHash TitleText { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public float ToastDurationSecs { get; set; }
Property Value
Type |
Description |
System.Single |
|
Implements