---
title: ComputeNodeGraph.Scope
framework: Compute Graph
role: symbol
role_heading: Structure
platforms: [iOS 27.0+, iPadOS 27.0+, Mac Catalyst 27.0+, macOS 27.0+, tvOS 27.0+, visionOS 27.0+]
path: computegraph/computenodegraph/scope
---

# ComputeNodeGraph.Scope

A scope is a named region of memory, indicating where a value lives

## Declaration

```swift
struct Scope
```

## Overview

Overview A value that exists on each element of a simulation would have a scope of element, whereas a value that exists on the emitter stage would have a scope of emitter. Each stage of execution provides a subset of available scopes. Stages such as group are available only when grouping is enabled for particles.

## Topics

### Initializers

- [init(_:)](computegraph/computenodegraph/scope/init(_:).md)

### Instance Properties

- [name](computegraph/computenodegraph/scope/name.md)

## Relationships

### Conforms To

- [Decodable](swift/decodable.md)
- [Encodable](swift/encodable.md)
- [Equatable](swift/equatable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
