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.