Class ForLoopNode
java.lang.Object
foundry.veil.impl.glsl.node.branch.ForLoopNode
- All Implemented Interfaces:
GlslNode
Represents for loops.
-
Constructor Summary
ConstructorsConstructorDescriptionForLoopNode(GlslNode init, GlslNode condition, @Nullable GlslNode increment, GlslNode body) -
Method Summary
Modifier and TypeMethodDescriptiongetBody()@Nullable GlslNodegetInit()setBody(Collection<GlslNode> body) setCondition(GlslNode condition) setIncrement(@Nullable GlslNode increment) stream()toString()
-
Constructor Details
-
ForLoopNode
-
-
Method Details