<!--
{
  "availability" : [
    "iOS: 8.0.0 - 26.0.0",
    "iPadOS: 8.0.0 - 26.0.0",
    "macCatalyst: 13.1.0 - 26.0.0",
    "macOS: 10.8.0 - 26.0.0",
    "tvOS: 9.0.0 - 26.0.0",
    "visionOS: 1.0.0 - 26.0.0",
    "watchOS: 3.0.0 - 26.0.0"
  ],
  "documentType" : "symbol",
  "framework" : "SceneKit",
  "identifier" : "/documentation/SceneKit/SCNLayer",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "SceneKit"
    ],
    "preciseIdentifier" : "c:objc(cs)SCNLayer"
  },
  "title" : "SCNLayer"
}
-->

# SCNLayer

A Core Animation layer that renders a SceneKit scene as its content.

```
class SCNLayer
```

## Overview

Use this class to integrate 3D content rendered by SceneKit into a user interface composed of Core Animation layers. To provide content for the layer, assign an [`SCNScene`](/documentation/SceneKit/SCNScene) object to its [`scene`](/documentation/SceneKit/SCNLayer/scene) property.

Most of the methods and properties you use for working with a SceneKit layer are defined by the [`SCNSceneRenderer`](/documentation/SceneKit/SCNSceneRenderer) protocol.

## Topics

### Specifying a Scene

[`scene`](/documentation/SceneKit/SCNLayer/scene)

The scene to be displayed in the layer.



---

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)