---
title: instanceTransform
framework: quartzcore
role: symbol
role_heading: Instance Property
path: quartzcore/careplicatorlayer/instancetransform
---

# instanceTransform

The transform matrix applied to the previous instance to produce the current instance. Animatable.

## Declaration

```swift
var instanceTransform: CATransform3D { get set }
```

## Discussion

Discussion This transform matrix is applied to instance k-1 to produce instance k. The matrix is applied relative to the center of this layer. Defaults to the identity matrix.

## See Also

### Setting Instance Display Properties

- [instanceCount](quartzcore/careplicatorlayer/instancecount.md)
- [instanceDelay](quartzcore/careplicatorlayer/instancedelay.md)
