Origins
enum Origins {
topLeft = "top left",
topRight = "top right",
bottomLeft = "bottom left",
bottomRight = "bottom right",
}
enum Origins {
topLeft = "top left",
topRight = "top right",
bottomLeft = "bottom left",
bottomRight = "bottom right",
}