Godot: ArrayMesh

ArrayMesh is a class which “provides utility for constructing a surface from arrays,” making it useful for creating Mesh objects. It is highly recommended to understand the inner workings of the Mesh class before attempting to use ArrayMesh. Official documentation for ArrayMesh can be found here.