This version of Unity is unsupported.

NativeArray<T0>.ReinterpretLoad

public U ReinterpretLoad(int sourceIndex);

Parameters

sourceIndexIndex in underlying array where the load should start.

Returns

U The loaded data.

Description

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