TogglePrimitiveVisibilityTool Class

Beta

Control whether all geometry renders, or only instanced or batched geometry. Allowed argument: "instanced", "batched", "all". Defaults to "all" if no arguments supplied.

Extends

Methods

Name Description
constructor(..._args: any[]): TogglePrimitiveVisibilityTool    
execute(control: RenderTargetDebugControl, vp: ScreenViewport): void    
parseAndRun(...args: string[]): boolean    

Inherited methods

Name Inherited from Description
run(_args: any[]): boolean RenderTargetDebugControlTool  
register(namespace?: I18NNamespace, i18n?: I18N): void Static Tool Register this Tool class with the ($ToolRegistry$refLinkSource=frontend-devtools/D:/vsts_a/3/s/core/frontend-devtools/node_modules/@bentley/imodeljs-frontend/lib/tools/Tool.d.ts@241).

Properties

Name Type Description
maxArgs Accessor StaticReadOnly number    
minArgs Accessor StaticReadOnly number    
toolId Static string    

Inherited properties

Name Type Inherited from Description
description Static string Tool Get the localized description for this Tool class.
description string Tool Get the localized description string from this Tool's class
englishKeyin Static string Tool Get the English keyin string for this Tool class.
flyover Static string Tool Get the localized flyover for this Tool class.
flyover string Tool Get the localized flyover string from this Tool's class
hidden Static boolean Tool If true, this Tool will not appear in the list from getToolList.
i18n Static I18N Tool The internationalization services instance used to translate strings from the namespace.
iconSpec Static string Tool The icon for this Tool.
iconSpec string Tool Get the iconSpec from this Tool's class.
keyin Static string Tool Get the localized keyin string for this Tool class.
keyin string Tool Get the localized keyin string from this Tool's class
namespace Static I18NNamespace Tool The I18NNamespace that provides localized strings for this Tool.
toolId string Tool Get the toolId string for this Tool class.

Defined in

Last Updated: 08 January, 2020