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) toString()
-
Constructor Details
-
ForLoopNode
-
-
Method Details
-
getInit
-
getCondition
-
getIncrement
-
getBody
-
setInit
-
setCondition
-
setIncrement
-
setBody
-
setBody
-
toString
-
getSourceString
- Specified by:
getSourceStringin interfaceGlslNode
-