Class WorldMarkerBinding
[DisallowMultipleComponent]
public sealed class WorldMarkerBinding : MonoBehaviour
- Inheritance
-
object
Object
Component
Behaviour
MonoBehaviour
WorldMarkerBinding
Properties
AltitudeMeters
public double AltitudeMeters { get; }
Property Value
- double
HeadingDeg
public double HeadingDeg { get; set; }
Property Value
- double
HoverText
public string HoverText { get; set; }
Property Value
- string
Instance
public WorldMarkerInstance Instance { get; }
Property Value
- WorldMarkerInstance
IsBound
public bool IsBound { get; }
Property Value
- bool
Label
public string Label { get; set; }
Property Value
- string
Latitude
public double Latitude { get; }
Property Value
- double
Longitude
public double Longitude { get; }
Property Value
- double
Manager
public WorldMarkerManager Manager { get; }
Property Value
- WorldMarkerManager
MarkerName
public string MarkerName { get; set; }
Property Value
- string
Scale
public float Scale { get; set; }
Property Value
- float
SizeMode
public MarkerSizeMode SizeMode { get; set; }
Property Value
- MarkerSizeMode
Methods
SetPosition(double, double, double)
public void SetPosition(double lat, double lon, double altitudeMeters)
Parameters
lat double
lon double
altitudeMeters double