Window Framework for UI Toolkit Scripting v1.3.0
GWG.WindowFramework.WindowFrameworkConstants Class Reference

Static Public Attributes

const string AddressablesActiveThemeLabel = "ACTIVE_THEME_DATA"
const string AddressablesDirectiveString = "WFW_ADDRESSABLES"
const string AddressablesPackageMinVersion = "2.9.1"
const string AddressablesPackageName = "com.unity.addressables"
const float ContextMenuFadeDelayDefault = 0.75f
 Default delay before context menu fades (in seconds).
const string ContextMenuFadeDelayKey = "WFW_CONTEXTMENU_FADEDELAY"
const float ContextMenuFadeTimeDefault = 0.5f
 Default context menu fade animation duration (in seconds).
const string ContextMenuFadeTimeKey = "WFW_CONTEXTMENU_FADETIME"
const string DefaultThemePath = "WindowFramework/Themes/DefaultTheme-Template/WFW-DefaultTheme"
const string EditorThemePath = "WindowFramework/Themes/WFW-EditorTheme/WFW-EditorTheme"
const bool MemoryEnabledDefault = true
 Default state for memory/persistence system.
const float TooltipFadeDelayDefault = 0.75f
 Default delay before fading tooltips (in seconds).
const string TooltipFadeDelayKey = "WFW_TOOLTIP_FADEDELAY"
const float TooltipFadeTimeDefault = 0.5f
 Default tooltip fade animation duration (in seconds).
const string TooltipFadeTimeKey = "WFW_TOOLTIP_FADETIME"
const TooltipFadeType TooltipFadeTypeDefault = TooltipFadeType.FadeInAndOut
 Default tooltip fade behavior.
const string TooltipFadeTypeKey = "WFW_TOOLTIP_FADETYPE"
const bool TooltipsEnabledDefault = true
 Default state for tooltip system.
const string TooltipsEnabledKey = "WFW_TOOLTIPS_ENABLED"
const float TooltipShowDelayDefault = 2
 Default delay before showing tooltips (in seconds).
const string TooltipShowDelayKey = "WFW_TOOLTIP_SHOWDELAY"

Member Data Documentation

◆ AddressablesActiveThemeLabel

const string GWG.WindowFramework.WindowFrameworkConstants.AddressablesActiveThemeLabel = "ACTIVE_THEME_DATA"
static

◆ AddressablesDirectiveString

const string GWG.WindowFramework.WindowFrameworkConstants.AddressablesDirectiveString = "WFW_ADDRESSABLES"
static

◆ AddressablesPackageMinVersion

const string GWG.WindowFramework.WindowFrameworkConstants.AddressablesPackageMinVersion = "2.9.1"
static

◆ AddressablesPackageName

const string GWG.WindowFramework.WindowFrameworkConstants.AddressablesPackageName = "com.unity.addressables"
static

◆ ContextMenuFadeDelayDefault

const float GWG.WindowFramework.WindowFrameworkConstants.ContextMenuFadeDelayDefault = 0.75f
static

Default delay before context menu fades (in seconds).

◆ ContextMenuFadeDelayKey

const string GWG.WindowFramework.WindowFrameworkConstants.ContextMenuFadeDelayKey = "WFW_CONTEXTMENU_FADEDELAY"
static

◆ ContextMenuFadeTimeDefault

const float GWG.WindowFramework.WindowFrameworkConstants.ContextMenuFadeTimeDefault = 0.5f
static

Default context menu fade animation duration (in seconds).

◆ ContextMenuFadeTimeKey

const string GWG.WindowFramework.WindowFrameworkConstants.ContextMenuFadeTimeKey = "WFW_CONTEXTMENU_FADETIME"
static

◆ DefaultThemePath

const string GWG.WindowFramework.WindowFrameworkConstants.DefaultThemePath = "WindowFramework/Themes/DefaultTheme-Template/WFW-DefaultTheme"
static

◆ EditorThemePath

const string GWG.WindowFramework.WindowFrameworkConstants.EditorThemePath = "WindowFramework/Themes/WFW-EditorTheme/WFW-EditorTheme"
static

◆ MemoryEnabledDefault

const bool GWG.WindowFramework.WindowFrameworkConstants.MemoryEnabledDefault = true
static

Default state for memory/persistence system.

◆ TooltipFadeDelayDefault

const float GWG.WindowFramework.WindowFrameworkConstants.TooltipFadeDelayDefault = 0.75f
static

Default delay before fading tooltips (in seconds).

◆ TooltipFadeDelayKey

const string GWG.WindowFramework.WindowFrameworkConstants.TooltipFadeDelayKey = "WFW_TOOLTIP_FADEDELAY"
static

◆ TooltipFadeTimeDefault

const float GWG.WindowFramework.WindowFrameworkConstants.TooltipFadeTimeDefault = 0.5f
static

Default tooltip fade animation duration (in seconds).

◆ TooltipFadeTimeKey

const string GWG.WindowFramework.WindowFrameworkConstants.TooltipFadeTimeKey = "WFW_TOOLTIP_FADETIME"
static

◆ TooltipFadeTypeDefault

const TooltipFadeType GWG.WindowFramework.WindowFrameworkConstants.TooltipFadeTypeDefault = TooltipFadeType.FadeInAndOut
static

Default tooltip fade behavior.

◆ TooltipFadeTypeKey

const string GWG.WindowFramework.WindowFrameworkConstants.TooltipFadeTypeKey = "WFW_TOOLTIP_FADETYPE"
static

◆ TooltipsEnabledDefault

const bool GWG.WindowFramework.WindowFrameworkConstants.TooltipsEnabledDefault = true
static

Default state for tooltip system.

◆ TooltipsEnabledKey

const string GWG.WindowFramework.WindowFrameworkConstants.TooltipsEnabledKey = "WFW_TOOLTIPS_ENABLED"
static

◆ TooltipShowDelayDefault

const float GWG.WindowFramework.WindowFrameworkConstants.TooltipShowDelayDefault = 2
static

Default delay before showing tooltips (in seconds).

◆ TooltipShowDelayKey

const string GWG.WindowFramework.WindowFrameworkConstants.TooltipShowDelayKey = "WFW_TOOLTIP_SHOWDELAY"
static