Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
このような Texture2D の設定の配列があります。
map = new Texture2D[30, 18];
しかし、map[30, 1] を参照しようとすると、配列エラーの範囲外のインデックスが表示されます。これが起こる理由は何ですか?
ありがとう。