NewArrayList

Create a new array or List.

NewArrayList

Properties

Property NameDescription
Element Type Element type
Output Output slot of newly created instance
Output Type Type of newly created instance
Array
Array
List
List
Parameter List List of elements to store

Remarks

In an AOT environment such as IL2CPP, List may not work properly unless it is used in the code.
See Ahead-of-Time (AOT) Restrictions for more information.