Click or drag to resize

NTexture Constructor (Texture, 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,
	Texture alphaTexture,
	float xScale,
	float yScale
)

Parameters

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