C# Class ShowOffEmoji, Unity-UI-emoji

Inheritance: MonoBehaviour
Afficher le fichier Open project: mcraiha/Unity-UI-emoji

Méthodes publiques

Свойство Type Description
bicycleAndUSFlagText Text
footballText Text
rawImageToClone UnityEngine.UI.RawImage
receipeText Text
textAsset UnityEngine.TextAsset

Méthodes publiques

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

Private Methods

Méthode Description
GetConvertedString ( string inputString ) : string
ParseEmojiInfo ( string inputString ) : void

Method Details

Awake() public méthode

public Awake ( ) : void
Résultat void

SetReceipeTextFromJavascript() public méthode

public SetReceipeTextFromJavascript ( string input ) : void
input string
Résultat void

SetUITextThatHasEmoji() public méthode

public SetUITextThatHasEmoji ( Text textToEdit, string inputString ) : IEnumerator
textToEdit Text
inputString string
Résultat IEnumerator

Start() public méthode

public Start ( ) : void
Résultat void

Property Details

bicycleAndUSFlagText public_oe property

public Text bicycleAndUSFlagText
Résultat Text

footballText public_oe property

public Text footballText
Résultat Text

rawImageToClone public_oe property

public RawImage,UnityEngine.UI rawImageToClone
Résultat UnityEngine.UI.RawImage

receipeText public_oe property

public Text receipeText
Résultat Text

textAsset public_oe property

public TextAsset,UnityEngine textAsset
Résultat UnityEngine.TextAsset