Click or drag to resize

TerrainGetHeight(Vector2, Boolean) Method


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

Parameters

position  Vector2
considerHoles  Boolean

Return Value

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