CopyTo(KeyValuePair<string, VariablesGroupAsset>[], int)
Copies all global variable groups into the provided array starting at arrayIndex.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Method
- Namespace: Unity.SmartStrings.Extensions
- Assembly: UnityEngine.SmartStringsModule
public void CopyTo(KeyValuePair<string, VariablesGroupAsset>[] array, int arrayIndex)
Parameters
The array to copy the global variables into.
The index to start copying into.