---
title: isSnapshot
framework: gamecontroller
role: symbol
role_heading: Instance Property
path: gamecontroller/gcracingwheel/issnapshot
---

# isSnapshot

A Boolean value that indicates whether the object is a snapshot of a racing wheel.

## Declaration

```swift
var isSnapshot: Bool { get }
```

## Discussion

Discussion If true, the racing wheel is a snapshot at a moment in time of a real device; otherwise, it’s an actual racing wheel.

## See Also

### Creating snapshots

- [capture()](gamecontroller/gcracingwheel/capture().md)
