---
title: frictionTorque
framework: spritekit
role: symbol
role_heading: Instance Property
path: spritekit/skphysicsjointpin/frictiontorque
---

# frictionTorque

The resistance applied by the pin joint to spinning around the anchor point.

## Declaration

```swift
var frictionTorque: CGFloat { get set }
```

## Mentioned in

Pinning and Rotating Physics Bodies

## Discussion

Discussion The range of values is from 0.0 to 1.0. The default value is 0.0. If a value greater than the default is specified, friction is applied to reduce the object’s angular velocity around the pin.

## See Also

### Configuring a Pin Joint

- [rotationSpeed](spritekit/skphysicsjointpin/rotationspeed.md)
- [shouldEnableLimits](spritekit/skphysicsjointpin/shouldenablelimits.md)
- [lowerAngleLimit](spritekit/skphysicsjointpin/loweranglelimit.md)
- [upperAngleLimit](spritekit/skphysicsjointpin/upperanglelimit.md)
