Class TftScoreboardNotificationTemplate
Inheritance
System.Object
TftScoreboardNotificationTemplate
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 TftScoreboardNotificationTemplate : IMetaClass
Properties
|
Improve this Doc
View Source
Declaration
public MetaHash NotificationBottomIcon1 { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash NotificationBottomIcon2 { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash NotificationBottomIcon3 { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash NotificationBottomline { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash NotificationIcon { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash NotificationScene { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash NotificationTitle { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash NotificationTopline { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaEmbedded<HudMenuTransitionData> TransitionIn { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaEmbedded<HudMenuTransitionData> TransitionOut { get; set; }
Property Value
Implements