Skip to content

PalooDev/bMod-Context-Menu

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MGS-ContextMenu

Summary

  • Unity plugin for make context menu UI in scene.

Demand

  • In Unity scene, show context menu when mouse right button click on the target gameobject and click the menu item to do something.

Environment

  • Unity 5.3 or above.
  • .Net Framework 3.0 or above.

Achieve

  • IContextMenuElement : Interface for context menu element.

  • IContextMenuItem : Interface for context menu item.

  • IContextMenuSeparator : Interface for context menu separator.

  • IContextMenuTrigger : Interface for context menu trigger.

  • IContextMenuTriggerHandler : Interface for context menu trigger handler.

  • IContextMenuForm : Interface of custom context menu form.

  • IContextMenuFormHandler : Interface for context menu form handler.

  • ContextMenuElement : Element of context menu.

  • ContextMenuObject : Context menu support object.

  • ContextMenuTriggerHandler : Handler of contex menu trigger.

  • ContextMenuForm : Context menu form.

  • ContextMenuItem : Item of context menu.

  • ContextMenuSeparator : Separator of context menu.

  • ContextMenuTrigger : Trigger of context menu.

Demo

  • Demos in the path "MGS-ContextMenu\Scenes" provide reference to you.

Preview

  • Context Menu Example

Context Menu Example

Contact

About

Unity plugin for make context menu UI in scene.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • C# 100.0%