├── JSPluginGen ├── Documentation.html ├── JSPluginGen.js ├── Plugin.js └── res │ ├── PluginTest.js │ └── config.json └── README.md /JSPluginGen/Documentation.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 |
6 |In order to use MyJSPlugin, you must first load the plugin at the top of your script 21 | using the LoadPlugin method like this:
22 | 23 |Then you can create an instance of the plugin object when you need it like this:
26 | 27 |Examples:
31 | 32 |