IPackageTargetGetPackageManager Method |
Gets the default package manager for the target if no options are specified. Otherwise returns a new package manager.
Namespace: Demo3D.PackageManagerAssembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
SyntaxIPackageManager 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
IPackageManagerA package manager constructed using the given options, or the default options if none were given.
See Also