<!--
{
  "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/SCNNodeFocusBehavior",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "SceneKit"
    ],
    "preciseIdentifier" : "c:@E@SCNNodeFocusBehavior"
  },
  "title" : "SCNNodeFocusBehavior"
}
-->

# SCNNodeFocusBehavior

Options for the focusable states of a SceneKit node.

```
enum SCNNodeFocusBehavior
```

## Topics

### Enumeration Cases

[`case none`](/documentation/SceneKit/SCNNodeFocusBehavior/none)

Node is not focusable.

[`case occluding`](/documentation/SceneKit/SCNNodeFocusBehavior/occluding)

Node is not focusable and prevents nodes that it visually obscures from becoming focusable.

[`case focusable`](/documentation/SceneKit/SCNNodeFocusBehavior/focusable)

Node is focusable and prevents nodes that it visually obscures from becoming focusable.

### Initializers

[`init?(rawValue: Int)`](/documentation/SceneKit/SCNNodeFocusBehavior/init(rawValue:))

## Relationships

### Conforms To

[`Equatable`](/documentation/Swift/Equatable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`Sendable`](/documentation/Swift/Sendable)

[`RawRepresentable`](/documentation/Swift/RawRepresentable)

[`BitwiseCopyable`](/documentation/Swift/BitwiseCopyable)

[`Hashable`](/documentation/Swift/Hashable)

---

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)