IRenderManagerInitialize Method |
Initialize the RenderManager.
Namespace:
Demo3D.Renderers
Assembly:
Demo3D.Core (in Demo3D.Core.dll) Version: 18.04.00
Syntaxvoid Initialize(
IBuilder app,
bool isLoggingEnabled
)
Parameters
- app
- Type: Demo3D.VisualsIBuilder
The main application. - isLoggingEnabled
- Type: SystemBoolean
Enable logging to the message log.
See Also