MeshBuilderCreateGroundFromHeightMapOptions constructor

MeshBuilderCreateGroundFromHeightMapOptions({
  1. num width,
  2. num height,
  3. num subdivisions,
  4. num minHeight,
  5. num maxHeight,
  6. Color3 colorFilter,
  7. num alphaFilter,
  8. bool updatable,
  9. void onReady(
    1. GroundMesh mesh
    ),
})

Implementation

external factory MeshBuilderCreateGroundFromHeightMapOptions({num width, num height, num subdivisions, num minHeight, num maxHeight, Color3 colorFilter, num alphaFilter, bool updatable, void Function(GroundMesh mesh) onReady});