-
Notifications
You must be signed in to change notification settings - Fork 4
Creating Move code from the Model
Pranav Patel edited this page Mar 23, 2021
·
3 revisions
When the model is created in the Model Editor, the MoveCodeGenerator plugin can be used to generate its Move code representation. The generated code will be stored in the generatedMoveCode
attribute and can be seen with the View Generated Code
button in the Move Code Editor panel. This code can then be saved into the CustomMoveCode attribute using the save code button to be used further.
Process follows:
- Have a model built and then click on the
MoveCodeGenerator
plugin
- Run the plugin
- View the success
- View the generated code in the
Move Code Editor
panel