CaptureCamera.CreateRenderTexture Method |
Namespace:
FairyGUI
Assembly:
FairyGUI (in FairyGUI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static RenderTexture CreateRenderTexture(
int width,
int height,
bool stencilSupport
)
Parameters
- width
- Type: System.Int32
- height
- Type: System.Int32
- stencilSupport
- Type: System.Boolean
Return Value
Type:
RenderTexture
See Also