resetForRotation() public method

public resetForRotation ( ) : void
return void
Exemplo n.º 1
0
 static public int resetForRotation(IntPtr l)
 {
     try {
         LTRect self = (LTRect)checkSelf(l);
         self.resetForRotation();
         return(0);
     }
     catch (Exception e) {
         LuaDLL.luaL_error(l, e.ToString());
         return(0);
     }
 }
Exemplo n.º 2
0
 static public int resetForRotation(IntPtr l)
 {
     try {
         LTRect self = (LTRect)checkSelf(l);
         self.resetForRotation();
         pushValue(l, true);
         return(1);
     }
     catch (Exception e) {
         return(error(l, e));
     }
 }