Version: 2022.3
언어: 한국어

ReadOnly

struct in Unity.Collections

매뉴얼로 전환

설명

NativeArray interface constrained to read-only operation.

변수

IsCreatedIndicates that the NativeArray.ReadOnly has an allocated memory buffer.
LengthNumber of elements in the NativeArray.ReadOnly.
this[int]Read-only access to NativeArray.ReadOnly elements by index.

Public 함수

AsReadOnlySpanExposes NativeArray.ReadOnly data as a System.ReadOnlySpan<T>.
CopyToCopy all elements to a NativeArray or managed array of the same length.
GetEnumeratorGet enumerator.
ReinterpretReinterpret the array as having a different data type (type punning).
ToArrayConvert the data in this NativeArray.ReadOnly to a managed array.