IDisplaySettingsSetCanRenderTypes Method |
Set if the current settings can render the specified type.
Namespace: Demo3D.GuiAssembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.01.00
Syntaxvoid SetCanRenderTypes(
IEnumerable<Type> types,
bool value
)
Parameters
- types IEnumerableType
- The types to update.
- value Boolean
- True if the types can be rendered.
See Also