Click or drag to resize

HeightMapShapeSetMapDepth Method

Note: This API is now obsolete.

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

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetMapDepth is deprecated. Use the MapDepth property instead.")]
public void SetMapDepth(
	int height
)

Parameters

height
Type: SystemInt32

[Missing <param name="height"/> documentation for "M:Godot.HeightMapShape.SetMapDepth(System.Int32)"]

See Also