Select your preferred scripting language. All code snippets will be displayed in this language.
Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
Closearray | Array to copy elements to. |
index | The zero-based index in array at which copying begins. |
Copies the elements of the SyncList<T> to an Array, starting at a particular Array index.