Update() public method

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