Click or drag to resize

TerrainGetPositionByRay Method


Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public bool GetPositionByRay(
	Ray ray,
	bool considerHoles,
	out Vector3 position
)

Parameters

ray  Ray
 
considerHoles  Boolean
 
position  Vector3
 

Return Value

Boolean
See Also