AR + GPS Location  3.0.0
All Classes Namespaces Functions Variables Properties Events Pages
ARLocation.LocationPath Class Reference

Data used to construct a spline passing trough a set of geographical locations. More...

Inheritance diagram for ARLocation.LocationPath:

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...
 

Detailed Description

Data used to construct a spline passing trough a set of geographical locations.

Definition at line 11 of file LocationPath.cs.

Member Data Documentation

◆ Alpha

float ARLocation.LocationPath.Alpha = 0.5f

The path's alpha/tension factor.

Definition at line 26 of file LocationPath.cs.

◆ Locations

Location [] ARLocation.LocationPath.Locations

The geographical locations that the path will interpolate.

Definition at line 17 of file LocationPath.cs.

◆ SceneViewScale

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.


The documentation for this class was generated from the following file: