Click or drag to resize

SceneManagerScenes 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: 24.1.418.0 (24.1.418.0)
Syntax
public static ReadOnlyCollection<Scene> Scenes { get; }

Property Value

Type: ReadOnlyCollectionScene
See Also