Enum FeatureAvailability.Status
Availability status describing if and how a feature is available.
Status-Description
Feature is availableAvailable
Feature is available but choosing it will cause changes to the configuration, e.g., another feature is disabled or enabled.AvailableWithChanges
Not available at all (e.g., if not available to to the market)NotAvailable
Namespace: UnityEngine.Industrial.Configuring.Providers
Syntax
public enum Status
Fields
Name | Description | Value |
---|---|---|
Available | The available |
0 |
AvailableWithChanges | The available with changes |
1 |
NotAvailable | The not available |
2 |