Version: 2018.4
LanguageEnglish
  • C#

AssetSettingsProvider.OnActivate

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 OnActivate(string searchContext, Experimental.UIElements.VisualElement rootElement);

Parameters

searchContext Search context in the search box on the Settings window.
rootElement Root of the UIElements tree. If you add to this root, the SettingsProvider uses UIElements instead of calling SettingsProvider.OnGUI to build the UI. If you do not add to this VisualElement, then you must use the IMGUI to build the UI.

Description

Overrides SettingsProvider.OnActivate for this AssetSettingsProvider.