Summary
Resizes the `array` and copies the contents from `copyFrom`.
- Assembly
- FlexiMotion
.dll - Namespace
- FlexiMotion
- Containing Type
- FMUtilities
Syntax
public static void CopyArray<T>(ref NativeArray<T> array, NativeArray<T> copyFrom) where T : struct
Type Parameters
Name | Description |
---|---|
T |
Parameters
Name | Type | Description |
---|---|---|
array | NativeArray |
|
copyFrom | NativeArray |
Return Value
Type | Description |
---|---|
void |