Corner
public enum Corner
Representation of a block’s corners.
-
The bottom-left corner of the block.
Declaration
Swift
case bottomLeft
-
The bottom-right corner of the block.
Declaration
Swift
case bottomRight
-
The top-left corner of the block.
Declaration
Swift
case topLeft
-
The top-right corner of the block.
Declaration
Swift
case topRight