---
title: dictionaryRepresentation
framework: scenekit
role: symbol
role_heading: Instance Property
path: scenekit/scntechnique/dictionaryrepresentation
---

# dictionaryRepresentation

The dictionary defining the rendering technique.

## Declaration

```swift
var dictionaryRepresentation: [String : Any] { get }
```

## Discussion

Discussion Read this property when you want to save a property list file containing the definition of a technique. See the class overview for details of a technique definition dictionary.
