Click or drag to resize

TerrainGetPositionByRay Method

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

Parameters

ray
Type: NeoAxisRay
considerHoles
Type: SystemBoolean
position
Type: NeoAxisVector3

Return Value

Type: Boolean
See Also