Click or drag to resize

IRendererAspectCanRender Method (IDisplaySettings)

Check if the aspect can render given the IDisplaySettings.

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

Parameters

displaySettings
Type: Demo3D.GuiIDisplaySettings
The IDisplaySettings to check against.

Return Value

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