切換
舊版
前往
大廳
主題

(筆記) error CS 0131 : The left-hand side of an assignment must be a variable, a property or an indexer

浪濤書記 | 2016-09-22 17:43:01 | 巴幣 2 | 人氣 715

error cs0131 : The left-hand side of an assignment must be a variable, a property or an indexer

●原本:
public GameObject[] _button;
for (int i = 0; i < _button.Length; i++)
{
       _button [i].SetActive = false;
}

●改成:
public GameObject[] _button;
for (int i = 0; i < _button.Length; i++)
{
       _button [i].SetActive (false);
}


送禮物贊助創作者 !
0
留言

創作回應

gura好萌
不明覺厲
2016-11-22 22:04:36
浪濤書記
恭喜60頁~
2016-11-22 22:18:40

更多創作