---
title: scope
framework: scenekit
role: symbol
role_heading: Instance Property
path: scenekit/scnphysicsfield/scope
---

# scope

The area affected by the field, either inside or outside its region.

## Declaration

```swift
var scope: SCNPhysicsFieldScope { get set }
```

## Discussion

Discussion First, define a field’s region using its halfExtent property and the position property of the node containing the field. Then, use the scope property to choose whether the field’s area of effect is the interior of the region (the default) or all space outside the region.

## See Also

### Specifying a Field’s Area of Effect

- [halfExtent](scenekit/scnphysicsfield/halfextent.md)
- [usesEllipsoidalExtent](scenekit/scnphysicsfield/usesellipsoidalextent.md)
- [offset](scenekit/scnphysicsfield/offset.md)
- [direction](scenekit/scnphysicsfield/direction.md)
