Version: 2023.2
言語: 日本語

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.