Version: 2021.1
LanguageEnglish
  • C#

SceneView.IsCameraDrawModeSupported

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Declaration

public bool IsCameraDrawModeSupported(SceneView.CameraMode mode);

Parameters

mode A CameraMode to check.

Returns

bool Returns true if the current rendering configuration supports the CameraMode.

Description

Checks if the current rendering configuration supports the CameraMode. The check includes custom validators.

A rendering configuration might not support a CameraMode if the mode has a feature that the current render pipeline does not support. For example, if the render pipeline does not support Realtime Global Illumination, and CameraMode has a property DrawCameraMode.RealtimeAlbedo, this method returns false.