C# Class ShowOffEmoji, Unity-UI-emoji

Inheritance: MonoBehaviour
Show file Open project: mcraiha/Unity-UI-emoji

Public Properties

Property Type Description
bicycleAndUSFlagText Text
footballText Text
rawImageToClone UnityEngine.UI.RawImage
receipeText Text
textAsset UnityEngine.TextAsset

Public Methods

Method Description
Awake ( ) : void
SetReceipeTextFromJavascript ( string input ) : void
SetUITextThatHasEmoji ( Text textToEdit, string inputString ) : IEnumerator
Start ( ) : void

Private Methods

Method Description
GetConvertedString ( string inputString ) : string
ParseEmojiInfo ( string inputString ) : void

Method Details

Awake() public method

public Awake ( ) : void
return void

SetReceipeTextFromJavascript() public method

public SetReceipeTextFromJavascript ( string input ) : void
input string
return void

SetUITextThatHasEmoji() public method

public SetUITextThatHasEmoji ( Text textToEdit, string inputString ) : IEnumerator
textToEdit Text
inputString string
return IEnumerator

Start() public method

public Start ( ) : void
return void

Property Details

bicycleAndUSFlagText public property

public Text bicycleAndUSFlagText
return Text

footballText public property

public Text footballText
return Text

rawImageToClone public property

public RawImage,UnityEngine.UI rawImageToClone
return UnityEngine.UI.RawImage

receipeText public property

public Text receipeText
return Text

textAsset public property

public TextAsset,UnityEngine textAsset
return UnityEngine.TextAsset