Interface IPackageManagerModule
Assembly: Unity.DataContract.dll
Syntax
public interface IPackageManagerModule : IEditorModule, IDisposable
Properties
|
Improve this Doc
View Source
editorInstallPath
Declaration
string editorInstallPath { get; set; }
Property Value
|
Improve this Doc
View Source
playbackEngines
Declaration
IEnumerable<PackageInfo> playbackEngines { get; }
Property Value
|
Improve this Doc
View Source
unityExtensions
Declaration
IEnumerable<PackageInfo> unityExtensions { get; }
Property Value
|
Improve this Doc
View Source
unityVersion
Declaration
string unityVersion { get; set; }
Property Value
|
Improve this Doc
View Source
updateMode
Declaration
UpdateMode updateMode { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
CheckForUpdates()
Declaration
|
Improve this Doc
View Source
LoadPackage(PackageInfo)
Declaration
void LoadPackage(PackageInfo package)
Parameters
|
Improve this Doc
View Source
SelectPackage(PackageInfo)
Declaration
void SelectPackage(PackageInfo package)
Parameters
Extension Methods