MeshBuilderCreateTiledGroundOptions constructor

MeshBuilderCreateTiledGroundOptions({
  1. num xmin,
  2. num zmin,
  3. num xmax,
  4. num zmax,
  5. MeshBuilderCreateTiledGroundOptions subdivisions,
  6. MeshBuilderCreateTiledGroundOptions precision,
  7. bool updatable,
})

Implementation

external factory MeshBuilderCreateTiledGroundOptions({num xmin, num zmin, num xmax, num zmax, MeshBuilderCreateTiledGroundOptions subdivisions, MeshBuilderCreateTiledGroundOptions precision, bool updatable});