//sets all faces inactive public void setFacesFalse() { Ypos.SetActive(false); Yneg.SetActive(false); Xpos.SetActive(false); Xneg.SetActive(false); Zpos.SetActive(false); Zneg.SetActive(false); }
public void xPosVisable() { Xpos.SetActive(true); }