Version: 2021.1
言語: 日本語

OnOpenAssetAttributeMode

enumeration

マニュアルに切り替える

説明

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

変数

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