Improve consistency of schematic API naming
SpaceToad opened this issue ยท 0 comments
Right now, there's *ToSchematic, *ToWorld and even a *ToBuilder function. We need to improve these a bit and identify:
- the blueprint referential, and rename all "ToSchematic" (which is really in either referential) to "ToBlueprint".
- the World referential, that will encompass the *ToBuilder function.