Click or drag to resize

IDisplaySettingsSetCanRenderTypes Method

Set if the current settings can render the specified type.

Namespace:  Demo3D.Gui
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 18.04.00
Syntax
C#
void SetCanRenderTypes(
	IEnumerable<Type> types,
	bool value
)

Parameters

types
Type: System.Collections.GenericIEnumerableType
The types to update.
value
Type: SystemBoolean
True if the types can be rendered.
See Also