public class TowerBarriersWrapper : MonoBehaviourWrapper

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