Editor.setUIGroupEnabled
Description
This method sets the visibility of a uiGroup in the property panel when uiGroups have been configured.
This can be used to show and hide specific uiGroups based on actions of the end user.
Syntax
Editor .setUIGroupEnabled (name : String, value : Boolean)
Arguments
- name
-
String. The name of the uiGroup as configured in the configuration. - value
-
Boolean.trueorfalseto show or hide the group.