IRendererAspectCanRender(IDisplaySettings) Method |
Namespace: Demo3D.Visuals.RenderersAssembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntaxbool CanRender(
IDisplaySettings displaySettings
)
Parameters
- displaySettings IDisplaySettings
- The IDisplaySettings to check against.
Return Value
BooleanTrue if the aspect can be rendered, otherwise false.
See Also