Contents

ComputeNodeGraph.Scope

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

Declaration

struct Scope

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

Instance Properties