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

Property Value

Type: ReadOnlyCollectionScene
See Also