Gets the mesh height information at the point [x,0,z] in the negative Y axis.

Namespace:  SGP.XSpace
Assembly:  SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825

Syntax

C#
public bool GetHeightInfo(
	float x,
	float z,
	ref XMeshRayIntersectionInfo info
)

Parameters

x
Type: System..::.Single
The X coordinate.
z
Type: System..::.Single
The Z coordinate.
info
Type: SGP.XSpace..::.XMeshRayIntersectionInfo %
Returns the determined height information.

Return Value

Returns trueTruetruetrue (True in Visual Basic) if the the height at the given point is finite.

See Also