I am using var shots : GameObject[], what is that called? an array? I need to know for the script reference.
thanks
I am using var shots : GameObject[], what is that called? an array? I need to know for the script reference.
thanks
Yes [] means the variable is a built-in array of the specified type. Here: Unify Community: Arrays/Lists/Collections ++
this wiki helped my alot and I still use it almost everyday.