RenderGraphPath¶
-
class
guerilla.
RenderGraphPath
¶ Bases:
guerilla.RenderGraphNode
A RenderGraphPath returns an active value in its outputs when its Path value can match its CurrentPath. The CurrentPath is always connected to the parent RenderGraph CurrentPath plug.
-
Active
¶ The current active state of the node. This plug depends on the Path and CurrentPath values.
Type: RW
-
Path
¶ The path pattern to match
Type: RW
-