Cesium for Unity
1.23.0
Loading...
Searching...
No Matches
CesiumGeoJsonLineString.cs
Go to the documentation of this file.
1
using
System;
2
using
Unity.Mathematics;
3
4
namespace
CesiumForUnity
5
{
14
public
class
CesiumGeoJsonLineString
15
{
19
public
double3[]
points
{
get
;
internal
set
; }
20
24
internal
CesiumGeoJsonLineString
()
25
{
26
points
=
Array
.Empty<double3>();
27
}
28
}
29
}
CesiumForUnity.CesiumGeoJsonLineString
Represents a LineString in a GeoJSON document.
Definition
CesiumGeoJsonLineString.cs:15
CesiumForUnity.CesiumGeoJsonLineString.points
double3[] points
Gets the points in longitude, latitude, height that make up this line string.
Definition
CesiumGeoJsonLineString.cs:19
CesiumForUnity
Definition
Cesium3DTile.cs:8
CesiumForUnity.MetadataType.Array
@ Array
Definition
CesiumFeature.cs:25
Source
Runtime
CesiumGeoJsonLineString.cs
Generated by
1.13.2