Click or drag to resize

NTexture Constructor (NTexture, Rect, Boolean)

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,
	bool rotated
)

Parameters

root
Type: FairyGUINTexture
region
Type: Rect
rotated
Type: SystemBoolean
See Also