Click or drag to resize

IPackageManagerCanInstall Method

Returns true if the package manager can install the package on the target.

Namespace: Demo3D.PackageManager
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
bool CanInstall(
	PackageVersion package
)

Parameters

package  PackageVersion
The package to check for compatibility.

Return Value

Boolean
Whether the package can be installed.
See Also