C# 클래스 ShowOffEmoji, Unity-UI-emoji

상속: MonoBehaviour
파일 보기 프로젝트 열기: mcraiha/Unity-UI-emoji

공개 프로퍼티들

프로퍼티 타입 설명
bicycleAndUSFlagText Text
footballText Text
rawImageToClone UnityEngine.UI.RawImage
receipeText Text
textAsset UnityEngine.TextAsset

공개 메소드들

메소드 설명
Awake ( ) : void
SetReceipeTextFromJavascript ( string input ) : void
SetUITextThatHasEmoji ( Text textToEdit, string inputString ) : IEnumerator
Start ( ) : void

비공개 메소드들

메소드 설명
GetConvertedString ( string inputString ) : string
ParseEmojiInfo ( string inputString ) : void

메소드 상세

Awake() 공개 메소드

public Awake ( ) : void
리턴 void

SetReceipeTextFromJavascript() 공개 메소드

public SetReceipeTextFromJavascript ( string input ) : void
input string
리턴 void

SetUITextThatHasEmoji() 공개 메소드

public SetUITextThatHasEmoji ( Text textToEdit, string inputString ) : IEnumerator
textToEdit Text
inputString string
리턴 IEnumerator

Start() 공개 메소드

public Start ( ) : void
리턴 void

프로퍼티 상세

bicycleAndUSFlagText 공개적으로 프로퍼티

public Text bicycleAndUSFlagText
리턴 Text

footballText 공개적으로 프로퍼티

public Text footballText
리턴 Text

rawImageToClone 공개적으로 프로퍼티

public RawImage,UnityEngine.UI rawImageToClone
리턴 UnityEngine.UI.RawImage

receipeText 공개적으로 프로퍼티

public Text receipeText
리턴 Text

textAsset 공개적으로 프로퍼티

public TextAsset,UnityEngine textAsset
리턴 UnityEngine.TextAsset