NGUI: Next-Gen UI kit  3.7.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros
ChatInput Class Reference

Very simple example of how to use a TextList with a UIInput for chat. More...

Inheritance diagram for ChatInput:

Public Member Functions

void OnSubmit ()
 Submit notification is sent by UIInput when 'enter' is pressed or iOS/Android keyboard finalizes input. More...
 

Public Attributes

UITextList textList
 
bool fillWithDummyData = false
 

Detailed Description

Very simple example of how to use a TextList with a UIInput for chat.

Member Function Documentation

void ChatInput.OnSubmit ( )

Submit notification is sent by UIInput when 'enter' is pressed or iOS/Android keyboard finalizes input.

Member Data Documentation

bool ChatInput.fillWithDummyData = false
UITextList ChatInput.textList

The documentation for this class was generated from the following file: