---
title: arguments
framework: realitykit
role: symbol
role_heading: Instance Property
platforms: [iOS 27.0+, iPadOS 27.0+, tvOS 27.0+, visionOS 27.0+]
path: realitykit/shadergraph/arguments
---

# arguments

The virtual node representing this graph’s inputs.

## Declaration

```swift
final var arguments: ShaderGraph.Node { get }
```

## Discussion

Discussion Connect edges from this node to internal nodes to route graph-level input values into the graph. Its output ports correspond to the inputs declared on this graph.
