HeightMapShape3D
Inherits: Shape3D < Resource < RefCounted < Object
There is currently no description for this class. Please help us by contributing one!
Properties
|
||
|
||
|
Methods
get_max_height ( ) const |
|
get_min_height ( ) const |
|
void |
update_map_data_from_image ( Image image, float height_min, float height_max ) |
Property Descriptions
PackedFloat32Array map_data = PackedFloat32Array(0, 0, 0, 0)
void set_map_data ( PackedFloat32Array value )
PackedFloat32Array get_map_data ( )
There is currently no description for this property. Please help us by contributing one!
int map_depth = 2
There is currently no description for this property. Please help us by contributing one!
int map_width = 2
There is currently no description for this property. Please help us by contributing one!
Method Descriptions
float get_max_height ( ) const
There is currently no description for this method. Please help us by contributing one!
float get_min_height ( ) const
There is currently no description for this method. Please help us by contributing one!
void update_map_data_from_image ( Image image, float height_min, float height_max )
There is currently no description for this method. Please help us by contributing one!