Used to programmatically control the visibility of a property.

Usage

SRP_PropertyPanel(PanelCtrl, "SetPropertyVisible", PropertyKey, Visible)

Parameters

PropertyKey

The key to the property to make visible or invisible.

Visible

1 to make visible, 0 to make invisible.

  • No labels