Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


CopyTo(KeyValuePair<string, IVariable>[], int)

Copies the variables into an array starting at arrayIndex.
Read time 1 minuteLast updated 11 days ago

Definition

public void CopyTo(KeyValuePair<string, IVariable>[] array, int arrayIndex)

Parameters

The array to copy the variables into.

arrayIndex

The index to start copying the items into.