Click or drag to resize
NTexture Constructor (Texture, Single, Single)
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(
	Texture texture,
	float xScale,
	float yScale
)

Parameters

texture
Type: Texture
xScale
Type: SystemSingle
yScale
Type: SystemSingle
See Also