Exemplo n.º 1
0
 public System.IAsyncResult Begindestroy(destroy destroy, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("destroy", new object[] {
                 destroy}, callback, asyncState);
 }
Exemplo n.º 2
0
 private void Start()
 {
     destroyscript = FindObjectOfType <destroy>();
 }