[null,null,["Last updated 2024-06-26 UTC."],[],["The `Vertex.Builder` class is a factory for creating `Vertex` objects. It provides methods to set the vertex's properties: `setColor` for color assignment, `setNormal` to define the normal vector, `setPosition` to specify spatial coordinates, and `setUvCoordinate` for texture mapping. The `build` method then finalizes the creation of the `Vertex` object using the defined parameters. The default constructor `Vertex.Builder()` exists as well.\n"]]