StaticnullReturns the instance of the currently active main scene.
StaticsceneReturns all active scene instances.
StaticgetGet all the scene objects from the current scene.
Optionalfilter: ((object: SceneObject) => boolean)OptionalincludeInternal: booleanAn array containing all the scene objects.
StaticgetGet all the scene objects from the given scene object root.
The root object to get the Scene Objects from.
Optionalfilter: ((object: SceneObject) => boolean)OptionalincludeInternal: booleanWhether we should include internal Scene Objects.
An array containing all the scene objects.
StaticgetSearches for all components of a specific type.
Type of the component to search for. Includes any components derived from the type.
All components matching the specified type.
StaticgetGets the ScenePlayData for the specified SceneInstance.
The scene instance.
ScenePlayData
The SceneManager provides an API to all currently loaded and active SceneInstance and their associated ScenePlayData.