Class SharedGeoCoordinate
A SharedGeoCoordinate that can be used to synchronize pivot depending objects.
Inheritance
SharedGeoCoordinate
Assembly: Holoride.ElasticSDK.Library.Runtime.dll
Syntax
[HelpURL("http://localhost:8080/api/Holoride.ElasticSDK.SharedGeoCoordinate.html")]
public class SharedGeoCoordinate : ISharedGeoCoordinate
Properties
GeoCoordinate
Declaration
public GeoCoordinate GeoCoordinate { get; set; }
Property Value
IsInitialized
Declaration
public bool IsInitialized { get; }
Property Value
OnGeoCoordinateChanged
Declaration
public UnityEvent OnGeoCoordinateChanged { get; }
Property Value
Events
GeoCoordinateChanged
Declaration
public event Action GeoCoordinateChanged
Event Type
Implements