AttachToNode
public enum AttachToNode : Int
Defines values specifying the possible ways to attach a node to another node.
- topLeft: The node follows the top-left corner of the master node.
- topRight: The node follows the top-right corner of the master node.
- bottomLeft: The node follows the bottom-left corner of the master node.
- bottomRight The node follows the bottom-right corner of the master node.
-
Undocumented
Declaration
Swift
case topLeft = 0
-
Undocumented
Declaration
Swift
case topRight = 1
-
Undocumented
Declaration
Swift
case bottomLeft = 2
-
Undocumented
Declaration
Swift
case bottomRight = 3