FMUtilities.

ResizePersistentUninitialized<T>(NativeArray<T>, int) Method

Summary

Resizes the `array` to the specified `length`.
Assembly
FlexiMotion.dll
Namespace
FlexiMotion
Containing Type
FMUtilities

Syntax

public static bool ResizePersistentUninitialized<T>(ref NativeArray<T> array, int length) 
    where T : struct

Type Parameters

Name Description
T

Parameters

Name Type Description
array NativeArray<T>
length int

Return Value

Type Description
bool