mirror of
https://github.com/Siccity/xNode.git
synced 2025-12-20 17:26:02 +08:00
Marked NodeEnumDrawer ShowContextMenuAtMouse public
This commit is contained in:
parent
c995bdf0bc
commit
6fa3bdf2ad
@ -47,7 +47,7 @@ namespace XNodeEditor {
|
||||
#endif
|
||||
}
|
||||
|
||||
private static void ShowContextMenuAtMouse(SerializedProperty property) {
|
||||
public static void ShowContextMenuAtMouse(SerializedProperty property) {
|
||||
// Initialize menu
|
||||
GenericMenu menu = new GenericMenu();
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user