Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add getter for RenderGraph Node uuid (bevyengine#1499)
`RenderGraph` errors only give the `Uuid` of the node. So for my graphviz dot based visualization of the `RenderGraph` I really wanted to show it to the user. I think it makes sense to have it accessible for at least debugging purposes.
- Loading branch information