:github_url: hide .. Generated automatically by doc/tools/makerst.py in Godot's source tree. .. DO NOT EDIT THIS FILE, but the HeightMapShape.xml source instead. .. The source is found in doc/classes or modules//doc_classes. .. _class_HeightMapShape: HeightMapShape ============== **Inherits:** :ref:`Shape` **<** :ref:`Resource` **<** :ref:`Reference` **<** :ref:`Object` **Category:** Core Brief Description ----------------- Height map shape for 3D physics (bullet only) Properties ---------- +-------------------------------------------+-----------------------------------------------------------+ | :ref:`PoolRealArray` | :ref:`map_data` | +-------------------------------------------+-----------------------------------------------------------+ | :ref:`int` | :ref:`map_depth` | +-------------------------------------------+-----------------------------------------------------------+ | :ref:`int` | :ref:`map_width` | +-------------------------------------------+-----------------------------------------------------------+ Description ----------- Height map shape resource, which can be added to a :ref:`PhysicsBody` or :ref:`Area`. Property Descriptions --------------------- .. _class_HeightMapShape_property_map_data: - :ref:`PoolRealArray` **map_data** +----------+---------------------+ | *Setter* | set_map_data(value) | +----------+---------------------+ | *Getter* | get_map_data() | +----------+---------------------+ Height map data, pool array must be of :ref:`map_width` \* :ref:`map_depth` size. ---- .. _class_HeightMapShape_property_map_depth: - :ref:`int` **map_depth** +----------+----------------------+ | *Setter* | set_map_depth(value) | +----------+----------------------+ | *Getter* | get_map_depth() | +----------+----------------------+ Depth of the height map data. Changing this will resize the :ref:`map_data`. ---- .. _class_HeightMapShape_property_map_width: - :ref:`int` **map_width** +----------+----------------------+ | *Setter* | set_map_width(value) | +----------+----------------------+ | *Getter* | get_map_width() | +----------+----------------------+ Width of the height map data. Changing this will resize the :ref:`map_data`.