godot-d ~releases (2022-04-02T06:37:10.8312204)
Dub
Repo
HeightMapShape.GDNativeClassBinding
godot
heightmapshape
HeightMapShape
Undocumented in source.
struct
HeightMapShape
package @
nogc
nothrow static
struct
GDNativeClassBinding {
__gshared
@
GodotName
("get_map_data")
GodotMethod
!(
PoolRealArray
)
getMapData
;
__gshared
@
GodotName
("get_map_depth")
GodotMethod
!(
long
)
getMapDepth
;
__gshared
@
GodotName
("get_map_width")
GodotMethod
!(
long
)
getMapWidth
;
__gshared
@
GodotName
("set_map_data")
GodotMethod
!(
void
,
PoolRealArray
)
setMapData
;
__gshared
@
GodotName
("set_map_depth")
GodotMethod
!(
void
,
long
)
setMapDepth
;
__gshared
@
GodotName
("set_map_width")
GodotMethod
!(
void
,
long
)
setMapWidth
;
}
Members
Static variables
getMapData
GodotMethod
!(
PoolRealArray
)
getMapData
;
Undocumented in source.
getMapDepth
GodotMethod
!(
long
)
getMapDepth
;
Undocumented in source.
getMapWidth
GodotMethod
!(
long
)
getMapWidth
;
Undocumented in source.
setMapData
GodotMethod
!(
void
,
PoolRealArray
)
setMapData
;
Undocumented in source.
setMapDepth
GodotMethod
!(
void
,
long
)
setMapDepth
;
Undocumented in source.
setMapWidth
GodotMethod
!(
void
,
long
)
setMapWidth
;
Undocumented in source.
Meta
Source
See Implementation
godot
heightmapshape
HeightMapShape
aliases
BaseClasses
functions
getMapData
getMapDepth
getMapWidth
opAssign
opEquals
setMapData
setMapDepth
setMapWidth
toHash
properties
mapData
mapDepth
mapWidth
static functions
_new
static variables
_classBindingInitialized
structs
GDNativeClassBinding
unions
__anonymous
variables
_GODOT_internal_name