Click or drag to resize

SceneManager.Scenes Property

Gets a read-only collection of Scenes that are associated with the SceneManager.

Namespace:  AGI.Foundation.Graphics
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public static ReadOnlyCollection<Scene> Scenes { get; }

Property Value

Type: ReadOnlyCollection<Scene>
See Also