Example #1
0
 static public int constructor(IntPtr l)
 {
     try {
         ScriptRuntime.BoundingBox o;
         ScriptRuntime.Vector3     a1;
         checkValueType(l, 2, out a1);
         ScriptRuntime.Vector3 a2;
         checkValueType(l, 3, out a2);
         o = new ScriptRuntime.BoundingBox(a1, a2);
         pushValue(l, true);
         pushValue(l, o);
         return(2);
     }
     catch (Exception e) {
         return(error(l, e));
     }
 }