예제 #1
0
 public void Destroy()
 {
     this.AnimationComplete();
     ScreenTransition.ForceAlpha(this.animation, 0f);
 }
예제 #2
0
 public unsafe static long $Invoke4(long instance, long *args)
 {
     ScreenTransition.ForceAlpha((Animation)GCHandledObjects.GCHandleToObject(*args), *(float *)(args + 1));
     return(-1L);
 }