Summary
Ensures that the length and contents of `copyTo` match `copyFrom`.
- Assembly
- Animancer
.dll - Namespace
- Animancer
- Containing Type
- AnimancerUtilities
Syntax
public static void CopyExactArray<T>(T[] copyFrom, ref T[] copyTo)
Type Parameters
Name | Description |
---|---|
T |
Parameters
Name | Type | Description |
---|---|---|
copyFrom | T[] | |
copyTo | T[] |
Return Value
Type | Description |
---|---|
void |