Click or drag to resize
NTexture Constructor (NTexture, Rect)
Initializes a new instance of the NTexture class

Namespace: FairyGUI
Assembly: FairyGUI (in FairyGUI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public NTexture(
	NTexture root,
	Rect region
)

Parameters

root
Type: FairyGUINTexture
region
Type: Rect
See Also