TerrainGetHeight Method (Vector2, Boolean) |
Namespace:
NeoAxis
Assembly:
NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax public double GetHeight(
Vector2 position,
bool considerHoles
)
Parameters
- position
- Type: NeoAxisVector2
- considerHoles
- Type: SystemBoolean
Return Value
Type:
Doubleif hole and considerHoles == true, then Double.MinValue will be returned.
See Also