Reset() public method

public Reset ( ) : void
return void
 static public int Reset(IntPtr l)
 {
     try {
         FairyGUI.UIConfig.ConfigValue self = (FairyGUI.UIConfig.ConfigValue)checkSelf(l);
         self.Reset();
         pushValue(l, true);
         return(1);
     }
     catch (Exception e) {
         return(error(l, e));
     }
 }