<!--
{
  "availability" : [
    "watchOS: 6.0.0 - 7.0.0"
  ],
  "documentType" : "symbol",
  "framework" : "WatchKit",
  "identifier" : "/documentation/WatchKit/WKInterfaceSCNScene/init()",
  "metadataVersion" : "0.1.0",
  "role" : "Initializer",
  "symbol" : {
    "kind" : "Initializer",
    "modules" : [
      "WatchKit"
    ],
    "preciseIdentifier" : "c:objc(cs)WKInterfaceSCNScene(im)init"
  },
  "title" : "init()"
}
-->

# init()

Creates a SceneKit scene for use in SwiftUI.

```
init()
```

## Discussion

Use this initializer to create an instance that you can wrap in a <doc://com.apple.documentation/documentation/SwiftUI/WKInterfaceObjectRepresentable> view. If you aren’t using SwiftUI, create the control by dragging it from the Object library to your storyboard instead.

---

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)