---
title: tileArguments
framework: metal
role: symbol
role_heading: Instance Property
path: metal/mtlrenderpipelinereflection/tilearguments
---

# tileArguments

An array of argument instances, each of which represent a parameter of the pipeline state’s tile shader.

## Declaration

```swift
var tileArguments: [MTLArgument]? { get }
```

## Discussion

Discussion The MTLArgument elements in the array are in the same order as the tile shader’s declaration signature.

## See Also

### Deprecated

- [vertexArguments](metal/mtlrenderpipelinereflection/vertexarguments.md)
- [fragmentArguments](metal/mtlrenderpipelinereflection/fragmentarguments.md)
