Click or drag to resize

IPackageTargetGetPackageManager Method

Gets the default package manager for the target if no options are specified. Otherwise returns a new package manager.

Namespace: Demo3D.PackageManager
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
IPackageManager GetPackageManager(
	PackageManagerOptions options = null
)

Parameters

options  PackageManagerOptions  (Optional)
The options to construct the package manager using (optional). If no options are specified, the default options are used.

Return Value

IPackageManager
A package manager constructed using the given options, or the default options if none were given.
See Also