Version: 5.6

EditorApplication.SerializedPropertyCallbackFunction

Cambiar al Manual
public delegatevoid SerializedPropertyCallbackFunction (GenericMenu menu, SerializedProperty property);

Parámetros

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

Descripción

Delegate to be called from EditorApplication contextual inspector callbacks.

SerializedPropertyCallbackFunction is used by EditorApplication.contextualPropertyMenu.