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: 15.0.2.11458
SyntaxIPackageManager GetPackageManager(
PackageManagerOptions options = null
)
Parameters
- options (Optional)
- Type: Demo3D.PackageManagerPackageManagerOptions
The options to construct the package manager using (optional). If no options are specified, the default options are used.
Return Value
Type:
IPackageManagerA package manager constructed using the given options, or the default options if none were given.
See Also