EditorApplication.SerializedPropertyCallbackFunction

public delegate void SerializedPropertyCallbackFunction(GenericMenu menu, SerializedProperty property);

Parameters

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

Description

Delegate to be called from EditorApplication contextual inspector callbacks.

SerializedPropertyCallbackFunction is used by EditorApplication.contextualPropertyMenu.

Did you find this page useful? Please give it a rating: