RenderGraphNodeMultiPath¶
-
class
guerilla.RenderGraphNodeMultiPath¶ Bases:
guerilla.RenderGraphNodeA RenderGraphNodeMultiPath returns an active value in its outputs when its any path from its Include value matches the current path while not path from its Exclude value mathces the current path
-
Exclude¶ The path patterns to exclude
Type: RW
-
Include¶ The path patterns to include
Type: RW
-