Click or drag to resize

Emoji Constructor (String, Int32, Int32)

Initializes a new instance of the Emoji class

Namespace:  FairyGUI
Assembly:  FairyGUI (in FairyGUI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public Emoji(
	string url,
	int width,
	int height
)

Parameters

url
Type: SystemString
width
Type: SystemInt32
height
Type: SystemInt32
See Also