Class MocaLib2ModuleConfig
Base class for every MocaLib2 module config ScriptableObject. Carries the Remote Config key that Resolve<T>(T, string) uses to overlay dashboard-supplied JSON onto the asset's serialized defaults at runtime.
public abstract class MocaLib2ModuleConfig : ScriptableObject
- Inheritance
-
MocaLib2ModuleConfig
- Derived
Properties
- RemoteConfigKey
The Firebase Remote Config key whose JSON value overrides this config's fields at runtime. Return
nullor an empty string to opt out of remote overrides — the asset's serialized values are then used verbatim.