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 TriangleMeshBuilderTriangleMeshBuilder.create()Returns an instance of theTriangleMeshBuilder.static TriangleMeshBuilderTriangleMeshBuilder.create(VertexFormat vertexFormat) Accepts the constructor arguments ofTriangleMesh(VertexFormat)and returns an instance ofTriangleMeshBuilder.TriangleMeshBuilder.vertexFormat(VertexFormat value) A builder method that invokes thesetVertexFormatmethod on the instance being constructed.TriangleMeshBuilder.vertexFormatPropertyApply(Consumer<ObjectProperty<VertexFormat>> op) Applies a function to thevertexFormatPropertyof the instance being constructed.