33984 lines
1.7 MiB
33984 lines
1.7 MiB
#include "pch-cpp.hpp"
|
|
|
|
#ifndef _MSC_VER
|
|
# include <alloca.h>
|
|
#else
|
|
# include <malloc.h>
|
|
#endif
|
|
|
|
|
|
#include <limits>
|
|
|
|
|
|
struct VirtualActionInvoker0
|
|
{
|
|
typedef void (*Action)(void*, const RuntimeMethod*);
|
|
|
|
static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
|
|
((Action)invokeData.methodPtr)(obj, invokeData.method);
|
|
}
|
|
};
|
|
template <typename T1>
|
|
struct VirtualActionInvoker1
|
|
{
|
|
typedef void (*Action)(void*, T1, const RuntimeMethod*);
|
|
|
|
static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
|
|
((Action)invokeData.methodPtr)(obj, p1, invokeData.method);
|
|
}
|
|
};
|
|
template <typename T1, typename T2>
|
|
struct VirtualActionInvoker2
|
|
{
|
|
typedef void (*Action)(void*, T1, T2, const RuntimeMethod*);
|
|
|
|
static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
|
|
((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method);
|
|
}
|
|
};
|
|
template <typename T1, typename T2, typename T3>
|
|
struct VirtualActionInvoker3
|
|
{
|
|
typedef void (*Action)(void*, T1, T2, T3, const RuntimeMethod*);
|
|
|
|
static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
|
|
((Action)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method);
|
|
}
|
|
};
|
|
template <typename T1, typename T2, typename T3, typename T4>
|
|
struct VirtualActionInvoker4
|
|
{
|
|
typedef void (*Action)(void*, T1, T2, T3, T4, const RuntimeMethod*);
|
|
|
|
static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
|
|
((Action)invokeData.methodPtr)(obj, p1, p2, p3, p4, invokeData.method);
|
|
}
|
|
};
|
|
template <typename R>
|
|
struct VirtualFuncInvoker0
|
|
{
|
|
typedef R (*Func)(void*, const RuntimeMethod*);
|
|
|
|
static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
|
|
return ((Func)invokeData.methodPtr)(obj, invokeData.method);
|
|
}
|
|
};
|
|
template <typename R, typename T1>
|
|
struct VirtualFuncInvoker1
|
|
{
|
|
typedef R (*Func)(void*, T1, const RuntimeMethod*);
|
|
|
|
static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
|
|
return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method);
|
|
}
|
|
};
|
|
template <typename R, typename T1, typename T2, typename T3, typename T4>
|
|
struct VirtualFuncInvoker4
|
|
{
|
|
typedef R (*Func)(void*, T1, T2, T3, T4, const RuntimeMethod*);
|
|
|
|
static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
|
|
return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, invokeData.method);
|
|
}
|
|
};
|
|
struct InterfaceActionInvoker0
|
|
{
|
|
typedef void (*Action)(void*, const RuntimeMethod*);
|
|
|
|
static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
|
|
((Action)invokeData.methodPtr)(obj, invokeData.method);
|
|
}
|
|
};
|
|
template <typename R>
|
|
struct InterfaceFuncInvoker0
|
|
{
|
|
typedef R (*Func)(void*, const RuntimeMethod*);
|
|
|
|
static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
|
|
return ((Func)invokeData.methodPtr)(obj, invokeData.method);
|
|
}
|
|
};
|
|
template <typename T1>
|
|
struct InvokerActionInvoker1;
|
|
template <typename T1>
|
|
struct InvokerActionInvoker1<T1*>
|
|
{
|
|
static inline void Invoke (Il2CppMethodPointer methodPtr, const RuntimeMethod* method, void* obj, T1* p1)
|
|
{
|
|
void* params[1] = { p1 };
|
|
method->invoker_method(methodPtr, method, obj, params, params[0]);
|
|
}
|
|
};
|
|
|
|
// System.Action`1<easyar.Buffer>
|
|
struct Action_1_t1FE3A1AE62AE447DF533658E8E8F95603B6246D4;
|
|
// System.Action`1<easyar.CloudRecognizationResult>
|
|
struct Action_1_t2B8F2F4905046BA35E74859DDB9E9128D0BA5E06;
|
|
// System.Action`1<easyar.InputFrame>
|
|
struct Action_1_t9B1F83CF784EEF67EA2B81DD3A12C12D518808C1;
|
|
// System.Action`1<System.IntPtr>
|
|
struct Action_1_t2DF1ED40E3084E997390FF52F462390882271FE2;
|
|
// System.Action`1<easyar.MotionTrackingStatus>
|
|
struct Action_1_t6E4A3DA81C32497D45F76194B1ECFB82BED6D4EE;
|
|
// System.Action`1<easyar.OutputFrame>
|
|
struct Action_1_t51C09D97035A969C5BE8AD3814D3435DFCBC7D36;
|
|
// System.Action`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
|
|
struct Action_1_t923A20D1D4F6B55B2ED5AE21B90F1A0CE0450D99;
|
|
// System.Action`1<easyar.ARSession/SessionState>
|
|
struct Action_1_tDD15683D1BB2DC4CD2A36D204CFD34C598EA01A4;
|
|
// System.Action`2<easyar.Optional`1<easyar.CloudRecognizationResult>,System.String>
|
|
struct Action_2_t044BEC9AE1C2995930179F5D51893A8456A3494A;
|
|
// System.Action`2<easyar.CalibrationDownloadStatus,easyar.Optional`1<System.String>>
|
|
struct Action_2_t9707971E6E7286591183B8B39D4E91E8C466F77E;
|
|
// System.Action`2<UnityEngine.Camera,UnityEngine.RenderTexture>
|
|
struct Action_2_t277AE85006B08FF17CAFB370BCF5563F5D9C8A1F;
|
|
// System.Action`2<UnityEngine.Material,UnityEngine.Vector2>
|
|
struct Action_2_t18A4876EE3337940FFE3C859DA0AA75A16B719CA;
|
|
// System.Action`2<easyar.PermissionStatus,System.String>
|
|
struct Action_2_tE8FDAB3427B619024E7BE8677A267B409F919A20;
|
|
// System.Action`2<easyar.RecordStatus,System.String>
|
|
struct Action_2_t6B86038ACB87B61B0819841BB4D98326C7E2BECD;
|
|
// System.Action`2<easyar.Target,System.Boolean>
|
|
struct Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416;
|
|
// System.Action`2<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType,Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
|
|
struct Action_2_t1D42C7D8DCD2DEB7C556FB3783F0EDAFF694E5E8;
|
|
// System.Action`3<easyar.ImageTargetController,easyar.Target,System.Boolean>
|
|
struct Action_3_t0DC67ABCE6073BEE491A6230123FE12606C4D6CE;
|
|
// System.Action`3<easyar.ObjectTargetController,easyar.Target,System.Boolean>
|
|
struct Action_3_t684402624FAD0C0FA172747995B24A41383E0627;
|
|
// System.Action`3<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType,Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType,Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
|
|
struct Action_3_t838D6B6BB4BFFC6E8430C389747DB008A0B26146;
|
|
// System.Collections.Generic.Dictionary`2<UnityEngine.Camera,easyar.CameraImageRenderer>
|
|
struct Dictionary_2_t6E6BBE1387E58DA634F58ACFCF79515A16B504F3;
|
|
// System.Collections.Generic.Dictionary`2<System.Int32,System.Int32>
|
|
struct Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180;
|
|
// System.Collections.Generic.Dictionary`2<System.Int32,easyar.TargetController>
|
|
struct Dictionary_2_tDA9BDCAD90AB624680FE8388C5681B4D692FEFFC;
|
|
// System.Collections.Generic.Dictionary`2<System.String,System.Func`2<System.IntPtr,easyar.RefBase>>
|
|
struct Dictionary_2_tB9E162617C6BBDDBFA69BD00FD514AEDA558455F;
|
|
// System.Collections.Generic.Dictionary`2<System.String,System.Object>
|
|
struct Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710;
|
|
// System.Collections.Generic.Dictionary`2<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType,Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
|
|
struct Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E;
|
|
// System.EventHandler`1<System.Runtime.ExceptionServices.FirstChanceExceptionEventArgs>
|
|
struct EventHandler_1_tF46A0252BA462E35F6B72C69AB6C0F751E7443D7;
|
|
// System.Func`2<easyar.Optional`1<easyar.OutputFrame>,easyar.Detail/OptionalOfOutputFrame>
|
|
struct Func_2_tC7192CEA08ABD7B97F99F49245ABA8779489F7FE;
|
|
// System.Func`2<easyar.FrameFilter,System.Boolean>
|
|
struct Func_2_t285FDA26BD60688781CFD5B6D2135984D0252C7A;
|
|
// System.Func`2<System.IntPtr,System.IntPtr>
|
|
struct Func_2_t04A50D832214E55BC2F82E8DD7E603537B6D9713;
|
|
// System.Func`2<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType,System.Boolean>
|
|
struct Func_2_t19E50C11C3E1F20B5A8FDB85D7DD353B6DFF868B;
|
|
// System.Func`2<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType,Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
|
|
struct Func_2_t7F5F5324CE2DDB7001B68FFE29A5D9F907139FB0;
|
|
// System.Func`2<easyar.Detail/OptionalOfOutputFrame,easyar.Optional`1<easyar.OutputFrame>>
|
|
struct Func_2_tE8A8F7015E5FE92141DF5FC54C3F6ED56BC9406E;
|
|
// System.Collections.Generic.IEnumerable`1<easyar.FrameFilter>
|
|
struct IEnumerable_1_t991759A8D51270557171EFA76C1BD054163D8F86;
|
|
// System.Collections.Generic.IEnumerable`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
|
|
struct IEnumerable_1_t29E7244AE33B71FA0981E50D5BC73B7938F35C66;
|
|
// System.Collections.Generic.IEqualityComparer`1<UnityEngine.Camera>
|
|
struct IEqualityComparer_1_t57A43DC72C9BCCA9EDCF71364B5BF21D7EB6497C;
|
|
// System.Collections.Generic.IEqualityComparer`1<System.Int32>
|
|
struct IEqualityComparer_1_tDBFC8496F14612776AF930DBF84AFE7D06D1F0E9;
|
|
// System.Collections.Generic.IReadOnlyList`1<easyar.ARSession/ARCenterMode>
|
|
struct IReadOnlyList_1_t9AB3615049907C1504F1427696C3B8E984BF4244;
|
|
// System.Collections.Generic.Dictionary`2/KeyCollection<UnityEngine.Camera,easyar.CameraImageRenderer>
|
|
struct KeyCollection_tA0F1B9F33645F720C9321F4B90B04D80B9D8516A;
|
|
// System.Collections.Generic.Dictionary`2/KeyCollection<System.Int32,System.Int32>
|
|
struct KeyCollection_t67E8423B5AEB30C254013AD88AB68D2A36F1F436;
|
|
// System.Collections.Generic.Dictionary`2/KeyCollection<System.Int32,easyar.TargetController>
|
|
struct KeyCollection_t911BADA8246BBEF48FCA0E86E023251CA5EFCFDD;
|
|
// System.Collections.Generic.List`1<easyar.Optional`1<easyar.FrameFilterResult>>
|
|
struct List_1_t3A85D19E6AA2D6E9238A936A2D20CC0B1ED64893;
|
|
// System.Collections.Generic.List`1<System.Tuple`2<easyar.TargetController,UnityEngine.Pose>>
|
|
struct List_1_t47AF7A21A7E23F1FB8146739E4B3E8A1D1390177;
|
|
// System.Collections.Generic.List`1<System.Action>
|
|
struct List_1_tDB72209F35D56F62A287633F9450978E90B90987;
|
|
// System.Collections.Generic.List`1<easyar.FrameFilter>
|
|
struct List_1_t158A784F818ED74D8CBDE0E1C08AF2A6BA10BBDA;
|
|
// System.Collections.Generic.List`1<System.Int32>
|
|
struct List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73;
|
|
// System.Collections.Generic.List`1<System.String>
|
|
struct List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD;
|
|
// System.Collections.Generic.List`1<easyar.TargetController>
|
|
struct List_1_tCEB771A8CDB403FD34D07715A47E3A9EDFD82FEB;
|
|
// System.Collections.Generic.List`1<easyar.TargetInstance>
|
|
struct List_1_t02CCFA330F41314AC87A5442E54CDC91260E5F35;
|
|
// System.Collections.Generic.List`1<easyar.Vec3F>
|
|
struct List_1_t7915EE474170743D55F8651CF5CCC36D26B88EAE;
|
|
// System.Collections.Generic.List`1<UnityEngine.Vector3>
|
|
struct List_1_t77B94703E05C519A9010DD0614F757F974E1CD8B;
|
|
// System.Collections.Generic.List`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
|
|
struct List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A;
|
|
// System.Collections.Generic.List`1<easyar.ARSession/ARCenterMode>
|
|
struct List_1_t28ACFD63E6C534D957A7F965C7430A0E1A7149DE;
|
|
// System.Collections.Generic.Queue`1<System.Action>
|
|
struct Queue_1_tDCDB1CEF747EF8D38C6708645EC5FD3799C168BA;
|
|
// System.Collections.Generic.Queue`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
|
|
struct Queue_1_t00794C5F46E3254E713B03F949E6AB3A1AB1FD41;
|
|
// System.Collections.Generic.Queue`1<easyar.CloudRecognizerFrameFilter/Request>
|
|
struct Queue_1_t4AD143AF7A961A82813D1CB3F443B3140ABDDCB0;
|
|
// System.Tuple`2<System.Boolean,easyar.Optional`1<System.Tuple`2<easyar.MotionTrackingStatus,UnityEngine.Pose>>>
|
|
struct Tuple_2_tD39566EEAAD3069AEF6436718B3A118344EF7CA6;
|
|
// System.Tuple`2<UnityEngine.GameObject,UnityEngine.Pose>
|
|
struct Tuple_2_tF3E870B6186BABFFCB048A3EDE6BA11118A88E62;
|
|
// System.Tuple`2<easyar.TargetController,UnityEngine.Pose>
|
|
struct Tuple_2_tF552AE5D6AB00D317B06DBDE75ADF54CA042BD7A;
|
|
// System.Tuple`2<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType,Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
|
|
struct Tuple_2_t70DF7570FDF62592ED394F88C0CA61A12E7647C8;
|
|
// System.Collections.Generic.Dictionary`2/ValueCollection<UnityEngine.Camera,easyar.CameraImageRenderer>
|
|
struct ValueCollection_t3ED85FB48C79D935F892A9A1E2A6974F9F6FD4EB;
|
|
// System.Collections.Generic.Dictionary`2/ValueCollection<System.Int32,System.Int32>
|
|
struct ValueCollection_t74AF7C1BAE06C66E984668F663D574ED6A596D28;
|
|
// System.Collections.Generic.Dictionary`2/ValueCollection<System.Int32,easyar.TargetController>
|
|
struct ValueCollection_tA4ABE415D3FF9AD9A5D3FB12C59B128D7747787C;
|
|
// System.Collections.Generic.Dictionary`2/ValueCollection<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType,Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
|
|
struct ValueCollection_tC492596681BD51AB34FC76FA76C15C9B3FFB7B40;
|
|
// System.Collections.Generic.Dictionary`2/Entry<UnityEngine.Camera,easyar.CameraImageRenderer>[]
|
|
struct EntryU5BU5D_t325775654DB892AEC12E6C478A39C8243C22E39C;
|
|
// System.Collections.Generic.Dictionary`2/Entry<System.Int32,System.Int32>[]
|
|
struct EntryU5BU5D_t197C691F43F1694B771BF83C278D12BBFEEB86FA;
|
|
// System.Collections.Generic.Dictionary`2/Entry<System.Int32,easyar.TargetController>[]
|
|
struct EntryU5BU5D_tC51B272125F150CAB575788AC31D7A018A2946A7;
|
|
// easyar.Optional`1<easyar.FrameFilterResult>[]
|
|
struct Optional_1U5BU5D_t407EF754A138AA73EB24F94027163EE76B306E04;
|
|
// System.Tuple`2<easyar.TargetController,UnityEngine.Pose>[]
|
|
struct Tuple_2U5BU5D_tCF0E55B7E6FA212435A5B40D98F09802BCBB485F;
|
|
// UnityEngine.Rendering.CameraEvent[]
|
|
struct CameraEventU5BU5D_tCE64254E9E2B285C33AE3AA6C3D1E9AA3BE6CE1E;
|
|
// System.Char[]
|
|
struct CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB;
|
|
// System.Delegate[]
|
|
struct DelegateU5BU5D_tC5AB7E8F745616680F337909D3A8E6C722CDF771;
|
|
// easyar.FrameFilter[]
|
|
struct FrameFilterU5BU5D_tDB772E17BEA3D0DB03F7BE0BC280F93BC39AD83E;
|
|
// System.Int32[]
|
|
struct Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C;
|
|
// System.IntPtr[]
|
|
struct IntPtrU5BU5D_tFD177F8C806A6921AD7150264CCC62FA00CAD832;
|
|
// System.Diagnostics.StackTrace[]
|
|
struct StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF;
|
|
// System.String[]
|
|
struct StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248;
|
|
// easyar.TargetController[]
|
|
struct TargetControllerU5BU5D_tC47A398475445712D8B1B9A84F01D3C05A8DE515;
|
|
// easyar.TargetInstance[]
|
|
struct TargetInstanceU5BU5D_t1CE4B3FDA058845D51EDA80B117BE88DE63B2CCD;
|
|
// UnityEngine.Texture2D[]
|
|
struct Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191;
|
|
// System.Type[]
|
|
struct TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB;
|
|
// easyar.Vec3F[]
|
|
struct Vec3FU5BU5D_tF81AA6AD2EAE4CAFC9F6B036D6164569771A83CF;
|
|
// UnityEngine.Vector3[]
|
|
struct Vector3U5BU5D_tFF1859CCE176131B909E2044F76443064254679C;
|
|
// Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType[]
|
|
struct __Il2CppFullySharedGenericTypeU5BU5D_tCAB6D060972DD49223A834B7EEFEB9FE2D003BEC;
|
|
// easyar.ARSession/ARCenterMode[]
|
|
struct ARCenterModeU5BU5D_t04967019340D8395CE0A3126231AB4D38FC03CF3;
|
|
// easyar.CloudRecognizerFrameFilter/Request[]
|
|
struct RequestU5BU5D_t5C456E2137D3F31CDF32C5163D56D378C6CD56DA;
|
|
// easyar.ARAssembly
|
|
struct ARAssembly_t5F1E1DD46E4F3CA1BAF7ACAFC438564C8E5B02EB;
|
|
// easyar.ARCoreCameraDevice
|
|
struct ARCoreCameraDevice_t55396DBC36D7E26AFDF6CC2A72F7C86664326073;
|
|
// easyar.ARCoreFrameSource
|
|
struct ARCoreFrameSource_t13E57941891C16484C10CCAB4474FDF5F39B3819;
|
|
// easyar.AREngineFrameSource
|
|
struct AREngineFrameSource_t4338F934A894056D69323E3EED12B5D6D3BF5EFE;
|
|
// easyar.ARKitCameraDevice
|
|
struct ARKitCameraDevice_t25D15798449B95FF8BB3699EBB66F0C23CFF0F79;
|
|
// easyar.ARKitFrameSource
|
|
struct ARKitFrameSource_tEB7A3BC3F1AE0F1E99D96C5C270D284250D3CCD7;
|
|
// easyar.ARSession
|
|
struct ARSession_tE7BD3656886DDF0823637E4219C76DA80A215D35;
|
|
// easyar.Accelerometer
|
|
struct Accelerometer_t513C6F82F03533460B076B23219E5F0E01C69339;
|
|
// easyar.AccelerometerResultSink
|
|
struct AccelerometerResultSink_t3027F8CB61E28F045AEAD705A41AD9E457CB485E;
|
|
// System.Action
|
|
struct Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07;
|
|
// System.AppDomain
|
|
struct AppDomain_tFF7010567CBABAEEA7BB19835234D6485E16AD5F;
|
|
// System.AssemblyLoadEventHandler
|
|
struct AssemblyLoadEventHandler_t74AF5FF25F520B9786A20D862AE69BE733774A42;
|
|
// System.AsyncCallback
|
|
struct AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C;
|
|
// UnityEngine.Behaviour
|
|
struct Behaviour_t01970CFBBA658497AE30F311C447DB0440BAB7FA;
|
|
// System.Reflection.Binder
|
|
struct Binder_t91BFCE95A7057FADF4D8A1A342AFE52872246235;
|
|
// easyar.Buffer
|
|
struct Buffer_t644BF6560BDFFE92C2929A3CBF29C9B124212B54;
|
|
// easyar.BufferDictionary
|
|
struct BufferDictionary_tE490AD0F155B30D742A22BB6E0B5A39C771DFC94;
|
|
// easyar.CalibrationDownloader
|
|
struct CalibrationDownloader_t65C1B75983EDF919EFC7B748FDD88013A3287453;
|
|
// easyar.CallbackScheduler
|
|
struct CallbackScheduler_t6FC995D035D641811475B3EE0762B485D065FCED;
|
|
// UnityEngine.Camera
|
|
struct Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184;
|
|
// easyar.CameraDevice
|
|
struct CameraDevice_tD49A49DD97F9C0B672E5617F54A2B15B7CB2ACCE;
|
|
// easyar.CameraDeviceFrameSource
|
|
struct CameraDeviceFrameSource_t96C3510E9C369F5946CEBF25739FF84997FA1A92;
|
|
// easyar.CameraImageMaterial
|
|
struct CameraImageMaterial_t71DBE936806DA72BF211659270248F5A245AB676;
|
|
// easyar.CameraImageRenderer
|
|
struct CameraImageRenderer_tD369A344F7BD6A09BE29193551EA348BC22D7078;
|
|
// easyar.CameraParameters
|
|
struct CameraParameters_t18C9E22363BD41CD7244E2256ED25A53DB87BB53;
|
|
// easyar.CloudLocalizer
|
|
struct CloudLocalizer_tA8C1029BC89639F000FA9EAABA898AEB5EBED38D;
|
|
// easyar.CloudRecognizationResult
|
|
struct CloudRecognizationResult_tDF8C697ACD722E32905AD67AAD1EE23B2FA3831F;
|
|
// easyar.CloudRecognizer
|
|
struct CloudRecognizer_t27F99F43A57C493819C7299483ADCBAEB549937E;
|
|
// easyar.CloudRecognizerFrameFilter
|
|
struct CloudRecognizerFrameFilter_t2038454703274381A6400CAEC747F87A853B8316;
|
|
// UnityEngine.Rendering.CommandBuffer
|
|
struct CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7;
|
|
// UnityEngine.Component
|
|
struct Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3;
|
|
// UnityEngine.Coroutine
|
|
struct Coroutine_t85EA685566A254C23F3FD77AB5BDFFFF8799596B;
|
|
// easyar.DelayedCallbackScheduler
|
|
struct DelayedCallbackScheduler_t7250FB4EE6119AFDCFBAC0DEADD337F1E576FD97;
|
|
// System.Delegate
|
|
struct Delegate_t;
|
|
// System.DelegateData
|
|
struct DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E;
|
|
// easyar.Display
|
|
struct Display_tB1D5BF85C3C9D5D143CF2406E5676281CC8C3FEE;
|
|
// easyar.DisplayEmulator
|
|
struct DisplayEmulator_t2E0A8EDC08F0914C1AB7368D35286516CCA00DE5;
|
|
// easyar.EasyARCameraImageRendererFeature
|
|
struct EasyARCameraImageRendererFeature_t53705E68E3C2AAFFC497E72EF56B573C77D68FF6;
|
|
// easyar.EasyARController
|
|
struct EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177;
|
|
// easyar.EasyARSettings
|
|
struct EasyARSettings_t4901518F6AEDF9035FB580B2A6001660C0A99E64;
|
|
// System.Enum
|
|
struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2;
|
|
// System.EventArgs
|
|
struct EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377;
|
|
// System.EventHandler
|
|
struct EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82;
|
|
// System.Exception
|
|
struct Exception_t;
|
|
// easyar.FeedbackFrame
|
|
struct FeedbackFrame_t55AB5E99DE30FE5ACA935DC5BE06BC8E361C889E;
|
|
// easyar.FeedbackFrameFork
|
|
struct FeedbackFrameFork_tBE1A8F042C98AE909C59B64B0F725B5045A92276;
|
|
// easyar.FeedbackFrameSink
|
|
struct FeedbackFrameSink_tC98E8C9FEEF2E605FAA83D625179D6B2D825E898;
|
|
// easyar.FeedbackFrameSource
|
|
struct FeedbackFrameSource_t3336309B76A1F76980F75F70F1D0C0A26CD55A5E;
|
|
// easyar.FrameFilter
|
|
struct FrameFilter_tEF74686432B3C28E888F223945B0BF3FC58AD214;
|
|
// easyar.FrameFilterResult
|
|
struct FrameFilterResult_tBF48CF017CB177BCB85FE4F763750400C9A24F6B;
|
|
// easyar.FramePlayer
|
|
struct FramePlayer_tE4012E8B09CC18FBAA94E44963EEB726340BAE52;
|
|
// easyar.FrameRecorder
|
|
struct FrameRecorder_t8CC5DCF79B95112470076E335EAB8789319CAA72;
|
|
// easyar.FrameSource
|
|
struct FrameSource_tEFFB44317ECA60F900CBDDA05D06E675C6CC88CD;
|
|
// UnityEngine.GameObject
|
|
struct GameObject_t76FEDD663AB33C991A9C9A23129337651094216F;
|
|
// System.IAsyncResult
|
|
struct IAsyncResult_t7B9B5A0ECB35DCEC31B8A8122C37D687369253B5;
|
|
// System.Collections.IDictionary
|
|
struct IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220;
|
|
// easyar.IDisplay
|
|
struct IDisplay_t6E0B53BF7EBA71E72F21B18A0F21B9891377AC45;
|
|
// System.Collections.IEnumerator
|
|
struct IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA;
|
|
// easyar.Image
|
|
struct Image_tA8E8F2D58C143E9ADB13683D6BC93C8345F46A43;
|
|
// easyar.ImageTarget
|
|
struct ImageTarget_t2EA76B35550391ED19105CB22E7EC95723D478FB;
|
|
// easyar.ImageTargetController
|
|
struct ImageTargetController_t84FED4EB42B01319DE27986E10F1941E88ACA633;
|
|
// easyar.ImageTargetParameters
|
|
struct ImageTargetParameters_t50B4BB35A88D3E3F8EF3F529A4A98102920EBCAC;
|
|
// easyar.ImageTracker
|
|
struct ImageTracker_t936EBB4B806DF339985DABBA2473BC1E6B533813;
|
|
// easyar.ImageTrackerFrameFilter
|
|
struct ImageTrackerFrameFilter_t1C3BF48AFCFEA2D5BE49CAE9196847DBB5177A9E;
|
|
// easyar.InputFrame
|
|
struct InputFrame_tDB02ECBCF7ED51DE6F781A607D63BE7812E0BDC1;
|
|
// easyar.InputFrameFork
|
|
struct InputFrameFork_t2D1FE0BD3FE1C53ABC6BA0A41009156D8F69B486;
|
|
// easyar.InputFrameSink
|
|
struct InputFrameSink_tA6E249222893426FDB034E5CE860F0037DAE4F95;
|
|
// easyar.InputFrameThrottler
|
|
struct InputFrameThrottler_tA57E96AFCF65AFA62930F09485AB4919BE8CC714;
|
|
// easyar.InputFrameToFeedbackFrameAdapter
|
|
struct InputFrameToFeedbackFrameAdapter_tEA715356AB9DD6A39C7D0FAEE0EC3480E1CB9379;
|
|
// easyar.InputFrameToOutputFrameAdapter
|
|
struct InputFrameToOutputFrameAdapter_tB10AD4D1BF1C4F5A0B628D0EFCF45C8CB5BA65F2;
|
|
// System.InvalidOperationException
|
|
struct InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB;
|
|
// easyar.LocationResultSink
|
|
struct LocationResultSink_t568E46BFBD895FE5C16BBD9093A93313D3481014;
|
|
// UnityEngine.Material
|
|
struct Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3;
|
|
// easyar.MegaTracker
|
|
struct MegaTracker_t3FC200B228C74F846B93418D3929AA84252ACD9A;
|
|
// System.Reflection.MemberFilter
|
|
struct MemberFilter_tF644F1AE82F611B677CE1964D5A3277DDA21D553;
|
|
// System.Reflection.MethodInfo
|
|
struct MethodInfo_t;
|
|
// UnityEngine.MonoBehaviour
|
|
struct MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71;
|
|
// easyar.MotionTrackerCameraDevice
|
|
struct MotionTrackerCameraDevice_tD436B669F38CE985813E95A6F7828D3E4BB8C0BB;
|
|
// easyar.MotionTrackerFrameSource
|
|
struct MotionTrackerFrameSource_tD7D327ED271EF894B64ED950708BB80FEC03DE00;
|
|
// System.NotSupportedException
|
|
struct NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A;
|
|
// UnityEngine.Object
|
|
struct Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C;
|
|
// easyar.ObjectTarget
|
|
struct ObjectTarget_t3A3463C5371DB932B7DCAA1EE9BEECC47EE97561;
|
|
// easyar.ObjectTargetController
|
|
struct ObjectTargetController_t48B32473B80F782C65609F8050CF308590D0DEE8;
|
|
// easyar.ObjectTargetParameters
|
|
struct ObjectTargetParameters_tBB7A85D5F4366CB990CF7FD64566E7F29F2B28D9;
|
|
// easyar.ObjectTracker
|
|
struct ObjectTracker_tE7DB26597E066D32BB7B82BF9E526B8BF4A6ECEA;
|
|
// easyar.ObjectTrackerFrameFilter
|
|
struct ObjectTrackerFrameFilter_t9A3F8B9F26D5021DEC972A8AD994AA405A1020FC;
|
|
// easyar.OutputFrame
|
|
struct OutputFrame_tB66E85BCF3FBC8ADCFFD36503D3AD4E71A6CD914;
|
|
// easyar.OutputFrameBuffer
|
|
struct OutputFrameBuffer_t9636FA51588819DCE62366622F1374365AF22F72;
|
|
// easyar.OutputFrameFork
|
|
struct OutputFrameFork_t9A4919DC9013B229393DD0D8E68690363DB81542;
|
|
// easyar.OutputFrameJoin
|
|
struct OutputFrameJoin_t0F4FDAA442E8021FEC5229D5800A574C131D5AC0;
|
|
// easyar.OutputFrameSink
|
|
struct OutputFrameSink_tB6DEF751ED788C51CE8AA2874A597F753BD2F32C;
|
|
// easyar.OutputFrameSource
|
|
struct OutputFrameSource_tCAA3F6A666530FC96C4699A88DC1312D06922D29;
|
|
// easyar.ProximityLocationResultSink
|
|
struct ProximityLocationResultSink_tCE6BBBDF35605104C66BE7CFD0702FE03DA9C818;
|
|
// easyar.Recorder
|
|
struct Recorder_tAE870C84E932F622317CC8EE7E960EC7D3EDC087;
|
|
// easyar.RecorderConfiguration
|
|
struct RecorderConfiguration_tFDCAC1718C5A5DAFE0832A739966020B43A96553;
|
|
// easyar.RefBase
|
|
struct RefBase_tD2A748D10CECAAD8DD367977128D0B22A01F604E;
|
|
// easyar.RenderCameraController
|
|
struct RenderCameraController_t9D339F375620BCA2966E655CB4BA18AFF9F43C58;
|
|
// UnityEngine.RenderTexture
|
|
struct RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27;
|
|
// System.ResolveEventHandler
|
|
struct ResolveEventHandler_t3CE88268E672E41B1B55E01587AFBCFB85044692;
|
|
// System.Runtime.Serialization.SafeSerializationManager
|
|
struct SafeSerializationManager_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6;
|
|
// UnityEngine.ScriptableObject
|
|
struct ScriptableObject_tB3BFDB921A1B1795B38A5417D3B97A89A140436A;
|
|
// UnityEngine.Shader
|
|
struct Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692;
|
|
// easyar.SignalSource
|
|
struct SignalSource_t95D5C188C243BB953725A48E6D29C16041F2A899;
|
|
// System.String
|
|
struct String_t;
|
|
// easyar.Target
|
|
struct Target_tA508D592FB808ECACF85DAE26AF44B5586D6C836;
|
|
// easyar.TargetController
|
|
struct TargetController_t8B3D4F1410E51D042DF5E9C689F5C0499E43410A;
|
|
// easyar.TargetInstance
|
|
struct TargetInstance_tE73C3AC33284F56F71BB4462DA5FDCBBE054F263;
|
|
// easyar.TargetTrackerResult
|
|
struct TargetTrackerResult_tD734318EDA0E26D9AE4D79EE88DFB3A90BDD0DCA;
|
|
// UnityEngine.Texture
|
|
struct Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700;
|
|
// UnityEngine.Texture2D
|
|
struct Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4;
|
|
// easyar.TextureId
|
|
struct TextureId_tFC8FF6E0755D9DB70BEBC7A4207D522D1B41C2BE;
|
|
// System.Threading.Thread
|
|
struct Thread_t0A773B9DE873D2DCAA7D229EAB36757B500E207F;
|
|
// easyar.ThreadWorker
|
|
struct ThreadWorker_t1ADEDA9DB0A15609FBEFE467B9CC337BF57D6D36;
|
|
// UnityEngine.Transform
|
|
struct Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1;
|
|
// System.Type
|
|
struct Type_t;
|
|
// easyar.UIPopupException
|
|
struct UIPopupException_t6CBA36793B5CB835F7ED2FD94F0D60186543D6EE;
|
|
// System.UnhandledExceptionEventHandler
|
|
struct UnhandledExceptionEventHandler_tB13FF21A6201A59BB462E68CD10C5B5BEE54941C;
|
|
// System.Version
|
|
struct Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7;
|
|
// easyar.VideoRecorder
|
|
struct VideoRecorder_tDF4C48CC4953CFE26510C712A7CAF89C8C8609DB;
|
|
// System.Void
|
|
struct Void_t4861ACF8F4594C3437BB48B6E56783494B843915;
|
|
// UnityEngine.WaitForEndOfFrame
|
|
struct WaitForEndOfFrame_tE38D80923E3F8380069B423968C25ABE50A46663;
|
|
// easyar.WorldRootController
|
|
struct WorldRootController_tDDE4A5BB7E650DE15875AFD6F7E8BBB2F670A1A2;
|
|
// easyar.ARCoreFrameSource/<AutoOpen>d__41
|
|
struct U3CAutoOpenU3Ed__41_t6C6B7BD2D38E74321DE6A331A84BD02A47E405F2;
|
|
// easyar.ARKitFrameSource/<AutoOpen>d__40
|
|
struct U3CAutoOpenU3Ed__40_t6EE8DEC7E45F1928EBC5B69FE2DA0AF50AB55E21;
|
|
// easyar.ARSession/FrameChangeAction
|
|
struct FrameChangeAction_t22915014AF19BCD5BA244E1A821751FAC6A2C2B3;
|
|
// UnityEngine.Camera/CameraCallback
|
|
struct CameraCallback_t844E527BFE37BC0495E7F67993E43C07642DA9DD;
|
|
// easyar.CameraDeviceFrameSource/<AutoOpen>d__46
|
|
struct U3CAutoOpenU3Ed__46_t273E4635E30DE853167BBB798722C4F2AB78C36D;
|
|
// easyar.CameraImageMaterial/CameraImageShaders
|
|
struct CameraImageShaders_tF11C72B259F894CE25147615DF0A4DBB4B0D80E7;
|
|
// easyar.CameraImageRenderer/UserRequest
|
|
struct UserRequest_t50ED9EC59E68CA01BE9BF5028C274640DEFDF00D;
|
|
// easyar.CloudRecognizerFrameFilter/<>c__DisplayClass14_0
|
|
struct U3CU3Ec__DisplayClass14_0_t935F57D89DBAFD0A44E58BB94C2D4A6FB4F61832;
|
|
// easyar.CloudRecognizerFrameFilter/<AutoCreate>d__15
|
|
struct U3CAutoCreateU3Ed__15_t2AF04502C7505DADD24042E27F00193CE8769826;
|
|
// easyar.CloudRecognizerFrameFilter/<CheckRequest>d__16
|
|
struct U3CCheckRequestU3Ed__16_t46EE8FCD6D4FFAEF6E806E1F192AF6CA945458DD;
|
|
// easyar.CloudRecognizerFrameFilter/CloudRecognizerServiceConfig
|
|
struct CloudRecognizerServiceConfig_tAF6DBBE8DF5606D2D6879A3FABCFE28B003862FD;
|
|
// easyar.CloudRecognizerFrameFilter/PrivateCloudRecognizerServiceConfig
|
|
struct PrivateCloudRecognizerServiceConfig_t0A6190CA51A48D63D12EB07B73E33C71446A4E92;
|
|
// easyar.CloudRecognizerFrameFilter/Request
|
|
struct Request_t9240130696DF8E3F2076435911F7FF7C84152F49;
|
|
// easyar.Detail/AutoRelease
|
|
struct AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F;
|
|
// easyar.EasyARSettings/Permission
|
|
struct Permission_t2303B1B54854223B0C770ACCC80577F22F87766C;
|
|
// easyar.EasyARSettings/TargetGizmoConfig
|
|
struct TargetGizmoConfig_t38A365FEA74EEF837656FB3826B81FFC3166F616;
|
|
// easyar.EasyARSettings/Workaround
|
|
struct Workaround_tFF0E355FFE7B616D0EC048F15F9CB01DF6EBD9B5;
|
|
// easyar.FeedbackFrame/<>c
|
|
struct U3CU3Ec_t48BF0741FF687F1CB395841E033E32D04FF05AD6;
|
|
// easyar.ImageTargetController/<>c__DisplayClass34_0
|
|
struct U3CU3Ec__DisplayClass34_0_tE6496C4BE78179A1C9B28885E5B13302367509FD;
|
|
// easyar.ImageTargetController/<>c__DisplayClass37_0
|
|
struct U3CU3Ec__DisplayClass37_0_t321CC58E921C8F88E76CDAABB8C6AE8E6B333B55;
|
|
// easyar.ImageTargetController/<>c__DisplayClass38_0
|
|
struct U3CU3Ec__DisplayClass38_0_t95778DE5F62CBD94392CA442327A82DB1EA98FBF;
|
|
// easyar.ImageTargetController/<>c__DisplayClass39_0
|
|
struct U3CU3Ec__DisplayClass39_0_tE5D71B872E1BD740901F4DC60FF174BD50D20BBA;
|
|
// easyar.ImageTargetController/<LoadImageBuffer>d__37
|
|
struct U3CLoadImageBufferU3Ed__37_t50F30BFD3396E0AC8F263F6FA65B7EF4FA341DA5;
|
|
// easyar.ImageTargetController/<LoadTargetDataBuffer>d__38
|
|
struct U3CLoadTargetDataBufferU3Ed__38_t9138D5541478E945DACB18EDFE6BF5F4A9EE1941;
|
|
// easyar.ImageTargetController/ImageFileSourceData
|
|
struct ImageFileSourceData_t6253D5079E28B45E9A0C1A7A8CFBF74267364C2B;
|
|
// easyar.ImageTargetController/TargetDataFileSourceData
|
|
struct TargetDataFileSourceData_t8A1E6462041EA1563F8FAD0E8DD979416E605C4B;
|
|
// easyar.ImageTrackerFrameFilter/<>c__DisplayClass42_0
|
|
struct U3CU3Ec__DisplayClass42_0_t37F31AE2898A372607420766924CA36ADCFD7D15;
|
|
// easyar.ImageTrackerFrameFilter/<>c__DisplayClass43_0
|
|
struct U3CU3Ec__DisplayClass43_0_tD7C7758FE89F5D384041998C14FC6089EA8D8126;
|
|
// easyar.ImageTrackerFrameFilter/ResultParameters
|
|
struct ResultParameters_tAA33B14E1901CE2D4D7576E7DAC587AD6CDBD6D8;
|
|
// easyar.MegaTrackerFrameFilter/FallbackOptions
|
|
struct FallbackOptions_t000A05216FC75430565A077B14AD827B009B10EE;
|
|
// easyar.MegaTrackerFrameFilter/MegaLocalizationServiceConfig
|
|
struct MegaLocalizationServiceConfig_tBB288F844FCA406F19B49B8EDD38EEBA66BB8406;
|
|
// easyar.MegaTrackerFrameFilter/ResultPoseTypeParameters
|
|
struct ResultPoseTypeParameters_t8BFD8F0B608567EA91D4017F19E7B6B789647D46;
|
|
// easyar.MegaTrackerFrameFilter/TimeParameters
|
|
struct TimeParameters_t9A947E6A6641E23CB31FE9756F4829250C1A977E;
|
|
// easyar.MotionTrackerFrameSource/<>c
|
|
struct U3CU3Ec_tFA432AA6511108BF7CF3957EB5CF2562E867F4EF;
|
|
// easyar.MotionTrackerFrameSource/<>c__DisplayClass41_0
|
|
struct U3CU3Ec__DisplayClass41_0_tB66C35723D8C5CE4CE9B030856B3C9B43F8EFD64;
|
|
// easyar.MotionTrackerFrameSource/<AutoOpen>d__47
|
|
struct U3CAutoOpenU3Ed__47_t0D0B312D8B005E51CCF957718A0E2C35D8EBA283;
|
|
// easyar.MotionTrackerFrameSource/<CheckAvailability>d__41
|
|
struct U3CCheckAvailabilityU3Ed__41_t69BDC9A1DEE9EA50DAAA7486B72CFD18E5467D94;
|
|
// easyar.MotionTrackerFrameSource/MotionTrackerCameraDeviceParameters
|
|
struct MotionTrackerCameraDeviceParameters_t99C71F28070E1787872BE8D080A992EEE1C45283;
|
|
// easyar.ObjectTargetController/<>c__DisplayClass35_0
|
|
struct U3CU3Ec__DisplayClass35_0_t408F760B0D3407EBB7D41A5C09CADE3D5E502AE1;
|
|
// easyar.ObjectTargetController/<>c__DisplayClass35_1
|
|
struct U3CU3Ec__DisplayClass35_1_t07237F889C0F03D3B22916B4BAABD8B3A3A4384B;
|
|
// easyar.ObjectTargetController/<>c__DisplayClass36_0
|
|
struct U3CU3Ec__DisplayClass36_0_t6A636853EE875C799497C23495F20757F8BBE626;
|
|
// easyar.ObjectTargetController/<LoadObjFileFromSource>d__35
|
|
struct U3CLoadObjFileFromSourceU3Ed__35_t0319077D5BBC5B635CA83A0000D92F71C5CD6687;
|
|
// easyar.ObjectTargetController/ObjFileSourceData
|
|
struct ObjFileSourceData_t12FD5C0AA2C6B5B0C12FC0D02D9EA9B3BF5F1533;
|
|
// easyar.ObjectTrackerFrameFilter/ResultParameters
|
|
struct ResultParameters_t820A60C88830AB0080930E5804A33B8171508A1F;
|
|
// easyar.OutputFrameBuffer/<>c
|
|
struct U3CU3Ec_t7F688AF8695363A67DCC90398C83A6620EDFF55B;
|
|
// easyar.RefBase/Retainer
|
|
struct Retainer_t21E37A78A5C591A4A1DB7494A454CCADF411A77A;
|
|
// easyar.SparseSpatialMapWorkerFrameFilter/SpatialMapServiceConfig
|
|
struct SpatialMapServiceConfig_tACF8B968800D15400B69F5FE954C197B7B30529B;
|
|
// easyar.EasyARSettings/TargetGizmoConfig/ImageTargetConfig
|
|
struct ImageTargetConfig_t82F7F51165EC2BE8A6E52BC54B0806BD82EC41CD;
|
|
// easyar.EasyARSettings/TargetGizmoConfig/ObjectTargetConfig
|
|
struct ObjectTargetConfig_t3C0935996D52F5E9D461EEF17439585B9AE55B96;
|
|
|
|
IL2CPP_EXTERN_C RuntimeClass* ARCoreCameraDevice_t55396DBC36D7E26AFDF6CC2A72F7C86664326073_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ARKitCameraDevice_t25D15798449B95FF8BB3699EBB66F0C23CFF0F79_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Action_1_t1FE3A1AE62AE447DF533658E8E8F95603B6246D4_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Action_1_t2B8F2F4905046BA35E74859DDB9E9128D0BA5E06_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Action_1_t2DF1ED40E3084E997390FF52F462390882271FE2_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Action_1_t51C09D97035A969C5BE8AD3814D3435DFCBC7D36_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Action_2_t18A4876EE3337940FFE3C859DA0AA75A16B719CA_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Action_2_t277AE85006B08FF17CAFB370BCF5563F5D9C8A1F_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Action_2_t6B86038ACB87B61B0819841BB4D98326C7E2BECD_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Action_2_t9707971E6E7286591183B8B39D4E91E8C466F77E_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Action_2_tE8FDAB3427B619024E7BE8677A267B409F919A20_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Action_3_t0DC67ABCE6073BEE491A6230123FE12606C4D6CE_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* BufferDictionary_tE490AD0F155B30D742A22BB6E0B5A39C771DFC94_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* CalibrationDownloadStatus_tAE9875E944B71F084A887246B219447FAABFAFC0_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* CalibrationDownloader_t65C1B75983EDF919EFC7B748FDD88013A3287453_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* CameraDeviceFrameSource_t96C3510E9C369F5946CEBF25739FF84997FA1A92_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* CameraEventU5BU5D_tCE64254E9E2B285C33AE3AA6C3D1E9AA3BE6CE1E_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* CameraImageMaterial_t71DBE936806DA72BF211659270248F5A245AB676_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* CameraImageRenderer_tD369A344F7BD6A09BE29193551EA348BC22D7078_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* CameraImageShaders_tF11C72B259F894CE25147615DF0A4DBB4B0D80E7_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* CloudRecognizerServiceConfig_tAF6DBBE8DF5606D2D6879A3FABCFE28B003862FD_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* DelayedCallbackScheduler_t7250FB4EE6119AFDCFBAC0DEADD337F1E576FD97_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Detail_tB4DBDB462AA1DFC256BC6B782DC98E191969CEAA_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_t6E6BBE1387E58DA634F58ACFCF79515A16B504F3_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_tDA9BDCAD90AB624680FE8388C5681B4D692FEFFC_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Display_tB1D5BF85C3C9D5D143CF2406E5676281CC8C3FEE_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* DllNotFoundException_t8CAE636A394C482C9FCF38FB7B7929506319D534_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* EasyARSettings_t4901518F6AEDF9035FB580B2A6001660C0A99E64_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Exception_t_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* FeedbackFrame_t55AB5E99DE30FE5ACA935DC5BE06BC8E361C889E_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* FrameChangeAction_t22915014AF19BCD5BA244E1A821751FAC6A2C2B3_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* FrameFilterResult_tBF48CF017CB177BCB85FE4F763750400C9A24F6B_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* FrameSource_tEFFB44317ECA60F900CBDDA05D06E675C6CC88CD_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Func_2_t04A50D832214E55BC2F82E8DD7E603537B6D9713_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Func_2_t285FDA26BD60688781CFD5B6D2135984D0252C7A_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Func_2_tC7192CEA08ABD7B97F99F49245ABA8779489F7FE_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Func_2_tE8A8F7015E5FE92141DF5FC54C3F6ED56BC9406E_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* GameObject_t76FEDD663AB33C991A9C9A23129337651094216F_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* GraphicsDeviceType_t65150C9055D1BC1E377E894972629BF22BA2CBF5_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* IDisplay_t6E0B53BF7EBA71E72F21B18A0F21B9891377AC45_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ImageFileSourceData_t6253D5079E28B45E9A0C1A7A8CFBF74267364C2B_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ImageTargetConfig_t82F7F51165EC2BE8A6E52BC54B0806BD82EC41CD_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ImageTargetController_t84FED4EB42B01319DE27986E10F1941E88ACA633_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ImageTargetParameters_t50B4BB35A88D3E3F8EF3F529A4A98102920EBCAC_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* InputFrameToFeedbackFrameAdapter_tEA715356AB9DD6A39C7D0FAEE0EC3480E1CB9379_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* InputFrameToOutputFrameAdapter_tB10AD4D1BF1C4F5A0B628D0EFCF45C8CB5BA65F2_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* InputFrame_tDB02ECBCF7ED51DE6F781A607D63BE7812E0BDC1_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* IntPtr_t_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* List_1_t28ACFD63E6C534D957A7F965C7430A0E1A7149DE_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* List_1_t47AF7A21A7E23F1FB8146739E4B3E8A1D1390177_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* List_1_t77B94703E05C519A9010DD0614F757F974E1CD8B_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* List_1_tCEB771A8CDB403FD34D07715A47E3A9EDFD82FEB_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* MegaLocalizationServiceConfig_tBB288F844FCA406F19B49B8EDD38EEBA66BB8406_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* MegaTrackerFrameFilter_tF1478985C239AB177CC68B1FB913ED30D48475F4_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* MotionTrackerCameraDeviceParameters_t99C71F28070E1787872BE8D080A992EEE1C45283_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* MotionTrackerCameraDeviceQualityLevel_t2D8FCA086F2FD59ABE2DF89B5E0A0627CAE7F2D5_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* MotionTrackerCameraDeviceTrackingMode_tA3A89869F2657C2561F2E5AE6AAA3CAA25F0633D_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* MotionTrackerCameraDevice_tD436B669F38CE985813E95A6F7828D3E4BB8C0BB_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ObjFileSourceData_t12FD5C0AA2C6B5B0C12FC0D02D9EA9B3BF5F1533_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ObjectTargetConfig_t3C0935996D52F5E9D461EEF17439585B9AE55B96_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ObjectTargetParameters_tBB7A85D5F4366CB990CF7FD64566E7F29F2B28D9_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Optional_1_t7BEFED5D4A872666AF0ABE1DC71C7671E6012549_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* OutputFrameBuffer_t9636FA51588819DCE62366622F1374365AF22F72_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* OutputFrame_tB66E85BCF3FBC8ADCFFD36503D3AD4E71A6CD914_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Permission_t2303B1B54854223B0C770ACCC80577F22F87766C_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* PrivateCloudRecognizerServiceConfig_t0A6190CA51A48D63D12EB07B73E33C71446A4E92_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Queue_1_t4AD143AF7A961A82813D1CB3F443B3140ABDDCB0_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* RecorderConfiguration_tFDCAC1718C5A5DAFE0832A739966020B43A96553_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Request_t9240130696DF8E3F2076435911F7FF7C84152F49_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ResultParameters_tAA33B14E1901CE2D4D7576E7DAC587AD6CDBD6D8_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Retainer_t21E37A78A5C591A4A1DB7494A454CCADF411A77A_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* RuntimePlatform_t9A8AAF204603076FCAAECCCC05DA386AEE7BF66E_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* SpatialMapServiceConfig_tACF8B968800D15400B69F5FE954C197B7B30529B_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* String_t_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* TargetDataFileSourceData_t8A1E6462041EA1563F8FAD0E8DD979416E605C4B_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* TargetGizmoConfig_t38A365FEA74EEF837656FB3826B81FFC3166F616_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* TargetInstance_tE73C3AC33284F56F71BB4462DA5FDCBBE054F263_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* TargetTrackerResult_tD734318EDA0E26D9AE4D79EE88DFB3A90BDD0DCA_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Target_tA508D592FB808ECACF85DAE26AF44B5586D6C836_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* TextureId_tFC8FF6E0755D9DB70BEBC7A4207D522D1B41C2BE_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ThreadWorker_t1ADEDA9DB0A15609FBEFE467B9CC337BF57D6D36_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Type_t_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* U3CAutoCreateU3Ed__15_t2AF04502C7505DADD24042E27F00193CE8769826_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* U3CAutoOpenU3Ed__40_t6EE8DEC7E45F1928EBC5B69FE2DA0AF50AB55E21_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* U3CAutoOpenU3Ed__41_t6C6B7BD2D38E74321DE6A331A84BD02A47E405F2_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* U3CAutoOpenU3Ed__46_t273E4635E30DE853167BBB798722C4F2AB78C36D_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* U3CAutoOpenU3Ed__47_t0D0B312D8B005E51CCF957718A0E2C35D8EBA283_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* U3CCheckAvailabilityU3Ed__41_t69BDC9A1DEE9EA50DAAA7486B72CFD18E5467D94_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* U3CCheckRequestU3Ed__16_t46EE8FCD6D4FFAEF6E806E1F192AF6CA945458DD_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* U3CLoadImageBufferU3Ed__37_t50F30BFD3396E0AC8F263F6FA65B7EF4FA341DA5_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* U3CLoadObjFileFromSourceU3Ed__35_t0319077D5BBC5B635CA83A0000D92F71C5CD6687_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* U3CLoadTargetDataBufferU3Ed__38_t9138D5541478E945DACB18EDFE6BF5F4A9EE1941_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass14_0_t935F57D89DBAFD0A44E58BB94C2D4A6FB4F61832_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass34_0_tE6496C4BE78179A1C9B28885E5B13302367509FD_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass35_0_t408F760B0D3407EBB7D41A5C09CADE3D5E502AE1_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass35_1_t07237F889C0F03D3B22916B4BAABD8B3A3A4384B_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass36_0_t6A636853EE875C799497C23495F20757F8BBE626_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass37_0_t321CC58E921C8F88E76CDAABB8C6AE8E6B333B55_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass38_0_t95778DE5F62CBD94392CA442327A82DB1EA98FBF_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass39_0_tE5D71B872E1BD740901F4DC60FF174BD50D20BBA_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass41_0_tB66C35723D8C5CE4CE9B030856B3C9B43F8EFD64_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass42_0_t37F31AE2898A372607420766924CA36ADCFD7D15_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass43_0_tD7C7758FE89F5D384041998C14FC6089EA8D8126_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_t48BF0741FF687F1CB395841E033E32D04FF05AD6_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_t7F688AF8695363A67DCC90398C83A6620EDFF55B_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_tFA432AA6511108BF7CF3957EB5CF2562E867F4EF_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* UIPopupException_t6CBA36793B5CB835F7ED2FD94F0D60186543D6EE_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* UserRequest_t50ED9EC59E68CA01BE9BF5028C274640DEFDF00D_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* WaitForEndOfFrame_tE38D80923E3F8380069B423968C25ABE50A46663_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Workaround_tFF0E355FFE7B616D0EC048F15F9CB01DF6EBD9B5_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral019FF652A88FCDAF4B31156B64E8957F028B40B8;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral062DB096C728515E033CF8C48A1C1F0B9A79384B;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral174BC0530C8066E2250F60C77EB4C42F2F3640DB;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral2102D660D787EAD0C7A6E4F6302D591CBF3F7094;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral26834D02456E22869C24FA0AF665A5A430E88E20;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral28ADE6BC6B6328D1F3B4DA27871D3227B4026367;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral3156850838CE3AE49F580DD437333AC35484F249;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral36BB0D52B67D118D151B70E1682A600C435FAF55;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral3C65CA6BB178FE30E5088CC6AD52B1FEAFA625AE;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral429D8F132170CDADF68E7EFEA1640AD07E6A5409;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral44E699024F8C67660EC1A92628C58DE5A2C05889;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral45B36484F4A3470B586D5BF404848BF42215B991;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral4796C2353A3B4122A85B21984B11EB06E3F85F67;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral4B8146FB95E4F51B29DA41EB5F6D60F8FD0ECF21;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral52129C11AA79FE636CACEB8600E3A8F8270E2FB1;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral52C54D8571D200E5B6E4CA8CED8FE640E13D7FF0;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral534F5A1FC1A11FB8F1C23328E1F90614122A762B;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral53E3282265C966E0EA1EDB1F11823AFF56C4CF3F;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral56E7261F24A797A45E7A97714949C7712BB42D3D;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral573445A6A66EEBBACCF6A2BDB3A506F31CA48218;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral5AF581052F62E68A396DE54B887A941B179E0E89;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral5D49EC77A90117182261FF3C70616604F150A543;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral5D8A8F1499A20C8AC1A1AFFB8F968B52F3446B0A;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral604496218A9B78C4C63330A17C7C122BDD07F999;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral609D98B63ABCBBA7EC68D1EEEBD6DB9EABC8511C;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral620FE2D0646721599E83FE4F883E478BC8467D3B;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral679F7F92954CB5784793BFFCA086341D155F6969;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral70BB450FFA07BDA7F490A412AA229D3E19CE8FB8;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral778F4B6769BD76BEA1B6F935EF09DAE5B686E017;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral7FC2DA3A6D5314B4D97A35068B9BA15778176539;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral86BBAACC00198DBB3046818AD3FC2AA10AE48DE1;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral8A45D0D8311C8D73121FDD6C8B401E1AD3C58E0E;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral8BBD7DF919E7F26FC2F1F4E4C01A7C60C89D8F82;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral9155A1EBA0D1DDABD96583FB45720959E9875765;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral91C0DE1577DC0C653D7FF81CA1558291648545B4;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral9334D9374E007290FC3084E5D921D366646A6CA8;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral93A4E50EDD0C93D67750261D3B464D2F52EE81B8;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral949E0F7B38BF6B220D7F942F3FD2C0A6CB25B21D;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral950BCABEC088981B914DE9A9F2704F4DF85F7660;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral99E7ECE2125B9BAD80550C42699D40C594F77F18;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral9B638A7FAF3C171FAE5DB980E32D415C42C71A26;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralA3C48F920CA03FE8BCEF33375645725C40BA7ADD;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralA40B264F2BB54A11C8FC13D8B4D6F8979D94183F;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralA809750EC07CE8787CF3DBFDD850A1FCC7A9659C;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralA8C8347AC74FCB65082ADBE21DB826D40DFB430A;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralAD07A6A88D660506569DADA3DBECF5DC3DF7CC12;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralADA259DF8AC99BEC96AC7B9F0DBEFA73EEE956D8;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralAE2F296C8584FCF372548505611C71BF3D2A13BB;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralB283D7CB69E3AC59DC04273745B654BF48A7661F;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralB4891AE7127F94D0462FE015A5A1073501713A9A;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralC4EB9F74B00D3FB67A345F2406CAE5C7E4D0CF3B;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralD0F222D9D78823ABEC741049307DCC7FD820F9AE;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralDABF23501C06331D7998F81F6C748574896F3A26;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralDDA2144D1BB4BD172694C6C96F36255AB219E16F;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralDDB98CEA64F08C2F456AD2A1A5F6B50FDBB62608;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralDE1632432BC8234C81171D058EF8BDE98B35585A;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralE0E1F17272227E7BEF81296405F26CAAAF844511;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralEAB0C3743D48949B1ADA9755502DE4D81C560ED7;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralEDD3804A1832932BFDF2560D9E4F047F7740A7B1;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralEDEC07FD2FE1170778B26F3FC113D3EFF1C6FFED;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralEFC319DCEC8AEFDD9542B920BD2A5028A665AA14;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralF0F34E4046993C7D1F0C00C646AC35CBAC9DEA26;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralFD80813CD72CC326A0971231A937672CDADA68DC;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralFFEF3DBE279EE1F92E1E2E46F45BC18EBBF55A1A;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ARAssembly_ResetBufferCapacity_m6B744F3E1C8069E4E4B28398E475848353983AC9_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ARCoreFrameSource_U3COpenU3Eb__38_0_mFAD138E837E5CFC54D0F3F32295BD0DD6C560837_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ARKitFrameSource_U3COpenU3Eb__37_0_m7B6A372E58C8A8A4C0899CA9B4A1107E3C9A1808_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* CameraDeviceFrameSource_U3COpenU3Eb__43_0_m04972F64C887C8DD6D8B0C26F582F88D11128D97_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* CameraImageRenderer_OnFrameChange_mF077CC2D6C2C1FF244CCF01611951CB5E26A4FEE_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* CameraImageRenderer_OnFrameUpdate_mD4A000CFA9DD2D5DB2EA655D4881EFC6A1B076E7_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* CameraImageShaders__ctor_m5A8B50C1F78BF9043F0A2AB9D24CBD33EA363D33_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* CloudRecognizerFrameFilter_NotifyEmptyConfig_m26969C3738B9C4803C13B71AF6243FD6F0A47A05_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* CloudRecognizerFrameFilter_NotifyEmptyPrivateConfig_m7470361911BCCB7D9FA7C1B02AD81C308F99BF23_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* CloudRecognizerFrameFilter_OnFrameUpdate_m58458D44937C6F68850080357CF64017481236C6_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Detail_Object_from_c_TisCameraParameters_t18C9E22363BD41CD7244E2256ED25A53DB87BB53_m1ECE9DF6467CEF7DCEF9E73F66108525EFD359D4_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Detail_Object_from_c_TisFeedbackFrameSource_t3336309B76A1F76980F75F70F1D0C0A26CD55A5E_m4A07E47B6F4C0034B8A37C1AC32E8D54136750BE_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Detail_Object_from_c_TisImage_tA8E8F2D58C143E9ADB13683D6BC93C8345F46A43_mC692236593B10735C3A80F398200B41CAC04E3F3_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Detail_Object_from_c_TisInputFrameSink_tA6E249222893426FDB034E5CE860F0037DAE4F95_m11D72A3C63CC65CE100B77F3170F8CA483D1D2EA_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Detail_Object_from_c_TisInputFrameToFeedbackFrameAdapter_tEA715356AB9DD6A39C7D0FAEE0EC3480E1CB9379_mF182CDED6189095857264C55DCEF18C6681BD620_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Detail_Object_from_c_TisInputFrameToOutputFrameAdapter_tB10AD4D1BF1C4F5A0B628D0EFCF45C8CB5BA65F2_mAC109446A7B5DFF0412BFC7EA5EDB7684AD1EDBD_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Detail_Object_from_c_TisInputFrame_tDB02ECBCF7ED51DE6F781A607D63BE7812E0BDC1_m845F5B5615686EB8E2EA7A5581D3FEF161DF1506_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Detail_Object_from_c_TisOutputFrameBuffer_t9636FA51588819DCE62366622F1374365AF22F72_m537822EF7CB3200A89D54E450028D7E688DD648C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Detail_Object_from_c_TisOutputFrameSink_tB6DEF751ED788C51CE8AA2874A597F753BD2F32C_mBD34FEC6879428297BFE9FA26002F16B7DBFA187_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Detail_Object_from_c_TisOutputFrameSource_tCAA3F6A666530FC96C4699A88DC1312D06922D29_m12B5675CDFAD627F5F7F7024FD2C509DFCF27A8B_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Detail_Object_from_c_TisOutputFrame_tB66E85BCF3FBC8ADCFFD36503D3AD4E71A6CD914_m5FD1DC6B0CF7DD5FC2ED6C737CBDBAE23C90A261_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Detail_Object_from_c_TisSignalSource_t95D5C188C243BB953725A48E6D29C16041F2A899_m142CED8E0A419163F4A252CE594F01B47693DBD1_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Detail_Object_from_c_TisTarget_tA508D592FB808ECACF85DAE26AF44B5586D6C836_mA17AC99513C9813D9A0DD2A5F59AB660D8B38700_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Detail_Object_from_c_TisTextureId_tFC8FF6E0755D9DB70BEBC7A4207D522D1B41C2BE_m83356FE5DECAAD4D5574E0A978F25940930EBD18_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Detail_easyar_CameraParameters__typeName_mB203EF0E50107DB7BCF7B263CA1672CC798CD60C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Detail_easyar_FeedbackFrameSource__typeName_mE637A53BB54E375A026990152EE42C735AC9ADA1_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Detail_easyar_FeedbackFrame__dtor_m68791C483824056B1497F89BD53AF00E78AAD0FC_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Detail_easyar_FeedbackFrame__retain_mCA5358504A572232BF7235E747BC27282B8A1CC4_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Detail_easyar_Image__typeName_m94E994B70780C3E89D5C6435F430EDC925D5CFDD_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Detail_easyar_InputFrameSink__typeName_m0D49A8F5797CE297C7244621DF432FB5D344D25E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Detail_easyar_InputFrameToFeedbackFrameAdapter__typeName_mF80B77B385E1DCB0A5234AED884F87A37D652213_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Detail_easyar_InputFrameToOutputFrameAdapter__typeName_m66C51B31D4C84660ECD005514FFEA944F8F14DFA_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Detail_easyar_InputFrame__typeName_m6A30966901F99B9C21F9A6DFB4821E5D6BAA15A6_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Detail_easyar_OutputFrameBuffer__typeName_m75373566FBE51C9F65190C8C86AD02D5109D8216_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Detail_easyar_OutputFrameSink__typeName_mEB106E1725A7EDA399B8DB687D139850BBF74FE4_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Detail_easyar_OutputFrameSource__typeName_mDA0A7AD213819E04F0631C2115EDB31B9B7D498E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Detail_easyar_OutputFrame__dtor_m42C2D3CDE354130E212501F6734EEF8EC81F3EA3_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Detail_easyar_OutputFrame__retain_m6A40D815EB5CFA0F4848E1FC69CC80CCA1519E9C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Detail_easyar_OutputFrame__typeName_m0E51806620F18ED2E9A8EBBD616D5EAC50C4B5C9_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Detail_easyar_SignalSource__typeName_m21BC54343D862DE500E1967A54268AB3BD096E00_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Detail_easyar_Target__typeName_mDA347346DDE7F9CB65706E5DB18065BC7FE6A7AC_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Detail_easyar_TextureId__typeName_m48FCB4C419ED9650F9FDB134490330FBDBBBC253_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Detail_map_TisOptionalOfOutputFrame_tF577925C18D472805EB5A7CD80503F7FE72B1C9C_TisOptional_1_tBE4DAAA1FF279D9DF8508DC4B6B876CAB1C86AEF_m1A8A0E024DD14CE0369C595DABE004003D45CE44_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Detail_map_TisOptional_1_tBE4DAAA1FF279D9DF8508DC4B6B876CAB1C86AEF_TisOptionalOfOutputFrame_tF577925C18D472805EB5A7CD80503F7FE72B1C9C_m2FA817663485E8795D93CFD11EAD71BF16CF0138_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Add_m3A8DF1BE8EF81A8820CB54B7D41EE8DB959D9EE8_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_GetEnumerator_m1CAD47221BA1EC69ACF8F9D37BBD0858924CF922_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Remove_mA15925A86B929CA020BA9C0D87554570D9256C95_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_m36C014EE23477A314CA41465245C2BCC9C0A188A_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_m90FC96DB37921638625774E95008773D60BA7650_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_m09737653524481C010C77FCECBB14A2B8A698F77_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_m5F67456D2A0A43A720FF48A7F90A905175876E0C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_m712893C2C48C47CCAFAD85A865C702E8D3D2B71F_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Item_m8B87B804DF06D6420B1DCE028675738AA8F3310F_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Values_mBE950BEB4E8C8CB9DF8BA23C79DB6E51EC552459_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_set_Item_m420CFC153320557E6823B06767710D1E636E5BDF_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_set_Item_mA59768AE72407DEB8D65B006B4D1AD437CD2FED2_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_set_Item_mDCBC62BB9558D128982C6E3A28C7C7935F338010_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* EasyARController_Initialize_m1881B8D729843EC397F8A9423FA63951B707258C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* EasyARController_OnDomainUnload_mA07AC98CD5CB2C27988F401A05FE083D267C592D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Any_TisFrameFilter_tEF74686432B3C28E888F223945B0BF3FC58AD214_m9C675F79BC0787AAE2CA38E661BB69F85CBB73C8_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Where_TisFrameFilter_tEF74686432B3C28E888F223945B0BF3FC58AD214_mF0AC14D305DC49E9C1DDE22373742B83F668D55D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_m0D7BC460B750F461537C4E304D3E5753A6F89D7E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_m1D8FADE7C325E8B61FB0C445ECADF5FADD949866_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_m38A9F15FDBDCDFB9590C961110777EE028621923_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_m4C9C140E7EBF55EEF498DFB48BD95408C2EE1902_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_m592BCCE7B7933454DED2130C810F059F8D85B1D7_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_m5C1BC2164A8C3C96D5683B5ABC56536E8EB47463_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_mBEFB3F262E003C2D7E4201D77A1AA6234B098F06_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_m39C71A39758E2B4A04F44F20FCEFAF7009D5F312_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_m69C362070D21401B9F9A2DC9CB7D10225C4C92EB_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_m6AFD022A43239897C657CA97259EE3A4E60ADC0F_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_mA89D3D2BDB945770F17C9D81C2860BA48C12A27D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_mAE02CAE627F26142CF6AD9870249E0DA405B7BE5_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_mDB47EEC4531D33B9C33FD2E70BA15E1535A0F3ED_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_mF3F55E1C8428B37D73447A67B2FA6FD52CBD9526_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m143541DD8FBCD313E7554EA738FA813B8F4DB11A_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m14BAEB08A423260FB1463ABC013BD1647F6FFD0B_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m8B3F02FD5A08D4F7409D38D99D4770A4A0235C61_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_mB49912FF111A954F2C326BF4FA29A53C1027187B_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_mE0D0D58C6CCC318D8052778D1EE0341A03E7B851_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_mEAD8F89B621C0C91AA34FDF8EB67F659C8E88FDB_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_mFE27D18CCD20C4477510958A5F173FF60F2EBE8B_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* GameObject_AddComponent_TisWorldRootController_tDDE4A5BB7E650DE15875AFD6F7E8BBB2F670A1A2_m0935BE800BDEC3BCCC1DE922DC238303CEA6264C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ImageTargetController_U3CLoadTargetDataFileU3Eb__35_0_m88987798ABB5ADF18A83E7627783F501F871E491_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ImageTargetController_U3CUpdateTargetInTrackerU3Eb__39_0_m1939D3182BBC11CF34DDC6687AFEEC1C11BB1E08_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ImageTrackerFrameFilter_Awake_mDE685EA4923DF83CEEB77ABDF134312F1CC340A2_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* KeyValuePair_2_get_Key_m425D4896EAB81079D62ADD15CF3029E68EBF5E46_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* KeyValuePair_2_get_Value_m7660674DD6EAB2924AB0740445B379B828772B16_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m0248A96C5334E9A93E6994B7780478BCD994EA3D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m1E098C66659F5655CF410EACF6B4855F6262AFEF_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m274CFC969F9E9088090164587A521AB14B89AEFA_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m79E50C4F592B1703F4B76A8BE7B4855515460CA1_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mEAECD79DA6F29944F9B49ACB94677497C22A52A0_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Contains_m4FD96E89F15844C90032C7386BAB528817F1FF5B_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_GetEnumerator_m7692B5F182858B7D5C72C920D09AD48738D1E70D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_GetEnumerator_mAF77BDDAD691856C757DCA11189748D815E16B3C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_GetEnumerator_mCADB185AB483C855873FCD0B1D5AAC909ED7F7BD_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_GetEnumerator_mCCE4049DDE32C31B190763A4E1A56918F86BFE75_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_GetEnumerator_mF60BB0EE76CD5ABF99057236000C6C0052E94140_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Remove_m2B41E5B9E061DD4D5F58B693018024AADF2AD7F5_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m0ED30BD14E3D4B2C2005E5CDBCFD5C57BB2720BA_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m17F501B5A5C289ECE1B4F3D6EBF05DFA421433F8_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m343E9AE492A94D882A440150B52E21644C336D34_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m670FC77C7901F370CE7234C080C66911DAFB974B_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mC54E2BCBE43279A96FC082F5CDE2D76388BD8F9C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mCA8DD57EAC70C2B5923DBB9D5A77CEAC22E7068E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* MotionTrackerFrameSource_U3COpenU3Eb__42_0_m49E6DDAD756A472D9BA2BAA43DAECDAB59DD20B1_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ObjectTargetController_U3CUpdateTargetInTrackerU3Eb__36_0_m0EF159A0FF2AE08CB8BF9B968078DDF984A01EA9_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Object_FindObjectOfType_TisWorldRootController_tDDE4A5BB7E650DE15875AFD6F7E8BBB2F670A1A2_mBCA2DC937CAA3738B5B7FA791A0E8C009F53237D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Optional_1_get_Empty_mB4FAFA9DA82F68564252670140C1757247A70189_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Optional_1_get_Empty_mF07A0FFDDA04FF88892222D8310B7C984021ED2B_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Optional_1_get_OnNone_m2B39DBB26CB1AB0BD202F66A2E5CE4E6C4AEE646_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Optional_1_get_OnNone_m341DFDE93670FBCC945914933BD0E750AA797260_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Optional_1_get_OnNone_mC8DB6E9B8EA1F7B108BEAD8D4CF0D72F034AE778_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Optional_1_get_OnSome_m45B7F2AA3A54D724DFCC5CD9555AC769B931C709_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Optional_1_get_OnSome_m6D6DC92913DB3CFD8FDC06D73452516217946020_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Optional_1_get_OnSome_mA50C2B5A1B5C89E089075D4DAEAE0ECD8E9A6806_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Optional_1_get_OnSome_mC50414C53F9E9CBB097204153D628941058972F9_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Optional_1_get_Value_m1B40EB1F1CB42848B8DECF2B684225B3CACF2FB1_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Optional_1_get_Value_m1F032C59F95454868694661D84FC55E4284100E7_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Optional_1_get_Value_m239998439D0FB23160A012D3FAA3C32182403D10_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Optional_1_get_Value_m3C26FFCE2C91AC22D25D17943A57753293D12F0B_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Optional_1_get_Value_m459F33FD3971F5E725032D66DAF86C653CBEC83F_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Optional_1_get_Value_mB11D8F0693D905CA965B73F080444BAD85640E73_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Optional_1_get_Value_mBCD175B228A43203E84E84578EAFDF8687BC53FD_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Optional_1_op_Implicit_m183B0D2025AEEDBE200F1212788E559B7508FB90_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Optional_1_op_Implicit_m1E24650E58B19C767063680D8288479923A04269_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Optional_1_op_Implicit_m2380DE20A2A84505FDCAD15A3A653556F9029CF5_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Optional_1_op_Implicit_m4293675B43B0795987DCD4434416C126A695F29F_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Optional_1_op_Implicit_m443E93AF440746C9B0E74890063463A2ED985D35_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Optional_1_op_Implicit_m57B7C69AC3CFB674EA41E92A6A006A284CF9886C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Optional_1_op_Implicit_mA963EE25469F9CAB0E35BF8C6024F01AF39F6785_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Optional_1_op_Implicit_mB6E759140ABD9407B8DBA96268F4BF2A50204427_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Optional_1_op_Implicit_mF19009AC96E25B9F142A968A69B8DA3AC00BA089_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Optional_1_op_Implicit_mF4F473FF913C9255B52D5F897B262C6901BB0320_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Optional_1_op_Implicit_mF566C65ED1D6C3E9C7D87D847DF64139A94A58AE_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Queue_1_Contains_mCE2F56241CA77C96CB12317BD1A20665A887ABE0_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Queue_1_Dequeue_mF3A71F6B640130799FA6058F0E745FD58A08B949_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Queue_1_Enqueue_mBE3096D024779CFC282178BF0ABC755FB1906DBE_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Queue_1__ctor_mC769F4D2BA13A974233F77CD34DBF4B8F0D6B6BF_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Queue_1_get_Count_m4EF35408E1188E4BFC19857CE5402A172ECEA5E3_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Tuple_Create_TisTargetController_t8B3D4F1410E51D042DF5E9C689F5C0499E43410A_TisPose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971_m62EE33C1E27A509E58015F4B6C6567A953D1C3E0_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CAutoCreateU3Ed__15_MoveNext_m48AE40CDFDE1A87AC0B4F16C459BA1AF5FED5021_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CAutoCreateU3Ed__15_System_Collections_IEnumerator_Reset_m84F89FA67290DEA335F2B0A1C9113D6701706865_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CAutoOpenU3Ed__40_MoveNext_mA3D70DDC77AB5275533E65DFF37E50F5E6356AD6_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CAutoOpenU3Ed__40_System_Collections_IEnumerator_Reset_m39993D3E057B119BE9E8452B5E6730157F88703E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CAutoOpenU3Ed__41_MoveNext_mDC2BA8FFE5D76B6639A0D6DE1371239B73D3E5FF_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CAutoOpenU3Ed__41_System_Collections_IEnumerator_Reset_m09C65BDA549764DD27863E6D990C0E223C3BBE27_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CAutoOpenU3Ed__46_MoveNext_m61FA881F27F5060A9B5A96A7FEDF266E1F1784BA_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CAutoOpenU3Ed__46_System_Collections_IEnumerator_Reset_m12814D082C8FED2B3102E05FDC2749DDE7E620A8_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CAutoOpenU3Ed__47_MoveNext_m0BB1C291ACD64C5131B3F7AD51427F028BBB7FD8_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CAutoOpenU3Ed__47_System_Collections_IEnumerator_Reset_m927B57FEDCFDA7A8355843723D608FCBE01B22C1_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CCheckAvailabilityU3Ed__41_System_Collections_IEnumerator_Reset_m3B968004DE51AEB48BE019958EF8DD1032AC188A_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CCheckRequestU3Ed__16_System_Collections_IEnumerator_Reset_mCC4D9C7EC82CB25F7BD5F9E02BB00D4128FEB3F0_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CLoadImageBufferU3Ed__37_MoveNext_m6CE2A3E85D2046407EBBD691BD999143B17EDE78_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CLoadImageBufferU3Ed__37_System_Collections_IEnumerator_Reset_m96AA7FEF3DC081296374215C27A186598DCF0D7D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CLoadObjFileFromSourceU3Ed__35_MoveNext_m9E981AC03B97301ABFD11A06280ABE477C27D18E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CLoadObjFileFromSourceU3Ed__35_System_Collections_IEnumerator_Reset_m4FD824F7F01FB0E3832B920F9B432A593145D480_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CLoadTargetDataBufferU3Ed__38_MoveNext_mF7EF73B52308C200F0A2A9930FC26ECB998FA076_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CLoadTargetDataBufferU3Ed__38_System_Collections_IEnumerator_Reset_mE7AAF6C8ED5FF484E0638E28FF075939FF70B1E7_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3COnAssembleU3Eb__40_0_m58A396877E79315F3BCCDEB1DDDB57610435B12E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3C_ctorU3Eb__3_0_m83E00571206394186C8889E411C0E1D5ADA605F2_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CpeekU3Eb__6_0_m48B5948D929E4A318ED7EAAE00ACEEE95451697D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CpreviousOutputFrameU3Eb__5_0_mBDC47E2C3AF70F3FF36F13F3B1EBA7BDF364595C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass14_0_U3COnFrameUpdateU3Eb__0_mA23D6033EC1042F3CD3D8570C6D9090BE95D0A1E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass34_0_U3CLoadImageFileU3Eb__0_m616BBCE47ECFA27A653B3C807DBDE783579D6A78_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass35_0_U3CLoadObjFileFromSourceU3Eb__0_mE5F673C4D64B19EC30C413B5A6823213E9E97D48_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass35_1_U3CLoadObjFileFromSourceU3Eb__1_m5EC928183F73FC2E7A0A446D40802BA367A1E1B9_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass36_0_U3CUpdateTargetInTrackerU3Eb__1_mE03F83BCC6599AE5A2EB68C9844365A937187919_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass37_0_U3CLoadImageBufferU3Eb__0_m908DA97E0CF44CBB4DB8084D116E2908C745EFC8_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass38_0_U3CLoadTargetDataBufferU3Eb__0_m2CB1073B8B676B783FDFB32C1D1F14F08AE734B3_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass39_0_U3CUpdateTargetInTrackerU3Eb__1_m028FA0DB06BF9BE40C859E47761473ADABCF4D44_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass41_0_U3CCheckAvailabilityU3Eb__0_mF98E1342156410F834FE64750DD146CF38E779CF_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass42_0_U3CLoadImageTargetU3Eb__0_m3FF9804C2819D9D280A59D4D38182596F70AD9CE_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass43_0_U3CUnloadImageTargetU3Eb__0_m236E517BDA6928F34C0CB5ED957A0D276A2D1CC3_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ValueCollection_GetEnumerator_m8EA0122F888D6DEA19AE7234AD5BA725A83C0A17_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* VideoRecorder_Start_m6EF77A1A4382464B8CC578BC9DBD811A9380DAA8_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* VideoRecorder_U3CStartRecordingU3Eb__17_0_mD5ED12BFBDF698E38A235230A14DF16F583A51D8_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* VideoRecorder_U3CStartU3Eb__14_0_m8EA67892A46AB5094F20E06897B0DC2FC0FB08F4_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* ARCoreCameraDevice_t55396DBC36D7E26AFDF6CC2A72F7C86664326073_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* ARCoreFrameSource_t13E57941891C16484C10CCAB4474FDF5F39B3819_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* ARKitCameraDevice_t25D15798449B95FF8BB3699EBB66F0C23CFF0F79_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* ARKitFrameSource_tEB7A3BC3F1AE0F1E99D96C5C270D284250D3CCD7_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* CameraDevice_tD49A49DD97F9C0B672E5617F54A2B15B7CB2ACCE_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* CloudRecognizer_t27F99F43A57C493819C7299483ADCBAEB549937E_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* ImageTracker_t936EBB4B806DF339985DABBA2473BC1E6B533813_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* MotionTrackerCameraDevice_tD436B669F38CE985813E95A6F7828D3E4BB8C0BB_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* MotionTrackerFrameSource_tD7D327ED271EF894B64ED950708BB80FEC03DE00_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* Recorder_tAE870C84E932F622317CC8EE7E960EC7D3EDC087_0_0_0_var;
|
|
struct Delegate_t_marshaled_com;
|
|
struct Delegate_t_marshaled_pinvoke;
|
|
struct Exception_t_marshaled_com;
|
|
struct Exception_t_marshaled_pinvoke;
|
|
|
|
struct CameraEventU5BU5D_tCE64254E9E2B285C33AE3AA6C3D1E9AA3BE6CE1E;
|
|
struct StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248;
|
|
struct Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191;
|
|
struct __Il2CppFullySharedGenericTypeU5BU5D_tCAB6D060972DD49223A834B7EEFEB9FE2D003BEC;
|
|
|
|
IL2CPP_EXTERN_C_BEGIN
|
|
IL2CPP_EXTERN_C_END
|
|
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
|
|
// System.Collections.Generic.Dictionary`2<UnityEngine.Camera,easyar.CameraImageRenderer>
|
|
struct Dictionary_2_t6E6BBE1387E58DA634F58ACFCF79515A16B504F3 : public RuntimeObject
|
|
{
|
|
// System.Int32[] System.Collections.Generic.Dictionary`2::_buckets
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ____buckets_0;
|
|
// System.Collections.Generic.Dictionary`2/Entry<TKey,TValue>[] System.Collections.Generic.Dictionary`2::_entries
|
|
EntryU5BU5D_t325775654DB892AEC12E6C478A39C8243C22E39C* ____entries_1;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2::_count
|
|
int32_t ____count_2;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2::_freeList
|
|
int32_t ____freeList_3;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2::_freeCount
|
|
int32_t ____freeCount_4;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2::_version
|
|
int32_t ____version_5;
|
|
// System.Collections.Generic.IEqualityComparer`1<TKey> System.Collections.Generic.Dictionary`2::_comparer
|
|
RuntimeObject* ____comparer_6;
|
|
// System.Collections.Generic.Dictionary`2/KeyCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::_keys
|
|
KeyCollection_tA0F1B9F33645F720C9321F4B90B04D80B9D8516A* ____keys_7;
|
|
// System.Collections.Generic.Dictionary`2/ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::_values
|
|
ValueCollection_t3ED85FB48C79D935F892A9A1E2A6974F9F6FD4EB* ____values_8;
|
|
// System.Object System.Collections.Generic.Dictionary`2::_syncRoot
|
|
RuntimeObject* ____syncRoot_9;
|
|
};
|
|
|
|
// System.Collections.Generic.Dictionary`2<System.Int32,System.Int32>
|
|
struct Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180 : public RuntimeObject
|
|
{
|
|
// System.Int32[] System.Collections.Generic.Dictionary`2::_buckets
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ____buckets_0;
|
|
// System.Collections.Generic.Dictionary`2/Entry<TKey,TValue>[] System.Collections.Generic.Dictionary`2::_entries
|
|
EntryU5BU5D_t197C691F43F1694B771BF83C278D12BBFEEB86FA* ____entries_1;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2::_count
|
|
int32_t ____count_2;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2::_freeList
|
|
int32_t ____freeList_3;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2::_freeCount
|
|
int32_t ____freeCount_4;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2::_version
|
|
int32_t ____version_5;
|
|
// System.Collections.Generic.IEqualityComparer`1<TKey> System.Collections.Generic.Dictionary`2::_comparer
|
|
RuntimeObject* ____comparer_6;
|
|
// System.Collections.Generic.Dictionary`2/KeyCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::_keys
|
|
KeyCollection_t67E8423B5AEB30C254013AD88AB68D2A36F1F436* ____keys_7;
|
|
// System.Collections.Generic.Dictionary`2/ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::_values
|
|
ValueCollection_t74AF7C1BAE06C66E984668F663D574ED6A596D28* ____values_8;
|
|
// System.Object System.Collections.Generic.Dictionary`2::_syncRoot
|
|
RuntimeObject* ____syncRoot_9;
|
|
};
|
|
|
|
// System.Collections.Generic.Dictionary`2<System.Int32,easyar.TargetController>
|
|
struct Dictionary_2_tDA9BDCAD90AB624680FE8388C5681B4D692FEFFC : public RuntimeObject
|
|
{
|
|
// System.Int32[] System.Collections.Generic.Dictionary`2::_buckets
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ____buckets_0;
|
|
// System.Collections.Generic.Dictionary`2/Entry<TKey,TValue>[] System.Collections.Generic.Dictionary`2::_entries
|
|
EntryU5BU5D_tC51B272125F150CAB575788AC31D7A018A2946A7* ____entries_1;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2::_count
|
|
int32_t ____count_2;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2::_freeList
|
|
int32_t ____freeList_3;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2::_freeCount
|
|
int32_t ____freeCount_4;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2::_version
|
|
int32_t ____version_5;
|
|
// System.Collections.Generic.IEqualityComparer`1<TKey> System.Collections.Generic.Dictionary`2::_comparer
|
|
RuntimeObject* ____comparer_6;
|
|
// System.Collections.Generic.Dictionary`2/KeyCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::_keys
|
|
KeyCollection_t911BADA8246BBEF48FCA0E86E023251CA5EFCFDD* ____keys_7;
|
|
// System.Collections.Generic.Dictionary`2/ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::_values
|
|
ValueCollection_tA4ABE415D3FF9AD9A5D3FB12C59B128D7747787C* ____values_8;
|
|
// System.Object System.Collections.Generic.Dictionary`2::_syncRoot
|
|
RuntimeObject* ____syncRoot_9;
|
|
};
|
|
|
|
// System.Collections.Generic.List`1<easyar.Optional`1<easyar.FrameFilterResult>>
|
|
struct List_1_t3A85D19E6AA2D6E9238A936A2D20CC0B1ED64893 : public RuntimeObject
|
|
{
|
|
// T[] System.Collections.Generic.List`1::_items
|
|
Optional_1U5BU5D_t407EF754A138AA73EB24F94027163EE76B306E04* ____items_1;
|
|
// System.Int32 System.Collections.Generic.List`1::_size
|
|
int32_t ____size_2;
|
|
// System.Int32 System.Collections.Generic.List`1::_version
|
|
int32_t ____version_3;
|
|
// System.Object System.Collections.Generic.List`1::_syncRoot
|
|
RuntimeObject* ____syncRoot_4;
|
|
};
|
|
|
|
// System.Collections.Generic.List`1<System.Tuple`2<easyar.TargetController,UnityEngine.Pose>>
|
|
struct List_1_t47AF7A21A7E23F1FB8146739E4B3E8A1D1390177 : public RuntimeObject
|
|
{
|
|
// T[] System.Collections.Generic.List`1::_items
|
|
Tuple_2U5BU5D_tCF0E55B7E6FA212435A5B40D98F09802BCBB485F* ____items_1;
|
|
// System.Int32 System.Collections.Generic.List`1::_size
|
|
int32_t ____size_2;
|
|
// System.Int32 System.Collections.Generic.List`1::_version
|
|
int32_t ____version_3;
|
|
// System.Object System.Collections.Generic.List`1::_syncRoot
|
|
RuntimeObject* ____syncRoot_4;
|
|
};
|
|
|
|
// System.Collections.Generic.List`1<easyar.FrameFilter>
|
|
struct List_1_t158A784F818ED74D8CBDE0E1C08AF2A6BA10BBDA : public RuntimeObject
|
|
{
|
|
// T[] System.Collections.Generic.List`1::_items
|
|
FrameFilterU5BU5D_tDB772E17BEA3D0DB03F7BE0BC280F93BC39AD83E* ____items_1;
|
|
// System.Int32 System.Collections.Generic.List`1::_size
|
|
int32_t ____size_2;
|
|
// System.Int32 System.Collections.Generic.List`1::_version
|
|
int32_t ____version_3;
|
|
// System.Object System.Collections.Generic.List`1::_syncRoot
|
|
RuntimeObject* ____syncRoot_4;
|
|
};
|
|
|
|
// System.Collections.Generic.List`1<System.Int32>
|
|
struct List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73 : public RuntimeObject
|
|
{
|
|
// T[] System.Collections.Generic.List`1::_items
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ____items_1;
|
|
// System.Int32 System.Collections.Generic.List`1::_size
|
|
int32_t ____size_2;
|
|
// System.Int32 System.Collections.Generic.List`1::_version
|
|
int32_t ____version_3;
|
|
// System.Object System.Collections.Generic.List`1::_syncRoot
|
|
RuntimeObject* ____syncRoot_4;
|
|
};
|
|
|
|
// System.Collections.Generic.List`1<System.String>
|
|
struct List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD : public RuntimeObject
|
|
{
|
|
// T[] System.Collections.Generic.List`1::_items
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ____items_1;
|
|
// System.Int32 System.Collections.Generic.List`1::_size
|
|
int32_t ____size_2;
|
|
// System.Int32 System.Collections.Generic.List`1::_version
|
|
int32_t ____version_3;
|
|
// System.Object System.Collections.Generic.List`1::_syncRoot
|
|
RuntimeObject* ____syncRoot_4;
|
|
};
|
|
|
|
// System.Collections.Generic.List`1<easyar.TargetController>
|
|
struct List_1_tCEB771A8CDB403FD34D07715A47E3A9EDFD82FEB : public RuntimeObject
|
|
{
|
|
// T[] System.Collections.Generic.List`1::_items
|
|
TargetControllerU5BU5D_tC47A398475445712D8B1B9A84F01D3C05A8DE515* ____items_1;
|
|
// System.Int32 System.Collections.Generic.List`1::_size
|
|
int32_t ____size_2;
|
|
// System.Int32 System.Collections.Generic.List`1::_version
|
|
int32_t ____version_3;
|
|
// System.Object System.Collections.Generic.List`1::_syncRoot
|
|
RuntimeObject* ____syncRoot_4;
|
|
};
|
|
|
|
// System.Collections.Generic.List`1<easyar.TargetInstance>
|
|
struct List_1_t02CCFA330F41314AC87A5442E54CDC91260E5F35 : public RuntimeObject
|
|
{
|
|
// T[] System.Collections.Generic.List`1::_items
|
|
TargetInstanceU5BU5D_t1CE4B3FDA058845D51EDA80B117BE88DE63B2CCD* ____items_1;
|
|
// System.Int32 System.Collections.Generic.List`1::_size
|
|
int32_t ____size_2;
|
|
// System.Int32 System.Collections.Generic.List`1::_version
|
|
int32_t ____version_3;
|
|
// System.Object System.Collections.Generic.List`1::_syncRoot
|
|
RuntimeObject* ____syncRoot_4;
|
|
};
|
|
|
|
// System.Collections.Generic.List`1<easyar.Vec3F>
|
|
struct List_1_t7915EE474170743D55F8651CF5CCC36D26B88EAE : public RuntimeObject
|
|
{
|
|
// T[] System.Collections.Generic.List`1::_items
|
|
Vec3FU5BU5D_tF81AA6AD2EAE4CAFC9F6B036D6164569771A83CF* ____items_1;
|
|
// System.Int32 System.Collections.Generic.List`1::_size
|
|
int32_t ____size_2;
|
|
// System.Int32 System.Collections.Generic.List`1::_version
|
|
int32_t ____version_3;
|
|
// System.Object System.Collections.Generic.List`1::_syncRoot
|
|
RuntimeObject* ____syncRoot_4;
|
|
};
|
|
|
|
// System.Collections.Generic.List`1<UnityEngine.Vector3>
|
|
struct List_1_t77B94703E05C519A9010DD0614F757F974E1CD8B : public RuntimeObject
|
|
{
|
|
// T[] System.Collections.Generic.List`1::_items
|
|
Vector3U5BU5D_tFF1859CCE176131B909E2044F76443064254679C* ____items_1;
|
|
// System.Int32 System.Collections.Generic.List`1::_size
|
|
int32_t ____size_2;
|
|
// System.Int32 System.Collections.Generic.List`1::_version
|
|
int32_t ____version_3;
|
|
// System.Object System.Collections.Generic.List`1::_syncRoot
|
|
RuntimeObject* ____syncRoot_4;
|
|
};
|
|
|
|
// System.Collections.Generic.List`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
|
|
struct List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A : public RuntimeObject
|
|
{
|
|
// T[] System.Collections.Generic.List`1::_items
|
|
__Il2CppFullySharedGenericTypeU5BU5D_tCAB6D060972DD49223A834B7EEFEB9FE2D003BEC* ____items_1;
|
|
// System.Int32 System.Collections.Generic.List`1::_size
|
|
int32_t ____size_2;
|
|
// System.Int32 System.Collections.Generic.List`1::_version
|
|
int32_t ____version_3;
|
|
// System.Object System.Collections.Generic.List`1::_syncRoot
|
|
RuntimeObject* ____syncRoot_4;
|
|
};
|
|
|
|
// System.Collections.Generic.List`1<easyar.ARSession/ARCenterMode>
|
|
struct List_1_t28ACFD63E6C534D957A7F965C7430A0E1A7149DE : public RuntimeObject
|
|
{
|
|
// T[] System.Collections.Generic.List`1::_items
|
|
ARCenterModeU5BU5D_t04967019340D8395CE0A3126231AB4D38FC03CF3* ____items_1;
|
|
// System.Int32 System.Collections.Generic.List`1::_size
|
|
int32_t ____size_2;
|
|
// System.Int32 System.Collections.Generic.List`1::_version
|
|
int32_t ____version_3;
|
|
// System.Object System.Collections.Generic.List`1::_syncRoot
|
|
RuntimeObject* ____syncRoot_4;
|
|
};
|
|
|
|
// System.Collections.Generic.Queue`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
|
|
struct Queue_1_t00794C5F46E3254E713B03F949E6AB3A1AB1FD41 : public RuntimeObject
|
|
{
|
|
// T[] System.Collections.Generic.Queue`1::_array
|
|
__Il2CppFullySharedGenericTypeU5BU5D_tCAB6D060972DD49223A834B7EEFEB9FE2D003BEC* ____array_0;
|
|
// System.Int32 System.Collections.Generic.Queue`1::_head
|
|
int32_t ____head_1;
|
|
// System.Int32 System.Collections.Generic.Queue`1::_tail
|
|
int32_t ____tail_2;
|
|
// System.Int32 System.Collections.Generic.Queue`1::_size
|
|
int32_t ____size_3;
|
|
// System.Int32 System.Collections.Generic.Queue`1::_version
|
|
int32_t ____version_4;
|
|
// System.Object System.Collections.Generic.Queue`1::_syncRoot
|
|
RuntimeObject* ____syncRoot_5;
|
|
};
|
|
|
|
// System.Collections.Generic.Queue`1<easyar.CloudRecognizerFrameFilter/Request>
|
|
struct Queue_1_t4AD143AF7A961A82813D1CB3F443B3140ABDDCB0 : public RuntimeObject
|
|
{
|
|
// T[] System.Collections.Generic.Queue`1::_array
|
|
RequestU5BU5D_t5C456E2137D3F31CDF32C5163D56D378C6CD56DA* ____array_0;
|
|
// System.Int32 System.Collections.Generic.Queue`1::_head
|
|
int32_t ____head_1;
|
|
// System.Int32 System.Collections.Generic.Queue`1::_tail
|
|
int32_t ____tail_2;
|
|
// System.Int32 System.Collections.Generic.Queue`1::_size
|
|
int32_t ____size_3;
|
|
// System.Int32 System.Collections.Generic.Queue`1::_version
|
|
int32_t ____version_4;
|
|
// System.Object System.Collections.Generic.Queue`1::_syncRoot
|
|
RuntimeObject* ____syncRoot_5;
|
|
};
|
|
|
|
// System.Collections.Generic.Dictionary`2/ValueCollection<System.Int32,easyar.TargetController>
|
|
struct ValueCollection_tA4ABE415D3FF9AD9A5D3FB12C59B128D7747787C : public RuntimeObject
|
|
{
|
|
// System.Collections.Generic.Dictionary`2<TKey,TValue> System.Collections.Generic.Dictionary`2/ValueCollection::_dictionary
|
|
Dictionary_2_tDA9BDCAD90AB624680FE8388C5681B4D692FEFFC* ____dictionary_0;
|
|
};
|
|
|
|
// easyar.ARAssembly
|
|
struct ARAssembly_t5F1E1DD46E4F3CA1BAF7ACAFC438564C8E5B02EB : public RuntimeObject
|
|
{
|
|
// easyar.InputFrameThrottler easyar.ARAssembly::iFrameThrottler
|
|
InputFrameThrottler_tA57E96AFCF65AFA62930F09485AB4919BE8CC714* ___iFrameThrottler_0;
|
|
// easyar.InputFrameFork easyar.ARAssembly::iFrameFork
|
|
InputFrameFork_t2D1FE0BD3FE1C53ABC6BA0A41009156D8F69B486* ___iFrameFork_1;
|
|
// easyar.InputFrameToOutputFrameAdapter easyar.ARAssembly::i2OAdapter
|
|
InputFrameToOutputFrameAdapter_tB10AD4D1BF1C4F5A0B628D0EFCF45C8CB5BA65F2* ___i2OAdapter_2;
|
|
// easyar.InputFrameToFeedbackFrameAdapter easyar.ARAssembly::i2FAdapter
|
|
InputFrameToFeedbackFrameAdapter_tEA715356AB9DD6A39C7D0FAEE0EC3480E1CB9379* ___i2FAdapter_3;
|
|
// easyar.FeedbackFrameFork easyar.ARAssembly::fbFrameFork
|
|
FeedbackFrameFork_tBE1A8F042C98AE909C59B64B0F725B5045A92276* ___fbFrameFork_4;
|
|
// easyar.OutputFrameJoin easyar.ARAssembly::oFrameJoin
|
|
OutputFrameJoin_t0F4FDAA442E8021FEC5229D5800A574C131D5AC0* ___oFrameJoin_5;
|
|
// easyar.OutputFrameFork easyar.ARAssembly::oFrameFork
|
|
OutputFrameFork_t9A4919DC9013B229393DD0D8E68690363DB81542* ___oFrameFork_6;
|
|
// easyar.OutputFrameBuffer easyar.ARAssembly::oFrameBuffer
|
|
OutputFrameBuffer_t9636FA51588819DCE62366622F1374365AF22F72* ___oFrameBuffer_7;
|
|
// easyar.FramePlayer easyar.ARAssembly::framePlayer
|
|
FramePlayer_tE4012E8B09CC18FBAA94E44963EEB726340BAE52* ___framePlayer_8;
|
|
// System.Int32 easyar.ARAssembly::extraBufferCapacity
|
|
int32_t ___extraBufferCapacity_9;
|
|
// easyar.FrameSource easyar.ARAssembly::<FrameSource>k__BackingField
|
|
FrameSource_tEFFB44317ECA60F900CBDDA05D06E675C6CC88CD* ___U3CFrameSourceU3Ek__BackingField_10;
|
|
// easyar.FrameRecorder easyar.ARAssembly::<FrameRecorder>k__BackingField
|
|
FrameRecorder_t8CC5DCF79B95112470076E335EAB8789319CAA72* ___U3CFrameRecorderU3Ek__BackingField_11;
|
|
// System.Collections.Generic.List`1<easyar.FrameFilter> easyar.ARAssembly::<FrameFilters>k__BackingField
|
|
List_1_t158A784F818ED74D8CBDE0E1C08AF2A6BA10BBDA* ___U3CFrameFiltersU3Ek__BackingField_12;
|
|
// UnityEngine.Camera easyar.ARAssembly::<Camera>k__BackingField
|
|
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* ___U3CCameraU3Ek__BackingField_13;
|
|
// System.Boolean easyar.ARAssembly::<Ready>k__BackingField
|
|
bool ___U3CReadyU3Ek__BackingField_14;
|
|
};
|
|
|
|
// easyar.Detail
|
|
struct Detail_tB4DBDB462AA1DFC256BC6B782DC98E191969CEAA : public RuntimeObject
|
|
{
|
|
};
|
|
|
|
// easyar.Display
|
|
struct Display_tB1D5BF85C3C9D5D143CF2406E5676281CC8C3FEE : public RuntimeObject
|
|
{
|
|
// System.Collections.Generic.Dictionary`2<System.Int32,System.Int32> easyar.Display::rotations
|
|
Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180* ___rotations_0;
|
|
};
|
|
|
|
// easyar.DisplayEmulator
|
|
struct DisplayEmulator_t2E0A8EDC08F0914C1AB7368D35286516CCA00DE5 : public RuntimeObject
|
|
{
|
|
// System.Int32 easyar.DisplayEmulator::<Rotation>k__BackingField
|
|
int32_t ___U3CRotationU3Ek__BackingField_0;
|
|
};
|
|
|
|
// System.EventArgs
|
|
struct EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377 : public RuntimeObject
|
|
{
|
|
};
|
|
|
|
// System.MarshalByRefObject
|
|
struct MarshalByRefObject_t8C2F4C5854177FD60439EB1FCCFC1B3CFAFE8DCE : public RuntimeObject
|
|
{
|
|
// System.Object System.MarshalByRefObject::_identity
|
|
RuntimeObject* ____identity_0;
|
|
};
|
|
// Native definition for P/Invoke marshalling of System.MarshalByRefObject
|
|
struct MarshalByRefObject_t8C2F4C5854177FD60439EB1FCCFC1B3CFAFE8DCE_marshaled_pinvoke
|
|
{
|
|
Il2CppIUnknown* ____identity_0;
|
|
};
|
|
// Native definition for COM marshalling of System.MarshalByRefObject
|
|
struct MarshalByRefObject_t8C2F4C5854177FD60439EB1FCCFC1B3CFAFE8DCE_marshaled_com
|
|
{
|
|
Il2CppIUnknown* ____identity_0;
|
|
};
|
|
|
|
// System.Reflection.MemberInfo
|
|
struct MemberInfo_t : public RuntimeObject
|
|
{
|
|
};
|
|
|
|
// System.String
|
|
struct String_t : public RuntimeObject
|
|
{
|
|
// System.Int32 System.String::_stringLength
|
|
int32_t ____stringLength_4;
|
|
// System.Char System.String::_firstChar
|
|
Il2CppChar ____firstChar_5;
|
|
};
|
|
|
|
// easyar.ThreadWorker
|
|
struct ThreadWorker_t1ADEDA9DB0A15609FBEFE467B9CC337BF57D6D36 : public RuntimeObject
|
|
{
|
|
// System.Threading.Thread easyar.ThreadWorker::thread
|
|
Thread_t0A773B9DE873D2DCAA7D229EAB36757B500E207F* ___thread_0;
|
|
// System.Boolean easyar.ThreadWorker::finished
|
|
bool ___finished_1;
|
|
// System.Collections.Generic.Queue`1<System.Action> easyar.ThreadWorker::queue
|
|
Queue_1_tDCDB1CEF747EF8D38C6708645EC5FD3799C168BA* ___queue_2;
|
|
};
|
|
|
|
// System.ValueType
|
|
struct ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F : public RuntimeObject
|
|
{
|
|
};
|
|
// Native definition for P/Invoke marshalling of System.ValueType
|
|
struct ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F_marshaled_pinvoke
|
|
{
|
|
};
|
|
// Native definition for COM marshalling of System.ValueType
|
|
struct ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F_marshaled_com
|
|
{
|
|
};
|
|
|
|
// System.Version
|
|
struct Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7 : public RuntimeObject
|
|
{
|
|
// System.Int32 System.Version::_Major
|
|
int32_t ____Major_0;
|
|
// System.Int32 System.Version::_Minor
|
|
int32_t ____Minor_1;
|
|
// System.Int32 System.Version::_Build
|
|
int32_t ____Build_2;
|
|
// System.Int32 System.Version::_Revision
|
|
int32_t ____Revision_3;
|
|
};
|
|
|
|
// UnityEngine.YieldInstruction
|
|
struct YieldInstruction_tFCE35FD0907950EFEE9BC2890AC664E41C53728D : public RuntimeObject
|
|
{
|
|
};
|
|
// Native definition for P/Invoke marshalling of UnityEngine.YieldInstruction
|
|
struct YieldInstruction_tFCE35FD0907950EFEE9BC2890AC664E41C53728D_marshaled_pinvoke
|
|
{
|
|
};
|
|
// Native definition for COM marshalling of UnityEngine.YieldInstruction
|
|
struct YieldInstruction_tFCE35FD0907950EFEE9BC2890AC664E41C53728D_marshaled_com
|
|
{
|
|
};
|
|
|
|
// easyar.ARCoreFrameSource/<AutoOpen>d__41
|
|
struct U3CAutoOpenU3Ed__41_t6C6B7BD2D38E74321DE6A331A84BD02A47E405F2 : public RuntimeObject
|
|
{
|
|
// System.Int32 easyar.ARCoreFrameSource/<AutoOpen>d__41::<>1__state
|
|
int32_t ___U3CU3E1__state_0;
|
|
// System.Object easyar.ARCoreFrameSource/<AutoOpen>d__41::<>2__current
|
|
RuntimeObject* ___U3CU3E2__current_1;
|
|
// easyar.ARCoreFrameSource easyar.ARCoreFrameSource/<AutoOpen>d__41::<>4__this
|
|
ARCoreFrameSource_t13E57941891C16484C10CCAB4474FDF5F39B3819* ___U3CU3E4__this_2;
|
|
};
|
|
|
|
// easyar.ARKitFrameSource/<AutoOpen>d__40
|
|
struct U3CAutoOpenU3Ed__40_t6EE8DEC7E45F1928EBC5B69FE2DA0AF50AB55E21 : public RuntimeObject
|
|
{
|
|
// System.Int32 easyar.ARKitFrameSource/<AutoOpen>d__40::<>1__state
|
|
int32_t ___U3CU3E1__state_0;
|
|
// System.Object easyar.ARKitFrameSource/<AutoOpen>d__40::<>2__current
|
|
RuntimeObject* ___U3CU3E2__current_1;
|
|
// easyar.ARKitFrameSource easyar.ARKitFrameSource/<AutoOpen>d__40::<>4__this
|
|
ARKitFrameSource_tEB7A3BC3F1AE0F1E99D96C5C270D284250D3CCD7* ___U3CU3E4__this_2;
|
|
};
|
|
|
|
// easyar.CameraDeviceFrameSource/<AutoOpen>d__46
|
|
struct U3CAutoOpenU3Ed__46_t273E4635E30DE853167BBB798722C4F2AB78C36D : public RuntimeObject
|
|
{
|
|
// System.Int32 easyar.CameraDeviceFrameSource/<AutoOpen>d__46::<>1__state
|
|
int32_t ___U3CU3E1__state_0;
|
|
// System.Object easyar.CameraDeviceFrameSource/<AutoOpen>d__46::<>2__current
|
|
RuntimeObject* ___U3CU3E2__current_1;
|
|
// easyar.CameraDeviceFrameSource easyar.CameraDeviceFrameSource/<AutoOpen>d__46::<>4__this
|
|
CameraDeviceFrameSource_t96C3510E9C369F5946CEBF25739FF84997FA1A92* ___U3CU3E4__this_2;
|
|
};
|
|
|
|
// easyar.CameraImageMaterial/CameraImageShaders
|
|
struct CameraImageShaders_tF11C72B259F894CE25147615DF0A4DBB4B0D80E7 : public RuntimeObject
|
|
{
|
|
// UnityEngine.Shader easyar.CameraImageMaterial/CameraImageShaders::RGB
|
|
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* ___RGB_0;
|
|
// UnityEngine.Shader easyar.CameraImageMaterial/CameraImageShaders::BGR
|
|
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* ___BGR_1;
|
|
// UnityEngine.Shader easyar.CameraImageMaterial/CameraImageShaders::GRAY
|
|
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* ___GRAY_2;
|
|
// UnityEngine.Shader easyar.CameraImageMaterial/CameraImageShaders::YUV_I420_YV12
|
|
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* ___YUV_I420_YV12_3;
|
|
// UnityEngine.Shader easyar.CameraImageMaterial/CameraImageShaders::YUV_NV12
|
|
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* ___YUV_NV12_4;
|
|
// UnityEngine.Shader easyar.CameraImageMaterial/CameraImageShaders::YUV_NV21
|
|
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* ___YUV_NV21_5;
|
|
};
|
|
|
|
// easyar.CameraImageRenderer/UserRequest
|
|
struct UserRequest_t50ED9EC59E68CA01BE9BF5028C274640DEFDF00D : public RuntimeObject
|
|
{
|
|
// UnityEngine.RenderTexture easyar.CameraImageRenderer/UserRequest::texture
|
|
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* ___texture_0;
|
|
// UnityEngine.Rendering.CommandBuffer easyar.CameraImageRenderer/UserRequest::commandBuffer
|
|
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___commandBuffer_1;
|
|
};
|
|
|
|
// easyar.CloudRecognizerFrameFilter/<>c__DisplayClass14_0
|
|
struct U3CU3Ec__DisplayClass14_0_t935F57D89DBAFD0A44E58BB94C2D4A6FB4F61832 : public RuntimeObject
|
|
{
|
|
// easyar.CloudRecognizerFrameFilter/Request easyar.CloudRecognizerFrameFilter/<>c__DisplayClass14_0::request
|
|
Request_t9240130696DF8E3F2076435911F7FF7C84152F49* ___request_0;
|
|
};
|
|
|
|
// easyar.CloudRecognizerFrameFilter/<AutoCreate>d__15
|
|
struct U3CAutoCreateU3Ed__15_t2AF04502C7505DADD24042E27F00193CE8769826 : public RuntimeObject
|
|
{
|
|
// System.Int32 easyar.CloudRecognizerFrameFilter/<AutoCreate>d__15::<>1__state
|
|
int32_t ___U3CU3E1__state_0;
|
|
// System.Object easyar.CloudRecognizerFrameFilter/<AutoCreate>d__15::<>2__current
|
|
RuntimeObject* ___U3CU3E2__current_1;
|
|
// easyar.CloudRecognizerFrameFilter easyar.CloudRecognizerFrameFilter/<AutoCreate>d__15::<>4__this
|
|
CloudRecognizerFrameFilter_t2038454703274381A6400CAEC747F87A853B8316* ___U3CU3E4__this_2;
|
|
};
|
|
|
|
// easyar.CloudRecognizerFrameFilter/<CheckRequest>d__16
|
|
struct U3CCheckRequestU3Ed__16_t46EE8FCD6D4FFAEF6E806E1F192AF6CA945458DD : public RuntimeObject
|
|
{
|
|
// System.Int32 easyar.CloudRecognizerFrameFilter/<CheckRequest>d__16::<>1__state
|
|
int32_t ___U3CU3E1__state_0;
|
|
// System.Object easyar.CloudRecognizerFrameFilter/<CheckRequest>d__16::<>2__current
|
|
RuntimeObject* ___U3CU3E2__current_1;
|
|
// easyar.CloudRecognizerFrameFilter easyar.CloudRecognizerFrameFilter/<CheckRequest>d__16::<>4__this
|
|
CloudRecognizerFrameFilter_t2038454703274381A6400CAEC747F87A853B8316* ___U3CU3E4__this_2;
|
|
// easyar.CloudRecognizerFrameFilter/Request easyar.CloudRecognizerFrameFilter/<CheckRequest>d__16::req
|
|
Request_t9240130696DF8E3F2076435911F7FF7C84152F49* ___req_3;
|
|
};
|
|
|
|
// easyar.CloudRecognizerFrameFilter/CloudRecognizerServiceConfig
|
|
struct CloudRecognizerServiceConfig_tAF6DBBE8DF5606D2D6879A3FABCFE28B003862FD : public RuntimeObject
|
|
{
|
|
// System.String easyar.CloudRecognizerFrameFilter/CloudRecognizerServiceConfig::ServerAddress
|
|
String_t* ___ServerAddress_0;
|
|
// System.String easyar.CloudRecognizerFrameFilter/CloudRecognizerServiceConfig::APIKey
|
|
String_t* ___APIKey_1;
|
|
// System.String easyar.CloudRecognizerFrameFilter/CloudRecognizerServiceConfig::APISecret
|
|
String_t* ___APISecret_2;
|
|
// System.String easyar.CloudRecognizerFrameFilter/CloudRecognizerServiceConfig::CloudRecognizerAppID
|
|
String_t* ___CloudRecognizerAppID_3;
|
|
};
|
|
|
|
// easyar.CloudRecognizerFrameFilter/PrivateCloudRecognizerServiceConfig
|
|
struct PrivateCloudRecognizerServiceConfig_t0A6190CA51A48D63D12EB07B73E33C71446A4E92 : public RuntimeObject
|
|
{
|
|
// System.String easyar.CloudRecognizerFrameFilter/PrivateCloudRecognizerServiceConfig::ServerAddress
|
|
String_t* ___ServerAddress_0;
|
|
// System.String easyar.CloudRecognizerFrameFilter/PrivateCloudRecognizerServiceConfig::CloudRecognitionServiceSecret
|
|
String_t* ___CloudRecognitionServiceSecret_1;
|
|
// System.String easyar.CloudRecognizerFrameFilter/PrivateCloudRecognizerServiceConfig::CloudRecognizerAppID
|
|
String_t* ___CloudRecognizerAppID_2;
|
|
};
|
|
|
|
// easyar.CloudRecognizerFrameFilter/Request
|
|
struct Request_t9240130696DF8E3F2076435911F7FF7C84152F49 : public RuntimeObject
|
|
{
|
|
// System.Action`1<easyar.InputFrame> easyar.CloudRecognizerFrameFilter/Request::StartCallback
|
|
Action_1_t9B1F83CF784EEF67EA2B81DD3A12C12D518808C1* ___StartCallback_0;
|
|
// System.Action`2<easyar.Optional`1<easyar.CloudRecognizationResult>,System.String> easyar.CloudRecognizerFrameFilter/Request::FinishCallback
|
|
Action_2_t044BEC9AE1C2995930179F5D51893A8456A3494A* ___FinishCallback_1;
|
|
};
|
|
|
|
// easyar.Detail/AutoRelease
|
|
struct AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F : public RuntimeObject
|
|
{
|
|
// System.Collections.Generic.List`1<System.Action> easyar.Detail/AutoRelease::actions
|
|
List_1_tDB72209F35D56F62A287633F9450978E90B90987* ___actions_0;
|
|
};
|
|
|
|
// easyar.EasyARSettings/Permission
|
|
struct Permission_t2303B1B54854223B0C770ACCC80577F22F87766C : public RuntimeObject
|
|
{
|
|
// System.Boolean easyar.EasyARSettings/Permission::CameraDevice
|
|
bool ___CameraDevice_0;
|
|
// System.Boolean easyar.EasyARSettings/Permission::VideoRecording
|
|
bool ___VideoRecording_1;
|
|
// System.Boolean easyar.EasyARSettings/Permission::Mega
|
|
bool ___Mega_2;
|
|
};
|
|
|
|
// easyar.EasyARSettings/TargetGizmoConfig
|
|
struct TargetGizmoConfig_t38A365FEA74EEF837656FB3826B81FFC3166F616 : public RuntimeObject
|
|
{
|
|
// easyar.EasyARSettings/TargetGizmoConfig/ImageTargetConfig easyar.EasyARSettings/TargetGizmoConfig::ImageTarget
|
|
ImageTargetConfig_t82F7F51165EC2BE8A6E52BC54B0806BD82EC41CD* ___ImageTarget_0;
|
|
// easyar.EasyARSettings/TargetGizmoConfig/ObjectTargetConfig easyar.EasyARSettings/TargetGizmoConfig::ObjectTarget
|
|
ObjectTargetConfig_t3C0935996D52F5E9D461EEF17439585B9AE55B96* ___ObjectTarget_1;
|
|
};
|
|
|
|
// easyar.EasyARSettings/Workaround
|
|
struct Workaround_tFF0E355FFE7B616D0EC048F15F9CB01DF6EBD9B5 : public RuntimeObject
|
|
{
|
|
// System.Boolean easyar.EasyARSettings/Workaround::URP17RG_DX11_RuinedScene
|
|
bool ___URP17RG_DX11_RuinedScene_0;
|
|
// System.Boolean easyar.EasyARSettings/Workaround::URP17RG_IOS_Glitches_Partial
|
|
bool ___URP17RG_IOS_Glitches_Partial_1;
|
|
};
|
|
|
|
// easyar.FeedbackFrame/<>c
|
|
struct U3CU3Ec_t48BF0741FF687F1CB395841E033E32D04FF05AD6 : public RuntimeObject
|
|
{
|
|
};
|
|
|
|
// easyar.ImageTargetController/<>c__DisplayClass34_0
|
|
struct U3CU3Ec__DisplayClass34_0_tE6496C4BE78179A1C9B28885E5B13302367509FD : public RuntimeObject
|
|
{
|
|
// easyar.ImageTargetController easyar.ImageTargetController/<>c__DisplayClass34_0::<>4__this
|
|
ImageTargetController_t84FED4EB42B01319DE27986E10F1941E88ACA633* ___U3CU3E4__this_0;
|
|
// easyar.ImageTargetController/ImageFileSourceData easyar.ImageTargetController/<>c__DisplayClass34_0::source
|
|
ImageFileSourceData_t6253D5079E28B45E9A0C1A7A8CFBF74267364C2B* ___source_1;
|
|
};
|
|
|
|
// easyar.ImageTargetController/<>c__DisplayClass39_0
|
|
struct U3CU3Ec__DisplayClass39_0_tE5D71B872E1BD740901F4DC60FF174BD50D20BBA : public RuntimeObject
|
|
{
|
|
// easyar.ImageTrackerFrameFilter easyar.ImageTargetController/<>c__DisplayClass39_0::trackerLoad
|
|
ImageTrackerFrameFilter_t1C3BF48AFCFEA2D5BE49CAE9196847DBB5177A9E* ___trackerLoad_0;
|
|
// easyar.ImageTargetController easyar.ImageTargetController/<>c__DisplayClass39_0::<>4__this
|
|
ImageTargetController_t84FED4EB42B01319DE27986E10F1941E88ACA633* ___U3CU3E4__this_1;
|
|
};
|
|
|
|
// easyar.ImageTargetController/<LoadImageBuffer>d__37
|
|
struct U3CLoadImageBufferU3Ed__37_t50F30BFD3396E0AC8F263F6FA65B7EF4FA341DA5 : public RuntimeObject
|
|
{
|
|
// System.Int32 easyar.ImageTargetController/<LoadImageBuffer>d__37::<>1__state
|
|
int32_t ___U3CU3E1__state_0;
|
|
// System.Object easyar.ImageTargetController/<LoadImageBuffer>d__37::<>2__current
|
|
RuntimeObject* ___U3CU3E2__current_1;
|
|
// easyar.Buffer easyar.ImageTargetController/<LoadImageBuffer>d__37::buffer
|
|
Buffer_t644BF6560BDFFE92C2929A3CBF29C9B124212B54* ___buffer_2;
|
|
// easyar.ImageTargetController/<>c__DisplayClass37_0 easyar.ImageTargetController/<LoadImageBuffer>d__37::<>8__1
|
|
U3CU3Ec__DisplayClass37_0_t321CC58E921C8F88E76CDAABB8C6AE8E6B333B55* ___U3CU3E8__1_3;
|
|
// easyar.ImageTargetController/ImageFileSourceData easyar.ImageTargetController/<LoadImageBuffer>d__37::source
|
|
ImageFileSourceData_t6253D5079E28B45E9A0C1A7A8CFBF74267364C2B* ___source_4;
|
|
// easyar.ImageTargetController easyar.ImageTargetController/<LoadImageBuffer>d__37::<>4__this
|
|
ImageTargetController_t84FED4EB42B01319DE27986E10F1941E88ACA633* ___U3CU3E4__this_5;
|
|
// easyar.Buffer easyar.ImageTargetController/<LoadImageBuffer>d__37::<>7__wrap1
|
|
Buffer_t644BF6560BDFFE92C2929A3CBF29C9B124212B54* ___U3CU3E7__wrap1_6;
|
|
};
|
|
|
|
// easyar.ImageTargetController/<LoadTargetDataBuffer>d__38
|
|
struct U3CLoadTargetDataBufferU3Ed__38_t9138D5541478E945DACB18EDFE6BF5F4A9EE1941 : public RuntimeObject
|
|
{
|
|
// System.Int32 easyar.ImageTargetController/<LoadTargetDataBuffer>d__38::<>1__state
|
|
int32_t ___U3CU3E1__state_0;
|
|
// System.Object easyar.ImageTargetController/<LoadTargetDataBuffer>d__38::<>2__current
|
|
RuntimeObject* ___U3CU3E2__current_1;
|
|
// easyar.Buffer easyar.ImageTargetController/<LoadTargetDataBuffer>d__38::buffer
|
|
Buffer_t644BF6560BDFFE92C2929A3CBF29C9B124212B54* ___buffer_2;
|
|
// easyar.ImageTargetController/<>c__DisplayClass38_0 easyar.ImageTargetController/<LoadTargetDataBuffer>d__38::<>8__1
|
|
U3CU3Ec__DisplayClass38_0_t95778DE5F62CBD94392CA442327A82DB1EA98FBF* ___U3CU3E8__1_3;
|
|
// easyar.ImageTargetController easyar.ImageTargetController/<LoadTargetDataBuffer>d__38::<>4__this
|
|
ImageTargetController_t84FED4EB42B01319DE27986E10F1941E88ACA633* ___U3CU3E4__this_4;
|
|
// easyar.Buffer easyar.ImageTargetController/<LoadTargetDataBuffer>d__38::<>7__wrap1
|
|
Buffer_t644BF6560BDFFE92C2929A3CBF29C9B124212B54* ___U3CU3E7__wrap1_5;
|
|
};
|
|
|
|
// easyar.ImageTrackerFrameFilter/<>c__DisplayClass42_0
|
|
struct U3CU3Ec__DisplayClass42_0_t37F31AE2898A372607420766924CA36ADCFD7D15 : public RuntimeObject
|
|
{
|
|
// easyar.ImageTrackerFrameFilter easyar.ImageTrackerFrameFilter/<>c__DisplayClass42_0::<>4__this
|
|
ImageTrackerFrameFilter_t1C3BF48AFCFEA2D5BE49CAE9196847DBB5177A9E* ___U3CU3E4__this_0;
|
|
// easyar.ImageTargetController easyar.ImageTrackerFrameFilter/<>c__DisplayClass42_0::controller
|
|
ImageTargetController_t84FED4EB42B01319DE27986E10F1941E88ACA633* ___controller_1;
|
|
// System.Action`2<easyar.Target,System.Boolean> easyar.ImageTrackerFrameFilter/<>c__DisplayClass42_0::callback
|
|
Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416* ___callback_2;
|
|
};
|
|
|
|
// easyar.ImageTrackerFrameFilter/<>c__DisplayClass43_0
|
|
struct U3CU3Ec__DisplayClass43_0_tD7C7758FE89F5D384041998C14FC6089EA8D8126 : public RuntimeObject
|
|
{
|
|
// easyar.ImageTrackerFrameFilter easyar.ImageTrackerFrameFilter/<>c__DisplayClass43_0::<>4__this
|
|
ImageTrackerFrameFilter_t1C3BF48AFCFEA2D5BE49CAE9196847DBB5177A9E* ___U3CU3E4__this_0;
|
|
// easyar.ImageTargetController easyar.ImageTrackerFrameFilter/<>c__DisplayClass43_0::controller
|
|
ImageTargetController_t84FED4EB42B01319DE27986E10F1941E88ACA633* ___controller_1;
|
|
// System.Action`2<easyar.Target,System.Boolean> easyar.ImageTrackerFrameFilter/<>c__DisplayClass43_0::callback
|
|
Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416* ___callback_2;
|
|
};
|
|
|
|
// easyar.ImageTrackerFrameFilter/ResultParameters
|
|
struct ResultParameters_tAA33B14E1901CE2D4D7576E7DAC587AD6CDBD6D8 : public RuntimeObject
|
|
{
|
|
// System.Boolean easyar.ImageTrackerFrameFilter/ResultParameters::EnablePersistentTargetInstance
|
|
bool ___EnablePersistentTargetInstance_0;
|
|
// System.Boolean easyar.ImageTrackerFrameFilter/ResultParameters::EnableMotionFusion
|
|
bool ___EnableMotionFusion_1;
|
|
};
|
|
|
|
// easyar.MegaTrackerFrameFilter/MegaLocalizationServiceConfig
|
|
struct MegaLocalizationServiceConfig_tBB288F844FCA406F19B49B8EDD38EEBA66BB8406 : public RuntimeObject
|
|
{
|
|
// System.String easyar.MegaTrackerFrameFilter/MegaLocalizationServiceConfig::ServerAddress
|
|
String_t* ___ServerAddress_0;
|
|
// System.String easyar.MegaTrackerFrameFilter/MegaLocalizationServiceConfig::APIKey
|
|
String_t* ___APIKey_1;
|
|
// System.String easyar.MegaTrackerFrameFilter/MegaLocalizationServiceConfig::APISecret
|
|
String_t* ___APISecret_2;
|
|
// System.String easyar.MegaTrackerFrameFilter/MegaLocalizationServiceConfig::AppID
|
|
String_t* ___AppID_3;
|
|
};
|
|
|
|
// easyar.MotionTrackerFrameSource/<>c
|
|
struct U3CU3Ec_tFA432AA6511108BF7CF3957EB5CF2562E867F4EF : public RuntimeObject
|
|
{
|
|
};
|
|
|
|
// easyar.MotionTrackerFrameSource/<>c__DisplayClass41_0
|
|
struct U3CU3Ec__DisplayClass41_0_tB66C35723D8C5CE4CE9B030856B3C9B43F8EFD64 : public RuntimeObject
|
|
{
|
|
// System.Boolean easyar.MotionTrackerFrameSource/<>c__DisplayClass41_0::finish
|
|
bool ___finish_0;
|
|
// easyar.CalibrationDownloader easyar.MotionTrackerFrameSource/<>c__DisplayClass41_0::downloader
|
|
CalibrationDownloader_t65C1B75983EDF919EFC7B748FDD88013A3287453* ___downloader_1;
|
|
};
|
|
|
|
// easyar.MotionTrackerFrameSource/<AutoOpen>d__47
|
|
struct U3CAutoOpenU3Ed__47_t0D0B312D8B005E51CCF957718A0E2C35D8EBA283 : public RuntimeObject
|
|
{
|
|
// System.Int32 easyar.MotionTrackerFrameSource/<AutoOpen>d__47::<>1__state
|
|
int32_t ___U3CU3E1__state_0;
|
|
// System.Object easyar.MotionTrackerFrameSource/<AutoOpen>d__47::<>2__current
|
|
RuntimeObject* ___U3CU3E2__current_1;
|
|
// easyar.MotionTrackerFrameSource easyar.MotionTrackerFrameSource/<AutoOpen>d__47::<>4__this
|
|
MotionTrackerFrameSource_tD7D327ED271EF894B64ED950708BB80FEC03DE00* ___U3CU3E4__this_2;
|
|
};
|
|
|
|
// easyar.MotionTrackerFrameSource/<CheckAvailability>d__41
|
|
struct U3CCheckAvailabilityU3Ed__41_t69BDC9A1DEE9EA50DAAA7486B72CFD18E5467D94 : public RuntimeObject
|
|
{
|
|
// System.Int32 easyar.MotionTrackerFrameSource/<CheckAvailability>d__41::<>1__state
|
|
int32_t ___U3CU3E1__state_0;
|
|
// System.Object easyar.MotionTrackerFrameSource/<CheckAvailability>d__41::<>2__current
|
|
RuntimeObject* ___U3CU3E2__current_1;
|
|
// easyar.MotionTrackerFrameSource easyar.MotionTrackerFrameSource/<CheckAvailability>d__41::<>4__this
|
|
MotionTrackerFrameSource_tD7D327ED271EF894B64ED950708BB80FEC03DE00* ___U3CU3E4__this_2;
|
|
// easyar.MotionTrackerFrameSource/<>c__DisplayClass41_0 easyar.MotionTrackerFrameSource/<CheckAvailability>d__41::<>8__1
|
|
U3CU3Ec__DisplayClass41_0_tB66C35723D8C5CE4CE9B030856B3C9B43F8EFD64* ___U3CU3E8__1_3;
|
|
// System.Boolean easyar.MotionTrackerFrameSource/<CheckAvailability>d__41::<available>5__2
|
|
bool ___U3CavailableU3E5__2_4;
|
|
};
|
|
|
|
// easyar.ObjectTargetController/<>c__DisplayClass35_0
|
|
struct U3CU3Ec__DisplayClass35_0_t408F760B0D3407EBB7D41A5C09CADE3D5E502AE1 : public RuntimeObject
|
|
{
|
|
// easyar.ObjectTargetController/ObjFileSourceData easyar.ObjectTargetController/<>c__DisplayClass35_0::source
|
|
ObjFileSourceData_t12FD5C0AA2C6B5B0C12FC0D02D9EA9B3BF5F1533* ___source_0;
|
|
// easyar.BufferDictionary easyar.ObjectTargetController/<>c__DisplayClass35_0::objBufferDic
|
|
BufferDictionary_tE490AD0F155B30D742A22BB6E0B5A39C771DFC94* ___objBufferDic_1;
|
|
};
|
|
|
|
// easyar.ObjectTargetController/<>c__DisplayClass35_1
|
|
struct U3CU3Ec__DisplayClass35_1_t07237F889C0F03D3B22916B4BAABD8B3A3A4384B : public RuntimeObject
|
|
{
|
|
// System.String easyar.ObjectTargetController/<>c__DisplayClass35_1::filePath
|
|
String_t* ___filePath_0;
|
|
// easyar.ObjectTargetController/<>c__DisplayClass35_0 easyar.ObjectTargetController/<>c__DisplayClass35_1::CS$<>8__locals1
|
|
U3CU3Ec__DisplayClass35_0_t408F760B0D3407EBB7D41A5C09CADE3D5E502AE1* ___CSU24U3CU3E8__locals1_1;
|
|
};
|
|
|
|
// easyar.ObjectTargetController/<>c__DisplayClass36_0
|
|
struct U3CU3Ec__DisplayClass36_0_t6A636853EE875C799497C23495F20757F8BBE626 : public RuntimeObject
|
|
{
|
|
// easyar.ObjectTrackerFrameFilter easyar.ObjectTargetController/<>c__DisplayClass36_0::trackerLoad
|
|
ObjectTrackerFrameFilter_t9A3F8B9F26D5021DEC972A8AD994AA405A1020FC* ___trackerLoad_0;
|
|
// easyar.ObjectTargetController easyar.ObjectTargetController/<>c__DisplayClass36_0::<>4__this
|
|
ObjectTargetController_t48B32473B80F782C65609F8050CF308590D0DEE8* ___U3CU3E4__this_1;
|
|
};
|
|
|
|
// easyar.OutputFrameBuffer/<>c
|
|
struct U3CU3Ec_t7F688AF8695363A67DCC90398C83A6620EDFF55B : public RuntimeObject
|
|
{
|
|
};
|
|
|
|
// easyar.SparseSpatialMapWorkerFrameFilter/SpatialMapServiceConfig
|
|
struct SpatialMapServiceConfig_tACF8B968800D15400B69F5FE954C197B7B30529B : public RuntimeObject
|
|
{
|
|
// System.String easyar.SparseSpatialMapWorkerFrameFilter/SpatialMapServiceConfig::APIKey
|
|
String_t* ___APIKey_0;
|
|
// System.String easyar.SparseSpatialMapWorkerFrameFilter/SpatialMapServiceConfig::APISecret
|
|
String_t* ___APISecret_1;
|
|
// System.String easyar.SparseSpatialMapWorkerFrameFilter/SpatialMapServiceConfig::SparseSpatialMapAppID
|
|
String_t* ___SparseSpatialMapAppID_2;
|
|
};
|
|
|
|
// easyar.EasyARSettings/TargetGizmoConfig/ImageTargetConfig
|
|
struct ImageTargetConfig_t82F7F51165EC2BE8A6E52BC54B0806BD82EC41CD : public RuntimeObject
|
|
{
|
|
// System.Boolean easyar.EasyARSettings/TargetGizmoConfig/ImageTargetConfig::EnableImageFile
|
|
bool ___EnableImageFile_0;
|
|
// System.Boolean easyar.EasyARSettings/TargetGizmoConfig/ImageTargetConfig::EnableTargetDataFile
|
|
bool ___EnableTargetDataFile_1;
|
|
// System.Boolean easyar.EasyARSettings/TargetGizmoConfig/ImageTargetConfig::EnableTarget
|
|
bool ___EnableTarget_2;
|
|
};
|
|
|
|
// easyar.EasyARSettings/TargetGizmoConfig/ObjectTargetConfig
|
|
struct ObjectTargetConfig_t3C0935996D52F5E9D461EEF17439585B9AE55B96 : public RuntimeObject
|
|
{
|
|
// System.Boolean easyar.EasyARSettings/TargetGizmoConfig/ObjectTargetConfig::Enable
|
|
bool ___Enable_0;
|
|
};
|
|
|
|
// System.Collections.Generic.List`1/Enumerator<System.Int32>
|
|
struct Enumerator_t9DBCD072C72E44AB8959D9884EF7F528028F20EC
|
|
{
|
|
// System.Collections.Generic.List`1<T> System.Collections.Generic.List`1/Enumerator::_list
|
|
List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73* ____list_0;
|
|
// System.Int32 System.Collections.Generic.List`1/Enumerator::_index
|
|
int32_t ____index_1;
|
|
// System.Int32 System.Collections.Generic.List`1/Enumerator::_version
|
|
int32_t ____version_2;
|
|
// T System.Collections.Generic.List`1/Enumerator::_current
|
|
int32_t ____current_3;
|
|
};
|
|
|
|
// System.Collections.Generic.List`1/Enumerator<System.String>
|
|
struct Enumerator_tA7A4B718FE1ED1D87565680D8C8195EC8AEAB3D1
|
|
{
|
|
// System.Collections.Generic.List`1<T> System.Collections.Generic.List`1/Enumerator::_list
|
|
List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* ____list_0;
|
|
// System.Int32 System.Collections.Generic.List`1/Enumerator::_index
|
|
int32_t ____index_1;
|
|
// System.Int32 System.Collections.Generic.List`1/Enumerator::_version
|
|
int32_t ____version_2;
|
|
// T System.Collections.Generic.List`1/Enumerator::_current
|
|
String_t* ____current_3;
|
|
};
|
|
|
|
// System.Collections.Generic.List`1/Enumerator<easyar.TargetController>
|
|
struct Enumerator_t3B3BADE128E7103AC5746AE044A6DD39CBF305DC
|
|
{
|
|
// System.Collections.Generic.List`1<T> System.Collections.Generic.List`1/Enumerator::_list
|
|
List_1_tCEB771A8CDB403FD34D07715A47E3A9EDFD82FEB* ____list_0;
|
|
// System.Int32 System.Collections.Generic.List`1/Enumerator::_index
|
|
int32_t ____index_1;
|
|
// System.Int32 System.Collections.Generic.List`1/Enumerator::_version
|
|
int32_t ____version_2;
|
|
// T System.Collections.Generic.List`1/Enumerator::_current
|
|
TargetController_t8B3D4F1410E51D042DF5E9C689F5C0499E43410A* ____current_3;
|
|
};
|
|
|
|
// System.Collections.Generic.List`1/Enumerator<easyar.TargetInstance>
|
|
struct Enumerator_tD5D17AED76B8978BB6FD8A4417D05179AF863463
|
|
{
|
|
// System.Collections.Generic.List`1<T> System.Collections.Generic.List`1/Enumerator::_list
|
|
List_1_t02CCFA330F41314AC87A5442E54CDC91260E5F35* ____list_0;
|
|
// System.Int32 System.Collections.Generic.List`1/Enumerator::_index
|
|
int32_t ____index_1;
|
|
// System.Int32 System.Collections.Generic.List`1/Enumerator::_version
|
|
int32_t ____version_2;
|
|
// T System.Collections.Generic.List`1/Enumerator::_current
|
|
TargetInstance_tE73C3AC33284F56F71BB4462DA5FDCBBE054F263* ____current_3;
|
|
};
|
|
|
|
// System.Collections.Generic.List`1/Enumerator<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
|
|
typedef Il2CppFullySharedGenericStruct Enumerator_tF5AC6CD19D283FBD724440520CEE68FE2602F7AF;
|
|
|
|
// System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Int32,easyar.TargetController>
|
|
struct Enumerator_t0DB28B560AE92004790F0809B2A567549805D60E
|
|
{
|
|
// System.Collections.Generic.Dictionary`2<TKey,TValue> System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator::_dictionary
|
|
Dictionary_2_tDA9BDCAD90AB624680FE8388C5681B4D692FEFFC* ____dictionary_0;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator::_index
|
|
int32_t ____index_1;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator::_version
|
|
int32_t ____version_2;
|
|
// TValue System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator::_currentValue
|
|
TargetController_t8B3D4F1410E51D042DF5E9C689F5C0499E43410A* ____currentValue_3;
|
|
};
|
|
|
|
// System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType,Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
|
|
typedef Il2CppFullySharedGenericStruct Enumerator_tEEF12A9EDAAA0461A72ED9491F6AC20B22440222;
|
|
|
|
// System.Collections.Generic.KeyValuePair`2<UnityEngine.Camera,easyar.CameraImageRenderer>
|
|
struct KeyValuePair_2_t177BF7527FBB6205219185A7D7CAA8D874679F0E
|
|
{
|
|
// TKey System.Collections.Generic.KeyValuePair`2::key
|
|
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* ___key_0;
|
|
// TValue System.Collections.Generic.KeyValuePair`2::value
|
|
CameraImageRenderer_tD369A344F7BD6A09BE29193551EA348BC22D7078* ___value_1;
|
|
};
|
|
|
|
// System.Collections.Generic.KeyValuePair`2<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType,Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
|
|
typedef Il2CppFullySharedGenericStruct KeyValuePair_2_t28EF90BF7804CE5D7F99A364266351E7DC652669;
|
|
|
|
// System.Boolean
|
|
struct Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22
|
|
{
|
|
// System.Boolean System.Boolean::m_value
|
|
bool ___m_value_0;
|
|
};
|
|
|
|
// UnityEngine.Color
|
|
struct Color_tD001788D726C3A7F1379BEED0260B9591F440C1F
|
|
{
|
|
// System.Single UnityEngine.Color::r
|
|
float ___r_0;
|
|
// System.Single UnityEngine.Color::g
|
|
float ___g_1;
|
|
// System.Single UnityEngine.Color::b
|
|
float ___b_2;
|
|
// System.Single UnityEngine.Color::a
|
|
float ___a_3;
|
|
};
|
|
|
|
// System.Double
|
|
struct Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F
|
|
{
|
|
// System.Double System.Double::m_value
|
|
double ___m_value_0;
|
|
};
|
|
|
|
// System.Enum
|
|
struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2 : public ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F
|
|
{
|
|
};
|
|
// Native definition for P/Invoke marshalling of System.Enum
|
|
struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_marshaled_pinvoke
|
|
{
|
|
};
|
|
// Native definition for COM marshalling of System.Enum
|
|
struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_marshaled_com
|
|
{
|
|
};
|
|
|
|
// System.Guid
|
|
struct Guid_t
|
|
{
|
|
// System.Int32 System.Guid::_a
|
|
int32_t ____a_1;
|
|
// System.Int16 System.Guid::_b
|
|
int16_t ____b_2;
|
|
// System.Int16 System.Guid::_c
|
|
int16_t ____c_3;
|
|
// System.Byte System.Guid::_d
|
|
uint8_t ____d_4;
|
|
// System.Byte System.Guid::_e
|
|
uint8_t ____e_5;
|
|
// System.Byte System.Guid::_f
|
|
uint8_t ____f_6;
|
|
// System.Byte System.Guid::_g
|
|
uint8_t ____g_7;
|
|
// System.Byte System.Guid::_h
|
|
uint8_t ____h_8;
|
|
// System.Byte System.Guid::_i
|
|
uint8_t ____i_9;
|
|
// System.Byte System.Guid::_j
|
|
uint8_t ____j_10;
|
|
// System.Byte System.Guid::_k
|
|
uint8_t ____k_11;
|
|
};
|
|
|
|
// System.Int32
|
|
struct Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C
|
|
{
|
|
// System.Int32 System.Int32::m_value
|
|
int32_t ___m_value_0;
|
|
};
|
|
|
|
// System.Int64
|
|
struct Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3
|
|
{
|
|
// System.Int64 System.Int64::m_value
|
|
int64_t ___m_value_0;
|
|
};
|
|
|
|
// System.IntPtr
|
|
struct IntPtr_t
|
|
{
|
|
// System.Void* System.IntPtr::m_value
|
|
void* ___m_value_0;
|
|
};
|
|
|
|
// easyar.Matrix44F
|
|
struct Matrix44F_t2AC2E226036AA644931F63203A7171FB070EA515
|
|
{
|
|
// System.Single easyar.Matrix44F::data_0
|
|
float ___data_0_0;
|
|
// System.Single easyar.Matrix44F::data_1
|
|
float ___data_1_1;
|
|
// System.Single easyar.Matrix44F::data_2
|
|
float ___data_2_2;
|
|
// System.Single easyar.Matrix44F::data_3
|
|
float ___data_3_3;
|
|
// System.Single easyar.Matrix44F::data_4
|
|
float ___data_4_4;
|
|
// System.Single easyar.Matrix44F::data_5
|
|
float ___data_5_5;
|
|
// System.Single easyar.Matrix44F::data_6
|
|
float ___data_6_6;
|
|
// System.Single easyar.Matrix44F::data_7
|
|
float ___data_7_7;
|
|
// System.Single easyar.Matrix44F::data_8
|
|
float ___data_8_8;
|
|
// System.Single easyar.Matrix44F::data_9
|
|
float ___data_9_9;
|
|
// System.Single easyar.Matrix44F::data_10
|
|
float ___data_10_10;
|
|
// System.Single easyar.Matrix44F::data_11
|
|
float ___data_11_11;
|
|
// System.Single easyar.Matrix44F::data_12
|
|
float ___data_12_12;
|
|
// System.Single easyar.Matrix44F::data_13
|
|
float ___data_13_13;
|
|
// System.Single easyar.Matrix44F::data_14
|
|
float ___data_14_14;
|
|
// System.Single easyar.Matrix44F::data_15
|
|
float ___data_15_15;
|
|
};
|
|
|
|
// UnityEngine.Matrix4x4
|
|
struct Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6
|
|
{
|
|
// System.Single UnityEngine.Matrix4x4::m00
|
|
float ___m00_0;
|
|
// System.Single UnityEngine.Matrix4x4::m10
|
|
float ___m10_1;
|
|
// System.Single UnityEngine.Matrix4x4::m20
|
|
float ___m20_2;
|
|
// System.Single UnityEngine.Matrix4x4::m30
|
|
float ___m30_3;
|
|
// System.Single UnityEngine.Matrix4x4::m01
|
|
float ___m01_4;
|
|
// System.Single UnityEngine.Matrix4x4::m11
|
|
float ___m11_5;
|
|
// System.Single UnityEngine.Matrix4x4::m21
|
|
float ___m21_6;
|
|
// System.Single UnityEngine.Matrix4x4::m31
|
|
float ___m31_7;
|
|
// System.Single UnityEngine.Matrix4x4::m02
|
|
float ___m02_8;
|
|
// System.Single UnityEngine.Matrix4x4::m12
|
|
float ___m12_9;
|
|
// System.Single UnityEngine.Matrix4x4::m22
|
|
float ___m22_10;
|
|
// System.Single UnityEngine.Matrix4x4::m32
|
|
float ___m32_11;
|
|
// System.Single UnityEngine.Matrix4x4::m03
|
|
float ___m03_12;
|
|
// System.Single UnityEngine.Matrix4x4::m13
|
|
float ___m13_13;
|
|
// System.Single UnityEngine.Matrix4x4::m23
|
|
float ___m23_14;
|
|
// System.Single UnityEngine.Matrix4x4::m33
|
|
float ___m33_15;
|
|
};
|
|
|
|
// easyar.ProximityLocationResult
|
|
struct ProximityLocationResult_tA82CCA13151C04AC1DDC537AAC56369C6B34367F
|
|
{
|
|
// System.Single easyar.ProximityLocationResult::x
|
|
float ___x_0;
|
|
// System.Single easyar.ProximityLocationResult::y
|
|
float ___y_1;
|
|
// System.Single easyar.ProximityLocationResult::z
|
|
float ___z_2;
|
|
// System.Single easyar.ProximityLocationResult::accuracy
|
|
float ___accuracy_3;
|
|
// System.Double easyar.ProximityLocationResult::timestamp
|
|
double ___timestamp_4;
|
|
// System.Byte easyar.ProximityLocationResult::is2d_
|
|
uint8_t ___is2d__5;
|
|
// System.Double easyar.ProximityLocationResult::validTime
|
|
double ___validTime_6;
|
|
};
|
|
|
|
// UnityEngine.Quaternion
|
|
struct Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974
|
|
{
|
|
// System.Single UnityEngine.Quaternion::x
|
|
float ___x_0;
|
|
// System.Single UnityEngine.Quaternion::y
|
|
float ___y_1;
|
|
// System.Single UnityEngine.Quaternion::z
|
|
float ___z_2;
|
|
// System.Single UnityEngine.Quaternion::w
|
|
float ___w_3;
|
|
};
|
|
|
|
// UnityEngine.Rect
|
|
struct Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D
|
|
{
|
|
// System.Single UnityEngine.Rect::m_XMin
|
|
float ___m_XMin_0;
|
|
// System.Single UnityEngine.Rect::m_YMin
|
|
float ___m_YMin_1;
|
|
// System.Single UnityEngine.Rect::m_Width
|
|
float ___m_Width_2;
|
|
// System.Single UnityEngine.Rect::m_Height
|
|
float ___m_Height_3;
|
|
};
|
|
|
|
// System.Single
|
|
struct Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C
|
|
{
|
|
// System.Single System.Single::m_value
|
|
float ___m_value_0;
|
|
};
|
|
|
|
// easyar.Unit
|
|
struct Unit_t934B7E7CA82AE6BF510C860F0D2D37CB95C1F185
|
|
{
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
};
|
|
uint8_t Unit_t934B7E7CA82AE6BF510C860F0D2D37CB95C1F185__padding[1];
|
|
};
|
|
};
|
|
|
|
// easyar.Vec2F
|
|
struct Vec2F_t5CABD3CD43030E52677F261C1DF60AE30C977684
|
|
{
|
|
// System.Single easyar.Vec2F::data_0
|
|
float ___data_0_0;
|
|
// System.Single easyar.Vec2F::data_1
|
|
float ___data_1_1;
|
|
};
|
|
|
|
// easyar.Vec2I
|
|
struct Vec2I_tFE0BA26B13EC0F9970DC6F58A4CB2A10467C7485
|
|
{
|
|
// System.Int32 easyar.Vec2I::data_0
|
|
int32_t ___data_0_0;
|
|
// System.Int32 easyar.Vec2I::data_1
|
|
int32_t ___data_1_1;
|
|
};
|
|
|
|
// easyar.Vec3F
|
|
struct Vec3F_t1697E529DB6D3D351055A5A52CF0974F2422E630
|
|
{
|
|
// System.Single easyar.Vec3F::data_0
|
|
float ___data_0_0;
|
|
// System.Single easyar.Vec3F::data_1
|
|
float ___data_1_1;
|
|
// System.Single easyar.Vec3F::data_2
|
|
float ___data_2_2;
|
|
};
|
|
|
|
// UnityEngine.Vector2
|
|
struct Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7
|
|
{
|
|
// System.Single UnityEngine.Vector2::x
|
|
float ___x_0;
|
|
// System.Single UnityEngine.Vector2::y
|
|
float ___y_1;
|
|
};
|
|
|
|
// UnityEngine.Vector3
|
|
struct Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2
|
|
{
|
|
// System.Single UnityEngine.Vector3::x
|
|
float ___x_2;
|
|
// System.Single UnityEngine.Vector3::y
|
|
float ___y_3;
|
|
// System.Single UnityEngine.Vector3::z
|
|
float ___z_4;
|
|
};
|
|
|
|
// System.Void
|
|
struct Void_t4861ACF8F4594C3437BB48B6E56783494B843915
|
|
{
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
};
|
|
uint8_t Void_t4861ACF8F4594C3437BB48B6E56783494B843915__padding[1];
|
|
};
|
|
};
|
|
|
|
// UnityEngine.WaitForEndOfFrame
|
|
struct WaitForEndOfFrame_tE38D80923E3F8380069B423968C25ABE50A46663 : public YieldInstruction_tFCE35FD0907950EFEE9BC2890AC664E41C53728D
|
|
{
|
|
};
|
|
|
|
// System.Collections.Generic.List`1/Enumerator<easyar.Vec3F>
|
|
struct Enumerator_tABDB8E380843593B5616089F392D7E5484F0ABDD
|
|
{
|
|
// System.Collections.Generic.List`1<T> System.Collections.Generic.List`1/Enumerator::_list
|
|
List_1_t7915EE474170743D55F8651CF5CCC36D26B88EAE* ____list_0;
|
|
// System.Int32 System.Collections.Generic.List`1/Enumerator::_index
|
|
int32_t ____index_1;
|
|
// System.Int32 System.Collections.Generic.List`1/Enumerator::_version
|
|
int32_t ____version_2;
|
|
// T System.Collections.Generic.List`1/Enumerator::_current
|
|
Vec3F_t1697E529DB6D3D351055A5A52CF0974F2422E630 ____current_3;
|
|
};
|
|
|
|
// System.Collections.Generic.Dictionary`2/Enumerator<UnityEngine.Camera,easyar.CameraImageRenderer>
|
|
struct Enumerator_tFE2D9D7DAC73B40FA32416808B5CD70D4B7C1BE2
|
|
{
|
|
// System.Collections.Generic.Dictionary`2<TKey,TValue> System.Collections.Generic.Dictionary`2/Enumerator::_dictionary
|
|
Dictionary_2_t6E6BBE1387E58DA634F58ACFCF79515A16B504F3* ____dictionary_0;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::_version
|
|
int32_t ____version_1;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::_index
|
|
int32_t ____index_2;
|
|
// System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2/Enumerator::_current
|
|
KeyValuePair_2_t177BF7527FBB6205219185A7D7CAA8D874679F0E ____current_3;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::_getEnumeratorRetType
|
|
int32_t ____getEnumeratorRetType_4;
|
|
};
|
|
|
|
// System.Collections.Generic.Dictionary`2/Enumerator<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType,Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
|
|
typedef Il2CppFullySharedGenericStruct Enumerator_tB3750C37D2E2D54A46142439AF83A76EC665D9B1;
|
|
|
|
// easyar.ARCoreCameraDeviceFocusMode
|
|
struct ARCoreCameraDeviceFocusMode_t2080770DB95B9B1F95B0DFD81D393AC9783A3B6C
|
|
{
|
|
// System.Int32 easyar.ARCoreCameraDeviceFocusMode::value__
|
|
int32_t ___value___2;
|
|
};
|
|
|
|
// easyar.ARKitCameraDeviceFocusMode
|
|
struct ARKitCameraDeviceFocusMode_t672D7B6DCB8CF5A3210A09154968D7E94F1C4EE5
|
|
{
|
|
// System.Int32 easyar.ARKitCameraDeviceFocusMode::value__
|
|
int32_t ___value___2;
|
|
};
|
|
|
|
// System.AppDomain
|
|
struct AppDomain_tFF7010567CBABAEEA7BB19835234D6485E16AD5F : public MarshalByRefObject_t8C2F4C5854177FD60439EB1FCCFC1B3CFAFE8DCE
|
|
{
|
|
// System.IntPtr System.AppDomain::_mono_app_domain
|
|
intptr_t ____mono_app_domain_1;
|
|
// System.Object System.AppDomain::_evidence
|
|
RuntimeObject* ____evidence_6;
|
|
// System.Object System.AppDomain::_granted
|
|
RuntimeObject* ____granted_7;
|
|
// System.Int32 System.AppDomain::_principalPolicy
|
|
int32_t ____principalPolicy_8;
|
|
// System.AssemblyLoadEventHandler System.AppDomain::AssemblyLoad
|
|
AssemblyLoadEventHandler_t74AF5FF25F520B9786A20D862AE69BE733774A42* ___AssemblyLoad_9;
|
|
// System.ResolveEventHandler System.AppDomain::AssemblyResolve
|
|
ResolveEventHandler_t3CE88268E672E41B1B55E01587AFBCFB85044692* ___AssemblyResolve_10;
|
|
// System.EventHandler System.AppDomain::DomainUnload
|
|
EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82* ___DomainUnload_11;
|
|
// System.EventHandler System.AppDomain::ProcessExit
|
|
EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82* ___ProcessExit_12;
|
|
// System.ResolveEventHandler System.AppDomain::ResourceResolve
|
|
ResolveEventHandler_t3CE88268E672E41B1B55E01587AFBCFB85044692* ___ResourceResolve_13;
|
|
// System.ResolveEventHandler System.AppDomain::TypeResolve
|
|
ResolveEventHandler_t3CE88268E672E41B1B55E01587AFBCFB85044692* ___TypeResolve_14;
|
|
// System.UnhandledExceptionEventHandler System.AppDomain::UnhandledException
|
|
UnhandledExceptionEventHandler_tB13FF21A6201A59BB462E68CD10C5B5BEE54941C* ___UnhandledException_15;
|
|
// System.EventHandler`1<System.Runtime.ExceptionServices.FirstChanceExceptionEventArgs> System.AppDomain::FirstChanceException
|
|
EventHandler_1_tF46A0252BA462E35F6B72C69AB6C0F751E7443D7* ___FirstChanceException_16;
|
|
// System.Object System.AppDomain::_domain_manager
|
|
RuntimeObject* ____domain_manager_17;
|
|
// System.ResolveEventHandler System.AppDomain::ReflectionOnlyAssemblyResolve
|
|
ResolveEventHandler_t3CE88268E672E41B1B55E01587AFBCFB85044692* ___ReflectionOnlyAssemblyResolve_18;
|
|
// System.Object System.AppDomain::_activation
|
|
RuntimeObject* ____activation_19;
|
|
// System.Object System.AppDomain::_applicationIdentity
|
|
RuntimeObject* ____applicationIdentity_20;
|
|
// System.Collections.Generic.List`1<System.String> System.AppDomain::compatibility_switch
|
|
List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* ___compatibility_switch_21;
|
|
};
|
|
// Native definition for P/Invoke marshalling of System.AppDomain
|
|
struct AppDomain_tFF7010567CBABAEEA7BB19835234D6485E16AD5F_marshaled_pinvoke : public MarshalByRefObject_t8C2F4C5854177FD60439EB1FCCFC1B3CFAFE8DCE_marshaled_pinvoke
|
|
{
|
|
intptr_t ____mono_app_domain_1;
|
|
Il2CppIUnknown* ____evidence_6;
|
|
Il2CppIUnknown* ____granted_7;
|
|
int32_t ____principalPolicy_8;
|
|
Il2CppMethodPointer ___AssemblyLoad_9;
|
|
Il2CppMethodPointer ___AssemblyResolve_10;
|
|
Il2CppMethodPointer ___DomainUnload_11;
|
|
Il2CppMethodPointer ___ProcessExit_12;
|
|
Il2CppMethodPointer ___ResourceResolve_13;
|
|
Il2CppMethodPointer ___TypeResolve_14;
|
|
Il2CppMethodPointer ___UnhandledException_15;
|
|
Il2CppMethodPointer ___FirstChanceException_16;
|
|
Il2CppIUnknown* ____domain_manager_17;
|
|
Il2CppMethodPointer ___ReflectionOnlyAssemblyResolve_18;
|
|
Il2CppIUnknown* ____activation_19;
|
|
Il2CppIUnknown* ____applicationIdentity_20;
|
|
List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* ___compatibility_switch_21;
|
|
};
|
|
// Native definition for COM marshalling of System.AppDomain
|
|
struct AppDomain_tFF7010567CBABAEEA7BB19835234D6485E16AD5F_marshaled_com : public MarshalByRefObject_t8C2F4C5854177FD60439EB1FCCFC1B3CFAFE8DCE_marshaled_com
|
|
{
|
|
intptr_t ____mono_app_domain_1;
|
|
Il2CppIUnknown* ____evidence_6;
|
|
Il2CppIUnknown* ____granted_7;
|
|
int32_t ____principalPolicy_8;
|
|
Il2CppMethodPointer ___AssemblyLoad_9;
|
|
Il2CppMethodPointer ___AssemblyResolve_10;
|
|
Il2CppMethodPointer ___DomainUnload_11;
|
|
Il2CppMethodPointer ___ProcessExit_12;
|
|
Il2CppMethodPointer ___ResourceResolve_13;
|
|
Il2CppMethodPointer ___TypeResolve_14;
|
|
Il2CppMethodPointer ___UnhandledException_15;
|
|
Il2CppMethodPointer ___FirstChanceException_16;
|
|
Il2CppIUnknown* ____domain_manager_17;
|
|
Il2CppMethodPointer ___ReflectionOnlyAssemblyResolve_18;
|
|
Il2CppIUnknown* ____activation_19;
|
|
Il2CppIUnknown* ____applicationIdentity_20;
|
|
List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* ___compatibility_switch_21;
|
|
};
|
|
|
|
// UnityEngine.Rendering.BuiltinRenderTextureType
|
|
struct BuiltinRenderTextureType_t3D56813CAC7C6E4AC3B438039BD1CE7E62FE7C4E
|
|
{
|
|
// System.Int32 UnityEngine.Rendering.BuiltinRenderTextureType::value__
|
|
int32_t ___value___2;
|
|
};
|
|
|
|
// easyar.CalibrationDownloadStatus
|
|
struct CalibrationDownloadStatus_tAE9875E944B71F084A887246B219447FAABFAFC0
|
|
{
|
|
// System.Int32 easyar.CalibrationDownloadStatus::value__
|
|
int32_t ___value___2;
|
|
};
|
|
|
|
// easyar.CameraDeviceFocusMode
|
|
struct CameraDeviceFocusMode_tF6358BFCAFE1952384E8924D580831AAE2CF18F2
|
|
{
|
|
// System.Int32 easyar.CameraDeviceFocusMode::value__
|
|
int32_t ___value___2;
|
|
};
|
|
|
|
// easyar.CameraDevicePreference
|
|
struct CameraDevicePreference_tE71D429BB97A6E2FCDAFFB7C3CC2A75A0C47C8F5
|
|
{
|
|
// System.Int32 easyar.CameraDevicePreference::value__
|
|
int32_t ___value___2;
|
|
};
|
|
|
|
// easyar.CameraDeviceType
|
|
struct CameraDeviceType_tEC0A6DFD43DF3C16C24B7D9C5EBB74E957A7694E
|
|
{
|
|
// System.Int32 easyar.CameraDeviceType::value__
|
|
int32_t ___value___2;
|
|
};
|
|
|
|
// UnityEngine.Rendering.CameraEvent
|
|
struct CameraEvent_tAB9B803B9C806EC265ADB328417F41AD0FBD10FE
|
|
{
|
|
// System.Int32 UnityEngine.Rendering.CameraEvent::value__
|
|
int32_t ___value___2;
|
|
};
|
|
|
|
// UnityEngine.Rendering.CommandBuffer
|
|
struct CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7 : public RuntimeObject
|
|
{
|
|
// System.IntPtr UnityEngine.Rendering.CommandBuffer::m_Ptr
|
|
intptr_t ___m_Ptr_0;
|
|
};
|
|
|
|
// UnityEngine.Coroutine
|
|
struct Coroutine_t85EA685566A254C23F3FD77AB5BDFFFF8799596B : public YieldInstruction_tFCE35FD0907950EFEE9BC2890AC664E41C53728D
|
|
{
|
|
// System.IntPtr UnityEngine.Coroutine::m_Ptr
|
|
intptr_t ___m_Ptr_0;
|
|
};
|
|
// Native definition for P/Invoke marshalling of UnityEngine.Coroutine
|
|
struct Coroutine_t85EA685566A254C23F3FD77AB5BDFFFF8799596B_marshaled_pinvoke : public YieldInstruction_tFCE35FD0907950EFEE9BC2890AC664E41C53728D_marshaled_pinvoke
|
|
{
|
|
intptr_t ___m_Ptr_0;
|
|
};
|
|
// Native definition for COM marshalling of UnityEngine.Coroutine
|
|
struct Coroutine_t85EA685566A254C23F3FD77AB5BDFFFF8799596B_marshaled_com : public YieldInstruction_tFCE35FD0907950EFEE9BC2890AC664E41C53728D_marshaled_com
|
|
{
|
|
intptr_t ___m_Ptr_0;
|
|
};
|
|
|
|
// UnityEngine.CubemapFace
|
|
struct CubemapFace_t300D6E2CD7DF60D44AA28338748B607677ED1D1B
|
|
{
|
|
// System.Int32 UnityEngine.CubemapFace::value__
|
|
int32_t ___value___2;
|
|
};
|
|
|
|
// System.Delegate
|
|
struct Delegate_t : public RuntimeObject
|
|
{
|
|
// System.IntPtr System.Delegate::method_ptr
|
|
intptr_t ___method_ptr_0;
|
|
// System.IntPtr System.Delegate::invoke_impl
|
|
intptr_t ___invoke_impl_1;
|
|
// System.Object System.Delegate::m_target
|
|
RuntimeObject* ___m_target_2;
|
|
// System.IntPtr System.Delegate::method
|
|
intptr_t ___method_3;
|
|
// System.IntPtr System.Delegate::delegate_trampoline
|
|
intptr_t ___delegate_trampoline_4;
|
|
// System.IntPtr System.Delegate::extra_arg
|
|
intptr_t ___extra_arg_5;
|
|
// System.IntPtr System.Delegate::method_code
|
|
intptr_t ___method_code_6;
|
|
// System.IntPtr System.Delegate::interp_method
|
|
intptr_t ___interp_method_7;
|
|
// System.IntPtr System.Delegate::interp_invoke_impl
|
|
intptr_t ___interp_invoke_impl_8;
|
|
// System.Reflection.MethodInfo System.Delegate::method_info
|
|
MethodInfo_t* ___method_info_9;
|
|
// System.Reflection.MethodInfo System.Delegate::original_method_info
|
|
MethodInfo_t* ___original_method_info_10;
|
|
// System.DelegateData System.Delegate::data
|
|
DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E* ___data_11;
|
|
// System.Boolean System.Delegate::method_is_virtual
|
|
bool ___method_is_virtual_12;
|
|
};
|
|
// Native definition for P/Invoke marshalling of System.Delegate
|
|
struct Delegate_t_marshaled_pinvoke
|
|
{
|
|
intptr_t ___method_ptr_0;
|
|
intptr_t ___invoke_impl_1;
|
|
Il2CppIUnknown* ___m_target_2;
|
|
intptr_t ___method_3;
|
|
intptr_t ___delegate_trampoline_4;
|
|
intptr_t ___extra_arg_5;
|
|
intptr_t ___method_code_6;
|
|
intptr_t ___interp_method_7;
|
|
intptr_t ___interp_invoke_impl_8;
|
|
MethodInfo_t* ___method_info_9;
|
|
MethodInfo_t* ___original_method_info_10;
|
|
DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E* ___data_11;
|
|
int32_t ___method_is_virtual_12;
|
|
};
|
|
// Native definition for COM marshalling of System.Delegate
|
|
struct Delegate_t_marshaled_com
|
|
{
|
|
intptr_t ___method_ptr_0;
|
|
intptr_t ___invoke_impl_1;
|
|
Il2CppIUnknown* ___m_target_2;
|
|
intptr_t ___method_3;
|
|
intptr_t ___delegate_trampoline_4;
|
|
intptr_t ___extra_arg_5;
|
|
intptr_t ___method_code_6;
|
|
intptr_t ___interp_method_7;
|
|
intptr_t ___interp_invoke_impl_8;
|
|
MethodInfo_t* ___method_info_9;
|
|
MethodInfo_t* ___original_method_info_10;
|
|
DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E* ___data_11;
|
|
int32_t ___method_is_virtual_12;
|
|
};
|
|
|
|
// System.Exception
|
|
struct Exception_t : public RuntimeObject
|
|
{
|
|
// System.String System.Exception::_className
|
|
String_t* ____className_1;
|
|
// System.String System.Exception::_message
|
|
String_t* ____message_2;
|
|
// System.Collections.IDictionary System.Exception::_data
|
|
RuntimeObject* ____data_3;
|
|
// System.Exception System.Exception::_innerException
|
|
Exception_t* ____innerException_4;
|
|
// System.String System.Exception::_helpURL
|
|
String_t* ____helpURL_5;
|
|
// System.Object System.Exception::_stackTrace
|
|
RuntimeObject* ____stackTrace_6;
|
|
// System.String System.Exception::_stackTraceString
|
|
String_t* ____stackTraceString_7;
|
|
// System.String System.Exception::_remoteStackTraceString
|
|
String_t* ____remoteStackTraceString_8;
|
|
// System.Int32 System.Exception::_remoteStackIndex
|
|
int32_t ____remoteStackIndex_9;
|
|
// System.Object System.Exception::_dynamicMethods
|
|
RuntimeObject* ____dynamicMethods_10;
|
|
// System.Int32 System.Exception::_HResult
|
|
int32_t ____HResult_11;
|
|
// System.String System.Exception::_source
|
|
String_t* ____source_12;
|
|
// System.Runtime.Serialization.SafeSerializationManager System.Exception::_safeSerializationManager
|
|
SafeSerializationManager_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6* ____safeSerializationManager_13;
|
|
// System.Diagnostics.StackTrace[] System.Exception::captured_traces
|
|
StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF* ___captured_traces_14;
|
|
// System.IntPtr[] System.Exception::native_trace_ips
|
|
IntPtrU5BU5D_tFD177F8C806A6921AD7150264CCC62FA00CAD832* ___native_trace_ips_15;
|
|
// System.Int32 System.Exception::caught_in_unmanaged
|
|
int32_t ___caught_in_unmanaged_16;
|
|
};
|
|
// Native definition for P/Invoke marshalling of System.Exception
|
|
struct Exception_t_marshaled_pinvoke
|
|
{
|
|
char* ____className_1;
|
|
char* ____message_2;
|
|
RuntimeObject* ____data_3;
|
|
Exception_t_marshaled_pinvoke* ____innerException_4;
|
|
char* ____helpURL_5;
|
|
Il2CppIUnknown* ____stackTrace_6;
|
|
char* ____stackTraceString_7;
|
|
char* ____remoteStackTraceString_8;
|
|
int32_t ____remoteStackIndex_9;
|
|
Il2CppIUnknown* ____dynamicMethods_10;
|
|
int32_t ____HResult_11;
|
|
char* ____source_12;
|
|
SafeSerializationManager_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6* ____safeSerializationManager_13;
|
|
StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF* ___captured_traces_14;
|
|
Il2CppSafeArray/*NONE*/* ___native_trace_ips_15;
|
|
int32_t ___caught_in_unmanaged_16;
|
|
};
|
|
// Native definition for COM marshalling of System.Exception
|
|
struct Exception_t_marshaled_com
|
|
{
|
|
Il2CppChar* ____className_1;
|
|
Il2CppChar* ____message_2;
|
|
RuntimeObject* ____data_3;
|
|
Exception_t_marshaled_com* ____innerException_4;
|
|
Il2CppChar* ____helpURL_5;
|
|
Il2CppIUnknown* ____stackTrace_6;
|
|
Il2CppChar* ____stackTraceString_7;
|
|
Il2CppChar* ____remoteStackTraceString_8;
|
|
int32_t ____remoteStackIndex_9;
|
|
Il2CppIUnknown* ____dynamicMethods_10;
|
|
int32_t ____HResult_11;
|
|
Il2CppChar* ____source_12;
|
|
SafeSerializationManager_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6* ____safeSerializationManager_13;
|
|
StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF* ___captured_traces_14;
|
|
Il2CppSafeArray/*NONE*/* ___native_trace_ips_15;
|
|
int32_t ___caught_in_unmanaged_16;
|
|
};
|
|
|
|
// UnityEngine.FilterMode
|
|
struct FilterMode_t4AD57F1A3FE272D650E0E688BA044AE872BD2A34
|
|
{
|
|
// System.Int32 UnityEngine.FilterMode::value__
|
|
int32_t ___value___2;
|
|
};
|
|
|
|
// UnityEngine.Rendering.GraphicsDeviceType
|
|
struct GraphicsDeviceType_t65150C9055D1BC1E377E894972629BF22BA2CBF5
|
|
{
|
|
// System.Int32 UnityEngine.Rendering.GraphicsDeviceType::value__
|
|
int32_t ___value___2;
|
|
};
|
|
|
|
// easyar.ImageTrackerMode
|
|
struct ImageTrackerMode_tC17F8B4652FDACBFFA95BD9471214C2F2E28010F
|
|
{
|
|
// System.Int32 easyar.ImageTrackerMode::value__
|
|
int32_t ___value___2;
|
|
};
|
|
|
|
// easyar.InputFrameSourceType
|
|
struct InputFrameSourceType_t26DDC0E66008798ECF51076DFD851E7F7625E569
|
|
{
|
|
// System.Int32 easyar.InputFrameSourceType::value__
|
|
int32_t ___value___2;
|
|
};
|
|
|
|
// easyar.MotionTrackerCameraDeviceFPS
|
|
struct MotionTrackerCameraDeviceFPS_t19792D5EB8E6E405368ABDCEC40DA6D6F46DE5BA
|
|
{
|
|
// System.Int32 easyar.MotionTrackerCameraDeviceFPS::value__
|
|
int32_t ___value___2;
|
|
};
|
|
|
|
// easyar.MotionTrackerCameraDeviceFocusMode
|
|
struct MotionTrackerCameraDeviceFocusMode_t9698F47AB6ADF3677F00B47588B42ECB46369B5F
|
|
{
|
|
// System.Int32 easyar.MotionTrackerCameraDeviceFocusMode::value__
|
|
int32_t ___value___2;
|
|
};
|
|
|
|
// easyar.MotionTrackerCameraDeviceQualityLevel
|
|
struct MotionTrackerCameraDeviceQualityLevel_t2D8FCA086F2FD59ABE2DF89B5E0A0627CAE7F2D5
|
|
{
|
|
// System.Int32 easyar.MotionTrackerCameraDeviceQualityLevel::value__
|
|
int32_t ___value___2;
|
|
};
|
|
|
|
// easyar.MotionTrackerCameraDeviceResolution
|
|
struct MotionTrackerCameraDeviceResolution_t15F409E1F90458A8DBFC29EB2D4A547E912C2D0A
|
|
{
|
|
// System.Int32 easyar.MotionTrackerCameraDeviceResolution::value__
|
|
int32_t ___value___2;
|
|
};
|
|
|
|
// easyar.MotionTrackerCameraDeviceTrackingMode
|
|
struct MotionTrackerCameraDeviceTrackingMode_tA3A89869F2657C2561F2E5AE6AAA3CAA25F0633D
|
|
{
|
|
// System.Int32 easyar.MotionTrackerCameraDeviceTrackingMode::value__
|
|
int32_t ___value___2;
|
|
};
|
|
|
|
// easyar.MotionTrackingStatus
|
|
struct MotionTrackingStatus_t015BBE4A7F9DEE08459DE8B051BB385B2C866D17
|
|
{
|
|
// System.Int32 easyar.MotionTrackingStatus::value__
|
|
int32_t ___value___2;
|
|
};
|
|
|
|
// UnityEngine.Object
|
|
struct Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C : public RuntimeObject
|
|
{
|
|
// System.IntPtr UnityEngine.Object::m_CachedPtr
|
|
intptr_t ___m_CachedPtr_0;
|
|
};
|
|
// Native definition for P/Invoke marshalling of UnityEngine.Object
|
|
struct Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_marshaled_pinvoke
|
|
{
|
|
intptr_t ___m_CachedPtr_0;
|
|
};
|
|
// Native definition for COM marshalling of UnityEngine.Object
|
|
struct Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_marshaled_com
|
|
{
|
|
intptr_t ___m_CachedPtr_0;
|
|
};
|
|
|
|
// easyar.OptionalTag
|
|
struct OptionalTag_t7AFA0D3EA60C293DA32B44FE0FB2BCD094467A4C
|
|
{
|
|
// System.Int32 easyar.OptionalTag::value__
|
|
int32_t ___value___2;
|
|
};
|
|
|
|
// easyar.PathType
|
|
struct PathType_t3B10BE1123583262D4470839DF00531DFC543A20
|
|
{
|
|
// System.Int32 easyar.PathType::value__
|
|
int32_t ___value___2;
|
|
};
|
|
|
|
// easyar.PermissionStatus
|
|
struct PermissionStatus_tE5B841CE4FF1E66DF2A25FD20DF14F3D5468E698
|
|
{
|
|
// System.Int32 easyar.PermissionStatus::value__
|
|
int32_t ___value___2;
|
|
};
|
|
|
|
// easyar.PixelFormat
|
|
struct PixelFormat_t0272BEA9511754224C3459A913034ACB01793D9F
|
|
{
|
|
// System.Int32 easyar.PixelFormat::value__
|
|
int32_t ___value___2;
|
|
};
|
|
|
|
// UnityEngine.Pose
|
|
struct Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971
|
|
{
|
|
// UnityEngine.Vector3 UnityEngine.Pose::position
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___position_0;
|
|
// UnityEngine.Quaternion UnityEngine.Pose::rotation
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 ___rotation_1;
|
|
};
|
|
|
|
// easyar.RecordProfile
|
|
struct RecordProfile_t33974820231989F26D651504CE5BF6774C922855
|
|
{
|
|
// System.Int32 easyar.RecordProfile::value__
|
|
int32_t ___value___2;
|
|
};
|
|
|
|
// easyar.RecordStatus
|
|
struct RecordStatus_tF3554627B4DF673B1CB474977828989A5A971CB3
|
|
{
|
|
// System.Int32 easyar.RecordStatus::value__
|
|
int32_t ___value___2;
|
|
};
|
|
|
|
// easyar.RecordVideoOrientation
|
|
struct RecordVideoOrientation_tA7208F73F4D24ACE86E63B84F1CAE2D57AD3BA1D
|
|
{
|
|
// System.Int32 easyar.RecordVideoOrientation::value__
|
|
int32_t ___value___2;
|
|
};
|
|
|
|
// easyar.RecordZoomMode
|
|
struct RecordZoomMode_tBF6FD38B6D39F81F503087B40BC6E1CAB6B1730E
|
|
{
|
|
// System.Int32 easyar.RecordZoomMode::value__
|
|
int32_t ___value___2;
|
|
};
|
|
|
|
// easyar.RefBase
|
|
struct RefBase_tD2A748D10CECAAD8DD367977128D0B22A01F604E : public RuntimeObject
|
|
{
|
|
// System.IntPtr easyar.RefBase::cdata_
|
|
intptr_t ___cdata__0;
|
|
// System.Action`1<System.IntPtr> easyar.RefBase::deleter_
|
|
Action_1_t2DF1ED40E3084E997390FF52F462390882271FE2* ___deleter__1;
|
|
// easyar.RefBase/Retainer easyar.RefBase::retainer_
|
|
Retainer_t21E37A78A5C591A4A1DB7494A454CCADF411A77A* ___retainer__2;
|
|
};
|
|
|
|
// UnityEngine.RuntimePlatform
|
|
struct RuntimePlatform_t9A8AAF204603076FCAAECCCC05DA386AEE7BF66E
|
|
{
|
|
// System.Int32 UnityEngine.RuntimePlatform::value__
|
|
int32_t ___value___2;
|
|
};
|
|
|
|
// System.RuntimeTypeHandle
|
|
struct RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B
|
|
{
|
|
// System.IntPtr System.RuntimeTypeHandle::value
|
|
intptr_t ___value_0;
|
|
};
|
|
|
|
// UnityEngine.ScreenOrientation
|
|
struct ScreenOrientation_t928A8AFB38625B9356E57BA75BBD90FA653DCFC2
|
|
{
|
|
// System.Int32 UnityEngine.ScreenOrientation::value__
|
|
int32_t ___value___2;
|
|
};
|
|
|
|
// easyar.StorageType
|
|
struct StorageType_tC7EB63ED57F6797C10B5ADBE878D85CCFF0F660F
|
|
{
|
|
// System.Int32 easyar.StorageType::value__
|
|
int32_t ___value___2;
|
|
};
|
|
|
|
// easyar.TargetStatus
|
|
struct TargetStatus_t23601BAD5D668D020120CFA8416CE72F7E4852EA
|
|
{
|
|
// System.Int32 easyar.TargetStatus::value__
|
|
int32_t ___value___2;
|
|
};
|
|
|
|
// UnityEngine.TextureFormat
|
|
struct TextureFormat_t87A73E4A3850D3410DC211676FC14B94226C1C1D
|
|
{
|
|
// System.Int32 UnityEngine.TextureFormat::value__
|
|
int32_t ___value___2;
|
|
};
|
|
|
|
// UnityEngine.TextureWrapMode
|
|
struct TextureWrapMode_tF9851343029052ED45668D1C99BAE09B2CCC13AD
|
|
{
|
|
// System.Int32 UnityEngine.TextureWrapMode::value__
|
|
int32_t ___value___2;
|
|
};
|
|
|
|
// easyar.WritablePathType
|
|
struct WritablePathType_t472D1F38E25DEDCFBDF547189501641150D0D908
|
|
{
|
|
// System.Int32 easyar.WritablePathType::value__
|
|
int32_t ___value___2;
|
|
};
|
|
|
|
// easyar.ARSession/ARCenterMode
|
|
struct ARCenterMode_tC804801C4A509F236BAA0734545AA75E5BA91932
|
|
{
|
|
// System.Int32 easyar.ARSession/ARCenterMode::value__
|
|
int32_t ___value___2;
|
|
};
|
|
|
|
// easyar.ARSession/ARHorizontalFlipMode
|
|
struct ARHorizontalFlipMode_t0888C527184463302C2CABECD652A11262DE665F
|
|
{
|
|
// System.Int32 easyar.ARSession/ARHorizontalFlipMode::value__
|
|
int32_t ___value___2;
|
|
};
|
|
|
|
// easyar.ARSession/SessionState
|
|
struct SessionState_t43BACB2AD95D1537D9960349E5C71308E6C03268
|
|
{
|
|
// System.Int32 easyar.ARSession/SessionState::value__
|
|
int32_t ___value___2;
|
|
};
|
|
|
|
// easyar.CameraDeviceFrameSource/CameraDeviceOpenMethod
|
|
struct CameraDeviceOpenMethod_t067AC7CCDC7D51E7191B40C5F0AD081A635804FC
|
|
{
|
|
// System.Int32 easyar.CameraDeviceFrameSource/CameraDeviceOpenMethod::value__
|
|
int32_t ___value___2;
|
|
};
|
|
|
|
// easyar.CloudRecognizerFrameFilter/KeyType
|
|
struct KeyType_t7D49462099E26841A3E2CFEEEED4893A59E0F0AC
|
|
{
|
|
// System.Int32 easyar.CloudRecognizerFrameFilter/KeyType::value__
|
|
int32_t ___value___2;
|
|
};
|
|
|
|
// easyar.Detail/OptionalOfOutputFrame
|
|
struct OptionalOfOutputFrame_tF577925C18D472805EB5A7CD80503F7FE72B1C9C
|
|
{
|
|
// System.Byte easyar.Detail/OptionalOfOutputFrame::has_value_
|
|
uint8_t ___has_value__0;
|
|
// System.IntPtr easyar.Detail/OptionalOfOutputFrame::value
|
|
intptr_t ___value_1;
|
|
};
|
|
|
|
// easyar.EasyARSettings/ARCoreType
|
|
struct ARCoreType_t01815BB5881983A10DCF4AFFEFC94CCE0913B313
|
|
{
|
|
// System.Int32 easyar.EasyARSettings/ARCoreType::value__
|
|
int32_t ___value___2;
|
|
};
|
|
|
|
// easyar.EasyARSettings/AREngineType
|
|
struct AREngineType_t05249D31965A0DE7CFCEA56C15066006D186E534
|
|
{
|
|
// System.Int32 easyar.EasyARSettings/AREngineType::value__
|
|
int32_t ___value___2;
|
|
};
|
|
|
|
// easyar.ImageTargetController/DataSource
|
|
struct DataSource_t75DD41A49A2A2523E5D3E9D24886AE60A6877B89
|
|
{
|
|
// System.Int32 easyar.ImageTargetController/DataSource::value__
|
|
int32_t ___value___2;
|
|
};
|
|
|
|
// easyar.ObjectTargetController/<LoadObjFileFromSource>d__35
|
|
struct U3CLoadObjFileFromSourceU3Ed__35_t0319077D5BBC5B635CA83A0000D92F71C5CD6687 : public RuntimeObject
|
|
{
|
|
// System.Int32 easyar.ObjectTargetController/<LoadObjFileFromSource>d__35::<>1__state
|
|
int32_t ___U3CU3E1__state_0;
|
|
// System.Object easyar.ObjectTargetController/<LoadObjFileFromSource>d__35::<>2__current
|
|
RuntimeObject* ___U3CU3E2__current_1;
|
|
// easyar.ObjectTargetController/ObjFileSourceData easyar.ObjectTargetController/<LoadObjFileFromSource>d__35::source
|
|
ObjFileSourceData_t12FD5C0AA2C6B5B0C12FC0D02D9EA9B3BF5F1533* ___source_2;
|
|
// easyar.ObjectTargetController/<>c__DisplayClass35_0 easyar.ObjectTargetController/<LoadObjFileFromSource>d__35::<>8__1
|
|
U3CU3Ec__DisplayClass35_0_t408F760B0D3407EBB7D41A5C09CADE3D5E502AE1* ___U3CU3E8__1_3;
|
|
// easyar.ObjectTargetController easyar.ObjectTargetController/<LoadObjFileFromSource>d__35::<>4__this
|
|
ObjectTargetController_t48B32473B80F782C65609F8050CF308590D0DEE8* ___U3CU3E4__this_4;
|
|
// System.Collections.Generic.List`1/Enumerator<System.String> easyar.ObjectTargetController/<LoadObjFileFromSource>d__35::<>7__wrap1
|
|
Enumerator_tA7A4B718FE1ED1D87565680D8C8195EC8AEAB3D1 ___U3CU3E7__wrap1_5;
|
|
};
|
|
|
|
// easyar.ObjectTargetController/DataSource
|
|
struct DataSource_t09F703F545A0FABD1DAF5EA1BBA697E4EF6A2B3B
|
|
{
|
|
// System.Int32 easyar.ObjectTargetController/DataSource::value__
|
|
int32_t ___value___2;
|
|
};
|
|
|
|
// easyar.TargetController/ActiveControlStrategy
|
|
struct ActiveControlStrategy_t99A31E293104490A35B59228A1CC7DF6282DE60F
|
|
{
|
|
// System.Int32 easyar.TargetController/ActiveControlStrategy::value__
|
|
int32_t ___value___2;
|
|
};
|
|
|
|
// easyar.VideoRecorder/VideoOrientation
|
|
struct VideoOrientation_t600F5625B918ACBB17D53382D981A68E06FE2114
|
|
{
|
|
// System.Int32 easyar.VideoRecorder/VideoOrientation::value__
|
|
int32_t ___value___2;
|
|
};
|
|
|
|
// easyar.WorldRootController/ActiveControlStrategy
|
|
struct ActiveControlStrategy_tE933C941CFFE1D84050C89122E0584C6E98F67B5
|
|
{
|
|
// System.Int32 easyar.WorldRootController/ActiveControlStrategy::value__
|
|
int32_t ___value___2;
|
|
};
|
|
|
|
// easyar.Optional`1<System.Action`2<easyar.PermissionStatus,System.String>>
|
|
struct Optional_1_tBDCDEF8C819D62372B21CE6C3033A164051144EF
|
|
{
|
|
// easyar.OptionalTag easyar.Optional`1::_Tag
|
|
int32_t ____Tag_0;
|
|
// easyar.Unit easyar.Optional`1::None
|
|
Unit_t934B7E7CA82AE6BF510C860F0D2D37CB95C1F185 ___None_1;
|
|
// T easyar.Optional`1::Some
|
|
Action_2_tE8FDAB3427B619024E7BE8677A267B409F919A20* ___Some_2;
|
|
};
|
|
|
|
// easyar.Optional`1<System.Action`2<easyar.RecordStatus,System.String>>
|
|
struct Optional_1_t8170D5A02F623863C0DF65B952431BE74DB5DBA8
|
|
{
|
|
// easyar.OptionalTag easyar.Optional`1::_Tag
|
|
int32_t ____Tag_0;
|
|
// easyar.Unit easyar.Optional`1::None
|
|
Unit_t934B7E7CA82AE6BF510C860F0D2D37CB95C1F185 ___None_1;
|
|
// T easyar.Optional`1::Some
|
|
Action_2_t6B86038ACB87B61B0819841BB4D98326C7E2BECD* ___Some_2;
|
|
};
|
|
|
|
// easyar.Optional`1<System.Collections.Generic.List`1<System.Tuple`2<easyar.TargetController,UnityEngine.Pose>>>
|
|
struct Optional_1_t5AF2475D02CCAD63B40183BFA862E1BC1E764B11
|
|
{
|
|
// easyar.OptionalTag easyar.Optional`1::_Tag
|
|
int32_t ____Tag_0;
|
|
// easyar.Unit easyar.Optional`1::None
|
|
Unit_t934B7E7CA82AE6BF510C860F0D2D37CB95C1F185 ___None_1;
|
|
// T easyar.Optional`1::Some
|
|
List_1_t47AF7A21A7E23F1FB8146739E4B3E8A1D1390177* ___Some_2;
|
|
};
|
|
|
|
// easyar.Optional`1<System.Tuple`2<UnityEngine.GameObject,UnityEngine.Pose>>
|
|
struct Optional_1_t8073BB33923F15A046D97ABCFFD2DE478D50160C
|
|
{
|
|
// easyar.OptionalTag easyar.Optional`1::_Tag
|
|
int32_t ____Tag_0;
|
|
// easyar.Unit easyar.Optional`1::None
|
|
Unit_t934B7E7CA82AE6BF510C860F0D2D37CB95C1F185 ___None_1;
|
|
// T easyar.Optional`1::Some
|
|
Tuple_2_tF3E870B6186BABFFCB048A3EDE6BA11118A88E62* ___Some_2;
|
|
};
|
|
|
|
// easyar.Optional`1<System.Boolean>
|
|
struct Optional_1_t900DDDF790B562B704CF33648F9A6FE90E9B5DF6
|
|
{
|
|
// easyar.OptionalTag easyar.Optional`1::_Tag
|
|
int32_t ____Tag_0;
|
|
// easyar.Unit easyar.Optional`1::None
|
|
Unit_t934B7E7CA82AE6BF510C860F0D2D37CB95C1F185 ___None_1;
|
|
// T easyar.Optional`1::Some
|
|
bool ___Some_2;
|
|
};
|
|
|
|
// easyar.Optional`1<easyar.CameraParameters>
|
|
struct Optional_1_tDDCD90151BF622BB5577511BDAC1116BAF12870F
|
|
{
|
|
// easyar.OptionalTag easyar.Optional`1::_Tag
|
|
int32_t ____Tag_0;
|
|
// easyar.Unit easyar.Optional`1::None
|
|
Unit_t934B7E7CA82AE6BF510C860F0D2D37CB95C1F185 ___None_1;
|
|
// T easyar.Optional`1::Some
|
|
CameraParameters_t18C9E22363BD41CD7244E2256ED25A53DB87BB53* ___Some_2;
|
|
};
|
|
|
|
// easyar.Optional`1<easyar.CloudRecognizationResult>
|
|
struct Optional_1_t253307ED07B92F4301EEAE152CDBA6AA8AFBD530
|
|
{
|
|
// easyar.OptionalTag easyar.Optional`1::_Tag
|
|
int32_t ____Tag_0;
|
|
// easyar.Unit easyar.Optional`1::None
|
|
Unit_t934B7E7CA82AE6BF510C860F0D2D37CB95C1F185 ___None_1;
|
|
// T easyar.Optional`1::Some
|
|
CloudRecognizationResult_tDF8C697ACD722E32905AD67AAD1EE23B2FA3831F* ___Some_2;
|
|
};
|
|
|
|
// easyar.Optional`1<easyar.FrameFilterResult>
|
|
struct Optional_1_tA9A7D121458D1F7265383C0CD17356CB98BA6841
|
|
{
|
|
// easyar.OptionalTag easyar.Optional`1::_Tag
|
|
int32_t ____Tag_0;
|
|
// easyar.Unit easyar.Optional`1::None
|
|
Unit_t934B7E7CA82AE6BF510C860F0D2D37CB95C1F185 ___None_1;
|
|
// T easyar.Optional`1::Some
|
|
FrameFilterResult_tBF48CF017CB177BCB85FE4F763750400C9A24F6B* ___Some_2;
|
|
};
|
|
|
|
// easyar.Optional`1<easyar.Image>
|
|
struct Optional_1_t5B6B0C0045FAE98F843037DDDF9FD8F793FE4741
|
|
{
|
|
// easyar.OptionalTag easyar.Optional`1::_Tag
|
|
int32_t ____Tag_0;
|
|
// easyar.Unit easyar.Optional`1::None
|
|
Unit_t934B7E7CA82AE6BF510C860F0D2D37CB95C1F185 ___None_1;
|
|
// T easyar.Optional`1::Some
|
|
Image_tA8E8F2D58C143E9ADB13683D6BC93C8345F46A43* ___Some_2;
|
|
};
|
|
|
|
// easyar.Optional`1<easyar.ImageTarget>
|
|
struct Optional_1_tF42B2C54CA65016EF2B9D8901BA94188C401B6FE
|
|
{
|
|
// easyar.OptionalTag easyar.Optional`1::_Tag
|
|
int32_t ____Tag_0;
|
|
// easyar.Unit easyar.Optional`1::None
|
|
Unit_t934B7E7CA82AE6BF510C860F0D2D37CB95C1F185 ___None_1;
|
|
// T easyar.Optional`1::Some
|
|
ImageTarget_t2EA76B35550391ED19105CB22E7EC95723D478FB* ___Some_2;
|
|
};
|
|
|
|
// easyar.Optional`1<easyar.InputFrameSourceType>
|
|
struct Optional_1_t666854642354D0FC1411D0997FF3ACCCCA99AE33
|
|
{
|
|
// easyar.OptionalTag easyar.Optional`1::_Tag
|
|
int32_t ____Tag_0;
|
|
// easyar.Unit easyar.Optional`1::None
|
|
Unit_t934B7E7CA82AE6BF510C860F0D2D37CB95C1F185 ___None_1;
|
|
// T easyar.Optional`1::Some
|
|
int32_t ___Some_2;
|
|
};
|
|
|
|
// easyar.Optional`1<System.Int32>
|
|
struct Optional_1_tE7438B16A5596BE4DF9FAAF634D49D6F82AF1EBA
|
|
{
|
|
// easyar.OptionalTag easyar.Optional`1::_Tag
|
|
int32_t ____Tag_0;
|
|
// easyar.Unit easyar.Optional`1::None
|
|
Unit_t934B7E7CA82AE6BF510C860F0D2D37CB95C1F185 ___None_1;
|
|
// T easyar.Optional`1::Some
|
|
int32_t ___Some_2;
|
|
};
|
|
|
|
// easyar.Optional`1<easyar.ObjectTarget>
|
|
struct Optional_1_tEED41311750CB7982624BE712E12013E6B1C56E2
|
|
{
|
|
// easyar.OptionalTag easyar.Optional`1::_Tag
|
|
int32_t ____Tag_0;
|
|
// easyar.Unit easyar.Optional`1::None
|
|
Unit_t934B7E7CA82AE6BF510C860F0D2D37CB95C1F185 ___None_1;
|
|
// T easyar.Optional`1::Some
|
|
ObjectTarget_t3A3463C5371DB932B7DCAA1EE9BEECC47EE97561* ___Some_2;
|
|
};
|
|
|
|
// easyar.Optional`1<easyar.OutputFrame>
|
|
struct Optional_1_tBE4DAAA1FF279D9DF8508DC4B6B876CAB1C86AEF
|
|
{
|
|
// easyar.OptionalTag easyar.Optional`1::_Tag
|
|
int32_t ____Tag_0;
|
|
// easyar.Unit easyar.Optional`1::None
|
|
Unit_t934B7E7CA82AE6BF510C860F0D2D37CB95C1F185 ___None_1;
|
|
// T easyar.Optional`1::Some
|
|
OutputFrame_tB66E85BCF3FBC8ADCFFD36503D3AD4E71A6CD914* ___Some_2;
|
|
};
|
|
|
|
// easyar.Optional`1<easyar.ProximityLocationResult>
|
|
struct Optional_1_tB0537F9BB8635780A0548F48A945F65C2526FDAB
|
|
{
|
|
// easyar.OptionalTag easyar.Optional`1::_Tag
|
|
int32_t ____Tag_0;
|
|
// easyar.Unit easyar.Optional`1::None
|
|
Unit_t934B7E7CA82AE6BF510C860F0D2D37CB95C1F185 ___None_1;
|
|
// T easyar.Optional`1::Some
|
|
ProximityLocationResult_tA82CCA13151C04AC1DDC537AAC56369C6B34367F ___Some_2;
|
|
};
|
|
|
|
// easyar.Optional`1<UnityEngine.RenderTexture>
|
|
struct Optional_1_tA5DF3E7EEEFCADFC2F37F8D67FAE65A139B559C4
|
|
{
|
|
// easyar.OptionalTag easyar.Optional`1::_Tag
|
|
int32_t ____Tag_0;
|
|
// easyar.Unit easyar.Optional`1::None
|
|
Unit_t934B7E7CA82AE6BF510C860F0D2D37CB95C1F185 ___None_1;
|
|
// T easyar.Optional`1::Some
|
|
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* ___Some_2;
|
|
};
|
|
|
|
// easyar.Optional`1<System.String>
|
|
struct Optional_1_t7BEFED5D4A872666AF0ABE1DC71C7671E6012549
|
|
{
|
|
// easyar.OptionalTag easyar.Optional`1::_Tag
|
|
int32_t ____Tag_0;
|
|
// easyar.Unit easyar.Optional`1::None
|
|
Unit_t934B7E7CA82AE6BF510C860F0D2D37CB95C1F185 ___None_1;
|
|
// T easyar.Optional`1::Some
|
|
String_t* ___Some_2;
|
|
};
|
|
|
|
// easyar.Optional`1<UnityEngine.Vector2>
|
|
struct Optional_1_t55F1FD3B388025F005489E4672F2C4114FAD80DE
|
|
{
|
|
// easyar.OptionalTag easyar.Optional`1::_Tag
|
|
int32_t ____Tag_0;
|
|
// easyar.Unit easyar.Optional`1::None
|
|
Unit_t934B7E7CA82AE6BF510C860F0D2D37CB95C1F185 ___None_1;
|
|
// T easyar.Optional`1::Some
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___Some_2;
|
|
};
|
|
|
|
// easyar.Optional`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
|
|
typedef Il2CppFullySharedGenericStruct Optional_1_tA6B99046703E42DC761A5EA69B5DD9AE3295C15E;
|
|
|
|
// System.Tuple`2<easyar.TargetController,UnityEngine.Pose>
|
|
struct Tuple_2_tF552AE5D6AB00D317B06DBDE75ADF54CA042BD7A : public RuntimeObject
|
|
{
|
|
// T1 System.Tuple`2::m_Item1
|
|
TargetController_t8B3D4F1410E51D042DF5E9C689F5C0499E43410A* ___m_Item1_0;
|
|
// T2 System.Tuple`2::m_Item2
|
|
Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971 ___m_Item2_1;
|
|
};
|
|
|
|
// easyar.ARCoreCameraDevice
|
|
struct ARCoreCameraDevice_t55396DBC36D7E26AFDF6CC2A72F7C86664326073 : public RefBase_tD2A748D10CECAAD8DD367977128D0B22A01F604E
|
|
{
|
|
};
|
|
|
|
// easyar.ARKitCameraDevice
|
|
struct ARKitCameraDevice_t25D15798449B95FF8BB3699EBB66F0C23CFF0F79 : public RefBase_tD2A748D10CECAAD8DD367977128D0B22A01F604E
|
|
{
|
|
};
|
|
|
|
// easyar.Buffer
|
|
struct Buffer_t644BF6560BDFFE92C2929A3CBF29C9B124212B54 : public RefBase_tD2A748D10CECAAD8DD367977128D0B22A01F604E
|
|
{
|
|
};
|
|
|
|
// easyar.BufferDictionary
|
|
struct BufferDictionary_tE490AD0F155B30D742A22BB6E0B5A39C771DFC94 : public RefBase_tD2A748D10CECAAD8DD367977128D0B22A01F604E
|
|
{
|
|
};
|
|
|
|
// easyar.CalibrationDownloader
|
|
struct CalibrationDownloader_t65C1B75983EDF919EFC7B748FDD88013A3287453 : public RefBase_tD2A748D10CECAAD8DD367977128D0B22A01F604E
|
|
{
|
|
};
|
|
|
|
// easyar.CallbackScheduler
|
|
struct CallbackScheduler_t6FC995D035D641811475B3EE0762B485D065FCED : public RefBase_tD2A748D10CECAAD8DD367977128D0B22A01F604E
|
|
{
|
|
};
|
|
|
|
// easyar.CameraDevice
|
|
struct CameraDevice_tD49A49DD97F9C0B672E5617F54A2B15B7CB2ACCE : public RefBase_tD2A748D10CECAAD8DD367977128D0B22A01F604E
|
|
{
|
|
};
|
|
|
|
// easyar.CameraImageMaterial
|
|
struct CameraImageMaterial_t71DBE936806DA72BF211659270248F5A245AB676 : public RuntimeObject
|
|
{
|
|
// easyar.CameraImageMaterial/CameraImageShaders easyar.CameraImageMaterial::shaders
|
|
CameraImageShaders_tF11C72B259F894CE25147615DF0A4DBB4B0D80E7* ___shaders_0;
|
|
// UnityEngine.Material easyar.CameraImageMaterial::mat
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___mat_1;
|
|
// UnityEngine.Texture2D[] easyar.CameraImageMaterial::textures
|
|
Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191* ___textures_2;
|
|
// easyar.PixelFormat easyar.CameraImageMaterial::format
|
|
int32_t ___format_3;
|
|
// System.Int32 easyar.CameraImageMaterial::pixelWidth
|
|
int32_t ___pixelWidth_4;
|
|
// System.Int32 easyar.CameraImageMaterial::pixelHeight
|
|
int32_t ___pixelHeight_5;
|
|
// System.Int32 easyar.CameraImageMaterial::imageWidth
|
|
int32_t ___imageWidth_6;
|
|
// System.Int32 easyar.CameraImageMaterial::imageHeight
|
|
int32_t ___imageHeight_7;
|
|
};
|
|
|
|
// easyar.CameraParameters
|
|
struct CameraParameters_t18C9E22363BD41CD7244E2256ED25A53DB87BB53 : public RefBase_tD2A748D10CECAAD8DD367977128D0B22A01F604E
|
|
{
|
|
};
|
|
|
|
// easyar.CloudRecognizationResult
|
|
struct CloudRecognizationResult_tDF8C697ACD722E32905AD67AAD1EE23B2FA3831F : public RefBase_tD2A748D10CECAAD8DD367977128D0B22A01F604E
|
|
{
|
|
};
|
|
|
|
// easyar.CloudRecognizer
|
|
struct CloudRecognizer_t27F99F43A57C493819C7299483ADCBAEB549937E : public RefBase_tD2A748D10CECAAD8DD367977128D0B22A01F604E
|
|
{
|
|
};
|
|
|
|
// UnityEngine.Component
|
|
struct Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3 : public Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C
|
|
{
|
|
};
|
|
|
|
// easyar.FeedbackFrame
|
|
struct FeedbackFrame_t55AB5E99DE30FE5ACA935DC5BE06BC8E361C889E : public RefBase_tD2A748D10CECAAD8DD367977128D0B22A01F604E
|
|
{
|
|
};
|
|
|
|
// easyar.FeedbackFrameSink
|
|
struct FeedbackFrameSink_tC98E8C9FEEF2E605FAA83D625179D6B2D825E898 : public RefBase_tD2A748D10CECAAD8DD367977128D0B22A01F604E
|
|
{
|
|
};
|
|
|
|
// easyar.FeedbackFrameSource
|
|
struct FeedbackFrameSource_t3336309B76A1F76980F75F70F1D0C0A26CD55A5E : public RefBase_tD2A748D10CECAAD8DD367977128D0B22A01F604E
|
|
{
|
|
};
|
|
|
|
// easyar.FrameFilterResult
|
|
struct FrameFilterResult_tBF48CF017CB177BCB85FE4F763750400C9A24F6B : public RefBase_tD2A748D10CECAAD8DD367977128D0B22A01F604E
|
|
{
|
|
};
|
|
|
|
// UnityEngine.GameObject
|
|
struct GameObject_t76FEDD663AB33C991A9C9A23129337651094216F : public Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C
|
|
{
|
|
};
|
|
|
|
// easyar.Image
|
|
struct Image_tA8E8F2D58C143E9ADB13683D6BC93C8345F46A43 : public RefBase_tD2A748D10CECAAD8DD367977128D0B22A01F604E
|
|
{
|
|
};
|
|
|
|
// easyar.ImageTargetParameters
|
|
struct ImageTargetParameters_t50B4BB35A88D3E3F8EF3F529A4A98102920EBCAC : public RefBase_tD2A748D10CECAAD8DD367977128D0B22A01F604E
|
|
{
|
|
};
|
|
|
|
// easyar.ImageTracker
|
|
struct ImageTracker_t936EBB4B806DF339985DABBA2473BC1E6B533813 : public RefBase_tD2A748D10CECAAD8DD367977128D0B22A01F604E
|
|
{
|
|
};
|
|
|
|
// easyar.InputFrame
|
|
struct InputFrame_tDB02ECBCF7ED51DE6F781A607D63BE7812E0BDC1 : public RefBase_tD2A748D10CECAAD8DD367977128D0B22A01F604E
|
|
{
|
|
};
|
|
|
|
// easyar.InputFrameSink
|
|
struct InputFrameSink_tA6E249222893426FDB034E5CE860F0037DAE4F95 : public RefBase_tD2A748D10CECAAD8DD367977128D0B22A01F604E
|
|
{
|
|
};
|
|
|
|
// easyar.InputFrameSource
|
|
struct InputFrameSource_tD69762DDAC410CCE3A129E8E1DC6A2C8F0427F12 : public RefBase_tD2A748D10CECAAD8DD367977128D0B22A01F604E
|
|
{
|
|
};
|
|
|
|
// easyar.InputFrameToFeedbackFrameAdapter
|
|
struct InputFrameToFeedbackFrameAdapter_tEA715356AB9DD6A39C7D0FAEE0EC3480E1CB9379 : public RefBase_tD2A748D10CECAAD8DD367977128D0B22A01F604E
|
|
{
|
|
};
|
|
|
|
// easyar.InputFrameToOutputFrameAdapter
|
|
struct InputFrameToOutputFrameAdapter_tB10AD4D1BF1C4F5A0B628D0EFCF45C8CB5BA65F2 : public RefBase_tD2A748D10CECAAD8DD367977128D0B22A01F604E
|
|
{
|
|
};
|
|
|
|
// UnityEngine.Material
|
|
struct Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3 : public Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C
|
|
{
|
|
};
|
|
|
|
// easyar.MotionTrackerCameraDevice
|
|
struct MotionTrackerCameraDevice_tD436B669F38CE985813E95A6F7828D3E4BB8C0BB : public RefBase_tD2A748D10CECAAD8DD367977128D0B22A01F604E
|
|
{
|
|
};
|
|
|
|
// System.MulticastDelegate
|
|
struct MulticastDelegate_t : public Delegate_t
|
|
{
|
|
// System.Delegate[] System.MulticastDelegate::delegates
|
|
DelegateU5BU5D_tC5AB7E8F745616680F337909D3A8E6C722CDF771* ___delegates_13;
|
|
};
|
|
// Native definition for P/Invoke marshalling of System.MulticastDelegate
|
|
struct MulticastDelegate_t_marshaled_pinvoke : public Delegate_t_marshaled_pinvoke
|
|
{
|
|
Delegate_t_marshaled_pinvoke** ___delegates_13;
|
|
};
|
|
// Native definition for COM marshalling of System.MulticastDelegate
|
|
struct MulticastDelegate_t_marshaled_com : public Delegate_t_marshaled_com
|
|
{
|
|
Delegate_t_marshaled_com** ___delegates_13;
|
|
};
|
|
|
|
// easyar.ObjectTargetParameters
|
|
struct ObjectTargetParameters_tBB7A85D5F4366CB990CF7FD64566E7F29F2B28D9 : public RefBase_tD2A748D10CECAAD8DD367977128D0B22A01F604E
|
|
{
|
|
};
|
|
|
|
// easyar.OutputFrame
|
|
struct OutputFrame_tB66E85BCF3FBC8ADCFFD36503D3AD4E71A6CD914 : public RefBase_tD2A748D10CECAAD8DD367977128D0B22A01F604E
|
|
{
|
|
};
|
|
|
|
// easyar.OutputFrameBuffer
|
|
struct OutputFrameBuffer_t9636FA51588819DCE62366622F1374365AF22F72 : public RefBase_tD2A748D10CECAAD8DD367977128D0B22A01F604E
|
|
{
|
|
};
|
|
|
|
// easyar.OutputFrameSink
|
|
struct OutputFrameSink_tB6DEF751ED788C51CE8AA2874A597F753BD2F32C : public RefBase_tD2A748D10CECAAD8DD367977128D0B22A01F604E
|
|
{
|
|
};
|
|
|
|
// easyar.OutputFrameSource
|
|
struct OutputFrameSource_tCAA3F6A666530FC96C4699A88DC1312D06922D29 : public RefBase_tD2A748D10CECAAD8DD367977128D0B22A01F604E
|
|
{
|
|
};
|
|
|
|
// easyar.Recorder
|
|
struct Recorder_tAE870C84E932F622317CC8EE7E960EC7D3EDC087 : public RefBase_tD2A748D10CECAAD8DD367977128D0B22A01F604E
|
|
{
|
|
};
|
|
|
|
// easyar.RecorderConfiguration
|
|
struct RecorderConfiguration_tFDCAC1718C5A5DAFE0832A739966020B43A96553 : public RefBase_tD2A748D10CECAAD8DD367977128D0B22A01F604E
|
|
{
|
|
};
|
|
|
|
// UnityEngine.Rendering.RenderTargetIdentifier
|
|
struct RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B
|
|
{
|
|
// UnityEngine.Rendering.BuiltinRenderTextureType UnityEngine.Rendering.RenderTargetIdentifier::m_Type
|
|
int32_t ___m_Type_0;
|
|
// System.Int32 UnityEngine.Rendering.RenderTargetIdentifier::m_NameID
|
|
int32_t ___m_NameID_1;
|
|
// System.Int32 UnityEngine.Rendering.RenderTargetIdentifier::m_InstanceID
|
|
int32_t ___m_InstanceID_2;
|
|
// System.IntPtr UnityEngine.Rendering.RenderTargetIdentifier::m_BufferPointer
|
|
intptr_t ___m_BufferPointer_3;
|
|
// System.Int32 UnityEngine.Rendering.RenderTargetIdentifier::m_MipLevel
|
|
int32_t ___m_MipLevel_4;
|
|
// UnityEngine.CubemapFace UnityEngine.Rendering.RenderTargetIdentifier::m_CubeFace
|
|
int32_t ___m_CubeFace_5;
|
|
// System.Int32 UnityEngine.Rendering.RenderTargetIdentifier::m_DepthSlice
|
|
int32_t ___m_DepthSlice_6;
|
|
};
|
|
|
|
// UnityEngine.ScriptableObject
|
|
struct ScriptableObject_tB3BFDB921A1B1795B38A5417D3B97A89A140436A : public Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C
|
|
{
|
|
};
|
|
// Native definition for P/Invoke marshalling of UnityEngine.ScriptableObject
|
|
struct ScriptableObject_tB3BFDB921A1B1795B38A5417D3B97A89A140436A_marshaled_pinvoke : public Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_marshaled_pinvoke
|
|
{
|
|
};
|
|
// Native definition for COM marshalling of UnityEngine.ScriptableObject
|
|
struct ScriptableObject_tB3BFDB921A1B1795B38A5417D3B97A89A140436A_marshaled_com : public Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_marshaled_com
|
|
{
|
|
};
|
|
|
|
// UnityEngine.Shader
|
|
struct Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692 : public Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C
|
|
{
|
|
};
|
|
|
|
// easyar.SignalSource
|
|
struct SignalSource_t95D5C188C243BB953725A48E6D29C16041F2A899 : public RefBase_tD2A748D10CECAAD8DD367977128D0B22A01F604E
|
|
{
|
|
};
|
|
|
|
// System.SystemException
|
|
struct SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295 : public Exception_t
|
|
{
|
|
};
|
|
|
|
// easyar.Target
|
|
struct Target_tA508D592FB808ECACF85DAE26AF44B5586D6C836 : public RefBase_tD2A748D10CECAAD8DD367977128D0B22A01F604E
|
|
{
|
|
};
|
|
|
|
// easyar.TargetInstance
|
|
struct TargetInstance_tE73C3AC33284F56F71BB4462DA5FDCBBE054F263 : public RefBase_tD2A748D10CECAAD8DD367977128D0B22A01F604E
|
|
{
|
|
};
|
|
|
|
// UnityEngine.Texture
|
|
struct Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700 : public Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C
|
|
{
|
|
};
|
|
|
|
// easyar.TextureId
|
|
struct TextureId_tFC8FF6E0755D9DB70BEBC7A4207D522D1B41C2BE : public RefBase_tD2A748D10CECAAD8DD367977128D0B22A01F604E
|
|
{
|
|
};
|
|
|
|
// System.Type
|
|
struct Type_t : public MemberInfo_t
|
|
{
|
|
// System.RuntimeTypeHandle System.Type::_impl
|
|
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B ____impl_8;
|
|
};
|
|
|
|
// easyar.UIPopupException
|
|
struct UIPopupException_t6CBA36793B5CB835F7ED2FD94F0D60186543D6EE : public Exception_t
|
|
{
|
|
};
|
|
|
|
// easyar.ImageTargetController/ImageFileSourceData
|
|
struct ImageFileSourceData_t6253D5079E28B45E9A0C1A7A8CFBF74267364C2B : public RuntimeObject
|
|
{
|
|
// easyar.PathType easyar.ImageTargetController/ImageFileSourceData::PathType
|
|
int32_t ___PathType_0;
|
|
// System.String easyar.ImageTargetController/ImageFileSourceData::Path
|
|
String_t* ___Path_1;
|
|
// System.String easyar.ImageTargetController/ImageFileSourceData::Name
|
|
String_t* ___Name_2;
|
|
// System.Single easyar.ImageTargetController/ImageFileSourceData::Scale
|
|
float ___Scale_3;
|
|
};
|
|
|
|
// easyar.ImageTargetController/TargetDataFileSourceData
|
|
struct TargetDataFileSourceData_t8A1E6462041EA1563F8FAD0E8DD979416E605C4B : public RuntimeObject
|
|
{
|
|
// easyar.PathType easyar.ImageTargetController/TargetDataFileSourceData::PathType
|
|
int32_t ___PathType_0;
|
|
// System.String easyar.ImageTargetController/TargetDataFileSourceData::Path
|
|
String_t* ___Path_1;
|
|
};
|
|
|
|
// easyar.MotionTrackerFrameSource/MotionTrackerCameraDeviceParameters
|
|
struct MotionTrackerCameraDeviceParameters_t99C71F28070E1787872BE8D080A992EEE1C45283 : public RuntimeObject
|
|
{
|
|
// easyar.MotionTrackerCameraDeviceFPS easyar.MotionTrackerFrameSource/MotionTrackerCameraDeviceParameters::FPS
|
|
int32_t ___FPS_0;
|
|
// easyar.MotionTrackerCameraDeviceFocusMode easyar.MotionTrackerFrameSource/MotionTrackerCameraDeviceParameters::FocusMode
|
|
int32_t ___FocusMode_1;
|
|
// easyar.MotionTrackerCameraDeviceResolution easyar.MotionTrackerFrameSource/MotionTrackerCameraDeviceParameters::Resolution
|
|
int32_t ___Resolution_2;
|
|
// easyar.MotionTrackerCameraDeviceTrackingMode easyar.MotionTrackerFrameSource/MotionTrackerCameraDeviceParameters::TrackingMode
|
|
int32_t ___TrackingMode_3;
|
|
// easyar.MotionTrackerCameraDeviceQualityLevel easyar.MotionTrackerFrameSource/MotionTrackerCameraDeviceParameters::MinQualityLevel
|
|
int32_t ___MinQualityLevel_4;
|
|
};
|
|
|
|
// easyar.ObjectTargetController/ObjFileSourceData
|
|
struct ObjFileSourceData_t12FD5C0AA2C6B5B0C12FC0D02D9EA9B3BF5F1533 : public RuntimeObject
|
|
{
|
|
// easyar.PathType easyar.ObjectTargetController/ObjFileSourceData::PathType
|
|
int32_t ___PathType_0;
|
|
// System.String easyar.ObjectTargetController/ObjFileSourceData::ObjPath
|
|
String_t* ___ObjPath_1;
|
|
// System.Collections.Generic.List`1<System.String> easyar.ObjectTargetController/ObjFileSourceData::ExtraFilePaths
|
|
List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* ___ExtraFilePaths_2;
|
|
// System.String easyar.ObjectTargetController/ObjFileSourceData::Name
|
|
String_t* ___Name_3;
|
|
// System.Single easyar.ObjectTargetController/ObjFileSourceData::Scale
|
|
float ___Scale_4;
|
|
};
|
|
|
|
// System.Action`1<easyar.Buffer>
|
|
struct Action_1_t1FE3A1AE62AE447DF533658E8E8F95603B6246D4 : public MulticastDelegate_t
|
|
{
|
|
};
|
|
|
|
// System.Action`1<easyar.CloudRecognizationResult>
|
|
struct Action_1_t2B8F2F4905046BA35E74859DDB9E9128D0BA5E06 : public MulticastDelegate_t
|
|
{
|
|
};
|
|
|
|
// System.Action`1<easyar.InputFrame>
|
|
struct Action_1_t9B1F83CF784EEF67EA2B81DD3A12C12D518808C1 : public MulticastDelegate_t
|
|
{
|
|
};
|
|
|
|
// System.Action`1<System.IntPtr>
|
|
struct Action_1_t2DF1ED40E3084E997390FF52F462390882271FE2 : public MulticastDelegate_t
|
|
{
|
|
};
|
|
|
|
// System.Action`1<easyar.OutputFrame>
|
|
struct Action_1_t51C09D97035A969C5BE8AD3814D3435DFCBC7D36 : public MulticastDelegate_t
|
|
{
|
|
};
|
|
|
|
// System.Action`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
|
|
struct Action_1_t923A20D1D4F6B55B2ED5AE21B90F1A0CE0450D99 : public MulticastDelegate_t
|
|
{
|
|
};
|
|
|
|
// System.Action`2<easyar.Optional`1<easyar.CloudRecognizationResult>,System.String>
|
|
struct Action_2_t044BEC9AE1C2995930179F5D51893A8456A3494A : public MulticastDelegate_t
|
|
{
|
|
};
|
|
|
|
// System.Action`2<easyar.CalibrationDownloadStatus,easyar.Optional`1<System.String>>
|
|
struct Action_2_t9707971E6E7286591183B8B39D4E91E8C466F77E : public MulticastDelegate_t
|
|
{
|
|
};
|
|
|
|
// System.Action`2<UnityEngine.Camera,UnityEngine.RenderTexture>
|
|
struct Action_2_t277AE85006B08FF17CAFB370BCF5563F5D9C8A1F : public MulticastDelegate_t
|
|
{
|
|
};
|
|
|
|
// System.Action`2<UnityEngine.Material,UnityEngine.Vector2>
|
|
struct Action_2_t18A4876EE3337940FFE3C859DA0AA75A16B719CA : public MulticastDelegate_t
|
|
{
|
|
};
|
|
|
|
// System.Action`2<easyar.PermissionStatus,System.String>
|
|
struct Action_2_tE8FDAB3427B619024E7BE8677A267B409F919A20 : public MulticastDelegate_t
|
|
{
|
|
};
|
|
|
|
// System.Action`2<easyar.RecordStatus,System.String>
|
|
struct Action_2_t6B86038ACB87B61B0819841BB4D98326C7E2BECD : public MulticastDelegate_t
|
|
{
|
|
};
|
|
|
|
// System.Action`2<easyar.Target,System.Boolean>
|
|
struct Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416 : public MulticastDelegate_t
|
|
{
|
|
};
|
|
|
|
// System.Action`2<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType,Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
|
|
struct Action_2_t1D42C7D8DCD2DEB7C556FB3783F0EDAFF694E5E8 : public MulticastDelegate_t
|
|
{
|
|
};
|
|
|
|
// System.Action`3<easyar.ImageTargetController,easyar.Target,System.Boolean>
|
|
struct Action_3_t0DC67ABCE6073BEE491A6230123FE12606C4D6CE : public MulticastDelegate_t
|
|
{
|
|
};
|
|
|
|
// System.Action`3<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType,Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType,Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
|
|
struct Action_3_t838D6B6BB4BFFC6E8430C389747DB008A0B26146 : public MulticastDelegate_t
|
|
{
|
|
};
|
|
|
|
// System.Func`2<easyar.Optional`1<easyar.OutputFrame>,easyar.Detail/OptionalOfOutputFrame>
|
|
struct Func_2_tC7192CEA08ABD7B97F99F49245ABA8779489F7FE : public MulticastDelegate_t
|
|
{
|
|
};
|
|
|
|
// System.Func`2<easyar.FrameFilter,System.Boolean>
|
|
struct Func_2_t285FDA26BD60688781CFD5B6D2135984D0252C7A : public MulticastDelegate_t
|
|
{
|
|
};
|
|
|
|
// System.Func`2<System.IntPtr,System.IntPtr>
|
|
struct Func_2_t04A50D832214E55BC2F82E8DD7E603537B6D9713 : public MulticastDelegate_t
|
|
{
|
|
};
|
|
|
|
// System.Func`2<easyar.Detail/OptionalOfOutputFrame,easyar.Optional`1<easyar.OutputFrame>>
|
|
struct Func_2_tE8A8F7015E5FE92141DF5FC54C3F6ED56BC9406E : public MulticastDelegate_t
|
|
{
|
|
};
|
|
|
|
// System.Action
|
|
struct Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07 : public MulticastDelegate_t
|
|
{
|
|
};
|
|
|
|
// System.ArgumentException
|
|
struct ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263 : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295
|
|
{
|
|
// System.String System.ArgumentException::_paramName
|
|
String_t* ____paramName_18;
|
|
};
|
|
|
|
// UnityEngine.Behaviour
|
|
struct Behaviour_t01970CFBBA658497AE30F311C447DB0440BAB7FA : public Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3
|
|
{
|
|
};
|
|
|
|
// easyar.DelayedCallbackScheduler
|
|
struct DelayedCallbackScheduler_t7250FB4EE6119AFDCFBAC0DEADD337F1E576FD97 : public CallbackScheduler_t6FC995D035D641811475B3EE0762B485D065FCED
|
|
{
|
|
};
|
|
|
|
// easyar.EasyARCameraImageRendererFeature
|
|
struct EasyARCameraImageRendererFeature_t53705E68E3C2AAFFC497E72EF56B573C77D68FF6 : public ScriptableObject_tB3BFDB921A1B1795B38A5417D3B97A89A140436A
|
|
{
|
|
};
|
|
|
|
// easyar.EasyARSettings
|
|
struct EasyARSettings_t4901518F6AEDF9035FB580B2A6001660C0A99E64 : public ScriptableObject_tB3BFDB921A1B1795B38A5417D3B97A89A140436A
|
|
{
|
|
// System.String easyar.EasyARSettings::LicenseKey
|
|
String_t* ___LicenseKey_4;
|
|
// System.Boolean easyar.EasyARSettings::InitializeOnStartup
|
|
bool ___InitializeOnStartup_5;
|
|
// easyar.EasyARSettings/Permission easyar.EasyARSettings::Permissions
|
|
Permission_t2303B1B54854223B0C770ACCC80577F22F87766C* ___Permissions_6;
|
|
// easyar.EasyARSettings/TargetGizmoConfig easyar.EasyARSettings::GizmoConfig
|
|
TargetGizmoConfig_t38A365FEA74EEF837656FB3826B81FFC3166F616* ___GizmoConfig_7;
|
|
// easyar.SparseSpatialMapWorkerFrameFilter/SpatialMapServiceConfig easyar.EasyARSettings::GlobalSpatialMapServiceConfig
|
|
SpatialMapServiceConfig_tACF8B968800D15400B69F5FE954C197B7B30529B* ___GlobalSpatialMapServiceConfig_8;
|
|
// easyar.CloudRecognizerFrameFilter/CloudRecognizerServiceConfig easyar.EasyARSettings::GlobalCloudRecognizerServiceConfig
|
|
CloudRecognizerServiceConfig_tAF6DBBE8DF5606D2D6879A3FABCFE28B003862FD* ___GlobalCloudRecognizerServiceConfig_9;
|
|
// easyar.MegaTrackerFrameFilter/MegaLocalizationServiceConfig easyar.EasyARSettings::GlobalMegaLocalizationServiceConfig
|
|
MegaLocalizationServiceConfig_tBB288F844FCA406F19B49B8EDD38EEBA66BB8406* ___GlobalMegaLocalizationServiceConfig_10;
|
|
// System.Boolean easyar.EasyARSettings::GenerateXMLDoc
|
|
bool ___GenerateXMLDoc_11;
|
|
// easyar.EasyARSettings/ARCoreType easyar.EasyARSettings::ARCoreSDK
|
|
int32_t ___ARCoreSDK_12;
|
|
// easyar.EasyARSettings/AREngineType easyar.EasyARSettings::AREngineSDK
|
|
int32_t ___AREngineSDK_13;
|
|
// System.Boolean easyar.EasyARSettings::DisableARCoreAREngine
|
|
bool ___DisableARCoreAREngine_14;
|
|
// System.Boolean easyar.EasyARSettings::Verify32bitOnlyARCoreWhenBuild
|
|
bool ___Verify32bitOnlyARCoreWhenBuild_15;
|
|
// System.Boolean easyar.EasyARSettings::VerifyLicenseWhenBuild
|
|
bool ___VerifyLicenseWhenBuild_16;
|
|
// easyar.EasyARSettings/Workaround easyar.EasyARSettings::WorkaroundForUnity
|
|
Workaround_tFF0E355FFE7B616D0EC048F15F9CB01DF6EBD9B5* ___WorkaroundForUnity_17;
|
|
};
|
|
|
|
// System.EventHandler
|
|
struct EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82 : public MulticastDelegate_t
|
|
{
|
|
};
|
|
|
|
// easyar.ImageTarget
|
|
struct ImageTarget_t2EA76B35550391ED19105CB22E7EC95723D478FB : public Target_tA508D592FB808ECACF85DAE26AF44B5586D6C836
|
|
{
|
|
};
|
|
|
|
// System.InvalidOperationException
|
|
struct InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295
|
|
{
|
|
};
|
|
|
|
// System.NotSupportedException
|
|
struct NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295
|
|
{
|
|
};
|
|
|
|
// easyar.ObjectTarget
|
|
struct ObjectTarget_t3A3463C5371DB932B7DCAA1EE9BEECC47EE97561 : public Target_tA508D592FB808ECACF85DAE26AF44B5586D6C836
|
|
{
|
|
};
|
|
|
|
// UnityEngine.RenderTexture
|
|
struct RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27 : public Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700
|
|
{
|
|
};
|
|
|
|
// easyar.TargetTrackerResult
|
|
struct TargetTrackerResult_tD734318EDA0E26D9AE4D79EE88DFB3A90BDD0DCA : public FrameFilterResult_tBF48CF017CB177BCB85FE4F763750400C9A24F6B
|
|
{
|
|
};
|
|
|
|
// UnityEngine.Texture2D
|
|
struct Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4 : public Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700
|
|
{
|
|
};
|
|
|
|
// UnityEngine.Transform
|
|
struct Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1 : public Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3
|
|
{
|
|
};
|
|
|
|
// System.TypeLoadException
|
|
struct TypeLoadException_t6333E3083F7BFF1A582969E6F67ACBA8B0035C32 : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295
|
|
{
|
|
// System.String System.TypeLoadException::ClassName
|
|
String_t* ___ClassName_18;
|
|
// System.String System.TypeLoadException::AssemblyName
|
|
String_t* ___AssemblyName_19;
|
|
// System.String System.TypeLoadException::MessageArg
|
|
String_t* ___MessageArg_20;
|
|
// System.Int32 System.TypeLoadException::ResourceId
|
|
int32_t ___ResourceId_21;
|
|
};
|
|
|
|
// easyar.ARSession/FrameChangeAction
|
|
struct FrameChangeAction_t22915014AF19BCD5BA244E1A821751FAC6A2C2B3 : public MulticastDelegate_t
|
|
{
|
|
};
|
|
|
|
// easyar.ImageTargetController/<>c__DisplayClass37_0
|
|
struct U3CU3Ec__DisplayClass37_0_t321CC58E921C8F88E76CDAABB8C6AE8E6B333B55 : public RuntimeObject
|
|
{
|
|
// easyar.Buffer easyar.ImageTargetController/<>c__DisplayClass37_0::buffer
|
|
Buffer_t644BF6560BDFFE92C2929A3CBF29C9B124212B54* ___buffer_0;
|
|
// easyar.Optional`1<easyar.Image> easyar.ImageTargetController/<>c__DisplayClass37_0::imageOptional
|
|
Optional_1_t5B6B0C0045FAE98F843037DDDF9FD8F793FE4741 ___imageOptional_1;
|
|
// System.Boolean easyar.ImageTargetController/<>c__DisplayClass37_0::taskFinished
|
|
bool ___taskFinished_2;
|
|
};
|
|
|
|
// easyar.ImageTargetController/<>c__DisplayClass38_0
|
|
struct U3CU3Ec__DisplayClass38_0_t95778DE5F62CBD94392CA442327A82DB1EA98FBF : public RuntimeObject
|
|
{
|
|
// easyar.Buffer easyar.ImageTargetController/<>c__DisplayClass38_0::buffer
|
|
Buffer_t644BF6560BDFFE92C2929A3CBF29C9B124212B54* ___buffer_0;
|
|
// easyar.Optional`1<easyar.ImageTarget> easyar.ImageTargetController/<>c__DisplayClass38_0::targetOptional
|
|
Optional_1_tF42B2C54CA65016EF2B9D8901BA94188C401B6FE ___targetOptional_1;
|
|
// System.Boolean easyar.ImageTargetController/<>c__DisplayClass38_0::taskFinished
|
|
bool ___taskFinished_2;
|
|
};
|
|
|
|
// easyar.RefBase/Retainer
|
|
struct Retainer_t21E37A78A5C591A4A1DB7494A454CCADF411A77A : public MulticastDelegate_t
|
|
{
|
|
};
|
|
|
|
// System.ArgumentNullException
|
|
struct ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129 : public ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263
|
|
{
|
|
};
|
|
|
|
// UnityEngine.Camera
|
|
struct Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184 : public Behaviour_t01970CFBBA658497AE30F311C447DB0440BAB7FA
|
|
{
|
|
};
|
|
|
|
// System.DllNotFoundException
|
|
struct DllNotFoundException_t8CAE636A394C482C9FCF38FB7B7929506319D534 : public TypeLoadException_t6333E3083F7BFF1A582969E6F67ACBA8B0035C32
|
|
{
|
|
};
|
|
|
|
// UnityEngine.MonoBehaviour
|
|
struct MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71 : public Behaviour_t01970CFBBA658497AE30F311C447DB0440BAB7FA
|
|
{
|
|
};
|
|
|
|
// easyar.ARSession
|
|
struct ARSession_tE7BD3656886DDF0823637E4219C76DA80A215D35 : public MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71
|
|
{
|
|
// easyar.ARSession/ARCenterMode easyar.ARSession::CenterMode
|
|
int32_t ___CenterMode_4;
|
|
// easyar.ARSession/ARHorizontalFlipMode easyar.ARSession::HorizontalFlipNormal
|
|
int32_t ___HorizontalFlipNormal_5;
|
|
// easyar.ARSession/ARHorizontalFlipMode easyar.ARSession::HorizontalFlipFront
|
|
int32_t ___HorizontalFlipFront_6;
|
|
// UnityEngine.GameObject easyar.ARSession::specificTargetCenter
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___specificTargetCenter_7;
|
|
// System.Int32 easyar.ARSession::frameIndex
|
|
int32_t ___frameIndex_8;
|
|
// System.Tuple`2<System.Boolean,easyar.Optional`1<System.Tuple`2<easyar.MotionTrackingStatus,UnityEngine.Pose>>> easyar.ARSession::frameStatus
|
|
Tuple_2_tD39566EEAAD3069AEF6436718B3A118344EF7CA6* ___frameStatus_9;
|
|
// easyar.ARSession/SessionState easyar.ARSession::state
|
|
int32_t ___state_10;
|
|
// easyar.ARSession/FrameChangeAction easyar.ARSession::FrameChange
|
|
FrameChangeAction_t22915014AF19BCD5BA244E1A821751FAC6A2C2B3* ___FrameChange_11;
|
|
// System.Action`1<easyar.OutputFrame> easyar.ARSession::FrameUpdate
|
|
Action_1_t51C09D97035A969C5BE8AD3814D3435DFCBC7D36* ___FrameUpdate_12;
|
|
// System.Action`1<easyar.ARSession/SessionState> easyar.ARSession::StateChanged
|
|
Action_1_tDD15683D1BB2DC4CD2A36D204CFD34C598EA01A4* ___StateChanged_13;
|
|
// UnityEngine.GameObject easyar.ARSession::<CenterObject>k__BackingField
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___U3CCenterObjectU3Ek__BackingField_14;
|
|
// easyar.ARAssembly easyar.ARSession::<Assembly>k__BackingField
|
|
ARAssembly_t5F1E1DD46E4F3CA1BAF7ACAFC438564C8E5B02EB* ___U3CAssemblyU3Ek__BackingField_15;
|
|
// easyar.Optional`1<easyar.CameraParameters> easyar.ARSession::<FrameCameraParameters>k__BackingField
|
|
Optional_1_tDDCD90151BF622BB5577511BDAC1116BAF12870F ___U3CFrameCameraParametersU3Ek__BackingField_16;
|
|
};
|
|
|
|
// easyar.CameraImageRenderer
|
|
struct CameraImageRenderer_tD369A344F7BD6A09BE29193551EA348BC22D7078 : public MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71
|
|
{
|
|
// UnityEngine.Camera easyar.CameraImageRenderer::targetCamera
|
|
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* ___targetCamera_5;
|
|
// UnityEngine.Rendering.CommandBuffer easyar.CameraImageRenderer::commandBuffer
|
|
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___commandBuffer_6;
|
|
// easyar.CameraImageMaterial easyar.CameraImageRenderer::arMaterial
|
|
CameraImageMaterial_t71DBE936806DA72BF211659270248F5A245AB676* ___arMaterial_7;
|
|
// UnityEngine.Material easyar.CameraImageRenderer::material
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___material_8;
|
|
// easyar.CameraParameters easyar.CameraImageRenderer::cameraParameters
|
|
CameraParameters_t18C9E22363BD41CD7244E2256ED25A53DB87BB53* ___cameraParameters_9;
|
|
// System.Boolean easyar.CameraImageRenderer::renderImageHFlip
|
|
bool ___renderImageHFlip_10;
|
|
// easyar.CameraImageRenderer/UserRequest easyar.CameraImageRenderer::request
|
|
UserRequest_t50ED9EC59E68CA01BE9BF5028C274640DEFDF00D* ___request_11;
|
|
// easyar.ARSession easyar.CameraImageRenderer::arSession
|
|
ARSession_tE7BD3656886DDF0823637E4219C76DA80A215D35* ___arSession_12;
|
|
// System.Boolean easyar.CameraImageRenderer::invertCulling
|
|
bool ___invertCulling_13;
|
|
// System.Boolean easyar.CameraImageRenderer::invertCullingChanged
|
|
bool ___invertCullingChanged_14;
|
|
// System.Action`2<UnityEngine.Material,UnityEngine.Vector2> easyar.CameraImageRenderer::OnFrameRenderUpdate
|
|
Action_2_t18A4876EE3337940FFE3C859DA0AA75A16B719CA* ___OnFrameRenderUpdate_16;
|
|
// System.Action`2<UnityEngine.Camera,UnityEngine.RenderTexture> easyar.CameraImageRenderer::TargetTextureChange
|
|
Action_2_t277AE85006B08FF17CAFB370BCF5563F5D9C8A1F* ___TargetTextureChange_17;
|
|
// easyar.Optional`1<UnityEngine.RenderTexture> easyar.CameraImageRenderer::<UserTexture>k__BackingField
|
|
Optional_1_tA5DF3E7EEEFCADFC2F37F8D67FAE65A139B559C4 ___U3CUserTextureU3Ek__BackingField_18;
|
|
};
|
|
|
|
// easyar.EasyARController
|
|
struct EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177 : public MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71
|
|
{
|
|
// System.Boolean easyar.EasyARController::ShowPopupMessage
|
|
bool ___ShowPopupMessage_4;
|
|
// System.Boolean easyar.EasyARController::hasError
|
|
bool ___hasError_7;
|
|
// System.Action easyar.EasyARController::PostUpdate
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___PostUpdate_8;
|
|
// easyar.ThreadWorker easyar.EasyARController::<Worker>k__BackingField
|
|
ThreadWorker_t1ADEDA9DB0A15609FBEFE467B9CC337BF57D6D36* ___U3CWorkerU3Ek__BackingField_12;
|
|
// easyar.Display easyar.EasyARController::<Display>k__BackingField
|
|
Display_tB1D5BF85C3C9D5D143CF2406E5676281CC8C3FEE* ___U3CDisplayU3Ek__BackingField_13;
|
|
};
|
|
|
|
// easyar.FrameFilter
|
|
struct FrameFilter_tEF74686432B3C28E888F223945B0BF3FC58AD214 : public MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71
|
|
{
|
|
// System.Boolean easyar.FrameFilter::horizontalFlip
|
|
bool ___horizontalFlip_4;
|
|
// easyar.Optional`1<System.Collections.Generic.List`1<System.Tuple`2<easyar.TargetController,UnityEngine.Pose>>> easyar.FrameFilter::targetResults
|
|
Optional_1_t5AF2475D02CCAD63B40183BFA862E1BC1E764B11 ___targetResults_5;
|
|
};
|
|
|
|
// easyar.FrameSource
|
|
struct FrameSource_tEFFB44317ECA60F900CBDDA05D06E675C6CC88CD : public MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71
|
|
{
|
|
// easyar.InputFrameSink easyar.FrameSource::sink
|
|
InputFrameSink_tA6E249222893426FDB034E5CE860F0037DAE4F95* ___sink_4;
|
|
// easyar.ARSession easyar.FrameSource::arSession
|
|
ARSession_tE7BD3656886DDF0823637E4219C76DA80A215D35* ___arSession_5;
|
|
// System.Int32 easyar.FrameSource::bufferCapacity
|
|
int32_t ___bufferCapacity_6;
|
|
// easyar.CameraImageRenderer easyar.FrameSource::cameraRenderer
|
|
CameraImageRenderer_tD369A344F7BD6A09BE29193551EA348BC22D7078* ___cameraRenderer_8;
|
|
// easyar.RenderCameraController easyar.FrameSource::renderCamera
|
|
RenderCameraController_t9D339F375620BCA2966E655CB4BA18AFF9F43C58* ___renderCamera_9;
|
|
// UnityEngine.Camera easyar.FrameSource::arCamera
|
|
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* ___arCamera_10;
|
|
};
|
|
|
|
// easyar.TargetController
|
|
struct TargetController_t8B3D4F1410E51D042DF5E9C689F5C0499E43410A : public MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71
|
|
{
|
|
// easyar.TargetController/ActiveControlStrategy easyar.TargetController::ActiveControl
|
|
int32_t ___ActiveControl_4;
|
|
// System.Boolean easyar.TargetController::HorizontalFlip
|
|
bool ___HorizontalFlip_5;
|
|
// System.Boolean easyar.TargetController::firstFound
|
|
bool ___firstFound_6;
|
|
// System.Action easyar.TargetController::TargetFound
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___TargetFound_7;
|
|
// System.Action easyar.TargetController::TargetLost
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___TargetLost_8;
|
|
// System.Boolean easyar.TargetController::<IsTracked>k__BackingField
|
|
bool ___U3CIsTrackedU3Ek__BackingField_9;
|
|
// System.Boolean easyar.TargetController::<IsLoaded>k__BackingField
|
|
bool ___U3CIsLoadedU3Ek__BackingField_10;
|
|
};
|
|
|
|
// easyar.VideoRecorder
|
|
struct VideoRecorder_tDF4C48CC4953CFE26510C712A7CAF89C8C8609DB : public MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71
|
|
{
|
|
// easyar.RecordProfile easyar.VideoRecorder::Profile
|
|
int32_t ___Profile_4;
|
|
// easyar.VideoRecorder/VideoOrientation easyar.VideoRecorder::Orientation
|
|
int32_t ___Orientation_5;
|
|
// easyar.RecordZoomMode easyar.VideoRecorder::RecordZoomMode
|
|
int32_t ___RecordZoomMode_6;
|
|
// easyar.WritablePathType easyar.VideoRecorder::FilePathType
|
|
int32_t ___FilePathType_7;
|
|
// System.String easyar.VideoRecorder::FilePath
|
|
String_t* ___FilePath_8;
|
|
// easyar.Recorder easyar.VideoRecorder::recorder
|
|
Recorder_tAE870C84E932F622317CC8EE7E960EC7D3EDC087* ___recorder_9;
|
|
// System.Action`2<easyar.RecordStatus,System.String> easyar.VideoRecorder::StatusUpdate
|
|
Action_2_t6B86038ACB87B61B0819841BB4D98326C7E2BECD* ___StatusUpdate_10;
|
|
// System.Boolean easyar.VideoRecorder::<IsReady>k__BackingField
|
|
bool ___U3CIsReadyU3Ek__BackingField_11;
|
|
};
|
|
|
|
// easyar.WorldRootController
|
|
struct WorldRootController_tDDE4A5BB7E650DE15875AFD6F7E8BBB2F670A1A2 : public MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71
|
|
{
|
|
// easyar.WorldRootController/ActiveControlStrategy easyar.WorldRootController::ActiveControl
|
|
int32_t ___ActiveControl_4;
|
|
// System.Boolean easyar.WorldRootController::trackingStarted
|
|
bool ___trackingStarted_5;
|
|
// System.Action`1<easyar.MotionTrackingStatus> easyar.WorldRootController::TrackingStatusChanged
|
|
Action_1_t6E4A3DA81C32497D45F76194B1ECFB82BED6D4EE* ___TrackingStatusChanged_6;
|
|
// easyar.MotionTrackingStatus easyar.WorldRootController::<TrackingStatus>k__BackingField
|
|
int32_t ___U3CTrackingStatusU3Ek__BackingField_7;
|
|
};
|
|
|
|
// easyar.ARCoreFrameSource
|
|
struct ARCoreFrameSource_t13E57941891C16484C10CCAB4474FDF5F39B3819 : public FrameSource_tEFFB44317ECA60F900CBDDA05D06E675C6CC88CD
|
|
{
|
|
// easyar.ARCoreCameraDevice easyar.ARCoreFrameSource::<Device>k__BackingField
|
|
ARCoreCameraDevice_t55396DBC36D7E26AFDF6CC2A72F7C86664326073* ___U3CDeviceU3Ek__BackingField_11;
|
|
// System.Boolean easyar.ARCoreFrameSource::AutoFocus
|
|
bool ___AutoFocus_12;
|
|
// System.Boolean easyar.ARCoreFrameSource::willOpen
|
|
bool ___willOpen_13;
|
|
// System.Boolean easyar.ARCoreFrameSource::disableAutoOpen
|
|
bool ___disableAutoOpen_14;
|
|
// System.Boolean easyar.ARCoreFrameSource::loadLibrary
|
|
bool ___loadLibrary_15;
|
|
// System.Boolean easyar.ARCoreFrameSource::assembled
|
|
bool ___assembled_16;
|
|
// easyar.WorldRootController easyar.ARCoreFrameSource::worldRoot
|
|
WorldRootController_tDDE4A5BB7E650DE15875AFD6F7E8BBB2F670A1A2* ___worldRoot_17;
|
|
// easyar.WorldRootController easyar.ARCoreFrameSource::worldRootCache
|
|
WorldRootController_tDDE4A5BB7E650DE15875AFD6F7E8BBB2F670A1A2* ___worldRootCache_18;
|
|
// UnityEngine.GameObject easyar.ARCoreFrameSource::worldRootObject
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___worldRootObject_19;
|
|
// System.Action easyar.ARCoreFrameSource::DeviceCreated
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___DeviceCreated_20;
|
|
// System.Action easyar.ARCoreFrameSource::DeviceOpened
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___DeviceOpened_21;
|
|
// System.Action easyar.ARCoreFrameSource::DeviceClosed
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___DeviceClosed_22;
|
|
};
|
|
|
|
// easyar.AREngineFrameSource
|
|
struct AREngineFrameSource_t4338F934A894056D69323E3EED12B5D6D3BF5EFE : public FrameSource_tEFFB44317ECA60F900CBDDA05D06E675C6CC88CD
|
|
{
|
|
// System.Boolean easyar.AREngineFrameSource::AutoFocus
|
|
bool ___AutoFocus_11;
|
|
// System.Boolean easyar.AREngineFrameSource::assembled
|
|
bool ___assembled_12;
|
|
// easyar.WorldRootController easyar.AREngineFrameSource::worldRoot
|
|
WorldRootController_tDDE4A5BB7E650DE15875AFD6F7E8BBB2F670A1A2* ___worldRoot_13;
|
|
};
|
|
|
|
// easyar.ARKitFrameSource
|
|
struct ARKitFrameSource_tEB7A3BC3F1AE0F1E99D96C5C270D284250D3CCD7 : public FrameSource_tEFFB44317ECA60F900CBDDA05D06E675C6CC88CD
|
|
{
|
|
// easyar.ARKitCameraDevice easyar.ARKitFrameSource::<Device>k__BackingField
|
|
ARKitCameraDevice_t25D15798449B95FF8BB3699EBB66F0C23CFF0F79* ___U3CDeviceU3Ek__BackingField_11;
|
|
// System.Boolean easyar.ARKitFrameSource::AutoFocus
|
|
bool ___AutoFocus_12;
|
|
// System.Boolean easyar.ARKitFrameSource::willOpen
|
|
bool ___willOpen_13;
|
|
// System.Boolean easyar.ARKitFrameSource::disableAutoOpen
|
|
bool ___disableAutoOpen_14;
|
|
// System.Boolean easyar.ARKitFrameSource::assembled
|
|
bool ___assembled_15;
|
|
// easyar.WorldRootController easyar.ARKitFrameSource::worldRoot
|
|
WorldRootController_tDDE4A5BB7E650DE15875AFD6F7E8BBB2F670A1A2* ___worldRoot_16;
|
|
// easyar.WorldRootController easyar.ARKitFrameSource::worldRootCache
|
|
WorldRootController_tDDE4A5BB7E650DE15875AFD6F7E8BBB2F670A1A2* ___worldRootCache_17;
|
|
// UnityEngine.GameObject easyar.ARKitFrameSource::worldRootObject
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___worldRootObject_18;
|
|
// System.Action easyar.ARKitFrameSource::DeviceCreated
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___DeviceCreated_19;
|
|
// System.Action easyar.ARKitFrameSource::DeviceOpened
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___DeviceOpened_20;
|
|
// System.Action easyar.ARKitFrameSource::DeviceClosed
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___DeviceClosed_21;
|
|
};
|
|
|
|
// easyar.CameraDeviceFrameSource
|
|
struct CameraDeviceFrameSource_t96C3510E9C369F5946CEBF25739FF84997FA1A92 : public FrameSource_tEFFB44317ECA60F900CBDDA05D06E675C6CC88CD
|
|
{
|
|
// easyar.CameraDevice easyar.CameraDeviceFrameSource::<Device>k__BackingField
|
|
CameraDevice_tD49A49DD97F9C0B672E5617F54A2B15B7CB2ACCE* ___U3CDeviceU3Ek__BackingField_11;
|
|
// easyar.CameraDeviceFocusMode easyar.CameraDeviceFrameSource::FocusMode
|
|
int32_t ___FocusMode_12;
|
|
// UnityEngine.Vector2 easyar.CameraDeviceFrameSource::CameraSize
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___CameraSize_13;
|
|
// easyar.CameraDeviceFrameSource/CameraDeviceOpenMethod easyar.CameraDeviceFrameSource::CameraOpenMethod
|
|
int32_t ___CameraOpenMethod_14;
|
|
// easyar.CameraDeviceType easyar.CameraDeviceFrameSource::CameraType
|
|
int32_t ___CameraType_15;
|
|
// System.Int32 easyar.CameraDeviceFrameSource::CameraIndex
|
|
int32_t ___CameraIndex_16;
|
|
// easyar.CameraDevicePreference easyar.CameraDeviceFrameSource::cameraPreference
|
|
int32_t ___cameraPreference_18;
|
|
// easyar.CameraParameters easyar.CameraDeviceFrameSource::parameters
|
|
CameraParameters_t18C9E22363BD41CD7244E2256ED25A53DB87BB53* ___parameters_19;
|
|
// System.Boolean easyar.CameraDeviceFrameSource::willOpen
|
|
bool ___willOpen_20;
|
|
// System.Boolean easyar.CameraDeviceFrameSource::disableAutoOpen
|
|
bool ___disableAutoOpen_21;
|
|
// System.Action easyar.CameraDeviceFrameSource::DeviceCreated
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___DeviceCreated_22;
|
|
// System.Action easyar.CameraDeviceFrameSource::DeviceOpened
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___DeviceOpened_23;
|
|
// System.Action easyar.CameraDeviceFrameSource::DeviceClosed
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___DeviceClosed_24;
|
|
};
|
|
|
|
// easyar.CloudRecognizerFrameFilter
|
|
struct CloudRecognizerFrameFilter_t2038454703274381A6400CAEC747F87A853B8316 : public FrameFilter_tEF74686432B3C28E888F223945B0BF3FC58AD214
|
|
{
|
|
// System.Int32 easyar.CloudRecognizerFrameFilter::ResolveTimeout
|
|
int32_t ___ResolveTimeout_6;
|
|
// System.Boolean easyar.CloudRecognizerFrameFilter::UseGlobalServiceConfig
|
|
bool ___UseGlobalServiceConfig_7;
|
|
// easyar.CloudRecognizerFrameFilter/KeyType easyar.CloudRecognizerFrameFilter::ServerKeyType
|
|
int32_t ___ServerKeyType_8;
|
|
// easyar.CloudRecognizerFrameFilter/CloudRecognizerServiceConfig easyar.CloudRecognizerFrameFilter::ServiceConfig
|
|
CloudRecognizerServiceConfig_tAF6DBBE8DF5606D2D6879A3FABCFE28B003862FD* ___ServiceConfig_9;
|
|
// easyar.CloudRecognizerFrameFilter/PrivateCloudRecognizerServiceConfig easyar.CloudRecognizerFrameFilter::PrivateServiceConfig
|
|
PrivateCloudRecognizerServiceConfig_t0A6190CA51A48D63D12EB07B73E33C71446A4E92* ___PrivateServiceConfig_10;
|
|
// easyar.CloudRecognizer easyar.CloudRecognizerFrameFilter::cloudRecognizer
|
|
CloudRecognizer_t27F99F43A57C493819C7299483ADCBAEB549937E* ___cloudRecognizer_11;
|
|
// System.Collections.Generic.Queue`1<easyar.CloudRecognizerFrameFilter/Request> easyar.CloudRecognizerFrameFilter::pendingRequets
|
|
Queue_1_t4AD143AF7A961A82813D1CB3F443B3140ABDDCB0* ___pendingRequets_12;
|
|
// System.Boolean easyar.CloudRecognizerFrameFilter::failToCreate
|
|
bool ___failToCreate_13;
|
|
};
|
|
|
|
// easyar.ImageTargetController
|
|
struct ImageTargetController_t84FED4EB42B01319DE27986E10F1941E88ACA633 : public TargetController_t8B3D4F1410E51D042DF5E9C689F5C0499E43410A
|
|
{
|
|
// easyar.ImageTarget easyar.ImageTargetController::<Target>k__BackingField
|
|
ImageTarget_t2EA76B35550391ED19105CB22E7EC95723D478FB* ___U3CTargetU3Ek__BackingField_11;
|
|
// easyar.ImageTargetController/DataSource easyar.ImageTargetController::SourceType
|
|
int32_t ___SourceType_12;
|
|
// easyar.ImageTargetController/ImageFileSourceData easyar.ImageTargetController::ImageFileSource
|
|
ImageFileSourceData_t6253D5079E28B45E9A0C1A7A8CFBF74267364C2B* ___ImageFileSource_13;
|
|
// easyar.ImageTargetController/TargetDataFileSourceData easyar.ImageTargetController::TargetDataFileSource
|
|
TargetDataFileSourceData_t8A1E6462041EA1563F8FAD0E8DD979416E605C4B* ___TargetDataFileSource_14;
|
|
// easyar.ImageTarget easyar.ImageTargetController::TargetSource
|
|
ImageTarget_t2EA76B35550391ED19105CB22E7EC95723D478FB* ___TargetSource_15;
|
|
// System.Boolean easyar.ImageTargetController::trackerHasSet
|
|
bool ___trackerHasSet_16;
|
|
// easyar.ImageTrackerFrameFilter easyar.ImageTargetController::tracker
|
|
ImageTrackerFrameFilter_t1C3BF48AFCFEA2D5BE49CAE9196847DBB5177A9E* ___tracker_17;
|
|
// easyar.ImageTrackerFrameFilter easyar.ImageTargetController::loader
|
|
ImageTrackerFrameFilter_t1C3BF48AFCFEA2D5BE49CAE9196847DBB5177A9E* ___loader_18;
|
|
// System.Single easyar.ImageTargetController::scale
|
|
float ___scale_19;
|
|
// System.Single easyar.ImageTargetController::scaleX
|
|
float ___scaleX_20;
|
|
// System.Boolean easyar.ImageTargetController::preHFlip
|
|
bool ___preHFlip_21;
|
|
// System.Action easyar.ImageTargetController::TargetAvailable
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___TargetAvailable_22;
|
|
// System.Action`2<easyar.Target,System.Boolean> easyar.ImageTargetController::TargetLoad
|
|
Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416* ___TargetLoad_23;
|
|
// System.Action`2<easyar.Target,System.Boolean> easyar.ImageTargetController::TargetUnload
|
|
Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416* ___TargetUnload_24;
|
|
};
|
|
|
|
// easyar.ImageTrackerFrameFilter
|
|
struct ImageTrackerFrameFilter_t1C3BF48AFCFEA2D5BE49CAE9196847DBB5177A9E : public FrameFilter_tEF74686432B3C28E888F223945B0BF3FC58AD214
|
|
{
|
|
// easyar.ImageTracker easyar.ImageTrackerFrameFilter::<Tracker>k__BackingField
|
|
ImageTracker_t936EBB4B806DF339985DABBA2473BC1E6B533813* ___U3CTrackerU3Ek__BackingField_6;
|
|
// easyar.ImageTrackerMode easyar.ImageTrackerFrameFilter::TrackerMode
|
|
int32_t ___TrackerMode_7;
|
|
// System.Int32 easyar.ImageTrackerFrameFilter::simultaneousNum
|
|
int32_t ___simultaneousNum_8;
|
|
// System.Collections.Generic.List`1<System.Int32> easyar.ImageTrackerFrameFilter::previousTargetIDs
|
|
List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73* ___previousTargetIDs_9;
|
|
// System.Collections.Generic.Dictionary`2<System.Int32,easyar.TargetController> easyar.ImageTrackerFrameFilter::allTargetController
|
|
Dictionary_2_tDA9BDCAD90AB624680FE8388C5681B4D692FEFFC* ___allTargetController_10;
|
|
// System.Boolean easyar.ImageTrackerFrameFilter::isStarted
|
|
bool ___isStarted_11;
|
|
// easyar.ImageTrackerFrameFilter/ResultParameters easyar.ImageTrackerFrameFilter::resultType
|
|
ResultParameters_tAA33B14E1901CE2D4D7576E7DAC587AD6CDBD6D8* ___resultType_12;
|
|
// System.Action`3<easyar.ImageTargetController,easyar.Target,System.Boolean> easyar.ImageTrackerFrameFilter::TargetLoad
|
|
Action_3_t0DC67ABCE6073BEE491A6230123FE12606C4D6CE* ___TargetLoad_13;
|
|
// System.Action`3<easyar.ImageTargetController,easyar.Target,System.Boolean> easyar.ImageTrackerFrameFilter::TargetUnload
|
|
Action_3_t0DC67ABCE6073BEE491A6230123FE12606C4D6CE* ___TargetUnload_14;
|
|
// System.Action easyar.ImageTrackerFrameFilter::SimultaneousNumChanged
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___SimultaneousNumChanged_15;
|
|
};
|
|
|
|
// easyar.MegaTrackerFrameFilter
|
|
struct MegaTrackerFrameFilter_tF1478985C239AB177CC68B1FB913ED30D48475F4 : public FrameFilter_tEF74686432B3C28E888F223945B0BF3FC58AD214
|
|
{
|
|
// easyar.MegaTracker easyar.MegaTrackerFrameFilter::<Tracker>k__BackingField
|
|
MegaTracker_t3FC200B228C74F846B93418D3929AA84252ACD9A* ___U3CTrackerU3Ek__BackingField_6;
|
|
// easyar.Accelerometer easyar.MegaTrackerFrameFilter::<Accelerometer>k__BackingField
|
|
Accelerometer_t513C6F82F03533460B076B23219E5F0E01C69339* ___U3CAccelerometerU3Ek__BackingField_7;
|
|
// System.Boolean easyar.MegaTrackerFrameFilter::UseGlobalServiceConfig
|
|
bool ___UseGlobalServiceConfig_8;
|
|
// easyar.MegaTrackerFrameFilter/MegaLocalizationServiceConfig easyar.MegaTrackerFrameFilter::ServiceConfig
|
|
MegaLocalizationServiceConfig_tBB288F844FCA406F19B49B8EDD38EEBA66BB8406* ___ServiceConfig_9;
|
|
// easyar.MegaTrackerFrameFilter/FallbackOptions easyar.MegaTrackerFrameFilter::Fallbacks
|
|
FallbackOptions_t000A05216FC75430565A077B14AD827B009B10EE* ___Fallbacks_10;
|
|
// easyar.MegaTrackerFrameFilter/TimeParameters easyar.MegaTrackerFrameFilter::requestTimeParameters
|
|
TimeParameters_t9A947E6A6641E23CB31FE9756F4829250C1A977E* ___requestTimeParameters_11;
|
|
// easyar.MegaTrackerFrameFilter/ResultPoseTypeParameters easyar.MegaTrackerFrameFilter::resultPoseType
|
|
ResultPoseTypeParameters_t8BFD8F0B608567EA91D4017F19E7B6B789647D46* ___resultPoseType_12;
|
|
// easyar.ARSession easyar.MegaTrackerFrameFilter::arSession
|
|
ARSession_tE7BD3656886DDF0823637E4219C76DA80A215D35* ___arSession_13;
|
|
// System.Boolean easyar.MegaTrackerFrameFilter::isStarted
|
|
bool ___isStarted_14;
|
|
// System.String easyar.MegaTrackerFrameFilter::requestMessage
|
|
String_t* ___requestMessage_15;
|
|
// easyar.LocationResultSink easyar.MegaTrackerFrameFilter::locationResultSink
|
|
LocationResultSink_t568E46BFBD895FE5C16BBD9093A93313D3481014* ___locationResultSink_16;
|
|
// easyar.AccelerometerResultSink easyar.MegaTrackerFrameFilter::accelerometerResultSink
|
|
AccelerometerResultSink_t3027F8CB61E28F045AEAD705A41AD9E457CB485E* ___accelerometerResultSink_17;
|
|
// easyar.CloudLocalizer easyar.MegaTrackerFrameFilter::cloudLocalizer
|
|
CloudLocalizer_tA8C1029BC89639F000FA9EAABA898AEB5EBED38D* ___cloudLocalizer_18;
|
|
// easyar.ProximityLocationResultSink easyar.MegaTrackerFrameFilter::proximityLocationResultSink
|
|
ProximityLocationResultSink_tCE6BBBDF35605104C66BE7CFD0702FE03DA9C818* ___proximityLocationResultSink_19;
|
|
// easyar.Optional`1<easyar.ProximityLocationResult> easyar.MegaTrackerFrameFilter::proximityLocation
|
|
Optional_1_tB0537F9BB8635780A0548F48A945F65C2526FDAB ___proximityLocation_20;
|
|
};
|
|
|
|
// easyar.MotionTrackerFrameSource
|
|
struct MotionTrackerFrameSource_tD7D327ED271EF894B64ED950708BB80FEC03DE00 : public FrameSource_tEFFB44317ECA60F900CBDDA05D06E675C6CC88CD
|
|
{
|
|
// easyar.MotionTrackerCameraDevice easyar.MotionTrackerFrameSource::<Device>k__BackingField
|
|
MotionTrackerCameraDevice_tD436B669F38CE985813E95A6F7828D3E4BB8C0BB* ___U3CDeviceU3Ek__BackingField_11;
|
|
// easyar.MotionTrackerFrameSource/MotionTrackerCameraDeviceParameters easyar.MotionTrackerFrameSource::DesiredMotionTrackerParameters
|
|
MotionTrackerCameraDeviceParameters_t99C71F28070E1787872BE8D080A992EEE1C45283* ___DesiredMotionTrackerParameters_12;
|
|
// System.Single easyar.MotionTrackerFrameSource::CalibrationDownloaderTimeout
|
|
float ___CalibrationDownloaderTimeout_13;
|
|
// System.Boolean easyar.MotionTrackerFrameSource::AlwaysWaitCalibrationUpdate
|
|
bool ___AlwaysWaitCalibrationUpdate_14;
|
|
// System.Boolean easyar.MotionTrackerFrameSource::willOpen
|
|
bool ___willOpen_15;
|
|
// System.Boolean easyar.MotionTrackerFrameSource::disableAutoOpen
|
|
bool ___disableAutoOpen_16;
|
|
// System.Boolean easyar.MotionTrackerFrameSource::assembled
|
|
bool ___assembled_17;
|
|
// easyar.WorldRootController easyar.MotionTrackerFrameSource::worldRoot
|
|
WorldRootController_tDDE4A5BB7E650DE15875AFD6F7E8BBB2F670A1A2* ___worldRoot_18;
|
|
// easyar.WorldRootController easyar.MotionTrackerFrameSource::worldRootCache
|
|
WorldRootController_tDDE4A5BB7E650DE15875AFD6F7E8BBB2F670A1A2* ___worldRootCache_19;
|
|
// UnityEngine.GameObject easyar.MotionTrackerFrameSource::worldRootObject
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___worldRootObject_20;
|
|
// easyar.Optional`1<System.Boolean> easyar.MotionTrackerFrameSource::isAvailable
|
|
Optional_1_t900DDDF790B562B704CF33648F9A6FE90E9B5DF6 ___isAvailable_21;
|
|
// System.Boolean easyar.MotionTrackerFrameSource::isLargeScaleRequired
|
|
bool ___isLargeScaleRequired_22;
|
|
// System.Action easyar.MotionTrackerFrameSource::DeviceCreated
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___DeviceCreated_23;
|
|
// System.Action easyar.MotionTrackerFrameSource::DeviceOpened
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___DeviceOpened_24;
|
|
// System.Action easyar.MotionTrackerFrameSource::DeviceClosed
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___DeviceClosed_25;
|
|
};
|
|
|
|
// easyar.ObjectTargetController
|
|
struct ObjectTargetController_t48B32473B80F782C65609F8050CF308590D0DEE8 : public TargetController_t8B3D4F1410E51D042DF5E9C689F5C0499E43410A
|
|
{
|
|
// easyar.ObjectTarget easyar.ObjectTargetController::<Target>k__BackingField
|
|
ObjectTarget_t3A3463C5371DB932B7DCAA1EE9BEECC47EE97561* ___U3CTargetU3Ek__BackingField_11;
|
|
// easyar.ObjectTargetController/DataSource easyar.ObjectTargetController::SourceType
|
|
int32_t ___SourceType_12;
|
|
// easyar.ObjectTargetController/ObjFileSourceData easyar.ObjectTargetController::ObjFileSource
|
|
ObjFileSourceData_t12FD5C0AA2C6B5B0C12FC0D02D9EA9B3BF5F1533* ___ObjFileSource_13;
|
|
// easyar.ObjectTarget easyar.ObjectTargetController::TargetSource
|
|
ObjectTarget_t3A3463C5371DB932B7DCAA1EE9BEECC47EE97561* ___TargetSource_14;
|
|
// System.Boolean easyar.ObjectTargetController::trackerHasSet
|
|
bool ___trackerHasSet_15;
|
|
// easyar.ObjectTrackerFrameFilter easyar.ObjectTargetController::tracker
|
|
ObjectTrackerFrameFilter_t9A3F8B9F26D5021DEC972A8AD994AA405A1020FC* ___tracker_16;
|
|
// easyar.ObjectTrackerFrameFilter easyar.ObjectTargetController::loader
|
|
ObjectTrackerFrameFilter_t9A3F8B9F26D5021DEC972A8AD994AA405A1020FC* ___loader_17;
|
|
// System.Single easyar.ObjectTargetController::scale
|
|
float ___scale_18;
|
|
// System.Single easyar.ObjectTargetController::scaleX
|
|
float ___scaleX_19;
|
|
// System.Boolean easyar.ObjectTargetController::preHFlip
|
|
bool ___preHFlip_20;
|
|
// System.Action easyar.ObjectTargetController::TargetAvailable
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___TargetAvailable_21;
|
|
// System.Action`2<easyar.Target,System.Boolean> easyar.ObjectTargetController::TargetLoad
|
|
Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416* ___TargetLoad_22;
|
|
// System.Action`2<easyar.Target,System.Boolean> easyar.ObjectTargetController::TargetUnload
|
|
Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416* ___TargetUnload_23;
|
|
};
|
|
|
|
// easyar.ObjectTrackerFrameFilter
|
|
struct ObjectTrackerFrameFilter_t9A3F8B9F26D5021DEC972A8AD994AA405A1020FC : public FrameFilter_tEF74686432B3C28E888F223945B0BF3FC58AD214
|
|
{
|
|
// easyar.ObjectTracker easyar.ObjectTrackerFrameFilter::<Tracker>k__BackingField
|
|
ObjectTracker_tE7DB26597E066D32BB7B82BF9E526B8BF4A6ECEA* ___U3CTrackerU3Ek__BackingField_6;
|
|
// System.Int32 easyar.ObjectTrackerFrameFilter::simultaneousNum
|
|
int32_t ___simultaneousNum_7;
|
|
// System.Collections.Generic.List`1<System.Int32> easyar.ObjectTrackerFrameFilter::previousTargetIDs
|
|
List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73* ___previousTargetIDs_8;
|
|
// System.Collections.Generic.Dictionary`2<System.Int32,easyar.TargetController> easyar.ObjectTrackerFrameFilter::allTargetController
|
|
Dictionary_2_tDA9BDCAD90AB624680FE8388C5681B4D692FEFFC* ___allTargetController_9;
|
|
// System.Boolean easyar.ObjectTrackerFrameFilter::isStarted
|
|
bool ___isStarted_10;
|
|
// easyar.ObjectTrackerFrameFilter/ResultParameters easyar.ObjectTrackerFrameFilter::resultType
|
|
ResultParameters_t820A60C88830AB0080930E5804A33B8171508A1F* ___resultType_11;
|
|
// System.Action`3<easyar.ObjectTargetController,easyar.Target,System.Boolean> easyar.ObjectTrackerFrameFilter::TargetLoad
|
|
Action_3_t684402624FAD0C0FA172747995B24A41383E0627* ___TargetLoad_12;
|
|
// System.Action`3<easyar.ObjectTargetController,easyar.Target,System.Boolean> easyar.ObjectTrackerFrameFilter::TargetUnload
|
|
Action_3_t684402624FAD0C0FA172747995B24A41383E0627* ___TargetUnload_13;
|
|
// System.Action easyar.ObjectTrackerFrameFilter::SimultaneousNumChanged
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___SimultaneousNumChanged_14;
|
|
};
|
|
|
|
// System.Collections.Generic.Dictionary`2<UnityEngine.Camera,easyar.CameraImageRenderer>
|
|
|
|
// System.Collections.Generic.Dictionary`2<UnityEngine.Camera,easyar.CameraImageRenderer>
|
|
|
|
// System.Collections.Generic.Dictionary`2<System.Int32,System.Int32>
|
|
|
|
// System.Collections.Generic.Dictionary`2<System.Int32,System.Int32>
|
|
|
|
// System.Collections.Generic.Dictionary`2<System.Int32,easyar.TargetController>
|
|
|
|
// System.Collections.Generic.Dictionary`2<System.Int32,easyar.TargetController>
|
|
|
|
// System.Collections.Generic.List`1<easyar.Optional`1<easyar.FrameFilterResult>>
|
|
struct List_1_t3A85D19E6AA2D6E9238A936A2D20CC0B1ED64893_StaticFields
|
|
{
|
|
// T[] System.Collections.Generic.List`1::s_emptyArray
|
|
Optional_1U5BU5D_t407EF754A138AA73EB24F94027163EE76B306E04* ___s_emptyArray_5;
|
|
};
|
|
|
|
// System.Collections.Generic.List`1<easyar.Optional`1<easyar.FrameFilterResult>>
|
|
|
|
// System.Collections.Generic.List`1<System.Tuple`2<easyar.TargetController,UnityEngine.Pose>>
|
|
struct List_1_t47AF7A21A7E23F1FB8146739E4B3E8A1D1390177_StaticFields
|
|
{
|
|
// T[] System.Collections.Generic.List`1::s_emptyArray
|
|
Tuple_2U5BU5D_tCF0E55B7E6FA212435A5B40D98F09802BCBB485F* ___s_emptyArray_5;
|
|
};
|
|
|
|
// System.Collections.Generic.List`1<System.Tuple`2<easyar.TargetController,UnityEngine.Pose>>
|
|
|
|
// System.Collections.Generic.List`1<easyar.FrameFilter>
|
|
struct List_1_t158A784F818ED74D8CBDE0E1C08AF2A6BA10BBDA_StaticFields
|
|
{
|
|
// T[] System.Collections.Generic.List`1::s_emptyArray
|
|
FrameFilterU5BU5D_tDB772E17BEA3D0DB03F7BE0BC280F93BC39AD83E* ___s_emptyArray_5;
|
|
};
|
|
|
|
// System.Collections.Generic.List`1<easyar.FrameFilter>
|
|
|
|
// System.Collections.Generic.List`1<System.Int32>
|
|
struct List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73_StaticFields
|
|
{
|
|
// T[] System.Collections.Generic.List`1::s_emptyArray
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___s_emptyArray_5;
|
|
};
|
|
|
|
// System.Collections.Generic.List`1<System.Int32>
|
|
|
|
// System.Collections.Generic.List`1<System.String>
|
|
struct List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD_StaticFields
|
|
{
|
|
// T[] System.Collections.Generic.List`1::s_emptyArray
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___s_emptyArray_5;
|
|
};
|
|
|
|
// System.Collections.Generic.List`1<System.String>
|
|
|
|
// System.Collections.Generic.List`1<easyar.TargetController>
|
|
struct List_1_tCEB771A8CDB403FD34D07715A47E3A9EDFD82FEB_StaticFields
|
|
{
|
|
// T[] System.Collections.Generic.List`1::s_emptyArray
|
|
TargetControllerU5BU5D_tC47A398475445712D8B1B9A84F01D3C05A8DE515* ___s_emptyArray_5;
|
|
};
|
|
|
|
// System.Collections.Generic.List`1<easyar.TargetController>
|
|
|
|
// System.Collections.Generic.List`1<easyar.TargetInstance>
|
|
struct List_1_t02CCFA330F41314AC87A5442E54CDC91260E5F35_StaticFields
|
|
{
|
|
// T[] System.Collections.Generic.List`1::s_emptyArray
|
|
TargetInstanceU5BU5D_t1CE4B3FDA058845D51EDA80B117BE88DE63B2CCD* ___s_emptyArray_5;
|
|
};
|
|
|
|
// System.Collections.Generic.List`1<easyar.TargetInstance>
|
|
|
|
// System.Collections.Generic.List`1<easyar.Vec3F>
|
|
struct List_1_t7915EE474170743D55F8651CF5CCC36D26B88EAE_StaticFields
|
|
{
|
|
// T[] System.Collections.Generic.List`1::s_emptyArray
|
|
Vec3FU5BU5D_tF81AA6AD2EAE4CAFC9F6B036D6164569771A83CF* ___s_emptyArray_5;
|
|
};
|
|
|
|
// System.Collections.Generic.List`1<easyar.Vec3F>
|
|
|
|
// System.Collections.Generic.List`1<UnityEngine.Vector3>
|
|
struct List_1_t77B94703E05C519A9010DD0614F757F974E1CD8B_StaticFields
|
|
{
|
|
// T[] System.Collections.Generic.List`1::s_emptyArray
|
|
Vector3U5BU5D_tFF1859CCE176131B909E2044F76443064254679C* ___s_emptyArray_5;
|
|
};
|
|
|
|
// System.Collections.Generic.List`1<UnityEngine.Vector3>
|
|
|
|
// System.Collections.Generic.List`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
|
|
struct List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A_StaticFields
|
|
{
|
|
// T[] System.Collections.Generic.List`1::s_emptyArray
|
|
__Il2CppFullySharedGenericTypeU5BU5D_tCAB6D060972DD49223A834B7EEFEB9FE2D003BEC* ___s_emptyArray_5;
|
|
};
|
|
|
|
// System.Collections.Generic.List`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
|
|
|
|
// System.Collections.Generic.List`1<easyar.ARSession/ARCenterMode>
|
|
struct List_1_t28ACFD63E6C534D957A7F965C7430A0E1A7149DE_StaticFields
|
|
{
|
|
// T[] System.Collections.Generic.List`1::s_emptyArray
|
|
ARCenterModeU5BU5D_t04967019340D8395CE0A3126231AB4D38FC03CF3* ___s_emptyArray_5;
|
|
};
|
|
|
|
// System.Collections.Generic.List`1<easyar.ARSession/ARCenterMode>
|
|
|
|
// System.Collections.Generic.Queue`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
|
|
|
|
// System.Collections.Generic.Queue`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
|
|
|
|
// System.Collections.Generic.Queue`1<easyar.CloudRecognizerFrameFilter/Request>
|
|
|
|
// System.Collections.Generic.Queue`1<easyar.CloudRecognizerFrameFilter/Request>
|
|
|
|
// System.Collections.Generic.Dictionary`2/ValueCollection<System.Int32,easyar.TargetController>
|
|
|
|
// System.Collections.Generic.Dictionary`2/ValueCollection<System.Int32,easyar.TargetController>
|
|
|
|
// easyar.ARAssembly
|
|
|
|
// easyar.ARAssembly
|
|
|
|
// easyar.Detail
|
|
struct Detail_tB4DBDB462AA1DFC256BC6B782DC98E191969CEAA_StaticFields
|
|
{
|
|
// System.Collections.Generic.Dictionary`2<System.String,System.Func`2<System.IntPtr,easyar.RefBase>> easyar.Detail::TypeNameToConstructor
|
|
Dictionary_2_tB9E162617C6BBDDBFA69BD00FD514AEDA558455F* ___TypeNameToConstructor_1;
|
|
};
|
|
|
|
// easyar.Detail
|
|
|
|
// easyar.Display
|
|
|
|
// easyar.Display
|
|
|
|
// easyar.DisplayEmulator
|
|
|
|
// easyar.DisplayEmulator
|
|
|
|
// System.EventArgs
|
|
struct EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377_StaticFields
|
|
{
|
|
// System.EventArgs System.EventArgs::Empty
|
|
EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377* ___Empty_0;
|
|
};
|
|
|
|
// System.EventArgs
|
|
|
|
// System.String
|
|
struct String_t_StaticFields
|
|
{
|
|
// System.String System.String::Empty
|
|
String_t* ___Empty_6;
|
|
};
|
|
|
|
// System.String
|
|
|
|
// easyar.ThreadWorker
|
|
|
|
// easyar.ThreadWorker
|
|
|
|
// System.Version
|
|
|
|
// System.Version
|
|
|
|
// easyar.ARCoreFrameSource/<AutoOpen>d__41
|
|
|
|
// easyar.ARCoreFrameSource/<AutoOpen>d__41
|
|
|
|
// easyar.ARKitFrameSource/<AutoOpen>d__40
|
|
|
|
// easyar.ARKitFrameSource/<AutoOpen>d__40
|
|
|
|
// easyar.CameraDeviceFrameSource/<AutoOpen>d__46
|
|
|
|
// easyar.CameraDeviceFrameSource/<AutoOpen>d__46
|
|
|
|
// easyar.CameraImageMaterial/CameraImageShaders
|
|
|
|
// easyar.CameraImageMaterial/CameraImageShaders
|
|
|
|
// easyar.CameraImageRenderer/UserRequest
|
|
|
|
// easyar.CameraImageRenderer/UserRequest
|
|
|
|
// easyar.CloudRecognizerFrameFilter/<>c__DisplayClass14_0
|
|
|
|
// easyar.CloudRecognizerFrameFilter/<>c__DisplayClass14_0
|
|
|
|
// easyar.CloudRecognizerFrameFilter/<AutoCreate>d__15
|
|
|
|
// easyar.CloudRecognizerFrameFilter/<AutoCreate>d__15
|
|
|
|
// easyar.CloudRecognizerFrameFilter/<CheckRequest>d__16
|
|
|
|
// easyar.CloudRecognizerFrameFilter/<CheckRequest>d__16
|
|
|
|
// easyar.CloudRecognizerFrameFilter/CloudRecognizerServiceConfig
|
|
|
|
// easyar.CloudRecognizerFrameFilter/CloudRecognizerServiceConfig
|
|
|
|
// easyar.CloudRecognizerFrameFilter/PrivateCloudRecognizerServiceConfig
|
|
|
|
// easyar.CloudRecognizerFrameFilter/PrivateCloudRecognizerServiceConfig
|
|
|
|
// easyar.CloudRecognizerFrameFilter/Request
|
|
|
|
// easyar.CloudRecognizerFrameFilter/Request
|
|
|
|
// easyar.Detail/AutoRelease
|
|
|
|
// easyar.Detail/AutoRelease
|
|
|
|
// easyar.EasyARSettings/Permission
|
|
|
|
// easyar.EasyARSettings/Permission
|
|
|
|
// easyar.EasyARSettings/TargetGizmoConfig
|
|
|
|
// easyar.EasyARSettings/TargetGizmoConfig
|
|
|
|
// easyar.EasyARSettings/Workaround
|
|
|
|
// easyar.EasyARSettings/Workaround
|
|
|
|
// easyar.FeedbackFrame/<>c
|
|
struct U3CU3Ec_t48BF0741FF687F1CB395841E033E32D04FF05AD6_StaticFields
|
|
{
|
|
// easyar.FeedbackFrame/<>c easyar.FeedbackFrame/<>c::<>9
|
|
U3CU3Ec_t48BF0741FF687F1CB395841E033E32D04FF05AD6* ___U3CU3E9_0;
|
|
// System.Func`2<easyar.Optional`1<easyar.OutputFrame>,easyar.Detail/OptionalOfOutputFrame> easyar.FeedbackFrame/<>c::<>9__3_0
|
|
Func_2_tC7192CEA08ABD7B97F99F49245ABA8779489F7FE* ___U3CU3E9__3_0_1;
|
|
// System.Func`2<easyar.Detail/OptionalOfOutputFrame,easyar.Optional`1<easyar.OutputFrame>> easyar.FeedbackFrame/<>c::<>9__5_0
|
|
Func_2_tE8A8F7015E5FE92141DF5FC54C3F6ED56BC9406E* ___U3CU3E9__5_0_2;
|
|
};
|
|
|
|
// easyar.FeedbackFrame/<>c
|
|
|
|
// easyar.ImageTargetController/<>c__DisplayClass34_0
|
|
|
|
// easyar.ImageTargetController/<>c__DisplayClass34_0
|
|
|
|
// easyar.ImageTargetController/<>c__DisplayClass39_0
|
|
|
|
// easyar.ImageTargetController/<>c__DisplayClass39_0
|
|
|
|
// easyar.ImageTargetController/<LoadImageBuffer>d__37
|
|
|
|
// easyar.ImageTargetController/<LoadImageBuffer>d__37
|
|
|
|
// easyar.ImageTargetController/<LoadTargetDataBuffer>d__38
|
|
|
|
// easyar.ImageTargetController/<LoadTargetDataBuffer>d__38
|
|
|
|
// easyar.ImageTrackerFrameFilter/<>c__DisplayClass42_0
|
|
|
|
// easyar.ImageTrackerFrameFilter/<>c__DisplayClass42_0
|
|
|
|
// easyar.ImageTrackerFrameFilter/<>c__DisplayClass43_0
|
|
|
|
// easyar.ImageTrackerFrameFilter/<>c__DisplayClass43_0
|
|
|
|
// easyar.ImageTrackerFrameFilter/ResultParameters
|
|
|
|
// easyar.ImageTrackerFrameFilter/ResultParameters
|
|
|
|
// easyar.MegaTrackerFrameFilter/MegaLocalizationServiceConfig
|
|
|
|
// easyar.MegaTrackerFrameFilter/MegaLocalizationServiceConfig
|
|
|
|
// easyar.MotionTrackerFrameSource/<>c
|
|
struct U3CU3Ec_tFA432AA6511108BF7CF3957EB5CF2562E867F4EF_StaticFields
|
|
{
|
|
// easyar.MotionTrackerFrameSource/<>c easyar.MotionTrackerFrameSource/<>c::<>9
|
|
U3CU3Ec_tFA432AA6511108BF7CF3957EB5CF2562E867F4EF* ___U3CU3E9_0;
|
|
// System.Func`2<easyar.FrameFilter,System.Boolean> easyar.MotionTrackerFrameSource/<>c::<>9__40_0
|
|
Func_2_t285FDA26BD60688781CFD5B6D2135984D0252C7A* ___U3CU3E9__40_0_1;
|
|
};
|
|
|
|
// easyar.MotionTrackerFrameSource/<>c
|
|
|
|
// easyar.MotionTrackerFrameSource/<>c__DisplayClass41_0
|
|
|
|
// easyar.MotionTrackerFrameSource/<>c__DisplayClass41_0
|
|
|
|
// easyar.MotionTrackerFrameSource/<AutoOpen>d__47
|
|
|
|
// easyar.MotionTrackerFrameSource/<AutoOpen>d__47
|
|
|
|
// easyar.MotionTrackerFrameSource/<CheckAvailability>d__41
|
|
|
|
// easyar.MotionTrackerFrameSource/<CheckAvailability>d__41
|
|
|
|
// easyar.ObjectTargetController/<>c__DisplayClass35_0
|
|
|
|
// easyar.ObjectTargetController/<>c__DisplayClass35_0
|
|
|
|
// easyar.ObjectTargetController/<>c__DisplayClass35_1
|
|
|
|
// easyar.ObjectTargetController/<>c__DisplayClass35_1
|
|
|
|
// easyar.ObjectTargetController/<>c__DisplayClass36_0
|
|
|
|
// easyar.ObjectTargetController/<>c__DisplayClass36_0
|
|
|
|
// easyar.OutputFrameBuffer/<>c
|
|
struct U3CU3Ec_t7F688AF8695363A67DCC90398C83A6620EDFF55B_StaticFields
|
|
{
|
|
// easyar.OutputFrameBuffer/<>c easyar.OutputFrameBuffer/<>c::<>9
|
|
U3CU3Ec_t7F688AF8695363A67DCC90398C83A6620EDFF55B* ___U3CU3E9_0;
|
|
// System.Func`2<easyar.Detail/OptionalOfOutputFrame,easyar.Optional`1<easyar.OutputFrame>> easyar.OutputFrameBuffer/<>c::<>9__6_0
|
|
Func_2_tE8A8F7015E5FE92141DF5FC54C3F6ED56BC9406E* ___U3CU3E9__6_0_1;
|
|
};
|
|
|
|
// easyar.OutputFrameBuffer/<>c
|
|
|
|
// easyar.SparseSpatialMapWorkerFrameFilter/SpatialMapServiceConfig
|
|
|
|
// easyar.SparseSpatialMapWorkerFrameFilter/SpatialMapServiceConfig
|
|
|
|
// easyar.EasyARSettings/TargetGizmoConfig/ImageTargetConfig
|
|
|
|
// easyar.EasyARSettings/TargetGizmoConfig/ImageTargetConfig
|
|
|
|
// easyar.EasyARSettings/TargetGizmoConfig/ObjectTargetConfig
|
|
|
|
// easyar.EasyARSettings/TargetGizmoConfig/ObjectTargetConfig
|
|
|
|
// System.Collections.Generic.List`1/Enumerator<System.Int32>
|
|
|
|
// System.Collections.Generic.List`1/Enumerator<System.Int32>
|
|
|
|
// System.Collections.Generic.List`1/Enumerator<System.String>
|
|
|
|
// System.Collections.Generic.List`1/Enumerator<System.String>
|
|
|
|
// System.Collections.Generic.List`1/Enumerator<easyar.TargetController>
|
|
|
|
// System.Collections.Generic.List`1/Enumerator<easyar.TargetController>
|
|
|
|
// System.Collections.Generic.List`1/Enumerator<easyar.TargetInstance>
|
|
|
|
// System.Collections.Generic.List`1/Enumerator<easyar.TargetInstance>
|
|
|
|
// System.Collections.Generic.List`1/Enumerator<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
|
|
|
|
// System.Collections.Generic.List`1/Enumerator<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
|
|
|
|
// System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Int32,easyar.TargetController>
|
|
|
|
// System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Int32,easyar.TargetController>
|
|
|
|
// System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType,Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
|
|
|
|
// System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType,Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
|
|
|
|
// System.Collections.Generic.KeyValuePair`2<UnityEngine.Camera,easyar.CameraImageRenderer>
|
|
|
|
// System.Collections.Generic.KeyValuePair`2<UnityEngine.Camera,easyar.CameraImageRenderer>
|
|
|
|
// System.Collections.Generic.KeyValuePair`2<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType,Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
|
|
|
|
// System.Collections.Generic.KeyValuePair`2<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType,Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
|
|
|
|
// System.Boolean
|
|
struct Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_StaticFields
|
|
{
|
|
// System.String System.Boolean::TrueString
|
|
String_t* ___TrueString_5;
|
|
// System.String System.Boolean::FalseString
|
|
String_t* ___FalseString_6;
|
|
};
|
|
|
|
// System.Boolean
|
|
|
|
// UnityEngine.Color
|
|
|
|
// UnityEngine.Color
|
|
|
|
// System.Double
|
|
|
|
// System.Double
|
|
|
|
// System.Enum
|
|
struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_StaticFields
|
|
{
|
|
// System.Char[] System.Enum::enumSeperatorCharArray
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___enumSeperatorCharArray_0;
|
|
};
|
|
|
|
// System.Enum
|
|
|
|
// System.Guid
|
|
struct Guid_t_StaticFields
|
|
{
|
|
// System.Guid System.Guid::Empty
|
|
Guid_t ___Empty_0;
|
|
};
|
|
|
|
// System.Guid
|
|
|
|
// System.Int32
|
|
|
|
// System.Int32
|
|
|
|
// System.Int64
|
|
|
|
// System.Int64
|
|
|
|
// System.IntPtr
|
|
struct IntPtr_t_StaticFields
|
|
{
|
|
// System.IntPtr System.IntPtr::Zero
|
|
intptr_t ___Zero_1;
|
|
};
|
|
|
|
// System.IntPtr
|
|
|
|
// easyar.Matrix44F
|
|
|
|
// easyar.Matrix44F
|
|
|
|
// UnityEngine.Matrix4x4
|
|
struct Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6_StaticFields
|
|
{
|
|
// UnityEngine.Matrix4x4 UnityEngine.Matrix4x4::zeroMatrix
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___zeroMatrix_16;
|
|
// UnityEngine.Matrix4x4 UnityEngine.Matrix4x4::identityMatrix
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___identityMatrix_17;
|
|
};
|
|
|
|
// UnityEngine.Matrix4x4
|
|
|
|
// UnityEngine.Quaternion
|
|
struct Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974_StaticFields
|
|
{
|
|
// UnityEngine.Quaternion UnityEngine.Quaternion::identityQuaternion
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 ___identityQuaternion_4;
|
|
};
|
|
|
|
// UnityEngine.Quaternion
|
|
|
|
// UnityEngine.Rect
|
|
|
|
// UnityEngine.Rect
|
|
|
|
// System.Single
|
|
|
|
// System.Single
|
|
|
|
// easyar.Vec2F
|
|
|
|
// easyar.Vec2F
|
|
|
|
// easyar.Vec2I
|
|
|
|
// easyar.Vec2I
|
|
|
|
// easyar.Vec3F
|
|
|
|
// easyar.Vec3F
|
|
|
|
// UnityEngine.Vector2
|
|
struct Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7_StaticFields
|
|
{
|
|
// UnityEngine.Vector2 UnityEngine.Vector2::zeroVector
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___zeroVector_2;
|
|
// UnityEngine.Vector2 UnityEngine.Vector2::oneVector
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___oneVector_3;
|
|
// UnityEngine.Vector2 UnityEngine.Vector2::upVector
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___upVector_4;
|
|
// UnityEngine.Vector2 UnityEngine.Vector2::downVector
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___downVector_5;
|
|
// UnityEngine.Vector2 UnityEngine.Vector2::leftVector
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___leftVector_6;
|
|
// UnityEngine.Vector2 UnityEngine.Vector2::rightVector
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___rightVector_7;
|
|
// UnityEngine.Vector2 UnityEngine.Vector2::positiveInfinityVector
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___positiveInfinityVector_8;
|
|
// UnityEngine.Vector2 UnityEngine.Vector2::negativeInfinityVector
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___negativeInfinityVector_9;
|
|
};
|
|
|
|
// UnityEngine.Vector2
|
|
|
|
// UnityEngine.Vector3
|
|
struct Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2_StaticFields
|
|
{
|
|
// UnityEngine.Vector3 UnityEngine.Vector3::zeroVector
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___zeroVector_5;
|
|
// UnityEngine.Vector3 UnityEngine.Vector3::oneVector
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___oneVector_6;
|
|
// UnityEngine.Vector3 UnityEngine.Vector3::upVector
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___upVector_7;
|
|
// UnityEngine.Vector3 UnityEngine.Vector3::downVector
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___downVector_8;
|
|
// UnityEngine.Vector3 UnityEngine.Vector3::leftVector
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___leftVector_9;
|
|
// UnityEngine.Vector3 UnityEngine.Vector3::rightVector
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___rightVector_10;
|
|
// UnityEngine.Vector3 UnityEngine.Vector3::forwardVector
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___forwardVector_11;
|
|
// UnityEngine.Vector3 UnityEngine.Vector3::backVector
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___backVector_12;
|
|
// UnityEngine.Vector3 UnityEngine.Vector3::positiveInfinityVector
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___positiveInfinityVector_13;
|
|
// UnityEngine.Vector3 UnityEngine.Vector3::negativeInfinityVector
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___negativeInfinityVector_14;
|
|
};
|
|
|
|
// UnityEngine.Vector3
|
|
|
|
// System.Void
|
|
|
|
// System.Void
|
|
|
|
// UnityEngine.WaitForEndOfFrame
|
|
|
|
// UnityEngine.WaitForEndOfFrame
|
|
|
|
// System.Collections.Generic.List`1/Enumerator<easyar.Vec3F>
|
|
|
|
// System.Collections.Generic.List`1/Enumerator<easyar.Vec3F>
|
|
|
|
// System.Collections.Generic.Dictionary`2/Enumerator<UnityEngine.Camera,easyar.CameraImageRenderer>
|
|
|
|
// System.Collections.Generic.Dictionary`2/Enumerator<UnityEngine.Camera,easyar.CameraImageRenderer>
|
|
|
|
// System.Collections.Generic.Dictionary`2/Enumerator<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType,Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
|
|
|
|
// System.Collections.Generic.Dictionary`2/Enumerator<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType,Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
|
|
|
|
// easyar.ARCoreCameraDeviceFocusMode
|
|
|
|
// easyar.ARCoreCameraDeviceFocusMode
|
|
|
|
// easyar.ARKitCameraDeviceFocusMode
|
|
|
|
// easyar.ARKitCameraDeviceFocusMode
|
|
|
|
// System.AppDomain
|
|
struct AppDomain_tFF7010567CBABAEEA7BB19835234D6485E16AD5F_StaticFields
|
|
{
|
|
// System.String System.AppDomain::_process_guid
|
|
String_t* ____process_guid_2;
|
|
};
|
|
|
|
// System.AppDomain
|
|
struct AppDomain_tFF7010567CBABAEEA7BB19835234D6485E16AD5F_ThreadStaticFields
|
|
{
|
|
// System.Collections.Generic.Dictionary`2<System.String,System.Object> System.AppDomain::type_resolve_in_progress
|
|
Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710* ___type_resolve_in_progress_3;
|
|
// System.Collections.Generic.Dictionary`2<System.String,System.Object> System.AppDomain::assembly_resolve_in_progress
|
|
Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710* ___assembly_resolve_in_progress_4;
|
|
// System.Collections.Generic.Dictionary`2<System.String,System.Object> System.AppDomain::assembly_resolve_in_progress_refonly
|
|
Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710* ___assembly_resolve_in_progress_refonly_5;
|
|
};
|
|
|
|
// UnityEngine.Rendering.BuiltinRenderTextureType
|
|
|
|
// UnityEngine.Rendering.BuiltinRenderTextureType
|
|
|
|
// easyar.CalibrationDownloadStatus
|
|
|
|
// easyar.CalibrationDownloadStatus
|
|
|
|
// easyar.CameraDeviceFocusMode
|
|
|
|
// easyar.CameraDeviceFocusMode
|
|
|
|
// easyar.CameraDevicePreference
|
|
|
|
// easyar.CameraDevicePreference
|
|
|
|
// easyar.CameraDeviceType
|
|
|
|
// easyar.CameraDeviceType
|
|
|
|
// UnityEngine.Rendering.CameraEvent
|
|
|
|
// UnityEngine.Rendering.CameraEvent
|
|
|
|
// UnityEngine.Rendering.CommandBuffer
|
|
|
|
// UnityEngine.Rendering.CommandBuffer
|
|
|
|
// UnityEngine.Coroutine
|
|
|
|
// UnityEngine.Coroutine
|
|
|
|
// System.Delegate
|
|
|
|
// System.Delegate
|
|
|
|
// System.Exception
|
|
struct Exception_t_StaticFields
|
|
{
|
|
// System.Object System.Exception::s_EDILock
|
|
RuntimeObject* ___s_EDILock_0;
|
|
};
|
|
|
|
// System.Exception
|
|
|
|
// UnityEngine.FilterMode
|
|
|
|
// UnityEngine.FilterMode
|
|
|
|
// UnityEngine.Rendering.GraphicsDeviceType
|
|
|
|
// UnityEngine.Rendering.GraphicsDeviceType
|
|
|
|
// easyar.ImageTrackerMode
|
|
|
|
// easyar.ImageTrackerMode
|
|
|
|
// easyar.InputFrameSourceType
|
|
|
|
// easyar.InputFrameSourceType
|
|
|
|
// easyar.MotionTrackerCameraDeviceFPS
|
|
|
|
// easyar.MotionTrackerCameraDeviceFPS
|
|
|
|
// easyar.MotionTrackerCameraDeviceFocusMode
|
|
|
|
// easyar.MotionTrackerCameraDeviceFocusMode
|
|
|
|
// easyar.MotionTrackerCameraDeviceQualityLevel
|
|
|
|
// easyar.MotionTrackerCameraDeviceQualityLevel
|
|
|
|
// easyar.MotionTrackerCameraDeviceResolution
|
|
|
|
// easyar.MotionTrackerCameraDeviceResolution
|
|
|
|
// easyar.MotionTrackerCameraDeviceTrackingMode
|
|
|
|
// easyar.MotionTrackerCameraDeviceTrackingMode
|
|
|
|
// easyar.MotionTrackingStatus
|
|
|
|
// easyar.MotionTrackingStatus
|
|
|
|
// UnityEngine.Object
|
|
struct Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_StaticFields
|
|
{
|
|
// System.Int32 UnityEngine.Object::OffsetOfInstanceIDInCPlusPlusObject
|
|
int32_t ___OffsetOfInstanceIDInCPlusPlusObject_1;
|
|
};
|
|
|
|
// UnityEngine.Object
|
|
|
|
// easyar.PathType
|
|
|
|
// easyar.PathType
|
|
|
|
// easyar.PermissionStatus
|
|
|
|
// easyar.PermissionStatus
|
|
|
|
// easyar.PixelFormat
|
|
|
|
// easyar.PixelFormat
|
|
|
|
// UnityEngine.Pose
|
|
struct Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971_StaticFields
|
|
{
|
|
// UnityEngine.Pose UnityEngine.Pose::k_Identity
|
|
Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971 ___k_Identity_2;
|
|
};
|
|
|
|
// UnityEngine.Pose
|
|
|
|
// easyar.RecordProfile
|
|
|
|
// easyar.RecordProfile
|
|
|
|
// easyar.RecordStatus
|
|
|
|
// easyar.RecordStatus
|
|
|
|
// easyar.RecordVideoOrientation
|
|
|
|
// easyar.RecordVideoOrientation
|
|
|
|
// easyar.RecordZoomMode
|
|
|
|
// easyar.RecordZoomMode
|
|
|
|
// easyar.RefBase
|
|
|
|
// easyar.RefBase
|
|
|
|
// UnityEngine.RuntimePlatform
|
|
|
|
// UnityEngine.RuntimePlatform
|
|
|
|
// System.RuntimeTypeHandle
|
|
|
|
// System.RuntimeTypeHandle
|
|
|
|
// UnityEngine.ScreenOrientation
|
|
|
|
// UnityEngine.ScreenOrientation
|
|
|
|
// easyar.StorageType
|
|
|
|
// easyar.StorageType
|
|
|
|
// easyar.TargetStatus
|
|
|
|
// easyar.TargetStatus
|
|
|
|
// UnityEngine.TextureFormat
|
|
|
|
// UnityEngine.TextureFormat
|
|
|
|
// UnityEngine.TextureWrapMode
|
|
|
|
// UnityEngine.TextureWrapMode
|
|
|
|
// easyar.WritablePathType
|
|
|
|
// easyar.WritablePathType
|
|
|
|
// easyar.ARSession/ARCenterMode
|
|
|
|
// easyar.ARSession/ARCenterMode
|
|
|
|
// easyar.CameraDeviceFrameSource/CameraDeviceOpenMethod
|
|
|
|
// easyar.CameraDeviceFrameSource/CameraDeviceOpenMethod
|
|
|
|
// easyar.CloudRecognizerFrameFilter/KeyType
|
|
|
|
// easyar.CloudRecognizerFrameFilter/KeyType
|
|
|
|
// easyar.Detail/OptionalOfOutputFrame
|
|
|
|
// easyar.Detail/OptionalOfOutputFrame
|
|
|
|
// easyar.EasyARSettings/ARCoreType
|
|
|
|
// easyar.EasyARSettings/ARCoreType
|
|
|
|
// easyar.EasyARSettings/AREngineType
|
|
|
|
// easyar.EasyARSettings/AREngineType
|
|
|
|
// easyar.ImageTargetController/DataSource
|
|
|
|
// easyar.ImageTargetController/DataSource
|
|
|
|
// easyar.ObjectTargetController/<LoadObjFileFromSource>d__35
|
|
|
|
// easyar.ObjectTargetController/<LoadObjFileFromSource>d__35
|
|
|
|
// easyar.ObjectTargetController/DataSource
|
|
|
|
// easyar.ObjectTargetController/DataSource
|
|
|
|
// easyar.VideoRecorder/VideoOrientation
|
|
|
|
// easyar.VideoRecorder/VideoOrientation
|
|
|
|
// easyar.Optional`1<System.Action`2<easyar.PermissionStatus,System.String>>
|
|
|
|
// easyar.Optional`1<System.Action`2<easyar.PermissionStatus,System.String>>
|
|
|
|
// easyar.Optional`1<System.Action`2<easyar.RecordStatus,System.String>>
|
|
|
|
// easyar.Optional`1<System.Action`2<easyar.RecordStatus,System.String>>
|
|
|
|
// easyar.Optional`1<System.Collections.Generic.List`1<System.Tuple`2<easyar.TargetController,UnityEngine.Pose>>>
|
|
|
|
// easyar.Optional`1<System.Collections.Generic.List`1<System.Tuple`2<easyar.TargetController,UnityEngine.Pose>>>
|
|
|
|
// easyar.Optional`1<System.Tuple`2<UnityEngine.GameObject,UnityEngine.Pose>>
|
|
|
|
// easyar.Optional`1<System.Tuple`2<UnityEngine.GameObject,UnityEngine.Pose>>
|
|
|
|
// easyar.Optional`1<System.Boolean>
|
|
|
|
// easyar.Optional`1<System.Boolean>
|
|
|
|
// easyar.Optional`1<easyar.CloudRecognizationResult>
|
|
|
|
// easyar.Optional`1<easyar.CloudRecognizationResult>
|
|
|
|
// easyar.Optional`1<easyar.FrameFilterResult>
|
|
|
|
// easyar.Optional`1<easyar.FrameFilterResult>
|
|
|
|
// easyar.Optional`1<easyar.Image>
|
|
|
|
// easyar.Optional`1<easyar.Image>
|
|
|
|
// easyar.Optional`1<easyar.ImageTarget>
|
|
|
|
// easyar.Optional`1<easyar.ImageTarget>
|
|
|
|
// easyar.Optional`1<easyar.InputFrameSourceType>
|
|
|
|
// easyar.Optional`1<easyar.InputFrameSourceType>
|
|
|
|
// easyar.Optional`1<System.Int32>
|
|
|
|
// easyar.Optional`1<System.Int32>
|
|
|
|
// easyar.Optional`1<easyar.ObjectTarget>
|
|
|
|
// easyar.Optional`1<easyar.ObjectTarget>
|
|
|
|
// easyar.Optional`1<easyar.OutputFrame>
|
|
|
|
// easyar.Optional`1<easyar.OutputFrame>
|
|
|
|
// easyar.Optional`1<UnityEngine.RenderTexture>
|
|
|
|
// easyar.Optional`1<UnityEngine.RenderTexture>
|
|
|
|
// easyar.Optional`1<System.String>
|
|
|
|
// easyar.Optional`1<System.String>
|
|
|
|
// easyar.Optional`1<UnityEngine.Vector2>
|
|
|
|
// easyar.Optional`1<UnityEngine.Vector2>
|
|
|
|
// easyar.Optional`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
|
|
|
|
// easyar.Optional`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
|
|
|
|
// System.Tuple`2<easyar.TargetController,UnityEngine.Pose>
|
|
|
|
// System.Tuple`2<easyar.TargetController,UnityEngine.Pose>
|
|
|
|
// easyar.ARCoreCameraDevice
|
|
|
|
// easyar.ARCoreCameraDevice
|
|
|
|
// easyar.ARKitCameraDevice
|
|
|
|
// easyar.ARKitCameraDevice
|
|
|
|
// easyar.Buffer
|
|
|
|
// easyar.Buffer
|
|
|
|
// easyar.BufferDictionary
|
|
|
|
// easyar.BufferDictionary
|
|
|
|
// easyar.CalibrationDownloader
|
|
|
|
// easyar.CalibrationDownloader
|
|
|
|
// easyar.CallbackScheduler
|
|
|
|
// easyar.CallbackScheduler
|
|
|
|
// easyar.CameraDevice
|
|
|
|
// easyar.CameraDevice
|
|
|
|
// easyar.CameraImageMaterial
|
|
|
|
// easyar.CameraImageMaterial
|
|
|
|
// easyar.CameraParameters
|
|
|
|
// easyar.CameraParameters
|
|
|
|
// easyar.CloudRecognizationResult
|
|
|
|
// easyar.CloudRecognizationResult
|
|
|
|
// easyar.CloudRecognizer
|
|
|
|
// easyar.CloudRecognizer
|
|
|
|
// UnityEngine.Component
|
|
|
|
// UnityEngine.Component
|
|
|
|
// easyar.FeedbackFrame
|
|
|
|
// easyar.FeedbackFrame
|
|
|
|
// easyar.FeedbackFrameSink
|
|
|
|
// easyar.FeedbackFrameSink
|
|
|
|
// easyar.FeedbackFrameSource
|
|
|
|
// easyar.FeedbackFrameSource
|
|
|
|
// easyar.FrameFilterResult
|
|
|
|
// easyar.FrameFilterResult
|
|
|
|
// UnityEngine.GameObject
|
|
|
|
// UnityEngine.GameObject
|
|
|
|
// easyar.Image
|
|
|
|
// easyar.Image
|
|
|
|
// easyar.ImageTargetParameters
|
|
|
|
// easyar.ImageTargetParameters
|
|
|
|
// easyar.ImageTracker
|
|
|
|
// easyar.ImageTracker
|
|
|
|
// easyar.InputFrame
|
|
|
|
// easyar.InputFrame
|
|
|
|
// easyar.InputFrameSink
|
|
|
|
// easyar.InputFrameSink
|
|
|
|
// easyar.InputFrameSource
|
|
|
|
// easyar.InputFrameSource
|
|
|
|
// easyar.InputFrameToFeedbackFrameAdapter
|
|
|
|
// easyar.InputFrameToFeedbackFrameAdapter
|
|
|
|
// easyar.InputFrameToOutputFrameAdapter
|
|
|
|
// easyar.InputFrameToOutputFrameAdapter
|
|
|
|
// UnityEngine.Material
|
|
|
|
// UnityEngine.Material
|
|
|
|
// easyar.MotionTrackerCameraDevice
|
|
|
|
// easyar.MotionTrackerCameraDevice
|
|
|
|
// easyar.ObjectTargetParameters
|
|
|
|
// easyar.ObjectTargetParameters
|
|
|
|
// easyar.OutputFrame
|
|
|
|
// easyar.OutputFrame
|
|
|
|
// easyar.OutputFrameBuffer
|
|
|
|
// easyar.OutputFrameBuffer
|
|
|
|
// easyar.OutputFrameSink
|
|
|
|
// easyar.OutputFrameSink
|
|
|
|
// easyar.OutputFrameSource
|
|
|
|
// easyar.OutputFrameSource
|
|
|
|
// easyar.Recorder
|
|
|
|
// easyar.Recorder
|
|
|
|
// easyar.RecorderConfiguration
|
|
|
|
// easyar.RecorderConfiguration
|
|
|
|
// UnityEngine.Rendering.RenderTargetIdentifier
|
|
|
|
// UnityEngine.Rendering.RenderTargetIdentifier
|
|
|
|
// UnityEngine.ScriptableObject
|
|
|
|
// UnityEngine.ScriptableObject
|
|
|
|
// UnityEngine.Shader
|
|
|
|
// UnityEngine.Shader
|
|
|
|
// easyar.SignalSource
|
|
|
|
// easyar.SignalSource
|
|
|
|
// easyar.Target
|
|
|
|
// easyar.Target
|
|
|
|
// easyar.TargetInstance
|
|
|
|
// easyar.TargetInstance
|
|
|
|
// UnityEngine.Texture
|
|
struct Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700_StaticFields
|
|
{
|
|
// System.Int32 UnityEngine.Texture::GenerateAllMips
|
|
int32_t ___GenerateAllMips_4;
|
|
};
|
|
|
|
// UnityEngine.Texture
|
|
|
|
// easyar.TextureId
|
|
|
|
// easyar.TextureId
|
|
|
|
// System.Type
|
|
struct Type_t_StaticFields
|
|
{
|
|
// System.Reflection.Binder modreq(System.Runtime.CompilerServices.IsVolatile) System.Type::s_defaultBinder
|
|
Binder_t91BFCE95A7057FADF4D8A1A342AFE52872246235* ___s_defaultBinder_0;
|
|
// System.Char System.Type::Delimiter
|
|
Il2CppChar ___Delimiter_1;
|
|
// System.Type[] System.Type::EmptyTypes
|
|
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* ___EmptyTypes_2;
|
|
// System.Object System.Type::Missing
|
|
RuntimeObject* ___Missing_3;
|
|
// System.Reflection.MemberFilter System.Type::FilterAttribute
|
|
MemberFilter_tF644F1AE82F611B677CE1964D5A3277DDA21D553* ___FilterAttribute_4;
|
|
// System.Reflection.MemberFilter System.Type::FilterName
|
|
MemberFilter_tF644F1AE82F611B677CE1964D5A3277DDA21D553* ___FilterName_5;
|
|
// System.Reflection.MemberFilter System.Type::FilterNameIgnoreCase
|
|
MemberFilter_tF644F1AE82F611B677CE1964D5A3277DDA21D553* ___FilterNameIgnoreCase_6;
|
|
};
|
|
|
|
// System.Type
|
|
|
|
// easyar.UIPopupException
|
|
|
|
// easyar.UIPopupException
|
|
|
|
// easyar.ImageTargetController/ImageFileSourceData
|
|
|
|
// easyar.ImageTargetController/ImageFileSourceData
|
|
|
|
// easyar.ImageTargetController/TargetDataFileSourceData
|
|
|
|
// easyar.ImageTargetController/TargetDataFileSourceData
|
|
|
|
// easyar.MotionTrackerFrameSource/MotionTrackerCameraDeviceParameters
|
|
|
|
// easyar.MotionTrackerFrameSource/MotionTrackerCameraDeviceParameters
|
|
|
|
// easyar.ObjectTargetController/ObjFileSourceData
|
|
|
|
// easyar.ObjectTargetController/ObjFileSourceData
|
|
|
|
// System.Action`1<easyar.Buffer>
|
|
|
|
// System.Action`1<easyar.Buffer>
|
|
|
|
// System.Action`1<easyar.CloudRecognizationResult>
|
|
|
|
// System.Action`1<easyar.CloudRecognizationResult>
|
|
|
|
// System.Action`1<easyar.InputFrame>
|
|
|
|
// System.Action`1<easyar.InputFrame>
|
|
|
|
// System.Action`1<System.IntPtr>
|
|
|
|
// System.Action`1<System.IntPtr>
|
|
|
|
// System.Action`1<easyar.OutputFrame>
|
|
|
|
// System.Action`1<easyar.OutputFrame>
|
|
|
|
// System.Action`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
|
|
|
|
// System.Action`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
|
|
|
|
// System.Action`2<easyar.Optional`1<easyar.CloudRecognizationResult>,System.String>
|
|
|
|
// System.Action`2<easyar.Optional`1<easyar.CloudRecognizationResult>,System.String>
|
|
|
|
// System.Action`2<easyar.CalibrationDownloadStatus,easyar.Optional`1<System.String>>
|
|
|
|
// System.Action`2<easyar.CalibrationDownloadStatus,easyar.Optional`1<System.String>>
|
|
|
|
// System.Action`2<UnityEngine.Camera,UnityEngine.RenderTexture>
|
|
|
|
// System.Action`2<UnityEngine.Camera,UnityEngine.RenderTexture>
|
|
|
|
// System.Action`2<UnityEngine.Material,UnityEngine.Vector2>
|
|
|
|
// System.Action`2<UnityEngine.Material,UnityEngine.Vector2>
|
|
|
|
// System.Action`2<easyar.PermissionStatus,System.String>
|
|
|
|
// System.Action`2<easyar.PermissionStatus,System.String>
|
|
|
|
// System.Action`2<easyar.RecordStatus,System.String>
|
|
|
|
// System.Action`2<easyar.RecordStatus,System.String>
|
|
|
|
// System.Action`2<easyar.Target,System.Boolean>
|
|
|
|
// System.Action`2<easyar.Target,System.Boolean>
|
|
|
|
// System.Action`2<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType,Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
|
|
|
|
// System.Action`2<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType,Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
|
|
|
|
// System.Action`3<easyar.ImageTargetController,easyar.Target,System.Boolean>
|
|
|
|
// System.Action`3<easyar.ImageTargetController,easyar.Target,System.Boolean>
|
|
|
|
// System.Action`3<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType,Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType,Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
|
|
|
|
// System.Action`3<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType,Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType,Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
|
|
|
|
// System.Func`2<easyar.Optional`1<easyar.OutputFrame>,easyar.Detail/OptionalOfOutputFrame>
|
|
|
|
// System.Func`2<easyar.Optional`1<easyar.OutputFrame>,easyar.Detail/OptionalOfOutputFrame>
|
|
|
|
// System.Func`2<easyar.FrameFilter,System.Boolean>
|
|
|
|
// System.Func`2<easyar.FrameFilter,System.Boolean>
|
|
|
|
// System.Func`2<System.IntPtr,System.IntPtr>
|
|
|
|
// System.Func`2<System.IntPtr,System.IntPtr>
|
|
|
|
// System.Func`2<easyar.Detail/OptionalOfOutputFrame,easyar.Optional`1<easyar.OutputFrame>>
|
|
|
|
// System.Func`2<easyar.Detail/OptionalOfOutputFrame,easyar.Optional`1<easyar.OutputFrame>>
|
|
|
|
// System.Action
|
|
|
|
// System.Action
|
|
|
|
// UnityEngine.Behaviour
|
|
|
|
// UnityEngine.Behaviour
|
|
|
|
// easyar.DelayedCallbackScheduler
|
|
|
|
// easyar.DelayedCallbackScheduler
|
|
|
|
// easyar.EasyARCameraImageRendererFeature
|
|
|
|
// easyar.EasyARCameraImageRendererFeature
|
|
|
|
// easyar.EasyARSettings
|
|
struct EasyARSettings_t4901518F6AEDF9035FB580B2A6001660C0A99E64_StaticFields
|
|
{
|
|
// easyar.EasyARSettings easyar.EasyARSettings::<Instance>k__BackingField
|
|
EasyARSettings_t4901518F6AEDF9035FB580B2A6001660C0A99E64* ___U3CInstanceU3Ek__BackingField_18;
|
|
};
|
|
|
|
// easyar.EasyARSettings
|
|
|
|
// System.EventHandler
|
|
|
|
// System.EventHandler
|
|
|
|
// easyar.ImageTarget
|
|
|
|
// easyar.ImageTarget
|
|
|
|
// System.InvalidOperationException
|
|
|
|
// System.InvalidOperationException
|
|
|
|
// System.NotSupportedException
|
|
|
|
// System.NotSupportedException
|
|
|
|
// easyar.ObjectTarget
|
|
|
|
// easyar.ObjectTarget
|
|
|
|
// UnityEngine.RenderTexture
|
|
|
|
// UnityEngine.RenderTexture
|
|
|
|
// easyar.TargetTrackerResult
|
|
|
|
// easyar.TargetTrackerResult
|
|
|
|
// UnityEngine.Texture2D
|
|
|
|
// UnityEngine.Texture2D
|
|
|
|
// UnityEngine.Transform
|
|
|
|
// UnityEngine.Transform
|
|
|
|
// easyar.ARSession/FrameChangeAction
|
|
|
|
// easyar.ARSession/FrameChangeAction
|
|
|
|
// easyar.ImageTargetController/<>c__DisplayClass37_0
|
|
|
|
// easyar.ImageTargetController/<>c__DisplayClass37_0
|
|
|
|
// easyar.ImageTargetController/<>c__DisplayClass38_0
|
|
|
|
// easyar.ImageTargetController/<>c__DisplayClass38_0
|
|
|
|
// easyar.RefBase/Retainer
|
|
|
|
// easyar.RefBase/Retainer
|
|
|
|
// System.ArgumentNullException
|
|
|
|
// System.ArgumentNullException
|
|
|
|
// UnityEngine.Camera
|
|
struct Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184_StaticFields
|
|
{
|
|
// UnityEngine.Camera/CameraCallback UnityEngine.Camera::onPreCull
|
|
CameraCallback_t844E527BFE37BC0495E7F67993E43C07642DA9DD* ___onPreCull_4;
|
|
// UnityEngine.Camera/CameraCallback UnityEngine.Camera::onPreRender
|
|
CameraCallback_t844E527BFE37BC0495E7F67993E43C07642DA9DD* ___onPreRender_5;
|
|
// UnityEngine.Camera/CameraCallback UnityEngine.Camera::onPostRender
|
|
CameraCallback_t844E527BFE37BC0495E7F67993E43C07642DA9DD* ___onPostRender_6;
|
|
};
|
|
|
|
// UnityEngine.Camera
|
|
|
|
// System.DllNotFoundException
|
|
|
|
// System.DllNotFoundException
|
|
|
|
// UnityEngine.MonoBehaviour
|
|
|
|
// UnityEngine.MonoBehaviour
|
|
|
|
// easyar.ARSession
|
|
|
|
// easyar.ARSession
|
|
|
|
// easyar.CameraImageRenderer
|
|
struct CameraImageRenderer_tD369A344F7BD6A09BE29193551EA348BC22D7078_StaticFields
|
|
{
|
|
// UnityEngine.Rendering.CameraEvent[] easyar.CameraImageRenderer::cameraEvents
|
|
CameraEventU5BU5D_tCE64254E9E2B285C33AE3AA6C3D1E9AA3BE6CE1E* ___cameraEvents_4;
|
|
// System.Collections.Generic.Dictionary`2<UnityEngine.Camera,easyar.CameraImageRenderer> easyar.CameraImageRenderer::allRenderers
|
|
Dictionary_2_t6E6BBE1387E58DA634F58ACFCF79515A16B504F3* ___allRenderers_15;
|
|
};
|
|
|
|
// easyar.CameraImageRenderer
|
|
|
|
// easyar.EasyARController
|
|
struct EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177_StaticFields
|
|
{
|
|
// System.String easyar.EasyARController::exceptionMessage
|
|
String_t* ___exceptionMessage_5;
|
|
// System.Boolean easyar.EasyARController::initializeCalled
|
|
bool ___initializeCalled_6;
|
|
// easyar.EasyARController easyar.EasyARController::<Instance>k__BackingField
|
|
EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177* ___U3CInstanceU3Ek__BackingField_9;
|
|
// System.Boolean easyar.EasyARController::<Initialized>k__BackingField
|
|
bool ___U3CInitializedU3Ek__BackingField_10;
|
|
// easyar.DelayedCallbackScheduler easyar.EasyARController::<Scheduler>k__BackingField
|
|
DelayedCallbackScheduler_t7250FB4EE6119AFDCFBAC0DEADD337F1E576FD97* ___U3CSchedulerU3Ek__BackingField_11;
|
|
};
|
|
|
|
// easyar.EasyARController
|
|
|
|
// easyar.FrameFilter
|
|
|
|
// easyar.FrameFilter
|
|
|
|
// easyar.FrameSource
|
|
struct FrameSource_tEFFB44317ECA60F900CBDDA05D06E675C6CC88CD_StaticFields
|
|
{
|
|
// System.Collections.Generic.IReadOnlyList`1<easyar.ARSession/ARCenterMode> easyar.FrameSource::allCenterMode
|
|
RuntimeObject* ___allCenterMode_7;
|
|
};
|
|
|
|
// easyar.FrameSource
|
|
|
|
// easyar.TargetController
|
|
|
|
// easyar.TargetController
|
|
|
|
// easyar.VideoRecorder
|
|
|
|
// easyar.VideoRecorder
|
|
|
|
// easyar.WorldRootController
|
|
|
|
// easyar.WorldRootController
|
|
|
|
// easyar.ARCoreFrameSource
|
|
|
|
// easyar.ARCoreFrameSource
|
|
|
|
// easyar.AREngineFrameSource
|
|
|
|
// easyar.AREngineFrameSource
|
|
|
|
// easyar.ARKitFrameSource
|
|
|
|
// easyar.ARKitFrameSource
|
|
|
|
// easyar.CameraDeviceFrameSource
|
|
struct CameraDeviceFrameSource_t96C3510E9C369F5946CEBF25739FF84997FA1A92_StaticFields
|
|
{
|
|
// System.Collections.Generic.IReadOnlyList`1<easyar.ARSession/ARCenterMode> easyar.CameraDeviceFrameSource::availableCenterMode
|
|
RuntimeObject* ___availableCenterMode_17;
|
|
};
|
|
|
|
// easyar.CameraDeviceFrameSource
|
|
|
|
// easyar.CloudRecognizerFrameFilter
|
|
|
|
// easyar.CloudRecognizerFrameFilter
|
|
|
|
// easyar.ImageTargetController
|
|
|
|
// easyar.ImageTargetController
|
|
|
|
// easyar.ImageTrackerFrameFilter
|
|
|
|
// easyar.ImageTrackerFrameFilter
|
|
|
|
// easyar.MegaTrackerFrameFilter
|
|
|
|
// easyar.MegaTrackerFrameFilter
|
|
|
|
// easyar.MotionTrackerFrameSource
|
|
|
|
// easyar.MotionTrackerFrameSource
|
|
|
|
// easyar.ObjectTargetController
|
|
|
|
// easyar.ObjectTargetController
|
|
|
|
// easyar.ObjectTrackerFrameFilter
|
|
|
|
// easyar.ObjectTrackerFrameFilter
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
// UnityEngine.Texture2D[]
|
|
struct Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191 : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* m_Items[1];
|
|
|
|
inline Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4** GetAddressAt(il2cpp_array_size_t index)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAt(il2cpp_array_size_t index, Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
inline Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4** GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* value)
|
|
{
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
};
|
|
// UnityEngine.Rendering.CameraEvent[]
|
|
struct CameraEventU5BU5D_tCE64254E9E2B285C33AE3AA6C3D1E9AA3BE6CE1E : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) int32_t m_Items[1];
|
|
|
|
inline int32_t GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline int32_t* GetAddressAt(il2cpp_array_size_t index)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAt(il2cpp_array_size_t index, int32_t value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
}
|
|
inline int32_t GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline int32_t* GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, int32_t value)
|
|
{
|
|
m_Items[index] = value;
|
|
}
|
|
};
|
|
// System.String[]
|
|
struct StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248 : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) String_t* m_Items[1];
|
|
|
|
inline String_t* GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline String_t** GetAddressAt(il2cpp_array_size_t index)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAt(il2cpp_array_size_t index, String_t* value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
inline String_t* GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline String_t** GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, String_t* value)
|
|
{
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
};
|
|
// Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType[]
|
|
struct __Il2CppFullySharedGenericTypeU5BU5D_tCAB6D060972DD49223A834B7EEFEB9FE2D003BEC : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) uint8_t m_Items[1];
|
|
|
|
inline uint8_t* GetAddressAt(il2cpp_array_size_t index)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items + il2cpp_array_calc_byte_offset(this, index);
|
|
}
|
|
inline uint8_t* GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + il2cpp_array_calc_byte_offset(this, index);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Void System.Func`2<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType,Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_2__ctor_m7F5DD19B4170C027D5367001F7BC95A0658A2169_gshared (Func_2_t7F5F5324CE2DDB7001B68FFE29A5D9F907139FB0* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) ;
|
|
// T easyar.Detail::Object_from_c<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>(System.IntPtr,System.Func`2<System.IntPtr,System.IntPtr>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Detail_Object_from_c_TisIl2CppFullySharedGenericAny_mBC5A9B93A9B5975462F74925C282B7D51A6FA01F_gshared (intptr_t ___0_ptr, Func_2_t04A50D832214E55BC2F82E8DD7E603537B6D9713* ___1_typeNameGetter, Il2CppFullySharedGenericAny* il2cppRetVal, const RuntimeMethod* method) ;
|
|
// TValue easyar.Detail::map<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType,Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>(TKey,System.Func`2<TKey,TValue>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Detail_map_TisIl2CppFullySharedGenericAny_TisIl2CppFullySharedGenericAny_m1FB737406F438841507C0AAF6144F1964FBEF585_gshared (/*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny ___0_v, Func_2_t7F5F5324CE2DDB7001B68FFE29A5D9F907139FB0* ___1_f, Il2CppFullySharedGenericAny* il2cppRetVal, const RuntimeMethod* method) ;
|
|
// easyar.Optional`1<T> easyar.Optional`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::get_Empty()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Optional_1_get_Empty_m410BE0DC86B73BA5EA29C5748F4B49FF1C74A973_gshared (Optional_1_tA6B99046703E42DC761A5EA69B5DD9AE3295C15E* il2cppRetVal, const RuntimeMethod* method) ;
|
|
// easyar.Optional`1<T> easyar.Optional`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::op_Implicit(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Optional_1_op_Implicit_m9DF838249C381A7CFD814EB7F3B51DBA3A33B8BE_gshared (/*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny ___0_v, Optional_1_tA6B99046703E42DC761A5EA69B5DD9AE3295C15E* il2cppRetVal, const RuntimeMethod* method) ;
|
|
// System.Void System.Action`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1__ctor_m685A441EC9FAC9D554B26FA83A08F4BEF96DFF0E_gshared (Action_1_t923A20D1D4F6B55B2ED5AE21B90F1A0CE0450D99* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) ;
|
|
// System.Boolean easyar.Optional`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::get_OnSome()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Optional_1_get_OnSome_m823A399A346792B9157AA732DF76CD821807C162_gshared (Optional_1_tA6B99046703E42DC761A5EA69B5DD9AE3295C15E* __this, const RuntimeMethod* method) ;
|
|
// T easyar.Optional`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::get_Value()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Optional_1_get_Value_m298F0B1D0350674266E530E983F9F1F7ADB34456_gshared (Optional_1_tA6B99046703E42DC761A5EA69B5DD9AE3295C15E* __this, Il2CppFullySharedGenericAny* il2cppRetVal, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.Dictionary`2<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType,Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m7745B6ED71E47C95E1BFCE647C4F026A404C668F_gshared (Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E* __this, const RuntimeMethod* method) ;
|
|
// System.Collections.Generic.Dictionary`2/Enumerator<TKey,TValue> System.Collections.Generic.Dictionary`2<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType,Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::GetEnumerator()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_GetEnumerator_mEC4954B142C43B5CBAA045953EAD4E168FFCD492_gshared (Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E* __this, Enumerator_tB3750C37D2E2D54A46142439AF83A76EC665D9B1* il2cppRetVal, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.Dictionary`2/Enumerator<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType,Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_m3D89F01AE65EC60062FFB578C0E771C098EF2CB7_gshared (Enumerator_tB3750C37D2E2D54A46142439AF83A76EC665D9B1* __this, const RuntimeMethod* method) ;
|
|
// System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2/Enumerator<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType,Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::get_Current()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Enumerator_get_Current_m26AF82C275C82180BB7F23C7E408BC1FEB9A38EE_gshared_inline (Enumerator_tB3750C37D2E2D54A46142439AF83A76EC665D9B1* __this, KeyValuePair_2_t28EF90BF7804CE5D7F99A364266351E7DC652669* il2cppRetVal, const RuntimeMethod* method) ;
|
|
// TKey System.Collections.Generic.KeyValuePair`2<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType,Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::get_Key()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void KeyValuePair_2_get_Key_mBE75BF8983618BC1ACEC20F94C1BFF85C8AA50F1_gshared_inline (KeyValuePair_2_t28EF90BF7804CE5D7F99A364266351E7DC652669* __this, Il2CppFullySharedGenericAny* il2cppRetVal, const RuntimeMethod* method) ;
|
|
// TValue System.Collections.Generic.KeyValuePair`2<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType,Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::get_Value()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void KeyValuePair_2_get_Value_mFA1964BF56AA214EE0D491CC197F61BC9E5F1F7A_gshared_inline (KeyValuePair_2_t28EF90BF7804CE5D7F99A364266351E7DC652669* __this, Il2CppFullySharedGenericAny* il2cppRetVal, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.Dictionary`2<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType,Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::Add(TKey,TValue)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_Add_m54D479280472DEA042DB3933AF547E666B017333_gshared (Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E* __this, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny ___0_key, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny ___1_value, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Collections.Generic.Dictionary`2/Enumerator<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType,Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::MoveNext()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m97783F73CDB1D0083A2F7D26A51847BF0843ADEA_gshared (Enumerator_tB3750C37D2E2D54A46142439AF83A76EC665D9B1* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Action`2<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType,Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::Invoke(T1,T2)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Action_2_Invoke_m6343941059117DF354182855F996EB3D08B4C06C_gshared_inline (Action_2_t1D42C7D8DCD2DEB7C556FB3783F0EDAFF694E5E8* __this, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny ___0_arg1, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny ___1_arg2, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.Dictionary`2<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType,Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::set_Item(TKey,TValue)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_set_Item_m4C6841170DD11AED683D2D71919F362A4CFF4A80_gshared (Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E* __this, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny ___0_key, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny ___1_value, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Collections.Generic.Dictionary`2<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType,Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::TryGetValue(TKey,TValue&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_TryGetValue_m7519D765EAF1E8A7D3137C2F1B7B3A01D15A1692_gshared (Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E* __this, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny ___0_key, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType&*/Il2CppFullySharedGenericAny* ___1_value, const RuntimeMethod* method) ;
|
|
// TValue System.Collections.Generic.Dictionary`2<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType,Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::get_Item(TKey)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_get_Item_m2E96908E9716367701CD737FA54C884EB2A8C3EA_gshared (Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E* __this, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny ___0_key, Il2CppFullySharedGenericAny* il2cppRetVal, const RuntimeMethod* method) ;
|
|
// T UnityEngine.Object::FindObjectOfType<System.Object>()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Object_FindObjectOfType_TisRuntimeObject_m02DFBF011F3B59F777A5E521DB2A116DD496E968_gshared (const RuntimeMethod* method) ;
|
|
// System.Void System.Action`2<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType,Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_2__ctor_m8E9B7F6EE50FEF26FF7537F554B4F5E434F70550_gshared (Action_2_t1D42C7D8DCD2DEB7C556FB3783F0EDAFF694E5E8* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) ;
|
|
// T UnityEngine.GameObject::AddComponent<System.Object>()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* GameObject_AddComponent_TisRuntimeObject_m69B93700FACCF372F5753371C6E8FB780800B824_gshared (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean easyar.Optional`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::get_OnNone()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Optional_1_get_OnNone_m348BBDC1E8F13350F4C7CC994731620C981910F7_gshared (Optional_1_tA6B99046703E42DC761A5EA69B5DD9AE3295C15E* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.List`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_m0AFBAEA7EC427E32CC9CA267B1930DC5DF67A374_gshared (List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.List`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::Add(T)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Add_mD4F3498FBD3BDD3F03CBCFB38041CBAC9C28CAFC_gshared_inline (List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A* __this, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny ___0_item, const RuntimeMethod* method) ;
|
|
// System.Collections.Generic.IEnumerable`1<TSource> System.Linq.Enumerable::Where<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>(System.Collections.Generic.IEnumerable`1<TSource>,System.Func`2<TSource,System.Boolean>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Enumerable_Where_TisIl2CppFullySharedGenericAny_m3F416675DC7A5572025B02ED373C41AD9ED8F6C4_gshared (RuntimeObject* ___0_source, Func_2_t19E50C11C3E1F20B5A8FDB85D7DD353B6DFF868B* ___1_predicate, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Linq.Enumerable::Any<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>(System.Collections.Generic.IEnumerable`1<TSource>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerable_Any_TisIl2CppFullySharedGenericAny_m3499AC108A84D818DD8C221F8E60145246FC8A09_gshared (RuntimeObject* ___0_source, const RuntimeMethod* method) ;
|
|
// System.Collections.Generic.List`1/Enumerator<T> System.Collections.Generic.List`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::GetEnumerator()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_GetEnumerator_m8B2A92ACD4FBA5FBDC3F6F4F5C23A0DDF491DA61_gshared (List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A* __this, Enumerator_tF5AC6CD19D283FBD724440520CEE68FE2602F7AF* il2cppRetVal, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.List`1/Enumerator<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_mFE1EBE6F6425283FEAEAE7C79D02CDE4F9D367E8_gshared (Enumerator_tF5AC6CD19D283FBD724440520CEE68FE2602F7AF* __this, const RuntimeMethod* method) ;
|
|
// T System.Collections.Generic.List`1/Enumerator<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::get_Current()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Enumerator_get_Current_m8B42D4B2DE853B9D11B997120CD0228D4780E394_gshared_inline (Enumerator_tF5AC6CD19D283FBD724440520CEE68FE2602F7AF* __this, Il2CppFullySharedGenericAny* il2cppRetVal, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Collections.Generic.List`1/Enumerator<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::MoveNext()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m8D8E5E878AF0A88A535AB1AB5BA4F23E151A678A_gshared (Enumerator_tF5AC6CD19D283FBD724440520CEE68FE2602F7AF* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.Queue`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::Enqueue(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Queue_1_Enqueue_m9159DC6A9BC5528A3444329C408F4101004CF652_gshared (Queue_1_t00794C5F46E3254E713B03F949E6AB3A1AB1FD41* __this, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny ___0_item, const RuntimeMethod* method) ;
|
|
// T System.Collections.Generic.Queue`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::Dequeue()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Queue_1_Dequeue_m80C152387A53656EC4AEF450BCBA9087DC51EEE3_gshared (Queue_1_t00794C5F46E3254E713B03F949E6AB3A1AB1FD41* __this, Il2CppFullySharedGenericAny* il2cppRetVal, const RuntimeMethod* method) ;
|
|
// System.Void System.Action`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::Invoke(T)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Action_1_Invoke_m5A038831CEB84A7E374FE59D43444412629F833F_gshared_inline (Action_1_t923A20D1D4F6B55B2ED5AE21B90F1A0CE0450D99* __this, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny ___0_obj, const RuntimeMethod* method) ;
|
|
// System.Int32 System.Collections.Generic.Queue`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::get_Count()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Queue_1_get_Count_mE6103188ACDEC07F90F2D2986554730D18029750_gshared_inline (Queue_1_t00794C5F46E3254E713B03F949E6AB3A1AB1FD41* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.Queue`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Queue_1__ctor_m657BFA58DFD6AB5B1B4B69AA6E963CD569637EAD_gshared (Queue_1_t00794C5F46E3254E713B03F949E6AB3A1AB1FD41* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Collections.Generic.Queue`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::Contains(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Queue_1_Contains_m18A922A2A41A33641FC69FAB29C41657375E682F_gshared (Queue_1_t00794C5F46E3254E713B03F949E6AB3A1AB1FD41* __this, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny ___0_item, const RuntimeMethod* method) ;
|
|
// System.Collections.Generic.Dictionary`2/ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType,Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::get_Values()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ValueCollection_tC492596681BD51AB34FC76FA76C15C9B3FFB7B40* Dictionary_2_get_Values_mE06FB7381D8152E35F0716DC7FE13788362112A7_gshared (Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E* __this, const RuntimeMethod* method) ;
|
|
// System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<TKey,TValue> System.Collections.Generic.Dictionary`2/ValueCollection<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType,Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::GetEnumerator()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ValueCollection_GetEnumerator_m22BB9C6494A679370661D0B6DA1FA7EF744281EA_gshared (ValueCollection_tC492596681BD51AB34FC76FA76C15C9B3FFB7B40* __this, Enumerator_tEEF12A9EDAAA0461A72ED9491F6AC20B22440222* il2cppRetVal, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType,Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_mB05777B182DD6D8C5ED21811C2CA95405D2743F8_gshared (Enumerator_tEEF12A9EDAAA0461A72ED9491F6AC20B22440222* __this, const RuntimeMethod* method) ;
|
|
// TValue System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType,Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::get_Current()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Enumerator_get_Current_m77681472C32B9ABB97AE602C0D4C365A0A8E8ACE_gshared_inline (Enumerator_tEEF12A9EDAAA0461A72ED9491F6AC20B22440222* __this, Il2CppFullySharedGenericAny* il2cppRetVal, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType,Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::MoveNext()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m297C3CEEAAC8D29D8F7C93E0801CD1D362D1C66F_gshared (Enumerator_tEEF12A9EDAAA0461A72ED9491F6AC20B22440222* __this, const RuntimeMethod* method) ;
|
|
// System.Tuple`2<T1,T2> System.Tuple::Create<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType,Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>(T1,T2)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Tuple_2_t70DF7570FDF62592ED394F88C0CA61A12E7647C8* Tuple_Create_TisIl2CppFullySharedGenericAny_TisIl2CppFullySharedGenericAny_mDA77107B30389EA4092249AFF47FFBFFE45BB038_gshared (/*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny ___0_item1, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny ___1_item2, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Collections.Generic.List`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::Contains(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool List_1_Contains_m8DA550B703DFB328B69C4712064C667D7CA33DF1_gshared (List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A* __this, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny ___0_item, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Collections.Generic.List`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::Remove(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool List_1_Remove_m9BCE8CEF94E6F2BF8624D65214FF4F3CA686D60C_gshared (List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A* __this, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny ___0_item, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Collections.Generic.Dictionary`2<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType,Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::Remove(TKey)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_Remove_m583C4F0E2926B584BE6EC6008195360FC631C14C_gshared (Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E* __this, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny ___0_key, const RuntimeMethod* method) ;
|
|
// System.Void System.Action`3<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType,Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType,Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::Invoke(T1,T2,T3)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Action_3_Invoke_m20DB96A6E4363A11EE736FB20842C52E012CA3D6_gshared_inline (Action_3_t838D6B6BB4BFFC6E8430C389747DB008A0B26146* __this, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny ___0_arg1, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny ___1_arg2, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny ___2_arg3, const RuntimeMethod* method) ;
|
|
|
|
// System.Void easyar.RefBase::.ctor(System.IntPtr,System.Action`1<System.IntPtr>,easyar.RefBase/Retainer)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RefBase__ctor_m1F89F1D069DD380C7B51129C109F7989D854246A (RefBase_tD2A748D10CECAAD8DD367977128D0B22A01F604E* __this, intptr_t ___0_cdata, Action_1_t2DF1ED40E3084E997390FF52F462390882271FE2* ___1_deleter, Retainer_t21E37A78A5C591A4A1DB7494A454CCADF411A77A* ___2_retainer, const RuntimeMethod* method) ;
|
|
// System.IntPtr easyar.RefBase::get_cdata()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t RefBase_get_cdata_m6BACEDB7D17969AA0151AAC1473283B95E33A87A (RefBase_tD2A748D10CECAAD8DD367977128D0B22A01F604E* __this, const RuntimeMethod* method) ;
|
|
// System.Void easyar.RefBase/Retainer::Invoke(System.IntPtr,System.IntPtr&)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Retainer_Invoke_mAE6440576152AFF79D3692B99D7123EB84655CA8_inline (Retainer_t21E37A78A5C591A4A1DB7494A454CCADF411A77A* __this, intptr_t ___0_This, intptr_t* ___1_Return, const RuntimeMethod* method) ;
|
|
// System.Void easyar.OutputFrameBuffer::.ctor(System.IntPtr,System.Action`1<System.IntPtr>,easyar.RefBase/Retainer)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OutputFrameBuffer__ctor_m42943E55348EE5542155F023943E5FB3807B4E24 (OutputFrameBuffer_t9636FA51588819DCE62366622F1374365AF22F72* __this, intptr_t ___0_cdata, Action_1_t2DF1ED40E3084E997390FF52F462390882271FE2* ___1_deleter, Retainer_t21E37A78A5C591A4A1DB7494A454CCADF411A77A* ___2_retainer, const RuntimeMethod* method) ;
|
|
// System.Void easyar.Detail/AutoRelease::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AutoRelease__ctor_mE72EEA2DE0CC0DD5BEF361C94038E370900B2B51 (AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* __this, const RuntimeMethod* method) ;
|
|
// System.Void easyar.Detail::easyar_OutputFrameBuffer_input(System.IntPtr,System.IntPtr&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Detail_easyar_OutputFrameBuffer_input_m4BAD3CB62803C82613440A7AE4E1BE4DF4C8F838 (intptr_t ___0_This, intptr_t* ___1_Return, const RuntimeMethod* method) ;
|
|
// System.Void System.Func`2<System.IntPtr,System.IntPtr>::.ctor(System.Object,System.IntPtr)
|
|
inline void Func_2__ctor_m12EE2869ED79665C38F05A42227ECB8657CB60A0 (Func_2_t04A50D832214E55BC2F82E8DD7E603537B6D9713* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Func_2_t7F5F5324CE2DDB7001B68FFE29A5D9F907139FB0*, RuntimeObject*, intptr_t, const RuntimeMethod*))Func_2__ctor_m7F5DD19B4170C027D5367001F7BC95A0658A2169_gshared)((Func_2_t7F5F5324CE2DDB7001B68FFE29A5D9F907139FB0*)__this, ___0_object, ___1_method, method);
|
|
}
|
|
// T easyar.Detail::Object_from_c<easyar.OutputFrameSink>(System.IntPtr,System.Func`2<System.IntPtr,System.IntPtr>)
|
|
inline OutputFrameSink_tB6DEF751ED788C51CE8AA2874A597F753BD2F32C* Detail_Object_from_c_TisOutputFrameSink_tB6DEF751ED788C51CE8AA2874A597F753BD2F32C_mBD34FEC6879428297BFE9FA26002F16B7DBFA187 (intptr_t ___0_ptr, Func_2_t04A50D832214E55BC2F82E8DD7E603537B6D9713* ___1_typeNameGetter, const RuntimeMethod* method)
|
|
{
|
|
OutputFrameSink_tB6DEF751ED788C51CE8AA2874A597F753BD2F32C* il2cppRetVal;
|
|
(( void (*) (intptr_t, Func_2_t04A50D832214E55BC2F82E8DD7E603537B6D9713*, Il2CppFullySharedGenericAny*, const RuntimeMethod*))Detail_Object_from_c_TisIl2CppFullySharedGenericAny_mBC5A9B93A9B5975462F74925C282B7D51A6FA01F_gshared)(___0_ptr, ___1_typeNameGetter, (Il2CppFullySharedGenericAny*)&il2cppRetVal, method);
|
|
return il2cppRetVal;
|
|
}
|
|
// System.Int32 easyar.Detail::easyar_OutputFrameBuffer_bufferRequirement(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Detail_easyar_OutputFrameBuffer_bufferRequirement_m715F262DF2417F198578685F9886761BCBE300CB (intptr_t ___0_This, const RuntimeMethod* method) ;
|
|
// System.Void easyar.Detail::easyar_OutputFrameBuffer_signalOutput(System.IntPtr,System.IntPtr&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Detail_easyar_OutputFrameBuffer_signalOutput_m1CED4776367F79FA59EFA21DFFF447C5F4908215 (intptr_t ___0_This, intptr_t* ___1_Return, const RuntimeMethod* method) ;
|
|
// T easyar.Detail::Object_from_c<easyar.SignalSource>(System.IntPtr,System.Func`2<System.IntPtr,System.IntPtr>)
|
|
inline SignalSource_t95D5C188C243BB953725A48E6D29C16041F2A899* Detail_Object_from_c_TisSignalSource_t95D5C188C243BB953725A48E6D29C16041F2A899_m142CED8E0A419163F4A252CE594F01B47693DBD1 (intptr_t ___0_ptr, Func_2_t04A50D832214E55BC2F82E8DD7E603537B6D9713* ___1_typeNameGetter, const RuntimeMethod* method)
|
|
{
|
|
SignalSource_t95D5C188C243BB953725A48E6D29C16041F2A899* il2cppRetVal;
|
|
(( void (*) (intptr_t, Func_2_t04A50D832214E55BC2F82E8DD7E603537B6D9713*, Il2CppFullySharedGenericAny*, const RuntimeMethod*))Detail_Object_from_c_TisIl2CppFullySharedGenericAny_mBC5A9B93A9B5975462F74925C282B7D51A6FA01F_gshared)(___0_ptr, ___1_typeNameGetter, (Il2CppFullySharedGenericAny*)&il2cppRetVal, method);
|
|
return il2cppRetVal;
|
|
}
|
|
// System.Void easyar.Detail::easyar_OutputFrameBuffer_peek(System.IntPtr,easyar.Detail/OptionalOfOutputFrame&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Detail_easyar_OutputFrameBuffer_peek_m87F6D5CF84E1565795EBA88A5C97AAAB9F2FCDAA (intptr_t ___0_This, OptionalOfOutputFrame_tF577925C18D472805EB5A7CD80503F7FE72B1C9C* ___1_Return, const RuntimeMethod* method) ;
|
|
// System.Void System.Func`2<easyar.Detail/OptionalOfOutputFrame,easyar.Optional`1<easyar.OutputFrame>>::.ctor(System.Object,System.IntPtr)
|
|
inline void Func_2__ctor_m9CEE2F0C42B8B98F77C6CB709CBEDD298FD70599 (Func_2_tE8A8F7015E5FE92141DF5FC54C3F6ED56BC9406E* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Func_2_t7F5F5324CE2DDB7001B68FFE29A5D9F907139FB0*, RuntimeObject*, intptr_t, const RuntimeMethod*))Func_2__ctor_m7F5DD19B4170C027D5367001F7BC95A0658A2169_gshared)((Func_2_t7F5F5324CE2DDB7001B68FFE29A5D9F907139FB0*)__this, ___0_object, ___1_method, method);
|
|
}
|
|
// TValue easyar.Detail::map<easyar.Detail/OptionalOfOutputFrame,easyar.Optional`1<easyar.OutputFrame>>(TKey,System.Func`2<TKey,TValue>)
|
|
inline Optional_1_tBE4DAAA1FF279D9DF8508DC4B6B876CAB1C86AEF Detail_map_TisOptionalOfOutputFrame_tF577925C18D472805EB5A7CD80503F7FE72B1C9C_TisOptional_1_tBE4DAAA1FF279D9DF8508DC4B6B876CAB1C86AEF_m1A8A0E024DD14CE0369C595DABE004003D45CE44 (OptionalOfOutputFrame_tF577925C18D472805EB5A7CD80503F7FE72B1C9C ___0_v, Func_2_tE8A8F7015E5FE92141DF5FC54C3F6ED56BC9406E* ___1_f, const RuntimeMethod* method)
|
|
{
|
|
Optional_1_tBE4DAAA1FF279D9DF8508DC4B6B876CAB1C86AEF il2cppRetVal;
|
|
(( void (*) (/*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, Func_2_t7F5F5324CE2DDB7001B68FFE29A5D9F907139FB0*, Il2CppFullySharedGenericAny*, const RuntimeMethod*))Detail_map_TisIl2CppFullySharedGenericAny_TisIl2CppFullySharedGenericAny_m1FB737406F438841507C0AAF6144F1964FBEF585_gshared)((Il2CppFullySharedGenericAny)&___0_v, (Func_2_t7F5F5324CE2DDB7001B68FFE29A5D9F907139FB0*)___1_f, (Il2CppFullySharedGenericAny*)&il2cppRetVal, method);
|
|
return il2cppRetVal;
|
|
}
|
|
// System.Void easyar.Detail::easyar_OutputFrameBuffer_create(System.IntPtr&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Detail_easyar_OutputFrameBuffer_create_m83A8B518917BE197BF66ECF9AA21ADAFE08A1A6F (intptr_t* ___0_Return, const RuntimeMethod* method) ;
|
|
// T easyar.Detail::Object_from_c<easyar.OutputFrameBuffer>(System.IntPtr,System.Func`2<System.IntPtr,System.IntPtr>)
|
|
inline OutputFrameBuffer_t9636FA51588819DCE62366622F1374365AF22F72* Detail_Object_from_c_TisOutputFrameBuffer_t9636FA51588819DCE62366622F1374365AF22F72_m537822EF7CB3200A89D54E450028D7E688DD648C (intptr_t ___0_ptr, Func_2_t04A50D832214E55BC2F82E8DD7E603537B6D9713* ___1_typeNameGetter, const RuntimeMethod* method)
|
|
{
|
|
OutputFrameBuffer_t9636FA51588819DCE62366622F1374365AF22F72* il2cppRetVal;
|
|
(( void (*) (intptr_t, Func_2_t04A50D832214E55BC2F82E8DD7E603537B6D9713*, Il2CppFullySharedGenericAny*, const RuntimeMethod*))Detail_Object_from_c_TisIl2CppFullySharedGenericAny_mBC5A9B93A9B5975462F74925C282B7D51A6FA01F_gshared)(___0_ptr, ___1_typeNameGetter, (Il2CppFullySharedGenericAny*)&il2cppRetVal, method);
|
|
return il2cppRetVal;
|
|
}
|
|
// System.Void easyar.Detail::easyar_OutputFrameBuffer_pause(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Detail_easyar_OutputFrameBuffer_pause_m85EA1AC760B19760FB0EED2F0FF7D051DCFF8743 (intptr_t ___0_This, const RuntimeMethod* method) ;
|
|
// System.Void easyar.Detail::easyar_OutputFrameBuffer_resume(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Detail_easyar_OutputFrameBuffer_resume_m1D0C3F54782AD804E037F184980C4E7C7277DD94 (intptr_t ___0_This, const RuntimeMethod* method) ;
|
|
// System.Void easyar.OutputFrameBuffer/<>c::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_m1185515936EE432C5E8905FD0F8A6A4AA97D6FF4 (U3CU3Ec_t7F688AF8695363A67DCC90398C83A6620EDFF55B* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Object::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2 (RuntimeObject* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean easyar.Detail/OptionalOfOutputFrame::get_has_value()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OptionalOfOutputFrame_get_has_value_mB8A678C291F4A9276447547EC402815933C53DCF (OptionalOfOutputFrame_tF577925C18D472805EB5A7CD80503F7FE72B1C9C* __this, const RuntimeMethod* method) ;
|
|
// easyar.Optional`1<T> easyar.Optional`1<easyar.OutputFrame>::get_Empty()
|
|
inline Optional_1_tBE4DAAA1FF279D9DF8508DC4B6B876CAB1C86AEF Optional_1_get_Empty_mB4FAFA9DA82F68564252670140C1757247A70189 (const RuntimeMethod* method)
|
|
{
|
|
Optional_1_tBE4DAAA1FF279D9DF8508DC4B6B876CAB1C86AEF il2cppRetVal;
|
|
(( void (*) (Optional_1_tA6B99046703E42DC761A5EA69B5DD9AE3295C15E*, const RuntimeMethod*))Optional_1_get_Empty_m410BE0DC86B73BA5EA29C5748F4B49FF1C74A973_gshared)((Optional_1_tA6B99046703E42DC761A5EA69B5DD9AE3295C15E*)&il2cppRetVal, method);
|
|
return il2cppRetVal;
|
|
}
|
|
// T easyar.Detail::Object_from_c<easyar.OutputFrame>(System.IntPtr,System.Func`2<System.IntPtr,System.IntPtr>)
|
|
inline OutputFrame_tB66E85BCF3FBC8ADCFFD36503D3AD4E71A6CD914* Detail_Object_from_c_TisOutputFrame_tB66E85BCF3FBC8ADCFFD36503D3AD4E71A6CD914_m5FD1DC6B0CF7DD5FC2ED6C737CBDBAE23C90A261 (intptr_t ___0_ptr, Func_2_t04A50D832214E55BC2F82E8DD7E603537B6D9713* ___1_typeNameGetter, const RuntimeMethod* method)
|
|
{
|
|
OutputFrame_tB66E85BCF3FBC8ADCFFD36503D3AD4E71A6CD914* il2cppRetVal;
|
|
(( void (*) (intptr_t, Func_2_t04A50D832214E55BC2F82E8DD7E603537B6D9713*, Il2CppFullySharedGenericAny*, const RuntimeMethod*))Detail_Object_from_c_TisIl2CppFullySharedGenericAny_mBC5A9B93A9B5975462F74925C282B7D51A6FA01F_gshared)(___0_ptr, ___1_typeNameGetter, (Il2CppFullySharedGenericAny*)&il2cppRetVal, method);
|
|
return il2cppRetVal;
|
|
}
|
|
// easyar.Optional`1<T> easyar.Optional`1<easyar.OutputFrame>::op_Implicit(T)
|
|
inline Optional_1_tBE4DAAA1FF279D9DF8508DC4B6B876CAB1C86AEF Optional_1_op_Implicit_m183B0D2025AEEDBE200F1212788E559B7508FB90 (OutputFrame_tB66E85BCF3FBC8ADCFFD36503D3AD4E71A6CD914* ___0_v, const RuntimeMethod* method)
|
|
{
|
|
Optional_1_tBE4DAAA1FF279D9DF8508DC4B6B876CAB1C86AEF il2cppRetVal;
|
|
(( void (*) (/*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, Optional_1_tA6B99046703E42DC761A5EA69B5DD9AE3295C15E*, const RuntimeMethod*))Optional_1_op_Implicit_m9DF838249C381A7CFD814EB7F3B51DBA3A33B8BE_gshared)((Il2CppFullySharedGenericAny)___0_v, (Optional_1_tA6B99046703E42DC761A5EA69B5DD9AE3295C15E*)&il2cppRetVal, method);
|
|
return il2cppRetVal;
|
|
}
|
|
// System.Void easyar.InputFrameToOutputFrameAdapter::.ctor(System.IntPtr,System.Action`1<System.IntPtr>,easyar.RefBase/Retainer)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputFrameToOutputFrameAdapter__ctor_mCC17126A0A691CBC4DDFFBDA531921E3DA4FE8E0 (InputFrameToOutputFrameAdapter_tB10AD4D1BF1C4F5A0B628D0EFCF45C8CB5BA65F2* __this, intptr_t ___0_cdata, Action_1_t2DF1ED40E3084E997390FF52F462390882271FE2* ___1_deleter, Retainer_t21E37A78A5C591A4A1DB7494A454CCADF411A77A* ___2_retainer, const RuntimeMethod* method) ;
|
|
// System.Void easyar.Detail::easyar_InputFrameToOutputFrameAdapter_input(System.IntPtr,System.IntPtr&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Detail_easyar_InputFrameToOutputFrameAdapter_input_mF022BCC1B48F4A80AAC9590B68E06870A5359B15 (intptr_t ___0_This, intptr_t* ___1_Return, const RuntimeMethod* method) ;
|
|
// T easyar.Detail::Object_from_c<easyar.InputFrameSink>(System.IntPtr,System.Func`2<System.IntPtr,System.IntPtr>)
|
|
inline InputFrameSink_tA6E249222893426FDB034E5CE860F0037DAE4F95* Detail_Object_from_c_TisInputFrameSink_tA6E249222893426FDB034E5CE860F0037DAE4F95_m11D72A3C63CC65CE100B77F3170F8CA483D1D2EA (intptr_t ___0_ptr, Func_2_t04A50D832214E55BC2F82E8DD7E603537B6D9713* ___1_typeNameGetter, const RuntimeMethod* method)
|
|
{
|
|
InputFrameSink_tA6E249222893426FDB034E5CE860F0037DAE4F95* il2cppRetVal;
|
|
(( void (*) (intptr_t, Func_2_t04A50D832214E55BC2F82E8DD7E603537B6D9713*, Il2CppFullySharedGenericAny*, const RuntimeMethod*))Detail_Object_from_c_TisIl2CppFullySharedGenericAny_mBC5A9B93A9B5975462F74925C282B7D51A6FA01F_gshared)(___0_ptr, ___1_typeNameGetter, (Il2CppFullySharedGenericAny*)&il2cppRetVal, method);
|
|
return il2cppRetVal;
|
|
}
|
|
// System.Void easyar.Detail::easyar_InputFrameToOutputFrameAdapter_output(System.IntPtr,System.IntPtr&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Detail_easyar_InputFrameToOutputFrameAdapter_output_m007BB3626C16420FA608CFF6466CDFFD62F7BC4A (intptr_t ___0_This, intptr_t* ___1_Return, const RuntimeMethod* method) ;
|
|
// T easyar.Detail::Object_from_c<easyar.OutputFrameSource>(System.IntPtr,System.Func`2<System.IntPtr,System.IntPtr>)
|
|
inline OutputFrameSource_tCAA3F6A666530FC96C4699A88DC1312D06922D29* Detail_Object_from_c_TisOutputFrameSource_tCAA3F6A666530FC96C4699A88DC1312D06922D29_m12B5675CDFAD627F5F7F7024FD2C509DFCF27A8B (intptr_t ___0_ptr, Func_2_t04A50D832214E55BC2F82E8DD7E603537B6D9713* ___1_typeNameGetter, const RuntimeMethod* method)
|
|
{
|
|
OutputFrameSource_tCAA3F6A666530FC96C4699A88DC1312D06922D29* il2cppRetVal;
|
|
(( void (*) (intptr_t, Func_2_t04A50D832214E55BC2F82E8DD7E603537B6D9713*, Il2CppFullySharedGenericAny*, const RuntimeMethod*))Detail_Object_from_c_TisIl2CppFullySharedGenericAny_mBC5A9B93A9B5975462F74925C282B7D51A6FA01F_gshared)(___0_ptr, ___1_typeNameGetter, (Il2CppFullySharedGenericAny*)&il2cppRetVal, method);
|
|
return il2cppRetVal;
|
|
}
|
|
// System.Void easyar.Detail::easyar_InputFrameToOutputFrameAdapter_create(System.IntPtr&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Detail_easyar_InputFrameToOutputFrameAdapter_create_m3F6D349F5FB85F310D00E22F58DE257AA895E542 (intptr_t* ___0_Return, const RuntimeMethod* method) ;
|
|
// T easyar.Detail::Object_from_c<easyar.InputFrameToOutputFrameAdapter>(System.IntPtr,System.Func`2<System.IntPtr,System.IntPtr>)
|
|
inline InputFrameToOutputFrameAdapter_tB10AD4D1BF1C4F5A0B628D0EFCF45C8CB5BA65F2* Detail_Object_from_c_TisInputFrameToOutputFrameAdapter_tB10AD4D1BF1C4F5A0B628D0EFCF45C8CB5BA65F2_mAC109446A7B5DFF0412BFC7EA5EDB7684AD1EDBD (intptr_t ___0_ptr, Func_2_t04A50D832214E55BC2F82E8DD7E603537B6D9713* ___1_typeNameGetter, const RuntimeMethod* method)
|
|
{
|
|
InputFrameToOutputFrameAdapter_tB10AD4D1BF1C4F5A0B628D0EFCF45C8CB5BA65F2* il2cppRetVal;
|
|
(( void (*) (intptr_t, Func_2_t04A50D832214E55BC2F82E8DD7E603537B6D9713*, Il2CppFullySharedGenericAny*, const RuntimeMethod*))Detail_Object_from_c_TisIl2CppFullySharedGenericAny_mBC5A9B93A9B5975462F74925C282B7D51A6FA01F_gshared)(___0_ptr, ___1_typeNameGetter, (Il2CppFullySharedGenericAny*)&il2cppRetVal, method);
|
|
return il2cppRetVal;
|
|
}
|
|
// System.Void easyar.InputFrameToFeedbackFrameAdapter::.ctor(System.IntPtr,System.Action`1<System.IntPtr>,easyar.RefBase/Retainer)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputFrameToFeedbackFrameAdapter__ctor_m3175DD6A1C36DEA71405410EC66B58E1405CD14B (InputFrameToFeedbackFrameAdapter_tEA715356AB9DD6A39C7D0FAEE0EC3480E1CB9379* __this, intptr_t ___0_cdata, Action_1_t2DF1ED40E3084E997390FF52F462390882271FE2* ___1_deleter, Retainer_t21E37A78A5C591A4A1DB7494A454CCADF411A77A* ___2_retainer, const RuntimeMethod* method) ;
|
|
// System.Void easyar.Detail::easyar_InputFrameToFeedbackFrameAdapter_input(System.IntPtr,System.IntPtr&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Detail_easyar_InputFrameToFeedbackFrameAdapter_input_m4CA792F4BD6E03E2827B538ABEC32F91E78E3E6C (intptr_t ___0_This, intptr_t* ___1_Return, const RuntimeMethod* method) ;
|
|
// System.Int32 easyar.Detail::easyar_InputFrameToFeedbackFrameAdapter_bufferRequirement(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Detail_easyar_InputFrameToFeedbackFrameAdapter_bufferRequirement_mB9F12E03B151CBB34DC4969769AA3EE3ADF1CEB7 (intptr_t ___0_This, const RuntimeMethod* method) ;
|
|
// System.Void easyar.Detail::easyar_InputFrameToFeedbackFrameAdapter_sideInput(System.IntPtr,System.IntPtr&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Detail_easyar_InputFrameToFeedbackFrameAdapter_sideInput_m5D11345FBF3ED7730C6A2F150511444E0B99C44B (intptr_t ___0_This, intptr_t* ___1_Return, const RuntimeMethod* method) ;
|
|
// System.Void easyar.Detail::easyar_InputFrameToFeedbackFrameAdapter_output(System.IntPtr,System.IntPtr&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Detail_easyar_InputFrameToFeedbackFrameAdapter_output_m99A30354A23E9D43C73BBE9B893632FA519FCF1E (intptr_t ___0_This, intptr_t* ___1_Return, const RuntimeMethod* method) ;
|
|
// T easyar.Detail::Object_from_c<easyar.FeedbackFrameSource>(System.IntPtr,System.Func`2<System.IntPtr,System.IntPtr>)
|
|
inline FeedbackFrameSource_t3336309B76A1F76980F75F70F1D0C0A26CD55A5E* Detail_Object_from_c_TisFeedbackFrameSource_t3336309B76A1F76980F75F70F1D0C0A26CD55A5E_m4A07E47B6F4C0034B8A37C1AC32E8D54136750BE (intptr_t ___0_ptr, Func_2_t04A50D832214E55BC2F82E8DD7E603537B6D9713* ___1_typeNameGetter, const RuntimeMethod* method)
|
|
{
|
|
FeedbackFrameSource_t3336309B76A1F76980F75F70F1D0C0A26CD55A5E* il2cppRetVal;
|
|
(( void (*) (intptr_t, Func_2_t04A50D832214E55BC2F82E8DD7E603537B6D9713*, Il2CppFullySharedGenericAny*, const RuntimeMethod*))Detail_Object_from_c_TisIl2CppFullySharedGenericAny_mBC5A9B93A9B5975462F74925C282B7D51A6FA01F_gshared)(___0_ptr, ___1_typeNameGetter, (Il2CppFullySharedGenericAny*)&il2cppRetVal, method);
|
|
return il2cppRetVal;
|
|
}
|
|
// System.Void easyar.Detail::easyar_InputFrameToFeedbackFrameAdapter_create(System.IntPtr&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Detail_easyar_InputFrameToFeedbackFrameAdapter_create_m1D161B2A4B993FA13243AD3B35B6FAA66EF8E18E (intptr_t* ___0_Return, const RuntimeMethod* method) ;
|
|
// T easyar.Detail::Object_from_c<easyar.InputFrameToFeedbackFrameAdapter>(System.IntPtr,System.Func`2<System.IntPtr,System.IntPtr>)
|
|
inline InputFrameToFeedbackFrameAdapter_tEA715356AB9DD6A39C7D0FAEE0EC3480E1CB9379* Detail_Object_from_c_TisInputFrameToFeedbackFrameAdapter_tEA715356AB9DD6A39C7D0FAEE0EC3480E1CB9379_mF182CDED6189095857264C55DCEF18C6681BD620 (intptr_t ___0_ptr, Func_2_t04A50D832214E55BC2F82E8DD7E603537B6D9713* ___1_typeNameGetter, const RuntimeMethod* method)
|
|
{
|
|
InputFrameToFeedbackFrameAdapter_tEA715356AB9DD6A39C7D0FAEE0EC3480E1CB9379* il2cppRetVal;
|
|
(( void (*) (intptr_t, Func_2_t04A50D832214E55BC2F82E8DD7E603537B6D9713*, Il2CppFullySharedGenericAny*, const RuntimeMethod*))Detail_Object_from_c_TisIl2CppFullySharedGenericAny_mBC5A9B93A9B5975462F74925C282B7D51A6FA01F_gshared)(___0_ptr, ___1_typeNameGetter, (Il2CppFullySharedGenericAny*)&il2cppRetVal, method);
|
|
return il2cppRetVal;
|
|
}
|
|
// System.Void easyar.InputFrame::.ctor(System.IntPtr,System.Action`1<System.IntPtr>,easyar.RefBase/Retainer)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputFrame__ctor_m20CC1132C2A3CB1F68EABC8E11D3DB7560051D29 (InputFrame_tDB02ECBCF7ED51DE6F781A607D63BE7812E0BDC1* __this, intptr_t ___0_cdata, Action_1_t2DF1ED40E3084E997390FF52F462390882271FE2* ___1_deleter, Retainer_t21E37A78A5C591A4A1DB7494A454CCADF411A77A* ___2_retainer, const RuntimeMethod* method) ;
|
|
// System.Int32 easyar.Detail::easyar_InputFrame_index(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Detail_easyar_InputFrame_index_m4479F26F24E342B2B829BF3B22E5E261EF3D9EF4 (intptr_t ___0_This, const RuntimeMethod* method) ;
|
|
// System.Void easyar.Detail::easyar_InputFrame_image(System.IntPtr,System.IntPtr&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Detail_easyar_InputFrame_image_m0ABE363E8F2318619D847D614F6313475747C2B7 (intptr_t ___0_This, intptr_t* ___1_Return, const RuntimeMethod* method) ;
|
|
// T easyar.Detail::Object_from_c<easyar.Image>(System.IntPtr,System.Func`2<System.IntPtr,System.IntPtr>)
|
|
inline Image_tA8E8F2D58C143E9ADB13683D6BC93C8345F46A43* Detail_Object_from_c_TisImage_tA8E8F2D58C143E9ADB13683D6BC93C8345F46A43_mC692236593B10735C3A80F398200B41CAC04E3F3 (intptr_t ___0_ptr, Func_2_t04A50D832214E55BC2F82E8DD7E603537B6D9713* ___1_typeNameGetter, const RuntimeMethod* method)
|
|
{
|
|
Image_tA8E8F2D58C143E9ADB13683D6BC93C8345F46A43* il2cppRetVal;
|
|
(( void (*) (intptr_t, Func_2_t04A50D832214E55BC2F82E8DD7E603537B6D9713*, Il2CppFullySharedGenericAny*, const RuntimeMethod*))Detail_Object_from_c_TisIl2CppFullySharedGenericAny_mBC5A9B93A9B5975462F74925C282B7D51A6FA01F_gshared)(___0_ptr, ___1_typeNameGetter, (Il2CppFullySharedGenericAny*)&il2cppRetVal, method);
|
|
return il2cppRetVal;
|
|
}
|
|
// System.Boolean easyar.Detail::easyar_InputFrame_hasCameraParameters(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Detail_easyar_InputFrame_hasCameraParameters_mFE8E3DEF71C9481A1C59995E0E4143F3C6A5BD69 (intptr_t ___0_This, const RuntimeMethod* method) ;
|
|
// System.Void easyar.Detail::easyar_InputFrame_cameraParameters(System.IntPtr,System.IntPtr&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Detail_easyar_InputFrame_cameraParameters_m4B401CCD07BEC6CF304FD25C8C8B96AA6684FAD8 (intptr_t ___0_This, intptr_t* ___1_Return, const RuntimeMethod* method) ;
|
|
// T easyar.Detail::Object_from_c<easyar.CameraParameters>(System.IntPtr,System.Func`2<System.IntPtr,System.IntPtr>)
|
|
inline CameraParameters_t18C9E22363BD41CD7244E2256ED25A53DB87BB53* Detail_Object_from_c_TisCameraParameters_t18C9E22363BD41CD7244E2256ED25A53DB87BB53_m1ECE9DF6467CEF7DCEF9E73F66108525EFD359D4 (intptr_t ___0_ptr, Func_2_t04A50D832214E55BC2F82E8DD7E603537B6D9713* ___1_typeNameGetter, const RuntimeMethod* method)
|
|
{
|
|
CameraParameters_t18C9E22363BD41CD7244E2256ED25A53DB87BB53* il2cppRetVal;
|
|
(( void (*) (intptr_t, Func_2_t04A50D832214E55BC2F82E8DD7E603537B6D9713*, Il2CppFullySharedGenericAny*, const RuntimeMethod*))Detail_Object_from_c_TisIl2CppFullySharedGenericAny_mBC5A9B93A9B5975462F74925C282B7D51A6FA01F_gshared)(___0_ptr, ___1_typeNameGetter, (Il2CppFullySharedGenericAny*)&il2cppRetVal, method);
|
|
return il2cppRetVal;
|
|
}
|
|
// System.Boolean easyar.Detail::easyar_InputFrame_hasTemporalInformation(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Detail_easyar_InputFrame_hasTemporalInformation_mAA7B5D3A3939E79EDF2E5B5DC3B7FD1BE187EC67 (intptr_t ___0_This, const RuntimeMethod* method) ;
|
|
// System.Double easyar.Detail::easyar_InputFrame_timestamp(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double Detail_easyar_InputFrame_timestamp_m169AC7E3A84D82CC69812960A338064648EB0E8D (intptr_t ___0_This, const RuntimeMethod* method) ;
|
|
// System.Boolean easyar.Detail::easyar_InputFrame_hasSpatialInformation(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Detail_easyar_InputFrame_hasSpatialInformation_m7EBE40B76C15B7153B5BDD83890354D2A8E64287 (intptr_t ___0_This, const RuntimeMethod* method) ;
|
|
// easyar.Matrix44F easyar.Detail::easyar_InputFrame_cameraTransform(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Matrix44F_t2AC2E226036AA644931F63203A7171FB070EA515 Detail_easyar_InputFrame_cameraTransform_mA04E0DFE0E606B1891A2CD67139E20A5DD431D68 (intptr_t ___0_This, const RuntimeMethod* method) ;
|
|
// easyar.MotionTrackingStatus easyar.Detail::easyar_InputFrame_trackingStatus(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Detail_easyar_InputFrame_trackingStatus_m4D3E195DFE3CF76D92E72CBA7B998DCB31D0BF35 (intptr_t ___0_This, const RuntimeMethod* method) ;
|
|
// System.Void easyar.Detail::easyar_InputFrame_create(System.IntPtr,System.IntPtr,System.Double,easyar.Matrix44F,easyar.MotionTrackingStatus,System.IntPtr&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Detail_easyar_InputFrame_create_m7657B57F906A765E9BB371BCE3A1D253E3168720 (intptr_t ___0_image, intptr_t ___1_cameraParameters, double ___2_timestamp, Matrix44F_t2AC2E226036AA644931F63203A7171FB070EA515 ___3_cameraTransform, int32_t ___4_trackingStatus, intptr_t* ___5_Return, const RuntimeMethod* method) ;
|
|
// T easyar.Detail::Object_from_c<easyar.InputFrame>(System.IntPtr,System.Func`2<System.IntPtr,System.IntPtr>)
|
|
inline InputFrame_tDB02ECBCF7ED51DE6F781A607D63BE7812E0BDC1* Detail_Object_from_c_TisInputFrame_tDB02ECBCF7ED51DE6F781A607D63BE7812E0BDC1_m845F5B5615686EB8E2EA7A5581D3FEF161DF1506 (intptr_t ___0_ptr, Func_2_t04A50D832214E55BC2F82E8DD7E603537B6D9713* ___1_typeNameGetter, const RuntimeMethod* method)
|
|
{
|
|
InputFrame_tDB02ECBCF7ED51DE6F781A607D63BE7812E0BDC1* il2cppRetVal;
|
|
(( void (*) (intptr_t, Func_2_t04A50D832214E55BC2F82E8DD7E603537B6D9713*, Il2CppFullySharedGenericAny*, const RuntimeMethod*))Detail_Object_from_c_TisIl2CppFullySharedGenericAny_mBC5A9B93A9B5975462F74925C282B7D51A6FA01F_gshared)(___0_ptr, ___1_typeNameGetter, (Il2CppFullySharedGenericAny*)&il2cppRetVal, method);
|
|
return il2cppRetVal;
|
|
}
|
|
// System.Void easyar.Detail::easyar_InputFrame_createWithImageAndCameraParametersAndTemporal(System.IntPtr,System.IntPtr,System.Double,System.IntPtr&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Detail_easyar_InputFrame_createWithImageAndCameraParametersAndTemporal_m1F6F50AA010B77004742251F25698757ECC180B0 (intptr_t ___0_image, intptr_t ___1_cameraParameters, double ___2_timestamp, intptr_t* ___3_Return, const RuntimeMethod* method) ;
|
|
// System.Void easyar.Detail::easyar_InputFrame_createWithImageAndCameraParameters(System.IntPtr,System.IntPtr,System.IntPtr&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Detail_easyar_InputFrame_createWithImageAndCameraParameters_m6AD8D1E93ADCB247B2966A294A9F37044BC49085 (intptr_t ___0_image, intptr_t ___1_cameraParameters, intptr_t* ___2_Return, const RuntimeMethod* method) ;
|
|
// System.Void easyar.Detail::easyar_InputFrame_createWithImage(System.IntPtr,System.IntPtr&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Detail_easyar_InputFrame_createWithImage_m2DF134F1E4B11D065296A011ADE8ADC37926CFA5 (intptr_t ___0_image, intptr_t* ___1_Return, const RuntimeMethod* method) ;
|
|
// System.Void easyar.FrameFilterResult::.ctor(System.IntPtr,System.Action`1<System.IntPtr>,easyar.RefBase/Retainer)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FrameFilterResult__ctor_m82A6974BBC521386B8BC59B6D1BA10242E574E73 (FrameFilterResult_tBF48CF017CB177BCB85FE4F763750400C9A24F6B* __this, intptr_t ___0_cdata, Action_1_t2DF1ED40E3084E997390FF52F462390882271FE2* ___1_deleter, Retainer_t21E37A78A5C591A4A1DB7494A454CCADF411A77A* ___2_retainer, const RuntimeMethod* method) ;
|
|
// System.Void easyar.OutputFrame::.ctor(System.IntPtr,System.Action`1<System.IntPtr>,easyar.RefBase/Retainer)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OutputFrame__ctor_m0BB5E5CEB0A8BB436B3C0848355EA050BA8372D9 (OutputFrame_tB66E85BCF3FBC8ADCFFD36503D3AD4E71A6CD914* __this, intptr_t ___0_cdata, Action_1_t2DF1ED40E3084E997390FF52F462390882271FE2* ___1_deleter, Retainer_t21E37A78A5C591A4A1DB7494A454CCADF411A77A* ___2_retainer, const RuntimeMethod* method) ;
|
|
// System.Void System.Action`1<System.IntPtr>::.ctor(System.Object,System.IntPtr)
|
|
inline void Action_1__ctor_m3657419BEA982F0D4CD1F16862138852C86D0953 (Action_1_t2DF1ED40E3084E997390FF52F462390882271FE2* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Action_1_t923A20D1D4F6B55B2ED5AE21B90F1A0CE0450D99*, RuntimeObject*, intptr_t, const RuntimeMethod*))Action_1__ctor_m685A441EC9FAC9D554B26FA83A08F4BEF96DFF0E_gshared)((Action_1_t923A20D1D4F6B55B2ED5AE21B90F1A0CE0450D99*)__this, ___0_object, ___1_method, method);
|
|
}
|
|
// System.Void easyar.RefBase/Retainer::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Retainer__ctor_m03ED548CEF1EC8A84CEC7F85CA1D8F2ADFDA20B9 (Retainer_t21E37A78A5C591A4A1DB7494A454CCADF411A77A* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) ;
|
|
// System.IntPtr easyar.Detail::ListOfOptionalOfFrameFilterResult_to_c(easyar.Detail/AutoRelease,System.Collections.Generic.List`1<easyar.Optional`1<easyar.FrameFilterResult>>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t Detail_ListOfOptionalOfFrameFilterResult_to_c_mE712FBE6C37F3BFCE1469B1A5A45D564C4CAC141 (AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* ___0_ar, List_1_t3A85D19E6AA2D6E9238A936A2D20CC0B1ED64893* ___1_l, const RuntimeMethod* method) ;
|
|
// System.Void easyar.Detail::easyar_OutputFrame__ctor(System.IntPtr,System.IntPtr,System.IntPtr&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Detail_easyar_OutputFrame__ctor_m5DF4AA5701FDE04798B474CC2C7FBCABBA1758DE (intptr_t ___0_inputFrame, intptr_t ___1_results, intptr_t* ___2_Return, const RuntimeMethod* method) ;
|
|
// System.Int32 easyar.Detail::easyar_OutputFrame_index(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Detail_easyar_OutputFrame_index_m0480AB38FD08F2B7EE37E942F8E8304E72890EF5 (intptr_t ___0_This, const RuntimeMethod* method) ;
|
|
// System.Void easyar.Detail::easyar_OutputFrame_inputFrame(System.IntPtr,System.IntPtr&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Detail_easyar_OutputFrame_inputFrame_m36E3C957094F2EA7272298310FF9F405B211A4BC (intptr_t ___0_This, intptr_t* ___1_Return, const RuntimeMethod* method) ;
|
|
// System.Void easyar.Detail::easyar_OutputFrame_results(System.IntPtr,System.IntPtr&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Detail_easyar_OutputFrame_results_m104654533C4C251F65536D7DAA4E19AFE0AD6217 (intptr_t ___0_This, intptr_t* ___1_Return, const RuntimeMethod* method) ;
|
|
// System.Collections.Generic.List`1<easyar.Optional`1<easyar.FrameFilterResult>> easyar.Detail::ListOfOptionalOfFrameFilterResult_from_c(easyar.Detail/AutoRelease,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_t3A85D19E6AA2D6E9238A936A2D20CC0B1ED64893* Detail_ListOfOptionalOfFrameFilterResult_from_c_mFF8B621A5DEB11CEA0FC7423C14A4F71876C93CB (AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* ___0_ar, intptr_t ___1_l, const RuntimeMethod* method) ;
|
|
// System.Void easyar.FeedbackFrame::.ctor(System.IntPtr,System.Action`1<System.IntPtr>,easyar.RefBase/Retainer)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FeedbackFrame__ctor_m42A014055A6678508D044E2E38296AD1DB30850E (FeedbackFrame_t55AB5E99DE30FE5ACA935DC5BE06BC8E361C889E* __this, intptr_t ___0_cdata, Action_1_t2DF1ED40E3084E997390FF52F462390882271FE2* ___1_deleter, Retainer_t21E37A78A5C591A4A1DB7494A454CCADF411A77A* ___2_retainer, const RuntimeMethod* method) ;
|
|
// System.Void System.Func`2<easyar.Optional`1<easyar.OutputFrame>,easyar.Detail/OptionalOfOutputFrame>::.ctor(System.Object,System.IntPtr)
|
|
inline void Func_2__ctor_m220BDC83D3CCBF935CDACA44B5D6A67D3539F0CE (Func_2_tC7192CEA08ABD7B97F99F49245ABA8779489F7FE* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Func_2_t7F5F5324CE2DDB7001B68FFE29A5D9F907139FB0*, RuntimeObject*, intptr_t, const RuntimeMethod*))Func_2__ctor_m7F5DD19B4170C027D5367001F7BC95A0658A2169_gshared)((Func_2_t7F5F5324CE2DDB7001B68FFE29A5D9F907139FB0*)__this, ___0_object, ___1_method, method);
|
|
}
|
|
// TValue easyar.Detail::map<easyar.Optional`1<easyar.OutputFrame>,easyar.Detail/OptionalOfOutputFrame>(TKey,System.Func`2<TKey,TValue>)
|
|
inline OptionalOfOutputFrame_tF577925C18D472805EB5A7CD80503F7FE72B1C9C Detail_map_TisOptional_1_tBE4DAAA1FF279D9DF8508DC4B6B876CAB1C86AEF_TisOptionalOfOutputFrame_tF577925C18D472805EB5A7CD80503F7FE72B1C9C_m2FA817663485E8795D93CFD11EAD71BF16CF0138 (Optional_1_tBE4DAAA1FF279D9DF8508DC4B6B876CAB1C86AEF ___0_v, Func_2_tC7192CEA08ABD7B97F99F49245ABA8779489F7FE* ___1_f, const RuntimeMethod* method)
|
|
{
|
|
OptionalOfOutputFrame_tF577925C18D472805EB5A7CD80503F7FE72B1C9C il2cppRetVal;
|
|
(( void (*) (/*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, Func_2_t7F5F5324CE2DDB7001B68FFE29A5D9F907139FB0*, Il2CppFullySharedGenericAny*, const RuntimeMethod*))Detail_map_TisIl2CppFullySharedGenericAny_TisIl2CppFullySharedGenericAny_m1FB737406F438841507C0AAF6144F1964FBEF585_gshared)((Il2CppFullySharedGenericAny)&___0_v, (Func_2_t7F5F5324CE2DDB7001B68FFE29A5D9F907139FB0*)___1_f, (Il2CppFullySharedGenericAny*)&il2cppRetVal, method);
|
|
return il2cppRetVal;
|
|
}
|
|
// System.Void easyar.Detail::easyar_FeedbackFrame__ctor(System.IntPtr,easyar.Detail/OptionalOfOutputFrame,System.IntPtr&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Detail_easyar_FeedbackFrame__ctor_m823E178B8BA5BA8AD3720BC76BEDACB5060463F1 (intptr_t ___0_inputFrame, OptionalOfOutputFrame_tF577925C18D472805EB5A7CD80503F7FE72B1C9C ___1_previousOutputFrame, intptr_t* ___2_Return, const RuntimeMethod* method) ;
|
|
// System.Void easyar.Detail::easyar_FeedbackFrame_inputFrame(System.IntPtr,System.IntPtr&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Detail_easyar_FeedbackFrame_inputFrame_mA92BF926E4557584CA85641012E653AA1ABDAE90 (intptr_t ___0_This, intptr_t* ___1_Return, const RuntimeMethod* method) ;
|
|
// System.Void easyar.Detail::easyar_FeedbackFrame_previousOutputFrame(System.IntPtr,easyar.Detail/OptionalOfOutputFrame&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Detail_easyar_FeedbackFrame_previousOutputFrame_m8F72E968A575D5ED98B102ED22C1270B552CF845 (intptr_t ___0_This, OptionalOfOutputFrame_tF577925C18D472805EB5A7CD80503F7FE72B1C9C* ___1_Return, const RuntimeMethod* method) ;
|
|
// System.Void easyar.FeedbackFrame/<>c::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_mF5C2D9E3E45F90F887BEA41E94E2E070208786F9 (U3CU3Ec_t48BF0741FF687F1CB395841E033E32D04FF05AD6* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean easyar.Optional`1<easyar.OutputFrame>::get_OnSome()
|
|
inline bool Optional_1_get_OnSome_m45B7F2AA3A54D724DFCC5CD9555AC769B931C709 (Optional_1_tBE4DAAA1FF279D9DF8508DC4B6B876CAB1C86AEF* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Optional_1_tA6B99046703E42DC761A5EA69B5DD9AE3295C15E*, const RuntimeMethod*))Optional_1_get_OnSome_m823A399A346792B9157AA732DF76CD821807C162_gshared)((Optional_1_tA6B99046703E42DC761A5EA69B5DD9AE3295C15E*)__this, method);
|
|
}
|
|
// System.Void easyar.Detail/OptionalOfOutputFrame::set_has_value(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OptionalOfOutputFrame_set_has_value_mB12EF0CE5B5170FDD6E5E9BCBB7BBA10C8690F01 (OptionalOfOutputFrame_tF577925C18D472805EB5A7CD80503F7FE72B1C9C* __this, bool ___0_value, const RuntimeMethod* method) ;
|
|
// T easyar.Optional`1<easyar.OutputFrame>::get_Value()
|
|
inline OutputFrame_tB66E85BCF3FBC8ADCFFD36503D3AD4E71A6CD914* Optional_1_get_Value_m239998439D0FB23160A012D3FAA3C32182403D10 (Optional_1_tBE4DAAA1FF279D9DF8508DC4B6B876CAB1C86AEF* __this, const RuntimeMethod* method)
|
|
{
|
|
OutputFrame_tB66E85BCF3FBC8ADCFFD36503D3AD4E71A6CD914* il2cppRetVal;
|
|
(( void (*) (Optional_1_tA6B99046703E42DC761A5EA69B5DD9AE3295C15E*, Il2CppFullySharedGenericAny*, const RuntimeMethod*))Optional_1_get_Value_m298F0B1D0350674266E530E983F9F1F7ADB34456_gshared)((Optional_1_tA6B99046703E42DC761A5EA69B5DD9AE3295C15E*)__this, (Il2CppFullySharedGenericAny*)&il2cppRetVal, method);
|
|
return il2cppRetVal;
|
|
}
|
|
// System.Void easyar.Target::.ctor(System.IntPtr,System.Action`1<System.IntPtr>,easyar.RefBase/Retainer)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Target__ctor_m2CAD736174A25C2FDBC016E04786D3357790BCAA (Target_tA508D592FB808ECACF85DAE26AF44B5586D6C836* __this, intptr_t ___0_cdata, Action_1_t2DF1ED40E3084E997390FF52F462390882271FE2* ___1_deleter, Retainer_t21E37A78A5C591A4A1DB7494A454CCADF411A77A* ___2_retainer, const RuntimeMethod* method) ;
|
|
// System.Int32 easyar.Detail::easyar_Target_runtimeID(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Detail_easyar_Target_runtimeID_m24A0155A37A116C5D8CD83B5C112967F1A08669B (intptr_t ___0_This, const RuntimeMethod* method) ;
|
|
// System.Void easyar.Detail::easyar_Target_uid(System.IntPtr,System.IntPtr&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Detail_easyar_Target_uid_m03BF76104ACA7FBC5241A5A46D7174E4974ADC29 (intptr_t ___0_This, intptr_t* ___1_Return, const RuntimeMethod* method) ;
|
|
// System.String easyar.Detail::String_from_c(easyar.Detail/AutoRelease,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Detail_String_from_c_mED8FF501F8AD2E91EFCD764F3FD6022D7AE38E78 (AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* ___0_ar, intptr_t ___1_ptr, const RuntimeMethod* method) ;
|
|
// System.Void easyar.Detail::easyar_Target_name(System.IntPtr,System.IntPtr&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Detail_easyar_Target_name_m5063EA302B1BD074496CD2F4970C7FDEF0F56AE8 (intptr_t ___0_This, intptr_t* ___1_Return, const RuntimeMethod* method) ;
|
|
// System.IntPtr easyar.Detail::String_to_c(easyar.Detail/AutoRelease,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t Detail_String_to_c_m10BEA2E24D0BF13D4FF78CC9DDF7F0A06308A1EA (AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* ___0_ar, String_t* ___1_s, const RuntimeMethod* method) ;
|
|
// System.Void easyar.Detail::easyar_Target_setName(System.IntPtr,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Detail_easyar_Target_setName_mF02D9D7ED55997FAD6FB4F614A18EE35CF685A49 (intptr_t ___0_This, intptr_t ___1_name, const RuntimeMethod* method) ;
|
|
// System.Void easyar.Detail::easyar_Target_meta(System.IntPtr,System.IntPtr&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Detail_easyar_Target_meta_m757BB9223DCD974806C47D5321A6CC083DDE690C (intptr_t ___0_This, intptr_t* ___1_Return, const RuntimeMethod* method) ;
|
|
// System.Void easyar.Detail::easyar_Target_setMeta(System.IntPtr,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Detail_easyar_Target_setMeta_m7B83512F88D0015D6ECC3F2E39ACC26E82F5D4BC (intptr_t ___0_This, intptr_t ___1_data, const RuntimeMethod* method) ;
|
|
// System.Void easyar.TargetInstance::.ctor(System.IntPtr,System.Action`1<System.IntPtr>,easyar.RefBase/Retainer)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TargetInstance__ctor_m7DA0AECB96E615D4671B3E88EB07E8A9D41C67BA (TargetInstance_tE73C3AC33284F56F71BB4462DA5FDCBBE054F263* __this, intptr_t ___0_cdata, Action_1_t2DF1ED40E3084E997390FF52F462390882271FE2* ___1_deleter, Retainer_t21E37A78A5C591A4A1DB7494A454CCADF411A77A* ___2_retainer, const RuntimeMethod* method) ;
|
|
// easyar.TargetStatus easyar.Detail::easyar_TargetInstance_status(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Detail_easyar_TargetInstance_status_m939FBA3CD96A0230D275CE7452C358EC46EE6FDC (intptr_t ___0_This, const RuntimeMethod* method) ;
|
|
// System.Void easyar.Detail::easyar_TargetInstance_target(System.IntPtr,System.IntPtr&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Detail_easyar_TargetInstance_target_m61D2E3BB6EC70EF8DD741CBD742D05E2FBF3D779 (intptr_t ___0_This, intptr_t* ___1_Return, const RuntimeMethod* method) ;
|
|
// T easyar.Detail::Object_from_c<easyar.Target>(System.IntPtr,System.Func`2<System.IntPtr,System.IntPtr>)
|
|
inline Target_tA508D592FB808ECACF85DAE26AF44B5586D6C836* Detail_Object_from_c_TisTarget_tA508D592FB808ECACF85DAE26AF44B5586D6C836_mA17AC99513C9813D9A0DD2A5F59AB660D8B38700 (intptr_t ___0_ptr, Func_2_t04A50D832214E55BC2F82E8DD7E603537B6D9713* ___1_typeNameGetter, const RuntimeMethod* method)
|
|
{
|
|
Target_tA508D592FB808ECACF85DAE26AF44B5586D6C836* il2cppRetVal;
|
|
(( void (*) (intptr_t, Func_2_t04A50D832214E55BC2F82E8DD7E603537B6D9713*, Il2CppFullySharedGenericAny*, const RuntimeMethod*))Detail_Object_from_c_TisIl2CppFullySharedGenericAny_mBC5A9B93A9B5975462F74925C282B7D51A6FA01F_gshared)(___0_ptr, ___1_typeNameGetter, (Il2CppFullySharedGenericAny*)&il2cppRetVal, method);
|
|
return il2cppRetVal;
|
|
}
|
|
// easyar.Matrix44F easyar.Detail::easyar_TargetInstance_pose(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Matrix44F_t2AC2E226036AA644931F63203A7171FB070EA515 Detail_easyar_TargetInstance_pose_m5EA9323DC441A76385C96601F07D05AD2C97EC62 (intptr_t ___0_This, const RuntimeMethod* method) ;
|
|
// System.Void easyar.TargetTrackerResult::.ctor(System.IntPtr,System.Action`1<System.IntPtr>,easyar.RefBase/Retainer)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TargetTrackerResult__ctor_m330FA7122F2116E858ADB42FB911240F15FEBEAF (TargetTrackerResult_tD734318EDA0E26D9AE4D79EE88DFB3A90BDD0DCA* __this, intptr_t ___0_cdata, Action_1_t2DF1ED40E3084E997390FF52F462390882271FE2* ___1_deleter, Retainer_t21E37A78A5C591A4A1DB7494A454CCADF411A77A* ___2_retainer, const RuntimeMethod* method) ;
|
|
// System.Void easyar.Detail::easyar_TargetTrackerResult_targetInstances(System.IntPtr,System.IntPtr&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Detail_easyar_TargetTrackerResult_targetInstances_m64102724AC8BA7BF083EC983262CB798B4A19D91 (intptr_t ___0_This, intptr_t* ___1_Return, const RuntimeMethod* method) ;
|
|
// System.Collections.Generic.List`1<easyar.TargetInstance> easyar.Detail::ListOfTargetInstance_from_c(easyar.Detail/AutoRelease,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_t02CCFA330F41314AC87A5442E54CDC91260E5F35* Detail_ListOfTargetInstance_from_c_mA6135872292F0BFD6CB842FA1547189A4597FCD0 (AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* ___0_ar, intptr_t ___1_l, const RuntimeMethod* method) ;
|
|
// System.IntPtr easyar.Detail::ListOfTargetInstance_to_c(easyar.Detail/AutoRelease,System.Collections.Generic.List`1<easyar.TargetInstance>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t Detail_ListOfTargetInstance_to_c_mAC8CAB5D9BD8B668C5BEB2E7FAD1565A8D3AE1B1 (AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* ___0_ar, List_1_t02CCFA330F41314AC87A5442E54CDC91260E5F35* ___1_l, const RuntimeMethod* method) ;
|
|
// System.Void easyar.Detail::easyar_TargetTrackerResult_setTargetInstances(System.IntPtr,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Detail_easyar_TargetTrackerResult_setTargetInstances_mE67AE14757BA4C9933499630A1E0EEB914D4459A (intptr_t ___0_This, intptr_t ___1_instances, const RuntimeMethod* method) ;
|
|
// System.Void easyar.TextureId::.ctor(System.IntPtr,System.Action`1<System.IntPtr>,easyar.RefBase/Retainer)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextureId__ctor_m91EDAEDD5A61BF7D26162288A5FCDA2FD8EFDB94 (TextureId_tFC8FF6E0755D9DB70BEBC7A4207D522D1B41C2BE* __this, intptr_t ___0_cdata, Action_1_t2DF1ED40E3084E997390FF52F462390882271FE2* ___1_deleter, Retainer_t21E37A78A5C591A4A1DB7494A454CCADF411A77A* ___2_retainer, const RuntimeMethod* method) ;
|
|
// System.Int32 easyar.Detail::easyar_TextureId_getInt(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Detail_easyar_TextureId_getInt_m007F112DBCC4E3E15BC1A4DC0C15052B0655B5B9 (intptr_t ___0_This, const RuntimeMethod* method) ;
|
|
// System.IntPtr easyar.Detail::easyar_TextureId_getPointer(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t Detail_easyar_TextureId_getPointer_m5C4D9DB0BF4C0738E1CF836EC52C245C36CC1A6D (intptr_t ___0_This, const RuntimeMethod* method) ;
|
|
// System.Void easyar.Detail::easyar_TextureId_fromInt(System.Int32,System.IntPtr&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Detail_easyar_TextureId_fromInt_mCB8FB85D6D865E9D4095F425C4381B6C289EBE27 (int32_t ___0_value, intptr_t* ___1_Return, const RuntimeMethod* method) ;
|
|
// T easyar.Detail::Object_from_c<easyar.TextureId>(System.IntPtr,System.Func`2<System.IntPtr,System.IntPtr>)
|
|
inline TextureId_tFC8FF6E0755D9DB70BEBC7A4207D522D1B41C2BE* Detail_Object_from_c_TisTextureId_tFC8FF6E0755D9DB70BEBC7A4207D522D1B41C2BE_m83356FE5DECAAD4D5574E0A978F25940930EBD18 (intptr_t ___0_ptr, Func_2_t04A50D832214E55BC2F82E8DD7E603537B6D9713* ___1_typeNameGetter, const RuntimeMethod* method)
|
|
{
|
|
TextureId_tFC8FF6E0755D9DB70BEBC7A4207D522D1B41C2BE* il2cppRetVal;
|
|
(( void (*) (intptr_t, Func_2_t04A50D832214E55BC2F82E8DD7E603537B6D9713*, Il2CppFullySharedGenericAny*, const RuntimeMethod*))Detail_Object_from_c_TisIl2CppFullySharedGenericAny_mBC5A9B93A9B5975462F74925C282B7D51A6FA01F_gshared)(___0_ptr, ___1_typeNameGetter, (Il2CppFullySharedGenericAny*)&il2cppRetVal, method);
|
|
return il2cppRetVal;
|
|
}
|
|
// System.Void easyar.Detail::easyar_TextureId_fromPointer(System.IntPtr,System.IntPtr&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Detail_easyar_TextureId_fromPointer_m3F42815680903C833CDA972589B2006C2570E39F (intptr_t ___0_ptr, intptr_t* ___1_Return, const RuntimeMethod* method) ;
|
|
// System.Void easyar.CameraImageMaterial/CameraImageShaders::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CameraImageShaders__ctor_m5A8B50C1F78BF9043F0A2AB9D24CBD33EA363D33 (CameraImageShaders_tF11C72B259F894CE25147615DF0A4DBB4B0D80E7* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Object::Finalize()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object_Finalize_mC98C96301CCABFE00F1A7EF8E15DF507CACD42B2 (RuntimeObject* __this, const RuntimeMethod* method) ;
|
|
// System.Void easyar.CameraImageMaterial::DisposeResources()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CameraImageMaterial_DisposeResources_m32BFEE88E792E0FFF11822D2EDE447D4AA1D021D (CameraImageMaterial_t71DBE936806DA72BF211659270248F5A245AB676* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.GC::SuppressFinalize(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GC_SuppressFinalize_m71815DBD5A0CD2EA1BE43317B08B7A14949EDC65 (RuntimeObject* ___0_obj, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.Texture2D::.ctor(System.Int32,System.Int32,UnityEngine.TextureFormat,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Texture2D__ctor_mECF60A9EC0638EC353C02C8E99B6B465D23BE917 (Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* __this, int32_t ___0_width, int32_t ___1_height, int32_t ___2_textureFormat, bool ___3_mipChain, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.Texture::set_wrapMode(UnityEngine.TextureWrapMode)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Texture_set_wrapMode_m1F74A690E3883EC9C5C371D502D09642F15D0F7E (Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* __this, int32_t ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.Texture::set_filterMode(UnityEngine.FilterMode)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Texture_set_filterMode_mE423E58C0C16D059EA62BA87AD70F44AEA50CCC9 (Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* __this, int32_t ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.Material::.ctor(UnityEngine.Shader)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Material__ctor_m7FDF47105D66D19591BE505A0C42B0F90D88C9BF (Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* __this, Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* ___0_shader, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.Material::SetTexture(System.String,UnityEngine.Texture)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Material_SetTexture_m06083C3F52EF02FFB1177901D9907314F280F9A5 (Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* __this, String_t* ___0_name, Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___1_value, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.Material::SetFloat(System.String,System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Material_SetFloat_m879CF81D740BAE6F23C9822400679F4D16365836 (Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* __this, String_t* ___0_name, float ___1_value, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.Texture2D::LoadRawTextureData(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Texture2D_LoadRawTextureData_mE8809AE0F8E49387B14615B47A6C4BEAAAA59403 (Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* __this, intptr_t ___0_data, int32_t ___1_size, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.Texture2D::Apply()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Texture2D_Apply_mA014182C9EE0BBF6EEE3B286854F29E50EB972DC (Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* __this, const RuntimeMethod* method) ;
|
|
// System.Int64 System.IntPtr::ToInt64()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t IntPtr_ToInt64_m0F81FB6FB08014074D4F5B915EDAB06A08552032 (intptr_t* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.IntPtr::.ctor(System.Int64)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IntPtr__ctor_m2C033540A2F274766CF5C2A120587DD997E3F6DC (intptr_t* __this, int64_t ___0_value, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.Object::op_Implicit(UnityEngine.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Object_op_Implicit_m93896EF7D68FA113C42D3FE2BC6F661FC7EF514A (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* ___0_exists, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.Object::Destroy(UnityEngine.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object_Destroy_mE97D0A766419A81296E8D4E5C23D01D3FE91ACBB (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* ___0_obj, const RuntimeMethod* method) ;
|
|
// UnityEngine.Shader UnityEngine.Shader::Find(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* Shader_Find_m183AA54F78320212DDEC811592F98456898A41C5 (String_t* ___0_name, const RuntimeMethod* method) ;
|
|
// System.Void System.InvalidOperationException::.ctor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162 (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* __this, String_t* ___0_message, const RuntimeMethod* method) ;
|
|
// System.Delegate System.Delegate::Combine(System.Delegate,System.Delegate)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Delegate_t* Delegate_Combine_m1F725AEF318BE6F0426863490691A6F4606E7D00 (Delegate_t* ___0_a, Delegate_t* ___1_b, const RuntimeMethod* method) ;
|
|
// System.Delegate System.Delegate::Remove(System.Delegate,System.Delegate)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Delegate_t* Delegate_Remove_m8B7DD5661308FA972E23CA1CC3FC9CEB355504E3 (Delegate_t* ___0_source, Delegate_t* ___1_value, const RuntimeMethod* method) ;
|
|
// System.Void easyar.CameraImageMaterial::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CameraImageMaterial__ctor_mC7B8EFC560BBC7325698B1F9203E09E8C9CFDF39 (CameraImageMaterial_t71DBE936806DA72BF211659270248F5A245AB676* __this, const RuntimeMethod* method) ;
|
|
// System.Void easyar.CameraImageRenderer::UpdateCommandBuffer(UnityEngine.Camera,UnityEngine.Material,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CameraImageRenderer_UpdateCommandBuffer_m9BBC779174A59F146867E904C95C730AF4BA4028 (CameraImageRenderer_tD369A344F7BD6A09BE29193551EA348BC22D7078* __this, Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* ___0_cam, Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___1_material, bool ___2_invertCulling, const RuntimeMethod* method) ;
|
|
// System.Void easyar.CameraImageRenderer::RemoveCommandBuffer(UnityEngine.Camera)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CameraImageRenderer_RemoveCommandBuffer_m7DC1654FDABC44108682FB075C842B18074712DD (CameraImageRenderer_tD369A344F7BD6A09BE29193551EA348BC22D7078* __this, Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* ___0_cam, const RuntimeMethod* method) ;
|
|
// System.Void easyar.CameraImageMaterial::Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CameraImageMaterial_Dispose_m6035C94A4356C43C3BA581427197F449A6BC96CC (CameraImageMaterial_t71DBE936806DA72BF211659270248F5A245AB676* __this, const RuntimeMethod* method) ;
|
|
// System.Void easyar.CameraImageRenderer/UserRequest::Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UserRequest_Dispose_mAAEBA24314FFCFB8CB88EBDB7F789C0861C9FC53 (UserRequest_t50ED9EC59E68CA01BE9BF5028C274640DEFDF00D* __this, const RuntimeMethod* method) ;
|
|
// System.Void easyar.RefBase::Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RefBase_Dispose_m0C0F6CBAAFDD4D732F27B09F76D1A77AC6D44B75 (RefBase_tD2A748D10CECAAD8DD367977128D0B22A01F604E* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.Dictionary`2<UnityEngine.Camera,easyar.CameraImageRenderer>::.ctor()
|
|
inline void Dictionary_2__ctor_m5F67456D2A0A43A720FF48A7F90A905175876E0C (Dictionary_2_t6E6BBE1387E58DA634F58ACFCF79515A16B504F3* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E*, const RuntimeMethod*))Dictionary_2__ctor_m7745B6ED71E47C95E1BFCE647C4F026A404C668F_gshared)((Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E*)__this, method);
|
|
}
|
|
// System.Collections.Generic.Dictionary`2/Enumerator<TKey,TValue> System.Collections.Generic.Dictionary`2<UnityEngine.Camera,easyar.CameraImageRenderer>::GetEnumerator()
|
|
inline Enumerator_tFE2D9D7DAC73B40FA32416808B5CD70D4B7C1BE2 Dictionary_2_GetEnumerator_m1CAD47221BA1EC69ACF8F9D37BBD0858924CF922 (Dictionary_2_t6E6BBE1387E58DA634F58ACFCF79515A16B504F3* __this, const RuntimeMethod* method)
|
|
{
|
|
Enumerator_tFE2D9D7DAC73B40FA32416808B5CD70D4B7C1BE2 il2cppRetVal;
|
|
(( void (*) (Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E*, Enumerator_tB3750C37D2E2D54A46142439AF83A76EC665D9B1*, const RuntimeMethod*))Dictionary_2_GetEnumerator_mEC4954B142C43B5CBAA045953EAD4E168FFCD492_gshared)((Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E*)__this, (Enumerator_tB3750C37D2E2D54A46142439AF83A76EC665D9B1*)&il2cppRetVal, method);
|
|
return il2cppRetVal;
|
|
}
|
|
// System.Void System.Collections.Generic.Dictionary`2/Enumerator<UnityEngine.Camera,easyar.CameraImageRenderer>::Dispose()
|
|
inline void Enumerator_Dispose_m1D8FADE7C325E8B61FB0C445ECADF5FADD949866 (Enumerator_tFE2D9D7DAC73B40FA32416808B5CD70D4B7C1BE2* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Enumerator_tB3750C37D2E2D54A46142439AF83A76EC665D9B1*, const RuntimeMethod*))Enumerator_Dispose_m3D89F01AE65EC60062FFB578C0E771C098EF2CB7_gshared)((Enumerator_tB3750C37D2E2D54A46142439AF83A76EC665D9B1*)__this, method);
|
|
}
|
|
// System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2/Enumerator<UnityEngine.Camera,easyar.CameraImageRenderer>::get_Current()
|
|
inline KeyValuePair_2_t177BF7527FBB6205219185A7D7CAA8D874679F0E Enumerator_get_Current_m14BAEB08A423260FB1463ABC013BD1647F6FFD0B_inline (Enumerator_tFE2D9D7DAC73B40FA32416808B5CD70D4B7C1BE2* __this, const RuntimeMethod* method)
|
|
{
|
|
KeyValuePair_2_t177BF7527FBB6205219185A7D7CAA8D874679F0E il2cppRetVal;
|
|
(( void (*) (Enumerator_tB3750C37D2E2D54A46142439AF83A76EC665D9B1*, KeyValuePair_2_t28EF90BF7804CE5D7F99A364266351E7DC652669*, const RuntimeMethod*))Enumerator_get_Current_m26AF82C275C82180BB7F23C7E408BC1FEB9A38EE_gshared_inline)((Enumerator_tB3750C37D2E2D54A46142439AF83A76EC665D9B1*)__this, (KeyValuePair_2_t28EF90BF7804CE5D7F99A364266351E7DC652669*)&il2cppRetVal, method);
|
|
return il2cppRetVal;
|
|
}
|
|
// TKey System.Collections.Generic.KeyValuePair`2<UnityEngine.Camera,easyar.CameraImageRenderer>::get_Key()
|
|
inline Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* KeyValuePair_2_get_Key_m425D4896EAB81079D62ADD15CF3029E68EBF5E46_inline (KeyValuePair_2_t177BF7527FBB6205219185A7D7CAA8D874679F0E* __this, const RuntimeMethod* method)
|
|
{
|
|
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* il2cppRetVal;
|
|
(( void (*) (KeyValuePair_2_t28EF90BF7804CE5D7F99A364266351E7DC652669*, Il2CppFullySharedGenericAny*, const RuntimeMethod*))KeyValuePair_2_get_Key_mBE75BF8983618BC1ACEC20F94C1BFF85C8AA50F1_gshared_inline)((KeyValuePair_2_t28EF90BF7804CE5D7F99A364266351E7DC652669*)__this, (Il2CppFullySharedGenericAny*)&il2cppRetVal, method);
|
|
return il2cppRetVal;
|
|
}
|
|
// TValue System.Collections.Generic.KeyValuePair`2<UnityEngine.Camera,easyar.CameraImageRenderer>::get_Value()
|
|
inline CameraImageRenderer_tD369A344F7BD6A09BE29193551EA348BC22D7078* KeyValuePair_2_get_Value_m7660674DD6EAB2924AB0740445B379B828772B16_inline (KeyValuePair_2_t177BF7527FBB6205219185A7D7CAA8D874679F0E* __this, const RuntimeMethod* method)
|
|
{
|
|
CameraImageRenderer_tD369A344F7BD6A09BE29193551EA348BC22D7078* il2cppRetVal;
|
|
(( void (*) (KeyValuePair_2_t28EF90BF7804CE5D7F99A364266351E7DC652669*, Il2CppFullySharedGenericAny*, const RuntimeMethod*))KeyValuePair_2_get_Value_mFA1964BF56AA214EE0D491CC197F61BC9E5F1F7A_gshared_inline)((KeyValuePair_2_t28EF90BF7804CE5D7F99A364266351E7DC652669*)__this, (Il2CppFullySharedGenericAny*)&il2cppRetVal, method);
|
|
return il2cppRetVal;
|
|
}
|
|
// System.Boolean UnityEngine.Object::op_Inequality(UnityEngine.Object,UnityEngine.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602 (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* ___0_x, Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* ___1_y, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.Dictionary`2<UnityEngine.Camera,easyar.CameraImageRenderer>::Add(TKey,TValue)
|
|
inline void Dictionary_2_Add_m3A8DF1BE8EF81A8820CB54B7D41EE8DB959D9EE8 (Dictionary_2_t6E6BBE1387E58DA634F58ACFCF79515A16B504F3* __this, Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* ___0_key, CameraImageRenderer_tD369A344F7BD6A09BE29193551EA348BC22D7078* ___1_value, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, const RuntimeMethod*))Dictionary_2_Add_m54D479280472DEA042DB3933AF547E666B017333_gshared)((Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E*)__this, (Il2CppFullySharedGenericAny)___0_key, (Il2CppFullySharedGenericAny)___1_value, method);
|
|
}
|
|
// System.Boolean System.Collections.Generic.Dictionary`2/Enumerator<UnityEngine.Camera,easyar.CameraImageRenderer>::MoveNext()
|
|
inline bool Enumerator_MoveNext_mF3F55E1C8428B37D73447A67B2FA6FD52CBD9526 (Enumerator_tFE2D9D7DAC73B40FA32416808B5CD70D4B7C1BE2* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Enumerator_tB3750C37D2E2D54A46142439AF83A76EC665D9B1*, const RuntimeMethod*))Enumerator_MoveNext_m97783F73CDB1D0083A2F7D26A51847BF0843ADEA_gshared)((Enumerator_tB3750C37D2E2D54A46142439AF83A76EC665D9B1*)__this, method);
|
|
}
|
|
// System.Void easyar.CameraImageRenderer/UserRequest::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UserRequest__ctor_mB73169C2AD599618B3D62CF475CE7D13D4B18E47 (UserRequest_t50ED9EC59E68CA01BE9BF5028C274640DEFDF00D* __this, const RuntimeMethod* method) ;
|
|
// System.Void easyar.CameraImageRenderer::add_TargetTextureChange(System.Action`2<UnityEngine.Camera,UnityEngine.RenderTexture>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CameraImageRenderer_add_TargetTextureChange_m28403DAB30BC4BA245F4DAA0C07B7839961DCED1 (CameraImageRenderer_tD369A344F7BD6A09BE29193551EA348BC22D7078* __this, Action_2_t277AE85006B08FF17CAFB370BCF5563F5D9C8A1F* ___0_value, const RuntimeMethod* method) ;
|
|
// System.Boolean easyar.CameraImageRenderer/UserRequest::UpdateTexture(UnityEngine.Camera,UnityEngine.Material,System.Boolean,UnityEngine.RenderTexture&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UserRequest_UpdateTexture_mDC2F56E4260D9E9A5D505D5628E67BCF2BBD4D2C (UserRequest_t50ED9EC59E68CA01BE9BF5028C274640DEFDF00D* __this, Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* ___0_cam, Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___1_material, bool ___2_invertCulling, RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27** ___3_tex, const RuntimeMethod* method) ;
|
|
// easyar.Optional`1<T> easyar.Optional`1<UnityEngine.RenderTexture>::op_Implicit(T)
|
|
inline Optional_1_tA5DF3E7EEEFCADFC2F37F8D67FAE65A139B559C4 Optional_1_op_Implicit_m57B7C69AC3CFB674EA41E92A6A006A284CF9886C (RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* ___0_v, const RuntimeMethod* method)
|
|
{
|
|
Optional_1_tA5DF3E7EEEFCADFC2F37F8D67FAE65A139B559C4 il2cppRetVal;
|
|
(( void (*) (/*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, Optional_1_tA6B99046703E42DC761A5EA69B5DD9AE3295C15E*, const RuntimeMethod*))Optional_1_op_Implicit_m9DF838249C381A7CFD814EB7F3B51DBA3A33B8BE_gshared)((Il2CppFullySharedGenericAny)___0_v, (Optional_1_tA6B99046703E42DC761A5EA69B5DD9AE3295C15E*)&il2cppRetVal, method);
|
|
return il2cppRetVal;
|
|
}
|
|
// System.Void easyar.CameraImageRenderer::set_UserTexture(easyar.Optional`1<UnityEngine.RenderTexture>)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void CameraImageRenderer_set_UserTexture_m845F18CD91DCCF9F937CF1C9AA1F01AB0F0C5781_inline (CameraImageRenderer_tD369A344F7BD6A09BE29193551EA348BC22D7078* __this, Optional_1_tA5DF3E7EEEFCADFC2F37F8D67FAE65A139B559C4 ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void System.Action`2<UnityEngine.Camera,UnityEngine.RenderTexture>::Invoke(T1,T2)
|
|
inline void Action_2_Invoke_m74A1146C9EAD5B3900BDE52AE4D315CE28444CE4_inline (Action_2_t277AE85006B08FF17CAFB370BCF5563F5D9C8A1F* __this, Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* ___0_arg1, RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* ___1_arg2, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Action_2_t1D42C7D8DCD2DEB7C556FB3783F0EDAFF694E5E8*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, const RuntimeMethod*))Action_2_Invoke_m6343941059117DF354182855F996EB3D08B4C06C_gshared_inline)((Action_2_t1D42C7D8DCD2DEB7C556FB3783F0EDAFF694E5E8*)__this, (Il2CppFullySharedGenericAny)___0_arg1, (Il2CppFullySharedGenericAny)___1_arg2, method);
|
|
}
|
|
// System.Void easyar.CameraImageRenderer::remove_TargetTextureChange(System.Action`2<UnityEngine.Camera,UnityEngine.RenderTexture>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CameraImageRenderer_remove_TargetTextureChange_m6898EFA56FB05C450AAEA0C201411C6724B9661C (CameraImageRenderer_tD369A344F7BD6A09BE29193551EA348BC22D7078* __this, Action_2_t277AE85006B08FF17CAFB370BCF5563F5D9C8A1F* ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void easyar.CameraImageRenderer/UserRequest::RemoveCommandBuffer(UnityEngine.Camera)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UserRequest_RemoveCommandBuffer_m0604DB28CEC37D77BCE96FE5EBC774ABC519CE34 (UserRequest_t50ED9EC59E68CA01BE9BF5028C274640DEFDF00D* __this, Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* ___0_cam, const RuntimeMethod* method) ;
|
|
// easyar.ARAssembly easyar.ARSession::get_Assembly()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ARAssembly_t5F1E1DD46E4F3CA1BAF7ACAFC438564C8E5B02EB* ARSession_get_Assembly_mD1EE98F79892BB336FDEB644E9E2FE68B5EF3994_inline (ARSession_tE7BD3656886DDF0823637E4219C76DA80A215D35* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.Camera easyar.ARAssembly::get_Camera()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* ARAssembly_get_Camera_mC6B606117E775EE115EDE9C2F99DBCE08992370A_inline (ARAssembly_t5F1E1DD46E4F3CA1BAF7ACAFC438564C8E5B02EB* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.Dictionary`2<UnityEngine.Camera,easyar.CameraImageRenderer>::set_Item(TKey,TValue)
|
|
inline void Dictionary_2_set_Item_mA59768AE72407DEB8D65B006B4D1AD437CD2FED2 (Dictionary_2_t6E6BBE1387E58DA634F58ACFCF79515A16B504F3* __this, Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* ___0_key, CameraImageRenderer_tD369A344F7BD6A09BE29193551EA348BC22D7078* ___1_value, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, const RuntimeMethod*))Dictionary_2_set_Item_m4C6841170DD11AED683D2D71919F362A4CFF4A80_gshared)((Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E*)__this, (Il2CppFullySharedGenericAny)___0_key, (Il2CppFullySharedGenericAny)___1_value, method);
|
|
}
|
|
// System.Void easyar.ARSession/FrameChangeAction::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FrameChangeAction__ctor_m785D930385A2E527988D65AFC722B2B26D303ADB (FrameChangeAction_t22915014AF19BCD5BA244E1A821751FAC6A2C2B3* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) ;
|
|
// System.Void easyar.ARSession::add_FrameChange(easyar.ARSession/FrameChangeAction)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ARSession_add_FrameChange_mF5107795C3D4A240E859492CFDA751E428D7C02F (ARSession_tE7BD3656886DDF0823637E4219C76DA80A215D35* __this, FrameChangeAction_t22915014AF19BCD5BA244E1A821751FAC6A2C2B3* ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void System.Action`1<easyar.OutputFrame>::.ctor(System.Object,System.IntPtr)
|
|
inline void Action_1__ctor_m0DFC558BC80C2153C0C71B860374579663AFB702 (Action_1_t51C09D97035A969C5BE8AD3814D3435DFCBC7D36* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Action_1_t923A20D1D4F6B55B2ED5AE21B90F1A0CE0450D99*, RuntimeObject*, intptr_t, const RuntimeMethod*))Action_1__ctor_m685A441EC9FAC9D554B26FA83A08F4BEF96DFF0E_gshared)((Action_1_t923A20D1D4F6B55B2ED5AE21B90F1A0CE0450D99*)__this, ___0_object, ___1_method, method);
|
|
}
|
|
// System.Void easyar.ARSession::add_FrameUpdate(System.Action`1<easyar.OutputFrame>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ARSession_add_FrameUpdate_mE9E2D5B99E1B74A74DF30DAB09A35981B0512C81 (ARSession_tE7BD3656886DDF0823637E4219C76DA80A215D35* __this, Action_1_t51C09D97035A969C5BE8AD3814D3435DFCBC7D36* ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void easyar.CameraImageRenderer/UserRequest::UpdateCommandBuffer(UnityEngine.Camera,UnityEngine.Material,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UserRequest_UpdateCommandBuffer_m366CEC9B792FE418D39C0FCAC644A057FDE436EF (UserRequest_t50ED9EC59E68CA01BE9BF5028C274640DEFDF00D* __this, Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* ___0_cam, Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___1_material, bool ___2_invertCulling, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.Behaviour::get_enabled()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Behaviour_get_enabled_mAAC9F15E9EBF552217A5AE2681589CC0BFA300C1 (Behaviour_t01970CFBBA658497AE30F311C447DB0440BAB7FA* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.Material easyar.CameraImageMaterial::UpdateByImage(easyar.Image)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* CameraImageMaterial_UpdateByImage_mD125E489D7EF75482859095860549C16CBC3A7F2 (CameraImageMaterial_t71DBE936806DA72BF211659270248F5A245AB676* __this, Image_tA8E8F2D58C143E9ADB13683D6BC93C8345F46A43* ___0_image, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Collections.Generic.Dictionary`2<UnityEngine.Camera,easyar.CameraImageRenderer>::TryGetValue(TKey,TValue&)
|
|
inline bool Dictionary_2_TryGetValue_m36C014EE23477A314CA41465245C2BCC9C0A188A (Dictionary_2_t6E6BBE1387E58DA634F58ACFCF79515A16B504F3* __this, Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* ___0_key, CameraImageRenderer_tD369A344F7BD6A09BE29193551EA348BC22D7078** ___1_value, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType&*/Il2CppFullySharedGenericAny*, const RuntimeMethod*))Dictionary_2_TryGetValue_m7519D765EAF1E8A7D3137C2F1B7B3A01D15A1692_gshared)((Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E*)__this, (Il2CppFullySharedGenericAny)___0_key, (Il2CppFullySharedGenericAny*)___1_value, method);
|
|
}
|
|
// System.Single UnityEngine.Camera::get_aspect()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Camera_get_aspect_m48BF8820EA2D55BE0D154BC5546819FB65BE257D (Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* __this, const RuntimeMethod* method) ;
|
|
// easyar.IDisplay easyar.ARAssembly::get_Display()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ARAssembly_get_Display_m7F71F9A9B8D7AAAC1A9072887BF47E1162B1EEF2 (ARAssembly_t5F1E1DD46E4F3CA1BAF7ACAFC438564C8E5B02EB* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.Matrix4x4 easyar.CameraImageRenderer::DisplayTransform(easyar.CameraParameters,System.Single,System.Int32,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 CameraImageRenderer_DisplayTransform_m418C43CE5D5FCAAABB28564122782F9306EE49FB (CameraParameters_t18C9E22363BD41CD7244E2256ED25A53DB87BB53* ___0_parameters, float ___1_viewportAspectRatio, int32_t ___2_screenRotation, bool ___3_hFlip, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.Material::SetMatrix(System.String,UnityEngine.Matrix4x4)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Material_SetMatrix_m1F4E20583C898A1C1DBA256868E1F98C539F13FB (Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* __this, String_t* ___0_name, Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___1_value, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.Screen::get_width()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Screen_get_width_mF608FF3252213E7EFA1F0D2F744C28110E9E5AC9 (const RuntimeMethod* method) ;
|
|
// UnityEngine.Rect UnityEngine.Camera::get_rect()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D Camera_get_rect_m848C23B32814D1351E43F0A0110DB8ECA19C6772 (Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* __this, const RuntimeMethod* method) ;
|
|
// System.Single UnityEngine.Rect::get_width()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Rect_get_width_m620D67551372073C9C32C4C4624C2A5713F7F9A9 (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* __this, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.Screen::get_height()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Screen_get_height_m01A3102DE71EE1FBEA51D09D6B0261CF864FE8F9 (const RuntimeMethod* method) ;
|
|
// System.Single UnityEngine.Rect::get_height()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Rect_get_height_mE1AA6C6C725CCD2D317BD2157396D3CF7D47C9D8 (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.Vector2::.ctor(System.Single,System.Single)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* __this, float ___0_x, float ___1_y, const RuntimeMethod* method) ;
|
|
// System.Void System.Action`2<UnityEngine.Material,UnityEngine.Vector2>::Invoke(T1,T2)
|
|
inline void Action_2_Invoke_m3455A7503B39BC2CAA4FC048D9E2D084EE9B42D1_inline (Action_2_t18A4876EE3337940FFE3C859DA0AA75A16B719CA* __this, Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___0_arg1, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___1_arg2, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Action_2_t1D42C7D8DCD2DEB7C556FB3783F0EDAFF694E5E8*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, const RuntimeMethod*))Action_2_Invoke_m6343941059117DF354182855F996EB3D08B4C06C_gshared_inline)((Action_2_t1D42C7D8DCD2DEB7C556FB3783F0EDAFF694E5E8*)__this, (Il2CppFullySharedGenericAny)___0_arg1, (Il2CppFullySharedGenericAny)&___1_arg2, method);
|
|
}
|
|
// UnityEngine.Matrix4x4 easyar.APIExtend::ToUnityMatrix(easyar.Matrix44F)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 APIExtend_ToUnityMatrix_m2B7C43B6EBC462854BF2DDB052D0311534641195 (Matrix44F_t2AC2E226036AA644931F63203A7171FB070EA515 ___0_matrix44F, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.Vector3::.ctor(System.Single,System.Single,System.Single)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* __this, float ___0_x, float ___1_y, float ___2_z, const RuntimeMethod* method) ;
|
|
// UnityEngine.Matrix4x4 UnityEngine.Matrix4x4::get_identity()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 Matrix4x4_get_identity_m6568A73831F3E2D587420D20FF423959D7D8AB56_inline (const RuntimeMethod* method) ;
|
|
// UnityEngine.Matrix4x4 UnityEngine.Matrix4x4::Scale(UnityEngine.Vector3)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 Matrix4x4_Scale_m95902D2A889FD6E7B04BBEAE6FAE5D6D8A88E642 (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_vector, const RuntimeMethod* method) ;
|
|
// UnityEngine.Quaternion UnityEngine.Quaternion::Euler(System.Single,System.Single,System.Single)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 Quaternion_Euler_m9262AB29E3E9CE94EF71051F38A28E82AEC73F90_inline (float ___0_x, float ___1_y, float ___2_z, const RuntimeMethod* method) ;
|
|
// UnityEngine.Matrix4x4 UnityEngine.Matrix4x4::Rotate(UnityEngine.Quaternion)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 Matrix4x4_Rotate_m015442530DFF5651458BBFDFB3CBC9180FC09D9E (Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 ___0_q, const RuntimeMethod* method) ;
|
|
// UnityEngine.Matrix4x4 UnityEngine.Matrix4x4::op_Multiply(UnityEngine.Matrix4x4,UnityEngine.Matrix4x4)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 Matrix4x4_op_Multiply_m75E91775655DCA8DFC8EDE0AB787285BB3935162 (Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___0_lhs, Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___1_rhs, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.Material::HasProperty(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Material_HasProperty_mC09A83B44E368A217F606DD4954FA080CC03EC6C (Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* __this, String_t* ___0_name, const RuntimeMethod* method) ;
|
|
// UnityEngine.Texture UnityEngine.Material::GetTexture(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* Material_GetTexture_mBA07A377A7DDD29CD53E6F687DE6D49A42C0C719 (Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* __this, String_t* ___0_name, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.Rendering.CommandBuffer::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CommandBuffer__ctor_m9445F1606331B732FCA393591F3E230714FD5FF4 (CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.Rendering.CommandBuffer::SetInvertCulling(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CommandBuffer_SetInvertCulling_m61EBB9DDA991720ECA8F4856BCC1899E38AA4C1F (CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* __this, bool ___0_invertCulling, const RuntimeMethod* method) ;
|
|
// UnityEngine.Color UnityEngine.Color::get_clear()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Color_tD001788D726C3A7F1379BEED0260B9591F440C1F Color_get_clear_m02E023A7D396B973288B3915F6F24FBF7E0DC81D_inline (const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.Rendering.CommandBuffer::ClearRenderTarget(System.Boolean,System.Boolean,UnityEngine.Color)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CommandBuffer_ClearRenderTarget_mABBE498A16DCEADCAA8F5DB50073012F74D03F14 (CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* __this, bool ___0_clearDepth, bool ___1_clearColor, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___2_backgroundColor, const RuntimeMethod* method) ;
|
|
// UnityEngine.Rendering.RenderTargetIdentifier UnityEngine.Rendering.RenderTargetIdentifier::op_Implicit(UnityEngine.Rendering.BuiltinRenderTextureType)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B RenderTargetIdentifier_op_Implicit_m3E2366E36F14173DBEED75591978EBE1F01A1325 (int32_t ___0_type, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.Rendering.CommandBuffer::Blit(UnityEngine.Texture,UnityEngine.Rendering.RenderTargetIdentifier,UnityEngine.Material)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CommandBuffer_Blit_m067EA6B3B00F78DDF43887B565A3208164F84FC3 (CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* __this, Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___0_source, RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B ___1_dest, Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___2_mat, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.Camera::AddCommandBuffer(UnityEngine.Rendering.CameraEvent,UnityEngine.Rendering.CommandBuffer)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_AddCommandBuffer_m2C1C3C2D93CB62D569714B3FFA694CAB9BF81A9A (Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* __this, int32_t ___0_evt, CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___1_buffer, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.Camera::RemoveCommandBuffer(UnityEngine.Rendering.CameraEvent,UnityEngine.Rendering.CommandBuffer)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_RemoveCommandBuffer_m7749BA282C14AA7E9E71A68E911F41D1B8429F11 (Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* __this, int32_t ___0_evt, CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___1_buffer, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.Rendering.CommandBuffer::Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CommandBuffer_Dispose_m9A5E7A3CA09B3E3F9D199FC7C9E7B27CD9CFADF3 (CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.MonoBehaviour::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MonoBehaviour__ctor_m592DB0105CA0BC97AA1C5F4AD27B12D68A3B7C1E (MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.RenderTexture::.ctor(System.Int32,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderTexture__ctor_m45EACC89DDF408948889586516B3CA7AA8B73BFA (RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* __this, int32_t ___0_width, int32_t ___1_height, int32_t ___2_depth, const RuntimeMethod* method) ;
|
|
// UnityEngine.Rendering.RenderTargetIdentifier UnityEngine.Rendering.RenderTargetIdentifier::op_Implicit(UnityEngine.Texture)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B RenderTargetIdentifier_op_Implicit_mBF13C6AE62DCEDDEFDC1C7305BE646FE99D2F24C (Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___0_tex, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.ScriptableObject::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScriptableObject__ctor_mD037FDB0B487295EA47F79A4DB1BF1846C9087FF (ScriptableObject_tB3BFDB921A1B1795B38A5417D3B97A89A140436A* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Int32>::.ctor()
|
|
inline void Dictionary_2__ctor_m712893C2C48C47CCAFAD85A865C702E8D3D2B71F (Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E*, const RuntimeMethod*))Dictionary_2__ctor_m7745B6ED71E47C95E1BFCE647C4F026A404C668F_gshared)((Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E*)__this, method);
|
|
}
|
|
// UnityEngine.RuntimePlatform UnityEngine.Application::get_platform()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Application_get_platform_m59EF7D6155D18891B24767F83F388160B1FF2138 (const RuntimeMethod* method) ;
|
|
// System.Void easyar.Display::InitializeAndroid()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Display_InitializeAndroid_m933C06CA64BE775C1D2FDC08FE8796F0350A74A6 (Display_tB1D5BF85C3C9D5D143CF2406E5676281CC8C3FEE* __this, const RuntimeMethod* method) ;
|
|
// System.Void easyar.Display::InitializeIOS()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Display_InitializeIOS_mA0879FD01DAB767A002F40B3530AA2FFAAAC75D9 (Display_tB1D5BF85C3C9D5D143CF2406E5676281CC8C3FEE* __this, const RuntimeMethod* method) ;
|
|
// System.Void easyar.Display::DeleteAndroidJavaObjects()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Display_DeleteAndroidJavaObjects_m8C1192E54A5DF766B945B16DC025371E707F5E7B (Display_tB1D5BF85C3C9D5D143CF2406E5676281CC8C3FEE* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.ScreenOrientation UnityEngine.Screen::get_orientation()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Screen_get_orientation_mA6B22A441187D50831B2B18CA48A8F64BD1BD89E (const RuntimeMethod* method) ;
|
|
// TValue System.Collections.Generic.Dictionary`2<System.Int32,System.Int32>::get_Item(TKey)
|
|
inline int32_t Dictionary_2_get_Item_m8B87B804DF06D6420B1DCE028675738AA8F3310F (Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180* __this, int32_t ___0_key, const RuntimeMethod* method)
|
|
{
|
|
int32_t il2cppRetVal;
|
|
(( void (*) (Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, Il2CppFullySharedGenericAny*, const RuntimeMethod*))Dictionary_2_get_Item_m2E96908E9716367701CD737FA54C884EB2A8C3EA_gshared)((Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E*)__this, (Il2CppFullySharedGenericAny)&___0_key, (Il2CppFullySharedGenericAny*)&il2cppRetVal, method);
|
|
return il2cppRetVal;
|
|
}
|
|
// System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Int32>::set_Item(TKey,TValue)
|
|
inline void Dictionary_2_set_Item_m420CFC153320557E6823B06767710D1E636E5BDF (Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180* __this, int32_t ___0_key, int32_t ___1_value, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, const RuntimeMethod*))Dictionary_2_set_Item_m4C6841170DD11AED683D2D71919F362A4CFF4A80_gshared)((Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E*)__this, (Il2CppFullySharedGenericAny)&___0_key, (Il2CppFullySharedGenericAny)&___1_value, method);
|
|
}
|
|
// System.Void easyar.DisplayEmulator::set_Rotation(System.Int32)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DisplayEmulator_set_Rotation_m8FB54B32051497A83C0CE0C04EEAFE8595EEF51C_inline (DisplayEmulator_t2E0A8EDC08F0914C1AB7368D35286516CCA00DE5* __this, int32_t ___0_value, const RuntimeMethod* method) ;
|
|
// easyar.ARCoreCameraDevice easyar.ARCoreFrameSource::get_Device()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ARCoreCameraDevice_t55396DBC36D7E26AFDF6CC2A72F7C86664326073* ARCoreFrameSource_get_Device_mB802624820870324F80EF334DC9642CF87903AB4_inline (ARCoreFrameSource_t13E57941891C16484C10CCAB4474FDF5F39B3819* __this, const RuntimeMethod* method) ;
|
|
// easyar.Optional`1<T> easyar.Optional`1<easyar.InputFrameSourceType>::get_Empty()
|
|
inline Optional_1_t666854642354D0FC1411D0997FF3ACCCCA99AE33 Optional_1_get_Empty_mF07A0FFDDA04FF88892222D8310B7C984021ED2B (const RuntimeMethod* method)
|
|
{
|
|
Optional_1_t666854642354D0FC1411D0997FF3ACCCCA99AE33 il2cppRetVal;
|
|
(( void (*) (Optional_1_tA6B99046703E42DC761A5EA69B5DD9AE3295C15E*, const RuntimeMethod*))Optional_1_get_Empty_m410BE0DC86B73BA5EA29C5748F4B49FF1C74A973_gshared)((Optional_1_tA6B99046703E42DC761A5EA69B5DD9AE3295C15E*)&il2cppRetVal, method);
|
|
return il2cppRetVal;
|
|
}
|
|
// easyar.Optional`1<T> easyar.Optional`1<easyar.InputFrameSourceType>::op_Implicit(T)
|
|
inline Optional_1_t666854642354D0FC1411D0997FF3ACCCCA99AE33 Optional_1_op_Implicit_mA963EE25469F9CAB0E35BF8C6024F01AF39F6785 (int32_t ___0_v, const RuntimeMethod* method)
|
|
{
|
|
Optional_1_t666854642354D0FC1411D0997FF3ACCCCA99AE33 il2cppRetVal;
|
|
(( void (*) (/*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, Optional_1_tA6B99046703E42DC761A5EA69B5DD9AE3295C15E*, const RuntimeMethod*))Optional_1_op_Implicit_m9DF838249C381A7CFD814EB7F3B51DBA3A33B8BE_gshared)((Il2CppFullySharedGenericAny)&___0_v, (Optional_1_tA6B99046703E42DC761A5EA69B5DD9AE3295C15E*)&il2cppRetVal, method);
|
|
return il2cppRetVal;
|
|
}
|
|
// easyar.EasyARSettings easyar.EasyARSettings::get_Instance()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR EasyARSettings_t4901518F6AEDF9035FB580B2A6001660C0A99E64* EasyARSettings_get_Instance_mD8F28A062A67B7FDD6816400A992AA8EF18DC4D6_inline (const RuntimeMethod* method) ;
|
|
// System.Void easyar.GUIPopup::EnqueueMessage(System.String,System.Single,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUIPopup_EnqueueMessage_m62D1CF8E55B7E58779D01436E50039DD7BBA6E40 (String_t* ___0_message, float ___1_seconds, bool ___2_isFatal, const RuntimeMethod* method) ;
|
|
// easyar.Optional`1<T> easyar.Optional`1<System.Boolean>::op_Implicit(T)
|
|
inline Optional_1_t900DDDF790B562B704CF33648F9A6FE90E9B5DF6 Optional_1_op_Implicit_m1E24650E58B19C767063680D8288479923A04269 (bool ___0_v, const RuntimeMethod* method)
|
|
{
|
|
Optional_1_t900DDDF790B562B704CF33648F9A6FE90E9B5DF6 il2cppRetVal;
|
|
(( void (*) (/*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, Optional_1_tA6B99046703E42DC761A5EA69B5DD9AE3295C15E*, const RuntimeMethod*))Optional_1_op_Implicit_m9DF838249C381A7CFD814EB7F3B51DBA3A33B8BE_gshared)((Il2CppFullySharedGenericAny)&___0_v, (Optional_1_tA6B99046703E42DC761A5EA69B5DD9AE3295C15E*)&il2cppRetVal, method);
|
|
return il2cppRetVal;
|
|
}
|
|
// System.Boolean easyar.ARCoreCameraDevice::isAvailable()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ARCoreCameraDevice_isAvailable_m63DC8AC74367DD790F216F38A37E91DE7A618E6A (const RuntimeMethod* method) ;
|
|
// UnityEngine.GameObject UnityEngine.Component::get_gameObject()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* Component_get_gameObject_m57AEFBB14DB39EC476F740BA000E170355DE691B (Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* __this, const RuntimeMethod* method) ;
|
|
// System.Void easyar.FrameSource::Awake()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FrameSource_Awake_m11E6765105A5E748DB55E5DFC5458FBEA6962FE9 (FrameSource_tEFFB44317ECA60F900CBDDA05D06E675C6CC88CD* __this, const RuntimeMethod* method) ;
|
|
// T UnityEngine.Object::FindObjectOfType<easyar.WorldRootController>()
|
|
inline WorldRootController_tDDE4A5BB7E650DE15875AFD6F7E8BBB2F670A1A2* Object_FindObjectOfType_TisWorldRootController_tDDE4A5BB7E650DE15875AFD6F7E8BBB2F670A1A2_mBCA2DC937CAA3738B5B7FA791A0E8C009F53237D (const RuntimeMethod* method)
|
|
{
|
|
return (( WorldRootController_tDDE4A5BB7E650DE15875AFD6F7E8BBB2F670A1A2* (*) (const RuntimeMethod*))Object_FindObjectOfType_TisRuntimeObject_m02DFBF011F3B59F777A5E521DB2A116DD496E968_gshared)(method);
|
|
}
|
|
// System.Void easyar.FrameSource::OnEnable()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FrameSource_OnEnable_mFE4B5075843171A5281632B4EDB305E63E02FFBB (FrameSource_tEFFB44317ECA60F900CBDDA05D06E675C6CC88CD* __this, const RuntimeMethod* method) ;
|
|
// System.Void easyar.FrameSource::OnDisable()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FrameSource_OnDisable_m1972517C0BF7D983F15BACF488CCA5B8A2834167 (FrameSource_tEFFB44317ECA60F900CBDDA05D06E675C6CC88CD* __this, const RuntimeMethod* method) ;
|
|
// System.Void easyar.ARCoreFrameSource::Close()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ARCoreFrameSource_Close_mF5E03895144F13C9505F77B38281FEA3E3710BB0 (ARCoreFrameSource_t13E57941891C16484C10CCAB4474FDF5F39B3819* __this, const RuntimeMethod* method) ;
|
|
// System.Void easyar.FrameSource::OnAssemble(easyar.ARSession)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FrameSource_OnAssemble_mC11B5EA8F8B8F56A6D3EEC2D832168CEACEF575A (FrameSource_tEFFB44317ECA60F900CBDDA05D06E675C6CC88CD* __this, ARSession_tE7BD3656886DDF0823637E4219C76DA80A215D35* ___0_session, const RuntimeMethod* method) ;
|
|
// System.Void easyar.ARCoreFrameSource::SetupOriginUsingWorldRoot()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ARCoreFrameSource_SetupOriginUsingWorldRoot_mD3989807A52AE36BA9E53EFB18D1710526E2B051 (ARCoreFrameSource_t13E57941891C16484C10CCAB4474FDF5F39B3819* __this, const RuntimeMethod* method) ;
|
|
// System.Collections.IEnumerator easyar.ARCoreFrameSource::AutoOpen()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ARCoreFrameSource_AutoOpen_mCCD5492252D92BD7E16DEAD5732FF0E913100125 (ARCoreFrameSource_t13E57941891C16484C10CCAB4474FDF5F39B3819* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.Coroutine UnityEngine.MonoBehaviour::StartCoroutine(System.Collections.IEnumerator)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Coroutine_t85EA685566A254C23F3FD77AB5BDFFFF8799596B* MonoBehaviour_StartCoroutine_m4CAFF732AA28CD3BDC5363B44A863575530EC812 (MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71* __this, RuntimeObject* ___0_routine, const RuntimeMethod* method) ;
|
|
// easyar.DelayedCallbackScheduler easyar.EasyARController::get_Scheduler()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR DelayedCallbackScheduler_t7250FB4EE6119AFDCFBAC0DEADD337F1E576FD97* EasyARController_get_Scheduler_mD1D0082110E4A3B2159F15AFC586071831436EE6_inline (const RuntimeMethod* method) ;
|
|
// System.Void System.Action`2<easyar.PermissionStatus,System.String>::.ctor(System.Object,System.IntPtr)
|
|
inline void Action_2__ctor_mF06AEAC97DB6DB9094B3989E0BBB5B39A115DEDC (Action_2_tE8FDAB3427B619024E7BE8677A267B409F919A20* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Action_2_t1D42C7D8DCD2DEB7C556FB3783F0EDAFF694E5E8*, RuntimeObject*, intptr_t, const RuntimeMethod*))Action_2__ctor_m8E9B7F6EE50FEF26FF7537F554B4F5E434F70550_gshared)((Action_2_t1D42C7D8DCD2DEB7C556FB3783F0EDAFF694E5E8*)__this, ___0_object, ___1_method, method);
|
|
}
|
|
// easyar.Optional`1<T> easyar.Optional`1<System.Action`2<easyar.PermissionStatus,System.String>>::op_Implicit(T)
|
|
inline Optional_1_tBDCDEF8C819D62372B21CE6C3033A164051144EF Optional_1_op_Implicit_mF566C65ED1D6C3E9C7D87D847DF64139A94A58AE (Action_2_tE8FDAB3427B619024E7BE8677A267B409F919A20* ___0_v, const RuntimeMethod* method)
|
|
{
|
|
Optional_1_tBDCDEF8C819D62372B21CE6C3033A164051144EF il2cppRetVal;
|
|
(( void (*) (/*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, Optional_1_tA6B99046703E42DC761A5EA69B5DD9AE3295C15E*, const RuntimeMethod*))Optional_1_op_Implicit_m9DF838249C381A7CFD814EB7F3B51DBA3A33B8BE_gshared)((Il2CppFullySharedGenericAny)___0_v, (Optional_1_tA6B99046703E42DC761A5EA69B5DD9AE3295C15E*)&il2cppRetVal, method);
|
|
return il2cppRetVal;
|
|
}
|
|
// System.Void easyar.CameraDevice::requestPermissions(easyar.CallbackScheduler,easyar.Optional`1<System.Action`2<easyar.PermissionStatus,System.String>>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CameraDevice_requestPermissions_mB34972FC5D72AAD40A4F48A9774C2EB72827A5E9 (CallbackScheduler_t6FC995D035D641811475B3EE0762B485D065FCED* ___0_callbackScheduler, Optional_1_tBDCDEF8C819D62372B21CE6C3033A164051144EF ___1_permissionCallback, const RuntimeMethod* method) ;
|
|
// System.Void System.Action::Invoke()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Action_Invoke_m7126A54DACA72B845424072887B5F3A51FC3808E_inline (Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* __this, const RuntimeMethod* method) ;
|
|
// System.Void easyar.ARCoreFrameSource::set_Device(easyar.ARCoreCameraDevice)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ARCoreFrameSource_set_Device_m9753CB07B43E0567E443251E94C751A215559688_inline (ARCoreFrameSource_t13E57941891C16484C10CCAB4474FDF5F39B3819* __this, ARCoreCameraDevice_t55396DBC36D7E26AFDF6CC2A72F7C86664326073* ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void easyar.FrameSource::Connect(easyar.InputFrameSink)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FrameSource_Connect_mB09DED105CF24C36911E1072F20605A273CEE7D2_inline (FrameSource_tEFFB44317ECA60F900CBDDA05D06E675C6CC88CD* __this, InputFrameSink_tA6E249222893426FDB034E5CE860F0037DAE4F95* ___0_val, const RuntimeMethod* method) ;
|
|
// System.Void easyar.ARCoreFrameSource/<AutoOpen>d__41::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CAutoOpenU3Ed__41__ctor_mF98BAC6F8D691D347E1E5EFFBC51D75237EF1C65 (U3CAutoOpenU3Ed__41_t6C6B7BD2D38E74321DE6A331A84BD02A47E405F2* __this, int32_t ___0_U3CU3E1__state, const RuntimeMethod* method) ;
|
|
// System.Type System.Type::GetTypeFromHandle(System.RuntimeTypeHandle)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57 (RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B ___0_handle, const RuntimeMethod* method) ;
|
|
// System.String System.String::Format(System.String,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_mA8DBB4C2516B9723C5A41E6CB1E2FAF4BBE96DD8 (String_t* ___0_format, RuntimeObject* ___1_arg0, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.Debug::Log(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debug_Log_m87A9A3C761FF5C43ED8A53B16190A53D08F818BB (RuntimeObject* ___0_message, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.GameObject::.ctor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GameObject__ctor_m37D512B05D292F954792225E6C6EEE95293A9B88 (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* __this, String_t* ___0_name, const RuntimeMethod* method) ;
|
|
// T UnityEngine.GameObject::AddComponent<easyar.WorldRootController>()
|
|
inline WorldRootController_tDDE4A5BB7E650DE15875AFD6F7E8BBB2F670A1A2* GameObject_AddComponent_TisWorldRootController_tDDE4A5BB7E650DE15875AFD6F7E8BBB2F670A1A2_m0935BE800BDEC3BCCC1DE922DC238303CEA6264C (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( WorldRootController_tDDE4A5BB7E650DE15875AFD6F7E8BBB2F670A1A2* (*) (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F*, const RuntimeMethod*))GameObject_AddComponent_TisRuntimeObject_m69B93700FACCF372F5753371C6E8FB780800B824_gshared)(__this, method);
|
|
}
|
|
// System.Void easyar.FrameSource::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FrameSource__ctor_mF2C3C0EA283D25EE25EC48941CA63A5F8944D3F1 (FrameSource_tEFFB44317ECA60F900CBDDA05D06E675C6CC88CD* __this, const RuntimeMethod* method) ;
|
|
// System.Void easyar.UIPopupException::.ctor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIPopupException__ctor_m2028C0A495324E4FAD33E2E48EDE7347C6BF2F6C (UIPopupException_t6CBA36793B5CB835F7ED2FD94F0D60186543D6EE* __this, String_t* ___0_message, const RuntimeMethod* method) ;
|
|
// System.Void easyar.ARCoreCameraDevice::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ARCoreCameraDevice__ctor_mE899A8A090C0C9536D124CD755FFFF645FFD8857 (ARCoreCameraDevice_t55396DBC36D7E26AFDF6CC2A72F7C86664326073* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean easyar.Optional`1<System.Boolean>::get_OnNone()
|
|
inline bool Optional_1_get_OnNone_mC8DB6E9B8EA1F7B108BEAD8D4CF0D72F034AE778 (Optional_1_t900DDDF790B562B704CF33648F9A6FE90E9B5DF6* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Optional_1_tA6B99046703E42DC761A5EA69B5DD9AE3295C15E*, const RuntimeMethod*))Optional_1_get_OnNone_m348BBDC1E8F13350F4C7CC994731620C981910F7_gshared)((Optional_1_tA6B99046703E42DC761A5EA69B5DD9AE3295C15E*)__this, method);
|
|
}
|
|
// T easyar.Optional`1<System.Boolean>::get_Value()
|
|
inline bool Optional_1_get_Value_m1F032C59F95454868694661D84FC55E4284100E7 (Optional_1_t900DDDF790B562B704CF33648F9A6FE90E9B5DF6* __this, const RuntimeMethod* method)
|
|
{
|
|
bool il2cppRetVal;
|
|
(( void (*) (Optional_1_tA6B99046703E42DC761A5EA69B5DD9AE3295C15E*, Il2CppFullySharedGenericAny*, const RuntimeMethod*))Optional_1_get_Value_m298F0B1D0350674266E530E983F9F1F7ADB34456_gshared)((Optional_1_tA6B99046703E42DC761A5EA69B5DD9AE3295C15E*)__this, (Il2CppFullySharedGenericAny*)&il2cppRetVal, method);
|
|
return il2cppRetVal;
|
|
}
|
|
// System.String System.String::Concat(System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m9E3155FB84015C823606188F53B47CB44C444991 (String_t* ___0_str0, String_t* ___1_str1, const RuntimeMethod* method) ;
|
|
// System.Void easyar.ARCoreFrameSource::Open()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ARCoreFrameSource_Open_m0314E28128B2B0E39A9F1922A7F77C07B05A4011 (ARCoreFrameSource_t13E57941891C16484C10CCAB4474FDF5F39B3819* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.NotSupportedException::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotSupportedException__ctor_m1398D0CDE19B36AA3DE9392879738C1EA2439CDF (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* __this, const RuntimeMethod* method) ;
|
|
// easyar.ARKitCameraDevice easyar.ARKitFrameSource::get_Device()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ARKitCameraDevice_t25D15798449B95FF8BB3699EBB66F0C23CFF0F79* ARKitFrameSource_get_Device_m1BE29AA9CA3290E3FAB1D887107D642F96C634B1_inline (ARKitFrameSource_tEB7A3BC3F1AE0F1E99D96C5C270D284250D3CCD7* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean easyar.ARKitCameraDevice::isAvailable()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ARKitCameraDevice_isAvailable_m5E26A2E593185BE10AF06FF7D42F4CE6F733F29F (const RuntimeMethod* method) ;
|
|
// System.Void easyar.ARKitFrameSource::Close()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ARKitFrameSource_Close_m392F6AEF79E52FD366D0DCFB505ADAECC1086F65 (ARKitFrameSource_tEB7A3BC3F1AE0F1E99D96C5C270D284250D3CCD7* __this, const RuntimeMethod* method) ;
|
|
// System.Void easyar.ARKitFrameSource::SetupOriginUsingWorldRoot()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ARKitFrameSource_SetupOriginUsingWorldRoot_mDC239D3ABE56E1E4280435B8CE00855F87ED1F70 (ARKitFrameSource_tEB7A3BC3F1AE0F1E99D96C5C270D284250D3CCD7* __this, const RuntimeMethod* method) ;
|
|
// System.Collections.IEnumerator easyar.ARKitFrameSource::AutoOpen()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ARKitFrameSource_AutoOpen_mC41651BE0FAF06D67FCFA7D298F4713DDAC2AEC1 (ARKitFrameSource_tEB7A3BC3F1AE0F1E99D96C5C270D284250D3CCD7* __this, const RuntimeMethod* method) ;
|
|
// System.Void easyar.ARKitFrameSource::set_Device(easyar.ARKitCameraDevice)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ARKitFrameSource_set_Device_mCC1BEE4CD9E02822311B7A7A327998EEF481E591_inline (ARKitFrameSource_tEB7A3BC3F1AE0F1E99D96C5C270D284250D3CCD7* __this, ARKitCameraDevice_t25D15798449B95FF8BB3699EBB66F0C23CFF0F79* ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void easyar.ARKitFrameSource/<AutoOpen>d__40::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CAutoOpenU3Ed__40__ctor_m1391560A5957FF5B06AAC9F991DA903B395FAF53 (U3CAutoOpenU3Ed__40_t6EE8DEC7E45F1928EBC5B69FE2DA0AF50AB55E21* __this, int32_t ___0_U3CU3E1__state, const RuntimeMethod* method) ;
|
|
// System.Void easyar.ARKitCameraDevice::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ARKitCameraDevice__ctor_mE1F6B15AA7D377C336E22ED8F004A5A4231E57F6 (ARKitCameraDevice_t25D15798449B95FF8BB3699EBB66F0C23CFF0F79* __this, const RuntimeMethod* method) ;
|
|
// System.Void easyar.ARKitFrameSource::Open()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ARKitFrameSource_Open_mF89D1BD1FE09FCA1B4EE90A86F631E27224434CF (ARKitFrameSource_tEB7A3BC3F1AE0F1E99D96C5C270D284250D3CCD7* __this, const RuntimeMethod* method) ;
|
|
// easyar.CameraDevice easyar.CameraDeviceFrameSource::get_Device()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR CameraDevice_tD49A49DD97F9C0B672E5617F54A2B15B7CB2ACCE* CameraDeviceFrameSource_get_Device_mFBF96962AC6D4A698F2F9586D28AF1654B7F0708_inline (CameraDeviceFrameSource_t96C3510E9C369F5946CEBF25739FF84997FA1A92* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean easyar.CameraDevice::isAvailable()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CameraDevice_isAvailable_m9E4854F5BD4D6F6E8A843A9625B4E684D662F160 (const RuntimeMethod* method) ;
|
|
// easyar.CameraDeviceFocusMode easyar.CameraDeviceSelector::getFocusMode(easyar.CameraDevicePreference)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CameraDeviceSelector_getFocusMode_m5168CFEB538E4CAFE1C27956BD671A9885C4D360 (int32_t ___0_preference, const RuntimeMethod* method) ;
|
|
// System.Void easyar.CameraDeviceFrameSource::Close()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CameraDeviceFrameSource_Close_m793AEC528A686677A144635A43D6169693D8C91F (CameraDeviceFrameSource_t96C3510E9C369F5946CEBF25739FF84997FA1A92* __this, const RuntimeMethod* method) ;
|
|
// System.Collections.IEnumerator easyar.CameraDeviceFrameSource::AutoOpen()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CameraDeviceFrameSource_AutoOpen_m3E902B9365FB5F95FA37E6EBDA50821E9BFE7ED0 (CameraDeviceFrameSource_t96C3510E9C369F5946CEBF25739FF84997FA1A92* __this, const RuntimeMethod* method) ;
|
|
// System.Void easyar.CameraDeviceFrameSource::set_Device(easyar.CameraDevice)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void CameraDeviceFrameSource_set_Device_mAE6594D620E64B812F45298BC08D47D7CFF736DB_inline (CameraDeviceFrameSource_t96C3510E9C369F5946CEBF25739FF84997FA1A92* __this, CameraDevice_tD49A49DD97F9C0B672E5617F54A2B15B7CB2ACCE* ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void easyar.CameraDeviceFrameSource/<AutoOpen>d__46::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CAutoOpenU3Ed__46__ctor_m4865DC8AB9B534D562D64980B1B027B53C7763A2 (U3CAutoOpenU3Ed__46_t273E4635E30DE853167BBB798722C4F2AB78C36D* __this, int32_t ___0_U3CU3E1__state, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.List`1<easyar.ARSession/ARCenterMode>::.ctor()
|
|
inline void List_1__ctor_m343E9AE492A94D882A440150B52E21644C336D34 (List_1_t28ACFD63E6C534D957A7F965C7430A0E1A7149DE* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*, const RuntimeMethod*))List_1__ctor_m0AFBAEA7EC427E32CC9CA267B1930DC5DF67A374_gshared)((List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*)__this, method);
|
|
}
|
|
// System.Void System.Collections.Generic.List`1<easyar.ARSession/ARCenterMode>::Add(T)
|
|
inline void List_1_Add_mEAECD79DA6F29944F9B49ACB94677497C22A52A0_inline (List_1_t28ACFD63E6C534D957A7F965C7430A0E1A7149DE* __this, int32_t ___0_item, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, const RuntimeMethod*))List_1_Add_mD4F3498FBD3BDD3F03CBCFB38041CBAC9C28CAFC_gshared_inline)((List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*)__this, (Il2CppFullySharedGenericAny)&___0_item, method);
|
|
}
|
|
// easyar.CameraDevicePreference easyar.CameraDeviceFrameSource::get_CameraPreference()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t CameraDeviceFrameSource_get_CameraPreference_mB05327374BAA6AB1AA5CF2AA8847F46916E9B578_inline (CameraDeviceFrameSource_t96C3510E9C369F5946CEBF25739FF84997FA1A92* __this, const RuntimeMethod* method) ;
|
|
// easyar.CameraDevice easyar.CameraDeviceSelector::createCameraDevice(easyar.CameraDevicePreference)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CameraDevice_tD49A49DD97F9C0B672E5617F54A2B15B7CB2ACCE* CameraDeviceSelector_createCameraDevice_mB979A1937522664549876874A78B590B14E88028 (int32_t ___0_preference, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.Debug::LogError(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debug_LogError_mB00B2B4468EF3CAF041B038D840820FB84C924B2 (RuntimeObject* ___0_message, const RuntimeMethod* method) ;
|
|
// System.Void easyar.Vec2I::.ctor(System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Vec2I__ctor_m19B1C050F928300518B9D0F4DEA02800F98EDAD3 (Vec2I_tFE0BA26B13EC0F9970DC6F58A4CB2A10467C7485* __this, int32_t ___0_data_0, int32_t ___1_data_1, const RuntimeMethod* method) ;
|
|
// System.Void easyar.CameraDeviceFrameSource::Open()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CameraDeviceFrameSource_Open_mE2216EE221BA2AE360C82DCEAF46D15F5C8A5C64 (CameraDeviceFrameSource_t96C3510E9C369F5946CEBF25739FF84997FA1A92* __this, const RuntimeMethod* method) ;
|
|
// easyar.MotionTrackerCameraDevice easyar.MotionTrackerFrameSource::get_Device()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR MotionTrackerCameraDevice_tD436B669F38CE985813E95A6F7828D3E4BB8C0BB* MotionTrackerFrameSource_get_Device_mC0E3FFC702FE8394DBEE46E8E26DFD9BD5D61518_inline (MotionTrackerFrameSource_tD7D327ED271EF894B64ED950708BB80FEC03DE00* __this, const RuntimeMethod* method) ;
|
|
// System.String System.String::Format(System.String,System.Object,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_mFB7DA489BD99F4670881FF50EC017BFB0A5C0987 (String_t* ___0_format, RuntimeObject* ___1_arg0, RuntimeObject* ___2_arg1, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.Debug::LogWarning(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debug_LogWarning_m33EF1B897E0C7C6FF538989610BFAFFEF4628CA9 (RuntimeObject* ___0_message, const RuntimeMethod* method) ;
|
|
// System.Void easyar.MotionTrackerFrameSource::Close()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MotionTrackerFrameSource_Close_mC8E7D0BC0B22354BD885A8540C3F475F69E1F41D (MotionTrackerFrameSource_tD7D327ED271EF894B64ED950708BB80FEC03DE00* __this, const RuntimeMethod* method) ;
|
|
// System.Void easyar.MotionTrackerFrameSource::SetupOriginUsingWorldRoot()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MotionTrackerFrameSource_SetupOriginUsingWorldRoot_mD34E4B28D8866C60E9CC481BA9BE246F8603C9B3 (MotionTrackerFrameSource_tD7D327ED271EF894B64ED950708BB80FEC03DE00* __this, const RuntimeMethod* method) ;
|
|
// System.Collections.IEnumerator easyar.MotionTrackerFrameSource::AutoOpen()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* MotionTrackerFrameSource_AutoOpen_mB82B4E39600E4E3D8238B3A551E24E545A98FE75 (MotionTrackerFrameSource_tD7D327ED271EF894B64ED950708BB80FEC03DE00* __this, const RuntimeMethod* method) ;
|
|
// System.Collections.Generic.List`1<easyar.FrameFilter> easyar.ARAssembly::get_FrameFilters()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR List_1_t158A784F818ED74D8CBDE0E1C08AF2A6BA10BBDA* ARAssembly_get_FrameFilters_m1385B673BF63B3C979935AA0880B60C3E305174C_inline (ARAssembly_t5F1E1DD46E4F3CA1BAF7ACAFC438564C8E5B02EB* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Func`2<easyar.FrameFilter,System.Boolean>::.ctor(System.Object,System.IntPtr)
|
|
inline void Func_2__ctor_m6F9212C5C458BF19DFFA839EA4E0112502521253 (Func_2_t285FDA26BD60688781CFD5B6D2135984D0252C7A* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Func_2_t7F5F5324CE2DDB7001B68FFE29A5D9F907139FB0*, RuntimeObject*, intptr_t, const RuntimeMethod*))Func_2__ctor_m7F5DD19B4170C027D5367001F7BC95A0658A2169_gshared)((Func_2_t7F5F5324CE2DDB7001B68FFE29A5D9F907139FB0*)__this, ___0_object, ___1_method, method);
|
|
}
|
|
// System.Collections.Generic.IEnumerable`1<TSource> System.Linq.Enumerable::Where<easyar.FrameFilter>(System.Collections.Generic.IEnumerable`1<TSource>,System.Func`2<TSource,System.Boolean>)
|
|
inline RuntimeObject* Enumerable_Where_TisFrameFilter_tEF74686432B3C28E888F223945B0BF3FC58AD214_mF0AC14D305DC49E9C1DDE22373742B83F668D55D (RuntimeObject* ___0_source, Func_2_t285FDA26BD60688781CFD5B6D2135984D0252C7A* ___1_predicate, const RuntimeMethod* method)
|
|
{
|
|
RuntimeObject* il2cppRetVal = (( RuntimeObject* (*) (RuntimeObject*, Func_2_t19E50C11C3E1F20B5A8FDB85D7DD353B6DFF868B*, const RuntimeMethod*))Enumerable_Where_TisIl2CppFullySharedGenericAny_m3F416675DC7A5572025B02ED373C41AD9ED8F6C4_gshared)((RuntimeObject*)___0_source, (Func_2_t19E50C11C3E1F20B5A8FDB85D7DD353B6DFF868B*)___1_predicate, method);
|
|
return (RuntimeObject*)il2cppRetVal;
|
|
}
|
|
// System.Boolean System.Linq.Enumerable::Any<easyar.FrameFilter>(System.Collections.Generic.IEnumerable`1<TSource>)
|
|
inline bool Enumerable_Any_TisFrameFilter_tEF74686432B3C28E888F223945B0BF3FC58AD214_m9C675F79BC0787AAE2CA38E661BB69F85CBB73C8 (RuntimeObject* ___0_source, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (RuntimeObject*, const RuntimeMethod*))Enumerable_Any_TisIl2CppFullySharedGenericAny_m3499AC108A84D818DD8C221F8E60145246FC8A09_gshared)((RuntimeObject*)___0_source, method);
|
|
}
|
|
// System.Void easyar.MotionTrackerFrameSource/<CheckAvailability>d__41::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CCheckAvailabilityU3Ed__41__ctor_m15119C4119FACB81CF516CEB91E8DFF447D62357 (U3CCheckAvailabilityU3Ed__41_t69BDC9A1DEE9EA50DAAA7486B72CFD18E5467D94* __this, int32_t ___0_U3CU3E1__state, const RuntimeMethod* method) ;
|
|
// System.Void easyar.MotionTrackerFrameSource::set_Device(easyar.MotionTrackerCameraDevice)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void MotionTrackerFrameSource_set_Device_m1C93C53A2C9FAF376ED68836300E941B440091A4_inline (MotionTrackerFrameSource_tD7D327ED271EF894B64ED950708BB80FEC03DE00* __this, MotionTrackerCameraDevice_tD436B669F38CE985813E95A6F7828D3E4BB8C0BB* ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.List`1<UnityEngine.Vector3>::.ctor()
|
|
inline void List_1__ctor_mC54E2BCBE43279A96FC082F5CDE2D76388BD8F9C (List_1_t77B94703E05C519A9010DD0614F757F974E1CD8B* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*, const RuntimeMethod*))List_1__ctor_m0AFBAEA7EC427E32CC9CA267B1930DC5DF67A374_gshared)((List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*)__this, method);
|
|
}
|
|
// easyar.Optional`1<UnityEngine.Vector2> easyar.ARSession::ImageCoordinatesFromScreenCoordinates(UnityEngine.Vector2)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Optional_1_t55F1FD3B388025F005489E4672F2C4114FAD80DE ARSession_ImageCoordinatesFromScreenCoordinates_mC77A19D85FCBA0836F2077706A51699A38AC65FC (ARSession_tE7BD3656886DDF0823637E4219C76DA80A215D35* __this, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___0_pointInView, const RuntimeMethod* method) ;
|
|
// System.Boolean easyar.Optional`1<UnityEngine.Vector2>::get_OnNone()
|
|
inline bool Optional_1_get_OnNone_m341DFDE93670FBCC945914933BD0E750AA797260 (Optional_1_t55F1FD3B388025F005489E4672F2C4114FAD80DE* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Optional_1_tA6B99046703E42DC761A5EA69B5DD9AE3295C15E*, const RuntimeMethod*))Optional_1_get_OnNone_m348BBDC1E8F13350F4C7CC994731620C981910F7_gshared)((Optional_1_tA6B99046703E42DC761A5EA69B5DD9AE3295C15E*)__this, method);
|
|
}
|
|
// T easyar.Optional`1<UnityEngine.Vector2>::get_Value()
|
|
inline Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Optional_1_get_Value_m3C26FFCE2C91AC22D25D17943A57753293D12F0B (Optional_1_t55F1FD3B388025F005489E4672F2C4114FAD80DE* __this, const RuntimeMethod* method)
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 il2cppRetVal;
|
|
(( void (*) (Optional_1_tA6B99046703E42DC761A5EA69B5DD9AE3295C15E*, Il2CppFullySharedGenericAny*, const RuntimeMethod*))Optional_1_get_Value_m298F0B1D0350674266E530E983F9F1F7ADB34456_gshared)((Optional_1_tA6B99046703E42DC761A5EA69B5DD9AE3295C15E*)__this, (Il2CppFullySharedGenericAny*)&il2cppRetVal, method);
|
|
return il2cppRetVal;
|
|
}
|
|
// easyar.Vec2F easyar.APIExtend::ToEasyARVector(UnityEngine.Vector2)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vec2F_t5CABD3CD43030E52677F261C1DF60AE30C977684 APIExtend_ToEasyARVector_m3F789F2410B6F13B0B3C8921A3C2E7F8A603ECF8 (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___0_vec2, const RuntimeMethod* method) ;
|
|
// System.Collections.Generic.List`1/Enumerator<T> System.Collections.Generic.List`1<easyar.Vec3F>::GetEnumerator()
|
|
inline Enumerator_tABDB8E380843593B5616089F392D7E5484F0ABDD List_1_GetEnumerator_mAF77BDDAD691856C757DCA11189748D815E16B3C (List_1_t7915EE474170743D55F8651CF5CCC36D26B88EAE* __this, const RuntimeMethod* method)
|
|
{
|
|
Enumerator_tABDB8E380843593B5616089F392D7E5484F0ABDD il2cppRetVal;
|
|
(( void (*) (List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*, Enumerator_tF5AC6CD19D283FBD724440520CEE68FE2602F7AF*, const RuntimeMethod*))List_1_GetEnumerator_m8B2A92ACD4FBA5FBDC3F6F4F5C23A0DDF491DA61_gshared)((List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*)__this, (Enumerator_tF5AC6CD19D283FBD724440520CEE68FE2602F7AF*)&il2cppRetVal, method);
|
|
return il2cppRetVal;
|
|
}
|
|
// System.Void System.Collections.Generic.List`1/Enumerator<easyar.Vec3F>::Dispose()
|
|
inline void Enumerator_Dispose_mBEFB3F262E003C2D7E4201D77A1AA6234B098F06 (Enumerator_tABDB8E380843593B5616089F392D7E5484F0ABDD* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Enumerator_tF5AC6CD19D283FBD724440520CEE68FE2602F7AF*, const RuntimeMethod*))Enumerator_Dispose_mFE1EBE6F6425283FEAEAE7C79D02CDE4F9D367E8_gshared)((Enumerator_tF5AC6CD19D283FBD724440520CEE68FE2602F7AF*)__this, method);
|
|
}
|
|
// T System.Collections.Generic.List`1/Enumerator<easyar.Vec3F>::get_Current()
|
|
inline Vec3F_t1697E529DB6D3D351055A5A52CF0974F2422E630 Enumerator_get_Current_mE0D0D58C6CCC318D8052778D1EE0341A03E7B851_inline (Enumerator_tABDB8E380843593B5616089F392D7E5484F0ABDD* __this, const RuntimeMethod* method)
|
|
{
|
|
Vec3F_t1697E529DB6D3D351055A5A52CF0974F2422E630 il2cppRetVal;
|
|
(( void (*) (Enumerator_tF5AC6CD19D283FBD724440520CEE68FE2602F7AF*, Il2CppFullySharedGenericAny*, const RuntimeMethod*))Enumerator_get_Current_m8B42D4B2DE853B9D11B997120CD0228D4780E394_gshared_inline)((Enumerator_tF5AC6CD19D283FBD724440520CEE68FE2602F7AF*)__this, (Il2CppFullySharedGenericAny*)&il2cppRetVal, method);
|
|
return il2cppRetVal;
|
|
}
|
|
// System.Void System.Collections.Generic.List`1<UnityEngine.Vector3>::Add(T)
|
|
inline void List_1_Add_m79E50C4F592B1703F4B76A8BE7B4855515460CA1_inline (List_1_t77B94703E05C519A9010DD0614F757F974E1CD8B* __this, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_item, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, const RuntimeMethod*))List_1_Add_mD4F3498FBD3BDD3F03CBCFB38041CBAC9C28CAFC_gshared_inline)((List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*)__this, (Il2CppFullySharedGenericAny)&___0_item, method);
|
|
}
|
|
// System.Boolean System.Collections.Generic.List`1/Enumerator<easyar.Vec3F>::MoveNext()
|
|
inline bool Enumerator_MoveNext_mAE02CAE627F26142CF6AD9870249E0DA405B7BE5 (Enumerator_tABDB8E380843593B5616089F392D7E5484F0ABDD* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Enumerator_tF5AC6CD19D283FBD724440520CEE68FE2602F7AF*, const RuntimeMethod*))Enumerator_MoveNext_m8D8E5E878AF0A88A535AB1AB5BA4F23E151A678A_gshared)((Enumerator_tF5AC6CD19D283FBD724440520CEE68FE2602F7AF*)__this, method);
|
|
}
|
|
// System.Void easyar.MotionTrackerFrameSource/<AutoOpen>d__47::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CAutoOpenU3Ed__47__ctor_m19DB5FBB5C18226C1B7FF1B5BFE0E54C40135312 (U3CAutoOpenU3Ed__47_t0D0B312D8B005E51CCF957718A0E2C35D8EBA283* __this, int32_t ___0_U3CU3E1__state, const RuntimeMethod* method) ;
|
|
// System.Void easyar.MotionTrackerFrameSource/MotionTrackerCameraDeviceParameters::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MotionTrackerCameraDeviceParameters__ctor_m5388411269A2A765305F09E3763D7A27BA52F0C7 (MotionTrackerCameraDeviceParameters_t99C71F28070E1787872BE8D080A992EEE1C45283* __this, const RuntimeMethod* method) ;
|
|
// System.Void easyar.MotionTrackerCameraDevice::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MotionTrackerCameraDevice__ctor_mABCFD839D1194A3D16F5576AF88FBCA914C51D0E (MotionTrackerCameraDevice_tD436B669F38CE985813E95A6F7828D3E4BB8C0BB* __this, const RuntimeMethod* method) ;
|
|
// System.Void easyar.MotionTrackerFrameSource/<>c::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_m46E52E40FE679F1DF19EF6DED9D5DF3064023092 (U3CU3Ec_tFA432AA6511108BF7CF3957EB5CF2562E867F4EF* __this, const RuntimeMethod* method) ;
|
|
// System.Void easyar.MotionTrackerFrameSource/<>c__DisplayClass41_0::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass41_0__ctor_m0F2F9702822D6EE3B5276704841E72E0B4630E8C (U3CU3Ec__DisplayClass41_0_tB66C35723D8C5CE4CE9B030856B3C9B43F8EFD64* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean easyar.MotionTrackerCameraDevice::isAvailable()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MotionTrackerCameraDevice_isAvailable_mC4C014A5D218237B6E11A85C91ECFF41522B529D (const RuntimeMethod* method) ;
|
|
// System.Single UnityEngine.Time::get_time()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Time_get_time_m3A271BB1B20041144AC5B7863B71AB1F0150374B (const RuntimeMethod* method) ;
|
|
// System.Void easyar.CalibrationDownloader::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CalibrationDownloader__ctor_m0162EE599B0DA35B15E0E5E2374F963D34565FCB (CalibrationDownloader_t65C1B75983EDF919EFC7B748FDD88013A3287453* __this, const RuntimeMethod* method) ;
|
|
// easyar.Optional`1<T> easyar.Optional`1<System.Int32>::op_Implicit(T)
|
|
inline Optional_1_tE7438B16A5596BE4DF9FAAF634D49D6F82AF1EBA Optional_1_op_Implicit_m4293675B43B0795987DCD4434416C126A695F29F (int32_t ___0_v, const RuntimeMethod* method)
|
|
{
|
|
Optional_1_tE7438B16A5596BE4DF9FAAF634D49D6F82AF1EBA il2cppRetVal;
|
|
(( void (*) (/*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, Optional_1_tA6B99046703E42DC761A5EA69B5DD9AE3295C15E*, const RuntimeMethod*))Optional_1_op_Implicit_m9DF838249C381A7CFD814EB7F3B51DBA3A33B8BE_gshared)((Il2CppFullySharedGenericAny)&___0_v, (Optional_1_tA6B99046703E42DC761A5EA69B5DD9AE3295C15E*)&il2cppRetVal, method);
|
|
return il2cppRetVal;
|
|
}
|
|
// System.Void System.Action`2<easyar.CalibrationDownloadStatus,easyar.Optional`1<System.String>>::.ctor(System.Object,System.IntPtr)
|
|
inline void Action_2__ctor_m3F6C333DAFCC5CD287C2E9BFD728760DDB87D3CE (Action_2_t9707971E6E7286591183B8B39D4E91E8C466F77E* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Action_2_t1D42C7D8DCD2DEB7C556FB3783F0EDAFF694E5E8*, RuntimeObject*, intptr_t, const RuntimeMethod*))Action_2__ctor_m8E9B7F6EE50FEF26FF7537F554B4F5E434F70550_gshared)((Action_2_t1D42C7D8DCD2DEB7C556FB3783F0EDAFF694E5E8*)__this, ___0_object, ___1_method, method);
|
|
}
|
|
// easyar.MotionTrackerCameraDeviceQualityLevel easyar.MotionTrackerCameraDevice::getQualityLevel()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MotionTrackerCameraDevice_getQualityLevel_m4B9EF471FA9A2FACE7DC58A055729247B1843899 (const RuntimeMethod* method) ;
|
|
// System.Void easyar.MotionTrackerFrameSource::Open()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MotionTrackerFrameSource_Open_m9439B2166854F4926B89B1E9D7D0ECB56B5EF79A (MotionTrackerFrameSource_tD7D327ED271EF894B64ED950708BB80FEC03DE00* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean easyar.EasyARController::get_Initialized()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool EasyARController_get_Initialized_m0F47D5BCEF5B10A78F29551AE17BBB83924BF335_inline (const RuntimeMethod* method) ;
|
|
// System.String System.Enum::ToString()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Enum_ToString_m946B0B83C4470457D0FF555D862022C72BB55741 (RuntimeObject* __this, const RuntimeMethod* method) ;
|
|
// System.String System.String::Concat(System.String,System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m8855A6DE10F84DA7F4EC113CADDB59873A25573B (String_t* ___0_str0, String_t* ___1_str1, String_t* ___2_str2, const RuntimeMethod* method) ;
|
|
// UnityEngine.Rendering.GraphicsDeviceType UnityEngine.SystemInfo::get_graphicsDeviceType()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SystemInfo_get_graphicsDeviceType_m2D54A0B94D138727041B29B127D8837165686545 (const RuntimeMethod* method) ;
|
|
// System.String System.String::Concat(System.String[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m647EBF831F54B6DF7D5AFA5FD012CF4EE7571B6A (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___0_values, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.SystemInfo::get_graphicsMultiThreaded()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SystemInfo_get_graphicsMultiThreaded_m64EB05A6E20E1128246404063FDD6EC902F06458 (const RuntimeMethod* method) ;
|
|
// System.Boolean easyar.Recorder::isAvailable()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Recorder_isAvailable_m8D540C4A695DC1C1834D3FDEB15E86EE91C719AB (const RuntimeMethod* method) ;
|
|
// System.Void easyar.Recorder::requestPermissions(easyar.CallbackScheduler,easyar.Optional`1<System.Action`2<easyar.PermissionStatus,System.String>>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Recorder_requestPermissions_m7BEE89BBD23CEB1F66DFA8FE462F3AC2CF4A1E81 (CallbackScheduler_t6FC995D035D641811475B3EE0762B485D065FCED* ___0_callbackScheduler, Optional_1_tBDCDEF8C819D62372B21CE6C3033A164051144EF ___1_permissionCallback, const RuntimeMethod* method) ;
|
|
// System.Boolean easyar.VideoRecorder::StopRecording()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool VideoRecorder_StopRecording_m553456D346BCCAE32CD1815569300704A12088D1 (VideoRecorder_tDF4C48CC4953CFE26510C712A7CAF89C8C8609DB* __this, const RuntimeMethod* method) ;
|
|
// System.Void easyar.RecorderConfiguration::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RecorderConfiguration__ctor_mCED7B6186185F1C3E911AEB5F3CD2D2319E4F95C (RecorderConfiguration_tFDCAC1718C5A5DAFE0832A739966020B43A96553* __this, const RuntimeMethod* method) ;
|
|
// System.String UnityEngine.Application::get_persistentDataPath()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Application_get_persistentDataPath_mC58BD3E1A20732E0A536491DBCAE6505B1624399 (const RuntimeMethod* method) ;
|
|
// System.Boolean easyar.VideoRecorder::StartRecording(easyar.RecorderConfiguration)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool VideoRecorder_StartRecording_m02B3EC89BAB43054A250BF5A0D8C086381D83B0C (VideoRecorder_tDF4C48CC4953CFE26510C712A7CAF89C8C8609DB* __this, RecorderConfiguration_tFDCAC1718C5A5DAFE0832A739966020B43A96553* ___0_configuration, const RuntimeMethod* method) ;
|
|
// System.Boolean easyar.VideoRecorder::get_IsReady()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool VideoRecorder_get_IsReady_m414189B01158947BCA5F7DED787FA38BD8982C8E_inline (VideoRecorder_tDF4C48CC4953CFE26510C712A7CAF89C8C8609DB* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Action`2<easyar.RecordStatus,System.String>::.ctor(System.Object,System.IntPtr)
|
|
inline void Action_2__ctor_mFADA48DD478BF0E893A7123E1A7944D0B1DD4689 (Action_2_t6B86038ACB87B61B0819841BB4D98326C7E2BECD* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Action_2_t1D42C7D8DCD2DEB7C556FB3783F0EDAFF694E5E8*, RuntimeObject*, intptr_t, const RuntimeMethod*))Action_2__ctor_m8E9B7F6EE50FEF26FF7537F554B4F5E434F70550_gshared)((Action_2_t1D42C7D8DCD2DEB7C556FB3783F0EDAFF694E5E8*)__this, ___0_object, ___1_method, method);
|
|
}
|
|
// easyar.Optional`1<T> easyar.Optional`1<System.Action`2<easyar.RecordStatus,System.String>>::op_Implicit(T)
|
|
inline Optional_1_t8170D5A02F623863C0DF65B952431BE74DB5DBA8 Optional_1_op_Implicit_mB6E759140ABD9407B8DBA96268F4BF2A50204427 (Action_2_t6B86038ACB87B61B0819841BB4D98326C7E2BECD* ___0_v, const RuntimeMethod* method)
|
|
{
|
|
Optional_1_t8170D5A02F623863C0DF65B952431BE74DB5DBA8 il2cppRetVal;
|
|
(( void (*) (/*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, Optional_1_tA6B99046703E42DC761A5EA69B5DD9AE3295C15E*, const RuntimeMethod*))Optional_1_op_Implicit_m9DF838249C381A7CFD814EB7F3B51DBA3A33B8BE_gshared)((Il2CppFullySharedGenericAny)___0_v, (Optional_1_tA6B99046703E42DC761A5EA69B5DD9AE3295C15E*)&il2cppRetVal, method);
|
|
return il2cppRetVal;
|
|
}
|
|
// easyar.Recorder easyar.Recorder::create(easyar.RecorderConfiguration,easyar.CallbackScheduler,easyar.Optional`1<System.Action`2<easyar.RecordStatus,System.String>>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Recorder_tAE870C84E932F622317CC8EE7E960EC7D3EDC087* Recorder_create_mF79257529B420A2E7B8275FC341BD5AF7D4809F8 (RecorderConfiguration_tFDCAC1718C5A5DAFE0832A739966020B43A96553* ___0_config, CallbackScheduler_t6FC995D035D641811475B3EE0762B485D065FCED* ___1_callbackScheduler, Optional_1_t8170D5A02F623863C0DF65B952431BE74DB5DBA8 ___2_statusCallback, const RuntimeMethod* method) ;
|
|
// System.IntPtr UnityEngine.Texture::GetNativeTexturePtr()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t Texture_GetNativeTexturePtr_mD3019CC9461338665885D431B86C03D3063867EE (Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* __this, const RuntimeMethod* method) ;
|
|
// System.Int32 System.IntPtr::ToInt32()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t IntPtr_ToInt32_mD53B5D2C73C7E4BE5ADEBC5D187EACC83D5BB292 (intptr_t* __this, const RuntimeMethod* method) ;
|
|
// easyar.TextureId easyar.TextureId::fromInt(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TextureId_tFC8FF6E0755D9DB70BEBC7A4207D522D1B41C2BE* TextureId_fromInt_m357F054161E84B8378D11AD9B374A3C21CD350EB (int32_t ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void easyar.VideoRecorder::set_IsReady(System.Boolean)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void VideoRecorder_set_IsReady_mA77771EAB389C9CB84DBD6795376B977C525BA41_inline (VideoRecorder_tDF4C48CC4953CFE26510C712A7CAF89C8C8609DB* __this, bool ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void System.Action`2<easyar.RecordStatus,System.String>::Invoke(T1,T2)
|
|
inline void Action_2_Invoke_mE66F43436BB50DC5041532D245F681B70D072881_inline (Action_2_t6B86038ACB87B61B0819841BB4D98326C7E2BECD* __this, int32_t ___0_arg1, String_t* ___1_arg2, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Action_2_t1D42C7D8DCD2DEB7C556FB3783F0EDAFF694E5E8*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, const RuntimeMethod*))Action_2_Invoke_m6343941059117DF354182855F996EB3D08B4C06C_gshared_inline)((Action_2_t1D42C7D8DCD2DEB7C556FB3783F0EDAFF694E5E8*)__this, (Il2CppFullySharedGenericAny)&___0_arg1, (Il2CppFullySharedGenericAny)___1_arg2, method);
|
|
}
|
|
// System.Boolean easyar.EasyARController::Initialize(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EasyARController_Initialize_m1881B8D729843EC397F8A9423FA63951B707258C (String_t* ___0_licenseKey, const RuntimeMethod* method) ;
|
|
// System.Void easyar.EasyARController::set_Initialized(System.Boolean)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void EasyARController_set_Initialized_m94FEC44414B9AEE174933A77D6CB708EC2BF40E3_inline (bool ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void easyar.DelayedCallbackScheduler::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DelayedCallbackScheduler__ctor_m8279AA3A0FA97EF6D909B976B380F08AEA02F1B5 (DelayedCallbackScheduler_t7250FB4EE6119AFDCFBAC0DEADD337F1E576FD97* __this, const RuntimeMethod* method) ;
|
|
// System.Void easyar.EasyARController::set_Scheduler(easyar.DelayedCallbackScheduler)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void EasyARController_set_Scheduler_mC91879EF9F7FD8D67D1D3B049C3C6B251E992E50_inline (DelayedCallbackScheduler_t7250FB4EE6119AFDCFBAC0DEADD337F1E576FD97* ___0_value, const RuntimeMethod* method) ;
|
|
// System.AppDomain System.AppDomain::get_CurrentDomain()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AppDomain_tFF7010567CBABAEEA7BB19835234D6485E16AD5F* AppDomain_get_CurrentDomain_m38D86FD149C2C62AD0FAB0159D70ECB13D841667 (const RuntimeMethod* method) ;
|
|
// System.Void System.EventHandler::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventHandler__ctor_m95444CE8D5A6F1AFC9793866C3FE884E732DCEB2 (EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) ;
|
|
// System.Void System.AppDomain::add_DomainUnload(System.EventHandler)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppDomain_add_DomainUnload_mC24E729ABD7550A0A1F018EBF215FDF03AA1064F (AppDomain_tFF7010567CBABAEEA7BB19835234D6485E16AD5F* __this, EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82* ___0_value, const RuntimeMethod* method) ;
|
|
// System.String System.String::Trim()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Trim_mCD6D8C6D4CFD15225D12DB7D3E0544CA80FB8DA5 (String_t* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean easyar.Engine::initialize(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Engine_initialize_mA1131E33354C0FABF835AFBFC5FB394159AE65F1 (String_t* ___0_licenseKey, const RuntimeMethod* method) ;
|
|
// System.String System.Environment::get_NewLine()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Environment_get_NewLine_m8BF68A4EFDAFFB66500984CE779629811BA98FFF (const RuntimeMethod* method) ;
|
|
// System.String UnityEngine.SystemInfo::get_operatingSystem()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SystemInfo_get_operatingSystem_m47B20646C221517ACA8F99DE8576BF794AEB6F8D (const RuntimeMethod* method) ;
|
|
// System.String System.String::ToLower()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_ToLower_m6191ABA3DC514ED47C10BDA23FD0DDCEAE7ACFBD (String_t* __this, const RuntimeMethod* method) ;
|
|
// System.String System.String::Replace(System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Replace_mABDB7003A1D0AEDCAE9FF85E3DFFFBA752D2A166 (String_t* __this, String_t* ___0_oldValue, String_t* ___1_newValue, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Version::TryParse(System.String,System.Version&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Version_TryParse_m97B901CC175D8C6E1268F7D5E248050C007F4A28 (String_t* ___0_input, Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7** ___1_result, const RuntimeMethod* method) ;
|
|
// System.Int32 System.Version::get_Major()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Version_get_Major_m1F782BA72C64627627ADC2090C147CF887CE7795_inline (Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* __this, const RuntimeMethod* method) ;
|
|
// System.Int32 System.Version::get_Minor()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Version_get_Minor_m5EEC53977DFD0A9D8F3276DA2532E8DC1644F80E_inline (Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* __this, const RuntimeMethod* method) ;
|
|
// System.Type System.Exception::GetType()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* Exception_GetType_mAD1230385BDC06119C339187CC37F22B6A79CF09 (Exception_t* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.AppDomain::remove_DomainUnload(System.EventHandler)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppDomain_remove_DomainUnload_mCF2BC3E86CFB37871A9A4B797E64D7D4A425AE94 (AppDomain_tFF7010567CBABAEEA7BB19835234D6485E16AD5F* __this, EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82* ___0_value, const RuntimeMethod* method) ;
|
|
// System.Boolean easyar.EasyARController::Initialize()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EasyARController_Initialize_mCE1F747E2E974E286660DAC452D72A0018A85728 (const RuntimeMethod* method) ;
|
|
// System.Void easyar.EasyARController::set_Instance(easyar.EasyARController)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void EasyARController_set_Instance_m50D1201F324553BEB5F07033B794510B37826CA1_inline (EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177* ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void easyar.Display::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Display__ctor_m638F6C87A738EF2174E467B6E3DA73A70007F0B9 (Display_tB1D5BF85C3C9D5D143CF2406E5676281CC8C3FEE* __this, const RuntimeMethod* method) ;
|
|
// System.Void easyar.EasyARController::set_Display(easyar.Display)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void EasyARController_set_Display_m0658B989504C86624A8433731D3882D0642EB2B5_inline (EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177* __this, Display_tB1D5BF85C3C9D5D143CF2406E5676281CC8C3FEE* ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void easyar.ThreadWorker::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThreadWorker__ctor_m7C3D8587DDFFE05853F60422C3A65F292A057E8C (ThreadWorker_t1ADEDA9DB0A15609FBEFE467B9CC337BF57D6D36* __this, const RuntimeMethod* method) ;
|
|
// System.Void easyar.EasyARController::set_Worker(easyar.ThreadWorker)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void EasyARController_set_Worker_m084F9786B7042B40EA561AB6951A533C0AD506AE_inline (EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177* __this, ThreadWorker_t1ADEDA9DB0A15609FBEFE467B9CC337BF57D6D36* ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void easyar.EasyARController::ShowErrorMessage()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EasyARController_ShowErrorMessage_m204C1B87EBD8DFB12C144853604AC4AD0177DE9D (EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177* __this, const RuntimeMethod* method) ;
|
|
// System.String easyar.Engine::errorMessage()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Engine_errorMessage_m3FEB7109374BD97D4A705542D1CF5E56819FEA29 (const RuntimeMethod* method) ;
|
|
// System.Boolean System.String::IsNullOrEmpty(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478 (String_t* ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void easyar.Engine::onPause()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Engine_onPause_mF635D2CD434B6B256493F8D1E2ED7797FB4C0722 (const RuntimeMethod* method) ;
|
|
// System.Void easyar.Engine::onResume()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Engine_onResume_mC2F847FE1E7295081665F01B937B54D6520E0677 (const RuntimeMethod* method) ;
|
|
// easyar.ThreadWorker easyar.EasyARController::get_Worker()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ThreadWorker_t1ADEDA9DB0A15609FBEFE467B9CC337BF57D6D36* EasyARController_get_Worker_mC0CE2BCBC0B1A9D6DCFAAE303EED4615168DD253_inline (EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177* __this, const RuntimeMethod* method) ;
|
|
// System.Void easyar.ThreadWorker::Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThreadWorker_Dispose_mCB163CDEF06B33B778EFDD19339F44CE7B0BF2A1 (ThreadWorker_t1ADEDA9DB0A15609FBEFE467B9CC337BF57D6D36* __this, const RuntimeMethod* method) ;
|
|
// easyar.Display easyar.EasyARController::get_Display()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Display_tB1D5BF85C3C9D5D143CF2406E5676281CC8C3FEE* EasyARController_get_Display_mD2AA8A02E26BAAFDB4A7F496DB6FC075D6D3CEAE_inline (EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177* __this, const RuntimeMethod* method) ;
|
|
// System.Void easyar.Display::Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Display_Dispose_m4AC5F077EBAD070CCE485D86E9E62B5833D720F5 (Display_tB1D5BF85C3C9D5D143CF2406E5676281CC8C3FEE* __this, const RuntimeMethod* method) ;
|
|
// System.Void easyar.EasyARController::Deinitialize()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EasyARController_Deinitialize_mBCFB07927F427571461DAE16DD2BD0FC27115188 (const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.Application::get_isEditor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Application_get_isEditor_mEAC51E3ACE6DCE438087FB14BD75A3C219D354D0 (const RuntimeMethod* method) ;
|
|
// System.Int32 System.String::get_Length()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline (String_t* __this, const RuntimeMethod* method) ;
|
|
// System.String System.String::Substring(System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Substring_mB1D94F47935D22E130FF2C01DBB6A4135FBB76CE (String_t* __this, int32_t ___0_startIndex, int32_t ___1_length, const RuntimeMethod* method) ;
|
|
// System.Void easyar.EasyARSettings::set_Instance(easyar.EasyARSettings)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void EasyARSettings_set_Instance_m1EDFF7EFEFC1E771230E21EE0AC22EA883FCBF70_inline (EasyARSettings_t4901518F6AEDF9035FB580B2A6001660C0A99E64* ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.Object::DontDestroyOnLoad(UnityEngine.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object_DontDestroyOnLoad_m4B70C3AEF886C176543D1295507B6455C9DCAEA7 (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* ___0_target, const RuntimeMethod* method) ;
|
|
// System.Void easyar.EasyARSettings/Permission::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Permission__ctor_mF7FD74D660BF966E3302DF05F964CD37956B4851 (Permission_t2303B1B54854223B0C770ACCC80577F22F87766C* __this, const RuntimeMethod* method) ;
|
|
// System.Void easyar.EasyARSettings/TargetGizmoConfig::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TargetGizmoConfig__ctor_m02AF7296C70852C866A18E0DE36A0CA219D0760F (TargetGizmoConfig_t38A365FEA74EEF837656FB3826B81FFC3166F616* __this, const RuntimeMethod* method) ;
|
|
// System.Void easyar.SparseSpatialMapWorkerFrameFilter/SpatialMapServiceConfig::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SpatialMapServiceConfig__ctor_m286884DDC610EC2931915C241E2A001A00408EBB (SpatialMapServiceConfig_tACF8B968800D15400B69F5FE954C197B7B30529B* __this, const RuntimeMethod* method) ;
|
|
// System.Void easyar.CloudRecognizerFrameFilter/CloudRecognizerServiceConfig::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloudRecognizerServiceConfig__ctor_mFCC69F49222B30F8652DD295C20777BE6E69CD70 (CloudRecognizerServiceConfig_tAF6DBBE8DF5606D2D6879A3FABCFE28B003862FD* __this, const RuntimeMethod* method) ;
|
|
// System.Void easyar.MegaTrackerFrameFilter/MegaLocalizationServiceConfig::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MegaLocalizationServiceConfig__ctor_m765A87783E867F035E70E128A92C8677486DD5D0 (MegaLocalizationServiceConfig_tBB288F844FCA406F19B49B8EDD38EEBA66BB8406* __this, const RuntimeMethod* method) ;
|
|
// System.Void easyar.EasyARSettings/Workaround::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Workaround__ctor_mECF5836BC302364BAD97E2EE34948B96190A0D75 (Workaround_tFF0E355FFE7B616D0EC048F15F9CB01DF6EBD9B5* __this, const RuntimeMethod* method) ;
|
|
// System.Void easyar.EasyARSettings/TargetGizmoConfig/ImageTargetConfig::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ImageTargetConfig__ctor_m7AC89A436AB197E26FA4A3999C37597FB60C61C0 (ImageTargetConfig_t82F7F51165EC2BE8A6E52BC54B0806BD82EC41CD* __this, const RuntimeMethod* method) ;
|
|
// System.Void easyar.EasyARSettings/TargetGizmoConfig/ObjectTargetConfig::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectTargetConfig__ctor_m12DA781CC950FA5756AC34DD5F975DB22750E00E (ObjectTargetConfig_t3C0935996D52F5E9D461EEF17439585B9AE55B96* __this, const RuntimeMethod* method) ;
|
|
// System.Void easyar.FrameFilter::OnAssemble(easyar.ARSession)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FrameFilter_OnAssemble_mFC0ACCAA2717E67A5813187806E6CC7BC54E29B6 (FrameFilter_tEF74686432B3C28E888F223945B0BF3FC58AD214* __this, ARSession_tE7BD3656886DDF0823637E4219C76DA80A215D35* ___0_session, const RuntimeMethod* method) ;
|
|
// System.Collections.IEnumerator easyar.CloudRecognizerFrameFilter::AutoCreate()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CloudRecognizerFrameFilter_AutoCreate_m606DC8A31BB82B96FC0F6BFF911580A9CD4FE579 (CloudRecognizerFrameFilter_t2038454703274381A6400CAEC747F87A853B8316* __this, const RuntimeMethod* method) ;
|
|
// easyar.Optional`1<T> easyar.Optional`1<easyar.CloudRecognizationResult>::op_Implicit(T)
|
|
inline Optional_1_t253307ED07B92F4301EEAE152CDBA6AA8AFBD530 Optional_1_op_Implicit_mF19009AC96E25B9F142A968A69B8DA3AC00BA089 (CloudRecognizationResult_tDF8C697ACD722E32905AD67AAD1EE23B2FA3831F* ___0_v, const RuntimeMethod* method)
|
|
{
|
|
Optional_1_t253307ED07B92F4301EEAE152CDBA6AA8AFBD530 il2cppRetVal;
|
|
(( void (*) (/*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, Optional_1_tA6B99046703E42DC761A5EA69B5DD9AE3295C15E*, const RuntimeMethod*))Optional_1_op_Implicit_m9DF838249C381A7CFD814EB7F3B51DBA3A33B8BE_gshared)((Il2CppFullySharedGenericAny)___0_v, (Optional_1_tA6B99046703E42DC761A5EA69B5DD9AE3295C15E*)&il2cppRetVal, method);
|
|
return il2cppRetVal;
|
|
}
|
|
// System.Void System.Action`2<easyar.Optional`1<easyar.CloudRecognizationResult>,System.String>::Invoke(T1,T2)
|
|
inline void Action_2_Invoke_mA84CBAE48ACB992B8A107B670831030670E06275_inline (Action_2_t044BEC9AE1C2995930179F5D51893A8456A3494A* __this, Optional_1_t253307ED07B92F4301EEAE152CDBA6AA8AFBD530 ___0_arg1, String_t* ___1_arg2, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Action_2_t1D42C7D8DCD2DEB7C556FB3783F0EDAFF694E5E8*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, const RuntimeMethod*))Action_2_Invoke_m6343941059117DF354182855F996EB3D08B4C06C_gshared_inline)((Action_2_t1D42C7D8DCD2DEB7C556FB3783F0EDAFF694E5E8*)__this, (Il2CppFullySharedGenericAny)&___0_arg1, (Il2CppFullySharedGenericAny)___1_arg2, method);
|
|
}
|
|
// System.Void easyar.CloudRecognizerFrameFilter/Request::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Request__ctor_mD6075734E30778A049C9FD391E6D7CBF706574AE (Request_t9240130696DF8E3F2076435911F7FF7C84152F49* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.Queue`1<easyar.CloudRecognizerFrameFilter/Request>::Enqueue(T)
|
|
inline void Queue_1_Enqueue_mBE3096D024779CFC282178BF0ABC755FB1906DBE (Queue_1_t4AD143AF7A961A82813D1CB3F443B3140ABDDCB0* __this, Request_t9240130696DF8E3F2076435911F7FF7C84152F49* ___0_item, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Queue_1_t00794C5F46E3254E713B03F949E6AB3A1AB1FD41*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, const RuntimeMethod*))Queue_1_Enqueue_m9159DC6A9BC5528A3444329C408F4101004CF652_gshared)((Queue_1_t00794C5F46E3254E713B03F949E6AB3A1AB1FD41*)__this, (Il2CppFullySharedGenericAny)___0_item, method);
|
|
}
|
|
// System.Collections.IEnumerator easyar.CloudRecognizerFrameFilter::CheckRequest(easyar.CloudRecognizerFrameFilter/Request)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CloudRecognizerFrameFilter_CheckRequest_mC06491E3A62BBE5AB22BA84D4473B23EE0C28CA2 (CloudRecognizerFrameFilter_t2038454703274381A6400CAEC747F87A853B8316* __this, Request_t9240130696DF8E3F2076435911F7FF7C84152F49* ___0_req, const RuntimeMethod* method) ;
|
|
// System.Void easyar.CloudRecognizerFrameFilter/<>c__DisplayClass14_0::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass14_0__ctor_mD6771162042FB00F993607E35001ECD99E802F91 (U3CU3Ec__DisplayClass14_0_t935F57D89DBAFD0A44E58BB94C2D4A6FB4F61832* __this, const RuntimeMethod* method) ;
|
|
// T System.Collections.Generic.Queue`1<easyar.CloudRecognizerFrameFilter/Request>::Dequeue()
|
|
inline Request_t9240130696DF8E3F2076435911F7FF7C84152F49* Queue_1_Dequeue_mF3A71F6B640130799FA6058F0E745FD58A08B949 (Queue_1_t4AD143AF7A961A82813D1CB3F443B3140ABDDCB0* __this, const RuntimeMethod* method)
|
|
{
|
|
Request_t9240130696DF8E3F2076435911F7FF7C84152F49* il2cppRetVal;
|
|
(( void (*) (Queue_1_t00794C5F46E3254E713B03F949E6AB3A1AB1FD41*, Il2CppFullySharedGenericAny*, const RuntimeMethod*))Queue_1_Dequeue_m80C152387A53656EC4AEF450BCBA9087DC51EEE3_gshared)((Queue_1_t00794C5F46E3254E713B03F949E6AB3A1AB1FD41*)__this, (Il2CppFullySharedGenericAny*)&il2cppRetVal, method);
|
|
return il2cppRetVal;
|
|
}
|
|
// System.Void System.Action`1<easyar.InputFrame>::Invoke(T)
|
|
inline void Action_1_Invoke_m13FEA5C90C65BCBB581455B396ADBE8424AD4C0B_inline (Action_1_t9B1F83CF784EEF67EA2B81DD3A12C12D518808C1* __this, InputFrame_tDB02ECBCF7ED51DE6F781A607D63BE7812E0BDC1* ___0_obj, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Action_1_t923A20D1D4F6B55B2ED5AE21B90F1A0CE0450D99*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, const RuntimeMethod*))Action_1_Invoke_m5A038831CEB84A7E374FE59D43444412629F833F_gshared_inline)((Action_1_t923A20D1D4F6B55B2ED5AE21B90F1A0CE0450D99*)__this, (Il2CppFullySharedGenericAny)___0_obj, method);
|
|
}
|
|
// System.Void System.Action`1<easyar.CloudRecognizationResult>::.ctor(System.Object,System.IntPtr)
|
|
inline void Action_1__ctor_m5D8464139A935175F320E60F770F9ECC6E3E0876 (Action_1_t2B8F2F4905046BA35E74859DDB9E9128D0BA5E06* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Action_1_t923A20D1D4F6B55B2ED5AE21B90F1A0CE0450D99*, RuntimeObject*, intptr_t, const RuntimeMethod*))Action_1__ctor_m685A441EC9FAC9D554B26FA83A08F4BEF96DFF0E_gshared)((Action_1_t923A20D1D4F6B55B2ED5AE21B90F1A0CE0450D99*)__this, ___0_object, ___1_method, method);
|
|
}
|
|
// System.Int32 System.Collections.Generic.Queue`1<easyar.CloudRecognizerFrameFilter/Request>::get_Count()
|
|
inline int32_t Queue_1_get_Count_m4EF35408E1188E4BFC19857CE5402A172ECEA5E3_inline (Queue_1_t4AD143AF7A961A82813D1CB3F443B3140ABDDCB0* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (Queue_1_t00794C5F46E3254E713B03F949E6AB3A1AB1FD41*, const RuntimeMethod*))Queue_1_get_Count_mE6103188ACDEC07F90F2D2986554730D18029750_gshared_inline)((Queue_1_t00794C5F46E3254E713B03F949E6AB3A1AB1FD41*)__this, method);
|
|
}
|
|
// System.Void easyar.CloudRecognizerFrameFilter/<AutoCreate>d__15::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CAutoCreateU3Ed__15__ctor_mB1DCA8E02969AA4660BC569DFA5F359DFD22D6B6 (U3CAutoCreateU3Ed__15_t2AF04502C7505DADD24042E27F00193CE8769826* __this, int32_t ___0_U3CU3E1__state, const RuntimeMethod* method) ;
|
|
// System.Void easyar.CloudRecognizerFrameFilter/<CheckRequest>d__16::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CCheckRequestU3Ed__16__ctor_m8A358626118CDD6FEA7953E5BF6C13C5DD75EA9B (U3CCheckRequestU3Ed__16_t46EE8FCD6D4FFAEF6E806E1F192AF6CA945458DD* __this, int32_t ___0_U3CU3E1__state, const RuntimeMethod* method) ;
|
|
// System.Void easyar.CloudRecognizerFrameFilter/PrivateCloudRecognizerServiceConfig::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PrivateCloudRecognizerServiceConfig__ctor_m87A67BC3C46CC4F73B2CB8647290D9E7BBBEDC3F (PrivateCloudRecognizerServiceConfig_t0A6190CA51A48D63D12EB07B73E33C71446A4E92* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.Queue`1<easyar.CloudRecognizerFrameFilter/Request>::.ctor()
|
|
inline void Queue_1__ctor_mC769F4D2BA13A974233F77CD34DBF4B8F0D6B6BF (Queue_1_t4AD143AF7A961A82813D1CB3F443B3140ABDDCB0* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Queue_1_t00794C5F46E3254E713B03F949E6AB3A1AB1FD41*, const RuntimeMethod*))Queue_1__ctor_m657BFA58DFD6AB5B1B4B69AA6E963CD569637EAD_gshared)((Queue_1_t00794C5F46E3254E713B03F949E6AB3A1AB1FD41*)__this, method);
|
|
}
|
|
// System.Void easyar.FrameFilter::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FrameFilter__ctor_m3294372A748440126E65D15A1246C002035B00A0 (FrameFilter_tEF74686432B3C28E888F223945B0BF3FC58AD214* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean easyar.CloudRecognizer::isAvailable()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CloudRecognizer_isAvailable_m1E07C9F394D3A4F9AFCA84FCADFFBFC206AD4795 (const RuntimeMethod* method) ;
|
|
// System.Void easyar.CloudRecognizerFrameFilter::NotifyEmptyConfig(easyar.CloudRecognizerFrameFilter/CloudRecognizerServiceConfig)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloudRecognizerFrameFilter_NotifyEmptyConfig_m26969C3738B9C4803C13B71AF6243FD6F0A47A05 (CloudRecognizerFrameFilter_t2038454703274381A6400CAEC747F87A853B8316* __this, CloudRecognizerServiceConfig_tAF6DBBE8DF5606D2D6879A3FABCFE28B003862FD* ___0_config, const RuntimeMethod* method) ;
|
|
// easyar.CloudRecognizer easyar.CloudRecognizer::create(System.String,System.String,System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CloudRecognizer_t27F99F43A57C493819C7299483ADCBAEB549937E* CloudRecognizer_create_m5CE79B5BE56C3B4315B625D8DB54EB874C43A34D (String_t* ___0_cloudRecognitionServiceServerAddress, String_t* ___1_apiKey, String_t* ___2_apiSecret, String_t* ___3_cloudRecognitionServiceAppId, const RuntimeMethod* method) ;
|
|
// System.Void easyar.CloudRecognizerFrameFilter::NotifyEmptyPrivateConfig(easyar.CloudRecognizerFrameFilter/PrivateCloudRecognizerServiceConfig)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloudRecognizerFrameFilter_NotifyEmptyPrivateConfig_m7470361911BCCB7D9FA7C1B02AD81C308F99BF23 (CloudRecognizerFrameFilter_t2038454703274381A6400CAEC747F87A853B8316* __this, PrivateCloudRecognizerServiceConfig_t0A6190CA51A48D63D12EB07B73E33C71446A4E92* ___0_config, const RuntimeMethod* method) ;
|
|
// easyar.CloudRecognizer easyar.CloudRecognizer::createByCloudSecret(System.String,System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CloudRecognizer_t27F99F43A57C493819C7299483ADCBAEB549937E* CloudRecognizer_createByCloudSecret_m046D6DE8E6B1BAEB35BB30B226871A613FFC512C (String_t* ___0_cloudRecognitionServiceServerAddress, String_t* ___1_cloudRecognitionServiceSecret, String_t* ___2_cloudRecognitionServiceAppId, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.WaitForEndOfFrame::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WaitForEndOfFrame__ctor_m4AF7E576C01E6B04443BB898B1AE5D645F7D45AB (WaitForEndOfFrame_tE38D80923E3F8380069B423968C25ABE50A46663* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Collections.Generic.Queue`1<easyar.CloudRecognizerFrameFilter/Request>::Contains(T)
|
|
inline bool Queue_1_Contains_mCE2F56241CA77C96CB12317BD1A20665A887ABE0 (Queue_1_t4AD143AF7A961A82813D1CB3F443B3140ABDDCB0* __this, Request_t9240130696DF8E3F2076435911F7FF7C84152F49* ___0_item, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Queue_1_t00794C5F46E3254E713B03F949E6AB3A1AB1FD41*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, const RuntimeMethod*))Queue_1_Contains_m18A922A2A41A33641FC69FAB29C41657375E682F_gshared)((Queue_1_t00794C5F46E3254E713B03F949E6AB3A1AB1FD41*)__this, (Il2CppFullySharedGenericAny)___0_item, method);
|
|
}
|
|
// System.Void easyar.ImageTargetController::UpdateTargetInTracker()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ImageTargetController_UpdateTargetInTracker_mA8685BBF994D73477605C7A03D93BE17304DF5A9 (ImageTargetController_t84FED4EB42B01319DE27986E10F1941E88ACA633* __this, const RuntimeMethod* method) ;
|
|
// easyar.ImageTarget easyar.ImageTargetController::get_Target()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ImageTarget_t2EA76B35550391ED19105CB22E7EC95723D478FB* ImageTargetController_get_Target_m51F32E8D1467745044F011BE80719C022258BC95_inline (ImageTargetController_t84FED4EB42B01319DE27986E10F1941E88ACA633* __this, const RuntimeMethod* method) ;
|
|
// System.Void easyar.TargetController::Start()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TargetController_Start_m6884CD51BDC42ADD477A0073A0F603D1E391007F (TargetController_t8B3D4F1410E51D042DF5E9C689F5C0499E43410A* __this, const RuntimeMethod* method) ;
|
|
// System.Void easyar.ImageTargetController/ImageFileSourceData::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ImageFileSourceData__ctor_m1FC12618D065F916C968FE7C694746EDBE03D2A8 (ImageFileSourceData_t6253D5079E28B45E9A0C1A7A8CFBF74267364C2B* __this, const RuntimeMethod* method) ;
|
|
// System.Void easyar.ImageTargetController::LoadImageFile(easyar.ImageTargetController/ImageFileSourceData)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ImageTargetController_LoadImageFile_m0C96CA4B52C406C7E6E43C118DBCC8A4E65EC484 (ImageTargetController_t84FED4EB42B01319DE27986E10F1941E88ACA633* __this, ImageFileSourceData_t6253D5079E28B45E9A0C1A7A8CFBF74267364C2B* ___0_source, const RuntimeMethod* method) ;
|
|
// System.Void easyar.ImageTargetController/TargetDataFileSourceData::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TargetDataFileSourceData__ctor_m55BE27C785B522450B12B613325E49C7731E0055 (TargetDataFileSourceData_t8A1E6462041EA1563F8FAD0E8DD979416E605C4B* __this, const RuntimeMethod* method) ;
|
|
// System.Void easyar.ImageTargetController::LoadTargetDataFile(easyar.ImageTargetController/TargetDataFileSourceData)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ImageTargetController_LoadTargetDataFile_mAA4A193BCEFA50F50A6581482E302325551EAD2F (ImageTargetController_t84FED4EB42B01319DE27986E10F1941E88ACA633* __this, TargetDataFileSourceData_t8A1E6462041EA1563F8FAD0E8DD979416E605C4B* ___0_source, const RuntimeMethod* method) ;
|
|
// System.Void easyar.ImageTargetController::LoadTarget(easyar.ImageTarget)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ImageTargetController_LoadTarget_mF5B64EE4AED15B3DD9A209046D6B7BCC8CC622D0 (ImageTargetController_t84FED4EB42B01319DE27986E10F1941E88ACA633* __this, ImageTarget_t2EA76B35550391ED19105CB22E7EC95723D478FB* ___0_source, const RuntimeMethod* method) ;
|
|
// System.Void easyar.ImageTargetController::CheckScale()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ImageTargetController_CheckScale_mCE751A9504DDF5A8C08D9516D98674A030375D6B (ImageTargetController_t84FED4EB42B01319DE27986E10F1941E88ACA633* __this, const RuntimeMethod* method) ;
|
|
// System.Void easyar.ImageTargetController::set_Target(easyar.ImageTarget)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ImageTargetController_set_Target_m02DC8AE90C9743C75D8502B044DA5B0EB3356E8A_inline (ImageTargetController_t84FED4EB42B01319DE27986E10F1941E88ACA633* __this, ImageTarget_t2EA76B35550391ED19105CB22E7EC95723D478FB* ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void easyar.ImageTargetController/<>c__DisplayClass34_0::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass34_0__ctor_mEEE0EA8D94387806F61F425BA6D79A5198333424 (U3CU3Ec__DisplayClass34_0_tE6496C4BE78179A1C9B28885E5B13302367509FD* __this, const RuntimeMethod* method) ;
|
|
// easyar.EasyARController easyar.EasyARController::get_Instance()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177* EasyARController_get_Instance_mABB2A176E95F0F90E70BD99B143DDFE4AAE1E8FA_inline (const RuntimeMethod* method) ;
|
|
// System.Void System.Action`1<easyar.Buffer>::.ctor(System.Object,System.IntPtr)
|
|
inline void Action_1__ctor_mA68C1834FFDBC7C5D28D99B99A08B4A0C2EEFBF5 (Action_1_t1FE3A1AE62AE447DF533658E8E8F95603B6246D4* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Action_1_t923A20D1D4F6B55B2ED5AE21B90F1A0CE0450D99*, RuntimeObject*, intptr_t, const RuntimeMethod*))Action_1__ctor_m685A441EC9FAC9D554B26FA83A08F4BEF96DFF0E_gshared)((Action_1_t923A20D1D4F6B55B2ED5AE21B90F1A0CE0450D99*)__this, ___0_object, ___1_method, method);
|
|
}
|
|
// System.Collections.IEnumerator easyar.FileUtil::LoadFile(System.String,easyar.PathType,System.Action`1<easyar.Buffer>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* FileUtil_LoadFile_m503163A62815441E8F2D213A88E2120F8746BA59 (String_t* ___0_filePath, int32_t ___1_filePathType, Action_1_t1FE3A1AE62AE447DF533658E8E8F95603B6246D4* ___2_onLoad, const RuntimeMethod* method) ;
|
|
// System.Void easyar.ImageTargetController::UpdateScale()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ImageTargetController_UpdateScale_m8CB7C3BBFF1AAC4589F22B56D9B843C29F8FF489 (ImageTargetController_t84FED4EB42B01319DE27986E10F1941E88ACA633* __this, const RuntimeMethod* method) ;
|
|
// System.Void easyar.ImageTargetController/<LoadImageBuffer>d__37::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CLoadImageBufferU3Ed__37__ctor_mAD7298F8B7F8975D392A33A3A50D7668B26F0879 (U3CLoadImageBufferU3Ed__37_t50F30BFD3396E0AC8F263F6FA65B7EF4FA341DA5* __this, int32_t ___0_U3CU3E1__state, const RuntimeMethod* method) ;
|
|
// System.Void easyar.ImageTargetController/<LoadTargetDataBuffer>d__38::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CLoadTargetDataBufferU3Ed__38__ctor_mB97520DE4D20C4DB13475167C96FFDE7BA1956CE (U3CLoadTargetDataBufferU3Ed__38_t9138D5541478E945DACB18EDFE6BF5F4A9EE1941* __this, int32_t ___0_U3CU3E1__state, const RuntimeMethod* method) ;
|
|
// System.Void System.Action`2<easyar.Target,System.Boolean>::.ctor(System.Object,System.IntPtr)
|
|
inline void Action_2__ctor_m0D18FC0D2E5634CBDC24690398EE59D4F1EB1101 (Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Action_2_t1D42C7D8DCD2DEB7C556FB3783F0EDAFF694E5E8*, RuntimeObject*, intptr_t, const RuntimeMethod*))Action_2__ctor_m8E9B7F6EE50FEF26FF7537F554B4F5E434F70550_gshared)((Action_2_t1D42C7D8DCD2DEB7C556FB3783F0EDAFF694E5E8*)__this, ___0_object, ___1_method, method);
|
|
}
|
|
// System.Void easyar.ImageTrackerFrameFilter::UnloadImageTarget(easyar.ImageTargetController,System.Action`2<easyar.Target,System.Boolean>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ImageTrackerFrameFilter_UnloadImageTarget_m140DDFA97B4C5CE3D2D0DF57B16BC7417236D115 (ImageTrackerFrameFilter_t1C3BF48AFCFEA2D5BE49CAE9196847DBB5177A9E* __this, ImageTargetController_t84FED4EB42B01319DE27986E10F1941E88ACA633* ___0_controller, Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416* ___1_callback, const RuntimeMethod* method) ;
|
|
// System.Void easyar.ImageTargetController/<>c__DisplayClass39_0::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass39_0__ctor_mBD5D59053BEF1610917495065283499B4E3CA842 (U3CU3Ec__DisplayClass39_0_tE5D71B872E1BD740901F4DC60FF174BD50D20BBA* __this, const RuntimeMethod* method) ;
|
|
// System.Void easyar.ImageTrackerFrameFilter::LoadImageTarget(easyar.ImageTargetController,System.Action`2<easyar.Target,System.Boolean>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ImageTrackerFrameFilter_LoadImageTarget_m1913C46E1811F7617F711317DEE0849AD59B56F1 (ImageTrackerFrameFilter_t1C3BF48AFCFEA2D5BE49CAE9196847DBB5177A9E* __this, ImageTargetController_t84FED4EB42B01319DE27986E10F1941E88ACA633* ___0_controller, Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416* ___1_callback, const RuntimeMethod* method) ;
|
|
// UnityEngine.Vector3 UnityEngine.Vector3::get_one()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Vector3_get_one_mC9B289F1E15C42C597180C9FE6FB492495B51D02_inline (const RuntimeMethod* method) ;
|
|
// UnityEngine.Transform UnityEngine.Component::get_transform()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371 (Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.Vector3 UnityEngine.Vector3::op_Multiply(UnityEngine.Vector3,System.Single)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Vector3_op_Multiply_m87BA7C578F96C8E49BB07088DAAC4649F83B0353_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_a, float ___1_d, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.Transform::set_localScale(UnityEngine.Vector3)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transform_set_localScale_mBA79E811BAF6C47B80FF76414C12B47B3CD03633 (Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* __this, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_value, const RuntimeMethod* method) ;
|
|
// UnityEngine.Vector3 UnityEngine.Transform::get_localScale()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Transform_get_localScale_m804A002A53A645CDFCD15BB0F37209162720363F (Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* __this, const RuntimeMethod* method) ;
|
|
// System.Void easyar.TargetController::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TargetController__ctor_mDD9C4ABEA7BA2296F0538270A52EDECE78395AAC (TargetController_t8B3D4F1410E51D042DF5E9C689F5C0499E43410A* __this, const RuntimeMethod* method) ;
|
|
// easyar.Buffer easyar.Buffer::Clone()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Buffer_t644BF6560BDFFE92C2929A3CBF29C9B124212B54* Buffer_Clone_m5FE5FFB21CD5BFF7A659CFF2CABA0615E8594CEC (Buffer_t644BF6560BDFFE92C2929A3CBF29C9B124212B54* __this, const RuntimeMethod* method) ;
|
|
// System.Collections.IEnumerator easyar.ImageTargetController::LoadTargetDataBuffer(easyar.Buffer)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ImageTargetController_LoadTargetDataBuffer_m77A49E66DE709773C4D9010C6C32B6F7B0719AEC (ImageTargetController_t84FED4EB42B01319DE27986E10F1941E88ACA633* __this, Buffer_t644BF6560BDFFE92C2929A3CBF29C9B124212B54* ___0_buffer, const RuntimeMethod* method) ;
|
|
// System.Void easyar.TargetController::set_IsLoaded(System.Boolean)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void TargetController_set_IsLoaded_mC04541B10A598C71AC8341C94B97C419089F00F1_inline (TargetController_t8B3D4F1410E51D042DF5E9C689F5C0499E43410A* __this, bool ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void System.Action`2<easyar.Target,System.Boolean>::Invoke(T1,T2)
|
|
inline void Action_2_Invoke_m40E18CA03AEAD3EE04F3BF70C8238C2E387A3C36_inline (Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416* __this, Target_tA508D592FB808ECACF85DAE26AF44B5586D6C836* ___0_arg1, bool ___1_arg2, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Action_2_t1D42C7D8DCD2DEB7C556FB3783F0EDAFF694E5E8*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, const RuntimeMethod*))Action_2_Invoke_m6343941059117DF354182855F996EB3D08B4C06C_gshared_inline)((Action_2_t1D42C7D8DCD2DEB7C556FB3783F0EDAFF694E5E8*)__this, (Il2CppFullySharedGenericAny)___0_arg1, (Il2CppFullySharedGenericAny)&___1_arg2, method);
|
|
}
|
|
// System.Collections.IEnumerator easyar.ImageTargetController::LoadImageBuffer(easyar.Buffer,easyar.ImageTargetController/ImageFileSourceData)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ImageTargetController_LoadImageBuffer_m7F9B49796221F397B3DD20951D026A9C61255743 (ImageTargetController_t84FED4EB42B01319DE27986E10F1941E88ACA633* __this, Buffer_t644BF6560BDFFE92C2929A3CBF29C9B124212B54* ___0_buffer, ImageFileSourceData_t6253D5079E28B45E9A0C1A7A8CFBF74267364C2B* ___1_source, const RuntimeMethod* method) ;
|
|
// easyar.Optional`1<easyar.Image> easyar.ImageHelper::decode(easyar.Buffer)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Optional_1_t5B6B0C0045FAE98F843037DDDF9FD8F793FE4741 ImageHelper_decode_m6B4AEE79B43B036144F7FECB18520AE5231E775B (Buffer_t644BF6560BDFFE92C2929A3CBF29C9B124212B54* ___0_buffer, const RuntimeMethod* method) ;
|
|
// System.Void easyar.ImageTargetController/<LoadImageBuffer>d__37::<>m__Finally1()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CLoadImageBufferU3Ed__37_U3CU3Em__Finally1_mBBC56EA8BC7B9C5F6A816F48197E78B10EDE72FD (U3CLoadImageBufferU3Ed__37_t50F30BFD3396E0AC8F263F6FA65B7EF4FA341DA5* __this, const RuntimeMethod* method) ;
|
|
// System.Void easyar.ImageTargetController/<LoadImageBuffer>d__37::System.IDisposable.Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CLoadImageBufferU3Ed__37_System_IDisposable_Dispose_m220F5BF09CE799351978CCE59ACD8830C3B20157 (U3CLoadImageBufferU3Ed__37_t50F30BFD3396E0AC8F263F6FA65B7EF4FA341DA5* __this, const RuntimeMethod* method) ;
|
|
// System.Void easyar.ImageTargetController/<>c__DisplayClass37_0::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass37_0__ctor_m55CAEE5D05CF2B1BC1FC759F1151DBD249384AD0 (U3CU3Ec__DisplayClass37_0_t321CC58E921C8F88E76CDAABB8C6AE8E6B333B55* __this, const RuntimeMethod* method) ;
|
|
// easyar.Optional`1<T> easyar.Optional`1<easyar.Image>::op_Implicit(T)
|
|
inline Optional_1_t5B6B0C0045FAE98F843037DDDF9FD8F793FE4741 Optional_1_op_Implicit_m443E93AF440746C9B0E74890063463A2ED985D35 (Image_tA8E8F2D58C143E9ADB13683D6BC93C8345F46A43* ___0_v, const RuntimeMethod* method)
|
|
{
|
|
Optional_1_t5B6B0C0045FAE98F843037DDDF9FD8F793FE4741 il2cppRetVal;
|
|
(( void (*) (/*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, Optional_1_tA6B99046703E42DC761A5EA69B5DD9AE3295C15E*, const RuntimeMethod*))Optional_1_op_Implicit_m9DF838249C381A7CFD814EB7F3B51DBA3A33B8BE_gshared)((Il2CppFullySharedGenericAny)___0_v, (Optional_1_tA6B99046703E42DC761A5EA69B5DD9AE3295C15E*)&il2cppRetVal, method);
|
|
return il2cppRetVal;
|
|
}
|
|
// System.Void System.Action::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action__ctor_mBDC7B0B4A3F583B64C2896F01BDED360772F67DC (Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) ;
|
|
// System.Void easyar.ThreadWorker::Run(System.Action)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThreadWorker_Run_mE19FF9BF70FEBC298AB58494630216F2FB775F03 (ThreadWorker_t1ADEDA9DB0A15609FBEFE467B9CC337BF57D6D36* __this, Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___0_task, const RuntimeMethod* method) ;
|
|
// System.Boolean easyar.Optional`1<easyar.Image>::get_OnNone()
|
|
inline bool Optional_1_get_OnNone_m2B39DBB26CB1AB0BD202F66A2E5CE4E6C4AEE646 (Optional_1_t5B6B0C0045FAE98F843037DDDF9FD8F793FE4741* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Optional_1_tA6B99046703E42DC761A5EA69B5DD9AE3295C15E*, const RuntimeMethod*))Optional_1_get_OnNone_m348BBDC1E8F13350F4C7CC994731620C981910F7_gshared)((Optional_1_tA6B99046703E42DC761A5EA69B5DD9AE3295C15E*)__this, method);
|
|
}
|
|
// System.Void System.Exception::.ctor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Exception__ctor_m9B2BD92CD68916245A75109105D9071C9D430E7F (Exception_t* __this, String_t* ___0_message, const RuntimeMethod* method) ;
|
|
// T easyar.Optional`1<easyar.Image>::get_Value()
|
|
inline Image_tA8E8F2D58C143E9ADB13683D6BC93C8345F46A43* Optional_1_get_Value_m459F33FD3971F5E725032D66DAF86C653CBEC83F (Optional_1_t5B6B0C0045FAE98F843037DDDF9FD8F793FE4741* __this, const RuntimeMethod* method)
|
|
{
|
|
Image_tA8E8F2D58C143E9ADB13683D6BC93C8345F46A43* il2cppRetVal;
|
|
(( void (*) (Optional_1_tA6B99046703E42DC761A5EA69B5DD9AE3295C15E*, Il2CppFullySharedGenericAny*, const RuntimeMethod*))Optional_1_get_Value_m298F0B1D0350674266E530E983F9F1F7ADB34456_gshared)((Optional_1_tA6B99046703E42DC761A5EA69B5DD9AE3295C15E*)__this, (Il2CppFullySharedGenericAny*)&il2cppRetVal, method);
|
|
return il2cppRetVal;
|
|
}
|
|
// System.Void easyar.ImageTargetParameters::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ImageTargetParameters__ctor_m51DAFFAA165CEA8ED16F7D23D24AC3A69D4D45A0 (ImageTargetParameters_t50B4BB35A88D3E3F8EF3F529A4A98102920EBCAC* __this, const RuntimeMethod* method) ;
|
|
// System.Guid System.Guid::NewGuid()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Guid_t Guid_NewGuid_m1F4894E8DC089811D6252148AD5858E58D43A7BD (const RuntimeMethod* method) ;
|
|
// System.String System.Guid::ToString()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Guid_ToString_m2BFFD5FA726E03FA707AAFCCF065896C46D5290C (Guid_t* __this, const RuntimeMethod* method) ;
|
|
// easyar.Optional`1<easyar.ImageTarget> easyar.ImageTarget::createFromParameters(easyar.ImageTargetParameters)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Optional_1_tF42B2C54CA65016EF2B9D8901BA94188C401B6FE ImageTarget_createFromParameters_mC56AF5381E1C5249867CE5F8253F57F73024BB75 (ImageTargetParameters_t50B4BB35A88D3E3F8EF3F529A4A98102920EBCAC* ___0_parameters, const RuntimeMethod* method) ;
|
|
// System.Boolean easyar.Optional`1<easyar.ImageTarget>::get_OnSome()
|
|
inline bool Optional_1_get_OnSome_m6D6DC92913DB3CFD8FDC06D73452516217946020 (Optional_1_tF42B2C54CA65016EF2B9D8901BA94188C401B6FE* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Optional_1_tA6B99046703E42DC761A5EA69B5DD9AE3295C15E*, const RuntimeMethod*))Optional_1_get_OnSome_m823A399A346792B9157AA732DF76CD821807C162_gshared)((Optional_1_tA6B99046703E42DC761A5EA69B5DD9AE3295C15E*)__this, method);
|
|
}
|
|
// T easyar.Optional`1<easyar.ImageTarget>::get_Value()
|
|
inline ImageTarget_t2EA76B35550391ED19105CB22E7EC95723D478FB* Optional_1_get_Value_m1B40EB1F1CB42848B8DECF2B684225B3CACF2FB1 (Optional_1_tF42B2C54CA65016EF2B9D8901BA94188C401B6FE* __this, const RuntimeMethod* method)
|
|
{
|
|
ImageTarget_t2EA76B35550391ED19105CB22E7EC95723D478FB* il2cppRetVal;
|
|
(( void (*) (Optional_1_tA6B99046703E42DC761A5EA69B5DD9AE3295C15E*, Il2CppFullySharedGenericAny*, const RuntimeMethod*))Optional_1_get_Value_m298F0B1D0350674266E530E983F9F1F7ADB34456_gshared)((Optional_1_tA6B99046703E42DC761A5EA69B5DD9AE3295C15E*)__this, (Il2CppFullySharedGenericAny*)&il2cppRetVal, method);
|
|
return il2cppRetVal;
|
|
}
|
|
// easyar.Optional`1<easyar.ImageTarget> easyar.ImageTarget::createFromTargetData(easyar.Buffer)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Optional_1_tF42B2C54CA65016EF2B9D8901BA94188C401B6FE ImageTarget_createFromTargetData_mD2B3C48C64A74FAF602FA4A29FF12B3AF1AE5206 (Buffer_t644BF6560BDFFE92C2929A3CBF29C9B124212B54* ___0_buffer, const RuntimeMethod* method) ;
|
|
// System.Void easyar.ImageTargetController/<LoadTargetDataBuffer>d__38::<>m__Finally1()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CLoadTargetDataBufferU3Ed__38_U3CU3Em__Finally1_mD671D788B0E9E550EB045FEBA1688343E7177F65 (U3CLoadTargetDataBufferU3Ed__38_t9138D5541478E945DACB18EDFE6BF5F4A9EE1941* __this, const RuntimeMethod* method) ;
|
|
// System.Void easyar.ImageTargetController/<LoadTargetDataBuffer>d__38::System.IDisposable.Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CLoadTargetDataBufferU3Ed__38_System_IDisposable_Dispose_m90FB65BC91CC7E1EA14679CC2B5A663B991729EF (U3CLoadTargetDataBufferU3Ed__38_t9138D5541478E945DACB18EDFE6BF5F4A9EE1941* __this, const RuntimeMethod* method) ;
|
|
// System.Void easyar.ImageTargetController/<>c__DisplayClass38_0::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass38_0__ctor_mDBF0C8B30A87E3FB11A4E0B5216F4257C35B4E79 (U3CU3Ec__DisplayClass38_0_t95778DE5F62CBD94392CA442327A82DB1EA98FBF* __this, const RuntimeMethod* method) ;
|
|
// easyar.Optional`1<T> easyar.Optional`1<easyar.ImageTarget>::op_Implicit(T)
|
|
inline Optional_1_tF42B2C54CA65016EF2B9D8901BA94188C401B6FE Optional_1_op_Implicit_m2380DE20A2A84505FDCAD15A3A653556F9029CF5 (ImageTarget_t2EA76B35550391ED19105CB22E7EC95723D478FB* ___0_v, const RuntimeMethod* method)
|
|
{
|
|
Optional_1_tF42B2C54CA65016EF2B9D8901BA94188C401B6FE il2cppRetVal;
|
|
(( void (*) (/*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, Optional_1_tA6B99046703E42DC761A5EA69B5DD9AE3295C15E*, const RuntimeMethod*))Optional_1_op_Implicit_m9DF838249C381A7CFD814EB7F3B51DBA3A33B8BE_gshared)((Il2CppFullySharedGenericAny)___0_v, (Optional_1_tA6B99046703E42DC761A5EA69B5DD9AE3295C15E*)&il2cppRetVal, method);
|
|
return il2cppRetVal;
|
|
}
|
|
// System.Boolean UnityEngine.Object::op_Equality(UnityEngine.Object,UnityEngine.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605 (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* ___0_x, Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* ___1_y, const RuntimeMethod* method) ;
|
|
// easyar.ImageTracker easyar.ImageTrackerFrameFilter::get_Tracker()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ImageTracker_t936EBB4B806DF339985DABBA2473BC1E6B533813* ImageTrackerFrameFilter_get_Tracker_mD35CBEDB7003023C3A0492EA90098A6677875AAD_inline (ImageTrackerFrameFilter_t1C3BF48AFCFEA2D5BE49CAE9196847DBB5177A9E* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.List`1<easyar.TargetController>::.ctor()
|
|
inline void List_1__ctor_m0ED30BD14E3D4B2C2005E5CDBCFD5C57BB2720BA (List_1_tCEB771A8CDB403FD34D07715A47E3A9EDFD82FEB* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*, const RuntimeMethod*))List_1__ctor_m0AFBAEA7EC427E32CC9CA267B1930DC5DF67A374_gshared)((List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*)__this, method);
|
|
}
|
|
// System.Collections.Generic.Dictionary`2/ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2<System.Int32,easyar.TargetController>::get_Values()
|
|
inline ValueCollection_tA4ABE415D3FF9AD9A5D3FB12C59B128D7747787C* Dictionary_2_get_Values_mBE950BEB4E8C8CB9DF8BA23C79DB6E51EC552459 (Dictionary_2_tDA9BDCAD90AB624680FE8388C5681B4D692FEFFC* __this, const RuntimeMethod* method)
|
|
{
|
|
ValueCollection_tC492596681BD51AB34FC76FA76C15C9B3FFB7B40* il2cppRetVal = (( ValueCollection_tC492596681BD51AB34FC76FA76C15C9B3FFB7B40* (*) (Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E*, const RuntimeMethod*))Dictionary_2_get_Values_mE06FB7381D8152E35F0716DC7FE13788362112A7_gshared)((Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E*)__this, method);
|
|
return (ValueCollection_tA4ABE415D3FF9AD9A5D3FB12C59B128D7747787C*)il2cppRetVal;
|
|
}
|
|
// System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<TKey,TValue> System.Collections.Generic.Dictionary`2/ValueCollection<System.Int32,easyar.TargetController>::GetEnumerator()
|
|
inline Enumerator_t0DB28B560AE92004790F0809B2A567549805D60E ValueCollection_GetEnumerator_m8EA0122F888D6DEA19AE7234AD5BA725A83C0A17 (ValueCollection_tA4ABE415D3FF9AD9A5D3FB12C59B128D7747787C* __this, const RuntimeMethod* method)
|
|
{
|
|
Enumerator_t0DB28B560AE92004790F0809B2A567549805D60E il2cppRetVal;
|
|
(( void (*) (ValueCollection_tC492596681BD51AB34FC76FA76C15C9B3FFB7B40*, Enumerator_tEEF12A9EDAAA0461A72ED9491F6AC20B22440222*, const RuntimeMethod*))ValueCollection_GetEnumerator_m22BB9C6494A679370661D0B6DA1FA7EF744281EA_gshared)((ValueCollection_tC492596681BD51AB34FC76FA76C15C9B3FFB7B40*)__this, (Enumerator_tEEF12A9EDAAA0461A72ED9491F6AC20B22440222*)&il2cppRetVal, method);
|
|
return il2cppRetVal;
|
|
}
|
|
// System.Void System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Int32,easyar.TargetController>::Dispose()
|
|
inline void Enumerator_Dispose_m4C9C140E7EBF55EEF498DFB48BD95408C2EE1902 (Enumerator_t0DB28B560AE92004790F0809B2A567549805D60E* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Enumerator_tEEF12A9EDAAA0461A72ED9491F6AC20B22440222*, const RuntimeMethod*))Enumerator_Dispose_mB05777B182DD6D8C5ED21811C2CA95405D2743F8_gshared)((Enumerator_tEEF12A9EDAAA0461A72ED9491F6AC20B22440222*)__this, method);
|
|
}
|
|
// TValue System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Int32,easyar.TargetController>::get_Current()
|
|
inline TargetController_t8B3D4F1410E51D042DF5E9C689F5C0499E43410A* Enumerator_get_Current_mEAD8F89B621C0C91AA34FDF8EB67F659C8E88FDB_inline (Enumerator_t0DB28B560AE92004790F0809B2A567549805D60E* __this, const RuntimeMethod* method)
|
|
{
|
|
TargetController_t8B3D4F1410E51D042DF5E9C689F5C0499E43410A* il2cppRetVal;
|
|
(( void (*) (Enumerator_tEEF12A9EDAAA0461A72ED9491F6AC20B22440222*, Il2CppFullySharedGenericAny*, const RuntimeMethod*))Enumerator_get_Current_m77681472C32B9ABB97AE602C0D4C365A0A8E8ACE_gshared_inline)((Enumerator_tEEF12A9EDAAA0461A72ED9491F6AC20B22440222*)__this, (Il2CppFullySharedGenericAny*)&il2cppRetVal, method);
|
|
return il2cppRetVal;
|
|
}
|
|
// System.Void System.Collections.Generic.List`1<easyar.TargetController>::Add(T)
|
|
inline void List_1_Add_m1E098C66659F5655CF410EACF6B4855F6262AFEF_inline (List_1_tCEB771A8CDB403FD34D07715A47E3A9EDFD82FEB* __this, TargetController_t8B3D4F1410E51D042DF5E9C689F5C0499E43410A* ___0_item, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, const RuntimeMethod*))List_1_Add_mD4F3498FBD3BDD3F03CBCFB38041CBAC9C28CAFC_gshared_inline)((List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*)__this, (Il2CppFullySharedGenericAny)___0_item, method);
|
|
}
|
|
// System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Int32,easyar.TargetController>::MoveNext()
|
|
inline bool Enumerator_MoveNext_m69C362070D21401B9F9A2DC9CB7D10225C4C92EB (Enumerator_t0DB28B560AE92004790F0809B2A567549805D60E* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Enumerator_tEEF12A9EDAAA0461A72ED9491F6AC20B22440222*, const RuntimeMethod*))Enumerator_MoveNext_m297C3CEEAAC8D29D8F7C93E0801CD1D362D1C66F_gshared)((Enumerator_tEEF12A9EDAAA0461A72ED9491F6AC20B22440222*)__this, method);
|
|
}
|
|
// System.Boolean easyar.ImageTracker::isAvailable()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ImageTracker_isAvailable_mA67EF161DBDF9EAD884ABFD5505A0D0CB1A33BED (const RuntimeMethod* method) ;
|
|
// easyar.ImageTracker easyar.ImageTracker::createWithMode(easyar.ImageTrackerMode)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ImageTracker_t936EBB4B806DF339985DABBA2473BC1E6B533813* ImageTracker_createWithMode_m13009AE524F50D288253943164AE4BB9750A7285 (int32_t ___0_trackMode, const RuntimeMethod* method) ;
|
|
// System.Void easyar.ImageTrackerFrameFilter::set_Tracker(easyar.ImageTracker)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ImageTrackerFrameFilter_set_Tracker_m22F80D8B8C22D223F4C38612B2C0BE20D5D3846C_inline (ImageTrackerFrameFilter_t1C3BF48AFCFEA2D5BE49CAE9196847DBB5177A9E* __this, ImageTracker_t936EBB4B806DF339985DABBA2473BC1E6B533813* ___0_value, const RuntimeMethod* method) ;
|
|
// easyar.ImageTrackerFrameFilter/ResultParameters easyar.ImageTrackerFrameFilter::get_ResultType()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ResultParameters_tAA33B14E1901CE2D4D7576E7DAC587AD6CDBD6D8* ImageTrackerFrameFilter_get_ResultType_m009908762EC32B7AF980A05771FC87F5FD3D2D2C_inline (ImageTrackerFrameFilter_t1C3BF48AFCFEA2D5BE49CAE9196847DBB5177A9E* __this, const RuntimeMethod* method) ;
|
|
// System.Collections.Generic.List`1<easyar.TargetController> easyar.ImageTrackerFrameFilter::get_TargetControllers()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_tCEB771A8CDB403FD34D07715A47E3A9EDFD82FEB* ImageTrackerFrameFilter_get_TargetControllers_m6313B7C8605D2C92100F567EF5BE221110CC327C (ImageTrackerFrameFilter_t1C3BF48AFCFEA2D5BE49CAE9196847DBB5177A9E* __this, const RuntimeMethod* method) ;
|
|
// System.Collections.Generic.List`1/Enumerator<T> System.Collections.Generic.List`1<easyar.TargetController>::GetEnumerator()
|
|
inline Enumerator_t3B3BADE128E7103AC5746AE044A6DD39CBF305DC List_1_GetEnumerator_mF60BB0EE76CD5ABF99057236000C6C0052E94140 (List_1_tCEB771A8CDB403FD34D07715A47E3A9EDFD82FEB* __this, const RuntimeMethod* method)
|
|
{
|
|
Enumerator_t3B3BADE128E7103AC5746AE044A6DD39CBF305DC il2cppRetVal;
|
|
(( void (*) (List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*, Enumerator_tF5AC6CD19D283FBD724440520CEE68FE2602F7AF*, const RuntimeMethod*))List_1_GetEnumerator_m8B2A92ACD4FBA5FBDC3F6F4F5C23A0DDF491DA61_gshared)((List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*)__this, (Enumerator_tF5AC6CD19D283FBD724440520CEE68FE2602F7AF*)&il2cppRetVal, method);
|
|
return il2cppRetVal;
|
|
}
|
|
// System.Void System.Collections.Generic.List`1/Enumerator<easyar.TargetController>::Dispose()
|
|
inline void Enumerator_Dispose_m0D7BC460B750F461537C4E304D3E5753A6F89D7E (Enumerator_t3B3BADE128E7103AC5746AE044A6DD39CBF305DC* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Enumerator_tF5AC6CD19D283FBD724440520CEE68FE2602F7AF*, const RuntimeMethod*))Enumerator_Dispose_mFE1EBE6F6425283FEAEAE7C79D02CDE4F9D367E8_gshared)((Enumerator_tF5AC6CD19D283FBD724440520CEE68FE2602F7AF*)__this, method);
|
|
}
|
|
// T System.Collections.Generic.List`1/Enumerator<easyar.TargetController>::get_Current()
|
|
inline TargetController_t8B3D4F1410E51D042DF5E9C689F5C0499E43410A* Enumerator_get_Current_m8B3F02FD5A08D4F7409D38D99D4770A4A0235C61_inline (Enumerator_t3B3BADE128E7103AC5746AE044A6DD39CBF305DC* __this, const RuntimeMethod* method)
|
|
{
|
|
TargetController_t8B3D4F1410E51D042DF5E9C689F5C0499E43410A* il2cppRetVal;
|
|
(( void (*) (Enumerator_tF5AC6CD19D283FBD724440520CEE68FE2602F7AF*, Il2CppFullySharedGenericAny*, const RuntimeMethod*))Enumerator_get_Current_m8B42D4B2DE853B9D11B997120CD0228D4780E394_gshared_inline)((Enumerator_tF5AC6CD19D283FBD724440520CEE68FE2602F7AF*)__this, (Il2CppFullySharedGenericAny*)&il2cppRetVal, method);
|
|
return il2cppRetVal;
|
|
}
|
|
// System.Void easyar.ImageTrackerFrameFilter::UnloadTarget(easyar.ImageTargetController)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ImageTrackerFrameFilter_UnloadTarget_m3DF61D5F6672C7B66936062F0C5214B2F4A80641 (ImageTrackerFrameFilter_t1C3BF48AFCFEA2D5BE49CAE9196847DBB5177A9E* __this, ImageTargetController_t84FED4EB42B01319DE27986E10F1941E88ACA633* ___0_target, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Collections.Generic.List`1/Enumerator<easyar.TargetController>::MoveNext()
|
|
inline bool Enumerator_MoveNext_mA89D3D2BDB945770F17C9D81C2860BA48C12A27D (Enumerator_t3B3BADE128E7103AC5746AE044A6DD39CBF305DC* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Enumerator_tF5AC6CD19D283FBD724440520CEE68FE2602F7AF*, const RuntimeMethod*))Enumerator_MoveNext_m8D8E5E878AF0A88A535AB1AB5BA4F23E151A678A_gshared)((Enumerator_tF5AC6CD19D283FBD724440520CEE68FE2602F7AF*)__this, method);
|
|
}
|
|
// easyar.TargetController easyar.ImageTrackerFrameFilter::TryGetTargetController(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TargetController_t8B3D4F1410E51D042DF5E9C689F5C0499E43410A* ImageTrackerFrameFilter_TryGetTargetController_m0229449EC763B1A249355AB021F3B83BA12C13D6 (ImageTrackerFrameFilter_t1C3BF48AFCFEA2D5BE49CAE9196847DBB5177A9E* __this, int32_t ___0_runtimeID, const RuntimeMethod* method) ;
|
|
// System.Void easyar.ImageTargetController::set_Tracker(easyar.ImageTrackerFrameFilter)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ImageTargetController_set_Tracker_mA9CCBB114C5479A0679FEF22A74B67DB9D1AD26B (ImageTargetController_t84FED4EB42B01319DE27986E10F1941E88ACA633* __this, ImageTrackerFrameFilter_t1C3BF48AFCFEA2D5BE49CAE9196847DBB5177A9E* ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void easyar.ImageTrackerFrameFilter::add_SimultaneousNumChanged(System.Action)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ImageTrackerFrameFilter_add_SimultaneousNumChanged_mA65F772F18A27A613DED284D48B830694EB66E83 (ImageTrackerFrameFilter_t1C3BF48AFCFEA2D5BE49CAE9196847DBB5177A9E* __this, Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.List`1<System.Tuple`2<easyar.TargetController,UnityEngine.Pose>>::.ctor()
|
|
inline void List_1__ctor_m670FC77C7901F370CE7234C080C66911DAFB974B (List_1_t47AF7A21A7E23F1FB8146739E4B3E8A1D1390177* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*, const RuntimeMethod*))List_1__ctor_m0AFBAEA7EC427E32CC9CA267B1930DC5DF67A374_gshared)((List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*)__this, method);
|
|
}
|
|
// System.Void System.Collections.Generic.List`1<System.Int32>::.ctor()
|
|
inline void List_1__ctor_m17F501B5A5C289ECE1B4F3D6EBF05DFA421433F8 (List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*, const RuntimeMethod*))List_1__ctor_m0AFBAEA7EC427E32CC9CA267B1930DC5DF67A374_gshared)((List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*)__this, method);
|
|
}
|
|
// System.Boolean easyar.Optional`1<easyar.FrameFilterResult>::get_OnSome()
|
|
inline bool Optional_1_get_OnSome_mA50C2B5A1B5C89E089075D4DAEAE0ECD8E9A6806 (Optional_1_tA9A7D121458D1F7265383C0CD17356CB98BA6841* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Optional_1_tA6B99046703E42DC761A5EA69B5DD9AE3295C15E*, const RuntimeMethod*))Optional_1_get_OnSome_m823A399A346792B9157AA732DF76CD821807C162_gshared)((Optional_1_tA6B99046703E42DC761A5EA69B5DD9AE3295C15E*)__this, method);
|
|
}
|
|
// T easyar.Optional`1<easyar.FrameFilterResult>::get_Value()
|
|
inline FrameFilterResult_tBF48CF017CB177BCB85FE4F763750400C9A24F6B* Optional_1_get_Value_mBCD175B228A43203E84E84578EAFDF8687BC53FD (Optional_1_tA9A7D121458D1F7265383C0CD17356CB98BA6841* __this, const RuntimeMethod* method)
|
|
{
|
|
FrameFilterResult_tBF48CF017CB177BCB85FE4F763750400C9A24F6B* il2cppRetVal;
|
|
(( void (*) (Optional_1_tA6B99046703E42DC761A5EA69B5DD9AE3295C15E*, Il2CppFullySharedGenericAny*, const RuntimeMethod*))Optional_1_get_Value_m298F0B1D0350674266E530E983F9F1F7ADB34456_gshared)((Optional_1_tA6B99046703E42DC761A5EA69B5DD9AE3295C15E*)__this, (Il2CppFullySharedGenericAny*)&il2cppRetVal, method);
|
|
return il2cppRetVal;
|
|
}
|
|
// System.Collections.Generic.List`1/Enumerator<T> System.Collections.Generic.List`1<easyar.TargetInstance>::GetEnumerator()
|
|
inline Enumerator_tD5D17AED76B8978BB6FD8A4417D05179AF863463 List_1_GetEnumerator_mCCE4049DDE32C31B190763A4E1A56918F86BFE75 (List_1_t02CCFA330F41314AC87A5442E54CDC91260E5F35* __this, const RuntimeMethod* method)
|
|
{
|
|
Enumerator_tD5D17AED76B8978BB6FD8A4417D05179AF863463 il2cppRetVal;
|
|
(( void (*) (List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*, Enumerator_tF5AC6CD19D283FBD724440520CEE68FE2602F7AF*, const RuntimeMethod*))List_1_GetEnumerator_m8B2A92ACD4FBA5FBDC3F6F4F5C23A0DDF491DA61_gshared)((List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*)__this, (Enumerator_tF5AC6CD19D283FBD724440520CEE68FE2602F7AF*)&il2cppRetVal, method);
|
|
return il2cppRetVal;
|
|
}
|
|
// System.Void System.Collections.Generic.List`1/Enumerator<easyar.TargetInstance>::Dispose()
|
|
inline void Enumerator_Dispose_m5C1BC2164A8C3C96D5683B5ABC56536E8EB47463 (Enumerator_tD5D17AED76B8978BB6FD8A4417D05179AF863463* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Enumerator_tF5AC6CD19D283FBD724440520CEE68FE2602F7AF*, const RuntimeMethod*))Enumerator_Dispose_mFE1EBE6F6425283FEAEAE7C79D02CDE4F9D367E8_gshared)((Enumerator_tF5AC6CD19D283FBD724440520CEE68FE2602F7AF*)__this, method);
|
|
}
|
|
// T System.Collections.Generic.List`1/Enumerator<easyar.TargetInstance>::get_Current()
|
|
inline TargetInstance_tE73C3AC33284F56F71BB4462DA5FDCBBE054F263* Enumerator_get_Current_mFE27D18CCD20C4477510958A5F173FF60F2EBE8B_inline (Enumerator_tD5D17AED76B8978BB6FD8A4417D05179AF863463* __this, const RuntimeMethod* method)
|
|
{
|
|
TargetInstance_tE73C3AC33284F56F71BB4462DA5FDCBBE054F263* il2cppRetVal;
|
|
(( void (*) (Enumerator_tF5AC6CD19D283FBD724440520CEE68FE2602F7AF*, Il2CppFullySharedGenericAny*, const RuntimeMethod*))Enumerator_get_Current_m8B42D4B2DE853B9D11B997120CD0228D4780E394_gshared_inline)((Enumerator_tF5AC6CD19D283FBD724440520CEE68FE2602F7AF*)__this, (Il2CppFullySharedGenericAny*)&il2cppRetVal, method);
|
|
return il2cppRetVal;
|
|
}
|
|
// System.Void System.Collections.Generic.List`1<System.Int32>::Add(T)
|
|
inline void List_1_Add_m0248A96C5334E9A93E6994B7780478BCD994EA3D_inline (List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73* __this, int32_t ___0_item, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, const RuntimeMethod*))List_1_Add_mD4F3498FBD3BDD3F03CBCFB38041CBAC9C28CAFC_gshared_inline)((List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*)__this, (Il2CppFullySharedGenericAny)&___0_item, method);
|
|
}
|
|
// UnityEngine.Pose easyar.APIExtend::ToUnityPose(easyar.Matrix44F)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971 APIExtend_ToUnityPose_m866EAEEC87D6E91C2A1436D16B316565D61E2515 (Matrix44F_t2AC2E226036AA644931F63203A7171FB070EA515 ___0_pose, const RuntimeMethod* method) ;
|
|
// System.Tuple`2<T1,T2> System.Tuple::Create<easyar.TargetController,UnityEngine.Pose>(T1,T2)
|
|
inline Tuple_2_tF552AE5D6AB00D317B06DBDE75ADF54CA042BD7A* Tuple_Create_TisTargetController_t8B3D4F1410E51D042DF5E9C689F5C0499E43410A_TisPose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971_m62EE33C1E27A509E58015F4B6C6567A953D1C3E0 (TargetController_t8B3D4F1410E51D042DF5E9C689F5C0499E43410A* ___0_item1, Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971 ___1_item2, const RuntimeMethod* method)
|
|
{
|
|
Tuple_2_t70DF7570FDF62592ED394F88C0CA61A12E7647C8* il2cppRetVal = (( Tuple_2_t70DF7570FDF62592ED394F88C0CA61A12E7647C8* (*) (/*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, const RuntimeMethod*))Tuple_Create_TisIl2CppFullySharedGenericAny_TisIl2CppFullySharedGenericAny_mDA77107B30389EA4092249AFF47FFBFFE45BB038_gshared)((Il2CppFullySharedGenericAny)___0_item1, (Il2CppFullySharedGenericAny)&___1_item2, method);
|
|
return (Tuple_2_tF552AE5D6AB00D317B06DBDE75ADF54CA042BD7A*)il2cppRetVal;
|
|
}
|
|
// System.Void System.Collections.Generic.List`1<System.Tuple`2<easyar.TargetController,UnityEngine.Pose>>::Add(T)
|
|
inline void List_1_Add_m274CFC969F9E9088090164587A521AB14B89AEFA_inline (List_1_t47AF7A21A7E23F1FB8146739E4B3E8A1D1390177* __this, Tuple_2_tF552AE5D6AB00D317B06DBDE75ADF54CA042BD7A* ___0_item, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, const RuntimeMethod*))List_1_Add_mD4F3498FBD3BDD3F03CBCFB38041CBAC9C28CAFC_gshared_inline)((List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*)__this, (Il2CppFullySharedGenericAny)___0_item, method);
|
|
}
|
|
// System.Boolean System.Collections.Generic.List`1/Enumerator<easyar.TargetInstance>::MoveNext()
|
|
inline bool Enumerator_MoveNext_m6AFD022A43239897C657CA97259EE3A4E60ADC0F (Enumerator_tD5D17AED76B8978BB6FD8A4417D05179AF863463* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Enumerator_tF5AC6CD19D283FBD724440520CEE68FE2602F7AF*, const RuntimeMethod*))Enumerator_MoveNext_m8D8E5E878AF0A88A535AB1AB5BA4F23E151A678A_gshared)((Enumerator_tF5AC6CD19D283FBD724440520CEE68FE2602F7AF*)__this, method);
|
|
}
|
|
// System.Collections.Generic.List`1/Enumerator<T> System.Collections.Generic.List`1<System.Int32>::GetEnumerator()
|
|
inline Enumerator_t9DBCD072C72E44AB8959D9884EF7F528028F20EC List_1_GetEnumerator_mCADB185AB483C855873FCD0B1D5AAC909ED7F7BD (List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73* __this, const RuntimeMethod* method)
|
|
{
|
|
Enumerator_t9DBCD072C72E44AB8959D9884EF7F528028F20EC il2cppRetVal;
|
|
(( void (*) (List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*, Enumerator_tF5AC6CD19D283FBD724440520CEE68FE2602F7AF*, const RuntimeMethod*))List_1_GetEnumerator_m8B2A92ACD4FBA5FBDC3F6F4F5C23A0DDF491DA61_gshared)((List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*)__this, (Enumerator_tF5AC6CD19D283FBD724440520CEE68FE2602F7AF*)&il2cppRetVal, method);
|
|
return il2cppRetVal;
|
|
}
|
|
// System.Void System.Collections.Generic.List`1/Enumerator<System.Int32>::Dispose()
|
|
inline void Enumerator_Dispose_m38A9F15FDBDCDFB9590C961110777EE028621923 (Enumerator_t9DBCD072C72E44AB8959D9884EF7F528028F20EC* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Enumerator_tF5AC6CD19D283FBD724440520CEE68FE2602F7AF*, const RuntimeMethod*))Enumerator_Dispose_mFE1EBE6F6425283FEAEAE7C79D02CDE4F9D367E8_gshared)((Enumerator_tF5AC6CD19D283FBD724440520CEE68FE2602F7AF*)__this, method);
|
|
}
|
|
// T System.Collections.Generic.List`1/Enumerator<System.Int32>::get_Current()
|
|
inline int32_t Enumerator_get_Current_mB49912FF111A954F2C326BF4FA29A53C1027187B_inline (Enumerator_t9DBCD072C72E44AB8959D9884EF7F528028F20EC* __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t il2cppRetVal;
|
|
(( void (*) (Enumerator_tF5AC6CD19D283FBD724440520CEE68FE2602F7AF*, Il2CppFullySharedGenericAny*, const RuntimeMethod*))Enumerator_get_Current_m8B42D4B2DE853B9D11B997120CD0228D4780E394_gshared_inline)((Enumerator_tF5AC6CD19D283FBD724440520CEE68FE2602F7AF*)__this, (Il2CppFullySharedGenericAny*)&il2cppRetVal, method);
|
|
return il2cppRetVal;
|
|
}
|
|
// System.Boolean System.Collections.Generic.List`1/Enumerator<System.Int32>::MoveNext()
|
|
inline bool Enumerator_MoveNext_m39C71A39758E2B4A04F44F20FCEFAF7009D5F312 (Enumerator_t9DBCD072C72E44AB8959D9884EF7F528028F20EC* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Enumerator_tF5AC6CD19D283FBD724440520CEE68FE2602F7AF*, const RuntimeMethod*))Enumerator_MoveNext_m8D8E5E878AF0A88A535AB1AB5BA4F23E151A678A_gshared)((Enumerator_tF5AC6CD19D283FBD724440520CEE68FE2602F7AF*)__this, method);
|
|
}
|
|
// System.Boolean System.Collections.Generic.List`1<System.Int32>::Contains(T)
|
|
inline bool List_1_Contains_m4FD96E89F15844C90032C7386BAB528817F1FF5B (List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73* __this, int32_t ___0_item, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, const RuntimeMethod*))List_1_Contains_m8DA550B703DFB328B69C4712064C667D7CA33DF1_gshared)((List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*)__this, (Il2CppFullySharedGenericAny)&___0_item, method);
|
|
}
|
|
// System.Boolean System.Collections.Generic.List`1<System.Int32>::Remove(T)
|
|
inline bool List_1_Remove_m2B41E5B9E061DD4D5F58B693018024AADF2AD7F5 (List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73* __this, int32_t ___0_item, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, const RuntimeMethod*))List_1_Remove_m9BCE8CEF94E6F2BF8624D65214FF4F3CA686D60C_gshared)((List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*)__this, (Il2CppFullySharedGenericAny)&___0_item, method);
|
|
}
|
|
// System.Boolean easyar.TargetController::get_IsLoaded()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool TargetController_get_IsLoaded_m664FA600C560DDD419101466B8A4F3F61062A5FA_inline (TargetController_t8B3D4F1410E51D042DF5E9C689F5C0499E43410A* __this, const RuntimeMethod* method) ;
|
|
// System.Void easyar.TargetController::OnTracking(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TargetController_OnTracking_m7D2AC6C286576BF1C4EBA84B0C1D484E6C096CE2 (TargetController_t8B3D4F1410E51D042DF5E9C689F5C0499E43410A* __this, bool ___0_status, const RuntimeMethod* method) ;
|
|
// easyar.Optional`1<T> easyar.Optional`1<System.Collections.Generic.List`1<System.Tuple`2<easyar.TargetController,UnityEngine.Pose>>>::op_Implicit(T)
|
|
inline Optional_1_t5AF2475D02CCAD63B40183BFA862E1BC1E764B11 Optional_1_op_Implicit_mF4F473FF913C9255B52D5F897B262C6901BB0320 (List_1_t47AF7A21A7E23F1FB8146739E4B3E8A1D1390177* ___0_v, const RuntimeMethod* method)
|
|
{
|
|
Optional_1_t5AF2475D02CCAD63B40183BFA862E1BC1E764B11 il2cppRetVal;
|
|
(( void (*) (/*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, Optional_1_tA6B99046703E42DC761A5EA69B5DD9AE3295C15E*, const RuntimeMethod*))Optional_1_op_Implicit_m9DF838249C381A7CFD814EB7F3B51DBA3A33B8BE_gshared)((Il2CppFullySharedGenericAny)___0_v, (Optional_1_tA6B99046703E42DC761A5EA69B5DD9AE3295C15E*)&il2cppRetVal, method);
|
|
return il2cppRetVal;
|
|
}
|
|
// easyar.Optional`1<System.Tuple`2<UnityEngine.GameObject,UnityEngine.Pose>> easyar.FrameFilter::TryGetCenterTarget(UnityEngine.GameObject)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Optional_1_t8073BB33923F15A046D97ABCFFD2DE478D50160C FrameFilter_TryGetCenterTarget_m80F02FD5762F438788D3B765F7F1A92FE66E13B8 (FrameFilter_tEF74686432B3C28E888F223945B0BF3FC58AD214* __this, GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___0_center, const RuntimeMethod* method) ;
|
|
// System.Void easyar.FrameFilter::UpdateTargetTransform(UnityEngine.GameObject,UnityEngine.Pose)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FrameFilter_UpdateTargetTransform_m4A7CBF9404A439EF323808B698C1F1933472C7A6 (FrameFilter_tEF74686432B3C28E888F223945B0BF3FC58AD214* __this, GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___0_center, Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971 ___1_centerPose, const RuntimeMethod* method) ;
|
|
// System.Void easyar.ImageTrackerFrameFilter/<>c__DisplayClass42_0::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass42_0__ctor_m052A7D2B41AC881500B264DC73E81FC4D4773037 (U3CU3Ec__DisplayClass42_0_t37F31AE2898A372607420766924CA36ADCFD7D15* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.Dictionary`2<System.Int32,easyar.TargetController>::set_Item(TKey,TValue)
|
|
inline void Dictionary_2_set_Item_mDCBC62BB9558D128982C6E3A28C7C7935F338010 (Dictionary_2_tDA9BDCAD90AB624680FE8388C5681B4D692FEFFC* __this, int32_t ___0_key, TargetController_t8B3D4F1410E51D042DF5E9C689F5C0499E43410A* ___1_value, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, const RuntimeMethod*))Dictionary_2_set_Item_m4C6841170DD11AED683D2D71919F362A4CFF4A80_gshared)((Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E*)__this, (Il2CppFullySharedGenericAny)&___0_key, (Il2CppFullySharedGenericAny)___1_value, method);
|
|
}
|
|
// System.Void easyar.ImageTrackerFrameFilter/<>c__DisplayClass43_0::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass43_0__ctor_m0A3B2C7303E000707BDA27F43442B9339B9A61AB (U3CU3Ec__DisplayClass43_0_tD7C7758FE89F5D384041998C14FC6089EA8D8126* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,easyar.TargetController>::Remove(TKey)
|
|
inline bool Dictionary_2_Remove_mA15925A86B929CA020BA9C0D87554570D9256C95 (Dictionary_2_tDA9BDCAD90AB624680FE8388C5681B4D692FEFFC* __this, int32_t ___0_key, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, const RuntimeMethod*))Dictionary_2_Remove_m583C4F0E2926B584BE6EC6008195360FC631C14C_gshared)((Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E*)__this, (Il2CppFullySharedGenericAny)&___0_key, method);
|
|
}
|
|
// System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,easyar.TargetController>::TryGetValue(TKey,TValue&)
|
|
inline bool Dictionary_2_TryGetValue_m90FC96DB37921638625774E95008773D60BA7650 (Dictionary_2_tDA9BDCAD90AB624680FE8388C5681B4D692FEFFC* __this, int32_t ___0_key, TargetController_t8B3D4F1410E51D042DF5E9C689F5C0499E43410A** ___1_value, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType&*/Il2CppFullySharedGenericAny*, const RuntimeMethod*))Dictionary_2_TryGetValue_m7519D765EAF1E8A7D3137C2F1B7B3A01D15A1692_gshared)((Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E*)__this, (Il2CppFullySharedGenericAny)&___0_key, (Il2CppFullySharedGenericAny*)___1_value, method);
|
|
}
|
|
// System.Void System.Collections.Generic.Dictionary`2<System.Int32,easyar.TargetController>::.ctor()
|
|
inline void Dictionary_2__ctor_m09737653524481C010C77FCECBB14A2B8A698F77 (Dictionary_2_tDA9BDCAD90AB624680FE8388C5681B4D692FEFFC* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E*, const RuntimeMethod*))Dictionary_2__ctor_m7745B6ED71E47C95E1BFCE647C4F026A404C668F_gshared)((Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E*)__this, method);
|
|
}
|
|
// System.Void easyar.ImageTrackerFrameFilter/ResultParameters::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ResultParameters__ctor_m05D095E12442A217353D8E1A64DF9659AE65D41C (ResultParameters_tAA33B14E1901CE2D4D7576E7DAC587AD6CDBD6D8* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Action`3<easyar.ImageTargetController,easyar.Target,System.Boolean>::Invoke(T1,T2,T3)
|
|
inline void Action_3_Invoke_m534022D97F7DEB8D6A7B6F3BCAFE3AC9DBD16711_inline (Action_3_t0DC67ABCE6073BEE491A6230123FE12606C4D6CE* __this, ImageTargetController_t84FED4EB42B01319DE27986E10F1941E88ACA633* ___0_arg1, Target_tA508D592FB808ECACF85DAE26AF44B5586D6C836* ___1_arg2, bool ___2_arg3, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Action_3_t838D6B6BB4BFFC6E8430C389747DB008A0B26146*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, const RuntimeMethod*))Action_3_Invoke_m20DB96A6E4363A11EE736FB20842C52E012CA3D6_gshared_inline)((Action_3_t838D6B6BB4BFFC6E8430C389747DB008A0B26146*)__this, (Il2CppFullySharedGenericAny)___0_arg1, (Il2CppFullySharedGenericAny)___1_arg2, (Il2CppFullySharedGenericAny)&___2_arg3, method);
|
|
}
|
|
// System.Void easyar.ObjectTargetController::UpdateTargetInTracker()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectTargetController_UpdateTargetInTracker_m7AF46A415F20D4DBC79E9BEA4C79285C50F690BE (ObjectTargetController_t48B32473B80F782C65609F8050CF308590D0DEE8* __this, const RuntimeMethod* method) ;
|
|
// easyar.ObjectTarget easyar.ObjectTargetController::get_Target()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ObjectTarget_t3A3463C5371DB932B7DCAA1EE9BEECC47EE97561* ObjectTargetController_get_Target_m68ACD08B1961274389988847AB9C00725BF35FD1_inline (ObjectTargetController_t48B32473B80F782C65609F8050CF308590D0DEE8* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.Vector3 easyar.APIExtend::ToUnityVector(easyar.Vec3F)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 APIExtend_ToUnityVector_m15A5A06A61B85412312BDA1759ED3FC6B2B4D5A3 (Vec3F_t1697E529DB6D3D351055A5A52CF0974F2422E630 ___0_vec3, const RuntimeMethod* method) ;
|
|
// System.Void easyar.ObjectTargetController/ObjFileSourceData::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjFileSourceData__ctor_mED731E21ED70A57C221B8DF9B1E97CB62C727E01 (ObjFileSourceData_t12FD5C0AA2C6B5B0C12FC0D02D9EA9B3BF5F1533* __this, const RuntimeMethod* method) ;
|
|
// System.Void easyar.ObjectTargetController::LoadObjFile(easyar.ObjectTargetController/ObjFileSourceData)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectTargetController_LoadObjFile_m514FEFFD00E8C964D18C691BD967457BCB14489D (ObjectTargetController_t48B32473B80F782C65609F8050CF308590D0DEE8* __this, ObjFileSourceData_t12FD5C0AA2C6B5B0C12FC0D02D9EA9B3BF5F1533* ___0_source, const RuntimeMethod* method) ;
|
|
// System.Void easyar.ObjectTargetController::LoadTarget(easyar.ObjectTarget)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectTargetController_LoadTarget_m97DE83C58022ED98AC330EE99C7D9E1755FA4B69 (ObjectTargetController_t48B32473B80F782C65609F8050CF308590D0DEE8* __this, ObjectTarget_t3A3463C5371DB932B7DCAA1EE9BEECC47EE97561* ___0_source, const RuntimeMethod* method) ;
|
|
// System.Void easyar.ObjectTargetController::CheckScale()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectTargetController_CheckScale_mE6107D0B643C1CBFD33975A732FC7238F4A5632A (ObjectTargetController_t48B32473B80F782C65609F8050CF308590D0DEE8* __this, const RuntimeMethod* method) ;
|
|
// System.Void easyar.ObjectTargetController::set_Target(easyar.ObjectTarget)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ObjectTargetController_set_Target_m424F61A0D108DF516FFB4DCA198F9C1C99382AD6_inline (ObjectTargetController_t48B32473B80F782C65609F8050CF308590D0DEE8* __this, ObjectTarget_t3A3463C5371DB932B7DCAA1EE9BEECC47EE97561* ___0_value, const RuntimeMethod* method) ;
|
|
// System.Collections.IEnumerator easyar.ObjectTargetController::LoadObjFileFromSource(easyar.ObjectTargetController/ObjFileSourceData)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ObjectTargetController_LoadObjFileFromSource_m161EED430F897AD636667F7AC73B7DE66863408B (ObjectTargetController_t48B32473B80F782C65609F8050CF308590D0DEE8* __this, ObjFileSourceData_t12FD5C0AA2C6B5B0C12FC0D02D9EA9B3BF5F1533* ___0_source, const RuntimeMethod* method) ;
|
|
// System.Void easyar.ObjectTargetController::UpdateScale()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectTargetController_UpdateScale_mA2481965F25B0A906118374F27983B633BB4A580 (ObjectTargetController_t48B32473B80F782C65609F8050CF308590D0DEE8* __this, const RuntimeMethod* method) ;
|
|
// System.Void easyar.ObjectTargetController/<LoadObjFileFromSource>d__35::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CLoadObjFileFromSourceU3Ed__35__ctor_mDBAECBF92D75C2CA4451954AA55633799D71C4EF (U3CLoadObjFileFromSourceU3Ed__35_t0319077D5BBC5B635CA83A0000D92F71C5CD6687* __this, int32_t ___0_U3CU3E1__state, const RuntimeMethod* method) ;
|
|
// System.Void easyar.ObjectTrackerFrameFilter::UnloadObjectTarget(easyar.ObjectTargetController,System.Action`2<easyar.Target,System.Boolean>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectTrackerFrameFilter_UnloadObjectTarget_m28716FD90A62AE918D74EC84644C1B1CF420851D (ObjectTrackerFrameFilter_t9A3F8B9F26D5021DEC972A8AD994AA405A1020FC* __this, ObjectTargetController_t48B32473B80F782C65609F8050CF308590D0DEE8* ___0_controller, Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416* ___1_callback, const RuntimeMethod* method) ;
|
|
// System.Void easyar.ObjectTargetController/<>c__DisplayClass36_0::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass36_0__ctor_m5C414A2844BCF166ECE0BA531F0CB053FF112608 (U3CU3Ec__DisplayClass36_0_t6A636853EE875C799497C23495F20757F8BBE626* __this, const RuntimeMethod* method) ;
|
|
// System.Void easyar.ObjectTrackerFrameFilter::LoadObjectTarget(easyar.ObjectTargetController,System.Action`2<easyar.Target,System.Boolean>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectTrackerFrameFilter_LoadObjectTarget_m864D67FB3A7A21BB63350049CCAAA6047D0EAE28 (ObjectTrackerFrameFilter_t9A3F8B9F26D5021DEC972A8AD994AA405A1020FC* __this, ObjectTargetController_t48B32473B80F782C65609F8050CF308590D0DEE8* ___0_controller, Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416* ___1_callback, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.List`1<System.String>::.ctor()
|
|
inline void List_1__ctor_mCA8DD57EAC70C2B5923DBB9D5A77CEAC22E7068E (List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*, const RuntimeMethod*))List_1__ctor_m0AFBAEA7EC427E32CC9CA267B1930DC5DF67A374_gshared)((List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*)__this, method);
|
|
}
|
|
// System.String easyar.FileUtil::PathToUrl(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* FileUtil_PathToUrl_m36754E7FC561C79394A63B98A2AE8AFD11EA24D4 (String_t* ___0_path, const RuntimeMethod* method) ;
|
|
// System.Void easyar.ObjectTargetController/<LoadObjFileFromSource>d__35::<>m__Finally1()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CLoadObjFileFromSourceU3Ed__35_U3CU3Em__Finally1_m5D896F038C6263FE2A76C7EFCBC9F9046AEC41E5 (U3CLoadObjFileFromSourceU3Ed__35_t0319077D5BBC5B635CA83A0000D92F71C5CD6687* __this, const RuntimeMethod* method) ;
|
|
// System.Void easyar.ObjectTargetController/<LoadObjFileFromSource>d__35::<>m__Finally2()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CLoadObjFileFromSourceU3Ed__35_U3CU3Em__Finally2_mA935AA5C1A3AADD316BFF934C98E7FFE781FD868 (U3CLoadObjFileFromSourceU3Ed__35_t0319077D5BBC5B635CA83A0000D92F71C5CD6687* __this, const RuntimeMethod* method) ;
|
|
// System.Void easyar.ObjectTargetController/<LoadObjFileFromSource>d__35::System.IDisposable.Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CLoadObjFileFromSourceU3Ed__35_System_IDisposable_Dispose_m26A87B842EF470403700866A04505F3B8AE37116 (U3CLoadObjFileFromSourceU3Ed__35_t0319077D5BBC5B635CA83A0000D92F71C5CD6687* __this, const RuntimeMethod* method) ;
|
|
// System.Void easyar.ObjectTargetController/<>c__DisplayClass35_0::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass35_0__ctor_m323041982EBA8DC1686D8FE149F6BDBB8927189D (U3CU3Ec__DisplayClass35_0_t408F760B0D3407EBB7D41A5C09CADE3D5E502AE1* __this, const RuntimeMethod* method) ;
|
|
// System.Void easyar.BufferDictionary::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BufferDictionary__ctor_mE62FDF347908688343AD0704EFC5B0FA64475326 (BufferDictionary_tE490AD0F155B30D742A22BB6E0B5A39C771DFC94* __this, const RuntimeMethod* method) ;
|
|
// System.Collections.Generic.List`1/Enumerator<T> System.Collections.Generic.List`1<System.String>::GetEnumerator()
|
|
inline Enumerator_tA7A4B718FE1ED1D87565680D8C8195EC8AEAB3D1 List_1_GetEnumerator_m7692B5F182858B7D5C72C920D09AD48738D1E70D (List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* __this, const RuntimeMethod* method)
|
|
{
|
|
Enumerator_tA7A4B718FE1ED1D87565680D8C8195EC8AEAB3D1 il2cppRetVal;
|
|
(( void (*) (List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*, Enumerator_tF5AC6CD19D283FBD724440520CEE68FE2602F7AF*, const RuntimeMethod*))List_1_GetEnumerator_m8B2A92ACD4FBA5FBDC3F6F4F5C23A0DDF491DA61_gshared)((List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*)__this, (Enumerator_tF5AC6CD19D283FBD724440520CEE68FE2602F7AF*)&il2cppRetVal, method);
|
|
return il2cppRetVal;
|
|
}
|
|
// System.Void easyar.ObjectTargetController/<>c__DisplayClass35_1::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass35_1__ctor_mED4C324C78D20DF2135734FC2FA54EB9741D639E (U3CU3Ec__DisplayClass35_1_t07237F889C0F03D3B22916B4BAABD8B3A3A4384B* __this, const RuntimeMethod* method) ;
|
|
// T System.Collections.Generic.List`1/Enumerator<System.String>::get_Current()
|
|
inline String_t* Enumerator_get_Current_m143541DD8FBCD313E7554EA738FA813B8F4DB11A_inline (Enumerator_tA7A4B718FE1ED1D87565680D8C8195EC8AEAB3D1* __this, const RuntimeMethod* method)
|
|
{
|
|
String_t* il2cppRetVal;
|
|
(( void (*) (Enumerator_tF5AC6CD19D283FBD724440520CEE68FE2602F7AF*, Il2CppFullySharedGenericAny*, const RuntimeMethod*))Enumerator_get_Current_m8B42D4B2DE853B9D11B997120CD0228D4780E394_gshared_inline)((Enumerator_tF5AC6CD19D283FBD724440520CEE68FE2602F7AF*)__this, (Il2CppFullySharedGenericAny*)&il2cppRetVal, method);
|
|
return il2cppRetVal;
|
|
}
|
|
// System.Boolean System.Collections.Generic.List`1/Enumerator<System.String>::MoveNext()
|
|
inline bool Enumerator_MoveNext_mDB47EEC4531D33B9C33FD2E70BA15E1535A0F3ED (Enumerator_tA7A4B718FE1ED1D87565680D8C8195EC8AEAB3D1* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Enumerator_tF5AC6CD19D283FBD724440520CEE68FE2602F7AF*, const RuntimeMethod*))Enumerator_MoveNext_m8D8E5E878AF0A88A535AB1AB5BA4F23E151A678A_gshared)((Enumerator_tF5AC6CD19D283FBD724440520CEE68FE2602F7AF*)__this, method);
|
|
}
|
|
// System.Void easyar.ObjectTargetParameters::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectTargetParameters__ctor_m588A6946D595EFF494B9C914819D7ABDD9970251 (ObjectTargetParameters_tBB7A85D5F4366CB990CF7FD64566E7F29F2B28D9* __this, const RuntimeMethod* method) ;
|
|
// easyar.Optional`1<easyar.ObjectTarget> easyar.ObjectTarget::createFromParameters(easyar.ObjectTargetParameters)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Optional_1_tEED41311750CB7982624BE712E12013E6B1C56E2 ObjectTarget_createFromParameters_m305562BEC6C47D91FDBC499EE21B999FF56AA61A (ObjectTargetParameters_tBB7A85D5F4366CB990CF7FD64566E7F29F2B28D9* ___0_parameters, const RuntimeMethod* method) ;
|
|
// System.Boolean easyar.Optional`1<easyar.ObjectTarget>::get_OnSome()
|
|
inline bool Optional_1_get_OnSome_mC50414C53F9E9CBB097204153D628941058972F9 (Optional_1_tEED41311750CB7982624BE712E12013E6B1C56E2* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Optional_1_tA6B99046703E42DC761A5EA69B5DD9AE3295C15E*, const RuntimeMethod*))Optional_1_get_OnSome_m823A399A346792B9157AA732DF76CD821807C162_gshared)((Optional_1_tA6B99046703E42DC761A5EA69B5DD9AE3295C15E*)__this, method);
|
|
}
|
|
// T easyar.Optional`1<easyar.ObjectTarget>::get_Value()
|
|
inline ObjectTarget_t3A3463C5371DB932B7DCAA1EE9BEECC47EE97561* Optional_1_get_Value_mB11D8F0693D905CA965B73F080444BAD85640E73 (Optional_1_tEED41311750CB7982624BE712E12013E6B1C56E2* __this, const RuntimeMethod* method)
|
|
{
|
|
ObjectTarget_t3A3463C5371DB932B7DCAA1EE9BEECC47EE97561* il2cppRetVal;
|
|
(( void (*) (Optional_1_tA6B99046703E42DC761A5EA69B5DD9AE3295C15E*, Il2CppFullySharedGenericAny*, const RuntimeMethod*))Optional_1_get_Value_m298F0B1D0350674266E530E983F9F1F7ADB34456_gshared)((Optional_1_tA6B99046703E42DC761A5EA69B5DD9AE3295C15E*)__this, (Il2CppFullySharedGenericAny*)&il2cppRetVal, method);
|
|
return il2cppRetVal;
|
|
}
|
|
// System.Void System.Collections.Generic.List`1/Enumerator<System.String>::Dispose()
|
|
inline void Enumerator_Dispose_m592BCCE7B7933454DED2130C810F059F8D85B1D7 (Enumerator_tA7A4B718FE1ED1D87565680D8C8195EC8AEAB3D1* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Enumerator_tF5AC6CD19D283FBD724440520CEE68FE2602F7AF*, const RuntimeMethod*))Enumerator_Dispose_mFE1EBE6F6425283FEAEAE7C79D02CDE4F9D367E8_gshared)((Enumerator_tF5AC6CD19D283FBD724440520CEE68FE2602F7AF*)__this, method);
|
|
}
|
|
// UnityEngine.Quaternion UnityEngine.Quaternion::Internal_FromEulerRad(UnityEngine.Vector3)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 Quaternion_Internal_FromEulerRad_m66D4475341F53949471E6870FB5C5E4A5E9BA93E (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_euler, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.Color::.ctor(System.Single,System.Single,System.Single,System.Single)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Color__ctor_m3786F0D6E510D9CFA544523A955870BD2A514C8C_inline (Color_tD001788D726C3A7F1379BEED0260B9591F440C1F* __this, float ___0_r, float ___1_g, float ___2_b, float ___3_a, const RuntimeMethod* method) ;
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void easyar.OutputFrameBuffer::.ctor(System.IntPtr,System.Action`1<System.IntPtr>,easyar.RefBase/Retainer)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OutputFrameBuffer__ctor_m42943E55348EE5542155F023943E5FB3807B4E24 (OutputFrameBuffer_t9636FA51588819DCE62366622F1374365AF22F72* __this, intptr_t ___0_cdata, Action_1_t2DF1ED40E3084E997390FF52F462390882271FE2* ___1_deleter, Retainer_t21E37A78A5C591A4A1DB7494A454CCADF411A77A* ___2_retainer, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// internal OutputFrameBuffer(IntPtr cdata, Action<IntPtr> deleter, Retainer retainer) : base(cdata, deleter, retainer)
|
|
intptr_t L_0 = ___0_cdata;
|
|
Action_1_t2DF1ED40E3084E997390FF52F462390882271FE2* L_1 = ___1_deleter;
|
|
Retainer_t21E37A78A5C591A4A1DB7494A454CCADF411A77A* L_2 = ___2_retainer;
|
|
RefBase__ctor_m1F89F1D069DD380C7B51129C109F7989D854246A(__this, L_0, L_1, L_2, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Object easyar.OutputFrameBuffer::CloneObject()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* OutputFrameBuffer_CloneObject_mD200C5822D29340BF34F552171E634F7995E3643 (OutputFrameBuffer_t9636FA51588819DCE62366622F1374365AF22F72* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OutputFrameBuffer_t9636FA51588819DCE62366622F1374365AF22F72_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
intptr_t V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
// var cdata_new = IntPtr.Zero;
|
|
intptr_t L_0 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1;
|
|
V_0 = L_0;
|
|
// if (retainer_ != null) { retainer_(cdata, out cdata_new); }
|
|
Retainer_t21E37A78A5C591A4A1DB7494A454CCADF411A77A* L_1 = ((RefBase_tD2A748D10CECAAD8DD367977128D0B22A01F604E*)__this)->___retainer__2;
|
|
if (!L_1)
|
|
{
|
|
goto IL_0021;
|
|
}
|
|
}
|
|
{
|
|
// if (retainer_ != null) { retainer_(cdata, out cdata_new); }
|
|
Retainer_t21E37A78A5C591A4A1DB7494A454CCADF411A77A* L_2 = ((RefBase_tD2A748D10CECAAD8DD367977128D0B22A01F604E*)__this)->___retainer__2;
|
|
intptr_t L_3;
|
|
L_3 = RefBase_get_cdata_m6BACEDB7D17969AA0151AAC1473283B95E33A87A(__this, NULL);
|
|
NullCheck(L_2);
|
|
Retainer_Invoke_mAE6440576152AFF79D3692B99D7123EB84655CA8_inline(L_2, L_3, (&V_0), NULL);
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
// return new OutputFrameBuffer(cdata_new, deleter_, retainer_);
|
|
intptr_t L_4 = V_0;
|
|
Action_1_t2DF1ED40E3084E997390FF52F462390882271FE2* L_5 = ((RefBase_tD2A748D10CECAAD8DD367977128D0B22A01F604E*)__this)->___deleter__1;
|
|
Retainer_t21E37A78A5C591A4A1DB7494A454CCADF411A77A* L_6 = ((RefBase_tD2A748D10CECAAD8DD367977128D0B22A01F604E*)__this)->___retainer__2;
|
|
OutputFrameBuffer_t9636FA51588819DCE62366622F1374365AF22F72* L_7 = (OutputFrameBuffer_t9636FA51588819DCE62366622F1374365AF22F72*)il2cpp_codegen_object_new(OutputFrameBuffer_t9636FA51588819DCE62366622F1374365AF22F72_il2cpp_TypeInfo_var);
|
|
NullCheck(L_7);
|
|
OutputFrameBuffer__ctor_m42943E55348EE5542155F023943E5FB3807B4E24(L_7, L_4, L_5, L_6, NULL);
|
|
return L_7;
|
|
}
|
|
}
|
|
// easyar.OutputFrameBuffer easyar.OutputFrameBuffer::Clone()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR OutputFrameBuffer_t9636FA51588819DCE62366622F1374365AF22F72* OutputFrameBuffer_Clone_m8F0DDF71E0E5C99D38A64CB4E32ADA02C0312F89 (OutputFrameBuffer_t9636FA51588819DCE62366622F1374365AF22F72* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OutputFrameBuffer_t9636FA51588819DCE62366622F1374365AF22F72_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return (OutputFrameBuffer)(CloneObject());
|
|
RuntimeObject* L_0;
|
|
L_0 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(5 /* System.Object easyar.RefBase::CloneObject() */, __this);
|
|
return ((OutputFrameBuffer_t9636FA51588819DCE62366622F1374365AF22F72*)CastclassClass((RuntimeObject*)L_0, OutputFrameBuffer_t9636FA51588819DCE62366622F1374365AF22F72_il2cpp_TypeInfo_var));
|
|
}
|
|
}
|
|
// easyar.OutputFrameSink easyar.OutputFrameBuffer::input()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR OutputFrameSink_tB6DEF751ED788C51CE8AA2874A597F753BD2F32C* OutputFrameBuffer_input_m92F5F9C43F6A18BCB48AC3B59F25ABAAC6092825 (OutputFrameBuffer_t9636FA51588819DCE62366622F1374365AF22F72* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Detail_Object_from_c_TisOutputFrameSink_tB6DEF751ED788C51CE8AA2874A597F753BD2F32C_mBD34FEC6879428297BFE9FA26002F16B7DBFA187_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Detail_easyar_OutputFrameSink__typeName_mEB106E1725A7EDA399B8DB687D139850BBF74FE4_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Detail_tB4DBDB462AA1DFC256BC6B782DC98E191969CEAA_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_t04A50D832214E55BC2F82E8DD7E603537B6D9713_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* V_0 = NULL;
|
|
intptr_t V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
OutputFrameSink_tB6DEF751ED788C51CE8AA2874A597F753BD2F32C* V_2 = NULL;
|
|
{
|
|
// using (var ar = new Detail.AutoRelease())
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* L_0 = (AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F*)il2cpp_codegen_object_new(AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
AutoRelease__ctor_mE72EEA2DE0CC0DD5BEF361C94038E370900B2B51(L_0, NULL);
|
|
V_0 = L_0;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_0030:
|
|
{// begin finally (depth: 1)
|
|
{
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* L_1 = V_0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_0039;
|
|
}
|
|
}
|
|
{
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* L_2 = V_0;
|
|
NullCheck(L_2);
|
|
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_2);
|
|
}
|
|
|
|
IL_0039:
|
|
{
|
|
return;
|
|
}
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
// var _return_value_ = default(IntPtr);
|
|
il2cpp_codegen_initobj((&V_1), sizeof(intptr_t));
|
|
// Detail.easyar_OutputFrameBuffer_input(cdata, out _return_value_);
|
|
intptr_t L_3;
|
|
L_3 = RefBase_get_cdata_m6BACEDB7D17969AA0151AAC1473283B95E33A87A(__this, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Detail_tB4DBDB462AA1DFC256BC6B782DC98E191969CEAA_il2cpp_TypeInfo_var);
|
|
Detail_easyar_OutputFrameBuffer_input_m4BAD3CB62803C82613440A7AE4E1BE4DF4C8F838(L_3, (&V_1), NULL);
|
|
// return Detail.Object_from_c<OutputFrameSink>(_return_value_, Detail.easyar_OutputFrameSink__typeName);
|
|
intptr_t L_4 = V_1;
|
|
Func_2_t04A50D832214E55BC2F82E8DD7E603537B6D9713* L_5 = (Func_2_t04A50D832214E55BC2F82E8DD7E603537B6D9713*)il2cpp_codegen_object_new(Func_2_t04A50D832214E55BC2F82E8DD7E603537B6D9713_il2cpp_TypeInfo_var);
|
|
NullCheck(L_5);
|
|
Func_2__ctor_m12EE2869ED79665C38F05A42227ECB8657CB60A0(L_5, NULL, (intptr_t)((void*)Detail_easyar_OutputFrameSink__typeName_mEB106E1725A7EDA399B8DB687D139850BBF74FE4_RuntimeMethod_var), NULL);
|
|
OutputFrameSink_tB6DEF751ED788C51CE8AA2874A597F753BD2F32C* L_6;
|
|
L_6 = Detail_Object_from_c_TisOutputFrameSink_tB6DEF751ED788C51CE8AA2874A597F753BD2F32C_mBD34FEC6879428297BFE9FA26002F16B7DBFA187(L_4, L_5, Detail_Object_from_c_TisOutputFrameSink_tB6DEF751ED788C51CE8AA2874A597F753BD2F32C_mBD34FEC6879428297BFE9FA26002F16B7DBFA187_RuntimeMethod_var);
|
|
V_2 = L_6;
|
|
goto IL_003a;
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_003a:
|
|
{
|
|
// }
|
|
OutputFrameSink_tB6DEF751ED788C51CE8AA2874A597F753BD2F32C* L_7 = V_2;
|
|
return L_7;
|
|
}
|
|
}
|
|
// System.Int32 easyar.OutputFrameBuffer::bufferRequirement()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t OutputFrameBuffer_bufferRequirement_m4EA8EF8830559A927D7BA01E8A996607A220B503 (OutputFrameBuffer_t9636FA51588819DCE62366622F1374365AF22F72* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Detail_tB4DBDB462AA1DFC256BC6B782DC98E191969CEAA_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
{
|
|
// using (var ar = new Detail.AutoRelease())
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* L_0 = (AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F*)il2cpp_codegen_object_new(AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
AutoRelease__ctor_mE72EEA2DE0CC0DD5BEF361C94038E370900B2B51(L_0, NULL);
|
|
V_0 = L_0;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_0014:
|
|
{// begin finally (depth: 1)
|
|
{
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* L_1 = V_0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_001d;
|
|
}
|
|
}
|
|
{
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* L_2 = V_0;
|
|
NullCheck(L_2);
|
|
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_2);
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
return;
|
|
}
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
// var _return_value_ = Detail.easyar_OutputFrameBuffer_bufferRequirement(cdata);
|
|
intptr_t L_3;
|
|
L_3 = RefBase_get_cdata_m6BACEDB7D17969AA0151AAC1473283B95E33A87A(__this, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Detail_tB4DBDB462AA1DFC256BC6B782DC98E191969CEAA_il2cpp_TypeInfo_var);
|
|
int32_t L_4;
|
|
L_4 = Detail_easyar_OutputFrameBuffer_bufferRequirement_m715F262DF2417F198578685F9886761BCBE300CB(L_3, NULL);
|
|
// return _return_value_;
|
|
V_1 = L_4;
|
|
goto IL_001e;
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_001e:
|
|
{
|
|
// }
|
|
int32_t L_5 = V_1;
|
|
return L_5;
|
|
}
|
|
}
|
|
// easyar.SignalSource easyar.OutputFrameBuffer::signalOutput()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SignalSource_t95D5C188C243BB953725A48E6D29C16041F2A899* OutputFrameBuffer_signalOutput_m36D8556B8D8735C0E1A5CB2B0988B6809578B248 (OutputFrameBuffer_t9636FA51588819DCE62366622F1374365AF22F72* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Detail_Object_from_c_TisSignalSource_t95D5C188C243BB953725A48E6D29C16041F2A899_m142CED8E0A419163F4A252CE594F01B47693DBD1_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Detail_easyar_SignalSource__typeName_m21BC54343D862DE500E1967A54268AB3BD096E00_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Detail_tB4DBDB462AA1DFC256BC6B782DC98E191969CEAA_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_t04A50D832214E55BC2F82E8DD7E603537B6D9713_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* V_0 = NULL;
|
|
intptr_t V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
SignalSource_t95D5C188C243BB953725A48E6D29C16041F2A899* V_2 = NULL;
|
|
{
|
|
// using (var ar = new Detail.AutoRelease())
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* L_0 = (AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F*)il2cpp_codegen_object_new(AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
AutoRelease__ctor_mE72EEA2DE0CC0DD5BEF361C94038E370900B2B51(L_0, NULL);
|
|
V_0 = L_0;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_0030:
|
|
{// begin finally (depth: 1)
|
|
{
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* L_1 = V_0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_0039;
|
|
}
|
|
}
|
|
{
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* L_2 = V_0;
|
|
NullCheck(L_2);
|
|
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_2);
|
|
}
|
|
|
|
IL_0039:
|
|
{
|
|
return;
|
|
}
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
// var _return_value_ = default(IntPtr);
|
|
il2cpp_codegen_initobj((&V_1), sizeof(intptr_t));
|
|
// Detail.easyar_OutputFrameBuffer_signalOutput(cdata, out _return_value_);
|
|
intptr_t L_3;
|
|
L_3 = RefBase_get_cdata_m6BACEDB7D17969AA0151AAC1473283B95E33A87A(__this, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Detail_tB4DBDB462AA1DFC256BC6B782DC98E191969CEAA_il2cpp_TypeInfo_var);
|
|
Detail_easyar_OutputFrameBuffer_signalOutput_m1CED4776367F79FA59EFA21DFFF447C5F4908215(L_3, (&V_1), NULL);
|
|
// return Detail.Object_from_c<SignalSource>(_return_value_, Detail.easyar_SignalSource__typeName);
|
|
intptr_t L_4 = V_1;
|
|
Func_2_t04A50D832214E55BC2F82E8DD7E603537B6D9713* L_5 = (Func_2_t04A50D832214E55BC2F82E8DD7E603537B6D9713*)il2cpp_codegen_object_new(Func_2_t04A50D832214E55BC2F82E8DD7E603537B6D9713_il2cpp_TypeInfo_var);
|
|
NullCheck(L_5);
|
|
Func_2__ctor_m12EE2869ED79665C38F05A42227ECB8657CB60A0(L_5, NULL, (intptr_t)((void*)Detail_easyar_SignalSource__typeName_m21BC54343D862DE500E1967A54268AB3BD096E00_RuntimeMethod_var), NULL);
|
|
SignalSource_t95D5C188C243BB953725A48E6D29C16041F2A899* L_6;
|
|
L_6 = Detail_Object_from_c_TisSignalSource_t95D5C188C243BB953725A48E6D29C16041F2A899_m142CED8E0A419163F4A252CE594F01B47693DBD1(L_4, L_5, Detail_Object_from_c_TisSignalSource_t95D5C188C243BB953725A48E6D29C16041F2A899_m142CED8E0A419163F4A252CE594F01B47693DBD1_RuntimeMethod_var);
|
|
V_2 = L_6;
|
|
goto IL_003a;
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_003a:
|
|
{
|
|
// }
|
|
SignalSource_t95D5C188C243BB953725A48E6D29C16041F2A899* L_7 = V_2;
|
|
return L_7;
|
|
}
|
|
}
|
|
// easyar.Optional`1<easyar.OutputFrame> easyar.OutputFrameBuffer::peek()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Optional_1_tBE4DAAA1FF279D9DF8508DC4B6B876CAB1C86AEF OutputFrameBuffer_peek_mC1A553173F72591A3C53C425A034CB8AE89A099D (OutputFrameBuffer_t9636FA51588819DCE62366622F1374365AF22F72* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Detail_map_TisOptionalOfOutputFrame_tF577925C18D472805EB5A7CD80503F7FE72B1C9C_TisOptional_1_tBE4DAAA1FF279D9DF8508DC4B6B876CAB1C86AEF_m1A8A0E024DD14CE0369C595DABE004003D45CE44_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Detail_tB4DBDB462AA1DFC256BC6B782DC98E191969CEAA_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_tE8A8F7015E5FE92141DF5FC54C3F6ED56BC9406E_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CpeekU3Eb__6_0_m48B5948D929E4A318ED7EAAE00ACEEE95451697D_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t7F688AF8695363A67DCC90398C83A6620EDFF55B_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* V_0 = NULL;
|
|
OptionalOfOutputFrame_tF577925C18D472805EB5A7CD80503F7FE72B1C9C V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
Optional_1_tBE4DAAA1FF279D9DF8508DC4B6B876CAB1C86AEF V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
Func_2_tE8A8F7015E5FE92141DF5FC54C3F6ED56BC9406E* G_B3_0 = NULL;
|
|
OptionalOfOutputFrame_tF577925C18D472805EB5A7CD80503F7FE72B1C9C G_B3_1;
|
|
memset((&G_B3_1), 0, sizeof(G_B3_1));
|
|
Func_2_tE8A8F7015E5FE92141DF5FC54C3F6ED56BC9406E* G_B2_0 = NULL;
|
|
OptionalOfOutputFrame_tF577925C18D472805EB5A7CD80503F7FE72B1C9C G_B2_1;
|
|
memset((&G_B2_1), 0, sizeof(G_B2_1));
|
|
{
|
|
// using (var ar = new Detail.AutoRelease())
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* L_0 = (AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F*)il2cpp_codegen_object_new(AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
AutoRelease__ctor_mE72EEA2DE0CC0DD5BEF361C94038E370900B2B51(L_0, NULL);
|
|
V_0 = L_0;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_0043:
|
|
{// begin finally (depth: 1)
|
|
{
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* L_1 = V_0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_004c;
|
|
}
|
|
}
|
|
{
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* L_2 = V_0;
|
|
NullCheck(L_2);
|
|
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_2);
|
|
}
|
|
|
|
IL_004c:
|
|
{
|
|
return;
|
|
}
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
{
|
|
// var _return_value_ = default(Detail.OptionalOfOutputFrame);
|
|
il2cpp_codegen_initobj((&V_1), sizeof(OptionalOfOutputFrame_tF577925C18D472805EB5A7CD80503F7FE72B1C9C));
|
|
// Detail.easyar_OutputFrameBuffer_peek(cdata, out _return_value_);
|
|
intptr_t L_3;
|
|
L_3 = RefBase_get_cdata_m6BACEDB7D17969AA0151AAC1473283B95E33A87A(__this, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Detail_tB4DBDB462AA1DFC256BC6B782DC98E191969CEAA_il2cpp_TypeInfo_var);
|
|
Detail_easyar_OutputFrameBuffer_peek_m87F6D5CF84E1565795EBA88A5C97AAAB9F2FCDAA(L_3, (&V_1), NULL);
|
|
// return _return_value_.map(p => p.has_value ? Detail.Object_from_c<OutputFrame>(p.value, Detail.easyar_OutputFrame__typeName) : Optional<OutputFrame>.Empty);
|
|
OptionalOfOutputFrame_tF577925C18D472805EB5A7CD80503F7FE72B1C9C L_4 = V_1;
|
|
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t7F688AF8695363A67DCC90398C83A6620EDFF55B_il2cpp_TypeInfo_var);
|
|
Func_2_tE8A8F7015E5FE92141DF5FC54C3F6ED56BC9406E* L_5 = ((U3CU3Ec_t7F688AF8695363A67DCC90398C83A6620EDFF55B_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t7F688AF8695363A67DCC90398C83A6620EDFF55B_il2cpp_TypeInfo_var))->___U3CU3E9__6_0_1;
|
|
Func_2_tE8A8F7015E5FE92141DF5FC54C3F6ED56BC9406E* L_6 = L_5;
|
|
G_B2_0 = L_6;
|
|
G_B2_1 = L_4;
|
|
if (L_6)
|
|
{
|
|
G_B3_0 = L_6;
|
|
G_B3_1 = L_4;
|
|
goto IL_003b_1;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t7F688AF8695363A67DCC90398C83A6620EDFF55B_il2cpp_TypeInfo_var);
|
|
U3CU3Ec_t7F688AF8695363A67DCC90398C83A6620EDFF55B* L_7 = ((U3CU3Ec_t7F688AF8695363A67DCC90398C83A6620EDFF55B_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t7F688AF8695363A67DCC90398C83A6620EDFF55B_il2cpp_TypeInfo_var))->___U3CU3E9_0;
|
|
Func_2_tE8A8F7015E5FE92141DF5FC54C3F6ED56BC9406E* L_8 = (Func_2_tE8A8F7015E5FE92141DF5FC54C3F6ED56BC9406E*)il2cpp_codegen_object_new(Func_2_tE8A8F7015E5FE92141DF5FC54C3F6ED56BC9406E_il2cpp_TypeInfo_var);
|
|
NullCheck(L_8);
|
|
Func_2__ctor_m9CEE2F0C42B8B98F77C6CB709CBEDD298FD70599(L_8, L_7, (intptr_t)((void*)U3CU3Ec_U3CpeekU3Eb__6_0_m48B5948D929E4A318ED7EAAE00ACEEE95451697D_RuntimeMethod_var), NULL);
|
|
Func_2_tE8A8F7015E5FE92141DF5FC54C3F6ED56BC9406E* L_9 = L_8;
|
|
((U3CU3Ec_t7F688AF8695363A67DCC90398C83A6620EDFF55B_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t7F688AF8695363A67DCC90398C83A6620EDFF55B_il2cpp_TypeInfo_var))->___U3CU3E9__6_0_1 = L_9;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_t7F688AF8695363A67DCC90398C83A6620EDFF55B_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t7F688AF8695363A67DCC90398C83A6620EDFF55B_il2cpp_TypeInfo_var))->___U3CU3E9__6_0_1), (void*)L_9);
|
|
G_B3_0 = L_9;
|
|
G_B3_1 = G_B2_1;
|
|
}
|
|
|
|
IL_003b_1:
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Detail_tB4DBDB462AA1DFC256BC6B782DC98E191969CEAA_il2cpp_TypeInfo_var);
|
|
Optional_1_tBE4DAAA1FF279D9DF8508DC4B6B876CAB1C86AEF L_10;
|
|
L_10 = Detail_map_TisOptionalOfOutputFrame_tF577925C18D472805EB5A7CD80503F7FE72B1C9C_TisOptional_1_tBE4DAAA1FF279D9DF8508DC4B6B876CAB1C86AEF_m1A8A0E024DD14CE0369C595DABE004003D45CE44(G_B3_1, G_B3_0, Detail_map_TisOptionalOfOutputFrame_tF577925C18D472805EB5A7CD80503F7FE72B1C9C_TisOptional_1_tBE4DAAA1FF279D9DF8508DC4B6B876CAB1C86AEF_m1A8A0E024DD14CE0369C595DABE004003D45CE44_RuntimeMethod_var);
|
|
V_2 = L_10;
|
|
goto IL_004d;
|
|
}
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_004d:
|
|
{
|
|
// }
|
|
Optional_1_tBE4DAAA1FF279D9DF8508DC4B6B876CAB1C86AEF L_11 = V_2;
|
|
return L_11;
|
|
}
|
|
}
|
|
// easyar.OutputFrameBuffer easyar.OutputFrameBuffer::create()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR OutputFrameBuffer_t9636FA51588819DCE62366622F1374365AF22F72* OutputFrameBuffer_create_m60D1F752983459480D60D6F48CA8E7AC4CEBC2C6 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Detail_Object_from_c_TisOutputFrameBuffer_t9636FA51588819DCE62366622F1374365AF22F72_m537822EF7CB3200A89D54E450028D7E688DD648C_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Detail_easyar_OutputFrameBuffer__typeName_m75373566FBE51C9F65190C8C86AD02D5109D8216_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Detail_tB4DBDB462AA1DFC256BC6B782DC98E191969CEAA_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_t04A50D832214E55BC2F82E8DD7E603537B6D9713_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* V_0 = NULL;
|
|
intptr_t V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
OutputFrameBuffer_t9636FA51588819DCE62366622F1374365AF22F72* V_2 = NULL;
|
|
{
|
|
// using (var ar = new Detail.AutoRelease())
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* L_0 = (AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F*)il2cpp_codegen_object_new(AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
AutoRelease__ctor_mE72EEA2DE0CC0DD5BEF361C94038E370900B2B51(L_0, NULL);
|
|
V_0 = L_0;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_002a:
|
|
{// begin finally (depth: 1)
|
|
{
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* L_1 = V_0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_0033;
|
|
}
|
|
}
|
|
{
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* L_2 = V_0;
|
|
NullCheck(L_2);
|
|
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_2);
|
|
}
|
|
|
|
IL_0033:
|
|
{
|
|
return;
|
|
}
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
// var _return_value_ = default(IntPtr);
|
|
il2cpp_codegen_initobj((&V_1), sizeof(intptr_t));
|
|
// Detail.easyar_OutputFrameBuffer_create(out _return_value_);
|
|
il2cpp_codegen_runtime_class_init_inline(Detail_tB4DBDB462AA1DFC256BC6B782DC98E191969CEAA_il2cpp_TypeInfo_var);
|
|
Detail_easyar_OutputFrameBuffer_create_m83A8B518917BE197BF66ECF9AA21ADAFE08A1A6F((&V_1), NULL);
|
|
// return Detail.Object_from_c<OutputFrameBuffer>(_return_value_, Detail.easyar_OutputFrameBuffer__typeName);
|
|
intptr_t L_3 = V_1;
|
|
Func_2_t04A50D832214E55BC2F82E8DD7E603537B6D9713* L_4 = (Func_2_t04A50D832214E55BC2F82E8DD7E603537B6D9713*)il2cpp_codegen_object_new(Func_2_t04A50D832214E55BC2F82E8DD7E603537B6D9713_il2cpp_TypeInfo_var);
|
|
NullCheck(L_4);
|
|
Func_2__ctor_m12EE2869ED79665C38F05A42227ECB8657CB60A0(L_4, NULL, (intptr_t)((void*)Detail_easyar_OutputFrameBuffer__typeName_m75373566FBE51C9F65190C8C86AD02D5109D8216_RuntimeMethod_var), NULL);
|
|
OutputFrameBuffer_t9636FA51588819DCE62366622F1374365AF22F72* L_5;
|
|
L_5 = Detail_Object_from_c_TisOutputFrameBuffer_t9636FA51588819DCE62366622F1374365AF22F72_m537822EF7CB3200A89D54E450028D7E688DD648C(L_3, L_4, Detail_Object_from_c_TisOutputFrameBuffer_t9636FA51588819DCE62366622F1374365AF22F72_m537822EF7CB3200A89D54E450028D7E688DD648C_RuntimeMethod_var);
|
|
V_2 = L_5;
|
|
goto IL_0034;
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_0034:
|
|
{
|
|
// }
|
|
OutputFrameBuffer_t9636FA51588819DCE62366622F1374365AF22F72* L_6 = V_2;
|
|
return L_6;
|
|
}
|
|
}
|
|
// System.Void easyar.OutputFrameBuffer::pause()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OutputFrameBuffer_pause_m83191056C0AF25662D76ABF93156A27FA9229D53 (OutputFrameBuffer_t9636FA51588819DCE62366622F1374365AF22F72* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Detail_tB4DBDB462AA1DFC256BC6B782DC98E191969CEAA_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* V_0 = NULL;
|
|
{
|
|
// using (var ar = new Detail.AutoRelease())
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* L_0 = (AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F*)il2cpp_codegen_object_new(AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
AutoRelease__ctor_mE72EEA2DE0CC0DD5BEF361C94038E370900B2B51(L_0, NULL);
|
|
V_0 = L_0;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_0013:
|
|
{// begin finally (depth: 1)
|
|
{
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* L_1 = V_0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_001c;
|
|
}
|
|
}
|
|
{
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* L_2 = V_0;
|
|
NullCheck(L_2);
|
|
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_2);
|
|
}
|
|
|
|
IL_001c:
|
|
{
|
|
return;
|
|
}
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
// Detail.easyar_OutputFrameBuffer_pause(cdata);
|
|
intptr_t L_3;
|
|
L_3 = RefBase_get_cdata_m6BACEDB7D17969AA0151AAC1473283B95E33A87A(__this, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Detail_tB4DBDB462AA1DFC256BC6B782DC98E191969CEAA_il2cpp_TypeInfo_var);
|
|
Detail_easyar_OutputFrameBuffer_pause_m85EA1AC760B19760FB0EED2F0FF7D051DCFF8743(L_3, NULL);
|
|
// }
|
|
goto IL_001d;
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void easyar.OutputFrameBuffer::resume()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OutputFrameBuffer_resume_mA8C0DA8F24D013F1ECDB8CA140C1C3702EC0D113 (OutputFrameBuffer_t9636FA51588819DCE62366622F1374365AF22F72* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Detail_tB4DBDB462AA1DFC256BC6B782DC98E191969CEAA_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* V_0 = NULL;
|
|
{
|
|
// using (var ar = new Detail.AutoRelease())
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* L_0 = (AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F*)il2cpp_codegen_object_new(AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
AutoRelease__ctor_mE72EEA2DE0CC0DD5BEF361C94038E370900B2B51(L_0, NULL);
|
|
V_0 = L_0;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_0013:
|
|
{// begin finally (depth: 1)
|
|
{
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* L_1 = V_0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_001c;
|
|
}
|
|
}
|
|
{
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* L_2 = V_0;
|
|
NullCheck(L_2);
|
|
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_2);
|
|
}
|
|
|
|
IL_001c:
|
|
{
|
|
return;
|
|
}
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
// Detail.easyar_OutputFrameBuffer_resume(cdata);
|
|
intptr_t L_3;
|
|
L_3 = RefBase_get_cdata_m6BACEDB7D17969AA0151AAC1473283B95E33A87A(__this, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Detail_tB4DBDB462AA1DFC256BC6B782DC98E191969CEAA_il2cpp_TypeInfo_var);
|
|
Detail_easyar_OutputFrameBuffer_resume_m1D0C3F54782AD804E037F184980C4E7C7277DD94(L_3, NULL);
|
|
// }
|
|
goto IL_001d;
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void easyar.OutputFrameBuffer/<>c::.cctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__cctor_m24D358858CAF7414110BBD001119856EE108381B (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t7F688AF8695363A67DCC90398C83A6620EDFF55B_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
U3CU3Ec_t7F688AF8695363A67DCC90398C83A6620EDFF55B* L_0 = (U3CU3Ec_t7F688AF8695363A67DCC90398C83A6620EDFF55B*)il2cpp_codegen_object_new(U3CU3Ec_t7F688AF8695363A67DCC90398C83A6620EDFF55B_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
U3CU3Ec__ctor_m1185515936EE432C5E8905FD0F8A6A4AA97D6FF4(L_0, NULL);
|
|
((U3CU3Ec_t7F688AF8695363A67DCC90398C83A6620EDFF55B_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t7F688AF8695363A67DCC90398C83A6620EDFF55B_il2cpp_TypeInfo_var))->___U3CU3E9_0 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_t7F688AF8695363A67DCC90398C83A6620EDFF55B_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t7F688AF8695363A67DCC90398C83A6620EDFF55B_il2cpp_TypeInfo_var))->___U3CU3E9_0), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void easyar.OutputFrameBuffer/<>c::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_m1185515936EE432C5E8905FD0F8A6A4AA97D6FF4 (U3CU3Ec_t7F688AF8695363A67DCC90398C83A6620EDFF55B* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// easyar.Optional`1<easyar.OutputFrame> easyar.OutputFrameBuffer/<>c::<peek>b__6_0(easyar.Detail/OptionalOfOutputFrame)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Optional_1_tBE4DAAA1FF279D9DF8508DC4B6B876CAB1C86AEF U3CU3Ec_U3CpeekU3Eb__6_0_m48B5948D929E4A318ED7EAAE00ACEEE95451697D (U3CU3Ec_t7F688AF8695363A67DCC90398C83A6620EDFF55B* __this, OptionalOfOutputFrame_tF577925C18D472805EB5A7CD80503F7FE72B1C9C ___0_p, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Detail_Object_from_c_TisOutputFrame_tB66E85BCF3FBC8ADCFFD36503D3AD4E71A6CD914_m5FD1DC6B0CF7DD5FC2ED6C737CBDBAE23C90A261_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Detail_easyar_OutputFrame__typeName_m0E51806620F18ED2E9A8EBBD616D5EAC50C4B5C9_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Detail_tB4DBDB462AA1DFC256BC6B782DC98E191969CEAA_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_t04A50D832214E55BC2F82E8DD7E603537B6D9713_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Optional_1_get_Empty_mB4FAFA9DA82F68564252670140C1757247A70189_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Optional_1_op_Implicit_m183B0D2025AEEDBE200F1212788E559B7508FB90_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return _return_value_.map(p => p.has_value ? Detail.Object_from_c<OutputFrame>(p.value, Detail.easyar_OutputFrame__typeName) : Optional<OutputFrame>.Empty);
|
|
bool L_0;
|
|
L_0 = OptionalOfOutputFrame_get_has_value_mB8A678C291F4A9276447547EC402815933C53DCF((&___0_p), NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_000f;
|
|
}
|
|
}
|
|
{
|
|
Optional_1_tBE4DAAA1FF279D9DF8508DC4B6B876CAB1C86AEF L_1;
|
|
L_1 = Optional_1_get_Empty_mB4FAFA9DA82F68564252670140C1757247A70189(Optional_1_get_Empty_mB4FAFA9DA82F68564252670140C1757247A70189_RuntimeMethod_var);
|
|
return L_1;
|
|
}
|
|
|
|
IL_000f:
|
|
{
|
|
OptionalOfOutputFrame_tF577925C18D472805EB5A7CD80503F7FE72B1C9C L_2 = ___0_p;
|
|
intptr_t L_3 = L_2.___value_1;
|
|
Func_2_t04A50D832214E55BC2F82E8DD7E603537B6D9713* L_4 = (Func_2_t04A50D832214E55BC2F82E8DD7E603537B6D9713*)il2cpp_codegen_object_new(Func_2_t04A50D832214E55BC2F82E8DD7E603537B6D9713_il2cpp_TypeInfo_var);
|
|
NullCheck(L_4);
|
|
Func_2__ctor_m12EE2869ED79665C38F05A42227ECB8657CB60A0(L_4, NULL, (intptr_t)((void*)Detail_easyar_OutputFrame__typeName_m0E51806620F18ED2E9A8EBBD616D5EAC50C4B5C9_RuntimeMethod_var), NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Detail_tB4DBDB462AA1DFC256BC6B782DC98E191969CEAA_il2cpp_TypeInfo_var);
|
|
OutputFrame_tB66E85BCF3FBC8ADCFFD36503D3AD4E71A6CD914* L_5;
|
|
L_5 = Detail_Object_from_c_TisOutputFrame_tB66E85BCF3FBC8ADCFFD36503D3AD4E71A6CD914_m5FD1DC6B0CF7DD5FC2ED6C737CBDBAE23C90A261(L_3, L_4, Detail_Object_from_c_TisOutputFrame_tB66E85BCF3FBC8ADCFFD36503D3AD4E71A6CD914_m5FD1DC6B0CF7DD5FC2ED6C737CBDBAE23C90A261_RuntimeMethod_var);
|
|
Optional_1_tBE4DAAA1FF279D9DF8508DC4B6B876CAB1C86AEF L_6;
|
|
L_6 = Optional_1_op_Implicit_m183B0D2025AEEDBE200F1212788E559B7508FB90(L_5, Optional_1_op_Implicit_m183B0D2025AEEDBE200F1212788E559B7508FB90_RuntimeMethod_var);
|
|
return L_6;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void easyar.InputFrameToOutputFrameAdapter::.ctor(System.IntPtr,System.Action`1<System.IntPtr>,easyar.RefBase/Retainer)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputFrameToOutputFrameAdapter__ctor_mCC17126A0A691CBC4DDFFBDA531921E3DA4FE8E0 (InputFrameToOutputFrameAdapter_tB10AD4D1BF1C4F5A0B628D0EFCF45C8CB5BA65F2* __this, intptr_t ___0_cdata, Action_1_t2DF1ED40E3084E997390FF52F462390882271FE2* ___1_deleter, Retainer_t21E37A78A5C591A4A1DB7494A454CCADF411A77A* ___2_retainer, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// internal InputFrameToOutputFrameAdapter(IntPtr cdata, Action<IntPtr> deleter, Retainer retainer) : base(cdata, deleter, retainer)
|
|
intptr_t L_0 = ___0_cdata;
|
|
Action_1_t2DF1ED40E3084E997390FF52F462390882271FE2* L_1 = ___1_deleter;
|
|
Retainer_t21E37A78A5C591A4A1DB7494A454CCADF411A77A* L_2 = ___2_retainer;
|
|
RefBase__ctor_m1F89F1D069DD380C7B51129C109F7989D854246A(__this, L_0, L_1, L_2, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Object easyar.InputFrameToOutputFrameAdapter::CloneObject()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* InputFrameToOutputFrameAdapter_CloneObject_mCA0DFA6F303F9414043D095E06883B268F85AF86 (InputFrameToOutputFrameAdapter_tB10AD4D1BF1C4F5A0B628D0EFCF45C8CB5BA65F2* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputFrameToOutputFrameAdapter_tB10AD4D1BF1C4F5A0B628D0EFCF45C8CB5BA65F2_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
intptr_t V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
// var cdata_new = IntPtr.Zero;
|
|
intptr_t L_0 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1;
|
|
V_0 = L_0;
|
|
// if (retainer_ != null) { retainer_(cdata, out cdata_new); }
|
|
Retainer_t21E37A78A5C591A4A1DB7494A454CCADF411A77A* L_1 = ((RefBase_tD2A748D10CECAAD8DD367977128D0B22A01F604E*)__this)->___retainer__2;
|
|
if (!L_1)
|
|
{
|
|
goto IL_0021;
|
|
}
|
|
}
|
|
{
|
|
// if (retainer_ != null) { retainer_(cdata, out cdata_new); }
|
|
Retainer_t21E37A78A5C591A4A1DB7494A454CCADF411A77A* L_2 = ((RefBase_tD2A748D10CECAAD8DD367977128D0B22A01F604E*)__this)->___retainer__2;
|
|
intptr_t L_3;
|
|
L_3 = RefBase_get_cdata_m6BACEDB7D17969AA0151AAC1473283B95E33A87A(__this, NULL);
|
|
NullCheck(L_2);
|
|
Retainer_Invoke_mAE6440576152AFF79D3692B99D7123EB84655CA8_inline(L_2, L_3, (&V_0), NULL);
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
// return new InputFrameToOutputFrameAdapter(cdata_new, deleter_, retainer_);
|
|
intptr_t L_4 = V_0;
|
|
Action_1_t2DF1ED40E3084E997390FF52F462390882271FE2* L_5 = ((RefBase_tD2A748D10CECAAD8DD367977128D0B22A01F604E*)__this)->___deleter__1;
|
|
Retainer_t21E37A78A5C591A4A1DB7494A454CCADF411A77A* L_6 = ((RefBase_tD2A748D10CECAAD8DD367977128D0B22A01F604E*)__this)->___retainer__2;
|
|
InputFrameToOutputFrameAdapter_tB10AD4D1BF1C4F5A0B628D0EFCF45C8CB5BA65F2* L_7 = (InputFrameToOutputFrameAdapter_tB10AD4D1BF1C4F5A0B628D0EFCF45C8CB5BA65F2*)il2cpp_codegen_object_new(InputFrameToOutputFrameAdapter_tB10AD4D1BF1C4F5A0B628D0EFCF45C8CB5BA65F2_il2cpp_TypeInfo_var);
|
|
NullCheck(L_7);
|
|
InputFrameToOutputFrameAdapter__ctor_mCC17126A0A691CBC4DDFFBDA531921E3DA4FE8E0(L_7, L_4, L_5, L_6, NULL);
|
|
return L_7;
|
|
}
|
|
}
|
|
// easyar.InputFrameToOutputFrameAdapter easyar.InputFrameToOutputFrameAdapter::Clone()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputFrameToOutputFrameAdapter_tB10AD4D1BF1C4F5A0B628D0EFCF45C8CB5BA65F2* InputFrameToOutputFrameAdapter_Clone_mE80AE185A32AA0A120412E10AFB375768780134F (InputFrameToOutputFrameAdapter_tB10AD4D1BF1C4F5A0B628D0EFCF45C8CB5BA65F2* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputFrameToOutputFrameAdapter_tB10AD4D1BF1C4F5A0B628D0EFCF45C8CB5BA65F2_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return (InputFrameToOutputFrameAdapter)(CloneObject());
|
|
RuntimeObject* L_0;
|
|
L_0 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(5 /* System.Object easyar.RefBase::CloneObject() */, __this);
|
|
return ((InputFrameToOutputFrameAdapter_tB10AD4D1BF1C4F5A0B628D0EFCF45C8CB5BA65F2*)CastclassClass((RuntimeObject*)L_0, InputFrameToOutputFrameAdapter_tB10AD4D1BF1C4F5A0B628D0EFCF45C8CB5BA65F2_il2cpp_TypeInfo_var));
|
|
}
|
|
}
|
|
// easyar.InputFrameSink easyar.InputFrameToOutputFrameAdapter::input()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputFrameSink_tA6E249222893426FDB034E5CE860F0037DAE4F95* InputFrameToOutputFrameAdapter_input_mB79E24041377FE34809C01C68820FCC5C8F61A05 (InputFrameToOutputFrameAdapter_tB10AD4D1BF1C4F5A0B628D0EFCF45C8CB5BA65F2* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Detail_Object_from_c_TisInputFrameSink_tA6E249222893426FDB034E5CE860F0037DAE4F95_m11D72A3C63CC65CE100B77F3170F8CA483D1D2EA_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Detail_easyar_InputFrameSink__typeName_m0D49A8F5797CE297C7244621DF432FB5D344D25E_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Detail_tB4DBDB462AA1DFC256BC6B782DC98E191969CEAA_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_t04A50D832214E55BC2F82E8DD7E603537B6D9713_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* V_0 = NULL;
|
|
intptr_t V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
InputFrameSink_tA6E249222893426FDB034E5CE860F0037DAE4F95* V_2 = NULL;
|
|
{
|
|
// using (var ar = new Detail.AutoRelease())
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* L_0 = (AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F*)il2cpp_codegen_object_new(AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
AutoRelease__ctor_mE72EEA2DE0CC0DD5BEF361C94038E370900B2B51(L_0, NULL);
|
|
V_0 = L_0;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_0030:
|
|
{// begin finally (depth: 1)
|
|
{
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* L_1 = V_0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_0039;
|
|
}
|
|
}
|
|
{
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* L_2 = V_0;
|
|
NullCheck(L_2);
|
|
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_2);
|
|
}
|
|
|
|
IL_0039:
|
|
{
|
|
return;
|
|
}
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
// var _return_value_ = default(IntPtr);
|
|
il2cpp_codegen_initobj((&V_1), sizeof(intptr_t));
|
|
// Detail.easyar_InputFrameToOutputFrameAdapter_input(cdata, out _return_value_);
|
|
intptr_t L_3;
|
|
L_3 = RefBase_get_cdata_m6BACEDB7D17969AA0151AAC1473283B95E33A87A(__this, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Detail_tB4DBDB462AA1DFC256BC6B782DC98E191969CEAA_il2cpp_TypeInfo_var);
|
|
Detail_easyar_InputFrameToOutputFrameAdapter_input_mF022BCC1B48F4A80AAC9590B68E06870A5359B15(L_3, (&V_1), NULL);
|
|
// return Detail.Object_from_c<InputFrameSink>(_return_value_, Detail.easyar_InputFrameSink__typeName);
|
|
intptr_t L_4 = V_1;
|
|
Func_2_t04A50D832214E55BC2F82E8DD7E603537B6D9713* L_5 = (Func_2_t04A50D832214E55BC2F82E8DD7E603537B6D9713*)il2cpp_codegen_object_new(Func_2_t04A50D832214E55BC2F82E8DD7E603537B6D9713_il2cpp_TypeInfo_var);
|
|
NullCheck(L_5);
|
|
Func_2__ctor_m12EE2869ED79665C38F05A42227ECB8657CB60A0(L_5, NULL, (intptr_t)((void*)Detail_easyar_InputFrameSink__typeName_m0D49A8F5797CE297C7244621DF432FB5D344D25E_RuntimeMethod_var), NULL);
|
|
InputFrameSink_tA6E249222893426FDB034E5CE860F0037DAE4F95* L_6;
|
|
L_6 = Detail_Object_from_c_TisInputFrameSink_tA6E249222893426FDB034E5CE860F0037DAE4F95_m11D72A3C63CC65CE100B77F3170F8CA483D1D2EA(L_4, L_5, Detail_Object_from_c_TisInputFrameSink_tA6E249222893426FDB034E5CE860F0037DAE4F95_m11D72A3C63CC65CE100B77F3170F8CA483D1D2EA_RuntimeMethod_var);
|
|
V_2 = L_6;
|
|
goto IL_003a;
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_003a:
|
|
{
|
|
// }
|
|
InputFrameSink_tA6E249222893426FDB034E5CE860F0037DAE4F95* L_7 = V_2;
|
|
return L_7;
|
|
}
|
|
}
|
|
// easyar.OutputFrameSource easyar.InputFrameToOutputFrameAdapter::output()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR OutputFrameSource_tCAA3F6A666530FC96C4699A88DC1312D06922D29* InputFrameToOutputFrameAdapter_output_m6E8151C4A1A9C040042969ADD09661295F2DA8A5 (InputFrameToOutputFrameAdapter_tB10AD4D1BF1C4F5A0B628D0EFCF45C8CB5BA65F2* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Detail_Object_from_c_TisOutputFrameSource_tCAA3F6A666530FC96C4699A88DC1312D06922D29_m12B5675CDFAD627F5F7F7024FD2C509DFCF27A8B_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Detail_easyar_OutputFrameSource__typeName_mDA0A7AD213819E04F0631C2115EDB31B9B7D498E_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Detail_tB4DBDB462AA1DFC256BC6B782DC98E191969CEAA_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_t04A50D832214E55BC2F82E8DD7E603537B6D9713_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* V_0 = NULL;
|
|
intptr_t V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
OutputFrameSource_tCAA3F6A666530FC96C4699A88DC1312D06922D29* V_2 = NULL;
|
|
{
|
|
// using (var ar = new Detail.AutoRelease())
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* L_0 = (AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F*)il2cpp_codegen_object_new(AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
AutoRelease__ctor_mE72EEA2DE0CC0DD5BEF361C94038E370900B2B51(L_0, NULL);
|
|
V_0 = L_0;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_0030:
|
|
{// begin finally (depth: 1)
|
|
{
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* L_1 = V_0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_0039;
|
|
}
|
|
}
|
|
{
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* L_2 = V_0;
|
|
NullCheck(L_2);
|
|
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_2);
|
|
}
|
|
|
|
IL_0039:
|
|
{
|
|
return;
|
|
}
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
// var _return_value_ = default(IntPtr);
|
|
il2cpp_codegen_initobj((&V_1), sizeof(intptr_t));
|
|
// Detail.easyar_InputFrameToOutputFrameAdapter_output(cdata, out _return_value_);
|
|
intptr_t L_3;
|
|
L_3 = RefBase_get_cdata_m6BACEDB7D17969AA0151AAC1473283B95E33A87A(__this, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Detail_tB4DBDB462AA1DFC256BC6B782DC98E191969CEAA_il2cpp_TypeInfo_var);
|
|
Detail_easyar_InputFrameToOutputFrameAdapter_output_m007BB3626C16420FA608CFF6466CDFFD62F7BC4A(L_3, (&V_1), NULL);
|
|
// return Detail.Object_from_c<OutputFrameSource>(_return_value_, Detail.easyar_OutputFrameSource__typeName);
|
|
intptr_t L_4 = V_1;
|
|
Func_2_t04A50D832214E55BC2F82E8DD7E603537B6D9713* L_5 = (Func_2_t04A50D832214E55BC2F82E8DD7E603537B6D9713*)il2cpp_codegen_object_new(Func_2_t04A50D832214E55BC2F82E8DD7E603537B6D9713_il2cpp_TypeInfo_var);
|
|
NullCheck(L_5);
|
|
Func_2__ctor_m12EE2869ED79665C38F05A42227ECB8657CB60A0(L_5, NULL, (intptr_t)((void*)Detail_easyar_OutputFrameSource__typeName_mDA0A7AD213819E04F0631C2115EDB31B9B7D498E_RuntimeMethod_var), NULL);
|
|
OutputFrameSource_tCAA3F6A666530FC96C4699A88DC1312D06922D29* L_6;
|
|
L_6 = Detail_Object_from_c_TisOutputFrameSource_tCAA3F6A666530FC96C4699A88DC1312D06922D29_m12B5675CDFAD627F5F7F7024FD2C509DFCF27A8B(L_4, L_5, Detail_Object_from_c_TisOutputFrameSource_tCAA3F6A666530FC96C4699A88DC1312D06922D29_m12B5675CDFAD627F5F7F7024FD2C509DFCF27A8B_RuntimeMethod_var);
|
|
V_2 = L_6;
|
|
goto IL_003a;
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_003a:
|
|
{
|
|
// }
|
|
OutputFrameSource_tCAA3F6A666530FC96C4699A88DC1312D06922D29* L_7 = V_2;
|
|
return L_7;
|
|
}
|
|
}
|
|
// easyar.InputFrameToOutputFrameAdapter easyar.InputFrameToOutputFrameAdapter::create()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputFrameToOutputFrameAdapter_tB10AD4D1BF1C4F5A0B628D0EFCF45C8CB5BA65F2* InputFrameToOutputFrameAdapter_create_m9CAF55991596CA15EC946DFF0DE1A34F4D5104B3 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Detail_Object_from_c_TisInputFrameToOutputFrameAdapter_tB10AD4D1BF1C4F5A0B628D0EFCF45C8CB5BA65F2_mAC109446A7B5DFF0412BFC7EA5EDB7684AD1EDBD_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Detail_easyar_InputFrameToOutputFrameAdapter__typeName_m66C51B31D4C84660ECD005514FFEA944F8F14DFA_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Detail_tB4DBDB462AA1DFC256BC6B782DC98E191969CEAA_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_t04A50D832214E55BC2F82E8DD7E603537B6D9713_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* V_0 = NULL;
|
|
intptr_t V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
InputFrameToOutputFrameAdapter_tB10AD4D1BF1C4F5A0B628D0EFCF45C8CB5BA65F2* V_2 = NULL;
|
|
{
|
|
// using (var ar = new Detail.AutoRelease())
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* L_0 = (AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F*)il2cpp_codegen_object_new(AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
AutoRelease__ctor_mE72EEA2DE0CC0DD5BEF361C94038E370900B2B51(L_0, NULL);
|
|
V_0 = L_0;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_002a:
|
|
{// begin finally (depth: 1)
|
|
{
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* L_1 = V_0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_0033;
|
|
}
|
|
}
|
|
{
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* L_2 = V_0;
|
|
NullCheck(L_2);
|
|
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_2);
|
|
}
|
|
|
|
IL_0033:
|
|
{
|
|
return;
|
|
}
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
// var _return_value_ = default(IntPtr);
|
|
il2cpp_codegen_initobj((&V_1), sizeof(intptr_t));
|
|
// Detail.easyar_InputFrameToOutputFrameAdapter_create(out _return_value_);
|
|
il2cpp_codegen_runtime_class_init_inline(Detail_tB4DBDB462AA1DFC256BC6B782DC98E191969CEAA_il2cpp_TypeInfo_var);
|
|
Detail_easyar_InputFrameToOutputFrameAdapter_create_m3F6D349F5FB85F310D00E22F58DE257AA895E542((&V_1), NULL);
|
|
// return Detail.Object_from_c<InputFrameToOutputFrameAdapter>(_return_value_, Detail.easyar_InputFrameToOutputFrameAdapter__typeName);
|
|
intptr_t L_3 = V_1;
|
|
Func_2_t04A50D832214E55BC2F82E8DD7E603537B6D9713* L_4 = (Func_2_t04A50D832214E55BC2F82E8DD7E603537B6D9713*)il2cpp_codegen_object_new(Func_2_t04A50D832214E55BC2F82E8DD7E603537B6D9713_il2cpp_TypeInfo_var);
|
|
NullCheck(L_4);
|
|
Func_2__ctor_m12EE2869ED79665C38F05A42227ECB8657CB60A0(L_4, NULL, (intptr_t)((void*)Detail_easyar_InputFrameToOutputFrameAdapter__typeName_m66C51B31D4C84660ECD005514FFEA944F8F14DFA_RuntimeMethod_var), NULL);
|
|
InputFrameToOutputFrameAdapter_tB10AD4D1BF1C4F5A0B628D0EFCF45C8CB5BA65F2* L_5;
|
|
L_5 = Detail_Object_from_c_TisInputFrameToOutputFrameAdapter_tB10AD4D1BF1C4F5A0B628D0EFCF45C8CB5BA65F2_mAC109446A7B5DFF0412BFC7EA5EDB7684AD1EDBD(L_3, L_4, Detail_Object_from_c_TisInputFrameToOutputFrameAdapter_tB10AD4D1BF1C4F5A0B628D0EFCF45C8CB5BA65F2_mAC109446A7B5DFF0412BFC7EA5EDB7684AD1EDBD_RuntimeMethod_var);
|
|
V_2 = L_5;
|
|
goto IL_0034;
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_0034:
|
|
{
|
|
// }
|
|
InputFrameToOutputFrameAdapter_tB10AD4D1BF1C4F5A0B628D0EFCF45C8CB5BA65F2* L_6 = V_2;
|
|
return L_6;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void easyar.InputFrameToFeedbackFrameAdapter::.ctor(System.IntPtr,System.Action`1<System.IntPtr>,easyar.RefBase/Retainer)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputFrameToFeedbackFrameAdapter__ctor_m3175DD6A1C36DEA71405410EC66B58E1405CD14B (InputFrameToFeedbackFrameAdapter_tEA715356AB9DD6A39C7D0FAEE0EC3480E1CB9379* __this, intptr_t ___0_cdata, Action_1_t2DF1ED40E3084E997390FF52F462390882271FE2* ___1_deleter, Retainer_t21E37A78A5C591A4A1DB7494A454CCADF411A77A* ___2_retainer, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// internal InputFrameToFeedbackFrameAdapter(IntPtr cdata, Action<IntPtr> deleter, Retainer retainer) : base(cdata, deleter, retainer)
|
|
intptr_t L_0 = ___0_cdata;
|
|
Action_1_t2DF1ED40E3084E997390FF52F462390882271FE2* L_1 = ___1_deleter;
|
|
Retainer_t21E37A78A5C591A4A1DB7494A454CCADF411A77A* L_2 = ___2_retainer;
|
|
RefBase__ctor_m1F89F1D069DD380C7B51129C109F7989D854246A(__this, L_0, L_1, L_2, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Object easyar.InputFrameToFeedbackFrameAdapter::CloneObject()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* InputFrameToFeedbackFrameAdapter_CloneObject_m50B1B5782D402952AE0B20AF0E7431AEB9DDED63 (InputFrameToFeedbackFrameAdapter_tEA715356AB9DD6A39C7D0FAEE0EC3480E1CB9379* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputFrameToFeedbackFrameAdapter_tEA715356AB9DD6A39C7D0FAEE0EC3480E1CB9379_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
intptr_t V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
// var cdata_new = IntPtr.Zero;
|
|
intptr_t L_0 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1;
|
|
V_0 = L_0;
|
|
// if (retainer_ != null) { retainer_(cdata, out cdata_new); }
|
|
Retainer_t21E37A78A5C591A4A1DB7494A454CCADF411A77A* L_1 = ((RefBase_tD2A748D10CECAAD8DD367977128D0B22A01F604E*)__this)->___retainer__2;
|
|
if (!L_1)
|
|
{
|
|
goto IL_0021;
|
|
}
|
|
}
|
|
{
|
|
// if (retainer_ != null) { retainer_(cdata, out cdata_new); }
|
|
Retainer_t21E37A78A5C591A4A1DB7494A454CCADF411A77A* L_2 = ((RefBase_tD2A748D10CECAAD8DD367977128D0B22A01F604E*)__this)->___retainer__2;
|
|
intptr_t L_3;
|
|
L_3 = RefBase_get_cdata_m6BACEDB7D17969AA0151AAC1473283B95E33A87A(__this, NULL);
|
|
NullCheck(L_2);
|
|
Retainer_Invoke_mAE6440576152AFF79D3692B99D7123EB84655CA8_inline(L_2, L_3, (&V_0), NULL);
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
// return new InputFrameToFeedbackFrameAdapter(cdata_new, deleter_, retainer_);
|
|
intptr_t L_4 = V_0;
|
|
Action_1_t2DF1ED40E3084E997390FF52F462390882271FE2* L_5 = ((RefBase_tD2A748D10CECAAD8DD367977128D0B22A01F604E*)__this)->___deleter__1;
|
|
Retainer_t21E37A78A5C591A4A1DB7494A454CCADF411A77A* L_6 = ((RefBase_tD2A748D10CECAAD8DD367977128D0B22A01F604E*)__this)->___retainer__2;
|
|
InputFrameToFeedbackFrameAdapter_tEA715356AB9DD6A39C7D0FAEE0EC3480E1CB9379* L_7 = (InputFrameToFeedbackFrameAdapter_tEA715356AB9DD6A39C7D0FAEE0EC3480E1CB9379*)il2cpp_codegen_object_new(InputFrameToFeedbackFrameAdapter_tEA715356AB9DD6A39C7D0FAEE0EC3480E1CB9379_il2cpp_TypeInfo_var);
|
|
NullCheck(L_7);
|
|
InputFrameToFeedbackFrameAdapter__ctor_m3175DD6A1C36DEA71405410EC66B58E1405CD14B(L_7, L_4, L_5, L_6, NULL);
|
|
return L_7;
|
|
}
|
|
}
|
|
// easyar.InputFrameToFeedbackFrameAdapter easyar.InputFrameToFeedbackFrameAdapter::Clone()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputFrameToFeedbackFrameAdapter_tEA715356AB9DD6A39C7D0FAEE0EC3480E1CB9379* InputFrameToFeedbackFrameAdapter_Clone_m76A081DFF4AA0633E5E9006A76CB570FF3277E29 (InputFrameToFeedbackFrameAdapter_tEA715356AB9DD6A39C7D0FAEE0EC3480E1CB9379* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputFrameToFeedbackFrameAdapter_tEA715356AB9DD6A39C7D0FAEE0EC3480E1CB9379_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return (InputFrameToFeedbackFrameAdapter)(CloneObject());
|
|
RuntimeObject* L_0;
|
|
L_0 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(5 /* System.Object easyar.RefBase::CloneObject() */, __this);
|
|
return ((InputFrameToFeedbackFrameAdapter_tEA715356AB9DD6A39C7D0FAEE0EC3480E1CB9379*)CastclassClass((RuntimeObject*)L_0, InputFrameToFeedbackFrameAdapter_tEA715356AB9DD6A39C7D0FAEE0EC3480E1CB9379_il2cpp_TypeInfo_var));
|
|
}
|
|
}
|
|
// easyar.InputFrameSink easyar.InputFrameToFeedbackFrameAdapter::input()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputFrameSink_tA6E249222893426FDB034E5CE860F0037DAE4F95* InputFrameToFeedbackFrameAdapter_input_m917F5B1A80100C874850AD1F390DEB94455455AA (InputFrameToFeedbackFrameAdapter_tEA715356AB9DD6A39C7D0FAEE0EC3480E1CB9379* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Detail_Object_from_c_TisInputFrameSink_tA6E249222893426FDB034E5CE860F0037DAE4F95_m11D72A3C63CC65CE100B77F3170F8CA483D1D2EA_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Detail_easyar_InputFrameSink__typeName_m0D49A8F5797CE297C7244621DF432FB5D344D25E_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Detail_tB4DBDB462AA1DFC256BC6B782DC98E191969CEAA_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_t04A50D832214E55BC2F82E8DD7E603537B6D9713_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* V_0 = NULL;
|
|
intptr_t V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
InputFrameSink_tA6E249222893426FDB034E5CE860F0037DAE4F95* V_2 = NULL;
|
|
{
|
|
// using (var ar = new Detail.AutoRelease())
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* L_0 = (AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F*)il2cpp_codegen_object_new(AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
AutoRelease__ctor_mE72EEA2DE0CC0DD5BEF361C94038E370900B2B51(L_0, NULL);
|
|
V_0 = L_0;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_0030:
|
|
{// begin finally (depth: 1)
|
|
{
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* L_1 = V_0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_0039;
|
|
}
|
|
}
|
|
{
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* L_2 = V_0;
|
|
NullCheck(L_2);
|
|
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_2);
|
|
}
|
|
|
|
IL_0039:
|
|
{
|
|
return;
|
|
}
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
// var _return_value_ = default(IntPtr);
|
|
il2cpp_codegen_initobj((&V_1), sizeof(intptr_t));
|
|
// Detail.easyar_InputFrameToFeedbackFrameAdapter_input(cdata, out _return_value_);
|
|
intptr_t L_3;
|
|
L_3 = RefBase_get_cdata_m6BACEDB7D17969AA0151AAC1473283B95E33A87A(__this, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Detail_tB4DBDB462AA1DFC256BC6B782DC98E191969CEAA_il2cpp_TypeInfo_var);
|
|
Detail_easyar_InputFrameToFeedbackFrameAdapter_input_m4CA792F4BD6E03E2827B538ABEC32F91E78E3E6C(L_3, (&V_1), NULL);
|
|
// return Detail.Object_from_c<InputFrameSink>(_return_value_, Detail.easyar_InputFrameSink__typeName);
|
|
intptr_t L_4 = V_1;
|
|
Func_2_t04A50D832214E55BC2F82E8DD7E603537B6D9713* L_5 = (Func_2_t04A50D832214E55BC2F82E8DD7E603537B6D9713*)il2cpp_codegen_object_new(Func_2_t04A50D832214E55BC2F82E8DD7E603537B6D9713_il2cpp_TypeInfo_var);
|
|
NullCheck(L_5);
|
|
Func_2__ctor_m12EE2869ED79665C38F05A42227ECB8657CB60A0(L_5, NULL, (intptr_t)((void*)Detail_easyar_InputFrameSink__typeName_m0D49A8F5797CE297C7244621DF432FB5D344D25E_RuntimeMethod_var), NULL);
|
|
InputFrameSink_tA6E249222893426FDB034E5CE860F0037DAE4F95* L_6;
|
|
L_6 = Detail_Object_from_c_TisInputFrameSink_tA6E249222893426FDB034E5CE860F0037DAE4F95_m11D72A3C63CC65CE100B77F3170F8CA483D1D2EA(L_4, L_5, Detail_Object_from_c_TisInputFrameSink_tA6E249222893426FDB034E5CE860F0037DAE4F95_m11D72A3C63CC65CE100B77F3170F8CA483D1D2EA_RuntimeMethod_var);
|
|
V_2 = L_6;
|
|
goto IL_003a;
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_003a:
|
|
{
|
|
// }
|
|
InputFrameSink_tA6E249222893426FDB034E5CE860F0037DAE4F95* L_7 = V_2;
|
|
return L_7;
|
|
}
|
|
}
|
|
// System.Int32 easyar.InputFrameToFeedbackFrameAdapter::bufferRequirement()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputFrameToFeedbackFrameAdapter_bufferRequirement_m25B69AF1029084ED70DB1D5950D9B49D20583D3E (InputFrameToFeedbackFrameAdapter_tEA715356AB9DD6A39C7D0FAEE0EC3480E1CB9379* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Detail_tB4DBDB462AA1DFC256BC6B782DC98E191969CEAA_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
{
|
|
// using (var ar = new Detail.AutoRelease())
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* L_0 = (AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F*)il2cpp_codegen_object_new(AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
AutoRelease__ctor_mE72EEA2DE0CC0DD5BEF361C94038E370900B2B51(L_0, NULL);
|
|
V_0 = L_0;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_0014:
|
|
{// begin finally (depth: 1)
|
|
{
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* L_1 = V_0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_001d;
|
|
}
|
|
}
|
|
{
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* L_2 = V_0;
|
|
NullCheck(L_2);
|
|
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_2);
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
return;
|
|
}
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
// var _return_value_ = Detail.easyar_InputFrameToFeedbackFrameAdapter_bufferRequirement(cdata);
|
|
intptr_t L_3;
|
|
L_3 = RefBase_get_cdata_m6BACEDB7D17969AA0151AAC1473283B95E33A87A(__this, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Detail_tB4DBDB462AA1DFC256BC6B782DC98E191969CEAA_il2cpp_TypeInfo_var);
|
|
int32_t L_4;
|
|
L_4 = Detail_easyar_InputFrameToFeedbackFrameAdapter_bufferRequirement_mB9F12E03B151CBB34DC4969769AA3EE3ADF1CEB7(L_3, NULL);
|
|
// return _return_value_;
|
|
V_1 = L_4;
|
|
goto IL_001e;
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_001e:
|
|
{
|
|
// }
|
|
int32_t L_5 = V_1;
|
|
return L_5;
|
|
}
|
|
}
|
|
// easyar.OutputFrameSink easyar.InputFrameToFeedbackFrameAdapter::sideInput()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR OutputFrameSink_tB6DEF751ED788C51CE8AA2874A597F753BD2F32C* InputFrameToFeedbackFrameAdapter_sideInput_m140A8A4F8FFE2A4EA2A762727B6F5B1AA089ED9D (InputFrameToFeedbackFrameAdapter_tEA715356AB9DD6A39C7D0FAEE0EC3480E1CB9379* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Detail_Object_from_c_TisOutputFrameSink_tB6DEF751ED788C51CE8AA2874A597F753BD2F32C_mBD34FEC6879428297BFE9FA26002F16B7DBFA187_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Detail_easyar_OutputFrameSink__typeName_mEB106E1725A7EDA399B8DB687D139850BBF74FE4_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Detail_tB4DBDB462AA1DFC256BC6B782DC98E191969CEAA_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_t04A50D832214E55BC2F82E8DD7E603537B6D9713_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* V_0 = NULL;
|
|
intptr_t V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
OutputFrameSink_tB6DEF751ED788C51CE8AA2874A597F753BD2F32C* V_2 = NULL;
|
|
{
|
|
// using (var ar = new Detail.AutoRelease())
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* L_0 = (AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F*)il2cpp_codegen_object_new(AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
AutoRelease__ctor_mE72EEA2DE0CC0DD5BEF361C94038E370900B2B51(L_0, NULL);
|
|
V_0 = L_0;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_0030:
|
|
{// begin finally (depth: 1)
|
|
{
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* L_1 = V_0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_0039;
|
|
}
|
|
}
|
|
{
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* L_2 = V_0;
|
|
NullCheck(L_2);
|
|
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_2);
|
|
}
|
|
|
|
IL_0039:
|
|
{
|
|
return;
|
|
}
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
// var _return_value_ = default(IntPtr);
|
|
il2cpp_codegen_initobj((&V_1), sizeof(intptr_t));
|
|
// Detail.easyar_InputFrameToFeedbackFrameAdapter_sideInput(cdata, out _return_value_);
|
|
intptr_t L_3;
|
|
L_3 = RefBase_get_cdata_m6BACEDB7D17969AA0151AAC1473283B95E33A87A(__this, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Detail_tB4DBDB462AA1DFC256BC6B782DC98E191969CEAA_il2cpp_TypeInfo_var);
|
|
Detail_easyar_InputFrameToFeedbackFrameAdapter_sideInput_m5D11345FBF3ED7730C6A2F150511444E0B99C44B(L_3, (&V_1), NULL);
|
|
// return Detail.Object_from_c<OutputFrameSink>(_return_value_, Detail.easyar_OutputFrameSink__typeName);
|
|
intptr_t L_4 = V_1;
|
|
Func_2_t04A50D832214E55BC2F82E8DD7E603537B6D9713* L_5 = (Func_2_t04A50D832214E55BC2F82E8DD7E603537B6D9713*)il2cpp_codegen_object_new(Func_2_t04A50D832214E55BC2F82E8DD7E603537B6D9713_il2cpp_TypeInfo_var);
|
|
NullCheck(L_5);
|
|
Func_2__ctor_m12EE2869ED79665C38F05A42227ECB8657CB60A0(L_5, NULL, (intptr_t)((void*)Detail_easyar_OutputFrameSink__typeName_mEB106E1725A7EDA399B8DB687D139850BBF74FE4_RuntimeMethod_var), NULL);
|
|
OutputFrameSink_tB6DEF751ED788C51CE8AA2874A597F753BD2F32C* L_6;
|
|
L_6 = Detail_Object_from_c_TisOutputFrameSink_tB6DEF751ED788C51CE8AA2874A597F753BD2F32C_mBD34FEC6879428297BFE9FA26002F16B7DBFA187(L_4, L_5, Detail_Object_from_c_TisOutputFrameSink_tB6DEF751ED788C51CE8AA2874A597F753BD2F32C_mBD34FEC6879428297BFE9FA26002F16B7DBFA187_RuntimeMethod_var);
|
|
V_2 = L_6;
|
|
goto IL_003a;
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_003a:
|
|
{
|
|
// }
|
|
OutputFrameSink_tB6DEF751ED788C51CE8AA2874A597F753BD2F32C* L_7 = V_2;
|
|
return L_7;
|
|
}
|
|
}
|
|
// easyar.FeedbackFrameSource easyar.InputFrameToFeedbackFrameAdapter::output()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FeedbackFrameSource_t3336309B76A1F76980F75F70F1D0C0A26CD55A5E* InputFrameToFeedbackFrameAdapter_output_m0D8EE6B41DF172EEB02ABE251F616F871AAAE09D (InputFrameToFeedbackFrameAdapter_tEA715356AB9DD6A39C7D0FAEE0EC3480E1CB9379* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Detail_Object_from_c_TisFeedbackFrameSource_t3336309B76A1F76980F75F70F1D0C0A26CD55A5E_m4A07E47B6F4C0034B8A37C1AC32E8D54136750BE_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Detail_easyar_FeedbackFrameSource__typeName_mE637A53BB54E375A026990152EE42C735AC9ADA1_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Detail_tB4DBDB462AA1DFC256BC6B782DC98E191969CEAA_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_t04A50D832214E55BC2F82E8DD7E603537B6D9713_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* V_0 = NULL;
|
|
intptr_t V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
FeedbackFrameSource_t3336309B76A1F76980F75F70F1D0C0A26CD55A5E* V_2 = NULL;
|
|
{
|
|
// using (var ar = new Detail.AutoRelease())
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* L_0 = (AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F*)il2cpp_codegen_object_new(AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
AutoRelease__ctor_mE72EEA2DE0CC0DD5BEF361C94038E370900B2B51(L_0, NULL);
|
|
V_0 = L_0;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_0030:
|
|
{// begin finally (depth: 1)
|
|
{
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* L_1 = V_0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_0039;
|
|
}
|
|
}
|
|
{
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* L_2 = V_0;
|
|
NullCheck(L_2);
|
|
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_2);
|
|
}
|
|
|
|
IL_0039:
|
|
{
|
|
return;
|
|
}
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
// var _return_value_ = default(IntPtr);
|
|
il2cpp_codegen_initobj((&V_1), sizeof(intptr_t));
|
|
// Detail.easyar_InputFrameToFeedbackFrameAdapter_output(cdata, out _return_value_);
|
|
intptr_t L_3;
|
|
L_3 = RefBase_get_cdata_m6BACEDB7D17969AA0151AAC1473283B95E33A87A(__this, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Detail_tB4DBDB462AA1DFC256BC6B782DC98E191969CEAA_il2cpp_TypeInfo_var);
|
|
Detail_easyar_InputFrameToFeedbackFrameAdapter_output_m99A30354A23E9D43C73BBE9B893632FA519FCF1E(L_3, (&V_1), NULL);
|
|
// return Detail.Object_from_c<FeedbackFrameSource>(_return_value_, Detail.easyar_FeedbackFrameSource__typeName);
|
|
intptr_t L_4 = V_1;
|
|
Func_2_t04A50D832214E55BC2F82E8DD7E603537B6D9713* L_5 = (Func_2_t04A50D832214E55BC2F82E8DD7E603537B6D9713*)il2cpp_codegen_object_new(Func_2_t04A50D832214E55BC2F82E8DD7E603537B6D9713_il2cpp_TypeInfo_var);
|
|
NullCheck(L_5);
|
|
Func_2__ctor_m12EE2869ED79665C38F05A42227ECB8657CB60A0(L_5, NULL, (intptr_t)((void*)Detail_easyar_FeedbackFrameSource__typeName_mE637A53BB54E375A026990152EE42C735AC9ADA1_RuntimeMethod_var), NULL);
|
|
FeedbackFrameSource_t3336309B76A1F76980F75F70F1D0C0A26CD55A5E* L_6;
|
|
L_6 = Detail_Object_from_c_TisFeedbackFrameSource_t3336309B76A1F76980F75F70F1D0C0A26CD55A5E_m4A07E47B6F4C0034B8A37C1AC32E8D54136750BE(L_4, L_5, Detail_Object_from_c_TisFeedbackFrameSource_t3336309B76A1F76980F75F70F1D0C0A26CD55A5E_m4A07E47B6F4C0034B8A37C1AC32E8D54136750BE_RuntimeMethod_var);
|
|
V_2 = L_6;
|
|
goto IL_003a;
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_003a:
|
|
{
|
|
// }
|
|
FeedbackFrameSource_t3336309B76A1F76980F75F70F1D0C0A26CD55A5E* L_7 = V_2;
|
|
return L_7;
|
|
}
|
|
}
|
|
// easyar.InputFrameToFeedbackFrameAdapter easyar.InputFrameToFeedbackFrameAdapter::create()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputFrameToFeedbackFrameAdapter_tEA715356AB9DD6A39C7D0FAEE0EC3480E1CB9379* InputFrameToFeedbackFrameAdapter_create_mCA7F80254BA2F73AD640818CF2A290EBBAEBF247 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Detail_Object_from_c_TisInputFrameToFeedbackFrameAdapter_tEA715356AB9DD6A39C7D0FAEE0EC3480E1CB9379_mF182CDED6189095857264C55DCEF18C6681BD620_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Detail_easyar_InputFrameToFeedbackFrameAdapter__typeName_mF80B77B385E1DCB0A5234AED884F87A37D652213_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Detail_tB4DBDB462AA1DFC256BC6B782DC98E191969CEAA_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_t04A50D832214E55BC2F82E8DD7E603537B6D9713_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* V_0 = NULL;
|
|
intptr_t V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
InputFrameToFeedbackFrameAdapter_tEA715356AB9DD6A39C7D0FAEE0EC3480E1CB9379* V_2 = NULL;
|
|
{
|
|
// using (var ar = new Detail.AutoRelease())
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* L_0 = (AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F*)il2cpp_codegen_object_new(AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
AutoRelease__ctor_mE72EEA2DE0CC0DD5BEF361C94038E370900B2B51(L_0, NULL);
|
|
V_0 = L_0;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_002a:
|
|
{// begin finally (depth: 1)
|
|
{
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* L_1 = V_0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_0033;
|
|
}
|
|
}
|
|
{
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* L_2 = V_0;
|
|
NullCheck(L_2);
|
|
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_2);
|
|
}
|
|
|
|
IL_0033:
|
|
{
|
|
return;
|
|
}
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
// var _return_value_ = default(IntPtr);
|
|
il2cpp_codegen_initobj((&V_1), sizeof(intptr_t));
|
|
// Detail.easyar_InputFrameToFeedbackFrameAdapter_create(out _return_value_);
|
|
il2cpp_codegen_runtime_class_init_inline(Detail_tB4DBDB462AA1DFC256BC6B782DC98E191969CEAA_il2cpp_TypeInfo_var);
|
|
Detail_easyar_InputFrameToFeedbackFrameAdapter_create_m1D161B2A4B993FA13243AD3B35B6FAA66EF8E18E((&V_1), NULL);
|
|
// return Detail.Object_from_c<InputFrameToFeedbackFrameAdapter>(_return_value_, Detail.easyar_InputFrameToFeedbackFrameAdapter__typeName);
|
|
intptr_t L_3 = V_1;
|
|
Func_2_t04A50D832214E55BC2F82E8DD7E603537B6D9713* L_4 = (Func_2_t04A50D832214E55BC2F82E8DD7E603537B6D9713*)il2cpp_codegen_object_new(Func_2_t04A50D832214E55BC2F82E8DD7E603537B6D9713_il2cpp_TypeInfo_var);
|
|
NullCheck(L_4);
|
|
Func_2__ctor_m12EE2869ED79665C38F05A42227ECB8657CB60A0(L_4, NULL, (intptr_t)((void*)Detail_easyar_InputFrameToFeedbackFrameAdapter__typeName_mF80B77B385E1DCB0A5234AED884F87A37D652213_RuntimeMethod_var), NULL);
|
|
InputFrameToFeedbackFrameAdapter_tEA715356AB9DD6A39C7D0FAEE0EC3480E1CB9379* L_5;
|
|
L_5 = Detail_Object_from_c_TisInputFrameToFeedbackFrameAdapter_tEA715356AB9DD6A39C7D0FAEE0EC3480E1CB9379_mF182CDED6189095857264C55DCEF18C6681BD620(L_3, L_4, Detail_Object_from_c_TisInputFrameToFeedbackFrameAdapter_tEA715356AB9DD6A39C7D0FAEE0EC3480E1CB9379_mF182CDED6189095857264C55DCEF18C6681BD620_RuntimeMethod_var);
|
|
V_2 = L_5;
|
|
goto IL_0034;
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_0034:
|
|
{
|
|
// }
|
|
InputFrameToFeedbackFrameAdapter_tEA715356AB9DD6A39C7D0FAEE0EC3480E1CB9379* L_6 = V_2;
|
|
return L_6;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void easyar.InputFrame::.ctor(System.IntPtr,System.Action`1<System.IntPtr>,easyar.RefBase/Retainer)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputFrame__ctor_m20CC1132C2A3CB1F68EABC8E11D3DB7560051D29 (InputFrame_tDB02ECBCF7ED51DE6F781A607D63BE7812E0BDC1* __this, intptr_t ___0_cdata, Action_1_t2DF1ED40E3084E997390FF52F462390882271FE2* ___1_deleter, Retainer_t21E37A78A5C591A4A1DB7494A454CCADF411A77A* ___2_retainer, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// internal InputFrame(IntPtr cdata, Action<IntPtr> deleter, Retainer retainer) : base(cdata, deleter, retainer)
|
|
intptr_t L_0 = ___0_cdata;
|
|
Action_1_t2DF1ED40E3084E997390FF52F462390882271FE2* L_1 = ___1_deleter;
|
|
Retainer_t21E37A78A5C591A4A1DB7494A454CCADF411A77A* L_2 = ___2_retainer;
|
|
RefBase__ctor_m1F89F1D069DD380C7B51129C109F7989D854246A(__this, L_0, L_1, L_2, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Object easyar.InputFrame::CloneObject()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* InputFrame_CloneObject_m56502344C62CFA29DE5585BF1519D412CF3A0039 (InputFrame_tDB02ECBCF7ED51DE6F781A607D63BE7812E0BDC1* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputFrame_tDB02ECBCF7ED51DE6F781A607D63BE7812E0BDC1_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
intptr_t V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
// var cdata_new = IntPtr.Zero;
|
|
intptr_t L_0 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1;
|
|
V_0 = L_0;
|
|
// if (retainer_ != null) { retainer_(cdata, out cdata_new); }
|
|
Retainer_t21E37A78A5C591A4A1DB7494A454CCADF411A77A* L_1 = ((RefBase_tD2A748D10CECAAD8DD367977128D0B22A01F604E*)__this)->___retainer__2;
|
|
if (!L_1)
|
|
{
|
|
goto IL_0021;
|
|
}
|
|
}
|
|
{
|
|
// if (retainer_ != null) { retainer_(cdata, out cdata_new); }
|
|
Retainer_t21E37A78A5C591A4A1DB7494A454CCADF411A77A* L_2 = ((RefBase_tD2A748D10CECAAD8DD367977128D0B22A01F604E*)__this)->___retainer__2;
|
|
intptr_t L_3;
|
|
L_3 = RefBase_get_cdata_m6BACEDB7D17969AA0151AAC1473283B95E33A87A(__this, NULL);
|
|
NullCheck(L_2);
|
|
Retainer_Invoke_mAE6440576152AFF79D3692B99D7123EB84655CA8_inline(L_2, L_3, (&V_0), NULL);
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
// return new InputFrame(cdata_new, deleter_, retainer_);
|
|
intptr_t L_4 = V_0;
|
|
Action_1_t2DF1ED40E3084E997390FF52F462390882271FE2* L_5 = ((RefBase_tD2A748D10CECAAD8DD367977128D0B22A01F604E*)__this)->___deleter__1;
|
|
Retainer_t21E37A78A5C591A4A1DB7494A454CCADF411A77A* L_6 = ((RefBase_tD2A748D10CECAAD8DD367977128D0B22A01F604E*)__this)->___retainer__2;
|
|
InputFrame_tDB02ECBCF7ED51DE6F781A607D63BE7812E0BDC1* L_7 = (InputFrame_tDB02ECBCF7ED51DE6F781A607D63BE7812E0BDC1*)il2cpp_codegen_object_new(InputFrame_tDB02ECBCF7ED51DE6F781A607D63BE7812E0BDC1_il2cpp_TypeInfo_var);
|
|
NullCheck(L_7);
|
|
InputFrame__ctor_m20CC1132C2A3CB1F68EABC8E11D3DB7560051D29(L_7, L_4, L_5, L_6, NULL);
|
|
return L_7;
|
|
}
|
|
}
|
|
// easyar.InputFrame easyar.InputFrame::Clone()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputFrame_tDB02ECBCF7ED51DE6F781A607D63BE7812E0BDC1* InputFrame_Clone_m4B780666AECD883AF39FC1F0DAF43D7134564058 (InputFrame_tDB02ECBCF7ED51DE6F781A607D63BE7812E0BDC1* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputFrame_tDB02ECBCF7ED51DE6F781A607D63BE7812E0BDC1_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return (InputFrame)(CloneObject());
|
|
RuntimeObject* L_0;
|
|
L_0 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(5 /* System.Object easyar.RefBase::CloneObject() */, __this);
|
|
return ((InputFrame_tDB02ECBCF7ED51DE6F781A607D63BE7812E0BDC1*)CastclassClass((RuntimeObject*)L_0, InputFrame_tDB02ECBCF7ED51DE6F781A607D63BE7812E0BDC1_il2cpp_TypeInfo_var));
|
|
}
|
|
}
|
|
// System.Int32 easyar.InputFrame::index()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputFrame_index_m461F0649929E7C8B10CBE28B0072CBDEE24324E8 (InputFrame_tDB02ECBCF7ED51DE6F781A607D63BE7812E0BDC1* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Detail_tB4DBDB462AA1DFC256BC6B782DC98E191969CEAA_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
{
|
|
// using (var ar = new Detail.AutoRelease())
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* L_0 = (AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F*)il2cpp_codegen_object_new(AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
AutoRelease__ctor_mE72EEA2DE0CC0DD5BEF361C94038E370900B2B51(L_0, NULL);
|
|
V_0 = L_0;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_0014:
|
|
{// begin finally (depth: 1)
|
|
{
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* L_1 = V_0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_001d;
|
|
}
|
|
}
|
|
{
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* L_2 = V_0;
|
|
NullCheck(L_2);
|
|
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_2);
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
return;
|
|
}
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
// var _return_value_ = Detail.easyar_InputFrame_index(cdata);
|
|
intptr_t L_3;
|
|
L_3 = RefBase_get_cdata_m6BACEDB7D17969AA0151AAC1473283B95E33A87A(__this, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Detail_tB4DBDB462AA1DFC256BC6B782DC98E191969CEAA_il2cpp_TypeInfo_var);
|
|
int32_t L_4;
|
|
L_4 = Detail_easyar_InputFrame_index_m4479F26F24E342B2B829BF3B22E5E261EF3D9EF4(L_3, NULL);
|
|
// return _return_value_;
|
|
V_1 = L_4;
|
|
goto IL_001e;
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_001e:
|
|
{
|
|
// }
|
|
int32_t L_5 = V_1;
|
|
return L_5;
|
|
}
|
|
}
|
|
// easyar.Image easyar.InputFrame::image()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Image_tA8E8F2D58C143E9ADB13683D6BC93C8345F46A43* InputFrame_image_m0FB03F4DDDAD622E442B0F07FDB96C384EDE8D61 (InputFrame_tDB02ECBCF7ED51DE6F781A607D63BE7812E0BDC1* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Detail_Object_from_c_TisImage_tA8E8F2D58C143E9ADB13683D6BC93C8345F46A43_mC692236593B10735C3A80F398200B41CAC04E3F3_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Detail_easyar_Image__typeName_m94E994B70780C3E89D5C6435F430EDC925D5CFDD_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Detail_tB4DBDB462AA1DFC256BC6B782DC98E191969CEAA_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_t04A50D832214E55BC2F82E8DD7E603537B6D9713_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* V_0 = NULL;
|
|
intptr_t V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
Image_tA8E8F2D58C143E9ADB13683D6BC93C8345F46A43* V_2 = NULL;
|
|
{
|
|
// using (var ar = new Detail.AutoRelease())
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* L_0 = (AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F*)il2cpp_codegen_object_new(AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
AutoRelease__ctor_mE72EEA2DE0CC0DD5BEF361C94038E370900B2B51(L_0, NULL);
|
|
V_0 = L_0;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_0030:
|
|
{// begin finally (depth: 1)
|
|
{
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* L_1 = V_0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_0039;
|
|
}
|
|
}
|
|
{
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* L_2 = V_0;
|
|
NullCheck(L_2);
|
|
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_2);
|
|
}
|
|
|
|
IL_0039:
|
|
{
|
|
return;
|
|
}
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
// var _return_value_ = default(IntPtr);
|
|
il2cpp_codegen_initobj((&V_1), sizeof(intptr_t));
|
|
// Detail.easyar_InputFrame_image(cdata, out _return_value_);
|
|
intptr_t L_3;
|
|
L_3 = RefBase_get_cdata_m6BACEDB7D17969AA0151AAC1473283B95E33A87A(__this, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Detail_tB4DBDB462AA1DFC256BC6B782DC98E191969CEAA_il2cpp_TypeInfo_var);
|
|
Detail_easyar_InputFrame_image_m0ABE363E8F2318619D847D614F6313475747C2B7(L_3, (&V_1), NULL);
|
|
// return Detail.Object_from_c<Image>(_return_value_, Detail.easyar_Image__typeName);
|
|
intptr_t L_4 = V_1;
|
|
Func_2_t04A50D832214E55BC2F82E8DD7E603537B6D9713* L_5 = (Func_2_t04A50D832214E55BC2F82E8DD7E603537B6D9713*)il2cpp_codegen_object_new(Func_2_t04A50D832214E55BC2F82E8DD7E603537B6D9713_il2cpp_TypeInfo_var);
|
|
NullCheck(L_5);
|
|
Func_2__ctor_m12EE2869ED79665C38F05A42227ECB8657CB60A0(L_5, NULL, (intptr_t)((void*)Detail_easyar_Image__typeName_m94E994B70780C3E89D5C6435F430EDC925D5CFDD_RuntimeMethod_var), NULL);
|
|
Image_tA8E8F2D58C143E9ADB13683D6BC93C8345F46A43* L_6;
|
|
L_6 = Detail_Object_from_c_TisImage_tA8E8F2D58C143E9ADB13683D6BC93C8345F46A43_mC692236593B10735C3A80F398200B41CAC04E3F3(L_4, L_5, Detail_Object_from_c_TisImage_tA8E8F2D58C143E9ADB13683D6BC93C8345F46A43_mC692236593B10735C3A80F398200B41CAC04E3F3_RuntimeMethod_var);
|
|
V_2 = L_6;
|
|
goto IL_003a;
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_003a:
|
|
{
|
|
// }
|
|
Image_tA8E8F2D58C143E9ADB13683D6BC93C8345F46A43* L_7 = V_2;
|
|
return L_7;
|
|
}
|
|
}
|
|
// System.Boolean easyar.InputFrame::hasCameraParameters()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputFrame_hasCameraParameters_mA559A9EB9D4B85DCC705131E78F32D15ABB1003C (InputFrame_tDB02ECBCF7ED51DE6F781A607D63BE7812E0BDC1* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Detail_tB4DBDB462AA1DFC256BC6B782DC98E191969CEAA_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* V_0 = NULL;
|
|
bool V_1 = false;
|
|
{
|
|
// using (var ar = new Detail.AutoRelease())
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* L_0 = (AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F*)il2cpp_codegen_object_new(AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
AutoRelease__ctor_mE72EEA2DE0CC0DD5BEF361C94038E370900B2B51(L_0, NULL);
|
|
V_0 = L_0;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_0014:
|
|
{// begin finally (depth: 1)
|
|
{
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* L_1 = V_0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_001d;
|
|
}
|
|
}
|
|
{
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* L_2 = V_0;
|
|
NullCheck(L_2);
|
|
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_2);
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
return;
|
|
}
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
// var _return_value_ = Detail.easyar_InputFrame_hasCameraParameters(cdata);
|
|
intptr_t L_3;
|
|
L_3 = RefBase_get_cdata_m6BACEDB7D17969AA0151AAC1473283B95E33A87A(__this, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Detail_tB4DBDB462AA1DFC256BC6B782DC98E191969CEAA_il2cpp_TypeInfo_var);
|
|
bool L_4;
|
|
L_4 = Detail_easyar_InputFrame_hasCameraParameters_mFE8E3DEF71C9481A1C59995E0E4143F3C6A5BD69(L_3, NULL);
|
|
// return _return_value_;
|
|
V_1 = L_4;
|
|
goto IL_001e;
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_001e:
|
|
{
|
|
// }
|
|
bool L_5 = V_1;
|
|
return L_5;
|
|
}
|
|
}
|
|
// easyar.CameraParameters easyar.InputFrame::cameraParameters()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CameraParameters_t18C9E22363BD41CD7244E2256ED25A53DB87BB53* InputFrame_cameraParameters_mA5FDFC2E553A78CC978A7D93F8C28EA7FE903F2C (InputFrame_tDB02ECBCF7ED51DE6F781A607D63BE7812E0BDC1* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Detail_Object_from_c_TisCameraParameters_t18C9E22363BD41CD7244E2256ED25A53DB87BB53_m1ECE9DF6467CEF7DCEF9E73F66108525EFD359D4_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Detail_easyar_CameraParameters__typeName_mB203EF0E50107DB7BCF7B263CA1672CC798CD60C_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Detail_tB4DBDB462AA1DFC256BC6B782DC98E191969CEAA_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_t04A50D832214E55BC2F82E8DD7E603537B6D9713_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* V_0 = NULL;
|
|
intptr_t V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
CameraParameters_t18C9E22363BD41CD7244E2256ED25A53DB87BB53* V_2 = NULL;
|
|
{
|
|
// using (var ar = new Detail.AutoRelease())
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* L_0 = (AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F*)il2cpp_codegen_object_new(AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
AutoRelease__ctor_mE72EEA2DE0CC0DD5BEF361C94038E370900B2B51(L_0, NULL);
|
|
V_0 = L_0;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_0030:
|
|
{// begin finally (depth: 1)
|
|
{
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* L_1 = V_0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_0039;
|
|
}
|
|
}
|
|
{
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* L_2 = V_0;
|
|
NullCheck(L_2);
|
|
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_2);
|
|
}
|
|
|
|
IL_0039:
|
|
{
|
|
return;
|
|
}
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
// var _return_value_ = default(IntPtr);
|
|
il2cpp_codegen_initobj((&V_1), sizeof(intptr_t));
|
|
// Detail.easyar_InputFrame_cameraParameters(cdata, out _return_value_);
|
|
intptr_t L_3;
|
|
L_3 = RefBase_get_cdata_m6BACEDB7D17969AA0151AAC1473283B95E33A87A(__this, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Detail_tB4DBDB462AA1DFC256BC6B782DC98E191969CEAA_il2cpp_TypeInfo_var);
|
|
Detail_easyar_InputFrame_cameraParameters_m4B401CCD07BEC6CF304FD25C8C8B96AA6684FAD8(L_3, (&V_1), NULL);
|
|
// return Detail.Object_from_c<CameraParameters>(_return_value_, Detail.easyar_CameraParameters__typeName);
|
|
intptr_t L_4 = V_1;
|
|
Func_2_t04A50D832214E55BC2F82E8DD7E603537B6D9713* L_5 = (Func_2_t04A50D832214E55BC2F82E8DD7E603537B6D9713*)il2cpp_codegen_object_new(Func_2_t04A50D832214E55BC2F82E8DD7E603537B6D9713_il2cpp_TypeInfo_var);
|
|
NullCheck(L_5);
|
|
Func_2__ctor_m12EE2869ED79665C38F05A42227ECB8657CB60A0(L_5, NULL, (intptr_t)((void*)Detail_easyar_CameraParameters__typeName_mB203EF0E50107DB7BCF7B263CA1672CC798CD60C_RuntimeMethod_var), NULL);
|
|
CameraParameters_t18C9E22363BD41CD7244E2256ED25A53DB87BB53* L_6;
|
|
L_6 = Detail_Object_from_c_TisCameraParameters_t18C9E22363BD41CD7244E2256ED25A53DB87BB53_m1ECE9DF6467CEF7DCEF9E73F66108525EFD359D4(L_4, L_5, Detail_Object_from_c_TisCameraParameters_t18C9E22363BD41CD7244E2256ED25A53DB87BB53_m1ECE9DF6467CEF7DCEF9E73F66108525EFD359D4_RuntimeMethod_var);
|
|
V_2 = L_6;
|
|
goto IL_003a;
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_003a:
|
|
{
|
|
// }
|
|
CameraParameters_t18C9E22363BD41CD7244E2256ED25A53DB87BB53* L_7 = V_2;
|
|
return L_7;
|
|
}
|
|
}
|
|
// System.Boolean easyar.InputFrame::hasTemporalInformation()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputFrame_hasTemporalInformation_m5CCDC2357961FDA4D512DC203CD296DBA9A0AC45 (InputFrame_tDB02ECBCF7ED51DE6F781A607D63BE7812E0BDC1* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Detail_tB4DBDB462AA1DFC256BC6B782DC98E191969CEAA_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* V_0 = NULL;
|
|
bool V_1 = false;
|
|
{
|
|
// using (var ar = new Detail.AutoRelease())
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* L_0 = (AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F*)il2cpp_codegen_object_new(AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
AutoRelease__ctor_mE72EEA2DE0CC0DD5BEF361C94038E370900B2B51(L_0, NULL);
|
|
V_0 = L_0;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_0014:
|
|
{// begin finally (depth: 1)
|
|
{
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* L_1 = V_0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_001d;
|
|
}
|
|
}
|
|
{
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* L_2 = V_0;
|
|
NullCheck(L_2);
|
|
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_2);
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
return;
|
|
}
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
// var _return_value_ = Detail.easyar_InputFrame_hasTemporalInformation(cdata);
|
|
intptr_t L_3;
|
|
L_3 = RefBase_get_cdata_m6BACEDB7D17969AA0151AAC1473283B95E33A87A(__this, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Detail_tB4DBDB462AA1DFC256BC6B782DC98E191969CEAA_il2cpp_TypeInfo_var);
|
|
bool L_4;
|
|
L_4 = Detail_easyar_InputFrame_hasTemporalInformation_mAA7B5D3A3939E79EDF2E5B5DC3B7FD1BE187EC67(L_3, NULL);
|
|
// return _return_value_;
|
|
V_1 = L_4;
|
|
goto IL_001e;
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_001e:
|
|
{
|
|
// }
|
|
bool L_5 = V_1;
|
|
return L_5;
|
|
}
|
|
}
|
|
// System.Double easyar.InputFrame::timestamp()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double InputFrame_timestamp_m53F8C8F0FF402B3253BBEAF634426D98724EC1C0 (InputFrame_tDB02ECBCF7ED51DE6F781A607D63BE7812E0BDC1* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Detail_tB4DBDB462AA1DFC256BC6B782DC98E191969CEAA_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* V_0 = NULL;
|
|
double V_1 = 0.0;
|
|
{
|
|
// using (var ar = new Detail.AutoRelease())
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* L_0 = (AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F*)il2cpp_codegen_object_new(AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
AutoRelease__ctor_mE72EEA2DE0CC0DD5BEF361C94038E370900B2B51(L_0, NULL);
|
|
V_0 = L_0;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_0014:
|
|
{// begin finally (depth: 1)
|
|
{
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* L_1 = V_0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_001d;
|
|
}
|
|
}
|
|
{
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* L_2 = V_0;
|
|
NullCheck(L_2);
|
|
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_2);
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
return;
|
|
}
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
// var _return_value_ = Detail.easyar_InputFrame_timestamp(cdata);
|
|
intptr_t L_3;
|
|
L_3 = RefBase_get_cdata_m6BACEDB7D17969AA0151AAC1473283B95E33A87A(__this, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Detail_tB4DBDB462AA1DFC256BC6B782DC98E191969CEAA_il2cpp_TypeInfo_var);
|
|
double L_4;
|
|
L_4 = Detail_easyar_InputFrame_timestamp_m169AC7E3A84D82CC69812960A338064648EB0E8D(L_3, NULL);
|
|
// return _return_value_;
|
|
V_1 = L_4;
|
|
goto IL_001e;
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_001e:
|
|
{
|
|
// }
|
|
double L_5 = V_1;
|
|
return L_5;
|
|
}
|
|
}
|
|
// System.Boolean easyar.InputFrame::hasSpatialInformation()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputFrame_hasSpatialInformation_m5477E271CDCD2D0BD5F26EE331E70831EC8AD9BB (InputFrame_tDB02ECBCF7ED51DE6F781A607D63BE7812E0BDC1* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Detail_tB4DBDB462AA1DFC256BC6B782DC98E191969CEAA_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* V_0 = NULL;
|
|
bool V_1 = false;
|
|
{
|
|
// using (var ar = new Detail.AutoRelease())
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* L_0 = (AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F*)il2cpp_codegen_object_new(AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
AutoRelease__ctor_mE72EEA2DE0CC0DD5BEF361C94038E370900B2B51(L_0, NULL);
|
|
V_0 = L_0;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_0014:
|
|
{// begin finally (depth: 1)
|
|
{
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* L_1 = V_0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_001d;
|
|
}
|
|
}
|
|
{
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* L_2 = V_0;
|
|
NullCheck(L_2);
|
|
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_2);
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
return;
|
|
}
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
// var _return_value_ = Detail.easyar_InputFrame_hasSpatialInformation(cdata);
|
|
intptr_t L_3;
|
|
L_3 = RefBase_get_cdata_m6BACEDB7D17969AA0151AAC1473283B95E33A87A(__this, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Detail_tB4DBDB462AA1DFC256BC6B782DC98E191969CEAA_il2cpp_TypeInfo_var);
|
|
bool L_4;
|
|
L_4 = Detail_easyar_InputFrame_hasSpatialInformation_m7EBE40B76C15B7153B5BDD83890354D2A8E64287(L_3, NULL);
|
|
// return _return_value_;
|
|
V_1 = L_4;
|
|
goto IL_001e;
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_001e:
|
|
{
|
|
// }
|
|
bool L_5 = V_1;
|
|
return L_5;
|
|
}
|
|
}
|
|
// easyar.Matrix44F easyar.InputFrame::cameraTransform()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Matrix44F_t2AC2E226036AA644931F63203A7171FB070EA515 InputFrame_cameraTransform_m5C5428BCEDE2DC3D949BE62927BBB4D97E84F1CD (InputFrame_tDB02ECBCF7ED51DE6F781A607D63BE7812E0BDC1* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Detail_tB4DBDB462AA1DFC256BC6B782DC98E191969CEAA_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* V_0 = NULL;
|
|
Matrix44F_t2AC2E226036AA644931F63203A7171FB070EA515 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
{
|
|
// using (var ar = new Detail.AutoRelease())
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* L_0 = (AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F*)il2cpp_codegen_object_new(AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
AutoRelease__ctor_mE72EEA2DE0CC0DD5BEF361C94038E370900B2B51(L_0, NULL);
|
|
V_0 = L_0;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_0014:
|
|
{// begin finally (depth: 1)
|
|
{
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* L_1 = V_0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_001d;
|
|
}
|
|
}
|
|
{
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* L_2 = V_0;
|
|
NullCheck(L_2);
|
|
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_2);
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
return;
|
|
}
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
// var _return_value_ = Detail.easyar_InputFrame_cameraTransform(cdata);
|
|
intptr_t L_3;
|
|
L_3 = RefBase_get_cdata_m6BACEDB7D17969AA0151AAC1473283B95E33A87A(__this, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Detail_tB4DBDB462AA1DFC256BC6B782DC98E191969CEAA_il2cpp_TypeInfo_var);
|
|
Matrix44F_t2AC2E226036AA644931F63203A7171FB070EA515 L_4;
|
|
L_4 = Detail_easyar_InputFrame_cameraTransform_mA04E0DFE0E606B1891A2CD67139E20A5DD431D68(L_3, NULL);
|
|
// return _return_value_;
|
|
V_1 = L_4;
|
|
goto IL_001e;
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_001e:
|
|
{
|
|
// }
|
|
Matrix44F_t2AC2E226036AA644931F63203A7171FB070EA515 L_5 = V_1;
|
|
return L_5;
|
|
}
|
|
}
|
|
// easyar.MotionTrackingStatus easyar.InputFrame::trackingStatus()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputFrame_trackingStatus_mDC21EFB90AD83427D1D1D9205043986E4204993D (InputFrame_tDB02ECBCF7ED51DE6F781A607D63BE7812E0BDC1* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Detail_tB4DBDB462AA1DFC256BC6B782DC98E191969CEAA_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
{
|
|
// using (var ar = new Detail.AutoRelease())
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* L_0 = (AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F*)il2cpp_codegen_object_new(AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
AutoRelease__ctor_mE72EEA2DE0CC0DD5BEF361C94038E370900B2B51(L_0, NULL);
|
|
V_0 = L_0;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_0014:
|
|
{// begin finally (depth: 1)
|
|
{
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* L_1 = V_0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_001d;
|
|
}
|
|
}
|
|
{
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* L_2 = V_0;
|
|
NullCheck(L_2);
|
|
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_2);
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
return;
|
|
}
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
// var _return_value_ = Detail.easyar_InputFrame_trackingStatus(cdata);
|
|
intptr_t L_3;
|
|
L_3 = RefBase_get_cdata_m6BACEDB7D17969AA0151AAC1473283B95E33A87A(__this, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Detail_tB4DBDB462AA1DFC256BC6B782DC98E191969CEAA_il2cpp_TypeInfo_var);
|
|
int32_t L_4;
|
|
L_4 = Detail_easyar_InputFrame_trackingStatus_m4D3E195DFE3CF76D92E72CBA7B998DCB31D0BF35(L_3, NULL);
|
|
// return _return_value_;
|
|
V_1 = L_4;
|
|
goto IL_001e;
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_001e:
|
|
{
|
|
// }
|
|
int32_t L_5 = V_1;
|
|
return L_5;
|
|
}
|
|
}
|
|
// easyar.InputFrame easyar.InputFrame::create(easyar.Image,easyar.CameraParameters,System.Double,easyar.Matrix44F,easyar.MotionTrackingStatus)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputFrame_tDB02ECBCF7ED51DE6F781A607D63BE7812E0BDC1* InputFrame_create_mC4AD20BAA992C1CF4ABD3F68BA12B2428E8926E9 (Image_tA8E8F2D58C143E9ADB13683D6BC93C8345F46A43* ___0_image, CameraParameters_t18C9E22363BD41CD7244E2256ED25A53DB87BB53* ___1_cameraParameters, double ___2_timestamp, Matrix44F_t2AC2E226036AA644931F63203A7171FB070EA515 ___3_cameraTransform, int32_t ___4_trackingStatus, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Detail_Object_from_c_TisInputFrame_tDB02ECBCF7ED51DE6F781A607D63BE7812E0BDC1_m845F5B5615686EB8E2EA7A5581D3FEF161DF1506_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Detail_easyar_InputFrame__typeName_m6A30966901F99B9C21F9A6DFB4821E5D6BAA15A6_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Detail_tB4DBDB462AA1DFC256BC6B782DC98E191969CEAA_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_t04A50D832214E55BC2F82E8DD7E603537B6D9713_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* V_0 = NULL;
|
|
intptr_t V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
InputFrame_tDB02ECBCF7ED51DE6F781A607D63BE7812E0BDC1* V_2 = NULL;
|
|
{
|
|
// using (var ar = new Detail.AutoRelease())
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* L_0 = (AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F*)il2cpp_codegen_object_new(AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
AutoRelease__ctor_mE72EEA2DE0CC0DD5BEF361C94038E370900B2B51(L_0, NULL);
|
|
V_0 = L_0;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_003a:
|
|
{// begin finally (depth: 1)
|
|
{
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* L_1 = V_0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_0043;
|
|
}
|
|
}
|
|
{
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* L_2 = V_0;
|
|
NullCheck(L_2);
|
|
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_2);
|
|
}
|
|
|
|
IL_0043:
|
|
{
|
|
return;
|
|
}
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
// var _return_value_ = default(IntPtr);
|
|
il2cpp_codegen_initobj((&V_1), sizeof(intptr_t));
|
|
// Detail.easyar_InputFrame_create(image.cdata, cameraParameters.cdata, timestamp, cameraTransform, trackingStatus, out _return_value_);
|
|
Image_tA8E8F2D58C143E9ADB13683D6BC93C8345F46A43* L_3 = ___0_image;
|
|
NullCheck(L_3);
|
|
intptr_t L_4;
|
|
L_4 = RefBase_get_cdata_m6BACEDB7D17969AA0151AAC1473283B95E33A87A(L_3, NULL);
|
|
CameraParameters_t18C9E22363BD41CD7244E2256ED25A53DB87BB53* L_5 = ___1_cameraParameters;
|
|
NullCheck(L_5);
|
|
intptr_t L_6;
|
|
L_6 = RefBase_get_cdata_m6BACEDB7D17969AA0151AAC1473283B95E33A87A(L_5, NULL);
|
|
double L_7 = ___2_timestamp;
|
|
Matrix44F_t2AC2E226036AA644931F63203A7171FB070EA515 L_8 = ___3_cameraTransform;
|
|
int32_t L_9 = ___4_trackingStatus;
|
|
il2cpp_codegen_runtime_class_init_inline(Detail_tB4DBDB462AA1DFC256BC6B782DC98E191969CEAA_il2cpp_TypeInfo_var);
|
|
Detail_easyar_InputFrame_create_m7657B57F906A765E9BB371BCE3A1D253E3168720(L_4, L_6, L_7, L_8, L_9, (&V_1), NULL);
|
|
// return Detail.Object_from_c<InputFrame>(_return_value_, Detail.easyar_InputFrame__typeName);
|
|
intptr_t L_10 = V_1;
|
|
Func_2_t04A50D832214E55BC2F82E8DD7E603537B6D9713* L_11 = (Func_2_t04A50D832214E55BC2F82E8DD7E603537B6D9713*)il2cpp_codegen_object_new(Func_2_t04A50D832214E55BC2F82E8DD7E603537B6D9713_il2cpp_TypeInfo_var);
|
|
NullCheck(L_11);
|
|
Func_2__ctor_m12EE2869ED79665C38F05A42227ECB8657CB60A0(L_11, NULL, (intptr_t)((void*)Detail_easyar_InputFrame__typeName_m6A30966901F99B9C21F9A6DFB4821E5D6BAA15A6_RuntimeMethod_var), NULL);
|
|
InputFrame_tDB02ECBCF7ED51DE6F781A607D63BE7812E0BDC1* L_12;
|
|
L_12 = Detail_Object_from_c_TisInputFrame_tDB02ECBCF7ED51DE6F781A607D63BE7812E0BDC1_m845F5B5615686EB8E2EA7A5581D3FEF161DF1506(L_10, L_11, Detail_Object_from_c_TisInputFrame_tDB02ECBCF7ED51DE6F781A607D63BE7812E0BDC1_m845F5B5615686EB8E2EA7A5581D3FEF161DF1506_RuntimeMethod_var);
|
|
V_2 = L_12;
|
|
goto IL_0044;
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_0044:
|
|
{
|
|
// }
|
|
InputFrame_tDB02ECBCF7ED51DE6F781A607D63BE7812E0BDC1* L_13 = V_2;
|
|
return L_13;
|
|
}
|
|
}
|
|
// easyar.InputFrame easyar.InputFrame::createWithImageAndCameraParametersAndTemporal(easyar.Image,easyar.CameraParameters,System.Double)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputFrame_tDB02ECBCF7ED51DE6F781A607D63BE7812E0BDC1* InputFrame_createWithImageAndCameraParametersAndTemporal_mDBA3E26FC557E1BD16C50F709216DB7CA6CCF57F (Image_tA8E8F2D58C143E9ADB13683D6BC93C8345F46A43* ___0_image, CameraParameters_t18C9E22363BD41CD7244E2256ED25A53DB87BB53* ___1_cameraParameters, double ___2_timestamp, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Detail_Object_from_c_TisInputFrame_tDB02ECBCF7ED51DE6F781A607D63BE7812E0BDC1_m845F5B5615686EB8E2EA7A5581D3FEF161DF1506_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Detail_easyar_InputFrame__typeName_m6A30966901F99B9C21F9A6DFB4821E5D6BAA15A6_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Detail_tB4DBDB462AA1DFC256BC6B782DC98E191969CEAA_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_t04A50D832214E55BC2F82E8DD7E603537B6D9713_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* V_0 = NULL;
|
|
intptr_t V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
InputFrame_tDB02ECBCF7ED51DE6F781A607D63BE7812E0BDC1* V_2 = NULL;
|
|
{
|
|
// using (var ar = new Detail.AutoRelease())
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* L_0 = (AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F*)il2cpp_codegen_object_new(AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
AutoRelease__ctor_mE72EEA2DE0CC0DD5BEF361C94038E370900B2B51(L_0, NULL);
|
|
V_0 = L_0;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_0037:
|
|
{// begin finally (depth: 1)
|
|
{
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* L_1 = V_0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_0040;
|
|
}
|
|
}
|
|
{
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* L_2 = V_0;
|
|
NullCheck(L_2);
|
|
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_2);
|
|
}
|
|
|
|
IL_0040:
|
|
{
|
|
return;
|
|
}
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
// var _return_value_ = default(IntPtr);
|
|
il2cpp_codegen_initobj((&V_1), sizeof(intptr_t));
|
|
// Detail.easyar_InputFrame_createWithImageAndCameraParametersAndTemporal(image.cdata, cameraParameters.cdata, timestamp, out _return_value_);
|
|
Image_tA8E8F2D58C143E9ADB13683D6BC93C8345F46A43* L_3 = ___0_image;
|
|
NullCheck(L_3);
|
|
intptr_t L_4;
|
|
L_4 = RefBase_get_cdata_m6BACEDB7D17969AA0151AAC1473283B95E33A87A(L_3, NULL);
|
|
CameraParameters_t18C9E22363BD41CD7244E2256ED25A53DB87BB53* L_5 = ___1_cameraParameters;
|
|
NullCheck(L_5);
|
|
intptr_t L_6;
|
|
L_6 = RefBase_get_cdata_m6BACEDB7D17969AA0151AAC1473283B95E33A87A(L_5, NULL);
|
|
double L_7 = ___2_timestamp;
|
|
il2cpp_codegen_runtime_class_init_inline(Detail_tB4DBDB462AA1DFC256BC6B782DC98E191969CEAA_il2cpp_TypeInfo_var);
|
|
Detail_easyar_InputFrame_createWithImageAndCameraParametersAndTemporal_m1F6F50AA010B77004742251F25698757ECC180B0(L_4, L_6, L_7, (&V_1), NULL);
|
|
// return Detail.Object_from_c<InputFrame>(_return_value_, Detail.easyar_InputFrame__typeName);
|
|
intptr_t L_8 = V_1;
|
|
Func_2_t04A50D832214E55BC2F82E8DD7E603537B6D9713* L_9 = (Func_2_t04A50D832214E55BC2F82E8DD7E603537B6D9713*)il2cpp_codegen_object_new(Func_2_t04A50D832214E55BC2F82E8DD7E603537B6D9713_il2cpp_TypeInfo_var);
|
|
NullCheck(L_9);
|
|
Func_2__ctor_m12EE2869ED79665C38F05A42227ECB8657CB60A0(L_9, NULL, (intptr_t)((void*)Detail_easyar_InputFrame__typeName_m6A30966901F99B9C21F9A6DFB4821E5D6BAA15A6_RuntimeMethod_var), NULL);
|
|
InputFrame_tDB02ECBCF7ED51DE6F781A607D63BE7812E0BDC1* L_10;
|
|
L_10 = Detail_Object_from_c_TisInputFrame_tDB02ECBCF7ED51DE6F781A607D63BE7812E0BDC1_m845F5B5615686EB8E2EA7A5581D3FEF161DF1506(L_8, L_9, Detail_Object_from_c_TisInputFrame_tDB02ECBCF7ED51DE6F781A607D63BE7812E0BDC1_m845F5B5615686EB8E2EA7A5581D3FEF161DF1506_RuntimeMethod_var);
|
|
V_2 = L_10;
|
|
goto IL_0041;
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_0041:
|
|
{
|
|
// }
|
|
InputFrame_tDB02ECBCF7ED51DE6F781A607D63BE7812E0BDC1* L_11 = V_2;
|
|
return L_11;
|
|
}
|
|
}
|
|
// easyar.InputFrame easyar.InputFrame::createWithImageAndCameraParameters(easyar.Image,easyar.CameraParameters)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputFrame_tDB02ECBCF7ED51DE6F781A607D63BE7812E0BDC1* InputFrame_createWithImageAndCameraParameters_m9002689921A9C02D0FE9E9134E3656BE4F76A838 (Image_tA8E8F2D58C143E9ADB13683D6BC93C8345F46A43* ___0_image, CameraParameters_t18C9E22363BD41CD7244E2256ED25A53DB87BB53* ___1_cameraParameters, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Detail_Object_from_c_TisInputFrame_tDB02ECBCF7ED51DE6F781A607D63BE7812E0BDC1_m845F5B5615686EB8E2EA7A5581D3FEF161DF1506_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Detail_easyar_InputFrame__typeName_m6A30966901F99B9C21F9A6DFB4821E5D6BAA15A6_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Detail_tB4DBDB462AA1DFC256BC6B782DC98E191969CEAA_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_t04A50D832214E55BC2F82E8DD7E603537B6D9713_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* V_0 = NULL;
|
|
intptr_t V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
InputFrame_tDB02ECBCF7ED51DE6F781A607D63BE7812E0BDC1* V_2 = NULL;
|
|
{
|
|
// using (var ar = new Detail.AutoRelease())
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* L_0 = (AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F*)il2cpp_codegen_object_new(AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
AutoRelease__ctor_mE72EEA2DE0CC0DD5BEF361C94038E370900B2B51(L_0, NULL);
|
|
V_0 = L_0;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_0036:
|
|
{// begin finally (depth: 1)
|
|
{
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* L_1 = V_0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_003f;
|
|
}
|
|
}
|
|
{
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* L_2 = V_0;
|
|
NullCheck(L_2);
|
|
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_2);
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
return;
|
|
}
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
// var _return_value_ = default(IntPtr);
|
|
il2cpp_codegen_initobj((&V_1), sizeof(intptr_t));
|
|
// Detail.easyar_InputFrame_createWithImageAndCameraParameters(image.cdata, cameraParameters.cdata, out _return_value_);
|
|
Image_tA8E8F2D58C143E9ADB13683D6BC93C8345F46A43* L_3 = ___0_image;
|
|
NullCheck(L_3);
|
|
intptr_t L_4;
|
|
L_4 = RefBase_get_cdata_m6BACEDB7D17969AA0151AAC1473283B95E33A87A(L_3, NULL);
|
|
CameraParameters_t18C9E22363BD41CD7244E2256ED25A53DB87BB53* L_5 = ___1_cameraParameters;
|
|
NullCheck(L_5);
|
|
intptr_t L_6;
|
|
L_6 = RefBase_get_cdata_m6BACEDB7D17969AA0151AAC1473283B95E33A87A(L_5, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Detail_tB4DBDB462AA1DFC256BC6B782DC98E191969CEAA_il2cpp_TypeInfo_var);
|
|
Detail_easyar_InputFrame_createWithImageAndCameraParameters_m6AD8D1E93ADCB247B2966A294A9F37044BC49085(L_4, L_6, (&V_1), NULL);
|
|
// return Detail.Object_from_c<InputFrame>(_return_value_, Detail.easyar_InputFrame__typeName);
|
|
intptr_t L_7 = V_1;
|
|
Func_2_t04A50D832214E55BC2F82E8DD7E603537B6D9713* L_8 = (Func_2_t04A50D832214E55BC2F82E8DD7E603537B6D9713*)il2cpp_codegen_object_new(Func_2_t04A50D832214E55BC2F82E8DD7E603537B6D9713_il2cpp_TypeInfo_var);
|
|
NullCheck(L_8);
|
|
Func_2__ctor_m12EE2869ED79665C38F05A42227ECB8657CB60A0(L_8, NULL, (intptr_t)((void*)Detail_easyar_InputFrame__typeName_m6A30966901F99B9C21F9A6DFB4821E5D6BAA15A6_RuntimeMethod_var), NULL);
|
|
InputFrame_tDB02ECBCF7ED51DE6F781A607D63BE7812E0BDC1* L_9;
|
|
L_9 = Detail_Object_from_c_TisInputFrame_tDB02ECBCF7ED51DE6F781A607D63BE7812E0BDC1_m845F5B5615686EB8E2EA7A5581D3FEF161DF1506(L_7, L_8, Detail_Object_from_c_TisInputFrame_tDB02ECBCF7ED51DE6F781A607D63BE7812E0BDC1_m845F5B5615686EB8E2EA7A5581D3FEF161DF1506_RuntimeMethod_var);
|
|
V_2 = L_9;
|
|
goto IL_0040;
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_0040:
|
|
{
|
|
// }
|
|
InputFrame_tDB02ECBCF7ED51DE6F781A607D63BE7812E0BDC1* L_10 = V_2;
|
|
return L_10;
|
|
}
|
|
}
|
|
// easyar.InputFrame easyar.InputFrame::createWithImage(easyar.Image)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputFrame_tDB02ECBCF7ED51DE6F781A607D63BE7812E0BDC1* InputFrame_createWithImage_mC8E1F3D60902FABAFEFC9123175E8591AD511682 (Image_tA8E8F2D58C143E9ADB13683D6BC93C8345F46A43* ___0_image, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Detail_Object_from_c_TisInputFrame_tDB02ECBCF7ED51DE6F781A607D63BE7812E0BDC1_m845F5B5615686EB8E2EA7A5581D3FEF161DF1506_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Detail_easyar_InputFrame__typeName_m6A30966901F99B9C21F9A6DFB4821E5D6BAA15A6_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Detail_tB4DBDB462AA1DFC256BC6B782DC98E191969CEAA_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_t04A50D832214E55BC2F82E8DD7E603537B6D9713_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* V_0 = NULL;
|
|
intptr_t V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
InputFrame_tDB02ECBCF7ED51DE6F781A607D63BE7812E0BDC1* V_2 = NULL;
|
|
{
|
|
// using (var ar = new Detail.AutoRelease())
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* L_0 = (AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F*)il2cpp_codegen_object_new(AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
AutoRelease__ctor_mE72EEA2DE0CC0DD5BEF361C94038E370900B2B51(L_0, NULL);
|
|
V_0 = L_0;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_0030:
|
|
{// begin finally (depth: 1)
|
|
{
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* L_1 = V_0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_0039;
|
|
}
|
|
}
|
|
{
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* L_2 = V_0;
|
|
NullCheck(L_2);
|
|
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_2);
|
|
}
|
|
|
|
IL_0039:
|
|
{
|
|
return;
|
|
}
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
// var _return_value_ = default(IntPtr);
|
|
il2cpp_codegen_initobj((&V_1), sizeof(intptr_t));
|
|
// Detail.easyar_InputFrame_createWithImage(image.cdata, out _return_value_);
|
|
Image_tA8E8F2D58C143E9ADB13683D6BC93C8345F46A43* L_3 = ___0_image;
|
|
NullCheck(L_3);
|
|
intptr_t L_4;
|
|
L_4 = RefBase_get_cdata_m6BACEDB7D17969AA0151AAC1473283B95E33A87A(L_3, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Detail_tB4DBDB462AA1DFC256BC6B782DC98E191969CEAA_il2cpp_TypeInfo_var);
|
|
Detail_easyar_InputFrame_createWithImage_m2DF134F1E4B11D065296A011ADE8ADC37926CFA5(L_4, (&V_1), NULL);
|
|
// return Detail.Object_from_c<InputFrame>(_return_value_, Detail.easyar_InputFrame__typeName);
|
|
intptr_t L_5 = V_1;
|
|
Func_2_t04A50D832214E55BC2F82E8DD7E603537B6D9713* L_6 = (Func_2_t04A50D832214E55BC2F82E8DD7E603537B6D9713*)il2cpp_codegen_object_new(Func_2_t04A50D832214E55BC2F82E8DD7E603537B6D9713_il2cpp_TypeInfo_var);
|
|
NullCheck(L_6);
|
|
Func_2__ctor_m12EE2869ED79665C38F05A42227ECB8657CB60A0(L_6, NULL, (intptr_t)((void*)Detail_easyar_InputFrame__typeName_m6A30966901F99B9C21F9A6DFB4821E5D6BAA15A6_RuntimeMethod_var), NULL);
|
|
InputFrame_tDB02ECBCF7ED51DE6F781A607D63BE7812E0BDC1* L_7;
|
|
L_7 = Detail_Object_from_c_TisInputFrame_tDB02ECBCF7ED51DE6F781A607D63BE7812E0BDC1_m845F5B5615686EB8E2EA7A5581D3FEF161DF1506(L_5, L_6, Detail_Object_from_c_TisInputFrame_tDB02ECBCF7ED51DE6F781A607D63BE7812E0BDC1_m845F5B5615686EB8E2EA7A5581D3FEF161DF1506_RuntimeMethod_var);
|
|
V_2 = L_7;
|
|
goto IL_003a;
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_003a:
|
|
{
|
|
// }
|
|
InputFrame_tDB02ECBCF7ED51DE6F781A607D63BE7812E0BDC1* L_8 = V_2;
|
|
return L_8;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void easyar.FrameFilterResult::.ctor(System.IntPtr,System.Action`1<System.IntPtr>,easyar.RefBase/Retainer)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FrameFilterResult__ctor_m82A6974BBC521386B8BC59B6D1BA10242E574E73 (FrameFilterResult_tBF48CF017CB177BCB85FE4F763750400C9A24F6B* __this, intptr_t ___0_cdata, Action_1_t2DF1ED40E3084E997390FF52F462390882271FE2* ___1_deleter, Retainer_t21E37A78A5C591A4A1DB7494A454CCADF411A77A* ___2_retainer, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// internal FrameFilterResult(IntPtr cdata, Action<IntPtr> deleter, Retainer retainer) : base(cdata, deleter, retainer)
|
|
intptr_t L_0 = ___0_cdata;
|
|
Action_1_t2DF1ED40E3084E997390FF52F462390882271FE2* L_1 = ___1_deleter;
|
|
Retainer_t21E37A78A5C591A4A1DB7494A454CCADF411A77A* L_2 = ___2_retainer;
|
|
RefBase__ctor_m1F89F1D069DD380C7B51129C109F7989D854246A(__this, L_0, L_1, L_2, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Object easyar.FrameFilterResult::CloneObject()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* FrameFilterResult_CloneObject_m3D5456AA1335485930CF978870CE73B864C5A73D (FrameFilterResult_tBF48CF017CB177BCB85FE4F763750400C9A24F6B* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FrameFilterResult_tBF48CF017CB177BCB85FE4F763750400C9A24F6B_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
intptr_t V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
// var cdata_new = IntPtr.Zero;
|
|
intptr_t L_0 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1;
|
|
V_0 = L_0;
|
|
// if (retainer_ != null) { retainer_(cdata, out cdata_new); }
|
|
Retainer_t21E37A78A5C591A4A1DB7494A454CCADF411A77A* L_1 = ((RefBase_tD2A748D10CECAAD8DD367977128D0B22A01F604E*)__this)->___retainer__2;
|
|
if (!L_1)
|
|
{
|
|
goto IL_0021;
|
|
}
|
|
}
|
|
{
|
|
// if (retainer_ != null) { retainer_(cdata, out cdata_new); }
|
|
Retainer_t21E37A78A5C591A4A1DB7494A454CCADF411A77A* L_2 = ((RefBase_tD2A748D10CECAAD8DD367977128D0B22A01F604E*)__this)->___retainer__2;
|
|
intptr_t L_3;
|
|
L_3 = RefBase_get_cdata_m6BACEDB7D17969AA0151AAC1473283B95E33A87A(__this, NULL);
|
|
NullCheck(L_2);
|
|
Retainer_Invoke_mAE6440576152AFF79D3692B99D7123EB84655CA8_inline(L_2, L_3, (&V_0), NULL);
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
// return new FrameFilterResult(cdata_new, deleter_, retainer_);
|
|
intptr_t L_4 = V_0;
|
|
Action_1_t2DF1ED40E3084E997390FF52F462390882271FE2* L_5 = ((RefBase_tD2A748D10CECAAD8DD367977128D0B22A01F604E*)__this)->___deleter__1;
|
|
Retainer_t21E37A78A5C591A4A1DB7494A454CCADF411A77A* L_6 = ((RefBase_tD2A748D10CECAAD8DD367977128D0B22A01F604E*)__this)->___retainer__2;
|
|
FrameFilterResult_tBF48CF017CB177BCB85FE4F763750400C9A24F6B* L_7 = (FrameFilterResult_tBF48CF017CB177BCB85FE4F763750400C9A24F6B*)il2cpp_codegen_object_new(FrameFilterResult_tBF48CF017CB177BCB85FE4F763750400C9A24F6B_il2cpp_TypeInfo_var);
|
|
NullCheck(L_7);
|
|
FrameFilterResult__ctor_m82A6974BBC521386B8BC59B6D1BA10242E574E73(L_7, L_4, L_5, L_6, NULL);
|
|
return L_7;
|
|
}
|
|
}
|
|
// easyar.FrameFilterResult easyar.FrameFilterResult::Clone()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FrameFilterResult_tBF48CF017CB177BCB85FE4F763750400C9A24F6B* FrameFilterResult_Clone_m94B0FED3F3ACC4DA64008C57A368994264E186EE (FrameFilterResult_tBF48CF017CB177BCB85FE4F763750400C9A24F6B* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FrameFilterResult_tBF48CF017CB177BCB85FE4F763750400C9A24F6B_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return (FrameFilterResult)(CloneObject());
|
|
RuntimeObject* L_0;
|
|
L_0 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(5 /* System.Object easyar.RefBase::CloneObject() */, __this);
|
|
return ((FrameFilterResult_tBF48CF017CB177BCB85FE4F763750400C9A24F6B*)CastclassClass((RuntimeObject*)L_0, FrameFilterResult_tBF48CF017CB177BCB85FE4F763750400C9A24F6B_il2cpp_TypeInfo_var));
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void easyar.OutputFrame::.ctor(System.IntPtr,System.Action`1<System.IntPtr>,easyar.RefBase/Retainer)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OutputFrame__ctor_m0BB5E5CEB0A8BB436B3C0848355EA050BA8372D9 (OutputFrame_tB66E85BCF3FBC8ADCFFD36503D3AD4E71A6CD914* __this, intptr_t ___0_cdata, Action_1_t2DF1ED40E3084E997390FF52F462390882271FE2* ___1_deleter, Retainer_t21E37A78A5C591A4A1DB7494A454CCADF411A77A* ___2_retainer, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// internal OutputFrame(IntPtr cdata, Action<IntPtr> deleter, Retainer retainer) : base(cdata, deleter, retainer)
|
|
intptr_t L_0 = ___0_cdata;
|
|
Action_1_t2DF1ED40E3084E997390FF52F462390882271FE2* L_1 = ___1_deleter;
|
|
Retainer_t21E37A78A5C591A4A1DB7494A454CCADF411A77A* L_2 = ___2_retainer;
|
|
RefBase__ctor_m1F89F1D069DD380C7B51129C109F7989D854246A(__this, L_0, L_1, L_2, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Object easyar.OutputFrame::CloneObject()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* OutputFrame_CloneObject_m1DDC4ABFC817F051A916A329101B1A01B6EFD2F5 (OutputFrame_tB66E85BCF3FBC8ADCFFD36503D3AD4E71A6CD914* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OutputFrame_tB66E85BCF3FBC8ADCFFD36503D3AD4E71A6CD914_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
intptr_t V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
// var cdata_new = IntPtr.Zero;
|
|
intptr_t L_0 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1;
|
|
V_0 = L_0;
|
|
// if (retainer_ != null) { retainer_(cdata, out cdata_new); }
|
|
Retainer_t21E37A78A5C591A4A1DB7494A454CCADF411A77A* L_1 = ((RefBase_tD2A748D10CECAAD8DD367977128D0B22A01F604E*)__this)->___retainer__2;
|
|
if (!L_1)
|
|
{
|
|
goto IL_0021;
|
|
}
|
|
}
|
|
{
|
|
// if (retainer_ != null) { retainer_(cdata, out cdata_new); }
|
|
Retainer_t21E37A78A5C591A4A1DB7494A454CCADF411A77A* L_2 = ((RefBase_tD2A748D10CECAAD8DD367977128D0B22A01F604E*)__this)->___retainer__2;
|
|
intptr_t L_3;
|
|
L_3 = RefBase_get_cdata_m6BACEDB7D17969AA0151AAC1473283B95E33A87A(__this, NULL);
|
|
NullCheck(L_2);
|
|
Retainer_Invoke_mAE6440576152AFF79D3692B99D7123EB84655CA8_inline(L_2, L_3, (&V_0), NULL);
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
// return new OutputFrame(cdata_new, deleter_, retainer_);
|
|
intptr_t L_4 = V_0;
|
|
Action_1_t2DF1ED40E3084E997390FF52F462390882271FE2* L_5 = ((RefBase_tD2A748D10CECAAD8DD367977128D0B22A01F604E*)__this)->___deleter__1;
|
|
Retainer_t21E37A78A5C591A4A1DB7494A454CCADF411A77A* L_6 = ((RefBase_tD2A748D10CECAAD8DD367977128D0B22A01F604E*)__this)->___retainer__2;
|
|
OutputFrame_tB66E85BCF3FBC8ADCFFD36503D3AD4E71A6CD914* L_7 = (OutputFrame_tB66E85BCF3FBC8ADCFFD36503D3AD4E71A6CD914*)il2cpp_codegen_object_new(OutputFrame_tB66E85BCF3FBC8ADCFFD36503D3AD4E71A6CD914_il2cpp_TypeInfo_var);
|
|
NullCheck(L_7);
|
|
OutputFrame__ctor_m0BB5E5CEB0A8BB436B3C0848355EA050BA8372D9(L_7, L_4, L_5, L_6, NULL);
|
|
return L_7;
|
|
}
|
|
}
|
|
// easyar.OutputFrame easyar.OutputFrame::Clone()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR OutputFrame_tB66E85BCF3FBC8ADCFFD36503D3AD4E71A6CD914* OutputFrame_Clone_m9DB619B44DB96789FE53B8715255301CE210E766 (OutputFrame_tB66E85BCF3FBC8ADCFFD36503D3AD4E71A6CD914* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OutputFrame_tB66E85BCF3FBC8ADCFFD36503D3AD4E71A6CD914_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return (OutputFrame)(CloneObject());
|
|
RuntimeObject* L_0;
|
|
L_0 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(5 /* System.Object easyar.RefBase::CloneObject() */, __this);
|
|
return ((OutputFrame_tB66E85BCF3FBC8ADCFFD36503D3AD4E71A6CD914*)CastclassClass((RuntimeObject*)L_0, OutputFrame_tB66E85BCF3FBC8ADCFFD36503D3AD4E71A6CD914_il2cpp_TypeInfo_var));
|
|
}
|
|
}
|
|
// System.Void easyar.OutputFrame::.ctor(easyar.InputFrame,System.Collections.Generic.List`1<easyar.Optional`1<easyar.FrameFilterResult>>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OutputFrame__ctor_mB325F8766A616D6801D9FFE2B8F1CA3D4F76B820 (OutputFrame_tB66E85BCF3FBC8ADCFFD36503D3AD4E71A6CD914* __this, InputFrame_tDB02ECBCF7ED51DE6F781A607D63BE7812E0BDC1* ___0_inputFrame, List_1_t3A85D19E6AA2D6E9238A936A2D20CC0B1ED64893* ___1_results, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_1_t2DF1ED40E3084E997390FF52F462390882271FE2_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Detail_easyar_OutputFrame__dtor_m42C2D3CDE354130E212501F6734EEF8EC81F3EA3_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Detail_easyar_OutputFrame__retain_m6A40D815EB5CFA0F4848E1FC69CC80CCA1519E9C_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Detail_tB4DBDB462AA1DFC256BC6B782DC98E191969CEAA_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Retainer_t21E37A78A5C591A4A1DB7494A454CCADF411A77A_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* V_0 = NULL;
|
|
intptr_t V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
{
|
|
// public OutputFrame(InputFrame inputFrame, List<Optional<FrameFilterResult>> results) : base(IntPtr.Zero, Detail.easyar_OutputFrame__dtor, Detail.easyar_OutputFrame__retain)
|
|
intptr_t L_0 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1;
|
|
Action_1_t2DF1ED40E3084E997390FF52F462390882271FE2* L_1 = (Action_1_t2DF1ED40E3084E997390FF52F462390882271FE2*)il2cpp_codegen_object_new(Action_1_t2DF1ED40E3084E997390FF52F462390882271FE2_il2cpp_TypeInfo_var);
|
|
NullCheck(L_1);
|
|
Action_1__ctor_m3657419BEA982F0D4CD1F16862138852C86D0953(L_1, NULL, (intptr_t)((void*)Detail_easyar_OutputFrame__dtor_m42C2D3CDE354130E212501F6734EEF8EC81F3EA3_RuntimeMethod_var), NULL);
|
|
Retainer_t21E37A78A5C591A4A1DB7494A454CCADF411A77A* L_2 = (Retainer_t21E37A78A5C591A4A1DB7494A454CCADF411A77A*)il2cpp_codegen_object_new(Retainer_t21E37A78A5C591A4A1DB7494A454CCADF411A77A_il2cpp_TypeInfo_var);
|
|
NullCheck(L_2);
|
|
Retainer__ctor_m03ED548CEF1EC8A84CEC7F85CA1D8F2ADFDA20B9(L_2, NULL, (intptr_t)((void*)Detail_easyar_OutputFrame__retain_m6A40D815EB5CFA0F4848E1FC69CC80CCA1519E9C_RuntimeMethod_var), NULL);
|
|
RefBase__ctor_m1F89F1D069DD380C7B51129C109F7989D854246A(__this, L_0, L_1, L_2, NULL);
|
|
// using (var ar = new Detail.AutoRelease())
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* L_3 = (AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F*)il2cpp_codegen_object_new(AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F_il2cpp_TypeInfo_var);
|
|
NullCheck(L_3);
|
|
AutoRelease__ctor_mE72EEA2DE0CC0DD5BEF361C94038E370900B2B51(L_3, NULL);
|
|
V_0 = L_3;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_004c:
|
|
{// begin finally (depth: 1)
|
|
{
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* L_4 = V_0;
|
|
if (!L_4)
|
|
{
|
|
goto IL_0055;
|
|
}
|
|
}
|
|
{
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* L_5 = V_0;
|
|
NullCheck(L_5);
|
|
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_5);
|
|
}
|
|
|
|
IL_0055:
|
|
{
|
|
return;
|
|
}
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
// var _return_value_ = IntPtr.Zero;
|
|
intptr_t L_6 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1;
|
|
V_1 = L_6;
|
|
// Detail.easyar_OutputFrame__ctor(inputFrame.cdata, Detail.ListOfOptionalOfFrameFilterResult_to_c(ar, results), out _return_value_);
|
|
InputFrame_tDB02ECBCF7ED51DE6F781A607D63BE7812E0BDC1* L_7 = ___0_inputFrame;
|
|
NullCheck(L_7);
|
|
intptr_t L_8;
|
|
L_8 = RefBase_get_cdata_m6BACEDB7D17969AA0151AAC1473283B95E33A87A(L_7, NULL);
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* L_9 = V_0;
|
|
List_1_t3A85D19E6AA2D6E9238A936A2D20CC0B1ED64893* L_10 = ___1_results;
|
|
il2cpp_codegen_runtime_class_init_inline(Detail_tB4DBDB462AA1DFC256BC6B782DC98E191969CEAA_il2cpp_TypeInfo_var);
|
|
intptr_t L_11;
|
|
L_11 = Detail_ListOfOptionalOfFrameFilterResult_to_c_mE712FBE6C37F3BFCE1469B1A5A45D564C4CAC141(L_9, L_10, NULL);
|
|
Detail_easyar_OutputFrame__ctor_m5DF4AA5701FDE04798B474CC2C7FBCABBA1758DE(L_8, L_11, (&V_1), NULL);
|
|
// cdata_ = _return_value_;
|
|
intptr_t L_12 = V_1;
|
|
((RefBase_tD2A748D10CECAAD8DD367977128D0B22A01F604E*)__this)->___cdata__0 = L_12;
|
|
// }
|
|
goto IL_0056;
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Int32 easyar.OutputFrame::index()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t OutputFrame_index_m0C0F89A7F3BB95BA528F4443E29F4DCE41594661 (OutputFrame_tB66E85BCF3FBC8ADCFFD36503D3AD4E71A6CD914* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Detail_tB4DBDB462AA1DFC256BC6B782DC98E191969CEAA_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
{
|
|
// using (var ar = new Detail.AutoRelease())
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* L_0 = (AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F*)il2cpp_codegen_object_new(AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
AutoRelease__ctor_mE72EEA2DE0CC0DD5BEF361C94038E370900B2B51(L_0, NULL);
|
|
V_0 = L_0;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_0014:
|
|
{// begin finally (depth: 1)
|
|
{
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* L_1 = V_0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_001d;
|
|
}
|
|
}
|
|
{
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* L_2 = V_0;
|
|
NullCheck(L_2);
|
|
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_2);
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
return;
|
|
}
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
// var _return_value_ = Detail.easyar_OutputFrame_index(cdata);
|
|
intptr_t L_3;
|
|
L_3 = RefBase_get_cdata_m6BACEDB7D17969AA0151AAC1473283B95E33A87A(__this, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Detail_tB4DBDB462AA1DFC256BC6B782DC98E191969CEAA_il2cpp_TypeInfo_var);
|
|
int32_t L_4;
|
|
L_4 = Detail_easyar_OutputFrame_index_m0480AB38FD08F2B7EE37E942F8E8304E72890EF5(L_3, NULL);
|
|
// return _return_value_;
|
|
V_1 = L_4;
|
|
goto IL_001e;
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_001e:
|
|
{
|
|
// }
|
|
int32_t L_5 = V_1;
|
|
return L_5;
|
|
}
|
|
}
|
|
// easyar.InputFrame easyar.OutputFrame::inputFrame()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputFrame_tDB02ECBCF7ED51DE6F781A607D63BE7812E0BDC1* OutputFrame_inputFrame_m41D93832130B34C2256325C10998F6D5AFD7E961 (OutputFrame_tB66E85BCF3FBC8ADCFFD36503D3AD4E71A6CD914* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Detail_Object_from_c_TisInputFrame_tDB02ECBCF7ED51DE6F781A607D63BE7812E0BDC1_m845F5B5615686EB8E2EA7A5581D3FEF161DF1506_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Detail_easyar_InputFrame__typeName_m6A30966901F99B9C21F9A6DFB4821E5D6BAA15A6_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Detail_tB4DBDB462AA1DFC256BC6B782DC98E191969CEAA_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_t04A50D832214E55BC2F82E8DD7E603537B6D9713_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* V_0 = NULL;
|
|
intptr_t V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
InputFrame_tDB02ECBCF7ED51DE6F781A607D63BE7812E0BDC1* V_2 = NULL;
|
|
{
|
|
// using (var ar = new Detail.AutoRelease())
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* L_0 = (AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F*)il2cpp_codegen_object_new(AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
AutoRelease__ctor_mE72EEA2DE0CC0DD5BEF361C94038E370900B2B51(L_0, NULL);
|
|
V_0 = L_0;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_0030:
|
|
{// begin finally (depth: 1)
|
|
{
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* L_1 = V_0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_0039;
|
|
}
|
|
}
|
|
{
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* L_2 = V_0;
|
|
NullCheck(L_2);
|
|
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_2);
|
|
}
|
|
|
|
IL_0039:
|
|
{
|
|
return;
|
|
}
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
// var _return_value_ = default(IntPtr);
|
|
il2cpp_codegen_initobj((&V_1), sizeof(intptr_t));
|
|
// Detail.easyar_OutputFrame_inputFrame(cdata, out _return_value_);
|
|
intptr_t L_3;
|
|
L_3 = RefBase_get_cdata_m6BACEDB7D17969AA0151AAC1473283B95E33A87A(__this, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Detail_tB4DBDB462AA1DFC256BC6B782DC98E191969CEAA_il2cpp_TypeInfo_var);
|
|
Detail_easyar_OutputFrame_inputFrame_m36E3C957094F2EA7272298310FF9F405B211A4BC(L_3, (&V_1), NULL);
|
|
// return Detail.Object_from_c<InputFrame>(_return_value_, Detail.easyar_InputFrame__typeName);
|
|
intptr_t L_4 = V_1;
|
|
Func_2_t04A50D832214E55BC2F82E8DD7E603537B6D9713* L_5 = (Func_2_t04A50D832214E55BC2F82E8DD7E603537B6D9713*)il2cpp_codegen_object_new(Func_2_t04A50D832214E55BC2F82E8DD7E603537B6D9713_il2cpp_TypeInfo_var);
|
|
NullCheck(L_5);
|
|
Func_2__ctor_m12EE2869ED79665C38F05A42227ECB8657CB60A0(L_5, NULL, (intptr_t)((void*)Detail_easyar_InputFrame__typeName_m6A30966901F99B9C21F9A6DFB4821E5D6BAA15A6_RuntimeMethod_var), NULL);
|
|
InputFrame_tDB02ECBCF7ED51DE6F781A607D63BE7812E0BDC1* L_6;
|
|
L_6 = Detail_Object_from_c_TisInputFrame_tDB02ECBCF7ED51DE6F781A607D63BE7812E0BDC1_m845F5B5615686EB8E2EA7A5581D3FEF161DF1506(L_4, L_5, Detail_Object_from_c_TisInputFrame_tDB02ECBCF7ED51DE6F781A607D63BE7812E0BDC1_m845F5B5615686EB8E2EA7A5581D3FEF161DF1506_RuntimeMethod_var);
|
|
V_2 = L_6;
|
|
goto IL_003a;
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_003a:
|
|
{
|
|
// }
|
|
InputFrame_tDB02ECBCF7ED51DE6F781A607D63BE7812E0BDC1* L_7 = V_2;
|
|
return L_7;
|
|
}
|
|
}
|
|
// System.Collections.Generic.List`1<easyar.Optional`1<easyar.FrameFilterResult>> easyar.OutputFrame::results()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_t3A85D19E6AA2D6E9238A936A2D20CC0B1ED64893* OutputFrame_results_m1B612CF9FC69D708FECAFC8A5ACEB7BCC6FE9904 (OutputFrame_tB66E85BCF3FBC8ADCFFD36503D3AD4E71A6CD914* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Detail_tB4DBDB462AA1DFC256BC6B782DC98E191969CEAA_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* V_0 = NULL;
|
|
intptr_t V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
List_1_t3A85D19E6AA2D6E9238A936A2D20CC0B1ED64893* V_2 = NULL;
|
|
{
|
|
// using (var ar = new Detail.AutoRelease())
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* L_0 = (AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F*)il2cpp_codegen_object_new(AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
AutoRelease__ctor_mE72EEA2DE0CC0DD5BEF361C94038E370900B2B51(L_0, NULL);
|
|
V_0 = L_0;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_0025:
|
|
{// begin finally (depth: 1)
|
|
{
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* L_1 = V_0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_002e;
|
|
}
|
|
}
|
|
{
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* L_2 = V_0;
|
|
NullCheck(L_2);
|
|
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_2);
|
|
}
|
|
|
|
IL_002e:
|
|
{
|
|
return;
|
|
}
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
// var _return_value_ = default(IntPtr);
|
|
il2cpp_codegen_initobj((&V_1), sizeof(intptr_t));
|
|
// Detail.easyar_OutputFrame_results(cdata, out _return_value_);
|
|
intptr_t L_3;
|
|
L_3 = RefBase_get_cdata_m6BACEDB7D17969AA0151AAC1473283B95E33A87A(__this, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Detail_tB4DBDB462AA1DFC256BC6B782DC98E191969CEAA_il2cpp_TypeInfo_var);
|
|
Detail_easyar_OutputFrame_results_m104654533C4C251F65536D7DAA4E19AFE0AD6217(L_3, (&V_1), NULL);
|
|
// return Detail.ListOfOptionalOfFrameFilterResult_from_c(ar, _return_value_);
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* L_4 = V_0;
|
|
intptr_t L_5 = V_1;
|
|
List_1_t3A85D19E6AA2D6E9238A936A2D20CC0B1ED64893* L_6;
|
|
L_6 = Detail_ListOfOptionalOfFrameFilterResult_from_c_mFF8B621A5DEB11CEA0FC7423C14A4F71876C93CB(L_4, L_5, NULL);
|
|
V_2 = L_6;
|
|
goto IL_002f;
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_002f:
|
|
{
|
|
// }
|
|
List_1_t3A85D19E6AA2D6E9238A936A2D20CC0B1ED64893* L_7 = V_2;
|
|
return L_7;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void easyar.FeedbackFrame::.ctor(System.IntPtr,System.Action`1<System.IntPtr>,easyar.RefBase/Retainer)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FeedbackFrame__ctor_m42A014055A6678508D044E2E38296AD1DB30850E (FeedbackFrame_t55AB5E99DE30FE5ACA935DC5BE06BC8E361C889E* __this, intptr_t ___0_cdata, Action_1_t2DF1ED40E3084E997390FF52F462390882271FE2* ___1_deleter, Retainer_t21E37A78A5C591A4A1DB7494A454CCADF411A77A* ___2_retainer, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// internal FeedbackFrame(IntPtr cdata, Action<IntPtr> deleter, Retainer retainer) : base(cdata, deleter, retainer)
|
|
intptr_t L_0 = ___0_cdata;
|
|
Action_1_t2DF1ED40E3084E997390FF52F462390882271FE2* L_1 = ___1_deleter;
|
|
Retainer_t21E37A78A5C591A4A1DB7494A454CCADF411A77A* L_2 = ___2_retainer;
|
|
RefBase__ctor_m1F89F1D069DD380C7B51129C109F7989D854246A(__this, L_0, L_1, L_2, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Object easyar.FeedbackFrame::CloneObject()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* FeedbackFrame_CloneObject_m968BF1EF92D8F596A1345417596937A35A9A9830 (FeedbackFrame_t55AB5E99DE30FE5ACA935DC5BE06BC8E361C889E* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FeedbackFrame_t55AB5E99DE30FE5ACA935DC5BE06BC8E361C889E_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
intptr_t V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
// var cdata_new = IntPtr.Zero;
|
|
intptr_t L_0 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1;
|
|
V_0 = L_0;
|
|
// if (retainer_ != null) { retainer_(cdata, out cdata_new); }
|
|
Retainer_t21E37A78A5C591A4A1DB7494A454CCADF411A77A* L_1 = ((RefBase_tD2A748D10CECAAD8DD367977128D0B22A01F604E*)__this)->___retainer__2;
|
|
if (!L_1)
|
|
{
|
|
goto IL_0021;
|
|
}
|
|
}
|
|
{
|
|
// if (retainer_ != null) { retainer_(cdata, out cdata_new); }
|
|
Retainer_t21E37A78A5C591A4A1DB7494A454CCADF411A77A* L_2 = ((RefBase_tD2A748D10CECAAD8DD367977128D0B22A01F604E*)__this)->___retainer__2;
|
|
intptr_t L_3;
|
|
L_3 = RefBase_get_cdata_m6BACEDB7D17969AA0151AAC1473283B95E33A87A(__this, NULL);
|
|
NullCheck(L_2);
|
|
Retainer_Invoke_mAE6440576152AFF79D3692B99D7123EB84655CA8_inline(L_2, L_3, (&V_0), NULL);
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
// return new FeedbackFrame(cdata_new, deleter_, retainer_);
|
|
intptr_t L_4 = V_0;
|
|
Action_1_t2DF1ED40E3084E997390FF52F462390882271FE2* L_5 = ((RefBase_tD2A748D10CECAAD8DD367977128D0B22A01F604E*)__this)->___deleter__1;
|
|
Retainer_t21E37A78A5C591A4A1DB7494A454CCADF411A77A* L_6 = ((RefBase_tD2A748D10CECAAD8DD367977128D0B22A01F604E*)__this)->___retainer__2;
|
|
FeedbackFrame_t55AB5E99DE30FE5ACA935DC5BE06BC8E361C889E* L_7 = (FeedbackFrame_t55AB5E99DE30FE5ACA935DC5BE06BC8E361C889E*)il2cpp_codegen_object_new(FeedbackFrame_t55AB5E99DE30FE5ACA935DC5BE06BC8E361C889E_il2cpp_TypeInfo_var);
|
|
NullCheck(L_7);
|
|
FeedbackFrame__ctor_m42A014055A6678508D044E2E38296AD1DB30850E(L_7, L_4, L_5, L_6, NULL);
|
|
return L_7;
|
|
}
|
|
}
|
|
// easyar.FeedbackFrame easyar.FeedbackFrame::Clone()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FeedbackFrame_t55AB5E99DE30FE5ACA935DC5BE06BC8E361C889E* FeedbackFrame_Clone_m0006BC7CFBC2ABA288174173EC8B170045AEAC8D (FeedbackFrame_t55AB5E99DE30FE5ACA935DC5BE06BC8E361C889E* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FeedbackFrame_t55AB5E99DE30FE5ACA935DC5BE06BC8E361C889E_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return (FeedbackFrame)(CloneObject());
|
|
RuntimeObject* L_0;
|
|
L_0 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(5 /* System.Object easyar.RefBase::CloneObject() */, __this);
|
|
return ((FeedbackFrame_t55AB5E99DE30FE5ACA935DC5BE06BC8E361C889E*)CastclassClass((RuntimeObject*)L_0, FeedbackFrame_t55AB5E99DE30FE5ACA935DC5BE06BC8E361C889E_il2cpp_TypeInfo_var));
|
|
}
|
|
}
|
|
// System.Void easyar.FeedbackFrame::.ctor(easyar.InputFrame,easyar.Optional`1<easyar.OutputFrame>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FeedbackFrame__ctor_mD5E0AA071A120FFCB54C75BF9A92BFD4E6DE8ED3 (FeedbackFrame_t55AB5E99DE30FE5ACA935DC5BE06BC8E361C889E* __this, InputFrame_tDB02ECBCF7ED51DE6F781A607D63BE7812E0BDC1* ___0_inputFrame, Optional_1_tBE4DAAA1FF279D9DF8508DC4B6B876CAB1C86AEF ___1_previousOutputFrame, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_1_t2DF1ED40E3084E997390FF52F462390882271FE2_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Detail_easyar_FeedbackFrame__dtor_m68791C483824056B1497F89BD53AF00E78AAD0FC_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Detail_easyar_FeedbackFrame__retain_mCA5358504A572232BF7235E747BC27282B8A1CC4_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Detail_map_TisOptional_1_tBE4DAAA1FF279D9DF8508DC4B6B876CAB1C86AEF_TisOptionalOfOutputFrame_tF577925C18D472805EB5A7CD80503F7FE72B1C9C_m2FA817663485E8795D93CFD11EAD71BF16CF0138_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Detail_tB4DBDB462AA1DFC256BC6B782DC98E191969CEAA_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_tC7192CEA08ABD7B97F99F49245ABA8779489F7FE_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Retainer_t21E37A78A5C591A4A1DB7494A454CCADF411A77A_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3C_ctorU3Eb__3_0_m83E00571206394186C8889E411C0E1D5ADA605F2_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t48BF0741FF687F1CB395841E033E32D04FF05AD6_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* V_0 = NULL;
|
|
intptr_t V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
Func_2_tC7192CEA08ABD7B97F99F49245ABA8779489F7FE* G_B3_0 = NULL;
|
|
Optional_1_tBE4DAAA1FF279D9DF8508DC4B6B876CAB1C86AEF G_B3_1;
|
|
memset((&G_B3_1), 0, sizeof(G_B3_1));
|
|
intptr_t G_B3_2;
|
|
memset((&G_B3_2), 0, sizeof(G_B3_2));
|
|
Func_2_tC7192CEA08ABD7B97F99F49245ABA8779489F7FE* G_B2_0 = NULL;
|
|
Optional_1_tBE4DAAA1FF279D9DF8508DC4B6B876CAB1C86AEF G_B2_1;
|
|
memset((&G_B2_1), 0, sizeof(G_B2_1));
|
|
intptr_t G_B2_2;
|
|
memset((&G_B2_2), 0, sizeof(G_B2_2));
|
|
{
|
|
// public FeedbackFrame(InputFrame inputFrame, Optional<OutputFrame> previousOutputFrame) : base(IntPtr.Zero, Detail.easyar_FeedbackFrame__dtor, Detail.easyar_FeedbackFrame__retain)
|
|
intptr_t L_0 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1;
|
|
Action_1_t2DF1ED40E3084E997390FF52F462390882271FE2* L_1 = (Action_1_t2DF1ED40E3084E997390FF52F462390882271FE2*)il2cpp_codegen_object_new(Action_1_t2DF1ED40E3084E997390FF52F462390882271FE2_il2cpp_TypeInfo_var);
|
|
NullCheck(L_1);
|
|
Action_1__ctor_m3657419BEA982F0D4CD1F16862138852C86D0953(L_1, NULL, (intptr_t)((void*)Detail_easyar_FeedbackFrame__dtor_m68791C483824056B1497F89BD53AF00E78AAD0FC_RuntimeMethod_var), NULL);
|
|
Retainer_t21E37A78A5C591A4A1DB7494A454CCADF411A77A* L_2 = (Retainer_t21E37A78A5C591A4A1DB7494A454CCADF411A77A*)il2cpp_codegen_object_new(Retainer_t21E37A78A5C591A4A1DB7494A454CCADF411A77A_il2cpp_TypeInfo_var);
|
|
NullCheck(L_2);
|
|
Retainer__ctor_m03ED548CEF1EC8A84CEC7F85CA1D8F2ADFDA20B9(L_2, NULL, (intptr_t)((void*)Detail_easyar_FeedbackFrame__retain_mCA5358504A572232BF7235E747BC27282B8A1CC4_RuntimeMethod_var), NULL);
|
|
RefBase__ctor_m1F89F1D069DD380C7B51129C109F7989D854246A(__this, L_0, L_1, L_2, NULL);
|
|
// using (var ar = new Detail.AutoRelease())
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* L_3 = (AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F*)il2cpp_codegen_object_new(AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F_il2cpp_TypeInfo_var);
|
|
NullCheck(L_3);
|
|
AutoRelease__ctor_mE72EEA2DE0CC0DD5BEF361C94038E370900B2B51(L_3, NULL);
|
|
V_0 = L_3;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_006a:
|
|
{// begin finally (depth: 1)
|
|
{
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* L_4 = V_0;
|
|
if (!L_4)
|
|
{
|
|
goto IL_0073;
|
|
}
|
|
}
|
|
{
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* L_5 = V_0;
|
|
NullCheck(L_5);
|
|
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_5);
|
|
}
|
|
|
|
IL_0073:
|
|
{
|
|
return;
|
|
}
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
{
|
|
// var _return_value_ = IntPtr.Zero;
|
|
intptr_t L_6 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1;
|
|
V_1 = L_6;
|
|
// Detail.easyar_FeedbackFrame__ctor(inputFrame.cdata, previousOutputFrame.map(p => p.OnSome ? new Detail.OptionalOfOutputFrame { has_value = true, value = p.Value.cdata } : new Detail.OptionalOfOutputFrame { has_value = false, value = default(IntPtr) }), out _return_value_);
|
|
InputFrame_tDB02ECBCF7ED51DE6F781A607D63BE7812E0BDC1* L_7 = ___0_inputFrame;
|
|
NullCheck(L_7);
|
|
intptr_t L_8;
|
|
L_8 = RefBase_get_cdata_m6BACEDB7D17969AA0151AAC1473283B95E33A87A(L_7, NULL);
|
|
Optional_1_tBE4DAAA1FF279D9DF8508DC4B6B876CAB1C86AEF L_9 = ___1_previousOutputFrame;
|
|
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t48BF0741FF687F1CB395841E033E32D04FF05AD6_il2cpp_TypeInfo_var);
|
|
Func_2_tC7192CEA08ABD7B97F99F49245ABA8779489F7FE* L_10 = ((U3CU3Ec_t48BF0741FF687F1CB395841E033E32D04FF05AD6_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t48BF0741FF687F1CB395841E033E32D04FF05AD6_il2cpp_TypeInfo_var))->___U3CU3E9__3_0_1;
|
|
Func_2_tC7192CEA08ABD7B97F99F49245ABA8779489F7FE* L_11 = L_10;
|
|
G_B2_0 = L_11;
|
|
G_B2_1 = L_9;
|
|
G_B2_2 = L_8;
|
|
if (L_11)
|
|
{
|
|
G_B3_0 = L_11;
|
|
G_B3_1 = L_9;
|
|
G_B3_2 = L_8;
|
|
goto IL_0055_1;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t48BF0741FF687F1CB395841E033E32D04FF05AD6_il2cpp_TypeInfo_var);
|
|
U3CU3Ec_t48BF0741FF687F1CB395841E033E32D04FF05AD6* L_12 = ((U3CU3Ec_t48BF0741FF687F1CB395841E033E32D04FF05AD6_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t48BF0741FF687F1CB395841E033E32D04FF05AD6_il2cpp_TypeInfo_var))->___U3CU3E9_0;
|
|
Func_2_tC7192CEA08ABD7B97F99F49245ABA8779489F7FE* L_13 = (Func_2_tC7192CEA08ABD7B97F99F49245ABA8779489F7FE*)il2cpp_codegen_object_new(Func_2_tC7192CEA08ABD7B97F99F49245ABA8779489F7FE_il2cpp_TypeInfo_var);
|
|
NullCheck(L_13);
|
|
Func_2__ctor_m220BDC83D3CCBF935CDACA44B5D6A67D3539F0CE(L_13, L_12, (intptr_t)((void*)U3CU3Ec_U3C_ctorU3Eb__3_0_m83E00571206394186C8889E411C0E1D5ADA605F2_RuntimeMethod_var), NULL);
|
|
Func_2_tC7192CEA08ABD7B97F99F49245ABA8779489F7FE* L_14 = L_13;
|
|
((U3CU3Ec_t48BF0741FF687F1CB395841E033E32D04FF05AD6_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t48BF0741FF687F1CB395841E033E32D04FF05AD6_il2cpp_TypeInfo_var))->___U3CU3E9__3_0_1 = L_14;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_t48BF0741FF687F1CB395841E033E32D04FF05AD6_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t48BF0741FF687F1CB395841E033E32D04FF05AD6_il2cpp_TypeInfo_var))->___U3CU3E9__3_0_1), (void*)L_14);
|
|
G_B3_0 = L_14;
|
|
G_B3_1 = G_B2_1;
|
|
G_B3_2 = G_B2_2;
|
|
}
|
|
|
|
IL_0055_1:
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Detail_tB4DBDB462AA1DFC256BC6B782DC98E191969CEAA_il2cpp_TypeInfo_var);
|
|
OptionalOfOutputFrame_tF577925C18D472805EB5A7CD80503F7FE72B1C9C L_15;
|
|
L_15 = Detail_map_TisOptional_1_tBE4DAAA1FF279D9DF8508DC4B6B876CAB1C86AEF_TisOptionalOfOutputFrame_tF577925C18D472805EB5A7CD80503F7FE72B1C9C_m2FA817663485E8795D93CFD11EAD71BF16CF0138(G_B3_1, G_B3_0, Detail_map_TisOptional_1_tBE4DAAA1FF279D9DF8508DC4B6B876CAB1C86AEF_TisOptionalOfOutputFrame_tF577925C18D472805EB5A7CD80503F7FE72B1C9C_m2FA817663485E8795D93CFD11EAD71BF16CF0138_RuntimeMethod_var);
|
|
Detail_easyar_FeedbackFrame__ctor_m823E178B8BA5BA8AD3720BC76BEDACB5060463F1(G_B3_2, L_15, (&V_1), NULL);
|
|
// cdata_ = _return_value_;
|
|
intptr_t L_16 = V_1;
|
|
((RefBase_tD2A748D10CECAAD8DD367977128D0B22A01F604E*)__this)->___cdata__0 = L_16;
|
|
// }
|
|
goto IL_0074;
|
|
}
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_0074:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// easyar.InputFrame easyar.FeedbackFrame::inputFrame()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputFrame_tDB02ECBCF7ED51DE6F781A607D63BE7812E0BDC1* FeedbackFrame_inputFrame_m7C86ECD871328A48EC407E3383126E77C0CC6831 (FeedbackFrame_t55AB5E99DE30FE5ACA935DC5BE06BC8E361C889E* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Detail_Object_from_c_TisInputFrame_tDB02ECBCF7ED51DE6F781A607D63BE7812E0BDC1_m845F5B5615686EB8E2EA7A5581D3FEF161DF1506_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Detail_easyar_InputFrame__typeName_m6A30966901F99B9C21F9A6DFB4821E5D6BAA15A6_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Detail_tB4DBDB462AA1DFC256BC6B782DC98E191969CEAA_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_t04A50D832214E55BC2F82E8DD7E603537B6D9713_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* V_0 = NULL;
|
|
intptr_t V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
InputFrame_tDB02ECBCF7ED51DE6F781A607D63BE7812E0BDC1* V_2 = NULL;
|
|
{
|
|
// using (var ar = new Detail.AutoRelease())
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* L_0 = (AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F*)il2cpp_codegen_object_new(AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
AutoRelease__ctor_mE72EEA2DE0CC0DD5BEF361C94038E370900B2B51(L_0, NULL);
|
|
V_0 = L_0;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_0030:
|
|
{// begin finally (depth: 1)
|
|
{
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* L_1 = V_0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_0039;
|
|
}
|
|
}
|
|
{
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* L_2 = V_0;
|
|
NullCheck(L_2);
|
|
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_2);
|
|
}
|
|
|
|
IL_0039:
|
|
{
|
|
return;
|
|
}
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
// var _return_value_ = default(IntPtr);
|
|
il2cpp_codegen_initobj((&V_1), sizeof(intptr_t));
|
|
// Detail.easyar_FeedbackFrame_inputFrame(cdata, out _return_value_);
|
|
intptr_t L_3;
|
|
L_3 = RefBase_get_cdata_m6BACEDB7D17969AA0151AAC1473283B95E33A87A(__this, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Detail_tB4DBDB462AA1DFC256BC6B782DC98E191969CEAA_il2cpp_TypeInfo_var);
|
|
Detail_easyar_FeedbackFrame_inputFrame_mA92BF926E4557584CA85641012E653AA1ABDAE90(L_3, (&V_1), NULL);
|
|
// return Detail.Object_from_c<InputFrame>(_return_value_, Detail.easyar_InputFrame__typeName);
|
|
intptr_t L_4 = V_1;
|
|
Func_2_t04A50D832214E55BC2F82E8DD7E603537B6D9713* L_5 = (Func_2_t04A50D832214E55BC2F82E8DD7E603537B6D9713*)il2cpp_codegen_object_new(Func_2_t04A50D832214E55BC2F82E8DD7E603537B6D9713_il2cpp_TypeInfo_var);
|
|
NullCheck(L_5);
|
|
Func_2__ctor_m12EE2869ED79665C38F05A42227ECB8657CB60A0(L_5, NULL, (intptr_t)((void*)Detail_easyar_InputFrame__typeName_m6A30966901F99B9C21F9A6DFB4821E5D6BAA15A6_RuntimeMethod_var), NULL);
|
|
InputFrame_tDB02ECBCF7ED51DE6F781A607D63BE7812E0BDC1* L_6;
|
|
L_6 = Detail_Object_from_c_TisInputFrame_tDB02ECBCF7ED51DE6F781A607D63BE7812E0BDC1_m845F5B5615686EB8E2EA7A5581D3FEF161DF1506(L_4, L_5, Detail_Object_from_c_TisInputFrame_tDB02ECBCF7ED51DE6F781A607D63BE7812E0BDC1_m845F5B5615686EB8E2EA7A5581D3FEF161DF1506_RuntimeMethod_var);
|
|
V_2 = L_6;
|
|
goto IL_003a;
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_003a:
|
|
{
|
|
// }
|
|
InputFrame_tDB02ECBCF7ED51DE6F781A607D63BE7812E0BDC1* L_7 = V_2;
|
|
return L_7;
|
|
}
|
|
}
|
|
// easyar.Optional`1<easyar.OutputFrame> easyar.FeedbackFrame::previousOutputFrame()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Optional_1_tBE4DAAA1FF279D9DF8508DC4B6B876CAB1C86AEF FeedbackFrame_previousOutputFrame_mAA27634777B3AFFC818CA6775F5C35FA6926515D (FeedbackFrame_t55AB5E99DE30FE5ACA935DC5BE06BC8E361C889E* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Detail_map_TisOptionalOfOutputFrame_tF577925C18D472805EB5A7CD80503F7FE72B1C9C_TisOptional_1_tBE4DAAA1FF279D9DF8508DC4B6B876CAB1C86AEF_m1A8A0E024DD14CE0369C595DABE004003D45CE44_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Detail_tB4DBDB462AA1DFC256BC6B782DC98E191969CEAA_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_tE8A8F7015E5FE92141DF5FC54C3F6ED56BC9406E_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CpreviousOutputFrameU3Eb__5_0_mBDC47E2C3AF70F3FF36F13F3B1EBA7BDF364595C_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t48BF0741FF687F1CB395841E033E32D04FF05AD6_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* V_0 = NULL;
|
|
OptionalOfOutputFrame_tF577925C18D472805EB5A7CD80503F7FE72B1C9C V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
Optional_1_tBE4DAAA1FF279D9DF8508DC4B6B876CAB1C86AEF V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
Func_2_tE8A8F7015E5FE92141DF5FC54C3F6ED56BC9406E* G_B3_0 = NULL;
|
|
OptionalOfOutputFrame_tF577925C18D472805EB5A7CD80503F7FE72B1C9C G_B3_1;
|
|
memset((&G_B3_1), 0, sizeof(G_B3_1));
|
|
Func_2_tE8A8F7015E5FE92141DF5FC54C3F6ED56BC9406E* G_B2_0 = NULL;
|
|
OptionalOfOutputFrame_tF577925C18D472805EB5A7CD80503F7FE72B1C9C G_B2_1;
|
|
memset((&G_B2_1), 0, sizeof(G_B2_1));
|
|
{
|
|
// using (var ar = new Detail.AutoRelease())
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* L_0 = (AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F*)il2cpp_codegen_object_new(AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
AutoRelease__ctor_mE72EEA2DE0CC0DD5BEF361C94038E370900B2B51(L_0, NULL);
|
|
V_0 = L_0;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_0043:
|
|
{// begin finally (depth: 1)
|
|
{
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* L_1 = V_0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_004c;
|
|
}
|
|
}
|
|
{
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* L_2 = V_0;
|
|
NullCheck(L_2);
|
|
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_2);
|
|
}
|
|
|
|
IL_004c:
|
|
{
|
|
return;
|
|
}
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
{
|
|
// var _return_value_ = default(Detail.OptionalOfOutputFrame);
|
|
il2cpp_codegen_initobj((&V_1), sizeof(OptionalOfOutputFrame_tF577925C18D472805EB5A7CD80503F7FE72B1C9C));
|
|
// Detail.easyar_FeedbackFrame_previousOutputFrame(cdata, out _return_value_);
|
|
intptr_t L_3;
|
|
L_3 = RefBase_get_cdata_m6BACEDB7D17969AA0151AAC1473283B95E33A87A(__this, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Detail_tB4DBDB462AA1DFC256BC6B782DC98E191969CEAA_il2cpp_TypeInfo_var);
|
|
Detail_easyar_FeedbackFrame_previousOutputFrame_m8F72E968A575D5ED98B102ED22C1270B552CF845(L_3, (&V_1), NULL);
|
|
// return _return_value_.map(p => p.has_value ? Detail.Object_from_c<OutputFrame>(p.value, Detail.easyar_OutputFrame__typeName) : Optional<OutputFrame>.Empty);
|
|
OptionalOfOutputFrame_tF577925C18D472805EB5A7CD80503F7FE72B1C9C L_4 = V_1;
|
|
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t48BF0741FF687F1CB395841E033E32D04FF05AD6_il2cpp_TypeInfo_var);
|
|
Func_2_tE8A8F7015E5FE92141DF5FC54C3F6ED56BC9406E* L_5 = ((U3CU3Ec_t48BF0741FF687F1CB395841E033E32D04FF05AD6_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t48BF0741FF687F1CB395841E033E32D04FF05AD6_il2cpp_TypeInfo_var))->___U3CU3E9__5_0_2;
|
|
Func_2_tE8A8F7015E5FE92141DF5FC54C3F6ED56BC9406E* L_6 = L_5;
|
|
G_B2_0 = L_6;
|
|
G_B2_1 = L_4;
|
|
if (L_6)
|
|
{
|
|
G_B3_0 = L_6;
|
|
G_B3_1 = L_4;
|
|
goto IL_003b_1;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t48BF0741FF687F1CB395841E033E32D04FF05AD6_il2cpp_TypeInfo_var);
|
|
U3CU3Ec_t48BF0741FF687F1CB395841E033E32D04FF05AD6* L_7 = ((U3CU3Ec_t48BF0741FF687F1CB395841E033E32D04FF05AD6_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t48BF0741FF687F1CB395841E033E32D04FF05AD6_il2cpp_TypeInfo_var))->___U3CU3E9_0;
|
|
Func_2_tE8A8F7015E5FE92141DF5FC54C3F6ED56BC9406E* L_8 = (Func_2_tE8A8F7015E5FE92141DF5FC54C3F6ED56BC9406E*)il2cpp_codegen_object_new(Func_2_tE8A8F7015E5FE92141DF5FC54C3F6ED56BC9406E_il2cpp_TypeInfo_var);
|
|
NullCheck(L_8);
|
|
Func_2__ctor_m9CEE2F0C42B8B98F77C6CB709CBEDD298FD70599(L_8, L_7, (intptr_t)((void*)U3CU3Ec_U3CpreviousOutputFrameU3Eb__5_0_mBDC47E2C3AF70F3FF36F13F3B1EBA7BDF364595C_RuntimeMethod_var), NULL);
|
|
Func_2_tE8A8F7015E5FE92141DF5FC54C3F6ED56BC9406E* L_9 = L_8;
|
|
((U3CU3Ec_t48BF0741FF687F1CB395841E033E32D04FF05AD6_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t48BF0741FF687F1CB395841E033E32D04FF05AD6_il2cpp_TypeInfo_var))->___U3CU3E9__5_0_2 = L_9;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_t48BF0741FF687F1CB395841E033E32D04FF05AD6_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t48BF0741FF687F1CB395841E033E32D04FF05AD6_il2cpp_TypeInfo_var))->___U3CU3E9__5_0_2), (void*)L_9);
|
|
G_B3_0 = L_9;
|
|
G_B3_1 = G_B2_1;
|
|
}
|
|
|
|
IL_003b_1:
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Detail_tB4DBDB462AA1DFC256BC6B782DC98E191969CEAA_il2cpp_TypeInfo_var);
|
|
Optional_1_tBE4DAAA1FF279D9DF8508DC4B6B876CAB1C86AEF L_10;
|
|
L_10 = Detail_map_TisOptionalOfOutputFrame_tF577925C18D472805EB5A7CD80503F7FE72B1C9C_TisOptional_1_tBE4DAAA1FF279D9DF8508DC4B6B876CAB1C86AEF_m1A8A0E024DD14CE0369C595DABE004003D45CE44(G_B3_1, G_B3_0, Detail_map_TisOptionalOfOutputFrame_tF577925C18D472805EB5A7CD80503F7FE72B1C9C_TisOptional_1_tBE4DAAA1FF279D9DF8508DC4B6B876CAB1C86AEF_m1A8A0E024DD14CE0369C595DABE004003D45CE44_RuntimeMethod_var);
|
|
V_2 = L_10;
|
|
goto IL_004d;
|
|
}
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_004d:
|
|
{
|
|
// }
|
|
Optional_1_tBE4DAAA1FF279D9DF8508DC4B6B876CAB1C86AEF L_11 = V_2;
|
|
return L_11;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void easyar.FeedbackFrame/<>c::.cctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__cctor_m3EFC02142B157B109A2F026DC84D1D160547AD6E (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t48BF0741FF687F1CB395841E033E32D04FF05AD6_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
U3CU3Ec_t48BF0741FF687F1CB395841E033E32D04FF05AD6* L_0 = (U3CU3Ec_t48BF0741FF687F1CB395841E033E32D04FF05AD6*)il2cpp_codegen_object_new(U3CU3Ec_t48BF0741FF687F1CB395841E033E32D04FF05AD6_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
U3CU3Ec__ctor_mF5C2D9E3E45F90F887BEA41E94E2E070208786F9(L_0, NULL);
|
|
((U3CU3Ec_t48BF0741FF687F1CB395841E033E32D04FF05AD6_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t48BF0741FF687F1CB395841E033E32D04FF05AD6_il2cpp_TypeInfo_var))->___U3CU3E9_0 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_t48BF0741FF687F1CB395841E033E32D04FF05AD6_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t48BF0741FF687F1CB395841E033E32D04FF05AD6_il2cpp_TypeInfo_var))->___U3CU3E9_0), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void easyar.FeedbackFrame/<>c::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_mF5C2D9E3E45F90F887BEA41E94E2E070208786F9 (U3CU3Ec_t48BF0741FF687F1CB395841E033E32D04FF05AD6* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// easyar.Detail/OptionalOfOutputFrame easyar.FeedbackFrame/<>c::<.ctor>b__3_0(easyar.Optional`1<easyar.OutputFrame>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR OptionalOfOutputFrame_tF577925C18D472805EB5A7CD80503F7FE72B1C9C U3CU3Ec_U3C_ctorU3Eb__3_0_m83E00571206394186C8889E411C0E1D5ADA605F2 (U3CU3Ec_t48BF0741FF687F1CB395841E033E32D04FF05AD6* __this, Optional_1_tBE4DAAA1FF279D9DF8508DC4B6B876CAB1C86AEF ___0_p, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Optional_1_get_OnSome_m45B7F2AA3A54D724DFCC5CD9555AC769B931C709_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Optional_1_get_Value_m239998439D0FB23160A012D3FAA3C32182403D10_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
OptionalOfOutputFrame_tF577925C18D472805EB5A7CD80503F7FE72B1C9C V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
// Detail.easyar_FeedbackFrame__ctor(inputFrame.cdata, previousOutputFrame.map(p => p.OnSome ? new Detail.OptionalOfOutputFrame { has_value = true, value = p.Value.cdata } : new Detail.OptionalOfOutputFrame { has_value = false, value = default(IntPtr) }), out _return_value_);
|
|
bool L_0;
|
|
L_0 = Optional_1_get_OnSome_m45B7F2AA3A54D724DFCC5CD9555AC769B931C709((&___0_p), Optional_1_get_OnSome_m45B7F2AA3A54D724DFCC5CD9555AC769B931C709_RuntimeMethod_var);
|
|
if (L_0)
|
|
{
|
|
goto IL_0028;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_initobj((&V_0), sizeof(OptionalOfOutputFrame_tF577925C18D472805EB5A7CD80503F7FE72B1C9C));
|
|
OptionalOfOutputFrame_set_has_value_mB12EF0CE5B5170FDD6E5E9BCBB7BBA10C8690F01((&V_0), (bool)0, NULL);
|
|
intptr_t* L_1 = (intptr_t*)(&(&V_0)->___value_1);
|
|
il2cpp_codegen_initobj(L_1, sizeof(intptr_t));
|
|
OptionalOfOutputFrame_tF577925C18D472805EB5A7CD80503F7FE72B1C9C L_2 = V_0;
|
|
return L_2;
|
|
}
|
|
|
|
IL_0028:
|
|
{
|
|
il2cpp_codegen_initobj((&V_0), sizeof(OptionalOfOutputFrame_tF577925C18D472805EB5A7CD80503F7FE72B1C9C));
|
|
OptionalOfOutputFrame_set_has_value_mB12EF0CE5B5170FDD6E5E9BCBB7BBA10C8690F01((&V_0), (bool)1, NULL);
|
|
OutputFrame_tB66E85BCF3FBC8ADCFFD36503D3AD4E71A6CD914* L_3;
|
|
L_3 = Optional_1_get_Value_m239998439D0FB23160A012D3FAA3C32182403D10((&___0_p), Optional_1_get_Value_m239998439D0FB23160A012D3FAA3C32182403D10_RuntimeMethod_var);
|
|
NullCheck(L_3);
|
|
intptr_t L_4;
|
|
L_4 = RefBase_get_cdata_m6BACEDB7D17969AA0151AAC1473283B95E33A87A(L_3, NULL);
|
|
(&V_0)->___value_1 = L_4;
|
|
OptionalOfOutputFrame_tF577925C18D472805EB5A7CD80503F7FE72B1C9C L_5 = V_0;
|
|
return L_5;
|
|
}
|
|
}
|
|
// easyar.Optional`1<easyar.OutputFrame> easyar.FeedbackFrame/<>c::<previousOutputFrame>b__5_0(easyar.Detail/OptionalOfOutputFrame)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Optional_1_tBE4DAAA1FF279D9DF8508DC4B6B876CAB1C86AEF U3CU3Ec_U3CpreviousOutputFrameU3Eb__5_0_mBDC47E2C3AF70F3FF36F13F3B1EBA7BDF364595C (U3CU3Ec_t48BF0741FF687F1CB395841E033E32D04FF05AD6* __this, OptionalOfOutputFrame_tF577925C18D472805EB5A7CD80503F7FE72B1C9C ___0_p, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Detail_Object_from_c_TisOutputFrame_tB66E85BCF3FBC8ADCFFD36503D3AD4E71A6CD914_m5FD1DC6B0CF7DD5FC2ED6C737CBDBAE23C90A261_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Detail_easyar_OutputFrame__typeName_m0E51806620F18ED2E9A8EBBD616D5EAC50C4B5C9_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Detail_tB4DBDB462AA1DFC256BC6B782DC98E191969CEAA_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_t04A50D832214E55BC2F82E8DD7E603537B6D9713_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Optional_1_get_Empty_mB4FAFA9DA82F68564252670140C1757247A70189_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Optional_1_op_Implicit_m183B0D2025AEEDBE200F1212788E559B7508FB90_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return _return_value_.map(p => p.has_value ? Detail.Object_from_c<OutputFrame>(p.value, Detail.easyar_OutputFrame__typeName) : Optional<OutputFrame>.Empty);
|
|
bool L_0;
|
|
L_0 = OptionalOfOutputFrame_get_has_value_mB8A678C291F4A9276447547EC402815933C53DCF((&___0_p), NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_000f;
|
|
}
|
|
}
|
|
{
|
|
Optional_1_tBE4DAAA1FF279D9DF8508DC4B6B876CAB1C86AEF L_1;
|
|
L_1 = Optional_1_get_Empty_mB4FAFA9DA82F68564252670140C1757247A70189(Optional_1_get_Empty_mB4FAFA9DA82F68564252670140C1757247A70189_RuntimeMethod_var);
|
|
return L_1;
|
|
}
|
|
|
|
IL_000f:
|
|
{
|
|
OptionalOfOutputFrame_tF577925C18D472805EB5A7CD80503F7FE72B1C9C L_2 = ___0_p;
|
|
intptr_t L_3 = L_2.___value_1;
|
|
Func_2_t04A50D832214E55BC2F82E8DD7E603537B6D9713* L_4 = (Func_2_t04A50D832214E55BC2F82E8DD7E603537B6D9713*)il2cpp_codegen_object_new(Func_2_t04A50D832214E55BC2F82E8DD7E603537B6D9713_il2cpp_TypeInfo_var);
|
|
NullCheck(L_4);
|
|
Func_2__ctor_m12EE2869ED79665C38F05A42227ECB8657CB60A0(L_4, NULL, (intptr_t)((void*)Detail_easyar_OutputFrame__typeName_m0E51806620F18ED2E9A8EBBD616D5EAC50C4B5C9_RuntimeMethod_var), NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Detail_tB4DBDB462AA1DFC256BC6B782DC98E191969CEAA_il2cpp_TypeInfo_var);
|
|
OutputFrame_tB66E85BCF3FBC8ADCFFD36503D3AD4E71A6CD914* L_5;
|
|
L_5 = Detail_Object_from_c_TisOutputFrame_tB66E85BCF3FBC8ADCFFD36503D3AD4E71A6CD914_m5FD1DC6B0CF7DD5FC2ED6C737CBDBAE23C90A261(L_3, L_4, Detail_Object_from_c_TisOutputFrame_tB66E85BCF3FBC8ADCFFD36503D3AD4E71A6CD914_m5FD1DC6B0CF7DD5FC2ED6C737CBDBAE23C90A261_RuntimeMethod_var);
|
|
Optional_1_tBE4DAAA1FF279D9DF8508DC4B6B876CAB1C86AEF L_6;
|
|
L_6 = Optional_1_op_Implicit_m183B0D2025AEEDBE200F1212788E559B7508FB90(L_5, Optional_1_op_Implicit_m183B0D2025AEEDBE200F1212788E559B7508FB90_RuntimeMethod_var);
|
|
return L_6;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void easyar.Target::.ctor(System.IntPtr,System.Action`1<System.IntPtr>,easyar.RefBase/Retainer)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Target__ctor_m2CAD736174A25C2FDBC016E04786D3357790BCAA (Target_tA508D592FB808ECACF85DAE26AF44B5586D6C836* __this, intptr_t ___0_cdata, Action_1_t2DF1ED40E3084E997390FF52F462390882271FE2* ___1_deleter, Retainer_t21E37A78A5C591A4A1DB7494A454CCADF411A77A* ___2_retainer, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// internal Target(IntPtr cdata, Action<IntPtr> deleter, Retainer retainer) : base(cdata, deleter, retainer)
|
|
intptr_t L_0 = ___0_cdata;
|
|
Action_1_t2DF1ED40E3084E997390FF52F462390882271FE2* L_1 = ___1_deleter;
|
|
Retainer_t21E37A78A5C591A4A1DB7494A454CCADF411A77A* L_2 = ___2_retainer;
|
|
RefBase__ctor_m1F89F1D069DD380C7B51129C109F7989D854246A(__this, L_0, L_1, L_2, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Object easyar.Target::CloneObject()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Target_CloneObject_m3D4D5F8B71C028BDBD7EEE6557CEC5C5A2FCAEBA (Target_tA508D592FB808ECACF85DAE26AF44B5586D6C836* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Target_tA508D592FB808ECACF85DAE26AF44B5586D6C836_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
intptr_t V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
// var cdata_new = IntPtr.Zero;
|
|
intptr_t L_0 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1;
|
|
V_0 = L_0;
|
|
// if (retainer_ != null) { retainer_(cdata, out cdata_new); }
|
|
Retainer_t21E37A78A5C591A4A1DB7494A454CCADF411A77A* L_1 = ((RefBase_tD2A748D10CECAAD8DD367977128D0B22A01F604E*)__this)->___retainer__2;
|
|
if (!L_1)
|
|
{
|
|
goto IL_0021;
|
|
}
|
|
}
|
|
{
|
|
// if (retainer_ != null) { retainer_(cdata, out cdata_new); }
|
|
Retainer_t21E37A78A5C591A4A1DB7494A454CCADF411A77A* L_2 = ((RefBase_tD2A748D10CECAAD8DD367977128D0B22A01F604E*)__this)->___retainer__2;
|
|
intptr_t L_3;
|
|
L_3 = RefBase_get_cdata_m6BACEDB7D17969AA0151AAC1473283B95E33A87A(__this, NULL);
|
|
NullCheck(L_2);
|
|
Retainer_Invoke_mAE6440576152AFF79D3692B99D7123EB84655CA8_inline(L_2, L_3, (&V_0), NULL);
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
// return new Target(cdata_new, deleter_, retainer_);
|
|
intptr_t L_4 = V_0;
|
|
Action_1_t2DF1ED40E3084E997390FF52F462390882271FE2* L_5 = ((RefBase_tD2A748D10CECAAD8DD367977128D0B22A01F604E*)__this)->___deleter__1;
|
|
Retainer_t21E37A78A5C591A4A1DB7494A454CCADF411A77A* L_6 = ((RefBase_tD2A748D10CECAAD8DD367977128D0B22A01F604E*)__this)->___retainer__2;
|
|
Target_tA508D592FB808ECACF85DAE26AF44B5586D6C836* L_7 = (Target_tA508D592FB808ECACF85DAE26AF44B5586D6C836*)il2cpp_codegen_object_new(Target_tA508D592FB808ECACF85DAE26AF44B5586D6C836_il2cpp_TypeInfo_var);
|
|
NullCheck(L_7);
|
|
Target__ctor_m2CAD736174A25C2FDBC016E04786D3357790BCAA(L_7, L_4, L_5, L_6, NULL);
|
|
return L_7;
|
|
}
|
|
}
|
|
// easyar.Target easyar.Target::Clone()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Target_tA508D592FB808ECACF85DAE26AF44B5586D6C836* Target_Clone_m3540538D3B9CF31B7C89469F7777D2305A7C25F5 (Target_tA508D592FB808ECACF85DAE26AF44B5586D6C836* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Target_tA508D592FB808ECACF85DAE26AF44B5586D6C836_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return (Target)(CloneObject());
|
|
RuntimeObject* L_0;
|
|
L_0 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(5 /* System.Object easyar.RefBase::CloneObject() */, __this);
|
|
return ((Target_tA508D592FB808ECACF85DAE26AF44B5586D6C836*)CastclassClass((RuntimeObject*)L_0, Target_tA508D592FB808ECACF85DAE26AF44B5586D6C836_il2cpp_TypeInfo_var));
|
|
}
|
|
}
|
|
// System.Int32 easyar.Target::runtimeID()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Target_runtimeID_mF7135F804800456CAAE0F4472CCB26E8E0B8434C (Target_tA508D592FB808ECACF85DAE26AF44B5586D6C836* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Detail_tB4DBDB462AA1DFC256BC6B782DC98E191969CEAA_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
{
|
|
// using (var ar = new Detail.AutoRelease())
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* L_0 = (AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F*)il2cpp_codegen_object_new(AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
AutoRelease__ctor_mE72EEA2DE0CC0DD5BEF361C94038E370900B2B51(L_0, NULL);
|
|
V_0 = L_0;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_0014:
|
|
{// begin finally (depth: 1)
|
|
{
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* L_1 = V_0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_001d;
|
|
}
|
|
}
|
|
{
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* L_2 = V_0;
|
|
NullCheck(L_2);
|
|
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_2);
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
return;
|
|
}
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
// var _return_value_ = Detail.easyar_Target_runtimeID(cdata);
|
|
intptr_t L_3;
|
|
L_3 = RefBase_get_cdata_m6BACEDB7D17969AA0151AAC1473283B95E33A87A(__this, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Detail_tB4DBDB462AA1DFC256BC6B782DC98E191969CEAA_il2cpp_TypeInfo_var);
|
|
int32_t L_4;
|
|
L_4 = Detail_easyar_Target_runtimeID_m24A0155A37A116C5D8CD83B5C112967F1A08669B(L_3, NULL);
|
|
// return _return_value_;
|
|
V_1 = L_4;
|
|
goto IL_001e;
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_001e:
|
|
{
|
|
// }
|
|
int32_t L_5 = V_1;
|
|
return L_5;
|
|
}
|
|
}
|
|
// System.String easyar.Target::uid()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Target_uid_m3C68A9298250E45CB05647D50F7EBC6FCE41A56C (Target_tA508D592FB808ECACF85DAE26AF44B5586D6C836* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Detail_tB4DBDB462AA1DFC256BC6B782DC98E191969CEAA_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* V_0 = NULL;
|
|
intptr_t V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
String_t* V_2 = NULL;
|
|
{
|
|
// using (var ar = new Detail.AutoRelease())
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* L_0 = (AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F*)il2cpp_codegen_object_new(AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
AutoRelease__ctor_mE72EEA2DE0CC0DD5BEF361C94038E370900B2B51(L_0, NULL);
|
|
V_0 = L_0;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_0025:
|
|
{// begin finally (depth: 1)
|
|
{
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* L_1 = V_0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_002e;
|
|
}
|
|
}
|
|
{
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* L_2 = V_0;
|
|
NullCheck(L_2);
|
|
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_2);
|
|
}
|
|
|
|
IL_002e:
|
|
{
|
|
return;
|
|
}
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
// var _return_value_ = default(IntPtr);
|
|
il2cpp_codegen_initobj((&V_1), sizeof(intptr_t));
|
|
// Detail.easyar_Target_uid(cdata, out _return_value_);
|
|
intptr_t L_3;
|
|
L_3 = RefBase_get_cdata_m6BACEDB7D17969AA0151AAC1473283B95E33A87A(__this, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Detail_tB4DBDB462AA1DFC256BC6B782DC98E191969CEAA_il2cpp_TypeInfo_var);
|
|
Detail_easyar_Target_uid_m03BF76104ACA7FBC5241A5A46D7174E4974ADC29(L_3, (&V_1), NULL);
|
|
// return Detail.String_from_c(ar, _return_value_);
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* L_4 = V_0;
|
|
intptr_t L_5 = V_1;
|
|
String_t* L_6;
|
|
L_6 = Detail_String_from_c_mED8FF501F8AD2E91EFCD764F3FD6022D7AE38E78(L_4, L_5, NULL);
|
|
V_2 = L_6;
|
|
goto IL_002f;
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_002f:
|
|
{
|
|
// }
|
|
String_t* L_7 = V_2;
|
|
return L_7;
|
|
}
|
|
}
|
|
// System.String easyar.Target::name()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Target_name_m3E61454506263D92A09EFA3EDC3FCD86BAF005D3 (Target_tA508D592FB808ECACF85DAE26AF44B5586D6C836* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Detail_tB4DBDB462AA1DFC256BC6B782DC98E191969CEAA_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* V_0 = NULL;
|
|
intptr_t V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
String_t* V_2 = NULL;
|
|
{
|
|
// using (var ar = new Detail.AutoRelease())
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* L_0 = (AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F*)il2cpp_codegen_object_new(AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
AutoRelease__ctor_mE72EEA2DE0CC0DD5BEF361C94038E370900B2B51(L_0, NULL);
|
|
V_0 = L_0;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_0025:
|
|
{// begin finally (depth: 1)
|
|
{
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* L_1 = V_0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_002e;
|
|
}
|
|
}
|
|
{
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* L_2 = V_0;
|
|
NullCheck(L_2);
|
|
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_2);
|
|
}
|
|
|
|
IL_002e:
|
|
{
|
|
return;
|
|
}
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
// var _return_value_ = default(IntPtr);
|
|
il2cpp_codegen_initobj((&V_1), sizeof(intptr_t));
|
|
// Detail.easyar_Target_name(cdata, out _return_value_);
|
|
intptr_t L_3;
|
|
L_3 = RefBase_get_cdata_m6BACEDB7D17969AA0151AAC1473283B95E33A87A(__this, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Detail_tB4DBDB462AA1DFC256BC6B782DC98E191969CEAA_il2cpp_TypeInfo_var);
|
|
Detail_easyar_Target_name_m5063EA302B1BD074496CD2F4970C7FDEF0F56AE8(L_3, (&V_1), NULL);
|
|
// return Detail.String_from_c(ar, _return_value_);
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* L_4 = V_0;
|
|
intptr_t L_5 = V_1;
|
|
String_t* L_6;
|
|
L_6 = Detail_String_from_c_mED8FF501F8AD2E91EFCD764F3FD6022D7AE38E78(L_4, L_5, NULL);
|
|
V_2 = L_6;
|
|
goto IL_002f;
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_002f:
|
|
{
|
|
// }
|
|
String_t* L_7 = V_2;
|
|
return L_7;
|
|
}
|
|
}
|
|
// System.Void easyar.Target::setName(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Target_setName_mDF24134D881521A903EC8DF9AE1F8BAFAD3B3B48 (Target_tA508D592FB808ECACF85DAE26AF44B5586D6C836* __this, String_t* ___0_name, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Detail_tB4DBDB462AA1DFC256BC6B782DC98E191969CEAA_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* V_0 = NULL;
|
|
{
|
|
// using (var ar = new Detail.AutoRelease())
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* L_0 = (AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F*)il2cpp_codegen_object_new(AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
AutoRelease__ctor_mE72EEA2DE0CC0DD5BEF361C94038E370900B2B51(L_0, NULL);
|
|
V_0 = L_0;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_001a:
|
|
{// begin finally (depth: 1)
|
|
{
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* L_1 = V_0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_0023;
|
|
}
|
|
}
|
|
{
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* L_2 = V_0;
|
|
NullCheck(L_2);
|
|
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_2);
|
|
}
|
|
|
|
IL_0023:
|
|
{
|
|
return;
|
|
}
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
// Detail.easyar_Target_setName(cdata, Detail.String_to_c(ar, name));
|
|
intptr_t L_3;
|
|
L_3 = RefBase_get_cdata_m6BACEDB7D17969AA0151AAC1473283B95E33A87A(__this, NULL);
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* L_4 = V_0;
|
|
String_t* L_5 = ___0_name;
|
|
il2cpp_codegen_runtime_class_init_inline(Detail_tB4DBDB462AA1DFC256BC6B782DC98E191969CEAA_il2cpp_TypeInfo_var);
|
|
intptr_t L_6;
|
|
L_6 = Detail_String_to_c_m10BEA2E24D0BF13D4FF78CC9DDF7F0A06308A1EA(L_4, L_5, NULL);
|
|
Detail_easyar_Target_setName_mF02D9D7ED55997FAD6FB4F614A18EE35CF685A49(L_3, L_6, NULL);
|
|
// }
|
|
goto IL_0024;
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.String easyar.Target::meta()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Target_meta_m72F366EEDFACA48B639CE0916D1464DC663F9D16 (Target_tA508D592FB808ECACF85DAE26AF44B5586D6C836* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Detail_tB4DBDB462AA1DFC256BC6B782DC98E191969CEAA_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* V_0 = NULL;
|
|
intptr_t V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
String_t* V_2 = NULL;
|
|
{
|
|
// using (var ar = new Detail.AutoRelease())
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* L_0 = (AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F*)il2cpp_codegen_object_new(AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
AutoRelease__ctor_mE72EEA2DE0CC0DD5BEF361C94038E370900B2B51(L_0, NULL);
|
|
V_0 = L_0;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_0025:
|
|
{// begin finally (depth: 1)
|
|
{
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* L_1 = V_0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_002e;
|
|
}
|
|
}
|
|
{
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* L_2 = V_0;
|
|
NullCheck(L_2);
|
|
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_2);
|
|
}
|
|
|
|
IL_002e:
|
|
{
|
|
return;
|
|
}
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
// var _return_value_ = default(IntPtr);
|
|
il2cpp_codegen_initobj((&V_1), sizeof(intptr_t));
|
|
// Detail.easyar_Target_meta(cdata, out _return_value_);
|
|
intptr_t L_3;
|
|
L_3 = RefBase_get_cdata_m6BACEDB7D17969AA0151AAC1473283B95E33A87A(__this, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Detail_tB4DBDB462AA1DFC256BC6B782DC98E191969CEAA_il2cpp_TypeInfo_var);
|
|
Detail_easyar_Target_meta_m757BB9223DCD974806C47D5321A6CC083DDE690C(L_3, (&V_1), NULL);
|
|
// return Detail.String_from_c(ar, _return_value_);
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* L_4 = V_0;
|
|
intptr_t L_5 = V_1;
|
|
String_t* L_6;
|
|
L_6 = Detail_String_from_c_mED8FF501F8AD2E91EFCD764F3FD6022D7AE38E78(L_4, L_5, NULL);
|
|
V_2 = L_6;
|
|
goto IL_002f;
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_002f:
|
|
{
|
|
// }
|
|
String_t* L_7 = V_2;
|
|
return L_7;
|
|
}
|
|
}
|
|
// System.Void easyar.Target::setMeta(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Target_setMeta_m871D732023F0A7601D7B27405EDFDFBD06B7F766 (Target_tA508D592FB808ECACF85DAE26AF44B5586D6C836* __this, String_t* ___0_data, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Detail_tB4DBDB462AA1DFC256BC6B782DC98E191969CEAA_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* V_0 = NULL;
|
|
{
|
|
// using (var ar = new Detail.AutoRelease())
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* L_0 = (AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F*)il2cpp_codegen_object_new(AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
AutoRelease__ctor_mE72EEA2DE0CC0DD5BEF361C94038E370900B2B51(L_0, NULL);
|
|
V_0 = L_0;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_001a:
|
|
{// begin finally (depth: 1)
|
|
{
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* L_1 = V_0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_0023;
|
|
}
|
|
}
|
|
{
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* L_2 = V_0;
|
|
NullCheck(L_2);
|
|
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_2);
|
|
}
|
|
|
|
IL_0023:
|
|
{
|
|
return;
|
|
}
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
// Detail.easyar_Target_setMeta(cdata, Detail.String_to_c(ar, data));
|
|
intptr_t L_3;
|
|
L_3 = RefBase_get_cdata_m6BACEDB7D17969AA0151AAC1473283B95E33A87A(__this, NULL);
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* L_4 = V_0;
|
|
String_t* L_5 = ___0_data;
|
|
il2cpp_codegen_runtime_class_init_inline(Detail_tB4DBDB462AA1DFC256BC6B782DC98E191969CEAA_il2cpp_TypeInfo_var);
|
|
intptr_t L_6;
|
|
L_6 = Detail_String_to_c_m10BEA2E24D0BF13D4FF78CC9DDF7F0A06308A1EA(L_4, L_5, NULL);
|
|
Detail_easyar_Target_setMeta_m7B83512F88D0015D6ECC3F2E39ACC26E82F5D4BC(L_3, L_6, NULL);
|
|
// }
|
|
goto IL_0024;
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void easyar.TargetInstance::.ctor(System.IntPtr,System.Action`1<System.IntPtr>,easyar.RefBase/Retainer)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TargetInstance__ctor_m7DA0AECB96E615D4671B3E88EB07E8A9D41C67BA (TargetInstance_tE73C3AC33284F56F71BB4462DA5FDCBBE054F263* __this, intptr_t ___0_cdata, Action_1_t2DF1ED40E3084E997390FF52F462390882271FE2* ___1_deleter, Retainer_t21E37A78A5C591A4A1DB7494A454CCADF411A77A* ___2_retainer, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// internal TargetInstance(IntPtr cdata, Action<IntPtr> deleter, Retainer retainer) : base(cdata, deleter, retainer)
|
|
intptr_t L_0 = ___0_cdata;
|
|
Action_1_t2DF1ED40E3084E997390FF52F462390882271FE2* L_1 = ___1_deleter;
|
|
Retainer_t21E37A78A5C591A4A1DB7494A454CCADF411A77A* L_2 = ___2_retainer;
|
|
RefBase__ctor_m1F89F1D069DD380C7B51129C109F7989D854246A(__this, L_0, L_1, L_2, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Object easyar.TargetInstance::CloneObject()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TargetInstance_CloneObject_mD5995A9B48A1637DA5122DE688419A708D6F3548 (TargetInstance_tE73C3AC33284F56F71BB4462DA5FDCBBE054F263* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TargetInstance_tE73C3AC33284F56F71BB4462DA5FDCBBE054F263_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
intptr_t V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
// var cdata_new = IntPtr.Zero;
|
|
intptr_t L_0 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1;
|
|
V_0 = L_0;
|
|
// if (retainer_ != null) { retainer_(cdata, out cdata_new); }
|
|
Retainer_t21E37A78A5C591A4A1DB7494A454CCADF411A77A* L_1 = ((RefBase_tD2A748D10CECAAD8DD367977128D0B22A01F604E*)__this)->___retainer__2;
|
|
if (!L_1)
|
|
{
|
|
goto IL_0021;
|
|
}
|
|
}
|
|
{
|
|
// if (retainer_ != null) { retainer_(cdata, out cdata_new); }
|
|
Retainer_t21E37A78A5C591A4A1DB7494A454CCADF411A77A* L_2 = ((RefBase_tD2A748D10CECAAD8DD367977128D0B22A01F604E*)__this)->___retainer__2;
|
|
intptr_t L_3;
|
|
L_3 = RefBase_get_cdata_m6BACEDB7D17969AA0151AAC1473283B95E33A87A(__this, NULL);
|
|
NullCheck(L_2);
|
|
Retainer_Invoke_mAE6440576152AFF79D3692B99D7123EB84655CA8_inline(L_2, L_3, (&V_0), NULL);
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
// return new TargetInstance(cdata_new, deleter_, retainer_);
|
|
intptr_t L_4 = V_0;
|
|
Action_1_t2DF1ED40E3084E997390FF52F462390882271FE2* L_5 = ((RefBase_tD2A748D10CECAAD8DD367977128D0B22A01F604E*)__this)->___deleter__1;
|
|
Retainer_t21E37A78A5C591A4A1DB7494A454CCADF411A77A* L_6 = ((RefBase_tD2A748D10CECAAD8DD367977128D0B22A01F604E*)__this)->___retainer__2;
|
|
TargetInstance_tE73C3AC33284F56F71BB4462DA5FDCBBE054F263* L_7 = (TargetInstance_tE73C3AC33284F56F71BB4462DA5FDCBBE054F263*)il2cpp_codegen_object_new(TargetInstance_tE73C3AC33284F56F71BB4462DA5FDCBBE054F263_il2cpp_TypeInfo_var);
|
|
NullCheck(L_7);
|
|
TargetInstance__ctor_m7DA0AECB96E615D4671B3E88EB07E8A9D41C67BA(L_7, L_4, L_5, L_6, NULL);
|
|
return L_7;
|
|
}
|
|
}
|
|
// easyar.TargetInstance easyar.TargetInstance::Clone()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TargetInstance_tE73C3AC33284F56F71BB4462DA5FDCBBE054F263* TargetInstance_Clone_m29F5E02FFDE3F4257FF772D13359C1681FFEC8B6 (TargetInstance_tE73C3AC33284F56F71BB4462DA5FDCBBE054F263* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TargetInstance_tE73C3AC33284F56F71BB4462DA5FDCBBE054F263_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return (TargetInstance)(CloneObject());
|
|
RuntimeObject* L_0;
|
|
L_0 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(5 /* System.Object easyar.RefBase::CloneObject() */, __this);
|
|
return ((TargetInstance_tE73C3AC33284F56F71BB4462DA5FDCBBE054F263*)CastclassClass((RuntimeObject*)L_0, TargetInstance_tE73C3AC33284F56F71BB4462DA5FDCBBE054F263_il2cpp_TypeInfo_var));
|
|
}
|
|
}
|
|
// easyar.TargetStatus easyar.TargetInstance::status()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TargetInstance_status_m0EE320F506A558CC55DC3606C1D0CA8EF9DCA2D4 (TargetInstance_tE73C3AC33284F56F71BB4462DA5FDCBBE054F263* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Detail_tB4DBDB462AA1DFC256BC6B782DC98E191969CEAA_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
{
|
|
// using (var ar = new Detail.AutoRelease())
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* L_0 = (AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F*)il2cpp_codegen_object_new(AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
AutoRelease__ctor_mE72EEA2DE0CC0DD5BEF361C94038E370900B2B51(L_0, NULL);
|
|
V_0 = L_0;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_0014:
|
|
{// begin finally (depth: 1)
|
|
{
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* L_1 = V_0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_001d;
|
|
}
|
|
}
|
|
{
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* L_2 = V_0;
|
|
NullCheck(L_2);
|
|
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_2);
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
return;
|
|
}
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
// var _return_value_ = Detail.easyar_TargetInstance_status(cdata);
|
|
intptr_t L_3;
|
|
L_3 = RefBase_get_cdata_m6BACEDB7D17969AA0151AAC1473283B95E33A87A(__this, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Detail_tB4DBDB462AA1DFC256BC6B782DC98E191969CEAA_il2cpp_TypeInfo_var);
|
|
int32_t L_4;
|
|
L_4 = Detail_easyar_TargetInstance_status_m939FBA3CD96A0230D275CE7452C358EC46EE6FDC(L_3, NULL);
|
|
// return _return_value_;
|
|
V_1 = L_4;
|
|
goto IL_001e;
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_001e:
|
|
{
|
|
// }
|
|
int32_t L_5 = V_1;
|
|
return L_5;
|
|
}
|
|
}
|
|
// easyar.Target easyar.TargetInstance::target()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Target_tA508D592FB808ECACF85DAE26AF44B5586D6C836* TargetInstance_target_m4FBD8E7199015ABD242344FABF7F670E8EC09818 (TargetInstance_tE73C3AC33284F56F71BB4462DA5FDCBBE054F263* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Detail_Object_from_c_TisTarget_tA508D592FB808ECACF85DAE26AF44B5586D6C836_mA17AC99513C9813D9A0DD2A5F59AB660D8B38700_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Detail_easyar_Target__typeName_mDA347346DDE7F9CB65706E5DB18065BC7FE6A7AC_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Detail_tB4DBDB462AA1DFC256BC6B782DC98E191969CEAA_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_t04A50D832214E55BC2F82E8DD7E603537B6D9713_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* V_0 = NULL;
|
|
intptr_t V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
Target_tA508D592FB808ECACF85DAE26AF44B5586D6C836* V_2 = NULL;
|
|
{
|
|
// using (var ar = new Detail.AutoRelease())
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* L_0 = (AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F*)il2cpp_codegen_object_new(AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
AutoRelease__ctor_mE72EEA2DE0CC0DD5BEF361C94038E370900B2B51(L_0, NULL);
|
|
V_0 = L_0;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_0030:
|
|
{// begin finally (depth: 1)
|
|
{
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* L_1 = V_0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_0039;
|
|
}
|
|
}
|
|
{
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* L_2 = V_0;
|
|
NullCheck(L_2);
|
|
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_2);
|
|
}
|
|
|
|
IL_0039:
|
|
{
|
|
return;
|
|
}
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
// var _return_value_ = default(IntPtr);
|
|
il2cpp_codegen_initobj((&V_1), sizeof(intptr_t));
|
|
// Detail.easyar_TargetInstance_target(cdata, out _return_value_);
|
|
intptr_t L_3;
|
|
L_3 = RefBase_get_cdata_m6BACEDB7D17969AA0151AAC1473283B95E33A87A(__this, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Detail_tB4DBDB462AA1DFC256BC6B782DC98E191969CEAA_il2cpp_TypeInfo_var);
|
|
Detail_easyar_TargetInstance_target_m61D2E3BB6EC70EF8DD741CBD742D05E2FBF3D779(L_3, (&V_1), NULL);
|
|
// return Detail.Object_from_c<Target>(_return_value_, Detail.easyar_Target__typeName);
|
|
intptr_t L_4 = V_1;
|
|
Func_2_t04A50D832214E55BC2F82E8DD7E603537B6D9713* L_5 = (Func_2_t04A50D832214E55BC2F82E8DD7E603537B6D9713*)il2cpp_codegen_object_new(Func_2_t04A50D832214E55BC2F82E8DD7E603537B6D9713_il2cpp_TypeInfo_var);
|
|
NullCheck(L_5);
|
|
Func_2__ctor_m12EE2869ED79665C38F05A42227ECB8657CB60A0(L_5, NULL, (intptr_t)((void*)Detail_easyar_Target__typeName_mDA347346DDE7F9CB65706E5DB18065BC7FE6A7AC_RuntimeMethod_var), NULL);
|
|
Target_tA508D592FB808ECACF85DAE26AF44B5586D6C836* L_6;
|
|
L_6 = Detail_Object_from_c_TisTarget_tA508D592FB808ECACF85DAE26AF44B5586D6C836_mA17AC99513C9813D9A0DD2A5F59AB660D8B38700(L_4, L_5, Detail_Object_from_c_TisTarget_tA508D592FB808ECACF85DAE26AF44B5586D6C836_mA17AC99513C9813D9A0DD2A5F59AB660D8B38700_RuntimeMethod_var);
|
|
V_2 = L_6;
|
|
goto IL_003a;
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_003a:
|
|
{
|
|
// }
|
|
Target_tA508D592FB808ECACF85DAE26AF44B5586D6C836* L_7 = V_2;
|
|
return L_7;
|
|
}
|
|
}
|
|
// easyar.Matrix44F easyar.TargetInstance::pose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Matrix44F_t2AC2E226036AA644931F63203A7171FB070EA515 TargetInstance_pose_m0A19B54E0EAD7AEE3E4B4AA0FD467EE79572B9B0 (TargetInstance_tE73C3AC33284F56F71BB4462DA5FDCBBE054F263* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Detail_tB4DBDB462AA1DFC256BC6B782DC98E191969CEAA_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* V_0 = NULL;
|
|
Matrix44F_t2AC2E226036AA644931F63203A7171FB070EA515 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
{
|
|
// using (var ar = new Detail.AutoRelease())
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* L_0 = (AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F*)il2cpp_codegen_object_new(AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
AutoRelease__ctor_mE72EEA2DE0CC0DD5BEF361C94038E370900B2B51(L_0, NULL);
|
|
V_0 = L_0;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_0014:
|
|
{// begin finally (depth: 1)
|
|
{
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* L_1 = V_0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_001d;
|
|
}
|
|
}
|
|
{
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* L_2 = V_0;
|
|
NullCheck(L_2);
|
|
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_2);
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
return;
|
|
}
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
// var _return_value_ = Detail.easyar_TargetInstance_pose(cdata);
|
|
intptr_t L_3;
|
|
L_3 = RefBase_get_cdata_m6BACEDB7D17969AA0151AAC1473283B95E33A87A(__this, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Detail_tB4DBDB462AA1DFC256BC6B782DC98E191969CEAA_il2cpp_TypeInfo_var);
|
|
Matrix44F_t2AC2E226036AA644931F63203A7171FB070EA515 L_4;
|
|
L_4 = Detail_easyar_TargetInstance_pose_m5EA9323DC441A76385C96601F07D05AD2C97EC62(L_3, NULL);
|
|
// return _return_value_;
|
|
V_1 = L_4;
|
|
goto IL_001e;
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_001e:
|
|
{
|
|
// }
|
|
Matrix44F_t2AC2E226036AA644931F63203A7171FB070EA515 L_5 = V_1;
|
|
return L_5;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void easyar.TargetTrackerResult::.ctor(System.IntPtr,System.Action`1<System.IntPtr>,easyar.RefBase/Retainer)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TargetTrackerResult__ctor_m330FA7122F2116E858ADB42FB911240F15FEBEAF (TargetTrackerResult_tD734318EDA0E26D9AE4D79EE88DFB3A90BDD0DCA* __this, intptr_t ___0_cdata, Action_1_t2DF1ED40E3084E997390FF52F462390882271FE2* ___1_deleter, Retainer_t21E37A78A5C591A4A1DB7494A454CCADF411A77A* ___2_retainer, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// internal TargetTrackerResult(IntPtr cdata, Action<IntPtr> deleter, Retainer retainer) : base(cdata, deleter, retainer)
|
|
intptr_t L_0 = ___0_cdata;
|
|
Action_1_t2DF1ED40E3084E997390FF52F462390882271FE2* L_1 = ___1_deleter;
|
|
Retainer_t21E37A78A5C591A4A1DB7494A454CCADF411A77A* L_2 = ___2_retainer;
|
|
FrameFilterResult__ctor_m82A6974BBC521386B8BC59B6D1BA10242E574E73(__this, L_0, L_1, L_2, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Object easyar.TargetTrackerResult::CloneObject()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TargetTrackerResult_CloneObject_m94BD03A6FE173E5E378934920C4D46AAFAE6EA78 (TargetTrackerResult_tD734318EDA0E26D9AE4D79EE88DFB3A90BDD0DCA* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TargetTrackerResult_tD734318EDA0E26D9AE4D79EE88DFB3A90BDD0DCA_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
intptr_t V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
// var cdata_new = IntPtr.Zero;
|
|
intptr_t L_0 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1;
|
|
V_0 = L_0;
|
|
// if (retainer_ != null) { retainer_(cdata, out cdata_new); }
|
|
Retainer_t21E37A78A5C591A4A1DB7494A454CCADF411A77A* L_1 = ((RefBase_tD2A748D10CECAAD8DD367977128D0B22A01F604E*)__this)->___retainer__2;
|
|
if (!L_1)
|
|
{
|
|
goto IL_0021;
|
|
}
|
|
}
|
|
{
|
|
// if (retainer_ != null) { retainer_(cdata, out cdata_new); }
|
|
Retainer_t21E37A78A5C591A4A1DB7494A454CCADF411A77A* L_2 = ((RefBase_tD2A748D10CECAAD8DD367977128D0B22A01F604E*)__this)->___retainer__2;
|
|
intptr_t L_3;
|
|
L_3 = RefBase_get_cdata_m6BACEDB7D17969AA0151AAC1473283B95E33A87A(__this, NULL);
|
|
NullCheck(L_2);
|
|
Retainer_Invoke_mAE6440576152AFF79D3692B99D7123EB84655CA8_inline(L_2, L_3, (&V_0), NULL);
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
// return new TargetTrackerResult(cdata_new, deleter_, retainer_);
|
|
intptr_t L_4 = V_0;
|
|
Action_1_t2DF1ED40E3084E997390FF52F462390882271FE2* L_5 = ((RefBase_tD2A748D10CECAAD8DD367977128D0B22A01F604E*)__this)->___deleter__1;
|
|
Retainer_t21E37A78A5C591A4A1DB7494A454CCADF411A77A* L_6 = ((RefBase_tD2A748D10CECAAD8DD367977128D0B22A01F604E*)__this)->___retainer__2;
|
|
TargetTrackerResult_tD734318EDA0E26D9AE4D79EE88DFB3A90BDD0DCA* L_7 = (TargetTrackerResult_tD734318EDA0E26D9AE4D79EE88DFB3A90BDD0DCA*)il2cpp_codegen_object_new(TargetTrackerResult_tD734318EDA0E26D9AE4D79EE88DFB3A90BDD0DCA_il2cpp_TypeInfo_var);
|
|
NullCheck(L_7);
|
|
TargetTrackerResult__ctor_m330FA7122F2116E858ADB42FB911240F15FEBEAF(L_7, L_4, L_5, L_6, NULL);
|
|
return L_7;
|
|
}
|
|
}
|
|
// easyar.TargetTrackerResult easyar.TargetTrackerResult::Clone()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TargetTrackerResult_tD734318EDA0E26D9AE4D79EE88DFB3A90BDD0DCA* TargetTrackerResult_Clone_mBF7FB00A7C3F1FDD19287923240CF5D171D4A045 (TargetTrackerResult_tD734318EDA0E26D9AE4D79EE88DFB3A90BDD0DCA* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TargetTrackerResult_tD734318EDA0E26D9AE4D79EE88DFB3A90BDD0DCA_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return (TargetTrackerResult)(CloneObject());
|
|
RuntimeObject* L_0;
|
|
L_0 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(5 /* System.Object easyar.RefBase::CloneObject() */, __this);
|
|
return ((TargetTrackerResult_tD734318EDA0E26D9AE4D79EE88DFB3A90BDD0DCA*)CastclassClass((RuntimeObject*)L_0, TargetTrackerResult_tD734318EDA0E26D9AE4D79EE88DFB3A90BDD0DCA_il2cpp_TypeInfo_var));
|
|
}
|
|
}
|
|
// System.Collections.Generic.List`1<easyar.TargetInstance> easyar.TargetTrackerResult::targetInstances()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_t02CCFA330F41314AC87A5442E54CDC91260E5F35* TargetTrackerResult_targetInstances_m00D6601A69ECCC067938C174EFA3D71527646812 (TargetTrackerResult_tD734318EDA0E26D9AE4D79EE88DFB3A90BDD0DCA* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Detail_tB4DBDB462AA1DFC256BC6B782DC98E191969CEAA_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* V_0 = NULL;
|
|
intptr_t V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
List_1_t02CCFA330F41314AC87A5442E54CDC91260E5F35* V_2 = NULL;
|
|
{
|
|
// using (var ar = new Detail.AutoRelease())
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* L_0 = (AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F*)il2cpp_codegen_object_new(AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
AutoRelease__ctor_mE72EEA2DE0CC0DD5BEF361C94038E370900B2B51(L_0, NULL);
|
|
V_0 = L_0;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_0025:
|
|
{// begin finally (depth: 1)
|
|
{
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* L_1 = V_0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_002e;
|
|
}
|
|
}
|
|
{
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* L_2 = V_0;
|
|
NullCheck(L_2);
|
|
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_2);
|
|
}
|
|
|
|
IL_002e:
|
|
{
|
|
return;
|
|
}
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
// var _return_value_ = default(IntPtr);
|
|
il2cpp_codegen_initobj((&V_1), sizeof(intptr_t));
|
|
// Detail.easyar_TargetTrackerResult_targetInstances(cdata, out _return_value_);
|
|
intptr_t L_3;
|
|
L_3 = RefBase_get_cdata_m6BACEDB7D17969AA0151AAC1473283B95E33A87A(__this, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Detail_tB4DBDB462AA1DFC256BC6B782DC98E191969CEAA_il2cpp_TypeInfo_var);
|
|
Detail_easyar_TargetTrackerResult_targetInstances_m64102724AC8BA7BF083EC983262CB798B4A19D91(L_3, (&V_1), NULL);
|
|
// return Detail.ListOfTargetInstance_from_c(ar, _return_value_);
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* L_4 = V_0;
|
|
intptr_t L_5 = V_1;
|
|
List_1_t02CCFA330F41314AC87A5442E54CDC91260E5F35* L_6;
|
|
L_6 = Detail_ListOfTargetInstance_from_c_mA6135872292F0BFD6CB842FA1547189A4597FCD0(L_4, L_5, NULL);
|
|
V_2 = L_6;
|
|
goto IL_002f;
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_002f:
|
|
{
|
|
// }
|
|
List_1_t02CCFA330F41314AC87A5442E54CDC91260E5F35* L_7 = V_2;
|
|
return L_7;
|
|
}
|
|
}
|
|
// System.Void easyar.TargetTrackerResult::setTargetInstances(System.Collections.Generic.List`1<easyar.TargetInstance>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TargetTrackerResult_setTargetInstances_mB53CD85BAD0162E26612FAE1E912C7D8D75CDB9C (TargetTrackerResult_tD734318EDA0E26D9AE4D79EE88DFB3A90BDD0DCA* __this, List_1_t02CCFA330F41314AC87A5442E54CDC91260E5F35* ___0_instances, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Detail_tB4DBDB462AA1DFC256BC6B782DC98E191969CEAA_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* V_0 = NULL;
|
|
{
|
|
// using (var ar = new Detail.AutoRelease())
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* L_0 = (AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F*)il2cpp_codegen_object_new(AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
AutoRelease__ctor_mE72EEA2DE0CC0DD5BEF361C94038E370900B2B51(L_0, NULL);
|
|
V_0 = L_0;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_001a:
|
|
{// begin finally (depth: 1)
|
|
{
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* L_1 = V_0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_0023;
|
|
}
|
|
}
|
|
{
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* L_2 = V_0;
|
|
NullCheck(L_2);
|
|
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_2);
|
|
}
|
|
|
|
IL_0023:
|
|
{
|
|
return;
|
|
}
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
// Detail.easyar_TargetTrackerResult_setTargetInstances(cdata, Detail.ListOfTargetInstance_to_c(ar, instances));
|
|
intptr_t L_3;
|
|
L_3 = RefBase_get_cdata_m6BACEDB7D17969AA0151AAC1473283B95E33A87A(__this, NULL);
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* L_4 = V_0;
|
|
List_1_t02CCFA330F41314AC87A5442E54CDC91260E5F35* L_5 = ___0_instances;
|
|
il2cpp_codegen_runtime_class_init_inline(Detail_tB4DBDB462AA1DFC256BC6B782DC98E191969CEAA_il2cpp_TypeInfo_var);
|
|
intptr_t L_6;
|
|
L_6 = Detail_ListOfTargetInstance_to_c_mAC8CAB5D9BD8B668C5BEB2E7FAD1565A8D3AE1B1(L_4, L_5, NULL);
|
|
Detail_easyar_TargetTrackerResult_setTargetInstances_mE67AE14757BA4C9933499630A1E0EEB914D4459A(L_3, L_6, NULL);
|
|
// }
|
|
goto IL_0024;
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void easyar.TextureId::.ctor(System.IntPtr,System.Action`1<System.IntPtr>,easyar.RefBase/Retainer)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextureId__ctor_m91EDAEDD5A61BF7D26162288A5FCDA2FD8EFDB94 (TextureId_tFC8FF6E0755D9DB70BEBC7A4207D522D1B41C2BE* __this, intptr_t ___0_cdata, Action_1_t2DF1ED40E3084E997390FF52F462390882271FE2* ___1_deleter, Retainer_t21E37A78A5C591A4A1DB7494A454CCADF411A77A* ___2_retainer, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// internal TextureId(IntPtr cdata, Action<IntPtr> deleter, Retainer retainer) : base(cdata, deleter, retainer)
|
|
intptr_t L_0 = ___0_cdata;
|
|
Action_1_t2DF1ED40E3084E997390FF52F462390882271FE2* L_1 = ___1_deleter;
|
|
Retainer_t21E37A78A5C591A4A1DB7494A454CCADF411A77A* L_2 = ___2_retainer;
|
|
RefBase__ctor_m1F89F1D069DD380C7B51129C109F7989D854246A(__this, L_0, L_1, L_2, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Object easyar.TextureId::CloneObject()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TextureId_CloneObject_m4AEB0F54468BF64B5030DE4706564EF186216377 (TextureId_tFC8FF6E0755D9DB70BEBC7A4207D522D1B41C2BE* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextureId_tFC8FF6E0755D9DB70BEBC7A4207D522D1B41C2BE_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
intptr_t V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
// var cdata_new = IntPtr.Zero;
|
|
intptr_t L_0 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1;
|
|
V_0 = L_0;
|
|
// if (retainer_ != null) { retainer_(cdata, out cdata_new); }
|
|
Retainer_t21E37A78A5C591A4A1DB7494A454CCADF411A77A* L_1 = ((RefBase_tD2A748D10CECAAD8DD367977128D0B22A01F604E*)__this)->___retainer__2;
|
|
if (!L_1)
|
|
{
|
|
goto IL_0021;
|
|
}
|
|
}
|
|
{
|
|
// if (retainer_ != null) { retainer_(cdata, out cdata_new); }
|
|
Retainer_t21E37A78A5C591A4A1DB7494A454CCADF411A77A* L_2 = ((RefBase_tD2A748D10CECAAD8DD367977128D0B22A01F604E*)__this)->___retainer__2;
|
|
intptr_t L_3;
|
|
L_3 = RefBase_get_cdata_m6BACEDB7D17969AA0151AAC1473283B95E33A87A(__this, NULL);
|
|
NullCheck(L_2);
|
|
Retainer_Invoke_mAE6440576152AFF79D3692B99D7123EB84655CA8_inline(L_2, L_3, (&V_0), NULL);
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
// return new TextureId(cdata_new, deleter_, retainer_);
|
|
intptr_t L_4 = V_0;
|
|
Action_1_t2DF1ED40E3084E997390FF52F462390882271FE2* L_5 = ((RefBase_tD2A748D10CECAAD8DD367977128D0B22A01F604E*)__this)->___deleter__1;
|
|
Retainer_t21E37A78A5C591A4A1DB7494A454CCADF411A77A* L_6 = ((RefBase_tD2A748D10CECAAD8DD367977128D0B22A01F604E*)__this)->___retainer__2;
|
|
TextureId_tFC8FF6E0755D9DB70BEBC7A4207D522D1B41C2BE* L_7 = (TextureId_tFC8FF6E0755D9DB70BEBC7A4207D522D1B41C2BE*)il2cpp_codegen_object_new(TextureId_tFC8FF6E0755D9DB70BEBC7A4207D522D1B41C2BE_il2cpp_TypeInfo_var);
|
|
NullCheck(L_7);
|
|
TextureId__ctor_m91EDAEDD5A61BF7D26162288A5FCDA2FD8EFDB94(L_7, L_4, L_5, L_6, NULL);
|
|
return L_7;
|
|
}
|
|
}
|
|
// easyar.TextureId easyar.TextureId::Clone()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TextureId_tFC8FF6E0755D9DB70BEBC7A4207D522D1B41C2BE* TextureId_Clone_mFF5B760B88B5C4D06D4621E2ED0A1D6EC44168D4 (TextureId_tFC8FF6E0755D9DB70BEBC7A4207D522D1B41C2BE* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextureId_tFC8FF6E0755D9DB70BEBC7A4207D522D1B41C2BE_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return (TextureId)(CloneObject());
|
|
RuntimeObject* L_0;
|
|
L_0 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(5 /* System.Object easyar.RefBase::CloneObject() */, __this);
|
|
return ((TextureId_tFC8FF6E0755D9DB70BEBC7A4207D522D1B41C2BE*)CastclassClass((RuntimeObject*)L_0, TextureId_tFC8FF6E0755D9DB70BEBC7A4207D522D1B41C2BE_il2cpp_TypeInfo_var));
|
|
}
|
|
}
|
|
// System.Int32 easyar.TextureId::getInt()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TextureId_getInt_m28DEFEA8979612D68B4336C737DF3E0065AF96CB (TextureId_tFC8FF6E0755D9DB70BEBC7A4207D522D1B41C2BE* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Detail_tB4DBDB462AA1DFC256BC6B782DC98E191969CEAA_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
{
|
|
// using (var ar = new Detail.AutoRelease())
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* L_0 = (AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F*)il2cpp_codegen_object_new(AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
AutoRelease__ctor_mE72EEA2DE0CC0DD5BEF361C94038E370900B2B51(L_0, NULL);
|
|
V_0 = L_0;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_0014:
|
|
{// begin finally (depth: 1)
|
|
{
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* L_1 = V_0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_001d;
|
|
}
|
|
}
|
|
{
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* L_2 = V_0;
|
|
NullCheck(L_2);
|
|
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_2);
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
return;
|
|
}
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
// var _return_value_ = Detail.easyar_TextureId_getInt(cdata);
|
|
intptr_t L_3;
|
|
L_3 = RefBase_get_cdata_m6BACEDB7D17969AA0151AAC1473283B95E33A87A(__this, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Detail_tB4DBDB462AA1DFC256BC6B782DC98E191969CEAA_il2cpp_TypeInfo_var);
|
|
int32_t L_4;
|
|
L_4 = Detail_easyar_TextureId_getInt_m007F112DBCC4E3E15BC1A4DC0C15052B0655B5B9(L_3, NULL);
|
|
// return _return_value_;
|
|
V_1 = L_4;
|
|
goto IL_001e;
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_001e:
|
|
{
|
|
// }
|
|
int32_t L_5 = V_1;
|
|
return L_5;
|
|
}
|
|
}
|
|
// System.IntPtr easyar.TextureId::getPointer()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t TextureId_getPointer_m8348ECBB81E10B082ADB15E6B550C099DEA6CCF5 (TextureId_tFC8FF6E0755D9DB70BEBC7A4207D522D1B41C2BE* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Detail_tB4DBDB462AA1DFC256BC6B782DC98E191969CEAA_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* V_0 = NULL;
|
|
intptr_t V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
{
|
|
// using (var ar = new Detail.AutoRelease())
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* L_0 = (AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F*)il2cpp_codegen_object_new(AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
AutoRelease__ctor_mE72EEA2DE0CC0DD5BEF361C94038E370900B2B51(L_0, NULL);
|
|
V_0 = L_0;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_0014:
|
|
{// begin finally (depth: 1)
|
|
{
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* L_1 = V_0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_001d;
|
|
}
|
|
}
|
|
{
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* L_2 = V_0;
|
|
NullCheck(L_2);
|
|
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_2);
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
return;
|
|
}
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
// var _return_value_ = Detail.easyar_TextureId_getPointer(cdata);
|
|
intptr_t L_3;
|
|
L_3 = RefBase_get_cdata_m6BACEDB7D17969AA0151AAC1473283B95E33A87A(__this, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Detail_tB4DBDB462AA1DFC256BC6B782DC98E191969CEAA_il2cpp_TypeInfo_var);
|
|
intptr_t L_4;
|
|
L_4 = Detail_easyar_TextureId_getPointer_m5C4D9DB0BF4C0738E1CF836EC52C245C36CC1A6D(L_3, NULL);
|
|
// return _return_value_;
|
|
V_1 = L_4;
|
|
goto IL_001e;
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_001e:
|
|
{
|
|
// }
|
|
intptr_t L_5 = V_1;
|
|
return L_5;
|
|
}
|
|
}
|
|
// easyar.TextureId easyar.TextureId::fromInt(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TextureId_tFC8FF6E0755D9DB70BEBC7A4207D522D1B41C2BE* TextureId_fromInt_m357F054161E84B8378D11AD9B374A3C21CD350EB (int32_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Detail_Object_from_c_TisTextureId_tFC8FF6E0755D9DB70BEBC7A4207D522D1B41C2BE_m83356FE5DECAAD4D5574E0A978F25940930EBD18_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Detail_easyar_TextureId__typeName_m48FCB4C419ED9650F9FDB134490330FBDBBBC253_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Detail_tB4DBDB462AA1DFC256BC6B782DC98E191969CEAA_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_t04A50D832214E55BC2F82E8DD7E603537B6D9713_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* V_0 = NULL;
|
|
intptr_t V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
TextureId_tFC8FF6E0755D9DB70BEBC7A4207D522D1B41C2BE* V_2 = NULL;
|
|
{
|
|
// using (var ar = new Detail.AutoRelease())
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* L_0 = (AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F*)il2cpp_codegen_object_new(AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
AutoRelease__ctor_mE72EEA2DE0CC0DD5BEF361C94038E370900B2B51(L_0, NULL);
|
|
V_0 = L_0;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_002b:
|
|
{// begin finally (depth: 1)
|
|
{
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* L_1 = V_0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_0034;
|
|
}
|
|
}
|
|
{
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* L_2 = V_0;
|
|
NullCheck(L_2);
|
|
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_2);
|
|
}
|
|
|
|
IL_0034:
|
|
{
|
|
return;
|
|
}
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
// var _return_value_ = default(IntPtr);
|
|
il2cpp_codegen_initobj((&V_1), sizeof(intptr_t));
|
|
// Detail.easyar_TextureId_fromInt(@value, out _return_value_);
|
|
int32_t L_3 = ___0_value;
|
|
il2cpp_codegen_runtime_class_init_inline(Detail_tB4DBDB462AA1DFC256BC6B782DC98E191969CEAA_il2cpp_TypeInfo_var);
|
|
Detail_easyar_TextureId_fromInt_mCB8FB85D6D865E9D4095F425C4381B6C289EBE27(L_3, (&V_1), NULL);
|
|
// return Detail.Object_from_c<TextureId>(_return_value_, Detail.easyar_TextureId__typeName);
|
|
intptr_t L_4 = V_1;
|
|
Func_2_t04A50D832214E55BC2F82E8DD7E603537B6D9713* L_5 = (Func_2_t04A50D832214E55BC2F82E8DD7E603537B6D9713*)il2cpp_codegen_object_new(Func_2_t04A50D832214E55BC2F82E8DD7E603537B6D9713_il2cpp_TypeInfo_var);
|
|
NullCheck(L_5);
|
|
Func_2__ctor_m12EE2869ED79665C38F05A42227ECB8657CB60A0(L_5, NULL, (intptr_t)((void*)Detail_easyar_TextureId__typeName_m48FCB4C419ED9650F9FDB134490330FBDBBBC253_RuntimeMethod_var), NULL);
|
|
TextureId_tFC8FF6E0755D9DB70BEBC7A4207D522D1B41C2BE* L_6;
|
|
L_6 = Detail_Object_from_c_TisTextureId_tFC8FF6E0755D9DB70BEBC7A4207D522D1B41C2BE_m83356FE5DECAAD4D5574E0A978F25940930EBD18(L_4, L_5, Detail_Object_from_c_TisTextureId_tFC8FF6E0755D9DB70BEBC7A4207D522D1B41C2BE_m83356FE5DECAAD4D5574E0A978F25940930EBD18_RuntimeMethod_var);
|
|
V_2 = L_6;
|
|
goto IL_0035;
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_0035:
|
|
{
|
|
// }
|
|
TextureId_tFC8FF6E0755D9DB70BEBC7A4207D522D1B41C2BE* L_7 = V_2;
|
|
return L_7;
|
|
}
|
|
}
|
|
// easyar.TextureId easyar.TextureId::fromPointer(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TextureId_tFC8FF6E0755D9DB70BEBC7A4207D522D1B41C2BE* TextureId_fromPointer_m71DA623B63EE1664578E41A5B665C09C3C9DC0EA (intptr_t ___0_ptr, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Detail_Object_from_c_TisTextureId_tFC8FF6E0755D9DB70BEBC7A4207D522D1B41C2BE_m83356FE5DECAAD4D5574E0A978F25940930EBD18_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Detail_easyar_TextureId__typeName_m48FCB4C419ED9650F9FDB134490330FBDBBBC253_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Detail_tB4DBDB462AA1DFC256BC6B782DC98E191969CEAA_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_t04A50D832214E55BC2F82E8DD7E603537B6D9713_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* V_0 = NULL;
|
|
intptr_t V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
TextureId_tFC8FF6E0755D9DB70BEBC7A4207D522D1B41C2BE* V_2 = NULL;
|
|
{
|
|
// using (var ar = new Detail.AutoRelease())
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* L_0 = (AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F*)il2cpp_codegen_object_new(AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
AutoRelease__ctor_mE72EEA2DE0CC0DD5BEF361C94038E370900B2B51(L_0, NULL);
|
|
V_0 = L_0;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_002b:
|
|
{// begin finally (depth: 1)
|
|
{
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* L_1 = V_0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_0034;
|
|
}
|
|
}
|
|
{
|
|
AutoRelease_tE98A0552260E9E69BCE25CA627912842B391EB1F* L_2 = V_0;
|
|
NullCheck(L_2);
|
|
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_2);
|
|
}
|
|
|
|
IL_0034:
|
|
{
|
|
return;
|
|
}
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
// var _return_value_ = default(IntPtr);
|
|
il2cpp_codegen_initobj((&V_1), sizeof(intptr_t));
|
|
// Detail.easyar_TextureId_fromPointer(ptr, out _return_value_);
|
|
intptr_t L_3 = ___0_ptr;
|
|
il2cpp_codegen_runtime_class_init_inline(Detail_tB4DBDB462AA1DFC256BC6B782DC98E191969CEAA_il2cpp_TypeInfo_var);
|
|
Detail_easyar_TextureId_fromPointer_m3F42815680903C833CDA972589B2006C2570E39F(L_3, (&V_1), NULL);
|
|
// return Detail.Object_from_c<TextureId>(_return_value_, Detail.easyar_TextureId__typeName);
|
|
intptr_t L_4 = V_1;
|
|
Func_2_t04A50D832214E55BC2F82E8DD7E603537B6D9713* L_5 = (Func_2_t04A50D832214E55BC2F82E8DD7E603537B6D9713*)il2cpp_codegen_object_new(Func_2_t04A50D832214E55BC2F82E8DD7E603537B6D9713_il2cpp_TypeInfo_var);
|
|
NullCheck(L_5);
|
|
Func_2__ctor_m12EE2869ED79665C38F05A42227ECB8657CB60A0(L_5, NULL, (intptr_t)((void*)Detail_easyar_TextureId__typeName_m48FCB4C419ED9650F9FDB134490330FBDBBBC253_RuntimeMethod_var), NULL);
|
|
TextureId_tFC8FF6E0755D9DB70BEBC7A4207D522D1B41C2BE* L_6;
|
|
L_6 = Detail_Object_from_c_TisTextureId_tFC8FF6E0755D9DB70BEBC7A4207D522D1B41C2BE_m83356FE5DECAAD4D5574E0A978F25940930EBD18(L_4, L_5, Detail_Object_from_c_TisTextureId_tFC8FF6E0755D9DB70BEBC7A4207D522D1B41C2BE_m83356FE5DECAAD4D5574E0A978F25940930EBD18_RuntimeMethod_var);
|
|
V_2 = L_6;
|
|
goto IL_0035;
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_0035:
|
|
{
|
|
// }
|
|
TextureId_tFC8FF6E0755D9DB70BEBC7A4207D522D1B41C2BE* L_7 = V_2;
|
|
return L_7;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void easyar.CameraImageMaterial::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CameraImageMaterial__ctor_mC7B8EFC560BBC7325698B1F9203E09E8C9CFDF39 (CameraImageMaterial_t71DBE936806DA72BF211659270248F5A245AB676* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CameraImageShaders_tF11C72B259F894CE25147615DF0A4DBB4B0D80E7_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// private Texture2D[] textures = new Texture2D[0];
|
|
Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191* L_0 = (Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191*)(Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191*)SZArrayNew(Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191_il2cpp_TypeInfo_var, (uint32_t)0);
|
|
__this->___textures_2 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___textures_2), (void*)L_0);
|
|
// public CameraImageMaterial()
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
// shaders = new CameraImageShaders();
|
|
CameraImageShaders_tF11C72B259F894CE25147615DF0A4DBB4B0D80E7* L_1 = (CameraImageShaders_tF11C72B259F894CE25147615DF0A4DBB4B0D80E7*)il2cpp_codegen_object_new(CameraImageShaders_tF11C72B259F894CE25147615DF0A4DBB4B0D80E7_il2cpp_TypeInfo_var);
|
|
NullCheck(L_1);
|
|
CameraImageShaders__ctor_m5A8B50C1F78BF9043F0A2AB9D24CBD33EA363D33(L_1, NULL);
|
|
__this->___shaders_0 = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___shaders_0), (void*)L_1);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void easyar.CameraImageMaterial::Finalize()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CameraImageMaterial_Finalize_mCB34A9A24F708C93FC3593EDB493B6E326B56713 (CameraImageMaterial_t71DBE936806DA72BF211659270248F5A245AB676* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_0008:
|
|
{// begin finally (depth: 1)
|
|
// }
|
|
Object_Finalize_mC98C96301CCABFE00F1A7EF8E15DF507CACD42B2(__this, NULL);
|
|
return;
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
// DisposeResources();
|
|
CameraImageMaterial_DisposeResources_m32BFEE88E792E0FFF11822D2EDE447D4AA1D021D(__this, NULL);
|
|
goto IL_000f;
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_000f:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void easyar.CameraImageMaterial::Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CameraImageMaterial_Dispose_m6035C94A4356C43C3BA581427197F449A6BC96CC (CameraImageMaterial_t71DBE936806DA72BF211659270248F5A245AB676* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// DisposeResources();
|
|
CameraImageMaterial_DisposeResources_m32BFEE88E792E0FFF11822D2EDE447D4AA1D021D(__this, NULL);
|
|
// GC.SuppressFinalize(this);
|
|
il2cpp_codegen_runtime_class_init_inline(GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var);
|
|
GC_SuppressFinalize_m71815DBD5A0CD2EA1BE43317B08B7A14949EDC65(__this, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// UnityEngine.Material easyar.CameraImageMaterial::UpdateByImage(easyar.Image)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* CameraImageMaterial_UpdateByImage_mD125E489D7EF75482859095860549C16CBC3A7F2 (CameraImageMaterial_t71DBE936806DA72BF211659270248F5A245AB676* __this, Image_tA8E8F2D58C143E9ADB13683D6BC93C8345F46A43* ___0_image, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral45B36484F4A3470B586D5BF404848BF42215B991);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4B8146FB95E4F51B29DA41EB5F6D60F8FD0ECF21);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral52C54D8571D200E5B6E4CA8CED8FE640E13D7FF0);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5AF581052F62E68A396DE54B887A941B179E0E89);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral70BB450FFA07BDA7F490A412AA229D3E19CE8FB8);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8BBD7DF919E7F26FC2F1F4E4C01A7C60C89D8F82);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA8C8347AC74FCB65082ADBE21DB826D40DFB430A);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD0F222D9D78823ABEC741049307DCC7FD820F9AE);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEDD3804A1832932BFDF2560D9E4F047F7740A7B1);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFD80813CD72CC326A0971231A937672CDADA68DC);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
Buffer_t644BF6560BDFFE92C2929A3CBF29C9B124212B54* V_1 = NULL;
|
|
intptr_t V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
int32_t V_3 = 0;
|
|
int32_t V_4 = 0;
|
|
int32_t V_5 = 0;
|
|
{
|
|
// var recreateMaterial = false;
|
|
V_0 = (bool)0;
|
|
// if (image.width() != imageWidth || image.height() != imageHeight || image.pixelWidth() != pixelWidth || image.pixelHeight() != pixelHeight || image.format() != format)
|
|
Image_tA8E8F2D58C143E9ADB13683D6BC93C8345F46A43* L_0 = ___0_image;
|
|
NullCheck(L_0);
|
|
int32_t L_1;
|
|
L_1 = VirtualFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 easyar.Image::width() */, L_0);
|
|
int32_t L_2 = __this->___imageWidth_6;
|
|
if ((!(((uint32_t)L_1) == ((uint32_t)L_2))))
|
|
{
|
|
goto IL_0048;
|
|
}
|
|
}
|
|
{
|
|
Image_tA8E8F2D58C143E9ADB13683D6BC93C8345F46A43* L_3 = ___0_image;
|
|
NullCheck(L_3);
|
|
int32_t L_4;
|
|
L_4 = VirtualFuncInvoker0< int32_t >::Invoke(9 /* System.Int32 easyar.Image::height() */, L_3);
|
|
int32_t L_5 = __this->___imageHeight_7;
|
|
if ((!(((uint32_t)L_4) == ((uint32_t)L_5))))
|
|
{
|
|
goto IL_0048;
|
|
}
|
|
}
|
|
{
|
|
Image_tA8E8F2D58C143E9ADB13683D6BC93C8345F46A43* L_6 = ___0_image;
|
|
NullCheck(L_6);
|
|
int32_t L_7;
|
|
L_7 = VirtualFuncInvoker0< int32_t >::Invoke(10 /* System.Int32 easyar.Image::pixelWidth() */, L_6);
|
|
int32_t L_8 = __this->___pixelWidth_4;
|
|
if ((!(((uint32_t)L_7) == ((uint32_t)L_8))))
|
|
{
|
|
goto IL_0048;
|
|
}
|
|
}
|
|
{
|
|
Image_tA8E8F2D58C143E9ADB13683D6BC93C8345F46A43* L_9 = ___0_image;
|
|
NullCheck(L_9);
|
|
int32_t L_10;
|
|
L_10 = VirtualFuncInvoker0< int32_t >::Invoke(11 /* System.Int32 easyar.Image::pixelHeight() */, L_9);
|
|
int32_t L_11 = __this->___pixelHeight_5;
|
|
if ((!(((uint32_t)L_10) == ((uint32_t)L_11))))
|
|
{
|
|
goto IL_0048;
|
|
}
|
|
}
|
|
{
|
|
Image_tA8E8F2D58C143E9ADB13683D6BC93C8345F46A43* L_12 = ___0_image;
|
|
NullCheck(L_12);
|
|
int32_t L_13;
|
|
L_13 = VirtualFuncInvoker0< int32_t >::Invoke(7 /* easyar.PixelFormat easyar.Image::format() */, L_12);
|
|
int32_t L_14 = __this->___format_3;
|
|
if ((((int32_t)L_13) == ((int32_t)L_14)))
|
|
{
|
|
goto IL_008c;
|
|
}
|
|
}
|
|
|
|
IL_0048:
|
|
{
|
|
// DisposeResources();
|
|
CameraImageMaterial_DisposeResources_m32BFEE88E792E0FFF11822D2EDE447D4AA1D021D(__this, NULL);
|
|
// imageWidth = image.width();
|
|
Image_tA8E8F2D58C143E9ADB13683D6BC93C8345F46A43* L_15 = ___0_image;
|
|
NullCheck(L_15);
|
|
int32_t L_16;
|
|
L_16 = VirtualFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 easyar.Image::width() */, L_15);
|
|
__this->___imageWidth_6 = L_16;
|
|
// imageHeight = image.height();
|
|
Image_tA8E8F2D58C143E9ADB13683D6BC93C8345F46A43* L_17 = ___0_image;
|
|
NullCheck(L_17);
|
|
int32_t L_18;
|
|
L_18 = VirtualFuncInvoker0< int32_t >::Invoke(9 /* System.Int32 easyar.Image::height() */, L_17);
|
|
__this->___imageHeight_7 = L_18;
|
|
// pixelWidth = image.pixelWidth();
|
|
Image_tA8E8F2D58C143E9ADB13683D6BC93C8345F46A43* L_19 = ___0_image;
|
|
NullCheck(L_19);
|
|
int32_t L_20;
|
|
L_20 = VirtualFuncInvoker0< int32_t >::Invoke(10 /* System.Int32 easyar.Image::pixelWidth() */, L_19);
|
|
__this->___pixelWidth_4 = L_20;
|
|
// pixelHeight = image.pixelHeight();
|
|
Image_tA8E8F2D58C143E9ADB13683D6BC93C8345F46A43* L_21 = ___0_image;
|
|
NullCheck(L_21);
|
|
int32_t L_22;
|
|
L_22 = VirtualFuncInvoker0< int32_t >::Invoke(11 /* System.Int32 easyar.Image::pixelHeight() */, L_21);
|
|
__this->___pixelHeight_5 = L_22;
|
|
// format = image.format();
|
|
Image_tA8E8F2D58C143E9ADB13683D6BC93C8345F46A43* L_23 = ___0_image;
|
|
NullCheck(L_23);
|
|
int32_t L_24;
|
|
L_24 = VirtualFuncInvoker0< int32_t >::Invoke(7 /* easyar.PixelFormat easyar.Image::format() */, L_23);
|
|
__this->___format_3 = L_24;
|
|
// recreateMaterial = true;
|
|
V_0 = (bool)1;
|
|
}
|
|
|
|
IL_008c:
|
|
{
|
|
// using (var buffer = image.buffer())
|
|
Image_tA8E8F2D58C143E9ADB13683D6BC93C8345F46A43* L_25 = ___0_image;
|
|
NullCheck(L_25);
|
|
Buffer_t644BF6560BDFFE92C2929A3CBF29C9B124212B54* L_26;
|
|
L_26 = VirtualFuncInvoker0< Buffer_t644BF6560BDFFE92C2929A3CBF29C9B124212B54* >::Invoke(6 /* easyar.Buffer easyar.Image::buffer() */, L_25);
|
|
V_1 = L_26;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_0caf:
|
|
{// begin finally (depth: 1)
|
|
{
|
|
Buffer_t644BF6560BDFFE92C2929A3CBF29C9B124212B54* L_27 = V_1;
|
|
if (!L_27)
|
|
{
|
|
goto IL_0cb8;
|
|
}
|
|
}
|
|
{
|
|
Buffer_t644BF6560BDFFE92C2929A3CBF29C9B124212B54* L_28 = V_1;
|
|
NullCheck(L_28);
|
|
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_28);
|
|
}
|
|
|
|
IL_0cb8:
|
|
{
|
|
return;
|
|
}
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
{
|
|
// var ptr = buffer.data();
|
|
Buffer_t644BF6560BDFFE92C2929A3CBF29C9B124212B54* L_29 = V_1;
|
|
NullCheck(L_29);
|
|
intptr_t L_30;
|
|
L_30 = VirtualFuncInvoker0< intptr_t >::Invoke(6 /* System.IntPtr easyar.Buffer::data() */, L_29);
|
|
V_2 = L_30;
|
|
// var pixelResolution = pixelWidth * pixelHeight;
|
|
int32_t L_31 = __this->___pixelWidth_4;
|
|
int32_t L_32 = __this->___pixelHeight_5;
|
|
V_3 = ((int32_t)il2cpp_codegen_multiply(L_31, L_32));
|
|
// var dataResolution = pixelWidth * imageHeight;
|
|
int32_t L_33 = __this->___pixelWidth_4;
|
|
int32_t L_34 = __this->___imageHeight_7;
|
|
V_4 = ((int32_t)il2cpp_codegen_multiply(L_33, L_34));
|
|
// switch (format)
|
|
int32_t L_35 = __this->___format_3;
|
|
V_5 = L_35;
|
|
int32_t L_36 = V_5;
|
|
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_36, 1)))
|
|
{
|
|
case 0:
|
|
{
|
|
goto IL_00f1_1;
|
|
}
|
|
case 1:
|
|
{
|
|
goto IL_01ce_1;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_0353_1;
|
|
}
|
|
case 3:
|
|
{
|
|
goto IL_04d8_1;
|
|
}
|
|
case 4:
|
|
{
|
|
goto IL_06ed_1;
|
|
}
|
|
case 5:
|
|
{
|
|
goto IL_0902_1;
|
|
}
|
|
case 6:
|
|
{
|
|
goto IL_09ee_1;
|
|
}
|
|
case 7:
|
|
{
|
|
goto IL_0ada_1;
|
|
}
|
|
case 8:
|
|
{
|
|
goto IL_0bc6_1;
|
|
}
|
|
}
|
|
}
|
|
{
|
|
goto IL_0cb9;
|
|
}
|
|
|
|
IL_00f1_1:
|
|
{
|
|
// if (recreateMaterial)
|
|
bool L_37 = V_0;
|
|
if (!L_37)
|
|
{
|
|
goto IL_01ac_1;
|
|
}
|
|
}
|
|
{
|
|
// textures = new Texture2D[1];
|
|
Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191* L_38 = (Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191*)(Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191*)SZArrayNew(Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191_il2cpp_TypeInfo_var, (uint32_t)1);
|
|
__this->___textures_2 = L_38;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___textures_2), (void*)L_38);
|
|
// textures[0] = new Texture2D(pixelWidth, imageHeight, TextureFormat.Alpha8, false);
|
|
Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191* L_39 = __this->___textures_2;
|
|
int32_t L_40 = __this->___pixelWidth_4;
|
|
int32_t L_41 = __this->___imageHeight_7;
|
|
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_42 = (Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4*)il2cpp_codegen_object_new(Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4_il2cpp_TypeInfo_var);
|
|
NullCheck(L_42);
|
|
Texture2D__ctor_mECF60A9EC0638EC353C02C8E99B6B465D23BE917(L_42, L_40, L_41, 1, (bool)0, NULL);
|
|
NullCheck(L_39);
|
|
ArrayElementTypeCheck (L_39, L_42);
|
|
(L_39)->SetAt(static_cast<il2cpp_array_size_t>(0), (Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4*)L_42);
|
|
// textures[0].wrapMode = TextureWrapMode.Clamp;
|
|
Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191* L_43 = __this->___textures_2;
|
|
NullCheck(L_43);
|
|
int32_t L_44 = 0;
|
|
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_45 = (L_43)->GetAt(static_cast<il2cpp_array_size_t>(L_44));
|
|
NullCheck(L_45);
|
|
Texture_set_wrapMode_m1F74A690E3883EC9C5C371D502D09642F15D0F7E(L_45, 1, NULL);
|
|
// textures[0].filterMode = FilterMode.Bilinear;
|
|
Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191* L_46 = __this->___textures_2;
|
|
NullCheck(L_46);
|
|
int32_t L_47 = 0;
|
|
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_48 = (L_46)->GetAt(static_cast<il2cpp_array_size_t>(L_47));
|
|
NullCheck(L_48);
|
|
Texture_set_filterMode_mE423E58C0C16D059EA62BA87AD70F44AEA50CCC9(L_48, 1, NULL);
|
|
// mat = new Material(shaders.GRAY);
|
|
CameraImageShaders_tF11C72B259F894CE25147615DF0A4DBB4B0D80E7* L_49 = __this->___shaders_0;
|
|
NullCheck(L_49);
|
|
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* L_50 = L_49->___GRAY_2;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_51 = (Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3*)il2cpp_codegen_object_new(Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3_il2cpp_TypeInfo_var);
|
|
NullCheck(L_51);
|
|
Material__ctor_m7FDF47105D66D19591BE505A0C42B0F90D88C9BF(L_51, L_50, NULL);
|
|
__this->___mat_1 = L_51;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___mat_1), (void*)L_51);
|
|
// mat.SetTexture("_grayTexture", textures[0]);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_52 = __this->___mat_1;
|
|
Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191* L_53 = __this->___textures_2;
|
|
NullCheck(L_53);
|
|
int32_t L_54 = 0;
|
|
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_55 = (L_53)->GetAt(static_cast<il2cpp_array_size_t>(L_54));
|
|
NullCheck(L_52);
|
|
Material_SetTexture_m06083C3F52EF02FFB1177901D9907314F280F9A5(L_52, _stringLiteral52C54D8571D200E5B6E4CA8CED8FE640E13D7FF0, L_55, NULL);
|
|
// mat.SetFloat("_RowRatio", (float)imageWidth / pixelWidth);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_56 = __this->___mat_1;
|
|
int32_t L_57 = __this->___imageWidth_6;
|
|
int32_t L_58 = __this->___pixelWidth_4;
|
|
NullCheck(L_56);
|
|
Material_SetFloat_m879CF81D740BAE6F23C9822400679F4D16365836(L_56, _stringLiteralA8C8347AC74FCB65082ADBE21DB826D40DFB430A, ((float)(((float)L_57)/((float)L_58))), NULL);
|
|
// mat.SetFloat("_RowMax", (imageWidth - 0.5f) / pixelWidth);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_59 = __this->___mat_1;
|
|
int32_t L_60 = __this->___imageWidth_6;
|
|
int32_t L_61 = __this->___pixelWidth_4;
|
|
NullCheck(L_59);
|
|
Material_SetFloat_m879CF81D740BAE6F23C9822400679F4D16365836(L_59, _stringLiteralFD80813CD72CC326A0971231A937672CDADA68DC, ((float)(((float)il2cpp_codegen_subtract(((float)L_60), (0.5f)))/((float)L_61))), NULL);
|
|
}
|
|
|
|
IL_01ac_1:
|
|
{
|
|
// textures[0].LoadRawTextureData(ptr, dataResolution);
|
|
Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191* L_62 = __this->___textures_2;
|
|
NullCheck(L_62);
|
|
int32_t L_63 = 0;
|
|
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_64 = (L_62)->GetAt(static_cast<il2cpp_array_size_t>(L_63));
|
|
intptr_t L_65 = V_2;
|
|
int32_t L_66 = V_4;
|
|
NullCheck(L_64);
|
|
Texture2D_LoadRawTextureData_mE8809AE0F8E49387B14615B47A6C4BEAAAA59403(L_64, L_65, L_66, NULL);
|
|
// textures[0].Apply();
|
|
Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191* L_67 = __this->___textures_2;
|
|
NullCheck(L_67);
|
|
int32_t L_68 = 0;
|
|
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_69 = (L_67)->GetAt(static_cast<il2cpp_array_size_t>(L_68));
|
|
NullCheck(L_69);
|
|
Texture2D_Apply_mA014182C9EE0BBF6EEE3B286854F29E50EB972DC(L_69, NULL);
|
|
// break;
|
|
goto IL_0cb9;
|
|
}
|
|
|
|
IL_01ce_1:
|
|
{
|
|
// if (recreateMaterial)
|
|
bool L_70 = V_0;
|
|
if (!L_70)
|
|
{
|
|
goto IL_0306_1;
|
|
}
|
|
}
|
|
{
|
|
// textures = new Texture2D[2];
|
|
Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191* L_71 = (Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191*)(Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191*)SZArrayNew(Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191_il2cpp_TypeInfo_var, (uint32_t)2);
|
|
__this->___textures_2 = L_71;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___textures_2), (void*)L_71);
|
|
// textures[0] = new Texture2D(pixelWidth, imageHeight, TextureFormat.Alpha8, false);
|
|
Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191* L_72 = __this->___textures_2;
|
|
int32_t L_73 = __this->___pixelWidth_4;
|
|
int32_t L_74 = __this->___imageHeight_7;
|
|
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_75 = (Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4*)il2cpp_codegen_object_new(Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4_il2cpp_TypeInfo_var);
|
|
NullCheck(L_75);
|
|
Texture2D__ctor_mECF60A9EC0638EC353C02C8E99B6B465D23BE917(L_75, L_73, L_74, 1, (bool)0, NULL);
|
|
NullCheck(L_72);
|
|
ArrayElementTypeCheck (L_72, L_75);
|
|
(L_72)->SetAt(static_cast<il2cpp_array_size_t>(0), (Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4*)L_75);
|
|
// textures[0].wrapMode = TextureWrapMode.Clamp;
|
|
Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191* L_76 = __this->___textures_2;
|
|
NullCheck(L_76);
|
|
int32_t L_77 = 0;
|
|
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_78 = (L_76)->GetAt(static_cast<il2cpp_array_size_t>(L_77));
|
|
NullCheck(L_78);
|
|
Texture_set_wrapMode_m1F74A690E3883EC9C5C371D502D09642F15D0F7E(L_78, 1, NULL);
|
|
// textures[0].filterMode = FilterMode.Bilinear;
|
|
Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191* L_79 = __this->___textures_2;
|
|
NullCheck(L_79);
|
|
int32_t L_80 = 0;
|
|
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_81 = (L_79)->GetAt(static_cast<il2cpp_array_size_t>(L_80));
|
|
NullCheck(L_81);
|
|
Texture_set_filterMode_mE423E58C0C16D059EA62BA87AD70F44AEA50CCC9(L_81, 1, NULL);
|
|
// textures[1] = new Texture2D(pixelWidth / 2, imageHeight / 2, TextureFormat.RGBA4444, false);
|
|
Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191* L_82 = __this->___textures_2;
|
|
int32_t L_83 = __this->___pixelWidth_4;
|
|
int32_t L_84 = __this->___imageHeight_7;
|
|
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_85 = (Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4*)il2cpp_codegen_object_new(Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4_il2cpp_TypeInfo_var);
|
|
NullCheck(L_85);
|
|
Texture2D__ctor_mECF60A9EC0638EC353C02C8E99B6B465D23BE917(L_85, ((int32_t)(L_83/2)), ((int32_t)(L_84/2)), ((int32_t)13), (bool)0, NULL);
|
|
NullCheck(L_82);
|
|
ArrayElementTypeCheck (L_82, L_85);
|
|
(L_82)->SetAt(static_cast<il2cpp_array_size_t>(1), (Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4*)L_85);
|
|
// textures[1].wrapMode = TextureWrapMode.Clamp;
|
|
Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191* L_86 = __this->___textures_2;
|
|
NullCheck(L_86);
|
|
int32_t L_87 = 1;
|
|
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_88 = (L_86)->GetAt(static_cast<il2cpp_array_size_t>(L_87));
|
|
NullCheck(L_88);
|
|
Texture_set_wrapMode_m1F74A690E3883EC9C5C371D502D09642F15D0F7E(L_88, 1, NULL);
|
|
// textures[1].filterMode = FilterMode.Bilinear;
|
|
Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191* L_89 = __this->___textures_2;
|
|
NullCheck(L_89);
|
|
int32_t L_90 = 1;
|
|
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_91 = (L_89)->GetAt(static_cast<il2cpp_array_size_t>(L_90));
|
|
NullCheck(L_91);
|
|
Texture_set_filterMode_mE423E58C0C16D059EA62BA87AD70F44AEA50CCC9(L_91, 1, NULL);
|
|
// mat = new Material(shaders.YUV_NV21);
|
|
CameraImageShaders_tF11C72B259F894CE25147615DF0A4DBB4B0D80E7* L_92 = __this->___shaders_0;
|
|
NullCheck(L_92);
|
|
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* L_93 = L_92->___YUV_NV21_5;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_94 = (Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3*)il2cpp_codegen_object_new(Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3_il2cpp_TypeInfo_var);
|
|
NullCheck(L_94);
|
|
Material__ctor_m7FDF47105D66D19591BE505A0C42B0F90D88C9BF(L_94, L_93, NULL);
|
|
__this->___mat_1 = L_94;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___mat_1), (void*)L_94);
|
|
// mat.SetTexture("_yTexture", textures[0]);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_95 = __this->___mat_1;
|
|
Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191* L_96 = __this->___textures_2;
|
|
NullCheck(L_96);
|
|
int32_t L_97 = 0;
|
|
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_98 = (L_96)->GetAt(static_cast<il2cpp_array_size_t>(L_97));
|
|
NullCheck(L_95);
|
|
Material_SetTexture_m06083C3F52EF02FFB1177901D9907314F280F9A5(L_95, _stringLiteral5AF581052F62E68A396DE54B887A941B179E0E89, L_98, NULL);
|
|
// mat.SetTexture("_uvTexture", textures[1]);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_99 = __this->___mat_1;
|
|
Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191* L_100 = __this->___textures_2;
|
|
NullCheck(L_100);
|
|
int32_t L_101 = 1;
|
|
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_102 = (L_100)->GetAt(static_cast<il2cpp_array_size_t>(L_101));
|
|
NullCheck(L_99);
|
|
Material_SetTexture_m06083C3F52EF02FFB1177901D9907314F280F9A5(L_99, _stringLiteralEDD3804A1832932BFDF2560D9E4F047F7740A7B1, L_102, NULL);
|
|
// mat.SetFloat("_RowRatio", (float)imageWidth / pixelWidth);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_103 = __this->___mat_1;
|
|
int32_t L_104 = __this->___imageWidth_6;
|
|
int32_t L_105 = __this->___pixelWidth_4;
|
|
NullCheck(L_103);
|
|
Material_SetFloat_m879CF81D740BAE6F23C9822400679F4D16365836(L_103, _stringLiteralA8C8347AC74FCB65082ADBE21DB826D40DFB430A, ((float)(((float)L_104)/((float)L_105))), NULL);
|
|
// mat.SetFloat("_RowMaxY", (imageWidth - 0.5f) / pixelWidth);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_106 = __this->___mat_1;
|
|
int32_t L_107 = __this->___imageWidth_6;
|
|
int32_t L_108 = __this->___pixelWidth_4;
|
|
NullCheck(L_106);
|
|
Material_SetFloat_m879CF81D740BAE6F23C9822400679F4D16365836(L_106, _stringLiteral70BB450FFA07BDA7F490A412AA229D3E19CE8FB8, ((float)(((float)il2cpp_codegen_subtract(((float)L_107), (0.5f)))/((float)L_108))), NULL);
|
|
// mat.SetFloat("_RowMaxUV", (imageWidth / 2 - 0.5f) / (pixelWidth / 2));
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_109 = __this->___mat_1;
|
|
int32_t L_110 = __this->___imageWidth_6;
|
|
int32_t L_111 = __this->___pixelWidth_4;
|
|
NullCheck(L_109);
|
|
Material_SetFloat_m879CF81D740BAE6F23C9822400679F4D16365836(L_109, _stringLiteral45B36484F4A3470B586D5BF404848BF42215B991, ((float)(((float)il2cpp_codegen_subtract(((float)((int32_t)(L_110/2))), (0.5f)))/((float)((int32_t)(L_111/2))))), NULL);
|
|
}
|
|
|
|
IL_0306_1:
|
|
{
|
|
// textures[0].LoadRawTextureData(ptr, dataResolution);
|
|
Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191* L_112 = __this->___textures_2;
|
|
NullCheck(L_112);
|
|
int32_t L_113 = 0;
|
|
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_114 = (L_112)->GetAt(static_cast<il2cpp_array_size_t>(L_113));
|
|
intptr_t L_115 = V_2;
|
|
int32_t L_116 = V_4;
|
|
NullCheck(L_114);
|
|
Texture2D_LoadRawTextureData_mE8809AE0F8E49387B14615B47A6C4BEAAAA59403(L_114, L_115, L_116, NULL);
|
|
// textures[0].Apply();
|
|
Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191* L_117 = __this->___textures_2;
|
|
NullCheck(L_117);
|
|
int32_t L_118 = 0;
|
|
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_119 = (L_117)->GetAt(static_cast<il2cpp_array_size_t>(L_118));
|
|
NullCheck(L_119);
|
|
Texture2D_Apply_mA014182C9EE0BBF6EEE3B286854F29E50EB972DC(L_119, NULL);
|
|
// textures[1].LoadRawTextureData(new IntPtr(ptr.ToInt64() + pixelResolution), dataResolution);
|
|
Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191* L_120 = __this->___textures_2;
|
|
NullCheck(L_120);
|
|
int32_t L_121 = 1;
|
|
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_122 = (L_120)->GetAt(static_cast<il2cpp_array_size_t>(L_121));
|
|
int64_t L_123;
|
|
L_123 = IntPtr_ToInt64_m0F81FB6FB08014074D4F5B915EDAB06A08552032((&V_2), NULL);
|
|
int32_t L_124 = V_3;
|
|
intptr_t L_125;
|
|
memset((&L_125), 0, sizeof(L_125));
|
|
IntPtr__ctor_m2C033540A2F274766CF5C2A120587DD997E3F6DC((&L_125), ((int64_t)il2cpp_codegen_add(L_123, ((int64_t)L_124))), /*hidden argument*/NULL);
|
|
int32_t L_126 = V_4;
|
|
NullCheck(L_122);
|
|
Texture2D_LoadRawTextureData_mE8809AE0F8E49387B14615B47A6C4BEAAAA59403(L_122, L_125, L_126, NULL);
|
|
// textures[1].Apply();
|
|
Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191* L_127 = __this->___textures_2;
|
|
NullCheck(L_127);
|
|
int32_t L_128 = 1;
|
|
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_129 = (L_127)->GetAt(static_cast<il2cpp_array_size_t>(L_128));
|
|
NullCheck(L_129);
|
|
Texture2D_Apply_mA014182C9EE0BBF6EEE3B286854F29E50EB972DC(L_129, NULL);
|
|
// break;
|
|
goto IL_0cb9;
|
|
}
|
|
|
|
IL_0353_1:
|
|
{
|
|
// if (recreateMaterial)
|
|
bool L_130 = V_0;
|
|
if (!L_130)
|
|
{
|
|
goto IL_048b_1;
|
|
}
|
|
}
|
|
{
|
|
// textures = new Texture2D[2];
|
|
Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191* L_131 = (Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191*)(Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191*)SZArrayNew(Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191_il2cpp_TypeInfo_var, (uint32_t)2);
|
|
__this->___textures_2 = L_131;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___textures_2), (void*)L_131);
|
|
// textures[0] = new Texture2D(pixelWidth, imageHeight, TextureFormat.Alpha8, false);
|
|
Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191* L_132 = __this->___textures_2;
|
|
int32_t L_133 = __this->___pixelWidth_4;
|
|
int32_t L_134 = __this->___imageHeight_7;
|
|
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_135 = (Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4*)il2cpp_codegen_object_new(Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4_il2cpp_TypeInfo_var);
|
|
NullCheck(L_135);
|
|
Texture2D__ctor_mECF60A9EC0638EC353C02C8E99B6B465D23BE917(L_135, L_133, L_134, 1, (bool)0, NULL);
|
|
NullCheck(L_132);
|
|
ArrayElementTypeCheck (L_132, L_135);
|
|
(L_132)->SetAt(static_cast<il2cpp_array_size_t>(0), (Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4*)L_135);
|
|
// textures[0].wrapMode = TextureWrapMode.Clamp;
|
|
Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191* L_136 = __this->___textures_2;
|
|
NullCheck(L_136);
|
|
int32_t L_137 = 0;
|
|
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_138 = (L_136)->GetAt(static_cast<il2cpp_array_size_t>(L_137));
|
|
NullCheck(L_138);
|
|
Texture_set_wrapMode_m1F74A690E3883EC9C5C371D502D09642F15D0F7E(L_138, 1, NULL);
|
|
// textures[0].filterMode = FilterMode.Bilinear;
|
|
Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191* L_139 = __this->___textures_2;
|
|
NullCheck(L_139);
|
|
int32_t L_140 = 0;
|
|
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_141 = (L_139)->GetAt(static_cast<il2cpp_array_size_t>(L_140));
|
|
NullCheck(L_141);
|
|
Texture_set_filterMode_mE423E58C0C16D059EA62BA87AD70F44AEA50CCC9(L_141, 1, NULL);
|
|
// textures[1] = new Texture2D(pixelWidth / 2, imageHeight / 2, TextureFormat.RGBA4444, false);
|
|
Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191* L_142 = __this->___textures_2;
|
|
int32_t L_143 = __this->___pixelWidth_4;
|
|
int32_t L_144 = __this->___imageHeight_7;
|
|
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_145 = (Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4*)il2cpp_codegen_object_new(Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4_il2cpp_TypeInfo_var);
|
|
NullCheck(L_145);
|
|
Texture2D__ctor_mECF60A9EC0638EC353C02C8E99B6B465D23BE917(L_145, ((int32_t)(L_143/2)), ((int32_t)(L_144/2)), ((int32_t)13), (bool)0, NULL);
|
|
NullCheck(L_142);
|
|
ArrayElementTypeCheck (L_142, L_145);
|
|
(L_142)->SetAt(static_cast<il2cpp_array_size_t>(1), (Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4*)L_145);
|
|
// textures[1].wrapMode = TextureWrapMode.Clamp;
|
|
Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191* L_146 = __this->___textures_2;
|
|
NullCheck(L_146);
|
|
int32_t L_147 = 1;
|
|
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_148 = (L_146)->GetAt(static_cast<il2cpp_array_size_t>(L_147));
|
|
NullCheck(L_148);
|
|
Texture_set_wrapMode_m1F74A690E3883EC9C5C371D502D09642F15D0F7E(L_148, 1, NULL);
|
|
// textures[1].filterMode = FilterMode.Bilinear;
|
|
Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191* L_149 = __this->___textures_2;
|
|
NullCheck(L_149);
|
|
int32_t L_150 = 1;
|
|
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_151 = (L_149)->GetAt(static_cast<il2cpp_array_size_t>(L_150));
|
|
NullCheck(L_151);
|
|
Texture_set_filterMode_mE423E58C0C16D059EA62BA87AD70F44AEA50CCC9(L_151, 1, NULL);
|
|
// mat = new Material(shaders.YUV_NV12);
|
|
CameraImageShaders_tF11C72B259F894CE25147615DF0A4DBB4B0D80E7* L_152 = __this->___shaders_0;
|
|
NullCheck(L_152);
|
|
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* L_153 = L_152->___YUV_NV12_4;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_154 = (Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3*)il2cpp_codegen_object_new(Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3_il2cpp_TypeInfo_var);
|
|
NullCheck(L_154);
|
|
Material__ctor_m7FDF47105D66D19591BE505A0C42B0F90D88C9BF(L_154, L_153, NULL);
|
|
__this->___mat_1 = L_154;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___mat_1), (void*)L_154);
|
|
// mat.SetTexture("_yTexture", textures[0]);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_155 = __this->___mat_1;
|
|
Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191* L_156 = __this->___textures_2;
|
|
NullCheck(L_156);
|
|
int32_t L_157 = 0;
|
|
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_158 = (L_156)->GetAt(static_cast<il2cpp_array_size_t>(L_157));
|
|
NullCheck(L_155);
|
|
Material_SetTexture_m06083C3F52EF02FFB1177901D9907314F280F9A5(L_155, _stringLiteral5AF581052F62E68A396DE54B887A941B179E0E89, L_158, NULL);
|
|
// mat.SetTexture("_uvTexture", textures[1]);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_159 = __this->___mat_1;
|
|
Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191* L_160 = __this->___textures_2;
|
|
NullCheck(L_160);
|
|
int32_t L_161 = 1;
|
|
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_162 = (L_160)->GetAt(static_cast<il2cpp_array_size_t>(L_161));
|
|
NullCheck(L_159);
|
|
Material_SetTexture_m06083C3F52EF02FFB1177901D9907314F280F9A5(L_159, _stringLiteralEDD3804A1832932BFDF2560D9E4F047F7740A7B1, L_162, NULL);
|
|
// mat.SetFloat("_RowRatio", (float)imageWidth / pixelWidth);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_163 = __this->___mat_1;
|
|
int32_t L_164 = __this->___imageWidth_6;
|
|
int32_t L_165 = __this->___pixelWidth_4;
|
|
NullCheck(L_163);
|
|
Material_SetFloat_m879CF81D740BAE6F23C9822400679F4D16365836(L_163, _stringLiteralA8C8347AC74FCB65082ADBE21DB826D40DFB430A, ((float)(((float)L_164)/((float)L_165))), NULL);
|
|
// mat.SetFloat("_RowMaxY", (imageWidth - 0.5f) / pixelWidth);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_166 = __this->___mat_1;
|
|
int32_t L_167 = __this->___imageWidth_6;
|
|
int32_t L_168 = __this->___pixelWidth_4;
|
|
NullCheck(L_166);
|
|
Material_SetFloat_m879CF81D740BAE6F23C9822400679F4D16365836(L_166, _stringLiteral70BB450FFA07BDA7F490A412AA229D3E19CE8FB8, ((float)(((float)il2cpp_codegen_subtract(((float)L_167), (0.5f)))/((float)L_168))), NULL);
|
|
// mat.SetFloat("_RowMaxUV", (imageWidth / 2 - 0.5f) / (pixelWidth / 2));
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_169 = __this->___mat_1;
|
|
int32_t L_170 = __this->___imageWidth_6;
|
|
int32_t L_171 = __this->___pixelWidth_4;
|
|
NullCheck(L_169);
|
|
Material_SetFloat_m879CF81D740BAE6F23C9822400679F4D16365836(L_169, _stringLiteral45B36484F4A3470B586D5BF404848BF42215B991, ((float)(((float)il2cpp_codegen_subtract(((float)((int32_t)(L_170/2))), (0.5f)))/((float)((int32_t)(L_171/2))))), NULL);
|
|
}
|
|
|
|
IL_048b_1:
|
|
{
|
|
// textures[0].LoadRawTextureData(ptr, dataResolution);
|
|
Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191* L_172 = __this->___textures_2;
|
|
NullCheck(L_172);
|
|
int32_t L_173 = 0;
|
|
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_174 = (L_172)->GetAt(static_cast<il2cpp_array_size_t>(L_173));
|
|
intptr_t L_175 = V_2;
|
|
int32_t L_176 = V_4;
|
|
NullCheck(L_174);
|
|
Texture2D_LoadRawTextureData_mE8809AE0F8E49387B14615B47A6C4BEAAAA59403(L_174, L_175, L_176, NULL);
|
|
// textures[0].Apply();
|
|
Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191* L_177 = __this->___textures_2;
|
|
NullCheck(L_177);
|
|
int32_t L_178 = 0;
|
|
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_179 = (L_177)->GetAt(static_cast<il2cpp_array_size_t>(L_178));
|
|
NullCheck(L_179);
|
|
Texture2D_Apply_mA014182C9EE0BBF6EEE3B286854F29E50EB972DC(L_179, NULL);
|
|
// textures[1].LoadRawTextureData(new IntPtr(ptr.ToInt64() + pixelResolution), dataResolution);
|
|
Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191* L_180 = __this->___textures_2;
|
|
NullCheck(L_180);
|
|
int32_t L_181 = 1;
|
|
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_182 = (L_180)->GetAt(static_cast<il2cpp_array_size_t>(L_181));
|
|
int64_t L_183;
|
|
L_183 = IntPtr_ToInt64_m0F81FB6FB08014074D4F5B915EDAB06A08552032((&V_2), NULL);
|
|
int32_t L_184 = V_3;
|
|
intptr_t L_185;
|
|
memset((&L_185), 0, sizeof(L_185));
|
|
IntPtr__ctor_m2C033540A2F274766CF5C2A120587DD997E3F6DC((&L_185), ((int64_t)il2cpp_codegen_add(L_183, ((int64_t)L_184))), /*hidden argument*/NULL);
|
|
int32_t L_186 = V_4;
|
|
NullCheck(L_182);
|
|
Texture2D_LoadRawTextureData_mE8809AE0F8E49387B14615B47A6C4BEAAAA59403(L_182, L_185, L_186, NULL);
|
|
// textures[1].Apply();
|
|
Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191* L_187 = __this->___textures_2;
|
|
NullCheck(L_187);
|
|
int32_t L_188 = 1;
|
|
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_189 = (L_187)->GetAt(static_cast<il2cpp_array_size_t>(L_188));
|
|
NullCheck(L_189);
|
|
Texture2D_Apply_mA014182C9EE0BBF6EEE3B286854F29E50EB972DC(L_189, NULL);
|
|
// break;
|
|
goto IL_0cb9;
|
|
}
|
|
|
|
IL_04d8_1:
|
|
{
|
|
// if (recreateMaterial)
|
|
bool L_190 = V_0;
|
|
if (!L_190)
|
|
{
|
|
goto IL_0662_1;
|
|
}
|
|
}
|
|
{
|
|
// textures = new Texture2D[3];
|
|
Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191* L_191 = (Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191*)(Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191*)SZArrayNew(Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191_il2cpp_TypeInfo_var, (uint32_t)3);
|
|
__this->___textures_2 = L_191;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___textures_2), (void*)L_191);
|
|
// textures[0] = new Texture2D(pixelWidth, imageHeight, TextureFormat.Alpha8, false);
|
|
Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191* L_192 = __this->___textures_2;
|
|
int32_t L_193 = __this->___pixelWidth_4;
|
|
int32_t L_194 = __this->___imageHeight_7;
|
|
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_195 = (Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4*)il2cpp_codegen_object_new(Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4_il2cpp_TypeInfo_var);
|
|
NullCheck(L_195);
|
|
Texture2D__ctor_mECF60A9EC0638EC353C02C8E99B6B465D23BE917(L_195, L_193, L_194, 1, (bool)0, NULL);
|
|
NullCheck(L_192);
|
|
ArrayElementTypeCheck (L_192, L_195);
|
|
(L_192)->SetAt(static_cast<il2cpp_array_size_t>(0), (Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4*)L_195);
|
|
// textures[0].wrapMode = TextureWrapMode.Clamp;
|
|
Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191* L_196 = __this->___textures_2;
|
|
NullCheck(L_196);
|
|
int32_t L_197 = 0;
|
|
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_198 = (L_196)->GetAt(static_cast<il2cpp_array_size_t>(L_197));
|
|
NullCheck(L_198);
|
|
Texture_set_wrapMode_m1F74A690E3883EC9C5C371D502D09642F15D0F7E(L_198, 1, NULL);
|
|
// textures[0].filterMode = FilterMode.Bilinear;
|
|
Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191* L_199 = __this->___textures_2;
|
|
NullCheck(L_199);
|
|
int32_t L_200 = 0;
|
|
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_201 = (L_199)->GetAt(static_cast<il2cpp_array_size_t>(L_200));
|
|
NullCheck(L_201);
|
|
Texture_set_filterMode_mE423E58C0C16D059EA62BA87AD70F44AEA50CCC9(L_201, 1, NULL);
|
|
// textures[1] = new Texture2D(pixelWidth / 2, imageHeight / 2, TextureFormat.Alpha8, false);
|
|
Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191* L_202 = __this->___textures_2;
|
|
int32_t L_203 = __this->___pixelWidth_4;
|
|
int32_t L_204 = __this->___imageHeight_7;
|
|
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_205 = (Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4*)il2cpp_codegen_object_new(Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4_il2cpp_TypeInfo_var);
|
|
NullCheck(L_205);
|
|
Texture2D__ctor_mECF60A9EC0638EC353C02C8E99B6B465D23BE917(L_205, ((int32_t)(L_203/2)), ((int32_t)(L_204/2)), 1, (bool)0, NULL);
|
|
NullCheck(L_202);
|
|
ArrayElementTypeCheck (L_202, L_205);
|
|
(L_202)->SetAt(static_cast<il2cpp_array_size_t>(1), (Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4*)L_205);
|
|
// textures[1].wrapMode = TextureWrapMode.Clamp;
|
|
Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191* L_206 = __this->___textures_2;
|
|
NullCheck(L_206);
|
|
int32_t L_207 = 1;
|
|
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_208 = (L_206)->GetAt(static_cast<il2cpp_array_size_t>(L_207));
|
|
NullCheck(L_208);
|
|
Texture_set_wrapMode_m1F74A690E3883EC9C5C371D502D09642F15D0F7E(L_208, 1, NULL);
|
|
// textures[1].filterMode = FilterMode.Bilinear;
|
|
Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191* L_209 = __this->___textures_2;
|
|
NullCheck(L_209);
|
|
int32_t L_210 = 1;
|
|
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_211 = (L_209)->GetAt(static_cast<il2cpp_array_size_t>(L_210));
|
|
NullCheck(L_211);
|
|
Texture_set_filterMode_mE423E58C0C16D059EA62BA87AD70F44AEA50CCC9(L_211, 1, NULL);
|
|
// textures[2] = new Texture2D(pixelWidth / 2, imageHeight / 2, TextureFormat.Alpha8, false);
|
|
Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191* L_212 = __this->___textures_2;
|
|
int32_t L_213 = __this->___pixelWidth_4;
|
|
int32_t L_214 = __this->___imageHeight_7;
|
|
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_215 = (Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4*)il2cpp_codegen_object_new(Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4_il2cpp_TypeInfo_var);
|
|
NullCheck(L_215);
|
|
Texture2D__ctor_mECF60A9EC0638EC353C02C8E99B6B465D23BE917(L_215, ((int32_t)(L_213/2)), ((int32_t)(L_214/2)), 1, (bool)0, NULL);
|
|
NullCheck(L_212);
|
|
ArrayElementTypeCheck (L_212, L_215);
|
|
(L_212)->SetAt(static_cast<il2cpp_array_size_t>(2), (Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4*)L_215);
|
|
// textures[2].wrapMode = TextureWrapMode.Clamp;
|
|
Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191* L_216 = __this->___textures_2;
|
|
NullCheck(L_216);
|
|
int32_t L_217 = 2;
|
|
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_218 = (L_216)->GetAt(static_cast<il2cpp_array_size_t>(L_217));
|
|
NullCheck(L_218);
|
|
Texture_set_wrapMode_m1F74A690E3883EC9C5C371D502D09642F15D0F7E(L_218, 1, NULL);
|
|
// textures[2].filterMode = FilterMode.Bilinear;
|
|
Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191* L_219 = __this->___textures_2;
|
|
NullCheck(L_219);
|
|
int32_t L_220 = 2;
|
|
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_221 = (L_219)->GetAt(static_cast<il2cpp_array_size_t>(L_220));
|
|
NullCheck(L_221);
|
|
Texture_set_filterMode_mE423E58C0C16D059EA62BA87AD70F44AEA50CCC9(L_221, 1, NULL);
|
|
// mat = new Material(shaders.YUV_I420_YV12);
|
|
CameraImageShaders_tF11C72B259F894CE25147615DF0A4DBB4B0D80E7* L_222 = __this->___shaders_0;
|
|
NullCheck(L_222);
|
|
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* L_223 = L_222->___YUV_I420_YV12_3;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_224 = (Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3*)il2cpp_codegen_object_new(Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3_il2cpp_TypeInfo_var);
|
|
NullCheck(L_224);
|
|
Material__ctor_m7FDF47105D66D19591BE505A0C42B0F90D88C9BF(L_224, L_223, NULL);
|
|
__this->___mat_1 = L_224;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___mat_1), (void*)L_224);
|
|
// mat.SetTexture("_yTexture", textures[0]);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_225 = __this->___mat_1;
|
|
Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191* L_226 = __this->___textures_2;
|
|
NullCheck(L_226);
|
|
int32_t L_227 = 0;
|
|
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_228 = (L_226)->GetAt(static_cast<il2cpp_array_size_t>(L_227));
|
|
NullCheck(L_225);
|
|
Material_SetTexture_m06083C3F52EF02FFB1177901D9907314F280F9A5(L_225, _stringLiteral5AF581052F62E68A396DE54B887A941B179E0E89, L_228, NULL);
|
|
// mat.SetTexture("_uTexture", textures[1]);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_229 = __this->___mat_1;
|
|
Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191* L_230 = __this->___textures_2;
|
|
NullCheck(L_230);
|
|
int32_t L_231 = 1;
|
|
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_232 = (L_230)->GetAt(static_cast<il2cpp_array_size_t>(L_231));
|
|
NullCheck(L_229);
|
|
Material_SetTexture_m06083C3F52EF02FFB1177901D9907314F280F9A5(L_229, _stringLiteralD0F222D9D78823ABEC741049307DCC7FD820F9AE, L_232, NULL);
|
|
// mat.SetTexture("_vTexture", textures[2]);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_233 = __this->___mat_1;
|
|
Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191* L_234 = __this->___textures_2;
|
|
NullCheck(L_234);
|
|
int32_t L_235 = 2;
|
|
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_236 = (L_234)->GetAt(static_cast<il2cpp_array_size_t>(L_235));
|
|
NullCheck(L_233);
|
|
Material_SetTexture_m06083C3F52EF02FFB1177901D9907314F280F9A5(L_233, _stringLiteral8BBD7DF919E7F26FC2F1F4E4C01A7C60C89D8F82, L_236, NULL);
|
|
// mat.SetFloat("_RowRatio", (float)imageWidth / pixelWidth);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_237 = __this->___mat_1;
|
|
int32_t L_238 = __this->___imageWidth_6;
|
|
int32_t L_239 = __this->___pixelWidth_4;
|
|
NullCheck(L_237);
|
|
Material_SetFloat_m879CF81D740BAE6F23C9822400679F4D16365836(L_237, _stringLiteralA8C8347AC74FCB65082ADBE21DB826D40DFB430A, ((float)(((float)L_238)/((float)L_239))), NULL);
|
|
// mat.SetFloat("_RowMaxY", (imageWidth - 0.5f) / pixelWidth);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_240 = __this->___mat_1;
|
|
int32_t L_241 = __this->___imageWidth_6;
|
|
int32_t L_242 = __this->___pixelWidth_4;
|
|
NullCheck(L_240);
|
|
Material_SetFloat_m879CF81D740BAE6F23C9822400679F4D16365836(L_240, _stringLiteral70BB450FFA07BDA7F490A412AA229D3E19CE8FB8, ((float)(((float)il2cpp_codegen_subtract(((float)L_241), (0.5f)))/((float)L_242))), NULL);
|
|
// mat.SetFloat("_RowMaxUV", (imageWidth / 2 - 0.5f) / (pixelWidth / 2));
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_243 = __this->___mat_1;
|
|
int32_t L_244 = __this->___imageWidth_6;
|
|
int32_t L_245 = __this->___pixelWidth_4;
|
|
NullCheck(L_243);
|
|
Material_SetFloat_m879CF81D740BAE6F23C9822400679F4D16365836(L_243, _stringLiteral45B36484F4A3470B586D5BF404848BF42215B991, ((float)(((float)il2cpp_codegen_subtract(((float)((int32_t)(L_244/2))), (0.5f)))/((float)((int32_t)(L_245/2))))), NULL);
|
|
}
|
|
|
|
IL_0662_1:
|
|
{
|
|
// textures[0].LoadRawTextureData(new IntPtr(ptr.ToInt64()), pixelResolution);
|
|
Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191* L_246 = __this->___textures_2;
|
|
NullCheck(L_246);
|
|
int32_t L_247 = 0;
|
|
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_248 = (L_246)->GetAt(static_cast<il2cpp_array_size_t>(L_247));
|
|
int64_t L_249;
|
|
L_249 = IntPtr_ToInt64_m0F81FB6FB08014074D4F5B915EDAB06A08552032((&V_2), NULL);
|
|
intptr_t L_250;
|
|
memset((&L_250), 0, sizeof(L_250));
|
|
IntPtr__ctor_m2C033540A2F274766CF5C2A120587DD997E3F6DC((&L_250), L_249, /*hidden argument*/NULL);
|
|
int32_t L_251 = V_3;
|
|
NullCheck(L_248);
|
|
Texture2D_LoadRawTextureData_mE8809AE0F8E49387B14615B47A6C4BEAAAA59403(L_248, L_250, L_251, NULL);
|
|
// textures[0].Apply();
|
|
Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191* L_252 = __this->___textures_2;
|
|
NullCheck(L_252);
|
|
int32_t L_253 = 0;
|
|
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_254 = (L_252)->GetAt(static_cast<il2cpp_array_size_t>(L_253));
|
|
NullCheck(L_254);
|
|
Texture2D_Apply_mA014182C9EE0BBF6EEE3B286854F29E50EB972DC(L_254, NULL);
|
|
// textures[1].LoadRawTextureData(new IntPtr(ptr.ToInt64() + pixelResolution), dataResolution / 4);
|
|
Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191* L_255 = __this->___textures_2;
|
|
NullCheck(L_255);
|
|
int32_t L_256 = 1;
|
|
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_257 = (L_255)->GetAt(static_cast<il2cpp_array_size_t>(L_256));
|
|
int64_t L_258;
|
|
L_258 = IntPtr_ToInt64_m0F81FB6FB08014074D4F5B915EDAB06A08552032((&V_2), NULL);
|
|
int32_t L_259 = V_3;
|
|
intptr_t L_260;
|
|
memset((&L_260), 0, sizeof(L_260));
|
|
IntPtr__ctor_m2C033540A2F274766CF5C2A120587DD997E3F6DC((&L_260), ((int64_t)il2cpp_codegen_add(L_258, ((int64_t)L_259))), /*hidden argument*/NULL);
|
|
int32_t L_261 = V_4;
|
|
NullCheck(L_257);
|
|
Texture2D_LoadRawTextureData_mE8809AE0F8E49387B14615B47A6C4BEAAAA59403(L_257, L_260, ((int32_t)(L_261/4)), NULL);
|
|
// textures[1].Apply();
|
|
Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191* L_262 = __this->___textures_2;
|
|
NullCheck(L_262);
|
|
int32_t L_263 = 1;
|
|
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_264 = (L_262)->GetAt(static_cast<il2cpp_array_size_t>(L_263));
|
|
NullCheck(L_264);
|
|
Texture2D_Apply_mA014182C9EE0BBF6EEE3B286854F29E50EB972DC(L_264, NULL);
|
|
// textures[2].LoadRawTextureData(new IntPtr(ptr.ToInt64() + pixelResolution + pixelResolution / 4), dataResolution / 4);
|
|
Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191* L_265 = __this->___textures_2;
|
|
NullCheck(L_265);
|
|
int32_t L_266 = 2;
|
|
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_267 = (L_265)->GetAt(static_cast<il2cpp_array_size_t>(L_266));
|
|
int64_t L_268;
|
|
L_268 = IntPtr_ToInt64_m0F81FB6FB08014074D4F5B915EDAB06A08552032((&V_2), NULL);
|
|
int32_t L_269 = V_3;
|
|
int32_t L_270 = V_3;
|
|
intptr_t L_271;
|
|
memset((&L_271), 0, sizeof(L_271));
|
|
IntPtr__ctor_m2C033540A2F274766CF5C2A120587DD997E3F6DC((&L_271), ((int64_t)il2cpp_codegen_add(((int64_t)il2cpp_codegen_add(L_268, ((int64_t)L_269))), ((int64_t)((int32_t)(L_270/4))))), /*hidden argument*/NULL);
|
|
int32_t L_272 = V_4;
|
|
NullCheck(L_267);
|
|
Texture2D_LoadRawTextureData_mE8809AE0F8E49387B14615B47A6C4BEAAAA59403(L_267, L_271, ((int32_t)(L_272/4)), NULL);
|
|
// textures[2].Apply();
|
|
Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191* L_273 = __this->___textures_2;
|
|
NullCheck(L_273);
|
|
int32_t L_274 = 2;
|
|
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_275 = (L_273)->GetAt(static_cast<il2cpp_array_size_t>(L_274));
|
|
NullCheck(L_275);
|
|
Texture2D_Apply_mA014182C9EE0BBF6EEE3B286854F29E50EB972DC(L_275, NULL);
|
|
// break;
|
|
goto IL_0cb9;
|
|
}
|
|
|
|
IL_06ed_1:
|
|
{
|
|
// if (recreateMaterial)
|
|
bool L_276 = V_0;
|
|
if (!L_276)
|
|
{
|
|
goto IL_0877_1;
|
|
}
|
|
}
|
|
{
|
|
// textures = new Texture2D[3];
|
|
Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191* L_277 = (Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191*)(Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191*)SZArrayNew(Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191_il2cpp_TypeInfo_var, (uint32_t)3);
|
|
__this->___textures_2 = L_277;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___textures_2), (void*)L_277);
|
|
// textures[0] = new Texture2D(pixelWidth, imageHeight, TextureFormat.Alpha8, false);
|
|
Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191* L_278 = __this->___textures_2;
|
|
int32_t L_279 = __this->___pixelWidth_4;
|
|
int32_t L_280 = __this->___imageHeight_7;
|
|
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_281 = (Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4*)il2cpp_codegen_object_new(Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4_il2cpp_TypeInfo_var);
|
|
NullCheck(L_281);
|
|
Texture2D__ctor_mECF60A9EC0638EC353C02C8E99B6B465D23BE917(L_281, L_279, L_280, 1, (bool)0, NULL);
|
|
NullCheck(L_278);
|
|
ArrayElementTypeCheck (L_278, L_281);
|
|
(L_278)->SetAt(static_cast<il2cpp_array_size_t>(0), (Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4*)L_281);
|
|
// textures[0].wrapMode = TextureWrapMode.Clamp;
|
|
Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191* L_282 = __this->___textures_2;
|
|
NullCheck(L_282);
|
|
int32_t L_283 = 0;
|
|
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_284 = (L_282)->GetAt(static_cast<il2cpp_array_size_t>(L_283));
|
|
NullCheck(L_284);
|
|
Texture_set_wrapMode_m1F74A690E3883EC9C5C371D502D09642F15D0F7E(L_284, 1, NULL);
|
|
// textures[0].filterMode = FilterMode.Bilinear;
|
|
Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191* L_285 = __this->___textures_2;
|
|
NullCheck(L_285);
|
|
int32_t L_286 = 0;
|
|
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_287 = (L_285)->GetAt(static_cast<il2cpp_array_size_t>(L_286));
|
|
NullCheck(L_287);
|
|
Texture_set_filterMode_mE423E58C0C16D059EA62BA87AD70F44AEA50CCC9(L_287, 1, NULL);
|
|
// textures[1] = new Texture2D(pixelWidth / 2, imageHeight / 2, TextureFormat.Alpha8, false);
|
|
Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191* L_288 = __this->___textures_2;
|
|
int32_t L_289 = __this->___pixelWidth_4;
|
|
int32_t L_290 = __this->___imageHeight_7;
|
|
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_291 = (Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4*)il2cpp_codegen_object_new(Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4_il2cpp_TypeInfo_var);
|
|
NullCheck(L_291);
|
|
Texture2D__ctor_mECF60A9EC0638EC353C02C8E99B6B465D23BE917(L_291, ((int32_t)(L_289/2)), ((int32_t)(L_290/2)), 1, (bool)0, NULL);
|
|
NullCheck(L_288);
|
|
ArrayElementTypeCheck (L_288, L_291);
|
|
(L_288)->SetAt(static_cast<il2cpp_array_size_t>(1), (Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4*)L_291);
|
|
// textures[1].wrapMode = TextureWrapMode.Clamp;
|
|
Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191* L_292 = __this->___textures_2;
|
|
NullCheck(L_292);
|
|
int32_t L_293 = 1;
|
|
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_294 = (L_292)->GetAt(static_cast<il2cpp_array_size_t>(L_293));
|
|
NullCheck(L_294);
|
|
Texture_set_wrapMode_m1F74A690E3883EC9C5C371D502D09642F15D0F7E(L_294, 1, NULL);
|
|
// textures[1].filterMode = FilterMode.Bilinear;
|
|
Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191* L_295 = __this->___textures_2;
|
|
NullCheck(L_295);
|
|
int32_t L_296 = 1;
|
|
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_297 = (L_295)->GetAt(static_cast<il2cpp_array_size_t>(L_296));
|
|
NullCheck(L_297);
|
|
Texture_set_filterMode_mE423E58C0C16D059EA62BA87AD70F44AEA50CCC9(L_297, 1, NULL);
|
|
// textures[2] = new Texture2D(pixelWidth / 2, imageHeight / 2, TextureFormat.Alpha8, false);
|
|
Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191* L_298 = __this->___textures_2;
|
|
int32_t L_299 = __this->___pixelWidth_4;
|
|
int32_t L_300 = __this->___imageHeight_7;
|
|
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_301 = (Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4*)il2cpp_codegen_object_new(Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4_il2cpp_TypeInfo_var);
|
|
NullCheck(L_301);
|
|
Texture2D__ctor_mECF60A9EC0638EC353C02C8E99B6B465D23BE917(L_301, ((int32_t)(L_299/2)), ((int32_t)(L_300/2)), 1, (bool)0, NULL);
|
|
NullCheck(L_298);
|
|
ArrayElementTypeCheck (L_298, L_301);
|
|
(L_298)->SetAt(static_cast<il2cpp_array_size_t>(2), (Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4*)L_301);
|
|
// textures[2].wrapMode = TextureWrapMode.Clamp;
|
|
Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191* L_302 = __this->___textures_2;
|
|
NullCheck(L_302);
|
|
int32_t L_303 = 2;
|
|
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_304 = (L_302)->GetAt(static_cast<il2cpp_array_size_t>(L_303));
|
|
NullCheck(L_304);
|
|
Texture_set_wrapMode_m1F74A690E3883EC9C5C371D502D09642F15D0F7E(L_304, 1, NULL);
|
|
// textures[2].filterMode = FilterMode.Bilinear;
|
|
Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191* L_305 = __this->___textures_2;
|
|
NullCheck(L_305);
|
|
int32_t L_306 = 2;
|
|
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_307 = (L_305)->GetAt(static_cast<il2cpp_array_size_t>(L_306));
|
|
NullCheck(L_307);
|
|
Texture_set_filterMode_mE423E58C0C16D059EA62BA87AD70F44AEA50CCC9(L_307, 1, NULL);
|
|
// mat = new Material(shaders.YUV_I420_YV12);
|
|
CameraImageShaders_tF11C72B259F894CE25147615DF0A4DBB4B0D80E7* L_308 = __this->___shaders_0;
|
|
NullCheck(L_308);
|
|
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* L_309 = L_308->___YUV_I420_YV12_3;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_310 = (Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3*)il2cpp_codegen_object_new(Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3_il2cpp_TypeInfo_var);
|
|
NullCheck(L_310);
|
|
Material__ctor_m7FDF47105D66D19591BE505A0C42B0F90D88C9BF(L_310, L_309, NULL);
|
|
__this->___mat_1 = L_310;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___mat_1), (void*)L_310);
|
|
// mat.SetTexture("_yTexture", textures[0]);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_311 = __this->___mat_1;
|
|
Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191* L_312 = __this->___textures_2;
|
|
NullCheck(L_312);
|
|
int32_t L_313 = 0;
|
|
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_314 = (L_312)->GetAt(static_cast<il2cpp_array_size_t>(L_313));
|
|
NullCheck(L_311);
|
|
Material_SetTexture_m06083C3F52EF02FFB1177901D9907314F280F9A5(L_311, _stringLiteral5AF581052F62E68A396DE54B887A941B179E0E89, L_314, NULL);
|
|
// mat.SetTexture("_uTexture", textures[1]);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_315 = __this->___mat_1;
|
|
Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191* L_316 = __this->___textures_2;
|
|
NullCheck(L_316);
|
|
int32_t L_317 = 1;
|
|
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_318 = (L_316)->GetAt(static_cast<il2cpp_array_size_t>(L_317));
|
|
NullCheck(L_315);
|
|
Material_SetTexture_m06083C3F52EF02FFB1177901D9907314F280F9A5(L_315, _stringLiteralD0F222D9D78823ABEC741049307DCC7FD820F9AE, L_318, NULL);
|
|
// mat.SetTexture("_vTexture", textures[2]);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_319 = __this->___mat_1;
|
|
Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191* L_320 = __this->___textures_2;
|
|
NullCheck(L_320);
|
|
int32_t L_321 = 2;
|
|
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_322 = (L_320)->GetAt(static_cast<il2cpp_array_size_t>(L_321));
|
|
NullCheck(L_319);
|
|
Material_SetTexture_m06083C3F52EF02FFB1177901D9907314F280F9A5(L_319, _stringLiteral8BBD7DF919E7F26FC2F1F4E4C01A7C60C89D8F82, L_322, NULL);
|
|
// mat.SetFloat("_RowRatio", (float)imageWidth / pixelWidth);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_323 = __this->___mat_1;
|
|
int32_t L_324 = __this->___imageWidth_6;
|
|
int32_t L_325 = __this->___pixelWidth_4;
|
|
NullCheck(L_323);
|
|
Material_SetFloat_m879CF81D740BAE6F23C9822400679F4D16365836(L_323, _stringLiteralA8C8347AC74FCB65082ADBE21DB826D40DFB430A, ((float)(((float)L_324)/((float)L_325))), NULL);
|
|
// mat.SetFloat("_RowMaxY", (imageWidth - 0.5f) / pixelWidth);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_326 = __this->___mat_1;
|
|
int32_t L_327 = __this->___imageWidth_6;
|
|
int32_t L_328 = __this->___pixelWidth_4;
|
|
NullCheck(L_326);
|
|
Material_SetFloat_m879CF81D740BAE6F23C9822400679F4D16365836(L_326, _stringLiteral70BB450FFA07BDA7F490A412AA229D3E19CE8FB8, ((float)(((float)il2cpp_codegen_subtract(((float)L_327), (0.5f)))/((float)L_328))), NULL);
|
|
// mat.SetFloat("_RowMaxUV", (imageWidth / 2 - 0.5f) / (pixelWidth / 2));
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_329 = __this->___mat_1;
|
|
int32_t L_330 = __this->___imageWidth_6;
|
|
int32_t L_331 = __this->___pixelWidth_4;
|
|
NullCheck(L_329);
|
|
Material_SetFloat_m879CF81D740BAE6F23C9822400679F4D16365836(L_329, _stringLiteral45B36484F4A3470B586D5BF404848BF42215B991, ((float)(((float)il2cpp_codegen_subtract(((float)((int32_t)(L_330/2))), (0.5f)))/((float)((int32_t)(L_331/2))))), NULL);
|
|
}
|
|
|
|
IL_0877_1:
|
|
{
|
|
// textures[0].LoadRawTextureData(new IntPtr(ptr.ToInt64()), pixelResolution);
|
|
Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191* L_332 = __this->___textures_2;
|
|
NullCheck(L_332);
|
|
int32_t L_333 = 0;
|
|
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_334 = (L_332)->GetAt(static_cast<il2cpp_array_size_t>(L_333));
|
|
int64_t L_335;
|
|
L_335 = IntPtr_ToInt64_m0F81FB6FB08014074D4F5B915EDAB06A08552032((&V_2), NULL);
|
|
intptr_t L_336;
|
|
memset((&L_336), 0, sizeof(L_336));
|
|
IntPtr__ctor_m2C033540A2F274766CF5C2A120587DD997E3F6DC((&L_336), L_335, /*hidden argument*/NULL);
|
|
int32_t L_337 = V_3;
|
|
NullCheck(L_334);
|
|
Texture2D_LoadRawTextureData_mE8809AE0F8E49387B14615B47A6C4BEAAAA59403(L_334, L_336, L_337, NULL);
|
|
// textures[0].Apply();
|
|
Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191* L_338 = __this->___textures_2;
|
|
NullCheck(L_338);
|
|
int32_t L_339 = 0;
|
|
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_340 = (L_338)->GetAt(static_cast<il2cpp_array_size_t>(L_339));
|
|
NullCheck(L_340);
|
|
Texture2D_Apply_mA014182C9EE0BBF6EEE3B286854F29E50EB972DC(L_340, NULL);
|
|
// textures[1].LoadRawTextureData(new IntPtr(ptr.ToInt64() + pixelResolution + pixelResolution / 4), dataResolution / 4);
|
|
Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191* L_341 = __this->___textures_2;
|
|
NullCheck(L_341);
|
|
int32_t L_342 = 1;
|
|
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_343 = (L_341)->GetAt(static_cast<il2cpp_array_size_t>(L_342));
|
|
int64_t L_344;
|
|
L_344 = IntPtr_ToInt64_m0F81FB6FB08014074D4F5B915EDAB06A08552032((&V_2), NULL);
|
|
int32_t L_345 = V_3;
|
|
int32_t L_346 = V_3;
|
|
intptr_t L_347;
|
|
memset((&L_347), 0, sizeof(L_347));
|
|
IntPtr__ctor_m2C033540A2F274766CF5C2A120587DD997E3F6DC((&L_347), ((int64_t)il2cpp_codegen_add(((int64_t)il2cpp_codegen_add(L_344, ((int64_t)L_345))), ((int64_t)((int32_t)(L_346/4))))), /*hidden argument*/NULL);
|
|
int32_t L_348 = V_4;
|
|
NullCheck(L_343);
|
|
Texture2D_LoadRawTextureData_mE8809AE0F8E49387B14615B47A6C4BEAAAA59403(L_343, L_347, ((int32_t)(L_348/4)), NULL);
|
|
// textures[1].Apply();
|
|
Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191* L_349 = __this->___textures_2;
|
|
NullCheck(L_349);
|
|
int32_t L_350 = 1;
|
|
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_351 = (L_349)->GetAt(static_cast<il2cpp_array_size_t>(L_350));
|
|
NullCheck(L_351);
|
|
Texture2D_Apply_mA014182C9EE0BBF6EEE3B286854F29E50EB972DC(L_351, NULL);
|
|
// textures[2].LoadRawTextureData(new IntPtr(ptr.ToInt64() + pixelResolution), dataResolution / 4);
|
|
Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191* L_352 = __this->___textures_2;
|
|
NullCheck(L_352);
|
|
int32_t L_353 = 2;
|
|
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_354 = (L_352)->GetAt(static_cast<il2cpp_array_size_t>(L_353));
|
|
int64_t L_355;
|
|
L_355 = IntPtr_ToInt64_m0F81FB6FB08014074D4F5B915EDAB06A08552032((&V_2), NULL);
|
|
int32_t L_356 = V_3;
|
|
intptr_t L_357;
|
|
memset((&L_357), 0, sizeof(L_357));
|
|
IntPtr__ctor_m2C033540A2F274766CF5C2A120587DD997E3F6DC((&L_357), ((int64_t)il2cpp_codegen_add(L_355, ((int64_t)L_356))), /*hidden argument*/NULL);
|
|
int32_t L_358 = V_4;
|
|
NullCheck(L_354);
|
|
Texture2D_LoadRawTextureData_mE8809AE0F8E49387B14615B47A6C4BEAAAA59403(L_354, L_357, ((int32_t)(L_358/4)), NULL);
|
|
// textures[2].Apply();
|
|
Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191* L_359 = __this->___textures_2;
|
|
NullCheck(L_359);
|
|
int32_t L_360 = 2;
|
|
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_361 = (L_359)->GetAt(static_cast<il2cpp_array_size_t>(L_360));
|
|
NullCheck(L_361);
|
|
Texture2D_Apply_mA014182C9EE0BBF6EEE3B286854F29E50EB972DC(L_361, NULL);
|
|
// break;
|
|
goto IL_0cb9;
|
|
}
|
|
|
|
IL_0902_1:
|
|
{
|
|
// if (recreateMaterial)
|
|
bool L_362 = V_0;
|
|
if (!L_362)
|
|
{
|
|
goto IL_09bd_1;
|
|
}
|
|
}
|
|
{
|
|
// textures = new Texture2D[1];
|
|
Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191* L_363 = (Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191*)(Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191*)SZArrayNew(Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191_il2cpp_TypeInfo_var, (uint32_t)1);
|
|
__this->___textures_2 = L_363;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___textures_2), (void*)L_363);
|
|
// textures[0] = new Texture2D(pixelWidth, imageHeight, TextureFormat.RGB24, false);
|
|
Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191* L_364 = __this->___textures_2;
|
|
int32_t L_365 = __this->___pixelWidth_4;
|
|
int32_t L_366 = __this->___imageHeight_7;
|
|
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_367 = (Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4*)il2cpp_codegen_object_new(Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4_il2cpp_TypeInfo_var);
|
|
NullCheck(L_367);
|
|
Texture2D__ctor_mECF60A9EC0638EC353C02C8E99B6B465D23BE917(L_367, L_365, L_366, 3, (bool)0, NULL);
|
|
NullCheck(L_364);
|
|
ArrayElementTypeCheck (L_364, L_367);
|
|
(L_364)->SetAt(static_cast<il2cpp_array_size_t>(0), (Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4*)L_367);
|
|
// textures[0].wrapMode = TextureWrapMode.Clamp;
|
|
Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191* L_368 = __this->___textures_2;
|
|
NullCheck(L_368);
|
|
int32_t L_369 = 0;
|
|
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_370 = (L_368)->GetAt(static_cast<il2cpp_array_size_t>(L_369));
|
|
NullCheck(L_370);
|
|
Texture_set_wrapMode_m1F74A690E3883EC9C5C371D502D09642F15D0F7E(L_370, 1, NULL);
|
|
// textures[0].filterMode = FilterMode.Bilinear;
|
|
Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191* L_371 = __this->___textures_2;
|
|
NullCheck(L_371);
|
|
int32_t L_372 = 0;
|
|
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_373 = (L_371)->GetAt(static_cast<il2cpp_array_size_t>(L_372));
|
|
NullCheck(L_373);
|
|
Texture_set_filterMode_mE423E58C0C16D059EA62BA87AD70F44AEA50CCC9(L_373, 1, NULL);
|
|
// mat = new Material(shaders.RGB);
|
|
CameraImageShaders_tF11C72B259F894CE25147615DF0A4DBB4B0D80E7* L_374 = __this->___shaders_0;
|
|
NullCheck(L_374);
|
|
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* L_375 = L_374->___RGB_0;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_376 = (Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3*)il2cpp_codegen_object_new(Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3_il2cpp_TypeInfo_var);
|
|
NullCheck(L_376);
|
|
Material__ctor_m7FDF47105D66D19591BE505A0C42B0F90D88C9BF(L_376, L_375, NULL);
|
|
__this->___mat_1 = L_376;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___mat_1), (void*)L_376);
|
|
// mat.SetTexture("_MainTex", textures[0]);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_377 = __this->___mat_1;
|
|
Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191* L_378 = __this->___textures_2;
|
|
NullCheck(L_378);
|
|
int32_t L_379 = 0;
|
|
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_380 = (L_378)->GetAt(static_cast<il2cpp_array_size_t>(L_379));
|
|
NullCheck(L_377);
|
|
Material_SetTexture_m06083C3F52EF02FFB1177901D9907314F280F9A5(L_377, _stringLiteral4B8146FB95E4F51B29DA41EB5F6D60F8FD0ECF21, L_380, NULL);
|
|
// mat.SetFloat("_RowRatio", (float)imageWidth / pixelWidth);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_381 = __this->___mat_1;
|
|
int32_t L_382 = __this->___imageWidth_6;
|
|
int32_t L_383 = __this->___pixelWidth_4;
|
|
NullCheck(L_381);
|
|
Material_SetFloat_m879CF81D740BAE6F23C9822400679F4D16365836(L_381, _stringLiteralA8C8347AC74FCB65082ADBE21DB826D40DFB430A, ((float)(((float)L_382)/((float)L_383))), NULL);
|
|
// mat.SetFloat("_RowMax", (imageWidth - 0.5f) / pixelWidth);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_384 = __this->___mat_1;
|
|
int32_t L_385 = __this->___imageWidth_6;
|
|
int32_t L_386 = __this->___pixelWidth_4;
|
|
NullCheck(L_384);
|
|
Material_SetFloat_m879CF81D740BAE6F23C9822400679F4D16365836(L_384, _stringLiteralFD80813CD72CC326A0971231A937672CDADA68DC, ((float)(((float)il2cpp_codegen_subtract(((float)L_385), (0.5f)))/((float)L_386))), NULL);
|
|
}
|
|
|
|
IL_09bd_1:
|
|
{
|
|
// textures[0].LoadRawTextureData(new IntPtr(ptr.ToInt64()), buffer.size());
|
|
Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191* L_387 = __this->___textures_2;
|
|
NullCheck(L_387);
|
|
int32_t L_388 = 0;
|
|
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_389 = (L_387)->GetAt(static_cast<il2cpp_array_size_t>(L_388));
|
|
int64_t L_390;
|
|
L_390 = IntPtr_ToInt64_m0F81FB6FB08014074D4F5B915EDAB06A08552032((&V_2), NULL);
|
|
intptr_t L_391;
|
|
memset((&L_391), 0, sizeof(L_391));
|
|
IntPtr__ctor_m2C033540A2F274766CF5C2A120587DD997E3F6DC((&L_391), L_390, /*hidden argument*/NULL);
|
|
Buffer_t644BF6560BDFFE92C2929A3CBF29C9B124212B54* L_392 = V_1;
|
|
NullCheck(L_392);
|
|
int32_t L_393;
|
|
L_393 = VirtualFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 easyar.Buffer::size() */, L_392);
|
|
NullCheck(L_389);
|
|
Texture2D_LoadRawTextureData_mE8809AE0F8E49387B14615B47A6C4BEAAAA59403(L_389, L_391, L_393, NULL);
|
|
// textures[0].Apply();
|
|
Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191* L_394 = __this->___textures_2;
|
|
NullCheck(L_394);
|
|
int32_t L_395 = 0;
|
|
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_396 = (L_394)->GetAt(static_cast<il2cpp_array_size_t>(L_395));
|
|
NullCheck(L_396);
|
|
Texture2D_Apply_mA014182C9EE0BBF6EEE3B286854F29E50EB972DC(L_396, NULL);
|
|
// break;
|
|
goto IL_0cb9;
|
|
}
|
|
|
|
IL_09ee_1:
|
|
{
|
|
// if (recreateMaterial)
|
|
bool L_397 = V_0;
|
|
if (!L_397)
|
|
{
|
|
goto IL_0aa9_1;
|
|
}
|
|
}
|
|
{
|
|
// textures = new Texture2D[1];
|
|
Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191* L_398 = (Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191*)(Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191*)SZArrayNew(Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191_il2cpp_TypeInfo_var, (uint32_t)1);
|
|
__this->___textures_2 = L_398;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___textures_2), (void*)L_398);
|
|
// textures[0] = new Texture2D(pixelWidth, imageHeight, TextureFormat.RGB24, false);
|
|
Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191* L_399 = __this->___textures_2;
|
|
int32_t L_400 = __this->___pixelWidth_4;
|
|
int32_t L_401 = __this->___imageHeight_7;
|
|
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_402 = (Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4*)il2cpp_codegen_object_new(Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4_il2cpp_TypeInfo_var);
|
|
NullCheck(L_402);
|
|
Texture2D__ctor_mECF60A9EC0638EC353C02C8E99B6B465D23BE917(L_402, L_400, L_401, 3, (bool)0, NULL);
|
|
NullCheck(L_399);
|
|
ArrayElementTypeCheck (L_399, L_402);
|
|
(L_399)->SetAt(static_cast<il2cpp_array_size_t>(0), (Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4*)L_402);
|
|
// textures[0].wrapMode = TextureWrapMode.Clamp;
|
|
Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191* L_403 = __this->___textures_2;
|
|
NullCheck(L_403);
|
|
int32_t L_404 = 0;
|
|
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_405 = (L_403)->GetAt(static_cast<il2cpp_array_size_t>(L_404));
|
|
NullCheck(L_405);
|
|
Texture_set_wrapMode_m1F74A690E3883EC9C5C371D502D09642F15D0F7E(L_405, 1, NULL);
|
|
// textures[0].filterMode = FilterMode.Bilinear;
|
|
Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191* L_406 = __this->___textures_2;
|
|
NullCheck(L_406);
|
|
int32_t L_407 = 0;
|
|
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_408 = (L_406)->GetAt(static_cast<il2cpp_array_size_t>(L_407));
|
|
NullCheck(L_408);
|
|
Texture_set_filterMode_mE423E58C0C16D059EA62BA87AD70F44AEA50CCC9(L_408, 1, NULL);
|
|
// mat = new Material(shaders.BGR);
|
|
CameraImageShaders_tF11C72B259F894CE25147615DF0A4DBB4B0D80E7* L_409 = __this->___shaders_0;
|
|
NullCheck(L_409);
|
|
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* L_410 = L_409->___BGR_1;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_411 = (Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3*)il2cpp_codegen_object_new(Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3_il2cpp_TypeInfo_var);
|
|
NullCheck(L_411);
|
|
Material__ctor_m7FDF47105D66D19591BE505A0C42B0F90D88C9BF(L_411, L_410, NULL);
|
|
__this->___mat_1 = L_411;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___mat_1), (void*)L_411);
|
|
// mat.SetTexture("_MainTex", textures[0]);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_412 = __this->___mat_1;
|
|
Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191* L_413 = __this->___textures_2;
|
|
NullCheck(L_413);
|
|
int32_t L_414 = 0;
|
|
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_415 = (L_413)->GetAt(static_cast<il2cpp_array_size_t>(L_414));
|
|
NullCheck(L_412);
|
|
Material_SetTexture_m06083C3F52EF02FFB1177901D9907314F280F9A5(L_412, _stringLiteral4B8146FB95E4F51B29DA41EB5F6D60F8FD0ECF21, L_415, NULL);
|
|
// mat.SetFloat("_RowRatio", (float)imageWidth / pixelWidth);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_416 = __this->___mat_1;
|
|
int32_t L_417 = __this->___imageWidth_6;
|
|
int32_t L_418 = __this->___pixelWidth_4;
|
|
NullCheck(L_416);
|
|
Material_SetFloat_m879CF81D740BAE6F23C9822400679F4D16365836(L_416, _stringLiteralA8C8347AC74FCB65082ADBE21DB826D40DFB430A, ((float)(((float)L_417)/((float)L_418))), NULL);
|
|
// mat.SetFloat("_RowMax", (imageWidth - 0.5f) / pixelWidth);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_419 = __this->___mat_1;
|
|
int32_t L_420 = __this->___imageWidth_6;
|
|
int32_t L_421 = __this->___pixelWidth_4;
|
|
NullCheck(L_419);
|
|
Material_SetFloat_m879CF81D740BAE6F23C9822400679F4D16365836(L_419, _stringLiteralFD80813CD72CC326A0971231A937672CDADA68DC, ((float)(((float)il2cpp_codegen_subtract(((float)L_420), (0.5f)))/((float)L_421))), NULL);
|
|
}
|
|
|
|
IL_0aa9_1:
|
|
{
|
|
// textures[0].LoadRawTextureData(new IntPtr(ptr.ToInt64()), buffer.size());
|
|
Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191* L_422 = __this->___textures_2;
|
|
NullCheck(L_422);
|
|
int32_t L_423 = 0;
|
|
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_424 = (L_422)->GetAt(static_cast<il2cpp_array_size_t>(L_423));
|
|
int64_t L_425;
|
|
L_425 = IntPtr_ToInt64_m0F81FB6FB08014074D4F5B915EDAB06A08552032((&V_2), NULL);
|
|
intptr_t L_426;
|
|
memset((&L_426), 0, sizeof(L_426));
|
|
IntPtr__ctor_m2C033540A2F274766CF5C2A120587DD997E3F6DC((&L_426), L_425, /*hidden argument*/NULL);
|
|
Buffer_t644BF6560BDFFE92C2929A3CBF29C9B124212B54* L_427 = V_1;
|
|
NullCheck(L_427);
|
|
int32_t L_428;
|
|
L_428 = VirtualFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 easyar.Buffer::size() */, L_427);
|
|
NullCheck(L_424);
|
|
Texture2D_LoadRawTextureData_mE8809AE0F8E49387B14615B47A6C4BEAAAA59403(L_424, L_426, L_428, NULL);
|
|
// textures[0].Apply();
|
|
Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191* L_429 = __this->___textures_2;
|
|
NullCheck(L_429);
|
|
int32_t L_430 = 0;
|
|
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_431 = (L_429)->GetAt(static_cast<il2cpp_array_size_t>(L_430));
|
|
NullCheck(L_431);
|
|
Texture2D_Apply_mA014182C9EE0BBF6EEE3B286854F29E50EB972DC(L_431, NULL);
|
|
// break;
|
|
goto IL_0cb9;
|
|
}
|
|
|
|
IL_0ada_1:
|
|
{
|
|
// if (recreateMaterial)
|
|
bool L_432 = V_0;
|
|
if (!L_432)
|
|
{
|
|
goto IL_0b95_1;
|
|
}
|
|
}
|
|
{
|
|
// textures = new Texture2D[1];
|
|
Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191* L_433 = (Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191*)(Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191*)SZArrayNew(Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191_il2cpp_TypeInfo_var, (uint32_t)1);
|
|
__this->___textures_2 = L_433;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___textures_2), (void*)L_433);
|
|
// textures[0] = new Texture2D(pixelWidth, imageHeight, TextureFormat.RGBA32, false);
|
|
Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191* L_434 = __this->___textures_2;
|
|
int32_t L_435 = __this->___pixelWidth_4;
|
|
int32_t L_436 = __this->___imageHeight_7;
|
|
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_437 = (Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4*)il2cpp_codegen_object_new(Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4_il2cpp_TypeInfo_var);
|
|
NullCheck(L_437);
|
|
Texture2D__ctor_mECF60A9EC0638EC353C02C8E99B6B465D23BE917(L_437, L_435, L_436, 4, (bool)0, NULL);
|
|
NullCheck(L_434);
|
|
ArrayElementTypeCheck (L_434, L_437);
|
|
(L_434)->SetAt(static_cast<il2cpp_array_size_t>(0), (Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4*)L_437);
|
|
// textures[0].wrapMode = TextureWrapMode.Clamp;
|
|
Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191* L_438 = __this->___textures_2;
|
|
NullCheck(L_438);
|
|
int32_t L_439 = 0;
|
|
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_440 = (L_438)->GetAt(static_cast<il2cpp_array_size_t>(L_439));
|
|
NullCheck(L_440);
|
|
Texture_set_wrapMode_m1F74A690E3883EC9C5C371D502D09642F15D0F7E(L_440, 1, NULL);
|
|
// textures[0].filterMode = FilterMode.Bilinear;
|
|
Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191* L_441 = __this->___textures_2;
|
|
NullCheck(L_441);
|
|
int32_t L_442 = 0;
|
|
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_443 = (L_441)->GetAt(static_cast<il2cpp_array_size_t>(L_442));
|
|
NullCheck(L_443);
|
|
Texture_set_filterMode_mE423E58C0C16D059EA62BA87AD70F44AEA50CCC9(L_443, 1, NULL);
|
|
// mat = new Material(shaders.RGB);
|
|
CameraImageShaders_tF11C72B259F894CE25147615DF0A4DBB4B0D80E7* L_444 = __this->___shaders_0;
|
|
NullCheck(L_444);
|
|
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* L_445 = L_444->___RGB_0;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_446 = (Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3*)il2cpp_codegen_object_new(Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3_il2cpp_TypeInfo_var);
|
|
NullCheck(L_446);
|
|
Material__ctor_m7FDF47105D66D19591BE505A0C42B0F90D88C9BF(L_446, L_445, NULL);
|
|
__this->___mat_1 = L_446;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___mat_1), (void*)L_446);
|
|
// mat.SetTexture("_MainTex", textures[0]);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_447 = __this->___mat_1;
|
|
Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191* L_448 = __this->___textures_2;
|
|
NullCheck(L_448);
|
|
int32_t L_449 = 0;
|
|
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_450 = (L_448)->GetAt(static_cast<il2cpp_array_size_t>(L_449));
|
|
NullCheck(L_447);
|
|
Material_SetTexture_m06083C3F52EF02FFB1177901D9907314F280F9A5(L_447, _stringLiteral4B8146FB95E4F51B29DA41EB5F6D60F8FD0ECF21, L_450, NULL);
|
|
// mat.SetFloat("_RowRatio", (float)imageWidth / pixelWidth);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_451 = __this->___mat_1;
|
|
int32_t L_452 = __this->___imageWidth_6;
|
|
int32_t L_453 = __this->___pixelWidth_4;
|
|
NullCheck(L_451);
|
|
Material_SetFloat_m879CF81D740BAE6F23C9822400679F4D16365836(L_451, _stringLiteralA8C8347AC74FCB65082ADBE21DB826D40DFB430A, ((float)(((float)L_452)/((float)L_453))), NULL);
|
|
// mat.SetFloat("_RowMax", (imageWidth - 0.5f) / pixelWidth);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_454 = __this->___mat_1;
|
|
int32_t L_455 = __this->___imageWidth_6;
|
|
int32_t L_456 = __this->___pixelWidth_4;
|
|
NullCheck(L_454);
|
|
Material_SetFloat_m879CF81D740BAE6F23C9822400679F4D16365836(L_454, _stringLiteralFD80813CD72CC326A0971231A937672CDADA68DC, ((float)(((float)il2cpp_codegen_subtract(((float)L_455), (0.5f)))/((float)L_456))), NULL);
|
|
}
|
|
|
|
IL_0b95_1:
|
|
{
|
|
// textures[0].LoadRawTextureData(new IntPtr(ptr.ToInt64()), buffer.size());
|
|
Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191* L_457 = __this->___textures_2;
|
|
NullCheck(L_457);
|
|
int32_t L_458 = 0;
|
|
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_459 = (L_457)->GetAt(static_cast<il2cpp_array_size_t>(L_458));
|
|
int64_t L_460;
|
|
L_460 = IntPtr_ToInt64_m0F81FB6FB08014074D4F5B915EDAB06A08552032((&V_2), NULL);
|
|
intptr_t L_461;
|
|
memset((&L_461), 0, sizeof(L_461));
|
|
IntPtr__ctor_m2C033540A2F274766CF5C2A120587DD997E3F6DC((&L_461), L_460, /*hidden argument*/NULL);
|
|
Buffer_t644BF6560BDFFE92C2929A3CBF29C9B124212B54* L_462 = V_1;
|
|
NullCheck(L_462);
|
|
int32_t L_463;
|
|
L_463 = VirtualFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 easyar.Buffer::size() */, L_462);
|
|
NullCheck(L_459);
|
|
Texture2D_LoadRawTextureData_mE8809AE0F8E49387B14615B47A6C4BEAAAA59403(L_459, L_461, L_463, NULL);
|
|
// textures[0].Apply();
|
|
Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191* L_464 = __this->___textures_2;
|
|
NullCheck(L_464);
|
|
int32_t L_465 = 0;
|
|
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_466 = (L_464)->GetAt(static_cast<il2cpp_array_size_t>(L_465));
|
|
NullCheck(L_466);
|
|
Texture2D_Apply_mA014182C9EE0BBF6EEE3B286854F29E50EB972DC(L_466, NULL);
|
|
// break;
|
|
goto IL_0cb9;
|
|
}
|
|
|
|
IL_0bc6_1:
|
|
{
|
|
// if (recreateMaterial)
|
|
bool L_467 = V_0;
|
|
if (!L_467)
|
|
{
|
|
goto IL_0c81_1;
|
|
}
|
|
}
|
|
{
|
|
// textures = new Texture2D[1];
|
|
Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191* L_468 = (Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191*)(Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191*)SZArrayNew(Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191_il2cpp_TypeInfo_var, (uint32_t)1);
|
|
__this->___textures_2 = L_468;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___textures_2), (void*)L_468);
|
|
// textures[0] = new Texture2D(pixelWidth, imageHeight, TextureFormat.RGBA32, false);
|
|
Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191* L_469 = __this->___textures_2;
|
|
int32_t L_470 = __this->___pixelWidth_4;
|
|
int32_t L_471 = __this->___imageHeight_7;
|
|
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_472 = (Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4*)il2cpp_codegen_object_new(Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4_il2cpp_TypeInfo_var);
|
|
NullCheck(L_472);
|
|
Texture2D__ctor_mECF60A9EC0638EC353C02C8E99B6B465D23BE917(L_472, L_470, L_471, 4, (bool)0, NULL);
|
|
NullCheck(L_469);
|
|
ArrayElementTypeCheck (L_469, L_472);
|
|
(L_469)->SetAt(static_cast<il2cpp_array_size_t>(0), (Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4*)L_472);
|
|
// textures[0].wrapMode = TextureWrapMode.Clamp;
|
|
Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191* L_473 = __this->___textures_2;
|
|
NullCheck(L_473);
|
|
int32_t L_474 = 0;
|
|
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_475 = (L_473)->GetAt(static_cast<il2cpp_array_size_t>(L_474));
|
|
NullCheck(L_475);
|
|
Texture_set_wrapMode_m1F74A690E3883EC9C5C371D502D09642F15D0F7E(L_475, 1, NULL);
|
|
// textures[0].filterMode = FilterMode.Bilinear;
|
|
Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191* L_476 = __this->___textures_2;
|
|
NullCheck(L_476);
|
|
int32_t L_477 = 0;
|
|
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_478 = (L_476)->GetAt(static_cast<il2cpp_array_size_t>(L_477));
|
|
NullCheck(L_478);
|
|
Texture_set_filterMode_mE423E58C0C16D059EA62BA87AD70F44AEA50CCC9(L_478, 1, NULL);
|
|
// mat = new Material(shaders.BGR);
|
|
CameraImageShaders_tF11C72B259F894CE25147615DF0A4DBB4B0D80E7* L_479 = __this->___shaders_0;
|
|
NullCheck(L_479);
|
|
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* L_480 = L_479->___BGR_1;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_481 = (Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3*)il2cpp_codegen_object_new(Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3_il2cpp_TypeInfo_var);
|
|
NullCheck(L_481);
|
|
Material__ctor_m7FDF47105D66D19591BE505A0C42B0F90D88C9BF(L_481, L_480, NULL);
|
|
__this->___mat_1 = L_481;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___mat_1), (void*)L_481);
|
|
// mat.SetTexture("_MainTex", textures[0]);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_482 = __this->___mat_1;
|
|
Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191* L_483 = __this->___textures_2;
|
|
NullCheck(L_483);
|
|
int32_t L_484 = 0;
|
|
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_485 = (L_483)->GetAt(static_cast<il2cpp_array_size_t>(L_484));
|
|
NullCheck(L_482);
|
|
Material_SetTexture_m06083C3F52EF02FFB1177901D9907314F280F9A5(L_482, _stringLiteral4B8146FB95E4F51B29DA41EB5F6D60F8FD0ECF21, L_485, NULL);
|
|
// mat.SetFloat("_RowRatio", (float)imageWidth / pixelWidth);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_486 = __this->___mat_1;
|
|
int32_t L_487 = __this->___imageWidth_6;
|
|
int32_t L_488 = __this->___pixelWidth_4;
|
|
NullCheck(L_486);
|
|
Material_SetFloat_m879CF81D740BAE6F23C9822400679F4D16365836(L_486, _stringLiteralA8C8347AC74FCB65082ADBE21DB826D40DFB430A, ((float)(((float)L_487)/((float)L_488))), NULL);
|
|
// mat.SetFloat("_RowMax", (imageWidth - 0.5f) / pixelWidth);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_489 = __this->___mat_1;
|
|
int32_t L_490 = __this->___imageWidth_6;
|
|
int32_t L_491 = __this->___pixelWidth_4;
|
|
NullCheck(L_489);
|
|
Material_SetFloat_m879CF81D740BAE6F23C9822400679F4D16365836(L_489, _stringLiteralFD80813CD72CC326A0971231A937672CDADA68DC, ((float)(((float)il2cpp_codegen_subtract(((float)L_490), (0.5f)))/((float)L_491))), NULL);
|
|
}
|
|
|
|
IL_0c81_1:
|
|
{
|
|
// textures[0].LoadRawTextureData(new IntPtr(ptr.ToInt64()), buffer.size());
|
|
Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191* L_492 = __this->___textures_2;
|
|
NullCheck(L_492);
|
|
int32_t L_493 = 0;
|
|
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_494 = (L_492)->GetAt(static_cast<il2cpp_array_size_t>(L_493));
|
|
int64_t L_495;
|
|
L_495 = IntPtr_ToInt64_m0F81FB6FB08014074D4F5B915EDAB06A08552032((&V_2), NULL);
|
|
intptr_t L_496;
|
|
memset((&L_496), 0, sizeof(L_496));
|
|
IntPtr__ctor_m2C033540A2F274766CF5C2A120587DD997E3F6DC((&L_496), L_495, /*hidden argument*/NULL);
|
|
Buffer_t644BF6560BDFFE92C2929A3CBF29C9B124212B54* L_497 = V_1;
|
|
NullCheck(L_497);
|
|
int32_t L_498;
|
|
L_498 = VirtualFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 easyar.Buffer::size() */, L_497);
|
|
NullCheck(L_494);
|
|
Texture2D_LoadRawTextureData_mE8809AE0F8E49387B14615B47A6C4BEAAAA59403(L_494, L_496, L_498, NULL);
|
|
// textures[0].Apply();
|
|
Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191* L_499 = __this->___textures_2;
|
|
NullCheck(L_499);
|
|
int32_t L_500 = 0;
|
|
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_501 = (L_499)->GetAt(static_cast<il2cpp_array_size_t>(L_500));
|
|
NullCheck(L_501);
|
|
Texture2D_Apply_mA014182C9EE0BBF6EEE3B286854F29E50EB972DC(L_501, NULL);
|
|
// break;
|
|
goto IL_0cb9;
|
|
}
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_0cb9:
|
|
{
|
|
// return mat;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_502 = __this->___mat_1;
|
|
return L_502;
|
|
}
|
|
}
|
|
// System.Void easyar.CameraImageMaterial::DisposeResources()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CameraImageMaterial_DisposeResources_m32BFEE88E792E0FFF11822D2EDE447D4AA1D021D (CameraImageMaterial_t71DBE936806DA72BF211659270248F5A245AB676* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191* V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
{
|
|
// if (mat)
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_0 = __this->___mat_1;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_1;
|
|
L_1 = Object_op_Implicit_m93896EF7D68FA113C42D3FE2BC6F661FC7EF514A(L_0, NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_0018;
|
|
}
|
|
}
|
|
{
|
|
// UnityEngine.Object.Destroy(mat);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_2 = __this->___mat_1;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
Object_Destroy_mE97D0A766419A81296E8D4E5C23D01D3FE91ACBB(L_2, NULL);
|
|
}
|
|
|
|
IL_0018:
|
|
{
|
|
// foreach (var texture in textures)
|
|
Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191* L_3 = __this->___textures_2;
|
|
V_0 = L_3;
|
|
V_1 = 0;
|
|
goto IL_002f;
|
|
}
|
|
|
|
IL_0023:
|
|
{
|
|
// foreach (var texture in textures)
|
|
Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191* L_4 = V_0;
|
|
int32_t L_5 = V_1;
|
|
NullCheck(L_4);
|
|
int32_t L_6 = L_5;
|
|
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
|
|
// UnityEngine.Object.Destroy(texture);
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
Object_Destroy_mE97D0A766419A81296E8D4E5C23D01D3FE91ACBB(L_7, NULL);
|
|
int32_t L_8 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add(L_8, 1));
|
|
}
|
|
|
|
IL_002f:
|
|
{
|
|
// foreach (var texture in textures)
|
|
int32_t L_9 = V_1;
|
|
Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191* L_10 = V_0;
|
|
NullCheck(L_10);
|
|
if ((((int32_t)L_9) < ((int32_t)((int32_t)(((RuntimeArray*)L_10)->max_length)))))
|
|
{
|
|
goto IL_0023;
|
|
}
|
|
}
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void easyar.CameraImageMaterial/CameraImageShaders::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CameraImageShaders__ctor_m5A8B50C1F78BF9043F0A2AB9D24CBD33EA363D33 (CameraImageShaders_tF11C72B259F894CE25147615DF0A4DBB4B0D80E7* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3C65CA6BB178FE30E5088CC6AD52B1FEAFA625AE);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral44E699024F8C67660EC1A92628C58DE5A2C05889);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7FC2DA3A6D5314B4D97A35068B9BA15778176539);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral99E7ECE2125B9BAD80550C42699D40C594F77F18);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9B638A7FAF3C171FAE5DB980E32D415C42C71A26);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF0F34E4046993C7D1F0C00C646AC35CBAC9DEA26);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public CameraImageShaders()
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
// RGB = Shader.Find("EasyAR/CameraImage_RGB");
|
|
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* L_0;
|
|
L_0 = Shader_Find_m183AA54F78320212DDEC811592F98456898A41C5(_stringLiteral99E7ECE2125B9BAD80550C42699D40C594F77F18, NULL);
|
|
__this->___RGB_0 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___RGB_0), (void*)L_0);
|
|
// BGR = Shader.Find("EasyAR/CameraImage_BGR");
|
|
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* L_1;
|
|
L_1 = Shader_Find_m183AA54F78320212DDEC811592F98456898A41C5(_stringLiteral44E699024F8C67660EC1A92628C58DE5A2C05889, NULL);
|
|
__this->___BGR_1 = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___BGR_1), (void*)L_1);
|
|
// GRAY = Shader.Find("EasyAR/CameraImage_Gray");
|
|
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* L_2;
|
|
L_2 = Shader_Find_m183AA54F78320212DDEC811592F98456898A41C5(_stringLiteral3C65CA6BB178FE30E5088CC6AD52B1FEAFA625AE, NULL);
|
|
__this->___GRAY_2 = L_2;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___GRAY_2), (void*)L_2);
|
|
// YUV_I420_YV12 = Shader.Find("EasyAR/CameraImage_YUV_I420_YV12");
|
|
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* L_3;
|
|
L_3 = Shader_Find_m183AA54F78320212DDEC811592F98456898A41C5(_stringLiteral7FC2DA3A6D5314B4D97A35068B9BA15778176539, NULL);
|
|
__this->___YUV_I420_YV12_3 = L_3;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___YUV_I420_YV12_3), (void*)L_3);
|
|
// YUV_NV12 = Shader.Find("EasyAR/CameraImage_YUV_NV12");
|
|
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* L_4;
|
|
L_4 = Shader_Find_m183AA54F78320212DDEC811592F98456898A41C5(_stringLiteral9B638A7FAF3C171FAE5DB980E32D415C42C71A26, NULL);
|
|
__this->___YUV_NV12_4 = L_4;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___YUV_NV12_4), (void*)L_4);
|
|
// YUV_NV21 = Shader.Find("EasyAR/CameraImage_YUV_NV21");
|
|
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* L_5;
|
|
L_5 = Shader_Find_m183AA54F78320212DDEC811592F98456898A41C5(_stringLiteralF0F34E4046993C7D1F0C00C646AC35CBAC9DEA26, NULL);
|
|
__this->___YUV_NV21_5 = L_5;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___YUV_NV21_5), (void*)L_5);
|
|
// if (!RGB || !BGR || !GRAY || !YUV_I420_YV12 || !YUV_NV12 || !YUV_NV21)
|
|
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* L_6 = __this->___RGB_0;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_7;
|
|
L_7 = Object_op_Implicit_m93896EF7D68FA113C42D3FE2BC6F661FC7EF514A(L_6, NULL);
|
|
if (!L_7)
|
|
{
|
|
goto IL_00b4;
|
|
}
|
|
}
|
|
{
|
|
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* L_8 = __this->___BGR_1;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_9;
|
|
L_9 = Object_op_Implicit_m93896EF7D68FA113C42D3FE2BC6F661FC7EF514A(L_8, NULL);
|
|
if (!L_9)
|
|
{
|
|
goto IL_00b4;
|
|
}
|
|
}
|
|
{
|
|
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* L_10 = __this->___GRAY_2;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_11;
|
|
L_11 = Object_op_Implicit_m93896EF7D68FA113C42D3FE2BC6F661FC7EF514A(L_10, NULL);
|
|
if (!L_11)
|
|
{
|
|
goto IL_00b4;
|
|
}
|
|
}
|
|
{
|
|
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* L_12 = __this->___YUV_I420_YV12_3;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_13;
|
|
L_13 = Object_op_Implicit_m93896EF7D68FA113C42D3FE2BC6F661FC7EF514A(L_12, NULL);
|
|
if (!L_13)
|
|
{
|
|
goto IL_00b4;
|
|
}
|
|
}
|
|
{
|
|
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* L_14 = __this->___YUV_NV12_4;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_15;
|
|
L_15 = Object_op_Implicit_m93896EF7D68FA113C42D3FE2BC6F661FC7EF514A(L_14, NULL);
|
|
if (!L_15)
|
|
{
|
|
goto IL_00b4;
|
|
}
|
|
}
|
|
{
|
|
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* L_16 = __this->___YUV_NV21_5;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_17;
|
|
L_17 = Object_op_Implicit_m93896EF7D68FA113C42D3FE2BC6F661FC7EF514A(L_16, NULL);
|
|
if (L_17)
|
|
{
|
|
goto IL_00bf;
|
|
}
|
|
}
|
|
|
|
IL_00b4:
|
|
{
|
|
// throw new InvalidOperationException($"Could not find EasyAR shader for video overlay.");
|
|
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_18 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_18);
|
|
InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_18, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB283D7CB69E3AC59DC04273745B654BF48A7661F)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_18, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CameraImageShaders__ctor_m5A8B50C1F78BF9043F0A2AB9D24CBD33EA363D33_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_00bf:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void easyar.CameraImageRenderer::add_OnFrameRenderUpdate(System.Action`2<UnityEngine.Material,UnityEngine.Vector2>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CameraImageRenderer_add_OnFrameRenderUpdate_mADA632258D9442E4068E4C353B29B4C527FC1DA0 (CameraImageRenderer_tD369A344F7BD6A09BE29193551EA348BC22D7078* __this, Action_2_t18A4876EE3337940FFE3C859DA0AA75A16B719CA* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_2_t18A4876EE3337940FFE3C859DA0AA75A16B719CA_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Action_2_t18A4876EE3337940FFE3C859DA0AA75A16B719CA* V_0 = NULL;
|
|
Action_2_t18A4876EE3337940FFE3C859DA0AA75A16B719CA* V_1 = NULL;
|
|
Action_2_t18A4876EE3337940FFE3C859DA0AA75A16B719CA* V_2 = NULL;
|
|
{
|
|
Action_2_t18A4876EE3337940FFE3C859DA0AA75A16B719CA* L_0 = __this->___OnFrameRenderUpdate_16;
|
|
V_0 = L_0;
|
|
}
|
|
|
|
IL_0007:
|
|
{
|
|
Action_2_t18A4876EE3337940FFE3C859DA0AA75A16B719CA* L_1 = V_0;
|
|
V_1 = L_1;
|
|
Action_2_t18A4876EE3337940FFE3C859DA0AA75A16B719CA* L_2 = V_1;
|
|
Action_2_t18A4876EE3337940FFE3C859DA0AA75A16B719CA* L_3 = ___0_value;
|
|
Delegate_t* L_4;
|
|
L_4 = Delegate_Combine_m1F725AEF318BE6F0426863490691A6F4606E7D00(L_2, L_3, NULL);
|
|
V_2 = ((Action_2_t18A4876EE3337940FFE3C859DA0AA75A16B719CA*)Castclass((RuntimeObject*)L_4, Action_2_t18A4876EE3337940FFE3C859DA0AA75A16B719CA_il2cpp_TypeInfo_var));
|
|
Action_2_t18A4876EE3337940FFE3C859DA0AA75A16B719CA** L_5 = (Action_2_t18A4876EE3337940FFE3C859DA0AA75A16B719CA**)(&__this->___OnFrameRenderUpdate_16);
|
|
Action_2_t18A4876EE3337940FFE3C859DA0AA75A16B719CA* L_6 = V_2;
|
|
Action_2_t18A4876EE3337940FFE3C859DA0AA75A16B719CA* L_7 = V_1;
|
|
Action_2_t18A4876EE3337940FFE3C859DA0AA75A16B719CA* L_8;
|
|
L_8 = InterlockedCompareExchangeImpl<Action_2_t18A4876EE3337940FFE3C859DA0AA75A16B719CA*>(L_5, L_6, L_7);
|
|
V_0 = L_8;
|
|
Action_2_t18A4876EE3337940FFE3C859DA0AA75A16B719CA* L_9 = V_0;
|
|
Action_2_t18A4876EE3337940FFE3C859DA0AA75A16B719CA* L_10 = V_1;
|
|
if ((!(((RuntimeObject*)(Action_2_t18A4876EE3337940FFE3C859DA0AA75A16B719CA*)L_9) == ((RuntimeObject*)(Action_2_t18A4876EE3337940FFE3C859DA0AA75A16B719CA*)L_10))))
|
|
{
|
|
goto IL_0007;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void easyar.CameraImageRenderer::remove_OnFrameRenderUpdate(System.Action`2<UnityEngine.Material,UnityEngine.Vector2>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CameraImageRenderer_remove_OnFrameRenderUpdate_mBCBD8BCE848690C3470DFC773E69D4356E380BBA (CameraImageRenderer_tD369A344F7BD6A09BE29193551EA348BC22D7078* __this, Action_2_t18A4876EE3337940FFE3C859DA0AA75A16B719CA* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_2_t18A4876EE3337940FFE3C859DA0AA75A16B719CA_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Action_2_t18A4876EE3337940FFE3C859DA0AA75A16B719CA* V_0 = NULL;
|
|
Action_2_t18A4876EE3337940FFE3C859DA0AA75A16B719CA* V_1 = NULL;
|
|
Action_2_t18A4876EE3337940FFE3C859DA0AA75A16B719CA* V_2 = NULL;
|
|
{
|
|
Action_2_t18A4876EE3337940FFE3C859DA0AA75A16B719CA* L_0 = __this->___OnFrameRenderUpdate_16;
|
|
V_0 = L_0;
|
|
}
|
|
|
|
IL_0007:
|
|
{
|
|
Action_2_t18A4876EE3337940FFE3C859DA0AA75A16B719CA* L_1 = V_0;
|
|
V_1 = L_1;
|
|
Action_2_t18A4876EE3337940FFE3C859DA0AA75A16B719CA* L_2 = V_1;
|
|
Action_2_t18A4876EE3337940FFE3C859DA0AA75A16B719CA* L_3 = ___0_value;
|
|
Delegate_t* L_4;
|
|
L_4 = Delegate_Remove_m8B7DD5661308FA972E23CA1CC3FC9CEB355504E3(L_2, L_3, NULL);
|
|
V_2 = ((Action_2_t18A4876EE3337940FFE3C859DA0AA75A16B719CA*)Castclass((RuntimeObject*)L_4, Action_2_t18A4876EE3337940FFE3C859DA0AA75A16B719CA_il2cpp_TypeInfo_var));
|
|
Action_2_t18A4876EE3337940FFE3C859DA0AA75A16B719CA** L_5 = (Action_2_t18A4876EE3337940FFE3C859DA0AA75A16B719CA**)(&__this->___OnFrameRenderUpdate_16);
|
|
Action_2_t18A4876EE3337940FFE3C859DA0AA75A16B719CA* L_6 = V_2;
|
|
Action_2_t18A4876EE3337940FFE3C859DA0AA75A16B719CA* L_7 = V_1;
|
|
Action_2_t18A4876EE3337940FFE3C859DA0AA75A16B719CA* L_8;
|
|
L_8 = InterlockedCompareExchangeImpl<Action_2_t18A4876EE3337940FFE3C859DA0AA75A16B719CA*>(L_5, L_6, L_7);
|
|
V_0 = L_8;
|
|
Action_2_t18A4876EE3337940FFE3C859DA0AA75A16B719CA* L_9 = V_0;
|
|
Action_2_t18A4876EE3337940FFE3C859DA0AA75A16B719CA* L_10 = V_1;
|
|
if ((!(((RuntimeObject*)(Action_2_t18A4876EE3337940FFE3C859DA0AA75A16B719CA*)L_9) == ((RuntimeObject*)(Action_2_t18A4876EE3337940FFE3C859DA0AA75A16B719CA*)L_10))))
|
|
{
|
|
goto IL_0007;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void easyar.CameraImageRenderer::add_TargetTextureChange(System.Action`2<UnityEngine.Camera,UnityEngine.RenderTexture>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CameraImageRenderer_add_TargetTextureChange_m28403DAB30BC4BA245F4DAA0C07B7839961DCED1 (CameraImageRenderer_tD369A344F7BD6A09BE29193551EA348BC22D7078* __this, Action_2_t277AE85006B08FF17CAFB370BCF5563F5D9C8A1F* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_2_t277AE85006B08FF17CAFB370BCF5563F5D9C8A1F_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Action_2_t277AE85006B08FF17CAFB370BCF5563F5D9C8A1F* V_0 = NULL;
|
|
Action_2_t277AE85006B08FF17CAFB370BCF5563F5D9C8A1F* V_1 = NULL;
|
|
Action_2_t277AE85006B08FF17CAFB370BCF5563F5D9C8A1F* V_2 = NULL;
|
|
{
|
|
Action_2_t277AE85006B08FF17CAFB370BCF5563F5D9C8A1F* L_0 = __this->___TargetTextureChange_17;
|
|
V_0 = L_0;
|
|
}
|
|
|
|
IL_0007:
|
|
{
|
|
Action_2_t277AE85006B08FF17CAFB370BCF5563F5D9C8A1F* L_1 = V_0;
|
|
V_1 = L_1;
|
|
Action_2_t277AE85006B08FF17CAFB370BCF5563F5D9C8A1F* L_2 = V_1;
|
|
Action_2_t277AE85006B08FF17CAFB370BCF5563F5D9C8A1F* L_3 = ___0_value;
|
|
Delegate_t* L_4;
|
|
L_4 = Delegate_Combine_m1F725AEF318BE6F0426863490691A6F4606E7D00(L_2, L_3, NULL);
|
|
V_2 = ((Action_2_t277AE85006B08FF17CAFB370BCF5563F5D9C8A1F*)Castclass((RuntimeObject*)L_4, Action_2_t277AE85006B08FF17CAFB370BCF5563F5D9C8A1F_il2cpp_TypeInfo_var));
|
|
Action_2_t277AE85006B08FF17CAFB370BCF5563F5D9C8A1F** L_5 = (Action_2_t277AE85006B08FF17CAFB370BCF5563F5D9C8A1F**)(&__this->___TargetTextureChange_17);
|
|
Action_2_t277AE85006B08FF17CAFB370BCF5563F5D9C8A1F* L_6 = V_2;
|
|
Action_2_t277AE85006B08FF17CAFB370BCF5563F5D9C8A1F* L_7 = V_1;
|
|
Action_2_t277AE85006B08FF17CAFB370BCF5563F5D9C8A1F* L_8;
|
|
L_8 = InterlockedCompareExchangeImpl<Action_2_t277AE85006B08FF17CAFB370BCF5563F5D9C8A1F*>(L_5, L_6, L_7);
|
|
V_0 = L_8;
|
|
Action_2_t277AE85006B08FF17CAFB370BCF5563F5D9C8A1F* L_9 = V_0;
|
|
Action_2_t277AE85006B08FF17CAFB370BCF5563F5D9C8A1F* L_10 = V_1;
|
|
if ((!(((RuntimeObject*)(Action_2_t277AE85006B08FF17CAFB370BCF5563F5D9C8A1F*)L_9) == ((RuntimeObject*)(Action_2_t277AE85006B08FF17CAFB370BCF5563F5D9C8A1F*)L_10))))
|
|
{
|
|
goto IL_0007;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void easyar.CameraImageRenderer::remove_TargetTextureChange(System.Action`2<UnityEngine.Camera,UnityEngine.RenderTexture>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CameraImageRenderer_remove_TargetTextureChange_m6898EFA56FB05C450AAEA0C201411C6724B9661C (CameraImageRenderer_tD369A344F7BD6A09BE29193551EA348BC22D7078* __this, Action_2_t277AE85006B08FF17CAFB370BCF5563F5D9C8A1F* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_2_t277AE85006B08FF17CAFB370BCF5563F5D9C8A1F_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Action_2_t277AE85006B08FF17CAFB370BCF5563F5D9C8A1F* V_0 = NULL;
|
|
Action_2_t277AE85006B08FF17CAFB370BCF5563F5D9C8A1F* V_1 = NULL;
|
|
Action_2_t277AE85006B08FF17CAFB370BCF5563F5D9C8A1F* V_2 = NULL;
|
|
{
|
|
Action_2_t277AE85006B08FF17CAFB370BCF5563F5D9C8A1F* L_0 = __this->___TargetTextureChange_17;
|
|
V_0 = L_0;
|
|
}
|
|
|
|
IL_0007:
|
|
{
|
|
Action_2_t277AE85006B08FF17CAFB370BCF5563F5D9C8A1F* L_1 = V_0;
|
|
V_1 = L_1;
|
|
Action_2_t277AE85006B08FF17CAFB370BCF5563F5D9C8A1F* L_2 = V_1;
|
|
Action_2_t277AE85006B08FF17CAFB370BCF5563F5D9C8A1F* L_3 = ___0_value;
|
|
Delegate_t* L_4;
|
|
L_4 = Delegate_Remove_m8B7DD5661308FA972E23CA1CC3FC9CEB355504E3(L_2, L_3, NULL);
|
|
V_2 = ((Action_2_t277AE85006B08FF17CAFB370BCF5563F5D9C8A1F*)Castclass((RuntimeObject*)L_4, Action_2_t277AE85006B08FF17CAFB370BCF5563F5D9C8A1F_il2cpp_TypeInfo_var));
|
|
Action_2_t277AE85006B08FF17CAFB370BCF5563F5D9C8A1F** L_5 = (Action_2_t277AE85006B08FF17CAFB370BCF5563F5D9C8A1F**)(&__this->___TargetTextureChange_17);
|
|
Action_2_t277AE85006B08FF17CAFB370BCF5563F5D9C8A1F* L_6 = V_2;
|
|
Action_2_t277AE85006B08FF17CAFB370BCF5563F5D9C8A1F* L_7 = V_1;
|
|
Action_2_t277AE85006B08FF17CAFB370BCF5563F5D9C8A1F* L_8;
|
|
L_8 = InterlockedCompareExchangeImpl<Action_2_t277AE85006B08FF17CAFB370BCF5563F5D9C8A1F*>(L_5, L_6, L_7);
|
|
V_0 = L_8;
|
|
Action_2_t277AE85006B08FF17CAFB370BCF5563F5D9C8A1F* L_9 = V_0;
|
|
Action_2_t277AE85006B08FF17CAFB370BCF5563F5D9C8A1F* L_10 = V_1;
|
|
if ((!(((RuntimeObject*)(Action_2_t277AE85006B08FF17CAFB370BCF5563F5D9C8A1F*)L_9) == ((RuntimeObject*)(Action_2_t277AE85006B08FF17CAFB370BCF5563F5D9C8A1F*)L_10))))
|
|
{
|
|
goto IL_0007;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// UnityEngine.Material easyar.CameraImageRenderer::get_Material()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* CameraImageRenderer_get_Material_m76125AB90C6876E943C24BDD62A62B758EAF1C47 (CameraImageRenderer_tD369A344F7BD6A09BE29193551EA348BC22D7078* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// internal Material Material { get => material; }
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_0 = __this->___material_8;
|
|
return L_0;
|
|
}
|
|
}
|
|
// easyar.Optional`1<UnityEngine.RenderTexture> easyar.CameraImageRenderer::get_UserTexture()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Optional_1_tA5DF3E7EEEFCADFC2F37F8D67FAE65A139B559C4 CameraImageRenderer_get_UserTexture_m1A0D64C7003C9673E16FB2E2E5C22D88057D2E50 (CameraImageRenderer_tD369A344F7BD6A09BE29193551EA348BC22D7078* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// internal Optional<RenderTexture> UserTexture { get; private set; }
|
|
Optional_1_tA5DF3E7EEEFCADFC2F37F8D67FAE65A139B559C4 L_0 = __this->___U3CUserTextureU3Ek__BackingField_18;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void easyar.CameraImageRenderer::set_UserTexture(easyar.Optional`1<UnityEngine.RenderTexture>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CameraImageRenderer_set_UserTexture_m845F18CD91DCCF9F937CF1C9AA1F01AB0F0C5781 (CameraImageRenderer_tD369A344F7BD6A09BE29193551EA348BC22D7078* __this, Optional_1_tA5DF3E7EEEFCADFC2F37F8D67FAE65A139B559C4 ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// internal Optional<RenderTexture> UserTexture { get; private set; }
|
|
Optional_1_tA5DF3E7EEEFCADFC2F37F8D67FAE65A139B559C4 L_0 = ___0_value;
|
|
__this->___U3CUserTextureU3Ek__BackingField_18 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CUserTextureU3Ek__BackingField_18))->___Some_2), (void*)NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean easyar.CameraImageRenderer::get_InvertCulling()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CameraImageRenderer_get_InvertCulling_mB7EF27859664ED8F0CEBBCC1E8A7F06400C4FCB9 (CameraImageRenderer_tD369A344F7BD6A09BE29193551EA348BC22D7078* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// get => invertCulling;
|
|
bool L_0 = __this->___invertCulling_13;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void easyar.CameraImageRenderer::set_InvertCulling(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CameraImageRenderer_set_InvertCulling_m0D0AE9989804E3D27DC6FD5F87293CA1B1170E59 (CameraImageRenderer_tD369A344F7BD6A09BE29193551EA348BC22D7078* __this, bool ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// invertCulling = value;
|
|
bool L_0 = ___0_value;
|
|
__this->___invertCulling_13 = L_0;
|
|
// invertCullingChanged = true;
|
|
__this->___invertCullingChanged_14 = (bool)1;
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void easyar.CameraImageRenderer::Awake()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CameraImageRenderer_Awake_m0358BF2D132CA55C44911879690AE8CEC9C11DBB (CameraImageRenderer_tD369A344F7BD6A09BE29193551EA348BC22D7078* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CameraImageMaterial_t71DBE936806DA72BF211659270248F5A245AB676_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// arMaterial = new CameraImageMaterial();
|
|
CameraImageMaterial_t71DBE936806DA72BF211659270248F5A245AB676* L_0 = (CameraImageMaterial_t71DBE936806DA72BF211659270248F5A245AB676*)il2cpp_codegen_object_new(CameraImageMaterial_t71DBE936806DA72BF211659270248F5A245AB676_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
CameraImageMaterial__ctor_mC7B8EFC560BBC7325698B1F9203E09E8C9CFDF39(L_0, NULL);
|
|
__this->___arMaterial_7 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___arMaterial_7), (void*)L_0);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void easyar.CameraImageRenderer::OnEnable()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CameraImageRenderer_OnEnable_m7B74FAFF4C19A785F1AF1FF770EC0291442A26B9 (CameraImageRenderer_tD369A344F7BD6A09BE29193551EA348BC22D7078* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// UpdateCommandBuffer(targetCamera, material, invertCulling);
|
|
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_0 = __this->___targetCamera_5;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_1 = __this->___material_8;
|
|
bool L_2 = __this->___invertCulling_13;
|
|
CameraImageRenderer_UpdateCommandBuffer_m9BBC779174A59F146867E904C95C730AF4BA4028(__this, L_0, L_1, L_2, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void easyar.CameraImageRenderer::OnDisable()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CameraImageRenderer_OnDisable_m53B8CDF5E4F56020D7DA69CAECB344E6EE910205 (CameraImageRenderer_tD369A344F7BD6A09BE29193551EA348BC22D7078* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// RemoveCommandBuffer(targetCamera);
|
|
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_0 = __this->___targetCamera_5;
|
|
CameraImageRenderer_RemoveCommandBuffer_m7DC1654FDABC44108682FB075C842B18074712DD(__this, L_0, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void easyar.CameraImageRenderer::OnDestroy()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CameraImageRenderer_OnDestroy_m40F0C2104F92B7252A5F1FD15333FA35F0E8B186 (CameraImageRenderer_tD369A344F7BD6A09BE29193551EA348BC22D7078* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CameraImageRenderer_tD369A344F7BD6A09BE29193551EA348BC22D7078_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Add_m3A8DF1BE8EF81A8820CB54B7D41EE8DB959D9EE8_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_GetEnumerator_m1CAD47221BA1EC69ACF8F9D37BBD0858924CF922_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_m5F67456D2A0A43A720FF48A7F90A905175876E0C_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_t6E6BBE1387E58DA634F58ACFCF79515A16B504F3_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m1D8FADE7C325E8B61FB0C445ECADF5FADD949866_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_mF3F55E1C8428B37D73447A67B2FA6FD52CBD9526_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m14BAEB08A423260FB1463ABC013BD1647F6FFD0B_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyValuePair_2_get_Key_m425D4896EAB81079D62ADD15CF3029E68EBF5E46_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyValuePair_2_get_Value_m7660674DD6EAB2924AB0740445B379B828772B16_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Dictionary_2_t6E6BBE1387E58DA634F58ACFCF79515A16B504F3* V_0 = NULL;
|
|
Enumerator_tFE2D9D7DAC73B40FA32416808B5CD70D4B7C1BE2 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
KeyValuePair_2_t177BF7527FBB6205219185A7D7CAA8D874679F0E V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
// arMaterial.Dispose();
|
|
CameraImageMaterial_t71DBE936806DA72BF211659270248F5A245AB676* L_0 = __this->___arMaterial_7;
|
|
NullCheck(L_0);
|
|
CameraImageMaterial_Dispose_m6035C94A4356C43C3BA581427197F449A6BC96CC(L_0, NULL);
|
|
// if (request != null) { request.Dispose(); }
|
|
UserRequest_t50ED9EC59E68CA01BE9BF5028C274640DEFDF00D* L_1 = __this->___request_11;
|
|
if (!L_1)
|
|
{
|
|
goto IL_001e;
|
|
}
|
|
}
|
|
{
|
|
// if (request != null) { request.Dispose(); }
|
|
UserRequest_t50ED9EC59E68CA01BE9BF5028C274640DEFDF00D* L_2 = __this->___request_11;
|
|
NullCheck(L_2);
|
|
UserRequest_Dispose_mAAEBA24314FFCFB8CB88EBDB7F789C0861C9FC53(L_2, NULL);
|
|
}
|
|
|
|
IL_001e:
|
|
{
|
|
// if (cameraParameters != null) { cameraParameters.Dispose(); }
|
|
CameraParameters_t18C9E22363BD41CD7244E2256ED25A53DB87BB53* L_3 = __this->___cameraParameters_9;
|
|
if (!L_3)
|
|
{
|
|
goto IL_0031;
|
|
}
|
|
}
|
|
{
|
|
// if (cameraParameters != null) { cameraParameters.Dispose(); }
|
|
CameraParameters_t18C9E22363BD41CD7244E2256ED25A53DB87BB53* L_4 = __this->___cameraParameters_9;
|
|
NullCheck(L_4);
|
|
RefBase_Dispose_m0C0F6CBAAFDD4D732F27B09F76D1A77AC6D44B75(L_4, NULL);
|
|
}
|
|
|
|
IL_0031:
|
|
{
|
|
// var renderers = new Dictionary<Camera, CameraImageRenderer>();
|
|
Dictionary_2_t6E6BBE1387E58DA634F58ACFCF79515A16B504F3* L_5 = (Dictionary_2_t6E6BBE1387E58DA634F58ACFCF79515A16B504F3*)il2cpp_codegen_object_new(Dictionary_2_t6E6BBE1387E58DA634F58ACFCF79515A16B504F3_il2cpp_TypeInfo_var);
|
|
NullCheck(L_5);
|
|
Dictionary_2__ctor_m5F67456D2A0A43A720FF48A7F90A905175876E0C(L_5, Dictionary_2__ctor_m5F67456D2A0A43A720FF48A7F90A905175876E0C_RuntimeMethod_var);
|
|
V_0 = L_5;
|
|
// foreach(var item in allRenderers)
|
|
il2cpp_codegen_runtime_class_init_inline(CameraImageRenderer_tD369A344F7BD6A09BE29193551EA348BC22D7078_il2cpp_TypeInfo_var);
|
|
Dictionary_2_t6E6BBE1387E58DA634F58ACFCF79515A16B504F3* L_6 = ((CameraImageRenderer_tD369A344F7BD6A09BE29193551EA348BC22D7078_StaticFields*)il2cpp_codegen_static_fields_for(CameraImageRenderer_tD369A344F7BD6A09BE29193551EA348BC22D7078_il2cpp_TypeInfo_var))->___allRenderers_15;
|
|
NullCheck(L_6);
|
|
Enumerator_tFE2D9D7DAC73B40FA32416808B5CD70D4B7C1BE2 L_7;
|
|
L_7 = Dictionary_2_GetEnumerator_m1CAD47221BA1EC69ACF8F9D37BBD0858924CF922(L_6, Dictionary_2_GetEnumerator_m1CAD47221BA1EC69ACF8F9D37BBD0858924CF922_RuntimeMethod_var);
|
|
V_1 = L_7;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_0088:
|
|
{// begin finally (depth: 1)
|
|
Enumerator_Dispose_m1D8FADE7C325E8B61FB0C445ECADF5FADD949866((&V_1), Enumerator_Dispose_m1D8FADE7C325E8B61FB0C445ECADF5FADD949866_RuntimeMethod_var);
|
|
return;
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
{
|
|
goto IL_007d_1;
|
|
}
|
|
|
|
IL_0044_1:
|
|
{
|
|
// foreach(var item in allRenderers)
|
|
KeyValuePair_2_t177BF7527FBB6205219185A7D7CAA8D874679F0E L_8;
|
|
L_8 = Enumerator_get_Current_m14BAEB08A423260FB1463ABC013BD1647F6FFD0B_inline((&V_1), Enumerator_get_Current_m14BAEB08A423260FB1463ABC013BD1647F6FFD0B_RuntimeMethod_var);
|
|
V_2 = L_8;
|
|
// if (item.Key && item.Value != this)
|
|
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_9;
|
|
L_9 = KeyValuePair_2_get_Key_m425D4896EAB81079D62ADD15CF3029E68EBF5E46_inline((&V_2), KeyValuePair_2_get_Key_m425D4896EAB81079D62ADD15CF3029E68EBF5E46_RuntimeMethod_var);
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_10;
|
|
L_10 = Object_op_Implicit_m93896EF7D68FA113C42D3FE2BC6F661FC7EF514A(L_9, NULL);
|
|
if (!L_10)
|
|
{
|
|
goto IL_007d_1;
|
|
}
|
|
}
|
|
{
|
|
CameraImageRenderer_tD369A344F7BD6A09BE29193551EA348BC22D7078* L_11;
|
|
L_11 = KeyValuePair_2_get_Value_m7660674DD6EAB2924AB0740445B379B828772B16_inline((&V_2), KeyValuePair_2_get_Value_m7660674DD6EAB2924AB0740445B379B828772B16_RuntimeMethod_var);
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_12;
|
|
L_12 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_11, __this, NULL);
|
|
if (!L_12)
|
|
{
|
|
goto IL_007d_1;
|
|
}
|
|
}
|
|
{
|
|
// renderers.Add(item.Key, item.Value);
|
|
Dictionary_2_t6E6BBE1387E58DA634F58ACFCF79515A16B504F3* L_13 = V_0;
|
|
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_14;
|
|
L_14 = KeyValuePair_2_get_Key_m425D4896EAB81079D62ADD15CF3029E68EBF5E46_inline((&V_2), KeyValuePair_2_get_Key_m425D4896EAB81079D62ADD15CF3029E68EBF5E46_RuntimeMethod_var);
|
|
CameraImageRenderer_tD369A344F7BD6A09BE29193551EA348BC22D7078* L_15;
|
|
L_15 = KeyValuePair_2_get_Value_m7660674DD6EAB2924AB0740445B379B828772B16_inline((&V_2), KeyValuePair_2_get_Value_m7660674DD6EAB2924AB0740445B379B828772B16_RuntimeMethod_var);
|
|
NullCheck(L_13);
|
|
Dictionary_2_Add_m3A8DF1BE8EF81A8820CB54B7D41EE8DB959D9EE8(L_13, L_14, L_15, Dictionary_2_Add_m3A8DF1BE8EF81A8820CB54B7D41EE8DB959D9EE8_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_007d_1:
|
|
{
|
|
// foreach(var item in allRenderers)
|
|
bool L_16;
|
|
L_16 = Enumerator_MoveNext_mF3F55E1C8428B37D73447A67B2FA6FD52CBD9526((&V_1), Enumerator_MoveNext_mF3F55E1C8428B37D73447A67B2FA6FD52CBD9526_RuntimeMethod_var);
|
|
if (L_16)
|
|
{
|
|
goto IL_0044_1;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0096;
|
|
}
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_0096:
|
|
{
|
|
// allRenderers = renderers;
|
|
Dictionary_2_t6E6BBE1387E58DA634F58ACFCF79515A16B504F3* L_17 = V_0;
|
|
il2cpp_codegen_runtime_class_init_inline(CameraImageRenderer_tD369A344F7BD6A09BE29193551EA348BC22D7078_il2cpp_TypeInfo_var);
|
|
((CameraImageRenderer_tD369A344F7BD6A09BE29193551EA348BC22D7078_StaticFields*)il2cpp_codegen_static_fields_for(CameraImageRenderer_tD369A344F7BD6A09BE29193551EA348BC22D7078_il2cpp_TypeInfo_var))->___allRenderers_15 = L_17;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((CameraImageRenderer_tD369A344F7BD6A09BE29193551EA348BC22D7078_StaticFields*)il2cpp_codegen_static_fields_for(CameraImageRenderer_tD369A344F7BD6A09BE29193551EA348BC22D7078_il2cpp_TypeInfo_var))->___allRenderers_15), (void*)L_17);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void easyar.CameraImageRenderer::RequestTargetTexture(System.Action`2<UnityEngine.Camera,UnityEngine.RenderTexture>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CameraImageRenderer_RequestTargetTexture_m72CEA2C6573A1796C51105382DD370453DC0E07A (CameraImageRenderer_tD369A344F7BD6A09BE29193551EA348BC22D7078* __this, Action_2_t277AE85006B08FF17CAFB370BCF5563F5D9C8A1F* ___0_targetTextureEventHandler, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Optional_1_op_Implicit_m57B7C69AC3CFB674EA41E92A6A006A284CF9886C_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UserRequest_t50ED9EC59E68CA01BE9BF5028C274640DEFDF00D_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* V_0 = NULL;
|
|
{
|
|
// if (request == null)
|
|
UserRequest_t50ED9EC59E68CA01BE9BF5028C274640DEFDF00D* L_0 = __this->___request_11;
|
|
if (L_0)
|
|
{
|
|
goto IL_0013;
|
|
}
|
|
}
|
|
{
|
|
// request = new UserRequest();
|
|
UserRequest_t50ED9EC59E68CA01BE9BF5028C274640DEFDF00D* L_1 = (UserRequest_t50ED9EC59E68CA01BE9BF5028C274640DEFDF00D*)il2cpp_codegen_object_new(UserRequest_t50ED9EC59E68CA01BE9BF5028C274640DEFDF00D_il2cpp_TypeInfo_var);
|
|
NullCheck(L_1);
|
|
UserRequest__ctor_mB73169C2AD599618B3D62CF475CE7D13D4B18E47(L_1, NULL);
|
|
__this->___request_11 = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___request_11), (void*)L_1);
|
|
}
|
|
|
|
IL_0013:
|
|
{
|
|
// TargetTextureChange += targetTextureEventHandler;
|
|
Action_2_t277AE85006B08FF17CAFB370BCF5563F5D9C8A1F* L_2 = ___0_targetTextureEventHandler;
|
|
CameraImageRenderer_add_TargetTextureChange_m28403DAB30BC4BA245F4DAA0C07B7839961DCED1(__this, L_2, NULL);
|
|
// request.UpdateTexture(targetCamera, material, invertCulling, out texture);
|
|
UserRequest_t50ED9EC59E68CA01BE9BF5028C274640DEFDF00D* L_3 = __this->___request_11;
|
|
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_4 = __this->___targetCamera_5;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_5 = __this->___material_8;
|
|
bool L_6 = __this->___invertCulling_13;
|
|
NullCheck(L_3);
|
|
bool L_7;
|
|
L_7 = UserRequest_UpdateTexture_mDC2F56E4260D9E9A5D505D5628E67BCF2BBD4D2C(L_3, L_4, L_5, L_6, (&V_0), NULL);
|
|
// UserTexture = texture;
|
|
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_8 = V_0;
|
|
Optional_1_tA5DF3E7EEEFCADFC2F37F8D67FAE65A139B559C4 L_9;
|
|
L_9 = Optional_1_op_Implicit_m57B7C69AC3CFB674EA41E92A6A006A284CF9886C(L_8, Optional_1_op_Implicit_m57B7C69AC3CFB674EA41E92A6A006A284CF9886C_RuntimeMethod_var);
|
|
CameraImageRenderer_set_UserTexture_m845F18CD91DCCF9F937CF1C9AA1F01AB0F0C5781_inline(__this, L_9, NULL);
|
|
// if (TargetTextureChange != null && texture)
|
|
Action_2_t277AE85006B08FF17CAFB370BCF5563F5D9C8A1F* L_10 = __this->___TargetTextureChange_17;
|
|
if (!L_10)
|
|
{
|
|
goto IL_0068;
|
|
}
|
|
}
|
|
{
|
|
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_11 = V_0;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_12;
|
|
L_12 = Object_op_Implicit_m93896EF7D68FA113C42D3FE2BC6F661FC7EF514A(L_11, NULL);
|
|
if (!L_12)
|
|
{
|
|
goto IL_0068;
|
|
}
|
|
}
|
|
{
|
|
// TargetTextureChange(targetCamera, texture);
|
|
Action_2_t277AE85006B08FF17CAFB370BCF5563F5D9C8A1F* L_13 = __this->___TargetTextureChange_17;
|
|
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_14 = __this->___targetCamera_5;
|
|
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_15 = V_0;
|
|
NullCheck(L_13);
|
|
Action_2_Invoke_m74A1146C9EAD5B3900BDE52AE4D315CE28444CE4_inline(L_13, L_14, L_15, NULL);
|
|
}
|
|
|
|
IL_0068:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void easyar.CameraImageRenderer::DropTargetTexture(System.Action`2<UnityEngine.Camera,UnityEngine.RenderTexture>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CameraImageRenderer_DropTargetTexture_m37C9902FC34AB9975CF6CCE899706B90BF1DA88F (CameraImageRenderer_tD369A344F7BD6A09BE29193551EA348BC22D7078* __this, Action_2_t277AE85006B08FF17CAFB370BCF5563F5D9C8A1F* ___0_targetTextureEventHandler, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Optional_1_op_Implicit_m57B7C69AC3CFB674EA41E92A6A006A284CF9886C_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// targetTextureEventHandler(targetCamera, null);
|
|
Action_2_t277AE85006B08FF17CAFB370BCF5563F5D9C8A1F* L_0 = ___0_targetTextureEventHandler;
|
|
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_1 = __this->___targetCamera_5;
|
|
NullCheck(L_0);
|
|
Action_2_Invoke_m74A1146C9EAD5B3900BDE52AE4D315CE28444CE4_inline(L_0, L_1, (RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27*)NULL, NULL);
|
|
// UserTexture = null;
|
|
Optional_1_tA5DF3E7EEEFCADFC2F37F8D67FAE65A139B559C4 L_2;
|
|
L_2 = Optional_1_op_Implicit_m57B7C69AC3CFB674EA41E92A6A006A284CF9886C((RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27*)NULL, Optional_1_op_Implicit_m57B7C69AC3CFB674EA41E92A6A006A284CF9886C_RuntimeMethod_var);
|
|
CameraImageRenderer_set_UserTexture_m845F18CD91DCCF9F937CF1C9AA1F01AB0F0C5781_inline(__this, L_2, NULL);
|
|
// TargetTextureChange -= targetTextureEventHandler;
|
|
Action_2_t277AE85006B08FF17CAFB370BCF5563F5D9C8A1F* L_3 = ___0_targetTextureEventHandler;
|
|
CameraImageRenderer_remove_TargetTextureChange_m6898EFA56FB05C450AAEA0C201411C6724B9661C(__this, L_3, NULL);
|
|
// if (TargetTextureChange == null && request != null)
|
|
Action_2_t277AE85006B08FF17CAFB370BCF5563F5D9C8A1F* L_4 = __this->___TargetTextureChange_17;
|
|
if (L_4)
|
|
{
|
|
goto IL_0053;
|
|
}
|
|
}
|
|
{
|
|
UserRequest_t50ED9EC59E68CA01BE9BF5028C274640DEFDF00D* L_5 = __this->___request_11;
|
|
if (!L_5)
|
|
{
|
|
goto IL_0053;
|
|
}
|
|
}
|
|
{
|
|
// request.RemoveCommandBuffer(targetCamera);
|
|
UserRequest_t50ED9EC59E68CA01BE9BF5028C274640DEFDF00D* L_6 = __this->___request_11;
|
|
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_7 = __this->___targetCamera_5;
|
|
NullCheck(L_6);
|
|
UserRequest_RemoveCommandBuffer_m0604DB28CEC37D77BCE96FE5EBC774ABC519CE34(L_6, L_7, NULL);
|
|
// request.Dispose();
|
|
UserRequest_t50ED9EC59E68CA01BE9BF5028C274640DEFDF00D* L_8 = __this->___request_11;
|
|
NullCheck(L_8);
|
|
UserRequest_Dispose_mAAEBA24314FFCFB8CB88EBDB7F789C0861C9FC53(L_8, NULL);
|
|
// request = null;
|
|
__this->___request_11 = (UserRequest_t50ED9EC59E68CA01BE9BF5028C274640DEFDF00D*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___request_11), (void*)(UserRequest_t50ED9EC59E68CA01BE9BF5028C274640DEFDF00D*)NULL);
|
|
}
|
|
|
|
IL_0053:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void easyar.CameraImageRenderer::OnAssemble(easyar.ARSession)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CameraImageRenderer_OnAssemble_mC416A1F0F7D390D027AB7AD7CBEFCEF33C85ED71 (CameraImageRenderer_tD369A344F7BD6A09BE29193551EA348BC22D7078* __this, ARSession_tE7BD3656886DDF0823637E4219C76DA80A215D35* ___0_session, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_1_t51C09D97035A969C5BE8AD3814D3435DFCBC7D36_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CameraImageRenderer_OnFrameChange_mF077CC2D6C2C1FF244CCF01611951CB5E26A4FEE_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CameraImageRenderer_OnFrameUpdate_mD4A000CFA9DD2D5DB2EA655D4881EFC6A1B076E7_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CameraImageRenderer_tD369A344F7BD6A09BE29193551EA348BC22D7078_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_set_Item_mA59768AE72407DEB8D65B006B4D1AD437CD2FED2_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FrameChangeAction_t22915014AF19BCD5BA244E1A821751FAC6A2C2B3_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// arSession = session;
|
|
ARSession_tE7BD3656886DDF0823637E4219C76DA80A215D35* L_0 = ___0_session;
|
|
__this->___arSession_12 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___arSession_12), (void*)L_0);
|
|
// targetCamera = session.Assembly.Camera;
|
|
ARSession_tE7BD3656886DDF0823637E4219C76DA80A215D35* L_1 = ___0_session;
|
|
NullCheck(L_1);
|
|
ARAssembly_t5F1E1DD46E4F3CA1BAF7ACAFC438564C8E5B02EB* L_2;
|
|
L_2 = ARSession_get_Assembly_mD1EE98F79892BB336FDEB644E9E2FE68B5EF3994_inline(L_1, NULL);
|
|
NullCheck(L_2);
|
|
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_3;
|
|
L_3 = ARAssembly_get_Camera_mC6B606117E775EE115EDE9C2F99DBCE08992370A_inline(L_2, NULL);
|
|
__this->___targetCamera_5 = L_3;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___targetCamera_5), (void*)L_3);
|
|
// if (targetCamera)
|
|
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_4 = __this->___targetCamera_5;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_5;
|
|
L_5 = Object_op_Implicit_m93896EF7D68FA113C42D3FE2BC6F661FC7EF514A(L_4, NULL);
|
|
if (!L_5)
|
|
{
|
|
goto IL_0036;
|
|
}
|
|
}
|
|
{
|
|
// allRenderers[targetCamera] = this;
|
|
il2cpp_codegen_runtime_class_init_inline(CameraImageRenderer_tD369A344F7BD6A09BE29193551EA348BC22D7078_il2cpp_TypeInfo_var);
|
|
Dictionary_2_t6E6BBE1387E58DA634F58ACFCF79515A16B504F3* L_6 = ((CameraImageRenderer_tD369A344F7BD6A09BE29193551EA348BC22D7078_StaticFields*)il2cpp_codegen_static_fields_for(CameraImageRenderer_tD369A344F7BD6A09BE29193551EA348BC22D7078_il2cpp_TypeInfo_var))->___allRenderers_15;
|
|
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_7 = __this->___targetCamera_5;
|
|
NullCheck(L_6);
|
|
Dictionary_2_set_Item_mA59768AE72407DEB8D65B006B4D1AD437CD2FED2(L_6, L_7, __this, Dictionary_2_set_Item_mA59768AE72407DEB8D65B006B4D1AD437CD2FED2_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0036:
|
|
{
|
|
// session.FrameChange += OnFrameChange;
|
|
ARSession_tE7BD3656886DDF0823637E4219C76DA80A215D35* L_8 = ___0_session;
|
|
FrameChangeAction_t22915014AF19BCD5BA244E1A821751FAC6A2C2B3* L_9 = (FrameChangeAction_t22915014AF19BCD5BA244E1A821751FAC6A2C2B3*)il2cpp_codegen_object_new(FrameChangeAction_t22915014AF19BCD5BA244E1A821751FAC6A2C2B3_il2cpp_TypeInfo_var);
|
|
NullCheck(L_9);
|
|
FrameChangeAction__ctor_m785D930385A2E527988D65AFC722B2B26D303ADB(L_9, __this, (intptr_t)((void*)CameraImageRenderer_OnFrameChange_mF077CC2D6C2C1FF244CCF01611951CB5E26A4FEE_RuntimeMethod_var), NULL);
|
|
NullCheck(L_8);
|
|
ARSession_add_FrameChange_mF5107795C3D4A240E859492CFDA751E428D7C02F(L_8, L_9, NULL);
|
|
// session.FrameUpdate += OnFrameUpdate;
|
|
ARSession_tE7BD3656886DDF0823637E4219C76DA80A215D35* L_10 = ___0_session;
|
|
Action_1_t51C09D97035A969C5BE8AD3814D3435DFCBC7D36* L_11 = (Action_1_t51C09D97035A969C5BE8AD3814D3435DFCBC7D36*)il2cpp_codegen_object_new(Action_1_t51C09D97035A969C5BE8AD3814D3435DFCBC7D36_il2cpp_TypeInfo_var);
|
|
NullCheck(L_11);
|
|
Action_1__ctor_m0DFC558BC80C2153C0C71B860374579663AFB702(L_11, __this, (intptr_t)((void*)CameraImageRenderer_OnFrameUpdate_mD4A000CFA9DD2D5DB2EA655D4881EFC6A1B076E7_RuntimeMethod_var), NULL);
|
|
NullCheck(L_10);
|
|
ARSession_add_FrameUpdate_mE9E2D5B99E1B74A74DF30DAB09A35981B0512C81(L_10, L_11, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void easyar.CameraImageRenderer::SetHFilp(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CameraImageRenderer_SetHFilp_mB0D67898548420B378D0DE87C2E544D821231CEF (CameraImageRenderer_tD369A344F7BD6A09BE29193551EA348BC22D7078* __this, bool ___0_hFlip, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// renderImageHFlip = hFlip;
|
|
bool L_0 = ___0_hFlip;
|
|
__this->___renderImageHFlip_10 = L_0;
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void easyar.CameraImageRenderer::OnFrameChange(easyar.OutputFrame,UnityEngine.Quaternion)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CameraImageRenderer_OnFrameChange_mF077CC2D6C2C1FF244CCF01611951CB5E26A4FEE (CameraImageRenderer_tD369A344F7BD6A09BE29193551EA348BC22D7078* __this, OutputFrame_tB66E85BCF3FBC8ADCFFD36503D3AD4E71A6CD914* ___0_outputFrame, Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 ___1_displayCompensation, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Optional_1_op_Implicit_m57B7C69AC3CFB674EA41E92A6A006A284CF9886C_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* V_0 = NULL;
|
|
InputFrame_tDB02ECBCF7ED51DE6F781A607D63BE7812E0BDC1* V_1 = NULL;
|
|
Image_tA8E8F2D58C143E9ADB13683D6BC93C8345F46A43* V_2 = NULL;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* V_3 = NULL;
|
|
{
|
|
// if (outputFrame == null)
|
|
OutputFrame_tB66E85BCF3FBC8ADCFFD36503D3AD4E71A6CD914* L_0 = ___0_outputFrame;
|
|
if (L_0)
|
|
{
|
|
goto IL_0094;
|
|
}
|
|
}
|
|
{
|
|
// material = null;
|
|
__this->___material_8 = (Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___material_8), (void*)(Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3*)NULL);
|
|
// UpdateCommandBuffer(targetCamera, material, invertCulling);
|
|
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_1 = __this->___targetCamera_5;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_2 = __this->___material_8;
|
|
bool L_3 = __this->___invertCulling_13;
|
|
CameraImageRenderer_UpdateCommandBuffer_m9BBC779174A59F146867E904C95C730AF4BA4028(__this, L_1, L_2, L_3, NULL);
|
|
// if (request != null)
|
|
UserRequest_t50ED9EC59E68CA01BE9BF5028C274640DEFDF00D* L_4 = __this->___request_11;
|
|
if (!L_4)
|
|
{
|
|
goto IL_0093;
|
|
}
|
|
}
|
|
{
|
|
// request.UpdateCommandBuffer(targetCamera, material, invertCulling);
|
|
UserRequest_t50ED9EC59E68CA01BE9BF5028C274640DEFDF00D* L_5 = __this->___request_11;
|
|
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_6 = __this->___targetCamera_5;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_7 = __this->___material_8;
|
|
bool L_8 = __this->___invertCulling_13;
|
|
NullCheck(L_5);
|
|
UserRequest_UpdateCommandBuffer_m366CEC9B792FE418D39C0FCAC644A057FDE436EF(L_5, L_6, L_7, L_8, NULL);
|
|
// RenderTexture texture = null;
|
|
V_0 = (RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27*)NULL;
|
|
// if (TargetTextureChange != null && request.UpdateTexture(targetCamera, material, invertCulling, out texture))
|
|
Action_2_t277AE85006B08FF17CAFB370BCF5563F5D9C8A1F* L_9 = __this->___TargetTextureChange_17;
|
|
if (!L_9)
|
|
{
|
|
goto IL_0087;
|
|
}
|
|
}
|
|
{
|
|
UserRequest_t50ED9EC59E68CA01BE9BF5028C274640DEFDF00D* L_10 = __this->___request_11;
|
|
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_11 = __this->___targetCamera_5;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_12 = __this->___material_8;
|
|
bool L_13 = __this->___invertCulling_13;
|
|
NullCheck(L_10);
|
|
bool L_14;
|
|
L_14 = UserRequest_UpdateTexture_mDC2F56E4260D9E9A5D505D5628E67BCF2BBD4D2C(L_10, L_11, L_12, L_13, (&V_0), NULL);
|
|
if (!L_14)
|
|
{
|
|
goto IL_0087;
|
|
}
|
|
}
|
|
{
|
|
// TargetTextureChange(targetCamera, texture);
|
|
Action_2_t277AE85006B08FF17CAFB370BCF5563F5D9C8A1F* L_15 = __this->___TargetTextureChange_17;
|
|
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_16 = __this->___targetCamera_5;
|
|
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_17 = V_0;
|
|
NullCheck(L_15);
|
|
Action_2_Invoke_m74A1146C9EAD5B3900BDE52AE4D315CE28444CE4_inline(L_15, L_16, L_17, NULL);
|
|
}
|
|
|
|
IL_0087:
|
|
{
|
|
// UserTexture = texture;
|
|
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_18 = V_0;
|
|
Optional_1_tA5DF3E7EEEFCADFC2F37F8D67FAE65A139B559C4 L_19;
|
|
L_19 = Optional_1_op_Implicit_m57B7C69AC3CFB674EA41E92A6A006A284CF9886C(L_18, Optional_1_op_Implicit_m57B7C69AC3CFB674EA41E92A6A006A284CF9886C_RuntimeMethod_var);
|
|
CameraImageRenderer_set_UserTexture_m845F18CD91DCCF9F937CF1C9AA1F01AB0F0C5781_inline(__this, L_19, NULL);
|
|
}
|
|
|
|
IL_0093:
|
|
{
|
|
// return;
|
|
return;
|
|
}
|
|
|
|
IL_0094:
|
|
{
|
|
// if (!enabled && request == null && OnFrameRenderUpdate == null)
|
|
bool L_20;
|
|
L_20 = Behaviour_get_enabled_mAAC9F15E9EBF552217A5AE2681589CC0BFA300C1(__this, NULL);
|
|
if (L_20)
|
|
{
|
|
goto IL_00ad;
|
|
}
|
|
}
|
|
{
|
|
UserRequest_t50ED9EC59E68CA01BE9BF5028C274640DEFDF00D* L_21 = __this->___request_11;
|
|
if (L_21)
|
|
{
|
|
goto IL_00ad;
|
|
}
|
|
}
|
|
{
|
|
Action_2_t18A4876EE3337940FFE3C859DA0AA75A16B719CA* L_22 = __this->___OnFrameRenderUpdate_16;
|
|
if (L_22)
|
|
{
|
|
goto IL_00ad;
|
|
}
|
|
}
|
|
{
|
|
// return;
|
|
return;
|
|
}
|
|
|
|
IL_00ad:
|
|
{
|
|
// using (var frame = outputFrame.inputFrame())
|
|
OutputFrame_tB66E85BCF3FBC8ADCFFD36503D3AD4E71A6CD914* L_23 = ___0_outputFrame;
|
|
NullCheck(L_23);
|
|
InputFrame_tDB02ECBCF7ED51DE6F781A607D63BE7812E0BDC1* L_24;
|
|
L_24 = VirtualFuncInvoker0< InputFrame_tDB02ECBCF7ED51DE6F781A607D63BE7812E0BDC1* >::Invoke(7 /* easyar.InputFrame easyar.OutputFrame::inputFrame() */, L_23);
|
|
V_1 = L_24;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_0147:
|
|
{// begin finally (depth: 1)
|
|
{
|
|
InputFrame_tDB02ECBCF7ED51DE6F781A607D63BE7812E0BDC1* L_25 = V_1;
|
|
if (!L_25)
|
|
{
|
|
goto IL_0150;
|
|
}
|
|
}
|
|
{
|
|
InputFrame_tDB02ECBCF7ED51DE6F781A607D63BE7812E0BDC1* L_26 = V_1;
|
|
NullCheck(L_26);
|
|
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_26);
|
|
}
|
|
|
|
IL_0150:
|
|
{
|
|
return;
|
|
}
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
{
|
|
// using (var image = frame.image())
|
|
InputFrame_tDB02ECBCF7ED51DE6F781A607D63BE7812E0BDC1* L_27 = V_1;
|
|
NullCheck(L_27);
|
|
Image_tA8E8F2D58C143E9ADB13683D6BC93C8345F46A43* L_28;
|
|
L_28 = VirtualFuncInvoker0< Image_tA8E8F2D58C143E9ADB13683D6BC93C8345F46A43* >::Invoke(7 /* easyar.Image easyar.InputFrame::image() */, L_27);
|
|
V_2 = L_28;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_011c_1:
|
|
{// begin finally (depth: 2)
|
|
{
|
|
Image_tA8E8F2D58C143E9ADB13683D6BC93C8345F46A43* L_29 = V_2;
|
|
if (!L_29)
|
|
{
|
|
goto IL_0125_1;
|
|
}
|
|
}
|
|
{
|
|
Image_tA8E8F2D58C143E9ADB13683D6BC93C8345F46A43* L_30 = V_2;
|
|
NullCheck(L_30);
|
|
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_30);
|
|
}
|
|
|
|
IL_0125_1:
|
|
{
|
|
return;
|
|
}
|
|
}// end finally (depth: 2)
|
|
});
|
|
try
|
|
{// begin try (depth: 2)
|
|
{
|
|
// var materialUpdated = arMaterial.UpdateByImage(image);
|
|
CameraImageMaterial_t71DBE936806DA72BF211659270248F5A245AB676* L_31 = __this->___arMaterial_7;
|
|
Image_tA8E8F2D58C143E9ADB13683D6BC93C8345F46A43* L_32 = V_2;
|
|
NullCheck(L_31);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_33;
|
|
L_33 = CameraImageMaterial_UpdateByImage_mD125E489D7EF75482859095860549C16CBC3A7F2(L_31, L_32, NULL);
|
|
V_3 = L_33;
|
|
// if (material != materialUpdated)
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_34 = __this->___material_8;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_35 = V_3;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_36;
|
|
L_36 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_34, L_35, NULL);
|
|
if (!L_36)
|
|
{
|
|
goto IL_011a_2;
|
|
}
|
|
}
|
|
{
|
|
// material = materialUpdated;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_37 = V_3;
|
|
__this->___material_8 = L_37;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___material_8), (void*)L_37);
|
|
// UpdateCommandBuffer(targetCamera, material, invertCulling);
|
|
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_38 = __this->___targetCamera_5;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_39 = __this->___material_8;
|
|
bool L_40 = __this->___invertCulling_13;
|
|
CameraImageRenderer_UpdateCommandBuffer_m9BBC779174A59F146867E904C95C730AF4BA4028(__this, L_38, L_39, L_40, NULL);
|
|
// if (request != null) { request.UpdateCommandBuffer(targetCamera, material, invertCulling); }
|
|
UserRequest_t50ED9EC59E68CA01BE9BF5028C274640DEFDF00D* L_41 = __this->___request_11;
|
|
if (!L_41)
|
|
{
|
|
goto IL_011a_2;
|
|
}
|
|
}
|
|
{
|
|
// if (request != null) { request.UpdateCommandBuffer(targetCamera, material, invertCulling); }
|
|
UserRequest_t50ED9EC59E68CA01BE9BF5028C274640DEFDF00D* L_42 = __this->___request_11;
|
|
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_43 = __this->___targetCamera_5;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_44 = __this->___material_8;
|
|
bool L_45 = __this->___invertCulling_13;
|
|
NullCheck(L_42);
|
|
UserRequest_UpdateCommandBuffer_m366CEC9B792FE418D39C0FCAC644A057FDE436EF(L_42, L_43, L_44, L_45, NULL);
|
|
}
|
|
|
|
IL_011a_2:
|
|
{
|
|
// }
|
|
goto IL_0126_1;
|
|
}
|
|
}// end try (depth: 2)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_0126_1:
|
|
{
|
|
// if (cameraParameters != null)
|
|
CameraParameters_t18C9E22363BD41CD7244E2256ED25A53DB87BB53* L_46 = __this->___cameraParameters_9;
|
|
if (!L_46)
|
|
{
|
|
goto IL_0139_1;
|
|
}
|
|
}
|
|
{
|
|
// cameraParameters.Dispose();
|
|
CameraParameters_t18C9E22363BD41CD7244E2256ED25A53DB87BB53* L_47 = __this->___cameraParameters_9;
|
|
NullCheck(L_47);
|
|
RefBase_Dispose_m0C0F6CBAAFDD4D732F27B09F76D1A77AC6D44B75(L_47, NULL);
|
|
}
|
|
|
|
IL_0139_1:
|
|
{
|
|
// cameraParameters = frame.cameraParameters();
|
|
InputFrame_tDB02ECBCF7ED51DE6F781A607D63BE7812E0BDC1* L_48 = V_1;
|
|
NullCheck(L_48);
|
|
CameraParameters_t18C9E22363BD41CD7244E2256ED25A53DB87BB53* L_49;
|
|
L_49 = VirtualFuncInvoker0< CameraParameters_t18C9E22363BD41CD7244E2256ED25A53DB87BB53* >::Invoke(9 /* easyar.CameraParameters easyar.InputFrame::cameraParameters() */, L_48);
|
|
__this->___cameraParameters_9 = L_49;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___cameraParameters_9), (void*)L_49);
|
|
// }
|
|
goto IL_0151;
|
|
}
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_0151:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// easyar.CameraImageRenderer easyar.CameraImageRenderer::TryGetRenderer(UnityEngine.Camera)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CameraImageRenderer_tD369A344F7BD6A09BE29193551EA348BC22D7078* CameraImageRenderer_TryGetRenderer_mEB3DBAD2CCF56AC404F8F4EC45598C957BF64C80 (Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* ___0_camera, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CameraImageRenderer_tD369A344F7BD6A09BE29193551EA348BC22D7078_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_m36C014EE23477A314CA41465245C2BCC9C0A188A_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
CameraImageRenderer_tD369A344F7BD6A09BE29193551EA348BC22D7078* V_0 = NULL;
|
|
{
|
|
// if (!camera) { return null; }
|
|
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_0 = ___0_camera;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_1;
|
|
L_1 = Object_op_Implicit_m93896EF7D68FA113C42D3FE2BC6F661FC7EF514A(L_0, NULL);
|
|
if (L_1)
|
|
{
|
|
goto IL_000a;
|
|
}
|
|
}
|
|
{
|
|
// if (!camera) { return null; }
|
|
return (CameraImageRenderer_tD369A344F7BD6A09BE29193551EA348BC22D7078*)NULL;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
// if (allRenderers.TryGetValue(camera, out CameraImageRenderer renderer))
|
|
il2cpp_codegen_runtime_class_init_inline(CameraImageRenderer_tD369A344F7BD6A09BE29193551EA348BC22D7078_il2cpp_TypeInfo_var);
|
|
Dictionary_2_t6E6BBE1387E58DA634F58ACFCF79515A16B504F3* L_2 = ((CameraImageRenderer_tD369A344F7BD6A09BE29193551EA348BC22D7078_StaticFields*)il2cpp_codegen_static_fields_for(CameraImageRenderer_tD369A344F7BD6A09BE29193551EA348BC22D7078_il2cpp_TypeInfo_var))->___allRenderers_15;
|
|
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_3 = ___0_camera;
|
|
NullCheck(L_2);
|
|
bool L_4;
|
|
L_4 = Dictionary_2_TryGetValue_m36C014EE23477A314CA41465245C2BCC9C0A188A(L_2, L_3, (&V_0), Dictionary_2_TryGetValue_m36C014EE23477A314CA41465245C2BCC9C0A188A_RuntimeMethod_var);
|
|
if (!L_4)
|
|
{
|
|
goto IL_001b;
|
|
}
|
|
}
|
|
{
|
|
// return renderer;
|
|
CameraImageRenderer_tD369A344F7BD6A09BE29193551EA348BC22D7078* L_5 = V_0;
|
|
return L_5;
|
|
}
|
|
|
|
IL_001b:
|
|
{
|
|
// return null;
|
|
return (CameraImageRenderer_tD369A344F7BD6A09BE29193551EA348BC22D7078*)NULL;
|
|
}
|
|
}
|
|
// System.Void easyar.CameraImageRenderer::OnFrameUpdate(easyar.OutputFrame)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CameraImageRenderer_OnFrameUpdate_mD4A000CFA9DD2D5DB2EA655D4881EFC6A1B076E7 (CameraImageRenderer_tD369A344F7BD6A09BE29193551EA348BC22D7078* __this, OutputFrame_tB66E85BCF3FBC8ADCFFD36503D3AD4E71A6CD914* ___0_outputFrame, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CameraImageRenderer_tD369A344F7BD6A09BE29193551EA348BC22D7078_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisplay_t6E0B53BF7EBA71E72F21B18A0F21B9891377AC45_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Optional_1_op_Implicit_m57B7C69AC3CFB674EA41E92A6A006A284CF9886C_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral019FF652A88FCDAF4B31156B64E8957F028B40B8);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* V_1 = NULL;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
// if (!enabled && request == null && OnFrameRenderUpdate == null)
|
|
bool L_0;
|
|
L_0 = Behaviour_get_enabled_mAAC9F15E9EBF552217A5AE2681589CC0BFA300C1(__this, NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
UserRequest_t50ED9EC59E68CA01BE9BF5028C274640DEFDF00D* L_1 = __this->___request_11;
|
|
if (L_1)
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
Action_2_t18A4876EE3337940FFE3C859DA0AA75A16B719CA* L_2 = __this->___OnFrameRenderUpdate_16;
|
|
if (L_2)
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
// return;
|
|
return;
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
// if (request != null)
|
|
UserRequest_t50ED9EC59E68CA01BE9BF5028C274640DEFDF00D* L_3 = __this->___request_11;
|
|
if (!L_3)
|
|
{
|
|
goto IL_006a;
|
|
}
|
|
}
|
|
{
|
|
// RenderTexture texture = null;
|
|
V_1 = (RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27*)NULL;
|
|
// if (TargetTextureChange != null && request.UpdateTexture(targetCamera, material, invertCulling, out texture))
|
|
Action_2_t277AE85006B08FF17CAFB370BCF5563F5D9C8A1F* L_4 = __this->___TargetTextureChange_17;
|
|
if (!L_4)
|
|
{
|
|
goto IL_005e;
|
|
}
|
|
}
|
|
{
|
|
UserRequest_t50ED9EC59E68CA01BE9BF5028C274640DEFDF00D* L_5 = __this->___request_11;
|
|
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_6 = __this->___targetCamera_5;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_7 = __this->___material_8;
|
|
bool L_8 = __this->___invertCulling_13;
|
|
NullCheck(L_5);
|
|
bool L_9;
|
|
L_9 = UserRequest_UpdateTexture_mDC2F56E4260D9E9A5D505D5628E67BCF2BBD4D2C(L_5, L_6, L_7, L_8, (&V_1), NULL);
|
|
if (!L_9)
|
|
{
|
|
goto IL_005e;
|
|
}
|
|
}
|
|
{
|
|
// TargetTextureChange(targetCamera, texture);
|
|
Action_2_t277AE85006B08FF17CAFB370BCF5563F5D9C8A1F* L_10 = __this->___TargetTextureChange_17;
|
|
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_11 = __this->___targetCamera_5;
|
|
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_12 = V_1;
|
|
NullCheck(L_10);
|
|
Action_2_Invoke_m74A1146C9EAD5B3900BDE52AE4D315CE28444CE4_inline(L_10, L_11, L_12, NULL);
|
|
}
|
|
|
|
IL_005e:
|
|
{
|
|
// UserTexture = texture;
|
|
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_13 = V_1;
|
|
Optional_1_tA5DF3E7EEEFCADFC2F37F8D67FAE65A139B559C4 L_14;
|
|
L_14 = Optional_1_op_Implicit_m57B7C69AC3CFB674EA41E92A6A006A284CF9886C(L_13, Optional_1_op_Implicit_m57B7C69AC3CFB674EA41E92A6A006A284CF9886C_RuntimeMethod_var);
|
|
CameraImageRenderer_set_UserTexture_m845F18CD91DCCF9F937CF1C9AA1F01AB0F0C5781_inline(__this, L_14, NULL);
|
|
}
|
|
|
|
IL_006a:
|
|
{
|
|
// if (!material || !targetCamera)
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_15 = __this->___material_8;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_16;
|
|
L_16 = Object_op_Implicit_m93896EF7D68FA113C42D3FE2BC6F661FC7EF514A(L_15, NULL);
|
|
if (!L_16)
|
|
{
|
|
goto IL_0084;
|
|
}
|
|
}
|
|
{
|
|
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_17 = __this->___targetCamera_5;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_18;
|
|
L_18 = Object_op_Implicit_m93896EF7D68FA113C42D3FE2BC6F661FC7EF514A(L_17, NULL);
|
|
if (L_18)
|
|
{
|
|
goto IL_0085;
|
|
}
|
|
}
|
|
|
|
IL_0084:
|
|
{
|
|
// return;
|
|
return;
|
|
}
|
|
|
|
IL_0085:
|
|
{
|
|
// if (invertCullingChanged)
|
|
bool L_19 = __this->___invertCullingChanged_14;
|
|
if (!L_19)
|
|
{
|
|
goto IL_00ca;
|
|
}
|
|
}
|
|
{
|
|
// UpdateCommandBuffer(targetCamera, material, invertCulling);
|
|
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_20 = __this->___targetCamera_5;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_21 = __this->___material_8;
|
|
bool L_22 = __this->___invertCulling_13;
|
|
CameraImageRenderer_UpdateCommandBuffer_m9BBC779174A59F146867E904C95C730AF4BA4028(__this, L_20, L_21, L_22, NULL);
|
|
// if (request != null) { request.UpdateCommandBuffer(targetCamera, material, invertCulling); }
|
|
UserRequest_t50ED9EC59E68CA01BE9BF5028C274640DEFDF00D* L_23 = __this->___request_11;
|
|
if (!L_23)
|
|
{
|
|
goto IL_00ca;
|
|
}
|
|
}
|
|
{
|
|
// if (request != null) { request.UpdateCommandBuffer(targetCamera, material, invertCulling); }
|
|
UserRequest_t50ED9EC59E68CA01BE9BF5028C274640DEFDF00D* L_24 = __this->___request_11;
|
|
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_25 = __this->___targetCamera_5;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_26 = __this->___material_8;
|
|
bool L_27 = __this->___invertCulling_13;
|
|
NullCheck(L_24);
|
|
UserRequest_UpdateCommandBuffer_m366CEC9B792FE418D39C0FCAC644A057FDE436EF(L_24, L_25, L_26, L_27, NULL);
|
|
}
|
|
|
|
IL_00ca:
|
|
{
|
|
// var displayTransform = DisplayTransform(cameraParameters, targetCamera.aspect, arSession.Assembly.Display.Rotation, renderImageHFlip);
|
|
CameraParameters_t18C9E22363BD41CD7244E2256ED25A53DB87BB53* L_28 = __this->___cameraParameters_9;
|
|
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_29 = __this->___targetCamera_5;
|
|
NullCheck(L_29);
|
|
float L_30;
|
|
L_30 = Camera_get_aspect_m48BF8820EA2D55BE0D154BC5546819FB65BE257D(L_29, NULL);
|
|
ARSession_tE7BD3656886DDF0823637E4219C76DA80A215D35* L_31 = __this->___arSession_12;
|
|
NullCheck(L_31);
|
|
ARAssembly_t5F1E1DD46E4F3CA1BAF7ACAFC438564C8E5B02EB* L_32;
|
|
L_32 = ARSession_get_Assembly_mD1EE98F79892BB336FDEB644E9E2FE68B5EF3994_inline(L_31, NULL);
|
|
NullCheck(L_32);
|
|
RuntimeObject* L_33;
|
|
L_33 = ARAssembly_get_Display_m7F71F9A9B8D7AAAC1A9072887BF47E1162B1EEF2(L_32, NULL);
|
|
NullCheck(L_33);
|
|
int32_t L_34;
|
|
L_34 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 easyar.IDisplay::get_Rotation() */, IDisplay_t6E0B53BF7EBA71E72F21B18A0F21B9891377AC45_il2cpp_TypeInfo_var, L_33);
|
|
bool L_35 = __this->___renderImageHFlip_10;
|
|
il2cpp_codegen_runtime_class_init_inline(CameraImageRenderer_tD369A344F7BD6A09BE29193551EA348BC22D7078_il2cpp_TypeInfo_var);
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_36;
|
|
L_36 = CameraImageRenderer_DisplayTransform_m418C43CE5D5FCAAABB28564122782F9306EE49FB(L_28, L_30, L_34, L_35, NULL);
|
|
V_0 = L_36;
|
|
// material.SetMatrix("_DisplayTransform", displayTransform);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_37 = __this->___material_8;
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_38 = V_0;
|
|
NullCheck(L_37);
|
|
Material_SetMatrix_m1F4E20583C898A1C1DBA256868E1F98C539F13FB(L_37, _stringLiteral019FF652A88FCDAF4B31156B64E8957F028B40B8, L_38, NULL);
|
|
// if (OnFrameRenderUpdate != null)
|
|
Action_2_t18A4876EE3337940FFE3C859DA0AA75A16B719CA* L_39 = __this->___OnFrameRenderUpdate_16;
|
|
if (!L_39)
|
|
{
|
|
goto IL_015f;
|
|
}
|
|
}
|
|
{
|
|
// OnFrameRenderUpdate(material, new Vector2(Screen.width * targetCamera.rect.width, Screen.height * targetCamera.rect.height));
|
|
Action_2_t18A4876EE3337940FFE3C859DA0AA75A16B719CA* L_40 = __this->___OnFrameRenderUpdate_16;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_41 = __this->___material_8;
|
|
int32_t L_42;
|
|
L_42 = Screen_get_width_mF608FF3252213E7EFA1F0D2F744C28110E9E5AC9(NULL);
|
|
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_43 = __this->___targetCamera_5;
|
|
NullCheck(L_43);
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_44;
|
|
L_44 = Camera_get_rect_m848C23B32814D1351E43F0A0110DB8ECA19C6772(L_43, NULL);
|
|
V_2 = L_44;
|
|
float L_45;
|
|
L_45 = Rect_get_width_m620D67551372073C9C32C4C4624C2A5713F7F9A9((&V_2), NULL);
|
|
int32_t L_46;
|
|
L_46 = Screen_get_height_m01A3102DE71EE1FBEA51D09D6B0261CF864FE8F9(NULL);
|
|
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_47 = __this->___targetCamera_5;
|
|
NullCheck(L_47);
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_48;
|
|
L_48 = Camera_get_rect_m848C23B32814D1351E43F0A0110DB8ECA19C6772(L_47, NULL);
|
|
V_2 = L_48;
|
|
float L_49;
|
|
L_49 = Rect_get_height_mE1AA6C6C725CCD2D317BD2157396D3CF7D47C9D8((&V_2), NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_50;
|
|
memset((&L_50), 0, sizeof(L_50));
|
|
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_50), ((float)il2cpp_codegen_multiply(((float)L_42), L_45)), ((float)il2cpp_codegen_multiply(((float)L_46), L_49)), /*hidden argument*/NULL);
|
|
NullCheck(L_40);
|
|
Action_2_Invoke_m3455A7503B39BC2CAA4FC048D9E2D084EE9B42D1_inline(L_40, L_41, L_50, NULL);
|
|
}
|
|
|
|
IL_015f:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// UnityEngine.Matrix4x4 easyar.CameraImageRenderer::DisplayTransform(easyar.CameraParameters,System.Single,System.Int32,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 CameraImageRenderer_DisplayTransform_m418C43CE5D5FCAAABB28564122782F9306EE49FB (CameraParameters_t18C9E22363BD41CD7244E2256ED25A53DB87BB53* ___0_parameters, float ___1_viewportAspectRatio, int32_t ___2_screenRotation, bool ___3_hFlip, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
Vec2I_tFE0BA26B13EC0F9970DC6F58A4CB2A10467C7485 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
float V_2 = 0.0f;
|
|
float V_3 = 0.0f;
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 V_4;
|
|
memset((&V_4), 0, sizeof(V_4));
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 V_5;
|
|
memset((&V_5), 0, sizeof(V_5));
|
|
int32_t G_B2_0 = 0;
|
|
int32_t G_B2_1 = 0;
|
|
float G_B2_2 = 0.0f;
|
|
CameraParameters_t18C9E22363BD41CD7244E2256ED25A53DB87BB53* G_B2_3 = NULL;
|
|
int32_t G_B1_0 = 0;
|
|
int32_t G_B1_1 = 0;
|
|
float G_B1_2 = 0.0f;
|
|
CameraParameters_t18C9E22363BD41CD7244E2256ED25A53DB87BB53* G_B1_3 = NULL;
|
|
int32_t G_B3_0 = 0;
|
|
int32_t G_B3_1 = 0;
|
|
int32_t G_B3_2 = 0;
|
|
float G_B3_3 = 0.0f;
|
|
CameraParameters_t18C9E22363BD41CD7244E2256ED25A53DB87BB53* G_B3_4 = NULL;
|
|
float G_B6_0 = 0.0f;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 G_B9_0;
|
|
memset((&G_B9_0), 0, sizeof(G_B9_0));
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6* G_B11_0 = NULL;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 G_B11_1;
|
|
memset((&G_B11_1), 0, sizeof(G_B11_1));
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6* G_B10_0 = NULL;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 G_B10_1;
|
|
memset((&G_B10_1), 0, sizeof(G_B10_1));
|
|
int32_t G_B12_0 = 0;
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6* G_B12_1 = NULL;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 G_B12_2;
|
|
memset((&G_B12_2), 0, sizeof(G_B12_2));
|
|
{
|
|
// var imageRotation = parameters.imageOrientation(screenRotation);
|
|
CameraParameters_t18C9E22363BD41CD7244E2256ED25A53DB87BB53* L_0 = ___0_parameters;
|
|
int32_t L_1 = ___2_screenRotation;
|
|
NullCheck(L_0);
|
|
int32_t L_2;
|
|
L_2 = VirtualFuncInvoker1< int32_t, int32_t >::Invoke(12 /* System.Int32 easyar.CameraParameters::imageOrientation(System.Int32) */, L_0, L_1);
|
|
V_0 = L_2;
|
|
// parameters.imageProjection(viewportAspectRatio, screenRotation, true, parameters.cameraDeviceType() == CameraDeviceType.Front ? !hFlip : hFlip).ToUnityMatrix();
|
|
CameraParameters_t18C9E22363BD41CD7244E2256ED25A53DB87BB53* L_3 = ___0_parameters;
|
|
float L_4 = ___1_viewportAspectRatio;
|
|
int32_t L_5 = ___2_screenRotation;
|
|
CameraParameters_t18C9E22363BD41CD7244E2256ED25A53DB87BB53* L_6 = ___0_parameters;
|
|
NullCheck(L_6);
|
|
int32_t L_7;
|
|
L_7 = VirtualFuncInvoker0< int32_t >::Invoke(9 /* easyar.CameraDeviceType easyar.CameraParameters::cameraDeviceType() */, L_6);
|
|
G_B1_0 = 1;
|
|
G_B1_1 = L_5;
|
|
G_B1_2 = L_4;
|
|
G_B1_3 = L_3;
|
|
if ((((int32_t)L_7) == ((int32_t)2)))
|
|
{
|
|
G_B2_0 = 1;
|
|
G_B2_1 = L_5;
|
|
G_B2_2 = L_4;
|
|
G_B2_3 = L_3;
|
|
goto IL_0018;
|
|
}
|
|
}
|
|
{
|
|
bool L_8 = ___3_hFlip;
|
|
G_B3_0 = ((int32_t)(L_8));
|
|
G_B3_1 = G_B1_0;
|
|
G_B3_2 = G_B1_1;
|
|
G_B3_3 = G_B1_2;
|
|
G_B3_4 = G_B1_3;
|
|
goto IL_001c;
|
|
}
|
|
|
|
IL_0018:
|
|
{
|
|
bool L_9 = ___3_hFlip;
|
|
G_B3_0 = ((((int32_t)L_9) == ((int32_t)0))? 1 : 0);
|
|
G_B3_1 = G_B2_0;
|
|
G_B3_2 = G_B2_1;
|
|
G_B3_3 = G_B2_2;
|
|
G_B3_4 = G_B2_3;
|
|
}
|
|
|
|
IL_001c:
|
|
{
|
|
NullCheck(G_B3_4);
|
|
Matrix44F_t2AC2E226036AA644931F63203A7171FB070EA515 L_10;
|
|
L_10 = VirtualFuncInvoker4< Matrix44F_t2AC2E226036AA644931F63203A7171FB070EA515, float, int32_t, bool, bool >::Invoke(15 /* easyar.Matrix44F easyar.CameraParameters::imageProjection(System.Single,System.Int32,System.Boolean,System.Boolean) */, G_B3_4, G_B3_3, G_B3_2, (bool)G_B3_1, (bool)G_B3_0);
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_11;
|
|
L_11 = APIExtend_ToUnityMatrix_m2B7C43B6EBC462854BF2DDB052D0311534641195(L_10, NULL);
|
|
// var size = parameters.size();
|
|
CameraParameters_t18C9E22363BD41CD7244E2256ED25A53DB87BB53* L_12 = ___0_parameters;
|
|
NullCheck(L_12);
|
|
Vec2I_tFE0BA26B13EC0F9970DC6F58A4CB2A10467C7485 L_13;
|
|
L_13 = VirtualFuncInvoker0< Vec2I_tFE0BA26B13EC0F9970DC6F58A4CB2A10467C7485 >::Invoke(6 /* easyar.Vec2I easyar.CameraParameters::size() */, L_12);
|
|
V_1 = L_13;
|
|
// float imageAspectRatio = (float)size.data_0 / size.data_1;
|
|
Vec2I_tFE0BA26B13EC0F9970DC6F58A4CB2A10467C7485 L_14 = V_1;
|
|
int32_t L_15 = L_14.___data_0_0;
|
|
Vec2I_tFE0BA26B13EC0F9970DC6F58A4CB2A10467C7485 L_16 = V_1;
|
|
int32_t L_17 = L_16.___data_1_1;
|
|
V_2 = ((float)(((float)L_15)/((float)L_17)));
|
|
// var requiredImageAspectRatio = (imageRotation % 180) == 0 ? viewportAspectRatio : 1.0f / viewportAspectRatio;
|
|
int32_t L_18 = V_0;
|
|
if (!((int32_t)(L_18%((int32_t)180))))
|
|
{
|
|
goto IL_0050;
|
|
}
|
|
}
|
|
{
|
|
float L_19 = ___1_viewportAspectRatio;
|
|
G_B6_0 = ((float)((1.0f)/L_19));
|
|
goto IL_0051;
|
|
}
|
|
|
|
IL_0050:
|
|
{
|
|
float L_20 = ___1_viewportAspectRatio;
|
|
G_B6_0 = L_20;
|
|
}
|
|
|
|
IL_0051:
|
|
{
|
|
V_3 = G_B6_0;
|
|
// var imageScale = imageAspectRatio < requiredImageAspectRatio ? new Vector3(1, imageAspectRatio / requiredImageAspectRatio, 1) : new Vector3(requiredImageAspectRatio / imageAspectRatio, 1, 1);
|
|
float L_21 = V_2;
|
|
float L_22 = V_3;
|
|
if ((((float)L_21) < ((float)L_22)))
|
|
{
|
|
goto IL_006a;
|
|
}
|
|
}
|
|
{
|
|
float L_23 = V_3;
|
|
float L_24 = V_2;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_25;
|
|
memset((&L_25), 0, sizeof(L_25));
|
|
Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&L_25), ((float)(L_23/L_24)), (1.0f), (1.0f), /*hidden argument*/NULL);
|
|
G_B9_0 = L_25;
|
|
goto IL_007c;
|
|
}
|
|
|
|
IL_006a:
|
|
{
|
|
float L_26 = V_2;
|
|
float L_27 = V_3;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_28;
|
|
memset((&L_28), 0, sizeof(L_28));
|
|
Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&L_28), (1.0f), ((float)(L_26/L_27)), (1.0f), /*hidden argument*/NULL);
|
|
G_B9_0 = L_28;
|
|
}
|
|
|
|
IL_007c:
|
|
{
|
|
// var flip = Matrix4x4.identity;
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_29;
|
|
L_29 = Matrix4x4_get_identity_m6568A73831F3E2D587420D20FF423959D7D8AB56_inline(NULL);
|
|
V_4 = L_29;
|
|
// flip.m00 = hFlip ? -1 : 1;
|
|
bool L_30 = ___3_hFlip;
|
|
G_B10_0 = (&V_4);
|
|
G_B10_1 = G_B9_0;
|
|
if (L_30)
|
|
{
|
|
G_B11_0 = (&V_4);
|
|
G_B11_1 = G_B9_0;
|
|
goto IL_008b;
|
|
}
|
|
}
|
|
{
|
|
G_B12_0 = 1;
|
|
G_B12_1 = G_B10_0;
|
|
G_B12_2 = G_B10_1;
|
|
goto IL_008c;
|
|
}
|
|
|
|
IL_008b:
|
|
{
|
|
G_B12_0 = (-1);
|
|
G_B12_1 = G_B11_0;
|
|
G_B12_2 = G_B11_1;
|
|
}
|
|
|
|
IL_008c:
|
|
{
|
|
G_B12_1->___m00_0 = ((float)G_B12_0);
|
|
// var displayTransform = Matrix4x4.Scale(imageScale) * Matrix4x4.Rotate(Quaternion.Euler(0, 0, -imageRotation)) * flip;
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_31;
|
|
L_31 = Matrix4x4_Scale_m95902D2A889FD6E7B04BBEAE6FAE5D6D8A88E642(G_B12_2, NULL);
|
|
int32_t L_32 = V_0;
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_33;
|
|
L_33 = Quaternion_Euler_m9262AB29E3E9CE94EF71051F38A28E82AEC73F90_inline((0.0f), (0.0f), ((float)((-L_32))), NULL);
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_34;
|
|
L_34 = Matrix4x4_Rotate_m015442530DFF5651458BBFDFB3CBC9180FC09D9E(L_33, NULL);
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_35;
|
|
L_35 = Matrix4x4_op_Multiply_m75E91775655DCA8DFC8EDE0AB787285BB3935162(L_31, L_34, NULL);
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_36 = V_4;
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_37;
|
|
L_37 = Matrix4x4_op_Multiply_m75E91775655DCA8DFC8EDE0AB787285BB3935162(L_35, L_36, NULL);
|
|
V_5 = L_37;
|
|
// displayTransform.m02 = (1 - displayTransform.m00 - displayTransform.m01) / 2;
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_38 = V_5;
|
|
float L_39 = L_38.___m00_0;
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_40 = V_5;
|
|
float L_41 = L_40.___m01_4;
|
|
(&V_5)->___m02_8 = ((float)(((float)il2cpp_codegen_subtract(((float)il2cpp_codegen_subtract((1.0f), L_39)), L_41))/(2.0f)));
|
|
// displayTransform.m12 = (1 - displayTransform.m10 - displayTransform.m11) / 2;
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_42 = V_5;
|
|
float L_43 = L_42.___m10_1;
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_44 = V_5;
|
|
float L_45 = L_44.___m11_5;
|
|
(&V_5)->___m12_9 = ((float)(((float)il2cpp_codegen_subtract(((float)il2cpp_codegen_subtract((1.0f), L_43)), L_45))/(2.0f)));
|
|
// return displayTransform;
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_46 = V_5;
|
|
return L_46;
|
|
}
|
|
}
|
|
// System.Void easyar.CameraImageRenderer::UpdateCommandBuffer(UnityEngine.Camera,UnityEngine.Material,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CameraImageRenderer_UpdateCommandBuffer_m9BBC779174A59F146867E904C95C730AF4BA4028 (CameraImageRenderer_tD369A344F7BD6A09BE29193551EA348BC22D7078* __this, Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* ___0_cam, Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___1_material, bool ___2_invertCulling, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CameraImageRenderer_tD369A344F7BD6A09BE29193551EA348BC22D7078_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4B8146FB95E4F51B29DA41EB5F6D60F8FD0ECF21);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* V_0 = NULL;
|
|
CameraEventU5BU5D_tCE64254E9E2B285C33AE3AA6C3D1E9AA3BE6CE1E* V_1 = NULL;
|
|
int32_t V_2 = 0;
|
|
int32_t V_3 = 0;
|
|
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* G_B7_0 = NULL;
|
|
{
|
|
// RemoveCommandBuffer(cam);
|
|
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_0 = ___0_cam;
|
|
CameraImageRenderer_RemoveCommandBuffer_m7DC1654FDABC44108682FB075C842B18074712DD(__this, L_0, NULL);
|
|
// if (!cam || !material)
|
|
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_1 = ___0_cam;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_2;
|
|
L_2 = Object_op_Implicit_m93896EF7D68FA113C42D3FE2BC6F661FC7EF514A(L_1, NULL);
|
|
if (!L_2)
|
|
{
|
|
goto IL_0017;
|
|
}
|
|
}
|
|
{
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_3 = ___1_material;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_4;
|
|
L_4 = Object_op_Implicit_m93896EF7D68FA113C42D3FE2BC6F661FC7EF514A(L_3, NULL);
|
|
if (L_4)
|
|
{
|
|
goto IL_0018;
|
|
}
|
|
}
|
|
|
|
IL_0017:
|
|
{
|
|
// return;
|
|
return;
|
|
}
|
|
|
|
IL_0018:
|
|
{
|
|
// if (enabled)
|
|
bool L_5;
|
|
L_5 = Behaviour_get_enabled_mAAC9F15E9EBF552217A5AE2681589CC0BFA300C1(__this, NULL);
|
|
if (!L_5)
|
|
{
|
|
goto IL_00a7;
|
|
}
|
|
}
|
|
{
|
|
// var t = material.HasProperty("_MainTex") ? material.GetTexture("_MainTex") : null;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_6 = ___1_material;
|
|
NullCheck(L_6);
|
|
bool L_7;
|
|
L_7 = Material_HasProperty_mC09A83B44E368A217F606DD4954FA080CC03EC6C(L_6, _stringLiteral4B8146FB95E4F51B29DA41EB5F6D60F8FD0ECF21, NULL);
|
|
if (L_7)
|
|
{
|
|
goto IL_0033;
|
|
}
|
|
}
|
|
{
|
|
G_B7_0 = ((Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700*)(NULL));
|
|
goto IL_003e;
|
|
}
|
|
|
|
IL_0033:
|
|
{
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_8 = ___1_material;
|
|
NullCheck(L_8);
|
|
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_9;
|
|
L_9 = Material_GetTexture_mBA07A377A7DDD29CD53E6F687DE6D49A42C0C719(L_8, _stringLiteral4B8146FB95E4F51B29DA41EB5F6D60F8FD0ECF21, NULL);
|
|
G_B7_0 = L_9;
|
|
}
|
|
|
|
IL_003e:
|
|
{
|
|
V_0 = G_B7_0;
|
|
// commandBuffer = new CommandBuffer();
|
|
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_10 = (CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7*)il2cpp_codegen_object_new(CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7_il2cpp_TypeInfo_var);
|
|
NullCheck(L_10);
|
|
CommandBuffer__ctor_m9445F1606331B732FCA393591F3E230714FD5FF4(L_10, NULL);
|
|
__this->___commandBuffer_6 = L_10;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___commandBuffer_6), (void*)L_10);
|
|
// commandBuffer.SetInvertCulling(invertCulling);
|
|
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_11 = __this->___commandBuffer_6;
|
|
bool L_12 = ___2_invertCulling;
|
|
NullCheck(L_11);
|
|
CommandBuffer_SetInvertCulling_m61EBB9DDA991720ECA8F4856BCC1899E38AA4C1F(L_11, L_12, NULL);
|
|
// commandBuffer.ClearRenderTarget(true, false, Color.clear);
|
|
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_13 = __this->___commandBuffer_6;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_14;
|
|
L_14 = Color_get_clear_m02E023A7D396B973288B3915F6F24FBF7E0DC81D_inline(NULL);
|
|
NullCheck(L_13);
|
|
CommandBuffer_ClearRenderTarget_mABBE498A16DCEADCAA8F5DB50073012F74D03F14(L_13, (bool)1, (bool)0, L_14, NULL);
|
|
// commandBuffer.Blit(t, BuiltinRenderTextureType.CameraTarget, material);
|
|
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_15 = __this->___commandBuffer_6;
|
|
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_16 = V_0;
|
|
RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_17;
|
|
L_17 = RenderTargetIdentifier_op_Implicit_m3E2366E36F14173DBEED75591978EBE1F01A1325(2, NULL);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_18 = ___1_material;
|
|
NullCheck(L_15);
|
|
CommandBuffer_Blit_m067EA6B3B00F78DDF43887B565A3208164F84FC3(L_15, L_16, L_17, L_18, NULL);
|
|
// foreach (var cameraEvent in cameraEvents)
|
|
il2cpp_codegen_runtime_class_init_inline(CameraImageRenderer_tD369A344F7BD6A09BE29193551EA348BC22D7078_il2cpp_TypeInfo_var);
|
|
CameraEventU5BU5D_tCE64254E9E2B285C33AE3AA6C3D1E9AA3BE6CE1E* L_19 = ((CameraImageRenderer_tD369A344F7BD6A09BE29193551EA348BC22D7078_StaticFields*)il2cpp_codegen_static_fields_for(CameraImageRenderer_tD369A344F7BD6A09BE29193551EA348BC22D7078_il2cpp_TypeInfo_var))->___cameraEvents_4;
|
|
V_1 = L_19;
|
|
V_2 = 0;
|
|
goto IL_009a;
|
|
}
|
|
|
|
IL_0085:
|
|
{
|
|
// foreach (var cameraEvent in cameraEvents)
|
|
CameraEventU5BU5D_tCE64254E9E2B285C33AE3AA6C3D1E9AA3BE6CE1E* L_20 = V_1;
|
|
int32_t L_21 = V_2;
|
|
NullCheck(L_20);
|
|
int32_t L_22 = L_21;
|
|
int32_t L_23 = (int32_t)(L_20)->GetAt(static_cast<il2cpp_array_size_t>(L_22));
|
|
V_3 = L_23;
|
|
// cam.AddCommandBuffer(cameraEvent, commandBuffer);
|
|
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_24 = ___0_cam;
|
|
int32_t L_25 = V_3;
|
|
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_26 = __this->___commandBuffer_6;
|
|
NullCheck(L_24);
|
|
Camera_AddCommandBuffer_m2C1C3C2D93CB62D569714B3FFA694CAB9BF81A9A(L_24, L_25, L_26, NULL);
|
|
int32_t L_27 = V_2;
|
|
V_2 = ((int32_t)il2cpp_codegen_add(L_27, 1));
|
|
}
|
|
|
|
IL_009a:
|
|
{
|
|
// foreach (var cameraEvent in cameraEvents)
|
|
int32_t L_28 = V_2;
|
|
CameraEventU5BU5D_tCE64254E9E2B285C33AE3AA6C3D1E9AA3BE6CE1E* L_29 = V_1;
|
|
NullCheck(L_29);
|
|
if ((((int32_t)L_28) < ((int32_t)((int32_t)(((RuntimeArray*)L_29)->max_length)))))
|
|
{
|
|
goto IL_0085;
|
|
}
|
|
}
|
|
{
|
|
// invertCullingChanged = false;
|
|
__this->___invertCullingChanged_14 = (bool)0;
|
|
}
|
|
|
|
IL_00a7:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void easyar.CameraImageRenderer::RemoveCommandBuffer(UnityEngine.Camera)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CameraImageRenderer_RemoveCommandBuffer_m7DC1654FDABC44108682FB075C842B18074712DD (CameraImageRenderer_tD369A344F7BD6A09BE29193551EA348BC22D7078* __this, Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* ___0_cam, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CameraImageRenderer_tD369A344F7BD6A09BE29193551EA348BC22D7078_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
CameraEventU5BU5D_tCE64254E9E2B285C33AE3AA6C3D1E9AA3BE6CE1E* V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
{
|
|
// if (commandBuffer != null)
|
|
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_0 = __this->___commandBuffer_6;
|
|
if (!L_0)
|
|
{
|
|
goto IL_0047;
|
|
}
|
|
}
|
|
{
|
|
// if (cam)
|
|
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_1 = ___0_cam;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_2;
|
|
L_2 = Object_op_Implicit_m93896EF7D68FA113C42D3FE2BC6F661FC7EF514A(L_1, NULL);
|
|
if (!L_2)
|
|
{
|
|
goto IL_0035;
|
|
}
|
|
}
|
|
{
|
|
// foreach (var cameraEvent in cameraEvents)
|
|
il2cpp_codegen_runtime_class_init_inline(CameraImageRenderer_tD369A344F7BD6A09BE29193551EA348BC22D7078_il2cpp_TypeInfo_var);
|
|
CameraEventU5BU5D_tCE64254E9E2B285C33AE3AA6C3D1E9AA3BE6CE1E* L_3 = ((CameraImageRenderer_tD369A344F7BD6A09BE29193551EA348BC22D7078_StaticFields*)il2cpp_codegen_static_fields_for(CameraImageRenderer_tD369A344F7BD6A09BE29193551EA348BC22D7078_il2cpp_TypeInfo_var))->___cameraEvents_4;
|
|
V_0 = L_3;
|
|
V_1 = 0;
|
|
goto IL_002f;
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
// foreach (var cameraEvent in cameraEvents)
|
|
CameraEventU5BU5D_tCE64254E9E2B285C33AE3AA6C3D1E9AA3BE6CE1E* L_4 = V_0;
|
|
int32_t L_5 = V_1;
|
|
NullCheck(L_4);
|
|
int32_t L_6 = L_5;
|
|
int32_t L_7 = (int32_t)(L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
|
|
V_2 = L_7;
|
|
// cam.RemoveCommandBuffer(cameraEvent, commandBuffer);
|
|
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_8 = ___0_cam;
|
|
int32_t L_9 = V_2;
|
|
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_10 = __this->___commandBuffer_6;
|
|
NullCheck(L_8);
|
|
Camera_RemoveCommandBuffer_m7749BA282C14AA7E9E71A68E911F41D1B8429F11(L_8, L_9, L_10, NULL);
|
|
int32_t L_11 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add(L_11, 1));
|
|
}
|
|
|
|
IL_002f:
|
|
{
|
|
// foreach (var cameraEvent in cameraEvents)
|
|
int32_t L_12 = V_1;
|
|
CameraEventU5BU5D_tCE64254E9E2B285C33AE3AA6C3D1E9AA3BE6CE1E* L_13 = V_0;
|
|
NullCheck(L_13);
|
|
if ((((int32_t)L_12) < ((int32_t)((int32_t)(((RuntimeArray*)L_13)->max_length)))))
|
|
{
|
|
goto IL_001a;
|
|
}
|
|
}
|
|
|
|
IL_0035:
|
|
{
|
|
// commandBuffer.Dispose();
|
|
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_14 = __this->___commandBuffer_6;
|
|
NullCheck(L_14);
|
|
CommandBuffer_Dispose_m9A5E7A3CA09B3E3F9D199FC7C9E7B27CD9CFADF3(L_14, NULL);
|
|
// commandBuffer = null;
|
|
__this->___commandBuffer_6 = (CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___commandBuffer_6), (void*)(CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7*)NULL);
|
|
}
|
|
|
|
IL_0047:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void easyar.CameraImageRenderer::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CameraImageRenderer__ctor_m8BF36A3277D7A8054AC53240DA979C4BAD68A815 (CameraImageRenderer_tD369A344F7BD6A09BE29193551EA348BC22D7078* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
MonoBehaviour__ctor_m592DB0105CA0BC97AA1C5F4AD27B12D68A3B7C1E(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void easyar.CameraImageRenderer::.cctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CameraImageRenderer__cctor_m5D096978A6FA6A4763E630EF49DC17D15507AACA (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CameraEventU5BU5D_tCE64254E9E2B285C33AE3AA6C3D1E9AA3BE6CE1E_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CameraImageRenderer_tD369A344F7BD6A09BE29193551EA348BC22D7078_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_m5F67456D2A0A43A720FF48A7F90A905175876E0C_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_t6E6BBE1387E58DA634F58ACFCF79515A16B504F3_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// static readonly CameraEvent[] cameraEvents = new[] { CameraEvent.BeforeForwardOpaque, CameraEvent.BeforeGBuffer };
|
|
CameraEventU5BU5D_tCE64254E9E2B285C33AE3AA6C3D1E9AA3BE6CE1E* L_0 = (CameraEventU5BU5D_tCE64254E9E2B285C33AE3AA6C3D1E9AA3BE6CE1E*)(CameraEventU5BU5D_tCE64254E9E2B285C33AE3AA6C3D1E9AA3BE6CE1E*)SZArrayNew(CameraEventU5BU5D_tCE64254E9E2B285C33AE3AA6C3D1E9AA3BE6CE1E_il2cpp_TypeInfo_var, (uint32_t)2);
|
|
CameraEventU5BU5D_tCE64254E9E2B285C33AE3AA6C3D1E9AA3BE6CE1E* L_1 = L_0;
|
|
NullCheck(L_1);
|
|
(L_1)->SetAt(static_cast<il2cpp_array_size_t>(0), (int32_t)((int32_t)10));
|
|
CameraEventU5BU5D_tCE64254E9E2B285C33AE3AA6C3D1E9AA3BE6CE1E* L_2 = L_1;
|
|
NullCheck(L_2);
|
|
(L_2)->SetAt(static_cast<il2cpp_array_size_t>(1), (int32_t)4);
|
|
((CameraImageRenderer_tD369A344F7BD6A09BE29193551EA348BC22D7078_StaticFields*)il2cpp_codegen_static_fields_for(CameraImageRenderer_tD369A344F7BD6A09BE29193551EA348BC22D7078_il2cpp_TypeInfo_var))->___cameraEvents_4 = L_2;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((CameraImageRenderer_tD369A344F7BD6A09BE29193551EA348BC22D7078_StaticFields*)il2cpp_codegen_static_fields_for(CameraImageRenderer_tD369A344F7BD6A09BE29193551EA348BC22D7078_il2cpp_TypeInfo_var))->___cameraEvents_4), (void*)L_2);
|
|
// private static Dictionary<Camera, CameraImageRenderer> allRenderers = new Dictionary<Camera, CameraImageRenderer>();
|
|
Dictionary_2_t6E6BBE1387E58DA634F58ACFCF79515A16B504F3* L_3 = (Dictionary_2_t6E6BBE1387E58DA634F58ACFCF79515A16B504F3*)il2cpp_codegen_object_new(Dictionary_2_t6E6BBE1387E58DA634F58ACFCF79515A16B504F3_il2cpp_TypeInfo_var);
|
|
NullCheck(L_3);
|
|
Dictionary_2__ctor_m5F67456D2A0A43A720FF48A7F90A905175876E0C(L_3, Dictionary_2__ctor_m5F67456D2A0A43A720FF48A7F90A905175876E0C_RuntimeMethod_var);
|
|
((CameraImageRenderer_tD369A344F7BD6A09BE29193551EA348BC22D7078_StaticFields*)il2cpp_codegen_static_fields_for(CameraImageRenderer_tD369A344F7BD6A09BE29193551EA348BC22D7078_il2cpp_TypeInfo_var))->___allRenderers_15 = L_3;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((CameraImageRenderer_tD369A344F7BD6A09BE29193551EA348BC22D7078_StaticFields*)il2cpp_codegen_static_fields_for(CameraImageRenderer_tD369A344F7BD6A09BE29193551EA348BC22D7078_il2cpp_TypeInfo_var))->___allRenderers_15), (void*)L_3);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void easyar.CameraImageRenderer/UserRequest::Finalize()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UserRequest_Finalize_m4A11F649A6CB38D958E17B8631F196954E26FDCC (UserRequest_t50ED9EC59E68CA01BE9BF5028C274640DEFDF00D* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_002d:
|
|
{// begin finally (depth: 1)
|
|
// }
|
|
Object_Finalize_mC98C96301CCABFE00F1A7EF8E15DF507CACD42B2(__this, NULL);
|
|
return;
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
{
|
|
// if (commandBuffer != null) { commandBuffer.Dispose(); }
|
|
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_0 = __this->___commandBuffer_1;
|
|
if (!L_0)
|
|
{
|
|
goto IL_0013_1;
|
|
}
|
|
}
|
|
{
|
|
// if (commandBuffer != null) { commandBuffer.Dispose(); }
|
|
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_1 = __this->___commandBuffer_1;
|
|
NullCheck(L_1);
|
|
CommandBuffer_Dispose_m9A5E7A3CA09B3E3F9D199FC7C9E7B27CD9CFADF3(L_1, NULL);
|
|
}
|
|
|
|
IL_0013_1:
|
|
{
|
|
// if (texture) { Destroy(texture); }
|
|
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_2 = __this->___texture_0;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_3;
|
|
L_3 = Object_op_Implicit_m93896EF7D68FA113C42D3FE2BC6F661FC7EF514A(L_2, NULL);
|
|
if (!L_3)
|
|
{
|
|
goto IL_002b_1;
|
|
}
|
|
}
|
|
{
|
|
// if (texture) { Destroy(texture); }
|
|
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_4 = __this->___texture_0;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
Object_Destroy_mE97D0A766419A81296E8D4E5C23D01D3FE91ACBB(L_4, NULL);
|
|
}
|
|
|
|
IL_002b_1:
|
|
{
|
|
goto IL_0034;
|
|
}
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_0034:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void easyar.CameraImageRenderer/UserRequest::Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UserRequest_Dispose_mAAEBA24314FFCFB8CB88EBDB7F789C0861C9FC53 (UserRequest_t50ED9EC59E68CA01BE9BF5028C274640DEFDF00D* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (commandBuffer != null) { commandBuffer.Dispose(); }
|
|
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_0 = __this->___commandBuffer_1;
|
|
if (!L_0)
|
|
{
|
|
goto IL_0013;
|
|
}
|
|
}
|
|
{
|
|
// if (commandBuffer != null) { commandBuffer.Dispose(); }
|
|
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_1 = __this->___commandBuffer_1;
|
|
NullCheck(L_1);
|
|
CommandBuffer_Dispose_m9A5E7A3CA09B3E3F9D199FC7C9E7B27CD9CFADF3(L_1, NULL);
|
|
}
|
|
|
|
IL_0013:
|
|
{
|
|
// if (texture) { Destroy(texture); }
|
|
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_2 = __this->___texture_0;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_3;
|
|
L_3 = Object_op_Implicit_m93896EF7D68FA113C42D3FE2BC6F661FC7EF514A(L_2, NULL);
|
|
if (!L_3)
|
|
{
|
|
goto IL_002b;
|
|
}
|
|
}
|
|
{
|
|
// if (texture) { Destroy(texture); }
|
|
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_4 = __this->___texture_0;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
Object_Destroy_mE97D0A766419A81296E8D4E5C23D01D3FE91ACBB(L_4, NULL);
|
|
}
|
|
|
|
IL_002b:
|
|
{
|
|
// GC.SuppressFinalize(this);
|
|
il2cpp_codegen_runtime_class_init_inline(GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var);
|
|
GC_SuppressFinalize_m71815DBD5A0CD2EA1BE43317B08B7A14949EDC65(__this, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean easyar.CameraImageRenderer/UserRequest::UpdateTexture(UnityEngine.Camera,UnityEngine.Material,System.Boolean,UnityEngine.RenderTexture&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UserRequest_UpdateTexture_mDC2F56E4260D9E9A5D505D5628E67BCF2BBD4D2C (UserRequest_t50ED9EC59E68CA01BE9BF5028C274640DEFDF00D* __this, Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* ___0_cam, Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___1_material, bool ___2_invertCulling, RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27** ___3_tex, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* V_2 = NULL;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D V_3;
|
|
memset((&V_3), 0, sizeof(V_3));
|
|
{
|
|
// tex = texture;
|
|
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27** L_0 = ___3_tex;
|
|
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_1 = __this->___texture_0;
|
|
*((RuntimeObject**)L_0) = (RuntimeObject*)L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_0, (void*)(RuntimeObject*)L_1);
|
|
// if (!cam || !material)
|
|
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_2 = ___0_cam;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_3;
|
|
L_3 = Object_op_Implicit_m93896EF7D68FA113C42D3FE2BC6F661FC7EF514A(L_2, NULL);
|
|
if (!L_3)
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_4 = ___1_material;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_5;
|
|
L_5 = Object_op_Implicit_m93896EF7D68FA113C42D3FE2BC6F661FC7EF514A(L_4, NULL);
|
|
if (L_5)
|
|
{
|
|
goto IL_0042;
|
|
}
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
// if (texture)
|
|
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_6 = __this->___texture_0;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_7;
|
|
L_7 = Object_op_Implicit_m93896EF7D68FA113C42D3FE2BC6F661FC7EF514A(L_6, NULL);
|
|
if (!L_7)
|
|
{
|
|
goto IL_0040;
|
|
}
|
|
}
|
|
{
|
|
// Destroy(texture);
|
|
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_8 = __this->___texture_0;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
Object_Destroy_mE97D0A766419A81296E8D4E5C23D01D3FE91ACBB(L_8, NULL);
|
|
// tex = texture = null;
|
|
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27** L_9 = ___3_tex;
|
|
V_2 = (RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27*)NULL;
|
|
__this->___texture_0 = (RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___texture_0), (void*)(RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27*)NULL);
|
|
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_10 = V_2;
|
|
*((RuntimeObject**)L_9) = (RuntimeObject*)L_10;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_9, (void*)(RuntimeObject*)L_10);
|
|
// return true;
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0040:
|
|
{
|
|
// return false;
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0042:
|
|
{
|
|
// int w = (int)(Screen.width * cam.rect.width);
|
|
int32_t L_11;
|
|
L_11 = Screen_get_width_mF608FF3252213E7EFA1F0D2F744C28110E9E5AC9(NULL);
|
|
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_12 = ___0_cam;
|
|
NullCheck(L_12);
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_13;
|
|
L_13 = Camera_get_rect_m848C23B32814D1351E43F0A0110DB8ECA19C6772(L_12, NULL);
|
|
V_3 = L_13;
|
|
float L_14;
|
|
L_14 = Rect_get_width_m620D67551372073C9C32C4C4624C2A5713F7F9A9((&V_3), NULL);
|
|
V_0 = il2cpp_codegen_cast_double_to_int<int32_t>(((float)il2cpp_codegen_multiply(((float)L_11), L_14)));
|
|
// int h = (int)(Screen.height * cam.rect.height);
|
|
int32_t L_15;
|
|
L_15 = Screen_get_height_m01A3102DE71EE1FBEA51D09D6B0261CF864FE8F9(NULL);
|
|
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_16 = ___0_cam;
|
|
NullCheck(L_16);
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_17;
|
|
L_17 = Camera_get_rect_m848C23B32814D1351E43F0A0110DB8ECA19C6772(L_16, NULL);
|
|
V_3 = L_17;
|
|
float L_18;
|
|
L_18 = Rect_get_height_mE1AA6C6C725CCD2D317BD2157396D3CF7D47C9D8((&V_3), NULL);
|
|
V_1 = il2cpp_codegen_cast_double_to_int<int32_t>(((float)il2cpp_codegen_multiply(((float)L_15), L_18)));
|
|
// if (texture && (texture.width != w || texture.height != h))
|
|
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_19 = __this->___texture_0;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_20;
|
|
L_20 = Object_op_Implicit_m93896EF7D68FA113C42D3FE2BC6F661FC7EF514A(L_19, NULL);
|
|
if (!L_20)
|
|
{
|
|
goto IL_00a4;
|
|
}
|
|
}
|
|
{
|
|
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_21 = __this->___texture_0;
|
|
NullCheck(L_21);
|
|
int32_t L_22;
|
|
L_22 = VirtualFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 UnityEngine.Texture::get_width() */, L_21);
|
|
int32_t L_23 = V_0;
|
|
if ((!(((uint32_t)L_22) == ((uint32_t)L_23))))
|
|
{
|
|
goto IL_0099;
|
|
}
|
|
}
|
|
{
|
|
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_24 = __this->___texture_0;
|
|
NullCheck(L_24);
|
|
int32_t L_25;
|
|
L_25 = VirtualFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 UnityEngine.Texture::get_height() */, L_24);
|
|
int32_t L_26 = V_1;
|
|
if ((((int32_t)L_25) == ((int32_t)L_26)))
|
|
{
|
|
goto IL_00a4;
|
|
}
|
|
}
|
|
|
|
IL_0099:
|
|
{
|
|
// Destroy(texture);
|
|
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_27 = __this->___texture_0;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
Object_Destroy_mE97D0A766419A81296E8D4E5C23D01D3FE91ACBB(L_27, NULL);
|
|
}
|
|
|
|
IL_00a4:
|
|
{
|
|
// if (texture)
|
|
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_28 = __this->___texture_0;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_29;
|
|
L_29 = Object_op_Implicit_m93896EF7D68FA113C42D3FE2BC6F661FC7EF514A(L_28, NULL);
|
|
if (!L_29)
|
|
{
|
|
goto IL_00b3;
|
|
}
|
|
}
|
|
{
|
|
// return false;
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_00b3:
|
|
{
|
|
// texture = new RenderTexture(w, h, 0);
|
|
int32_t L_30 = V_0;
|
|
int32_t L_31 = V_1;
|
|
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_32 = (RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27*)il2cpp_codegen_object_new(RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27_il2cpp_TypeInfo_var);
|
|
NullCheck(L_32);
|
|
RenderTexture__ctor_m45EACC89DDF408948889586516B3CA7AA8B73BFA(L_32, L_30, L_31, 0, NULL);
|
|
__this->___texture_0 = L_32;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___texture_0), (void*)L_32);
|
|
// UpdateCommandBuffer(cam, material, invertCulling);
|
|
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_33 = ___0_cam;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_34 = ___1_material;
|
|
bool L_35 = ___2_invertCulling;
|
|
UserRequest_UpdateCommandBuffer_m366CEC9B792FE418D39C0FCAC644A057FDE436EF(__this, L_33, L_34, L_35, NULL);
|
|
// tex = texture;
|
|
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27** L_36 = ___3_tex;
|
|
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_37 = __this->___texture_0;
|
|
*((RuntimeObject**)L_36) = (RuntimeObject*)L_37;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_36, (void*)(RuntimeObject*)L_37);
|
|
// return true;
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// System.Void easyar.CameraImageRenderer/UserRequest::UpdateCommandBuffer(UnityEngine.Camera,UnityEngine.Material,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UserRequest_UpdateCommandBuffer_m366CEC9B792FE418D39C0FCAC644A057FDE436EF (UserRequest_t50ED9EC59E68CA01BE9BF5028C274640DEFDF00D* __this, Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* ___0_cam, Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___1_material, bool ___2_invertCulling, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CameraImageRenderer_tD369A344F7BD6A09BE29193551EA348BC22D7078_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4B8146FB95E4F51B29DA41EB5F6D60F8FD0ECF21);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* V_0 = NULL;
|
|
CameraEventU5BU5D_tCE64254E9E2B285C33AE3AA6C3D1E9AA3BE6CE1E* V_1 = NULL;
|
|
int32_t V_2 = 0;
|
|
int32_t V_3 = 0;
|
|
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* G_B7_0 = NULL;
|
|
{
|
|
// RemoveCommandBuffer(cam);
|
|
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_0 = ___0_cam;
|
|
UserRequest_RemoveCommandBuffer_m0604DB28CEC37D77BCE96FE5EBC774ABC519CE34(__this, L_0, NULL);
|
|
// if (!cam || !material)
|
|
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_1 = ___0_cam;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_2;
|
|
L_2 = Object_op_Implicit_m93896EF7D68FA113C42D3FE2BC6F661FC7EF514A(L_1, NULL);
|
|
if (!L_2)
|
|
{
|
|
goto IL_0017;
|
|
}
|
|
}
|
|
{
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_3 = ___1_material;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_4;
|
|
L_4 = Object_op_Implicit_m93896EF7D68FA113C42D3FE2BC6F661FC7EF514A(L_3, NULL);
|
|
if (L_4)
|
|
{
|
|
goto IL_0018;
|
|
}
|
|
}
|
|
|
|
IL_0017:
|
|
{
|
|
// return;
|
|
return;
|
|
}
|
|
|
|
IL_0018:
|
|
{
|
|
// if (texture)
|
|
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_5 = __this->___texture_0;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_6;
|
|
L_6 = Object_op_Implicit_m93896EF7D68FA113C42D3FE2BC6F661FC7EF514A(L_5, NULL);
|
|
if (!L_6)
|
|
{
|
|
goto IL_00aa;
|
|
}
|
|
}
|
|
{
|
|
// var t = material.HasProperty("_MainTex") ? material.GetTexture("_MainTex") : null;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_7 = ___1_material;
|
|
NullCheck(L_7);
|
|
bool L_8;
|
|
L_8 = Material_HasProperty_mC09A83B44E368A217F606DD4954FA080CC03EC6C(L_7, _stringLiteral4B8146FB95E4F51B29DA41EB5F6D60F8FD0ECF21, NULL);
|
|
if (L_8)
|
|
{
|
|
goto IL_0038;
|
|
}
|
|
}
|
|
{
|
|
G_B7_0 = ((Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700*)(NULL));
|
|
goto IL_0043;
|
|
}
|
|
|
|
IL_0038:
|
|
{
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_9 = ___1_material;
|
|
NullCheck(L_9);
|
|
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_10;
|
|
L_10 = Material_GetTexture_mBA07A377A7DDD29CD53E6F687DE6D49A42C0C719(L_9, _stringLiteral4B8146FB95E4F51B29DA41EB5F6D60F8FD0ECF21, NULL);
|
|
G_B7_0 = L_10;
|
|
}
|
|
|
|
IL_0043:
|
|
{
|
|
V_0 = G_B7_0;
|
|
// commandBuffer = new CommandBuffer();
|
|
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_11 = (CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7*)il2cpp_codegen_object_new(CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7_il2cpp_TypeInfo_var);
|
|
NullCheck(L_11);
|
|
CommandBuffer__ctor_m9445F1606331B732FCA393591F3E230714FD5FF4(L_11, NULL);
|
|
__this->___commandBuffer_1 = L_11;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___commandBuffer_1), (void*)L_11);
|
|
// commandBuffer.SetInvertCulling(invertCulling);
|
|
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_12 = __this->___commandBuffer_1;
|
|
bool L_13 = ___2_invertCulling;
|
|
NullCheck(L_12);
|
|
CommandBuffer_SetInvertCulling_m61EBB9DDA991720ECA8F4856BCC1899E38AA4C1F(L_12, L_13, NULL);
|
|
// commandBuffer.ClearRenderTarget(true, false, Color.clear);
|
|
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_14 = __this->___commandBuffer_1;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_15;
|
|
L_15 = Color_get_clear_m02E023A7D396B973288B3915F6F24FBF7E0DC81D_inline(NULL);
|
|
NullCheck(L_14);
|
|
CommandBuffer_ClearRenderTarget_mABBE498A16DCEADCAA8F5DB50073012F74D03F14(L_14, (bool)1, (bool)0, L_15, NULL);
|
|
// commandBuffer.Blit(t, texture, material);
|
|
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_16 = __this->___commandBuffer_1;
|
|
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_17 = V_0;
|
|
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_18 = __this->___texture_0;
|
|
RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_19;
|
|
L_19 = RenderTargetIdentifier_op_Implicit_mBF13C6AE62DCEDDEFDC1C7305BE646FE99D2F24C(L_18, NULL);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_20 = ___1_material;
|
|
NullCheck(L_16);
|
|
CommandBuffer_Blit_m067EA6B3B00F78DDF43887B565A3208164F84FC3(L_16, L_17, L_19, L_20, NULL);
|
|
// foreach (var cameraEvent in cameraEvents)
|
|
il2cpp_codegen_runtime_class_init_inline(CameraImageRenderer_tD369A344F7BD6A09BE29193551EA348BC22D7078_il2cpp_TypeInfo_var);
|
|
CameraEventU5BU5D_tCE64254E9E2B285C33AE3AA6C3D1E9AA3BE6CE1E* L_21 = ((CameraImageRenderer_tD369A344F7BD6A09BE29193551EA348BC22D7078_StaticFields*)il2cpp_codegen_static_fields_for(CameraImageRenderer_tD369A344F7BD6A09BE29193551EA348BC22D7078_il2cpp_TypeInfo_var))->___cameraEvents_4;
|
|
V_1 = L_21;
|
|
V_2 = 0;
|
|
goto IL_00a4;
|
|
}
|
|
|
|
IL_008f:
|
|
{
|
|
// foreach (var cameraEvent in cameraEvents)
|
|
CameraEventU5BU5D_tCE64254E9E2B285C33AE3AA6C3D1E9AA3BE6CE1E* L_22 = V_1;
|
|
int32_t L_23 = V_2;
|
|
NullCheck(L_22);
|
|
int32_t L_24 = L_23;
|
|
int32_t L_25 = (int32_t)(L_22)->GetAt(static_cast<il2cpp_array_size_t>(L_24));
|
|
V_3 = L_25;
|
|
// cam.AddCommandBuffer(cameraEvent, commandBuffer);
|
|
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_26 = ___0_cam;
|
|
int32_t L_27 = V_3;
|
|
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_28 = __this->___commandBuffer_1;
|
|
NullCheck(L_26);
|
|
Camera_AddCommandBuffer_m2C1C3C2D93CB62D569714B3FFA694CAB9BF81A9A(L_26, L_27, L_28, NULL);
|
|
int32_t L_29 = V_2;
|
|
V_2 = ((int32_t)il2cpp_codegen_add(L_29, 1));
|
|
}
|
|
|
|
IL_00a4:
|
|
{
|
|
// foreach (var cameraEvent in cameraEvents)
|
|
int32_t L_30 = V_2;
|
|
CameraEventU5BU5D_tCE64254E9E2B285C33AE3AA6C3D1E9AA3BE6CE1E* L_31 = V_1;
|
|
NullCheck(L_31);
|
|
if ((((int32_t)L_30) < ((int32_t)((int32_t)(((RuntimeArray*)L_31)->max_length)))))
|
|
{
|
|
goto IL_008f;
|
|
}
|
|
}
|
|
|
|
IL_00aa:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void easyar.CameraImageRenderer/UserRequest::RemoveCommandBuffer(UnityEngine.Camera)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UserRequest_RemoveCommandBuffer_m0604DB28CEC37D77BCE96FE5EBC774ABC519CE34 (UserRequest_t50ED9EC59E68CA01BE9BF5028C274640DEFDF00D* __this, Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* ___0_cam, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CameraImageRenderer_tD369A344F7BD6A09BE29193551EA348BC22D7078_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
CameraEventU5BU5D_tCE64254E9E2B285C33AE3AA6C3D1E9AA3BE6CE1E* V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
{
|
|
// if (commandBuffer != null)
|
|
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_0 = __this->___commandBuffer_1;
|
|
if (!L_0)
|
|
{
|
|
goto IL_0047;
|
|
}
|
|
}
|
|
{
|
|
// if (cam)
|
|
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_1 = ___0_cam;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_2;
|
|
L_2 = Object_op_Implicit_m93896EF7D68FA113C42D3FE2BC6F661FC7EF514A(L_1, NULL);
|
|
if (!L_2)
|
|
{
|
|
goto IL_0035;
|
|
}
|
|
}
|
|
{
|
|
// foreach (var cameraEvent in cameraEvents)
|
|
il2cpp_codegen_runtime_class_init_inline(CameraImageRenderer_tD369A344F7BD6A09BE29193551EA348BC22D7078_il2cpp_TypeInfo_var);
|
|
CameraEventU5BU5D_tCE64254E9E2B285C33AE3AA6C3D1E9AA3BE6CE1E* L_3 = ((CameraImageRenderer_tD369A344F7BD6A09BE29193551EA348BC22D7078_StaticFields*)il2cpp_codegen_static_fields_for(CameraImageRenderer_tD369A344F7BD6A09BE29193551EA348BC22D7078_il2cpp_TypeInfo_var))->___cameraEvents_4;
|
|
V_0 = L_3;
|
|
V_1 = 0;
|
|
goto IL_002f;
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
// foreach (var cameraEvent in cameraEvents)
|
|
CameraEventU5BU5D_tCE64254E9E2B285C33AE3AA6C3D1E9AA3BE6CE1E* L_4 = V_0;
|
|
int32_t L_5 = V_1;
|
|
NullCheck(L_4);
|
|
int32_t L_6 = L_5;
|
|
int32_t L_7 = (int32_t)(L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
|
|
V_2 = L_7;
|
|
// cam.RemoveCommandBuffer(cameraEvent, commandBuffer);
|
|
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_8 = ___0_cam;
|
|
int32_t L_9 = V_2;
|
|
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_10 = __this->___commandBuffer_1;
|
|
NullCheck(L_8);
|
|
Camera_RemoveCommandBuffer_m7749BA282C14AA7E9E71A68E911F41D1B8429F11(L_8, L_9, L_10, NULL);
|
|
int32_t L_11 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add(L_11, 1));
|
|
}
|
|
|
|
IL_002f:
|
|
{
|
|
// foreach (var cameraEvent in cameraEvents)
|
|
int32_t L_12 = V_1;
|
|
CameraEventU5BU5D_tCE64254E9E2B285C33AE3AA6C3D1E9AA3BE6CE1E* L_13 = V_0;
|
|
NullCheck(L_13);
|
|
if ((((int32_t)L_12) < ((int32_t)((int32_t)(((RuntimeArray*)L_13)->max_length)))))
|
|
{
|
|
goto IL_001a;
|
|
}
|
|
}
|
|
|
|
IL_0035:
|
|
{
|
|
// commandBuffer.Dispose();
|
|
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_14 = __this->___commandBuffer_1;
|
|
NullCheck(L_14);
|
|
CommandBuffer_Dispose_m9A5E7A3CA09B3E3F9D199FC7C9E7B27CD9CFADF3(L_14, NULL);
|
|
// commandBuffer = null;
|
|
__this->___commandBuffer_1 = (CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___commandBuffer_1), (void*)(CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7*)NULL);
|
|
}
|
|
|
|
IL_0047:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void easyar.CameraImageRenderer/UserRequest::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UserRequest__ctor_mB73169C2AD599618B3D62CF475CE7D13D4B18E47 (UserRequest_t50ED9EC59E68CA01BE9BF5028C274640DEFDF00D* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void easyar.EasyARCameraImageRendererFeature::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EasyARCameraImageRendererFeature__ctor_m17251CCF9AF2315F3ACB797213294556FEEC3A8F (EasyARCameraImageRendererFeature_t53705E68E3C2AAFFC497E72EF56B573C77D68FF6* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
ScriptableObject__ctor_mD037FDB0B487295EA47F79A4DB1BF1846C9087FF(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void easyar.Display::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Display__ctor_m638F6C87A738EF2174E467B6E3DA73A70007F0B9 (Display_tB1D5BF85C3C9D5D143CF2406E5676281CC8C3FEE* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_m712893C2C48C47CCAFAD85A865C702E8D3D2B71F_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// private Dictionary<int, int> rotations = new Dictionary<int, int>();
|
|
Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180* L_0 = (Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180*)il2cpp_codegen_object_new(Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
Dictionary_2__ctor_m712893C2C48C47CCAFAD85A865C702E8D3D2B71F(L_0, Dictionary_2__ctor_m712893C2C48C47CCAFAD85A865C702E8D3D2B71F_RuntimeMethod_var);
|
|
__this->___rotations_0 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___rotations_0), (void*)L_0);
|
|
// public Display()
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
// if (Application.platform == RuntimePlatform.Android)
|
|
int32_t L_1;
|
|
L_1 = Application_get_platform_m59EF7D6155D18891B24767F83F388160B1FF2138(NULL);
|
|
if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)11)))))
|
|
{
|
|
goto IL_0021;
|
|
}
|
|
}
|
|
{
|
|
// InitializeAndroid();
|
|
Display_InitializeAndroid_m933C06CA64BE775C1D2FDC08FE8796F0350A74A6(__this, NULL);
|
|
return;
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
// else if (Application.platform == RuntimePlatform.IPhonePlayer)
|
|
int32_t L_2;
|
|
L_2 = Application_get_platform_m59EF7D6155D18891B24767F83F388160B1FF2138(NULL);
|
|
if ((!(((uint32_t)L_2) == ((uint32_t)8))))
|
|
{
|
|
goto IL_002f;
|
|
}
|
|
}
|
|
{
|
|
// InitializeIOS();
|
|
Display_InitializeIOS_mA0879FD01DAB767A002F40B3530AA2FFAAAC75D9(__this, NULL);
|
|
}
|
|
|
|
IL_002f:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void easyar.Display::Finalize()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Display_Finalize_mA7DCD370DB360517A48F8BFB31E59EB76791F2FF (Display_tB1D5BF85C3C9D5D143CF2406E5676281CC8C3FEE* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_0008:
|
|
{// begin finally (depth: 1)
|
|
// }
|
|
Object_Finalize_mC98C96301CCABFE00F1A7EF8E15DF507CACD42B2(__this, NULL);
|
|
return;
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
// DeleteAndroidJavaObjects();
|
|
Display_DeleteAndroidJavaObjects_m8C1192E54A5DF766B945B16DC025371E707F5E7B(__this, NULL);
|
|
goto IL_000f;
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_000f:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Int32 easyar.Display::get_Rotation()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Display_get_Rotation_m60E305599881A31BF545FBC71835F63FEC3FCF76 (Display_tB1D5BF85C3C9D5D143CF2406E5676281CC8C3FEE* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_get_Item_m8B87B804DF06D6420B1DCE028675738AA8F3310F_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (Application.platform == RuntimePlatform.Android)
|
|
int32_t L_0;
|
|
L_0 = Application_get_platform_m59EF7D6155D18891B24767F83F388160B1FF2138(NULL);
|
|
if ((((int32_t)L_0) == ((int32_t)((int32_t)11))))
|
|
{
|
|
goto IL_0022;
|
|
}
|
|
}
|
|
{
|
|
// else if (Application.platform == RuntimePlatform.IPhonePlayer)
|
|
int32_t L_1;
|
|
L_1 = Application_get_platform_m59EF7D6155D18891B24767F83F388160B1FF2138(NULL);
|
|
if ((!(((uint32_t)L_1) == ((uint32_t)8))))
|
|
{
|
|
goto IL_0022;
|
|
}
|
|
}
|
|
{
|
|
// return rotations[(int)Screen.orientation];
|
|
Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180* L_2 = __this->___rotations_0;
|
|
int32_t L_3;
|
|
L_3 = Screen_get_orientation_mA6B22A441187D50831B2B18CA48A8F64BD1BD89E(NULL);
|
|
NullCheck(L_2);
|
|
int32_t L_4;
|
|
L_4 = Dictionary_2_get_Item_m8B87B804DF06D6420B1DCE028675738AA8F3310F(L_2, L_3, Dictionary_2_get_Item_m8B87B804DF06D6420B1DCE028675738AA8F3310F_RuntimeMethod_var);
|
|
return L_4;
|
|
}
|
|
|
|
IL_0022:
|
|
{
|
|
// return 0;
|
|
return 0;
|
|
}
|
|
}
|
|
// System.Void easyar.Display::Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Display_Dispose_m4AC5F077EBAD070CCE485D86E9E62B5833D720F5 (Display_tB1D5BF85C3C9D5D143CF2406E5676281CC8C3FEE* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// DeleteAndroidJavaObjects();
|
|
Display_DeleteAndroidJavaObjects_m8C1192E54A5DF766B945B16DC025371E707F5E7B(__this, NULL);
|
|
// GC.SuppressFinalize(this);
|
|
il2cpp_codegen_runtime_class_init_inline(GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var);
|
|
GC_SuppressFinalize_m71815DBD5A0CD2EA1BE43317B08B7A14949EDC65(__this, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void easyar.Display::InitializeIOS()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Display_InitializeIOS_mA0879FD01DAB767A002F40B3530AA2FFAAAC75D9 (Display_tB1D5BF85C3C9D5D143CF2406E5676281CC8C3FEE* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_set_Item_m420CFC153320557E6823B06767710D1E636E5BDF_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// rotations[(int)ScreenOrientation.Portrait] = 0;
|
|
Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180* L_0 = __this->___rotations_0;
|
|
NullCheck(L_0);
|
|
Dictionary_2_set_Item_m420CFC153320557E6823B06767710D1E636E5BDF(L_0, 1, 0, Dictionary_2_set_Item_m420CFC153320557E6823B06767710D1E636E5BDF_RuntimeMethod_var);
|
|
// rotations[(int)ScreenOrientation.LandscapeLeft] = 90;
|
|
Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180* L_1 = __this->___rotations_0;
|
|
NullCheck(L_1);
|
|
Dictionary_2_set_Item_m420CFC153320557E6823B06767710D1E636E5BDF(L_1, 3, ((int32_t)90), Dictionary_2_set_Item_m420CFC153320557E6823B06767710D1E636E5BDF_RuntimeMethod_var);
|
|
// rotations[(int)ScreenOrientation.PortraitUpsideDown] = 180;
|
|
Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180* L_2 = __this->___rotations_0;
|
|
NullCheck(L_2);
|
|
Dictionary_2_set_Item_m420CFC153320557E6823B06767710D1E636E5BDF(L_2, 2, ((int32_t)180), Dictionary_2_set_Item_m420CFC153320557E6823B06767710D1E636E5BDF_RuntimeMethod_var);
|
|
// rotations[(int)ScreenOrientation.LandscapeRight] = 270;
|
|
Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180* L_3 = __this->___rotations_0;
|
|
NullCheck(L_3);
|
|
Dictionary_2_set_Item_m420CFC153320557E6823B06767710D1E636E5BDF(L_3, 4, ((int32_t)270), Dictionary_2_set_Item_m420CFC153320557E6823B06767710D1E636E5BDF_RuntimeMethod_var);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void easyar.Display::InitializeAndroid()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Display_InitializeAndroid_m933C06CA64BE775C1D2FDC08FE8796F0350A74A6 (Display_tB1D5BF85C3C9D5D143CF2406E5676281CC8C3FEE* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void easyar.Display::DeleteAndroidJavaObjects()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Display_DeleteAndroidJavaObjects_m8C1192E54A5DF766B945B16DC025371E707F5E7B (Display_tB1D5BF85C3C9D5D143CF2406E5676281CC8C3FEE* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Int32 easyar.DisplayEmulator::get_Rotation()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DisplayEmulator_get_Rotation_m5E08F71C4A5FFB488E2589A208E6301798026CA4 (DisplayEmulator_t2E0A8EDC08F0914C1AB7368D35286516CCA00DE5* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public int Rotation { get; private set; }
|
|
int32_t L_0 = __this->___U3CRotationU3Ek__BackingField_0;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void easyar.DisplayEmulator::set_Rotation(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisplayEmulator_set_Rotation_m8FB54B32051497A83C0CE0C04EEAFE8595EEF51C (DisplayEmulator_t2E0A8EDC08F0914C1AB7368D35286516CCA00DE5* __this, int32_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public int Rotation { get; private set; }
|
|
int32_t L_0 = ___0_value;
|
|
__this->___U3CRotationU3Ek__BackingField_0 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// System.Void easyar.DisplayEmulator::EmulateRotation(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisplayEmulator_EmulateRotation_mD78C64BD198F07CDB6D709ACA0A1E46D18FF9B67 (DisplayEmulator_t2E0A8EDC08F0914C1AB7368D35286516CCA00DE5* __this, int32_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// Rotation = value;
|
|
int32_t L_0 = ___0_value;
|
|
DisplayEmulator_set_Rotation_m8FB54B32051497A83C0CE0C04EEAFE8595EEF51C_inline(__this, L_0, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void easyar.DisplayEmulator::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisplayEmulator__ctor_m2E354D3E3217E5B913FE035B351E61279394E6DC (DisplayEmulator_t2E0A8EDC08F0914C1AB7368D35286516CCA00DE5* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// easyar.ARCoreCameraDevice easyar.ARCoreFrameSource::get_Device()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ARCoreCameraDevice_t55396DBC36D7E26AFDF6CC2A72F7C86664326073* ARCoreFrameSource_get_Device_mB802624820870324F80EF334DC9642CF87903AB4 (ARCoreFrameSource_t13E57941891C16484C10CCAB4474FDF5F39B3819* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public ARCoreCameraDevice Device { get; private set; }
|
|
ARCoreCameraDevice_t55396DBC36D7E26AFDF6CC2A72F7C86664326073* L_0 = __this->___U3CDeviceU3Ek__BackingField_11;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void easyar.ARCoreFrameSource::set_Device(easyar.ARCoreCameraDevice)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ARCoreFrameSource_set_Device_m9753CB07B43E0567E443251E94C751A215559688 (ARCoreFrameSource_t13E57941891C16484C10CCAB4474FDF5F39B3819* __this, ARCoreCameraDevice_t55396DBC36D7E26AFDF6CC2A72F7C86664326073* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public ARCoreCameraDevice Device { get; private set; }
|
|
ARCoreCameraDevice_t55396DBC36D7E26AFDF6CC2A72F7C86664326073* L_0 = ___0_value;
|
|
__this->___U3CDeviceU3Ek__BackingField_11 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CDeviceU3Ek__BackingField_11), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void easyar.ARCoreFrameSource::add_DeviceCreated(System.Action)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ARCoreFrameSource_add_DeviceCreated_m0CBF85271E170D520A42D92174EDA5C4DAEA3B8C (ARCoreFrameSource_t13E57941891C16484C10CCAB4474FDF5F39B3819* __this, Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* V_0 = NULL;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* V_1 = NULL;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* V_2 = NULL;
|
|
{
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_0 = __this->___DeviceCreated_20;
|
|
V_0 = L_0;
|
|
}
|
|
|
|
IL_0007:
|
|
{
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_1 = V_0;
|
|
V_1 = L_1;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_2 = V_1;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_3 = ___0_value;
|
|
Delegate_t* L_4;
|
|
L_4 = Delegate_Combine_m1F725AEF318BE6F0426863490691A6F4606E7D00(L_2, L_3, NULL);
|
|
V_2 = ((Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)CastclassSealed((RuntimeObject*)L_4, Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var));
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07** L_5 = (Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07**)(&__this->___DeviceCreated_20);
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_6 = V_2;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_7 = V_1;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_8;
|
|
L_8 = InterlockedCompareExchangeImpl<Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*>(L_5, L_6, L_7);
|
|
V_0 = L_8;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_9 = V_0;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_10 = V_1;
|
|
if ((!(((RuntimeObject*)(Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)L_9) == ((RuntimeObject*)(Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)L_10))))
|
|
{
|
|
goto IL_0007;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void easyar.ARCoreFrameSource::remove_DeviceCreated(System.Action)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ARCoreFrameSource_remove_DeviceCreated_m4E98F9AE113F468F9DE5A346F5FC4066A1F25991 (ARCoreFrameSource_t13E57941891C16484C10CCAB4474FDF5F39B3819* __this, Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* V_0 = NULL;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* V_1 = NULL;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* V_2 = NULL;
|
|
{
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_0 = __this->___DeviceCreated_20;
|
|
V_0 = L_0;
|
|
}
|
|
|
|
IL_0007:
|
|
{
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_1 = V_0;
|
|
V_1 = L_1;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_2 = V_1;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_3 = ___0_value;
|
|
Delegate_t* L_4;
|
|
L_4 = Delegate_Remove_m8B7DD5661308FA972E23CA1CC3FC9CEB355504E3(L_2, L_3, NULL);
|
|
V_2 = ((Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)CastclassSealed((RuntimeObject*)L_4, Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var));
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07** L_5 = (Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07**)(&__this->___DeviceCreated_20);
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_6 = V_2;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_7 = V_1;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_8;
|
|
L_8 = InterlockedCompareExchangeImpl<Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*>(L_5, L_6, L_7);
|
|
V_0 = L_8;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_9 = V_0;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_10 = V_1;
|
|
if ((!(((RuntimeObject*)(Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)L_9) == ((RuntimeObject*)(Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)L_10))))
|
|
{
|
|
goto IL_0007;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void easyar.ARCoreFrameSource::add_DeviceOpened(System.Action)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ARCoreFrameSource_add_DeviceOpened_m1A3CAA67800C11522BE2CC038078A1700BD3B79D (ARCoreFrameSource_t13E57941891C16484C10CCAB4474FDF5F39B3819* __this, Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* V_0 = NULL;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* V_1 = NULL;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* V_2 = NULL;
|
|
{
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_0 = __this->___DeviceOpened_21;
|
|
V_0 = L_0;
|
|
}
|
|
|
|
IL_0007:
|
|
{
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_1 = V_0;
|
|
V_1 = L_1;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_2 = V_1;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_3 = ___0_value;
|
|
Delegate_t* L_4;
|
|
L_4 = Delegate_Combine_m1F725AEF318BE6F0426863490691A6F4606E7D00(L_2, L_3, NULL);
|
|
V_2 = ((Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)CastclassSealed((RuntimeObject*)L_4, Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var));
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07** L_5 = (Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07**)(&__this->___DeviceOpened_21);
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_6 = V_2;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_7 = V_1;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_8;
|
|
L_8 = InterlockedCompareExchangeImpl<Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*>(L_5, L_6, L_7);
|
|
V_0 = L_8;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_9 = V_0;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_10 = V_1;
|
|
if ((!(((RuntimeObject*)(Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)L_9) == ((RuntimeObject*)(Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)L_10))))
|
|
{
|
|
goto IL_0007;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void easyar.ARCoreFrameSource::remove_DeviceOpened(System.Action)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ARCoreFrameSource_remove_DeviceOpened_mDB1BD19DFF5D0F0D7AC6AA18FF9F4439CACF160B (ARCoreFrameSource_t13E57941891C16484C10CCAB4474FDF5F39B3819* __this, Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* V_0 = NULL;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* V_1 = NULL;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* V_2 = NULL;
|
|
{
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_0 = __this->___DeviceOpened_21;
|
|
V_0 = L_0;
|
|
}
|
|
|
|
IL_0007:
|
|
{
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_1 = V_0;
|
|
V_1 = L_1;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_2 = V_1;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_3 = ___0_value;
|
|
Delegate_t* L_4;
|
|
L_4 = Delegate_Remove_m8B7DD5661308FA972E23CA1CC3FC9CEB355504E3(L_2, L_3, NULL);
|
|
V_2 = ((Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)CastclassSealed((RuntimeObject*)L_4, Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var));
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07** L_5 = (Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07**)(&__this->___DeviceOpened_21);
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_6 = V_2;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_7 = V_1;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_8;
|
|
L_8 = InterlockedCompareExchangeImpl<Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*>(L_5, L_6, L_7);
|
|
V_0 = L_8;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_9 = V_0;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_10 = V_1;
|
|
if ((!(((RuntimeObject*)(Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)L_9) == ((RuntimeObject*)(Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)L_10))))
|
|
{
|
|
goto IL_0007;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void easyar.ARCoreFrameSource::add_DeviceClosed(System.Action)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ARCoreFrameSource_add_DeviceClosed_m0B6C727EDF2346F84F83B4386564A2770A280566 (ARCoreFrameSource_t13E57941891C16484C10CCAB4474FDF5F39B3819* __this, Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* V_0 = NULL;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* V_1 = NULL;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* V_2 = NULL;
|
|
{
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_0 = __this->___DeviceClosed_22;
|
|
V_0 = L_0;
|
|
}
|
|
|
|
IL_0007:
|
|
{
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_1 = V_0;
|
|
V_1 = L_1;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_2 = V_1;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_3 = ___0_value;
|
|
Delegate_t* L_4;
|
|
L_4 = Delegate_Combine_m1F725AEF318BE6F0426863490691A6F4606E7D00(L_2, L_3, NULL);
|
|
V_2 = ((Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)CastclassSealed((RuntimeObject*)L_4, Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var));
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07** L_5 = (Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07**)(&__this->___DeviceClosed_22);
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_6 = V_2;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_7 = V_1;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_8;
|
|
L_8 = InterlockedCompareExchangeImpl<Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*>(L_5, L_6, L_7);
|
|
V_0 = L_8;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_9 = V_0;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_10 = V_1;
|
|
if ((!(((RuntimeObject*)(Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)L_9) == ((RuntimeObject*)(Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)L_10))))
|
|
{
|
|
goto IL_0007;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void easyar.ARCoreFrameSource::remove_DeviceClosed(System.Action)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ARCoreFrameSource_remove_DeviceClosed_mCC489C1F7FC84AA09DE605F304824EEF38EF64BC (ARCoreFrameSource_t13E57941891C16484C10CCAB4474FDF5F39B3819* __this, Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* V_0 = NULL;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* V_1 = NULL;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* V_2 = NULL;
|
|
{
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_0 = __this->___DeviceClosed_22;
|
|
V_0 = L_0;
|
|
}
|
|
|
|
IL_0007:
|
|
{
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_1 = V_0;
|
|
V_1 = L_1;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_2 = V_1;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_3 = ___0_value;
|
|
Delegate_t* L_4;
|
|
L_4 = Delegate_Remove_m8B7DD5661308FA972E23CA1CC3FC9CEB355504E3(L_2, L_3, NULL);
|
|
V_2 = ((Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)CastclassSealed((RuntimeObject*)L_4, Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var));
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07** L_5 = (Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07**)(&__this->___DeviceClosed_22);
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_6 = V_2;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_7 = V_1;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_8;
|
|
L_8 = InterlockedCompareExchangeImpl<Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*>(L_5, L_6, L_7);
|
|
V_0 = L_8;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_9 = V_0;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_10 = V_1;
|
|
if ((!(((RuntimeObject*)(Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)L_9) == ((RuntimeObject*)(Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)L_10))))
|
|
{
|
|
goto IL_0007;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// easyar.Optional`1<easyar.InputFrameSourceType> easyar.ARCoreFrameSource::get_Type()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Optional_1_t666854642354D0FC1411D0997FF3ACCCCA99AE33 ARCoreFrameSource_get_Type_m46E9F4F3A9A3F703028952C199547A363C4F6B88 (ARCoreFrameSource_t13E57941891C16484C10CCAB4474FDF5F39B3819* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Optional_1_get_Empty_mF07A0FFDDA04FF88892222D8310B7C984021ED2B_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Optional_1_op_Implicit_mA963EE25469F9CAB0E35BF8C6024F01AF39F6785_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public override Optional<InputFrameSourceType> Type { get => Device != null ? Device.inputFrameSourceType() : Optional<InputFrameSourceType>.Empty; }
|
|
ARCoreCameraDevice_t55396DBC36D7E26AFDF6CC2A72F7C86664326073* L_0;
|
|
L_0 = ARCoreFrameSource_get_Device_mB802624820870324F80EF334DC9642CF87903AB4_inline(__this, NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
Optional_1_t666854642354D0FC1411D0997FF3ACCCCA99AE33 L_1;
|
|
L_1 = Optional_1_get_Empty_mF07A0FFDDA04FF88892222D8310B7C984021ED2B(Optional_1_get_Empty_mF07A0FFDDA04FF88892222D8310B7C984021ED2B_RuntimeMethod_var);
|
|
return L_1;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
ARCoreCameraDevice_t55396DBC36D7E26AFDF6CC2A72F7C86664326073* L_2;
|
|
L_2 = ARCoreFrameSource_get_Device_mB802624820870324F80EF334DC9642CF87903AB4_inline(__this, NULL);
|
|
NullCheck(L_2);
|
|
int32_t L_3;
|
|
L_3 = VirtualFuncInvoker0< int32_t >::Invoke(9 /* easyar.InputFrameSourceType easyar.ARCoreCameraDevice::inputFrameSourceType() */, L_2);
|
|
Optional_1_t666854642354D0FC1411D0997FF3ACCCCA99AE33 L_4;
|
|
L_4 = Optional_1_op_Implicit_mA963EE25469F9CAB0E35BF8C6024F01AF39F6785(L_3, Optional_1_op_Implicit_mA963EE25469F9CAB0E35BF8C6024F01AF39F6785_RuntimeMethod_var);
|
|
return L_4;
|
|
}
|
|
}
|
|
// easyar.Optional`1<System.Boolean> easyar.ARCoreFrameSource::get_IsAvailable()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Optional_1_t900DDDF790B562B704CF33648F9A6FE90E9B5DF6 ARCoreFrameSource_get_IsAvailable_m9392DDD1F37ADEA111B2BCDAE2D01FD795A4A258 (ARCoreFrameSource_t13E57941891C16484C10CCAB4474FDF5F39B3819* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Optional_1_op_Implicit_m1E24650E58B19C767063680D8288479923A04269_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEFC319DCEC8AEFDD9542B920BD2A5028A665AA14);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (Application.platform == RuntimePlatform.Android && EasyARSettings.Instance && EasyARSettings.Instance.DisableARCoreAREngine)
|
|
int32_t L_0;
|
|
L_0 = Application_get_platform_m59EF7D6155D18891B24767F83F388160B1FF2138(NULL);
|
|
if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)11)))))
|
|
{
|
|
goto IL_0038;
|
|
}
|
|
}
|
|
{
|
|
EasyARSettings_t4901518F6AEDF9035FB580B2A6001660C0A99E64* L_1;
|
|
L_1 = EasyARSettings_get_Instance_mD8F28A062A67B7FDD6816400A992AA8EF18DC4D6_inline(NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_2;
|
|
L_2 = Object_op_Implicit_m93896EF7D68FA113C42D3FE2BC6F661FC7EF514A(L_1, NULL);
|
|
if (!L_2)
|
|
{
|
|
goto IL_0038;
|
|
}
|
|
}
|
|
{
|
|
EasyARSettings_t4901518F6AEDF9035FB580B2A6001660C0A99E64* L_3;
|
|
L_3 = EasyARSettings_get_Instance_mD8F28A062A67B7FDD6816400A992AA8EF18DC4D6_inline(NULL);
|
|
NullCheck(L_3);
|
|
bool L_4 = L_3->___DisableARCoreAREngine_14;
|
|
if (!L_4)
|
|
{
|
|
goto IL_0038;
|
|
}
|
|
}
|
|
{
|
|
// GUIPopup.EnqueueMessage("ARCore is manually disabled. See EasyAR > Sense > Configuration > Disable ARCore AREngine.", 3);
|
|
GUIPopup_EnqueueMessage_m62D1CF8E55B7E58779D01436E50039DD7BBA6E40(_stringLiteralEFC319DCEC8AEFDD9542B920BD2A5028A665AA14, (3.0f), (bool)0, NULL);
|
|
// return false;
|
|
Optional_1_t900DDDF790B562B704CF33648F9A6FE90E9B5DF6 L_5;
|
|
L_5 = Optional_1_op_Implicit_m1E24650E58B19C767063680D8288479923A04269((bool)0, Optional_1_op_Implicit_m1E24650E58B19C767063680D8288479923A04269_RuntimeMethod_var);
|
|
return L_5;
|
|
}
|
|
|
|
IL_0038:
|
|
{
|
|
// return ARCoreCameraDevice.isAvailable();
|
|
bool L_6;
|
|
L_6 = ARCoreCameraDevice_isAvailable_m63DC8AC74367DD790F216F38A37E91DE7A618E6A(NULL);
|
|
Optional_1_t900DDDF790B562B704CF33648F9A6FE90E9B5DF6 L_7;
|
|
L_7 = Optional_1_op_Implicit_m1E24650E58B19C767063680D8288479923A04269(L_6, Optional_1_op_Implicit_m1E24650E58B19C767063680D8288479923A04269_RuntimeMethod_var);
|
|
return L_7;
|
|
}
|
|
}
|
|
// System.Int32 easyar.ARCoreFrameSource::get_BufferCapacity()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ARCoreFrameSource_get_BufferCapacity_m525F9AA68E11E37FB58AD54AC6C0EED1D86B3AD3 (ARCoreFrameSource_t13E57941891C16484C10CCAB4474FDF5F39B3819* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// if (Device != null)
|
|
ARCoreCameraDevice_t55396DBC36D7E26AFDF6CC2A72F7C86664326073* L_0;
|
|
L_0 = ARCoreFrameSource_get_Device_mB802624820870324F80EF334DC9642CF87903AB4_inline(__this, NULL);
|
|
if (!L_0)
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
// return Device.bufferCapacity();
|
|
ARCoreCameraDevice_t55396DBC36D7E26AFDF6CC2A72F7C86664326073* L_1;
|
|
L_1 = ARCoreFrameSource_get_Device_mB802624820870324F80EF334DC9642CF87903AB4_inline(__this, NULL);
|
|
NullCheck(L_1);
|
|
int32_t L_2;
|
|
L_2 = VirtualFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 easyar.ARCoreCameraDevice::bufferCapacity() */, L_1);
|
|
return L_2;
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
// return bufferCapacity;
|
|
int32_t L_3 = ((FrameSource_tEFFB44317ECA60F900CBDDA05D06E675C6CC88CD*)__this)->___bufferCapacity_6;
|
|
return L_3;
|
|
}
|
|
}
|
|
// System.Void easyar.ARCoreFrameSource::set_BufferCapacity(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ARCoreFrameSource_set_BufferCapacity_mD35814A1049E9B94E34D9D3772E7AC1FB1D079D5 (ARCoreFrameSource_t13E57941891C16484C10CCAB4474FDF5F39B3819* __this, int32_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// bufferCapacity = value;
|
|
int32_t L_0 = ___0_value;
|
|
((FrameSource_tEFFB44317ECA60F900CBDDA05D06E675C6CC88CD*)__this)->___bufferCapacity_6 = L_0;
|
|
// if (Device != null)
|
|
ARCoreCameraDevice_t55396DBC36D7E26AFDF6CC2A72F7C86664326073* L_1;
|
|
L_1 = ARCoreFrameSource_get_Device_mB802624820870324F80EF334DC9642CF87903AB4_inline(__this, NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_001b;
|
|
}
|
|
}
|
|
{
|
|
// Device.setBufferCapacity(value);
|
|
ARCoreCameraDevice_t55396DBC36D7E26AFDF6CC2A72F7C86664326073* L_2;
|
|
L_2 = ARCoreFrameSource_get_Device_mB802624820870324F80EF334DC9642CF87903AB4_inline(__this, NULL);
|
|
int32_t L_3 = ___0_value;
|
|
NullCheck(L_2);
|
|
VirtualActionInvoker1< int32_t >::Invoke(7 /* System.Void easyar.ARCoreCameraDevice::setBufferCapacity(System.Int32) */, L_2, L_3);
|
|
}
|
|
|
|
IL_001b:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// easyar.WorldRootController easyar.ARCoreFrameSource::get_WorldRoot()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR WorldRootController_tDDE4A5BB7E650DE15875AFD6F7E8BBB2F670A1A2* ARCoreFrameSource_get_WorldRoot_mDA114B7DDF8CEF81B3D753594AE0B249FF14F76D (ARCoreFrameSource_t13E57941891C16484C10CCAB4474FDF5F39B3819* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// get => worldRoot;
|
|
WorldRootController_tDDE4A5BB7E650DE15875AFD6F7E8BBB2F670A1A2* L_0 = __this->___worldRoot_17;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void easyar.ARCoreFrameSource::set_WorldRoot(easyar.WorldRootController)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ARCoreFrameSource_set_WorldRoot_m5EF6A56D0DB3C2CF0B22B122918295727BCE9257 (ARCoreFrameSource_t13E57941891C16484C10CCAB4474FDF5F39B3819* __this, WorldRootController_tDDE4A5BB7E650DE15875AFD6F7E8BBB2F670A1A2* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// if (assembled) { return; }
|
|
bool L_0 = __this->___assembled_16;
|
|
if (!L_0)
|
|
{
|
|
goto IL_0009;
|
|
}
|
|
}
|
|
{
|
|
// if (assembled) { return; }
|
|
return;
|
|
}
|
|
|
|
IL_0009:
|
|
{
|
|
// worldRoot = value;
|
|
WorldRootController_tDDE4A5BB7E650DE15875AFD6F7E8BBB2F670A1A2* L_1 = ___0_value;
|
|
__this->___worldRoot_17 = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___worldRoot_17), (void*)L_1);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// UnityEngine.GameObject easyar.ARCoreFrameSource::get_Origin()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ARCoreFrameSource_get_Origin_mF3FB2C4BF95C638AD2E756B096C9BECF686CE694 (ARCoreFrameSource_t13E57941891C16484C10CCAB4474FDF5F39B3819* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public override GameObject Origin { get => worldRoot ? worldRoot.gameObject : null; }
|
|
WorldRootController_tDDE4A5BB7E650DE15875AFD6F7E8BBB2F670A1A2* L_0 = __this->___worldRoot_17;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_1;
|
|
L_1 = Object_op_Implicit_m93896EF7D68FA113C42D3FE2BC6F661FC7EF514A(L_0, NULL);
|
|
if (L_1)
|
|
{
|
|
goto IL_000f;
|
|
}
|
|
}
|
|
{
|
|
return (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F*)NULL;
|
|
}
|
|
|
|
IL_000f:
|
|
{
|
|
WorldRootController_tDDE4A5BB7E650DE15875AFD6F7E8BBB2F670A1A2* L_2 = __this->___worldRoot_17;
|
|
NullCheck(L_2);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_3;
|
|
L_3 = Component_get_gameObject_m57AEFBB14DB39EC476F740BA000E170355DE691B(L_2, NULL);
|
|
return L_3;
|
|
}
|
|
}
|
|
// System.Void easyar.ARCoreFrameSource::Awake()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ARCoreFrameSource_Awake_mA095AB931D04261DC4E87A6367FE70D62B1C2EAE (ARCoreFrameSource_t13E57941891C16484C10CCAB4474FDF5F39B3819* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_FindObjectOfType_TisWorldRootController_tDDE4A5BB7E650DE15875AFD6F7E8BBB2F670A1A2_mBCA2DC937CAA3738B5B7FA791A0E8C009F53237D_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// base.Awake();
|
|
FrameSource_Awake_m11E6765105A5E748DB55E5DFC5458FBEA6962FE9(__this, NULL);
|
|
// if (worldRoot) { return; }
|
|
WorldRootController_tDDE4A5BB7E650DE15875AFD6F7E8BBB2F670A1A2* L_0 = __this->___worldRoot_17;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_1;
|
|
L_1 = Object_op_Implicit_m93896EF7D68FA113C42D3FE2BC6F661FC7EF514A(L_0, NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
// if (worldRoot) { return; }
|
|
return;
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
// worldRootCache = FindObjectOfType<WorldRootController>();
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
WorldRootController_tDDE4A5BB7E650DE15875AFD6F7E8BBB2F670A1A2* L_2;
|
|
L_2 = Object_FindObjectOfType_TisWorldRootController_tDDE4A5BB7E650DE15875AFD6F7E8BBB2F670A1A2_mBCA2DC937CAA3738B5B7FA791A0E8C009F53237D(Object_FindObjectOfType_TisWorldRootController_tDDE4A5BB7E650DE15875AFD6F7E8BBB2F670A1A2_mBCA2DC937CAA3738B5B7FA791A0E8C009F53237D_RuntimeMethod_var);
|
|
__this->___worldRootCache_18 = L_2;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___worldRootCache_18), (void*)L_2);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void easyar.ARCoreFrameSource::OnEnable()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ARCoreFrameSource_OnEnable_mFFEFC66053BAF5CD02C1FFD04C0D7D9D65A123B6 (ARCoreFrameSource_t13E57941891C16484C10CCAB4474FDF5F39B3819* __this, const RuntimeMethod* method)
|
|
{
|
|
ARCoreCameraDevice_t55396DBC36D7E26AFDF6CC2A72F7C86664326073* G_B3_0 = NULL;
|
|
ARCoreCameraDevice_t55396DBC36D7E26AFDF6CC2A72F7C86664326073* G_B2_0 = NULL;
|
|
int32_t G_B4_0 = 0;
|
|
ARCoreCameraDevice_t55396DBC36D7E26AFDF6CC2A72F7C86664326073* G_B4_1 = NULL;
|
|
{
|
|
// base.OnEnable();
|
|
FrameSource_OnEnable_mFE4B5075843171A5281632B4EDB305E63E02FFBB(__this, NULL);
|
|
// if (Device != null)
|
|
ARCoreCameraDevice_t55396DBC36D7E26AFDF6CC2A72F7C86664326073* L_0;
|
|
L_0 = ARCoreFrameSource_get_Device_mB802624820870324F80EF334DC9642CF87903AB4_inline(__this, NULL);
|
|
if (!L_0)
|
|
{
|
|
goto IL_0031;
|
|
}
|
|
}
|
|
{
|
|
// Device.setFocusMode(AutoFocus ? ARCoreCameraDeviceFocusMode.Auto : ARCoreCameraDeviceFocusMode.Fixed);
|
|
ARCoreCameraDevice_t55396DBC36D7E26AFDF6CC2A72F7C86664326073* L_1;
|
|
L_1 = ARCoreFrameSource_get_Device_mB802624820870324F80EF334DC9642CF87903AB4_inline(__this, NULL);
|
|
bool L_2 = __this->___AutoFocus_12;
|
|
G_B2_0 = L_1;
|
|
if (L_2)
|
|
{
|
|
G_B3_0 = L_1;
|
|
goto IL_001f;
|
|
}
|
|
}
|
|
{
|
|
G_B4_0 = 1;
|
|
G_B4_1 = G_B2_0;
|
|
goto IL_0020;
|
|
}
|
|
|
|
IL_001f:
|
|
{
|
|
G_B4_0 = 0;
|
|
G_B4_1 = G_B3_0;
|
|
}
|
|
|
|
IL_0020:
|
|
{
|
|
NullCheck(G_B4_1);
|
|
VirtualActionInvoker1< int32_t >::Invoke(10 /* System.Void easyar.ARCoreCameraDevice::setFocusMode(easyar.ARCoreCameraDeviceFocusMode) */, G_B4_1, G_B4_0);
|
|
// Device.start();
|
|
ARCoreCameraDevice_t55396DBC36D7E26AFDF6CC2A72F7C86664326073* L_3;
|
|
L_3 = ARCoreFrameSource_get_Device_mB802624820870324F80EF334DC9642CF87903AB4_inline(__this, NULL);
|
|
NullCheck(L_3);
|
|
bool L_4;
|
|
L_4 = VirtualFuncInvoker0< bool >::Invoke(11 /* System.Boolean easyar.ARCoreCameraDevice::start() */, L_3);
|
|
}
|
|
|
|
IL_0031:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void easyar.ARCoreFrameSource::OnDisable()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ARCoreFrameSource_OnDisable_m315312598F3A42D103FEDEDF6CB60813FC06CCA5 (ARCoreFrameSource_t13E57941891C16484C10CCAB4474FDF5F39B3819* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// base.OnDisable();
|
|
FrameSource_OnDisable_m1972517C0BF7D983F15BACF488CCA5B8A2834167(__this, NULL);
|
|
// if (Device != null)
|
|
ARCoreCameraDevice_t55396DBC36D7E26AFDF6CC2A72F7C86664326073* L_0;
|
|
L_0 = ARCoreFrameSource_get_Device_mB802624820870324F80EF334DC9642CF87903AB4_inline(__this, NULL);
|
|
if (!L_0)
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
// Device.stop();
|
|
ARCoreCameraDevice_t55396DBC36D7E26AFDF6CC2A72F7C86664326073* L_1;
|
|
L_1 = ARCoreFrameSource_get_Device_mB802624820870324F80EF334DC9642CF87903AB4_inline(__this, NULL);
|
|
NullCheck(L_1);
|
|
VirtualActionInvoker0::Invoke(12 /* System.Void easyar.ARCoreCameraDevice::stop() */, L_1);
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void easyar.ARCoreFrameSource::OnDestroy()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ARCoreFrameSource_OnDestroy_mA956C4E20FF4E9AC9CC230A52DEE53B5E44843D5 (ARCoreFrameSource_t13E57941891C16484C10CCAB4474FDF5F39B3819* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// Close();
|
|
ARCoreFrameSource_Close_mF5E03895144F13C9505F77B38281FEA3E3710BB0(__this, NULL);
|
|
// if (worldRootObject) Destroy(worldRootObject);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_0 = __this->___worldRootObject_19;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_1;
|
|
L_1 = Object_op_Implicit_m93896EF7D68FA113C42D3FE2BC6F661FC7EF514A(L_0, NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_001e;
|
|
}
|
|
}
|
|
{
|
|
// if (worldRootObject) Destroy(worldRootObject);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_2 = __this->___worldRootObject_19;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
Object_Destroy_mE97D0A766419A81296E8D4E5C23D01D3FE91ACBB(L_2, NULL);
|
|
}
|
|
|
|
IL_001e:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void easyar.ARCoreFrameSource::OnAssemble(easyar.ARSession)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ARCoreFrameSource_OnAssemble_mDD27ECA1D274E928F4355766D2640D42BCF37A9A (ARCoreFrameSource_t13E57941891C16484C10CCAB4474FDF5F39B3819* __this, ARSession_tE7BD3656886DDF0823637E4219C76DA80A215D35* ___0_session, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// base.OnAssemble(session);
|
|
ARSession_tE7BD3656886DDF0823637E4219C76DA80A215D35* L_0 = ___0_session;
|
|
FrameSource_OnAssemble_mC11B5EA8F8B8F56A6D3EEC2D832168CEACEF575A(__this, L_0, NULL);
|
|
// SetupOriginUsingWorldRoot();
|
|
ARCoreFrameSource_SetupOriginUsingWorldRoot_mD3989807A52AE36BA9E53EFB18D1710526E2B051(__this, NULL);
|
|
// StartCoroutine(AutoOpen());
|
|
RuntimeObject* L_1;
|
|
L_1 = ARCoreFrameSource_AutoOpen_mCCD5492252D92BD7E16DEAD5732FF0E913100125(__this, NULL);
|
|
Coroutine_t85EA685566A254C23F3FD77AB5BDFFFF8799596B* L_2;
|
|
L_2 = MonoBehaviour_StartCoroutine_m4CAFF732AA28CD3BDC5363B44A863575530EC812(__this, L_1, NULL);
|
|
// assembled = true;
|
|
__this->___assembled_16 = (bool)1;
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void easyar.ARCoreFrameSource::Open()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ARCoreFrameSource_Open_m0314E28128B2B0E39A9F1922A7F77C07B05A4011 (ARCoreFrameSource_t13E57941891C16484C10CCAB4474FDF5F39B3819* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ARCoreFrameSource_U3COpenU3Eb__38_0_mFAD138E837E5CFC54D0F3F32295BD0DD6C560837_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_2_tE8FDAB3427B619024E7BE8677A267B409F919A20_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Optional_1_op_Implicit_mF566C65ED1D6C3E9C7D87D847DF64139A94A58AE_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// disableAutoOpen = true;
|
|
__this->___disableAutoOpen_14 = (bool)1;
|
|
// willOpen = true;
|
|
__this->___willOpen_13 = (bool)1;
|
|
// CameraDevice.requestPermissions(EasyARController.Scheduler, (Action<PermissionStatus, string>)((status, msg) =>
|
|
// {
|
|
// if (!willOpen)
|
|
// {
|
|
// return;
|
|
// }
|
|
// if (status != PermissionStatus.Granted)
|
|
// {
|
|
// throw new UIPopupException("Camera permission not granted");
|
|
// }
|
|
//
|
|
// Close();
|
|
//
|
|
// Device = new ARCoreCameraDevice();
|
|
// DeviceCreated?.Invoke();
|
|
//
|
|
// if (bufferCapacity != 0)
|
|
// {
|
|
// Device.setBufferCapacity(bufferCapacity);
|
|
// }
|
|
//
|
|
// if (sink != null)
|
|
// {
|
|
// Device.inputFrameSource().connect(sink);
|
|
// }
|
|
//
|
|
// if (enabled)
|
|
// {
|
|
// OnEnable();
|
|
// }
|
|
//
|
|
// DeviceOpened?.Invoke();
|
|
// }));
|
|
il2cpp_codegen_runtime_class_init_inline(EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177_il2cpp_TypeInfo_var);
|
|
DelayedCallbackScheduler_t7250FB4EE6119AFDCFBAC0DEADD337F1E576FD97* L_0;
|
|
L_0 = EasyARController_get_Scheduler_mD1D0082110E4A3B2159F15AFC586071831436EE6_inline(NULL);
|
|
Action_2_tE8FDAB3427B619024E7BE8677A267B409F919A20* L_1 = (Action_2_tE8FDAB3427B619024E7BE8677A267B409F919A20*)il2cpp_codegen_object_new(Action_2_tE8FDAB3427B619024E7BE8677A267B409F919A20_il2cpp_TypeInfo_var);
|
|
NullCheck(L_1);
|
|
Action_2__ctor_mF06AEAC97DB6DB9094B3989E0BBB5B39A115DEDC(L_1, __this, (intptr_t)((void*)ARCoreFrameSource_U3COpenU3Eb__38_0_mFAD138E837E5CFC54D0F3F32295BD0DD6C560837_RuntimeMethod_var), NULL);
|
|
Optional_1_tBDCDEF8C819D62372B21CE6C3033A164051144EF L_2;
|
|
L_2 = Optional_1_op_Implicit_mF566C65ED1D6C3E9C7D87D847DF64139A94A58AE(L_1, Optional_1_op_Implicit_mF566C65ED1D6C3E9C7D87D847DF64139A94A58AE_RuntimeMethod_var);
|
|
CameraDevice_requestPermissions_mB34972FC5D72AAD40A4F48A9774C2EB72827A5E9(L_0, L_2, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void easyar.ARCoreFrameSource::Close()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ARCoreFrameSource_Close_mF5E03895144F13C9505F77B38281FEA3E3710BB0 (ARCoreFrameSource_t13E57941891C16484C10CCAB4474FDF5F39B3819* __this, const RuntimeMethod* method)
|
|
{
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* G_B3_0 = NULL;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* G_B2_0 = NULL;
|
|
{
|
|
// disableAutoOpen = true;
|
|
__this->___disableAutoOpen_14 = (bool)1;
|
|
// willOpen = false;
|
|
__this->___willOpen_13 = (bool)0;
|
|
// if (Device != null)
|
|
ARCoreCameraDevice_t55396DBC36D7E26AFDF6CC2A72F7C86664326073* L_0;
|
|
L_0 = ARCoreFrameSource_get_Device_mB802624820870324F80EF334DC9642CF87903AB4_inline(__this, NULL);
|
|
if (!L_0)
|
|
{
|
|
goto IL_004a;
|
|
}
|
|
}
|
|
{
|
|
// OnDisable();
|
|
VirtualActionInvoker0::Invoke(16 /* System.Void easyar.FrameSource::OnDisable() */, __this);
|
|
// Device.close();
|
|
ARCoreCameraDevice_t55396DBC36D7E26AFDF6CC2A72F7C86664326073* L_1;
|
|
L_1 = ARCoreFrameSource_get_Device_mB802624820870324F80EF334DC9642CF87903AB4_inline(__this, NULL);
|
|
NullCheck(L_1);
|
|
VirtualActionInvoker0::Invoke(13 /* System.Void easyar.ARCoreCameraDevice::close() */, L_1);
|
|
// Device.Dispose();
|
|
ARCoreCameraDevice_t55396DBC36D7E26AFDF6CC2A72F7C86664326073* L_2;
|
|
L_2 = ARCoreFrameSource_get_Device_mB802624820870324F80EF334DC9642CF87903AB4_inline(__this, NULL);
|
|
NullCheck(L_2);
|
|
RefBase_Dispose_m0C0F6CBAAFDD4D732F27B09F76D1A77AC6D44B75(L_2, NULL);
|
|
// DeviceClosed?.Invoke();
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_3 = __this->___DeviceClosed_22;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_4 = L_3;
|
|
G_B2_0 = L_4;
|
|
if (L_4)
|
|
{
|
|
G_B3_0 = L_4;
|
|
goto IL_003e;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0043;
|
|
}
|
|
|
|
IL_003e:
|
|
{
|
|
NullCheck(G_B3_0);
|
|
Action_Invoke_m7126A54DACA72B845424072887B5F3A51FC3808E_inline(G_B3_0, NULL);
|
|
}
|
|
|
|
IL_0043:
|
|
{
|
|
// Device = null;
|
|
ARCoreFrameSource_set_Device_m9753CB07B43E0567E443251E94C751A215559688_inline(__this, (ARCoreCameraDevice_t55396DBC36D7E26AFDF6CC2A72F7C86664326073*)NULL, NULL);
|
|
}
|
|
|
|
IL_004a:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void easyar.ARCoreFrameSource::Connect(easyar.InputFrameSink)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ARCoreFrameSource_Connect_m2233E21736F0FB3ACF0E9333215C6A3D59F23B09 (ARCoreFrameSource_t13E57941891C16484C10CCAB4474FDF5F39B3819* __this, InputFrameSink_tA6E249222893426FDB034E5CE860F0037DAE4F95* ___0_val, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// base.Connect(val);
|
|
InputFrameSink_tA6E249222893426FDB034E5CE860F0037DAE4F95* L_0 = ___0_val;
|
|
FrameSource_Connect_mB09DED105CF24C36911E1072F20605A273CEE7D2_inline(__this, L_0, NULL);
|
|
// if (Device != null)
|
|
ARCoreCameraDevice_t55396DBC36D7E26AFDF6CC2A72F7C86664326073* L_1;
|
|
L_1 = ARCoreFrameSource_get_Device_mB802624820870324F80EF334DC9642CF87903AB4_inline(__this, NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_0020;
|
|
}
|
|
}
|
|
{
|
|
// Device.inputFrameSource().connect(val);
|
|
ARCoreCameraDevice_t55396DBC36D7E26AFDF6CC2A72F7C86664326073* L_2;
|
|
L_2 = ARCoreFrameSource_get_Device_mB802624820870324F80EF334DC9642CF87903AB4_inline(__this, NULL);
|
|
NullCheck(L_2);
|
|
InputFrameSource_tD69762DDAC410CCE3A129E8E1DC6A2C8F0427F12* L_3;
|
|
L_3 = VirtualFuncInvoker0< InputFrameSource_tD69762DDAC410CCE3A129E8E1DC6A2C8F0427F12* >::Invoke(8 /* easyar.InputFrameSource easyar.ARCoreCameraDevice::inputFrameSource() */, L_2);
|
|
InputFrameSink_tA6E249222893426FDB034E5CE860F0037DAE4F95* L_4 = ___0_val;
|
|
NullCheck(L_3);
|
|
VirtualActionInvoker1< InputFrameSink_tA6E249222893426FDB034E5CE860F0037DAE4F95* >::Invoke(7 /* System.Void easyar.InputFrameSource::connect(easyar.InputFrameSink) */, L_3, L_4);
|
|
}
|
|
|
|
IL_0020:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Collections.IEnumerator easyar.ARCoreFrameSource::AutoOpen()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ARCoreFrameSource_AutoOpen_mCCD5492252D92BD7E16DEAD5732FF0E913100125 (ARCoreFrameSource_t13E57941891C16484C10CCAB4474FDF5F39B3819* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CAutoOpenU3Ed__41_t6C6B7BD2D38E74321DE6A331A84BD02A47E405F2_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
U3CAutoOpenU3Ed__41_t6C6B7BD2D38E74321DE6A331A84BD02A47E405F2* L_0 = (U3CAutoOpenU3Ed__41_t6C6B7BD2D38E74321DE6A331A84BD02A47E405F2*)il2cpp_codegen_object_new(U3CAutoOpenU3Ed__41_t6C6B7BD2D38E74321DE6A331A84BD02A47E405F2_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
U3CAutoOpenU3Ed__41__ctor_mF98BAC6F8D691D347E1E5EFFBC51D75237EF1C65(L_0, 0, NULL);
|
|
U3CAutoOpenU3Ed__41_t6C6B7BD2D38E74321DE6A331A84BD02A47E405F2* L_1 = L_0;
|
|
NullCheck(L_1);
|
|
L_1->___U3CU3E4__this_2 = __this;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_1->___U3CU3E4__this_2), (void*)__this);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Void easyar.ARCoreFrameSource::SetupOriginUsingWorldRoot()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ARCoreFrameSource_SetupOriginUsingWorldRoot_mD3989807A52AE36BA9E53EFB18D1710526E2B051 (ARCoreFrameSource_t13E57941891C16484C10CCAB4474FDF5F39B3819* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ARCoreFrameSource_t13E57941891C16484C10CCAB4474FDF5F39B3819_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_AddComponent_TisWorldRootController_tDDE4A5BB7E650DE15875AFD6F7E8BBB2F670A1A2_m0935BE800BDEC3BCCC1DE922DC238303CEA6264C_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_t76FEDD663AB33C991A9C9A23129337651094216F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_FindObjectOfType_TisWorldRootController_tDDE4A5BB7E650DE15875AFD6F7E8BBB2F670A1A2_mBCA2DC937CAA3738B5B7FA791A0E8C009F53237D_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral174BC0530C8066E2250F60C77EB4C42F2F3640DB);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral950BCABEC088981B914DE9A9F2704F4DF85F7660);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (worldRoot) { return; }
|
|
WorldRootController_tDDE4A5BB7E650DE15875AFD6F7E8BBB2F670A1A2* L_0 = __this->___worldRoot_17;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_1;
|
|
L_1 = Object_op_Implicit_m93896EF7D68FA113C42D3FE2BC6F661FC7EF514A(L_0, NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
// if (worldRoot) { return; }
|
|
return;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
// worldRoot = worldRootCache;
|
|
WorldRootController_tDDE4A5BB7E650DE15875AFD6F7E8BBB2F670A1A2* L_2 = __this->___worldRootCache_18;
|
|
__this->___worldRoot_17 = L_2;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___worldRoot_17), (void*)L_2);
|
|
// if (worldRoot) { return; }
|
|
WorldRootController_tDDE4A5BB7E650DE15875AFD6F7E8BBB2F670A1A2* L_3 = __this->___worldRoot_17;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_4;
|
|
L_4 = Object_op_Implicit_m93896EF7D68FA113C42D3FE2BC6F661FC7EF514A(L_3, NULL);
|
|
if (!L_4)
|
|
{
|
|
goto IL_0028;
|
|
}
|
|
}
|
|
{
|
|
// if (worldRoot) { return; }
|
|
return;
|
|
}
|
|
|
|
IL_0028:
|
|
{
|
|
// worldRoot = FindObjectOfType<WorldRootController>();
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
WorldRootController_tDDE4A5BB7E650DE15875AFD6F7E8BBB2F670A1A2* L_5;
|
|
L_5 = Object_FindObjectOfType_TisWorldRootController_tDDE4A5BB7E650DE15875AFD6F7E8BBB2F670A1A2_mBCA2DC937CAA3738B5B7FA791A0E8C009F53237D(Object_FindObjectOfType_TisWorldRootController_tDDE4A5BB7E650DE15875AFD6F7E8BBB2F670A1A2_mBCA2DC937CAA3738B5B7FA791A0E8C009F53237D_RuntimeMethod_var);
|
|
__this->___worldRoot_17 = L_5;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___worldRoot_17), (void*)L_5);
|
|
// if (worldRoot) { return; }
|
|
WorldRootController_tDDE4A5BB7E650DE15875AFD6F7E8BBB2F670A1A2* L_6 = __this->___worldRoot_17;
|
|
bool L_7;
|
|
L_7 = Object_op_Implicit_m93896EF7D68FA113C42D3FE2BC6F661FC7EF514A(L_6, NULL);
|
|
if (!L_7)
|
|
{
|
|
goto IL_0041;
|
|
}
|
|
}
|
|
{
|
|
// if (worldRoot) { return; }
|
|
return;
|
|
}
|
|
|
|
IL_0041:
|
|
{
|
|
// Debug.Log($"WorldRoot not found, create from {typeof(ARCoreFrameSource)}");
|
|
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_8 = { reinterpret_cast<intptr_t> (ARCoreFrameSource_t13E57941891C16484C10CCAB4474FDF5F39B3819_0_0_0_var) };
|
|
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t* L_9;
|
|
L_9 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_8, NULL);
|
|
String_t* L_10;
|
|
L_10 = String_Format_mA8DBB4C2516B9723C5A41E6CB1E2FAF4BBE96DD8(_stringLiteral174BC0530C8066E2250F60C77EB4C42F2F3640DB, L_9, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
Debug_Log_m87A9A3C761FF5C43ED8A53B16190A53D08F818BB(L_10, NULL);
|
|
// worldRootObject = new GameObject("WorldRoot");
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_11 = (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F*)il2cpp_codegen_object_new(GameObject_t76FEDD663AB33C991A9C9A23129337651094216F_il2cpp_TypeInfo_var);
|
|
NullCheck(L_11);
|
|
GameObject__ctor_m37D512B05D292F954792225E6C6EEE95293A9B88(L_11, _stringLiteral950BCABEC088981B914DE9A9F2704F4DF85F7660, NULL);
|
|
__this->___worldRootObject_19 = L_11;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___worldRootObject_19), (void*)L_11);
|
|
// worldRoot = worldRootObject.AddComponent<WorldRootController>();
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_12 = __this->___worldRootObject_19;
|
|
NullCheck(L_12);
|
|
WorldRootController_tDDE4A5BB7E650DE15875AFD6F7E8BBB2F670A1A2* L_13;
|
|
L_13 = GameObject_AddComponent_TisWorldRootController_tDDE4A5BB7E650DE15875AFD6F7E8BBB2F670A1A2_m0935BE800BDEC3BCCC1DE922DC238303CEA6264C(L_12, GameObject_AddComponent_TisWorldRootController_tDDE4A5BB7E650DE15875AFD6F7E8BBB2F670A1A2_m0935BE800BDEC3BCCC1DE922DC238303CEA6264C_RuntimeMethod_var);
|
|
__this->___worldRoot_17 = L_13;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___worldRoot_17), (void*)L_13);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void easyar.ARCoreFrameSource::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ARCoreFrameSource__ctor_mB0C964E63194B06D4D25158C330A8E63D6247912 (ARCoreFrameSource_t13E57941891C16484C10CCAB4474FDF5F39B3819* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FrameSource_tEFFB44317ECA60F900CBDDA05D06E675C6CC88CD_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public bool AutoFocus = true;
|
|
__this->___AutoFocus_12 = (bool)1;
|
|
il2cpp_codegen_runtime_class_init_inline(FrameSource_tEFFB44317ECA60F900CBDDA05D06E675C6CC88CD_il2cpp_TypeInfo_var);
|
|
FrameSource__ctor_mF2C3C0EA283D25EE25EC48941CA63A5F8944D3F1(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void easyar.ARCoreFrameSource::<Open>b__38_0(easyar.PermissionStatus,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ARCoreFrameSource_U3COpenU3Eb__38_0_mFAD138E837E5CFC54D0F3F32295BD0DD6C560837 (ARCoreFrameSource_t13E57941891C16484C10CCAB4474FDF5F39B3819* __this, int32_t ___0_status, String_t* ___1_msg, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ARCoreCameraDevice_t55396DBC36D7E26AFDF6CC2A72F7C86664326073_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* G_B6_0 = NULL;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* G_B5_0 = NULL;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* G_B15_0 = NULL;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* G_B14_0 = NULL;
|
|
{
|
|
// if (!willOpen)
|
|
bool L_0 = __this->___willOpen_13;
|
|
if (L_0)
|
|
{
|
|
goto IL_0009;
|
|
}
|
|
}
|
|
{
|
|
// return;
|
|
return;
|
|
}
|
|
|
|
IL_0009:
|
|
{
|
|
// if (status != PermissionStatus.Granted)
|
|
int32_t L_1 = ___0_status;
|
|
if (!L_1)
|
|
{
|
|
goto IL_0017;
|
|
}
|
|
}
|
|
{
|
|
// throw new UIPopupException("Camera permission not granted");
|
|
UIPopupException_t6CBA36793B5CB835F7ED2FD94F0D60186543D6EE* L_2 = (UIPopupException_t6CBA36793B5CB835F7ED2FD94F0D60186543D6EE*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&UIPopupException_t6CBA36793B5CB835F7ED2FD94F0D60186543D6EE_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_2);
|
|
UIPopupException__ctor_m2028C0A495324E4FAD33E2E48EDE7347C6BF2F6C(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral9334D9374E007290FC3084E5D921D366646A6CA8)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ARCoreFrameSource_U3COpenU3Eb__38_0_mFAD138E837E5CFC54D0F3F32295BD0DD6C560837_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0017:
|
|
{
|
|
// Close();
|
|
ARCoreFrameSource_Close_mF5E03895144F13C9505F77B38281FEA3E3710BB0(__this, NULL);
|
|
// Device = new ARCoreCameraDevice();
|
|
ARCoreCameraDevice_t55396DBC36D7E26AFDF6CC2A72F7C86664326073* L_3 = (ARCoreCameraDevice_t55396DBC36D7E26AFDF6CC2A72F7C86664326073*)il2cpp_codegen_object_new(ARCoreCameraDevice_t55396DBC36D7E26AFDF6CC2A72F7C86664326073_il2cpp_TypeInfo_var);
|
|
NullCheck(L_3);
|
|
ARCoreCameraDevice__ctor_mE899A8A090C0C9536D124CD755FFFF645FFD8857(L_3, NULL);
|
|
ARCoreFrameSource_set_Device_m9753CB07B43E0567E443251E94C751A215559688_inline(__this, L_3, NULL);
|
|
// DeviceCreated?.Invoke();
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_4 = __this->___DeviceCreated_20;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_5 = L_4;
|
|
G_B5_0 = L_5;
|
|
if (L_5)
|
|
{
|
|
G_B6_0 = L_5;
|
|
goto IL_0034;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0039;
|
|
}
|
|
|
|
IL_0034:
|
|
{
|
|
NullCheck(G_B6_0);
|
|
Action_Invoke_m7126A54DACA72B845424072887B5F3A51FC3808E_inline(G_B6_0, NULL);
|
|
}
|
|
|
|
IL_0039:
|
|
{
|
|
// if (bufferCapacity != 0)
|
|
int32_t L_6 = ((FrameSource_tEFFB44317ECA60F900CBDDA05D06E675C6CC88CD*)__this)->___bufferCapacity_6;
|
|
if (!L_6)
|
|
{
|
|
goto IL_0052;
|
|
}
|
|
}
|
|
{
|
|
// Device.setBufferCapacity(bufferCapacity);
|
|
ARCoreCameraDevice_t55396DBC36D7E26AFDF6CC2A72F7C86664326073* L_7;
|
|
L_7 = ARCoreFrameSource_get_Device_mB802624820870324F80EF334DC9642CF87903AB4_inline(__this, NULL);
|
|
int32_t L_8 = ((FrameSource_tEFFB44317ECA60F900CBDDA05D06E675C6CC88CD*)__this)->___bufferCapacity_6;
|
|
NullCheck(L_7);
|
|
VirtualActionInvoker1< int32_t >::Invoke(7 /* System.Void easyar.ARCoreCameraDevice::setBufferCapacity(System.Int32) */, L_7, L_8);
|
|
}
|
|
|
|
IL_0052:
|
|
{
|
|
// if (sink != null)
|
|
InputFrameSink_tA6E249222893426FDB034E5CE860F0037DAE4F95* L_9 = ((FrameSource_tEFFB44317ECA60F900CBDDA05D06E675C6CC88CD*)__this)->___sink_4;
|
|
if (!L_9)
|
|
{
|
|
goto IL_0070;
|
|
}
|
|
}
|
|
{
|
|
// Device.inputFrameSource().connect(sink);
|
|
ARCoreCameraDevice_t55396DBC36D7E26AFDF6CC2A72F7C86664326073* L_10;
|
|
L_10 = ARCoreFrameSource_get_Device_mB802624820870324F80EF334DC9642CF87903AB4_inline(__this, NULL);
|
|
NullCheck(L_10);
|
|
InputFrameSource_tD69762DDAC410CCE3A129E8E1DC6A2C8F0427F12* L_11;
|
|
L_11 = VirtualFuncInvoker0< InputFrameSource_tD69762DDAC410CCE3A129E8E1DC6A2C8F0427F12* >::Invoke(8 /* easyar.InputFrameSource easyar.ARCoreCameraDevice::inputFrameSource() */, L_10);
|
|
InputFrameSink_tA6E249222893426FDB034E5CE860F0037DAE4F95* L_12 = ((FrameSource_tEFFB44317ECA60F900CBDDA05D06E675C6CC88CD*)__this)->___sink_4;
|
|
NullCheck(L_11);
|
|
VirtualActionInvoker1< InputFrameSink_tA6E249222893426FDB034E5CE860F0037DAE4F95* >::Invoke(7 /* System.Void easyar.InputFrameSource::connect(easyar.InputFrameSink) */, L_11, L_12);
|
|
}
|
|
|
|
IL_0070:
|
|
{
|
|
// if (enabled)
|
|
bool L_13;
|
|
L_13 = Behaviour_get_enabled_mAAC9F15E9EBF552217A5AE2681589CC0BFA300C1(__this, NULL);
|
|
if (!L_13)
|
|
{
|
|
goto IL_007e;
|
|
}
|
|
}
|
|
{
|
|
// OnEnable();
|
|
VirtualActionInvoker0::Invoke(15 /* System.Void easyar.FrameSource::OnEnable() */, __this);
|
|
}
|
|
|
|
IL_007e:
|
|
{
|
|
// DeviceOpened?.Invoke();
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_14 = __this->___DeviceOpened_21;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_15 = L_14;
|
|
G_B14_0 = L_15;
|
|
if (L_15)
|
|
{
|
|
G_B15_0 = L_15;
|
|
goto IL_0089;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
|
|
IL_0089:
|
|
{
|
|
NullCheck(G_B15_0);
|
|
Action_Invoke_m7126A54DACA72B845424072887B5F3A51FC3808E_inline(G_B15_0, NULL);
|
|
// }));
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void easyar.ARCoreFrameSource/<AutoOpen>d__41::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CAutoOpenU3Ed__41__ctor_mF98BAC6F8D691D347E1E5EFFBC51D75237EF1C65 (U3CAutoOpenU3Ed__41_t6C6B7BD2D38E74321DE6A331A84BD02A47E405F2* __this, int32_t ___0_U3CU3E1__state, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
int32_t L_0 = ___0_U3CU3E1__state;
|
|
__this->___U3CU3E1__state_0 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// System.Void easyar.ARCoreFrameSource/<AutoOpen>d__41::System.IDisposable.Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CAutoOpenU3Ed__41_System_IDisposable_Dispose_m43EA72D8243EF841C67B3156C2E3A01D5CC9E3C1 (U3CAutoOpenU3Ed__41_t6C6B7BD2D38E74321DE6A331A84BD02A47E405F2* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean easyar.ARCoreFrameSource/<AutoOpen>d__41::MoveNext()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CAutoOpenU3Ed__41_MoveNext_mDC2BA8FFE5D76B6639A0D6DE1371239B73D3E5FF (U3CAutoOpenU3Ed__41_t6C6B7BD2D38E74321DE6A331A84BD02A47E405F2* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Optional_1_get_OnNone_mC8DB6E9B8EA1F7B108BEAD8D4CF0D72F034AE778_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Optional_1_get_Value_m1F032C59F95454868694661D84FC55E4284100E7_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
ARCoreFrameSource_t13E57941891C16484C10CCAB4474FDF5F39B3819* V_1 = NULL;
|
|
Optional_1_t900DDDF790B562B704CF33648F9A6FE90E9B5DF6 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
Type_t* G_B15_0 = NULL;
|
|
Type_t* G_B14_0 = NULL;
|
|
String_t* G_B16_0 = NULL;
|
|
{
|
|
int32_t L_0 = __this->___U3CU3E1__state_0;
|
|
V_0 = L_0;
|
|
ARCoreFrameSource_t13E57941891C16484C10CCAB4474FDF5F39B3819* L_1 = __this->___U3CU3E4__this_2;
|
|
V_1 = L_1;
|
|
int32_t L_2 = V_0;
|
|
if (!L_2)
|
|
{
|
|
goto IL_0017;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_3 = V_0;
|
|
if ((((int32_t)L_3) == ((int32_t)1)))
|
|
{
|
|
goto IL_003a;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0017:
|
|
{
|
|
__this->___U3CU3E1__state_0 = (-1);
|
|
goto IL_0041;
|
|
}
|
|
|
|
IL_0020:
|
|
{
|
|
// if (disableAutoOpen) { yield break; }
|
|
ARCoreFrameSource_t13E57941891C16484C10CCAB4474FDF5F39B3819* L_4 = V_1;
|
|
NullCheck(L_4);
|
|
bool L_5 = L_4->___disableAutoOpen_14;
|
|
if (!L_5)
|
|
{
|
|
goto IL_002a;
|
|
}
|
|
}
|
|
{
|
|
// if (disableAutoOpen) { yield break; }
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_002a:
|
|
{
|
|
// yield return null;
|
|
__this->___U3CU3E2__current_1 = NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CU3E2__current_1), (void*)NULL);
|
|
__this->___U3CU3E1__state_0 = 1;
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_003a:
|
|
{
|
|
__this->___U3CU3E1__state_0 = (-1);
|
|
}
|
|
|
|
IL_0041:
|
|
{
|
|
// while (!enabled)
|
|
ARCoreFrameSource_t13E57941891C16484C10CCAB4474FDF5F39B3819* L_6 = V_1;
|
|
NullCheck(L_6);
|
|
bool L_7;
|
|
L_7 = Behaviour_get_enabled_mAAC9F15E9EBF552217A5AE2681589CC0BFA300C1(L_6, NULL);
|
|
if (!L_7)
|
|
{
|
|
goto IL_0020;
|
|
}
|
|
}
|
|
{
|
|
// if (disableAutoOpen) { yield break; }
|
|
ARCoreFrameSource_t13E57941891C16484C10CCAB4474FDF5F39B3819* L_8 = V_1;
|
|
NullCheck(L_8);
|
|
bool L_9 = L_8->___disableAutoOpen_14;
|
|
if (!L_9)
|
|
{
|
|
goto IL_0053;
|
|
}
|
|
}
|
|
{
|
|
// if (disableAutoOpen) { yield break; }
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0053:
|
|
{
|
|
// if (IsAvailable.OnNone || !IsAvailable.Value) { throw new UIPopupException(typeof(ARCoreCameraDevice) + " not available"); }
|
|
ARCoreFrameSource_t13E57941891C16484C10CCAB4474FDF5F39B3819* L_10 = V_1;
|
|
NullCheck(L_10);
|
|
Optional_1_t900DDDF790B562B704CF33648F9A6FE90E9B5DF6 L_11;
|
|
L_11 = VirtualFuncInvoker0< Optional_1_t900DDDF790B562B704CF33648F9A6FE90E9B5DF6 >::Invoke(5 /* easyar.Optional`1<System.Boolean> easyar.FrameSource::get_IsAvailable() */, L_10);
|
|
V_2 = L_11;
|
|
bool L_12;
|
|
L_12 = Optional_1_get_OnNone_mC8DB6E9B8EA1F7B108BEAD8D4CF0D72F034AE778((&V_2), Optional_1_get_OnNone_mC8DB6E9B8EA1F7B108BEAD8D4CF0D72F034AE778_RuntimeMethod_var);
|
|
if (L_12)
|
|
{
|
|
goto IL_0073;
|
|
}
|
|
}
|
|
{
|
|
ARCoreFrameSource_t13E57941891C16484C10CCAB4474FDF5F39B3819* L_13 = V_1;
|
|
NullCheck(L_13);
|
|
Optional_1_t900DDDF790B562B704CF33648F9A6FE90E9B5DF6 L_14;
|
|
L_14 = VirtualFuncInvoker0< Optional_1_t900DDDF790B562B704CF33648F9A6FE90E9B5DF6 >::Invoke(5 /* easyar.Optional`1<System.Boolean> easyar.FrameSource::get_IsAvailable() */, L_13);
|
|
V_2 = L_14;
|
|
bool L_15;
|
|
L_15 = Optional_1_get_Value_m1F032C59F95454868694661D84FC55E4284100E7((&V_2), Optional_1_get_Value_m1F032C59F95454868694661D84FC55E4284100E7_RuntimeMethod_var);
|
|
if (L_15)
|
|
{
|
|
goto IL_0099;
|
|
}
|
|
}
|
|
|
|
IL_0073:
|
|
{
|
|
// if (IsAvailable.OnNone || !IsAvailable.Value) { throw new UIPopupException(typeof(ARCoreCameraDevice) + " not available"); }
|
|
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_16 = { reinterpret_cast<intptr_t> (((RuntimeType*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ARCoreCameraDevice_t55396DBC36D7E26AFDF6CC2A72F7C86664326073_0_0_0_var))) };
|
|
il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Type_t_il2cpp_TypeInfo_var)));
|
|
Type_t* L_17;
|
|
L_17 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_16, NULL);
|
|
Type_t* L_18 = L_17;
|
|
G_B14_0 = L_18;
|
|
if (L_18)
|
|
{
|
|
G_B15_0 = L_18;
|
|
goto IL_0084;
|
|
}
|
|
}
|
|
{
|
|
G_B16_0 = ((String_t*)(NULL));
|
|
goto IL_0089;
|
|
}
|
|
|
|
IL_0084:
|
|
{
|
|
NullCheck(G_B15_0);
|
|
String_t* L_19;
|
|
L_19 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, G_B15_0);
|
|
G_B16_0 = L_19;
|
|
}
|
|
|
|
IL_0089:
|
|
{
|
|
String_t* L_20;
|
|
L_20 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(G_B16_0, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral429D8F132170CDADF68E7EFEA1640AD07E6A5409)), NULL);
|
|
UIPopupException_t6CBA36793B5CB835F7ED2FD94F0D60186543D6EE* L_21 = (UIPopupException_t6CBA36793B5CB835F7ED2FD94F0D60186543D6EE*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&UIPopupException_t6CBA36793B5CB835F7ED2FD94F0D60186543D6EE_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_21);
|
|
UIPopupException__ctor_m2028C0A495324E4FAD33E2E48EDE7347C6BF2F6C(L_21, L_20, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_21, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CAutoOpenU3Ed__41_MoveNext_mDC2BA8FFE5D76B6639A0D6DE1371239B73D3E5FF_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0099:
|
|
{
|
|
// Open();
|
|
ARCoreFrameSource_t13E57941891C16484C10CCAB4474FDF5F39B3819* L_22 = V_1;
|
|
NullCheck(L_22);
|
|
ARCoreFrameSource_Open_m0314E28128B2B0E39A9F1922A7F77C07B05A4011(L_22, NULL);
|
|
// }
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Object easyar.ARCoreFrameSource/<AutoOpen>d__41::System.Collections.Generic.IEnumerator<System.Object>.get_Current()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CAutoOpenU3Ed__41_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_m30D43218CC5F513F5B659522BAC1A22B671B6D9B (U3CAutoOpenU3Ed__41_t6C6B7BD2D38E74321DE6A331A84BD02A47E405F2* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject* L_0 = __this->___U3CU3E2__current_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void easyar.ARCoreFrameSource/<AutoOpen>d__41::System.Collections.IEnumerator.Reset()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CAutoOpenU3Ed__41_System_Collections_IEnumerator_Reset_m09C65BDA549764DD27863E6D990C0E223C3BBE27 (U3CAutoOpenU3Ed__41_t6C6B7BD2D38E74321DE6A331A84BD02A47E405F2* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* L_0 = (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_0);
|
|
NotSupportedException__ctor_m1398D0CDE19B36AA3DE9392879738C1EA2439CDF(L_0, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CAutoOpenU3Ed__41_System_Collections_IEnumerator_Reset_m09C65BDA549764DD27863E6D990C0E223C3BBE27_RuntimeMethod_var)));
|
|
}
|
|
}
|
|
// System.Object easyar.ARCoreFrameSource/<AutoOpen>d__41::System.Collections.IEnumerator.get_Current()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CAutoOpenU3Ed__41_System_Collections_IEnumerator_get_Current_m8013B2528330B41908DF224D69CC13692057C410 (U3CAutoOpenU3Ed__41_t6C6B7BD2D38E74321DE6A331A84BD02A47E405F2* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject* L_0 = __this->___U3CU3E2__current_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// easyar.Optional`1<System.Boolean> easyar.AREngineFrameSource::get_IsAvailable()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Optional_1_t900DDDF790B562B704CF33648F9A6FE90E9B5DF6 AREngineFrameSource_get_IsAvailable_mA156CABD6B51FF4BE78DD92820349C574CA9B870 (AREngineFrameSource_t4338F934A894056D69323E3EED12B5D6D3BF5EFE* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Optional_1_op_Implicit_m1E24650E58B19C767063680D8288479923A04269_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public override Optional<bool> IsAvailable { get => false; }
|
|
Optional_1_t900DDDF790B562B704CF33648F9A6FE90E9B5DF6 L_0;
|
|
L_0 = Optional_1_op_Implicit_m1E24650E58B19C767063680D8288479923A04269((bool)0, Optional_1_op_Implicit_m1E24650E58B19C767063680D8288479923A04269_RuntimeMethod_var);
|
|
return L_0;
|
|
}
|
|
}
|
|
// easyar.Optional`1<easyar.InputFrameSourceType> easyar.AREngineFrameSource::get_Type()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Optional_1_t666854642354D0FC1411D0997FF3ACCCCA99AE33 AREngineFrameSource_get_Type_m0F4E70F52F6E484D1A792F6CA4CEFB278C0DDEC6 (AREngineFrameSource_t4338F934A894056D69323E3EED12B5D6D3BF5EFE* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Optional_1_op_Implicit_mA963EE25469F9CAB0E35BF8C6024F01AF39F6785_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public override Optional<InputFrameSourceType> Type { get => InputFrameSourceType.AREngine; }
|
|
Optional_1_t666854642354D0FC1411D0997FF3ACCCCA99AE33 L_0;
|
|
L_0 = Optional_1_op_Implicit_mA963EE25469F9CAB0E35BF8C6024F01AF39F6785(3, Optional_1_op_Implicit_mA963EE25469F9CAB0E35BF8C6024F01AF39F6785_RuntimeMethod_var);
|
|
return L_0;
|
|
}
|
|
}
|
|
// easyar.WorldRootController easyar.AREngineFrameSource::get_WorldRoot()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR WorldRootController_tDDE4A5BB7E650DE15875AFD6F7E8BBB2F670A1A2* AREngineFrameSource_get_WorldRoot_mFB20823536F96B0ED9740ADE76C1C0DBE9921AE5 (AREngineFrameSource_t4338F934A894056D69323E3EED12B5D6D3BF5EFE* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// get => worldRoot;
|
|
WorldRootController_tDDE4A5BB7E650DE15875AFD6F7E8BBB2F670A1A2* L_0 = __this->___worldRoot_13;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void easyar.AREngineFrameSource::set_WorldRoot(easyar.WorldRootController)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AREngineFrameSource_set_WorldRoot_mB9C87D2F45AEA5E76F6246E46ABE9E9F549F3E37 (AREngineFrameSource_t4338F934A894056D69323E3EED12B5D6D3BF5EFE* __this, WorldRootController_tDDE4A5BB7E650DE15875AFD6F7E8BBB2F670A1A2* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// if (assembled) { return; }
|
|
bool L_0 = __this->___assembled_12;
|
|
if (!L_0)
|
|
{
|
|
goto IL_0009;
|
|
}
|
|
}
|
|
{
|
|
// if (assembled) { return; }
|
|
return;
|
|
}
|
|
|
|
IL_0009:
|
|
{
|
|
// worldRoot = value;
|
|
WorldRootController_tDDE4A5BB7E650DE15875AFD6F7E8BBB2F670A1A2* L_1 = ___0_value;
|
|
__this->___worldRoot_13 = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___worldRoot_13), (void*)L_1);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// UnityEngine.GameObject easyar.AREngineFrameSource::get_Origin()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* AREngineFrameSource_get_Origin_m1823EEA8C155E0DA85D005389E9413C2F09EB10C (AREngineFrameSource_t4338F934A894056D69323E3EED12B5D6D3BF5EFE* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public override GameObject Origin { get => worldRoot ? worldRoot.gameObject : null; }
|
|
WorldRootController_tDDE4A5BB7E650DE15875AFD6F7E8BBB2F670A1A2* L_0 = __this->___worldRoot_13;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_1;
|
|
L_1 = Object_op_Implicit_m93896EF7D68FA113C42D3FE2BC6F661FC7EF514A(L_0, NULL);
|
|
if (L_1)
|
|
{
|
|
goto IL_000f;
|
|
}
|
|
}
|
|
{
|
|
return (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F*)NULL;
|
|
}
|
|
|
|
IL_000f:
|
|
{
|
|
WorldRootController_tDDE4A5BB7E650DE15875AFD6F7E8BBB2F670A1A2* L_2 = __this->___worldRoot_13;
|
|
NullCheck(L_2);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_3;
|
|
L_3 = Component_get_gameObject_m57AEFBB14DB39EC476F740BA000E170355DE691B(L_2, NULL);
|
|
return L_3;
|
|
}
|
|
}
|
|
// System.Void easyar.AREngineFrameSource::OnAssemble(easyar.ARSession)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AREngineFrameSource_OnAssemble_m54134CE3786126E91EB84AA9EF4E664733DD6019 (AREngineFrameSource_t4338F934A894056D69323E3EED12B5D6D3BF5EFE* __this, ARSession_tE7BD3656886DDF0823637E4219C76DA80A215D35* ___0_session, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// base.OnAssemble(session);
|
|
ARSession_tE7BD3656886DDF0823637E4219C76DA80A215D35* L_0 = ___0_session;
|
|
FrameSource_OnAssemble_mC11B5EA8F8B8F56A6D3EEC2D832168CEACEF575A(__this, L_0, NULL);
|
|
// assembled = true;
|
|
__this->___assembled_12 = (bool)1;
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void easyar.AREngineFrameSource::Open()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AREngineFrameSource_Open_m5C460A488A4CF791CE9FA4D8FC394A308A8B1C7B (AREngineFrameSource_t4338F934A894056D69323E3EED12B5D6D3BF5EFE* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void easyar.AREngineFrameSource::Close()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AREngineFrameSource_Close_m6FAC7BD384A25884D4B7E7CA7C149D176567EEF9 (AREngineFrameSource_t4338F934A894056D69323E3EED12B5D6D3BF5EFE* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void easyar.AREngineFrameSource::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AREngineFrameSource__ctor_m7BE1FABB71A66E1D209CDFB8C1E5734FD3697654 (AREngineFrameSource_t4338F934A894056D69323E3EED12B5D6D3BF5EFE* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FrameSource_tEFFB44317ECA60F900CBDDA05D06E675C6CC88CD_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public bool AutoFocus = true;
|
|
__this->___AutoFocus_11 = (bool)1;
|
|
il2cpp_codegen_runtime_class_init_inline(FrameSource_tEFFB44317ECA60F900CBDDA05D06E675C6CC88CD_il2cpp_TypeInfo_var);
|
|
FrameSource__ctor_mF2C3C0EA283D25EE25EC48941CA63A5F8944D3F1(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// easyar.ARKitCameraDevice easyar.ARKitFrameSource::get_Device()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ARKitCameraDevice_t25D15798449B95FF8BB3699EBB66F0C23CFF0F79* ARKitFrameSource_get_Device_m1BE29AA9CA3290E3FAB1D887107D642F96C634B1 (ARKitFrameSource_tEB7A3BC3F1AE0F1E99D96C5C270D284250D3CCD7* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public ARKitCameraDevice Device { get; private set; }
|
|
ARKitCameraDevice_t25D15798449B95FF8BB3699EBB66F0C23CFF0F79* L_0 = __this->___U3CDeviceU3Ek__BackingField_11;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void easyar.ARKitFrameSource::set_Device(easyar.ARKitCameraDevice)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ARKitFrameSource_set_Device_mCC1BEE4CD9E02822311B7A7A327998EEF481E591 (ARKitFrameSource_tEB7A3BC3F1AE0F1E99D96C5C270D284250D3CCD7* __this, ARKitCameraDevice_t25D15798449B95FF8BB3699EBB66F0C23CFF0F79* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public ARKitCameraDevice Device { get; private set; }
|
|
ARKitCameraDevice_t25D15798449B95FF8BB3699EBB66F0C23CFF0F79* L_0 = ___0_value;
|
|
__this->___U3CDeviceU3Ek__BackingField_11 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CDeviceU3Ek__BackingField_11), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void easyar.ARKitFrameSource::add_DeviceCreated(System.Action)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ARKitFrameSource_add_DeviceCreated_mA2856FCFF04EB06889ADD9B9DF9E504B8AC897B5 (ARKitFrameSource_tEB7A3BC3F1AE0F1E99D96C5C270D284250D3CCD7* __this, Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* V_0 = NULL;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* V_1 = NULL;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* V_2 = NULL;
|
|
{
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_0 = __this->___DeviceCreated_19;
|
|
V_0 = L_0;
|
|
}
|
|
|
|
IL_0007:
|
|
{
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_1 = V_0;
|
|
V_1 = L_1;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_2 = V_1;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_3 = ___0_value;
|
|
Delegate_t* L_4;
|
|
L_4 = Delegate_Combine_m1F725AEF318BE6F0426863490691A6F4606E7D00(L_2, L_3, NULL);
|
|
V_2 = ((Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)CastclassSealed((RuntimeObject*)L_4, Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var));
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07** L_5 = (Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07**)(&__this->___DeviceCreated_19);
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_6 = V_2;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_7 = V_1;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_8;
|
|
L_8 = InterlockedCompareExchangeImpl<Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*>(L_5, L_6, L_7);
|
|
V_0 = L_8;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_9 = V_0;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_10 = V_1;
|
|
if ((!(((RuntimeObject*)(Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)L_9) == ((RuntimeObject*)(Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)L_10))))
|
|
{
|
|
goto IL_0007;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void easyar.ARKitFrameSource::remove_DeviceCreated(System.Action)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ARKitFrameSource_remove_DeviceCreated_m1E8BF38C88E1FEA827D7C7B61E4D9D9209BBAD4C (ARKitFrameSource_tEB7A3BC3F1AE0F1E99D96C5C270D284250D3CCD7* __this, Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* V_0 = NULL;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* V_1 = NULL;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* V_2 = NULL;
|
|
{
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_0 = __this->___DeviceCreated_19;
|
|
V_0 = L_0;
|
|
}
|
|
|
|
IL_0007:
|
|
{
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_1 = V_0;
|
|
V_1 = L_1;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_2 = V_1;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_3 = ___0_value;
|
|
Delegate_t* L_4;
|
|
L_4 = Delegate_Remove_m8B7DD5661308FA972E23CA1CC3FC9CEB355504E3(L_2, L_3, NULL);
|
|
V_2 = ((Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)CastclassSealed((RuntimeObject*)L_4, Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var));
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07** L_5 = (Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07**)(&__this->___DeviceCreated_19);
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_6 = V_2;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_7 = V_1;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_8;
|
|
L_8 = InterlockedCompareExchangeImpl<Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*>(L_5, L_6, L_7);
|
|
V_0 = L_8;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_9 = V_0;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_10 = V_1;
|
|
if ((!(((RuntimeObject*)(Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)L_9) == ((RuntimeObject*)(Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)L_10))))
|
|
{
|
|
goto IL_0007;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void easyar.ARKitFrameSource::add_DeviceOpened(System.Action)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ARKitFrameSource_add_DeviceOpened_m7DEFB1C68012F7F63C30371F1F375D7C86D4CEEA (ARKitFrameSource_tEB7A3BC3F1AE0F1E99D96C5C270D284250D3CCD7* __this, Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* V_0 = NULL;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* V_1 = NULL;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* V_2 = NULL;
|
|
{
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_0 = __this->___DeviceOpened_20;
|
|
V_0 = L_0;
|
|
}
|
|
|
|
IL_0007:
|
|
{
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_1 = V_0;
|
|
V_1 = L_1;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_2 = V_1;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_3 = ___0_value;
|
|
Delegate_t* L_4;
|
|
L_4 = Delegate_Combine_m1F725AEF318BE6F0426863490691A6F4606E7D00(L_2, L_3, NULL);
|
|
V_2 = ((Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)CastclassSealed((RuntimeObject*)L_4, Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var));
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07** L_5 = (Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07**)(&__this->___DeviceOpened_20);
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_6 = V_2;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_7 = V_1;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_8;
|
|
L_8 = InterlockedCompareExchangeImpl<Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*>(L_5, L_6, L_7);
|
|
V_0 = L_8;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_9 = V_0;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_10 = V_1;
|
|
if ((!(((RuntimeObject*)(Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)L_9) == ((RuntimeObject*)(Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)L_10))))
|
|
{
|
|
goto IL_0007;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void easyar.ARKitFrameSource::remove_DeviceOpened(System.Action)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ARKitFrameSource_remove_DeviceOpened_m0FF92C28045991FC7C1311F7FD8C3B6440EA5E06 (ARKitFrameSource_tEB7A3BC3F1AE0F1E99D96C5C270D284250D3CCD7* __this, Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* V_0 = NULL;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* V_1 = NULL;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* V_2 = NULL;
|
|
{
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_0 = __this->___DeviceOpened_20;
|
|
V_0 = L_0;
|
|
}
|
|
|
|
IL_0007:
|
|
{
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_1 = V_0;
|
|
V_1 = L_1;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_2 = V_1;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_3 = ___0_value;
|
|
Delegate_t* L_4;
|
|
L_4 = Delegate_Remove_m8B7DD5661308FA972E23CA1CC3FC9CEB355504E3(L_2, L_3, NULL);
|
|
V_2 = ((Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)CastclassSealed((RuntimeObject*)L_4, Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var));
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07** L_5 = (Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07**)(&__this->___DeviceOpened_20);
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_6 = V_2;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_7 = V_1;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_8;
|
|
L_8 = InterlockedCompareExchangeImpl<Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*>(L_5, L_6, L_7);
|
|
V_0 = L_8;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_9 = V_0;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_10 = V_1;
|
|
if ((!(((RuntimeObject*)(Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)L_9) == ((RuntimeObject*)(Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)L_10))))
|
|
{
|
|
goto IL_0007;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void easyar.ARKitFrameSource::add_DeviceClosed(System.Action)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ARKitFrameSource_add_DeviceClosed_m810FA7C4BD9669158BF2653B7E8CA2D30710B332 (ARKitFrameSource_tEB7A3BC3F1AE0F1E99D96C5C270D284250D3CCD7* __this, Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* V_0 = NULL;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* V_1 = NULL;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* V_2 = NULL;
|
|
{
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_0 = __this->___DeviceClosed_21;
|
|
V_0 = L_0;
|
|
}
|
|
|
|
IL_0007:
|
|
{
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_1 = V_0;
|
|
V_1 = L_1;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_2 = V_1;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_3 = ___0_value;
|
|
Delegate_t* L_4;
|
|
L_4 = Delegate_Combine_m1F725AEF318BE6F0426863490691A6F4606E7D00(L_2, L_3, NULL);
|
|
V_2 = ((Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)CastclassSealed((RuntimeObject*)L_4, Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var));
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07** L_5 = (Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07**)(&__this->___DeviceClosed_21);
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_6 = V_2;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_7 = V_1;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_8;
|
|
L_8 = InterlockedCompareExchangeImpl<Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*>(L_5, L_6, L_7);
|
|
V_0 = L_8;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_9 = V_0;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_10 = V_1;
|
|
if ((!(((RuntimeObject*)(Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)L_9) == ((RuntimeObject*)(Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)L_10))))
|
|
{
|
|
goto IL_0007;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void easyar.ARKitFrameSource::remove_DeviceClosed(System.Action)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ARKitFrameSource_remove_DeviceClosed_m0A77B08ACDC48F723D0A57E6667A272AA5EEE7B8 (ARKitFrameSource_tEB7A3BC3F1AE0F1E99D96C5C270D284250D3CCD7* __this, Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* V_0 = NULL;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* V_1 = NULL;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* V_2 = NULL;
|
|
{
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_0 = __this->___DeviceClosed_21;
|
|
V_0 = L_0;
|
|
}
|
|
|
|
IL_0007:
|
|
{
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_1 = V_0;
|
|
V_1 = L_1;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_2 = V_1;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_3 = ___0_value;
|
|
Delegate_t* L_4;
|
|
L_4 = Delegate_Remove_m8B7DD5661308FA972E23CA1CC3FC9CEB355504E3(L_2, L_3, NULL);
|
|
V_2 = ((Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)CastclassSealed((RuntimeObject*)L_4, Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var));
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07** L_5 = (Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07**)(&__this->___DeviceClosed_21);
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_6 = V_2;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_7 = V_1;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_8;
|
|
L_8 = InterlockedCompareExchangeImpl<Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*>(L_5, L_6, L_7);
|
|
V_0 = L_8;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_9 = V_0;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_10 = V_1;
|
|
if ((!(((RuntimeObject*)(Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)L_9) == ((RuntimeObject*)(Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)L_10))))
|
|
{
|
|
goto IL_0007;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// easyar.Optional`1<easyar.InputFrameSourceType> easyar.ARKitFrameSource::get_Type()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Optional_1_t666854642354D0FC1411D0997FF3ACCCCA99AE33 ARKitFrameSource_get_Type_m8C3616779489D79319C4B127E57EB90DCABE154E (ARKitFrameSource_tEB7A3BC3F1AE0F1E99D96C5C270D284250D3CCD7* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Optional_1_get_Empty_mF07A0FFDDA04FF88892222D8310B7C984021ED2B_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Optional_1_op_Implicit_mA963EE25469F9CAB0E35BF8C6024F01AF39F6785_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public override Optional<InputFrameSourceType> Type { get => Device != null ? Device.inputFrameSourceType() : Optional<InputFrameSourceType>.Empty; }
|
|
ARKitCameraDevice_t25D15798449B95FF8BB3699EBB66F0C23CFF0F79* L_0;
|
|
L_0 = ARKitFrameSource_get_Device_m1BE29AA9CA3290E3FAB1D887107D642F96C634B1_inline(__this, NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
Optional_1_t666854642354D0FC1411D0997FF3ACCCCA99AE33 L_1;
|
|
L_1 = Optional_1_get_Empty_mF07A0FFDDA04FF88892222D8310B7C984021ED2B(Optional_1_get_Empty_mF07A0FFDDA04FF88892222D8310B7C984021ED2B_RuntimeMethod_var);
|
|
return L_1;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
ARKitCameraDevice_t25D15798449B95FF8BB3699EBB66F0C23CFF0F79* L_2;
|
|
L_2 = ARKitFrameSource_get_Device_m1BE29AA9CA3290E3FAB1D887107D642F96C634B1_inline(__this, NULL);
|
|
NullCheck(L_2);
|
|
int32_t L_3;
|
|
L_3 = VirtualFuncInvoker0< int32_t >::Invoke(9 /* easyar.InputFrameSourceType easyar.ARKitCameraDevice::inputFrameSourceType() */, L_2);
|
|
Optional_1_t666854642354D0FC1411D0997FF3ACCCCA99AE33 L_4;
|
|
L_4 = Optional_1_op_Implicit_mA963EE25469F9CAB0E35BF8C6024F01AF39F6785(L_3, Optional_1_op_Implicit_mA963EE25469F9CAB0E35BF8C6024F01AF39F6785_RuntimeMethod_var);
|
|
return L_4;
|
|
}
|
|
}
|
|
// easyar.Optional`1<System.Boolean> easyar.ARKitFrameSource::get_IsAvailable()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Optional_1_t900DDDF790B562B704CF33648F9A6FE90E9B5DF6 ARKitFrameSource_get_IsAvailable_mA0F7F10817609F4BF82D3A964BB2129E18A4F319 (ARKitFrameSource_tEB7A3BC3F1AE0F1E99D96C5C270D284250D3CCD7* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Optional_1_op_Implicit_m1E24650E58B19C767063680D8288479923A04269_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public override Optional<bool> IsAvailable { get => ARKitCameraDevice.isAvailable(); }
|
|
bool L_0;
|
|
L_0 = ARKitCameraDevice_isAvailable_m5E26A2E593185BE10AF06FF7D42F4CE6F733F29F(NULL);
|
|
Optional_1_t900DDDF790B562B704CF33648F9A6FE90E9B5DF6 L_1;
|
|
L_1 = Optional_1_op_Implicit_m1E24650E58B19C767063680D8288479923A04269(L_0, Optional_1_op_Implicit_m1E24650E58B19C767063680D8288479923A04269_RuntimeMethod_var);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Int32 easyar.ARKitFrameSource::get_BufferCapacity()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ARKitFrameSource_get_BufferCapacity_m744356A0C3708AC674E94B13309F6430C62F9907 (ARKitFrameSource_tEB7A3BC3F1AE0F1E99D96C5C270D284250D3CCD7* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// if (Device != null)
|
|
ARKitCameraDevice_t25D15798449B95FF8BB3699EBB66F0C23CFF0F79* L_0;
|
|
L_0 = ARKitFrameSource_get_Device_m1BE29AA9CA3290E3FAB1D887107D642F96C634B1_inline(__this, NULL);
|
|
if (!L_0)
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
// return Device.bufferCapacity();
|
|
ARKitCameraDevice_t25D15798449B95FF8BB3699EBB66F0C23CFF0F79* L_1;
|
|
L_1 = ARKitFrameSource_get_Device_m1BE29AA9CA3290E3FAB1D887107D642F96C634B1_inline(__this, NULL);
|
|
NullCheck(L_1);
|
|
int32_t L_2;
|
|
L_2 = VirtualFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 easyar.ARKitCameraDevice::bufferCapacity() */, L_1);
|
|
return L_2;
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
// return bufferCapacity;
|
|
int32_t L_3 = ((FrameSource_tEFFB44317ECA60F900CBDDA05D06E675C6CC88CD*)__this)->___bufferCapacity_6;
|
|
return L_3;
|
|
}
|
|
}
|
|
// System.Void easyar.ARKitFrameSource::set_BufferCapacity(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ARKitFrameSource_set_BufferCapacity_mAB5ACD78C9EF0A254EE72161781F8FB0A2F5A1FC (ARKitFrameSource_tEB7A3BC3F1AE0F1E99D96C5C270D284250D3CCD7* __this, int32_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// bufferCapacity = value;
|
|
int32_t L_0 = ___0_value;
|
|
((FrameSource_tEFFB44317ECA60F900CBDDA05D06E675C6CC88CD*)__this)->___bufferCapacity_6 = L_0;
|
|
// if (Device != null)
|
|
ARKitCameraDevice_t25D15798449B95FF8BB3699EBB66F0C23CFF0F79* L_1;
|
|
L_1 = ARKitFrameSource_get_Device_m1BE29AA9CA3290E3FAB1D887107D642F96C634B1_inline(__this, NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_001b;
|
|
}
|
|
}
|
|
{
|
|
// Device.setBufferCapacity(value);
|
|
ARKitCameraDevice_t25D15798449B95FF8BB3699EBB66F0C23CFF0F79* L_2;
|
|
L_2 = ARKitFrameSource_get_Device_m1BE29AA9CA3290E3FAB1D887107D642F96C634B1_inline(__this, NULL);
|
|
int32_t L_3 = ___0_value;
|
|
NullCheck(L_2);
|
|
VirtualActionInvoker1< int32_t >::Invoke(7 /* System.Void easyar.ARKitCameraDevice::setBufferCapacity(System.Int32) */, L_2, L_3);
|
|
}
|
|
|
|
IL_001b:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// easyar.WorldRootController easyar.ARKitFrameSource::get_WorldRoot()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR WorldRootController_tDDE4A5BB7E650DE15875AFD6F7E8BBB2F670A1A2* ARKitFrameSource_get_WorldRoot_mBE08372A7C3F534FE9A8FA10CAA7B20AF9A34BF8 (ARKitFrameSource_tEB7A3BC3F1AE0F1E99D96C5C270D284250D3CCD7* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// get => worldRoot;
|
|
WorldRootController_tDDE4A5BB7E650DE15875AFD6F7E8BBB2F670A1A2* L_0 = __this->___worldRoot_16;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void easyar.ARKitFrameSource::set_WorldRoot(easyar.WorldRootController)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ARKitFrameSource_set_WorldRoot_mAC0711D2A60566DC024AE71EDBB9CBDC6C01FFED (ARKitFrameSource_tEB7A3BC3F1AE0F1E99D96C5C270D284250D3CCD7* __this, WorldRootController_tDDE4A5BB7E650DE15875AFD6F7E8BBB2F670A1A2* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// if (assembled) { return; }
|
|
bool L_0 = __this->___assembled_15;
|
|
if (!L_0)
|
|
{
|
|
goto IL_0009;
|
|
}
|
|
}
|
|
{
|
|
// if (assembled) { return; }
|
|
return;
|
|
}
|
|
|
|
IL_0009:
|
|
{
|
|
// worldRoot = value;
|
|
WorldRootController_tDDE4A5BB7E650DE15875AFD6F7E8BBB2F670A1A2* L_1 = ___0_value;
|
|
__this->___worldRoot_16 = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___worldRoot_16), (void*)L_1);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// UnityEngine.GameObject easyar.ARKitFrameSource::get_Origin()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ARKitFrameSource_get_Origin_m8F8075EACCD5EDAA7BD64254C154D1AF06DD2726 (ARKitFrameSource_tEB7A3BC3F1AE0F1E99D96C5C270D284250D3CCD7* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public override GameObject Origin { get => worldRoot ? worldRoot.gameObject : null; }
|
|
WorldRootController_tDDE4A5BB7E650DE15875AFD6F7E8BBB2F670A1A2* L_0 = __this->___worldRoot_16;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_1;
|
|
L_1 = Object_op_Implicit_m93896EF7D68FA113C42D3FE2BC6F661FC7EF514A(L_0, NULL);
|
|
if (L_1)
|
|
{
|
|
goto IL_000f;
|
|
}
|
|
}
|
|
{
|
|
return (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F*)NULL;
|
|
}
|
|
|
|
IL_000f:
|
|
{
|
|
WorldRootController_tDDE4A5BB7E650DE15875AFD6F7E8BBB2F670A1A2* L_2 = __this->___worldRoot_16;
|
|
NullCheck(L_2);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_3;
|
|
L_3 = Component_get_gameObject_m57AEFBB14DB39EC476F740BA000E170355DE691B(L_2, NULL);
|
|
return L_3;
|
|
}
|
|
}
|
|
// System.Void easyar.ARKitFrameSource::Awake()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ARKitFrameSource_Awake_mBFB699020F1BC7FD401C69DD97E1F494DBE71D23 (ARKitFrameSource_tEB7A3BC3F1AE0F1E99D96C5C270D284250D3CCD7* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_FindObjectOfType_TisWorldRootController_tDDE4A5BB7E650DE15875AFD6F7E8BBB2F670A1A2_mBCA2DC937CAA3738B5B7FA791A0E8C009F53237D_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// base.Awake();
|
|
FrameSource_Awake_m11E6765105A5E748DB55E5DFC5458FBEA6962FE9(__this, NULL);
|
|
// if (worldRoot) { return; }
|
|
WorldRootController_tDDE4A5BB7E650DE15875AFD6F7E8BBB2F670A1A2* L_0 = __this->___worldRoot_16;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_1;
|
|
L_1 = Object_op_Implicit_m93896EF7D68FA113C42D3FE2BC6F661FC7EF514A(L_0, NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
// if (worldRoot) { return; }
|
|
return;
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
// worldRootCache = FindObjectOfType<WorldRootController>();
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
WorldRootController_tDDE4A5BB7E650DE15875AFD6F7E8BBB2F670A1A2* L_2;
|
|
L_2 = Object_FindObjectOfType_TisWorldRootController_tDDE4A5BB7E650DE15875AFD6F7E8BBB2F670A1A2_mBCA2DC937CAA3738B5B7FA791A0E8C009F53237D(Object_FindObjectOfType_TisWorldRootController_tDDE4A5BB7E650DE15875AFD6F7E8BBB2F670A1A2_mBCA2DC937CAA3738B5B7FA791A0E8C009F53237D_RuntimeMethod_var);
|
|
__this->___worldRootCache_17 = L_2;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___worldRootCache_17), (void*)L_2);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void easyar.ARKitFrameSource::OnEnable()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ARKitFrameSource_OnEnable_mCB1CA0D71FE11CB208895F301E145803679FF148 (ARKitFrameSource_tEB7A3BC3F1AE0F1E99D96C5C270D284250D3CCD7* __this, const RuntimeMethod* method)
|
|
{
|
|
ARKitCameraDevice_t25D15798449B95FF8BB3699EBB66F0C23CFF0F79* G_B3_0 = NULL;
|
|
ARKitCameraDevice_t25D15798449B95FF8BB3699EBB66F0C23CFF0F79* G_B2_0 = NULL;
|
|
int32_t G_B4_0 = 0;
|
|
ARKitCameraDevice_t25D15798449B95FF8BB3699EBB66F0C23CFF0F79* G_B4_1 = NULL;
|
|
{
|
|
// base.OnEnable();
|
|
FrameSource_OnEnable_mFE4B5075843171A5281632B4EDB305E63E02FFBB(__this, NULL);
|
|
// if (Device != null)
|
|
ARKitCameraDevice_t25D15798449B95FF8BB3699EBB66F0C23CFF0F79* L_0;
|
|
L_0 = ARKitFrameSource_get_Device_m1BE29AA9CA3290E3FAB1D887107D642F96C634B1_inline(__this, NULL);
|
|
if (!L_0)
|
|
{
|
|
goto IL_0031;
|
|
}
|
|
}
|
|
{
|
|
// Device.setFocusMode(AutoFocus ? ARKitCameraDeviceFocusMode.Auto : ARKitCameraDeviceFocusMode.Fixed);
|
|
ARKitCameraDevice_t25D15798449B95FF8BB3699EBB66F0C23CFF0F79* L_1;
|
|
L_1 = ARKitFrameSource_get_Device_m1BE29AA9CA3290E3FAB1D887107D642F96C634B1_inline(__this, NULL);
|
|
bool L_2 = __this->___AutoFocus_12;
|
|
G_B2_0 = L_1;
|
|
if (L_2)
|
|
{
|
|
G_B3_0 = L_1;
|
|
goto IL_001f;
|
|
}
|
|
}
|
|
{
|
|
G_B4_0 = 1;
|
|
G_B4_1 = G_B2_0;
|
|
goto IL_0020;
|
|
}
|
|
|
|
IL_001f:
|
|
{
|
|
G_B4_0 = 0;
|
|
G_B4_1 = G_B3_0;
|
|
}
|
|
|
|
IL_0020:
|
|
{
|
|
NullCheck(G_B4_1);
|
|
VirtualActionInvoker1< int32_t >::Invoke(10 /* System.Void easyar.ARKitCameraDevice::setFocusMode(easyar.ARKitCameraDeviceFocusMode) */, G_B4_1, G_B4_0);
|
|
// Device.start();
|
|
ARKitCameraDevice_t25D15798449B95FF8BB3699EBB66F0C23CFF0F79* L_3;
|
|
L_3 = ARKitFrameSource_get_Device_m1BE29AA9CA3290E3FAB1D887107D642F96C634B1_inline(__this, NULL);
|
|
NullCheck(L_3);
|
|
bool L_4;
|
|
L_4 = VirtualFuncInvoker0< bool >::Invoke(11 /* System.Boolean easyar.ARKitCameraDevice::start() */, L_3);
|
|
}
|
|
|
|
IL_0031:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void easyar.ARKitFrameSource::OnDisable()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ARKitFrameSource_OnDisable_mE991F10919B31F070CC275F2ECA39BDD60E2079E (ARKitFrameSource_tEB7A3BC3F1AE0F1E99D96C5C270D284250D3CCD7* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// base.OnDisable();
|
|
FrameSource_OnDisable_m1972517C0BF7D983F15BACF488CCA5B8A2834167(__this, NULL);
|
|
// if (Device != null)
|
|
ARKitCameraDevice_t25D15798449B95FF8BB3699EBB66F0C23CFF0F79* L_0;
|
|
L_0 = ARKitFrameSource_get_Device_m1BE29AA9CA3290E3FAB1D887107D642F96C634B1_inline(__this, NULL);
|
|
if (!L_0)
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
// Device.stop();
|
|
ARKitCameraDevice_t25D15798449B95FF8BB3699EBB66F0C23CFF0F79* L_1;
|
|
L_1 = ARKitFrameSource_get_Device_m1BE29AA9CA3290E3FAB1D887107D642F96C634B1_inline(__this, NULL);
|
|
NullCheck(L_1);
|
|
VirtualActionInvoker0::Invoke(12 /* System.Void easyar.ARKitCameraDevice::stop() */, L_1);
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void easyar.ARKitFrameSource::OnDestroy()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ARKitFrameSource_OnDestroy_mCAD07346D0A4B7BF8764B2521E10609426CB88F0 (ARKitFrameSource_tEB7A3BC3F1AE0F1E99D96C5C270D284250D3CCD7* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// Close();
|
|
ARKitFrameSource_Close_m392F6AEF79E52FD366D0DCFB505ADAECC1086F65(__this, NULL);
|
|
// if (worldRootObject) Destroy(worldRootObject);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_0 = __this->___worldRootObject_18;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_1;
|
|
L_1 = Object_op_Implicit_m93896EF7D68FA113C42D3FE2BC6F661FC7EF514A(L_0, NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_001e;
|
|
}
|
|
}
|
|
{
|
|
// if (worldRootObject) Destroy(worldRootObject);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_2 = __this->___worldRootObject_18;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
Object_Destroy_mE97D0A766419A81296E8D4E5C23D01D3FE91ACBB(L_2, NULL);
|
|
}
|
|
|
|
IL_001e:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void easyar.ARKitFrameSource::OnAssemble(easyar.ARSession)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ARKitFrameSource_OnAssemble_mB95EB60739E85053823BC10B808A5377D37B03F6 (ARKitFrameSource_tEB7A3BC3F1AE0F1E99D96C5C270D284250D3CCD7* __this, ARSession_tE7BD3656886DDF0823637E4219C76DA80A215D35* ___0_session, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// base.OnAssemble(session);
|
|
ARSession_tE7BD3656886DDF0823637E4219C76DA80A215D35* L_0 = ___0_session;
|
|
FrameSource_OnAssemble_mC11B5EA8F8B8F56A6D3EEC2D832168CEACEF575A(__this, L_0, NULL);
|
|
// SetupOriginUsingWorldRoot();
|
|
ARKitFrameSource_SetupOriginUsingWorldRoot_mDC239D3ABE56E1E4280435B8CE00855F87ED1F70(__this, NULL);
|
|
// StartCoroutine(AutoOpen());
|
|
RuntimeObject* L_1;
|
|
L_1 = ARKitFrameSource_AutoOpen_mC41651BE0FAF06D67FCFA7D298F4713DDAC2AEC1(__this, NULL);
|
|
Coroutine_t85EA685566A254C23F3FD77AB5BDFFFF8799596B* L_2;
|
|
L_2 = MonoBehaviour_StartCoroutine_m4CAFF732AA28CD3BDC5363B44A863575530EC812(__this, L_1, NULL);
|
|
// assembled = true;
|
|
__this->___assembled_15 = (bool)1;
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void easyar.ARKitFrameSource::Open()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ARKitFrameSource_Open_mF89D1BD1FE09FCA1B4EE90A86F631E27224434CF (ARKitFrameSource_tEB7A3BC3F1AE0F1E99D96C5C270D284250D3CCD7* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ARKitFrameSource_U3COpenU3Eb__37_0_m7B6A372E58C8A8A4C0899CA9B4A1107E3C9A1808_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_2_tE8FDAB3427B619024E7BE8677A267B409F919A20_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Optional_1_op_Implicit_mF566C65ED1D6C3E9C7D87D847DF64139A94A58AE_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// disableAutoOpen = true;
|
|
__this->___disableAutoOpen_14 = (bool)1;
|
|
// willOpen = true;
|
|
__this->___willOpen_13 = (bool)1;
|
|
// CameraDevice.requestPermissions(EasyARController.Scheduler, (Action<PermissionStatus, string>)((status, msg) =>
|
|
// {
|
|
// if (!willOpen)
|
|
// {
|
|
// return;
|
|
// }
|
|
// if (status != PermissionStatus.Granted)
|
|
// {
|
|
// throw new UIPopupException("Camera permission not granted");
|
|
// }
|
|
//
|
|
// Close();
|
|
//
|
|
// Device = new ARKitCameraDevice();
|
|
// DeviceCreated?.Invoke();
|
|
//
|
|
// if (bufferCapacity != 0)
|
|
// {
|
|
// Device.setBufferCapacity(bufferCapacity);
|
|
// }
|
|
//
|
|
// if (sink != null)
|
|
// {
|
|
// Device.inputFrameSource().connect(sink);
|
|
// }
|
|
//
|
|
// if (enabled)
|
|
// {
|
|
// OnEnable();
|
|
// }
|
|
//
|
|
// DeviceOpened?.Invoke();
|
|
// }));
|
|
il2cpp_codegen_runtime_class_init_inline(EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177_il2cpp_TypeInfo_var);
|
|
DelayedCallbackScheduler_t7250FB4EE6119AFDCFBAC0DEADD337F1E576FD97* L_0;
|
|
L_0 = EasyARController_get_Scheduler_mD1D0082110E4A3B2159F15AFC586071831436EE6_inline(NULL);
|
|
Action_2_tE8FDAB3427B619024E7BE8677A267B409F919A20* L_1 = (Action_2_tE8FDAB3427B619024E7BE8677A267B409F919A20*)il2cpp_codegen_object_new(Action_2_tE8FDAB3427B619024E7BE8677A267B409F919A20_il2cpp_TypeInfo_var);
|
|
NullCheck(L_1);
|
|
Action_2__ctor_mF06AEAC97DB6DB9094B3989E0BBB5B39A115DEDC(L_1, __this, (intptr_t)((void*)ARKitFrameSource_U3COpenU3Eb__37_0_m7B6A372E58C8A8A4C0899CA9B4A1107E3C9A1808_RuntimeMethod_var), NULL);
|
|
Optional_1_tBDCDEF8C819D62372B21CE6C3033A164051144EF L_2;
|
|
L_2 = Optional_1_op_Implicit_mF566C65ED1D6C3E9C7D87D847DF64139A94A58AE(L_1, Optional_1_op_Implicit_mF566C65ED1D6C3E9C7D87D847DF64139A94A58AE_RuntimeMethod_var);
|
|
CameraDevice_requestPermissions_mB34972FC5D72AAD40A4F48A9774C2EB72827A5E9(L_0, L_2, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void easyar.ARKitFrameSource::Close()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ARKitFrameSource_Close_m392F6AEF79E52FD366D0DCFB505ADAECC1086F65 (ARKitFrameSource_tEB7A3BC3F1AE0F1E99D96C5C270D284250D3CCD7* __this, const RuntimeMethod* method)
|
|
{
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* G_B3_0 = NULL;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* G_B2_0 = NULL;
|
|
{
|
|
// disableAutoOpen = true;
|
|
__this->___disableAutoOpen_14 = (bool)1;
|
|
// willOpen = false;
|
|
__this->___willOpen_13 = (bool)0;
|
|
// if (Device != null)
|
|
ARKitCameraDevice_t25D15798449B95FF8BB3699EBB66F0C23CFF0F79* L_0;
|
|
L_0 = ARKitFrameSource_get_Device_m1BE29AA9CA3290E3FAB1D887107D642F96C634B1_inline(__this, NULL);
|
|
if (!L_0)
|
|
{
|
|
goto IL_004a;
|
|
}
|
|
}
|
|
{
|
|
// OnDisable();
|
|
VirtualActionInvoker0::Invoke(16 /* System.Void easyar.FrameSource::OnDisable() */, __this);
|
|
// Device.close();
|
|
ARKitCameraDevice_t25D15798449B95FF8BB3699EBB66F0C23CFF0F79* L_1;
|
|
L_1 = ARKitFrameSource_get_Device_m1BE29AA9CA3290E3FAB1D887107D642F96C634B1_inline(__this, NULL);
|
|
NullCheck(L_1);
|
|
VirtualActionInvoker0::Invoke(13 /* System.Void easyar.ARKitCameraDevice::close() */, L_1);
|
|
// Device.Dispose();
|
|
ARKitCameraDevice_t25D15798449B95FF8BB3699EBB66F0C23CFF0F79* L_2;
|
|
L_2 = ARKitFrameSource_get_Device_m1BE29AA9CA3290E3FAB1D887107D642F96C634B1_inline(__this, NULL);
|
|
NullCheck(L_2);
|
|
RefBase_Dispose_m0C0F6CBAAFDD4D732F27B09F76D1A77AC6D44B75(L_2, NULL);
|
|
// DeviceClosed?.Invoke();
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_3 = __this->___DeviceClosed_21;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_4 = L_3;
|
|
G_B2_0 = L_4;
|
|
if (L_4)
|
|
{
|
|
G_B3_0 = L_4;
|
|
goto IL_003e;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0043;
|
|
}
|
|
|
|
IL_003e:
|
|
{
|
|
NullCheck(G_B3_0);
|
|
Action_Invoke_m7126A54DACA72B845424072887B5F3A51FC3808E_inline(G_B3_0, NULL);
|
|
}
|
|
|
|
IL_0043:
|
|
{
|
|
// Device = null;
|
|
ARKitFrameSource_set_Device_mCC1BEE4CD9E02822311B7A7A327998EEF481E591_inline(__this, (ARKitCameraDevice_t25D15798449B95FF8BB3699EBB66F0C23CFF0F79*)NULL, NULL);
|
|
}
|
|
|
|
IL_004a:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void easyar.ARKitFrameSource::Connect(easyar.InputFrameSink)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ARKitFrameSource_Connect_mA6F44D58AC20EFDCC293464A4CED31CBAF708670 (ARKitFrameSource_tEB7A3BC3F1AE0F1E99D96C5C270D284250D3CCD7* __this, InputFrameSink_tA6E249222893426FDB034E5CE860F0037DAE4F95* ___0_val, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// base.Connect(val);
|
|
InputFrameSink_tA6E249222893426FDB034E5CE860F0037DAE4F95* L_0 = ___0_val;
|
|
FrameSource_Connect_mB09DED105CF24C36911E1072F20605A273CEE7D2_inline(__this, L_0, NULL);
|
|
// if (Device != null)
|
|
ARKitCameraDevice_t25D15798449B95FF8BB3699EBB66F0C23CFF0F79* L_1;
|
|
L_1 = ARKitFrameSource_get_Device_m1BE29AA9CA3290E3FAB1D887107D642F96C634B1_inline(__this, NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_0020;
|
|
}
|
|
}
|
|
{
|
|
// Device.inputFrameSource().connect(val);
|
|
ARKitCameraDevice_t25D15798449B95FF8BB3699EBB66F0C23CFF0F79* L_2;
|
|
L_2 = ARKitFrameSource_get_Device_m1BE29AA9CA3290E3FAB1D887107D642F96C634B1_inline(__this, NULL);
|
|
NullCheck(L_2);
|
|
InputFrameSource_tD69762DDAC410CCE3A129E8E1DC6A2C8F0427F12* L_3;
|
|
L_3 = VirtualFuncInvoker0< InputFrameSource_tD69762DDAC410CCE3A129E8E1DC6A2C8F0427F12* >::Invoke(8 /* easyar.InputFrameSource easyar.ARKitCameraDevice::inputFrameSource() */, L_2);
|
|
InputFrameSink_tA6E249222893426FDB034E5CE860F0037DAE4F95* L_4 = ___0_val;
|
|
NullCheck(L_3);
|
|
VirtualActionInvoker1< InputFrameSink_tA6E249222893426FDB034E5CE860F0037DAE4F95* >::Invoke(7 /* System.Void easyar.InputFrameSource::connect(easyar.InputFrameSink) */, L_3, L_4);
|
|
}
|
|
|
|
IL_0020:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Collections.IEnumerator easyar.ARKitFrameSource::AutoOpen()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ARKitFrameSource_AutoOpen_mC41651BE0FAF06D67FCFA7D298F4713DDAC2AEC1 (ARKitFrameSource_tEB7A3BC3F1AE0F1E99D96C5C270D284250D3CCD7* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CAutoOpenU3Ed__40_t6EE8DEC7E45F1928EBC5B69FE2DA0AF50AB55E21_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
U3CAutoOpenU3Ed__40_t6EE8DEC7E45F1928EBC5B69FE2DA0AF50AB55E21* L_0 = (U3CAutoOpenU3Ed__40_t6EE8DEC7E45F1928EBC5B69FE2DA0AF50AB55E21*)il2cpp_codegen_object_new(U3CAutoOpenU3Ed__40_t6EE8DEC7E45F1928EBC5B69FE2DA0AF50AB55E21_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
U3CAutoOpenU3Ed__40__ctor_m1391560A5957FF5B06AAC9F991DA903B395FAF53(L_0, 0, NULL);
|
|
U3CAutoOpenU3Ed__40_t6EE8DEC7E45F1928EBC5B69FE2DA0AF50AB55E21* L_1 = L_0;
|
|
NullCheck(L_1);
|
|
L_1->___U3CU3E4__this_2 = __this;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_1->___U3CU3E4__this_2), (void*)__this);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Void easyar.ARKitFrameSource::SetupOriginUsingWorldRoot()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ARKitFrameSource_SetupOriginUsingWorldRoot_mDC239D3ABE56E1E4280435B8CE00855F87ED1F70 (ARKitFrameSource_tEB7A3BC3F1AE0F1E99D96C5C270D284250D3CCD7* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ARKitFrameSource_tEB7A3BC3F1AE0F1E99D96C5C270D284250D3CCD7_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_AddComponent_TisWorldRootController_tDDE4A5BB7E650DE15875AFD6F7E8BBB2F670A1A2_m0935BE800BDEC3BCCC1DE922DC238303CEA6264C_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_t76FEDD663AB33C991A9C9A23129337651094216F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_FindObjectOfType_TisWorldRootController_tDDE4A5BB7E650DE15875AFD6F7E8BBB2F670A1A2_mBCA2DC937CAA3738B5B7FA791A0E8C009F53237D_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral174BC0530C8066E2250F60C77EB4C42F2F3640DB);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral950BCABEC088981B914DE9A9F2704F4DF85F7660);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (worldRoot) { return; }
|
|
WorldRootController_tDDE4A5BB7E650DE15875AFD6F7E8BBB2F670A1A2* L_0 = __this->___worldRoot_16;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_1;
|
|
L_1 = Object_op_Implicit_m93896EF7D68FA113C42D3FE2BC6F661FC7EF514A(L_0, NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
// if (worldRoot) { return; }
|
|
return;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
// worldRoot = worldRootCache;
|
|
WorldRootController_tDDE4A5BB7E650DE15875AFD6F7E8BBB2F670A1A2* L_2 = __this->___worldRootCache_17;
|
|
__this->___worldRoot_16 = L_2;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___worldRoot_16), (void*)L_2);
|
|
// if (worldRoot) { return; }
|
|
WorldRootController_tDDE4A5BB7E650DE15875AFD6F7E8BBB2F670A1A2* L_3 = __this->___worldRoot_16;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_4;
|
|
L_4 = Object_op_Implicit_m93896EF7D68FA113C42D3FE2BC6F661FC7EF514A(L_3, NULL);
|
|
if (!L_4)
|
|
{
|
|
goto IL_0028;
|
|
}
|
|
}
|
|
{
|
|
// if (worldRoot) { return; }
|
|
return;
|
|
}
|
|
|
|
IL_0028:
|
|
{
|
|
// worldRoot = FindObjectOfType<WorldRootController>();
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
WorldRootController_tDDE4A5BB7E650DE15875AFD6F7E8BBB2F670A1A2* L_5;
|
|
L_5 = Object_FindObjectOfType_TisWorldRootController_tDDE4A5BB7E650DE15875AFD6F7E8BBB2F670A1A2_mBCA2DC937CAA3738B5B7FA791A0E8C009F53237D(Object_FindObjectOfType_TisWorldRootController_tDDE4A5BB7E650DE15875AFD6F7E8BBB2F670A1A2_mBCA2DC937CAA3738B5B7FA791A0E8C009F53237D_RuntimeMethod_var);
|
|
__this->___worldRoot_16 = L_5;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___worldRoot_16), (void*)L_5);
|
|
// if (worldRoot) { return; }
|
|
WorldRootController_tDDE4A5BB7E650DE15875AFD6F7E8BBB2F670A1A2* L_6 = __this->___worldRoot_16;
|
|
bool L_7;
|
|
L_7 = Object_op_Implicit_m93896EF7D68FA113C42D3FE2BC6F661FC7EF514A(L_6, NULL);
|
|
if (!L_7)
|
|
{
|
|
goto IL_0041;
|
|
}
|
|
}
|
|
{
|
|
// if (worldRoot) { return; }
|
|
return;
|
|
}
|
|
|
|
IL_0041:
|
|
{
|
|
// Debug.Log($"WorldRoot not found, create from {typeof(ARKitFrameSource)}");
|
|
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_8 = { reinterpret_cast<intptr_t> (ARKitFrameSource_tEB7A3BC3F1AE0F1E99D96C5C270D284250D3CCD7_0_0_0_var) };
|
|
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t* L_9;
|
|
L_9 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_8, NULL);
|
|
String_t* L_10;
|
|
L_10 = String_Format_mA8DBB4C2516B9723C5A41E6CB1E2FAF4BBE96DD8(_stringLiteral174BC0530C8066E2250F60C77EB4C42F2F3640DB, L_9, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
Debug_Log_m87A9A3C761FF5C43ED8A53B16190A53D08F818BB(L_10, NULL);
|
|
// worldRootObject = new GameObject("WorldRoot");
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_11 = (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F*)il2cpp_codegen_object_new(GameObject_t76FEDD663AB33C991A9C9A23129337651094216F_il2cpp_TypeInfo_var);
|
|
NullCheck(L_11);
|
|
GameObject__ctor_m37D512B05D292F954792225E6C6EEE95293A9B88(L_11, _stringLiteral950BCABEC088981B914DE9A9F2704F4DF85F7660, NULL);
|
|
__this->___worldRootObject_18 = L_11;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___worldRootObject_18), (void*)L_11);
|
|
// worldRoot = worldRootObject.AddComponent<WorldRootController>();
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_12 = __this->___worldRootObject_18;
|
|
NullCheck(L_12);
|
|
WorldRootController_tDDE4A5BB7E650DE15875AFD6F7E8BBB2F670A1A2* L_13;
|
|
L_13 = GameObject_AddComponent_TisWorldRootController_tDDE4A5BB7E650DE15875AFD6F7E8BBB2F670A1A2_m0935BE800BDEC3BCCC1DE922DC238303CEA6264C(L_12, GameObject_AddComponent_TisWorldRootController_tDDE4A5BB7E650DE15875AFD6F7E8BBB2F670A1A2_m0935BE800BDEC3BCCC1DE922DC238303CEA6264C_RuntimeMethod_var);
|
|
__this->___worldRoot_16 = L_13;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___worldRoot_16), (void*)L_13);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void easyar.ARKitFrameSource::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ARKitFrameSource__ctor_m52203E5C68FC320572B11D1CA06FE379996C0AC3 (ARKitFrameSource_tEB7A3BC3F1AE0F1E99D96C5C270D284250D3CCD7* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FrameSource_tEFFB44317ECA60F900CBDDA05D06E675C6CC88CD_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public bool AutoFocus = true;
|
|
__this->___AutoFocus_12 = (bool)1;
|
|
il2cpp_codegen_runtime_class_init_inline(FrameSource_tEFFB44317ECA60F900CBDDA05D06E675C6CC88CD_il2cpp_TypeInfo_var);
|
|
FrameSource__ctor_mF2C3C0EA283D25EE25EC48941CA63A5F8944D3F1(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void easyar.ARKitFrameSource::<Open>b__37_0(easyar.PermissionStatus,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ARKitFrameSource_U3COpenU3Eb__37_0_m7B6A372E58C8A8A4C0899CA9B4A1107E3C9A1808 (ARKitFrameSource_tEB7A3BC3F1AE0F1E99D96C5C270D284250D3CCD7* __this, int32_t ___0_status, String_t* ___1_msg, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ARKitCameraDevice_t25D15798449B95FF8BB3699EBB66F0C23CFF0F79_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* G_B6_0 = NULL;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* G_B5_0 = NULL;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* G_B15_0 = NULL;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* G_B14_0 = NULL;
|
|
{
|
|
// if (!willOpen)
|
|
bool L_0 = __this->___willOpen_13;
|
|
if (L_0)
|
|
{
|
|
goto IL_0009;
|
|
}
|
|
}
|
|
{
|
|
// return;
|
|
return;
|
|
}
|
|
|
|
IL_0009:
|
|
{
|
|
// if (status != PermissionStatus.Granted)
|
|
int32_t L_1 = ___0_status;
|
|
if (!L_1)
|
|
{
|
|
goto IL_0017;
|
|
}
|
|
}
|
|
{
|
|
// throw new UIPopupException("Camera permission not granted");
|
|
UIPopupException_t6CBA36793B5CB835F7ED2FD94F0D60186543D6EE* L_2 = (UIPopupException_t6CBA36793B5CB835F7ED2FD94F0D60186543D6EE*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&UIPopupException_t6CBA36793B5CB835F7ED2FD94F0D60186543D6EE_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_2);
|
|
UIPopupException__ctor_m2028C0A495324E4FAD33E2E48EDE7347C6BF2F6C(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral9334D9374E007290FC3084E5D921D366646A6CA8)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ARKitFrameSource_U3COpenU3Eb__37_0_m7B6A372E58C8A8A4C0899CA9B4A1107E3C9A1808_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0017:
|
|
{
|
|
// Close();
|
|
ARKitFrameSource_Close_m392F6AEF79E52FD366D0DCFB505ADAECC1086F65(__this, NULL);
|
|
// Device = new ARKitCameraDevice();
|
|
ARKitCameraDevice_t25D15798449B95FF8BB3699EBB66F0C23CFF0F79* L_3 = (ARKitCameraDevice_t25D15798449B95FF8BB3699EBB66F0C23CFF0F79*)il2cpp_codegen_object_new(ARKitCameraDevice_t25D15798449B95FF8BB3699EBB66F0C23CFF0F79_il2cpp_TypeInfo_var);
|
|
NullCheck(L_3);
|
|
ARKitCameraDevice__ctor_mE1F6B15AA7D377C336E22ED8F004A5A4231E57F6(L_3, NULL);
|
|
ARKitFrameSource_set_Device_mCC1BEE4CD9E02822311B7A7A327998EEF481E591_inline(__this, L_3, NULL);
|
|
// DeviceCreated?.Invoke();
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_4 = __this->___DeviceCreated_19;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_5 = L_4;
|
|
G_B5_0 = L_5;
|
|
if (L_5)
|
|
{
|
|
G_B6_0 = L_5;
|
|
goto IL_0034;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0039;
|
|
}
|
|
|
|
IL_0034:
|
|
{
|
|
NullCheck(G_B6_0);
|
|
Action_Invoke_m7126A54DACA72B845424072887B5F3A51FC3808E_inline(G_B6_0, NULL);
|
|
}
|
|
|
|
IL_0039:
|
|
{
|
|
// if (bufferCapacity != 0)
|
|
int32_t L_6 = ((FrameSource_tEFFB44317ECA60F900CBDDA05D06E675C6CC88CD*)__this)->___bufferCapacity_6;
|
|
if (!L_6)
|
|
{
|
|
goto IL_0052;
|
|
}
|
|
}
|
|
{
|
|
// Device.setBufferCapacity(bufferCapacity);
|
|
ARKitCameraDevice_t25D15798449B95FF8BB3699EBB66F0C23CFF0F79* L_7;
|
|
L_7 = ARKitFrameSource_get_Device_m1BE29AA9CA3290E3FAB1D887107D642F96C634B1_inline(__this, NULL);
|
|
int32_t L_8 = ((FrameSource_tEFFB44317ECA60F900CBDDA05D06E675C6CC88CD*)__this)->___bufferCapacity_6;
|
|
NullCheck(L_7);
|
|
VirtualActionInvoker1< int32_t >::Invoke(7 /* System.Void easyar.ARKitCameraDevice::setBufferCapacity(System.Int32) */, L_7, L_8);
|
|
}
|
|
|
|
IL_0052:
|
|
{
|
|
// if (sink != null)
|
|
InputFrameSink_tA6E249222893426FDB034E5CE860F0037DAE4F95* L_9 = ((FrameSource_tEFFB44317ECA60F900CBDDA05D06E675C6CC88CD*)__this)->___sink_4;
|
|
if (!L_9)
|
|
{
|
|
goto IL_0070;
|
|
}
|
|
}
|
|
{
|
|
// Device.inputFrameSource().connect(sink);
|
|
ARKitCameraDevice_t25D15798449B95FF8BB3699EBB66F0C23CFF0F79* L_10;
|
|
L_10 = ARKitFrameSource_get_Device_m1BE29AA9CA3290E3FAB1D887107D642F96C634B1_inline(__this, NULL);
|
|
NullCheck(L_10);
|
|
InputFrameSource_tD69762DDAC410CCE3A129E8E1DC6A2C8F0427F12* L_11;
|
|
L_11 = VirtualFuncInvoker0< InputFrameSource_tD69762DDAC410CCE3A129E8E1DC6A2C8F0427F12* >::Invoke(8 /* easyar.InputFrameSource easyar.ARKitCameraDevice::inputFrameSource() */, L_10);
|
|
InputFrameSink_tA6E249222893426FDB034E5CE860F0037DAE4F95* L_12 = ((FrameSource_tEFFB44317ECA60F900CBDDA05D06E675C6CC88CD*)__this)->___sink_4;
|
|
NullCheck(L_11);
|
|
VirtualActionInvoker1< InputFrameSink_tA6E249222893426FDB034E5CE860F0037DAE4F95* >::Invoke(7 /* System.Void easyar.InputFrameSource::connect(easyar.InputFrameSink) */, L_11, L_12);
|
|
}
|
|
|
|
IL_0070:
|
|
{
|
|
// if (enabled)
|
|
bool L_13;
|
|
L_13 = Behaviour_get_enabled_mAAC9F15E9EBF552217A5AE2681589CC0BFA300C1(__this, NULL);
|
|
if (!L_13)
|
|
{
|
|
goto IL_007e;
|
|
}
|
|
}
|
|
{
|
|
// OnEnable();
|
|
VirtualActionInvoker0::Invoke(15 /* System.Void easyar.FrameSource::OnEnable() */, __this);
|
|
}
|
|
|
|
IL_007e:
|
|
{
|
|
// DeviceOpened?.Invoke();
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_14 = __this->___DeviceOpened_20;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_15 = L_14;
|
|
G_B14_0 = L_15;
|
|
if (L_15)
|
|
{
|
|
G_B15_0 = L_15;
|
|
goto IL_0089;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
|
|
IL_0089:
|
|
{
|
|
NullCheck(G_B15_0);
|
|
Action_Invoke_m7126A54DACA72B845424072887B5F3A51FC3808E_inline(G_B15_0, NULL);
|
|
// }));
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void easyar.ARKitFrameSource/<AutoOpen>d__40::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CAutoOpenU3Ed__40__ctor_m1391560A5957FF5B06AAC9F991DA903B395FAF53 (U3CAutoOpenU3Ed__40_t6EE8DEC7E45F1928EBC5B69FE2DA0AF50AB55E21* __this, int32_t ___0_U3CU3E1__state, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
int32_t L_0 = ___0_U3CU3E1__state;
|
|
__this->___U3CU3E1__state_0 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// System.Void easyar.ARKitFrameSource/<AutoOpen>d__40::System.IDisposable.Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CAutoOpenU3Ed__40_System_IDisposable_Dispose_m1A350C1B3066AFA201F84D032A044C53C4878955 (U3CAutoOpenU3Ed__40_t6EE8DEC7E45F1928EBC5B69FE2DA0AF50AB55E21* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean easyar.ARKitFrameSource/<AutoOpen>d__40::MoveNext()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CAutoOpenU3Ed__40_MoveNext_mA3D70DDC77AB5275533E65DFF37E50F5E6356AD6 (U3CAutoOpenU3Ed__40_t6EE8DEC7E45F1928EBC5B69FE2DA0AF50AB55E21* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Optional_1_get_OnNone_mC8DB6E9B8EA1F7B108BEAD8D4CF0D72F034AE778_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Optional_1_get_Value_m1F032C59F95454868694661D84FC55E4284100E7_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
ARKitFrameSource_tEB7A3BC3F1AE0F1E99D96C5C270D284250D3CCD7* V_1 = NULL;
|
|
Optional_1_t900DDDF790B562B704CF33648F9A6FE90E9B5DF6 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
Type_t* G_B15_0 = NULL;
|
|
Type_t* G_B14_0 = NULL;
|
|
String_t* G_B16_0 = NULL;
|
|
{
|
|
int32_t L_0 = __this->___U3CU3E1__state_0;
|
|
V_0 = L_0;
|
|
ARKitFrameSource_tEB7A3BC3F1AE0F1E99D96C5C270D284250D3CCD7* L_1 = __this->___U3CU3E4__this_2;
|
|
V_1 = L_1;
|
|
int32_t L_2 = V_0;
|
|
if (!L_2)
|
|
{
|
|
goto IL_0017;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_3 = V_0;
|
|
if ((((int32_t)L_3) == ((int32_t)1)))
|
|
{
|
|
goto IL_003a;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0017:
|
|
{
|
|
__this->___U3CU3E1__state_0 = (-1);
|
|
goto IL_0041;
|
|
}
|
|
|
|
IL_0020:
|
|
{
|
|
// if (disableAutoOpen) { yield break; }
|
|
ARKitFrameSource_tEB7A3BC3F1AE0F1E99D96C5C270D284250D3CCD7* L_4 = V_1;
|
|
NullCheck(L_4);
|
|
bool L_5 = L_4->___disableAutoOpen_14;
|
|
if (!L_5)
|
|
{
|
|
goto IL_002a;
|
|
}
|
|
}
|
|
{
|
|
// if (disableAutoOpen) { yield break; }
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_002a:
|
|
{
|
|
// yield return null;
|
|
__this->___U3CU3E2__current_1 = NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CU3E2__current_1), (void*)NULL);
|
|
__this->___U3CU3E1__state_0 = 1;
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_003a:
|
|
{
|
|
__this->___U3CU3E1__state_0 = (-1);
|
|
}
|
|
|
|
IL_0041:
|
|
{
|
|
// while (!enabled)
|
|
ARKitFrameSource_tEB7A3BC3F1AE0F1E99D96C5C270D284250D3CCD7* L_6 = V_1;
|
|
NullCheck(L_6);
|
|
bool L_7;
|
|
L_7 = Behaviour_get_enabled_mAAC9F15E9EBF552217A5AE2681589CC0BFA300C1(L_6, NULL);
|
|
if (!L_7)
|
|
{
|
|
goto IL_0020;
|
|
}
|
|
}
|
|
{
|
|
// if (disableAutoOpen) { yield break; }
|
|
ARKitFrameSource_tEB7A3BC3F1AE0F1E99D96C5C270D284250D3CCD7* L_8 = V_1;
|
|
NullCheck(L_8);
|
|
bool L_9 = L_8->___disableAutoOpen_14;
|
|
if (!L_9)
|
|
{
|
|
goto IL_0053;
|
|
}
|
|
}
|
|
{
|
|
// if (disableAutoOpen) { yield break; }
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0053:
|
|
{
|
|
// if (IsAvailable.OnNone || !IsAvailable.Value) { throw new UIPopupException(typeof(ARKitCameraDevice) + " not available"); }
|
|
ARKitFrameSource_tEB7A3BC3F1AE0F1E99D96C5C270D284250D3CCD7* L_10 = V_1;
|
|
NullCheck(L_10);
|
|
Optional_1_t900DDDF790B562B704CF33648F9A6FE90E9B5DF6 L_11;
|
|
L_11 = VirtualFuncInvoker0< Optional_1_t900DDDF790B562B704CF33648F9A6FE90E9B5DF6 >::Invoke(5 /* easyar.Optional`1<System.Boolean> easyar.FrameSource::get_IsAvailable() */, L_10);
|
|
V_2 = L_11;
|
|
bool L_12;
|
|
L_12 = Optional_1_get_OnNone_mC8DB6E9B8EA1F7B108BEAD8D4CF0D72F034AE778((&V_2), Optional_1_get_OnNone_mC8DB6E9B8EA1F7B108BEAD8D4CF0D72F034AE778_RuntimeMethod_var);
|
|
if (L_12)
|
|
{
|
|
goto IL_0073;
|
|
}
|
|
}
|
|
{
|
|
ARKitFrameSource_tEB7A3BC3F1AE0F1E99D96C5C270D284250D3CCD7* L_13 = V_1;
|
|
NullCheck(L_13);
|
|
Optional_1_t900DDDF790B562B704CF33648F9A6FE90E9B5DF6 L_14;
|
|
L_14 = VirtualFuncInvoker0< Optional_1_t900DDDF790B562B704CF33648F9A6FE90E9B5DF6 >::Invoke(5 /* easyar.Optional`1<System.Boolean> easyar.FrameSource::get_IsAvailable() */, L_13);
|
|
V_2 = L_14;
|
|
bool L_15;
|
|
L_15 = Optional_1_get_Value_m1F032C59F95454868694661D84FC55E4284100E7((&V_2), Optional_1_get_Value_m1F032C59F95454868694661D84FC55E4284100E7_RuntimeMethod_var);
|
|
if (L_15)
|
|
{
|
|
goto IL_0099;
|
|
}
|
|
}
|
|
|
|
IL_0073:
|
|
{
|
|
// if (IsAvailable.OnNone || !IsAvailable.Value) { throw new UIPopupException(typeof(ARKitCameraDevice) + " not available"); }
|
|
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_16 = { reinterpret_cast<intptr_t> (((RuntimeType*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ARKitCameraDevice_t25D15798449B95FF8BB3699EBB66F0C23CFF0F79_0_0_0_var))) };
|
|
il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Type_t_il2cpp_TypeInfo_var)));
|
|
Type_t* L_17;
|
|
L_17 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_16, NULL);
|
|
Type_t* L_18 = L_17;
|
|
G_B14_0 = L_18;
|
|
if (L_18)
|
|
{
|
|
G_B15_0 = L_18;
|
|
goto IL_0084;
|
|
}
|
|
}
|
|
{
|
|
G_B16_0 = ((String_t*)(NULL));
|
|
goto IL_0089;
|
|
}
|
|
|
|
IL_0084:
|
|
{
|
|
NullCheck(G_B15_0);
|
|
String_t* L_19;
|
|
L_19 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, G_B15_0);
|
|
G_B16_0 = L_19;
|
|
}
|
|
|
|
IL_0089:
|
|
{
|
|
String_t* L_20;
|
|
L_20 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(G_B16_0, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral429D8F132170CDADF68E7EFEA1640AD07E6A5409)), NULL);
|
|
UIPopupException_t6CBA36793B5CB835F7ED2FD94F0D60186543D6EE* L_21 = (UIPopupException_t6CBA36793B5CB835F7ED2FD94F0D60186543D6EE*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&UIPopupException_t6CBA36793B5CB835F7ED2FD94F0D60186543D6EE_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_21);
|
|
UIPopupException__ctor_m2028C0A495324E4FAD33E2E48EDE7347C6BF2F6C(L_21, L_20, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_21, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CAutoOpenU3Ed__40_MoveNext_mA3D70DDC77AB5275533E65DFF37E50F5E6356AD6_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0099:
|
|
{
|
|
// Open();
|
|
ARKitFrameSource_tEB7A3BC3F1AE0F1E99D96C5C270D284250D3CCD7* L_22 = V_1;
|
|
NullCheck(L_22);
|
|
ARKitFrameSource_Open_mF89D1BD1FE09FCA1B4EE90A86F631E27224434CF(L_22, NULL);
|
|
// }
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Object easyar.ARKitFrameSource/<AutoOpen>d__40::System.Collections.Generic.IEnumerator<System.Object>.get_Current()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CAutoOpenU3Ed__40_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_m93A566142864A6BF7F3DBFEE749093CD4BCAC2FC (U3CAutoOpenU3Ed__40_t6EE8DEC7E45F1928EBC5B69FE2DA0AF50AB55E21* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject* L_0 = __this->___U3CU3E2__current_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void easyar.ARKitFrameSource/<AutoOpen>d__40::System.Collections.IEnumerator.Reset()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CAutoOpenU3Ed__40_System_Collections_IEnumerator_Reset_m39993D3E057B119BE9E8452B5E6730157F88703E (U3CAutoOpenU3Ed__40_t6EE8DEC7E45F1928EBC5B69FE2DA0AF50AB55E21* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* L_0 = (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_0);
|
|
NotSupportedException__ctor_m1398D0CDE19B36AA3DE9392879738C1EA2439CDF(L_0, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CAutoOpenU3Ed__40_System_Collections_IEnumerator_Reset_m39993D3E057B119BE9E8452B5E6730157F88703E_RuntimeMethod_var)));
|
|
}
|
|
}
|
|
// System.Object easyar.ARKitFrameSource/<AutoOpen>d__40::System.Collections.IEnumerator.get_Current()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CAutoOpenU3Ed__40_System_Collections_IEnumerator_get_Current_m1EC782568B64D8C698075CAAAC940E5FBC5E6347 (U3CAutoOpenU3Ed__40_t6EE8DEC7E45F1928EBC5B69FE2DA0AF50AB55E21* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject* L_0 = __this->___U3CU3E2__current_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// easyar.CameraDevice easyar.CameraDeviceFrameSource::get_Device()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CameraDevice_tD49A49DD97F9C0B672E5617F54A2B15B7CB2ACCE* CameraDeviceFrameSource_get_Device_mFBF96962AC6D4A698F2F9586D28AF1654B7F0708 (CameraDeviceFrameSource_t96C3510E9C369F5946CEBF25739FF84997FA1A92* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public CameraDevice Device { get; private set; }
|
|
CameraDevice_tD49A49DD97F9C0B672E5617F54A2B15B7CB2ACCE* L_0 = __this->___U3CDeviceU3Ek__BackingField_11;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void easyar.CameraDeviceFrameSource::set_Device(easyar.CameraDevice)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CameraDeviceFrameSource_set_Device_mAE6594D620E64B812F45298BC08D47D7CFF736DB (CameraDeviceFrameSource_t96C3510E9C369F5946CEBF25739FF84997FA1A92* __this, CameraDevice_tD49A49DD97F9C0B672E5617F54A2B15B7CB2ACCE* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public CameraDevice Device { get; private set; }
|
|
CameraDevice_tD49A49DD97F9C0B672E5617F54A2B15B7CB2ACCE* L_0 = ___0_value;
|
|
__this->___U3CDeviceU3Ek__BackingField_11 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CDeviceU3Ek__BackingField_11), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void easyar.CameraDeviceFrameSource::add_DeviceCreated(System.Action)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CameraDeviceFrameSource_add_DeviceCreated_m603CC11D9DF9A4C99B9BC1BBBFC79E3714EC704C (CameraDeviceFrameSource_t96C3510E9C369F5946CEBF25739FF84997FA1A92* __this, Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* V_0 = NULL;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* V_1 = NULL;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* V_2 = NULL;
|
|
{
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_0 = __this->___DeviceCreated_22;
|
|
V_0 = L_0;
|
|
}
|
|
|
|
IL_0007:
|
|
{
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_1 = V_0;
|
|
V_1 = L_1;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_2 = V_1;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_3 = ___0_value;
|
|
Delegate_t* L_4;
|
|
L_4 = Delegate_Combine_m1F725AEF318BE6F0426863490691A6F4606E7D00(L_2, L_3, NULL);
|
|
V_2 = ((Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)CastclassSealed((RuntimeObject*)L_4, Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var));
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07** L_5 = (Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07**)(&__this->___DeviceCreated_22);
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_6 = V_2;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_7 = V_1;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_8;
|
|
L_8 = InterlockedCompareExchangeImpl<Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*>(L_5, L_6, L_7);
|
|
V_0 = L_8;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_9 = V_0;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_10 = V_1;
|
|
if ((!(((RuntimeObject*)(Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)L_9) == ((RuntimeObject*)(Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)L_10))))
|
|
{
|
|
goto IL_0007;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void easyar.CameraDeviceFrameSource::remove_DeviceCreated(System.Action)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CameraDeviceFrameSource_remove_DeviceCreated_mAA29A4F0A63520E0851E830FCF5C9A88D07D88D8 (CameraDeviceFrameSource_t96C3510E9C369F5946CEBF25739FF84997FA1A92* __this, Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* V_0 = NULL;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* V_1 = NULL;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* V_2 = NULL;
|
|
{
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_0 = __this->___DeviceCreated_22;
|
|
V_0 = L_0;
|
|
}
|
|
|
|
IL_0007:
|
|
{
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_1 = V_0;
|
|
V_1 = L_1;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_2 = V_1;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_3 = ___0_value;
|
|
Delegate_t* L_4;
|
|
L_4 = Delegate_Remove_m8B7DD5661308FA972E23CA1CC3FC9CEB355504E3(L_2, L_3, NULL);
|
|
V_2 = ((Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)CastclassSealed((RuntimeObject*)L_4, Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var));
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07** L_5 = (Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07**)(&__this->___DeviceCreated_22);
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_6 = V_2;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_7 = V_1;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_8;
|
|
L_8 = InterlockedCompareExchangeImpl<Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*>(L_5, L_6, L_7);
|
|
V_0 = L_8;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_9 = V_0;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_10 = V_1;
|
|
if ((!(((RuntimeObject*)(Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)L_9) == ((RuntimeObject*)(Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)L_10))))
|
|
{
|
|
goto IL_0007;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void easyar.CameraDeviceFrameSource::add_DeviceOpened(System.Action)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CameraDeviceFrameSource_add_DeviceOpened_mC07B3BB07D1B47CC045B017E14C283A07C589F8F (CameraDeviceFrameSource_t96C3510E9C369F5946CEBF25739FF84997FA1A92* __this, Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* V_0 = NULL;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* V_1 = NULL;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* V_2 = NULL;
|
|
{
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_0 = __this->___DeviceOpened_23;
|
|
V_0 = L_0;
|
|
}
|
|
|
|
IL_0007:
|
|
{
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_1 = V_0;
|
|
V_1 = L_1;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_2 = V_1;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_3 = ___0_value;
|
|
Delegate_t* L_4;
|
|
L_4 = Delegate_Combine_m1F725AEF318BE6F0426863490691A6F4606E7D00(L_2, L_3, NULL);
|
|
V_2 = ((Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)CastclassSealed((RuntimeObject*)L_4, Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var));
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07** L_5 = (Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07**)(&__this->___DeviceOpened_23);
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_6 = V_2;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_7 = V_1;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_8;
|
|
L_8 = InterlockedCompareExchangeImpl<Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*>(L_5, L_6, L_7);
|
|
V_0 = L_8;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_9 = V_0;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_10 = V_1;
|
|
if ((!(((RuntimeObject*)(Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)L_9) == ((RuntimeObject*)(Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)L_10))))
|
|
{
|
|
goto IL_0007;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void easyar.CameraDeviceFrameSource::remove_DeviceOpened(System.Action)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CameraDeviceFrameSource_remove_DeviceOpened_m4CA048D5C7E113E6B5548097B5EB4657A45B3171 (CameraDeviceFrameSource_t96C3510E9C369F5946CEBF25739FF84997FA1A92* __this, Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* V_0 = NULL;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* V_1 = NULL;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* V_2 = NULL;
|
|
{
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_0 = __this->___DeviceOpened_23;
|
|
V_0 = L_0;
|
|
}
|
|
|
|
IL_0007:
|
|
{
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_1 = V_0;
|
|
V_1 = L_1;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_2 = V_1;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_3 = ___0_value;
|
|
Delegate_t* L_4;
|
|
L_4 = Delegate_Remove_m8B7DD5661308FA972E23CA1CC3FC9CEB355504E3(L_2, L_3, NULL);
|
|
V_2 = ((Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)CastclassSealed((RuntimeObject*)L_4, Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var));
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07** L_5 = (Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07**)(&__this->___DeviceOpened_23);
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_6 = V_2;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_7 = V_1;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_8;
|
|
L_8 = InterlockedCompareExchangeImpl<Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*>(L_5, L_6, L_7);
|
|
V_0 = L_8;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_9 = V_0;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_10 = V_1;
|
|
if ((!(((RuntimeObject*)(Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)L_9) == ((RuntimeObject*)(Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)L_10))))
|
|
{
|
|
goto IL_0007;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void easyar.CameraDeviceFrameSource::add_DeviceClosed(System.Action)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CameraDeviceFrameSource_add_DeviceClosed_m28B561E3C2AE255D7DD3DC2CA5A8B79B83D1F089 (CameraDeviceFrameSource_t96C3510E9C369F5946CEBF25739FF84997FA1A92* __this, Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* V_0 = NULL;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* V_1 = NULL;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* V_2 = NULL;
|
|
{
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_0 = __this->___DeviceClosed_24;
|
|
V_0 = L_0;
|
|
}
|
|
|
|
IL_0007:
|
|
{
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_1 = V_0;
|
|
V_1 = L_1;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_2 = V_1;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_3 = ___0_value;
|
|
Delegate_t* L_4;
|
|
L_4 = Delegate_Combine_m1F725AEF318BE6F0426863490691A6F4606E7D00(L_2, L_3, NULL);
|
|
V_2 = ((Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)CastclassSealed((RuntimeObject*)L_4, Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var));
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07** L_5 = (Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07**)(&__this->___DeviceClosed_24);
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_6 = V_2;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_7 = V_1;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_8;
|
|
L_8 = InterlockedCompareExchangeImpl<Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*>(L_5, L_6, L_7);
|
|
V_0 = L_8;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_9 = V_0;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_10 = V_1;
|
|
if ((!(((RuntimeObject*)(Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)L_9) == ((RuntimeObject*)(Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)L_10))))
|
|
{
|
|
goto IL_0007;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void easyar.CameraDeviceFrameSource::remove_DeviceClosed(System.Action)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CameraDeviceFrameSource_remove_DeviceClosed_mE294BFF392FA01445636A27F72AE52B76681BA40 (CameraDeviceFrameSource_t96C3510E9C369F5946CEBF25739FF84997FA1A92* __this, Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* V_0 = NULL;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* V_1 = NULL;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* V_2 = NULL;
|
|
{
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_0 = __this->___DeviceClosed_24;
|
|
V_0 = L_0;
|
|
}
|
|
|
|
IL_0007:
|
|
{
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_1 = V_0;
|
|
V_1 = L_1;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_2 = V_1;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_3 = ___0_value;
|
|
Delegate_t* L_4;
|
|
L_4 = Delegate_Remove_m8B7DD5661308FA972E23CA1CC3FC9CEB355504E3(L_2, L_3, NULL);
|
|
V_2 = ((Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)CastclassSealed((RuntimeObject*)L_4, Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var));
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07** L_5 = (Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07**)(&__this->___DeviceClosed_24);
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_6 = V_2;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_7 = V_1;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_8;
|
|
L_8 = InterlockedCompareExchangeImpl<Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*>(L_5, L_6, L_7);
|
|
V_0 = L_8;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_9 = V_0;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_10 = V_1;
|
|
if ((!(((RuntimeObject*)(Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)L_9) == ((RuntimeObject*)(Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)L_10))))
|
|
{
|
|
goto IL_0007;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// easyar.Optional`1<easyar.InputFrameSourceType> easyar.CameraDeviceFrameSource::get_Type()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Optional_1_t666854642354D0FC1411D0997FF3ACCCCA99AE33 CameraDeviceFrameSource_get_Type_mBDAB7E71CBD35B26DBF997B77D509D0A419B736D (CameraDeviceFrameSource_t96C3510E9C369F5946CEBF25739FF84997FA1A92* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Optional_1_get_Empty_mF07A0FFDDA04FF88892222D8310B7C984021ED2B_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Optional_1_op_Implicit_mA963EE25469F9CAB0E35BF8C6024F01AF39F6785_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public override Optional<InputFrameSourceType> Type { get => Device != null ? Device.inputFrameSourceType() : Optional<InputFrameSourceType>.Empty; }
|
|
CameraDevice_tD49A49DD97F9C0B672E5617F54A2B15B7CB2ACCE* L_0;
|
|
L_0 = CameraDeviceFrameSource_get_Device_mFBF96962AC6D4A698F2F9586D28AF1654B7F0708_inline(__this, NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
Optional_1_t666854642354D0FC1411D0997FF3ACCCCA99AE33 L_1;
|
|
L_1 = Optional_1_get_Empty_mF07A0FFDDA04FF88892222D8310B7C984021ED2B(Optional_1_get_Empty_mF07A0FFDDA04FF88892222D8310B7C984021ED2B_RuntimeMethod_var);
|
|
return L_1;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
CameraDevice_tD49A49DD97F9C0B672E5617F54A2B15B7CB2ACCE* L_2;
|
|
L_2 = CameraDeviceFrameSource_get_Device_mFBF96962AC6D4A698F2F9586D28AF1654B7F0708_inline(__this, NULL);
|
|
NullCheck(L_2);
|
|
int32_t L_3;
|
|
L_3 = VirtualFuncInvoker0< int32_t >::Invoke(11 /* easyar.InputFrameSourceType easyar.CameraDevice::inputFrameSourceType() */, L_2);
|
|
Optional_1_t666854642354D0FC1411D0997FF3ACCCCA99AE33 L_4;
|
|
L_4 = Optional_1_op_Implicit_mA963EE25469F9CAB0E35BF8C6024F01AF39F6785(L_3, Optional_1_op_Implicit_mA963EE25469F9CAB0E35BF8C6024F01AF39F6785_RuntimeMethod_var);
|
|
return L_4;
|
|
}
|
|
}
|
|
// easyar.Optional`1<System.Boolean> easyar.CameraDeviceFrameSource::get_IsAvailable()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Optional_1_t900DDDF790B562B704CF33648F9A6FE90E9B5DF6 CameraDeviceFrameSource_get_IsAvailable_mB38C390E59A610B7B353BF84C287C1B9964862FA (CameraDeviceFrameSource_t96C3510E9C369F5946CEBF25739FF84997FA1A92* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Optional_1_op_Implicit_m1E24650E58B19C767063680D8288479923A04269_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public override Optional<bool> IsAvailable { get => CameraDevice.isAvailable(); }
|
|
bool L_0;
|
|
L_0 = CameraDevice_isAvailable_m9E4854F5BD4D6F6E8A843A9625B4E684D662F160(NULL);
|
|
Optional_1_t900DDDF790B562B704CF33648F9A6FE90E9B5DF6 L_1;
|
|
L_1 = Optional_1_op_Implicit_m1E24650E58B19C767063680D8288479923A04269(L_0, Optional_1_op_Implicit_m1E24650E58B19C767063680D8288479923A04269_RuntimeMethod_var);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Collections.Generic.IReadOnlyList`1<easyar.ARSession/ARCenterMode> easyar.CameraDeviceFrameSource::get_AvailableCenterMode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CameraDeviceFrameSource_get_AvailableCenterMode_m97876AC4988C9D6F2337EE6D3CD0DE9C586825F1 (CameraDeviceFrameSource_t96C3510E9C369F5946CEBF25739FF84997FA1A92* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CameraDeviceFrameSource_t96C3510E9C369F5946CEBF25739FF84997FA1A92_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public override IReadOnlyList<ARSession.ARCenterMode> AvailableCenterMode { get => availableCenterMode; }
|
|
il2cpp_codegen_runtime_class_init_inline(CameraDeviceFrameSource_t96C3510E9C369F5946CEBF25739FF84997FA1A92_il2cpp_TypeInfo_var);
|
|
RuntimeObject* L_0 = ((CameraDeviceFrameSource_t96C3510E9C369F5946CEBF25739FF84997FA1A92_StaticFields*)il2cpp_codegen_static_fields_for(CameraDeviceFrameSource_t96C3510E9C369F5946CEBF25739FF84997FA1A92_il2cpp_TypeInfo_var))->___availableCenterMode_17;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Int32 easyar.CameraDeviceFrameSource::get_BufferCapacity()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CameraDeviceFrameSource_get_BufferCapacity_m85FADA48A373C166A15F3A39EE40D5CC48A24B4E (CameraDeviceFrameSource_t96C3510E9C369F5946CEBF25739FF84997FA1A92* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// if (Device != null)
|
|
CameraDevice_tD49A49DD97F9C0B672E5617F54A2B15B7CB2ACCE* L_0;
|
|
L_0 = CameraDeviceFrameSource_get_Device_mFBF96962AC6D4A698F2F9586D28AF1654B7F0708_inline(__this, NULL);
|
|
if (!L_0)
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
// return Device.bufferCapacity();
|
|
CameraDevice_tD49A49DD97F9C0B672E5617F54A2B15B7CB2ACCE* L_1;
|
|
L_1 = CameraDeviceFrameSource_get_Device_mFBF96962AC6D4A698F2F9586D28AF1654B7F0708_inline(__this, NULL);
|
|
NullCheck(L_1);
|
|
int32_t L_2;
|
|
L_2 = VirtualFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 easyar.CameraDevice::bufferCapacity() */, L_1);
|
|
return L_2;
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
// return bufferCapacity;
|
|
int32_t L_3 = ((FrameSource_tEFFB44317ECA60F900CBDDA05D06E675C6CC88CD*)__this)->___bufferCapacity_6;
|
|
return L_3;
|
|
}
|
|
}
|
|
// System.Void easyar.CameraDeviceFrameSource::set_BufferCapacity(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CameraDeviceFrameSource_set_BufferCapacity_m234876E6BEF676A441B4DFC7A1509D9430A3417F (CameraDeviceFrameSource_t96C3510E9C369F5946CEBF25739FF84997FA1A92* __this, int32_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// bufferCapacity = value;
|
|
int32_t L_0 = ___0_value;
|
|
((FrameSource_tEFFB44317ECA60F900CBDDA05D06E675C6CC88CD*)__this)->___bufferCapacity_6 = L_0;
|
|
// if (Device != null)
|
|
CameraDevice_tD49A49DD97F9C0B672E5617F54A2B15B7CB2ACCE* L_1;
|
|
L_1 = CameraDeviceFrameSource_get_Device_mFBF96962AC6D4A698F2F9586D28AF1654B7F0708_inline(__this, NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_001b;
|
|
}
|
|
}
|
|
{
|
|
// Device.setBufferCapacity(value);
|
|
CameraDevice_tD49A49DD97F9C0B672E5617F54A2B15B7CB2ACCE* L_2;
|
|
L_2 = CameraDeviceFrameSource_get_Device_mFBF96962AC6D4A698F2F9586D28AF1654B7F0708_inline(__this, NULL);
|
|
int32_t L_3 = ___0_value;
|
|
NullCheck(L_2);
|
|
VirtualActionInvoker1< int32_t >::Invoke(9 /* System.Void easyar.CameraDevice::setBufferCapacity(System.Int32) */, L_2, L_3);
|
|
}
|
|
|
|
IL_001b:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// easyar.CameraDevicePreference easyar.CameraDeviceFrameSource::get_CameraPreference()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CameraDeviceFrameSource_get_CameraPreference_mB05327374BAA6AB1AA5CF2AA8847F46916E9B578 (CameraDeviceFrameSource_t96C3510E9C369F5946CEBF25739FF84997FA1A92* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// get { return cameraPreference; }
|
|
int32_t L_0 = __this->___cameraPreference_18;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void easyar.CameraDeviceFrameSource::set_CameraPreference(easyar.CameraDevicePreference)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CameraDeviceFrameSource_set_CameraPreference_m4EC7688BBEEFA4BEAC67A02B121FC0A5BDAE0709 (CameraDeviceFrameSource_t96C3510E9C369F5946CEBF25739FF84997FA1A92* __this, int32_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// cameraPreference = value;
|
|
int32_t L_0 = ___0_value;
|
|
__this->___cameraPreference_18 = L_0;
|
|
// FocusMode = CameraDeviceSelector.getFocusMode(cameraPreference);
|
|
int32_t L_1 = __this->___cameraPreference_18;
|
|
int32_t L_2;
|
|
L_2 = CameraDeviceSelector_getFocusMode_m5168CFEB538E4CAFE1C27956BD671A9885C4D360(L_1, NULL);
|
|
__this->___FocusMode_12 = L_2;
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// easyar.CameraParameters easyar.CameraDeviceFrameSource::get_Parameters()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CameraParameters_t18C9E22363BD41CD7244E2256ED25A53DB87BB53* CameraDeviceFrameSource_get_Parameters_mF6DD3EF25A8D7AADAC36BB9CF6C3EE455B8D5BB0 (CameraDeviceFrameSource_t96C3510E9C369F5946CEBF25739FF84997FA1A92* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// if (Device != null)
|
|
CameraDevice_tD49A49DD97F9C0B672E5617F54A2B15B7CB2ACCE* L_0;
|
|
L_0 = CameraDeviceFrameSource_get_Device_mFBF96962AC6D4A698F2F9586D28AF1654B7F0708_inline(__this, NULL);
|
|
if (!L_0)
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
// return Device.cameraParameters();
|
|
CameraDevice_tD49A49DD97F9C0B672E5617F54A2B15B7CB2ACCE* L_1;
|
|
L_1 = CameraDeviceFrameSource_get_Device_mFBF96962AC6D4A698F2F9586D28AF1654B7F0708_inline(__this, NULL);
|
|
NullCheck(L_1);
|
|
CameraParameters_t18C9E22363BD41CD7244E2256ED25A53DB87BB53* L_2;
|
|
L_2 = VirtualFuncInvoker0< CameraParameters_t18C9E22363BD41CD7244E2256ED25A53DB87BB53* >::Invoke(21 /* easyar.CameraParameters easyar.CameraDevice::cameraParameters() */, L_1);
|
|
return L_2;
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
// return parameters;
|
|
CameraParameters_t18C9E22363BD41CD7244E2256ED25A53DB87BB53* L_3 = __this->___parameters_19;
|
|
return L_3;
|
|
}
|
|
}
|
|
// System.Void easyar.CameraDeviceFrameSource::set_Parameters(easyar.CameraParameters)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CameraDeviceFrameSource_set_Parameters_mB55E857B8D1BAB01520ED2C7A6EFDBE231238F35 (CameraDeviceFrameSource_t96C3510E9C369F5946CEBF25739FF84997FA1A92* __this, CameraParameters_t18C9E22363BD41CD7244E2256ED25A53DB87BB53* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// parameters = value;
|
|
CameraParameters_t18C9E22363BD41CD7244E2256ED25A53DB87BB53* L_0 = ___0_value;
|
|
__this->___parameters_19 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___parameters_19), (void*)L_0);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void easyar.CameraDeviceFrameSource::OnEnable()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CameraDeviceFrameSource_OnEnable_m03283B88EEB0CD4399114A8BA71E9C6775737692 (CameraDeviceFrameSource_t96C3510E9C369F5946CEBF25739FF84997FA1A92* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// base.OnEnable();
|
|
FrameSource_OnEnable_mFE4B5075843171A5281632B4EDB305E63E02FFBB(__this, NULL);
|
|
// if (Device != null)
|
|
CameraDevice_tD49A49DD97F9C0B672E5617F54A2B15B7CB2ACCE* L_0;
|
|
L_0 = CameraDeviceFrameSource_get_Device_mFBF96962AC6D4A698F2F9586D28AF1654B7F0708_inline(__this, NULL);
|
|
if (!L_0)
|
|
{
|
|
goto IL_001a;
|
|
}
|
|
}
|
|
{
|
|
// Device.start();
|
|
CameraDevice_tD49A49DD97F9C0B672E5617F54A2B15B7CB2ACCE* L_1;
|
|
L_1 = CameraDeviceFrameSource_get_Device_mFBF96962AC6D4A698F2F9586D28AF1654B7F0708_inline(__this, NULL);
|
|
NullCheck(L_1);
|
|
bool L_2;
|
|
L_2 = VirtualFuncInvoker0< bool >::Invoke(16 /* System.Boolean easyar.CameraDevice::start() */, L_1);
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void easyar.CameraDeviceFrameSource::OnDisable()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CameraDeviceFrameSource_OnDisable_m0AEA8D2A34EE4275F299B2060EE34B65739197EC (CameraDeviceFrameSource_t96C3510E9C369F5946CEBF25739FF84997FA1A92* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// base.OnDisable();
|
|
FrameSource_OnDisable_m1972517C0BF7D983F15BACF488CCA5B8A2834167(__this, NULL);
|
|
// if (Device != null)
|
|
CameraDevice_tD49A49DD97F9C0B672E5617F54A2B15B7CB2ACCE* L_0;
|
|
L_0 = CameraDeviceFrameSource_get_Device_mFBF96962AC6D4A698F2F9586D28AF1654B7F0708_inline(__this, NULL);
|
|
if (!L_0)
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
// Device.stop();
|
|
CameraDevice_tD49A49DD97F9C0B672E5617F54A2B15B7CB2ACCE* L_1;
|
|
L_1 = CameraDeviceFrameSource_get_Device_mFBF96962AC6D4A698F2F9586D28AF1654B7F0708_inline(__this, NULL);
|
|
NullCheck(L_1);
|
|
VirtualActionInvoker0::Invoke(17 /* System.Void easyar.CameraDevice::stop() */, L_1);
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void easyar.CameraDeviceFrameSource::OnDestroy()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CameraDeviceFrameSource_OnDestroy_m3F5EB9EDCE96E44115E5176B9D3513654C219BCF (CameraDeviceFrameSource_t96C3510E9C369F5946CEBF25739FF84997FA1A92* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// Close();
|
|
CameraDeviceFrameSource_Close_m793AEC528A686677A144635A43D6169693D8C91F(__this, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void easyar.CameraDeviceFrameSource::OnAssemble(easyar.ARSession)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CameraDeviceFrameSource_OnAssemble_mD223E238E402A9DB083151D808907836E65A1D8C (CameraDeviceFrameSource_t96C3510E9C369F5946CEBF25739FF84997FA1A92* __this, ARSession_tE7BD3656886DDF0823637E4219C76DA80A215D35* ___0_session, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// base.OnAssemble(session);
|
|
ARSession_tE7BD3656886DDF0823637E4219C76DA80A215D35* L_0 = ___0_session;
|
|
FrameSource_OnAssemble_mC11B5EA8F8B8F56A6D3EEC2D832168CEACEF575A(__this, L_0, NULL);
|
|
// StartCoroutine(AutoOpen());
|
|
RuntimeObject* L_1;
|
|
L_1 = CameraDeviceFrameSource_AutoOpen_m3E902B9365FB5F95FA37E6EBDA50821E9BFE7ED0(__this, NULL);
|
|
Coroutine_t85EA685566A254C23F3FD77AB5BDFFFF8799596B* L_2;
|
|
L_2 = MonoBehaviour_StartCoroutine_m4CAFF732AA28CD3BDC5363B44A863575530EC812(__this, L_1, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void easyar.CameraDeviceFrameSource::Open()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CameraDeviceFrameSource_Open_mE2216EE221BA2AE360C82DCEAF46D15F5C8A5C64 (CameraDeviceFrameSource_t96C3510E9C369F5946CEBF25739FF84997FA1A92* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_2_tE8FDAB3427B619024E7BE8677A267B409F919A20_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CameraDeviceFrameSource_U3COpenU3Eb__43_0_m04972F64C887C8DD6D8B0C26F582F88D11128D97_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Optional_1_op_Implicit_mF566C65ED1D6C3E9C7D87D847DF64139A94A58AE_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// disableAutoOpen = true;
|
|
__this->___disableAutoOpen_21 = (bool)1;
|
|
// willOpen = true;
|
|
__this->___willOpen_20 = (bool)1;
|
|
// CameraDevice.requestPermissions(EasyARController.Scheduler, (Action<PermissionStatus, string>)((status, msg) =>
|
|
// {
|
|
// if (!willOpen)
|
|
// {
|
|
// return;
|
|
// }
|
|
// if (status != PermissionStatus.Granted)
|
|
// {
|
|
// throw new UIPopupException("Camera permission not granted");
|
|
// }
|
|
//
|
|
// Close();
|
|
// Device = CameraDeviceSelector.createCameraDevice(CameraPreference);
|
|
// if (DeviceCreated != null)
|
|
// {
|
|
// DeviceCreated();
|
|
// }
|
|
//
|
|
// bool openResult = false;
|
|
// switch (CameraOpenMethod)
|
|
// {
|
|
// case CameraDeviceOpenMethod.DeviceType:
|
|
// openResult = Device.openWithPreferredType(CameraType);
|
|
// break;
|
|
// case CameraDeviceOpenMethod.DeviceIndex:
|
|
// openResult = Device.openWithIndex(CameraIndex);
|
|
// break;
|
|
// default:
|
|
// break;
|
|
// }
|
|
// if (!openResult)
|
|
// {
|
|
// Debug.LogError("Camera open failed");
|
|
// Device.Dispose();
|
|
// Device = null;
|
|
// return;
|
|
// }
|
|
//
|
|
// Device.setFocusMode(FocusMode);
|
|
// Device.setSize(new Vec2I((int)CameraSize.x, (int)CameraSize.y));
|
|
// if (parameters != null)
|
|
// {
|
|
// Device.setCameraParameters(parameters);
|
|
// }
|
|
// if (bufferCapacity != 0)
|
|
// {
|
|
// Device.setBufferCapacity(bufferCapacity);
|
|
// }
|
|
//
|
|
// if (sink != null)
|
|
// {
|
|
// Device.inputFrameSource().connect(sink);
|
|
// }
|
|
//
|
|
// if (DeviceOpened != null)
|
|
// {
|
|
// DeviceOpened();
|
|
// }
|
|
//
|
|
// if (enabled)
|
|
// {
|
|
// OnEnable();
|
|
// }
|
|
// }));
|
|
il2cpp_codegen_runtime_class_init_inline(EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177_il2cpp_TypeInfo_var);
|
|
DelayedCallbackScheduler_t7250FB4EE6119AFDCFBAC0DEADD337F1E576FD97* L_0;
|
|
L_0 = EasyARController_get_Scheduler_mD1D0082110E4A3B2159F15AFC586071831436EE6_inline(NULL);
|
|
Action_2_tE8FDAB3427B619024E7BE8677A267B409F919A20* L_1 = (Action_2_tE8FDAB3427B619024E7BE8677A267B409F919A20*)il2cpp_codegen_object_new(Action_2_tE8FDAB3427B619024E7BE8677A267B409F919A20_il2cpp_TypeInfo_var);
|
|
NullCheck(L_1);
|
|
Action_2__ctor_mF06AEAC97DB6DB9094B3989E0BBB5B39A115DEDC(L_1, __this, (intptr_t)((void*)CameraDeviceFrameSource_U3COpenU3Eb__43_0_m04972F64C887C8DD6D8B0C26F582F88D11128D97_RuntimeMethod_var), NULL);
|
|
Optional_1_tBDCDEF8C819D62372B21CE6C3033A164051144EF L_2;
|
|
L_2 = Optional_1_op_Implicit_mF566C65ED1D6C3E9C7D87D847DF64139A94A58AE(L_1, Optional_1_op_Implicit_mF566C65ED1D6C3E9C7D87D847DF64139A94A58AE_RuntimeMethod_var);
|
|
CameraDevice_requestPermissions_mB34972FC5D72AAD40A4F48A9774C2EB72827A5E9(L_0, L_2, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void easyar.CameraDeviceFrameSource::Close()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CameraDeviceFrameSource_Close_m793AEC528A686677A144635A43D6169693D8C91F (CameraDeviceFrameSource_t96C3510E9C369F5946CEBF25739FF84997FA1A92* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// disableAutoOpen = true;
|
|
__this->___disableAutoOpen_21 = (bool)1;
|
|
// willOpen = false;
|
|
__this->___willOpen_20 = (bool)0;
|
|
// if (Device != null)
|
|
CameraDevice_tD49A49DD97F9C0B672E5617F54A2B15B7CB2ACCE* L_0;
|
|
L_0 = CameraDeviceFrameSource_get_Device_mFBF96962AC6D4A698F2F9586D28AF1654B7F0708_inline(__this, NULL);
|
|
if (!L_0)
|
|
{
|
|
goto IL_004c;
|
|
}
|
|
}
|
|
{
|
|
// OnDisable();
|
|
VirtualActionInvoker0::Invoke(16 /* System.Void easyar.FrameSource::OnDisable() */, __this);
|
|
// Device.close();
|
|
CameraDevice_tD49A49DD97F9C0B672E5617F54A2B15B7CB2ACCE* L_1;
|
|
L_1 = CameraDeviceFrameSource_get_Device_mFBF96962AC6D4A698F2F9586D28AF1654B7F0708_inline(__this, NULL);
|
|
NullCheck(L_1);
|
|
VirtualActionInvoker0::Invoke(18 /* System.Void easyar.CameraDevice::close() */, L_1);
|
|
// Device.Dispose();
|
|
CameraDevice_tD49A49DD97F9C0B672E5617F54A2B15B7CB2ACCE* L_2;
|
|
L_2 = CameraDeviceFrameSource_get_Device_mFBF96962AC6D4A698F2F9586D28AF1654B7F0708_inline(__this, NULL);
|
|
NullCheck(L_2);
|
|
RefBase_Dispose_m0C0F6CBAAFDD4D732F27B09F76D1A77AC6D44B75(L_2, NULL);
|
|
// if (DeviceClosed != null)
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_3 = __this->___DeviceClosed_24;
|
|
if (!L_3)
|
|
{
|
|
goto IL_0045;
|
|
}
|
|
}
|
|
{
|
|
// DeviceClosed();
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_4 = __this->___DeviceClosed_24;
|
|
NullCheck(L_4);
|
|
Action_Invoke_m7126A54DACA72B845424072887B5F3A51FC3808E_inline(L_4, NULL);
|
|
}
|
|
|
|
IL_0045:
|
|
{
|
|
// Device = null;
|
|
CameraDeviceFrameSource_set_Device_mAE6594D620E64B812F45298BC08D47D7CFF736DB_inline(__this, (CameraDevice_tD49A49DD97F9C0B672E5617F54A2B15B7CB2ACCE*)NULL, NULL);
|
|
}
|
|
|
|
IL_004c:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void easyar.CameraDeviceFrameSource::Connect(easyar.InputFrameSink)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CameraDeviceFrameSource_Connect_m8819CE4AB52E5C836A04149DB902095260A0967E (CameraDeviceFrameSource_t96C3510E9C369F5946CEBF25739FF84997FA1A92* __this, InputFrameSink_tA6E249222893426FDB034E5CE860F0037DAE4F95* ___0_val, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// base.Connect(val);
|
|
InputFrameSink_tA6E249222893426FDB034E5CE860F0037DAE4F95* L_0 = ___0_val;
|
|
FrameSource_Connect_mB09DED105CF24C36911E1072F20605A273CEE7D2_inline(__this, L_0, NULL);
|
|
// if (Device != null)
|
|
CameraDevice_tD49A49DD97F9C0B672E5617F54A2B15B7CB2ACCE* L_1;
|
|
L_1 = CameraDeviceFrameSource_get_Device_mFBF96962AC6D4A698F2F9586D28AF1654B7F0708_inline(__this, NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_0020;
|
|
}
|
|
}
|
|
{
|
|
// Device.inputFrameSource().connect(val);
|
|
CameraDevice_tD49A49DD97F9C0B672E5617F54A2B15B7CB2ACCE* L_2;
|
|
L_2 = CameraDeviceFrameSource_get_Device_mFBF96962AC6D4A698F2F9586D28AF1654B7F0708_inline(__this, NULL);
|
|
NullCheck(L_2);
|
|
InputFrameSource_tD69762DDAC410CCE3A129E8E1DC6A2C8F0427F12* L_3;
|
|
L_3 = VirtualFuncInvoker0< InputFrameSource_tD69762DDAC410CCE3A129E8E1DC6A2C8F0427F12* >::Invoke(10 /* easyar.InputFrameSource easyar.CameraDevice::inputFrameSource() */, L_2);
|
|
InputFrameSink_tA6E249222893426FDB034E5CE860F0037DAE4F95* L_4 = ___0_val;
|
|
NullCheck(L_3);
|
|
VirtualActionInvoker1< InputFrameSink_tA6E249222893426FDB034E5CE860F0037DAE4F95* >::Invoke(7 /* System.Void easyar.InputFrameSource::connect(easyar.InputFrameSink) */, L_3, L_4);
|
|
}
|
|
|
|
IL_0020:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Collections.IEnumerator easyar.CameraDeviceFrameSource::AutoOpen()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CameraDeviceFrameSource_AutoOpen_m3E902B9365FB5F95FA37E6EBDA50821E9BFE7ED0 (CameraDeviceFrameSource_t96C3510E9C369F5946CEBF25739FF84997FA1A92* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CAutoOpenU3Ed__46_t273E4635E30DE853167BBB798722C4F2AB78C36D_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
U3CAutoOpenU3Ed__46_t273E4635E30DE853167BBB798722C4F2AB78C36D* L_0 = (U3CAutoOpenU3Ed__46_t273E4635E30DE853167BBB798722C4F2AB78C36D*)il2cpp_codegen_object_new(U3CAutoOpenU3Ed__46_t273E4635E30DE853167BBB798722C4F2AB78C36D_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
U3CAutoOpenU3Ed__46__ctor_m4865DC8AB9B534D562D64980B1B027B53C7763A2(L_0, 0, NULL);
|
|
U3CAutoOpenU3Ed__46_t273E4635E30DE853167BBB798722C4F2AB78C36D* L_1 = L_0;
|
|
NullCheck(L_1);
|
|
L_1->___U3CU3E4__this_2 = __this;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_1->___U3CU3E4__this_2), (void*)__this);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Void easyar.CameraDeviceFrameSource::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CameraDeviceFrameSource__ctor_mE6C35B41B398AB3F11D55A95EE4B1C300335A22F (CameraDeviceFrameSource_t96C3510E9C369F5946CEBF25739FF84997FA1A92* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FrameSource_tEFFB44317ECA60F900CBDDA05D06E675C6CC88CD_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public CameraDeviceFocusMode FocusMode = CameraDeviceFocusMode.Continousauto;
|
|
__this->___FocusMode_12 = 2;
|
|
// public Vector2 CameraSize = new Vector2(1280, 960);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_0;
|
|
memset((&L_0), 0, sizeof(L_0));
|
|
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_0), (1280.0f), (960.0f), /*hidden argument*/NULL);
|
|
__this->___CameraSize_13 = L_0;
|
|
// public CameraDeviceType CameraType = CameraDeviceType.Back;
|
|
__this->___CameraType_15 = 1;
|
|
il2cpp_codegen_runtime_class_init_inline(FrameSource_tEFFB44317ECA60F900CBDDA05D06E675C6CC88CD_il2cpp_TypeInfo_var);
|
|
FrameSource__ctor_mF2C3C0EA283D25EE25EC48941CA63A5F8944D3F1(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void easyar.CameraDeviceFrameSource::.cctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CameraDeviceFrameSource__cctor_m87DCF7DFB6F7F4E211B41DB7BF13727B57B91AFA (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CameraDeviceFrameSource_t96C3510E9C369F5946CEBF25739FF84997FA1A92_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mEAECD79DA6F29944F9B49ACB94677497C22A52A0_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m343E9AE492A94D882A440150B52E21644C336D34_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t28ACFD63E6C534D957A7F965C7430A0E1A7149DE_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// private static IReadOnlyList<ARSession.ARCenterMode> availableCenterMode = new List<ARSession.ARCenterMode> { ARSession.ARCenterMode.FirstTarget, ARSession.ARCenterMode.Camera, ARSession.ARCenterMode.SpecificTarget };
|
|
List_1_t28ACFD63E6C534D957A7F965C7430A0E1A7149DE* L_0 = (List_1_t28ACFD63E6C534D957A7F965C7430A0E1A7149DE*)il2cpp_codegen_object_new(List_1_t28ACFD63E6C534D957A7F965C7430A0E1A7149DE_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
List_1__ctor_m343E9AE492A94D882A440150B52E21644C336D34(L_0, List_1__ctor_m343E9AE492A94D882A440150B52E21644C336D34_RuntimeMethod_var);
|
|
List_1_t28ACFD63E6C534D957A7F965C7430A0E1A7149DE* L_1 = L_0;
|
|
NullCheck(L_1);
|
|
List_1_Add_mEAECD79DA6F29944F9B49ACB94677497C22A52A0_inline(L_1, 0, List_1_Add_mEAECD79DA6F29944F9B49ACB94677497C22A52A0_RuntimeMethod_var);
|
|
List_1_t28ACFD63E6C534D957A7F965C7430A0E1A7149DE* L_2 = L_1;
|
|
NullCheck(L_2);
|
|
List_1_Add_mEAECD79DA6F29944F9B49ACB94677497C22A52A0_inline(L_2, 1, List_1_Add_mEAECD79DA6F29944F9B49ACB94677497C22A52A0_RuntimeMethod_var);
|
|
List_1_t28ACFD63E6C534D957A7F965C7430A0E1A7149DE* L_3 = L_2;
|
|
NullCheck(L_3);
|
|
List_1_Add_mEAECD79DA6F29944F9B49ACB94677497C22A52A0_inline(L_3, 2, List_1_Add_mEAECD79DA6F29944F9B49ACB94677497C22A52A0_RuntimeMethod_var);
|
|
((CameraDeviceFrameSource_t96C3510E9C369F5946CEBF25739FF84997FA1A92_StaticFields*)il2cpp_codegen_static_fields_for(CameraDeviceFrameSource_t96C3510E9C369F5946CEBF25739FF84997FA1A92_il2cpp_TypeInfo_var))->___availableCenterMode_17 = L_3;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((CameraDeviceFrameSource_t96C3510E9C369F5946CEBF25739FF84997FA1A92_StaticFields*)il2cpp_codegen_static_fields_for(CameraDeviceFrameSource_t96C3510E9C369F5946CEBF25739FF84997FA1A92_il2cpp_TypeInfo_var))->___availableCenterMode_17), (void*)L_3);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void easyar.CameraDeviceFrameSource::<Open>b__43_0(easyar.PermissionStatus,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CameraDeviceFrameSource_U3COpenU3Eb__43_0_m04972F64C887C8DD6D8B0C26F582F88D11128D97 (CameraDeviceFrameSource_t96C3510E9C369F5946CEBF25739FF84997FA1A92* __this, int32_t ___0_status, String_t* ___1_msg, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9155A1EBA0D1DDABD96583FB45720959E9875765);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
int32_t V_1 = 0;
|
|
{
|
|
// if (!willOpen)
|
|
bool L_0 = __this->___willOpen_20;
|
|
if (L_0)
|
|
{
|
|
goto IL_0009;
|
|
}
|
|
}
|
|
{
|
|
// return;
|
|
return;
|
|
}
|
|
|
|
IL_0009:
|
|
{
|
|
// if (status != PermissionStatus.Granted)
|
|
int32_t L_1 = ___0_status;
|
|
if (!L_1)
|
|
{
|
|
goto IL_0017;
|
|
}
|
|
}
|
|
{
|
|
// throw new UIPopupException("Camera permission not granted");
|
|
UIPopupException_t6CBA36793B5CB835F7ED2FD94F0D60186543D6EE* L_2 = (UIPopupException_t6CBA36793B5CB835F7ED2FD94F0D60186543D6EE*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&UIPopupException_t6CBA36793B5CB835F7ED2FD94F0D60186543D6EE_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_2);
|
|
UIPopupException__ctor_m2028C0A495324E4FAD33E2E48EDE7347C6BF2F6C(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral9334D9374E007290FC3084E5D921D366646A6CA8)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CameraDeviceFrameSource_U3COpenU3Eb__43_0_m04972F64C887C8DD6D8B0C26F582F88D11128D97_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0017:
|
|
{
|
|
// Close();
|
|
CameraDeviceFrameSource_Close_m793AEC528A686677A144635A43D6169693D8C91F(__this, NULL);
|
|
// Device = CameraDeviceSelector.createCameraDevice(CameraPreference);
|
|
int32_t L_3;
|
|
L_3 = CameraDeviceFrameSource_get_CameraPreference_mB05327374BAA6AB1AA5CF2AA8847F46916E9B578_inline(__this, NULL);
|
|
CameraDevice_tD49A49DD97F9C0B672E5617F54A2B15B7CB2ACCE* L_4;
|
|
L_4 = CameraDeviceSelector_createCameraDevice_mB979A1937522664549876874A78B590B14E88028(L_3, NULL);
|
|
CameraDeviceFrameSource_set_Device_mAE6594D620E64B812F45298BC08D47D7CFF736DB_inline(__this, L_4, NULL);
|
|
// if (DeviceCreated != null)
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_5 = __this->___DeviceCreated_22;
|
|
if (!L_5)
|
|
{
|
|
goto IL_0041;
|
|
}
|
|
}
|
|
{
|
|
// DeviceCreated();
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_6 = __this->___DeviceCreated_22;
|
|
NullCheck(L_6);
|
|
Action_Invoke_m7126A54DACA72B845424072887B5F3A51FC3808E_inline(L_6, NULL);
|
|
}
|
|
|
|
IL_0041:
|
|
{
|
|
// bool openResult = false;
|
|
V_0 = (bool)0;
|
|
// switch (CameraOpenMethod)
|
|
int32_t L_7 = __this->___CameraOpenMethod_14;
|
|
V_1 = L_7;
|
|
int32_t L_8 = V_1;
|
|
if (!L_8)
|
|
{
|
|
goto IL_0053;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_9 = V_1;
|
|
if ((((int32_t)L_9) == ((int32_t)1)))
|
|
{
|
|
goto IL_0067;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0079;
|
|
}
|
|
|
|
IL_0053:
|
|
{
|
|
// openResult = Device.openWithPreferredType(CameraType);
|
|
CameraDevice_tD49A49DD97F9C0B672E5617F54A2B15B7CB2ACCE* L_10;
|
|
L_10 = CameraDeviceFrameSource_get_Device_mFBF96962AC6D4A698F2F9586D28AF1654B7F0708_inline(__this, NULL);
|
|
int32_t L_11 = __this->___CameraType_15;
|
|
NullCheck(L_10);
|
|
bool L_12;
|
|
L_12 = VirtualFuncInvoker1< bool, int32_t >::Invoke(15 /* System.Boolean easyar.CameraDevice::openWithPreferredType(easyar.CameraDeviceType) */, L_10, L_11);
|
|
V_0 = L_12;
|
|
// break;
|
|
goto IL_0079;
|
|
}
|
|
|
|
IL_0067:
|
|
{
|
|
// openResult = Device.openWithIndex(CameraIndex);
|
|
CameraDevice_tD49A49DD97F9C0B672E5617F54A2B15B7CB2ACCE* L_13;
|
|
L_13 = CameraDeviceFrameSource_get_Device_mFBF96962AC6D4A698F2F9586D28AF1654B7F0708_inline(__this, NULL);
|
|
int32_t L_14 = __this->___CameraIndex_16;
|
|
NullCheck(L_13);
|
|
bool L_15;
|
|
L_15 = VirtualFuncInvoker1< bool, int32_t >::Invoke(13 /* System.Boolean easyar.CameraDevice::openWithIndex(System.Int32) */, L_13, L_14);
|
|
V_0 = L_15;
|
|
}
|
|
|
|
IL_0079:
|
|
{
|
|
// if (!openResult)
|
|
bool L_16 = V_0;
|
|
if (L_16)
|
|
{
|
|
goto IL_0099;
|
|
}
|
|
}
|
|
{
|
|
// Debug.LogError("Camera open failed");
|
|
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
Debug_LogError_mB00B2B4468EF3CAF041B038D840820FB84C924B2(_stringLiteral9155A1EBA0D1DDABD96583FB45720959E9875765, NULL);
|
|
// Device.Dispose();
|
|
CameraDevice_tD49A49DD97F9C0B672E5617F54A2B15B7CB2ACCE* L_17;
|
|
L_17 = CameraDeviceFrameSource_get_Device_mFBF96962AC6D4A698F2F9586D28AF1654B7F0708_inline(__this, NULL);
|
|
NullCheck(L_17);
|
|
RefBase_Dispose_m0C0F6CBAAFDD4D732F27B09F76D1A77AC6D44B75(L_17, NULL);
|
|
// Device = null;
|
|
CameraDeviceFrameSource_set_Device_mAE6594D620E64B812F45298BC08D47D7CFF736DB_inline(__this, (CameraDevice_tD49A49DD97F9C0B672E5617F54A2B15B7CB2ACCE*)NULL, NULL);
|
|
// return;
|
|
return;
|
|
}
|
|
|
|
IL_0099:
|
|
{
|
|
// Device.setFocusMode(FocusMode);
|
|
CameraDevice_tD49A49DD97F9C0B672E5617F54A2B15B7CB2ACCE* L_18;
|
|
L_18 = CameraDeviceFrameSource_get_Device_mFBF96962AC6D4A698F2F9586D28AF1654B7F0708_inline(__this, NULL);
|
|
int32_t L_19 = __this->___FocusMode_12;
|
|
NullCheck(L_18);
|
|
bool L_20;
|
|
L_20 = VirtualFuncInvoker1< bool, int32_t >::Invoke(33 /* System.Boolean easyar.CameraDevice::setFocusMode(easyar.CameraDeviceFocusMode) */, L_18, L_19);
|
|
// Device.setSize(new Vec2I((int)CameraSize.x, (int)CameraSize.y));
|
|
CameraDevice_tD49A49DD97F9C0B672E5617F54A2B15B7CB2ACCE* L_21;
|
|
L_21 = CameraDeviceFrameSource_get_Device_mFBF96962AC6D4A698F2F9586D28AF1654B7F0708_inline(__this, NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* L_22 = (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7*)(&__this->___CameraSize_13);
|
|
float L_23 = L_22->___x_0;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* L_24 = (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7*)(&__this->___CameraSize_13);
|
|
float L_25 = L_24->___y_1;
|
|
Vec2I_tFE0BA26B13EC0F9970DC6F58A4CB2A10467C7485 L_26;
|
|
memset((&L_26), 0, sizeof(L_26));
|
|
Vec2I__ctor_m19B1C050F928300518B9D0F4DEA02800F98EDAD3((&L_26), il2cpp_codegen_cast_double_to_int<int32_t>(L_23), il2cpp_codegen_cast_double_to_int<int32_t>(L_25), /*hidden argument*/NULL);
|
|
NullCheck(L_21);
|
|
bool L_27;
|
|
L_27 = VirtualFuncInvoker1< bool, Vec2I_tFE0BA26B13EC0F9970DC6F58A4CB2A10467C7485 >::Invoke(26 /* System.Boolean easyar.CameraDevice::setSize(easyar.Vec2I) */, L_21, L_26);
|
|
// if (parameters != null)
|
|
CameraParameters_t18C9E22363BD41CD7244E2256ED25A53DB87BB53* L_28 = __this->___parameters_19;
|
|
if (!L_28)
|
|
{
|
|
goto IL_00ed;
|
|
}
|
|
}
|
|
{
|
|
// Device.setCameraParameters(parameters);
|
|
CameraDevice_tD49A49DD97F9C0B672E5617F54A2B15B7CB2ACCE* L_29;
|
|
L_29 = CameraDeviceFrameSource_get_Device_mFBF96962AC6D4A698F2F9586D28AF1654B7F0708_inline(__this, NULL);
|
|
CameraParameters_t18C9E22363BD41CD7244E2256ED25A53DB87BB53* L_30 = __this->___parameters_19;
|
|
NullCheck(L_29);
|
|
VirtualActionInvoker1< CameraParameters_t18C9E22363BD41CD7244E2256ED25A53DB87BB53* >::Invoke(22 /* System.Void easyar.CameraDevice::setCameraParameters(easyar.CameraParameters) */, L_29, L_30);
|
|
}
|
|
|
|
IL_00ed:
|
|
{
|
|
// if (bufferCapacity != 0)
|
|
int32_t L_31 = ((FrameSource_tEFFB44317ECA60F900CBDDA05D06E675C6CC88CD*)__this)->___bufferCapacity_6;
|
|
if (!L_31)
|
|
{
|
|
goto IL_0106;
|
|
}
|
|
}
|
|
{
|
|
// Device.setBufferCapacity(bufferCapacity);
|
|
CameraDevice_tD49A49DD97F9C0B672E5617F54A2B15B7CB2ACCE* L_32;
|
|
L_32 = CameraDeviceFrameSource_get_Device_mFBF96962AC6D4A698F2F9586D28AF1654B7F0708_inline(__this, NULL);
|
|
int32_t L_33 = ((FrameSource_tEFFB44317ECA60F900CBDDA05D06E675C6CC88CD*)__this)->___bufferCapacity_6;
|
|
NullCheck(L_32);
|
|
VirtualActionInvoker1< int32_t >::Invoke(9 /* System.Void easyar.CameraDevice::setBufferCapacity(System.Int32) */, L_32, L_33);
|
|
}
|
|
|
|
IL_0106:
|
|
{
|
|
// if (sink != null)
|
|
InputFrameSink_tA6E249222893426FDB034E5CE860F0037DAE4F95* L_34 = ((FrameSource_tEFFB44317ECA60F900CBDDA05D06E675C6CC88CD*)__this)->___sink_4;
|
|
if (!L_34)
|
|
{
|
|
goto IL_0124;
|
|
}
|
|
}
|
|
{
|
|
// Device.inputFrameSource().connect(sink);
|
|
CameraDevice_tD49A49DD97F9C0B672E5617F54A2B15B7CB2ACCE* L_35;
|
|
L_35 = CameraDeviceFrameSource_get_Device_mFBF96962AC6D4A698F2F9586D28AF1654B7F0708_inline(__this, NULL);
|
|
NullCheck(L_35);
|
|
InputFrameSource_tD69762DDAC410CCE3A129E8E1DC6A2C8F0427F12* L_36;
|
|
L_36 = VirtualFuncInvoker0< InputFrameSource_tD69762DDAC410CCE3A129E8E1DC6A2C8F0427F12* >::Invoke(10 /* easyar.InputFrameSource easyar.CameraDevice::inputFrameSource() */, L_35);
|
|
InputFrameSink_tA6E249222893426FDB034E5CE860F0037DAE4F95* L_37 = ((FrameSource_tEFFB44317ECA60F900CBDDA05D06E675C6CC88CD*)__this)->___sink_4;
|
|
NullCheck(L_36);
|
|
VirtualActionInvoker1< InputFrameSink_tA6E249222893426FDB034E5CE860F0037DAE4F95* >::Invoke(7 /* System.Void easyar.InputFrameSource::connect(easyar.InputFrameSink) */, L_36, L_37);
|
|
}
|
|
|
|
IL_0124:
|
|
{
|
|
// if (DeviceOpened != null)
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_38 = __this->___DeviceOpened_23;
|
|
if (!L_38)
|
|
{
|
|
goto IL_0137;
|
|
}
|
|
}
|
|
{
|
|
// DeviceOpened();
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_39 = __this->___DeviceOpened_23;
|
|
NullCheck(L_39);
|
|
Action_Invoke_m7126A54DACA72B845424072887B5F3A51FC3808E_inline(L_39, NULL);
|
|
}
|
|
|
|
IL_0137:
|
|
{
|
|
// if (enabled)
|
|
bool L_40;
|
|
L_40 = Behaviour_get_enabled_mAAC9F15E9EBF552217A5AE2681589CC0BFA300C1(__this, NULL);
|
|
if (!L_40)
|
|
{
|
|
goto IL_0145;
|
|
}
|
|
}
|
|
{
|
|
// OnEnable();
|
|
VirtualActionInvoker0::Invoke(15 /* System.Void easyar.FrameSource::OnEnable() */, __this);
|
|
}
|
|
|
|
IL_0145:
|
|
{
|
|
// }));
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void easyar.CameraDeviceFrameSource/<AutoOpen>d__46::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CAutoOpenU3Ed__46__ctor_m4865DC8AB9B534D562D64980B1B027B53C7763A2 (U3CAutoOpenU3Ed__46_t273E4635E30DE853167BBB798722C4F2AB78C36D* __this, int32_t ___0_U3CU3E1__state, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
int32_t L_0 = ___0_U3CU3E1__state;
|
|
__this->___U3CU3E1__state_0 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// System.Void easyar.CameraDeviceFrameSource/<AutoOpen>d__46::System.IDisposable.Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CAutoOpenU3Ed__46_System_IDisposable_Dispose_mCFAB319CD4DB4EC88C3C41EB58883A455DDD8E96 (U3CAutoOpenU3Ed__46_t273E4635E30DE853167BBB798722C4F2AB78C36D* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean easyar.CameraDeviceFrameSource/<AutoOpen>d__46::MoveNext()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CAutoOpenU3Ed__46_MoveNext_m61FA881F27F5060A9B5A96A7FEDF266E1F1784BA (U3CAutoOpenU3Ed__46_t273E4635E30DE853167BBB798722C4F2AB78C36D* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Optional_1_get_OnNone_mC8DB6E9B8EA1F7B108BEAD8D4CF0D72F034AE778_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Optional_1_get_Value_m1F032C59F95454868694661D84FC55E4284100E7_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
CameraDeviceFrameSource_t96C3510E9C369F5946CEBF25739FF84997FA1A92* V_1 = NULL;
|
|
Optional_1_t900DDDF790B562B704CF33648F9A6FE90E9B5DF6 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
Type_t* G_B15_0 = NULL;
|
|
Type_t* G_B14_0 = NULL;
|
|
String_t* G_B16_0 = NULL;
|
|
{
|
|
int32_t L_0 = __this->___U3CU3E1__state_0;
|
|
V_0 = L_0;
|
|
CameraDeviceFrameSource_t96C3510E9C369F5946CEBF25739FF84997FA1A92* L_1 = __this->___U3CU3E4__this_2;
|
|
V_1 = L_1;
|
|
int32_t L_2 = V_0;
|
|
if (!L_2)
|
|
{
|
|
goto IL_0017;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_3 = V_0;
|
|
if ((((int32_t)L_3) == ((int32_t)1)))
|
|
{
|
|
goto IL_003a;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0017:
|
|
{
|
|
__this->___U3CU3E1__state_0 = (-1);
|
|
goto IL_0041;
|
|
}
|
|
|
|
IL_0020:
|
|
{
|
|
// if (disableAutoOpen) { yield break; }
|
|
CameraDeviceFrameSource_t96C3510E9C369F5946CEBF25739FF84997FA1A92* L_4 = V_1;
|
|
NullCheck(L_4);
|
|
bool L_5 = L_4->___disableAutoOpen_21;
|
|
if (!L_5)
|
|
{
|
|
goto IL_002a;
|
|
}
|
|
}
|
|
{
|
|
// if (disableAutoOpen) { yield break; }
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_002a:
|
|
{
|
|
// yield return null;
|
|
__this->___U3CU3E2__current_1 = NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CU3E2__current_1), (void*)NULL);
|
|
__this->___U3CU3E1__state_0 = 1;
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_003a:
|
|
{
|
|
__this->___U3CU3E1__state_0 = (-1);
|
|
}
|
|
|
|
IL_0041:
|
|
{
|
|
// while (!enabled)
|
|
CameraDeviceFrameSource_t96C3510E9C369F5946CEBF25739FF84997FA1A92* L_6 = V_1;
|
|
NullCheck(L_6);
|
|
bool L_7;
|
|
L_7 = Behaviour_get_enabled_mAAC9F15E9EBF552217A5AE2681589CC0BFA300C1(L_6, NULL);
|
|
if (!L_7)
|
|
{
|
|
goto IL_0020;
|
|
}
|
|
}
|
|
{
|
|
// if (disableAutoOpen) { yield break; }
|
|
CameraDeviceFrameSource_t96C3510E9C369F5946CEBF25739FF84997FA1A92* L_8 = V_1;
|
|
NullCheck(L_8);
|
|
bool L_9 = L_8->___disableAutoOpen_21;
|
|
if (!L_9)
|
|
{
|
|
goto IL_0053;
|
|
}
|
|
}
|
|
{
|
|
// if (disableAutoOpen) { yield break; }
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0053:
|
|
{
|
|
// if (IsAvailable.OnNone || !IsAvailable.Value) { throw new UIPopupException(typeof(CameraDevice) + " not available"); }
|
|
CameraDeviceFrameSource_t96C3510E9C369F5946CEBF25739FF84997FA1A92* L_10 = V_1;
|
|
NullCheck(L_10);
|
|
Optional_1_t900DDDF790B562B704CF33648F9A6FE90E9B5DF6 L_11;
|
|
L_11 = VirtualFuncInvoker0< Optional_1_t900DDDF790B562B704CF33648F9A6FE90E9B5DF6 >::Invoke(5 /* easyar.Optional`1<System.Boolean> easyar.FrameSource::get_IsAvailable() */, L_10);
|
|
V_2 = L_11;
|
|
bool L_12;
|
|
L_12 = Optional_1_get_OnNone_mC8DB6E9B8EA1F7B108BEAD8D4CF0D72F034AE778((&V_2), Optional_1_get_OnNone_mC8DB6E9B8EA1F7B108BEAD8D4CF0D72F034AE778_RuntimeMethod_var);
|
|
if (L_12)
|
|
{
|
|
goto IL_0073;
|
|
}
|
|
}
|
|
{
|
|
CameraDeviceFrameSource_t96C3510E9C369F5946CEBF25739FF84997FA1A92* L_13 = V_1;
|
|
NullCheck(L_13);
|
|
Optional_1_t900DDDF790B562B704CF33648F9A6FE90E9B5DF6 L_14;
|
|
L_14 = VirtualFuncInvoker0< Optional_1_t900DDDF790B562B704CF33648F9A6FE90E9B5DF6 >::Invoke(5 /* easyar.Optional`1<System.Boolean> easyar.FrameSource::get_IsAvailable() */, L_13);
|
|
V_2 = L_14;
|
|
bool L_15;
|
|
L_15 = Optional_1_get_Value_m1F032C59F95454868694661D84FC55E4284100E7((&V_2), Optional_1_get_Value_m1F032C59F95454868694661D84FC55E4284100E7_RuntimeMethod_var);
|
|
if (L_15)
|
|
{
|
|
goto IL_0099;
|
|
}
|
|
}
|
|
|
|
IL_0073:
|
|
{
|
|
// if (IsAvailable.OnNone || !IsAvailable.Value) { throw new UIPopupException(typeof(CameraDevice) + " not available"); }
|
|
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_16 = { reinterpret_cast<intptr_t> (((RuntimeType*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CameraDevice_tD49A49DD97F9C0B672E5617F54A2B15B7CB2ACCE_0_0_0_var))) };
|
|
il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Type_t_il2cpp_TypeInfo_var)));
|
|
Type_t* L_17;
|
|
L_17 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_16, NULL);
|
|
Type_t* L_18 = L_17;
|
|
G_B14_0 = L_18;
|
|
if (L_18)
|
|
{
|
|
G_B15_0 = L_18;
|
|
goto IL_0084;
|
|
}
|
|
}
|
|
{
|
|
G_B16_0 = ((String_t*)(NULL));
|
|
goto IL_0089;
|
|
}
|
|
|
|
IL_0084:
|
|
{
|
|
NullCheck(G_B15_0);
|
|
String_t* L_19;
|
|
L_19 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, G_B15_0);
|
|
G_B16_0 = L_19;
|
|
}
|
|
|
|
IL_0089:
|
|
{
|
|
String_t* L_20;
|
|
L_20 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(G_B16_0, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral429D8F132170CDADF68E7EFEA1640AD07E6A5409)), NULL);
|
|
UIPopupException_t6CBA36793B5CB835F7ED2FD94F0D60186543D6EE* L_21 = (UIPopupException_t6CBA36793B5CB835F7ED2FD94F0D60186543D6EE*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&UIPopupException_t6CBA36793B5CB835F7ED2FD94F0D60186543D6EE_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_21);
|
|
UIPopupException__ctor_m2028C0A495324E4FAD33E2E48EDE7347C6BF2F6C(L_21, L_20, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_21, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CAutoOpenU3Ed__46_MoveNext_m61FA881F27F5060A9B5A96A7FEDF266E1F1784BA_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0099:
|
|
{
|
|
// Open();
|
|
CameraDeviceFrameSource_t96C3510E9C369F5946CEBF25739FF84997FA1A92* L_22 = V_1;
|
|
NullCheck(L_22);
|
|
CameraDeviceFrameSource_Open_mE2216EE221BA2AE360C82DCEAF46D15F5C8A5C64(L_22, NULL);
|
|
// }
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Object easyar.CameraDeviceFrameSource/<AutoOpen>d__46::System.Collections.Generic.IEnumerator<System.Object>.get_Current()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CAutoOpenU3Ed__46_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_mCDC611B70AB9D41A3A3879B78F0C7A7221DF102D (U3CAutoOpenU3Ed__46_t273E4635E30DE853167BBB798722C4F2AB78C36D* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject* L_0 = __this->___U3CU3E2__current_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void easyar.CameraDeviceFrameSource/<AutoOpen>d__46::System.Collections.IEnumerator.Reset()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CAutoOpenU3Ed__46_System_Collections_IEnumerator_Reset_m12814D082C8FED2B3102E05FDC2749DDE7E620A8 (U3CAutoOpenU3Ed__46_t273E4635E30DE853167BBB798722C4F2AB78C36D* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* L_0 = (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_0);
|
|
NotSupportedException__ctor_m1398D0CDE19B36AA3DE9392879738C1EA2439CDF(L_0, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CAutoOpenU3Ed__46_System_Collections_IEnumerator_Reset_m12814D082C8FED2B3102E05FDC2749DDE7E620A8_RuntimeMethod_var)));
|
|
}
|
|
}
|
|
// System.Object easyar.CameraDeviceFrameSource/<AutoOpen>d__46::System.Collections.IEnumerator.get_Current()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CAutoOpenU3Ed__46_System_Collections_IEnumerator_get_Current_m49D9E70978B3636063BA3F406BCE6582F6ABC306 (U3CAutoOpenU3Ed__46_t273E4635E30DE853167BBB798722C4F2AB78C36D* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject* L_0 = __this->___U3CU3E2__current_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// easyar.MotionTrackerCameraDevice easyar.MotionTrackerFrameSource::get_Device()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MotionTrackerCameraDevice_tD436B669F38CE985813E95A6F7828D3E4BB8C0BB* MotionTrackerFrameSource_get_Device_mC0E3FFC702FE8394DBEE46E8E26DFD9BD5D61518 (MotionTrackerFrameSource_tD7D327ED271EF894B64ED950708BB80FEC03DE00* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public MotionTrackerCameraDevice Device { get; private set; }
|
|
MotionTrackerCameraDevice_tD436B669F38CE985813E95A6F7828D3E4BB8C0BB* L_0 = __this->___U3CDeviceU3Ek__BackingField_11;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void easyar.MotionTrackerFrameSource::set_Device(easyar.MotionTrackerCameraDevice)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MotionTrackerFrameSource_set_Device_m1C93C53A2C9FAF376ED68836300E941B440091A4 (MotionTrackerFrameSource_tD7D327ED271EF894B64ED950708BB80FEC03DE00* __this, MotionTrackerCameraDevice_tD436B669F38CE985813E95A6F7828D3E4BB8C0BB* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public MotionTrackerCameraDevice Device { get; private set; }
|
|
MotionTrackerCameraDevice_tD436B669F38CE985813E95A6F7828D3E4BB8C0BB* L_0 = ___0_value;
|
|
__this->___U3CDeviceU3Ek__BackingField_11 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CDeviceU3Ek__BackingField_11), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void easyar.MotionTrackerFrameSource::add_DeviceCreated(System.Action)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MotionTrackerFrameSource_add_DeviceCreated_m21D3F63B4F97BC1EC3B051283189AD81B1B92273 (MotionTrackerFrameSource_tD7D327ED271EF894B64ED950708BB80FEC03DE00* __this, Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* V_0 = NULL;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* V_1 = NULL;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* V_2 = NULL;
|
|
{
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_0 = __this->___DeviceCreated_23;
|
|
V_0 = L_0;
|
|
}
|
|
|
|
IL_0007:
|
|
{
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_1 = V_0;
|
|
V_1 = L_1;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_2 = V_1;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_3 = ___0_value;
|
|
Delegate_t* L_4;
|
|
L_4 = Delegate_Combine_m1F725AEF318BE6F0426863490691A6F4606E7D00(L_2, L_3, NULL);
|
|
V_2 = ((Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)CastclassSealed((RuntimeObject*)L_4, Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var));
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07** L_5 = (Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07**)(&__this->___DeviceCreated_23);
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_6 = V_2;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_7 = V_1;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_8;
|
|
L_8 = InterlockedCompareExchangeImpl<Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*>(L_5, L_6, L_7);
|
|
V_0 = L_8;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_9 = V_0;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_10 = V_1;
|
|
if ((!(((RuntimeObject*)(Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)L_9) == ((RuntimeObject*)(Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)L_10))))
|
|
{
|
|
goto IL_0007;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void easyar.MotionTrackerFrameSource::remove_DeviceCreated(System.Action)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MotionTrackerFrameSource_remove_DeviceCreated_m94031C02A19E8594DFD3C19B2510A51AA7B6D969 (MotionTrackerFrameSource_tD7D327ED271EF894B64ED950708BB80FEC03DE00* __this, Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* V_0 = NULL;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* V_1 = NULL;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* V_2 = NULL;
|
|
{
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_0 = __this->___DeviceCreated_23;
|
|
V_0 = L_0;
|
|
}
|
|
|
|
IL_0007:
|
|
{
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_1 = V_0;
|
|
V_1 = L_1;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_2 = V_1;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_3 = ___0_value;
|
|
Delegate_t* L_4;
|
|
L_4 = Delegate_Remove_m8B7DD5661308FA972E23CA1CC3FC9CEB355504E3(L_2, L_3, NULL);
|
|
V_2 = ((Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)CastclassSealed((RuntimeObject*)L_4, Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var));
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07** L_5 = (Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07**)(&__this->___DeviceCreated_23);
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_6 = V_2;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_7 = V_1;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_8;
|
|
L_8 = InterlockedCompareExchangeImpl<Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*>(L_5, L_6, L_7);
|
|
V_0 = L_8;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_9 = V_0;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_10 = V_1;
|
|
if ((!(((RuntimeObject*)(Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)L_9) == ((RuntimeObject*)(Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)L_10))))
|
|
{
|
|
goto IL_0007;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void easyar.MotionTrackerFrameSource::add_DeviceOpened(System.Action)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MotionTrackerFrameSource_add_DeviceOpened_m8F5D512356A5E64659E2D544F4F93042E3EDD611 (MotionTrackerFrameSource_tD7D327ED271EF894B64ED950708BB80FEC03DE00* __this, Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* V_0 = NULL;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* V_1 = NULL;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* V_2 = NULL;
|
|
{
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_0 = __this->___DeviceOpened_24;
|
|
V_0 = L_0;
|
|
}
|
|
|
|
IL_0007:
|
|
{
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_1 = V_0;
|
|
V_1 = L_1;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_2 = V_1;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_3 = ___0_value;
|
|
Delegate_t* L_4;
|
|
L_4 = Delegate_Combine_m1F725AEF318BE6F0426863490691A6F4606E7D00(L_2, L_3, NULL);
|
|
V_2 = ((Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)CastclassSealed((RuntimeObject*)L_4, Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var));
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07** L_5 = (Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07**)(&__this->___DeviceOpened_24);
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_6 = V_2;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_7 = V_1;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_8;
|
|
L_8 = InterlockedCompareExchangeImpl<Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*>(L_5, L_6, L_7);
|
|
V_0 = L_8;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_9 = V_0;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_10 = V_1;
|
|
if ((!(((RuntimeObject*)(Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)L_9) == ((RuntimeObject*)(Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)L_10))))
|
|
{
|
|
goto IL_0007;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void easyar.MotionTrackerFrameSource::remove_DeviceOpened(System.Action)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MotionTrackerFrameSource_remove_DeviceOpened_mE5AF4AB7A982720B82EA79A430C06C1365FEFBFB (MotionTrackerFrameSource_tD7D327ED271EF894B64ED950708BB80FEC03DE00* __this, Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* V_0 = NULL;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* V_1 = NULL;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* V_2 = NULL;
|
|
{
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_0 = __this->___DeviceOpened_24;
|
|
V_0 = L_0;
|
|
}
|
|
|
|
IL_0007:
|
|
{
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_1 = V_0;
|
|
V_1 = L_1;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_2 = V_1;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_3 = ___0_value;
|
|
Delegate_t* L_4;
|
|
L_4 = Delegate_Remove_m8B7DD5661308FA972E23CA1CC3FC9CEB355504E3(L_2, L_3, NULL);
|
|
V_2 = ((Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)CastclassSealed((RuntimeObject*)L_4, Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var));
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07** L_5 = (Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07**)(&__this->___DeviceOpened_24);
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_6 = V_2;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_7 = V_1;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_8;
|
|
L_8 = InterlockedCompareExchangeImpl<Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*>(L_5, L_6, L_7);
|
|
V_0 = L_8;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_9 = V_0;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_10 = V_1;
|
|
if ((!(((RuntimeObject*)(Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)L_9) == ((RuntimeObject*)(Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)L_10))))
|
|
{
|
|
goto IL_0007;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void easyar.MotionTrackerFrameSource::add_DeviceClosed(System.Action)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MotionTrackerFrameSource_add_DeviceClosed_m449F250E83D8B2B30B29658F0359FAE35C7E2530 (MotionTrackerFrameSource_tD7D327ED271EF894B64ED950708BB80FEC03DE00* __this, Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* V_0 = NULL;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* V_1 = NULL;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* V_2 = NULL;
|
|
{
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_0 = __this->___DeviceClosed_25;
|
|
V_0 = L_0;
|
|
}
|
|
|
|
IL_0007:
|
|
{
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_1 = V_0;
|
|
V_1 = L_1;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_2 = V_1;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_3 = ___0_value;
|
|
Delegate_t* L_4;
|
|
L_4 = Delegate_Combine_m1F725AEF318BE6F0426863490691A6F4606E7D00(L_2, L_3, NULL);
|
|
V_2 = ((Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)CastclassSealed((RuntimeObject*)L_4, Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var));
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07** L_5 = (Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07**)(&__this->___DeviceClosed_25);
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_6 = V_2;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_7 = V_1;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_8;
|
|
L_8 = InterlockedCompareExchangeImpl<Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*>(L_5, L_6, L_7);
|
|
V_0 = L_8;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_9 = V_0;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_10 = V_1;
|
|
if ((!(((RuntimeObject*)(Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)L_9) == ((RuntimeObject*)(Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)L_10))))
|
|
{
|
|
goto IL_0007;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void easyar.MotionTrackerFrameSource::remove_DeviceClosed(System.Action)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MotionTrackerFrameSource_remove_DeviceClosed_m77A8292180FCBA846A448A52E74CB495FA502D7C (MotionTrackerFrameSource_tD7D327ED271EF894B64ED950708BB80FEC03DE00* __this, Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* V_0 = NULL;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* V_1 = NULL;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* V_2 = NULL;
|
|
{
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_0 = __this->___DeviceClosed_25;
|
|
V_0 = L_0;
|
|
}
|
|
|
|
IL_0007:
|
|
{
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_1 = V_0;
|
|
V_1 = L_1;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_2 = V_1;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_3 = ___0_value;
|
|
Delegate_t* L_4;
|
|
L_4 = Delegate_Remove_m8B7DD5661308FA972E23CA1CC3FC9CEB355504E3(L_2, L_3, NULL);
|
|
V_2 = ((Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)CastclassSealed((RuntimeObject*)L_4, Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var));
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07** L_5 = (Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07**)(&__this->___DeviceClosed_25);
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_6 = V_2;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_7 = V_1;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_8;
|
|
L_8 = InterlockedCompareExchangeImpl<Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*>(L_5, L_6, L_7);
|
|
V_0 = L_8;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_9 = V_0;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_10 = V_1;
|
|
if ((!(((RuntimeObject*)(Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)L_9) == ((RuntimeObject*)(Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)L_10))))
|
|
{
|
|
goto IL_0007;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// easyar.Optional`1<easyar.InputFrameSourceType> easyar.MotionTrackerFrameSource::get_Type()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Optional_1_t666854642354D0FC1411D0997FF3ACCCCA99AE33 MotionTrackerFrameSource_get_Type_m09CCA4DB7018117A184476595FEF2E27946C2AAC (MotionTrackerFrameSource_tD7D327ED271EF894B64ED950708BB80FEC03DE00* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Optional_1_get_Empty_mF07A0FFDDA04FF88892222D8310B7C984021ED2B_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Optional_1_op_Implicit_mA963EE25469F9CAB0E35BF8C6024F01AF39F6785_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public override Optional<InputFrameSourceType> Type { get => Device != null ? Device.inputFrameSourceType() : Optional<InputFrameSourceType>.Empty; }
|
|
MotionTrackerCameraDevice_tD436B669F38CE985813E95A6F7828D3E4BB8C0BB* L_0;
|
|
L_0 = MotionTrackerFrameSource_get_Device_mC0E3FFC702FE8394DBEE46E8E26DFD9BD5D61518_inline(__this, NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
Optional_1_t666854642354D0FC1411D0997FF3ACCCCA99AE33 L_1;
|
|
L_1 = Optional_1_get_Empty_mF07A0FFDDA04FF88892222D8310B7C984021ED2B(Optional_1_get_Empty_mF07A0FFDDA04FF88892222D8310B7C984021ED2B_RuntimeMethod_var);
|
|
return L_1;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
MotionTrackerCameraDevice_tD436B669F38CE985813E95A6F7828D3E4BB8C0BB* L_2;
|
|
L_2 = MotionTrackerFrameSource_get_Device_mC0E3FFC702FE8394DBEE46E8E26DFD9BD5D61518_inline(__this, NULL);
|
|
NullCheck(L_2);
|
|
int32_t L_3;
|
|
L_3 = VirtualFuncInvoker0< int32_t >::Invoke(13 /* easyar.InputFrameSourceType easyar.MotionTrackerCameraDevice::inputFrameSourceType() */, L_2);
|
|
Optional_1_t666854642354D0FC1411D0997FF3ACCCCA99AE33 L_4;
|
|
L_4 = Optional_1_op_Implicit_mA963EE25469F9CAB0E35BF8C6024F01AF39F6785(L_3, Optional_1_op_Implicit_mA963EE25469F9CAB0E35BF8C6024F01AF39F6785_RuntimeMethod_var);
|
|
return L_4;
|
|
}
|
|
}
|
|
// easyar.Optional`1<System.Boolean> easyar.MotionTrackerFrameSource::get_IsAvailable()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Optional_1_t900DDDF790B562B704CF33648F9A6FE90E9B5DF6 MotionTrackerFrameSource_get_IsAvailable_m5C8EA316729774A5163771D168132988709DEA91 (MotionTrackerFrameSource_tD7D327ED271EF894B64ED950708BB80FEC03DE00* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public override Optional<bool> IsAvailable { get { return isAvailable; } }
|
|
Optional_1_t900DDDF790B562B704CF33648F9A6FE90E9B5DF6 L_0 = __this->___isAvailable_21;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Int32 easyar.MotionTrackerFrameSource::get_BufferCapacity()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MotionTrackerFrameSource_get_BufferCapacity_m041643749FBBEC59E2E9D9DE913377E69CBCD1E8 (MotionTrackerFrameSource_tD7D327ED271EF894B64ED950708BB80FEC03DE00* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// if (Device != null)
|
|
MotionTrackerCameraDevice_tD436B669F38CE985813E95A6F7828D3E4BB8C0BB* L_0;
|
|
L_0 = MotionTrackerFrameSource_get_Device_mC0E3FFC702FE8394DBEE46E8E26DFD9BD5D61518_inline(__this, NULL);
|
|
if (!L_0)
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
// return Device.bufferCapacity();
|
|
MotionTrackerCameraDevice_tD436B669F38CE985813E95A6F7828D3E4BB8C0BB* L_1;
|
|
L_1 = MotionTrackerFrameSource_get_Device_mC0E3FFC702FE8394DBEE46E8E26DFD9BD5D61518_inline(__this, NULL);
|
|
NullCheck(L_1);
|
|
int32_t L_2;
|
|
L_2 = VirtualFuncInvoker0< int32_t >::Invoke(11 /* System.Int32 easyar.MotionTrackerCameraDevice::bufferCapacity() */, L_1);
|
|
return L_2;
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
// return bufferCapacity;
|
|
int32_t L_3 = ((FrameSource_tEFFB44317ECA60F900CBDDA05D06E675C6CC88CD*)__this)->___bufferCapacity_6;
|
|
return L_3;
|
|
}
|
|
}
|
|
// System.Void easyar.MotionTrackerFrameSource::set_BufferCapacity(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MotionTrackerFrameSource_set_BufferCapacity_mA2315803750E9CF62BE690622150A21EDFA9B3DC (MotionTrackerFrameSource_tD7D327ED271EF894B64ED950708BB80FEC03DE00* __this, int32_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// bufferCapacity = value;
|
|
int32_t L_0 = ___0_value;
|
|
((FrameSource_tEFFB44317ECA60F900CBDDA05D06E675C6CC88CD*)__this)->___bufferCapacity_6 = L_0;
|
|
// if (Device != null)
|
|
MotionTrackerCameraDevice_tD436B669F38CE985813E95A6F7828D3E4BB8C0BB* L_1;
|
|
L_1 = MotionTrackerFrameSource_get_Device_mC0E3FFC702FE8394DBEE46E8E26DFD9BD5D61518_inline(__this, NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_001b;
|
|
}
|
|
}
|
|
{
|
|
// Device.setBufferCapacity(value);
|
|
MotionTrackerCameraDevice_tD436B669F38CE985813E95A6F7828D3E4BB8C0BB* L_2;
|
|
L_2 = MotionTrackerFrameSource_get_Device_mC0E3FFC702FE8394DBEE46E8E26DFD9BD5D61518_inline(__this, NULL);
|
|
int32_t L_3 = ___0_value;
|
|
NullCheck(L_2);
|
|
VirtualActionInvoker1< int32_t >::Invoke(10 /* System.Void easyar.MotionTrackerCameraDevice::setBufferCapacity(System.Int32) */, L_2, L_3);
|
|
}
|
|
|
|
IL_001b:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// easyar.WorldRootController easyar.MotionTrackerFrameSource::get_WorldRoot()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR WorldRootController_tDDE4A5BB7E650DE15875AFD6F7E8BBB2F670A1A2* MotionTrackerFrameSource_get_WorldRoot_m565C4739E69F2769D52580E2B35890F4B0B3893E (MotionTrackerFrameSource_tD7D327ED271EF894B64ED950708BB80FEC03DE00* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// get => worldRoot;
|
|
WorldRootController_tDDE4A5BB7E650DE15875AFD6F7E8BBB2F670A1A2* L_0 = __this->___worldRoot_18;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void easyar.MotionTrackerFrameSource::set_WorldRoot(easyar.WorldRootController)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MotionTrackerFrameSource_set_WorldRoot_mEC8083C225A67E3D0D1D46F7ACFF82702AFC42A6 (MotionTrackerFrameSource_tD7D327ED271EF894B64ED950708BB80FEC03DE00* __this, WorldRootController_tDDE4A5BB7E650DE15875AFD6F7E8BBB2F670A1A2* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// if (assembled) { return; }
|
|
bool L_0 = __this->___assembled_17;
|
|
if (!L_0)
|
|
{
|
|
goto IL_0009;
|
|
}
|
|
}
|
|
{
|
|
// if (assembled) { return; }
|
|
return;
|
|
}
|
|
|
|
IL_0009:
|
|
{
|
|
// worldRoot = value;
|
|
WorldRootController_tDDE4A5BB7E650DE15875AFD6F7E8BBB2F670A1A2* L_1 = ___0_value;
|
|
__this->___worldRoot_18 = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___worldRoot_18), (void*)L_1);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// UnityEngine.GameObject easyar.MotionTrackerFrameSource::get_Origin()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* MotionTrackerFrameSource_get_Origin_m0D8090CD6DD170D6E0953CA81C2AFF39696B3C0E (MotionTrackerFrameSource_tD7D327ED271EF894B64ED950708BB80FEC03DE00* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public override GameObject Origin { get => worldRoot ? worldRoot.gameObject : null; }
|
|
WorldRootController_tDDE4A5BB7E650DE15875AFD6F7E8BBB2F670A1A2* L_0 = __this->___worldRoot_18;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_1;
|
|
L_1 = Object_op_Implicit_m93896EF7D68FA113C42D3FE2BC6F661FC7EF514A(L_0, NULL);
|
|
if (L_1)
|
|
{
|
|
goto IL_000f;
|
|
}
|
|
}
|
|
{
|
|
return (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F*)NULL;
|
|
}
|
|
|
|
IL_000f:
|
|
{
|
|
WorldRootController_tDDE4A5BB7E650DE15875AFD6F7E8BBB2F670A1A2* L_2 = __this->___worldRoot_18;
|
|
NullCheck(L_2);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_3;
|
|
L_3 = Component_get_gameObject_m57AEFBB14DB39EC476F740BA000E170355DE691B(L_2, NULL);
|
|
return L_3;
|
|
}
|
|
}
|
|
// System.Void easyar.MotionTrackerFrameSource::Awake()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MotionTrackerFrameSource_Awake_mF2CB447EFE19FF2EE3BF9CB40A93AD3170CB685D (MotionTrackerFrameSource_tD7D327ED271EF894B64ED950708BB80FEC03DE00* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_FindObjectOfType_TisWorldRootController_tDDE4A5BB7E650DE15875AFD6F7E8BBB2F670A1A2_mBCA2DC937CAA3738B5B7FA791A0E8C009F53237D_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// base.Awake();
|
|
FrameSource_Awake_m11E6765105A5E748DB55E5DFC5458FBEA6962FE9(__this, NULL);
|
|
// if (worldRoot) { return; }
|
|
WorldRootController_tDDE4A5BB7E650DE15875AFD6F7E8BBB2F670A1A2* L_0 = __this->___worldRoot_18;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_1;
|
|
L_1 = Object_op_Implicit_m93896EF7D68FA113C42D3FE2BC6F661FC7EF514A(L_0, NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
// if (worldRoot) { return; }
|
|
return;
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
// worldRootCache = FindObjectOfType<WorldRootController>();
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
WorldRootController_tDDE4A5BB7E650DE15875AFD6F7E8BBB2F670A1A2* L_2;
|
|
L_2 = Object_FindObjectOfType_TisWorldRootController_tDDE4A5BB7E650DE15875AFD6F7E8BBB2F670A1A2_mBCA2DC937CAA3738B5B7FA791A0E8C009F53237D(Object_FindObjectOfType_TisWorldRootController_tDDE4A5BB7E650DE15875AFD6F7E8BBB2F670A1A2_mBCA2DC937CAA3738B5B7FA791A0E8C009F53237D_RuntimeMethod_var);
|
|
__this->___worldRootCache_19 = L_2;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___worldRootCache_19), (void*)L_2);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void easyar.MotionTrackerFrameSource::OnEnable()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MotionTrackerFrameSource_OnEnable_m3BDF8CA834343BA54A2F7CECB3771C6EC4E606CC (MotionTrackerFrameSource_tD7D327ED271EF894B64ED950708BB80FEC03DE00* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MotionTrackerCameraDeviceTrackingMode_tA3A89869F2657C2561F2E5AE6AAA3CAA25F0633D_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral53E3282265C966E0EA1EDB1F11823AFF56C4CF3F);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAE2F296C8584FCF372548505611C71BF3D2A13BB);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// base.OnEnable();
|
|
FrameSource_OnEnable_mFE4B5075843171A5281632B4EDB305E63E02FFBB(__this, NULL);
|
|
// if (Device != null)
|
|
MotionTrackerCameraDevice_tD436B669F38CE985813E95A6F7828D3E4BB8C0BB* L_0;
|
|
L_0 = MotionTrackerFrameSource_get_Device_mC0E3FFC702FE8394DBEE46E8E26DFD9BD5D61518_inline(__this, NULL);
|
|
if (!L_0)
|
|
{
|
|
goto IL_00c0;
|
|
}
|
|
}
|
|
{
|
|
// if (DesiredMotionTrackerParameters != null)
|
|
MotionTrackerCameraDeviceParameters_t99C71F28070E1787872BE8D080A992EEE1C45283* L_1 = __this->___DesiredMotionTrackerParameters_12;
|
|
if (!L_1)
|
|
{
|
|
goto IL_00b4;
|
|
}
|
|
}
|
|
{
|
|
// if (isLargeScaleRequired && DesiredMotionTrackerParameters.TrackingMode != MotionTrackerCameraDeviceTrackingMode.LargeScale)
|
|
bool L_2 = __this->___isLargeScaleRequired_22;
|
|
if (!L_2)
|
|
{
|
|
goto IL_0058;
|
|
}
|
|
}
|
|
{
|
|
MotionTrackerCameraDeviceParameters_t99C71F28070E1787872BE8D080A992EEE1C45283* L_3 = __this->___DesiredMotionTrackerParameters_12;
|
|
NullCheck(L_3);
|
|
int32_t L_4 = L_3->___TrackingMode_3;
|
|
if ((((int32_t)L_4) == ((int32_t)3)))
|
|
{
|
|
goto IL_0058;
|
|
}
|
|
}
|
|
{
|
|
// DesiredMotionTrackerParameters.TrackingMode = MotionTrackerCameraDeviceTrackingMode.LargeScale;
|
|
MotionTrackerCameraDeviceParameters_t99C71F28070E1787872BE8D080A992EEE1C45283* L_5 = __this->___DesiredMotionTrackerParameters_12;
|
|
NullCheck(L_5);
|
|
L_5->___TrackingMode_3 = 3;
|
|
// Debug.LogWarning($"TrackingMode has been forced to {MotionTrackerCameraDeviceTrackingMode.LargeScale} when using {nameof(MegaTrackerFrameFilter)}");
|
|
int32_t L_6 = 3;
|
|
RuntimeObject* L_7 = Box(MotionTrackerCameraDeviceTrackingMode_tA3A89869F2657C2561F2E5AE6AAA3CAA25F0633D_il2cpp_TypeInfo_var, &L_6);
|
|
String_t* L_8;
|
|
L_8 = String_Format_mFB7DA489BD99F4670881FF50EC017BFB0A5C0987(_stringLiteralAE2F296C8584FCF372548505611C71BF3D2A13BB, L_7, _stringLiteral53E3282265C966E0EA1EDB1F11823AFF56C4CF3F, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
Debug_LogWarning_m33EF1B897E0C7C6FF538989610BFAFFEF4628CA9(L_8, NULL);
|
|
}
|
|
|
|
IL_0058:
|
|
{
|
|
// Device.setFrameRateType(DesiredMotionTrackerParameters.FPS);
|
|
MotionTrackerCameraDevice_tD436B669F38CE985813E95A6F7828D3E4BB8C0BB* L_9;
|
|
L_9 = MotionTrackerFrameSource_get_Device_mC0E3FFC702FE8394DBEE46E8E26DFD9BD5D61518_inline(__this, NULL);
|
|
MotionTrackerCameraDeviceParameters_t99C71F28070E1787872BE8D080A992EEE1C45283* L_10 = __this->___DesiredMotionTrackerParameters_12;
|
|
NullCheck(L_10);
|
|
int32_t L_11 = L_10->___FPS_0;
|
|
NullCheck(L_9);
|
|
bool L_12;
|
|
L_12 = VirtualFuncInvoker1< bool, int32_t >::Invoke(6 /* System.Boolean easyar.MotionTrackerCameraDevice::setFrameRateType(easyar.MotionTrackerCameraDeviceFPS) */, L_9, L_11);
|
|
// Device.setFocusMode(DesiredMotionTrackerParameters.FocusMode);
|
|
MotionTrackerCameraDevice_tD436B669F38CE985813E95A6F7828D3E4BB8C0BB* L_13;
|
|
L_13 = MotionTrackerFrameSource_get_Device_mC0E3FFC702FE8394DBEE46E8E26DFD9BD5D61518_inline(__this, NULL);
|
|
MotionTrackerCameraDeviceParameters_t99C71F28070E1787872BE8D080A992EEE1C45283* L_14 = __this->___DesiredMotionTrackerParameters_12;
|
|
NullCheck(L_14);
|
|
int32_t L_15 = L_14->___FocusMode_1;
|
|
NullCheck(L_13);
|
|
bool L_16;
|
|
L_16 = VirtualFuncInvoker1< bool, int32_t >::Invoke(7 /* System.Boolean easyar.MotionTrackerCameraDevice::setFocusMode(easyar.MotionTrackerCameraDeviceFocusMode) */, L_13, L_15);
|
|
// Device.setFrameResolutionType(DesiredMotionTrackerParameters.Resolution);
|
|
MotionTrackerCameraDevice_tD436B669F38CE985813E95A6F7828D3E4BB8C0BB* L_17;
|
|
L_17 = MotionTrackerFrameSource_get_Device_mC0E3FFC702FE8394DBEE46E8E26DFD9BD5D61518_inline(__this, NULL);
|
|
MotionTrackerCameraDeviceParameters_t99C71F28070E1787872BE8D080A992EEE1C45283* L_18 = __this->___DesiredMotionTrackerParameters_12;
|
|
NullCheck(L_18);
|
|
int32_t L_19 = L_18->___Resolution_2;
|
|
NullCheck(L_17);
|
|
bool L_20;
|
|
L_20 = VirtualFuncInvoker1< bool, int32_t >::Invoke(8 /* System.Boolean easyar.MotionTrackerCameraDevice::setFrameResolutionType(easyar.MotionTrackerCameraDeviceResolution) */, L_17, L_19);
|
|
// Device.setTrackingMode(DesiredMotionTrackerParameters.TrackingMode);
|
|
MotionTrackerCameraDevice_tD436B669F38CE985813E95A6F7828D3E4BB8C0BB* L_21;
|
|
L_21 = MotionTrackerFrameSource_get_Device_mC0E3FFC702FE8394DBEE46E8E26DFD9BD5D61518_inline(__this, NULL);
|
|
MotionTrackerCameraDeviceParameters_t99C71F28070E1787872BE8D080A992EEE1C45283* L_22 = __this->___DesiredMotionTrackerParameters_12;
|
|
NullCheck(L_22);
|
|
int32_t L_23 = L_22->___TrackingMode_3;
|
|
NullCheck(L_21);
|
|
bool L_24;
|
|
L_24 = VirtualFuncInvoker1< bool, int32_t >::Invoke(9 /* System.Boolean easyar.MotionTrackerCameraDevice::setTrackingMode(easyar.MotionTrackerCameraDeviceTrackingMode) */, L_21, L_23);
|
|
}
|
|
|
|
IL_00b4:
|
|
{
|
|
// Device.start();
|
|
MotionTrackerCameraDevice_tD436B669F38CE985813E95A6F7828D3E4BB8C0BB* L_25;
|
|
L_25 = MotionTrackerFrameSource_get_Device_mC0E3FFC702FE8394DBEE46E8E26DFD9BD5D61518_inline(__this, NULL);
|
|
NullCheck(L_25);
|
|
bool L_26;
|
|
L_26 = VirtualFuncInvoker0< bool >::Invoke(14 /* System.Boolean easyar.MotionTrackerCameraDevice::start() */, L_25);
|
|
}
|
|
|
|
IL_00c0:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void easyar.MotionTrackerFrameSource::OnDisable()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MotionTrackerFrameSource_OnDisable_m678E4F5EDBA14F75C9CE4B1BA9BF54C10BE1B7AD (MotionTrackerFrameSource_tD7D327ED271EF894B64ED950708BB80FEC03DE00* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// base.OnDisable();
|
|
FrameSource_OnDisable_m1972517C0BF7D983F15BACF488CCA5B8A2834167(__this, NULL);
|
|
// if (Device != null)
|
|
MotionTrackerCameraDevice_tD436B669F38CE985813E95A6F7828D3E4BB8C0BB* L_0;
|
|
L_0 = MotionTrackerFrameSource_get_Device_mC0E3FFC702FE8394DBEE46E8E26DFD9BD5D61518_inline(__this, NULL);
|
|
if (!L_0)
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
// Device.stop();
|
|
MotionTrackerCameraDevice_tD436B669F38CE985813E95A6F7828D3E4BB8C0BB* L_1;
|
|
L_1 = MotionTrackerFrameSource_get_Device_mC0E3FFC702FE8394DBEE46E8E26DFD9BD5D61518_inline(__this, NULL);
|
|
NullCheck(L_1);
|
|
VirtualActionInvoker0::Invoke(15 /* System.Void easyar.MotionTrackerCameraDevice::stop() */, L_1);
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void easyar.MotionTrackerFrameSource::OnDestroy()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MotionTrackerFrameSource_OnDestroy_m6B295A9279590FACA0C8F1359A60F914BF20EC95 (MotionTrackerFrameSource_tD7D327ED271EF894B64ED950708BB80FEC03DE00* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// Close();
|
|
MotionTrackerFrameSource_Close_mC8E7D0BC0B22354BD885A8540C3F475F69E1F41D(__this, NULL);
|
|
// if (worldRootObject) Destroy(worldRootObject);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_0 = __this->___worldRootObject_20;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_1;
|
|
L_1 = Object_op_Implicit_m93896EF7D68FA113C42D3FE2BC6F661FC7EF514A(L_0, NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_001e;
|
|
}
|
|
}
|
|
{
|
|
// if (worldRootObject) Destroy(worldRootObject);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_2 = __this->___worldRootObject_20;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
Object_Destroy_mE97D0A766419A81296E8D4E5C23D01D3FE91ACBB(L_2, NULL);
|
|
}
|
|
|
|
IL_001e:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void easyar.MotionTrackerFrameSource::OnAssemble(easyar.ARSession)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MotionTrackerFrameSource_OnAssemble_mAB9082D2697749A34CEDE2FA9CE284D775AA3FCC (MotionTrackerFrameSource_tD7D327ED271EF894B64ED950708BB80FEC03DE00* __this, ARSession_tE7BD3656886DDF0823637E4219C76DA80A215D35* ___0_session, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_Any_TisFrameFilter_tEF74686432B3C28E888F223945B0BF3FC58AD214_m9C675F79BC0787AAE2CA38E661BB69F85CBB73C8_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_Where_TisFrameFilter_tEF74686432B3C28E888F223945B0BF3FC58AD214_mF0AC14D305DC49E9C1DDE22373742B83F668D55D_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_t285FDA26BD60688781CFD5B6D2135984D0252C7A_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3COnAssembleU3Eb__40_0_m58A396877E79315F3BCCDEB1DDDB57610435B12E_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_tFA432AA6511108BF7CF3957EB5CF2562E867F4EF_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Func_2_t285FDA26BD60688781CFD5B6D2135984D0252C7A* G_B2_0 = NULL;
|
|
List_1_t158A784F818ED74D8CBDE0E1C08AF2A6BA10BBDA* G_B2_1 = NULL;
|
|
MotionTrackerFrameSource_tD7D327ED271EF894B64ED950708BB80FEC03DE00* G_B2_2 = NULL;
|
|
Func_2_t285FDA26BD60688781CFD5B6D2135984D0252C7A* G_B1_0 = NULL;
|
|
List_1_t158A784F818ED74D8CBDE0E1C08AF2A6BA10BBDA* G_B1_1 = NULL;
|
|
MotionTrackerFrameSource_tD7D327ED271EF894B64ED950708BB80FEC03DE00* G_B1_2 = NULL;
|
|
{
|
|
// base.OnAssemble(session);
|
|
ARSession_tE7BD3656886DDF0823637E4219C76DA80A215D35* L_0 = ___0_session;
|
|
FrameSource_OnAssemble_mC11B5EA8F8B8F56A6D3EEC2D832168CEACEF575A(__this, L_0, NULL);
|
|
// SetupOriginUsingWorldRoot();
|
|
MotionTrackerFrameSource_SetupOriginUsingWorldRoot_mD34E4B28D8866C60E9CC481BA9BE246F8603C9B3(__this, NULL);
|
|
// StartCoroutine(AutoOpen());
|
|
RuntimeObject* L_1;
|
|
L_1 = MotionTrackerFrameSource_AutoOpen_mB82B4E39600E4E3D8238B3A551E24E545A98FE75(__this, NULL);
|
|
Coroutine_t85EA685566A254C23F3FD77AB5BDFFFF8799596B* L_2;
|
|
L_2 = MonoBehaviour_StartCoroutine_m4CAFF732AA28CD3BDC5363B44A863575530EC812(__this, L_1, NULL);
|
|
// isLargeScaleRequired = session.Assembly.FrameFilters.Where(f => f is MegaTrackerFrameFilter).Any();
|
|
ARSession_tE7BD3656886DDF0823637E4219C76DA80A215D35* L_3 = ___0_session;
|
|
NullCheck(L_3);
|
|
ARAssembly_t5F1E1DD46E4F3CA1BAF7ACAFC438564C8E5B02EB* L_4;
|
|
L_4 = ARSession_get_Assembly_mD1EE98F79892BB336FDEB644E9E2FE68B5EF3994_inline(L_3, NULL);
|
|
NullCheck(L_4);
|
|
List_1_t158A784F818ED74D8CBDE0E1C08AF2A6BA10BBDA* L_5;
|
|
L_5 = ARAssembly_get_FrameFilters_m1385B673BF63B3C979935AA0880B60C3E305174C_inline(L_4, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_tFA432AA6511108BF7CF3957EB5CF2562E867F4EF_il2cpp_TypeInfo_var);
|
|
Func_2_t285FDA26BD60688781CFD5B6D2135984D0252C7A* L_6 = ((U3CU3Ec_tFA432AA6511108BF7CF3957EB5CF2562E867F4EF_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tFA432AA6511108BF7CF3957EB5CF2562E867F4EF_il2cpp_TypeInfo_var))->___U3CU3E9__40_0_1;
|
|
Func_2_t285FDA26BD60688781CFD5B6D2135984D0252C7A* L_7 = L_6;
|
|
G_B1_0 = L_7;
|
|
G_B1_1 = L_5;
|
|
G_B1_2 = __this;
|
|
if (L_7)
|
|
{
|
|
G_B2_0 = L_7;
|
|
G_B2_1 = L_5;
|
|
G_B2_2 = __this;
|
|
goto IL_0045;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_tFA432AA6511108BF7CF3957EB5CF2562E867F4EF_il2cpp_TypeInfo_var);
|
|
U3CU3Ec_tFA432AA6511108BF7CF3957EB5CF2562E867F4EF* L_8 = ((U3CU3Ec_tFA432AA6511108BF7CF3957EB5CF2562E867F4EF_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tFA432AA6511108BF7CF3957EB5CF2562E867F4EF_il2cpp_TypeInfo_var))->___U3CU3E9_0;
|
|
Func_2_t285FDA26BD60688781CFD5B6D2135984D0252C7A* L_9 = (Func_2_t285FDA26BD60688781CFD5B6D2135984D0252C7A*)il2cpp_codegen_object_new(Func_2_t285FDA26BD60688781CFD5B6D2135984D0252C7A_il2cpp_TypeInfo_var);
|
|
NullCheck(L_9);
|
|
Func_2__ctor_m6F9212C5C458BF19DFFA839EA4E0112502521253(L_9, L_8, (intptr_t)((void*)U3CU3Ec_U3COnAssembleU3Eb__40_0_m58A396877E79315F3BCCDEB1DDDB57610435B12E_RuntimeMethod_var), NULL);
|
|
Func_2_t285FDA26BD60688781CFD5B6D2135984D0252C7A* L_10 = L_9;
|
|
((U3CU3Ec_tFA432AA6511108BF7CF3957EB5CF2562E867F4EF_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tFA432AA6511108BF7CF3957EB5CF2562E867F4EF_il2cpp_TypeInfo_var))->___U3CU3E9__40_0_1 = L_10;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_tFA432AA6511108BF7CF3957EB5CF2562E867F4EF_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tFA432AA6511108BF7CF3957EB5CF2562E867F4EF_il2cpp_TypeInfo_var))->___U3CU3E9__40_0_1), (void*)L_10);
|
|
G_B2_0 = L_10;
|
|
G_B2_1 = G_B1_1;
|
|
G_B2_2 = G_B1_2;
|
|
}
|
|
|
|
IL_0045:
|
|
{
|
|
RuntimeObject* L_11;
|
|
L_11 = Enumerable_Where_TisFrameFilter_tEF74686432B3C28E888F223945B0BF3FC58AD214_mF0AC14D305DC49E9C1DDE22373742B83F668D55D(G_B2_1, G_B2_0, Enumerable_Where_TisFrameFilter_tEF74686432B3C28E888F223945B0BF3FC58AD214_mF0AC14D305DC49E9C1DDE22373742B83F668D55D_RuntimeMethod_var);
|
|
bool L_12;
|
|
L_12 = Enumerable_Any_TisFrameFilter_tEF74686432B3C28E888F223945B0BF3FC58AD214_m9C675F79BC0787AAE2CA38E661BB69F85CBB73C8(L_11, Enumerable_Any_TisFrameFilter_tEF74686432B3C28E888F223945B0BF3FC58AD214_m9C675F79BC0787AAE2CA38E661BB69F85CBB73C8_RuntimeMethod_var);
|
|
NullCheck(G_B2_2);
|
|
G_B2_2->___isLargeScaleRequired_22 = L_12;
|
|
// assembled = true;
|
|
__this->___assembled_17 = (bool)1;
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Collections.IEnumerator easyar.MotionTrackerFrameSource::CheckAvailability()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* MotionTrackerFrameSource_CheckAvailability_mB4AD73CA1DB39613A2768912E39B5F090E4601D9 (MotionTrackerFrameSource_tD7D327ED271EF894B64ED950708BB80FEC03DE00* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CCheckAvailabilityU3Ed__41_t69BDC9A1DEE9EA50DAAA7486B72CFD18E5467D94_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
U3CCheckAvailabilityU3Ed__41_t69BDC9A1DEE9EA50DAAA7486B72CFD18E5467D94* L_0 = (U3CCheckAvailabilityU3Ed__41_t69BDC9A1DEE9EA50DAAA7486B72CFD18E5467D94*)il2cpp_codegen_object_new(U3CCheckAvailabilityU3Ed__41_t69BDC9A1DEE9EA50DAAA7486B72CFD18E5467D94_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
U3CCheckAvailabilityU3Ed__41__ctor_m15119C4119FACB81CF516CEB91E8DFF447D62357(L_0, 0, NULL);
|
|
U3CCheckAvailabilityU3Ed__41_t69BDC9A1DEE9EA50DAAA7486B72CFD18E5467D94* L_1 = L_0;
|
|
NullCheck(L_1);
|
|
L_1->___U3CU3E4__this_2 = __this;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_1->___U3CU3E4__this_2), (void*)__this);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Void easyar.MotionTrackerFrameSource::Open()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MotionTrackerFrameSource_Open_m9439B2166854F4926B89B1E9D7D0ECB56B5EF79A (MotionTrackerFrameSource_tD7D327ED271EF894B64ED950708BB80FEC03DE00* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_2_tE8FDAB3427B619024E7BE8677A267B409F919A20_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MotionTrackerFrameSource_U3COpenU3Eb__42_0_m49E6DDAD756A472D9BA2BAA43DAECDAB59DD20B1_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Optional_1_op_Implicit_mF566C65ED1D6C3E9C7D87D847DF64139A94A58AE_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// disableAutoOpen = true;
|
|
__this->___disableAutoOpen_16 = (bool)1;
|
|
// willOpen = true;
|
|
__this->___willOpen_15 = (bool)1;
|
|
// CameraDevice.requestPermissions(EasyARController.Scheduler, (Action<PermissionStatus, string>)((status, msg) =>
|
|
// {
|
|
// if (!willOpen)
|
|
// {
|
|
// return;
|
|
// }
|
|
// if (status != PermissionStatus.Granted)
|
|
// {
|
|
// throw new UIPopupException("Camera permission not granted");
|
|
// }
|
|
//
|
|
// Close();
|
|
//
|
|
// Device = new MotionTrackerCameraDevice();
|
|
// DeviceCreated?.Invoke();
|
|
//
|
|
// if (bufferCapacity != 0)
|
|
// {
|
|
// Device.setBufferCapacity(bufferCapacity);
|
|
// }
|
|
//
|
|
// if (sink != null)
|
|
// {
|
|
// Device.inputFrameSource().connect(sink);
|
|
// }
|
|
//
|
|
// if (enabled)
|
|
// {
|
|
// OnEnable();
|
|
// }
|
|
//
|
|
// DeviceOpened?.Invoke();
|
|
// }));
|
|
il2cpp_codegen_runtime_class_init_inline(EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177_il2cpp_TypeInfo_var);
|
|
DelayedCallbackScheduler_t7250FB4EE6119AFDCFBAC0DEADD337F1E576FD97* L_0;
|
|
L_0 = EasyARController_get_Scheduler_mD1D0082110E4A3B2159F15AFC586071831436EE6_inline(NULL);
|
|
Action_2_tE8FDAB3427B619024E7BE8677A267B409F919A20* L_1 = (Action_2_tE8FDAB3427B619024E7BE8677A267B409F919A20*)il2cpp_codegen_object_new(Action_2_tE8FDAB3427B619024E7BE8677A267B409F919A20_il2cpp_TypeInfo_var);
|
|
NullCheck(L_1);
|
|
Action_2__ctor_mF06AEAC97DB6DB9094B3989E0BBB5B39A115DEDC(L_1, __this, (intptr_t)((void*)MotionTrackerFrameSource_U3COpenU3Eb__42_0_m49E6DDAD756A472D9BA2BAA43DAECDAB59DD20B1_RuntimeMethod_var), NULL);
|
|
Optional_1_tBDCDEF8C819D62372B21CE6C3033A164051144EF L_2;
|
|
L_2 = Optional_1_op_Implicit_mF566C65ED1D6C3E9C7D87D847DF64139A94A58AE(L_1, Optional_1_op_Implicit_mF566C65ED1D6C3E9C7D87D847DF64139A94A58AE_RuntimeMethod_var);
|
|
CameraDevice_requestPermissions_mB34972FC5D72AAD40A4F48A9774C2EB72827A5E9(L_0, L_2, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void easyar.MotionTrackerFrameSource::Close()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MotionTrackerFrameSource_Close_mC8E7D0BC0B22354BD885A8540C3F475F69E1F41D (MotionTrackerFrameSource_tD7D327ED271EF894B64ED950708BB80FEC03DE00* __this, const RuntimeMethod* method)
|
|
{
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* G_B3_0 = NULL;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* G_B2_0 = NULL;
|
|
{
|
|
// disableAutoOpen = true;
|
|
__this->___disableAutoOpen_16 = (bool)1;
|
|
// willOpen = false;
|
|
__this->___willOpen_15 = (bool)0;
|
|
// if (Device != null)
|
|
MotionTrackerCameraDevice_tD436B669F38CE985813E95A6F7828D3E4BB8C0BB* L_0;
|
|
L_0 = MotionTrackerFrameSource_get_Device_mC0E3FFC702FE8394DBEE46E8E26DFD9BD5D61518_inline(__this, NULL);
|
|
if (!L_0)
|
|
{
|
|
goto IL_004a;
|
|
}
|
|
}
|
|
{
|
|
// OnDisable();
|
|
VirtualActionInvoker0::Invoke(16 /* System.Void easyar.FrameSource::OnDisable() */, __this);
|
|
// Device.close();
|
|
MotionTrackerCameraDevice_tD436B669F38CE985813E95A6F7828D3E4BB8C0BB* L_1;
|
|
L_1 = MotionTrackerFrameSource_get_Device_mC0E3FFC702FE8394DBEE46E8E26DFD9BD5D61518_inline(__this, NULL);
|
|
NullCheck(L_1);
|
|
VirtualActionInvoker0::Invoke(16 /* System.Void easyar.MotionTrackerCameraDevice::close() */, L_1);
|
|
// Device.Dispose();
|
|
MotionTrackerCameraDevice_tD436B669F38CE985813E95A6F7828D3E4BB8C0BB* L_2;
|
|
L_2 = MotionTrackerFrameSource_get_Device_mC0E3FFC702FE8394DBEE46E8E26DFD9BD5D61518_inline(__this, NULL);
|
|
NullCheck(L_2);
|
|
RefBase_Dispose_m0C0F6CBAAFDD4D732F27B09F76D1A77AC6D44B75(L_2, NULL);
|
|
// DeviceClosed?.Invoke();
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_3 = __this->___DeviceClosed_25;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_4 = L_3;
|
|
G_B2_0 = L_4;
|
|
if (L_4)
|
|
{
|
|
G_B3_0 = L_4;
|
|
goto IL_003e;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0043;
|
|
}
|
|
|
|
IL_003e:
|
|
{
|
|
NullCheck(G_B3_0);
|
|
Action_Invoke_m7126A54DACA72B845424072887B5F3A51FC3808E_inline(G_B3_0, NULL);
|
|
}
|
|
|
|
IL_0043:
|
|
{
|
|
// Device = null;
|
|
MotionTrackerFrameSource_set_Device_m1C93C53A2C9FAF376ED68836300E941B440091A4_inline(__this, (MotionTrackerCameraDevice_tD436B669F38CE985813E95A6F7828D3E4BB8C0BB*)NULL, NULL);
|
|
}
|
|
|
|
IL_004a:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void easyar.MotionTrackerFrameSource::Connect(easyar.InputFrameSink)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MotionTrackerFrameSource_Connect_m6C754F4AE7E4B3049F31EC0F3940EDC03520616A (MotionTrackerFrameSource_tD7D327ED271EF894B64ED950708BB80FEC03DE00* __this, InputFrameSink_tA6E249222893426FDB034E5CE860F0037DAE4F95* ___0_val, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// base.Connect(val);
|
|
InputFrameSink_tA6E249222893426FDB034E5CE860F0037DAE4F95* L_0 = ___0_val;
|
|
FrameSource_Connect_mB09DED105CF24C36911E1072F20605A273CEE7D2_inline(__this, L_0, NULL);
|
|
// if (Device != null)
|
|
MotionTrackerCameraDevice_tD436B669F38CE985813E95A6F7828D3E4BB8C0BB* L_1;
|
|
L_1 = MotionTrackerFrameSource_get_Device_mC0E3FFC702FE8394DBEE46E8E26DFD9BD5D61518_inline(__this, NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_0020;
|
|
}
|
|
}
|
|
{
|
|
// Device.inputFrameSource().connect(val);
|
|
MotionTrackerCameraDevice_tD436B669F38CE985813E95A6F7828D3E4BB8C0BB* L_2;
|
|
L_2 = MotionTrackerFrameSource_get_Device_mC0E3FFC702FE8394DBEE46E8E26DFD9BD5D61518_inline(__this, NULL);
|
|
NullCheck(L_2);
|
|
InputFrameSource_tD69762DDAC410CCE3A129E8E1DC6A2C8F0427F12* L_3;
|
|
L_3 = VirtualFuncInvoker0< InputFrameSource_tD69762DDAC410CCE3A129E8E1DC6A2C8F0427F12* >::Invoke(12 /* easyar.InputFrameSource easyar.MotionTrackerCameraDevice::inputFrameSource() */, L_2);
|
|
InputFrameSink_tA6E249222893426FDB034E5CE860F0037DAE4F95* L_4 = ___0_val;
|
|
NullCheck(L_3);
|
|
VirtualActionInvoker1< InputFrameSink_tA6E249222893426FDB034E5CE860F0037DAE4F95* >::Invoke(7 /* System.Void easyar.InputFrameSource::connect(easyar.InputFrameSink) */, L_3, L_4);
|
|
}
|
|
|
|
IL_0020:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Collections.Generic.List`1<UnityEngine.Vector3> easyar.MotionTrackerFrameSource::HitTestAgainstHorizontalPlane(UnityEngine.Vector2)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_t77B94703E05C519A9010DD0614F757F974E1CD8B* MotionTrackerFrameSource_HitTestAgainstHorizontalPlane_mA57D0D72394ABB73C4ABD0FA961D14F57CC4F09B (MotionTrackerFrameSource_tD7D327ED271EF894B64ED950708BB80FEC03DE00* __this, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___0_pointInView, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_mBEFB3F262E003C2D7E4201D77A1AA6234B098F06_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_mAE02CAE627F26142CF6AD9870249E0DA405B7BE5_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_mE0D0D58C6CCC318D8052778D1EE0341A03E7B851_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m79E50C4F592B1703F4B76A8BE7B4855515460CA1_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_GetEnumerator_mAF77BDDAD691856C757DCA11189748D815E16B3C_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mC54E2BCBE43279A96FC082F5CDE2D76388BD8F9C_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t77B94703E05C519A9010DD0614F757F974E1CD8B_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Optional_1_get_OnNone_m341DFDE93670FBCC945914933BD0E750AA797260_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Optional_1_get_Value_m3C26FFCE2C91AC22D25D17943A57753293D12F0B_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
List_1_t77B94703E05C519A9010DD0614F757F974E1CD8B* V_0 = NULL;
|
|
Optional_1_t55F1FD3B388025F005489E4672F2C4114FAD80DE V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
Enumerator_tABDB8E380843593B5616089F392D7E5484F0ABDD V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
Vec3F_t1697E529DB6D3D351055A5A52CF0974F2422E630 V_3;
|
|
memset((&V_3), 0, sizeof(V_3));
|
|
{
|
|
// var points = new List<Vector3>();
|
|
List_1_t77B94703E05C519A9010DD0614F757F974E1CD8B* L_0 = (List_1_t77B94703E05C519A9010DD0614F757F974E1CD8B*)il2cpp_codegen_object_new(List_1_t77B94703E05C519A9010DD0614F757F974E1CD8B_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
List_1__ctor_mC54E2BCBE43279A96FC082F5CDE2D76388BD8F9C(L_0, List_1__ctor_mC54E2BCBE43279A96FC082F5CDE2D76388BD8F9C_RuntimeMethod_var);
|
|
V_0 = L_0;
|
|
// if (Device == null || !arSession)
|
|
MotionTrackerCameraDevice_tD436B669F38CE985813E95A6F7828D3E4BB8C0BB* L_1;
|
|
L_1 = MotionTrackerFrameSource_get_Device_mC0E3FFC702FE8394DBEE46E8E26DFD9BD5D61518_inline(__this, NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_001b;
|
|
}
|
|
}
|
|
{
|
|
ARSession_tE7BD3656886DDF0823637E4219C76DA80A215D35* L_2 = ((FrameSource_tEFFB44317ECA60F900CBDDA05D06E675C6CC88CD*)__this)->___arSession_5;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_3;
|
|
L_3 = Object_op_Implicit_m93896EF7D68FA113C42D3FE2BC6F661FC7EF514A(L_2, NULL);
|
|
if (L_3)
|
|
{
|
|
goto IL_001d;
|
|
}
|
|
}
|
|
|
|
IL_001b:
|
|
{
|
|
// return points;
|
|
List_1_t77B94703E05C519A9010DD0614F757F974E1CD8B* L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
// var coord = arSession.ImageCoordinatesFromScreenCoordinates(pointInView);
|
|
ARSession_tE7BD3656886DDF0823637E4219C76DA80A215D35* L_5 = ((FrameSource_tEFFB44317ECA60F900CBDDA05D06E675C6CC88CD*)__this)->___arSession_5;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_6 = ___0_pointInView;
|
|
NullCheck(L_5);
|
|
Optional_1_t55F1FD3B388025F005489E4672F2C4114FAD80DE L_7;
|
|
L_7 = ARSession_ImageCoordinatesFromScreenCoordinates_mC77A19D85FCBA0836F2077706A51699A38AC65FC(L_5, L_6, NULL);
|
|
V_1 = L_7;
|
|
// if (coord.OnNone)
|
|
bool L_8;
|
|
L_8 = Optional_1_get_OnNone_m341DFDE93670FBCC945914933BD0E750AA797260((&V_1), Optional_1_get_OnNone_m341DFDE93670FBCC945914933BD0E750AA797260_RuntimeMethod_var);
|
|
if (!L_8)
|
|
{
|
|
goto IL_0035;
|
|
}
|
|
}
|
|
{
|
|
// return points;
|
|
List_1_t77B94703E05C519A9010DD0614F757F974E1CD8B* L_9 = V_0;
|
|
return L_9;
|
|
}
|
|
|
|
IL_0035:
|
|
{
|
|
// var hitPoints = Device.hitTestAgainstHorizontalPlane(coord.Value.ToEasyARVector());
|
|
MotionTrackerCameraDevice_tD436B669F38CE985813E95A6F7828D3E4BB8C0BB* L_10;
|
|
L_10 = MotionTrackerFrameSource_get_Device_mC0E3FFC702FE8394DBEE46E8E26DFD9BD5D61518_inline(__this, NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_11;
|
|
L_11 = Optional_1_get_Value_m3C26FFCE2C91AC22D25D17943A57753293D12F0B((&V_1), Optional_1_get_Value_m3C26FFCE2C91AC22D25D17943A57753293D12F0B_RuntimeMethod_var);
|
|
Vec2F_t5CABD3CD43030E52677F261C1DF60AE30C977684 L_12;
|
|
L_12 = APIExtend_ToEasyARVector_m3F789F2410B6F13B0B3C8921A3C2E7F8A603ECF8(L_11, NULL);
|
|
NullCheck(L_10);
|
|
List_1_t7915EE474170743D55F8651CF5CCC36D26B88EAE* L_13;
|
|
L_13 = VirtualFuncInvoker1< List_1_t7915EE474170743D55F8651CF5CCC36D26B88EAE*, Vec2F_t5CABD3CD43030E52677F261C1DF60AE30C977684 >::Invoke(18 /* System.Collections.Generic.List`1<easyar.Vec3F> easyar.MotionTrackerCameraDevice::hitTestAgainstHorizontalPlane(easyar.Vec2F) */, L_10, L_12);
|
|
// foreach (var p in hitPoints)
|
|
NullCheck(L_13);
|
|
Enumerator_tABDB8E380843593B5616089F392D7E5484F0ABDD L_14;
|
|
L_14 = List_1_GetEnumerator_mAF77BDDAD691856C757DCA11189748D815E16B3C(L_13, List_1_GetEnumerator_mAF77BDDAD691856C757DCA11189748D815E16B3C_RuntimeMethod_var);
|
|
V_2 = L_14;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_0085:
|
|
{// begin finally (depth: 1)
|
|
Enumerator_Dispose_mBEFB3F262E003C2D7E4201D77A1AA6234B098F06((&V_2), Enumerator_Dispose_mBEFB3F262E003C2D7E4201D77A1AA6234B098F06_RuntimeMethod_var);
|
|
return;
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
{
|
|
goto IL_007a_1;
|
|
}
|
|
|
|
IL_0054_1:
|
|
{
|
|
// foreach (var p in hitPoints)
|
|
Vec3F_t1697E529DB6D3D351055A5A52CF0974F2422E630 L_15;
|
|
L_15 = Enumerator_get_Current_mE0D0D58C6CCC318D8052778D1EE0341A03E7B851_inline((&V_2), Enumerator_get_Current_mE0D0D58C6CCC318D8052778D1EE0341A03E7B851_RuntimeMethod_var);
|
|
V_3 = L_15;
|
|
// points.Add(new Vector3(p.data_0, p.data_1, -p.data_2));
|
|
List_1_t77B94703E05C519A9010DD0614F757F974E1CD8B* L_16 = V_0;
|
|
Vec3F_t1697E529DB6D3D351055A5A52CF0974F2422E630 L_17 = V_3;
|
|
float L_18 = L_17.___data_0_0;
|
|
Vec3F_t1697E529DB6D3D351055A5A52CF0974F2422E630 L_19 = V_3;
|
|
float L_20 = L_19.___data_1_1;
|
|
Vec3F_t1697E529DB6D3D351055A5A52CF0974F2422E630 L_21 = V_3;
|
|
float L_22 = L_21.___data_2_2;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_23;
|
|
memset((&L_23), 0, sizeof(L_23));
|
|
Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&L_23), L_18, L_20, ((-L_22)), /*hidden argument*/NULL);
|
|
NullCheck(L_16);
|
|
List_1_Add_m79E50C4F592B1703F4B76A8BE7B4855515460CA1_inline(L_16, L_23, List_1_Add_m79E50C4F592B1703F4B76A8BE7B4855515460CA1_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_007a_1:
|
|
{
|
|
// foreach (var p in hitPoints)
|
|
bool L_24;
|
|
L_24 = Enumerator_MoveNext_mAE02CAE627F26142CF6AD9870249E0DA405B7BE5((&V_2), Enumerator_MoveNext_mAE02CAE627F26142CF6AD9870249E0DA405B7BE5_RuntimeMethod_var);
|
|
if (L_24)
|
|
{
|
|
goto IL_0054_1;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0093;
|
|
}
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_0093:
|
|
{
|
|
// return points;
|
|
List_1_t77B94703E05C519A9010DD0614F757F974E1CD8B* L_25 = V_0;
|
|
return L_25;
|
|
}
|
|
}
|
|
// System.Collections.Generic.List`1<UnityEngine.Vector3> easyar.MotionTrackerFrameSource::HitTestAgainstPointCloud(UnityEngine.Vector2)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_t77B94703E05C519A9010DD0614F757F974E1CD8B* MotionTrackerFrameSource_HitTestAgainstPointCloud_mCA46991F2C22595C4FC61B21F6975FBAEAD7DF8B (MotionTrackerFrameSource_tD7D327ED271EF894B64ED950708BB80FEC03DE00* __this, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___0_pointInView, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_mBEFB3F262E003C2D7E4201D77A1AA6234B098F06_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_mAE02CAE627F26142CF6AD9870249E0DA405B7BE5_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_mE0D0D58C6CCC318D8052778D1EE0341A03E7B851_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m79E50C4F592B1703F4B76A8BE7B4855515460CA1_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_GetEnumerator_mAF77BDDAD691856C757DCA11189748D815E16B3C_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mC54E2BCBE43279A96FC082F5CDE2D76388BD8F9C_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t77B94703E05C519A9010DD0614F757F974E1CD8B_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Optional_1_get_OnNone_m341DFDE93670FBCC945914933BD0E750AA797260_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Optional_1_get_Value_m3C26FFCE2C91AC22D25D17943A57753293D12F0B_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
List_1_t77B94703E05C519A9010DD0614F757F974E1CD8B* V_0 = NULL;
|
|
Optional_1_t55F1FD3B388025F005489E4672F2C4114FAD80DE V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
Enumerator_tABDB8E380843593B5616089F392D7E5484F0ABDD V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
Vec3F_t1697E529DB6D3D351055A5A52CF0974F2422E630 V_3;
|
|
memset((&V_3), 0, sizeof(V_3));
|
|
{
|
|
// var points = new List<Vector3>();
|
|
List_1_t77B94703E05C519A9010DD0614F757F974E1CD8B* L_0 = (List_1_t77B94703E05C519A9010DD0614F757F974E1CD8B*)il2cpp_codegen_object_new(List_1_t77B94703E05C519A9010DD0614F757F974E1CD8B_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
List_1__ctor_mC54E2BCBE43279A96FC082F5CDE2D76388BD8F9C(L_0, List_1__ctor_mC54E2BCBE43279A96FC082F5CDE2D76388BD8F9C_RuntimeMethod_var);
|
|
V_0 = L_0;
|
|
// if (Device == null || !arSession)
|
|
MotionTrackerCameraDevice_tD436B669F38CE985813E95A6F7828D3E4BB8C0BB* L_1;
|
|
L_1 = MotionTrackerFrameSource_get_Device_mC0E3FFC702FE8394DBEE46E8E26DFD9BD5D61518_inline(__this, NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_001b;
|
|
}
|
|
}
|
|
{
|
|
ARSession_tE7BD3656886DDF0823637E4219C76DA80A215D35* L_2 = ((FrameSource_tEFFB44317ECA60F900CBDDA05D06E675C6CC88CD*)__this)->___arSession_5;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_3;
|
|
L_3 = Object_op_Implicit_m93896EF7D68FA113C42D3FE2BC6F661FC7EF514A(L_2, NULL);
|
|
if (L_3)
|
|
{
|
|
goto IL_001d;
|
|
}
|
|
}
|
|
|
|
IL_001b:
|
|
{
|
|
// return points;
|
|
List_1_t77B94703E05C519A9010DD0614F757F974E1CD8B* L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
// var coord = arSession.ImageCoordinatesFromScreenCoordinates(pointInView);
|
|
ARSession_tE7BD3656886DDF0823637E4219C76DA80A215D35* L_5 = ((FrameSource_tEFFB44317ECA60F900CBDDA05D06E675C6CC88CD*)__this)->___arSession_5;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_6 = ___0_pointInView;
|
|
NullCheck(L_5);
|
|
Optional_1_t55F1FD3B388025F005489E4672F2C4114FAD80DE L_7;
|
|
L_7 = ARSession_ImageCoordinatesFromScreenCoordinates_mC77A19D85FCBA0836F2077706A51699A38AC65FC(L_5, L_6, NULL);
|
|
V_1 = L_7;
|
|
// if (coord.OnNone)
|
|
bool L_8;
|
|
L_8 = Optional_1_get_OnNone_m341DFDE93670FBCC945914933BD0E750AA797260((&V_1), Optional_1_get_OnNone_m341DFDE93670FBCC945914933BD0E750AA797260_RuntimeMethod_var);
|
|
if (!L_8)
|
|
{
|
|
goto IL_0035;
|
|
}
|
|
}
|
|
{
|
|
// return points;
|
|
List_1_t77B94703E05C519A9010DD0614F757F974E1CD8B* L_9 = V_0;
|
|
return L_9;
|
|
}
|
|
|
|
IL_0035:
|
|
{
|
|
// var hitPoints = Device.hitTestAgainstPointCloud(coord.Value.ToEasyARVector());
|
|
MotionTrackerCameraDevice_tD436B669F38CE985813E95A6F7828D3E4BB8C0BB* L_10;
|
|
L_10 = MotionTrackerFrameSource_get_Device_mC0E3FFC702FE8394DBEE46E8E26DFD9BD5D61518_inline(__this, NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_11;
|
|
L_11 = Optional_1_get_Value_m3C26FFCE2C91AC22D25D17943A57753293D12F0B((&V_1), Optional_1_get_Value_m3C26FFCE2C91AC22D25D17943A57753293D12F0B_RuntimeMethod_var);
|
|
Vec2F_t5CABD3CD43030E52677F261C1DF60AE30C977684 L_12;
|
|
L_12 = APIExtend_ToEasyARVector_m3F789F2410B6F13B0B3C8921A3C2E7F8A603ECF8(L_11, NULL);
|
|
NullCheck(L_10);
|
|
List_1_t7915EE474170743D55F8651CF5CCC36D26B88EAE* L_13;
|
|
L_13 = VirtualFuncInvoker1< List_1_t7915EE474170743D55F8651CF5CCC36D26B88EAE*, Vec2F_t5CABD3CD43030E52677F261C1DF60AE30C977684 >::Invoke(17 /* System.Collections.Generic.List`1<easyar.Vec3F> easyar.MotionTrackerCameraDevice::hitTestAgainstPointCloud(easyar.Vec2F) */, L_10, L_12);
|
|
// foreach (var p in hitPoints)
|
|
NullCheck(L_13);
|
|
Enumerator_tABDB8E380843593B5616089F392D7E5484F0ABDD L_14;
|
|
L_14 = List_1_GetEnumerator_mAF77BDDAD691856C757DCA11189748D815E16B3C(L_13, List_1_GetEnumerator_mAF77BDDAD691856C757DCA11189748D815E16B3C_RuntimeMethod_var);
|
|
V_2 = L_14;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_0085:
|
|
{// begin finally (depth: 1)
|
|
Enumerator_Dispose_mBEFB3F262E003C2D7E4201D77A1AA6234B098F06((&V_2), Enumerator_Dispose_mBEFB3F262E003C2D7E4201D77A1AA6234B098F06_RuntimeMethod_var);
|
|
return;
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
{
|
|
goto IL_007a_1;
|
|
}
|
|
|
|
IL_0054_1:
|
|
{
|
|
// foreach (var p in hitPoints)
|
|
Vec3F_t1697E529DB6D3D351055A5A52CF0974F2422E630 L_15;
|
|
L_15 = Enumerator_get_Current_mE0D0D58C6CCC318D8052778D1EE0341A03E7B851_inline((&V_2), Enumerator_get_Current_mE0D0D58C6CCC318D8052778D1EE0341A03E7B851_RuntimeMethod_var);
|
|
V_3 = L_15;
|
|
// points.Add(new Vector3(p.data_0, p.data_1, -p.data_2));
|
|
List_1_t77B94703E05C519A9010DD0614F757F974E1CD8B* L_16 = V_0;
|
|
Vec3F_t1697E529DB6D3D351055A5A52CF0974F2422E630 L_17 = V_3;
|
|
float L_18 = L_17.___data_0_0;
|
|
Vec3F_t1697E529DB6D3D351055A5A52CF0974F2422E630 L_19 = V_3;
|
|
float L_20 = L_19.___data_1_1;
|
|
Vec3F_t1697E529DB6D3D351055A5A52CF0974F2422E630 L_21 = V_3;
|
|
float L_22 = L_21.___data_2_2;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_23;
|
|
memset((&L_23), 0, sizeof(L_23));
|
|
Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&L_23), L_18, L_20, ((-L_22)), /*hidden argument*/NULL);
|
|
NullCheck(L_16);
|
|
List_1_Add_m79E50C4F592B1703F4B76A8BE7B4855515460CA1_inline(L_16, L_23, List_1_Add_m79E50C4F592B1703F4B76A8BE7B4855515460CA1_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_007a_1:
|
|
{
|
|
// foreach (var p in hitPoints)
|
|
bool L_24;
|
|
L_24 = Enumerator_MoveNext_mAE02CAE627F26142CF6AD9870249E0DA405B7BE5((&V_2), Enumerator_MoveNext_mAE02CAE627F26142CF6AD9870249E0DA405B7BE5_RuntimeMethod_var);
|
|
if (L_24)
|
|
{
|
|
goto IL_0054_1;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0093;
|
|
}
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_0093:
|
|
{
|
|
// return points;
|
|
List_1_t77B94703E05C519A9010DD0614F757F974E1CD8B* L_25 = V_0;
|
|
return L_25;
|
|
}
|
|
}
|
|
// System.Collections.IEnumerator easyar.MotionTrackerFrameSource::AutoOpen()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* MotionTrackerFrameSource_AutoOpen_mB82B4E39600E4E3D8238B3A551E24E545A98FE75 (MotionTrackerFrameSource_tD7D327ED271EF894B64ED950708BB80FEC03DE00* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CAutoOpenU3Ed__47_t0D0B312D8B005E51CCF957718A0E2C35D8EBA283_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
U3CAutoOpenU3Ed__47_t0D0B312D8B005E51CCF957718A0E2C35D8EBA283* L_0 = (U3CAutoOpenU3Ed__47_t0D0B312D8B005E51CCF957718A0E2C35D8EBA283*)il2cpp_codegen_object_new(U3CAutoOpenU3Ed__47_t0D0B312D8B005E51CCF957718A0E2C35D8EBA283_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
U3CAutoOpenU3Ed__47__ctor_m19DB5FBB5C18226C1B7FF1B5BFE0E54C40135312(L_0, 0, NULL);
|
|
U3CAutoOpenU3Ed__47_t0D0B312D8B005E51CCF957718A0E2C35D8EBA283* L_1 = L_0;
|
|
NullCheck(L_1);
|
|
L_1->___U3CU3E4__this_2 = __this;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_1->___U3CU3E4__this_2), (void*)__this);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Void easyar.MotionTrackerFrameSource::SetupOriginUsingWorldRoot()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MotionTrackerFrameSource_SetupOriginUsingWorldRoot_mD34E4B28D8866C60E9CC481BA9BE246F8603C9B3 (MotionTrackerFrameSource_tD7D327ED271EF894B64ED950708BB80FEC03DE00* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_AddComponent_TisWorldRootController_tDDE4A5BB7E650DE15875AFD6F7E8BBB2F670A1A2_m0935BE800BDEC3BCCC1DE922DC238303CEA6264C_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_t76FEDD663AB33C991A9C9A23129337651094216F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MotionTrackerFrameSource_tD7D327ED271EF894B64ED950708BB80FEC03DE00_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_FindObjectOfType_TisWorldRootController_tDDE4A5BB7E650DE15875AFD6F7E8BBB2F670A1A2_mBCA2DC937CAA3738B5B7FA791A0E8C009F53237D_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral174BC0530C8066E2250F60C77EB4C42F2F3640DB);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral950BCABEC088981B914DE9A9F2704F4DF85F7660);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (worldRoot) { return; }
|
|
WorldRootController_tDDE4A5BB7E650DE15875AFD6F7E8BBB2F670A1A2* L_0 = __this->___worldRoot_18;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_1;
|
|
L_1 = Object_op_Implicit_m93896EF7D68FA113C42D3FE2BC6F661FC7EF514A(L_0, NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
// if (worldRoot) { return; }
|
|
return;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
// worldRoot = worldRootCache;
|
|
WorldRootController_tDDE4A5BB7E650DE15875AFD6F7E8BBB2F670A1A2* L_2 = __this->___worldRootCache_19;
|
|
__this->___worldRoot_18 = L_2;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___worldRoot_18), (void*)L_2);
|
|
// if (worldRoot) { return; }
|
|
WorldRootController_tDDE4A5BB7E650DE15875AFD6F7E8BBB2F670A1A2* L_3 = __this->___worldRoot_18;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_4;
|
|
L_4 = Object_op_Implicit_m93896EF7D68FA113C42D3FE2BC6F661FC7EF514A(L_3, NULL);
|
|
if (!L_4)
|
|
{
|
|
goto IL_0028;
|
|
}
|
|
}
|
|
{
|
|
// if (worldRoot) { return; }
|
|
return;
|
|
}
|
|
|
|
IL_0028:
|
|
{
|
|
// worldRoot = FindObjectOfType<WorldRootController>();
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
WorldRootController_tDDE4A5BB7E650DE15875AFD6F7E8BBB2F670A1A2* L_5;
|
|
L_5 = Object_FindObjectOfType_TisWorldRootController_tDDE4A5BB7E650DE15875AFD6F7E8BBB2F670A1A2_mBCA2DC937CAA3738B5B7FA791A0E8C009F53237D(Object_FindObjectOfType_TisWorldRootController_tDDE4A5BB7E650DE15875AFD6F7E8BBB2F670A1A2_mBCA2DC937CAA3738B5B7FA791A0E8C009F53237D_RuntimeMethod_var);
|
|
__this->___worldRoot_18 = L_5;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___worldRoot_18), (void*)L_5);
|
|
// if (worldRoot) { return; }
|
|
WorldRootController_tDDE4A5BB7E650DE15875AFD6F7E8BBB2F670A1A2* L_6 = __this->___worldRoot_18;
|
|
bool L_7;
|
|
L_7 = Object_op_Implicit_m93896EF7D68FA113C42D3FE2BC6F661FC7EF514A(L_6, NULL);
|
|
if (!L_7)
|
|
{
|
|
goto IL_0041;
|
|
}
|
|
}
|
|
{
|
|
// if (worldRoot) { return; }
|
|
return;
|
|
}
|
|
|
|
IL_0041:
|
|
{
|
|
// Debug.Log($"WorldRoot not found, create from {typeof(MotionTrackerFrameSource)}");
|
|
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_8 = { reinterpret_cast<intptr_t> (MotionTrackerFrameSource_tD7D327ED271EF894B64ED950708BB80FEC03DE00_0_0_0_var) };
|
|
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t* L_9;
|
|
L_9 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_8, NULL);
|
|
String_t* L_10;
|
|
L_10 = String_Format_mA8DBB4C2516B9723C5A41E6CB1E2FAF4BBE96DD8(_stringLiteral174BC0530C8066E2250F60C77EB4C42F2F3640DB, L_9, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
Debug_Log_m87A9A3C761FF5C43ED8A53B16190A53D08F818BB(L_10, NULL);
|
|
// worldRootObject = new GameObject("WorldRoot");
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_11 = (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F*)il2cpp_codegen_object_new(GameObject_t76FEDD663AB33C991A9C9A23129337651094216F_il2cpp_TypeInfo_var);
|
|
NullCheck(L_11);
|
|
GameObject__ctor_m37D512B05D292F954792225E6C6EEE95293A9B88(L_11, _stringLiteral950BCABEC088981B914DE9A9F2704F4DF85F7660, NULL);
|
|
__this->___worldRootObject_20 = L_11;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___worldRootObject_20), (void*)L_11);
|
|
// worldRoot = worldRootObject.AddComponent<WorldRootController>();
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_12 = __this->___worldRootObject_20;
|
|
NullCheck(L_12);
|
|
WorldRootController_tDDE4A5BB7E650DE15875AFD6F7E8BBB2F670A1A2* L_13;
|
|
L_13 = GameObject_AddComponent_TisWorldRootController_tDDE4A5BB7E650DE15875AFD6F7E8BBB2F670A1A2_m0935BE800BDEC3BCCC1DE922DC238303CEA6264C(L_12, GameObject_AddComponent_TisWorldRootController_tDDE4A5BB7E650DE15875AFD6F7E8BBB2F670A1A2_m0935BE800BDEC3BCCC1DE922DC238303CEA6264C_RuntimeMethod_var);
|
|
__this->___worldRoot_18 = L_13;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___worldRoot_18), (void*)L_13);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void easyar.MotionTrackerFrameSource::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MotionTrackerFrameSource__ctor_m88638CE5DB20220A3927EBF61FF0952BCC968446 (MotionTrackerFrameSource_tD7D327ED271EF894B64ED950708BB80FEC03DE00* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FrameSource_tEFFB44317ECA60F900CBDDA05D06E675C6CC88CD_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MotionTrackerCameraDeviceParameters_t99C71F28070E1787872BE8D080A992EEE1C45283_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public MotionTrackerCameraDeviceParameters DesiredMotionTrackerParameters = new MotionTrackerCameraDeviceParameters();
|
|
MotionTrackerCameraDeviceParameters_t99C71F28070E1787872BE8D080A992EEE1C45283* L_0 = (MotionTrackerCameraDeviceParameters_t99C71F28070E1787872BE8D080A992EEE1C45283*)il2cpp_codegen_object_new(MotionTrackerCameraDeviceParameters_t99C71F28070E1787872BE8D080A992EEE1C45283_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
MotionTrackerCameraDeviceParameters__ctor_m5388411269A2A765305F09E3763D7A27BA52F0C7(L_0, NULL);
|
|
__this->___DesiredMotionTrackerParameters_12 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___DesiredMotionTrackerParameters_12), (void*)L_0);
|
|
// public float CalibrationDownloaderTimeout = 2;
|
|
__this->___CalibrationDownloaderTimeout_13 = (2.0f);
|
|
il2cpp_codegen_runtime_class_init_inline(FrameSource_tEFFB44317ECA60F900CBDDA05D06E675C6CC88CD_il2cpp_TypeInfo_var);
|
|
FrameSource__ctor_mF2C3C0EA283D25EE25EC48941CA63A5F8944D3F1(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void easyar.MotionTrackerFrameSource::<Open>b__42_0(easyar.PermissionStatus,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MotionTrackerFrameSource_U3COpenU3Eb__42_0_m49E6DDAD756A472D9BA2BAA43DAECDAB59DD20B1 (MotionTrackerFrameSource_tD7D327ED271EF894B64ED950708BB80FEC03DE00* __this, int32_t ___0_status, String_t* ___1_msg, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MotionTrackerCameraDevice_tD436B669F38CE985813E95A6F7828D3E4BB8C0BB_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* G_B6_0 = NULL;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* G_B5_0 = NULL;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* G_B15_0 = NULL;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* G_B14_0 = NULL;
|
|
{
|
|
// if (!willOpen)
|
|
bool L_0 = __this->___willOpen_15;
|
|
if (L_0)
|
|
{
|
|
goto IL_0009;
|
|
}
|
|
}
|
|
{
|
|
// return;
|
|
return;
|
|
}
|
|
|
|
IL_0009:
|
|
{
|
|
// if (status != PermissionStatus.Granted)
|
|
int32_t L_1 = ___0_status;
|
|
if (!L_1)
|
|
{
|
|
goto IL_0017;
|
|
}
|
|
}
|
|
{
|
|
// throw new UIPopupException("Camera permission not granted");
|
|
UIPopupException_t6CBA36793B5CB835F7ED2FD94F0D60186543D6EE* L_2 = (UIPopupException_t6CBA36793B5CB835F7ED2FD94F0D60186543D6EE*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&UIPopupException_t6CBA36793B5CB835F7ED2FD94F0D60186543D6EE_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_2);
|
|
UIPopupException__ctor_m2028C0A495324E4FAD33E2E48EDE7347C6BF2F6C(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral9334D9374E007290FC3084E5D921D366646A6CA8)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&MotionTrackerFrameSource_U3COpenU3Eb__42_0_m49E6DDAD756A472D9BA2BAA43DAECDAB59DD20B1_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0017:
|
|
{
|
|
// Close();
|
|
MotionTrackerFrameSource_Close_mC8E7D0BC0B22354BD885A8540C3F475F69E1F41D(__this, NULL);
|
|
// Device = new MotionTrackerCameraDevice();
|
|
MotionTrackerCameraDevice_tD436B669F38CE985813E95A6F7828D3E4BB8C0BB* L_3 = (MotionTrackerCameraDevice_tD436B669F38CE985813E95A6F7828D3E4BB8C0BB*)il2cpp_codegen_object_new(MotionTrackerCameraDevice_tD436B669F38CE985813E95A6F7828D3E4BB8C0BB_il2cpp_TypeInfo_var);
|
|
NullCheck(L_3);
|
|
MotionTrackerCameraDevice__ctor_mABCFD839D1194A3D16F5576AF88FBCA914C51D0E(L_3, NULL);
|
|
MotionTrackerFrameSource_set_Device_m1C93C53A2C9FAF376ED68836300E941B440091A4_inline(__this, L_3, NULL);
|
|
// DeviceCreated?.Invoke();
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_4 = __this->___DeviceCreated_23;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_5 = L_4;
|
|
G_B5_0 = L_5;
|
|
if (L_5)
|
|
{
|
|
G_B6_0 = L_5;
|
|
goto IL_0034;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0039;
|
|
}
|
|
|
|
IL_0034:
|
|
{
|
|
NullCheck(G_B6_0);
|
|
Action_Invoke_m7126A54DACA72B845424072887B5F3A51FC3808E_inline(G_B6_0, NULL);
|
|
}
|
|
|
|
IL_0039:
|
|
{
|
|
// if (bufferCapacity != 0)
|
|
int32_t L_6 = ((FrameSource_tEFFB44317ECA60F900CBDDA05D06E675C6CC88CD*)__this)->___bufferCapacity_6;
|
|
if (!L_6)
|
|
{
|
|
goto IL_0052;
|
|
}
|
|
}
|
|
{
|
|
// Device.setBufferCapacity(bufferCapacity);
|
|
MotionTrackerCameraDevice_tD436B669F38CE985813E95A6F7828D3E4BB8C0BB* L_7;
|
|
L_7 = MotionTrackerFrameSource_get_Device_mC0E3FFC702FE8394DBEE46E8E26DFD9BD5D61518_inline(__this, NULL);
|
|
int32_t L_8 = ((FrameSource_tEFFB44317ECA60F900CBDDA05D06E675C6CC88CD*)__this)->___bufferCapacity_6;
|
|
NullCheck(L_7);
|
|
VirtualActionInvoker1< int32_t >::Invoke(10 /* System.Void easyar.MotionTrackerCameraDevice::setBufferCapacity(System.Int32) */, L_7, L_8);
|
|
}
|
|
|
|
IL_0052:
|
|
{
|
|
// if (sink != null)
|
|
InputFrameSink_tA6E249222893426FDB034E5CE860F0037DAE4F95* L_9 = ((FrameSource_tEFFB44317ECA60F900CBDDA05D06E675C6CC88CD*)__this)->___sink_4;
|
|
if (!L_9)
|
|
{
|
|
goto IL_0070;
|
|
}
|
|
}
|
|
{
|
|
// Device.inputFrameSource().connect(sink);
|
|
MotionTrackerCameraDevice_tD436B669F38CE985813E95A6F7828D3E4BB8C0BB* L_10;
|
|
L_10 = MotionTrackerFrameSource_get_Device_mC0E3FFC702FE8394DBEE46E8E26DFD9BD5D61518_inline(__this, NULL);
|
|
NullCheck(L_10);
|
|
InputFrameSource_tD69762DDAC410CCE3A129E8E1DC6A2C8F0427F12* L_11;
|
|
L_11 = VirtualFuncInvoker0< InputFrameSource_tD69762DDAC410CCE3A129E8E1DC6A2C8F0427F12* >::Invoke(12 /* easyar.InputFrameSource easyar.MotionTrackerCameraDevice::inputFrameSource() */, L_10);
|
|
InputFrameSink_tA6E249222893426FDB034E5CE860F0037DAE4F95* L_12 = ((FrameSource_tEFFB44317ECA60F900CBDDA05D06E675C6CC88CD*)__this)->___sink_4;
|
|
NullCheck(L_11);
|
|
VirtualActionInvoker1< InputFrameSink_tA6E249222893426FDB034E5CE860F0037DAE4F95* >::Invoke(7 /* System.Void easyar.InputFrameSource::connect(easyar.InputFrameSink) */, L_11, L_12);
|
|
}
|
|
|
|
IL_0070:
|
|
{
|
|
// if (enabled)
|
|
bool L_13;
|
|
L_13 = Behaviour_get_enabled_mAAC9F15E9EBF552217A5AE2681589CC0BFA300C1(__this, NULL);
|
|
if (!L_13)
|
|
{
|
|
goto IL_007e;
|
|
}
|
|
}
|
|
{
|
|
// OnEnable();
|
|
VirtualActionInvoker0::Invoke(15 /* System.Void easyar.FrameSource::OnEnable() */, __this);
|
|
}
|
|
|
|
IL_007e:
|
|
{
|
|
// DeviceOpened?.Invoke();
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_14 = __this->___DeviceOpened_24;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_15 = L_14;
|
|
G_B14_0 = L_15;
|
|
if (L_15)
|
|
{
|
|
G_B15_0 = L_15;
|
|
goto IL_0089;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
|
|
IL_0089:
|
|
{
|
|
NullCheck(G_B15_0);
|
|
Action_Invoke_m7126A54DACA72B845424072887B5F3A51FC3808E_inline(G_B15_0, NULL);
|
|
// }));
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void easyar.MotionTrackerFrameSource/MotionTrackerCameraDeviceParameters::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MotionTrackerCameraDeviceParameters__ctor_m5388411269A2A765305F09E3763D7A27BA52F0C7 (MotionTrackerCameraDeviceParameters_t99C71F28070E1787872BE8D080A992EEE1C45283* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public MotionTrackerCameraDeviceTrackingMode TrackingMode = MotionTrackerCameraDeviceTrackingMode.Anchor;
|
|
__this->___TrackingMode_3 = 2;
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void easyar.MotionTrackerFrameSource/<>c::.cctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__cctor_m803C3BCF7A9EB9E3CC899620DECA134684A15729 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_tFA432AA6511108BF7CF3957EB5CF2562E867F4EF_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
U3CU3Ec_tFA432AA6511108BF7CF3957EB5CF2562E867F4EF* L_0 = (U3CU3Ec_tFA432AA6511108BF7CF3957EB5CF2562E867F4EF*)il2cpp_codegen_object_new(U3CU3Ec_tFA432AA6511108BF7CF3957EB5CF2562E867F4EF_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
U3CU3Ec__ctor_m46E52E40FE679F1DF19EF6DED9D5DF3064023092(L_0, NULL);
|
|
((U3CU3Ec_tFA432AA6511108BF7CF3957EB5CF2562E867F4EF_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tFA432AA6511108BF7CF3957EB5CF2562E867F4EF_il2cpp_TypeInfo_var))->___U3CU3E9_0 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_tFA432AA6511108BF7CF3957EB5CF2562E867F4EF_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tFA432AA6511108BF7CF3957EB5CF2562E867F4EF_il2cpp_TypeInfo_var))->___U3CU3E9_0), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void easyar.MotionTrackerFrameSource/<>c::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_m46E52E40FE679F1DF19EF6DED9D5DF3064023092 (U3CU3Ec_tFA432AA6511108BF7CF3957EB5CF2562E867F4EF* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean easyar.MotionTrackerFrameSource/<>c::<OnAssemble>b__40_0(easyar.FrameFilter)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec_U3COnAssembleU3Eb__40_0_m58A396877E79315F3BCCDEB1DDDB57610435B12E (U3CU3Ec_tFA432AA6511108BF7CF3957EB5CF2562E867F4EF* __this, FrameFilter_tEF74686432B3C28E888F223945B0BF3FC58AD214* ___0_f, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MegaTrackerFrameFilter_tF1478985C239AB177CC68B1FB913ED30D48475F4_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// isLargeScaleRequired = session.Assembly.FrameFilters.Where(f => f is MegaTrackerFrameFilter).Any();
|
|
FrameFilter_tEF74686432B3C28E888F223945B0BF3FC58AD214* L_0 = ___0_f;
|
|
return (bool)((!(((RuntimeObject*)(MegaTrackerFrameFilter_tF1478985C239AB177CC68B1FB913ED30D48475F4*)((MegaTrackerFrameFilter_tF1478985C239AB177CC68B1FB913ED30D48475F4*)IsInstClass((RuntimeObject*)L_0, MegaTrackerFrameFilter_tF1478985C239AB177CC68B1FB913ED30D48475F4_il2cpp_TypeInfo_var))) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void easyar.MotionTrackerFrameSource/<>c__DisplayClass41_0::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass41_0__ctor_m0F2F9702822D6EE3B5276704841E72E0B4630E8C (U3CU3Ec__DisplayClass41_0_tB66C35723D8C5CE4CE9B030856B3C9B43F8EFD64* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void easyar.MotionTrackerFrameSource/<>c__DisplayClass41_0::<CheckAvailability>b__0(easyar.CalibrationDownloadStatus,easyar.Optional`1<System.String>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass41_0_U3CCheckAvailabilityU3Eb__0_mF98E1342156410F834FE64750DD146CF38E779CF (U3CU3Ec__DisplayClass41_0_tB66C35723D8C5CE4CE9B030856B3C9B43F8EFD64* __this, int32_t ___0_status, Optional_1_t7BEFED5D4A872666AF0ABE1DC71C7671E6012549 ___1_error, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CalibrationDownloadStatus_tAE9875E944B71F084A887246B219447FAABFAFC0_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Optional_1_t7BEFED5D4A872666AF0ABE1DC71C7671E6012549_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2102D660D787EAD0C7A6E4F6302D591CBF3F7094);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral28ADE6BC6B6328D1F3B4DA27871D3227B4026367);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA40B264F2BB54A11C8FC13D8B4D6F8979D94183F);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// finish = true;
|
|
__this->___finish_0 = (bool)1;
|
|
// if (status == CalibrationDownloadStatus.Successful)
|
|
int32_t L_0 = ___0_status;
|
|
if (L_0)
|
|
{
|
|
goto IL_0016;
|
|
}
|
|
}
|
|
{
|
|
// Debug.Log($"calibration update successful");
|
|
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
Debug_Log_m87A9A3C761FF5C43ED8A53B16190A53D08F818BB(_stringLiteralA40B264F2BB54A11C8FC13D8B4D6F8979D94183F, NULL);
|
|
goto IL_0041;
|
|
}
|
|
|
|
IL_0016:
|
|
{
|
|
// else if (status == CalibrationDownloadStatus.NotModified)
|
|
int32_t L_1 = ___0_status;
|
|
if ((!(((uint32_t)L_1) == ((uint32_t)1))))
|
|
{
|
|
goto IL_0026;
|
|
}
|
|
}
|
|
{
|
|
// Debug.Log($"calibration file is latest");
|
|
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
Debug_Log_m87A9A3C761FF5C43ED8A53B16190A53D08F818BB(_stringLiteral28ADE6BC6B6328D1F3B4DA27871D3227B4026367, NULL);
|
|
goto IL_0041;
|
|
}
|
|
|
|
IL_0026:
|
|
{
|
|
// Debug.LogWarning($"calibration update {status}: {error}");
|
|
int32_t L_2 = ___0_status;
|
|
int32_t L_3 = L_2;
|
|
RuntimeObject* L_4 = Box(CalibrationDownloadStatus_tAE9875E944B71F084A887246B219447FAABFAFC0_il2cpp_TypeInfo_var, &L_3);
|
|
Optional_1_t7BEFED5D4A872666AF0ABE1DC71C7671E6012549 L_5 = ___1_error;
|
|
Optional_1_t7BEFED5D4A872666AF0ABE1DC71C7671E6012549 L_6 = L_5;
|
|
RuntimeObject* L_7 = Box(Optional_1_t7BEFED5D4A872666AF0ABE1DC71C7671E6012549_il2cpp_TypeInfo_var, &L_6);
|
|
String_t* L_8;
|
|
L_8 = String_Format_mFB7DA489BD99F4670881FF50EC017BFB0A5C0987(_stringLiteral2102D660D787EAD0C7A6E4F6302D591CBF3F7094, L_4, L_7, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
Debug_LogWarning_m33EF1B897E0C7C6FF538989610BFAFFEF4628CA9(L_8, NULL);
|
|
}
|
|
|
|
IL_0041:
|
|
{
|
|
// downloader.Dispose();
|
|
CalibrationDownloader_t65C1B75983EDF919EFC7B748FDD88013A3287453* L_9 = __this->___downloader_1;
|
|
NullCheck(L_9);
|
|
RefBase_Dispose_m0C0F6CBAAFDD4D732F27B09F76D1A77AC6D44B75(L_9, NULL);
|
|
// });
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void easyar.MotionTrackerFrameSource/<CheckAvailability>d__41::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CCheckAvailabilityU3Ed__41__ctor_m15119C4119FACB81CF516CEB91E8DFF447D62357 (U3CCheckAvailabilityU3Ed__41_t69BDC9A1DEE9EA50DAAA7486B72CFD18E5467D94* __this, int32_t ___0_U3CU3E1__state, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
int32_t L_0 = ___0_U3CU3E1__state;
|
|
__this->___U3CU3E1__state_0 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// System.Void easyar.MotionTrackerFrameSource/<CheckAvailability>d__41::System.IDisposable.Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CCheckAvailabilityU3Ed__41_System_IDisposable_Dispose_mAB107D6D4489F7755CF7CF4C7BA3AB399231A85D (U3CCheckAvailabilityU3Ed__41_t69BDC9A1DEE9EA50DAAA7486B72CFD18E5467D94* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean easyar.MotionTrackerFrameSource/<CheckAvailability>d__41::MoveNext()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CCheckAvailabilityU3Ed__41_MoveNext_mCD43F5F3B964A16628B358DB90D0B8C1AA64498F (U3CCheckAvailabilityU3Ed__41_t69BDC9A1DEE9EA50DAAA7486B72CFD18E5467D94* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_2_t9707971E6E7286591183B8B39D4E91E8C466F77E_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CalibrationDownloader_t65C1B75983EDF919EFC7B748FDD88013A3287453_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Optional_1_get_OnNone_mC8DB6E9B8EA1F7B108BEAD8D4CF0D72F034AE778_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Optional_1_op_Implicit_m1E24650E58B19C767063680D8288479923A04269_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Optional_1_op_Implicit_m4293675B43B0795987DCD4434416C126A695F29F_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass41_0_U3CCheckAvailabilityU3Eb__0_mF98E1342156410F834FE64750DD146CF38E779CF_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass41_0_tB66C35723D8C5CE4CE9B030856B3C9B43F8EFD64_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
MotionTrackerFrameSource_tD7D327ED271EF894B64ED950708BB80FEC03DE00* V_1 = NULL;
|
|
MotionTrackerFrameSource_tD7D327ED271EF894B64ED950708BB80FEC03DE00* G_B17_0 = NULL;
|
|
MotionTrackerFrameSource_tD7D327ED271EF894B64ED950708BB80FEC03DE00* G_B16_0 = NULL;
|
|
int32_t G_B18_0 = 0;
|
|
MotionTrackerFrameSource_tD7D327ED271EF894B64ED950708BB80FEC03DE00* G_B18_1 = NULL;
|
|
{
|
|
int32_t L_0 = __this->___U3CU3E1__state_0;
|
|
V_0 = L_0;
|
|
MotionTrackerFrameSource_tD7D327ED271EF894B64ED950708BB80FEC03DE00* L_1 = __this->___U3CU3E4__this_2;
|
|
V_1 = L_1;
|
|
int32_t L_2 = V_0;
|
|
if (!L_2)
|
|
{
|
|
goto IL_001a;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_3 = V_0;
|
|
if ((((int32_t)L_3) == ((int32_t)1)))
|
|
{
|
|
goto IL_00e2;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
__this->___U3CU3E1__state_0 = (-1);
|
|
// if (isAvailable.OnNone && CalibrationDownloaderTimeout > 0 && Application.platform == RuntimePlatform.Android)
|
|
MotionTrackerFrameSource_tD7D327ED271EF894B64ED950708BB80FEC03DE00* L_4 = V_1;
|
|
NullCheck(L_4);
|
|
Optional_1_t900DDDF790B562B704CF33648F9A6FE90E9B5DF6* L_5 = (Optional_1_t900DDDF790B562B704CF33648F9A6FE90E9B5DF6*)(&L_4->___isAvailable_21);
|
|
bool L_6;
|
|
L_6 = Optional_1_get_OnNone_mC8DB6E9B8EA1F7B108BEAD8D4CF0D72F034AE778(L_5, Optional_1_get_OnNone_mC8DB6E9B8EA1F7B108BEAD8D4CF0D72F034AE778_RuntimeMethod_var);
|
|
if (!L_6)
|
|
{
|
|
goto IL_010d;
|
|
}
|
|
}
|
|
{
|
|
MotionTrackerFrameSource_tD7D327ED271EF894B64ED950708BB80FEC03DE00* L_7 = V_1;
|
|
NullCheck(L_7);
|
|
float L_8 = L_7->___CalibrationDownloaderTimeout_13;
|
|
if ((!(((float)L_8) > ((float)(0.0f)))))
|
|
{
|
|
goto IL_010d;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_9;
|
|
L_9 = Application_get_platform_m59EF7D6155D18891B24767F83F388160B1FF2138(NULL);
|
|
if ((!(((uint32_t)L_9) == ((uint32_t)((int32_t)11)))))
|
|
{
|
|
goto IL_010d;
|
|
}
|
|
}
|
|
{
|
|
U3CU3Ec__DisplayClass41_0_tB66C35723D8C5CE4CE9B030856B3C9B43F8EFD64* L_10 = (U3CU3Ec__DisplayClass41_0_tB66C35723D8C5CE4CE9B030856B3C9B43F8EFD64*)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass41_0_tB66C35723D8C5CE4CE9B030856B3C9B43F8EFD64_il2cpp_TypeInfo_var);
|
|
NullCheck(L_10);
|
|
U3CU3Ec__DisplayClass41_0__ctor_m0F2F9702822D6EE3B5276704841E72E0B4630E8C(L_10, NULL);
|
|
__this->___U3CU3E8__1_3 = L_10;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CU3E8__1_3), (void*)L_10);
|
|
// var available = MotionTrackerCameraDevice.isAvailable();
|
|
bool L_11;
|
|
L_11 = MotionTrackerCameraDevice_isAvailable_mC4C014A5D218237B6E11A85C91ECFF41522B529D(NULL);
|
|
__this->___U3CavailableU3E5__2_4 = L_11;
|
|
// var tStart = Time.time;
|
|
float L_12;
|
|
L_12 = Time_get_time_m3A271BB1B20041144AC5B7863B71AB1F0150374B(NULL);
|
|
// var finish = false;
|
|
U3CU3Ec__DisplayClass41_0_tB66C35723D8C5CE4CE9B030856B3C9B43F8EFD64* L_13 = __this->___U3CU3E8__1_3;
|
|
NullCheck(L_13);
|
|
L_13->___finish_0 = (bool)0;
|
|
// var downloader = new CalibrationDownloader();
|
|
U3CU3Ec__DisplayClass41_0_tB66C35723D8C5CE4CE9B030856B3C9B43F8EFD64* L_14 = __this->___U3CU3E8__1_3;
|
|
CalibrationDownloader_t65C1B75983EDF919EFC7B748FDD88013A3287453* L_15 = (CalibrationDownloader_t65C1B75983EDF919EFC7B748FDD88013A3287453*)il2cpp_codegen_object_new(CalibrationDownloader_t65C1B75983EDF919EFC7B748FDD88013A3287453_il2cpp_TypeInfo_var);
|
|
NullCheck(L_15);
|
|
CalibrationDownloader__ctor_m0162EE599B0DA35B15E0E5E2374F963D34565FCB(L_15, NULL);
|
|
NullCheck(L_14);
|
|
L_14->___downloader_1 = L_15;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_14->___downloader_1), (void*)L_15);
|
|
// downloader.download((int)(CalibrationDownloaderTimeout * 1000), EasyARController.Scheduler, (status, error) =>
|
|
// {
|
|
// finish = true;
|
|
// if (status == CalibrationDownloadStatus.Successful)
|
|
// {
|
|
// Debug.Log($"calibration update successful");
|
|
// }
|
|
// else if (status == CalibrationDownloadStatus.NotModified)
|
|
// {
|
|
// Debug.Log($"calibration file is latest");
|
|
// }
|
|
// else
|
|
// {
|
|
// Debug.LogWarning($"calibration update {status}: {error}");
|
|
// }
|
|
// downloader.Dispose();
|
|
// });
|
|
U3CU3Ec__DisplayClass41_0_tB66C35723D8C5CE4CE9B030856B3C9B43F8EFD64* L_16 = __this->___U3CU3E8__1_3;
|
|
NullCheck(L_16);
|
|
CalibrationDownloader_t65C1B75983EDF919EFC7B748FDD88013A3287453* L_17 = L_16->___downloader_1;
|
|
MotionTrackerFrameSource_tD7D327ED271EF894B64ED950708BB80FEC03DE00* L_18 = V_1;
|
|
NullCheck(L_18);
|
|
float L_19 = L_18->___CalibrationDownloaderTimeout_13;
|
|
Optional_1_tE7438B16A5596BE4DF9FAAF634D49D6F82AF1EBA L_20;
|
|
L_20 = Optional_1_op_Implicit_m4293675B43B0795987DCD4434416C126A695F29F(il2cpp_codegen_cast_double_to_int<int32_t>(((float)il2cpp_codegen_multiply(L_19, (1000.0f)))), Optional_1_op_Implicit_m4293675B43B0795987DCD4434416C126A695F29F_RuntimeMethod_var);
|
|
il2cpp_codegen_runtime_class_init_inline(EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177_il2cpp_TypeInfo_var);
|
|
DelayedCallbackScheduler_t7250FB4EE6119AFDCFBAC0DEADD337F1E576FD97* L_21;
|
|
L_21 = EasyARController_get_Scheduler_mD1D0082110E4A3B2159F15AFC586071831436EE6_inline(NULL);
|
|
U3CU3Ec__DisplayClass41_0_tB66C35723D8C5CE4CE9B030856B3C9B43F8EFD64* L_22 = __this->___U3CU3E8__1_3;
|
|
Action_2_t9707971E6E7286591183B8B39D4E91E8C466F77E* L_23 = (Action_2_t9707971E6E7286591183B8B39D4E91E8C466F77E*)il2cpp_codegen_object_new(Action_2_t9707971E6E7286591183B8B39D4E91E8C466F77E_il2cpp_TypeInfo_var);
|
|
NullCheck(L_23);
|
|
Action_2__ctor_m3F6C333DAFCC5CD287C2E9BFD728760DDB87D3CE(L_23, L_22, (intptr_t)((void*)U3CU3Ec__DisplayClass41_0_U3CCheckAvailabilityU3Eb__0_mF98E1342156410F834FE64750DD146CF38E779CF_RuntimeMethod_var), NULL);
|
|
NullCheck(L_17);
|
|
VirtualActionInvoker3< Optional_1_tE7438B16A5596BE4DF9FAAF634D49D6F82AF1EBA, CallbackScheduler_t6FC995D035D641811475B3EE0762B485D065FCED*, Action_2_t9707971E6E7286591183B8B39D4E91E8C466F77E* >::Invoke(6 /* System.Void easyar.CalibrationDownloader::download(easyar.Optional`1<System.Int32>,easyar.CallbackScheduler,System.Action`2<easyar.CalibrationDownloadStatus,easyar.Optional`1<System.String>>) */, L_17, L_20, L_21, L_23);
|
|
goto IL_00e9;
|
|
}
|
|
|
|
IL_00bf:
|
|
{
|
|
// if (EasyARController.Scheduler != null)
|
|
il2cpp_codegen_runtime_class_init_inline(EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177_il2cpp_TypeInfo_var);
|
|
DelayedCallbackScheduler_t7250FB4EE6119AFDCFBAC0DEADD337F1E576FD97* L_24;
|
|
L_24 = EasyARController_get_Scheduler_mD1D0082110E4A3B2159F15AFC586071831436EE6_inline(NULL);
|
|
if (!L_24)
|
|
{
|
|
goto IL_00d2;
|
|
}
|
|
}
|
|
|
|
IL_00c6:
|
|
{
|
|
// while (EasyARController.Scheduler.runOne())
|
|
il2cpp_codegen_runtime_class_init_inline(EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177_il2cpp_TypeInfo_var);
|
|
DelayedCallbackScheduler_t7250FB4EE6119AFDCFBAC0DEADD337F1E576FD97* L_25;
|
|
L_25 = EasyARController_get_Scheduler_mD1D0082110E4A3B2159F15AFC586071831436EE6_inline(NULL);
|
|
NullCheck(L_25);
|
|
bool L_26;
|
|
L_26 = VirtualFuncInvoker0< bool >::Invoke(6 /* System.Boolean easyar.DelayedCallbackScheduler::runOne() */, L_25);
|
|
if (L_26)
|
|
{
|
|
goto IL_00c6;
|
|
}
|
|
}
|
|
|
|
IL_00d2:
|
|
{
|
|
// yield return null;
|
|
__this->___U3CU3E2__current_1 = NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CU3E2__current_1), (void*)NULL);
|
|
__this->___U3CU3E1__state_0 = 1;
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_00e2:
|
|
{
|
|
__this->___U3CU3E1__state_0 = (-1);
|
|
}
|
|
|
|
IL_00e9:
|
|
{
|
|
// while ((AlwaysWaitCalibrationUpdate || !available) && !finish)
|
|
MotionTrackerFrameSource_tD7D327ED271EF894B64ED950708BB80FEC03DE00* L_27 = V_1;
|
|
NullCheck(L_27);
|
|
bool L_28 = L_27->___AlwaysWaitCalibrationUpdate_14;
|
|
if (L_28)
|
|
{
|
|
goto IL_00f9;
|
|
}
|
|
}
|
|
{
|
|
bool L_29 = __this->___U3CavailableU3E5__2_4;
|
|
if (L_29)
|
|
{
|
|
goto IL_0106;
|
|
}
|
|
}
|
|
|
|
IL_00f9:
|
|
{
|
|
U3CU3Ec__DisplayClass41_0_tB66C35723D8C5CE4CE9B030856B3C9B43F8EFD64* L_30 = __this->___U3CU3E8__1_3;
|
|
NullCheck(L_30);
|
|
bool L_31 = L_30->___finish_0;
|
|
if (!L_31)
|
|
{
|
|
goto IL_00bf;
|
|
}
|
|
}
|
|
|
|
IL_0106:
|
|
{
|
|
// }
|
|
__this->___U3CU3E8__1_3 = (U3CU3Ec__DisplayClass41_0_tB66C35723D8C5CE4CE9B030856B3C9B43F8EFD64*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CU3E8__1_3), (void*)(U3CU3Ec__DisplayClass41_0_tB66C35723D8C5CE4CE9B030856B3C9B43F8EFD64*)NULL);
|
|
}
|
|
|
|
IL_010d:
|
|
{
|
|
// isAvailable = MotionTrackerCameraDevice.isAvailable() && MotionTrackerCameraDevice.getQualityLevel() >= DesiredMotionTrackerParameters.MinQualityLevel;
|
|
MotionTrackerFrameSource_tD7D327ED271EF894B64ED950708BB80FEC03DE00* L_32 = V_1;
|
|
bool L_33;
|
|
L_33 = MotionTrackerCameraDevice_isAvailable_mC4C014A5D218237B6E11A85C91ECFF41522B529D(NULL);
|
|
G_B16_0 = L_32;
|
|
if (!L_33)
|
|
{
|
|
G_B17_0 = L_32;
|
|
goto IL_012c;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_34;
|
|
L_34 = MotionTrackerCameraDevice_getQualityLevel_m4B9EF471FA9A2FACE7DC58A055729247B1843899(NULL);
|
|
MotionTrackerFrameSource_tD7D327ED271EF894B64ED950708BB80FEC03DE00* L_35 = V_1;
|
|
NullCheck(L_35);
|
|
MotionTrackerCameraDeviceParameters_t99C71F28070E1787872BE8D080A992EEE1C45283* L_36 = L_35->___DesiredMotionTrackerParameters_12;
|
|
NullCheck(L_36);
|
|
int32_t L_37 = L_36->___MinQualityLevel_4;
|
|
G_B18_0 = ((((int32_t)((((int32_t)L_34) < ((int32_t)L_37))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
G_B18_1 = G_B16_0;
|
|
goto IL_012d;
|
|
}
|
|
|
|
IL_012c:
|
|
{
|
|
G_B18_0 = 0;
|
|
G_B18_1 = G_B17_0;
|
|
}
|
|
|
|
IL_012d:
|
|
{
|
|
Optional_1_t900DDDF790B562B704CF33648F9A6FE90E9B5DF6 L_38;
|
|
L_38 = Optional_1_op_Implicit_m1E24650E58B19C767063680D8288479923A04269((bool)G_B18_0, Optional_1_op_Implicit_m1E24650E58B19C767063680D8288479923A04269_RuntimeMethod_var);
|
|
NullCheck(G_B18_1);
|
|
G_B18_1->___isAvailable_21 = L_38;
|
|
// }
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Object easyar.MotionTrackerFrameSource/<CheckAvailability>d__41::System.Collections.Generic.IEnumerator<System.Object>.get_Current()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CCheckAvailabilityU3Ed__41_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_m1ABD30D52DFE8ABEE3F6AA950B6A78F89220ADAB (U3CCheckAvailabilityU3Ed__41_t69BDC9A1DEE9EA50DAAA7486B72CFD18E5467D94* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject* L_0 = __this->___U3CU3E2__current_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void easyar.MotionTrackerFrameSource/<CheckAvailability>d__41::System.Collections.IEnumerator.Reset()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CCheckAvailabilityU3Ed__41_System_Collections_IEnumerator_Reset_m3B968004DE51AEB48BE019958EF8DD1032AC188A (U3CCheckAvailabilityU3Ed__41_t69BDC9A1DEE9EA50DAAA7486B72CFD18E5467D94* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* L_0 = (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_0);
|
|
NotSupportedException__ctor_m1398D0CDE19B36AA3DE9392879738C1EA2439CDF(L_0, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CCheckAvailabilityU3Ed__41_System_Collections_IEnumerator_Reset_m3B968004DE51AEB48BE019958EF8DD1032AC188A_RuntimeMethod_var)));
|
|
}
|
|
}
|
|
// System.Object easyar.MotionTrackerFrameSource/<CheckAvailability>d__41::System.Collections.IEnumerator.get_Current()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CCheckAvailabilityU3Ed__41_System_Collections_IEnumerator_get_Current_m088C57B08B8F2C312F1C8F2B0AFC0611701BD9B0 (U3CCheckAvailabilityU3Ed__41_t69BDC9A1DEE9EA50DAAA7486B72CFD18E5467D94* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject* L_0 = __this->___U3CU3E2__current_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void easyar.MotionTrackerFrameSource/<AutoOpen>d__47::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CAutoOpenU3Ed__47__ctor_m19DB5FBB5C18226C1B7FF1B5BFE0E54C40135312 (U3CAutoOpenU3Ed__47_t0D0B312D8B005E51CCF957718A0E2C35D8EBA283* __this, int32_t ___0_U3CU3E1__state, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
int32_t L_0 = ___0_U3CU3E1__state;
|
|
__this->___U3CU3E1__state_0 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// System.Void easyar.MotionTrackerFrameSource/<AutoOpen>d__47::System.IDisposable.Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CAutoOpenU3Ed__47_System_IDisposable_Dispose_m0CB0EB6057F39F6790F95C0F817CF6956DD16C52 (U3CAutoOpenU3Ed__47_t0D0B312D8B005E51CCF957718A0E2C35D8EBA283* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean easyar.MotionTrackerFrameSource/<AutoOpen>d__47::MoveNext()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CAutoOpenU3Ed__47_MoveNext_m0BB1C291ACD64C5131B3F7AD51427F028BBB7FD8 (U3CAutoOpenU3Ed__47_t0D0B312D8B005E51CCF957718A0E2C35D8EBA283* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Optional_1_get_OnNone_mC8DB6E9B8EA1F7B108BEAD8D4CF0D72F034AE778_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Optional_1_get_Value_m1F032C59F95454868694661D84FC55E4284100E7_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
MotionTrackerFrameSource_tD7D327ED271EF894B64ED950708BB80FEC03DE00* V_1 = NULL;
|
|
Optional_1_t900DDDF790B562B704CF33648F9A6FE90E9B5DF6 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
Type_t* G_B15_0 = NULL;
|
|
Type_t* G_B14_0 = NULL;
|
|
String_t* G_B16_0 = NULL;
|
|
{
|
|
int32_t L_0 = __this->___U3CU3E1__state_0;
|
|
V_0 = L_0;
|
|
MotionTrackerFrameSource_tD7D327ED271EF894B64ED950708BB80FEC03DE00* L_1 = __this->___U3CU3E4__this_2;
|
|
V_1 = L_1;
|
|
int32_t L_2 = V_0;
|
|
if (!L_2)
|
|
{
|
|
goto IL_0017;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_3 = V_0;
|
|
if ((((int32_t)L_3) == ((int32_t)1)))
|
|
{
|
|
goto IL_003a;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0017:
|
|
{
|
|
__this->___U3CU3E1__state_0 = (-1);
|
|
goto IL_0041;
|
|
}
|
|
|
|
IL_0020:
|
|
{
|
|
// if (disableAutoOpen) { yield break; }
|
|
MotionTrackerFrameSource_tD7D327ED271EF894B64ED950708BB80FEC03DE00* L_4 = V_1;
|
|
NullCheck(L_4);
|
|
bool L_5 = L_4->___disableAutoOpen_16;
|
|
if (!L_5)
|
|
{
|
|
goto IL_002a;
|
|
}
|
|
}
|
|
{
|
|
// if (disableAutoOpen) { yield break; }
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_002a:
|
|
{
|
|
// yield return null;
|
|
__this->___U3CU3E2__current_1 = NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CU3E2__current_1), (void*)NULL);
|
|
__this->___U3CU3E1__state_0 = 1;
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_003a:
|
|
{
|
|
__this->___U3CU3E1__state_0 = (-1);
|
|
}
|
|
|
|
IL_0041:
|
|
{
|
|
// while (!enabled)
|
|
MotionTrackerFrameSource_tD7D327ED271EF894B64ED950708BB80FEC03DE00* L_6 = V_1;
|
|
NullCheck(L_6);
|
|
bool L_7;
|
|
L_7 = Behaviour_get_enabled_mAAC9F15E9EBF552217A5AE2681589CC0BFA300C1(L_6, NULL);
|
|
if (!L_7)
|
|
{
|
|
goto IL_0020;
|
|
}
|
|
}
|
|
{
|
|
// if (disableAutoOpen) { yield break; }
|
|
MotionTrackerFrameSource_tD7D327ED271EF894B64ED950708BB80FEC03DE00* L_8 = V_1;
|
|
NullCheck(L_8);
|
|
bool L_9 = L_8->___disableAutoOpen_16;
|
|
if (!L_9)
|
|
{
|
|
goto IL_0053;
|
|
}
|
|
}
|
|
{
|
|
// if (disableAutoOpen) { yield break; }
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0053:
|
|
{
|
|
// if (IsAvailable.OnNone || !IsAvailable.Value) { throw new UIPopupException(typeof(MotionTrackerCameraDevice) + $" not available for quality level {DesiredMotionTrackerParameters.MinQualityLevel}"); }
|
|
MotionTrackerFrameSource_tD7D327ED271EF894B64ED950708BB80FEC03DE00* L_10 = V_1;
|
|
NullCheck(L_10);
|
|
Optional_1_t900DDDF790B562B704CF33648F9A6FE90E9B5DF6 L_11;
|
|
L_11 = VirtualFuncInvoker0< Optional_1_t900DDDF790B562B704CF33648F9A6FE90E9B5DF6 >::Invoke(5 /* easyar.Optional`1<System.Boolean> easyar.FrameSource::get_IsAvailable() */, L_10);
|
|
V_2 = L_11;
|
|
bool L_12;
|
|
L_12 = Optional_1_get_OnNone_mC8DB6E9B8EA1F7B108BEAD8D4CF0D72F034AE778((&V_2), Optional_1_get_OnNone_mC8DB6E9B8EA1F7B108BEAD8D4CF0D72F034AE778_RuntimeMethod_var);
|
|
if (L_12)
|
|
{
|
|
goto IL_0073;
|
|
}
|
|
}
|
|
{
|
|
MotionTrackerFrameSource_tD7D327ED271EF894B64ED950708BB80FEC03DE00* L_13 = V_1;
|
|
NullCheck(L_13);
|
|
Optional_1_t900DDDF790B562B704CF33648F9A6FE90E9B5DF6 L_14;
|
|
L_14 = VirtualFuncInvoker0< Optional_1_t900DDDF790B562B704CF33648F9A6FE90E9B5DF6 >::Invoke(5 /* easyar.Optional`1<System.Boolean> easyar.FrameSource::get_IsAvailable() */, L_13);
|
|
V_2 = L_14;
|
|
bool L_15;
|
|
L_15 = Optional_1_get_Value_m1F032C59F95454868694661D84FC55E4284100E7((&V_2), Optional_1_get_Value_m1F032C59F95454868694661D84FC55E4284100E7_RuntimeMethod_var);
|
|
if (L_15)
|
|
{
|
|
goto IL_00ae;
|
|
}
|
|
}
|
|
|
|
IL_0073:
|
|
{
|
|
// if (IsAvailable.OnNone || !IsAvailable.Value) { throw new UIPopupException(typeof(MotionTrackerCameraDevice) + $" not available for quality level {DesiredMotionTrackerParameters.MinQualityLevel}"); }
|
|
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_16 = { reinterpret_cast<intptr_t> (((RuntimeType*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&MotionTrackerCameraDevice_tD436B669F38CE985813E95A6F7828D3E4BB8C0BB_0_0_0_var))) };
|
|
il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Type_t_il2cpp_TypeInfo_var)));
|
|
Type_t* L_17;
|
|
L_17 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_16, NULL);
|
|
Type_t* L_18 = L_17;
|
|
G_B14_0 = L_18;
|
|
if (L_18)
|
|
{
|
|
G_B15_0 = L_18;
|
|
goto IL_0084;
|
|
}
|
|
}
|
|
{
|
|
G_B16_0 = ((String_t*)(NULL));
|
|
goto IL_0089;
|
|
}
|
|
|
|
IL_0084:
|
|
{
|
|
NullCheck(G_B15_0);
|
|
String_t* L_19;
|
|
L_19 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, G_B15_0);
|
|
G_B16_0 = L_19;
|
|
}
|
|
|
|
IL_0089:
|
|
{
|
|
MotionTrackerFrameSource_tD7D327ED271EF894B64ED950708BB80FEC03DE00* L_20 = V_1;
|
|
NullCheck(L_20);
|
|
MotionTrackerCameraDeviceParameters_t99C71F28070E1787872BE8D080A992EEE1C45283* L_21 = L_20->___DesiredMotionTrackerParameters_12;
|
|
NullCheck(L_21);
|
|
int32_t L_22 = L_21->___MinQualityLevel_4;
|
|
int32_t L_23 = L_22;
|
|
RuntimeObject* L_24 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&MotionTrackerCameraDeviceQualityLevel_t2D8FCA086F2FD59ABE2DF89B5E0A0627CAE7F2D5_il2cpp_TypeInfo_var)), &L_23);
|
|
String_t* L_25;
|
|
L_25 = String_Format_mA8DBB4C2516B9723C5A41E6CB1E2FAF4BBE96DD8(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral36BB0D52B67D118D151B70E1682A600C435FAF55)), L_24, NULL);
|
|
String_t* L_26;
|
|
L_26 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(G_B16_0, L_25, NULL);
|
|
UIPopupException_t6CBA36793B5CB835F7ED2FD94F0D60186543D6EE* L_27 = (UIPopupException_t6CBA36793B5CB835F7ED2FD94F0D60186543D6EE*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&UIPopupException_t6CBA36793B5CB835F7ED2FD94F0D60186543D6EE_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_27);
|
|
UIPopupException__ctor_m2028C0A495324E4FAD33E2E48EDE7347C6BF2F6C(L_27, L_26, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_27, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CAutoOpenU3Ed__47_MoveNext_m0BB1C291ACD64C5131B3F7AD51427F028BBB7FD8_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_00ae:
|
|
{
|
|
// Open();
|
|
MotionTrackerFrameSource_tD7D327ED271EF894B64ED950708BB80FEC03DE00* L_28 = V_1;
|
|
NullCheck(L_28);
|
|
MotionTrackerFrameSource_Open_m9439B2166854F4926B89B1E9D7D0ECB56B5EF79A(L_28, NULL);
|
|
// }
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Object easyar.MotionTrackerFrameSource/<AutoOpen>d__47::System.Collections.Generic.IEnumerator<System.Object>.get_Current()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CAutoOpenU3Ed__47_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_mC13A7AE54AB6AA0E5BA3A716E392EB7227FA6640 (U3CAutoOpenU3Ed__47_t0D0B312D8B005E51CCF957718A0E2C35D8EBA283* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject* L_0 = __this->___U3CU3E2__current_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void easyar.MotionTrackerFrameSource/<AutoOpen>d__47::System.Collections.IEnumerator.Reset()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CAutoOpenU3Ed__47_System_Collections_IEnumerator_Reset_m927B57FEDCFDA7A8355843723D608FCBE01B22C1 (U3CAutoOpenU3Ed__47_t0D0B312D8B005E51CCF957718A0E2C35D8EBA283* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* L_0 = (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_0);
|
|
NotSupportedException__ctor_m1398D0CDE19B36AA3DE9392879738C1EA2439CDF(L_0, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CAutoOpenU3Ed__47_System_Collections_IEnumerator_Reset_m927B57FEDCFDA7A8355843723D608FCBE01B22C1_RuntimeMethod_var)));
|
|
}
|
|
}
|
|
// System.Object easyar.MotionTrackerFrameSource/<AutoOpen>d__47::System.Collections.IEnumerator.get_Current()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CAutoOpenU3Ed__47_System_Collections_IEnumerator_get_Current_mEE22CB932A6F8A609FD90BD225B4BE76F126E417 (U3CAutoOpenU3Ed__47_t0D0B312D8B005E51CCF957718A0E2C35D8EBA283* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject* L_0 = __this->___U3CU3E2__current_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void easyar.VideoRecorder::add_StatusUpdate(System.Action`2<easyar.RecordStatus,System.String>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VideoRecorder_add_StatusUpdate_m82A5B02394D08ABCC23202E2DB0E3F1B29649114 (VideoRecorder_tDF4C48CC4953CFE26510C712A7CAF89C8C8609DB* __this, Action_2_t6B86038ACB87B61B0819841BB4D98326C7E2BECD* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_2_t6B86038ACB87B61B0819841BB4D98326C7E2BECD_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Action_2_t6B86038ACB87B61B0819841BB4D98326C7E2BECD* V_0 = NULL;
|
|
Action_2_t6B86038ACB87B61B0819841BB4D98326C7E2BECD* V_1 = NULL;
|
|
Action_2_t6B86038ACB87B61B0819841BB4D98326C7E2BECD* V_2 = NULL;
|
|
{
|
|
Action_2_t6B86038ACB87B61B0819841BB4D98326C7E2BECD* L_0 = __this->___StatusUpdate_10;
|
|
V_0 = L_0;
|
|
}
|
|
|
|
IL_0007:
|
|
{
|
|
Action_2_t6B86038ACB87B61B0819841BB4D98326C7E2BECD* L_1 = V_0;
|
|
V_1 = L_1;
|
|
Action_2_t6B86038ACB87B61B0819841BB4D98326C7E2BECD* L_2 = V_1;
|
|
Action_2_t6B86038ACB87B61B0819841BB4D98326C7E2BECD* L_3 = ___0_value;
|
|
Delegate_t* L_4;
|
|
L_4 = Delegate_Combine_m1F725AEF318BE6F0426863490691A6F4606E7D00(L_2, L_3, NULL);
|
|
V_2 = ((Action_2_t6B86038ACB87B61B0819841BB4D98326C7E2BECD*)Castclass((RuntimeObject*)L_4, Action_2_t6B86038ACB87B61B0819841BB4D98326C7E2BECD_il2cpp_TypeInfo_var));
|
|
Action_2_t6B86038ACB87B61B0819841BB4D98326C7E2BECD** L_5 = (Action_2_t6B86038ACB87B61B0819841BB4D98326C7E2BECD**)(&__this->___StatusUpdate_10);
|
|
Action_2_t6B86038ACB87B61B0819841BB4D98326C7E2BECD* L_6 = V_2;
|
|
Action_2_t6B86038ACB87B61B0819841BB4D98326C7E2BECD* L_7 = V_1;
|
|
Action_2_t6B86038ACB87B61B0819841BB4D98326C7E2BECD* L_8;
|
|
L_8 = InterlockedCompareExchangeImpl<Action_2_t6B86038ACB87B61B0819841BB4D98326C7E2BECD*>(L_5, L_6, L_7);
|
|
V_0 = L_8;
|
|
Action_2_t6B86038ACB87B61B0819841BB4D98326C7E2BECD* L_9 = V_0;
|
|
Action_2_t6B86038ACB87B61B0819841BB4D98326C7E2BECD* L_10 = V_1;
|
|
if ((!(((RuntimeObject*)(Action_2_t6B86038ACB87B61B0819841BB4D98326C7E2BECD*)L_9) == ((RuntimeObject*)(Action_2_t6B86038ACB87B61B0819841BB4D98326C7E2BECD*)L_10))))
|
|
{
|
|
goto IL_0007;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void easyar.VideoRecorder::remove_StatusUpdate(System.Action`2<easyar.RecordStatus,System.String>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VideoRecorder_remove_StatusUpdate_m0F08AF2F520D338A23B24B5617C4F07B1B8A6504 (VideoRecorder_tDF4C48CC4953CFE26510C712A7CAF89C8C8609DB* __this, Action_2_t6B86038ACB87B61B0819841BB4D98326C7E2BECD* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_2_t6B86038ACB87B61B0819841BB4D98326C7E2BECD_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Action_2_t6B86038ACB87B61B0819841BB4D98326C7E2BECD* V_0 = NULL;
|
|
Action_2_t6B86038ACB87B61B0819841BB4D98326C7E2BECD* V_1 = NULL;
|
|
Action_2_t6B86038ACB87B61B0819841BB4D98326C7E2BECD* V_2 = NULL;
|
|
{
|
|
Action_2_t6B86038ACB87B61B0819841BB4D98326C7E2BECD* L_0 = __this->___StatusUpdate_10;
|
|
V_0 = L_0;
|
|
}
|
|
|
|
IL_0007:
|
|
{
|
|
Action_2_t6B86038ACB87B61B0819841BB4D98326C7E2BECD* L_1 = V_0;
|
|
V_1 = L_1;
|
|
Action_2_t6B86038ACB87B61B0819841BB4D98326C7E2BECD* L_2 = V_1;
|
|
Action_2_t6B86038ACB87B61B0819841BB4D98326C7E2BECD* L_3 = ___0_value;
|
|
Delegate_t* L_4;
|
|
L_4 = Delegate_Remove_m8B7DD5661308FA972E23CA1CC3FC9CEB355504E3(L_2, L_3, NULL);
|
|
V_2 = ((Action_2_t6B86038ACB87B61B0819841BB4D98326C7E2BECD*)Castclass((RuntimeObject*)L_4, Action_2_t6B86038ACB87B61B0819841BB4D98326C7E2BECD_il2cpp_TypeInfo_var));
|
|
Action_2_t6B86038ACB87B61B0819841BB4D98326C7E2BECD** L_5 = (Action_2_t6B86038ACB87B61B0819841BB4D98326C7E2BECD**)(&__this->___StatusUpdate_10);
|
|
Action_2_t6B86038ACB87B61B0819841BB4D98326C7E2BECD* L_6 = V_2;
|
|
Action_2_t6B86038ACB87B61B0819841BB4D98326C7E2BECD* L_7 = V_1;
|
|
Action_2_t6B86038ACB87B61B0819841BB4D98326C7E2BECD* L_8;
|
|
L_8 = InterlockedCompareExchangeImpl<Action_2_t6B86038ACB87B61B0819841BB4D98326C7E2BECD*>(L_5, L_6, L_7);
|
|
V_0 = L_8;
|
|
Action_2_t6B86038ACB87B61B0819841BB4D98326C7E2BECD* L_9 = V_0;
|
|
Action_2_t6B86038ACB87B61B0819841BB4D98326C7E2BECD* L_10 = V_1;
|
|
if ((!(((RuntimeObject*)(Action_2_t6B86038ACB87B61B0819841BB4D98326C7E2BECD*)L_9) == ((RuntimeObject*)(Action_2_t6B86038ACB87B61B0819841BB4D98326C7E2BECD*)L_10))))
|
|
{
|
|
goto IL_0007;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean easyar.VideoRecorder::get_IsReady()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool VideoRecorder_get_IsReady_m414189B01158947BCA5F7DED787FA38BD8982C8E (VideoRecorder_tDF4C48CC4953CFE26510C712A7CAF89C8C8609DB* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public bool IsReady { get; private set; }
|
|
bool L_0 = __this->___U3CIsReadyU3Ek__BackingField_11;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void easyar.VideoRecorder::set_IsReady(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VideoRecorder_set_IsReady_mA77771EAB389C9CB84DBD6795376B977C525BA41 (VideoRecorder_tDF4C48CC4953CFE26510C712A7CAF89C8C8609DB* __this, bool ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public bool IsReady { get; private set; }
|
|
bool L_0 = ___0_value;
|
|
__this->___U3CIsReadyU3Ek__BackingField_11 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// System.Void easyar.VideoRecorder::Start()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VideoRecorder_Start_m6EF77A1A4382464B8CC578BC9DBD811A9380DAA8 (VideoRecorder_tDF4C48CC4953CFE26510C712A7CAF89C8C8609DB* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_2_tE8FDAB3427B619024E7BE8677A267B409F919A20_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Optional_1_op_Implicit_mF566C65ED1D6C3E9C7D87D847DF64139A94A58AE_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&VideoRecorder_U3CStartU3Eb__14_0_m8EA67892A46AB5094F20E06897B0DC2FC0FB08F4_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
Type_t* G_B6_0 = NULL;
|
|
Type_t* G_B5_0 = NULL;
|
|
String_t* G_B7_0 = NULL;
|
|
Type_t* G_B12_0 = NULL;
|
|
Type_t* G_B11_0 = NULL;
|
|
String_t* G_B13_0 = NULL;
|
|
Type_t* G_B18_0 = NULL;
|
|
int32_t G_B18_1 = 0;
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* G_B18_2 = NULL;
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* G_B18_3 = NULL;
|
|
Type_t* G_B17_0 = NULL;
|
|
int32_t G_B17_1 = 0;
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* G_B17_2 = NULL;
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* G_B17_3 = NULL;
|
|
String_t* G_B19_0 = NULL;
|
|
int32_t G_B19_1 = 0;
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* G_B19_2 = NULL;
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* G_B19_3 = NULL;
|
|
Type_t* G_B23_0 = NULL;
|
|
Type_t* G_B22_0 = NULL;
|
|
String_t* G_B24_0 = NULL;
|
|
Type_t* G_B28_0 = NULL;
|
|
Type_t* G_B27_0 = NULL;
|
|
String_t* G_B29_0 = NULL;
|
|
{
|
|
// if (!EasyARController.Initialized)
|
|
il2cpp_codegen_runtime_class_init_inline(EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177_il2cpp_TypeInfo_var);
|
|
bool L_0;
|
|
L_0 = EasyARController_get_Initialized_m0F47D5BCEF5B10A78F29551AE17BBB83924BF335_inline(NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_0008;
|
|
}
|
|
}
|
|
{
|
|
// return;
|
|
return;
|
|
}
|
|
|
|
IL_0008:
|
|
{
|
|
// if (Application.platform != RuntimePlatform.Android && Application.platform != RuntimePlatform.IPhonePlayer)
|
|
int32_t L_1;
|
|
L_1 = Application_get_platform_m59EF7D6155D18891B24767F83F388160B1FF2138(NULL);
|
|
if ((((int32_t)L_1) == ((int32_t)((int32_t)11))))
|
|
{
|
|
goto IL_0052;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_2;
|
|
L_2 = Application_get_platform_m59EF7D6155D18891B24767F83F388160B1FF2138(NULL);
|
|
if ((((int32_t)L_2) == ((int32_t)8)))
|
|
{
|
|
goto IL_0052;
|
|
}
|
|
}
|
|
{
|
|
// throw new UIPopupException(typeof(Recorder) + " not available under " + Application.platform);
|
|
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_3 = { reinterpret_cast<intptr_t> (((RuntimeType*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Recorder_tAE870C84E932F622317CC8EE7E960EC7D3EDC087_0_0_0_var))) };
|
|
il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Type_t_il2cpp_TypeInfo_var)));
|
|
Type_t* L_4;
|
|
L_4 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_3, NULL);
|
|
Type_t* L_5 = L_4;
|
|
G_B5_0 = L_5;
|
|
if (L_5)
|
|
{
|
|
G_B6_0 = L_5;
|
|
goto IL_002a;
|
|
}
|
|
}
|
|
{
|
|
G_B7_0 = ((String_t*)(NULL));
|
|
goto IL_002f;
|
|
}
|
|
|
|
IL_002a:
|
|
{
|
|
NullCheck(G_B6_0);
|
|
String_t* L_6;
|
|
L_6 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, G_B6_0);
|
|
G_B7_0 = L_6;
|
|
}
|
|
|
|
IL_002f:
|
|
{
|
|
int32_t L_7;
|
|
L_7 = Application_get_platform_m59EF7D6155D18891B24767F83F388160B1FF2138(NULL);
|
|
V_0 = L_7;
|
|
Il2CppFakeBox<int32_t> L_8(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RuntimePlatform_t9A8AAF204603076FCAAECCCC05DA386AEE7BF66E_il2cpp_TypeInfo_var)), (&V_0));
|
|
String_t* L_9;
|
|
L_9 = Enum_ToString_m946B0B83C4470457D0FF555D862022C72BB55741((Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2*)(&L_8), NULL);
|
|
String_t* L_10;
|
|
L_10 = String_Concat_m8855A6DE10F84DA7F4EC113CADDB59873A25573B(G_B7_0, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral26834D02456E22869C24FA0AF665A5A430E88E20)), L_9, NULL);
|
|
UIPopupException_t6CBA36793B5CB835F7ED2FD94F0D60186543D6EE* L_11 = (UIPopupException_t6CBA36793B5CB835F7ED2FD94F0D60186543D6EE*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&UIPopupException_t6CBA36793B5CB835F7ED2FD94F0D60186543D6EE_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_11);
|
|
UIPopupException__ctor_m2028C0A495324E4FAD33E2E48EDE7347C6BF2F6C(L_11, L_10, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&VideoRecorder_Start_m6EF77A1A4382464B8CC578BC9DBD811A9380DAA8_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0052:
|
|
{
|
|
// if (SystemInfo.graphicsDeviceType != GraphicsDeviceType.OpenGLES2 && SystemInfo.graphicsDeviceType != GraphicsDeviceType.OpenGLES3)
|
|
int32_t L_12;
|
|
L_12 = SystemInfo_get_graphicsDeviceType_m2D54A0B94D138727041B29B127D8837165686545(NULL);
|
|
if ((((int32_t)L_12) == ((int32_t)8)))
|
|
{
|
|
goto IL_009c;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_13;
|
|
L_13 = SystemInfo_get_graphicsDeviceType_m2D54A0B94D138727041B29B127D8837165686545(NULL);
|
|
if ((((int32_t)L_13) == ((int32_t)((int32_t)11))))
|
|
{
|
|
goto IL_009c;
|
|
}
|
|
}
|
|
{
|
|
// throw new UIPopupException(typeof(Recorder) + " not available under " + SystemInfo.graphicsDeviceType);
|
|
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_14 = { reinterpret_cast<intptr_t> (((RuntimeType*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Recorder_tAE870C84E932F622317CC8EE7E960EC7D3EDC087_0_0_0_var))) };
|
|
il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Type_t_il2cpp_TypeInfo_var)));
|
|
Type_t* L_15;
|
|
L_15 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_14, NULL);
|
|
Type_t* L_16 = L_15;
|
|
G_B11_0 = L_16;
|
|
if (L_16)
|
|
{
|
|
G_B12_0 = L_16;
|
|
goto IL_0074;
|
|
}
|
|
}
|
|
{
|
|
G_B13_0 = ((String_t*)(NULL));
|
|
goto IL_0079;
|
|
}
|
|
|
|
IL_0074:
|
|
{
|
|
NullCheck(G_B12_0);
|
|
String_t* L_17;
|
|
L_17 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, G_B12_0);
|
|
G_B13_0 = L_17;
|
|
}
|
|
|
|
IL_0079:
|
|
{
|
|
int32_t L_18;
|
|
L_18 = SystemInfo_get_graphicsDeviceType_m2D54A0B94D138727041B29B127D8837165686545(NULL);
|
|
V_1 = L_18;
|
|
Il2CppFakeBox<int32_t> L_19(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&GraphicsDeviceType_t65150C9055D1BC1E377E894972629BF22BA2CBF5_il2cpp_TypeInfo_var)), (&V_1));
|
|
String_t* L_20;
|
|
L_20 = Enum_ToString_m946B0B83C4470457D0FF555D862022C72BB55741((Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2*)(&L_19), NULL);
|
|
String_t* L_21;
|
|
L_21 = String_Concat_m8855A6DE10F84DA7F4EC113CADDB59873A25573B(G_B13_0, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral26834D02456E22869C24FA0AF665A5A430E88E20)), L_20, NULL);
|
|
UIPopupException_t6CBA36793B5CB835F7ED2FD94F0D60186543D6EE* L_22 = (UIPopupException_t6CBA36793B5CB835F7ED2FD94F0D60186543D6EE*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&UIPopupException_t6CBA36793B5CB835F7ED2FD94F0D60186543D6EE_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_22);
|
|
UIPopupException__ctor_m2028C0A495324E4FAD33E2E48EDE7347C6BF2F6C(L_22, L_21, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_22, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&VideoRecorder_Start_m6EF77A1A4382464B8CC578BC9DBD811A9380DAA8_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_009c:
|
|
{
|
|
// if (SystemInfo.graphicsDeviceType == GraphicsDeviceType.OpenGLES3 && Application.platform == RuntimePlatform.IPhonePlayer)
|
|
int32_t L_23;
|
|
L_23 = SystemInfo_get_graphicsDeviceType_m2D54A0B94D138727041B29B127D8837165686545(NULL);
|
|
if ((!(((uint32_t)L_23) == ((uint32_t)((int32_t)11)))))
|
|
{
|
|
goto IL_0113;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_24;
|
|
L_24 = Application_get_platform_m59EF7D6155D18891B24767F83F388160B1FF2138(NULL);
|
|
if ((!(((uint32_t)L_24) == ((uint32_t)8))))
|
|
{
|
|
goto IL_0113;
|
|
}
|
|
}
|
|
{
|
|
// throw new UIPopupException(typeof(Recorder) + " not available under " + Application.platform + " with " + SystemInfo.graphicsDeviceType);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_25 = (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var)), (uint32_t)5);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_26 = L_25;
|
|
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_27 = { reinterpret_cast<intptr_t> (((RuntimeType*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Recorder_tAE870C84E932F622317CC8EE7E960EC7D3EDC087_0_0_0_var))) };
|
|
il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Type_t_il2cpp_TypeInfo_var)));
|
|
Type_t* L_28;
|
|
L_28 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_27, NULL);
|
|
Type_t* L_29 = L_28;
|
|
G_B17_0 = L_29;
|
|
G_B17_1 = 0;
|
|
G_B17_2 = L_26;
|
|
G_B17_3 = L_26;
|
|
if (L_29)
|
|
{
|
|
G_B18_0 = L_29;
|
|
G_B18_1 = 0;
|
|
G_B18_2 = L_26;
|
|
G_B18_3 = L_26;
|
|
goto IL_00c6;
|
|
}
|
|
}
|
|
{
|
|
G_B19_0 = ((String_t*)(NULL));
|
|
G_B19_1 = G_B17_1;
|
|
G_B19_2 = G_B17_2;
|
|
G_B19_3 = G_B17_3;
|
|
goto IL_00cb;
|
|
}
|
|
|
|
IL_00c6:
|
|
{
|
|
NullCheck(G_B18_0);
|
|
String_t* L_30;
|
|
L_30 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, G_B18_0);
|
|
G_B19_0 = L_30;
|
|
G_B19_1 = G_B18_1;
|
|
G_B19_2 = G_B18_2;
|
|
G_B19_3 = G_B18_3;
|
|
}
|
|
|
|
IL_00cb:
|
|
{
|
|
NullCheck(G_B19_2);
|
|
ArrayElementTypeCheck (G_B19_2, G_B19_0);
|
|
(G_B19_2)->SetAt(static_cast<il2cpp_array_size_t>(G_B19_1), (String_t*)G_B19_0);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_31 = G_B19_3;
|
|
NullCheck(L_31);
|
|
ArrayElementTypeCheck (L_31, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral26834D02456E22869C24FA0AF665A5A430E88E20)));
|
|
(L_31)->SetAt(static_cast<il2cpp_array_size_t>(1), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral26834D02456E22869C24FA0AF665A5A430E88E20)));
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_32 = L_31;
|
|
int32_t L_33;
|
|
L_33 = Application_get_platform_m59EF7D6155D18891B24767F83F388160B1FF2138(NULL);
|
|
V_0 = L_33;
|
|
Il2CppFakeBox<int32_t> L_34(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RuntimePlatform_t9A8AAF204603076FCAAECCCC05DA386AEE7BF66E_il2cpp_TypeInfo_var)), (&V_0));
|
|
String_t* L_35;
|
|
L_35 = Enum_ToString_m946B0B83C4470457D0FF555D862022C72BB55741((Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2*)(&L_34), NULL);
|
|
NullCheck(L_32);
|
|
ArrayElementTypeCheck (L_32, L_35);
|
|
(L_32)->SetAt(static_cast<il2cpp_array_size_t>(2), (String_t*)L_35);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_36 = L_32;
|
|
NullCheck(L_36);
|
|
ArrayElementTypeCheck (L_36, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralDE1632432BC8234C81171D058EF8BDE98B35585A)));
|
|
(L_36)->SetAt(static_cast<il2cpp_array_size_t>(3), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralDE1632432BC8234C81171D058EF8BDE98B35585A)));
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_37 = L_36;
|
|
int32_t L_38;
|
|
L_38 = SystemInfo_get_graphicsDeviceType_m2D54A0B94D138727041B29B127D8837165686545(NULL);
|
|
V_1 = L_38;
|
|
Il2CppFakeBox<int32_t> L_39(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&GraphicsDeviceType_t65150C9055D1BC1E377E894972629BF22BA2CBF5_il2cpp_TypeInfo_var)), (&V_1));
|
|
String_t* L_40;
|
|
L_40 = Enum_ToString_m946B0B83C4470457D0FF555D862022C72BB55741((Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2*)(&L_39), NULL);
|
|
NullCheck(L_37);
|
|
ArrayElementTypeCheck (L_37, L_40);
|
|
(L_37)->SetAt(static_cast<il2cpp_array_size_t>(4), (String_t*)L_40);
|
|
String_t* L_41;
|
|
L_41 = String_Concat_m647EBF831F54B6DF7D5AFA5FD012CF4EE7571B6A(L_37, NULL);
|
|
UIPopupException_t6CBA36793B5CB835F7ED2FD94F0D60186543D6EE* L_42 = (UIPopupException_t6CBA36793B5CB835F7ED2FD94F0D60186543D6EE*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&UIPopupException_t6CBA36793B5CB835F7ED2FD94F0D60186543D6EE_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_42);
|
|
UIPopupException__ctor_m2028C0A495324E4FAD33E2E48EDE7347C6BF2F6C(L_42, L_41, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_42, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&VideoRecorder_Start_m6EF77A1A4382464B8CC578BC9DBD811A9380DAA8_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0113:
|
|
{
|
|
// if (SystemInfo.graphicsMultiThreaded)
|
|
bool L_43;
|
|
L_43 = SystemInfo_get_graphicsMultiThreaded_m64EB05A6E20E1128246404063FDD6EC902F06458(NULL);
|
|
if (!L_43)
|
|
{
|
|
goto IL_0140;
|
|
}
|
|
}
|
|
{
|
|
// throw new UIPopupException(typeof(Recorder) + " not available when using multi-thread rendering");
|
|
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_44 = { reinterpret_cast<intptr_t> (((RuntimeType*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Recorder_tAE870C84E932F622317CC8EE7E960EC7D3EDC087_0_0_0_var))) };
|
|
il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Type_t_il2cpp_TypeInfo_var)));
|
|
Type_t* L_45;
|
|
L_45 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_44, NULL);
|
|
Type_t* L_46 = L_45;
|
|
G_B22_0 = L_46;
|
|
if (L_46)
|
|
{
|
|
G_B23_0 = L_46;
|
|
goto IL_012b;
|
|
}
|
|
}
|
|
{
|
|
G_B24_0 = ((String_t*)(NULL));
|
|
goto IL_0130;
|
|
}
|
|
|
|
IL_012b:
|
|
{
|
|
NullCheck(G_B23_0);
|
|
String_t* L_47;
|
|
L_47 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, G_B23_0);
|
|
G_B24_0 = L_47;
|
|
}
|
|
|
|
IL_0130:
|
|
{
|
|
String_t* L_48;
|
|
L_48 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(G_B24_0, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral56E7261F24A797A45E7A97714949C7712BB42D3D)), NULL);
|
|
UIPopupException_t6CBA36793B5CB835F7ED2FD94F0D60186543D6EE* L_49 = (UIPopupException_t6CBA36793B5CB835F7ED2FD94F0D60186543D6EE*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&UIPopupException_t6CBA36793B5CB835F7ED2FD94F0D60186543D6EE_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_49);
|
|
UIPopupException__ctor_m2028C0A495324E4FAD33E2E48EDE7347C6BF2F6C(L_49, L_48, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_49, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&VideoRecorder_Start_m6EF77A1A4382464B8CC578BC9DBD811A9380DAA8_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0140:
|
|
{
|
|
// if (!Recorder.isAvailable())
|
|
bool L_50;
|
|
L_50 = Recorder_isAvailable_m8D540C4A695DC1C1834D3FDEB15E86EE91C719AB(NULL);
|
|
if (L_50)
|
|
{
|
|
goto IL_016d;
|
|
}
|
|
}
|
|
{
|
|
// throw new UIPopupException(typeof(Recorder) + " not available");
|
|
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_51 = { reinterpret_cast<intptr_t> (((RuntimeType*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Recorder_tAE870C84E932F622317CC8EE7E960EC7D3EDC087_0_0_0_var))) };
|
|
il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Type_t_il2cpp_TypeInfo_var)));
|
|
Type_t* L_52;
|
|
L_52 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_51, NULL);
|
|
Type_t* L_53 = L_52;
|
|
G_B27_0 = L_53;
|
|
if (L_53)
|
|
{
|
|
G_B28_0 = L_53;
|
|
goto IL_0158;
|
|
}
|
|
}
|
|
{
|
|
G_B29_0 = ((String_t*)(NULL));
|
|
goto IL_015d;
|
|
}
|
|
|
|
IL_0158:
|
|
{
|
|
NullCheck(G_B28_0);
|
|
String_t* L_54;
|
|
L_54 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, G_B28_0);
|
|
G_B29_0 = L_54;
|
|
}
|
|
|
|
IL_015d:
|
|
{
|
|
String_t* L_55;
|
|
L_55 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(G_B29_0, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral429D8F132170CDADF68E7EFEA1640AD07E6A5409)), NULL);
|
|
UIPopupException_t6CBA36793B5CB835F7ED2FD94F0D60186543D6EE* L_56 = (UIPopupException_t6CBA36793B5CB835F7ED2FD94F0D60186543D6EE*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&UIPopupException_t6CBA36793B5CB835F7ED2FD94F0D60186543D6EE_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_56);
|
|
UIPopupException__ctor_m2028C0A495324E4FAD33E2E48EDE7347C6BF2F6C(L_56, L_55, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_56, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&VideoRecorder_Start_m6EF77A1A4382464B8CC578BC9DBD811A9380DAA8_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_016d:
|
|
{
|
|
// Recorder.requestPermissions(EasyARController.Scheduler, (Action<PermissionStatus, string>)((status, msg) =>
|
|
// {
|
|
// if (status != PermissionStatus.Granted)
|
|
// {
|
|
// throw new UIPopupException("Recorder permission not granted");
|
|
// }
|
|
// IsReady = true;
|
|
// }));
|
|
il2cpp_codegen_runtime_class_init_inline(EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177_il2cpp_TypeInfo_var);
|
|
DelayedCallbackScheduler_t7250FB4EE6119AFDCFBAC0DEADD337F1E576FD97* L_57;
|
|
L_57 = EasyARController_get_Scheduler_mD1D0082110E4A3B2159F15AFC586071831436EE6_inline(NULL);
|
|
Action_2_tE8FDAB3427B619024E7BE8677A267B409F919A20* L_58 = (Action_2_tE8FDAB3427B619024E7BE8677A267B409F919A20*)il2cpp_codegen_object_new(Action_2_tE8FDAB3427B619024E7BE8677A267B409F919A20_il2cpp_TypeInfo_var);
|
|
NullCheck(L_58);
|
|
Action_2__ctor_mF06AEAC97DB6DB9094B3989E0BBB5B39A115DEDC(L_58, __this, (intptr_t)((void*)VideoRecorder_U3CStartU3Eb__14_0_m8EA67892A46AB5094F20E06897B0DC2FC0FB08F4_RuntimeMethod_var), NULL);
|
|
Optional_1_tBDCDEF8C819D62372B21CE6C3033A164051144EF L_59;
|
|
L_59 = Optional_1_op_Implicit_mF566C65ED1D6C3E9C7D87D847DF64139A94A58AE(L_58, Optional_1_op_Implicit_mF566C65ED1D6C3E9C7D87D847DF64139A94A58AE_RuntimeMethod_var);
|
|
Recorder_requestPermissions_m7BEE89BBD23CEB1F66DFA8FE462F3AC2CF4A1E81(L_57, L_59, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void easyar.VideoRecorder::OnDestroy()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VideoRecorder_OnDestroy_m7DB34D430A69EF0C480A4D3F17EE19C91C6BF51A (VideoRecorder_tDF4C48CC4953CFE26510C712A7CAF89C8C8609DB* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// StopRecording();
|
|
bool L_0;
|
|
L_0 = VideoRecorder_StopRecording_m553456D346BCCAE32CD1815569300704A12088D1(__this, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean easyar.VideoRecorder::StartRecording()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool VideoRecorder_StartRecording_m8030EC559BE731F50CD973FB3A676F9949000634 (VideoRecorder_tDF4C48CC4953CFE26510C712A7CAF89C8C8609DB* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RecorderConfiguration_tFDCAC1718C5A5DAFE0832A739966020B43A96553_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral86BBAACC00198DBB3046818AD3FC2AA10AE48DE1);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RecorderConfiguration_tFDCAC1718C5A5DAFE0832A739966020B43A96553* V_0 = NULL;
|
|
String_t* V_1 = NULL;
|
|
int32_t V_2 = 0;
|
|
int32_t V_3 = 0;
|
|
bool V_4 = false;
|
|
int32_t G_B10_0 = 0;
|
|
{
|
|
// using (var configuration = new RecorderConfiguration())
|
|
RecorderConfiguration_tFDCAC1718C5A5DAFE0832A739966020B43A96553* L_0 = (RecorderConfiguration_tFDCAC1718C5A5DAFE0832A739966020B43A96553*)il2cpp_codegen_object_new(RecorderConfiguration_tFDCAC1718C5A5DAFE0832A739966020B43A96553_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
RecorderConfiguration__ctor_mCED7B6186185F1C3E911AEB5F3CD2D2319E4F95C(L_0, NULL);
|
|
V_0 = L_0;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_0080:
|
|
{// begin finally (depth: 1)
|
|
{
|
|
RecorderConfiguration_tFDCAC1718C5A5DAFE0832A739966020B43A96553* L_1 = V_0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_0089;
|
|
}
|
|
}
|
|
{
|
|
RecorderConfiguration_tFDCAC1718C5A5DAFE0832A739966020B43A96553* L_2 = V_0;
|
|
NullCheck(L_2);
|
|
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_2);
|
|
}
|
|
|
|
IL_0089:
|
|
{
|
|
return;
|
|
}
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
{
|
|
// var path = FilePath;
|
|
String_t* L_3 = __this->___FilePath_8;
|
|
V_1 = L_3;
|
|
// if (FilePathType == WritablePathType.PersistentDataPath)
|
|
int32_t L_4 = __this->___FilePathType_7;
|
|
if ((!(((uint32_t)L_4) == ((uint32_t)1))))
|
|
{
|
|
goto IL_0027_1;
|
|
}
|
|
}
|
|
{
|
|
// path = Application.persistentDataPath + "/" + path;
|
|
String_t* L_5;
|
|
L_5 = Application_get_persistentDataPath_mC58BD3E1A20732E0A536491DBCAE6505B1624399(NULL);
|
|
String_t* L_6 = V_1;
|
|
String_t* L_7;
|
|
L_7 = String_Concat_m8855A6DE10F84DA7F4EC113CADDB59873A25573B(L_5, _stringLiteral86BBAACC00198DBB3046818AD3FC2AA10AE48DE1, L_6, NULL);
|
|
V_1 = L_7;
|
|
}
|
|
|
|
IL_0027_1:
|
|
{
|
|
// configuration.setOutputFile(path);
|
|
RecorderConfiguration_tFDCAC1718C5A5DAFE0832A739966020B43A96553* L_8 = V_0;
|
|
String_t* L_9 = V_1;
|
|
NullCheck(L_8);
|
|
VirtualActionInvoker1< String_t* >::Invoke(6 /* System.Void easyar.RecorderConfiguration::setOutputFile(System.String) */, L_8, L_9);
|
|
// configuration.setProfile(Profile);
|
|
RecorderConfiguration_tFDCAC1718C5A5DAFE0832A739966020B43A96553* L_10 = V_0;
|
|
int32_t L_11 = __this->___Profile_4;
|
|
NullCheck(L_10);
|
|
bool L_12;
|
|
L_12 = VirtualFuncInvoker1< bool, int32_t >::Invoke(7 /* System.Boolean easyar.RecorderConfiguration::setProfile(easyar.RecordProfile) */, L_10, L_11);
|
|
// configuration.setZoomMode(RecordZoomMode);
|
|
RecorderConfiguration_tFDCAC1718C5A5DAFE0832A739966020B43A96553* L_13 = V_0;
|
|
int32_t L_14 = __this->___RecordZoomMode_6;
|
|
NullCheck(L_13);
|
|
VirtualActionInvoker1< int32_t >::Invoke(14 /* System.Void easyar.RecorderConfiguration::setZoomMode(easyar.RecordZoomMode) */, L_13, L_14);
|
|
// switch (Orientation)
|
|
int32_t L_15 = __this->___Orientation_5;
|
|
V_3 = L_15;
|
|
int32_t L_16 = V_3;
|
|
if (!L_16)
|
|
{
|
|
goto IL_0059_1;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_17 = V_3;
|
|
if ((!(((uint32_t)L_17) == ((uint32_t)1))))
|
|
{
|
|
goto IL_005d_1;
|
|
}
|
|
}
|
|
{
|
|
// orientation = RecordVideoOrientation.Portrait;
|
|
V_2 = 1;
|
|
// break;
|
|
goto IL_006e_1;
|
|
}
|
|
|
|
IL_0059_1:
|
|
{
|
|
// orientation = RecordVideoOrientation.Landscape;
|
|
V_2 = 0;
|
|
// break;
|
|
goto IL_006e_1;
|
|
}
|
|
|
|
IL_005d_1:
|
|
{
|
|
// orientation = Screen.width > Screen.height ? RecordVideoOrientation.Landscape : RecordVideoOrientation.Portrait;
|
|
int32_t L_18;
|
|
L_18 = Screen_get_width_mF608FF3252213E7EFA1F0D2F744C28110E9E5AC9(NULL);
|
|
int32_t L_19;
|
|
L_19 = Screen_get_height_m01A3102DE71EE1FBEA51D09D6B0261CF864FE8F9(NULL);
|
|
if ((((int32_t)L_18) > ((int32_t)L_19)))
|
|
{
|
|
goto IL_006c_1;
|
|
}
|
|
}
|
|
{
|
|
G_B10_0 = 1;
|
|
goto IL_006d_1;
|
|
}
|
|
|
|
IL_006c_1:
|
|
{
|
|
G_B10_0 = 0;
|
|
}
|
|
|
|
IL_006d_1:
|
|
{
|
|
V_2 = G_B10_0;
|
|
}
|
|
|
|
IL_006e_1:
|
|
{
|
|
// configuration.setVideoOrientation(orientation);
|
|
RecorderConfiguration_tFDCAC1718C5A5DAFE0832A739966020B43A96553* L_20 = V_0;
|
|
int32_t L_21 = V_2;
|
|
NullCheck(L_20);
|
|
VirtualActionInvoker1< int32_t >::Invoke(13 /* System.Void easyar.RecorderConfiguration::setVideoOrientation(easyar.RecordVideoOrientation) */, L_20, L_21);
|
|
// return StartRecording(configuration);
|
|
RecorderConfiguration_tFDCAC1718C5A5DAFE0832A739966020B43A96553* L_22 = V_0;
|
|
bool L_23;
|
|
L_23 = VideoRecorder_StartRecording_m02B3EC89BAB43054A250BF5A0D8C086381D83B0C(__this, L_22, NULL);
|
|
V_4 = L_23;
|
|
goto IL_008a;
|
|
}
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_008a:
|
|
{
|
|
// }
|
|
bool L_24 = V_4;
|
|
return L_24;
|
|
}
|
|
}
|
|
// System.Boolean easyar.VideoRecorder::StartRecording(easyar.RecorderConfiguration)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool VideoRecorder_StartRecording_m02B3EC89BAB43054A250BF5A0D8C086381D83B0C (VideoRecorder_tDF4C48CC4953CFE26510C712A7CAF89C8C8609DB* __this, RecorderConfiguration_tFDCAC1718C5A5DAFE0832A739966020B43A96553* ___0_configuration, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_2_t6B86038ACB87B61B0819841BB4D98326C7E2BECD_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Optional_1_op_Implicit_mB6E759140ABD9407B8DBA96268F4BF2A50204427_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&VideoRecorder_U3CStartRecordingU3Eb__17_0_mD5ED12BFBDF698E38A235230A14DF16F583A51D8_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (!IsReady || recorder != null)
|
|
bool L_0;
|
|
L_0 = VideoRecorder_get_IsReady_m414189B01158947BCA5F7DED787FA38BD8982C8E_inline(__this, NULL);
|
|
if (!L_0)
|
|
{
|
|
goto IL_0010;
|
|
}
|
|
}
|
|
{
|
|
Recorder_tAE870C84E932F622317CC8EE7E960EC7D3EDC087* L_1 = __this->___recorder_9;
|
|
if (!L_1)
|
|
{
|
|
goto IL_0012;
|
|
}
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
// return false;
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0012:
|
|
{
|
|
// recorder = Recorder.create(configuration, EasyARController.Scheduler, (Action<RecordStatus, string>)((status, message) =>
|
|
// {
|
|
// if (StatusUpdate != null)
|
|
// {
|
|
// StatusUpdate(status, message);
|
|
// }
|
|
// }));
|
|
RecorderConfiguration_tFDCAC1718C5A5DAFE0832A739966020B43A96553* L_2 = ___0_configuration;
|
|
il2cpp_codegen_runtime_class_init_inline(EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177_il2cpp_TypeInfo_var);
|
|
DelayedCallbackScheduler_t7250FB4EE6119AFDCFBAC0DEADD337F1E576FD97* L_3;
|
|
L_3 = EasyARController_get_Scheduler_mD1D0082110E4A3B2159F15AFC586071831436EE6_inline(NULL);
|
|
Action_2_t6B86038ACB87B61B0819841BB4D98326C7E2BECD* L_4 = (Action_2_t6B86038ACB87B61B0819841BB4D98326C7E2BECD*)il2cpp_codegen_object_new(Action_2_t6B86038ACB87B61B0819841BB4D98326C7E2BECD_il2cpp_TypeInfo_var);
|
|
NullCheck(L_4);
|
|
Action_2__ctor_mFADA48DD478BF0E893A7123E1A7944D0B1DD4689(L_4, __this, (intptr_t)((void*)VideoRecorder_U3CStartRecordingU3Eb__17_0_mD5ED12BFBDF698E38A235230A14DF16F583A51D8_RuntimeMethod_var), NULL);
|
|
Optional_1_t8170D5A02F623863C0DF65B952431BE74DB5DBA8 L_5;
|
|
L_5 = Optional_1_op_Implicit_mB6E759140ABD9407B8DBA96268F4BF2A50204427(L_4, Optional_1_op_Implicit_mB6E759140ABD9407B8DBA96268F4BF2A50204427_RuntimeMethod_var);
|
|
Recorder_tAE870C84E932F622317CC8EE7E960EC7D3EDC087* L_6;
|
|
L_6 = Recorder_create_mF79257529B420A2E7B8275FC341BD5AF7D4809F8(L_2, L_3, L_5, NULL);
|
|
__this->___recorder_9 = L_6;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___recorder_9), (void*)L_6);
|
|
// recorder.start();
|
|
Recorder_tAE870C84E932F622317CC8EE7E960EC7D3EDC087* L_7 = __this->___recorder_9;
|
|
NullCheck(L_7);
|
|
VirtualActionInvoker0::Invoke(6 /* System.Void easyar.Recorder::start() */, L_7);
|
|
// return true;
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// System.Boolean easyar.VideoRecorder::StopRecording()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool VideoRecorder_StopRecording_m553456D346BCCAE32CD1815569300704A12088D1 (VideoRecorder_tDF4C48CC4953CFE26510C712A7CAF89C8C8609DB* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// if (recorder == null)
|
|
Recorder_tAE870C84E932F622317CC8EE7E960EC7D3EDC087* L_0 = __this->___recorder_9;
|
|
if (L_0)
|
|
{
|
|
goto IL_000a;
|
|
}
|
|
}
|
|
{
|
|
// return false;
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
// bool status = recorder.stop();
|
|
Recorder_tAE870C84E932F622317CC8EE7E960EC7D3EDC087* L_1 = __this->___recorder_9;
|
|
NullCheck(L_1);
|
|
bool L_2;
|
|
L_2 = VirtualFuncInvoker0< bool >::Invoke(8 /* System.Boolean easyar.Recorder::stop() */, L_1);
|
|
// recorder.Dispose();
|
|
Recorder_tAE870C84E932F622317CC8EE7E960EC7D3EDC087* L_3 = __this->___recorder_9;
|
|
NullCheck(L_3);
|
|
RefBase_Dispose_m0C0F6CBAAFDD4D732F27B09F76D1A77AC6D44B75(L_3, NULL);
|
|
// recorder = null;
|
|
__this->___recorder_9 = (Recorder_tAE870C84E932F622317CC8EE7E960EC7D3EDC087*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___recorder_9), (void*)(Recorder_tAE870C84E932F622317CC8EE7E960EC7D3EDC087*)NULL);
|
|
// return status;
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.Boolean easyar.VideoRecorder::RecordFrame(UnityEngine.RenderTexture)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool VideoRecorder_RecordFrame_m32A4F65299E43598CF2C1FDA21DC868D4BB7ECAB (VideoRecorder_tDF4C48CC4953CFE26510C712A7CAF89C8C8609DB* __this, RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* ___0_texture, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
TextureId_tFC8FF6E0755D9DB70BEBC7A4207D522D1B41C2BE* V_0 = NULL;
|
|
intptr_t V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
{
|
|
// if (recorder == null)
|
|
Recorder_tAE870C84E932F622317CC8EE7E960EC7D3EDC087* L_0 = __this->___recorder_9;
|
|
if (L_0)
|
|
{
|
|
goto IL_000a;
|
|
}
|
|
}
|
|
{
|
|
// return false;
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
// using (var textureId = TextureId.fromInt(texture.GetNativeTexturePtr().ToInt32()))
|
|
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_1 = ___0_texture;
|
|
NullCheck(L_1);
|
|
intptr_t L_2;
|
|
L_2 = Texture_GetNativeTexturePtr_mD3019CC9461338665885D431B86C03D3063867EE(L_1, NULL);
|
|
V_1 = L_2;
|
|
int32_t L_3;
|
|
L_3 = IntPtr_ToInt32_mD53B5D2C73C7E4BE5ADEBC5D187EACC83D5BB292((&V_1), NULL);
|
|
TextureId_tFC8FF6E0755D9DB70BEBC7A4207D522D1B41C2BE* L_4;
|
|
L_4 = TextureId_fromInt_m357F054161E84B8378D11AD9B374A3C21CD350EB(L_3, NULL);
|
|
V_0 = L_4;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_0038:
|
|
{// begin finally (depth: 1)
|
|
{
|
|
TextureId_tFC8FF6E0755D9DB70BEBC7A4207D522D1B41C2BE* L_5 = V_0;
|
|
if (!L_5)
|
|
{
|
|
goto IL_0041;
|
|
}
|
|
}
|
|
{
|
|
TextureId_tFC8FF6E0755D9DB70BEBC7A4207D522D1B41C2BE* L_6 = V_0;
|
|
NullCheck(L_6);
|
|
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_6);
|
|
}
|
|
|
|
IL_0041:
|
|
{
|
|
return;
|
|
}
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
// recorder.updateFrame(textureId, texture.width, texture.height);
|
|
Recorder_tAE870C84E932F622317CC8EE7E960EC7D3EDC087* L_7 = __this->___recorder_9;
|
|
TextureId_tFC8FF6E0755D9DB70BEBC7A4207D522D1B41C2BE* L_8 = V_0;
|
|
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_9 = ___0_texture;
|
|
NullCheck(L_9);
|
|
int32_t L_10;
|
|
L_10 = VirtualFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 UnityEngine.Texture::get_width() */, L_9);
|
|
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_11 = ___0_texture;
|
|
NullCheck(L_11);
|
|
int32_t L_12;
|
|
L_12 = VirtualFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 UnityEngine.Texture::get_height() */, L_11);
|
|
NullCheck(L_7);
|
|
VirtualActionInvoker3< TextureId_tFC8FF6E0755D9DB70BEBC7A4207D522D1B41C2BE*, int32_t, int32_t >::Invoke(7 /* System.Void easyar.Recorder::updateFrame(easyar.TextureId,System.Int32,System.Int32) */, L_7, L_8, L_10, L_12);
|
|
// }
|
|
goto IL_0042;
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_0042:
|
|
{
|
|
// return true;
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// System.Void easyar.VideoRecorder::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VideoRecorder__ctor_m5E6559EF22C8ED00D581DE499A1C5C236837717C (VideoRecorder_tDF4C48CC4953CFE26510C712A7CAF89C8C8609DB* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public RecordProfile Profile = RecordProfile.Quality_Default;
|
|
__this->___Profile_4 = ((int32_t)16);
|
|
// public VideoOrientation Orientation = VideoOrientation.ScreenAdaptive;
|
|
__this->___Orientation_5 = 2;
|
|
// public string FilePath = string.Empty;
|
|
String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
|
|
__this->___FilePath_8 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___FilePath_8), (void*)L_0);
|
|
MonoBehaviour__ctor_m592DB0105CA0BC97AA1C5F4AD27B12D68A3B7C1E(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void easyar.VideoRecorder::<Start>b__14_0(easyar.PermissionStatus,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VideoRecorder_U3CStartU3Eb__14_0_m8EA67892A46AB5094F20E06897B0DC2FC0FB08F4 (VideoRecorder_tDF4C48CC4953CFE26510C712A7CAF89C8C8609DB* __this, int32_t ___0_status, String_t* ___1_msg, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// if (status != PermissionStatus.Granted)
|
|
int32_t L_0 = ___0_status;
|
|
if (!L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
// throw new UIPopupException("Recorder permission not granted");
|
|
UIPopupException_t6CBA36793B5CB835F7ED2FD94F0D60186543D6EE* L_1 = (UIPopupException_t6CBA36793B5CB835F7ED2FD94F0D60186543D6EE*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&UIPopupException_t6CBA36793B5CB835F7ED2FD94F0D60186543D6EE_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_1);
|
|
UIPopupException__ctor_m2028C0A495324E4FAD33E2E48EDE7347C6BF2F6C(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral5D8A8F1499A20C8AC1A1AFFB8F968B52F3446B0A)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&VideoRecorder_U3CStartU3Eb__14_0_m8EA67892A46AB5094F20E06897B0DC2FC0FB08F4_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
// IsReady = true;
|
|
VideoRecorder_set_IsReady_mA77771EAB389C9CB84DBD6795376B977C525BA41_inline(__this, (bool)1, NULL);
|
|
// }));
|
|
return;
|
|
}
|
|
}
|
|
// System.Void easyar.VideoRecorder::<StartRecording>b__17_0(easyar.RecordStatus,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VideoRecorder_U3CStartRecordingU3Eb__17_0_mD5ED12BFBDF698E38A235230A14DF16F583A51D8 (VideoRecorder_tDF4C48CC4953CFE26510C712A7CAF89C8C8609DB* __this, int32_t ___0_status, String_t* ___1_message, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// if (StatusUpdate != null)
|
|
Action_2_t6B86038ACB87B61B0819841BB4D98326C7E2BECD* L_0 = __this->___StatusUpdate_10;
|
|
if (!L_0)
|
|
{
|
|
goto IL_0015;
|
|
}
|
|
}
|
|
{
|
|
// StatusUpdate(status, message);
|
|
Action_2_t6B86038ACB87B61B0819841BB4D98326C7E2BECD* L_1 = __this->___StatusUpdate_10;
|
|
int32_t L_2 = ___0_status;
|
|
String_t* L_3 = ___1_message;
|
|
NullCheck(L_1);
|
|
Action_2_Invoke_mE66F43436BB50DC5041532D245F681B70D072881_inline(L_1, L_2, L_3, NULL);
|
|
}
|
|
|
|
IL_0015:
|
|
{
|
|
// }));
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void easyar.EasyARController::add_PostUpdate(System.Action)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EasyARController_add_PostUpdate_m00777E3BBCEC23E277D62D7C0728C83E05214A09 (EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177* __this, Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* V_0 = NULL;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* V_1 = NULL;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* V_2 = NULL;
|
|
{
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_0 = __this->___PostUpdate_8;
|
|
V_0 = L_0;
|
|
}
|
|
|
|
IL_0007:
|
|
{
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_1 = V_0;
|
|
V_1 = L_1;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_2 = V_1;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_3 = ___0_value;
|
|
Delegate_t* L_4;
|
|
L_4 = Delegate_Combine_m1F725AEF318BE6F0426863490691A6F4606E7D00(L_2, L_3, NULL);
|
|
V_2 = ((Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)CastclassSealed((RuntimeObject*)L_4, Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var));
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07** L_5 = (Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07**)(&__this->___PostUpdate_8);
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_6 = V_2;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_7 = V_1;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_8;
|
|
L_8 = InterlockedCompareExchangeImpl<Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*>(L_5, L_6, L_7);
|
|
V_0 = L_8;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_9 = V_0;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_10 = V_1;
|
|
if ((!(((RuntimeObject*)(Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)L_9) == ((RuntimeObject*)(Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)L_10))))
|
|
{
|
|
goto IL_0007;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void easyar.EasyARController::remove_PostUpdate(System.Action)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EasyARController_remove_PostUpdate_m98199FF80F3ED1B5F905D3206F8DA1C522F86E7D (EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177* __this, Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* V_0 = NULL;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* V_1 = NULL;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* V_2 = NULL;
|
|
{
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_0 = __this->___PostUpdate_8;
|
|
V_0 = L_0;
|
|
}
|
|
|
|
IL_0007:
|
|
{
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_1 = V_0;
|
|
V_1 = L_1;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_2 = V_1;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_3 = ___0_value;
|
|
Delegate_t* L_4;
|
|
L_4 = Delegate_Remove_m8B7DD5661308FA972E23CA1CC3FC9CEB355504E3(L_2, L_3, NULL);
|
|
V_2 = ((Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)CastclassSealed((RuntimeObject*)L_4, Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var));
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07** L_5 = (Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07**)(&__this->___PostUpdate_8);
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_6 = V_2;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_7 = V_1;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_8;
|
|
L_8 = InterlockedCompareExchangeImpl<Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*>(L_5, L_6, L_7);
|
|
V_0 = L_8;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_9 = V_0;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_10 = V_1;
|
|
if ((!(((RuntimeObject*)(Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)L_9) == ((RuntimeObject*)(Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)L_10))))
|
|
{
|
|
goto IL_0007;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// easyar.EasyARController easyar.EasyARController::get_Instance()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177* EasyARController_get_Instance_mABB2A176E95F0F90E70BD99B143DDFE4AAE1E8FA (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public static EasyARController Instance { get; private set; }
|
|
il2cpp_codegen_runtime_class_init_inline(EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177_il2cpp_TypeInfo_var);
|
|
EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177* L_0 = ((EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177_StaticFields*)il2cpp_codegen_static_fields_for(EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177_il2cpp_TypeInfo_var))->___U3CInstanceU3Ek__BackingField_9;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void easyar.EasyARController::set_Instance(easyar.EasyARController)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EasyARController_set_Instance_m50D1201F324553BEB5F07033B794510B37826CA1 (EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public static EasyARController Instance { get; private set; }
|
|
EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177* L_0 = ___0_value;
|
|
il2cpp_codegen_runtime_class_init_inline(EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177_il2cpp_TypeInfo_var);
|
|
((EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177_StaticFields*)il2cpp_codegen_static_fields_for(EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177_il2cpp_TypeInfo_var))->___U3CInstanceU3Ek__BackingField_9 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177_StaticFields*)il2cpp_codegen_static_fields_for(EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177_il2cpp_TypeInfo_var))->___U3CInstanceU3Ek__BackingField_9), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean easyar.EasyARController::get_Initialized()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EasyARController_get_Initialized_m0F47D5BCEF5B10A78F29551AE17BBB83924BF335 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public static bool Initialized { get; private set; }
|
|
il2cpp_codegen_runtime_class_init_inline(EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177_il2cpp_TypeInfo_var);
|
|
bool L_0 = ((EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177_StaticFields*)il2cpp_codegen_static_fields_for(EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177_il2cpp_TypeInfo_var))->___U3CInitializedU3Ek__BackingField_10;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void easyar.EasyARController::set_Initialized(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EasyARController_set_Initialized_m94FEC44414B9AEE174933A77D6CB708EC2BF40E3 (bool ___0_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public static bool Initialized { get; private set; }
|
|
bool L_0 = ___0_value;
|
|
il2cpp_codegen_runtime_class_init_inline(EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177_il2cpp_TypeInfo_var);
|
|
((EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177_StaticFields*)il2cpp_codegen_static_fields_for(EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177_il2cpp_TypeInfo_var))->___U3CInitializedU3Ek__BackingField_10 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// easyar.DelayedCallbackScheduler easyar.EasyARController::get_Scheduler()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DelayedCallbackScheduler_t7250FB4EE6119AFDCFBAC0DEADD337F1E576FD97* EasyARController_get_Scheduler_mD1D0082110E4A3B2159F15AFC586071831436EE6 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public static DelayedCallbackScheduler Scheduler { get; private set; }
|
|
il2cpp_codegen_runtime_class_init_inline(EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177_il2cpp_TypeInfo_var);
|
|
DelayedCallbackScheduler_t7250FB4EE6119AFDCFBAC0DEADD337F1E576FD97* L_0 = ((EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177_StaticFields*)il2cpp_codegen_static_fields_for(EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177_il2cpp_TypeInfo_var))->___U3CSchedulerU3Ek__BackingField_11;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void easyar.EasyARController::set_Scheduler(easyar.DelayedCallbackScheduler)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EasyARController_set_Scheduler_mC91879EF9F7FD8D67D1D3B049C3C6B251E992E50 (DelayedCallbackScheduler_t7250FB4EE6119AFDCFBAC0DEADD337F1E576FD97* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public static DelayedCallbackScheduler Scheduler { get; private set; }
|
|
DelayedCallbackScheduler_t7250FB4EE6119AFDCFBAC0DEADD337F1E576FD97* L_0 = ___0_value;
|
|
il2cpp_codegen_runtime_class_init_inline(EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177_il2cpp_TypeInfo_var);
|
|
((EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177_StaticFields*)il2cpp_codegen_static_fields_for(EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177_il2cpp_TypeInfo_var))->___U3CSchedulerU3Ek__BackingField_11 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177_StaticFields*)il2cpp_codegen_static_fields_for(EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177_il2cpp_TypeInfo_var))->___U3CSchedulerU3Ek__BackingField_11), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
// easyar.ThreadWorker easyar.EasyARController::get_Worker()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ThreadWorker_t1ADEDA9DB0A15609FBEFE467B9CC337BF57D6D36* EasyARController_get_Worker_mC0CE2BCBC0B1A9D6DCFAAE303EED4615168DD253 (EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public ThreadWorker Worker { get; private set; }
|
|
ThreadWorker_t1ADEDA9DB0A15609FBEFE467B9CC337BF57D6D36* L_0 = __this->___U3CWorkerU3Ek__BackingField_12;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void easyar.EasyARController::set_Worker(easyar.ThreadWorker)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EasyARController_set_Worker_m084F9786B7042B40EA561AB6951A533C0AD506AE (EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177* __this, ThreadWorker_t1ADEDA9DB0A15609FBEFE467B9CC337BF57D6D36* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public ThreadWorker Worker { get; private set; }
|
|
ThreadWorker_t1ADEDA9DB0A15609FBEFE467B9CC337BF57D6D36* L_0 = ___0_value;
|
|
__this->___U3CWorkerU3Ek__BackingField_12 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CWorkerU3Ek__BackingField_12), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
// easyar.Display easyar.EasyARController::get_Display()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Display_tB1D5BF85C3C9D5D143CF2406E5676281CC8C3FEE* EasyARController_get_Display_mD2AA8A02E26BAAFDB4A7F496DB6FC075D6D3CEAE (EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// internal Display Display { get; private set; }
|
|
Display_tB1D5BF85C3C9D5D143CF2406E5676281CC8C3FEE* L_0 = __this->___U3CDisplayU3Ek__BackingField_13;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void easyar.EasyARController::set_Display(easyar.Display)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EasyARController_set_Display_m0658B989504C86624A8433731D3882D0642EB2B5 (EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177* __this, Display_tB1D5BF85C3C9D5D143CF2406E5676281CC8C3FEE* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// internal Display Display { get; private set; }
|
|
Display_tB1D5BF85C3C9D5D143CF2406E5676281CC8C3FEE* L_0 = ___0_value;
|
|
__this->___U3CDisplayU3Ek__BackingField_13 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CDisplayU3Ek__BackingField_13), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean easyar.EasyARController::Initialize()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EasyARController_Initialize_mCE1F747E2E974E286660DAC452D72A0018A85728 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
String_t* G_B3_0 = NULL;
|
|
{
|
|
// public static bool Initialize() => Initialize(EasyARSettings.Instance != null ? EasyARSettings.Instance.LicenseKey : string.Empty);
|
|
EasyARSettings_t4901518F6AEDF9035FB580B2A6001660C0A99E64* L_0;
|
|
L_0 = EasyARSettings_get_Instance_mD8F28A062A67B7FDD6816400A992AA8EF18DC4D6_inline(NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_1;
|
|
L_1 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_0, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
if (L_1)
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
|
|
G_B3_0 = L_2;
|
|
goto IL_001e;
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
EasyARSettings_t4901518F6AEDF9035FB580B2A6001660C0A99E64* L_3;
|
|
L_3 = EasyARSettings_get_Instance_mD8F28A062A67B7FDD6816400A992AA8EF18DC4D6_inline(NULL);
|
|
NullCheck(L_3);
|
|
String_t* L_4 = L_3->___LicenseKey_4;
|
|
G_B3_0 = L_4;
|
|
}
|
|
|
|
IL_001e:
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177_il2cpp_TypeInfo_var);
|
|
bool L_5;
|
|
L_5 = EasyARController_Initialize_m1881B8D729843EC397F8A9423FA63951B707258C(G_B3_0, NULL);
|
|
return L_5;
|
|
}
|
|
}
|
|
// System.Boolean easyar.EasyARController::Initialize(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EasyARController_Initialize_m1881B8D729843EC397F8A9423FA63951B707258C (String_t* ___0_licenseKey, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DelayedCallbackScheduler_t7250FB4EE6119AFDCFBAC0DEADD337F1E576FD97_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EasyARController_OnDomainUnload_mA07AC98CD5CB2C27988F401A05FE083D267C592D_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB4891AE7127F94D0462FE015A5A1073501713A9A);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Exception_t* V_0 = NULL;
|
|
Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* V_1 = NULL;
|
|
il2cpp::utils::ExceptionSupportStack<RuntimeObject*, 1> __active_exceptions;
|
|
DelayedCallbackScheduler_t7250FB4EE6119AFDCFBAC0DEADD337F1E576FD97* G_B2_0 = NULL;
|
|
DelayedCallbackScheduler_t7250FB4EE6119AFDCFBAC0DEADD337F1E576FD97* G_B1_0 = NULL;
|
|
try
|
|
{// begin try (depth: 1)
|
|
{
|
|
// Debug.Log($"{UnityPackage.DisplayName} Version {UnityPackage.Version}");
|
|
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
Debug_Log_m87A9A3C761FF5C43ED8A53B16190A53D08F818BB(_stringLiteralB4891AE7127F94D0462FE015A5A1073501713A9A, NULL);
|
|
// initializeCalled = true;
|
|
il2cpp_codegen_runtime_class_init_inline(EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177_il2cpp_TypeInfo_var);
|
|
((EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177_StaticFields*)il2cpp_codegen_static_fields_for(EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177_il2cpp_TypeInfo_var))->___initializeCalled_6 = (bool)1;
|
|
// Initialized = false;
|
|
EasyARController_set_Initialized_m94FEC44414B9AEE174933A77D6CB708EC2BF40E3_inline((bool)0, NULL);
|
|
// exceptionMessage = string.Empty;
|
|
String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
|
|
((EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177_StaticFields*)il2cpp_codegen_static_fields_for(EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177_il2cpp_TypeInfo_var))->___exceptionMessage_5 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177_StaticFields*)il2cpp_codegen_static_fields_for(EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177_il2cpp_TypeInfo_var))->___exceptionMessage_5), (void*)L_0);
|
|
// Scheduler?.Dispose();
|
|
DelayedCallbackScheduler_t7250FB4EE6119AFDCFBAC0DEADD337F1E576FD97* L_1;
|
|
L_1 = EasyARController_get_Scheduler_mD1D0082110E4A3B2159F15AFC586071831436EE6_inline(NULL);
|
|
DelayedCallbackScheduler_t7250FB4EE6119AFDCFBAC0DEADD337F1E576FD97* L_2 = L_1;
|
|
G_B1_0 = L_2;
|
|
if (L_2)
|
|
{
|
|
G_B2_0 = L_2;
|
|
goto IL_002b_1;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0030_1;
|
|
}
|
|
|
|
IL_002b_1:
|
|
{
|
|
NullCheck(G_B2_0);
|
|
RefBase_Dispose_m0C0F6CBAAFDD4D732F27B09F76D1A77AC6D44B75(G_B2_0, NULL);
|
|
}
|
|
|
|
IL_0030_1:
|
|
{
|
|
// Scheduler = new DelayedCallbackScheduler();
|
|
DelayedCallbackScheduler_t7250FB4EE6119AFDCFBAC0DEADD337F1E576FD97* L_3 = (DelayedCallbackScheduler_t7250FB4EE6119AFDCFBAC0DEADD337F1E576FD97*)il2cpp_codegen_object_new(DelayedCallbackScheduler_t7250FB4EE6119AFDCFBAC0DEADD337F1E576FD97_il2cpp_TypeInfo_var);
|
|
NullCheck(L_3);
|
|
DelayedCallbackScheduler__ctor_m8279AA3A0FA97EF6D909B976B380F08AEA02F1B5(L_3, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177_il2cpp_TypeInfo_var);
|
|
EasyARController_set_Scheduler_mC91879EF9F7FD8D67D1D3B049C3C6B251E992E50_inline(L_3, NULL);
|
|
// AppDomain.CurrentDomain.DomainUnload += OnDomainUnload;
|
|
AppDomain_tFF7010567CBABAEEA7BB19835234D6485E16AD5F* L_4;
|
|
L_4 = AppDomain_get_CurrentDomain_m38D86FD149C2C62AD0FAB0159D70ECB13D841667(NULL);
|
|
EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82* L_5 = (EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82*)il2cpp_codegen_object_new(EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82_il2cpp_TypeInfo_var);
|
|
NullCheck(L_5);
|
|
EventHandler__ctor_m95444CE8D5A6F1AFC9793866C3FE884E732DCEB2(L_5, NULL, (intptr_t)((void*)EasyARController_OnDomainUnload_mA07AC98CD5CB2C27988F401A05FE083D267C592D_RuntimeMethod_var), NULL);
|
|
NullCheck(L_4);
|
|
AppDomain_add_DomainUnload_mC24E729ABD7550A0A1F018EBF215FDF03AA1064F(L_4, L_5, NULL);
|
|
// Initialized = Engine.initialize(licenseKey.Trim());
|
|
String_t* L_6 = ___0_licenseKey;
|
|
NullCheck(L_6);
|
|
String_t* L_7;
|
|
L_7 = String_Trim_mCD6D8C6D4CFD15225D12DB7D3E0544CA80FB8DA5(L_6, NULL);
|
|
bool L_8;
|
|
L_8 = Engine_initialize_mA1131E33354C0FABF835AFBFC5FB394159AE65F1(L_7, NULL);
|
|
EasyARController_set_Initialized_m94FEC44414B9AEE174933A77D6CB708EC2BF40E3_inline(L_8, NULL);
|
|
// }
|
|
goto IL_017a;
|
|
}
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex)))
|
|
{
|
|
IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex);
|
|
goto CATCH_0065;
|
|
}
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0065:
|
|
{// begin catch(System.Exception)
|
|
{
|
|
Exception_t* L_9 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*));;
|
|
// catch (Exception e)
|
|
V_0 = L_9;
|
|
// Initialized = false;
|
|
il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177_il2cpp_TypeInfo_var)));
|
|
EasyARController_set_Initialized_m94FEC44414B9AEE174933A77D6CB708EC2BF40E3_inline((bool)0, NULL);
|
|
// if (e is DllNotFoundException
|
|
// #if UNITY_ANDROID && !UNITY_EDITOR
|
|
// || e is AndroidJavaException
|
|
// #endif
|
|
// )
|
|
Exception_t* L_10 = V_0;
|
|
if (!((DllNotFoundException_t8CAE636A394C482C9FCF38FB7B7929506319D534*)IsInstClass((RuntimeObject*)L_10, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DllNotFoundException_t8CAE636A394C482C9FCF38FB7B7929506319D534_il2cpp_TypeInfo_var)))))
|
|
{
|
|
goto IL_008d;
|
|
}
|
|
}
|
|
{
|
|
// exceptionMessage += "Fail to load EasyAR library." + Environment.NewLine;
|
|
il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177_il2cpp_TypeInfo_var)));
|
|
String_t* L_11 = ((EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177_StaticFields*)il2cpp_codegen_static_fields_for(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177_il2cpp_TypeInfo_var))))->___exceptionMessage_5;
|
|
String_t* L_12;
|
|
L_12 = Environment_get_NewLine_m8BF68A4EFDAFFB66500984CE779629811BA98FFF(NULL);
|
|
String_t* L_13;
|
|
L_13 = String_Concat_m8855A6DE10F84DA7F4EC113CADDB59873A25573B(L_11, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralDDA2144D1BB4BD172694C6C96F36255AB219E16F)), L_12, NULL);
|
|
((EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177_StaticFields*)il2cpp_codegen_static_fields_for(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177_il2cpp_TypeInfo_var))))->___exceptionMessage_5 = L_13;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177_StaticFields*)il2cpp_codegen_static_fields_for(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177_il2cpp_TypeInfo_var))))->___exceptionMessage_5), (void*)L_13);
|
|
}
|
|
|
|
IL_008d:
|
|
{
|
|
// if (Application.platform == RuntimePlatform.OSXEditor || Application.platform == RuntimePlatform.OSXPlayer)
|
|
int32_t L_14;
|
|
L_14 = Application_get_platform_m59EF7D6155D18891B24767F83F388160B1FF2138(NULL);
|
|
if (!L_14)
|
|
{
|
|
goto IL_009f;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_15;
|
|
L_15 = Application_get_platform_m59EF7D6155D18891B24767F83F388160B1FF2138(NULL);
|
|
if ((!(((uint32_t)L_15) == ((uint32_t)1))))
|
|
{
|
|
goto IL_013a;
|
|
}
|
|
}
|
|
|
|
IL_009f:
|
|
{
|
|
// if (Version.TryParse(SystemInfo.operatingSystem.ToLower().Replace("mac", "").Replace("os", "").Replace("x", "").Trim(), out version))
|
|
String_t* L_16;
|
|
L_16 = SystemInfo_get_operatingSystem_m47B20646C221517ACA8F99DE8576BF794AEB6F8D(NULL);
|
|
NullCheck(L_16);
|
|
String_t* L_17;
|
|
L_17 = String_ToLower_m6191ABA3DC514ED47C10BDA23FD0DDCEAE7ACFBD(L_16, NULL);
|
|
NullCheck(L_17);
|
|
String_t* L_18;
|
|
L_18 = String_Replace_mABDB7003A1D0AEDCAE9FF85E3DFFFBA752D2A166(L_17, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral778F4B6769BD76BEA1B6F935EF09DAE5B686E017)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709)), NULL);
|
|
NullCheck(L_18);
|
|
String_t* L_19;
|
|
L_19 = String_Replace_mABDB7003A1D0AEDCAE9FF85E3DFFFBA752D2A166(L_18, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral4796C2353A3B4122A85B21984B11EB06E3F85F67)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709)), NULL);
|
|
NullCheck(L_19);
|
|
String_t* L_20;
|
|
L_20 = String_Replace_mABDB7003A1D0AEDCAE9FF85E3DFFFBA752D2A166(L_19, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral062DB096C728515E033CF8C48A1C1F0B9A79384B)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709)), NULL);
|
|
NullCheck(L_20);
|
|
String_t* L_21;
|
|
L_21 = String_Trim_mCD6D8C6D4CFD15225D12DB7D3E0544CA80FB8DA5(L_20, NULL);
|
|
bool L_22;
|
|
L_22 = Version_TryParse_m97B901CC175D8C6E1268F7D5E248050C007F4A28(L_21, (&V_1), NULL);
|
|
if (!L_22)
|
|
{
|
|
goto IL_013a;
|
|
}
|
|
}
|
|
{
|
|
// if (version.Major < 10 || (version.Major == 10 && version.Minor < 15))
|
|
Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* L_23 = V_1;
|
|
NullCheck(L_23);
|
|
int32_t L_24;
|
|
L_24 = Version_get_Major_m1F782BA72C64627627ADC2090C147CF887CE7795_inline(L_23, NULL);
|
|
if ((((int32_t)L_24) < ((int32_t)((int32_t)10))))
|
|
{
|
|
goto IL_0102;
|
|
}
|
|
}
|
|
{
|
|
Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* L_25 = V_1;
|
|
NullCheck(L_25);
|
|
int32_t L_26;
|
|
L_26 = Version_get_Major_m1F782BA72C64627627ADC2090C147CF887CE7795_inline(L_25, NULL);
|
|
if ((!(((uint32_t)L_26) == ((uint32_t)((int32_t)10)))))
|
|
{
|
|
goto IL_013a;
|
|
}
|
|
}
|
|
{
|
|
Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* L_27 = V_1;
|
|
NullCheck(L_27);
|
|
int32_t L_28;
|
|
L_28 = Version_get_Minor_m5EEC53977DFD0A9D8F3276DA2532E8DC1644F80E_inline(L_27, NULL);
|
|
if ((((int32_t)L_28) >= ((int32_t)((int32_t)15))))
|
|
{
|
|
goto IL_013a;
|
|
}
|
|
}
|
|
|
|
IL_0102:
|
|
{
|
|
// exceptionMessage += $"EasyAR Sense does not run on {SystemInfo.operatingSystem} (require 10.15 or later)." + Environment.NewLine;
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_29 = (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var)), (uint32_t)5);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_30 = L_29;
|
|
il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177_il2cpp_TypeInfo_var)));
|
|
String_t* L_31 = ((EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177_StaticFields*)il2cpp_codegen_static_fields_for(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177_il2cpp_TypeInfo_var))))->___exceptionMessage_5;
|
|
NullCheck(L_30);
|
|
ArrayElementTypeCheck (L_30, L_31);
|
|
(L_30)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)L_31);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_32 = L_30;
|
|
NullCheck(L_32);
|
|
ArrayElementTypeCheck (L_32, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralEAB0C3743D48949B1ADA9755502DE4D81C560ED7)));
|
|
(L_32)->SetAt(static_cast<il2cpp_array_size_t>(1), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralEAB0C3743D48949B1ADA9755502DE4D81C560ED7)));
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_33 = L_32;
|
|
String_t* L_34;
|
|
L_34 = SystemInfo_get_operatingSystem_m47B20646C221517ACA8F99DE8576BF794AEB6F8D(NULL);
|
|
NullCheck(L_33);
|
|
ArrayElementTypeCheck (L_33, L_34);
|
|
(L_33)->SetAt(static_cast<il2cpp_array_size_t>(2), (String_t*)L_34);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_35 = L_33;
|
|
NullCheck(L_35);
|
|
ArrayElementTypeCheck (L_35, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral620FE2D0646721599E83FE4F883E478BC8467D3B)));
|
|
(L_35)->SetAt(static_cast<il2cpp_array_size_t>(3), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral620FE2D0646721599E83FE4F883E478BC8467D3B)));
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_36 = L_35;
|
|
String_t* L_37;
|
|
L_37 = Environment_get_NewLine_m8BF68A4EFDAFFB66500984CE779629811BA98FFF(NULL);
|
|
NullCheck(L_36);
|
|
ArrayElementTypeCheck (L_36, L_37);
|
|
(L_36)->SetAt(static_cast<il2cpp_array_size_t>(4), (String_t*)L_37);
|
|
String_t* L_38;
|
|
L_38 = String_Concat_m647EBF831F54B6DF7D5AFA5FD012CF4EE7571B6A(L_36, NULL);
|
|
((EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177_StaticFields*)il2cpp_codegen_static_fields_for(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177_il2cpp_TypeInfo_var))))->___exceptionMessage_5 = L_38;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177_StaticFields*)il2cpp_codegen_static_fields_for(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177_il2cpp_TypeInfo_var))))->___exceptionMessage_5), (void*)L_38);
|
|
}
|
|
|
|
IL_013a:
|
|
{
|
|
// exceptionMessage += "Exception caught in Initialize:" + Environment.NewLine;
|
|
il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177_il2cpp_TypeInfo_var)));
|
|
String_t* L_39 = ((EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177_StaticFields*)il2cpp_codegen_static_fields_for(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177_il2cpp_TypeInfo_var))))->___exceptionMessage_5;
|
|
String_t* L_40;
|
|
L_40 = Environment_get_NewLine_m8BF68A4EFDAFFB66500984CE779629811BA98FFF(NULL);
|
|
String_t* L_41;
|
|
L_41 = String_Concat_m8855A6DE10F84DA7F4EC113CADDB59873A25573B(L_39, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralAD07A6A88D660506569DADA3DBECF5DC3DF7CC12)), L_40, NULL);
|
|
((EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177_StaticFields*)il2cpp_codegen_static_fields_for(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177_il2cpp_TypeInfo_var))))->___exceptionMessage_5 = L_41;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177_StaticFields*)il2cpp_codegen_static_fields_for(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177_il2cpp_TypeInfo_var))))->___exceptionMessage_5), (void*)L_41);
|
|
// exceptionMessage += $"{e.GetType()}: {e.Message}";
|
|
String_t* L_42 = ((EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177_StaticFields*)il2cpp_codegen_static_fields_for(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177_il2cpp_TypeInfo_var))))->___exceptionMessage_5;
|
|
Exception_t* L_43 = V_0;
|
|
NullCheck(L_43);
|
|
Type_t* L_44;
|
|
L_44 = Exception_GetType_mAD1230385BDC06119C339187CC37F22B6A79CF09(L_43, NULL);
|
|
Exception_t* L_45 = V_0;
|
|
NullCheck(L_45);
|
|
String_t* L_46;
|
|
L_46 = VirtualFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Exception::get_Message() */, L_45);
|
|
String_t* L_47;
|
|
L_47 = String_Format_mFB7DA489BD99F4670881FF50EC017BFB0A5C0987(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA3C48F920CA03FE8BCEF33375645725C40BA7ADD)), L_44, L_46, NULL);
|
|
String_t* L_48;
|
|
L_48 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(L_42, L_47, NULL);
|
|
((EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177_StaticFields*)il2cpp_codegen_static_fields_for(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177_il2cpp_TypeInfo_var))))->___exceptionMessage_5 = L_48;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177_StaticFields*)il2cpp_codegen_static_fields_for(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177_il2cpp_TypeInfo_var))))->___exceptionMessage_5), (void*)L_48);
|
|
// throw e;
|
|
Exception_t* L_49 = V_0;
|
|
IL2CPP_POP_ACTIVE_EXCEPTION(Exception_t*);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_49, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EasyARController_Initialize_m1881B8D729843EC397F8A9423FA63951B707258C_RuntimeMethod_var)));
|
|
}
|
|
}// end catch (depth: 1)
|
|
|
|
IL_017a:
|
|
{
|
|
// return Initialized;
|
|
il2cpp_codegen_runtime_class_init_inline(EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177_il2cpp_TypeInfo_var);
|
|
bool L_50;
|
|
L_50 = EasyARController_get_Initialized_m0F47D5BCEF5B10A78F29551AE17BBB83924BF335_inline(NULL);
|
|
return L_50;
|
|
}
|
|
}
|
|
// System.Void easyar.EasyARController::Deinitialize()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EasyARController_Deinitialize_mBCFB07927F427571461DAE16DD2BD0FC27115188 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EasyARController_OnDomainUnload_mA07AC98CD5CB2C27988F401A05FE083D267C592D_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
DelayedCallbackScheduler_t7250FB4EE6119AFDCFBAC0DEADD337F1E576FD97* G_B2_0 = NULL;
|
|
DelayedCallbackScheduler_t7250FB4EE6119AFDCFBAC0DEADD337F1E576FD97* G_B1_0 = NULL;
|
|
{
|
|
// Scheduler?.Dispose();
|
|
il2cpp_codegen_runtime_class_init_inline(EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177_il2cpp_TypeInfo_var);
|
|
DelayedCallbackScheduler_t7250FB4EE6119AFDCFBAC0DEADD337F1E576FD97* L_0;
|
|
L_0 = EasyARController_get_Scheduler_mD1D0082110E4A3B2159F15AFC586071831436EE6_inline(NULL);
|
|
DelayedCallbackScheduler_t7250FB4EE6119AFDCFBAC0DEADD337F1E576FD97* L_1 = L_0;
|
|
G_B1_0 = L_1;
|
|
if (L_1)
|
|
{
|
|
G_B2_0 = L_1;
|
|
goto IL_000b;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0010;
|
|
}
|
|
|
|
IL_000b:
|
|
{
|
|
NullCheck(G_B2_0);
|
|
RefBase_Dispose_m0C0F6CBAAFDD4D732F27B09F76D1A77AC6D44B75(G_B2_0, NULL);
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
// Scheduler = null;
|
|
il2cpp_codegen_runtime_class_init_inline(EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177_il2cpp_TypeInfo_var);
|
|
EasyARController_set_Scheduler_mC91879EF9F7FD8D67D1D3B049C3C6B251E992E50_inline((DelayedCallbackScheduler_t7250FB4EE6119AFDCFBAC0DEADD337F1E576FD97*)NULL, NULL);
|
|
// Initialized = false;
|
|
EasyARController_set_Initialized_m94FEC44414B9AEE174933A77D6CB708EC2BF40E3_inline((bool)0, NULL);
|
|
// initializeCalled = false;
|
|
((EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177_StaticFields*)il2cpp_codegen_static_fields_for(EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177_il2cpp_TypeInfo_var))->___initializeCalled_6 = (bool)0;
|
|
// AppDomain.CurrentDomain.DomainUnload -= OnDomainUnload;
|
|
AppDomain_tFF7010567CBABAEEA7BB19835234D6485E16AD5F* L_2;
|
|
L_2 = AppDomain_get_CurrentDomain_m38D86FD149C2C62AD0FAB0159D70ECB13D841667(NULL);
|
|
EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82* L_3 = (EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82*)il2cpp_codegen_object_new(EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82_il2cpp_TypeInfo_var);
|
|
NullCheck(L_3);
|
|
EventHandler__ctor_m95444CE8D5A6F1AFC9793866C3FE884E732DCEB2(L_3, NULL, (intptr_t)((void*)EasyARController_OnDomainUnload_mA07AC98CD5CB2C27988F401A05FE083D267C592D_RuntimeMethod_var), NULL);
|
|
NullCheck(L_2);
|
|
AppDomain_remove_DomainUnload_mCF2BC3E86CFB37871A9A4B797E64D7D4A425AE94(L_2, L_3, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void easyar.EasyARController::AttemptInitializeOnLoad()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EasyARController_AttemptInitializeOnLoad_m150C6129C946650CFE2A845A989EF1F7F4C84A23 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (!EasyARSettings.Instance || !EasyARSettings.Instance.InitializeOnStartup) { return; }
|
|
EasyARSettings_t4901518F6AEDF9035FB580B2A6001660C0A99E64* L_0;
|
|
L_0 = EasyARSettings_get_Instance_mD8F28A062A67B7FDD6816400A992AA8EF18DC4D6_inline(NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_1;
|
|
L_1 = Object_op_Implicit_m93896EF7D68FA113C42D3FE2BC6F661FC7EF514A(L_0, NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_0018;
|
|
}
|
|
}
|
|
{
|
|
EasyARSettings_t4901518F6AEDF9035FB580B2A6001660C0A99E64* L_2;
|
|
L_2 = EasyARSettings_get_Instance_mD8F28A062A67B7FDD6816400A992AA8EF18DC4D6_inline(NULL);
|
|
NullCheck(L_2);
|
|
bool L_3 = L_2->___InitializeOnStartup_5;
|
|
if (L_3)
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
|
|
IL_0018:
|
|
{
|
|
// if (!EasyARSettings.Instance || !EasyARSettings.Instance.InitializeOnStartup) { return; }
|
|
return;
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
// Initialize();
|
|
il2cpp_codegen_runtime_class_init_inline(EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177_il2cpp_TypeInfo_var);
|
|
bool L_4;
|
|
L_4 = EasyARController_Initialize_mCE1F747E2E974E286660DAC452D72A0018A85728(NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void easyar.EasyARController::Awake()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EasyARController_Awake_m601519A5C76AB3524B9AD0D5053B65C1A87D4213 (EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Display_tB1D5BF85C3C9D5D143CF2406E5676281CC8C3FEE_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ThreadWorker_t1ADEDA9DB0A15609FBEFE467B9CC337BF57D6D36_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// Instance = this;
|
|
il2cpp_codegen_runtime_class_init_inline(EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177_il2cpp_TypeInfo_var);
|
|
EasyARController_set_Instance_m50D1201F324553BEB5F07033B794510B37826CA1_inline(__this, NULL);
|
|
// Display = new Display();
|
|
Display_tB1D5BF85C3C9D5D143CF2406E5676281CC8C3FEE* L_0 = (Display_tB1D5BF85C3C9D5D143CF2406E5676281CC8C3FEE*)il2cpp_codegen_object_new(Display_tB1D5BF85C3C9D5D143CF2406E5676281CC8C3FEE_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
Display__ctor_m638F6C87A738EF2174E467B6E3DA73A70007F0B9(L_0, NULL);
|
|
EasyARController_set_Display_m0658B989504C86624A8433731D3882D0642EB2B5_inline(__this, L_0, NULL);
|
|
// Worker = new ThreadWorker();
|
|
ThreadWorker_t1ADEDA9DB0A15609FBEFE467B9CC337BF57D6D36* L_1 = (ThreadWorker_t1ADEDA9DB0A15609FBEFE467B9CC337BF57D6D36*)il2cpp_codegen_object_new(ThreadWorker_t1ADEDA9DB0A15609FBEFE467B9CC337BF57D6D36_il2cpp_TypeInfo_var);
|
|
NullCheck(L_1);
|
|
ThreadWorker__ctor_m7C3D8587DDFFE05853F60422C3A65F292A057E8C(L_1, NULL);
|
|
EasyARController_set_Worker_m084F9786B7042B40EA561AB6951A533C0AD506AE_inline(__this, L_1, NULL);
|
|
// hasError = !Initialized;
|
|
bool L_2;
|
|
L_2 = EasyARController_get_Initialized_m0F47D5BCEF5B10A78F29551AE17BBB83924BF335_inline(NULL);
|
|
__this->___hasError_7 = (bool)((((int32_t)L_2) == ((int32_t)0))? 1 : 0);
|
|
// if (hasError)
|
|
bool L_3 = __this->___hasError_7;
|
|
if (!L_3)
|
|
{
|
|
goto IL_0038;
|
|
}
|
|
}
|
|
{
|
|
// ShowErrorMessage();
|
|
EasyARController_ShowErrorMessage_m204C1B87EBD8DFB12C144853604AC4AD0177DE9D(__this, NULL);
|
|
}
|
|
|
|
IL_0038:
|
|
{
|
|
// if (Scheduler != null)
|
|
il2cpp_codegen_runtime_class_init_inline(EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177_il2cpp_TypeInfo_var);
|
|
DelayedCallbackScheduler_t7250FB4EE6119AFDCFBAC0DEADD337F1E576FD97* L_4;
|
|
L_4 = EasyARController_get_Scheduler_mD1D0082110E4A3B2159F15AFC586071831436EE6_inline(NULL);
|
|
if (!L_4)
|
|
{
|
|
goto IL_004b;
|
|
}
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
// while (Scheduler.runOne())
|
|
il2cpp_codegen_runtime_class_init_inline(EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177_il2cpp_TypeInfo_var);
|
|
DelayedCallbackScheduler_t7250FB4EE6119AFDCFBAC0DEADD337F1E576FD97* L_5;
|
|
L_5 = EasyARController_get_Scheduler_mD1D0082110E4A3B2159F15AFC586071831436EE6_inline(NULL);
|
|
NullCheck(L_5);
|
|
bool L_6;
|
|
L_6 = VirtualFuncInvoker0< bool >::Invoke(6 /* System.Boolean easyar.DelayedCallbackScheduler::runOne() */, L_5);
|
|
if (L_6)
|
|
{
|
|
goto IL_003f;
|
|
}
|
|
}
|
|
|
|
IL_004b:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void easyar.EasyARController::Update()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EasyARController_Update_m85082B57E8C415B1B9FE2E880F2D3BED56730AA3 (EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* G_B10_0 = NULL;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* G_B9_0 = NULL;
|
|
{
|
|
// if (!Initialized)
|
|
il2cpp_codegen_runtime_class_init_inline(EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177_il2cpp_TypeInfo_var);
|
|
bool L_0;
|
|
L_0 = EasyARController_get_Initialized_m0F47D5BCEF5B10A78F29551AE17BBB83924BF335_inline(NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_001d;
|
|
}
|
|
}
|
|
{
|
|
// if (!hasError)
|
|
bool L_1 = __this->___hasError_7;
|
|
if (L_1)
|
|
{
|
|
goto IL_001c;
|
|
}
|
|
}
|
|
{
|
|
// hasError = true;
|
|
__this->___hasError_7 = (bool)1;
|
|
// ShowErrorMessage();
|
|
EasyARController_ShowErrorMessage_m204C1B87EBD8DFB12C144853604AC4AD0177DE9D(__this, NULL);
|
|
}
|
|
|
|
IL_001c:
|
|
{
|
|
// return;
|
|
return;
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
// if (!string.IsNullOrEmpty(Engine.errorMessage()))
|
|
String_t* L_2;
|
|
L_2 = Engine_errorMessage_m3FEB7109374BD97D4A705542D1CF5E56819FEA29(NULL);
|
|
bool L_3;
|
|
L_3 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_2, NULL);
|
|
if (L_3)
|
|
{
|
|
goto IL_003c;
|
|
}
|
|
}
|
|
{
|
|
// hasError = true;
|
|
__this->___hasError_7 = (bool)1;
|
|
// ShowErrorMessage();
|
|
EasyARController_ShowErrorMessage_m204C1B87EBD8DFB12C144853604AC4AD0177DE9D(__this, NULL);
|
|
// Initialized = false;
|
|
il2cpp_codegen_runtime_class_init_inline(EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177_il2cpp_TypeInfo_var);
|
|
EasyARController_set_Initialized_m94FEC44414B9AEE174933A77D6CB708EC2BF40E3_inline((bool)0, NULL);
|
|
}
|
|
|
|
IL_003c:
|
|
{
|
|
// if (Scheduler != null)
|
|
il2cpp_codegen_runtime_class_init_inline(EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177_il2cpp_TypeInfo_var);
|
|
DelayedCallbackScheduler_t7250FB4EE6119AFDCFBAC0DEADD337F1E576FD97* L_4;
|
|
L_4 = EasyARController_get_Scheduler_mD1D0082110E4A3B2159F15AFC586071831436EE6_inline(NULL);
|
|
if (!L_4)
|
|
{
|
|
goto IL_004f;
|
|
}
|
|
}
|
|
|
|
IL_0043:
|
|
{
|
|
// while (Scheduler.runOne())
|
|
il2cpp_codegen_runtime_class_init_inline(EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177_il2cpp_TypeInfo_var);
|
|
DelayedCallbackScheduler_t7250FB4EE6119AFDCFBAC0DEADD337F1E576FD97* L_5;
|
|
L_5 = EasyARController_get_Scheduler_mD1D0082110E4A3B2159F15AFC586071831436EE6_inline(NULL);
|
|
NullCheck(L_5);
|
|
bool L_6;
|
|
L_6 = VirtualFuncInvoker0< bool >::Invoke(6 /* System.Boolean easyar.DelayedCallbackScheduler::runOne() */, L_5);
|
|
if (L_6)
|
|
{
|
|
goto IL_0043;
|
|
}
|
|
}
|
|
|
|
IL_004f:
|
|
{
|
|
// PostUpdate?.Invoke();
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_7 = __this->___PostUpdate_8;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_8 = L_7;
|
|
G_B9_0 = L_8;
|
|
if (L_8)
|
|
{
|
|
G_B10_0 = L_8;
|
|
goto IL_005a;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
NullCheck(G_B10_0);
|
|
Action_Invoke_m7126A54DACA72B845424072887B5F3A51FC3808E_inline(G_B10_0, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void easyar.EasyARController::OnApplicationPause(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EasyARController_OnApplicationPause_m62C2A18AE6C526BF0E0D1FD953D6EF9549475B24 (EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177* __this, bool ___0_pause, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// if (pause)
|
|
bool L_0 = ___0_pause;
|
|
if (!L_0)
|
|
{
|
|
goto IL_0009;
|
|
}
|
|
}
|
|
{
|
|
// Engine.onPause();
|
|
Engine_onPause_mF635D2CD434B6B256493F8D1E2ED7797FB4C0722(NULL);
|
|
return;
|
|
}
|
|
|
|
IL_0009:
|
|
{
|
|
// Engine.onResume();
|
|
Engine_onResume_mC2F847FE1E7295081665F01B937B54D6520E0677(NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void easyar.EasyARController::OnDestroy()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EasyARController_OnDestroy_mE6D2E57D8A0F5BF442D2C30EB769961F587E09DE (EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// Worker.Dispose();
|
|
ThreadWorker_t1ADEDA9DB0A15609FBEFE467B9CC337BF57D6D36* L_0;
|
|
L_0 = EasyARController_get_Worker_mC0CE2BCBC0B1A9D6DCFAAE303EED4615168DD253_inline(__this, NULL);
|
|
NullCheck(L_0);
|
|
ThreadWorker_Dispose_mCB163CDEF06B33B778EFDD19339F44CE7B0BF2A1(L_0, NULL);
|
|
// Display.Dispose();
|
|
Display_tB1D5BF85C3C9D5D143CF2406E5676281CC8C3FEE* L_1;
|
|
L_1 = EasyARController_get_Display_mD2AA8A02E26BAAFDB4A7F496DB6FC075D6D3CEAE_inline(__this, NULL);
|
|
NullCheck(L_1);
|
|
Display_Dispose_m4AC5F077EBAD070CCE485D86E9E62B5833D720F5(L_1, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void easyar.EasyARController::OnDomainUnload(System.Object,System.EventArgs)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EasyARController_OnDomainUnload_mA07AC98CD5CB2C27988F401A05FE083D267C592D (RuntimeObject* ___0_sender, EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377* ___1_args, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
il2cpp::utils::ExceptionSupportStack<RuntimeObject*, 1> __active_exceptions;
|
|
try
|
|
{// begin try (depth: 1)
|
|
// Deinitialize();
|
|
il2cpp_codegen_runtime_class_init_inline(EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177_il2cpp_TypeInfo_var);
|
|
EasyARController_Deinitialize_mBCFB07927F427571461DAE16DD2BD0FC27115188(NULL);
|
|
// }
|
|
goto IL_000e;
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex)))
|
|
{
|
|
IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex);
|
|
goto CATCH_0007;
|
|
}
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0007:
|
|
{// begin catch(System.Exception)
|
|
Exception_t* L_0 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*));;
|
|
// Debug.Log(e);
|
|
il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var)));
|
|
Debug_Log_m87A9A3C761FF5C43ED8A53B16190A53D08F818BB(L_0, NULL);
|
|
// }
|
|
IL2CPP_POP_ACTIVE_EXCEPTION(Exception_t*);
|
|
goto IL_000e;
|
|
}// end catch (depth: 1)
|
|
|
|
IL_000e:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void easyar.EasyARController::ShowErrorMessage()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EasyARController_ShowErrorMessage_m204C1B87EBD8DFB12C144853604AC4AD0177DE9D (EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral52129C11AA79FE636CACEB8600E3A8F8270E2FB1);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral573445A6A66EEBBACCF6A2BDB3A506F31CA48218);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral604496218A9B78C4C63330A17C7C122BDD07F999);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral609D98B63ABCBBA7EC68D1EEEBD6DB9EABC8511C);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA809750EC07CE8787CF3DBFDD850A1FCC7A9659C);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDDB98CEA64F08C2F456AD2A1A5F6B50FDBB62608);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFFEF3DBE279EE1F92E1E2E46F45BC18EBBF55A1A);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
String_t* V_0 = NULL;
|
|
String_t* V_1 = NULL;
|
|
String_t* G_B5_0 = NULL;
|
|
int32_t G_B12_0 = 0;
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* G_B12_1 = NULL;
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* G_B12_2 = NULL;
|
|
int32_t G_B11_0 = 0;
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* G_B11_1 = NULL;
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* G_B11_2 = NULL;
|
|
String_t* G_B13_0 = NULL;
|
|
int32_t G_B13_1 = 0;
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* G_B13_2 = NULL;
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* G_B13_3 = NULL;
|
|
{
|
|
// var message = "";
|
|
V_0 = _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709;
|
|
// if (!initializeCalled && EasyARSettings.Instance)
|
|
il2cpp_codegen_runtime_class_init_inline(EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177_il2cpp_TypeInfo_var);
|
|
bool L_0 = ((EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177_StaticFields*)il2cpp_codegen_static_fields_for(EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177_il2cpp_TypeInfo_var))->___initializeCalled_6;
|
|
if (L_0)
|
|
{
|
|
goto IL_0041;
|
|
}
|
|
}
|
|
{
|
|
EasyARSettings_t4901518F6AEDF9035FB580B2A6001660C0A99E64* L_1;
|
|
L_1 = EasyARSettings_get_Instance_mD8F28A062A67B7FDD6816400A992AA8EF18DC4D6_inline(NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_2;
|
|
L_2 = Object_op_Implicit_m93896EF7D68FA113C42D3FE2BC6F661FC7EF514A(L_1, NULL);
|
|
if (!L_2)
|
|
{
|
|
goto IL_0041;
|
|
}
|
|
}
|
|
{
|
|
// message = (EasyARSettings.Instance.InitializeOnStartup ? "" : $"InitializeOnStartup is FALSE in EasyAR Settings. ") +
|
|
// $"{nameof(EasyARController)}.Initialize must be called before any EasyAR component is running.";
|
|
EasyARSettings_t4901518F6AEDF9035FB580B2A6001660C0A99E64* L_3;
|
|
L_3 = EasyARSettings_get_Instance_mD8F28A062A67B7FDD6816400A992AA8EF18DC4D6_inline(NULL);
|
|
NullCheck(L_3);
|
|
bool L_4 = L_3->___InitializeOnStartup_5;
|
|
if (L_4)
|
|
{
|
|
goto IL_002c;
|
|
}
|
|
}
|
|
{
|
|
G_B5_0 = _stringLiteralA809750EC07CE8787CF3DBFDD850A1FCC7A9659C;
|
|
goto IL_0031;
|
|
}
|
|
|
|
IL_002c:
|
|
{
|
|
G_B5_0 = _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709;
|
|
}
|
|
|
|
IL_0031:
|
|
{
|
|
String_t* L_5;
|
|
L_5 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(G_B5_0, _stringLiteralDDB98CEA64F08C2F456AD2A1A5F6B50FDBB62608, NULL);
|
|
V_0 = L_5;
|
|
goto IL_0109;
|
|
}
|
|
|
|
IL_0041:
|
|
{
|
|
// else if (!string.IsNullOrEmpty(exceptionMessage))
|
|
il2cpp_codegen_runtime_class_init_inline(EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177_il2cpp_TypeInfo_var);
|
|
String_t* L_6 = ((EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177_StaticFields*)il2cpp_codegen_static_fields_for(EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177_il2cpp_TypeInfo_var))->___exceptionMessage_5;
|
|
bool L_7;
|
|
L_7 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_6, NULL);
|
|
if (L_7)
|
|
{
|
|
goto IL_0058;
|
|
}
|
|
}
|
|
{
|
|
// message = exceptionMessage;
|
|
il2cpp_codegen_runtime_class_init_inline(EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177_il2cpp_TypeInfo_var);
|
|
String_t* L_8 = ((EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177_StaticFields*)il2cpp_codegen_static_fields_for(EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177_il2cpp_TypeInfo_var))->___exceptionMessage_5;
|
|
V_0 = L_8;
|
|
goto IL_0109;
|
|
}
|
|
|
|
IL_0058:
|
|
{
|
|
// message = Engine.errorMessage() + Environment.NewLine;
|
|
String_t* L_9;
|
|
L_9 = Engine_errorMessage_m3FEB7109374BD97D4A705542D1CF5E56819FEA29(NULL);
|
|
String_t* L_10;
|
|
L_10 = Environment_get_NewLine_m8BF68A4EFDAFFB66500984CE779629811BA98FFF(NULL);
|
|
String_t* L_11;
|
|
L_11 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(L_9, L_10, NULL);
|
|
V_0 = L_11;
|
|
// if (!EasyARSettings.Instance || string.IsNullOrEmpty(EasyARSettings.Instance.LicenseKey))
|
|
EasyARSettings_t4901518F6AEDF9035FB580B2A6001660C0A99E64* L_12;
|
|
L_12 = EasyARSettings_get_Instance_mD8F28A062A67B7FDD6816400A992AA8EF18DC4D6_inline(NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_13;
|
|
L_13 = Object_op_Implicit_m93896EF7D68FA113C42D3FE2BC6F661FC7EF514A(L_12, NULL);
|
|
if (!L_13)
|
|
{
|
|
goto IL_0085;
|
|
}
|
|
}
|
|
{
|
|
EasyARSettings_t4901518F6AEDF9035FB580B2A6001660C0A99E64* L_14;
|
|
L_14 = EasyARSettings_get_Instance_mD8F28A062A67B7FDD6816400A992AA8EF18DC4D6_inline(NULL);
|
|
NullCheck(L_14);
|
|
String_t* L_15 = L_14->___LicenseKey_4;
|
|
bool L_16;
|
|
L_16 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_15, NULL);
|
|
if (!L_16)
|
|
{
|
|
goto IL_00c5;
|
|
}
|
|
}
|
|
|
|
IL_0085:
|
|
{
|
|
// message += "License Key is empty" + Environment.NewLine +
|
|
// "Get from EasyAR Develop Center (www.easyar.com) -> SDK Authorization" +
|
|
// (Application.isEditor ? " and fill it into \"Project Settings > EasyAR\"." : "");
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_17 = (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)SZArrayNew(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var, (uint32_t)5);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_18 = L_17;
|
|
String_t* L_19 = V_0;
|
|
NullCheck(L_18);
|
|
ArrayElementTypeCheck (L_18, L_19);
|
|
(L_18)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)L_19);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_20 = L_18;
|
|
NullCheck(L_20);
|
|
ArrayElementTypeCheck (L_20, _stringLiteral609D98B63ABCBBA7EC68D1EEEBD6DB9EABC8511C);
|
|
(L_20)->SetAt(static_cast<il2cpp_array_size_t>(1), (String_t*)_stringLiteral609D98B63ABCBBA7EC68D1EEEBD6DB9EABC8511C);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_21 = L_20;
|
|
String_t* L_22;
|
|
L_22 = Environment_get_NewLine_m8BF68A4EFDAFFB66500984CE779629811BA98FFF(NULL);
|
|
NullCheck(L_21);
|
|
ArrayElementTypeCheck (L_21, L_22);
|
|
(L_21)->SetAt(static_cast<il2cpp_array_size_t>(2), (String_t*)L_22);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_23 = L_21;
|
|
NullCheck(L_23);
|
|
ArrayElementTypeCheck (L_23, _stringLiteral604496218A9B78C4C63330A17C7C122BDD07F999);
|
|
(L_23)->SetAt(static_cast<il2cpp_array_size_t>(3), (String_t*)_stringLiteral604496218A9B78C4C63330A17C7C122BDD07F999);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_24 = L_23;
|
|
bool L_25;
|
|
L_25 = Application_get_isEditor_mEAC51E3ACE6DCE438087FB14BD75A3C219D354D0(NULL);
|
|
G_B11_0 = 4;
|
|
G_B11_1 = L_24;
|
|
G_B11_2 = L_24;
|
|
if (L_25)
|
|
{
|
|
G_B12_0 = 4;
|
|
G_B12_1 = L_24;
|
|
G_B12_2 = L_24;
|
|
goto IL_00b7;
|
|
}
|
|
}
|
|
{
|
|
G_B13_0 = _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709;
|
|
G_B13_1 = G_B11_0;
|
|
G_B13_2 = G_B11_1;
|
|
G_B13_3 = G_B11_2;
|
|
goto IL_00bc;
|
|
}
|
|
|
|
IL_00b7:
|
|
{
|
|
G_B13_0 = _stringLiteral52129C11AA79FE636CACEB8600E3A8F8270E2FB1;
|
|
G_B13_1 = G_B12_0;
|
|
G_B13_2 = G_B12_1;
|
|
G_B13_3 = G_B12_2;
|
|
}
|
|
|
|
IL_00bc:
|
|
{
|
|
NullCheck(G_B13_2);
|
|
ArrayElementTypeCheck (G_B13_2, G_B13_0);
|
|
(G_B13_2)->SetAt(static_cast<il2cpp_array_size_t>(G_B13_1), (String_t*)G_B13_0);
|
|
String_t* L_26;
|
|
L_26 = String_Concat_m647EBF831F54B6DF7D5AFA5FD012CF4EE7571B6A(G_B13_3, NULL);
|
|
V_0 = L_26;
|
|
goto IL_0109;
|
|
}
|
|
|
|
IL_00c5:
|
|
{
|
|
// var key = EasyARSettings.Instance.LicenseKey;
|
|
EasyARSettings_t4901518F6AEDF9035FB580B2A6001660C0A99E64* L_27;
|
|
L_27 = EasyARSettings_get_Instance_mD8F28A062A67B7FDD6816400A992AA8EF18DC4D6_inline(NULL);
|
|
NullCheck(L_27);
|
|
String_t* L_28 = L_27->___LicenseKey_4;
|
|
V_1 = L_28;
|
|
// if (key.Length > 10)
|
|
String_t* L_29 = V_1;
|
|
NullCheck(L_29);
|
|
int32_t L_30;
|
|
L_30 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_29, NULL);
|
|
if ((((int32_t)L_30) <= ((int32_t)((int32_t)10))))
|
|
{
|
|
goto IL_00fc;
|
|
}
|
|
}
|
|
{
|
|
// key = key.Substring(0, 5) + "..." + key.Substring(key.Length - 5, 5);
|
|
String_t* L_31 = V_1;
|
|
NullCheck(L_31);
|
|
String_t* L_32;
|
|
L_32 = String_Substring_mB1D94F47935D22E130FF2C01DBB6A4135FBB76CE(L_31, 0, 5, NULL);
|
|
String_t* L_33 = V_1;
|
|
String_t* L_34 = V_1;
|
|
NullCheck(L_34);
|
|
int32_t L_35;
|
|
L_35 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_34, NULL);
|
|
NullCheck(L_33);
|
|
String_t* L_36;
|
|
L_36 = String_Substring_mB1D94F47935D22E130FF2C01DBB6A4135FBB76CE(L_33, ((int32_t)il2cpp_codegen_subtract(L_35, 5)), 5, NULL);
|
|
String_t* L_37;
|
|
L_37 = String_Concat_m8855A6DE10F84DA7F4EC113CADDB59873A25573B(L_32, _stringLiteralFFEF3DBE279EE1F92E1E2E46F45BC18EBBF55A1A, L_36, NULL);
|
|
V_1 = L_37;
|
|
}
|
|
|
|
IL_00fc:
|
|
{
|
|
// message += $"License key in use: {key}";
|
|
String_t* L_38 = V_0;
|
|
String_t* L_39 = V_1;
|
|
String_t* L_40;
|
|
L_40 = String_Concat_m8855A6DE10F84DA7F4EC113CADDB59873A25573B(L_38, _stringLiteral573445A6A66EEBBACCF6A2BDB3A506F31CA48218, L_39, NULL);
|
|
V_0 = L_40;
|
|
}
|
|
|
|
IL_0109:
|
|
{
|
|
// GUIPopup.EnqueueMessage(message, 10000, true);
|
|
String_t* L_41 = V_0;
|
|
GUIPopup_EnqueueMessage_m62D1CF8E55B7E58779D01436E50039DD7BBA6E40(L_41, (10000.0f), (bool)1, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void easyar.EasyARController::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EasyARController__ctor_mDABC01DBECE8F9E38A722D4EAC4D94136E9555C9 (EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public bool ShowPopupMessage = true;
|
|
__this->___ShowPopupMessage_4 = (bool)1;
|
|
MonoBehaviour__ctor_m592DB0105CA0BC97AA1C5F4AD27B12D68A3B7C1E(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void easyar.EasyARController::.cctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EasyARController__cctor_m6A8B26169095C0047CAA6A0EAAF98D29D81418C0 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// private static string exceptionMessage = string.Empty;
|
|
String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
|
|
((EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177_StaticFields*)il2cpp_codegen_static_fields_for(EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177_il2cpp_TypeInfo_var))->___exceptionMessage_5 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177_StaticFields*)il2cpp_codegen_static_fields_for(EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177_il2cpp_TypeInfo_var))->___exceptionMessage_5), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// easyar.EasyARSettings easyar.EasyARSettings::get_Instance()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EasyARSettings_t4901518F6AEDF9035FB580B2A6001660C0A99E64* EasyARSettings_get_Instance_mD8F28A062A67B7FDD6816400A992AA8EF18DC4D6 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EasyARSettings_t4901518F6AEDF9035FB580B2A6001660C0A99E64_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public static EasyARSettings Instance { get; private set; }
|
|
EasyARSettings_t4901518F6AEDF9035FB580B2A6001660C0A99E64* L_0 = ((EasyARSettings_t4901518F6AEDF9035FB580B2A6001660C0A99E64_StaticFields*)il2cpp_codegen_static_fields_for(EasyARSettings_t4901518F6AEDF9035FB580B2A6001660C0A99E64_il2cpp_TypeInfo_var))->___U3CInstanceU3Ek__BackingField_18;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void easyar.EasyARSettings::set_Instance(easyar.EasyARSettings)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EasyARSettings_set_Instance_m1EDFF7EFEFC1E771230E21EE0AC22EA883FCBF70 (EasyARSettings_t4901518F6AEDF9035FB580B2A6001660C0A99E64* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EasyARSettings_t4901518F6AEDF9035FB580B2A6001660C0A99E64_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public static EasyARSettings Instance { get; private set; }
|
|
EasyARSettings_t4901518F6AEDF9035FB580B2A6001660C0A99E64* L_0 = ___0_value;
|
|
((EasyARSettings_t4901518F6AEDF9035FB580B2A6001660C0A99E64_StaticFields*)il2cpp_codegen_static_fields_for(EasyARSettings_t4901518F6AEDF9035FB580B2A6001660C0A99E64_il2cpp_TypeInfo_var))->___U3CInstanceU3Ek__BackingField_18 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((EasyARSettings_t4901518F6AEDF9035FB580B2A6001660C0A99E64_StaticFields*)il2cpp_codegen_static_fields_for(EasyARSettings_t4901518F6AEDF9035FB580B2A6001660C0A99E64_il2cpp_TypeInfo_var))->___U3CInstanceU3Ek__BackingField_18), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void easyar.EasyARSettings::Awake()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EasyARSettings_Awake_m5460B65B70A6DA4588C42C4EB6E208AB582D8B85 (EasyARSettings_t4901518F6AEDF9035FB580B2A6001660C0A99E64* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral679F7F92954CB5784793BFFCA086341D155F6969);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC4EB9F74B00D3FB67A345F2406CAE5C7E4D0CF3B);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// Debug.Log("EasyAR Settings awakening...");
|
|
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
Debug_Log_m87A9A3C761FF5C43ED8A53B16190A53D08F818BB(_stringLiteral679F7F92954CB5784793BFFCA086341D155F6969, NULL);
|
|
// if (Instance && Instance != this)
|
|
EasyARSettings_t4901518F6AEDF9035FB580B2A6001660C0A99E64* L_0;
|
|
L_0 = EasyARSettings_get_Instance_mD8F28A062A67B7FDD6816400A992AA8EF18DC4D6_inline(NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_1;
|
|
L_1 = Object_op_Implicit_m93896EF7D68FA113C42D3FE2BC6F661FC7EF514A(L_0, NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_002d;
|
|
}
|
|
}
|
|
{
|
|
EasyARSettings_t4901518F6AEDF9035FB580B2A6001660C0A99E64* L_2;
|
|
L_2 = EasyARSettings_get_Instance_mD8F28A062A67B7FDD6816400A992AA8EF18DC4D6_inline(NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_3;
|
|
L_3 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_2, __this, NULL);
|
|
if (!L_3)
|
|
{
|
|
goto IL_002d;
|
|
}
|
|
}
|
|
{
|
|
// Debug.LogError($"Multiple {nameof(EasyARSettings)} instance NOT allowed!");
|
|
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
Debug_LogError_mB00B2B4468EF3CAF041B038D840820FB84C924B2(_stringLiteralC4EB9F74B00D3FB67A345F2406CAE5C7E4D0CF3B, NULL);
|
|
}
|
|
|
|
IL_002d:
|
|
{
|
|
// if (!Instance)
|
|
EasyARSettings_t4901518F6AEDF9035FB580B2A6001660C0A99E64* L_4;
|
|
L_4 = EasyARSettings_get_Instance_mD8F28A062A67B7FDD6816400A992AA8EF18DC4D6_inline(NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_5;
|
|
L_5 = Object_op_Implicit_m93896EF7D68FA113C42D3FE2BC6F661FC7EF514A(L_4, NULL);
|
|
if (L_5)
|
|
{
|
|
goto IL_0049;
|
|
}
|
|
}
|
|
{
|
|
// Instance = this;
|
|
EasyARSettings_set_Instance_m1EDFF7EFEFC1E771230E21EE0AC22EA883FCBF70_inline(__this, NULL);
|
|
// DontDestroyOnLoad(Instance);
|
|
EasyARSettings_t4901518F6AEDF9035FB580B2A6001660C0A99E64* L_6;
|
|
L_6 = EasyARSettings_get_Instance_mD8F28A062A67B7FDD6816400A992AA8EF18DC4D6_inline(NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
Object_DontDestroyOnLoad_m4B70C3AEF886C176543D1295507B6455C9DCAEA7(L_6, NULL);
|
|
}
|
|
|
|
IL_0049:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void easyar.EasyARSettings::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EasyARSettings__ctor_m4E81829EA86690ECA623878B0425EDB81248C5F9 (EasyARSettings_t4901518F6AEDF9035FB580B2A6001660C0A99E64* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CloudRecognizerServiceConfig_tAF6DBBE8DF5606D2D6879A3FABCFE28B003862FD_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MegaLocalizationServiceConfig_tBB288F844FCA406F19B49B8EDD38EEBA66BB8406_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Permission_t2303B1B54854223B0C770ACCC80577F22F87766C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SpatialMapServiceConfig_tACF8B968800D15400B69F5FE954C197B7B30529B_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TargetGizmoConfig_t38A365FEA74EEF837656FB3826B81FFC3166F616_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Workaround_tFF0E355FFE7B616D0EC048F15F9CB01DF6EBD9B5_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public string LicenseKey = string.Empty;
|
|
String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
|
|
__this->___LicenseKey_4 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___LicenseKey_4), (void*)L_0);
|
|
// public bool InitializeOnStartup = true;
|
|
__this->___InitializeOnStartup_5 = (bool)1;
|
|
// public Permission Permissions = new Permission();
|
|
Permission_t2303B1B54854223B0C770ACCC80577F22F87766C* L_1 = (Permission_t2303B1B54854223B0C770ACCC80577F22F87766C*)il2cpp_codegen_object_new(Permission_t2303B1B54854223B0C770ACCC80577F22F87766C_il2cpp_TypeInfo_var);
|
|
NullCheck(L_1);
|
|
Permission__ctor_mF7FD74D660BF966E3302DF05F964CD37956B4851(L_1, NULL);
|
|
__this->___Permissions_6 = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___Permissions_6), (void*)L_1);
|
|
// public TargetGizmoConfig GizmoConfig = new TargetGizmoConfig();
|
|
TargetGizmoConfig_t38A365FEA74EEF837656FB3826B81FFC3166F616* L_2 = (TargetGizmoConfig_t38A365FEA74EEF837656FB3826B81FFC3166F616*)il2cpp_codegen_object_new(TargetGizmoConfig_t38A365FEA74EEF837656FB3826B81FFC3166F616_il2cpp_TypeInfo_var);
|
|
NullCheck(L_2);
|
|
TargetGizmoConfig__ctor_m02AF7296C70852C866A18E0DE36A0CA219D0760F(L_2, NULL);
|
|
__this->___GizmoConfig_7 = L_2;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___GizmoConfig_7), (void*)L_2);
|
|
// public SparseSpatialMapWorkerFrameFilter.SpatialMapServiceConfig GlobalSpatialMapServiceConfig = new SparseSpatialMapWorkerFrameFilter.SpatialMapServiceConfig();
|
|
SpatialMapServiceConfig_tACF8B968800D15400B69F5FE954C197B7B30529B* L_3 = (SpatialMapServiceConfig_tACF8B968800D15400B69F5FE954C197B7B30529B*)il2cpp_codegen_object_new(SpatialMapServiceConfig_tACF8B968800D15400B69F5FE954C197B7B30529B_il2cpp_TypeInfo_var);
|
|
NullCheck(L_3);
|
|
SpatialMapServiceConfig__ctor_m286884DDC610EC2931915C241E2A001A00408EBB(L_3, NULL);
|
|
__this->___GlobalSpatialMapServiceConfig_8 = L_3;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___GlobalSpatialMapServiceConfig_8), (void*)L_3);
|
|
// public CloudRecognizerFrameFilter.CloudRecognizerServiceConfig GlobalCloudRecognizerServiceConfig = new CloudRecognizerFrameFilter.CloudRecognizerServiceConfig();
|
|
CloudRecognizerServiceConfig_tAF6DBBE8DF5606D2D6879A3FABCFE28B003862FD* L_4 = (CloudRecognizerServiceConfig_tAF6DBBE8DF5606D2D6879A3FABCFE28B003862FD*)il2cpp_codegen_object_new(CloudRecognizerServiceConfig_tAF6DBBE8DF5606D2D6879A3FABCFE28B003862FD_il2cpp_TypeInfo_var);
|
|
NullCheck(L_4);
|
|
CloudRecognizerServiceConfig__ctor_mFCC69F49222B30F8652DD295C20777BE6E69CD70(L_4, NULL);
|
|
__this->___GlobalCloudRecognizerServiceConfig_9 = L_4;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___GlobalCloudRecognizerServiceConfig_9), (void*)L_4);
|
|
// public MegaTrackerFrameFilter.MegaLocalizationServiceConfig GlobalMegaLocalizationServiceConfig = new MegaTrackerFrameFilter.MegaLocalizationServiceConfig();
|
|
MegaLocalizationServiceConfig_tBB288F844FCA406F19B49B8EDD38EEBA66BB8406* L_5 = (MegaLocalizationServiceConfig_tBB288F844FCA406F19B49B8EDD38EEBA66BB8406*)il2cpp_codegen_object_new(MegaLocalizationServiceConfig_tBB288F844FCA406F19B49B8EDD38EEBA66BB8406_il2cpp_TypeInfo_var);
|
|
NullCheck(L_5);
|
|
MegaLocalizationServiceConfig__ctor_m765A87783E867F035E70E128A92C8677486DD5D0(L_5, NULL);
|
|
__this->___GlobalMegaLocalizationServiceConfig_10 = L_5;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___GlobalMegaLocalizationServiceConfig_10), (void*)L_5);
|
|
// public bool GenerateXMLDoc = true;
|
|
__this->___GenerateXMLDoc_11 = (bool)1;
|
|
// public bool Verify32bitOnlyARCoreWhenBuild = true;
|
|
__this->___Verify32bitOnlyARCoreWhenBuild_15 = (bool)1;
|
|
// public bool VerifyLicenseWhenBuild = true;
|
|
__this->___VerifyLicenseWhenBuild_16 = (bool)1;
|
|
// public Workaround WorkaroundForUnity = new Workaround();
|
|
Workaround_tFF0E355FFE7B616D0EC048F15F9CB01DF6EBD9B5* L_6 = (Workaround_tFF0E355FFE7B616D0EC048F15F9CB01DF6EBD9B5*)il2cpp_codegen_object_new(Workaround_tFF0E355FFE7B616D0EC048F15F9CB01DF6EBD9B5_il2cpp_TypeInfo_var);
|
|
NullCheck(L_6);
|
|
Workaround__ctor_mECF5836BC302364BAD97E2EE34948B96190A0D75(L_6, NULL);
|
|
__this->___WorkaroundForUnity_17 = L_6;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___WorkaroundForUnity_17), (void*)L_6);
|
|
ScriptableObject__ctor_mD037FDB0B487295EA47F79A4DB1BF1846C9087FF(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void easyar.EasyARSettings/TargetGizmoConfig::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TargetGizmoConfig__ctor_m02AF7296C70852C866A18E0DE36A0CA219D0760F (TargetGizmoConfig_t38A365FEA74EEF837656FB3826B81FFC3166F616* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ImageTargetConfig_t82F7F51165EC2BE8A6E52BC54B0806BD82EC41CD_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectTargetConfig_t3C0935996D52F5E9D461EEF17439585B9AE55B96_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public ImageTargetConfig ImageTarget = new ImageTargetConfig();
|
|
ImageTargetConfig_t82F7F51165EC2BE8A6E52BC54B0806BD82EC41CD* L_0 = (ImageTargetConfig_t82F7F51165EC2BE8A6E52BC54B0806BD82EC41CD*)il2cpp_codegen_object_new(ImageTargetConfig_t82F7F51165EC2BE8A6E52BC54B0806BD82EC41CD_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
ImageTargetConfig__ctor_m7AC89A436AB197E26FA4A3999C37597FB60C61C0(L_0, NULL);
|
|
__this->___ImageTarget_0 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___ImageTarget_0), (void*)L_0);
|
|
// public ObjectTargetConfig ObjectTarget = new ObjectTargetConfig();
|
|
ObjectTargetConfig_t3C0935996D52F5E9D461EEF17439585B9AE55B96* L_1 = (ObjectTargetConfig_t3C0935996D52F5E9D461EEF17439585B9AE55B96*)il2cpp_codegen_object_new(ObjectTargetConfig_t3C0935996D52F5E9D461EEF17439585B9AE55B96_il2cpp_TypeInfo_var);
|
|
NullCheck(L_1);
|
|
ObjectTargetConfig__ctor_m12DA781CC950FA5756AC34DD5F975DB22750E00E(L_1, NULL);
|
|
__this->___ObjectTarget_1 = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___ObjectTarget_1), (void*)L_1);
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void easyar.EasyARSettings/TargetGizmoConfig/ImageTargetConfig::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ImageTargetConfig__ctor_m7AC89A436AB197E26FA4A3999C37597FB60C61C0 (ImageTargetConfig_t82F7F51165EC2BE8A6E52BC54B0806BD82EC41CD* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public bool EnableImageFile = true;
|
|
__this->___EnableImageFile_0 = (bool)1;
|
|
// public bool EnableTargetDataFile = true;
|
|
__this->___EnableTargetDataFile_1 = (bool)1;
|
|
// public bool EnableTarget = true;
|
|
__this->___EnableTarget_2 = (bool)1;
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void easyar.EasyARSettings/TargetGizmoConfig/ObjectTargetConfig::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectTargetConfig__ctor_m12DA781CC950FA5756AC34DD5F975DB22750E00E (ObjectTargetConfig_t3C0935996D52F5E9D461EEF17439585B9AE55B96* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public bool Enable = true;
|
|
__this->___Enable_0 = (bool)1;
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void easyar.EasyARSettings/Permission::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Permission__ctor_mF7FD74D660BF966E3302DF05F964CD37956B4851 (Permission_t2303B1B54854223B0C770ACCC80577F22F87766C* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public bool CameraDevice = true;
|
|
__this->___CameraDevice_0 = (bool)1;
|
|
// public bool VideoRecording = true;
|
|
__this->___VideoRecording_1 = (bool)1;
|
|
// public bool Mega = true;
|
|
__this->___Mega_2 = (bool)1;
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void easyar.EasyARSettings/Workaround::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Workaround__ctor_mECF5836BC302364BAD97E2EE34948B96190A0D75 (Workaround_tFF0E355FFE7B616D0EC048F15F9CB01DF6EBD9B5* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public bool URP17RG_DX11_RuinedScene = true;
|
|
__this->___URP17RG_DX11_RuinedScene_0 = (bool)1;
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Int32 easyar.CloudRecognizerFrameFilter::get_BufferRequirement()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CloudRecognizerFrameFilter_get_BufferRequirement_m61ED01010C26E1FE242C646A46F9AB51ABCA9C48 (CloudRecognizerFrameFilter_t2038454703274381A6400CAEC747F87A853B8316* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// get { return 0; }
|
|
return 0;
|
|
}
|
|
}
|
|
// System.Void easyar.CloudRecognizerFrameFilter::OnDestroy()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloudRecognizerFrameFilter_OnDestroy_m7A1225B7CB0E6398036944E5416FA443CE0028D4 (CloudRecognizerFrameFilter_t2038454703274381A6400CAEC747F87A853B8316* __this, const RuntimeMethod* method)
|
|
{
|
|
CloudRecognizer_t27F99F43A57C493819C7299483ADCBAEB549937E* G_B2_0 = NULL;
|
|
CloudRecognizer_t27F99F43A57C493819C7299483ADCBAEB549937E* G_B1_0 = NULL;
|
|
{
|
|
// cloudRecognizer?.Dispose();
|
|
CloudRecognizer_t27F99F43A57C493819C7299483ADCBAEB549937E* L_0 = __this->___cloudRecognizer_11;
|
|
CloudRecognizer_t27F99F43A57C493819C7299483ADCBAEB549937E* L_1 = L_0;
|
|
G_B1_0 = L_1;
|
|
if (L_1)
|
|
{
|
|
G_B2_0 = L_1;
|
|
goto IL_000b;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
|
|
IL_000b:
|
|
{
|
|
NullCheck(G_B2_0);
|
|
RefBase_Dispose_m0C0F6CBAAFDD4D732F27B09F76D1A77AC6D44B75(G_B2_0, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void easyar.CloudRecognizerFrameFilter::OnAssemble(easyar.ARSession)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloudRecognizerFrameFilter_OnAssemble_m8D9932E714C473F875FEE8F35583C6009FFD7F29 (CloudRecognizerFrameFilter_t2038454703274381A6400CAEC747F87A853B8316* __this, ARSession_tE7BD3656886DDF0823637E4219C76DA80A215D35* ___0_session, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_1_t51C09D97035A969C5BE8AD3814D3435DFCBC7D36_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CloudRecognizerFrameFilter_OnFrameUpdate_m58458D44937C6F68850080357CF64017481236C6_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// base.OnAssemble(session);
|
|
ARSession_tE7BD3656886DDF0823637E4219C76DA80A215D35* L_0 = ___0_session;
|
|
FrameFilter_OnAssemble_mFC0ACCAA2717E67A5813187806E6CC7BC54E29B6(__this, L_0, NULL);
|
|
// session.FrameUpdate += OnFrameUpdate;
|
|
ARSession_tE7BD3656886DDF0823637E4219C76DA80A215D35* L_1 = ___0_session;
|
|
Action_1_t51C09D97035A969C5BE8AD3814D3435DFCBC7D36* L_2 = (Action_1_t51C09D97035A969C5BE8AD3814D3435DFCBC7D36*)il2cpp_codegen_object_new(Action_1_t51C09D97035A969C5BE8AD3814D3435DFCBC7D36_il2cpp_TypeInfo_var);
|
|
NullCheck(L_2);
|
|
Action_1__ctor_m0DFC558BC80C2153C0C71B860374579663AFB702(L_2, __this, (intptr_t)((void*)CloudRecognizerFrameFilter_OnFrameUpdate_m58458D44937C6F68850080357CF64017481236C6_RuntimeMethod_var), NULL);
|
|
NullCheck(L_1);
|
|
ARSession_add_FrameUpdate_mE9E2D5B99E1B74A74DF30DAB09A35981B0512C81(L_1, L_2, NULL);
|
|
// StartCoroutine(AutoCreate());
|
|
RuntimeObject* L_3;
|
|
L_3 = CloudRecognizerFrameFilter_AutoCreate_m606DC8A31BB82B96FC0F6BFF911580A9CD4FE579(__this, NULL);
|
|
Coroutine_t85EA685566A254C23F3FD77AB5BDFFFF8799596B* L_4;
|
|
L_4 = MonoBehaviour_StartCoroutine_m4CAFF732AA28CD3BDC5363B44A863575530EC812(__this, L_3, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void easyar.CloudRecognizerFrameFilter::Resolve(System.Action`1<easyar.InputFrame>,System.Action`2<easyar.Optional`1<easyar.CloudRecognizationResult>,System.String>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloudRecognizerFrameFilter_Resolve_m7DBDE2696A616BDD19BDAE6F7C98E737A2FDD888 (CloudRecognizerFrameFilter_t2038454703274381A6400CAEC747F87A853B8316* __this, Action_1_t9B1F83CF784EEF67EA2B81DD3A12C12D518808C1* ___0_start, Action_2_t044BEC9AE1C2995930179F5D51893A8456A3494A* ___1_finish, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Optional_1_op_Implicit_mF19009AC96E25B9F142A968A69B8DA3AC00BA089_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Queue_1_Enqueue_mBE3096D024779CFC282178BF0ABC755FB1906DBE_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Request_t9240130696DF8E3F2076435911F7FF7C84152F49_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8A45D0D8311C8D73121FDD6C8B401E1AD3C58E0E);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral93A4E50EDD0C93D67750261D3B464D2F52EE81B8);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralADA259DF8AC99BEC96AC7B9F0DBEFA73EEE956D8);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Request_t9240130696DF8E3F2076435911F7FF7C84152F49* V_0 = NULL;
|
|
{
|
|
// if (cloudRecognizer == null)
|
|
CloudRecognizer_t27F99F43A57C493819C7299483ADCBAEB549937E* L_0 = __this->___cloudRecognizer_11;
|
|
if (L_0)
|
|
{
|
|
goto IL_003a;
|
|
}
|
|
}
|
|
{
|
|
// if (failToCreate)
|
|
bool L_1 = __this->___failToCreate_13;
|
|
if (!L_1)
|
|
{
|
|
goto IL_0025;
|
|
}
|
|
}
|
|
{
|
|
// finish?.Invoke(null, "FailToCreate");
|
|
Action_2_t044BEC9AE1C2995930179F5D51893A8456A3494A* L_2 = ___1_finish;
|
|
if (!L_2)
|
|
{
|
|
goto IL_0039;
|
|
}
|
|
}
|
|
{
|
|
Action_2_t044BEC9AE1C2995930179F5D51893A8456A3494A* L_3 = ___1_finish;
|
|
Optional_1_t253307ED07B92F4301EEAE152CDBA6AA8AFBD530 L_4;
|
|
L_4 = Optional_1_op_Implicit_mF19009AC96E25B9F142A968A69B8DA3AC00BA089((CloudRecognizationResult_tDF8C697ACD722E32905AD67AAD1EE23B2FA3831F*)NULL, Optional_1_op_Implicit_mF19009AC96E25B9F142A968A69B8DA3AC00BA089_RuntimeMethod_var);
|
|
NullCheck(L_3);
|
|
Action_2_Invoke_mA84CBAE48ACB992B8A107B670831030670E06275_inline(L_3, L_4, _stringLiteral93A4E50EDD0C93D67750261D3B464D2F52EE81B8, NULL);
|
|
return;
|
|
}
|
|
|
|
IL_0025:
|
|
{
|
|
// finish?.Invoke(null, "Unavailable");
|
|
Action_2_t044BEC9AE1C2995930179F5D51893A8456A3494A* L_5 = ___1_finish;
|
|
if (!L_5)
|
|
{
|
|
goto IL_0039;
|
|
}
|
|
}
|
|
{
|
|
Action_2_t044BEC9AE1C2995930179F5D51893A8456A3494A* L_6 = ___1_finish;
|
|
Optional_1_t253307ED07B92F4301EEAE152CDBA6AA8AFBD530 L_7;
|
|
L_7 = Optional_1_op_Implicit_mF19009AC96E25B9F142A968A69B8DA3AC00BA089((CloudRecognizationResult_tDF8C697ACD722E32905AD67AAD1EE23B2FA3831F*)NULL, Optional_1_op_Implicit_mF19009AC96E25B9F142A968A69B8DA3AC00BA089_RuntimeMethod_var);
|
|
NullCheck(L_6);
|
|
Action_2_Invoke_mA84CBAE48ACB992B8A107B670831030670E06275_inline(L_6, L_7, _stringLiteralADA259DF8AC99BEC96AC7B9F0DBEFA73EEE956D8, NULL);
|
|
}
|
|
|
|
IL_0039:
|
|
{
|
|
// return;
|
|
return;
|
|
}
|
|
|
|
IL_003a:
|
|
{
|
|
// if (!enabled)
|
|
bool L_8;
|
|
L_8 = Behaviour_get_enabled_mAAC9F15E9EBF552217A5AE2681589CC0BFA300C1(__this, NULL);
|
|
if (L_8)
|
|
{
|
|
goto IL_0057;
|
|
}
|
|
}
|
|
{
|
|
// finish?.Invoke(null, "Disabled");
|
|
Action_2_t044BEC9AE1C2995930179F5D51893A8456A3494A* L_9 = ___1_finish;
|
|
if (!L_9)
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
{
|
|
Action_2_t044BEC9AE1C2995930179F5D51893A8456A3494A* L_10 = ___1_finish;
|
|
Optional_1_t253307ED07B92F4301EEAE152CDBA6AA8AFBD530 L_11;
|
|
L_11 = Optional_1_op_Implicit_mF19009AC96E25B9F142A968A69B8DA3AC00BA089((CloudRecognizationResult_tDF8C697ACD722E32905AD67AAD1EE23B2FA3831F*)NULL, Optional_1_op_Implicit_mF19009AC96E25B9F142A968A69B8DA3AC00BA089_RuntimeMethod_var);
|
|
NullCheck(L_10);
|
|
Action_2_Invoke_mA84CBAE48ACB992B8A107B670831030670E06275_inline(L_10, L_11, _stringLiteral8A45D0D8311C8D73121FDD6C8B401E1AD3C58E0E, NULL);
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
// return;
|
|
return;
|
|
}
|
|
|
|
IL_0057:
|
|
{
|
|
// var request = new Request
|
|
// {
|
|
// StartCallback = start,
|
|
// FinishCallback = finish,
|
|
// };
|
|
Request_t9240130696DF8E3F2076435911F7FF7C84152F49* L_12 = (Request_t9240130696DF8E3F2076435911F7FF7C84152F49*)il2cpp_codegen_object_new(Request_t9240130696DF8E3F2076435911F7FF7C84152F49_il2cpp_TypeInfo_var);
|
|
NullCheck(L_12);
|
|
Request__ctor_mD6075734E30778A049C9FD391E6D7CBF706574AE(L_12, NULL);
|
|
Request_t9240130696DF8E3F2076435911F7FF7C84152F49* L_13 = L_12;
|
|
Action_1_t9B1F83CF784EEF67EA2B81DD3A12C12D518808C1* L_14 = ___0_start;
|
|
NullCheck(L_13);
|
|
L_13->___StartCallback_0 = L_14;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_13->___StartCallback_0), (void*)L_14);
|
|
Request_t9240130696DF8E3F2076435911F7FF7C84152F49* L_15 = L_13;
|
|
Action_2_t044BEC9AE1C2995930179F5D51893A8456A3494A* L_16 = ___1_finish;
|
|
NullCheck(L_15);
|
|
L_15->___FinishCallback_1 = L_16;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_15->___FinishCallback_1), (void*)L_16);
|
|
V_0 = L_15;
|
|
// pendingRequets.Enqueue(request);
|
|
Queue_1_t4AD143AF7A961A82813D1CB3F443B3140ABDDCB0* L_17 = __this->___pendingRequets_12;
|
|
Request_t9240130696DF8E3F2076435911F7FF7C84152F49* L_18 = V_0;
|
|
NullCheck(L_17);
|
|
Queue_1_Enqueue_mBE3096D024779CFC282178BF0ABC755FB1906DBE(L_17, L_18, Queue_1_Enqueue_mBE3096D024779CFC282178BF0ABC755FB1906DBE_RuntimeMethod_var);
|
|
// StartCoroutine(CheckRequest(request));
|
|
Request_t9240130696DF8E3F2076435911F7FF7C84152F49* L_19 = V_0;
|
|
RuntimeObject* L_20;
|
|
L_20 = CloudRecognizerFrameFilter_CheckRequest_mC06491E3A62BBE5AB22BA84D4473B23EE0C28CA2(__this, L_19, NULL);
|
|
Coroutine_t85EA685566A254C23F3FD77AB5BDFFFF8799596B* L_21;
|
|
L_21 = MonoBehaviour_StartCoroutine_m4CAFF732AA28CD3BDC5363B44A863575530EC812(__this, L_20, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void easyar.CloudRecognizerFrameFilter::OnFrameUpdate(easyar.OutputFrame)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloudRecognizerFrameFilter_OnFrameUpdate_m58458D44937C6F68850080357CF64017481236C6 (CloudRecognizerFrameFilter_t2038454703274381A6400CAEC747F87A853B8316* __this, OutputFrame_tB66E85BCF3FBC8ADCFFD36503D3AD4E71A6CD914* ___0_outputFrame, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_1_t2B8F2F4905046BA35E74859DDB9E9128D0BA5E06_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Optional_1_op_Implicit_m4293675B43B0795987DCD4434416C126A695F29F_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Queue_1_Dequeue_mF3A71F6B640130799FA6058F0E745FD58A08B949_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Queue_1_get_Count_m4EF35408E1188E4BFC19857CE5402A172ECEA5E3_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass14_0_U3COnFrameUpdateU3Eb__0_mA23D6033EC1042F3CD3D8570C6D9090BE95D0A1E_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass14_0_t935F57D89DBAFD0A44E58BB94C2D4A6FB4F61832_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
InputFrame_tDB02ECBCF7ED51DE6F781A607D63BE7812E0BDC1* V_0 = NULL;
|
|
U3CU3Ec__DisplayClass14_0_t935F57D89DBAFD0A44E58BB94C2D4A6FB4F61832* V_1 = NULL;
|
|
{
|
|
// if (cloudRecognizer == null)
|
|
CloudRecognizer_t27F99F43A57C493819C7299483ADCBAEB549937E* L_0 = __this->___cloudRecognizer_11;
|
|
if (L_0)
|
|
{
|
|
goto IL_0079;
|
|
}
|
|
}
|
|
{
|
|
// return;
|
|
return;
|
|
}
|
|
|
|
IL_0009:
|
|
{
|
|
// using (var iFrame = outputFrame.inputFrame())
|
|
OutputFrame_tB66E85BCF3FBC8ADCFFD36503D3AD4E71A6CD914* L_1 = ___0_outputFrame;
|
|
NullCheck(L_1);
|
|
InputFrame_tDB02ECBCF7ED51DE6F781A607D63BE7812E0BDC1* L_2;
|
|
L_2 = VirtualFuncInvoker0< InputFrame_tDB02ECBCF7ED51DE6F781A607D63BE7812E0BDC1* >::Invoke(7 /* easyar.InputFrame easyar.OutputFrame::inputFrame() */, L_1);
|
|
V_0 = L_2;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_006f:
|
|
{// begin finally (depth: 1)
|
|
{
|
|
InputFrame_tDB02ECBCF7ED51DE6F781A607D63BE7812E0BDC1* L_3 = V_0;
|
|
if (!L_3)
|
|
{
|
|
goto IL_0078;
|
|
}
|
|
}
|
|
{
|
|
InputFrame_tDB02ECBCF7ED51DE6F781A607D63BE7812E0BDC1* L_4 = V_0;
|
|
NullCheck(L_4);
|
|
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_4);
|
|
}
|
|
|
|
IL_0078:
|
|
{
|
|
return;
|
|
}
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
{
|
|
U3CU3Ec__DisplayClass14_0_t935F57D89DBAFD0A44E58BB94C2D4A6FB4F61832* L_5 = (U3CU3Ec__DisplayClass14_0_t935F57D89DBAFD0A44E58BB94C2D4A6FB4F61832*)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass14_0_t935F57D89DBAFD0A44E58BB94C2D4A6FB4F61832_il2cpp_TypeInfo_var);
|
|
NullCheck(L_5);
|
|
U3CU3Ec__DisplayClass14_0__ctor_mD6771162042FB00F993607E35001ECD99E802F91(L_5, NULL);
|
|
V_1 = L_5;
|
|
// var request = pendingRequets.Dequeue();
|
|
U3CU3Ec__DisplayClass14_0_t935F57D89DBAFD0A44E58BB94C2D4A6FB4F61832* L_6 = V_1;
|
|
Queue_1_t4AD143AF7A961A82813D1CB3F443B3140ABDDCB0* L_7 = __this->___pendingRequets_12;
|
|
NullCheck(L_7);
|
|
Request_t9240130696DF8E3F2076435911F7FF7C84152F49* L_8;
|
|
L_8 = Queue_1_Dequeue_mF3A71F6B640130799FA6058F0E745FD58A08B949(L_7, Queue_1_Dequeue_mF3A71F6B640130799FA6058F0E745FD58A08B949_RuntimeMethod_var);
|
|
NullCheck(L_6);
|
|
L_6->___request_0 = L_8;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_6->___request_0), (void*)L_8);
|
|
// if (request.StartCallback != null)
|
|
U3CU3Ec__DisplayClass14_0_t935F57D89DBAFD0A44E58BB94C2D4A6FB4F61832* L_9 = V_1;
|
|
NullCheck(L_9);
|
|
Request_t9240130696DF8E3F2076435911F7FF7C84152F49* L_10 = L_9->___request_0;
|
|
NullCheck(L_10);
|
|
Action_1_t9B1F83CF784EEF67EA2B81DD3A12C12D518808C1* L_11 = L_10->___StartCallback_0;
|
|
if (!L_11)
|
|
{
|
|
goto IL_0045_1;
|
|
}
|
|
}
|
|
{
|
|
// request.StartCallback(iFrame);
|
|
U3CU3Ec__DisplayClass14_0_t935F57D89DBAFD0A44E58BB94C2D4A6FB4F61832* L_12 = V_1;
|
|
NullCheck(L_12);
|
|
Request_t9240130696DF8E3F2076435911F7FF7C84152F49* L_13 = L_12->___request_0;
|
|
NullCheck(L_13);
|
|
Action_1_t9B1F83CF784EEF67EA2B81DD3A12C12D518808C1* L_14 = L_13->___StartCallback_0;
|
|
InputFrame_tDB02ECBCF7ED51DE6F781A607D63BE7812E0BDC1* L_15 = V_0;
|
|
NullCheck(L_14);
|
|
Action_1_Invoke_m13FEA5C90C65BCBB581455B396ADBE8424AD4C0B_inline(L_14, L_15, NULL);
|
|
}
|
|
|
|
IL_0045_1:
|
|
{
|
|
// cloudRecognizer.resolve(iFrame, ResolveTimeout, EasyARController.Scheduler, (result) => { request.FinishCallback(result, string.Empty); });
|
|
CloudRecognizer_t27F99F43A57C493819C7299483ADCBAEB549937E* L_16 = __this->___cloudRecognizer_11;
|
|
InputFrame_tDB02ECBCF7ED51DE6F781A607D63BE7812E0BDC1* L_17 = V_0;
|
|
int32_t L_18 = __this->___ResolveTimeout_6;
|
|
Optional_1_tE7438B16A5596BE4DF9FAAF634D49D6F82AF1EBA L_19;
|
|
L_19 = Optional_1_op_Implicit_m4293675B43B0795987DCD4434416C126A695F29F(L_18, Optional_1_op_Implicit_m4293675B43B0795987DCD4434416C126A695F29F_RuntimeMethod_var);
|
|
il2cpp_codegen_runtime_class_init_inline(EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177_il2cpp_TypeInfo_var);
|
|
DelayedCallbackScheduler_t7250FB4EE6119AFDCFBAC0DEADD337F1E576FD97* L_20;
|
|
L_20 = EasyARController_get_Scheduler_mD1D0082110E4A3B2159F15AFC586071831436EE6_inline(NULL);
|
|
U3CU3Ec__DisplayClass14_0_t935F57D89DBAFD0A44E58BB94C2D4A6FB4F61832* L_21 = V_1;
|
|
Action_1_t2B8F2F4905046BA35E74859DDB9E9128D0BA5E06* L_22 = (Action_1_t2B8F2F4905046BA35E74859DDB9E9128D0BA5E06*)il2cpp_codegen_object_new(Action_1_t2B8F2F4905046BA35E74859DDB9E9128D0BA5E06_il2cpp_TypeInfo_var);
|
|
NullCheck(L_22);
|
|
Action_1__ctor_m5D8464139A935175F320E60F770F9ECC6E3E0876(L_22, L_21, (intptr_t)((void*)U3CU3Ec__DisplayClass14_0_U3COnFrameUpdateU3Eb__0_mA23D6033EC1042F3CD3D8570C6D9090BE95D0A1E_RuntimeMethod_var), NULL);
|
|
NullCheck(L_16);
|
|
VirtualActionInvoker4< InputFrame_tDB02ECBCF7ED51DE6F781A607D63BE7812E0BDC1*, Optional_1_tE7438B16A5596BE4DF9FAAF634D49D6F82AF1EBA, CallbackScheduler_t6FC995D035D641811475B3EE0762B485D065FCED*, Action_1_t2B8F2F4905046BA35E74859DDB9E9128D0BA5E06* >::Invoke(6 /* System.Void easyar.CloudRecognizer::resolve(easyar.InputFrame,easyar.Optional`1<System.Int32>,easyar.CallbackScheduler,System.Action`1<easyar.CloudRecognizationResult>) */, L_16, L_17, L_19, L_20, L_22);
|
|
// }
|
|
goto IL_0079;
|
|
}
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_0079:
|
|
{
|
|
// while (pendingRequets.Count > 0)
|
|
Queue_1_t4AD143AF7A961A82813D1CB3F443B3140ABDDCB0* L_23 = __this->___pendingRequets_12;
|
|
NullCheck(L_23);
|
|
int32_t L_24;
|
|
L_24 = Queue_1_get_Count_m4EF35408E1188E4BFC19857CE5402A172ECEA5E3_inline(L_23, Queue_1_get_Count_m4EF35408E1188E4BFC19857CE5402A172ECEA5E3_RuntimeMethod_var);
|
|
if ((((int32_t)L_24) > ((int32_t)0)))
|
|
{
|
|
goto IL_0009;
|
|
}
|
|
}
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Collections.IEnumerator easyar.CloudRecognizerFrameFilter::AutoCreate()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CloudRecognizerFrameFilter_AutoCreate_m606DC8A31BB82B96FC0F6BFF911580A9CD4FE579 (CloudRecognizerFrameFilter_t2038454703274381A6400CAEC747F87A853B8316* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CAutoCreateU3Ed__15_t2AF04502C7505DADD24042E27F00193CE8769826_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
U3CAutoCreateU3Ed__15_t2AF04502C7505DADD24042E27F00193CE8769826* L_0 = (U3CAutoCreateU3Ed__15_t2AF04502C7505DADD24042E27F00193CE8769826*)il2cpp_codegen_object_new(U3CAutoCreateU3Ed__15_t2AF04502C7505DADD24042E27F00193CE8769826_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
U3CAutoCreateU3Ed__15__ctor_mB1DCA8E02969AA4660BC569DFA5F359DFD22D6B6(L_0, 0, NULL);
|
|
U3CAutoCreateU3Ed__15_t2AF04502C7505DADD24042E27F00193CE8769826* L_1 = L_0;
|
|
NullCheck(L_1);
|
|
L_1->___U3CU3E4__this_2 = __this;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_1->___U3CU3E4__this_2), (void*)__this);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Collections.IEnumerator easyar.CloudRecognizerFrameFilter::CheckRequest(easyar.CloudRecognizerFrameFilter/Request)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CloudRecognizerFrameFilter_CheckRequest_mC06491E3A62BBE5AB22BA84D4473B23EE0C28CA2 (CloudRecognizerFrameFilter_t2038454703274381A6400CAEC747F87A853B8316* __this, Request_t9240130696DF8E3F2076435911F7FF7C84152F49* ___0_req, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CCheckRequestU3Ed__16_t46EE8FCD6D4FFAEF6E806E1F192AF6CA945458DD_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
U3CCheckRequestU3Ed__16_t46EE8FCD6D4FFAEF6E806E1F192AF6CA945458DD* L_0 = (U3CCheckRequestU3Ed__16_t46EE8FCD6D4FFAEF6E806E1F192AF6CA945458DD*)il2cpp_codegen_object_new(U3CCheckRequestU3Ed__16_t46EE8FCD6D4FFAEF6E806E1F192AF6CA945458DD_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
U3CCheckRequestU3Ed__16__ctor_m8A358626118CDD6FEA7953E5BF6C13C5DD75EA9B(L_0, 0, NULL);
|
|
U3CCheckRequestU3Ed__16_t46EE8FCD6D4FFAEF6E806E1F192AF6CA945458DD* L_1 = L_0;
|
|
NullCheck(L_1);
|
|
L_1->___U3CU3E4__this_2 = __this;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_1->___U3CU3E4__this_2), (void*)__this);
|
|
U3CCheckRequestU3Ed__16_t46EE8FCD6D4FFAEF6E806E1F192AF6CA945458DD* L_2 = L_1;
|
|
Request_t9240130696DF8E3F2076435911F7FF7C84152F49* L_3 = ___0_req;
|
|
NullCheck(L_2);
|
|
L_2->___req_3 = L_3;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_2->___req_3), (void*)L_3);
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.Void easyar.CloudRecognizerFrameFilter::NotifyEmptyConfig(easyar.CloudRecognizerFrameFilter/CloudRecognizerServiceConfig)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloudRecognizerFrameFilter_NotifyEmptyConfig_m26969C3738B9C4803C13B71AF6243FD6F0A47A05 (CloudRecognizerFrameFilter_t2038454703274381A6400CAEC747F87A853B8316* __this, CloudRecognizerServiceConfig_tAF6DBBE8DF5606D2D6879A3FABCFE28B003862FD* ___0_config, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// if (string.IsNullOrEmpty(config.ServerAddress) ||
|
|
// string.IsNullOrEmpty(config.APIKey) ||
|
|
// string.IsNullOrEmpty(config.APISecret) ||
|
|
// string.IsNullOrEmpty(config.CloudRecognizerAppID))
|
|
CloudRecognizerServiceConfig_tAF6DBBE8DF5606D2D6879A3FABCFE28B003862FD* L_0 = ___0_config;
|
|
NullCheck(L_0);
|
|
String_t* L_1 = L_0->___ServerAddress_0;
|
|
bool L_2;
|
|
L_2 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_1, NULL);
|
|
if (L_2)
|
|
{
|
|
goto IL_0034;
|
|
}
|
|
}
|
|
{
|
|
CloudRecognizerServiceConfig_tAF6DBBE8DF5606D2D6879A3FABCFE28B003862FD* L_3 = ___0_config;
|
|
NullCheck(L_3);
|
|
String_t* L_4 = L_3->___APIKey_1;
|
|
bool L_5;
|
|
L_5 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_4, NULL);
|
|
if (L_5)
|
|
{
|
|
goto IL_0034;
|
|
}
|
|
}
|
|
{
|
|
CloudRecognizerServiceConfig_tAF6DBBE8DF5606D2D6879A3FABCFE28B003862FD* L_6 = ___0_config;
|
|
NullCheck(L_6);
|
|
String_t* L_7 = L_6->___APISecret_2;
|
|
bool L_8;
|
|
L_8 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_7, NULL);
|
|
if (L_8)
|
|
{
|
|
goto IL_0034;
|
|
}
|
|
}
|
|
{
|
|
CloudRecognizerServiceConfig_tAF6DBBE8DF5606D2D6879A3FABCFE28B003862FD* L_9 = ___0_config;
|
|
NullCheck(L_9);
|
|
String_t* L_10 = L_9->___CloudRecognizerAppID_3;
|
|
bool L_11;
|
|
L_11 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_10, NULL);
|
|
if (!L_11)
|
|
{
|
|
goto IL_007d;
|
|
}
|
|
}
|
|
|
|
IL_0034:
|
|
{
|
|
// throw new UIPopupException(
|
|
// "Service config (for authentication) NOT set, please set" + Environment.NewLine +
|
|
// "globally in EasyAR Settings (Project Settings > EasyAR) or" + Environment.NewLine +
|
|
// "locally on <CloudRecognizerFrameFilter> Component." + Environment.NewLine +
|
|
// "Get from EasyAR Develop Center (www.easyar.com) -> CRS -> Database Details.");
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_12 = (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var)), (uint32_t)7);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_13 = L_12;
|
|
NullCheck(L_13);
|
|
ArrayElementTypeCheck (L_13, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral91C0DE1577DC0C653D7FF81CA1558291648545B4)));
|
|
(L_13)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral91C0DE1577DC0C653D7FF81CA1558291648545B4)));
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_14 = L_13;
|
|
String_t* L_15;
|
|
L_15 = Environment_get_NewLine_m8BF68A4EFDAFFB66500984CE779629811BA98FFF(NULL);
|
|
NullCheck(L_14);
|
|
ArrayElementTypeCheck (L_14, L_15);
|
|
(L_14)->SetAt(static_cast<il2cpp_array_size_t>(1), (String_t*)L_15);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_16 = L_14;
|
|
NullCheck(L_16);
|
|
ArrayElementTypeCheck (L_16, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3156850838CE3AE49F580DD437333AC35484F249)));
|
|
(L_16)->SetAt(static_cast<il2cpp_array_size_t>(2), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3156850838CE3AE49F580DD437333AC35484F249)));
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_17 = L_16;
|
|
String_t* L_18;
|
|
L_18 = Environment_get_NewLine_m8BF68A4EFDAFFB66500984CE779629811BA98FFF(NULL);
|
|
NullCheck(L_17);
|
|
ArrayElementTypeCheck (L_17, L_18);
|
|
(L_17)->SetAt(static_cast<il2cpp_array_size_t>(3), (String_t*)L_18);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_19 = L_17;
|
|
NullCheck(L_19);
|
|
ArrayElementTypeCheck (L_19, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralDABF23501C06331D7998F81F6C748574896F3A26)));
|
|
(L_19)->SetAt(static_cast<il2cpp_array_size_t>(4), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralDABF23501C06331D7998F81F6C748574896F3A26)));
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_20 = L_19;
|
|
String_t* L_21;
|
|
L_21 = Environment_get_NewLine_m8BF68A4EFDAFFB66500984CE779629811BA98FFF(NULL);
|
|
NullCheck(L_20);
|
|
ArrayElementTypeCheck (L_20, L_21);
|
|
(L_20)->SetAt(static_cast<il2cpp_array_size_t>(5), (String_t*)L_21);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_22 = L_20;
|
|
NullCheck(L_22);
|
|
ArrayElementTypeCheck (L_22, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE0E1F17272227E7BEF81296405F26CAAAF844511)));
|
|
(L_22)->SetAt(static_cast<il2cpp_array_size_t>(6), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE0E1F17272227E7BEF81296405F26CAAAF844511)));
|
|
String_t* L_23;
|
|
L_23 = String_Concat_m647EBF831F54B6DF7D5AFA5FD012CF4EE7571B6A(L_22, NULL);
|
|
UIPopupException_t6CBA36793B5CB835F7ED2FD94F0D60186543D6EE* L_24 = (UIPopupException_t6CBA36793B5CB835F7ED2FD94F0D60186543D6EE*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&UIPopupException_t6CBA36793B5CB835F7ED2FD94F0D60186543D6EE_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_24);
|
|
UIPopupException__ctor_m2028C0A495324E4FAD33E2E48EDE7347C6BF2F6C(L_24, L_23, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_24, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CloudRecognizerFrameFilter_NotifyEmptyConfig_m26969C3738B9C4803C13B71AF6243FD6F0A47A05_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_007d:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void easyar.CloudRecognizerFrameFilter::NotifyEmptyPrivateConfig(easyar.CloudRecognizerFrameFilter/PrivateCloudRecognizerServiceConfig)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloudRecognizerFrameFilter_NotifyEmptyPrivateConfig_m7470361911BCCB7D9FA7C1B02AD81C308F99BF23 (CloudRecognizerFrameFilter_t2038454703274381A6400CAEC747F87A853B8316* __this, PrivateCloudRecognizerServiceConfig_t0A6190CA51A48D63D12EB07B73E33C71446A4E92* ___0_config, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// if (string.IsNullOrEmpty(config.ServerAddress) ||
|
|
// string.IsNullOrEmpty(config.CloudRecognitionServiceSecret) ||
|
|
// string.IsNullOrEmpty(config.CloudRecognizerAppID))
|
|
PrivateCloudRecognizerServiceConfig_t0A6190CA51A48D63D12EB07B73E33C71446A4E92* L_0 = ___0_config;
|
|
NullCheck(L_0);
|
|
String_t* L_1 = L_0->___ServerAddress_0;
|
|
bool L_2;
|
|
L_2 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_1, NULL);
|
|
if (L_2)
|
|
{
|
|
goto IL_0027;
|
|
}
|
|
}
|
|
{
|
|
PrivateCloudRecognizerServiceConfig_t0A6190CA51A48D63D12EB07B73E33C71446A4E92* L_3 = ___0_config;
|
|
NullCheck(L_3);
|
|
String_t* L_4 = L_3->___CloudRecognitionServiceSecret_1;
|
|
bool L_5;
|
|
L_5 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_4, NULL);
|
|
if (L_5)
|
|
{
|
|
goto IL_0027;
|
|
}
|
|
}
|
|
{
|
|
PrivateCloudRecognizerServiceConfig_t0A6190CA51A48D63D12EB07B73E33C71446A4E92* L_6 = ___0_config;
|
|
NullCheck(L_6);
|
|
String_t* L_7 = L_6->___CloudRecognizerAppID_2;
|
|
bool L_8;
|
|
L_8 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_7, NULL);
|
|
if (!L_8)
|
|
{
|
|
goto IL_0070;
|
|
}
|
|
}
|
|
|
|
IL_0027:
|
|
{
|
|
// throw new UIPopupException(
|
|
// "Service config (for authentication) NOT set, please set" + Environment.NewLine +
|
|
// "globally in EasyAR Settings (Project Settings > EasyAR) or" + Environment.NewLine +
|
|
// "locally on <CloudRecognizerFrameFilter> Component." + Environment.NewLine +
|
|
// "Get from EasyAR Develop Center (www.easyar.com) -> CRS -> Database Details.");
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_9 = (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var)), (uint32_t)7);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_10 = L_9;
|
|
NullCheck(L_10);
|
|
ArrayElementTypeCheck (L_10, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral91C0DE1577DC0C653D7FF81CA1558291648545B4)));
|
|
(L_10)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral91C0DE1577DC0C653D7FF81CA1558291648545B4)));
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_11 = L_10;
|
|
String_t* L_12;
|
|
L_12 = Environment_get_NewLine_m8BF68A4EFDAFFB66500984CE779629811BA98FFF(NULL);
|
|
NullCheck(L_11);
|
|
ArrayElementTypeCheck (L_11, L_12);
|
|
(L_11)->SetAt(static_cast<il2cpp_array_size_t>(1), (String_t*)L_12);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_13 = L_11;
|
|
NullCheck(L_13);
|
|
ArrayElementTypeCheck (L_13, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3156850838CE3AE49F580DD437333AC35484F249)));
|
|
(L_13)->SetAt(static_cast<il2cpp_array_size_t>(2), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3156850838CE3AE49F580DD437333AC35484F249)));
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_14 = L_13;
|
|
String_t* L_15;
|
|
L_15 = Environment_get_NewLine_m8BF68A4EFDAFFB66500984CE779629811BA98FFF(NULL);
|
|
NullCheck(L_14);
|
|
ArrayElementTypeCheck (L_14, L_15);
|
|
(L_14)->SetAt(static_cast<il2cpp_array_size_t>(3), (String_t*)L_15);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_16 = L_14;
|
|
NullCheck(L_16);
|
|
ArrayElementTypeCheck (L_16, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralDABF23501C06331D7998F81F6C748574896F3A26)));
|
|
(L_16)->SetAt(static_cast<il2cpp_array_size_t>(4), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralDABF23501C06331D7998F81F6C748574896F3A26)));
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_17 = L_16;
|
|
String_t* L_18;
|
|
L_18 = Environment_get_NewLine_m8BF68A4EFDAFFB66500984CE779629811BA98FFF(NULL);
|
|
NullCheck(L_17);
|
|
ArrayElementTypeCheck (L_17, L_18);
|
|
(L_17)->SetAt(static_cast<il2cpp_array_size_t>(5), (String_t*)L_18);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_19 = L_17;
|
|
NullCheck(L_19);
|
|
ArrayElementTypeCheck (L_19, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE0E1F17272227E7BEF81296405F26CAAAF844511)));
|
|
(L_19)->SetAt(static_cast<il2cpp_array_size_t>(6), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE0E1F17272227E7BEF81296405F26CAAAF844511)));
|
|
String_t* L_20;
|
|
L_20 = String_Concat_m647EBF831F54B6DF7D5AFA5FD012CF4EE7571B6A(L_19, NULL);
|
|
UIPopupException_t6CBA36793B5CB835F7ED2FD94F0D60186543D6EE* L_21 = (UIPopupException_t6CBA36793B5CB835F7ED2FD94F0D60186543D6EE*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&UIPopupException_t6CBA36793B5CB835F7ED2FD94F0D60186543D6EE_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_21);
|
|
UIPopupException__ctor_m2028C0A495324E4FAD33E2E48EDE7347C6BF2F6C(L_21, L_20, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_21, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CloudRecognizerFrameFilter_NotifyEmptyPrivateConfig_m7470361911BCCB7D9FA7C1B02AD81C308F99BF23_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0070:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void easyar.CloudRecognizerFrameFilter::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloudRecognizerFrameFilter__ctor_mD978B3A6E11E17707CCCA0A9A858D02F0C8BDEB0 (CloudRecognizerFrameFilter_t2038454703274381A6400CAEC747F87A853B8316* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CloudRecognizerServiceConfig_tAF6DBBE8DF5606D2D6879A3FABCFE28B003862FD_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PrivateCloudRecognizerServiceConfig_t0A6190CA51A48D63D12EB07B73E33C71446A4E92_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Queue_1__ctor_mC769F4D2BA13A974233F77CD34DBF4B8F0D6B6BF_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Queue_1_t4AD143AF7A961A82813D1CB3F443B3140ABDDCB0_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public int ResolveTimeout = 3000;
|
|
__this->___ResolveTimeout_6 = ((int32_t)3000);
|
|
// public bool UseGlobalServiceConfig = true;
|
|
__this->___UseGlobalServiceConfig_7 = (bool)1;
|
|
// public CloudRecognizerServiceConfig ServiceConfig = new CloudRecognizerServiceConfig();
|
|
CloudRecognizerServiceConfig_tAF6DBBE8DF5606D2D6879A3FABCFE28B003862FD* L_0 = (CloudRecognizerServiceConfig_tAF6DBBE8DF5606D2D6879A3FABCFE28B003862FD*)il2cpp_codegen_object_new(CloudRecognizerServiceConfig_tAF6DBBE8DF5606D2D6879A3FABCFE28B003862FD_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
CloudRecognizerServiceConfig__ctor_mFCC69F49222B30F8652DD295C20777BE6E69CD70(L_0, NULL);
|
|
__this->___ServiceConfig_9 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___ServiceConfig_9), (void*)L_0);
|
|
// public PrivateCloudRecognizerServiceConfig PrivateServiceConfig = new PrivateCloudRecognizerServiceConfig();
|
|
PrivateCloudRecognizerServiceConfig_t0A6190CA51A48D63D12EB07B73E33C71446A4E92* L_1 = (PrivateCloudRecognizerServiceConfig_t0A6190CA51A48D63D12EB07B73E33C71446A4E92*)il2cpp_codegen_object_new(PrivateCloudRecognizerServiceConfig_t0A6190CA51A48D63D12EB07B73E33C71446A4E92_il2cpp_TypeInfo_var);
|
|
NullCheck(L_1);
|
|
PrivateCloudRecognizerServiceConfig__ctor_m87A67BC3C46CC4F73B2CB8647290D9E7BBBEDC3F(L_1, NULL);
|
|
__this->___PrivateServiceConfig_10 = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___PrivateServiceConfig_10), (void*)L_1);
|
|
// private Queue<Request> pendingRequets = new Queue<Request>();
|
|
Queue_1_t4AD143AF7A961A82813D1CB3F443B3140ABDDCB0* L_2 = (Queue_1_t4AD143AF7A961A82813D1CB3F443B3140ABDDCB0*)il2cpp_codegen_object_new(Queue_1_t4AD143AF7A961A82813D1CB3F443B3140ABDDCB0_il2cpp_TypeInfo_var);
|
|
NullCheck(L_2);
|
|
Queue_1__ctor_mC769F4D2BA13A974233F77CD34DBF4B8F0D6B6BF(L_2, Queue_1__ctor_mC769F4D2BA13A974233F77CD34DBF4B8F0D6B6BF_RuntimeMethod_var);
|
|
__this->___pendingRequets_12 = L_2;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___pendingRequets_12), (void*)L_2);
|
|
FrameFilter__ctor_m3294372A748440126E65D15A1246C002035B00A0(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void easyar.CloudRecognizerFrameFilter/CloudRecognizerServiceConfig::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CloudRecognizerServiceConfig__ctor_mFCC69F49222B30F8652DD295C20777BE6E69CD70 (CloudRecognizerServiceConfig_tAF6DBBE8DF5606D2D6879A3FABCFE28B003862FD* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public string ServerAddress = string.Empty;
|
|
String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
|
|
__this->___ServerAddress_0 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___ServerAddress_0), (void*)L_0);
|
|
// public string APIKey = string.Empty;
|
|
String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
|
|
__this->___APIKey_1 = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___APIKey_1), (void*)L_1);
|
|
// public string APISecret = string.Empty;
|
|
String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
|
|
__this->___APISecret_2 = L_2;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___APISecret_2), (void*)L_2);
|
|
// public string CloudRecognizerAppID = string.Empty;
|
|
String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
|
|
__this->___CloudRecognizerAppID_3 = L_3;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___CloudRecognizerAppID_3), (void*)L_3);
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void easyar.CloudRecognizerFrameFilter/PrivateCloudRecognizerServiceConfig::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PrivateCloudRecognizerServiceConfig__ctor_m87A67BC3C46CC4F73B2CB8647290D9E7BBBEDC3F (PrivateCloudRecognizerServiceConfig_t0A6190CA51A48D63D12EB07B73E33C71446A4E92* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public string ServerAddress = string.Empty;
|
|
String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
|
|
__this->___ServerAddress_0 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___ServerAddress_0), (void*)L_0);
|
|
// public string CloudRecognitionServiceSecret = string.Empty;
|
|
String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
|
|
__this->___CloudRecognitionServiceSecret_1 = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___CloudRecognitionServiceSecret_1), (void*)L_1);
|
|
// public string CloudRecognizerAppID = string.Empty;
|
|
String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
|
|
__this->___CloudRecognizerAppID_2 = L_2;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___CloudRecognizerAppID_2), (void*)L_2);
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void easyar.CloudRecognizerFrameFilter/Request::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Request__ctor_mD6075734E30778A049C9FD391E6D7CBF706574AE (Request_t9240130696DF8E3F2076435911F7FF7C84152F49* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void easyar.CloudRecognizerFrameFilter/<>c__DisplayClass14_0::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass14_0__ctor_mD6771162042FB00F993607E35001ECD99E802F91 (U3CU3Ec__DisplayClass14_0_t935F57D89DBAFD0A44E58BB94C2D4A6FB4F61832* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void easyar.CloudRecognizerFrameFilter/<>c__DisplayClass14_0::<OnFrameUpdate>b__0(easyar.CloudRecognizationResult)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass14_0_U3COnFrameUpdateU3Eb__0_mA23D6033EC1042F3CD3D8570C6D9090BE95D0A1E (U3CU3Ec__DisplayClass14_0_t935F57D89DBAFD0A44E58BB94C2D4A6FB4F61832* __this, CloudRecognizationResult_tDF8C697ACD722E32905AD67AAD1EE23B2FA3831F* ___0_result, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Optional_1_op_Implicit_mF19009AC96E25B9F142A968A69B8DA3AC00BA089_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// cloudRecognizer.resolve(iFrame, ResolveTimeout, EasyARController.Scheduler, (result) => { request.FinishCallback(result, string.Empty); });
|
|
Request_t9240130696DF8E3F2076435911F7FF7C84152F49* L_0 = __this->___request_0;
|
|
NullCheck(L_0);
|
|
Action_2_t044BEC9AE1C2995930179F5D51893A8456A3494A* L_1 = L_0->___FinishCallback_1;
|
|
CloudRecognizationResult_tDF8C697ACD722E32905AD67AAD1EE23B2FA3831F* L_2 = ___0_result;
|
|
Optional_1_t253307ED07B92F4301EEAE152CDBA6AA8AFBD530 L_3;
|
|
L_3 = Optional_1_op_Implicit_mF19009AC96E25B9F142A968A69B8DA3AC00BA089(L_2, Optional_1_op_Implicit_mF19009AC96E25B9F142A968A69B8DA3AC00BA089_RuntimeMethod_var);
|
|
String_t* L_4 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
|
|
NullCheck(L_1);
|
|
Action_2_Invoke_mA84CBAE48ACB992B8A107B670831030670E06275_inline(L_1, L_3, L_4, NULL);
|
|
// cloudRecognizer.resolve(iFrame, ResolveTimeout, EasyARController.Scheduler, (result) => { request.FinishCallback(result, string.Empty); });
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void easyar.CloudRecognizerFrameFilter/<AutoCreate>d__15::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CAutoCreateU3Ed__15__ctor_mB1DCA8E02969AA4660BC569DFA5F359DFD22D6B6 (U3CAutoCreateU3Ed__15_t2AF04502C7505DADD24042E27F00193CE8769826* __this, int32_t ___0_U3CU3E1__state, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
int32_t L_0 = ___0_U3CU3E1__state;
|
|
__this->___U3CU3E1__state_0 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// System.Void easyar.CloudRecognizerFrameFilter/<AutoCreate>d__15::System.IDisposable.Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CAutoCreateU3Ed__15_System_IDisposable_Dispose_m64F5F366F504D605C1665389272A8B93E8890F4B (U3CAutoCreateU3Ed__15_t2AF04502C7505DADD24042E27F00193CE8769826* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean easyar.CloudRecognizerFrameFilter/<AutoCreate>d__15::MoveNext()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CAutoCreateU3Ed__15_MoveNext_m48AE40CDFDE1A87AC0B4F16C459BA1AF5FED5021 (U3CAutoCreateU3Ed__15_t2AF04502C7505DADD24042E27F00193CE8769826* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CloudRecognizerServiceConfig_tAF6DBBE8DF5606D2D6879A3FABCFE28B003862FD_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
CloudRecognizerFrameFilter_t2038454703274381A6400CAEC747F87A853B8316* V_1 = NULL;
|
|
CloudRecognizerServiceConfig_tAF6DBBE8DF5606D2D6879A3FABCFE28B003862FD* V_2 = NULL;
|
|
il2cpp::utils::ExceptionSupportStack<RuntimeObject*, 1> __active_exceptions;
|
|
Type_t* G_B10_0 = NULL;
|
|
Type_t* G_B9_0 = NULL;
|
|
String_t* G_B11_0 = NULL;
|
|
{
|
|
int32_t L_0 = __this->___U3CU3E1__state_0;
|
|
V_0 = L_0;
|
|
CloudRecognizerFrameFilter_t2038454703274381A6400CAEC747F87A853B8316* L_1 = __this->___U3CU3E4__this_2;
|
|
V_1 = L_1;
|
|
int32_t L_2 = V_0;
|
|
if (!L_2)
|
|
{
|
|
goto IL_0017;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_3 = V_0;
|
|
if ((((int32_t)L_3) == ((int32_t)1)))
|
|
{
|
|
goto IL_0030;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0017:
|
|
{
|
|
__this->___U3CU3E1__state_0 = (-1);
|
|
goto IL_0037;
|
|
}
|
|
|
|
IL_0020:
|
|
{
|
|
// while (!enabled) { yield return null; }
|
|
__this->___U3CU3E2__current_1 = NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CU3E2__current_1), (void*)NULL);
|
|
__this->___U3CU3E1__state_0 = 1;
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0030:
|
|
{
|
|
__this->___U3CU3E1__state_0 = (-1);
|
|
}
|
|
|
|
IL_0037:
|
|
{
|
|
// while (!enabled) { yield return null; }
|
|
CloudRecognizerFrameFilter_t2038454703274381A6400CAEC747F87A853B8316* L_4 = V_1;
|
|
NullCheck(L_4);
|
|
bool L_5;
|
|
L_5 = Behaviour_get_enabled_mAAC9F15E9EBF552217A5AE2681589CC0BFA300C1(L_4, NULL);
|
|
if (!L_5)
|
|
{
|
|
goto IL_0020;
|
|
}
|
|
}
|
|
{
|
|
// if (!CloudRecognizer.isAvailable()) { throw new UIPopupException(typeof(CloudRecognizer) + " not available"); }
|
|
bool L_6;
|
|
L_6 = CloudRecognizer_isAvailable_m1E07C9F394D3A4F9AFCA84FCADFFBFC206AD4795(NULL);
|
|
if (L_6)
|
|
{
|
|
goto IL_006c;
|
|
}
|
|
}
|
|
{
|
|
// if (!CloudRecognizer.isAvailable()) { throw new UIPopupException(typeof(CloudRecognizer) + " not available"); }
|
|
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_7 = { reinterpret_cast<intptr_t> (((RuntimeType*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CloudRecognizer_t27F99F43A57C493819C7299483ADCBAEB549937E_0_0_0_var))) };
|
|
il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Type_t_il2cpp_TypeInfo_var)));
|
|
Type_t* L_8;
|
|
L_8 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_7, NULL);
|
|
Type_t* L_9 = L_8;
|
|
G_B9_0 = L_9;
|
|
if (L_9)
|
|
{
|
|
G_B10_0 = L_9;
|
|
goto IL_0057;
|
|
}
|
|
}
|
|
{
|
|
G_B11_0 = ((String_t*)(NULL));
|
|
goto IL_005c;
|
|
}
|
|
|
|
IL_0057:
|
|
{
|
|
NullCheck(G_B10_0);
|
|
String_t* L_10;
|
|
L_10 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, G_B10_0);
|
|
G_B11_0 = L_10;
|
|
}
|
|
|
|
IL_005c:
|
|
{
|
|
String_t* L_11;
|
|
L_11 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(G_B11_0, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral429D8F132170CDADF68E7EFEA1640AD07E6A5409)), NULL);
|
|
UIPopupException_t6CBA36793B5CB835F7ED2FD94F0D60186543D6EE* L_12 = (UIPopupException_t6CBA36793B5CB835F7ED2FD94F0D60186543D6EE*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&UIPopupException_t6CBA36793B5CB835F7ED2FD94F0D60186543D6EE_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_12);
|
|
UIPopupException__ctor_m2028C0A495324E4FAD33E2E48EDE7347C6BF2F6C(L_12, L_11, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CAutoCreateU3Ed__15_MoveNext_m48AE40CDFDE1A87AC0B4F16C459BA1AF5FED5021_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_006c:
|
|
{
|
|
// if (UseGlobalServiceConfig)
|
|
CloudRecognizerFrameFilter_t2038454703274381A6400CAEC747F87A853B8316* L_13 = V_1;
|
|
NullCheck(L_13);
|
|
bool L_14 = L_13->___UseGlobalServiceConfig_7;
|
|
if (!L_14)
|
|
{
|
|
goto IL_00ee;
|
|
}
|
|
}
|
|
{
|
|
// var config = new CloudRecognizerServiceConfig();
|
|
CloudRecognizerServiceConfig_tAF6DBBE8DF5606D2D6879A3FABCFE28B003862FD* L_15 = (CloudRecognizerServiceConfig_tAF6DBBE8DF5606D2D6879A3FABCFE28B003862FD*)il2cpp_codegen_object_new(CloudRecognizerServiceConfig_tAF6DBBE8DF5606D2D6879A3FABCFE28B003862FD_il2cpp_TypeInfo_var);
|
|
NullCheck(L_15);
|
|
CloudRecognizerServiceConfig__ctor_mFCC69F49222B30F8652DD295C20777BE6E69CD70(L_15, NULL);
|
|
V_2 = L_15;
|
|
// if (EasyARSettings.Instance)
|
|
EasyARSettings_t4901518F6AEDF9035FB580B2A6001660C0A99E64* L_16;
|
|
L_16 = EasyARSettings_get_Instance_mD8F28A062A67B7FDD6816400A992AA8EF18DC4D6_inline(NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_17;
|
|
L_17 = Object_op_Implicit_m93896EF7D68FA113C42D3FE2BC6F661FC7EF514A(L_16, NULL);
|
|
if (!L_17)
|
|
{
|
|
goto IL_0091;
|
|
}
|
|
}
|
|
{
|
|
// config = EasyARSettings.Instance.GlobalCloudRecognizerServiceConfig;
|
|
EasyARSettings_t4901518F6AEDF9035FB580B2A6001660C0A99E64* L_18;
|
|
L_18 = EasyARSettings_get_Instance_mD8F28A062A67B7FDD6816400A992AA8EF18DC4D6_inline(NULL);
|
|
NullCheck(L_18);
|
|
CloudRecognizerServiceConfig_tAF6DBBE8DF5606D2D6879A3FABCFE28B003862FD* L_19 = L_18->___GlobalCloudRecognizerServiceConfig_9;
|
|
V_2 = L_19;
|
|
}
|
|
|
|
IL_0091:
|
|
{
|
|
// NotifyEmptyConfig(config);
|
|
CloudRecognizerFrameFilter_t2038454703274381A6400CAEC747F87A853B8316* L_20 = V_1;
|
|
CloudRecognizerServiceConfig_tAF6DBBE8DF5606D2D6879A3FABCFE28B003862FD* L_21 = V_2;
|
|
NullCheck(L_20);
|
|
CloudRecognizerFrameFilter_NotifyEmptyConfig_m26969C3738B9C4803C13B71AF6243FD6F0A47A05(L_20, L_21, NULL);
|
|
}
|
|
try
|
|
{// begin try (depth: 1)
|
|
// cloudRecognizer = CloudRecognizer.create(config.ServerAddress.Trim(), config.APIKey.Trim(), config.APISecret.Trim(), config.CloudRecognizerAppID.Trim());
|
|
CloudRecognizerFrameFilter_t2038454703274381A6400CAEC747F87A853B8316* L_22 = V_1;
|
|
CloudRecognizerServiceConfig_tAF6DBBE8DF5606D2D6879A3FABCFE28B003862FD* L_23 = V_2;
|
|
NullCheck(L_23);
|
|
String_t* L_24 = L_23->___ServerAddress_0;
|
|
NullCheck(L_24);
|
|
String_t* L_25;
|
|
L_25 = String_Trim_mCD6D8C6D4CFD15225D12DB7D3E0544CA80FB8DA5(L_24, NULL);
|
|
CloudRecognizerServiceConfig_tAF6DBBE8DF5606D2D6879A3FABCFE28B003862FD* L_26 = V_2;
|
|
NullCheck(L_26);
|
|
String_t* L_27 = L_26->___APIKey_1;
|
|
NullCheck(L_27);
|
|
String_t* L_28;
|
|
L_28 = String_Trim_mCD6D8C6D4CFD15225D12DB7D3E0544CA80FB8DA5(L_27, NULL);
|
|
CloudRecognizerServiceConfig_tAF6DBBE8DF5606D2D6879A3FABCFE28B003862FD* L_29 = V_2;
|
|
NullCheck(L_29);
|
|
String_t* L_30 = L_29->___APISecret_2;
|
|
NullCheck(L_30);
|
|
String_t* L_31;
|
|
L_31 = String_Trim_mCD6D8C6D4CFD15225D12DB7D3E0544CA80FB8DA5(L_30, NULL);
|
|
CloudRecognizerServiceConfig_tAF6DBBE8DF5606D2D6879A3FABCFE28B003862FD* L_32 = V_2;
|
|
NullCheck(L_32);
|
|
String_t* L_33 = L_32->___CloudRecognizerAppID_3;
|
|
NullCheck(L_33);
|
|
String_t* L_34;
|
|
L_34 = String_Trim_mCD6D8C6D4CFD15225D12DB7D3E0544CA80FB8DA5(L_33, NULL);
|
|
CloudRecognizer_t27F99F43A57C493819C7299483ADCBAEB549937E* L_35;
|
|
L_35 = CloudRecognizer_create_m5CE79B5BE56C3B4315B625D8DB54EB874C43A34D(L_25, L_28, L_31, L_34, NULL);
|
|
NullCheck(L_22);
|
|
L_22->___cloudRecognizer_11 = L_35;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_22->___cloudRecognizer_11), (void*)L_35);
|
|
// failToCreate = false;
|
|
CloudRecognizerFrameFilter_t2038454703274381A6400CAEC747F87A853B8316* L_36 = V_1;
|
|
NullCheck(L_36);
|
|
L_36->___failToCreate_13 = (bool)0;
|
|
// }
|
|
goto IL_01b2;
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex)))
|
|
{
|
|
IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex);
|
|
goto CATCH_00db;
|
|
}
|
|
throw e;
|
|
}
|
|
|
|
CATCH_00db:
|
|
{// begin catch(System.ArgumentNullException)
|
|
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_37 = ((ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)IL2CPP_GET_ACTIVE_EXCEPTION(ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*));;
|
|
// catch (ArgumentNullException)
|
|
// failToCreate = true;
|
|
CloudRecognizerFrameFilter_t2038454703274381A6400CAEC747F87A853B8316* L_38 = V_1;
|
|
NullCheck(L_38);
|
|
L_38->___failToCreate_13 = (bool)1;
|
|
// throw new UIPopupException($"Fail to create {nameof(CloudRecognizer)}, check logs for detials.");
|
|
UIPopupException_t6CBA36793B5CB835F7ED2FD94F0D60186543D6EE* L_39 = (UIPopupException_t6CBA36793B5CB835F7ED2FD94F0D60186543D6EE*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&UIPopupException_t6CBA36793B5CB835F7ED2FD94F0D60186543D6EE_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_39);
|
|
UIPopupException__ctor_m2028C0A495324E4FAD33E2E48EDE7347C6BF2F6C(L_39, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral534F5A1FC1A11FB8F1C23328E1F90614122A762B)), NULL);
|
|
IL2CPP_POP_ACTIVE_EXCEPTION(Exception_t*);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_39, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CAutoCreateU3Ed__15_MoveNext_m48AE40CDFDE1A87AC0B4F16C459BA1AF5FED5021_RuntimeMethod_var)));
|
|
}// end catch (depth: 1)
|
|
|
|
IL_00ee:
|
|
{
|
|
// if (ServerKeyType == KeyType.Public)
|
|
CloudRecognizerFrameFilter_t2038454703274381A6400CAEC747F87A853B8316* L_40 = V_1;
|
|
NullCheck(L_40);
|
|
int32_t L_41 = L_40->___ServerKeyType_8;
|
|
if (L_41)
|
|
{
|
|
goto IL_0155;
|
|
}
|
|
}
|
|
{
|
|
// NotifyEmptyConfig(ServiceConfig);
|
|
CloudRecognizerFrameFilter_t2038454703274381A6400CAEC747F87A853B8316* L_42 = V_1;
|
|
CloudRecognizerFrameFilter_t2038454703274381A6400CAEC747F87A853B8316* L_43 = V_1;
|
|
NullCheck(L_43);
|
|
CloudRecognizerServiceConfig_tAF6DBBE8DF5606D2D6879A3FABCFE28B003862FD* L_44 = L_43->___ServiceConfig_9;
|
|
NullCheck(L_42);
|
|
CloudRecognizerFrameFilter_NotifyEmptyConfig_m26969C3738B9C4803C13B71AF6243FD6F0A47A05(L_42, L_44, NULL);
|
|
}
|
|
try
|
|
{// begin try (depth: 1)
|
|
// cloudRecognizer = CloudRecognizer.create(ServiceConfig.ServerAddress, ServiceConfig.APIKey, ServiceConfig.APISecret, ServiceConfig.CloudRecognizerAppID);
|
|
CloudRecognizerFrameFilter_t2038454703274381A6400CAEC747F87A853B8316* L_45 = V_1;
|
|
CloudRecognizerFrameFilter_t2038454703274381A6400CAEC747F87A853B8316* L_46 = V_1;
|
|
NullCheck(L_46);
|
|
CloudRecognizerServiceConfig_tAF6DBBE8DF5606D2D6879A3FABCFE28B003862FD* L_47 = L_46->___ServiceConfig_9;
|
|
NullCheck(L_47);
|
|
String_t* L_48 = L_47->___ServerAddress_0;
|
|
CloudRecognizerFrameFilter_t2038454703274381A6400CAEC747F87A853B8316* L_49 = V_1;
|
|
NullCheck(L_49);
|
|
CloudRecognizerServiceConfig_tAF6DBBE8DF5606D2D6879A3FABCFE28B003862FD* L_50 = L_49->___ServiceConfig_9;
|
|
NullCheck(L_50);
|
|
String_t* L_51 = L_50->___APIKey_1;
|
|
CloudRecognizerFrameFilter_t2038454703274381A6400CAEC747F87A853B8316* L_52 = V_1;
|
|
NullCheck(L_52);
|
|
CloudRecognizerServiceConfig_tAF6DBBE8DF5606D2D6879A3FABCFE28B003862FD* L_53 = L_52->___ServiceConfig_9;
|
|
NullCheck(L_53);
|
|
String_t* L_54 = L_53->___APISecret_2;
|
|
CloudRecognizerFrameFilter_t2038454703274381A6400CAEC747F87A853B8316* L_55 = V_1;
|
|
NullCheck(L_55);
|
|
CloudRecognizerServiceConfig_tAF6DBBE8DF5606D2D6879A3FABCFE28B003862FD* L_56 = L_55->___ServiceConfig_9;
|
|
NullCheck(L_56);
|
|
String_t* L_57 = L_56->___CloudRecognizerAppID_3;
|
|
CloudRecognizer_t27F99F43A57C493819C7299483ADCBAEB549937E* L_58;
|
|
L_58 = CloudRecognizer_create_m5CE79B5BE56C3B4315B625D8DB54EB874C43A34D(L_48, L_51, L_54, L_57, NULL);
|
|
NullCheck(L_45);
|
|
L_45->___cloudRecognizer_11 = L_58;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_45->___cloudRecognizer_11), (void*)L_58);
|
|
// failToCreate = false;
|
|
CloudRecognizerFrameFilter_t2038454703274381A6400CAEC747F87A853B8316* L_59 = V_1;
|
|
NullCheck(L_59);
|
|
L_59->___failToCreate_13 = (bool)0;
|
|
// }
|
|
goto IL_01b2;
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex)))
|
|
{
|
|
IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex);
|
|
goto CATCH_0142;
|
|
}
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0142:
|
|
{// begin catch(System.ArgumentNullException)
|
|
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_60 = ((ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)IL2CPP_GET_ACTIVE_EXCEPTION(ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*));;
|
|
// catch (ArgumentNullException)
|
|
// failToCreate = true;
|
|
CloudRecognizerFrameFilter_t2038454703274381A6400CAEC747F87A853B8316* L_61 = V_1;
|
|
NullCheck(L_61);
|
|
L_61->___failToCreate_13 = (bool)1;
|
|
// throw new UIPopupException($"Fail to create {nameof(CloudRecognizer)}, check logs for detials.");
|
|
UIPopupException_t6CBA36793B5CB835F7ED2FD94F0D60186543D6EE* L_62 = (UIPopupException_t6CBA36793B5CB835F7ED2FD94F0D60186543D6EE*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&UIPopupException_t6CBA36793B5CB835F7ED2FD94F0D60186543D6EE_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_62);
|
|
UIPopupException__ctor_m2028C0A495324E4FAD33E2E48EDE7347C6BF2F6C(L_62, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral534F5A1FC1A11FB8F1C23328E1F90614122A762B)), NULL);
|
|
IL2CPP_POP_ACTIVE_EXCEPTION(Exception_t*);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_62, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CAutoCreateU3Ed__15_MoveNext_m48AE40CDFDE1A87AC0B4F16C459BA1AF5FED5021_RuntimeMethod_var)));
|
|
}// end catch (depth: 1)
|
|
|
|
IL_0155:
|
|
{
|
|
// else if (ServerKeyType == KeyType.Private)
|
|
CloudRecognizerFrameFilter_t2038454703274381A6400CAEC747F87A853B8316* L_63 = V_1;
|
|
NullCheck(L_63);
|
|
int32_t L_64 = L_63->___ServerKeyType_8;
|
|
if ((!(((uint32_t)L_64) == ((uint32_t)1))))
|
|
{
|
|
goto IL_01b2;
|
|
}
|
|
}
|
|
{
|
|
// NotifyEmptyPrivateConfig(PrivateServiceConfig);
|
|
CloudRecognizerFrameFilter_t2038454703274381A6400CAEC747F87A853B8316* L_65 = V_1;
|
|
CloudRecognizerFrameFilter_t2038454703274381A6400CAEC747F87A853B8316* L_66 = V_1;
|
|
NullCheck(L_66);
|
|
PrivateCloudRecognizerServiceConfig_t0A6190CA51A48D63D12EB07B73E33C71446A4E92* L_67 = L_66->___PrivateServiceConfig_10;
|
|
NullCheck(L_65);
|
|
CloudRecognizerFrameFilter_NotifyEmptyPrivateConfig_m7470361911BCCB7D9FA7C1B02AD81C308F99BF23(L_65, L_67, NULL);
|
|
}
|
|
try
|
|
{// begin try (depth: 1)
|
|
// cloudRecognizer = CloudRecognizer.createByCloudSecret(PrivateServiceConfig.ServerAddress, PrivateServiceConfig.CloudRecognitionServiceSecret, PrivateServiceConfig.CloudRecognizerAppID);
|
|
CloudRecognizerFrameFilter_t2038454703274381A6400CAEC747F87A853B8316* L_68 = V_1;
|
|
CloudRecognizerFrameFilter_t2038454703274381A6400CAEC747F87A853B8316* L_69 = V_1;
|
|
NullCheck(L_69);
|
|
PrivateCloudRecognizerServiceConfig_t0A6190CA51A48D63D12EB07B73E33C71446A4E92* L_70 = L_69->___PrivateServiceConfig_10;
|
|
NullCheck(L_70);
|
|
String_t* L_71 = L_70->___ServerAddress_0;
|
|
CloudRecognizerFrameFilter_t2038454703274381A6400CAEC747F87A853B8316* L_72 = V_1;
|
|
NullCheck(L_72);
|
|
PrivateCloudRecognizerServiceConfig_t0A6190CA51A48D63D12EB07B73E33C71446A4E92* L_73 = L_72->___PrivateServiceConfig_10;
|
|
NullCheck(L_73);
|
|
String_t* L_74 = L_73->___CloudRecognitionServiceSecret_1;
|
|
CloudRecognizerFrameFilter_t2038454703274381A6400CAEC747F87A853B8316* L_75 = V_1;
|
|
NullCheck(L_75);
|
|
PrivateCloudRecognizerServiceConfig_t0A6190CA51A48D63D12EB07B73E33C71446A4E92* L_76 = L_75->___PrivateServiceConfig_10;
|
|
NullCheck(L_76);
|
|
String_t* L_77 = L_76->___CloudRecognizerAppID_2;
|
|
CloudRecognizer_t27F99F43A57C493819C7299483ADCBAEB549937E* L_78;
|
|
L_78 = CloudRecognizer_createByCloudSecret_m046D6DE8E6B1BAEB35BB30B226871A613FFC512C(L_71, L_74, L_77, NULL);
|
|
NullCheck(L_68);
|
|
L_68->___cloudRecognizer_11 = L_78;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_68->___cloudRecognizer_11), (void*)L_78);
|
|
// failToCreate = false;
|
|
CloudRecognizerFrameFilter_t2038454703274381A6400CAEC747F87A853B8316* L_79 = V_1;
|
|
NullCheck(L_79);
|
|
L_79->___failToCreate_13 = (bool)0;
|
|
// }
|
|
goto IL_01b2;
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex)))
|
|
{
|
|
IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex);
|
|
goto CATCH_019f;
|
|
}
|
|
throw e;
|
|
}
|
|
|
|
CATCH_019f:
|
|
{// begin catch(System.ArgumentNullException)
|
|
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_80 = ((ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)IL2CPP_GET_ACTIVE_EXCEPTION(ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*));;
|
|
// catch (ArgumentNullException)
|
|
// failToCreate = true;
|
|
CloudRecognizerFrameFilter_t2038454703274381A6400CAEC747F87A853B8316* L_81 = V_1;
|
|
NullCheck(L_81);
|
|
L_81->___failToCreate_13 = (bool)1;
|
|
// throw new UIPopupException($"Fail to create {nameof(CloudRecognizer)}, check logs for detials.");
|
|
UIPopupException_t6CBA36793B5CB835F7ED2FD94F0D60186543D6EE* L_82 = (UIPopupException_t6CBA36793B5CB835F7ED2FD94F0D60186543D6EE*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&UIPopupException_t6CBA36793B5CB835F7ED2FD94F0D60186543D6EE_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_82);
|
|
UIPopupException__ctor_m2028C0A495324E4FAD33E2E48EDE7347C6BF2F6C(L_82, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral534F5A1FC1A11FB8F1C23328E1F90614122A762B)), NULL);
|
|
IL2CPP_POP_ACTIVE_EXCEPTION(Exception_t*);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_82, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CAutoCreateU3Ed__15_MoveNext_m48AE40CDFDE1A87AC0B4F16C459BA1AF5FED5021_RuntimeMethod_var)));
|
|
}// end catch (depth: 1)
|
|
|
|
IL_01b2:
|
|
{
|
|
// }
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Object easyar.CloudRecognizerFrameFilter/<AutoCreate>d__15::System.Collections.Generic.IEnumerator<System.Object>.get_Current()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CAutoCreateU3Ed__15_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_m249913B381A2327EA7656802C3F3D89282710169 (U3CAutoCreateU3Ed__15_t2AF04502C7505DADD24042E27F00193CE8769826* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject* L_0 = __this->___U3CU3E2__current_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void easyar.CloudRecognizerFrameFilter/<AutoCreate>d__15::System.Collections.IEnumerator.Reset()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CAutoCreateU3Ed__15_System_Collections_IEnumerator_Reset_m84F89FA67290DEA335F2B0A1C9113D6701706865 (U3CAutoCreateU3Ed__15_t2AF04502C7505DADD24042E27F00193CE8769826* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* L_0 = (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_0);
|
|
NotSupportedException__ctor_m1398D0CDE19B36AA3DE9392879738C1EA2439CDF(L_0, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CAutoCreateU3Ed__15_System_Collections_IEnumerator_Reset_m84F89FA67290DEA335F2B0A1C9113D6701706865_RuntimeMethod_var)));
|
|
}
|
|
}
|
|
// System.Object easyar.CloudRecognizerFrameFilter/<AutoCreate>d__15::System.Collections.IEnumerator.get_Current()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CAutoCreateU3Ed__15_System_Collections_IEnumerator_get_Current_mC571AB893F5A23F4FA92FEF554D3A814DEDA11D8 (U3CAutoCreateU3Ed__15_t2AF04502C7505DADD24042E27F00193CE8769826* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject* L_0 = __this->___U3CU3E2__current_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void easyar.CloudRecognizerFrameFilter/<CheckRequest>d__16::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CCheckRequestU3Ed__16__ctor_m8A358626118CDD6FEA7953E5BF6C13C5DD75EA9B (U3CCheckRequestU3Ed__16_t46EE8FCD6D4FFAEF6E806E1F192AF6CA945458DD* __this, int32_t ___0_U3CU3E1__state, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
int32_t L_0 = ___0_U3CU3E1__state;
|
|
__this->___U3CU3E1__state_0 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// System.Void easyar.CloudRecognizerFrameFilter/<CheckRequest>d__16::System.IDisposable.Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CCheckRequestU3Ed__16_System_IDisposable_Dispose_m63CC08F70F4ABD5729D7E7B262195A2BDBDE38AD (U3CCheckRequestU3Ed__16_t46EE8FCD6D4FFAEF6E806E1F192AF6CA945458DD* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean easyar.CloudRecognizerFrameFilter/<CheckRequest>d__16::MoveNext()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CCheckRequestU3Ed__16_MoveNext_mBC609333EF05624FDF13F089F4E8F54677D1DE2C (U3CCheckRequestU3Ed__16_t46EE8FCD6D4FFAEF6E806E1F192AF6CA945458DD* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Optional_1_op_Implicit_mF19009AC96E25B9F142A968A69B8DA3AC00BA089_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Queue_1_Contains_mCE2F56241CA77C96CB12317BD1A20665A887ABE0_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Queue_1_Dequeue_mF3A71F6B640130799FA6058F0E745FD58A08B949_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Queue_1_get_Count_m4EF35408E1188E4BFC19857CE5402A172ECEA5E3_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WaitForEndOfFrame_tE38D80923E3F8380069B423968C25ABE50A46663_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral949E0F7B38BF6B220D7F942F3FD2C0A6CB25B21D);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
CloudRecognizerFrameFilter_t2038454703274381A6400CAEC747F87A853B8316* V_1 = NULL;
|
|
Action_2_t044BEC9AE1C2995930179F5D51893A8456A3494A* G_B7_0 = NULL;
|
|
Action_2_t044BEC9AE1C2995930179F5D51893A8456A3494A* G_B6_0 = NULL;
|
|
{
|
|
int32_t L_0 = __this->___U3CU3E1__state_0;
|
|
V_0 = L_0;
|
|
CloudRecognizerFrameFilter_t2038454703274381A6400CAEC747F87A853B8316* L_1 = __this->___U3CU3E4__this_2;
|
|
V_1 = L_1;
|
|
int32_t L_2 = V_0;
|
|
switch (L_2)
|
|
{
|
|
case 0:
|
|
{
|
|
goto IL_0022;
|
|
}
|
|
case 1:
|
|
{
|
|
goto IL_003d;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_0058;
|
|
}
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0022:
|
|
{
|
|
__this->___U3CU3E1__state_0 = (-1);
|
|
// yield return new WaitForEndOfFrame();
|
|
WaitForEndOfFrame_tE38D80923E3F8380069B423968C25ABE50A46663* L_3 = (WaitForEndOfFrame_tE38D80923E3F8380069B423968C25ABE50A46663*)il2cpp_codegen_object_new(WaitForEndOfFrame_tE38D80923E3F8380069B423968C25ABE50A46663_il2cpp_TypeInfo_var);
|
|
NullCheck(L_3);
|
|
WaitForEndOfFrame__ctor_m4AF7E576C01E6B04443BB898B1AE5D645F7D45AB(L_3, NULL);
|
|
__this->___U3CU3E2__current_1 = L_3;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CU3E2__current_1), (void*)L_3);
|
|
__this->___U3CU3E1__state_0 = 1;
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_003d:
|
|
{
|
|
__this->___U3CU3E1__state_0 = (-1);
|
|
// yield return new WaitForEndOfFrame();
|
|
WaitForEndOfFrame_tE38D80923E3F8380069B423968C25ABE50A46663* L_4 = (WaitForEndOfFrame_tE38D80923E3F8380069B423968C25ABE50A46663*)il2cpp_codegen_object_new(WaitForEndOfFrame_tE38D80923E3F8380069B423968C25ABE50A46663_il2cpp_TypeInfo_var);
|
|
NullCheck(L_4);
|
|
WaitForEndOfFrame__ctor_m4AF7E576C01E6B04443BB898B1AE5D645F7D45AB(L_4, NULL);
|
|
__this->___U3CU3E2__current_1 = L_4;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CU3E2__current_1), (void*)L_4);
|
|
__this->___U3CU3E1__state_0 = 2;
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0058:
|
|
{
|
|
__this->___U3CU3E1__state_0 = (-1);
|
|
goto IL_0087;
|
|
}
|
|
|
|
IL_0061:
|
|
{
|
|
// var request = pendingRequets.Dequeue();
|
|
CloudRecognizerFrameFilter_t2038454703274381A6400CAEC747F87A853B8316* L_5 = V_1;
|
|
NullCheck(L_5);
|
|
Queue_1_t4AD143AF7A961A82813D1CB3F443B3140ABDDCB0* L_6 = L_5->___pendingRequets_12;
|
|
NullCheck(L_6);
|
|
Request_t9240130696DF8E3F2076435911F7FF7C84152F49* L_7;
|
|
L_7 = Queue_1_Dequeue_mF3A71F6B640130799FA6058F0E745FD58A08B949(L_6, Queue_1_Dequeue_mF3A71F6B640130799FA6058F0E745FD58A08B949_RuntimeMethod_var);
|
|
// request.FinishCallback?.Invoke(null, "NoFrame");
|
|
NullCheck(L_7);
|
|
Action_2_t044BEC9AE1C2995930179F5D51893A8456A3494A* L_8 = L_7->___FinishCallback_1;
|
|
Action_2_t044BEC9AE1C2995930179F5D51893A8456A3494A* L_9 = L_8;
|
|
G_B6_0 = L_9;
|
|
if (L_9)
|
|
{
|
|
G_B7_0 = L_9;
|
|
goto IL_0077;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0087;
|
|
}
|
|
|
|
IL_0077:
|
|
{
|
|
Optional_1_t253307ED07B92F4301EEAE152CDBA6AA8AFBD530 L_10;
|
|
L_10 = Optional_1_op_Implicit_mF19009AC96E25B9F142A968A69B8DA3AC00BA089((CloudRecognizationResult_tDF8C697ACD722E32905AD67AAD1EE23B2FA3831F*)NULL, Optional_1_op_Implicit_mF19009AC96E25B9F142A968A69B8DA3AC00BA089_RuntimeMethod_var);
|
|
NullCheck(G_B7_0);
|
|
Action_2_Invoke_mA84CBAE48ACB992B8A107B670831030670E06275_inline(G_B7_0, L_10, _stringLiteral949E0F7B38BF6B220D7F942F3FD2C0A6CB25B21D, NULL);
|
|
}
|
|
|
|
IL_0087:
|
|
{
|
|
// while (pendingRequets.Count > 0 && pendingRequets.Contains(req))
|
|
CloudRecognizerFrameFilter_t2038454703274381A6400CAEC747F87A853B8316* L_11 = V_1;
|
|
NullCheck(L_11);
|
|
Queue_1_t4AD143AF7A961A82813D1CB3F443B3140ABDDCB0* L_12 = L_11->___pendingRequets_12;
|
|
NullCheck(L_12);
|
|
int32_t L_13;
|
|
L_13 = Queue_1_get_Count_m4EF35408E1188E4BFC19857CE5402A172ECEA5E3_inline(L_12, Queue_1_get_Count_m4EF35408E1188E4BFC19857CE5402A172ECEA5E3_RuntimeMethod_var);
|
|
if ((((int32_t)L_13) <= ((int32_t)0)))
|
|
{
|
|
goto IL_00a8;
|
|
}
|
|
}
|
|
{
|
|
CloudRecognizerFrameFilter_t2038454703274381A6400CAEC747F87A853B8316* L_14 = V_1;
|
|
NullCheck(L_14);
|
|
Queue_1_t4AD143AF7A961A82813D1CB3F443B3140ABDDCB0* L_15 = L_14->___pendingRequets_12;
|
|
Request_t9240130696DF8E3F2076435911F7FF7C84152F49* L_16 = __this->___req_3;
|
|
NullCheck(L_15);
|
|
bool L_17;
|
|
L_17 = Queue_1_Contains_mCE2F56241CA77C96CB12317BD1A20665A887ABE0(L_15, L_16, Queue_1_Contains_mCE2F56241CA77C96CB12317BD1A20665A887ABE0_RuntimeMethod_var);
|
|
if (L_17)
|
|
{
|
|
goto IL_0061;
|
|
}
|
|
}
|
|
|
|
IL_00a8:
|
|
{
|
|
// }
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Object easyar.CloudRecognizerFrameFilter/<CheckRequest>d__16::System.Collections.Generic.IEnumerator<System.Object>.get_Current()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CCheckRequestU3Ed__16_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_mCCA6140075ECF88226ECD4A160986E73075E19E0 (U3CCheckRequestU3Ed__16_t46EE8FCD6D4FFAEF6E806E1F192AF6CA945458DD* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject* L_0 = __this->___U3CU3E2__current_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void easyar.CloudRecognizerFrameFilter/<CheckRequest>d__16::System.Collections.IEnumerator.Reset()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CCheckRequestU3Ed__16_System_Collections_IEnumerator_Reset_mCC4D9C7EC82CB25F7BD5F9E02BB00D4128FEB3F0 (U3CCheckRequestU3Ed__16_t46EE8FCD6D4FFAEF6E806E1F192AF6CA945458DD* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* L_0 = (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_0);
|
|
NotSupportedException__ctor_m1398D0CDE19B36AA3DE9392879738C1EA2439CDF(L_0, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CCheckRequestU3Ed__16_System_Collections_IEnumerator_Reset_mCC4D9C7EC82CB25F7BD5F9E02BB00D4128FEB3F0_RuntimeMethod_var)));
|
|
}
|
|
}
|
|
// System.Object easyar.CloudRecognizerFrameFilter/<CheckRequest>d__16::System.Collections.IEnumerator.get_Current()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CCheckRequestU3Ed__16_System_Collections_IEnumerator_get_Current_m29969A3417CD306871A477E3D0A541381AFD5F10 (U3CCheckRequestU3Ed__16_t46EE8FCD6D4FFAEF6E806E1F192AF6CA945458DD* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject* L_0 = __this->___U3CU3E2__current_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// easyar.ImageTarget easyar.ImageTargetController::get_Target()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ImageTarget_t2EA76B35550391ED19105CB22E7EC95723D478FB* ImageTargetController_get_Target_m51F32E8D1467745044F011BE80719C022258BC95 (ImageTargetController_t84FED4EB42B01319DE27986E10F1941E88ACA633* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public ImageTarget Target { get; private set; }
|
|
ImageTarget_t2EA76B35550391ED19105CB22E7EC95723D478FB* L_0 = __this->___U3CTargetU3Ek__BackingField_11;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void easyar.ImageTargetController::set_Target(easyar.ImageTarget)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ImageTargetController_set_Target_m02DC8AE90C9743C75D8502B044DA5B0EB3356E8A (ImageTargetController_t84FED4EB42B01319DE27986E10F1941E88ACA633* __this, ImageTarget_t2EA76B35550391ED19105CB22E7EC95723D478FB* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public ImageTarget Target { get; private set; }
|
|
ImageTarget_t2EA76B35550391ED19105CB22E7EC95723D478FB* L_0 = ___0_value;
|
|
__this->___U3CTargetU3Ek__BackingField_11 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CTargetU3Ek__BackingField_11), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void easyar.ImageTargetController::add_TargetAvailable(System.Action)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ImageTargetController_add_TargetAvailable_m937FA387361513207C8AAE979D13D797A0724EA2 (ImageTargetController_t84FED4EB42B01319DE27986E10F1941E88ACA633* __this, Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* V_0 = NULL;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* V_1 = NULL;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* V_2 = NULL;
|
|
{
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_0 = __this->___TargetAvailable_22;
|
|
V_0 = L_0;
|
|
}
|
|
|
|
IL_0007:
|
|
{
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_1 = V_0;
|
|
V_1 = L_1;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_2 = V_1;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_3 = ___0_value;
|
|
Delegate_t* L_4;
|
|
L_4 = Delegate_Combine_m1F725AEF318BE6F0426863490691A6F4606E7D00(L_2, L_3, NULL);
|
|
V_2 = ((Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)CastclassSealed((RuntimeObject*)L_4, Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var));
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07** L_5 = (Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07**)(&__this->___TargetAvailable_22);
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_6 = V_2;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_7 = V_1;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_8;
|
|
L_8 = InterlockedCompareExchangeImpl<Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*>(L_5, L_6, L_7);
|
|
V_0 = L_8;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_9 = V_0;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_10 = V_1;
|
|
if ((!(((RuntimeObject*)(Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)L_9) == ((RuntimeObject*)(Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)L_10))))
|
|
{
|
|
goto IL_0007;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void easyar.ImageTargetController::remove_TargetAvailable(System.Action)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ImageTargetController_remove_TargetAvailable_m0558BAFEE1A42D0DD63F37DB135286DBAF74E199 (ImageTargetController_t84FED4EB42B01319DE27986E10F1941E88ACA633* __this, Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* V_0 = NULL;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* V_1 = NULL;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* V_2 = NULL;
|
|
{
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_0 = __this->___TargetAvailable_22;
|
|
V_0 = L_0;
|
|
}
|
|
|
|
IL_0007:
|
|
{
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_1 = V_0;
|
|
V_1 = L_1;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_2 = V_1;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_3 = ___0_value;
|
|
Delegate_t* L_4;
|
|
L_4 = Delegate_Remove_m8B7DD5661308FA972E23CA1CC3FC9CEB355504E3(L_2, L_3, NULL);
|
|
V_2 = ((Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)CastclassSealed((RuntimeObject*)L_4, Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var));
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07** L_5 = (Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07**)(&__this->___TargetAvailable_22);
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_6 = V_2;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_7 = V_1;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_8;
|
|
L_8 = InterlockedCompareExchangeImpl<Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*>(L_5, L_6, L_7);
|
|
V_0 = L_8;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_9 = V_0;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_10 = V_1;
|
|
if ((!(((RuntimeObject*)(Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)L_9) == ((RuntimeObject*)(Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)L_10))))
|
|
{
|
|
goto IL_0007;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void easyar.ImageTargetController::add_TargetLoad(System.Action`2<easyar.Target,System.Boolean>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ImageTargetController_add_TargetLoad_m91633BAF45092ADF09E6F663EF292B891ACC505C (ImageTargetController_t84FED4EB42B01319DE27986E10F1941E88ACA633* __this, Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416* V_0 = NULL;
|
|
Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416* V_1 = NULL;
|
|
Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416* V_2 = NULL;
|
|
{
|
|
Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416* L_0 = __this->___TargetLoad_23;
|
|
V_0 = L_0;
|
|
}
|
|
|
|
IL_0007:
|
|
{
|
|
Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416* L_1 = V_0;
|
|
V_1 = L_1;
|
|
Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416* L_2 = V_1;
|
|
Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416* L_3 = ___0_value;
|
|
Delegate_t* L_4;
|
|
L_4 = Delegate_Combine_m1F725AEF318BE6F0426863490691A6F4606E7D00(L_2, L_3, NULL);
|
|
V_2 = ((Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416*)Castclass((RuntimeObject*)L_4, Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416_il2cpp_TypeInfo_var));
|
|
Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416** L_5 = (Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416**)(&__this->___TargetLoad_23);
|
|
Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416* L_6 = V_2;
|
|
Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416* L_7 = V_1;
|
|
Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416* L_8;
|
|
L_8 = InterlockedCompareExchangeImpl<Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416*>(L_5, L_6, L_7);
|
|
V_0 = L_8;
|
|
Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416* L_9 = V_0;
|
|
Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416* L_10 = V_1;
|
|
if ((!(((RuntimeObject*)(Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416*)L_9) == ((RuntimeObject*)(Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416*)L_10))))
|
|
{
|
|
goto IL_0007;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void easyar.ImageTargetController::remove_TargetLoad(System.Action`2<easyar.Target,System.Boolean>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ImageTargetController_remove_TargetLoad_m310D54B475130460865992875BCCC8A3C6A11F3C (ImageTargetController_t84FED4EB42B01319DE27986E10F1941E88ACA633* __this, Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416* V_0 = NULL;
|
|
Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416* V_1 = NULL;
|
|
Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416* V_2 = NULL;
|
|
{
|
|
Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416* L_0 = __this->___TargetLoad_23;
|
|
V_0 = L_0;
|
|
}
|
|
|
|
IL_0007:
|
|
{
|
|
Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416* L_1 = V_0;
|
|
V_1 = L_1;
|
|
Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416* L_2 = V_1;
|
|
Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416* L_3 = ___0_value;
|
|
Delegate_t* L_4;
|
|
L_4 = Delegate_Remove_m8B7DD5661308FA972E23CA1CC3FC9CEB355504E3(L_2, L_3, NULL);
|
|
V_2 = ((Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416*)Castclass((RuntimeObject*)L_4, Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416_il2cpp_TypeInfo_var));
|
|
Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416** L_5 = (Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416**)(&__this->___TargetLoad_23);
|
|
Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416* L_6 = V_2;
|
|
Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416* L_7 = V_1;
|
|
Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416* L_8;
|
|
L_8 = InterlockedCompareExchangeImpl<Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416*>(L_5, L_6, L_7);
|
|
V_0 = L_8;
|
|
Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416* L_9 = V_0;
|
|
Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416* L_10 = V_1;
|
|
if ((!(((RuntimeObject*)(Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416*)L_9) == ((RuntimeObject*)(Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416*)L_10))))
|
|
{
|
|
goto IL_0007;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void easyar.ImageTargetController::add_TargetUnload(System.Action`2<easyar.Target,System.Boolean>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ImageTargetController_add_TargetUnload_m118D9AE2DAB3F7F26C90A3D4B3F7E647503CDCF9 (ImageTargetController_t84FED4EB42B01319DE27986E10F1941E88ACA633* __this, Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416* V_0 = NULL;
|
|
Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416* V_1 = NULL;
|
|
Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416* V_2 = NULL;
|
|
{
|
|
Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416* L_0 = __this->___TargetUnload_24;
|
|
V_0 = L_0;
|
|
}
|
|
|
|
IL_0007:
|
|
{
|
|
Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416* L_1 = V_0;
|
|
V_1 = L_1;
|
|
Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416* L_2 = V_1;
|
|
Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416* L_3 = ___0_value;
|
|
Delegate_t* L_4;
|
|
L_4 = Delegate_Combine_m1F725AEF318BE6F0426863490691A6F4606E7D00(L_2, L_3, NULL);
|
|
V_2 = ((Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416*)Castclass((RuntimeObject*)L_4, Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416_il2cpp_TypeInfo_var));
|
|
Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416** L_5 = (Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416**)(&__this->___TargetUnload_24);
|
|
Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416* L_6 = V_2;
|
|
Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416* L_7 = V_1;
|
|
Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416* L_8;
|
|
L_8 = InterlockedCompareExchangeImpl<Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416*>(L_5, L_6, L_7);
|
|
V_0 = L_8;
|
|
Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416* L_9 = V_0;
|
|
Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416* L_10 = V_1;
|
|
if ((!(((RuntimeObject*)(Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416*)L_9) == ((RuntimeObject*)(Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416*)L_10))))
|
|
{
|
|
goto IL_0007;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void easyar.ImageTargetController::remove_TargetUnload(System.Action`2<easyar.Target,System.Boolean>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ImageTargetController_remove_TargetUnload_m7C7C2CCE318D0CF8115CE778AB0227E18E560556 (ImageTargetController_t84FED4EB42B01319DE27986E10F1941E88ACA633* __this, Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416* V_0 = NULL;
|
|
Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416* V_1 = NULL;
|
|
Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416* V_2 = NULL;
|
|
{
|
|
Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416* L_0 = __this->___TargetUnload_24;
|
|
V_0 = L_0;
|
|
}
|
|
|
|
IL_0007:
|
|
{
|
|
Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416* L_1 = V_0;
|
|
V_1 = L_1;
|
|
Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416* L_2 = V_1;
|
|
Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416* L_3 = ___0_value;
|
|
Delegate_t* L_4;
|
|
L_4 = Delegate_Remove_m8B7DD5661308FA972E23CA1CC3FC9CEB355504E3(L_2, L_3, NULL);
|
|
V_2 = ((Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416*)Castclass((RuntimeObject*)L_4, Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416_il2cpp_TypeInfo_var));
|
|
Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416** L_5 = (Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416**)(&__this->___TargetUnload_24);
|
|
Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416* L_6 = V_2;
|
|
Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416* L_7 = V_1;
|
|
Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416* L_8;
|
|
L_8 = InterlockedCompareExchangeImpl<Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416*>(L_5, L_6, L_7);
|
|
V_0 = L_8;
|
|
Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416* L_9 = V_0;
|
|
Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416* L_10 = V_1;
|
|
if ((!(((RuntimeObject*)(Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416*)L_9) == ((RuntimeObject*)(Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416*)L_10))))
|
|
{
|
|
goto IL_0007;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// easyar.ImageTrackerFrameFilter easyar.ImageTargetController::get_Tracker()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ImageTrackerFrameFilter_t1C3BF48AFCFEA2D5BE49CAE9196847DBB5177A9E* ImageTargetController_get_Tracker_mC362601661B2A96E13FAC68FF2B09E0946BF9E73 (ImageTargetController_t84FED4EB42B01319DE27986E10F1941E88ACA633* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return tracker;
|
|
ImageTrackerFrameFilter_t1C3BF48AFCFEA2D5BE49CAE9196847DBB5177A9E* L_0 = __this->___tracker_17;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void easyar.ImageTargetController::set_Tracker(easyar.ImageTrackerFrameFilter)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ImageTargetController_set_Tracker_mA9CCBB114C5479A0679FEF22A74B67DB9D1AD26B (ImageTargetController_t84FED4EB42B01319DE27986E10F1941E88ACA633* __this, ImageTrackerFrameFilter_t1C3BF48AFCFEA2D5BE49CAE9196847DBB5177A9E* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// tracker = value;
|
|
ImageTrackerFrameFilter_t1C3BF48AFCFEA2D5BE49CAE9196847DBB5177A9E* L_0 = ___0_value;
|
|
__this->___tracker_17 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___tracker_17), (void*)L_0);
|
|
// UpdateTargetInTracker();
|
|
ImageTargetController_UpdateTargetInTracker_mA8685BBF994D73477605C7A03D93BE17304DF5A9(__this, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// UnityEngine.Vector2 easyar.ImageTargetController::get_Size()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ImageTargetController_get_Size_m81B778F198A8854934002A378CB53FF3A6D50225 (ImageTargetController_t84FED4EB42B01319DE27986E10F1941E88ACA633* __this, const RuntimeMethod* method)
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
// if (Target == null)
|
|
ImageTarget_t2EA76B35550391ED19105CB22E7EC95723D478FB* L_0;
|
|
L_0 = ImageTargetController_get_Target_m51F32E8D1467745044F011BE80719C022258BC95_inline(__this, NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_0012;
|
|
}
|
|
}
|
|
{
|
|
// return new Vector2();
|
|
il2cpp_codegen_initobj((&V_0), sizeof(Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7));
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
|
|
IL_0012:
|
|
{
|
|
// return new Vector2(Target.scale(), Target.scale() / Target.aspectRatio());
|
|
ImageTarget_t2EA76B35550391ED19105CB22E7EC95723D478FB* L_2;
|
|
L_2 = ImageTargetController_get_Target_m51F32E8D1467745044F011BE80719C022258BC95_inline(__this, NULL);
|
|
NullCheck(L_2);
|
|
float L_3;
|
|
L_3 = VirtualFuncInvoker0< float >::Invoke(13 /* System.Single easyar.ImageTarget::scale() */, L_2);
|
|
ImageTarget_t2EA76B35550391ED19105CB22E7EC95723D478FB* L_4;
|
|
L_4 = ImageTargetController_get_Target_m51F32E8D1467745044F011BE80719C022258BC95_inline(__this, NULL);
|
|
NullCheck(L_4);
|
|
float L_5;
|
|
L_5 = VirtualFuncInvoker0< float >::Invoke(13 /* System.Single easyar.ImageTarget::scale() */, L_4);
|
|
ImageTarget_t2EA76B35550391ED19105CB22E7EC95723D478FB* L_6;
|
|
L_6 = ImageTargetController_get_Target_m51F32E8D1467745044F011BE80719C022258BC95_inline(__this, NULL);
|
|
NullCheck(L_6);
|
|
float L_7;
|
|
L_7 = VirtualFuncInvoker0< float >::Invoke(14 /* System.Single easyar.ImageTarget::aspectRatio() */, L_6);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_8;
|
|
memset((&L_8), 0, sizeof(L_8));
|
|
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_8), L_3, ((float)(L_5/L_7)), /*hidden argument*/NULL);
|
|
return L_8;
|
|
}
|
|
}
|
|
// System.Void easyar.ImageTargetController::set_Size(UnityEngine.Vector2)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ImageTargetController_set_Size_mA93F24B229CA629BA077580ECE3A53A76D1CC1F8 (ImageTargetController_t84FED4EB42B01319DE27986E10F1941E88ACA633* __this, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// private set { }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void easyar.ImageTargetController::Start()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ImageTargetController_Start_mBD0CBD1B20D1249267C0A5D44268EE31020ED5FD (ImageTargetController_t84FED4EB42B01319DE27986E10F1941E88ACA633* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ImageFileSourceData_t6253D5079E28B45E9A0C1A7A8CFBF74267364C2B_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TargetDataFileSourceData_t8A1E6462041EA1563F8FAD0E8DD979416E605C4B_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
{
|
|
// base.Start();
|
|
TargetController_Start_m6884CD51BDC42ADD477A0073A0F603D1E391007F(__this, NULL);
|
|
// if (!EasyARController.Initialized)
|
|
il2cpp_codegen_runtime_class_init_inline(EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177_il2cpp_TypeInfo_var);
|
|
bool L_0;
|
|
L_0 = EasyARController_get_Initialized_m0F47D5BCEF5B10A78F29551AE17BBB83924BF335_inline(NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
// return;
|
|
return;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
// switch (SourceType)
|
|
int32_t L_1 = __this->___SourceType_12;
|
|
V_0 = L_1;
|
|
int32_t L_2 = V_0;
|
|
switch (L_2)
|
|
{
|
|
case 0:
|
|
{
|
|
goto IL_0028;
|
|
}
|
|
case 1:
|
|
{
|
|
goto IL_0078;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_00a6;
|
|
}
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
|
|
IL_0028:
|
|
{
|
|
// LoadImageFile(new ImageFileSourceData()
|
|
// {
|
|
// PathType = ImageFileSource.PathType,
|
|
// Path = ImageFileSource.Path,
|
|
// Name = ImageFileSource.Name,
|
|
// Scale = ImageFileSource.Scale
|
|
// });
|
|
ImageFileSourceData_t6253D5079E28B45E9A0C1A7A8CFBF74267364C2B* L_3 = (ImageFileSourceData_t6253D5079E28B45E9A0C1A7A8CFBF74267364C2B*)il2cpp_codegen_object_new(ImageFileSourceData_t6253D5079E28B45E9A0C1A7A8CFBF74267364C2B_il2cpp_TypeInfo_var);
|
|
NullCheck(L_3);
|
|
ImageFileSourceData__ctor_m1FC12618D065F916C968FE7C694746EDBE03D2A8(L_3, NULL);
|
|
ImageFileSourceData_t6253D5079E28B45E9A0C1A7A8CFBF74267364C2B* L_4 = L_3;
|
|
ImageFileSourceData_t6253D5079E28B45E9A0C1A7A8CFBF74267364C2B* L_5 = __this->___ImageFileSource_13;
|
|
NullCheck(L_5);
|
|
int32_t L_6 = L_5->___PathType_0;
|
|
NullCheck(L_4);
|
|
L_4->___PathType_0 = L_6;
|
|
ImageFileSourceData_t6253D5079E28B45E9A0C1A7A8CFBF74267364C2B* L_7 = L_4;
|
|
ImageFileSourceData_t6253D5079E28B45E9A0C1A7A8CFBF74267364C2B* L_8 = __this->___ImageFileSource_13;
|
|
NullCheck(L_8);
|
|
String_t* L_9 = L_8->___Path_1;
|
|
NullCheck(L_7);
|
|
L_7->___Path_1 = L_9;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_7->___Path_1), (void*)L_9);
|
|
ImageFileSourceData_t6253D5079E28B45E9A0C1A7A8CFBF74267364C2B* L_10 = L_7;
|
|
ImageFileSourceData_t6253D5079E28B45E9A0C1A7A8CFBF74267364C2B* L_11 = __this->___ImageFileSource_13;
|
|
NullCheck(L_11);
|
|
String_t* L_12 = L_11->___Name_2;
|
|
NullCheck(L_10);
|
|
L_10->___Name_2 = L_12;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_10->___Name_2), (void*)L_12);
|
|
ImageFileSourceData_t6253D5079E28B45E9A0C1A7A8CFBF74267364C2B* L_13 = L_10;
|
|
ImageFileSourceData_t6253D5079E28B45E9A0C1A7A8CFBF74267364C2B* L_14 = __this->___ImageFileSource_13;
|
|
NullCheck(L_14);
|
|
float L_15 = L_14->___Scale_3;
|
|
NullCheck(L_13);
|
|
L_13->___Scale_3 = L_15;
|
|
ImageTargetController_LoadImageFile_m0C96CA4B52C406C7E6E43C118DBCC8A4E65EC484(__this, L_13, NULL);
|
|
// break;
|
|
return;
|
|
}
|
|
|
|
IL_0078:
|
|
{
|
|
// LoadTargetDataFile(new TargetDataFileSourceData()
|
|
// {
|
|
// PathType = TargetDataFileSource.PathType,
|
|
// Path = TargetDataFileSource.Path
|
|
// });
|
|
TargetDataFileSourceData_t8A1E6462041EA1563F8FAD0E8DD979416E605C4B* L_16 = (TargetDataFileSourceData_t8A1E6462041EA1563F8FAD0E8DD979416E605C4B*)il2cpp_codegen_object_new(TargetDataFileSourceData_t8A1E6462041EA1563F8FAD0E8DD979416E605C4B_il2cpp_TypeInfo_var);
|
|
NullCheck(L_16);
|
|
TargetDataFileSourceData__ctor_m55BE27C785B522450B12B613325E49C7731E0055(L_16, NULL);
|
|
TargetDataFileSourceData_t8A1E6462041EA1563F8FAD0E8DD979416E605C4B* L_17 = L_16;
|
|
TargetDataFileSourceData_t8A1E6462041EA1563F8FAD0E8DD979416E605C4B* L_18 = __this->___TargetDataFileSource_14;
|
|
NullCheck(L_18);
|
|
int32_t L_19 = L_18->___PathType_0;
|
|
NullCheck(L_17);
|
|
L_17->___PathType_0 = L_19;
|
|
TargetDataFileSourceData_t8A1E6462041EA1563F8FAD0E8DD979416E605C4B* L_20 = L_17;
|
|
TargetDataFileSourceData_t8A1E6462041EA1563F8FAD0E8DD979416E605C4B* L_21 = __this->___TargetDataFileSource_14;
|
|
NullCheck(L_21);
|
|
String_t* L_22 = L_21->___Path_1;
|
|
NullCheck(L_20);
|
|
L_20->___Path_1 = L_22;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_20->___Path_1), (void*)L_22);
|
|
ImageTargetController_LoadTargetDataFile_mAA4A193BCEFA50F50A6581482E302325551EAD2F(__this, L_20, NULL);
|
|
// break;
|
|
return;
|
|
}
|
|
|
|
IL_00a6:
|
|
{
|
|
// LoadTarget(TargetSource);
|
|
ImageTarget_t2EA76B35550391ED19105CB22E7EC95723D478FB* L_23 = __this->___TargetSource_15;
|
|
ImageTargetController_LoadTarget_mF5B64EE4AED15B3DD9A209046D6B7BCC8CC622D0(__this, L_23, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void easyar.ImageTargetController::Update()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ImageTargetController_Update_m84653120D4AE5517F8225CEA13EEC106AE8866E5 (ImageTargetController_t84FED4EB42B01319DE27986E10F1941E88ACA633* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// CheckScale();
|
|
ImageTargetController_CheckScale_mCE751A9504DDF5A8C08D9516D98674A030375D6B(__this, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void easyar.ImageTargetController::OnDestroy()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ImageTargetController_OnDestroy_mB3E0CBA4BBA1427E4F352EC02FE87B9B8D55E9FE (ImageTargetController_t84FED4EB42B01319DE27986E10F1941E88ACA633* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (tracker)
|
|
ImageTrackerFrameFilter_t1C3BF48AFCFEA2D5BE49CAE9196847DBB5177A9E* L_0 = __this->___tracker_17;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_1;
|
|
L_1 = Object_op_Implicit_m93896EF7D68FA113C42D3FE2BC6F661FC7EF514A(L_0, NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_001a;
|
|
}
|
|
}
|
|
{
|
|
// tracker = null;
|
|
__this->___tracker_17 = (ImageTrackerFrameFilter_t1C3BF48AFCFEA2D5BE49CAE9196847DBB5177A9E*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___tracker_17), (void*)(ImageTrackerFrameFilter_t1C3BF48AFCFEA2D5BE49CAE9196847DBB5177A9E*)NULL);
|
|
// UpdateTargetInTracker();
|
|
ImageTargetController_UpdateTargetInTracker_mA8685BBF994D73477605C7A03D93BE17304DF5A9(__this, NULL);
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
// if (Target != null)
|
|
ImageTarget_t2EA76B35550391ED19105CB22E7EC95723D478FB* L_2;
|
|
L_2 = ImageTargetController_get_Target_m51F32E8D1467745044F011BE80719C022258BC95_inline(__this, NULL);
|
|
if (!L_2)
|
|
{
|
|
goto IL_0034;
|
|
}
|
|
}
|
|
{
|
|
// Target.Dispose();
|
|
ImageTarget_t2EA76B35550391ED19105CB22E7EC95723D478FB* L_3;
|
|
L_3 = ImageTargetController_get_Target_m51F32E8D1467745044F011BE80719C022258BC95_inline(__this, NULL);
|
|
NullCheck(L_3);
|
|
RefBase_Dispose_m0C0F6CBAAFDD4D732F27B09F76D1A77AC6D44B75(L_3, NULL);
|
|
// Target = null;
|
|
ImageTargetController_set_Target_m02DC8AE90C9743C75D8502B044DA5B0EB3356E8A_inline(__this, (ImageTarget_t2EA76B35550391ED19105CB22E7EC95723D478FB*)NULL, NULL);
|
|
}
|
|
|
|
IL_0034:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void easyar.ImageTargetController::OnTracking()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ImageTargetController_OnTracking_mAD21A55082EA4D5888D5C820BEF549228E75779D (ImageTargetController_t84FED4EB42B01319DE27986E10F1941E88ACA633* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// CheckScale();
|
|
ImageTargetController_CheckScale_mCE751A9504DDF5A8C08D9516D98674A030375D6B(__this, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void easyar.ImageTargetController::LoadImageFile(easyar.ImageTargetController/ImageFileSourceData)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ImageTargetController_LoadImageFile_m0C96CA4B52C406C7E6E43C118DBCC8A4E65EC484 (ImageTargetController_t84FED4EB42B01319DE27986E10F1941E88ACA633* __this, ImageFileSourceData_t6253D5079E28B45E9A0C1A7A8CFBF74267364C2B* ___0_source, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_1_t1FE3A1AE62AE447DF533658E8E8F95603B6246D4_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass34_0_U3CLoadImageFileU3Eb__0_m616BBCE47ECFA27A653B3C807DBDE783579D6A78_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass34_0_tE6496C4BE78179A1C9B28885E5B13302367509FD_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
U3CU3Ec__DisplayClass34_0_tE6496C4BE78179A1C9B28885E5B13302367509FD* V_0 = NULL;
|
|
{
|
|
U3CU3Ec__DisplayClass34_0_tE6496C4BE78179A1C9B28885E5B13302367509FD* L_0 = (U3CU3Ec__DisplayClass34_0_tE6496C4BE78179A1C9B28885E5B13302367509FD*)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass34_0_tE6496C4BE78179A1C9B28885E5B13302367509FD_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
U3CU3Ec__DisplayClass34_0__ctor_mEEE0EA8D94387806F61F425BA6D79A5198333424(L_0, NULL);
|
|
V_0 = L_0;
|
|
U3CU3Ec__DisplayClass34_0_tE6496C4BE78179A1C9B28885E5B13302367509FD* L_1 = V_0;
|
|
NullCheck(L_1);
|
|
L_1->___U3CU3E4__this_0 = __this;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_1->___U3CU3E4__this_0), (void*)__this);
|
|
U3CU3Ec__DisplayClass34_0_tE6496C4BE78179A1C9B28885E5B13302367509FD* L_2 = V_0;
|
|
ImageFileSourceData_t6253D5079E28B45E9A0C1A7A8CFBF74267364C2B* L_3 = ___0_source;
|
|
NullCheck(L_2);
|
|
L_2->___source_1 = L_3;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_2->___source_1), (void*)L_3);
|
|
// EasyARController.Instance.StartCoroutine(FileUtil.LoadFile(source.Path, source.PathType, (Buffer buffer) =>
|
|
// {
|
|
// EasyARController.Instance.StartCoroutine(LoadImageBuffer(buffer.Clone(), source));
|
|
// }));
|
|
il2cpp_codegen_runtime_class_init_inline(EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177_il2cpp_TypeInfo_var);
|
|
EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177* L_4;
|
|
L_4 = EasyARController_get_Instance_mABB2A176E95F0F90E70BD99B143DDFE4AAE1E8FA_inline(NULL);
|
|
U3CU3Ec__DisplayClass34_0_tE6496C4BE78179A1C9B28885E5B13302367509FD* L_5 = V_0;
|
|
NullCheck(L_5);
|
|
ImageFileSourceData_t6253D5079E28B45E9A0C1A7A8CFBF74267364C2B* L_6 = L_5->___source_1;
|
|
NullCheck(L_6);
|
|
String_t* L_7 = L_6->___Path_1;
|
|
U3CU3Ec__DisplayClass34_0_tE6496C4BE78179A1C9B28885E5B13302367509FD* L_8 = V_0;
|
|
NullCheck(L_8);
|
|
ImageFileSourceData_t6253D5079E28B45E9A0C1A7A8CFBF74267364C2B* L_9 = L_8->___source_1;
|
|
NullCheck(L_9);
|
|
int32_t L_10 = L_9->___PathType_0;
|
|
U3CU3Ec__DisplayClass34_0_tE6496C4BE78179A1C9B28885E5B13302367509FD* L_11 = V_0;
|
|
Action_1_t1FE3A1AE62AE447DF533658E8E8F95603B6246D4* L_12 = (Action_1_t1FE3A1AE62AE447DF533658E8E8F95603B6246D4*)il2cpp_codegen_object_new(Action_1_t1FE3A1AE62AE447DF533658E8E8F95603B6246D4_il2cpp_TypeInfo_var);
|
|
NullCheck(L_12);
|
|
Action_1__ctor_mA68C1834FFDBC7C5D28D99B99A08B4A0C2EEFBF5(L_12, L_11, (intptr_t)((void*)U3CU3Ec__DisplayClass34_0_U3CLoadImageFileU3Eb__0_m616BBCE47ECFA27A653B3C807DBDE783579D6A78_RuntimeMethod_var), NULL);
|
|
RuntimeObject* L_13;
|
|
L_13 = FileUtil_LoadFile_m503163A62815441E8F2D213A88E2120F8746BA59(L_7, L_10, L_12, NULL);
|
|
NullCheck(L_4);
|
|
Coroutine_t85EA685566A254C23F3FD77AB5BDFFFF8799596B* L_14;
|
|
L_14 = MonoBehaviour_StartCoroutine_m4CAFF732AA28CD3BDC5363B44A863575530EC812(L_4, L_13, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void easyar.ImageTargetController::LoadTargetDataFile(easyar.ImageTargetController/TargetDataFileSourceData)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ImageTargetController_LoadTargetDataFile_mAA4A193BCEFA50F50A6581482E302325551EAD2F (ImageTargetController_t84FED4EB42B01319DE27986E10F1941E88ACA633* __this, TargetDataFileSourceData_t8A1E6462041EA1563F8FAD0E8DD979416E605C4B* ___0_source, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_1_t1FE3A1AE62AE447DF533658E8E8F95603B6246D4_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ImageTargetController_U3CLoadTargetDataFileU3Eb__35_0_m88987798ABB5ADF18A83E7627783F501F871E491_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// EasyARController.Instance.StartCoroutine(FileUtil.LoadFile(source.Path, source.PathType, (Buffer buffer) =>
|
|
// {
|
|
// EasyARController.Instance.StartCoroutine(LoadTargetDataBuffer(buffer.Clone()));
|
|
// }));
|
|
il2cpp_codegen_runtime_class_init_inline(EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177_il2cpp_TypeInfo_var);
|
|
EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177* L_0;
|
|
L_0 = EasyARController_get_Instance_mABB2A176E95F0F90E70BD99B143DDFE4AAE1E8FA_inline(NULL);
|
|
TargetDataFileSourceData_t8A1E6462041EA1563F8FAD0E8DD979416E605C4B* L_1 = ___0_source;
|
|
NullCheck(L_1);
|
|
String_t* L_2 = L_1->___Path_1;
|
|
TargetDataFileSourceData_t8A1E6462041EA1563F8FAD0E8DD979416E605C4B* L_3 = ___0_source;
|
|
NullCheck(L_3);
|
|
int32_t L_4 = L_3->___PathType_0;
|
|
Action_1_t1FE3A1AE62AE447DF533658E8E8F95603B6246D4* L_5 = (Action_1_t1FE3A1AE62AE447DF533658E8E8F95603B6246D4*)il2cpp_codegen_object_new(Action_1_t1FE3A1AE62AE447DF533658E8E8F95603B6246D4_il2cpp_TypeInfo_var);
|
|
NullCheck(L_5);
|
|
Action_1__ctor_mA68C1834FFDBC7C5D28D99B99A08B4A0C2EEFBF5(L_5, __this, (intptr_t)((void*)ImageTargetController_U3CLoadTargetDataFileU3Eb__35_0_m88987798ABB5ADF18A83E7627783F501F871E491_RuntimeMethod_var), NULL);
|
|
RuntimeObject* L_6;
|
|
L_6 = FileUtil_LoadFile_m503163A62815441E8F2D213A88E2120F8746BA59(L_2, L_4, L_5, NULL);
|
|
NullCheck(L_0);
|
|
Coroutine_t85EA685566A254C23F3FD77AB5BDFFFF8799596B* L_7;
|
|
L_7 = MonoBehaviour_StartCoroutine_m4CAFF732AA28CD3BDC5363B44A863575530EC812(L_0, L_6, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void easyar.ImageTargetController::LoadTarget(easyar.ImageTarget)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ImageTargetController_LoadTarget_mF5B64EE4AED15B3DD9A209046D6B7BCC8CC622D0 (ImageTargetController_t84FED4EB42B01319DE27986E10F1941E88ACA633* __this, ImageTarget_t2EA76B35550391ED19105CB22E7EC95723D478FB* ___0_source, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// Target = source;
|
|
ImageTarget_t2EA76B35550391ED19105CB22E7EC95723D478FB* L_0 = ___0_source;
|
|
ImageTargetController_set_Target_m02DC8AE90C9743C75D8502B044DA5B0EB3356E8A_inline(__this, L_0, NULL);
|
|
// if (Target != null && TargetAvailable != null)
|
|
ImageTarget_t2EA76B35550391ED19105CB22E7EC95723D478FB* L_1;
|
|
L_1 = ImageTargetController_get_Target_m51F32E8D1467745044F011BE80719C022258BC95_inline(__this, NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_0022;
|
|
}
|
|
}
|
|
{
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_2 = __this->___TargetAvailable_22;
|
|
if (!L_2)
|
|
{
|
|
goto IL_0022;
|
|
}
|
|
}
|
|
{
|
|
// TargetAvailable();
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_3 = __this->___TargetAvailable_22;
|
|
NullCheck(L_3);
|
|
Action_Invoke_m7126A54DACA72B845424072887B5F3A51FC3808E_inline(L_3, NULL);
|
|
}
|
|
|
|
IL_0022:
|
|
{
|
|
// UpdateScale();
|
|
ImageTargetController_UpdateScale_m8CB7C3BBFF1AAC4589F22B56D9B843C29F8FF489(__this, NULL);
|
|
// UpdateTargetInTracker();
|
|
ImageTargetController_UpdateTargetInTracker_mA8685BBF994D73477605C7A03D93BE17304DF5A9(__this, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Collections.IEnumerator easyar.ImageTargetController::LoadImageBuffer(easyar.Buffer,easyar.ImageTargetController/ImageFileSourceData)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ImageTargetController_LoadImageBuffer_m7F9B49796221F397B3DD20951D026A9C61255743 (ImageTargetController_t84FED4EB42B01319DE27986E10F1941E88ACA633* __this, Buffer_t644BF6560BDFFE92C2929A3CBF29C9B124212B54* ___0_buffer, ImageFileSourceData_t6253D5079E28B45E9A0C1A7A8CFBF74267364C2B* ___1_source, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CLoadImageBufferU3Ed__37_t50F30BFD3396E0AC8F263F6FA65B7EF4FA341DA5_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
U3CLoadImageBufferU3Ed__37_t50F30BFD3396E0AC8F263F6FA65B7EF4FA341DA5* L_0 = (U3CLoadImageBufferU3Ed__37_t50F30BFD3396E0AC8F263F6FA65B7EF4FA341DA5*)il2cpp_codegen_object_new(U3CLoadImageBufferU3Ed__37_t50F30BFD3396E0AC8F263F6FA65B7EF4FA341DA5_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
U3CLoadImageBufferU3Ed__37__ctor_mAD7298F8B7F8975D392A33A3A50D7668B26F0879(L_0, 0, NULL);
|
|
U3CLoadImageBufferU3Ed__37_t50F30BFD3396E0AC8F263F6FA65B7EF4FA341DA5* L_1 = L_0;
|
|
NullCheck(L_1);
|
|
L_1->___U3CU3E4__this_5 = __this;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_1->___U3CU3E4__this_5), (void*)__this);
|
|
U3CLoadImageBufferU3Ed__37_t50F30BFD3396E0AC8F263F6FA65B7EF4FA341DA5* L_2 = L_1;
|
|
Buffer_t644BF6560BDFFE92C2929A3CBF29C9B124212B54* L_3 = ___0_buffer;
|
|
NullCheck(L_2);
|
|
L_2->___buffer_2 = L_3;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_2->___buffer_2), (void*)L_3);
|
|
U3CLoadImageBufferU3Ed__37_t50F30BFD3396E0AC8F263F6FA65B7EF4FA341DA5* L_4 = L_2;
|
|
ImageFileSourceData_t6253D5079E28B45E9A0C1A7A8CFBF74267364C2B* L_5 = ___1_source;
|
|
NullCheck(L_4);
|
|
L_4->___source_4 = L_5;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_4->___source_4), (void*)L_5);
|
|
return L_4;
|
|
}
|
|
}
|
|
// System.Collections.IEnumerator easyar.ImageTargetController::LoadTargetDataBuffer(easyar.Buffer)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ImageTargetController_LoadTargetDataBuffer_m77A49E66DE709773C4D9010C6C32B6F7B0719AEC (ImageTargetController_t84FED4EB42B01319DE27986E10F1941E88ACA633* __this, Buffer_t644BF6560BDFFE92C2929A3CBF29C9B124212B54* ___0_buffer, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CLoadTargetDataBufferU3Ed__38_t9138D5541478E945DACB18EDFE6BF5F4A9EE1941_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
U3CLoadTargetDataBufferU3Ed__38_t9138D5541478E945DACB18EDFE6BF5F4A9EE1941* L_0 = (U3CLoadTargetDataBufferU3Ed__38_t9138D5541478E945DACB18EDFE6BF5F4A9EE1941*)il2cpp_codegen_object_new(U3CLoadTargetDataBufferU3Ed__38_t9138D5541478E945DACB18EDFE6BF5F4A9EE1941_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
U3CLoadTargetDataBufferU3Ed__38__ctor_mB97520DE4D20C4DB13475167C96FFDE7BA1956CE(L_0, 0, NULL);
|
|
U3CLoadTargetDataBufferU3Ed__38_t9138D5541478E945DACB18EDFE6BF5F4A9EE1941* L_1 = L_0;
|
|
NullCheck(L_1);
|
|
L_1->___U3CU3E4__this_4 = __this;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_1->___U3CU3E4__this_4), (void*)__this);
|
|
U3CLoadTargetDataBufferU3Ed__38_t9138D5541478E945DACB18EDFE6BF5F4A9EE1941* L_2 = L_1;
|
|
Buffer_t644BF6560BDFFE92C2929A3CBF29C9B124212B54* L_3 = ___0_buffer;
|
|
NullCheck(L_2);
|
|
L_2->___buffer_2 = L_3;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_2->___buffer_2), (void*)L_3);
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.Void easyar.ImageTargetController::UpdateTargetInTracker()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ImageTargetController_UpdateTargetInTracker_mA8685BBF994D73477605C7A03D93BE17304DF5A9 (ImageTargetController_t84FED4EB42B01319DE27986E10F1941E88ACA633* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ImageTargetController_U3CUpdateTargetInTrackerU3Eb__39_0_m1939D3182BBC11CF34DDC6687AFEEC1C11BB1E08_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass39_0_U3CUpdateTargetInTrackerU3Eb__1_m028FA0DB06BF9BE40C859E47761473ADABCF4D44_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass39_0_tE5D71B872E1BD740901F4DC60FF174BD50D20BBA_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
U3CU3Ec__DisplayClass39_0_tE5D71B872E1BD740901F4DC60FF174BD50D20BBA* V_0 = NULL;
|
|
{
|
|
// if (Target == null)
|
|
ImageTarget_t2EA76B35550391ED19105CB22E7EC95723D478FB* L_0;
|
|
L_0 = ImageTargetController_get_Target_m51F32E8D1467745044F011BE80719C022258BC95_inline(__this, NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_0009;
|
|
}
|
|
}
|
|
{
|
|
// return;
|
|
return;
|
|
}
|
|
|
|
IL_0009:
|
|
{
|
|
// if (loader && loader != tracker)
|
|
ImageTrackerFrameFilter_t1C3BF48AFCFEA2D5BE49CAE9196847DBB5177A9E* L_1 = __this->___loader_18;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_2;
|
|
L_2 = Object_op_Implicit_m93896EF7D68FA113C42D3FE2BC6F661FC7EF514A(L_1, NULL);
|
|
if (!L_2)
|
|
{
|
|
goto IL_0048;
|
|
}
|
|
}
|
|
{
|
|
ImageTrackerFrameFilter_t1C3BF48AFCFEA2D5BE49CAE9196847DBB5177A9E* L_3 = __this->___loader_18;
|
|
ImageTrackerFrameFilter_t1C3BF48AFCFEA2D5BE49CAE9196847DBB5177A9E* L_4 = __this->___tracker_17;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_5;
|
|
L_5 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_3, L_4, NULL);
|
|
if (!L_5)
|
|
{
|
|
goto IL_0048;
|
|
}
|
|
}
|
|
{
|
|
// loader.UnloadImageTarget(this, (target, status) =>
|
|
// {
|
|
// if (!this) { return; }
|
|
// if (status)
|
|
// {
|
|
// IsLoaded = false;
|
|
// }
|
|
// if (TargetUnload != null)
|
|
// {
|
|
// TargetUnload(target, status);
|
|
// }
|
|
// });
|
|
ImageTrackerFrameFilter_t1C3BF48AFCFEA2D5BE49CAE9196847DBB5177A9E* L_6 = __this->___loader_18;
|
|
Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416* L_7 = (Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416*)il2cpp_codegen_object_new(Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416_il2cpp_TypeInfo_var);
|
|
NullCheck(L_7);
|
|
Action_2__ctor_m0D18FC0D2E5634CBDC24690398EE59D4F1EB1101(L_7, __this, (intptr_t)((void*)ImageTargetController_U3CUpdateTargetInTrackerU3Eb__39_0_m1939D3182BBC11CF34DDC6687AFEEC1C11BB1E08_RuntimeMethod_var), NULL);
|
|
NullCheck(L_6);
|
|
ImageTrackerFrameFilter_UnloadImageTarget_m140DDFA97B4C5CE3D2D0DF57B16BC7417236D115(L_6, __this, L_7, NULL);
|
|
// loader = null;
|
|
__this->___loader_18 = (ImageTrackerFrameFilter_t1C3BF48AFCFEA2D5BE49CAE9196847DBB5177A9E*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___loader_18), (void*)(ImageTrackerFrameFilter_t1C3BF48AFCFEA2D5BE49CAE9196847DBB5177A9E*)NULL);
|
|
}
|
|
|
|
IL_0048:
|
|
{
|
|
// if (tracker && tracker != loader)
|
|
ImageTrackerFrameFilter_t1C3BF48AFCFEA2D5BE49CAE9196847DBB5177A9E* L_8 = __this->___tracker_17;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_9;
|
|
L_9 = Object_op_Implicit_m93896EF7D68FA113C42D3FE2BC6F661FC7EF514A(L_8, NULL);
|
|
if (!L_9)
|
|
{
|
|
goto IL_00a5;
|
|
}
|
|
}
|
|
{
|
|
ImageTrackerFrameFilter_t1C3BF48AFCFEA2D5BE49CAE9196847DBB5177A9E* L_10 = __this->___tracker_17;
|
|
ImageTrackerFrameFilter_t1C3BF48AFCFEA2D5BE49CAE9196847DBB5177A9E* L_11 = __this->___loader_18;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_12;
|
|
L_12 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_10, L_11, NULL);
|
|
if (!L_12)
|
|
{
|
|
goto IL_00a5;
|
|
}
|
|
}
|
|
{
|
|
U3CU3Ec__DisplayClass39_0_tE5D71B872E1BD740901F4DC60FF174BD50D20BBA* L_13 = (U3CU3Ec__DisplayClass39_0_tE5D71B872E1BD740901F4DC60FF174BD50D20BBA*)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass39_0_tE5D71B872E1BD740901F4DC60FF174BD50D20BBA_il2cpp_TypeInfo_var);
|
|
NullCheck(L_13);
|
|
U3CU3Ec__DisplayClass39_0__ctor_mBD5D59053BEF1610917495065283499B4E3CA842(L_13, NULL);
|
|
V_0 = L_13;
|
|
U3CU3Ec__DisplayClass39_0_tE5D71B872E1BD740901F4DC60FF174BD50D20BBA* L_14 = V_0;
|
|
NullCheck(L_14);
|
|
L_14->___U3CU3E4__this_1 = __this;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_14->___U3CU3E4__this_1), (void*)__this);
|
|
// var trackerLoad = tracker;
|
|
U3CU3Ec__DisplayClass39_0_tE5D71B872E1BD740901F4DC60FF174BD50D20BBA* L_15 = V_0;
|
|
ImageTrackerFrameFilter_t1C3BF48AFCFEA2D5BE49CAE9196847DBB5177A9E* L_16 = __this->___tracker_17;
|
|
NullCheck(L_15);
|
|
L_15->___trackerLoad_0 = L_16;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_15->___trackerLoad_0), (void*)L_16);
|
|
// tracker.LoadImageTarget(this, (target, status) =>
|
|
// {
|
|
// if (!this) { return; }
|
|
// if (trackerLoad == tracker && !status)
|
|
// {
|
|
// loader = null;
|
|
// }
|
|
// UpdateScale();
|
|
// IsLoaded = status;
|
|
// if (TargetLoad != null)
|
|
// {
|
|
// TargetLoad(target, status);
|
|
// }
|
|
// });
|
|
ImageTrackerFrameFilter_t1C3BF48AFCFEA2D5BE49CAE9196847DBB5177A9E* L_17 = __this->___tracker_17;
|
|
U3CU3Ec__DisplayClass39_0_tE5D71B872E1BD740901F4DC60FF174BD50D20BBA* L_18 = V_0;
|
|
Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416* L_19 = (Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416*)il2cpp_codegen_object_new(Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416_il2cpp_TypeInfo_var);
|
|
NullCheck(L_19);
|
|
Action_2__ctor_m0D18FC0D2E5634CBDC24690398EE59D4F1EB1101(L_19, L_18, (intptr_t)((void*)U3CU3Ec__DisplayClass39_0_U3CUpdateTargetInTrackerU3Eb__1_m028FA0DB06BF9BE40C859E47761473ADABCF4D44_RuntimeMethod_var), NULL);
|
|
NullCheck(L_17);
|
|
ImageTrackerFrameFilter_LoadImageTarget_m1913C46E1811F7617F711317DEE0849AD59B56F1(L_17, __this, L_19, NULL);
|
|
// loader = tracker;
|
|
ImageTrackerFrameFilter_t1C3BF48AFCFEA2D5BE49CAE9196847DBB5177A9E* L_20 = __this->___tracker_17;
|
|
__this->___loader_18 = L_20;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___loader_18), (void*)L_20);
|
|
}
|
|
|
|
IL_00a5:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void easyar.ImageTargetController::UpdateScale()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ImageTargetController_UpdateScale_m8CB7C3BBFF1AAC4589F22B56D9B843C29F8FF489 (ImageTargetController_t84FED4EB42B01319DE27986E10F1941E88ACA633* __this, const RuntimeMethod* method)
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
// if (Target == null)
|
|
ImageTarget_t2EA76B35550391ED19105CB22E7EC95723D478FB* L_0;
|
|
L_0 = ImageTargetController_get_Target_m51F32E8D1467745044F011BE80719C022258BC95_inline(__this, NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_0009;
|
|
}
|
|
}
|
|
{
|
|
// return;
|
|
return;
|
|
}
|
|
|
|
IL_0009:
|
|
{
|
|
// scale = Target.scale();
|
|
ImageTarget_t2EA76B35550391ED19105CB22E7EC95723D478FB* L_1;
|
|
L_1 = ImageTargetController_get_Target_m51F32E8D1467745044F011BE80719C022258BC95_inline(__this, NULL);
|
|
NullCheck(L_1);
|
|
float L_2;
|
|
L_2 = VirtualFuncInvoker0< float >::Invoke(13 /* System.Single easyar.ImageTarget::scale() */, L_1);
|
|
__this->___scale_19 = L_2;
|
|
// var vec3Unit = Vector3.one;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_3;
|
|
L_3 = Vector3_get_one_mC9B289F1E15C42C597180C9FE6FB492495B51D02_inline(NULL);
|
|
V_0 = L_3;
|
|
// if (HorizontalFlip)
|
|
bool L_4 = ((TargetController_t8B3D4F1410E51D042DF5E9C689F5C0499E43410A*)__this)->___HorizontalFlip_5;
|
|
if (!L_4)
|
|
{
|
|
goto IL_0036;
|
|
}
|
|
}
|
|
{
|
|
// vec3Unit.x = -vec3Unit.x;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_5 = V_0;
|
|
float L_6 = L_5.___x_2;
|
|
(&V_0)->___x_2 = ((-L_6));
|
|
}
|
|
|
|
IL_0036:
|
|
{
|
|
// transform.localScale = vec3Unit * scale;
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_7;
|
|
L_7 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(__this, NULL);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_8 = V_0;
|
|
float L_9 = __this->___scale_19;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_10;
|
|
L_10 = Vector3_op_Multiply_m87BA7C578F96C8E49BB07088DAAC4649F83B0353_inline(L_8, L_9, NULL);
|
|
NullCheck(L_7);
|
|
Transform_set_localScale_mBA79E811BAF6C47B80FF76414C12B47B3CD03633(L_7, L_10, NULL);
|
|
// scaleX = transform.localScale.x;
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_11;
|
|
L_11 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(__this, NULL);
|
|
NullCheck(L_11);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_12;
|
|
L_12 = Transform_get_localScale_m804A002A53A645CDFCD15BB0F37209162720363F(L_11, NULL);
|
|
float L_13 = L_12.___x_2;
|
|
__this->___scaleX_20 = L_13;
|
|
// preHFlip = HorizontalFlip;
|
|
bool L_14 = ((TargetController_t8B3D4F1410E51D042DF5E9C689F5C0499E43410A*)__this)->___HorizontalFlip_5;
|
|
__this->___preHFlip_21 = L_14;
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void easyar.ImageTargetController::CheckScale()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ImageTargetController_CheckScale_mCE751A9504DDF5A8C08D9516D98674A030375D6B (ImageTargetController_t84FED4EB42B01319DE27986E10F1941E88ACA633* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (Target == null)
|
|
ImageTarget_t2EA76B35550391ED19105CB22E7EC95723D478FB* L_0;
|
|
L_0 = ImageTargetController_get_Target_m51F32E8D1467745044F011BE80719C022258BC95_inline(__this, NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_0009;
|
|
}
|
|
}
|
|
{
|
|
// return;
|
|
return;
|
|
}
|
|
|
|
IL_0009:
|
|
{
|
|
// if (scaleX != transform.localScale.x)
|
|
float L_1 = __this->___scaleX_20;
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_2;
|
|
L_2 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(__this, NULL);
|
|
NullCheck(L_2);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_3;
|
|
L_3 = Transform_get_localScale_m804A002A53A645CDFCD15BB0F37209162720363F(L_2, NULL);
|
|
float L_4 = L_3.___x_2;
|
|
if ((((float)L_1) == ((float)L_4)))
|
|
{
|
|
goto IL_0049;
|
|
}
|
|
}
|
|
{
|
|
// Target.setScale(Math.Abs(transform.localScale.x));
|
|
ImageTarget_t2EA76B35550391ED19105CB22E7EC95723D478FB* L_5;
|
|
L_5 = ImageTargetController_get_Target_m51F32E8D1467745044F011BE80719C022258BC95_inline(__this, NULL);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_6;
|
|
L_6 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(__this, NULL);
|
|
NullCheck(L_6);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_7;
|
|
L_7 = Transform_get_localScale_m804A002A53A645CDFCD15BB0F37209162720363F(L_6, NULL);
|
|
float L_8 = L_7.___x_2;
|
|
il2cpp_codegen_runtime_class_init_inline(Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
|
|
float L_9;
|
|
L_9 = fabsf(L_8);
|
|
NullCheck(L_5);
|
|
bool L_10;
|
|
L_10 = VirtualFuncInvoker1< bool, float >::Invoke(15 /* System.Boolean easyar.ImageTarget::setScale(System.Single) */, L_5, L_9);
|
|
// UpdateScale();
|
|
ImageTargetController_UpdateScale_m8CB7C3BBFF1AAC4589F22B56D9B843C29F8FF489(__this, NULL);
|
|
return;
|
|
}
|
|
|
|
IL_0049:
|
|
{
|
|
// else if (scale != transform.localScale.y)
|
|
float L_11 = __this->___scale_19;
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_12;
|
|
L_12 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(__this, NULL);
|
|
NullCheck(L_12);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_13;
|
|
L_13 = Transform_get_localScale_m804A002A53A645CDFCD15BB0F37209162720363F(L_12, NULL);
|
|
float L_14 = L_13.___y_3;
|
|
if ((((float)L_11) == ((float)L_14)))
|
|
{
|
|
goto IL_0089;
|
|
}
|
|
}
|
|
{
|
|
// Target.setScale(Math.Abs(transform.localScale.y));
|
|
ImageTarget_t2EA76B35550391ED19105CB22E7EC95723D478FB* L_15;
|
|
L_15 = ImageTargetController_get_Target_m51F32E8D1467745044F011BE80719C022258BC95_inline(__this, NULL);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_16;
|
|
L_16 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(__this, NULL);
|
|
NullCheck(L_16);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_17;
|
|
L_17 = Transform_get_localScale_m804A002A53A645CDFCD15BB0F37209162720363F(L_16, NULL);
|
|
float L_18 = L_17.___y_3;
|
|
il2cpp_codegen_runtime_class_init_inline(Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
|
|
float L_19;
|
|
L_19 = fabsf(L_18);
|
|
NullCheck(L_15);
|
|
bool L_20;
|
|
L_20 = VirtualFuncInvoker1< bool, float >::Invoke(15 /* System.Boolean easyar.ImageTarget::setScale(System.Single) */, L_15, L_19);
|
|
// UpdateScale();
|
|
ImageTargetController_UpdateScale_m8CB7C3BBFF1AAC4589F22B56D9B843C29F8FF489(__this, NULL);
|
|
return;
|
|
}
|
|
|
|
IL_0089:
|
|
{
|
|
// else if (scale != transform.localScale.z)
|
|
float L_21 = __this->___scale_19;
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_22;
|
|
L_22 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(__this, NULL);
|
|
NullCheck(L_22);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_23;
|
|
L_23 = Transform_get_localScale_m804A002A53A645CDFCD15BB0F37209162720363F(L_22, NULL);
|
|
float L_24 = L_23.___z_4;
|
|
if ((((float)L_21) == ((float)L_24)))
|
|
{
|
|
goto IL_00c9;
|
|
}
|
|
}
|
|
{
|
|
// Target.setScale(Math.Abs(transform.localScale.z));
|
|
ImageTarget_t2EA76B35550391ED19105CB22E7EC95723D478FB* L_25;
|
|
L_25 = ImageTargetController_get_Target_m51F32E8D1467745044F011BE80719C022258BC95_inline(__this, NULL);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_26;
|
|
L_26 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(__this, NULL);
|
|
NullCheck(L_26);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_27;
|
|
L_27 = Transform_get_localScale_m804A002A53A645CDFCD15BB0F37209162720363F(L_26, NULL);
|
|
float L_28 = L_27.___z_4;
|
|
il2cpp_codegen_runtime_class_init_inline(Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
|
|
float L_29;
|
|
L_29 = fabsf(L_28);
|
|
NullCheck(L_25);
|
|
bool L_30;
|
|
L_30 = VirtualFuncInvoker1< bool, float >::Invoke(15 /* System.Boolean easyar.ImageTarget::setScale(System.Single) */, L_25, L_29);
|
|
// UpdateScale();
|
|
ImageTargetController_UpdateScale_m8CB7C3BBFF1AAC4589F22B56D9B843C29F8FF489(__this, NULL);
|
|
return;
|
|
}
|
|
|
|
IL_00c9:
|
|
{
|
|
// else if (scale != Target.scale())
|
|
float L_31 = __this->___scale_19;
|
|
ImageTarget_t2EA76B35550391ED19105CB22E7EC95723D478FB* L_32;
|
|
L_32 = ImageTargetController_get_Target_m51F32E8D1467745044F011BE80719C022258BC95_inline(__this, NULL);
|
|
NullCheck(L_32);
|
|
float L_33;
|
|
L_33 = VirtualFuncInvoker0< float >::Invoke(13 /* System.Single easyar.ImageTarget::scale() */, L_32);
|
|
if ((((float)L_31) == ((float)L_33)))
|
|
{
|
|
goto IL_00e3;
|
|
}
|
|
}
|
|
{
|
|
// UpdateScale();
|
|
ImageTargetController_UpdateScale_m8CB7C3BBFF1AAC4589F22B56D9B843C29F8FF489(__this, NULL);
|
|
return;
|
|
}
|
|
|
|
IL_00e3:
|
|
{
|
|
// else if (preHFlip != HorizontalFlip)
|
|
bool L_34 = __this->___preHFlip_21;
|
|
bool L_35 = ((TargetController_t8B3D4F1410E51D042DF5E9C689F5C0499E43410A*)__this)->___HorizontalFlip_5;
|
|
if ((((int32_t)L_34) == ((int32_t)L_35)))
|
|
{
|
|
goto IL_00f7;
|
|
}
|
|
}
|
|
{
|
|
// UpdateScale();
|
|
ImageTargetController_UpdateScale_m8CB7C3BBFF1AAC4589F22B56D9B843C29F8FF489(__this, NULL);
|
|
}
|
|
|
|
IL_00f7:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void easyar.ImageTargetController::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ImageTargetController__ctor_m004DC8AA0E97C9147CFCF146D8DD207538FB052E (ImageTargetController_t84FED4EB42B01319DE27986E10F1941E88ACA633* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ImageFileSourceData_t6253D5079E28B45E9A0C1A7A8CFBF74267364C2B_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TargetDataFileSourceData_t8A1E6462041EA1563F8FAD0E8DD979416E605C4B_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public ImageFileSourceData ImageFileSource = new ImageFileSourceData();
|
|
ImageFileSourceData_t6253D5079E28B45E9A0C1A7A8CFBF74267364C2B* L_0 = (ImageFileSourceData_t6253D5079E28B45E9A0C1A7A8CFBF74267364C2B*)il2cpp_codegen_object_new(ImageFileSourceData_t6253D5079E28B45E9A0C1A7A8CFBF74267364C2B_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
ImageFileSourceData__ctor_m1FC12618D065F916C968FE7C694746EDBE03D2A8(L_0, NULL);
|
|
__this->___ImageFileSource_13 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___ImageFileSource_13), (void*)L_0);
|
|
// public TargetDataFileSourceData TargetDataFileSource = new TargetDataFileSourceData();
|
|
TargetDataFileSourceData_t8A1E6462041EA1563F8FAD0E8DD979416E605C4B* L_1 = (TargetDataFileSourceData_t8A1E6462041EA1563F8FAD0E8DD979416E605C4B*)il2cpp_codegen_object_new(TargetDataFileSourceData_t8A1E6462041EA1563F8FAD0E8DD979416E605C4B_il2cpp_TypeInfo_var);
|
|
NullCheck(L_1);
|
|
TargetDataFileSourceData__ctor_m55BE27C785B522450B12B613325E49C7731E0055(L_1, NULL);
|
|
__this->___TargetDataFileSource_14 = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___TargetDataFileSource_14), (void*)L_1);
|
|
// private float scale = 0.1f;
|
|
__this->___scale_19 = (0.100000001f);
|
|
// private float scaleX = 0.1f;
|
|
__this->___scaleX_20 = (0.100000001f);
|
|
TargetController__ctor_mDD9C4ABEA7BA2296F0538270A52EDECE78395AAC(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void easyar.ImageTargetController::<LoadTargetDataFile>b__35_0(easyar.Buffer)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ImageTargetController_U3CLoadTargetDataFileU3Eb__35_0_m88987798ABB5ADF18A83E7627783F501F871E491 (ImageTargetController_t84FED4EB42B01319DE27986E10F1941E88ACA633* __this, Buffer_t644BF6560BDFFE92C2929A3CBF29C9B124212B54* ___0_buffer, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// EasyARController.Instance.StartCoroutine(LoadTargetDataBuffer(buffer.Clone()));
|
|
il2cpp_codegen_runtime_class_init_inline(EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177_il2cpp_TypeInfo_var);
|
|
EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177* L_0;
|
|
L_0 = EasyARController_get_Instance_mABB2A176E95F0F90E70BD99B143DDFE4AAE1E8FA_inline(NULL);
|
|
Buffer_t644BF6560BDFFE92C2929A3CBF29C9B124212B54* L_1 = ___0_buffer;
|
|
NullCheck(L_1);
|
|
Buffer_t644BF6560BDFFE92C2929A3CBF29C9B124212B54* L_2;
|
|
L_2 = Buffer_Clone_m5FE5FFB21CD5BFF7A659CFF2CABA0615E8594CEC(L_1, NULL);
|
|
RuntimeObject* L_3;
|
|
L_3 = ImageTargetController_LoadTargetDataBuffer_m77A49E66DE709773C4D9010C6C32B6F7B0719AEC(__this, L_2, NULL);
|
|
NullCheck(L_0);
|
|
Coroutine_t85EA685566A254C23F3FD77AB5BDFFFF8799596B* L_4;
|
|
L_4 = MonoBehaviour_StartCoroutine_m4CAFF732AA28CD3BDC5363B44A863575530EC812(L_0, L_3, NULL);
|
|
// }));
|
|
return;
|
|
}
|
|
}
|
|
// System.Void easyar.ImageTargetController::<UpdateTargetInTracker>b__39_0(easyar.Target,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ImageTargetController_U3CUpdateTargetInTrackerU3Eb__39_0_m1939D3182BBC11CF34DDC6687AFEEC1C11BB1E08 (ImageTargetController_t84FED4EB42B01319DE27986E10F1941E88ACA633* __this, Target_tA508D592FB808ECACF85DAE26AF44B5586D6C836* ___0_target, bool ___1_status, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (!this) { return; }
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_0;
|
|
L_0 = Object_op_Implicit_m93896EF7D68FA113C42D3FE2BC6F661FC7EF514A(__this, NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_0009;
|
|
}
|
|
}
|
|
{
|
|
// if (!this) { return; }
|
|
return;
|
|
}
|
|
|
|
IL_0009:
|
|
{
|
|
// if (status)
|
|
bool L_1 = ___1_status;
|
|
if (!L_1)
|
|
{
|
|
goto IL_0013;
|
|
}
|
|
}
|
|
{
|
|
// IsLoaded = false;
|
|
TargetController_set_IsLoaded_mC04541B10A598C71AC8341C94B97C419089F00F1_inline(__this, (bool)0, NULL);
|
|
}
|
|
|
|
IL_0013:
|
|
{
|
|
// if (TargetUnload != null)
|
|
Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416* L_2 = __this->___TargetUnload_24;
|
|
if (!L_2)
|
|
{
|
|
goto IL_0028;
|
|
}
|
|
}
|
|
{
|
|
// TargetUnload(target, status);
|
|
Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416* L_3 = __this->___TargetUnload_24;
|
|
Target_tA508D592FB808ECACF85DAE26AF44B5586D6C836* L_4 = ___0_target;
|
|
bool L_5 = ___1_status;
|
|
NullCheck(L_3);
|
|
Action_2_Invoke_m40E18CA03AEAD3EE04F3BF70C8238C2E387A3C36_inline(L_3, L_4, L_5, NULL);
|
|
}
|
|
|
|
IL_0028:
|
|
{
|
|
// });
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void easyar.ImageTargetController/ImageFileSourceData::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ImageFileSourceData__ctor_m1FC12618D065F916C968FE7C694746EDBE03D2A8 (ImageFileSourceData_t6253D5079E28B45E9A0C1A7A8CFBF74267364C2B* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public PathType PathType = PathType.StreamingAssets;
|
|
__this->___PathType_0 = 1;
|
|
// public string Path = string.Empty;
|
|
String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
|
|
__this->___Path_1 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___Path_1), (void*)L_0);
|
|
// public string Name = string.Empty;
|
|
String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
|
|
__this->___Name_2 = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___Name_2), (void*)L_1);
|
|
// public float Scale = 0.1f;
|
|
__this->___Scale_3 = (0.100000001f);
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void easyar.ImageTargetController/TargetDataFileSourceData::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TargetDataFileSourceData__ctor_m55BE27C785B522450B12B613325E49C7731E0055 (TargetDataFileSourceData_t8A1E6462041EA1563F8FAD0E8DD979416E605C4B* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public PathType PathType = PathType.StreamingAssets;
|
|
__this->___PathType_0 = 1;
|
|
// public string Path = string.Empty;
|
|
String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
|
|
__this->___Path_1 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___Path_1), (void*)L_0);
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void easyar.ImageTargetController/<>c__DisplayClass34_0::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass34_0__ctor_mEEE0EA8D94387806F61F425BA6D79A5198333424 (U3CU3Ec__DisplayClass34_0_tE6496C4BE78179A1C9B28885E5B13302367509FD* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void easyar.ImageTargetController/<>c__DisplayClass34_0::<LoadImageFile>b__0(easyar.Buffer)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass34_0_U3CLoadImageFileU3Eb__0_m616BBCE47ECFA27A653B3C807DBDE783579D6A78 (U3CU3Ec__DisplayClass34_0_tE6496C4BE78179A1C9B28885E5B13302367509FD* __this, Buffer_t644BF6560BDFFE92C2929A3CBF29C9B124212B54* ___0_buffer, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// EasyARController.Instance.StartCoroutine(LoadImageBuffer(buffer.Clone(), source));
|
|
il2cpp_codegen_runtime_class_init_inline(EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177_il2cpp_TypeInfo_var);
|
|
EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177* L_0;
|
|
L_0 = EasyARController_get_Instance_mABB2A176E95F0F90E70BD99B143DDFE4AAE1E8FA_inline(NULL);
|
|
ImageTargetController_t84FED4EB42B01319DE27986E10F1941E88ACA633* L_1 = __this->___U3CU3E4__this_0;
|
|
Buffer_t644BF6560BDFFE92C2929A3CBF29C9B124212B54* L_2 = ___0_buffer;
|
|
NullCheck(L_2);
|
|
Buffer_t644BF6560BDFFE92C2929A3CBF29C9B124212B54* L_3;
|
|
L_3 = Buffer_Clone_m5FE5FFB21CD5BFF7A659CFF2CABA0615E8594CEC(L_2, NULL);
|
|
ImageFileSourceData_t6253D5079E28B45E9A0C1A7A8CFBF74267364C2B* L_4 = __this->___source_1;
|
|
NullCheck(L_1);
|
|
RuntimeObject* L_5;
|
|
L_5 = ImageTargetController_LoadImageBuffer_m7F9B49796221F397B3DD20951D026A9C61255743(L_1, L_3, L_4, NULL);
|
|
NullCheck(L_0);
|
|
Coroutine_t85EA685566A254C23F3FD77AB5BDFFFF8799596B* L_6;
|
|
L_6 = MonoBehaviour_StartCoroutine_m4CAFF732AA28CD3BDC5363B44A863575530EC812(L_0, L_5, NULL);
|
|
// }));
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void easyar.ImageTargetController/<>c__DisplayClass37_0::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass37_0__ctor_m55CAEE5D05CF2B1BC1FC759F1151DBD249384AD0 (U3CU3Ec__DisplayClass37_0_t321CC58E921C8F88E76CDAABB8C6AE8E6B333B55* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void easyar.ImageTargetController/<>c__DisplayClass37_0::<LoadImageBuffer>b__0()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass37_0_U3CLoadImageBufferU3Eb__0_m908DA97E0CF44CBB4DB8084D116E2908C745EFC8 (U3CU3Ec__DisplayClass37_0_t321CC58E921C8F88E76CDAABB8C6AE8E6B333B55* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// imageOptional = ImageHelper.decode(buffer);
|
|
Buffer_t644BF6560BDFFE92C2929A3CBF29C9B124212B54* L_0 = __this->___buffer_0;
|
|
Optional_1_t5B6B0C0045FAE98F843037DDDF9FD8F793FE4741 L_1;
|
|
L_1 = ImageHelper_decode_m6B4AEE79B43B036144F7FECB18520AE5231E775B(L_0, NULL);
|
|
__this->___imageOptional_1 = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___imageOptional_1))->___Some_2), (void*)NULL);
|
|
// taskFinished = true;
|
|
__this->___taskFinished_2 = (bool)1;
|
|
// });
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void easyar.ImageTargetController/<LoadImageBuffer>d__37::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CLoadImageBufferU3Ed__37__ctor_mAD7298F8B7F8975D392A33A3A50D7668B26F0879 (U3CLoadImageBufferU3Ed__37_t50F30BFD3396E0AC8F263F6FA65B7EF4FA341DA5* __this, int32_t ___0_U3CU3E1__state, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
int32_t L_0 = ___0_U3CU3E1__state;
|
|
__this->___U3CU3E1__state_0 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// System.Void easyar.ImageTargetController/<LoadImageBuffer>d__37::System.IDisposable.Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CLoadImageBufferU3Ed__37_System_IDisposable_Dispose_m220F5BF09CE799351978CCE59ACD8830C3B20157 (U3CLoadImageBufferU3Ed__37_t50F30BFD3396E0AC8F263F6FA65B7EF4FA341DA5* __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
{
|
|
int32_t L_0 = __this->___U3CU3E1__state_0;
|
|
V_0 = L_0;
|
|
int32_t L_1 = V_0;
|
|
if ((((int32_t)L_1) == ((int32_t)((int32_t)-3))))
|
|
{
|
|
goto IL_0010;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_2 = V_0;
|
|
if ((!(((uint32_t)L_2) == ((uint32_t)1))))
|
|
{
|
|
goto IL_001a;
|
|
}
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_0013:
|
|
{// begin finally (depth: 1)
|
|
U3CLoadImageBufferU3Ed__37_U3CU3Em__Finally1_mBBC56EA8BC7B9C5F6A816F48197E78B10EDE72FD(__this, NULL);
|
|
return;
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
goto IL_001a;
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean easyar.ImageTargetController/<LoadImageBuffer>d__37::MoveNext()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CLoadImageBufferU3Ed__37_MoveNext_m6CE2A3E85D2046407EBBD691BD999143B17EDE78 (U3CLoadImageBufferU3Ed__37_t50F30BFD3396E0AC8F263F6FA65B7EF4FA341DA5* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ImageTargetParameters_t50B4BB35A88D3E3F8EF3F529A4A98102920EBCAC_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Optional_1_get_OnNone_m2B39DBB26CB1AB0BD202F66A2E5CE4E6C4AEE646_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Optional_1_get_OnSome_m6D6DC92913DB3CFD8FDC06D73452516217946020_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Optional_1_get_Value_m1B40EB1F1CB42848B8DECF2B684225B3CACF2FB1_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Optional_1_get_Value_m459F33FD3971F5E725032D66DAF86C653CBEC83F_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Optional_1_op_Implicit_m443E93AF440746C9B0E74890063463A2ED985D35_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass37_0_U3CLoadImageBufferU3Eb__0_m908DA97E0CF44CBB4DB8084D116E2908C745EFC8_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass37_0_t321CC58E921C8F88E76CDAABB8C6AE8E6B333B55_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
int32_t V_1 = 0;
|
|
ImageTargetController_t84FED4EB42B01319DE27986E10F1941E88ACA633* V_2 = NULL;
|
|
Image_tA8E8F2D58C143E9ADB13683D6BC93C8345F46A43* V_3 = NULL;
|
|
ImageTargetParameters_t50B4BB35A88D3E3F8EF3F529A4A98102920EBCAC* V_4 = NULL;
|
|
Optional_1_tF42B2C54CA65016EF2B9D8901BA94188C401B6FE V_5;
|
|
memset((&V_5), 0, sizeof(V_5));
|
|
Guid_t V_6;
|
|
memset((&V_6), 0, sizeof(V_6));
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Fault([&]
|
|
{
|
|
|
|
FAULT_01c9:
|
|
{// begin fault (depth: 1)
|
|
U3CLoadImageBufferU3Ed__37_System_IDisposable_Dispose_m220F5BF09CE799351978CCE59ACD8830C3B20157(__this, NULL);
|
|
return;
|
|
}// end fault
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
{
|
|
int32_t L_0 = __this->___U3CU3E1__state_0;
|
|
V_1 = L_0;
|
|
ImageTargetController_t84FED4EB42B01319DE27986E10F1941E88ACA633* L_1 = __this->___U3CU3E4__this_5;
|
|
V_2 = L_1;
|
|
int32_t L_2 = V_1;
|
|
if (!L_2)
|
|
{
|
|
goto IL_001f_1;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_3 = V_1;
|
|
if ((((int32_t)L_3) == ((int32_t)1)))
|
|
{
|
|
goto IL_00b4_1;
|
|
}
|
|
}
|
|
{
|
|
V_0 = (bool)0;
|
|
goto IL_01d0;
|
|
}
|
|
|
|
IL_001f_1:
|
|
{
|
|
__this->___U3CU3E1__state_0 = (-1);
|
|
U3CU3Ec__DisplayClass37_0_t321CC58E921C8F88E76CDAABB8C6AE8E6B333B55* L_4 = (U3CU3Ec__DisplayClass37_0_t321CC58E921C8F88E76CDAABB8C6AE8E6B333B55*)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass37_0_t321CC58E921C8F88E76CDAABB8C6AE8E6B333B55_il2cpp_TypeInfo_var);
|
|
NullCheck(L_4);
|
|
U3CU3Ec__DisplayClass37_0__ctor_m55CAEE5D05CF2B1BC1FC759F1151DBD249384AD0(L_4, NULL);
|
|
__this->___U3CU3E8__1_3 = L_4;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CU3E8__1_3), (void*)L_4);
|
|
U3CU3Ec__DisplayClass37_0_t321CC58E921C8F88E76CDAABB8C6AE8E6B333B55* L_5 = __this->___U3CU3E8__1_3;
|
|
Buffer_t644BF6560BDFFE92C2929A3CBF29C9B124212B54* L_6 = __this->___buffer_2;
|
|
NullCheck(L_5);
|
|
L_5->___buffer_0 = L_6;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_5->___buffer_0), (void*)L_6);
|
|
// using (buffer)
|
|
U3CU3Ec__DisplayClass37_0_t321CC58E921C8F88E76CDAABB8C6AE8E6B333B55* L_7 = __this->___U3CU3E8__1_3;
|
|
NullCheck(L_7);
|
|
Buffer_t644BF6560BDFFE92C2929A3CBF29C9B124212B54* L_8 = L_7->___buffer_0;
|
|
__this->___U3CU3E7__wrap1_6 = L_8;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CU3E7__wrap1_6), (void*)L_8);
|
|
__this->___U3CU3E1__state_0 = ((int32_t)-3);
|
|
// Optional<Image> imageOptional = null;
|
|
U3CU3Ec__DisplayClass37_0_t321CC58E921C8F88E76CDAABB8C6AE8E6B333B55* L_9 = __this->___U3CU3E8__1_3;
|
|
Optional_1_t5B6B0C0045FAE98F843037DDDF9FD8F793FE4741 L_10;
|
|
L_10 = Optional_1_op_Implicit_m443E93AF440746C9B0E74890063463A2ED985D35((Image_tA8E8F2D58C143E9ADB13683D6BC93C8345F46A43*)NULL, Optional_1_op_Implicit_m443E93AF440746C9B0E74890063463A2ED985D35_RuntimeMethod_var);
|
|
NullCheck(L_9);
|
|
L_9->___imageOptional_1 = L_10;
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&L_9->___imageOptional_1))->___Some_2), (void*)NULL);
|
|
// bool taskFinished = false;
|
|
U3CU3Ec__DisplayClass37_0_t321CC58E921C8F88E76CDAABB8C6AE8E6B333B55* L_11 = __this->___U3CU3E8__1_3;
|
|
NullCheck(L_11);
|
|
L_11->___taskFinished_2 = (bool)0;
|
|
// EasyARController.Instance.Worker.Run(() =>
|
|
// {
|
|
// imageOptional = ImageHelper.decode(buffer);
|
|
// taskFinished = true;
|
|
// });
|
|
il2cpp_codegen_runtime_class_init_inline(EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177_il2cpp_TypeInfo_var);
|
|
EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177* L_12;
|
|
L_12 = EasyARController_get_Instance_mABB2A176E95F0F90E70BD99B143DDFE4AAE1E8FA_inline(NULL);
|
|
NullCheck(L_12);
|
|
ThreadWorker_t1ADEDA9DB0A15609FBEFE467B9CC337BF57D6D36* L_13;
|
|
L_13 = EasyARController_get_Worker_mC0CE2BCBC0B1A9D6DCFAAE303EED4615168DD253_inline(L_12, NULL);
|
|
U3CU3Ec__DisplayClass37_0_t321CC58E921C8F88E76CDAABB8C6AE8E6B333B55* L_14 = __this->___U3CU3E8__1_3;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_15 = (Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)il2cpp_codegen_object_new(Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var);
|
|
NullCheck(L_15);
|
|
Action__ctor_mBDC7B0B4A3F583B64C2896F01BDED360772F67DC(L_15, L_14, (intptr_t)((void*)U3CU3Ec__DisplayClass37_0_U3CLoadImageBufferU3Eb__0_m908DA97E0CF44CBB4DB8084D116E2908C745EFC8_RuntimeMethod_var), NULL);
|
|
NullCheck(L_13);
|
|
ThreadWorker_Run_mE19FF9BF70FEBC298AB58494630216F2FB775F03(L_13, L_15, NULL);
|
|
goto IL_00bc_1;
|
|
}
|
|
|
|
IL_009a_1:
|
|
{
|
|
// yield return 0;
|
|
int32_t L_16 = 0;
|
|
RuntimeObject* L_17 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_16);
|
|
__this->___U3CU3E2__current_1 = L_17;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CU3E2__current_1), (void*)L_17);
|
|
__this->___U3CU3E1__state_0 = 1;
|
|
V_0 = (bool)1;
|
|
goto IL_01d0;
|
|
}
|
|
|
|
IL_00b4_1:
|
|
{
|
|
__this->___U3CU3E1__state_0 = ((int32_t)-3);
|
|
}
|
|
|
|
IL_00bc_1:
|
|
{
|
|
// while (!taskFinished)
|
|
U3CU3Ec__DisplayClass37_0_t321CC58E921C8F88E76CDAABB8C6AE8E6B333B55* L_18 = __this->___U3CU3E8__1_3;
|
|
NullCheck(L_18);
|
|
bool L_19 = L_18->___taskFinished_2;
|
|
if (!L_19)
|
|
{
|
|
goto IL_009a_1;
|
|
}
|
|
}
|
|
{
|
|
// if (imageOptional.OnNone)
|
|
U3CU3Ec__DisplayClass37_0_t321CC58E921C8F88E76CDAABB8C6AE8E6B333B55* L_20 = __this->___U3CU3E8__1_3;
|
|
NullCheck(L_20);
|
|
Optional_1_t5B6B0C0045FAE98F843037DDDF9FD8F793FE4741* L_21 = (Optional_1_t5B6B0C0045FAE98F843037DDDF9FD8F793FE4741*)(&L_20->___imageOptional_1);
|
|
bool L_22;
|
|
L_22 = Optional_1_get_OnNone_m2B39DBB26CB1AB0BD202F66A2E5CE4E6C4AEE646(L_21, Optional_1_get_OnNone_m2B39DBB26CB1AB0BD202F66A2E5CE4E6C4AEE646_RuntimeMethod_var);
|
|
if (!L_22)
|
|
{
|
|
goto IL_00e6_1;
|
|
}
|
|
}
|
|
{
|
|
// throw new Exception("invalid buffer");
|
|
Exception_t* L_23 = (Exception_t*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_23);
|
|
Exception__ctor_m9B2BD92CD68916245A75109105D9071C9D430E7F(L_23, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralEDEC07FD2FE1170778B26F3FC113D3EFF1C6FFED)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_23, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CLoadImageBufferU3Ed__37_MoveNext_m6CE2A3E85D2046407EBBD691BD999143B17EDE78_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_00e6_1:
|
|
{
|
|
// using (var image = imageOptional.Value)
|
|
U3CU3Ec__DisplayClass37_0_t321CC58E921C8F88E76CDAABB8C6AE8E6B333B55* L_24 = __this->___U3CU3E8__1_3;
|
|
NullCheck(L_24);
|
|
Optional_1_t5B6B0C0045FAE98F843037DDDF9FD8F793FE4741* L_25 = (Optional_1_t5B6B0C0045FAE98F843037DDDF9FD8F793FE4741*)(&L_24->___imageOptional_1);
|
|
Image_tA8E8F2D58C143E9ADB13683D6BC93C8345F46A43* L_26;
|
|
L_26 = Optional_1_get_Value_m459F33FD3971F5E725032D66DAF86C653CBEC83F(L_25, Optional_1_get_Value_m459F33FD3971F5E725032D66DAF86C653CBEC83F_RuntimeMethod_var);
|
|
V_3 = L_26;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_01a8_1:
|
|
{// begin finally (depth: 2)
|
|
{
|
|
Image_tA8E8F2D58C143E9ADB13683D6BC93C8345F46A43* L_27 = V_3;
|
|
if (!L_27)
|
|
{
|
|
goto IL_01b1_1;
|
|
}
|
|
}
|
|
{
|
|
Image_tA8E8F2D58C143E9ADB13683D6BC93C8345F46A43* L_28 = V_3;
|
|
NullCheck(L_28);
|
|
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_28);
|
|
}
|
|
|
|
IL_01b1_1:
|
|
{
|
|
return;
|
|
}
|
|
}// end finally (depth: 2)
|
|
});
|
|
try
|
|
{// begin try (depth: 2)
|
|
{
|
|
// using (var param = new ImageTargetParameters())
|
|
ImageTargetParameters_t50B4BB35A88D3E3F8EF3F529A4A98102920EBCAC* L_29 = (ImageTargetParameters_t50B4BB35A88D3E3F8EF3F529A4A98102920EBCAC*)il2cpp_codegen_object_new(ImageTargetParameters_t50B4BB35A88D3E3F8EF3F529A4A98102920EBCAC_il2cpp_TypeInfo_var);
|
|
NullCheck(L_29);
|
|
ImageTargetParameters__ctor_m51DAFFAA165CEA8ED16F7D23D24AC3A69D4D45A0(L_29, NULL);
|
|
V_4 = L_29;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_019a_2:
|
|
{// begin finally (depth: 3)
|
|
{
|
|
ImageTargetParameters_t50B4BB35A88D3E3F8EF3F529A4A98102920EBCAC* L_30 = V_4;
|
|
if (!L_30)
|
|
{
|
|
goto IL_01a5_2;
|
|
}
|
|
}
|
|
{
|
|
ImageTargetParameters_t50B4BB35A88D3E3F8EF3F529A4A98102920EBCAC* L_31 = V_4;
|
|
NullCheck(L_31);
|
|
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_31);
|
|
}
|
|
|
|
IL_01a5_2:
|
|
{
|
|
return;
|
|
}
|
|
}// end finally (depth: 3)
|
|
});
|
|
try
|
|
{// begin try (depth: 3)
|
|
{
|
|
// param.setImage(image);
|
|
ImageTargetParameters_t50B4BB35A88D3E3F8EF3F529A4A98102920EBCAC* L_32 = V_4;
|
|
Image_tA8E8F2D58C143E9ADB13683D6BC93C8345F46A43* L_33 = V_3;
|
|
NullCheck(L_32);
|
|
VirtualActionInvoker1< Image_tA8E8F2D58C143E9ADB13683D6BC93C8345F46A43* >::Invoke(7 /* System.Void easyar.ImageTargetParameters::setImage(easyar.Image) */, L_32, L_33);
|
|
// param.setName(source.Name);
|
|
ImageTargetParameters_t50B4BB35A88D3E3F8EF3F529A4A98102920EBCAC* L_34 = V_4;
|
|
ImageFileSourceData_t6253D5079E28B45E9A0C1A7A8CFBF74267364C2B* L_35 = __this->___source_4;
|
|
NullCheck(L_35);
|
|
String_t* L_36 = L_35->___Name_2;
|
|
NullCheck(L_34);
|
|
VirtualActionInvoker1< String_t* >::Invoke(9 /* System.Void easyar.ImageTargetParameters::setName(System.String) */, L_34, L_36);
|
|
// param.setScale(source.Scale);
|
|
ImageTargetParameters_t50B4BB35A88D3E3F8EF3F529A4A98102920EBCAC* L_37 = V_4;
|
|
ImageFileSourceData_t6253D5079E28B45E9A0C1A7A8CFBF74267364C2B* L_38 = __this->___source_4;
|
|
NullCheck(L_38);
|
|
float L_39 = L_38->___Scale_3;
|
|
NullCheck(L_37);
|
|
VirtualActionInvoker1< float >::Invoke(15 /* System.Void easyar.ImageTargetParameters::setScale(System.Single) */, L_37, L_39);
|
|
// param.setUid(Guid.NewGuid().ToString());
|
|
ImageTargetParameters_t50B4BB35A88D3E3F8EF3F529A4A98102920EBCAC* L_40 = V_4;
|
|
Guid_t L_41;
|
|
L_41 = Guid_NewGuid_m1F4894E8DC089811D6252148AD5858E58D43A7BD(NULL);
|
|
V_6 = L_41;
|
|
String_t* L_42;
|
|
L_42 = Guid_ToString_m2BFFD5FA726E03FA707AAFCCF065896C46D5290C((&V_6), NULL);
|
|
NullCheck(L_40);
|
|
VirtualActionInvoker1< String_t* >::Invoke(11 /* System.Void easyar.ImageTargetParameters::setUid(System.String) */, L_40, L_42);
|
|
// param.setMeta(string.Empty);
|
|
ImageTargetParameters_t50B4BB35A88D3E3F8EF3F529A4A98102920EBCAC* L_43 = V_4;
|
|
String_t* L_44 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
|
|
NullCheck(L_43);
|
|
VirtualActionInvoker1< String_t* >::Invoke(13 /* System.Void easyar.ImageTargetParameters::setMeta(System.String) */, L_43, L_44);
|
|
// var targetOptional = ImageTarget.createFromParameters(param);
|
|
ImageTargetParameters_t50B4BB35A88D3E3F8EF3F529A4A98102920EBCAC* L_45 = V_4;
|
|
Optional_1_tF42B2C54CA65016EF2B9D8901BA94188C401B6FE L_46;
|
|
L_46 = ImageTarget_createFromParameters_mC56AF5381E1C5249867CE5F8253F57F73024BB75(L_45, NULL);
|
|
V_5 = L_46;
|
|
// if (targetOptional.OnSome)
|
|
bool L_47;
|
|
L_47 = Optional_1_get_OnSome_m6D6DC92913DB3CFD8FDC06D73452516217946020((&V_5), Optional_1_get_OnSome_m6D6DC92913DB3CFD8FDC06D73452516217946020_RuntimeMethod_var);
|
|
if (!L_47)
|
|
{
|
|
goto IL_018d_3;
|
|
}
|
|
}
|
|
{
|
|
// Target = targetOptional.Value;
|
|
ImageTargetController_t84FED4EB42B01319DE27986E10F1941E88ACA633* L_48 = V_2;
|
|
ImageTarget_t2EA76B35550391ED19105CB22E7EC95723D478FB* L_49;
|
|
L_49 = Optional_1_get_Value_m1B40EB1F1CB42848B8DECF2B684225B3CACF2FB1((&V_5), Optional_1_get_Value_m1B40EB1F1CB42848B8DECF2B684225B3CACF2FB1_RuntimeMethod_var);
|
|
NullCheck(L_48);
|
|
ImageTargetController_set_Target_m02DC8AE90C9743C75D8502B044DA5B0EB3356E8A_inline(L_48, L_49, NULL);
|
|
// if (Target != null && TargetAvailable != null)
|
|
ImageTargetController_t84FED4EB42B01319DE27986E10F1941E88ACA633* L_50 = V_2;
|
|
NullCheck(L_50);
|
|
ImageTarget_t2EA76B35550391ED19105CB22E7EC95723D478FB* L_51;
|
|
L_51 = ImageTargetController_get_Target_m51F32E8D1467745044F011BE80719C022258BC95_inline(L_50, NULL);
|
|
if (!L_51)
|
|
{
|
|
goto IL_0198_3;
|
|
}
|
|
}
|
|
{
|
|
ImageTargetController_t84FED4EB42B01319DE27986E10F1941E88ACA633* L_52 = V_2;
|
|
NullCheck(L_52);
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_53 = L_52->___TargetAvailable_22;
|
|
if (!L_53)
|
|
{
|
|
goto IL_0198_3;
|
|
}
|
|
}
|
|
{
|
|
// TargetAvailable();
|
|
ImageTargetController_t84FED4EB42B01319DE27986E10F1941E88ACA633* L_54 = V_2;
|
|
NullCheck(L_54);
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_55 = L_54->___TargetAvailable_22;
|
|
NullCheck(L_55);
|
|
Action_Invoke_m7126A54DACA72B845424072887B5F3A51FC3808E_inline(L_55, NULL);
|
|
goto IL_0198_3;
|
|
}
|
|
|
|
IL_018d_3:
|
|
{
|
|
// throw new Exception("invalid parameter");
|
|
Exception_t* L_56 = (Exception_t*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_56);
|
|
Exception__ctor_m9B2BD92CD68916245A75109105D9071C9D430E7F(L_56, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral5D49EC77A90117182261FF3C70616604F150A543)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_56, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CLoadImageBufferU3Ed__37_MoveNext_m6CE2A3E85D2046407EBBD691BD999143B17EDE78_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0198_3:
|
|
{
|
|
// }
|
|
goto IL_01a6_2;
|
|
}
|
|
}// end try (depth: 3)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_01a6_2:
|
|
{
|
|
goto IL_01b2_1;
|
|
}
|
|
}// end try (depth: 2)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_01b2_1:
|
|
{
|
|
// }
|
|
U3CLoadImageBufferU3Ed__37_U3CU3Em__Finally1_mBBC56EA8BC7B9C5F6A816F48197E78B10EDE72FD(__this, NULL);
|
|
__this->___U3CU3E7__wrap1_6 = (Buffer_t644BF6560BDFFE92C2929A3CBF29C9B124212B54*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CU3E7__wrap1_6), (void*)(Buffer_t644BF6560BDFFE92C2929A3CBF29C9B124212B54*)NULL);
|
|
// UpdateTargetInTracker();
|
|
ImageTargetController_t84FED4EB42B01319DE27986E10F1941E88ACA633* L_57 = V_2;
|
|
NullCheck(L_57);
|
|
ImageTargetController_UpdateTargetInTracker_mA8685BBF994D73477605C7A03D93BE17304DF5A9(L_57, NULL);
|
|
// }
|
|
V_0 = (bool)0;
|
|
goto IL_01d0;
|
|
}
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_01d0:
|
|
{
|
|
bool L_58 = V_0;
|
|
return L_58;
|
|
}
|
|
}
|
|
// System.Void easyar.ImageTargetController/<LoadImageBuffer>d__37::<>m__Finally1()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CLoadImageBufferU3Ed__37_U3CU3Em__Finally1_mBBC56EA8BC7B9C5F6A816F48197E78B10EDE72FD (U3CLoadImageBufferU3Ed__37_t50F30BFD3396E0AC8F263F6FA65B7EF4FA341DA5* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
__this->___U3CU3E1__state_0 = (-1);
|
|
Buffer_t644BF6560BDFFE92C2929A3CBF29C9B124212B54* L_0 = __this->___U3CU3E7__wrap1_6;
|
|
if (!L_0)
|
|
{
|
|
goto IL_001a;
|
|
}
|
|
}
|
|
{
|
|
Buffer_t644BF6560BDFFE92C2929A3CBF29C9B124212B54* L_1 = __this->___U3CU3E7__wrap1_6;
|
|
NullCheck(L_1);
|
|
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_1);
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Object easyar.ImageTargetController/<LoadImageBuffer>d__37::System.Collections.Generic.IEnumerator<System.Object>.get_Current()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CLoadImageBufferU3Ed__37_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_m1571018AEBB7D7FDD8CBE5AC34A28E6AD12BC832 (U3CLoadImageBufferU3Ed__37_t50F30BFD3396E0AC8F263F6FA65B7EF4FA341DA5* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject* L_0 = __this->___U3CU3E2__current_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void easyar.ImageTargetController/<LoadImageBuffer>d__37::System.Collections.IEnumerator.Reset()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CLoadImageBufferU3Ed__37_System_Collections_IEnumerator_Reset_m96AA7FEF3DC081296374215C27A186598DCF0D7D (U3CLoadImageBufferU3Ed__37_t50F30BFD3396E0AC8F263F6FA65B7EF4FA341DA5* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* L_0 = (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_0);
|
|
NotSupportedException__ctor_m1398D0CDE19B36AA3DE9392879738C1EA2439CDF(L_0, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CLoadImageBufferU3Ed__37_System_Collections_IEnumerator_Reset_m96AA7FEF3DC081296374215C27A186598DCF0D7D_RuntimeMethod_var)));
|
|
}
|
|
}
|
|
// System.Object easyar.ImageTargetController/<LoadImageBuffer>d__37::System.Collections.IEnumerator.get_Current()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CLoadImageBufferU3Ed__37_System_Collections_IEnumerator_get_Current_m79D4068A594A4DE4C1D8CC210962989F48C356E6 (U3CLoadImageBufferU3Ed__37_t50F30BFD3396E0AC8F263F6FA65B7EF4FA341DA5* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject* L_0 = __this->___U3CU3E2__current_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void easyar.ImageTargetController/<>c__DisplayClass38_0::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass38_0__ctor_mDBF0C8B30A87E3FB11A4E0B5216F4257C35B4E79 (U3CU3Ec__DisplayClass38_0_t95778DE5F62CBD94392CA442327A82DB1EA98FBF* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void easyar.ImageTargetController/<>c__DisplayClass38_0::<LoadTargetDataBuffer>b__0()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass38_0_U3CLoadTargetDataBufferU3Eb__0_m2CB1073B8B676B783FDFB32C1D1F14F08AE734B3 (U3CU3Ec__DisplayClass38_0_t95778DE5F62CBD94392CA442327A82DB1EA98FBF* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// targetOptional = ImageTarget.createFromTargetData(buffer);
|
|
Buffer_t644BF6560BDFFE92C2929A3CBF29C9B124212B54* L_0 = __this->___buffer_0;
|
|
Optional_1_tF42B2C54CA65016EF2B9D8901BA94188C401B6FE L_1;
|
|
L_1 = ImageTarget_createFromTargetData_mD2B3C48C64A74FAF602FA4A29FF12B3AF1AE5206(L_0, NULL);
|
|
__this->___targetOptional_1 = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___targetOptional_1))->___Some_2), (void*)NULL);
|
|
// taskFinished = true;
|
|
__this->___taskFinished_2 = (bool)1;
|
|
// });
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void easyar.ImageTargetController/<LoadTargetDataBuffer>d__38::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CLoadTargetDataBufferU3Ed__38__ctor_mB97520DE4D20C4DB13475167C96FFDE7BA1956CE (U3CLoadTargetDataBufferU3Ed__38_t9138D5541478E945DACB18EDFE6BF5F4A9EE1941* __this, int32_t ___0_U3CU3E1__state, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
int32_t L_0 = ___0_U3CU3E1__state;
|
|
__this->___U3CU3E1__state_0 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// System.Void easyar.ImageTargetController/<LoadTargetDataBuffer>d__38::System.IDisposable.Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CLoadTargetDataBufferU3Ed__38_System_IDisposable_Dispose_m90FB65BC91CC7E1EA14679CC2B5A663B991729EF (U3CLoadTargetDataBufferU3Ed__38_t9138D5541478E945DACB18EDFE6BF5F4A9EE1941* __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
{
|
|
int32_t L_0 = __this->___U3CU3E1__state_0;
|
|
V_0 = L_0;
|
|
int32_t L_1 = V_0;
|
|
if ((((int32_t)L_1) == ((int32_t)((int32_t)-3))))
|
|
{
|
|
goto IL_0010;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_2 = V_0;
|
|
if ((!(((uint32_t)L_2) == ((uint32_t)1))))
|
|
{
|
|
goto IL_001a;
|
|
}
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_0013:
|
|
{// begin finally (depth: 1)
|
|
U3CLoadTargetDataBufferU3Ed__38_U3CU3Em__Finally1_mD671D788B0E9E550EB045FEBA1688343E7177F65(__this, NULL);
|
|
return;
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
goto IL_001a;
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean easyar.ImageTargetController/<LoadTargetDataBuffer>d__38::MoveNext()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CLoadTargetDataBufferU3Ed__38_MoveNext_mF7EF73B52308C200F0A2A9930FC26ECB998FA076 (U3CLoadTargetDataBufferU3Ed__38_t9138D5541478E945DACB18EDFE6BF5F4A9EE1941* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Optional_1_get_OnSome_m6D6DC92913DB3CFD8FDC06D73452516217946020_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Optional_1_get_Value_m1B40EB1F1CB42848B8DECF2B684225B3CACF2FB1_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Optional_1_op_Implicit_m2380DE20A2A84505FDCAD15A3A653556F9029CF5_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass38_0_U3CLoadTargetDataBufferU3Eb__0_m2CB1073B8B676B783FDFB32C1D1F14F08AE734B3_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass38_0_t95778DE5F62CBD94392CA442327A82DB1EA98FBF_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
int32_t V_1 = 0;
|
|
ImageTargetController_t84FED4EB42B01319DE27986E10F1941E88ACA633* V_2 = NULL;
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Fault([&]
|
|
{
|
|
|
|
FAULT_0130:
|
|
{// begin fault (depth: 1)
|
|
U3CLoadTargetDataBufferU3Ed__38_System_IDisposable_Dispose_m90FB65BC91CC7E1EA14679CC2B5A663B991729EF(__this, NULL);
|
|
return;
|
|
}// end fault
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
{
|
|
int32_t L_0 = __this->___U3CU3E1__state_0;
|
|
V_1 = L_0;
|
|
ImageTargetController_t84FED4EB42B01319DE27986E10F1941E88ACA633* L_1 = __this->___U3CU3E4__this_4;
|
|
V_2 = L_1;
|
|
int32_t L_2 = V_1;
|
|
if (!L_2)
|
|
{
|
|
goto IL_001f_1;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_3 = V_1;
|
|
if ((((int32_t)L_3) == ((int32_t)1)))
|
|
{
|
|
goto IL_00b4_1;
|
|
}
|
|
}
|
|
{
|
|
V_0 = (bool)0;
|
|
goto IL_0137;
|
|
}
|
|
|
|
IL_001f_1:
|
|
{
|
|
__this->___U3CU3E1__state_0 = (-1);
|
|
U3CU3Ec__DisplayClass38_0_t95778DE5F62CBD94392CA442327A82DB1EA98FBF* L_4 = (U3CU3Ec__DisplayClass38_0_t95778DE5F62CBD94392CA442327A82DB1EA98FBF*)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass38_0_t95778DE5F62CBD94392CA442327A82DB1EA98FBF_il2cpp_TypeInfo_var);
|
|
NullCheck(L_4);
|
|
U3CU3Ec__DisplayClass38_0__ctor_mDBF0C8B30A87E3FB11A4E0B5216F4257C35B4E79(L_4, NULL);
|
|
__this->___U3CU3E8__1_3 = L_4;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CU3E8__1_3), (void*)L_4);
|
|
U3CU3Ec__DisplayClass38_0_t95778DE5F62CBD94392CA442327A82DB1EA98FBF* L_5 = __this->___U3CU3E8__1_3;
|
|
Buffer_t644BF6560BDFFE92C2929A3CBF29C9B124212B54* L_6 = __this->___buffer_2;
|
|
NullCheck(L_5);
|
|
L_5->___buffer_0 = L_6;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_5->___buffer_0), (void*)L_6);
|
|
// using (buffer)
|
|
U3CU3Ec__DisplayClass38_0_t95778DE5F62CBD94392CA442327A82DB1EA98FBF* L_7 = __this->___U3CU3E8__1_3;
|
|
NullCheck(L_7);
|
|
Buffer_t644BF6560BDFFE92C2929A3CBF29C9B124212B54* L_8 = L_7->___buffer_0;
|
|
__this->___U3CU3E7__wrap1_5 = L_8;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CU3E7__wrap1_5), (void*)L_8);
|
|
__this->___U3CU3E1__state_0 = ((int32_t)-3);
|
|
// Optional<ImageTarget> targetOptional = null;
|
|
U3CU3Ec__DisplayClass38_0_t95778DE5F62CBD94392CA442327A82DB1EA98FBF* L_9 = __this->___U3CU3E8__1_3;
|
|
Optional_1_tF42B2C54CA65016EF2B9D8901BA94188C401B6FE L_10;
|
|
L_10 = Optional_1_op_Implicit_m2380DE20A2A84505FDCAD15A3A653556F9029CF5((ImageTarget_t2EA76B35550391ED19105CB22E7EC95723D478FB*)NULL, Optional_1_op_Implicit_m2380DE20A2A84505FDCAD15A3A653556F9029CF5_RuntimeMethod_var);
|
|
NullCheck(L_9);
|
|
L_9->___targetOptional_1 = L_10;
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&L_9->___targetOptional_1))->___Some_2), (void*)NULL);
|
|
// bool taskFinished = false;
|
|
U3CU3Ec__DisplayClass38_0_t95778DE5F62CBD94392CA442327A82DB1EA98FBF* L_11 = __this->___U3CU3E8__1_3;
|
|
NullCheck(L_11);
|
|
L_11->___taskFinished_2 = (bool)0;
|
|
// EasyARController.Instance.Worker.Run(() =>
|
|
// {
|
|
// targetOptional = ImageTarget.createFromTargetData(buffer);
|
|
// taskFinished = true;
|
|
// });
|
|
il2cpp_codegen_runtime_class_init_inline(EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177_il2cpp_TypeInfo_var);
|
|
EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177* L_12;
|
|
L_12 = EasyARController_get_Instance_mABB2A176E95F0F90E70BD99B143DDFE4AAE1E8FA_inline(NULL);
|
|
NullCheck(L_12);
|
|
ThreadWorker_t1ADEDA9DB0A15609FBEFE467B9CC337BF57D6D36* L_13;
|
|
L_13 = EasyARController_get_Worker_mC0CE2BCBC0B1A9D6DCFAAE303EED4615168DD253_inline(L_12, NULL);
|
|
U3CU3Ec__DisplayClass38_0_t95778DE5F62CBD94392CA442327A82DB1EA98FBF* L_14 = __this->___U3CU3E8__1_3;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_15 = (Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)il2cpp_codegen_object_new(Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var);
|
|
NullCheck(L_15);
|
|
Action__ctor_mBDC7B0B4A3F583B64C2896F01BDED360772F67DC(L_15, L_14, (intptr_t)((void*)U3CU3Ec__DisplayClass38_0_U3CLoadTargetDataBufferU3Eb__0_m2CB1073B8B676B783FDFB32C1D1F14F08AE734B3_RuntimeMethod_var), NULL);
|
|
NullCheck(L_13);
|
|
ThreadWorker_Run_mE19FF9BF70FEBC298AB58494630216F2FB775F03(L_13, L_15, NULL);
|
|
goto IL_00bc_1;
|
|
}
|
|
|
|
IL_009a_1:
|
|
{
|
|
// yield return 0;
|
|
int32_t L_16 = 0;
|
|
RuntimeObject* L_17 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_16);
|
|
__this->___U3CU3E2__current_1 = L_17;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CU3E2__current_1), (void*)L_17);
|
|
__this->___U3CU3E1__state_0 = 1;
|
|
V_0 = (bool)1;
|
|
goto IL_0137;
|
|
}
|
|
|
|
IL_00b4_1:
|
|
{
|
|
__this->___U3CU3E1__state_0 = ((int32_t)-3);
|
|
}
|
|
|
|
IL_00bc_1:
|
|
{
|
|
// while (!taskFinished)
|
|
U3CU3Ec__DisplayClass38_0_t95778DE5F62CBD94392CA442327A82DB1EA98FBF* L_18 = __this->___U3CU3E8__1_3;
|
|
NullCheck(L_18);
|
|
bool L_19 = L_18->___taskFinished_2;
|
|
if (!L_19)
|
|
{
|
|
goto IL_009a_1;
|
|
}
|
|
}
|
|
{
|
|
// if (targetOptional.OnSome)
|
|
U3CU3Ec__DisplayClass38_0_t95778DE5F62CBD94392CA442327A82DB1EA98FBF* L_20 = __this->___U3CU3E8__1_3;
|
|
NullCheck(L_20);
|
|
Optional_1_tF42B2C54CA65016EF2B9D8901BA94188C401B6FE* L_21 = (Optional_1_tF42B2C54CA65016EF2B9D8901BA94188C401B6FE*)(&L_20->___targetOptional_1);
|
|
bool L_22;
|
|
L_22 = Optional_1_get_OnSome_m6D6DC92913DB3CFD8FDC06D73452516217946020(L_21, Optional_1_get_OnSome_m6D6DC92913DB3CFD8FDC06D73452516217946020_RuntimeMethod_var);
|
|
if (!L_22)
|
|
{
|
|
goto IL_010e_1;
|
|
}
|
|
}
|
|
{
|
|
// Target = targetOptional.Value;
|
|
ImageTargetController_t84FED4EB42B01319DE27986E10F1941E88ACA633* L_23 = V_2;
|
|
U3CU3Ec__DisplayClass38_0_t95778DE5F62CBD94392CA442327A82DB1EA98FBF* L_24 = __this->___U3CU3E8__1_3;
|
|
NullCheck(L_24);
|
|
Optional_1_tF42B2C54CA65016EF2B9D8901BA94188C401B6FE* L_25 = (Optional_1_tF42B2C54CA65016EF2B9D8901BA94188C401B6FE*)(&L_24->___targetOptional_1);
|
|
ImageTarget_t2EA76B35550391ED19105CB22E7EC95723D478FB* L_26;
|
|
L_26 = Optional_1_get_Value_m1B40EB1F1CB42848B8DECF2B684225B3CACF2FB1(L_25, Optional_1_get_Value_m1B40EB1F1CB42848B8DECF2B684225B3CACF2FB1_RuntimeMethod_var);
|
|
NullCheck(L_23);
|
|
ImageTargetController_set_Target_m02DC8AE90C9743C75D8502B044DA5B0EB3356E8A_inline(L_23, L_26, NULL);
|
|
// if (Target != null && TargetAvailable != null)
|
|
ImageTargetController_t84FED4EB42B01319DE27986E10F1941E88ACA633* L_27 = V_2;
|
|
NullCheck(L_27);
|
|
ImageTarget_t2EA76B35550391ED19105CB22E7EC95723D478FB* L_28;
|
|
L_28 = ImageTargetController_get_Target_m51F32E8D1467745044F011BE80719C022258BC95_inline(L_27, NULL);
|
|
if (!L_28)
|
|
{
|
|
goto IL_0119_1;
|
|
}
|
|
}
|
|
{
|
|
ImageTargetController_t84FED4EB42B01319DE27986E10F1941E88ACA633* L_29 = V_2;
|
|
NullCheck(L_29);
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_30 = L_29->___TargetAvailable_22;
|
|
if (!L_30)
|
|
{
|
|
goto IL_0119_1;
|
|
}
|
|
}
|
|
{
|
|
// TargetAvailable();
|
|
ImageTargetController_t84FED4EB42B01319DE27986E10F1941E88ACA633* L_31 = V_2;
|
|
NullCheck(L_31);
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_32 = L_31->___TargetAvailable_22;
|
|
NullCheck(L_32);
|
|
Action_Invoke_m7126A54DACA72B845424072887B5F3A51FC3808E_inline(L_32, NULL);
|
|
goto IL_0119_1;
|
|
}
|
|
|
|
IL_010e_1:
|
|
{
|
|
// throw new Exception("invalid buffer");
|
|
Exception_t* L_33 = (Exception_t*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_33);
|
|
Exception__ctor_m9B2BD92CD68916245A75109105D9071C9D430E7F(L_33, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralEDEC07FD2FE1170778B26F3FC113D3EFF1C6FFED)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_33, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CLoadTargetDataBufferU3Ed__38_MoveNext_mF7EF73B52308C200F0A2A9930FC26ECB998FA076_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0119_1:
|
|
{
|
|
// }
|
|
U3CLoadTargetDataBufferU3Ed__38_U3CU3Em__Finally1_mD671D788B0E9E550EB045FEBA1688343E7177F65(__this, NULL);
|
|
__this->___U3CU3E7__wrap1_5 = (Buffer_t644BF6560BDFFE92C2929A3CBF29C9B124212B54*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CU3E7__wrap1_5), (void*)(Buffer_t644BF6560BDFFE92C2929A3CBF29C9B124212B54*)NULL);
|
|
// UpdateTargetInTracker();
|
|
ImageTargetController_t84FED4EB42B01319DE27986E10F1941E88ACA633* L_34 = V_2;
|
|
NullCheck(L_34);
|
|
ImageTargetController_UpdateTargetInTracker_mA8685BBF994D73477605C7A03D93BE17304DF5A9(L_34, NULL);
|
|
// }
|
|
V_0 = (bool)0;
|
|
goto IL_0137;
|
|
}
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_0137:
|
|
{
|
|
bool L_35 = V_0;
|
|
return L_35;
|
|
}
|
|
}
|
|
// System.Void easyar.ImageTargetController/<LoadTargetDataBuffer>d__38::<>m__Finally1()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CLoadTargetDataBufferU3Ed__38_U3CU3Em__Finally1_mD671D788B0E9E550EB045FEBA1688343E7177F65 (U3CLoadTargetDataBufferU3Ed__38_t9138D5541478E945DACB18EDFE6BF5F4A9EE1941* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
__this->___U3CU3E1__state_0 = (-1);
|
|
Buffer_t644BF6560BDFFE92C2929A3CBF29C9B124212B54* L_0 = __this->___U3CU3E7__wrap1_5;
|
|
if (!L_0)
|
|
{
|
|
goto IL_001a;
|
|
}
|
|
}
|
|
{
|
|
Buffer_t644BF6560BDFFE92C2929A3CBF29C9B124212B54* L_1 = __this->___U3CU3E7__wrap1_5;
|
|
NullCheck(L_1);
|
|
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_1);
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Object easyar.ImageTargetController/<LoadTargetDataBuffer>d__38::System.Collections.Generic.IEnumerator<System.Object>.get_Current()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CLoadTargetDataBufferU3Ed__38_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_m0D9AB50CF422D2AB69329C3A13EA09A711BCEE92 (U3CLoadTargetDataBufferU3Ed__38_t9138D5541478E945DACB18EDFE6BF5F4A9EE1941* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject* L_0 = __this->___U3CU3E2__current_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void easyar.ImageTargetController/<LoadTargetDataBuffer>d__38::System.Collections.IEnumerator.Reset()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CLoadTargetDataBufferU3Ed__38_System_Collections_IEnumerator_Reset_mE7AAF6C8ED5FF484E0638E28FF075939FF70B1E7 (U3CLoadTargetDataBufferU3Ed__38_t9138D5541478E945DACB18EDFE6BF5F4A9EE1941* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* L_0 = (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_0);
|
|
NotSupportedException__ctor_m1398D0CDE19B36AA3DE9392879738C1EA2439CDF(L_0, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CLoadTargetDataBufferU3Ed__38_System_Collections_IEnumerator_Reset_mE7AAF6C8ED5FF484E0638E28FF075939FF70B1E7_RuntimeMethod_var)));
|
|
}
|
|
}
|
|
// System.Object easyar.ImageTargetController/<LoadTargetDataBuffer>d__38::System.Collections.IEnumerator.get_Current()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CLoadTargetDataBufferU3Ed__38_System_Collections_IEnumerator_get_Current_m209A42BD82B9B9817C0D0FCDADBEBDB2D249248B (U3CLoadTargetDataBufferU3Ed__38_t9138D5541478E945DACB18EDFE6BF5F4A9EE1941* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject* L_0 = __this->___U3CU3E2__current_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void easyar.ImageTargetController/<>c__DisplayClass39_0::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass39_0__ctor_mBD5D59053BEF1610917495065283499B4E3CA842 (U3CU3Ec__DisplayClass39_0_tE5D71B872E1BD740901F4DC60FF174BD50D20BBA* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void easyar.ImageTargetController/<>c__DisplayClass39_0::<UpdateTargetInTracker>b__1(easyar.Target,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass39_0_U3CUpdateTargetInTrackerU3Eb__1_m028FA0DB06BF9BE40C859E47761473ADABCF4D44 (U3CU3Ec__DisplayClass39_0_tE5D71B872E1BD740901F4DC60FF174BD50D20BBA* __this, Target_tA508D592FB808ECACF85DAE26AF44B5586D6C836* ___0_target, bool ___1_status, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (!this) { return; }
|
|
ImageTargetController_t84FED4EB42B01319DE27986E10F1941E88ACA633* L_0 = __this->___U3CU3E4__this_1;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_1;
|
|
L_1 = Object_op_Implicit_m93896EF7D68FA113C42D3FE2BC6F661FC7EF514A(L_0, NULL);
|
|
if (L_1)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
// if (!this) { return; }
|
|
return;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
// if (trackerLoad == tracker && !status)
|
|
ImageTrackerFrameFilter_t1C3BF48AFCFEA2D5BE49CAE9196847DBB5177A9E* L_2 = __this->___trackerLoad_0;
|
|
ImageTargetController_t84FED4EB42B01319DE27986E10F1941E88ACA633* L_3 = __this->___U3CU3E4__this_1;
|
|
NullCheck(L_3);
|
|
ImageTrackerFrameFilter_t1C3BF48AFCFEA2D5BE49CAE9196847DBB5177A9E* L_4 = L_3->___tracker_17;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_5;
|
|
L_5 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_2, L_4, NULL);
|
|
if (!L_5)
|
|
{
|
|
goto IL_0035;
|
|
}
|
|
}
|
|
{
|
|
bool L_6 = ___1_status;
|
|
if (L_6)
|
|
{
|
|
goto IL_0035;
|
|
}
|
|
}
|
|
{
|
|
// loader = null;
|
|
ImageTargetController_t84FED4EB42B01319DE27986E10F1941E88ACA633* L_7 = __this->___U3CU3E4__this_1;
|
|
NullCheck(L_7);
|
|
L_7->___loader_18 = (ImageTrackerFrameFilter_t1C3BF48AFCFEA2D5BE49CAE9196847DBB5177A9E*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_7->___loader_18), (void*)(ImageTrackerFrameFilter_t1C3BF48AFCFEA2D5BE49CAE9196847DBB5177A9E*)NULL);
|
|
}
|
|
|
|
IL_0035:
|
|
{
|
|
// UpdateScale();
|
|
ImageTargetController_t84FED4EB42B01319DE27986E10F1941E88ACA633* L_8 = __this->___U3CU3E4__this_1;
|
|
NullCheck(L_8);
|
|
ImageTargetController_UpdateScale_m8CB7C3BBFF1AAC4589F22B56D9B843C29F8FF489(L_8, NULL);
|
|
// IsLoaded = status;
|
|
ImageTargetController_t84FED4EB42B01319DE27986E10F1941E88ACA633* L_9 = __this->___U3CU3E4__this_1;
|
|
bool L_10 = ___1_status;
|
|
NullCheck(L_9);
|
|
TargetController_set_IsLoaded_mC04541B10A598C71AC8341C94B97C419089F00F1_inline(L_9, L_10, NULL);
|
|
// if (TargetLoad != null)
|
|
ImageTargetController_t84FED4EB42B01319DE27986E10F1941E88ACA633* L_11 = __this->___U3CU3E4__this_1;
|
|
NullCheck(L_11);
|
|
Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416* L_12 = L_11->___TargetLoad_23;
|
|
if (!L_12)
|
|
{
|
|
goto IL_006b;
|
|
}
|
|
}
|
|
{
|
|
// TargetLoad(target, status);
|
|
ImageTargetController_t84FED4EB42B01319DE27986E10F1941E88ACA633* L_13 = __this->___U3CU3E4__this_1;
|
|
NullCheck(L_13);
|
|
Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416* L_14 = L_13->___TargetLoad_23;
|
|
Target_tA508D592FB808ECACF85DAE26AF44B5586D6C836* L_15 = ___0_target;
|
|
bool L_16 = ___1_status;
|
|
NullCheck(L_14);
|
|
Action_2_Invoke_m40E18CA03AEAD3EE04F3BF70C8238C2E387A3C36_inline(L_14, L_15, L_16, NULL);
|
|
}
|
|
|
|
IL_006b:
|
|
{
|
|
// });
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// easyar.ImageTracker easyar.ImageTrackerFrameFilter::get_Tracker()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ImageTracker_t936EBB4B806DF339985DABBA2473BC1E6B533813* ImageTrackerFrameFilter_get_Tracker_mD35CBEDB7003023C3A0492EA90098A6677875AAD (ImageTrackerFrameFilter_t1C3BF48AFCFEA2D5BE49CAE9196847DBB5177A9E* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public ImageTracker Tracker { get; private set; }
|
|
ImageTracker_t936EBB4B806DF339985DABBA2473BC1E6B533813* L_0 = __this->___U3CTrackerU3Ek__BackingField_6;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void easyar.ImageTrackerFrameFilter::set_Tracker(easyar.ImageTracker)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ImageTrackerFrameFilter_set_Tracker_m22F80D8B8C22D223F4C38612B2C0BE20D5D3846C (ImageTrackerFrameFilter_t1C3BF48AFCFEA2D5BE49CAE9196847DBB5177A9E* __this, ImageTracker_t936EBB4B806DF339985DABBA2473BC1E6B533813* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public ImageTracker Tracker { get; private set; }
|
|
ImageTracker_t936EBB4B806DF339985DABBA2473BC1E6B533813* L_0 = ___0_value;
|
|
__this->___U3CTrackerU3Ek__BackingField_6 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CTrackerU3Ek__BackingField_6), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void easyar.ImageTrackerFrameFilter::add_TargetLoad(System.Action`3<easyar.ImageTargetController,easyar.Target,System.Boolean>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ImageTrackerFrameFilter_add_TargetLoad_m1BC28A46E4BFD888FD8B828DA242226B5B5A4520 (ImageTrackerFrameFilter_t1C3BF48AFCFEA2D5BE49CAE9196847DBB5177A9E* __this, Action_3_t0DC67ABCE6073BEE491A6230123FE12606C4D6CE* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_3_t0DC67ABCE6073BEE491A6230123FE12606C4D6CE_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Action_3_t0DC67ABCE6073BEE491A6230123FE12606C4D6CE* V_0 = NULL;
|
|
Action_3_t0DC67ABCE6073BEE491A6230123FE12606C4D6CE* V_1 = NULL;
|
|
Action_3_t0DC67ABCE6073BEE491A6230123FE12606C4D6CE* V_2 = NULL;
|
|
{
|
|
Action_3_t0DC67ABCE6073BEE491A6230123FE12606C4D6CE* L_0 = __this->___TargetLoad_13;
|
|
V_0 = L_0;
|
|
}
|
|
|
|
IL_0007:
|
|
{
|
|
Action_3_t0DC67ABCE6073BEE491A6230123FE12606C4D6CE* L_1 = V_0;
|
|
V_1 = L_1;
|
|
Action_3_t0DC67ABCE6073BEE491A6230123FE12606C4D6CE* L_2 = V_1;
|
|
Action_3_t0DC67ABCE6073BEE491A6230123FE12606C4D6CE* L_3 = ___0_value;
|
|
Delegate_t* L_4;
|
|
L_4 = Delegate_Combine_m1F725AEF318BE6F0426863490691A6F4606E7D00(L_2, L_3, NULL);
|
|
V_2 = ((Action_3_t0DC67ABCE6073BEE491A6230123FE12606C4D6CE*)Castclass((RuntimeObject*)L_4, Action_3_t0DC67ABCE6073BEE491A6230123FE12606C4D6CE_il2cpp_TypeInfo_var));
|
|
Action_3_t0DC67ABCE6073BEE491A6230123FE12606C4D6CE** L_5 = (Action_3_t0DC67ABCE6073BEE491A6230123FE12606C4D6CE**)(&__this->___TargetLoad_13);
|
|
Action_3_t0DC67ABCE6073BEE491A6230123FE12606C4D6CE* L_6 = V_2;
|
|
Action_3_t0DC67ABCE6073BEE491A6230123FE12606C4D6CE* L_7 = V_1;
|
|
Action_3_t0DC67ABCE6073BEE491A6230123FE12606C4D6CE* L_8;
|
|
L_8 = InterlockedCompareExchangeImpl<Action_3_t0DC67ABCE6073BEE491A6230123FE12606C4D6CE*>(L_5, L_6, L_7);
|
|
V_0 = L_8;
|
|
Action_3_t0DC67ABCE6073BEE491A6230123FE12606C4D6CE* L_9 = V_0;
|
|
Action_3_t0DC67ABCE6073BEE491A6230123FE12606C4D6CE* L_10 = V_1;
|
|
if ((!(((RuntimeObject*)(Action_3_t0DC67ABCE6073BEE491A6230123FE12606C4D6CE*)L_9) == ((RuntimeObject*)(Action_3_t0DC67ABCE6073BEE491A6230123FE12606C4D6CE*)L_10))))
|
|
{
|
|
goto IL_0007;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void easyar.ImageTrackerFrameFilter::remove_TargetLoad(System.Action`3<easyar.ImageTargetController,easyar.Target,System.Boolean>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ImageTrackerFrameFilter_remove_TargetLoad_mAFD90E2E92CE785FBCBF7B6FE501CE9061490953 (ImageTrackerFrameFilter_t1C3BF48AFCFEA2D5BE49CAE9196847DBB5177A9E* __this, Action_3_t0DC67ABCE6073BEE491A6230123FE12606C4D6CE* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_3_t0DC67ABCE6073BEE491A6230123FE12606C4D6CE_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Action_3_t0DC67ABCE6073BEE491A6230123FE12606C4D6CE* V_0 = NULL;
|
|
Action_3_t0DC67ABCE6073BEE491A6230123FE12606C4D6CE* V_1 = NULL;
|
|
Action_3_t0DC67ABCE6073BEE491A6230123FE12606C4D6CE* V_2 = NULL;
|
|
{
|
|
Action_3_t0DC67ABCE6073BEE491A6230123FE12606C4D6CE* L_0 = __this->___TargetLoad_13;
|
|
V_0 = L_0;
|
|
}
|
|
|
|
IL_0007:
|
|
{
|
|
Action_3_t0DC67ABCE6073BEE491A6230123FE12606C4D6CE* L_1 = V_0;
|
|
V_1 = L_1;
|
|
Action_3_t0DC67ABCE6073BEE491A6230123FE12606C4D6CE* L_2 = V_1;
|
|
Action_3_t0DC67ABCE6073BEE491A6230123FE12606C4D6CE* L_3 = ___0_value;
|
|
Delegate_t* L_4;
|
|
L_4 = Delegate_Remove_m8B7DD5661308FA972E23CA1CC3FC9CEB355504E3(L_2, L_3, NULL);
|
|
V_2 = ((Action_3_t0DC67ABCE6073BEE491A6230123FE12606C4D6CE*)Castclass((RuntimeObject*)L_4, Action_3_t0DC67ABCE6073BEE491A6230123FE12606C4D6CE_il2cpp_TypeInfo_var));
|
|
Action_3_t0DC67ABCE6073BEE491A6230123FE12606C4D6CE** L_5 = (Action_3_t0DC67ABCE6073BEE491A6230123FE12606C4D6CE**)(&__this->___TargetLoad_13);
|
|
Action_3_t0DC67ABCE6073BEE491A6230123FE12606C4D6CE* L_6 = V_2;
|
|
Action_3_t0DC67ABCE6073BEE491A6230123FE12606C4D6CE* L_7 = V_1;
|
|
Action_3_t0DC67ABCE6073BEE491A6230123FE12606C4D6CE* L_8;
|
|
L_8 = InterlockedCompareExchangeImpl<Action_3_t0DC67ABCE6073BEE491A6230123FE12606C4D6CE*>(L_5, L_6, L_7);
|
|
V_0 = L_8;
|
|
Action_3_t0DC67ABCE6073BEE491A6230123FE12606C4D6CE* L_9 = V_0;
|
|
Action_3_t0DC67ABCE6073BEE491A6230123FE12606C4D6CE* L_10 = V_1;
|
|
if ((!(((RuntimeObject*)(Action_3_t0DC67ABCE6073BEE491A6230123FE12606C4D6CE*)L_9) == ((RuntimeObject*)(Action_3_t0DC67ABCE6073BEE491A6230123FE12606C4D6CE*)L_10))))
|
|
{
|
|
goto IL_0007;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void easyar.ImageTrackerFrameFilter::add_TargetUnload(System.Action`3<easyar.ImageTargetController,easyar.Target,System.Boolean>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ImageTrackerFrameFilter_add_TargetUnload_m7A46334F1E5B386098F2A8936B5EF6B18807B426 (ImageTrackerFrameFilter_t1C3BF48AFCFEA2D5BE49CAE9196847DBB5177A9E* __this, Action_3_t0DC67ABCE6073BEE491A6230123FE12606C4D6CE* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_3_t0DC67ABCE6073BEE491A6230123FE12606C4D6CE_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Action_3_t0DC67ABCE6073BEE491A6230123FE12606C4D6CE* V_0 = NULL;
|
|
Action_3_t0DC67ABCE6073BEE491A6230123FE12606C4D6CE* V_1 = NULL;
|
|
Action_3_t0DC67ABCE6073BEE491A6230123FE12606C4D6CE* V_2 = NULL;
|
|
{
|
|
Action_3_t0DC67ABCE6073BEE491A6230123FE12606C4D6CE* L_0 = __this->___TargetUnload_14;
|
|
V_0 = L_0;
|
|
}
|
|
|
|
IL_0007:
|
|
{
|
|
Action_3_t0DC67ABCE6073BEE491A6230123FE12606C4D6CE* L_1 = V_0;
|
|
V_1 = L_1;
|
|
Action_3_t0DC67ABCE6073BEE491A6230123FE12606C4D6CE* L_2 = V_1;
|
|
Action_3_t0DC67ABCE6073BEE491A6230123FE12606C4D6CE* L_3 = ___0_value;
|
|
Delegate_t* L_4;
|
|
L_4 = Delegate_Combine_m1F725AEF318BE6F0426863490691A6F4606E7D00(L_2, L_3, NULL);
|
|
V_2 = ((Action_3_t0DC67ABCE6073BEE491A6230123FE12606C4D6CE*)Castclass((RuntimeObject*)L_4, Action_3_t0DC67ABCE6073BEE491A6230123FE12606C4D6CE_il2cpp_TypeInfo_var));
|
|
Action_3_t0DC67ABCE6073BEE491A6230123FE12606C4D6CE** L_5 = (Action_3_t0DC67ABCE6073BEE491A6230123FE12606C4D6CE**)(&__this->___TargetUnload_14);
|
|
Action_3_t0DC67ABCE6073BEE491A6230123FE12606C4D6CE* L_6 = V_2;
|
|
Action_3_t0DC67ABCE6073BEE491A6230123FE12606C4D6CE* L_7 = V_1;
|
|
Action_3_t0DC67ABCE6073BEE491A6230123FE12606C4D6CE* L_8;
|
|
L_8 = InterlockedCompareExchangeImpl<Action_3_t0DC67ABCE6073BEE491A6230123FE12606C4D6CE*>(L_5, L_6, L_7);
|
|
V_0 = L_8;
|
|
Action_3_t0DC67ABCE6073BEE491A6230123FE12606C4D6CE* L_9 = V_0;
|
|
Action_3_t0DC67ABCE6073BEE491A6230123FE12606C4D6CE* L_10 = V_1;
|
|
if ((!(((RuntimeObject*)(Action_3_t0DC67ABCE6073BEE491A6230123FE12606C4D6CE*)L_9) == ((RuntimeObject*)(Action_3_t0DC67ABCE6073BEE491A6230123FE12606C4D6CE*)L_10))))
|
|
{
|
|
goto IL_0007;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void easyar.ImageTrackerFrameFilter::remove_TargetUnload(System.Action`3<easyar.ImageTargetController,easyar.Target,System.Boolean>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ImageTrackerFrameFilter_remove_TargetUnload_m14DA555B7D9A8C981840FC4050D2322A1D7DC4CD (ImageTrackerFrameFilter_t1C3BF48AFCFEA2D5BE49CAE9196847DBB5177A9E* __this, Action_3_t0DC67ABCE6073BEE491A6230123FE12606C4D6CE* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_3_t0DC67ABCE6073BEE491A6230123FE12606C4D6CE_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Action_3_t0DC67ABCE6073BEE491A6230123FE12606C4D6CE* V_0 = NULL;
|
|
Action_3_t0DC67ABCE6073BEE491A6230123FE12606C4D6CE* V_1 = NULL;
|
|
Action_3_t0DC67ABCE6073BEE491A6230123FE12606C4D6CE* V_2 = NULL;
|
|
{
|
|
Action_3_t0DC67ABCE6073BEE491A6230123FE12606C4D6CE* L_0 = __this->___TargetUnload_14;
|
|
V_0 = L_0;
|
|
}
|
|
|
|
IL_0007:
|
|
{
|
|
Action_3_t0DC67ABCE6073BEE491A6230123FE12606C4D6CE* L_1 = V_0;
|
|
V_1 = L_1;
|
|
Action_3_t0DC67ABCE6073BEE491A6230123FE12606C4D6CE* L_2 = V_1;
|
|
Action_3_t0DC67ABCE6073BEE491A6230123FE12606C4D6CE* L_3 = ___0_value;
|
|
Delegate_t* L_4;
|
|
L_4 = Delegate_Remove_m8B7DD5661308FA972E23CA1CC3FC9CEB355504E3(L_2, L_3, NULL);
|
|
V_2 = ((Action_3_t0DC67ABCE6073BEE491A6230123FE12606C4D6CE*)Castclass((RuntimeObject*)L_4, Action_3_t0DC67ABCE6073BEE491A6230123FE12606C4D6CE_il2cpp_TypeInfo_var));
|
|
Action_3_t0DC67ABCE6073BEE491A6230123FE12606C4D6CE** L_5 = (Action_3_t0DC67ABCE6073BEE491A6230123FE12606C4D6CE**)(&__this->___TargetUnload_14);
|
|
Action_3_t0DC67ABCE6073BEE491A6230123FE12606C4D6CE* L_6 = V_2;
|
|
Action_3_t0DC67ABCE6073BEE491A6230123FE12606C4D6CE* L_7 = V_1;
|
|
Action_3_t0DC67ABCE6073BEE491A6230123FE12606C4D6CE* L_8;
|
|
L_8 = InterlockedCompareExchangeImpl<Action_3_t0DC67ABCE6073BEE491A6230123FE12606C4D6CE*>(L_5, L_6, L_7);
|
|
V_0 = L_8;
|
|
Action_3_t0DC67ABCE6073BEE491A6230123FE12606C4D6CE* L_9 = V_0;
|
|
Action_3_t0DC67ABCE6073BEE491A6230123FE12606C4D6CE* L_10 = V_1;
|
|
if ((!(((RuntimeObject*)(Action_3_t0DC67ABCE6073BEE491A6230123FE12606C4D6CE*)L_9) == ((RuntimeObject*)(Action_3_t0DC67ABCE6073BEE491A6230123FE12606C4D6CE*)L_10))))
|
|
{
|
|
goto IL_0007;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void easyar.ImageTrackerFrameFilter::add_SimultaneousNumChanged(System.Action)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ImageTrackerFrameFilter_add_SimultaneousNumChanged_mA65F772F18A27A613DED284D48B830694EB66E83 (ImageTrackerFrameFilter_t1C3BF48AFCFEA2D5BE49CAE9196847DBB5177A9E* __this, Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* V_0 = NULL;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* V_1 = NULL;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* V_2 = NULL;
|
|
{
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_0 = __this->___SimultaneousNumChanged_15;
|
|
V_0 = L_0;
|
|
}
|
|
|
|
IL_0007:
|
|
{
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_1 = V_0;
|
|
V_1 = L_1;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_2 = V_1;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_3 = ___0_value;
|
|
Delegate_t* L_4;
|
|
L_4 = Delegate_Combine_m1F725AEF318BE6F0426863490691A6F4606E7D00(L_2, L_3, NULL);
|
|
V_2 = ((Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)CastclassSealed((RuntimeObject*)L_4, Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var));
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07** L_5 = (Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07**)(&__this->___SimultaneousNumChanged_15);
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_6 = V_2;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_7 = V_1;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_8;
|
|
L_8 = InterlockedCompareExchangeImpl<Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*>(L_5, L_6, L_7);
|
|
V_0 = L_8;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_9 = V_0;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_10 = V_1;
|
|
if ((!(((RuntimeObject*)(Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)L_9) == ((RuntimeObject*)(Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)L_10))))
|
|
{
|
|
goto IL_0007;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void easyar.ImageTrackerFrameFilter::remove_SimultaneousNumChanged(System.Action)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ImageTrackerFrameFilter_remove_SimultaneousNumChanged_m612F1CE2F0FD49A876063DA51F5468A83B2AE710 (ImageTrackerFrameFilter_t1C3BF48AFCFEA2D5BE49CAE9196847DBB5177A9E* __this, Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* V_0 = NULL;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* V_1 = NULL;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* V_2 = NULL;
|
|
{
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_0 = __this->___SimultaneousNumChanged_15;
|
|
V_0 = L_0;
|
|
}
|
|
|
|
IL_0007:
|
|
{
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_1 = V_0;
|
|
V_1 = L_1;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_2 = V_1;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_3 = ___0_value;
|
|
Delegate_t* L_4;
|
|
L_4 = Delegate_Remove_m8B7DD5661308FA972E23CA1CC3FC9CEB355504E3(L_2, L_3, NULL);
|
|
V_2 = ((Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)CastclassSealed((RuntimeObject*)L_4, Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var));
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07** L_5 = (Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07**)(&__this->___SimultaneousNumChanged_15);
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_6 = V_2;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_7 = V_1;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_8;
|
|
L_8 = InterlockedCompareExchangeImpl<Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*>(L_5, L_6, L_7);
|
|
V_0 = L_8;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_9 = V_0;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_10 = V_1;
|
|
if ((!(((RuntimeObject*)(Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)L_9) == ((RuntimeObject*)(Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)L_10))))
|
|
{
|
|
goto IL_0007;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Int32 easyar.ImageTrackerFrameFilter::get_BufferRequirement()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ImageTrackerFrameFilter_get_BufferRequirement_m93C5CC941CFE7C3FBCB2471FC5C1BB7F2C197635 (ImageTrackerFrameFilter_t1C3BF48AFCFEA2D5BE49CAE9196847DBB5177A9E* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// get { return Tracker.bufferRequirement(); }
|
|
ImageTracker_t936EBB4B806DF339985DABBA2473BC1E6B533813* L_0;
|
|
L_0 = ImageTrackerFrameFilter_get_Tracker_mD35CBEDB7003023C3A0492EA90098A6677875AAD_inline(__this, NULL);
|
|
NullCheck(L_0);
|
|
int32_t L_1;
|
|
L_1 = VirtualFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 easyar.ImageTracker::bufferRequirement() */, L_0);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Int32 easyar.ImageTrackerFrameFilter::get_SimultaneousNum()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ImageTrackerFrameFilter_get_SimultaneousNum_m7E1117AC138AE194DF048CD1A260B7225ED06615 (ImageTrackerFrameFilter_t1C3BF48AFCFEA2D5BE49CAE9196847DBB5177A9E* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// if (Tracker == null)
|
|
ImageTracker_t936EBB4B806DF339985DABBA2473BC1E6B533813* L_0;
|
|
L_0 = ImageTrackerFrameFilter_get_Tracker_mD35CBEDB7003023C3A0492EA90098A6677875AAD_inline(__this, NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_000f;
|
|
}
|
|
}
|
|
{
|
|
// return simultaneousNum;
|
|
int32_t L_1 = __this->___simultaneousNum_8;
|
|
return L_1;
|
|
}
|
|
|
|
IL_000f:
|
|
{
|
|
// return Tracker.simultaneousNum();
|
|
ImageTracker_t936EBB4B806DF339985DABBA2473BC1E6B533813* L_2;
|
|
L_2 = ImageTrackerFrameFilter_get_Tracker_mD35CBEDB7003023C3A0492EA90098A6677875AAD_inline(__this, NULL);
|
|
NullCheck(L_2);
|
|
int32_t L_3;
|
|
L_3 = VirtualFuncInvoker0< int32_t >::Invoke(17 /* System.Int32 easyar.ImageTracker::simultaneousNum() */, L_2);
|
|
return L_3;
|
|
}
|
|
}
|
|
// System.Void easyar.ImageTrackerFrameFilter::set_SimultaneousNum(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ImageTrackerFrameFilter_set_SimultaneousNum_m85D85FBB0B69D08BF61A5BF45376983C613CD3AD (ImageTrackerFrameFilter_t1C3BF48AFCFEA2D5BE49CAE9196847DBB5177A9E* __this, int32_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// if (Tracker == null)
|
|
ImageTracker_t936EBB4B806DF339985DABBA2473BC1E6B533813* L_0;
|
|
L_0 = ImageTrackerFrameFilter_get_Tracker_mD35CBEDB7003023C3A0492EA90098A6677875AAD_inline(__this, NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_0010;
|
|
}
|
|
}
|
|
{
|
|
// simultaneousNum = value;
|
|
int32_t L_1 = ___0_value;
|
|
__this->___simultaneousNum_8 = L_1;
|
|
// return;
|
|
return;
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
// simultaneousNum = value;
|
|
int32_t L_2 = ___0_value;
|
|
__this->___simultaneousNum_8 = L_2;
|
|
// Tracker.setSimultaneousNum(simultaneousNum);
|
|
ImageTracker_t936EBB4B806DF339985DABBA2473BC1E6B533813* L_3;
|
|
L_3 = ImageTrackerFrameFilter_get_Tracker_mD35CBEDB7003023C3A0492EA90098A6677875AAD_inline(__this, NULL);
|
|
int32_t L_4 = __this->___simultaneousNum_8;
|
|
NullCheck(L_3);
|
|
bool L_5;
|
|
L_5 = VirtualFuncInvoker1< bool, int32_t >::Invoke(16 /* System.Boolean easyar.ImageTracker::setSimultaneousNum(System.Int32) */, L_3, L_4);
|
|
// if (SimultaneousNumChanged != null)
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_6 = __this->___SimultaneousNumChanged_15;
|
|
if (!L_6)
|
|
{
|
|
goto IL_003c;
|
|
}
|
|
}
|
|
{
|
|
// SimultaneousNumChanged();
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_7 = __this->___SimultaneousNumChanged_15;
|
|
NullCheck(L_7);
|
|
Action_Invoke_m7126A54DACA72B845424072887B5F3A51FC3808E_inline(L_7, NULL);
|
|
}
|
|
|
|
IL_003c:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Collections.Generic.List`1<easyar.TargetController> easyar.ImageTrackerFrameFilter::get_TargetControllers()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_tCEB771A8CDB403FD34D07715A47E3A9EDFD82FEB* ImageTrackerFrameFilter_get_TargetControllers_m6313B7C8605D2C92100F567EF5BE221110CC327C (ImageTrackerFrameFilter_t1C3BF48AFCFEA2D5BE49CAE9196847DBB5177A9E* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_get_Values_mBE950BEB4E8C8CB9DF8BA23C79DB6E51EC552459_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m4C9C140E7EBF55EEF498DFB48BD95408C2EE1902_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_m69C362070D21401B9F9A2DC9CB7D10225C4C92EB_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_mEAD8F89B621C0C91AA34FDF8EB67F659C8E88FDB_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m1E098C66659F5655CF410EACF6B4855F6262AFEF_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m0ED30BD14E3D4B2C2005E5CDBCFD5C57BB2720BA_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_tCEB771A8CDB403FD34D07715A47E3A9EDFD82FEB_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ValueCollection_GetEnumerator_m8EA0122F888D6DEA19AE7234AD5BA725A83C0A17_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
List_1_tCEB771A8CDB403FD34D07715A47E3A9EDFD82FEB* V_0 = NULL;
|
|
Enumerator_t0DB28B560AE92004790F0809B2A567549805D60E V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
TargetController_t8B3D4F1410E51D042DF5E9C689F5C0499E43410A* V_2 = NULL;
|
|
{
|
|
// List<TargetController> list = new List<TargetController>();
|
|
List_1_tCEB771A8CDB403FD34D07715A47E3A9EDFD82FEB* L_0 = (List_1_tCEB771A8CDB403FD34D07715A47E3A9EDFD82FEB*)il2cpp_codegen_object_new(List_1_tCEB771A8CDB403FD34D07715A47E3A9EDFD82FEB_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
List_1__ctor_m0ED30BD14E3D4B2C2005E5CDBCFD5C57BB2720BA(L_0, List_1__ctor_m0ED30BD14E3D4B2C2005E5CDBCFD5C57BB2720BA_RuntimeMethod_var);
|
|
V_0 = L_0;
|
|
// foreach (var value in allTargetController.Values)
|
|
Dictionary_2_tDA9BDCAD90AB624680FE8388C5681B4D692FEFFC* L_1 = __this->___allTargetController_10;
|
|
NullCheck(L_1);
|
|
ValueCollection_tA4ABE415D3FF9AD9A5D3FB12C59B128D7747787C* L_2;
|
|
L_2 = Dictionary_2_get_Values_mBE950BEB4E8C8CB9DF8BA23C79DB6E51EC552459(L_1, Dictionary_2_get_Values_mBE950BEB4E8C8CB9DF8BA23C79DB6E51EC552459_RuntimeMethod_var);
|
|
NullCheck(L_2);
|
|
Enumerator_t0DB28B560AE92004790F0809B2A567549805D60E L_3;
|
|
L_3 = ValueCollection_GetEnumerator_m8EA0122F888D6DEA19AE7234AD5BA725A83C0A17(L_2, ValueCollection_GetEnumerator_m8EA0122F888D6DEA19AE7234AD5BA725A83C0A17_RuntimeMethod_var);
|
|
V_1 = L_3;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_0033:
|
|
{// begin finally (depth: 1)
|
|
Enumerator_Dispose_m4C9C140E7EBF55EEF498DFB48BD95408C2EE1902((&V_1), Enumerator_Dispose_m4C9C140E7EBF55EEF498DFB48BD95408C2EE1902_RuntimeMethod_var);
|
|
return;
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
{
|
|
goto IL_0028_1;
|
|
}
|
|
|
|
IL_0019_1:
|
|
{
|
|
// foreach (var value in allTargetController.Values)
|
|
TargetController_t8B3D4F1410E51D042DF5E9C689F5C0499E43410A* L_4;
|
|
L_4 = Enumerator_get_Current_mEAD8F89B621C0C91AA34FDF8EB67F659C8E88FDB_inline((&V_1), Enumerator_get_Current_mEAD8F89B621C0C91AA34FDF8EB67F659C8E88FDB_RuntimeMethod_var);
|
|
V_2 = L_4;
|
|
// list.Add(value);
|
|
List_1_tCEB771A8CDB403FD34D07715A47E3A9EDFD82FEB* L_5 = V_0;
|
|
TargetController_t8B3D4F1410E51D042DF5E9C689F5C0499E43410A* L_6 = V_2;
|
|
NullCheck(L_5);
|
|
List_1_Add_m1E098C66659F5655CF410EACF6B4855F6262AFEF_inline(L_5, L_6, List_1_Add_m1E098C66659F5655CF410EACF6B4855F6262AFEF_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0028_1:
|
|
{
|
|
// foreach (var value in allTargetController.Values)
|
|
bool L_7;
|
|
L_7 = Enumerator_MoveNext_m69C362070D21401B9F9A2DC9CB7D10225C4C92EB((&V_1), Enumerator_MoveNext_m69C362070D21401B9F9A2DC9CB7D10225C4C92EB_RuntimeMethod_var);
|
|
if (L_7)
|
|
{
|
|
goto IL_0019_1;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0041;
|
|
}
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_0041:
|
|
{
|
|
// return list;
|
|
List_1_tCEB771A8CDB403FD34D07715A47E3A9EDFD82FEB* L_8 = V_0;
|
|
return L_8;
|
|
}
|
|
}
|
|
// System.Void easyar.ImageTrackerFrameFilter::set_TargetControllers(System.Collections.Generic.List`1<easyar.TargetController>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ImageTrackerFrameFilter_set_TargetControllers_m079F6F6DE3E01AE9898876D9FC55E8D53F86BB68 (ImageTrackerFrameFilter_t1C3BF48AFCFEA2D5BE49CAE9196847DBB5177A9E* __this, List_1_tCEB771A8CDB403FD34D07715A47E3A9EDFD82FEB* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// private set { }
|
|
return;
|
|
}
|
|
}
|
|
// easyar.ImageTrackerFrameFilter/ResultParameters easyar.ImageTrackerFrameFilter::get_ResultType()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ResultParameters_tAA33B14E1901CE2D4D7576E7DAC587AD6CDBD6D8* ImageTrackerFrameFilter_get_ResultType_m009908762EC32B7AF980A05771FC87F5FD3D2D2C (ImageTrackerFrameFilter_t1C3BF48AFCFEA2D5BE49CAE9196847DBB5177A9E* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// get => resultType;
|
|
ResultParameters_tAA33B14E1901CE2D4D7576E7DAC587AD6CDBD6D8* L_0 = __this->___resultType_12;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void easyar.ImageTrackerFrameFilter::set_ResultType(easyar.ImageTrackerFrameFilter/ResultParameters)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ImageTrackerFrameFilter_set_ResultType_mAB0313C03DF9D758B5168D467257981739BD4E3F (ImageTrackerFrameFilter_t1C3BF48AFCFEA2D5BE49CAE9196847DBB5177A9E* __this, ResultParameters_tAA33B14E1901CE2D4D7576E7DAC587AD6CDBD6D8* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
ImageTracker_t936EBB4B806DF339985DABBA2473BC1E6B533813* G_B2_0 = NULL;
|
|
ImageTracker_t936EBB4B806DF339985DABBA2473BC1E6B533813* G_B1_0 = NULL;
|
|
{
|
|
// resultType = value;
|
|
ResultParameters_tAA33B14E1901CE2D4D7576E7DAC587AD6CDBD6D8* L_0 = ___0_value;
|
|
__this->___resultType_12 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___resultType_12), (void*)L_0);
|
|
// Tracker?.setResultPostProcessing(resultType.EnablePersistentTargetInstance, resultType.EnableMotionFusion);
|
|
ImageTracker_t936EBB4B806DF339985DABBA2473BC1E6B533813* L_1;
|
|
L_1 = ImageTrackerFrameFilter_get_Tracker_mD35CBEDB7003023C3A0492EA90098A6677875AAD_inline(__this, NULL);
|
|
ImageTracker_t936EBB4B806DF339985DABBA2473BC1E6B533813* L_2 = L_1;
|
|
G_B1_0 = L_2;
|
|
if (L_2)
|
|
{
|
|
G_B2_0 = L_2;
|
|
goto IL_0012;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
|
|
IL_0012:
|
|
{
|
|
ResultParameters_tAA33B14E1901CE2D4D7576E7DAC587AD6CDBD6D8* L_3 = __this->___resultType_12;
|
|
NullCheck(L_3);
|
|
bool L_4 = L_3->___EnablePersistentTargetInstance_0;
|
|
ResultParameters_tAA33B14E1901CE2D4D7576E7DAC587AD6CDBD6D8* L_5 = __this->___resultType_12;
|
|
NullCheck(L_5);
|
|
bool L_6 = L_5->___EnableMotionFusion_1;
|
|
NullCheck(G_B2_0);
|
|
VirtualActionInvoker2< bool, bool >::Invoke(9 /* System.Void easyar.ImageTracker::setResultPostProcessing(System.Boolean,System.Boolean) */, G_B2_0, L_4, L_6);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void easyar.ImageTrackerFrameFilter::Awake()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ImageTrackerFrameFilter_Awake_mDE685EA4923DF83CEEB77ABDF134312F1CC340A2 (ImageTrackerFrameFilter_t1C3BF48AFCFEA2D5BE49CAE9196847DBB5177A9E* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Type_t* G_B5_0 = NULL;
|
|
Type_t* G_B4_0 = NULL;
|
|
String_t* G_B6_0 = NULL;
|
|
{
|
|
// if (!EasyARController.Initialized)
|
|
il2cpp_codegen_runtime_class_init_inline(EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177_il2cpp_TypeInfo_var);
|
|
bool L_0;
|
|
L_0 = EasyARController_get_Initialized_m0F47D5BCEF5B10A78F29551AE17BBB83924BF335_inline(NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_0008;
|
|
}
|
|
}
|
|
{
|
|
// return;
|
|
return;
|
|
}
|
|
|
|
IL_0008:
|
|
{
|
|
// if (!ImageTracker.isAvailable())
|
|
bool L_1;
|
|
L_1 = ImageTracker_isAvailable_mA67EF161DBDF9EAD884ABFD5505A0D0CB1A33BED(NULL);
|
|
if (L_1)
|
|
{
|
|
goto IL_0035;
|
|
}
|
|
}
|
|
{
|
|
// throw new UIPopupException(typeof(ImageTracker) + " not available");
|
|
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_2 = { reinterpret_cast<intptr_t> (((RuntimeType*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ImageTracker_t936EBB4B806DF339985DABBA2473BC1E6B533813_0_0_0_var))) };
|
|
il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Type_t_il2cpp_TypeInfo_var)));
|
|
Type_t* L_3;
|
|
L_3 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_2, NULL);
|
|
Type_t* L_4 = L_3;
|
|
G_B4_0 = L_4;
|
|
if (L_4)
|
|
{
|
|
G_B5_0 = L_4;
|
|
goto IL_0020;
|
|
}
|
|
}
|
|
{
|
|
G_B6_0 = ((String_t*)(NULL));
|
|
goto IL_0025;
|
|
}
|
|
|
|
IL_0020:
|
|
{
|
|
NullCheck(G_B5_0);
|
|
String_t* L_5;
|
|
L_5 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, G_B5_0);
|
|
G_B6_0 = L_5;
|
|
}
|
|
|
|
IL_0025:
|
|
{
|
|
String_t* L_6;
|
|
L_6 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(G_B6_0, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral429D8F132170CDADF68E7EFEA1640AD07E6A5409)), NULL);
|
|
UIPopupException_t6CBA36793B5CB835F7ED2FD94F0D60186543D6EE* L_7 = (UIPopupException_t6CBA36793B5CB835F7ED2FD94F0D60186543D6EE*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&UIPopupException_t6CBA36793B5CB835F7ED2FD94F0D60186543D6EE_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_7);
|
|
UIPopupException__ctor_m2028C0A495324E4FAD33E2E48EDE7347C6BF2F6C(L_7, L_6, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ImageTrackerFrameFilter_Awake_mDE685EA4923DF83CEEB77ABDF134312F1CC340A2_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0035:
|
|
{
|
|
// Tracker = ImageTracker.createWithMode(TrackerMode);
|
|
int32_t L_8 = __this->___TrackerMode_7;
|
|
ImageTracker_t936EBB4B806DF339985DABBA2473BC1E6B533813* L_9;
|
|
L_9 = ImageTracker_createWithMode_m13009AE524F50D288253943164AE4BB9750A7285(L_8, NULL);
|
|
ImageTrackerFrameFilter_set_Tracker_m22F80D8B8C22D223F4C38612B2C0BE20D5D3846C_inline(__this, L_9, NULL);
|
|
// Tracker.setSimultaneousNum(simultaneousNum);
|
|
ImageTracker_t936EBB4B806DF339985DABBA2473BC1E6B533813* L_10;
|
|
L_10 = ImageTrackerFrameFilter_get_Tracker_mD35CBEDB7003023C3A0492EA90098A6677875AAD_inline(__this, NULL);
|
|
int32_t L_11 = __this->___simultaneousNum_8;
|
|
NullCheck(L_10);
|
|
bool L_12;
|
|
L_12 = VirtualFuncInvoker1< bool, int32_t >::Invoke(16 /* System.Boolean easyar.ImageTracker::setSimultaneousNum(System.Int32) */, L_10, L_11);
|
|
// Tracker.setResultPostProcessing(ResultType.EnablePersistentTargetInstance, ResultType.EnableMotionFusion);
|
|
ImageTracker_t936EBB4B806DF339985DABBA2473BC1E6B533813* L_13;
|
|
L_13 = ImageTrackerFrameFilter_get_Tracker_mD35CBEDB7003023C3A0492EA90098A6677875AAD_inline(__this, NULL);
|
|
ResultParameters_tAA33B14E1901CE2D4D7576E7DAC587AD6CDBD6D8* L_14;
|
|
L_14 = ImageTrackerFrameFilter_get_ResultType_m009908762EC32B7AF980A05771FC87F5FD3D2D2C_inline(__this, NULL);
|
|
NullCheck(L_14);
|
|
bool L_15 = L_14->___EnablePersistentTargetInstance_0;
|
|
ResultParameters_tAA33B14E1901CE2D4D7576E7DAC587AD6CDBD6D8* L_16;
|
|
L_16 = ImageTrackerFrameFilter_get_ResultType_m009908762EC32B7AF980A05771FC87F5FD3D2D2C_inline(__this, NULL);
|
|
NullCheck(L_16);
|
|
bool L_17 = L_16->___EnableMotionFusion_1;
|
|
NullCheck(L_13);
|
|
VirtualActionInvoker2< bool, bool >::Invoke(9 /* System.Void easyar.ImageTracker::setResultPostProcessing(System.Boolean,System.Boolean) */, L_13, L_15, L_17);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void easyar.ImageTrackerFrameFilter::OnEnable()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ImageTrackerFrameFilter_OnEnable_m1127574FBB5E43B9AFFD4291E033A246B9CE44D5 (ImageTrackerFrameFilter_t1C3BF48AFCFEA2D5BE49CAE9196847DBB5177A9E* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// if (Tracker != null && isStarted)
|
|
ImageTracker_t936EBB4B806DF339985DABBA2473BC1E6B533813* L_0;
|
|
L_0 = ImageTrackerFrameFilter_get_Tracker_mD35CBEDB7003023C3A0492EA90098A6677875AAD_inline(__this, NULL);
|
|
if (!L_0)
|
|
{
|
|
goto IL_001c;
|
|
}
|
|
}
|
|
{
|
|
bool L_1 = __this->___isStarted_11;
|
|
if (!L_1)
|
|
{
|
|
goto IL_001c;
|
|
}
|
|
}
|
|
{
|
|
// Tracker.start();
|
|
ImageTracker_t936EBB4B806DF339985DABBA2473BC1E6B533813* L_2;
|
|
L_2 = ImageTrackerFrameFilter_get_Tracker_mD35CBEDB7003023C3A0492EA90098A6677875AAD_inline(__this, NULL);
|
|
NullCheck(L_2);
|
|
bool L_3;
|
|
L_3 = VirtualFuncInvoker0< bool >::Invoke(10 /* System.Boolean easyar.ImageTracker::start() */, L_2);
|
|
}
|
|
|
|
IL_001c:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void easyar.ImageTrackerFrameFilter::OnDisable()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ImageTrackerFrameFilter_OnDisable_m180E1689FE4B350945F5DB08DBBC48750A14E11D (ImageTrackerFrameFilter_t1C3BF48AFCFEA2D5BE49CAE9196847DBB5177A9E* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// if (Tracker != null)
|
|
ImageTracker_t936EBB4B806DF339985DABBA2473BC1E6B533813* L_0;
|
|
L_0 = ImageTrackerFrameFilter_get_Tracker_mD35CBEDB7003023C3A0492EA90098A6677875AAD_inline(__this, NULL);
|
|
if (!L_0)
|
|
{
|
|
goto IL_0013;
|
|
}
|
|
}
|
|
{
|
|
// Tracker.stop();
|
|
ImageTracker_t936EBB4B806DF339985DABBA2473BC1E6B533813* L_1;
|
|
L_1 = ImageTrackerFrameFilter_get_Tracker_mD35CBEDB7003023C3A0492EA90098A6677875AAD_inline(__this, NULL);
|
|
NullCheck(L_1);
|
|
VirtualActionInvoker0::Invoke(11 /* System.Void easyar.ImageTracker::stop() */, L_1);
|
|
}
|
|
|
|
IL_0013:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void easyar.ImageTrackerFrameFilter::OnDestroy()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ImageTrackerFrameFilter_OnDestroy_mBC043F5929C3C4ABC49C35CCE7625D27CAC1BFD7 (ImageTrackerFrameFilter_t1C3BF48AFCFEA2D5BE49CAE9196847DBB5177A9E* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m0D7BC460B750F461537C4E304D3E5753A6F89D7E_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_mA89D3D2BDB945770F17C9D81C2860BA48C12A27D_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m8B3F02FD5A08D4F7409D38D99D4770A4A0235C61_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ImageTargetController_t84FED4EB42B01319DE27986E10F1941E88ACA633_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_GetEnumerator_mF60BB0EE76CD5ABF99057236000C6C0052E94140_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Enumerator_t3B3BADE128E7103AC5746AE044A6DD39CBF305DC V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
TargetController_t8B3D4F1410E51D042DF5E9C689F5C0499E43410A* V_1 = NULL;
|
|
{
|
|
// foreach (var value in TargetControllers)
|
|
List_1_tCEB771A8CDB403FD34D07715A47E3A9EDFD82FEB* L_0;
|
|
L_0 = ImageTrackerFrameFilter_get_TargetControllers_m6313B7C8605D2C92100F567EF5BE221110CC327C(__this, NULL);
|
|
NullCheck(L_0);
|
|
Enumerator_t3B3BADE128E7103AC5746AE044A6DD39CBF305DC L_1;
|
|
L_1 = List_1_GetEnumerator_mF60BB0EE76CD5ABF99057236000C6C0052E94140(L_0, List_1_GetEnumerator_mF60BB0EE76CD5ABF99057236000C6C0052E94140_RuntimeMethod_var);
|
|
V_0 = L_1;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_0035:
|
|
{// begin finally (depth: 1)
|
|
Enumerator_Dispose_m0D7BC460B750F461537C4E304D3E5753A6F89D7E((&V_0), Enumerator_Dispose_m0D7BC460B750F461537C4E304D3E5753A6F89D7E_RuntimeMethod_var);
|
|
return;
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
{
|
|
goto IL_002a_1;
|
|
}
|
|
|
|
IL_000e_1:
|
|
{
|
|
// foreach (var value in TargetControllers)
|
|
TargetController_t8B3D4F1410E51D042DF5E9C689F5C0499E43410A* L_2;
|
|
L_2 = Enumerator_get_Current_m8B3F02FD5A08D4F7409D38D99D4770A4A0235C61_inline((&V_0), Enumerator_get_Current_m8B3F02FD5A08D4F7409D38D99D4770A4A0235C61_RuntimeMethod_var);
|
|
V_1 = L_2;
|
|
// if (value is ImageTargetController)
|
|
TargetController_t8B3D4F1410E51D042DF5E9C689F5C0499E43410A* L_3 = V_1;
|
|
if (!((ImageTargetController_t84FED4EB42B01319DE27986E10F1941E88ACA633*)IsInstClass((RuntimeObject*)L_3, ImageTargetController_t84FED4EB42B01319DE27986E10F1941E88ACA633_il2cpp_TypeInfo_var)))
|
|
{
|
|
goto IL_002a_1;
|
|
}
|
|
}
|
|
{
|
|
// UnloadTarget(value as ImageTargetController);
|
|
TargetController_t8B3D4F1410E51D042DF5E9C689F5C0499E43410A* L_4 = V_1;
|
|
ImageTrackerFrameFilter_UnloadTarget_m3DF61D5F6672C7B66936062F0C5214B2F4A80641(__this, ((ImageTargetController_t84FED4EB42B01319DE27986E10F1941E88ACA633*)IsInstClass((RuntimeObject*)L_4, ImageTargetController_t84FED4EB42B01319DE27986E10F1941E88ACA633_il2cpp_TypeInfo_var)), NULL);
|
|
}
|
|
|
|
IL_002a_1:
|
|
{
|
|
// foreach (var value in TargetControllers)
|
|
bool L_5;
|
|
L_5 = Enumerator_MoveNext_mA89D3D2BDB945770F17C9D81C2860BA48C12A27D((&V_0), Enumerator_MoveNext_mA89D3D2BDB945770F17C9D81C2860BA48C12A27D_RuntimeMethod_var);
|
|
if (L_5)
|
|
{
|
|
goto IL_000e_1;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0043;
|
|
}
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_0043:
|
|
{
|
|
// if (Tracker != null)
|
|
ImageTracker_t936EBB4B806DF339985DABBA2473BC1E6B533813* L_6;
|
|
L_6 = ImageTrackerFrameFilter_get_Tracker_mD35CBEDB7003023C3A0492EA90098A6677875AAD_inline(__this, NULL);
|
|
if (!L_6)
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
{
|
|
// Tracker.Dispose();
|
|
ImageTracker_t936EBB4B806DF339985DABBA2473BC1E6B533813* L_7;
|
|
L_7 = ImageTrackerFrameFilter_get_Tracker_mD35CBEDB7003023C3A0492EA90098A6677875AAD_inline(__this, NULL);
|
|
NullCheck(L_7);
|
|
RefBase_Dispose_m0C0F6CBAAFDD4D732F27B09F76D1A77AC6D44B75(L_7, NULL);
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void easyar.ImageTrackerFrameFilter::LoadTarget(easyar.ImageTargetController)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ImageTrackerFrameFilter_LoadTarget_mCF99432D1E37FDB493795B7B9AAE59E7EC02BAD0 (ImageTrackerFrameFilter_t1C3BF48AFCFEA2D5BE49CAE9196847DBB5177A9E* __this, ImageTargetController_t84FED4EB42B01319DE27986E10F1941E88ACA633* ___0_target, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (target.Target != null && TryGetTargetController(target.Target.runtimeID()))
|
|
ImageTargetController_t84FED4EB42B01319DE27986E10F1941E88ACA633* L_0 = ___0_target;
|
|
NullCheck(L_0);
|
|
ImageTarget_t2EA76B35550391ED19105CB22E7EC95723D478FB* L_1;
|
|
L_1 = ImageTargetController_get_Target_m51F32E8D1467745044F011BE80719C022258BC95_inline(L_0, NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_0021;
|
|
}
|
|
}
|
|
{
|
|
ImageTargetController_t84FED4EB42B01319DE27986E10F1941E88ACA633* L_2 = ___0_target;
|
|
NullCheck(L_2);
|
|
ImageTarget_t2EA76B35550391ED19105CB22E7EC95723D478FB* L_3;
|
|
L_3 = ImageTargetController_get_Target_m51F32E8D1467745044F011BE80719C022258BC95_inline(L_2, NULL);
|
|
NullCheck(L_3);
|
|
int32_t L_4;
|
|
L_4 = VirtualFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 easyar.Target::runtimeID() */, L_3);
|
|
TargetController_t8B3D4F1410E51D042DF5E9C689F5C0499E43410A* L_5;
|
|
L_5 = ImageTrackerFrameFilter_TryGetTargetController_m0229449EC763B1A249355AB021F3B83BA12C13D6(__this, L_4, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_6;
|
|
L_6 = Object_op_Implicit_m93896EF7D68FA113C42D3FE2BC6F661FC7EF514A(L_5, NULL);
|
|
if (!L_6)
|
|
{
|
|
goto IL_0021;
|
|
}
|
|
}
|
|
{
|
|
// return;
|
|
return;
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
// target.Tracker = this;
|
|
ImageTargetController_t84FED4EB42B01319DE27986E10F1941E88ACA633* L_7 = ___0_target;
|
|
NullCheck(L_7);
|
|
ImageTargetController_set_Tracker_mA9CCBB114C5479A0679FEF22A74B67DB9D1AD26B(L_7, __this, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void easyar.ImageTrackerFrameFilter::UnloadTarget(easyar.ImageTargetController)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ImageTrackerFrameFilter_UnloadTarget_m3DF61D5F6672C7B66936062F0C5214B2F4A80641 (ImageTrackerFrameFilter_t1C3BF48AFCFEA2D5BE49CAE9196847DBB5177A9E* __this, ImageTargetController_t84FED4EB42B01319DE27986E10F1941E88ACA633* ___0_target, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (target.Target != null && !TryGetTargetController(target.Target.runtimeID()))
|
|
ImageTargetController_t84FED4EB42B01319DE27986E10F1941E88ACA633* L_0 = ___0_target;
|
|
NullCheck(L_0);
|
|
ImageTarget_t2EA76B35550391ED19105CB22E7EC95723D478FB* L_1;
|
|
L_1 = ImageTargetController_get_Target_m51F32E8D1467745044F011BE80719C022258BC95_inline(L_0, NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_0021;
|
|
}
|
|
}
|
|
{
|
|
ImageTargetController_t84FED4EB42B01319DE27986E10F1941E88ACA633* L_2 = ___0_target;
|
|
NullCheck(L_2);
|
|
ImageTarget_t2EA76B35550391ED19105CB22E7EC95723D478FB* L_3;
|
|
L_3 = ImageTargetController_get_Target_m51F32E8D1467745044F011BE80719C022258BC95_inline(L_2, NULL);
|
|
NullCheck(L_3);
|
|
int32_t L_4;
|
|
L_4 = VirtualFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 easyar.Target::runtimeID() */, L_3);
|
|
TargetController_t8B3D4F1410E51D042DF5E9C689F5C0499E43410A* L_5;
|
|
L_5 = ImageTrackerFrameFilter_TryGetTargetController_m0229449EC763B1A249355AB021F3B83BA12C13D6(__this, L_4, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_6;
|
|
L_6 = Object_op_Implicit_m93896EF7D68FA113C42D3FE2BC6F661FC7EF514A(L_5, NULL);
|
|
if (L_6)
|
|
{
|
|
goto IL_0021;
|
|
}
|
|
}
|
|
{
|
|
// return;
|
|
return;
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
// target.Tracker = null;
|
|
ImageTargetController_t84FED4EB42B01319DE27986E10F1941E88ACA633* L_7 = ___0_target;
|
|
NullCheck(L_7);
|
|
ImageTargetController_set_Tracker_mA9CCBB114C5479A0679FEF22A74B67DB9D1AD26B(L_7, (ImageTrackerFrameFilter_t1C3BF48AFCFEA2D5BE49CAE9196847DBB5177A9E*)NULL, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// easyar.FeedbackFrameSink easyar.ImageTrackerFrameFilter::FeedbackFrameSink()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FeedbackFrameSink_tC98E8C9FEEF2E605FAA83D625179D6B2D825E898* ImageTrackerFrameFilter_FeedbackFrameSink_mA86D903FC35C37A8F7A87AE092CFD7140EAFC663 (ImageTrackerFrameFilter_t1C3BF48AFCFEA2D5BE49CAE9196847DBB5177A9E* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// if (Tracker != null)
|
|
ImageTracker_t936EBB4B806DF339985DABBA2473BC1E6B533813* L_0;
|
|
L_0 = ImageTrackerFrameFilter_get_Tracker_mD35CBEDB7003023C3A0492EA90098A6677875AAD_inline(__this, NULL);
|
|
if (!L_0)
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
// return Tracker.feedbackFrameSink();
|
|
ImageTracker_t936EBB4B806DF339985DABBA2473BC1E6B533813* L_1;
|
|
L_1 = ImageTrackerFrameFilter_get_Tracker_mD35CBEDB7003023C3A0492EA90098A6677875AAD_inline(__this, NULL);
|
|
NullCheck(L_1);
|
|
FeedbackFrameSink_tC98E8C9FEEF2E605FAA83D625179D6B2D825E898* L_2;
|
|
L_2 = VirtualFuncInvoker0< FeedbackFrameSink_tC98E8C9FEEF2E605FAA83D625179D6B2D825E898* >::Invoke(6 /* easyar.FeedbackFrameSink easyar.ImageTracker::feedbackFrameSink() */, L_1);
|
|
return L_2;
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
// return null;
|
|
return (FeedbackFrameSink_tC98E8C9FEEF2E605FAA83D625179D6B2D825E898*)NULL;
|
|
}
|
|
}
|
|
// easyar.OutputFrameSource easyar.ImageTrackerFrameFilter::OutputFrameSource()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR OutputFrameSource_tCAA3F6A666530FC96C4699A88DC1312D06922D29* ImageTrackerFrameFilter_OutputFrameSource_m41EA1D49D255DF5950DE6467826F7EE3716BDD24 (ImageTrackerFrameFilter_t1C3BF48AFCFEA2D5BE49CAE9196847DBB5177A9E* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// if (Tracker != null)
|
|
ImageTracker_t936EBB4B806DF339985DABBA2473BC1E6B533813* L_0;
|
|
L_0 = ImageTrackerFrameFilter_get_Tracker_mD35CBEDB7003023C3A0492EA90098A6677875AAD_inline(__this, NULL);
|
|
if (!L_0)
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
// return Tracker.outputFrameSource();
|
|
ImageTracker_t936EBB4B806DF339985DABBA2473BC1E6B533813* L_1;
|
|
L_1 = ImageTrackerFrameFilter_get_Tracker_mD35CBEDB7003023C3A0492EA90098A6677875AAD_inline(__this, NULL);
|
|
NullCheck(L_1);
|
|
OutputFrameSource_tCAA3F6A666530FC96C4699A88DC1312D06922D29* L_2;
|
|
L_2 = VirtualFuncInvoker0< OutputFrameSource_tCAA3F6A666530FC96C4699A88DC1312D06922D29* >::Invoke(8 /* easyar.OutputFrameSource easyar.ImageTracker::outputFrameSource() */, L_1);
|
|
return L_2;
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
// return null;
|
|
return (OutputFrameSource_tCAA3F6A666530FC96C4699A88DC1312D06922D29*)NULL;
|
|
}
|
|
}
|
|
// System.Void easyar.ImageTrackerFrameFilter::OnAssemble(easyar.ARSession)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ImageTrackerFrameFilter_OnAssemble_m91583CA9B01C6561013AF899E9BCDBA655DD19EA (ImageTrackerFrameFilter_t1C3BF48AFCFEA2D5BE49CAE9196847DBB5177A9E* __this, ARSession_tE7BD3656886DDF0823637E4219C76DA80A215D35* ___0_session, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ARAssembly_ResetBufferCapacity_m6B744F3E1C8069E4E4B28398E475848353983AC9_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// base.OnAssemble(session);
|
|
ARSession_tE7BD3656886DDF0823637E4219C76DA80A215D35* L_0 = ___0_session;
|
|
FrameFilter_OnAssemble_mFC0ACCAA2717E67A5813187806E6CC7BC54E29B6(__this, L_0, NULL);
|
|
// SimultaneousNumChanged += session.Assembly.ResetBufferCapacity;
|
|
ARSession_tE7BD3656886DDF0823637E4219C76DA80A215D35* L_1 = ___0_session;
|
|
NullCheck(L_1);
|
|
ARAssembly_t5F1E1DD46E4F3CA1BAF7ACAFC438564C8E5B02EB* L_2;
|
|
L_2 = ARSession_get_Assembly_mD1EE98F79892BB336FDEB644E9E2FE68B5EF3994_inline(L_1, NULL);
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_3 = (Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)il2cpp_codegen_object_new(Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var);
|
|
NullCheck(L_3);
|
|
Action__ctor_mBDC7B0B4A3F583B64C2896F01BDED360772F67DC(L_3, L_2, (intptr_t)((void*)ARAssembly_ResetBufferCapacity_m6B744F3E1C8069E4E4B28398E475848353983AC9_RuntimeMethod_var), NULL);
|
|
ImageTrackerFrameFilter_add_SimultaneousNumChanged_mA65F772F18A27A613DED284D48B830694EB66E83(__this, L_3, NULL);
|
|
// isStarted = true;
|
|
__this->___isStarted_11 = (bool)1;
|
|
// if (enabled)
|
|
bool L_4;
|
|
L_4 = Behaviour_get_enabled_mAAC9F15E9EBF552217A5AE2681589CC0BFA300C1(__this, NULL);
|
|
if (!L_4)
|
|
{
|
|
goto IL_0033;
|
|
}
|
|
}
|
|
{
|
|
// OnEnable();
|
|
VirtualActionInvoker0::Invoke(14 /* System.Void easyar.ImageTrackerFrameFilter::OnEnable() */, __this);
|
|
}
|
|
|
|
IL_0033:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void easyar.ImageTrackerFrameFilter::OnResult(easyar.Optional`1<easyar.FrameFilterResult>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ImageTrackerFrameFilter_OnResult_m9EEE9F72A95FB8A6C43169B1A371912DCD9A4069 (ImageTrackerFrameFilter_t1C3BF48AFCFEA2D5BE49CAE9196847DBB5177A9E* __this, Optional_1_tA9A7D121458D1F7265383C0CD17356CB98BA6841 ___0_frameFilterResult, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m38A9F15FDBDCDFB9590C961110777EE028621923_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m5C1BC2164A8C3C96D5683B5ABC56536E8EB47463_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_m39C71A39758E2B4A04F44F20FCEFAF7009D5F312_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_m6AFD022A43239897C657CA97259EE3A4E60ADC0F_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_mB49912FF111A954F2C326BF4FA29A53C1027187B_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_mFE27D18CCD20C4477510958A5F173FF60F2EBE8B_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m0248A96C5334E9A93E6994B7780478BCD994EA3D_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m274CFC969F9E9088090164587A521AB14B89AEFA_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Contains_m4FD96E89F15844C90032C7386BAB528817F1FF5B_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_GetEnumerator_mCADB185AB483C855873FCD0B1D5AAC909ED7F7BD_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_GetEnumerator_mCCE4049DDE32C31B190763A4E1A56918F86BFE75_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Remove_m2B41E5B9E061DD4D5F58B693018024AADF2AD7F5_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m17F501B5A5C289ECE1B4F3D6EBF05DFA421433F8_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m670FC77C7901F370CE7234C080C66911DAFB974B_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t47AF7A21A7E23F1FB8146739E4B3E8A1D1390177_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Optional_1_get_OnSome_mA50C2B5A1B5C89E089075D4DAEAE0ECD8E9A6806_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Optional_1_get_Value_mBCD175B228A43203E84E84578EAFDF8687BC53FD_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Optional_1_op_Implicit_mF4F473FF913C9255B52D5F897B262C6901BB0320_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TargetTrackerResult_tD734318EDA0E26D9AE4D79EE88DFB3A90BDD0DCA_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Tuple_Create_TisTargetController_t8B3D4F1410E51D042DF5E9C689F5C0499E43410A_TisPose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971_m62EE33C1E27A509E58015F4B6C6567A953D1C3E0_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
List_1_t47AF7A21A7E23F1FB8146739E4B3E8A1D1390177* V_0 = NULL;
|
|
List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73* V_1 = NULL;
|
|
List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73* V_2 = NULL;
|
|
Enumerator_tD5D17AED76B8978BB6FD8A4417D05179AF863463 V_3;
|
|
memset((&V_3), 0, sizeof(V_3));
|
|
TargetInstance_tE73C3AC33284F56F71BB4462DA5FDCBBE054F263* V_4 = NULL;
|
|
TargetInstance_tE73C3AC33284F56F71BB4462DA5FDCBBE054F263* V_5 = NULL;
|
|
Target_tA508D592FB808ECACF85DAE26AF44B5586D6C836* V_6 = NULL;
|
|
TargetController_t8B3D4F1410E51D042DF5E9C689F5C0499E43410A* V_7 = NULL;
|
|
Enumerator_t9DBCD072C72E44AB8959D9884EF7F528028F20EC V_8;
|
|
memset((&V_8), 0, sizeof(V_8));
|
|
int32_t V_9 = 0;
|
|
int32_t V_10 = 0;
|
|
TargetController_t8B3D4F1410E51D042DF5E9C689F5C0499E43410A* V_11 = NULL;
|
|
int32_t V_12 = 0;
|
|
TargetController_t8B3D4F1410E51D042DF5E9C689F5C0499E43410A* V_13 = NULL;
|
|
{
|
|
// var resultControllers = new List<Tuple<TargetController, Pose>>();
|
|
List_1_t47AF7A21A7E23F1FB8146739E4B3E8A1D1390177* L_0 = (List_1_t47AF7A21A7E23F1FB8146739E4B3E8A1D1390177*)il2cpp_codegen_object_new(List_1_t47AF7A21A7E23F1FB8146739E4B3E8A1D1390177_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
List_1__ctor_m670FC77C7901F370CE7234C080C66911DAFB974B(L_0, List_1__ctor_m670FC77C7901F370CE7234C080C66911DAFB974B_RuntimeMethod_var);
|
|
V_0 = L_0;
|
|
// var targetIDs = new List<int>();
|
|
List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73* L_1 = (List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73*)il2cpp_codegen_object_new(List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73_il2cpp_TypeInfo_var);
|
|
NullCheck(L_1);
|
|
List_1__ctor_m17F501B5A5C289ECE1B4F3D6EBF05DFA421433F8(L_1, List_1__ctor_m17F501B5A5C289ECE1B4F3D6EBF05DFA421433F8_RuntimeMethod_var);
|
|
V_1 = L_1;
|
|
// var lostIDs = new List<int>();
|
|
List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73* L_2 = (List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73*)il2cpp_codegen_object_new(List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73_il2cpp_TypeInfo_var);
|
|
NullCheck(L_2);
|
|
List_1__ctor_m17F501B5A5C289ECE1B4F3D6EBF05DFA421433F8(L_2, List_1__ctor_m17F501B5A5C289ECE1B4F3D6EBF05DFA421433F8_RuntimeMethod_var);
|
|
V_2 = L_2;
|
|
// if (frameFilterResult.OnSome)
|
|
bool L_3;
|
|
L_3 = Optional_1_get_OnSome_mA50C2B5A1B5C89E089075D4DAEAE0ECD8E9A6806((&___0_frameFilterResult), Optional_1_get_OnSome_mA50C2B5A1B5C89E089075D4DAEAE0ECD8E9A6806_RuntimeMethod_var);
|
|
if (!L_3)
|
|
{
|
|
goto IL_00be;
|
|
}
|
|
}
|
|
{
|
|
// var targetTrackerResult = frameFilterResult.Value as TargetTrackerResult;
|
|
FrameFilterResult_tBF48CF017CB177BCB85FE4F763750400C9A24F6B* L_4;
|
|
L_4 = Optional_1_get_Value_mBCD175B228A43203E84E84578EAFDF8687BC53FD((&___0_frameFilterResult), Optional_1_get_Value_mBCD175B228A43203E84E84578EAFDF8687BC53FD_RuntimeMethod_var);
|
|
// foreach (var targetInstance in targetTrackerResult.targetInstances())
|
|
NullCheck(((TargetTrackerResult_tD734318EDA0E26D9AE4D79EE88DFB3A90BDD0DCA*)IsInstClass((RuntimeObject*)L_4, TargetTrackerResult_tD734318EDA0E26D9AE4D79EE88DFB3A90BDD0DCA_il2cpp_TypeInfo_var)));
|
|
List_1_t02CCFA330F41314AC87A5442E54CDC91260E5F35* L_5;
|
|
L_5 = VirtualFuncInvoker0< List_1_t02CCFA330F41314AC87A5442E54CDC91260E5F35* >::Invoke(6 /* System.Collections.Generic.List`1<easyar.TargetInstance> easyar.TargetTrackerResult::targetInstances() */, ((TargetTrackerResult_tD734318EDA0E26D9AE4D79EE88DFB3A90BDD0DCA*)IsInstClass((RuntimeObject*)L_4, TargetTrackerResult_tD734318EDA0E26D9AE4D79EE88DFB3A90BDD0DCA_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_5);
|
|
Enumerator_tD5D17AED76B8978BB6FD8A4417D05179AF863463 L_6;
|
|
L_6 = List_1_GetEnumerator_mCCE4049DDE32C31B190763A4E1A56918F86BFE75(L_5, List_1_GetEnumerator_mCCE4049DDE32C31B190763A4E1A56918F86BFE75_RuntimeMethod_var);
|
|
V_3 = L_6;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_00b0:
|
|
{// begin finally (depth: 1)
|
|
Enumerator_Dispose_m5C1BC2164A8C3C96D5683B5ABC56536E8EB47463((&V_3), Enumerator_Dispose_m5C1BC2164A8C3C96D5683B5ABC56536E8EB47463_RuntimeMethod_var);
|
|
return;
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
{
|
|
goto IL_00a5_1;
|
|
}
|
|
|
|
IL_0037_1:
|
|
{
|
|
// foreach (var targetInstance in targetTrackerResult.targetInstances())
|
|
TargetInstance_tE73C3AC33284F56F71BB4462DA5FDCBBE054F263* L_7;
|
|
L_7 = Enumerator_get_Current_mFE27D18CCD20C4477510958A5F173FF60F2EBE8B_inline((&V_3), Enumerator_get_Current_mFE27D18CCD20C4477510958A5F173FF60F2EBE8B_RuntimeMethod_var);
|
|
V_4 = L_7;
|
|
// using (targetInstance)
|
|
TargetInstance_tE73C3AC33284F56F71BB4462DA5FDCBBE054F263* L_8 = V_4;
|
|
V_5 = L_8;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_0099_1:
|
|
{// begin finally (depth: 2)
|
|
{
|
|
TargetInstance_tE73C3AC33284F56F71BB4462DA5FDCBBE054F263* L_9 = V_5;
|
|
if (!L_9)
|
|
{
|
|
goto IL_00a4_1;
|
|
}
|
|
}
|
|
{
|
|
TargetInstance_tE73C3AC33284F56F71BB4462DA5FDCBBE054F263* L_10 = V_5;
|
|
NullCheck(L_10);
|
|
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_10);
|
|
}
|
|
|
|
IL_00a4_1:
|
|
{
|
|
return;
|
|
}
|
|
}// end finally (depth: 2)
|
|
});
|
|
try
|
|
{// begin try (depth: 2)
|
|
{
|
|
// using (var target = targetInstance.target())
|
|
TargetInstance_tE73C3AC33284F56F71BB4462DA5FDCBBE054F263* L_11 = V_4;
|
|
NullCheck(L_11);
|
|
Target_tA508D592FB808ECACF85DAE26AF44B5586D6C836* L_12;
|
|
L_12 = VirtualFuncInvoker0< Target_tA508D592FB808ECACF85DAE26AF44B5586D6C836* >::Invoke(7 /* easyar.Target easyar.TargetInstance::target() */, L_11);
|
|
V_6 = L_12;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_008d_2:
|
|
{// begin finally (depth: 3)
|
|
{
|
|
Target_tA508D592FB808ECACF85DAE26AF44B5586D6C836* L_13 = V_6;
|
|
if (!L_13)
|
|
{
|
|
goto IL_0098_2;
|
|
}
|
|
}
|
|
{
|
|
Target_tA508D592FB808ECACF85DAE26AF44B5586D6C836* L_14 = V_6;
|
|
NullCheck(L_14);
|
|
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_14);
|
|
}
|
|
|
|
IL_0098_2:
|
|
{
|
|
return;
|
|
}
|
|
}// end finally (depth: 3)
|
|
});
|
|
try
|
|
{// begin try (depth: 3)
|
|
{
|
|
// var controller = TryGetTargetController(target.runtimeID());
|
|
Target_tA508D592FB808ECACF85DAE26AF44B5586D6C836* L_15 = V_6;
|
|
NullCheck(L_15);
|
|
int32_t L_16;
|
|
L_16 = VirtualFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 easyar.Target::runtimeID() */, L_15);
|
|
TargetController_t8B3D4F1410E51D042DF5E9C689F5C0499E43410A* L_17;
|
|
L_17 = ImageTrackerFrameFilter_TryGetTargetController_m0229449EC763B1A249355AB021F3B83BA12C13D6(__this, L_16, NULL);
|
|
V_7 = L_17;
|
|
// if (controller)
|
|
TargetController_t8B3D4F1410E51D042DF5E9C689F5C0499E43410A* L_18 = V_7;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_19;
|
|
L_19 = Object_op_Implicit_m93896EF7D68FA113C42D3FE2BC6F661FC7EF514A(L_18, NULL);
|
|
if (!L_19)
|
|
{
|
|
goto IL_008b_3;
|
|
}
|
|
}
|
|
{
|
|
// targetIDs.Add(target.runtimeID());
|
|
List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73* L_20 = V_1;
|
|
Target_tA508D592FB808ECACF85DAE26AF44B5586D6C836* L_21 = V_6;
|
|
NullCheck(L_21);
|
|
int32_t L_22;
|
|
L_22 = VirtualFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 easyar.Target::runtimeID() */, L_21);
|
|
NullCheck(L_20);
|
|
List_1_Add_m0248A96C5334E9A93E6994B7780478BCD994EA3D_inline(L_20, L_22, List_1_Add_m0248A96C5334E9A93E6994B7780478BCD994EA3D_RuntimeMethod_var);
|
|
// resultControllers.Add(Tuple.Create(controller, targetInstance.pose().ToUnityPose()));
|
|
List_1_t47AF7A21A7E23F1FB8146739E4B3E8A1D1390177* L_23 = V_0;
|
|
TargetController_t8B3D4F1410E51D042DF5E9C689F5C0499E43410A* L_24 = V_7;
|
|
TargetInstance_tE73C3AC33284F56F71BB4462DA5FDCBBE054F263* L_25 = V_4;
|
|
NullCheck(L_25);
|
|
Matrix44F_t2AC2E226036AA644931F63203A7171FB070EA515 L_26;
|
|
L_26 = VirtualFuncInvoker0< Matrix44F_t2AC2E226036AA644931F63203A7171FB070EA515 >::Invoke(8 /* easyar.Matrix44F easyar.TargetInstance::pose() */, L_25);
|
|
Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971 L_27;
|
|
L_27 = APIExtend_ToUnityPose_m866EAEEC87D6E91C2A1436D16B316565D61E2515(L_26, NULL);
|
|
Tuple_2_tF552AE5D6AB00D317B06DBDE75ADF54CA042BD7A* L_28;
|
|
L_28 = Tuple_Create_TisTargetController_t8B3D4F1410E51D042DF5E9C689F5C0499E43410A_TisPose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971_m62EE33C1E27A509E58015F4B6C6567A953D1C3E0(L_24, L_27, Tuple_Create_TisTargetController_t8B3D4F1410E51D042DF5E9C689F5C0499E43410A_TisPose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971_m62EE33C1E27A509E58015F4B6C6567A953D1C3E0_RuntimeMethod_var);
|
|
NullCheck(L_23);
|
|
List_1_Add_m274CFC969F9E9088090164587A521AB14B89AEFA_inline(L_23, L_28, List_1_Add_m274CFC969F9E9088090164587A521AB14B89AEFA_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_008b_3:
|
|
{
|
|
// }
|
|
goto IL_00a5_1;
|
|
}
|
|
}// end try (depth: 3)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
}// end try (depth: 2)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_00a5_1:
|
|
{
|
|
// foreach (var targetInstance in targetTrackerResult.targetInstances())
|
|
bool L_29;
|
|
L_29 = Enumerator_MoveNext_m6AFD022A43239897C657CA97259EE3A4E60ADC0F((&V_3), Enumerator_MoveNext_m6AFD022A43239897C657CA97259EE3A4E60ADC0F_RuntimeMethod_var);
|
|
if (L_29)
|
|
{
|
|
goto IL_0037_1;
|
|
}
|
|
}
|
|
{
|
|
goto IL_00be;
|
|
}
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_00be:
|
|
{
|
|
// foreach (var id in previousTargetIDs)
|
|
List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73* L_30 = __this->___previousTargetIDs_9;
|
|
NullCheck(L_30);
|
|
Enumerator_t9DBCD072C72E44AB8959D9884EF7F528028F20EC L_31;
|
|
L_31 = List_1_GetEnumerator_mCADB185AB483C855873FCD0B1D5AAC909ED7F7BD(L_30, List_1_GetEnumerator_mCADB185AB483C855873FCD0B1D5AAC909ED7F7BD_RuntimeMethod_var);
|
|
V_8 = L_31;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_00e9:
|
|
{// begin finally (depth: 1)
|
|
Enumerator_Dispose_m38A9F15FDBDCDFB9590C961110777EE028621923((&V_8), Enumerator_Dispose_m38A9F15FDBDCDFB9590C961110777EE028621923_RuntimeMethod_var);
|
|
return;
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
{
|
|
goto IL_00de_1;
|
|
}
|
|
|
|
IL_00cd_1:
|
|
{
|
|
// foreach (var id in previousTargetIDs)
|
|
int32_t L_32;
|
|
L_32 = Enumerator_get_Current_mB49912FF111A954F2C326BF4FA29A53C1027187B_inline((&V_8), Enumerator_get_Current_mB49912FF111A954F2C326BF4FA29A53C1027187B_RuntimeMethod_var);
|
|
V_9 = L_32;
|
|
// lostIDs.Add(id);
|
|
List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73* L_33 = V_2;
|
|
int32_t L_34 = V_9;
|
|
NullCheck(L_33);
|
|
List_1_Add_m0248A96C5334E9A93E6994B7780478BCD994EA3D_inline(L_33, L_34, List_1_Add_m0248A96C5334E9A93E6994B7780478BCD994EA3D_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_00de_1:
|
|
{
|
|
// foreach (var id in previousTargetIDs)
|
|
bool L_35;
|
|
L_35 = Enumerator_MoveNext_m39C71A39758E2B4A04F44F20FCEFAF7009D5F312((&V_8), Enumerator_MoveNext_m39C71A39758E2B4A04F44F20FCEFAF7009D5F312_RuntimeMethod_var);
|
|
if (L_35)
|
|
{
|
|
goto IL_00cd_1;
|
|
}
|
|
}
|
|
{
|
|
goto IL_00f7;
|
|
}
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_00f7:
|
|
{
|
|
// foreach (var id in targetIDs)
|
|
List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73* L_36 = V_1;
|
|
NullCheck(L_36);
|
|
Enumerator_t9DBCD072C72E44AB8959D9884EF7F528028F20EC L_37;
|
|
L_37 = List_1_GetEnumerator_mCADB185AB483C855873FCD0B1D5AAC909ED7F7BD(L_36, List_1_GetEnumerator_mCADB185AB483C855873FCD0B1D5AAC909ED7F7BD_RuntimeMethod_var);
|
|
V_8 = L_37;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_014c:
|
|
{// begin finally (depth: 1)
|
|
Enumerator_Dispose_m38A9F15FDBDCDFB9590C961110777EE028621923((&V_8), Enumerator_Dispose_m38A9F15FDBDCDFB9590C961110777EE028621923_RuntimeMethod_var);
|
|
return;
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
{
|
|
goto IL_0141_1;
|
|
}
|
|
|
|
IL_0101_1:
|
|
{
|
|
// foreach (var id in targetIDs)
|
|
int32_t L_38;
|
|
L_38 = Enumerator_get_Current_mB49912FF111A954F2C326BF4FA29A53C1027187B_inline((&V_8), Enumerator_get_Current_mB49912FF111A954F2C326BF4FA29A53C1027187B_RuntimeMethod_var);
|
|
V_10 = L_38;
|
|
// if (lostIDs.Contains(id))
|
|
List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73* L_39 = V_2;
|
|
int32_t L_40 = V_10;
|
|
NullCheck(L_39);
|
|
bool L_41;
|
|
L_41 = List_1_Contains_m4FD96E89F15844C90032C7386BAB528817F1FF5B(L_39, L_40, List_1_Contains_m4FD96E89F15844C90032C7386BAB528817F1FF5B_RuntimeMethod_var);
|
|
if (!L_41)
|
|
{
|
|
goto IL_011d_1;
|
|
}
|
|
}
|
|
{
|
|
// lostIDs.Remove(id);
|
|
List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73* L_42 = V_2;
|
|
int32_t L_43 = V_10;
|
|
NullCheck(L_42);
|
|
bool L_44;
|
|
L_44 = List_1_Remove_m2B41E5B9E061DD4D5F58B693018024AADF2AD7F5(L_42, L_43, List_1_Remove_m2B41E5B9E061DD4D5F58B693018024AADF2AD7F5_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_011d_1:
|
|
{
|
|
// var controller = TryGetTargetController(id);
|
|
int32_t L_45 = V_10;
|
|
TargetController_t8B3D4F1410E51D042DF5E9C689F5C0499E43410A* L_46;
|
|
L_46 = ImageTrackerFrameFilter_TryGetTargetController_m0229449EC763B1A249355AB021F3B83BA12C13D6(__this, L_45, NULL);
|
|
V_11 = L_46;
|
|
// if (controller && controller.IsLoaded)
|
|
TargetController_t8B3D4F1410E51D042DF5E9C689F5C0499E43410A* L_47 = V_11;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_48;
|
|
L_48 = Object_op_Implicit_m93896EF7D68FA113C42D3FE2BC6F661FC7EF514A(L_47, NULL);
|
|
if (!L_48)
|
|
{
|
|
goto IL_0141_1;
|
|
}
|
|
}
|
|
{
|
|
TargetController_t8B3D4F1410E51D042DF5E9C689F5C0499E43410A* L_49 = V_11;
|
|
NullCheck(L_49);
|
|
bool L_50;
|
|
L_50 = TargetController_get_IsLoaded_m664FA600C560DDD419101466B8A4F3F61062A5FA_inline(L_49, NULL);
|
|
if (!L_50)
|
|
{
|
|
goto IL_0141_1;
|
|
}
|
|
}
|
|
{
|
|
// controller.OnTracking(true);
|
|
TargetController_t8B3D4F1410E51D042DF5E9C689F5C0499E43410A* L_51 = V_11;
|
|
NullCheck(L_51);
|
|
TargetController_OnTracking_m7D2AC6C286576BF1C4EBA84B0C1D484E6C096CE2(L_51, (bool)1, NULL);
|
|
}
|
|
|
|
IL_0141_1:
|
|
{
|
|
// foreach (var id in targetIDs)
|
|
bool L_52;
|
|
L_52 = Enumerator_MoveNext_m39C71A39758E2B4A04F44F20FCEFAF7009D5F312((&V_8), Enumerator_MoveNext_m39C71A39758E2B4A04F44F20FCEFAF7009D5F312_RuntimeMethod_var);
|
|
if (L_52)
|
|
{
|
|
goto IL_0101_1;
|
|
}
|
|
}
|
|
{
|
|
goto IL_015a;
|
|
}
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_015a:
|
|
{
|
|
// foreach (var id in lostIDs)
|
|
List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73* L_53 = V_2;
|
|
NullCheck(L_53);
|
|
Enumerator_t9DBCD072C72E44AB8959D9884EF7F528028F20EC L_54;
|
|
L_54 = List_1_GetEnumerator_mCADB185AB483C855873FCD0B1D5AAC909ED7F7BD(L_53, List_1_GetEnumerator_mCADB185AB483C855873FCD0B1D5AAC909ED7F7BD_RuntimeMethod_var);
|
|
V_8 = L_54;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_0193:
|
|
{// begin finally (depth: 1)
|
|
Enumerator_Dispose_m38A9F15FDBDCDFB9590C961110777EE028621923((&V_8), Enumerator_Dispose_m38A9F15FDBDCDFB9590C961110777EE028621923_RuntimeMethod_var);
|
|
return;
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
{
|
|
goto IL_0188_1;
|
|
}
|
|
|
|
IL_0164_1:
|
|
{
|
|
// foreach (var id in lostIDs)
|
|
int32_t L_55;
|
|
L_55 = Enumerator_get_Current_mB49912FF111A954F2C326BF4FA29A53C1027187B_inline((&V_8), Enumerator_get_Current_mB49912FF111A954F2C326BF4FA29A53C1027187B_RuntimeMethod_var);
|
|
V_12 = L_55;
|
|
// var controller = TryGetTargetController(id);
|
|
int32_t L_56 = V_12;
|
|
TargetController_t8B3D4F1410E51D042DF5E9C689F5C0499E43410A* L_57;
|
|
L_57 = ImageTrackerFrameFilter_TryGetTargetController_m0229449EC763B1A249355AB021F3B83BA12C13D6(__this, L_56, NULL);
|
|
V_13 = L_57;
|
|
// if (controller)
|
|
TargetController_t8B3D4F1410E51D042DF5E9C689F5C0499E43410A* L_58 = V_13;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_59;
|
|
L_59 = Object_op_Implicit_m93896EF7D68FA113C42D3FE2BC6F661FC7EF514A(L_58, NULL);
|
|
if (!L_59)
|
|
{
|
|
goto IL_0188_1;
|
|
}
|
|
}
|
|
{
|
|
// controller.OnTracking(false);
|
|
TargetController_t8B3D4F1410E51D042DF5E9C689F5C0499E43410A* L_60 = V_13;
|
|
NullCheck(L_60);
|
|
TargetController_OnTracking_m7D2AC6C286576BF1C4EBA84B0C1D484E6C096CE2(L_60, (bool)0, NULL);
|
|
}
|
|
|
|
IL_0188_1:
|
|
{
|
|
// foreach (var id in lostIDs)
|
|
bool L_61;
|
|
L_61 = Enumerator_MoveNext_m39C71A39758E2B4A04F44F20FCEFAF7009D5F312((&V_8), Enumerator_MoveNext_m39C71A39758E2B4A04F44F20FCEFAF7009D5F312_RuntimeMethod_var);
|
|
if (L_61)
|
|
{
|
|
goto IL_0164_1;
|
|
}
|
|
}
|
|
{
|
|
goto IL_01a1;
|
|
}
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_01a1:
|
|
{
|
|
// previousTargetIDs = targetIDs;
|
|
List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73* L_62 = V_1;
|
|
__this->___previousTargetIDs_9 = L_62;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___previousTargetIDs_9), (void*)L_62);
|
|
// targetResults = resultControllers;
|
|
List_1_t47AF7A21A7E23F1FB8146739E4B3E8A1D1390177* L_63 = V_0;
|
|
Optional_1_t5AF2475D02CCAD63B40183BFA862E1BC1E764B11 L_64;
|
|
L_64 = Optional_1_op_Implicit_mF4F473FF913C9255B52D5F897B262C6901BB0320(L_63, Optional_1_op_Implicit_mF4F473FF913C9255B52D5F897B262C6901BB0320_RuntimeMethod_var);
|
|
((FrameFilter_tEF74686432B3C28E888F223945B0BF3FC58AD214*)__this)->___targetResults_5 = L_64;
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&((FrameFilter_tEF74686432B3C28E888F223945B0BF3FC58AD214*)__this)->___targetResults_5))->___Some_2), (void*)NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// easyar.Optional`1<System.Tuple`2<UnityEngine.GameObject,UnityEngine.Pose>> easyar.ImageTrackerFrameFilter::TryGetCenter(UnityEngine.GameObject)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Optional_1_t8073BB33923F15A046D97ABCFFD2DE478D50160C ImageTrackerFrameFilter_TryGetCenter_m43D74ED575255655F9B44A82C9C90A563A4080C6 (ImageTrackerFrameFilter_t1C3BF48AFCFEA2D5BE49CAE9196847DBB5177A9E* __this, GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___0_center, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public override Optional<Tuple<GameObject, Pose>> TryGetCenter(GameObject center) => TryGetCenterTarget(center);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_0 = ___0_center;
|
|
Optional_1_t8073BB33923F15A046D97ABCFFD2DE478D50160C L_1;
|
|
L_1 = FrameFilter_TryGetCenterTarget_m80F02FD5762F438788D3B765F7F1A92FE66E13B8(__this, L_0, NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Void easyar.ImageTrackerFrameFilter::UpdateTransform(UnityEngine.GameObject,UnityEngine.Pose)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ImageTrackerFrameFilter_UpdateTransform_m81391CE52554A3863BF61AA31F1ADFF755EBA285 (ImageTrackerFrameFilter_t1C3BF48AFCFEA2D5BE49CAE9196847DBB5177A9E* __this, GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___0_center, Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971 ___1_centerPose, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public override void UpdateTransform(GameObject center, Pose centerPose) => UpdateTargetTransform(center, centerPose);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_0 = ___0_center;
|
|
Pose_t06BA69EAA6E9FAF60056D519A87D25F54AFE7971 L_1 = ___1_centerPose;
|
|
FrameFilter_UpdateTargetTransform_m4A7CBF9404A439EF323808B698C1F1933472C7A6(__this, L_0, L_1, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void easyar.ImageTrackerFrameFilter::LoadImageTarget(easyar.ImageTargetController,System.Action`2<easyar.Target,System.Boolean>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ImageTrackerFrameFilter_LoadImageTarget_m1913C46E1811F7617F711317DEE0849AD59B56F1 (ImageTrackerFrameFilter_t1C3BF48AFCFEA2D5BE49CAE9196847DBB5177A9E* __this, ImageTargetController_t84FED4EB42B01319DE27986E10F1941E88ACA633* ___0_controller, Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416* ___1_callback, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_set_Item_mDCBC62BB9558D128982C6E3A28C7C7935F338010_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass42_0_U3CLoadImageTargetU3Eb__0_m3FF9804C2819D9D280A59D4D38182596F70AD9CE_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass42_0_t37F31AE2898A372607420766924CA36ADCFD7D15_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
U3CU3Ec__DisplayClass42_0_t37F31AE2898A372607420766924CA36ADCFD7D15* V_0 = NULL;
|
|
{
|
|
U3CU3Ec__DisplayClass42_0_t37F31AE2898A372607420766924CA36ADCFD7D15* L_0 = (U3CU3Ec__DisplayClass42_0_t37F31AE2898A372607420766924CA36ADCFD7D15*)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass42_0_t37F31AE2898A372607420766924CA36ADCFD7D15_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
U3CU3Ec__DisplayClass42_0__ctor_m052A7D2B41AC881500B264DC73E81FC4D4773037(L_0, NULL);
|
|
V_0 = L_0;
|
|
U3CU3Ec__DisplayClass42_0_t37F31AE2898A372607420766924CA36ADCFD7D15* L_1 = V_0;
|
|
NullCheck(L_1);
|
|
L_1->___U3CU3E4__this_0 = __this;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_1->___U3CU3E4__this_0), (void*)__this);
|
|
U3CU3Ec__DisplayClass42_0_t37F31AE2898A372607420766924CA36ADCFD7D15* L_2 = V_0;
|
|
ImageTargetController_t84FED4EB42B01319DE27986E10F1941E88ACA633* L_3 = ___0_controller;
|
|
NullCheck(L_2);
|
|
L_2->___controller_1 = L_3;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_2->___controller_1), (void*)L_3);
|
|
U3CU3Ec__DisplayClass42_0_t37F31AE2898A372607420766924CA36ADCFD7D15* L_4 = V_0;
|
|
Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416* L_5 = ___1_callback;
|
|
NullCheck(L_4);
|
|
L_4->___callback_2 = L_5;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_4->___callback_2), (void*)L_5);
|
|
// Tracker.loadTarget(controller.Target, EasyARController.Scheduler, (target, status) =>
|
|
// {
|
|
// if (TargetLoad != null)
|
|
// {
|
|
// TargetLoad(controller, target, status);
|
|
// }
|
|
// if (callback != null)
|
|
// {
|
|
// callback(target, status);
|
|
// }
|
|
// });
|
|
ImageTracker_t936EBB4B806DF339985DABBA2473BC1E6B533813* L_6;
|
|
L_6 = ImageTrackerFrameFilter_get_Tracker_mD35CBEDB7003023C3A0492EA90098A6677875AAD_inline(__this, NULL);
|
|
U3CU3Ec__DisplayClass42_0_t37F31AE2898A372607420766924CA36ADCFD7D15* L_7 = V_0;
|
|
NullCheck(L_7);
|
|
ImageTargetController_t84FED4EB42B01319DE27986E10F1941E88ACA633* L_8 = L_7->___controller_1;
|
|
NullCheck(L_8);
|
|
ImageTarget_t2EA76B35550391ED19105CB22E7EC95723D478FB* L_9;
|
|
L_9 = ImageTargetController_get_Target_m51F32E8D1467745044F011BE80719C022258BC95_inline(L_8, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177_il2cpp_TypeInfo_var);
|
|
DelayedCallbackScheduler_t7250FB4EE6119AFDCFBAC0DEADD337F1E576FD97* L_10;
|
|
L_10 = EasyARController_get_Scheduler_mD1D0082110E4A3B2159F15AFC586071831436EE6_inline(NULL);
|
|
U3CU3Ec__DisplayClass42_0_t37F31AE2898A372607420766924CA36ADCFD7D15* L_11 = V_0;
|
|
Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416* L_12 = (Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416*)il2cpp_codegen_object_new(Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416_il2cpp_TypeInfo_var);
|
|
NullCheck(L_12);
|
|
Action_2__ctor_m0D18FC0D2E5634CBDC24690398EE59D4F1EB1101(L_12, L_11, (intptr_t)((void*)U3CU3Ec__DisplayClass42_0_U3CLoadImageTargetU3Eb__0_m3FF9804C2819D9D280A59D4D38182596F70AD9CE_RuntimeMethod_var), NULL);
|
|
NullCheck(L_6);
|
|
VirtualActionInvoker3< Target_tA508D592FB808ECACF85DAE26AF44B5586D6C836*, CallbackScheduler_t6FC995D035D641811475B3EE0762B485D065FCED*, Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416* >::Invoke(13 /* System.Void easyar.ImageTracker::loadTarget(easyar.Target,easyar.CallbackScheduler,System.Action`2<easyar.Target,System.Boolean>) */, L_6, L_9, L_10, L_12);
|
|
// allTargetController[controller.Target.runtimeID()] = controller;
|
|
Dictionary_2_tDA9BDCAD90AB624680FE8388C5681B4D692FEFFC* L_13 = __this->___allTargetController_10;
|
|
U3CU3Ec__DisplayClass42_0_t37F31AE2898A372607420766924CA36ADCFD7D15* L_14 = V_0;
|
|
NullCheck(L_14);
|
|
ImageTargetController_t84FED4EB42B01319DE27986E10F1941E88ACA633* L_15 = L_14->___controller_1;
|
|
NullCheck(L_15);
|
|
ImageTarget_t2EA76B35550391ED19105CB22E7EC95723D478FB* L_16;
|
|
L_16 = ImageTargetController_get_Target_m51F32E8D1467745044F011BE80719C022258BC95_inline(L_15, NULL);
|
|
NullCheck(L_16);
|
|
int32_t L_17;
|
|
L_17 = VirtualFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 easyar.Target::runtimeID() */, L_16);
|
|
U3CU3Ec__DisplayClass42_0_t37F31AE2898A372607420766924CA36ADCFD7D15* L_18 = V_0;
|
|
NullCheck(L_18);
|
|
ImageTargetController_t84FED4EB42B01319DE27986E10F1941E88ACA633* L_19 = L_18->___controller_1;
|
|
NullCheck(L_13);
|
|
Dictionary_2_set_Item_mDCBC62BB9558D128982C6E3A28C7C7935F338010(L_13, L_17, L_19, Dictionary_2_set_Item_mDCBC62BB9558D128982C6E3A28C7C7935F338010_RuntimeMethod_var);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void easyar.ImageTrackerFrameFilter::UnloadImageTarget(easyar.ImageTargetController,System.Action`2<easyar.Target,System.Boolean>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ImageTrackerFrameFilter_UnloadImageTarget_m140DDFA97B4C5CE3D2D0DF57B16BC7417236D115 (ImageTrackerFrameFilter_t1C3BF48AFCFEA2D5BE49CAE9196847DBB5177A9E* __this, ImageTargetController_t84FED4EB42B01319DE27986E10F1941E88ACA633* ___0_controller, Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416* ___1_callback, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Remove_mA15925A86B929CA020BA9C0D87554570D9256C95_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass43_0_U3CUnloadImageTargetU3Eb__0_m236E517BDA6928F34C0CB5ED957A0D276A2D1CC3_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass43_0_tD7C7758FE89F5D384041998C14FC6089EA8D8126_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
U3CU3Ec__DisplayClass43_0_tD7C7758FE89F5D384041998C14FC6089EA8D8126* V_0 = NULL;
|
|
{
|
|
U3CU3Ec__DisplayClass43_0_tD7C7758FE89F5D384041998C14FC6089EA8D8126* L_0 = (U3CU3Ec__DisplayClass43_0_tD7C7758FE89F5D384041998C14FC6089EA8D8126*)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass43_0_tD7C7758FE89F5D384041998C14FC6089EA8D8126_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
U3CU3Ec__DisplayClass43_0__ctor_m0A3B2C7303E000707BDA27F43442B9339B9A61AB(L_0, NULL);
|
|
V_0 = L_0;
|
|
U3CU3Ec__DisplayClass43_0_tD7C7758FE89F5D384041998C14FC6089EA8D8126* L_1 = V_0;
|
|
NullCheck(L_1);
|
|
L_1->___U3CU3E4__this_0 = __this;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_1->___U3CU3E4__this_0), (void*)__this);
|
|
U3CU3Ec__DisplayClass43_0_tD7C7758FE89F5D384041998C14FC6089EA8D8126* L_2 = V_0;
|
|
ImageTargetController_t84FED4EB42B01319DE27986E10F1941E88ACA633* L_3 = ___0_controller;
|
|
NullCheck(L_2);
|
|
L_2->___controller_1 = L_3;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_2->___controller_1), (void*)L_3);
|
|
U3CU3Ec__DisplayClass43_0_tD7C7758FE89F5D384041998C14FC6089EA8D8126* L_4 = V_0;
|
|
Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416* L_5 = ___1_callback;
|
|
NullCheck(L_4);
|
|
L_4->___callback_2 = L_5;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_4->___callback_2), (void*)L_5);
|
|
// if (allTargetController.Remove(controller.Target.runtimeID()))
|
|
Dictionary_2_tDA9BDCAD90AB624680FE8388C5681B4D692FEFFC* L_6 = __this->___allTargetController_10;
|
|
U3CU3Ec__DisplayClass43_0_tD7C7758FE89F5D384041998C14FC6089EA8D8126* L_7 = V_0;
|
|
NullCheck(L_7);
|
|
ImageTargetController_t84FED4EB42B01319DE27986E10F1941E88ACA633* L_8 = L_7->___controller_1;
|
|
NullCheck(L_8);
|
|
ImageTarget_t2EA76B35550391ED19105CB22E7EC95723D478FB* L_9;
|
|
L_9 = ImageTargetController_get_Target_m51F32E8D1467745044F011BE80719C022258BC95_inline(L_8, NULL);
|
|
NullCheck(L_9);
|
|
int32_t L_10;
|
|
L_10 = VirtualFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 easyar.Target::runtimeID() */, L_9);
|
|
NullCheck(L_6);
|
|
bool L_11;
|
|
L_11 = Dictionary_2_Remove_mA15925A86B929CA020BA9C0D87554570D9256C95(L_6, L_10, Dictionary_2_Remove_mA15925A86B929CA020BA9C0D87554570D9256C95_RuntimeMethod_var);
|
|
if (!L_11)
|
|
{
|
|
goto IL_006b;
|
|
}
|
|
}
|
|
{
|
|
// controller.OnTracking(false);
|
|
U3CU3Ec__DisplayClass43_0_tD7C7758FE89F5D384041998C14FC6089EA8D8126* L_12 = V_0;
|
|
NullCheck(L_12);
|
|
ImageTargetController_t84FED4EB42B01319DE27986E10F1941E88ACA633* L_13 = L_12->___controller_1;
|
|
NullCheck(L_13);
|
|
TargetController_OnTracking_m7D2AC6C286576BF1C4EBA84B0C1D484E6C096CE2(L_13, (bool)0, NULL);
|
|
// Tracker.unloadTarget(controller.Target, EasyARController.Scheduler, (target, status) =>
|
|
// {
|
|
// if (TargetUnload != null)
|
|
// {
|
|
// TargetUnload(controller, target, status);
|
|
// }
|
|
// if (callback != null)
|
|
// {
|
|
// callback(target, status);
|
|
// }
|
|
// });
|
|
ImageTracker_t936EBB4B806DF339985DABBA2473BC1E6B533813* L_14;
|
|
L_14 = ImageTrackerFrameFilter_get_Tracker_mD35CBEDB7003023C3A0492EA90098A6677875AAD_inline(__this, NULL);
|
|
U3CU3Ec__DisplayClass43_0_tD7C7758FE89F5D384041998C14FC6089EA8D8126* L_15 = V_0;
|
|
NullCheck(L_15);
|
|
ImageTargetController_t84FED4EB42B01319DE27986E10F1941E88ACA633* L_16 = L_15->___controller_1;
|
|
NullCheck(L_16);
|
|
ImageTarget_t2EA76B35550391ED19105CB22E7EC95723D478FB* L_17;
|
|
L_17 = ImageTargetController_get_Target_m51F32E8D1467745044F011BE80719C022258BC95_inline(L_16, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177_il2cpp_TypeInfo_var);
|
|
DelayedCallbackScheduler_t7250FB4EE6119AFDCFBAC0DEADD337F1E576FD97* L_18;
|
|
L_18 = EasyARController_get_Scheduler_mD1D0082110E4A3B2159F15AFC586071831436EE6_inline(NULL);
|
|
U3CU3Ec__DisplayClass43_0_tD7C7758FE89F5D384041998C14FC6089EA8D8126* L_19 = V_0;
|
|
Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416* L_20 = (Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416*)il2cpp_codegen_object_new(Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416_il2cpp_TypeInfo_var);
|
|
NullCheck(L_20);
|
|
Action_2__ctor_m0D18FC0D2E5634CBDC24690398EE59D4F1EB1101(L_20, L_19, (intptr_t)((void*)U3CU3Ec__DisplayClass43_0_U3CUnloadImageTargetU3Eb__0_m236E517BDA6928F34C0CB5ED957A0D276A2D1CC3_RuntimeMethod_var), NULL);
|
|
NullCheck(L_14);
|
|
VirtualActionInvoker3< Target_tA508D592FB808ECACF85DAE26AF44B5586D6C836*, CallbackScheduler_t6FC995D035D641811475B3EE0762B485D065FCED*, Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416* >::Invoke(14 /* System.Void easyar.ImageTracker::unloadTarget(easyar.Target,easyar.CallbackScheduler,System.Action`2<easyar.Target,System.Boolean>) */, L_14, L_17, L_18, L_20);
|
|
}
|
|
|
|
IL_006b:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void easyar.ImageTrackerFrameFilter::OnHFlipChange(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ImageTrackerFrameFilter_OnHFlipChange_mADC44897088650649AADE000EA05EDC6C37E221F (ImageTrackerFrameFilter_t1C3BF48AFCFEA2D5BE49CAE9196847DBB5177A9E* __this, bool ___0_hFlip, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_get_Values_mBE950BEB4E8C8CB9DF8BA23C79DB6E51EC552459_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m4C9C140E7EBF55EEF498DFB48BD95408C2EE1902_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_m69C362070D21401B9F9A2DC9CB7D10225C4C92EB_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_mEAD8F89B621C0C91AA34FDF8EB67F659C8E88FDB_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ValueCollection_GetEnumerator_m8EA0122F888D6DEA19AE7234AD5BA725A83C0A17_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Enumerator_t0DB28B560AE92004790F0809B2A567549805D60E V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
// foreach (var value in allTargetController.Values)
|
|
Dictionary_2_tDA9BDCAD90AB624680FE8388C5681B4D692FEFFC* L_0 = __this->___allTargetController_10;
|
|
NullCheck(L_0);
|
|
ValueCollection_tA4ABE415D3FF9AD9A5D3FB12C59B128D7747787C* L_1;
|
|
L_1 = Dictionary_2_get_Values_mBE950BEB4E8C8CB9DF8BA23C79DB6E51EC552459(L_0, Dictionary_2_get_Values_mBE950BEB4E8C8CB9DF8BA23C79DB6E51EC552459_RuntimeMethod_var);
|
|
NullCheck(L_1);
|
|
Enumerator_t0DB28B560AE92004790F0809B2A567549805D60E L_2;
|
|
L_2 = ValueCollection_GetEnumerator_m8EA0122F888D6DEA19AE7234AD5BA725A83C0A17(L_1, ValueCollection_GetEnumerator_m8EA0122F888D6DEA19AE7234AD5BA725A83C0A17_RuntimeMethod_var);
|
|
V_0 = L_2;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_002b:
|
|
{// begin finally (depth: 1)
|
|
Enumerator_Dispose_m4C9C140E7EBF55EEF498DFB48BD95408C2EE1902((&V_0), Enumerator_Dispose_m4C9C140E7EBF55EEF498DFB48BD95408C2EE1902_RuntimeMethod_var);
|
|
return;
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
{
|
|
goto IL_0020_1;
|
|
}
|
|
|
|
IL_0013_1:
|
|
{
|
|
// foreach (var value in allTargetController.Values)
|
|
TargetController_t8B3D4F1410E51D042DF5E9C689F5C0499E43410A* L_3;
|
|
L_3 = Enumerator_get_Current_mEAD8F89B621C0C91AA34FDF8EB67F659C8E88FDB_inline((&V_0), Enumerator_get_Current_mEAD8F89B621C0C91AA34FDF8EB67F659C8E88FDB_RuntimeMethod_var);
|
|
// value.HorizontalFlip = hFlip;
|
|
bool L_4 = ___0_hFlip;
|
|
NullCheck(L_3);
|
|
L_3->___HorizontalFlip_5 = L_4;
|
|
}
|
|
|
|
IL_0020_1:
|
|
{
|
|
// foreach (var value in allTargetController.Values)
|
|
bool L_5;
|
|
L_5 = Enumerator_MoveNext_m69C362070D21401B9F9A2DC9CB7D10225C4C92EB((&V_0), Enumerator_MoveNext_m69C362070D21401B9F9A2DC9CB7D10225C4C92EB_RuntimeMethod_var);
|
|
if (L_5)
|
|
{
|
|
goto IL_0013_1;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0039;
|
|
}
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_0039:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// easyar.TargetController easyar.ImageTrackerFrameFilter::TryGetTargetController(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TargetController_t8B3D4F1410E51D042DF5E9C689F5C0499E43410A* ImageTrackerFrameFilter_TryGetTargetController_m0229449EC763B1A249355AB021F3B83BA12C13D6 (ImageTrackerFrameFilter_t1C3BF48AFCFEA2D5BE49CAE9196847DBB5177A9E* __this, int32_t ___0_runtimeID, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_m90FC96DB37921638625774E95008773D60BA7650_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
TargetController_t8B3D4F1410E51D042DF5E9C689F5C0499E43410A* V_0 = NULL;
|
|
{
|
|
// if (allTargetController.TryGetValue(runtimeID, out controller))
|
|
Dictionary_2_tDA9BDCAD90AB624680FE8388C5681B4D692FEFFC* L_0 = __this->___allTargetController_10;
|
|
int32_t L_1 = ___0_runtimeID;
|
|
NullCheck(L_0);
|
|
bool L_2;
|
|
L_2 = Dictionary_2_TryGetValue_m90FC96DB37921638625774E95008773D60BA7650(L_0, L_1, (&V_0), Dictionary_2_TryGetValue_m90FC96DB37921638625774E95008773D60BA7650_RuntimeMethod_var);
|
|
if (!L_2)
|
|
{
|
|
goto IL_0012;
|
|
}
|
|
}
|
|
{
|
|
// return controller;
|
|
TargetController_t8B3D4F1410E51D042DF5E9C689F5C0499E43410A* L_3 = V_0;
|
|
return L_3;
|
|
}
|
|
|
|
IL_0012:
|
|
{
|
|
// return null;
|
|
return (TargetController_t8B3D4F1410E51D042DF5E9C689F5C0499E43410A*)NULL;
|
|
}
|
|
}
|
|
// System.Void easyar.ImageTrackerFrameFilter::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ImageTrackerFrameFilter__ctor_m9DA1119CF91ACED35ADC96600D9719EA2741AA93 (ImageTrackerFrameFilter_t1C3BF48AFCFEA2D5BE49CAE9196847DBB5177A9E* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_m09737653524481C010C77FCECBB14A2B8A698F77_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_tDA9BDCAD90AB624680FE8388C5681B4D692FEFFC_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m17F501B5A5C289ECE1B4F3D6EBF05DFA421433F8_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ResultParameters_tAA33B14E1901CE2D4D7576E7DAC587AD6CDBD6D8_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// private int simultaneousNum = 1;
|
|
__this->___simultaneousNum_8 = 1;
|
|
// private List<int> previousTargetIDs = new List<int>();
|
|
List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73* L_0 = (List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73*)il2cpp_codegen_object_new(List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
List_1__ctor_m17F501B5A5C289ECE1B4F3D6EBF05DFA421433F8(L_0, List_1__ctor_m17F501B5A5C289ECE1B4F3D6EBF05DFA421433F8_RuntimeMethod_var);
|
|
__this->___previousTargetIDs_9 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___previousTargetIDs_9), (void*)L_0);
|
|
// private Dictionary<int, TargetController> allTargetController = new Dictionary<int, TargetController>();
|
|
Dictionary_2_tDA9BDCAD90AB624680FE8388C5681B4D692FEFFC* L_1 = (Dictionary_2_tDA9BDCAD90AB624680FE8388C5681B4D692FEFFC*)il2cpp_codegen_object_new(Dictionary_2_tDA9BDCAD90AB624680FE8388C5681B4D692FEFFC_il2cpp_TypeInfo_var);
|
|
NullCheck(L_1);
|
|
Dictionary_2__ctor_m09737653524481C010C77FCECBB14A2B8A698F77(L_1, Dictionary_2__ctor_m09737653524481C010C77FCECBB14A2B8A698F77_RuntimeMethod_var);
|
|
__this->___allTargetController_10 = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___allTargetController_10), (void*)L_1);
|
|
// private ResultParameters resultType = new ResultParameters();
|
|
ResultParameters_tAA33B14E1901CE2D4D7576E7DAC587AD6CDBD6D8* L_2 = (ResultParameters_tAA33B14E1901CE2D4D7576E7DAC587AD6CDBD6D8*)il2cpp_codegen_object_new(ResultParameters_tAA33B14E1901CE2D4D7576E7DAC587AD6CDBD6D8_il2cpp_TypeInfo_var);
|
|
NullCheck(L_2);
|
|
ResultParameters__ctor_m05D095E12442A217353D8E1A64DF9659AE65D41C(L_2, NULL);
|
|
__this->___resultType_12 = L_2;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___resultType_12), (void*)L_2);
|
|
FrameFilter__ctor_m3294372A748440126E65D15A1246C002035B00A0(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void easyar.ImageTrackerFrameFilter/ResultParameters::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ResultParameters__ctor_m05D095E12442A217353D8E1A64DF9659AE65D41C (ResultParameters_tAA33B14E1901CE2D4D7576E7DAC587AD6CDBD6D8* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void easyar.ImageTrackerFrameFilter/<>c__DisplayClass42_0::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass42_0__ctor_m052A7D2B41AC881500B264DC73E81FC4D4773037 (U3CU3Ec__DisplayClass42_0_t37F31AE2898A372607420766924CA36ADCFD7D15* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void easyar.ImageTrackerFrameFilter/<>c__DisplayClass42_0::<LoadImageTarget>b__0(easyar.Target,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass42_0_U3CLoadImageTargetU3Eb__0_m3FF9804C2819D9D280A59D4D38182596F70AD9CE (U3CU3Ec__DisplayClass42_0_t37F31AE2898A372607420766924CA36ADCFD7D15* __this, Target_tA508D592FB808ECACF85DAE26AF44B5586D6C836* ___0_target, bool ___1_status, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// if (TargetLoad != null)
|
|
ImageTrackerFrameFilter_t1C3BF48AFCFEA2D5BE49CAE9196847DBB5177A9E* L_0 = __this->___U3CU3E4__this_0;
|
|
NullCheck(L_0);
|
|
Action_3_t0DC67ABCE6073BEE491A6230123FE12606C4D6CE* L_1 = L_0->___TargetLoad_13;
|
|
if (!L_1)
|
|
{
|
|
goto IL_0025;
|
|
}
|
|
}
|
|
{
|
|
// TargetLoad(controller, target, status);
|
|
ImageTrackerFrameFilter_t1C3BF48AFCFEA2D5BE49CAE9196847DBB5177A9E* L_2 = __this->___U3CU3E4__this_0;
|
|
NullCheck(L_2);
|
|
Action_3_t0DC67ABCE6073BEE491A6230123FE12606C4D6CE* L_3 = L_2->___TargetLoad_13;
|
|
ImageTargetController_t84FED4EB42B01319DE27986E10F1941E88ACA633* L_4 = __this->___controller_1;
|
|
Target_tA508D592FB808ECACF85DAE26AF44B5586D6C836* L_5 = ___0_target;
|
|
bool L_6 = ___1_status;
|
|
NullCheck(L_3);
|
|
Action_3_Invoke_m534022D97F7DEB8D6A7B6F3BCAFE3AC9DBD16711_inline(L_3, L_4, L_5, L_6, NULL);
|
|
}
|
|
|
|
IL_0025:
|
|
{
|
|
// if (callback != null)
|
|
Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416* L_7 = __this->___callback_2;
|
|
if (!L_7)
|
|
{
|
|
goto IL_003a;
|
|
}
|
|
}
|
|
{
|
|
// callback(target, status);
|
|
Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416* L_8 = __this->___callback_2;
|
|
Target_tA508D592FB808ECACF85DAE26AF44B5586D6C836* L_9 = ___0_target;
|
|
bool L_10 = ___1_status;
|
|
NullCheck(L_8);
|
|
Action_2_Invoke_m40E18CA03AEAD3EE04F3BF70C8238C2E387A3C36_inline(L_8, L_9, L_10, NULL);
|
|
}
|
|
|
|
IL_003a:
|
|
{
|
|
// });
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void easyar.ImageTrackerFrameFilter/<>c__DisplayClass43_0::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass43_0__ctor_m0A3B2C7303E000707BDA27F43442B9339B9A61AB (U3CU3Ec__DisplayClass43_0_tD7C7758FE89F5D384041998C14FC6089EA8D8126* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void easyar.ImageTrackerFrameFilter/<>c__DisplayClass43_0::<UnloadImageTarget>b__0(easyar.Target,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass43_0_U3CUnloadImageTargetU3Eb__0_m236E517BDA6928F34C0CB5ED957A0D276A2D1CC3 (U3CU3Ec__DisplayClass43_0_tD7C7758FE89F5D384041998C14FC6089EA8D8126* __this, Target_tA508D592FB808ECACF85DAE26AF44B5586D6C836* ___0_target, bool ___1_status, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// if (TargetUnload != null)
|
|
ImageTrackerFrameFilter_t1C3BF48AFCFEA2D5BE49CAE9196847DBB5177A9E* L_0 = __this->___U3CU3E4__this_0;
|
|
NullCheck(L_0);
|
|
Action_3_t0DC67ABCE6073BEE491A6230123FE12606C4D6CE* L_1 = L_0->___TargetUnload_14;
|
|
if (!L_1)
|
|
{
|
|
goto IL_0025;
|
|
}
|
|
}
|
|
{
|
|
// TargetUnload(controller, target, status);
|
|
ImageTrackerFrameFilter_t1C3BF48AFCFEA2D5BE49CAE9196847DBB5177A9E* L_2 = __this->___U3CU3E4__this_0;
|
|
NullCheck(L_2);
|
|
Action_3_t0DC67ABCE6073BEE491A6230123FE12606C4D6CE* L_3 = L_2->___TargetUnload_14;
|
|
ImageTargetController_t84FED4EB42B01319DE27986E10F1941E88ACA633* L_4 = __this->___controller_1;
|
|
Target_tA508D592FB808ECACF85DAE26AF44B5586D6C836* L_5 = ___0_target;
|
|
bool L_6 = ___1_status;
|
|
NullCheck(L_3);
|
|
Action_3_Invoke_m534022D97F7DEB8D6A7B6F3BCAFE3AC9DBD16711_inline(L_3, L_4, L_5, L_6, NULL);
|
|
}
|
|
|
|
IL_0025:
|
|
{
|
|
// if (callback != null)
|
|
Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416* L_7 = __this->___callback_2;
|
|
if (!L_7)
|
|
{
|
|
goto IL_003a;
|
|
}
|
|
}
|
|
{
|
|
// callback(target, status);
|
|
Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416* L_8 = __this->___callback_2;
|
|
Target_tA508D592FB808ECACF85DAE26AF44B5586D6C836* L_9 = ___0_target;
|
|
bool L_10 = ___1_status;
|
|
NullCheck(L_8);
|
|
Action_2_Invoke_m40E18CA03AEAD3EE04F3BF70C8238C2E387A3C36_inline(L_8, L_9, L_10, NULL);
|
|
}
|
|
|
|
IL_003a:
|
|
{
|
|
// });
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// easyar.ObjectTarget easyar.ObjectTargetController::get_Target()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectTarget_t3A3463C5371DB932B7DCAA1EE9BEECC47EE97561* ObjectTargetController_get_Target_m68ACD08B1961274389988847AB9C00725BF35FD1 (ObjectTargetController_t48B32473B80F782C65609F8050CF308590D0DEE8* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public ObjectTarget Target { get; private set; }
|
|
ObjectTarget_t3A3463C5371DB932B7DCAA1EE9BEECC47EE97561* L_0 = __this->___U3CTargetU3Ek__BackingField_11;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void easyar.ObjectTargetController::set_Target(easyar.ObjectTarget)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectTargetController_set_Target_m424F61A0D108DF516FFB4DCA198F9C1C99382AD6 (ObjectTargetController_t48B32473B80F782C65609F8050CF308590D0DEE8* __this, ObjectTarget_t3A3463C5371DB932B7DCAA1EE9BEECC47EE97561* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public ObjectTarget Target { get; private set; }
|
|
ObjectTarget_t3A3463C5371DB932B7DCAA1EE9BEECC47EE97561* L_0 = ___0_value;
|
|
__this->___U3CTargetU3Ek__BackingField_11 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CTargetU3Ek__BackingField_11), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void easyar.ObjectTargetController::add_TargetAvailable(System.Action)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectTargetController_add_TargetAvailable_mDB6CB23F244357819D1FE55ACAA862C5F7E7AC3D (ObjectTargetController_t48B32473B80F782C65609F8050CF308590D0DEE8* __this, Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* V_0 = NULL;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* V_1 = NULL;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* V_2 = NULL;
|
|
{
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_0 = __this->___TargetAvailable_21;
|
|
V_0 = L_0;
|
|
}
|
|
|
|
IL_0007:
|
|
{
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_1 = V_0;
|
|
V_1 = L_1;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_2 = V_1;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_3 = ___0_value;
|
|
Delegate_t* L_4;
|
|
L_4 = Delegate_Combine_m1F725AEF318BE6F0426863490691A6F4606E7D00(L_2, L_3, NULL);
|
|
V_2 = ((Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)CastclassSealed((RuntimeObject*)L_4, Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var));
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07** L_5 = (Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07**)(&__this->___TargetAvailable_21);
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_6 = V_2;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_7 = V_1;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_8;
|
|
L_8 = InterlockedCompareExchangeImpl<Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*>(L_5, L_6, L_7);
|
|
V_0 = L_8;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_9 = V_0;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_10 = V_1;
|
|
if ((!(((RuntimeObject*)(Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)L_9) == ((RuntimeObject*)(Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)L_10))))
|
|
{
|
|
goto IL_0007;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void easyar.ObjectTargetController::remove_TargetAvailable(System.Action)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectTargetController_remove_TargetAvailable_mE4C4922BD29D938A4ED7EAAF8C67E9846BC58B90 (ObjectTargetController_t48B32473B80F782C65609F8050CF308590D0DEE8* __this, Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* V_0 = NULL;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* V_1 = NULL;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* V_2 = NULL;
|
|
{
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_0 = __this->___TargetAvailable_21;
|
|
V_0 = L_0;
|
|
}
|
|
|
|
IL_0007:
|
|
{
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_1 = V_0;
|
|
V_1 = L_1;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_2 = V_1;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_3 = ___0_value;
|
|
Delegate_t* L_4;
|
|
L_4 = Delegate_Remove_m8B7DD5661308FA972E23CA1CC3FC9CEB355504E3(L_2, L_3, NULL);
|
|
V_2 = ((Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)CastclassSealed((RuntimeObject*)L_4, Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var));
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07** L_5 = (Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07**)(&__this->___TargetAvailable_21);
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_6 = V_2;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_7 = V_1;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_8;
|
|
L_8 = InterlockedCompareExchangeImpl<Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*>(L_5, L_6, L_7);
|
|
V_0 = L_8;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_9 = V_0;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_10 = V_1;
|
|
if ((!(((RuntimeObject*)(Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)L_9) == ((RuntimeObject*)(Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)L_10))))
|
|
{
|
|
goto IL_0007;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void easyar.ObjectTargetController::add_TargetLoad(System.Action`2<easyar.Target,System.Boolean>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectTargetController_add_TargetLoad_m8C34E94866C0354A070331B5FE1C383828C8AF57 (ObjectTargetController_t48B32473B80F782C65609F8050CF308590D0DEE8* __this, Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416* V_0 = NULL;
|
|
Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416* V_1 = NULL;
|
|
Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416* V_2 = NULL;
|
|
{
|
|
Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416* L_0 = __this->___TargetLoad_22;
|
|
V_0 = L_0;
|
|
}
|
|
|
|
IL_0007:
|
|
{
|
|
Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416* L_1 = V_0;
|
|
V_1 = L_1;
|
|
Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416* L_2 = V_1;
|
|
Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416* L_3 = ___0_value;
|
|
Delegate_t* L_4;
|
|
L_4 = Delegate_Combine_m1F725AEF318BE6F0426863490691A6F4606E7D00(L_2, L_3, NULL);
|
|
V_2 = ((Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416*)Castclass((RuntimeObject*)L_4, Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416_il2cpp_TypeInfo_var));
|
|
Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416** L_5 = (Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416**)(&__this->___TargetLoad_22);
|
|
Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416* L_6 = V_2;
|
|
Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416* L_7 = V_1;
|
|
Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416* L_8;
|
|
L_8 = InterlockedCompareExchangeImpl<Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416*>(L_5, L_6, L_7);
|
|
V_0 = L_8;
|
|
Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416* L_9 = V_0;
|
|
Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416* L_10 = V_1;
|
|
if ((!(((RuntimeObject*)(Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416*)L_9) == ((RuntimeObject*)(Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416*)L_10))))
|
|
{
|
|
goto IL_0007;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void easyar.ObjectTargetController::remove_TargetLoad(System.Action`2<easyar.Target,System.Boolean>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectTargetController_remove_TargetLoad_m68F1BC759DB4442876C76409E2151900F734AFD1 (ObjectTargetController_t48B32473B80F782C65609F8050CF308590D0DEE8* __this, Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416* V_0 = NULL;
|
|
Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416* V_1 = NULL;
|
|
Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416* V_2 = NULL;
|
|
{
|
|
Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416* L_0 = __this->___TargetLoad_22;
|
|
V_0 = L_0;
|
|
}
|
|
|
|
IL_0007:
|
|
{
|
|
Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416* L_1 = V_0;
|
|
V_1 = L_1;
|
|
Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416* L_2 = V_1;
|
|
Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416* L_3 = ___0_value;
|
|
Delegate_t* L_4;
|
|
L_4 = Delegate_Remove_m8B7DD5661308FA972E23CA1CC3FC9CEB355504E3(L_2, L_3, NULL);
|
|
V_2 = ((Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416*)Castclass((RuntimeObject*)L_4, Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416_il2cpp_TypeInfo_var));
|
|
Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416** L_5 = (Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416**)(&__this->___TargetLoad_22);
|
|
Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416* L_6 = V_2;
|
|
Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416* L_7 = V_1;
|
|
Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416* L_8;
|
|
L_8 = InterlockedCompareExchangeImpl<Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416*>(L_5, L_6, L_7);
|
|
V_0 = L_8;
|
|
Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416* L_9 = V_0;
|
|
Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416* L_10 = V_1;
|
|
if ((!(((RuntimeObject*)(Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416*)L_9) == ((RuntimeObject*)(Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416*)L_10))))
|
|
{
|
|
goto IL_0007;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void easyar.ObjectTargetController::add_TargetUnload(System.Action`2<easyar.Target,System.Boolean>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectTargetController_add_TargetUnload_mA40853B603DD443FDA0461573E438DC5C7C92880 (ObjectTargetController_t48B32473B80F782C65609F8050CF308590D0DEE8* __this, Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416* V_0 = NULL;
|
|
Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416* V_1 = NULL;
|
|
Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416* V_2 = NULL;
|
|
{
|
|
Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416* L_0 = __this->___TargetUnload_23;
|
|
V_0 = L_0;
|
|
}
|
|
|
|
IL_0007:
|
|
{
|
|
Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416* L_1 = V_0;
|
|
V_1 = L_1;
|
|
Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416* L_2 = V_1;
|
|
Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416* L_3 = ___0_value;
|
|
Delegate_t* L_4;
|
|
L_4 = Delegate_Combine_m1F725AEF318BE6F0426863490691A6F4606E7D00(L_2, L_3, NULL);
|
|
V_2 = ((Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416*)Castclass((RuntimeObject*)L_4, Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416_il2cpp_TypeInfo_var));
|
|
Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416** L_5 = (Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416**)(&__this->___TargetUnload_23);
|
|
Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416* L_6 = V_2;
|
|
Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416* L_7 = V_1;
|
|
Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416* L_8;
|
|
L_8 = InterlockedCompareExchangeImpl<Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416*>(L_5, L_6, L_7);
|
|
V_0 = L_8;
|
|
Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416* L_9 = V_0;
|
|
Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416* L_10 = V_1;
|
|
if ((!(((RuntimeObject*)(Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416*)L_9) == ((RuntimeObject*)(Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416*)L_10))))
|
|
{
|
|
goto IL_0007;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void easyar.ObjectTargetController::remove_TargetUnload(System.Action`2<easyar.Target,System.Boolean>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectTargetController_remove_TargetUnload_mD48E24CF0DF5650607A67D2252CBF76AC5BA540F (ObjectTargetController_t48B32473B80F782C65609F8050CF308590D0DEE8* __this, Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416* V_0 = NULL;
|
|
Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416* V_1 = NULL;
|
|
Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416* V_2 = NULL;
|
|
{
|
|
Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416* L_0 = __this->___TargetUnload_23;
|
|
V_0 = L_0;
|
|
}
|
|
|
|
IL_0007:
|
|
{
|
|
Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416* L_1 = V_0;
|
|
V_1 = L_1;
|
|
Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416* L_2 = V_1;
|
|
Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416* L_3 = ___0_value;
|
|
Delegate_t* L_4;
|
|
L_4 = Delegate_Remove_m8B7DD5661308FA972E23CA1CC3FC9CEB355504E3(L_2, L_3, NULL);
|
|
V_2 = ((Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416*)Castclass((RuntimeObject*)L_4, Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416_il2cpp_TypeInfo_var));
|
|
Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416** L_5 = (Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416**)(&__this->___TargetUnload_23);
|
|
Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416* L_6 = V_2;
|
|
Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416* L_7 = V_1;
|
|
Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416* L_8;
|
|
L_8 = InterlockedCompareExchangeImpl<Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416*>(L_5, L_6, L_7);
|
|
V_0 = L_8;
|
|
Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416* L_9 = V_0;
|
|
Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416* L_10 = V_1;
|
|
if ((!(((RuntimeObject*)(Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416*)L_9) == ((RuntimeObject*)(Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416*)L_10))))
|
|
{
|
|
goto IL_0007;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// easyar.ObjectTrackerFrameFilter easyar.ObjectTargetController::get_Tracker()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectTrackerFrameFilter_t9A3F8B9F26D5021DEC972A8AD994AA405A1020FC* ObjectTargetController_get_Tracker_m29D2CE3DE8759D95F3F6B57A86AFF0CF0FDE1229 (ObjectTargetController_t48B32473B80F782C65609F8050CF308590D0DEE8* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return tracker;
|
|
ObjectTrackerFrameFilter_t9A3F8B9F26D5021DEC972A8AD994AA405A1020FC* L_0 = __this->___tracker_16;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void easyar.ObjectTargetController::set_Tracker(easyar.ObjectTrackerFrameFilter)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectTargetController_set_Tracker_mED9D067AF53EC65C87BD58724F9936358BD50FA2 (ObjectTargetController_t48B32473B80F782C65609F8050CF308590D0DEE8* __this, ObjectTrackerFrameFilter_t9A3F8B9F26D5021DEC972A8AD994AA405A1020FC* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// tracker = value;
|
|
ObjectTrackerFrameFilter_t9A3F8B9F26D5021DEC972A8AD994AA405A1020FC* L_0 = ___0_value;
|
|
__this->___tracker_16 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___tracker_16), (void*)L_0);
|
|
// UpdateTargetInTracker();
|
|
ObjectTargetController_UpdateTargetInTracker_m7AF46A415F20D4DBC79E9BEA4C79285C50F690BE(__this, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Collections.Generic.List`1<UnityEngine.Vector3> easyar.ObjectTargetController::get_BoundingBox()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_t77B94703E05C519A9010DD0614F757F974E1CD8B* ObjectTargetController_get_BoundingBox_m18B19F8D01A4AAC4C7E41419E378F6C8F34EC0B6 (ObjectTargetController_t48B32473B80F782C65609F8050CF308590D0DEE8* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_mBEFB3F262E003C2D7E4201D77A1AA6234B098F06_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_mAE02CAE627F26142CF6AD9870249E0DA405B7BE5_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_mE0D0D58C6CCC318D8052778D1EE0341A03E7B851_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m79E50C4F592B1703F4B76A8BE7B4855515460CA1_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_GetEnumerator_mAF77BDDAD691856C757DCA11189748D815E16B3C_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mC54E2BCBE43279A96FC082F5CDE2D76388BD8F9C_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t77B94703E05C519A9010DD0614F757F974E1CD8B_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
List_1_t77B94703E05C519A9010DD0614F757F974E1CD8B* V_0 = NULL;
|
|
Enumerator_tABDB8E380843593B5616089F392D7E5484F0ABDD V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
Vec3F_t1697E529DB6D3D351055A5A52CF0974F2422E630 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
// var boundingBox = new List<Vector3>();
|
|
List_1_t77B94703E05C519A9010DD0614F757F974E1CD8B* L_0 = (List_1_t77B94703E05C519A9010DD0614F757F974E1CD8B*)il2cpp_codegen_object_new(List_1_t77B94703E05C519A9010DD0614F757F974E1CD8B_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
List_1__ctor_mC54E2BCBE43279A96FC082F5CDE2D76388BD8F9C(L_0, List_1__ctor_mC54E2BCBE43279A96FC082F5CDE2D76388BD8F9C_RuntimeMethod_var);
|
|
V_0 = L_0;
|
|
// if (Target == null)
|
|
ObjectTarget_t3A3463C5371DB932B7DCAA1EE9BEECC47EE97561* L_1;
|
|
L_1 = ObjectTargetController_get_Target_m68ACD08B1961274389988847AB9C00725BF35FD1_inline(__this, NULL);
|
|
if (L_1)
|
|
{
|
|
goto IL_0010;
|
|
}
|
|
}
|
|
{
|
|
// return boundingBox;
|
|
List_1_t77B94703E05C519A9010DD0614F757F974E1CD8B* L_2 = V_0;
|
|
return L_2;
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
// var boundingBoxVec3F = Target.boundingBox();
|
|
ObjectTarget_t3A3463C5371DB932B7DCAA1EE9BEECC47EE97561* L_3;
|
|
L_3 = ObjectTargetController_get_Target_m68ACD08B1961274389988847AB9C00725BF35FD1_inline(__this, NULL);
|
|
NullCheck(L_3);
|
|
List_1_t7915EE474170743D55F8651CF5CCC36D26B88EAE* L_4;
|
|
L_4 = VirtualFuncInvoker0< List_1_t7915EE474170743D55F8651CF5CCC36D26B88EAE* >::Invoke(13 /* System.Collections.Generic.List`1<easyar.Vec3F> easyar.ObjectTarget::boundingBox() */, L_3);
|
|
// foreach (var box in boundingBoxVec3F)
|
|
NullCheck(L_4);
|
|
Enumerator_tABDB8E380843593B5616089F392D7E5484F0ABDD L_5;
|
|
L_5 = List_1_GetEnumerator_mAF77BDDAD691856C757DCA11189748D815E16B3C(L_4, List_1_GetEnumerator_mAF77BDDAD691856C757DCA11189748D815E16B3C_RuntimeMethod_var);
|
|
V_1 = L_5;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_0042:
|
|
{// begin finally (depth: 1)
|
|
Enumerator_Dispose_mBEFB3F262E003C2D7E4201D77A1AA6234B098F06((&V_1), Enumerator_Dispose_mBEFB3F262E003C2D7E4201D77A1AA6234B098F06_RuntimeMethod_var);
|
|
return;
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
{
|
|
goto IL_0037_1;
|
|
}
|
|
|
|
IL_0023_1:
|
|
{
|
|
// foreach (var box in boundingBoxVec3F)
|
|
Vec3F_t1697E529DB6D3D351055A5A52CF0974F2422E630 L_6;
|
|
L_6 = Enumerator_get_Current_mE0D0D58C6CCC318D8052778D1EE0341A03E7B851_inline((&V_1), Enumerator_get_Current_mE0D0D58C6CCC318D8052778D1EE0341A03E7B851_RuntimeMethod_var);
|
|
V_2 = L_6;
|
|
// boundingBox.Add(box.ToUnityVector());
|
|
List_1_t77B94703E05C519A9010DD0614F757F974E1CD8B* L_7 = V_0;
|
|
Vec3F_t1697E529DB6D3D351055A5A52CF0974F2422E630 L_8 = V_2;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_9;
|
|
L_9 = APIExtend_ToUnityVector_m15A5A06A61B85412312BDA1759ED3FC6B2B4D5A3(L_8, NULL);
|
|
NullCheck(L_7);
|
|
List_1_Add_m79E50C4F592B1703F4B76A8BE7B4855515460CA1_inline(L_7, L_9, List_1_Add_m79E50C4F592B1703F4B76A8BE7B4855515460CA1_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0037_1:
|
|
{
|
|
// foreach (var box in boundingBoxVec3F)
|
|
bool L_10;
|
|
L_10 = Enumerator_MoveNext_mAE02CAE627F26142CF6AD9870249E0DA405B7BE5((&V_1), Enumerator_MoveNext_mAE02CAE627F26142CF6AD9870249E0DA405B7BE5_RuntimeMethod_var);
|
|
if (L_10)
|
|
{
|
|
goto IL_0023_1;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0050;
|
|
}
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_0050:
|
|
{
|
|
// return boundingBox;
|
|
List_1_t77B94703E05C519A9010DD0614F757F974E1CD8B* L_11 = V_0;
|
|
return L_11;
|
|
}
|
|
}
|
|
// System.Void easyar.ObjectTargetController::set_BoundingBox(System.Collections.Generic.List`1<UnityEngine.Vector3>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectTargetController_set_BoundingBox_m6937B54CB4E041EF3ED39064F1DFF8C9DD66C646 (ObjectTargetController_t48B32473B80F782C65609F8050CF308590D0DEE8* __this, List_1_t77B94703E05C519A9010DD0614F757F974E1CD8B* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// private set { }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void easyar.ObjectTargetController::Start()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectTargetController_Start_m4E08F934430E37B3A02BD5E627E9F258907EB484 (ObjectTargetController_t48B32473B80F782C65609F8050CF308590D0DEE8* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjFileSourceData_t12FD5C0AA2C6B5B0C12FC0D02D9EA9B3BF5F1533_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
{
|
|
// base.Start();
|
|
TargetController_Start_m6884CD51BDC42ADD477A0073A0F603D1E391007F(__this, NULL);
|
|
// if (!EasyARController.Initialized)
|
|
il2cpp_codegen_runtime_class_init_inline(EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177_il2cpp_TypeInfo_var);
|
|
bool L_0;
|
|
L_0 = EasyARController_get_Initialized_m0F47D5BCEF5B10A78F29551AE17BBB83924BF335_inline(NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
// return;
|
|
return;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
// switch (SourceType)
|
|
int32_t L_1 = __this->___SourceType_12;
|
|
V_0 = L_1;
|
|
int32_t L_2 = V_0;
|
|
if (!L_2)
|
|
{
|
|
goto IL_001d;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_3 = V_0;
|
|
if ((((int32_t)L_3) == ((int32_t)1)))
|
|
{
|
|
goto IL_007e;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
// LoadObjFile(new ObjFileSourceData()
|
|
// {
|
|
// PathType = ObjFileSource.PathType,
|
|
// ObjPath = ObjFileSource.ObjPath,
|
|
// ExtraFilePaths = ObjFileSource.ExtraFilePaths,
|
|
// Name = ObjFileSource.Name,
|
|
// Scale = ObjFileSource.Scale
|
|
// });
|
|
ObjFileSourceData_t12FD5C0AA2C6B5B0C12FC0D02D9EA9B3BF5F1533* L_4 = (ObjFileSourceData_t12FD5C0AA2C6B5B0C12FC0D02D9EA9B3BF5F1533*)il2cpp_codegen_object_new(ObjFileSourceData_t12FD5C0AA2C6B5B0C12FC0D02D9EA9B3BF5F1533_il2cpp_TypeInfo_var);
|
|
NullCheck(L_4);
|
|
ObjFileSourceData__ctor_mED731E21ED70A57C221B8DF9B1E97CB62C727E01(L_4, NULL);
|
|
ObjFileSourceData_t12FD5C0AA2C6B5B0C12FC0D02D9EA9B3BF5F1533* L_5 = L_4;
|
|
ObjFileSourceData_t12FD5C0AA2C6B5B0C12FC0D02D9EA9B3BF5F1533* L_6 = __this->___ObjFileSource_13;
|
|
NullCheck(L_6);
|
|
int32_t L_7 = L_6->___PathType_0;
|
|
NullCheck(L_5);
|
|
L_5->___PathType_0 = L_7;
|
|
ObjFileSourceData_t12FD5C0AA2C6B5B0C12FC0D02D9EA9B3BF5F1533* L_8 = L_5;
|
|
ObjFileSourceData_t12FD5C0AA2C6B5B0C12FC0D02D9EA9B3BF5F1533* L_9 = __this->___ObjFileSource_13;
|
|
NullCheck(L_9);
|
|
String_t* L_10 = L_9->___ObjPath_1;
|
|
NullCheck(L_8);
|
|
L_8->___ObjPath_1 = L_10;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_8->___ObjPath_1), (void*)L_10);
|
|
ObjFileSourceData_t12FD5C0AA2C6B5B0C12FC0D02D9EA9B3BF5F1533* L_11 = L_8;
|
|
ObjFileSourceData_t12FD5C0AA2C6B5B0C12FC0D02D9EA9B3BF5F1533* L_12 = __this->___ObjFileSource_13;
|
|
NullCheck(L_12);
|
|
List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* L_13 = L_12->___ExtraFilePaths_2;
|
|
NullCheck(L_11);
|
|
L_11->___ExtraFilePaths_2 = L_13;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_11->___ExtraFilePaths_2), (void*)L_13);
|
|
ObjFileSourceData_t12FD5C0AA2C6B5B0C12FC0D02D9EA9B3BF5F1533* L_14 = L_11;
|
|
ObjFileSourceData_t12FD5C0AA2C6B5B0C12FC0D02D9EA9B3BF5F1533* L_15 = __this->___ObjFileSource_13;
|
|
NullCheck(L_15);
|
|
String_t* L_16 = L_15->___Name_3;
|
|
NullCheck(L_14);
|
|
L_14->___Name_3 = L_16;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_14->___Name_3), (void*)L_16);
|
|
ObjFileSourceData_t12FD5C0AA2C6B5B0C12FC0D02D9EA9B3BF5F1533* L_17 = L_14;
|
|
ObjFileSourceData_t12FD5C0AA2C6B5B0C12FC0D02D9EA9B3BF5F1533* L_18 = __this->___ObjFileSource_13;
|
|
NullCheck(L_18);
|
|
float L_19 = L_18->___Scale_4;
|
|
NullCheck(L_17);
|
|
L_17->___Scale_4 = L_19;
|
|
ObjectTargetController_LoadObjFile_m514FEFFD00E8C964D18C691BD967457BCB14489D(__this, L_17, NULL);
|
|
// break;
|
|
return;
|
|
}
|
|
|
|
IL_007e:
|
|
{
|
|
// LoadTarget(TargetSource);
|
|
ObjectTarget_t3A3463C5371DB932B7DCAA1EE9BEECC47EE97561* L_20 = __this->___TargetSource_14;
|
|
ObjectTargetController_LoadTarget_m97DE83C58022ED98AC330EE99C7D9E1755FA4B69(__this, L_20, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void easyar.ObjectTargetController::Update()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectTargetController_Update_m823545DFFF6AA22E835D0B278F60EC618F131144 (ObjectTargetController_t48B32473B80F782C65609F8050CF308590D0DEE8* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// CheckScale();
|
|
ObjectTargetController_CheckScale_mE6107D0B643C1CBFD33975A732FC7238F4A5632A(__this, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void easyar.ObjectTargetController::OnDestroy()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectTargetController_OnDestroy_mDA1A1567AD6ADC1868769975FD35AABD3EC78C55 (ObjectTargetController_t48B32473B80F782C65609F8050CF308590D0DEE8* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (tracker)
|
|
ObjectTrackerFrameFilter_t9A3F8B9F26D5021DEC972A8AD994AA405A1020FC* L_0 = __this->___tracker_16;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_1;
|
|
L_1 = Object_op_Implicit_m93896EF7D68FA113C42D3FE2BC6F661FC7EF514A(L_0, NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_001a;
|
|
}
|
|
}
|
|
{
|
|
// tracker = null;
|
|
__this->___tracker_16 = (ObjectTrackerFrameFilter_t9A3F8B9F26D5021DEC972A8AD994AA405A1020FC*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___tracker_16), (void*)(ObjectTrackerFrameFilter_t9A3F8B9F26D5021DEC972A8AD994AA405A1020FC*)NULL);
|
|
// UpdateTargetInTracker();
|
|
ObjectTargetController_UpdateTargetInTracker_m7AF46A415F20D4DBC79E9BEA4C79285C50F690BE(__this, NULL);
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
// if (Target != null)
|
|
ObjectTarget_t3A3463C5371DB932B7DCAA1EE9BEECC47EE97561* L_2;
|
|
L_2 = ObjectTargetController_get_Target_m68ACD08B1961274389988847AB9C00725BF35FD1_inline(__this, NULL);
|
|
if (!L_2)
|
|
{
|
|
goto IL_0034;
|
|
}
|
|
}
|
|
{
|
|
// Target.Dispose();
|
|
ObjectTarget_t3A3463C5371DB932B7DCAA1EE9BEECC47EE97561* L_3;
|
|
L_3 = ObjectTargetController_get_Target_m68ACD08B1961274389988847AB9C00725BF35FD1_inline(__this, NULL);
|
|
NullCheck(L_3);
|
|
RefBase_Dispose_m0C0F6CBAAFDD4D732F27B09F76D1A77AC6D44B75(L_3, NULL);
|
|
// Target = null;
|
|
ObjectTargetController_set_Target_m424F61A0D108DF516FFB4DCA198F9C1C99382AD6_inline(__this, (ObjectTarget_t3A3463C5371DB932B7DCAA1EE9BEECC47EE97561*)NULL, NULL);
|
|
}
|
|
|
|
IL_0034:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void easyar.ObjectTargetController::OnTracking()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectTargetController_OnTracking_m55DBEBD245EEB008451E6571BCFF7ECFCD9B5E18 (ObjectTargetController_t48B32473B80F782C65609F8050CF308590D0DEE8* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// CheckScale();
|
|
ObjectTargetController_CheckScale_mE6107D0B643C1CBFD33975A732FC7238F4A5632A(__this, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void easyar.ObjectTargetController::LoadObjFile(easyar.ObjectTargetController/ObjFileSourceData)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectTargetController_LoadObjFile_m514FEFFD00E8C964D18C691BD967457BCB14489D (ObjectTargetController_t48B32473B80F782C65609F8050CF308590D0DEE8* __this, ObjFileSourceData_t12FD5C0AA2C6B5B0C12FC0D02D9EA9B3BF5F1533* ___0_source, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// EasyARController.Instance.StartCoroutine(LoadObjFileFromSource(source));
|
|
il2cpp_codegen_runtime_class_init_inline(EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177_il2cpp_TypeInfo_var);
|
|
EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177* L_0;
|
|
L_0 = EasyARController_get_Instance_mABB2A176E95F0F90E70BD99B143DDFE4AAE1E8FA_inline(NULL);
|
|
ObjFileSourceData_t12FD5C0AA2C6B5B0C12FC0D02D9EA9B3BF5F1533* L_1 = ___0_source;
|
|
RuntimeObject* L_2;
|
|
L_2 = ObjectTargetController_LoadObjFileFromSource_m161EED430F897AD636667F7AC73B7DE66863408B(__this, L_1, NULL);
|
|
NullCheck(L_0);
|
|
Coroutine_t85EA685566A254C23F3FD77AB5BDFFFF8799596B* L_3;
|
|
L_3 = MonoBehaviour_StartCoroutine_m4CAFF732AA28CD3BDC5363B44A863575530EC812(L_0, L_2, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void easyar.ObjectTargetController::LoadTarget(easyar.ObjectTarget)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectTargetController_LoadTarget_m97DE83C58022ED98AC330EE99C7D9E1755FA4B69 (ObjectTargetController_t48B32473B80F782C65609F8050CF308590D0DEE8* __this, ObjectTarget_t3A3463C5371DB932B7DCAA1EE9BEECC47EE97561* ___0_source, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// Target = source;
|
|
ObjectTarget_t3A3463C5371DB932B7DCAA1EE9BEECC47EE97561* L_0 = ___0_source;
|
|
ObjectTargetController_set_Target_m424F61A0D108DF516FFB4DCA198F9C1C99382AD6_inline(__this, L_0, NULL);
|
|
// if (Target != null && TargetAvailable != null)
|
|
ObjectTarget_t3A3463C5371DB932B7DCAA1EE9BEECC47EE97561* L_1;
|
|
L_1 = ObjectTargetController_get_Target_m68ACD08B1961274389988847AB9C00725BF35FD1_inline(__this, NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_0022;
|
|
}
|
|
}
|
|
{
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_2 = __this->___TargetAvailable_21;
|
|
if (!L_2)
|
|
{
|
|
goto IL_0022;
|
|
}
|
|
}
|
|
{
|
|
// TargetAvailable();
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_3 = __this->___TargetAvailable_21;
|
|
NullCheck(L_3);
|
|
Action_Invoke_m7126A54DACA72B845424072887B5F3A51FC3808E_inline(L_3, NULL);
|
|
}
|
|
|
|
IL_0022:
|
|
{
|
|
// UpdateScale();
|
|
ObjectTargetController_UpdateScale_mA2481965F25B0A906118374F27983B633BB4A580(__this, NULL);
|
|
// UpdateTargetInTracker();
|
|
ObjectTargetController_UpdateTargetInTracker_m7AF46A415F20D4DBC79E9BEA4C79285C50F690BE(__this, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Collections.IEnumerator easyar.ObjectTargetController::LoadObjFileFromSource(easyar.ObjectTargetController/ObjFileSourceData)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ObjectTargetController_LoadObjFileFromSource_m161EED430F897AD636667F7AC73B7DE66863408B (ObjectTargetController_t48B32473B80F782C65609F8050CF308590D0DEE8* __this, ObjFileSourceData_t12FD5C0AA2C6B5B0C12FC0D02D9EA9B3BF5F1533* ___0_source, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CLoadObjFileFromSourceU3Ed__35_t0319077D5BBC5B635CA83A0000D92F71C5CD6687_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
U3CLoadObjFileFromSourceU3Ed__35_t0319077D5BBC5B635CA83A0000D92F71C5CD6687* L_0 = (U3CLoadObjFileFromSourceU3Ed__35_t0319077D5BBC5B635CA83A0000D92F71C5CD6687*)il2cpp_codegen_object_new(U3CLoadObjFileFromSourceU3Ed__35_t0319077D5BBC5B635CA83A0000D92F71C5CD6687_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
U3CLoadObjFileFromSourceU3Ed__35__ctor_mDBAECBF92D75C2CA4451954AA55633799D71C4EF(L_0, 0, NULL);
|
|
U3CLoadObjFileFromSourceU3Ed__35_t0319077D5BBC5B635CA83A0000D92F71C5CD6687* L_1 = L_0;
|
|
NullCheck(L_1);
|
|
L_1->___U3CU3E4__this_4 = __this;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_1->___U3CU3E4__this_4), (void*)__this);
|
|
U3CLoadObjFileFromSourceU3Ed__35_t0319077D5BBC5B635CA83A0000D92F71C5CD6687* L_2 = L_1;
|
|
ObjFileSourceData_t12FD5C0AA2C6B5B0C12FC0D02D9EA9B3BF5F1533* L_3 = ___0_source;
|
|
NullCheck(L_2);
|
|
L_2->___source_2 = L_3;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_2->___source_2), (void*)L_3);
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.Void easyar.ObjectTargetController::UpdateTargetInTracker()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectTargetController_UpdateTargetInTracker_m7AF46A415F20D4DBC79E9BEA4C79285C50F690BE (ObjectTargetController_t48B32473B80F782C65609F8050CF308590D0DEE8* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectTargetController_U3CUpdateTargetInTrackerU3Eb__36_0_m0EF159A0FF2AE08CB8BF9B968078DDF984A01EA9_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass36_0_U3CUpdateTargetInTrackerU3Eb__1_mE03F83BCC6599AE5A2EB68C9844365A937187919_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass36_0_t6A636853EE875C799497C23495F20757F8BBE626_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
U3CU3Ec__DisplayClass36_0_t6A636853EE875C799497C23495F20757F8BBE626* V_0 = NULL;
|
|
{
|
|
// if (Target == null)
|
|
ObjectTarget_t3A3463C5371DB932B7DCAA1EE9BEECC47EE97561* L_0;
|
|
L_0 = ObjectTargetController_get_Target_m68ACD08B1961274389988847AB9C00725BF35FD1_inline(__this, NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_0009;
|
|
}
|
|
}
|
|
{
|
|
// return;
|
|
return;
|
|
}
|
|
|
|
IL_0009:
|
|
{
|
|
// if (loader && loader != tracker)
|
|
ObjectTrackerFrameFilter_t9A3F8B9F26D5021DEC972A8AD994AA405A1020FC* L_1 = __this->___loader_17;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_2;
|
|
L_2 = Object_op_Implicit_m93896EF7D68FA113C42D3FE2BC6F661FC7EF514A(L_1, NULL);
|
|
if (!L_2)
|
|
{
|
|
goto IL_0048;
|
|
}
|
|
}
|
|
{
|
|
ObjectTrackerFrameFilter_t9A3F8B9F26D5021DEC972A8AD994AA405A1020FC* L_3 = __this->___loader_17;
|
|
ObjectTrackerFrameFilter_t9A3F8B9F26D5021DEC972A8AD994AA405A1020FC* L_4 = __this->___tracker_16;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_5;
|
|
L_5 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_3, L_4, NULL);
|
|
if (!L_5)
|
|
{
|
|
goto IL_0048;
|
|
}
|
|
}
|
|
{
|
|
// loader.UnloadObjectTarget(this, (target, status) =>
|
|
// {
|
|
// if (!this) { return; }
|
|
// if (status)
|
|
// {
|
|
// IsLoaded = false;
|
|
// }
|
|
// if (TargetUnload != null)
|
|
// {
|
|
// TargetUnload(target, status);
|
|
// }
|
|
// });
|
|
ObjectTrackerFrameFilter_t9A3F8B9F26D5021DEC972A8AD994AA405A1020FC* L_6 = __this->___loader_17;
|
|
Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416* L_7 = (Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416*)il2cpp_codegen_object_new(Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416_il2cpp_TypeInfo_var);
|
|
NullCheck(L_7);
|
|
Action_2__ctor_m0D18FC0D2E5634CBDC24690398EE59D4F1EB1101(L_7, __this, (intptr_t)((void*)ObjectTargetController_U3CUpdateTargetInTrackerU3Eb__36_0_m0EF159A0FF2AE08CB8BF9B968078DDF984A01EA9_RuntimeMethod_var), NULL);
|
|
NullCheck(L_6);
|
|
ObjectTrackerFrameFilter_UnloadObjectTarget_m28716FD90A62AE918D74EC84644C1B1CF420851D(L_6, __this, L_7, NULL);
|
|
// loader = null;
|
|
__this->___loader_17 = (ObjectTrackerFrameFilter_t9A3F8B9F26D5021DEC972A8AD994AA405A1020FC*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___loader_17), (void*)(ObjectTrackerFrameFilter_t9A3F8B9F26D5021DEC972A8AD994AA405A1020FC*)NULL);
|
|
}
|
|
|
|
IL_0048:
|
|
{
|
|
// if (tracker && tracker != loader)
|
|
ObjectTrackerFrameFilter_t9A3F8B9F26D5021DEC972A8AD994AA405A1020FC* L_8 = __this->___tracker_16;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_9;
|
|
L_9 = Object_op_Implicit_m93896EF7D68FA113C42D3FE2BC6F661FC7EF514A(L_8, NULL);
|
|
if (!L_9)
|
|
{
|
|
goto IL_00a5;
|
|
}
|
|
}
|
|
{
|
|
ObjectTrackerFrameFilter_t9A3F8B9F26D5021DEC972A8AD994AA405A1020FC* L_10 = __this->___tracker_16;
|
|
ObjectTrackerFrameFilter_t9A3F8B9F26D5021DEC972A8AD994AA405A1020FC* L_11 = __this->___loader_17;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_12;
|
|
L_12 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_10, L_11, NULL);
|
|
if (!L_12)
|
|
{
|
|
goto IL_00a5;
|
|
}
|
|
}
|
|
{
|
|
U3CU3Ec__DisplayClass36_0_t6A636853EE875C799497C23495F20757F8BBE626* L_13 = (U3CU3Ec__DisplayClass36_0_t6A636853EE875C799497C23495F20757F8BBE626*)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass36_0_t6A636853EE875C799497C23495F20757F8BBE626_il2cpp_TypeInfo_var);
|
|
NullCheck(L_13);
|
|
U3CU3Ec__DisplayClass36_0__ctor_m5C414A2844BCF166ECE0BA531F0CB053FF112608(L_13, NULL);
|
|
V_0 = L_13;
|
|
U3CU3Ec__DisplayClass36_0_t6A636853EE875C799497C23495F20757F8BBE626* L_14 = V_0;
|
|
NullCheck(L_14);
|
|
L_14->___U3CU3E4__this_1 = __this;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_14->___U3CU3E4__this_1), (void*)__this);
|
|
// var trackerLoad = tracker;
|
|
U3CU3Ec__DisplayClass36_0_t6A636853EE875C799497C23495F20757F8BBE626* L_15 = V_0;
|
|
ObjectTrackerFrameFilter_t9A3F8B9F26D5021DEC972A8AD994AA405A1020FC* L_16 = __this->___tracker_16;
|
|
NullCheck(L_15);
|
|
L_15->___trackerLoad_0 = L_16;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_15->___trackerLoad_0), (void*)L_16);
|
|
// tracker.LoadObjectTarget(this, (target, status) =>
|
|
// {
|
|
// if (!this) { return; }
|
|
// if (trackerLoad == tracker && !status)
|
|
// {
|
|
// loader = null;
|
|
// }
|
|
// UpdateScale();
|
|
// IsLoaded = status;
|
|
// if (TargetLoad != null)
|
|
// {
|
|
// TargetLoad(target, status);
|
|
// }
|
|
// });
|
|
ObjectTrackerFrameFilter_t9A3F8B9F26D5021DEC972A8AD994AA405A1020FC* L_17 = __this->___tracker_16;
|
|
U3CU3Ec__DisplayClass36_0_t6A636853EE875C799497C23495F20757F8BBE626* L_18 = V_0;
|
|
Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416* L_19 = (Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416*)il2cpp_codegen_object_new(Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416_il2cpp_TypeInfo_var);
|
|
NullCheck(L_19);
|
|
Action_2__ctor_m0D18FC0D2E5634CBDC24690398EE59D4F1EB1101(L_19, L_18, (intptr_t)((void*)U3CU3Ec__DisplayClass36_0_U3CUpdateTargetInTrackerU3Eb__1_mE03F83BCC6599AE5A2EB68C9844365A937187919_RuntimeMethod_var), NULL);
|
|
NullCheck(L_17);
|
|
ObjectTrackerFrameFilter_LoadObjectTarget_m864D67FB3A7A21BB63350049CCAAA6047D0EAE28(L_17, __this, L_19, NULL);
|
|
// loader = tracker;
|
|
ObjectTrackerFrameFilter_t9A3F8B9F26D5021DEC972A8AD994AA405A1020FC* L_20 = __this->___tracker_16;
|
|
__this->___loader_17 = L_20;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___loader_17), (void*)L_20);
|
|
}
|
|
|
|
IL_00a5:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void easyar.ObjectTargetController::UpdateScale()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectTargetController_UpdateScale_mA2481965F25B0A906118374F27983B633BB4A580 (ObjectTargetController_t48B32473B80F782C65609F8050CF308590D0DEE8* __this, const RuntimeMethod* method)
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
// if (Target == null)
|
|
ObjectTarget_t3A3463C5371DB932B7DCAA1EE9BEECC47EE97561* L_0;
|
|
L_0 = ObjectTargetController_get_Target_m68ACD08B1961274389988847AB9C00725BF35FD1_inline(__this, NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_0009;
|
|
}
|
|
}
|
|
{
|
|
// return;
|
|
return;
|
|
}
|
|
|
|
IL_0009:
|
|
{
|
|
// scale = Target.scale();
|
|
ObjectTarget_t3A3463C5371DB932B7DCAA1EE9BEECC47EE97561* L_1;
|
|
L_1 = ObjectTargetController_get_Target_m68ACD08B1961274389988847AB9C00725BF35FD1_inline(__this, NULL);
|
|
NullCheck(L_1);
|
|
float L_2;
|
|
L_2 = VirtualFuncInvoker0< float >::Invoke(12 /* System.Single easyar.ObjectTarget::scale() */, L_1);
|
|
__this->___scale_18 = L_2;
|
|
// var vec3Unit = Vector3.one;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_3;
|
|
L_3 = Vector3_get_one_mC9B289F1E15C42C597180C9FE6FB492495B51D02_inline(NULL);
|
|
V_0 = L_3;
|
|
// if (HorizontalFlip)
|
|
bool L_4 = ((TargetController_t8B3D4F1410E51D042DF5E9C689F5C0499E43410A*)__this)->___HorizontalFlip_5;
|
|
if (!L_4)
|
|
{
|
|
goto IL_0036;
|
|
}
|
|
}
|
|
{
|
|
// vec3Unit.x = -vec3Unit.x;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_5 = V_0;
|
|
float L_6 = L_5.___x_2;
|
|
(&V_0)->___x_2 = ((-L_6));
|
|
}
|
|
|
|
IL_0036:
|
|
{
|
|
// transform.localScale = vec3Unit * scale;
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_7;
|
|
L_7 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(__this, NULL);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_8 = V_0;
|
|
float L_9 = __this->___scale_18;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_10;
|
|
L_10 = Vector3_op_Multiply_m87BA7C578F96C8E49BB07088DAAC4649F83B0353_inline(L_8, L_9, NULL);
|
|
NullCheck(L_7);
|
|
Transform_set_localScale_mBA79E811BAF6C47B80FF76414C12B47B3CD03633(L_7, L_10, NULL);
|
|
// scaleX = transform.localScale.x;
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_11;
|
|
L_11 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(__this, NULL);
|
|
NullCheck(L_11);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_12;
|
|
L_12 = Transform_get_localScale_m804A002A53A645CDFCD15BB0F37209162720363F(L_11, NULL);
|
|
float L_13 = L_12.___x_2;
|
|
__this->___scaleX_19 = L_13;
|
|
// preHFlip = HorizontalFlip;
|
|
bool L_14 = ((TargetController_t8B3D4F1410E51D042DF5E9C689F5C0499E43410A*)__this)->___HorizontalFlip_5;
|
|
__this->___preHFlip_20 = L_14;
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void easyar.ObjectTargetController::CheckScale()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectTargetController_CheckScale_mE6107D0B643C1CBFD33975A732FC7238F4A5632A (ObjectTargetController_t48B32473B80F782C65609F8050CF308590D0DEE8* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (Target == null)
|
|
ObjectTarget_t3A3463C5371DB932B7DCAA1EE9BEECC47EE97561* L_0;
|
|
L_0 = ObjectTargetController_get_Target_m68ACD08B1961274389988847AB9C00725BF35FD1_inline(__this, NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_0009;
|
|
}
|
|
}
|
|
{
|
|
// return;
|
|
return;
|
|
}
|
|
|
|
IL_0009:
|
|
{
|
|
// if (scaleX != transform.localScale.x)
|
|
float L_1 = __this->___scaleX_19;
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_2;
|
|
L_2 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(__this, NULL);
|
|
NullCheck(L_2);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_3;
|
|
L_3 = Transform_get_localScale_m804A002A53A645CDFCD15BB0F37209162720363F(L_2, NULL);
|
|
float L_4 = L_3.___x_2;
|
|
if ((((float)L_1) == ((float)L_4)))
|
|
{
|
|
goto IL_0049;
|
|
}
|
|
}
|
|
{
|
|
// Target.setScale(Math.Abs(transform.localScale.x));
|
|
ObjectTarget_t3A3463C5371DB932B7DCAA1EE9BEECC47EE97561* L_5;
|
|
L_5 = ObjectTargetController_get_Target_m68ACD08B1961274389988847AB9C00725BF35FD1_inline(__this, NULL);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_6;
|
|
L_6 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(__this, NULL);
|
|
NullCheck(L_6);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_7;
|
|
L_7 = Transform_get_localScale_m804A002A53A645CDFCD15BB0F37209162720363F(L_6, NULL);
|
|
float L_8 = L_7.___x_2;
|
|
il2cpp_codegen_runtime_class_init_inline(Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
|
|
float L_9;
|
|
L_9 = fabsf(L_8);
|
|
NullCheck(L_5);
|
|
bool L_10;
|
|
L_10 = VirtualFuncInvoker1< bool, float >::Invoke(14 /* System.Boolean easyar.ObjectTarget::setScale(System.Single) */, L_5, L_9);
|
|
// UpdateScale();
|
|
ObjectTargetController_UpdateScale_mA2481965F25B0A906118374F27983B633BB4A580(__this, NULL);
|
|
return;
|
|
}
|
|
|
|
IL_0049:
|
|
{
|
|
// else if (scale != transform.localScale.y)
|
|
float L_11 = __this->___scale_18;
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_12;
|
|
L_12 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(__this, NULL);
|
|
NullCheck(L_12);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_13;
|
|
L_13 = Transform_get_localScale_m804A002A53A645CDFCD15BB0F37209162720363F(L_12, NULL);
|
|
float L_14 = L_13.___y_3;
|
|
if ((((float)L_11) == ((float)L_14)))
|
|
{
|
|
goto IL_0089;
|
|
}
|
|
}
|
|
{
|
|
// Target.setScale(Math.Abs(transform.localScale.y));
|
|
ObjectTarget_t3A3463C5371DB932B7DCAA1EE9BEECC47EE97561* L_15;
|
|
L_15 = ObjectTargetController_get_Target_m68ACD08B1961274389988847AB9C00725BF35FD1_inline(__this, NULL);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_16;
|
|
L_16 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(__this, NULL);
|
|
NullCheck(L_16);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_17;
|
|
L_17 = Transform_get_localScale_m804A002A53A645CDFCD15BB0F37209162720363F(L_16, NULL);
|
|
float L_18 = L_17.___y_3;
|
|
il2cpp_codegen_runtime_class_init_inline(Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
|
|
float L_19;
|
|
L_19 = fabsf(L_18);
|
|
NullCheck(L_15);
|
|
bool L_20;
|
|
L_20 = VirtualFuncInvoker1< bool, float >::Invoke(14 /* System.Boolean easyar.ObjectTarget::setScale(System.Single) */, L_15, L_19);
|
|
// UpdateScale();
|
|
ObjectTargetController_UpdateScale_mA2481965F25B0A906118374F27983B633BB4A580(__this, NULL);
|
|
return;
|
|
}
|
|
|
|
IL_0089:
|
|
{
|
|
// else if (scale != transform.localScale.z)
|
|
float L_21 = __this->___scale_18;
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_22;
|
|
L_22 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(__this, NULL);
|
|
NullCheck(L_22);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_23;
|
|
L_23 = Transform_get_localScale_m804A002A53A645CDFCD15BB0F37209162720363F(L_22, NULL);
|
|
float L_24 = L_23.___z_4;
|
|
if ((((float)L_21) == ((float)L_24)))
|
|
{
|
|
goto IL_00c9;
|
|
}
|
|
}
|
|
{
|
|
// Target.setScale(Math.Abs(transform.localScale.z));
|
|
ObjectTarget_t3A3463C5371DB932B7DCAA1EE9BEECC47EE97561* L_25;
|
|
L_25 = ObjectTargetController_get_Target_m68ACD08B1961274389988847AB9C00725BF35FD1_inline(__this, NULL);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_26;
|
|
L_26 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(__this, NULL);
|
|
NullCheck(L_26);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_27;
|
|
L_27 = Transform_get_localScale_m804A002A53A645CDFCD15BB0F37209162720363F(L_26, NULL);
|
|
float L_28 = L_27.___z_4;
|
|
il2cpp_codegen_runtime_class_init_inline(Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
|
|
float L_29;
|
|
L_29 = fabsf(L_28);
|
|
NullCheck(L_25);
|
|
bool L_30;
|
|
L_30 = VirtualFuncInvoker1< bool, float >::Invoke(14 /* System.Boolean easyar.ObjectTarget::setScale(System.Single) */, L_25, L_29);
|
|
// UpdateScale();
|
|
ObjectTargetController_UpdateScale_mA2481965F25B0A906118374F27983B633BB4A580(__this, NULL);
|
|
return;
|
|
}
|
|
|
|
IL_00c9:
|
|
{
|
|
// else if (scale != Target.scale())
|
|
float L_31 = __this->___scale_18;
|
|
ObjectTarget_t3A3463C5371DB932B7DCAA1EE9BEECC47EE97561* L_32;
|
|
L_32 = ObjectTargetController_get_Target_m68ACD08B1961274389988847AB9C00725BF35FD1_inline(__this, NULL);
|
|
NullCheck(L_32);
|
|
float L_33;
|
|
L_33 = VirtualFuncInvoker0< float >::Invoke(12 /* System.Single easyar.ObjectTarget::scale() */, L_32);
|
|
if ((((float)L_31) == ((float)L_33)))
|
|
{
|
|
goto IL_00e3;
|
|
}
|
|
}
|
|
{
|
|
// UpdateScale();
|
|
ObjectTargetController_UpdateScale_mA2481965F25B0A906118374F27983B633BB4A580(__this, NULL);
|
|
return;
|
|
}
|
|
|
|
IL_00e3:
|
|
{
|
|
// else if (preHFlip != HorizontalFlip)
|
|
bool L_34 = __this->___preHFlip_20;
|
|
bool L_35 = ((TargetController_t8B3D4F1410E51D042DF5E9C689F5C0499E43410A*)__this)->___HorizontalFlip_5;
|
|
if ((((int32_t)L_34) == ((int32_t)L_35)))
|
|
{
|
|
goto IL_00f7;
|
|
}
|
|
}
|
|
{
|
|
// UpdateScale();
|
|
ObjectTargetController_UpdateScale_mA2481965F25B0A906118374F27983B633BB4A580(__this, NULL);
|
|
}
|
|
|
|
IL_00f7:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void easyar.ObjectTargetController::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectTargetController__ctor_m1270AF020C533B6959296716657551F9D2372370 (ObjectTargetController_t48B32473B80F782C65609F8050CF308590D0DEE8* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjFileSourceData_t12FD5C0AA2C6B5B0C12FC0D02D9EA9B3BF5F1533_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public ObjFileSourceData ObjFileSource = new ObjFileSourceData();
|
|
ObjFileSourceData_t12FD5C0AA2C6B5B0C12FC0D02D9EA9B3BF5F1533* L_0 = (ObjFileSourceData_t12FD5C0AA2C6B5B0C12FC0D02D9EA9B3BF5F1533*)il2cpp_codegen_object_new(ObjFileSourceData_t12FD5C0AA2C6B5B0C12FC0D02D9EA9B3BF5F1533_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
ObjFileSourceData__ctor_mED731E21ED70A57C221B8DF9B1E97CB62C727E01(L_0, NULL);
|
|
__this->___ObjFileSource_13 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___ObjFileSource_13), (void*)L_0);
|
|
// private float scale = 1;
|
|
__this->___scale_18 = (1.0f);
|
|
// private float scaleX = 1;
|
|
__this->___scaleX_19 = (1.0f);
|
|
TargetController__ctor_mDD9C4ABEA7BA2296F0538270A52EDECE78395AAC(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void easyar.ObjectTargetController::<UpdateTargetInTracker>b__36_0(easyar.Target,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectTargetController_U3CUpdateTargetInTrackerU3Eb__36_0_m0EF159A0FF2AE08CB8BF9B968078DDF984A01EA9 (ObjectTargetController_t48B32473B80F782C65609F8050CF308590D0DEE8* __this, Target_tA508D592FB808ECACF85DAE26AF44B5586D6C836* ___0_target, bool ___1_status, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (!this) { return; }
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_0;
|
|
L_0 = Object_op_Implicit_m93896EF7D68FA113C42D3FE2BC6F661FC7EF514A(__this, NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_0009;
|
|
}
|
|
}
|
|
{
|
|
// if (!this) { return; }
|
|
return;
|
|
}
|
|
|
|
IL_0009:
|
|
{
|
|
// if (status)
|
|
bool L_1 = ___1_status;
|
|
if (!L_1)
|
|
{
|
|
goto IL_0013;
|
|
}
|
|
}
|
|
{
|
|
// IsLoaded = false;
|
|
TargetController_set_IsLoaded_mC04541B10A598C71AC8341C94B97C419089F00F1_inline(__this, (bool)0, NULL);
|
|
}
|
|
|
|
IL_0013:
|
|
{
|
|
// if (TargetUnload != null)
|
|
Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416* L_2 = __this->___TargetUnload_23;
|
|
if (!L_2)
|
|
{
|
|
goto IL_0028;
|
|
}
|
|
}
|
|
{
|
|
// TargetUnload(target, status);
|
|
Action_2_tA3D0492A27635779AD777E7E1235072C3C72C416* L_3 = __this->___TargetUnload_23;
|
|
Target_tA508D592FB808ECACF85DAE26AF44B5586D6C836* L_4 = ___0_target;
|
|
bool L_5 = ___1_status;
|
|
NullCheck(L_3);
|
|
Action_2_Invoke_m40E18CA03AEAD3EE04F3BF70C8238C2E387A3C36_inline(L_3, L_4, L_5, NULL);
|
|
}
|
|
|
|
IL_0028:
|
|
{
|
|
// });
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void easyar.ObjectTargetController/ObjFileSourceData::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjFileSourceData__ctor_mED731E21ED70A57C221B8DF9B1E97CB62C727E01 (ObjFileSourceData_t12FD5C0AA2C6B5B0C12FC0D02D9EA9B3BF5F1533* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mCA8DD57EAC70C2B5923DBB9D5A77CEAC22E7068E_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public PathType PathType = PathType.StreamingAssets;
|
|
__this->___PathType_0 = 1;
|
|
// public string ObjPath = string.Empty;
|
|
String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
|
|
__this->___ObjPath_1 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___ObjPath_1), (void*)L_0);
|
|
// public List<string> ExtraFilePaths = new List<string>();
|
|
List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* L_1 = (List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD*)il2cpp_codegen_object_new(List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD_il2cpp_TypeInfo_var);
|
|
NullCheck(L_1);
|
|
List_1__ctor_mCA8DD57EAC70C2B5923DBB9D5A77CEAC22E7068E(L_1, List_1__ctor_mCA8DD57EAC70C2B5923DBB9D5A77CEAC22E7068E_RuntimeMethod_var);
|
|
__this->___ExtraFilePaths_2 = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___ExtraFilePaths_2), (void*)L_1);
|
|
// public string Name = string.Empty;
|
|
String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
|
|
__this->___Name_3 = L_2;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___Name_3), (void*)L_2);
|
|
// public float Scale = 1;
|
|
__this->___Scale_4 = (1.0f);
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void easyar.ObjectTargetController/<>c__DisplayClass35_0::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass35_0__ctor_m323041982EBA8DC1686D8FE149F6BDBB8927189D (U3CU3Ec__DisplayClass35_0_t408F760B0D3407EBB7D41A5C09CADE3D5E502AE1* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void easyar.ObjectTargetController/<>c__DisplayClass35_0::<LoadObjFileFromSource>b__0(easyar.Buffer)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass35_0_U3CLoadObjFileFromSourceU3Eb__0_mE5F673C4D64B19EC30C413B5A6823213E9E97D48 (U3CU3Ec__DisplayClass35_0_t408F760B0D3407EBB7D41A5C09CADE3D5E502AE1* __this, Buffer_t644BF6560BDFFE92C2929A3CBF29C9B124212B54* ___0_buffer, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// objBufferDic.set(FileUtil.PathToUrl(source.ObjPath), buffer.Clone());
|
|
BufferDictionary_tE490AD0F155B30D742A22BB6E0B5A39C771DFC94* L_0 = __this->___objBufferDic_1;
|
|
ObjFileSourceData_t12FD5C0AA2C6B5B0C12FC0D02D9EA9B3BF5F1533* L_1 = __this->___source_0;
|
|
NullCheck(L_1);
|
|
String_t* L_2 = L_1->___ObjPath_1;
|
|
String_t* L_3;
|
|
L_3 = FileUtil_PathToUrl_m36754E7FC561C79394A63B98A2AE8AFD11EA24D4(L_2, NULL);
|
|
Buffer_t644BF6560BDFFE92C2929A3CBF29C9B124212B54* L_4 = ___0_buffer;
|
|
NullCheck(L_4);
|
|
Buffer_t644BF6560BDFFE92C2929A3CBF29C9B124212B54* L_5;
|
|
L_5 = Buffer_Clone_m5FE5FFB21CD5BFF7A659CFF2CABA0615E8594CEC(L_4, NULL);
|
|
NullCheck(L_0);
|
|
VirtualActionInvoker2< String_t*, Buffer_t644BF6560BDFFE92C2929A3CBF29C9B124212B54* >::Invoke(9 /* System.Void easyar.BufferDictionary::set(System.String,easyar.Buffer) */, L_0, L_3, L_5);
|
|
// }));
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void easyar.ObjectTargetController/<>c__DisplayClass35_1::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass35_1__ctor_mED4C324C78D20DF2135734FC2FA54EB9741D639E (U3CU3Ec__DisplayClass35_1_t07237F889C0F03D3B22916B4BAABD8B3A3A4384B* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void easyar.ObjectTargetController/<>c__DisplayClass35_1::<LoadObjFileFromSource>b__1(easyar.Buffer)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass35_1_U3CLoadObjFileFromSourceU3Eb__1_m5EC928183F73FC2E7A0A446D40802BA367A1E1B9 (U3CU3Ec__DisplayClass35_1_t07237F889C0F03D3B22916B4BAABD8B3A3A4384B* __this, Buffer_t644BF6560BDFFE92C2929A3CBF29C9B124212B54* ___0_buffer, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// objBufferDic.set(FileUtil.PathToUrl(filePath), buffer.Clone());
|
|
U3CU3Ec__DisplayClass35_0_t408F760B0D3407EBB7D41A5C09CADE3D5E502AE1* L_0 = __this->___CSU24U3CU3E8__locals1_1;
|
|
NullCheck(L_0);
|
|
BufferDictionary_tE490AD0F155B30D742A22BB6E0B5A39C771DFC94* L_1 = L_0->___objBufferDic_1;
|
|
String_t* L_2 = __this->___filePath_0;
|
|
String_t* L_3;
|
|
L_3 = FileUtil_PathToUrl_m36754E7FC561C79394A63B98A2AE8AFD11EA24D4(L_2, NULL);
|
|
Buffer_t644BF6560BDFFE92C2929A3CBF29C9B124212B54* L_4 = ___0_buffer;
|
|
NullCheck(L_4);
|
|
Buffer_t644BF6560BDFFE92C2929A3CBF29C9B124212B54* L_5;
|
|
L_5 = Buffer_Clone_m5FE5FFB21CD5BFF7A659CFF2CABA0615E8594CEC(L_4, NULL);
|
|
NullCheck(L_1);
|
|
VirtualActionInvoker2< String_t*, Buffer_t644BF6560BDFFE92C2929A3CBF29C9B124212B54* >::Invoke(9 /* System.Void easyar.BufferDictionary::set(System.String,easyar.Buffer) */, L_1, L_3, L_5);
|
|
// }));
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void easyar.ObjectTargetController/<LoadObjFileFromSource>d__35::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CLoadObjFileFromSourceU3Ed__35__ctor_mDBAECBF92D75C2CA4451954AA55633799D71C4EF (U3CLoadObjFileFromSourceU3Ed__35_t0319077D5BBC5B635CA83A0000D92F71C5CD6687* __this, int32_t ___0_U3CU3E1__state, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
int32_t L_0 = ___0_U3CU3E1__state;
|
|
__this->___U3CU3E1__state_0 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// System.Void easyar.ObjectTargetController/<LoadObjFileFromSource>d__35::System.IDisposable.Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CLoadObjFileFromSourceU3Ed__35_System_IDisposable_Dispose_m26A87B842EF470403700866A04505F3B8AE37116 (U3CLoadObjFileFromSourceU3Ed__35_t0319077D5BBC5B635CA83A0000D92F71C5CD6687* __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
{
|
|
int32_t L_0 = __this->___U3CU3E1__state_0;
|
|
V_0 = L_0;
|
|
int32_t L_1 = V_0;
|
|
if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract(L_1, ((int32_t)-4)))) > ((uint32_t)1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_2 = V_0;
|
|
if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract(L_2, 1))) <= ((uint32_t)1))))
|
|
{
|
|
goto IL_0031;
|
|
}
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_002a:
|
|
{// begin finally (depth: 1)
|
|
U3CLoadObjFileFromSourceU3Ed__35_U3CU3Em__Finally1_m5D896F038C6263FE2A76C7EFCBC9F9046AEC41E5(__this, NULL);
|
|
return;
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
{
|
|
int32_t L_3 = V_0;
|
|
if ((((int32_t)L_3) == ((int32_t)((int32_t)-4))))
|
|
{
|
|
goto IL_0020_1;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_4 = V_0;
|
|
if ((((int32_t)L_4) == ((int32_t)2)))
|
|
{
|
|
goto IL_0020_1;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0031;
|
|
}
|
|
|
|
IL_0020_1:
|
|
{
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_0023_1:
|
|
{// begin finally (depth: 2)
|
|
U3CLoadObjFileFromSourceU3Ed__35_U3CU3Em__Finally2_mA935AA5C1A3AADD316BFF934C98E7FFE781FD868(__this, NULL);
|
|
return;
|
|
}// end finally (depth: 2)
|
|
});
|
|
try
|
|
{// begin try (depth: 2)
|
|
goto IL_0031;
|
|
}// end try (depth: 2)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_0031:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean easyar.ObjectTargetController/<LoadObjFileFromSource>d__35::MoveNext()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CLoadObjFileFromSourceU3Ed__35_MoveNext_m9E981AC03B97301ABFD11A06280ABE477C27D18E (U3CLoadObjFileFromSourceU3Ed__35_t0319077D5BBC5B635CA83A0000D92F71C5CD6687* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_1_t1FE3A1AE62AE447DF533658E8E8F95603B6246D4_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BufferDictionary_tE490AD0F155B30D742A22BB6E0B5A39C771DFC94_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_mDB47EEC4531D33B9C33FD2E70BA15E1535A0F3ED_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m143541DD8FBCD313E7554EA738FA813B8F4DB11A_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_GetEnumerator_m7692B5F182858B7D5C72C920D09AD48738D1E70D_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectTargetParameters_tBB7A85D5F4366CB990CF7FD64566E7F29F2B28D9_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Optional_1_get_OnSome_mC50414C53F9E9CBB097204153D628941058972F9_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Optional_1_get_Value_mB11D8F0693D905CA965B73F080444BAD85640E73_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass35_0_U3CLoadObjFileFromSourceU3Eb__0_mE5F673C4D64B19EC30C413B5A6823213E9E97D48_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass35_0_t408F760B0D3407EBB7D41A5C09CADE3D5E502AE1_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass35_1_U3CLoadObjFileFromSourceU3Eb__1_m5EC928183F73FC2E7A0A446D40802BA367A1E1B9_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass35_1_t07237F889C0F03D3B22916B4BAABD8B3A3A4384B_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
int32_t V_1 = 0;
|
|
ObjectTargetController_t48B32473B80F782C65609F8050CF308590D0DEE8* V_2 = NULL;
|
|
U3CU3Ec__DisplayClass35_1_t07237F889C0F03D3B22916B4BAABD8B3A3A4384B* V_3 = NULL;
|
|
ObjectTargetParameters_tBB7A85D5F4366CB990CF7FD64566E7F29F2B28D9* V_4 = NULL;
|
|
Optional_1_tEED41311750CB7982624BE712E12013E6B1C56E2 V_5;
|
|
memset((&V_5), 0, sizeof(V_5));
|
|
Guid_t V_6;
|
|
memset((&V_6), 0, sizeof(V_6));
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Fault([&]
|
|
{
|
|
|
|
FAULT_0261:
|
|
{// begin fault (depth: 1)
|
|
U3CLoadObjFileFromSourceU3Ed__35_System_IDisposable_Dispose_m26A87B842EF470403700866A04505F3B8AE37116(__this, NULL);
|
|
return;
|
|
}// end fault
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
{
|
|
int32_t L_0 = __this->___U3CU3E1__state_0;
|
|
V_1 = L_0;
|
|
ObjectTargetController_t48B32473B80F782C65609F8050CF308590D0DEE8* L_1 = __this->___U3CU3E4__this_4;
|
|
V_2 = L_1;
|
|
int32_t L_2 = V_1;
|
|
switch (L_2)
|
|
{
|
|
case 0:
|
|
{
|
|
goto IL_0027_1;
|
|
}
|
|
case 1:
|
|
{
|
|
goto IL_00b6_1;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_014b_1;
|
|
}
|
|
}
|
|
}
|
|
{
|
|
V_0 = (bool)0;
|
|
goto IL_0268;
|
|
}
|
|
|
|
IL_0027_1:
|
|
{
|
|
__this->___U3CU3E1__state_0 = (-1);
|
|
U3CU3Ec__DisplayClass35_0_t408F760B0D3407EBB7D41A5C09CADE3D5E502AE1* L_3 = (U3CU3Ec__DisplayClass35_0_t408F760B0D3407EBB7D41A5C09CADE3D5E502AE1*)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass35_0_t408F760B0D3407EBB7D41A5C09CADE3D5E502AE1_il2cpp_TypeInfo_var);
|
|
NullCheck(L_3);
|
|
U3CU3Ec__DisplayClass35_0__ctor_m323041982EBA8DC1686D8FE149F6BDBB8927189D(L_3, NULL);
|
|
__this->___U3CU3E8__1_3 = L_3;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CU3E8__1_3), (void*)L_3);
|
|
U3CU3Ec__DisplayClass35_0_t408F760B0D3407EBB7D41A5C09CADE3D5E502AE1* L_4 = __this->___U3CU3E8__1_3;
|
|
ObjFileSourceData_t12FD5C0AA2C6B5B0C12FC0D02D9EA9B3BF5F1533* L_5 = __this->___source_2;
|
|
NullCheck(L_4);
|
|
L_4->___source_0 = L_5;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_4->___source_0), (void*)L_5);
|
|
// using (var objBufferDic = new BufferDictionary())
|
|
U3CU3Ec__DisplayClass35_0_t408F760B0D3407EBB7D41A5C09CADE3D5E502AE1* L_6 = __this->___U3CU3E8__1_3;
|
|
BufferDictionary_tE490AD0F155B30D742A22BB6E0B5A39C771DFC94* L_7 = (BufferDictionary_tE490AD0F155B30D742A22BB6E0B5A39C771DFC94*)il2cpp_codegen_object_new(BufferDictionary_tE490AD0F155B30D742A22BB6E0B5A39C771DFC94_il2cpp_TypeInfo_var);
|
|
NullCheck(L_7);
|
|
BufferDictionary__ctor_mE62FDF347908688343AD0704EFC5B0FA64475326(L_7, NULL);
|
|
NullCheck(L_6);
|
|
L_6->___objBufferDic_1 = L_7;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_6->___objBufferDic_1), (void*)L_7);
|
|
__this->___U3CU3E1__state_0 = ((int32_t)-3);
|
|
// yield return EasyARController.Instance.StartCoroutine(FileUtil.LoadFile(source.ObjPath, source.PathType, (Buffer buffer) =>
|
|
// {
|
|
// objBufferDic.set(FileUtil.PathToUrl(source.ObjPath), buffer.Clone());
|
|
// }));
|
|
il2cpp_codegen_runtime_class_init_inline(EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177_il2cpp_TypeInfo_var);
|
|
EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177* L_8;
|
|
L_8 = EasyARController_get_Instance_mABB2A176E95F0F90E70BD99B143DDFE4AAE1E8FA_inline(NULL);
|
|
U3CU3Ec__DisplayClass35_0_t408F760B0D3407EBB7D41A5C09CADE3D5E502AE1* L_9 = __this->___U3CU3E8__1_3;
|
|
NullCheck(L_9);
|
|
ObjFileSourceData_t12FD5C0AA2C6B5B0C12FC0D02D9EA9B3BF5F1533* L_10 = L_9->___source_0;
|
|
NullCheck(L_10);
|
|
String_t* L_11 = L_10->___ObjPath_1;
|
|
U3CU3Ec__DisplayClass35_0_t408F760B0D3407EBB7D41A5C09CADE3D5E502AE1* L_12 = __this->___U3CU3E8__1_3;
|
|
NullCheck(L_12);
|
|
ObjFileSourceData_t12FD5C0AA2C6B5B0C12FC0D02D9EA9B3BF5F1533* L_13 = L_12->___source_0;
|
|
NullCheck(L_13);
|
|
int32_t L_14 = L_13->___PathType_0;
|
|
U3CU3Ec__DisplayClass35_0_t408F760B0D3407EBB7D41A5C09CADE3D5E502AE1* L_15 = __this->___U3CU3E8__1_3;
|
|
Action_1_t1FE3A1AE62AE447DF533658E8E8F95603B6246D4* L_16 = (Action_1_t1FE3A1AE62AE447DF533658E8E8F95603B6246D4*)il2cpp_codegen_object_new(Action_1_t1FE3A1AE62AE447DF533658E8E8F95603B6246D4_il2cpp_TypeInfo_var);
|
|
NullCheck(L_16);
|
|
Action_1__ctor_mA68C1834FFDBC7C5D28D99B99A08B4A0C2EEFBF5(L_16, L_15, (intptr_t)((void*)U3CU3Ec__DisplayClass35_0_U3CLoadObjFileFromSourceU3Eb__0_mE5F673C4D64B19EC30C413B5A6823213E9E97D48_RuntimeMethod_var), NULL);
|
|
RuntimeObject* L_17;
|
|
L_17 = FileUtil_LoadFile_m503163A62815441E8F2D213A88E2120F8746BA59(L_11, L_14, L_16, NULL);
|
|
NullCheck(L_8);
|
|
Coroutine_t85EA685566A254C23F3FD77AB5BDFFFF8799596B* L_18;
|
|
L_18 = MonoBehaviour_StartCoroutine_m4CAFF732AA28CD3BDC5363B44A863575530EC812(L_8, L_17, NULL);
|
|
__this->___U3CU3E2__current_1 = L_18;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CU3E2__current_1), (void*)L_18);
|
|
__this->___U3CU3E1__state_0 = 1;
|
|
V_0 = (bool)1;
|
|
goto IL_0268;
|
|
}
|
|
|
|
IL_00b6_1:
|
|
{
|
|
__this->___U3CU3E1__state_0 = ((int32_t)-3);
|
|
// foreach (var filePath in source.ExtraFilePaths)
|
|
U3CU3Ec__DisplayClass35_0_t408F760B0D3407EBB7D41A5C09CADE3D5E502AE1* L_19 = __this->___U3CU3E8__1_3;
|
|
NullCheck(L_19);
|
|
ObjFileSourceData_t12FD5C0AA2C6B5B0C12FC0D02D9EA9B3BF5F1533* L_20 = L_19->___source_0;
|
|
NullCheck(L_20);
|
|
List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* L_21 = L_20->___ExtraFilePaths_2;
|
|
NullCheck(L_21);
|
|
Enumerator_tA7A4B718FE1ED1D87565680D8C8195EC8AEAB3D1 L_22;
|
|
L_22 = List_1_GetEnumerator_m7692B5F182858B7D5C72C920D09AD48738D1E70D(L_21, List_1_GetEnumerator_m7692B5F182858B7D5C72C920D09AD48738D1E70D_RuntimeMethod_var);
|
|
__this->___U3CU3E7__wrap1_5 = L_22;
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CU3E7__wrap1_5))->____list_0), (void*)NULL);
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CU3E7__wrap1_5))->____current_3), (void*)NULL);
|
|
#endif
|
|
__this->___U3CU3E1__state_0 = ((int32_t)-4);
|
|
goto IL_0153_1;
|
|
}
|
|
|
|
IL_00e3_1:
|
|
{
|
|
U3CU3Ec__DisplayClass35_1_t07237F889C0F03D3B22916B4BAABD8B3A3A4384B* L_23 = (U3CU3Ec__DisplayClass35_1_t07237F889C0F03D3B22916B4BAABD8B3A3A4384B*)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass35_1_t07237F889C0F03D3B22916B4BAABD8B3A3A4384B_il2cpp_TypeInfo_var);
|
|
NullCheck(L_23);
|
|
U3CU3Ec__DisplayClass35_1__ctor_mED4C324C78D20DF2135734FC2FA54EB9741D639E(L_23, NULL);
|
|
V_3 = L_23;
|
|
U3CU3Ec__DisplayClass35_1_t07237F889C0F03D3B22916B4BAABD8B3A3A4384B* L_24 = V_3;
|
|
U3CU3Ec__DisplayClass35_0_t408F760B0D3407EBB7D41A5C09CADE3D5E502AE1* L_25 = __this->___U3CU3E8__1_3;
|
|
NullCheck(L_24);
|
|
L_24->___CSU24U3CU3E8__locals1_1 = L_25;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_24->___CSU24U3CU3E8__locals1_1), (void*)L_25);
|
|
// foreach (var filePath in source.ExtraFilePaths)
|
|
U3CU3Ec__DisplayClass35_1_t07237F889C0F03D3B22916B4BAABD8B3A3A4384B* L_26 = V_3;
|
|
Enumerator_tA7A4B718FE1ED1D87565680D8C8195EC8AEAB3D1* L_27 = (Enumerator_tA7A4B718FE1ED1D87565680D8C8195EC8AEAB3D1*)(&__this->___U3CU3E7__wrap1_5);
|
|
String_t* L_28;
|
|
L_28 = Enumerator_get_Current_m143541DD8FBCD313E7554EA738FA813B8F4DB11A_inline(L_27, Enumerator_get_Current_m143541DD8FBCD313E7554EA738FA813B8F4DB11A_RuntimeMethod_var);
|
|
NullCheck(L_26);
|
|
L_26->___filePath_0 = L_28;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_26->___filePath_0), (void*)L_28);
|
|
// yield return EasyARController.Instance.StartCoroutine(FileUtil.LoadFile(filePath, source.PathType, (Buffer buffer) =>
|
|
// {
|
|
// objBufferDic.set(FileUtil.PathToUrl(filePath), buffer.Clone());
|
|
// }));
|
|
il2cpp_codegen_runtime_class_init_inline(EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177_il2cpp_TypeInfo_var);
|
|
EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177* L_29;
|
|
L_29 = EasyARController_get_Instance_mABB2A176E95F0F90E70BD99B143DDFE4AAE1E8FA_inline(NULL);
|
|
U3CU3Ec__DisplayClass35_1_t07237F889C0F03D3B22916B4BAABD8B3A3A4384B* L_30 = V_3;
|
|
NullCheck(L_30);
|
|
String_t* L_31 = L_30->___filePath_0;
|
|
U3CU3Ec__DisplayClass35_1_t07237F889C0F03D3B22916B4BAABD8B3A3A4384B* L_32 = V_3;
|
|
NullCheck(L_32);
|
|
U3CU3Ec__DisplayClass35_0_t408F760B0D3407EBB7D41A5C09CADE3D5E502AE1* L_33 = L_32->___CSU24U3CU3E8__locals1_1;
|
|
NullCheck(L_33);
|
|
ObjFileSourceData_t12FD5C0AA2C6B5B0C12FC0D02D9EA9B3BF5F1533* L_34 = L_33->___source_0;
|
|
NullCheck(L_34);
|
|
int32_t L_35 = L_34->___PathType_0;
|
|
U3CU3Ec__DisplayClass35_1_t07237F889C0F03D3B22916B4BAABD8B3A3A4384B* L_36 = V_3;
|
|
Action_1_t1FE3A1AE62AE447DF533658E8E8F95603B6246D4* L_37 = (Action_1_t1FE3A1AE62AE447DF533658E8E8F95603B6246D4*)il2cpp_codegen_object_new(Action_1_t1FE3A1AE62AE447DF533658E8E8F95603B6246D4_il2cpp_TypeInfo_var);
|
|
NullCheck(L_37);
|
|
Action_1__ctor_mA68C1834FFDBC7C5D28D99B99A08B4A0C2EEFBF5(L_37, L_36, (intptr_t)((void*)U3CU3Ec__DisplayClass35_1_U3CLoadObjFileFromSourceU3Eb__1_m5EC928183F73FC2E7A0A446D40802BA367A1E1B9_RuntimeMethod_var), NULL);
|
|
RuntimeObject* L_38;
|
|
L_38 = FileUtil_LoadFile_m503163A62815441E8F2D213A88E2120F8746BA59(L_31, L_35, L_37, NULL);
|
|
NullCheck(L_29);
|
|
Coroutine_t85EA685566A254C23F3FD77AB5BDFFFF8799596B* L_39;
|
|
L_39 = MonoBehaviour_StartCoroutine_m4CAFF732AA28CD3BDC5363B44A863575530EC812(L_29, L_38, NULL);
|
|
__this->___U3CU3E2__current_1 = L_39;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CU3E2__current_1), (void*)L_39);
|
|
__this->___U3CU3E1__state_0 = 2;
|
|
V_0 = (bool)1;
|
|
goto IL_0268;
|
|
}
|
|
|
|
IL_014b_1:
|
|
{
|
|
__this->___U3CU3E1__state_0 = ((int32_t)-4);
|
|
}
|
|
|
|
IL_0153_1:
|
|
{
|
|
// foreach (var filePath in source.ExtraFilePaths)
|
|
Enumerator_tA7A4B718FE1ED1D87565680D8C8195EC8AEAB3D1* L_40 = (Enumerator_tA7A4B718FE1ED1D87565680D8C8195EC8AEAB3D1*)(&__this->___U3CU3E7__wrap1_5);
|
|
bool L_41;
|
|
L_41 = Enumerator_MoveNext_mDB47EEC4531D33B9C33FD2E70BA15E1535A0F3ED(L_40, Enumerator_MoveNext_mDB47EEC4531D33B9C33FD2E70BA15E1535A0F3ED_RuntimeMethod_var);
|
|
if (L_41)
|
|
{
|
|
goto IL_00e3_1;
|
|
}
|
|
}
|
|
{
|
|
U3CLoadObjFileFromSourceU3Ed__35_U3CU3Em__Finally2_mA935AA5C1A3AADD316BFF934C98E7FFE781FD868(__this, NULL);
|
|
Enumerator_tA7A4B718FE1ED1D87565680D8C8195EC8AEAB3D1* L_42 = (Enumerator_tA7A4B718FE1ED1D87565680D8C8195EC8AEAB3D1*)(&__this->___U3CU3E7__wrap1_5);
|
|
il2cpp_codegen_initobj(L_42, sizeof(Enumerator_tA7A4B718FE1ED1D87565680D8C8195EC8AEAB3D1));
|
|
// using (var param = new ObjectTargetParameters())
|
|
ObjectTargetParameters_tBB7A85D5F4366CB990CF7FD64566E7F29F2B28D9* L_43 = (ObjectTargetParameters_tBB7A85D5F4366CB990CF7FD64566E7F29F2B28D9*)il2cpp_codegen_object_new(ObjectTargetParameters_tBB7A85D5F4366CB990CF7FD64566E7F29F2B28D9_il2cpp_TypeInfo_var);
|
|
NullCheck(L_43);
|
|
ObjectTargetParameters__ctor_m588A6946D595EFF494B9C914819D7ABDD9970251(L_43, NULL);
|
|
V_4 = L_43;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_0245_1:
|
|
{// begin finally (depth: 2)
|
|
{
|
|
ObjectTargetParameters_tBB7A85D5F4366CB990CF7FD64566E7F29F2B28D9* L_44 = V_4;
|
|
if (!L_44)
|
|
{
|
|
goto IL_0250_1;
|
|
}
|
|
}
|
|
{
|
|
ObjectTargetParameters_tBB7A85D5F4366CB990CF7FD64566E7F29F2B28D9* L_45 = V_4;
|
|
NullCheck(L_45);
|
|
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_45);
|
|
}
|
|
|
|
IL_0250_1:
|
|
{
|
|
return;
|
|
}
|
|
}// end finally (depth: 2)
|
|
});
|
|
try
|
|
{// begin try (depth: 2)
|
|
{
|
|
// param.setBufferDictionary(objBufferDic);
|
|
ObjectTargetParameters_tBB7A85D5F4366CB990CF7FD64566E7F29F2B28D9* L_46 = V_4;
|
|
U3CU3Ec__DisplayClass35_0_t408F760B0D3407EBB7D41A5C09CADE3D5E502AE1* L_47 = __this->___U3CU3E8__1_3;
|
|
NullCheck(L_47);
|
|
BufferDictionary_tE490AD0F155B30D742A22BB6E0B5A39C771DFC94* L_48 = L_47->___objBufferDic_1;
|
|
NullCheck(L_46);
|
|
VirtualActionInvoker1< BufferDictionary_tE490AD0F155B30D742A22BB6E0B5A39C771DFC94* >::Invoke(7 /* System.Void easyar.ObjectTargetParameters::setBufferDictionary(easyar.BufferDictionary) */, L_46, L_48);
|
|
// param.setObjPath(FileUtil.PathToUrl(source.ObjPath));
|
|
ObjectTargetParameters_tBB7A85D5F4366CB990CF7FD64566E7F29F2B28D9* L_49 = V_4;
|
|
U3CU3Ec__DisplayClass35_0_t408F760B0D3407EBB7D41A5C09CADE3D5E502AE1* L_50 = __this->___U3CU3E8__1_3;
|
|
NullCheck(L_50);
|
|
ObjFileSourceData_t12FD5C0AA2C6B5B0C12FC0D02D9EA9B3BF5F1533* L_51 = L_50->___source_0;
|
|
NullCheck(L_51);
|
|
String_t* L_52 = L_51->___ObjPath_1;
|
|
String_t* L_53;
|
|
L_53 = FileUtil_PathToUrl_m36754E7FC561C79394A63B98A2AE8AFD11EA24D4(L_52, NULL);
|
|
NullCheck(L_49);
|
|
VirtualActionInvoker1< String_t* >::Invoke(9 /* System.Void easyar.ObjectTargetParameters::setObjPath(System.String) */, L_49, L_53);
|
|
// param.setName(source.Name);
|
|
ObjectTargetParameters_tBB7A85D5F4366CB990CF7FD64566E7F29F2B28D9* L_54 = V_4;
|
|
U3CU3Ec__DisplayClass35_0_t408F760B0D3407EBB7D41A5C09CADE3D5E502AE1* L_55 = __this->___U3CU3E8__1_3;
|
|
NullCheck(L_55);
|
|
ObjFileSourceData_t12FD5C0AA2C6B5B0C12FC0D02D9EA9B3BF5F1533* L_56 = L_55->___source_0;
|
|
NullCheck(L_56);
|
|
String_t* L_57 = L_56->___Name_3;
|
|
NullCheck(L_54);
|
|
VirtualActionInvoker1< String_t* >::Invoke(11 /* System.Void easyar.ObjectTargetParameters::setName(System.String) */, L_54, L_57);
|
|
// param.setScale(source.Scale);
|
|
ObjectTargetParameters_tBB7A85D5F4366CB990CF7FD64566E7F29F2B28D9* L_58 = V_4;
|
|
U3CU3Ec__DisplayClass35_0_t408F760B0D3407EBB7D41A5C09CADE3D5E502AE1* L_59 = __this->___U3CU3E8__1_3;
|
|
NullCheck(L_59);
|
|
ObjFileSourceData_t12FD5C0AA2C6B5B0C12FC0D02D9EA9B3BF5F1533* L_60 = L_59->___source_0;
|
|
NullCheck(L_60);
|
|
float L_61 = L_60->___Scale_4;
|
|
NullCheck(L_58);
|
|
VirtualActionInvoker1< float >::Invoke(17 /* System.Void easyar.ObjectTargetParameters::setScale(System.Single) */, L_58, L_61);
|
|
// param.setUid(Guid.NewGuid().ToString());
|
|
ObjectTargetParameters_tBB7A85D5F4366CB990CF7FD64566E7F29F2B28D9* L_62 = V_4;
|
|
Guid_t L_63;
|
|
L_63 = Guid_NewGuid_m1F4894E8DC089811D6252148AD5858E58D43A7BD(NULL);
|
|
V_6 = L_63;
|
|
String_t* L_64;
|
|
L_64 = Guid_ToString_m2BFFD5FA726E03FA707AAFCCF065896C46D5290C((&V_6), NULL);
|
|
NullCheck(L_62);
|
|
VirtualActionInvoker1< String_t* >::Invoke(13 /* System.Void easyar.ObjectTargetParameters::setUid(System.String) */, L_62, L_64);
|
|
// param.setMeta(string.Empty);
|
|
ObjectTargetParameters_tBB7A85D5F4366CB990CF7FD64566E7F29F2B28D9* L_65 = V_4;
|
|
String_t* L_66 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
|
|
NullCheck(L_65);
|
|
VirtualActionInvoker1< String_t* >::Invoke(15 /* System.Void easyar.ObjectTargetParameters::setMeta(System.String) */, L_65, L_66);
|
|
// var targetOptional = ObjectTarget.createFromParameters(param);
|
|
ObjectTargetParameters_tBB7A85D5F4366CB990CF7FD64566E7F29F2B28D9* L_67 = V_4;
|
|
Optional_1_tEED41311750CB7982624BE712E12013E6B1C56E2 L_68;
|
|
L_68 = ObjectTarget_createFromParameters_m305562BEC6C47D91FDBC499EE21B999FF56AA61A(L_67, NULL);
|
|
V_5 = L_68;
|
|
// if (targetOptional.OnSome)
|
|
bool L_69;
|
|
L_69 = Optional_1_get_OnSome_mC50414C53F9E9CBB097204153D628941058972F9((&V_5), Optional_1_get_OnSome_mC50414C53F9E9CBB097204153D628941058972F9_RuntimeMethod_var);
|
|
if (!L_69)
|
|
{
|
|
goto IL_0238_2;
|
|
}
|
|
}
|
|
{
|
|
// Target = targetOptional.Value;
|
|
ObjectTargetController_t48B32473B80F782C65609F8050CF308590D0DEE8* L_70 = V_2;
|
|
ObjectTarget_t3A3463C5371DB932B7DCAA1EE9BEECC47EE97561* L_71;
|
|
L_71 = Optional_1_get_Value_mB11D8F0693D905CA965B73F080444BAD85640E73((&V_5), Optional_1_get_Value_mB11D8F0693D905CA965B73F080444BAD85640E73_RuntimeMethod_var);
|
|
NullCheck(L_70);
|
|
ObjectTargetController_set_Target_m424F61A0D108DF516FFB4DCA198F9C1C99382AD6_inline(L_70, L_71, NULL);
|
|
// if (Target != null && TargetAvailable != null)
|
|
ObjectTargetController_t48B32473B80F782C65609F8050CF308590D0DEE8* L_72 = V_2;
|
|
NullCheck(L_72);
|
|
ObjectTarget_t3A3463C5371DB932B7DCAA1EE9BEECC47EE97561* L_73;
|
|
L_73 = ObjectTargetController_get_Target_m68ACD08B1961274389988847AB9C00725BF35FD1_inline(L_72, NULL);
|
|
if (!L_73)
|
|
{
|
|
goto IL_0243_2;
|
|
}
|
|
}
|
|
{
|
|
ObjectTargetController_t48B32473B80F782C65609F8050CF308590D0DEE8* L_74 = V_2;
|
|
NullCheck(L_74);
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_75 = L_74->___TargetAvailable_21;
|
|
if (!L_75)
|
|
{
|
|
goto IL_0243_2;
|
|
}
|
|
}
|
|
{
|
|
// TargetAvailable();
|
|
ObjectTargetController_t48B32473B80F782C65609F8050CF308590D0DEE8* L_76 = V_2;
|
|
NullCheck(L_76);
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_77 = L_76->___TargetAvailable_21;
|
|
NullCheck(L_77);
|
|
Action_Invoke_m7126A54DACA72B845424072887B5F3A51FC3808E_inline(L_77, NULL);
|
|
goto IL_0243_2;
|
|
}
|
|
|
|
IL_0238_2:
|
|
{
|
|
// throw new Exception("invalid parameter");
|
|
Exception_t* L_78 = (Exception_t*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_78);
|
|
Exception__ctor_m9B2BD92CD68916245A75109105D9071C9D430E7F(L_78, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral5D49EC77A90117182261FF3C70616604F150A543)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_78, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CLoadObjFileFromSourceU3Ed__35_MoveNext_m9E981AC03B97301ABFD11A06280ABE477C27D18E_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0243_2:
|
|
{
|
|
// }
|
|
goto IL_0251_1;
|
|
}
|
|
}// end try (depth: 2)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_0251_1:
|
|
{
|
|
// }
|
|
U3CLoadObjFileFromSourceU3Ed__35_U3CU3Em__Finally1_m5D896F038C6263FE2A76C7EFCBC9F9046AEC41E5(__this, NULL);
|
|
// UpdateTargetInTracker();
|
|
ObjectTargetController_t48B32473B80F782C65609F8050CF308590D0DEE8* L_79 = V_2;
|
|
NullCheck(L_79);
|
|
ObjectTargetController_UpdateTargetInTracker_m7AF46A415F20D4DBC79E9BEA4C79285C50F690BE(L_79, NULL);
|
|
// }
|
|
V_0 = (bool)0;
|
|
goto IL_0268;
|
|
}
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_0268:
|
|
{
|
|
bool L_80 = V_0;
|
|
return L_80;
|
|
}
|
|
}
|
|
// System.Void easyar.ObjectTargetController/<LoadObjFileFromSource>d__35::<>m__Finally1()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CLoadObjFileFromSourceU3Ed__35_U3CU3Em__Finally1_m5D896F038C6263FE2A76C7EFCBC9F9046AEC41E5 (U3CLoadObjFileFromSourceU3Ed__35_t0319077D5BBC5B635CA83A0000D92F71C5CD6687* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
__this->___U3CU3E1__state_0 = (-1);
|
|
U3CU3Ec__DisplayClass35_0_t408F760B0D3407EBB7D41A5C09CADE3D5E502AE1* L_0 = __this->___U3CU3E8__1_3;
|
|
NullCheck(L_0);
|
|
BufferDictionary_tE490AD0F155B30D742A22BB6E0B5A39C771DFC94* L_1 = L_0->___objBufferDic_1;
|
|
if (!L_1)
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
U3CU3Ec__DisplayClass35_0_t408F760B0D3407EBB7D41A5C09CADE3D5E502AE1* L_2 = __this->___U3CU3E8__1_3;
|
|
NullCheck(L_2);
|
|
BufferDictionary_tE490AD0F155B30D742A22BB6E0B5A39C771DFC94* L_3 = L_2->___objBufferDic_1;
|
|
NullCheck(L_3);
|
|
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_3);
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void easyar.ObjectTargetController/<LoadObjFileFromSource>d__35::<>m__Finally2()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CLoadObjFileFromSourceU3Ed__35_U3CU3Em__Finally2_mA935AA5C1A3AADD316BFF934C98E7FFE781FD868 (U3CLoadObjFileFromSourceU3Ed__35_t0319077D5BBC5B635CA83A0000D92F71C5CD6687* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m592BCCE7B7933454DED2130C810F059F8D85B1D7_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
__this->___U3CU3E1__state_0 = ((int32_t)-3);
|
|
Enumerator_tA7A4B718FE1ED1D87565680D8C8195EC8AEAB3D1* L_0 = (Enumerator_tA7A4B718FE1ED1D87565680D8C8195EC8AEAB3D1*)(&__this->___U3CU3E7__wrap1_5);
|
|
Enumerator_Dispose_m592BCCE7B7933454DED2130C810F059F8D85B1D7(L_0, Enumerator_Dispose_m592BCCE7B7933454DED2130C810F059F8D85B1D7_RuntimeMethod_var);
|
|
return;
|
|
}
|
|
}
|
|
// System.Object easyar.ObjectTargetController/<LoadObjFileFromSource>d__35::System.Collections.Generic.IEnumerator<System.Object>.get_Current()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CLoadObjFileFromSourceU3Ed__35_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_mA26CEDF7C5181138F1B920F9D90A7A6DD3A6D3AE (U3CLoadObjFileFromSourceU3Ed__35_t0319077D5BBC5B635CA83A0000D92F71C5CD6687* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject* L_0 = __this->___U3CU3E2__current_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void easyar.ObjectTargetController/<LoadObjFileFromSource>d__35::System.Collections.IEnumerator.Reset()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CLoadObjFileFromSourceU3Ed__35_System_Collections_IEnumerator_Reset_m4FD824F7F01FB0E3832B920F9B432A593145D480 (U3CLoadObjFileFromSourceU3Ed__35_t0319077D5BBC5B635CA83A0000D92F71C5CD6687* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* L_0 = (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_0);
|
|
NotSupportedException__ctor_m1398D0CDE19B36AA3DE9392879738C1EA2439CDF(L_0, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CLoadObjFileFromSourceU3Ed__35_System_Collections_IEnumerator_Reset_m4FD824F7F01FB0E3832B920F9B432A593145D480_RuntimeMethod_var)));
|
|
}
|
|
}
|
|
// System.Object easyar.ObjectTargetController/<LoadObjFileFromSource>d__35::System.Collections.IEnumerator.get_Current()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CLoadObjFileFromSourceU3Ed__35_System_Collections_IEnumerator_get_Current_m4B6543D28012C97259D791AF30A751CEE2E3ED73 (U3CLoadObjFileFromSourceU3Ed__35_t0319077D5BBC5B635CA83A0000D92F71C5CD6687* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject* L_0 = __this->___U3CU3E2__current_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Retainer_Invoke_mAE6440576152AFF79D3692B99D7123EB84655CA8_inline (Retainer_t21E37A78A5C591A4A1DB7494A454CCADF411A77A* __this, intptr_t ___0_This, intptr_t* ___1_Return, const RuntimeMethod* method)
|
|
{
|
|
typedef void (*FunctionPointerType) (RuntimeObject*, intptr_t, intptr_t*, const RuntimeMethod*);
|
|
((FunctionPointerType)__this->___invoke_impl_1)((Il2CppObject*)__this->___method_code_6, ___0_This, ___1_Return, reinterpret_cast<RuntimeMethod*>(__this->___method_3));
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void CameraImageRenderer_set_UserTexture_m845F18CD91DCCF9F937CF1C9AA1F01AB0F0C5781_inline (CameraImageRenderer_tD369A344F7BD6A09BE29193551EA348BC22D7078* __this, Optional_1_tA5DF3E7EEEFCADFC2F37F8D67FAE65A139B559C4 ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// internal Optional<RenderTexture> UserTexture { get; private set; }
|
|
Optional_1_tA5DF3E7EEEFCADFC2F37F8D67FAE65A139B559C4 L_0 = ___0_value;
|
|
__this->___U3CUserTextureU3Ek__BackingField_18 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CUserTextureU3Ek__BackingField_18))->___Some_2), (void*)NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ARAssembly_t5F1E1DD46E4F3CA1BAF7ACAFC438564C8E5B02EB* ARSession_get_Assembly_mD1EE98F79892BB336FDEB644E9E2FE68B5EF3994_inline (ARSession_tE7BD3656886DDF0823637E4219C76DA80A215D35* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public ARAssembly Assembly { get; private set; }
|
|
ARAssembly_t5F1E1DD46E4F3CA1BAF7ACAFC438564C8E5B02EB* L_0 = __this->___U3CAssemblyU3Ek__BackingField_15;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* ARAssembly_get_Camera_mC6B606117E775EE115EDE9C2F99DBCE08992370A_inline (ARAssembly_t5F1E1DD46E4F3CA1BAF7ACAFC438564C8E5B02EB* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public Camera Camera { get; private set; }
|
|
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_0 = __this->___U3CCameraU3Ek__BackingField_13;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* __this, float ___0_x, float ___1_y, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
float L_0 = ___0_x;
|
|
__this->___x_0 = L_0;
|
|
float L_1 = ___1_y;
|
|
__this->___y_1 = L_1;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* __this, float ___0_x, float ___1_y, float ___2_z, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
float L_0 = ___0_x;
|
|
__this->___x_2 = L_0;
|
|
float L_1 = ___1_y;
|
|
__this->___y_3 = L_1;
|
|
float L_2 = ___2_z;
|
|
__this->___z_4 = L_2;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 Matrix4x4_get_identity_m6568A73831F3E2D587420D20FF423959D7D8AB56_inline (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_0 = ((Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6_StaticFields*)il2cpp_codegen_static_fields_for(Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6_il2cpp_TypeInfo_var))->___identityMatrix_17;
|
|
V_0 = L_0;
|
|
goto IL_0009;
|
|
}
|
|
|
|
IL_0009:
|
|
{
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 Quaternion_Euler_m9262AB29E3E9CE94EF71051F38A28E82AEC73F90_inline (float ___0_x, float ___1_y, float ___2_z, const RuntimeMethod* method)
|
|
{
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
float L_0 = ___0_x;
|
|
float L_1 = ___1_y;
|
|
float L_2 = ___2_z;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_3;
|
|
memset((&L_3), 0, sizeof(L_3));
|
|
Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&L_3), L_0, L_1, L_2, /*hidden argument*/NULL);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_4;
|
|
L_4 = Vector3_op_Multiply_m87BA7C578F96C8E49BB07088DAAC4649F83B0353_inline(L_3, (0.0174532924f), NULL);
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_5;
|
|
L_5 = Quaternion_Internal_FromEulerRad_m66D4475341F53949471E6870FB5C5E4A5E9BA93E(L_4, NULL);
|
|
V_0 = L_5;
|
|
goto IL_001b;
|
|
}
|
|
|
|
IL_001b:
|
|
{
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_6 = V_0;
|
|
return L_6;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Color_tD001788D726C3A7F1379BEED0260B9591F440C1F Color_get_clear_m02E023A7D396B973288B3915F6F24FBF7E0DC81D_inline (const RuntimeMethod* method)
|
|
{
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_0;
|
|
memset((&L_0), 0, sizeof(L_0));
|
|
Color__ctor_m3786F0D6E510D9CFA544523A955870BD2A514C8C_inline((&L_0), (0.0f), (0.0f), (0.0f), (0.0f), /*hidden argument*/NULL);
|
|
V_0 = L_0;
|
|
goto IL_001d;
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DisplayEmulator_set_Rotation_m8FB54B32051497A83C0CE0C04EEAFE8595EEF51C_inline (DisplayEmulator_t2E0A8EDC08F0914C1AB7368D35286516CCA00DE5* __this, int32_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public int Rotation { get; private set; }
|
|
int32_t L_0 = ___0_value;
|
|
__this->___U3CRotationU3Ek__BackingField_0 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ARCoreCameraDevice_t55396DBC36D7E26AFDF6CC2A72F7C86664326073* ARCoreFrameSource_get_Device_mB802624820870324F80EF334DC9642CF87903AB4_inline (ARCoreFrameSource_t13E57941891C16484C10CCAB4474FDF5F39B3819* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public ARCoreCameraDevice Device { get; private set; }
|
|
ARCoreCameraDevice_t55396DBC36D7E26AFDF6CC2A72F7C86664326073* L_0 = __this->___U3CDeviceU3Ek__BackingField_11;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR EasyARSettings_t4901518F6AEDF9035FB580B2A6001660C0A99E64* EasyARSettings_get_Instance_mD8F28A062A67B7FDD6816400A992AA8EF18DC4D6_inline (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EasyARSettings_t4901518F6AEDF9035FB580B2A6001660C0A99E64_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public static EasyARSettings Instance { get; private set; }
|
|
EasyARSettings_t4901518F6AEDF9035FB580B2A6001660C0A99E64* L_0 = ((EasyARSettings_t4901518F6AEDF9035FB580B2A6001660C0A99E64_StaticFields*)il2cpp_codegen_static_fields_for(EasyARSettings_t4901518F6AEDF9035FB580B2A6001660C0A99E64_il2cpp_TypeInfo_var))->___U3CInstanceU3Ek__BackingField_18;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR DelayedCallbackScheduler_t7250FB4EE6119AFDCFBAC0DEADD337F1E576FD97* EasyARController_get_Scheduler_mD1D0082110E4A3B2159F15AFC586071831436EE6_inline (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public static DelayedCallbackScheduler Scheduler { get; private set; }
|
|
il2cpp_codegen_runtime_class_init_inline(EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177_il2cpp_TypeInfo_var);
|
|
DelayedCallbackScheduler_t7250FB4EE6119AFDCFBAC0DEADD337F1E576FD97* L_0 = ((EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177_StaticFields*)il2cpp_codegen_static_fields_for(EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177_il2cpp_TypeInfo_var))->___U3CSchedulerU3Ek__BackingField_11;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Action_Invoke_m7126A54DACA72B845424072887B5F3A51FC3808E_inline (Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* __this, const RuntimeMethod* method)
|
|
{
|
|
typedef void (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*);
|
|
((FunctionPointerType)__this->___invoke_impl_1)((Il2CppObject*)__this->___method_code_6, reinterpret_cast<RuntimeMethod*>(__this->___method_3));
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ARCoreFrameSource_set_Device_m9753CB07B43E0567E443251E94C751A215559688_inline (ARCoreFrameSource_t13E57941891C16484C10CCAB4474FDF5F39B3819* __this, ARCoreCameraDevice_t55396DBC36D7E26AFDF6CC2A72F7C86664326073* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public ARCoreCameraDevice Device { get; private set; }
|
|
ARCoreCameraDevice_t55396DBC36D7E26AFDF6CC2A72F7C86664326073* L_0 = ___0_value;
|
|
__this->___U3CDeviceU3Ek__BackingField_11 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CDeviceU3Ek__BackingField_11), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FrameSource_Connect_mB09DED105CF24C36911E1072F20605A273CEE7D2_inline (FrameSource_tEFFB44317ECA60F900CBDDA05D06E675C6CC88CD* __this, InputFrameSink_tA6E249222893426FDB034E5CE860F0037DAE4F95* ___0_val, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// sink = val;
|
|
InputFrameSink_tA6E249222893426FDB034E5CE860F0037DAE4F95* L_0 = ___0_val;
|
|
__this->___sink_4 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___sink_4), (void*)L_0);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ARKitCameraDevice_t25D15798449B95FF8BB3699EBB66F0C23CFF0F79* ARKitFrameSource_get_Device_m1BE29AA9CA3290E3FAB1D887107D642F96C634B1_inline (ARKitFrameSource_tEB7A3BC3F1AE0F1E99D96C5C270D284250D3CCD7* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public ARKitCameraDevice Device { get; private set; }
|
|
ARKitCameraDevice_t25D15798449B95FF8BB3699EBB66F0C23CFF0F79* L_0 = __this->___U3CDeviceU3Ek__BackingField_11;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ARKitFrameSource_set_Device_mCC1BEE4CD9E02822311B7A7A327998EEF481E591_inline (ARKitFrameSource_tEB7A3BC3F1AE0F1E99D96C5C270D284250D3CCD7* __this, ARKitCameraDevice_t25D15798449B95FF8BB3699EBB66F0C23CFF0F79* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public ARKitCameraDevice Device { get; private set; }
|
|
ARKitCameraDevice_t25D15798449B95FF8BB3699EBB66F0C23CFF0F79* L_0 = ___0_value;
|
|
__this->___U3CDeviceU3Ek__BackingField_11 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CDeviceU3Ek__BackingField_11), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR CameraDevice_tD49A49DD97F9C0B672E5617F54A2B15B7CB2ACCE* CameraDeviceFrameSource_get_Device_mFBF96962AC6D4A698F2F9586D28AF1654B7F0708_inline (CameraDeviceFrameSource_t96C3510E9C369F5946CEBF25739FF84997FA1A92* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public CameraDevice Device { get; private set; }
|
|
CameraDevice_tD49A49DD97F9C0B672E5617F54A2B15B7CB2ACCE* L_0 = __this->___U3CDeviceU3Ek__BackingField_11;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void CameraDeviceFrameSource_set_Device_mAE6594D620E64B812F45298BC08D47D7CFF736DB_inline (CameraDeviceFrameSource_t96C3510E9C369F5946CEBF25739FF84997FA1A92* __this, CameraDevice_tD49A49DD97F9C0B672E5617F54A2B15B7CB2ACCE* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public CameraDevice Device { get; private set; }
|
|
CameraDevice_tD49A49DD97F9C0B672E5617F54A2B15B7CB2ACCE* L_0 = ___0_value;
|
|
__this->___U3CDeviceU3Ek__BackingField_11 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CDeviceU3Ek__BackingField_11), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t CameraDeviceFrameSource_get_CameraPreference_mB05327374BAA6AB1AA5CF2AA8847F46916E9B578_inline (CameraDeviceFrameSource_t96C3510E9C369F5946CEBF25739FF84997FA1A92* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// get { return cameraPreference; }
|
|
int32_t L_0 = __this->___cameraPreference_18;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR MotionTrackerCameraDevice_tD436B669F38CE985813E95A6F7828D3E4BB8C0BB* MotionTrackerFrameSource_get_Device_mC0E3FFC702FE8394DBEE46E8E26DFD9BD5D61518_inline (MotionTrackerFrameSource_tD7D327ED271EF894B64ED950708BB80FEC03DE00* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public MotionTrackerCameraDevice Device { get; private set; }
|
|
MotionTrackerCameraDevice_tD436B669F38CE985813E95A6F7828D3E4BB8C0BB* L_0 = __this->___U3CDeviceU3Ek__BackingField_11;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR List_1_t158A784F818ED74D8CBDE0E1C08AF2A6BA10BBDA* ARAssembly_get_FrameFilters_m1385B673BF63B3C979935AA0880B60C3E305174C_inline (ARAssembly_t5F1E1DD46E4F3CA1BAF7ACAFC438564C8E5B02EB* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public List<FrameFilter> FrameFilters { get; private set; } = new List<FrameFilter>();
|
|
List_1_t158A784F818ED74D8CBDE0E1C08AF2A6BA10BBDA* L_0 = __this->___U3CFrameFiltersU3Ek__BackingField_12;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void MotionTrackerFrameSource_set_Device_m1C93C53A2C9FAF376ED68836300E941B440091A4_inline (MotionTrackerFrameSource_tD7D327ED271EF894B64ED950708BB80FEC03DE00* __this, MotionTrackerCameraDevice_tD436B669F38CE985813E95A6F7828D3E4BB8C0BB* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public MotionTrackerCameraDevice Device { get; private set; }
|
|
MotionTrackerCameraDevice_tD436B669F38CE985813E95A6F7828D3E4BB8C0BB* L_0 = ___0_value;
|
|
__this->___U3CDeviceU3Ek__BackingField_11 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CDeviceU3Ek__BackingField_11), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool EasyARController_get_Initialized_m0F47D5BCEF5B10A78F29551AE17BBB83924BF335_inline (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public static bool Initialized { get; private set; }
|
|
il2cpp_codegen_runtime_class_init_inline(EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177_il2cpp_TypeInfo_var);
|
|
bool L_0 = ((EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177_StaticFields*)il2cpp_codegen_static_fields_for(EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177_il2cpp_TypeInfo_var))->___U3CInitializedU3Ek__BackingField_10;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool VideoRecorder_get_IsReady_m414189B01158947BCA5F7DED787FA38BD8982C8E_inline (VideoRecorder_tDF4C48CC4953CFE26510C712A7CAF89C8C8609DB* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public bool IsReady { get; private set; }
|
|
bool L_0 = __this->___U3CIsReadyU3Ek__BackingField_11;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void VideoRecorder_set_IsReady_mA77771EAB389C9CB84DBD6795376B977C525BA41_inline (VideoRecorder_tDF4C48CC4953CFE26510C712A7CAF89C8C8609DB* __this, bool ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public bool IsReady { get; private set; }
|
|
bool L_0 = ___0_value;
|
|
__this->___U3CIsReadyU3Ek__BackingField_11 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void EasyARController_set_Initialized_m94FEC44414B9AEE174933A77D6CB708EC2BF40E3_inline (bool ___0_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public static bool Initialized { get; private set; }
|
|
bool L_0 = ___0_value;
|
|
il2cpp_codegen_runtime_class_init_inline(EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177_il2cpp_TypeInfo_var);
|
|
((EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177_StaticFields*)il2cpp_codegen_static_fields_for(EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177_il2cpp_TypeInfo_var))->___U3CInitializedU3Ek__BackingField_10 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void EasyARController_set_Scheduler_mC91879EF9F7FD8D67D1D3B049C3C6B251E992E50_inline (DelayedCallbackScheduler_t7250FB4EE6119AFDCFBAC0DEADD337F1E576FD97* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public static DelayedCallbackScheduler Scheduler { get; private set; }
|
|
DelayedCallbackScheduler_t7250FB4EE6119AFDCFBAC0DEADD337F1E576FD97* L_0 = ___0_value;
|
|
il2cpp_codegen_runtime_class_init_inline(EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177_il2cpp_TypeInfo_var);
|
|
((EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177_StaticFields*)il2cpp_codegen_static_fields_for(EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177_il2cpp_TypeInfo_var))->___U3CSchedulerU3Ek__BackingField_11 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177_StaticFields*)il2cpp_codegen_static_fields_for(EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177_il2cpp_TypeInfo_var))->___U3CSchedulerU3Ek__BackingField_11), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Version_get_Major_m1F782BA72C64627627ADC2090C147CF887CE7795_inline (Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->____Major_0;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Version_get_Minor_m5EEC53977DFD0A9D8F3276DA2532E8DC1644F80E_inline (Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->____Minor_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void EasyARController_set_Instance_m50D1201F324553BEB5F07033B794510B37826CA1_inline (EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public static EasyARController Instance { get; private set; }
|
|
EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177* L_0 = ___0_value;
|
|
il2cpp_codegen_runtime_class_init_inline(EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177_il2cpp_TypeInfo_var);
|
|
((EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177_StaticFields*)il2cpp_codegen_static_fields_for(EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177_il2cpp_TypeInfo_var))->___U3CInstanceU3Ek__BackingField_9 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177_StaticFields*)il2cpp_codegen_static_fields_for(EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177_il2cpp_TypeInfo_var))->___U3CInstanceU3Ek__BackingField_9), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void EasyARController_set_Display_m0658B989504C86624A8433731D3882D0642EB2B5_inline (EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177* __this, Display_tB1D5BF85C3C9D5D143CF2406E5676281CC8C3FEE* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// internal Display Display { get; private set; }
|
|
Display_tB1D5BF85C3C9D5D143CF2406E5676281CC8C3FEE* L_0 = ___0_value;
|
|
__this->___U3CDisplayU3Ek__BackingField_13 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CDisplayU3Ek__BackingField_13), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void EasyARController_set_Worker_m084F9786B7042B40EA561AB6951A533C0AD506AE_inline (EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177* __this, ThreadWorker_t1ADEDA9DB0A15609FBEFE467B9CC337BF57D6D36* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public ThreadWorker Worker { get; private set; }
|
|
ThreadWorker_t1ADEDA9DB0A15609FBEFE467B9CC337BF57D6D36* L_0 = ___0_value;
|
|
__this->___U3CWorkerU3Ek__BackingField_12 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CWorkerU3Ek__BackingField_12), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ThreadWorker_t1ADEDA9DB0A15609FBEFE467B9CC337BF57D6D36* EasyARController_get_Worker_mC0CE2BCBC0B1A9D6DCFAAE303EED4615168DD253_inline (EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public ThreadWorker Worker { get; private set; }
|
|
ThreadWorker_t1ADEDA9DB0A15609FBEFE467B9CC337BF57D6D36* L_0 = __this->___U3CWorkerU3Ek__BackingField_12;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Display_tB1D5BF85C3C9D5D143CF2406E5676281CC8C3FEE* EasyARController_get_Display_mD2AA8A02E26BAAFDB4A7F496DB6FC075D6D3CEAE_inline (EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// internal Display Display { get; private set; }
|
|
Display_tB1D5BF85C3C9D5D143CF2406E5676281CC8C3FEE* L_0 = __this->___U3CDisplayU3Ek__BackingField_13;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline (String_t* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->____stringLength_4;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void EasyARSettings_set_Instance_m1EDFF7EFEFC1E771230E21EE0AC22EA883FCBF70_inline (EasyARSettings_t4901518F6AEDF9035FB580B2A6001660C0A99E64* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EasyARSettings_t4901518F6AEDF9035FB580B2A6001660C0A99E64_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public static EasyARSettings Instance { get; private set; }
|
|
EasyARSettings_t4901518F6AEDF9035FB580B2A6001660C0A99E64* L_0 = ___0_value;
|
|
((EasyARSettings_t4901518F6AEDF9035FB580B2A6001660C0A99E64_StaticFields*)il2cpp_codegen_static_fields_for(EasyARSettings_t4901518F6AEDF9035FB580B2A6001660C0A99E64_il2cpp_TypeInfo_var))->___U3CInstanceU3Ek__BackingField_18 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((EasyARSettings_t4901518F6AEDF9035FB580B2A6001660C0A99E64_StaticFields*)il2cpp_codegen_static_fields_for(EasyARSettings_t4901518F6AEDF9035FB580B2A6001660C0A99E64_il2cpp_TypeInfo_var))->___U3CInstanceU3Ek__BackingField_18), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ImageTarget_t2EA76B35550391ED19105CB22E7EC95723D478FB* ImageTargetController_get_Target_m51F32E8D1467745044F011BE80719C022258BC95_inline (ImageTargetController_t84FED4EB42B01319DE27986E10F1941E88ACA633* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public ImageTarget Target { get; private set; }
|
|
ImageTarget_t2EA76B35550391ED19105CB22E7EC95723D478FB* L_0 = __this->___U3CTargetU3Ek__BackingField_11;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ImageTargetController_set_Target_m02DC8AE90C9743C75D8502B044DA5B0EB3356E8A_inline (ImageTargetController_t84FED4EB42B01319DE27986E10F1941E88ACA633* __this, ImageTarget_t2EA76B35550391ED19105CB22E7EC95723D478FB* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public ImageTarget Target { get; private set; }
|
|
ImageTarget_t2EA76B35550391ED19105CB22E7EC95723D478FB* L_0 = ___0_value;
|
|
__this->___U3CTargetU3Ek__BackingField_11 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CTargetU3Ek__BackingField_11), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177* EasyARController_get_Instance_mABB2A176E95F0F90E70BD99B143DDFE4AAE1E8FA_inline (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public static EasyARController Instance { get; private set; }
|
|
il2cpp_codegen_runtime_class_init_inline(EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177_il2cpp_TypeInfo_var);
|
|
EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177* L_0 = ((EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177_StaticFields*)il2cpp_codegen_static_fields_for(EasyARController_t5A714C355ECD00C1A6A6AC456C8C20D368D7C177_il2cpp_TypeInfo_var))->___U3CInstanceU3Ek__BackingField_9;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Vector3_get_one_mC9B289F1E15C42C597180C9FE6FB492495B51D02_inline (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_0 = ((Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2_StaticFields*)il2cpp_codegen_static_fields_for(Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2_il2cpp_TypeInfo_var))->___oneVector_6;
|
|
V_0 = L_0;
|
|
goto IL_0009;
|
|
}
|
|
|
|
IL_0009:
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Vector3_op_Multiply_m87BA7C578F96C8E49BB07088DAAC4649F83B0353_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_a, float ___1_d, const RuntimeMethod* method)
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_0 = ___0_a;
|
|
float L_1 = L_0.___x_2;
|
|
float L_2 = ___1_d;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_3 = ___0_a;
|
|
float L_4 = L_3.___y_3;
|
|
float L_5 = ___1_d;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_6 = ___0_a;
|
|
float L_7 = L_6.___z_4;
|
|
float L_8 = ___1_d;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_9;
|
|
memset((&L_9), 0, sizeof(L_9));
|
|
Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&L_9), ((float)il2cpp_codegen_multiply(L_1, L_2)), ((float)il2cpp_codegen_multiply(L_4, L_5)), ((float)il2cpp_codegen_multiply(L_7, L_8)), /*hidden argument*/NULL);
|
|
V_0 = L_9;
|
|
goto IL_0021;
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_10 = V_0;
|
|
return L_10;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void TargetController_set_IsLoaded_mC04541B10A598C71AC8341C94B97C419089F00F1_inline (TargetController_t8B3D4F1410E51D042DF5E9C689F5C0499E43410A* __this, bool ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public bool IsLoaded { get; protected set; }
|
|
bool L_0 = ___0_value;
|
|
__this->___U3CIsLoadedU3Ek__BackingField_10 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ImageTracker_t936EBB4B806DF339985DABBA2473BC1E6B533813* ImageTrackerFrameFilter_get_Tracker_mD35CBEDB7003023C3A0492EA90098A6677875AAD_inline (ImageTrackerFrameFilter_t1C3BF48AFCFEA2D5BE49CAE9196847DBB5177A9E* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public ImageTracker Tracker { get; private set; }
|
|
ImageTracker_t936EBB4B806DF339985DABBA2473BC1E6B533813* L_0 = __this->___U3CTrackerU3Ek__BackingField_6;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ImageTrackerFrameFilter_set_Tracker_m22F80D8B8C22D223F4C38612B2C0BE20D5D3846C_inline (ImageTrackerFrameFilter_t1C3BF48AFCFEA2D5BE49CAE9196847DBB5177A9E* __this, ImageTracker_t936EBB4B806DF339985DABBA2473BC1E6B533813* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public ImageTracker Tracker { get; private set; }
|
|
ImageTracker_t936EBB4B806DF339985DABBA2473BC1E6B533813* L_0 = ___0_value;
|
|
__this->___U3CTrackerU3Ek__BackingField_6 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CTrackerU3Ek__BackingField_6), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ResultParameters_tAA33B14E1901CE2D4D7576E7DAC587AD6CDBD6D8* ImageTrackerFrameFilter_get_ResultType_m009908762EC32B7AF980A05771FC87F5FD3D2D2C_inline (ImageTrackerFrameFilter_t1C3BF48AFCFEA2D5BE49CAE9196847DBB5177A9E* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// get => resultType;
|
|
ResultParameters_tAA33B14E1901CE2D4D7576E7DAC587AD6CDBD6D8* L_0 = __this->___resultType_12;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool TargetController_get_IsLoaded_m664FA600C560DDD419101466B8A4F3F61062A5FA_inline (TargetController_t8B3D4F1410E51D042DF5E9C689F5C0499E43410A* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public bool IsLoaded { get; protected set; }
|
|
bool L_0 = __this->___U3CIsLoadedU3Ek__BackingField_10;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ObjectTarget_t3A3463C5371DB932B7DCAA1EE9BEECC47EE97561* ObjectTargetController_get_Target_m68ACD08B1961274389988847AB9C00725BF35FD1_inline (ObjectTargetController_t48B32473B80F782C65609F8050CF308590D0DEE8* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public ObjectTarget Target { get; private set; }
|
|
ObjectTarget_t3A3463C5371DB932B7DCAA1EE9BEECC47EE97561* L_0 = __this->___U3CTargetU3Ek__BackingField_11;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ObjectTargetController_set_Target_m424F61A0D108DF516FFB4DCA198F9C1C99382AD6_inline (ObjectTargetController_t48B32473B80F782C65609F8050CF308590D0DEE8* __this, ObjectTarget_t3A3463C5371DB932B7DCAA1EE9BEECC47EE97561* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public ObjectTarget Target { get; private set; }
|
|
ObjectTarget_t3A3463C5371DB932B7DCAA1EE9BEECC47EE97561* L_0 = ___0_value;
|
|
__this->___U3CTargetU3Ek__BackingField_11 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CTargetU3Ek__BackingField_11), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Enumerator_get_Current_m26AF82C275C82180BB7F23C7E408BC1FEB9A38EE_gshared_inline (Enumerator_tB3750C37D2E2D54A46142439AF83A76EC665D9B1* __this, KeyValuePair_2_t28EF90BF7804CE5D7F99A364266351E7DC652669* il2cppRetVal, const RuntimeMethod* method)
|
|
{
|
|
// sizeof(System.Collections.Generic.KeyValuePair`2<TKey,TValue>)
|
|
const uint32_t SizeOf_KeyValuePair_2_t23F299E80A87656CF35AA5186B375FDE51A801EF = il2cpp_codegen_sizeof(il2cpp_rgctx_data(InitializedTypeInfo(method->klass)->rgctx_data, 2));
|
|
// System.Collections.Generic.KeyValuePair`2<TKey,TValue>
|
|
const KeyValuePair_2_t28EF90BF7804CE5D7F99A364266351E7DC652669 L_0 = alloca(SizeOf_KeyValuePair_2_t23F299E80A87656CF35AA5186B375FDE51A801EF);
|
|
{
|
|
il2cpp_codegen_memcpy(L_0, il2cpp_codegen_get_instance_field_data_pointer(__this, il2cpp_rgctx_field(il2cpp_rgctx_data(InitializedTypeInfo(method->klass)->rgctx_data, 1),3)), SizeOf_KeyValuePair_2_t23F299E80A87656CF35AA5186B375FDE51A801EF);
|
|
il2cpp_codegen_memcpy(il2cppRetVal, L_0, SizeOf_KeyValuePair_2_t23F299E80A87656CF35AA5186B375FDE51A801EF);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void KeyValuePair_2_get_Key_mBE75BF8983618BC1ACEC20F94C1BFF85C8AA50F1_gshared_inline (KeyValuePair_2_t28EF90BF7804CE5D7F99A364266351E7DC652669* __this, Il2CppFullySharedGenericAny* il2cppRetVal, const RuntimeMethod* method)
|
|
{
|
|
// sizeof(TKey)
|
|
const uint32_t SizeOf_TKey_tAE1541CEBE7E523E393A46E588568F4BD8337859 = il2cpp_codegen_sizeof(il2cpp_rgctx_data(InitializedTypeInfo(method->klass)->rgctx_data, 0));
|
|
// TKey
|
|
const Il2CppFullySharedGenericAny L_0 = alloca(SizeOf_TKey_tAE1541CEBE7E523E393A46E588568F4BD8337859);
|
|
{
|
|
il2cpp_codegen_memcpy(L_0, il2cpp_codegen_get_instance_field_data_pointer(__this, il2cpp_rgctx_field(il2cpp_rgctx_data(InitializedTypeInfo(method->klass)->rgctx_data, 1),0)), SizeOf_TKey_tAE1541CEBE7E523E393A46E588568F4BD8337859);
|
|
il2cpp_codegen_memcpy(il2cppRetVal, L_0, SizeOf_TKey_tAE1541CEBE7E523E393A46E588568F4BD8337859);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void KeyValuePair_2_get_Value_mFA1964BF56AA214EE0D491CC197F61BC9E5F1F7A_gshared_inline (KeyValuePair_2_t28EF90BF7804CE5D7F99A364266351E7DC652669* __this, Il2CppFullySharedGenericAny* il2cppRetVal, const RuntimeMethod* method)
|
|
{
|
|
// sizeof(TValue)
|
|
const uint32_t SizeOf_TValue_tAEA6D09BCD56B8A100F4F042BC143BC0266C28B7 = il2cpp_codegen_sizeof(il2cpp_rgctx_data(InitializedTypeInfo(method->klass)->rgctx_data, 2));
|
|
// TValue
|
|
const Il2CppFullySharedGenericAny L_0 = alloca(SizeOf_TValue_tAEA6D09BCD56B8A100F4F042BC143BC0266C28B7);
|
|
{
|
|
il2cpp_codegen_memcpy(L_0, il2cpp_codegen_get_instance_field_data_pointer(__this, il2cpp_rgctx_field(il2cpp_rgctx_data(InitializedTypeInfo(method->klass)->rgctx_data, 1),1)), SizeOf_TValue_tAEA6D09BCD56B8A100F4F042BC143BC0266C28B7);
|
|
il2cpp_codegen_memcpy(il2cppRetVal, L_0, SizeOf_TValue_tAEA6D09BCD56B8A100F4F042BC143BC0266C28B7);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Action_2_Invoke_m6343941059117DF354182855F996EB3D08B4C06C_gshared_inline (Action_2_t1D42C7D8DCD2DEB7C556FB3783F0EDAFF694E5E8* __this, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny ___0_arg1, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny ___1_arg2, const RuntimeMethod* method)
|
|
{
|
|
typedef void (*FunctionPointerType) (RuntimeObject*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, const RuntimeMethod*);
|
|
((FunctionPointerType)__this->___invoke_impl_1)((Il2CppObject*)__this->___method_code_6, ___0_arg1, ___1_arg2, reinterpret_cast<RuntimeMethod*>(__this->___method_3));
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Add_mD4F3498FBD3BDD3F03CBCFB38041CBAC9C28CAFC_gshared_inline (List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A* __this, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny ___0_item, const RuntimeMethod* method)
|
|
{
|
|
// sizeof(T)
|
|
const uint32_t SizeOf_T_t664E2061A913AF1FEE499655BC64F0FDE10D2A5E = il2cpp_codegen_sizeof(il2cpp_rgctx_data(method->klass->rgctx_data, 9));
|
|
// T
|
|
const Il2CppFullySharedGenericAny L_8 = alloca(SizeOf_T_t664E2061A913AF1FEE499655BC64F0FDE10D2A5E);
|
|
const Il2CppFullySharedGenericAny L_9 = L_8;
|
|
__Il2CppFullySharedGenericTypeU5BU5D_tCAB6D060972DD49223A834B7EEFEB9FE2D003BEC* V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
{
|
|
int32_t L_0 = __this->____version_3;
|
|
__this->____version_3 = ((int32_t)il2cpp_codegen_add(L_0, 1));
|
|
__Il2CppFullySharedGenericTypeU5BU5D_tCAB6D060972DD49223A834B7EEFEB9FE2D003BEC* L_1 = __this->____items_1;
|
|
V_0 = L_1;
|
|
int32_t L_2 = __this->____size_2;
|
|
V_1 = L_2;
|
|
int32_t L_3 = V_1;
|
|
__Il2CppFullySharedGenericTypeU5BU5D_tCAB6D060972DD49223A834B7EEFEB9FE2D003BEC* L_4 = V_0;
|
|
NullCheck(L_4);
|
|
if ((!(((uint32_t)L_3) < ((uint32_t)((int32_t)(((RuntimeArray*)L_4)->max_length))))))
|
|
{
|
|
goto IL_0034;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_5 = V_1;
|
|
__this->____size_2 = ((int32_t)il2cpp_codegen_add(L_5, 1));
|
|
__Il2CppFullySharedGenericTypeU5BU5D_tCAB6D060972DD49223A834B7EEFEB9FE2D003BEC* L_6 = V_0;
|
|
int32_t L_7 = V_1;
|
|
il2cpp_codegen_memcpy(L_8, (il2cpp_codegen_class_is_value_type(il2cpp_rgctx_data(method->klass->rgctx_data, 9)) ? ___0_item : &___0_item), SizeOf_T_t664E2061A913AF1FEE499655BC64F0FDE10D2A5E);
|
|
NullCheck(L_6);
|
|
il2cpp_codegen_memcpy((L_6)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_7)), L_8, SizeOf_T_t664E2061A913AF1FEE499655BC64F0FDE10D2A5E);
|
|
Il2CppCodeGenWriteBarrierForClass(il2cpp_rgctx_data(method->klass->rgctx_data, 9), (void**)(L_6)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_7)), (void*)L_8);
|
|
return;
|
|
}
|
|
|
|
IL_0034:
|
|
{
|
|
il2cpp_codegen_memcpy(L_9, (il2cpp_codegen_class_is_value_type(il2cpp_rgctx_data(method->klass->rgctx_data, 9)) ? ___0_item : &___0_item), SizeOf_T_t664E2061A913AF1FEE499655BC64F0FDE10D2A5E);
|
|
InvokerActionInvoker1< Il2CppFullySharedGenericAny >::Invoke(il2cpp_codegen_get_direct_method_pointer(il2cpp_rgctx_method(method->klass->rgctx_data, 14)), il2cpp_rgctx_method(method->klass->rgctx_data, 14), __this, (il2cpp_codegen_class_is_value_type(il2cpp_rgctx_data(method->klass->rgctx_data, 9)) ? L_9: *(void**)L_9));
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Enumerator_get_Current_m8B42D4B2DE853B9D11B997120CD0228D4780E394_gshared_inline (Enumerator_tF5AC6CD19D283FBD724440520CEE68FE2602F7AF* __this, Il2CppFullySharedGenericAny* il2cppRetVal, const RuntimeMethod* method)
|
|
{
|
|
// sizeof(T)
|
|
const uint32_t SizeOf_T_t010616E3077234188F9BB4FAF369F8571BC5F2E1 = il2cpp_codegen_sizeof(il2cpp_rgctx_data(InitializedTypeInfo(method->klass)->rgctx_data, 2));
|
|
// T
|
|
const Il2CppFullySharedGenericAny L_0 = alloca(SizeOf_T_t010616E3077234188F9BB4FAF369F8571BC5F2E1);
|
|
{
|
|
il2cpp_codegen_memcpy(L_0, il2cpp_codegen_get_instance_field_data_pointer(__this, il2cpp_rgctx_field(il2cpp_rgctx_data(InitializedTypeInfo(method->klass)->rgctx_data, 1),3)), SizeOf_T_t010616E3077234188F9BB4FAF369F8571BC5F2E1);
|
|
il2cpp_codegen_memcpy(il2cppRetVal, L_0, SizeOf_T_t010616E3077234188F9BB4FAF369F8571BC5F2E1);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Action_1_Invoke_m5A038831CEB84A7E374FE59D43444412629F833F_gshared_inline (Action_1_t923A20D1D4F6B55B2ED5AE21B90F1A0CE0450D99* __this, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny ___0_obj, const RuntimeMethod* method)
|
|
{
|
|
typedef void (*FunctionPointerType) (RuntimeObject*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, const RuntimeMethod*);
|
|
((FunctionPointerType)__this->___invoke_impl_1)((Il2CppObject*)__this->___method_code_6, ___0_obj, reinterpret_cast<RuntimeMethod*>(__this->___method_3));
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Queue_1_get_Count_mE6103188ACDEC07F90F2D2986554730D18029750_gshared_inline (Queue_1_t00794C5F46E3254E713B03F949E6AB3A1AB1FD41* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->____size_3;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Enumerator_get_Current_m77681472C32B9ABB97AE602C0D4C365A0A8E8ACE_gshared_inline (Enumerator_tEEF12A9EDAAA0461A72ED9491F6AC20B22440222* __this, Il2CppFullySharedGenericAny* il2cppRetVal, const RuntimeMethod* method)
|
|
{
|
|
// sizeof(TValue)
|
|
const uint32_t SizeOf_TValue_t000C678F2AD05088377B639A262C97D1B73DA1E8 = il2cpp_codegen_sizeof(il2cpp_rgctx_data(InitializedTypeInfo(method->klass)->rgctx_data, 2));
|
|
// TValue
|
|
const Il2CppFullySharedGenericAny L_0 = alloca(SizeOf_TValue_t000C678F2AD05088377B639A262C97D1B73DA1E8);
|
|
{
|
|
il2cpp_codegen_memcpy(L_0, il2cpp_codegen_get_instance_field_data_pointer(__this, il2cpp_rgctx_field(il2cpp_rgctx_data(InitializedTypeInfo(method->klass)->rgctx_data, 1),3)), SizeOf_TValue_t000C678F2AD05088377B639A262C97D1B73DA1E8);
|
|
il2cpp_codegen_memcpy(il2cppRetVal, L_0, SizeOf_TValue_t000C678F2AD05088377B639A262C97D1B73DA1E8);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Action_3_Invoke_m20DB96A6E4363A11EE736FB20842C52E012CA3D6_gshared_inline (Action_3_t838D6B6BB4BFFC6E8430C389747DB008A0B26146* __this, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny ___0_arg1, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny ___1_arg2, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny ___2_arg3, const RuntimeMethod* method)
|
|
{
|
|
typedef void (*FunctionPointerType) (RuntimeObject*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, const RuntimeMethod*);
|
|
((FunctionPointerType)__this->___invoke_impl_1)((Il2CppObject*)__this->___method_code_6, ___0_arg1, ___1_arg2, ___2_arg3, reinterpret_cast<RuntimeMethod*>(__this->___method_3));
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Color__ctor_m3786F0D6E510D9CFA544523A955870BD2A514C8C_inline (Color_tD001788D726C3A7F1379BEED0260B9591F440C1F* __this, float ___0_r, float ___1_g, float ___2_b, float ___3_a, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
float L_0 = ___0_r;
|
|
__this->___r_0 = L_0;
|
|
float L_1 = ___1_g;
|
|
__this->___g_1 = L_1;
|
|
float L_2 = ___2_b;
|
|
__this->___b_2 = L_2;
|
|
float L_3 = ___3_a;
|
|
__this->___a_3 = L_3;
|
|
return;
|
|
}
|
|
}
|