Enum PackageType
The type of packages supported in Validation.
Namespace: UnityEditor.PackageManager.ValidationSuite
Syntax
public enum PackageType : int
Fields
Name | Description | Value |
---|---|---|
Tooling | Package containing editor and runtime code to be used within the Unity Editor. |
0 |
Template | Package containing a Unity Template |
1 |
FeatureSet | Package defining a FeatureSet |
2 |