Click or drag to resize

HeightMapShapeSetMapData Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.HeightMapShape.SetMapData(System.Single[])"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetMapData is deprecated. Use the MapData property instead.")]
public void SetMapData(
	float[] data
)

Parameters

data
Type: SystemSingle

[Missing <param name="data"/> documentation for "M:Godot.HeightMapShape.SetMapData(System.Single[])"]

See Also