IRenderManagerFindSceneManagerT Method |
Find an existing scene manager.
Namespace:
Demo3D.Renderers
Assembly:
Demo3D.Core (in Demo3D.Core.dll) Version: 18.04.00
SyntaxT FindSceneManager<T>()
where T : class, ISceneManager
Type Parameters
- T
- The type of scene manager to find
Return Value
Type:
TThe scene manager if found, otherwise null.
See Also