type ShapeTypeShorthand = "rect" | "line" | "ellipse" | "polygon" | "star" | "vector_path";
The shorthand block type IDs for the shape blocks. These are the IDs used to create new shapes
using cesdk.engine.block.createShape(id)
.
type ShapeTypeShorthand = "rect" | "line" | "ellipse" | "polygon" | "star" | "vector_path";
The shorthand block type IDs for the shape blocks. These are the IDs used to create new shapes
using cesdk.engine.block.createShape(id)
.