---
title: USDStage.OpenOptions
framework: usdkit
role: symbol
role_heading: Structure
platforms: [iOS 27.0+, iPadOS 27.0+, Mac Catalyst 27.0+, macOS 27.0+, tvOS 27.0+, visionOS 27.0+]
path: usdkit/usdstage/openoptions
---

# USDStage.OpenOptions

Options that specify behavior related to opening a stage.

## Declaration

```swift
struct OpenOptions
```

## Topics

### Initializers

- [init()](usdkit/usdstage/openoptions/init().md)

### Type Properties

- [createNew](usdkit/usdstage/openoptions/createnew.md)

### Type Methods

- [loadRule(_:)](usdkit/usdstage/openoptions/loadrule(_:).md)

## Relationships

### Conforms To

- [ExpressibleByArrayLiteral](swift/expressiblebyarrayliteral.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Opening a stage

- [open(rootLayer:sessionLayer:options:)](usdkit/usdstage/open(rootlayer:sessionlayer:options:).md)
- [open(_:sessionLayer:options:)](usdkit/usdstage/open(_:sessionlayer:options:).md)
- [open(_:loadingPayloads:)](usdkit/usdstage/open(_:loadingpayloads:).md)
- [USDStage.InitialLoadRule](usdkit/usdstage/initialloadrule.md)
