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.