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

# SCNNodeFocusBehavior.occluding

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

## Declaration

```swift
case occluding
```

## See Also

### Enumeration Cases

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