Class SocialChatViewController
Inheritance
System.Object
SocialChatViewController
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 SocialChatViewController : ViewController, IMetaClass
Properties
|
Improve this Doc
View Source
Declaration
public MetaObjectLink BaseLoadable { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash CloseButton { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash FriendIcon { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash FriendName { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash FriendOptionsButton { get; set; }
Property Value
|
Improve this Doc
View Source
InputTextFieldLink
Declaration
public MetaHash InputTextFieldLink { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public Color ReceivedMessageColor { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash Scene { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash SendButton { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public Color SentMessageColor { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public string TodayTraKey { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public MetaEmbedded<UiChatPaneDefinition> UiChatPaneDefinition { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaEmbedded<UiSocialChatMessageTemplate> UiSocialChatMessageTemplate { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public string YesterdayTraKey { get; set; }
Property Value
Type |
Description |
System.String |
|
Implements