FairyGUI.Emoji.Emoji C# (CSharp) Method

Emoji() public method

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

Same methods

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