Enum VisibilityStatus
Visibility status of an object
Status-Description
The object is visible and can be selected.Active
The object is visible but cannot be selected.Disabled
The object id not visible (and can therefore also not be selected)Hidden
Namespace: UnityEngine.Industrial.Configuring.Providers
Syntax
public enum VisibilityStatus
Fields
Name | Description | Value |
---|---|---|
Active | The active |
0 |
Disabled | Disabled |
1 |
Hidden | Hidden |
2 |