Legacy Documentation: Version 5.0
Language: English
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

EditorGUIUtility.RenderGameViewCameras

Switch to Manual
public static function RenderGameViewCameras(cameraRect: Rect, gizmos: bool, gui: bool): void;
public static function RenderGameViewCameras(cameraRect: Rect, statsRect: Rect, gizmos: bool, gui: bool): void;

Parameters

cameraRectThe device coordinates to render all game cameras into.
gizmosShow gizmos as well.

Description

Render all ingame cameras.