---
title: transformOperations
framework: usdkit
role: symbol
role_heading: Instance Property
platforms: [iOS 27.0+, iPadOS 27.0+, Mac Catalyst 27.0+, macOS 27.0+, tvOS 27.0+, visionOS 27.0+]
path: usdkit/usdprim/transformoperations
---

# transformOperations

The transform operations on this prim, in evaluation order.

## Declaration

```swift
var transformOperations: [USDTransformOperation] { get }
```

## Discussion

Discussion Returns an empty array if no transform operations are authored on the prim or if the prim does not conform to the Xformable schema.
