C# Class ChatInput, SpaceCOG-Prototype

Inheritance: MonoBehaviour
Exibir arquivo Open project: kalby/SpaceCOG-Prototype Class Usage Examples

Public Properties

Property Type Description
fillWithDummyData bool
textList UITextList,

Public Methods

Method Description
OnSubmit ( ) : void

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

Start ( ) : void

Add some dummy text to the text list.

Method Details

OnSubmit() public method

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

Start() public method

Add some dummy text to the text list.
public Start ( ) : void
return void

Property Details

fillWithDummyData public_oe property

public bool fillWithDummyData
return bool

textList public_oe property

public UITextList, textList
return UITextList,