Regarding the module feature, I’m not quite sure how to use it. Is it possible to do the following?
- Edit the contents of an existing module
- Reflect module edits across all objects that use that module
Regarding the module feature, I’m not quite sure how to use it. Is it possible to do the following?
・Editing the content of an already created module
This is somewhat indirect, but you can edit the module by loading it, making changes, and then re-packaging it as a module.
・Reflecting module edits across all objects that use the module
Since modules are implemented with the assumption that they are used as completed units, this feature is not available.
I see, so it’s basically just a matter of copying and pasting. Thank you.