API ReferenceSandbox
public class Sandbox.ProjectSettings
Constructors
Showing 1 constructors
public ProjectSettings()
No results match this filter.
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.
No results match this filter.
Properties
Showing 5 properties
public static Sandbox.Physics.CollisionRules Sandbox.ProjectSettings.Collision { get; set; }
Get the `Sandbox.Physics.CollisionRules` from the active project settings.
public static Sandbox.InputSettings Sandbox.ProjectSettings.Input { get; set; }
Get the `Sandbox.ProjectSettings.Input` from the active project settings.
public static Sandbox.NetworkingSettings Sandbox.ProjectSettings.Networking { get; set; }
Get the `Sandbox.NetworkingSettings` from the active project settings.
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.
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | Sandbox |
| Type | class |
| Assembly | Sandbox.Engine |
| Doc ID | T:Sandbox.ProjectSettings |