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 totrueto show, orfalseto hide.
Returns
- NA — This method does not return a value.