void Start()
 {
     if (!anchor9)
     {
         anchor9 = GameHUD.mainLayer.anchor9;
     }
     m_HUD = anchor9.AddPrf(prefab, anchor);
     m_HUD.transform.localPosition = offset;
     if (destroyAfterCreate)
     {
         Destroy(gameObject);
     }
 }