AR + GPS Location
3.0.0
|
Data used to construct a spline passing trough a set of geographical locations. More...
Public Attributes | |
Location[] | Locations |
The geographical locations that the path will interpolate. More... | |
SplineType | SplineType = SplineType.CatmullromSpline |
float | Alpha = 0.5f |
The path's alpha/tension factor. More... | |
float | SceneViewScale = 1.0f |
The scale used in the editor scene viewer for drawing the path. More... | |
Data used to construct a spline passing trough a set of geographical locations.
Definition at line 11 of file LocationPath.cs.
float ARLocation.LocationPath.Alpha = 0.5f |
The path's alpha/tension factor.
Definition at line 26 of file LocationPath.cs.
Location [] ARLocation.LocationPath.Locations |
The geographical locations that the path will interpolate.
Definition at line 17 of file LocationPath.cs.
float ARLocation.LocationPath.SceneViewScale = 1.0f |
The scale used in the editor scene viewer for drawing the path.
Definition at line 31 of file LocationPath.cs.