VertexDataCreateTiledGroundOptions constructor

VertexDataCreateTiledGroundOptions({
  1. num xmin,
  2. num zmin,
  3. num xmax,
  4. num zmax,
  5. VertexDataCreateTiledGroundOptions subdivisions,
  6. VertexDataCreateTiledGroundOptions precision,
})

Implementation

external factory VertexDataCreateTiledGroundOptions({num xmin, num zmin, num xmax, num zmax, VertexDataCreateTiledGroundOptions subdivisions, VertexDataCreateTiledGroundOptions precision});