Show / Hide Table of Contents

Class PackageInfo

Inheritance
Object
PackageInfo
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: UnityEditor.PackageManager
Assembly: UnityEditor.dll
Syntax
[Serializable]
public class PackageInfo

Properties

| Improve this Doc View Source

assetPath

Declaration
public string assetPath { get; }
Property Value
Type Description
String
| Improve this Doc View Source

author

Declaration
public AuthorInfo author { get; }
Property Value
Type Description
AuthorInfo
| Improve this Doc View Source

category

Declaration
public string category { get; }
Property Value
Type Description
String
| Improve this Doc View Source

dependencies

Declaration
public DependencyInfo[] dependencies { get; }
Property Value
Type Description
DependencyInfo[]
| Improve this Doc View Source

description

Declaration
public string description { get; }
Property Value
Type Description
String
| Improve this Doc View Source

displayName

Declaration
public string displayName { get; }
Property Value
Type Description
String
| Improve this Doc View Source

errors

Declaration
public Error[] errors { get; }
Property Value
Type Description
Error[]
| Improve this Doc View Source

keywords

Declaration
public string[] keywords { get; }
Property Value
Type Description
String[]
| Improve this Doc View Source

name

Declaration
public string name { get; }
Property Value
Type Description
String
| Improve this Doc View Source

packageId

Declaration
public string packageId { get; }
Property Value
Type Description
String
| Improve this Doc View Source

resolvedDependencies

Declaration
public DependencyInfo[] resolvedDependencies { get; }
Property Value
Type Description
DependencyInfo[]
| Improve this Doc View Source

resolvedPath

Declaration
public string resolvedPath { get; }
Property Value
Type Description
String
| Improve this Doc View Source

source

Declaration
public PackageSource source { get; }
Property Value
Type Description
PackageSource
| Improve this Doc View Source

status

Declaration
public PackageStatus status { get; }
Property Value
Type Description
PackageStatus
| Improve this Doc View Source

version

Declaration
public string version { get; }
Property Value
Type Description
String
| Improve this Doc View Source

versions

Declaration
public VersionsInfo versions { get; }
Property Value
Type Description
VersionsInfo

Extension Methods

MustExtensions.MustBeEqual<T>(T, T)
MustExtensions.MustBeEqual<T>(T, T, String)
MustExtensions.MustNotBeEqual<T>(T, T)
MustExtensions.MustNotBeEqual<T>(T, T, String)
MustExtensions.MustBeNull<T>(T)
MustExtensions.MustBeNull<T>(T, String)
MustExtensions.MustNotBeNull<T>(T)
MustExtensions.MustNotBeNull<T>(T, String)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX