s&box docs

public abstract interface Sandbox.ISceneLoadingEvents

Allows listening to events related to scene loading

Broader workflow and conceptual references connected to this API.

Methods

Showing 4 methods

public virtual void AfterLoad(Sandbox.Scene scene)

Loading has finished

Implementations

public virtual void BeforeLoad(Sandbox.Scene scene, Sandbox.SceneLoadOptions options)

Called before the loading starts

Implementations

Metadata

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

On this page