IRenderManagerRequestRenderAsync(Boolean) Method |
Request a render of the scene to all renderers.
Namespace: Demo3D.RenderersAssembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
SyntaxTask RequestRenderAsync(
bool syncScene
)
Parameters
- syncScene Boolean
- Sync the scene before rendering.
Return Value
Task[Missing <returns> documentation for "M:Demo3D.Renderers.IRenderManager.RequestRenderAsync(System.Boolean)"]
See Also