◆ RegisterKandaSettings< TInterface, TConcrete >()
| static void RegisterKandaSettings< TInterface, TConcrete > |
( |
string | assetPath | ) |
|
|
inlinestatic |
Registers a Kanda settings object given its interface, scriptable object implementation and its target asset path.
- Parameters
-
| assetPath | The path to get or create settings. |
- Template Parameters
-
| TInterface | The settings interface. Must inherit IKandaSettings |
| TConcrete | The settings implementation. Must inherit ScriptableObject and TInterface |
- Type Constraints
-
| TInterface | : | IKandaSettings | |
| TConcrete | : | ScriptableObject | |
| TConcrete | : | TInterface | |
The documentation for this class was generated from the following file:
- Runtime/Settings/App/AppSettings.cs