holoride
Search Results for

    Show / Hide Table of Contents

    Class SharedGeoCoordinate

    A SharedGeoCoordinate that can be used to synchronize pivot depending objects.

    Inheritance
    object
    SharedGeoCoordinate
    Implements
    ISharedGeoCoordinate
    Namespace: Holoride.ElasticSDK
    Assembly: Holoride.ElasticSDK.Library.Runtime.dll
    Syntax
    [HelpURL("http://localhost:8080/api/Holoride.ElasticSDK.SharedGeoCoordinate.html")]
    public class SharedGeoCoordinate : ISharedGeoCoordinate

    Properties

    GeoCoordinate

    Gets the current value of the shared geo coordinate.

    Declaration
    public GeoCoordinate GeoCoordinate { get; set; }
    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
    public bool IsInitialized { get; }
    Property Value
    Type Description
    bool

    OnGeoCoordinateChanged

    Gets the event fired when the value of GeoCoordinate changes.

    Declaration
    public UnityEvent OnGeoCoordinateChanged { get; }
    Property Value
    Type Description
    UnityEvent

    Events

    GeoCoordinateChanged

    Fired when the value of GeoCoordinate changes.

    Declaration
    public event Action GeoCoordinateChanged
    Event Type
    Type Description
    Action

    Implements

    ISharedGeoCoordinate
    In This Article

    Back to top
    ©   holoride
    Privacy   Imprint