Uses of Class
io.github.sosuisen.jfxbuilder.graphics.TriangleMeshBuilder
Packages that use TriangleMeshBuilder
-
Uses of TriangleMeshBuilder in io.github.sosuisen.jfxbuilder.graphics
Methods in io.github.sosuisen.jfxbuilder.graphics that return TriangleMeshBuilderModifier and TypeMethodDescriptionTriangleMeshBuilder.apply
(Consumer<TriangleMesh> func) Applies a function to the TriangleMesh instance being constructed.static TriangleMeshBuilder
TriangleMeshBuilder.create()
Returns an instance of theTriangleMeshBuilder
.static TriangleMeshBuilder
TriangleMeshBuilder.create
(VertexFormat vertexFormat) Accepts the constructor arguments ofTriangleMesh(VertexFormat)
and returns an instance ofTriangleMeshBuilder
.TriangleMeshBuilder.vertexFormat
(VertexFormat value) A builder method that invokes thesetVertexFormat
method on the instance being constructed.TriangleMeshBuilder.vertexFormatPropertyApply
(Consumer<ObjectProperty<VertexFormat>> op) Applies a function to thevertexFormatProperty
of the instance being constructed.