<!--
{
  "availability" : [
    "iOS: -",
    "iPadOS: -",
    "macCatalyst: -",
    "macOS: -",
    "tvOS: -",
    "visionOS: -",
    "watchOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "SpriteKit",
  "identifier" : "/documentation/SpriteKit/SKPhysicsBody/applyAngularImpulse(_:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "SpriteKit"
    ],
    "preciseIdentifier" : "c:objc(cs)SKPhysicsBody(im)applyAngularImpulse:"
  },
  "title" : "applyAngularImpulse(_:)"
}
-->

# applyAngularImpulse(_:)

Applies an impulse that imparts angular momentum to an object.

```
func applyAngularImpulse(_ impulse: CGFloat)
```

## Parameters

`impulse`

The magnitude of the impulse. The impulse is measured in Newton-seconds.

## Discussion

This method affects the body’s angular velocity without changing the body’s linear velocity.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)