class WorkbenchPluginAttributeSource
WorkbenchToolAttribute › WorkbenchPluginAttribute
Attribute for Workbench plugin definition: name - ui name in Script Tools menu description - tooltip shortcut - shortcut in simple text form e.g. "ctrl+g" icon - relative path to icon file (32x32 png) wbModules - list of strings representing Workbench modules where this tool should be avalaible (e.g. {"ResourceManager", "ScriptEditor"}). Leave null or empty array for any module.
Constructors 1
Members 5
string m_NameReferenced by WorkbenchPluginAttribute()
string m_IconReferenced by WorkbenchPluginAttribute()
string m_ShortcutReferenced by WorkbenchPluginAttribute()
string m_DescriptionReferenced by WorkbenchPluginAttribute()
Referenced by WorkbenchPluginAttribute()