---
title: anchorPoint
framework: spritekit
role: symbol
role_heading: Instance Property
path: spritekit/skvideonode/anchorpoint
---

# anchorPoint

The point in the sprite that corresponds to the node’s position.

## Declaration

```swift
var anchorPoint: CGPoint { get set }
```

## Mentioned in

Adding a Video to a Scene

## Discussion

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.

## See Also

### Setting the Video Node’s Visual Properties

- [size](spritekit/skvideonode/size.md)
