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