---
title: showsFields
framework: spritekit
role: symbol
role_heading: Instance Property
path: spritekit/skview/showsfields
---

# showsFields

A Boolean value that indicates whether the view displays information about physics fields in the scene.

## Declaration

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

## Discussion

Discussion When this debugging option is enabled, each time a frame is rendered, an image is drawn behind your scene that shows the effects of any physics fields contained in the scene.

## See Also

### Enabling Visual Statistics for Debugging

- [showsFPS](spritekit/skview/showsfps.md)
- [showsNodeCount](spritekit/skview/showsnodecount.md)
- [showsDrawCount](spritekit/skview/showsdrawcount.md)
- [showsQuadCount](spritekit/skview/showsquadcount.md)
- [showsPhysics](spritekit/skview/showsphysics.md)
