Class ServiceFrameworkPreferences
Namespace: RealityCollective.ServiceFramework.Editor
public static class ServiceFrameworkPreferences
Inheritance
object ← ServiceFrameworkPreferences
Fields
Editor_Menu_Keyword
public const string Editor_Menu_Keyword = "Reality Collective"
Field Value
string
ExcludedTemplateRootServices
public static readonly HashSet<Type> ExcludedTemplateRootServices
Field Value
HashSet<Type>
ExcludedTemplateServices
public static readonly HashSet<Type> ExcludedTemplateServices
Field Value
HashSet<Type>
Service_Framework_Editor_Menu_Keyword
public const string Service_Framework_Editor_Menu_Keyword = "Tools/Service Framework"
Field Value
string
Properties
CurrentPlatformTarget
The current IPlatform target.
public static IPlatform CurrentPlatformTarget { get; set; }
Property Value
ShowInspectorDebugView
Should the settings prompt show on startup?
public static bool ShowInspectorDebugView { get; set; }
Property Value
bool