Table of Contents

Class SentrySettings

Namespace
CodeBase.SentrySystem
Assembly
4Experience.CodeBase.SentrySystem.Runtime.dll
[CreateAssetMenu(menuName = "4Experience/CodeBase/Sentry System/SentrySettings")]
public class SentrySettings : SingletonScriptableObject<SentrySettings>
Inheritance
Object
ScriptableObject
SentrySettings
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

List<SentrySettings.SentryEnvironmentSettings>

Methods

SetDeploymentEnvironment(string)

public void SetDeploymentEnvironment(string environment)

Parameters

environment string