Using Core
Last updated
Was this helpful?
Last updated
Was this helpful?
Before we start, we have some recommendations that you can use in your Visual Studio Code to start programming with UgCore.
UgCore has their own Visual Studio Code extension that you can install and use it in your Visual Studio Code. This extension will add code snippets to simplify your code and to prevent waste of time. If you want to install, click to go to the page.
To use the core in your own script, you must implement in the top of your script the export of the framework before using it.
Now, you are ready to start using our framework.