set Inspector Views
Sets list of inspector views to be displayed in property inspector. This replaces previously displayed views.
Parameters
inspector Views
The inspector views to display.
animate
Whether to animate the change.
open fun setInspectorViews(@NonNull inspectorViews: List<PropertyInspectorView>, animate: Boolean, @Nullable titleButtonListener: PropertyInspectorTitleButtonListener, @Nullable titleStyleProvider: PropertyInspectorViewTitleStyleProvider)