Class PackageCollection
Inheritance
PackageCollection
Assembly: UnityEditor.dll
Syntax
[Serializable]
public class PackageCollection : IEnumerable<PackageInfo>, IEnumerable
Properties
|
Improve this Doc
View Source
error
Declaration
public Error error { get; }
Property Value
Explicit Interface Implementations
|
Improve this Doc
View Source
IEnumerable<PackageInfo>.GetEnumerator()
Declaration
IEnumerator<PackageInfo> IEnumerable<PackageInfo>.GetEnumerator()
Returns
|
Improve this Doc
View Source
IEnumerable.GetEnumerator()
Declaration
IEnumerator IEnumerable.GetEnumerator()
Returns
Implements
Extension Methods