예제 #1
0
 /// <summary>
 /// This function should perform all necessary cleanup. It is expected that the [this.tween]
 /// reference will be NULL after this function completes.
 /// </summary>
 protected void cleanup()
 {
     if (group != null)
     {
         group.Stop();
         group.Release();
         group = null;
     }
 }