Example #1
0
 public void open(PhotographEvent pEvent)
 {
     if (target.mainTexture != null)
     {
         return;
     }
     pEvent.open(new EventDelegate(this, "backFromPhotographer"));
 }
 private void OnPhotograph(Image img)
 {
     PhotographEvent?.Invoke(img);
 }