C# Class ChatInput, SpaceCOG-Prototype

Inheritance: MonoBehaviour
Afficher le fichier Open project: kalby/SpaceCOG-Prototype Class Usage Examples

Méthodes publiques

Свойство Type Description
fillWithDummyData bool
textList UITextList,

Méthodes publiques

Méthode 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 méthode

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

Start() public méthode

Add some dummy text to the text list.
public Start ( ) : void
Résultat void

Property Details

fillWithDummyData public_oe property

public bool fillWithDummyData
Résultat bool

textList public_oe property

public UITextList, textList
Résultat UITextList,