Property | Type | Description | |
---|---|---|---|
uEntryPrefab | GameObject, |
Method | Description | |
---|---|---|
AddTextEntry ( string text ) : void |
Allows the Chatapp to add new entires to the list
|
Method | Description | |
---|---|---|
AddRectTransform ( RectTransform rect ) : void |
Adds the new element
|
|
Awake ( ) : void | ||
Refresh ( ) : void |
Destroys old messages if needed and repositions the existing messages.
|
|
SetPosition ( RectTransform tra, float &position ) : void |
Positions a single element
|
public AddTextEntry ( string text ) : void | ||
text | string | Text to be added |
return | void |