Click or drag to resize

IRenderSceneManagerRequestRender(Boolean) Method

Request a render of all renderers assigned to this scene manager.

Namespace: Demo3D.Renderers
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
void RequestRender(
	bool synchronous
)

Parameters

synchronous  Boolean

[Missing <param name="synchronous"/> documentation for "M:Demo3D.Renderers.IRenderSceneManager.RequestRender(System.Boolean)"]

See Also