OnOpenAssetAttributeMode
Indicates whether OnOpenAssetAttribute decorated method is a validation function that checks if asset opening is handled by Unity or a custom script.
Read time 1 minuteLast updated 9 days ago
Definition
- Type: Enum
- Namespace: UnityEditor.Callbacks
- Assembly: UnityEditor
public enum OnOpenAssetAttributeMode
Fields
Value | Description |
|---|---|
| Execute | Indicates that OnOpenAssetAttribute decorated method is an opening function. |
| Validate | Indicates that OnOpenAssetAttribute decorated method is a validation function. |