TypeCollection

struct in UnityEditor

Cambiar al Manual

Descripción

Represents a read-only collection of Type and implements IList interface.

Variables

CountThe number of elements in TypeCollection.
IsFixedSizeWhether the TypeCollection is of a fixed size. This property is always set to true.
IsReadOnlyWhether the TypeCollection is read-only. This property is always set to true.
IsSynchronizedWhether the TypeCollection is synchronized. This property is always set to true.
this[int]Gets the element at the specified index.

Funciones Públicas

ContainsDetermines whether an element is in the TypeCollection.
CopyToCopies the collection to an array.
GetEnumeratorGets an enumerator that iterates through the TypeCollection.
IndexOfGets the first occurrence of an item in the TypeCollection.