Property | Type | Description | |
---|---|---|---|
bicycleAndUSFlagText | Text | ||
footballText | Text | ||
rawImageToClone | |||
receipeText | Text | ||
textAsset |
Method | Description | |
---|---|---|
Awake ( ) : void | ||
SetReceipeTextFromJavascript ( string input ) : void | ||
SetUITextThatHasEmoji ( Text textToEdit, string inputString ) : IEnumerator | ||
Start ( ) : void |
Method | Description | |
---|---|---|
GetConvertedString ( string inputString ) : string | ||
ParseEmojiInfo ( string inputString ) : void |
public SetReceipeTextFromJavascript ( string input ) : void | ||
input | string | |
return | void |
public SetUITextThatHasEmoji ( Text textToEdit, string inputString ) : IEnumerator | ||
textToEdit | Text | |
inputString | string | |
return | IEnumerator |
public RawImage,UnityEngine.UI rawImageToClone | ||
return |