Copy() public method

public Copy ( TransitionValue source ) : void
source TransitionValue
return void
 static public int Copy(IntPtr l)
 {
     try {
         FairyGUI.TransitionValue self = (FairyGUI.TransitionValue)checkSelf(l);
         FairyGUI.TransitionValue a1;
         checkType(l, 2, out a1);
         self.Copy(a1);
         pushValue(l, true);
         return(1);
     }
     catch (Exception e) {
         return(error(l, e));
     }
 }