Click or drag to resize

NavigationMeshSetCellHeight Method

Note: This API is now obsolete.

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

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

Parameters

cellHeight
Type: SystemSingle

[Missing <param name="cellHeight"/> documentation for "M:Godot.NavigationMesh.SetCellHeight(System.Single)"]

See Also