Class SentrySettings
- Namespace
- CodeBase.SentrySystem
- Assembly
- 4Experience.CodeBase.SentrySystem.Runtime.dll
[CreateAssetMenu(menuName = "4Experience/CodeBase/Sentry System/SentrySettings")]
public class SentrySettings : SingletonScriptableObject<SentrySettings>
- Inheritance
-
ObjectScriptableObjectSentrySettings
- Inherited Members
- Extension Methods
Properties
CurrentSentryOptions
public ScriptableSentryUnityOptions CurrentSentryOptions { get; private set; }
Property Value
- ScriptableSentryUnityOptions
SentryEnvironmentSettingsCollection
private List<SentrySettings.SentryEnvironmentSettings> SentryEnvironmentSettingsCollection { get; set; }
Property Value
Methods
SetDeploymentEnvironment(string)
public void SetDeploymentEnvironment(string environment)
Parameters
environmentstring