---
title: upAxis
framework: scenekit
role: symbol
role_heading: Type Property
path: scenekit/scnscene/attribute/upaxis
---

# upAxis

An SCNVector3 structure specifying the orientation of the scene.

## Declaration

```swift
static let upAxis: SCNScene.Attribute
```

## Discussion

Discussion The SCNVector3structure (in an NSValue object) may be present in scenes loaded from scene files produced using external tools, but has no effect on SceneKit’s processing of the scene. Use this vector when combining elements from different scenes so that they appear in their expected orientation.

## See Also

### Type Properties

- [endTime](scenekit/scnscene/attribute/endtime.md)
- [frameRate](scenekit/scnscene/attribute/framerate.md)
- [startTime](scenekit/scnscene/attribute/starttime.md)
