Group Output
The final result of a graph.
output, result, final, end, return- Category
- Modifiers
- Outputs
- mesh
- Runs live in
- Godot, Roblox
Whatever is wired here is what the graph produces. Once the graph is packaged up and placed inside another one, this is also what it hands back.
Kind decides what sort of thing that is: geometry, a number, a direction, or a field. A top-level graph always renders whatever is here regardless, so the kind only matters once the graph is being used as a component.
Inputs
| Socket | Type | Wiring |
|---|---|---|
| mesh | geometry, optional |
Parameters
| Name | Type | Default | Available when | What it does |
|---|---|---|---|---|
| Kind | mesh | value | vector | field | mesh | always |
Built with this node
See also
- groupInputThe other half: the sockets a placed copy exposes.
- viewerTo preview a branch without making it the result.