Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

NativeArray<T0>.ReinterpretLoad

Declaration

public U ReinterpretLoad(int sourceIndex);

Parameters

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