Cesium for Unity 1.15.2
Loading...
Searching...
No Matches
CesiumSampleHeightResult.cs
Go to the documentation of this file.
1using Unity.Mathematics;
2
3namespace CesiumForUnity
4{
9 {
28 public double3[] longitudeLatitudeHeightPositions { get; set; }
29
40 public bool[] sampleSuccess { get; set; }
41
45 public string[] warnings { get; set; }
46 }
47}
The asynchronous result of a call to Cesium3DTileset.SampleHeightMostDetailed.
bool[] sampleSuccess
Indicates whether the height for the position at the corresponding index was sampled successfully.
double3[] longitudeLatitudeHeightPositions
The positions and their sampled heights.
string[] warnings
Any warnings that occurred while sampling heights.