Ejemplo n.º 1
0
        static object PerformMemberwiseClone(ref object o)
        {
            var ins = new UnityEngine.ContactFilter2D();

            ins = (UnityEngine.ContactFilter2D)o;
            return(ins);
        }
Ejemplo n.º 2
0
        static void WriteBackInstance(CSHotFix.Runtime.Enviorment.AppDomain __domain, StackObject *ptr_of_this_method, IList <object> __mStack, ref UnityEngine.ContactFilter2D instance_of_this_method)
        {
            ptr_of_this_method = ILIntepreter.GetObjectAndResolveReference(ptr_of_this_method);
            switch (ptr_of_this_method->ObjectType)
            {
            case ObjectTypes.Object:
            {
                __mStack[ptr_of_this_method->Value] = instance_of_this_method;
            }
            break;

            case ObjectTypes.FieldReference:
            {
                var ___obj = __mStack[ptr_of_this_method->Value];
                if (___obj is ILTypeInstance)
                {
                    ((ILTypeInstance)___obj)[ptr_of_this_method->ValueLow] = instance_of_this_method;
                }
                else
                {
                    var t = __domain.GetType(___obj.GetType()) as CLRType;
                    t.SetFieldValue(ptr_of_this_method->ValueLow, ref ___obj, instance_of_this_method);
                }
            }
            break;

            case ObjectTypes.StaticFieldReference:
            {
                var t = __domain.GetType(ptr_of_this_method->Value);
                if (t is ILType)
                {
                    ((ILType)t).StaticInstance[ptr_of_this_method->ValueLow] = instance_of_this_method;
                }
                else
                {
                    ((CLRType)t).SetStaticFieldValue(ptr_of_this_method->ValueLow, instance_of_this_method);
                }
            }
            break;

            case ObjectTypes.ArrayReference:
            {
                var instance_of_arrayReference = __mStack[ptr_of_this_method->Value] as UnityEngine.ContactFilter2D[];
                instance_of_arrayReference[ptr_of_this_method->ValueLow] = instance_of_this_method;
            }
            break;
            }
        }
Ejemplo n.º 3
0
        static int _m_NoFilter(RealStatePtr L)
        {
            ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L);


            UnityEngine.ContactFilter2D __cl_gen_to_be_invoked; translator.Get(L, 1, out __cl_gen_to_be_invoked);


            try {
                {
                    UnityEngine.ContactFilter2D __cl_gen_ret = __cl_gen_to_be_invoked.NoFilter(  );
                    translator.Push(L, __cl_gen_ret);


                    translator.Update(L, 1, __cl_gen_to_be_invoked);


                    return(1);
                }
            } catch (System.Exception __gen_e) {
                return(LuaAPI.luaL_error(L, "c# exception:" + __gen_e));
            }
        }
Ejemplo n.º 4
0
 static void set_maxNormalAngle_10(ref object o, object v)
 {
     UnityEngine.ContactFilter2D _o = (UnityEngine.ContactFilter2D)o;
     _o.maxNormalAngle = (System.Single)v;
 }
Ejemplo n.º 5
0
 static void set_maxDepth_8(ref object o, object v)
 {
     UnityEngine.ContactFilter2D _o = (UnityEngine.ContactFilter2D)o;
     _o.maxDepth = (System.Single)v;
 }
Ejemplo n.º 6
0
 static void set_layerMask_6(ref object o, object v)
 {
     UnityEngine.ContactFilter2D _o = (UnityEngine.ContactFilter2D)o;
     _o.layerMask = (UnityEngine.LayerMask)v;
 }
Ejemplo n.º 7
0
 static void set_useOutsideNormalAngle_5(ref object o, object v)
 {
     UnityEngine.ContactFilter2D _o = (UnityEngine.ContactFilter2D)o;
     _o.useOutsideNormalAngle = (System.Boolean)v;
 }
Ejemplo n.º 8
0
 static void set_useOutsideDepth_3(ref object o, object v)
 {
     UnityEngine.ContactFilter2D _o = (UnityEngine.ContactFilter2D)o;
     _o.useOutsideDepth = (System.Boolean)v;
 }
Ejemplo n.º 9
0
 static void set_useLayerMask_1(ref object o, object v)
 {
     UnityEngine.ContactFilter2D _o = (UnityEngine.ContactFilter2D)o;
     _o.useLayerMask = (System.Boolean)v;
 }
Ejemplo n.º 10
0
 static void set_useTriggers_0(ref object o, object v)
 {
     UnityEngine.ContactFilter2D _o = (UnityEngine.ContactFilter2D)o;
     _o.useTriggers = (System.Boolean)v;
 }