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.

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