CopyTo(KeyValuePair<string, IVariable>[], int)
Copies the variables into an array starting at arrayIndex.
Read time 1 minuteLast updated 11 days ago
Definition
- Type: Method
- Namespace: Unity.SmartStrings.PersistentVariables
- Assembly: UnityEngine.SmartStringsModule
public void CopyTo(KeyValuePair<string, IVariable>[] array, int arrayIndex)
Parameters
The array to copy the variables into.
The index to start copying the items into.