FMUtilities.

CopyArray<T>(NativeArray<T>, NativeArray<T>) Method

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<T>
copyFrom NativeArray<T>

Return Value

Type Description
void