public static SceneView.CameraMode AddCameraMode (string name, string section);

参数

name新模式的名称。
section要添加新模式的部分。这可以是现有或新的部分。

返回

CameraMode 具有提供的名称和部分的 CameraMode。

描述

Add a custom camera mode to the scene view camera mode list.

When a user-defined mode is selected, the scene view will render as though the "shaded" mode is selected.