private void OnEnable()
 {
     _instance = this;
     api       = OnlineMaps.instance;
     markers   = new List <uGUICustomMarkerExample>();
     canvas    = markerContainer.GetComponentInParent <Canvas>();
 }
Exemplo n.º 2
0
 private void OnEnable()
 {
     _instance = this;
     markers   = new List <uGUICustomMarkerExample>();
 }
 private void OnEnable()
 {
     _instance = this;
     markers = new List<uGUICustomMarkerExample>();
 }