Click or drag to resize

IRendererAspectCanRender(IDisplaySettings) Method

Check if the aspect can render given the IDisplaySettings.

Namespace: Demo3D.Visuals.Renderers
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
bool CanRender(
	IDisplaySettings displaySettings
)

Parameters

displaySettings  IDisplaySettings
The IDisplaySettings to check against.

Return Value

Boolean
True if the aspect can be rendered, otherwise false.
See Also