FairyGUI.Emoji.Emoji C# (CSharp) 메소드

Emoji() 공개 메소드

public Emoji ( string url ) : System
url string
리턴 System
        public Emoji(string url)
        {
            this.url = url;
        }

Same methods

Emoji::Emoji ( string url, int width, int height ) : System
Emoji