NativeArray<T0>.ReinterpretStore

Declaration

public void ReinterpretStore(int destIndex, U data);

Parameters

Parameter Description
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.


Did you find this page useful? Please give it a rating: