Legacy Documentation: Version 5.6 (Go to current version)
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

EditorApplication.SerializedPropertyCallbackFunction

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

Parameters

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

Description

Delegate to be called from EditorApplication contextual inspector callbacks.

SerializedPropertyCallbackFunction is used by EditorApplication.contextualPropertyMenu.