Exemplo n.º 1
0
 public void ShowPetBackground(bool isShow)
 {
     if (this.m_spBackgroundImage != null)
     {
         this.m_spBackgroundImage.set_enabled(isShow);
         RTSyncBackground component = this.m_spBackgroundImage.GetComponent <RTSyncBackground>();
         if (component != null)
         {
             component.Create();
         }
     }
 }