API ReferenceSandbox
public abstract interface Sandbox.ISceneLoadingEvents
Allows listening to events related to scene loading
Related Guides
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
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | Sandbox |
| Type | class |
| Assembly | Sandbox.Engine |
| Doc ID | T:Sandbox.ISceneLoadingEvents |