Class PackageInfo
Assembly: UnityEditor.dll
Syntax
[Serializable]
public class PackageInfo
Properties
|
Improve this Doc
View Source
assetPath
Declaration
public string assetPath { get; }
Property Value
|
Improve this Doc
View Source
author
Declaration
public AuthorInfo author { get; }
Property Value
|
Improve this Doc
View Source
category
Declaration
public string category { get; }
Property Value
|
Improve this Doc
View Source
dependencies
Declaration
public DependencyInfo[] dependencies { get; }
Property Value
|
Improve this Doc
View Source
description
Declaration
public string description { get; }
Property Value
|
Improve this Doc
View Source
displayName
Declaration
public string displayName { get; }
Property Value
|
Improve this Doc
View Source
errors
Declaration
public Error[] errors { get; }
Property Value
|
Improve this Doc
View Source
keywords
Declaration
public string[] keywords { get; }
Property Value
|
Improve this Doc
View Source
name
Declaration
public string name { get; }
Property Value
|
Improve this Doc
View Source
packageId
Declaration
public string packageId { get; }
Property Value
|
Improve this Doc
View Source
resolvedDependencies
Declaration
public DependencyInfo[] resolvedDependencies { get; }
Property Value
|
Improve this Doc
View Source
resolvedPath
Declaration
public string resolvedPath { get; }
Property Value
|
Improve this Doc
View Source
source
Declaration
public PackageSource source { get; }
Property Value
|
Improve this Doc
View Source
status
Declaration
public PackageStatus status { get; }
Property Value
|
Improve this Doc
View Source
version
Declaration
public string version { get; }
Property Value
|
Improve this Doc
View Source
versions
Declaration
public VersionsInfo versions { get; }
Property Value
Extension Methods