File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -370,8 +370,8 @@ This section describes the major APIs and can be used as a reference when custom
370370#### method
371371| method name | description |
372372| ---- | ---- |
373- | AddMenu(ICircleMenuFactory factory) | Add your custom menu. |
374- | AddMenu(string path, GUIContent content, Action action) | Add menus manually. |
373+ | AddMenu(ICircleMenuFactory factory) | Add custom menu. |
374+ | AddMenu(string path, GUIContent content, Action action) | Add a menu manually. |
375375| AddMenu(ContextCircleMenuAttribute attribute, MethodInfo method) | Add a menu from the attributes. |
376376| ConfigureFolder(IFolderCircleMenuFactory factory) | Replace with your custom folder menu. |
377377| ConfigureButton(IButtonFactory factory) | Replace with your custom button. |
You can’t perform that action at this time.
0 commit comments