anchorPoint
The point in the sprite that corresponds to the node’s position.
Declaration
var anchorPoint: CGPoint { get set }Mentioned in
Discussion
You specify the anchor point using the unit coordinate space. The default value is (0.5,0.5), which means that the video is centered on the node’s position.