Wrapper that allows you to interface with the glass barriers in the Nexus.
public void HideAllBarriers()
(Client) Hides all the barriers in the Nexus.
public void ShowAllBarriers()
(Client) Shows all the barriers.
public void SetBarrierVisible(int index, bool active)
(Client) Sets a given barrier visibility.
Arguments
(int) The index of the barrier.
(bool) Whether this barrier should be set active or not. [active]