A generic Unity SettingsProvider which can be used for exposing Kanda Settings in the Project Settings window.
More...
|
|
override void | OnActivate (string searchContext, VisualElement rootElement) |
| |
|
override void | OnGUI (string searchContext) |
| |
|
| | KandaSettingsProvider (string tabName, string resourcesAssetPath, string info=null, IEnumerable< string > searchKeywords=null) |
| | Creates a new instance of a Kanda settings provider.
|
| |
A generic Unity SettingsProvider which can be used for exposing Kanda Settings in the Project Settings window.
- Type Constraints
-
| T | : | ScriptableObject | |
| T | : | IKandaSettings | |
◆ KandaSettingsProvider()
| KandaSettingsProvider |
( |
string | tabName, |
|
|
string | resourcesAssetPath, |
|
|
string | info = null, |
|
|
IEnumerable< string > | searchKeywords = null ) |
|
inlineprotected |
Creates a new instance of a Kanda settings provider.
- Parameters
-
| tabName | The name of the tab in Project Settings. Example: "MyTab". |
| resourcesAssetPath | The asset path to use when attempting to load settings asset from Resources. |
| info | An information blob which is displayed at the top of the settings window. Example: "These are some very useful settings". |
| searchKeywords | A list of search keywords for this tab. Example: new [] { "Kanda", "MyTab" } |
The documentation for this class was generated from the following file:
- Editor/Settings/App/KandaSettingsProvider.cs