constraints
A list of constraints to apply to the node.
Declaration
var constraints: [SKConstraint]? { get set }Discussion
Assign an array of SKConstraint objects to the node. The scene processes these constraints before the scene is rendered. The constraints are processed in array order. If multiple nodes in the node tree have constraints, there is no guaranteed order that the nodes are processed in.