Table of Contents

Class AstraHealthGlobalSettingsSO

Namespace
ElectricDrill.AstraHealth.Config
Assembly
com.electricdrill.astra-health.Runtime.dll
public class AstraHealthGlobalSettingsSO : ScriptableObject
Inheritance
object
AstraHealthGlobalSettingsSO

Fields

AssetPath

Full asset path for the global settings asset (used in Editor)

public const string AssetPath = "Assets/Resources/AstraHealthGlobalSettings.asset"

Field Value

string

DefaultConfigResourceName

Resource name for the default/fallback health config

public const string DefaultConfigResourceName = "Astra Health Config"

Field Value

string

ResourcePath

Resource path (without extension) for the global settings asset

public const string ResourcePath = "AstraHealthGlobalSettings"

Field Value

string

Properties

ActiveConfig

Gets or sets the active Astra Health configuration profile used by the system.

public AstraHealthConfigSO ActiveConfig { get; set; }

Property Value

AstraHealthConfigSO