Difference between revisions of "GUIChatSurface"

From Virtual World Web Wiki
Jump to: navigation, search
(Documentation for the GUIChatSurface class)
(No difference)

Revision as of 17:48, 20 October 2016

Remarks [edit]

Properties

bool AllowRichText {get; set;}
Single ChatOpacity {get; set;}
Single ContentHeight {get; set;}
Single ContentWidth {get; set;}
bool DropShadow {get; set;}
Color32 DropShadowColor {get; set;}
int FontSize {get; set;}
Color32 LinkColor {get; set;}
bool LinksEnabled {get; set;}
int MaximumMessages {get; set;}
string TimeStampFormat {get; set;}
bool TranscriptMode {get; set;}

Constructors

GUIChatSurface()

Methods

bool AddChatChannel(string channel)
string GetLevelModifierEnd(int level)
string GetLevelModifierStart(int level)
string GetMessageFormat(int chatStyle)
void Init()
void OnCreate(IntPtr context)
bool ReceiveMessage(ChatChannelMessageEventArgs msg)
bool RegisterFilter(Guid channel)
bool RemoveChatChannel(string channel)
void SetLevelModifier(int level, string start, string end)
string StripRichText(string initial)
bool TryStripRichText(string initial, out String result)
bool UnregisterFilter(Guid channel)