---
title: textures
framework: spritekit
role: symbol
role_heading: Instance Property
path: spritekit/sktiledefinition/textures
---

# textures

An array of SKTexture objects that defines the tile definition object’s content.

## Declaration

```swift
var textures: [SKTexture] { get set }
```

## Discussion

Discussion If the tile is non-animated, this will be an array containing one textures.

## See Also

### Configure Animated Tile Properties

- [normalTextures](spritekit/sktiledefinition/normaltextures.md)
- [timePerFrame](spritekit/sktiledefinition/timeperframe.md)
