---
title: showsFields
framework: spritekit
role: symbol
role_heading: Instance Property
path: spritekit/skrenderer/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

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