Handles.DrawCamera の描画モード
| Normal | Game ウィンドウに描画されるものと同じ方法で描画します。これはカメラのクリアフラグを使用しています。 | 
| Textured | 選択されたテクスチャのワイヤーフレームとクリアされない背景を描画します | 
| Wireframe | ワイヤーフレームにカメラを描写し、クリアされない背景を描画します | 
| TexturedWire | すべてのオブジェクトのワイヤーフレームとクリアされない背景を描画します | 
| ShadowCascades | The camera is set to draw directional light shadow map cascades. | 
| RenderPaths | The camera is set to draw color coded render paths. | 
| AlphaChannel | The camera is set to display the alpha channel of the rendering. | 
| Overdraw | The camera is set to display Scene overdraw, with brighter colors indicating more overdraw. | 
| Mipmaps | The camera is set to display the texture resolution, with a red tint indicating resolution that is too high, and a blue tint indicating texture sizes that could be higher. | 
| DeferredDiffuse | Deferred シェーディング g-buffer のディフューズ色を描写します | 
| DeferredSpecular | Deferred シェーディング g-buffer のスペキュラー色を描写します | 
| DeferredSmoothness | Deferred シェーディング g-buffer の smoothness 値を示します | 
| DeferredNormal | Deferred シェーディング g-buffer のワールド空間法線を描写します | 
| RealtimeCharting | Draw objects with different colors for each real-time chart (UV island). | 
| Systems | 各 GI システムごとに異なる色でオブジェクトを描写します | 
| RealtimeAlbedo | Draw objects with the real-time GI albedo component only. | 
| RealtimeEmissive | Draw objects with the real-time GI emission component only. | 
| RealtimeIndirect | Draw objects with the real-time GI indirect light only. | 
| RealtimeDirectionality | Draw objects with the real-time GI directionality component only. | 
| BakedLightmap | Draw objects with the baked lightmap only. | 
| Clustering | Draw with different colors for each cluster. | 
| LitClustering | lit クラスターを描写します | 
| ValidateAlbedo | The camera is set to draw a physically based, albedo validated rendering. | 
| ValidateMetalSpecular | The camera is set to draw a physically based, metal or specular validated rendering. | 
| ShadowMasks | The camera is set to display colored ShadowMasks, coloring light gizmo with the same color. | 
| LightOverlap | The camera is set to show in red static lights that fall back to 'static' because more than four light volumes are overlapping. | 
| BakedAlbedo | Draw objects with the baked albedo component only. | 
| BakedEmissive | Draw objects with the baked emission component only. | 
| BakedDirectionality | Draw objects with the baked directionality component only. | 
| BakedTexelValidity | Draw objects with baked texel validity only. | 
| BakedIndices | Draw objects with baked indices only. | 
| BakedCharting | Draw objects with different colors for each baked chart (UV island). | 
| SpriteMask | The camera is set to display SpriteMask and SpriteRenderer with SpriteRenderer.maskInteraction set. |