Origins
The enum of the four corner anchors — top left, top right, bottom left, bottom right — used to anchor a displayable.
enum Origins {
topLeft = "top left",
topRight = "top right",
bottomLeft = "bottom left",
bottomRight = "bottom right",
}