Version: Unity 6.6 Alpha (6000.6)
LanguageEnglish
  • C#

SceneView.AddAdditionalSettings

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 void AddAdditionalSettings(T settings);

Parameters

Parameter Description
settings The specific IAdditionalSettings instance to add to the Scene view.

Description

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.