RendererAspectBaseIsVisibleForLOD Method |
Method used to check if aspect is visible with regards to Level of Detail.
Namespace: Demo3D.Visuals.RenderersAssembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntaxpublic bool IsVisibleForLOD(
IDisplay display
)
Parameters
- display IDisplay
[Missing <param name="display"/> documentation for "M:Demo3D.Visuals.Renderers.RendererAspectBase.IsVisibleForLOD(Demo3D.Visuals.IDisplay)"]
Return Value
BooleanTrue if visible for the purposes of Level of Detail. False otherwise.
See Also