This version of Unity is unsupported.

NativeArray<T0>.ReinterpretLoad

Declaration

public U ReinterpretLoad(int sourceIndex);

Parameters

sourceIndex Index 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.