Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

OnOpenAssetAttributeMode

enumeration

Description

Indicates whether OnOpenAssetAttribute decorated method is a validation function that checks if asset opening is handled by Unity or a custom script.

Properties

ExecuteIndicates that OnOpenAssetAttribute decorated method is an opening function.
ValidateIndicates that OnOpenAssetAttribute decorated method is a validation function.