Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Extensions

Provides some extension methods for various collections.
Read time 1 minuteLast updated 12 days ago

Definition

public static class Extensions

Static Methods

Method

Description

CopyFromNBCClears this list and then copies all the elements of an array to this list.
ToArrayReturns a new managed array with all the elements copied from a set.
ToArrayNBCReturns a new managed array which is a copy of this list.