SceneLoadOptionsclass

objectSceneLoadOptions
Namespace
Sandbox
Assembly
Sandbox.Engine
Declaration
public class Sandbox.SceneLoadOptions

Constructors1

Showing 1 constructors

Methods3

Showing 3 methods

Properties4

Showing 4 properties

public bool Sandbox.SceneLoadOptions.DeleteEverything { get; set; }PUBLICGETSET

If true, on load we'll even delete objects that are marked as DontDelete

Returns:bool

public bool Sandbox.SceneLoadOptions.IsAdditive { get; set; }PUBLICGETSET

Returns:bool

public bool Sandbox.SceneLoadOptions.ShowLoadingScreen { get; set; }PUBLICGETSET

Returns:bool

On this page