Skip to main content

changeVectorBlockVisibility

Sets the visibility of a 2D block by its index.

Syntax

    RxCore.changeVectorBlockVisibility(index, visible);

Parameters

  • index: number — Index of the 2D layer to show or hide.
  • visible: boolean — Set to true to show, or false to hide.

Returns

  • NA — This method does not return a value.