//Deactivates the old FillRect and assigns a new one. void Start() { mainSlider.fillRect.gameObject.SetActive(false); mainSlider.fillRect = newFillRect; } }.
確定! 回上一頁