Gets the mesh height information at the point [x,0,z] in the negative Y axis.
Namespace:
SGP.XSpaceAssembly: 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.