---
title: "applyAngularImpulse(_:)"
framework: spritekit
role: symbol
role_heading: Instance Method
path: "spritekit/skphysicsbody/applyangularimpulse(_:)"
---

# applyAngularImpulse(_:)

Applies an impulse that imparts angular momentum to an object.

## Declaration

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

## Parameters

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

## Discussion

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

## See Also

### Applying Forces and Impulses to a Physics Body

- [Making Physics Bodies Move](spritekit/making-physics-bodies-move.md)
- [applyForce(_:)](spritekit/skphysicsbody/applyforce(_:).md)
- [applyTorque(_:)](spritekit/skphysicsbody/applytorque(_:).md)
- [applyForce(_:at:)](spritekit/skphysicsbody/applyforce(_:at:).md)
- [applyImpulse(_:)](spritekit/skphysicsbody/applyimpulse(_:).md)
- [applyImpulse(_:at:)](spritekit/skphysicsbody/applyimpulse(_:at:).md)
