Click or drag to resize

TerrainGetHeight Method (Vector2, Boolean)

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public double GetHeight(
	Vector2 position,
	bool considerHoles
)

Parameters

position
Type: NeoAxisVector2
considerHoles
Type: SystemBoolean

Return Value

Type: Double
if hole and considerHoles == true, then Double.MinValue will be returned.
See Also