Apply() 공개 메소드

public Apply ( ) : void
리턴 void
예제 #1
0
 static public int Apply(IntPtr l)
 {
     try {
         FairyGUI.GearSize self = (FairyGUI.GearSize)checkSelf(l);
         self.Apply();
         pushValue(l, true);
         return(1);
     }
     catch (Exception e) {
         return(error(l, e));
     }
 }