---
title: SCNNodeFocusBehavior.none
framework: scenekit
role: symbol
role_heading: Case
path: scenekit/scnnodefocusbehavior/none
---

# SCNNodeFocusBehavior.none

Node is not focusable.

## Declaration

```swift
case none
```

## Discussion

Discussion This behavior is the default for a node.

## See Also

### Enumeration Cases

- [SCNNodeFocusBehavior.occluding](scenekit/scnnodefocusbehavior/occluding.md)
- [SCNNodeFocusBehavior.focusable](scenekit/scnnodefocusbehavior/focusable.md)
