Interface ISharedGeoCoordinate
A shared GeoCoordinate that can be used to synchronize pivot depending objects.
Namespace: Holoride.ElasticSDK
Assembly: Holoride.ElasticSDK.Library.Runtime.dll
Syntax
public interface ISharedGeoCoordinate
Properties
GeoCoordinate
Gets the current value of the shared geo coordinate.
Declaration
GeoCoordinate GeoCoordinate { get; }
Property Value
Type | Description |
---|---|
GeoCoordinate |
IsInitialized
Gets a value indicating whether the shared coordinate has been initialized and can be used by its consumers. This typically means it has been set to a non-default value at least once by a localization source that is in known to be in a valid state.
Declaration
bool IsInitialized { get; }
Property Value
Type | Description |
---|---|
bool |
OnGeoCoordinateChanged
Gets the event fired when the value of GeoCoordinate changes.
Declaration
[Obsolete("Use GeoCoordinateChanged instead.")]
UnityEvent OnGeoCoordinateChanged { get; }
Property Value
Type | Description |
---|---|
UnityEvent |
Events
GeoCoordinateChanged
Fired when the value of GeoCoordinate changes.
Declaration
event Action GeoCoordinateChanged
Event Type
Type | Description |
---|---|
Action |