NTexture Constructor (Texture, 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)
Syntaxpublic NTexture(
Texture texture,
Rect region
)
Parameters
- texture
- Type: Texture
- region
- Type: Rect
See Also