IRenderManagerFindCreateSceneManagerT Method |
Find an existing manager if one exists, otherwise creates one
Namespace:
Demo3D.Renderers
Assembly:
Demo3D.Core (in Demo3D.Core.dll) Version: 18.04.00
SyntaxT FindCreateSceneManager<T>()
where T : class, new(), ISceneManager
Type Parameters
- T
- The type of scene manager to find or create
Return Value
Type:
TThe found or created scene manager.
See Also