Click or drag to resize

NGraphicsSetShaderAndTexture Method

Namespace:  FairyGUI
Assembly:  FairyGUI (in FairyGUI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void SetShaderAndTexture(
	string shader,
	NTexture texture
)

Parameters

shader
Type: SystemString
texture
Type: FairyGUINTexture
See Also