AttachmentIndexArray Constructor

Declaration

public AttachmentIndexArray(int numAttachments);

Declaration

public AttachmentIndexArray(int[] attachments);

Declaration

public AttachmentIndexArray(NativeArray<int> attachments);

Parameters

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

Description

Create and initialize a new AttachmentIndexArray.

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


Did you find this page useful? Please give it a rating: