Height map shape for 3D physics. Height map shape resource, which can be added to a [PhysicsBody3D] or [Area3D]. Height map data, pool array must be of [member map_width] * [member map_depth] size. Depth of the height map data. Changing this will resize the [member map_data]. Width of the height map data. Changing this will resize the [member map_data].