This version of Unity is unsupported.

NativeArray<T0>.ReinterpretStore

Declaration

public void ReinterpretStore(int destIndex, U data);

Parameters

destIndex Index in the underlying array where the data is to be stored.
data The data to store.

Description

Reinterpret and store data starting at underlying index as a different type.