---
title: frameRate
framework: scenekit
role: symbol
role_heading: Type Property
path: scenekit/scnscene/attribute/framerate
---

# frameRate

A floating-point value for the frame rate of the scene.

## Declaration

```swift
static let frameRate: SCNScene.Attribute
```

## Discussion

Discussion This value (in an NSNumber object) may be present in scenes loaded from scene files produced using external tools, but has no effect on SceneKit’s rendering of the scene.

## See Also

### Type Properties

- [endTime](scenekit/scnscene/attribute/endtime.md)
- [startTime](scenekit/scnscene/attribute/starttime.md)
- [upAxis](scenekit/scnscene/attribute/upaxis.md)
