Class UiSocialChatMessageTemplate
Inheritance
System.Object
UiSocialChatMessageTemplate
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 UiSocialChatMessageTemplate : IMetaClass
Properties
|
Improve this Doc
View Source
Declaration
public MetaHash BottomPadding { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash DateDivider { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash DateSpacingOver { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash DateSpacingUnder { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash Datestamp { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash Group { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash MessageBackground { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash MessageRow { get; set; }
Property Value
|
Improve this Doc
View Source
MessageText
Declaration
public MetaHash MessageText { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash Timestamp { get; set; }
Property Value
Implements