FieldInfoCollection

UnityEditor 中的结构体

描述

表示 FieldInfo 的只读集合,并实现 IList 接口。

注意: 该集合在 Unity 域生命周期内是不可变的。所有可能更改集合的 IList 方法都会抛出 NotSupportedException

属性

CountFieldInfoCollection 中的元素数量。
IsFixedSizeFieldInfoCollection 是否为固定大小。此属性始终设置为 true。
IsReadOnlyFieldInfoCollection 是否为只读。此属性始终设置为 true。
IsSynchronizedFieldInfoCollection 是否同步。此属性始终设置为 true。
this[int]获取指定索引处的元素。

公共方法

Contains确定元素是否在 FieldInfoCollection 中。
CopyTo将集合复制到数组中。
GetEnumerator获取一个枚举器,用于遍历 FieldInfoCollection。
IndexOf获取 FieldInfoCollection 中项目的第一次出现。

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