Class PackageInfo
Assembly: Unity.DataContract.dll
Syntax
Fields
|
Improve this Doc
View Source
basePath
Declaration
Field Value
|
Improve this Doc
View Source
description
Declaration
public string description
Field Value
|
Improve this Doc
View Source
loaded
Declaration
Field Value
|
Improve this Doc
View Source
name
Declaration
Field Value
|
Improve this Doc
View Source
organisation
Declaration
public string organisation
Field Value
|
Improve this Doc
View Source
releaseNotes
Declaration
public string releaseNotes
Field Value
|
Improve this Doc
View Source
type
Declaration
Field Value
|
Improve this Doc
View Source
unityVersion
Declaration
public PackageVersion unityVersion
Field Value
|
Improve this Doc
View Source
version
Declaration
public PackageVersion version
Field Value
Properties
|
Improve this Doc
View Source
files
Declaration
public Dictionary<string, PackageFileData> files { get; set; }
Property Value
|
Improve this Doc
View Source
packageName
Declaration
public string packageName { get; }
Property Value
Methods
|
Improve this Doc
View Source
Equals(Object)
Declaration
public override bool Equals(object other)
Parameters
Type |
Name |
Description |
Object |
other |
|
Returns
Overrides
|
Improve this Doc
View Source
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Overrides
|
Improve this Doc
View Source
ToString()
Declaration
public override string ToString()
Returns
Overrides
Operators
|
Improve this Doc
View Source
Equality(PackageInfo, PackageInfo)
Declaration
public static bool operator ==(PackageInfo a, PackageInfo z)
Parameters
Returns
|
Improve this Doc
View Source
Inequality(PackageInfo, PackageInfo)
Declaration
public static bool operator !=(PackageInfo a, PackageInfo z)
Parameters
Returns
Extension Methods