FairyGUI.Emoji.Emoji C# (CSharp) Method

Emoji() public method

public Emoji ( string url, int width, int height ) : System
url string
width int
height int
return System
        public Emoji(string url, int width, int height)
        {
            this.url = url;
            this.width = width;
            this.height = height;
        }

Same methods

Emoji::Emoji ( string url ) : System
Emoji