Click or drag to resize

IRenderManagerFindSceneManagerT Method

Find an existing scene manager.

Namespace:  Demo3D.Renderers
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 18.04.00
Syntax
C#
T FindSceneManager<T>()
where T : class, ISceneManager

Type Parameters

T
The type of scene manager to find

Return Value

Type: T
The scene manager if found, otherwise null.
See Also