---
title: SCNReferenceLoadingPolicy
framework: scenekit
role: symbol
role_heading: Enumeration
path: scenekit/scnreferenceloadingpolicy
---

# SCNReferenceLoadingPolicy

Options for when to load the reference node’s content, used by the loadingPolicy property.

## Declaration

```swift
enum SCNReferenceLoadingPolicy
```

## Topics

### Constants

- [SCNReferenceLoadingPolicy.immediate](scenekit/scnreferenceloadingpolicy/immediate.md)
- [SCNReferenceLoadingPolicy.onDemand](scenekit/scnreferenceloadingpolicy/ondemand.md)

### Initializers

- [init(rawValue:)](scenekit/scnreferenceloadingpolicy/init(rawvalue:).md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
