setInspectorViews

open fun setInspectorViews(@NonNull inspectorViews: List<PropertyInspectorView>, animate: Boolean)

Sets list of inspector views to be displayed in property inspector. This replaces previously displayed views.

Parameters

inspectorViews

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)