Class LoggingEnvironmentConfigAssetReference
Inheritance
LoggingEnvironmentConfigAssetReference
Assembly: cs.temp.dll.dll
Syntax
[Serializable]
public class LoggingEnvironmentConfigAssetReference : ScriptableObjectReference<ISingleDataProvider<ILoggingEnvironmentConfig>>, IAssetReference<ISingleDataProvider<ILoggingEnvironmentConfig>>
Constructors
LoggingEnvironmentConfigAssetReference(ISingleDataProvider<ILoggingEnvironmentConfig>)
Declaration
public LoggingEnvironmentConfigAssetReference(ISingleDataProvider<ILoggingEnvironmentConfig> asset)
Parameters
Implements