Click or drag to resize

CaptureCameraCreateRenderTexture Method

Namespace:  FairyGUI
Assembly:  FairyGUI (in FairyGUI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public static RenderTexture CreateRenderTexture(
	int width,
	int height,
	bool stencilSupport
)

Parameters

width
Type: SystemInt32
height
Type: SystemInt32
stencilSupport
Type: SystemBoolean

Return Value

Type: RenderTexture
See Also