<!--
{
  "availability" : [
    "iOS: 27.0.0 -",
    "iPadOS: 27.0.0 -",
    "macCatalyst: 27.0.0 -",
    "macOS: 27.0.0 -",
    "tvOS: 27.0.0 -",
    "visionOS: 27.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "USDKit",
  "identifier" : "/documentation/USDKit/USDStage/ExportOptions",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "USDKit"
    ],
    "preciseIdentifier" : "s:6USDKit8USDStageV13ExportOptionsV"
  },
  "title" : "USDStage.ExportOptions"
}
-->

# USDStage.ExportOptions

Options for packaging a stage into a USDZ file.

```
struct ExportOptions
```

## Topics

### Structures

[`struct TextureQuality`](/documentation/USDKit/USDStage/ExportOptions/TextureQuality)

A texture quality level.

### Type Properties

[`static var preferSmallMeshFiles: USDStage.ExportOptions`](/documentation/USDKit/USDStage/ExportOptions/preferSmallMeshFiles)

Reduce meshes’ file size via quantization and compression.

[`static var preferSmallTextureFiles: USDStage.ExportOptions`](/documentation/USDKit/USDStage/ExportOptions/preferSmallTextureFiles)

Reduce textures’ file size at the standard quality level.

### Type Methods

[`static func preferSmallTextureFiles(quality: USDStage.ExportOptions.TextureQuality) -> USDStage.ExportOptions`](/documentation/USDKit/USDStage/ExportOptions/preferSmallTextureFiles(quality:))

Reduce textures’ file size at the specified quality level.

## Relationships

### Conforms To

[`Equatable`](/documentation/Swift/Equatable)

[`Hashable`](/documentation/Swift/Hashable)

[`Sendable`](/documentation/Swift/Sendable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`ExpressibleByArrayLiteral`](/documentation/Swift/ExpressibleByArrayLiteral)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)