---
title: isSeamless
framework: gameplaykit
role: symbol
role_heading: Instance Property
path: gameplaykit/gknoisemap/isseamless
---

# isSeamless

A Boolean value indicating whether the noise map’s output can repeat seamlessly in all directions.

## Declaration

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

## Discussion

Discussion This property is read-only; you choose whether a noise map tiles seamlessly when creating it with the interpolatedValue(at:) initializer.

## See Also

### Inspecting a Noise Map

- [size](gameplaykit/gknoisemap/size.md)
- [origin](gameplaykit/gknoisemap/origin.md)
- [sampleCount](gameplaykit/gknoisemap/samplecount.md)
