convert(_:from:)
Converts a point from the coordinate system of another node in the node tree to the coordinate system of this node.
Declaration
func convert(_ point: CGPoint, from node: SKNode) -> CGPointParameters
- point:
A point in the other node’s coordinate system.
- node:
Another node in the same node tree as this node.
Return Value
The same point converted to this node’s coordinate system.