NativeArray<T0>.this[int]
public T this[int];
Description 描述
Access NativeArray elements by index. Notice that structs are returned by value and not by reference.
Access NativeArray elements by index. Notice that structs are returned by value and not by reference.