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.

对文档有任何疑问,请移步至开发者社区提问,我们将尽快为您解答