Version: 2019.4

EditorApplication.SerializedPropertyCallbackFunction

マニュアルに切り替える
public delegatevoid SerializedPropertyCallbackFunction (GenericMenu menu, SerializedProperty property);

パラメーター

menuThe contextual menu which is about to be shown to the user.
propertyThe property for which the contextual menu is shown.

説明

Delegate to be called from EditorApplication contextual inspector callbacks.

SerializedPropertyCallbackFunction is used by EditorApplication.contextualPropertyMenu.