Changes

Jump to: navigation, search

Development/Developing Plugins

41 bytes added, 22:17, 30 November 2016
m
MatterControl uses allows the use of plugins to add features and functionality. Below is some documentation about creating your own plugins for MatterControl.
Each plugin inherits from the MatterControlPlugin class and implements the two functions from the interface:
<code>public override void Initialize(GuiWidget application)</code>
* Field: "Developer" - Example: "MatterHackers, Inc."
* Field: "URL" - Example: "https://www.matterhackers.com\"
 
GitHub repository: https://github.com/MatterHackers/MatterControl/tree/master/PluginSystem
[[Category:Development]]
[[Category:PluginsIncomplete]]

Navigation menu