---
title: stage
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/usdstage/object/stage
---

# stage

The stage that owns this object.

## Declaration

```swift
var stage: USDStage { get }
```

## Discussion

Discussion An object’s state and validity is connected to its stage. An object becomes invalid when the lifetime of its stage ends. It can also become invalid when the stage is modified.
