EditorGUIUtility.RenderGameViewCameras 渲染游戏中所有相机


static function RenderGameViewCameras (cameraRect : Rect, statsRect : Rect, stats : bool, gizmos : bool) : void

Parameters参数

  • cameraRect
    the device coordinates to render all game cameras into.
       设备坐标用来渲染游戏中所有相机
  • statsRect
    where the stats should go.
  • stats
    Show statistics overlay? // 显示状态叠加?
  • gizmos
    Show gizmos as well // 显示gizmos

Description描述

Render all ingame cameras.

渲染游戏中所有的相机。


,