Skip to main content

set3DBlockState

Sets the visibility state of a specific 3D mesh.

Syntax

RxCore.set3DBlockState(name, state)

Parameters

  • name: string — Mesh ID of the 3D vector block to hide or display.
  • state: booleantrue = visibility on, false = visibility off.

Returns

  • NA — This method does not return a value.