---
title: spinClockwise
framework: realitykit
role: symbol
role_heading: Instance Property
path: realitykit/orbitanimation/spinclockwise
---

# spinClockwise

A Boolean value that indicates whether the object orbits the center point in the clockwise direction.

## Declaration

```swift
var spinClockwise: Bool { get set }
```

## Discussion

Discussion The default value is true, which indicates that the rotation occurs in the clockwise direction. Set the value to false to cause the object to orbit the center point counterclockwise.

## See Also

### Configuring the animation

- [startTransform](realitykit/orbitanimation/starttransform.md)
- [axis](realitykit/orbitanimation/axis.md)
- [name](realitykit/orbitanimation/name.md)
- [bindTarget](realitykit/orbitanimation/bindtarget.md)
- [blendLayer](realitykit/orbitanimation/blendlayer.md)
- [rotationCount](realitykit/orbitanimation/rotationcount.md)
- [orientToPath](realitykit/orbitanimation/orienttopath.md)
- [additive](realitykit/orbitanimation/additive.md)
