blueprint-js
blueprint-js copied to clipboard
needs CURVED Wall
// src/scripts/core/constants.js
export const WallTypes = Enum('STRAIGHT', 'CURVED');
I saw wallType can be CURVED, but i can't find how to draw a curved wall, This function is a must. Can you tell me if it is currently implemented and how it works Thanks