Click or drag to resize

Emoji Class

Inheritance Hierarchy
SystemObject
  FairyGUIEmoji

Namespace:  FairyGUI
Assembly:  FairyGUI (in FairyGUI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public class Emoji

The Emoji type exposes the following members.

Constructors
  NameDescription
Public methodEmoji(String)
Initializes a new instance of the Emoji class
Public methodEmoji(String, Int32, Int32)
Initializes a new instance of the Emoji class
Top
Fields
  NameDescription
Public fieldheight
图片高度。不设置(0)则表示使用原始高度。
Public fieldurl
代表图片资源url。
Public fieldwidth
图片宽度。不设置(0)则表示使用原始宽度。
Top
See Also