| Parameter | Description |
|---|---|
| settings | The specific IAdditionalSettings instance to add to the Scene view. |
Adds a new IAdditionalSettings to this Scene view.
You can only have one IAdditionalSettings per RenderPipelineAsset type. If you add another IAdditionalSettings, Unity overrides the existing one. For a complete example using this method, refer to AdditionalSettings<T0,T1> and SceneViewCameraWindow.createAdditionalSettingsGUI.