Show / Hide Table of Contents

Interface IPackageManagerModule

Inherited Members
IEditorModule.moduleInfo
IEditorModule.Initialize()
IEditorModule.Shutdown(Boolean)
IDisposable.Dispose()
Namespace: Unity.DataContract
Assembly: Unity.DataContract.dll
Syntax
public interface IPackageManagerModule : IEditorModule, IDisposable

Properties

| Improve this Doc View Source

editorInstallPath

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

playbackEngines

Declaration
IEnumerable<PackageInfo> playbackEngines { get; }
Property Value
Type Description
IEnumerable<PackageInfo>
| Improve this Doc View Source

unityExtensions

Declaration
IEnumerable<PackageInfo> unityExtensions { get; }
Property Value
Type Description
IEnumerable<PackageInfo>
| Improve this Doc View Source

unityVersion

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

updateMode

Declaration
UpdateMode updateMode { get; set; }
Property Value
Type Description
UpdateMode

Methods

| Improve this Doc View Source

CheckForUpdates()

Declaration
void CheckForUpdates()
| Improve this Doc View Source

LoadPackage(PackageInfo)

Declaration
void LoadPackage(PackageInfo package)
Parameters
Type Name Description
PackageInfo package
| Improve this Doc View Source

SelectPackage(PackageInfo)

Declaration
void SelectPackage(PackageInfo package)
Parameters
Type Name Description
PackageInfo package

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