MeshBuilderCreateGroundFromHeightMapOptions constructor
MeshBuilderCreateGroundFromHeightMapOptions({})
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});