|
How do i declare a boolean array?
(comments are locked)
|
|
In UnityScript aka JavaScript:
... I'm not sure if the 3rd option I posted in the C# answer is also possible in UnityScript (I didn't find a way to do it but I neither like UnityScript nor use it a lot ;-) ).
(comments are locked)
|
|
In C#:
or:
if you want to declare an array with 10 "slots". Or:
if you already want to assign it some values.
(comments are locked)
|
