Version: 2017.2

EditorApplication.SerializedPropertyCallbackFunction

매뉴얼로 전환
public delegatevoid SerializedPropertyCallbackFunction (GenericMenu menu, SerializedProperty property);

파라미터

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

설명

Delegate to be called from EditorApplication contextual inspector callbacks.

SerializedPropertyCallbackFunction is used by EditorApplication.contextualPropertyMenu.