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)
Syntaxpublic NTexture(
NTexture root,
Rect region,
bool rotated
)
Parameters
- root
- Type: FairyGUI.NTexture
- region
- Type: Rect
- rotated
- Type: System.Boolean
See Also