Version: 2023.1

AttachmentIndexArrayConstructor

切换到手册
public AttachmentIndexArray (int numAttachments);
public AttachmentIndexArray (int[] attachments);
public AttachmentIndexArray (NativeArray<int> attachments);

参数

numAttachments Number of indices to allocate.
attachments Allocate and copy the passed-in list of indices.

描述

Create and initialize a new AttachmentIndexArray.

Individual items can be read/writen using the indexer operator.