EditorGUIUtility.RenderGameViewCameras 渲染游戏中所有相机
static function RenderGameViewCameras (cameraRect : Rect, statsRect : Rect, stats : bool, gizmos : bool) : void
Parameters参数
- cameraRectthe device coordinates to render all game cameras into.
设备坐标用来渲染游戏中所有相机 - statsRectwhere the stats should go.
- statsShow statistics overlay? // 显示状态叠加?
- gizmosShow gizmos as well // 显示gizmos
Description描述
Render all ingame cameras.
渲染游戏中所有的相机。