s&box docs

public class Sandbox.ProjectSettings

Constructors

Showing 1 constructors

Methods

Showing 1 methods

public static T Get(string filename)

Gets or creates a default version of this config data. You can safely call this multiple times and it will return the same object. The cache is cleared automatically when the project changes, or when it's hotloaded.

Properties

Showing 5 properties

public static Sandbox.Physics.PhysicsSettings Sandbox.ProjectSettings.Physics { get; set; }

Get the `Sandbox.Physics.PhysicsSettings` from the active project settings.

public static Sandbox.SystemsConfig Sandbox.ProjectSettings.Systems { get; set; }

Get the `Sandbox.SystemsConfig` from the active project settings.

Metadata

FieldValue
NamespaceSandbox
Typeclass
AssemblySandbox.Engine
Doc IDT:Sandbox.ProjectSettings

On this page