API ReferenceSandbox
ISceneLoadingEventsclass
Allows listening to events related to scene loading
object→ISceneLoadingEvents
Methods4
Showing 4 methods
public virtual void AfterLoad(Sandbox.Scene scene)
Loading has finished
| Parameter | Type | Description |
|---|---|---|
| scene | Scene | — |
Returns:
void—public virtual void BeforeLoad(Sandbox.Scene scene, Sandbox.SceneLoadOptions options)
Called before the loading starts
| Parameter | Type | Description |
|---|---|---|
| scene | Scene | — |
| options | SceneLoadOptions | — |
Returns:
void—No results match this filter.