Example #1
0
 void Update()
 {
     if (icon != null && landmarkIcons != null && landmarkIcons[landmarkType] != null)
     {
         icon.SetImage(landmarkIcons[landmarkType]);
     }
 }
Example #2
0
 public void OnIconNameButtonClicked()
 {
     m_VectorImage.SetImage(MaterialIconHelper.GetIcon("volume_off"));
     //m_VectorImage.SetImage(GetIconFromIconFont("FontAwesome", "gift"));
 }