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