| [ Web Proxy ] |
| Viewing: https://docs.unity3d.com/ScriptReference/TypeCache.FieldInfoCollection.CopyTo.html | [Back] [Original] |
| Parameter | Description |
|---|---|
| array | The one-dimensional destination array that the elements from FieldInfoCollection are copied to. |
| arrayIndex | The zero-based index where elements are copied to in the destination array. |
Copies the collection to an array.
The destination array should contain enough space to fit the collection. The destination array must be of type FieldInfo[].
| Web Proxy Viewer | New URL | Original Page |