API ReferenceSandbox.Internal

GlobalToolsNamespaceclass

objectGlobalToolsNamespace
Namespace
Sandbox.Internal
Assembly
Sandbox.Tools
Declaration
public static abstract sealed class Sandbox.Internal.GlobalToolsNamespace

Properties7

Showing 7 properties

public static Sandbox.CookieContainer Sandbox.Internal.GlobalToolsNamespace.EditorCookie { get; set; }PUBLICSTATICGETSET

Until the editor boots and installs the real disk-backed containers, these fall back to in-memory ones, so code that persists preferences works (without persisting) in headless contexts like unit tests.

Returns:CookieContainer

public static System.Text.Json.JsonSerializerOptions Sandbox.Internal.GlobalToolsNamespace.EditorJsonOptions { get; set; }PUBLICSTATICGETSET

Returns:JsonSerializerOptions

On this page