---
title: renderingOrder
framework: scenekit
role: symbol
role_heading: Instance Property
path: scenekit/scnnode/renderingorder
---

# renderingOrder

The order the node’s content is drawn in relative to that of other nodes.

## Declaration

```swift
var renderingOrder: Int { get set }
```

## Discussion

Discussion Nodes with greater rendering orders are rendered last. Defaults to zero.

## See Also

### Modifying the Node Visibility

- [isHidden](scenekit/scnnode/ishidden.md)
- [opacity](scenekit/scnnode/opacity.md)
- [castsShadow](scenekit/scnnode/castsshadow.md)
- [movabilityHint](scenekit/scnnode/movabilityhint.md)
- [SCNMovabilityHint](scenekit/scnmovabilityhint.md)
