Kanda Foundation 0.2.0
Loading...
Searching...
No Matches
AppSettings Class Reference

Static Public Member Functions

static void RegisterKandaSettings< TInterface, TConcrete > (string assetPath)
 Registers a Kanda settings object given its interface, scriptable object implementation and its target asset path.
 

Member Function Documentation

◆ 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
assetPathThe path to get or create settings.
Template Parameters
TInterfaceThe settings interface. Must inherit IKandaSettings
TConcreteThe 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: