37217 lines
1.8 MiB
37217 lines
1.8 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 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, typename T2>
|
|
struct VirtualFuncInvoker2
|
|
{
|
|
typedef R (*Func)(void*, T1, T2, const RuntimeMethod*);
|
|
|
|
static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
|
|
return ((Func)invokeData.methodPtr)(obj, p1, p2, 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 R, typename T1, typename T2, typename T3, typename T4>
|
|
struct InvokerFuncInvoker4
|
|
{
|
|
static inline R Invoke (Il2CppMethodPointer methodPtr, const RuntimeMethod* method, void* obj, T1 p1, T2 p2, T3 p3, T4 p4)
|
|
{
|
|
R ret;
|
|
void* params[4] = { &p1, &p2, &p3, &p4 };
|
|
method->invoker_method(methodPtr, method, obj, params, &ret);
|
|
return ret;
|
|
}
|
|
};
|
|
template <typename R, typename T1, typename T2, typename T3, typename T4, typename T5>
|
|
struct InvokerFuncInvoker5;
|
|
template <typename R, typename T1, typename T2, typename T3, typename T4, typename T5>
|
|
struct InvokerFuncInvoker5<R, T1*, T2, T3, T4, T5>
|
|
{
|
|
static inline R Invoke (Il2CppMethodPointer methodPtr, const RuntimeMethod* method, void* obj, T1* p1, T2 p2, T3 p3, T4 p4, T5 p5)
|
|
{
|
|
R ret;
|
|
void* params[5] = { p1, &p2, &p3, &p4, &p5 };
|
|
method->invoker_method(methodPtr, method, obj, params, &ret);
|
|
return ret;
|
|
}
|
|
};
|
|
|
|
// NodeCanvas.Framework.ActionTask`1<UnityEngine.AI.NavMeshAgent>
|
|
struct ActionTask_1_tF0F9E44CCC25BD8E1E8CCFF3EABA3451D413BCF4;
|
|
// NodeCanvas.Framework.ActionTask`1<System.Object>
|
|
struct ActionTask_1_tC83617FDF7D9AB2F28685150679C3A43806B4E1E;
|
|
// System.Action`1<System.Boolean>
|
|
struct Action_1_t10DCB0C07D0D3C565CEACADC80D1152B35A45F6C;
|
|
// System.Action`1<System.Char>
|
|
struct Action_1_tC95790E55CF4D5C803FAD201917F7CB367351E3F;
|
|
// System.Action`1<UnityEngine.Cubemap>
|
|
struct Action_1_tD7D5CE7F2FAEACB3761C239E9D66C15DFB9151C5;
|
|
// System.Action`1<UnityEngine.GameObject>
|
|
struct Action_1_tFF0F3D982F6CEB68CBA322555CBBEE6AE1D2519C;
|
|
// System.Action`1<NodeCanvas.Framework.Graph>
|
|
struct Action_1_t9D5B6373D6027B3BE7FF6B70A01B3CB38AAA3965;
|
|
// System.Action`1<NodeCanvas.Framework.GraphOwner>
|
|
struct Action_1_t06A7661594CD9F4E038116E861A689CB3A3C2DEC;
|
|
// System.Action`1<HurricaneVR.Framework.Core.HVRGrabbable>
|
|
struct Action_1_tBFAE38A24F010F1E15E7D9123A5509C1AA1E7E92;
|
|
// System.Action`1<UnityEngine.InputSystem.LowLevel.IMECompositionString>
|
|
struct Action_1_tB4B0D0DB16148980518A9D58761727D77FA1F1D3;
|
|
// System.Action`1<System.Int32>
|
|
struct Action_1_tD69A6DC9FBE94131E52F5A73B2A9D4AB51EEC404;
|
|
// System.Action`1<System.Object>
|
|
struct Action_1_t6F9EB113EB3F16226AEF811A2744F4111C116C87;
|
|
// System.Action`1<System.Single>
|
|
struct Action_1_t310F18CB4338A2740CA701F160C62E2C3198E66A;
|
|
// System.Action`1<System.String>
|
|
struct Action_1_t3CB5D1A819C3ED3F99E9E39F890F18633253949A;
|
|
// System.Action`1<TMPro.TMP_TextInfo>
|
|
struct Action_1_tB93AB717F9D419A1BEC832FF76E74EAA32184CC1;
|
|
// System.Action`1<UnityEngine.Texture>
|
|
struct Action_1_t29B51564E49F5100689191ED6A9BFFC2081294EB;
|
|
// System.Action`1<NodeCanvas.Framework.Variable>
|
|
struct Action_1_t924369B78685936188D9F308D270D4B74F46B374;
|
|
// System.Action`1<UnityEngine.InputSystem.InputAction/CallbackContext>
|
|
struct Action_1_tEB0353AA1A112B6F2D921B58DCC9D9D4C0498E6E;
|
|
// System.Action`2<NodeCanvas.BehaviourTrees.BehaviourTree,NodeCanvas.Framework.Status>
|
|
struct Action_2_tD92E64C609E4D43CA2F9F8575F6427A4D699707C;
|
|
// System.Action`2<System.Int32,System.Int32>
|
|
struct Action_2_tD7438462601D3939500ED67463331FE00CFFBDB8;
|
|
// System.Action`2<UnityEngine.ReflectionProbe,UnityEngine.ReflectionProbe/ReflectionProbeEvent>
|
|
struct Action_2_tECD5D9B0D67D486B802E231F6C4D4B0870A6FE72;
|
|
// NodeCanvas.Framework.BBParameter`1<UnityEngine.GameObject>
|
|
struct BBParameter_1_t141FA8C6FBB05E814752BC9DCE9753E930DBDA6F;
|
|
// NodeCanvas.Framework.BBParameter`1<System.Object>
|
|
struct BBParameter_1_tB46669698C0BE7BD6EFB9A7BE9458183044389E3;
|
|
// NodeCanvas.Framework.BBParameter`1<System.Single>
|
|
struct BBParameter_1_tBF43B031C046DDE9CC5360F10411F13194CA4A9F;
|
|
// HurricaneVR.Framework.Shared.Utilities.CircularBuffer`1<UnityEngine.Vector3>
|
|
struct CircularBuffer_1_t274E1E537F2160E9CFA8F4C2DE0F57452E37F122;
|
|
// System.Collections.Generic.Dictionary`2<NodeCanvas.Framework.Graph,NodeCanvas.Framework.Graph>
|
|
struct Dictionary_2_t53340DA94CD089F96CBE1DAF7C4D853B6AF205FA;
|
|
// System.Collections.Generic.Dictionary`2<HurricaneVR.Framework.Core.HVRGrabbable,UnityEngine.Coroutine>
|
|
struct Dictionary_2_tB397C090758182CAAACE9ED41724A3C91FA99B58;
|
|
// System.Collections.Generic.Dictionary`2<HurricaneVR.Framework.Core.Grabbers.HVRGrabberBase,UnityEngine.ConfigurableJoint>
|
|
struct Dictionary_2_t2E01794B24EEB6E2FCA8C4CE3AD9DA1349367D8B;
|
|
// System.Collections.Generic.Dictionary`2<System.Int32,System.Int32>
|
|
struct Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180;
|
|
// System.Collections.Generic.Dictionary`2<System.Int32,System.Object>
|
|
struct Dictionary_2_tA75D1125AC9BE8F005BA9B868B373398E643C907;
|
|
// System.Collections.Generic.Dictionary`2<System.Int32,System.Random>
|
|
struct Dictionary_2_t73456C8379F93D6DF5449E1AC7C4EFFEAEE95546;
|
|
// System.Collections.Generic.Dictionary`2<UnityEngine.Material,System.Collections.Generic.List`1<System.Int32>>
|
|
struct Dictionary_2_t261D5B57CAAB3F8D35276C19050A0E53BFE9EB4A;
|
|
// System.Collections.Generic.Dictionary`2<System.Object,System.Object>
|
|
struct Dictionary_2_t14FE4A752A83D53771C584E4C8D14E01F2AFD7BA;
|
|
// System.Collections.Generic.Dictionary`2<System.String,System.Int32>
|
|
struct Dictionary_2_t5C8F46F5D57502270DD9E1DA8303B23C7FE85588;
|
|
// System.Collections.Generic.Dictionary`2<System.String,System.Reflection.MethodInfo>
|
|
struct Dictionary_2_tA6171034F19E116CFB6E9839DA229454DA8469E3;
|
|
// System.Collections.Generic.Dictionary`2<System.String,NodeCanvas.Framework.Variable>
|
|
struct Dictionary_2_tD3F950952CE25D0F85C802E5E8010086DF6EDE7C;
|
|
// System.Collections.Generic.Dictionary`2<UnityEngine.Transform,System.Int32>
|
|
struct Dictionary_2_t2F2061C52D14CC6C406B18BFBDC99759B42984C2;
|
|
// System.Func`1<System.Boolean>
|
|
struct Func_1_t2BE7F58348C9CC544A8973B3A9E55541DE43C457;
|
|
// System.Func`1<UnityEngine.GameObject>
|
|
struct Func_1_t2C71FBC561D6EB520D698CBC4D1FF81B6894C6D4;
|
|
// System.Func`1<System.Single>
|
|
struct Func_1_t11C3830580201E0A3A3A2C76523B7905EF40BCF7;
|
|
// System.Func`2<UnityEngine.Collider,System.Boolean>
|
|
struct Func_2_t6AD3CFC7C337E46C1DA946EEEA6278162FB59A04;
|
|
// System.Func`2<HurricaneVR.Framework.Core.Grabbers.HVRForceGrabber,System.Boolean>
|
|
struct Func_2_t3CF3F6D9C2FA092FC6168FBFC2585A4CD683A16E;
|
|
// System.Func`2<HurricaneVR.Framework.Core.HVRGrabbable,System.Boolean>
|
|
struct Func_2_t1E2EB90025FC97E3CD498C2B465D1BDAC438B49E;
|
|
// System.Func`2<HurricaneVR.Framework.Core.Grabbers.HVRHandGrabber,System.Boolean>
|
|
struct Func_2_tB2A9F71AE59470C627302BA30D19BF0F83EE9D03;
|
|
// System.Func`2<HurricaneVR.Framework.Core.Player.HVRPlayerController,System.Boolean>
|
|
struct Func_2_t4AFCE779302A8CAA62B700488FD9BBB464E1D4FC;
|
|
// System.Func`2<HurricaneVR.Framework.Core.Player.HVRTeleporter,System.Boolean>
|
|
struct Func_2_tF91963B39D3FCFD7D91016D3153F74224BDE8664;
|
|
// System.Func`2<NpcCombatAbstract,System.Boolean>
|
|
struct Func_2_tF7832D08A98DB409A6B662086A49FF4B6FA803B3;
|
|
// System.Func`2<System.Object,System.Boolean>
|
|
struct Func_2_tE1F0D41563EE092E5E5540B061449FDE88F1DC00;
|
|
// System.Func`2<UnityEngine.ParticleSystem,System.Boolean>
|
|
struct Func_2_t73671C0B5E9E75781D26D41FD63D714851882853;
|
|
// System.Func`2<Parabox.CSG.Vertex,Parabox.CSG.Vertex>
|
|
struct Func_2_tB1286812CE92420C9DB811F4B8C5C6FAEA4A8DFE;
|
|
// System.Func`3<System.Int32,System.String,TMPro.TMP_FontAsset>
|
|
struct Func_3_tC721DF8CDD07ED66A4833A19A2ED2302608C906C;
|
|
// System.Func`3<System.Int32,System.String,TMPro.TMP_SpriteAsset>
|
|
struct Func_3_t6F6D9932638EA1A5A45303C6626C818C25D164E5;
|
|
// NodeCanvas.Framework.GraphOwner`1<NodeCanvas.BehaviourTrees.BehaviourTree>
|
|
struct GraphOwner_1_tED619ED704A45FE35458F8BA898E8ED33DD376E7;
|
|
// NodeCanvas.Framework.GraphOwner`1<System.Object>
|
|
struct GraphOwner_1_t86DBA74285A156E783E65F8291A521FA1056646F;
|
|
// HurricaneVR.Framework.Core.Sockets.HVREnumFlagsSocketFilter`1<HurricaneVR.TechDemo.Scripts.DemoSocketableItems>
|
|
struct HVREnumFlagsSocketFilter_1_t5BD870BE3A318344EBBBFABAA8BE91DF1CEFEB47;
|
|
// HurricaneVR.Framework.Core.Sockets.HVREnumFlagsSocketFilter`1<System.Int32Enum>
|
|
struct HVREnumFlagsSocketFilter_1_t274B96A2BE2201D2D5F70CE451119645BDF33B5B;
|
|
// HurricaneVR.Framework.Core.Sockets.HVREnumFlagsSocketable`1<HurricaneVR.TechDemo.Scripts.DemoSocketableItems>
|
|
struct HVREnumFlagsSocketable_1_t06B6DC19FF7F059A014513E60461C9BD02E49BF9;
|
|
// HurricaneVR.Framework.Core.Sockets.HVREnumFlagsSocketable`1<System.Int32Enum>
|
|
struct HVREnumFlagsSocketable_1_t68C52A7902DFD39F06843A82137A23744666F1F9;
|
|
// System.Collections.Generic.HashSet`1<UnityEngine.Collider>
|
|
struct HashSet_1_t109CCE87260348881F7ED50EEE3FFD003542DC8B;
|
|
// System.Collections.Generic.HashSet`1<HurricaneVR.Framework.Core.Grabbers.HVRGrabberBase>
|
|
struct HashSet_1_t1CD6136E63B00157175F347D29716DC2A43D6872;
|
|
// System.Collections.Generic.HashSet`1<UnityEngine.Transform>
|
|
struct HashSet_1_t6B520BE007F93255A29F2DE446E4A1875E30190D;
|
|
// System.Collections.Generic.IComparer`1<UnityEngine.Vector3>
|
|
struct IComparer_1_tFDB0B934337DF4DC2367C1B24FB3247B40F049E1;
|
|
// System.Collections.Generic.IEnumerable`1<System.Collections.Generic.List`1<System.Int32>>
|
|
struct IEnumerable_1_t8CEA5DF3384490C6E36438814FC9AB06FBF8C237;
|
|
// System.Collections.Generic.IEnumerable`1<UnityEngine.Collider>
|
|
struct IEnumerable_1_t738A577130D5FBE55CDA8A3FF4898A00C43996CA;
|
|
// System.Collections.Generic.IEnumerable`1<HurricaneVR.Framework.Core.Grabbers.HVRForceGrabber>
|
|
struct IEnumerable_1_tB7E7CDBAD48F55DC652B290E36A3D4C580412CB2;
|
|
// System.Collections.Generic.IEnumerable`1<HurricaneVR.Framework.Core.HVRGrabbable>
|
|
struct IEnumerable_1_t3B0C2FE8641AE4A396114017FAD42324E3EEDE58;
|
|
// System.Collections.Generic.IEnumerable`1<HurricaneVR.Framework.Core.Grabbers.HVRHandGrabber>
|
|
struct IEnumerable_1_t70453D753223595FC867D55D459DE2D9F415A67D;
|
|
// System.Collections.Generic.IEnumerable`1<HurricaneVR.Framework.Core.Player.HVRPlayerController>
|
|
struct IEnumerable_1_t664D3266F4E0CC7A3FD86DF8952431BD7F63A11A;
|
|
// System.Collections.Generic.IEnumerable`1<HurricaneVR.Framework.Core.Player.HVRTeleporter>
|
|
struct IEnumerable_1_t26D6384BDF574B192FB3E45F779E5FB60DAFDB4A;
|
|
// System.Collections.Generic.IEnumerable`1<UnityEngine.Material>
|
|
struct IEnumerable_1_tB8C86BD783ADA156CF66B9AF8F1FB3B64D57CE5C;
|
|
// System.Collections.Generic.IEnumerable`1<NpcCombatAbstract>
|
|
struct IEnumerable_1_t217B55398BA186580BA461621477858A82A136B4;
|
|
// System.Collections.Generic.IEnumerable`1<System.Object>
|
|
struct IEnumerable_1_tF95C9E01A913DD50575531C8305932628663D9E9;
|
|
// System.Collections.Generic.IEnumerable`1<UnityEngine.ParticleSystem>
|
|
struct IEnumerable_1_t8EB3E482F279A84C2710D632AD0B6033B9AB2502;
|
|
// System.Collections.Generic.IEnumerable`1<Parabox.CSG.Vertex>
|
|
struct IEnumerable_1_t443221DA47600DFBCEAB70708C35C795FC54AE03;
|
|
// System.Collections.Generic.IEqualityComparer`1<System.Int32>
|
|
struct IEqualityComparer_1_tDBFC8496F14612776AF930DBF84AFE7D06D1F0E9;
|
|
// System.Collections.Generic.IEqualityComparer`1<UnityEngine.Material>
|
|
struct IEqualityComparer_1_t6B41DEB890FDAC740B9404C2145A832F69F8012A;
|
|
// System.Collections.Generic.IEqualityComparer`1<System.String>
|
|
struct IEqualityComparer_1_tAE94C8F24AD5B94D4EE85CA9FC59E3409D41CAF7;
|
|
// System.Collections.Generic.IList`1<Parabox.CSG.Vertex>
|
|
struct IList_1_t7022C8AB3135264099CEA16F593AFF812C7C0727;
|
|
// UnityEngine.InputSystem.InputControl`1<UnityEngine.Vector2>
|
|
struct InputControl_1_tC164085710F2FAA9161295C9B7FE273AF893CF66;
|
|
// UnityEngine.InputSystem.InputProcessor`1<System.Single>
|
|
struct InputProcessor_1_tFE49B42CB371A9A2A3F29802695BD251947AD0B4;
|
|
// UnityEngine.InputSystem.InputProcessor`1<UnityEngine.Vector2>
|
|
struct InputProcessor_1_tD1A40E0E5825AAABC3416EC96E087FF6E6351DD2;
|
|
// System.Collections.Generic.Dictionary`2/KeyCollection<System.Int32,System.Random>
|
|
struct KeyCollection_t40EFBF11AE9D446794CDA245F926724AD2F716CD;
|
|
// System.Collections.Generic.Dictionary`2/KeyCollection<UnityEngine.Material,System.Collections.Generic.List`1<System.Int32>>
|
|
struct KeyCollection_t308ADE07440B616B54A94FFAF2D613C88957131C;
|
|
// System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Object>
|
|
struct KeyCollection_tB45A861D090B15129521119AE48ED3813820A974;
|
|
// System.Collections.Generic.Dictionary`2/KeyCollection<System.String,System.Reflection.MethodInfo>
|
|
struct KeyCollection_t8CE391DDA4D9D05BEBBD8BC1B7CDBC1E69D18EEB;
|
|
// System.Collections.Generic.Dictionary`2/KeyCollection<System.String,NodeCanvas.Framework.Variable>
|
|
struct KeyCollection_t7F4095E9826918E052C47C25B94566C170CE0C66;
|
|
// System.Collections.Generic.List`1<System.Collections.Generic.List`1<System.Int32>>
|
|
struct List_1_tB5A0E21D0A7C39DF93D616FD5B94C4737A083E35;
|
|
// System.Collections.Generic.List`1<UnityEngine.BoxCollider>
|
|
struct List_1_tC417F059031D8EA5A55DCC7B567DEA0F51AD2174;
|
|
// System.Collections.Generic.List`1<UnityEngine.CanvasGroup>
|
|
struct List_1_t2CDCA768E7F493F5EDEBC75AEB200FD621354E35;
|
|
// System.Collections.Generic.List`1<UnityEngine.Collider>
|
|
struct List_1_t58F89DEDCD7DABB0CFB009AAD9C0CFE061592252;
|
|
// System.Collections.Generic.List`1<NodeCanvas.Framework.Connection>
|
|
struct List_1_t619EB3258C7F1EBD15A485EA09888BE9FC87AC7E;
|
|
// System.Collections.Generic.List`1<NodeCanvas.Framework.ExposedParameter>
|
|
struct List_1_t91EDD67AF63284D37C24863790C26947C3D343A8;
|
|
// System.Collections.Generic.List`1<UnityEngine.GameObject>
|
|
struct List_1_tB951CE80B58D1BF9650862451D8DAD8C231F207B;
|
|
// System.Collections.Generic.List`1<NodeCanvas.Framework.Graph>
|
|
struct List_1_tAC3699D052F658AFF59ECF6AB1A90478603F6294;
|
|
// System.Collections.Generic.List`1<HurricaneVR.Framework.Core.HVRGrabbable>
|
|
struct List_1_t22B6AE59B095268F44B72F67D547A0C9A244CA78;
|
|
// System.Collections.Generic.List`1<HurricaneVR.Framework.Core.Bags.HVRGrabbableBag>
|
|
struct List_1_t234E29DA3D4F1D0984CE0300D5527941C1EC3994;
|
|
// System.Collections.Generic.List`1<HurricaneVR.Framework.Core.Grabbers.HVRGrabberBase>
|
|
struct List_1_t924CA14CF7714D7B89A2BB558E9EAEAF8211C930;
|
|
// System.Collections.Generic.List`1<HurricaneVR.Framework.Core.Grabbers.HVRHandGrabber>
|
|
struct List_1_t0546410FB3DD901156EF02285245EBDB24982ECB;
|
|
// System.Collections.Generic.List`1<HurricaneVR.Framework.Core.HandPoser.HVRPosableGrabPoint>
|
|
struct List_1_t4CD1B57546285E41EE806427BF79C5164BDB5B5F;
|
|
// System.Collections.Generic.List`1<HurricaneVR.Framework.Core.Stabbing.HVRStabTracker>
|
|
struct List_1_tFEEDD9A6C1C4C56F979A33152ADD95095ACF2502;
|
|
// System.Collections.Generic.List`1<HurricaneVR.Framework.Core.Stabbing.HVRStabbable>
|
|
struct List_1_tC56132CC9FBF1DED5BCC0B1EF6116DBBA1D3D931;
|
|
// System.Collections.Generic.List`1<HurricaneVR.Framework.Core.Stabbing.HVRStabber>
|
|
struct List_1_t045123BDB2FAD65B3BD5F8698ADF524F27BEDA8D;
|
|
// System.Collections.Generic.List`1<IKTarget>
|
|
struct List_1_t05907CFFCF2A3E6C9D88C13C12C63833059A231D;
|
|
// System.Collections.Generic.List`1<System.Int32>
|
|
struct List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73;
|
|
// System.Collections.Generic.List`1<UnityEngine.Material>
|
|
struct List_1_t386E09F4F22DDE4D2AC41A8567FFF283C254537B;
|
|
// System.Collections.Generic.List`1<NpcCombatAbstract>
|
|
struct List_1_t1D1E058512330A7525D08D80463CD733019B622F;
|
|
// System.Collections.Generic.List`1<FIMSpace.Generating.OSPrefabReference>
|
|
struct List_1_tEEC4EB66D101257CD995DA1881A85AEA98C25EE9;
|
|
// System.Collections.Generic.List`1<FIMSpace.Generating.OStamperSet>
|
|
struct List_1_t597425BA2DC975AD7B54AAA38824D0A3FE21D1B2;
|
|
// System.Collections.Generic.List`1<System.Object>
|
|
struct List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D;
|
|
// System.Collections.Generic.List`1<UnityEngine.Object>
|
|
struct List_1_t9A2E2984B23260AECDFA90CEB1F2887075FA4DF3;
|
|
// System.Collections.Generic.List`1<UnityEngine.ParticleSystem>
|
|
struct List_1_t5934636E608A709528BA5BBDEA6C2462B01D3B7D;
|
|
// System.Collections.Generic.List`1<Parabox.CSG.Polygon>
|
|
struct List_1_tCC77722B81CA628F7F61AFE73C595DAD8A332BDE;
|
|
// System.Collections.Generic.List`1<System.Single>
|
|
struct List_1_t0D1C46FD8DDDE974D93CA4F3474EEC05AF950918;
|
|
// System.Collections.Generic.List`1<System.String>
|
|
struct List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD;
|
|
// System.Collections.Generic.List`1<TMPro.TMP_Text>
|
|
struct List_1_t2147F3FC8B4F16EE577CAF4E40F9D9A684B4CBBD;
|
|
// System.Collections.Generic.List`1<UnityEngine.Transform>
|
|
struct List_1_t991BBC5A1D51F59A450367DF944DAA207F22D06D;
|
|
// System.Collections.Generic.List`1<TriggersRelation>
|
|
struct List_1_t1E8488DE839D9547EF9956E5844B440836B6E8D0;
|
|
// System.Collections.Generic.List`1<UnityEngine.Vector3>
|
|
struct List_1_t77B94703E05C519A9010DD0614F757F974E1CD8B;
|
|
// System.Collections.Generic.List`1<Parabox.CSG.Vertex>
|
|
struct List_1_t09DFE02BF4C8779C8BDDD183F6D70875BA75EDAE;
|
|
// System.Collections.Generic.List`1<HurricaneVR.TechDemo.Scripts.DemoHelper/ResetState>
|
|
struct List_1_tA910625D0D90E7578EB9529664A9C52989FF743E;
|
|
// System.Collections.Generic.List`1<HurricaneVR.Framework.Weapons.Guns.HVRGunBase/HVRBulletTracker>
|
|
struct List_1_tE1890F7CDC1FECF10176B6F3E6AFB782F6422015;
|
|
// UnityEngine.UI.CoroutineTween.TweenRunner`1<UnityEngine.UI.CoroutineTween.ColorTween>
|
|
struct TweenRunner_1_t5BB0582F926E75E2FE795492679A6CF55A4B4BC4;
|
|
// UnityEngine.Events.UnityAction`1<System.Boolean>
|
|
struct UnityAction_1_t8EC357AF4FBD2A0C4A575C4BBD0B3A81029E43A9;
|
|
// UnityEngine.Events.UnityAction`1<HurricaneVR.Framework.Components.HVRDamageHandlerBase>
|
|
struct UnityAction_1_tE91D1D14ED52B39E7A29D029085D18E96D8B4E36;
|
|
// UnityEngine.Events.UnityAction`1<HurricaneVR.Framework.Components.HVRPhysicsButton>
|
|
struct UnityAction_1_tC8223A39814F713AEC230D8AAE076123D777C6A3;
|
|
// UnityEngine.Events.UnityAction`1<System.Object>
|
|
struct UnityAction_1_t9C30BCD020745BF400CBACF22C6F34ADBA2DDA6A;
|
|
// UnityEngine.Events.UnityAction`1<System.Single>
|
|
struct UnityAction_1_tAEFA3C1C529F0E1AD7C7C7AFC88822D359E7AC90;
|
|
// UnityEngine.Events.UnityAction`1<HurricaneVR.Framework.Core.Stabbing.StabArgs>
|
|
struct UnityAction_1_tD612239A41EF1A9A220EEB9D1B342E591B12C532;
|
|
// UnityEngine.Events.UnityAction`2<HurricaneVR.Framework.Core.Grabbers.HVRGrabberBase,HurricaneVR.Framework.Core.HVRGrabbable>
|
|
struct UnityAction_2_tEB35C2416BBA906661E576A7D262CF6460145EED;
|
|
// UnityEngine.Events.UnityAction`2<HurricaneVR.Framework.Core.Stabbing.HVRStabber,HurricaneVR.Framework.Core.Stabbing.HVRStabbable>
|
|
struct UnityAction_2_t42F29791A4A2EA9954ABC904B6C9166B04242AC2;
|
|
// UnityEngine.Events.UnityAction`2<System.Object,System.Object>
|
|
struct UnityAction_2_tCCCBE77741D4E611E102D49D355D4DA6C9797A0C;
|
|
// UnityEngine.Events.UnityEvent`1<System.Boolean>
|
|
struct UnityEvent_1_tEEB36A367DCB5867E93AAF6BECAF3558CA71BECB;
|
|
// UnityEngine.Events.UnityEvent`1<HurricaneVR.Framework.Components.HVRDamageHandlerBase>
|
|
struct UnityEvent_1_t3260B371754654989799DD2DE38E6287BE5D768E;
|
|
// UnityEngine.Events.UnityEvent`1<HurricaneVR.Framework.Components.HVRPhysicsButton>
|
|
struct UnityEvent_1_t5398DF5B673C8BF340E7B001503295158FF6B18E;
|
|
// UnityEngine.Events.UnityEvent`1<System.Object>
|
|
struct UnityEvent_1_t3CE03B42D5873C0C0E0692BEE72E1E6D5399F205;
|
|
// UnityEngine.Events.UnityEvent`1<System.Single>
|
|
struct UnityEvent_1_tDD811EB8F49CEE97BA6DF59344DFE6C6F42553D4;
|
|
// UnityEngine.Events.UnityEvent`1<HurricaneVR.Framework.Core.Stabbing.StabArgs>
|
|
struct UnityEvent_1_t13C3A5E078C5974B6FEA4772A5FF2B2EF3319C51;
|
|
// UnityEngine.Events.UnityEvent`2<HurricaneVR.Framework.Core.Grabbers.HVRGrabberBase,HurricaneVR.Framework.Core.HVRGrabbable>
|
|
struct UnityEvent_2_tCFA8BBFEAE5D89F7A1C8F8CE2AABD8A06A537D63;
|
|
// UnityEngine.Events.UnityEvent`2<HurricaneVR.Framework.Core.Stabbing.HVRStabber,HurricaneVR.Framework.Core.Stabbing.HVRStabbable>
|
|
struct UnityEvent_2_t03AD5FDC8390DF436A87E03102EA86A7E3FEB0F7;
|
|
// UnityEngine.Events.UnityEvent`2<System.Object,System.Object>
|
|
struct UnityEvent_2_t77BDA795C84FBEFE9D3AE3DCA619B97A9F423961;
|
|
// System.Collections.Generic.Dictionary`2/ValueCollection<System.Int32,System.Random>
|
|
struct ValueCollection_tBEB88814F376C98C413EC52758A8CEA99B8119EA;
|
|
// System.Collections.Generic.Dictionary`2/ValueCollection<UnityEngine.Material,System.Collections.Generic.List`1<System.Int32>>
|
|
struct ValueCollection_t10895244C116C7AA93ABD0121B81F3BED74E7734;
|
|
// System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Object>
|
|
struct ValueCollection_t038245E04B5D2A80048D9F8021A23E69A0C9DBAA;
|
|
// System.Collections.Generic.Dictionary`2/ValueCollection<System.String,System.Reflection.MethodInfo>
|
|
struct ValueCollection_t192350132BDCBDF69BAECF947FCC6964C1A9245A;
|
|
// System.Collections.Generic.Dictionary`2/ValueCollection<System.String,NodeCanvas.Framework.Variable>
|
|
struct ValueCollection_t00A1C875F366CE76A0A6966AC8956E9E7F011798;
|
|
// System.Action`1<System.Char>[]
|
|
struct Action_1U5BU5D_t525E90B5D1212F32F34CD47670B3553347DFB133;
|
|
// System.Action`1<UnityEngine.InputSystem.LowLevel.IMECompositionString>[]
|
|
struct Action_1U5BU5D_t22E45C2BFF8C89B61E349730E6255288D35F6B88;
|
|
// System.Action`1<UnityEngine.InputSystem.InputAction/CallbackContext>[]
|
|
struct Action_1U5BU5D_tB846E6FE2326CCD34124D1E5D70117C9D33DEE76;
|
|
// System.Collections.Generic.Dictionary`2/Entry<System.Int32,System.Random>[]
|
|
struct EntryU5BU5D_tCB5CD4907BFC0E43F94FCD62A6C44BA55C809E24;
|
|
// System.Collections.Generic.Dictionary`2/Entry<UnityEngine.Material,System.Collections.Generic.List`1<System.Int32>>[]
|
|
struct EntryU5BU5D_t6AEB1AF8D7CB695BDC8D83515439B37F08A73CDF;
|
|
// System.Collections.Generic.Dictionary`2/Entry<System.String,System.Reflection.MethodInfo>[]
|
|
struct EntryU5BU5D_tA4087ACE866E9A7D51189A094DE9815D743332C6;
|
|
// System.Collections.Generic.Dictionary`2/Entry<System.String,NodeCanvas.Framework.Variable>[]
|
|
struct EntryU5BU5D_tFD65B12482D08F38C92ADFFB9CFFAC10CBAC2F91;
|
|
// UnityEngine.InputSystem.InputProcessor`1<System.Single>[]
|
|
struct InputProcessor_1U5BU5D_tFEE411B67EEAA6B997AF875A65D072993C8C809C;
|
|
// UnityEngine.InputSystem.InputProcessor`1<UnityEngine.Vector2>[]
|
|
struct InputProcessor_1U5BU5D_t5083205703ED9D1A4B8037E3BBE765389957231A;
|
|
// System.Collections.Generic.List`1<System.Int32>[]
|
|
struct List_1U5BU5D_t37294D7C303231F2FD83B3C398AED0937F4F3206;
|
|
// TMPro.TMP_TextProcessingStack`1<System.Int32>[]
|
|
struct TMP_TextProcessingStack_1U5BU5D_t08293E0BB072311BB96170F351D1083BCA97B9B2;
|
|
// UnityEngine.AudioClip[]
|
|
struct AudioClipU5BU5D_t916722468F7EDCFA833318C35CD7D41097D75D31;
|
|
// System.Boolean[]
|
|
struct BooleanU5BU5D_tD317D27C31DB892BE79FAE3AEBC0B3FFB73DE9B4;
|
|
// UnityEngine.BoxCollider[]
|
|
struct BoxColliderU5BU5D_t480DB1FE94F3AF43170D4B8704490BF6CB1F9370;
|
|
// System.Byte[]
|
|
struct ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031;
|
|
// System.Char[]
|
|
struct CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB;
|
|
// UnityEngine.Collider[]
|
|
struct ColliderU5BU5D_t94A9D70F63D095AFF2A9B4613012A5F7F3141787;
|
|
// UnityEngine.Color32[]
|
|
struct Color32U5BU5D_t38116C3E91765C4C5726CE12C77FAD7F9F737259;
|
|
// UnityEngine.ContactPoint[]
|
|
struct ContactPointU5BU5D_t3570603E8D0685B71B3D8BA07031674B00C5E411;
|
|
// System.Decimal[]
|
|
struct DecimalU5BU5D_t93BA0C88FA80728F73B792EE1A5199D0C060B615;
|
|
// System.Delegate[]
|
|
struct DelegateU5BU5D_tC5AB7E8F745616680F337909D3A8E6C722CDF771;
|
|
// HurricaneVR.TechDemo.Scripts.DemoKeypadButton[]
|
|
struct DemoKeypadButtonU5BU5D_t9C05770486C2B2F1F955E3F5C7099D24CC0239BD;
|
|
// TMPro.FontWeight[]
|
|
struct FontWeightU5BU5D_t2A406B5BAB0DD0F06E7F1773DB062E4AF98067BA;
|
|
// UnityEngine.InputSystem.Gamepad[]
|
|
struct GamepadU5BU5D_t907383551E67ACF51B8B4ECCC0E399DAE2AB3762;
|
|
// HurricaneVR.Framework.Core.Grabbers.HVRForceGrabber[]
|
|
struct HVRForceGrabberU5BU5D_tE763F25BD52821C3C7C1EE06428E6C240A379C1F;
|
|
// HurricaneVR.Framework.Core.HVRGrabbable[]
|
|
struct HVRGrabbableU5BU5D_tEDB0FBD4FD1418A2823FA20AF3A194F42B2D71D2;
|
|
// HurricaneVR.Framework.Weapons.Guns.HVRGunPart[]
|
|
struct HVRGunPartU5BU5D_t6822E6C472B309408A7529C3339525A04BF44982;
|
|
// HurricaneVR.Framework.Core.Grabbers.HVRHandGrabber[]
|
|
struct HVRHandGrabberU5BU5D_t690658B28276350833B942BC75EBCD9010FBFD0B;
|
|
// HurricaneVR.Framework.Core.Player.HVRPlayerController[]
|
|
struct HVRPlayerControllerU5BU5D_t3EA80674A4130B342F6CED94A632B46A9AB21634;
|
|
// HurricaneVR.Framework.Core.HandPoser.HVRPosableGrabPoint[]
|
|
struct HVRPosableGrabPointU5BU5D_tEDD8ABA4D8FABB38DF806BA5158585FE4D60021F;
|
|
// HurricaneVR.Framework.Core.Sockets.HVRSocketFilter[]
|
|
struct HVRSocketFilterU5BU5D_tE490C9FB6A30DA9C93877EE55B80D7CEDC51D2C8;
|
|
// HurricaneVR.Framework.Core.Sockets.HVRSocketHoverAction[]
|
|
struct HVRSocketHoverActionU5BU5D_tC21C3F61BBAB8FF2E3F2F4BB6D689366545AB490;
|
|
// HurricaneVR.Framework.Core.Player.HVRTeleporter[]
|
|
struct HVRTeleporterU5BU5D_t1856C5897E868ACEC58861D7B36D10AE69A7BA5A;
|
|
// TMPro.HighlightState[]
|
|
struct HighlightStateU5BU5D_tA878A0AF1F4F52882ACD29515AADC277EE135622;
|
|
// TMPro.HorizontalAlignmentOptions[]
|
|
struct HorizontalAlignmentOptionsU5BU5D_t4D185662282BFB910D8B9A8199E91578E9422658;
|
|
// RootMotion.FinalIK.IK[]
|
|
struct IKU5BU5D_t52C8B194DE4035080CBCB79524344B69E763E1EE;
|
|
// IKTarget[]
|
|
struct IKTargetU5BU5D_t9A5D365D05401D777F4A378967C8DE9FCCAAEB51;
|
|
// UnityEngine.InputSystem.InputAction[]
|
|
struct InputActionU5BU5D_t6F881A9FE5C2016615C8D2E0B192608EA5FCE810;
|
|
// UnityEngine.InputSystem.InputBinding[]
|
|
struct InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57;
|
|
// UnityEngine.InputSystem.InputControl[]
|
|
struct InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17;
|
|
// UnityEngine.InputSystem.InputDevice[]
|
|
struct InputDeviceU5BU5D_tA9AEFC6AF63557D3D5DCFB2B26DDA6F63147D548;
|
|
// System.Int32[]
|
|
struct Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C;
|
|
// System.IntPtr[]
|
|
struct IntPtrU5BU5D_tFD177F8C806A6921AD7150264CCC62FA00CAD832;
|
|
// UnityEngine.InputSystem.Utilities.InternedString[]
|
|
struct InternedStringU5BU5D_t0B851758733FC0B118D84BE83AED10A0404C18D5;
|
|
// UnityEngine.InputSystem.Controls.KeyControl[]
|
|
struct KeyControlU5BU5D_t247D92FAA9E46BA28BB54BB6E38E7F99BD2C02DA;
|
|
// UnityEngine.Keyframe[]
|
|
struct KeyframeU5BU5D_t63250A46914A6A07B2A6689850D47D7D19D80BA3;
|
|
// UnityEngine.Material[]
|
|
struct MaterialU5BU5D_t2B1D11C42DB07A4400C0535F92DBB87A2E346D3D;
|
|
// TMPro.MaterialReference[]
|
|
struct MaterialReferenceU5BU5D_t7491D335AB3E3E13CE9C0F5E931F396F6A02E1F2;
|
|
// NpcCombatAbstract[]
|
|
struct NpcCombatAbstractU5BU5D_t9D5030A067088D29EBE28AE6FA44FDE560DDBBD9;
|
|
// System.Object[]
|
|
struct ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918;
|
|
// UnityEngine.ParticleSystem[]
|
|
struct ParticleSystemU5BU5D_tC5E33DA557C9C2064085128B3530C5F04D48F6E6;
|
|
// Parabox.CSG.Polygon[]
|
|
struct PolygonU5BU5D_tA3C74B38FF956A440C2553F9DAFB8DC776A21D41;
|
|
// UnityEngine.RaycastHit[]
|
|
struct RaycastHitU5BU5D_t008B8309DE422FE7567068D743D68054D5EBF1A8;
|
|
// TMPro.RichTextTagAttribute[]
|
|
struct RichTextTagAttributeU5BU5D_t5816316EFD8F59DBC30B9F88E15828C564E47B6D;
|
|
// UnityEngine.UI.Selectable[]
|
|
struct SelectableU5BU5D_t4160E135F02A40F75A63F787D36F31FEC6FE91A9;
|
|
// ParadoxNotion.Serialization.SerializationPair[]
|
|
struct SerializationPairU5BU5D_t88962332C676B5A1AFE3900B82395831B82DD3D8;
|
|
// System.Single[]
|
|
struct SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C;
|
|
// System.Diagnostics.StackTrace[]
|
|
struct StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF;
|
|
// System.String[]
|
|
struct StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248;
|
|
// TMPro.TMP_CharacterInfo[]
|
|
struct TMP_CharacterInfoU5BU5D_t297D56FCF66DAA99D8FEA7C30F9F3926902C5B99;
|
|
// TMPro.TMP_ColorGradient[]
|
|
struct TMP_ColorGradientU5BU5D_t2F65E8C42F268DFF33BB1392D94BCF5B5087308A;
|
|
// TMPro.TMP_SubMesh[]
|
|
struct TMP_SubMeshU5BU5D_t48FE70F8537594C6446E85588EB5D69635194CB9;
|
|
// TMPro.TMP_SubMeshUI[]
|
|
struct TMP_SubMeshUIU5BU5D_tC77B263183A59A75345C26152457207EAC3BBF29;
|
|
// TMPro.TMP_Text[]
|
|
struct TMP_TextU5BU5D_t12384CBAF397196B9A7886087BDC8C19D800C24F;
|
|
// UnityEngine.Transform[]
|
|
struct TransformU5BU5D_tBB9C5F5686CAE82E3D97D43DF0F3D68ABF75EC24;
|
|
// TriggersRelation[]
|
|
struct TriggersRelationU5BU5D_t3CB4000A5B9184C81F9D87D48ADDF1735AFDB207;
|
|
// System.Type[]
|
|
struct TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB;
|
|
// UnityEngine.UIVertex[]
|
|
struct UIVertexU5BU5D_tBC532486B45D071A520751A90E819C77BA4E3D2F;
|
|
// System.UInt16[]
|
|
struct UInt16U5BU5D_tEB7C42D811D999D2AA815BADC3FCCDD9C67B3F83;
|
|
// System.UInt32[]
|
|
struct UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA;
|
|
// UnityEngine.Vector2[]
|
|
struct Vector2U5BU5D_tFEBBC94BCC6C9C88277BA04047D2B3FDB6ED7FDA;
|
|
// UnityEngine.Vector3[]
|
|
struct Vector3U5BU5D_tFF1859CCE176131B909E2044F76443064254679C;
|
|
// Parabox.CSG.Vertex[]
|
|
struct VertexU5BU5D_t6719BBD27B36F9A8560C2148E33B4409BDC1B7F5;
|
|
// TMPro.WordWrapState[]
|
|
struct WordWrapStateU5BU5D_t473D59C9DBCC949CE72EF1EB471CBA152A6CEAC9;
|
|
// HurricaneVR.TechDemo.Scripts.DemoHelper/ResetState[]
|
|
struct ResetStateU5BU5D_tE457A5FF5403427E495A5C02B9AFF5ACF0921A77;
|
|
// EffectActor/projectile[]
|
|
struct projectileU5BU5D_tF1E6AFB2EB9222DB17F12130D246CD8963958EBC;
|
|
// RootMotion.FinalIK.IKSolver/Bone[]
|
|
struct BoneU5BU5D_t384A868FF22BA2A4344F14B899695540877FB593;
|
|
// UnityEngine.InputSystem.InputActionRebindingExtensions/ParameterOverride[]
|
|
struct ParameterOverrideU5BU5D_tC408277D7E98D32E4B0AEFA1E2EDDB74790897EE;
|
|
// UnityEngine.InputSystem.InputDevice/ControlBitRangeNode[]
|
|
struct ControlBitRangeNodeU5BU5D_t912A404149DE6D350D1735A026182C409C510F27;
|
|
// RootMotion.FinalIK.RagdollUtility/Child[]
|
|
struct ChildU5BU5D_tFB8EFC0760A976FC510E0D62E55CCAF2BB820484;
|
|
// RootMotion.FinalIK.RagdollUtility/Rigidbone[]
|
|
struct RigidboneU5BU5D_t3C923416EA5EEB7DB15B043CE1B3FCD1CCA37450;
|
|
// TMPro.TMP_Text/UnicodeChar[]
|
|
struct UnicodeCharU5BU5D_t67F27D09F8EB28D2C42DFF16FE60054F157012F5;
|
|
// particleColorChangerMaster/colorChange[]
|
|
struct colorChangeU5BU5D_t9308F55FF0A8191B8D6564EAB435C6E16739650B;
|
|
// projectileActor/projectile[]
|
|
struct projectileU5BU5D_t5E196EB3DE8D8CB96161807F47FE9B6B99A827B6;
|
|
// System.Action
|
|
struct Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07;
|
|
// NodeCanvas.Framework.ActionTask
|
|
struct ActionTask_t6B5C6B67D00E7AF678FAEDC91859B778C24A8E1E;
|
|
// RootMotion.FinalIK.AimIK
|
|
struct AimIK_t70D79BD6465E061CC1CAE09D26BEEEE454D15264;
|
|
// UnityTemplateProjects.AnimProxy
|
|
struct AnimProxy_tF16E3831F520A8ACBFF6B1E969F9901B221B847B;
|
|
// UnityEngine.Animation
|
|
struct Animation_t6593B06C39E3B139808B19F2C719C860F3F61040;
|
|
// UnityEngine.AnimationCurve
|
|
struct AnimationCurve_tCBFFAAD05CEBB35EF8D8631BD99914BE1A6BB354;
|
|
// UnityEngine.UI.AnimationTriggers
|
|
struct AnimationTriggers_tA0DC06F89C5280C6DD972F6F4C8A56D7F4F79074;
|
|
// UnityEngine.Animator
|
|
struct Animator_t8A52E42AE54F76681838FE9E632683EF3952E883;
|
|
// UnityEngine.InputSystem.Controls.AnyKeyControl
|
|
struct AnyKeyControl_t88E59A594CAF1E3A432C3BEC2634C0CA462D8A14;
|
|
// System.ArgumentNullException
|
|
struct ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129;
|
|
// System.AsyncCallback
|
|
struct AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C;
|
|
// UnityEngine.AudioClip
|
|
struct AudioClip_t5D272C4EB4F2D3ED49F1C346DEA373CF6D585F20;
|
|
// AudioDropRigidBody
|
|
struct AudioDropRigidBody_tE829D8CA3BE090770E0B76EF22A3F7C260089666;
|
|
// UnityEngine.InputSystem.Controls.AxisControl
|
|
struct AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7;
|
|
// NodeCanvas.BehaviourTrees.BTDecorator
|
|
struct BTDecorator_tCE7F6F404106D897568861CF92ECD5F20D5628DB;
|
|
// BackgroundColorAttribute
|
|
struct BackgroundColorAttribute_t477F447238659D286E958869FE8894AC14A585B8;
|
|
// UnityEngine.Behaviour
|
|
struct Behaviour_t01970CFBBA658497AE30F311C447DB0440BAB7FA;
|
|
// NodeCanvas.BehaviourTrees.BehaviourTree
|
|
struct BehaviourTree_t6AF4016EBA17F68BDB7FA2350CDD23D7D3629562;
|
|
// NodeCanvas.BehaviourTrees.BehaviourTreeOwner
|
|
struct BehaviourTreeOwner_tDAB46C0E4C6E3CCE1C266D358A11D49EE00F9E12;
|
|
// System.Reflection.Binder
|
|
struct Binder_t91BFCE95A7057FADF4D8A1A342AFE52872246235;
|
|
// UnityEngine.BoxCollider
|
|
struct BoxCollider_tFA5D239388334D6DE0B8FFDAD6825C5B03786E23;
|
|
// UnityTemplateProjects.BulletProxy
|
|
struct BulletProxy_t69B757140BE44FF8CEDF98A21A331303C05FE1EE;
|
|
// UnityEngine.InputSystem.Controls.ButtonControl
|
|
struct ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF;
|
|
// UnityEngine.Camera
|
|
struct Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184;
|
|
// CameraShake
|
|
struct CameraShake_tAC55122F42E0B2A0581731E4C9799A5A8A0D7CA1;
|
|
// CameraShakeCaller
|
|
struct CameraShakeCaller_t330308AF3BBFB05B046785F6DA0340A3858A252D;
|
|
// CameraShakeProjectile
|
|
struct CameraShakeProjectile_t37E0198F3A95DD8C53B2D29178D63D2003A1E568;
|
|
// UnityEngine.Canvas
|
|
struct Canvas_t2DB4CEFDFF732884866C83F11ABF75F5AE8FFB26;
|
|
// UnityEngine.CanvasRenderer
|
|
struct CanvasRenderer_tAB9A55A976C4E3B2B37D0CE5616E5685A8B43860;
|
|
// UnityEngine.CapsuleCollider
|
|
struct CapsuleCollider_t3A1671C74F0836ABEF5D01A7470B5B2BE290A808;
|
|
// UnityEngine.CharacterController
|
|
struct CharacterController_t847C1A2719F60547D7D6077B648D6CE2D1EF3A6A;
|
|
// UnityEngine.Collider
|
|
struct Collider_t1CC3163924FCD6C4CC2E816373A929C1E3D55E76;
|
|
// UnityEngine.Collision
|
|
struct Collision_tBCC6AEBD9A63E6DA2E50660DAC03CDCB1FF7A9B0;
|
|
// CollisionTutorialTargetTree
|
|
struct CollisionTutorialTargetTree_tAB7EE25D2606B7670573E10D148572E9CDC270F4;
|
|
// UnityEngine.Component
|
|
struct Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3;
|
|
// UnityEngine.ConfigurableJoint
|
|
struct ConfigurableJoint_t8B33AB5A6B8D52493F14C4B8DBDF78A1C94ECB77;
|
|
// NodeCanvas.Framework.Connection
|
|
struct Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D;
|
|
// UnityEngine.Coroutine
|
|
struct Coroutine_t85EA685566A254C23F3FD77AB5BDFFFF8799596B;
|
|
// System.Delegate
|
|
struct Delegate_t;
|
|
// System.DelegateData
|
|
struct DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E;
|
|
// UnityEngine.InputSystem.Controls.DeltaControl
|
|
struct DeltaControl_t63053AF5E0CD02B62F3CDE79821E4A12F72D573B;
|
|
// HurricaneVR.TechDemo.Scripts.DemoBackpack
|
|
struct DemoBackpack_t9A0BE46F33C84C926839B5142877071E3E1B7BCC;
|
|
// HurricaneVR.TechDemo.Scripts.DemoCodeGrabbing
|
|
struct DemoCodeGrabbing_t46EA9C851EC8245D4E49E0C4554C2F8D29EBDA64;
|
|
// HurricaneVR.TechDemo.Scripts.DemoDummyArm
|
|
struct DemoDummyArm_tAB2AD7E697B5DB0CE23303F4EFC2DBFC9B6A27EF;
|
|
// HurricaneVR.TechDemo.Scripts.DemoFullStabConfetti
|
|
struct DemoFullStabConfetti_t2351D081B59A69B608314F770C72AAE149EFFA98;
|
|
// HurricaneVR.TechDemo.Scripts.DemoGlassRotate
|
|
struct DemoGlassRotate_tE49811E14A1FF9B74C86C24493B000331AE8D2DF;
|
|
// HurricaneVR.TechDemo.Scripts.DemoHatchDoor
|
|
struct DemoHatchDoor_t2709BFF9CCDB2E23EFC7CFF1694E224B33090A70;
|
|
// HurricaneVR.TechDemo.Scripts.DemoHeavyDoor
|
|
struct DemoHeavyDoor_t310E87E094DEC7C4717C2E0D589A0FFB5D1BDD73;
|
|
// HurricaneVR.TechDemo.Scripts.DemoHelper
|
|
struct DemoHelper_t18AEBF87CA83CDE95B32DEF6D22C8DFFA986C4C4;
|
|
// HurricaneVR.TechDemo.Scripts.DemoHolster
|
|
struct DemoHolster_tA7512D1D0C6D74DADAB6CCF64C6B7FD56C74DC25;
|
|
// HurricaneVR.TechDemo.Scripts.DemoHolsterOrientation
|
|
struct DemoHolsterOrientation_t13F4399A5F837542FC31B09006CD899773EEBEA0;
|
|
// HurricaneVR.TechDemo.Scripts.DemoKeyHologram
|
|
struct DemoKeyHologram_tFC3E8A155E1BA9C1CAB774F214137B6BEAA3A47C;
|
|
// HurricaneVR.TechDemo.Scripts.DemoKeypad
|
|
struct DemoKeypad_t196DD4F50D8C1503A4AFCD61F5DD388163513144;
|
|
// HurricaneVR.TechDemo.Scripts.DemoKeypadButton
|
|
struct DemoKeypadButton_tEF389A5AA56147E4556DD2DDADC034975BF0D8F4;
|
|
// HurricaneVR.TechDemo.Scripts.DemoLeverDisplay
|
|
struct DemoLeverDisplay_t2762C179729C7EF04242CC997D3EDBB9DE01675A;
|
|
// HurricaneVR.TechDemo.Scripts.DemoLock
|
|
struct DemoLock_t9A1D128BD0551C2F7C2C4A4088A6FA6669004339;
|
|
// HurricaneVR.TechDemo.Scripts.DemoLockedDoor
|
|
struct DemoLockedDoor_tCA3885325CA417F739F7C6ED111865E68CCBAB15;
|
|
// HurricaneVR.TechDemo.Scripts.DemoManualTeleport
|
|
struct DemoManualTeleport_t894CA65F72D5C43AADAB63A8E4AEB4A2C543F9B1;
|
|
// HurricaneVR.TechDemo.Scripts.DemoPassthroughSocket
|
|
struct DemoPassthroughSocket_t24713938A3C6DCD858E22F671E74963B3274ADF3;
|
|
// HurricaneVR.TechDemo.Scripts.DemoPowerUnit
|
|
struct DemoPowerUnit_t18277FBCF1AB022673D8C1E71F808916230680D2;
|
|
// HurricaneVR.TechDemo.Scripts.DemoSafeDial
|
|
struct DemoSafeDial_tF6E48E30C762162DD0F1DD958CA9A22EA497D83E;
|
|
// HurricaneVR.TechDemo.Scripts.DemoSafeDoor
|
|
struct DemoSafeDoor_tD52081A64E4CDBA6E3365613B3432B910D996287;
|
|
// HurricaneVR.TechDemo.Scripts.DemoSlidingDoor
|
|
struct DemoSlidingDoor_t340C772E062B6F55FFEDB595EF640DC6A362C32A;
|
|
// HurricaneVR.TechDemo.Scripts.DemoSocketFilter
|
|
struct DemoSocketFilter_t23A24FE270D4CA08D26FE3A51E49FFD4B13213E7;
|
|
// HurricaneVR.TechDemo.Scripts.DemoSocketables
|
|
struct DemoSocketables_tCA4DDE3A29399721941785DC04B6DB2681FA5037;
|
|
// HurricaneVR.TechDemo.Scripts.DemoUIManager
|
|
struct DemoUIManager_t6995DD81E7EC02E55B74C24BE0A4BB5911D99693;
|
|
// HurricaneVR.TechDemo.Scripts.DemoValveHologram
|
|
struct DemoValveHologram_t438B846EB94B0089D63151778AFE3EE3F49D260A;
|
|
// HurricaneVR.TechDemo.Scripts.DemoValveLock
|
|
struct DemoValveLock_t614BF58051BB6627977C0524283D78F489E238D5;
|
|
// DepthTexture
|
|
struct DepthTexture_t438F40EB9FF291681825B33CE4F1C078A96EC985;
|
|
// DestroyMe
|
|
struct DestroyMe_t740E694127DAE70D5E99090F02683E5D26942B2F;
|
|
// DestroyedInstance
|
|
struct DestroyedInstance_t5C97035FA1E93416E8E7AB89954EAEA37D66D9E3;
|
|
// Dissolver
|
|
struct Dissolver_t502EB233898B8E3E8F052DCADCA0B09A2449D6F5;
|
|
// DoorFrame
|
|
struct DoorFrame_tE5D9D7C23DA919391AE8D15C4FA29FA6DD3B7701;
|
|
// DoorZone
|
|
struct DoorZone_tFF1948BD2DAF4ADB36D6EC14BF573E26E2E031C6;
|
|
// UnityEngine.InputSystem.Controls.DpadControl
|
|
struct DpadControl_t517E87BF3EB22369B71EA1941648079B468A45AB;
|
|
// EffectActor
|
|
struct EffectActor_t96998392177BB57B1BA2A837F01E3836AE177525;
|
|
// System.Enum
|
|
struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2;
|
|
// ParadoxNotion.Services.EventRouter
|
|
struct EventRouter_tFF11845F5CEB376625AA32F751511FA5918717F9;
|
|
// ExplodingProjectile
|
|
struct ExplodingProjectile_t2988A21D7804CB0C5EEA337CF73C9678FCEAE5F0;
|
|
// Zero.ExtGunBase
|
|
struct ExtGunBase_t9706330BF6070A6D41F878663F99E9A060AF477C;
|
|
// FPD_FixedCurveWindowAttribute
|
|
struct FPD_FixedCurveWindowAttribute_t4AD8CB409BC5E04CBF7FF5B54D7981BD67B97BFC;
|
|
// FPD_HeaderAttribute
|
|
struct FPD_HeaderAttribute_t3A16E79196362E253C83A456887642FE6CE92D7D;
|
|
// FPD_HorizontalLineAttribute
|
|
struct FPD_HorizontalLineAttribute_t7CD8B111E27B56FADE3F142E34F08C6D4C99A5DC;
|
|
// FPD_IndentAttribute
|
|
struct FPD_IndentAttribute_tEFA94D86B9666FA6C9508D597CC599B305347A2C;
|
|
// FPD_LayersAttribute
|
|
struct FPD_LayersAttribute_t53986B0011442ADE507B8B549D09DC04ADB32081;
|
|
// FPD_OverridableFloatAttribute
|
|
struct FPD_OverridableFloatAttribute_tAE209F6FB01EE2A1C9C93634451EA9CFFC509F2E;
|
|
// FPD_WidthAttribute
|
|
struct FPD_WidthAttribute_tFC785E2670FEB2F28DC41236AD4D68630B29263B;
|
|
// FPSCounter
|
|
struct FPSCounter_t43778C9F199A3BDC56F47834FC9838D1235DBC66;
|
|
// FReflectionProbePreset
|
|
struct FReflectionProbePreset_t6914B704262B852B49946F775D36010F9748D4FD;
|
|
// UnityEngine.UI.FontData
|
|
struct FontData_tB8E562846C6CB59C43260F69AE346B9BF3157224;
|
|
// UnityEngine.GameObject
|
|
struct GameObject_t76FEDD663AB33C991A9C9A23129337651094216F;
|
|
// UnityEngine.InputSystem.Gamepad
|
|
struct Gamepad_tA8C0E40B4F0828615C6C6E1A69AAEBE5AA643A4C;
|
|
// UnityEngine.Gradient
|
|
struct Gradient_tA7FEBE2FDB4929FFF6C997134841046F713DAC1E;
|
|
// NodeCanvas.Framework.Graph
|
|
struct Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032;
|
|
// NodeCanvas.Framework.Internal.GraphSource
|
|
struct GraphSource_tDFC175F2BFB99D693583B1D52BB6857C73932914;
|
|
// UnityEngine.UI.Graphic
|
|
struct Graphic_tCBFCA4585A19E2B75465AECFEAC43F4016BF7931;
|
|
// HurricaneVR.Framework.Weapons.GunHitEvent
|
|
struct GunHitEvent_tAE31A03E5D2E5628D093C1540352CD81F2DB12FE;
|
|
// HurricaneVR.Framework.Weapons.HVRAmmo
|
|
struct HVRAmmo_t994932DC6B6353DE34CF1B4F4F43968BCDDA2150;
|
|
// HurricaneVR.Framework.Components.HVRButtonEvent
|
|
struct HVRButtonEvent_t356796E6E11193C52BC8DAFEF14D9E579210892B;
|
|
// HurricaneVR.Framework.Core.Player.HVRCameraRig
|
|
struct HVRCameraRig_tC98FBD46ACC6012DBA2DB94BD0D9E93E35AADC45;
|
|
// HurricaneVR.Framework.Weapons.Guns.HVRCockingHandle
|
|
struct HVRCockingHandle_tF73704597F673487FF78E157D13A89EB0401BD0C;
|
|
// HurricaneVR.Framework.Components.HVRControllerOffset
|
|
struct HVRControllerOffset_t1BE34A08DD3813C992A611BC8C20BED5CD2B7C75;
|
|
// HurricaneVR.Framework.Components.HVRDamageHandler
|
|
struct HVRDamageHandler_tD93CFF30358485F8FEAA956F5D7DD49D0E2E1A41;
|
|
// HurricaneVR.Framework.Components.HVRDamageHandlerBase
|
|
struct HVRDamageHandlerBase_t4BC7286FC8B522DFD8B87480FFBAE1139C036E12;
|
|
// HurricaneVR.Framework.Components.HVRDamageProvider
|
|
struct HVRDamageProvider_t644E715C78F99085A4CE9EF098C0FC4BC5BFD235;
|
|
// HurricaneVR.Framework.Components.HVRDestructible
|
|
struct HVRDestructible_t68AE22586076F2F4A54137D47E77ACE03D6D65FF;
|
|
// HurricaneVR.Framework.Core.Grabbers.HVRForceGrabber
|
|
struct HVRForceGrabber_tD4C962011452998F4F3C4C7BC5FC6BF36A56B191;
|
|
// HurricaneVR.Framework.Core.HVRForceGrabberLaser
|
|
struct HVRForceGrabberLaser_tABA6254ADA87FC0A4054E39D93E0CA662B49B4F6;
|
|
// HurricaneVR.Framework.Core.ScriptableObjects.HVRForcePullSettings
|
|
struct HVRForcePullSettings_tC18235BD7C7581749F6F037341AA583AA7BFC078;
|
|
// HurricaneVR.Framework.Core.Grabbers.HVRGrabArgs
|
|
struct HVRGrabArgs_t97F9557A995F4B4355D9A1C7BD04582FD79A8191;
|
|
// HurricaneVR.Framework.Core.HVRGrabbable
|
|
struct HVRGrabbable_tC5E7380624392C1F4EB5BEA99BF9C187D151C0DE;
|
|
// HurricaneVR.Framework.Core.Bags.HVRGrabbableBag
|
|
struct HVRGrabbableBag_tABC2770DFBA14CB32A857B4F3C78FD05EB3F9E34;
|
|
// HurricaneVR.Framework.Components.HVRGrabbableHoverBase
|
|
struct HVRGrabbableHoverBase_tCDCDDC8416D1E65D6796381383593F7693F78305;
|
|
// HurricaneVR.Framework.Core.Grabbers.HVRGrabberBase
|
|
struct HVRGrabberBase_tBEE8D8D0A2D3CBC0BB8DDA86DAB5B34CF3A4CEF6;
|
|
// HurricaneVR.Framework.Weapons.Guns.HVRGunBase
|
|
struct HVRGunBase_t38023244180FDB31FB991F0878A57531605E2A6D;
|
|
// HurricaneVR.Framework.Weapons.Guns.HVRGunBolt
|
|
struct HVRGunBolt_t2B3586FA4388FE53D9819A42C606B7AF5AA3EED0;
|
|
// HurricaneVR.Framework.Weapons.Guns.HVRGunEmitterBase
|
|
struct HVRGunEmitterBase_t296F5D0E8DCA75FE7805E58E997AF21AD97BFB70;
|
|
// HurricaneVR.Framework.Weapons.Guns.HVRGunHaptics
|
|
struct HVRGunHaptics_t6E6B3EEFAA984B3D0F561AD2DF9AAD7D94F8EFFF;
|
|
// HurricaneVR.Framework.Weapons.HVRGunSounds
|
|
struct HVRGunSounds_t0511CE4A3C6E5D1ED28CACAF934002BC2C0FF570;
|
|
// HurricaneVR.Framework.Core.HandPoser.HVRHandAnimator
|
|
struct HVRHandAnimator_tB6C3938B2457679B4B04635FEF5F080DA02CDC13;
|
|
// HurricaneVR.Framework.Core.Grabbers.HVRHandGrabber
|
|
struct HVRHandGrabber_t9CB7C31300D3D84C4E564C643D0BF501EBB16B90;
|
|
// HurricaneVR.Framework.Core.HVRHandPhysics
|
|
struct HVRHandPhysics_t843A7232A98033CC51B9236C137C8F03516D14DB;
|
|
// HurricaneVR.Framework.Core.HandPoser.HVRHandPose
|
|
struct HVRHandPose_t315CF1C747DB0B1A2B0D7EE89E317285D751CE2F;
|
|
// HurricaneVR.Framework.Core.HandPoser.Data.HVRHandPoseData
|
|
struct HVRHandPoseData_tF59F63D9C0A231B89F6EDF4FD4EC2B4C58F2DA72;
|
|
// HurricaneVR.Framework.Core.HandPoser.HVRHandPoser
|
|
struct HVRHandPoser_tCF5D301EB153B0E53954A6A759E938C6CFFC10C6;
|
|
// HurricaneVR.Framework.Core.Player.HVRHandStrengthHandler
|
|
struct HVRHandStrengthHandler_tCF023E4A90BDC98745D3EC8043DE15B3071AAD3E;
|
|
// HurricaneVR.Framework.Core.Player.HVRHeadCollision
|
|
struct HVRHeadCollision_tC79727D088C060707C86EF717802ACA8EED89A8D;
|
|
// HurricaneVR.Framework.Core.Player.HVRInvalidTeleport
|
|
struct HVRInvalidTeleport_tE5A01DF4E97BF622515A5BABFA5EA7078FAA4FD3;
|
|
// HurricaneVR.Framework.Core.Player.HVRJointHand
|
|
struct HVRJointHand_t18F1F4E0DE4EFF6FA03D8EB3D9598F354EE0F7B9;
|
|
// HurricaneVR.Framework.Core.ScriptableObjects.HVRJointSettings
|
|
struct HVRJointSettings_t813A34466578F1299BC384C988793A89A98BFB77;
|
|
// HurricaneVR.Framework.Components.HVRPhysicsButton
|
|
struct HVRPhysicsButton_t80891DF826AD611D7495EADD02687F7BBDF3B394;
|
|
// HurricaneVR.Framework.Core.HandPoser.HVRPhysicsPoser
|
|
struct HVRPhysicsPoser_t303F3723DDA06C8B30C381D9E8389D514D098B9D;
|
|
// HurricaneVR.Framework.Core.Player.HVRPlayerController
|
|
struct HVRPlayerController_t26A1DD9C40E8FC728A9145B43AA248B87DF528F0;
|
|
// HurricaneVR.Framework.ControllerInput.HVRPlayerInputs
|
|
struct HVRPlayerInputs_t5FC827A4ADE172D3A9B53AAEB7D8C327D750D986;
|
|
// HurricaneVR.Framework.Core.HandPoser.HVRPosableGrabPoint
|
|
struct HVRPosableGrabPoint_t45AD7B3827EE2CFF89742F05F9FFD2E208D9CB23;
|
|
// HurricaneVR.Framework.Core.HandPoser.HVRPosableHand
|
|
struct HVRPosableHand_t7C98C569D120765E5C36A631ED3901FCF29139A2;
|
|
// HurricaneVR.Framework.Weapons.HVRRecoil
|
|
struct HVRRecoil_tA8189F947FB46731DF67C21BFAAEE31F703861BC;
|
|
// HurricaneVR.Framework.Core.HVRRequireOtherGrabbable
|
|
struct HVRRequireOtherGrabbable_t7FB979F5D265E3592339DE68A98878FCF39FFE46;
|
|
// HurricaneVR.Framework.Components.HVRRigidBodyOverrides
|
|
struct HVRRigidBodyOverrides_tEBB9AC89217974E1061008AB59BA870CB87677B6;
|
|
// HurricaneVR.Framework.Components.HVRRotationLimiter
|
|
struct HVRRotationLimiter_tF5CD8BEF6539AEF6B30DD3CC7E163EB09771C672;
|
|
// HurricaneVR.Framework.Components.HVRRotationTracker
|
|
struct HVRRotationTracker_tF6E4B67021F9D4DDF5D3C949CDA8DD2B8B24B067;
|
|
// HurricaneVR.Framework.Core.Player.HVRScreenFade
|
|
struct HVRScreenFade_t475F8309AC6BABCB4A4EEE1842BB59DF74272C2A;
|
|
// HurricaneVR.Framework.Core.HVRSettings
|
|
struct HVRSettings_tF57CCCAFB711DE66F81893E04363569A1C4AF080;
|
|
// HurricaneVR.Framework.Core.Grabbers.HVRSocket
|
|
struct HVRSocket_t863A2296A651DF5DF7F79E91E87DD1FA9C49C418;
|
|
// HurricaneVR.Framework.Core.Bags.HVRSocketBag
|
|
struct HVRSocketBag_tEA607484EBFCED87606BDFF92E8F527CE3815974;
|
|
// HurricaneVR.Framework.Core.Sockets.HVRSocketFilter
|
|
struct HVRSocketFilter_t473580ED4B9730A48F09C95722B651F915A87319;
|
|
// HurricaneVR.Framework.Core.Sockets.HVRSocketable
|
|
struct HVRSocketable_t0CCE2C7710A7C7F66EC05482831E56FB949A094F;
|
|
// HurricaneVR.Framework.Core.Sockets.HVRSocketableTags
|
|
struct HVRSocketableTags_tF30D12078E7D23094432A3D208E63F5484F96C21;
|
|
// HurricaneVR.Framework.Core.Stabbing.HVRStabEvent
|
|
struct HVRStabEvent_t272C60B0E7CB75467B6BD510CD7DF8E031385924;
|
|
// HurricaneVR.Framework.Core.Stabbing.HVRStabEvents
|
|
struct HVRStabEvents_t4BD45936E5EE6EF18DA79B435EE60091353A98B7;
|
|
// HurricaneVR.Framework.Core.Stabbing.HVRStabbable
|
|
struct HVRStabbable_t71A2D16350A6CAB51630D1314BE9C10870FE29E1;
|
|
// HurricaneVR.Framework.Core.Stabbing.HVRStabbableSettings
|
|
struct HVRStabbableSettings_t84D8624ED6E1D223CDBF062528B88EA99E55D813;
|
|
// HurricaneVR.Framework.Core.Stabbing.HVRStabber
|
|
struct HVRStabber_tE60C171AECD2D5487B702E7C6C27194FFC364904;
|
|
// HurricaneVR.Framework.Core.Stabbing.HVRStabberSettings
|
|
struct HVRStabberSettings_t2414E15BD0B668FC229B060ADFB038A74BA5DEAC;
|
|
// HurricaneVR.Framework.Core.Player.HVRTeleportCollisonHandler
|
|
struct HVRTeleportCollisonHandler_t738736934B487A9F6C8CC6EC4B3B05A76EDB7AD3;
|
|
// HurricaneVR.Framework.Core.Player.HVRTeleportMarkerBase
|
|
struct HVRTeleportMarkerBase_t7044E7BF18E1006F75C906BE7A0A92B003A80961;
|
|
// HurricaneVR.Framework.Core.Player.HVRTeleporter
|
|
struct HVRTeleporter_t4FEDF3056BB66BE634DBCE3F3E6AD75C460F63B7;
|
|
// HurricaneVR.Framework.Components.HVRThrowingCenterOfMass
|
|
struct HVRThrowingCenterOfMass_t87945CE418DB853807916FA86CE0F7E0E350C7B1;
|
|
// HurricaneVR.Framework.ControllerInput.HVRTrackedController
|
|
struct HVRTrackedController_t9BE1CC3C3770994B7042A191F6FA6082F6D3C111;
|
|
// HurricaneVR.Framework.Weapons.Guns.HVRTriggerAnimator
|
|
struct HVRTriggerAnimator_t10BDBEFB102A525A8AE3702522E4EF1BC533C5AA;
|
|
// HandPocket
|
|
struct HandPocket_t5A2A61AB2A83B573ADD5CD9B5D5BDE46BCC4A8F7;
|
|
// UnityEngine.HingeJoint
|
|
struct HingeJoint_t70A95A9F77881D06B0A7BE99B7B16EA40332D2D7;
|
|
// System.IAsyncResult
|
|
struct IAsyncResult_t7B9B5A0ECB35DCEC31B8A8122C37D687369253B5;
|
|
// NodeCanvas.Framework.IBlackboard
|
|
struct IBlackboard_t5DD66755F75CEACCF1D3EC369782E2A07F1102ED;
|
|
// System.Collections.IDictionary
|
|
struct IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220;
|
|
// System.Collections.IEnumerator
|
|
struct IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA;
|
|
// RootMotion.FinalIK.IK
|
|
struct IK_t8026AD64782C89DB3C8933F61F5E287C0542C4A1;
|
|
// IKAnimation
|
|
struct IKAnimation_tB209529B54B9BED50A1AA604E012F2DD6A4B564A;
|
|
// RootMotion.FinalIK.IKSolverAim
|
|
struct IKSolverAim_tCA20C3F87AF8E71124E2CA17F9E5AAA2912B8789;
|
|
// IKTarget
|
|
struct IKTarget_tD6C282706E7797BB7B0970604A7FDB0640459749;
|
|
// NodeCanvas.Framework.ITaskSystem
|
|
struct ITaskSystem_t5C954212C02BD88DCB75F567405E31FBE9F281B3;
|
|
// TMPro.ITextPreprocessor
|
|
struct ITextPreprocessor_tDBB49C8B68D7B80E8D233B9D9666C43981EFAAB9;
|
|
// UnityEngine.UI.Image
|
|
struct Image_tBC1D03F63BF71132E9A5E472B8742F172A011E7E;
|
|
// UnityEngine.InputSystem.InputAction
|
|
struct InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD;
|
|
// UnityEngine.InputSystem.InputActionAsset
|
|
struct InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D;
|
|
// UnityEngine.InputSystem.InputActionMap
|
|
struct InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09;
|
|
// UnityEngine.InputSystem.InputActionState
|
|
struct InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700;
|
|
// UnityEngine.InputSystem.InputDevice
|
|
struct InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B;
|
|
// UnityEngine.InputSystem.Controls.IntegerControl
|
|
struct IntegerControl_tA24544EFF42204852F638FF5147F754962C997AB;
|
|
// InteriorIDTag
|
|
struct InteriorIDTag_tB6C9B27C6E62F62ACF457020D7FFE7E41BC35210;
|
|
// UnityEngine.Events.InvokableCallList
|
|
struct InvokableCallList_t309E1C8C7CE885A0D2F98C84CEA77A8935688382;
|
|
// UnityEngine.Joint
|
|
struct Joint_tB2C5499F976EBB1EA1C11A80E1BD9F5E2EE4D682;
|
|
// UnityEngine.InputSystem.Controls.KeyControl
|
|
struct KeyControl_t1686D14A78AEC9364B8C7628DD482DE99CC20FE0;
|
|
// UnityEngine.InputSystem.Keyboard
|
|
struct Keyboard_t015BD1A6508137D20B4395295F6E002773FAAF43;
|
|
// UnityEngine.UI.LayoutElement
|
|
struct LayoutElement_tB1F24CC11AF4AA87015C8D8EE06D22349C5BF40A;
|
|
// UnityEngine.LineRenderer
|
|
struct LineRenderer_tEFEF960672DB69CB14B6D181FAE6292F0CF8B63D;
|
|
// MagazineFilter
|
|
struct MagazineFilter_t9FAC361C1B9352D716B8B8F0EF4ECB2956D71A3E;
|
|
// MagazineSocketable
|
|
struct MagazineSocketable_tFF02A0D263257CA805B4C8D9F9F560E3508EF8B4;
|
|
// UnityEngine.Material
|
|
struct Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3;
|
|
// System.Reflection.MemberFilter
|
|
struct MemberFilter_tF644F1AE82F611B677CE1964D5A3277DDA21D553;
|
|
// UnityEngine.Mesh
|
|
struct Mesh_t6D9C539763A09BC2B12AEAEF36F6DFFC98AE63D4;
|
|
// UnityEngine.MeshFilter
|
|
struct MeshFilter_t6D1CE2473A1E45AC73013400585A1163BF66B2F5;
|
|
// UnityEngine.MeshRenderer
|
|
struct MeshRenderer_t4B7747212F0B88244BB7790C61AE124BFC15BAAE;
|
|
// System.Reflection.MethodBase
|
|
struct MethodBase_t;
|
|
// System.Reflection.MethodInfo
|
|
struct MethodInfo_t;
|
|
// Parabox.CSG.Model
|
|
struct Model_t71596EE8E6DB29226026A3E9F9C48FE71E2F0D5D;
|
|
// UnityEngine.MonoBehaviour
|
|
struct MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71;
|
|
// UnityEngine.InputSystem.Mouse
|
|
struct Mouse_t9A9CC4636FA9CDBAD7FB7A02DB0D6395EDCC338F;
|
|
// MusicControll
|
|
struct MusicControll_t73F61479F1E65ACE55E13D0935E8A889C4FB8EE3;
|
|
// UnityEngine.AI.NavMeshAgent
|
|
struct NavMeshAgent_t5D0CCC0B3B78242F286C9BD8EDD87C3CCBD0A66F;
|
|
// NodeCanvas.Framework.Node
|
|
struct Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8;
|
|
// System.NotSupportedException
|
|
struct NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A;
|
|
// NpcBotSpiderCombat
|
|
struct NpcBotSpiderCombat_t1AE4E1A7A4529628485D8BC9FF8C8D2367DE5F7C;
|
|
// NpcCombatAbstract
|
|
struct NpcCombatAbstract_tA3FA66343610D8028B3042C9DB03E8606B9081AC;
|
|
// NpcCombatParazit
|
|
struct NpcCombatParazit_t609BF18369903625745D21FEF6804AAE451E8F5F;
|
|
// NpcCombatSoldier
|
|
struct NpcCombatSoldier_t41ACF46777292813C2AF8AF86D30C446A29188F0;
|
|
// NpcMovementAnimator
|
|
struct NpcMovementAnimator_t3AD0AA4F83B1448CBEEE1A1443C06D512A099A5A;
|
|
// NpcRagdollController
|
|
struct NpcRagdollController_t5814BCE8A0E13D1A57BDFEE5D411B88283969A64;
|
|
// FIMSpace.Generating.OSPrefabReference
|
|
struct OSPrefabReference_t3B64B9E0B29FBF42197702D4E88686F30CBC7525;
|
|
// FIMSpace.Generating.OStamperSet
|
|
struct OStamperSet_tF2812982CD5DB7F227E44BB30B7153A21F96D6A3;
|
|
// UnityEngine.Object
|
|
struct Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C;
|
|
// ObjectStampEmitterBase
|
|
struct ObjectStampEmitterBase_t2A31066F03FAD982EFEC11809A41885F703A4A70;
|
|
// ObjectStampOverrideParameters
|
|
struct ObjectStampOverrideParameters_tFB2D7B26558D215EEA993C2E3E06CF6638C388B1;
|
|
// PGG_FieldPresetSwitch
|
|
struct PGG_FieldPresetSwitch_t9D002C3C5F3212BCA62699B89A9FDF12A4E8823E;
|
|
// PGG_FieldPresetSwitchRange
|
|
struct PGG_FieldPresetSwitchRange_t0AD8B4AB9038D44C8F7EBF4F2FD511CE385F4713;
|
|
// PGG_SingleLineSelector
|
|
struct PGG_SingleLineSelector_t54FE75CE12AD5061E6FCF7E96EF5882CE34EC6F4;
|
|
// PGG_SingleLineSwitch
|
|
struct PGG_SingleLineSwitch_t1151A9E3CF322CACBEA376827235E5867CF320CF;
|
|
// PGG_SingleLineTwoProperties
|
|
struct PGG_SingleLineTwoProperties_tFA46D1A71EF926AA84658988D074698909261758;
|
|
// UnityEngine.ParticleSystem
|
|
struct ParticleSystem_tB19986EE308BD63D36FB6025EEEAFBEDB97C67C1;
|
|
// UnityEngine.Events.PersistentCallGroup
|
|
struct PersistentCallGroup_tB826EDF15DC80F71BCBCD8E410FD959A04C33F25;
|
|
// Parabox.CSG.Plane
|
|
struct Plane_t05E0573626E4D925CBFD6653CC005A4F8F16180D;
|
|
// PlayerTargetPosition
|
|
struct PlayerTargetPosition_t6894590E56669A98942B41E06C3DB37194CBD63C;
|
|
// Parabox.CSG.Polygon
|
|
struct Polygon_tF74FC67D90CE5C848CA82F8BA419A98E0CCB1B24;
|
|
// Projectile
|
|
struct Projectile_tA72765CF412643B7253F62ADB6EDDCC9C3803BA6;
|
|
// UnityEngine.PropertyAttribute
|
|
struct PropertyAttribute_t5E0CB5A6CDA6E24CBD4FF26DE3B0C29D8BB54BF0;
|
|
// RootMotion.FinalIK.RagdollUtility
|
|
struct RagdollUtility_t8C17408AF12ADC7F3A7332141C92F3F2B88D994A;
|
|
// System.Random
|
|
struct Random_t79716069EDE67D1D7734F60AE402D0CA3FB6B4C8;
|
|
// UnityEngine.UI.RectMask2D
|
|
struct RectMask2D_tACF92BE999C791A665BD1ADEABF5BCEB82846670;
|
|
// UnityEngine.RectTransform
|
|
struct RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5;
|
|
// UnityEngine.ReflectionProbe
|
|
struct ReflectionProbe_t7CFA63F0340447A0069E66DB261A8A1B79BA8A2D;
|
|
// UnityEngine.Renderer
|
|
struct Renderer_t320575F223BCB177A982E5DDB5DB19FAA89E7FBF;
|
|
// UnityEngine.Rigidbody
|
|
struct Rigidbody_t268697F5A994213ED97393309870968BC1C7393C;
|
|
// RootMotion.FinalIK.RotationLimit
|
|
struct RotationLimit_t7A68DEEE9DBC0895E8B965A8CF1ADDCE314A27F9;
|
|
// HurricaneVR.Framework.Components.RotationTrackerAngleEvent
|
|
struct RotationTrackerAngleEvent_tB8A14CAE85E89437191650980077BF542288BEB0;
|
|
// HurricaneVR.Framework.Components.RotationTrackerStepEvent
|
|
struct RotationTrackerStepEvent_tCB5A5C66DD94226F97B56FB0FF26145DD6481793;
|
|
// HurricaneVR.Framework.Core.Utils.SFXPlayer
|
|
struct SFXPlayer_t6916F8692A74B19A33C44C40C773635DF91B5165;
|
|
// System.Runtime.Serialization.SafeSerializationManager
|
|
struct SafeSerializationManager_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6;
|
|
// UnityEngine.ScriptableObject
|
|
struct ScriptableObject_tB3BFDB921A1B1795B38A5417D3B97A89A140436A;
|
|
// NodeCanvas.Tasks.Actions.SeekPathAction
|
|
struct SeekPathAction_t60C1E0A5BFCC8B37B37A9E267E210A22FA95C1CB;
|
|
// UnityEngine.UI.Selectable
|
|
struct Selectable_t3251808068A17B8E92FB33590A4C2FA66D456712;
|
|
// UnityTemplateProjects.SimpleCameraController
|
|
struct SimpleCameraController_t17AF9A37DB0C95045C639A9A74B1D80500082020;
|
|
// UnityEngine.UI.Slider
|
|
struct Slider_t87EA570E3D6556CABF57456C2F3873FFD86E652F;
|
|
// HurricaneVR.Framework.Core.Grabbers.SocketSpawnEvent
|
|
struct SocketSpawnEvent_t87F4EB940ADFD998C490FFE3827581C81517627D;
|
|
// UnityEngine.SphereCollider
|
|
struct SphereCollider_tBA111C542CE97F6873DE742757213D6265C7D275;
|
|
// UnityEngine.Sprite
|
|
struct Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99;
|
|
// UnityEngine.InputSystem.Controls.StickControl
|
|
struct StickControl_t2608D1388A5015029123635B4B589AC7EE20C50B;
|
|
// System.Diagnostics.Stopwatch
|
|
struct Stopwatch_tA188A210449E22C07053A7D3014DD182C7369043;
|
|
// System.String
|
|
struct String_t;
|
|
// TMPro.TMP_Character
|
|
struct TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35;
|
|
// TMPro.TMP_ColorGradient
|
|
struct TMP_ColorGradient_t17B51752B4E9499A1FF7D875DCEC1D15A0F4AEBB;
|
|
// TMPro.TMP_FontAsset
|
|
struct TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160;
|
|
// TMPro.TMP_SpriteAnimator
|
|
struct TMP_SpriteAnimator_t2E0F016A61CA343E3222FF51E7CF0E53F9F256E4;
|
|
// TMPro.TMP_SpriteAsset
|
|
struct TMP_SpriteAsset_t81F779E6F705CE190DC0D1F93A954CB8B1774B39;
|
|
// TMPro.TMP_Style
|
|
struct TMP_Style_tA9E5B1B35EBFE24EF980CEA03251B638282E120C;
|
|
// TMPro.TMP_StyleSheet
|
|
struct TMP_StyleSheet_t70C71699F5CB2D855C361DBB78A44C901236C859;
|
|
// TMPro.TMP_Text
|
|
struct TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9;
|
|
// TMPro.TMP_TextElement
|
|
struct TMP_TextElement_t262A55214F712D4274485ABE5676E5254B84D0A5;
|
|
// TMPro.TMP_TextInfo
|
|
struct TMP_TextInfo_t09A8E906329422C3F0C059876801DD695B8D524D;
|
|
// TargetReload
|
|
struct TargetReload_t1665A75BBC97794F9C7B57F1676E92AC278EBB87;
|
|
// NodeCanvas.Framework.Task
|
|
struct Task_tF05C1B448C98EDD5D7E9E23660FCEAC40348A284;
|
|
// NodeCanvas.Framework.Internal.TaskAgentParameter
|
|
struct TaskAgentParameter_t6F02431C314168FE5698AD6A87B555310C2DBC4B;
|
|
// HurricaneVR.Framework.Core.Player.TeleportPositionUpdate
|
|
struct TeleportPositionUpdate_t948A184B362F6F6598D1789074CCCAE2F636617C;
|
|
// UnityEngine.UI.Text
|
|
struct Text_tD60B2346DAA6666BF0D822FF607F0B220C2B9E62;
|
|
// UnityEngine.TextGenerator
|
|
struct TextGenerator_t85D00417640A53953556C01F9D4E7DDE1ABD8FEC;
|
|
// TMPro.TextMeshPro
|
|
struct TextMeshPro_t4560AB28A3EAF503895A781A9C625273D833270E;
|
|
// TMPro.TextMeshProUGUI
|
|
struct TextMeshProUGUI_t101091AF4B578BB534C92E9D1EEAF0611636D957;
|
|
// UnityEngine.Texture2D
|
|
struct Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4;
|
|
// NodeCanvas.Tasks.Actions.TimerAction
|
|
struct TimerAction_tC2D62B38A763A1439AC36019FA039AA04FFEE3ED;
|
|
// UnityEngine.UI.Toggle
|
|
struct Toggle_tBF13F3EBA485E06826FD8A38F4B4C1380DF21A1F;
|
|
// UnityEngine.UI.ToggleGroup
|
|
struct ToggleGroup_tF2E6FE7D4B17BDBF82462715CFB57C4FDE0A2A2C;
|
|
// UnityEngine.TrailRenderer
|
|
struct TrailRenderer_tF7E185EF383CF4300DFC3E1DE59FA6100B93CA39;
|
|
// UnityEngine.Transform
|
|
struct Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1;
|
|
// TriggersRelation
|
|
struct TriggersRelation_tBCC17C31C52C5DE1F67DDA646F894D3C9F0FE8C6;
|
|
// NodeCanvas.Tasks.Actions.TunnelAction
|
|
struct TunnelAction_tDE6FCE93D9C044878822081C988C5E4024F23E46;
|
|
// System.Type
|
|
struct Type_t;
|
|
// UnityEngine.Events.UnityAction
|
|
struct UnityAction_t11A1F3B953B365C072A5DCC32677EE1796A962A7;
|
|
// UnityEngine.Events.UnityEvent
|
|
struct UnityEvent_tDC2C3548799DBC91D1E3F3DE60083A66F4751977;
|
|
// HurricaneVR.Framework.Core.VRGrabbableEvent
|
|
struct VRGrabbableEvent_t8728B02D82F580AA72BA4959489134048B8D0946;
|
|
// HurricaneVR.Framework.Core.VRGrabberEvent
|
|
struct VRGrabberEvent_t2713C2DF3B8DA12A163C59D07B42A39AEA560F6C;
|
|
// HurricaneVR.Framework.Core.VRHandGrabberEvent
|
|
struct VRHandGrabberEvent_t43EC3CE57F33FAC044A3D4338C967C5831F76D16;
|
|
// HurricaneVR.Framework.Core.VRSocketEvent
|
|
struct VRSocketEvent_t0F3F156D923A9085A68893C921ACF4B8516ED357;
|
|
// NodeCanvas.Framework.Variable
|
|
struct Variable_t60C01143D3B1491B2FFEB305052C327D03DDF4AA;
|
|
// UnityEngine.InputSystem.Controls.Vector2Control
|
|
struct Vector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432;
|
|
// UnityEngine.UI.VertexHelper
|
|
struct VertexHelper_tB905FCB02AE67CBEE5F265FE37A5938FC5D136FE;
|
|
// System.Void
|
|
struct Void_t4861ACF8F4594C3437BB48B6E56783494B843915;
|
|
// UnityEngine.WaitForFixedUpdate
|
|
struct WaitForFixedUpdate_t86F5BC0B6A668AEF2903DE9ADB52062E457BD1B7;
|
|
// UnityEngine.WaitForSeconds
|
|
struct WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3;
|
|
// UnityEngine.WaitUntil
|
|
struct WaitUntil_tA1CD487C5811E7C1F8C4ADA85DF5F4EFDC1D41BD;
|
|
// Weapon
|
|
struct Weapon_tC6498A6B45093D50A1AB4BBD7C82842D5C624302;
|
|
// WeaponCountAmmoUI
|
|
struct WeaponCountAmmoUI_t2C3E889F960572F90F41D29BA0159394537B1FF7;
|
|
// WeaponHitEffect
|
|
struct WeaponHitEffect_t7878EE558E98061C5F64958719F46E7342C10CA1;
|
|
// WeaponMagazine
|
|
struct WeaponMagazine_t2C115696F511E36DD2063041A3B3F77AB13747B4;
|
|
// destroyMe
|
|
struct destroyMe_tB2F591A6D3D4B1A58D893BF570CCF444545623AA;
|
|
// particleColorChangerMaster
|
|
struct particleColorChangerMaster_t0B53A83FA6F416B3729A27235D2997759596C081;
|
|
// projectileActor
|
|
struct projectileActor_t1D155255A7AAF409B8E698E27C1D1045C6388BE4;
|
|
// UnityEngine.AudioClip/PCMReaderCallback
|
|
struct PCMReaderCallback_t3396D9613664F0AFF65FB91018FD0F901CC16F1E;
|
|
// UnityEngine.AudioClip/PCMSetPositionCallback
|
|
struct PCMSetPositionCallback_t8D7135A2FB40647CAEC93F5254AD59E18DEB6072;
|
|
// UnityEngine.Camera/CameraCallback
|
|
struct CameraCallback_t844E527BFE37BC0495E7F67993E43C07642DA9DD;
|
|
// UnityEngine.Canvas/WillRenderCanvases
|
|
struct WillRenderCanvases_tA4A6E66DBA797DCB45B995DBA449A9D1D80D0FBC;
|
|
// HurricaneVR.TechDemo.Scripts.DemoBackpack/<>c
|
|
struct U3CU3Ec_t243CBE26B19D7E8A60155402D7348916CE6F2B21;
|
|
// HurricaneVR.TechDemo.Scripts.DemoBackpack/<IgnoreColliders>d__2
|
|
struct U3CIgnoreCollidersU3Ed__2_tE7EF424BB4147FDFD3A55396FF6D78F7BC4BB947;
|
|
// HurricaneVR.TechDemo.Scripts.DemoCodeGrabbing/<>c
|
|
struct U3CU3Ec_tFF9F53A992A854A40F1679EC7E95AE4D7CE58319;
|
|
// HurricaneVR.TechDemo.Scripts.DemoHelper/<>c__DisplayClass6_0
|
|
struct U3CU3Ec__DisplayClass6_0_t31FEB7A1E09BC380FAF4FEA503E6D5CADE405983;
|
|
// HurricaneVR.TechDemo.Scripts.DemoHelper/ResetState
|
|
struct ResetState_tAFBAB543240EB46509B0E797F634967E31055A9C;
|
|
// HurricaneVR.TechDemo.Scripts.DemoLock/<MoveKey>d__13
|
|
struct U3CMoveKeyU3Ed__13_tF26A6491321014A2CC03422E692234DCE0D7D0D7;
|
|
// HurricaneVR.TechDemo.Scripts.DemoManualTeleport/<>c
|
|
struct U3CU3Ec_t7B2746BEC29BF1AC326B01D8F384A221C78CA7B4;
|
|
// HurricaneVR.TechDemo.Scripts.DemoSlidingDoor/<OpenDoorRoutine>d__11
|
|
struct U3COpenDoorRoutineU3Ed__11_tC55B703D3DF6294E6C8A2E1C5D1B77B6E2A709EA;
|
|
// HurricaneVR.TechDemo.Scripts.DemoUIManager/<>c
|
|
struct U3CU3Ec_t383D1F8AB9C6F69CD3AF74822EE855A3F1B1E4D1;
|
|
// HurricaneVR.TechDemo.Scripts.DemoValveLock/<MoveKey>d__6
|
|
struct U3CMoveKeyU3Ed__6_tF24BF8BC7CCB38713BE7449AECD1759D9E590E20;
|
|
// DoorFrame/<>c
|
|
struct U3CU3Ec_tE0BE3EA42A54F648DF2489C8612285A1837B0A24;
|
|
// EffectActor/projectile
|
|
struct projectile_tC6D560D5BA6B234CE4F0607636D036F39CE9DFD8;
|
|
// FEasing/Function
|
|
struct Function_tD1FD6FBF07FCE0BF65777E4F9D477AE069A0431C;
|
|
// ParadoxNotion.HierarchyTree/Element
|
|
struct Element_t3ABE015B81AFFE208F4314A4A588E9E7EFD63407;
|
|
// IKAnimation/<<LateUpdate>g__ToSteps|9_0>d
|
|
struct U3CU3CLateUpdateU3Eg__ToStepsU7C9_0U3Ed_t9DCDB163BC3D3C2A10054B1CD733BBAC1228403D;
|
|
// IKAnimation/<>c__DisplayClass9_0
|
|
struct U3CU3Ec__DisplayClass9_0_t53360CC0621B5F024C8DDC52885EAB6010F42A54;
|
|
// RootMotion.FinalIK.IKSolver/IterationDelegate
|
|
struct IterationDelegate_t50F2C0DBA5189F9263AE46A2205096E8AF33A633;
|
|
// RootMotion.FinalIK.IKSolver/UpdateDelegate
|
|
struct UpdateDelegate_t53E3B4F2E4ADBCE8A5E151106B1878025A6711FD;
|
|
// UnityEngine.UI.MaskableGraphic/CullStateChangedEvent
|
|
struct CullStateChangedEvent_t6073CD0D951EC1256BF74B8F9107D68FC89B99B8;
|
|
// Parabox.CSG.Model/<>c__DisplayClass14_0
|
|
struct U3CU3Ec__DisplayClass14_0_t402D0C0496BA12F5BA435A4D0B89FA1EFE21E5B4;
|
|
// MusicControll/<>c
|
|
struct U3CU3Ec_t06168A550AA80FCB8736980A73F8530FA18C09D1;
|
|
// NpcBotSpiderCombat/<AttackState>d__14
|
|
struct U3CAttackStateU3Ed__14_t5F89AD4B53B039193F4F812409FFE939FB1BEC8C;
|
|
// NpcCombatParazit/<AttackState>d__27
|
|
struct U3CAttackStateU3Ed__27_t2C0EEB3C1C11A1DC69549EF7F9EEFE0E5CA7030D;
|
|
// NpcCombatParazit/<PlayAggressiveAnim>d__26
|
|
struct U3CPlayAggressiveAnimU3Ed__26_tC89D9496B501440528F52A01B2D812867F6032AA;
|
|
// UnityTemplateProjects.SimpleCameraController/CameraState
|
|
struct CameraState_t651BB85BE37498E7EB48448787624DC29D403FBD;
|
|
// UnityEngine.UI.Slider/SliderEvent
|
|
struct SliderEvent_t92A82EF6C62E15AF92B640FE2D960E877E8C6555;
|
|
// UnityEngine.UI.Toggle/ToggleEvent
|
|
struct ToggleEvent_t88B31268F9D6D1882E4F921B14704FB9F7047F02;
|
|
// particleColorChangerMaster/colorChange
|
|
struct colorChange_tEF35D6AA1529384E6B2C49CE37CD346711FD9D33;
|
|
// projectileActor/projectile
|
|
struct projectile_t0A9A910379B42964C02CCDEFF4F1383D7C0CAFEE;
|
|
// IKAnimation/<>c__DisplayClass9_0/<<LateUpdate>g__Animation|1>d
|
|
struct U3CU3CLateUpdateU3Eg__AnimationU7C1U3Ed_t288186A5CE44FEA05390D6374B89FC844097B86D;
|
|
|
|
IL2CPP_EXTERN_C RuntimeClass* ActionTask_t6B5C6B67D00E7AF678FAEDC91859B778C24A8E1E_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Action_1_tBFAE38A24F010F1E15E7D9123A5509C1AA1E7E92_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* AnimationCurve_tCBFFAAD05CEBB35EF8D8631BD99914BE1A6BB354_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* CameraShake_tAC55122F42E0B2A0581731E4C9799A5A8A0D7CA1_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* CameraState_t651BB85BE37498E7EB48448787624DC29D403FBD_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* DemoKeypadButton_tEF389A5AA56147E4556DD2DDADC034975BF0D8F4_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_t261D5B57CAAB3F8D35276C19050A0E53BFE9EB4A_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_t73456C8379F93D6DF5449E1AC7C4EFFEAEE95546_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_tA6171034F19E116CFB6E9839DA229454DA8469E3_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* FGeneratingUtilities_t6C289D2C645AABDD30AED71515B2BE04B80CF140_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Func_1_t2BE7F58348C9CC544A8973B3A9E55541DE43C457_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Func_2_t1E2EB90025FC97E3CD498C2B465D1BDAC438B49E_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Func_2_t3CF3F6D9C2FA092FC6168FBFC2585A4CD683A16E_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Func_2_t4AFCE779302A8CAA62B700488FD9BBB464E1D4FC_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Func_2_t6AD3CFC7C337E46C1DA946EEEA6278162FB59A04_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Func_2_t73671C0B5E9E75781D26D41FD63D714851882853_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Func_2_tB1286812CE92420C9DB811F4B8C5C6FAEA4A8DFE_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Func_2_tB2A9F71AE59470C627302BA30D19BF0F83EE9D03_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Func_2_tF7832D08A98DB409A6B662086A49FF4B6FA803B3_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Func_2_tF91963B39D3FCFD7D91016D3153F74224BDE8664_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Function_tD1FD6FBF07FCE0BF65777E4F9D477AE069A0431C_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Gamepad_tA8C0E40B4F0828615C6C6E1A69AAEBE5AA643A4C_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* HVRForceGrabActivation_t86B59B3C3DD57DAB045AB1434DA454128C566B11_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* HVRForceGrabMode_tDABD5D127AD11D52F73886AA8E4F1FD96771461F_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* HVRSitStand_tFDFC806490DC7323D9D9B9557ED7CC094C5BB80E_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* IBlackboard_t5DD66755F75CEACCF1D3EC369782E2A07F1102ED_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* IEnumerable_1_t3B0C2FE8641AE4A396114017FAD42324E3EEDE58_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* IEnumerable_1_t8EB3E482F279A84C2710D632AD0B6033B9AB2502_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* IEnumerator_1_t5577E9DD7D1802C804736ED3574376CC135D38CA_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* IEnumerator_1_tAAB76E60CDF1F059A3EF2BB2336A3A1B3260224A_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Keyboard_t015BD1A6508137D20B4395295F6E002773FAAF43_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* KeyframeU5BU5D_t63250A46914A6A07B2A6689850D47D7D19D80BA3_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* List_1_t09DFE02BF4C8779C8BDDD183F6D70875BA75EDAE_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* List_1_t1D1E058512330A7525D08D80463CD733019B622F_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* List_1_t1E8488DE839D9547EF9956E5844B440836B6E8D0_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* List_1_t22B6AE59B095268F44B72F67D547A0C9A244CA78_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* List_1_t386E09F4F22DDE4D2AC41A8567FFF283C254537B_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* List_1_t58F89DEDCD7DABB0CFB009AAD9C0CFE061592252_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* List_1_t77B94703E05C519A9010DD0614F757F974E1CD8B_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* List_1_t991BBC5A1D51F59A450367DF944DAA207F22D06D_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* List_1_tA910625D0D90E7578EB9529664A9C52989FF743E_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* List_1_tB5A0E21D0A7C39DF93D616FD5B94C4737A083E35_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* List_1_tC417F059031D8EA5A55DCC7B567DEA0F51AD2174_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* List_1_tCC77722B81CA628F7F61AFE73C595DAD8A332BDE_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* MagazineSocketable_tFF02A0D263257CA805B4C8D9F9F560E3508EF8B4_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Mesh_t6D9C539763A09BC2B12AEAEF36F6DFFC98AE63D4_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Mouse_t9A9CC4636FA9CDBAD7FB7A02DB0D6395EDCC338F_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* MusicControll_t73F61479F1E65ACE55E13D0935E8A889C4FB8EE3_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* NpcCombatParazit_t609BF18369903625745D21FEF6804AAE451E8F5F_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* NpcCombatSoldier_t41ACF46777292813C2AF8AF86D30C446A29188F0_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* NpcMovementAnimator_t3AD0AA4F83B1448CBEEE1A1443C06D512A099A5A_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Polygon_tF74FC67D90CE5C848CA82F8BA419A98E0CCB1B24_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Random_t79716069EDE67D1D7734F60AE402D0CA3FB6B4C8_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ResetState_tAFBAB543240EB46509B0E797F634967E31055A9C_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* SFXPlayer_t6916F8692A74B19A33C44C40C773635DF91B5165_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* SafeDialState_t3ADBF0DD09E03B7544C074A80488A5FE7FCADAAF_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Stopwatch_tA188A210449E22C07053A7D3014DD182C7369043_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Type_t_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* U3CAttackStateU3Ed__14_t5F89AD4B53B039193F4F812409FFE939FB1BEC8C_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* U3CAttackStateU3Ed__27_t2C0EEB3C1C11A1DC69549EF7F9EEFE0E5CA7030D_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* U3CIgnoreCollidersU3Ed__2_tE7EF424BB4147FDFD3A55396FF6D78F7BC4BB947_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* U3CMoveKeyU3Ed__13_tF26A6491321014A2CC03422E692234DCE0D7D0D7_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* U3CMoveKeyU3Ed__6_tF24BF8BC7CCB38713BE7449AECD1759D9E590E20_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* U3COpenDoorRoutineU3Ed__11_tC55B703D3DF6294E6C8A2E1C5D1B77B6E2A709EA_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* U3CPlayAggressiveAnimU3Ed__26_tC89D9496B501440528F52A01B2D812867F6032AA_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* U3CU3CLateUpdateU3Eg__AnimationU7C1U3Ed_t288186A5CE44FEA05390D6374B89FC844097B86D_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* U3CU3CLateUpdateU3Eg__ToStepsU7C9_0U3Ed_t9DCDB163BC3D3C2A10054B1CD733BBAC1228403D_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass14_0_t402D0C0496BA12F5BA435A4D0B89FA1EFE21E5B4_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass6_0_t31FEB7A1E09BC380FAF4FEA503E6D5CADE405983_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass9_0_t53360CC0621B5F024C8DDC52885EAB6010F42A54_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_t06168A550AA80FCB8736980A73F8530FA18C09D1_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_t243CBE26B19D7E8A60155402D7348916CE6F2B21_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_t383D1F8AB9C6F69CD3AF74822EE855A3F1B1E4D1_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_t7B2746BEC29BF1AC326B01D8F384A221C78CA7B4_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_tE0BE3EA42A54F648DF2489C8612285A1837B0A24_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_tFF9F53A992A854A40F1679EC7E95AE4D7CE58319_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* UnityAction_1_t8EC357AF4FBD2A0C4A575C4BBD0B3A81029E43A9_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* UnityAction_1_tAEFA3C1C529F0E1AD7C7C7AFC88822D359E7AC90_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* UnityAction_1_tC8223A39814F713AEC230D8AAE076123D777C6A3_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* UnityAction_1_tD612239A41EF1A9A220EEB9D1B342E591B12C532_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* UnityAction_1_tE91D1D14ED52B39E7A29D029085D18E96D8B4E36_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* UnityAction_2_t42F29791A4A2EA9954ABC904B6C9166B04242AC2_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* UnityAction_2_tEB35C2416BBA906661E576A7D262CF6460145EED_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* UnityEvent_tDC2C3548799DBC91D1E3F3DE60083A66F4751977_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* WaitForFixedUpdate_t86F5BC0B6A668AEF2903DE9ADB52062E457BD1B7_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* WaitUntil_tA1CD487C5811E7C1F8C4ADA85DF5F4EFDC1D41BD_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* quaternion_tD6BCBECAF088B9EBAE2345EC8534C7A1A4C910D4_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral048705EBC22C86B998F6CCAD73D6D3E5D6EDC397;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral0767326DBE1DD31063256737FD019DC6682353E2;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral0A75E0B0725EFCA0A61AA143B67352DF5D3D49D0;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral0B0FEB3147CE20EB2C90076367F895C59BCD14B3;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral0CDEF72DE4F851AC9DE90A1F55A17BDA775BCD7D;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral156E72093202B3904FC1EB5069CBA7BCC8ACD237;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral158C589189FAE22F4FD22B6531784471A568DE76;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral16A70DC8C790D0EFD53AE03FF23CB99D8B7A53CA;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral1AC61FAC5CE9913A44B885ACF2474EA629868391;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral22074BD31ABE8C1A22386F569A4FDB2F73DFAED4;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral239ECF78983B43A8192E47037EC599F6DCAFEA5D;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral2531C2E47E23620D9A6B7F21D7B39F970334E875;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral29D72C32115A415A2695640ABA787408D8CEE14D;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral3DD85286B809FC0D91697F71CBF2C5C9E473741A;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral3DEA2AA46DE49D606C3FF816B289B181ABCDED45;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral435EBF436AA6703F7D0C71CD93E7F04A8BB2BAB2;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral4448A495807CB4A5CE64C39B1BB2812CB240CCE9;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral455BE6C51A15F36C8D913F896775D15888AC8673;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral4780AF940655CB59AF49F6344DA95EC30E32AA8A;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral48419E0AC7A3C471E758A3F53E24363D7898657B;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral4C5BB76374066548CBB93FADE3D077FC26D27E83;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral508450355DF2A5BB172C6D21A5C54D7806587D91;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral51E1C9D21AD42E82157D9491B72D1D5DE6B20C4E;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral58C403B2ADB7E09A23001D113CB718A73795DB62;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral5D2E3D85D1C3D4F42FAE33FB35C01C48241E0B32;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral6175BD5E01E842C89DD20FB35A8E18A550EC327D;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral6951F3165CFC609AB652E855FD3815BB16E517EA;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral6ABB96B4C8D776C301BCDF33E9157AC8D47322AA;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral6C71167E4956F782DD0ECCE71CD3949E520453DF;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral71CA9F9E0C870AADBE4EED2A581B2671DFD7E3E4;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral76E7BD125EE1F99E3299E6B85CEB8846BD4277EB;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral7E650861C4CB04C28572FFE04DB4723B20843263;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral7F77F7A49FA6574579CAFCEB3733D4E88CFD3161;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral7F8C014BD4810CC276D0F9F81A1E759C7B098B1E;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral8178F586F104CC0037645CD4A425448975FBC818;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral87220A435083D983AF4D14AFD06B7B0C7400844A;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral8DB3F49CBC04A5F86A4359A067C8FDE7F24B4F4E;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral8F8AB97E5DCE76D4AFC04F0FAABC2569475AC8EA;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral932DFA0AD0A580BC400634A62A5BDDF61FC52B4F;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral9D354CA1036DDA6F701F800C5C1B3A4235D2EDD7;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral9D6BA8D36FA648F5F7EC00E75E4E3CB92589DA2E;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralA7C6A99492E9320E0B6B7918672FCB2933EAD649;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralAAAA401E86E41E6120BB9E96B9892141CF5A81F8;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralAE24C5BE9B741FFFA87D2A951BFE7EA0440461CD;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralBD27C106B7C6B92D90D957772CE6F784A26CE562;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralC97E61DC7C99029AC79834F98E1EAC491CA52091;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralCAF8804297181FF007CA835529DD4477CFD94A70;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralCDE9DED28C73C43C37F4AB9503FF1112289730BF;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralD5F2751FCD979A5D75A2B143601934884E0565F4;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralDFF1E2A1482FEDCFB2BB4C877079B0BD07473C2A;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralDFF8B948CC37BEB6D1D5A4F40084C611DB43B1E6;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralE16EFE13C5C08096A869677E0912595D5D6C1C03;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralE9B2C4B73C4357A8FA4CCAF19BD43878882AB8C3;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralEA04D4286952D44B4CB5C87E7D30E05FE4153434;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralEB0A157666700D8227FD4B66A26FDC02035E89BF;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralEB0BB5D4FA59FF963FDE2494755AB4182D0F8AA2;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralED8069D53F4AA117AA6D23B593FA68B0C3AA765C;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralEEAF871F63EAF1173D5679715303E079C1AE5DBB;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralEECEAAC359EDB2E91D0F46F3CA9A65F47527BC5C;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralF060A3E0B48803B836F558E2E44EEED235450F51;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralF2F5F486DA7A054F29393CFB1DAE7C2B83F03ACB;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralFBC1FBDF3F91C0637B6624C6C526B3718C7E46A2;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralFF9B3D507393C5DE10302C65904ABDA78BB64EDF;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ActionTask_1__ctor_m4BD35BE6B0C39552F93D509D2E3A76521A2E05F0_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ActionTask_1_get_agent_m07AEB61EFC14545B6C52867DD4316AB0EE5AE8C9_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* BBParameter_1_get_value_m2C3E4F1A2812398E2C13BE7AAC45DFF1484ED8A2_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* BBParameter_1_get_value_m46BCD0CE6DCB23D77AB3268C4D12A143C9F5C532_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* BBParameter_1_op_Implicit_mB68539EA9B330F602E448A3FDC59D4F81D694531_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponentInChildren_TisHVRCameraRig_tC98FBD46ACC6012DBA2DB94BD0D9E93E35AADC45_mAA323BBD4EC43D0C753128C3A3BF6497B8464598_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponentInChildren_TisHVRPlayerInputs_t5FC827A4ADE172D3A9B53AAEB7D8C327D750D986_m083CCEC6EE2D5FD7BBC196F825560CDF11777460_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponentInParent_TisHVRStabbable_t71A2D16350A6CAB51630D1314BE9C10870FE29E1_m23C4777ED83C185A1F975C8D985D2521FD3053BC_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponentInParent_TisRigidbody_t268697F5A994213ED97393309870968BC1C7393C_m49365CF93735FBE624C3828C66E7AD5FF67AD40D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponent_TisCamera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184_m64AC6C06DD93C5FB249091FEC84FA8475457CCC4_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponent_TisCollider_t1CC3163924FCD6C4CC2E816373A929C1E3D55E76_m820398EDBF1D3766C3166A0C323A127662A29A14_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponent_TisConfigurableJoint_t8B33AB5A6B8D52493F14C4B8DBDF78A1C94ECB77_m464A180C3A0EA1842D8405966A33A053F90575F1_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponent_TisDemoHolsterOrientation_t13F4399A5F837542FC31B09006CD899773EEBEA0_m8CDF3094E350AD46333B90F21E897DC833DD9C6D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponent_TisDemoPassthroughSocket_t24713938A3C6DCD858E22F671E74963B3274ADF3_m3F66B774E9139F21C1B324DA26A053E849E360F8_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponent_TisHVRDamageHandler_tD93CFF30358485F8FEAA956F5D7DD49D0E2E1A41_mCCEE7184FFCE9611B0C3B669533644FE463A6D0A_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponent_TisHVRJointHand_t18F1F4E0DE4EFF6FA03D8EB3D9598F354EE0F7B9_m2A05DE5163BD6D4F15A66FAA2B13ABEE368A90FB_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponent_TisHingeJoint_t70A95A9F77881D06B0A7BE99B7B16EA40332D2D7_mD226E906030A0E16CE9EEDAAA902B0CD7CA4B45F_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponent_TisPlayerTargetPosition_t6894590E56669A98942B41E06C3DB37194CBD63C_mEE9EC17F111DFAE1756AD86B03C886D17084D441_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponent_TisRenderer_t320575F223BCB177A982E5DDB5DB19FAA89E7FBF_mC91ACC92AD57CA6CA00991DAF1DB3830BCE07AF8_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponent_TisRigidbody_t268697F5A994213ED97393309870968BC1C7393C_m4B5CAD64B52D153BEA96432633CA9A45FA523DD8_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponent_TisTextMeshPro_t4560AB28A3EAF503895A781A9C625273D833270E_m991A1A2A2EFE70B64BBECFF1B44EE5C04FF8994E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponentsInChildren_TisCollider_t1CC3163924FCD6C4CC2E816373A929C1E3D55E76_m64EB86DDB49F92CFAAF6003C9EAC7D7D8B0F35DB_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponentsInChildren_TisDemoKeypadButton_tEF389A5AA56147E4556DD2DDADC034975BF0D8F4_mE0890C51E615715459E1C94D0B355DD649B5D914_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponentsInChildren_TisHVRForceGrabber_tD4C962011452998F4F3C4C7BC5FC6BF36A56B191_m1EE97F1F36E7A096D4D1D15C7873FB5F381A9C04_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponentsInChildren_TisHVRGrabbable_tC5E7380624392C1F4EB5BEA99BF9C187D151C0DE_m9239D7DCE3C2E41B6D106A0E0DCAA81C5A35CE10_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponentsInChildren_TisHVRHandGrabber_t9CB7C31300D3D84C4E564C643D0BF501EBB16B90_m781A92500338780EB953852750144E25813BBAFA_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponents_TisCollider_t1CC3163924FCD6C4CC2E816373A929C1E3D55E76_m92CCBDF9F73958063400986CE7C8FB674AE0EA4C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Component_TryGetComponent_TisParticleSystem_tB19986EE308BD63D36FB6025EEEAFBEDB97C67C1_m263198B23E82499C16C66D2C3866A89A7CF85E58_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* DemoFullStabConfetti_FullStabbed_mEEFD6E8CB21BBAA83123AEE15203015760DCE882_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* DemoFullStabConfetti_Stabbed_m567E460445D6984694D7ECC121966B121E4EBFCE_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* DemoFullStabConfetti_Unstabbed_mFDDD4186141B6B02926439790A5196ADDBB39C1A_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* DemoHelper_U3CResetGrabbablesU3Eb__11_0_mF04EC4DF0E3BD23087797C31EBDEA50C3F662BD1_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* DemoLock_OnKeyGrabbed_m98219C1B699E94DA9FC6B11144CD531A0F0E73D8_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* DemoPowerUnit_OnLeftSocketGrabbed_m4F5B4771E3CCD883336F11A0325E635DB55FBDB6_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* DemoPowerUnit_OnRightSocketGrabbed_m4118D218C3C0B97C7438B0CEAF8F97210AF26831_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* DemoUIManager_OnLineGrabTriggerChanged_m320D33BB893A9EFF156AFA8A2889F868F7F9E87F_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* DemoUIManager_OnSmoothTurnChanged_m31BB570E3C5DEC2659F976DC530043158243472A_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* DemoUIManager_OnSnapTurnRateChanged_mFB0D670F5E3ED62AD52B288218CA4D8576D07F71_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* DemoUIManager_OnTurnRateChanged_m0FB692D0F19F25A5E6B71DDE83BABFC96CBB62EC_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* DemoValveLock_OnValveGrabbed_m858CAF44B4B0182F26D2F27141ED695C83D613C2_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Add_m8B6B3D00E548FBC08FD9E087006AA34704E5EA84_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Add_mE4A6EB2385A9C2FAB084ED86C71B44445C7F64F0_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_ContainsKey_m28AAE15BCFE83902A6292AC0F31F2CEB65C1DAE9_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_ContainsKey_mCE4E9DD2708E0477BB151D4CE9B8D3C282B3F0DF_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_m267842795898C6476C1FA943C757C4CB440DBE6B_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_m48ED92EBDCF61B173630C3073E2239F8A0D09CF0_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_m6FF7CEBC358B5FB27641B13E3366E8C3C73DA78C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_mEB1E5A0F5C293BC319B1E4D0AFF38FF2719AEF1F_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Item_m0749980B34FCD6F5D1894B2803C840CAF6882DD6_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Item_m2677DE5AE55EB488405081DC9EB7B1D9453B175E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Item_m364B8292BB4DFB2BC3DE53CCDEBA6E246B835752_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Keys_m961E338D2BE1EA4DBEAE3BB0B2004A6A75236E13_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Values_m3E1B7FD39A225712667A9775D77F1B5E35F6EA28_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_set_Item_mC035BDC25735BADF10B9BC2282885219B5142194_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_set_Item_mCE419CA3315C54931F0112B3A9156E00FFB86CE2_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Any_TisNpcCombatAbstract_tA3FA66343610D8028B3042C9DB03E8606B9081AC_mD1D5113E291E319D115FED76AA9876B9CB5F73CF_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Contains_TisCollider_t1CC3163924FCD6C4CC2E816373A929C1E3D55E76_m99BD41B13BB17EB264DDC69EC4223E9FC4666BA7_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_FirstOrDefault_TisHVRForceGrabber_tD4C962011452998F4F3C4C7BC5FC6BF36A56B191_m36EDE03B4C61948E7224D32D08282DEDB9710BF6_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_FirstOrDefault_TisHVRHandGrabber_t9CB7C31300D3D84C4E564C643D0BF501EBB16B90_m6F363CC91DC42A93D0F467C552C46C42561CBA80_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_FirstOrDefault_TisHVRPlayerController_t26A1DD9C40E8FC728A9145B43AA248B87DF528F0_mC7262E1B113EC3FBA35498F1FA7BA6AE1DF9ABB1_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_FirstOrDefault_TisHVRTeleporter_t4FEDF3056BB66BE634DBCE3F3E6AD75C460F63B7_m94CA905D038827EDD303BD8AC2200A79DCCDB981_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Select_TisVertex_t4AEF728B000B77221E3C152BC139F66940DE78E9_TisVertex_t4AEF728B000B77221E3C152BC139F66940DE78E9_mA1975173784657FD9AC6062BC4D100B7DD8F7A1F_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_ToList_TisCollider_t1CC3163924FCD6C4CC2E816373A929C1E3D55E76_m360E62DC627DDFC71C71414CF9318032787D1B62_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_ToList_TisList_1_t05915E9237850A58106982B7FE4BC5DA4E872E73_m849CBE5C8BEFF83B9561388ACE5E671BCC83CB4D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_ToList_TisMaterial_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3_mD2ABF10557F9B6CE8C8C1292311CBA3F6CA44BD8_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_ToList_TisVertex_t4AEF728B000B77221E3C152BC139F66940DE78E9_mD538332D06C9A337DAB6933BA3A0D4BF40D95703_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Where_TisCollider_t1CC3163924FCD6C4CC2E816373A929C1E3D55E76_m7BABC61375EC3967C05129799DCA3C44560E3786_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Where_TisHVRGrabbable_tC5E7380624392C1F4EB5BEA99BF9C187D151C0DE_mB91EB4DE968069766E53D2E0AA012CA2EB7DA18E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Where_TisParticleSystem_tB19986EE308BD63D36FB6025EEEAFBEDB97C67C1_m6B90239F18C1E2C9192F16BF59695960F5C258D0_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_m074EFE5290C2C84B92A8F5219CDE58F74F61FA1C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_m42364265F285AAD5774FF62F5D7DF6505A645C1B_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_m7BFB61917B6E338D5C9822851032E461130D558A_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_m813F95736661B303D7FFB9F4343D665F49453168_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_m9BF6C1C74CD711998DC8FAE5D6B8083586F5CFB5_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_m01CC5C007935359E63D05679E3464888DAE10CBE_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_m2289AB59AF46CA2A3DC7A8FE8273239FD445E89E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_m3DFE65306620DDD966C712A219D9079FA081C127_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_mBAA697FE341E389C86536D9444A3E4AC02109E87_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_mDEC29D2CA29E42CF404E58B503606CB054CE746B_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m201AD2F3A51FB971F9D4E061971DEEC7A33BD6DD_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m291786A666CEB4AF20E71BE6C01C9C6A74357F35_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m5474C06E69B72A7FEADC871C3E559B4D0634C377_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_mCBBD283BB42C56D73B7C4194020EC95292B36129_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_mE957197B5596FD07137729A90CD0126086365D4D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* FEasing_EaseInCubic_m87589685D1915569E92503C7A07338D97F622BF3_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* FEasing_EaseInElastic_m827997452E98D5CAB48BC4E0929FBF6B0CC9A189_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* FEasing_EaseInExpo_mF8FE25475A95E4E51A591C276D6AF039426C494F_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* FEasing_EaseInOutCubic_m2EEF5CABFA9223353F74827DD93D0893069974D6_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* FEasing_EaseInOutElastic_mB3C3E87B57EB3BB29B226B1CD27CD866C8272DC5_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* FEasing_EaseInOutExpo_m3783BFFA8787FD08ED6257BD10F95280A03E60F4_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* FEasing_EaseOutCubic_mD61DF8092145023721FF3F9CEAF86D3426399A6B_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* FEasing_EaseOutElastic_m59B19E893076A14A261A8A379BC6C722222BBF55_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* FEasing_EaseOutExpo_mBF0F7722A4B32FC7F4413A2E5E7EA2938BD8B19C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* FEasing_Linear_m48072E51C0C77B4374CF1DEC8C07AC9840ECD882_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* GameObject_AddComponent_TisRigidbody_t268697F5A994213ED97393309870968BC1C7393C_m03A761629A3F71B0248F1B26EF612F592B757093_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* GameObject_GetComponent_TisHVRGrabbable_tC5E7380624392C1F4EB5BEA99BF9C187D151C0DE_m59E4CA1C3FAE096A545658F5A9359D078C88A006_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* GameObject_GetComponent_TisPlayerTargetPosition_t6894590E56669A98942B41E06C3DB37194CBD63C_m21DC66B703EA369C6A77DF52913B42DA5D663EFD_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* GraphOwner_1_get_behaviour_mD39E4124E70C8CAF55A66C9290C24EF94BD51B1C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* HVREnumFlagsSocketFilter_1__ctor_m012DED0BA9021E8926793BFB917E41B685D4007B_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* HVREnumFlagsSocketable_1__ctor_mE90C60D9BD634798F667995DB1271BE0E352E6CB_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* InputAction_ReadValue_TisVector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7_m8D02BA85303ABD48D9963369E106B0C83A393FBF_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* InputControl_1_ReadValue_m362E05F00FE8CF8FC52F0D673291907EC7FA6541_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m0248A96C5334E9A93E6994B7780478BCD994EA3D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m225B60E78468F0052D88848C072D135CBB4C2386_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m4CA93DB974F53860446FD2491A04C41A69E23CA0_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m5F62EE992DBCC5323267265794235C9EEE07997B_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m703886B90237E6D73148FFB90084BE1D30834D5D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m7BD3D5B74E596CFD5A2AFEC9C3C0EA26C89267D9_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mB4128E67761CE7F79434F306C6CD6CE88FA0ECC0_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mCF5C3C80A8C2B67B8CC625B2A23DCFE29DD19978_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mF4C7997233AB8AD67F34D0F736DCF127FBA2D92A_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mF820C277FFDC90EBB8C833CBFFD2894EDBC4E916_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Clear_m810CC54C251622B0C544DA64F3B2F15A383866B9_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Contains_m359254483BE42CAD4DCA8FBAFB87473FB4CF00E1_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Contains_m3FE0FBEA4C8DB14E12824556D347F1B273BAA2D1_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Contains_m8288E5CA9CFC66BF2F7FBBA781AAAAD27D358DBD_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_ForEach_m0D56FE042D7C59FC573223E1ECA324B0555A7240_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_GetEnumerator_m01FCD3FC513065087F7E312BC9DE2D1C3FF655E5_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_GetEnumerator_m488CF05C1B93CCC42A8FCC74DFC6CE1DAD75A469_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_GetEnumerator_m5D6CB368550842F949FCA892262234F0A3FACFC5_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_GetEnumerator_m67459CCB5C4097B2C230A163B97637A4AF049004_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_GetEnumerator_mDBDA909366EE1C9C6C8701AABD56CE0475C59B4D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Insert_mE6C67279BA38B2D4D97C29665D58C2D99C35C0CD_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Remove_m79D8C12C64B9D4617D013980ECDDBBF91DA7303E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Remove_mF976D57E9B68FA34CE9C17C74BE3A172BD6690E9_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m0CDD6F02F45026B4267E7117C5DDC188F87EE7BE_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m13CA5679C78D3FD653F751F8755F3C1DF94C5C92_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m168F8B1DB2C174367F8955458949776940360427_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m17F501B5A5C289ECE1B4F3D6EBF05DFA421433F8_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m38500C20418699AEC04B1946434E06EC96FB4B1C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m3BEC15B609CFFB51E63A05733E73B083951645FA_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m44A5546905E2DA996CAE6B7E686190562E209499_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m6DDA2773042DF432035748F54845D594D6C2F3E2_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mA9BA9798221E0A85DD20EC97EF62A005197EA8AF_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mC54E2BCBE43279A96FC082F5CDE2D76388BD8F9C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mDC3E95DC5C927A867B9B42EDE1945F909B894268_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mE35C7F79A93973D0841E0E7843AF3ABC133EF73C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mEA50E9463F83B8BAF1F1A07D1FF8EF8540AC8D7F_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m17CD46BC04C826437B0CFBD17E01967F1AB4C9AD_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m4169F119026A13ED005EA783AE2A32ED5BBDAE2E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m46EEFFA770BE665EA0CB3A5332E941DA4B3C1D37_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m545762F67009314D9C63DD209B42FFF950569B05_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m6CF7059C1BFADBCEE09716C51E4EF101FB0EE4B5_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m8845F60D264744FF04D933042D1523D65F83A5BE_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m8D408B57AE7C2D791BB61817BBC93B84537AB617_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_mE4AB993B1A4BFAD4D3FFEB2FCDBBC95E247AE8D6_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_mE814C5617982FD5D7A3BDCA8C111F2CF81AAA492_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_mF590592E32D421DE2C6E2F0D5C2F62FB14CCEFDF_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m5F2F1197960373395325A4C8A2F09BE78C47E847_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m6482D1D8869174A6C7B0CEAF95DFDFBB73625587_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m70F5CFC2DEA9332B78C5ADC0EE1CE1B7465B1456_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m7A47EB9F41618DBFC754FC27107B949496EEA4DC_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m8F2E15FC96DA75186C51228128A0660709E4E810_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_mD99081BEFA1AB3526715F489192B0F7F596C183D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_mE219167C21305200F6C787679E6B1B044A83DB8C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_mE36D65E025A32CC675A5B41B4FDAAFCFBDD70DE3_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_mFD5EF67FA4A17917CCF0A18505A4B5956C9E6437_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_mFE556F47C4CD09EAC6C898EF39D4A8EC112CFC50_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_mFF70B00D625908A0B276F284BB6EF3D5A97CE22A_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Model__ctor_mF402444CBB746DCC2D183AD5C130CC8CE4BD7617_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NpcCombatParazit_U3CAttackStateU3Eb__27_0_mFA5E79B2C4537B6C5F16CCC788A238D445AF0D3D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_GetValueOrDefault_mD88C565C80170105E87BB423C5B2F974840EF90F_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1__ctor_m0A5E89BED3122C383D5D1D61DEF0AFC73D71B93A_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1__ctor_m75F3ABB694E26670F021136BD3B9E71A65948BC2_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_HasValue_m6B76086B0E863AB1D634FD03E30154F230070435_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Object_FindObjectsOfType_TisHVRGrabbable_tC5E7380624392C1F4EB5BEA99BF9C187D151C0DE_mF02811155D0F2917B1942DECA41DF5DDE60BE72F_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Object_FindObjectsOfType_TisHVRHandGrabber_t9CB7C31300D3D84C4E564C643D0BF501EBB16B90_mCF5FB080BF2B1B25F1632446E7F8A498890AF801_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Object_FindObjectsOfType_TisHVRPlayerController_t26A1DD9C40E8FC728A9145B43AA248B87DF528F0_m0086B68A646A1757CB71893C89151A4C5DCF5307_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Object_FindObjectsOfType_TisHVRTeleporter_t4FEDF3056BB66BE634DBCE3F3E6AD75C460F63B7_m82F4FF72E5FB394E91B0D5D4C0A3B7A34BB189A2_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Object_Instantiate_TisGameObject_t76FEDD663AB33C991A9C9A23129337651094216F_m10D87C6E0708CA912BBB02555BF7D0FBC5D7A2B3_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Object_Instantiate_TisGameObject_t76FEDD663AB33C991A9C9A23129337651094216F_m831D2F71DF2AA6C93AFDFEFA04CF2CFC5FBBCDB4_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Object_Instantiate_TisHVRGrabbable_tC5E7380624392C1F4EB5BEA99BF9C187D151C0DE_m29DD65F27113029C6902003E17FAD19F1B74E775_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Object_Instantiate_TisParticleSystem_tB19986EE308BD63D36FB6025EEEAFBEDB97C67C1_m4D124F2FEF37B79E055EECB4988220B0F2F98CE2_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Object_Instantiate_TisRigidbody_t268697F5A994213ED97393309870968BC1C7393C_m156FAC4850C7738CFC53E365D32C72C4D7B66EA2_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CAttackStateU3Ed__14_System_Collections_IEnumerator_Reset_mDF338E22DA7C4036156ACCE206734B7A3E70C687_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CAttackStateU3Ed__27_System_Collections_IEnumerator_Reset_mCE566737F916C7D62D1E5286CAB6A7AA0D61F50E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CIgnoreCollidersU3Ed__2_System_Collections_IEnumerator_Reset_m8345E8544159D2E12E5BE3C511A94A92E1DAF7D0_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CMoveKeyU3Ed__13_System_Collections_IEnumerator_Reset_m8B303C10C799B16E6DAAB9AEF67E3D6A94D1482E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CMoveKeyU3Ed__6_System_Collections_IEnumerator_Reset_mBEE202005FBB72AD21B5D0D25772B6DA9BA85EB8_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3COpenDoorRoutineU3Ed__11_System_Collections_IEnumerator_Reset_m171EC177C67BA7A6626CA67AA3ACC3AD0761F34F_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CPlayAggressiveAnimU3Ed__26_System_Collections_IEnumerator_Reset_mF00B561EEEFCB3094E52388C0F27443E48FD8BB4_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3CLateUpdateU3Eg__AnimationU7C1U3Ed_System_Collections_IEnumerator_Reset_mE150A9A9C9D37AC79DED2980C1786456EFA39EA1_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3CLateUpdateU3Eg__ToStepsU7C9_0U3Ed_System_Collections_IEnumerator_Reset_m26E98498217FE79495D9D69D2FE7E88DDB5AE0EC_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CPlayParticlesU3Eb__16_0_mC07960B03F74A1E4895D1E8FDE602995AA2EF7CF_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CStartU3Eb__1_0_m51415536515F7D05F8CCD5586E0D0B093567BCD3_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CStartU3Eb__21_0_m9792FEEA2F8FDFB1919474FE16253407475757E4_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CStartU3Eb__21_1_mEA168A4B643B3A9E9C38E34E44E992326D6C585D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CStartU3Eb__21_2_m6A23F5D8D3ED576D882505CC103824BF32F63195_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CStartU3Eb__21_3_mE239525380D8EA93A3BB42A35E8299EF8622AED0_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CStartU3Eb__21_4_m01861EEACC630E93DD62AFABB77EF3E344848CB0_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CStartU3Eb__6_0_m885A99B97891FD7A4045E291C3965460979FF622_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CStartU3Eb__7_0_mF6BF40B870BA747C3FA5158390DFB80C4C25219B_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CUpdateU3Eb__11_0_mB8513E660799BD5E7BA15FE3C47F823709DA9EF1_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass14_0_U3C_ctorU3Eb__0_m86939EB610E227E81BA839554A1B6BD7AFAB6981_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass6_0_U3CAddResetGrabbableU3Eb__0_m53708313B1360FCCE659FF7E2C0278E6EDCF8782_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEvent_1_AddListener_m326988BDE31056C04EFE1C336A0985C954BACE74_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEvent_1_AddListener_m44E396BC4484BD75427FDD8CBE0B533CCAD8C1EC_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEvent_1_AddListener_m47D3A46AA16F88C47B1E7E969013A2A6248C7FC7_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEvent_1_AddListener_mC6234AE0B45EAAC87E939A301DD5A34F344958C0_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEvent_1_AddListener_mE9367D4B3AA4C323EE7C35FA18CF2D8A142F43FD_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEvent_2_AddListener_m3B3D236026298DEB2FFA5865C91E81A91CEB7C40_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEvent_2_AddListener_m5712BF8841CA269C2837A109B704B284484F0626_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEvent_2_Invoke_mC76EFDB8EC97C21D69269426311A3E135CBE67A6_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* WeaponHitEffect_Hit_mBD32CA374E5867088DE7FDA4BAAC5A2A633D34BA_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1_0_0_0_var;
|
|
struct Collision_tBCC6AEBD9A63E6DA2E50660DAC03CDCB1FF7A9B0_marshaled_com;
|
|
struct Collision_tBCC6AEBD9A63E6DA2E50660DAC03CDCB1FF7A9B0_marshaled_pinvoke;
|
|
struct ContactPoint_t241857959C0D517C21F541BB04B63FA6C1EAB3F9;
|
|
struct Delegate_t_marshaled_com;
|
|
struct Delegate_t_marshaled_pinvoke;
|
|
struct Exception_t_marshaled_com;
|
|
struct Exception_t_marshaled_pinvoke;
|
|
struct RaycastHit_t6F30BD0B38B56401CA833A1B87BD74F2ACD2F2B5;
|
|
|
|
struct AudioClipU5BU5D_t916722468F7EDCFA833318C35CD7D41097D75D31;
|
|
struct ColliderU5BU5D_t94A9D70F63D095AFF2A9B4613012A5F7F3141787;
|
|
struct ContactPointU5BU5D_t3570603E8D0685B71B3D8BA07031674B00C5E411;
|
|
struct DelegateU5BU5D_tC5AB7E8F745616680F337909D3A8E6C722CDF771;
|
|
struct DemoKeypadButtonU5BU5D_t9C05770486C2B2F1F955E3F5C7099D24CC0239BD;
|
|
struct HVRForceGrabberU5BU5D_tE763F25BD52821C3C7C1EE06428E6C240A379C1F;
|
|
struct HVRGrabbableU5BU5D_tEDB0FBD4FD1418A2823FA20AF3A194F42B2D71D2;
|
|
struct HVRHandGrabberU5BU5D_t690658B28276350833B942BC75EBCD9010FBFD0B;
|
|
struct HVRPlayerControllerU5BU5D_t3EA80674A4130B342F6CED94A632B46A9AB21634;
|
|
struct HVRTeleporterU5BU5D_t1856C5897E868ACEC58861D7B36D10AE69A7BA5A;
|
|
struct Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C;
|
|
struct KeyframeU5BU5D_t63250A46914A6A07B2A6689850D47D7D19D80BA3;
|
|
struct MaterialU5BU5D_t2B1D11C42DB07A4400C0535F92DBB87A2E346D3D;
|
|
struct ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918;
|
|
struct ParticleSystemU5BU5D_tC5E33DA557C9C2064085128B3530C5F04D48F6E6;
|
|
struct StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248;
|
|
struct TransformU5BU5D_tBB9C5F5686CAE82E3D97D43DF0F3D68ABF75EC24;
|
|
struct VertexU5BU5D_t6719BBD27B36F9A8560C2148E33B4409BDC1B7F5;
|
|
struct projectileU5BU5D_tF1E6AFB2EB9222DB17F12130D246CD8963958EBC;
|
|
struct colorChangeU5BU5D_t9308F55FF0A8191B8D6564EAB435C6E16739650B;
|
|
struct projectileU5BU5D_t5E196EB3DE8D8CB96161807F47FE9B6B99A827B6;
|
|
|
|
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
|
|
|
|
// <Module>
|
|
struct U3CModuleU3E_tBB65183F1134474D09FF49B95625D25472B9BA8B
|
|
{
|
|
};
|
|
|
|
// System.Collections.Generic.Dictionary`2<System.Int32,System.Random>
|
|
struct Dictionary_2_t73456C8379F93D6DF5449E1AC7C4EFFEAEE95546 : 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_tCB5CD4907BFC0E43F94FCD62A6C44BA55C809E24* ____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_t40EFBF11AE9D446794CDA245F926724AD2F716CD* ____keys_7;
|
|
// System.Collections.Generic.Dictionary`2/ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::_values
|
|
ValueCollection_tBEB88814F376C98C413EC52758A8CEA99B8119EA* ____values_8;
|
|
// System.Object System.Collections.Generic.Dictionary`2::_syncRoot
|
|
RuntimeObject* ____syncRoot_9;
|
|
};
|
|
|
|
// System.Collections.Generic.Dictionary`2<UnityEngine.Material,System.Collections.Generic.List`1<System.Int32>>
|
|
struct Dictionary_2_t261D5B57CAAB3F8D35276C19050A0E53BFE9EB4A : 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_t6AEB1AF8D7CB695BDC8D83515439B37F08A73CDF* ____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_t308ADE07440B616B54A94FFAF2D613C88957131C* ____keys_7;
|
|
// System.Collections.Generic.Dictionary`2/ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::_values
|
|
ValueCollection_t10895244C116C7AA93ABD0121B81F3BED74E7734* ____values_8;
|
|
// System.Object System.Collections.Generic.Dictionary`2::_syncRoot
|
|
RuntimeObject* ____syncRoot_9;
|
|
};
|
|
|
|
// System.Collections.Generic.Dictionary`2<System.String,System.Reflection.MethodInfo>
|
|
struct Dictionary_2_tA6171034F19E116CFB6E9839DA229454DA8469E3 : 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_tA4087ACE866E9A7D51189A094DE9815D743332C6* ____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_t8CE391DDA4D9D05BEBBD8BC1B7CDBC1E69D18EEB* ____keys_7;
|
|
// System.Collections.Generic.Dictionary`2/ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::_values
|
|
ValueCollection_t192350132BDCBDF69BAECF947FCC6964C1A9245A* ____values_8;
|
|
// System.Object System.Collections.Generic.Dictionary`2::_syncRoot
|
|
RuntimeObject* ____syncRoot_9;
|
|
};
|
|
|
|
// System.Collections.Generic.Dictionary`2<System.String,NodeCanvas.Framework.Variable>
|
|
struct Dictionary_2_tD3F950952CE25D0F85C802E5E8010086DF6EDE7C : 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_tFD65B12482D08F38C92ADFFB9CFFAC10CBAC2F91* ____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_t7F4095E9826918E052C47C25B94566C170CE0C66* ____keys_7;
|
|
// System.Collections.Generic.Dictionary`2/ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::_values
|
|
ValueCollection_t00A1C875F366CE76A0A6966AC8956E9E7F011798* ____values_8;
|
|
// System.Object System.Collections.Generic.Dictionary`2::_syncRoot
|
|
RuntimeObject* ____syncRoot_9;
|
|
};
|
|
|
|
// System.Collections.Generic.Dictionary`2/KeyCollection<UnityEngine.Material,System.Collections.Generic.List`1<System.Int32>>
|
|
struct KeyCollection_t308ADE07440B616B54A94FFAF2D613C88957131C : public RuntimeObject
|
|
{
|
|
// System.Collections.Generic.Dictionary`2<TKey,TValue> System.Collections.Generic.Dictionary`2/KeyCollection::_dictionary
|
|
Dictionary_2_t261D5B57CAAB3F8D35276C19050A0E53BFE9EB4A* ____dictionary_0;
|
|
};
|
|
|
|
// System.Collections.Generic.List`1<System.Collections.Generic.List`1<System.Int32>>
|
|
struct List_1_tB5A0E21D0A7C39DF93D616FD5B94C4737A083E35 : public RuntimeObject
|
|
{
|
|
// T[] System.Collections.Generic.List`1::_items
|
|
List_1U5BU5D_t37294D7C303231F2FD83B3C398AED0937F4F3206* ____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.BoxCollider>
|
|
struct List_1_tC417F059031D8EA5A55DCC7B567DEA0F51AD2174 : public RuntimeObject
|
|
{
|
|
// T[] System.Collections.Generic.List`1::_items
|
|
BoxColliderU5BU5D_t480DB1FE94F3AF43170D4B8704490BF6CB1F9370* ____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.Collider>
|
|
struct List_1_t58F89DEDCD7DABB0CFB009AAD9C0CFE061592252 : public RuntimeObject
|
|
{
|
|
// T[] System.Collections.Generic.List`1::_items
|
|
ColliderU5BU5D_t94A9D70F63D095AFF2A9B4613012A5F7F3141787* ____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<HurricaneVR.Framework.Core.HVRGrabbable>
|
|
struct List_1_t22B6AE59B095268F44B72F67D547A0C9A244CA78 : public RuntimeObject
|
|
{
|
|
// T[] System.Collections.Generic.List`1::_items
|
|
HVRGrabbableU5BU5D_tEDB0FBD4FD1418A2823FA20AF3A194F42B2D71D2* ____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<IKTarget>
|
|
struct List_1_t05907CFFCF2A3E6C9D88C13C12C63833059A231D : public RuntimeObject
|
|
{
|
|
// T[] System.Collections.Generic.List`1::_items
|
|
IKTargetU5BU5D_t9A5D365D05401D777F4A378967C8DE9FCCAAEB51* ____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<UnityEngine.Material>
|
|
struct List_1_t386E09F4F22DDE4D2AC41A8567FFF283C254537B : public RuntimeObject
|
|
{
|
|
// T[] System.Collections.Generic.List`1::_items
|
|
MaterialU5BU5D_t2B1D11C42DB07A4400C0535F92DBB87A2E346D3D* ____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<NpcCombatAbstract>
|
|
struct List_1_t1D1E058512330A7525D08D80463CD733019B622F : public RuntimeObject
|
|
{
|
|
// T[] System.Collections.Generic.List`1::_items
|
|
NpcCombatAbstractU5BU5D_t9D5030A067088D29EBE28AE6FA44FDE560DDBBD9* ____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.Object>
|
|
struct List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D : public RuntimeObject
|
|
{
|
|
// T[] System.Collections.Generic.List`1::_items
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ____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.ParticleSystem>
|
|
struct List_1_t5934636E608A709528BA5BBDEA6C2462B01D3B7D : public RuntimeObject
|
|
{
|
|
// T[] System.Collections.Generic.List`1::_items
|
|
ParticleSystemU5BU5D_tC5E33DA557C9C2064085128B3530C5F04D48F6E6* ____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<Parabox.CSG.Polygon>
|
|
struct List_1_tCC77722B81CA628F7F61AFE73C595DAD8A332BDE : public RuntimeObject
|
|
{
|
|
// T[] System.Collections.Generic.List`1::_items
|
|
PolygonU5BU5D_tA3C74B38FF956A440C2553F9DAFB8DC776A21D41* ____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.Single>
|
|
struct List_1_t0D1C46FD8DDDE974D93CA4F3474EEC05AF950918 : public RuntimeObject
|
|
{
|
|
// T[] System.Collections.Generic.List`1::_items
|
|
SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* ____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<TMPro.TMP_Text>
|
|
struct List_1_t2147F3FC8B4F16EE577CAF4E40F9D9A684B4CBBD : public RuntimeObject
|
|
{
|
|
// T[] System.Collections.Generic.List`1::_items
|
|
TMP_TextU5BU5D_t12384CBAF397196B9A7886087BDC8C19D800C24F* ____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.Transform>
|
|
struct List_1_t991BBC5A1D51F59A450367DF944DAA207F22D06D : public RuntimeObject
|
|
{
|
|
// T[] System.Collections.Generic.List`1::_items
|
|
TransformU5BU5D_tBB9C5F5686CAE82E3D97D43DF0F3D68ABF75EC24* ____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<TriggersRelation>
|
|
struct List_1_t1E8488DE839D9547EF9956E5844B440836B6E8D0 : public RuntimeObject
|
|
{
|
|
// T[] System.Collections.Generic.List`1::_items
|
|
TriggersRelationU5BU5D_t3CB4000A5B9184C81F9D87D48ADDF1735AFDB207* ____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<Parabox.CSG.Vertex>
|
|
struct List_1_t09DFE02BF4C8779C8BDDD183F6D70875BA75EDAE : public RuntimeObject
|
|
{
|
|
// T[] System.Collections.Generic.List`1::_items
|
|
VertexU5BU5D_t6719BBD27B36F9A8560C2148E33B4409BDC1B7F5* ____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<HurricaneVR.TechDemo.Scripts.DemoHelper/ResetState>
|
|
struct List_1_tA910625D0D90E7578EB9529664A9C52989FF743E : public RuntimeObject
|
|
{
|
|
// T[] System.Collections.Generic.List`1::_items
|
|
ResetStateU5BU5D_tE457A5FF5403427E495A5C02B9AFF5ACF0921A77* ____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.Dictionary`2/ValueCollection<UnityEngine.Material,System.Collections.Generic.List`1<System.Int32>>
|
|
struct ValueCollection_t10895244C116C7AA93ABD0121B81F3BED74E7734 : public RuntimeObject
|
|
{
|
|
// System.Collections.Generic.Dictionary`2<TKey,TValue> System.Collections.Generic.Dictionary`2/ValueCollection::_dictionary
|
|
Dictionary_2_t261D5B57CAAB3F8D35276C19050A0E53BFE9EB4A* ____dictionary_0;
|
|
};
|
|
|
|
// System.Attribute
|
|
struct Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA : public RuntimeObject
|
|
{
|
|
};
|
|
|
|
// NodeCanvas.Framework.BBParameter
|
|
struct BBParameter_tD717AF8560E573DF3DA925034F257F669CDDBA60 : public RuntimeObject
|
|
{
|
|
// System.String NodeCanvas.Framework.BBParameter::_name
|
|
String_t* ____name_0;
|
|
// System.String NodeCanvas.Framework.BBParameter::_targetVariableID
|
|
String_t* ____targetVariableID_1;
|
|
// NodeCanvas.Framework.IBlackboard NodeCanvas.Framework.BBParameter::_bb
|
|
RuntimeObject* ____bb_2;
|
|
// NodeCanvas.Framework.Variable NodeCanvas.Framework.BBParameter::_varRef
|
|
Variable_t60C01143D3B1491B2FFEB305052C327D03DDF4AA* ____varRef_3;
|
|
// System.Action`1<NodeCanvas.Framework.Variable> NodeCanvas.Framework.BBParameter::onVariableReferenceChanged
|
|
Action_1_t924369B78685936188D9F308D270D4B74F46B374* ___onVariableReferenceChanged_4;
|
|
};
|
|
|
|
// NodeCanvas.Framework.Connection
|
|
struct Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D : public RuntimeObject
|
|
{
|
|
// NodeCanvas.Framework.Node NodeCanvas.Framework.Connection::_sourceNode
|
|
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* ____sourceNode_0;
|
|
// NodeCanvas.Framework.Node NodeCanvas.Framework.Connection::_targetNode
|
|
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* ____targetNode_1;
|
|
// System.String NodeCanvas.Framework.Connection::_UID
|
|
String_t* ____UID_2;
|
|
// System.Boolean NodeCanvas.Framework.Connection::_isDisabled
|
|
bool ____isDisabled_3;
|
|
// NodeCanvas.Framework.Status NodeCanvas.Framework.Connection::_status
|
|
int32_t ____status_4;
|
|
};
|
|
|
|
// ConsoleProDebug
|
|
struct ConsoleProDebug_t7717B1E3C0861D0500E129408A126C54E2DCA3F9 : public RuntimeObject
|
|
{
|
|
};
|
|
|
|
// UnityEngine.CustomYieldInstruction
|
|
struct CustomYieldInstruction_t6B81A50D5D210C1ACAAE247FB53B65CDFFEB7617 : public RuntimeObject
|
|
{
|
|
};
|
|
|
|
// FEasing
|
|
struct FEasing_tEC581ED32DE4075D2E4075E9002B4DE3DA1AFBB8 : public RuntimeObject
|
|
{
|
|
};
|
|
|
|
// FGeneratingUtilities
|
|
struct FGeneratingUtilities_t6C289D2C645AABDD30AED71515B2BE04B80CF140 : public RuntimeObject
|
|
{
|
|
};
|
|
|
|
// HurricaneVR.Framework.Core.Grabbers.HVRGrabArgs
|
|
struct HVRGrabArgs_t97F9557A995F4B4355D9A1C7BD04582FD79A8191 : public RuntimeObject
|
|
{
|
|
// System.Boolean HurricaneVR.Framework.Core.Grabbers.HVRGrabArgs::Cancel
|
|
bool ___Cancel_0;
|
|
// HurricaneVR.Framework.Core.HVRGrabbable HurricaneVR.Framework.Core.Grabbers.HVRGrabArgs::Grabbable
|
|
HVRGrabbable_tC5E7380624392C1F4EB5BEA99BF9C187D151C0DE* ___Grabbable_1;
|
|
// System.Boolean HurricaneVR.Framework.Core.Grabbers.HVRGrabArgs::RaiseEvents
|
|
bool ___RaiseEvents_2;
|
|
};
|
|
|
|
// System.Reflection.MemberInfo
|
|
struct MemberInfo_t : public RuntimeObject
|
|
{
|
|
};
|
|
|
|
// Parabox.CSG.Model
|
|
struct Model_t71596EE8E6DB29226026A3E9F9C48FE71E2F0D5D : public RuntimeObject
|
|
{
|
|
// System.Collections.Generic.List`1<Parabox.CSG.Vertex> Parabox.CSG.Model::m_Vertices
|
|
List_1_t09DFE02BF4C8779C8BDDD183F6D70875BA75EDAE* ___m_Vertices_0;
|
|
// System.Collections.Generic.List`1<UnityEngine.Material> Parabox.CSG.Model::m_Materials
|
|
List_1_t386E09F4F22DDE4D2AC41A8567FFF283C254537B* ___m_Materials_1;
|
|
// System.Collections.Generic.List`1<System.Collections.Generic.List`1<System.Int32>> Parabox.CSG.Model::m_Indices
|
|
List_1_tB5A0E21D0A7C39DF93D616FD5B94C4737A083E35* ___m_Indices_2;
|
|
};
|
|
|
|
// O3DWB.ObjectHierarchySnap
|
|
struct ObjectHierarchySnap_t39D93F351E14A8675289463CAF1DD7145D2BE8A6 : public RuntimeObject
|
|
{
|
|
};
|
|
|
|
// Parabox.CSG.Polygon
|
|
struct Polygon_tF74FC67D90CE5C848CA82F8BA419A98E0CCB1B24 : public RuntimeObject
|
|
{
|
|
// System.Collections.Generic.List`1<Parabox.CSG.Vertex> Parabox.CSG.Polygon::vertices
|
|
List_1_t09DFE02BF4C8779C8BDDD183F6D70875BA75EDAE* ___vertices_0;
|
|
// Parabox.CSG.Plane Parabox.CSG.Polygon::plane
|
|
Plane_t05E0573626E4D925CBFD6653CC005A4F8F16180D* ___plane_1;
|
|
// UnityEngine.Material Parabox.CSG.Polygon::material
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___material_2;
|
|
};
|
|
|
|
// System.Random
|
|
struct Random_t79716069EDE67D1D7734F60AE402D0CA3FB6B4C8 : public RuntimeObject
|
|
{
|
|
// System.Int32 System.Random::_inext
|
|
int32_t ____inext_3;
|
|
// System.Int32 System.Random::_inextp
|
|
int32_t ____inextp_4;
|
|
// System.Int32[] System.Random::_seedArray
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ____seedArray_5;
|
|
};
|
|
|
|
// System.Diagnostics.Stopwatch
|
|
struct Stopwatch_tA188A210449E22C07053A7D3014DD182C7369043 : public RuntimeObject
|
|
{
|
|
// System.Int64 System.Diagnostics.Stopwatch::elapsed
|
|
int64_t ___elapsed_2;
|
|
// System.Int64 System.Diagnostics.Stopwatch::started
|
|
int64_t ___started_3;
|
|
// System.Boolean System.Diagnostics.Stopwatch::is_running
|
|
bool ___is_running_4;
|
|
};
|
|
|
|
// System.String
|
|
struct String_t : public RuntimeObject
|
|
{
|
|
// System.Int32 System.String::_stringLength
|
|
int32_t ____stringLength_4;
|
|
// System.Char System.String::_firstChar
|
|
Il2CppChar ____firstChar_5;
|
|
};
|
|
|
|
// NodeCanvas.Framework.Task
|
|
struct Task_tF05C1B448C98EDD5D7E9E23660FCEAC40348A284 : public RuntimeObject
|
|
{
|
|
// System.Boolean NodeCanvas.Framework.Task::_isUserDisabled
|
|
bool ____isUserDisabled_0;
|
|
// NodeCanvas.Framework.Internal.TaskAgentParameter NodeCanvas.Framework.Task::_agentParameter
|
|
TaskAgentParameter_t6F02431C314168FE5698AD6A87B555310C2DBC4B* ____agentParameter_1;
|
|
// NodeCanvas.Framework.ITaskSystem NodeCanvas.Framework.Task::_ownerSystem
|
|
RuntimeObject* ____ownerSystem_2;
|
|
// UnityEngine.Component NodeCanvas.Framework.Task::_currentAgent
|
|
Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* ____currentAgent_3;
|
|
// System.String NodeCanvas.Framework.Task::_taskName
|
|
String_t* ____taskName_4;
|
|
// System.String NodeCanvas.Framework.Task::_taskDescription
|
|
String_t* ____taskDescription_5;
|
|
// System.String NodeCanvas.Framework.Task::_obsoleteInfo
|
|
String_t* ____obsoleteInfo_6;
|
|
// System.Boolean NodeCanvas.Framework.Task::_isRuntimeActive
|
|
bool ____isRuntimeActive_7;
|
|
// System.Boolean NodeCanvas.Framework.Task::_isInitSuccess
|
|
bool ____isInitSuccess_8;
|
|
// ParadoxNotion.Services.EventRouter NodeCanvas.Framework.Task::_eventRouter
|
|
EventRouter_tFF11845F5CEB376625AA32F751511FA5918717F9* ____eventRouter_9;
|
|
};
|
|
|
|
// O3DWB.UniqueEntityNameGenerator
|
|
struct UniqueEntityNameGenerator_tA88232BFA72DFA85CE67CE11BC0858786F31F708 : public RuntimeObject
|
|
{
|
|
};
|
|
|
|
// UnityEngine.Events.UnityEventBase
|
|
struct UnityEventBase_t4968A4C72559F35C0923E4BD9C042C3A842E1DB8 : public RuntimeObject
|
|
{
|
|
// UnityEngine.Events.InvokableCallList UnityEngine.Events.UnityEventBase::m_Calls
|
|
InvokableCallList_t309E1C8C7CE885A0D2F98C84CEA77A8935688382* ___m_Calls_0;
|
|
// UnityEngine.Events.PersistentCallGroup UnityEngine.Events.UnityEventBase::m_PersistentCalls
|
|
PersistentCallGroup_tB826EDF15DC80F71BCBCD8E410FD959A04C33F25* ___m_PersistentCalls_1;
|
|
// System.Boolean UnityEngine.Events.UnityEventBase::m_CallsDirty
|
|
bool ___m_CallsDirty_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
|
|
{
|
|
};
|
|
|
|
// NodeCanvas.Framework.Variable
|
|
struct Variable_t60C01143D3B1491B2FFEB305052C327D03DDF4AA : public RuntimeObject
|
|
{
|
|
// System.String NodeCanvas.Framework.Variable::_name
|
|
String_t* ____name_0;
|
|
// System.String NodeCanvas.Framework.Variable::_id
|
|
String_t* ____id_1;
|
|
// System.Boolean NodeCanvas.Framework.Variable::_isPublic
|
|
bool ____isPublic_2;
|
|
// System.Boolean NodeCanvas.Framework.Variable::_debugBoundValue
|
|
bool ____debugBoundValue_3;
|
|
// System.Action`1<System.String> NodeCanvas.Framework.Variable::onNameChanged
|
|
Action_1_t3CB5D1A819C3ED3F99E9E39F890F18633253949A* ___onNameChanged_4;
|
|
// System.Action`1<System.Object> NodeCanvas.Framework.Variable::onValueChanged
|
|
Action_1_t6F9EB113EB3F16226AEF811A2744F4111C116C87* ___onValueChanged_5;
|
|
// System.Action NodeCanvas.Framework.Variable::onDestroy
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___onDestroy_6;
|
|
};
|
|
|
|
// 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
|
|
{
|
|
};
|
|
|
|
// HurricaneVR.TechDemo.Scripts.DemoBackpack/<>c
|
|
struct U3CU3Ec_t243CBE26B19D7E8A60155402D7348916CE6F2B21 : public RuntimeObject
|
|
{
|
|
};
|
|
|
|
// HurricaneVR.TechDemo.Scripts.DemoBackpack/<IgnoreColliders>d__2
|
|
struct U3CIgnoreCollidersU3Ed__2_tE7EF424BB4147FDFD3A55396FF6D78F7BC4BB947 : public RuntimeObject
|
|
{
|
|
// System.Int32 HurricaneVR.TechDemo.Scripts.DemoBackpack/<IgnoreColliders>d__2::<>1__state
|
|
int32_t ___U3CU3E1__state_0;
|
|
// System.Object HurricaneVR.TechDemo.Scripts.DemoBackpack/<IgnoreColliders>d__2::<>2__current
|
|
RuntimeObject* ___U3CU3E2__current_1;
|
|
// HurricaneVR.TechDemo.Scripts.DemoBackpack HurricaneVR.TechDemo.Scripts.DemoBackpack/<IgnoreColliders>d__2::<>4__this
|
|
DemoBackpack_t9A0BE46F33C84C926839B5142877071E3E1B7BCC* ___U3CU3E4__this_2;
|
|
};
|
|
|
|
// HurricaneVR.TechDemo.Scripts.DemoCodeGrabbing/<>c
|
|
struct U3CU3Ec_tFF9F53A992A854A40F1679EC7E95AE4D7CE58319 : public RuntimeObject
|
|
{
|
|
};
|
|
|
|
// HurricaneVR.TechDemo.Scripts.DemoHelper/<>c__DisplayClass6_0
|
|
struct U3CU3Ec__DisplayClass6_0_t31FEB7A1E09BC380FAF4FEA503E6D5CADE405983 : public RuntimeObject
|
|
{
|
|
// UnityEngine.Transform HurricaneVR.TechDemo.Scripts.DemoHelper/<>c__DisplayClass6_0::parent
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___parent_0;
|
|
// System.Func`2<HurricaneVR.Framework.Core.HVRGrabbable,System.Boolean> HurricaneVR.TechDemo.Scripts.DemoHelper/<>c__DisplayClass6_0::<>9__0
|
|
Func_2_t1E2EB90025FC97E3CD498C2B465D1BDAC438B49E* ___U3CU3E9__0_1;
|
|
};
|
|
|
|
// HurricaneVR.TechDemo.Scripts.DemoManualTeleport/<>c
|
|
struct U3CU3Ec_t7B2746BEC29BF1AC326B01D8F384A221C78CA7B4 : public RuntimeObject
|
|
{
|
|
};
|
|
|
|
// HurricaneVR.TechDemo.Scripts.DemoSlidingDoor/<OpenDoorRoutine>d__11
|
|
struct U3COpenDoorRoutineU3Ed__11_tC55B703D3DF6294E6C8A2E1C5D1B77B6E2A709EA : public RuntimeObject
|
|
{
|
|
// System.Int32 HurricaneVR.TechDemo.Scripts.DemoSlidingDoor/<OpenDoorRoutine>d__11::<>1__state
|
|
int32_t ___U3CU3E1__state_0;
|
|
// System.Object HurricaneVR.TechDemo.Scripts.DemoSlidingDoor/<OpenDoorRoutine>d__11::<>2__current
|
|
RuntimeObject* ___U3CU3E2__current_1;
|
|
// HurricaneVR.TechDemo.Scripts.DemoSlidingDoor HurricaneVR.TechDemo.Scripts.DemoSlidingDoor/<OpenDoorRoutine>d__11::<>4__this
|
|
DemoSlidingDoor_t340C772E062B6F55FFEDB595EF640DC6A362C32A* ___U3CU3E4__this_2;
|
|
// System.Single HurricaneVR.TechDemo.Scripts.DemoSlidingDoor/<OpenDoorRoutine>d__11::<elapsed>5__2
|
|
float ___U3CelapsedU3E5__2_3;
|
|
// System.Single HurricaneVR.TechDemo.Scripts.DemoSlidingDoor/<OpenDoorRoutine>d__11::<LockRotateSpeed>5__3
|
|
float ___U3CLockRotateSpeedU3E5__3_4;
|
|
// System.Single HurricaneVR.TechDemo.Scripts.DemoSlidingDoor/<OpenDoorRoutine>d__11::<time>5__4
|
|
float ___U3CtimeU3E5__4_5;
|
|
};
|
|
|
|
// HurricaneVR.TechDemo.Scripts.DemoUIManager/<>c
|
|
struct U3CU3Ec_t383D1F8AB9C6F69CD3AF74822EE855A3F1B1E4D1 : public RuntimeObject
|
|
{
|
|
};
|
|
|
|
// DoorFrame/<>c
|
|
struct U3CU3Ec_tE0BE3EA42A54F648DF2489C8612285A1837B0A24 : public RuntimeObject
|
|
{
|
|
};
|
|
|
|
// EffectActor/projectile
|
|
struct projectile_tC6D560D5BA6B234CE4F0607636D036F39CE9DFD8 : public RuntimeObject
|
|
{
|
|
// System.String EffectActor/projectile::name
|
|
String_t* ___name_0;
|
|
// UnityEngine.GameObject EffectActor/projectile::bombPrefab
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___bombPrefab_1;
|
|
// UnityEngine.Transform EffectActor/projectile::bombPrefabTransform
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___bombPrefabTransform_2;
|
|
};
|
|
|
|
// IKAnimation/<<LateUpdate>g__ToSteps|9_0>d
|
|
struct U3CU3CLateUpdateU3Eg__ToStepsU7C9_0U3Ed_t9DCDB163BC3D3C2A10054B1CD733BBAC1228403D : public RuntimeObject
|
|
{
|
|
// System.Int32 IKAnimation/<<LateUpdate>g__ToSteps|9_0>d::<>1__state
|
|
int32_t ___U3CU3E1__state_0;
|
|
// System.Object IKAnimation/<<LateUpdate>g__ToSteps|9_0>d::<>2__current
|
|
RuntimeObject* ___U3CU3E2__current_1;
|
|
// IKAnimation IKAnimation/<<LateUpdate>g__ToSteps|9_0>d::<>4__this
|
|
IKAnimation_tB209529B54B9BED50A1AA604E012F2DD6A4B564A* ___U3CU3E4__this_2;
|
|
// IKAnimation/<>c__DisplayClass9_0 IKAnimation/<<LateUpdate>g__ToSteps|9_0>d::<>8__1
|
|
U3CU3Ec__DisplayClass9_0_t53360CC0621B5F024C8DDC52885EAB6010F42A54* ___U3CU3E8__1_3;
|
|
// System.Int32 IKAnimation/<<LateUpdate>g__ToSteps|9_0>d::<index>5__2
|
|
int32_t ___U3CindexU3E5__2_4;
|
|
};
|
|
|
|
// MusicControll/<>c
|
|
struct U3CU3Ec_t06168A550AA80FCB8736980A73F8530FA18C09D1 : public RuntimeObject
|
|
{
|
|
};
|
|
|
|
// NpcBotSpiderCombat/<AttackState>d__14
|
|
struct U3CAttackStateU3Ed__14_t5F89AD4B53B039193F4F812409FFE939FB1BEC8C : public RuntimeObject
|
|
{
|
|
// System.Int32 NpcBotSpiderCombat/<AttackState>d__14::<>1__state
|
|
int32_t ___U3CU3E1__state_0;
|
|
// System.Object NpcBotSpiderCombat/<AttackState>d__14::<>2__current
|
|
RuntimeObject* ___U3CU3E2__current_1;
|
|
// NpcBotSpiderCombat NpcBotSpiderCombat/<AttackState>d__14::<>4__this
|
|
NpcBotSpiderCombat_t1AE4E1A7A4529628485D8BC9FF8C8D2367DE5F7C* ___U3CU3E4__this_2;
|
|
// System.Boolean NpcBotSpiderCombat/<AttackState>d__14::isRange
|
|
bool ___isRange_3;
|
|
// UnityEngine.Transform NpcBotSpiderCombat/<AttackState>d__14::target
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___target_4;
|
|
};
|
|
|
|
// NpcCombatParazit/<AttackState>d__27
|
|
struct U3CAttackStateU3Ed__27_t2C0EEB3C1C11A1DC69549EF7F9EEFE0E5CA7030D : public RuntimeObject
|
|
{
|
|
// System.Int32 NpcCombatParazit/<AttackState>d__27::<>1__state
|
|
int32_t ___U3CU3E1__state_0;
|
|
// System.Object NpcCombatParazit/<AttackState>d__27::<>2__current
|
|
RuntimeObject* ___U3CU3E2__current_1;
|
|
// NpcCombatParazit NpcCombatParazit/<AttackState>d__27::<>4__this
|
|
NpcCombatParazit_t609BF18369903625745D21FEF6804AAE451E8F5F* ___U3CU3E4__this_2;
|
|
// UnityEngine.Transform NpcCombatParazit/<AttackState>d__27::target
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___target_3;
|
|
// System.Boolean NpcCombatParazit/<AttackState>d__27::isRange
|
|
bool ___isRange_4;
|
|
};
|
|
|
|
// NpcCombatParazit/<PlayAggressiveAnim>d__26
|
|
struct U3CPlayAggressiveAnimU3Ed__26_tC89D9496B501440528F52A01B2D812867F6032AA : public RuntimeObject
|
|
{
|
|
// System.Int32 NpcCombatParazit/<PlayAggressiveAnim>d__26::<>1__state
|
|
int32_t ___U3CU3E1__state_0;
|
|
// System.Object NpcCombatParazit/<PlayAggressiveAnim>d__26::<>2__current
|
|
RuntimeObject* ___U3CU3E2__current_1;
|
|
// NpcCombatParazit NpcCombatParazit/<PlayAggressiveAnim>d__26::<>4__this
|
|
NpcCombatParazit_t609BF18369903625745D21FEF6804AAE451E8F5F* ___U3CU3E4__this_2;
|
|
};
|
|
|
|
// UnityTemplateProjects.SimpleCameraController/CameraState
|
|
struct CameraState_t651BB85BE37498E7EB48448787624DC29D403FBD : public RuntimeObject
|
|
{
|
|
// System.Single UnityTemplateProjects.SimpleCameraController/CameraState::yaw
|
|
float ___yaw_0;
|
|
// System.Single UnityTemplateProjects.SimpleCameraController/CameraState::pitch
|
|
float ___pitch_1;
|
|
// System.Single UnityTemplateProjects.SimpleCameraController/CameraState::roll
|
|
float ___roll_2;
|
|
// System.Single UnityTemplateProjects.SimpleCameraController/CameraState::x
|
|
float ___x_3;
|
|
// System.Single UnityTemplateProjects.SimpleCameraController/CameraState::y
|
|
float ___y_4;
|
|
// System.Single UnityTemplateProjects.SimpleCameraController/CameraState::z
|
|
float ___z_5;
|
|
};
|
|
|
|
// particleColorChangerMaster/colorChange
|
|
struct colorChange_tEF35D6AA1529384E6B2C49CE37CD346711FD9D33 : public RuntimeObject
|
|
{
|
|
// System.String particleColorChangerMaster/colorChange::Name
|
|
String_t* ___Name_0;
|
|
// UnityEngine.ParticleSystem[] particleColorChangerMaster/colorChange::colored_ParticleSystem
|
|
ParticleSystemU5BU5D_tC5E33DA557C9C2064085128B3530C5F04D48F6E6* ___colored_ParticleSystem_1;
|
|
// UnityEngine.Gradient particleColorChangerMaster/colorChange::Gradient_custom
|
|
Gradient_tA7FEBE2FDB4929FFF6C997134841046F713DAC1E* ___Gradient_custom_2;
|
|
};
|
|
|
|
// projectileActor/projectile
|
|
struct projectile_t0A9A910379B42964C02CCDEFF4F1383D7C0CAFEE : public RuntimeObject
|
|
{
|
|
// System.String projectileActor/projectile::name
|
|
String_t* ___name_0;
|
|
// UnityEngine.Rigidbody projectileActor/projectile::bombPrefab
|
|
Rigidbody_t268697F5A994213ED97393309870968BC1C7393C* ___bombPrefab_1;
|
|
// UnityEngine.GameObject projectileActor/projectile::muzzleflare
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___muzzleflare_2;
|
|
// System.Single projectileActor/projectile::min
|
|
float ___min_3;
|
|
// System.Single projectileActor/projectile::max
|
|
float ___max_4;
|
|
// System.Boolean projectileActor/projectile::rapidFire
|
|
bool ___rapidFire_5;
|
|
// System.Single projectileActor/projectile::rapidFireCooldown
|
|
float ___rapidFireCooldown_6;
|
|
// System.Boolean projectileActor/projectile::shotgunBehavior
|
|
bool ___shotgunBehavior_7;
|
|
// System.Int32 projectileActor/projectile::shotgunPellets
|
|
int32_t ___shotgunPellets_8;
|
|
// UnityEngine.GameObject projectileActor/projectile::shellPrefab
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___shellPrefab_9;
|
|
// System.Boolean projectileActor/projectile::hasShells
|
|
bool ___hasShells_10;
|
|
};
|
|
|
|
// NodeCanvas.Framework.BBParameter`1<UnityEngine.GameObject>
|
|
struct BBParameter_1_t141FA8C6FBB05E814752BC9DCE9753E930DBDA6F : public BBParameter_tD717AF8560E573DF3DA925034F257F669CDDBA60
|
|
{
|
|
// T NodeCanvas.Framework.BBParameter`1::_value
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ____value_5;
|
|
// System.Func`1<T> NodeCanvas.Framework.BBParameter`1::getter
|
|
Func_1_t2C71FBC561D6EB520D698CBC4D1FF81B6894C6D4* ___getter_6;
|
|
// System.Action`1<T> NodeCanvas.Framework.BBParameter`1::setter
|
|
Action_1_tFF0F3D982F6CEB68CBA322555CBBEE6AE1D2519C* ___setter_7;
|
|
};
|
|
|
|
// NodeCanvas.Framework.BBParameter`1<System.Single>
|
|
struct BBParameter_1_tBF43B031C046DDE9CC5360F10411F13194CA4A9F : public BBParameter_tD717AF8560E573DF3DA925034F257F669CDDBA60
|
|
{
|
|
// T NodeCanvas.Framework.BBParameter`1::_value
|
|
float ____value_5;
|
|
// System.Func`1<T> NodeCanvas.Framework.BBParameter`1::getter
|
|
Func_1_t11C3830580201E0A3A3A2C76523B7905EF40BCF7* ___getter_6;
|
|
// System.Action`1<T> NodeCanvas.Framework.BBParameter`1::setter
|
|
Action_1_t310F18CB4338A2740CA701F160C62E2C3198E66A* ___setter_7;
|
|
};
|
|
|
|
// System.Collections.Generic.List`1/Enumerator<HurricaneVR.Framework.Core.HVRGrabbable>
|
|
struct Enumerator_t5C43ED86B9A4A73114C19F223FAFB2B6D6BE2924
|
|
{
|
|
// System.Collections.Generic.List`1<T> System.Collections.Generic.List`1/Enumerator::_list
|
|
List_1_t22B6AE59B095268F44B72F67D547A0C9A244CA78* ____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
|
|
HVRGrabbable_tC5E7380624392C1F4EB5BEA99BF9C187D151C0DE* ____current_3;
|
|
};
|
|
|
|
// System.Collections.Generic.List`1/Enumerator<IKTarget>
|
|
struct Enumerator_tF7FC9EB995A5EC21ACED6020909EC0BBBB5A3DA1
|
|
{
|
|
// System.Collections.Generic.List`1<T> System.Collections.Generic.List`1/Enumerator::_list
|
|
List_1_t05907CFFCF2A3E6C9D88C13C12C63833059A231D* ____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
|
|
IKTarget_tD6C282706E7797BB7B0970604A7FDB0640459749* ____current_3;
|
|
};
|
|
|
|
// System.Collections.Generic.List`1/Enumerator<System.Object>
|
|
struct Enumerator_t9473BAB568A27E2339D48C1F91319E0F6D244D7A
|
|
{
|
|
// System.Collections.Generic.List`1<T> System.Collections.Generic.List`1/Enumerator::_list
|
|
List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* ____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
|
|
RuntimeObject* ____current_3;
|
|
};
|
|
|
|
// System.Collections.Generic.List`1/Enumerator<TMPro.TMP_Text>
|
|
struct Enumerator_t49D6ECBFDDDC1BA91A5DD7237D4E50D086FFF101
|
|
{
|
|
// System.Collections.Generic.List`1<T> System.Collections.Generic.List`1/Enumerator::_list
|
|
List_1_t2147F3FC8B4F16EE577CAF4E40F9D9A684B4CBBD* ____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
|
|
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* ____current_3;
|
|
};
|
|
|
|
// System.Collections.Generic.List`1/Enumerator<UnityEngine.Transform>
|
|
struct Enumerator_t519AE1DAA64E517296768BEA2E732ED47F76A91D
|
|
{
|
|
// System.Collections.Generic.List`1<T> System.Collections.Generic.List`1/Enumerator::_list
|
|
List_1_t991BBC5A1D51F59A450367DF944DAA207F22D06D* ____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
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ____current_3;
|
|
};
|
|
|
|
// System.Collections.Generic.List`1/Enumerator<HurricaneVR.TechDemo.Scripts.DemoHelper/ResetState>
|
|
struct Enumerator_tDD1D74BF3C25AFCB9C8714979C53871CE7BE48EF
|
|
{
|
|
// System.Collections.Generic.List`1<T> System.Collections.Generic.List`1/Enumerator::_list
|
|
List_1_tA910625D0D90E7578EB9529664A9C52989FF743E* ____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
|
|
ResetState_tAFBAB543240EB46509B0E797F634967E31055A9C* ____current_3;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<System.Action`1<System.Char>>
|
|
struct InlinedArray_1_t031A607559EE9F23E8BC012CD9661BFB3EB2BFC1
|
|
{
|
|
// System.Int32 UnityEngine.InputSystem.Utilities.InlinedArray`1::length
|
|
int32_t ___length_0;
|
|
// TValue UnityEngine.InputSystem.Utilities.InlinedArray`1::firstValue
|
|
Action_1_tC95790E55CF4D5C803FAD201917F7CB367351E3F* ___firstValue_1;
|
|
// TValue[] UnityEngine.InputSystem.Utilities.InlinedArray`1::additionalValues
|
|
Action_1U5BU5D_t525E90B5D1212F32F34CD47670B3553347DFB133* ___additionalValues_2;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<System.Action`1<UnityEngine.InputSystem.LowLevel.IMECompositionString>>
|
|
struct InlinedArray_1_t8249EE706E2222F1A22F40FB70BEB230C11C5992
|
|
{
|
|
// System.Int32 UnityEngine.InputSystem.Utilities.InlinedArray`1::length
|
|
int32_t ___length_0;
|
|
// TValue UnityEngine.InputSystem.Utilities.InlinedArray`1::firstValue
|
|
Action_1_tB4B0D0DB16148980518A9D58761727D77FA1F1D3* ___firstValue_1;
|
|
// TValue[] UnityEngine.InputSystem.Utilities.InlinedArray`1::additionalValues
|
|
Action_1U5BU5D_t22E45C2BFF8C89B61E349730E6255288D35F6B88* ___additionalValues_2;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<System.Action`1<UnityEngine.InputSystem.InputAction/CallbackContext>>
|
|
struct InlinedArray_1_tC208D319D19C2B3DF550BD9CDC11549F23D8F91B
|
|
{
|
|
// System.Int32 UnityEngine.InputSystem.Utilities.InlinedArray`1::length
|
|
int32_t ___length_0;
|
|
// TValue UnityEngine.InputSystem.Utilities.InlinedArray`1::firstValue
|
|
Action_1_tEB0353AA1A112B6F2D921B58DCC9D9D4C0498E6E* ___firstValue_1;
|
|
// TValue[] UnityEngine.InputSystem.Utilities.InlinedArray`1::additionalValues
|
|
Action_1U5BU5D_tB846E6FE2326CCD34124D1E5D70117C9D33DEE76* ___additionalValues_2;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<UnityEngine.InputSystem.InputProcessor`1<System.Single>>
|
|
struct InlinedArray_1_t2A86A6C75E0160EE14310E053C5249518871D847
|
|
{
|
|
// System.Int32 UnityEngine.InputSystem.Utilities.InlinedArray`1::length
|
|
int32_t ___length_0;
|
|
// TValue UnityEngine.InputSystem.Utilities.InlinedArray`1::firstValue
|
|
InputProcessor_1_tFE49B42CB371A9A2A3F29802695BD251947AD0B4* ___firstValue_1;
|
|
// TValue[] UnityEngine.InputSystem.Utilities.InlinedArray`1::additionalValues
|
|
InputProcessor_1U5BU5D_tFEE411B67EEAA6B997AF875A65D072993C8C809C* ___additionalValues_2;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<UnityEngine.InputSystem.InputProcessor`1<UnityEngine.Vector2>>
|
|
struct InlinedArray_1_tE5F1062E65707D24360CEAC52E03D32C6E5BA8BB
|
|
{
|
|
// System.Int32 UnityEngine.InputSystem.Utilities.InlinedArray`1::length
|
|
int32_t ___length_0;
|
|
// TValue UnityEngine.InputSystem.Utilities.InlinedArray`1::firstValue
|
|
InputProcessor_1_tD1A40E0E5825AAABC3416EC96E087FF6E6351DD2* ___firstValue_1;
|
|
// TValue[] UnityEngine.InputSystem.Utilities.InlinedArray`1::additionalValues
|
|
InputProcessor_1U5BU5D_t5083205703ED9D1A4B8037E3BBE765389957231A* ___additionalValues_2;
|
|
};
|
|
|
|
// TMPro.TMP_TextProcessingStack`1<TMPro.FontWeight>
|
|
struct TMP_TextProcessingStack_1_tA5C8CED87DD9E73F6359E23B334FFB5B6F813FD4
|
|
{
|
|
// T[] TMPro.TMP_TextProcessingStack`1::itemStack
|
|
FontWeightU5BU5D_t2A406B5BAB0DD0F06E7F1773DB062E4AF98067BA* ___itemStack_0;
|
|
// System.Int32 TMPro.TMP_TextProcessingStack`1::index
|
|
int32_t ___index_1;
|
|
// T TMPro.TMP_TextProcessingStack`1::m_DefaultItem
|
|
int32_t ___m_DefaultItem_2;
|
|
// System.Int32 TMPro.TMP_TextProcessingStack`1::m_Capacity
|
|
int32_t ___m_Capacity_3;
|
|
// System.Int32 TMPro.TMP_TextProcessingStack`1::m_RolloverSize
|
|
int32_t ___m_RolloverSize_4;
|
|
// System.Int32 TMPro.TMP_TextProcessingStack`1::m_Count
|
|
int32_t ___m_Count_5;
|
|
};
|
|
|
|
// TMPro.TMP_TextProcessingStack`1<TMPro.HorizontalAlignmentOptions>
|
|
struct TMP_TextProcessingStack_1_t243EA1B5D7FD2295D6533B953F0BBE8F52EFB8A0
|
|
{
|
|
// T[] TMPro.TMP_TextProcessingStack`1::itemStack
|
|
HorizontalAlignmentOptionsU5BU5D_t4D185662282BFB910D8B9A8199E91578E9422658* ___itemStack_0;
|
|
// System.Int32 TMPro.TMP_TextProcessingStack`1::index
|
|
int32_t ___index_1;
|
|
// T TMPro.TMP_TextProcessingStack`1::m_DefaultItem
|
|
int32_t ___m_DefaultItem_2;
|
|
// System.Int32 TMPro.TMP_TextProcessingStack`1::m_Capacity
|
|
int32_t ___m_Capacity_3;
|
|
// System.Int32 TMPro.TMP_TextProcessingStack`1::m_RolloverSize
|
|
int32_t ___m_RolloverSize_4;
|
|
// System.Int32 TMPro.TMP_TextProcessingStack`1::m_Count
|
|
int32_t ___m_Count_5;
|
|
};
|
|
|
|
// TMPro.TMP_TextProcessingStack`1<System.Int32>
|
|
struct TMP_TextProcessingStack_1_tFBA719426D68CE1F2B5849D97AF5E5D65846290C
|
|
{
|
|
// T[] TMPro.TMP_TextProcessingStack`1::itemStack
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___itemStack_0;
|
|
// System.Int32 TMPro.TMP_TextProcessingStack`1::index
|
|
int32_t ___index_1;
|
|
// T TMPro.TMP_TextProcessingStack`1::m_DefaultItem
|
|
int32_t ___m_DefaultItem_2;
|
|
// System.Int32 TMPro.TMP_TextProcessingStack`1::m_Capacity
|
|
int32_t ___m_Capacity_3;
|
|
// System.Int32 TMPro.TMP_TextProcessingStack`1::m_RolloverSize
|
|
int32_t ___m_RolloverSize_4;
|
|
// System.Int32 TMPro.TMP_TextProcessingStack`1::m_Count
|
|
int32_t ___m_Count_5;
|
|
};
|
|
|
|
// TMPro.TMP_TextProcessingStack`1<System.Single>
|
|
struct TMP_TextProcessingStack_1_t138EC06BE7F101AA0A3C8D2DC951E55AACE085E9
|
|
{
|
|
// T[] TMPro.TMP_TextProcessingStack`1::itemStack
|
|
SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* ___itemStack_0;
|
|
// System.Int32 TMPro.TMP_TextProcessingStack`1::index
|
|
int32_t ___index_1;
|
|
// T TMPro.TMP_TextProcessingStack`1::m_DefaultItem
|
|
float ___m_DefaultItem_2;
|
|
// System.Int32 TMPro.TMP_TextProcessingStack`1::m_Capacity
|
|
int32_t ___m_Capacity_3;
|
|
// System.Int32 TMPro.TMP_TextProcessingStack`1::m_RolloverSize
|
|
int32_t ___m_RolloverSize_4;
|
|
// System.Int32 TMPro.TMP_TextProcessingStack`1::m_Count
|
|
int32_t ___m_Count_5;
|
|
};
|
|
|
|
// TMPro.TMP_TextProcessingStack`1<TMPro.TMP_ColorGradient>
|
|
struct TMP_TextProcessingStack_1_tC8FAEB17246D3B171EFD11165A5761AE39B40D0C
|
|
{
|
|
// T[] TMPro.TMP_TextProcessingStack`1::itemStack
|
|
TMP_ColorGradientU5BU5D_t2F65E8C42F268DFF33BB1392D94BCF5B5087308A* ___itemStack_0;
|
|
// System.Int32 TMPro.TMP_TextProcessingStack`1::index
|
|
int32_t ___index_1;
|
|
// T TMPro.TMP_TextProcessingStack`1::m_DefaultItem
|
|
TMP_ColorGradient_t17B51752B4E9499A1FF7D875DCEC1D15A0F4AEBB* ___m_DefaultItem_2;
|
|
// System.Int32 TMPro.TMP_TextProcessingStack`1::m_Capacity
|
|
int32_t ___m_Capacity_3;
|
|
// System.Int32 TMPro.TMP_TextProcessingStack`1::m_RolloverSize
|
|
int32_t ___m_RolloverSize_4;
|
|
// System.Int32 TMPro.TMP_TextProcessingStack`1::m_Count
|
|
int32_t ___m_Count_5;
|
|
};
|
|
|
|
// UnityEngine.Events.UnityEvent`1<System.Boolean>
|
|
struct UnityEvent_1_tEEB36A367DCB5867E93AAF6BECAF3558CA71BECB : public UnityEventBase_t4968A4C72559F35C0923E4BD9C042C3A842E1DB8
|
|
{
|
|
// System.Object[] UnityEngine.Events.UnityEvent`1::m_InvokeArray
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___m_InvokeArray_3;
|
|
};
|
|
|
|
// UnityEngine.Events.UnityEvent`1<HurricaneVR.Framework.Components.HVRDamageHandlerBase>
|
|
struct UnityEvent_1_t3260B371754654989799DD2DE38E6287BE5D768E : public UnityEventBase_t4968A4C72559F35C0923E4BD9C042C3A842E1DB8
|
|
{
|
|
// System.Object[] UnityEngine.Events.UnityEvent`1::m_InvokeArray
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___m_InvokeArray_3;
|
|
};
|
|
|
|
// UnityEngine.Events.UnityEvent`1<HurricaneVR.Framework.Components.HVRPhysicsButton>
|
|
struct UnityEvent_1_t5398DF5B673C8BF340E7B001503295158FF6B18E : public UnityEventBase_t4968A4C72559F35C0923E4BD9C042C3A842E1DB8
|
|
{
|
|
// System.Object[] UnityEngine.Events.UnityEvent`1::m_InvokeArray
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___m_InvokeArray_3;
|
|
};
|
|
|
|
// UnityEngine.Events.UnityEvent`1<System.Single>
|
|
struct UnityEvent_1_tDD811EB8F49CEE97BA6DF59344DFE6C6F42553D4 : public UnityEventBase_t4968A4C72559F35C0923E4BD9C042C3A842E1DB8
|
|
{
|
|
// System.Object[] UnityEngine.Events.UnityEvent`1::m_InvokeArray
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___m_InvokeArray_3;
|
|
};
|
|
|
|
// UnityEngine.Events.UnityEvent`1<HurricaneVR.Framework.Core.Stabbing.StabArgs>
|
|
struct UnityEvent_1_t13C3A5E078C5974B6FEA4772A5FF2B2EF3319C51 : public UnityEventBase_t4968A4C72559F35C0923E4BD9C042C3A842E1DB8
|
|
{
|
|
// System.Object[] UnityEngine.Events.UnityEvent`1::m_InvokeArray
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___m_InvokeArray_3;
|
|
};
|
|
|
|
// UnityEngine.Events.UnityEvent`2<HurricaneVR.Framework.Core.Grabbers.HVRGrabberBase,HurricaneVR.Framework.Core.HVRGrabbable>
|
|
struct UnityEvent_2_tCFA8BBFEAE5D89F7A1C8F8CE2AABD8A06A537D63 : public UnityEventBase_t4968A4C72559F35C0923E4BD9C042C3A842E1DB8
|
|
{
|
|
// System.Object[] UnityEngine.Events.UnityEvent`2::m_InvokeArray
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___m_InvokeArray_3;
|
|
};
|
|
|
|
// UnityEngine.Events.UnityEvent`2<HurricaneVR.Framework.Core.Stabbing.HVRStabber,HurricaneVR.Framework.Core.Stabbing.HVRStabbable>
|
|
struct UnityEvent_2_t03AD5FDC8390DF436A87E03102EA86A7E3FEB0F7 : public UnityEventBase_t4968A4C72559F35C0923E4BD9C042C3A842E1DB8
|
|
{
|
|
// System.Object[] UnityEngine.Events.UnityEvent`2::m_InvokeArray
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___m_InvokeArray_3;
|
|
};
|
|
|
|
// NodeCanvas.Framework.ActionTask
|
|
struct ActionTask_t6B5C6B67D00E7AF678FAEDC91859B778C24A8E1E : public Task_tF05C1B448C98EDD5D7E9E23660FCEAC40348A284
|
|
{
|
|
// NodeCanvas.Framework.Status NodeCanvas.Framework.ActionTask::status
|
|
int32_t ___status_10;
|
|
// System.Single NodeCanvas.Framework.ActionTask::timeStarted
|
|
float ___timeStarted_11;
|
|
// System.Boolean NodeCanvas.Framework.ActionTask::latch
|
|
bool ___latch_12;
|
|
// System.Boolean NodeCanvas.Framework.ActionTask::<isPaused>k__BackingField
|
|
bool ___U3CisPausedU3Ek__BackingField_13;
|
|
};
|
|
|
|
// System.Boolean
|
|
struct Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22
|
|
{
|
|
// System.Boolean System.Boolean::m_value
|
|
bool ___m_value_0;
|
|
};
|
|
|
|
// System.Char
|
|
struct Char_t521A6F19B456D956AF452D926C32709DC03D6B17
|
|
{
|
|
// System.Char System.Char::m_value
|
|
Il2CppChar ___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;
|
|
};
|
|
|
|
// UnityEngine.Color32
|
|
struct Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B
|
|
{
|
|
union
|
|
{
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
// System.Int32 UnityEngine.Color32::rgba
|
|
int32_t ___rgba_0;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
int32_t ___rgba_0_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
// System.Byte UnityEngine.Color32::r
|
|
uint8_t ___r_1;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
uint8_t ___r_1_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___g_2_OffsetPadding[1];
|
|
// System.Byte UnityEngine.Color32::g
|
|
uint8_t ___g_2;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___g_2_OffsetPadding_forAlignmentOnly[1];
|
|
uint8_t ___g_2_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___b_3_OffsetPadding[2];
|
|
// System.Byte UnityEngine.Color32::b
|
|
uint8_t ___b_3;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___b_3_OffsetPadding_forAlignmentOnly[2];
|
|
uint8_t ___b_3_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___a_4_OffsetPadding[3];
|
|
// System.Byte UnityEngine.Color32::a
|
|
uint8_t ___a_4;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___a_4_OffsetPadding_forAlignmentOnly[3];
|
|
uint8_t ___a_4_forAlignmentOnly;
|
|
};
|
|
};
|
|
};
|
|
|
|
// System.Double
|
|
struct Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F
|
|
{
|
|
// System.Double System.Double::m_value
|
|
double ___m_value_0;
|
|
};
|
|
|
|
// UnityEngine.DrivenRectTransformTracker
|
|
struct DrivenRectTransformTracker_tFB0706C933E3C68E4F377C204FCEEF091F1EE0B1
|
|
{
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
};
|
|
uint8_t DrivenRectTransformTracker_tFB0706C933E3C68E4F377C204FCEEF091F1EE0B1__padding[1];
|
|
};
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Haptics.DualMotorRumble
|
|
struct DualMotorRumble_t7FF13D9599E8A574E5041726BD84CB8897E42701
|
|
{
|
|
// System.Single UnityEngine.InputSystem.Haptics.DualMotorRumble::<lowFrequencyMotorSpeed>k__BackingField
|
|
float ___U3ClowFrequencyMotorSpeedU3Ek__BackingField_0;
|
|
// System.Single UnityEngine.InputSystem.Haptics.DualMotorRumble::<highFrequencyMotorSpeed>k__BackingField
|
|
float ___U3ChighFrequencyMotorSpeedU3Ek__BackingField_1;
|
|
};
|
|
|
|
// 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
|
|
{
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Utilities.FourCC
|
|
struct FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED
|
|
{
|
|
// System.Int32 UnityEngine.InputSystem.Utilities.FourCC::m_Code
|
|
int32_t ___m_Code_0;
|
|
};
|
|
|
|
// FMOD.GUID
|
|
struct GUID_tFB268B4FFFA3CA85D227CAE412BC765F4B71BE54
|
|
{
|
|
// System.Int32 FMOD.GUID::Data1
|
|
int32_t ___Data1_0;
|
|
// System.Int32 FMOD.GUID::Data2
|
|
int32_t ___Data2_1;
|
|
// System.Int32 FMOD.GUID::Data3
|
|
int32_t ___Data3_2;
|
|
// System.Int32 FMOD.GUID::Data4
|
|
int32_t ___Data4_3;
|
|
};
|
|
|
|
// HurricaneVR.Framework.Shared.HVRButtonState
|
|
struct HVRButtonState_tCB5D53E840C8C49D87352E392D207FFC275FA721
|
|
{
|
|
// System.Boolean HurricaneVR.Framework.Shared.HVRButtonState::Active
|
|
bool ___Active_0;
|
|
// System.Boolean HurricaneVR.Framework.Shared.HVRButtonState::JustActivated
|
|
bool ___JustActivated_1;
|
|
// System.Boolean HurricaneVR.Framework.Shared.HVRButtonState::JustDeactivated
|
|
bool ___JustDeactivated_2;
|
|
// System.Single HurricaneVR.Framework.Shared.HVRButtonState::Value
|
|
float ___Value_3;
|
|
};
|
|
// Native definition for P/Invoke marshalling of HurricaneVR.Framework.Shared.HVRButtonState
|
|
struct HVRButtonState_tCB5D53E840C8C49D87352E392D207FFC275FA721_marshaled_pinvoke
|
|
{
|
|
int32_t ___Active_0;
|
|
int32_t ___JustActivated_1;
|
|
int32_t ___JustDeactivated_2;
|
|
float ___Value_3;
|
|
};
|
|
// Native definition for COM marshalling of HurricaneVR.Framework.Shared.HVRButtonState
|
|
struct HVRButtonState_tCB5D53E840C8C49D87352E392D207FFC275FA721_marshaled_com
|
|
{
|
|
int32_t ___Active_0;
|
|
int32_t ___JustActivated_1;
|
|
int32_t ___JustDeactivated_2;
|
|
float ___Value_3;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.InputBinding
|
|
struct InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5
|
|
{
|
|
// System.String UnityEngine.InputSystem.InputBinding::m_Name
|
|
String_t* ___m_Name_2;
|
|
// System.String UnityEngine.InputSystem.InputBinding::m_Id
|
|
String_t* ___m_Id_3;
|
|
// System.String UnityEngine.InputSystem.InputBinding::m_Path
|
|
String_t* ___m_Path_4;
|
|
// System.String UnityEngine.InputSystem.InputBinding::m_Interactions
|
|
String_t* ___m_Interactions_5;
|
|
// System.String UnityEngine.InputSystem.InputBinding::m_Processors
|
|
String_t* ___m_Processors_6;
|
|
// System.String UnityEngine.InputSystem.InputBinding::m_Groups
|
|
String_t* ___m_Groups_7;
|
|
// System.String UnityEngine.InputSystem.InputBinding::m_Action
|
|
String_t* ___m_Action_8;
|
|
// UnityEngine.InputSystem.InputBinding/Flags UnityEngine.InputSystem.InputBinding::m_Flags
|
|
int32_t ___m_Flags_9;
|
|
// System.String UnityEngine.InputSystem.InputBinding::m_OverridePath
|
|
String_t* ___m_OverridePath_10;
|
|
// System.String UnityEngine.InputSystem.InputBinding::m_OverrideInteractions
|
|
String_t* ___m_OverrideInteractions_11;
|
|
// System.String UnityEngine.InputSystem.InputBinding::m_OverrideProcessors
|
|
String_t* ___m_OverrideProcessors_12;
|
|
};
|
|
// Native definition for P/Invoke marshalling of UnityEngine.InputSystem.InputBinding
|
|
struct InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5_marshaled_pinvoke
|
|
{
|
|
char* ___m_Name_2;
|
|
char* ___m_Id_3;
|
|
char* ___m_Path_4;
|
|
char* ___m_Interactions_5;
|
|
char* ___m_Processors_6;
|
|
char* ___m_Groups_7;
|
|
char* ___m_Action_8;
|
|
int32_t ___m_Flags_9;
|
|
char* ___m_OverridePath_10;
|
|
char* ___m_OverrideInteractions_11;
|
|
char* ___m_OverrideProcessors_12;
|
|
};
|
|
// Native definition for COM marshalling of UnityEngine.InputSystem.InputBinding
|
|
struct InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5_marshaled_com
|
|
{
|
|
Il2CppChar* ___m_Name_2;
|
|
Il2CppChar* ___m_Id_3;
|
|
Il2CppChar* ___m_Path_4;
|
|
Il2CppChar* ___m_Interactions_5;
|
|
Il2CppChar* ___m_Processors_6;
|
|
Il2CppChar* ___m_Groups_7;
|
|
Il2CppChar* ___m_Action_8;
|
|
int32_t ___m_Flags_9;
|
|
Il2CppChar* ___m_OverridePath_10;
|
|
Il2CppChar* ___m_OverrideInteractions_11;
|
|
Il2CppChar* ___m_OverrideProcessors_12;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Layouts.InputDeviceDescription
|
|
struct InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F
|
|
{
|
|
// System.String UnityEngine.InputSystem.Layouts.InputDeviceDescription::m_InterfaceName
|
|
String_t* ___m_InterfaceName_0;
|
|
// System.String UnityEngine.InputSystem.Layouts.InputDeviceDescription::m_DeviceClass
|
|
String_t* ___m_DeviceClass_1;
|
|
// System.String UnityEngine.InputSystem.Layouts.InputDeviceDescription::m_Manufacturer
|
|
String_t* ___m_Manufacturer_2;
|
|
// System.String UnityEngine.InputSystem.Layouts.InputDeviceDescription::m_Product
|
|
String_t* ___m_Product_3;
|
|
// System.String UnityEngine.InputSystem.Layouts.InputDeviceDescription::m_Serial
|
|
String_t* ___m_Serial_4;
|
|
// System.String UnityEngine.InputSystem.Layouts.InputDeviceDescription::m_Version
|
|
String_t* ___m_Version_5;
|
|
// System.String UnityEngine.InputSystem.Layouts.InputDeviceDescription::m_Capabilities
|
|
String_t* ___m_Capabilities_6;
|
|
};
|
|
// Native definition for P/Invoke marshalling of UnityEngine.InputSystem.Layouts.InputDeviceDescription
|
|
struct InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F_marshaled_pinvoke
|
|
{
|
|
char* ___m_InterfaceName_0;
|
|
char* ___m_DeviceClass_1;
|
|
char* ___m_Manufacturer_2;
|
|
char* ___m_Product_3;
|
|
char* ___m_Serial_4;
|
|
char* ___m_Version_5;
|
|
char* ___m_Capabilities_6;
|
|
};
|
|
// Native definition for COM marshalling of UnityEngine.InputSystem.Layouts.InputDeviceDescription
|
|
struct InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F_marshaled_com
|
|
{
|
|
Il2CppChar* ___m_InterfaceName_0;
|
|
Il2CppChar* ___m_DeviceClass_1;
|
|
Il2CppChar* ___m_Manufacturer_2;
|
|
Il2CppChar* ___m_Product_3;
|
|
Il2CppChar* ___m_Serial_4;
|
|
Il2CppChar* ___m_Version_5;
|
|
Il2CppChar* ___m_Capabilities_6;
|
|
};
|
|
|
|
// System.Int32
|
|
struct Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C
|
|
{
|
|
// System.Int32 System.Int32::m_value
|
|
int32_t ___m_value_0;
|
|
};
|
|
|
|
// System.IntPtr
|
|
struct IntPtr_t
|
|
{
|
|
// System.Void* System.IntPtr::m_value
|
|
void* ___m_value_0;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Utilities.InternedString
|
|
struct InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735
|
|
{
|
|
// System.String UnityEngine.InputSystem.Utilities.InternedString::m_StringOriginalCase
|
|
String_t* ___m_StringOriginalCase_0;
|
|
// System.String UnityEngine.InputSystem.Utilities.InternedString::m_StringLowerCase
|
|
String_t* ___m_StringLowerCase_1;
|
|
};
|
|
// Native definition for P/Invoke marshalling of UnityEngine.InputSystem.Utilities.InternedString
|
|
struct InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735_marshaled_pinvoke
|
|
{
|
|
char* ___m_StringOriginalCase_0;
|
|
char* ___m_StringLowerCase_1;
|
|
};
|
|
// Native definition for COM marshalling of UnityEngine.InputSystem.Utilities.InternedString
|
|
struct InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735_marshaled_com
|
|
{
|
|
Il2CppChar* ___m_StringOriginalCase_0;
|
|
Il2CppChar* ___m_StringLowerCase_1;
|
|
};
|
|
|
|
// UnityEngine.JointLimits
|
|
struct JointLimits_tB79BCEF381B77F069150A1A961C05DD9838B998A
|
|
{
|
|
// System.Single UnityEngine.JointLimits::m_Min
|
|
float ___m_Min_0;
|
|
// System.Single UnityEngine.JointLimits::m_Max
|
|
float ___m_Max_1;
|
|
// System.Single UnityEngine.JointLimits::m_Bounciness
|
|
float ___m_Bounciness_2;
|
|
// System.Single UnityEngine.JointLimits::m_BounceMinVelocity
|
|
float ___m_BounceMinVelocity_3;
|
|
// System.Single UnityEngine.JointLimits::m_ContactDistance
|
|
float ___m_ContactDistance_4;
|
|
// System.Single UnityEngine.JointLimits::minBounce
|
|
float ___minBounce_5;
|
|
// System.Single UnityEngine.JointLimits::maxBounce
|
|
float ___maxBounce_6;
|
|
};
|
|
|
|
// UnityEngine.Keyframe
|
|
struct Keyframe_tB9C67DCBFE10C0AE9C52CB5C66E944255C9254F0
|
|
{
|
|
// System.Single UnityEngine.Keyframe::m_Time
|
|
float ___m_Time_0;
|
|
// System.Single UnityEngine.Keyframe::m_Value
|
|
float ___m_Value_1;
|
|
// System.Single UnityEngine.Keyframe::m_InTangent
|
|
float ___m_InTangent_2;
|
|
// System.Single UnityEngine.Keyframe::m_OutTangent
|
|
float ___m_OutTangent_3;
|
|
// System.Int32 UnityEngine.Keyframe::m_WeightedMode
|
|
int32_t ___m_WeightedMode_4;
|
|
// System.Single UnityEngine.Keyframe::m_InWeight
|
|
float ___m_InWeight_5;
|
|
// System.Single UnityEngine.Keyframe::m_OutWeight
|
|
float ___m_OutWeight_6;
|
|
};
|
|
|
|
// UnityEngine.LayerMask
|
|
struct LayerMask_t97CB6BDADEDC3D6423C7BCFEA7F86DA2EC6241DB
|
|
{
|
|
// System.Int32 UnityEngine.LayerMask::m_Mask
|
|
int32_t ___m_Mask_0;
|
|
};
|
|
|
|
// TMPro.MaterialReference
|
|
struct MaterialReference_tFD98FFFBBDF168028E637446C6676507186F4D0B
|
|
{
|
|
// System.Int32 TMPro.MaterialReference::index
|
|
int32_t ___index_0;
|
|
// TMPro.TMP_FontAsset TMPro.MaterialReference::fontAsset
|
|
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* ___fontAsset_1;
|
|
// TMPro.TMP_SpriteAsset TMPro.MaterialReference::spriteAsset
|
|
TMP_SpriteAsset_t81F779E6F705CE190DC0D1F93A954CB8B1774B39* ___spriteAsset_2;
|
|
// UnityEngine.Material TMPro.MaterialReference::material
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___material_3;
|
|
// System.Boolean TMPro.MaterialReference::isDefaultMaterial
|
|
bool ___isDefaultMaterial_4;
|
|
// System.Boolean TMPro.MaterialReference::isFallbackMaterial
|
|
bool ___isFallbackMaterial_5;
|
|
// UnityEngine.Material TMPro.MaterialReference::fallbackMaterial
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___fallbackMaterial_6;
|
|
// System.Single TMPro.MaterialReference::padding
|
|
float ___padding_7;
|
|
// System.Int32 TMPro.MaterialReference::referenceCount
|
|
int32_t ___referenceCount_8;
|
|
};
|
|
// Native definition for P/Invoke marshalling of TMPro.MaterialReference
|
|
struct MaterialReference_tFD98FFFBBDF168028E637446C6676507186F4D0B_marshaled_pinvoke
|
|
{
|
|
int32_t ___index_0;
|
|
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* ___fontAsset_1;
|
|
TMP_SpriteAsset_t81F779E6F705CE190DC0D1F93A954CB8B1774B39* ___spriteAsset_2;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___material_3;
|
|
int32_t ___isDefaultMaterial_4;
|
|
int32_t ___isFallbackMaterial_5;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___fallbackMaterial_6;
|
|
float ___padding_7;
|
|
int32_t ___referenceCount_8;
|
|
};
|
|
// Native definition for COM marshalling of TMPro.MaterialReference
|
|
struct MaterialReference_tFD98FFFBBDF168028E637446C6676507186F4D0B_marshaled_com
|
|
{
|
|
int32_t ___index_0;
|
|
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* ___fontAsset_1;
|
|
TMP_SpriteAsset_t81F779E6F705CE190DC0D1F93A954CB8B1774B39* ___spriteAsset_2;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___material_3;
|
|
int32_t ___isDefaultMaterial_4;
|
|
int32_t ___isFallbackMaterial_5;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___fallbackMaterial_6;
|
|
float ___padding_7;
|
|
int32_t ___referenceCount_8;
|
|
};
|
|
|
|
// 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;
|
|
};
|
|
|
|
// System.Reflection.MethodBase
|
|
struct MethodBase_t : public MemberInfo_t
|
|
{
|
|
};
|
|
|
|
// UnityEngine.UI.Navigation
|
|
struct Navigation_t4D2E201D65749CF4E104E8AC1232CF1D6F14795C
|
|
{
|
|
// UnityEngine.UI.Navigation/Mode UnityEngine.UI.Navigation::m_Mode
|
|
int32_t ___m_Mode_0;
|
|
// System.Boolean UnityEngine.UI.Navigation::m_WrapAround
|
|
bool ___m_WrapAround_1;
|
|
// UnityEngine.UI.Selectable UnityEngine.UI.Navigation::m_SelectOnUp
|
|
Selectable_t3251808068A17B8E92FB33590A4C2FA66D456712* ___m_SelectOnUp_2;
|
|
// UnityEngine.UI.Selectable UnityEngine.UI.Navigation::m_SelectOnDown
|
|
Selectable_t3251808068A17B8E92FB33590A4C2FA66D456712* ___m_SelectOnDown_3;
|
|
// UnityEngine.UI.Selectable UnityEngine.UI.Navigation::m_SelectOnLeft
|
|
Selectable_t3251808068A17B8E92FB33590A4C2FA66D456712* ___m_SelectOnLeft_4;
|
|
// UnityEngine.UI.Selectable UnityEngine.UI.Navigation::m_SelectOnRight
|
|
Selectable_t3251808068A17B8E92FB33590A4C2FA66D456712* ___m_SelectOnRight_5;
|
|
};
|
|
// Native definition for P/Invoke marshalling of UnityEngine.UI.Navigation
|
|
struct Navigation_t4D2E201D65749CF4E104E8AC1232CF1D6F14795C_marshaled_pinvoke
|
|
{
|
|
int32_t ___m_Mode_0;
|
|
int32_t ___m_WrapAround_1;
|
|
Selectable_t3251808068A17B8E92FB33590A4C2FA66D456712* ___m_SelectOnUp_2;
|
|
Selectable_t3251808068A17B8E92FB33590A4C2FA66D456712* ___m_SelectOnDown_3;
|
|
Selectable_t3251808068A17B8E92FB33590A4C2FA66D456712* ___m_SelectOnLeft_4;
|
|
Selectable_t3251808068A17B8E92FB33590A4C2FA66D456712* ___m_SelectOnRight_5;
|
|
};
|
|
// Native definition for COM marshalling of UnityEngine.UI.Navigation
|
|
struct Navigation_t4D2E201D65749CF4E104E8AC1232CF1D6F14795C_marshaled_com
|
|
{
|
|
int32_t ___m_Mode_0;
|
|
int32_t ___m_WrapAround_1;
|
|
Selectable_t3251808068A17B8E92FB33590A4C2FA66D456712* ___m_SelectOnUp_2;
|
|
Selectable_t3251808068A17B8E92FB33590A4C2FA66D456712* ___m_SelectOnDown_3;
|
|
Selectable_t3251808068A17B8E92FB33590A4C2FA66D456712* ___m_SelectOnLeft_4;
|
|
Selectable_t3251808068A17B8E92FB33590A4C2FA66D456712* ___m_SelectOnRight_5;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Utilities.PrimitiveValue
|
|
struct PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4
|
|
{
|
|
union
|
|
{
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
// System.TypeCode UnityEngine.InputSystem.Utilities.PrimitiveValue::m_Type
|
|
int32_t ___m_Type_0;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
int32_t ___m_Type_0_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___m_BoolValue_1_OffsetPadding[4];
|
|
// System.Boolean UnityEngine.InputSystem.Utilities.PrimitiveValue::m_BoolValue
|
|
bool ___m_BoolValue_1;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___m_BoolValue_1_OffsetPadding_forAlignmentOnly[4];
|
|
bool ___m_BoolValue_1_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___m_CharValue_2_OffsetPadding[4];
|
|
// System.Char UnityEngine.InputSystem.Utilities.PrimitiveValue::m_CharValue
|
|
Il2CppChar ___m_CharValue_2;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___m_CharValue_2_OffsetPadding_forAlignmentOnly[4];
|
|
Il2CppChar ___m_CharValue_2_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___m_ByteValue_3_OffsetPadding[4];
|
|
// System.Byte UnityEngine.InputSystem.Utilities.PrimitiveValue::m_ByteValue
|
|
uint8_t ___m_ByteValue_3;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___m_ByteValue_3_OffsetPadding_forAlignmentOnly[4];
|
|
uint8_t ___m_ByteValue_3_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___m_SByteValue_4_OffsetPadding[4];
|
|
// System.SByte UnityEngine.InputSystem.Utilities.PrimitiveValue::m_SByteValue
|
|
int8_t ___m_SByteValue_4;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___m_SByteValue_4_OffsetPadding_forAlignmentOnly[4];
|
|
int8_t ___m_SByteValue_4_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___m_ShortValue_5_OffsetPadding[4];
|
|
// System.Int16 UnityEngine.InputSystem.Utilities.PrimitiveValue::m_ShortValue
|
|
int16_t ___m_ShortValue_5;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___m_ShortValue_5_OffsetPadding_forAlignmentOnly[4];
|
|
int16_t ___m_ShortValue_5_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___m_UShortValue_6_OffsetPadding[4];
|
|
// System.UInt16 UnityEngine.InputSystem.Utilities.PrimitiveValue::m_UShortValue
|
|
uint16_t ___m_UShortValue_6;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___m_UShortValue_6_OffsetPadding_forAlignmentOnly[4];
|
|
uint16_t ___m_UShortValue_6_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___m_IntValue_7_OffsetPadding[4];
|
|
// System.Int32 UnityEngine.InputSystem.Utilities.PrimitiveValue::m_IntValue
|
|
int32_t ___m_IntValue_7;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___m_IntValue_7_OffsetPadding_forAlignmentOnly[4];
|
|
int32_t ___m_IntValue_7_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___m_UIntValue_8_OffsetPadding[4];
|
|
// System.UInt32 UnityEngine.InputSystem.Utilities.PrimitiveValue::m_UIntValue
|
|
uint32_t ___m_UIntValue_8;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___m_UIntValue_8_OffsetPadding_forAlignmentOnly[4];
|
|
uint32_t ___m_UIntValue_8_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___m_LongValue_9_OffsetPadding[4];
|
|
// System.Int64 UnityEngine.InputSystem.Utilities.PrimitiveValue::m_LongValue
|
|
int64_t ___m_LongValue_9;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___m_LongValue_9_OffsetPadding_forAlignmentOnly[4];
|
|
int64_t ___m_LongValue_9_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___m_ULongValue_10_OffsetPadding[4];
|
|
// System.UInt64 UnityEngine.InputSystem.Utilities.PrimitiveValue::m_ULongValue
|
|
uint64_t ___m_ULongValue_10;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___m_ULongValue_10_OffsetPadding_forAlignmentOnly[4];
|
|
uint64_t ___m_ULongValue_10_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___m_FloatValue_11_OffsetPadding[4];
|
|
// System.Single UnityEngine.InputSystem.Utilities.PrimitiveValue::m_FloatValue
|
|
float ___m_FloatValue_11;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___m_FloatValue_11_OffsetPadding_forAlignmentOnly[4];
|
|
float ___m_FloatValue_11_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___m_DoubleValue_12_OffsetPadding[4];
|
|
// System.Double UnityEngine.InputSystem.Utilities.PrimitiveValue::m_DoubleValue
|
|
double ___m_DoubleValue_12;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___m_DoubleValue_12_OffsetPadding_forAlignmentOnly[4];
|
|
double ___m_DoubleValue_12_forAlignmentOnly;
|
|
};
|
|
};
|
|
};
|
|
// Native definition for P/Invoke marshalling of UnityEngine.InputSystem.Utilities.PrimitiveValue
|
|
struct PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4_marshaled_pinvoke
|
|
{
|
|
union
|
|
{
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
int32_t ___m_Type_0;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
int32_t ___m_Type_0_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___m_BoolValue_1_OffsetPadding[4];
|
|
int32_t ___m_BoolValue_1;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___m_BoolValue_1_OffsetPadding_forAlignmentOnly[4];
|
|
int32_t ___m_BoolValue_1_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___m_CharValue_2_OffsetPadding[4];
|
|
uint8_t ___m_CharValue_2;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___m_CharValue_2_OffsetPadding_forAlignmentOnly[4];
|
|
uint8_t ___m_CharValue_2_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___m_ByteValue_3_OffsetPadding[4];
|
|
uint8_t ___m_ByteValue_3;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___m_ByteValue_3_OffsetPadding_forAlignmentOnly[4];
|
|
uint8_t ___m_ByteValue_3_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___m_SByteValue_4_OffsetPadding[4];
|
|
int8_t ___m_SByteValue_4;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___m_SByteValue_4_OffsetPadding_forAlignmentOnly[4];
|
|
int8_t ___m_SByteValue_4_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___m_ShortValue_5_OffsetPadding[4];
|
|
int16_t ___m_ShortValue_5;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___m_ShortValue_5_OffsetPadding_forAlignmentOnly[4];
|
|
int16_t ___m_ShortValue_5_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___m_UShortValue_6_OffsetPadding[4];
|
|
uint16_t ___m_UShortValue_6;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___m_UShortValue_6_OffsetPadding_forAlignmentOnly[4];
|
|
uint16_t ___m_UShortValue_6_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___m_IntValue_7_OffsetPadding[4];
|
|
int32_t ___m_IntValue_7;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___m_IntValue_7_OffsetPadding_forAlignmentOnly[4];
|
|
int32_t ___m_IntValue_7_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___m_UIntValue_8_OffsetPadding[4];
|
|
uint32_t ___m_UIntValue_8;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___m_UIntValue_8_OffsetPadding_forAlignmentOnly[4];
|
|
uint32_t ___m_UIntValue_8_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___m_LongValue_9_OffsetPadding[4];
|
|
int64_t ___m_LongValue_9;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___m_LongValue_9_OffsetPadding_forAlignmentOnly[4];
|
|
int64_t ___m_LongValue_9_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___m_ULongValue_10_OffsetPadding[4];
|
|
uint64_t ___m_ULongValue_10;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___m_ULongValue_10_OffsetPadding_forAlignmentOnly[4];
|
|
uint64_t ___m_ULongValue_10_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___m_FloatValue_11_OffsetPadding[4];
|
|
float ___m_FloatValue_11;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___m_FloatValue_11_OffsetPadding_forAlignmentOnly[4];
|
|
float ___m_FloatValue_11_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___m_DoubleValue_12_OffsetPadding[4];
|
|
double ___m_DoubleValue_12;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___m_DoubleValue_12_OffsetPadding_forAlignmentOnly[4];
|
|
double ___m_DoubleValue_12_forAlignmentOnly;
|
|
};
|
|
};
|
|
};
|
|
// Native definition for COM marshalling of UnityEngine.InputSystem.Utilities.PrimitiveValue
|
|
struct PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4_marshaled_com
|
|
{
|
|
union
|
|
{
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
int32_t ___m_Type_0;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
int32_t ___m_Type_0_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___m_BoolValue_1_OffsetPadding[4];
|
|
int32_t ___m_BoolValue_1;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___m_BoolValue_1_OffsetPadding_forAlignmentOnly[4];
|
|
int32_t ___m_BoolValue_1_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___m_CharValue_2_OffsetPadding[4];
|
|
uint8_t ___m_CharValue_2;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___m_CharValue_2_OffsetPadding_forAlignmentOnly[4];
|
|
uint8_t ___m_CharValue_2_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___m_ByteValue_3_OffsetPadding[4];
|
|
uint8_t ___m_ByteValue_3;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___m_ByteValue_3_OffsetPadding_forAlignmentOnly[4];
|
|
uint8_t ___m_ByteValue_3_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___m_SByteValue_4_OffsetPadding[4];
|
|
int8_t ___m_SByteValue_4;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___m_SByteValue_4_OffsetPadding_forAlignmentOnly[4];
|
|
int8_t ___m_SByteValue_4_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___m_ShortValue_5_OffsetPadding[4];
|
|
int16_t ___m_ShortValue_5;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___m_ShortValue_5_OffsetPadding_forAlignmentOnly[4];
|
|
int16_t ___m_ShortValue_5_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___m_UShortValue_6_OffsetPadding[4];
|
|
uint16_t ___m_UShortValue_6;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___m_UShortValue_6_OffsetPadding_forAlignmentOnly[4];
|
|
uint16_t ___m_UShortValue_6_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___m_IntValue_7_OffsetPadding[4];
|
|
int32_t ___m_IntValue_7;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___m_IntValue_7_OffsetPadding_forAlignmentOnly[4];
|
|
int32_t ___m_IntValue_7_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___m_UIntValue_8_OffsetPadding[4];
|
|
uint32_t ___m_UIntValue_8;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___m_UIntValue_8_OffsetPadding_forAlignmentOnly[4];
|
|
uint32_t ___m_UIntValue_8_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___m_LongValue_9_OffsetPadding[4];
|
|
int64_t ___m_LongValue_9;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___m_LongValue_9_OffsetPadding_forAlignmentOnly[4];
|
|
int64_t ___m_LongValue_9_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___m_ULongValue_10_OffsetPadding[4];
|
|
uint64_t ___m_ULongValue_10;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___m_ULongValue_10_OffsetPadding_forAlignmentOnly[4];
|
|
uint64_t ___m_ULongValue_10_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___m_FloatValue_11_OffsetPadding[4];
|
|
float ___m_FloatValue_11;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___m_FloatValue_11_OffsetPadding_forAlignmentOnly[4];
|
|
float ___m_FloatValue_11_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___m_DoubleValue_12_OffsetPadding[4];
|
|
double ___m_DoubleValue_12;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___m_DoubleValue_12_OffsetPadding_forAlignmentOnly[4];
|
|
double ___m_DoubleValue_12_forAlignmentOnly;
|
|
};
|
|
};
|
|
};
|
|
|
|
// UnityEngine.PropertyAttribute
|
|
struct PropertyAttribute_t5E0CB5A6CDA6E24CBD4FF26DE3B0C29D8BB54BF0 : public Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA
|
|
{
|
|
};
|
|
|
|
// 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;
|
|
};
|
|
|
|
// UnityEngine.UI.SpriteState
|
|
struct SpriteState_tC8199570BE6337FB5C49347C97892B4222E5AACD
|
|
{
|
|
// UnityEngine.Sprite UnityEngine.UI.SpriteState::m_HighlightedSprite
|
|
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* ___m_HighlightedSprite_0;
|
|
// UnityEngine.Sprite UnityEngine.UI.SpriteState::m_PressedSprite
|
|
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* ___m_PressedSprite_1;
|
|
// UnityEngine.Sprite UnityEngine.UI.SpriteState::m_SelectedSprite
|
|
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* ___m_SelectedSprite_2;
|
|
// UnityEngine.Sprite UnityEngine.UI.SpriteState::m_DisabledSprite
|
|
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* ___m_DisabledSprite_3;
|
|
};
|
|
// Native definition for P/Invoke marshalling of UnityEngine.UI.SpriteState
|
|
struct SpriteState_tC8199570BE6337FB5C49347C97892B4222E5AACD_marshaled_pinvoke
|
|
{
|
|
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* ___m_HighlightedSprite_0;
|
|
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* ___m_PressedSprite_1;
|
|
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* ___m_SelectedSprite_2;
|
|
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* ___m_DisabledSprite_3;
|
|
};
|
|
// Native definition for COM marshalling of UnityEngine.UI.SpriteState
|
|
struct SpriteState_tC8199570BE6337FB5C49347C97892B4222E5AACD_marshaled_com
|
|
{
|
|
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* ___m_HighlightedSprite_0;
|
|
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* ___m_PressedSprite_1;
|
|
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* ___m_SelectedSprite_2;
|
|
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* ___m_DisabledSprite_3;
|
|
};
|
|
|
|
// TMPro.TMP_FontStyleStack
|
|
struct TMP_FontStyleStack_t52885F172FADBC21346C835B5302167BDA8020DC
|
|
{
|
|
// System.Byte TMPro.TMP_FontStyleStack::bold
|
|
uint8_t ___bold_0;
|
|
// System.Byte TMPro.TMP_FontStyleStack::italic
|
|
uint8_t ___italic_1;
|
|
// System.Byte TMPro.TMP_FontStyleStack::underline
|
|
uint8_t ___underline_2;
|
|
// System.Byte TMPro.TMP_FontStyleStack::strikethrough
|
|
uint8_t ___strikethrough_3;
|
|
// System.Byte TMPro.TMP_FontStyleStack::highlight
|
|
uint8_t ___highlight_4;
|
|
// System.Byte TMPro.TMP_FontStyleStack::superscript
|
|
uint8_t ___superscript_5;
|
|
// System.Byte TMPro.TMP_FontStyleStack::subscript
|
|
uint8_t ___subscript_6;
|
|
// System.Byte TMPro.TMP_FontStyleStack::uppercase
|
|
uint8_t ___uppercase_7;
|
|
// System.Byte TMPro.TMP_FontStyleStack::lowercase
|
|
uint8_t ___lowercase_8;
|
|
// System.Byte TMPro.TMP_FontStyleStack::smallcaps
|
|
uint8_t ___smallcaps_9;
|
|
};
|
|
|
|
// TMPro.TMP_Offset
|
|
struct TMP_Offset_t2262BE4E87D9662487777FF8FFE1B17B0E4438C6
|
|
{
|
|
// System.Single TMPro.TMP_Offset::m_Left
|
|
float ___m_Left_0;
|
|
// System.Single TMPro.TMP_Offset::m_Right
|
|
float ___m_Right_1;
|
|
// System.Single TMPro.TMP_Offset::m_Top
|
|
float ___m_Top_2;
|
|
// System.Single TMPro.TMP_Offset::m_Bottom
|
|
float ___m_Bottom_3;
|
|
};
|
|
|
|
// UnityEngine.Events.UnityEvent
|
|
struct UnityEvent_tDC2C3548799DBC91D1E3F3DE60083A66F4751977 : public UnityEventBase_t4968A4C72559F35C0923E4BD9C042C3A842E1DB8
|
|
{
|
|
// System.Object[] UnityEngine.Events.UnityEvent::m_InvokeArray
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___m_InvokeArray_3;
|
|
};
|
|
|
|
// FMOD.VECTOR
|
|
struct VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F
|
|
{
|
|
// System.Single FMOD.VECTOR::x
|
|
float ___x_0;
|
|
// System.Single FMOD.VECTOR::y
|
|
float ___y_1;
|
|
// System.Single FMOD.VECTOR::z
|
|
float ___z_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;
|
|
};
|
|
|
|
// UnityEngine.Vector4
|
|
struct Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3
|
|
{
|
|
// System.Single UnityEngine.Vector4::x
|
|
float ___x_1;
|
|
// System.Single UnityEngine.Vector4::y
|
|
float ___y_2;
|
|
// System.Single UnityEngine.Vector4::z
|
|
float ___z_3;
|
|
// System.Single UnityEngine.Vector4::w
|
|
float ___w_4;
|
|
};
|
|
|
|
// System.Void
|
|
struct Void_t4861ACF8F4594C3437BB48B6E56783494B843915
|
|
{
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
};
|
|
uint8_t Void_t4861ACF8F4594C3437BB48B6E56783494B843915__padding[1];
|
|
};
|
|
};
|
|
|
|
// UnityEngine.WaitForFixedUpdate
|
|
struct WaitForFixedUpdate_t86F5BC0B6A668AEF2903DE9ADB52062E457BD1B7 : public YieldInstruction_tFCE35FD0907950EFEE9BC2890AC664E41C53728D
|
|
{
|
|
};
|
|
|
|
// UnityEngine.WaitForSeconds
|
|
struct WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3 : public YieldInstruction_tFCE35FD0907950EFEE9BC2890AC664E41C53728D
|
|
{
|
|
// System.Single UnityEngine.WaitForSeconds::m_Seconds
|
|
float ___m_Seconds_0;
|
|
};
|
|
// Native definition for P/Invoke marshalling of UnityEngine.WaitForSeconds
|
|
struct WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3_marshaled_pinvoke : public YieldInstruction_tFCE35FD0907950EFEE9BC2890AC664E41C53728D_marshaled_pinvoke
|
|
{
|
|
float ___m_Seconds_0;
|
|
};
|
|
// Native definition for COM marshalling of UnityEngine.WaitForSeconds
|
|
struct WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3_marshaled_com : public YieldInstruction_tFCE35FD0907950EFEE9BC2890AC664E41C53728D_marshaled_com
|
|
{
|
|
float ___m_Seconds_0;
|
|
};
|
|
|
|
// UnityEngine.WaitUntil
|
|
struct WaitUntil_tA1CD487C5811E7C1F8C4ADA85DF5F4EFDC1D41BD : public CustomYieldInstruction_t6B81A50D5D210C1ACAAE247FB53B65CDFFEB7617
|
|
{
|
|
// System.Func`1<System.Boolean> UnityEngine.WaitUntil::m_Predicate
|
|
Func_1_t2BE7F58348C9CC544A8973B3A9E55541DE43C457* ___m_Predicate_0;
|
|
};
|
|
|
|
// Unity.Mathematics.float4
|
|
struct float4_t89D9A294E7A79BD81BFBDD18654508532958555E
|
|
{
|
|
// System.Single Unity.Mathematics.float4::x
|
|
float ___x_0;
|
|
// System.Single Unity.Mathematics.float4::y
|
|
float ___y_1;
|
|
// System.Single Unity.Mathematics.float4::z
|
|
float ___z_2;
|
|
// System.Single Unity.Mathematics.float4::w
|
|
float ___w_3;
|
|
};
|
|
|
|
// FGeneratingUtilities/MinMax
|
|
struct MinMax_t2211CCBE8DDA78332BE4C0D26352B20EB911219D
|
|
{
|
|
// System.Int32 FGeneratingUtilities/MinMax::Min
|
|
int32_t ___Min_0;
|
|
// System.Int32 FGeneratingUtilities/MinMax::Max
|
|
int32_t ___Max_1;
|
|
};
|
|
|
|
// FGeneratingUtilities/MinMaxF
|
|
struct MinMaxF_tFB3CAF5908C0B37A5CAD645CDF95ECAE28C2B3CC
|
|
{
|
|
// System.Single FGeneratingUtilities/MinMaxF::Min
|
|
float ___Min_0;
|
|
// System.Single FGeneratingUtilities/MinMaxF::Max
|
|
float ___Max_1;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.InputActionMap/DeviceArray
|
|
struct DeviceArray_t7F2F2D8A9D5CAF504DC1A21C1FEF79BCA9E4761E
|
|
{
|
|
// System.Boolean UnityEngine.InputSystem.InputActionMap/DeviceArray::m_HaveValue
|
|
bool ___m_HaveValue_0;
|
|
// System.Int32 UnityEngine.InputSystem.InputActionMap/DeviceArray::m_DeviceCount
|
|
int32_t ___m_DeviceCount_1;
|
|
// UnityEngine.InputSystem.InputDevice[] UnityEngine.InputSystem.InputActionMap/DeviceArray::m_DeviceArray
|
|
InputDeviceU5BU5D_tA9AEFC6AF63557D3D5DCFB2B26DDA6F63147D548* ___m_DeviceArray_2;
|
|
};
|
|
// Native definition for P/Invoke marshalling of UnityEngine.InputSystem.InputActionMap/DeviceArray
|
|
struct DeviceArray_t7F2F2D8A9D5CAF504DC1A21C1FEF79BCA9E4761E_marshaled_pinvoke
|
|
{
|
|
int32_t ___m_HaveValue_0;
|
|
int32_t ___m_DeviceCount_1;
|
|
InputDeviceU5BU5D_tA9AEFC6AF63557D3D5DCFB2B26DDA6F63147D548* ___m_DeviceArray_2;
|
|
};
|
|
// Native definition for COM marshalling of UnityEngine.InputSystem.InputActionMap/DeviceArray
|
|
struct DeviceArray_t7F2F2D8A9D5CAF504DC1A21C1FEF79BCA9E4761E_marshaled_com
|
|
{
|
|
int32_t ___m_HaveValue_0;
|
|
int32_t ___m_DeviceCount_1;
|
|
InputDeviceU5BU5D_tA9AEFC6AF63557D3D5DCFB2B26DDA6F63147D548* ___m_DeviceArray_2;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax
|
|
struct BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317
|
|
{
|
|
// UnityEngine.InputSystem.InputActionMap UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax::m_ActionMap
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* ___m_ActionMap_0;
|
|
// UnityEngine.InputSystem.InputAction UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax::m_Action
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* ___m_Action_1;
|
|
// System.Int32 UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax::m_BindingIndexInMap
|
|
int32_t ___m_BindingIndexInMap_2;
|
|
};
|
|
// Native definition for P/Invoke marshalling of UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax
|
|
struct BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317_marshaled_pinvoke
|
|
{
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* ___m_ActionMap_0;
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* ___m_Action_1;
|
|
int32_t ___m_BindingIndexInMap_2;
|
|
};
|
|
// Native definition for COM marshalling of UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax
|
|
struct BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317_marshaled_com
|
|
{
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* ___m_ActionMap_0;
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* ___m_Action_1;
|
|
int32_t ___m_BindingIndexInMap_2;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.InputActionSetupExtensions/CompositeSyntax
|
|
struct CompositeSyntax_t462FE69194A2B9572B4CB2A0108D10622B820C30
|
|
{
|
|
// UnityEngine.InputSystem.InputAction UnityEngine.InputSystem.InputActionSetupExtensions/CompositeSyntax::m_Action
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* ___m_Action_0;
|
|
// UnityEngine.InputSystem.InputActionMap UnityEngine.InputSystem.InputActionSetupExtensions/CompositeSyntax::m_ActionMap
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* ___m_ActionMap_1;
|
|
// System.Int32 UnityEngine.InputSystem.InputActionSetupExtensions/CompositeSyntax::m_BindingIndexInMap
|
|
int32_t ___m_BindingIndexInMap_2;
|
|
};
|
|
// Native definition for P/Invoke marshalling of UnityEngine.InputSystem.InputActionSetupExtensions/CompositeSyntax
|
|
struct CompositeSyntax_t462FE69194A2B9572B4CB2A0108D10622B820C30_marshaled_pinvoke
|
|
{
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* ___m_Action_0;
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* ___m_ActionMap_1;
|
|
int32_t ___m_BindingIndexInMap_2;
|
|
};
|
|
// Native definition for COM marshalling of UnityEngine.InputSystem.InputActionSetupExtensions/CompositeSyntax
|
|
struct CompositeSyntax_t462FE69194A2B9572B4CB2A0108D10622B820C30_marshaled_com
|
|
{
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* ___m_Action_0;
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* ___m_ActionMap_1;
|
|
int32_t ___m_BindingIndexInMap_2;
|
|
};
|
|
|
|
// UnityEngine.ParticleSystem/ColorOverLifetimeModule
|
|
struct ColorOverLifetimeModule_t758EC8315B6C19D78C418D942CD1F94FE7EEE9D9
|
|
{
|
|
// UnityEngine.ParticleSystem UnityEngine.ParticleSystem/ColorOverLifetimeModule::m_ParticleSystem
|
|
ParticleSystem_tB19986EE308BD63D36FB6025EEEAFBEDB97C67C1* ___m_ParticleSystem_0;
|
|
};
|
|
// Native definition for P/Invoke marshalling of UnityEngine.ParticleSystem/ColorOverLifetimeModule
|
|
struct ColorOverLifetimeModule_t758EC8315B6C19D78C418D942CD1F94FE7EEE9D9_marshaled_pinvoke
|
|
{
|
|
ParticleSystem_tB19986EE308BD63D36FB6025EEEAFBEDB97C67C1* ___m_ParticleSystem_0;
|
|
};
|
|
// Native definition for COM marshalling of UnityEngine.ParticleSystem/ColorOverLifetimeModule
|
|
struct ColorOverLifetimeModule_t758EC8315B6C19D78C418D942CD1F94FE7EEE9D9_marshaled_com
|
|
{
|
|
ParticleSystem_tB19986EE308BD63D36FB6025EEEAFBEDB97C67C1* ___m_ParticleSystem_0;
|
|
};
|
|
|
|
// UnityEngine.ParticleSystem/MainModule
|
|
struct MainModule_tC7ECD8330C14B0808478A748048988A6085CE2A9
|
|
{
|
|
// UnityEngine.ParticleSystem UnityEngine.ParticleSystem/MainModule::m_ParticleSystem
|
|
ParticleSystem_tB19986EE308BD63D36FB6025EEEAFBEDB97C67C1* ___m_ParticleSystem_0;
|
|
};
|
|
// Native definition for P/Invoke marshalling of UnityEngine.ParticleSystem/MainModule
|
|
struct MainModule_tC7ECD8330C14B0808478A748048988A6085CE2A9_marshaled_pinvoke
|
|
{
|
|
ParticleSystem_tB19986EE308BD63D36FB6025EEEAFBEDB97C67C1* ___m_ParticleSystem_0;
|
|
};
|
|
// Native definition for COM marshalling of UnityEngine.ParticleSystem/MainModule
|
|
struct MainModule_tC7ECD8330C14B0808478A748048988A6085CE2A9_marshaled_com
|
|
{
|
|
ParticleSystem_tB19986EE308BD63D36FB6025EEEAFBEDB97C67C1* ___m_ParticleSystem_0;
|
|
};
|
|
|
|
// TMPro.TMP_Text/SpecialCharacter
|
|
struct SpecialCharacter_t6C1DBE8C490706D1620899BAB7F0B8091AD26777
|
|
{
|
|
// TMPro.TMP_Character TMPro.TMP_Text/SpecialCharacter::character
|
|
TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35* ___character_0;
|
|
// TMPro.TMP_FontAsset TMPro.TMP_Text/SpecialCharacter::fontAsset
|
|
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* ___fontAsset_1;
|
|
// UnityEngine.Material TMPro.TMP_Text/SpecialCharacter::material
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___material_2;
|
|
// System.Int32 TMPro.TMP_Text/SpecialCharacter::materialIndex
|
|
int32_t ___materialIndex_3;
|
|
};
|
|
// Native definition for P/Invoke marshalling of TMPro.TMP_Text/SpecialCharacter
|
|
struct SpecialCharacter_t6C1DBE8C490706D1620899BAB7F0B8091AD26777_marshaled_pinvoke
|
|
{
|
|
TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35* ___character_0;
|
|
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* ___fontAsset_1;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___material_2;
|
|
int32_t ___materialIndex_3;
|
|
};
|
|
// Native definition for COM marshalling of TMPro.TMP_Text/SpecialCharacter
|
|
struct SpecialCharacter_t6C1DBE8C490706D1620899BAB7F0B8091AD26777_marshaled_com
|
|
{
|
|
TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35* ___character_0;
|
|
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* ___fontAsset_1;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___material_2;
|
|
int32_t ___materialIndex_3;
|
|
};
|
|
|
|
// TMPro.TMP_Text/TextBackingContainer
|
|
struct TextBackingContainer_t33D1CE628E7B26C45EDAC1D87BEF2DD22A5C6361
|
|
{
|
|
// System.UInt32[] TMPro.TMP_Text/TextBackingContainer::m_Array
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* ___m_Array_0;
|
|
// System.Int32 TMPro.TMP_Text/TextBackingContainer::m_Count
|
|
int32_t ___m_Count_1;
|
|
};
|
|
// Native definition for P/Invoke marshalling of TMPro.TMP_Text/TextBackingContainer
|
|
struct TextBackingContainer_t33D1CE628E7B26C45EDAC1D87BEF2DD22A5C6361_marshaled_pinvoke
|
|
{
|
|
Il2CppSafeArray/*NONE*/* ___m_Array_0;
|
|
int32_t ___m_Count_1;
|
|
};
|
|
// Native definition for COM marshalling of TMPro.TMP_Text/TextBackingContainer
|
|
struct TextBackingContainer_t33D1CE628E7B26C45EDAC1D87BEF2DD22A5C6361_marshaled_com
|
|
{
|
|
Il2CppSafeArray/*NONE*/* ___m_Array_0;
|
|
int32_t ___m_Count_1;
|
|
};
|
|
|
|
// NodeCanvas.Framework.ActionTask`1<UnityEngine.AI.NavMeshAgent>
|
|
struct ActionTask_1_tF0F9E44CCC25BD8E1E8CCFF3EABA3451D413BCF4 : public ActionTask_t6B5C6B67D00E7AF678FAEDC91859B778C24A8E1E
|
|
{
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Utilities.CallbackArray`1<System.Action`1<UnityEngine.InputSystem.InputAction/CallbackContext>>
|
|
struct CallbackArray_1_tDFF8C4C6015023B6C2E70BAD26D8BC6BF00D8775
|
|
{
|
|
// System.Boolean UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CannotMutateCallbacksArray
|
|
bool ___m_CannotMutateCallbacksArray_0;
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<TDelegate> UnityEngine.InputSystem.Utilities.CallbackArray`1::m_Callbacks
|
|
InlinedArray_1_tC208D319D19C2B3DF550BD9CDC11549F23D8F91B ___m_Callbacks_1;
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<TDelegate> UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CallbacksToAdd
|
|
InlinedArray_1_tC208D319D19C2B3DF550BD9CDC11549F23D8F91B ___m_CallbacksToAdd_2;
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<TDelegate> UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CallbacksToRemove
|
|
InlinedArray_1_tC208D319D19C2B3DF550BD9CDC11549F23D8F91B ___m_CallbacksToRemove_3;
|
|
};
|
|
|
|
// System.Nullable`1<UnityEngine.InputSystem.InputBinding>
|
|
struct Nullable_1_t11786EE914FE65E70B9671129B0DFC4D0DE80C44
|
|
{
|
|
// System.Boolean System.Nullable`1::hasValue
|
|
bool ___hasValue_0;
|
|
// T System.Nullable`1::value
|
|
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 ___value_1;
|
|
};
|
|
|
|
// System.Nullable`1<UnityEngine.Vector3>
|
|
struct Nullable_1_t9C51B084784B716FFF4ED4575C63CFD8A71A86FE
|
|
{
|
|
// System.Boolean System.Nullable`1::hasValue
|
|
bool ___hasValue_0;
|
|
// T System.Nullable`1::value
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___value_1;
|
|
};
|
|
|
|
// TMPro.TMP_TextProcessingStack`1<UnityEngine.Color32>
|
|
struct TMP_TextProcessingStack_1_tF2CD5BE59E5EB22EA9E3EE3043A004EA918C4BB3
|
|
{
|
|
// T[] TMPro.TMP_TextProcessingStack`1::itemStack
|
|
Color32U5BU5D_t38116C3E91765C4C5726CE12C77FAD7F9F737259* ___itemStack_0;
|
|
// System.Int32 TMPro.TMP_TextProcessingStack`1::index
|
|
int32_t ___index_1;
|
|
// T TMPro.TMP_TextProcessingStack`1::m_DefaultItem
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___m_DefaultItem_2;
|
|
// System.Int32 TMPro.TMP_TextProcessingStack`1::m_Capacity
|
|
int32_t ___m_Capacity_3;
|
|
// System.Int32 TMPro.TMP_TextProcessingStack`1::m_RolloverSize
|
|
int32_t ___m_RolloverSize_4;
|
|
// System.Int32 TMPro.TMP_TextProcessingStack`1::m_Count
|
|
int32_t ___m_Count_5;
|
|
};
|
|
|
|
// TMPro.TMP_TextProcessingStack`1<TMPro.MaterialReference>
|
|
struct TMP_TextProcessingStack_1_tB03E08F69415B281A5A81138F09E49EE58402DF9
|
|
{
|
|
// T[] TMPro.TMP_TextProcessingStack`1::itemStack
|
|
MaterialReferenceU5BU5D_t7491D335AB3E3E13CE9C0F5E931F396F6A02E1F2* ___itemStack_0;
|
|
// System.Int32 TMPro.TMP_TextProcessingStack`1::index
|
|
int32_t ___index_1;
|
|
// T TMPro.TMP_TextProcessingStack`1::m_DefaultItem
|
|
MaterialReference_tFD98FFFBBDF168028E637446C6676507186F4D0B ___m_DefaultItem_2;
|
|
// System.Int32 TMPro.TMP_TextProcessingStack`1::m_Capacity
|
|
int32_t ___m_Capacity_3;
|
|
// System.Int32 TMPro.TMP_TextProcessingStack`1::m_RolloverSize
|
|
int32_t ___m_RolloverSize_4;
|
|
// System.Int32 TMPro.TMP_TextProcessingStack`1::m_Count
|
|
int32_t ___m_Count_5;
|
|
};
|
|
|
|
// FMOD.ATTRIBUTES_3D
|
|
struct ATTRIBUTES_3D_t7EF2217FD18A1BFC021A8DE2B77B4F109A06B777
|
|
{
|
|
// FMOD.VECTOR FMOD.ATTRIBUTES_3D::position
|
|
VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F ___position_0;
|
|
// FMOD.VECTOR FMOD.ATTRIBUTES_3D::velocity
|
|
VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F ___velocity_1;
|
|
// FMOD.VECTOR FMOD.ATTRIBUTES_3D::forward
|
|
VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F ___forward_2;
|
|
// FMOD.VECTOR FMOD.ATTRIBUTES_3D::up
|
|
VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F ___up_3;
|
|
};
|
|
|
|
// UnityEngine.AnimationCurve
|
|
struct AnimationCurve_tCBFFAAD05CEBB35EF8D8631BD99914BE1A6BB354 : public RuntimeObject
|
|
{
|
|
// System.IntPtr UnityEngine.AnimationCurve::m_Ptr
|
|
intptr_t ___m_Ptr_0;
|
|
};
|
|
// Native definition for P/Invoke marshalling of UnityEngine.AnimationCurve
|
|
struct AnimationCurve_tCBFFAAD05CEBB35EF8D8631BD99914BE1A6BB354_marshaled_pinvoke
|
|
{
|
|
intptr_t ___m_Ptr_0;
|
|
};
|
|
// Native definition for COM marshalling of UnityEngine.AnimationCurve
|
|
struct AnimationCurve_tCBFFAAD05CEBB35EF8D8631BD99914BE1A6BB354_marshaled_com
|
|
{
|
|
intptr_t ___m_Ptr_0;
|
|
};
|
|
|
|
// BackgroundColorAttribute
|
|
struct BackgroundColorAttribute_t477F447238659D286E958869FE8894AC14A585B8 : public PropertyAttribute_t5E0CB5A6CDA6E24CBD4FF26DE3B0C29D8BB54BF0
|
|
{
|
|
// System.Single BackgroundColorAttribute::r
|
|
float ___r_0;
|
|
// System.Single BackgroundColorAttribute::g
|
|
float ___g_1;
|
|
// System.Single BackgroundColorAttribute::b
|
|
float ___b_2;
|
|
// System.Single BackgroundColorAttribute::a
|
|
float ___a_3;
|
|
};
|
|
|
|
// UnityEngine.Bounds
|
|
struct Bounds_t367E830C64BBF235ED8C3B2F8CF6254FDCAD39C3
|
|
{
|
|
// UnityEngine.Vector3 UnityEngine.Bounds::m_Center
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___m_Center_0;
|
|
// UnityEngine.Vector3 UnityEngine.Bounds::m_Extents
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___m_Extents_1;
|
|
};
|
|
|
|
// UnityEngine.Collision
|
|
struct Collision_tBCC6AEBD9A63E6DA2E50660DAC03CDCB1FF7A9B0 : public RuntimeObject
|
|
{
|
|
// UnityEngine.Vector3 UnityEngine.Collision::m_Impulse
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___m_Impulse_0;
|
|
// UnityEngine.Vector3 UnityEngine.Collision::m_RelativeVelocity
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___m_RelativeVelocity_1;
|
|
// UnityEngine.Component UnityEngine.Collision::m_Body
|
|
Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* ___m_Body_2;
|
|
// UnityEngine.Collider UnityEngine.Collision::m_Collider
|
|
Collider_t1CC3163924FCD6C4CC2E816373A929C1E3D55E76* ___m_Collider_3;
|
|
// System.Int32 UnityEngine.Collision::m_ContactCount
|
|
int32_t ___m_ContactCount_4;
|
|
// UnityEngine.ContactPoint[] UnityEngine.Collision::m_ReusedContacts
|
|
ContactPointU5BU5D_t3570603E8D0685B71B3D8BA07031674B00C5E411* ___m_ReusedContacts_5;
|
|
// UnityEngine.ContactPoint[] UnityEngine.Collision::m_LegacyContacts
|
|
ContactPointU5BU5D_t3570603E8D0685B71B3D8BA07031674B00C5E411* ___m_LegacyContacts_6;
|
|
};
|
|
// Native definition for P/Invoke marshalling of UnityEngine.Collision
|
|
struct Collision_tBCC6AEBD9A63E6DA2E50660DAC03CDCB1FF7A9B0_marshaled_pinvoke
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___m_Impulse_0;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___m_RelativeVelocity_1;
|
|
Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* ___m_Body_2;
|
|
Collider_t1CC3163924FCD6C4CC2E816373A929C1E3D55E76* ___m_Collider_3;
|
|
int32_t ___m_ContactCount_4;
|
|
ContactPoint_t241857959C0D517C21F541BB04B63FA6C1EAB3F9* ___m_ReusedContacts_5;
|
|
ContactPoint_t241857959C0D517C21F541BB04B63FA6C1EAB3F9* ___m_LegacyContacts_6;
|
|
};
|
|
// Native definition for COM marshalling of UnityEngine.Collision
|
|
struct Collision_tBCC6AEBD9A63E6DA2E50660DAC03CDCB1FF7A9B0_marshaled_com
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___m_Impulse_0;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___m_RelativeVelocity_1;
|
|
Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* ___m_Body_2;
|
|
Collider_t1CC3163924FCD6C4CC2E816373A929C1E3D55E76* ___m_Collider_3;
|
|
int32_t ___m_ContactCount_4;
|
|
ContactPoint_t241857959C0D517C21F541BB04B63FA6C1EAB3F9* ___m_ReusedContacts_5;
|
|
ContactPoint_t241857959C0D517C21F541BB04B63FA6C1EAB3F9* ___m_LegacyContacts_6;
|
|
};
|
|
|
|
// UnityEngine.UI.ColorBlock
|
|
struct ColorBlock_tDD7C62E7AFE442652FC98F8D058CE8AE6BFD7C11
|
|
{
|
|
// UnityEngine.Color UnityEngine.UI.ColorBlock::m_NormalColor
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___m_NormalColor_0;
|
|
// UnityEngine.Color UnityEngine.UI.ColorBlock::m_HighlightedColor
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___m_HighlightedColor_1;
|
|
// UnityEngine.Color UnityEngine.UI.ColorBlock::m_PressedColor
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___m_PressedColor_2;
|
|
// UnityEngine.Color UnityEngine.UI.ColorBlock::m_SelectedColor
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___m_SelectedColor_3;
|
|
// UnityEngine.Color UnityEngine.UI.ColorBlock::m_DisabledColor
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___m_DisabledColor_4;
|
|
// System.Single UnityEngine.UI.ColorBlock::m_ColorMultiplier
|
|
float ___m_ColorMultiplier_5;
|
|
// System.Single UnityEngine.UI.ColorBlock::m_FadeDuration
|
|
float ___m_FadeDuration_6;
|
|
};
|
|
|
|
// UnityEngine.ContactPoint
|
|
struct ContactPoint_t241857959C0D517C21F541BB04B63FA6C1EAB3F9
|
|
{
|
|
// UnityEngine.Vector3 UnityEngine.ContactPoint::m_Point
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___m_Point_0;
|
|
// UnityEngine.Vector3 UnityEngine.ContactPoint::m_Normal
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___m_Normal_1;
|
|
// System.Int32 UnityEngine.ContactPoint::m_ThisColliderInstanceID
|
|
int32_t ___m_ThisColliderInstanceID_2;
|
|
// System.Int32 UnityEngine.ContactPoint::m_OtherColliderInstanceID
|
|
int32_t ___m_OtherColliderInstanceID_3;
|
|
// System.Single UnityEngine.ContactPoint::m_Separation
|
|
float ___m_Separation_4;
|
|
};
|
|
|
|
// 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;
|
|
};
|
|
|
|
// System.Delegate
|
|
struct Delegate_t : public RuntimeObject
|
|
{
|
|
// System.IntPtr System.Delegate::method_ptr
|
|
Il2CppMethodPointer ___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;
|
|
};
|
|
|
|
// FMOD.Studio.EventDescription
|
|
struct EventDescription_t2904DB225583633AC5E150B2FF1EA269955FB28C
|
|
{
|
|
// System.IntPtr FMOD.Studio.EventDescription::handle
|
|
intptr_t ___handle_0;
|
|
};
|
|
|
|
// FMOD.Studio.EventInstance
|
|
struct EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF
|
|
{
|
|
// System.IntPtr FMOD.Studio.EventInstance::handle
|
|
intptr_t ___handle_0;
|
|
};
|
|
|
|
// FMODUnity.EventReference
|
|
struct EventReference_tA4CA1F882DC447E6B50F989D1FC08F065C91FB51
|
|
{
|
|
// FMOD.GUID FMODUnity.EventReference::Guid
|
|
GUID_tFB268B4FFFA3CA85D227CAE412BC765F4B71BE54 ___Guid_0;
|
|
};
|
|
|
|
// 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;
|
|
};
|
|
|
|
// TMPro.Extents
|
|
struct Extents_tA2D2F95811D0A18CB7AC3570D2D8F8CD3AF4C4A8
|
|
{
|
|
// UnityEngine.Vector2 TMPro.Extents::min
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___min_2;
|
|
// UnityEngine.Vector2 TMPro.Extents::max
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___max_3;
|
|
};
|
|
|
|
// FPD_FixedCurveWindowAttribute
|
|
struct FPD_FixedCurveWindowAttribute_t4AD8CB409BC5E04CBF7FF5B54D7981BD67B97BFC : public PropertyAttribute_t5E0CB5A6CDA6E24CBD4FF26DE3B0C29D8BB54BF0
|
|
{
|
|
// System.Single FPD_FixedCurveWindowAttribute::StartTime
|
|
float ___StartTime_0;
|
|
// System.Single FPD_FixedCurveWindowAttribute::EndTime
|
|
float ___EndTime_1;
|
|
// System.Single FPD_FixedCurveWindowAttribute::StartValue
|
|
float ___StartValue_2;
|
|
// System.Single FPD_FixedCurveWindowAttribute::EndValue
|
|
float ___EndValue_3;
|
|
// UnityEngine.Color FPD_FixedCurveWindowAttribute::Color
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___Color_4;
|
|
};
|
|
|
|
// FPD_HeaderAttribute
|
|
struct FPD_HeaderAttribute_t3A16E79196362E253C83A456887642FE6CE92D7D : public PropertyAttribute_t5E0CB5A6CDA6E24CBD4FF26DE3B0C29D8BB54BF0
|
|
{
|
|
// System.String FPD_HeaderAttribute::HeaderText
|
|
String_t* ___HeaderText_0;
|
|
// System.Single FPD_HeaderAttribute::UpperPadding
|
|
float ___UpperPadding_1;
|
|
// System.Single FPD_HeaderAttribute::BottomPadding
|
|
float ___BottomPadding_2;
|
|
// System.Single FPD_HeaderAttribute::Height
|
|
float ___Height_3;
|
|
};
|
|
|
|
// FPD_HorizontalLineAttribute
|
|
struct FPD_HorizontalLineAttribute_t7CD8B111E27B56FADE3F142E34F08C6D4C99A5DC : public PropertyAttribute_t5E0CB5A6CDA6E24CBD4FF26DE3B0C29D8BB54BF0
|
|
{
|
|
// UnityEngine.Color FPD_HorizontalLineAttribute::color
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___color_0;
|
|
};
|
|
|
|
// FPD_IndentAttribute
|
|
struct FPD_IndentAttribute_tEFA94D86B9666FA6C9508D597CC599B305347A2C : public PropertyAttribute_t5E0CB5A6CDA6E24CBD4FF26DE3B0C29D8BB54BF0
|
|
{
|
|
// System.Int32 FPD_IndentAttribute::IndentCount
|
|
int32_t ___IndentCount_0;
|
|
// System.Int32 FPD_IndentAttribute::LabelsWidth
|
|
int32_t ___LabelsWidth_1;
|
|
// System.Int32 FPD_IndentAttribute::SpaceAfter
|
|
int32_t ___SpaceAfter_2;
|
|
};
|
|
|
|
// FPD_LayersAttribute
|
|
struct FPD_LayersAttribute_t53986B0011442ADE507B8B549D09DC04ADB32081 : public PropertyAttribute_t5E0CB5A6CDA6E24CBD4FF26DE3B0C29D8BB54BF0
|
|
{
|
|
};
|
|
|
|
// FPD_OverridableFloatAttribute
|
|
struct FPD_OverridableFloatAttribute_tAE209F6FB01EE2A1C9C93634451EA9CFFC509F2E : public PropertyAttribute_t5E0CB5A6CDA6E24CBD4FF26DE3B0C29D8BB54BF0
|
|
{
|
|
// System.String FPD_OverridableFloatAttribute::BoolVarName
|
|
String_t* ___BoolVarName_0;
|
|
// System.String FPD_OverridableFloatAttribute::TargetVarName
|
|
String_t* ___TargetVarName_1;
|
|
// System.Int32 FPD_OverridableFloatAttribute::LabelWidth
|
|
int32_t ___LabelWidth_2;
|
|
};
|
|
|
|
// FPD_WidthAttribute
|
|
struct FPD_WidthAttribute_tFC785E2670FEB2F28DC41236AD4D68630B29263B : public PropertyAttribute_t5E0CB5A6CDA6E24CBD4FF26DE3B0C29D8BB54BF0
|
|
{
|
|
// System.Single FPD_WidthAttribute::LabelWidth
|
|
float ___LabelWidth_0;
|
|
};
|
|
|
|
// UnityEngine.Gradient
|
|
struct Gradient_tA7FEBE2FDB4929FFF6C997134841046F713DAC1E : public RuntimeObject
|
|
{
|
|
// System.IntPtr UnityEngine.Gradient::m_Ptr
|
|
intptr_t ___m_Ptr_0;
|
|
};
|
|
// Native definition for P/Invoke marshalling of UnityEngine.Gradient
|
|
struct Gradient_tA7FEBE2FDB4929FFF6C997134841046F713DAC1E_marshaled_pinvoke
|
|
{
|
|
intptr_t ___m_Ptr_0;
|
|
};
|
|
// Native definition for COM marshalling of UnityEngine.Gradient
|
|
struct Gradient_tA7FEBE2FDB4929FFF6C997134841046F713DAC1E_marshaled_com
|
|
{
|
|
intptr_t ___m_Ptr_0;
|
|
};
|
|
|
|
// HurricaneVR.Framework.Weapons.GunHitEvent
|
|
struct GunHitEvent_tAE31A03E5D2E5628D093C1540352CD81F2DB12FE : public UnityEvent_1_t3260B371754654989799DD2DE38E6287BE5D768E
|
|
{
|
|
};
|
|
|
|
// HurricaneVR.Framework.Components.HVRButtonEvent
|
|
struct HVRButtonEvent_t356796E6E11193C52BC8DAFEF14D9E579210892B : public UnityEvent_1_t5398DF5B673C8BF340E7B001503295158FF6B18E
|
|
{
|
|
};
|
|
|
|
// HurricaneVR.Framework.Core.Stabbing.HVRStabEvent
|
|
struct HVRStabEvent_t272C60B0E7CB75467B6BD510CD7DF8E031385924 : public UnityEvent_1_t13C3A5E078C5974B6FEA4772A5FF2B2EF3319C51
|
|
{
|
|
};
|
|
|
|
// HurricaneVR.Framework.Core.Stabbing.HVRStabEvents
|
|
struct HVRStabEvents_t4BD45936E5EE6EF18DA79B435EE60091353A98B7 : public UnityEvent_2_t03AD5FDC8390DF436A87E03102EA86A7E3FEB0F7
|
|
{
|
|
};
|
|
|
|
// TMPro.HighlightState
|
|
struct HighlightState_tE4F50287E5E2E91D42AB77DEA281D88D3AD6A28B
|
|
{
|
|
// UnityEngine.Color32 TMPro.HighlightState::color
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___color_0;
|
|
// TMPro.TMP_Offset TMPro.HighlightState::padding
|
|
TMP_Offset_t2262BE4E87D9662487777FF8FFE1B17B0E4438C6 ___padding_1;
|
|
};
|
|
|
|
// RootMotion.FinalIK.IKSolver
|
|
struct IKSolver_t729035AE8516952F6D1164103EC9CE467A73C623 : public RuntimeObject
|
|
{
|
|
// System.Boolean RootMotion.FinalIK.IKSolver::executedInEditor
|
|
bool ___executedInEditor_0;
|
|
// UnityEngine.Vector3 RootMotion.FinalIK.IKSolver::IKPosition
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___IKPosition_1;
|
|
// System.Single RootMotion.FinalIK.IKSolver::IKPositionWeight
|
|
float ___IKPositionWeight_2;
|
|
// System.Boolean RootMotion.FinalIK.IKSolver::<initiated>k__BackingField
|
|
bool ___U3CinitiatedU3Ek__BackingField_3;
|
|
// RootMotion.FinalIK.IKSolver/UpdateDelegate RootMotion.FinalIK.IKSolver::OnPreInitiate
|
|
UpdateDelegate_t53E3B4F2E4ADBCE8A5E151106B1878025A6711FD* ___OnPreInitiate_4;
|
|
// RootMotion.FinalIK.IKSolver/UpdateDelegate RootMotion.FinalIK.IKSolver::OnPostInitiate
|
|
UpdateDelegate_t53E3B4F2E4ADBCE8A5E151106B1878025A6711FD* ___OnPostInitiate_5;
|
|
// RootMotion.FinalIK.IKSolver/UpdateDelegate RootMotion.FinalIK.IKSolver::OnPreUpdate
|
|
UpdateDelegate_t53E3B4F2E4ADBCE8A5E151106B1878025A6711FD* ___OnPreUpdate_6;
|
|
// RootMotion.FinalIK.IKSolver/UpdateDelegate RootMotion.FinalIK.IKSolver::OnPostUpdate
|
|
UpdateDelegate_t53E3B4F2E4ADBCE8A5E151106B1878025A6711FD* ___OnPostUpdate_7;
|
|
// System.Boolean RootMotion.FinalIK.IKSolver::firstInitiation
|
|
bool ___firstInitiation_8;
|
|
// UnityEngine.Transform RootMotion.FinalIK.IKSolver::root
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___root_9;
|
|
};
|
|
|
|
// IKTarget
|
|
struct IKTarget_tD6C282706E7797BB7B0970604A7FDB0640459749 : public RuntimeObject
|
|
{
|
|
// UnityEngine.Transform IKTarget::IK
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___IK_0;
|
|
// UnityEngine.Vector3 IKTarget::FixedPosition
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___FixedPosition_1;
|
|
// UnityEngine.Vector3 IKTarget::OffsetPosition
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___OffsetPosition_2;
|
|
// System.Boolean IKTarget::IsAnimation
|
|
bool ___IsAnimation_3;
|
|
// System.Single IKTarget::Timing
|
|
float ___Timing_4;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.LowLevel.InputStateBlock
|
|
struct InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5
|
|
{
|
|
// UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.InputStateBlock::<format>k__BackingField
|
|
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED ___U3CformatU3Ek__BackingField_40;
|
|
// System.UInt32 UnityEngine.InputSystem.LowLevel.InputStateBlock::m_ByteOffset
|
|
uint32_t ___m_ByteOffset_41;
|
|
// System.UInt32 UnityEngine.InputSystem.LowLevel.InputStateBlock::<bitOffset>k__BackingField
|
|
uint32_t ___U3CbitOffsetU3Ek__BackingField_42;
|
|
// System.UInt32 UnityEngine.InputSystem.LowLevel.InputStateBlock::<sizeInBits>k__BackingField
|
|
uint32_t ___U3CsizeInBitsU3Ek__BackingField_43;
|
|
};
|
|
|
|
// System.Reflection.MethodInfo
|
|
struct MethodInfo_t : public MethodBase_t
|
|
{
|
|
};
|
|
|
|
// NodeCanvas.Framework.Node
|
|
struct Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8 : public RuntimeObject
|
|
{
|
|
// System.String NodeCanvas.Framework.Node::_UID
|
|
String_t* ____UID_0;
|
|
// System.String NodeCanvas.Framework.Node::_name
|
|
String_t* ____name_1;
|
|
// System.String NodeCanvas.Framework.Node::_tag
|
|
String_t* ____tag_2;
|
|
// UnityEngine.Vector2 NodeCanvas.Framework.Node::_position
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ____position_3;
|
|
// System.String NodeCanvas.Framework.Node::_comment
|
|
String_t* ____comment_4;
|
|
// System.Boolean NodeCanvas.Framework.Node::_isBreakpoint
|
|
bool ____isBreakpoint_5;
|
|
// NodeCanvas.Framework.Graph NodeCanvas.Framework.Node::_graph
|
|
Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* ____graph_6;
|
|
// System.Int32 NodeCanvas.Framework.Node::_ID
|
|
int32_t ____ID_7;
|
|
// System.Collections.Generic.List`1<NodeCanvas.Framework.Connection> NodeCanvas.Framework.Node::_inConnections
|
|
List_1_t619EB3258C7F1EBD15A485EA09888BE9FC87AC7E* ____inConnections_8;
|
|
// System.Collections.Generic.List`1<NodeCanvas.Framework.Connection> NodeCanvas.Framework.Node::_outConnections
|
|
List_1_t619EB3258C7F1EBD15A485EA09888BE9FC87AC7E* ____outConnections_9;
|
|
// NodeCanvas.Framework.Status NodeCanvas.Framework.Node::_status
|
|
int32_t ____status_10;
|
|
// System.String NodeCanvas.Framework.Node::_nameCache
|
|
String_t* ____nameCache_11;
|
|
// System.String NodeCanvas.Framework.Node::_descriptionCache
|
|
String_t* ____descriptionCache_12;
|
|
// System.Int32 NodeCanvas.Framework.Node::_priorityCache
|
|
int32_t ____priorityCache_13;
|
|
// System.Single NodeCanvas.Framework.Node::<timeStarted>k__BackingField
|
|
float ___U3CtimeStartedU3Ek__BackingField_14;
|
|
// System.Boolean NodeCanvas.Framework.Node::<isChecked>k__BackingField
|
|
bool ___U3CisCheckedU3Ek__BackingField_15;
|
|
// System.Boolean NodeCanvas.Framework.Node::<breakPointReached>k__BackingField
|
|
bool ___U3CbreakPointReachedU3Ek__BackingField_16;
|
|
};
|
|
|
|
// 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;
|
|
};
|
|
|
|
// FIMSpace.Generating.ObjectStamperEmittedInfo
|
|
struct ObjectStamperEmittedInfo_t7B9907547FE76FF55028A283C03D9FD1AEC5561A
|
|
{
|
|
// FIMSpace.Generating.OStamperSet FIMSpace.Generating.ObjectStamperEmittedInfo::SetReference
|
|
OStamperSet_tF2812982CD5DB7F227E44BB30B7153A21F96D6A3* ___SetReference_0;
|
|
// FIMSpace.Generating.OSPrefabReference FIMSpace.Generating.ObjectStamperEmittedInfo::PrefabReference
|
|
OSPrefabReference_t3B64B9E0B29FBF42197702D4E88686F30CBC7525* ___PrefabReference_1;
|
|
// UnityEngine.GameObject FIMSpace.Generating.ObjectStamperEmittedInfo::ChoosedPrefab
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___ChoosedPrefab_2;
|
|
// UnityEngine.Vector3 FIMSpace.Generating.ObjectStamperEmittedInfo::OffsetMul
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___OffsetMul_3;
|
|
// UnityEngine.Quaternion FIMSpace.Generating.ObjectStamperEmittedInfo::RotOffset
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 ___RotOffset_4;
|
|
// UnityEngine.Vector3 FIMSpace.Generating.ObjectStamperEmittedInfo::ScaleOffsetMul
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___ScaleOffsetMul_5;
|
|
};
|
|
// Native definition for P/Invoke marshalling of FIMSpace.Generating.ObjectStamperEmittedInfo
|
|
struct ObjectStamperEmittedInfo_t7B9907547FE76FF55028A283C03D9FD1AEC5561A_marshaled_pinvoke
|
|
{
|
|
OStamperSet_tF2812982CD5DB7F227E44BB30B7153A21F96D6A3* ___SetReference_0;
|
|
OSPrefabReference_t3B64B9E0B29FBF42197702D4E88686F30CBC7525* ___PrefabReference_1;
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___ChoosedPrefab_2;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___OffsetMul_3;
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 ___RotOffset_4;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___ScaleOffsetMul_5;
|
|
};
|
|
// Native definition for COM marshalling of FIMSpace.Generating.ObjectStamperEmittedInfo
|
|
struct ObjectStamperEmittedInfo_t7B9907547FE76FF55028A283C03D9FD1AEC5561A_marshaled_com
|
|
{
|
|
OStamperSet_tF2812982CD5DB7F227E44BB30B7153A21F96D6A3* ___SetReference_0;
|
|
OSPrefabReference_t3B64B9E0B29FBF42197702D4E88686F30CBC7525* ___PrefabReference_1;
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___ChoosedPrefab_2;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___OffsetMul_3;
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 ___RotOffset_4;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___ScaleOffsetMul_5;
|
|
};
|
|
|
|
// PGG_FieldPresetSwitch
|
|
struct PGG_FieldPresetSwitch_t9D002C3C5F3212BCA62699B89A9FDF12A4E8823E : public PropertyAttribute_t5E0CB5A6CDA6E24CBD4FF26DE3B0C29D8BB54BF0
|
|
{
|
|
// System.String PGG_FieldPresetSwitch::PropName
|
|
String_t* ___PropName_0;
|
|
// System.String PGG_FieldPresetSwitch::PropTooltip
|
|
String_t* ___PropTooltip_1;
|
|
// System.Int32 PGG_FieldPresetSwitch::LabelWidth
|
|
int32_t ___LabelWidth_2;
|
|
};
|
|
|
|
// PGG_SingleLineSelector
|
|
struct PGG_SingleLineSelector_t54FE75CE12AD5061E6FCF7E96EF5882CE34EC6F4 : public PropertyAttribute_t5E0CB5A6CDA6E24CBD4FF26DE3B0C29D8BB54BF0
|
|
{
|
|
// System.String[] PGG_SingleLineSelector::PropNames
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___PropNames_0;
|
|
// System.Int32 PGG_SingleLineSelector::Width
|
|
int32_t ___Width_1;
|
|
// System.String PGG_SingleLineSelector::PropTooltip
|
|
String_t* ___PropTooltip_2;
|
|
// System.Int32 PGG_SingleLineSelector::LabelWidth
|
|
int32_t ___LabelWidth_3;
|
|
// System.Int32 PGG_SingleLineSelector::UpPadding
|
|
int32_t ___UpPadding_4;
|
|
};
|
|
|
|
// PGG_SingleLineSwitch
|
|
struct PGG_SingleLineSwitch_t1151A9E3CF322CACBEA376827235E5867CF320CF : public PropertyAttribute_t5E0CB5A6CDA6E24CBD4FF26DE3B0C29D8BB54BF0
|
|
{
|
|
// System.String PGG_SingleLineSwitch::PropName
|
|
String_t* ___PropName_0;
|
|
// System.Int32 PGG_SingleLineSwitch::Width
|
|
int32_t ___Width_1;
|
|
// System.String PGG_SingleLineSwitch::PropTooltip
|
|
String_t* ___PropTooltip_2;
|
|
// System.Int32 PGG_SingleLineSwitch::LabelWidth
|
|
int32_t ___LabelWidth_3;
|
|
// System.Int32 PGG_SingleLineSwitch::UpPadding
|
|
int32_t ___UpPadding_4;
|
|
};
|
|
|
|
// PGG_SingleLineTwoProperties
|
|
struct PGG_SingleLineTwoProperties_tFA46D1A71EF926AA84658988D074698909261758 : public PropertyAttribute_t5E0CB5A6CDA6E24CBD4FF26DE3B0C29D8BB54BF0
|
|
{
|
|
// System.String PGG_SingleLineTwoProperties::PropName
|
|
String_t* ___PropName_0;
|
|
// System.Int32 PGG_SingleLineTwoProperties::LabelWidth
|
|
int32_t ___LabelWidth_1;
|
|
// System.Int32 PGG_SingleLineTwoProperties::SecLabelWidth
|
|
int32_t ___SecLabelWidth_2;
|
|
// System.Int32 PGG_SingleLineTwoProperties::MiddlePadding
|
|
int32_t ___MiddlePadding_3;
|
|
// System.Int32 PGG_SingleLineTwoProperties::UpPadding
|
|
int32_t ___UpPadding_4;
|
|
// System.Int32 PGG_SingleLineTwoProperties::AddSecondPropWidth
|
|
int32_t ___AddSecondPropWidth_5;
|
|
};
|
|
|
|
// Unity.Profiling.ProfilerMarker
|
|
struct ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD
|
|
{
|
|
// System.IntPtr Unity.Profiling.ProfilerMarker::m_Ptr
|
|
intptr_t ___m_Ptr_0;
|
|
};
|
|
|
|
// UnityEngine.Ray
|
|
struct Ray_t2B1742D7958DC05BDC3EFC7461D3593E1430DC00
|
|
{
|
|
// UnityEngine.Vector3 UnityEngine.Ray::m_Origin
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___m_Origin_0;
|
|
// UnityEngine.Vector3 UnityEngine.Ray::m_Direction
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___m_Direction_1;
|
|
};
|
|
|
|
// UnityEngine.RaycastHit
|
|
struct RaycastHit_t6F30BD0B38B56401CA833A1B87BD74F2ACD2F2B5
|
|
{
|
|
// UnityEngine.Vector3 UnityEngine.RaycastHit::m_Point
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___m_Point_0;
|
|
// UnityEngine.Vector3 UnityEngine.RaycastHit::m_Normal
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___m_Normal_1;
|
|
// System.UInt32 UnityEngine.RaycastHit::m_FaceID
|
|
uint32_t ___m_FaceID_2;
|
|
// System.Single UnityEngine.RaycastHit::m_Distance
|
|
float ___m_Distance_3;
|
|
// UnityEngine.Vector2 UnityEngine.RaycastHit::m_UV
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___m_UV_4;
|
|
// System.Int32 UnityEngine.RaycastHit::m_Collider
|
|
int32_t ___m_Collider_5;
|
|
};
|
|
|
|
// System.RuntimeTypeHandle
|
|
struct RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B
|
|
{
|
|
// System.IntPtr System.RuntimeTypeHandle::value
|
|
intptr_t ___value_0;
|
|
};
|
|
|
|
// HurricaneVR.Framework.Core.Stabbing.StabArgs
|
|
struct StabArgs_tF1A76988CACFAE49F574A83B0D37D414F9E3BB7D
|
|
{
|
|
// HurricaneVR.Framework.Core.Stabbing.HVRStabber HurricaneVR.Framework.Core.Stabbing.StabArgs::Stabber
|
|
HVRStabber_tE60C171AECD2D5487B702E7C6C27194FFC364904* ___Stabber_0;
|
|
// HurricaneVR.Framework.Core.Stabbing.HVRStabbable HurricaneVR.Framework.Core.Stabbing.StabArgs::Stabbable
|
|
HVRStabbable_t71A2D16350A6CAB51630D1314BE9C10870FE29E1* ___Stabbable_1;
|
|
// UnityEngine.Collision HurricaneVR.Framework.Core.Stabbing.StabArgs::Collision
|
|
Collision_tBCC6AEBD9A63E6DA2E50660DAC03CDCB1FF7A9B0* ___Collision_2;
|
|
// UnityEngine.Vector3 HurricaneVR.Framework.Core.Stabbing.StabArgs::Point
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___Point_3;
|
|
// UnityEngine.Vector3 HurricaneVR.Framework.Core.Stabbing.StabArgs::Normal
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___Normal_4;
|
|
};
|
|
// Native definition for P/Invoke marshalling of HurricaneVR.Framework.Core.Stabbing.StabArgs
|
|
struct StabArgs_tF1A76988CACFAE49F574A83B0D37D414F9E3BB7D_marshaled_pinvoke
|
|
{
|
|
HVRStabber_tE60C171AECD2D5487B702E7C6C27194FFC364904* ___Stabber_0;
|
|
HVRStabbable_t71A2D16350A6CAB51630D1314BE9C10870FE29E1* ___Stabbable_1;
|
|
Collision_tBCC6AEBD9A63E6DA2E50660DAC03CDCB1FF7A9B0_marshaled_pinvoke* ___Collision_2;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___Point_3;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___Normal_4;
|
|
};
|
|
// Native definition for COM marshalling of HurricaneVR.Framework.Core.Stabbing.StabArgs
|
|
struct StabArgs_tF1A76988CACFAE49F574A83B0D37D414F9E3BB7D_marshaled_com
|
|
{
|
|
HVRStabber_tE60C171AECD2D5487B702E7C6C27194FFC364904* ___Stabber_0;
|
|
HVRStabbable_t71A2D16350A6CAB51630D1314BE9C10870FE29E1* ___Stabbable_1;
|
|
Collision_tBCC6AEBD9A63E6DA2E50660DAC03CDCB1FF7A9B0_marshaled_com* ___Collision_2;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___Point_3;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___Normal_4;
|
|
};
|
|
|
|
// NodeCanvas.Tasks.Actions.TimerAction
|
|
struct TimerAction_tC2D62B38A763A1439AC36019FA039AA04FFEE3ED : public ActionTask_t6B5C6B67D00E7AF678FAEDC91859B778C24A8E1E
|
|
{
|
|
// NodeCanvas.Framework.BBParameter`1<System.Single> NodeCanvas.Tasks.Actions.TimerAction::TimerTime
|
|
BBParameter_1_tBF43B031C046DDE9CC5360F10411F13194CA4A9F* ___TimerTime_14;
|
|
};
|
|
|
|
// HurricaneVR.Framework.Core.VRGrabberEvent
|
|
struct VRGrabberEvent_t2713C2DF3B8DA12A163C59D07B42A39AEA560F6C : public UnityEvent_2_tCFA8BBFEAE5D89F7A1C8F8CE2AABD8A06A537D63
|
|
{
|
|
};
|
|
|
|
// Parabox.CSG.Vertex
|
|
struct Vertex_t4AEF728B000B77221E3C152BC139F66940DE78E9
|
|
{
|
|
// UnityEngine.Vector3 Parabox.CSG.Vertex::m_Position
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___m_Position_0;
|
|
// UnityEngine.Color Parabox.CSG.Vertex::m_Color
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___m_Color_1;
|
|
// UnityEngine.Vector3 Parabox.CSG.Vertex::m_Normal
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___m_Normal_2;
|
|
// UnityEngine.Vector4 Parabox.CSG.Vertex::m_Tangent
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___m_Tangent_3;
|
|
// UnityEngine.Vector2 Parabox.CSG.Vertex::m_UV0
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___m_UV0_4;
|
|
// UnityEngine.Vector2 Parabox.CSG.Vertex::m_UV2
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___m_UV2_5;
|
|
// UnityEngine.Vector4 Parabox.CSG.Vertex::m_UV3
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___m_UV3_6;
|
|
// UnityEngine.Vector4 Parabox.CSG.Vertex::m_UV4
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___m_UV4_7;
|
|
// Parabox.CSG.VertexAttributes Parabox.CSG.Vertex::m_Attributes
|
|
int32_t ___m_Attributes_8;
|
|
};
|
|
|
|
// TMPro.VertexGradient
|
|
struct VertexGradient_t2C057B53C0EA6E987C2B7BAB0305E686DA1C9A8F
|
|
{
|
|
// UnityEngine.Color TMPro.VertexGradient::topLeft
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___topLeft_0;
|
|
// UnityEngine.Color TMPro.VertexGradient::topRight
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___topRight_1;
|
|
// UnityEngine.Color TMPro.VertexGradient::bottomLeft
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___bottomLeft_2;
|
|
// UnityEngine.Color TMPro.VertexGradient::bottomRight
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___bottomRight_3;
|
|
};
|
|
|
|
// Unity.Mathematics.quaternion
|
|
struct quaternion_tD6BCBECAF088B9EBAE2345EC8534C7A1A4C910D4
|
|
{
|
|
// Unity.Mathematics.float4 Unity.Mathematics.quaternion::value
|
|
float4_t89D9A294E7A79BD81BFBDD18654508532958555E ___value_0;
|
|
};
|
|
|
|
// HurricaneVR.TechDemo.Scripts.DemoHelper/ResetState
|
|
struct ResetState_tAFBAB543240EB46509B0E797F634967E31055A9C : public RuntimeObject
|
|
{
|
|
// HurricaneVR.Framework.Core.HVRGrabbable HurricaneVR.TechDemo.Scripts.DemoHelper/ResetState::Grabbable
|
|
HVRGrabbable_tC5E7380624392C1F4EB5BEA99BF9C187D151C0DE* ___Grabbable_0;
|
|
// HurricaneVR.Framework.Core.HVRGrabbable HurricaneVR.TechDemo.Scripts.DemoHelper/ResetState::Clone
|
|
HVRGrabbable_tC5E7380624392C1F4EB5BEA99BF9C187D151C0DE* ___Clone_1;
|
|
// UnityEngine.Vector3 HurricaneVR.TechDemo.Scripts.DemoHelper/ResetState::Position
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___Position_2;
|
|
// UnityEngine.Quaternion HurricaneVR.TechDemo.Scripts.DemoHelper/ResetState::Rotation
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 ___Rotation_3;
|
|
// UnityEngine.Vector3 HurricaneVR.TechDemo.Scripts.DemoHelper/ResetState::<Scale>k__BackingField
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___U3CScaleU3Ek__BackingField_4;
|
|
// UnityEngine.Transform HurricaneVR.TechDemo.Scripts.DemoHelper/ResetState::Parent
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___Parent_5;
|
|
};
|
|
|
|
// HurricaneVR.TechDemo.Scripts.DemoLock/<MoveKey>d__13
|
|
struct U3CMoveKeyU3Ed__13_tF26A6491321014A2CC03422E692234DCE0D7D0D7 : public RuntimeObject
|
|
{
|
|
// System.Int32 HurricaneVR.TechDemo.Scripts.DemoLock/<MoveKey>d__13::<>1__state
|
|
int32_t ___U3CU3E1__state_0;
|
|
// System.Object HurricaneVR.TechDemo.Scripts.DemoLock/<MoveKey>d__13::<>2__current
|
|
RuntimeObject* ___U3CU3E2__current_1;
|
|
// HurricaneVR.Framework.Core.HVRGrabbable HurricaneVR.TechDemo.Scripts.DemoLock/<MoveKey>d__13::key
|
|
HVRGrabbable_tC5E7380624392C1F4EB5BEA99BF9C187D151C0DE* ___key_2;
|
|
// HurricaneVR.TechDemo.Scripts.DemoLock HurricaneVR.TechDemo.Scripts.DemoLock/<MoveKey>d__13::<>4__this
|
|
DemoLock_t9A1D128BD0551C2F7C2C4A4088A6FA6669004339* ___U3CU3E4__this_3;
|
|
// UnityEngine.Vector3 HurricaneVR.TechDemo.Scripts.DemoLock/<MoveKey>d__13::<start>5__2
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___U3CstartU3E5__2_4;
|
|
// UnityEngine.Quaternion HurricaneVR.TechDemo.Scripts.DemoLock/<MoveKey>d__13::<startRot>5__3
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 ___U3CstartRotU3E5__3_5;
|
|
// System.Single HurricaneVR.TechDemo.Scripts.DemoLock/<MoveKey>d__13::<elapsed>5__4
|
|
float ___U3CelapsedU3E5__4_6;
|
|
};
|
|
|
|
// HurricaneVR.TechDemo.Scripts.DemoValveLock/<MoveKey>d__6
|
|
struct U3CMoveKeyU3Ed__6_tF24BF8BC7CCB38713BE7449AECD1759D9E590E20 : public RuntimeObject
|
|
{
|
|
// System.Int32 HurricaneVR.TechDemo.Scripts.DemoValveLock/<MoveKey>d__6::<>1__state
|
|
int32_t ___U3CU3E1__state_0;
|
|
// System.Object HurricaneVR.TechDemo.Scripts.DemoValveLock/<MoveKey>d__6::<>2__current
|
|
RuntimeObject* ___U3CU3E2__current_1;
|
|
// HurricaneVR.Framework.Core.HVRGrabbable HurricaneVR.TechDemo.Scripts.DemoValveLock/<MoveKey>d__6::key
|
|
HVRGrabbable_tC5E7380624392C1F4EB5BEA99BF9C187D151C0DE* ___key_2;
|
|
// HurricaneVR.TechDemo.Scripts.DemoValveLock HurricaneVR.TechDemo.Scripts.DemoValveLock/<MoveKey>d__6::<>4__this
|
|
DemoValveLock_t614BF58051BB6627977C0524283D78F489E238D5* ___U3CU3E4__this_3;
|
|
// UnityEngine.Vector3 HurricaneVR.TechDemo.Scripts.DemoValveLock/<MoveKey>d__6::<start>5__2
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___U3CstartU3E5__2_4;
|
|
// UnityEngine.Quaternion HurricaneVR.TechDemo.Scripts.DemoValveLock/<MoveKey>d__6::<startRot>5__3
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 ___U3CstartRotU3E5__3_5;
|
|
// System.Single HurricaneVR.TechDemo.Scripts.DemoValveLock/<MoveKey>d__6::<elapsed>5__4
|
|
float ___U3CelapsedU3E5__4_6;
|
|
};
|
|
|
|
// IKAnimation/<>c__DisplayClass9_0
|
|
struct U3CU3Ec__DisplayClass9_0_t53360CC0621B5F024C8DDC52885EAB6010F42A54 : public RuntimeObject
|
|
{
|
|
// IKTarget IKAnimation/<>c__DisplayClass9_0::ikTarget
|
|
IKTarget_tD6C282706E7797BB7B0970604A7FDB0640459749* ___ikTarget_0;
|
|
// UnityEngine.Vector3 IKAnimation/<>c__DisplayClass9_0::origPosition
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___origPosition_1;
|
|
// IKAnimation IKAnimation/<>c__DisplayClass9_0::<>4__this
|
|
IKAnimation_tB209529B54B9BED50A1AA604E012F2DD6A4B564A* ___U3CU3E4__this_2;
|
|
};
|
|
|
|
// Parabox.CSG.Model/<>c__DisplayClass14_0
|
|
struct U3CU3Ec__DisplayClass14_0_t402D0C0496BA12F5BA435A4D0B89FA1EFE21E5B4 : public RuntimeObject
|
|
{
|
|
// UnityEngine.Matrix4x4 Parabox.CSG.Model/<>c__DisplayClass14_0::transform
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___transform_0;
|
|
};
|
|
|
|
// UnityEngine.ParticleSystem/MinMaxGradient
|
|
struct MinMaxGradient_tFF31B8EC2855D0074AB86E8B37BEA6609070AC69
|
|
{
|
|
// UnityEngine.ParticleSystemGradientMode UnityEngine.ParticleSystem/MinMaxGradient::m_Mode
|
|
int32_t ___m_Mode_0;
|
|
// UnityEngine.Gradient UnityEngine.ParticleSystem/MinMaxGradient::m_GradientMin
|
|
Gradient_tA7FEBE2FDB4929FFF6C997134841046F713DAC1E* ___m_GradientMin_1;
|
|
// UnityEngine.Gradient UnityEngine.ParticleSystem/MinMaxGradient::m_GradientMax
|
|
Gradient_tA7FEBE2FDB4929FFF6C997134841046F713DAC1E* ___m_GradientMax_2;
|
|
// UnityEngine.Color UnityEngine.ParticleSystem/MinMaxGradient::m_ColorMin
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___m_ColorMin_3;
|
|
// UnityEngine.Color UnityEngine.ParticleSystem/MinMaxGradient::m_ColorMax
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___m_ColorMax_4;
|
|
};
|
|
|
|
// UnityEngine.UI.Slider/SliderEvent
|
|
struct SliderEvent_t92A82EF6C62E15AF92B640FE2D960E877E8C6555 : public UnityEvent_1_tDD811EB8F49CEE97BA6DF59344DFE6C6F42553D4
|
|
{
|
|
};
|
|
|
|
// UnityEngine.UI.Toggle/ToggleEvent
|
|
struct ToggleEvent_t88B31268F9D6D1882E4F921B14704FB9F7047F02 : public UnityEvent_1_tEEB36A367DCB5867E93AAF6BECAF3558CA71BECB
|
|
{
|
|
};
|
|
|
|
// IKAnimation/<>c__DisplayClass9_0/<<LateUpdate>g__Animation|1>d
|
|
struct U3CU3CLateUpdateU3Eg__AnimationU7C1U3Ed_t288186A5CE44FEA05390D6374B89FC844097B86D : public RuntimeObject
|
|
{
|
|
// System.Int32 IKAnimation/<>c__DisplayClass9_0/<<LateUpdate>g__Animation|1>d::<>1__state
|
|
int32_t ___U3CU3E1__state_0;
|
|
// System.Object IKAnimation/<>c__DisplayClass9_0/<<LateUpdate>g__Animation|1>d::<>2__current
|
|
RuntimeObject* ___U3CU3E2__current_1;
|
|
// IKAnimation/<>c__DisplayClass9_0 IKAnimation/<>c__DisplayClass9_0/<<LateUpdate>g__Animation|1>d::<>4__this
|
|
U3CU3Ec__DisplayClass9_0_t53360CC0621B5F024C8DDC52885EAB6010F42A54* ___U3CU3E4__this_2;
|
|
// System.Single IKAnimation/<>c__DisplayClass9_0/<<LateUpdate>g__Animation|1>d::<t>5__2
|
|
float ___U3CtU3E5__2_3;
|
|
// UnityEngine.Vector3 IKAnimation/<>c__DisplayClass9_0/<<LateUpdate>g__Animation|1>d::<oldPos>5__3
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___U3ColdPosU3E5__3_4;
|
|
// UnityEngine.Vector3 IKAnimation/<>c__DisplayClass9_0/<<LateUpdate>g__Animation|1>d::<newPos>5__4
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___U3CnewPosU3E5__4_5;
|
|
};
|
|
|
|
// System.Nullable`1<UnityEngine.RaycastHit>
|
|
struct Nullable_1_t3F600B8542A47470EF0DD5F72E42A0A3878DD326
|
|
{
|
|
// System.Boolean System.Nullable`1::hasValue
|
|
bool ___hasValue_0;
|
|
// T System.Nullable`1::value
|
|
RaycastHit_t6F30BD0B38B56401CA833A1B87BD74F2ACD2F2B5 ___value_1;
|
|
};
|
|
|
|
// TMPro.TMP_TextProcessingStack`1<TMPro.HighlightState>
|
|
struct TMP_TextProcessingStack_1_t57AECDCC936A7FF1D6CF66CA11560B28A675648D
|
|
{
|
|
// T[] TMPro.TMP_TextProcessingStack`1::itemStack
|
|
HighlightStateU5BU5D_tA878A0AF1F4F52882ACD29515AADC277EE135622* ___itemStack_0;
|
|
// System.Int32 TMPro.TMP_TextProcessingStack`1::index
|
|
int32_t ___index_1;
|
|
// T TMPro.TMP_TextProcessingStack`1::m_DefaultItem
|
|
HighlightState_tE4F50287E5E2E91D42AB77DEA281D88D3AD6A28B ___m_DefaultItem_2;
|
|
// System.Int32 TMPro.TMP_TextProcessingStack`1::m_Capacity
|
|
int32_t ___m_Capacity_3;
|
|
// System.Int32 TMPro.TMP_TextProcessingStack`1::m_RolloverSize
|
|
int32_t ___m_RolloverSize_4;
|
|
// System.Int32 TMPro.TMP_TextProcessingStack`1::m_Count
|
|
int32_t ___m_Count_5;
|
|
};
|
|
|
|
// UnityEngine.AudioClip
|
|
struct AudioClip_t5D272C4EB4F2D3ED49F1C346DEA373CF6D585F20 : public Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C
|
|
{
|
|
// UnityEngine.AudioClip/PCMReaderCallback UnityEngine.AudioClip::m_PCMReaderCallback
|
|
PCMReaderCallback_t3396D9613664F0AFF65FB91018FD0F901CC16F1E* ___m_PCMReaderCallback_4;
|
|
// UnityEngine.AudioClip/PCMSetPositionCallback UnityEngine.AudioClip::m_PCMSetPositionCallback
|
|
PCMSetPositionCallback_t8D7135A2FB40647CAEC93F5254AD59E18DEB6072* ___m_PCMSetPositionCallback_5;
|
|
};
|
|
|
|
// NodeCanvas.BehaviourTrees.BTNode
|
|
struct BTNode_t3FAAB6CF8FB7E4DD8001158EEF5E88FE5BB95DC2 : public Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8
|
|
{
|
|
};
|
|
|
|
// UnityEngine.Component
|
|
struct Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3 : public Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C
|
|
{
|
|
};
|
|
|
|
// UnityEngine.GameObject
|
|
struct GameObject_t76FEDD663AB33C991A9C9A23129337651094216F : public Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C
|
|
{
|
|
};
|
|
|
|
// RootMotion.FinalIK.IKSolverHeuristic
|
|
struct IKSolverHeuristic_tE9187D7C8E900617B4FE451C82FF14BB5CF2F484 : public IKSolver_t729035AE8516952F6D1164103EC9CE467A73C623
|
|
{
|
|
// UnityEngine.Transform RootMotion.FinalIK.IKSolverHeuristic::target
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___target_10;
|
|
// System.Single RootMotion.FinalIK.IKSolverHeuristic::tolerance
|
|
float ___tolerance_11;
|
|
// System.Int32 RootMotion.FinalIK.IKSolverHeuristic::maxIterations
|
|
int32_t ___maxIterations_12;
|
|
// System.Boolean RootMotion.FinalIK.IKSolverHeuristic::useRotationLimits
|
|
bool ___useRotationLimits_13;
|
|
// System.Boolean RootMotion.FinalIK.IKSolverHeuristic::XY
|
|
bool ___XY_14;
|
|
// RootMotion.FinalIK.IKSolver/Bone[] RootMotion.FinalIK.IKSolverHeuristic::bones
|
|
BoneU5BU5D_t384A868FF22BA2A4344F14B899695540877FB593* ___bones_15;
|
|
// UnityEngine.Vector3 RootMotion.FinalIK.IKSolverHeuristic::lastLocalDirection
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___lastLocalDirection_16;
|
|
// System.Single RootMotion.FinalIK.IKSolverHeuristic::chainLength
|
|
float ___chainLength_17;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.InputAction
|
|
struct InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD : public RuntimeObject
|
|
{
|
|
// System.String UnityEngine.InputSystem.InputAction::m_Name
|
|
String_t* ___m_Name_0;
|
|
// UnityEngine.InputSystem.InputActionType UnityEngine.InputSystem.InputAction::m_Type
|
|
int32_t ___m_Type_1;
|
|
// System.String UnityEngine.InputSystem.InputAction::m_ExpectedControlType
|
|
String_t* ___m_ExpectedControlType_2;
|
|
// System.String UnityEngine.InputSystem.InputAction::m_Id
|
|
String_t* ___m_Id_3;
|
|
// System.String UnityEngine.InputSystem.InputAction::m_Processors
|
|
String_t* ___m_Processors_4;
|
|
// System.String UnityEngine.InputSystem.InputAction::m_Interactions
|
|
String_t* ___m_Interactions_5;
|
|
// UnityEngine.InputSystem.InputBinding[] UnityEngine.InputSystem.InputAction::m_SingletonActionBindings
|
|
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* ___m_SingletonActionBindings_6;
|
|
// UnityEngine.InputSystem.InputAction/ActionFlags UnityEngine.InputSystem.InputAction::m_Flags
|
|
int32_t ___m_Flags_7;
|
|
// System.Nullable`1<UnityEngine.InputSystem.InputBinding> UnityEngine.InputSystem.InputAction::m_BindingMask
|
|
Nullable_1_t11786EE914FE65E70B9671129B0DFC4D0DE80C44 ___m_BindingMask_8;
|
|
// System.Int32 UnityEngine.InputSystem.InputAction::m_BindingsStartIndex
|
|
int32_t ___m_BindingsStartIndex_9;
|
|
// System.Int32 UnityEngine.InputSystem.InputAction::m_BindingsCount
|
|
int32_t ___m_BindingsCount_10;
|
|
// System.Int32 UnityEngine.InputSystem.InputAction::m_ControlStartIndex
|
|
int32_t ___m_ControlStartIndex_11;
|
|
// System.Int32 UnityEngine.InputSystem.InputAction::m_ControlCount
|
|
int32_t ___m_ControlCount_12;
|
|
// System.Int32 UnityEngine.InputSystem.InputAction::m_ActionIndexInState
|
|
int32_t ___m_ActionIndexInState_13;
|
|
// UnityEngine.InputSystem.InputActionMap UnityEngine.InputSystem.InputAction::m_ActionMap
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* ___m_ActionMap_14;
|
|
// UnityEngine.InputSystem.Utilities.CallbackArray`1<System.Action`1<UnityEngine.InputSystem.InputAction/CallbackContext>> UnityEngine.InputSystem.InputAction::m_OnStarted
|
|
CallbackArray_1_tDFF8C4C6015023B6C2E70BAD26D8BC6BF00D8775 ___m_OnStarted_15;
|
|
// UnityEngine.InputSystem.Utilities.CallbackArray`1<System.Action`1<UnityEngine.InputSystem.InputAction/CallbackContext>> UnityEngine.InputSystem.InputAction::m_OnCanceled
|
|
CallbackArray_1_tDFF8C4C6015023B6C2E70BAD26D8BC6BF00D8775 ___m_OnCanceled_16;
|
|
// UnityEngine.InputSystem.Utilities.CallbackArray`1<System.Action`1<UnityEngine.InputSystem.InputAction/CallbackContext>> UnityEngine.InputSystem.InputAction::m_OnPerformed
|
|
CallbackArray_1_tDFF8C4C6015023B6C2E70BAD26D8BC6BF00D8775 ___m_OnPerformed_17;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.InputActionMap
|
|
struct InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09 : public RuntimeObject
|
|
{
|
|
// System.String UnityEngine.InputSystem.InputActionMap::m_Name
|
|
String_t* ___m_Name_0;
|
|
// System.String UnityEngine.InputSystem.InputActionMap::m_Id
|
|
String_t* ___m_Id_1;
|
|
// UnityEngine.InputSystem.InputActionAsset UnityEngine.InputSystem.InputActionMap::m_Asset
|
|
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* ___m_Asset_2;
|
|
// UnityEngine.InputSystem.InputAction[] UnityEngine.InputSystem.InputActionMap::m_Actions
|
|
InputActionU5BU5D_t6F881A9FE5C2016615C8D2E0B192608EA5FCE810* ___m_Actions_3;
|
|
// UnityEngine.InputSystem.InputBinding[] UnityEngine.InputSystem.InputActionMap::m_Bindings
|
|
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* ___m_Bindings_4;
|
|
// UnityEngine.InputSystem.InputBinding[] UnityEngine.InputSystem.InputActionMap::m_BindingsForEachAction
|
|
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* ___m_BindingsForEachAction_5;
|
|
// UnityEngine.InputSystem.InputControl[] UnityEngine.InputSystem.InputActionMap::m_ControlsForEachAction
|
|
InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17* ___m_ControlsForEachAction_6;
|
|
// System.Int32 UnityEngine.InputSystem.InputActionMap::m_EnabledActionsCount
|
|
int32_t ___m_EnabledActionsCount_7;
|
|
// UnityEngine.InputSystem.InputAction UnityEngine.InputSystem.InputActionMap::m_SingletonAction
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* ___m_SingletonAction_8;
|
|
// System.Int32 UnityEngine.InputSystem.InputActionMap::m_MapIndexInState
|
|
int32_t ___m_MapIndexInState_9;
|
|
// UnityEngine.InputSystem.InputActionState UnityEngine.InputSystem.InputActionMap::m_State
|
|
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* ___m_State_10;
|
|
// System.Nullable`1<UnityEngine.InputSystem.InputBinding> UnityEngine.InputSystem.InputActionMap::m_BindingMask
|
|
Nullable_1_t11786EE914FE65E70B9671129B0DFC4D0DE80C44 ___m_BindingMask_11;
|
|
// UnityEngine.InputSystem.InputActionMap/Flags UnityEngine.InputSystem.InputActionMap::m_Flags
|
|
int32_t ___m_Flags_12;
|
|
// System.Int32 UnityEngine.InputSystem.InputActionMap::m_ParameterOverridesCount
|
|
int32_t ___m_ParameterOverridesCount_13;
|
|
// UnityEngine.InputSystem.InputActionRebindingExtensions/ParameterOverride[] UnityEngine.InputSystem.InputActionMap::m_ParameterOverrides
|
|
ParameterOverrideU5BU5D_tC408277D7E98D32E4B0AEFA1E2EDDB74790897EE* ___m_ParameterOverrides_14;
|
|
// UnityEngine.InputSystem.InputActionMap/DeviceArray UnityEngine.InputSystem.InputActionMap::m_Devices
|
|
DeviceArray_t7F2F2D8A9D5CAF504DC1A21C1FEF79BCA9E4761E ___m_Devices_15;
|
|
// UnityEngine.InputSystem.Utilities.CallbackArray`1<System.Action`1<UnityEngine.InputSystem.InputAction/CallbackContext>> UnityEngine.InputSystem.InputActionMap::m_ActionCallbacks
|
|
CallbackArray_1_tDFF8C4C6015023B6C2E70BAD26D8BC6BF00D8775 ___m_ActionCallbacks_16;
|
|
// System.Collections.Generic.Dictionary`2<System.String,System.Int32> UnityEngine.InputSystem.InputActionMap::m_ActionIndexByNameOrId
|
|
Dictionary_2_t5C8F46F5D57502270DD9E1DA8303B23C7FE85588* ___m_ActionIndexByNameOrId_17;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.InputControl
|
|
struct InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E : public RuntimeObject
|
|
{
|
|
// UnityEngine.InputSystem.LowLevel.InputStateBlock UnityEngine.InputSystem.InputControl::m_StateBlock
|
|
InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5 ___m_StateBlock_0;
|
|
// UnityEngine.InputSystem.Utilities.InternedString UnityEngine.InputSystem.InputControl::m_Name
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___m_Name_1;
|
|
// System.String UnityEngine.InputSystem.InputControl::m_Path
|
|
String_t* ___m_Path_2;
|
|
// System.String UnityEngine.InputSystem.InputControl::m_DisplayName
|
|
String_t* ___m_DisplayName_3;
|
|
// System.String UnityEngine.InputSystem.InputControl::m_DisplayNameFromLayout
|
|
String_t* ___m_DisplayNameFromLayout_4;
|
|
// System.String UnityEngine.InputSystem.InputControl::m_ShortDisplayName
|
|
String_t* ___m_ShortDisplayName_5;
|
|
// System.String UnityEngine.InputSystem.InputControl::m_ShortDisplayNameFromLayout
|
|
String_t* ___m_ShortDisplayNameFromLayout_6;
|
|
// UnityEngine.InputSystem.Utilities.InternedString UnityEngine.InputSystem.InputControl::m_Layout
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___m_Layout_7;
|
|
// UnityEngine.InputSystem.Utilities.InternedString UnityEngine.InputSystem.InputControl::m_Variants
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___m_Variants_8;
|
|
// UnityEngine.InputSystem.InputDevice UnityEngine.InputSystem.InputControl::m_Device
|
|
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* ___m_Device_9;
|
|
// UnityEngine.InputSystem.InputControl UnityEngine.InputSystem.InputControl::m_Parent
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___m_Parent_10;
|
|
// System.Int32 UnityEngine.InputSystem.InputControl::m_UsageCount
|
|
int32_t ___m_UsageCount_11;
|
|
// System.Int32 UnityEngine.InputSystem.InputControl::m_UsageStartIndex
|
|
int32_t ___m_UsageStartIndex_12;
|
|
// System.Int32 UnityEngine.InputSystem.InputControl::m_AliasCount
|
|
int32_t ___m_AliasCount_13;
|
|
// System.Int32 UnityEngine.InputSystem.InputControl::m_AliasStartIndex
|
|
int32_t ___m_AliasStartIndex_14;
|
|
// System.Int32 UnityEngine.InputSystem.InputControl::m_ChildCount
|
|
int32_t ___m_ChildCount_15;
|
|
// System.Int32 UnityEngine.InputSystem.InputControl::m_ChildStartIndex
|
|
int32_t ___m_ChildStartIndex_16;
|
|
// UnityEngine.InputSystem.InputControl/ControlFlags UnityEngine.InputSystem.InputControl::m_ControlFlags
|
|
int32_t ___m_ControlFlags_17;
|
|
// System.Boolean UnityEngine.InputSystem.InputControl::m_CachedValueIsStale
|
|
bool ___m_CachedValueIsStale_18;
|
|
// System.Boolean UnityEngine.InputSystem.InputControl::m_UnprocessedCachedValueIsStale
|
|
bool ___m_UnprocessedCachedValueIsStale_19;
|
|
// UnityEngine.InputSystem.Utilities.PrimitiveValue UnityEngine.InputSystem.InputControl::m_DefaultState
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 ___m_DefaultState_20;
|
|
// UnityEngine.InputSystem.Utilities.PrimitiveValue UnityEngine.InputSystem.InputControl::m_MinValue
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 ___m_MinValue_21;
|
|
// UnityEngine.InputSystem.Utilities.PrimitiveValue UnityEngine.InputSystem.InputControl::m_MaxValue
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 ___m_MaxValue_22;
|
|
// UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.InputControl::m_OptimizedControlDataType
|
|
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED ___m_OptimizedControlDataType_23;
|
|
};
|
|
|
|
// UnityEngine.Material
|
|
struct Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3 : public Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C
|
|
{
|
|
};
|
|
|
|
// UnityEngine.Mesh
|
|
struct Mesh_t6D9C539763A09BC2B12AEAEF36F6DFFC98AE63D4 : public Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C
|
|
{
|
|
};
|
|
|
|
// 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;
|
|
};
|
|
|
|
// PGG_FieldPresetSwitchRange
|
|
struct PGG_FieldPresetSwitchRange_t0AD8B4AB9038D44C8F7EBF4F2FD511CE385F4713 : public PGG_FieldPresetSwitch_t9D002C3C5F3212BCA62699B89A9FDF12A4E8823E
|
|
{
|
|
// System.Single PGG_FieldPresetSwitchRange::From
|
|
float ___From_3;
|
|
// System.Single PGG_FieldPresetSwitchRange::To
|
|
float ___To_4;
|
|
};
|
|
|
|
// 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
|
|
{
|
|
};
|
|
|
|
// NodeCanvas.Tasks.Actions.SeekPathAction
|
|
struct SeekPathAction_t60C1E0A5BFCC8B37B37A9E267E210A22FA95C1CB : public ActionTask_1_tF0F9E44CCC25BD8E1E8CCFF3EABA3451D413BCF4
|
|
{
|
|
// NodeCanvas.Framework.BBParameter`1<UnityEngine.GameObject> NodeCanvas.Tasks.Actions.SeekPathAction::target
|
|
BBParameter_1_t141FA8C6FBB05E814752BC9DCE9753E930DBDA6F* ___target_14;
|
|
// NodeCanvas.Framework.BBParameter`1<System.Single> NodeCanvas.Tasks.Actions.SeekPathAction::speed
|
|
BBParameter_1_tBF43B031C046DDE9CC5360F10411F13194CA4A9F* ___speed_15;
|
|
// NodeCanvas.Framework.BBParameter`1<System.Single> NodeCanvas.Tasks.Actions.SeekPathAction::keepDistance
|
|
BBParameter_1_tBF43B031C046DDE9CC5360F10411F13194CA4A9F* ___keepDistance_16;
|
|
// System.Nullable`1<UnityEngine.Vector3> NodeCanvas.Tasks.Actions.SeekPathAction::lastRequest
|
|
Nullable_1_t9C51B084784B716FFF4ED4575C63CFD8A71A86FE ___lastRequest_17;
|
|
};
|
|
|
|
// System.SystemException
|
|
struct SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295 : public Exception_t
|
|
{
|
|
};
|
|
|
|
// TMPro.TMP_LineInfo
|
|
struct TMP_LineInfo_tB75C1965B58DB7B3A046C8CA55AD6AB92B6B17B3
|
|
{
|
|
// System.Int32 TMPro.TMP_LineInfo::controlCharacterCount
|
|
int32_t ___controlCharacterCount_0;
|
|
// System.Int32 TMPro.TMP_LineInfo::characterCount
|
|
int32_t ___characterCount_1;
|
|
// System.Int32 TMPro.TMP_LineInfo::visibleCharacterCount
|
|
int32_t ___visibleCharacterCount_2;
|
|
// System.Int32 TMPro.TMP_LineInfo::spaceCount
|
|
int32_t ___spaceCount_3;
|
|
// System.Int32 TMPro.TMP_LineInfo::wordCount
|
|
int32_t ___wordCount_4;
|
|
// System.Int32 TMPro.TMP_LineInfo::firstCharacterIndex
|
|
int32_t ___firstCharacterIndex_5;
|
|
// System.Int32 TMPro.TMP_LineInfo::firstVisibleCharacterIndex
|
|
int32_t ___firstVisibleCharacterIndex_6;
|
|
// System.Int32 TMPro.TMP_LineInfo::lastCharacterIndex
|
|
int32_t ___lastCharacterIndex_7;
|
|
// System.Int32 TMPro.TMP_LineInfo::lastVisibleCharacterIndex
|
|
int32_t ___lastVisibleCharacterIndex_8;
|
|
// System.Single TMPro.TMP_LineInfo::length
|
|
float ___length_9;
|
|
// System.Single TMPro.TMP_LineInfo::lineHeight
|
|
float ___lineHeight_10;
|
|
// System.Single TMPro.TMP_LineInfo::ascender
|
|
float ___ascender_11;
|
|
// System.Single TMPro.TMP_LineInfo::baseline
|
|
float ___baseline_12;
|
|
// System.Single TMPro.TMP_LineInfo::descender
|
|
float ___descender_13;
|
|
// System.Single TMPro.TMP_LineInfo::maxAdvance
|
|
float ___maxAdvance_14;
|
|
// System.Single TMPro.TMP_LineInfo::width
|
|
float ___width_15;
|
|
// System.Single TMPro.TMP_LineInfo::marginLeft
|
|
float ___marginLeft_16;
|
|
// System.Single TMPro.TMP_LineInfo::marginRight
|
|
float ___marginRight_17;
|
|
// TMPro.HorizontalAlignmentOptions TMPro.TMP_LineInfo::alignment
|
|
int32_t ___alignment_18;
|
|
// TMPro.Extents TMPro.TMP_LineInfo::lineExtents
|
|
Extents_tA2D2F95811D0A18CB7AC3570D2D8F8CD3AF4C4A8 ___lineExtents_19;
|
|
};
|
|
|
|
// System.Type
|
|
struct Type_t : public MemberInfo_t
|
|
{
|
|
// System.RuntimeTypeHandle System.Type::_impl
|
|
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B ____impl_8;
|
|
};
|
|
|
|
// FIMSpace.Generating.OStamperSet/PlacementVolumeRaycastingData
|
|
struct PlacementVolumeRaycastingData_tDC61A14A5E7E9C39FFC4FC12980A87EA6A50D257
|
|
{
|
|
// UnityEngine.Transform FIMSpace.Generating.OStamperSet/PlacementVolumeRaycastingData::emitter
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___emitter_0;
|
|
// FIMSpace.Generating.ObjectStamperEmittedInfo FIMSpace.Generating.OStamperSet/PlacementVolumeRaycastingData::emittedInfo
|
|
ObjectStamperEmittedInfo_t7B9907547FE76FF55028A283C03D9FD1AEC5561A ___emittedInfo_1;
|
|
// UnityEngine.RaycastHit FIMSpace.Generating.OStamperSet/PlacementVolumeRaycastingData::mainHit
|
|
RaycastHit_t6F30BD0B38B56401CA833A1B87BD74F2ACD2F2B5 ___mainHit_2;
|
|
// UnityEngine.RaycastHit FIMSpace.Generating.OStamperSet/PlacementVolumeRaycastingData::backupFullLineCast
|
|
RaycastHit_t6F30BD0B38B56401CA833A1B87BD74F2ACD2F2B5 ___backupFullLineCast_3;
|
|
// UnityEngine.Vector3 FIMSpace.Generating.OStamperSet/PlacementVolumeRaycastingData::raycastingDirection
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___raycastingDirection_4;
|
|
// UnityEngine.Vector3 FIMSpace.Generating.OStamperSet/PlacementVolumeRaycastingData::lineCastPoint
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___lineCastPoint_5;
|
|
// UnityEngine.Vector3 FIMSpace.Generating.OStamperSet/PlacementVolumeRaycastingData::customPoint
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___customPoint_6;
|
|
// UnityEngine.Vector3 FIMSpace.Generating.OStamperSet/PlacementVolumeRaycastingData::customNormal
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___customNormal_7;
|
|
// UnityEngine.RaycastHit[] FIMSpace.Generating.OStamperSet/PlacementVolumeRaycastingData::raycastHits
|
|
RaycastHitU5BU5D_t008B8309DE422FE7567068D743D68054D5EBF1A8* ___raycastHits_8;
|
|
// System.String FIMSpace.Generating.OStamperSet/PlacementVolumeRaycastingData::OverrideInfo
|
|
String_t* ___OverrideInfo_9;
|
|
};
|
|
// Native definition for P/Invoke marshalling of FIMSpace.Generating.OStamperSet/PlacementVolumeRaycastingData
|
|
struct PlacementVolumeRaycastingData_tDC61A14A5E7E9C39FFC4FC12980A87EA6A50D257_marshaled_pinvoke
|
|
{
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___emitter_0;
|
|
ObjectStamperEmittedInfo_t7B9907547FE76FF55028A283C03D9FD1AEC5561A_marshaled_pinvoke ___emittedInfo_1;
|
|
RaycastHit_t6F30BD0B38B56401CA833A1B87BD74F2ACD2F2B5 ___mainHit_2;
|
|
RaycastHit_t6F30BD0B38B56401CA833A1B87BD74F2ACD2F2B5 ___backupFullLineCast_3;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___raycastingDirection_4;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___lineCastPoint_5;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___customPoint_6;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___customNormal_7;
|
|
RaycastHit_t6F30BD0B38B56401CA833A1B87BD74F2ACD2F2B5* ___raycastHits_8;
|
|
char* ___OverrideInfo_9;
|
|
};
|
|
// Native definition for COM marshalling of FIMSpace.Generating.OStamperSet/PlacementVolumeRaycastingData
|
|
struct PlacementVolumeRaycastingData_tDC61A14A5E7E9C39FFC4FC12980A87EA6A50D257_marshaled_com
|
|
{
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___emitter_0;
|
|
ObjectStamperEmittedInfo_t7B9907547FE76FF55028A283C03D9FD1AEC5561A_marshaled_com ___emittedInfo_1;
|
|
RaycastHit_t6F30BD0B38B56401CA833A1B87BD74F2ACD2F2B5 ___mainHit_2;
|
|
RaycastHit_t6F30BD0B38B56401CA833A1B87BD74F2ACD2F2B5 ___backupFullLineCast_3;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___raycastingDirection_4;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___lineCastPoint_5;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___customPoint_6;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___customNormal_7;
|
|
RaycastHit_t6F30BD0B38B56401CA833A1B87BD74F2ACD2F2B5* ___raycastHits_8;
|
|
Il2CppChar* ___OverrideInfo_9;
|
|
};
|
|
|
|
// FIMSpace.Generating.OStamperSet/RaycastingRestrictionsCheckResult
|
|
struct RaycastingRestrictionsCheckResult_t457302C4195BC931BED91D1F71781E16E002EA41
|
|
{
|
|
// UnityEngine.RaycastHit FIMSpace.Generating.OStamperSet/RaycastingRestrictionsCheckResult::originHit
|
|
RaycastHit_t6F30BD0B38B56401CA833A1B87BD74F2ACD2F2B5 ___originHit_0;
|
|
// UnityEngine.Vector3 FIMSpace.Generating.OStamperSet/RaycastingRestrictionsCheckResult::targetPosition
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___targetPosition_1;
|
|
// System.Boolean FIMSpace.Generating.OStamperSet/RaycastingRestrictionsCheckResult::allow
|
|
bool ___allow_2;
|
|
// System.String FIMSpace.Generating.OStamperSet/RaycastingRestrictionsCheckResult::info
|
|
String_t* ___info_3;
|
|
};
|
|
// Native definition for P/Invoke marshalling of FIMSpace.Generating.OStamperSet/RaycastingRestrictionsCheckResult
|
|
struct RaycastingRestrictionsCheckResult_t457302C4195BC931BED91D1F71781E16E002EA41_marshaled_pinvoke
|
|
{
|
|
RaycastHit_t6F30BD0B38B56401CA833A1B87BD74F2ACD2F2B5 ___originHit_0;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___targetPosition_1;
|
|
int32_t ___allow_2;
|
|
char* ___info_3;
|
|
};
|
|
// Native definition for COM marshalling of FIMSpace.Generating.OStamperSet/RaycastingRestrictionsCheckResult
|
|
struct RaycastingRestrictionsCheckResult_t457302C4195BC931BED91D1F71781E16E002EA41_marshaled_com
|
|
{
|
|
RaycastHit_t6F30BD0B38B56401CA833A1B87BD74F2ACD2F2B5 ___originHit_0;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___targetPosition_1;
|
|
int32_t ___allow_2;
|
|
Il2CppChar* ___info_3;
|
|
};
|
|
|
|
// System.Action`1<HurricaneVR.Framework.Core.HVRGrabbable>
|
|
struct Action_1_tBFAE38A24F010F1E15E7D9123A5509C1AA1E7E92 : public MulticastDelegate_t
|
|
{
|
|
};
|
|
|
|
// System.Func`1<System.Boolean>
|
|
struct Func_1_t2BE7F58348C9CC544A8973B3A9E55541DE43C457 : public MulticastDelegate_t
|
|
{
|
|
};
|
|
|
|
// System.Func`2<UnityEngine.Collider,System.Boolean>
|
|
struct Func_2_t6AD3CFC7C337E46C1DA946EEEA6278162FB59A04 : public MulticastDelegate_t
|
|
{
|
|
};
|
|
|
|
// System.Func`2<HurricaneVR.Framework.Core.Grabbers.HVRForceGrabber,System.Boolean>
|
|
struct Func_2_t3CF3F6D9C2FA092FC6168FBFC2585A4CD683A16E : public MulticastDelegate_t
|
|
{
|
|
};
|
|
|
|
// System.Func`2<HurricaneVR.Framework.Core.HVRGrabbable,System.Boolean>
|
|
struct Func_2_t1E2EB90025FC97E3CD498C2B465D1BDAC438B49E : public MulticastDelegate_t
|
|
{
|
|
};
|
|
|
|
// System.Func`2<HurricaneVR.Framework.Core.Grabbers.HVRHandGrabber,System.Boolean>
|
|
struct Func_2_tB2A9F71AE59470C627302BA30D19BF0F83EE9D03 : public MulticastDelegate_t
|
|
{
|
|
};
|
|
|
|
// System.Func`2<HurricaneVR.Framework.Core.Player.HVRPlayerController,System.Boolean>
|
|
struct Func_2_t4AFCE779302A8CAA62B700488FD9BBB464E1D4FC : public MulticastDelegate_t
|
|
{
|
|
};
|
|
|
|
// System.Func`2<HurricaneVR.Framework.Core.Player.HVRTeleporter,System.Boolean>
|
|
struct Func_2_tF91963B39D3FCFD7D91016D3153F74224BDE8664 : public MulticastDelegate_t
|
|
{
|
|
};
|
|
|
|
// System.Func`2<NpcCombatAbstract,System.Boolean>
|
|
struct Func_2_tF7832D08A98DB409A6B662086A49FF4B6FA803B3 : public MulticastDelegate_t
|
|
{
|
|
};
|
|
|
|
// System.Func`2<UnityEngine.ParticleSystem,System.Boolean>
|
|
struct Func_2_t73671C0B5E9E75781D26D41FD63D714851882853 : public MulticastDelegate_t
|
|
{
|
|
};
|
|
|
|
// System.Func`2<Parabox.CSG.Vertex,Parabox.CSG.Vertex>
|
|
struct Func_2_tB1286812CE92420C9DB811F4B8C5C6FAEA4A8DFE : public MulticastDelegate_t
|
|
{
|
|
};
|
|
|
|
// UnityEngine.InputSystem.InputControl`1<System.Single>
|
|
struct InputControl_1_t7A35A4AF63A7AA94678E000D4F3265A1FD84288A : public InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E
|
|
{
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<UnityEngine.InputSystem.InputProcessor`1<TValue>> UnityEngine.InputSystem.InputControl`1::m_ProcessorStack
|
|
InlinedArray_1_t2A86A6C75E0160EE14310E053C5249518871D847 ___m_ProcessorStack_24;
|
|
// TValue UnityEngine.InputSystem.InputControl`1::m_CachedValue
|
|
float ___m_CachedValue_25;
|
|
// TValue UnityEngine.InputSystem.InputControl`1::m_UnprocessedCachedValue
|
|
float ___m_UnprocessedCachedValue_26;
|
|
// System.Boolean UnityEngine.InputSystem.InputControl`1::evaluateProcessorsEveryRead
|
|
bool ___evaluateProcessorsEveryRead_27;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.InputControl`1<UnityEngine.Vector2>
|
|
struct InputControl_1_tC164085710F2FAA9161295C9B7FE273AF893CF66 : public InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E
|
|
{
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<UnityEngine.InputSystem.InputProcessor`1<TValue>> UnityEngine.InputSystem.InputControl`1::m_ProcessorStack
|
|
InlinedArray_1_tE5F1062E65707D24360CEAC52E03D32C6E5BA8BB ___m_ProcessorStack_24;
|
|
// TValue UnityEngine.InputSystem.InputControl`1::m_CachedValue
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___m_CachedValue_25;
|
|
// TValue UnityEngine.InputSystem.InputControl`1::m_UnprocessedCachedValue
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___m_UnprocessedCachedValue_26;
|
|
// System.Boolean UnityEngine.InputSystem.InputControl`1::evaluateProcessorsEveryRead
|
|
bool ___evaluateProcessorsEveryRead_27;
|
|
};
|
|
|
|
// UnityEngine.Events.UnityAction`1<System.Boolean>
|
|
struct UnityAction_1_t8EC357AF4FBD2A0C4A575C4BBD0B3A81029E43A9 : public MulticastDelegate_t
|
|
{
|
|
};
|
|
|
|
// UnityEngine.Events.UnityAction`1<HurricaneVR.Framework.Components.HVRDamageHandlerBase>
|
|
struct UnityAction_1_tE91D1D14ED52B39E7A29D029085D18E96D8B4E36 : public MulticastDelegate_t
|
|
{
|
|
};
|
|
|
|
// UnityEngine.Events.UnityAction`1<HurricaneVR.Framework.Components.HVRPhysicsButton>
|
|
struct UnityAction_1_tC8223A39814F713AEC230D8AAE076123D777C6A3 : public MulticastDelegate_t
|
|
{
|
|
};
|
|
|
|
// UnityEngine.Events.UnityAction`1<System.Single>
|
|
struct UnityAction_1_tAEFA3C1C529F0E1AD7C7C7AFC88822D359E7AC90 : public MulticastDelegate_t
|
|
{
|
|
};
|
|
|
|
// UnityEngine.Events.UnityAction`1<HurricaneVR.Framework.Core.Stabbing.StabArgs>
|
|
struct UnityAction_1_tD612239A41EF1A9A220EEB9D1B342E591B12C532 : public MulticastDelegate_t
|
|
{
|
|
};
|
|
|
|
// UnityEngine.Events.UnityAction`2<HurricaneVR.Framework.Core.Grabbers.HVRGrabberBase,HurricaneVR.Framework.Core.HVRGrabbable>
|
|
struct UnityAction_2_tEB35C2416BBA906661E576A7D262CF6460145EED : public MulticastDelegate_t
|
|
{
|
|
};
|
|
|
|
// UnityEngine.Events.UnityAction`2<HurricaneVR.Framework.Core.Stabbing.HVRStabber,HurricaneVR.Framework.Core.Stabbing.HVRStabbable>
|
|
struct UnityAction_2_t42F29791A4A2EA9954ABC904B6C9166B04242AC2 : public MulticastDelegate_t
|
|
{
|
|
};
|
|
|
|
// System.ArgumentException
|
|
struct ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263 : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295
|
|
{
|
|
// System.String System.ArgumentException::_paramName
|
|
String_t* ____paramName_18;
|
|
};
|
|
|
|
// System.AsyncCallback
|
|
struct AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C : public MulticastDelegate_t
|
|
{
|
|
};
|
|
|
|
// NodeCanvas.BehaviourTrees.BTDecorator
|
|
struct BTDecorator_tCE7F6F404106D897568861CF92ECD5F20D5628DB : public BTNode_t3FAAB6CF8FB7E4DD8001158EEF5E88FE5BB95DC2
|
|
{
|
|
};
|
|
|
|
// UnityEngine.Behaviour
|
|
struct Behaviour_t01970CFBBA658497AE30F311C447DB0440BAB7FA : public Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3
|
|
{
|
|
};
|
|
|
|
// UnityEngine.Collider
|
|
struct Collider_t1CC3163924FCD6C4CC2E816373A929C1E3D55E76 : public Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3
|
|
{
|
|
};
|
|
|
|
// FReflectionProbePreset
|
|
struct FReflectionProbePreset_t6914B704262B852B49946F775D36010F9748D4FD : public ScriptableObject_tB3BFDB921A1B1795B38A5417D3B97A89A140436A
|
|
{
|
|
// UnityEngine.Rendering.ReflectionProbeMode FReflectionProbePreset::Type
|
|
int32_t ___Type_4;
|
|
// UnityEngine.Rendering.ReflectionProbeRefreshMode FReflectionProbePreset::RefreshMode
|
|
int32_t ___RefreshMode_5;
|
|
// UnityEngine.Rendering.ReflectionProbeTimeSlicingMode FReflectionProbePreset::TimeSlicing
|
|
int32_t ___TimeSlicing_6;
|
|
// System.Int32 FReflectionProbePreset::Importance
|
|
int32_t ___Importance_7;
|
|
// System.Single FReflectionProbePreset::Intensity
|
|
float ___Intensity_8;
|
|
// System.Boolean FReflectionProbePreset::BoxProjection
|
|
bool ___BoxProjection_9;
|
|
// System.Single FReflectionProbePreset::blendDistance
|
|
float ___blendDistance_10;
|
|
// UnityEngine.Vector3 FReflectionProbePreset::BoxSize
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___BoxSize_11;
|
|
// UnityEngine.Vector3 FReflectionProbePreset::BoxOffset
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___BoxOffset_12;
|
|
// System.Int32 FReflectionProbePreset::Resolution
|
|
int32_t ___Resolution_13;
|
|
// System.Boolean FReflectionProbePreset::HDR
|
|
bool ___HDR_14;
|
|
// System.Single FReflectionProbePreset::ShadowDistance
|
|
float ___ShadowDistance_15;
|
|
// UnityEngine.Rendering.ReflectionProbeClearFlags FReflectionProbePreset::ClearFlags
|
|
int32_t ___ClearFlags_16;
|
|
// UnityEngine.Color FReflectionProbePreset::BackgroundColor
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___BackgroundColor_17;
|
|
// UnityEngine.LayerMask FReflectionProbePreset::CullingMask
|
|
LayerMask_t97CB6BDADEDC3D6423C7BCFEA7F86DA2EC6241DB ___CullingMask_18;
|
|
// System.Single FReflectionProbePreset::Far
|
|
float ___Far_19;
|
|
// System.Single FReflectionProbePreset::Near
|
|
float ___Near_20;
|
|
};
|
|
|
|
// NodeCanvas.Framework.Graph
|
|
struct Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032 : public ScriptableObject_tB3BFDB921A1B1795B38A5417D3B97A89A140436A
|
|
{
|
|
// System.String NodeCanvas.Framework.Graph::_serializedGraph
|
|
String_t* ____serializedGraph_4;
|
|
// System.Collections.Generic.List`1<UnityEngine.Object> NodeCanvas.Framework.Graph::_objectReferences
|
|
List_1_t9A2E2984B23260AECDFA90CEB1F2887075FA4DF3* ____objectReferences_5;
|
|
// NodeCanvas.Framework.Internal.GraphSource NodeCanvas.Framework.Graph::_graphSource
|
|
GraphSource_tDFC175F2BFB99D693583B1D52BB6857C73932914* ____graphSource_6;
|
|
// System.Boolean NodeCanvas.Framework.Graph::_haltSerialization
|
|
bool ____haltSerialization_7;
|
|
// System.Boolean NodeCanvas.Framework.Graph::haltForUndo
|
|
bool ___haltForUndo_8;
|
|
// System.Action`1<System.Boolean> NodeCanvas.Framework.Graph::onFinish
|
|
Action_1_t10DCB0C07D0D3C565CEACADC80D1152B35A45F6C* ___onFinish_11;
|
|
// System.Boolean NodeCanvas.Framework.Graph::<hasInitialized>k__BackingField
|
|
bool ___U3ChasInitializedU3Ek__BackingField_13;
|
|
// ParadoxNotion.HierarchyTree/Element NodeCanvas.Framework.Graph::<flatMetaGraph>k__BackingField
|
|
Element_t3ABE015B81AFFE208F4314A4A588E9E7EFD63407* ___U3CflatMetaGraphU3Ek__BackingField_14;
|
|
// ParadoxNotion.HierarchyTree/Element NodeCanvas.Framework.Graph::<fullMetaGraph>k__BackingField
|
|
Element_t3ABE015B81AFFE208F4314A4A588E9E7EFD63407* ___U3CfullMetaGraphU3Ek__BackingField_15;
|
|
// ParadoxNotion.HierarchyTree/Element NodeCanvas.Framework.Graph::<nestedMetaGraph>k__BackingField
|
|
Element_t3ABE015B81AFFE208F4314A4A588E9E7EFD63407* ___U3CnestedMetaGraphU3Ek__BackingField_16;
|
|
// NodeCanvas.Framework.Graph NodeCanvas.Framework.Graph::<parentGraph>k__BackingField
|
|
Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* ___U3CparentGraphU3Ek__BackingField_17;
|
|
// System.Single NodeCanvas.Framework.Graph::<elapsedTime>k__BackingField
|
|
float ___U3CelapsedTimeU3Ek__BackingField_18;
|
|
// System.Single NodeCanvas.Framework.Graph::<deltaTime>k__BackingField
|
|
float ___U3CdeltaTimeU3Ek__BackingField_19;
|
|
// System.Int32 NodeCanvas.Framework.Graph::<lastUpdateFrame>k__BackingField
|
|
int32_t ___U3ClastUpdateFrameU3Ek__BackingField_20;
|
|
// System.Boolean NodeCanvas.Framework.Graph::<isRunning>k__BackingField
|
|
bool ___U3CisRunningU3Ek__BackingField_21;
|
|
// System.Boolean NodeCanvas.Framework.Graph::<isPaused>k__BackingField
|
|
bool ___U3CisPausedU3Ek__BackingField_22;
|
|
// NodeCanvas.Framework.Graph/UpdateMode NodeCanvas.Framework.Graph::<updateMode>k__BackingField
|
|
int32_t ___U3CupdateModeU3Ek__BackingField_23;
|
|
// UnityEngine.Component NodeCanvas.Framework.Graph::<agent>k__BackingField
|
|
Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* ___U3CagentU3Ek__BackingField_24;
|
|
// NodeCanvas.Framework.IBlackboard NodeCanvas.Framework.Graph::<parentBlackboard>k__BackingField
|
|
RuntimeObject* ___U3CparentBlackboardU3Ek__BackingField_25;
|
|
// System.Action NodeCanvas.Framework.Graph::delayedInitCalls
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___delayedInitCalls_26;
|
|
};
|
|
|
|
// HurricaneVR.Framework.Core.HVRSettings
|
|
struct HVRSettings_tF57CCCAFB711DE66F81893E04363569A1C4AF080 : public ScriptableObject_tB3BFDB921A1B1795B38A5417D3B97A89A140436A
|
|
{
|
|
// System.String HurricaneVR.Framework.Core.HVRSettings::LocalEditorRootDirectory
|
|
String_t* ___LocalEditorRootDirectory_6;
|
|
// System.String HurricaneVR.Framework.Core.HVRSettings::LocalRootDirectory
|
|
String_t* ___LocalRootDirectory_7;
|
|
// System.String HurricaneVR.Framework.Core.HVRSettings::LocalResourcesDirectory
|
|
String_t* ___LocalResourcesDirectory_8;
|
|
// System.String HurricaneVR.Framework.Core.HVRSettings::LocalReferencePoseDirectory
|
|
String_t* ___LocalReferencePoseDirectory_9;
|
|
// System.String HurricaneVR.Framework.Core.HVRSettings::LocalRuntimePosesDirectory
|
|
String_t* ___LocalRuntimePosesDirectory_10;
|
|
// System.String HurricaneVR.Framework.Core.HVRSettings::LocalPosesDirectory
|
|
String_t* ___LocalPosesDirectory_11;
|
|
// System.Boolean HurricaneVR.Framework.Core.HVRSettings::AutoApplyGrabbableLayer
|
|
bool ___AutoApplyGrabbableLayer_19;
|
|
// HurricaneVR.Framework.Core.Sockets.HVRSocketableTags HurricaneVR.Framework.Core.HVRSettings::DefaultSocketableTags
|
|
HVRSocketableTags_tF30D12078E7D23094432A3D208E63F5484F96C21* ___DefaultSocketableTags_20;
|
|
// UnityEngine.GameObject HurricaneVR.Framework.Core.HVRSettings::LeftHand
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___LeftHand_21;
|
|
// UnityEngine.GameObject HurricaneVR.Framework.Core.HVRSettings::RightHand
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___RightHand_22;
|
|
// System.Boolean HurricaneVR.Framework.Core.HVRSettings::InverseKinematics
|
|
bool ___InverseKinematics_23;
|
|
// System.Boolean HurricaneVR.Framework.Core.HVRSettings::IKHandMirroring
|
|
bool ___IKHandMirroring_24;
|
|
// UnityEngine.GameObject HurricaneVR.Framework.Core.HVRSettings::FullBody
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___FullBody_25;
|
|
// UnityEngine.Vector3 HurricaneVR.Framework.Core.HVRSettings::HandPoseHandleOffset
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___HandPoseHandleOffset_26;
|
|
// HurricaneVR.Framework.Core.HandPoser.HVRHandPose HurricaneVR.Framework.Core.HVRSettings::OpenHandPose
|
|
HVRHandPose_t315CF1C747DB0B1A2B0D7EE89E317285D751CE2F* ___OpenHandPose_27;
|
|
// System.Boolean HurricaneVR.Framework.Core.HVRSettings::PoserShowsOneFinger
|
|
bool ___PoserShowsOneFinger_28;
|
|
// HurricaneVR.Framework.Core.HandPoser.HVRFingerType HurricaneVR.Framework.Core.HVRSettings::ThumbCurlType
|
|
int32_t ___ThumbCurlType_29;
|
|
// HurricaneVR.Framework.Core.HandPoser.HVRFingerType HurricaneVR.Framework.Core.HVRSettings::IndexCurlType
|
|
int32_t ___IndexCurlType_30;
|
|
// HurricaneVR.Framework.Core.HandPoser.HVRFingerType HurricaneVR.Framework.Core.HVRSettings::MiddleCurlType
|
|
int32_t ___MiddleCurlType_31;
|
|
// HurricaneVR.Framework.Core.HandPoser.HVRFingerType HurricaneVR.Framework.Core.HVRSettings::RingCurlType
|
|
int32_t ___RingCurlType_32;
|
|
// HurricaneVR.Framework.Core.HandPoser.HVRFingerType HurricaneVR.Framework.Core.HVRSettings::PinkyCurlType
|
|
int32_t ___PinkyCurlType_33;
|
|
// System.Single HurricaneVR.Framework.Core.HVRSettings::ThumbStart
|
|
float ___ThumbStart_34;
|
|
// System.Single HurricaneVR.Framework.Core.HVRSettings::IndexStart
|
|
float ___IndexStart_35;
|
|
// System.Single HurricaneVR.Framework.Core.HVRSettings::MiddleStart
|
|
float ___MiddleStart_36;
|
|
// System.Single HurricaneVR.Framework.Core.HVRSettings::RingStart
|
|
float ___RingStart_37;
|
|
// System.Single HurricaneVR.Framework.Core.HVRSettings::PinkyStart
|
|
float ___PinkyStart_38;
|
|
// System.Boolean HurricaneVR.Framework.Core.HVRSettings::UseAttachedRigidBody
|
|
bool ___UseAttachedRigidBody_39;
|
|
// System.Boolean HurricaneVR.Framework.Core.HVRSettings::ComponentInParentFallback
|
|
bool ___ComponentInParentFallback_40;
|
|
// System.Boolean HurricaneVR.Framework.Core.HVRSettings::LineGrabTriggerLoose
|
|
bool ___LineGrabTriggerLoose_41;
|
|
// HurricaneVR.Framework.Core.ScriptableObjects.HVRJointSettings HurricaneVR.Framework.Core.HVRSettings::DefaultJointSettings
|
|
HVRJointSettings_t813A34466578F1299BC384C988793A89A98BFB77* ___DefaultJointSettings_42;
|
|
// HurricaneVR.Framework.Core.ScriptableObjects.HVRJointSettings HurricaneVR.Framework.Core.HVRSettings::LineGrabSettings
|
|
HVRJointSettings_t813A34466578F1299BC384C988793A89A98BFB77* ___LineGrabSettings_43;
|
|
// System.Boolean HurricaneVR.Framework.Core.HVRSettings::VerboseGrabbableEvents
|
|
bool ___VerboseGrabbableEvents_44;
|
|
// System.Boolean HurricaneVR.Framework.Core.HVRSettings::VerboseHandGrabberEvents
|
|
bool ___VerboseHandGrabberEvents_45;
|
|
// System.Boolean HurricaneVR.Framework.Core.HVRSettings::DisableHaptics
|
|
bool ___DisableHaptics_46;
|
|
};
|
|
|
|
// RootMotion.FinalIK.IKSolverAim
|
|
struct IKSolverAim_tCA20C3F87AF8E71124E2CA17F9E5AAA2912B8789 : public IKSolverHeuristic_tE9187D7C8E900617B4FE451C82FF14BB5CF2F484
|
|
{
|
|
// UnityEngine.Transform RootMotion.FinalIK.IKSolverAim::transform
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___transform_18;
|
|
// UnityEngine.Vector3 RootMotion.FinalIK.IKSolverAim::axis
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___axis_19;
|
|
// UnityEngine.Vector3 RootMotion.FinalIK.IKSolverAim::poleAxis
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___poleAxis_20;
|
|
// UnityEngine.Vector3 RootMotion.FinalIK.IKSolverAim::polePosition
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___polePosition_21;
|
|
// System.Single RootMotion.FinalIK.IKSolverAim::poleWeight
|
|
float ___poleWeight_22;
|
|
// UnityEngine.Transform RootMotion.FinalIK.IKSolverAim::poleTarget
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___poleTarget_23;
|
|
// System.Single RootMotion.FinalIK.IKSolverAim::clampWeight
|
|
float ___clampWeight_24;
|
|
// System.Int32 RootMotion.FinalIK.IKSolverAim::clampSmoothing
|
|
int32_t ___clampSmoothing_25;
|
|
// RootMotion.FinalIK.IKSolver/IterationDelegate RootMotion.FinalIK.IKSolverAim::OnPreIteration
|
|
IterationDelegate_t50F2C0DBA5189F9263AE46A2205096E8AF33A633* ___OnPreIteration_26;
|
|
// System.Single RootMotion.FinalIK.IKSolverAim::step
|
|
float ___step_27;
|
|
// UnityEngine.Vector3 RootMotion.FinalIK.IKSolverAim::clampedIKPosition
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___clampedIKPosition_28;
|
|
// RootMotion.FinalIK.RotationLimit RootMotion.FinalIK.IKSolverAim::transformLimit
|
|
RotationLimit_t7A68DEEE9DBC0895E8B965A8CF1ADDCE314A27F9* ___transformLimit_29;
|
|
// UnityEngine.Transform RootMotion.FinalIK.IKSolverAim::lastTransform
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___lastTransform_30;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.InputDevice
|
|
struct InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B : public InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E
|
|
{
|
|
// UnityEngine.InputSystem.InputDevice/DeviceFlags UnityEngine.InputSystem.InputDevice::m_DeviceFlags
|
|
int32_t ___m_DeviceFlags_27;
|
|
// System.Int32 UnityEngine.InputSystem.InputDevice::m_DeviceId
|
|
int32_t ___m_DeviceId_28;
|
|
// System.Int32 UnityEngine.InputSystem.InputDevice::m_ParticipantId
|
|
int32_t ___m_ParticipantId_29;
|
|
// System.Int32 UnityEngine.InputSystem.InputDevice::m_DeviceIndex
|
|
int32_t ___m_DeviceIndex_30;
|
|
// UnityEngine.InputSystem.Layouts.InputDeviceDescription UnityEngine.InputSystem.InputDevice::m_Description
|
|
InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F ___m_Description_31;
|
|
// System.Double UnityEngine.InputSystem.InputDevice::m_LastUpdateTimeInternal
|
|
double ___m_LastUpdateTimeInternal_32;
|
|
// System.UInt32 UnityEngine.InputSystem.InputDevice::m_CurrentUpdateStepCount
|
|
uint32_t ___m_CurrentUpdateStepCount_33;
|
|
// UnityEngine.InputSystem.Utilities.InternedString[] UnityEngine.InputSystem.InputDevice::m_AliasesForEachControl
|
|
InternedStringU5BU5D_t0B851758733FC0B118D84BE83AED10A0404C18D5* ___m_AliasesForEachControl_34;
|
|
// UnityEngine.InputSystem.Utilities.InternedString[] UnityEngine.InputSystem.InputDevice::m_UsagesForEachControl
|
|
InternedStringU5BU5D_t0B851758733FC0B118D84BE83AED10A0404C18D5* ___m_UsagesForEachControl_35;
|
|
// UnityEngine.InputSystem.InputControl[] UnityEngine.InputSystem.InputDevice::m_UsageToControl
|
|
InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17* ___m_UsageToControl_36;
|
|
// UnityEngine.InputSystem.InputControl[] UnityEngine.InputSystem.InputDevice::m_ChildrenForEachControl
|
|
InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17* ___m_ChildrenForEachControl_37;
|
|
// System.UInt32[] UnityEngine.InputSystem.InputDevice::m_StateOffsetToControlMap
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* ___m_StateOffsetToControlMap_38;
|
|
// UnityEngine.InputSystem.InputDevice/ControlBitRangeNode[] UnityEngine.InputSystem.InputDevice::m_ControlTreeNodes
|
|
ControlBitRangeNodeU5BU5D_t912A404149DE6D350D1735A026182C409C510F27* ___m_ControlTreeNodes_39;
|
|
// System.UInt16[] UnityEngine.InputSystem.InputDevice::m_ControlTreeIndices
|
|
UInt16U5BU5D_tEB7C42D811D999D2AA815BADC3FCCDD9C67B3F83* ___m_ControlTreeIndices_40;
|
|
};
|
|
|
|
// UnityEngine.Joint
|
|
struct Joint_tB2C5499F976EBB1EA1C11A80E1BD9F5E2EE4D682 : public Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3
|
|
{
|
|
};
|
|
|
|
// System.NotSupportedException
|
|
struct NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295
|
|
{
|
|
};
|
|
|
|
// FIMSpace.Generating.OStamperSet
|
|
struct OStamperSet_tF2812982CD5DB7F227E44BB30B7153A21F96D6A3 : public ScriptableObject_tB3BFDB921A1B1795B38A5417D3B97A89A140436A
|
|
{
|
|
// System.Boolean FIMSpace.Generating.OStamperSet::_editor_drawSettings
|
|
bool ____editor_drawSettings_5;
|
|
// System.Boolean FIMSpace.Generating.OStamperSet::_editor_drawPrefabs
|
|
bool ____editor_drawPrefabs_6;
|
|
// System.Boolean FIMSpace.Generating.OStamperSet::_editor_drawThumbs
|
|
bool ____editor_drawThumbs_7;
|
|
// System.String FIMSpace.Generating.OStamperSet::StampersetTag
|
|
String_t* ___StampersetTag_8;
|
|
// System.Single FIMSpace.Generating.OStamperSet::RandomizePosition
|
|
float ___RandomizePosition_9;
|
|
// UnityEngine.Vector3 FIMSpace.Generating.OStamperSet::RandPositionAxis
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___RandPositionAxis_10;
|
|
// UnityEngine.Vector2 FIMSpace.Generating.OStamperSet::RotationRanges
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___RotationRanges_11;
|
|
// UnityEngine.Vector3 FIMSpace.Generating.OStamperSet::RandRotationAxis
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___RandRotationAxis_12;
|
|
// UnityEngine.Vector3 FIMSpace.Generating.OStamperSet::AngleStepForAxis
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___AngleStepForAxis_13;
|
|
// System.Single FIMSpace.Generating.OStamperSet::RandomizeScale
|
|
float ___RandomizeScale_14;
|
|
// UnityEngine.Vector3 FIMSpace.Generating.OStamperSet::RandScaleAxis
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___RandScaleAxis_15;
|
|
// UnityEngine.LayerMask FIMSpace.Generating.OStamperSet::RayCheckLayer
|
|
LayerMask_t97CB6BDADEDC3D6423C7BCFEA7F86DA2EC6241DB ___RayCheckLayer_16;
|
|
// UnityEngine.Vector3 FIMSpace.Generating.OStamperSet::RayCheckDirection
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___RayCheckDirection_17;
|
|
// System.Single FIMSpace.Generating.OStamperSet::RaycastAlignment
|
|
float ___RaycastAlignment_18;
|
|
// System.Single FIMSpace.Generating.OStamperSet::AlignOffset
|
|
float ___AlignOffset_19;
|
|
// FIMSpace.Generating.OStamperSet/EOSPlacement FIMSpace.Generating.OStamperSet::PlacementMode
|
|
int32_t ___PlacementMode_20;
|
|
// System.Boolean FIMSpace.Generating.OStamperSet::RaycastWorldSpace
|
|
bool ___RaycastWorldSpace_21;
|
|
// System.Single FIMSpace.Generating.OStamperSet::OverlapCheckScale
|
|
float ___OverlapCheckScale_22;
|
|
// UnityEngine.LayerMask FIMSpace.Generating.OStamperSet::OverlapCheckMask
|
|
LayerMask_t97CB6BDADEDC3D6423C7BCFEA7F86DA2EC6241DB ___OverlapCheckMask_23;
|
|
// System.Single FIMSpace.Generating.OStamperSet::RayDistanceMul
|
|
float ___RayDistanceMul_24;
|
|
// UnityEngine.Bounds FIMSpace.Generating.OStamperSet::ReferenceBounds
|
|
Bounds_t367E830C64BBF235ED8C3B2F8CF6254FDCAD39C3 ___ReferenceBounds_25;
|
|
// System.Collections.Generic.List`1<FIMSpace.Generating.OSPrefabReference> FIMSpace.Generating.OStamperSet::Prefabs
|
|
List_1_tEEC4EB66D101257CD995DA1881A85AEA98C25EE9* ___Prefabs_26;
|
|
// FIMSpace.Generating.OStamperSet/EOSRaystriction FIMSpace.Generating.OStamperSet::StampRestriction
|
|
int32_t ___StampRestriction_27;
|
|
// System.Boolean FIMSpace.Generating.OStamperSet::IncludeSpawnDetails
|
|
bool ___IncludeSpawnDetails_28;
|
|
// System.Collections.Generic.List`1<FIMSpace.Generating.OStamperSet> FIMSpace.Generating.OStamperSet::RestrictionSets
|
|
List_1_t597425BA2DC975AD7B54AAA38824D0A3FE21D1B2* ___RestrictionSets_29;
|
|
// System.Int32 FIMSpace.Generating.OStamperSet::PlacementLimitCount
|
|
int32_t ___PlacementLimitCount_30;
|
|
// System.Int32 FIMSpace.Generating.OStamperSet::MaxSlopeAngle
|
|
int32_t ___MaxSlopeAngle_31;
|
|
// System.Single FIMSpace.Generating.OStamperSet::MinimumStandSpace
|
|
float ___MinimumStandSpace_32;
|
|
// System.Collections.Generic.List`1<System.String> FIMSpace.Generating.OStamperSet::AllowJustOnTags
|
|
List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* ___AllowJustOnTags_33;
|
|
// System.Collections.Generic.List`1<System.String> FIMSpace.Generating.OStamperSet::DisallowOnTags
|
|
List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* ___DisallowOnTags_34;
|
|
// System.Collections.Generic.List`1<System.String> FIMSpace.Generating.OStamperSet::IgnoreCheckOnTags
|
|
List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* ___IgnoreCheckOnTags_35;
|
|
};
|
|
|
|
// UnityEngine.ParticleSystem
|
|
struct ParticleSystem_tB19986EE308BD63D36FB6025EEEAFBEDB97C67C1 : public Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3
|
|
{
|
|
};
|
|
|
|
// UnityEngine.Renderer
|
|
struct Renderer_t320575F223BCB177A982E5DDB5DB19FAA89E7FBF : public Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3
|
|
{
|
|
};
|
|
|
|
// UnityEngine.Rigidbody
|
|
struct Rigidbody_t268697F5A994213ED97393309870968BC1C7393C : public Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3
|
|
{
|
|
};
|
|
|
|
// UnityEngine.Transform
|
|
struct Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1 : public Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3
|
|
{
|
|
};
|
|
|
|
// TMPro.WordWrapState
|
|
struct WordWrapState_t80F67D8CAA9B1A0A3D5266521E23A9F3100EDD0A
|
|
{
|
|
// System.Int32 TMPro.WordWrapState::previous_WordBreak
|
|
int32_t ___previous_WordBreak_0;
|
|
// System.Int32 TMPro.WordWrapState::total_CharacterCount
|
|
int32_t ___total_CharacterCount_1;
|
|
// System.Int32 TMPro.WordWrapState::visible_CharacterCount
|
|
int32_t ___visible_CharacterCount_2;
|
|
// System.Int32 TMPro.WordWrapState::visible_SpriteCount
|
|
int32_t ___visible_SpriteCount_3;
|
|
// System.Int32 TMPro.WordWrapState::visible_LinkCount
|
|
int32_t ___visible_LinkCount_4;
|
|
// System.Int32 TMPro.WordWrapState::firstCharacterIndex
|
|
int32_t ___firstCharacterIndex_5;
|
|
// System.Int32 TMPro.WordWrapState::firstVisibleCharacterIndex
|
|
int32_t ___firstVisibleCharacterIndex_6;
|
|
// System.Int32 TMPro.WordWrapState::lastCharacterIndex
|
|
int32_t ___lastCharacterIndex_7;
|
|
// System.Int32 TMPro.WordWrapState::lastVisibleCharIndex
|
|
int32_t ___lastVisibleCharIndex_8;
|
|
// System.Int32 TMPro.WordWrapState::lineNumber
|
|
int32_t ___lineNumber_9;
|
|
// System.Single TMPro.WordWrapState::maxCapHeight
|
|
float ___maxCapHeight_10;
|
|
// System.Single TMPro.WordWrapState::maxAscender
|
|
float ___maxAscender_11;
|
|
// System.Single TMPro.WordWrapState::maxDescender
|
|
float ___maxDescender_12;
|
|
// System.Single TMPro.WordWrapState::startOfLineAscender
|
|
float ___startOfLineAscender_13;
|
|
// System.Single TMPro.WordWrapState::maxLineAscender
|
|
float ___maxLineAscender_14;
|
|
// System.Single TMPro.WordWrapState::maxLineDescender
|
|
float ___maxLineDescender_15;
|
|
// System.Single TMPro.WordWrapState::pageAscender
|
|
float ___pageAscender_16;
|
|
// TMPro.HorizontalAlignmentOptions TMPro.WordWrapState::horizontalAlignment
|
|
int32_t ___horizontalAlignment_17;
|
|
// System.Single TMPro.WordWrapState::marginLeft
|
|
float ___marginLeft_18;
|
|
// System.Single TMPro.WordWrapState::marginRight
|
|
float ___marginRight_19;
|
|
// System.Single TMPro.WordWrapState::xAdvance
|
|
float ___xAdvance_20;
|
|
// System.Single TMPro.WordWrapState::preferredWidth
|
|
float ___preferredWidth_21;
|
|
// System.Single TMPro.WordWrapState::preferredHeight
|
|
float ___preferredHeight_22;
|
|
// System.Single TMPro.WordWrapState::previousLineScale
|
|
float ___previousLineScale_23;
|
|
// System.Int32 TMPro.WordWrapState::wordCount
|
|
int32_t ___wordCount_24;
|
|
// TMPro.FontStyles TMPro.WordWrapState::fontStyle
|
|
int32_t ___fontStyle_25;
|
|
// System.Int32 TMPro.WordWrapState::italicAngle
|
|
int32_t ___italicAngle_26;
|
|
// System.Single TMPro.WordWrapState::fontScaleMultiplier
|
|
float ___fontScaleMultiplier_27;
|
|
// System.Single TMPro.WordWrapState::currentFontSize
|
|
float ___currentFontSize_28;
|
|
// System.Single TMPro.WordWrapState::baselineOffset
|
|
float ___baselineOffset_29;
|
|
// System.Single TMPro.WordWrapState::lineOffset
|
|
float ___lineOffset_30;
|
|
// System.Boolean TMPro.WordWrapState::isDrivenLineSpacing
|
|
bool ___isDrivenLineSpacing_31;
|
|
// System.Single TMPro.WordWrapState::glyphHorizontalAdvanceAdjustment
|
|
float ___glyphHorizontalAdvanceAdjustment_32;
|
|
// System.Single TMPro.WordWrapState::cSpace
|
|
float ___cSpace_33;
|
|
// System.Single TMPro.WordWrapState::mSpace
|
|
float ___mSpace_34;
|
|
// TMPro.TMP_TextInfo TMPro.WordWrapState::textInfo
|
|
TMP_TextInfo_t09A8E906329422C3F0C059876801DD695B8D524D* ___textInfo_35;
|
|
// TMPro.TMP_LineInfo TMPro.WordWrapState::lineInfo
|
|
TMP_LineInfo_tB75C1965B58DB7B3A046C8CA55AD6AB92B6B17B3 ___lineInfo_36;
|
|
// UnityEngine.Color32 TMPro.WordWrapState::vertexColor
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___vertexColor_37;
|
|
// UnityEngine.Color32 TMPro.WordWrapState::underlineColor
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___underlineColor_38;
|
|
// UnityEngine.Color32 TMPro.WordWrapState::strikethroughColor
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___strikethroughColor_39;
|
|
// UnityEngine.Color32 TMPro.WordWrapState::highlightColor
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___highlightColor_40;
|
|
// TMPro.TMP_FontStyleStack TMPro.WordWrapState::basicStyleStack
|
|
TMP_FontStyleStack_t52885F172FADBC21346C835B5302167BDA8020DC ___basicStyleStack_41;
|
|
// TMPro.TMP_TextProcessingStack`1<System.Int32> TMPro.WordWrapState::italicAngleStack
|
|
TMP_TextProcessingStack_1_tFBA719426D68CE1F2B5849D97AF5E5D65846290C ___italicAngleStack_42;
|
|
// TMPro.TMP_TextProcessingStack`1<UnityEngine.Color32> TMPro.WordWrapState::colorStack
|
|
TMP_TextProcessingStack_1_tF2CD5BE59E5EB22EA9E3EE3043A004EA918C4BB3 ___colorStack_43;
|
|
// TMPro.TMP_TextProcessingStack`1<UnityEngine.Color32> TMPro.WordWrapState::underlineColorStack
|
|
TMP_TextProcessingStack_1_tF2CD5BE59E5EB22EA9E3EE3043A004EA918C4BB3 ___underlineColorStack_44;
|
|
// TMPro.TMP_TextProcessingStack`1<UnityEngine.Color32> TMPro.WordWrapState::strikethroughColorStack
|
|
TMP_TextProcessingStack_1_tF2CD5BE59E5EB22EA9E3EE3043A004EA918C4BB3 ___strikethroughColorStack_45;
|
|
// TMPro.TMP_TextProcessingStack`1<UnityEngine.Color32> TMPro.WordWrapState::highlightColorStack
|
|
TMP_TextProcessingStack_1_tF2CD5BE59E5EB22EA9E3EE3043A004EA918C4BB3 ___highlightColorStack_46;
|
|
// TMPro.TMP_TextProcessingStack`1<TMPro.HighlightState> TMPro.WordWrapState::highlightStateStack
|
|
TMP_TextProcessingStack_1_t57AECDCC936A7FF1D6CF66CA11560B28A675648D ___highlightStateStack_47;
|
|
// TMPro.TMP_TextProcessingStack`1<TMPro.TMP_ColorGradient> TMPro.WordWrapState::colorGradientStack
|
|
TMP_TextProcessingStack_1_tC8FAEB17246D3B171EFD11165A5761AE39B40D0C ___colorGradientStack_48;
|
|
// TMPro.TMP_TextProcessingStack`1<System.Single> TMPro.WordWrapState::sizeStack
|
|
TMP_TextProcessingStack_1_t138EC06BE7F101AA0A3C8D2DC951E55AACE085E9 ___sizeStack_49;
|
|
// TMPro.TMP_TextProcessingStack`1<System.Single> TMPro.WordWrapState::indentStack
|
|
TMP_TextProcessingStack_1_t138EC06BE7F101AA0A3C8D2DC951E55AACE085E9 ___indentStack_50;
|
|
// TMPro.TMP_TextProcessingStack`1<TMPro.FontWeight> TMPro.WordWrapState::fontWeightStack
|
|
TMP_TextProcessingStack_1_tA5C8CED87DD9E73F6359E23B334FFB5B6F813FD4 ___fontWeightStack_51;
|
|
// TMPro.TMP_TextProcessingStack`1<System.Int32> TMPro.WordWrapState::styleStack
|
|
TMP_TextProcessingStack_1_tFBA719426D68CE1F2B5849D97AF5E5D65846290C ___styleStack_52;
|
|
// TMPro.TMP_TextProcessingStack`1<System.Single> TMPro.WordWrapState::baselineStack
|
|
TMP_TextProcessingStack_1_t138EC06BE7F101AA0A3C8D2DC951E55AACE085E9 ___baselineStack_53;
|
|
// TMPro.TMP_TextProcessingStack`1<System.Int32> TMPro.WordWrapState::actionStack
|
|
TMP_TextProcessingStack_1_tFBA719426D68CE1F2B5849D97AF5E5D65846290C ___actionStack_54;
|
|
// TMPro.TMP_TextProcessingStack`1<TMPro.MaterialReference> TMPro.WordWrapState::materialReferenceStack
|
|
TMP_TextProcessingStack_1_tB03E08F69415B281A5A81138F09E49EE58402DF9 ___materialReferenceStack_55;
|
|
// TMPro.TMP_TextProcessingStack`1<TMPro.HorizontalAlignmentOptions> TMPro.WordWrapState::lineJustificationStack
|
|
TMP_TextProcessingStack_1_t243EA1B5D7FD2295D6533B953F0BBE8F52EFB8A0 ___lineJustificationStack_56;
|
|
// System.Int32 TMPro.WordWrapState::spriteAnimationID
|
|
int32_t ___spriteAnimationID_57;
|
|
// TMPro.TMP_FontAsset TMPro.WordWrapState::currentFontAsset
|
|
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* ___currentFontAsset_58;
|
|
// TMPro.TMP_SpriteAsset TMPro.WordWrapState::currentSpriteAsset
|
|
TMP_SpriteAsset_t81F779E6F705CE190DC0D1F93A954CB8B1774B39* ___currentSpriteAsset_59;
|
|
// UnityEngine.Material TMPro.WordWrapState::currentMaterial
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___currentMaterial_60;
|
|
// System.Int32 TMPro.WordWrapState::currentMaterialIndex
|
|
int32_t ___currentMaterialIndex_61;
|
|
// TMPro.Extents TMPro.WordWrapState::meshExtents
|
|
Extents_tA2D2F95811D0A18CB7AC3570D2D8F8CD3AF4C4A8 ___meshExtents_62;
|
|
// System.Boolean TMPro.WordWrapState::tagNoParsing
|
|
bool ___tagNoParsing_63;
|
|
// System.Boolean TMPro.WordWrapState::isNonBreakingSpace
|
|
bool ___isNonBreakingSpace_64;
|
|
};
|
|
// Native definition for P/Invoke marshalling of TMPro.WordWrapState
|
|
struct WordWrapState_t80F67D8CAA9B1A0A3D5266521E23A9F3100EDD0A_marshaled_pinvoke
|
|
{
|
|
int32_t ___previous_WordBreak_0;
|
|
int32_t ___total_CharacterCount_1;
|
|
int32_t ___visible_CharacterCount_2;
|
|
int32_t ___visible_SpriteCount_3;
|
|
int32_t ___visible_LinkCount_4;
|
|
int32_t ___firstCharacterIndex_5;
|
|
int32_t ___firstVisibleCharacterIndex_6;
|
|
int32_t ___lastCharacterIndex_7;
|
|
int32_t ___lastVisibleCharIndex_8;
|
|
int32_t ___lineNumber_9;
|
|
float ___maxCapHeight_10;
|
|
float ___maxAscender_11;
|
|
float ___maxDescender_12;
|
|
float ___startOfLineAscender_13;
|
|
float ___maxLineAscender_14;
|
|
float ___maxLineDescender_15;
|
|
float ___pageAscender_16;
|
|
int32_t ___horizontalAlignment_17;
|
|
float ___marginLeft_18;
|
|
float ___marginRight_19;
|
|
float ___xAdvance_20;
|
|
float ___preferredWidth_21;
|
|
float ___preferredHeight_22;
|
|
float ___previousLineScale_23;
|
|
int32_t ___wordCount_24;
|
|
int32_t ___fontStyle_25;
|
|
int32_t ___italicAngle_26;
|
|
float ___fontScaleMultiplier_27;
|
|
float ___currentFontSize_28;
|
|
float ___baselineOffset_29;
|
|
float ___lineOffset_30;
|
|
int32_t ___isDrivenLineSpacing_31;
|
|
float ___glyphHorizontalAdvanceAdjustment_32;
|
|
float ___cSpace_33;
|
|
float ___mSpace_34;
|
|
TMP_TextInfo_t09A8E906329422C3F0C059876801DD695B8D524D* ___textInfo_35;
|
|
TMP_LineInfo_tB75C1965B58DB7B3A046C8CA55AD6AB92B6B17B3 ___lineInfo_36;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___vertexColor_37;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___underlineColor_38;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___strikethroughColor_39;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___highlightColor_40;
|
|
TMP_FontStyleStack_t52885F172FADBC21346C835B5302167BDA8020DC ___basicStyleStack_41;
|
|
TMP_TextProcessingStack_1_tFBA719426D68CE1F2B5849D97AF5E5D65846290C ___italicAngleStack_42;
|
|
TMP_TextProcessingStack_1_tF2CD5BE59E5EB22EA9E3EE3043A004EA918C4BB3 ___colorStack_43;
|
|
TMP_TextProcessingStack_1_tF2CD5BE59E5EB22EA9E3EE3043A004EA918C4BB3 ___underlineColorStack_44;
|
|
TMP_TextProcessingStack_1_tF2CD5BE59E5EB22EA9E3EE3043A004EA918C4BB3 ___strikethroughColorStack_45;
|
|
TMP_TextProcessingStack_1_tF2CD5BE59E5EB22EA9E3EE3043A004EA918C4BB3 ___highlightColorStack_46;
|
|
TMP_TextProcessingStack_1_t57AECDCC936A7FF1D6CF66CA11560B28A675648D ___highlightStateStack_47;
|
|
TMP_TextProcessingStack_1_tC8FAEB17246D3B171EFD11165A5761AE39B40D0C ___colorGradientStack_48;
|
|
TMP_TextProcessingStack_1_t138EC06BE7F101AA0A3C8D2DC951E55AACE085E9 ___sizeStack_49;
|
|
TMP_TextProcessingStack_1_t138EC06BE7F101AA0A3C8D2DC951E55AACE085E9 ___indentStack_50;
|
|
TMP_TextProcessingStack_1_tA5C8CED87DD9E73F6359E23B334FFB5B6F813FD4 ___fontWeightStack_51;
|
|
TMP_TextProcessingStack_1_tFBA719426D68CE1F2B5849D97AF5E5D65846290C ___styleStack_52;
|
|
TMP_TextProcessingStack_1_t138EC06BE7F101AA0A3C8D2DC951E55AACE085E9 ___baselineStack_53;
|
|
TMP_TextProcessingStack_1_tFBA719426D68CE1F2B5849D97AF5E5D65846290C ___actionStack_54;
|
|
TMP_TextProcessingStack_1_tB03E08F69415B281A5A81138F09E49EE58402DF9 ___materialReferenceStack_55;
|
|
TMP_TextProcessingStack_1_t243EA1B5D7FD2295D6533B953F0BBE8F52EFB8A0 ___lineJustificationStack_56;
|
|
int32_t ___spriteAnimationID_57;
|
|
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* ___currentFontAsset_58;
|
|
TMP_SpriteAsset_t81F779E6F705CE190DC0D1F93A954CB8B1774B39* ___currentSpriteAsset_59;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___currentMaterial_60;
|
|
int32_t ___currentMaterialIndex_61;
|
|
Extents_tA2D2F95811D0A18CB7AC3570D2D8F8CD3AF4C4A8 ___meshExtents_62;
|
|
int32_t ___tagNoParsing_63;
|
|
int32_t ___isNonBreakingSpace_64;
|
|
};
|
|
// Native definition for COM marshalling of TMPro.WordWrapState
|
|
struct WordWrapState_t80F67D8CAA9B1A0A3D5266521E23A9F3100EDD0A_marshaled_com
|
|
{
|
|
int32_t ___previous_WordBreak_0;
|
|
int32_t ___total_CharacterCount_1;
|
|
int32_t ___visible_CharacterCount_2;
|
|
int32_t ___visible_SpriteCount_3;
|
|
int32_t ___visible_LinkCount_4;
|
|
int32_t ___firstCharacterIndex_5;
|
|
int32_t ___firstVisibleCharacterIndex_6;
|
|
int32_t ___lastCharacterIndex_7;
|
|
int32_t ___lastVisibleCharIndex_8;
|
|
int32_t ___lineNumber_9;
|
|
float ___maxCapHeight_10;
|
|
float ___maxAscender_11;
|
|
float ___maxDescender_12;
|
|
float ___startOfLineAscender_13;
|
|
float ___maxLineAscender_14;
|
|
float ___maxLineDescender_15;
|
|
float ___pageAscender_16;
|
|
int32_t ___horizontalAlignment_17;
|
|
float ___marginLeft_18;
|
|
float ___marginRight_19;
|
|
float ___xAdvance_20;
|
|
float ___preferredWidth_21;
|
|
float ___preferredHeight_22;
|
|
float ___previousLineScale_23;
|
|
int32_t ___wordCount_24;
|
|
int32_t ___fontStyle_25;
|
|
int32_t ___italicAngle_26;
|
|
float ___fontScaleMultiplier_27;
|
|
float ___currentFontSize_28;
|
|
float ___baselineOffset_29;
|
|
float ___lineOffset_30;
|
|
int32_t ___isDrivenLineSpacing_31;
|
|
float ___glyphHorizontalAdvanceAdjustment_32;
|
|
float ___cSpace_33;
|
|
float ___mSpace_34;
|
|
TMP_TextInfo_t09A8E906329422C3F0C059876801DD695B8D524D* ___textInfo_35;
|
|
TMP_LineInfo_tB75C1965B58DB7B3A046C8CA55AD6AB92B6B17B3 ___lineInfo_36;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___vertexColor_37;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___underlineColor_38;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___strikethroughColor_39;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___highlightColor_40;
|
|
TMP_FontStyleStack_t52885F172FADBC21346C835B5302167BDA8020DC ___basicStyleStack_41;
|
|
TMP_TextProcessingStack_1_tFBA719426D68CE1F2B5849D97AF5E5D65846290C ___italicAngleStack_42;
|
|
TMP_TextProcessingStack_1_tF2CD5BE59E5EB22EA9E3EE3043A004EA918C4BB3 ___colorStack_43;
|
|
TMP_TextProcessingStack_1_tF2CD5BE59E5EB22EA9E3EE3043A004EA918C4BB3 ___underlineColorStack_44;
|
|
TMP_TextProcessingStack_1_tF2CD5BE59E5EB22EA9E3EE3043A004EA918C4BB3 ___strikethroughColorStack_45;
|
|
TMP_TextProcessingStack_1_tF2CD5BE59E5EB22EA9E3EE3043A004EA918C4BB3 ___highlightColorStack_46;
|
|
TMP_TextProcessingStack_1_t57AECDCC936A7FF1D6CF66CA11560B28A675648D ___highlightStateStack_47;
|
|
TMP_TextProcessingStack_1_tC8FAEB17246D3B171EFD11165A5761AE39B40D0C ___colorGradientStack_48;
|
|
TMP_TextProcessingStack_1_t138EC06BE7F101AA0A3C8D2DC951E55AACE085E9 ___sizeStack_49;
|
|
TMP_TextProcessingStack_1_t138EC06BE7F101AA0A3C8D2DC951E55AACE085E9 ___indentStack_50;
|
|
TMP_TextProcessingStack_1_tA5C8CED87DD9E73F6359E23B334FFB5B6F813FD4 ___fontWeightStack_51;
|
|
TMP_TextProcessingStack_1_tFBA719426D68CE1F2B5849D97AF5E5D65846290C ___styleStack_52;
|
|
TMP_TextProcessingStack_1_t138EC06BE7F101AA0A3C8D2DC951E55AACE085E9 ___baselineStack_53;
|
|
TMP_TextProcessingStack_1_tFBA719426D68CE1F2B5849D97AF5E5D65846290C ___actionStack_54;
|
|
TMP_TextProcessingStack_1_tB03E08F69415B281A5A81138F09E49EE58402DF9 ___materialReferenceStack_55;
|
|
TMP_TextProcessingStack_1_t243EA1B5D7FD2295D6533B953F0BBE8F52EFB8A0 ___lineJustificationStack_56;
|
|
int32_t ___spriteAnimationID_57;
|
|
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* ___currentFontAsset_58;
|
|
TMP_SpriteAsset_t81F779E6F705CE190DC0D1F93A954CB8B1774B39* ___currentSpriteAsset_59;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___currentMaterial_60;
|
|
int32_t ___currentMaterialIndex_61;
|
|
Extents_tA2D2F95811D0A18CB7AC3570D2D8F8CD3AF4C4A8 ___meshExtents_62;
|
|
int32_t ___tagNoParsing_63;
|
|
int32_t ___isNonBreakingSpace_64;
|
|
};
|
|
|
|
// FEasing/Function
|
|
struct Function_tD1FD6FBF07FCE0BF65777E4F9D477AE069A0431C : public MulticastDelegate_t
|
|
{
|
|
};
|
|
|
|
// TMPro.TMP_TextProcessingStack`1<TMPro.WordWrapState>
|
|
struct TMP_TextProcessingStack_1_t2DDA00FFC64AF6E3AFD475AB2086D16C34787E0F
|
|
{
|
|
// T[] TMPro.TMP_TextProcessingStack`1::itemStack
|
|
WordWrapStateU5BU5D_t473D59C9DBCC949CE72EF1EB471CBA152A6CEAC9* ___itemStack_0;
|
|
// System.Int32 TMPro.TMP_TextProcessingStack`1::index
|
|
int32_t ___index_1;
|
|
// T TMPro.TMP_TextProcessingStack`1::m_DefaultItem
|
|
WordWrapState_t80F67D8CAA9B1A0A3D5266521E23A9F3100EDD0A ___m_DefaultItem_2;
|
|
// System.Int32 TMPro.TMP_TextProcessingStack`1::m_Capacity
|
|
int32_t ___m_Capacity_3;
|
|
// System.Int32 TMPro.TMP_TextProcessingStack`1::m_RolloverSize
|
|
int32_t ___m_RolloverSize_4;
|
|
// System.Int32 TMPro.TMP_TextProcessingStack`1::m_Count
|
|
int32_t ___m_Count_5;
|
|
};
|
|
|
|
// UnityEngine.Animator
|
|
struct Animator_t8A52E42AE54F76681838FE9E632683EF3952E883 : public Behaviour_t01970CFBBA658497AE30F311C447DB0440BAB7FA
|
|
{
|
|
};
|
|
|
|
// System.ArgumentNullException
|
|
struct ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129 : public ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263
|
|
{
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Controls.AxisControl
|
|
struct AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7 : public InputControl_1_t7A35A4AF63A7AA94678E000D4F3265A1FD84288A
|
|
{
|
|
// UnityEngine.InputSystem.Controls.AxisControl/Clamp UnityEngine.InputSystem.Controls.AxisControl::clamp
|
|
int32_t ___clamp_28;
|
|
// System.Single UnityEngine.InputSystem.Controls.AxisControl::clampMin
|
|
float ___clampMin_29;
|
|
// System.Single UnityEngine.InputSystem.Controls.AxisControl::clampMax
|
|
float ___clampMax_30;
|
|
// System.Single UnityEngine.InputSystem.Controls.AxisControl::clampConstant
|
|
float ___clampConstant_31;
|
|
// System.Boolean UnityEngine.InputSystem.Controls.AxisControl::invert
|
|
bool ___invert_32;
|
|
// System.Boolean UnityEngine.InputSystem.Controls.AxisControl::normalize
|
|
bool ___normalize_33;
|
|
// System.Single UnityEngine.InputSystem.Controls.AxisControl::normalizeMin
|
|
float ___normalizeMin_34;
|
|
// System.Single UnityEngine.InputSystem.Controls.AxisControl::normalizeMax
|
|
float ___normalizeMax_35;
|
|
// System.Single UnityEngine.InputSystem.Controls.AxisControl::normalizeZero
|
|
float ___normalizeZero_36;
|
|
// System.Boolean UnityEngine.InputSystem.Controls.AxisControl::scale
|
|
bool ___scale_37;
|
|
// System.Single UnityEngine.InputSystem.Controls.AxisControl::scaleFactor
|
|
float ___scaleFactor_38;
|
|
};
|
|
|
|
// NodeCanvas.BehaviourTrees.BehaviourTree
|
|
struct BehaviourTree_t6AF4016EBA17F68BDB7FA2350CDD23D7D3629562 : public Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032
|
|
{
|
|
// System.Boolean NodeCanvas.BehaviourTrees.BehaviourTree::repeat
|
|
bool ___repeat_27;
|
|
// System.Single NodeCanvas.BehaviourTrees.BehaviourTree::updateInterval
|
|
float ___updateInterval_28;
|
|
// System.Single NodeCanvas.BehaviourTrees.BehaviourTree::intervalCounter
|
|
float ___intervalCounter_30;
|
|
// NodeCanvas.Framework.Status NodeCanvas.BehaviourTrees.BehaviourTree::_rootStatus
|
|
int32_t ____rootStatus_31;
|
|
};
|
|
|
|
// UnityEngine.BoxCollider
|
|
struct BoxCollider_tFA5D239388334D6DE0B8FFDAD6825C5B03786E23 : public Collider_t1CC3163924FCD6C4CC2E816373A929C1E3D55E76
|
|
{
|
|
};
|
|
|
|
// UnityEngine.Camera
|
|
struct Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184 : public Behaviour_t01970CFBBA658497AE30F311C447DB0440BAB7FA
|
|
{
|
|
};
|
|
|
|
// UnityEngine.Canvas
|
|
struct Canvas_t2DB4CEFDFF732884866C83F11ABF75F5AE8FFB26 : public Behaviour_t01970CFBBA658497AE30F311C447DB0440BAB7FA
|
|
{
|
|
};
|
|
|
|
// UnityEngine.CharacterController
|
|
struct CharacterController_t847C1A2719F60547D7D6077B648D6CE2D1EF3A6A : public Collider_t1CC3163924FCD6C4CC2E816373A929C1E3D55E76
|
|
{
|
|
};
|
|
|
|
// UnityEngine.ConfigurableJoint
|
|
struct ConfigurableJoint_t8B33AB5A6B8D52493F14C4B8DBDF78A1C94ECB77 : public Joint_tB2C5499F976EBB1EA1C11A80E1BD9F5E2EE4D682
|
|
{
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Gamepad
|
|
struct Gamepad_tA8C0E40B4F0828615C6C6E1A69AAEBE5AA643A4C : public InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B
|
|
{
|
|
// UnityEngine.InputSystem.Controls.ButtonControl UnityEngine.InputSystem.Gamepad::<buttonWest>k__BackingField
|
|
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___U3CbuttonWestU3Ek__BackingField_44;
|
|
// UnityEngine.InputSystem.Controls.ButtonControl UnityEngine.InputSystem.Gamepad::<buttonNorth>k__BackingField
|
|
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___U3CbuttonNorthU3Ek__BackingField_45;
|
|
// UnityEngine.InputSystem.Controls.ButtonControl UnityEngine.InputSystem.Gamepad::<buttonSouth>k__BackingField
|
|
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___U3CbuttonSouthU3Ek__BackingField_46;
|
|
// UnityEngine.InputSystem.Controls.ButtonControl UnityEngine.InputSystem.Gamepad::<buttonEast>k__BackingField
|
|
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___U3CbuttonEastU3Ek__BackingField_47;
|
|
// UnityEngine.InputSystem.Controls.ButtonControl UnityEngine.InputSystem.Gamepad::<leftStickButton>k__BackingField
|
|
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___U3CleftStickButtonU3Ek__BackingField_48;
|
|
// UnityEngine.InputSystem.Controls.ButtonControl UnityEngine.InputSystem.Gamepad::<rightStickButton>k__BackingField
|
|
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___U3CrightStickButtonU3Ek__BackingField_49;
|
|
// UnityEngine.InputSystem.Controls.ButtonControl UnityEngine.InputSystem.Gamepad::<startButton>k__BackingField
|
|
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___U3CstartButtonU3Ek__BackingField_50;
|
|
// UnityEngine.InputSystem.Controls.ButtonControl UnityEngine.InputSystem.Gamepad::<selectButton>k__BackingField
|
|
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___U3CselectButtonU3Ek__BackingField_51;
|
|
// UnityEngine.InputSystem.Controls.DpadControl UnityEngine.InputSystem.Gamepad::<dpad>k__BackingField
|
|
DpadControl_t517E87BF3EB22369B71EA1941648079B468A45AB* ___U3CdpadU3Ek__BackingField_52;
|
|
// UnityEngine.InputSystem.Controls.ButtonControl UnityEngine.InputSystem.Gamepad::<leftShoulder>k__BackingField
|
|
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___U3CleftShoulderU3Ek__BackingField_53;
|
|
// UnityEngine.InputSystem.Controls.ButtonControl UnityEngine.InputSystem.Gamepad::<rightShoulder>k__BackingField
|
|
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___U3CrightShoulderU3Ek__BackingField_54;
|
|
// UnityEngine.InputSystem.Controls.StickControl UnityEngine.InputSystem.Gamepad::<leftStick>k__BackingField
|
|
StickControl_t2608D1388A5015029123635B4B589AC7EE20C50B* ___U3CleftStickU3Ek__BackingField_55;
|
|
// UnityEngine.InputSystem.Controls.StickControl UnityEngine.InputSystem.Gamepad::<rightStick>k__BackingField
|
|
StickControl_t2608D1388A5015029123635B4B589AC7EE20C50B* ___U3CrightStickU3Ek__BackingField_56;
|
|
// UnityEngine.InputSystem.Controls.ButtonControl UnityEngine.InputSystem.Gamepad::<leftTrigger>k__BackingField
|
|
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___U3CleftTriggerU3Ek__BackingField_57;
|
|
// UnityEngine.InputSystem.Controls.ButtonControl UnityEngine.InputSystem.Gamepad::<rightTrigger>k__BackingField
|
|
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___U3CrightTriggerU3Ek__BackingField_58;
|
|
// UnityEngine.InputSystem.Haptics.DualMotorRumble UnityEngine.InputSystem.Gamepad::m_Rumble
|
|
DualMotorRumble_t7FF13D9599E8A574E5041726BD84CB8897E42701 ___m_Rumble_60;
|
|
};
|
|
|
|
// UnityEngine.HingeJoint
|
|
struct HingeJoint_t70A95A9F77881D06B0A7BE99B7B16EA40332D2D7 : public Joint_tB2C5499F976EBB1EA1C11A80E1BD9F5E2EE4D682
|
|
{
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Keyboard
|
|
struct Keyboard_t015BD1A6508137D20B4395295F6E002773FAAF43 : public InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B
|
|
{
|
|
// UnityEngine.InputSystem.Controls.AnyKeyControl UnityEngine.InputSystem.Keyboard::<anyKey>k__BackingField
|
|
AnyKeyControl_t88E59A594CAF1E3A432C3BEC2634C0CA462D8A14* ___U3CanyKeyU3Ek__BackingField_45;
|
|
// UnityEngine.InputSystem.Controls.ButtonControl UnityEngine.InputSystem.Keyboard::<shiftKey>k__BackingField
|
|
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___U3CshiftKeyU3Ek__BackingField_46;
|
|
// UnityEngine.InputSystem.Controls.ButtonControl UnityEngine.InputSystem.Keyboard::<ctrlKey>k__BackingField
|
|
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___U3CctrlKeyU3Ek__BackingField_47;
|
|
// UnityEngine.InputSystem.Controls.ButtonControl UnityEngine.InputSystem.Keyboard::<altKey>k__BackingField
|
|
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___U3CaltKeyU3Ek__BackingField_48;
|
|
// UnityEngine.InputSystem.Controls.ButtonControl UnityEngine.InputSystem.Keyboard::<imeSelected>k__BackingField
|
|
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___U3CimeSelectedU3Ek__BackingField_49;
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<System.Action`1<System.Char>> UnityEngine.InputSystem.Keyboard::m_TextInputListeners
|
|
InlinedArray_1_t031A607559EE9F23E8BC012CD9661BFB3EB2BFC1 ___m_TextInputListeners_51;
|
|
// System.String UnityEngine.InputSystem.Keyboard::m_KeyboardLayoutName
|
|
String_t* ___m_KeyboardLayoutName_52;
|
|
// UnityEngine.InputSystem.Controls.KeyControl[] UnityEngine.InputSystem.Keyboard::m_Keys
|
|
KeyControlU5BU5D_t247D92FAA9E46BA28BB54BB6E38E7F99BD2C02DA* ___m_Keys_53;
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<System.Action`1<UnityEngine.InputSystem.LowLevel.IMECompositionString>> UnityEngine.InputSystem.Keyboard::m_ImeCompositionListeners
|
|
InlinedArray_1_t8249EE706E2222F1A22F40FB70BEB230C11C5992 ___m_ImeCompositionListeners_54;
|
|
};
|
|
|
|
// UnityEngine.LineRenderer
|
|
struct LineRenderer_tEFEF960672DB69CB14B6D181FAE6292F0CF8B63D : public Renderer_t320575F223BCB177A982E5DDB5DB19FAA89E7FBF
|
|
{
|
|
};
|
|
|
|
// UnityEngine.MeshRenderer
|
|
struct MeshRenderer_t4B7747212F0B88244BB7790C61AE124BFC15BAAE : public Renderer_t320575F223BCB177A982E5DDB5DB19FAA89E7FBF
|
|
{
|
|
};
|
|
|
|
// UnityEngine.MonoBehaviour
|
|
struct MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71 : public Behaviour_t01970CFBBA658497AE30F311C447DB0440BAB7FA
|
|
{
|
|
};
|
|
|
|
// UnityEngine.AI.NavMeshAgent
|
|
struct NavMeshAgent_t5D0CCC0B3B78242F286C9BD8EDD87C3CCBD0A66F : public Behaviour_t01970CFBBA658497AE30F311C447DB0440BAB7FA
|
|
{
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Pointer
|
|
struct Pointer_t800EF2832B62E889AC9C182E3B18098AF220E32A : public InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B
|
|
{
|
|
// UnityEngine.InputSystem.Controls.Vector2Control UnityEngine.InputSystem.Pointer::<position>k__BackingField
|
|
Vector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432* ___U3CpositionU3Ek__BackingField_44;
|
|
// UnityEngine.InputSystem.Controls.DeltaControl UnityEngine.InputSystem.Pointer::<delta>k__BackingField
|
|
DeltaControl_t63053AF5E0CD02B62F3CDE79821E4A12F72D573B* ___U3CdeltaU3Ek__BackingField_45;
|
|
// UnityEngine.InputSystem.Controls.Vector2Control UnityEngine.InputSystem.Pointer::<radius>k__BackingField
|
|
Vector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432* ___U3CradiusU3Ek__BackingField_46;
|
|
// UnityEngine.InputSystem.Controls.AxisControl UnityEngine.InputSystem.Pointer::<pressure>k__BackingField
|
|
AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* ___U3CpressureU3Ek__BackingField_47;
|
|
// UnityEngine.InputSystem.Controls.ButtonControl UnityEngine.InputSystem.Pointer::<press>k__BackingField
|
|
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___U3CpressU3Ek__BackingField_48;
|
|
// UnityEngine.InputSystem.Controls.IntegerControl UnityEngine.InputSystem.Pointer::<displayIndex>k__BackingField
|
|
IntegerControl_tA24544EFF42204852F638FF5147F754962C997AB* ___U3CdisplayIndexU3Ek__BackingField_49;
|
|
};
|
|
|
|
// UnityEngine.ReflectionProbe
|
|
struct ReflectionProbe_t7CFA63F0340447A0069E66DB261A8A1B79BA8A2D : public Behaviour_t01970CFBBA658497AE30F311C447DB0440BAB7FA
|
|
{
|
|
};
|
|
|
|
// UnityEngine.TrailRenderer
|
|
struct TrailRenderer_tF7E185EF383CF4300DFC3E1DE59FA6100B93CA39 : public Renderer_t320575F223BCB177A982E5DDB5DB19FAA89E7FBF
|
|
{
|
|
};
|
|
|
|
// NodeCanvas.Tasks.Actions.TunnelAction
|
|
struct TunnelAction_tDE6FCE93D9C044878822081C988C5E4024F23E46 : public BTDecorator_tCE7F6F404106D897568861CF92ECD5F20D5628DB
|
|
{
|
|
// NodeCanvas.Framework.ActionTask NodeCanvas.Tasks.Actions.TunnelAction::_action
|
|
ActionTask_t6B5C6B67D00E7AF678FAEDC91859B778C24A8E1E* ____action_17;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Controls.Vector2Control
|
|
struct Vector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432 : public InputControl_1_tC164085710F2FAA9161295C9B7FE273AF893CF66
|
|
{
|
|
// UnityEngine.InputSystem.Controls.AxisControl UnityEngine.InputSystem.Controls.Vector2Control::<x>k__BackingField
|
|
AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* ___U3CxU3Ek__BackingField_28;
|
|
// UnityEngine.InputSystem.Controls.AxisControl UnityEngine.InputSystem.Controls.Vector2Control::<y>k__BackingField
|
|
AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* ___U3CyU3Ek__BackingField_29;
|
|
};
|
|
|
|
// UnityTemplateProjects.AnimProxy
|
|
struct AnimProxy_tF16E3831F520A8ACBFF6B1E969F9901B221B847B : public MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71
|
|
{
|
|
// UnityEngine.Component UnityTemplateProjects.AnimProxy::mono
|
|
Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* ___mono_4;
|
|
// System.Collections.Generic.Dictionary`2<System.String,System.Reflection.MethodInfo> UnityTemplateProjects.AnimProxy::cache
|
|
Dictionary_2_tA6171034F19E116CFB6E9839DA229454DA8469E3* ___cache_5;
|
|
};
|
|
|
|
// AudioDropRigidBody
|
|
struct AudioDropRigidBody_tE829D8CA3BE090770E0B76EF22A3F7C260089666 : public MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71
|
|
{
|
|
// FMODUnity.EventReference AudioDropRigidBody::clip
|
|
EventReference_tA4CA1F882DC447E6B50F989D1FC08F065C91FB51 ___clip_4;
|
|
// FMOD.Studio.EventInstance AudioDropRigidBody::instance
|
|
EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF ___instance_5;
|
|
// FMOD.Studio.EventDescription AudioDropRigidBody::eventDescription
|
|
EventDescription_t2904DB225583633AC5E150B2FF1EA269955FB28C ___eventDescription_6;
|
|
};
|
|
|
|
// UnityTemplateProjects.BulletProxy
|
|
struct BulletProxy_t69B757140BE44FF8CEDF98A21A331303C05FE1EE : public MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71
|
|
{
|
|
// UnityEngine.TrailRenderer UnityTemplateProjects.BulletProxy::tr
|
|
TrailRenderer_tF7E185EF383CF4300DFC3E1DE59FA6100B93CA39* ___tr_4;
|
|
// UnityEngine.ParticleSystem UnityTemplateProjects.BulletProxy::particles
|
|
ParticleSystem_tB19986EE308BD63D36FB6025EEEAFBEDB97C67C1* ___particles_5;
|
|
// System.Single UnityTemplateProjects.BulletProxy::oldTime
|
|
float ___oldTime_6;
|
|
// UnityEngine.ParticleSystem UnityTemplateProjects.BulletProxy::instPart
|
|
ParticleSystem_tB19986EE308BD63D36FB6025EEEAFBEDB97C67C1* ___instPart_7;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Controls.ButtonControl
|
|
struct ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF : public AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7
|
|
{
|
|
// System.Single UnityEngine.InputSystem.Controls.ButtonControl::pressPoint
|
|
float ___pressPoint_39;
|
|
};
|
|
|
|
// CameraShake
|
|
struct CameraShake_tAC55122F42E0B2A0581731E4C9799A5A8A0D7CA1 : public MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71
|
|
{
|
|
// UnityEngine.Transform CameraShake::camTransform
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___camTransform_4;
|
|
// System.Single CameraShake::decreaseFactor
|
|
float ___decreaseFactor_7;
|
|
// UnityEngine.Vector3 CameraShake::originalPos
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___originalPos_8;
|
|
};
|
|
|
|
// CameraShakeCaller
|
|
struct CameraShakeCaller_t330308AF3BBFB05B046785F6DA0340A3858A252D : public MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71
|
|
{
|
|
// System.Single CameraShakeCaller::ProjectileShakeDuration
|
|
float ___ProjectileShakeDuration_4;
|
|
// System.Single CameraShakeCaller::ProjectileShakeAmount
|
|
float ___ProjectileShakeAmount_5;
|
|
};
|
|
|
|
// CameraShakeProjectile
|
|
struct CameraShakeProjectile_t37E0198F3A95DD8C53B2D29178D63D2003A1E568 : public MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71
|
|
{
|
|
// UnityEngine.Animator CameraShakeProjectile::CamerShakeAnimator
|
|
Animator_t8A52E42AE54F76681838FE9E632683EF3952E883* ___CamerShakeAnimator_4;
|
|
};
|
|
|
|
// CollisionTutorialTargetTree
|
|
struct CollisionTutorialTargetTree_tAB7EE25D2606B7670573E10D148572E9CDC270F4 : public MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71
|
|
{
|
|
// NodeCanvas.BehaviourTrees.BehaviourTreeOwner CollisionTutorialTargetTree::treeOwner
|
|
BehaviourTreeOwner_tDAB46C0E4C6E3CCE1C266D358A11D49EE00F9E12* ___treeOwner_4;
|
|
// UnityEngine.Collider[] CollisionTutorialTargetTree::head
|
|
ColliderU5BU5D_t94A9D70F63D095AFF2A9B4613012A5F7F3141787* ___head_5;
|
|
// UnityEngine.Collider[] CollisionTutorialTargetTree::body
|
|
ColliderU5BU5D_t94A9D70F63D095AFF2A9B4613012A5F7F3141787* ___body_6;
|
|
// System.String CollisionTutorialTargetTree::nameVariableHit
|
|
String_t* ___nameVariableHit_7;
|
|
// System.String CollisionTutorialTargetTree::nameVariableDeath
|
|
String_t* ___nameVariableDeath_8;
|
|
};
|
|
|
|
// HurricaneVR.TechDemo.Scripts.DemoBackpack
|
|
struct DemoBackpack_t9A0BE46F33C84C926839B5142877071E3E1B7BCC : public MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71
|
|
{
|
|
// System.Collections.Generic.List`1<UnityEngine.Collider> HurricaneVR.TechDemo.Scripts.DemoBackpack::Colliders
|
|
List_1_t58F89DEDCD7DABB0CFB009AAD9C0CFE061592252* ___Colliders_4;
|
|
};
|
|
|
|
// HurricaneVR.TechDemo.Scripts.DemoCodeGrabbing
|
|
struct DemoCodeGrabbing_t46EA9C851EC8245D4E49E0C4554C2F8D29EBDA64 : public MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71
|
|
{
|
|
// HurricaneVR.Framework.Core.Grabbers.HVRHandGrabber HurricaneVR.TechDemo.Scripts.DemoCodeGrabbing::<Grabber>k__BackingField
|
|
HVRHandGrabber_t9CB7C31300D3D84C4E564C643D0BF501EBB16B90* ___U3CGrabberU3Ek__BackingField_4;
|
|
// HurricaneVR.Framework.Core.HVRGrabbable HurricaneVR.TechDemo.Scripts.DemoCodeGrabbing::Grabbable
|
|
HVRGrabbable_tC5E7380624392C1F4EB5BEA99BF9C187D151C0DE* ___Grabbable_5;
|
|
// HurricaneVR.Framework.Shared.HVRGrabTrigger HurricaneVR.TechDemo.Scripts.DemoCodeGrabbing::GrabTrigger
|
|
int32_t ___GrabTrigger_6;
|
|
// HurricaneVR.Framework.Core.HandPoser.HVRPosableGrabPoint HurricaneVR.TechDemo.Scripts.DemoCodeGrabbing::GrabPoint
|
|
HVRPosableGrabPoint_t45AD7B3827EE2CFF89742F05F9FFD2E208D9CB23* ___GrabPoint_7;
|
|
};
|
|
|
|
// HurricaneVR.TechDemo.Scripts.DemoDummyArm
|
|
struct DemoDummyArm_tAB2AD7E697B5DB0CE23303F4EFC2DBFC9B6A27EF : public MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71
|
|
{
|
|
// UnityEngine.Transform HurricaneVR.TechDemo.Scripts.DemoDummyArm::Anchor
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___Anchor_4;
|
|
// System.Single HurricaneVR.TechDemo.Scripts.DemoDummyArm::Length
|
|
float ___Length_5;
|
|
// UnityEngine.LineRenderer HurricaneVR.TechDemo.Scripts.DemoDummyArm::Rope
|
|
LineRenderer_tEFEF960672DB69CB14B6D181FAE6292F0CF8B63D* ___Rope_6;
|
|
// UnityEngine.Transform HurricaneVR.TechDemo.Scripts.DemoDummyArm::ArmRopeAnchor
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___ArmRopeAnchor_7;
|
|
};
|
|
|
|
// HurricaneVR.TechDemo.Scripts.DemoFullStabConfetti
|
|
struct DemoFullStabConfetti_t2351D081B59A69B608314F770C72AAE149EFFA98 : public MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71
|
|
{
|
|
// HurricaneVR.Framework.Core.Stabbing.HVRStabbable HurricaneVR.TechDemo.Scripts.DemoFullStabConfetti::Stabbable
|
|
HVRStabbable_t71A2D16350A6CAB51630D1314BE9C10870FE29E1* ___Stabbable_4;
|
|
// UnityEngine.ParticleSystem HurricaneVR.TechDemo.Scripts.DemoFullStabConfetti::Confetti
|
|
ParticleSystem_tB19986EE308BD63D36FB6025EEEAFBEDB97C67C1* ___Confetti_5;
|
|
// System.Boolean HurricaneVR.TechDemo.Scripts.DemoFullStabConfetti::OnFullStab
|
|
bool ___OnFullStab_6;
|
|
// UnityEngine.Vector3 HurricaneVR.TechDemo.Scripts.DemoFullStabConfetti::point
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___point_7;
|
|
// UnityEngine.Vector3 HurricaneVR.TechDemo.Scripts.DemoFullStabConfetti::normal
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___normal_8;
|
|
};
|
|
|
|
// HurricaneVR.TechDemo.Scripts.DemoGlassRotate
|
|
struct DemoGlassRotate_tE49811E14A1FF9B74C86C24493B000331AE8D2DF : public MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71
|
|
{
|
|
// System.Single HurricaneVR.TechDemo.Scripts.DemoGlassRotate::Timer
|
|
float ___Timer_4;
|
|
// System.Single HurricaneVR.TechDemo.Scripts.DemoGlassRotate::Degrees
|
|
float ___Degrees_5;
|
|
// System.Boolean HurricaneVR.TechDemo.Scripts.DemoGlassRotate::Unlocked
|
|
bool ___Unlocked_6;
|
|
// System.Boolean HurricaneVR.TechDemo.Scripts.DemoGlassRotate::DoneRotating
|
|
bool ___DoneRotating_7;
|
|
// UnityEngine.AudioClip HurricaneVR.TechDemo.Scripts.DemoGlassRotate::SFXOpen
|
|
AudioClip_t5D272C4EB4F2D3ED49F1C346DEA373CF6D585F20* ___SFXOpen_8;
|
|
// System.Single HurricaneVR.TechDemo.Scripts.DemoGlassRotate::_elapsed
|
|
float ____elapsed_9;
|
|
};
|
|
|
|
// HurricaneVR.TechDemo.Scripts.DemoHatchDoor
|
|
struct DemoHatchDoor_t2709BFF9CCDB2E23EFC7CFF1694E224B33090A70 : public MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71
|
|
{
|
|
// System.Single HurricaneVR.TechDemo.Scripts.DemoHatchDoor::Timer
|
|
float ___Timer_4;
|
|
// System.Single HurricaneVR.TechDemo.Scripts.DemoHatchDoor::Degrees
|
|
float ___Degrees_5;
|
|
// System.Boolean HurricaneVR.TechDemo.Scripts.DemoHatchDoor::Unlocked
|
|
bool ___Unlocked_6;
|
|
// System.Boolean HurricaneVR.TechDemo.Scripts.DemoHatchDoor::DoneRotating
|
|
bool ___DoneRotating_7;
|
|
// UnityEngine.AudioClip HurricaneVR.TechDemo.Scripts.DemoHatchDoor::SFXOpen
|
|
AudioClip_t5D272C4EB4F2D3ED49F1C346DEA373CF6D585F20* ___SFXOpen_8;
|
|
// System.Single HurricaneVR.TechDemo.Scripts.DemoHatchDoor::_elapsed
|
|
float ____elapsed_9;
|
|
};
|
|
|
|
// HurricaneVR.TechDemo.Scripts.DemoHeavyDoor
|
|
struct DemoHeavyDoor_t310E87E094DEC7C4717C2E0D589A0FFB5D1BDD73 : public MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71
|
|
{
|
|
// UnityEngine.Rigidbody HurricaneVR.TechDemo.Scripts.DemoHeavyDoor::DoorRigidbody
|
|
Rigidbody_t268697F5A994213ED97393309870968BC1C7393C* ___DoorRigidbody_4;
|
|
// HurricaneVR.Framework.Components.HVRRotationTracker HurricaneVR.TechDemo.Scripts.DemoHeavyDoor::ValveTracker
|
|
HVRRotationTracker_tF6E4B67021F9D4DDF5D3C949CDA8DD2B8B24B067* ___ValveTracker_5;
|
|
// HurricaneVR.Framework.Components.HVRRotationLimiter HurricaneVR.TechDemo.Scripts.DemoHeavyDoor::Limiter
|
|
HVRRotationLimiter_tF5CD8BEF6539AEF6B30DD3CC7E163EB09771C672* ___Limiter_6;
|
|
// System.Single HurricaneVR.TechDemo.Scripts.DemoHeavyDoor::MaxAngle
|
|
float ___MaxAngle_7;
|
|
// UnityEngine.AudioClip[] HurricaneVR.TechDemo.Scripts.DemoHeavyDoor::SFX
|
|
AudioClipU5BU5D_t916722468F7EDCFA833318C35CD7D41097D75D31* ___SFX_8;
|
|
// System.Single HurricaneVR.TechDemo.Scripts.DemoHeavyDoor::SFXAngle
|
|
float ___SFXAngle_9;
|
|
// System.Single HurricaneVR.TechDemo.Scripts.DemoHeavyDoor::Angle
|
|
float ___Angle_10;
|
|
// UnityEngine.Quaternion HurricaneVR.TechDemo.Scripts.DemoHeavyDoor::_startRotation
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 ____startRotation_11;
|
|
};
|
|
|
|
// HurricaneVR.TechDemo.Scripts.DemoHelper
|
|
struct DemoHelper_t18AEBF87CA83CDE95B32DEF6D22C8DFFA986C4C4 : public MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71
|
|
{
|
|
// System.Collections.Generic.List`1<UnityEngine.Transform> HurricaneVR.TechDemo.Scripts.DemoHelper::Parents
|
|
List_1_t991BBC5A1D51F59A450367DF944DAA207F22D06D* ___Parents_4;
|
|
// System.Collections.Generic.List`1<HurricaneVR.Framework.Core.HVRGrabbable> HurricaneVR.TechDemo.Scripts.DemoHelper::Grabbables
|
|
List_1_t22B6AE59B095268F44B72F67D547A0C9A244CA78* ___Grabbables_5;
|
|
// System.Boolean HurricaneVR.TechDemo.Scripts.DemoHelper::ForceReset
|
|
bool ___ForceReset_6;
|
|
// System.Collections.Generic.List`1<HurricaneVR.TechDemo.Scripts.DemoHelper/ResetState> HurricaneVR.TechDemo.Scripts.DemoHelper::_grabbableState
|
|
List_1_tA910625D0D90E7578EB9529664A9C52989FF743E* ____grabbableState_7;
|
|
// System.Collections.Generic.List`1<HurricaneVR.Framework.Core.HVRGrabbable> HurricaneVR.TechDemo.Scripts.DemoHelper::_balls
|
|
List_1_t22B6AE59B095268F44B72F67D547A0C9A244CA78* ____balls_8;
|
|
};
|
|
|
|
// HurricaneVR.TechDemo.Scripts.DemoHolsterOrientation
|
|
struct DemoHolsterOrientation_t13F4399A5F837542FC31B09006CD899773EEBEA0 : public MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71
|
|
{
|
|
// UnityEngine.Transform HurricaneVR.TechDemo.Scripts.DemoHolsterOrientation::Orientation
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___Orientation_4;
|
|
};
|
|
|
|
// HurricaneVR.TechDemo.Scripts.DemoKeyHologram
|
|
struct DemoKeyHologram_tFC3E8A155E1BA9C1CAB774F214137B6BEAA3A47C : public MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71
|
|
{
|
|
// System.Single HurricaneVR.TechDemo.Scripts.DemoKeyHologram::Interval
|
|
float ___Interval_4;
|
|
// System.Single HurricaneVR.TechDemo.Scripts.DemoKeyHologram::LastMove
|
|
float ___LastMove_5;
|
|
// System.Collections.Generic.List`1<UnityEngine.Vector3> HurricaneVR.TechDemo.Scripts.DemoKeyHologram::Positions
|
|
List_1_t77B94703E05C519A9010DD0614F757F974E1CD8B* ___Positions_6;
|
|
// System.Int32 HurricaneVR.TechDemo.Scripts.DemoKeyHologram::Index
|
|
int32_t ___Index_7;
|
|
};
|
|
|
|
// HurricaneVR.TechDemo.Scripts.DemoKeypad
|
|
struct DemoKeypad_t196DD4F50D8C1503A4AFCD61F5DD388163513144 : public MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71
|
|
{
|
|
// UnityEngine.Events.UnityEvent HurricaneVR.TechDemo.Scripts.DemoKeypad::Unlocked
|
|
UnityEvent_tDC2C3548799DBC91D1E3F3DE60083A66F4751977* ___Unlocked_4;
|
|
// System.String HurricaneVR.TechDemo.Scripts.DemoKeypad::Code
|
|
String_t* ___Code_5;
|
|
// TMPro.TextMeshPro HurricaneVR.TechDemo.Scripts.DemoKeypad::Display
|
|
TextMeshPro_t4560AB28A3EAF503895A781A9C625273D833270E* ___Display_6;
|
|
// System.String HurricaneVR.TechDemo.Scripts.DemoKeypad::Entry
|
|
String_t* ___Entry_7;
|
|
// System.Boolean HurricaneVR.TechDemo.Scripts.DemoKeypad::ForceUnlock
|
|
bool ___ForceUnlock_8;
|
|
// System.Boolean HurricaneVR.TechDemo.Scripts.DemoKeypad::_unlocked
|
|
bool ____unlocked_9;
|
|
};
|
|
|
|
// HurricaneVR.TechDemo.Scripts.DemoLeverDisplay
|
|
struct DemoLeverDisplay_t2762C179729C7EF04242CC997D3EDBB9DE01675A : public MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71
|
|
{
|
|
// System.Int32 HurricaneVR.TechDemo.Scripts.DemoLeverDisplay::_step
|
|
int32_t ____step_4;
|
|
// System.Single HurricaneVR.TechDemo.Scripts.DemoLeverDisplay::_angle
|
|
float ____angle_5;
|
|
// TMPro.TextMeshPro HurricaneVR.TechDemo.Scripts.DemoLeverDisplay::_tm
|
|
TextMeshPro_t4560AB28A3EAF503895A781A9C625273D833270E* ____tm_6;
|
|
};
|
|
|
|
// HurricaneVR.TechDemo.Scripts.DemoLock
|
|
struct DemoLock_t9A1D128BD0551C2F7C2C4A4088A6FA6669004339 : public MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71
|
|
{
|
|
// HurricaneVR.TechDemo.Scripts.DemoPassthroughSocket HurricaneVR.TechDemo.Scripts.DemoLock::Socket
|
|
DemoPassthroughSocket_t24713938A3C6DCD858E22F671E74963B3274ADF3* ___Socket_4;
|
|
// HurricaneVR.Framework.Core.HVRGrabbable HurricaneVR.TechDemo.Scripts.DemoLock::FaceGrabbable
|
|
HVRGrabbable_tC5E7380624392C1F4EB5BEA99BF9C187D151C0DE* ___FaceGrabbable_5;
|
|
// UnityEngine.GameObject HurricaneVR.TechDemo.Scripts.DemoLock::Face
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___Face_6;
|
|
// UnityEngine.Transform HurricaneVR.TechDemo.Scripts.DemoLock::Key
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___Key_7;
|
|
// System.Single HurricaneVR.TechDemo.Scripts.DemoLock::AnimationTime
|
|
float ___AnimationTime_8;
|
|
// UnityEngine.AudioClip HurricaneVR.TechDemo.Scripts.DemoLock::SFXUnlocked
|
|
AudioClip_t5D272C4EB4F2D3ED49F1C346DEA373CF6D585F20* ___SFXUnlocked_9;
|
|
// UnityEngine.AudioClip HurricaneVR.TechDemo.Scripts.DemoLock::SFXKeyInserted
|
|
AudioClip_t5D272C4EB4F2D3ED49F1C346DEA373CF6D585F20* ___SFXKeyInserted_10;
|
|
// System.Single HurricaneVR.TechDemo.Scripts.DemoLock::LockThreshold
|
|
float ___LockThreshold_11;
|
|
// UnityEngine.Events.UnityEvent HurricaneVR.TechDemo.Scripts.DemoLock::Unlocked
|
|
UnityEvent_tDC2C3548799DBC91D1E3F3DE60083A66F4751977* ___Unlocked_12;
|
|
// System.Boolean HurricaneVR.TechDemo.Scripts.DemoLock::_unlocked
|
|
bool ____unlocked_13;
|
|
};
|
|
|
|
// HurricaneVR.TechDemo.Scripts.DemoLockedDoor
|
|
struct DemoLockedDoor_tCA3885325CA417F739F7C6ED111865E68CCBAB15 : public MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71
|
|
{
|
|
// UnityEngine.HingeJoint HurricaneVR.TechDemo.Scripts.DemoLockedDoor::_hinge
|
|
HingeJoint_t70A95A9F77881D06B0A7BE99B7B16EA40332D2D7* ____hinge_4;
|
|
// UnityEngine.Rigidbody HurricaneVR.TechDemo.Scripts.DemoLockedDoor::_rigidbody
|
|
Rigidbody_t268697F5A994213ED97393309870968BC1C7393C* ____rigidbody_5;
|
|
// System.Single HurricaneVR.TechDemo.Scripts.DemoLockedDoor::MinAngle
|
|
float ___MinAngle_6;
|
|
// System.Single HurricaneVR.TechDemo.Scripts.DemoLockedDoor::MaxAngle
|
|
float ___MaxAngle_7;
|
|
// System.Boolean HurricaneVR.TechDemo.Scripts.DemoLockedDoor::LockOnStart
|
|
bool ___LockOnStart_8;
|
|
};
|
|
|
|
// HurricaneVR.TechDemo.Scripts.DemoManualTeleport
|
|
struct DemoManualTeleport_t894CA65F72D5C43AADAB63A8E4AEB4A2C543F9B1 : public MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71
|
|
{
|
|
// UnityEngine.Transform HurricaneVR.TechDemo.Scripts.DemoManualTeleport::PositionOne
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___PositionOne_4;
|
|
// UnityEngine.Transform HurricaneVR.TechDemo.Scripts.DemoManualTeleport::PositionTwo
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___PositionTwo_5;
|
|
// HurricaneVR.Framework.Core.Player.HVRTeleporter HurricaneVR.TechDemo.Scripts.DemoManualTeleport::<Teleporter>k__BackingField
|
|
HVRTeleporter_t4FEDF3056BB66BE634DBCE3F3E6AD75C460F63B7* ___U3CTeleporterU3Ek__BackingField_6;
|
|
};
|
|
|
|
// HurricaneVR.TechDemo.Scripts.DemoPowerUnit
|
|
struct DemoPowerUnit_t18277FBCF1AB022673D8C1E71F808916230680D2 : public MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71
|
|
{
|
|
// UnityEngine.Events.UnityEvent HurricaneVR.TechDemo.Scripts.DemoPowerUnit::PoweredUp
|
|
UnityEvent_tDC2C3548799DBC91D1E3F3DE60083A66F4751977* ___PoweredUp_4;
|
|
// HurricaneVR.Framework.Core.Grabbers.HVRSocket HurricaneVR.TechDemo.Scripts.DemoPowerUnit::LeftSocket
|
|
HVRSocket_t863A2296A651DF5DF7F79E91E87DD1FA9C49C418* ___LeftSocket_5;
|
|
// HurricaneVR.Framework.Core.Grabbers.HVRSocket HurricaneVR.TechDemo.Scripts.DemoPowerUnit::RightSocket
|
|
HVRSocket_t863A2296A651DF5DF7F79E91E87DD1FA9C49C418* ___RightSocket_6;
|
|
// UnityEngine.MeshRenderer HurricaneVR.TechDemo.Scripts.DemoPowerUnit::LeftLight
|
|
MeshRenderer_t4B7747212F0B88244BB7790C61AE124BFC15BAAE* ___LeftLight_7;
|
|
// UnityEngine.MeshRenderer HurricaneVR.TechDemo.Scripts.DemoPowerUnit::RightLight
|
|
MeshRenderer_t4B7747212F0B88244BB7790C61AE124BFC15BAAE* ___RightLight_8;
|
|
// HurricaneVR.Framework.Components.HVRRotationTracker HurricaneVR.TechDemo.Scripts.DemoPowerUnit::LeverRotation
|
|
HVRRotationTracker_tF6E4B67021F9D4DDF5D3C949CDA8DD2B8B24B067* ___LeverRotation_9;
|
|
// System.Single HurricaneVR.TechDemo.Scripts.DemoPowerUnit::RequiredAngle
|
|
float ___RequiredAngle_10;
|
|
// UnityEngine.AudioClip HurricaneVR.TechDemo.Scripts.DemoPowerUnit::SFXPoweredOn
|
|
AudioClip_t5D272C4EB4F2D3ED49F1C346DEA373CF6D585F20* ___SFXPoweredOn_11;
|
|
// System.Int32 HurricaneVR.TechDemo.Scripts.DemoPowerUnit::RequiredCells
|
|
int32_t ___RequiredCells_12;
|
|
// System.Int32 HurricaneVR.TechDemo.Scripts.DemoPowerUnit::SocketedCellCount
|
|
int32_t ___SocketedCellCount_13;
|
|
// System.Boolean HurricaneVR.TechDemo.Scripts.DemoPowerUnit::Engaged
|
|
bool ___Engaged_14;
|
|
// UnityEngine.Material HurricaneVR.TechDemo.Scripts.DemoPowerUnit::OnMaterial
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___OnMaterial_15;
|
|
};
|
|
|
|
// HurricaneVR.TechDemo.Scripts.DemoSafeDoor
|
|
struct DemoSafeDoor_tD52081A64E4CDBA6E3365613B3432B910D996287 : public MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71
|
|
{
|
|
};
|
|
|
|
// HurricaneVR.TechDemo.Scripts.DemoSlidingDoor
|
|
struct DemoSlidingDoor_t340C772E062B6F55FFEDB595EF640DC6A362C32A : public MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71
|
|
{
|
|
// UnityEngine.Rigidbody HurricaneVR.TechDemo.Scripts.DemoSlidingDoor::LeftDoor
|
|
Rigidbody_t268697F5A994213ED97393309870968BC1C7393C* ___LeftDoor_4;
|
|
// UnityEngine.Rigidbody HurricaneVR.TechDemo.Scripts.DemoSlidingDoor::RightDoor
|
|
Rigidbody_t268697F5A994213ED97393309870968BC1C7393C* ___RightDoor_5;
|
|
// UnityEngine.Transform HurricaneVR.TechDemo.Scripts.DemoSlidingDoor::Lock
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___Lock_6;
|
|
// System.Single HurricaneVR.TechDemo.Scripts.DemoSlidingDoor::LockRotateTime
|
|
float ___LockRotateTime_7;
|
|
// System.Single HurricaneVR.TechDemo.Scripts.DemoSlidingDoor::LockRotateAngles
|
|
float ___LockRotateAngles_8;
|
|
// System.Single HurricaneVR.TechDemo.Scripts.DemoSlidingDoor::OpenOffset
|
|
float ___OpenOffset_9;
|
|
// System.Single HurricaneVR.TechDemo.Scripts.DemoSlidingDoor::Speed
|
|
float ___Speed_10;
|
|
// UnityEngine.AudioClip HurricaneVR.TechDemo.Scripts.DemoSlidingDoor::OpenedClip
|
|
AudioClip_t5D272C4EB4F2D3ED49F1C346DEA373CF6D585F20* ___OpenedClip_11;
|
|
// System.Boolean HurricaneVR.TechDemo.Scripts.DemoSlidingDoor::_opened
|
|
bool ____opened_12;
|
|
};
|
|
|
|
// HurricaneVR.TechDemo.Scripts.DemoUIManager
|
|
struct DemoUIManager_t6995DD81E7EC02E55B74C24BE0A4BB5911D99693 : public MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71
|
|
{
|
|
// HurricaneVR.Framework.Core.Player.HVRPlayerController HurricaneVR.TechDemo.Scripts.DemoUIManager::Player
|
|
HVRPlayerController_t26A1DD9C40E8FC728A9145B43AA248B87DF528F0* ___Player_4;
|
|
// HurricaneVR.Framework.Core.Player.HVRCameraRig HurricaneVR.TechDemo.Scripts.DemoUIManager::CameraRig
|
|
HVRCameraRig_tC98FBD46ACC6012DBA2DB94BD0D9E93E35AADC45* ___CameraRig_5;
|
|
// HurricaneVR.Framework.ControllerInput.HVRPlayerInputs HurricaneVR.TechDemo.Scripts.DemoUIManager::Inputs
|
|
HVRPlayerInputs_t5FC827A4ADE172D3A9B53AAEB7D8C327D750D986* ___Inputs_6;
|
|
// TMPro.TextMeshProUGUI HurricaneVR.TechDemo.Scripts.DemoUIManager::SitStandText
|
|
TextMeshProUGUI_t101091AF4B578BB534C92E9D1EEAF0611636D957* ___SitStandText_7;
|
|
// TMPro.TextMeshProUGUI HurricaneVR.TechDemo.Scripts.DemoUIManager::PauseText
|
|
TextMeshProUGUI_t101091AF4B578BB534C92E9D1EEAF0611636D957* ___PauseText_8;
|
|
// TMPro.TextMeshProUGUI HurricaneVR.TechDemo.Scripts.DemoUIManager::ForceGrabText
|
|
TextMeshProUGUI_t101091AF4B578BB534C92E9D1EEAF0611636D957* ___ForceGrabText_9;
|
|
// TMPro.TextMeshProUGUI HurricaneVR.TechDemo.Scripts.DemoUIManager::LeftForceText
|
|
TextMeshProUGUI_t101091AF4B578BB534C92E9D1EEAF0611636D957* ___LeftForceText_10;
|
|
// TMPro.TextMeshProUGUI HurricaneVR.TechDemo.Scripts.DemoUIManager::RightForceText
|
|
TextMeshProUGUI_t101091AF4B578BB534C92E9D1EEAF0611636D957* ___RightForceText_11;
|
|
// UnityEngine.UI.Slider HurricaneVR.TechDemo.Scripts.DemoUIManager::TurnRateSlider
|
|
Slider_t87EA570E3D6556CABF57456C2F3873FFD86E652F* ___TurnRateSlider_12;
|
|
// UnityEngine.UI.Slider HurricaneVR.TechDemo.Scripts.DemoUIManager::SnapTurnSlider
|
|
Slider_t87EA570E3D6556CABF57456C2F3873FFD86E652F* ___SnapTurnSlider_13;
|
|
// TMPro.TextMeshProUGUI HurricaneVR.TechDemo.Scripts.DemoUIManager::TurnRateText
|
|
TextMeshProUGUI_t101091AF4B578BB534C92E9D1EEAF0611636D957* ___TurnRateText_14;
|
|
// TMPro.TextMeshProUGUI HurricaneVR.TechDemo.Scripts.DemoUIManager::SnapRateText
|
|
TextMeshProUGUI_t101091AF4B578BB534C92E9D1EEAF0611636D957* ___SnapRateText_15;
|
|
// UnityEngine.UI.Toggle HurricaneVR.TechDemo.Scripts.DemoUIManager::SmoothTurnToggle
|
|
Toggle_tBF13F3EBA485E06826FD8A38F4B4C1380DF21A1F* ___SmoothTurnToggle_16;
|
|
// UnityEngine.UI.Toggle HurricaneVR.TechDemo.Scripts.DemoUIManager::LineGrabTrigger
|
|
Toggle_tBF13F3EBA485E06826FD8A38F4B4C1380DF21A1F* ___LineGrabTrigger_17;
|
|
// HurricaneVR.Framework.Core.Grabbers.HVRForceGrabber HurricaneVR.TechDemo.Scripts.DemoUIManager::LeftForce
|
|
HVRForceGrabber_tD4C962011452998F4F3C4C7BC5FC6BF36A56B191* ___LeftForce_18;
|
|
// HurricaneVR.Framework.Core.Grabbers.HVRForceGrabber HurricaneVR.TechDemo.Scripts.DemoUIManager::RightForce
|
|
HVRForceGrabber_tD4C962011452998F4F3C4C7BC5FC6BF36A56B191* ___RightForce_19;
|
|
// HurricaneVR.Framework.Core.Player.HVRJointHand HurricaneVR.TechDemo.Scripts.DemoUIManager::LeftHand
|
|
HVRJointHand_t18F1F4E0DE4EFF6FA03D8EB3D9598F354EE0F7B9* ___LeftHand_20;
|
|
// HurricaneVR.Framework.Core.Player.HVRJointHand HurricaneVR.TechDemo.Scripts.DemoUIManager::RightHand
|
|
HVRJointHand_t18F1F4E0DE4EFF6FA03D8EB3D9598F354EE0F7B9* ___RightHand_21;
|
|
// UnityEngine.Transform HurricaneVR.TechDemo.Scripts.DemoUIManager::leftparent
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___leftparent_22;
|
|
// UnityEngine.Transform HurricaneVR.TechDemo.Scripts.DemoUIManager::rightParent
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___rightParent_23;
|
|
// System.Boolean HurricaneVR.TechDemo.Scripts.DemoUIManager::Paused
|
|
bool ___Paused_24;
|
|
};
|
|
|
|
// HurricaneVR.TechDemo.Scripts.DemoValveHologram
|
|
struct DemoValveHologram_t438B846EB94B0089D63151778AFE3EE3F49D260A : public MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71
|
|
{
|
|
// System.Single HurricaneVR.TechDemo.Scripts.DemoValveHologram::Interval
|
|
float ___Interval_4;
|
|
// UnityEngine.Quaternion HurricaneVR.TechDemo.Scripts.DemoValveHologram::StartRotation
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 ___StartRotation_5;
|
|
// UnityEngine.Quaternion HurricaneVR.TechDemo.Scripts.DemoValveHologram::EndRotation
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 ___EndRotation_6;
|
|
// UnityEngine.Quaternion HurricaneVR.TechDemo.Scripts.DemoValveHologram::_current
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 ____current_7;
|
|
// UnityEngine.Quaternion HurricaneVR.TechDemo.Scripts.DemoValveHologram::_next
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 ____next_8;
|
|
// System.Single HurricaneVR.TechDemo.Scripts.DemoValveHologram::_elapsed
|
|
float ____elapsed_9;
|
|
};
|
|
|
|
// HurricaneVR.TechDemo.Scripts.DemoValveLock
|
|
struct DemoValveLock_t614BF58051BB6627977C0524283D78F489E238D5 : public MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71
|
|
{
|
|
// HurricaneVR.TechDemo.Scripts.DemoPassthroughSocket HurricaneVR.TechDemo.Scripts.DemoValveLock::Socket
|
|
DemoPassthroughSocket_t24713938A3C6DCD858E22F671E74963B3274ADF3* ___Socket_4;
|
|
// HurricaneVR.Framework.Core.HVRGrabbable HurricaneVR.TechDemo.Scripts.DemoValveLock::FaceGrabbable
|
|
HVRGrabbable_tC5E7380624392C1F4EB5BEA99BF9C187D151C0DE* ___FaceGrabbable_5;
|
|
// System.Single HurricaneVR.TechDemo.Scripts.DemoValveLock::AnimationTime
|
|
float ___AnimationTime_6;
|
|
};
|
|
|
|
// DepthTexture
|
|
struct DepthTexture_t438F40EB9FF291681825B33CE4F1C078A96EC985 : public MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71
|
|
{
|
|
// UnityEngine.Camera DepthTexture::cam
|
|
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* ___cam_4;
|
|
};
|
|
|
|
// DestroyMe
|
|
struct DestroyMe_t740E694127DAE70D5E99090F02683E5D26942B2F : public MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71
|
|
{
|
|
// System.Single DestroyMe::timeToDestroy
|
|
float ___timeToDestroy_4;
|
|
// UnityEngine.GameObject DestroyMe::prefab
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___prefab_5;
|
|
// UnityEngine.Transform DestroyMe::overridePrefabPosition
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___overridePrefabPosition_6;
|
|
};
|
|
|
|
// DestroyedInstance
|
|
struct DestroyedInstance_t5C97035FA1E93416E8E7AB89954EAEA37D66D9E3 : public MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71
|
|
{
|
|
// HurricaneVR.Framework.Components.HVRDamageHandler DestroyedInstance::handler
|
|
HVRDamageHandler_tD93CFF30358485F8FEAA956F5D7DD49D0E2E1A41* ___handler_4;
|
|
// UnityEngine.GameObject DestroyedInstance::prefab
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___prefab_5;
|
|
// System.Single DestroyedInstance::timerToDestroyPrefab
|
|
float ___timerToDestroyPrefab_6;
|
|
};
|
|
|
|
// Dissolver
|
|
struct Dissolver_t502EB233898B8E3E8F052DCADCA0B09A2449D6F5 : public MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71
|
|
{
|
|
// UnityEngine.Material Dissolver::mat
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___mat_4;
|
|
// System.Single Dissolver::time
|
|
float ___time_5;
|
|
// System.Boolean Dissolver::isEnabled
|
|
bool ___isEnabled_6;
|
|
};
|
|
|
|
// DoorFrame
|
|
struct DoorFrame_tE5D9D7C23DA919391AE8D15C4FA29FA6DD3B7701 : public MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71
|
|
{
|
|
// System.Single DoorFrame::timeScale
|
|
float ___timeScale_4;
|
|
// UnityEngine.Animator DoorFrame::animator
|
|
Animator_t8A52E42AE54F76681838FE9E632683EF3952E883* ___animator_5;
|
|
// FMODUnity.EventReference DoorFrame::doorClip
|
|
EventReference_tA4CA1F882DC447E6B50F989D1FC08F065C91FB51 ___doorClip_6;
|
|
// System.String DoorFrame::paramName
|
|
String_t* ___paramName_7;
|
|
// System.String DoorFrame::labelToOpening
|
|
String_t* ___labelToOpening_8;
|
|
// System.String DoorFrame::labelToFinish
|
|
String_t* ___labelToFinish_9;
|
|
// System.Collections.Generic.List`1<UnityEngine.ParticleSystem> DoorFrame::particles
|
|
List_1_t5934636E608A709528BA5BBDEA6C2462B01D3B7D* ___particles_10;
|
|
// FMOD.Studio.EventInstance DoorFrame::eventInstance
|
|
EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF ___eventInstance_11;
|
|
// DoorFrame/State DoorFrame::state
|
|
int32_t ___state_12;
|
|
// System.Int32 DoorFrame::open
|
|
int32_t ___open_13;
|
|
// System.Single DoorFrame::time
|
|
float ___time_14;
|
|
};
|
|
|
|
// DoorZone
|
|
struct DoorZone_tFF1948BD2DAF4ADB36D6EC14BF573E26E2E031C6 : public MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71
|
|
{
|
|
// DoorFrame DoorZone::doorFrame
|
|
DoorFrame_tE5D9D7C23DA919391AE8D15C4FA29FA6DD3B7701* ___doorFrame_4;
|
|
};
|
|
|
|
// EffectActor
|
|
struct EffectActor_t96998392177BB57B1BA2A837F01E3836AE177525 : public MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71
|
|
{
|
|
// UnityEngine.Transform EffectActor::spawnLocator
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___spawnLocator_4;
|
|
// EffectActor/projectile[] EffectActor::bombList
|
|
projectileU5BU5D_tF1E6AFB2EB9222DB17F12130D246CD8963958EBC* ___bombList_5;
|
|
// System.String EffectActor::FauxName
|
|
String_t* ___FauxName_6;
|
|
// UnityEngine.UI.Text EffectActor::UiText
|
|
Text_tD60B2346DAA6666BF0D822FF607F0B220C2B9E62* ___UiText_7;
|
|
// System.Int32 EffectActor::bombType
|
|
int32_t ___bombType_8;
|
|
// System.Single EffectActor::min
|
|
float ___min_9;
|
|
// System.Single EffectActor::max
|
|
float ___max_10;
|
|
// System.Boolean EffectActor::MinorRotate
|
|
bool ___MinorRotate_11;
|
|
// System.Boolean EffectActor::MajorRotate
|
|
bool ___MajorRotate_12;
|
|
// System.Int32 EffectActor::seq
|
|
int32_t ___seq_13;
|
|
};
|
|
|
|
// FPSCounter
|
|
struct FPSCounter_t43778C9F199A3BDC56F47834FC9838D1235DBC66 : public MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71
|
|
{
|
|
// TMPro.TMP_Text FPSCounter::counterText
|
|
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* ___counterText_4;
|
|
// System.Int32 FPSCounter::count
|
|
int32_t ___count_5;
|
|
// System.Single FPSCounter::time
|
|
float ___time_6;
|
|
};
|
|
|
|
// NodeCanvas.Framework.GraphOwner
|
|
struct GraphOwner_t403B42955FE2A2C62A9578A7E1ED47FF1B39A37F : public MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71
|
|
{
|
|
// ParadoxNotion.Serialization.SerializationPair[] NodeCanvas.Framework.GraphOwner::_serializedExposedParameters
|
|
SerializationPairU5BU5D_t88962332C676B5A1AFE3900B82395831B82DD3D8* ____serializedExposedParameters_4;
|
|
// System.Collections.Generic.List`1<NodeCanvas.Framework.ExposedParameter> NodeCanvas.Framework.GraphOwner::<exposedParameters>k__BackingField
|
|
List_1_t91EDD67AF63284D37C24863790C26947C3D343A8* ___U3CexposedParametersU3Ek__BackingField_5;
|
|
// System.Action NodeCanvas.Framework.GraphOwner::onMonoBehaviourStart
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___onMonoBehaviourStart_7;
|
|
// System.String NodeCanvas.Framework.GraphOwner::_boundGraphSerialization
|
|
String_t* ____boundGraphSerialization_8;
|
|
// System.Collections.Generic.List`1<UnityEngine.Object> NodeCanvas.Framework.GraphOwner::_boundGraphObjectReferences
|
|
List_1_t9A2E2984B23260AECDFA90CEB1F2887075FA4DF3* ____boundGraphObjectReferences_9;
|
|
// NodeCanvas.Framework.Internal.GraphSource NodeCanvas.Framework.GraphOwner::_boundGraphSource
|
|
GraphSource_tDFC175F2BFB99D693583B1D52BB6857C73932914* ____boundGraphSource_10;
|
|
// NodeCanvas.Framework.GraphOwner/FirstActivation NodeCanvas.Framework.GraphOwner::_firstActivation
|
|
int32_t ____firstActivation_11;
|
|
// NodeCanvas.Framework.GraphOwner/EnableAction NodeCanvas.Framework.GraphOwner::_enableAction
|
|
int32_t ____enableAction_12;
|
|
// NodeCanvas.Framework.GraphOwner/DisableAction NodeCanvas.Framework.GraphOwner::_disableAction
|
|
int32_t ____disableAction_13;
|
|
// System.Boolean NodeCanvas.Framework.GraphOwner::_lockBoundGraphPrefabOverrides
|
|
bool ____lockBoundGraphPrefabOverrides_14;
|
|
// System.Boolean NodeCanvas.Framework.GraphOwner::_preInitializeSubGraphs
|
|
bool ____preInitializeSubGraphs_15;
|
|
// NodeCanvas.Framework.Graph/UpdateMode NodeCanvas.Framework.GraphOwner::_updateMode
|
|
int32_t ____updateMode_16;
|
|
// System.Collections.Generic.Dictionary`2<NodeCanvas.Framework.Graph,NodeCanvas.Framework.Graph> NodeCanvas.Framework.GraphOwner::instances
|
|
Dictionary_2_t53340DA94CD089F96CBE1DAF7C4D853B6AF205FA* ___instances_17;
|
|
// System.Boolean NodeCanvas.Framework.GraphOwner::<initialized>k__BackingField
|
|
bool ___U3CinitializedU3Ek__BackingField_18;
|
|
// System.Boolean NodeCanvas.Framework.GraphOwner::<enableCalled>k__BackingField
|
|
bool ___U3CenableCalledU3Ek__BackingField_19;
|
|
// System.Boolean NodeCanvas.Framework.GraphOwner::<startCalled>k__BackingField
|
|
bool ___U3CstartCalledU3Ek__BackingField_20;
|
|
};
|
|
|
|
// HurricaneVR.Framework.Core.Player.HVRCameraRig
|
|
struct HVRCameraRig_tC98FBD46ACC6012DBA2DB94BD0D9E93E35AADC45 : public MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71
|
|
{
|
|
// UnityEngine.Transform HurricaneVR.Framework.Core.Player.HVRCameraRig::Camera
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___Camera_5;
|
|
// UnityEngine.Transform HurricaneVR.Framework.Core.Player.HVRCameraRig::FloorOffset
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___FloorOffset_6;
|
|
// UnityEngine.Transform HurricaneVR.Framework.Core.Player.HVRCameraRig::CameraScale
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___CameraScale_7;
|
|
// System.Single HurricaneVR.Framework.Core.Player.HVRCameraRig::CameraYOffset
|
|
float ___CameraYOffset_8;
|
|
// System.Single HurricaneVR.Framework.Core.Player.HVRCameraRig::EyeHeight
|
|
float ___EyeHeight_9;
|
|
// HurricaneVR.Framework.Core.Player.HVRSitStand HurricaneVR.Framework.Core.Player.HVRCameraRig::SitStanding
|
|
int32_t ___SitStanding_10;
|
|
// System.Boolean HurricaneVR.Framework.Core.Player.HVRCameraRig::DebugKeyboardOffset
|
|
bool ___DebugKeyboardOffset_11;
|
|
// System.Single HurricaneVR.Framework.Core.Player.HVRCameraRig::DebugKeyboardIncrement
|
|
float ___DebugKeyboardIncrement_12;
|
|
// System.Boolean HurricaneVR.Framework.Core.Player.HVRCameraRig::SaveCalibrationHeight
|
|
bool ___SaveCalibrationHeight_13;
|
|
// HurricaneVR.Framework.Core.Player.HVRDebugCalibrate HurricaneVR.Framework.Core.Player.HVRCameraRig::DebugCalibMode
|
|
int32_t ___DebugCalibMode_14;
|
|
// System.Single HurricaneVR.Framework.Core.Player.HVRCameraRig::DebugCalibMovedThreshold
|
|
float ___DebugCalibMovedThreshold_15;
|
|
// System.Boolean HurricaneVR.Framework.Core.Player.HVRCameraRig::DebugKeyboardRecalibrate
|
|
bool ___DebugKeyboardRecalibrate_16;
|
|
// UnityEngine.KeyCode HurricaneVR.Framework.Core.Player.HVRCameraRig::RecalibrateKey
|
|
int32_t ___RecalibrateKey_17;
|
|
// System.Single HurricaneVR.Framework.Core.Player.HVRCameraRig::PlayerControllerYOffset
|
|
float ___PlayerControllerYOffset_18;
|
|
// System.Single HurricaneVR.Framework.Core.Player.HVRCameraRig::AdjustedCameraHeight
|
|
float ___AdjustedCameraHeight_19;
|
|
// System.Single HurricaneVR.Framework.Core.Player.HVRCameraRig::SittingOffset
|
|
float ___SittingOffset_20;
|
|
// UnityEngine.Vector3 HurricaneVR.Framework.Core.Player.HVRCameraRig::_cameraStartingPosition
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ____cameraStartingPosition_21;
|
|
// System.Single HurricaneVR.Framework.Core.Player.HVRCameraRig::_scale
|
|
float ____scale_22;
|
|
// System.Boolean HurricaneVR.Framework.Core.Player.HVRCameraRig::<IsMine>k__BackingField
|
|
bool ___U3CIsMineU3Ek__BackingField_23;
|
|
};
|
|
|
|
// HurricaneVR.Framework.Components.HVRDamageHandlerBase
|
|
struct HVRDamageHandlerBase_t4BC7286FC8B522DFD8B87480FFBAE1139C036E12 : public MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71
|
|
{
|
|
};
|
|
|
|
// HurricaneVR.Framework.Components.HVRDamageProvider
|
|
struct HVRDamageProvider_t644E715C78F99085A4CE9EF098C0FC4BC5BFD235 : public MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71
|
|
{
|
|
// System.Single HurricaneVR.Framework.Components.HVRDamageProvider::Damage
|
|
float ___Damage_4;
|
|
// System.Single HurricaneVR.Framework.Components.HVRDamageProvider::Force
|
|
float ___Force_5;
|
|
// UnityEngine.Transform HurricaneVR.Framework.Components.HVRDamageProvider::Player
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___Player_6;
|
|
};
|
|
|
|
// HurricaneVR.Framework.Core.HVRGrabbable
|
|
struct HVRGrabbable_tC5E7380624392C1F4EB5BEA99BF9C187D151C0DE : public MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71
|
|
{
|
|
// HurricaneVR.Framework.Core.GrabBehaviour HurricaneVR.Framework.Core.HVRGrabbable::GrabBehaviour
|
|
int32_t ___GrabBehaviour_5;
|
|
// HurricaneVR.Framework.Shared.PoseType HurricaneVR.Framework.Core.HVRGrabbable::PoseType
|
|
int32_t ___PoseType_6;
|
|
// HurricaneVR.Framework.Shared.HVRGrabTracking HurricaneVR.Framework.Core.HVRGrabbable::TrackingType
|
|
int32_t ___TrackingType_7;
|
|
// HurricaneVR.Framework.Shared.HVRHoldType HurricaneVR.Framework.Core.HVRGrabbable::HoldType
|
|
int32_t ___HoldType_8;
|
|
// HurricaneVR.Framework.Shared.HVRGrabControls HurricaneVR.Framework.Core.HVRGrabbable::GrabControl
|
|
int32_t ___GrabControl_9;
|
|
// System.Boolean HurricaneVR.Framework.Core.HVRGrabbable::OverrideGrabTrigger
|
|
bool ___OverrideGrabTrigger_10;
|
|
// HurricaneVR.Framework.Shared.HVRGrabTrigger HurricaneVR.Framework.Core.HVRGrabbable::GrabTrigger
|
|
int32_t ___GrabTrigger_11;
|
|
// System.Boolean HurricaneVR.Framework.Core.HVRGrabbable::RequireLineOfSight
|
|
bool ___RequireLineOfSight_12;
|
|
// System.Boolean HurricaneVR.Framework.Core.HVRGrabbable::PoseImmediately
|
|
bool ___PoseImmediately_13;
|
|
// System.Boolean HurricaneVR.Framework.Core.HVRGrabbable::ParentHandModel
|
|
bool ___ParentHandModel_14;
|
|
// System.Single HurricaneVR.Framework.Core.HVRGrabbable::BreakDistance
|
|
float ___BreakDistance_15;
|
|
// HurricaneVR.Framework.Core.BreakDistanceSource HurricaneVR.Framework.Core.HVRGrabbable::BreakDistanceSource
|
|
int32_t ___BreakDistanceSource_16;
|
|
// System.Boolean HurricaneVR.Framework.Core.HVRGrabbable::RemainsKinematic
|
|
bool ___RemainsKinematic_17;
|
|
// System.Boolean HurricaneVR.Framework.Core.HVRGrabbable::Stationary
|
|
bool ___Stationary_18;
|
|
// System.Single HurricaneVR.Framework.Core.HVRGrabbable::ReleasedAngularConversionFactor
|
|
float ___ReleasedAngularConversionFactor_19;
|
|
// System.Single HurricaneVR.Framework.Core.HVRGrabbable::ReleasedVelocityFactor
|
|
float ___ReleasedVelocityFactor_20;
|
|
// System.Single HurricaneVR.Framework.Core.HVRGrabbable::ReleasedAngularFactor
|
|
float ___ReleasedAngularFactor_21;
|
|
// HurricaneVR.Framework.Components.HVRGrabbableHoverBase HurricaneVR.Framework.Core.HVRGrabbable::GrabIndicator
|
|
HVRGrabbableHoverBase_tCDCDDC8416D1E65D6796381383593F7693F78305* ___GrabIndicator_22;
|
|
// HurricaneVR.Framework.Components.HVRGrabbableHoverBase HurricaneVR.Framework.Core.HVRGrabbable::ForceGrabIndicator
|
|
HVRGrabbableHoverBase_tCDCDDC8416D1E65D6796381383593F7693F78305* ___ForceGrabIndicator_23;
|
|
// System.Boolean HurricaneVR.Framework.Core.HVRGrabbable::ShowGrabIndicator
|
|
bool ___ShowGrabIndicator_24;
|
|
// System.Boolean HurricaneVR.Framework.Core.HVRGrabbable::ShowTriggerGrabIndicator
|
|
bool ___ShowTriggerGrabIndicator_25;
|
|
// System.Boolean HurricaneVR.Framework.Core.HVRGrabbable::ShowForceGrabIndicator
|
|
bool ___ShowForceGrabIndicator_26;
|
|
// System.Boolean HurricaneVR.Framework.Core.HVRGrabbable::ForceGrabbable
|
|
bool ___ForceGrabbable_27;
|
|
// HurricaneVR.Framework.Core.ScriptableObjects.HVRForcePullSettings HurricaneVR.Framework.Core.HVRGrabbable::ForcePullOverride
|
|
HVRForcePullSettings_tC18235BD7C7581749F6F037341AA583AA7BFC078* ___ForcePullOverride_28;
|
|
// HurricaneVR.Framework.Core.ScriptableObjects.HVRJointSettings HurricaneVR.Framework.Core.HVRGrabbable::JointOverride
|
|
HVRJointSettings_t813A34466578F1299BC384C988793A89A98BFB77* ___JointOverride_29;
|
|
// HurricaneVR.Framework.Core.ScriptableObjects.HVRJointSettings HurricaneVR.Framework.Core.HVRGrabbable::OneHandJointSettings
|
|
HVRJointSettings_t813A34466578F1299BC384C988793A89A98BFB77* ___OneHandJointSettings_30;
|
|
// HurricaneVR.Framework.Core.ScriptableObjects.HVRJointSettings HurricaneVR.Framework.Core.HVRGrabbable::TwoHandJointSettings
|
|
HVRJointSettings_t813A34466578F1299BC384C988793A89A98BFB77* ___TwoHandJointSettings_31;
|
|
// HurricaneVR.Framework.Core.ScriptableObjects.HVRJointSettings HurricaneVR.Framework.Core.HVRGrabbable::PullingSettingsOverride
|
|
HVRJointSettings_t813A34466578F1299BC384C988793A89A98BFB77* ___PullingSettingsOverride_32;
|
|
// System.Boolean HurricaneVR.Framework.Core.HVRGrabbable::PalmCenterOfMass
|
|
bool ___PalmCenterOfMass_33;
|
|
// UnityEngine.AudioClip HurricaneVR.Framework.Core.HVRGrabbable::HandGrabbedClip
|
|
AudioClip_t5D272C4EB4F2D3ED49F1C346DEA373CF6D585F20* ___HandGrabbedClip_34;
|
|
// HurricaneVR.Framework.Core.Grabbers.HVRSocket HurricaneVR.Framework.Core.HVRGrabbable::StartingSocket
|
|
HVRSocket_t863A2296A651DF5DF7F79E91E87DD1FA9C49C418* ___StartingSocket_35;
|
|
// System.Boolean HurricaneVR.Framework.Core.HVRGrabbable::LinkStartingSocket
|
|
bool ___LinkStartingSocket_36;
|
|
// HurricaneVR.Framework.Core.HandPoser.HVRPosableGrabPoint[] HurricaneVR.Framework.Core.HVRGrabbable::SocketGrabPoints
|
|
HVRPosableGrabPointU5BU5D_tEDD8ABA4D8FABB38DF806BA5158585FE4D60021F* ___SocketGrabPoints_37;
|
|
// UnityEngine.Rigidbody HurricaneVR.Framework.Core.HVRGrabbable::Rigidbody
|
|
Rigidbody_t268697F5A994213ED97393309870968BC1C7393C* ___Rigidbody_38;
|
|
// System.Boolean HurricaneVR.Framework.Core.HVRGrabbable::AutoApplyLayer
|
|
bool ___AutoApplyLayer_39;
|
|
// System.Boolean HurricaneVR.Framework.Core.HVRGrabbable::RequireOverlapClearance
|
|
bool ___RequireOverlapClearance_40;
|
|
// System.Single HurricaneVR.Framework.Core.HVRGrabbable::OverlapTimeout
|
|
float ___OverlapTimeout_41;
|
|
// System.Single HurricaneVR.Framework.Core.HVRGrabbable::FinalJointMaxAngle
|
|
float ___FinalJointMaxAngle_42;
|
|
// System.Single HurricaneVR.Framework.Core.HVRGrabbable::FinalJointTimeout
|
|
float ___FinalJointTimeout_43;
|
|
// System.Collections.Generic.List`1<UnityEngine.Transform> HurricaneVR.Framework.Core.HVRGrabbable::CollisionParents
|
|
List_1_t991BBC5A1D51F59A450367DF944DAA207F22D06D* ___CollisionParents_44;
|
|
// System.Collections.Generic.List`1<UnityEngine.Transform> HurricaneVR.Framework.Core.HVRGrabbable::ExtraIgnoreCollisionParents
|
|
List_1_t991BBC5A1D51F59A450367DF944DAA207F22D06D* ___ExtraIgnoreCollisionParents_45;
|
|
// UnityEngine.Collider[] HurricaneVR.Framework.Core.HVRGrabbable::GrabColliders
|
|
ColliderU5BU5D_t94A9D70F63D095AFF2A9B4613012A5F7F3141787* ___GrabColliders_46;
|
|
// System.Boolean HurricaneVR.Framework.Core.HVRGrabbable::ConsiderGrabPointAngle
|
|
bool ___ConsiderGrabPointAngle_47;
|
|
// System.Boolean HurricaneVR.Framework.Core.HVRGrabbable::UseColliderClosestPoint
|
|
bool ___UseColliderClosestPoint_48;
|
|
// System.Boolean HurricaneVR.Framework.Core.HVRGrabbable::DisableHandCollision
|
|
bool ___DisableHandCollision_49;
|
|
// System.Boolean HurricaneVR.Framework.Core.HVRGrabbable::AllowMultiplayerSwap
|
|
bool ___AllowMultiplayerSwap_50;
|
|
// HurricaneVR.Framework.Core.HVRGrabbable HurricaneVR.Framework.Core.HVRGrabbable::MasterGrabbable
|
|
HVRGrabbable_tC5E7380624392C1F4EB5BEA99BF9C187D151C0DE* ___MasterGrabbable_51;
|
|
// System.Collections.Generic.List`1<HurricaneVR.Framework.Core.HVRGrabbable> HurricaneVR.Framework.Core.HVRGrabbable::LinkedGrabbables
|
|
List_1_t22B6AE59B095268F44B72F67D547A0C9A244CA78* ___LinkedGrabbables_52;
|
|
// UnityEngine.CollisionDetectionMode HurricaneVR.Framework.Core.HVRGrabbable::CollisionDetection
|
|
int32_t ___CollisionDetection_53;
|
|
// System.Boolean HurricaneVR.Framework.Core.HVRGrabbable::PhysicsPoserFallback
|
|
bool ___PhysicsPoserFallback_54;
|
|
// System.Boolean HurricaneVR.Framework.Core.HVRGrabbable::OverrideMaxDistanceBehaviour
|
|
bool ___OverrideMaxDistanceBehaviour_55;
|
|
// HurricaneVR.Framework.Core.Player.MaxDistanceBehaviour HurricaneVR.Framework.Core.HVRGrabbable::MaxDistanceBehaviour
|
|
int32_t ___MaxDistanceBehaviour_56;
|
|
// System.Boolean HurricaneVR.Framework.Core.HVRGrabbable::ShowBoundingBox
|
|
bool ___ShowBoundingBox_57;
|
|
// System.Boolean HurricaneVR.Framework.Core.HVRGrabbable::DrawCenterOfMass
|
|
bool ___DrawCenterOfMass_58;
|
|
// System.Collections.Generic.List`1<UnityEngine.Transform> HurricaneVR.Framework.Core.HVRGrabbable::GrabPoints
|
|
List_1_t991BBC5A1D51F59A450367DF944DAA207F22D06D* ___GrabPoints_59;
|
|
// System.Collections.Generic.HashSet`1<UnityEngine.Collider> HurricaneVR.Framework.Core.HVRGrabbable::<GrabCollidersSet>k__BackingField
|
|
HashSet_1_t109CCE87260348881F7ED50EEE3FFD003542DC8B* ___U3CGrabCollidersSetU3Ek__BackingField_60;
|
|
// System.Boolean HurricaneVR.Framework.Core.HVRGrabbable::<FilterGrabColliders>k__BackingField
|
|
bool ___U3CFilterGrabCollidersU3Ek__BackingField_61;
|
|
// HurricaneVR.Framework.Core.VRGrabberEvent HurricaneVR.Framework.Core.HVRGrabbable::Deactivated
|
|
VRGrabberEvent_t2713C2DF3B8DA12A163C59D07B42A39AEA560F6C* ___Deactivated_62;
|
|
// HurricaneVR.Framework.Core.VRGrabberEvent HurricaneVR.Framework.Core.HVRGrabbable::Activated
|
|
VRGrabberEvent_t2713C2DF3B8DA12A163C59D07B42A39AEA560F6C* ___Activated_63;
|
|
// HurricaneVR.Framework.Core.VRGrabberEvent HurricaneVR.Framework.Core.HVRGrabbable::Grabbed
|
|
VRGrabberEvent_t2713C2DF3B8DA12A163C59D07B42A39AEA560F6C* ___Grabbed_64;
|
|
// HurricaneVR.Framework.Core.VRGrabberEvent HurricaneVR.Framework.Core.HVRGrabbable::Released
|
|
VRGrabberEvent_t2713C2DF3B8DA12A163C59D07B42A39AEA560F6C* ___Released_65;
|
|
// HurricaneVR.Framework.Core.VRGrabberEvent HurricaneVR.Framework.Core.HVRGrabbable::HoverEnter
|
|
VRGrabberEvent_t2713C2DF3B8DA12A163C59D07B42A39AEA560F6C* ___HoverEnter_66;
|
|
// HurricaneVR.Framework.Core.VRGrabberEvent HurricaneVR.Framework.Core.HVRGrabbable::HoverExit
|
|
VRGrabberEvent_t2713C2DF3B8DA12A163C59D07B42A39AEA560F6C* ___HoverExit_67;
|
|
// HurricaneVR.Framework.Core.VRGrabbableEvent HurricaneVR.Framework.Core.HVRGrabbable::Collided
|
|
VRGrabbableEvent_t8728B02D82F580AA72BA4959489134048B8D0946* ___Collided_68;
|
|
// HurricaneVR.Framework.Core.VRGrabbableEvent HurricaneVR.Framework.Core.HVRGrabbable::Destroyed
|
|
VRGrabbableEvent_t8728B02D82F580AA72BA4959489134048B8D0946* ___Destroyed_69;
|
|
// HurricaneVR.Framework.Core.VRHandGrabberEvent HurricaneVR.Framework.Core.HVRGrabbable::HandGrabbed
|
|
VRHandGrabberEvent_t43EC3CE57F33FAC044A3D4338C967C5831F76D16* ___HandGrabbed_70;
|
|
// HurricaneVR.Framework.Core.VRHandGrabberEvent HurricaneVR.Framework.Core.HVRGrabbable::HandReleased
|
|
VRHandGrabberEvent_t43EC3CE57F33FAC044A3D4338C967C5831F76D16* ___HandReleased_71;
|
|
// HurricaneVR.Framework.Core.VRHandGrabberEvent HurricaneVR.Framework.Core.HVRGrabbable::HandFullReleased
|
|
VRHandGrabberEvent_t43EC3CE57F33FAC044A3D4338C967C5831F76D16* ___HandFullReleased_72;
|
|
// HurricaneVR.Framework.Core.VRSocketEvent HurricaneVR.Framework.Core.HVRGrabbable::Socketed
|
|
VRSocketEvent_t0F3F156D923A9085A68893C921ACF4B8516ED357* ___Socketed_73;
|
|
// HurricaneVR.Framework.Core.VRSocketEvent HurricaneVR.Framework.Core.HVRGrabbable::UnSocketed
|
|
VRSocketEvent_t0F3F156D923A9085A68893C921ACF4B8516ED357* ___UnSocketed_74;
|
|
// System.Boolean HurricaneVR.Framework.Core.HVRGrabbable::<IsMine>k__BackingField
|
|
bool ___U3CIsMineU3Ek__BackingField_75;
|
|
// System.Single HurricaneVR.Framework.Core.HVRGrabbable::<ElapsedSinceReleased>k__BackingField
|
|
float ___U3CElapsedSinceReleasedU3Ek__BackingField_76;
|
|
// System.Boolean HurricaneVR.Framework.Core.HVRGrabbable::<IsSocketed>k__BackingField
|
|
bool ___U3CIsSocketedU3Ek__BackingField_77;
|
|
// System.Boolean HurricaneVR.Framework.Core.HVRGrabbable::<IsBeingForcedGrabbed>k__BackingField
|
|
bool ___U3CIsBeingForcedGrabbedU3Ek__BackingField_78;
|
|
// System.Boolean HurricaneVR.Framework.Core.HVRGrabbable::<IsClimbable>k__BackingField
|
|
bool ___U3CIsClimbableU3Ek__BackingField_79;
|
|
// System.Boolean HurricaneVR.Framework.Core.HVRGrabbable::<CanBeGrabbed>k__BackingField
|
|
bool ___U3CCanBeGrabbedU3Ek__BackingField_80;
|
|
// System.Collections.Generic.List`1<UnityEngine.Collider> HurricaneVR.Framework.Core.HVRGrabbable::<Colliders>k__BackingField
|
|
List_1_t58F89DEDCD7DABB0CFB009AAD9C0CFE061592252* ___U3CCollidersU3Ek__BackingField_81;
|
|
// System.Collections.Generic.List`1<UnityEngine.Collider> HurricaneVR.Framework.Core.HVRGrabbable::<AdditionalIgnoreColliders>k__BackingField
|
|
List_1_t58F89DEDCD7DABB0CFB009AAD9C0CFE061592252* ___U3CAdditionalIgnoreCollidersU3Ek__BackingField_82;
|
|
// System.Collections.Generic.List`1<UnityEngine.Collider> HurricaneVR.Framework.Core.HVRGrabbable::<Triggers>k__BackingField
|
|
List_1_t58F89DEDCD7DABB0CFB009AAD9C0CFE061592252* ___U3CTriggersU3Ek__BackingField_83;
|
|
// UnityEngine.CollisionDetectionMode HurricaneVR.Framework.Core.HVRGrabbable::<OriginalCollisionMode>k__BackingField
|
|
int32_t ___U3COriginalCollisionModeU3Ek__BackingField_84;
|
|
// System.Boolean HurricaneVR.Framework.Core.HVRGrabbable::<WasGravity>k__BackingField
|
|
bool ___U3CWasGravityU3Ek__BackingField_85;
|
|
// System.Boolean HurricaneVR.Framework.Core.HVRGrabbable::<WasKinematic>k__BackingField
|
|
bool ___U3CWasKinematicU3Ek__BackingField_86;
|
|
// System.Collections.Generic.List`1<HurricaneVR.Framework.Core.HandPoser.HVRPosableGrabPoint> HurricaneVR.Framework.Core.HVRGrabbable::GrabPointsMeta
|
|
List_1_t4CD1B57546285E41EE806427BF79C5164BDB5B5F* ___GrabPointsMeta_87;
|
|
// HurricaneVR.Framework.Core.Grabbers.HVRGrabberBase HurricaneVR.Framework.Core.HVRGrabbable::<PrimaryGrabber>k__BackingField
|
|
HVRGrabberBase_tBEE8D8D0A2D3CBC0BB8DDA86DAB5B34CF3A4CEF6* ___U3CPrimaryGrabberU3Ek__BackingField_88;
|
|
// HurricaneVR.Framework.Core.Grabbers.HVRSocket HurricaneVR.Framework.Core.HVRGrabbable::<SocketHoverer>k__BackingField
|
|
HVRSocket_t863A2296A651DF5DF7F79E91E87DD1FA9C49C418* ___U3CSocketHovererU3Ek__BackingField_89;
|
|
// HurricaneVR.Framework.Core.Sockets.HVRSocketable HurricaneVR.Framework.Core.HVRGrabbable::<Socketable>k__BackingField
|
|
HVRSocketable_t0CCE2C7710A7C7F66EC05482831E56FB949A094F* ___U3CSocketableU3Ek__BackingField_90;
|
|
// HurricaneVR.Framework.Core.Grabbers.HVRSocket HurricaneVR.Framework.Core.HVRGrabbable::<LinkedSocket>k__BackingField
|
|
HVRSocket_t863A2296A651DF5DF7F79E91E87DD1FA9C49C418* ___U3CLinkedSocketU3Ek__BackingField_91;
|
|
// HurricaneVR.Framework.Core.Grabbers.HVRSocket HurricaneVR.Framework.Core.HVRGrabbable::<Socket>k__BackingField
|
|
HVRSocket_t863A2296A651DF5DF7F79E91E87DD1FA9C49C418* ___U3CSocketU3Ek__BackingField_92;
|
|
// HurricaneVR.Framework.Core.Grabbers.HVRHandGrabber HurricaneVR.Framework.Core.HVRGrabbable::<LeftHandGrabber>k__BackingField
|
|
HVRHandGrabber_t9CB7C31300D3D84C4E564C643D0BF501EBB16B90* ___U3CLeftHandGrabberU3Ek__BackingField_93;
|
|
// HurricaneVR.Framework.Core.Grabbers.HVRHandGrabber HurricaneVR.Framework.Core.HVRGrabbable::<RightHandGrabber>k__BackingField
|
|
HVRHandGrabber_t9CB7C31300D3D84C4E564C643D0BF501EBB16B90* ___U3CRightHandGrabberU3Ek__BackingField_94;
|
|
// System.Boolean HurricaneVR.Framework.Core.HVRGrabbable::<IsLeftHandGrabbed>k__BackingField
|
|
bool ___U3CIsLeftHandGrabbedU3Ek__BackingField_95;
|
|
// System.Boolean HurricaneVR.Framework.Core.HVRGrabbable::<IsRightHandGrabbed>k__BackingField
|
|
bool ___U3CIsRightHandGrabbedU3Ek__BackingField_96;
|
|
// System.Boolean HurricaneVR.Framework.Core.HVRGrabbable::<HasConcaveColliders>k__BackingField
|
|
bool ___U3CHasConcaveCollidersU3Ek__BackingField_97;
|
|
// HurricaneVR.Framework.Core.HVRRequireOtherGrabbable HurricaneVR.Framework.Core.HVRGrabbable::<RequiredGrabbableComponent>k__BackingField
|
|
HVRRequireOtherGrabbable_t7FB979F5D265E3592339DE68A98878FCF39FFE46* ___U3CRequiredGrabbableComponentU3Ek__BackingField_98;
|
|
// System.Collections.Generic.List`1<HurricaneVR.Framework.Core.Grabbers.HVRGrabberBase> HurricaneVR.Framework.Core.HVRGrabbable::Grabbers
|
|
List_1_t924CA14CF7714D7B89A2BB558E9EAEAF8211C930* ___Grabbers_99;
|
|
// System.Collections.Generic.List`1<HurricaneVR.Framework.Core.Grabbers.HVRHandGrabber> HurricaneVR.Framework.Core.HVRGrabbable::HandGrabbers
|
|
List_1_t0546410FB3DD901156EF02285245EBDB24982ECB* ___HandGrabbers_100;
|
|
// System.Collections.Generic.HashSet`1<UnityEngine.Transform> HurricaneVR.Framework.Core.HVRGrabbable::HeldGrabPoints
|
|
HashSet_1_t6B520BE007F93255A29F2DE446E4A1875E30190D* ___HeldGrabPoints_101;
|
|
// System.Collections.Generic.List`1<HurricaneVR.Framework.Core.Stabbing.HVRStabber> HurricaneVR.Framework.Core.HVRGrabbable::Stabbers
|
|
List_1_t045123BDB2FAD65B3BD5F8698ADF524F27BEDA8D* ___Stabbers_102;
|
|
// HurricaneVR.Framework.Core.Stabbing.HVRStabbable HurricaneVR.Framework.Core.HVRGrabbable::Stabbable
|
|
HVRStabbable_t71A2D16350A6CAB51630D1314BE9C10870FE29E1* ___Stabbable_103;
|
|
// System.Boolean HurricaneVR.Framework.Core.HVRGrabbable::<IsStabbing>k__BackingField
|
|
bool ___U3CIsStabbingU3Ek__BackingField_104;
|
|
// System.Boolean HurricaneVR.Framework.Core.HVRGrabbable::<BeingDestroyed>k__BackingField
|
|
bool ___U3CBeingDestroyedU3Ek__BackingField_105;
|
|
// UnityEngine.Quaternion HurricaneVR.Framework.Core.HVRGrabbable::_previousRotation
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 ____previousRotation_106;
|
|
// System.Collections.Generic.Dictionary`2<HurricaneVR.Framework.Core.Grabbers.HVRGrabberBase,UnityEngine.ConfigurableJoint> HurricaneVR.Framework.Core.HVRGrabbable::_joints
|
|
Dictionary_2_t2E01794B24EEB6E2FCA8C4CE3AD9DA1349367D8B* ____joints_107;
|
|
// HurricaneVR.Framework.Shared.Utilities.CircularBuffer`1<UnityEngine.Vector3> HurricaneVR.Framework.Core.HVRGrabbable::_recentVelocities
|
|
CircularBuffer_1_t274E1E537F2160E9CFA8F4C2DE0F57452E37F122* ____recentVelocities_108;
|
|
// HurricaneVR.Framework.Shared.Utilities.CircularBuffer`1<UnityEngine.Vector3> HurricaneVR.Framework.Core.HVRGrabbable::_recentAngularVelocities
|
|
CircularBuffer_1_t274E1E537F2160E9CFA8F4C2DE0F57452E37F122* ____recentAngularVelocities_109;
|
|
// System.Collections.Generic.HashSet`1<HurricaneVR.Framework.Core.Grabbers.HVRGrabberBase> HurricaneVR.Framework.Core.HVRGrabbable::_distinctGrabbers
|
|
HashSet_1_t1CD6136E63B00157175F347D29716DC2A43D6872* ____distinctGrabbers_110;
|
|
// System.Collections.Generic.List`1<HurricaneVR.Framework.Core.Grabbers.HVRGrabberBase> HurricaneVR.Framework.Core.HVRGrabbable::_releaseGrabbers
|
|
List_1_t924CA14CF7714D7B89A2BB558E9EAEAF8211C930* ____releaseGrabbers_111;
|
|
// System.Boolean HurricaneVR.Framework.Core.HVRGrabbable::_forceTwoHandSettings
|
|
bool ____forceTwoHandSettings_112;
|
|
// UnityEngine.Vector3 HurricaneVR.Framework.Core.HVRGrabbable::_centerOfMass
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ____centerOfMass_113;
|
|
// UnityEngine.RigidbodyInterpolation HurricaneVR.Framework.Core.HVRGrabbable::_rbInterpolation
|
|
int32_t ____rbInterpolation_114;
|
|
// System.Single HurricaneVR.Framework.Core.HVRGrabbable::_mass
|
|
float ____mass_115;
|
|
// System.Boolean HurricaneVR.Framework.Core.HVRGrabbable::_waitingForColDetectionReset
|
|
bool ____waitingForColDetectionReset_116;
|
|
// UnityEngine.Coroutine HurricaneVR.Framework.Core.HVRGrabbable::_resetCollisionDetectionRoutine
|
|
Coroutine_t85EA685566A254C23F3FD77AB5BDFFFF8799596B* ____resetCollisionDetectionRoutine_117;
|
|
// System.Collections.Generic.HashSet`1<UnityEngine.Collider> HurricaneVR.Framework.Core.HVRGrabbable::_ignoredColliders
|
|
HashSet_1_t109CCE87260348881F7ED50EEE3FFD003542DC8B* ____ignoredColliders_118;
|
|
// UnityEngine.Vector3 HurricaneVR.Framework.Core.HVRGrabbable::v3FrontTopLeft
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___v3FrontTopLeft_119;
|
|
// UnityEngine.Vector3 HurricaneVR.Framework.Core.HVRGrabbable::v3FrontTopRight
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___v3FrontTopRight_120;
|
|
// UnityEngine.Vector3 HurricaneVR.Framework.Core.HVRGrabbable::v3FrontBottomLeft
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___v3FrontBottomLeft_121;
|
|
// UnityEngine.Vector3 HurricaneVR.Framework.Core.HVRGrabbable::v3FrontBottomRight
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___v3FrontBottomRight_122;
|
|
// UnityEngine.Vector3 HurricaneVR.Framework.Core.HVRGrabbable::v3BackTopLeft
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___v3BackTopLeft_123;
|
|
// UnityEngine.Vector3 HurricaneVR.Framework.Core.HVRGrabbable::v3BackTopRight
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___v3BackTopRight_124;
|
|
// UnityEngine.Vector3 HurricaneVR.Framework.Core.HVRGrabbable::v3BackBottomLeft
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___v3BackBottomLeft_125;
|
|
// UnityEngine.Vector3 HurricaneVR.Framework.Core.HVRGrabbable::v3BackBottomRight
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___v3BackBottomRight_126;
|
|
};
|
|
|
|
// HurricaneVR.Framework.Core.Grabbers.HVRGrabberBase
|
|
struct HVRGrabberBase_tBEE8D8D0A2D3CBC0BB8DDA86DAB5B34CF3A4CEF6 : public MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71
|
|
{
|
|
// HurricaneVR.Framework.Core.VRGrabberEvent HurricaneVR.Framework.Core.Grabbers.HVRGrabberBase::BeforeGrabbed
|
|
VRGrabberEvent_t2713C2DF3B8DA12A163C59D07B42A39AEA560F6C* ___BeforeGrabbed_4;
|
|
// HurricaneVR.Framework.Core.VRGrabberEvent HurricaneVR.Framework.Core.Grabbers.HVRGrabberBase::Grabbed
|
|
VRGrabberEvent_t2713C2DF3B8DA12A163C59D07B42A39AEA560F6C* ___Grabbed_5;
|
|
// HurricaneVR.Framework.Core.VRGrabberEvent HurricaneVR.Framework.Core.Grabbers.HVRGrabberBase::Released
|
|
VRGrabberEvent_t2713C2DF3B8DA12A163C59D07B42A39AEA560F6C* ___Released_6;
|
|
// HurricaneVR.Framework.Core.VRGrabberEvent HurricaneVR.Framework.Core.Grabbers.HVRGrabberBase::BeforeHoverEnter
|
|
VRGrabberEvent_t2713C2DF3B8DA12A163C59D07B42A39AEA560F6C* ___BeforeHoverEnter_7;
|
|
// HurricaneVR.Framework.Core.VRGrabberEvent HurricaneVR.Framework.Core.Grabbers.HVRGrabberBase::HoverEnter
|
|
VRGrabberEvent_t2713C2DF3B8DA12A163C59D07B42A39AEA560F6C* ___HoverEnter_8;
|
|
// HurricaneVR.Framework.Core.VRGrabberEvent HurricaneVR.Framework.Core.Grabbers.HVRGrabberBase::HoverExit
|
|
VRGrabberEvent_t2713C2DF3B8DA12A163C59D07B42A39AEA560F6C* ___HoverExit_9;
|
|
// HurricaneVR.Framework.Core.Bags.HVRGrabbableBag HurricaneVR.Framework.Core.Grabbers.HVRGrabberBase::_grabBag
|
|
HVRGrabbableBag_tABC2770DFBA14CB32A857B4F3C78FD05EB3F9E34* ____grabBag_10;
|
|
// System.Collections.Generic.List`1<HurricaneVR.Framework.Core.Bags.HVRGrabbableBag> HurricaneVR.Framework.Core.Grabbers.HVRGrabberBase::GrabBags
|
|
List_1_t234E29DA3D4F1D0984CE0300D5527941C1EC3994* ___GrabBags_11;
|
|
// UnityEngine.Quaternion HurricaneVR.Framework.Core.Grabbers.HVRGrabberBase::<ControllerRotation>k__BackingField
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 ___U3CControllerRotationU3Ek__BackingField_12;
|
|
// System.Boolean HurricaneVR.Framework.Core.Grabbers.HVRGrabberBase::<AllowHovering>k__BackingField
|
|
bool ___U3CAllowHoveringU3Ek__BackingField_13;
|
|
// System.Boolean HurricaneVR.Framework.Core.Grabbers.HVRGrabberBase::<AllowGrabbing>k__BackingField
|
|
bool ___U3CAllowGrabbingU3Ek__BackingField_14;
|
|
// System.Boolean HurricaneVR.Framework.Core.Grabbers.HVRGrabberBase::<IsGrabbing>k__BackingField
|
|
bool ___U3CIsGrabbingU3Ek__BackingField_15;
|
|
// System.Boolean HurricaneVR.Framework.Core.Grabbers.HVRGrabberBase::<IsHovering>k__BackingField
|
|
bool ___U3CIsHoveringU3Ek__BackingField_16;
|
|
// System.Boolean HurricaneVR.Framework.Core.Grabbers.HVRGrabberBase::<IsGrabActivated>k__BackingField
|
|
bool ___U3CIsGrabActivatedU3Ek__BackingField_17;
|
|
// System.Boolean HurricaneVR.Framework.Core.Grabbers.HVRGrabberBase::<IsHoldActive>k__BackingField
|
|
bool ___U3CIsHoldActiveU3Ek__BackingField_18;
|
|
// UnityEngine.Rigidbody HurricaneVR.Framework.Core.Grabbers.HVRGrabberBase::<Rigidbody>k__BackingField
|
|
Rigidbody_t268697F5A994213ED97393309870968BC1C7393C* ___U3CRigidbodyU3Ek__BackingField_19;
|
|
// UnityEngine.Transform HurricaneVR.Framework.Core.Grabbers.HVRGrabberBase::_grabPoint
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ____grabPoint_20;
|
|
// UnityEngine.Vector3 HurricaneVR.Framework.Core.Grabbers.HVRGrabberBase::<JointAnchorWorldPosition>k__BackingField
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___U3CJointAnchorWorldPositionU3Ek__BackingField_21;
|
|
// System.Boolean HurricaneVR.Framework.Core.Grabbers.HVRGrabberBase::<IsMine>k__BackingField
|
|
bool ___U3CIsMineU3Ek__BackingField_22;
|
|
// System.Boolean HurricaneVR.Framework.Core.Grabbers.HVRGrabberBase::<PerformUpdate>k__BackingField
|
|
bool ___U3CPerformUpdateU3Ek__BackingField_23;
|
|
// System.Boolean HurricaneVR.Framework.Core.Grabbers.HVRGrabberBase::<PullingGrabbable>k__BackingField
|
|
bool ___U3CPullingGrabbableU3Ek__BackingField_24;
|
|
// HurricaneVR.Framework.Core.HVRGrabbable HurricaneVR.Framework.Core.Grabbers.HVRGrabberBase::_grabbedTarget
|
|
HVRGrabbable_tC5E7380624392C1F4EB5BEA99BF9C187D151C0DE* ____grabbedTarget_25;
|
|
// HurricaneVR.Framework.Core.HVRGrabbable HurricaneVR.Framework.Core.Grabbers.HVRGrabberBase::_hoveredTarget
|
|
HVRGrabbable_tC5E7380624392C1F4EB5BEA99BF9C187D151C0DE* ____hoveredTarget_26;
|
|
// UnityEngine.Ray HurricaneVR.Framework.Core.Grabbers.HVRGrabberBase::_lineOfSightRay
|
|
Ray_t2B1742D7958DC05BDC3EFC7461D3593E1430DC00 ____lineOfSightRay_27;
|
|
};
|
|
|
|
// HurricaneVR.Framework.Core.Player.HVRJointHand
|
|
struct HVRJointHand_t18F1F4E0DE4EFF6FA03D8EB3D9598F354EE0F7B9 : public MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71
|
|
{
|
|
// HurricaneVR.Framework.Core.ScriptableObjects.HVRJointSettings HurricaneVR.Framework.Core.Player.HVRJointHand::JointSettings
|
|
HVRJointSettings_t813A34466578F1299BC384C988793A89A98BFB77* ___JointSettings_4;
|
|
// System.Int32 HurricaneVR.Framework.Core.Player.HVRJointHand::SolverIterations
|
|
int32_t ___SolverIterations_5;
|
|
// System.Int32 HurricaneVR.Framework.Core.Player.HVRJointHand::SolverVelocityIterations
|
|
int32_t ___SolverVelocityIterations_6;
|
|
// System.Single HurricaneVR.Framework.Core.Player.HVRJointHand::ReturnSpeed
|
|
float ___ReturnSpeed_7;
|
|
// System.Single HurricaneVR.Framework.Core.Player.HVRJointHand::MaxTargetDistance
|
|
float ___MaxTargetDistance_8;
|
|
// HurricaneVR.Framework.Core.Player.MaxDistanceBehaviour HurricaneVR.Framework.Core.Player.HVRJointHand::MaxDistanceBehaviour
|
|
int32_t ___MaxDistanceBehaviour_9;
|
|
// UnityEngine.Transform HurricaneVR.Framework.Core.Player.HVRJointHand::Anchor
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___Anchor_10;
|
|
// System.Single HurricaneVR.Framework.Core.Player.HVRJointHand::ArmLength
|
|
float ___ArmLength_11;
|
|
// UnityEngine.Transform HurricaneVR.Framework.Core.Player.HVRJointHand::Target
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___Target_12;
|
|
// UnityEngine.Rigidbody HurricaneVR.Framework.Core.Player.HVRJointHand::ParentRigidBody
|
|
Rigidbody_t268697F5A994213ED97393309870968BC1C7393C* ___ParentRigidBody_13;
|
|
// HurricaneVR.Framework.Core.Player.HVRHandStrengthHandler HurricaneVR.Framework.Core.Player.HVRJointHand::StrengthHandler
|
|
HVRHandStrengthHandler_tCF023E4A90BDC98745D3EC8043DE15B3071AAD3E* ___StrengthHandler_14;
|
|
// HurricaneVR.Framework.Core.Player.HVRTeleporter HurricaneVR.Framework.Core.Player.HVRJointHand::Teleporter
|
|
HVRTeleporter_t4FEDF3056BB66BE634DBCE3F3E6AD75C460F63B7* ___Teleporter_15;
|
|
// UnityEngine.Events.UnityEvent HurricaneVR.Framework.Core.Player.HVRJointHand::MaxDistanceReached
|
|
UnityEvent_tDC2C3548799DBC91D1E3F3DE60083A66F4751977* ___MaxDistanceReached_16;
|
|
// UnityEngine.Events.UnityEvent HurricaneVR.Framework.Core.Player.HVRJointHand::ReturnedToController
|
|
UnityEvent_tDC2C3548799DBC91D1E3F3DE60083A66F4751977* ___ReturnedToController_17;
|
|
// System.Boolean HurricaneVR.Framework.Core.Player.HVRJointHand::IsReturningToController
|
|
bool ___IsReturningToController_18;
|
|
// UnityEngine.Rigidbody HurricaneVR.Framework.Core.Player.HVRJointHand::<RigidBody>k__BackingField
|
|
Rigidbody_t268697F5A994213ED97393309870968BC1C7393C* ___U3CRigidBodyU3Ek__BackingField_19;
|
|
// UnityEngine.ConfigurableJoint HurricaneVR.Framework.Core.Player.HVRJointHand::<Joint>k__BackingField
|
|
ConfigurableJoint_t8B33AB5A6B8D52493F14C4B8DBDF78A1C94ECB77* ___U3CJointU3Ek__BackingField_20;
|
|
// HurricaneVR.Framework.Core.Grabbers.HVRHandGrabber HurricaneVR.Framework.Core.Player.HVRJointHand::<Grabber>k__BackingField
|
|
HVRHandGrabber_t9CB7C31300D3D84C4E564C643D0BF501EBB16B90* ___U3CGrabberU3Ek__BackingField_21;
|
|
// UnityEngine.Vector3 HurricaneVR.Framework.Core.Player.HVRJointHand::_previousControllerPosition
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ____previousControllerPosition_22;
|
|
// UnityEngine.Quaternion HurricaneVR.Framework.Core.Player.HVRJointHand::_previousRotation
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 ____previousRotation_23;
|
|
// System.Single HurricaneVR.Framework.Core.Player.HVRJointHand::_timer
|
|
float ____timer_24;
|
|
// System.Boolean HurricaneVR.Framework.Core.Player.HVRJointHand::_hasTeleporter
|
|
bool ____hasTeleporter_25;
|
|
};
|
|
|
|
// HurricaneVR.Framework.Components.HVRPhysicsButton
|
|
struct HVRPhysicsButton_t80891DF826AD611D7495EADD02687F7BBDF3B394 : public MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71
|
|
{
|
|
// HurricaneVR.Framework.Shared.HVRAxis HurricaneVR.Framework.Components.HVRPhysicsButton::Axis
|
|
int32_t ___Axis_4;
|
|
// UnityEngine.Rigidbody HurricaneVR.Framework.Components.HVRPhysicsButton::ConnectedBody
|
|
Rigidbody_t268697F5A994213ED97393309870968BC1C7393C* ___ConnectedBody_5;
|
|
// System.Single HurricaneVR.Framework.Components.HVRPhysicsButton::Spring
|
|
float ___Spring_6;
|
|
// System.Single HurricaneVR.Framework.Components.HVRPhysicsButton::Damper
|
|
float ___Damper_7;
|
|
// System.Single HurricaneVR.Framework.Components.HVRPhysicsButton::DownThreshold
|
|
float ___DownThreshold_8;
|
|
// System.Single HurricaneVR.Framework.Components.HVRPhysicsButton::ResetThreshold
|
|
float ___ResetThreshold_9;
|
|
// UnityEngine.Vector3 HurricaneVR.Framework.Components.HVRPhysicsButton::StartPosition
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___StartPosition_10;
|
|
// UnityEngine.Vector3 HurricaneVR.Framework.Components.HVRPhysicsButton::EndPosition
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___EndPosition_11;
|
|
// UnityEngine.AudioClip HurricaneVR.Framework.Components.HVRPhysicsButton::SFXButtonDown
|
|
AudioClip_t5D272C4EB4F2D3ED49F1C346DEA373CF6D585F20* ___SFXButtonDown_12;
|
|
// UnityEngine.AudioClip HurricaneVR.Framework.Components.HVRPhysicsButton::SFXButtonUp
|
|
AudioClip_t5D272C4EB4F2D3ED49F1C346DEA373CF6D585F20* ___SFXButtonUp_13;
|
|
// HurricaneVR.Framework.Components.HVRButtonEvent HurricaneVR.Framework.Components.HVRPhysicsButton::ButtonDown
|
|
HVRButtonEvent_t356796E6E11193C52BC8DAFEF14D9E579210892B* ___ButtonDown_14;
|
|
// HurricaneVR.Framework.Components.HVRButtonEvent HurricaneVR.Framework.Components.HVRPhysicsButton::ButtonUp
|
|
HVRButtonEvent_t356796E6E11193C52BC8DAFEF14D9E579210892B* ___ButtonUp_15;
|
|
// System.Boolean HurricaneVR.Framework.Components.HVRPhysicsButton::IsPressed
|
|
bool ___IsPressed_16;
|
|
// System.Boolean HurricaneVR.Framework.Components.HVRPhysicsButton::InvokeButtonDown
|
|
bool ___InvokeButtonDown_17;
|
|
// System.Boolean HurricaneVR.Framework.Components.HVRPhysicsButton::UpdateSpring
|
|
bool ___UpdateSpring_18;
|
|
// UnityEngine.Rigidbody HurricaneVR.Framework.Components.HVRPhysicsButton::<Rigidbody>k__BackingField
|
|
Rigidbody_t268697F5A994213ED97393309870968BC1C7393C* ___U3CRigidbodyU3Ek__BackingField_19;
|
|
// UnityEngine.Vector3 HurricaneVR.Framework.Components.HVRPhysicsButton::_axis
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ____axis_20;
|
|
// UnityEngine.ConfigurableJoint HurricaneVR.Framework.Components.HVRPhysicsButton::_joint
|
|
ConfigurableJoint_t8B33AB5A6B8D52493F14C4B8DBDF78A1C94ECB77* ____joint_21;
|
|
// UnityEngine.ConfigurableJoint HurricaneVR.Framework.Components.HVRPhysicsButton::_limitJoint
|
|
ConfigurableJoint_t8B33AB5A6B8D52493F14C4B8DBDF78A1C94ECB77* ____limitJoint_22;
|
|
};
|
|
|
|
// HurricaneVR.Framework.Core.Player.HVRPlayerController
|
|
struct HVRPlayerController_t26A1DD9C40E8FC728A9145B43AA248B87DF528F0 : public MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71
|
|
{
|
|
// System.Boolean HurricaneVR.Framework.Core.Player.HVRPlayerController::CanJump
|
|
bool ___CanJump_4;
|
|
// System.Boolean HurricaneVR.Framework.Core.Player.HVRPlayerController::CanSteerWhileJumping
|
|
bool ___CanSteerWhileJumping_5;
|
|
// System.Boolean HurricaneVR.Framework.Core.Player.HVRPlayerController::CanSprint
|
|
bool ___CanSprint_6;
|
|
// System.Boolean HurricaneVR.Framework.Core.Player.HVRPlayerController::CanCrouch
|
|
bool ___CanCrouch_7;
|
|
// HurricaneVR.Framework.Core.Player.PlayerDirectionMode HurricaneVR.Framework.Core.Player.HVRPlayerController::DirectionStyle
|
|
int32_t ___DirectionStyle_8;
|
|
// System.Boolean HurricaneVR.Framework.Core.Player.HVRPlayerController::InitialHMDAdjustment
|
|
bool ___InitialHMDAdjustment_9;
|
|
// UnityEngine.LayerMask HurricaneVR.Framework.Core.Player.HVRPlayerController::GroundedLayerMask
|
|
LayerMask_t97CB6BDADEDC3D6423C7BCFEA7F86DA2EC6241DB ___GroundedLayerMask_10;
|
|
// System.Single HurricaneVR.Framework.Core.Player.HVRPlayerController::GroundedDistance
|
|
float ___GroundedDistance_11;
|
|
// System.Single HurricaneVR.Framework.Core.Player.HVRPlayerController::MinHeight
|
|
float ___MinHeight_12;
|
|
// System.Boolean HurricaneVR.Framework.Core.Player.HVRPlayerController::InstantAcceleration
|
|
bool ___InstantAcceleration_13;
|
|
// System.Single HurricaneVR.Framework.Core.Player.HVRPlayerController::Acceleration
|
|
float ___Acceleration_14;
|
|
// System.Single HurricaneVR.Framework.Core.Player.HVRPlayerController::Deacceleration
|
|
float ___Deacceleration_15;
|
|
// System.Single HurricaneVR.Framework.Core.Player.HVRPlayerController::MoveSpeed
|
|
float ___MoveSpeed_16;
|
|
// System.Single HurricaneVR.Framework.Core.Player.HVRPlayerController::SprintAcceleration
|
|
float ___SprintAcceleration_17;
|
|
// System.Single HurricaneVR.Framework.Core.Player.HVRPlayerController::RunSpeed
|
|
float ___RunSpeed_18;
|
|
// System.Single HurricaneVR.Framework.Core.Player.HVRPlayerController::Gravity
|
|
float ___Gravity_19;
|
|
// System.Single HurricaneVR.Framework.Core.Player.HVRPlayerController::MaxFallSpeed
|
|
float ___MaxFallSpeed_20;
|
|
// System.Single HurricaneVR.Framework.Core.Player.HVRPlayerController::JumpVelocity
|
|
float ___JumpVelocity_21;
|
|
// System.Single HurricaneVR.Framework.Core.Player.HVRPlayerController::DoubleClickThreshold
|
|
float ___DoubleClickThreshold_22;
|
|
// HurricaneVR.Framework.Core.Player.RotationType HurricaneVR.Framework.Core.Player.HVRPlayerController::RotationType
|
|
int32_t ___RotationType_23;
|
|
// System.Single HurricaneVR.Framework.Core.Player.HVRPlayerController::SmoothTurnSpeed
|
|
float ___SmoothTurnSpeed_24;
|
|
// System.Single HurricaneVR.Framework.Core.Player.HVRPlayerController::SmoothTurnThreshold
|
|
float ___SmoothTurnThreshold_25;
|
|
// System.Single HurricaneVR.Framework.Core.Player.HVRPlayerController::SnapAmount
|
|
float ___SnapAmount_26;
|
|
// System.Single HurricaneVR.Framework.Core.Player.HVRPlayerController::SnapThreshold
|
|
float ___SnapThreshold_27;
|
|
// System.Boolean HurricaneVR.Framework.Core.Player.HVRPlayerController::RotateWhileTeleportAiming
|
|
bool ___RotateWhileTeleportAiming_28;
|
|
// System.Single HurricaneVR.Framework.Core.Player.HVRPlayerController::CrouchMinHeight
|
|
float ___CrouchMinHeight_29;
|
|
// System.Single HurricaneVR.Framework.Core.Player.HVRPlayerController::CrouchHeight
|
|
float ___CrouchHeight_30;
|
|
// System.Single HurricaneVR.Framework.Core.Player.HVRPlayerController::CrouchSpeed
|
|
float ___CrouchSpeed_31;
|
|
// UnityEngine.Transform HurricaneVR.Framework.Core.Player.HVRPlayerController::Camera
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___Camera_32;
|
|
// UnityEngine.Transform HurricaneVR.Framework.Core.Player.HVRPlayerController::NeckPivot
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___NeckPivot_33;
|
|
// UnityEngine.Transform HurricaneVR.Framework.Core.Player.HVRPlayerController::Root
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___Root_34;
|
|
// UnityEngine.Transform HurricaneVR.Framework.Core.Player.HVRPlayerController::FloorOffset
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___FloorOffset_35;
|
|
// UnityEngine.Transform HurricaneVR.Framework.Core.Player.HVRPlayerController::LeftControllerTransform
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___LeftControllerTransform_36;
|
|
// UnityEngine.Transform HurricaneVR.Framework.Core.Player.HVRPlayerController::RightControllerTransform
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___RightControllerTransform_37;
|
|
// HurricaneVR.Framework.Core.Player.HVRCameraRig HurricaneVR.Framework.Core.Player.HVRPlayerController::CameraRig
|
|
HVRCameraRig_tC98FBD46ACC6012DBA2DB94BD0D9E93E35AADC45* ___CameraRig_38;
|
|
// HurricaneVR.Framework.Core.Grabbers.HVRHandGrabber HurricaneVR.Framework.Core.Player.HVRPlayerController::LeftHand
|
|
HVRHandGrabber_t9CB7C31300D3D84C4E564C643D0BF501EBB16B90* ___LeftHand_39;
|
|
// HurricaneVR.Framework.Core.Grabbers.HVRHandGrabber HurricaneVR.Framework.Core.Player.HVRPlayerController::RightHand
|
|
HVRHandGrabber_t9CB7C31300D3D84C4E564C643D0BF501EBB16B90* ___RightHand_40;
|
|
// HurricaneVR.Framework.Core.Player.HVRJointHand HurricaneVR.Framework.Core.Player.HVRPlayerController::LeftJointHand
|
|
HVRJointHand_t18F1F4E0DE4EFF6FA03D8EB3D9598F354EE0F7B9* ___LeftJointHand_41;
|
|
// HurricaneVR.Framework.Core.Player.HVRJointHand HurricaneVR.Framework.Core.Player.HVRPlayerController::RightJointHand
|
|
HVRJointHand_t18F1F4E0DE4EFF6FA03D8EB3D9598F354EE0F7B9* ___RightJointHand_42;
|
|
// HurricaneVR.Framework.Core.Player.HVRScreenFade HurricaneVR.Framework.Core.Player.HVRPlayerController::ScreenFader
|
|
HVRScreenFade_t475F8309AC6BABCB4A4EEE1842BB59DF74272C2A* ___ScreenFader_43;
|
|
// HurricaneVR.Framework.Core.Player.HVRHeadCollision HurricaneVR.Framework.Core.Player.HVRPlayerController::HeadCollision
|
|
HVRHeadCollision_tC79727D088C060707C86EF717802ACA8EED89A8D* ___HeadCollision_44;
|
|
// System.Single HurricaneVR.Framework.Core.Player.HVRPlayerController::HeadCollisionFadeSpeed
|
|
float ___HeadCollisionFadeSpeed_45;
|
|
// System.Boolean HurricaneVR.Framework.Core.Player.HVRPlayerController::HeadCollisionPushesBack
|
|
bool ___HeadCollisionPushesBack_46;
|
|
// System.Boolean HurricaneVR.Framework.Core.Player.HVRPlayerController::LimitHeadDistance
|
|
bool ___LimitHeadDistance_47;
|
|
// System.Single HurricaneVR.Framework.Core.Player.HVRPlayerController::MaxLean
|
|
float ___MaxLean_48;
|
|
// System.Boolean HurricaneVR.Framework.Core.Player.HVRPlayerController::FadeFromLean
|
|
bool ___FadeFromLean_49;
|
|
// System.Boolean HurricaneVR.Framework.Core.Player.HVRPlayerController::MouseTurning
|
|
bool ___MouseTurning_50;
|
|
// System.Single HurricaneVR.Framework.Core.Player.HVRPlayerController::MouseSensitivityX
|
|
float ___MouseSensitivityX_51;
|
|
// UnityEngine.Rigidbody HurricaneVR.Framework.Core.Player.HVRPlayerController::<RigidBody>k__BackingField
|
|
Rigidbody_t268697F5A994213ED97393309870968BC1C7393C* ___U3CRigidBodyU3Ek__BackingField_52;
|
|
// UnityEngine.CharacterController HurricaneVR.Framework.Core.Player.HVRPlayerController::<CharacterController>k__BackingField
|
|
CharacterController_t847C1A2719F60547D7D6077B648D6CE2D1EF3A6A* ___U3CCharacterControllerU3Ek__BackingField_53;
|
|
// HurricaneVR.Framework.Core.Player.HVRTeleporter HurricaneVR.Framework.Core.Player.HVRPlayerController::<Teleporter>k__BackingField
|
|
HVRTeleporter_t4FEDF3056BB66BE634DBCE3F3E6AD75C460F63B7* ___U3CTeleporterU3Ek__BackingField_54;
|
|
// System.Boolean HurricaneVR.Framework.Core.Player.HVRPlayerController::<Sprinting>k__BackingField
|
|
bool ___U3CSprintingU3Ek__BackingField_55;
|
|
// System.Boolean HurricaneVR.Framework.Core.Player.HVRPlayerController::IsGrounded
|
|
bool ___IsGrounded_56;
|
|
// System.Boolean HurricaneVR.Framework.Core.Player.HVRPlayerController::<MovementEnabled>k__BackingField
|
|
bool ___U3CMovementEnabledU3Ek__BackingField_57;
|
|
// System.Boolean HurricaneVR.Framework.Core.Player.HVRPlayerController::<RotationEnabled>k__BackingField
|
|
bool ___U3CRotationEnabledU3Ek__BackingField_58;
|
|
// UnityEngine.Transform HurricaneVR.Framework.Core.Player.HVRPlayerController::<Neck>k__BackingField
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___U3CNeckU3Ek__BackingField_59;
|
|
// HurricaneVR.Framework.ControllerInput.HVRPlayerInputs HurricaneVR.Framework.Core.Player.HVRPlayerController::<Inputs>k__BackingField
|
|
HVRPlayerInputs_t5FC827A4ADE172D3A9B53AAEB7D8C327D750D986* ___U3CInputsU3Ek__BackingField_60;
|
|
// UnityEngine.Vector3 HurricaneVR.Framework.Core.Player.HVRPlayerController::<PreviousPosition>k__BackingField
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___U3CPreviousPositionU3Ek__BackingField_61;
|
|
// UnityEngine.Vector3 HurricaneVR.Framework.Core.Player.HVRPlayerController::_previousLeftControllerPosition
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ____previousLeftControllerPosition_62;
|
|
// UnityEngine.Vector3 HurricaneVR.Framework.Core.Player.HVRPlayerController::_previousRightControllerPosition
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ____previousRightControllerPosition_63;
|
|
// System.Boolean HurricaneVR.Framework.Core.Player.HVRPlayerController::_waitingForCameraMovement
|
|
bool ____waitingForCameraMovement_64;
|
|
// UnityEngine.Vector3 HurricaneVR.Framework.Core.Player.HVRPlayerController::_cameraStartingPosition
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ____cameraStartingPosition_65;
|
|
// System.Single HurricaneVR.Framework.Core.Player.HVRPlayerController::_timeSinceLastPress
|
|
float ____timeSinceLastPress_66;
|
|
// System.Boolean HurricaneVR.Framework.Core.Player.HVRPlayerController::_awaitingSecondClick
|
|
bool ____awaitingSecondClick_67;
|
|
// System.Boolean HurricaneVR.Framework.Core.Player.HVRPlayerController::_crouchInProgress
|
|
bool ____crouchInProgress_68;
|
|
// System.Boolean HurricaneVR.Framework.Core.Player.HVRPlayerController::_cameraBelowCrouchHeight
|
|
bool ____cameraBelowCrouchHeight_69;
|
|
// UnityEngine.Coroutine HurricaneVR.Framework.Core.Player.HVRPlayerController::_crouchRoutine
|
|
Coroutine_t85EA685566A254C23F3FD77AB5BDFFFF8799596B* ____crouchRoutine_70;
|
|
// System.Single HurricaneVR.Framework.Core.Player.HVRPlayerController::_previousTurnAxis
|
|
float ____previousTurnAxis_71;
|
|
// System.Single HurricaneVR.Framework.Core.Player.HVRPlayerController::_crouchOffset
|
|
float ____crouchOffset_72;
|
|
// System.Boolean HurricaneVR.Framework.Core.Player.HVRPlayerController::_isCrouchingToggled
|
|
bool ____isCrouchingToggled_73;
|
|
// System.Boolean HurricaneVR.Framework.Core.Player.HVRPlayerController::_isCameraCorrecting
|
|
bool ____isCameraCorrecting_74;
|
|
// System.Boolean HurricaneVR.Framework.Core.Player.HVRPlayerController::_hasTeleporter
|
|
bool ____hasTeleporter_75;
|
|
// UnityEngine.Vector3 HurricaneVR.Framework.Core.Player.HVRPlayerController::_previousVelocity
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ____previousVelocity_76;
|
|
// System.Single HurricaneVR.Framework.Core.Player.HVRPlayerController::yVelocity
|
|
float ___yVelocity_77;
|
|
// UnityEngine.Vector3 HurricaneVR.Framework.Core.Player.HVRPlayerController::xzVelocity
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___xzVelocity_78;
|
|
// System.Single HurricaneVR.Framework.Core.Player.HVRPlayerController::_actualVelocity
|
|
float ____actualVelocity_79;
|
|
};
|
|
|
|
// HurricaneVR.Framework.ControllerInput.HVRPlayerInputs
|
|
struct HVRPlayerInputs_t5FC827A4ADE172D3A9B53AAEB7D8C327D750D986 : public MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71
|
|
{
|
|
// System.Boolean HurricaneVR.Framework.ControllerInput.HVRPlayerInputs::CanDistanceGrab
|
|
bool ___CanDistanceGrab_4;
|
|
// System.Boolean HurricaneVR.Framework.ControllerInput.HVRPlayerInputs::CanTriggerGrab
|
|
bool ___CanTriggerGrab_5;
|
|
// HurricaneVR.Framework.ControllerInput.HVRForceGrabActivation HurricaneVR.Framework.ControllerInput.HVRPlayerInputs::ForceGrabActivation
|
|
int32_t ___ForceGrabActivation_6;
|
|
// System.Single HurricaneVR.Framework.ControllerInput.HVRPlayerInputs::TriggerGrabThreshold
|
|
float ___TriggerGrabThreshold_7;
|
|
// UnityEngine.Vector2 HurricaneVR.Framework.ControllerInput.HVRPlayerInputs::MovementAxis
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___MovementAxis_8;
|
|
// UnityEngine.Vector2 HurricaneVR.Framework.ControllerInput.HVRPlayerInputs::TurnAxis
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___TurnAxis_9;
|
|
// System.Boolean HurricaneVR.Framework.ControllerInput.HVRPlayerInputs::IsTeleportActivated
|
|
bool ___IsTeleportActivated_10;
|
|
// System.Boolean HurricaneVR.Framework.ControllerInput.HVRPlayerInputs::IsTeleportDeactivated
|
|
bool ___IsTeleportDeactivated_11;
|
|
// System.Boolean HurricaneVR.Framework.ControllerInput.HVRPlayerInputs::IsSprintingActivated
|
|
bool ___IsSprintingActivated_12;
|
|
// System.Boolean HurricaneVR.Framework.ControllerInput.HVRPlayerInputs::SprintRequiresDoubleClick
|
|
bool ___SprintRequiresDoubleClick_13;
|
|
// System.Boolean HurricaneVR.Framework.ControllerInput.HVRPlayerInputs::IsCrouchActivated
|
|
bool ___IsCrouchActivated_14;
|
|
// System.Boolean HurricaneVR.Framework.ControllerInput.HVRPlayerInputs::IsStandActivated
|
|
bool ___IsStandActivated_15;
|
|
// HurricaneVR.Framework.Shared.HVRButtonState HurricaneVR.Framework.ControllerInput.HVRPlayerInputs::JumpState
|
|
HVRButtonState_tCB5D53E840C8C49D87352E392D207FFC275FA721 ___JumpState_16;
|
|
// HurricaneVR.Framework.Shared.HVRButtonState HurricaneVR.Framework.ControllerInput.HVRPlayerInputs::CrouchState
|
|
HVRButtonState_tCB5D53E840C8C49D87352E392D207FFC275FA721 ___CrouchState_17;
|
|
// HurricaneVR.Framework.Shared.HVRButtonState HurricaneVR.Framework.ControllerInput.HVRPlayerInputs::StandState
|
|
HVRButtonState_tCB5D53E840C8C49D87352E392D207FFC275FA721 ___StandState_18;
|
|
// HurricaneVR.Framework.Shared.HVRButtonState HurricaneVR.Framework.ControllerInput.HVRPlayerInputs::LeftTriggerGrabState
|
|
HVRButtonState_tCB5D53E840C8C49D87352E392D207FFC275FA721 ___LeftTriggerGrabState_19;
|
|
// HurricaneVR.Framework.Shared.HVRButtonState HurricaneVR.Framework.ControllerInput.HVRPlayerInputs::RightTriggerGrabState
|
|
HVRButtonState_tCB5D53E840C8C49D87352E392D207FFC275FA721 ___RightTriggerGrabState_20;
|
|
// System.Boolean HurricaneVR.Framework.ControllerInput.HVRPlayerInputs::IsLeftGrabActivated
|
|
bool ___IsLeftGrabActivated_21;
|
|
// System.Boolean HurricaneVR.Framework.ControllerInput.HVRPlayerInputs::IsLeftHoldActive
|
|
bool ___IsLeftHoldActive_22;
|
|
// System.Boolean HurricaneVR.Framework.ControllerInput.HVRPlayerInputs::IsLeftGripHoldActive
|
|
bool ___IsLeftGripHoldActive_23;
|
|
// System.Boolean HurricaneVR.Framework.ControllerInput.HVRPlayerInputs::IsLeftTriggerHoldActive
|
|
bool ___IsLeftTriggerHoldActive_24;
|
|
// System.Boolean HurricaneVR.Framework.ControllerInput.HVRPlayerInputs::IsRightGrabActivated
|
|
bool ___IsRightGrabActivated_25;
|
|
// System.Boolean HurricaneVR.Framework.ControllerInput.HVRPlayerInputs::IsRightHoldActive
|
|
bool ___IsRightHoldActive_26;
|
|
// System.Boolean HurricaneVR.Framework.ControllerInput.HVRPlayerInputs::IsRightGripHoldActive
|
|
bool ___IsRightGripHoldActive_27;
|
|
// System.Boolean HurricaneVR.Framework.ControllerInput.HVRPlayerInputs::IsRightTriggerHoldActive
|
|
bool ___IsRightTriggerHoldActive_28;
|
|
// System.Boolean HurricaneVR.Framework.ControllerInput.HVRPlayerInputs::IsLeftForceGrabActive
|
|
bool ___IsLeftForceGrabActive_29;
|
|
// System.Boolean HurricaneVR.Framework.ControllerInput.HVRPlayerInputs::IsRightForceGrabActive
|
|
bool ___IsRightForceGrabActive_30;
|
|
// System.Boolean HurricaneVR.Framework.ControllerInput.HVRPlayerInputs::IsLeftForceGrabActivated
|
|
bool ___IsLeftForceGrabActivated_31;
|
|
// System.Boolean HurricaneVR.Framework.ControllerInput.HVRPlayerInputs::IsRightForceGrabActivated
|
|
bool ___IsRightForceGrabActivated_32;
|
|
// System.Boolean HurricaneVR.Framework.ControllerInput.HVRPlayerInputs::IsJumpActivated
|
|
bool ___IsJumpActivated_33;
|
|
// HurricaneVR.Framework.Shared.HVRHandSide HurricaneVR.Framework.ControllerInput.HVRPlayerInputs::TeleportHandSide
|
|
int32_t ___TeleportHandSide_34;
|
|
// System.Boolean HurricaneVR.Framework.ControllerInput.HVRPlayerInputs::SwapMovementAxis
|
|
bool ___SwapMovementAxis_35;
|
|
// System.Boolean HurricaneVR.Framework.ControllerInput.HVRPlayerInputs::UseWASD
|
|
bool ___UseWASD_36;
|
|
// System.Boolean HurricaneVR.Framework.ControllerInput.HVRPlayerInputs::IsMouseDown
|
|
bool ___IsMouseDown_37;
|
|
// UnityEngine.Vector2 HurricaneVR.Framework.ControllerInput.HVRPlayerInputs::MouseAxis
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___MouseAxis_38;
|
|
// System.Boolean HurricaneVR.Framework.ControllerInput.HVRPlayerInputs::<UpdateInputs>k__BackingField
|
|
bool ___U3CUpdateInputsU3Ek__BackingField_39;
|
|
};
|
|
|
|
// HurricaneVR.Framework.Core.HandPoser.HVRPosableGrabPoint
|
|
struct HVRPosableGrabPoint_t45AD7B3827EE2CFF89742F05F9FFD2E208D9CB23 : public MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71
|
|
{
|
|
// System.Int32 HurricaneVR.Framework.Core.HandPoser.HVRPosableGrabPoint::PoserIndex
|
|
int32_t ___PoserIndex_4;
|
|
// System.Boolean HurricaneVR.Framework.Core.HandPoser.HVRPosableGrabPoint::IsJointAnchor
|
|
bool ___IsJointAnchor_5;
|
|
// System.Boolean HurricaneVR.Framework.Core.HandPoser.HVRPosableGrabPoint::IsForceGrabbable
|
|
bool ___IsForceGrabbable_6;
|
|
// System.Boolean HurricaneVR.Framework.Core.HandPoser.HVRPosableGrabPoint::OneHandOnly
|
|
bool ___OneHandOnly_7;
|
|
// System.Single HurricaneVR.Framework.Core.HandPoser.HVRPosableGrabPoint::AllowedAngleDifference
|
|
float ___AllowedAngleDifference_8;
|
|
// System.Boolean HurricaneVR.Framework.Core.HandPoser.HVRPosableGrabPoint::CheckDistance
|
|
bool ___CheckDistance_9;
|
|
// System.Single HurricaneVR.Framework.Core.HandPoser.HVRPosableGrabPoint::MaxDistance
|
|
float ___MaxDistance_10;
|
|
// System.Boolean HurricaneVR.Framework.Core.HandPoser.HVRPosableGrabPoint::LeftHand
|
|
bool ___LeftHand_11;
|
|
// System.Boolean HurricaneVR.Framework.Core.HandPoser.HVRPosableGrabPoint::RightHand
|
|
bool ___RightHand_12;
|
|
// System.Int32 HurricaneVR.Framework.Core.HandPoser.HVRPosableGrabPoint::Group
|
|
int32_t ___Group_13;
|
|
// UnityEngine.Vector3 HurricaneVR.Framework.Core.HandPoser.HVRPosableGrabPoint::HandRotationOffset
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___HandRotationOffset_14;
|
|
// UnityEngine.Vector3 HurricaneVR.Framework.Core.HandPoser.HVRPosableGrabPoint::HandPositionOffset
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___HandPositionOffset_15;
|
|
// UnityEngine.Transform HurricaneVR.Framework.Core.HandPoser.HVRPosableGrabPoint::GrabIndicatorPosition
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___GrabIndicatorPosition_16;
|
|
// UnityEngine.Transform HurricaneVR.Framework.Core.HandPoser.HVRPosableGrabPoint::VisualGrabPoint
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___VisualGrabPoint_17;
|
|
// HurricaneVR.Framework.Core.HandPoser.HVRHandPoser HurricaneVR.Framework.Core.HandPoser.HVRPosableGrabPoint::HandPoser
|
|
HVRHandPoser_tCF5D301EB153B0E53954A6A759E938C6CFFC10C6* ___HandPoser_18;
|
|
// HurricaneVR.Framework.Core.HVRGrabbable HurricaneVR.Framework.Core.HandPoser.HVRPosableGrabPoint::Grabbable
|
|
HVRGrabbable_tC5E7380624392C1F4EB5BEA99BF9C187D151C0DE* ___Grabbable_19;
|
|
// System.Boolean HurricaneVR.Framework.Core.HandPoser.HVRPosableGrabPoint::IsLineGrab
|
|
bool ___IsLineGrab_20;
|
|
// UnityEngine.Transform HurricaneVR.Framework.Core.HandPoser.HVRPosableGrabPoint::LineStart
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___LineStart_21;
|
|
// UnityEngine.Transform HurricaneVR.Framework.Core.HandPoser.HVRPosableGrabPoint::LineEnd
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___LineEnd_22;
|
|
// System.Boolean HurricaneVR.Framework.Core.HandPoser.HVRPosableGrabPoint::CanLineFlip
|
|
bool ___CanLineFlip_23;
|
|
// System.Single HurricaneVR.Framework.Core.HandPoser.HVRPosableGrabPoint::LooseDamper
|
|
float ___LooseDamper_24;
|
|
// System.Single HurricaneVR.Framework.Core.HandPoser.HVRPosableGrabPoint::LooseAngularDamper
|
|
float ___LooseAngularDamper_25;
|
|
// System.Boolean HurricaneVR.Framework.Core.HandPoser.HVRPosableGrabPoint::LineCanReposition
|
|
bool ___LineCanReposition_26;
|
|
// System.Boolean HurricaneVR.Framework.Core.HandPoser.HVRPosableGrabPoint::LineInitialCanReposition
|
|
bool ___LineInitialCanReposition_27;
|
|
// System.Boolean HurricaneVR.Framework.Core.HandPoser.HVRPosableGrabPoint::LineCanRotate
|
|
bool ___LineCanRotate_28;
|
|
// System.Boolean HurricaneVR.Framework.Core.HandPoser.HVRPosableGrabPoint::LineFreeRotation
|
|
bool ___LineFreeRotation_29;
|
|
// System.Boolean HurricaneVR.Framework.Core.HandPoser.HVRPosableGrabPoint::LineInitialCanRotate
|
|
bool ___LineInitialCanRotate_30;
|
|
// UnityEngine.Quaternion HurricaneVR.Framework.Core.HandPoser.HVRPosableGrabPoint::<LeftPoseOffset>k__BackingField
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 ___U3CLeftPoseOffsetU3Ek__BackingField_31;
|
|
// UnityEngine.Quaternion HurricaneVR.Framework.Core.HandPoser.HVRPosableGrabPoint::<RightPoseOffset>k__BackingField
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 ___U3CRightPoseOffsetU3Ek__BackingField_32;
|
|
// UnityEngine.Vector3 HurricaneVR.Framework.Core.HandPoser.HVRPosableGrabPoint::<LeftPosePositionOffset>k__BackingField
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___U3CLeftPosePositionOffsetU3Ek__BackingField_33;
|
|
// UnityEngine.Vector3 HurricaneVR.Framework.Core.HandPoser.HVRPosableGrabPoint::<RightPosePositionOffset>k__BackingField
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___U3CRightPosePositionOffsetU3Ek__BackingField_34;
|
|
// System.Collections.Generic.List`1<HurricaneVR.Framework.Core.HandPoser.HVRPosableGrabPoint> HurricaneVR.Framework.Core.HandPoser.HVRPosableGrabPoint::Others
|
|
List_1_t4CD1B57546285E41EE806427BF79C5164BDB5B5F* ___Others_35;
|
|
};
|
|
|
|
// HurricaneVR.Framework.Components.HVRRotationLimiter
|
|
struct HVRRotationLimiter_tF5CD8BEF6539AEF6B30DD3CC7E163EB09771C672 : public MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71
|
|
{
|
|
// UnityEngine.Rigidbody HurricaneVR.Framework.Components.HVRRotationLimiter::ConnectedBody
|
|
Rigidbody_t268697F5A994213ED97393309870968BC1C7393C* ___ConnectedBody_5;
|
|
// System.Int32 HurricaneVR.Framework.Components.HVRRotationLimiter::MinAngle
|
|
int32_t ___MinAngle_6;
|
|
// System.Int32 HurricaneVR.Framework.Components.HVRRotationLimiter::MaxAngle
|
|
int32_t ___MaxAngle_7;
|
|
// System.Single HurricaneVR.Framework.Components.HVRRotationLimiter::JointResetThreshold
|
|
float ___JointResetThreshold_8;
|
|
// UnityEngine.Rigidbody HurricaneVR.Framework.Components.HVRRotationLimiter::<Rigidbody>k__BackingField
|
|
Rigidbody_t268697F5A994213ED97393309870968BC1C7393C* ___U3CRigidbodyU3Ek__BackingField_9;
|
|
// HurricaneVR.Framework.Components.HVRRotationTracker HurricaneVR.Framework.Components.HVRRotationLimiter::<Tracker>k__BackingField
|
|
HVRRotationTracker_tF6E4B67021F9D4DDF5D3C949CDA8DD2B8B24B067* ___U3CTrackerU3Ek__BackingField_10;
|
|
// UnityEngine.ConfigurableJoint HurricaneVR.Framework.Components.HVRRotationLimiter::_joint
|
|
ConfigurableJoint_t8B33AB5A6B8D52493F14C4B8DBDF78A1C94ECB77* ____joint_11;
|
|
// System.Single HurricaneVR.Framework.Components.HVRRotationLimiter::_angleAtCreation
|
|
float ____angleAtCreation_12;
|
|
// System.Single HurricaneVR.Framework.Components.HVRRotationLimiter::maxDelta
|
|
float ___maxDelta_13;
|
|
// System.Single HurricaneVR.Framework.Components.HVRRotationLimiter::minDelta
|
|
float ___minDelta_14;
|
|
};
|
|
|
|
// HurricaneVR.Framework.Components.HVRRotationTracker
|
|
struct HVRRotationTracker_tF6E4B67021F9D4DDF5D3C949CDA8DD2B8B24B067 : public MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71
|
|
{
|
|
// HurricaneVR.Framework.Shared.HVRAxis HurricaneVR.Framework.Components.HVRRotationTracker::Axis
|
|
int32_t ___Axis_4;
|
|
// System.Int32 HurricaneVR.Framework.Components.HVRRotationTracker::Steps
|
|
int32_t ___Steps_5;
|
|
// System.Single HurricaneVR.Framework.Components.HVRRotationTracker::AngleThreshold
|
|
float ___AngleThreshold_6;
|
|
// System.Single HurricaneVR.Framework.Components.HVRRotationTracker::MaximumAngle
|
|
float ___MaximumAngle_7;
|
|
// HurricaneVR.Framework.Components.RotationTrackerStepEvent HurricaneVR.Framework.Components.HVRRotationTracker::StepChanged
|
|
RotationTrackerStepEvent_tCB5A5C66DD94226F97B56FB0FF26145DD6481793* ___StepChanged_8;
|
|
// HurricaneVR.Framework.Components.RotationTrackerAngleEvent HurricaneVR.Framework.Components.HVRRotationTracker::AngleChanged
|
|
RotationTrackerAngleEvent_tB8A14CAE85E89437191650980077BF542288BEB0* ___AngleChanged_9;
|
|
// System.Single HurricaneVR.Framework.Components.HVRRotationTracker::StepSize
|
|
float ___StepSize_10;
|
|
// System.Int32 HurricaneVR.Framework.Components.HVRRotationTracker::Step
|
|
int32_t ___Step_11;
|
|
// UnityEngine.Vector3 HurricaneVR.Framework.Components.HVRRotationTracker::_angleVector
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ____angleVector_12;
|
|
// System.Single HurricaneVR.Framework.Components.HVRRotationTracker::_previousAngle
|
|
float ____previousAngle_13;
|
|
// UnityEngine.Vector3 HurricaneVR.Framework.Components.HVRRotationTracker::_trackAxis
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ____trackAxis_14;
|
|
// UnityEngine.Vector3 HurricaneVR.Framework.Components.HVRRotationTracker::_startVector
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ____startVector_15;
|
|
// System.Single HurricaneVR.Framework.Components.HVRRotationTracker::_clampedAngle
|
|
float ____clampedAngle_16;
|
|
// System.Single HurricaneVR.Framework.Components.HVRRotationTracker::_angleFromStart
|
|
float ____angleFromStart_17;
|
|
// System.Single HurricaneVR.Framework.Components.HVRRotationTracker::<ClampedAngle>k__BackingField
|
|
float ___U3CClampedAngleU3Ek__BackingField_18;
|
|
// System.Single HurricaneVR.Framework.Components.HVRRotationTracker::<Angle>k__BackingField
|
|
float ___U3CAngleU3Ek__BackingField_19;
|
|
// UnityEngine.Vector3 HurricaneVR.Framework.Components.HVRRotationTracker::<AxisOfRotation>k__BackingField
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___U3CAxisOfRotationU3Ek__BackingField_20;
|
|
};
|
|
|
|
// HurricaneVR.Framework.Core.Sockets.HVRSocketFilter
|
|
struct HVRSocketFilter_t473580ED4B9730A48F09C95722B651F915A87319 : public MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71
|
|
{
|
|
};
|
|
|
|
// HurricaneVR.Framework.Core.Sockets.HVRSocketable
|
|
struct HVRSocketable_t0CCE2C7710A7C7F66EC05482831E56FB949A094F : public MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71
|
|
{
|
|
// HurricaneVR.Framework.Core.HVRGrabbable HurricaneVR.Framework.Core.Sockets.HVRSocketable::<Grabbable>k__BackingField
|
|
HVRGrabbable_tC5E7380624392C1F4EB5BEA99BF9C187D151C0DE* ___U3CGrabbableU3Ek__BackingField_4;
|
|
// UnityEngine.Transform HurricaneVR.Framework.Core.Sockets.HVRSocketable::SocketOrientation
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___SocketOrientation_5;
|
|
// System.Single HurricaneVR.Framework.Core.Sockets.HVRSocketable::SocketScale
|
|
float ___SocketScale_6;
|
|
// UnityEngine.Vector3 HurricaneVR.Framework.Core.Sockets.HVRSocketable::CounterScale
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___CounterScale_7;
|
|
// UnityEngine.BoxCollider HurricaneVR.Framework.Core.Sockets.HVRSocketable::ScaleOverride
|
|
BoxCollider_tFA5D239388334D6DE0B8FFDAD6825C5B03786E23* ___ScaleOverride_8;
|
|
// UnityEngine.AudioClip HurricaneVR.Framework.Core.Sockets.HVRSocketable::SocketedClip
|
|
AudioClip_t5D272C4EB4F2D3ED49F1C346DEA373CF6D585F20* ___SocketedClip_9;
|
|
// UnityEngine.AudioClip HurricaneVR.Framework.Core.Sockets.HVRSocketable::UnsocketedClip
|
|
AudioClip_t5D272C4EB4F2D3ED49F1C346DEA373CF6D585F20* ___UnsocketedClip_10;
|
|
// HurricaneVR.Framework.Core.HVRGrabbable[] HurricaneVR.Framework.Core.Sockets.HVRSocketable::LinkedGrabbables
|
|
HVRGrabbableU5BU5D_tEDB0FBD4FD1418A2823FA20AF3A194F42B2D71D2* ___LinkedGrabbables_11;
|
|
};
|
|
|
|
// HurricaneVR.Framework.Core.Stabbing.HVRStabbable
|
|
struct HVRStabbable_t71A2D16350A6CAB51630D1314BE9C10870FE29E1 : public MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71
|
|
{
|
|
// HurricaneVR.Framework.Core.Stabbing.HVRStabbableSettings HurricaneVR.Framework.Core.Stabbing.HVRStabbable::Settings
|
|
HVRStabbableSettings_t84D8624ED6E1D223CDBF062528B88EA99E55D813* ___Settings_4;
|
|
// System.Collections.Generic.List`1<UnityEngine.Collider> HurricaneVR.Framework.Core.Stabbing.HVRStabbable::Ignorecolliders
|
|
List_1_t58F89DEDCD7DABB0CFB009AAD9C0CFE061592252* ___Ignorecolliders_5;
|
|
// HurricaneVR.Framework.Core.Stabbing.HVRStabEvent HurricaneVR.Framework.Core.Stabbing.HVRStabbable::Stabbed
|
|
HVRStabEvent_t272C60B0E7CB75467B6BD510CD7DF8E031385924* ___Stabbed_6;
|
|
// HurricaneVR.Framework.Core.Stabbing.HVRStabEvents HurricaneVR.Framework.Core.Stabbing.HVRStabbable::UnStabbed
|
|
HVRStabEvents_t4BD45936E5EE6EF18DA79B435EE60091353A98B7* ___UnStabbed_7;
|
|
// HurricaneVR.Framework.Core.Stabbing.HVRStabEvents HurricaneVR.Framework.Core.Stabbing.HVRStabbable::FullStabbed
|
|
HVRStabEvents_t4BD45936E5EE6EF18DA79B435EE60091353A98B7* ___FullStabbed_8;
|
|
// System.Collections.Generic.List`1<HurricaneVR.Framework.Core.Stabbing.HVRStabber> HurricaneVR.Framework.Core.Stabbing.HVRStabbable::Stabbers
|
|
List_1_t045123BDB2FAD65B3BD5F8698ADF524F27BEDA8D* ___Stabbers_9;
|
|
// UnityEngine.Vector3 HurricaneVR.Framework.Core.Stabbing.HVRStabbable::<Velocity>k__BackingField
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___U3CVelocityU3Ek__BackingField_10;
|
|
// UnityEngine.Vector3 HurricaneVR.Framework.Core.Stabbing.HVRStabbable::_previousPosition
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ____previousPosition_11;
|
|
};
|
|
|
|
// HurricaneVR.Framework.Core.Stabbing.HVRStabber
|
|
struct HVRStabber_tE60C171AECD2D5487B702E7C6C27194FFC364904 : public MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71
|
|
{
|
|
// UnityEngine.Transform HurricaneVR.Framework.Core.Stabbing.HVRStabber::Tip
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___Tip_4;
|
|
// UnityEngine.Transform HurricaneVR.Framework.Core.Stabbing.HVRStabber::Base
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___Base_5;
|
|
// HurricaneVR.Framework.Core.Stabbing.HVRStabberSettings HurricaneVR.Framework.Core.Stabbing.HVRStabber::Settings
|
|
HVRStabberSettings_t2414E15BD0B668FC229B060ADFB038A74BA5DEAC* ___Settings_6;
|
|
// System.Boolean HurricaneVR.Framework.Core.Stabbing.HVRStabber::StabAnything
|
|
bool ___StabAnything_7;
|
|
// System.Boolean HurricaneVR.Framework.Core.Stabbing.HVRStabber::IgnoreVelocityCheck
|
|
bool ___IgnoreVelocityCheck_8;
|
|
// HurricaneVR.Framework.Core.Stabbing.HVRStabbableSettings HurricaneVR.Framework.Core.Stabbing.HVRStabber::FallbackSettings
|
|
HVRStabbableSettings_t84D8624ED6E1D223CDBF062528B88EA99E55D813* ___FallbackSettings_9;
|
|
// UnityEngine.JointProjectionMode HurricaneVR.Framework.Core.Stabbing.HVRStabber::ProjectionMode
|
|
int32_t ___ProjectionMode_10;
|
|
// System.Single HurricaneVR.Framework.Core.Stabbing.HVRStabber::ProjectionDistance
|
|
float ___ProjectionDistance_11;
|
|
// System.Single HurricaneVR.Framework.Core.Stabbing.HVRStabber::ProjectionAngle
|
|
float ___ProjectionAngle_12;
|
|
// System.Boolean HurricaneVR.Framework.Core.Stabbing.HVRStabber::IsDualStabber
|
|
bool ___IsDualStabber_13;
|
|
// System.Boolean HurricaneVR.Framework.Core.Stabbing.HVRStabber::CanRunThrough
|
|
bool ___CanRunThrough_14;
|
|
// UnityEngine.Collider[] HurricaneVR.Framework.Core.Stabbing.HVRStabber::CollidersToIgnore
|
|
ColliderU5BU5D_t94A9D70F63D095AFF2A9B4613012A5F7F3141787* ___CollidersToIgnore_15;
|
|
// UnityEngine.Collider[] HurricaneVR.Framework.Core.Stabbing.HVRStabber::StabbingColliders
|
|
ColliderU5BU5D_t94A9D70F63D095AFF2A9B4613012A5F7F3141787* ___StabbingColliders_16;
|
|
// System.Single HurricaneVR.Framework.Core.Stabbing.HVRStabber::ContactOffset
|
|
float ___ContactOffset_17;
|
|
// System.Boolean HurricaneVR.Framework.Core.Stabbing.HVRStabber::DrawGizmos
|
|
bool ___DrawGizmos_18;
|
|
// System.Boolean HurricaneVR.Framework.Core.Stabbing.HVRStabber::VerboseDebugging
|
|
bool ___VerboseDebugging_19;
|
|
// System.Boolean HurricaneVR.Framework.Core.Stabbing.HVRStabber::LogFailedAngle
|
|
bool ___LogFailedAngle_20;
|
|
// System.Boolean HurricaneVR.Framework.Core.Stabbing.HVRStabber::LogFailedVelocity
|
|
bool ___LogFailedVelocity_21;
|
|
// System.Boolean HurricaneVR.Framework.Core.Stabbing.HVRStabber::LogJointLock
|
|
bool ___LogJointLock_22;
|
|
// System.Boolean HurricaneVR.Framework.Core.Stabbing.HVRStabber::LogJointUnlock
|
|
bool ___LogJointUnlock_23;
|
|
// System.Boolean HurricaneVR.Framework.Core.Stabbing.HVRStabber::LogJointForce
|
|
bool ___LogJointForce_24;
|
|
// System.Single HurricaneVR.Framework.Core.Stabbing.HVRStabber::LogJointForceThreshold
|
|
float ___LogJointForceThreshold_25;
|
|
// System.Single HurricaneVR.Framework.Core.Stabbing.HVRStabber::Depth
|
|
float ___Depth_26;
|
|
// System.Single HurricaneVR.Framework.Core.Stabbing.HVRStabber::DepthPercent
|
|
float ___DepthPercent_27;
|
|
// HurricaneVR.Framework.Core.Stabbing.HVRStabEvent HurricaneVR.Framework.Core.Stabbing.HVRStabber::Stabbed
|
|
HVRStabEvent_t272C60B0E7CB75467B6BD510CD7DF8E031385924* ___Stabbed_28;
|
|
// HurricaneVR.Framework.Core.Stabbing.HVRStabEvents HurricaneVR.Framework.Core.Stabbing.HVRStabber::UnStabbed
|
|
HVRStabEvents_t4BD45936E5EE6EF18DA79B435EE60091353A98B7* ___UnStabbed_29;
|
|
// HurricaneVR.Framework.Core.Stabbing.HVRStabEvents HurricaneVR.Framework.Core.Stabbing.HVRStabber::FullStabbed
|
|
HVRStabEvents_t4BD45936E5EE6EF18DA79B435EE60091353A98B7* ___FullStabbed_30;
|
|
// UnityEngine.Rigidbody HurricaneVR.Framework.Core.Stabbing.HVRStabber::<Rigidbody>k__BackingField
|
|
Rigidbody_t268697F5A994213ED97393309870968BC1C7393C* ___U3CRigidbodyU3Ek__BackingField_31;
|
|
// System.Collections.Generic.List`1<HurricaneVR.Framework.Core.Stabbing.HVRStabTracker> HurricaneVR.Framework.Core.Stabbing.HVRStabber::_trackers
|
|
List_1_tFEEDD9A6C1C4C56F979A33152ADD95095ACF2502* ____trackers_32;
|
|
// System.Collections.Generic.List`1<HurricaneVR.Framework.Core.Stabbing.HVRStabTracker> HurricaneVR.Framework.Core.Stabbing.HVRStabber::_cleanup
|
|
List_1_tFEEDD9A6C1C4C56F979A33152ADD95095ACF2502* ____cleanup_33;
|
|
// System.Collections.Generic.List`1<UnityEngine.GameObject> HurricaneVR.Framework.Core.Stabbing.HVRStabber::<StabbedObjects>k__BackingField
|
|
List_1_tB951CE80B58D1BF9650862451D8DAD8C231F207B* ___U3CStabbedObjectsU3Ek__BackingField_34;
|
|
// System.Collections.Generic.List`1<HurricaneVR.Framework.Core.Stabbing.HVRStabbable> HurricaneVR.Framework.Core.Stabbing.HVRStabber::<StabbedStabbables>k__BackingField
|
|
List_1_tC56132CC9FBF1DED5BCC0B1EF6116DBBA1D3D931* ___U3CStabbedStabbablesU3Ek__BackingField_35;
|
|
// UnityEngine.Vector3 HurricaneVR.Framework.Core.Stabbing.HVRStabber::_velocity
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ____velocity_36;
|
|
// System.Boolean HurricaneVR.Framework.Core.Stabbing.HVRStabber::<ManuallyLocked>k__BackingField
|
|
bool ___U3CManuallyLockedU3Ek__BackingField_37;
|
|
};
|
|
|
|
// HurricaneVR.Framework.Core.Player.HVRTeleporter
|
|
struct HVRTeleporter_t4FEDF3056BB66BE634DBCE3F3E6AD75C460F63B7 : public MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71
|
|
{
|
|
// UnityEngine.Transform HurricaneVR.Framework.Core.Player.HVRTeleporter::Camera
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___Camera_4;
|
|
// UnityEngine.Transform HurricaneVR.Framework.Core.Player.HVRTeleporter::TeleportLineSourceLeft
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___TeleportLineSourceLeft_5;
|
|
// UnityEngine.Transform HurricaneVR.Framework.Core.Player.HVRTeleporter::TeleportLineSourceRight
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___TeleportLineSourceRight_6;
|
|
// HurricaneVR.Framework.Core.Grabbers.HVRHandGrabber HurricaneVR.Framework.Core.Player.HVRTeleporter::LeftHand
|
|
HVRHandGrabber_t9CB7C31300D3D84C4E564C643D0BF501EBB16B90* ___LeftHand_7;
|
|
// HurricaneVR.Framework.Core.Grabbers.HVRHandGrabber HurricaneVR.Framework.Core.Player.HVRTeleporter::RightHand
|
|
HVRHandGrabber_t9CB7C31300D3D84C4E564C643D0BF501EBB16B90* ___RightHand_8;
|
|
// HurricaneVR.Framework.Core.Player.HVRPlayerController HurricaneVR.Framework.Core.Player.HVRTeleporter::Player
|
|
HVRPlayerController_t26A1DD9C40E8FC728A9145B43AA248B87DF528F0* ___Player_9;
|
|
// System.Boolean HurricaneVR.Framework.Core.Player.HVRTeleporter::PlayerRotateCheck
|
|
bool ___PlayerRotateCheck_10;
|
|
// System.Boolean HurricaneVR.Framework.Core.Player.HVRTeleporter::PlayerGroundedCheck
|
|
bool ___PlayerGroundedCheck_11;
|
|
// System.Boolean HurricaneVR.Framework.Core.Player.HVRTeleporter::PlayerClimbingCheck
|
|
bool ___PlayerClimbingCheck_12;
|
|
// System.Single HurricaneVR.Framework.Core.Player.HVRTeleporter::RotationTeleportThreshold
|
|
float ___RotationTeleportThreshold_13;
|
|
// UnityEngine.Color HurricaneVR.Framework.Core.Player.HVRTeleporter::ValidColor
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___ValidColor_14;
|
|
// UnityEngine.Color HurricaneVR.Framework.Core.Player.HVRTeleporter::InvalidColor
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___InvalidColor_15;
|
|
// UnityEngine.LineRenderer HurricaneVR.Framework.Core.Player.HVRTeleporter::LineRenderer
|
|
LineRenderer_tEFEF960672DB69CB14B6D181FAE6292F0CF8B63D* ___LineRenderer_16;
|
|
// UnityEngine.LineRenderer HurricaneVR.Framework.Core.Player.HVRTeleporter::DownRenderer
|
|
LineRenderer_tEFEF960672DB69CB14B6D181FAE6292F0CF8B63D* ___DownRenderer_17;
|
|
// HurricaneVR.Framework.Core.Player.HVRTeleportMarkerBase HurricaneVR.Framework.Core.Player.HVRTeleporter::TeleportMarker
|
|
HVRTeleportMarkerBase_t7044E7BF18E1006F75C906BE7A0A92B003A80961* ___TeleportMarker_18;
|
|
// System.Single HurricaneVR.Framework.Core.Player.HVRTeleporter::DownLineMinLength
|
|
float ___DownLineMinLength_19;
|
|
// System.Single HurricaneVR.Framework.Core.Player.HVRTeleporter::DownLineMaxLength
|
|
float ___DownLineMaxLength_20;
|
|
// System.Boolean HurricaneVR.Framework.Core.Player.HVRTeleporter::DisableMarkerWhenInvalid
|
|
bool ___DisableMarkerWhenInvalid_21;
|
|
// HurricaneVR.Framework.Core.Player.HVRTeleportCurve HurricaneVR.Framework.Core.Player.HVRTeleporter::CurveType
|
|
int32_t ___CurveType_22;
|
|
// System.Single HurricaneVR.Framework.Core.Player.HVRTeleporter::MaxAngle
|
|
float ___MaxAngle_23;
|
|
// System.Int32 HurricaneVR.Framework.Core.Player.HVRTeleporter::LineSegments
|
|
int32_t ___LineSegments_24;
|
|
// System.Single HurricaneVR.Framework.Core.Player.HVRTeleporter::CollisionBuffer
|
|
float ___CollisionBuffer_25;
|
|
// UnityEngine.LayerMask HurricaneVR.Framework.Core.Player.HVRTeleporter::LayerMask
|
|
LayerMask_t97CB6BDADEDC3D6423C7BCFEA7F86DA2EC6241DB ___LayerMask_26;
|
|
// UnityEngine.QueryTriggerInteraction HurricaneVR.Framework.Core.Player.HVRTeleporter::LayerMaskTriggerInteraction
|
|
int32_t ___LayerMaskTriggerInteraction_27;
|
|
// System.Single HurricaneVR.Framework.Core.Player.HVRTeleporter::Speed
|
|
float ___Speed_28;
|
|
// System.Single HurricaneVR.Framework.Core.Player.HVRTeleporter::TimeStep
|
|
float ___TimeStep_29;
|
|
// System.Single HurricaneVR.Framework.Core.Player.HVRTeleporter::BezierAngleOffset
|
|
float ___BezierAngleOffset_30;
|
|
// UnityEngine.AnimationCurve HurricaneVR.Framework.Core.Player.HVRTeleporter::BezierAngleOffsetCurve
|
|
AnimationCurve_tCBFFAAD05CEBB35EF8D8631BD99914BE1A6BB354* ___BezierAngleOffsetCurve_31;
|
|
// System.Single HurricaneVR.Framework.Core.Player.HVRTeleporter::TeleportDistance
|
|
float ___TeleportDistance_32;
|
|
// System.Single HurricaneVR.Framework.Core.Player.HVRTeleporter::DownRayLength
|
|
float ___DownRayLength_33;
|
|
// UnityEngine.LayerMask HurricaneVR.Framework.Core.Player.HVRTeleporter::DownRayIgnoreMask
|
|
LayerMask_t97CB6BDADEDC3D6423C7BCFEA7F86DA2EC6241DB ___DownRayIgnoreMask_34;
|
|
// System.Boolean HurricaneVR.Framework.Core.Player.HVRTeleporter::Dash
|
|
bool ___Dash_35;
|
|
// System.Single HurricaneVR.Framework.Core.Player.HVRTeleporter::DashSpeed
|
|
float ___DashSpeed_36;
|
|
// System.Boolean HurricaneVR.Framework.Core.Player.HVRTeleporter::RequireOriginLineOfSight
|
|
bool ___RequireOriginLineOfSight_37;
|
|
// UnityEngine.LayerMask HurricaneVR.Framework.Core.Player.HVRTeleporter::OriginIgnoreLayerMask
|
|
LayerMask_t97CB6BDADEDC3D6423C7BCFEA7F86DA2EC6241DB ___OriginIgnoreLayerMask_38;
|
|
// System.Boolean HurricaneVR.Framework.Core.Player.HVRTeleporter::RequireDestinationLineOfSight
|
|
bool ___RequireDestinationLineOfSight_39;
|
|
// System.Single HurricaneVR.Framework.Core.Player.HVRTeleporter::DestinationHeight
|
|
float ___DestinationHeight_40;
|
|
// System.Int32 HurricaneVR.Framework.Core.Player.HVRTeleporter::DestinationIntervals
|
|
int32_t ___DestinationIntervals_41;
|
|
// UnityEngine.LayerMask HurricaneVR.Framework.Core.Player.HVRTeleporter::DestinationIgnoreLayerMask
|
|
LayerMask_t97CB6BDADEDC3D6423C7BCFEA7F86DA2EC6241DB ___DestinationIgnoreLayerMask_42;
|
|
// System.Boolean HurricaneVR.Framework.Core.Player.HVRTeleporter::CheckDropDistance
|
|
bool ___CheckDropDistance_43;
|
|
// System.Single HurricaneVR.Framework.Core.Player.HVRTeleporter::MaxDropDistance
|
|
float ___MaxDropDistance_44;
|
|
// System.Boolean HurricaneVR.Framework.Core.Player.HVRTeleporter::CheckJumpDistance
|
|
bool ___CheckJumpDistance_45;
|
|
// System.Single HurricaneVR.Framework.Core.Player.HVRTeleporter::MaxJumpDistance
|
|
float ___MaxJumpDistance_46;
|
|
// UnityEngine.LayerMask HurricaneVR.Framework.Core.Player.HVRTeleporter::PlayerFitIgnoreLayerMask
|
|
LayerMask_t97CB6BDADEDC3D6423C7BCFEA7F86DA2EC6241DB ___PlayerFitIgnoreLayerMask_47;
|
|
// UnityEngine.LayerMask HurricaneVR.Framework.Core.Player.HVRTeleporter::TeleportableLayers
|
|
LayerMask_t97CB6BDADEDC3D6423C7BCFEA7F86DA2EC6241DB ___TeleportableLayers_48;
|
|
// System.Single HurricaneVR.Framework.Core.Player.HVRTeleporter::MaxSurfaceAngle
|
|
float ___MaxSurfaceAngle_49;
|
|
// UnityEngine.CapsuleCollider HurricaneVR.Framework.Core.Player.HVRTeleporter::Capsule
|
|
CapsuleCollider_t3A1671C74F0836ABEF5D01A7470B5B2BE290A808* ___Capsule_50;
|
|
// HurricaneVR.Framework.Core.Player.TeleportPositionUpdate HurricaneVR.Framework.Core.Player.HVRTeleporter::BeforeTeleport
|
|
TeleportPositionUpdate_t948A184B362F6F6598D1789074CCCAE2F636617C* ___BeforeTeleport_51;
|
|
// UnityEngine.Events.UnityEvent HurricaneVR.Framework.Core.Player.HVRTeleporter::AfterTeleport
|
|
UnityEvent_tDC2C3548799DBC91D1E3F3DE60083A66F4751977* ___AfterTeleport_52;
|
|
// HurricaneVR.Framework.Core.Player.TeleportPositionUpdate HurricaneVR.Framework.Core.Player.HVRTeleporter::PositionUpdate
|
|
TeleportPositionUpdate_t948A184B362F6F6598D1789074CCCAE2F636617C* ___PositionUpdate_53;
|
|
// UnityEngine.Vector3 HurricaneVR.Framework.Core.Player.HVRTeleporter::DownHitNormal
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___DownHitNormal_54;
|
|
// System.Single HurricaneVR.Framework.Core.Player.HVRTeleporter::SurfaceAngle
|
|
float ___SurfaceAngle_55;
|
|
// System.Boolean HurricaneVR.Framework.Core.Player.HVRTeleporter::IsDropDistanceValid
|
|
bool ___IsDropDistanceValid_56;
|
|
// System.Boolean HurricaneVR.Framework.Core.Player.HVRTeleporter::IsSurfaceAngleValid
|
|
bool ___IsSurfaceAngleValid_57;
|
|
// System.Boolean HurricaneVR.Framework.Core.Player.HVRTeleporter::IsDestinationInLineOfSight
|
|
bool ___IsDestinationInLineOfSight_58;
|
|
// System.Boolean HurricaneVR.Framework.Core.Player.HVRTeleporter::IsOnlyDropDistanceInvalid
|
|
bool ___IsOnlyDropDistanceInvalid_59;
|
|
// System.Boolean HurricaneVR.Framework.Core.Player.HVRTeleporter::IsOriginInLineOfSight
|
|
bool ___IsOriginInLineOfSight_60;
|
|
// System.Boolean HurricaneVR.Framework.Core.Player.HVRTeleporter::IsJumpDistanceValid
|
|
bool ___IsJumpDistanceValid_61;
|
|
// System.Boolean HurricaneVR.Framework.Core.Player.HVRTeleporter::DoesPlayerFit
|
|
bool ___DoesPlayerFit_62;
|
|
// HurricaneVR.Framework.Core.Player.TeleportState HurricaneVR.Framework.Core.Player.HVRTeleporter::TeleportState
|
|
int32_t ___TeleportState_63;
|
|
// UnityEngine.Collider HurricaneVR.Framework.Core.Player.HVRTeleporter::<HitCollider>k__BackingField
|
|
Collider_t1CC3163924FCD6C4CC2E816373A929C1E3D55E76* ___U3CHitColliderU3Ek__BackingField_64;
|
|
// UnityEngine.Collider HurricaneVR.Framework.Core.Player.HVRTeleporter::<DownHitCollider>k__BackingField
|
|
Collider_t1CC3163924FCD6C4CC2E816373A929C1E3D55E76* ___U3CDownHitColliderU3Ek__BackingField_65;
|
|
// UnityEngine.Vector3[] HurricaneVR.Framework.Core.Player.HVRTeleporter::<LineRendererPoints>k__BackingField
|
|
Vector3U5BU5D_tFF1859CCE176131B909E2044F76443064254679C* ___U3CLineRendererPointsU3Ek__BackingField_66;
|
|
// UnityEngine.Vector3 HurricaneVR.Framework.Core.Player.HVRTeleporter::<TeleportDestination>k__BackingField
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___U3CTeleportDestinationU3Ek__BackingField_67;
|
|
// HurricaneVR.Framework.ControllerInput.HVRPlayerInputs HurricaneVR.Framework.Core.Player.HVRTeleporter::<PlayerInputs>k__BackingField
|
|
HVRPlayerInputs_t5FC827A4ADE172D3A9B53AAEB7D8C327D750D986* ___U3CPlayerInputsU3Ek__BackingField_68;
|
|
// UnityEngine.Vector3 HurricaneVR.Framework.Core.Player.HVRTeleporter::<HitPosition>k__BackingField
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___U3CHitPositionU3Ek__BackingField_69;
|
|
// UnityEngine.Vector3 HurricaneVR.Framework.Core.Player.HVRTeleporter::<LastDownwardPoint>k__BackingField
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___U3CLastDownwardPointU3Ek__BackingField_70;
|
|
// UnityEngine.Vector3 HurricaneVR.Framework.Core.Player.HVRTeleporter::<LastValidDownwardPoint>k__BackingField
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___U3CLastValidDownwardPointU3Ek__BackingField_71;
|
|
// System.Int32 HurricaneVR.Framework.Core.Player.HVRTeleporter::<LastValidIndex>k__BackingField
|
|
int32_t ___U3CLastValidIndexU3Ek__BackingField_72;
|
|
// System.Int32 HurricaneVR.Framework.Core.Player.HVRTeleporter::<LastIndex>k__BackingField
|
|
int32_t ___U3CLastIndexU3Ek__BackingField_73;
|
|
// System.Boolean HurricaneVR.Framework.Core.Player.HVRTeleporter::<IsRaycastValid>k__BackingField
|
|
bool ___U3CIsRaycastValidU3Ek__BackingField_74;
|
|
// UnityEngine.Vector3 HurricaneVR.Framework.Core.Player.HVRTeleporter::<SurfaceNormal>k__BackingField
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___U3CSurfaceNormalU3Ek__BackingField_75;
|
|
// UnityEngine.CharacterController HurricaneVR.Framework.Core.Player.HVRTeleporter::<CharacterController>k__BackingField
|
|
CharacterController_t847C1A2719F60547D7D6077B648D6CE2D1EF3A6A* ___U3CCharacterControllerU3Ek__BackingField_76;
|
|
// System.Boolean HurricaneVR.Framework.Core.Player.HVRTeleporter::<CanTeleport>k__BackingField
|
|
bool ___U3CCanTeleportU3Ek__BackingField_77;
|
|
// System.Boolean HurricaneVR.Framework.Core.Player.HVRTeleporter::<IsTeleporting>k__BackingField
|
|
bool ___U3CIsTeleportingU3Ek__BackingField_78;
|
|
// System.Boolean HurricaneVR.Framework.Core.Player.HVRTeleporter::<LeftHandPrevents>k__BackingField
|
|
bool ___U3CLeftHandPreventsU3Ek__BackingField_79;
|
|
// System.Boolean HurricaneVR.Framework.Core.Player.HVRTeleporter::<RightHandPrevents>k__BackingField
|
|
bool ___U3CRightHandPreventsU3Ek__BackingField_80;
|
|
// System.Boolean HurricaneVR.Framework.Core.Player.HVRTeleporter::<IsTeleportPreviouslyValid>k__BackingField
|
|
bool ___U3CIsTeleportPreviouslyValidU3Ek__BackingField_81;
|
|
// System.Boolean HurricaneVR.Framework.Core.Player.HVRTeleporter::<IsTeleportValid>k__BackingField
|
|
bool ___U3CIsTeleportValidU3Ek__BackingField_82;
|
|
// System.Boolean HurricaneVR.Framework.Core.Player.HVRTeleporter::<IsAiming>k__BackingField
|
|
bool ___U3CIsAimingU3Ek__BackingField_83;
|
|
// System.Boolean HurricaneVR.Framework.Core.Player.HVRTeleporter::<PreviousAiming>k__BackingField
|
|
bool ___U3CPreviousAimingU3Ek__BackingField_84;
|
|
// UnityEngine.Collider[] HurricaneVR.Framework.Core.Player.HVRTeleporter::_dummy
|
|
ColliderU5BU5D_t94A9D70F63D095AFF2A9B4613012A5F7F3141787* ____dummy_85;
|
|
// HurricaneVR.Framework.Core.Player.HVRInvalidTeleport HurricaneVR.Framework.Core.Player.HVRTeleporter::_dummyInvalid
|
|
HVRInvalidTeleport_tE5A01DF4E97BF622515A5BABFA5EA7078FAA4FD3* ____dummyInvalid_86;
|
|
// System.Single HurricaneVR.Framework.Core.Player.HVRTeleporter::_timeSinceLastRotation
|
|
float ____timeSinceLastRotation_87;
|
|
// UnityEngine.Quaternion HurricaneVR.Framework.Core.Player.HVRTeleporter::_previousPlayerRotation
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 ____previousPlayerRotation_88;
|
|
};
|
|
|
|
// HandPocket
|
|
struct HandPocket_t5A2A61AB2A83B573ADD5CD9B5D5BDE46BCC4A8F7 : public MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71
|
|
{
|
|
// UnityEngine.Camera HandPocket::cam
|
|
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* ___cam_4;
|
|
// UnityEngine.Canvas HandPocket::canvas
|
|
Canvas_t2DB4CEFDFF732884866C83F11ABF75F5AE8FFB26* ___canvas_5;
|
|
// UnityEngine.GameObject HandPocket::hitBlocker
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___hitBlocker_6;
|
|
// System.Single HandPocket::dotEnabler
|
|
float ___dotEnabler_7;
|
|
// System.Single HandPocket::dotDisabler
|
|
float ___dotDisabler_8;
|
|
};
|
|
|
|
// IKAnimation
|
|
struct IKAnimation_tB209529B54B9BED50A1AA604E012F2DD6A4B564A : public MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71
|
|
{
|
|
// System.Single IKAnimation::distanceToStep
|
|
float ___distanceToStep_4;
|
|
// UnityEngine.Transform IKAnimation::body
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___body_5;
|
|
// System.Collections.Generic.List`1<IKTarget> IKAnimation::targets
|
|
List_1_t05907CFFCF2A3E6C9D88C13C12C63833059A231D* ___targets_6;
|
|
// System.Single IKAnimation::timeAnimation
|
|
float ___timeAnimation_7;
|
|
// System.Collections.Generic.List`1<System.Single> IKAnimation::timing
|
|
List_1_t0D1C46FD8DDDE974D93CA4F3474EEC05AF950918* ___timing_8;
|
|
// System.Int32 IKAnimation::timeIndex
|
|
int32_t ___timeIndex_9;
|
|
// UnityEngine.Vector3 IKAnimation::oldPos
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___oldPos_10;
|
|
// System.Single IKAnimation::timeToNext
|
|
float ___timeToNext_11;
|
|
};
|
|
|
|
// InteriorIDTag
|
|
struct InteriorIDTag_tB6C9B27C6E62F62ACF457020D7FFE7E41BC35210 : public MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71
|
|
{
|
|
// System.Int32 InteriorIDTag::ID
|
|
int32_t ___ID_4;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Mouse
|
|
struct Mouse_t9A9CC4636FA9CDBAD7FB7A02DB0D6395EDCC338F : public Pointer_t800EF2832B62E889AC9C182E3B18098AF220E32A
|
|
{
|
|
// UnityEngine.InputSystem.Controls.DeltaControl UnityEngine.InputSystem.Mouse::<scroll>k__BackingField
|
|
DeltaControl_t63053AF5E0CD02B62F3CDE79821E4A12F72D573B* ___U3CscrollU3Ek__BackingField_51;
|
|
// UnityEngine.InputSystem.Controls.ButtonControl UnityEngine.InputSystem.Mouse::<leftButton>k__BackingField
|
|
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___U3CleftButtonU3Ek__BackingField_52;
|
|
// UnityEngine.InputSystem.Controls.ButtonControl UnityEngine.InputSystem.Mouse::<middleButton>k__BackingField
|
|
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___U3CmiddleButtonU3Ek__BackingField_53;
|
|
// UnityEngine.InputSystem.Controls.ButtonControl UnityEngine.InputSystem.Mouse::<rightButton>k__BackingField
|
|
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___U3CrightButtonU3Ek__BackingField_54;
|
|
// UnityEngine.InputSystem.Controls.ButtonControl UnityEngine.InputSystem.Mouse::<backButton>k__BackingField
|
|
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___U3CbackButtonU3Ek__BackingField_55;
|
|
// UnityEngine.InputSystem.Controls.ButtonControl UnityEngine.InputSystem.Mouse::<forwardButton>k__BackingField
|
|
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___U3CforwardButtonU3Ek__BackingField_56;
|
|
// UnityEngine.InputSystem.Controls.IntegerControl UnityEngine.InputSystem.Mouse::<clickCount>k__BackingField
|
|
IntegerControl_tA24544EFF42204852F638FF5147F754962C997AB* ___U3CclickCountU3Ek__BackingField_57;
|
|
};
|
|
|
|
// MusicControll
|
|
struct MusicControll_t73F61479F1E65ACE55E13D0935E8A889C4FB8EE3 : public MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71
|
|
{
|
|
// System.Single MusicControll::volume
|
|
float ___volume_5;
|
|
// FMODUnity.EventReference MusicControll::musicClip
|
|
EventReference_tA4CA1F882DC447E6B50F989D1FC08F065C91FB51 ___musicClip_6;
|
|
// System.Collections.Generic.List`1<NpcCombatAbstract> MusicControll::npcCombats
|
|
List_1_t1D1E058512330A7525D08D80463CD733019B622F* ___npcCombats_7;
|
|
// MusicControll/TypeMusic MusicControll::typeMusicCache
|
|
int32_t ___typeMusicCache_8;
|
|
// FMOD.Studio.EventInstance MusicControll::eventInstance
|
|
EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF ___eventInstance_9;
|
|
// System.Single MusicControll::oldVolume
|
|
float ___oldVolume_10;
|
|
};
|
|
|
|
// NpcCombatAbstract
|
|
struct NpcCombatAbstract_tA3FA66343610D8028B3042C9DB03E8606B9081AC : public MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71
|
|
{
|
|
// System.Boolean NpcCombatAbstract::isAggressiveMode
|
|
bool ___isAggressiveMode_4;
|
|
// System.Boolean NpcCombatAbstract::IsCombat
|
|
bool ___IsCombat_5;
|
|
// System.Single NpcCombatAbstract::combatTime
|
|
float ___combatTime_6;
|
|
// System.Single NpcCombatAbstract::combatTimeout
|
|
float ___combatTimeout_7;
|
|
};
|
|
|
|
// NpcMovementAnimator
|
|
struct NpcMovementAnimator_t3AD0AA4F83B1448CBEEE1A1443C06D512A099A5A : public MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71
|
|
{
|
|
// UnityEngine.Animator NpcMovementAnimator::animator
|
|
Animator_t8A52E42AE54F76681838FE9E632683EF3952E883* ___animator_4;
|
|
// UnityEngine.AI.NavMeshAgent NpcMovementAnimator::agent
|
|
NavMeshAgent_t5D0CCC0B3B78242F286C9BD8EDD87C3CCBD0A66F* ___agent_5;
|
|
};
|
|
|
|
// NpcRagdollController
|
|
struct NpcRagdollController_t5814BCE8A0E13D1A57BDFEE5D411B88283969A64 : public MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71
|
|
{
|
|
// RootMotion.FinalIK.RagdollUtility NpcRagdollController::ragdoll
|
|
RagdollUtility_t8C17408AF12ADC7F3A7332141C92F3F2B88D994A* ___ragdoll_4;
|
|
};
|
|
|
|
// ObjectStampEmitterBase
|
|
struct ObjectStampEmitterBase_t2A31066F03FAD982EFEC11809A41885F703A4A70 : public MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71
|
|
{
|
|
// System.Boolean ObjectStampEmitterBase::SpawnOnStart
|
|
bool ___SpawnOnStart_4;
|
|
// System.Boolean ObjectStampEmitterBase::RandomizeOnStart
|
|
bool ___RandomizeOnStart_5;
|
|
// System.Boolean ObjectStampEmitterBase::RaycastSpawn
|
|
bool ___RaycastSpawn_6;
|
|
// System.Boolean ObjectStampEmitterBase::UseRestrictions
|
|
bool ___UseRestrictions_7;
|
|
// System.Int32 ObjectStampEmitterBase::MaxRetryAttempts
|
|
int32_t ___MaxRetryAttempts_8;
|
|
// System.Boolean ObjectStampEmitterBase::SpawnEvenRetriesFails
|
|
bool ___SpawnEvenRetriesFails_9;
|
|
// System.Boolean ObjectStampEmitterBase::AlwaysDetachSpawned
|
|
bool ___AlwaysDetachSpawned_10;
|
|
// System.Boolean ObjectStampEmitterBase::_editorDrawSpawnSettings
|
|
bool ____editorDrawSpawnSettings_11;
|
|
// UnityEngine.RaycastHit ObjectStampEmitterBase::spawningRaycast
|
|
RaycastHit_t6F30BD0B38B56401CA833A1B87BD74F2ACD2F2B5 ___spawningRaycast_12;
|
|
// FIMSpace.Generating.OStamperSet/PlacementVolumeRaycastingData ObjectStampEmitterBase::spawningVolume
|
|
PlacementVolumeRaycastingData_tDC61A14A5E7E9C39FFC4FC12980A87EA6A50D257 ___spawningVolume_13;
|
|
// FIMSpace.Generating.OStamperSet/RaycastingRestrictionsCheckResult ObjectStampEmitterBase::spawningResult
|
|
RaycastingRestrictionsCheckResult_t457302C4195BC931BED91D1F71781E16E002EA41 ___spawningResult_14;
|
|
};
|
|
|
|
// ObjectStampOverrideParameters
|
|
struct ObjectStampOverrideParameters_tFB2D7B26558D215EEA993C2E3E06CF6638C388B1 : public MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71
|
|
{
|
|
};
|
|
|
|
// PlayerTargetPosition
|
|
struct PlayerTargetPosition_t6894590E56669A98942B41E06C3DB37194CBD63C : public MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71
|
|
{
|
|
// UnityEngine.CharacterController PlayerTargetPosition::character
|
|
CharacterController_t847C1A2719F60547D7D6077B648D6CE2D1EF3A6A* ___character_4;
|
|
// UnityEngine.Transform PlayerTargetPosition::bulletTargetTransform
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___bulletTargetTransform_5;
|
|
// UnityEngine.Transform PlayerTargetPosition::groundPosition
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___groundPosition_6;
|
|
};
|
|
|
|
// Projectile
|
|
struct Projectile_tA72765CF412643B7253F62ADB6EDDCC9C3803BA6 : public MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71
|
|
{
|
|
// System.Single Projectile::disappearAfterTime
|
|
float ___disappearAfterTime_4;
|
|
// System.Single Projectile::disappearTimer
|
|
float ___disappearTimer_5;
|
|
// System.Boolean Projectile::isActive
|
|
bool ___isActive_6;
|
|
// UnityEngine.Vector3 Projectile::direction
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___direction_7;
|
|
// UnityEngine.Vector3 Projectile::startPosition
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___startPosition_8;
|
|
// System.Single Projectile::movementSpeed
|
|
float ___movementSpeed_9;
|
|
// UnityEngine.Vector3 Projectile::targetPosition
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___targetPosition_10;
|
|
// System.Single Projectile::distanceToTarget
|
|
float ___distanceToTarget_11;
|
|
// System.Single Projectile::movementValue
|
|
float ___movementValue_12;
|
|
};
|
|
|
|
// RootMotion.FinalIK.RagdollUtility
|
|
struct RagdollUtility_t8C17408AF12ADC7F3A7332141C92F3F2B88D994A : public MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71
|
|
{
|
|
// RootMotion.FinalIK.IK RootMotion.FinalIK.RagdollUtility::ik
|
|
IK_t8026AD64782C89DB3C8933F61F5E287C0542C4A1* ___ik_4;
|
|
// System.Single RootMotion.FinalIK.RagdollUtility::ragdollToAnimationTime
|
|
float ___ragdollToAnimationTime_5;
|
|
// System.Boolean RootMotion.FinalIK.RagdollUtility::applyIkOnRagdoll
|
|
bool ___applyIkOnRagdoll_6;
|
|
// System.Single RootMotion.FinalIK.RagdollUtility::applyVelocity
|
|
float ___applyVelocity_7;
|
|
// System.Single RootMotion.FinalIK.RagdollUtility::applyAngularVelocity
|
|
float ___applyAngularVelocity_8;
|
|
// UnityEngine.Animator RootMotion.FinalIK.RagdollUtility::animator
|
|
Animator_t8A52E42AE54F76681838FE9E632683EF3952E883* ___animator_9;
|
|
// RootMotion.FinalIK.RagdollUtility/Rigidbone[] RootMotion.FinalIK.RagdollUtility::rigidbones
|
|
RigidboneU5BU5D_t3C923416EA5EEB7DB15B043CE1B3FCD1CCA37450* ___rigidbones_10;
|
|
// RootMotion.FinalIK.RagdollUtility/Child[] RootMotion.FinalIK.RagdollUtility::children
|
|
ChildU5BU5D_tFB8EFC0760A976FC510E0D62E55CCAF2BB820484* ___children_11;
|
|
// System.Boolean RootMotion.FinalIK.RagdollUtility::enableRagdollFlag
|
|
bool ___enableRagdollFlag_12;
|
|
// UnityEngine.AnimatorUpdateMode RootMotion.FinalIK.RagdollUtility::animatorUpdateMode
|
|
int32_t ___animatorUpdateMode_13;
|
|
// RootMotion.FinalIK.IK[] RootMotion.FinalIK.RagdollUtility::allIKComponents
|
|
IKU5BU5D_t52C8B194DE4035080CBCB79524344B69E763E1EE* ___allIKComponents_14;
|
|
// System.Boolean[] RootMotion.FinalIK.RagdollUtility::fixTransforms
|
|
BooleanU5BU5D_tD317D27C31DB892BE79FAE3AEBC0B3FFB73DE9B4* ___fixTransforms_15;
|
|
// System.Single RootMotion.FinalIK.RagdollUtility::ragdollWeight
|
|
float ___ragdollWeight_16;
|
|
// System.Single RootMotion.FinalIK.RagdollUtility::ragdollWeightV
|
|
float ___ragdollWeightV_17;
|
|
// System.Boolean RootMotion.FinalIK.RagdollUtility::fixedFrame
|
|
bool ___fixedFrame_18;
|
|
// System.Boolean[] RootMotion.FinalIK.RagdollUtility::disabledIKComponents
|
|
BooleanU5BU5D_tD317D27C31DB892BE79FAE3AEBC0B3FFB73DE9B4* ___disabledIKComponents_19;
|
|
};
|
|
|
|
// HurricaneVR.Framework.Core.Utils.SFXPlayer
|
|
struct SFXPlayer_t6916F8692A74B19A33C44C40C773635DF91B5165 : public MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71
|
|
{
|
|
};
|
|
|
|
// UnityTemplateProjects.SimpleCameraController
|
|
struct SimpleCameraController_t17AF9A37DB0C95045C639A9A74B1D80500082020 : public MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71
|
|
{
|
|
// UnityTemplateProjects.SimpleCameraController/CameraState UnityTemplateProjects.SimpleCameraController::m_TargetCameraState
|
|
CameraState_t651BB85BE37498E7EB48448787624DC29D403FBD* ___m_TargetCameraState_5;
|
|
// UnityTemplateProjects.SimpleCameraController/CameraState UnityTemplateProjects.SimpleCameraController::m_InterpolatingCameraState
|
|
CameraState_t651BB85BE37498E7EB48448787624DC29D403FBD* ___m_InterpolatingCameraState_6;
|
|
// System.Single UnityTemplateProjects.SimpleCameraController::boost
|
|
float ___boost_7;
|
|
// System.Single UnityTemplateProjects.SimpleCameraController::positionLerpTime
|
|
float ___positionLerpTime_8;
|
|
// System.Single UnityTemplateProjects.SimpleCameraController::mouseSensitivity
|
|
float ___mouseSensitivity_9;
|
|
// UnityEngine.AnimationCurve UnityTemplateProjects.SimpleCameraController::mouseSensitivityCurve
|
|
AnimationCurve_tCBFFAAD05CEBB35EF8D8631BD99914BE1A6BB354* ___mouseSensitivityCurve_10;
|
|
// System.Single UnityTemplateProjects.SimpleCameraController::rotationLerpTime
|
|
float ___rotationLerpTime_11;
|
|
// System.Boolean UnityTemplateProjects.SimpleCameraController::invertY
|
|
bool ___invertY_12;
|
|
// UnityEngine.InputSystem.InputAction UnityTemplateProjects.SimpleCameraController::movementAction
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* ___movementAction_13;
|
|
// UnityEngine.InputSystem.InputAction UnityTemplateProjects.SimpleCameraController::verticalMovementAction
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* ___verticalMovementAction_14;
|
|
// UnityEngine.InputSystem.InputAction UnityTemplateProjects.SimpleCameraController::lookAction
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* ___lookAction_15;
|
|
// UnityEngine.InputSystem.InputAction UnityTemplateProjects.SimpleCameraController::boostFactorAction
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* ___boostFactorAction_16;
|
|
// System.Boolean UnityTemplateProjects.SimpleCameraController::mouseRightButtonPressed
|
|
bool ___mouseRightButtonPressed_17;
|
|
};
|
|
|
|
// RootMotion.SolverManager
|
|
struct SolverManager_t622D4F561ECBEF2A4ACBA9452CB50B381C8ECAFD : public MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71
|
|
{
|
|
// System.Boolean RootMotion.SolverManager::fixTransforms
|
|
bool ___fixTransforms_4;
|
|
// UnityEngine.Animator RootMotion.SolverManager::animator
|
|
Animator_t8A52E42AE54F76681838FE9E632683EF3952E883* ___animator_5;
|
|
// UnityEngine.Animation RootMotion.SolverManager::legacy
|
|
Animation_t6593B06C39E3B139808B19F2C719C860F3F61040* ___legacy_6;
|
|
// System.Boolean RootMotion.SolverManager::updateFrame
|
|
bool ___updateFrame_7;
|
|
// System.Boolean RootMotion.SolverManager::componentInitiated
|
|
bool ___componentInitiated_8;
|
|
// System.Boolean RootMotion.SolverManager::skipSolverUpdate
|
|
bool ___skipSolverUpdate_9;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Controls.StickControl
|
|
struct StickControl_t2608D1388A5015029123635B4B589AC7EE20C50B : public Vector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432
|
|
{
|
|
// UnityEngine.InputSystem.Controls.ButtonControl UnityEngine.InputSystem.Controls.StickControl::<up>k__BackingField
|
|
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___U3CupU3Ek__BackingField_30;
|
|
// UnityEngine.InputSystem.Controls.ButtonControl UnityEngine.InputSystem.Controls.StickControl::<down>k__BackingField
|
|
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___U3CdownU3Ek__BackingField_31;
|
|
// UnityEngine.InputSystem.Controls.ButtonControl UnityEngine.InputSystem.Controls.StickControl::<left>k__BackingField
|
|
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___U3CleftU3Ek__BackingField_32;
|
|
// UnityEngine.InputSystem.Controls.ButtonControl UnityEngine.InputSystem.Controls.StickControl::<right>k__BackingField
|
|
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___U3CrightU3Ek__BackingField_33;
|
|
};
|
|
|
|
// TargetReload
|
|
struct TargetReload_t1665A75BBC97794F9C7B57F1676E92AC278EBB87 : public MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71
|
|
{
|
|
// UnityEngine.GameObject TargetReload::targetsPrefab
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___targetsPrefab_4;
|
|
// FMODUnity.EventReference TargetReload::startSound
|
|
EventReference_tA4CA1F882DC447E6B50F989D1FC08F065C91FB51 ___startSound_5;
|
|
// UnityEngine.GameObject TargetReload::instTargets
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___instTargets_6;
|
|
};
|
|
|
|
// TriggersRelation
|
|
struct TriggersRelation_tBCC17C31C52C5DE1F67DDA646F894D3C9F0FE8C6 : public MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71
|
|
{
|
|
// UnityEngine.Collider TriggersRelation::Trigger
|
|
Collider_t1CC3163924FCD6C4CC2E816373A929C1E3D55E76* ___Trigger_4;
|
|
// System.Collections.Generic.List`1<TriggersRelation> TriggersRelation::Neightbours
|
|
List_1_t1E8488DE839D9547EF9956E5844B440836B6E8D0* ___Neightbours_5;
|
|
};
|
|
|
|
// UnityEngine.EventSystems.UIBehaviour
|
|
struct UIBehaviour_tB9D4295827BD2EEDEF0749200C6CA7090C742A9D : public MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71
|
|
{
|
|
};
|
|
|
|
// Weapon
|
|
struct Weapon_tC6498A6B45093D50A1AB4BBD7C82842D5C624302 : public MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71
|
|
{
|
|
// UnityEngine.Transform Weapon::firePoint
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___firePoint_4;
|
|
// UnityEngine.GameObject Weapon::bulletPrefab
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___bulletPrefab_5;
|
|
// WeaponMagazine Weapon::Magazine
|
|
WeaponMagazine_t2C115696F511E36DD2063041A3B3F77AB13747B4* ___Magazine_6;
|
|
};
|
|
|
|
// WeaponCountAmmoUI
|
|
struct WeaponCountAmmoUI_t2C3E889F960572F90F41D29BA0159394537B1FF7 : public MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71
|
|
{
|
|
// HurricaneVR.Framework.Weapons.Guns.HVRGunBase WeaponCountAmmoUI::gun
|
|
HVRGunBase_t38023244180FDB31FB991F0878A57531605E2A6D* ___gun_4;
|
|
// System.Collections.Generic.List`1<TMPro.TMP_Text> WeaponCountAmmoUI::countTexts
|
|
List_1_t2147F3FC8B4F16EE577CAF4E40F9D9A684B4CBBD* ___countTexts_5;
|
|
// System.Int32 WeaponCountAmmoUI::cachedCount
|
|
int32_t ___cachedCount_6;
|
|
};
|
|
|
|
// WeaponHitEffect
|
|
struct WeaponHitEffect_t7878EE558E98061C5F64958719F46E7342C10CA1 : public MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71
|
|
{
|
|
// HurricaneVR.Framework.Weapons.Guns.HVRGunBase WeaponHitEffect::gun
|
|
HVRGunBase_t38023244180FDB31FB991F0878A57531605E2A6D* ___gun_4;
|
|
};
|
|
|
|
// WeaponMagazine
|
|
struct WeaponMagazine_t2C115696F511E36DD2063041A3B3F77AB13747B4 : public MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71
|
|
{
|
|
// System.Int32 WeaponMagazine::MaxAmmo
|
|
int32_t ___MaxAmmo_4;
|
|
// System.Int32 WeaponMagazine::CurrentAmmo
|
|
int32_t ___CurrentAmmo_5;
|
|
};
|
|
|
|
// destroyMe
|
|
struct destroyMe_tB2F591A6D3D4B1A58D893BF570CCF444545623AA : public MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71
|
|
{
|
|
// System.Single destroyMe::timer
|
|
float ___timer_4;
|
|
// System.Single destroyMe::deathtimer
|
|
float ___deathtimer_5;
|
|
};
|
|
|
|
// particleColorChangerMaster
|
|
struct particleColorChangerMaster_t0B53A83FA6F416B3729A27235D2997759596C081 : public MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71
|
|
{
|
|
// System.Single particleColorChangerMaster::Speed_custom
|
|
float ___Speed_custom_4;
|
|
// particleColorChangerMaster/colorChange[] particleColorChangerMaster::colorChangeList
|
|
colorChangeU5BU5D_t9308F55FF0A8191B8D6564EAB435C6E16739650B* ___colorChangeList_5;
|
|
// System.Boolean particleColorChangerMaster::applyChanges
|
|
bool ___applyChanges_6;
|
|
// System.Boolean particleColorChangerMaster::Keep_applyChanges
|
|
bool ___Keep_applyChanges_7;
|
|
};
|
|
|
|
// projectileActor
|
|
struct projectileActor_t1D155255A7AAF409B8E698E27C1D1045C6388BE4 : public MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71
|
|
{
|
|
// UnityEngine.Transform projectileActor::spawnLocator
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___spawnLocator_4;
|
|
// UnityEngine.Transform projectileActor::spawnLocatorMuzzleFlare
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___spawnLocatorMuzzleFlare_5;
|
|
// UnityEngine.Transform projectileActor::shellLocator
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___shellLocator_6;
|
|
// UnityEngine.Animator projectileActor::recoilAnimator
|
|
Animator_t8A52E42AE54F76681838FE9E632683EF3952E883* ___recoilAnimator_7;
|
|
// UnityEngine.Transform[] projectileActor::shotgunLocator
|
|
TransformU5BU5D_tBB9C5F5686CAE82E3D97D43DF0F3D68ABF75EC24* ___shotgunLocator_8;
|
|
// projectileActor/projectile[] projectileActor::bombList
|
|
projectileU5BU5D_t5E196EB3DE8D8CB96161807F47FE9B6B99A827B6* ___bombList_9;
|
|
// System.String projectileActor::FauxName
|
|
String_t* ___FauxName_10;
|
|
// UnityEngine.UI.Text projectileActor::UiText
|
|
Text_tD60B2346DAA6666BF0D822FF607F0B220C2B9E62* ___UiText_11;
|
|
// System.Boolean projectileActor::UImaster
|
|
bool ___UImaster_12;
|
|
// System.Boolean projectileActor::CameraShake
|
|
bool ___CameraShake_13;
|
|
// System.Single projectileActor::rapidFireDelay
|
|
float ___rapidFireDelay_14;
|
|
// CameraShakeProjectile projectileActor::CameraShakeCaller
|
|
CameraShakeProjectile_t37E0198F3A95DD8C53B2D29178D63D2003A1E568* ___CameraShakeCaller_15;
|
|
// System.Single projectileActor::firingTimer
|
|
float ___firingTimer_16;
|
|
// System.Boolean projectileActor::firing
|
|
bool ___firing_17;
|
|
// System.Int32 projectileActor::bombType
|
|
int32_t ___bombType_18;
|
|
// System.Boolean projectileActor::swarmMissileLauncher
|
|
bool ___swarmMissileLauncher_19;
|
|
// System.Int32 projectileActor::projectileSimFire
|
|
int32_t ___projectileSimFire_20;
|
|
// System.Boolean projectileActor::Torque
|
|
bool ___Torque_21;
|
|
// System.Single projectileActor::Tor_min
|
|
float ___Tor_min_22;
|
|
// System.Single projectileActor::Tor_max
|
|
float ___Tor_max_23;
|
|
// System.Boolean projectileActor::MinorRotate
|
|
bool ___MinorRotate_24;
|
|
// System.Boolean projectileActor::MajorRotate
|
|
bool ___MajorRotate_25;
|
|
// System.Int32 projectileActor::seq
|
|
int32_t ___seq_26;
|
|
};
|
|
|
|
// NodeCanvas.Framework.GraphOwner`1<NodeCanvas.BehaviourTrees.BehaviourTree>
|
|
struct GraphOwner_1_tED619ED704A45FE35458F8BA898E8ED33DD376E7 : public GraphOwner_t403B42955FE2A2C62A9578A7E1ED47FF1B39A37F
|
|
{
|
|
// T NodeCanvas.Framework.GraphOwner`1::_graph
|
|
BehaviourTree_t6AF4016EBA17F68BDB7FA2350CDD23D7D3629562* ____graph_21;
|
|
// UnityEngine.Object NodeCanvas.Framework.GraphOwner`1::_blackboard
|
|
Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* ____blackboard_22;
|
|
};
|
|
|
|
// HurricaneVR.Framework.Core.Sockets.HVREnumFlagsSocketFilter`1<HurricaneVR.TechDemo.Scripts.DemoSocketableItems>
|
|
struct HVREnumFlagsSocketFilter_1_t5BD870BE3A318344EBBBFABAA8BE91DF1CEFEB47 : public HVRSocketFilter_t473580ED4B9730A48F09C95722B651F915A87319
|
|
{
|
|
// TEnum HurricaneVR.Framework.Core.Sockets.HVREnumFlagsSocketFilter`1::SocketType
|
|
int32_t ___SocketType_4;
|
|
};
|
|
|
|
// HurricaneVR.Framework.Core.Sockets.HVREnumFlagsSocketable`1<HurricaneVR.TechDemo.Scripts.DemoSocketableItems>
|
|
struct HVREnumFlagsSocketable_1_t06B6DC19FF7F059A014513E60461C9BD02E49BF9 : public HVRSocketable_t0CCE2C7710A7C7F66EC05482831E56FB949A094F
|
|
{
|
|
// TEnum HurricaneVR.Framework.Core.Sockets.HVREnumFlagsSocketable`1::SocketType
|
|
int32_t ___SocketType_12;
|
|
};
|
|
|
|
// HurricaneVR.TechDemo.Scripts.DemoKeypadButton
|
|
struct DemoKeypadButton_tEF389A5AA56147E4556DD2DDADC034975BF0D8F4 : public HVRPhysicsButton_t80891DF826AD611D7495EADD02687F7BBDF3B394
|
|
{
|
|
// System.Char HurricaneVR.TechDemo.Scripts.DemoKeypadButton::Key
|
|
Il2CppChar ___Key_23;
|
|
// TMPro.TextMeshPro HurricaneVR.TechDemo.Scripts.DemoKeypadButton::TextMeshPro
|
|
TextMeshPro_t4560AB28A3EAF503895A781A9C625273D833270E* ___TextMeshPro_24;
|
|
};
|
|
|
|
// HurricaneVR.TechDemo.Scripts.DemoSafeDial
|
|
struct DemoSafeDial_tF6E48E30C762162DD0F1DD958CA9A22EA497D83E : public HVRRotationTracker_tF6E4B67021F9D4DDF5D3C949CDA8DD2B8B24B067
|
|
{
|
|
// TMPro.TextMeshPro HurricaneVR.TechDemo.Scripts.DemoSafeDial::NumberLabel
|
|
TextMeshPro_t4560AB28A3EAF503895A781A9C625273D833270E* ___NumberLabel_21;
|
|
// TMPro.TextMeshPro HurricaneVR.TechDemo.Scripts.DemoSafeDial::DebugLabel
|
|
TextMeshPro_t4560AB28A3EAF503895A781A9C625273D833270E* ___DebugLabel_22;
|
|
// System.Boolean HurricaneVR.TechDemo.Scripts.DemoSafeDial::DisplayDebug
|
|
bool ___DisplayDebug_23;
|
|
// System.Int32 HurricaneVR.TechDemo.Scripts.DemoSafeDial::First
|
|
int32_t ___First_24;
|
|
// System.Int32 HurricaneVR.TechDemo.Scripts.DemoSafeDial::Second
|
|
int32_t ___Second_25;
|
|
// System.Int32 HurricaneVR.TechDemo.Scripts.DemoSafeDial::Third
|
|
int32_t ___Third_26;
|
|
// System.Int32 HurricaneVR.TechDemo.Scripts.DemoSafeDial::CurrentNumber
|
|
int32_t ___CurrentNumber_27;
|
|
// System.Single HurricaneVR.TechDemo.Scripts.DemoSafeDial::CamDistance
|
|
float ___CamDistance_28;
|
|
// System.Single HurricaneVR.TechDemo.Scripts.DemoSafeDial::PreviousDistance
|
|
float ___PreviousDistance_29;
|
|
// System.Single HurricaneVR.TechDemo.Scripts.DemoSafeDial::Tolerance
|
|
float ___Tolerance_30;
|
|
// System.Single HurricaneVR.TechDemo.Scripts.DemoSafeDial::LowerBound
|
|
float ___LowerBound_31;
|
|
// System.Single HurricaneVR.TechDemo.Scripts.DemoSafeDial::UpperBound
|
|
float ___UpperBound_32;
|
|
// System.Int32 HurricaneVR.TechDemo.Scripts.DemoSafeDial::AccuracyAllowance
|
|
int32_t ___AccuracyAllowance_33;
|
|
// UnityEngine.Events.UnityEvent HurricaneVR.TechDemo.Scripts.DemoSafeDial::Unlocked
|
|
UnityEvent_tDC2C3548799DBC91D1E3F3DE60083A66F4751977* ___Unlocked_34;
|
|
// HurricaneVR.TechDemo.Scripts.SafeDialState HurricaneVR.TechDemo.Scripts.DemoSafeDial::_state
|
|
int32_t ____state_35;
|
|
};
|
|
|
|
// ExplodingProjectile
|
|
struct ExplodingProjectile_t2988A21D7804CB0C5EEA337CF73C9678FCEAE5F0 : public HVRDamageHandlerBase_t4BC7286FC8B522DFD8B87480FFBAE1139C036E12
|
|
{
|
|
// UnityEngine.GameObject ExplodingProjectile::impactPrefab
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___impactPrefab_4;
|
|
// UnityEngine.AudioClip ExplodingProjectile::impactAudio
|
|
AudioClip_t5D272C4EB4F2D3ED49F1C346DEA373CF6D585F20* ___impactAudio_5;
|
|
};
|
|
|
|
// UnityEngine.UI.Graphic
|
|
struct Graphic_tCBFCA4585A19E2B75465AECFEAC43F4016BF7931 : public UIBehaviour_tB9D4295827BD2EEDEF0749200C6CA7090C742A9D
|
|
{
|
|
// UnityEngine.Material UnityEngine.UI.Graphic::m_Material
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___m_Material_6;
|
|
// UnityEngine.Color UnityEngine.UI.Graphic::m_Color
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___m_Color_7;
|
|
// System.Boolean UnityEngine.UI.Graphic::m_SkipLayoutUpdate
|
|
bool ___m_SkipLayoutUpdate_8;
|
|
// System.Boolean UnityEngine.UI.Graphic::m_SkipMaterialUpdate
|
|
bool ___m_SkipMaterialUpdate_9;
|
|
// System.Boolean UnityEngine.UI.Graphic::m_RaycastTarget
|
|
bool ___m_RaycastTarget_10;
|
|
// System.Boolean UnityEngine.UI.Graphic::m_RaycastTargetCache
|
|
bool ___m_RaycastTargetCache_11;
|
|
// UnityEngine.Vector4 UnityEngine.UI.Graphic::m_RaycastPadding
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___m_RaycastPadding_12;
|
|
// UnityEngine.RectTransform UnityEngine.UI.Graphic::m_RectTransform
|
|
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* ___m_RectTransform_13;
|
|
// UnityEngine.CanvasRenderer UnityEngine.UI.Graphic::m_CanvasRenderer
|
|
CanvasRenderer_tAB9A55A976C4E3B2B37D0CE5616E5685A8B43860* ___m_CanvasRenderer_14;
|
|
// UnityEngine.Canvas UnityEngine.UI.Graphic::m_Canvas
|
|
Canvas_t2DB4CEFDFF732884866C83F11ABF75F5AE8FFB26* ___m_Canvas_15;
|
|
// System.Boolean UnityEngine.UI.Graphic::m_VertsDirty
|
|
bool ___m_VertsDirty_16;
|
|
// System.Boolean UnityEngine.UI.Graphic::m_MaterialDirty
|
|
bool ___m_MaterialDirty_17;
|
|
// UnityEngine.Events.UnityAction UnityEngine.UI.Graphic::m_OnDirtyLayoutCallback
|
|
UnityAction_t11A1F3B953B365C072A5DCC32677EE1796A962A7* ___m_OnDirtyLayoutCallback_18;
|
|
// UnityEngine.Events.UnityAction UnityEngine.UI.Graphic::m_OnDirtyVertsCallback
|
|
UnityAction_t11A1F3B953B365C072A5DCC32677EE1796A962A7* ___m_OnDirtyVertsCallback_19;
|
|
// UnityEngine.Events.UnityAction UnityEngine.UI.Graphic::m_OnDirtyMaterialCallback
|
|
UnityAction_t11A1F3B953B365C072A5DCC32677EE1796A962A7* ___m_OnDirtyMaterialCallback_20;
|
|
// UnityEngine.Mesh UnityEngine.UI.Graphic::m_CachedMesh
|
|
Mesh_t6D9C539763A09BC2B12AEAEF36F6DFFC98AE63D4* ___m_CachedMesh_23;
|
|
// UnityEngine.Vector2[] UnityEngine.UI.Graphic::m_CachedUvs
|
|
Vector2U5BU5D_tFEBBC94BCC6C9C88277BA04047D2B3FDB6ED7FDA* ___m_CachedUvs_24;
|
|
// UnityEngine.UI.CoroutineTween.TweenRunner`1<UnityEngine.UI.CoroutineTween.ColorTween> UnityEngine.UI.Graphic::m_ColorTweenRunner
|
|
TweenRunner_1_t5BB0582F926E75E2FE795492679A6CF55A4B4BC4* ___m_ColorTweenRunner_25;
|
|
// System.Boolean UnityEngine.UI.Graphic::<useLegacyMeshGeneration>k__BackingField
|
|
bool ___U3CuseLegacyMeshGenerationU3Ek__BackingField_26;
|
|
};
|
|
|
|
// HurricaneVR.Framework.Weapons.HVRAmmo
|
|
struct HVRAmmo_t994932DC6B6353DE34CF1B4F4F43968BCDDA2150 : public HVRDamageProvider_t644E715C78F99085A4CE9EF098C0FC4BC5BFD235
|
|
{
|
|
// System.Int32 HurricaneVR.Framework.Weapons.HVRAmmo::StartingCount
|
|
int32_t ___StartingCount_7;
|
|
// System.Int32 HurricaneVR.Framework.Weapons.HVRAmmo::MaxCount
|
|
int32_t ___MaxCount_8;
|
|
// System.Single HurricaneVR.Framework.Weapons.HVRAmmo::MaxRange
|
|
float ___MaxRange_9;
|
|
// System.Boolean HurricaneVR.Framework.Weapons.HVRAmmo::DestroyIfEmpty
|
|
bool ___DestroyIfEmpty_10;
|
|
// System.Single HurricaneVR.Framework.Weapons.HVRAmmo::EmptyDestroyTimer
|
|
float ___EmptyDestroyTimer_11;
|
|
// System.Int32 HurricaneVR.Framework.Weapons.HVRAmmo::CurrentCount
|
|
int32_t ___CurrentCount_12;
|
|
};
|
|
|
|
// HurricaneVR.Framework.Components.HVRDamageHandler
|
|
struct HVRDamageHandler_tD93CFF30358485F8FEAA956F5D7DD49D0E2E1A41 : public HVRDamageHandlerBase_t4BC7286FC8B522DFD8B87480FFBAE1139C036E12
|
|
{
|
|
// System.Single HurricaneVR.Framework.Components.HVRDamageHandler::Life
|
|
float ___Life_4;
|
|
// System.Boolean HurricaneVR.Framework.Components.HVRDamageHandler::Damageable
|
|
bool ___Damageable_5;
|
|
// UnityEngine.Rigidbody HurricaneVR.Framework.Components.HVRDamageHandler::<Rigidbody>k__BackingField
|
|
Rigidbody_t268697F5A994213ED97393309870968BC1C7393C* ___U3CRigidbodyU3Ek__BackingField_6;
|
|
// HurricaneVR.Framework.Components.HVRDestructible HurricaneVR.Framework.Components.HVRDamageHandler::Desctructible
|
|
HVRDestructible_t68AE22586076F2F4A54137D47E77ACE03D6D65FF* ___Desctructible_7;
|
|
};
|
|
|
|
// HurricaneVR.Framework.Core.Grabbers.HVRForceGrabber
|
|
struct HVRForceGrabber_tD4C962011452998F4F3C4C7BC5FC6BF36A56B191 : public HVRGrabberBase_tBEE8D8D0A2D3CBC0BB8DDA86DAB5B34CF3A4CEF6
|
|
{
|
|
// HurricaneVR.Framework.Core.HVRForceGrabberLaser HurricaneVR.Framework.Core.Grabbers.HVRForceGrabber::Laser
|
|
HVRForceGrabberLaser_tABA6254ADA87FC0A4054E39D93E0CA662B49B4F6* ___Laser_28;
|
|
// HurricaneVR.Framework.Core.Grabbers.HVRHandGrabber HurricaneVR.Framework.Core.Grabbers.HVRForceGrabber::HandGrabber
|
|
HVRHandGrabber_t9CB7C31300D3D84C4E564C643D0BF501EBB16B90* ___HandGrabber_29;
|
|
// HurricaneVR.Framework.Components.HVRGrabbableHoverBase HurricaneVR.Framework.Core.Grabbers.HVRForceGrabber::GrabIndicator
|
|
HVRGrabbableHoverBase_tCDCDDC8416D1E65D6796381383593F7693F78305* ___GrabIndicator_30;
|
|
// HurricaneVR.Framework.Core.HandPoser.HVRHandPoser HurricaneVR.Framework.Core.Grabbers.HVRForceGrabber::GrabPoser
|
|
HVRHandPoser_tCF5D301EB153B0E53954A6A759E938C6CFFC10C6* ___GrabPoser_31;
|
|
// HurricaneVR.Framework.Core.HandPoser.HVRHandPoser HurricaneVR.Framework.Core.Grabbers.HVRForceGrabber::HoverPoser
|
|
HVRHandPoser_tCF5D301EB153B0E53954A6A759E938C6CFFC10C6* ___HoverPoser_32;
|
|
// System.Boolean HurricaneVR.Framework.Core.Grabbers.HVRForceGrabber::RequireLineOfSight
|
|
bool ___RequireLineOfSight_33;
|
|
// UnityEngine.Transform HurricaneVR.Framework.Core.Grabbers.HVRForceGrabber::RaycastOrigin
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___RaycastOrigin_34;
|
|
// System.Boolean HurricaneVR.Framework.Core.Grabbers.HVRForceGrabber::UseClosestPoint
|
|
bool ___UseClosestPoint_35;
|
|
// System.Boolean HurricaneVR.Framework.Core.Grabbers.HVRForceGrabber::UseHandLayerMask
|
|
bool ___UseHandLayerMask_36;
|
|
// UnityEngine.LayerMask HurricaneVR.Framework.Core.Grabbers.HVRForceGrabber::RaycastLayermask
|
|
LayerMask_t97CB6BDADEDC3D6423C7BCFEA7F86DA2EC6241DB ___RaycastLayermask_37;
|
|
// System.Single HurricaneVR.Framework.Core.Grabbers.HVRForceGrabber::MaxRayCastDistance
|
|
float ___MaxRayCastDistance_38;
|
|
// HurricaneVR.Framework.Core.Grabbers.HVRForceGrabMode HurricaneVR.Framework.Core.Grabbers.HVRForceGrabber::GrabStyle
|
|
int32_t ___GrabStyle_39;
|
|
// UnityEngine.AudioClip HurricaneVR.Framework.Core.Grabbers.HVRForceGrabber::SFXGrab
|
|
AudioClip_t5D272C4EB4F2D3ED49F1C346DEA373CF6D585F20* ___SFXGrab_40;
|
|
// HurricaneVR.Framework.Core.ScriptableObjects.HVRForcePullSettings HurricaneVR.Framework.Core.Grabbers.HVRForceGrabber::ForcePullSettings
|
|
HVRForcePullSettings_tC18235BD7C7581749F6F037341AA583AA7BFC078* ___ForcePullSettings_41;
|
|
// System.Boolean HurricaneVR.Framework.Core.Grabbers.HVRForceGrabber::RequiresFlick
|
|
bool ___RequiresFlick_42;
|
|
// System.Single HurricaneVR.Framework.Core.Grabbers.HVRForceGrabber::ForceTime
|
|
float ___ForceTime_43;
|
|
// System.Single HurricaneVR.Framework.Core.Grabbers.HVRForceGrabber::YOffset
|
|
float ___YOffset_44;
|
|
// System.Single HurricaneVR.Framework.Core.Grabbers.HVRForceGrabber::FlickStartThreshold
|
|
float ___FlickStartThreshold_45;
|
|
// System.Single HurricaneVR.Framework.Core.Grabbers.HVRForceGrabber::FlickEndThreshold
|
|
float ___FlickEndThreshold_46;
|
|
// System.Single HurricaneVR.Framework.Core.Grabbers.HVRForceGrabber::QuickMoveThreshold
|
|
float ___QuickMoveThreshold_47;
|
|
// System.Single HurricaneVR.Framework.Core.Grabbers.HVRForceGrabber::QuickMoveResetThreshold
|
|
float ___QuickMoveResetThreshold_48;
|
|
// System.Single HurricaneVR.Framework.Core.Grabbers.HVRForceGrabber::MaximumVelocityPostCollision
|
|
float ___MaximumVelocityPostCollision_49;
|
|
// System.Single HurricaneVR.Framework.Core.Grabbers.HVRForceGrabber::MaximumVelocityAutoGrab
|
|
float ___MaximumVelocityAutoGrab_50;
|
|
// System.Boolean HurricaneVR.Framework.Core.Grabbers.HVRForceGrabber::AutoGrab
|
|
bool ___AutoGrab_51;
|
|
// System.Single HurricaneVR.Framework.Core.Grabbers.HVRForceGrabber::AdditionalAutoGrabTime
|
|
float ___AdditionalAutoGrabTime_52;
|
|
// System.Single HurricaneVR.Framework.Core.Grabbers.HVRForceGrabber::AutoGrabDistance
|
|
float ___AutoGrabDistance_53;
|
|
// System.Boolean HurricaneVR.Framework.Core.Grabbers.HVRForceGrabber::SlowMo
|
|
bool ___SlowMo_54;
|
|
// System.Single HurricaneVR.Framework.Core.Grabbers.HVRForceGrabber::TimeScale
|
|
float ___TimeScale_55;
|
|
// System.Boolean HurricaneVR.Framework.Core.Grabbers.HVRForceGrabber::_grabbableCollided
|
|
bool ____grabbableCollided_56;
|
|
// System.Boolean HurricaneVR.Framework.Core.Grabbers.HVRForceGrabber::_canFlick
|
|
bool ____canFlick_57;
|
|
// System.Boolean HurricaneVR.Framework.Core.Grabbers.HVRForceGrabber::_canQuickStart
|
|
bool ____canQuickStart_58;
|
|
// UnityEngine.Coroutine HurricaneVR.Framework.Core.Grabbers.HVRForceGrabber::_additionalGrabRoutine
|
|
Coroutine_t85EA685566A254C23F3FD77AB5BDFFFF8799596B* ____additionalGrabRoutine_59;
|
|
// HurricaneVR.Framework.Components.HVRGrabbableHoverBase HurricaneVR.Framework.Core.Grabbers.HVRForceGrabber::_grabIndicator
|
|
HVRGrabbableHoverBase_tCDCDDC8416D1E65D6796381383593F7693F78305* ____grabIndicator_60;
|
|
// UnityEngine.Transform HurricaneVR.Framework.Core.Grabbers.HVRForceGrabber::_anchor
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ____anchor_61;
|
|
// UnityEngine.Rigidbody HurricaneVR.Framework.Core.Grabbers.HVRForceGrabber::_forceRB
|
|
Rigidbody_t268697F5A994213ED97393309870968BC1C7393C* ____forceRB_62;
|
|
// System.Boolean HurricaneVR.Framework.Core.Grabbers.HVRForceGrabber::<IsForceGrabbing>k__BackingField
|
|
bool ___U3CIsForceGrabbingU3Ek__BackingField_63;
|
|
// System.Boolean HurricaneVR.Framework.Core.Grabbers.HVRForceGrabber::<IsAiming>k__BackingField
|
|
bool ___U3CIsAimingU3Ek__BackingField_64;
|
|
};
|
|
|
|
// HurricaneVR.Framework.Weapons.Guns.HVRGunBase
|
|
struct HVRGunBase_t38023244180FDB31FB991F0878A57531605E2A6D : public HVRDamageProvider_t644E715C78F99085A4CE9EF098C0FC4BC5BFD235
|
|
{
|
|
// HurricaneVR.Framework.Core.HVRGrabbable HurricaneVR.Framework.Weapons.Guns.HVRGunBase::<Grabbable>k__BackingField
|
|
HVRGrabbable_tC5E7380624392C1F4EB5BEA99BF9C187D151C0DE* ___U3CGrabbableU3Ek__BackingField_7;
|
|
// System.Single HurricaneVR.Framework.Weapons.Guns.HVRGunBase::TriggerPullThreshold
|
|
float ___TriggerPullThreshold_8;
|
|
// System.Single HurricaneVR.Framework.Weapons.Guns.HVRGunBase::TriggerResetThreshold
|
|
float ___TriggerResetThreshold_9;
|
|
// System.Single HurricaneVR.Framework.Weapons.Guns.HVRGunBase::Cooldown
|
|
float ___Cooldown_10;
|
|
// UnityEngine.LayerMask HurricaneVR.Framework.Weapons.Guns.HVRGunBase::HitLayerMask
|
|
LayerMask_t97CB6BDADEDC3D6423C7BCFEA7F86DA2EC6241DB ___HitLayerMask_11;
|
|
// System.Single HurricaneVR.Framework.Weapons.Guns.HVRGunBase::MuzzleFlashTime
|
|
float ___MuzzleFlashTime_12;
|
|
// System.Single HurricaneVR.Framework.Weapons.Guns.HVRGunBase::BarrelRange
|
|
float ___BarrelRange_13;
|
|
// System.Boolean HurricaneVR.Framework.Weapons.Guns.HVRGunBase::RequiresAmmo
|
|
bool ___RequiresAmmo_14;
|
|
// System.Boolean HurricaneVR.Framework.Weapons.Guns.HVRGunBase::RequiresChamberedBullet
|
|
bool ___RequiresChamberedBullet_15;
|
|
// HurricaneVR.Framework.Weapons.FireType HurricaneVR.Framework.Weapons.Guns.HVRGunBase::FireType
|
|
int32_t ___FireType_16;
|
|
// System.Single HurricaneVR.Framework.Weapons.Guns.HVRGunBase::BulletSpeed
|
|
float ___BulletSpeed_17;
|
|
// System.Single HurricaneVR.Framework.Weapons.Guns.HVRGunBase::AmmoEjectVelocity
|
|
float ___AmmoEjectVelocity_18;
|
|
// System.Single HurricaneVR.Framework.Weapons.Guns.HVRGunBase::MuzzleSmokeTime
|
|
float ___MuzzleSmokeTime_19;
|
|
// System.Boolean HurricaneVR.Framework.Weapons.Guns.HVRGunBase::ChambersAfterFiring
|
|
bool ___ChambersAfterFiring_20;
|
|
// System.Boolean HurricaneVR.Framework.Weapons.Guns.HVRGunBase::EjectCasingAfterFiring
|
|
bool ___EjectCasingAfterFiring_21;
|
|
// System.Boolean HurricaneVR.Framework.Weapons.Guns.HVRGunBase::BoltPushedBackAfterEmpty
|
|
bool ___BoltPushedBackAfterEmpty_22;
|
|
// System.Boolean HurricaneVR.Framework.Weapons.Guns.HVRGunBase::UseAmmoProperties
|
|
bool ___UseAmmoProperties_23;
|
|
// System.Single HurricaneVR.Framework.Weapons.Guns.HVRGunBase::NoAmmoRange
|
|
float ___NoAmmoRange_24;
|
|
// System.Boolean HurricaneVR.Framework.Weapons.Guns.HVRGunBase::AddForceOnHit
|
|
bool ___AddForceOnHit_25;
|
|
// HurricaneVR.Framework.Weapons.Guns.HVRGunHaptics HurricaneVR.Framework.Weapons.Guns.HVRGunBase::Haptics
|
|
HVRGunHaptics_t6E6B3EEFAA984B3D0F561AD2DF9AAD7D94F8EFFF* ___Haptics_26;
|
|
// System.Collections.Generic.List`1<HurricaneVR.Framework.Core.HVRGrabbable> HurricaneVR.Framework.Weapons.Guns.HVRGunBase::HapticGrabbables
|
|
List_1_t22B6AE59B095268F44B72F67D547A0C9A244CA78* ___HapticGrabbables_27;
|
|
// UnityEngine.GameObject HurricaneVR.Framework.Weapons.Guns.HVRGunBase::MuzzleFlashObject
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___MuzzleFlashObject_28;
|
|
// UnityEngine.GameObject HurricaneVR.Framework.Weapons.Guns.HVRGunBase::MuzzleSmoke
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___MuzzleSmoke_29;
|
|
// UnityEngine.GameObject HurricaneVR.Framework.Weapons.Guns.HVRGunBase::ChamberedRound
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___ChamberedRound_30;
|
|
// UnityEngine.GameObject HurricaneVR.Framework.Weapons.Guns.HVRGunBase::ChamberedCasing
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___ChamberedCasing_31;
|
|
// UnityEngine.Transform HurricaneVR.Framework.Weapons.Guns.HVRGunBase::AmmoEjectDirection
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___AmmoEjectDirection_32;
|
|
// UnityEngine.Transform HurricaneVR.Framework.Weapons.Guns.HVRGunBase::BulletOrigin
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___BulletOrigin_33;
|
|
// HurricaneVR.Framework.Weapons.Guns.HVRGunEmitterBase HurricaneVR.Framework.Weapons.Guns.HVRGunBase::BulletEmitter
|
|
HVRGunEmitterBase_t296F5D0E8DCA75FE7805E58E997AF21AD97BFB70* ___BulletEmitter_34;
|
|
// HurricaneVR.Framework.Weapons.Guns.HVRGunEmitterBase HurricaneVR.Framework.Weapons.Guns.HVRGunBase::CasingEmitter
|
|
HVRGunEmitterBase_t296F5D0E8DCA75FE7805E58E997AF21AD97BFB70* ___CasingEmitter_35;
|
|
// HurricaneVR.Framework.Weapons.Guns.HVRCockingHandle HurricaneVR.Framework.Weapons.Guns.HVRGunBase::CockingHandle
|
|
HVRCockingHandle_tF73704597F673487FF78E157D13A89EB0401BD0C* ___CockingHandle_36;
|
|
// HurricaneVR.Framework.Weapons.Guns.HVRGunBolt HurricaneVR.Framework.Weapons.Guns.HVRGunBase::Bolt
|
|
HVRGunBolt_t2B3586FA4388FE53D9819A42C606B7AF5AA3EED0* ___Bolt_37;
|
|
// HurricaneVR.Framework.Core.HVRGrabbable HurricaneVR.Framework.Weapons.Guns.HVRGunBase::StabilizerGrabbable
|
|
HVRGrabbable_tC5E7380624392C1F4EB5BEA99BF9C187D151C0DE* ___StabilizerGrabbable_38;
|
|
// HurricaneVR.Framework.Weapons.HVRRecoil HurricaneVR.Framework.Weapons.Guns.HVRGunBase::RecoilComponent
|
|
HVRRecoil_tA8189F947FB46731DF67C21BFAAEE31F703861BC* ___RecoilComponent_39;
|
|
// HurricaneVR.Framework.Core.Grabbers.HVRSocket HurricaneVR.Framework.Weapons.Guns.HVRGunBase::AmmoSocket
|
|
HVRSocket_t863A2296A651DF5DF7F79E91E87DD1FA9C49C418* ___AmmoSocket_40;
|
|
// HurricaneVR.Framework.Weapons.HVRGunSounds HurricaneVR.Framework.Weapons.Guns.HVRGunBase::GunSounds
|
|
HVRGunSounds_t0511CE4A3C6E5D1ED28CACAF934002BC2C0FF570* ___GunSounds_41;
|
|
// HurricaneVR.Framework.Weapons.Guns.HVRTriggerAnimator HurricaneVR.Framework.Weapons.Guns.HVRGunBase::TriggerAnimator
|
|
HVRTriggerAnimator_t10BDBEFB102A525A8AE3702522E4EF1BC533C5AA* ___TriggerAnimator_42;
|
|
// System.Single HurricaneVR.Framework.Weapons.Guns.HVRGunBase::CyclingTime
|
|
float ___CyclingTime_43;
|
|
// System.Boolean HurricaneVR.Framework.Weapons.Guns.HVRGunBase::AnimateGun
|
|
bool ___AnimateGun_44;
|
|
// UnityEngine.Animator HurricaneVR.Framework.Weapons.Guns.HVRGunBase::Animator
|
|
Animator_t8A52E42AE54F76681838FE9E632683EF3952E883* ___Animator_45;
|
|
// System.String HurricaneVR.Framework.Weapons.Guns.HVRGunBase::FireParameter
|
|
String_t* ___FireParameter_46;
|
|
// System.Int32 HurricaneVR.Framework.Weapons.Guns.HVRGunBase::MaxPooledBullets
|
|
int32_t ___MaxPooledBullets_47;
|
|
// System.Boolean HurricaneVR.Framework.Weapons.Guns.HVRGunBase::SlowMotionBulletOnly
|
|
bool ___SlowMotionBulletOnly_48;
|
|
// UnityEngine.GameObject HurricaneVR.Framework.Weapons.Guns.HVRGunBase::BulletPrefab
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___BulletPrefab_49;
|
|
// System.Single HurricaneVR.Framework.Weapons.Guns.HVRGunBase::BulletLife
|
|
float ___BulletLife_50;
|
|
// System.Collections.Generic.List`1<HurricaneVR.Framework.Weapons.Guns.HVRGunBase/HVRBulletTracker> HurricaneVR.Framework.Weapons.Guns.HVRGunBase::_objects
|
|
List_1_tE1890F7CDC1FECF10176B6F3E6AFB782F6422015* ____objects_51;
|
|
// HurricaneVR.Framework.Weapons.Guns.HVRGunPart[] HurricaneVR.Framework.Weapons.Guns.HVRGunBase::_animatableGunParts
|
|
HVRGunPartU5BU5D_t6822E6C472B309408A7529C3339525A04BF44982* ____animatableGunParts_52;
|
|
// UnityEngine.Coroutine HurricaneVR.Framework.Weapons.Guns.HVRGunBase::_animationRoutine
|
|
Coroutine_t85EA685566A254C23F3FD77AB5BDFFFF8799596B* ____animationRoutine_53;
|
|
// UnityEngine.Events.UnityEvent HurricaneVR.Framework.Weapons.Guns.HVRGunBase::Fired
|
|
UnityEvent_tDC2C3548799DBC91D1E3F3DE60083A66F4751977* ___Fired_54;
|
|
// HurricaneVR.Framework.Weapons.GunHitEvent HurricaneVR.Framework.Weapons.Guns.HVRGunBase::Hit
|
|
GunHitEvent_tAE31A03E5D2E5628D093C1540352CD81F2DB12FE* ___Hit_55;
|
|
// System.Single HurricaneVR.Framework.Weapons.Guns.HVRGunBase::<TimeOfLastShot>k__BackingField
|
|
float ___U3CTimeOfLastShotU3Ek__BackingField_56;
|
|
// System.Boolean HurricaneVR.Framework.Weapons.Guns.HVRGunBase::<IsBulletChambered>k__BackingField
|
|
bool ___U3CIsBulletChamberedU3Ek__BackingField_57;
|
|
// HurricaneVR.Framework.Weapons.HVRAmmo HurricaneVR.Framework.Weapons.Guns.HVRGunBase::<Ammo>k__BackingField
|
|
HVRAmmo_t994932DC6B6353DE34CF1B4F4F43968BCDDA2150* ___U3CAmmoU3Ek__BackingField_58;
|
|
// HurricaneVR.Framework.Core.HVRGrabbable HurricaneVR.Framework.Weapons.Guns.HVRGunBase::<AmmoGrabbable>k__BackingField
|
|
HVRGrabbable_tC5E7380624392C1F4EB5BEA99BF9C187D151C0DE* ___U3CAmmoGrabbableU3Ek__BackingField_59;
|
|
// System.Boolean HurricaneVR.Framework.Weapons.Guns.HVRGunBase::<IsFiring>k__BackingField
|
|
bool ___U3CIsFiringU3Ek__BackingField_60;
|
|
// System.Int32 HurricaneVR.Framework.Weapons.Guns.HVRGunBase::<RoundsFired>k__BackingField
|
|
int32_t ___U3CRoundsFiredU3Ek__BackingField_61;
|
|
// System.Boolean HurricaneVR.Framework.Weapons.Guns.HVRGunBase::IsTriggerReset
|
|
bool ___IsTriggerReset_62;
|
|
// System.Boolean HurricaneVR.Framework.Weapons.Guns.HVRGunBase::IsTriggerPulled
|
|
bool ___IsTriggerPulled_63;
|
|
};
|
|
|
|
// HurricaneVR.Framework.Core.Grabbers.HVRHandGrabber
|
|
struct HVRHandGrabber_t9CB7C31300D3D84C4E564C643D0BF501EBB16B90 : public HVRGrabberBase_tBEE8D8D0A2D3CBC0BB8DDA86DAB5B34CF3A4CEF6
|
|
{
|
|
// HurricaneVR.Framework.Core.Bags.HVRSocketBag HurricaneVR.Framework.Core.Grabbers.HVRHandGrabber::SocketBag
|
|
HVRSocketBag_tEA607484EBFCED87606BDFF92E8F527CE3815974* ___SocketBag_29;
|
|
// System.Boolean HurricaneVR.Framework.Core.Grabbers.HVRHandGrabber::InverseKinematics
|
|
bool ___InverseKinematics_30;
|
|
// System.Boolean HurricaneVR.Framework.Core.Grabbers.HVRHandGrabber::ApplyHandLayer
|
|
bool ___ApplyHandLayer_31;
|
|
// System.Boolean HurricaneVR.Framework.Core.Grabbers.HVRHandGrabber::HandGrabs
|
|
bool ___HandGrabs_32;
|
|
// System.Single HurricaneVR.Framework.Core.Grabbers.HVRHandGrabber::HandGrabSpeed
|
|
float ___HandGrabSpeed_33;
|
|
// System.Boolean HurricaneVR.Framework.Core.Grabbers.HVRHandGrabber::DynamicGrabPalmAdjust
|
|
bool ___DynamicGrabPalmAdjust_34;
|
|
// System.Boolean HurricaneVR.Framework.Core.Grabbers.HVRHandGrabber::AllowMultiplayerSwap
|
|
bool ___AllowMultiplayerSwap_35;
|
|
// HurricaneVR.Framework.Shared.HVRGrabTrigger HurricaneVR.Framework.Core.Grabbers.HVRHandGrabber::GrabTrigger
|
|
int32_t ___GrabTrigger_36;
|
|
// HurricaneVR.Framework.Shared.HVRHandSide HurricaneVR.Framework.Core.Grabbers.HVRHandGrabber::HandSide
|
|
int32_t ___HandSide_37;
|
|
// HurricaneVR.Framework.Core.HandPoser.HVRHandPoser HurricaneVR.Framework.Core.Grabbers.HVRHandGrabber::GrabPoser
|
|
HVRHandPoser_tCF5D301EB153B0E53954A6A759E938C6CFFC10C6* ___GrabPoser_38;
|
|
// HurricaneVR.Framework.Core.HandPoser.HVRHandPoser HurricaneVR.Framework.Core.Grabbers.HVRHandGrabber::HoverPoser
|
|
HVRHandPoser_tCF5D301EB153B0E53954A6A759E938C6CFFC10C6* ___HoverPoser_39;
|
|
// System.Boolean HurricaneVR.Framework.Core.Grabbers.HVRHandGrabber::CloneHandModel
|
|
bool ___CloneHandModel_40;
|
|
// System.Boolean HurricaneVR.Framework.Core.Grabbers.HVRHandGrabber::IgnoreParentingDistance
|
|
bool ___IgnoreParentingDistance_41;
|
|
// System.Boolean HurricaneVR.Framework.Core.Grabbers.HVRHandGrabber::IgnoreParentingAngle
|
|
bool ___IgnoreParentingAngle_42;
|
|
// System.Single HurricaneVR.Framework.Core.Grabbers.HVRHandGrabber::ParentingMaxAngleDelta
|
|
float ___ParentingMaxAngleDelta_43;
|
|
// System.Single HurricaneVR.Framework.Core.Grabbers.HVRHandGrabber::ParentingMaxDistance
|
|
float ___ParentingMaxDistance_44;
|
|
// HurricaneVR.Framework.Core.ScriptableObjects.HVRJointSettings HurricaneVR.Framework.Core.Grabbers.HVRHandGrabber::PullingSettings
|
|
HVRJointSettings_t813A34466578F1299BC384C988793A89A98BFB77* ___PullingSettings_45;
|
|
// UnityEngine.LayerMask HurricaneVR.Framework.Core.Grabbers.HVRHandGrabber::RaycastLayermask
|
|
LayerMask_t97CB6BDADEDC3D6423C7BCFEA7F86DA2EC6241DB ___RaycastLayermask_46;
|
|
// System.Single HurricaneVR.Framework.Core.Grabbers.HVRHandGrabber::PushoutTime
|
|
float ___PushoutTime_47;
|
|
// System.Single HurricaneVR.Framework.Core.Grabbers.HVRHandGrabber::PullLerpTime
|
|
float ___PullLerpTime_48;
|
|
// System.Single HurricaneVR.Framework.Core.Grabbers.HVRHandGrabber::MoveThreshold
|
|
float ___MoveThreshold_49;
|
|
// HurricaneVR.Framework.Core.HandPoser.HVRHandAnimator HurricaneVR.Framework.Core.Grabbers.HVRHandGrabber::HandAnimator
|
|
HVRHandAnimator_tB6C3938B2457679B4B04635FEF5F080DA02CDC13* ___HandAnimator_50;
|
|
// HurricaneVR.Framework.Core.HVRHandPhysics HurricaneVR.Framework.Core.Grabbers.HVRHandGrabber::HandPhysics
|
|
HVRHandPhysics_t843A7232A98033CC51B9236C137C8F03516D14DB* ___HandPhysics_51;
|
|
// HurricaneVR.Framework.ControllerInput.HVRPlayerInputs HurricaneVR.Framework.Core.Grabbers.HVRHandGrabber::Inputs
|
|
HVRPlayerInputs_t5FC827A4ADE172D3A9B53AAEB7D8C327D750D986* ___Inputs_52;
|
|
// HurricaneVR.Framework.Core.HandPoser.HVRPhysicsPoser HurricaneVR.Framework.Core.Grabbers.HVRHandGrabber::PhysicsPoser
|
|
HVRPhysicsPoser_t303F3723DDA06C8B30C381D9E8389D514D098B9D* ___PhysicsPoser_53;
|
|
// HurricaneVR.Framework.Core.Grabbers.HVRForceGrabber HurricaneVR.Framework.Core.Grabbers.HVRHandGrabber::ForceGrabber
|
|
HVRForceGrabber_tD4C962011452998F4F3C4C7BC5FC6BF36A56B191* ___ForceGrabber_54;
|
|
// HurricaneVR.Framework.Components.HVRControllerOffset HurricaneVR.Framework.Core.Grabbers.HVRHandGrabber::ControllerOffset
|
|
HVRControllerOffset_t1BE34A08DD3813C992A611BC8C20BED5CD2B7C75* ___ControllerOffset_55;
|
|
// HurricaneVR.Framework.Core.Player.HVRTeleportCollisonHandler HurricaneVR.Framework.Core.Grabbers.HVRHandGrabber::CollisionHandler
|
|
HVRTeleportCollisonHandler_t738736934B487A9F6C8CC6EC4B3B05A76EDB7AD3* ___CollisionHandler_56;
|
|
// UnityEngine.BoxCollider HurricaneVR.Framework.Core.Grabbers.HVRHandGrabber::Pusher
|
|
BoxCollider_tFA5D239388334D6DE0B8FFDAD6825C5B03786E23* ___Pusher_57;
|
|
// HurricaneVR.Framework.Components.HVRGrabbableHoverBase HurricaneVR.Framework.Core.Grabbers.HVRHandGrabber::GrabIndicator
|
|
HVRGrabbableHoverBase_tCDCDDC8416D1E65D6796381383593F7693F78305* ___GrabIndicator_58;
|
|
// HurricaneVR.Framework.Components.HVRGrabbableHoverBase HurricaneVR.Framework.Core.Grabbers.HVRHandGrabber::TriggerGrabIndicator
|
|
HVRGrabbableHoverBase_tCDCDDC8416D1E65D6796381383593F7693F78305* ___TriggerGrabIndicator_59;
|
|
// HurricaneVR.Framework.Components.HVRGrabbableHoverBase HurricaneVR.Framework.Core.Grabbers.HVRHandGrabber::DynamicPoseIndicator
|
|
HVRGrabbableHoverBase_tCDCDDC8416D1E65D6796381383593F7693F78305* ___DynamicPoseIndicator_60;
|
|
// HurricaneVR.Framework.Core.Grabbers.DynamicPoseGrabIndicator HurricaneVR.Framework.Core.Grabbers.HVRHandGrabber::DynamicPoseIndicatorMode
|
|
int32_t ___DynamicPoseIndicatorMode_61;
|
|
// HurricaneVR.Framework.Core.HandPoser.HVRHandPoser HurricaneVR.Framework.Core.Grabbers.HVRHandGrabber::FallbackPoser
|
|
HVRHandPoser_tCF5D301EB153B0E53954A6A759E938C6CFFC10C6* ___FallbackPoser_62;
|
|
// UnityEngine.Transform HurricaneVR.Framework.Core.Grabbers.HVRHandGrabber::HandModel
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___HandModel_63;
|
|
// UnityEngine.Transform HurricaneVR.Framework.Core.Grabbers.HVRHandGrabber::JointAnchor
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___JointAnchor_64;
|
|
// UnityEngine.Transform HurricaneVR.Framework.Core.Grabbers.HVRHandGrabber::RaycastOrigin
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___RaycastOrigin_65;
|
|
// UnityEngine.Transform HurricaneVR.Framework.Core.Grabbers.HVRHandGrabber::TrackedController
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___TrackedController_66;
|
|
// UnityEngine.Transform HurricaneVR.Framework.Core.Grabbers.HVRHandGrabber::OverlapSizer
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___OverlapSizer_67;
|
|
// System.Single HurricaneVR.Framework.Core.Grabbers.HVRHandGrabber::ReleasedVelocityFactor
|
|
float ___ReleasedVelocityFactor_68;
|
|
// System.Single HurricaneVR.Framework.Core.Grabbers.HVRHandGrabber::ReleasedAngularConversionFactor
|
|
float ___ReleasedAngularConversionFactor_69;
|
|
// System.Single HurricaneVR.Framework.Core.Grabbers.HVRHandGrabber::ReleasedAngularThreshold
|
|
float ___ReleasedAngularThreshold_70;
|
|
// System.Int32 HurricaneVR.Framework.Core.Grabbers.HVRHandGrabber::ThrowLookback
|
|
int32_t ___ThrowLookback_71;
|
|
// System.Int32 HurricaneVR.Framework.Core.Grabbers.HVRHandGrabber::ThrowLookbackStart
|
|
int32_t ___ThrowLookbackStart_72;
|
|
// System.Boolean HurricaneVR.Framework.Core.Grabbers.HVRHandGrabber::TakePeakVelocities
|
|
bool ___TakePeakVelocities_73;
|
|
// System.Int32 HurricaneVR.Framework.Core.Grabbers.HVRHandGrabber::CountPeakVelocities
|
|
int32_t ___CountPeakVelocities_74;
|
|
// HurricaneVR.Framework.Components.HVRThrowingCenterOfMass HurricaneVR.Framework.Core.Grabbers.HVRHandGrabber::ThrowingCenterOfMass
|
|
HVRThrowingCenterOfMass_t87945CE418DB853807916FA86CE0F7E0E350C7B1* ___ThrowingCenterOfMass_75;
|
|
// HurricaneVR.Framework.Core.VRHandGrabberEvent HurricaneVR.Framework.Core.Grabbers.HVRHandGrabber::BreakDistanceReached
|
|
VRHandGrabberEvent_t43EC3CE57F33FAC044A3D4338C967C5831F76D16* ___BreakDistanceReached_76;
|
|
// System.Boolean HurricaneVR.Framework.Core.Grabbers.HVRHandGrabber::DrawCenterOfMass
|
|
bool ___DrawCenterOfMass_77;
|
|
// System.Boolean HurricaneVR.Framework.Core.Grabbers.HVRHandGrabber::GrabToggleActive
|
|
bool ___GrabToggleActive_78;
|
|
// HurricaneVR.Framework.Core.HVRGrabbable HurricaneVR.Framework.Core.Grabbers.HVRHandGrabber::_triggerHoverTarget
|
|
HVRGrabbable_tC5E7380624392C1F4EB5BEA99BF9C187D151C0DE* ____triggerHoverTarget_79;
|
|
// HurricaneVR.Framework.Core.Grabbers.HVRSocket HurricaneVR.Framework.Core.Grabbers.HVRHandGrabber::HoveredSocket
|
|
HVRSocket_t863A2296A651DF5DF7F79E91E87DD1FA9C49C418* ___HoveredSocket_80;
|
|
// HurricaneVR.Framework.Core.HVRGrabbable HurricaneVR.Framework.Core.Grabbers.HVRHandGrabber::_hoverTarget
|
|
HVRGrabbable_tC5E7380624392C1F4EB5BEA99BF9C187D151C0DE* ____hoverTarget_81;
|
|
// System.Boolean HurricaneVR.Framework.Core.Grabbers.HVRHandGrabber::_dynamicIndicatorEnabled
|
|
bool ____dynamicIndicatorEnabled_82;
|
|
// System.Boolean HurricaneVR.Framework.Core.Grabbers.HVRHandGrabber::_grabIndicatorEnabled
|
|
bool ____grabIndicatorEnabled_83;
|
|
// HurricaneVR.Framework.Components.HVRGrabbableHoverBase HurricaneVR.Framework.Core.Grabbers.HVRHandGrabber::_grabIndicator
|
|
HVRGrabbableHoverBase_tCDCDDC8416D1E65D6796381383593F7693F78305* ____grabIndicator_84;
|
|
// HurricaneVR.Framework.Components.HVRGrabbableHoverBase HurricaneVR.Framework.Core.Grabbers.HVRHandGrabber::_triggerIndicator
|
|
HVRGrabbableHoverBase_tCDCDDC8416D1E65D6796381383593F7693F78305* ____triggerIndicator_85;
|
|
// HurricaneVR.Framework.Core.Player.HVRHandStrengthHandler HurricaneVR.Framework.Core.Grabbers.HVRHandGrabber::<StrengthHandler>k__BackingField
|
|
HVRHandStrengthHandler_tCF023E4A90BDC98745D3EC8043DE15B3071AAD3E* ___U3CStrengthHandlerU3Ek__BackingField_86;
|
|
// UnityEngine.Transform HurricaneVR.Framework.Core.Grabbers.HVRHandGrabber::<HandModelParent>k__BackingField
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___U3CHandModelParentU3Ek__BackingField_87;
|
|
// UnityEngine.Vector3 HurricaneVR.Framework.Core.Grabbers.HVRHandGrabber::<HandModelPosition>k__BackingField
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___U3CHandModelPositionU3Ek__BackingField_88;
|
|
// UnityEngine.Quaternion HurricaneVR.Framework.Core.Grabbers.HVRHandGrabber::<HandModelRotation>k__BackingField
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 ___U3CHandModelRotationU3Ek__BackingField_89;
|
|
// UnityEngine.Vector3 HurricaneVR.Framework.Core.Grabbers.HVRHandGrabber::<HandModelScale>k__BackingField
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___U3CHandModelScaleU3Ek__BackingField_90;
|
|
// HurricaneVR.Framework.Components.HVRRigidBodyOverrides HurricaneVR.Framework.Core.Grabbers.HVRHandGrabber::<RigidOverrides>k__BackingField
|
|
HVRRigidBodyOverrides_tEBB9AC89217974E1061008AB59BA870CB87677B6* ___U3CRigidOverridesU3Ek__BackingField_91;
|
|
// System.Collections.Generic.Dictionary`2<HurricaneVR.Framework.Core.HVRGrabbable,UnityEngine.Coroutine> HurricaneVR.Framework.Core.Grabbers.HVRHandGrabber::OverlappingGrabbables
|
|
Dictionary_2_tB397C090758182CAAACE9ED41724A3C91FA99B58* ___OverlappingGrabbables_92;
|
|
// UnityEngine.GameObject HurricaneVR.Framework.Core.Grabbers.HVRHandGrabber::<TempGrabPoint>k__BackingField
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___U3CTempGrabPointU3Ek__BackingField_93;
|
|
// System.Boolean HurricaneVR.Framework.Core.Grabbers.HVRHandGrabber::<IsLineGrab>k__BackingField
|
|
bool ___U3CIsLineGrabU3Ek__BackingField_94;
|
|
// System.Boolean HurricaneVR.Framework.Core.Grabbers.HVRHandGrabber::<IsTriggerHovering>k__BackingField
|
|
bool ___U3CIsTriggerHoveringU3Ek__BackingField_95;
|
|
// HurricaneVR.Framework.ControllerInput.HVRTrackedController HurricaneVR.Framework.Core.Grabbers.HVRHandGrabber::<HVRTrackedController>k__BackingField
|
|
HVRTrackedController_t9BE1CC3C3770994B7042A191F6FA6082F6D3C111* ___U3CHVRTrackedControllerU3Ek__BackingField_96;
|
|
// HurricaneVR.Framework.Core.HandPoser.HVRPosableGrabPoint HurricaneVR.Framework.Core.Grabbers.HVRHandGrabber::<PosableGrabPoint>k__BackingField
|
|
HVRPosableGrabPoint_t45AD7B3827EE2CFF89742F05F9FFD2E208D9CB23* ___U3CPosableGrabPointU3Ek__BackingField_97;
|
|
// UnityEngine.Transform HurricaneVR.Framework.Core.Grabbers.HVRHandGrabber::_triggerGrabPoint
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ____triggerGrabPoint_98;
|
|
// HurricaneVR.Framework.Core.HandPoser.HVRPosableGrabPoint HurricaneVR.Framework.Core.Grabbers.HVRHandGrabber::<TriggerPosableGrabPoint>k__BackingField
|
|
HVRPosableGrabPoint_t45AD7B3827EE2CFF89742F05F9FFD2E208D9CB23* ___U3CTriggerPosableGrabPointU3Ek__BackingField_99;
|
|
// UnityEngine.Quaternion HurricaneVR.Framework.Core.Grabbers.HVRHandGrabber::<PoseLocalRotation>k__BackingField
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 ___U3CPoseLocalRotationU3Ek__BackingField_100;
|
|
// UnityEngine.Vector3 HurricaneVR.Framework.Core.Grabbers.HVRHandGrabber::<PhysicsHandPosition>k__BackingField
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___U3CPhysicsHandPositionU3Ek__BackingField_101;
|
|
// System.Byte[] HurricaneVR.Framework.Core.Grabbers.HVRHandGrabber::<PhysicsPoseBytes>k__BackingField
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___U3CPhysicsPoseBytesU3Ek__BackingField_102;
|
|
// System.Boolean HurricaneVR.Framework.Core.Grabbers.HVRHandGrabber::<IsClimbing>k__BackingField
|
|
bool ___U3CIsClimbingU3Ek__BackingField_103;
|
|
// System.Boolean HurricaneVR.Framework.Core.Grabbers.HVRHandGrabber::<IsPhysicsPose>k__BackingField
|
|
bool ___U3CIsPhysicsPoseU3Ek__BackingField_104;
|
|
// UnityEngine.Vector3 HurricaneVR.Framework.Core.Grabbers.HVRHandGrabber::<GrabAnchorLocal>k__BackingField
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___U3CGrabAnchorLocalU3Ek__BackingField_105;
|
|
// UnityEngine.Vector3 HurricaneVR.Framework.Core.Grabbers.HVRHandGrabber::<HandAnchorLocal>k__BackingField
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___U3CHandAnchorLocalU3Ek__BackingField_106;
|
|
// HurricaneVR.Framework.Shared.Utilities.CircularBuffer`1<UnityEngine.Vector3> HurricaneVR.Framework.Core.Grabbers.HVRHandGrabber::RecentVelocities
|
|
CircularBuffer_1_t274E1E537F2160E9CFA8F4C2DE0F57452E37F122* ___RecentVelocities_107;
|
|
// HurricaneVR.Framework.Shared.Utilities.CircularBuffer`1<UnityEngine.Vector3> HurricaneVR.Framework.Core.Grabbers.HVRHandGrabber::RecentAngularVelocities
|
|
CircularBuffer_1_t274E1E537F2160E9CFA8F4C2DE0F57452E37F122* ___RecentAngularVelocities_108;
|
|
// System.Boolean HurricaneVR.Framework.Core.Grabbers.HVRHandGrabber::<CanActivate>k__BackingField
|
|
bool ___U3CCanActivateU3Ek__BackingField_109;
|
|
// System.Boolean HurricaneVR.Framework.Core.Grabbers.HVRHandGrabber::<CanRelease>k__BackingField
|
|
bool ___U3CCanReleaseU3Ek__BackingField_110;
|
|
// UnityEngine.SphereCollider HurricaneVR.Framework.Core.Grabbers.HVRHandGrabber::_overlapCollider
|
|
SphereCollider_tBA111C542CE97F6873DE742757213D6265C7D275* ____overlapCollider_111;
|
|
// UnityEngine.Collider[] HurricaneVR.Framework.Core.Grabbers.HVRHandGrabber::_overlapColliders
|
|
ColliderU5BU5D_t94A9D70F63D095AFF2A9B4613012A5F7F3141787* ____overlapColliders_112;
|
|
// System.Boolean HurricaneVR.Framework.Core.Grabbers.HVRHandGrabber::_hasPosed
|
|
bool ____hasPosed_113;
|
|
// System.Boolean HurricaneVR.Framework.Core.Grabbers.HVRHandGrabber::_handMoving
|
|
bool ____handMoving_114;
|
|
// UnityEngine.Quaternion HurricaneVR.Framework.Core.Grabbers.HVRHandGrabber::_previousRotation
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 ____previousRotation_115;
|
|
// System.Single HurricaneVR.Framework.Core.Grabbers.HVRHandGrabber::_pullingTimer
|
|
float ____pullingTimer_116;
|
|
// UnityEngine.Transform HurricaneVR.Framework.Core.Grabbers.HVRHandGrabber::_collisionTransform
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ____collisionTransform_117;
|
|
// HurricaneVR.Framework.Core.HandPoser.HVRHandAnimator HurricaneVR.Framework.Core.Grabbers.HVRHandGrabber::_collisionAnimator
|
|
HVRHandAnimator_tB6C3938B2457679B4B04635FEF5F080DA02CDC13* ____collisionAnimator_118;
|
|
// UnityEngine.ConfigurableJoint HurricaneVR.Framework.Core.Grabbers.HVRHandGrabber::<Joint>k__BackingField
|
|
ConfigurableJoint_t8B33AB5A6B8D52493F14C4B8DBDF78A1C94ECB77* ___U3CJointU3Ek__BackingField_119;
|
|
// UnityEngine.Transform HurricaneVR.Framework.Core.Grabbers.HVRHandGrabber::_fakeHand
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ____fakeHand_120;
|
|
// UnityEngine.Transform HurricaneVR.Framework.Core.Grabbers.HVRHandGrabber::_fakeHandAnchor
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ____fakeHandAnchor_121;
|
|
// System.Boolean HurricaneVR.Framework.Core.Grabbers.HVRHandGrabber::_isForceAutoGrab
|
|
bool ____isForceAutoGrab_122;
|
|
// UnityEngine.Vector3 HurricaneVR.Framework.Core.Grabbers.HVRHandGrabber::_lineOffset
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ____lineOffset_123;
|
|
// System.Boolean HurricaneVR.Framework.Core.Grabbers.HVRHandGrabber::_tightlyHeld
|
|
bool ____tightlyHeld_124;
|
|
// System.Boolean HurricaneVR.Framework.Core.Grabbers.HVRHandGrabber::_flippedLinePose
|
|
bool ____flippedLinePose_125;
|
|
// UnityEngine.Quaternion HurricaneVR.Framework.Core.Grabbers.HVRHandGrabber::_startRotation
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 ____startRotation_126;
|
|
// System.Boolean HurricaneVR.Framework.Core.Grabbers.HVRHandGrabber::_primaryGrabPointGrab
|
|
bool ____primaryGrabPointGrab_127;
|
|
// System.Boolean HurricaneVR.Framework.Core.Grabbers.HVRHandGrabber::_socketGrab
|
|
bool ____socketGrab_128;
|
|
// HurricaneVR.Framework.Core.HandPoser.HVRPosableHand HurricaneVR.Framework.Core.Grabbers.HVRHandGrabber::_posableHand
|
|
HVRPosableHand_t7C98C569D120765E5C36A631ED3901FCF29139A2* ____posableHand_129;
|
|
// HurricaneVR.Framework.Core.HandPoser.HVRPosableHand HurricaneVR.Framework.Core.Grabbers.HVRHandGrabber::_collisionHand
|
|
HVRPosableHand_t7C98C569D120765E5C36A631ED3901FCF29139A2* ____collisionHand_130;
|
|
// System.Boolean HurricaneVR.Framework.Core.Grabbers.HVRHandGrabber::_hasForceGrabber
|
|
bool ____hasForceGrabber_131;
|
|
// HurricaneVR.Framework.Core.HandPoser.Data.HVRHandPoseData HurricaneVR.Framework.Core.Grabbers.HVRHandGrabber::_physicsPose
|
|
HVRHandPoseData_tF59F63D9C0A231B89F6EDF4FD4EC2B4C58F2DA72* ____physicsPose_132;
|
|
// HurricaneVR.Framework.Core.HandPoser.Data.HVRHandPoseData HurricaneVR.Framework.Core.Grabbers.HVRHandGrabber::_savedPose
|
|
HVRHandPoseData_tF59F63D9C0A231B89F6EDF4FD4EC2B4C58F2DA72* ____savedPose_133;
|
|
// UnityEngine.Vector3 HurricaneVR.Framework.Core.Grabbers.HVRHandGrabber::_lineGrabHandRelativeDirection
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ____lineGrabHandRelativeDirection_134;
|
|
// UnityEngine.WaitForFixedUpdate HurricaneVR.Framework.Core.Grabbers.HVRHandGrabber::_wffu
|
|
WaitForFixedUpdate_t86F5BC0B6A668AEF2903DE9ADB52062E457BD1B7* ____wffu_135;
|
|
// System.Boolean HurricaneVR.Framework.Core.Grabbers.HVRHandGrabber::_moveGrab
|
|
bool ____moveGrab_136;
|
|
// System.Boolean HurricaneVR.Framework.Core.Grabbers.HVRHandGrabber::IsGripGrabActivated
|
|
bool ___IsGripGrabActivated_137;
|
|
// System.Boolean HurricaneVR.Framework.Core.Grabbers.HVRHandGrabber::IsTriggerGrabActivated
|
|
bool ___IsTriggerGrabActivated_138;
|
|
// System.Boolean HurricaneVR.Framework.Core.Grabbers.HVRHandGrabber::IsGripGrabActive
|
|
bool ___IsGripGrabActive_139;
|
|
// System.Boolean HurricaneVR.Framework.Core.Grabbers.HVRHandGrabber::IsTriggerGrabActive
|
|
bool ___IsTriggerGrabActive_140;
|
|
// System.Boolean HurricaneVR.Framework.Core.Grabbers.HVRHandGrabber::_checkingSwap
|
|
bool ____checkingSwap_141;
|
|
// System.Boolean HurricaneVR.Framework.Core.Grabbers.HVRHandGrabber::_checkingEnableCollision
|
|
bool ____checkingEnableCollision_142;
|
|
// System.Boolean HurricaneVR.Framework.Core.Grabbers.HVRHandGrabber::_forceFullyGrabbed
|
|
bool ____forceFullyGrabbed_143;
|
|
// UnityEngine.Vector3 HurricaneVR.Framework.Core.Grabbers.HVRHandGrabber::_pusherSize
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ____pusherSize_144;
|
|
// System.Boolean HurricaneVR.Framework.Core.Grabbers.HVRHandGrabber::_pushing
|
|
bool ____pushing_145;
|
|
// UnityEngine.GameObject HurricaneVR.Framework.Core.Grabbers.HVRHandGrabber::_anchor
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ____anchor_146;
|
|
// UnityEngine.Rigidbody HurricaneVR.Framework.Core.Grabbers.HVRHandGrabber::_forceRB
|
|
Rigidbody_t268697F5A994213ED97393309870968BC1C7393C* ____forceRB_147;
|
|
// System.Boolean HurricaneVR.Framework.Core.Grabbers.HVRHandGrabber::_swappingGrabPoint
|
|
bool ____swappingGrabPoint_148;
|
|
// System.Boolean HurricaneVR.Framework.Core.Grabbers.HVRHandGrabber::_finalJointCreated
|
|
bool ____finalJointCreated_149;
|
|
// HurricaneVR.Framework.Shared.HVRGrabControls HurricaneVR.Framework.Core.Grabbers.HVRHandGrabber::_currentGrabControl
|
|
int32_t ____currentGrabControl_150;
|
|
// HurricaneVR.Framework.Shared.HVRGrabControls HurricaneVR.Framework.Core.Grabbers.HVRHandGrabber::_grabbableControl
|
|
int32_t ____grabbableControl_151;
|
|
// System.Boolean HurricaneVR.Framework.Core.Grabbers.HVRHandGrabber::_distanceComplete
|
|
bool ____distanceComplete_152;
|
|
// UnityEngine.ConfigurableJoint HurricaneVR.Framework.Core.Grabbers.HVRHandGrabber::_posJoint
|
|
ConfigurableJoint_t8B33AB5A6B8D52493F14C4B8DBDF78A1C94ECB77* ____posJoint_153;
|
|
// UnityEngine.ConfigurableJoint HurricaneVR.Framework.Core.Grabbers.HVRHandGrabber::_rotJoint
|
|
ConfigurableJoint_t8B33AB5A6B8D52493F14C4B8DBDF78A1C94ECB77* ____rotJoint_154;
|
|
// System.Single HurricaneVR.Framework.Core.Grabbers.HVRHandGrabber::_breakDistanceNext
|
|
float ____breakDistanceNext_155;
|
|
// System.Collections.Generic.Dictionary`2<UnityEngine.Transform,System.Int32> HurricaneVR.Framework.Core.Grabbers.HVRHandGrabber::_layerCache
|
|
Dictionary_2_t2F2061C52D14CC6C406B18BFBDC99759B42984C2* ____layerCache_158;
|
|
// System.Collections.Generic.List`1<UnityEngine.Transform> HurricaneVR.Framework.Core.Grabbers.HVRHandGrabber::_layerKeys
|
|
List_1_t991BBC5A1D51F59A450367DF944DAA207F22D06D* ____layerKeys_159;
|
|
// UnityEngine.ConfigurableJoint HurricaneVR.Framework.Core.Grabbers.HVRHandGrabber::PullJoint
|
|
ConfigurableJoint_t8B33AB5A6B8D52493F14C4B8DBDF78A1C94ECB77* ___PullJoint_160;
|
|
// UnityEngine.Vector3 HurricaneVR.Framework.Core.Grabbers.HVRHandGrabber::_startPos
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ____startPos_161;
|
|
// UnityEngine.Quaternion HurricaneVR.Framework.Core.Grabbers.HVRHandGrabber::_startRot
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 ____startRot_162;
|
|
};
|
|
|
|
// HurricaneVR.Framework.Core.Grabbers.HVRSocket
|
|
struct HVRSocket_t863A2296A651DF5DF7F79E91E87DD1FA9C49C418 : public HVRGrabberBase_tBEE8D8D0A2D3CBC0BB8DDA86DAB5B34CF3A4CEF6
|
|
{
|
|
// HurricaneVR.Framework.Shared.HVRGrabControls HurricaneVR.Framework.Core.Grabbers.HVRSocket::GrabControl
|
|
int32_t ___GrabControl_28;
|
|
// HurricaneVR.Framework.Shared.HVRGrabDetection HurricaneVR.Framework.Core.Grabbers.HVRSocket::GrabDetectionType
|
|
int32_t ___GrabDetectionType_29;
|
|
// System.Boolean HurricaneVR.Framework.Core.Grabbers.HVRSocket::CheckHandOverlap
|
|
bool ___CheckHandOverlap_30;
|
|
// System.Boolean HurricaneVR.Framework.Core.Grabbers.HVRSocket::ReleasesOnHover
|
|
bool ___ReleasesOnHover_31;
|
|
// System.Boolean HurricaneVR.Framework.Core.Grabbers.HVRSocket::InstantHandPose
|
|
bool ___InstantHandPose_32;
|
|
// HurricaneVR.Framework.Core.Grabbers.SocketHoldType HurricaneVR.Framework.Core.Grabbers.HVRSocket::HoldType
|
|
int32_t ___HoldType_33;
|
|
// UnityEngine.GameObject HurricaneVR.Framework.Core.Grabbers.HVRSocket::AutoSpawnPrefab
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___AutoSpawnPrefab_34;
|
|
// System.Single HurricaneVR.Framework.Core.Grabbers.HVRSocket::GrabTimeout
|
|
float ___GrabTimeout_35;
|
|
// System.Boolean HurricaneVR.Framework.Core.Grabbers.HVRSocket::GrabbableMustBeHeld
|
|
bool ___GrabbableMustBeHeld_36;
|
|
// System.Boolean HurricaneVR.Framework.Core.Grabbers.HVRSocket::GrabsFromHand
|
|
bool ___GrabsFromHand_37;
|
|
// HurricaneVR.Framework.Core.Sockets.HVRSocketHoverAction[] HurricaneVR.Framework.Core.Grabbers.HVRSocket::HoverActions
|
|
HVRSocketHoverActionU5BU5D_tC21C3F61BBAB8FF2E3F2F4BB6D689366545AB490* ___HoverActions_38;
|
|
// HurricaneVR.Framework.Core.Sockets.HVRSocketHoverAction[] HurricaneVR.Framework.Core.Grabbers.HVRSocket::HandGrabActions
|
|
HVRSocketHoverActionU5BU5D_tC21C3F61BBAB8FF2E3F2F4BB6D689366545AB490* ___HandGrabActions_39;
|
|
// System.Boolean HurricaneVR.Framework.Core.Grabbers.HVRSocket::ParentDisablesGrab
|
|
bool ___ParentDisablesGrab_40;
|
|
// HurricaneVR.Framework.Core.HVRGrabbable HurricaneVR.Framework.Core.Grabbers.HVRSocket::ParentGrabbable
|
|
HVRGrabbable_tC5E7380624392C1F4EB5BEA99BF9C187D151C0DE* ___ParentGrabbable_41;
|
|
// System.Boolean HurricaneVR.Framework.Core.Grabbers.HVRSocket::CanRemoveGrabbable
|
|
bool ___CanRemoveGrabbable_42;
|
|
// System.Boolean HurricaneVR.Framework.Core.Grabbers.HVRSocket::ScaleGrabbable
|
|
bool ___ScaleGrabbable_43;
|
|
// System.Single HurricaneVR.Framework.Core.Grabbers.HVRSocket::Size
|
|
float ___Size_44;
|
|
// System.Boolean HurricaneVR.Framework.Core.Grabbers.HVRSocket::CanGrabStabbingGrabbable
|
|
bool ___CanGrabStabbingGrabbable_45;
|
|
// UnityEngine.AudioClip HurricaneVR.Framework.Core.Grabbers.HVRSocket::AudioGrabbedOverride
|
|
AudioClip_t5D272C4EB4F2D3ED49F1C346DEA373CF6D585F20* ___AudioGrabbedOverride_46;
|
|
// UnityEngine.AudioClip HurricaneVR.Framework.Core.Grabbers.HVRSocket::AudioReleasedOverride
|
|
AudioClip_t5D272C4EB4F2D3ED49F1C346DEA373CF6D585F20* ___AudioReleasedOverride_47;
|
|
// UnityEngine.AudioClip HurricaneVR.Framework.Core.Grabbers.HVRSocket::AudioGrabbedFallback
|
|
AudioClip_t5D272C4EB4F2D3ED49F1C346DEA373CF6D585F20* ___AudioGrabbedFallback_48;
|
|
// UnityEngine.AudioClip HurricaneVR.Framework.Core.Grabbers.HVRSocket::AudioReleasedFallback
|
|
AudioClip_t5D272C4EB4F2D3ED49F1C346DEA373CF6D585F20* ___AudioReleasedFallback_49;
|
|
// HurricaneVR.Framework.Core.Sockets.HVRSocketFilter[] HurricaneVR.Framework.Core.Grabbers.HVRSocket::SocketFilters
|
|
HVRSocketFilterU5BU5D_tE490C9FB6A30DA9C93877EE55B80D7CEDC51D2C8* ___SocketFilters_50;
|
|
// HurricaneVR.Framework.Core.Grabbers.SocketCondition HurricaneVR.Framework.Core.Grabbers.HVRSocket::FilterCondition
|
|
int32_t ___FilterCondition_51;
|
|
// UnityEngine.Transform HurricaneVR.Framework.Core.Grabbers.HVRSocket::DistanceSource
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___DistanceSource_52;
|
|
// System.Boolean HurricaneVR.Framework.Core.Grabbers.HVRSocket::DisableCollision
|
|
bool ___DisableCollision_53;
|
|
// HurricaneVR.Framework.Core.Grabbers.SocketSpawnEvent HurricaneVR.Framework.Core.Grabbers.HVRSocket::SpawnedPrefab
|
|
SocketSpawnEvent_t87F4EB940ADFD998C490FFE3827581C81517627D* ___SpawnedPrefab_54;
|
|
// System.Boolean HurricaneVR.Framework.Core.Grabbers.HVRSocket::DebugScale
|
|
bool ___DebugScale_55;
|
|
// UnityEngine.Transform HurricaneVR.Framework.Core.Grabbers.HVRSocket::_previousParent
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ____previousParent_56;
|
|
// UnityEngine.Vector3 HurricaneVR.Framework.Core.Grabbers.HVRSocket::_previousScale
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ____previousScale_57;
|
|
// UnityEngine.Bounds HurricaneVR.Framework.Core.Grabbers.HVRSocket::_modelBounds
|
|
Bounds_t367E830C64BBF235ED8C3B2F8CF6254FDCAD39C3 ____modelBounds_58;
|
|
// System.Boolean HurricaneVR.Framework.Core.Grabbers.HVRSocket::_appQuitting
|
|
bool ____appQuitting_59;
|
|
// HurricaneVR.Framework.Core.HVRGrabbable HurricaneVR.Framework.Core.Grabbers.HVRSocket::_timeoutGrabbable
|
|
HVRGrabbable_tC5E7380624392C1F4EB5BEA99BF9C187D151C0DE* ____timeoutGrabbable_60;
|
|
// System.Single HurricaneVR.Framework.Core.Grabbers.HVRSocket::_mass
|
|
float ____mass_61;
|
|
// System.Boolean HurricaneVR.Framework.Core.Grabbers.HVRSocket::_hadRigidBody
|
|
bool ____hadRigidBody_62;
|
|
// System.Boolean HurricaneVR.Framework.Core.Grabbers.HVRSocket::_ignoreGrabSFX
|
|
bool ____ignoreGrabSFX_63;
|
|
// UnityEngine.Coroutine HurricaneVR.Framework.Core.Grabbers.HVRSocket::_fixPositionRoutine
|
|
Coroutine_t85EA685566A254C23F3FD77AB5BDFFFF8799596B* ____fixPositionRoutine_64;
|
|
// HurricaneVR.Framework.Core.HVRGrabbable HurricaneVR.Framework.Core.Grabbers.HVRSocket::<LinkedGrabbable>k__BackingField
|
|
HVRGrabbable_tC5E7380624392C1F4EB5BEA99BF9C187D151C0DE* ___U3CLinkedGrabbableU3Ek__BackingField_65;
|
|
// System.Boolean HurricaneVR.Framework.Core.Grabbers.HVRSocket::<CanInteract>k__BackingField
|
|
bool ___U3CCanInteractU3Ek__BackingField_66;
|
|
};
|
|
|
|
// RootMotion.FinalIK.IK
|
|
struct IK_t8026AD64782C89DB3C8933F61F5E287C0542C4A1 : public SolverManager_t622D4F561ECBEF2A4ACBA9452CB50B381C8ECAFD
|
|
{
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Controls.KeyControl
|
|
struct KeyControl_t1686D14A78AEC9364B8C7628DD482DE99CC20FE0 : public ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF
|
|
{
|
|
// UnityEngine.InputSystem.Key UnityEngine.InputSystem.Controls.KeyControl::<keyCode>k__BackingField
|
|
int32_t ___U3CkeyCodeU3Ek__BackingField_43;
|
|
// System.Int32 UnityEngine.InputSystem.Controls.KeyControl::m_ScanCode
|
|
int32_t ___m_ScanCode_44;
|
|
};
|
|
|
|
// MagazineFilter
|
|
struct MagazineFilter_t9FAC361C1B9352D716B8B8F0EF4ECB2956D71A3E : public HVRSocketFilter_t473580ED4B9730A48F09C95722B651F915A87319
|
|
{
|
|
// WeaponEnum MagazineFilter::weaponType
|
|
int32_t ___weaponType_4;
|
|
};
|
|
|
|
// MagazineSocketable
|
|
struct MagazineSocketable_tFF02A0D263257CA805B4C8D9F9F560E3508EF8B4 : public HVRSocketable_t0CCE2C7710A7C7F66EC05482831E56FB949A094F
|
|
{
|
|
// WeaponEnum MagazineSocketable::weaponType
|
|
int32_t ___weaponType_12;
|
|
};
|
|
|
|
// NpcBotSpiderCombat
|
|
struct NpcBotSpiderCombat_t1AE4E1A7A4529628485D8BC9FF8C8D2367DE5F7C : public NpcCombatAbstract_tA3FA66343610D8028B3042C9DB03E8606B9081AC
|
|
{
|
|
// System.Single NpcBotSpiderCombat::health
|
|
float ___health_8;
|
|
// System.Single NpcBotSpiderCombat::cooldownTimeAttack
|
|
float ___cooldownTimeAttack_9;
|
|
// Zero.ExtGunBase NpcBotSpiderCombat::weapon
|
|
ExtGunBase_t9706330BF6070A6D41F878663F99E9A060AF477C* ___weapon_10;
|
|
// UnityEngine.Transform NpcBotSpiderCombat::head
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___head_11;
|
|
// UnityEngine.Quaternion NpcBotSpiderCombat::headOffset
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 ___headOffset_12;
|
|
// UnityEngine.GameObject NpcBotSpiderCombat::explosionPrefab
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___explosionPrefab_13;
|
|
// System.Boolean NpcBotSpiderCombat::isRange
|
|
bool ___isRange_14;
|
|
// UnityEngine.Transform NpcBotSpiderCombat::targetToAim
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___targetToAim_15;
|
|
// System.Single NpcBotSpiderCombat::nextTime
|
|
float ___nextTime_16;
|
|
// NodeCanvas.Framework.Status NpcBotSpiderCombat::status
|
|
int32_t ___status_17;
|
|
// PlayerTargetPosition NpcBotSpiderCombat::playerTarget
|
|
PlayerTargetPosition_t6894590E56669A98942B41E06C3DB37194CBD63C* ___playerTarget_18;
|
|
};
|
|
|
|
// NpcCombatParazit
|
|
struct NpcCombatParazit_t609BF18369903625745D21FEF6804AAE451E8F5F : public NpcCombatAbstract_tA3FA66343610D8028B3042C9DB03E8606B9081AC
|
|
{
|
|
// UnityEngine.Animator NpcCombatParazit::animator
|
|
Animator_t8A52E42AE54F76681838FE9E632683EF3952E883* ___animator_8;
|
|
// System.Single NpcCombatParazit::health
|
|
float ___health_9;
|
|
// System.Single NpcCombatParazit::cooldownTimeAttack
|
|
float ___cooldownTimeAttack_10;
|
|
// System.Single NpcCombatParazit::cooldownTimeAggressiveAnim
|
|
float ___cooldownTimeAggressiveAnim_11;
|
|
// Zero.ExtGunBase NpcCombatParazit::weapon
|
|
ExtGunBase_t9706330BF6070A6D41F878663F99E9A060AF477C* ___weapon_12;
|
|
// UnityEngine.GameObject NpcCombatParazit::explosionPrefab
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___explosionPrefab_13;
|
|
// FMODUnity.EventReference NpcCombatParazit::attackClip
|
|
EventReference_tA4CA1F882DC447E6B50F989D1FC08F065C91FB51 ___attackClip_14;
|
|
// FMODUnity.EventReference NpcCombatParazit::aggressiveClip
|
|
EventReference_tA4CA1F882DC447E6B50F989D1FC08F065C91FB51 ___aggressiveClip_15;
|
|
// Dissolver NpcCombatParazit::dissolver
|
|
Dissolver_t502EB233898B8E3E8F052DCADCA0B09A2449D6F5* ___dissolver_16;
|
|
// System.Boolean NpcCombatParazit::isAggressiveAnimState
|
|
bool ___isAggressiveAnimState_17;
|
|
// System.Boolean NpcCombatParazit::isAttackAnimState
|
|
bool ___isAttackAnimState_18;
|
|
// System.Single NpcCombatParazit::nextTime
|
|
float ___nextTime_19;
|
|
// System.Single NpcCombatParazit::nextTimeAggressive
|
|
float ___nextTimeAggressive_20;
|
|
// NodeCanvas.Framework.Status NpcCombatParazit::status
|
|
int32_t ___status_24;
|
|
// NodeCanvas.Framework.Status NpcCombatParazit::nextStatus
|
|
int32_t ___nextStatus_25;
|
|
// UnityEngine.Transform NpcCombatParazit::targetToAim
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___targetToAim_26;
|
|
// System.Boolean NpcCombatParazit::isRange
|
|
bool ___isRange_27;
|
|
};
|
|
|
|
// NpcCombatSoldier
|
|
struct NpcCombatSoldier_t41ACF46777292813C2AF8AF86D30C446A29188F0 : public NpcCombatAbstract_tA3FA66343610D8028B3042C9DB03E8606B9081AC
|
|
{
|
|
// UnityEngine.Animator NpcCombatSoldier::animator
|
|
Animator_t8A52E42AE54F76681838FE9E632683EF3952E883* ___animator_8;
|
|
// System.Single NpcCombatSoldier::cooldownTimeShoot
|
|
float ___cooldownTimeShoot_10;
|
|
// System.Single NpcCombatSoldier::nextTime
|
|
float ___nextTime_11;
|
|
// Zero.ExtGunBase NpcCombatSoldier::gun
|
|
ExtGunBase_t9706330BF6070A6D41F878663F99E9A060AF477C* ___gun_12;
|
|
// RootMotion.FinalIK.AimIK NpcCombatSoldier::aim
|
|
AimIK_t70D79BD6465E061CC1CAE09D26BEEEE454D15264* ___aim_13;
|
|
// UnityEngine.Transform NpcCombatSoldier::oldTransform
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___oldTransform_14;
|
|
// PlayerTargetPosition NpcCombatSoldier::playerTargetPosition
|
|
PlayerTargetPosition_t6894590E56669A98942B41E06C3DB37194CBD63C* ___playerTargetPosition_15;
|
|
};
|
|
|
|
// UnityEngine.UI.Selectable
|
|
struct Selectable_t3251808068A17B8E92FB33590A4C2FA66D456712 : public UIBehaviour_tB9D4295827BD2EEDEF0749200C6CA7090C742A9D
|
|
{
|
|
// System.Boolean UnityEngine.UI.Selectable::m_EnableCalled
|
|
bool ___m_EnableCalled_6;
|
|
// UnityEngine.UI.Navigation UnityEngine.UI.Selectable::m_Navigation
|
|
Navigation_t4D2E201D65749CF4E104E8AC1232CF1D6F14795C ___m_Navigation_7;
|
|
// UnityEngine.UI.Selectable/Transition UnityEngine.UI.Selectable::m_Transition
|
|
int32_t ___m_Transition_8;
|
|
// UnityEngine.UI.ColorBlock UnityEngine.UI.Selectable::m_Colors
|
|
ColorBlock_tDD7C62E7AFE442652FC98F8D058CE8AE6BFD7C11 ___m_Colors_9;
|
|
// UnityEngine.UI.SpriteState UnityEngine.UI.Selectable::m_SpriteState
|
|
SpriteState_tC8199570BE6337FB5C49347C97892B4222E5AACD ___m_SpriteState_10;
|
|
// UnityEngine.UI.AnimationTriggers UnityEngine.UI.Selectable::m_AnimationTriggers
|
|
AnimationTriggers_tA0DC06F89C5280C6DD972F6F4C8A56D7F4F79074* ___m_AnimationTriggers_11;
|
|
// System.Boolean UnityEngine.UI.Selectable::m_Interactable
|
|
bool ___m_Interactable_12;
|
|
// UnityEngine.UI.Graphic UnityEngine.UI.Selectable::m_TargetGraphic
|
|
Graphic_tCBFCA4585A19E2B75465AECFEAC43F4016BF7931* ___m_TargetGraphic_13;
|
|
// System.Boolean UnityEngine.UI.Selectable::m_GroupsAllowInteraction
|
|
bool ___m_GroupsAllowInteraction_14;
|
|
// System.Int32 UnityEngine.UI.Selectable::m_CurrentIndex
|
|
int32_t ___m_CurrentIndex_15;
|
|
// System.Boolean UnityEngine.UI.Selectable::<isPointerInside>k__BackingField
|
|
bool ___U3CisPointerInsideU3Ek__BackingField_16;
|
|
// System.Boolean UnityEngine.UI.Selectable::<isPointerDown>k__BackingField
|
|
bool ___U3CisPointerDownU3Ek__BackingField_17;
|
|
// System.Boolean UnityEngine.UI.Selectable::<hasSelection>k__BackingField
|
|
bool ___U3ChasSelectionU3Ek__BackingField_18;
|
|
// System.Collections.Generic.List`1<UnityEngine.CanvasGroup> UnityEngine.UI.Selectable::m_CanvasGroupCache
|
|
List_1_t2CDCA768E7F493F5EDEBC75AEB200FD621354E35* ___m_CanvasGroupCache_19;
|
|
};
|
|
|
|
// RootMotion.FinalIK.AimIK
|
|
struct AimIK_t70D79BD6465E061CC1CAE09D26BEEEE454D15264 : public IK_t8026AD64782C89DB3C8933F61F5E287C0542C4A1
|
|
{
|
|
// RootMotion.FinalIK.IKSolverAim RootMotion.FinalIK.AimIK::solver
|
|
IKSolverAim_tCA20C3F87AF8E71124E2CA17F9E5AAA2912B8789* ___solver_10;
|
|
};
|
|
|
|
// NodeCanvas.BehaviourTrees.BehaviourTreeOwner
|
|
struct BehaviourTreeOwner_tDAB46C0E4C6E3CCE1C266D358A11D49EE00F9E12 : public GraphOwner_1_tED619ED704A45FE35458F8BA898E8ED33DD376E7
|
|
{
|
|
};
|
|
|
|
// HurricaneVR.TechDemo.Scripts.DemoHolster
|
|
struct DemoHolster_tA7512D1D0C6D74DADAB6CCF64C6B7FD56C74DC25 : public HVRSocket_t863A2296A651DF5DF7F79E91E87DD1FA9C49C418
|
|
{
|
|
};
|
|
|
|
// HurricaneVR.TechDemo.Scripts.DemoPassthroughSocket
|
|
struct DemoPassthroughSocket_t24713938A3C6DCD858E22F671E74963B3274ADF3 : public HVRSocket_t863A2296A651DF5DF7F79E91E87DD1FA9C49C418
|
|
{
|
|
};
|
|
|
|
// HurricaneVR.TechDemo.Scripts.DemoSocketFilter
|
|
struct DemoSocketFilter_t23A24FE270D4CA08D26FE3A51E49FFD4B13213E7 : public HVREnumFlagsSocketFilter_1_t5BD870BE3A318344EBBBFABAA8BE91DF1CEFEB47
|
|
{
|
|
};
|
|
|
|
// HurricaneVR.TechDemo.Scripts.DemoSocketables
|
|
struct DemoSocketables_tCA4DDE3A29399721941785DC04B6DB2681FA5037 : public HVREnumFlagsSocketable_1_t06B6DC19FF7F059A014513E60461C9BD02E49BF9
|
|
{
|
|
};
|
|
|
|
// Zero.ExtGunBase
|
|
struct ExtGunBase_t9706330BF6070A6D41F878663F99E9A060AF477C : public HVRGunBase_t38023244180FDB31FB991F0878A57531605E2A6D
|
|
{
|
|
// System.Boolean Zero.ExtGunBase::smokeIsParticles
|
|
bool ___smokeIsParticles_64;
|
|
// UnityEngine.ParticleSystem Zero.ExtGunBase::smokeParticles
|
|
ParticleSystem_tB19986EE308BD63D36FB6025EEEAFBEDB97C67C1* ___smokeParticles_65;
|
|
// UnityEngine.Coroutine Zero.ExtGunBase::smokeToDisable
|
|
Coroutine_t85EA685566A254C23F3FD77AB5BDFFFF8799596B* ___smokeToDisable_66;
|
|
};
|
|
|
|
// UnityEngine.UI.MaskableGraphic
|
|
struct MaskableGraphic_tFC5B6BE351C90DE53744DF2A70940242774B361E : public Graphic_tCBFCA4585A19E2B75465AECFEAC43F4016BF7931
|
|
{
|
|
// System.Boolean UnityEngine.UI.MaskableGraphic::m_ShouldRecalculateStencil
|
|
bool ___m_ShouldRecalculateStencil_27;
|
|
// UnityEngine.Material UnityEngine.UI.MaskableGraphic::m_MaskMaterial
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___m_MaskMaterial_28;
|
|
// UnityEngine.UI.RectMask2D UnityEngine.UI.MaskableGraphic::m_ParentMask
|
|
RectMask2D_tACF92BE999C791A665BD1ADEABF5BCEB82846670* ___m_ParentMask_29;
|
|
// System.Boolean UnityEngine.UI.MaskableGraphic::m_Maskable
|
|
bool ___m_Maskable_30;
|
|
// System.Boolean UnityEngine.UI.MaskableGraphic::m_IsMaskingGraphic
|
|
bool ___m_IsMaskingGraphic_31;
|
|
// System.Boolean UnityEngine.UI.MaskableGraphic::m_IncludeForMasking
|
|
bool ___m_IncludeForMasking_32;
|
|
// UnityEngine.UI.MaskableGraphic/CullStateChangedEvent UnityEngine.UI.MaskableGraphic::m_OnCullStateChanged
|
|
CullStateChangedEvent_t6073CD0D951EC1256BF74B8F9107D68FC89B99B8* ___m_OnCullStateChanged_33;
|
|
// System.Boolean UnityEngine.UI.MaskableGraphic::m_ShouldRecalculate
|
|
bool ___m_ShouldRecalculate_34;
|
|
// System.Int32 UnityEngine.UI.MaskableGraphic::m_StencilValue
|
|
int32_t ___m_StencilValue_35;
|
|
// UnityEngine.Vector3[] UnityEngine.UI.MaskableGraphic::m_Corners
|
|
Vector3U5BU5D_tFF1859CCE176131B909E2044F76443064254679C* ___m_Corners_36;
|
|
};
|
|
|
|
// UnityEngine.UI.Slider
|
|
struct Slider_t87EA570E3D6556CABF57456C2F3873FFD86E652F : public Selectable_t3251808068A17B8E92FB33590A4C2FA66D456712
|
|
{
|
|
// UnityEngine.RectTransform UnityEngine.UI.Slider::m_FillRect
|
|
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* ___m_FillRect_20;
|
|
// UnityEngine.RectTransform UnityEngine.UI.Slider::m_HandleRect
|
|
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* ___m_HandleRect_21;
|
|
// UnityEngine.UI.Slider/Direction UnityEngine.UI.Slider::m_Direction
|
|
int32_t ___m_Direction_22;
|
|
// System.Single UnityEngine.UI.Slider::m_MinValue
|
|
float ___m_MinValue_23;
|
|
// System.Single UnityEngine.UI.Slider::m_MaxValue
|
|
float ___m_MaxValue_24;
|
|
// System.Boolean UnityEngine.UI.Slider::m_WholeNumbers
|
|
bool ___m_WholeNumbers_25;
|
|
// System.Single UnityEngine.UI.Slider::m_Value
|
|
float ___m_Value_26;
|
|
// UnityEngine.UI.Slider/SliderEvent UnityEngine.UI.Slider::m_OnValueChanged
|
|
SliderEvent_t92A82EF6C62E15AF92B640FE2D960E877E8C6555* ___m_OnValueChanged_27;
|
|
// UnityEngine.UI.Image UnityEngine.UI.Slider::m_FillImage
|
|
Image_tBC1D03F63BF71132E9A5E472B8742F172A011E7E* ___m_FillImage_28;
|
|
// UnityEngine.Transform UnityEngine.UI.Slider::m_FillTransform
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___m_FillTransform_29;
|
|
// UnityEngine.RectTransform UnityEngine.UI.Slider::m_FillContainerRect
|
|
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* ___m_FillContainerRect_30;
|
|
// UnityEngine.Transform UnityEngine.UI.Slider::m_HandleTransform
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___m_HandleTransform_31;
|
|
// UnityEngine.RectTransform UnityEngine.UI.Slider::m_HandleContainerRect
|
|
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* ___m_HandleContainerRect_32;
|
|
// UnityEngine.Vector2 UnityEngine.UI.Slider::m_Offset
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___m_Offset_33;
|
|
// UnityEngine.DrivenRectTransformTracker UnityEngine.UI.Slider::m_Tracker
|
|
DrivenRectTransformTracker_tFB0706C933E3C68E4F377C204FCEEF091F1EE0B1 ___m_Tracker_34;
|
|
// System.Boolean UnityEngine.UI.Slider::m_DelayedUpdateVisuals
|
|
bool ___m_DelayedUpdateVisuals_35;
|
|
};
|
|
|
|
// UnityEngine.UI.Toggle
|
|
struct Toggle_tBF13F3EBA485E06826FD8A38F4B4C1380DF21A1F : public Selectable_t3251808068A17B8E92FB33590A4C2FA66D456712
|
|
{
|
|
// UnityEngine.UI.Toggle/ToggleTransition UnityEngine.UI.Toggle::toggleTransition
|
|
int32_t ___toggleTransition_20;
|
|
// UnityEngine.UI.Graphic UnityEngine.UI.Toggle::graphic
|
|
Graphic_tCBFCA4585A19E2B75465AECFEAC43F4016BF7931* ___graphic_21;
|
|
// UnityEngine.UI.ToggleGroup UnityEngine.UI.Toggle::m_Group
|
|
ToggleGroup_tF2E6FE7D4B17BDBF82462715CFB57C4FDE0A2A2C* ___m_Group_22;
|
|
// UnityEngine.UI.Toggle/ToggleEvent UnityEngine.UI.Toggle::onValueChanged
|
|
ToggleEvent_t88B31268F9D6D1882E4F921B14704FB9F7047F02* ___onValueChanged_23;
|
|
// System.Boolean UnityEngine.UI.Toggle::m_IsOn
|
|
bool ___m_IsOn_24;
|
|
};
|
|
|
|
// TMPro.TMP_Text
|
|
struct TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9 : public MaskableGraphic_tFC5B6BE351C90DE53744DF2A70940242774B361E
|
|
{
|
|
// System.String TMPro.TMP_Text::m_text
|
|
String_t* ___m_text_37;
|
|
// System.Boolean TMPro.TMP_Text::m_IsTextBackingStringDirty
|
|
bool ___m_IsTextBackingStringDirty_38;
|
|
// TMPro.ITextPreprocessor TMPro.TMP_Text::m_TextPreprocessor
|
|
RuntimeObject* ___m_TextPreprocessor_39;
|
|
// System.Boolean TMPro.TMP_Text::m_isRightToLeft
|
|
bool ___m_isRightToLeft_40;
|
|
// TMPro.TMP_FontAsset TMPro.TMP_Text::m_fontAsset
|
|
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* ___m_fontAsset_41;
|
|
// TMPro.TMP_FontAsset TMPro.TMP_Text::m_currentFontAsset
|
|
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* ___m_currentFontAsset_42;
|
|
// System.Boolean TMPro.TMP_Text::m_isSDFShader
|
|
bool ___m_isSDFShader_43;
|
|
// UnityEngine.Material TMPro.TMP_Text::m_sharedMaterial
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___m_sharedMaterial_44;
|
|
// UnityEngine.Material TMPro.TMP_Text::m_currentMaterial
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___m_currentMaterial_45;
|
|
// System.Int32 TMPro.TMP_Text::m_currentMaterialIndex
|
|
int32_t ___m_currentMaterialIndex_49;
|
|
// UnityEngine.Material[] TMPro.TMP_Text::m_fontSharedMaterials
|
|
MaterialU5BU5D_t2B1D11C42DB07A4400C0535F92DBB87A2E346D3D* ___m_fontSharedMaterials_50;
|
|
// UnityEngine.Material TMPro.TMP_Text::m_fontMaterial
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___m_fontMaterial_51;
|
|
// UnityEngine.Material[] TMPro.TMP_Text::m_fontMaterials
|
|
MaterialU5BU5D_t2B1D11C42DB07A4400C0535F92DBB87A2E346D3D* ___m_fontMaterials_52;
|
|
// System.Boolean TMPro.TMP_Text::m_isMaterialDirty
|
|
bool ___m_isMaterialDirty_53;
|
|
// UnityEngine.Color32 TMPro.TMP_Text::m_fontColor32
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___m_fontColor32_54;
|
|
// UnityEngine.Color TMPro.TMP_Text::m_fontColor
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___m_fontColor_55;
|
|
// UnityEngine.Color32 TMPro.TMP_Text::m_underlineColor
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___m_underlineColor_57;
|
|
// UnityEngine.Color32 TMPro.TMP_Text::m_strikethroughColor
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___m_strikethroughColor_58;
|
|
// System.Boolean TMPro.TMP_Text::m_enableVertexGradient
|
|
bool ___m_enableVertexGradient_59;
|
|
// TMPro.ColorMode TMPro.TMP_Text::m_colorMode
|
|
int32_t ___m_colorMode_60;
|
|
// TMPro.VertexGradient TMPro.TMP_Text::m_fontColorGradient
|
|
VertexGradient_t2C057B53C0EA6E987C2B7BAB0305E686DA1C9A8F ___m_fontColorGradient_61;
|
|
// TMPro.TMP_ColorGradient TMPro.TMP_Text::m_fontColorGradientPreset
|
|
TMP_ColorGradient_t17B51752B4E9499A1FF7D875DCEC1D15A0F4AEBB* ___m_fontColorGradientPreset_62;
|
|
// TMPro.TMP_SpriteAsset TMPro.TMP_Text::m_spriteAsset
|
|
TMP_SpriteAsset_t81F779E6F705CE190DC0D1F93A954CB8B1774B39* ___m_spriteAsset_63;
|
|
// System.Boolean TMPro.TMP_Text::m_tintAllSprites
|
|
bool ___m_tintAllSprites_64;
|
|
// System.Boolean TMPro.TMP_Text::m_tintSprite
|
|
bool ___m_tintSprite_65;
|
|
// UnityEngine.Color32 TMPro.TMP_Text::m_spriteColor
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___m_spriteColor_66;
|
|
// TMPro.TMP_StyleSheet TMPro.TMP_Text::m_StyleSheet
|
|
TMP_StyleSheet_t70C71699F5CB2D855C361DBB78A44C901236C859* ___m_StyleSheet_67;
|
|
// TMPro.TMP_Style TMPro.TMP_Text::m_TextStyle
|
|
TMP_Style_tA9E5B1B35EBFE24EF980CEA03251B638282E120C* ___m_TextStyle_68;
|
|
// System.Int32 TMPro.TMP_Text::m_TextStyleHashCode
|
|
int32_t ___m_TextStyleHashCode_69;
|
|
// System.Boolean TMPro.TMP_Text::m_overrideHtmlColors
|
|
bool ___m_overrideHtmlColors_70;
|
|
// UnityEngine.Color32 TMPro.TMP_Text::m_faceColor
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___m_faceColor_71;
|
|
// UnityEngine.Color32 TMPro.TMP_Text::m_outlineColor
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___m_outlineColor_72;
|
|
// System.Single TMPro.TMP_Text::m_outlineWidth
|
|
float ___m_outlineWidth_73;
|
|
// System.Single TMPro.TMP_Text::m_fontSize
|
|
float ___m_fontSize_74;
|
|
// System.Single TMPro.TMP_Text::m_currentFontSize
|
|
float ___m_currentFontSize_75;
|
|
// System.Single TMPro.TMP_Text::m_fontSizeBase
|
|
float ___m_fontSizeBase_76;
|
|
// TMPro.TMP_TextProcessingStack`1<System.Single> TMPro.TMP_Text::m_sizeStack
|
|
TMP_TextProcessingStack_1_t138EC06BE7F101AA0A3C8D2DC951E55AACE085E9 ___m_sizeStack_77;
|
|
// TMPro.FontWeight TMPro.TMP_Text::m_fontWeight
|
|
int32_t ___m_fontWeight_78;
|
|
// TMPro.FontWeight TMPro.TMP_Text::m_FontWeightInternal
|
|
int32_t ___m_FontWeightInternal_79;
|
|
// TMPro.TMP_TextProcessingStack`1<TMPro.FontWeight> TMPro.TMP_Text::m_FontWeightStack
|
|
TMP_TextProcessingStack_1_tA5C8CED87DD9E73F6359E23B334FFB5B6F813FD4 ___m_FontWeightStack_80;
|
|
// System.Boolean TMPro.TMP_Text::m_enableAutoSizing
|
|
bool ___m_enableAutoSizing_81;
|
|
// System.Single TMPro.TMP_Text::m_maxFontSize
|
|
float ___m_maxFontSize_82;
|
|
// System.Single TMPro.TMP_Text::m_minFontSize
|
|
float ___m_minFontSize_83;
|
|
// System.Int32 TMPro.TMP_Text::m_AutoSizeIterationCount
|
|
int32_t ___m_AutoSizeIterationCount_84;
|
|
// System.Int32 TMPro.TMP_Text::m_AutoSizeMaxIterationCount
|
|
int32_t ___m_AutoSizeMaxIterationCount_85;
|
|
// System.Boolean TMPro.TMP_Text::m_IsAutoSizePointSizeSet
|
|
bool ___m_IsAutoSizePointSizeSet_86;
|
|
// System.Single TMPro.TMP_Text::m_fontSizeMin
|
|
float ___m_fontSizeMin_87;
|
|
// System.Single TMPro.TMP_Text::m_fontSizeMax
|
|
float ___m_fontSizeMax_88;
|
|
// TMPro.FontStyles TMPro.TMP_Text::m_fontStyle
|
|
int32_t ___m_fontStyle_89;
|
|
// TMPro.FontStyles TMPro.TMP_Text::m_FontStyleInternal
|
|
int32_t ___m_FontStyleInternal_90;
|
|
// TMPro.TMP_FontStyleStack TMPro.TMP_Text::m_fontStyleStack
|
|
TMP_FontStyleStack_t52885F172FADBC21346C835B5302167BDA8020DC ___m_fontStyleStack_91;
|
|
// System.Boolean TMPro.TMP_Text::m_isUsingBold
|
|
bool ___m_isUsingBold_92;
|
|
// TMPro.HorizontalAlignmentOptions TMPro.TMP_Text::m_HorizontalAlignment
|
|
int32_t ___m_HorizontalAlignment_93;
|
|
// TMPro.VerticalAlignmentOptions TMPro.TMP_Text::m_VerticalAlignment
|
|
int32_t ___m_VerticalAlignment_94;
|
|
// TMPro.TextAlignmentOptions TMPro.TMP_Text::m_textAlignment
|
|
int32_t ___m_textAlignment_95;
|
|
// TMPro.HorizontalAlignmentOptions TMPro.TMP_Text::m_lineJustification
|
|
int32_t ___m_lineJustification_96;
|
|
// TMPro.TMP_TextProcessingStack`1<TMPro.HorizontalAlignmentOptions> TMPro.TMP_Text::m_lineJustificationStack
|
|
TMP_TextProcessingStack_1_t243EA1B5D7FD2295D6533B953F0BBE8F52EFB8A0 ___m_lineJustificationStack_97;
|
|
// UnityEngine.Vector3[] TMPro.TMP_Text::m_textContainerLocalCorners
|
|
Vector3U5BU5D_tFF1859CCE176131B909E2044F76443064254679C* ___m_textContainerLocalCorners_98;
|
|
// System.Single TMPro.TMP_Text::m_characterSpacing
|
|
float ___m_characterSpacing_99;
|
|
// System.Single TMPro.TMP_Text::m_cSpacing
|
|
float ___m_cSpacing_100;
|
|
// System.Single TMPro.TMP_Text::m_monoSpacing
|
|
float ___m_monoSpacing_101;
|
|
// System.Single TMPro.TMP_Text::m_wordSpacing
|
|
float ___m_wordSpacing_102;
|
|
// System.Single TMPro.TMP_Text::m_lineSpacing
|
|
float ___m_lineSpacing_103;
|
|
// System.Single TMPro.TMP_Text::m_lineSpacingDelta
|
|
float ___m_lineSpacingDelta_104;
|
|
// System.Single TMPro.TMP_Text::m_lineHeight
|
|
float ___m_lineHeight_105;
|
|
// System.Boolean TMPro.TMP_Text::m_IsDrivenLineSpacing
|
|
bool ___m_IsDrivenLineSpacing_106;
|
|
// System.Single TMPro.TMP_Text::m_lineSpacingMax
|
|
float ___m_lineSpacingMax_107;
|
|
// System.Single TMPro.TMP_Text::m_paragraphSpacing
|
|
float ___m_paragraphSpacing_108;
|
|
// System.Single TMPro.TMP_Text::m_charWidthMaxAdj
|
|
float ___m_charWidthMaxAdj_109;
|
|
// System.Single TMPro.TMP_Text::m_charWidthAdjDelta
|
|
float ___m_charWidthAdjDelta_110;
|
|
// System.Boolean TMPro.TMP_Text::m_enableWordWrapping
|
|
bool ___m_enableWordWrapping_111;
|
|
// System.Boolean TMPro.TMP_Text::m_isCharacterWrappingEnabled
|
|
bool ___m_isCharacterWrappingEnabled_112;
|
|
// System.Boolean TMPro.TMP_Text::m_isNonBreakingSpace
|
|
bool ___m_isNonBreakingSpace_113;
|
|
// System.Boolean TMPro.TMP_Text::m_isIgnoringAlignment
|
|
bool ___m_isIgnoringAlignment_114;
|
|
// System.Single TMPro.TMP_Text::m_wordWrappingRatios
|
|
float ___m_wordWrappingRatios_115;
|
|
// TMPro.TextOverflowModes TMPro.TMP_Text::m_overflowMode
|
|
int32_t ___m_overflowMode_116;
|
|
// System.Int32 TMPro.TMP_Text::m_firstOverflowCharacterIndex
|
|
int32_t ___m_firstOverflowCharacterIndex_117;
|
|
// TMPro.TMP_Text TMPro.TMP_Text::m_linkedTextComponent
|
|
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* ___m_linkedTextComponent_118;
|
|
// TMPro.TMP_Text TMPro.TMP_Text::parentLinkedComponent
|
|
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* ___parentLinkedComponent_119;
|
|
// System.Boolean TMPro.TMP_Text::m_isTextTruncated
|
|
bool ___m_isTextTruncated_120;
|
|
// System.Boolean TMPro.TMP_Text::m_enableKerning
|
|
bool ___m_enableKerning_121;
|
|
// System.Single TMPro.TMP_Text::m_GlyphHorizontalAdvanceAdjustment
|
|
float ___m_GlyphHorizontalAdvanceAdjustment_122;
|
|
// System.Boolean TMPro.TMP_Text::m_enableExtraPadding
|
|
bool ___m_enableExtraPadding_123;
|
|
// System.Boolean TMPro.TMP_Text::checkPaddingRequired
|
|
bool ___checkPaddingRequired_124;
|
|
// System.Boolean TMPro.TMP_Text::m_isRichText
|
|
bool ___m_isRichText_125;
|
|
// System.Boolean TMPro.TMP_Text::m_parseCtrlCharacters
|
|
bool ___m_parseCtrlCharacters_126;
|
|
// System.Boolean TMPro.TMP_Text::m_isOverlay
|
|
bool ___m_isOverlay_127;
|
|
// System.Boolean TMPro.TMP_Text::m_isOrthographic
|
|
bool ___m_isOrthographic_128;
|
|
// System.Boolean TMPro.TMP_Text::m_isCullingEnabled
|
|
bool ___m_isCullingEnabled_129;
|
|
// System.Boolean TMPro.TMP_Text::m_isMaskingEnabled
|
|
bool ___m_isMaskingEnabled_130;
|
|
// System.Boolean TMPro.TMP_Text::isMaskUpdateRequired
|
|
bool ___isMaskUpdateRequired_131;
|
|
// System.Boolean TMPro.TMP_Text::m_ignoreCulling
|
|
bool ___m_ignoreCulling_132;
|
|
// TMPro.TextureMappingOptions TMPro.TMP_Text::m_horizontalMapping
|
|
int32_t ___m_horizontalMapping_133;
|
|
// TMPro.TextureMappingOptions TMPro.TMP_Text::m_verticalMapping
|
|
int32_t ___m_verticalMapping_134;
|
|
// System.Single TMPro.TMP_Text::m_uvLineOffset
|
|
float ___m_uvLineOffset_135;
|
|
// TMPro.TextRenderFlags TMPro.TMP_Text::m_renderMode
|
|
int32_t ___m_renderMode_136;
|
|
// TMPro.VertexSortingOrder TMPro.TMP_Text::m_geometrySortingOrder
|
|
int32_t ___m_geometrySortingOrder_137;
|
|
// System.Boolean TMPro.TMP_Text::m_IsTextObjectScaleStatic
|
|
bool ___m_IsTextObjectScaleStatic_138;
|
|
// System.Boolean TMPro.TMP_Text::m_VertexBufferAutoSizeReduction
|
|
bool ___m_VertexBufferAutoSizeReduction_139;
|
|
// System.Int32 TMPro.TMP_Text::m_firstVisibleCharacter
|
|
int32_t ___m_firstVisibleCharacter_140;
|
|
// System.Int32 TMPro.TMP_Text::m_maxVisibleCharacters
|
|
int32_t ___m_maxVisibleCharacters_141;
|
|
// System.Int32 TMPro.TMP_Text::m_maxVisibleWords
|
|
int32_t ___m_maxVisibleWords_142;
|
|
// System.Int32 TMPro.TMP_Text::m_maxVisibleLines
|
|
int32_t ___m_maxVisibleLines_143;
|
|
// System.Boolean TMPro.TMP_Text::m_useMaxVisibleDescender
|
|
bool ___m_useMaxVisibleDescender_144;
|
|
// System.Int32 TMPro.TMP_Text::m_pageToDisplay
|
|
int32_t ___m_pageToDisplay_145;
|
|
// System.Boolean TMPro.TMP_Text::m_isNewPage
|
|
bool ___m_isNewPage_146;
|
|
// UnityEngine.Vector4 TMPro.TMP_Text::m_margin
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___m_margin_147;
|
|
// System.Single TMPro.TMP_Text::m_marginLeft
|
|
float ___m_marginLeft_148;
|
|
// System.Single TMPro.TMP_Text::m_marginRight
|
|
float ___m_marginRight_149;
|
|
// System.Single TMPro.TMP_Text::m_marginWidth
|
|
float ___m_marginWidth_150;
|
|
// System.Single TMPro.TMP_Text::m_marginHeight
|
|
float ___m_marginHeight_151;
|
|
// System.Single TMPro.TMP_Text::m_width
|
|
float ___m_width_152;
|
|
// TMPro.TMP_TextInfo TMPro.TMP_Text::m_textInfo
|
|
TMP_TextInfo_t09A8E906329422C3F0C059876801DD695B8D524D* ___m_textInfo_153;
|
|
// System.Boolean TMPro.TMP_Text::m_havePropertiesChanged
|
|
bool ___m_havePropertiesChanged_154;
|
|
// System.Boolean TMPro.TMP_Text::m_isUsingLegacyAnimationComponent
|
|
bool ___m_isUsingLegacyAnimationComponent_155;
|
|
// UnityEngine.Transform TMPro.TMP_Text::m_transform
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___m_transform_156;
|
|
// UnityEngine.RectTransform TMPro.TMP_Text::m_rectTransform
|
|
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* ___m_rectTransform_157;
|
|
// UnityEngine.Vector2 TMPro.TMP_Text::m_PreviousRectTransformSize
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___m_PreviousRectTransformSize_158;
|
|
// UnityEngine.Vector2 TMPro.TMP_Text::m_PreviousPivotPosition
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___m_PreviousPivotPosition_159;
|
|
// System.Boolean TMPro.TMP_Text::<autoSizeTextContainer>k__BackingField
|
|
bool ___U3CautoSizeTextContainerU3Ek__BackingField_160;
|
|
// System.Boolean TMPro.TMP_Text::m_autoSizeTextContainer
|
|
bool ___m_autoSizeTextContainer_161;
|
|
// UnityEngine.Mesh TMPro.TMP_Text::m_mesh
|
|
Mesh_t6D9C539763A09BC2B12AEAEF36F6DFFC98AE63D4* ___m_mesh_162;
|
|
// System.Boolean TMPro.TMP_Text::m_isVolumetricText
|
|
bool ___m_isVolumetricText_163;
|
|
// System.Action`1<TMPro.TMP_TextInfo> TMPro.TMP_Text::OnPreRenderText
|
|
Action_1_tB93AB717F9D419A1BEC832FF76E74EAA32184CC1* ___OnPreRenderText_166;
|
|
// TMPro.TMP_SpriteAnimator TMPro.TMP_Text::m_spriteAnimator
|
|
TMP_SpriteAnimator_t2E0F016A61CA343E3222FF51E7CF0E53F9F256E4* ___m_spriteAnimator_167;
|
|
// System.Single TMPro.TMP_Text::m_flexibleHeight
|
|
float ___m_flexibleHeight_168;
|
|
// System.Single TMPro.TMP_Text::m_flexibleWidth
|
|
float ___m_flexibleWidth_169;
|
|
// System.Single TMPro.TMP_Text::m_minWidth
|
|
float ___m_minWidth_170;
|
|
// System.Single TMPro.TMP_Text::m_minHeight
|
|
float ___m_minHeight_171;
|
|
// System.Single TMPro.TMP_Text::m_maxWidth
|
|
float ___m_maxWidth_172;
|
|
// System.Single TMPro.TMP_Text::m_maxHeight
|
|
float ___m_maxHeight_173;
|
|
// UnityEngine.UI.LayoutElement TMPro.TMP_Text::m_LayoutElement
|
|
LayoutElement_tB1F24CC11AF4AA87015C8D8EE06D22349C5BF40A* ___m_LayoutElement_174;
|
|
// System.Single TMPro.TMP_Text::m_preferredWidth
|
|
float ___m_preferredWidth_175;
|
|
// System.Single TMPro.TMP_Text::m_renderedWidth
|
|
float ___m_renderedWidth_176;
|
|
// System.Boolean TMPro.TMP_Text::m_isPreferredWidthDirty
|
|
bool ___m_isPreferredWidthDirty_177;
|
|
// System.Single TMPro.TMP_Text::m_preferredHeight
|
|
float ___m_preferredHeight_178;
|
|
// System.Single TMPro.TMP_Text::m_renderedHeight
|
|
float ___m_renderedHeight_179;
|
|
// System.Boolean TMPro.TMP_Text::m_isPreferredHeightDirty
|
|
bool ___m_isPreferredHeightDirty_180;
|
|
// System.Boolean TMPro.TMP_Text::m_isCalculatingPreferredValues
|
|
bool ___m_isCalculatingPreferredValues_181;
|
|
// System.Int32 TMPro.TMP_Text::m_layoutPriority
|
|
int32_t ___m_layoutPriority_182;
|
|
// System.Boolean TMPro.TMP_Text::m_isLayoutDirty
|
|
bool ___m_isLayoutDirty_183;
|
|
// System.Boolean TMPro.TMP_Text::m_isAwake
|
|
bool ___m_isAwake_184;
|
|
// System.Boolean TMPro.TMP_Text::m_isWaitingOnResourceLoad
|
|
bool ___m_isWaitingOnResourceLoad_185;
|
|
// TMPro.TMP_Text/TextInputSources TMPro.TMP_Text::m_inputSource
|
|
int32_t ___m_inputSource_186;
|
|
// System.Single TMPro.TMP_Text::m_fontScaleMultiplier
|
|
float ___m_fontScaleMultiplier_187;
|
|
// System.Single TMPro.TMP_Text::tag_LineIndent
|
|
float ___tag_LineIndent_191;
|
|
// System.Single TMPro.TMP_Text::tag_Indent
|
|
float ___tag_Indent_192;
|
|
// TMPro.TMP_TextProcessingStack`1<System.Single> TMPro.TMP_Text::m_indentStack
|
|
TMP_TextProcessingStack_1_t138EC06BE7F101AA0A3C8D2DC951E55AACE085E9 ___m_indentStack_193;
|
|
// System.Boolean TMPro.TMP_Text::tag_NoParsing
|
|
bool ___tag_NoParsing_194;
|
|
// System.Boolean TMPro.TMP_Text::m_isParsingText
|
|
bool ___m_isParsingText_195;
|
|
// UnityEngine.Matrix4x4 TMPro.TMP_Text::m_FXMatrix
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___m_FXMatrix_196;
|
|
// System.Boolean TMPro.TMP_Text::m_isFXMatrixSet
|
|
bool ___m_isFXMatrixSet_197;
|
|
// TMPro.TMP_Text/UnicodeChar[] TMPro.TMP_Text::m_TextProcessingArray
|
|
UnicodeCharU5BU5D_t67F27D09F8EB28D2C42DFF16FE60054F157012F5* ___m_TextProcessingArray_198;
|
|
// System.Int32 TMPro.TMP_Text::m_InternalTextProcessingArraySize
|
|
int32_t ___m_InternalTextProcessingArraySize_199;
|
|
// TMPro.TMP_CharacterInfo[] TMPro.TMP_Text::m_internalCharacterInfo
|
|
TMP_CharacterInfoU5BU5D_t297D56FCF66DAA99D8FEA7C30F9F3926902C5B99* ___m_internalCharacterInfo_200;
|
|
// System.Int32 TMPro.TMP_Text::m_totalCharacterCount
|
|
int32_t ___m_totalCharacterCount_201;
|
|
// System.Int32 TMPro.TMP_Text::m_characterCount
|
|
int32_t ___m_characterCount_208;
|
|
// System.Int32 TMPro.TMP_Text::m_firstCharacterOfLine
|
|
int32_t ___m_firstCharacterOfLine_209;
|
|
// System.Int32 TMPro.TMP_Text::m_firstVisibleCharacterOfLine
|
|
int32_t ___m_firstVisibleCharacterOfLine_210;
|
|
// System.Int32 TMPro.TMP_Text::m_lastCharacterOfLine
|
|
int32_t ___m_lastCharacterOfLine_211;
|
|
// System.Int32 TMPro.TMP_Text::m_lastVisibleCharacterOfLine
|
|
int32_t ___m_lastVisibleCharacterOfLine_212;
|
|
// System.Int32 TMPro.TMP_Text::m_lineNumber
|
|
int32_t ___m_lineNumber_213;
|
|
// System.Int32 TMPro.TMP_Text::m_lineVisibleCharacterCount
|
|
int32_t ___m_lineVisibleCharacterCount_214;
|
|
// System.Int32 TMPro.TMP_Text::m_pageNumber
|
|
int32_t ___m_pageNumber_215;
|
|
// System.Single TMPro.TMP_Text::m_PageAscender
|
|
float ___m_PageAscender_216;
|
|
// System.Single TMPro.TMP_Text::m_maxTextAscender
|
|
float ___m_maxTextAscender_217;
|
|
// System.Single TMPro.TMP_Text::m_maxCapHeight
|
|
float ___m_maxCapHeight_218;
|
|
// System.Single TMPro.TMP_Text::m_ElementAscender
|
|
float ___m_ElementAscender_219;
|
|
// System.Single TMPro.TMP_Text::m_ElementDescender
|
|
float ___m_ElementDescender_220;
|
|
// System.Single TMPro.TMP_Text::m_maxLineAscender
|
|
float ___m_maxLineAscender_221;
|
|
// System.Single TMPro.TMP_Text::m_maxLineDescender
|
|
float ___m_maxLineDescender_222;
|
|
// System.Single TMPro.TMP_Text::m_startOfLineAscender
|
|
float ___m_startOfLineAscender_223;
|
|
// System.Single TMPro.TMP_Text::m_startOfLineDescender
|
|
float ___m_startOfLineDescender_224;
|
|
// System.Single TMPro.TMP_Text::m_lineOffset
|
|
float ___m_lineOffset_225;
|
|
// TMPro.Extents TMPro.TMP_Text::m_meshExtents
|
|
Extents_tA2D2F95811D0A18CB7AC3570D2D8F8CD3AF4C4A8 ___m_meshExtents_226;
|
|
// UnityEngine.Color32 TMPro.TMP_Text::m_htmlColor
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___m_htmlColor_227;
|
|
// TMPro.TMP_TextProcessingStack`1<UnityEngine.Color32> TMPro.TMP_Text::m_colorStack
|
|
TMP_TextProcessingStack_1_tF2CD5BE59E5EB22EA9E3EE3043A004EA918C4BB3 ___m_colorStack_228;
|
|
// TMPro.TMP_TextProcessingStack`1<UnityEngine.Color32> TMPro.TMP_Text::m_underlineColorStack
|
|
TMP_TextProcessingStack_1_tF2CD5BE59E5EB22EA9E3EE3043A004EA918C4BB3 ___m_underlineColorStack_229;
|
|
// TMPro.TMP_TextProcessingStack`1<UnityEngine.Color32> TMPro.TMP_Text::m_strikethroughColorStack
|
|
TMP_TextProcessingStack_1_tF2CD5BE59E5EB22EA9E3EE3043A004EA918C4BB3 ___m_strikethroughColorStack_230;
|
|
// TMPro.TMP_TextProcessingStack`1<TMPro.HighlightState> TMPro.TMP_Text::m_HighlightStateStack
|
|
TMP_TextProcessingStack_1_t57AECDCC936A7FF1D6CF66CA11560B28A675648D ___m_HighlightStateStack_231;
|
|
// TMPro.TMP_ColorGradient TMPro.TMP_Text::m_colorGradientPreset
|
|
TMP_ColorGradient_t17B51752B4E9499A1FF7D875DCEC1D15A0F4AEBB* ___m_colorGradientPreset_232;
|
|
// TMPro.TMP_TextProcessingStack`1<TMPro.TMP_ColorGradient> TMPro.TMP_Text::m_colorGradientStack
|
|
TMP_TextProcessingStack_1_tC8FAEB17246D3B171EFD11165A5761AE39B40D0C ___m_colorGradientStack_233;
|
|
// System.Boolean TMPro.TMP_Text::m_colorGradientPresetIsTinted
|
|
bool ___m_colorGradientPresetIsTinted_234;
|
|
// System.Single TMPro.TMP_Text::m_tabSpacing
|
|
float ___m_tabSpacing_235;
|
|
// System.Single TMPro.TMP_Text::m_spacing
|
|
float ___m_spacing_236;
|
|
// TMPro.TMP_TextProcessingStack`1<System.Int32>[] TMPro.TMP_Text::m_TextStyleStacks
|
|
TMP_TextProcessingStack_1U5BU5D_t08293E0BB072311BB96170F351D1083BCA97B9B2* ___m_TextStyleStacks_237;
|
|
// System.Int32 TMPro.TMP_Text::m_TextStyleStackDepth
|
|
int32_t ___m_TextStyleStackDepth_238;
|
|
// TMPro.TMP_TextProcessingStack`1<System.Int32> TMPro.TMP_Text::m_ItalicAngleStack
|
|
TMP_TextProcessingStack_1_tFBA719426D68CE1F2B5849D97AF5E5D65846290C ___m_ItalicAngleStack_239;
|
|
// System.Int32 TMPro.TMP_Text::m_ItalicAngle
|
|
int32_t ___m_ItalicAngle_240;
|
|
// TMPro.TMP_TextProcessingStack`1<System.Int32> TMPro.TMP_Text::m_actionStack
|
|
TMP_TextProcessingStack_1_tFBA719426D68CE1F2B5849D97AF5E5D65846290C ___m_actionStack_241;
|
|
// System.Single TMPro.TMP_Text::m_padding
|
|
float ___m_padding_242;
|
|
// System.Single TMPro.TMP_Text::m_baselineOffset
|
|
float ___m_baselineOffset_243;
|
|
// TMPro.TMP_TextProcessingStack`1<System.Single> TMPro.TMP_Text::m_baselineOffsetStack
|
|
TMP_TextProcessingStack_1_t138EC06BE7F101AA0A3C8D2DC951E55AACE085E9 ___m_baselineOffsetStack_244;
|
|
// System.Single TMPro.TMP_Text::m_xAdvance
|
|
float ___m_xAdvance_245;
|
|
// TMPro.TMP_TextElementType TMPro.TMP_Text::m_textElementType
|
|
int32_t ___m_textElementType_246;
|
|
// TMPro.TMP_TextElement TMPro.TMP_Text::m_cached_TextElement
|
|
TMP_TextElement_t262A55214F712D4274485ABE5676E5254B84D0A5* ___m_cached_TextElement_247;
|
|
// TMPro.TMP_Text/SpecialCharacter TMPro.TMP_Text::m_Ellipsis
|
|
SpecialCharacter_t6C1DBE8C490706D1620899BAB7F0B8091AD26777 ___m_Ellipsis_248;
|
|
// TMPro.TMP_Text/SpecialCharacter TMPro.TMP_Text::m_Underline
|
|
SpecialCharacter_t6C1DBE8C490706D1620899BAB7F0B8091AD26777 ___m_Underline_249;
|
|
// TMPro.TMP_SpriteAsset TMPro.TMP_Text::m_defaultSpriteAsset
|
|
TMP_SpriteAsset_t81F779E6F705CE190DC0D1F93A954CB8B1774B39* ___m_defaultSpriteAsset_250;
|
|
// TMPro.TMP_SpriteAsset TMPro.TMP_Text::m_currentSpriteAsset
|
|
TMP_SpriteAsset_t81F779E6F705CE190DC0D1F93A954CB8B1774B39* ___m_currentSpriteAsset_251;
|
|
// System.Int32 TMPro.TMP_Text::m_spriteCount
|
|
int32_t ___m_spriteCount_252;
|
|
// System.Int32 TMPro.TMP_Text::m_spriteIndex
|
|
int32_t ___m_spriteIndex_253;
|
|
// System.Int32 TMPro.TMP_Text::m_spriteAnimationID
|
|
int32_t ___m_spriteAnimationID_254;
|
|
// System.Boolean TMPro.TMP_Text::m_ignoreActiveState
|
|
bool ___m_ignoreActiveState_257;
|
|
// TMPro.TMP_Text/TextBackingContainer TMPro.TMP_Text::m_TextBackingArray
|
|
TextBackingContainer_t33D1CE628E7B26C45EDAC1D87BEF2DD22A5C6361 ___m_TextBackingArray_258;
|
|
// System.Decimal[] TMPro.TMP_Text::k_Power
|
|
DecimalU5BU5D_t93BA0C88FA80728F73B792EE1A5199D0C060B615* ___k_Power_259;
|
|
};
|
|
|
|
// UnityEngine.UI.Text
|
|
struct Text_tD60B2346DAA6666BF0D822FF607F0B220C2B9E62 : public MaskableGraphic_tFC5B6BE351C90DE53744DF2A70940242774B361E
|
|
{
|
|
// UnityEngine.UI.FontData UnityEngine.UI.Text::m_FontData
|
|
FontData_tB8E562846C6CB59C43260F69AE346B9BF3157224* ___m_FontData_37;
|
|
// System.String UnityEngine.UI.Text::m_Text
|
|
String_t* ___m_Text_38;
|
|
// UnityEngine.TextGenerator UnityEngine.UI.Text::m_TextCache
|
|
TextGenerator_t85D00417640A53953556C01F9D4E7DDE1ABD8FEC* ___m_TextCache_39;
|
|
// UnityEngine.TextGenerator UnityEngine.UI.Text::m_TextCacheForLayout
|
|
TextGenerator_t85D00417640A53953556C01F9D4E7DDE1ABD8FEC* ___m_TextCacheForLayout_40;
|
|
// System.Boolean UnityEngine.UI.Text::m_DisableFontTextureRebuiltCallback
|
|
bool ___m_DisableFontTextureRebuiltCallback_42;
|
|
// UnityEngine.UIVertex[] UnityEngine.UI.Text::m_TempVerts
|
|
UIVertexU5BU5D_tBC532486B45D071A520751A90E819C77BA4E3D2F* ___m_TempVerts_43;
|
|
};
|
|
|
|
// TMPro.TextMeshPro
|
|
struct TextMeshPro_t4560AB28A3EAF503895A781A9C625273D833270E : public TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9
|
|
{
|
|
// System.Int32 TMPro.TextMeshPro::_SortingLayer
|
|
int32_t ____SortingLayer_266;
|
|
// System.Int32 TMPro.TextMeshPro::_SortingLayerID
|
|
int32_t ____SortingLayerID_267;
|
|
// System.Int32 TMPro.TextMeshPro::_SortingOrder
|
|
int32_t ____SortingOrder_268;
|
|
// System.Action`1<TMPro.TMP_TextInfo> TMPro.TextMeshPro::OnPreRenderText
|
|
Action_1_tB93AB717F9D419A1BEC832FF76E74EAA32184CC1* ___OnPreRenderText_269;
|
|
// System.Boolean TMPro.TextMeshPro::m_currentAutoSizeMode
|
|
bool ___m_currentAutoSizeMode_270;
|
|
// System.Boolean TMPro.TextMeshPro::m_hasFontAssetChanged
|
|
bool ___m_hasFontAssetChanged_271;
|
|
// System.Single TMPro.TextMeshPro::m_previousLossyScaleY
|
|
float ___m_previousLossyScaleY_272;
|
|
// UnityEngine.Renderer TMPro.TextMeshPro::m_renderer
|
|
Renderer_t320575F223BCB177A982E5DDB5DB19FAA89E7FBF* ___m_renderer_273;
|
|
// UnityEngine.MeshFilter TMPro.TextMeshPro::m_meshFilter
|
|
MeshFilter_t6D1CE2473A1E45AC73013400585A1163BF66B2F5* ___m_meshFilter_274;
|
|
// System.Boolean TMPro.TextMeshPro::m_isFirstAllocation
|
|
bool ___m_isFirstAllocation_275;
|
|
// System.Int32 TMPro.TextMeshPro::m_max_characters
|
|
int32_t ___m_max_characters_276;
|
|
// System.Int32 TMPro.TextMeshPro::m_max_numberOfLines
|
|
int32_t ___m_max_numberOfLines_277;
|
|
// TMPro.TMP_SubMesh[] TMPro.TextMeshPro::m_subTextObjects
|
|
TMP_SubMeshU5BU5D_t48FE70F8537594C6446E85588EB5D69635194CB9* ___m_subTextObjects_278;
|
|
// TMPro.MaskingTypes TMPro.TextMeshPro::m_maskType
|
|
int32_t ___m_maskType_279;
|
|
// UnityEngine.Matrix4x4 TMPro.TextMeshPro::m_EnvMapMatrix
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___m_EnvMapMatrix_280;
|
|
// UnityEngine.Vector3[] TMPro.TextMeshPro::m_RectTransformCorners
|
|
Vector3U5BU5D_tFF1859CCE176131B909E2044F76443064254679C* ___m_RectTransformCorners_281;
|
|
// System.Boolean TMPro.TextMeshPro::m_isRegisteredForEvents
|
|
bool ___m_isRegisteredForEvents_282;
|
|
};
|
|
|
|
// TMPro.TextMeshProUGUI
|
|
struct TextMeshProUGUI_t101091AF4B578BB534C92E9D1EEAF0611636D957 : public TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9
|
|
{
|
|
// System.Boolean TMPro.TextMeshProUGUI::m_isRebuildingLayout
|
|
bool ___m_isRebuildingLayout_266;
|
|
// UnityEngine.Coroutine TMPro.TextMeshProUGUI::m_DelayedGraphicRebuild
|
|
Coroutine_t85EA685566A254C23F3FD77AB5BDFFFF8799596B* ___m_DelayedGraphicRebuild_267;
|
|
// UnityEngine.Coroutine TMPro.TextMeshProUGUI::m_DelayedMaterialRebuild
|
|
Coroutine_t85EA685566A254C23F3FD77AB5BDFFFF8799596B* ___m_DelayedMaterialRebuild_268;
|
|
// UnityEngine.Rect TMPro.TextMeshProUGUI::m_ClipRect
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___m_ClipRect_269;
|
|
// System.Boolean TMPro.TextMeshProUGUI::m_ValidRect
|
|
bool ___m_ValidRect_270;
|
|
// System.Action`1<TMPro.TMP_TextInfo> TMPro.TextMeshProUGUI::OnPreRenderText
|
|
Action_1_tB93AB717F9D419A1BEC832FF76E74EAA32184CC1* ___OnPreRenderText_271;
|
|
// System.Boolean TMPro.TextMeshProUGUI::m_hasFontAssetChanged
|
|
bool ___m_hasFontAssetChanged_272;
|
|
// TMPro.TMP_SubMeshUI[] TMPro.TextMeshProUGUI::m_subTextObjects
|
|
TMP_SubMeshUIU5BU5D_tC77B263183A59A75345C26152457207EAC3BBF29* ___m_subTextObjects_273;
|
|
// System.Single TMPro.TextMeshProUGUI::m_previousLossyScaleY
|
|
float ___m_previousLossyScaleY_274;
|
|
// UnityEngine.Vector3[] TMPro.TextMeshProUGUI::m_RectTransformCorners
|
|
Vector3U5BU5D_tFF1859CCE176131B909E2044F76443064254679C* ___m_RectTransformCorners_275;
|
|
// UnityEngine.CanvasRenderer TMPro.TextMeshProUGUI::m_canvasRenderer
|
|
CanvasRenderer_tAB9A55A976C4E3B2B37D0CE5616E5685A8B43860* ___m_canvasRenderer_276;
|
|
// UnityEngine.Canvas TMPro.TextMeshProUGUI::m_canvas
|
|
Canvas_t2DB4CEFDFF732884866C83F11ABF75F5AE8FFB26* ___m_canvas_277;
|
|
// System.Single TMPro.TextMeshProUGUI::m_CanvasScaleFactor
|
|
float ___m_CanvasScaleFactor_278;
|
|
// System.Boolean TMPro.TextMeshProUGUI::m_isFirstAllocation
|
|
bool ___m_isFirstAllocation_279;
|
|
// System.Int32 TMPro.TextMeshProUGUI::m_max_characters
|
|
int32_t ___m_max_characters_280;
|
|
// UnityEngine.Material TMPro.TextMeshProUGUI::m_baseMaterial
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___m_baseMaterial_281;
|
|
// System.Boolean TMPro.TextMeshProUGUI::m_isScrollRegionSet
|
|
bool ___m_isScrollRegionSet_282;
|
|
// UnityEngine.Vector4 TMPro.TextMeshProUGUI::m_maskOffset
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___m_maskOffset_283;
|
|
// UnityEngine.Matrix4x4 TMPro.TextMeshProUGUI::m_EnvMapMatrix
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___m_EnvMapMatrix_284;
|
|
// System.Boolean TMPro.TextMeshProUGUI::m_isRegisteredForEvents
|
|
bool ___m_isRegisteredForEvents_285;
|
|
};
|
|
|
|
// <Module>
|
|
|
|
// <Module>
|
|
|
|
// System.Collections.Generic.Dictionary`2<System.Int32,System.Random>
|
|
|
|
// System.Collections.Generic.Dictionary`2<System.Int32,System.Random>
|
|
|
|
// System.Collections.Generic.Dictionary`2<UnityEngine.Material,System.Collections.Generic.List`1<System.Int32>>
|
|
|
|
// System.Collections.Generic.Dictionary`2<UnityEngine.Material,System.Collections.Generic.List`1<System.Int32>>
|
|
|
|
// System.Collections.Generic.Dictionary`2<System.String,System.Reflection.MethodInfo>
|
|
|
|
// System.Collections.Generic.Dictionary`2<System.String,System.Reflection.MethodInfo>
|
|
|
|
// System.Collections.Generic.Dictionary`2<System.String,NodeCanvas.Framework.Variable>
|
|
|
|
// System.Collections.Generic.Dictionary`2<System.String,NodeCanvas.Framework.Variable>
|
|
|
|
// System.Collections.Generic.Dictionary`2/KeyCollection<UnityEngine.Material,System.Collections.Generic.List`1<System.Int32>>
|
|
|
|
// System.Collections.Generic.Dictionary`2/KeyCollection<UnityEngine.Material,System.Collections.Generic.List`1<System.Int32>>
|
|
|
|
// System.Collections.Generic.List`1<System.Collections.Generic.List`1<System.Int32>>
|
|
struct List_1_tB5A0E21D0A7C39DF93D616FD5B94C4737A083E35_StaticFields
|
|
{
|
|
// T[] System.Collections.Generic.List`1::s_emptyArray
|
|
List_1U5BU5D_t37294D7C303231F2FD83B3C398AED0937F4F3206* ___s_emptyArray_5;
|
|
};
|
|
|
|
// System.Collections.Generic.List`1<System.Collections.Generic.List`1<System.Int32>>
|
|
|
|
// System.Collections.Generic.List`1<UnityEngine.BoxCollider>
|
|
struct List_1_tC417F059031D8EA5A55DCC7B567DEA0F51AD2174_StaticFields
|
|
{
|
|
// T[] System.Collections.Generic.List`1::s_emptyArray
|
|
BoxColliderU5BU5D_t480DB1FE94F3AF43170D4B8704490BF6CB1F9370* ___s_emptyArray_5;
|
|
};
|
|
|
|
// System.Collections.Generic.List`1<UnityEngine.BoxCollider>
|
|
|
|
// System.Collections.Generic.List`1<UnityEngine.Collider>
|
|
struct List_1_t58F89DEDCD7DABB0CFB009AAD9C0CFE061592252_StaticFields
|
|
{
|
|
// T[] System.Collections.Generic.List`1::s_emptyArray
|
|
ColliderU5BU5D_t94A9D70F63D095AFF2A9B4613012A5F7F3141787* ___s_emptyArray_5;
|
|
};
|
|
|
|
// System.Collections.Generic.List`1<UnityEngine.Collider>
|
|
|
|
// System.Collections.Generic.List`1<HurricaneVR.Framework.Core.HVRGrabbable>
|
|
struct List_1_t22B6AE59B095268F44B72F67D547A0C9A244CA78_StaticFields
|
|
{
|
|
// T[] System.Collections.Generic.List`1::s_emptyArray
|
|
HVRGrabbableU5BU5D_tEDB0FBD4FD1418A2823FA20AF3A194F42B2D71D2* ___s_emptyArray_5;
|
|
};
|
|
|
|
// System.Collections.Generic.List`1<HurricaneVR.Framework.Core.HVRGrabbable>
|
|
|
|
// System.Collections.Generic.List`1<IKTarget>
|
|
struct List_1_t05907CFFCF2A3E6C9D88C13C12C63833059A231D_StaticFields
|
|
{
|
|
// T[] System.Collections.Generic.List`1::s_emptyArray
|
|
IKTargetU5BU5D_t9A5D365D05401D777F4A378967C8DE9FCCAAEB51* ___s_emptyArray_5;
|
|
};
|
|
|
|
// System.Collections.Generic.List`1<IKTarget>
|
|
|
|
// 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<UnityEngine.Material>
|
|
struct List_1_t386E09F4F22DDE4D2AC41A8567FFF283C254537B_StaticFields
|
|
{
|
|
// T[] System.Collections.Generic.List`1::s_emptyArray
|
|
MaterialU5BU5D_t2B1D11C42DB07A4400C0535F92DBB87A2E346D3D* ___s_emptyArray_5;
|
|
};
|
|
|
|
// System.Collections.Generic.List`1<UnityEngine.Material>
|
|
|
|
// System.Collections.Generic.List`1<NpcCombatAbstract>
|
|
struct List_1_t1D1E058512330A7525D08D80463CD733019B622F_StaticFields
|
|
{
|
|
// T[] System.Collections.Generic.List`1::s_emptyArray
|
|
NpcCombatAbstractU5BU5D_t9D5030A067088D29EBE28AE6FA44FDE560DDBBD9* ___s_emptyArray_5;
|
|
};
|
|
|
|
// System.Collections.Generic.List`1<NpcCombatAbstract>
|
|
|
|
// System.Collections.Generic.List`1<System.Object>
|
|
struct List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D_StaticFields
|
|
{
|
|
// T[] System.Collections.Generic.List`1::s_emptyArray
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___s_emptyArray_5;
|
|
};
|
|
|
|
// System.Collections.Generic.List`1<System.Object>
|
|
|
|
// System.Collections.Generic.List`1<UnityEngine.ParticleSystem>
|
|
struct List_1_t5934636E608A709528BA5BBDEA6C2462B01D3B7D_StaticFields
|
|
{
|
|
// T[] System.Collections.Generic.List`1::s_emptyArray
|
|
ParticleSystemU5BU5D_tC5E33DA557C9C2064085128B3530C5F04D48F6E6* ___s_emptyArray_5;
|
|
};
|
|
|
|
// System.Collections.Generic.List`1<UnityEngine.ParticleSystem>
|
|
|
|
// System.Collections.Generic.List`1<Parabox.CSG.Polygon>
|
|
struct List_1_tCC77722B81CA628F7F61AFE73C595DAD8A332BDE_StaticFields
|
|
{
|
|
// T[] System.Collections.Generic.List`1::s_emptyArray
|
|
PolygonU5BU5D_tA3C74B38FF956A440C2553F9DAFB8DC776A21D41* ___s_emptyArray_5;
|
|
};
|
|
|
|
// System.Collections.Generic.List`1<Parabox.CSG.Polygon>
|
|
|
|
// System.Collections.Generic.List`1<System.Single>
|
|
struct List_1_t0D1C46FD8DDDE974D93CA4F3474EEC05AF950918_StaticFields
|
|
{
|
|
// T[] System.Collections.Generic.List`1::s_emptyArray
|
|
SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* ___s_emptyArray_5;
|
|
};
|
|
|
|
// System.Collections.Generic.List`1<System.Single>
|
|
|
|
// 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<TMPro.TMP_Text>
|
|
struct List_1_t2147F3FC8B4F16EE577CAF4E40F9D9A684B4CBBD_StaticFields
|
|
{
|
|
// T[] System.Collections.Generic.List`1::s_emptyArray
|
|
TMP_TextU5BU5D_t12384CBAF397196B9A7886087BDC8C19D800C24F* ___s_emptyArray_5;
|
|
};
|
|
|
|
// System.Collections.Generic.List`1<TMPro.TMP_Text>
|
|
|
|
// System.Collections.Generic.List`1<UnityEngine.Transform>
|
|
struct List_1_t991BBC5A1D51F59A450367DF944DAA207F22D06D_StaticFields
|
|
{
|
|
// T[] System.Collections.Generic.List`1::s_emptyArray
|
|
TransformU5BU5D_tBB9C5F5686CAE82E3D97D43DF0F3D68ABF75EC24* ___s_emptyArray_5;
|
|
};
|
|
|
|
// System.Collections.Generic.List`1<UnityEngine.Transform>
|
|
|
|
// System.Collections.Generic.List`1<TriggersRelation>
|
|
struct List_1_t1E8488DE839D9547EF9956E5844B440836B6E8D0_StaticFields
|
|
{
|
|
// T[] System.Collections.Generic.List`1::s_emptyArray
|
|
TriggersRelationU5BU5D_t3CB4000A5B9184C81F9D87D48ADDF1735AFDB207* ___s_emptyArray_5;
|
|
};
|
|
|
|
// System.Collections.Generic.List`1<TriggersRelation>
|
|
|
|
// 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<Parabox.CSG.Vertex>
|
|
struct List_1_t09DFE02BF4C8779C8BDDD183F6D70875BA75EDAE_StaticFields
|
|
{
|
|
// T[] System.Collections.Generic.List`1::s_emptyArray
|
|
VertexU5BU5D_t6719BBD27B36F9A8560C2148E33B4409BDC1B7F5* ___s_emptyArray_5;
|
|
};
|
|
|
|
// System.Collections.Generic.List`1<Parabox.CSG.Vertex>
|
|
|
|
// System.Collections.Generic.List`1<HurricaneVR.TechDemo.Scripts.DemoHelper/ResetState>
|
|
struct List_1_tA910625D0D90E7578EB9529664A9C52989FF743E_StaticFields
|
|
{
|
|
// T[] System.Collections.Generic.List`1::s_emptyArray
|
|
ResetStateU5BU5D_tE457A5FF5403427E495A5C02B9AFF5ACF0921A77* ___s_emptyArray_5;
|
|
};
|
|
|
|
// System.Collections.Generic.List`1<HurricaneVR.TechDemo.Scripts.DemoHelper/ResetState>
|
|
|
|
// System.Collections.Generic.Dictionary`2/ValueCollection<UnityEngine.Material,System.Collections.Generic.List`1<System.Int32>>
|
|
|
|
// System.Collections.Generic.Dictionary`2/ValueCollection<UnityEngine.Material,System.Collections.Generic.List`1<System.Int32>>
|
|
|
|
// NodeCanvas.Framework.Connection
|
|
|
|
// NodeCanvas.Framework.Connection
|
|
|
|
// ConsoleProDebug
|
|
|
|
// ConsoleProDebug
|
|
|
|
// FEasing
|
|
|
|
// FEasing
|
|
|
|
// FGeneratingUtilities
|
|
struct FGeneratingUtilities_t6C289D2C645AABDD30AED71515B2BE04B80CF140_StaticFields
|
|
{
|
|
// System.Collections.Generic.Dictionary`2<System.Int32,System.Random> FGeneratingUtilities::randoms
|
|
Dictionary_2_t73456C8379F93D6DF5449E1AC7C4EFFEAEE95546* ___randoms_0;
|
|
// System.Random FGeneratingUtilities::random
|
|
Random_t79716069EDE67D1D7734F60AE402D0CA3FB6B4C8* ___random_1;
|
|
// System.String FGeneratingUtilities::lastPath
|
|
String_t* ___lastPath_2;
|
|
};
|
|
|
|
// FGeneratingUtilities
|
|
|
|
// HurricaneVR.Framework.Core.Grabbers.HVRGrabArgs
|
|
|
|
// HurricaneVR.Framework.Core.Grabbers.HVRGrabArgs
|
|
|
|
// Parabox.CSG.Model
|
|
|
|
// Parabox.CSG.Model
|
|
|
|
// O3DWB.ObjectHierarchySnap
|
|
|
|
// O3DWB.ObjectHierarchySnap
|
|
|
|
// Parabox.CSG.Polygon
|
|
|
|
// Parabox.CSG.Polygon
|
|
|
|
// System.Random
|
|
struct Random_t79716069EDE67D1D7734F60AE402D0CA3FB6B4C8_StaticFields
|
|
{
|
|
// System.Random System.Random::s_globalRandom
|
|
Random_t79716069EDE67D1D7734F60AE402D0CA3FB6B4C8* ___s_globalRandom_7;
|
|
};
|
|
|
|
// System.Random
|
|
struct Random_t79716069EDE67D1D7734F60AE402D0CA3FB6B4C8_ThreadStaticFields
|
|
{
|
|
// System.Random System.Random::t_threadRandom
|
|
Random_t79716069EDE67D1D7734F60AE402D0CA3FB6B4C8* ___t_threadRandom_6;
|
|
};
|
|
|
|
// System.Diagnostics.Stopwatch
|
|
struct Stopwatch_tA188A210449E22C07053A7D3014DD182C7369043_StaticFields
|
|
{
|
|
// System.Int64 System.Diagnostics.Stopwatch::Frequency
|
|
int64_t ___Frequency_0;
|
|
// System.Boolean System.Diagnostics.Stopwatch::IsHighResolution
|
|
bool ___IsHighResolution_1;
|
|
};
|
|
|
|
// System.Diagnostics.Stopwatch
|
|
|
|
// System.String
|
|
struct String_t_StaticFields
|
|
{
|
|
// System.String System.String::Empty
|
|
String_t* ___Empty_6;
|
|
};
|
|
|
|
// System.String
|
|
|
|
// NodeCanvas.Framework.Task
|
|
|
|
// NodeCanvas.Framework.Task
|
|
|
|
// O3DWB.UniqueEntityNameGenerator
|
|
|
|
// O3DWB.UniqueEntityNameGenerator
|
|
|
|
// NodeCanvas.Framework.Variable
|
|
|
|
// NodeCanvas.Framework.Variable
|
|
|
|
// HurricaneVR.TechDemo.Scripts.DemoBackpack/<>c
|
|
struct U3CU3Ec_t243CBE26B19D7E8A60155402D7348916CE6F2B21_StaticFields
|
|
{
|
|
// HurricaneVR.TechDemo.Scripts.DemoBackpack/<>c HurricaneVR.TechDemo.Scripts.DemoBackpack/<>c::<>9
|
|
U3CU3Ec_t243CBE26B19D7E8A60155402D7348916CE6F2B21* ___U3CU3E9_0;
|
|
// System.Func`2<UnityEngine.Collider,System.Boolean> HurricaneVR.TechDemo.Scripts.DemoBackpack/<>c::<>9__1_0
|
|
Func_2_t6AD3CFC7C337E46C1DA946EEEA6278162FB59A04* ___U3CU3E9__1_0_1;
|
|
};
|
|
|
|
// HurricaneVR.TechDemo.Scripts.DemoBackpack/<>c
|
|
|
|
// HurricaneVR.TechDemo.Scripts.DemoBackpack/<IgnoreColliders>d__2
|
|
|
|
// HurricaneVR.TechDemo.Scripts.DemoBackpack/<IgnoreColliders>d__2
|
|
|
|
// HurricaneVR.TechDemo.Scripts.DemoCodeGrabbing/<>c
|
|
struct U3CU3Ec_tFF9F53A992A854A40F1679EC7E95AE4D7CE58319_StaticFields
|
|
{
|
|
// HurricaneVR.TechDemo.Scripts.DemoCodeGrabbing/<>c HurricaneVR.TechDemo.Scripts.DemoCodeGrabbing/<>c::<>9
|
|
U3CU3Ec_tFF9F53A992A854A40F1679EC7E95AE4D7CE58319* ___U3CU3E9_0;
|
|
// System.Func`2<HurricaneVR.Framework.Core.Grabbers.HVRHandGrabber,System.Boolean> HurricaneVR.TechDemo.Scripts.DemoCodeGrabbing/<>c::<>9__7_0
|
|
Func_2_tB2A9F71AE59470C627302BA30D19BF0F83EE9D03* ___U3CU3E9__7_0_1;
|
|
};
|
|
|
|
// HurricaneVR.TechDemo.Scripts.DemoCodeGrabbing/<>c
|
|
|
|
// HurricaneVR.TechDemo.Scripts.DemoHelper/<>c__DisplayClass6_0
|
|
|
|
// HurricaneVR.TechDemo.Scripts.DemoHelper/<>c__DisplayClass6_0
|
|
|
|
// HurricaneVR.TechDemo.Scripts.DemoManualTeleport/<>c
|
|
struct U3CU3Ec_t7B2746BEC29BF1AC326B01D8F384A221C78CA7B4_StaticFields
|
|
{
|
|
// HurricaneVR.TechDemo.Scripts.DemoManualTeleport/<>c HurricaneVR.TechDemo.Scripts.DemoManualTeleport/<>c::<>9
|
|
U3CU3Ec_t7B2746BEC29BF1AC326B01D8F384A221C78CA7B4* ___U3CU3E9_0;
|
|
// System.Func`2<HurricaneVR.Framework.Core.Player.HVRTeleporter,System.Boolean> HurricaneVR.TechDemo.Scripts.DemoManualTeleport/<>c::<>9__6_0
|
|
Func_2_tF91963B39D3FCFD7D91016D3153F74224BDE8664* ___U3CU3E9__6_0_1;
|
|
};
|
|
|
|
// HurricaneVR.TechDemo.Scripts.DemoManualTeleport/<>c
|
|
|
|
// HurricaneVR.TechDemo.Scripts.DemoSlidingDoor/<OpenDoorRoutine>d__11
|
|
|
|
// HurricaneVR.TechDemo.Scripts.DemoSlidingDoor/<OpenDoorRoutine>d__11
|
|
|
|
// HurricaneVR.TechDemo.Scripts.DemoUIManager/<>c
|
|
struct U3CU3Ec_t383D1F8AB9C6F69CD3AF74822EE855A3F1B1E4D1_StaticFields
|
|
{
|
|
// HurricaneVR.TechDemo.Scripts.DemoUIManager/<>c HurricaneVR.TechDemo.Scripts.DemoUIManager/<>c::<>9
|
|
U3CU3Ec_t383D1F8AB9C6F69CD3AF74822EE855A3F1B1E4D1* ___U3CU3E9_0;
|
|
// System.Func`2<HurricaneVR.Framework.Core.Player.HVRPlayerController,System.Boolean> HurricaneVR.TechDemo.Scripts.DemoUIManager/<>c::<>9__21_0
|
|
Func_2_t4AFCE779302A8CAA62B700488FD9BBB464E1D4FC* ___U3CU3E9__21_0_1;
|
|
// System.Func`2<HurricaneVR.Framework.Core.Grabbers.HVRHandGrabber,System.Boolean> HurricaneVR.TechDemo.Scripts.DemoUIManager/<>c::<>9__21_1
|
|
Func_2_tB2A9F71AE59470C627302BA30D19BF0F83EE9D03* ___U3CU3E9__21_1_2;
|
|
// System.Func`2<HurricaneVR.Framework.Core.Grabbers.HVRHandGrabber,System.Boolean> HurricaneVR.TechDemo.Scripts.DemoUIManager/<>c::<>9__21_2
|
|
Func_2_tB2A9F71AE59470C627302BA30D19BF0F83EE9D03* ___U3CU3E9__21_2_3;
|
|
// System.Func`2<HurricaneVR.Framework.Core.Grabbers.HVRForceGrabber,System.Boolean> HurricaneVR.TechDemo.Scripts.DemoUIManager/<>c::<>9__21_3
|
|
Func_2_t3CF3F6D9C2FA092FC6168FBFC2585A4CD683A16E* ___U3CU3E9__21_3_4;
|
|
// System.Func`2<HurricaneVR.Framework.Core.Grabbers.HVRForceGrabber,System.Boolean> HurricaneVR.TechDemo.Scripts.DemoUIManager/<>c::<>9__21_4
|
|
Func_2_t3CF3F6D9C2FA092FC6168FBFC2585A4CD683A16E* ___U3CU3E9__21_4_5;
|
|
};
|
|
|
|
// HurricaneVR.TechDemo.Scripts.DemoUIManager/<>c
|
|
|
|
// DoorFrame/<>c
|
|
struct U3CU3Ec_tE0BE3EA42A54F648DF2489C8612285A1837B0A24_StaticFields
|
|
{
|
|
// DoorFrame/<>c DoorFrame/<>c::<>9
|
|
U3CU3Ec_tE0BE3EA42A54F648DF2489C8612285A1837B0A24* ___U3CU3E9_0;
|
|
// System.Func`2<UnityEngine.ParticleSystem,System.Boolean> DoorFrame/<>c::<>9__16_0
|
|
Func_2_t73671C0B5E9E75781D26D41FD63D714851882853* ___U3CU3E9__16_0_1;
|
|
};
|
|
|
|
// DoorFrame/<>c
|
|
|
|
// EffectActor/projectile
|
|
|
|
// EffectActor/projectile
|
|
|
|
// IKAnimation/<<LateUpdate>g__ToSteps|9_0>d
|
|
|
|
// IKAnimation/<<LateUpdate>g__ToSteps|9_0>d
|
|
|
|
// MusicControll/<>c
|
|
struct U3CU3Ec_t06168A550AA80FCB8736980A73F8530FA18C09D1_StaticFields
|
|
{
|
|
// MusicControll/<>c MusicControll/<>c::<>9
|
|
U3CU3Ec_t06168A550AA80FCB8736980A73F8530FA18C09D1* ___U3CU3E9_0;
|
|
// System.Func`2<NpcCombatAbstract,System.Boolean> MusicControll/<>c::<>9__11_0
|
|
Func_2_tF7832D08A98DB409A6B662086A49FF4B6FA803B3* ___U3CU3E9__11_0_1;
|
|
};
|
|
|
|
// MusicControll/<>c
|
|
|
|
// NpcBotSpiderCombat/<AttackState>d__14
|
|
|
|
// NpcBotSpiderCombat/<AttackState>d__14
|
|
|
|
// NpcCombatParazit/<AttackState>d__27
|
|
|
|
// NpcCombatParazit/<AttackState>d__27
|
|
|
|
// NpcCombatParazit/<PlayAggressiveAnim>d__26
|
|
|
|
// NpcCombatParazit/<PlayAggressiveAnim>d__26
|
|
|
|
// UnityTemplateProjects.SimpleCameraController/CameraState
|
|
|
|
// UnityTemplateProjects.SimpleCameraController/CameraState
|
|
|
|
// particleColorChangerMaster/colorChange
|
|
|
|
// particleColorChangerMaster/colorChange
|
|
|
|
// projectileActor/projectile
|
|
|
|
// projectileActor/projectile
|
|
|
|
// NodeCanvas.Framework.BBParameter`1<UnityEngine.GameObject>
|
|
|
|
// NodeCanvas.Framework.BBParameter`1<UnityEngine.GameObject>
|
|
|
|
// NodeCanvas.Framework.BBParameter`1<System.Single>
|
|
|
|
// NodeCanvas.Framework.BBParameter`1<System.Single>
|
|
|
|
// System.Collections.Generic.List`1/Enumerator<HurricaneVR.Framework.Core.HVRGrabbable>
|
|
|
|
// System.Collections.Generic.List`1/Enumerator<HurricaneVR.Framework.Core.HVRGrabbable>
|
|
|
|
// System.Collections.Generic.List`1/Enumerator<IKTarget>
|
|
|
|
// System.Collections.Generic.List`1/Enumerator<IKTarget>
|
|
|
|
// System.Collections.Generic.List`1/Enumerator<System.Object>
|
|
|
|
// System.Collections.Generic.List`1/Enumerator<System.Object>
|
|
|
|
// System.Collections.Generic.List`1/Enumerator<TMPro.TMP_Text>
|
|
|
|
// System.Collections.Generic.List`1/Enumerator<TMPro.TMP_Text>
|
|
|
|
// System.Collections.Generic.List`1/Enumerator<UnityEngine.Transform>
|
|
|
|
// System.Collections.Generic.List`1/Enumerator<UnityEngine.Transform>
|
|
|
|
// System.Collections.Generic.List`1/Enumerator<HurricaneVR.TechDemo.Scripts.DemoHelper/ResetState>
|
|
|
|
// System.Collections.Generic.List`1/Enumerator<HurricaneVR.TechDemo.Scripts.DemoHelper/ResetState>
|
|
|
|
// UnityEngine.Events.UnityEvent`1<System.Boolean>
|
|
|
|
// UnityEngine.Events.UnityEvent`1<System.Boolean>
|
|
|
|
// UnityEngine.Events.UnityEvent`1<HurricaneVR.Framework.Components.HVRDamageHandlerBase>
|
|
|
|
// UnityEngine.Events.UnityEvent`1<HurricaneVR.Framework.Components.HVRDamageHandlerBase>
|
|
|
|
// UnityEngine.Events.UnityEvent`1<HurricaneVR.Framework.Components.HVRPhysicsButton>
|
|
|
|
// UnityEngine.Events.UnityEvent`1<HurricaneVR.Framework.Components.HVRPhysicsButton>
|
|
|
|
// UnityEngine.Events.UnityEvent`1<System.Single>
|
|
|
|
// UnityEngine.Events.UnityEvent`1<System.Single>
|
|
|
|
// UnityEngine.Events.UnityEvent`1<HurricaneVR.Framework.Core.Stabbing.StabArgs>
|
|
|
|
// UnityEngine.Events.UnityEvent`1<HurricaneVR.Framework.Core.Stabbing.StabArgs>
|
|
|
|
// UnityEngine.Events.UnityEvent`2<HurricaneVR.Framework.Core.Grabbers.HVRGrabberBase,HurricaneVR.Framework.Core.HVRGrabbable>
|
|
|
|
// UnityEngine.Events.UnityEvent`2<HurricaneVR.Framework.Core.Grabbers.HVRGrabberBase,HurricaneVR.Framework.Core.HVRGrabbable>
|
|
|
|
// UnityEngine.Events.UnityEvent`2<HurricaneVR.Framework.Core.Stabbing.HVRStabber,HurricaneVR.Framework.Core.Stabbing.HVRStabbable>
|
|
|
|
// UnityEngine.Events.UnityEvent`2<HurricaneVR.Framework.Core.Stabbing.HVRStabber,HurricaneVR.Framework.Core.Stabbing.HVRStabbable>
|
|
|
|
// NodeCanvas.Framework.ActionTask
|
|
|
|
// NodeCanvas.Framework.ActionTask
|
|
|
|
// 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
|
|
|
|
// System.Char
|
|
struct Char_t521A6F19B456D956AF452D926C32709DC03D6B17_StaticFields
|
|
{
|
|
// System.Byte[] System.Char::s_categoryForLatin1
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___s_categoryForLatin1_3;
|
|
};
|
|
|
|
// System.Char
|
|
|
|
// 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.Int32
|
|
|
|
// System.Int32
|
|
|
|
// System.IntPtr
|
|
struct IntPtr_t_StaticFields
|
|
{
|
|
// System.IntPtr System.IntPtr::Zero
|
|
intptr_t ___Zero_1;
|
|
};
|
|
|
|
// System.IntPtr
|
|
|
|
// UnityEngine.JointLimits
|
|
|
|
// UnityEngine.JointLimits
|
|
|
|
// UnityEngine.Keyframe
|
|
|
|
// UnityEngine.Keyframe
|
|
|
|
// UnityEngine.LayerMask
|
|
|
|
// UnityEngine.LayerMask
|
|
|
|
// 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
|
|
|
|
// System.Reflection.MethodBase
|
|
|
|
// System.Reflection.MethodBase
|
|
|
|
// UnityEngine.PropertyAttribute
|
|
|
|
// UnityEngine.PropertyAttribute
|
|
|
|
// UnityEngine.Quaternion
|
|
struct Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974_StaticFields
|
|
{
|
|
// UnityEngine.Quaternion UnityEngine.Quaternion::identityQuaternion
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 ___identityQuaternion_4;
|
|
};
|
|
|
|
// UnityEngine.Quaternion
|
|
|
|
// System.Single
|
|
|
|
// System.Single
|
|
|
|
// UnityEngine.Events.UnityEvent
|
|
|
|
// UnityEngine.Events.UnityEvent
|
|
|
|
// 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.WaitForFixedUpdate
|
|
|
|
// UnityEngine.WaitForFixedUpdate
|
|
|
|
// UnityEngine.WaitForSeconds
|
|
|
|
// UnityEngine.WaitForSeconds
|
|
|
|
// UnityEngine.WaitUntil
|
|
|
|
// UnityEngine.WaitUntil
|
|
|
|
// FGeneratingUtilities/MinMax
|
|
|
|
// FGeneratingUtilities/MinMax
|
|
|
|
// FGeneratingUtilities/MinMaxF
|
|
|
|
// FGeneratingUtilities/MinMaxF
|
|
|
|
// UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax
|
|
|
|
// UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax
|
|
|
|
// UnityEngine.InputSystem.InputActionSetupExtensions/CompositeSyntax
|
|
|
|
// UnityEngine.InputSystem.InputActionSetupExtensions/CompositeSyntax
|
|
|
|
// UnityEngine.ParticleSystem/ColorOverLifetimeModule
|
|
|
|
// UnityEngine.ParticleSystem/ColorOverLifetimeModule
|
|
|
|
// UnityEngine.ParticleSystem/MainModule
|
|
|
|
// UnityEngine.ParticleSystem/MainModule
|
|
|
|
// NodeCanvas.Framework.ActionTask`1<UnityEngine.AI.NavMeshAgent>
|
|
|
|
// NodeCanvas.Framework.ActionTask`1<UnityEngine.AI.NavMeshAgent>
|
|
|
|
// System.Nullable`1<UnityEngine.Vector3>
|
|
|
|
// System.Nullable`1<UnityEngine.Vector3>
|
|
|
|
// FMOD.ATTRIBUTES_3D
|
|
|
|
// FMOD.ATTRIBUTES_3D
|
|
|
|
// UnityEngine.AnimationCurve
|
|
|
|
// UnityEngine.AnimationCurve
|
|
|
|
// BackgroundColorAttribute
|
|
|
|
// BackgroundColorAttribute
|
|
|
|
// UnityEngine.Bounds
|
|
|
|
// UnityEngine.Bounds
|
|
|
|
// UnityEngine.Collision
|
|
|
|
// UnityEngine.Collision
|
|
|
|
// UnityEngine.ContactPoint
|
|
|
|
// UnityEngine.ContactPoint
|
|
|
|
// UnityEngine.Coroutine
|
|
|
|
// UnityEngine.Coroutine
|
|
|
|
// System.Delegate
|
|
|
|
// System.Delegate
|
|
|
|
// FMOD.Studio.EventDescription
|
|
|
|
// FMOD.Studio.EventDescription
|
|
|
|
// FMOD.Studio.EventInstance
|
|
|
|
// FMOD.Studio.EventInstance
|
|
|
|
// FMODUnity.EventReference
|
|
|
|
// FMODUnity.EventReference
|
|
|
|
// FPD_FixedCurveWindowAttribute
|
|
|
|
// FPD_FixedCurveWindowAttribute
|
|
|
|
// FPD_HeaderAttribute
|
|
|
|
// FPD_HeaderAttribute
|
|
|
|
// FPD_HorizontalLineAttribute
|
|
|
|
// FPD_HorizontalLineAttribute
|
|
|
|
// FPD_IndentAttribute
|
|
|
|
// FPD_IndentAttribute
|
|
|
|
// FPD_LayersAttribute
|
|
|
|
// FPD_LayersAttribute
|
|
|
|
// FPD_OverridableFloatAttribute
|
|
|
|
// FPD_OverridableFloatAttribute
|
|
|
|
// FPD_WidthAttribute
|
|
|
|
// FPD_WidthAttribute
|
|
|
|
// UnityEngine.Gradient
|
|
|
|
// UnityEngine.Gradient
|
|
|
|
// HurricaneVR.Framework.Weapons.GunHitEvent
|
|
|
|
// HurricaneVR.Framework.Weapons.GunHitEvent
|
|
|
|
// HurricaneVR.Framework.Components.HVRButtonEvent
|
|
|
|
// HurricaneVR.Framework.Components.HVRButtonEvent
|
|
|
|
// HurricaneVR.Framework.Core.Stabbing.HVRStabEvent
|
|
|
|
// HurricaneVR.Framework.Core.Stabbing.HVRStabEvent
|
|
|
|
// HurricaneVR.Framework.Core.Stabbing.HVRStabEvents
|
|
|
|
// HurricaneVR.Framework.Core.Stabbing.HVRStabEvents
|
|
|
|
// IKTarget
|
|
|
|
// IKTarget
|
|
|
|
// System.Reflection.MethodInfo
|
|
|
|
// System.Reflection.MethodInfo
|
|
|
|
// UnityEngine.Object
|
|
struct Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_StaticFields
|
|
{
|
|
// System.Int32 UnityEngine.Object::OffsetOfInstanceIDInCPlusPlusObject
|
|
int32_t ___OffsetOfInstanceIDInCPlusPlusObject_1;
|
|
};
|
|
|
|
// UnityEngine.Object
|
|
|
|
// FIMSpace.Generating.ObjectStamperEmittedInfo
|
|
|
|
// FIMSpace.Generating.ObjectStamperEmittedInfo
|
|
|
|
// PGG_FieldPresetSwitch
|
|
|
|
// PGG_FieldPresetSwitch
|
|
|
|
// PGG_SingleLineSelector
|
|
|
|
// PGG_SingleLineSelector
|
|
|
|
// PGG_SingleLineSwitch
|
|
|
|
// PGG_SingleLineSwitch
|
|
|
|
// PGG_SingleLineTwoProperties
|
|
|
|
// PGG_SingleLineTwoProperties
|
|
|
|
// UnityEngine.Ray
|
|
|
|
// UnityEngine.Ray
|
|
|
|
// UnityEngine.RaycastHit
|
|
|
|
// UnityEngine.RaycastHit
|
|
|
|
// System.RuntimeTypeHandle
|
|
|
|
// System.RuntimeTypeHandle
|
|
|
|
// HurricaneVR.Framework.Core.Stabbing.StabArgs
|
|
|
|
// HurricaneVR.Framework.Core.Stabbing.StabArgs
|
|
|
|
// NodeCanvas.Tasks.Actions.TimerAction
|
|
|
|
// NodeCanvas.Tasks.Actions.TimerAction
|
|
|
|
// HurricaneVR.Framework.Core.VRGrabberEvent
|
|
|
|
// HurricaneVR.Framework.Core.VRGrabberEvent
|
|
|
|
// Parabox.CSG.Vertex
|
|
|
|
// Parabox.CSG.Vertex
|
|
|
|
// Unity.Mathematics.quaternion
|
|
struct quaternion_tD6BCBECAF088B9EBAE2345EC8534C7A1A4C910D4_StaticFields
|
|
{
|
|
// Unity.Mathematics.quaternion Unity.Mathematics.quaternion::identity
|
|
quaternion_tD6BCBECAF088B9EBAE2345EC8534C7A1A4C910D4 ___identity_1;
|
|
};
|
|
|
|
// Unity.Mathematics.quaternion
|
|
|
|
// HurricaneVR.TechDemo.Scripts.DemoHelper/ResetState
|
|
|
|
// HurricaneVR.TechDemo.Scripts.DemoHelper/ResetState
|
|
|
|
// HurricaneVR.TechDemo.Scripts.DemoLock/<MoveKey>d__13
|
|
|
|
// HurricaneVR.TechDemo.Scripts.DemoLock/<MoveKey>d__13
|
|
|
|
// HurricaneVR.TechDemo.Scripts.DemoValveLock/<MoveKey>d__6
|
|
|
|
// HurricaneVR.TechDemo.Scripts.DemoValveLock/<MoveKey>d__6
|
|
|
|
// IKAnimation/<>c__DisplayClass9_0
|
|
|
|
// IKAnimation/<>c__DisplayClass9_0
|
|
|
|
// Parabox.CSG.Model/<>c__DisplayClass14_0
|
|
|
|
// Parabox.CSG.Model/<>c__DisplayClass14_0
|
|
|
|
// UnityEngine.ParticleSystem/MinMaxGradient
|
|
|
|
// UnityEngine.ParticleSystem/MinMaxGradient
|
|
|
|
// UnityEngine.UI.Slider/SliderEvent
|
|
|
|
// UnityEngine.UI.Slider/SliderEvent
|
|
|
|
// UnityEngine.UI.Toggle/ToggleEvent
|
|
|
|
// UnityEngine.UI.Toggle/ToggleEvent
|
|
|
|
// IKAnimation/<>c__DisplayClass9_0/<<LateUpdate>g__Animation|1>d
|
|
|
|
// IKAnimation/<>c__DisplayClass9_0/<<LateUpdate>g__Animation|1>d
|
|
|
|
// System.Nullable`1<UnityEngine.RaycastHit>
|
|
|
|
// System.Nullable`1<UnityEngine.RaycastHit>
|
|
|
|
// UnityEngine.AudioClip
|
|
|
|
// UnityEngine.AudioClip
|
|
|
|
// UnityEngine.Component
|
|
|
|
// UnityEngine.Component
|
|
|
|
// UnityEngine.GameObject
|
|
|
|
// UnityEngine.GameObject
|
|
|
|
// RootMotion.FinalIK.IKSolverHeuristic
|
|
|
|
// RootMotion.FinalIK.IKSolverHeuristic
|
|
|
|
// UnityEngine.InputSystem.InputAction
|
|
|
|
// UnityEngine.InputSystem.InputAction
|
|
|
|
// UnityEngine.InputSystem.InputActionMap
|
|
struct InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09_StaticFields
|
|
{
|
|
// System.Int32 UnityEngine.InputSystem.InputActionMap::s_DeferBindingResolution
|
|
int32_t ___s_DeferBindingResolution_18;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.InputActionMap
|
|
|
|
// UnityEngine.Material
|
|
|
|
// UnityEngine.Material
|
|
|
|
// UnityEngine.Mesh
|
|
|
|
// UnityEngine.Mesh
|
|
|
|
// PGG_FieldPresetSwitchRange
|
|
|
|
// PGG_FieldPresetSwitchRange
|
|
|
|
// UnityEngine.ScriptableObject
|
|
|
|
// UnityEngine.ScriptableObject
|
|
|
|
// NodeCanvas.Tasks.Actions.SeekPathAction
|
|
|
|
// NodeCanvas.Tasks.Actions.SeekPathAction
|
|
|
|
// 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
|
|
|
|
// FIMSpace.Generating.OStamperSet/PlacementVolumeRaycastingData
|
|
struct PlacementVolumeRaycastingData_tDC61A14A5E7E9C39FFC4FC12980A87EA6A50D257_StaticFields
|
|
{
|
|
// FIMSpace.Generating.OStamperSet/PlacementVolumeRaycastingData FIMSpace.Generating.OStamperSet/PlacementVolumeRaycastingData::Empty
|
|
PlacementVolumeRaycastingData_tDC61A14A5E7E9C39FFC4FC12980A87EA6A50D257 ___Empty_10;
|
|
};
|
|
|
|
// FIMSpace.Generating.OStamperSet/PlacementVolumeRaycastingData
|
|
|
|
// FIMSpace.Generating.OStamperSet/RaycastingRestrictionsCheckResult
|
|
struct RaycastingRestrictionsCheckResult_t457302C4195BC931BED91D1F71781E16E002EA41_StaticFields
|
|
{
|
|
// FIMSpace.Generating.OStamperSet/RaycastingRestrictionsCheckResult FIMSpace.Generating.OStamperSet/RaycastingRestrictionsCheckResult::Empty
|
|
RaycastingRestrictionsCheckResult_t457302C4195BC931BED91D1F71781E16E002EA41 ___Empty_4;
|
|
};
|
|
|
|
// FIMSpace.Generating.OStamperSet/RaycastingRestrictionsCheckResult
|
|
|
|
// System.Action`1<HurricaneVR.Framework.Core.HVRGrabbable>
|
|
|
|
// System.Action`1<HurricaneVR.Framework.Core.HVRGrabbable>
|
|
|
|
// System.Func`1<System.Boolean>
|
|
|
|
// System.Func`1<System.Boolean>
|
|
|
|
// System.Func`2<UnityEngine.Collider,System.Boolean>
|
|
|
|
// System.Func`2<UnityEngine.Collider,System.Boolean>
|
|
|
|
// System.Func`2<HurricaneVR.Framework.Core.Grabbers.HVRForceGrabber,System.Boolean>
|
|
|
|
// System.Func`2<HurricaneVR.Framework.Core.Grabbers.HVRForceGrabber,System.Boolean>
|
|
|
|
// System.Func`2<HurricaneVR.Framework.Core.HVRGrabbable,System.Boolean>
|
|
|
|
// System.Func`2<HurricaneVR.Framework.Core.HVRGrabbable,System.Boolean>
|
|
|
|
// System.Func`2<HurricaneVR.Framework.Core.Grabbers.HVRHandGrabber,System.Boolean>
|
|
|
|
// System.Func`2<HurricaneVR.Framework.Core.Grabbers.HVRHandGrabber,System.Boolean>
|
|
|
|
// System.Func`2<HurricaneVR.Framework.Core.Player.HVRPlayerController,System.Boolean>
|
|
|
|
// System.Func`2<HurricaneVR.Framework.Core.Player.HVRPlayerController,System.Boolean>
|
|
|
|
// System.Func`2<HurricaneVR.Framework.Core.Player.HVRTeleporter,System.Boolean>
|
|
|
|
// System.Func`2<HurricaneVR.Framework.Core.Player.HVRTeleporter,System.Boolean>
|
|
|
|
// System.Func`2<NpcCombatAbstract,System.Boolean>
|
|
|
|
// System.Func`2<NpcCombatAbstract,System.Boolean>
|
|
|
|
// System.Func`2<UnityEngine.ParticleSystem,System.Boolean>
|
|
|
|
// System.Func`2<UnityEngine.ParticleSystem,System.Boolean>
|
|
|
|
// System.Func`2<Parabox.CSG.Vertex,Parabox.CSG.Vertex>
|
|
|
|
// System.Func`2<Parabox.CSG.Vertex,Parabox.CSG.Vertex>
|
|
|
|
// UnityEngine.InputSystem.InputControl`1<UnityEngine.Vector2>
|
|
|
|
// UnityEngine.InputSystem.InputControl`1<UnityEngine.Vector2>
|
|
|
|
// UnityEngine.Events.UnityAction`1<System.Boolean>
|
|
|
|
// UnityEngine.Events.UnityAction`1<System.Boolean>
|
|
|
|
// UnityEngine.Events.UnityAction`1<HurricaneVR.Framework.Components.HVRDamageHandlerBase>
|
|
|
|
// UnityEngine.Events.UnityAction`1<HurricaneVR.Framework.Components.HVRDamageHandlerBase>
|
|
|
|
// UnityEngine.Events.UnityAction`1<HurricaneVR.Framework.Components.HVRPhysicsButton>
|
|
|
|
// UnityEngine.Events.UnityAction`1<HurricaneVR.Framework.Components.HVRPhysicsButton>
|
|
|
|
// UnityEngine.Events.UnityAction`1<System.Single>
|
|
|
|
// UnityEngine.Events.UnityAction`1<System.Single>
|
|
|
|
// UnityEngine.Events.UnityAction`1<HurricaneVR.Framework.Core.Stabbing.StabArgs>
|
|
|
|
// UnityEngine.Events.UnityAction`1<HurricaneVR.Framework.Core.Stabbing.StabArgs>
|
|
|
|
// UnityEngine.Events.UnityAction`2<HurricaneVR.Framework.Core.Grabbers.HVRGrabberBase,HurricaneVR.Framework.Core.HVRGrabbable>
|
|
|
|
// UnityEngine.Events.UnityAction`2<HurricaneVR.Framework.Core.Grabbers.HVRGrabberBase,HurricaneVR.Framework.Core.HVRGrabbable>
|
|
|
|
// UnityEngine.Events.UnityAction`2<HurricaneVR.Framework.Core.Stabbing.HVRStabber,HurricaneVR.Framework.Core.Stabbing.HVRStabbable>
|
|
|
|
// UnityEngine.Events.UnityAction`2<HurricaneVR.Framework.Core.Stabbing.HVRStabber,HurricaneVR.Framework.Core.Stabbing.HVRStabbable>
|
|
|
|
// System.AsyncCallback
|
|
|
|
// System.AsyncCallback
|
|
|
|
// NodeCanvas.BehaviourTrees.BTDecorator
|
|
|
|
// NodeCanvas.BehaviourTrees.BTDecorator
|
|
|
|
// UnityEngine.Behaviour
|
|
|
|
// UnityEngine.Behaviour
|
|
|
|
// UnityEngine.Collider
|
|
|
|
// UnityEngine.Collider
|
|
|
|
// FReflectionProbePreset
|
|
|
|
// FReflectionProbePreset
|
|
|
|
// NodeCanvas.Framework.Graph
|
|
struct Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032_StaticFields
|
|
{
|
|
// System.Action`1<NodeCanvas.Framework.Graph> NodeCanvas.Framework.Graph::onGraphSerialized
|
|
Action_1_t9D5B6373D6027B3BE7FF6B70A01B3CB38AAA3965* ___onGraphSerialized_9;
|
|
// System.Action`1<NodeCanvas.Framework.Graph> NodeCanvas.Framework.Graph::onGraphDeserialized
|
|
Action_1_t9D5B6373D6027B3BE7FF6B70A01B3CB38AAA3965* ___onGraphDeserialized_10;
|
|
// System.Collections.Generic.List`1<NodeCanvas.Framework.Graph> NodeCanvas.Framework.Graph::_runningGraphs
|
|
List_1_tAC3699D052F658AFF59ECF6AB1A90478603F6294* ____runningGraphs_12;
|
|
};
|
|
|
|
// NodeCanvas.Framework.Graph
|
|
|
|
// HurricaneVR.Framework.Core.HVRSettings
|
|
struct HVRSettings_tF57CCCAFB711DE66F81893E04363569A1C4AF080_StaticFields
|
|
{
|
|
// HurricaneVR.Framework.Core.HVRSettings HurricaneVR.Framework.Core.HVRSettings::_instance
|
|
HVRSettings_tF57CCCAFB711DE66F81893E04363569A1C4AF080* ____instance_5;
|
|
};
|
|
|
|
// HurricaneVR.Framework.Core.HVRSettings
|
|
|
|
// RootMotion.FinalIK.IKSolverAim
|
|
|
|
// RootMotion.FinalIK.IKSolverAim
|
|
|
|
// UnityEngine.Joint
|
|
|
|
// UnityEngine.Joint
|
|
|
|
// System.NotSupportedException
|
|
|
|
// System.NotSupportedException
|
|
|
|
// FIMSpace.Generating.OStamperSet
|
|
struct OStamperSet_tF2812982CD5DB7F227E44BB30B7153A21F96D6A3_StaticFields
|
|
{
|
|
// UnityEngine.Collider[] FIMSpace.Generating.OStamperSet::overlapsBuffer
|
|
ColliderU5BU5D_t94A9D70F63D095AFF2A9B4613012A5F7F3141787* ___overlapsBuffer_4;
|
|
};
|
|
|
|
// FIMSpace.Generating.OStamperSet
|
|
|
|
// UnityEngine.ParticleSystem
|
|
|
|
// UnityEngine.ParticleSystem
|
|
|
|
// UnityEngine.Renderer
|
|
|
|
// UnityEngine.Renderer
|
|
|
|
// UnityEngine.Rigidbody
|
|
|
|
// UnityEngine.Rigidbody
|
|
|
|
// UnityEngine.Transform
|
|
|
|
// UnityEngine.Transform
|
|
|
|
// FEasing/Function
|
|
|
|
// FEasing/Function
|
|
|
|
// UnityEngine.Animator
|
|
|
|
// UnityEngine.Animator
|
|
|
|
// System.ArgumentNullException
|
|
|
|
// System.ArgumentNullException
|
|
|
|
// NodeCanvas.BehaviourTrees.BehaviourTree
|
|
struct BehaviourTree_t6AF4016EBA17F68BDB7FA2350CDD23D7D3629562_StaticFields
|
|
{
|
|
// System.Action`2<NodeCanvas.BehaviourTrees.BehaviourTree,NodeCanvas.Framework.Status> NodeCanvas.BehaviourTrees.BehaviourTree::onRootStatusChanged
|
|
Action_2_tD92E64C609E4D43CA2F9F8575F6427A4D699707C* ___onRootStatusChanged_29;
|
|
};
|
|
|
|
// NodeCanvas.BehaviourTrees.BehaviourTree
|
|
|
|
// UnityEngine.BoxCollider
|
|
|
|
// UnityEngine.BoxCollider
|
|
|
|
// 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
|
|
|
|
// UnityEngine.Canvas
|
|
struct Canvas_t2DB4CEFDFF732884866C83F11ABF75F5AE8FFB26_StaticFields
|
|
{
|
|
// UnityEngine.Canvas/WillRenderCanvases UnityEngine.Canvas::preWillRenderCanvases
|
|
WillRenderCanvases_tA4A6E66DBA797DCB45B995DBA449A9D1D80D0FBC* ___preWillRenderCanvases_4;
|
|
// UnityEngine.Canvas/WillRenderCanvases UnityEngine.Canvas::willRenderCanvases
|
|
WillRenderCanvases_tA4A6E66DBA797DCB45B995DBA449A9D1D80D0FBC* ___willRenderCanvases_5;
|
|
// System.Action`1<System.Int32> UnityEngine.Canvas::<externBeginRenderOverlays>k__BackingField
|
|
Action_1_tD69A6DC9FBE94131E52F5A73B2A9D4AB51EEC404* ___U3CexternBeginRenderOverlaysU3Ek__BackingField_6;
|
|
// System.Action`2<System.Int32,System.Int32> UnityEngine.Canvas::<externRenderOverlaysBefore>k__BackingField
|
|
Action_2_tD7438462601D3939500ED67463331FE00CFFBDB8* ___U3CexternRenderOverlaysBeforeU3Ek__BackingField_7;
|
|
// System.Action`1<System.Int32> UnityEngine.Canvas::<externEndRenderOverlays>k__BackingField
|
|
Action_1_tD69A6DC9FBE94131E52F5A73B2A9D4AB51EEC404* ___U3CexternEndRenderOverlaysU3Ek__BackingField_8;
|
|
};
|
|
|
|
// UnityEngine.Canvas
|
|
|
|
// UnityEngine.CharacterController
|
|
|
|
// UnityEngine.CharacterController
|
|
|
|
// UnityEngine.ConfigurableJoint
|
|
|
|
// UnityEngine.ConfigurableJoint
|
|
|
|
// UnityEngine.InputSystem.Gamepad
|
|
struct Gamepad_tA8C0E40B4F0828615C6C6E1A69AAEBE5AA643A4C_StaticFields
|
|
{
|
|
// UnityEngine.InputSystem.Gamepad UnityEngine.InputSystem.Gamepad::<current>k__BackingField
|
|
Gamepad_tA8C0E40B4F0828615C6C6E1A69AAEBE5AA643A4C* ___U3CcurrentU3Ek__BackingField_59;
|
|
// System.Int32 UnityEngine.InputSystem.Gamepad::s_GamepadCount
|
|
int32_t ___s_GamepadCount_61;
|
|
// UnityEngine.InputSystem.Gamepad[] UnityEngine.InputSystem.Gamepad::s_Gamepads
|
|
GamepadU5BU5D_t907383551E67ACF51B8B4ECCC0E399DAE2AB3762* ___s_Gamepads_62;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Gamepad
|
|
|
|
// UnityEngine.HingeJoint
|
|
|
|
// UnityEngine.HingeJoint
|
|
|
|
// UnityEngine.InputSystem.Keyboard
|
|
struct Keyboard_t015BD1A6508137D20B4395295F6E002773FAAF43_StaticFields
|
|
{
|
|
// UnityEngine.InputSystem.Keyboard UnityEngine.InputSystem.Keyboard::<current>k__BackingField
|
|
Keyboard_t015BD1A6508137D20B4395295F6E002773FAAF43* ___U3CcurrentU3Ek__BackingField_50;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Keyboard
|
|
|
|
// UnityEngine.LineRenderer
|
|
|
|
// UnityEngine.LineRenderer
|
|
|
|
// UnityEngine.MeshRenderer
|
|
|
|
// UnityEngine.MeshRenderer
|
|
|
|
// UnityEngine.MonoBehaviour
|
|
|
|
// UnityEngine.MonoBehaviour
|
|
|
|
// UnityEngine.AI.NavMeshAgent
|
|
|
|
// UnityEngine.AI.NavMeshAgent
|
|
|
|
// UnityEngine.ReflectionProbe
|
|
struct ReflectionProbe_t7CFA63F0340447A0069E66DB261A8A1B79BA8A2D_StaticFields
|
|
{
|
|
// System.Action`2<UnityEngine.ReflectionProbe,UnityEngine.ReflectionProbe/ReflectionProbeEvent> UnityEngine.ReflectionProbe::reflectionProbeChanged
|
|
Action_2_tECD5D9B0D67D486B802E231F6C4D4B0870A6FE72* ___reflectionProbeChanged_4;
|
|
// System.Action`1<UnityEngine.Cubemap> UnityEngine.ReflectionProbe::defaultReflectionSet
|
|
Action_1_tD7D5CE7F2FAEACB3761C239E9D66C15DFB9151C5* ___defaultReflectionSet_5;
|
|
// System.Action`1<UnityEngine.Texture> UnityEngine.ReflectionProbe::defaultReflectionTexture
|
|
Action_1_t29B51564E49F5100689191ED6A9BFFC2081294EB* ___defaultReflectionTexture_6;
|
|
};
|
|
|
|
// UnityEngine.ReflectionProbe
|
|
|
|
// UnityEngine.TrailRenderer
|
|
|
|
// UnityEngine.TrailRenderer
|
|
|
|
// NodeCanvas.Tasks.Actions.TunnelAction
|
|
|
|
// NodeCanvas.Tasks.Actions.TunnelAction
|
|
|
|
// UnityTemplateProjects.AnimProxy
|
|
|
|
// UnityTemplateProjects.AnimProxy
|
|
|
|
// AudioDropRigidBody
|
|
|
|
// AudioDropRigidBody
|
|
|
|
// UnityTemplateProjects.BulletProxy
|
|
|
|
// UnityTemplateProjects.BulletProxy
|
|
|
|
// UnityEngine.InputSystem.Controls.ButtonControl
|
|
struct ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_StaticFields
|
|
{
|
|
// System.Single UnityEngine.InputSystem.Controls.ButtonControl::s_GlobalDefaultButtonPressPoint
|
|
float ___s_GlobalDefaultButtonPressPoint_40;
|
|
// System.Single UnityEngine.InputSystem.Controls.ButtonControl::s_GlobalDefaultButtonReleaseThreshold
|
|
float ___s_GlobalDefaultButtonReleaseThreshold_41;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Controls.ButtonControl
|
|
|
|
// CameraShake
|
|
struct CameraShake_tAC55122F42E0B2A0581731E4C9799A5A8A0D7CA1_StaticFields
|
|
{
|
|
// System.Single CameraShake::shakeDuration
|
|
float ___shakeDuration_5;
|
|
// System.Single CameraShake::shakeAmount
|
|
float ___shakeAmount_6;
|
|
};
|
|
|
|
// CameraShake
|
|
|
|
// CameraShakeCaller
|
|
|
|
// CameraShakeCaller
|
|
|
|
// CameraShakeProjectile
|
|
|
|
// CameraShakeProjectile
|
|
|
|
// CollisionTutorialTargetTree
|
|
|
|
// CollisionTutorialTargetTree
|
|
|
|
// HurricaneVR.TechDemo.Scripts.DemoBackpack
|
|
|
|
// HurricaneVR.TechDemo.Scripts.DemoBackpack
|
|
|
|
// HurricaneVR.TechDemo.Scripts.DemoCodeGrabbing
|
|
|
|
// HurricaneVR.TechDemo.Scripts.DemoCodeGrabbing
|
|
|
|
// HurricaneVR.TechDemo.Scripts.DemoDummyArm
|
|
|
|
// HurricaneVR.TechDemo.Scripts.DemoDummyArm
|
|
|
|
// HurricaneVR.TechDemo.Scripts.DemoFullStabConfetti
|
|
|
|
// HurricaneVR.TechDemo.Scripts.DemoFullStabConfetti
|
|
|
|
// HurricaneVR.TechDemo.Scripts.DemoGlassRotate
|
|
|
|
// HurricaneVR.TechDemo.Scripts.DemoGlassRotate
|
|
|
|
// HurricaneVR.TechDemo.Scripts.DemoHatchDoor
|
|
|
|
// HurricaneVR.TechDemo.Scripts.DemoHatchDoor
|
|
|
|
// HurricaneVR.TechDemo.Scripts.DemoHeavyDoor
|
|
|
|
// HurricaneVR.TechDemo.Scripts.DemoHeavyDoor
|
|
|
|
// HurricaneVR.TechDemo.Scripts.DemoHelper
|
|
|
|
// HurricaneVR.TechDemo.Scripts.DemoHelper
|
|
|
|
// HurricaneVR.TechDemo.Scripts.DemoHolsterOrientation
|
|
|
|
// HurricaneVR.TechDemo.Scripts.DemoHolsterOrientation
|
|
|
|
// HurricaneVR.TechDemo.Scripts.DemoKeyHologram
|
|
|
|
// HurricaneVR.TechDemo.Scripts.DemoKeyHologram
|
|
|
|
// HurricaneVR.TechDemo.Scripts.DemoKeypad
|
|
|
|
// HurricaneVR.TechDemo.Scripts.DemoKeypad
|
|
|
|
// HurricaneVR.TechDemo.Scripts.DemoLeverDisplay
|
|
|
|
// HurricaneVR.TechDemo.Scripts.DemoLeverDisplay
|
|
|
|
// HurricaneVR.TechDemo.Scripts.DemoLock
|
|
|
|
// HurricaneVR.TechDemo.Scripts.DemoLock
|
|
|
|
// HurricaneVR.TechDemo.Scripts.DemoLockedDoor
|
|
|
|
// HurricaneVR.TechDemo.Scripts.DemoLockedDoor
|
|
|
|
// HurricaneVR.TechDemo.Scripts.DemoManualTeleport
|
|
|
|
// HurricaneVR.TechDemo.Scripts.DemoManualTeleport
|
|
|
|
// HurricaneVR.TechDemo.Scripts.DemoPowerUnit
|
|
|
|
// HurricaneVR.TechDemo.Scripts.DemoPowerUnit
|
|
|
|
// HurricaneVR.TechDemo.Scripts.DemoSafeDoor
|
|
|
|
// HurricaneVR.TechDemo.Scripts.DemoSafeDoor
|
|
|
|
// HurricaneVR.TechDemo.Scripts.DemoSlidingDoor
|
|
|
|
// HurricaneVR.TechDemo.Scripts.DemoSlidingDoor
|
|
|
|
// HurricaneVR.TechDemo.Scripts.DemoUIManager
|
|
|
|
// HurricaneVR.TechDemo.Scripts.DemoUIManager
|
|
|
|
// HurricaneVR.TechDemo.Scripts.DemoValveHologram
|
|
|
|
// HurricaneVR.TechDemo.Scripts.DemoValveHologram
|
|
|
|
// HurricaneVR.TechDemo.Scripts.DemoValveLock
|
|
|
|
// HurricaneVR.TechDemo.Scripts.DemoValveLock
|
|
|
|
// DepthTexture
|
|
|
|
// DepthTexture
|
|
|
|
// DestroyMe
|
|
|
|
// DestroyMe
|
|
|
|
// DestroyedInstance
|
|
|
|
// DestroyedInstance
|
|
|
|
// Dissolver
|
|
|
|
// Dissolver
|
|
|
|
// DoorFrame
|
|
|
|
// DoorFrame
|
|
|
|
// DoorZone
|
|
|
|
// DoorZone
|
|
|
|
// EffectActor
|
|
|
|
// EffectActor
|
|
|
|
// FPSCounter
|
|
|
|
// FPSCounter
|
|
|
|
// HurricaneVR.Framework.Core.Player.HVRCameraRig
|
|
|
|
// HurricaneVR.Framework.Core.Player.HVRCameraRig
|
|
|
|
// HurricaneVR.Framework.Components.HVRDamageHandlerBase
|
|
|
|
// HurricaneVR.Framework.Components.HVRDamageHandlerBase
|
|
|
|
// HurricaneVR.Framework.Components.HVRDamageProvider
|
|
|
|
// HurricaneVR.Framework.Components.HVRDamageProvider
|
|
|
|
// HurricaneVR.Framework.Core.HVRGrabbable
|
|
|
|
// HurricaneVR.Framework.Core.HVRGrabbable
|
|
|
|
// HurricaneVR.Framework.Core.Grabbers.HVRGrabberBase
|
|
|
|
// HurricaneVR.Framework.Core.Grabbers.HVRGrabberBase
|
|
|
|
// HurricaneVR.Framework.Core.Player.HVRJointHand
|
|
|
|
// HurricaneVR.Framework.Core.Player.HVRJointHand
|
|
|
|
// HurricaneVR.Framework.Components.HVRPhysicsButton
|
|
|
|
// HurricaneVR.Framework.Components.HVRPhysicsButton
|
|
|
|
// HurricaneVR.Framework.Core.Player.HVRPlayerController
|
|
|
|
// HurricaneVR.Framework.Core.Player.HVRPlayerController
|
|
|
|
// HurricaneVR.Framework.ControllerInput.HVRPlayerInputs
|
|
|
|
// HurricaneVR.Framework.ControllerInput.HVRPlayerInputs
|
|
|
|
// HurricaneVR.Framework.Core.HandPoser.HVRPosableGrabPoint
|
|
|
|
// HurricaneVR.Framework.Core.HandPoser.HVRPosableGrabPoint
|
|
|
|
// HurricaneVR.Framework.Components.HVRRotationLimiter
|
|
|
|
// HurricaneVR.Framework.Components.HVRRotationLimiter
|
|
|
|
// HurricaneVR.Framework.Components.HVRRotationTracker
|
|
|
|
// HurricaneVR.Framework.Components.HVRRotationTracker
|
|
|
|
// HurricaneVR.Framework.Core.Sockets.HVRSocketFilter
|
|
|
|
// HurricaneVR.Framework.Core.Sockets.HVRSocketFilter
|
|
|
|
// HurricaneVR.Framework.Core.Sockets.HVRSocketable
|
|
|
|
// HurricaneVR.Framework.Core.Sockets.HVRSocketable
|
|
|
|
// HurricaneVR.Framework.Core.Stabbing.HVRStabbable
|
|
|
|
// HurricaneVR.Framework.Core.Stabbing.HVRStabbable
|
|
|
|
// HurricaneVR.Framework.Core.Stabbing.HVRStabber
|
|
|
|
// HurricaneVR.Framework.Core.Stabbing.HVRStabber
|
|
|
|
// HurricaneVR.Framework.Core.Player.HVRTeleporter
|
|
|
|
// HurricaneVR.Framework.Core.Player.HVRTeleporter
|
|
|
|
// HandPocket
|
|
|
|
// HandPocket
|
|
|
|
// IKAnimation
|
|
|
|
// IKAnimation
|
|
|
|
// InteriorIDTag
|
|
|
|
// InteriorIDTag
|
|
|
|
// UnityEngine.InputSystem.Mouse
|
|
struct Mouse_t9A9CC4636FA9CDBAD7FB7A02DB0D6395EDCC338F_StaticFields
|
|
{
|
|
// UnityEngine.InputSystem.Mouse UnityEngine.InputSystem.Mouse::<current>k__BackingField
|
|
Mouse_t9A9CC4636FA9CDBAD7FB7A02DB0D6395EDCC338F* ___U3CcurrentU3Ek__BackingField_58;
|
|
// UnityEngine.InputSystem.Mouse UnityEngine.InputSystem.Mouse::s_PlatformMouseDevice
|
|
Mouse_t9A9CC4636FA9CDBAD7FB7A02DB0D6395EDCC338F* ___s_PlatformMouseDevice_59;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Mouse
|
|
|
|
// MusicControll
|
|
struct MusicControll_t73F61479F1E65ACE55E13D0935E8A889C4FB8EE3_StaticFields
|
|
{
|
|
// MusicControll MusicControll::instance
|
|
MusicControll_t73F61479F1E65ACE55E13D0935E8A889C4FB8EE3* ___instance_4;
|
|
};
|
|
|
|
// MusicControll
|
|
|
|
// NpcCombatAbstract
|
|
|
|
// NpcCombatAbstract
|
|
|
|
// NpcMovementAnimator
|
|
struct NpcMovementAnimator_t3AD0AA4F83B1448CBEEE1A1443C06D512A099A5A_StaticFields
|
|
{
|
|
// System.Int32 NpcMovementAnimator::SpeedAnim
|
|
int32_t ___SpeedAnim_6;
|
|
};
|
|
|
|
// NpcMovementAnimator
|
|
|
|
// NpcRagdollController
|
|
|
|
// NpcRagdollController
|
|
|
|
// ObjectStampEmitterBase
|
|
|
|
// ObjectStampEmitterBase
|
|
|
|
// ObjectStampOverrideParameters
|
|
|
|
// ObjectStampOverrideParameters
|
|
|
|
// PlayerTargetPosition
|
|
|
|
// PlayerTargetPosition
|
|
|
|
// Projectile
|
|
|
|
// Projectile
|
|
|
|
// RootMotion.FinalIK.RagdollUtility
|
|
|
|
// RootMotion.FinalIK.RagdollUtility
|
|
|
|
// HurricaneVR.Framework.Core.Utils.SFXPlayer
|
|
struct SFXPlayer_t6916F8692A74B19A33C44C40C773635DF91B5165_StaticFields
|
|
{
|
|
// HurricaneVR.Framework.Core.Utils.SFXPlayer HurricaneVR.Framework.Core.Utils.SFXPlayer::s_Instance
|
|
SFXPlayer_t6916F8692A74B19A33C44C40C773635DF91B5165* ___s_Instance_4;
|
|
};
|
|
|
|
// HurricaneVR.Framework.Core.Utils.SFXPlayer
|
|
|
|
// UnityTemplateProjects.SimpleCameraController
|
|
|
|
// UnityTemplateProjects.SimpleCameraController
|
|
|
|
// UnityEngine.InputSystem.Controls.StickControl
|
|
|
|
// UnityEngine.InputSystem.Controls.StickControl
|
|
|
|
// TargetReload
|
|
|
|
// TargetReload
|
|
|
|
// TriggersRelation
|
|
|
|
// TriggersRelation
|
|
|
|
// Weapon
|
|
|
|
// Weapon
|
|
|
|
// WeaponCountAmmoUI
|
|
|
|
// WeaponCountAmmoUI
|
|
|
|
// WeaponHitEffect
|
|
|
|
// WeaponHitEffect
|
|
|
|
// WeaponMagazine
|
|
|
|
// WeaponMagazine
|
|
|
|
// destroyMe
|
|
|
|
// destroyMe
|
|
|
|
// particleColorChangerMaster
|
|
|
|
// particleColorChangerMaster
|
|
|
|
// projectileActor
|
|
|
|
// projectileActor
|
|
|
|
// NodeCanvas.Framework.GraphOwner`1<NodeCanvas.BehaviourTrees.BehaviourTree>
|
|
|
|
// NodeCanvas.Framework.GraphOwner`1<NodeCanvas.BehaviourTrees.BehaviourTree>
|
|
|
|
// HurricaneVR.Framework.Core.Sockets.HVREnumFlagsSocketFilter`1<HurricaneVR.TechDemo.Scripts.DemoSocketableItems>
|
|
|
|
// HurricaneVR.Framework.Core.Sockets.HVREnumFlagsSocketFilter`1<HurricaneVR.TechDemo.Scripts.DemoSocketableItems>
|
|
|
|
// HurricaneVR.Framework.Core.Sockets.HVREnumFlagsSocketable`1<HurricaneVR.TechDemo.Scripts.DemoSocketableItems>
|
|
|
|
// HurricaneVR.Framework.Core.Sockets.HVREnumFlagsSocketable`1<HurricaneVR.TechDemo.Scripts.DemoSocketableItems>
|
|
|
|
// HurricaneVR.TechDemo.Scripts.DemoKeypadButton
|
|
|
|
// HurricaneVR.TechDemo.Scripts.DemoKeypadButton
|
|
|
|
// HurricaneVR.TechDemo.Scripts.DemoSafeDial
|
|
|
|
// HurricaneVR.TechDemo.Scripts.DemoSafeDial
|
|
|
|
// ExplodingProjectile
|
|
|
|
// ExplodingProjectile
|
|
|
|
// HurricaneVR.Framework.Weapons.HVRAmmo
|
|
|
|
// HurricaneVR.Framework.Weapons.HVRAmmo
|
|
|
|
// HurricaneVR.Framework.Components.HVRDamageHandler
|
|
|
|
// HurricaneVR.Framework.Components.HVRDamageHandler
|
|
|
|
// HurricaneVR.Framework.Core.Grabbers.HVRForceGrabber
|
|
|
|
// HurricaneVR.Framework.Core.Grabbers.HVRForceGrabber
|
|
|
|
// HurricaneVR.Framework.Weapons.Guns.HVRGunBase
|
|
|
|
// HurricaneVR.Framework.Weapons.Guns.HVRGunBase
|
|
|
|
// HurricaneVR.Framework.Core.Grabbers.HVRHandGrabber
|
|
struct HVRHandGrabber_t9CB7C31300D3D84C4E564C643D0BF501EBB16B90_StaticFields
|
|
{
|
|
// System.Collections.Generic.List`1<UnityEngine.Vector3> HurricaneVR.Framework.Core.Grabbers.HVRHandGrabber::_peakVelocities
|
|
List_1_t77B94703E05C519A9010DD0614F757F974E1CD8B* ____peakVelocities_156;
|
|
// System.Collections.Generic.IComparer`1<UnityEngine.Vector3> HurricaneVR.Framework.Core.Grabbers.HVRHandGrabber::_velocityComparer
|
|
RuntimeObject* ____velocityComparer_157;
|
|
};
|
|
|
|
// HurricaneVR.Framework.Core.Grabbers.HVRHandGrabber
|
|
|
|
// HurricaneVR.Framework.Core.Grabbers.HVRSocket
|
|
|
|
// HurricaneVR.Framework.Core.Grabbers.HVRSocket
|
|
|
|
// UnityEngine.InputSystem.Controls.KeyControl
|
|
|
|
// UnityEngine.InputSystem.Controls.KeyControl
|
|
|
|
// MagazineFilter
|
|
|
|
// MagazineFilter
|
|
|
|
// MagazineSocketable
|
|
|
|
// MagazineSocketable
|
|
|
|
// NpcBotSpiderCombat
|
|
|
|
// NpcBotSpiderCombat
|
|
|
|
// NpcCombatParazit
|
|
struct NpcCombatParazit_t609BF18369903625745D21FEF6804AAE451E8F5F_StaticFields
|
|
{
|
|
// System.Int32 NpcCombatParazit::AttackAnim
|
|
int32_t ___AttackAnim_21;
|
|
// System.Int32 NpcCombatParazit::AggressiveAnim
|
|
int32_t ___AggressiveAnim_22;
|
|
// System.Int32 NpcCombatParazit::IdleIdAnim
|
|
int32_t ___IdleIdAnim_23;
|
|
};
|
|
|
|
// NpcCombatParazit
|
|
|
|
// NpcCombatSoldier
|
|
struct NpcCombatSoldier_t41ACF46777292813C2AF8AF86D30C446A29188F0_StaticFields
|
|
{
|
|
// System.Int32 NpcCombatSoldier::shoot
|
|
int32_t ___shoot_9;
|
|
};
|
|
|
|
// NpcCombatSoldier
|
|
|
|
// RootMotion.FinalIK.AimIK
|
|
|
|
// RootMotion.FinalIK.AimIK
|
|
|
|
// NodeCanvas.BehaviourTrees.BehaviourTreeOwner
|
|
|
|
// NodeCanvas.BehaviourTrees.BehaviourTreeOwner
|
|
|
|
// HurricaneVR.TechDemo.Scripts.DemoHolster
|
|
|
|
// HurricaneVR.TechDemo.Scripts.DemoHolster
|
|
|
|
// HurricaneVR.TechDemo.Scripts.DemoPassthroughSocket
|
|
|
|
// HurricaneVR.TechDemo.Scripts.DemoPassthroughSocket
|
|
|
|
// HurricaneVR.TechDemo.Scripts.DemoSocketFilter
|
|
|
|
// HurricaneVR.TechDemo.Scripts.DemoSocketFilter
|
|
|
|
// HurricaneVR.TechDemo.Scripts.DemoSocketables
|
|
|
|
// HurricaneVR.TechDemo.Scripts.DemoSocketables
|
|
|
|
// Zero.ExtGunBase
|
|
|
|
// Zero.ExtGunBase
|
|
|
|
// UnityEngine.UI.Slider
|
|
|
|
// UnityEngine.UI.Slider
|
|
|
|
// UnityEngine.UI.Toggle
|
|
|
|
// UnityEngine.UI.Toggle
|
|
|
|
// TMPro.TMP_Text
|
|
struct TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9_StaticFields
|
|
{
|
|
// TMPro.MaterialReference[] TMPro.TMP_Text::m_materialReferences
|
|
MaterialReferenceU5BU5D_t7491D335AB3E3E13CE9C0F5E931F396F6A02E1F2* ___m_materialReferences_46;
|
|
// System.Collections.Generic.Dictionary`2<System.Int32,System.Int32> TMPro.TMP_Text::m_materialReferenceIndexLookup
|
|
Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180* ___m_materialReferenceIndexLookup_47;
|
|
// TMPro.TMP_TextProcessingStack`1<TMPro.MaterialReference> TMPro.TMP_Text::m_materialReferenceStack
|
|
TMP_TextProcessingStack_1_tB03E08F69415B281A5A81138F09E49EE58402DF9 ___m_materialReferenceStack_48;
|
|
// UnityEngine.Color32 TMPro.TMP_Text::s_colorWhite
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___s_colorWhite_56;
|
|
// System.Func`3<System.Int32,System.String,TMPro.TMP_FontAsset> TMPro.TMP_Text::OnFontAssetRequest
|
|
Func_3_tC721DF8CDD07ED66A4833A19A2ED2302608C906C* ___OnFontAssetRequest_164;
|
|
// System.Func`3<System.Int32,System.String,TMPro.TMP_SpriteAsset> TMPro.TMP_Text::OnSpriteAssetRequest
|
|
Func_3_t6F6D9932638EA1A5A45303C6626C818C25D164E5* ___OnSpriteAssetRequest_165;
|
|
// System.Char[] TMPro.TMP_Text::m_htmlTag
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___m_htmlTag_188;
|
|
// TMPro.RichTextTagAttribute[] TMPro.TMP_Text::m_xmlAttribute
|
|
RichTextTagAttributeU5BU5D_t5816316EFD8F59DBC30B9F88E15828C564E47B6D* ___m_xmlAttribute_189;
|
|
// System.Single[] TMPro.TMP_Text::m_attributeParameterValues
|
|
SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* ___m_attributeParameterValues_190;
|
|
// TMPro.WordWrapState TMPro.TMP_Text::m_SavedWordWrapState
|
|
WordWrapState_t80F67D8CAA9B1A0A3D5266521E23A9F3100EDD0A ___m_SavedWordWrapState_202;
|
|
// TMPro.WordWrapState TMPro.TMP_Text::m_SavedLineState
|
|
WordWrapState_t80F67D8CAA9B1A0A3D5266521E23A9F3100EDD0A ___m_SavedLineState_203;
|
|
// TMPro.WordWrapState TMPro.TMP_Text::m_SavedEllipsisState
|
|
WordWrapState_t80F67D8CAA9B1A0A3D5266521E23A9F3100EDD0A ___m_SavedEllipsisState_204;
|
|
// TMPro.WordWrapState TMPro.TMP_Text::m_SavedLastValidState
|
|
WordWrapState_t80F67D8CAA9B1A0A3D5266521E23A9F3100EDD0A ___m_SavedLastValidState_205;
|
|
// TMPro.WordWrapState TMPro.TMP_Text::m_SavedSoftLineBreakState
|
|
WordWrapState_t80F67D8CAA9B1A0A3D5266521E23A9F3100EDD0A ___m_SavedSoftLineBreakState_206;
|
|
// TMPro.TMP_TextProcessingStack`1<TMPro.WordWrapState> TMPro.TMP_Text::m_EllipsisInsertionCandidateStack
|
|
TMP_TextProcessingStack_1_t2DDA00FFC64AF6E3AFD475AB2086D16C34787E0F ___m_EllipsisInsertionCandidateStack_207;
|
|
// Unity.Profiling.ProfilerMarker TMPro.TMP_Text::k_ParseTextMarker
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___k_ParseTextMarker_255;
|
|
// Unity.Profiling.ProfilerMarker TMPro.TMP_Text::k_InsertNewLineMarker
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___k_InsertNewLineMarker_256;
|
|
// UnityEngine.Vector2 TMPro.TMP_Text::k_LargePositiveVector2
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___k_LargePositiveVector2_260;
|
|
// UnityEngine.Vector2 TMPro.TMP_Text::k_LargeNegativeVector2
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___k_LargeNegativeVector2_261;
|
|
// System.Single TMPro.TMP_Text::k_LargePositiveFloat
|
|
float ___k_LargePositiveFloat_262;
|
|
// System.Single TMPro.TMP_Text::k_LargeNegativeFloat
|
|
float ___k_LargeNegativeFloat_263;
|
|
// System.Int32 TMPro.TMP_Text::k_LargePositiveInt
|
|
int32_t ___k_LargePositiveInt_264;
|
|
// System.Int32 TMPro.TMP_Text::k_LargeNegativeInt
|
|
int32_t ___k_LargeNegativeInt_265;
|
|
};
|
|
|
|
// TMPro.TMP_Text
|
|
|
|
// UnityEngine.UI.Text
|
|
struct Text_tD60B2346DAA6666BF0D822FF607F0B220C2B9E62_StaticFields
|
|
{
|
|
// UnityEngine.Material UnityEngine.UI.Text::s_DefaultText
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___s_DefaultText_41;
|
|
};
|
|
|
|
// UnityEngine.UI.Text
|
|
|
|
// TMPro.TextMeshPro
|
|
struct TextMeshPro_t4560AB28A3EAF503895A781A9C625273D833270E_StaticFields
|
|
{
|
|
// Unity.Profiling.ProfilerMarker TMPro.TextMeshPro::k_GenerateTextMarker
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___k_GenerateTextMarker_283;
|
|
// Unity.Profiling.ProfilerMarker TMPro.TextMeshPro::k_SetArraySizesMarker
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___k_SetArraySizesMarker_284;
|
|
// Unity.Profiling.ProfilerMarker TMPro.TextMeshPro::k_GenerateTextPhaseIMarker
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___k_GenerateTextPhaseIMarker_285;
|
|
// Unity.Profiling.ProfilerMarker TMPro.TextMeshPro::k_ParseMarkupTextMarker
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___k_ParseMarkupTextMarker_286;
|
|
// Unity.Profiling.ProfilerMarker TMPro.TextMeshPro::k_CharacterLookupMarker
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___k_CharacterLookupMarker_287;
|
|
// Unity.Profiling.ProfilerMarker TMPro.TextMeshPro::k_HandleGPOSFeaturesMarker
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___k_HandleGPOSFeaturesMarker_288;
|
|
// Unity.Profiling.ProfilerMarker TMPro.TextMeshPro::k_CalculateVerticesPositionMarker
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___k_CalculateVerticesPositionMarker_289;
|
|
// Unity.Profiling.ProfilerMarker TMPro.TextMeshPro::k_ComputeTextMetricsMarker
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___k_ComputeTextMetricsMarker_290;
|
|
// Unity.Profiling.ProfilerMarker TMPro.TextMeshPro::k_HandleVisibleCharacterMarker
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___k_HandleVisibleCharacterMarker_291;
|
|
// Unity.Profiling.ProfilerMarker TMPro.TextMeshPro::k_HandleWhiteSpacesMarker
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___k_HandleWhiteSpacesMarker_292;
|
|
// Unity.Profiling.ProfilerMarker TMPro.TextMeshPro::k_HandleHorizontalLineBreakingMarker
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___k_HandleHorizontalLineBreakingMarker_293;
|
|
// Unity.Profiling.ProfilerMarker TMPro.TextMeshPro::k_HandleVerticalLineBreakingMarker
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___k_HandleVerticalLineBreakingMarker_294;
|
|
// Unity.Profiling.ProfilerMarker TMPro.TextMeshPro::k_SaveGlyphVertexDataMarker
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___k_SaveGlyphVertexDataMarker_295;
|
|
// Unity.Profiling.ProfilerMarker TMPro.TextMeshPro::k_ComputeCharacterAdvanceMarker
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___k_ComputeCharacterAdvanceMarker_296;
|
|
// Unity.Profiling.ProfilerMarker TMPro.TextMeshPro::k_HandleCarriageReturnMarker
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___k_HandleCarriageReturnMarker_297;
|
|
// Unity.Profiling.ProfilerMarker TMPro.TextMeshPro::k_HandleLineTerminationMarker
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___k_HandleLineTerminationMarker_298;
|
|
// Unity.Profiling.ProfilerMarker TMPro.TextMeshPro::k_SavePageInfoMarker
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___k_SavePageInfoMarker_299;
|
|
// Unity.Profiling.ProfilerMarker TMPro.TextMeshPro::k_SaveProcessingStatesMarker
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___k_SaveProcessingStatesMarker_300;
|
|
// Unity.Profiling.ProfilerMarker TMPro.TextMeshPro::k_GenerateTextPhaseIIMarker
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___k_GenerateTextPhaseIIMarker_301;
|
|
// Unity.Profiling.ProfilerMarker TMPro.TextMeshPro::k_GenerateTextPhaseIIIMarker
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___k_GenerateTextPhaseIIIMarker_302;
|
|
};
|
|
|
|
// TMPro.TextMeshPro
|
|
|
|
// TMPro.TextMeshProUGUI
|
|
struct TextMeshProUGUI_t101091AF4B578BB534C92E9D1EEAF0611636D957_StaticFields
|
|
{
|
|
// Unity.Profiling.ProfilerMarker TMPro.TextMeshProUGUI::k_GenerateTextMarker
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___k_GenerateTextMarker_286;
|
|
// Unity.Profiling.ProfilerMarker TMPro.TextMeshProUGUI::k_SetArraySizesMarker
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___k_SetArraySizesMarker_287;
|
|
// Unity.Profiling.ProfilerMarker TMPro.TextMeshProUGUI::k_GenerateTextPhaseIMarker
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___k_GenerateTextPhaseIMarker_288;
|
|
// Unity.Profiling.ProfilerMarker TMPro.TextMeshProUGUI::k_ParseMarkupTextMarker
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___k_ParseMarkupTextMarker_289;
|
|
// Unity.Profiling.ProfilerMarker TMPro.TextMeshProUGUI::k_CharacterLookupMarker
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___k_CharacterLookupMarker_290;
|
|
// Unity.Profiling.ProfilerMarker TMPro.TextMeshProUGUI::k_HandleGPOSFeaturesMarker
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___k_HandleGPOSFeaturesMarker_291;
|
|
// Unity.Profiling.ProfilerMarker TMPro.TextMeshProUGUI::k_CalculateVerticesPositionMarker
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___k_CalculateVerticesPositionMarker_292;
|
|
// Unity.Profiling.ProfilerMarker TMPro.TextMeshProUGUI::k_ComputeTextMetricsMarker
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___k_ComputeTextMetricsMarker_293;
|
|
// Unity.Profiling.ProfilerMarker TMPro.TextMeshProUGUI::k_HandleVisibleCharacterMarker
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___k_HandleVisibleCharacterMarker_294;
|
|
// Unity.Profiling.ProfilerMarker TMPro.TextMeshProUGUI::k_HandleWhiteSpacesMarker
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___k_HandleWhiteSpacesMarker_295;
|
|
// Unity.Profiling.ProfilerMarker TMPro.TextMeshProUGUI::k_HandleHorizontalLineBreakingMarker
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___k_HandleHorizontalLineBreakingMarker_296;
|
|
// Unity.Profiling.ProfilerMarker TMPro.TextMeshProUGUI::k_HandleVerticalLineBreakingMarker
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___k_HandleVerticalLineBreakingMarker_297;
|
|
// Unity.Profiling.ProfilerMarker TMPro.TextMeshProUGUI::k_SaveGlyphVertexDataMarker
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___k_SaveGlyphVertexDataMarker_298;
|
|
// Unity.Profiling.ProfilerMarker TMPro.TextMeshProUGUI::k_ComputeCharacterAdvanceMarker
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___k_ComputeCharacterAdvanceMarker_299;
|
|
// Unity.Profiling.ProfilerMarker TMPro.TextMeshProUGUI::k_HandleCarriageReturnMarker
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___k_HandleCarriageReturnMarker_300;
|
|
// Unity.Profiling.ProfilerMarker TMPro.TextMeshProUGUI::k_HandleLineTerminationMarker
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___k_HandleLineTerminationMarker_301;
|
|
// Unity.Profiling.ProfilerMarker TMPro.TextMeshProUGUI::k_SavePageInfoMarker
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___k_SavePageInfoMarker_302;
|
|
// Unity.Profiling.ProfilerMarker TMPro.TextMeshProUGUI::k_SaveProcessingStatesMarker
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___k_SaveProcessingStatesMarker_303;
|
|
// Unity.Profiling.ProfilerMarker TMPro.TextMeshProUGUI::k_GenerateTextPhaseIIMarker
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___k_GenerateTextPhaseIIMarker_304;
|
|
// Unity.Profiling.ProfilerMarker TMPro.TextMeshProUGUI::k_GenerateTextPhaseIIIMarker
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___k_GenerateTextPhaseIIIMarker_305;
|
|
};
|
|
|
|
// TMPro.TextMeshProUGUI
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
// 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);
|
|
}
|
|
};
|
|
// EffectActor/projectile[]
|
|
struct projectileU5BU5D_tF1E6AFB2EB9222DB17F12130D246CD8963958EBC : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) projectile_tC6D560D5BA6B234CE4F0607636D036F39CE9DFD8* m_Items[1];
|
|
|
|
inline projectile_tC6D560D5BA6B234CE4F0607636D036F39CE9DFD8* GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline projectile_tC6D560D5BA6B234CE4F0607636D036F39CE9DFD8** 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, projectile_tC6D560D5BA6B234CE4F0607636D036F39CE9DFD8* value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
inline projectile_tC6D560D5BA6B234CE4F0607636D036F39CE9DFD8* GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline projectile_tC6D560D5BA6B234CE4F0607636D036F39CE9DFD8** GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, projectile_tC6D560D5BA6B234CE4F0607636D036F39CE9DFD8* value)
|
|
{
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
};
|
|
// projectileActor/projectile[]
|
|
struct projectileU5BU5D_t5E196EB3DE8D8CB96161807F47FE9B6B99A827B6 : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) projectile_t0A9A910379B42964C02CCDEFF4F1383D7C0CAFEE* m_Items[1];
|
|
|
|
inline projectile_t0A9A910379B42964C02CCDEFF4F1383D7C0CAFEE* GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline projectile_t0A9A910379B42964C02CCDEFF4F1383D7C0CAFEE** 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, projectile_t0A9A910379B42964C02CCDEFF4F1383D7C0CAFEE* value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
inline projectile_t0A9A910379B42964C02CCDEFF4F1383D7C0CAFEE* GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline projectile_t0A9A910379B42964C02CCDEFF4F1383D7C0CAFEE** GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, projectile_t0A9A910379B42964C02CCDEFF4F1383D7C0CAFEE* value)
|
|
{
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
};
|
|
// UnityEngine.Transform[]
|
|
struct TransformU5BU5D_tBB9C5F5686CAE82E3D97D43DF0F3D68ABF75EC24 : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* m_Items[1];
|
|
|
|
inline Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1** 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, Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
inline Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1** GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* value)
|
|
{
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
};
|
|
// particleColorChangerMaster/colorChange[]
|
|
struct colorChangeU5BU5D_t9308F55FF0A8191B8D6564EAB435C6E16739650B : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) colorChange_tEF35D6AA1529384E6B2C49CE37CD346711FD9D33* m_Items[1];
|
|
|
|
inline colorChange_tEF35D6AA1529384E6B2C49CE37CD346711FD9D33* GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline colorChange_tEF35D6AA1529384E6B2C49CE37CD346711FD9D33** 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, colorChange_tEF35D6AA1529384E6B2C49CE37CD346711FD9D33* value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
inline colorChange_tEF35D6AA1529384E6B2C49CE37CD346711FD9D33* GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline colorChange_tEF35D6AA1529384E6B2C49CE37CD346711FD9D33** GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, colorChange_tEF35D6AA1529384E6B2C49CE37CD346711FD9D33* value)
|
|
{
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
};
|
|
// UnityEngine.ParticleSystem[]
|
|
struct ParticleSystemU5BU5D_tC5E33DA557C9C2064085128B3530C5F04D48F6E6 : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) ParticleSystem_tB19986EE308BD63D36FB6025EEEAFBEDB97C67C1* m_Items[1];
|
|
|
|
inline ParticleSystem_tB19986EE308BD63D36FB6025EEEAFBEDB97C67C1* GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline ParticleSystem_tB19986EE308BD63D36FB6025EEEAFBEDB97C67C1** 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, ParticleSystem_tB19986EE308BD63D36FB6025EEEAFBEDB97C67C1* value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
inline ParticleSystem_tB19986EE308BD63D36FB6025EEEAFBEDB97C67C1* GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline ParticleSystem_tB19986EE308BD63D36FB6025EEEAFBEDB97C67C1** GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, ParticleSystem_tB19986EE308BD63D36FB6025EEEAFBEDB97C67C1* value)
|
|
{
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
};
|
|
// System.Delegate[]
|
|
struct DelegateU5BU5D_tC5AB7E8F745616680F337909D3A8E6C722CDF771 : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) Delegate_t* m_Items[1];
|
|
|
|
inline Delegate_t* GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline Delegate_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, Delegate_t* value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
inline Delegate_t* GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline Delegate_t** GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, Delegate_t* value)
|
|
{
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
};
|
|
// UnityEngine.ContactPoint[]
|
|
struct ContactPointU5BU5D_t3570603E8D0685B71B3D8BA07031674B00C5E411 : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) ContactPoint_t241857959C0D517C21F541BB04B63FA6C1EAB3F9 m_Items[1];
|
|
|
|
inline ContactPoint_t241857959C0D517C21F541BB04B63FA6C1EAB3F9 GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline ContactPoint_t241857959C0D517C21F541BB04B63FA6C1EAB3F9* 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, ContactPoint_t241857959C0D517C21F541BB04B63FA6C1EAB3F9 value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
}
|
|
inline ContactPoint_t241857959C0D517C21F541BB04B63FA6C1EAB3F9 GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline ContactPoint_t241857959C0D517C21F541BB04B63FA6C1EAB3F9* GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, ContactPoint_t241857959C0D517C21F541BB04B63FA6C1EAB3F9 value)
|
|
{
|
|
m_Items[index] = value;
|
|
}
|
|
};
|
|
// UnityEngine.Collider[]
|
|
struct ColliderU5BU5D_t94A9D70F63D095AFF2A9B4613012A5F7F3141787 : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) Collider_t1CC3163924FCD6C4CC2E816373A929C1E3D55E76* m_Items[1];
|
|
|
|
inline Collider_t1CC3163924FCD6C4CC2E816373A929C1E3D55E76* GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline Collider_t1CC3163924FCD6C4CC2E816373A929C1E3D55E76** 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, Collider_t1CC3163924FCD6C4CC2E816373A929C1E3D55E76* value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
inline Collider_t1CC3163924FCD6C4CC2E816373A929C1E3D55E76* GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline Collider_t1CC3163924FCD6C4CC2E816373A929C1E3D55E76** GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, Collider_t1CC3163924FCD6C4CC2E816373A929C1E3D55E76* value)
|
|
{
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
};
|
|
// System.Object[]
|
|
struct ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918 : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) RuntimeObject* m_Items[1];
|
|
|
|
inline RuntimeObject* GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline RuntimeObject** 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, RuntimeObject* value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
inline RuntimeObject* GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline RuntimeObject** GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, RuntimeObject* value)
|
|
{
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
};
|
|
// UnityEngine.Keyframe[]
|
|
struct KeyframeU5BU5D_t63250A46914A6A07B2A6689850D47D7D19D80BA3 : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) Keyframe_tB9C67DCBFE10C0AE9C52CB5C66E944255C9254F0 m_Items[1];
|
|
|
|
inline Keyframe_tB9C67DCBFE10C0AE9C52CB5C66E944255C9254F0 GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline Keyframe_tB9C67DCBFE10C0AE9C52CB5C66E944255C9254F0* 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, Keyframe_tB9C67DCBFE10C0AE9C52CB5C66E944255C9254F0 value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
}
|
|
inline Keyframe_tB9C67DCBFE10C0AE9C52CB5C66E944255C9254F0 GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline Keyframe_tB9C67DCBFE10C0AE9C52CB5C66E944255C9254F0* GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, Keyframe_tB9C67DCBFE10C0AE9C52CB5C66E944255C9254F0 value)
|
|
{
|
|
m_Items[index] = value;
|
|
}
|
|
};
|
|
// HurricaneVR.Framework.Core.HVRGrabbable[]
|
|
struct HVRGrabbableU5BU5D_tEDB0FBD4FD1418A2823FA20AF3A194F42B2D71D2 : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) HVRGrabbable_tC5E7380624392C1F4EB5BEA99BF9C187D151C0DE* m_Items[1];
|
|
|
|
inline HVRGrabbable_tC5E7380624392C1F4EB5BEA99BF9C187D151C0DE* GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline HVRGrabbable_tC5E7380624392C1F4EB5BEA99BF9C187D151C0DE** 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, HVRGrabbable_tC5E7380624392C1F4EB5BEA99BF9C187D151C0DE* value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
inline HVRGrabbable_tC5E7380624392C1F4EB5BEA99BF9C187D151C0DE* GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline HVRGrabbable_tC5E7380624392C1F4EB5BEA99BF9C187D151C0DE** GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, HVRGrabbable_tC5E7380624392C1F4EB5BEA99BF9C187D151C0DE* value)
|
|
{
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
};
|
|
// HurricaneVR.Framework.Core.Grabbers.HVRHandGrabber[]
|
|
struct HVRHandGrabberU5BU5D_t690658B28276350833B942BC75EBCD9010FBFD0B : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) HVRHandGrabber_t9CB7C31300D3D84C4E564C643D0BF501EBB16B90* m_Items[1];
|
|
|
|
inline HVRHandGrabber_t9CB7C31300D3D84C4E564C643D0BF501EBB16B90* GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline HVRHandGrabber_t9CB7C31300D3D84C4E564C643D0BF501EBB16B90** 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, HVRHandGrabber_t9CB7C31300D3D84C4E564C643D0BF501EBB16B90* value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
inline HVRHandGrabber_t9CB7C31300D3D84C4E564C643D0BF501EBB16B90* GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline HVRHandGrabber_t9CB7C31300D3D84C4E564C643D0BF501EBB16B90** GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, HVRHandGrabber_t9CB7C31300D3D84C4E564C643D0BF501EBB16B90* value)
|
|
{
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
};
|
|
// UnityEngine.AudioClip[]
|
|
struct AudioClipU5BU5D_t916722468F7EDCFA833318C35CD7D41097D75D31 : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) AudioClip_t5D272C4EB4F2D3ED49F1C346DEA373CF6D585F20* m_Items[1];
|
|
|
|
inline AudioClip_t5D272C4EB4F2D3ED49F1C346DEA373CF6D585F20* GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline AudioClip_t5D272C4EB4F2D3ED49F1C346DEA373CF6D585F20** 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, AudioClip_t5D272C4EB4F2D3ED49F1C346DEA373CF6D585F20* value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
inline AudioClip_t5D272C4EB4F2D3ED49F1C346DEA373CF6D585F20* GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline AudioClip_t5D272C4EB4F2D3ED49F1C346DEA373CF6D585F20** GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, AudioClip_t5D272C4EB4F2D3ED49F1C346DEA373CF6D585F20* value)
|
|
{
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
};
|
|
// HurricaneVR.TechDemo.Scripts.DemoKeypadButton[]
|
|
struct DemoKeypadButtonU5BU5D_t9C05770486C2B2F1F955E3F5C7099D24CC0239BD : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) DemoKeypadButton_tEF389A5AA56147E4556DD2DDADC034975BF0D8F4* m_Items[1];
|
|
|
|
inline DemoKeypadButton_tEF389A5AA56147E4556DD2DDADC034975BF0D8F4* GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline DemoKeypadButton_tEF389A5AA56147E4556DD2DDADC034975BF0D8F4** 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, DemoKeypadButton_tEF389A5AA56147E4556DD2DDADC034975BF0D8F4* value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
inline DemoKeypadButton_tEF389A5AA56147E4556DD2DDADC034975BF0D8F4* GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline DemoKeypadButton_tEF389A5AA56147E4556DD2DDADC034975BF0D8F4** GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, DemoKeypadButton_tEF389A5AA56147E4556DD2DDADC034975BF0D8F4* value)
|
|
{
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
};
|
|
// HurricaneVR.Framework.Core.Player.HVRTeleporter[]
|
|
struct HVRTeleporterU5BU5D_t1856C5897E868ACEC58861D7B36D10AE69A7BA5A : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) HVRTeleporter_t4FEDF3056BB66BE634DBCE3F3E6AD75C460F63B7* m_Items[1];
|
|
|
|
inline HVRTeleporter_t4FEDF3056BB66BE634DBCE3F3E6AD75C460F63B7* GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline HVRTeleporter_t4FEDF3056BB66BE634DBCE3F3E6AD75C460F63B7** 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, HVRTeleporter_t4FEDF3056BB66BE634DBCE3F3E6AD75C460F63B7* value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
inline HVRTeleporter_t4FEDF3056BB66BE634DBCE3F3E6AD75C460F63B7* GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline HVRTeleporter_t4FEDF3056BB66BE634DBCE3F3E6AD75C460F63B7** GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, HVRTeleporter_t4FEDF3056BB66BE634DBCE3F3E6AD75C460F63B7* value)
|
|
{
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
};
|
|
// UnityEngine.Material[]
|
|
struct MaterialU5BU5D_t2B1D11C42DB07A4400C0535F92DBB87A2E346D3D : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* m_Items[1];
|
|
|
|
inline Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3** 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, Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
inline Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3** GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* value)
|
|
{
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
};
|
|
// HurricaneVR.Framework.Core.Player.HVRPlayerController[]
|
|
struct HVRPlayerControllerU5BU5D_t3EA80674A4130B342F6CED94A632B46A9AB21634 : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) HVRPlayerController_t26A1DD9C40E8FC728A9145B43AA248B87DF528F0* m_Items[1];
|
|
|
|
inline HVRPlayerController_t26A1DD9C40E8FC728A9145B43AA248B87DF528F0* GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline HVRPlayerController_t26A1DD9C40E8FC728A9145B43AA248B87DF528F0** 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, HVRPlayerController_t26A1DD9C40E8FC728A9145B43AA248B87DF528F0* value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
inline HVRPlayerController_t26A1DD9C40E8FC728A9145B43AA248B87DF528F0* GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline HVRPlayerController_t26A1DD9C40E8FC728A9145B43AA248B87DF528F0** GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, HVRPlayerController_t26A1DD9C40E8FC728A9145B43AA248B87DF528F0* value)
|
|
{
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
};
|
|
// HurricaneVR.Framework.Core.Grabbers.HVRForceGrabber[]
|
|
struct HVRForceGrabberU5BU5D_tE763F25BD52821C3C7C1EE06428E6C240A379C1F : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) HVRForceGrabber_tD4C962011452998F4F3C4C7BC5FC6BF36A56B191* m_Items[1];
|
|
|
|
inline HVRForceGrabber_tD4C962011452998F4F3C4C7BC5FC6BF36A56B191* GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline HVRForceGrabber_tD4C962011452998F4F3C4C7BC5FC6BF36A56B191** 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, HVRForceGrabber_tD4C962011452998F4F3C4C7BC5FC6BF36A56B191* value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
inline HVRForceGrabber_tD4C962011452998F4F3C4C7BC5FC6BF36A56B191* GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline HVRForceGrabber_tD4C962011452998F4F3C4C7BC5FC6BF36A56B191** GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, HVRForceGrabber_tD4C962011452998F4F3C4C7BC5FC6BF36A56B191* value)
|
|
{
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
};
|
|
// Parabox.CSG.Vertex[]
|
|
struct VertexU5BU5D_t6719BBD27B36F9A8560C2148E33B4409BDC1B7F5 : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) Vertex_t4AEF728B000B77221E3C152BC139F66940DE78E9 m_Items[1];
|
|
|
|
inline Vertex_t4AEF728B000B77221E3C152BC139F66940DE78E9 GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline Vertex_t4AEF728B000B77221E3C152BC139F66940DE78E9* 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, Vertex_t4AEF728B000B77221E3C152BC139F66940DE78E9 value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
}
|
|
inline Vertex_t4AEF728B000B77221E3C152BC139F66940DE78E9 GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline Vertex_t4AEF728B000B77221E3C152BC139F66940DE78E9* GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, Vertex_t4AEF728B000B77221E3C152BC139F66940DE78E9 value)
|
|
{
|
|
m_Items[index] = value;
|
|
}
|
|
};
|
|
// System.Int32[]
|
|
struct Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C : 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;
|
|
}
|
|
};
|
|
|
|
|
|
// T UnityEngine.Component::GetComponent<System.Object>()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Component_GetComponent_TisRuntimeObject_m7181F81CAEC2CF53F5D2BC79B7425C16E1F80D33_gshared (Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* __this, const RuntimeMethod* method) ;
|
|
// T UnityEngine.Object::Instantiate<System.Object>(T,UnityEngine.Vector3,UnityEngine.Quaternion)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Object_Instantiate_TisRuntimeObject_m249A6BA4F2F19C2D3CE217D4D31847DF0EF03EFE_gshared (RuntimeObject* ___0_original, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___1_position, Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 ___2_rotation, const RuntimeMethod* method) ;
|
|
// System.Void System.Nullable`1<UnityEngine.RaycastHit>::.ctor(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Nullable_1__ctor_m0A5E89BED3122C383D5D1D61DEF0AFC73D71B93A_gshared (Nullable_1_t3F600B8542A47470EF0DD5F72E42A0A3878DD326* __this, RaycastHit_t6F30BD0B38B56401CA833A1B87BD74F2ACD2F2B5 ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void System.Nullable`1<UnityEngine.Vector3>::.ctor(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Nullable_1__ctor_m75F3ABB694E26670F021136BD3B9E71A65948BC2_gshared (Nullable_1_t9C51B084784B716FFF4ED4575C63CFD8A71A86FE* __this, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_value, const RuntimeMethod* method) ;
|
|
// System.Int32 System.Collections.Generic.List`1<System.Object>::get_Count()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m4407E4C389F22B8CEC282C15D56516658746C383_gshared_inline (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, const RuntimeMethod* method) ;
|
|
// T System.Collections.Generic.List`1<System.Object>::get_Item(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* List_1_get_Item_m33561245D64798C2AB07584C0EC4F240E4839A38_gshared (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, int32_t ___0_index, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Collections.Generic.List`1<System.Object>::Contains(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool List_1_Contains_m4C9139C2A6B23E9343D3F87807B32C6E2CFE660D_gshared (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, RuntimeObject* ___0_item, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.List`1<System.Object>::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_m7F078BB342729BDF11327FD89D7872265328F690_gshared (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.List`1<System.Object>::Add(T)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_gshared_inline (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, RuntimeObject* ___0_item, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.List`1<System.Object>::Clear()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Clear_m16C1F2C61FED5955F10EB36BC1CB2DF34B128994_gshared_inline (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.List`1<System.Object>::Insert(System.Int32,T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Insert_m9C9559248941FED50561DB029D55DF08DEF3B094_gshared (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, int32_t ___0_index, RuntimeObject* ___1_item, const RuntimeMethod* method) ;
|
|
// T UnityEngine.Object::Instantiate<System.Object>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Object_Instantiate_TisRuntimeObject_m90A1E6C4C2B445D2E848DB75C772D1B95AAC046A_gshared (RuntimeObject* ___0_original, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,System.Object>::ContainsKey(TKey)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_ContainsKey_mED5C451F158CDDD2B3F4B0720CD248DA9DB27B25_gshared (Dictionary_2_tA75D1125AC9BE8F005BA9B868B373398E643C907* __this, int32_t ___0_key, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Object>::Add(TKey,TValue)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_Add_mAF1EF7DA16BD70E252EA5C4B0F74DE519A02CBCD_gshared (Dictionary_2_tA75D1125AC9BE8F005BA9B868B373398E643C907* __this, int32_t ___0_key, RuntimeObject* ___1_value, const RuntimeMethod* method) ;
|
|
// TValue System.Collections.Generic.Dictionary`2<System.Int32,System.Object>::get_Item(TKey)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Dictionary_2_get_Item_mC3FEA647E750C27367C990777D8890E0E712E514_gshared (Dictionary_2_tA75D1125AC9BE8F005BA9B868B373398E643C907* __this, int32_t ___0_key, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Object>::set_Item(TKey,TValue)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_set_Item_m2888D71A14F2B8510102F24FEE90552E91B124C1_gshared (Dictionary_2_tA75D1125AC9BE8F005BA9B868B373398E643C907* __this, int32_t ___0_key, RuntimeObject* ___1_value, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Object>::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m92E9AB321FBD7147CA109C822D99C8B0610C27B7_gshared (Dictionary_2_tA75D1125AC9BE8F005BA9B868B373398E643C907* __this, const RuntimeMethod* method) ;
|
|
// T NodeCanvas.Framework.GraphOwner`1<System.Object>::get_behaviour()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* GraphOwner_1_get_behaviour_mF293CB26768E165D14B4F69E3163724A32BA9851_gshared (GraphOwner_1_t86DBA74285A156E783E65F8291A521FA1056646F* __this, const RuntimeMethod* method) ;
|
|
// TValue System.Collections.Generic.Dictionary`2<System.Object,System.Object>::get_Item(TKey)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Dictionary_2_get_Item_m4AAAECBE902A211BF2126E6AFA280AEF73A3E0D6_gshared (Dictionary_2_t14FE4A752A83D53771C584E4C8D14E01F2AFD7BA* __this, RuntimeObject* ___0_key, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Linq.Enumerable::Contains<System.Object>(System.Collections.Generic.IEnumerable`1<TSource>,TSource)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerable_Contains_TisRuntimeObject_mBCDB5870C52FC5BD2B6AE472A749FC03B9CF8958_gshared (RuntimeObject* ___0_source, RuntimeObject* ___1_value, const RuntimeMethod* method) ;
|
|
// System.Void System.Func`2<System.Object,System.Boolean>::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_2__ctor_m13C0A7F33154D861E2A041B52E88461832DA1697_gshared (Func_2_tE1F0D41563EE092E5E5540B061449FDE88F1DC00* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) ;
|
|
// System.Collections.Generic.IEnumerable`1<TSource> System.Linq.Enumerable::Where<System.Object>(System.Collections.Generic.IEnumerable`1<TSource>,System.Func`2<TSource,System.Boolean>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Enumerable_Where_TisRuntimeObject_m5DAF16724887B42DDBBF391C7F375749E8AA4AD7_gshared (RuntimeObject* ___0_source, Func_2_tE1F0D41563EE092E5E5540B061449FDE88F1DC00* ___1_predicate, const RuntimeMethod* method) ;
|
|
// T System.Collections.Generic.List`1<System.Single>::get_Item(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float List_1_get_Item_mFE556F47C4CD09EAC6C898EF39D4A8EC112CFC50_gshared (List_1_t0D1C46FD8DDDE974D93CA4F3474EEC05AF950918* __this, int32_t ___0_index, const RuntimeMethod* method) ;
|
|
// System.Collections.Generic.List`1/Enumerator<T> System.Collections.Generic.List`1<System.Object>::GetEnumerator()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_t9473BAB568A27E2339D48C1F91319E0F6D244D7A List_1_GetEnumerator_mD8294A7FA2BEB1929487127D476F8EC1CDC23BFC_gshared (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.List`1/Enumerator<System.Object>::Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_mD9DC3E3C3697830A4823047AB29A77DBBB5ED419_gshared (Enumerator_t9473BAB568A27E2339D48C1F91319E0F6D244D7A* __this, const RuntimeMethod* method) ;
|
|
// T System.Collections.Generic.List`1/Enumerator<System.Object>::get_Current()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* Enumerator_get_Current_m6330F15D18EE4F547C05DF9BF83C5EB710376027_gshared_inline (Enumerator_t9473BAB568A27E2339D48C1F91319E0F6D244D7A* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Collections.Generic.List`1/Enumerator<System.Object>::MoveNext()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_mE921CC8F29FBBDE7CC3209A0ED0D921D58D00BCB_gshared (Enumerator_t9473BAB568A27E2339D48C1F91319E0F6D244D7A* __this, const RuntimeMethod* method) ;
|
|
// System.Int32 System.Collections.Generic.List`1<System.Single>::get_Count()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m545762F67009314D9C63DD209B42FFF950569B05_gshared_inline (List_1_t0D1C46FD8DDDE974D93CA4F3474EEC05AF950918* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Collections.Generic.List`1<System.Object>::Remove(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool List_1_Remove_m4DFA48F4CEB9169601E75FC28517C5C06EFA5AD7_gshared (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, RuntimeObject* ___0_item, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Linq.Enumerable::Any<System.Object>(System.Collections.Generic.IEnumerable`1<TSource>,System.Func`2<TSource,System.Boolean>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerable_Any_TisRuntimeObject_mF6C6AC8DF8971883615734832D09C9210B956F0F_gshared (RuntimeObject* ___0_source, Func_2_tE1F0D41563EE092E5E5540B061449FDE88F1DC00* ___1_predicate, const RuntimeMethod* method) ;
|
|
// T UnityEngine.GameObject::GetComponent<System.Object>()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* GameObject_GetComponent_TisRuntimeObject_m6EAED4AA356F0F48288F67899E5958792395563B_gshared (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Func`1<System.Boolean>::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_1__ctor_mDFFAE9C73346372438B5B04C4558AC42F1A3DA22_gshared (Func_1_t2BE7F58348C9CC544A8973B3A9E55541DE43C457* __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.Void UnityEngine.Events.UnityAction`1<System.Object>::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityAction_1__ctor_m0C2FC6B483B474AE9596A43EBA7FF6E85503A92A_gshared (UnityAction_1_t9C30BCD020745BF400CBACF22C6F34ADBA2DDA6A* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.Events.UnityEvent`1<System.Object>::AddListener(UnityEngine.Events.UnityAction`1<T0>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEvent_1_AddListener_m055233246714700E4BDAA62635BC0AA49E8165CC_gshared (UnityEvent_1_t3CE03B42D5873C0C0E0692BEE72E1E6D5399F205* __this, UnityAction_1_t9C30BCD020745BF400CBACF22C6F34ADBA2DDA6A* ___0_call, const RuntimeMethod* method) ;
|
|
// T NodeCanvas.Framework.BBParameter`1<System.Object>::get_value()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* BBParameter_1_get_value_mD726F3B9C069F7F2EF7CB68934E87764BAD6967F_gshared (BBParameter_1_tB46669698C0BE7BD6EFB9A7BE9458183044389E3* __this, const RuntimeMethod* method) ;
|
|
// T NodeCanvas.Framework.ActionTask`1<System.Object>::get_agent()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ActionTask_1_get_agent_m725C3CA7C27E39117F3AE13147BF2D0A1473BF2F_gshared (ActionTask_1_tC83617FDF7D9AB2F28685150679C3A43806B4E1E* __this, const RuntimeMethod* method) ;
|
|
// T NodeCanvas.Framework.BBParameter`1<System.Single>::get_value()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float BBParameter_1_get_value_m46BCD0CE6DCB23D77AB3268C4D12A143C9F5C532_gshared (BBParameter_1_tBF43B031C046DDE9CC5360F10411F13194CA4A9F* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Nullable`1<UnityEngine.Vector3>::get_HasValue()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m6B76086B0E863AB1D634FD03E30154F230070435_gshared_inline (Nullable_1_t9C51B084784B716FFF4ED4575C63CFD8A71A86FE* __this, const RuntimeMethod* method) ;
|
|
// T System.Nullable`1<UnityEngine.Vector3>::GetValueOrDefault()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Nullable_1_GetValueOrDefault_mD88C565C80170105E87BB423C5B2F974840EF90F_gshared_inline (Nullable_1_t9C51B084784B716FFF4ED4575C63CFD8A71A86FE* __this, const RuntimeMethod* method) ;
|
|
// NodeCanvas.Framework.BBParameter`1<T> NodeCanvas.Framework.BBParameter`1<System.Single>::op_Implicit(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BBParameter_1_tBF43B031C046DDE9CC5360F10411F13194CA4A9F* BBParameter_1_op_Implicit_mB68539EA9B330F602E448A3FDC59D4F81D694531_gshared (float ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void NodeCanvas.Framework.ActionTask`1<System.Object>::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ActionTask_1__ctor_m94C88758A5A2DAF5802E24BB45017969FB30D7EC_gshared (ActionTask_1_tC83617FDF7D9AB2F28685150679C3A43806B4E1E* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Object>::ContainsKey(TKey)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_ContainsKey_m703047C213F7AB55C9DC346596287773A1F670CD_gshared (Dictionary_2_t14FE4A752A83D53771C584E4C8D14E01F2AFD7BA* __this, RuntimeObject* ___0_key, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Object>::set_Item(TKey,TValue)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_set_Item_m1A840355E8EDAECEA9D0C6F5E51B248FAA449CBD_gshared (Dictionary_2_t14FE4A752A83D53771C584E4C8D14E01F2AFD7BA* __this, RuntimeObject* ___0_key, RuntimeObject* ___1_value, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Object>::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m5B32FBC624618211EB461D59CFBB10E987FD1329_gshared (Dictionary_2_t14FE4A752A83D53771C584E4C8D14E01F2AFD7BA* __this, const RuntimeMethod* method) ;
|
|
// TValue UnityEngine.InputSystem.InputAction::ReadValue<UnityEngine.Vector2>()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 InputAction_ReadValue_TisVector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7_m8D02BA85303ABD48D9963369E106B0C83A393FBF_gshared (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* __this, const RuntimeMethod* method) ;
|
|
// TValue UnityEngine.InputSystem.InputControl`1<UnityEngine.Vector2>::ReadValue()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 InputControl_1_ReadValue_m362E05F00FE8CF8FC52F0D673291907EC7FA6541_gshared (InputControl_1_tC164085710F2FAA9161295C9B7FE273AF893CF66* __this, const RuntimeMethod* method) ;
|
|
// T[] UnityEngine.Component::GetComponentsInChildren<System.Object>()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* Component_GetComponentsInChildren_TisRuntimeObject_m1F5B6FC0689B07D4FAAC0C605D9B2933A9B32543_gshared (Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* __this, const RuntimeMethod* method) ;
|
|
// System.Collections.Generic.List`1<TSource> System.Linq.Enumerable::ToList<System.Object>(System.Collections.Generic.IEnumerable`1<TSource>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* Enumerable_ToList_TisRuntimeObject_m6456D63764F29E6B5B2422C3DE25113577CF51EE_gshared (RuntimeObject* ___0_source, const RuntimeMethod* method) ;
|
|
// T[] UnityEngine.Object::FindObjectsOfType<System.Object>()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* Object_FindObjectsOfType_TisRuntimeObject_m0B4DF4B8AB4C71E0F471BC9D0440B40844DA221D_gshared (const RuntimeMethod* method) ;
|
|
// TSource System.Linq.Enumerable::FirstOrDefault<System.Object>(System.Collections.Generic.IEnumerable`1<TSource>,System.Func`2<TSource,System.Boolean>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Enumerable_FirstOrDefault_TisRuntimeObject_mFACC750E4D7AF7B43F5B866C84F613B3ECC41994_gshared (RuntimeObject* ___0_source, Func_2_tE1F0D41563EE092E5E5540B061449FDE88F1DC00* ___1_predicate, const RuntimeMethod* method) ;
|
|
// T UnityEngine.Component::GetComponentInParent<System.Object>()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Component_GetComponentInParent_TisRuntimeObject_m6746D6BB99912B1B509746C993906492F86CD119_gshared (Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.Component::TryGetComponent<System.Object>(T&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Component_TryGetComponent_TisRuntimeObject_m69D4ED21F14D49D805A2337F4332934CDA07DEDB_gshared (Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* __this, RuntimeObject** ___0_component, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.Events.UnityAction`1<HurricaneVR.Framework.Core.Stabbing.StabArgs>::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityAction_1__ctor_m5DEB67150607F5DFF19EBB14D067D0868FE0C469_gshared (UnityAction_1_tD612239A41EF1A9A220EEB9D1B342E591B12C532* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.Events.UnityEvent`1<HurricaneVR.Framework.Core.Stabbing.StabArgs>::AddListener(UnityEngine.Events.UnityAction`1<T0>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEvent_1_AddListener_m326988BDE31056C04EFE1C336A0985C954BACE74_gshared (UnityEvent_1_t13C3A5E078C5974B6FEA4772A5FF2B2EF3319C51* __this, UnityAction_1_tD612239A41EF1A9A220EEB9D1B342E591B12C532* ___0_call, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.Events.UnityAction`2<System.Object,System.Object>::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityAction_2__ctor_m13361A4FDB34792A370647BE3DCFDF2AE9043F43_gshared (UnityAction_2_tCCCBE77741D4E611E102D49D355D4DA6C9797A0C* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.Events.UnityEvent`2<System.Object,System.Object>::AddListener(UnityEngine.Events.UnityAction`2<T0,T1>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEvent_2_AddListener_mDFE9269B80D7B70296A328376452DFA83905E153_gshared (UnityEvent_2_t77BDA795C84FBEFE9D3AE3DCA619B97A9F423961* __this, UnityAction_2_tCCCBE77741D4E611E102D49D355D4DA6C9797A0C* ___0_call, const RuntimeMethod* method) ;
|
|
// System.Void System.Action`1<System.Object>::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1__ctor_m2E1DFA67718FC1A0B6E5DFEB78831FFE9C059EB4_gshared (Action_1_t6F9EB113EB3F16226AEF811A2744F4111C116C87* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.List`1<System.Object>::ForEach(System.Action`1<T>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_ForEach_m47052B1B7C82747D3D5D2CAD15A30DB9AB95FF68_gshared (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, Action_1_t6F9EB113EB3F16226AEF811A2744F4111C116C87* ___0_action, const RuntimeMethod* method) ;
|
|
// System.Int32 System.Collections.Generic.List`1<UnityEngine.Vector3>::get_Count()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m46EEFFA770BE665EA0CB3A5332E941DA4B3C1D37_gshared_inline (List_1_t77B94703E05C519A9010DD0614F757F974E1CD8B* __this, const RuntimeMethod* method) ;
|
|
// T System.Collections.Generic.List`1<UnityEngine.Vector3>::get_Item(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 List_1_get_Item_m8F2E15FC96DA75186C51228128A0660709E4E810_gshared (List_1_t77B94703E05C519A9010DD0614F757F974E1CD8B* __this, int32_t ___0_index, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.List`1<UnityEngine.Vector3>::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_mC54E2BCBE43279A96FC082F5CDE2D76388BD8F9C_gshared (List_1_t77B94703E05C519A9010DD0614F757F974E1CD8B* __this, const RuntimeMethod* method) ;
|
|
// T[] UnityEngine.Component::GetComponents<System.Object>()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* Component_GetComponents_TisRuntimeObject_m35447B0B07F9C06A1AF846E482EC6FEB09D2436F_gshared (Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.Events.UnityEvent`2<System.Object,System.Object>::Invoke(T0,T1)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEvent_2_Invoke_m9815C6864ED92A2000D3CCF1086DC1FF31CAB3AC_gshared (UnityEvent_2_t77BDA795C84FBEFE9D3AE3DCA619B97A9F423961* __this, RuntimeObject* ___0_arg0, RuntimeObject* ___1_arg1, const RuntimeMethod* method) ;
|
|
// System.Void HurricaneVR.Framework.Core.Sockets.HVREnumFlagsSocketable`1<System.Int32Enum>::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HVREnumFlagsSocketable_1__ctor_m945A3ABBB878340515075C0D90206FEC2A86F9F3_gshared (HVREnumFlagsSocketable_1_t68C52A7902DFD39F06843A82137A23744666F1F9* __this, const RuntimeMethod* method) ;
|
|
// System.Void HurricaneVR.Framework.Core.Sockets.HVREnumFlagsSocketFilter`1<System.Int32Enum>::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HVREnumFlagsSocketFilter_1__ctor_mF54521C72A40D864B659937AC020A691BB4954A9_gshared (HVREnumFlagsSocketFilter_1_t274B96A2BE2201D2D5F70CE451119645BDF33B5B* __this, const RuntimeMethod* method) ;
|
|
// T UnityEngine.Component::GetComponentInChildren<System.Object>()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Component_GetComponentInChildren_TisRuntimeObject_mE483A27E876DE8E4E6901D6814837F81D7C42F65_gshared (Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.Events.UnityAction`1<System.Single>::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityAction_1__ctor_mF770070D0A4FE93F6E04DA37D2EC60429EA545E5_gshared (UnityAction_1_tAEFA3C1C529F0E1AD7C7C7AFC88822D359E7AC90* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.Events.UnityEvent`1<System.Single>::AddListener(UnityEngine.Events.UnityAction`1<T0>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEvent_1_AddListener_m44E396BC4484BD75427FDD8CBE0B533CCAD8C1EC_gshared (UnityEvent_1_tDD811EB8F49CEE97BA6DF59344DFE6C6F42553D4* __this, UnityAction_1_tAEFA3C1C529F0E1AD7C7C7AFC88822D359E7AC90* ___0_call, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.Events.UnityAction`1<System.Boolean>::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityAction_1__ctor_m11A393DB3C00474B4520978077E444DB6E4418DD_gshared (UnityAction_1_t8EC357AF4FBD2A0C4A575C4BBD0B3A81029E43A9* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.Events.UnityEvent`1<System.Boolean>::AddListener(UnityEngine.Events.UnityAction`1<T0>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEvent_1_AddListener_mE9367D4B3AA4C323EE7C35FA18CF2D8A142F43FD_gshared (UnityEvent_1_tEEB36A367DCB5867E93AAF6BECAF3558CA71BECB* __this, UnityAction_1_t8EC357AF4FBD2A0C4A575C4BBD0B3A81029E43A9* ___0_call, const RuntimeMethod* method) ;
|
|
// System.Void System.Func`2<Parabox.CSG.Vertex,Parabox.CSG.Vertex>::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_2__ctor_m80AEAAD55030CF0D876EA36BD9AEEDA1B15C18A2_gshared (Func_2_tB1286812CE92420C9DB811F4B8C5C6FAEA4A8DFE* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) ;
|
|
// System.Collections.Generic.IEnumerable`1<TResult> System.Linq.Enumerable::Select<Parabox.CSG.Vertex,Parabox.CSG.Vertex>(System.Collections.Generic.IEnumerable`1<TSource>,System.Func`2<TSource,TResult>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Enumerable_Select_TisVertex_t4AEF728B000B77221E3C152BC139F66940DE78E9_TisVertex_t4AEF728B000B77221E3C152BC139F66940DE78E9_mA1975173784657FD9AC6062BC4D100B7DD8F7A1F_gshared (RuntimeObject* ___0_source, Func_2_tB1286812CE92420C9DB811F4B8C5C6FAEA4A8DFE* ___1_selector, const RuntimeMethod* method) ;
|
|
// System.Collections.Generic.List`1<TSource> System.Linq.Enumerable::ToList<Parabox.CSG.Vertex>(System.Collections.Generic.IEnumerable`1<TSource>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_t09DFE02BF4C8779C8BDDD183F6D70875BA75EDAE* Enumerable_ToList_TisVertex_t4AEF728B000B77221E3C152BC139F66940DE78E9_mD538332D06C9A337DAB6933BA3A0D4BF40D95703_gshared (RuntimeObject* ___0_source, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.List`1<System.Int32>::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_m17F501B5A5C289ECE1B4F3D6EBF05DFA421433F8_gshared (List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.List`1<Parabox.CSG.Vertex>::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_mE35C7F79A93973D0841E0E7843AF3ABC133EF73C_gshared (List_1_t09DFE02BF4C8779C8BDDD183F6D70875BA75EDAE* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Object>::TryGetValue(TKey,TValue&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_TryGetValue_mD15380A4ED7CDEE99EA45881577D26BA9CE1B849_gshared (Dictionary_2_t14FE4A752A83D53771C584E4C8D14E01F2AFD7BA* __this, RuntimeObject* ___0_key, RuntimeObject** ___1_value, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Object>::Add(TKey,TValue)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_Add_m93FFFABE8FCE7FA9793F0915E2A8842C7CD0C0C1_gshared (Dictionary_2_t14FE4A752A83D53771C584E4C8D14E01F2AFD7BA* __this, RuntimeObject* ___0_key, RuntimeObject* ___1_value, const RuntimeMethod* method) ;
|
|
// T System.Collections.Generic.List`1<Parabox.CSG.Vertex>::get_Item(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vertex_t4AEF728B000B77221E3C152BC139F66940DE78E9 List_1_get_Item_m5F2F1197960373395325A4C8A2F09BE78C47E847_gshared (List_1_t09DFE02BF4C8779C8BDDD183F6D70875BA75EDAE* __this, int32_t ___0_index, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.List`1<Parabox.CSG.Vertex>::Add(T)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Add_mCF5C3C80A8C2B67B8CC625B2A23DCFE29DD19978_gshared_inline (List_1_t09DFE02BF4C8779C8BDDD183F6D70875BA75EDAE* __this, Vertex_t4AEF728B000B77221E3C152BC139F66940DE78E9 ___0_item, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.List`1<System.Int32>::Add(T)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Add_m0248A96C5334E9A93E6994B7780478BCD994EA3D_gshared_inline (List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73* __this, int32_t ___0_item, const RuntimeMethod* method) ;
|
|
// System.Int32 System.Collections.Generic.List`1<Parabox.CSG.Vertex>::get_Count()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m17CD46BC04C826437B0CFBD17E01967F1AB4C9AD_gshared_inline (List_1_t09DFE02BF4C8779C8BDDD183F6D70875BA75EDAE* __this, const RuntimeMethod* method) ;
|
|
// System.Collections.Generic.Dictionary`2/KeyCollection<TKey,TValue> System.Collections.Generic.Dictionary`2<System.Object,System.Object>::get_Keys()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR KeyCollection_tB45A861D090B15129521119AE48ED3813820A974* Dictionary_2_get_Keys_m72D290F90654BFD683FA7AA7C63D9F4F692218B6_gshared (Dictionary_2_t14FE4A752A83D53771C584E4C8D14E01F2AFD7BA* __this, const RuntimeMethod* method) ;
|
|
// System.Collections.Generic.Dictionary`2/ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2<System.Object,System.Object>::get_Values()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ValueCollection_t038245E04B5D2A80048D9F8021A23E69A0C9DBAA* Dictionary_2_get_Values_mA0C01DEA55329E55380E96BBD04D4D228B437EC5_gshared (Dictionary_2_t14FE4A752A83D53771C584E4C8D14E01F2AFD7BA* __this, const RuntimeMethod* method) ;
|
|
// System.Int32 System.Collections.Generic.List`1<System.Int32>::get_Count()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_mF590592E32D421DE2C6E2F0D5C2F62FB14CCEFDF_gshared_inline (List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73* __this, const RuntimeMethod* method) ;
|
|
// T System.Collections.Generic.List`1<System.Int32>::get_Item(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t List_1_get_Item_mD99081BEFA1AB3526715F489192B0F7F596C183D_gshared (List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73* __this, int32_t ___0_index, const RuntimeMethod* method) ;
|
|
|
|
// T UnityEngine.Component::GetComponent<UnityEngine.Camera>()
|
|
inline Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* Component_GetComponent_TisCamera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184_m64AC6C06DD93C5FB249091FEC84FA8475457CCC4 (Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* (*) (Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3*, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_m7181F81CAEC2CF53F5D2BC79B7425C16E1F80D33_gshared)(__this, method);
|
|
}
|
|
// System.Void UnityEngine.Camera::set_depthTextureMode(UnityEngine.DepthTextureMode)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_set_depthTextureMode_mE722389E4DF8B3DF7F6100DB142E4DBAF698F6BF (Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* __this, int32_t ___0_value, 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.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.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) ;
|
|
// WeaponEnum MagazineSocketable::get_WeaponType()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t MagazineSocketable_get_WeaponType_mF2E62D670CDA91A094632DD31E3D9892252E6B67_inline (MagazineSocketable_tFF02A0D263257CA805B4C8D9F9F560E3508EF8B4* __this, const RuntimeMethod* method) ;
|
|
// System.Void HurricaneVR.Framework.Core.Sockets.HVRSocketFilter::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HVRSocketFilter__ctor_mAC32B277A4BA4C36A35838489D4A72998C45520E (HVRSocketFilter_t473580ED4B9730A48F09C95722B651F915A87319* __this, const RuntimeMethod* method) ;
|
|
// System.Void HurricaneVR.Framework.Core.Sockets.HVRSocketable::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HVRSocketable__ctor_m114D22EAACE4477DF020F49E238AB325DD84E1A9 (HVRSocketable_t0CCE2C7710A7C7F66EC05482831E56FB949A094F* __this, const RuntimeMethod* method) ;
|
|
// System.String System.String::Concat(System.String,System.String,System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m093934F71A9B351911EE46311674ED463B180006 (String_t* ___0_str0, String_t* ___1_str1, String_t* ___2_str2, String_t* ___3_str3, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.Debug::Log(System.Object,UnityEngine.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debug_Log_m06155ED25645EBBC06B4C8F05235EF41B1489C7E (RuntimeObject* ___0_message, Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* ___1_context, 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.Void UnityEngine.Debug::Log(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debug_Log_m87A9A3C761FF5C43ED8A53B16190A53D08F818BB (RuntimeObject* ___0_message, 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) ;
|
|
// T UnityEngine.Component::GetComponent<UnityEngine.Renderer>()
|
|
inline Renderer_t320575F223BCB177A982E5DDB5DB19FAA89E7FBF* Component_GetComponent_TisRenderer_t320575F223BCB177A982E5DDB5DB19FAA89E7FBF_mC91ACC92AD57CA6CA00991DAF1DB3830BCE07AF8 (Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( Renderer_t320575F223BCB177A982E5DDB5DB19FAA89E7FBF* (*) (Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3*, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_m7181F81CAEC2CF53F5D2BC79B7425C16E1F80D33_gshared)(__this, method);
|
|
}
|
|
// UnityEngine.Material UnityEngine.Renderer::get_material()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* Renderer_get_material_m5BA2A00816C4CC66580D4B2E409CF10718C15656 (Renderer_t320575F223BCB177A982E5DDB5DB19FAA89E7FBF* __this, const RuntimeMethod* method) ;
|
|
// System.Single UnityEngine.Time::get_deltaTime()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Time_get_deltaTime_mC3195000401F0FD167DD2F948FD2BC58330D0865 (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.Type System.Type::GetTypeFromHandle(System.RuntimeTypeHandle)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57 (RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B ___0_handle, const RuntimeMethod* method) ;
|
|
// UnityEngine.Component UnityEngine.Component::GetComponent(System.Type)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* Component_GetComponent_m4352437B839B9601EB007CAC1007C8E1FB8A427D (Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* __this, Type_t* ___0_type, const RuntimeMethod* method) ;
|
|
// UnityEngine.Vector3 UnityEngine.Transform::get_localPosition()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Transform_get_localPosition_mA9C86B990DF0685EA1061A120218993FDCC60A95 (Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.Vector3 UnityEngine.Random::get_insideUnitSphere()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Random_get_insideUnitSphere_mA488D6859560B73565B8D890ED6B39DB4091C54F (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) ;
|
|
// UnityEngine.Vector3 UnityEngine.Vector3::op_Addition(UnityEngine.Vector3,UnityEngine.Vector3)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Vector3_op_Addition_m78C0EC70CB66E8DCAC225743D82B268DAEE92067_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_a, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___1_b, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.Transform::set_localPosition(UnityEngine.Vector3)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transform_set_localPosition_mDE1C997F7D79C0885210B7732B4BA50EE7D73134 (Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* __this, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.Animator::SetTrigger(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Animator_SetTrigger_mC9CD54D627C8843EF6E159E167449D216EF6EB30 (Animator_t8A52E42AE54F76681838FE9E632683EF3952E883* __this, String_t* ___0_name, const RuntimeMethod* method) ;
|
|
// System.String System.Int32::ToString()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Int32_ToString_m030E01C24E294D6762FB0B6F37CB541581F55CA5 (int32_t* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.Input::GetKeyDown(UnityEngine.KeyCode)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Input_GetKeyDown_mB237DEA6244132670D38990BAB77D813FBB028D2 (int32_t ___0_key, const RuntimeMethod* method) ;
|
|
// System.Void EffectActor::Switch(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EffectActor_Switch_mE1B8D94586182C81BA75D80ED54B98FD30014A76 (EffectActor_t96998392177BB57B1BA2A837F01E3836AE177525* __this, int32_t ___0_value, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.Input::GetButtonDown(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Input_GetButtonDown_mEF5F80C9E8F04104E807D9CBD6F70CDB98751579 (String_t* ___0_buttonName, const RuntimeMethod* method) ;
|
|
// System.Void EffectActor::Fire()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EffectActor_Fire_m4486BF6F4314AB3F461486BFBBBF6529D743E344 (EffectActor_t96998392177BB57B1BA2A837F01E3836AE177525* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.Vector3 UnityEngine.Transform::get_position()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Transform_get_position_m69CD5FA214FDAE7BB701552943674846C220FDE1 (Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.Quaternion UnityEngine.Transform::get_rotation()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 Transform_get_rotation_m32AF40CA0D50C797DA639A696F8EAEC7524C179C (Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* __this, const RuntimeMethod* method) ;
|
|
// T UnityEngine.Object::Instantiate<UnityEngine.GameObject>(T,UnityEngine.Vector3,UnityEngine.Quaternion)
|
|
inline GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* Object_Instantiate_TisGameObject_t76FEDD663AB33C991A9C9A23129337651094216F_m831D2F71DF2AA6C93AFDFEFA04CF2CFC5FBBCDB4 (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___0_original, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___1_position, Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 ___2_rotation, const RuntimeMethod* method)
|
|
{
|
|
return (( GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* (*) (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F*, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2, Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974, const RuntimeMethod*))Object_Instantiate_TisRuntimeObject_m249A6BA4F2F19C2D3CE217D4D31847DF0EF03EFE_gshared)(___0_original, ___1_position, ___2_rotation, method);
|
|
}
|
|
// System.Void EffectActor::RandomizeRotation()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EffectActor_RandomizeRotation_m385F80E2D465D2D5650F59FA62AA98B536C7B9A3 (EffectActor_t96998392177BB57B1BA2A837F01E3836AE177525* __this, const RuntimeMethod* method) ;
|
|
// System.Void EffectActor::Major_RandomizeRotation()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EffectActor_Major_RandomizeRotation_mEEF4C681B38E488095FB92794A2B3D5B5993B7E7 (EffectActor_t96998392177BB57B1BA2A837F01E3836AE177525* __this, 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) ;
|
|
// System.Void UnityEngine.Transform::Rotate(System.Single,System.Single,System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transform_Rotate_m7EA47AD57F43D478CCB0523D179950EE49CDA3E2 (Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* __this, float ___0_xAngle, float ___1_yAngle, float ___2_zAngle, const RuntimeMethod* method) ;
|
|
// System.Void System.Object::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2 (RuntimeObject* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.Vector3 UnityEngine.Vector3::get_forward()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Vector3_get_forward_mAA55A7034304DF8B2152EAD49AE779FC4CA2EB4A_inline (const RuntimeMethod* method) ;
|
|
// UnityEngine.Vector3 UnityEngine.RaycastHit::get_normal()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 RaycastHit_get_normal_mD8741B70D2039C5CAFC4368D4CE59D89562040B5 (RaycastHit_t6F30BD0B38B56401CA833A1B87BD74F2ACD2F2B5* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.Quaternion UnityEngine.Quaternion::FromToRotation(UnityEngine.Vector3,UnityEngine.Vector3)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 Quaternion_FromToRotation_mCB3100F93637E72455388B901C36EF8A25DFDB9A (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_fromDirection, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___1_toDirection, const RuntimeMethod* method) ;
|
|
// UnityEngine.Vector3 UnityEngine.RaycastHit::get_point()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 RaycastHit_get_point_m02B764612562AFE0F998CC7CFB2EEDE41BA47F39 (RaycastHit_t6F30BD0B38B56401CA833A1B87BD74F2ACD2F2B5* __this, const RuntimeMethod* method) ;
|
|
// HurricaneVR.Framework.Core.Utils.SFXPlayer HurricaneVR.Framework.Core.Utils.SFXPlayer::get_Instance()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR SFXPlayer_t6916F8692A74B19A33C44C40C773635DF91B5165* SFXPlayer_get_Instance_m4D3AE1620BA42D46607328B25EAA0569B49CCBD5_inline (const RuntimeMethod* method) ;
|
|
// 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 HurricaneVR.Framework.Core.Utils.SFXPlayer::PlaySFX(UnityEngine.AudioClip,UnityEngine.Vector3)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SFXPlayer_PlaySFX_m84A045DF30FB03269C08AB8BB787365190207A84 (SFXPlayer_t6916F8692A74B19A33C44C40C773635DF91B5165* __this, AudioClip_t5D272C4EB4F2D3ED49F1C346DEA373CF6D585F20* ___0_clip, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___1_position, const RuntimeMethod* method) ;
|
|
// System.Void HurricaneVR.Framework.Components.HVRDamageHandlerBase::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HVRDamageHandlerBase__ctor_mADD36E643B4253D268FDC43A882CC133B1BAA87A (HVRDamageHandlerBase_t4BC7286FC8B522DFD8B87480FFBAE1139C036E12* __this, const RuntimeMethod* method) ;
|
|
// System.Void Projectile::Explode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Projectile_Explode_mE8C987424BD0BDB71799F11CD0EDAEF9794B5236 (Projectile_tA72765CF412643B7253F62ADB6EDDCC9C3803BA6* __this, const RuntimeMethod* method) ;
|
|
// System.Void Projectile::Move()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Projectile_Move_mEA8DA217D18B7956A3CD08DCB1E339A2A480EB3F (Projectile_tA72765CF412643B7253F62ADB6EDDCC9C3803BA6* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.Vector3 UnityEngine.Vector3::Lerp(UnityEngine.Vector3,UnityEngine.Vector3,System.Single)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Vector3_Lerp_m3A906D0530A94FAABB94F0F905E84D99BE85C3F8_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_a, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___1_b, float ___2_t, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.Transform::set_position(UnityEngine.Vector3)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transform_set_position_mA1A817124BB41B685043DED2A9BA48CDF37C4156 (Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* __this, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_value, const RuntimeMethod* method) ;
|
|
// UnityEngine.Vector3 UnityEngine.Vector3::get_normalized()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Vector3_get_normalized_m736BBF65D5CDA7A18414370D15B4DFCC1E466F07_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* __this, const RuntimeMethod* method) ;
|
|
// System.Single UnityEngine.Vector3::Distance(UnityEngine.Vector3,UnityEngine.Vector3)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Vector3_Distance_m2314DB9B8BD01157E013DF87BEA557375C7F9FF9_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_a, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___1_b, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.Input::GetButton(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Input_GetButton_m2F217DAE69DB3D1324FB848B3C9C84F19A80989E (String_t* ___0_buttonName, const RuntimeMethod* method) ;
|
|
// System.Single UnityEngine.Input::GetAxis(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Input_GetAxis_m10372E6C5FF591668D2DC5F58C58D213CC598A62 (String_t* ___0_axisName, 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) ;
|
|
// UnityEngine.Transform UnityEngine.GameObject::get_transform()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* GameObject_get_transform_m0BC10ADFA1632166AE5544BDF9038A2650C2AE56 (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.Vector3 UnityEngine.Vector3::get_up()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Vector3_get_up_m128AF3FDC820BF59D5DE86D973E7DE3F20C3AEBA_inline (const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.Transform::Rotate(UnityEngine.Vector3,System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transform_Rotate_m35B44707FE16FF8015D519D8C162C0B4A85D6D1F (Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* __this, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_axis, float ___1_angle, const RuntimeMethod* method) ;
|
|
// System.Void projectileActor::Switch(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void projectileActor_Switch_m24AA89DBBDD468BF65BA73633952615C830AEC4E (projectileActor_t1D155255A7AAF409B8E698E27C1D1045C6388BE4* __this, int32_t ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void projectileActor::Fire()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void projectileActor_Fire_m288D30D69989D02D08A6043974C7E83FE2FBBFF6 (projectileActor_t1D155255A7AAF409B8E698E27C1D1045C6388BE4* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.Input::GetButtonUp(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Input_GetButtonUp_mEE713E86F1A024762EFED092BC59F3478E786601 (String_t* ___0_buttonName, const RuntimeMethod* method) ;
|
|
// System.Void CameraShakeProjectile::ShakeCamera()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CameraShakeProjectile_ShakeCamera_m253FAC85B1B01E8E8D2F259FE4AC40A47B5FEEDA (CameraShakeProjectile_t37E0198F3A95DD8C53B2D29178D63D2003A1E568* __this, const RuntimeMethod* method) ;
|
|
// T UnityEngine.Object::Instantiate<UnityEngine.Rigidbody>(T,UnityEngine.Vector3,UnityEngine.Quaternion)
|
|
inline Rigidbody_t268697F5A994213ED97393309870968BC1C7393C* Object_Instantiate_TisRigidbody_t268697F5A994213ED97393309870968BC1C7393C_m156FAC4850C7738CFC53E365D32C72C4D7B66EA2 (Rigidbody_t268697F5A994213ED97393309870968BC1C7393C* ___0_original, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___1_position, Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 ___2_rotation, const RuntimeMethod* method)
|
|
{
|
|
return (( Rigidbody_t268697F5A994213ED97393309870968BC1C7393C* (*) (Rigidbody_t268697F5A994213ED97393309870968BC1C7393C*, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2, Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974, const RuntimeMethod*))Object_Instantiate_TisRuntimeObject_m249A6BA4F2F19C2D3CE217D4D31847DF0EF03EFE_gshared)(___0_original, ___1_position, ___2_rotation, method);
|
|
}
|
|
// UnityEngine.Vector3 UnityEngine.Transform::get_forward()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Transform_get_forward_mFCFACF7165FDAB21E80E384C494DF278386CEE2F (Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* __this, const RuntimeMethod* method) ;
|
|
// System.Single UnityEngine.Random::Range(System.Single,System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Random_Range_m5236C99A7D8AE6AC9190592DC66016652A2D2494 (float ___0_minInclusive, float ___1_maxInclusive, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.Rigidbody::AddForce(UnityEngine.Vector3)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rigidbody_AddForce_m7A3EEEED21F986917107CBA6CC0106DCBC212198 (Rigidbody_t268697F5A994213ED97393309870968BC1C7393C* __this, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_force, const RuntimeMethod* method) ;
|
|
// UnityEngine.Vector3 UnityEngine.Transform::get_up()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Transform_get_up_mE47A9D9D96422224DD0539AA5524DA5440145BB2 (Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.Rigidbody::AddTorque(UnityEngine.Vector3)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rigidbody_AddTorque_m39C767D6CD12B2D12D575E2B469CB5565BFA30B6 (Rigidbody_t268697F5A994213ED97393309870968BC1C7393C* __this, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_torque, const RuntimeMethod* method) ;
|
|
// System.Void projectileActor::RandomizeRotation()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void projectileActor_RandomizeRotation_m8F4E88297102FF6EFC0C44A58263CCFE54ECE274 (projectileActor_t1D155255A7AAF409B8E698E27C1D1045C6388BE4* __this, const RuntimeMethod* method) ;
|
|
// System.Void projectileActor::Major_RandomizeRotation()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void projectileActor_Major_RandomizeRotation_mAFDC66DD85C519D38D499FE40423A14A5D070B9B (projectileActor_t1D155255A7AAF409B8E698E27C1D1045C6388BE4* __this, 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.ParticleSystem/ColorOverLifetimeModule UnityEngine.ParticleSystem::get_colorOverLifetime()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ColorOverLifetimeModule_t758EC8315B6C19D78C418D942CD1F94FE7EEE9D9 ParticleSystem_get_colorOverLifetime_mD8C72661EFE9BB063126752E744544EE2FF5814C (ParticleSystem_tB19986EE308BD63D36FB6025EEEAFBEDB97C67C1* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.ParticleSystem/MinMaxGradient UnityEngine.ParticleSystem/MinMaxGradient::op_Implicit(UnityEngine.Gradient)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MinMaxGradient_tFF31B8EC2855D0074AB86E8B37BEA6609070AC69 MinMaxGradient_op_Implicit_m8568E0D8DD06940C6A710801B3FC41BB5307298B (Gradient_tA7FEBE2FDB4929FFF6C997134841046F713DAC1E* ___0_gradient, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.ParticleSystem/ColorOverLifetimeModule::set_color(UnityEngine.ParticleSystem/MinMaxGradient)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorOverLifetimeModule_set_color_m054950B589DA58FFD5BDBC10A70304BF89E3C86B (ColorOverLifetimeModule_t758EC8315B6C19D78C418D942CD1F94FE7EEE9D9* __this, MinMaxGradient_tFF31B8EC2855D0074AB86E8B37BEA6609070AC69 ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.ParticleSystem::set_playbackSpeed(System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParticleSystem_set_playbackSpeed_m2326EB08C96C18E22194986674D1CBB3358EDFF4 (ParticleSystem_tB19986EE308BD63D36FB6025EEEAFBEDB97C67C1* __this, float ___0_value, const RuntimeMethod* method) ;
|
|
// UnityEngine.Vector3 FIMSpace.Generating.OStamperSet::GetRayOrigin(FIMSpace.Generating.ObjectStamperEmittedInfo,UnityEngine.Transform,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 OStamperSet_GetRayOrigin_mD53BE4FD67BE8DC356C8E200B303519C767480C7 (OStamperSet_tF2812982CD5DB7F227E44BB30B7153A21F96D6A3* __this, ObjectStamperEmittedInfo_t7B9907547FE76FF55028A283C03D9FD1AEC5561A ___0_info, Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___1_parent, bool ___2_local, const RuntimeMethod* method) ;
|
|
// UnityEngine.Vector3 FIMSpace.Generating.OStamperSet::GetCastVector(FIMSpace.Generating.ObjectStamperEmittedInfo,UnityEngine.Transform,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 OStamperSet_GetCastVector_mD1FAD74EDC4E4F281CE612EA006A622045C7486E (OStamperSet_tF2812982CD5DB7F227E44BB30B7153A21F96D6A3* __this, ObjectStamperEmittedInfo_t7B9907547FE76FF55028A283C03D9FD1AEC5561A ___0_info, Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___1_parent, bool ___2_local, const RuntimeMethod* method) ;
|
|
// UnityEngine.Transform UnityEngine.Transform::get_parent()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* Transform_get_parent_m65354E28A4C94EC00EBCF03532F7B0718380791E (Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Nullable`1<UnityEngine.RaycastHit>::.ctor(T)
|
|
inline void Nullable_1__ctor_m0A5E89BED3122C383D5D1D61DEF0AFC73D71B93A (Nullable_1_t3F600B8542A47470EF0DD5F72E42A0A3878DD326* __this, RaycastHit_t6F30BD0B38B56401CA833A1B87BD74F2ACD2F2B5 ___0_value, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Nullable_1_t3F600B8542A47470EF0DD5F72E42A0A3878DD326*, RaycastHit_t6F30BD0B38B56401CA833A1B87BD74F2ACD2F2B5, const RuntimeMethod*))Nullable_1__ctor_m0A5E89BED3122C383D5D1D61DEF0AFC73D71B93A_gshared)(__this, ___0_value, method);
|
|
}
|
|
// System.Void System.Nullable`1<UnityEngine.Vector3>::.ctor(T)
|
|
inline void Nullable_1__ctor_m75F3ABB694E26670F021136BD3B9E71A65948BC2 (Nullable_1_t9C51B084784B716FFF4ED4575C63CFD8A71A86FE* __this, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_value, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Nullable_1_t9C51B084784B716FFF4ED4575C63CFD8A71A86FE*, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2, const RuntimeMethod*))Nullable_1__ctor_m75F3ABB694E26670F021136BD3B9E71A65948BC2_gshared)(__this, ___0_value, method);
|
|
}
|
|
// UnityEngine.GameObject FIMSpace.Generating.ObjectStamperEmittedInfo::Spawn(UnityEngine.Transform,UnityEngine.Transform,System.Nullable`1<UnityEngine.RaycastHit>,System.Nullable`1<UnityEngine.Vector3>,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ObjectStamperEmittedInfo_Spawn_m8C246921454ADAB3E7B36A05BDCAC39EBD4561C5 (ObjectStamperEmittedInfo_t7B9907547FE76FF55028A283C03D9FD1AEC5561A* __this, Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___0_spawnerTransform, Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___1_parentForSpawned, Nullable_1_t3F600B8542A47470EF0DD5F72E42A0A3878DD326 ___2_hit, Nullable_1_t9C51B084784B716FFF4ED4575C63CFD8A71A86FE ___3_customPosition, bool ___4_setParent, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.Physics::SyncTransforms()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Physics_SyncTransforms_mB88B6B27C24234D18846F614F9AE674976A5F1CA (const RuntimeMethod* method) ;
|
|
// FIMSpace.Generating.OStamperSet/PlacementVolumeRaycastingData FIMSpace.Generating.OStamperSet::GetRaycastingVolumeFor(FIMSpace.Generating.ObjectStamperEmittedInfo,UnityEngine.Transform)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PlacementVolumeRaycastingData_tDC61A14A5E7E9C39FFC4FC12980A87EA6A50D257 OStamperSet_GetRaycastingVolumeFor_m74D7529F63F43B5F975AE119D39BFA87AB0089B1 (OStamperSet_tF2812982CD5DB7F227E44BB30B7153A21F96D6A3* __this, ObjectStamperEmittedInfo_t7B9907547FE76FF55028A283C03D9FD1AEC5561A ___0_info, Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___1_parent, const RuntimeMethod* method) ;
|
|
// System.Void FIMSpace.Generating.OStamperSet/RaycastingRestrictionsCheckResult::.ctor(System.Boolean,System.String,UnityEngine.RaycastHit,System.Nullable`1<UnityEngine.Vector3>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RaycastingRestrictionsCheckResult__ctor_m44E33742997846720AB49A8B400DAD7E34199623 (RaycastingRestrictionsCheckResult_t457302C4195BC931BED91D1F71781E16E002EA41* __this, bool ___0_allow, String_t* ___1_info, RaycastHit_t6F30BD0B38B56401CA833A1B87BD74F2ACD2F2B5 ___2_hit, Nullable_1_t9C51B084784B716FFF4ED4575C63CFD8A71A86FE ___3_targetPosition, const RuntimeMethod* method) ;
|
|
// FIMSpace.Generating.OStamperSet/RaycastingRestrictionsCheckResult FIMSpace.Generating.OStamperSet::CheckRestrictionsOn(FIMSpace.Generating.OStamperSet/PlacementVolumeRaycastingData,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RaycastingRestrictionsCheckResult_t457302C4195BC931BED91D1F71781E16E002EA41 OStamperSet_CheckRestrictionsOn_mFEA9E32059D5300A8AAB9906CE6003957C63A6ED (OStamperSet_tF2812982CD5DB7F227E44BB30B7153A21F96D6A3* __this, PlacementVolumeRaycastingData_tDC61A14A5E7E9C39FFC4FC12980A87EA6A50D257 ___0_volumeData, bool ___1_checkStandPlace, const RuntimeMethod* method) ;
|
|
// FIMSpace.Generating.OStamperSet/RaycastingRestrictionsCheckResult FIMSpace.Generating.OStamperSet::CheckOverlapOnFullLineCast(FIMSpace.Generating.ObjectStamperEmittedInfo,FIMSpace.Generating.OStamperSet/PlacementVolumeRaycastingData)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RaycastingRestrictionsCheckResult_t457302C4195BC931BED91D1F71781E16E002EA41 OStamperSet_CheckOverlapOnFullLineCast_m1C21964730226456FB5939C2B9C026C98B78E5BE (OStamperSet_tF2812982CD5DB7F227E44BB30B7153A21F96D6A3* __this, ObjectStamperEmittedInfo_t7B9907547FE76FF55028A283C03D9FD1AEC5561A ___0_info, PlacementVolumeRaycastingData_tDC61A14A5E7E9C39FFC4FC12980A87EA6A50D257 ___1_volumeData, const RuntimeMethod* method) ;
|
|
// System.Void TriggersRelation::TryGetTrigger()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TriggersRelation_TryGetTrigger_m4EE24E474B902BCC6EACC84B3AC7945488D31A0E (TriggersRelation_tBCC17C31C52C5DE1F67DDA646F894D3C9F0FE8C6* __this, const RuntimeMethod* method) ;
|
|
// System.Int32 System.Collections.Generic.List`1<TriggersRelation>::get_Count()
|
|
inline int32_t List_1_get_Count_m6CF7059C1BFADBCEE09716C51E4EF101FB0EE4B5_inline (List_1_t1E8488DE839D9547EF9956E5844B440836B6E8D0* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (List_1_t1E8488DE839D9547EF9956E5844B440836B6E8D0*, const RuntimeMethod*))List_1_get_Count_m4407E4C389F22B8CEC282C15D56516658746C383_gshared_inline)(__this, method);
|
|
}
|
|
// T System.Collections.Generic.List`1<TriggersRelation>::get_Item(System.Int32)
|
|
inline TriggersRelation_tBCC17C31C52C5DE1F67DDA646F894D3C9F0FE8C6* List_1_get_Item_mFF70B00D625908A0B276F284BB6EF3D5A97CE22A (List_1_t1E8488DE839D9547EF9956E5844B440836B6E8D0* __this, int32_t ___0_index, const RuntimeMethod* method)
|
|
{
|
|
return (( TriggersRelation_tBCC17C31C52C5DE1F67DDA646F894D3C9F0FE8C6* (*) (List_1_t1E8488DE839D9547EF9956E5844B440836B6E8D0*, int32_t, const RuntimeMethod*))List_1_get_Item_m33561245D64798C2AB07584C0EC4F240E4839A38_gshared)(__this, ___0_index, method);
|
|
}
|
|
// System.Int32 UnityEngine.Random::Range(System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Random_Range_m6763D9767F033357F88B6637F048F4ACA4123B68 (int32_t ___0_minInclusive, int32_t ___1_maxExclusive, const RuntimeMethod* method) ;
|
|
// UnityEngine.Bounds UnityEngine.Collider::get_bounds()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Bounds_t367E830C64BBF235ED8C3B2F8CF6254FDCAD39C3 Collider_get_bounds_mCC32F749590E9A85C7930E5355661367F78E4CB4 (Collider_t1CC3163924FCD6C4CC2E816373A929C1E3D55E76* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.Vector3 UnityEngine.Bounds::get_size()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Bounds_get_size_m0699A53A55A78B3201D7270D6F338DFA91B6FAD4 (Bounds_t367E830C64BBF235ED8C3B2F8CF6254FDCAD39C3* __this, const RuntimeMethod* method) ;
|
|
// System.Single UnityEngine.Vector3::get_magnitude()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Vector3_get_magnitude_mF0D6017E90B345F1F52D1CC564C640F1A847AF2D_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Collections.Generic.List`1<TriggersRelation>::Contains(T)
|
|
inline bool List_1_Contains_m8288E5CA9CFC66BF2F7FBBA781AAAAD27D358DBD (List_1_t1E8488DE839D9547EF9956E5844B440836B6E8D0* __this, TriggersRelation_tBCC17C31C52C5DE1F67DDA646F894D3C9F0FE8C6* ___0_item, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (List_1_t1E8488DE839D9547EF9956E5844B440836B6E8D0*, TriggersRelation_tBCC17C31C52C5DE1F67DDA646F894D3C9F0FE8C6*, const RuntimeMethod*))List_1_Contains_m4C9139C2A6B23E9343D3F87807B32C6E2CFE660D_gshared)(__this, ___0_item, method);
|
|
}
|
|
// System.Void System.Collections.Generic.List`1<TriggersRelation>::.ctor()
|
|
inline void List_1__ctor_m168F8B1DB2C174367F8955458949776940360427 (List_1_t1E8488DE839D9547EF9956E5844B440836B6E8D0* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_t1E8488DE839D9547EF9956E5844B440836B6E8D0*, const RuntimeMethod*))List_1__ctor_m7F078BB342729BDF11327FD89D7872265328F690_gshared)(__this, method);
|
|
}
|
|
// System.Void System.Collections.Generic.List`1<TriggersRelation>::Add(T)
|
|
inline void List_1_Add_mB4128E67761CE7F79434F306C6CD6CE88FA0ECC0_inline (List_1_t1E8488DE839D9547EF9956E5844B440836B6E8D0* __this, TriggersRelation_tBCC17C31C52C5DE1F67DDA646F894D3C9F0FE8C6* ___0_item, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_t1E8488DE839D9547EF9956E5844B440836B6E8D0*, TriggersRelation_tBCC17C31C52C5DE1F67DDA646F894D3C9F0FE8C6*, const RuntimeMethod*))List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_gshared_inline)(__this, ___0_item, method);
|
|
}
|
|
// T UnityEngine.Component::GetComponent<UnityEngine.Collider>()
|
|
inline Collider_t1CC3163924FCD6C4CC2E816373A929C1E3D55E76* Component_GetComponent_TisCollider_t1CC3163924FCD6C4CC2E816373A929C1E3D55E76_m820398EDBF1D3766C3166A0C323A127662A29A14 (Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( Collider_t1CC3163924FCD6C4CC2E816373A929C1E3D55E76* (*) (Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3*, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_m7181F81CAEC2CF53F5D2BC79B7425C16E1F80D33_gshared)(__this, method);
|
|
}
|
|
// System.Boolean UnityEngine.Collider::get_isTrigger()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Collider_get_isTrigger_mFF457F6AA71D173F9A11BAF00C35E5AE12952F87 (Collider_t1CC3163924FCD6C4CC2E816373A929C1E3D55E76* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.Color UnityEngine.Gizmos::get_color()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_tD001788D726C3A7F1379BEED0260B9591F440C1F Gizmos_get_color_mF7A6194876F0DB8D2629715134BAAD3765849A3B (const RuntimeMethod* method) ;
|
|
// UnityEngine.Color UnityEngine.Color::get_green()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Color_tD001788D726C3A7F1379BEED0260B9591F440C1F Color_get_green_mEB001F2CD8C68C6BBAEF9101990B779D3AA2A6EF_inline (const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.Gizmos::set_color(UnityEngine.Color)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Gizmos_set_color_m53927A2741937484180B20B55F7F20F8F60C5797 (Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___0_value, const RuntimeMethod* method) ;
|
|
// UnityEngine.Vector3 UnityEngine.Bounds::get_center()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Bounds_get_center_m5B05F81CB835EB6DD8628FDA24B638F477984DC3 (Bounds_t367E830C64BBF235ED8C3B2F8CF6254FDCAD39C3* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.Gizmos::DrawLine(UnityEngine.Vector3,UnityEngine.Vector3)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Gizmos_DrawLine_mB139054F55D615637A39A3127AADB16043387F8A (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_from, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___1_to, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.List`1<UnityEngine.BoxCollider>::.ctor()
|
|
inline void List_1__ctor_m3BEC15B609CFFB51E63A05733E73B083951645FA (List_1_tC417F059031D8EA5A55DCC7B567DEA0F51AD2174* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_tC417F059031D8EA5A55DCC7B567DEA0F51AD2174*, const RuntimeMethod*))List_1__ctor_m7F078BB342729BDF11327FD89D7872265328F690_gshared)(__this, method);
|
|
}
|
|
// System.Void System.Collections.Generic.List`1<UnityEngine.BoxCollider>::Clear()
|
|
inline void List_1_Clear_m810CC54C251622B0C544DA64F3B2F15A383866B9_inline (List_1_tC417F059031D8EA5A55DCC7B567DEA0F51AD2174* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_tC417F059031D8EA5A55DCC7B567DEA0F51AD2174*, const RuntimeMethod*))List_1_Clear_m16C1F2C61FED5955F10EB36BC1CB2DF34B128994_gshared_inline)(__this, method);
|
|
}
|
|
// T System.Collections.Generic.List`1<UnityEngine.BoxCollider>::get_Item(System.Int32)
|
|
inline BoxCollider_tFA5D239388334D6DE0B8FFDAD6825C5B03786E23* List_1_get_Item_mE219167C21305200F6C787679E6B1B044A83DB8C (List_1_tC417F059031D8EA5A55DCC7B567DEA0F51AD2174* __this, int32_t ___0_index, const RuntimeMethod* method)
|
|
{
|
|
return (( BoxCollider_tFA5D239388334D6DE0B8FFDAD6825C5B03786E23* (*) (List_1_tC417F059031D8EA5A55DCC7B567DEA0F51AD2174*, int32_t, const RuntimeMethod*))List_1_get_Item_m33561245D64798C2AB07584C0EC4F240E4839A38_gshared)(__this, ___0_index, method);
|
|
}
|
|
// System.Boolean TriggersRelation::IsInsideBounds(UnityEngine.Vector3,UnityEngine.BoxCollider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TriggersRelation_IsInsideBounds_mE4BBD7A27B4B72E9BC29AC435A0FE77BE71D7124 (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_worldPos, BoxCollider_tFA5D239388334D6DE0B8FFDAD6825C5B03786E23* ___1_box, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.List`1<UnityEngine.BoxCollider>::Insert(System.Int32,T)
|
|
inline void List_1_Insert_mE6C67279BA38B2D4D97C29665D58C2D99C35C0CD (List_1_tC417F059031D8EA5A55DCC7B567DEA0F51AD2174* __this, int32_t ___0_index, BoxCollider_tFA5D239388334D6DE0B8FFDAD6825C5B03786E23* ___1_item, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_tC417F059031D8EA5A55DCC7B567DEA0F51AD2174*, int32_t, BoxCollider_tFA5D239388334D6DE0B8FFDAD6825C5B03786E23*, const RuntimeMethod*))List_1_Insert_m9C9559248941FED50561DB029D55DF08DEF3B094_gshared)(__this, ___0_index, ___1_item, method);
|
|
}
|
|
// UnityEngine.Vector3 TriggersRelation::GetNearestPointToBox(UnityEngine.Vector3,UnityEngine.BoxCollider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 TriggersRelation_GetNearestPointToBox_mFE9C42D11AC135F8CCBF91F52851E46F4B743C64 (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_from, BoxCollider_tFA5D239388334D6DE0B8FFDAD6825C5B03786E23* ___1_box, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.List`1<UnityEngine.BoxCollider>::Add(T)
|
|
inline void List_1_Add_mF4C7997233AB8AD67F34D0F736DCF127FBA2D92A_inline (List_1_tC417F059031D8EA5A55DCC7B567DEA0F51AD2174* __this, BoxCollider_tFA5D239388334D6DE0B8FFDAD6825C5B03786E23* ___0_item, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_tC417F059031D8EA5A55DCC7B567DEA0F51AD2174*, BoxCollider_tFA5D239388334D6DE0B8FFDAD6825C5B03786E23*, const RuntimeMethod*))List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_gshared_inline)(__this, ___0_item, method);
|
|
}
|
|
// System.Int32 System.Collections.Generic.List`1<UnityEngine.BoxCollider>::get_Count()
|
|
inline int32_t List_1_get_Count_m4169F119026A13ED005EA783AE2A32ED5BBDAE2E_inline (List_1_tC417F059031D8EA5A55DCC7B567DEA0F51AD2174* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (List_1_tC417F059031D8EA5A55DCC7B567DEA0F51AD2174*, const RuntimeMethod*))List_1_get_Count_m4407E4C389F22B8CEC282C15D56516658746C383_gshared_inline)(__this, method);
|
|
}
|
|
// UnityEngine.Vector3 UnityEngine.Transform::InverseTransformPoint(UnityEngine.Vector3)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Transform_InverseTransformPoint_m18CD395144D9C78F30E15A5B82B6670E792DBA5D (Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* __this, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_position, const RuntimeMethod* method) ;
|
|
// UnityEngine.Vector3 UnityEngine.BoxCollider::get_center()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 BoxCollider_get_center_mC370C79F9FC9398D0DD080500FA2EE14FC6E36C7 (BoxCollider_tFA5D239388334D6DE0B8FFDAD6825C5B03786E23* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.Vector3 UnityEngine.Vector3::op_Subtraction(UnityEngine.Vector3,UnityEngine.Vector3)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Vector3_op_Subtraction_mE42023FF80067CB44A1D4A27EB7CF2B24CABB828_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_a, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___1_b, const RuntimeMethod* method) ;
|
|
// UnityEngine.Vector3 UnityEngine.BoxCollider::get_size()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 BoxCollider_get_size_mC1A2DD270B04DFF5961F9F90DC147C271F72258E (BoxCollider_tFA5D239388334D6DE0B8FFDAD6825C5B03786E23* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.Vector3 UnityEngine.Vector3::get_zero()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Vector3_get_zero_m0C1249C3F25B1C70EAD3CC8B31259975A457AE39_inline (const RuntimeMethod* method) ;
|
|
// UnityEngine.Vector3 UnityEngine.Vector3::Max(UnityEngine.Vector3,UnityEngine.Vector3)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Vector3_Max_m9B6D8FEE7F4CE32C0AAB682606FFBA59E1F37C74_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_lhs, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___1_rhs, const RuntimeMethod* method) ;
|
|
// UnityEngine.Vector3 UnityEngine.Vector3::Min(UnityEngine.Vector3,UnityEngine.Vector3)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Vector3_Min_m1CAC3499F14EA87366C0C3C1F501B4FB2863CDB4_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_lhs, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___1_rhs, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.Vector3::op_Equality(UnityEngine.Vector3,UnityEngine.Vector3)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Vector3_op_Equality_mCDCBB8D2EDC3D3BF20F31A25ACB34705D352B479_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_lhs, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___1_rhs, const RuntimeMethod* method) ;
|
|
// UnityEngine.Vector3 UnityEngine.Transform::TransformPoint(UnityEngine.Vector3)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Transform_TransformPoint_m05BFF013DB830D7BFE44A007703694AE1062EE44 (Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* __this, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_position, 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.Vector3 UnityEngine.Vector3::op_Division(UnityEngine.Vector3,System.Single)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Vector3_op_Division_mCC6BB24E372AB96B8380D1678446EF6A8BAE13BB_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_a, float ___1_d, const RuntimeMethod* method) ;
|
|
// UnityEngine.Vector3 UnityEngine.Vector3::Scale(UnityEngine.Vector3,UnityEngine.Vector3)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Vector3_Scale_m7C3CD199271902D5C00CBF35CD230DEB62B68CAE_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_a, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___1_b, const RuntimeMethod* method) ;
|
|
// UnityEngine.Vector3 UnityEngine.Transform::TransformVector(UnityEngine.Vector3)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Transform_TransformVector_mFA6FB7570442728CB15D03C696353148711CDD98 (Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* __this, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_vector, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.Ray::.ctor(UnityEngine.Vector3,UnityEngine.Vector3)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ray__ctor_mE298992FD10A3894C38373198385F345C58BD64C (Ray_t2B1742D7958DC05BDC3EFC7461D3593E1430DC00* __this, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_origin, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___1_direction, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.Collider::Raycast(UnityEngine.Ray,UnityEngine.RaycastHit&,System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Collider_Raycast_mD7683E94051173B3FFC0862F4A17847E94AEB938 (Collider_t1CC3163924FCD6C4CC2E816373A929C1E3D55E76* __this, Ray_t2B1742D7958DC05BDC3EFC7461D3593E1430DC00 ___0_ray, RaycastHit_t6F30BD0B38B56401CA833A1B87BD74F2ACD2F2B5* ___1_hitInfo, float ___2_maxDistance, const RuntimeMethod* method) ;
|
|
// UnityEngine.Vector3 UnityEngine.Collider::ClosestPointOnBounds(UnityEngine.Vector3)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Collider_ClosestPointOnBounds_mBF2F0C0E76C5F11AED801931D780823A94630952 (Collider_t1CC3163924FCD6C4CC2E816373A929C1E3D55E76* __this, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_position, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.ReflectionProbe::set_mode(UnityEngine.Rendering.ReflectionProbeMode)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReflectionProbe_set_mode_m61AFCA93A8B5F5DF636006428D9F902F4F4E63B4 (ReflectionProbe_t7CFA63F0340447A0069E66DB261A8A1B79BA8A2D* __this, int32_t ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.ReflectionProbe::set_refreshMode(UnityEngine.Rendering.ReflectionProbeRefreshMode)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReflectionProbe_set_refreshMode_mBBB3573AF8658921A5821C32B03B91F78CD092C3 (ReflectionProbe_t7CFA63F0340447A0069E66DB261A8A1B79BA8A2D* __this, int32_t ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.ReflectionProbe::set_timeSlicingMode(UnityEngine.Rendering.ReflectionProbeTimeSlicingMode)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReflectionProbe_set_timeSlicingMode_mE723E08B9EAE36980BD3A30DA523A8C7EC85FF30 (ReflectionProbe_t7CFA63F0340447A0069E66DB261A8A1B79BA8A2D* __this, int32_t ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.ReflectionProbe::set_importance(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReflectionProbe_set_importance_m284B4B5C5A616871AACA5843FBE4DA986B37B3FB (ReflectionProbe_t7CFA63F0340447A0069E66DB261A8A1B79BA8A2D* __this, int32_t ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.ReflectionProbe::set_intensity(System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReflectionProbe_set_intensity_m825FB0A9054E32E43BDA3C75D4C4097C74FAB7AB (ReflectionProbe_t7CFA63F0340447A0069E66DB261A8A1B79BA8A2D* __this, float ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.ReflectionProbe::set_boxProjection(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReflectionProbe_set_boxProjection_m419731665FD0ACD069C32AD25F4631B729D8A0B7 (ReflectionProbe_t7CFA63F0340447A0069E66DB261A8A1B79BA8A2D* __this, bool ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.ReflectionProbe::set_blendDistance(System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReflectionProbe_set_blendDistance_mD46E67454FCF7D87406DA265AAAECFCA1B040725 (ReflectionProbe_t7CFA63F0340447A0069E66DB261A8A1B79BA8A2D* __this, float ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.ReflectionProbe::set_size(UnityEngine.Vector3)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReflectionProbe_set_size_m901ED70592B51139B62209031BD8C7377FB85BBB (ReflectionProbe_t7CFA63F0340447A0069E66DB261A8A1B79BA8A2D* __this, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.ReflectionProbe::set_center(UnityEngine.Vector3)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReflectionProbe_set_center_m83F570812344A9C08156023C49405F080DA4D8FA (ReflectionProbe_t7CFA63F0340447A0069E66DB261A8A1B79BA8A2D* __this, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.ReflectionProbe::set_resolution(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReflectionProbe_set_resolution_m9633C3D393AF0FFE40B95B059602BD401330FE78 (ReflectionProbe_t7CFA63F0340447A0069E66DB261A8A1B79BA8A2D* __this, int32_t ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.ReflectionProbe::set_hdr(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReflectionProbe_set_hdr_mB575B33C0608FF3F44CE3D7DC4C3E9E7B00827DE (ReflectionProbe_t7CFA63F0340447A0069E66DB261A8A1B79BA8A2D* __this, bool ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.ReflectionProbe::set_shadowDistance(System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReflectionProbe_set_shadowDistance_m82FD92F1B423ACBA5FA04139171CBBA32BB037C1 (ReflectionProbe_t7CFA63F0340447A0069E66DB261A8A1B79BA8A2D* __this, float ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.ReflectionProbe::set_clearFlags(UnityEngine.Rendering.ReflectionProbeClearFlags)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReflectionProbe_set_clearFlags_mA0AB9A7C236AA62B619F470D0FB8DD7421DAA36D (ReflectionProbe_t7CFA63F0340447A0069E66DB261A8A1B79BA8A2D* __this, int32_t ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.ReflectionProbe::set_backgroundColor(UnityEngine.Color)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReflectionProbe_set_backgroundColor_m4D1589C53AB043A60C3E3E15266EC3FBF7255785 (ReflectionProbe_t7CFA63F0340447A0069E66DB261A8A1B79BA8A2D* __this, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___0_value, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.LayerMask::op_Implicit(UnityEngine.LayerMask)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LayerMask_op_Implicit_m7F5A5B9D079281AC445ED39DEE1FCFA9D795810D (LayerMask_t97CB6BDADEDC3D6423C7BCFEA7F86DA2EC6241DB ___0_mask, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.ReflectionProbe::set_cullingMask(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReflectionProbe_set_cullingMask_m0FFC61F16FB95A7102393CD16F0239313651ECC6 (ReflectionProbe_t7CFA63F0340447A0069E66DB261A8A1B79BA8A2D* __this, int32_t ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.ReflectionProbe::set_nearClipPlane(System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReflectionProbe_set_nearClipPlane_m0D84910812D5B539ABD66E7A0B439DF224A747BF (ReflectionProbe_t7CFA63F0340447A0069E66DB261A8A1B79BA8A2D* __this, float ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.ReflectionProbe::set_farClipPlane(System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReflectionProbe_set_farClipPlane_m35846DB31059FEE56FDD74AAD72790FD580D76C1 (ReflectionProbe_t7CFA63F0340447A0069E66DB261A8A1B79BA8A2D* __this, float ___0_value, const RuntimeMethod* method) ;
|
|
// UnityEngine.Rendering.ReflectionProbeMode UnityEngine.ReflectionProbe::get_mode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReflectionProbe_get_mode_mF3B7702C5EB9ACBED8A54D4859A99F0F6AFAAC21 (ReflectionProbe_t7CFA63F0340447A0069E66DB261A8A1B79BA8A2D* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.Rendering.ReflectionProbeRefreshMode UnityEngine.ReflectionProbe::get_refreshMode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReflectionProbe_get_refreshMode_mB0B278743A4834CFA493C97648061A2A90F40206 (ReflectionProbe_t7CFA63F0340447A0069E66DB261A8A1B79BA8A2D* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.Rendering.ReflectionProbeTimeSlicingMode UnityEngine.ReflectionProbe::get_timeSlicingMode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReflectionProbe_get_timeSlicingMode_m6430C6E3CE73F5B6FF8D01780B33F9AF5C8BD9CA (ReflectionProbe_t7CFA63F0340447A0069E66DB261A8A1B79BA8A2D* __this, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.ReflectionProbe::get_importance()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReflectionProbe_get_importance_m5A08491E87338926910BF6DB86D76C487A143E7D (ReflectionProbe_t7CFA63F0340447A0069E66DB261A8A1B79BA8A2D* __this, const RuntimeMethod* method) ;
|
|
// System.Single UnityEngine.ReflectionProbe::get_intensity()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float ReflectionProbe_get_intensity_m0DEE5D236505B85241F14EB5ED4E89C80FA57CFC (ReflectionProbe_t7CFA63F0340447A0069E66DB261A8A1B79BA8A2D* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.ReflectionProbe::get_boxProjection()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReflectionProbe_get_boxProjection_m32068CFDF6934DD0B18483263B92BF15FD5416BD (ReflectionProbe_t7CFA63F0340447A0069E66DB261A8A1B79BA8A2D* __this, const RuntimeMethod* method) ;
|
|
// System.Single UnityEngine.ReflectionProbe::get_blendDistance()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float ReflectionProbe_get_blendDistance_m52BEDC611408BAE8881E027D9C4A21F7406479C3 (ReflectionProbe_t7CFA63F0340447A0069E66DB261A8A1B79BA8A2D* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.Vector3 UnityEngine.ReflectionProbe::get_size()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ReflectionProbe_get_size_m1CABA0F90893A89F168D417083F013376F8365D5 (ReflectionProbe_t7CFA63F0340447A0069E66DB261A8A1B79BA8A2D* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.Vector3 UnityEngine.ReflectionProbe::get_center()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ReflectionProbe_get_center_m78CC9B04D8CCC52088F48C95AE7CEA257EF105AB (ReflectionProbe_t7CFA63F0340447A0069E66DB261A8A1B79BA8A2D* __this, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.ReflectionProbe::get_resolution()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReflectionProbe_get_resolution_m62CC26BCE5CEB9F30617D11CC89B6496B0A2E7BC (ReflectionProbe_t7CFA63F0340447A0069E66DB261A8A1B79BA8A2D* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.ReflectionProbe::get_hdr()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReflectionProbe_get_hdr_m7E6619CD2118EEC0DA8892DA577E443F14EF2F12 (ReflectionProbe_t7CFA63F0340447A0069E66DB261A8A1B79BA8A2D* __this, const RuntimeMethod* method) ;
|
|
// System.Single UnityEngine.ReflectionProbe::get_shadowDistance()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float ReflectionProbe_get_shadowDistance_m7B831E7282E3F531214362932DC9B5DB024E0D9E (ReflectionProbe_t7CFA63F0340447A0069E66DB261A8A1B79BA8A2D* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.Rendering.ReflectionProbeClearFlags UnityEngine.ReflectionProbe::get_clearFlags()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReflectionProbe_get_clearFlags_m68243659FFB4680CC673F4838DE4085D5648A543 (ReflectionProbe_t7CFA63F0340447A0069E66DB261A8A1B79BA8A2D* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.Color UnityEngine.ReflectionProbe::get_backgroundColor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ReflectionProbe_get_backgroundColor_m71A98AB725B71F95A984B5AE28AF8660F78914CD (ReflectionProbe_t7CFA63F0340447A0069E66DB261A8A1B79BA8A2D* __this, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.ReflectionProbe::get_cullingMask()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReflectionProbe_get_cullingMask_mFF2A7C690740C8D3F87D9CAA4BA6B3C8681E48CC (ReflectionProbe_t7CFA63F0340447A0069E66DB261A8A1B79BA8A2D* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.LayerMask UnityEngine.LayerMask::op_Implicit(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LayerMask_t97CB6BDADEDC3D6423C7BCFEA7F86DA2EC6241DB LayerMask_op_Implicit_m01C8996A2CB2085328B9C33539C43139660D8222 (int32_t ___0_intVal, const RuntimeMethod* method) ;
|
|
// System.Single UnityEngine.ReflectionProbe::get_nearClipPlane()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float ReflectionProbe_get_nearClipPlane_m0ADAEE57CE1CE830A490920D748DD8BB3345AE2F (ReflectionProbe_t7CFA63F0340447A0069E66DB261A8A1B79BA8A2D* __this, const RuntimeMethod* method) ;
|
|
// System.Single UnityEngine.ReflectionProbe::get_farClipPlane()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float ReflectionProbe_get_farClipPlane_mA9DC3B58D62857DCA3C9C1F2757BF64026703FC8 (ReflectionProbe_t7CFA63F0340447A0069E66DB261A8A1B79BA8A2D* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.Color UnityEngine.Color::get_black()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Color_tD001788D726C3A7F1379BEED0260B9591F440C1F Color_get_black_mB50217951591A045844C61E7FF31EEE3FEF16737_inline (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 UnityEngine.PropertyAttribute::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyAttribute__ctor_m19247686E165101F140615C7306DC2DA3953D97D (PropertyAttribute_t5E0CB5A6CDA6E24CBD4FF26DE3B0C29D8BB54BF0* __this, const RuntimeMethod* method) ;
|
|
// System.Void PGG_FieldPresetSwitch::.ctor(System.String,System.String,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PGG_FieldPresetSwitch__ctor_m31668C70C88B6A4556720503A34262281D21DD5C (PGG_FieldPresetSwitch_t9D002C3C5F3212BCA62699B89A9FDF12A4E8823E* __this, String_t* ___0_propName, String_t* ___1_tooltip, int32_t ___2_labelWidth, const RuntimeMethod* method) ;
|
|
// T UnityEngine.Object::Instantiate<UnityEngine.GameObject>(T)
|
|
inline GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* Object_Instantiate_TisGameObject_t76FEDD663AB33C991A9C9A23129337651094216F_m10D87C6E0708CA912BBB02555BF7D0FBC5D7A2B3 (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___0_original, const RuntimeMethod* method)
|
|
{
|
|
return (( GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* (*) (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F*, const RuntimeMethod*))Object_Instantiate_TisRuntimeObject_m90A1E6C4C2B445D2E848DB75C772D1B95AAC046A_gshared)(___0_original, method);
|
|
}
|
|
// System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,System.Random>::ContainsKey(TKey)
|
|
inline bool Dictionary_2_ContainsKey_mCE4E9DD2708E0477BB151D4CE9B8D3C282B3F0DF (Dictionary_2_t73456C8379F93D6DF5449E1AC7C4EFFEAEE95546* __this, int32_t ___0_key, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Dictionary_2_t73456C8379F93D6DF5449E1AC7C4EFFEAEE95546*, int32_t, const RuntimeMethod*))Dictionary_2_ContainsKey_mED5C451F158CDDD2B3F4B0720CD248DA9DB27B25_gshared)(__this, ___0_key, method);
|
|
}
|
|
// System.Void System.Random::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Random__ctor_mFB386F0C0ED85F26CD069C3527052B81878A2F1E (Random_t79716069EDE67D1D7734F60AE402D0CA3FB6B4C8* __this, int32_t ___0_Seed, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Random>::Add(TKey,TValue)
|
|
inline void Dictionary_2_Add_m8B6B3D00E548FBC08FD9E087006AA34704E5EA84 (Dictionary_2_t73456C8379F93D6DF5449E1AC7C4EFFEAEE95546* __this, int32_t ___0_key, Random_t79716069EDE67D1D7734F60AE402D0CA3FB6B4C8* ___1_value, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Dictionary_2_t73456C8379F93D6DF5449E1AC7C4EFFEAEE95546*, int32_t, Random_t79716069EDE67D1D7734F60AE402D0CA3FB6B4C8*, const RuntimeMethod*))Dictionary_2_Add_mAF1EF7DA16BD70E252EA5C4B0F74DE519A02CBCD_gshared)(__this, ___0_key, ___1_value, method);
|
|
}
|
|
// TValue System.Collections.Generic.Dictionary`2<System.Int32,System.Random>::get_Item(TKey)
|
|
inline Random_t79716069EDE67D1D7734F60AE402D0CA3FB6B4C8* Dictionary_2_get_Item_m364B8292BB4DFB2BC3DE53CCDEBA6E246B835752 (Dictionary_2_t73456C8379F93D6DF5449E1AC7C4EFFEAEE95546* __this, int32_t ___0_key, const RuntimeMethod* method)
|
|
{
|
|
return (( Random_t79716069EDE67D1D7734F60AE402D0CA3FB6B4C8* (*) (Dictionary_2_t73456C8379F93D6DF5449E1AC7C4EFFEAEE95546*, int32_t, const RuntimeMethod*))Dictionary_2_get_Item_mC3FEA647E750C27367C990777D8890E0E712E514_gshared)(__this, ___0_key, method);
|
|
}
|
|
// System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Random>::set_Item(TKey,TValue)
|
|
inline void Dictionary_2_set_Item_mC035BDC25735BADF10B9BC2282885219B5142194 (Dictionary_2_t73456C8379F93D6DF5449E1AC7C4EFFEAEE95546* __this, int32_t ___0_key, Random_t79716069EDE67D1D7734F60AE402D0CA3FB6B4C8* ___1_value, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Dictionary_2_t73456C8379F93D6DF5449E1AC7C4EFFEAEE95546*, int32_t, Random_t79716069EDE67D1D7734F60AE402D0CA3FB6B4C8*, const RuntimeMethod*))Dictionary_2_set_Item_m2888D71A14F2B8510102F24FEE90552E91B124C1_gshared)(__this, ___0_key, ___1_value, method);
|
|
}
|
|
// System.Random FGeneratingUtilities::GetR(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Random_t79716069EDE67D1D7734F60AE402D0CA3FB6B4C8* FGeneratingUtilities_GetR_mBAE848F1CB8688CC050A45124A0BF8747B0E0FA0 (int32_t ___0_randomId, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Random>::.ctor()
|
|
inline void Dictionary_2__ctor_m48ED92EBDCF61B173630C3073E2239F8A0D09CF0 (Dictionary_2_t73456C8379F93D6DF5449E1AC7C4EFFEAEE95546* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Dictionary_2_t73456C8379F93D6DF5449E1AC7C4EFFEAEE95546*, const RuntimeMethod*))Dictionary_2__ctor_m92E9AB321FBD7147CA109C822D99C8B0610C27B7_gshared)(__this, method);
|
|
}
|
|
// System.Void System.Random::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Random__ctor_m151183BD4F021499A98B9DE8502DAD4B12DD16AC (Random_t79716069EDE67D1D7734F60AE402D0CA3FB6B4C8* __this, const RuntimeMethod* method) ;
|
|
// System.Void FGeneratingUtilities/MinMax::.ctor(System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MinMax__ctor_m513031AE24393FD41C3D26EEC5C2A8AE2870CC45 (MinMax_t2211CCBE8DDA78332BE4C0D26352B20EB911219D* __this, int32_t ___0_min, int32_t ___1_max, const RuntimeMethod* method) ;
|
|
// System.Int32 FGeneratingUtilities/MinMax::GetRandom()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MinMax_GetRandom_m56B00F482AE811FA50932CFEC82DC6DCD76739C6 (MinMax_t2211CCBE8DDA78332BE4C0D26352B20EB911219D* __this, const RuntimeMethod* method) ;
|
|
// System.Void FGeneratingUtilities/MinMaxF::.ctor(System.Single,System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MinMaxF__ctor_m7E020C3C76F5965BBA2C008D03C0C007E7FEB7EA (MinMaxF_tFB3CAF5908C0B37A5CAD645CDF95ECAE28C2B3CC* __this, float ___0_min, float ___1_max, const RuntimeMethod* method) ;
|
|
// System.Single UnityEngine.Mathf::Lerp(System.Single,System.Single,System.Single)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Mathf_Lerp_m47EF2FFB7647BD0A1FDC26DC03E28B19812139B5_inline (float ___0_a, float ___1_b, float ___2_t, const RuntimeMethod* method) ;
|
|
// System.Void FEasing/Function::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Function__ctor_m887665E512F46DB76CB75AAAAD260C6064F8606F (Function_tD1FD6FBF07FCE0BF65777E4F9D477AE069A0431C* __this, RuntimeObject* ___0_object, intptr_t ___1_method, 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) ;
|
|
// FMOD.Studio.EventDescription FMODUnity.RuntimeManager::GetEventDescription(FMODUnity.EventReference)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventDescription_t2904DB225583633AC5E150B2FF1EA269955FB28C RuntimeManager_GetEventDescription_mB66FBAB18AC56CBDEB70F29FDFE4620C5FC8F9B0 (EventReference_tA4CA1F882DC447E6B50F989D1FC08F065C91FB51 ___0_eventReference, const RuntimeMethod* method) ;
|
|
// FMOD.RESULT FMOD.Studio.EventDescription::loadSampleData()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_loadSampleData_mCD4E35D915700408D5996005B78C4689E84BB6E9 (EventDescription_t2904DB225583633AC5E150B2FF1EA269955FB28C* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean FMOD.Studio.EventDescription::isValid()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EventDescription_isValid_m29F5D59A2E5E7C3DC8DB3BAB49AE6A6AF1015A91 (EventDescription_t2904DB225583633AC5E150B2FF1EA269955FB28C* __this, const RuntimeMethod* method) ;
|
|
// FMOD.RESULT FMOD.Studio.EventDescription::unloadSampleData()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_unloadSampleData_mF83E0FA28F53E3A730843BDD8E9D1E4CBD25EC82 (EventDescription_t2904DB225583633AC5E150B2FF1EA269955FB28C* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.Vector3 UnityEngine.Collision::get_relativeVelocity()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Collision_get_relativeVelocity_mAD9D45864C56FFAB284E77835BF75DF86D4E4CC0 (Collision_tBCC6AEBD9A63E6DA2E50660DAC03CDCB1FF7A9B0* __this, const RuntimeMethod* method) ;
|
|
// System.Single UnityEngine.Vector3::get_sqrMagnitude()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Vector3_get_sqrMagnitude_m43C27DEC47C4811FB30AB474FF2131A963B66FC8_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* __this, const RuntimeMethod* method) ;
|
|
// System.Single UnityEngine.Mathf::Clamp01(System.Single)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Mathf_Clamp01_mA7E048DBDA832D399A581BE4D6DED9FA44CE0F14_inline (float ___0_value, const RuntimeMethod* method) ;
|
|
// UnityEngine.ContactPoint[] UnityEngine.Collision::get_contacts()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ContactPointU5BU5D_t3570603E8D0685B71B3D8BA07031674B00C5E411* Collision_get_contacts_m2E8E27E0399230DFA4303A4F4D81C1BD55CBC473 (Collision_tBCC6AEBD9A63E6DA2E50660DAC03CDCB1FF7A9B0* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.Vector3 UnityEngine.ContactPoint::get_point()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ContactPoint_get_point_mCCDFDACC5D8DB469898060A56A3CC45132911208 (ContactPoint_t241857959C0D517C21F541BB04B63FA6C1EAB3F9* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean FMOD.Studio.EventInstance::isValid()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EventInstance_isValid_mFB74164050622B120B819DFEF7925540C566F3E2 (EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF* __this, const RuntimeMethod* method) ;
|
|
// FMOD.RESULT FMOD.Studio.EventDescription::createInstance(FMOD.Studio.EventInstance&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_createInstance_mEEADEA8D0DFCC555DFC71ABD968735EAA811A8AF (EventDescription_t2904DB225583633AC5E150B2FF1EA269955FB28C* __this, EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF* ___0_instance, const RuntimeMethod* method) ;
|
|
// System.Void FMODUnity.RuntimeManager::AttachInstanceToGameObject(FMOD.Studio.EventInstance,UnityEngine.Transform)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeManager_AttachInstanceToGameObject_m52A5373EA6A728275206A4CBFEA51357E453DCB5 (EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF ___0_instance, Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___1_transform, const RuntimeMethod* method) ;
|
|
// FMOD.ATTRIBUTES_3D FMODUnity.RuntimeUtils::To3DAttributes(UnityEngine.Vector3)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ATTRIBUTES_3D_t7EF2217FD18A1BFC021A8DE2B77B4F109A06B777 RuntimeUtils_To3DAttributes_mE0F4D67A6795B1849735DD04C9A17937FCA6665A (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_pos, const RuntimeMethod* method) ;
|
|
// FMOD.RESULT FMOD.Studio.EventInstance::set3DAttributes(FMOD.ATTRIBUTES_3D)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_set3DAttributes_m50240BF34F70062566F9AA89CCE063A671B9B85B (EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF* __this, ATTRIBUTES_3D_t7EF2217FD18A1BFC021A8DE2B77B4F109A06B777 ___0_attributes, const RuntimeMethod* method) ;
|
|
// FMOD.RESULT FMOD.Studio.EventInstance::setVolume(System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_setVolume_m9593D31100635F7B5032BAD04BAE93CCC884811D (EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF* __this, float ___0_volume, const RuntimeMethod* method) ;
|
|
// FMOD.RESULT FMOD.Studio.EventInstance::start()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_start_mA66929F498D81CE8EBEF687D9EFEC93BDB4AAEF4 (EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.Collider UnityEngine.RaycastHit::get_collider()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Collider_t1CC3163924FCD6C4CC2E816373A929C1E3D55E76* RaycastHit_get_collider_m84B160439BBEAB6D9E94B799F720E25C9E2D444D (RaycastHit_t6F30BD0B38B56401CA833A1B87BD74F2ACD2F2B5* __this, const RuntimeMethod* method) ;
|
|
// System.String UnityEngine.Object::get_name()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Object_get_name_mAC2F6B897CF1303BA4249B4CB55271AFACBB6392 (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* __this, const RuntimeMethod* method) ;
|
|
// T NodeCanvas.Framework.GraphOwner`1<NodeCanvas.BehaviourTrees.BehaviourTree>::get_behaviour()
|
|
inline BehaviourTree_t6AF4016EBA17F68BDB7FA2350CDD23D7D3629562* GraphOwner_1_get_behaviour_mD39E4124E70C8CAF55A66C9290C24EF94BD51B1C (GraphOwner_1_tED619ED704A45FE35458F8BA898E8ED33DD376E7* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( BehaviourTree_t6AF4016EBA17F68BDB7FA2350CDD23D7D3629562* (*) (GraphOwner_1_tED619ED704A45FE35458F8BA898E8ED33DD376E7*, const RuntimeMethod*))GraphOwner_1_get_behaviour_mF293CB26768E165D14B4F69E3163724A32BA9851_gshared)(__this, method);
|
|
}
|
|
// NodeCanvas.Framework.IBlackboard NodeCanvas.Framework.Graph::get_blackboard()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Graph_get_blackboard_mEA857457C284A543695FBD6B8A9BA8C46EDB4B93 (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, const RuntimeMethod* method) ;
|
|
// TValue System.Collections.Generic.Dictionary`2<System.String,NodeCanvas.Framework.Variable>::get_Item(TKey)
|
|
inline Variable_t60C01143D3B1491B2FFEB305052C327D03DDF4AA* Dictionary_2_get_Item_m2677DE5AE55EB488405081DC9EB7B1D9453B175E (Dictionary_2_tD3F950952CE25D0F85C802E5E8010086DF6EDE7C* __this, String_t* ___0_key, const RuntimeMethod* method)
|
|
{
|
|
return (( Variable_t60C01143D3B1491B2FFEB305052C327D03DDF4AA* (*) (Dictionary_2_tD3F950952CE25D0F85C802E5E8010086DF6EDE7C*, String_t*, const RuntimeMethod*))Dictionary_2_get_Item_m4AAAECBE902A211BF2126E6AFA280AEF73A3E0D6_gshared)(__this, ___0_key, method);
|
|
}
|
|
// System.Object NodeCanvas.Framework.Variable::get_value()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Variable_get_value_m6E603EC6574F8045C3A8F464C1ED0AA1B00A059F (Variable_t60C01143D3B1491B2FFEB305052C327D03DDF4AA* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Linq.Enumerable::Contains<UnityEngine.Collider>(System.Collections.Generic.IEnumerable`1<TSource>,TSource)
|
|
inline bool Enumerable_Contains_TisCollider_t1CC3163924FCD6C4CC2E816373A929C1E3D55E76_m99BD41B13BB17EB264DDC69EC4223E9FC4666BA7 (RuntimeObject* ___0_source, Collider_t1CC3163924FCD6C4CC2E816373A929C1E3D55E76* ___1_value, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (RuntimeObject*, Collider_t1CC3163924FCD6C4CC2E816373A929C1E3D55E76*, const RuntimeMethod*))Enumerable_Contains_TisRuntimeObject_mBCDB5870C52FC5BD2B6AE472A749FC03B9CF8958_gshared)(___0_source, ___1_value, method);
|
|
}
|
|
// T UnityEngine.Component::GetComponent<HurricaneVR.Framework.Components.HVRDamageHandler>()
|
|
inline HVRDamageHandler_tD93CFF30358485F8FEAA956F5D7DD49D0E2E1A41* Component_GetComponent_TisHVRDamageHandler_tD93CFF30358485F8FEAA956F5D7DD49D0E2E1A41_mCCEE7184FFCE9611B0C3B669533644FE463A6D0A (Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( HVRDamageHandler_tD93CFF30358485F8FEAA956F5D7DD49D0E2E1A41* (*) (Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3*, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_m7181F81CAEC2CF53F5D2BC79B7425C16E1F80D33_gshared)(__this, method);
|
|
}
|
|
// UnityEngine.Quaternion UnityEngine.Quaternion::get_identity()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 Quaternion_get_identity_m7E701AE095ED10FD5EA0B50ABCFDE2EEFF2173A5_inline (const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.Object::Destroy(UnityEngine.Object,System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object_Destroy_m064F2A066491D2DC4FFCFBDBE5FCFFB807A04436 (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* ___0_obj, float ___1_t, const RuntimeMethod* method) ;
|
|
// FMOD.Studio.EventInstance FMODUnity.RuntimeManager::CreateInstance(FMODUnity.EventReference)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF RuntimeManager_CreateInstance_m399146922E684F16CFB04FE82F177BB2A0BFDF0D (EventReference_tA4CA1F882DC447E6B50F989D1FC08F065C91FB51 ___0_eventReference, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.Animator::Play(System.Int32,System.Int32,System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Animator_Play_m3011727F1A3F331EE7F5D7CF9B98EFEADE547BBD (Animator_t8A52E42AE54F76681838FE9E632683EF3952E883* __this, int32_t ___0_stateNameHash, int32_t ___1_layer, float ___2_normalizedTime, const RuntimeMethod* method) ;
|
|
// FMOD.RESULT FMOD.Studio.EventInstance::setParameterByNameWithLabel(System.String,System.String,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_setParameterByNameWithLabel_m61EAFFAAA46ACA7DBE30F464FA9E1B3637012DEA (EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF* __this, String_t* ___0_name, String_t* ___1_label, bool ___2_ignoreseekspeed, const RuntimeMethod* method) ;
|
|
// System.Void DoorFrame::PlayParticles()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DoorFrame_PlayParticles_m212869575A2D8CE54F3F7BCCC05A71EFE591FCA9 (DoorFrame_tE5D9D7C23DA919391AE8D15C4FA29FA6DD3B7701* __this, const RuntimeMethod* method) ;
|
|
// FMOD.RESULT FMOD.Studio.EventInstance::stop(FMOD.Studio.STOP_MODE)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_stop_mD78982E36B28F26C554BADE22371832E58E69A5E (EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF* __this, int32_t ___0_mode, const RuntimeMethod* method) ;
|
|
// System.Void System.Func`2<UnityEngine.ParticleSystem,System.Boolean>::.ctor(System.Object,System.IntPtr)
|
|
inline void Func_2__ctor_m61AB93BB935EF50002D264D4AFBB29A235A4679E (Func_2_t73671C0B5E9E75781D26D41FD63D714851882853* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Func_2_t73671C0B5E9E75781D26D41FD63D714851882853*, RuntimeObject*, intptr_t, const RuntimeMethod*))Func_2__ctor_m13C0A7F33154D861E2A041B52E88461832DA1697_gshared)(__this, ___0_object, ___1_method, method);
|
|
}
|
|
// System.Collections.Generic.IEnumerable`1<TSource> System.Linq.Enumerable::Where<UnityEngine.ParticleSystem>(System.Collections.Generic.IEnumerable`1<TSource>,System.Func`2<TSource,System.Boolean>)
|
|
inline RuntimeObject* Enumerable_Where_TisParticleSystem_tB19986EE308BD63D36FB6025EEEAFBEDB97C67C1_m6B90239F18C1E2C9192F16BF59695960F5C258D0 (RuntimeObject* ___0_source, Func_2_t73671C0B5E9E75781D26D41FD63D714851882853* ___1_predicate, const RuntimeMethod* method)
|
|
{
|
|
return (( RuntimeObject* (*) (RuntimeObject*, Func_2_t73671C0B5E9E75781D26D41FD63D714851882853*, const RuntimeMethod*))Enumerable_Where_TisRuntimeObject_m5DAF16724887B42DDBBF391C7F375749E8AA4AD7_gshared)(___0_source, ___1_predicate, method);
|
|
}
|
|
// System.Void UnityEngine.ParticleSystem::Stop()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParticleSystem_Stop_m2D8D4967496EF0F5BFEF679C49A9E65A9646C423 (ParticleSystem_tB19986EE308BD63D36FB6025EEEAFBEDB97C67C1* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.ParticleSystem::Play()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParticleSystem_Play_mD943E601BFE16CB9BB5D1F5E6AED5C36F5F11EF5 (ParticleSystem_tB19986EE308BD63D36FB6025EEEAFBEDB97C67C1* __this, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.Animator::StringToHash(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Animator_StringToHash_mD67B872C411BE37641F49D7AA1DBD45B67F63E3A (String_t* ___0_name, const RuntimeMethod* method) ;
|
|
// System.Void DoorFrame/<>c::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_m1B71F87628552B7DD8F53E1A1CA5AC582A331554 (U3CU3Ec_tE0BE3EA42A54F648DF2489C8612285A1837B0A24* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.Component::CompareTag(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Component_CompareTag_mE6F8897E84F12DF12D302FFC4D58204D51096FC5 (Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* __this, String_t* ___0_tag, const RuntimeMethod* method) ;
|
|
// System.Void DoorFrame::Enter()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DoorFrame_Enter_mE5AE2F5BE854EDC474575A251D2512725A3C62BB (DoorFrame_tE5D9D7C23DA919391AE8D15C4FA29FA6DD3B7701* __this, const RuntimeMethod* method) ;
|
|
// System.Void DoorFrame::Exit()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DoorFrame_Exit_mD75313E472EFD7B9E1F1FE96BA1D9B625E9AE8DD (DoorFrame_tE5D9D7C23DA919391AE8D15C4FA29FA6DD3B7701* __this, const RuntimeMethod* method) ;
|
|
// System.Single UnityEngine.Time::get_time()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Time_get_time_m3A271BB1B20041144AC5B7863B71AB1F0150374B (const RuntimeMethod* method) ;
|
|
// 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.Single UnityEngine.Vector3::Dot(UnityEngine.Vector3,UnityEngine.Vector3)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Vector3_Dot_mBB86BB940AA0A32FA7D3C02AC42E5BC7095A5D52_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_lhs, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___1_rhs, 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) ;
|
|
// System.Void UnityEngine.Behaviour::set_enabled(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Behaviour_set_enabled_mF1DCFE60EB09E0529FE9476CA804A3AA2D72B16A (Behaviour_t01970CFBBA658497AE30F311C447DB0440BAB7FA* __this, bool ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.GameObject::SetActive(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GameObject_SetActive_m638E92E1E75E519E5B24CF150B08CA8E0CDFAB92 (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* __this, bool ___0_value, const RuntimeMethod* method) ;
|
|
// T System.Collections.Generic.List`1<IKTarget>::get_Item(System.Int32)
|
|
inline IKTarget_tD6C282706E7797BB7B0970604A7FDB0640459749* List_1_get_Item_m7A47EB9F41618DBFC754FC27107B949496EEA4DC (List_1_t05907CFFCF2A3E6C9D88C13C12C63833059A231D* __this, int32_t ___0_index, const RuntimeMethod* method)
|
|
{
|
|
return (( IKTarget_tD6C282706E7797BB7B0970604A7FDB0640459749* (*) (List_1_t05907CFFCF2A3E6C9D88C13C12C63833059A231D*, int32_t, const RuntimeMethod*))List_1_get_Item_m33561245D64798C2AB07584C0EC4F240E4839A38_gshared)(__this, ___0_index, method);
|
|
}
|
|
// T System.Collections.Generic.List`1<System.Single>::get_Item(System.Int32)
|
|
inline float List_1_get_Item_mFE556F47C4CD09EAC6C898EF39D4A8EC112CFC50 (List_1_t0D1C46FD8DDDE974D93CA4F3474EEC05AF950918* __this, int32_t ___0_index, const RuntimeMethod* method)
|
|
{
|
|
return (( float (*) (List_1_t0D1C46FD8DDDE974D93CA4F3474EEC05AF950918*, int32_t, const RuntimeMethod*))List_1_get_Item_mFE556F47C4CD09EAC6C898EF39D4A8EC112CFC50_gshared)(__this, ___0_index, method);
|
|
}
|
|
// System.Int32 System.Collections.Generic.List`1<IKTarget>::get_Count()
|
|
inline int32_t List_1_get_Count_m8845F60D264744FF04D933042D1523D65F83A5BE_inline (List_1_t05907CFFCF2A3E6C9D88C13C12C63833059A231D* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (List_1_t05907CFFCF2A3E6C9D88C13C12C63833059A231D*, const RuntimeMethod*))List_1_get_Count_m4407E4C389F22B8CEC282C15D56516658746C383_gshared_inline)(__this, method);
|
|
}
|
|
// System.Collections.IEnumerator IKAnimation::<LateUpdate>g__ToSteps|9_0()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* IKAnimation_U3CLateUpdateU3Eg__ToStepsU7C9_0_m6EEF37A508C81C2D85AC5337B435419774714755 (IKAnimation_tB209529B54B9BED50A1AA604E012F2DD6A4B564A* __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) ;
|
|
// System.Collections.Generic.List`1/Enumerator<T> System.Collections.Generic.List`1<IKTarget>::GetEnumerator()
|
|
inline Enumerator_tF7FC9EB995A5EC21ACED6020909EC0BBBB5A3DA1 List_1_GetEnumerator_m5D6CB368550842F949FCA892262234F0A3FACFC5 (List_1_t05907CFFCF2A3E6C9D88C13C12C63833059A231D* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( Enumerator_tF7FC9EB995A5EC21ACED6020909EC0BBBB5A3DA1 (*) (List_1_t05907CFFCF2A3E6C9D88C13C12C63833059A231D*, const RuntimeMethod*))List_1_GetEnumerator_mD8294A7FA2BEB1929487127D476F8EC1CDC23BFC_gshared)(__this, method);
|
|
}
|
|
// System.Void System.Collections.Generic.List`1/Enumerator<IKTarget>::Dispose()
|
|
inline void Enumerator_Dispose_m074EFE5290C2C84B92A8F5219CDE58F74F61FA1C (Enumerator_tF7FC9EB995A5EC21ACED6020909EC0BBBB5A3DA1* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Enumerator_tF7FC9EB995A5EC21ACED6020909EC0BBBB5A3DA1*, const RuntimeMethod*))Enumerator_Dispose_mD9DC3E3C3697830A4823047AB29A77DBBB5ED419_gshared)(__this, method);
|
|
}
|
|
// T System.Collections.Generic.List`1/Enumerator<IKTarget>::get_Current()
|
|
inline IKTarget_tD6C282706E7797BB7B0970604A7FDB0640459749* Enumerator_get_Current_m201AD2F3A51FB971F9D4E061971DEEC7A33BD6DD_inline (Enumerator_tF7FC9EB995A5EC21ACED6020909EC0BBBB5A3DA1* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( IKTarget_tD6C282706E7797BB7B0970604A7FDB0640459749* (*) (Enumerator_tF7FC9EB995A5EC21ACED6020909EC0BBBB5A3DA1*, const RuntimeMethod*))Enumerator_get_Current_m6330F15D18EE4F547C05DF9BF83C5EB710376027_gshared_inline)(__this, method);
|
|
}
|
|
// System.Boolean System.Collections.Generic.List`1/Enumerator<IKTarget>::MoveNext()
|
|
inline bool Enumerator_MoveNext_m01CC5C007935359E63D05679E3464888DAE10CBE (Enumerator_tF7FC9EB995A5EC21ACED6020909EC0BBBB5A3DA1* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Enumerator_tF7FC9EB995A5EC21ACED6020909EC0BBBB5A3DA1*, const RuntimeMethod*))Enumerator_MoveNext_mE921CC8F29FBBDE7CC3209A0ED0D921D58D00BCB_gshared)(__this, method);
|
|
}
|
|
// System.Void IKAnimation/<<LateUpdate>g__ToSteps|9_0>d::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3CLateUpdateU3Eg__ToStepsU7C9_0U3Ed__ctor_mE600E61F79C2E6D80BA683102F1BC1F4724E8E5A (U3CU3CLateUpdateU3Eg__ToStepsU7C9_0U3Ed_t9DCDB163BC3D3C2A10054B1CD733BBAC1228403D* __this, int32_t ___0_U3CU3E1__state, const RuntimeMethod* method) ;
|
|
// System.Void IKAnimation/<>c__DisplayClass9_0/<<LateUpdate>g__Animation|1>d::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3CLateUpdateU3Eg__AnimationU7C1U3Ed__ctor_mE34E39456B90367D12672419A95CBD837A2EB8A8 (U3CU3CLateUpdateU3Eg__AnimationU7C1U3Ed_t288186A5CE44FEA05390D6374B89FC844097B86D* __this, int32_t ___0_U3CU3E1__state, const RuntimeMethod* method) ;
|
|
// UnityEngine.Color UnityEngine.Color::get_cyan()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Color_tD001788D726C3A7F1379BEED0260B9591F440C1F Color_get_cyan_m182A29E7475C0A98ACC03E1CF5252BAB83F0BA31_inline (const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.Debug::DrawRay(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Color)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debug_DrawRay_mB172868181856F153732BB56C0BE1C58EE598F53 (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_start, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___1_dir, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___2_color, const RuntimeMethod* method) ;
|
|
// System.Void System.NotSupportedException::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotSupportedException__ctor_m1398D0CDE19B36AA3DE9392879738C1EA2439CDF (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* __this, const RuntimeMethod* method) ;
|
|
// System.Void IKAnimation/<>c__DisplayClass9_0::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass9_0__ctor_m73FE3FD00C996826CB69B786D7BA0A53A01DCEFF (U3CU3Ec__DisplayClass9_0_t53360CC0621B5F024C8DDC52885EAB6010F42A54* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.Color UnityEngine.Color::get_magenta()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Color_tD001788D726C3A7F1379BEED0260B9591F440C1F Color_get_magenta_mE31C432891E0B3D23C8FB03CB3A38A60E7F52A9A_inline (const RuntimeMethod* method) ;
|
|
// System.Int32 System.Collections.Generic.List`1<System.Single>::get_Count()
|
|
inline int32_t List_1_get_Count_m545762F67009314D9C63DD209B42FFF950569B05_inline (List_1_t0D1C46FD8DDDE974D93CA4F3474EEC05AF950918* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (List_1_t0D1C46FD8DDDE974D93CA4F3474EEC05AF950918*, const RuntimeMethod*))List_1_get_Count_m545762F67009314D9C63DD209B42FFF950569B05_gshared_inline)(__this, method);
|
|
}
|
|
// System.Collections.IEnumerator IKAnimation/<>c__DisplayClass9_0::<LateUpdate>g__Animation|1()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CU3Ec__DisplayClass9_0_U3CLateUpdateU3Eg__AnimationU7C1_m1DF9B4265D7784FF8EFF7647D8F8BC33ABE9C58B (U3CU3Ec__DisplayClass9_0_t53360CC0621B5F024C8DDC52885EAB6010F42A54* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.WaitForSeconds::.ctor(System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WaitForSeconds__ctor_m579F95BADEDBAB4B3A7E302C6EE3995926EF2EFC (WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3* __this, float ___0_seconds, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.List`1<NpcCombatAbstract>::.ctor()
|
|
inline void List_1__ctor_m13CA5679C78D3FD653F751F8755F3C1DF94C5C92 (List_1_t1D1E058512330A7525D08D80463CD733019B622F* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_t1D1E058512330A7525D08D80463CD733019B622F*, const RuntimeMethod*))List_1__ctor_m7F078BB342729BDF11327FD89D7872265328F690_gshared)(__this, method);
|
|
}
|
|
// System.Boolean System.Collections.Generic.List`1<NpcCombatAbstract>::Contains(T)
|
|
inline bool List_1_Contains_m3FE0FBEA4C8DB14E12824556D347F1B273BAA2D1 (List_1_t1D1E058512330A7525D08D80463CD733019B622F* __this, NpcCombatAbstract_tA3FA66343610D8028B3042C9DB03E8606B9081AC* ___0_item, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (List_1_t1D1E058512330A7525D08D80463CD733019B622F*, NpcCombatAbstract_tA3FA66343610D8028B3042C9DB03E8606B9081AC*, const RuntimeMethod*))List_1_Contains_m4C9139C2A6B23E9343D3F87807B32C6E2CFE660D_gshared)(__this, ___0_item, method);
|
|
}
|
|
// System.Void System.Collections.Generic.List`1<NpcCombatAbstract>::Add(T)
|
|
inline void List_1_Add_m7BD3D5B74E596CFD5A2AFEC9C3C0EA26C89267D9_inline (List_1_t1D1E058512330A7525D08D80463CD733019B622F* __this, NpcCombatAbstract_tA3FA66343610D8028B3042C9DB03E8606B9081AC* ___0_item, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_t1D1E058512330A7525D08D80463CD733019B622F*, NpcCombatAbstract_tA3FA66343610D8028B3042C9DB03E8606B9081AC*, const RuntimeMethod*))List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_gshared_inline)(__this, ___0_item, method);
|
|
}
|
|
// System.Boolean System.Collections.Generic.List`1<NpcCombatAbstract>::Remove(T)
|
|
inline bool List_1_Remove_mF976D57E9B68FA34CE9C17C74BE3A172BD6690E9 (List_1_t1D1E058512330A7525D08D80463CD733019B622F* __this, NpcCombatAbstract_tA3FA66343610D8028B3042C9DB03E8606B9081AC* ___0_item, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (List_1_t1D1E058512330A7525D08D80463CD733019B622F*, NpcCombatAbstract_tA3FA66343610D8028B3042C9DB03E8606B9081AC*, const RuntimeMethod*))List_1_Remove_m4DFA48F4CEB9169601E75FC28517C5C06EFA5AD7_gshared)(__this, ___0_item, method);
|
|
}
|
|
// System.Void System.Func`2<NpcCombatAbstract,System.Boolean>::.ctor(System.Object,System.IntPtr)
|
|
inline void Func_2__ctor_mA6EC908110A599651E33944513B54B0DA65B9C17 (Func_2_tF7832D08A98DB409A6B662086A49FF4B6FA803B3* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Func_2_tF7832D08A98DB409A6B662086A49FF4B6FA803B3*, RuntimeObject*, intptr_t, const RuntimeMethod*))Func_2__ctor_m13C0A7F33154D861E2A041B52E88461832DA1697_gshared)(__this, ___0_object, ___1_method, method);
|
|
}
|
|
// System.Boolean System.Linq.Enumerable::Any<NpcCombatAbstract>(System.Collections.Generic.IEnumerable`1<TSource>,System.Func`2<TSource,System.Boolean>)
|
|
inline bool Enumerable_Any_TisNpcCombatAbstract_tA3FA66343610D8028B3042C9DB03E8606B9081AC_mD1D5113E291E319D115FED76AA9876B9CB5F73CF (RuntimeObject* ___0_source, Func_2_tF7832D08A98DB409A6B662086A49FF4B6FA803B3* ___1_predicate, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (RuntimeObject*, Func_2_tF7832D08A98DB409A6B662086A49FF4B6FA803B3*, const RuntimeMethod*))Enumerable_Any_TisRuntimeObject_mF6C6AC8DF8971883615734832D09C9210B956F0F_gshared)(___0_source, ___1_predicate, method);
|
|
}
|
|
// FMOD.RESULT FMOD.Studio.EventInstance::setParameterByName(System.String,System.Single,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_setParameterByName_m50130723FCF1C6AFF16B667E2B4B59DED9E1AFAF (EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF* __this, String_t* ___0_name, float ___1_value, bool ___2_ignoreseekspeed, const RuntimeMethod* method) ;
|
|
// System.Void MusicControll/<>c::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_mF9A31D685E4D6696D6135F7E6D81CB65AF995B96 (U3CU3Ec_t06168A550AA80FCB8736980A73F8530FA18C09D1* __this, const RuntimeMethod* method) ;
|
|
// System.Void NpcCombatAbstract::UpdateCombatTime()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NpcCombatAbstract_UpdateCombatTime_m24D2F21CF6D95888A4BD777463AC0277EF3644A5 (NpcCombatAbstract_tA3FA66343610D8028B3042C9DB03E8606B9081AC* __this, const RuntimeMethod* method) ;
|
|
// System.Void NpcCombatAbstract::SetCombatState()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NpcCombatAbstract_SetCombatState_m3EFBBBC9301CD512447D2C3BEFFBD85504545C5F (NpcCombatAbstract_tA3FA66343610D8028B3042C9DB03E8606B9081AC* __this, const RuntimeMethod* method) ;
|
|
// T UnityEngine.GameObject::GetComponent<PlayerTargetPosition>()
|
|
inline PlayerTargetPosition_t6894590E56669A98942B41E06C3DB37194CBD63C* GameObject_GetComponent_TisPlayerTargetPosition_t6894590E56669A98942B41E06C3DB37194CBD63C_m21DC66B703EA369C6A77DF52913B42DA5D663EFD (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( PlayerTargetPosition_t6894590E56669A98942B41E06C3DB37194CBD63C* (*) (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F*, const RuntimeMethod*))GameObject_GetComponent_TisRuntimeObject_m6EAED4AA356F0F48288F67899E5958792395563B_gshared)(__this, method);
|
|
}
|
|
// System.Void NpcBotSpiderCombat::UpdateAim(UnityEngine.Transform)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NpcBotSpiderCombat_UpdateAim_m5CAF876C0EE05ED715A9042F42A02EC2E52886F0 (NpcBotSpiderCombat_t1AE4E1A7A4529628485D8BC9FF8C8D2367DE5F7C* __this, Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___0_target, const RuntimeMethod* method) ;
|
|
// System.Collections.IEnumerator NpcBotSpiderCombat::AttackState(UnityEngine.Transform,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* NpcBotSpiderCombat_AttackState_mD1DEF9A8DEEC760F41DB50C7981823D1096972CB (NpcBotSpiderCombat_t1AE4E1A7A4529628485D8BC9FF8C8D2367DE5F7C* __this, Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___0_target, bool ___1_isRange, const RuntimeMethod* method) ;
|
|
// System.Void NpcBotSpiderCombat/<AttackState>d__14::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CAttackStateU3Ed__14__ctor_m80DDD3028FBA87101355BFDE999B2C07618CC9FD (U3CAttackStateU3Ed__14_t5F89AD4B53B039193F4F812409FFE939FB1BEC8C* __this, int32_t ___0_U3CU3E1__state, const RuntimeMethod* method) ;
|
|
// UnityEngine.Transform PlayerTargetPosition::GetTarget()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* PlayerTargetPosition_GetTarget_m7AA74CF2EE6CB915AD308A844AC78188943253AB (PlayerTargetPosition_t6894590E56669A98942B41E06C3DB37194CBD63C* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.Transform::LookAt(UnityEngine.Transform)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transform_LookAt_mA8567593181FD78BBDC2AF29AD99F93BDB2976B2 (Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* __this, Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___0_target, const RuntimeMethod* method) ;
|
|
// UnityEngine.Quaternion UnityEngine.Quaternion::op_Multiply(UnityEngine.Quaternion,UnityEngine.Quaternion)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 Quaternion_op_Multiply_mCB375FCCC12A2EC8F9EB824A1BFB4453B58C2012_inline (Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 ___0_lhs, Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 ___1_rhs, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.Transform::set_rotation(UnityEngine.Quaternion)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transform_set_rotation_m61340DE74726CF0F9946743A727C4D444397331D (Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* __this, Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void NpcCombatAbstract::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NpcCombatAbstract__ctor_m20784D6B7F82FC47B7BAC0D77F6E1B0C154A9235 (NpcCombatAbstract_tA3FA66343610D8028B3042C9DB03E8606B9081AC* __this, const RuntimeMethod* method) ;
|
|
// System.Void Zero.ExtGunBase::CallShoot()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExtGunBase_CallShoot_mDBE5781B48FC331651EB191995F2967C8C20ABCE (ExtGunBase_t9706330BF6070A6D41F878663F99E9A060AF477C* __this, const RuntimeMethod* method) ;
|
|
// System.Void MusicControll::Register(NpcCombatAbstract)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MusicControll_Register_m21DA50F539AFE04F0F79A780A6B8BE5ECFE773B3 (NpcCombatAbstract_tA3FA66343610D8028B3042C9DB03E8606B9081AC* ___0_npc, const RuntimeMethod* method) ;
|
|
// System.Void MusicControll::UnRegister(NpcCombatAbstract)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MusicControll_UnRegister_m5594844D1FBDA653240A6C00643EC4D43052B913 (NpcCombatAbstract_tA3FA66343610D8028B3042C9DB03E8606B9081AC* ___0_npc, const RuntimeMethod* method) ;
|
|
// System.Void NpcCombatAbstract::set_IsAggressiveMode(System.Boolean)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void NpcCombatAbstract_set_IsAggressiveMode_m5CFA0B68FAF1446E909C34A66A500723BF90B96C_inline (NpcCombatAbstract_tA3FA66343610D8028B3042C9DB03E8606B9081AC* __this, bool ___0_value, const RuntimeMethod* method) ;
|
|
// System.Collections.IEnumerator NpcCombatParazit::AttackState(UnityEngine.Transform,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* NpcCombatParazit_AttackState_mA5126AA6E8009634AFB1BF2F982162351007A5E5 (NpcCombatParazit_t609BF18369903625745D21FEF6804AAE451E8F5F* __this, Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___0_target, bool ___1_isRange, const RuntimeMethod* method) ;
|
|
// System.Collections.IEnumerator NpcCombatParazit::PlayAggressiveAnim()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* NpcCombatParazit_PlayAggressiveAnim_mCB62BBEA12F6207DBA2AFE7C7C955C4E53F30EC2 (NpcCombatParazit_t609BF18369903625745D21FEF6804AAE451E8F5F* __this, const RuntimeMethod* method) ;
|
|
// System.Void NpcCombatParazit/<PlayAggressiveAnim>d__26::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CPlayAggressiveAnimU3Ed__26__ctor_m29E6052EFC1E755945B39341826F4CBCFE577CE9 (U3CPlayAggressiveAnimU3Ed__26_tC89D9496B501440528F52A01B2D812867F6032AA* __this, int32_t ___0_U3CU3E1__state, const RuntimeMethod* method) ;
|
|
// System.Void NpcCombatParazit/<AttackState>d__27::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CAttackStateU3Ed__27__ctor_mF3B6DB206A0233AEBFB67E2D31EA2AD812CA3FE9 (U3CAttackStateU3Ed__27_t2C0EEB3C1C11A1DC69549EF7F9EEFE0E5CA7030D* __this, int32_t ___0_U3CU3E1__state, const RuntimeMethod* method) ;
|
|
// T UnityEngine.Component::GetComponent<PlayerTargetPosition>()
|
|
inline PlayerTargetPosition_t6894590E56669A98942B41E06C3DB37194CBD63C* Component_GetComponent_TisPlayerTargetPosition_t6894590E56669A98942B41E06C3DB37194CBD63C_mEE9EC17F111DFAE1756AD86B03C886D17084D441 (Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( PlayerTargetPosition_t6894590E56669A98942B41E06C3DB37194CBD63C* (*) (Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3*, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_m7181F81CAEC2CF53F5D2BC79B7425C16E1F80D33_gshared)(__this, method);
|
|
}
|
|
// System.Void Dissolver::Enabled()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dissolver_Enabled_m384BFCF2A59B37DD162996FF102F7BBF43427987 (Dissolver_t502EB233898B8E3E8F052DCADCA0B09A2449D6F5* __this, const RuntimeMethod* method) ;
|
|
// System.Void NpcCombatParazit::UpdateAim(UnityEngine.Transform)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NpcCombatParazit_UpdateAim_m8F2E6CD650D09DECBEF320B8B40116610315A411 (NpcCombatParazit_t609BF18369903625745D21FEF6804AAE451E8F5F* __this, Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___0_target, const RuntimeMethod* method) ;
|
|
// System.Boolean FMODUnity.EventReference::get_IsNull()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EventReference_get_IsNull_m5EE7DC533D829CE452CEAA0234A817BDE4B989BB (EventReference_tA4CA1F882DC447E6B50F989D1FC08F065C91FB51* __this, const RuntimeMethod* method) ;
|
|
// System.Void FMODUnity.RuntimeManager::PlayOneShot(FMODUnity.EventReference,UnityEngine.Vector3)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeManager_PlayOneShot_mAD2F5F97CC310E4D708AA0481162E674FACE2235 (EventReference_tA4CA1F882DC447E6B50F989D1FC08F065C91FB51 ___0_eventReference, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___1_position, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.Animator::SetTrigger(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Animator_SetTrigger_m2D9CACEFDE11FF9DB99207B5CBD251C1EC047939 (Animator_t8A52E42AE54F76681838FE9E632683EF3952E883* __this, int32_t ___0_id, const RuntimeMethod* method) ;
|
|
// System.Boolean NpcCombatAbstract::get_IsAggressiveMode()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool NpcCombatAbstract_get_IsAggressiveMode_m62559041AB15A7AEA75CB262F1427C0C4FB4AFAA_inline (NpcCombatAbstract_tA3FA66343610D8028B3042C9DB03E8606B9081AC* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Func`1<System.Boolean>::.ctor(System.Object,System.IntPtr)
|
|
inline void Func_1__ctor_mDFFAE9C73346372438B5B04C4558AC42F1A3DA22 (Func_1_t2BE7F58348C9CC544A8973B3A9E55541DE43C457* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Func_1_t2BE7F58348C9CC544A8973B3A9E55541DE43C457*, RuntimeObject*, intptr_t, const RuntimeMethod*))Func_1__ctor_mDFFAE9C73346372438B5B04C4558AC42F1A3DA22_gshared)(__this, ___0_object, ___1_method, method);
|
|
}
|
|
// System.Void UnityEngine.WaitUntil::.ctor(System.Func`1<System.Boolean>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WaitUntil__ctor_m2C925CF39695C35F4CB1AC997531F203AE1434DF (WaitUntil_tA1CD487C5811E7C1F8C4ADA85DF5F4EFDC1D41BD* __this, Func_1_t2BE7F58348C9CC544A8973B3A9E55541DE43C457* ___0_predicate, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.Animator::SetInteger(System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Animator_SetInteger_mE823EC7492A7FB266FA723C168226D17085DF3E8 (Animator_t8A52E42AE54F76681838FE9E632683EF3952E883* __this, int32_t ___0_id, int32_t ___1_value, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.Transform::set_parent(UnityEngine.Transform)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transform_set_parent_m9BD5E563B539DD5BEC342736B03F97B38A243234 (Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* __this, Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___0_value, const RuntimeMethod* method) ;
|
|
// T UnityEngine.GameObject::AddComponent<UnityEngine.Rigidbody>()
|
|
inline Rigidbody_t268697F5A994213ED97393309870968BC1C7393C* GameObject_AddComponent_TisRigidbody_t268697F5A994213ED97393309870968BC1C7393C_m03A761629A3F71B0248F1B26EF612F592B757093 (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( Rigidbody_t268697F5A994213ED97393309870968BC1C7393C* (*) (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F*, const RuntimeMethod*))GameObject_AddComponent_TisRuntimeObject_m69B93700FACCF372F5753371C6E8FB780800B824_gshared)(__this, method);
|
|
}
|
|
// System.Void NpcCombatSoldier::RangeAttack(UnityEngine.GameObject)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NpcCombatSoldier_RangeAttack_mBEFD567A9838434F1BB5F6108EA0631E0ADDC888 (NpcCombatSoldier_t41ACF46777292813C2AF8AF86D30C446A29188F0* __this, GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___0_target, const RuntimeMethod* method) ;
|
|
// UnityEngine.Vector3 UnityEngine.AI.NavMeshAgent::get_velocity()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 NavMeshAgent_get_velocity_m028219D0E4678D727F00C53AE3DCBCF29AF04DA7 (NavMeshAgent_t5D0CCC0B3B78242F286C9BD8EDD87C3CCBD0A66F* __this, const RuntimeMethod* method) ;
|
|
// System.Single UnityEngine.AI.NavMeshAgent::get_speed()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float NavMeshAgent_get_speed_m3E4720882ED0C65A4E19AADD53BB6CFFB5BB1345 (NavMeshAgent_t5D0CCC0B3B78242F286C9BD8EDD87C3CCBD0A66F* __this, const RuntimeMethod* method) ;
|
|
// System.Single UnityEngine.Mathf::Clamp(System.Single,System.Single,System.Single)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Mathf_Clamp_mEB9AEA827D27D20FCC787F7375156AF46BB12BBF_inline (float ___0_value, float ___1_min, float ___2_max, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.Animator::SetFloat(System.Int32,System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Animator_SetFloat_m2CDA219BBAB214F4069C9844780EBCE6CCF579F5 (Animator_t8A52E42AE54F76681838FE9E632683EF3952E883* __this, int32_t ___0_id, float ___1_value, const RuntimeMethod* method) ;
|
|
// System.Void RootMotion.FinalIK.RagdollUtility::DisableRagdoll()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RagdollUtility_DisableRagdoll_mF117AEE39A0860BB61552DD90AFAA746D6E487FB (RagdollUtility_t8C17408AF12ADC7F3A7332141C92F3F2B88D994A* __this, const RuntimeMethod* method) ;
|
|
// System.Void NpcRagdollController::EnableRagdoll()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NpcRagdollController_EnableRagdoll_m749EA3E516877EA4D136A20FB7EA48CC6DBB9F0C (NpcRagdollController_t5814BCE8A0E13D1A57BDFEE5D411B88283969A64* __this, const RuntimeMethod* method) ;
|
|
// System.Void RootMotion.FinalIK.RagdollUtility::EnableRagdoll()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RagdollUtility_EnableRagdoll_m98D4B0D069391E6E531960897462EDCFB71FC721 (RagdollUtility_t8C17408AF12ADC7F3A7332141C92F3F2B88D994A* __this, const RuntimeMethod* method) ;
|
|
// System.Single UnityEngine.CharacterController::get_height()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float CharacterController_get_height_m18EC4D93673A225648DCB302BAB4F8A5FE4A20AF (CharacterController_t847C1A2719F60547D7D6077B648D6CE2D1EF3A6A* __this, const RuntimeMethod* method) ;
|
|
// System.Void HurricaneVR.Framework.Core.Utils.SFXPlayer::PlaySFX(FMODUnity.EventReference,UnityEngine.Vector3)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SFXPlayer_PlaySFX_m664FFBE74B528522FA2D1E3E0504256FB77D6714 (SFXPlayer_t6916F8692A74B19A33C44C40C773635DF91B5165* __this, EventReference_tA4CA1F882DC447E6B50F989D1FC08F065C91FB51 ___0_refClip, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___1_position, const RuntimeMethod* method) ;
|
|
// HurricaneVR.Framework.Weapons.HVRAmmo HurricaneVR.Framework.Weapons.Guns.HVRGunBase::get_Ammo()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR HVRAmmo_t994932DC6B6353DE34CF1B4F4F43968BCDDA2150* HVRGunBase_get_Ammo_m3AF0957A803CEF6BFDD8837573694C45BDD07714_inline (HVRGunBase_t38023244180FDB31FB991F0878A57531605E2A6D* __this, const RuntimeMethod* method) ;
|
|
// System.Collections.Generic.List`1/Enumerator<T> System.Collections.Generic.List`1<TMPro.TMP_Text>::GetEnumerator()
|
|
inline Enumerator_t49D6ECBFDDDC1BA91A5DD7237D4E50D086FFF101 List_1_GetEnumerator_m488CF05C1B93CCC42A8FCC74DFC6CE1DAD75A469 (List_1_t2147F3FC8B4F16EE577CAF4E40F9D9A684B4CBBD* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( Enumerator_t49D6ECBFDDDC1BA91A5DD7237D4E50D086FFF101 (*) (List_1_t2147F3FC8B4F16EE577CAF4E40F9D9A684B4CBBD*, const RuntimeMethod*))List_1_GetEnumerator_mD8294A7FA2BEB1929487127D476F8EC1CDC23BFC_gshared)(__this, method);
|
|
}
|
|
// System.Void System.Collections.Generic.List`1/Enumerator<TMPro.TMP_Text>::Dispose()
|
|
inline void Enumerator_Dispose_m813F95736661B303D7FFB9F4343D665F49453168 (Enumerator_t49D6ECBFDDDC1BA91A5DD7237D4E50D086FFF101* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Enumerator_t49D6ECBFDDDC1BA91A5DD7237D4E50D086FFF101*, const RuntimeMethod*))Enumerator_Dispose_mD9DC3E3C3697830A4823047AB29A77DBBB5ED419_gshared)(__this, method);
|
|
}
|
|
// T System.Collections.Generic.List`1/Enumerator<TMPro.TMP_Text>::get_Current()
|
|
inline TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* Enumerator_get_Current_mE957197B5596FD07137729A90CD0126086365D4D_inline (Enumerator_t49D6ECBFDDDC1BA91A5DD7237D4E50D086FFF101* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* (*) (Enumerator_t49D6ECBFDDDC1BA91A5DD7237D4E50D086FFF101*, const RuntimeMethod*))Enumerator_get_Current_m6330F15D18EE4F547C05DF9BF83C5EB710376027_gshared_inline)(__this, method);
|
|
}
|
|
// System.Boolean System.Collections.Generic.List`1/Enumerator<TMPro.TMP_Text>::MoveNext()
|
|
inline bool Enumerator_MoveNext_mDEC29D2CA29E42CF404E58B503606CB054CE746B (Enumerator_t49D6ECBFDDDC1BA91A5DD7237D4E50D086FFF101* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Enumerator_t49D6ECBFDDDC1BA91A5DD7237D4E50D086FFF101*, const RuntimeMethod*))Enumerator_MoveNext_mE921CC8F29FBBDE7CC3209A0ED0D921D58D00BCB_gshared)(__this, method);
|
|
}
|
|
// System.Void UnityEngine.Events.UnityAction`1<HurricaneVR.Framework.Components.HVRDamageHandlerBase>::.ctor(System.Object,System.IntPtr)
|
|
inline void UnityAction_1__ctor_m1448F262B1F9501D18AA87E7616300A416A7E0E3 (UnityAction_1_tE91D1D14ED52B39E7A29D029085D18E96D8B4E36* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (UnityAction_1_tE91D1D14ED52B39E7A29D029085D18E96D8B4E36*, RuntimeObject*, intptr_t, const RuntimeMethod*))UnityAction_1__ctor_m0C2FC6B483B474AE9596A43EBA7FF6E85503A92A_gshared)(__this, ___0_object, ___1_method, method);
|
|
}
|
|
// System.Void UnityEngine.Events.UnityEvent`1<HurricaneVR.Framework.Components.HVRDamageHandlerBase>::AddListener(UnityEngine.Events.UnityAction`1<T0>)
|
|
inline void UnityEvent_1_AddListener_m47D3A46AA16F88C47B1E7E969013A2A6248C7FC7 (UnityEvent_1_t3260B371754654989799DD2DE38E6287BE5D768E* __this, UnityAction_1_tE91D1D14ED52B39E7A29D029085D18E96D8B4E36* ___0_call, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (UnityEvent_1_t3260B371754654989799DD2DE38E6287BE5D768E*, UnityAction_1_tE91D1D14ED52B39E7A29D029085D18E96D8B4E36*, const RuntimeMethod*))UnityEvent_1_AddListener_m055233246714700E4BDAA62635BC0AA49E8165CC_gshared)(__this, ___0_call, method);
|
|
}
|
|
// T NodeCanvas.Framework.BBParameter`1<UnityEngine.GameObject>::get_value()
|
|
inline GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* BBParameter_1_get_value_m2C3E4F1A2812398E2C13BE7AAC45DFF1484ED8A2 (BBParameter_1_t141FA8C6FBB05E814752BC9DCE9753E930DBDA6F* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* (*) (BBParameter_1_t141FA8C6FBB05E814752BC9DCE9753E930DBDA6F*, const RuntimeMethod*))BBParameter_1_get_value_mD726F3B9C069F7F2EF7CB68934E87764BAD6967F_gshared)(__this, method);
|
|
}
|
|
// System.Void NodeCanvas.Framework.ActionTask::EndAction(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ActionTask_EndAction_mACFB3F4BB5D1B2F49E00E1032B117DE4219232F4 (ActionTask_t6B5C6B67D00E7AF678FAEDC91859B778C24A8E1E* __this, bool ___0_success, const RuntimeMethod* method) ;
|
|
// T NodeCanvas.Framework.ActionTask`1<UnityEngine.AI.NavMeshAgent>::get_agent()
|
|
inline NavMeshAgent_t5D0CCC0B3B78242F286C9BD8EDD87C3CCBD0A66F* ActionTask_1_get_agent_m07AEB61EFC14545B6C52867DD4316AB0EE5AE8C9 (ActionTask_1_tF0F9E44CCC25BD8E1E8CCFF3EABA3451D413BCF4* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( NavMeshAgent_t5D0CCC0B3B78242F286C9BD8EDD87C3CCBD0A66F* (*) (ActionTask_1_tF0F9E44CCC25BD8E1E8CCFF3EABA3451D413BCF4*, const RuntimeMethod*))ActionTask_1_get_agent_m725C3CA7C27E39117F3AE13147BF2D0A1473BF2F_gshared)(__this, method);
|
|
}
|
|
// T NodeCanvas.Framework.BBParameter`1<System.Single>::get_value()
|
|
inline float BBParameter_1_get_value_m46BCD0CE6DCB23D77AB3268C4D12A143C9F5C532 (BBParameter_1_tBF43B031C046DDE9CC5360F10411F13194CA4A9F* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( float (*) (BBParameter_1_tBF43B031C046DDE9CC5360F10411F13194CA4A9F*, const RuntimeMethod*))BBParameter_1_get_value_m46BCD0CE6DCB23D77AB3268C4D12A143C9F5C532_gshared)(__this, method);
|
|
}
|
|
// System.Void UnityEngine.AI.NavMeshAgent::set_speed(System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NavMeshAgent_set_speed_m820E45289B3AE7DEE16F2F4BF163EAC361E64646 (NavMeshAgent_t5D0CCC0B3B78242F286C9BD8EDD87C3CCBD0A66F* __this, float ___0_value, const RuntimeMethod* method) ;
|
|
// System.Single UnityEngine.AI.NavMeshAgent::get_stoppingDistance()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float NavMeshAgent_get_stoppingDistance_mA866A409C59878849D63BEC61517DE4F906BEEC4 (NavMeshAgent_t5D0CCC0B3B78242F286C9BD8EDD87C3CCBD0A66F* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Nullable`1<UnityEngine.Vector3>::get_HasValue()
|
|
inline bool Nullable_1_get_HasValue_m6B76086B0E863AB1D634FD03E30154F230070435_inline (Nullable_1_t9C51B084784B716FFF4ED4575C63CFD8A71A86FE* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Nullable_1_t9C51B084784B716FFF4ED4575C63CFD8A71A86FE*, const RuntimeMethod*))Nullable_1_get_HasValue_m6B76086B0E863AB1D634FD03E30154F230070435_gshared_inline)(__this, method);
|
|
}
|
|
// T System.Nullable`1<UnityEngine.Vector3>::GetValueOrDefault()
|
|
inline Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Nullable_1_GetValueOrDefault_mD88C565C80170105E87BB423C5B2F974840EF90F_inline (Nullable_1_t9C51B084784B716FFF4ED4575C63CFD8A71A86FE* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 (*) (Nullable_1_t9C51B084784B716FFF4ED4575C63CFD8A71A86FE*, const RuntimeMethod*))Nullable_1_GetValueOrDefault_mD88C565C80170105E87BB423C5B2F974840EF90F_gshared_inline)(__this, method);
|
|
}
|
|
// System.Boolean UnityEngine.Vector3::op_Inequality(UnityEngine.Vector3,UnityEngine.Vector3)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Vector3_op_Inequality_m9F170CDFBF1E490E559DA5D06D6547501A402BBF_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_lhs, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___1_rhs, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.AI.NavMeshAgent::SetDestination(UnityEngine.Vector3)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NavMeshAgent_SetDestination_mD5D960933827F1F14B29CF4A3B6F305C064EBF46 (NavMeshAgent_t5D0CCC0B3B78242F286C9BD8EDD87C3CCBD0A66F* __this, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_target, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.AI.NavMeshAgent::get_pathPending()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NavMeshAgent_get_pathPending_mA806A4DC1E06CA32A4E7E71B6846B516EC8C2487 (NavMeshAgent_t5D0CCC0B3B78242F286C9BD8EDD87C3CCBD0A66F* __this, const RuntimeMethod* method) ;
|
|
// System.Single UnityEngine.AI.NavMeshAgent::get_remainingDistance()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float NavMeshAgent_get_remainingDistance_m051C1B408E2740A95B5A5577C5EC7222311AA73A (NavMeshAgent_t5D0CCC0B3B78242F286C9BD8EDD87C3CCBD0A66F* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.GameObject::get_activeSelf()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GameObject_get_activeSelf_m4F3E5240E138B66AAA080EA30759A3D0517DA368 (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.AI.NavMeshAgent::ResetPath()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NavMeshAgent_ResetPath_mE29D3956C1BFABDB3D6B4B7DF2B376B4EEB24E7F (NavMeshAgent_t5D0CCC0B3B78242F286C9BD8EDD87C3CCBD0A66F* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.Gizmos::DrawWireSphere(UnityEngine.Vector3,System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Gizmos_DrawWireSphere_m12C01EC9334C32425074A214C5B876271B3DDBA1 (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_center, float ___1_radius, const RuntimeMethod* method) ;
|
|
// NodeCanvas.Framework.BBParameter`1<T> NodeCanvas.Framework.BBParameter`1<System.Single>::op_Implicit(T)
|
|
inline BBParameter_1_tBF43B031C046DDE9CC5360F10411F13194CA4A9F* BBParameter_1_op_Implicit_mB68539EA9B330F602E448A3FDC59D4F81D694531 (float ___0_value, const RuntimeMethod* method)
|
|
{
|
|
return (( BBParameter_1_tBF43B031C046DDE9CC5360F10411F13194CA4A9F* (*) (float, const RuntimeMethod*))BBParameter_1_op_Implicit_mB68539EA9B330F602E448A3FDC59D4F81D694531_gshared)(___0_value, method);
|
|
}
|
|
// System.Void NodeCanvas.Framework.ActionTask`1<UnityEngine.AI.NavMeshAgent>::.ctor()
|
|
inline void ActionTask_1__ctor_m4BD35BE6B0C39552F93D509D2E3A76521A2E05F0 (ActionTask_1_tF0F9E44CCC25BD8E1E8CCFF3EABA3451D413BCF4* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (ActionTask_1_tF0F9E44CCC25BD8E1E8CCFF3EABA3451D413BCF4*, const RuntimeMethod*))ActionTask_1__ctor_m94C88758A5A2DAF5802E24BB45017969FB30D7EC_gshared)(__this, method);
|
|
}
|
|
// System.Single NodeCanvas.Framework.ActionTask::get_elapsedTime()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float ActionTask_get_elapsedTime_m683E04AF7C6D81B1AA08F508F8B4D6314F4DA4D5 (ActionTask_t6B5C6B67D00E7AF678FAEDC91859B778C24A8E1E* __this, const RuntimeMethod* method) ;
|
|
// System.Void NodeCanvas.Framework.ActionTask::EndAction()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ActionTask_EndAction_mAFB72FA6B038CC9E5E1D0F079AB154420AF7F6A4 (ActionTask_t6B5C6B67D00E7AF678FAEDC91859B778C24A8E1E* __this, const RuntimeMethod* method) ;
|
|
// System.Void NodeCanvas.Framework.ActionTask::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ActionTask__ctor_m7C70325BFF57D66662DB867F3598756BB5277AA6 (ActionTask_t6B5C6B67D00E7AF678FAEDC91859B778C24A8E1E* __this, const RuntimeMethod* method) ;
|
|
// NodeCanvas.Framework.ActionTask NodeCanvas.Tasks.Actions.TunnelAction::get_actionTask()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ActionTask_t6B5C6B67D00E7AF678FAEDC91859B778C24A8E1E* TunnelAction_get_actionTask_m41A0D7B5F721E71670FA59800E78F9BCB6482A46_inline (TunnelAction_tDE6FCE93D9C044878822081C988C5E4024F23E46* __this, const RuntimeMethod* method) ;
|
|
// System.Void NodeCanvas.Tasks.Actions.TunnelAction::set_actionTask(NodeCanvas.Framework.ActionTask)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void TunnelAction_set_actionTask_m5E03971A56B62F12D84BDA27804F96589EFC027F_inline (TunnelAction_tDE6FCE93D9C044878822081C988C5E4024F23E46* __this, ActionTask_t6B5C6B67D00E7AF678FAEDC91859B778C24A8E1E* ___0_value, const RuntimeMethod* method) ;
|
|
// NodeCanvas.Framework.Connection NodeCanvas.BehaviourTrees.BTDecorator::get_decoratedConnection()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D* BTDecorator_get_decoratedConnection_m5FD933752811DFF31A758CA48A4BCB66EDDAAE4D (BTDecorator_tCE7F6F404106D897568861CF92ECD5F20D5628DB* __this, const RuntimeMethod* method) ;
|
|
// NodeCanvas.Framework.Status NodeCanvas.Framework.Connection::Execute(UnityEngine.Component,NodeCanvas.Framework.IBlackboard)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Connection_Execute_m8B97C4DD032BA1012167BBFA70B685F165D82F58 (Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D* __this, Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* ___0_agent, RuntimeObject* ___1_blackboard, const RuntimeMethod* method) ;
|
|
// NodeCanvas.Framework.Status NodeCanvas.Framework.ActionTask::Execute(UnityEngine.Component,NodeCanvas.Framework.IBlackboard)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ActionTask_Execute_m3087BFB267F448E9EF28E055EBEBA1E1AFE11CFB (ActionTask_t6B5C6B67D00E7AF678FAEDC91859B778C24A8E1E* __this, Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* ___0_agent, RuntimeObject* ___1_blackboard, const RuntimeMethod* method) ;
|
|
// System.Void NodeCanvas.BehaviourTrees.BTDecorator::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BTDecorator__ctor_mED15EE096E242D2A6337DC8615476BF8E0B7B443 (BTDecorator_tCE7F6F404106D897568861CF92ECD5F20D5628DB* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Collections.Generic.Dictionary`2<System.String,System.Reflection.MethodInfo>::ContainsKey(TKey)
|
|
inline bool Dictionary_2_ContainsKey_m28AAE15BCFE83902A6292AC0F31F2CEB65C1DAE9 (Dictionary_2_tA6171034F19E116CFB6E9839DA229454DA8469E3* __this, String_t* ___0_key, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Dictionary_2_tA6171034F19E116CFB6E9839DA229454DA8469E3*, String_t*, const RuntimeMethod*))Dictionary_2_ContainsKey_m703047C213F7AB55C9DC346596287773A1F670CD_gshared)(__this, ___0_key, method);
|
|
}
|
|
// System.Type System.Object::GetType()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3 (RuntimeObject* __this, const RuntimeMethod* method) ;
|
|
// System.Reflection.MethodInfo System.Type::GetMethod(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodInfo_t* Type_GetMethod_m66AD062187F19497DBCA900823B0C268322DC231 (Type_t* __this, String_t* ___0_name, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.Dictionary`2<System.String,System.Reflection.MethodInfo>::set_Item(TKey,TValue)
|
|
inline void Dictionary_2_set_Item_mCE419CA3315C54931F0112B3A9156E00FFB86CE2 (Dictionary_2_tA6171034F19E116CFB6E9839DA229454DA8469E3* __this, String_t* ___0_key, MethodInfo_t* ___1_value, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Dictionary_2_tA6171034F19E116CFB6E9839DA229454DA8469E3*, String_t*, MethodInfo_t*, const RuntimeMethod*))Dictionary_2_set_Item_m1A840355E8EDAECEA9D0C6F5E51B248FAA449CBD_gshared)(__this, ___0_key, ___1_value, method);
|
|
}
|
|
// TValue System.Collections.Generic.Dictionary`2<System.String,System.Reflection.MethodInfo>::get_Item(TKey)
|
|
inline MethodInfo_t* Dictionary_2_get_Item_m0749980B34FCD6F5D1894B2803C840CAF6882DD6 (Dictionary_2_tA6171034F19E116CFB6E9839DA229454DA8469E3* __this, String_t* ___0_key, const RuntimeMethod* method)
|
|
{
|
|
return (( MethodInfo_t* (*) (Dictionary_2_tA6171034F19E116CFB6E9839DA229454DA8469E3*, String_t*, const RuntimeMethod*))Dictionary_2_get_Item_m4AAAECBE902A211BF2126E6AFA280AEF73A3E0D6_gshared)(__this, ___0_key, method);
|
|
}
|
|
// System.Object System.Reflection.MethodBase::Invoke(System.Object,System.Object[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* MethodBase_Invoke_mEEF3218648F111A8C338001A7804091A0747C826 (MethodBase_t* __this, RuntimeObject* ___0_obj, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___1_parameters, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.Dictionary`2<System.String,System.Reflection.MethodInfo>::.ctor()
|
|
inline void Dictionary_2__ctor_m6FF7CEBC358B5FB27641B13E3366E8C3C73DA78C (Dictionary_2_tA6171034F19E116CFB6E9839DA229454DA8469E3* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Dictionary_2_tA6171034F19E116CFB6E9839DA229454DA8469E3*, const RuntimeMethod*))Dictionary_2__ctor_m5B32FBC624618211EB461D59CFBB10E987FD1329_gshared)(__this, method);
|
|
}
|
|
// System.Single UnityEngine.TrailRenderer::get_time()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float TrailRenderer_get_time_mC1990BCC4C1A584EE689FD3BBF5ACC43F3AB96D8 (TrailRenderer_tF7E185EF383CF4300DFC3E1DE59FA6100B93CA39* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.TrailRenderer::set_time(System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TrailRenderer_set_time_mD4760D84A531B310E2A4069F87B4E2EF2FEF4C23 (TrailRenderer_tF7E185EF383CF4300DFC3E1DE59FA6100B93CA39* __this, float ___0_value, const RuntimeMethod* method) ;
|
|
// UnityEngine.ParticleSystem/MainModule UnityEngine.ParticleSystem::get_main()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MainModule_tC7ECD8330C14B0808478A748048988A6085CE2A9 ParticleSystem_get_main_mD86DFCD96150E2CE760CD2F37052BB3BCA33C189 (ParticleSystem_tB19986EE308BD63D36FB6025EEEAFBEDB97C67C1* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.ParticleSystem/MainModule::set_loop(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MainModule_set_loop_mB3FC83A6DA8D248D15C53388D6B9B7711ADD89BE (MainModule_tC7ECD8330C14B0808478A748048988A6085CE2A9* __this, bool ___0_value, const RuntimeMethod* method) ;
|
|
// UnityEngine.Quaternion Unity.Mathematics.quaternion::op_Implicit(Unity.Mathematics.quaternion)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 quaternion_op_Implicit_m78F07E28F5AB9C26F0EE997B2F12AF4A209FCD41 (quaternion_tD6BCBECAF088B9EBAE2345EC8534C7A1A4C910D4 ___0_q, const RuntimeMethod* method) ;
|
|
// T UnityEngine.Object::Instantiate<UnityEngine.ParticleSystem>(T,UnityEngine.Vector3,UnityEngine.Quaternion)
|
|
inline ParticleSystem_tB19986EE308BD63D36FB6025EEEAFBEDB97C67C1* Object_Instantiate_TisParticleSystem_tB19986EE308BD63D36FB6025EEEAFBEDB97C67C1_m4D124F2FEF37B79E055EECB4988220B0F2F98CE2 (ParticleSystem_tB19986EE308BD63D36FB6025EEEAFBEDB97C67C1* ___0_original, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___1_position, Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 ___2_rotation, const RuntimeMethod* method)
|
|
{
|
|
return (( ParticleSystem_tB19986EE308BD63D36FB6025EEEAFBEDB97C67C1* (*) (ParticleSystem_tB19986EE308BD63D36FB6025EEEAFBEDB97C67C1*, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2, Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974, const RuntimeMethod*))Object_Instantiate_TisRuntimeObject_m249A6BA4F2F19C2D3CE217D4D31847DF0EF03EFE_gshared)(___0_original, ___1_position, ___2_rotation, method);
|
|
}
|
|
// System.Void UnityEngine.InputSystem.InputActionMap::.ctor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionMap__ctor_m3B19C13398EF209E7E1966A207D36EDE392224D0 (InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* __this, String_t* ___0_name, const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.InputAction UnityEngine.InputSystem.InputActionSetupExtensions::AddAction(UnityEngine.InputSystem.InputActionMap,System.String,UnityEngine.InputSystem.InputActionType,System.String,System.String,System.String,System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* InputActionSetupExtensions_AddAction_m625FCCD17EFCEBF2B88DE018F54E9238485F33A6 (InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* ___0_map, String_t* ___1_name, int32_t ___2_type, String_t* ___3_binding, String_t* ___4_interactions, String_t* ___5_processors, String_t* ___6_groups, String_t* ___7_expectedControlLayout, const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax UnityEngine.InputSystem.InputActionSetupExtensions::AddBinding(UnityEngine.InputSystem.InputAction,System.String,System.String,System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 InputActionSetupExtensions_AddBinding_m22E4A437A2AD06C6326D8BEB45114B5DBD2F7168 (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* ___0_action, String_t* ___1_path, String_t* ___2_interactions, String_t* ___3_processors, String_t* ___4_groups, const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax::WithProcessor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 BindingSyntax_WithProcessor_m2FD9C1A3B16647C578EF8723249ABF6B45E7F9AC (BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317* __this, String_t* ___0_processor, const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.InputActionSetupExtensions/CompositeSyntax UnityEngine.InputSystem.InputActionSetupExtensions::AddCompositeBinding(UnityEngine.InputSystem.InputAction,System.String,System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CompositeSyntax_t462FE69194A2B9572B4CB2A0108D10622B820C30 InputActionSetupExtensions_AddCompositeBinding_m085EC0C01ED112CAAF6A1BE5ADCE1BD6FE6980AA (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* ___0_action, String_t* ___1_composite, String_t* ___2_interactions, String_t* ___3_processors, const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.InputActionSetupExtensions/CompositeSyntax UnityEngine.InputSystem.InputActionSetupExtensions/CompositeSyntax::With(System.String,System.String,System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CompositeSyntax_t462FE69194A2B9572B4CB2A0108D10622B820C30 CompositeSyntax_With_m73EF244DCB169044504CF7DCE47C3DA52C7796C4 (CompositeSyntax_t462FE69194A2B9572B4CB2A0108D10622B820C30* __this, String_t* ___0_name, String_t* ___1_binding, String_t* ___2_groups, String_t* ___3_processors, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.InputAction::Enable()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputAction_Enable_mB3897C0741409C033656E4566EC49135C3C8BC68 (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityTemplateProjects.SimpleCameraController/CameraState::SetFromTransform(UnityEngine.Transform)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CameraState_SetFromTransform_m3A7302F4586F37F7C78EDA2F0C476BAA22672360 (CameraState_t651BB85BE37498E7EB48448787624DC29D403FBD* __this, Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___0_t, const RuntimeMethod* method) ;
|
|
// TValue UnityEngine.InputSystem.InputAction::ReadValue<UnityEngine.Vector2>()
|
|
inline Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 InputAction_ReadValue_TisVector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7_m8D02BA85303ABD48D9963369E106B0C83A393FBF (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 (*) (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD*, const RuntimeMethod*))InputAction_ReadValue_TisVector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7_m8D02BA85303ABD48D9963369E106B0C83A393FBF_gshared)(__this, method);
|
|
}
|
|
// System.Boolean UnityTemplateProjects.SimpleCameraController::IsEscapePressed()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SimpleCameraController_IsEscapePressed_m0DBC5636F93C47F42E2957E71065F0F65FF9684E (SimpleCameraController_t17AF9A37DB0C95045C639A9A74B1D80500082020* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.Application::Quit()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Application_Quit_mE304382DB9A6455C2A474C8F364C7387F37E9281 (const RuntimeMethod* method) ;
|
|
// System.Boolean UnityTemplateProjects.SimpleCameraController::IsRightMouseButtonDown()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SimpleCameraController_IsRightMouseButtonDown_m452E5582AC0DF2967F4C2AF74DEDD51533BE9E0F (SimpleCameraController_t17AF9A37DB0C95045C639A9A74B1D80500082020* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.Cursor::set_lockState(UnityEngine.CursorLockMode)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Cursor_set_lockState_mD81F6E5F3D86506FFB88567689A3A00A7AD242E9 (int32_t ___0_value, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityTemplateProjects.SimpleCameraController::IsRightMouseButtonUp()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SimpleCameraController_IsRightMouseButtonUp_m6B7098D227CF6C336694BAE3CD689A712DF1A9D9 (SimpleCameraController_t17AF9A37DB0C95045C639A9A74B1D80500082020* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.Cursor::set_visible(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Cursor_set_visible_m612FCB2E86C15F91CE2E6148D1B556667954A2B7 (bool ___0_value, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityTemplateProjects.SimpleCameraController::IsCameraRotationAllowed()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SimpleCameraController_IsCameraRotationAllowed_m0FC40B7FCA40A587E155985A0C0F22B992635FA6 (SimpleCameraController_t17AF9A37DB0C95045C639A9A74B1D80500082020* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.Vector2 UnityTemplateProjects.SimpleCameraController::GetInputLookRotation()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 SimpleCameraController_GetInputLookRotation_m46DE00C71926EA4D1119C5782919A7F8776FE41A (SimpleCameraController_t17AF9A37DB0C95045C639A9A74B1D80500082020* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.Vector2 UnityEngine.Vector2::op_Multiply(UnityEngine.Vector2,System.Single)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Vector2_op_Multiply_m2D984B613020089BF5165BA4CA10988E2DC771FE_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___0_a, float ___1_d, const RuntimeMethod* method) ;
|
|
// System.Single UnityEngine.Vector2::get_magnitude()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Vector2_get_magnitude_m5C59B4056420AEFDB291AD0914A3F675330A75CE_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* __this, const RuntimeMethod* method) ;
|
|
// System.Single UnityEngine.AnimationCurve::Evaluate(System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float AnimationCurve_Evaluate_m50B857043DE251A186032ADBCBB4CEF817F4EE3C (AnimationCurve_tCBFFAAD05CEBB35EF8D8631BD99914BE1A6BB354* __this, float ___0_time, const RuntimeMethod* method) ;
|
|
// UnityEngine.Vector3 UnityTemplateProjects.SimpleCameraController::GetInputTranslationDirection()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 SimpleCameraController_GetInputTranslationDirection_m62C42A7966EF22CB95BB847225D2BE2441A3CE0C (SimpleCameraController_t17AF9A37DB0C95045C639A9A74B1D80500082020* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityTemplateProjects.SimpleCameraController::IsBoostPressed()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SimpleCameraController_IsBoostPressed_mE3A2FFC52232D7F5550225F264B4F4D96E367E05 (SimpleCameraController_t17AF9A37DB0C95045C639A9A74B1D80500082020* __this, const RuntimeMethod* method) ;
|
|
// System.Single UnityTemplateProjects.SimpleCameraController::GetBoostFactor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float SimpleCameraController_GetBoostFactor_m6828544561E83441B588B1355AE356F5B5395861 (SimpleCameraController_t17AF9A37DB0C95045C639A9A74B1D80500082020* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityTemplateProjects.SimpleCameraController/CameraState::Translate(UnityEngine.Vector3)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CameraState_Translate_m561F6D92E99F13444FBAC8D5B1A40762A26219F9 (CameraState_t651BB85BE37498E7EB48448787624DC29D403FBD* __this, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_translation, const RuntimeMethod* method) ;
|
|
// System.Void UnityTemplateProjects.SimpleCameraController/CameraState::LerpTowards(UnityTemplateProjects.SimpleCameraController/CameraState,System.Single,System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CameraState_LerpTowards_mFDC0E1CA19B6791CDB6EE8AC262944DC1143FCF9 (CameraState_t651BB85BE37498E7EB48448787624DC29D403FBD* __this, CameraState_t651BB85BE37498E7EB48448787624DC29D403FBD* ___0_target, float ___1_positionLerpPct, float ___2_rotationLerpPct, const RuntimeMethod* method) ;
|
|
// System.Void UnityTemplateProjects.SimpleCameraController/CameraState::UpdateTransform(UnityEngine.Transform)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CameraState_UpdateTransform_m03320D760E52E809272776B58C7E741B2EE1D73E (CameraState_t651BB85BE37498E7EB48448787624DC29D403FBD* __this, Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___0_t, const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.Keyboard UnityEngine.InputSystem.Keyboard::get_current()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Keyboard_t015BD1A6508137D20B4395295F6E002773FAAF43* Keyboard_get_current_mDE773B54C9975CEFEAA469AD091C49E150A3FEC3_inline (const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.Controls.KeyControl UnityEngine.InputSystem.Keyboard::get_leftShiftKey()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR KeyControl_t1686D14A78AEC9364B8C7628DD482DE99CC20FE0* Keyboard_get_leftShiftKey_mD0E48DA49D8EE54E82721974646BAD69B9B1457C (Keyboard_t015BD1A6508137D20B4395295F6E002773FAAF43* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.InputSystem.Controls.ButtonControl::get_isPressed()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ButtonControl_get_isPressed_m947621402F6EC1B957C2DE984806A6500D422EA6 (ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.Gamepad UnityEngine.InputSystem.Gamepad::get_current()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Gamepad_tA8C0E40B4F0828615C6C6E1A69AAEBE5AA643A4C* Gamepad_get_current_mAC9BE72710676EA54E760FFBA15404A81D7DEEB6_inline (const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.Controls.ButtonControl UnityEngine.InputSystem.Gamepad::get_xButton()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* Gamepad_get_xButton_m49C4AB44CC53F5EA05F455660191ED1C24D5A774 (Gamepad_tA8C0E40B4F0828615C6C6E1A69AAEBE5AA643A4C* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.Controls.KeyControl UnityEngine.InputSystem.Keyboard::get_escapeKey()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR KeyControl_t1686D14A78AEC9364B8C7628DD482DE99CC20FE0* Keyboard_get_escapeKey_mA4371467E72AA14713681C30A9B3AC41F3C9D707 (Keyboard_t015BD1A6508137D20B4395295F6E002773FAAF43* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.Mouse UnityEngine.InputSystem.Mouse::get_current()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Mouse_t9A9CC4636FA9CDBAD7FB7A02DB0D6395EDCC338F* Mouse_get_current_m410C1F9ABC5AA77353574E8815F7E63289707986_inline (const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.Controls.ButtonControl UnityEngine.InputSystem.Mouse::get_rightButton()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* Mouse_get_rightButton_mFA0FD700624C0DE1B858F9516426414767F09D98_inline (Mouse_t9A9CC4636FA9CDBAD7FB7A02DB0D6395EDCC338F* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.Controls.StickControl UnityEngine.InputSystem.Gamepad::get_rightStick()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR StickControl_t2608D1388A5015029123635B4B589AC7EE20C50B* Gamepad_get_rightStick_mC2074BA9B40116C6BAA3263B32E463DD23918714_inline (Gamepad_tA8C0E40B4F0828615C6C6E1A69AAEBE5AA643A4C* __this, const RuntimeMethod* method) ;
|
|
// TValue UnityEngine.InputSystem.InputControl`1<UnityEngine.Vector2>::ReadValue()
|
|
inline Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 InputControl_1_ReadValue_m362E05F00FE8CF8FC52F0D673291907EC7FA6541 (InputControl_1_tC164085710F2FAA9161295C9B7FE273AF893CF66* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 (*) (InputControl_1_tC164085710F2FAA9161295C9B7FE273AF893CF66*, const RuntimeMethod*))InputControl_1_ReadValue_m362E05F00FE8CF8FC52F0D673291907EC7FA6541_gshared)(__this, method);
|
|
}
|
|
// System.Void UnityTemplateProjects.SimpleCameraController/CameraState::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CameraState__ctor_m33568E59E39C953BDE6CD28D35A34BE52AE25504 (CameraState_t651BB85BE37498E7EB48448787624DC29D403FBD* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.Keyframe::.ctor(System.Single,System.Single,System.Single,System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Keyframe__ctor_m0E7D85642F12A3DAFA1768351CC7670648C41AB2 (Keyframe_tB9C67DCBFE10C0AE9C52CB5C66E944255C9254F0* __this, float ___0_time, float ___1_value, float ___2_inTangent, float ___3_outTangent, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.AnimationCurve::.ctor(UnityEngine.Keyframe[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AnimationCurve__ctor_mEABC98C03805713354D61E50D9340766BD5B717E (AnimationCurve_tCBFFAAD05CEBB35EF8D8631BD99914BE1A6BB354* __this, KeyframeU5BU5D_t63250A46914A6A07B2A6689850D47D7D19D80BA3* ___0_keys, const RuntimeMethod* method) ;
|
|
// UnityEngine.Vector3 UnityEngine.Transform::get_eulerAngles()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Transform_get_eulerAngles_mCAAF48EFCF628F1ED91C2FFE75A4FD19C039DD6A (Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* __this, 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.Vector3 UnityEngine.Quaternion::op_Multiply(UnityEngine.Quaternion,UnityEngine.Vector3)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Quaternion_op_Multiply_mE1EBA73F9173432B50F8F17CE8190C5A7986FB8C (Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 ___0_rotation, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___1_point, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.Transform::set_eulerAngles(UnityEngine.Vector3)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transform_set_eulerAngles_m9F0BC484A7915A51FAB87230644229B75BACA004 (Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* __this, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_value, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Collections.Generic.List`1<System.String>::Contains(T)
|
|
inline bool List_1_Contains_m359254483BE42CAD4DCA8FBAFB87473FB4CF00E1 (List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* __this, String_t* ___0_item, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD*, String_t*, const RuntimeMethod*))List_1_Contains_m4C9139C2A6B23E9343D3F87807B32C6E2CFE660D_gshared)(__this, ___0_item, method);
|
|
}
|
|
// System.Int32 System.Collections.Generic.List`1<UnityEngine.Collider>::get_Count()
|
|
inline int32_t List_1_get_Count_m8D408B57AE7C2D791BB61817BBC93B84537AB617_inline (List_1_t58F89DEDCD7DABB0CFB009AAD9C0CFE061592252* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (List_1_t58F89DEDCD7DABB0CFB009AAD9C0CFE061592252*, const RuntimeMethod*))List_1_get_Count_m4407E4C389F22B8CEC282C15D56516658746C383_gshared_inline)(__this, method);
|
|
}
|
|
// T[] UnityEngine.Component::GetComponentsInChildren<UnityEngine.Collider>()
|
|
inline ColliderU5BU5D_t94A9D70F63D095AFF2A9B4613012A5F7F3141787* Component_GetComponentsInChildren_TisCollider_t1CC3163924FCD6C4CC2E816373A929C1E3D55E76_m64EB86DDB49F92CFAAF6003C9EAC7D7D8B0F35DB (Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( ColliderU5BU5D_t94A9D70F63D095AFF2A9B4613012A5F7F3141787* (*) (Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3*, const RuntimeMethod*))Component_GetComponentsInChildren_TisRuntimeObject_m1F5B6FC0689B07D4FAAC0C605D9B2933A9B32543_gshared)(__this, method);
|
|
}
|
|
// System.Void System.Func`2<UnityEngine.Collider,System.Boolean>::.ctor(System.Object,System.IntPtr)
|
|
inline void Func_2__ctor_m864A52B06CBC2998220EBC26DE6F9AF4FC6BF864 (Func_2_t6AD3CFC7C337E46C1DA946EEEA6278162FB59A04* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Func_2_t6AD3CFC7C337E46C1DA946EEEA6278162FB59A04*, RuntimeObject*, intptr_t, const RuntimeMethod*))Func_2__ctor_m13C0A7F33154D861E2A041B52E88461832DA1697_gshared)(__this, ___0_object, ___1_method, method);
|
|
}
|
|
// System.Collections.Generic.IEnumerable`1<TSource> System.Linq.Enumerable::Where<UnityEngine.Collider>(System.Collections.Generic.IEnumerable`1<TSource>,System.Func`2<TSource,System.Boolean>)
|
|
inline RuntimeObject* Enumerable_Where_TisCollider_t1CC3163924FCD6C4CC2E816373A929C1E3D55E76_m7BABC61375EC3967C05129799DCA3C44560E3786 (RuntimeObject* ___0_source, Func_2_t6AD3CFC7C337E46C1DA946EEEA6278162FB59A04* ___1_predicate, const RuntimeMethod* method)
|
|
{
|
|
return (( RuntimeObject* (*) (RuntimeObject*, Func_2_t6AD3CFC7C337E46C1DA946EEEA6278162FB59A04*, const RuntimeMethod*))Enumerable_Where_TisRuntimeObject_m5DAF16724887B42DDBBF391C7F375749E8AA4AD7_gshared)(___0_source, ___1_predicate, method);
|
|
}
|
|
// System.Collections.Generic.List`1<TSource> System.Linq.Enumerable::ToList<UnityEngine.Collider>(System.Collections.Generic.IEnumerable`1<TSource>)
|
|
inline List_1_t58F89DEDCD7DABB0CFB009AAD9C0CFE061592252* Enumerable_ToList_TisCollider_t1CC3163924FCD6C4CC2E816373A929C1E3D55E76_m360E62DC627DDFC71C71414CF9318032787D1B62 (RuntimeObject* ___0_source, const RuntimeMethod* method)
|
|
{
|
|
return (( List_1_t58F89DEDCD7DABB0CFB009AAD9C0CFE061592252* (*) (RuntimeObject*, const RuntimeMethod*))Enumerable_ToList_TisRuntimeObject_m6456D63764F29E6B5B2422C3DE25113577CF51EE_gshared)(___0_source, method);
|
|
}
|
|
// System.Collections.IEnumerator HurricaneVR.TechDemo.Scripts.DemoBackpack::IgnoreColliders()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DemoBackpack_IgnoreColliders_m412EE0EC2BCD816032B75D14BFA5E33ED6DCA7A8 (DemoBackpack_t9A0BE46F33C84C926839B5142877071E3E1B7BCC* __this, const RuntimeMethod* method) ;
|
|
// System.Void HurricaneVR.TechDemo.Scripts.DemoBackpack/<IgnoreColliders>d__2::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CIgnoreCollidersU3Ed__2__ctor_m1A8B9106969C6C08A1793399C8AFBD76C63AB037 (U3CIgnoreCollidersU3Ed__2_tE7EF424BB4147FDFD3A55396FF6D78F7BC4BB947* __this, int32_t ___0_U3CU3E1__state, const RuntimeMethod* method) ;
|
|
// System.Collections.Generic.List`1<UnityEngine.Collider> HurricaneVR.Framework.Core.HVRGrabbable::get_Colliders()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR List_1_t58F89DEDCD7DABB0CFB009AAD9C0CFE061592252* HVRGrabbable_get_Colliders_m9FAECB873DAB546F07C20FA1F9B358B827E8BE56_inline (HVRGrabbable_tC5E7380624392C1F4EB5BEA99BF9C187D151C0DE* __this, const RuntimeMethod* method) ;
|
|
// T System.Collections.Generic.List`1<UnityEngine.Collider>::get_Item(System.Int32)
|
|
inline Collider_t1CC3163924FCD6C4CC2E816373A929C1E3D55E76* List_1_get_Item_m6482D1D8869174A6C7B0CEAF95DFDFBB73625587 (List_1_t58F89DEDCD7DABB0CFB009AAD9C0CFE061592252* __this, int32_t ___0_index, const RuntimeMethod* method)
|
|
{
|
|
return (( Collider_t1CC3163924FCD6C4CC2E816373A929C1E3D55E76* (*) (List_1_t58F89DEDCD7DABB0CFB009AAD9C0CFE061592252*, int32_t, const RuntimeMethod*))List_1_get_Item_m33561245D64798C2AB07584C0EC4F240E4839A38_gshared)(__this, ___0_index, method);
|
|
}
|
|
// System.Void UnityEngine.Physics::IgnoreCollision(UnityEngine.Collider,UnityEngine.Collider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Physics_IgnoreCollision_mFBAAD9B91D488802086C1A1C96447CE4C869211D (Collider_t1CC3163924FCD6C4CC2E816373A929C1E3D55E76* ___0_collider1, Collider_t1CC3163924FCD6C4CC2E816373A929C1E3D55E76* ___1_collider2, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.List`1<UnityEngine.Collider>::.ctor()
|
|
inline void List_1__ctor_m0CDD6F02F45026B4267E7117C5DDC188F87EE7BE (List_1_t58F89DEDCD7DABB0CFB009AAD9C0CFE061592252* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_t58F89DEDCD7DABB0CFB009AAD9C0CFE061592252*, const RuntimeMethod*))List_1__ctor_m7F078BB342729BDF11327FD89D7872265328F690_gshared)(__this, method);
|
|
}
|
|
// System.Void HurricaneVR.TechDemo.Scripts.DemoBackpack/<>c::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_m39E3849B326EB0855B92B2AFB4C98988C03F9E2B (U3CU3Ec_t243CBE26B19D7E8A60155402D7348916CE6F2B21* __this, const RuntimeMethod* method) ;
|
|
// System.Diagnostics.Stopwatch System.Diagnostics.Stopwatch::StartNew()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Stopwatch_tA188A210449E22C07053A7D3014DD182C7369043* Stopwatch_StartNew_mF813F15E68604C7734FECC301B7042A521041259 (const RuntimeMethod* method) ;
|
|
// T[] UnityEngine.Object::FindObjectsOfType<HurricaneVR.Framework.Core.HVRGrabbable>()
|
|
inline HVRGrabbableU5BU5D_tEDB0FBD4FD1418A2823FA20AF3A194F42B2D71D2* Object_FindObjectsOfType_TisHVRGrabbable_tC5E7380624392C1F4EB5BEA99BF9C187D151C0DE_mF02811155D0F2917B1942DECA41DF5DDE60BE72F (const RuntimeMethod* method)
|
|
{
|
|
return (( HVRGrabbableU5BU5D_tEDB0FBD4FD1418A2823FA20AF3A194F42B2D71D2* (*) (const RuntimeMethod*))Object_FindObjectsOfType_TisRuntimeObject_m0B4DF4B8AB4C71E0F471BC9D0440B40844DA221D_gshared)(method);
|
|
}
|
|
// System.Void HurricaneVR.TechDemo.Scripts.DemoBackpack::IgnoreCollision(HurricaneVR.Framework.Core.HVRGrabbable)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DemoBackpack_IgnoreCollision_m925E0E8CB45A712CE95137CB94005F2738CBB875 (DemoBackpack_t9A0BE46F33C84C926839B5142877071E3E1B7BCC* __this, HVRGrabbable_tC5E7380624392C1F4EB5BEA99BF9C187D151C0DE* ___0_grabbable, const RuntimeMethod* method) ;
|
|
// System.Void System.Diagnostics.Stopwatch::Stop()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stopwatch_Stop_m8F2A2EFD9D7D5B4180A5E5379E5443864618D7DC (Stopwatch_tA188A210449E22C07053A7D3014DD182C7369043* __this, const RuntimeMethod* method) ;
|
|
// T[] UnityEngine.Object::FindObjectsOfType<HurricaneVR.Framework.Core.Grabbers.HVRHandGrabber>()
|
|
inline HVRHandGrabberU5BU5D_t690658B28276350833B942BC75EBCD9010FBFD0B* Object_FindObjectsOfType_TisHVRHandGrabber_t9CB7C31300D3D84C4E564C643D0BF501EBB16B90_mCF5FB080BF2B1B25F1632446E7F8A498890AF801 (const RuntimeMethod* method)
|
|
{
|
|
return (( HVRHandGrabberU5BU5D_t690658B28276350833B942BC75EBCD9010FBFD0B* (*) (const RuntimeMethod*))Object_FindObjectsOfType_TisRuntimeObject_m0B4DF4B8AB4C71E0F471BC9D0440B40844DA221D_gshared)(method);
|
|
}
|
|
// System.Void System.Func`2<HurricaneVR.Framework.Core.Grabbers.HVRHandGrabber,System.Boolean>::.ctor(System.Object,System.IntPtr)
|
|
inline void Func_2__ctor_m644C40A901702D19B041828F2E854855C51DFD0D (Func_2_tB2A9F71AE59470C627302BA30D19BF0F83EE9D03* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Func_2_tB2A9F71AE59470C627302BA30D19BF0F83EE9D03*, RuntimeObject*, intptr_t, const RuntimeMethod*))Func_2__ctor_m13C0A7F33154D861E2A041B52E88461832DA1697_gshared)(__this, ___0_object, ___1_method, method);
|
|
}
|
|
// TSource System.Linq.Enumerable::FirstOrDefault<HurricaneVR.Framework.Core.Grabbers.HVRHandGrabber>(System.Collections.Generic.IEnumerable`1<TSource>,System.Func`2<TSource,System.Boolean>)
|
|
inline HVRHandGrabber_t9CB7C31300D3D84C4E564C643D0BF501EBB16B90* Enumerable_FirstOrDefault_TisHVRHandGrabber_t9CB7C31300D3D84C4E564C643D0BF501EBB16B90_m6F363CC91DC42A93D0F467C552C46C42561CBA80 (RuntimeObject* ___0_source, Func_2_tB2A9F71AE59470C627302BA30D19BF0F83EE9D03* ___1_predicate, const RuntimeMethod* method)
|
|
{
|
|
return (( HVRHandGrabber_t9CB7C31300D3D84C4E564C643D0BF501EBB16B90* (*) (RuntimeObject*, Func_2_tB2A9F71AE59470C627302BA30D19BF0F83EE9D03*, const RuntimeMethod*))Enumerable_FirstOrDefault_TisRuntimeObject_mFACC750E4D7AF7B43F5B866C84F613B3ECC41994_gshared)(___0_source, ___1_predicate, method);
|
|
}
|
|
// System.Void HurricaneVR.TechDemo.Scripts.DemoCodeGrabbing::set_Grabber(HurricaneVR.Framework.Core.Grabbers.HVRHandGrabber)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DemoCodeGrabbing_set_Grabber_m581F72DD78C4C851E89CE9F1A54B8FD1267F2DA2_inline (DemoCodeGrabbing_t46EA9C851EC8245D4E49E0C4554C2F8D29EBDA64* __this, HVRHandGrabber_t9CB7C31300D3D84C4E564C643D0BF501EBB16B90* ___0_value, const RuntimeMethod* method) ;
|
|
// HurricaneVR.Framework.Core.Grabbers.HVRHandGrabber HurricaneVR.TechDemo.Scripts.DemoCodeGrabbing::get_Grabber()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR HVRHandGrabber_t9CB7C31300D3D84C4E564C643D0BF501EBB16B90* DemoCodeGrabbing_get_Grabber_mCE609B4588CEFD6499A88FACA739510214C45115_inline (DemoCodeGrabbing_t46EA9C851EC8245D4E49E0C4554C2F8D29EBDA64* __this, const RuntimeMethod* method) ;
|
|
// HurricaneVR.Framework.Core.HVRGrabbable HurricaneVR.Framework.Core.Grabbers.HVRGrabberBase::get_GrabbedTarget()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR HVRGrabbable_tC5E7380624392C1F4EB5BEA99BF9C187D151C0DE* HVRGrabberBase_get_GrabbedTarget_mFDB57924F7548AC8F61E68367260AE10AC4360C8_inline (HVRGrabberBase_tBEE8D8D0A2D3CBC0BB8DDA86DAB5B34CF3A4CEF6* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean HurricaneVR.Framework.Core.Grabbers.HVRGrabberBase::get_IsGrabbing()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool HVRGrabberBase_get_IsGrabbing_mD75101D8BCF25BFF7DC3B3F0B99458621AEA76D1_inline (HVRGrabberBase_tBEE8D8D0A2D3CBC0BB8DDA86DAB5B34CF3A4CEF6* __this, const RuntimeMethod* method) ;
|
|
// System.Void HurricaneVR.TechDemo.Scripts.DemoCodeGrabbing/<>c::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_m1DD462FD149274D20C1E59507DF747121539E59F (U3CU3Ec_tFF9F53A992A854A40F1679EC7E95AE4D7CE58319* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.GameObject::get_activeInHierarchy()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GameObject_get_activeInHierarchy_m49250F4F168DCC5388D5BE4F6A5681386907B109 (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* __this, const RuntimeMethod* method) ;
|
|
// T UnityEngine.Component::GetComponent<UnityEngine.ConfigurableJoint>()
|
|
inline ConfigurableJoint_t8B33AB5A6B8D52493F14C4B8DBDF78A1C94ECB77* Component_GetComponent_TisConfigurableJoint_t8B33AB5A6B8D52493F14C4B8DBDF78A1C94ECB77_m464A180C3A0EA1842D8405966A33A053F90575F1 (Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( ConfigurableJoint_t8B33AB5A6B8D52493F14C4B8DBDF78A1C94ECB77* (*) (Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3*, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_m7181F81CAEC2CF53F5D2BC79B7425C16E1F80D33_gshared)(__this, method);
|
|
}
|
|
// System.Void HurricaneVR.Framework.Core.Utils.HVRJointUtilities::SetLinearLimit(UnityEngine.ConfigurableJoint,System.Single,System.Single,System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HVRJointUtilities_SetLinearLimit_mB708F0A8DE1EFE00A19DE36E4E5C84E70A4C34E4 (ConfigurableJoint_t8B33AB5A6B8D52493F14C4B8DBDF78A1C94ECB77* ___0_joint, float ___1_limit, float ___2_bounciness, float ___3_contactDistance, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.Joint::set_anchor(UnityEngine.Vector3)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Joint_set_anchor_m89447EF25E0FC6DB9D22562BAF3BDA3E6D04029C (Joint_tB2C5499F976EBB1EA1C11A80E1BD9F5E2EE4D682* __this, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.Joint::set_autoConfigureConnectedAnchor(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Joint_set_autoConfigureConnectedAnchor_mF61D716174DE67CD94FF042881E9052357679E02 (Joint_tB2C5499F976EBB1EA1C11A80E1BD9F5E2EE4D682* __this, bool ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.Joint::set_connectedAnchor(UnityEngine.Vector3)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Joint_set_connectedAnchor_m2A40C3C4FB583E9DBC020222A21F577C066D5D90 (Joint_tB2C5499F976EBB1EA1C11A80E1BD9F5E2EE4D682* __this, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.LineRenderer::set_positionCount(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LineRenderer_set_positionCount_m2001FB4044053895ECBE897AB833284F3300B205 (LineRenderer_tEFEF960672DB69CB14B6D181FAE6292F0CF8B63D* __this, int32_t ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.LineRenderer::SetPosition(System.Int32,UnityEngine.Vector3)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LineRenderer_SetPosition_m84C4AD9ADC6AC62B33DB4D7E4C9F066DFF8440C1 (LineRenderer_tEFEF960672DB69CB14B6D181FAE6292F0CF8B63D* __this, int32_t ___0_index, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___1_position, const RuntimeMethod* method) ;
|
|
// T UnityEngine.Component::GetComponentInParent<HurricaneVR.Framework.Core.Stabbing.HVRStabbable>()
|
|
inline HVRStabbable_t71A2D16350A6CAB51630D1314BE9C10870FE29E1* Component_GetComponentInParent_TisHVRStabbable_t71A2D16350A6CAB51630D1314BE9C10870FE29E1_m23C4777ED83C185A1F975C8D985D2521FD3053BC (Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( HVRStabbable_t71A2D16350A6CAB51630D1314BE9C10870FE29E1* (*) (Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3*, const RuntimeMethod*))Component_GetComponentInParent_TisRuntimeObject_m6746D6BB99912B1B509746C993906492F86CD119_gshared)(__this, method);
|
|
}
|
|
// System.Boolean UnityEngine.Component::TryGetComponent<UnityEngine.ParticleSystem>(T&)
|
|
inline bool Component_TryGetComponent_TisParticleSystem_tB19986EE308BD63D36FB6025EEEAFBEDB97C67C1_m263198B23E82499C16C66D2C3866A89A7CF85E58 (Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* __this, ParticleSystem_tB19986EE308BD63D36FB6025EEEAFBEDB97C67C1** ___0_component, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3*, ParticleSystem_tB19986EE308BD63D36FB6025EEEAFBEDB97C67C1**, const RuntimeMethod*))Component_TryGetComponent_TisRuntimeObject_m69D4ED21F14D49D805A2337F4332934CDA07DEDB_gshared)(__this, ___0_component, method);
|
|
}
|
|
// System.Void UnityEngine.Events.UnityAction`1<HurricaneVR.Framework.Core.Stabbing.StabArgs>::.ctor(System.Object,System.IntPtr)
|
|
inline void UnityAction_1__ctor_m5DEB67150607F5DFF19EBB14D067D0868FE0C469 (UnityAction_1_tD612239A41EF1A9A220EEB9D1B342E591B12C532* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (UnityAction_1_tD612239A41EF1A9A220EEB9D1B342E591B12C532*, RuntimeObject*, intptr_t, const RuntimeMethod*))UnityAction_1__ctor_m5DEB67150607F5DFF19EBB14D067D0868FE0C469_gshared)(__this, ___0_object, ___1_method, method);
|
|
}
|
|
// System.Void UnityEngine.Events.UnityEvent`1<HurricaneVR.Framework.Core.Stabbing.StabArgs>::AddListener(UnityEngine.Events.UnityAction`1<T0>)
|
|
inline void UnityEvent_1_AddListener_m326988BDE31056C04EFE1C336A0985C954BACE74 (UnityEvent_1_t13C3A5E078C5974B6FEA4772A5FF2B2EF3319C51* __this, UnityAction_1_tD612239A41EF1A9A220EEB9D1B342E591B12C532* ___0_call, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (UnityEvent_1_t13C3A5E078C5974B6FEA4772A5FF2B2EF3319C51*, UnityAction_1_tD612239A41EF1A9A220EEB9D1B342E591B12C532*, const RuntimeMethod*))UnityEvent_1_AddListener_m326988BDE31056C04EFE1C336A0985C954BACE74_gshared)(__this, ___0_call, method);
|
|
}
|
|
// System.Void UnityEngine.Events.UnityAction`2<HurricaneVR.Framework.Core.Stabbing.HVRStabber,HurricaneVR.Framework.Core.Stabbing.HVRStabbable>::.ctor(System.Object,System.IntPtr)
|
|
inline void UnityAction_2__ctor_mE4DF0A065740438D14723BCD54F8E6D8F08D277A (UnityAction_2_t42F29791A4A2EA9954ABC904B6C9166B04242AC2* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (UnityAction_2_t42F29791A4A2EA9954ABC904B6C9166B04242AC2*, RuntimeObject*, intptr_t, const RuntimeMethod*))UnityAction_2__ctor_m13361A4FDB34792A370647BE3DCFDF2AE9043F43_gshared)(__this, ___0_object, ___1_method, method);
|
|
}
|
|
// System.Void UnityEngine.Events.UnityEvent`2<HurricaneVR.Framework.Core.Stabbing.HVRStabber,HurricaneVR.Framework.Core.Stabbing.HVRStabbable>::AddListener(UnityEngine.Events.UnityAction`2<T0,T1>)
|
|
inline void UnityEvent_2_AddListener_m3B3D236026298DEB2FFA5865C91E81A91CEB7C40 (UnityEvent_2_t03AD5FDC8390DF436A87E03102EA86A7E3FEB0F7* __this, UnityAction_2_t42F29791A4A2EA9954ABC904B6C9166B04242AC2* ___0_call, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (UnityEvent_2_t03AD5FDC8390DF436A87E03102EA86A7E3FEB0F7*, UnityAction_2_t42F29791A4A2EA9954ABC904B6C9166B04242AC2*, const RuntimeMethod*))UnityEvent_2_AddListener_mDFE9269B80D7B70296A328376452DFA83905E153_gshared)(__this, ___0_call, method);
|
|
}
|
|
// System.Void HurricaneVR.TechDemo.Scripts.DemoFullStabConfetti::PopConfetti(UnityEngine.Vector3)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DemoFullStabConfetti_PopConfetti_m1BC20131923ADBBD876CD8523DD35F5B2597FFD4 (DemoFullStabConfetti_t2351D081B59A69B608314F770C72AAE149EFFA98* __this, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_dir, const RuntimeMethod* method) ;
|
|
// UnityEngine.Quaternion UnityEngine.Transform::get_localRotation()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 Transform_get_localRotation_mD53D37611A5DAE93EC6C7BBCAC337408C5CACA77 (Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.Quaternion UnityEngine.Quaternion::Euler(UnityEngine.Vector3)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 Quaternion_Euler_m5BCCC19216CFAD2426F15BC51A30421880D27B73_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_euler, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.Transform::set_localRotation(UnityEngine.Quaternion)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transform_set_localRotation_mAB4A011D134BA58AB780BECC0025CA65F16185FA (Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* __this, Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 ___0_value, const RuntimeMethod* method) ;
|
|
// System.Single HurricaneVR.Framework.Components.HVRRotationTracker::get_Angle()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float HVRRotationTracker_get_Angle_m1D919D4DEF1339D92F6907FE246C8990C7444AD0_inline (HVRRotationTracker_tF6E4B67021F9D4DDF5D3C949CDA8DD2B8B24B067* __this, const RuntimeMethod* method) ;
|
|
// System.Single HurricaneVR.Framework.Core.Utils.HVRUtilities::Remap(System.Single,System.Single,System.Single,System.Single,System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float HVRUtilities_Remap_m59CDAA232C38224F8ADAEF003E3E962D66288ADB (float ___0_num, float ___1_lowVal, float ___2_highVal, float ___3_min, float ___4_max, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.Rigidbody::MoveRotation(UnityEngine.Quaternion)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rigidbody_MoveRotation_m85825C7206E770E39DED9EE6D792702F577A891D (Rigidbody_t268697F5A994213ED97393309870968BC1C7393C* __this, Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 ___0_rot, const RuntimeMethod* method) ;
|
|
// System.Collections.Generic.List`1/Enumerator<T> System.Collections.Generic.List`1<UnityEngine.Transform>::GetEnumerator()
|
|
inline Enumerator_t519AE1DAA64E517296768BEA2E732ED47F76A91D List_1_GetEnumerator_m01FCD3FC513065087F7E312BC9DE2D1C3FF655E5 (List_1_t991BBC5A1D51F59A450367DF944DAA207F22D06D* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( Enumerator_t519AE1DAA64E517296768BEA2E732ED47F76A91D (*) (List_1_t991BBC5A1D51F59A450367DF944DAA207F22D06D*, const RuntimeMethod*))List_1_GetEnumerator_mD8294A7FA2BEB1929487127D476F8EC1CDC23BFC_gshared)(__this, method);
|
|
}
|
|
// System.Void System.Collections.Generic.List`1/Enumerator<UnityEngine.Transform>::Dispose()
|
|
inline void Enumerator_Dispose_m9BF6C1C74CD711998DC8FAE5D6B8083586F5CFB5 (Enumerator_t519AE1DAA64E517296768BEA2E732ED47F76A91D* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Enumerator_t519AE1DAA64E517296768BEA2E732ED47F76A91D*, const RuntimeMethod*))Enumerator_Dispose_mD9DC3E3C3697830A4823047AB29A77DBBB5ED419_gshared)(__this, method);
|
|
}
|
|
// T System.Collections.Generic.List`1/Enumerator<UnityEngine.Transform>::get_Current()
|
|
inline Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* Enumerator_get_Current_mCBBD283BB42C56D73B7C4194020EC95292B36129_inline (Enumerator_t519AE1DAA64E517296768BEA2E732ED47F76A91D* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* (*) (Enumerator_t519AE1DAA64E517296768BEA2E732ED47F76A91D*, const RuntimeMethod*))Enumerator_get_Current_m6330F15D18EE4F547C05DF9BF83C5EB710376027_gshared_inline)(__this, method);
|
|
}
|
|
// System.Void HurricaneVR.TechDemo.Scripts.DemoHelper::AddResetGrabbable(UnityEngine.Transform)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DemoHelper_AddResetGrabbable_m6D2F4C183F533146F3F5F2C82D5B9156CC880BFC (DemoHelper_t18AEBF87CA83CDE95B32DEF6D22C8DFFA986C4C4* __this, Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___0_parent, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Collections.Generic.List`1/Enumerator<UnityEngine.Transform>::MoveNext()
|
|
inline bool Enumerator_MoveNext_mBAA697FE341E389C86536D9444A3E4AC02109E87 (Enumerator_t519AE1DAA64E517296768BEA2E732ED47F76A91D* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Enumerator_t519AE1DAA64E517296768BEA2E732ED47F76A91D*, const RuntimeMethod*))Enumerator_MoveNext_mE921CC8F29FBBDE7CC3209A0ED0D921D58D00BCB_gshared)(__this, method);
|
|
}
|
|
// System.Collections.Generic.List`1/Enumerator<T> System.Collections.Generic.List`1<HurricaneVR.Framework.Core.HVRGrabbable>::GetEnumerator()
|
|
inline Enumerator_t5C43ED86B9A4A73114C19F223FAFB2B6D6BE2924 List_1_GetEnumerator_mDBDA909366EE1C9C6C8701AABD56CE0475C59B4D (List_1_t22B6AE59B095268F44B72F67D547A0C9A244CA78* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( Enumerator_t5C43ED86B9A4A73114C19F223FAFB2B6D6BE2924 (*) (List_1_t22B6AE59B095268F44B72F67D547A0C9A244CA78*, const RuntimeMethod*))List_1_GetEnumerator_mD8294A7FA2BEB1929487127D476F8EC1CDC23BFC_gshared)(__this, method);
|
|
}
|
|
// System.Void System.Collections.Generic.List`1/Enumerator<HurricaneVR.Framework.Core.HVRGrabbable>::Dispose()
|
|
inline void Enumerator_Dispose_m42364265F285AAD5774FF62F5D7DF6505A645C1B (Enumerator_t5C43ED86B9A4A73114C19F223FAFB2B6D6BE2924* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Enumerator_t5C43ED86B9A4A73114C19F223FAFB2B6D6BE2924*, const RuntimeMethod*))Enumerator_Dispose_mD9DC3E3C3697830A4823047AB29A77DBBB5ED419_gshared)(__this, method);
|
|
}
|
|
// T System.Collections.Generic.List`1/Enumerator<HurricaneVR.Framework.Core.HVRGrabbable>::get_Current()
|
|
inline HVRGrabbable_tC5E7380624392C1F4EB5BEA99BF9C187D151C0DE* Enumerator_get_Current_m5474C06E69B72A7FEADC871C3E559B4D0634C377_inline (Enumerator_t5C43ED86B9A4A73114C19F223FAFB2B6D6BE2924* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( HVRGrabbable_tC5E7380624392C1F4EB5BEA99BF9C187D151C0DE* (*) (Enumerator_t5C43ED86B9A4A73114C19F223FAFB2B6D6BE2924*, const RuntimeMethod*))Enumerator_get_Current_m6330F15D18EE4F547C05DF9BF83C5EB710376027_gshared_inline)(__this, method);
|
|
}
|
|
// System.Void HurricaneVR.TechDemo.Scripts.DemoHelper::SaveResetGrabbable(UnityEngine.Transform,HurricaneVR.Framework.Core.HVRGrabbable)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DemoHelper_SaveResetGrabbable_mA1FEF17FF84DA8CA5AE9AA9DB58B800395BC482E (DemoHelper_t18AEBF87CA83CDE95B32DEF6D22C8DFFA986C4C4* __this, Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___0_parent, HVRGrabbable_tC5E7380624392C1F4EB5BEA99BF9C187D151C0DE* ___1_grabbable, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Collections.Generic.List`1/Enumerator<HurricaneVR.Framework.Core.HVRGrabbable>::MoveNext()
|
|
inline bool Enumerator_MoveNext_m3DFE65306620DDD966C712A219D9079FA081C127 (Enumerator_t5C43ED86B9A4A73114C19F223FAFB2B6D6BE2924* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Enumerator_t5C43ED86B9A4A73114C19F223FAFB2B6D6BE2924*, const RuntimeMethod*))Enumerator_MoveNext_mE921CC8F29FBBDE7CC3209A0ED0D921D58D00BCB_gshared)(__this, method);
|
|
}
|
|
// System.Void HurricaneVR.TechDemo.Scripts.DemoHelper/<>c__DisplayClass6_0::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass6_0__ctor_m46F5E36C10B7146B3933A23E51B0A701511F8C55 (U3CU3Ec__DisplayClass6_0_t31FEB7A1E09BC380FAF4FEA503E6D5CADE405983* __this, const RuntimeMethod* method) ;
|
|
// T[] UnityEngine.Component::GetComponentsInChildren<HurricaneVR.Framework.Core.HVRGrabbable>()
|
|
inline HVRGrabbableU5BU5D_tEDB0FBD4FD1418A2823FA20AF3A194F42B2D71D2* Component_GetComponentsInChildren_TisHVRGrabbable_tC5E7380624392C1F4EB5BEA99BF9C187D151C0DE_m9239D7DCE3C2E41B6D106A0E0DCAA81C5A35CE10 (Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( HVRGrabbableU5BU5D_tEDB0FBD4FD1418A2823FA20AF3A194F42B2D71D2* (*) (Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3*, const RuntimeMethod*))Component_GetComponentsInChildren_TisRuntimeObject_m1F5B6FC0689B07D4FAAC0C605D9B2933A9B32543_gshared)(__this, method);
|
|
}
|
|
// System.Void System.Func`2<HurricaneVR.Framework.Core.HVRGrabbable,System.Boolean>::.ctor(System.Object,System.IntPtr)
|
|
inline void Func_2__ctor_m71C7D9E7FD543B6F6AF91CE5DFD8669D01124218 (Func_2_t1E2EB90025FC97E3CD498C2B465D1BDAC438B49E* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Func_2_t1E2EB90025FC97E3CD498C2B465D1BDAC438B49E*, RuntimeObject*, intptr_t, const RuntimeMethod*))Func_2__ctor_m13C0A7F33154D861E2A041B52E88461832DA1697_gshared)(__this, ___0_object, ___1_method, method);
|
|
}
|
|
// System.Collections.Generic.IEnumerable`1<TSource> System.Linq.Enumerable::Where<HurricaneVR.Framework.Core.HVRGrabbable>(System.Collections.Generic.IEnumerable`1<TSource>,System.Func`2<TSource,System.Boolean>)
|
|
inline RuntimeObject* Enumerable_Where_TisHVRGrabbable_tC5E7380624392C1F4EB5BEA99BF9C187D151C0DE_mB91EB4DE968069766E53D2E0AA012CA2EB7DA18E (RuntimeObject* ___0_source, Func_2_t1E2EB90025FC97E3CD498C2B465D1BDAC438B49E* ___1_predicate, const RuntimeMethod* method)
|
|
{
|
|
return (( RuntimeObject* (*) (RuntimeObject*, Func_2_t1E2EB90025FC97E3CD498C2B465D1BDAC438B49E*, const RuntimeMethod*))Enumerable_Where_TisRuntimeObject_m5DAF16724887B42DDBBF391C7F375749E8AA4AD7_gshared)(___0_source, ___1_predicate, method);
|
|
}
|
|
// T UnityEngine.Object::Instantiate<HurricaneVR.Framework.Core.HVRGrabbable>(T)
|
|
inline HVRGrabbable_tC5E7380624392C1F4EB5BEA99BF9C187D151C0DE* Object_Instantiate_TisHVRGrabbable_tC5E7380624392C1F4EB5BEA99BF9C187D151C0DE_m29DD65F27113029C6902003E17FAD19F1B74E775 (HVRGrabbable_tC5E7380624392C1F4EB5BEA99BF9C187D151C0DE* ___0_original, const RuntimeMethod* method)
|
|
{
|
|
return (( HVRGrabbable_tC5E7380624392C1F4EB5BEA99BF9C187D151C0DE* (*) (HVRGrabbable_tC5E7380624392C1F4EB5BEA99BF9C187D151C0DE*, const RuntimeMethod*))Object_Instantiate_TisRuntimeObject_m90A1E6C4C2B445D2E848DB75C772D1B95AAC046A_gshared)(___0_original, method);
|
|
}
|
|
// System.Void UnityEngine.Object::set_hideFlags(UnityEngine.HideFlags)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object_set_hideFlags_mACB8BFC903FB3B01BBD427753E791BF28B5E33D4 (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* __this, int32_t ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void HurricaneVR.TechDemo.Scripts.DemoHelper/ResetState::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ResetState__ctor_m969421855515D5E2A7CB34DC1A09DCAC0E9C6EED (ResetState_tAFBAB543240EB46509B0E797F634967E31055A9C* __this, 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 HurricaneVR.TechDemo.Scripts.DemoHelper/ResetState::set_Scale(UnityEngine.Vector3)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ResetState_set_Scale_mFB3593A7EABD55C5324569C5C2A902E13B32CFD4_inline (ResetState_tAFBAB543240EB46509B0E797F634967E31055A9C* __this, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.List`1<HurricaneVR.TechDemo.Scripts.DemoHelper/ResetState>::Add(T)
|
|
inline void List_1_Add_m225B60E78468F0052D88848C072D135CBB4C2386_inline (List_1_tA910625D0D90E7578EB9529664A9C52989FF743E* __this, ResetState_tAFBAB543240EB46509B0E797F634967E31055A9C* ___0_item, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_tA910625D0D90E7578EB9529664A9C52989FF743E*, ResetState_tAFBAB543240EB46509B0E797F634967E31055A9C*, const RuntimeMethod*))List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_gshared_inline)(__this, ___0_item, method);
|
|
}
|
|
// System.Void HurricaneVR.TechDemo.Scripts.DemoHelper::ResetGrabbables()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DemoHelper_ResetGrabbables_m509D6A7CDB79878F76C06B043EF772FE5AB560B1 (DemoHelper_t18AEBF87CA83CDE95B32DEF6D22C8DFFA986C4C4* __this, const RuntimeMethod* method) ;
|
|
// T UnityEngine.GameObject::GetComponent<HurricaneVR.Framework.Core.HVRGrabbable>()
|
|
inline HVRGrabbable_tC5E7380624392C1F4EB5BEA99BF9C187D151C0DE* GameObject_GetComponent_TisHVRGrabbable_tC5E7380624392C1F4EB5BEA99BF9C187D151C0DE_m59E4CA1C3FAE096A545658F5A9359D078C88A006 (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( HVRGrabbable_tC5E7380624392C1F4EB5BEA99BF9C187D151C0DE* (*) (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F*, const RuntimeMethod*))GameObject_GetComponent_TisRuntimeObject_m6EAED4AA356F0F48288F67899E5958792395563B_gshared)(__this, method);
|
|
}
|
|
// System.Void System.Collections.Generic.List`1<HurricaneVR.Framework.Core.HVRGrabbable>::Add(T)
|
|
inline void List_1_Add_mF820C277FFDC90EBB8C833CBFFD2894EDBC4E916_inline (List_1_t22B6AE59B095268F44B72F67D547A0C9A244CA78* __this, HVRGrabbable_tC5E7380624392C1F4EB5BEA99BF9C187D151C0DE* ___0_item, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_t22B6AE59B095268F44B72F67D547A0C9A244CA78*, HVRGrabbable_tC5E7380624392C1F4EB5BEA99BF9C187D151C0DE*, const RuntimeMethod*))List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_gshared_inline)(__this, ___0_item, method);
|
|
}
|
|
// System.Collections.Generic.List`1/Enumerator<T> System.Collections.Generic.List`1<HurricaneVR.TechDemo.Scripts.DemoHelper/ResetState>::GetEnumerator()
|
|
inline Enumerator_tDD1D74BF3C25AFCB9C8714979C53871CE7BE48EF List_1_GetEnumerator_m67459CCB5C4097B2C230A163B97637A4AF049004 (List_1_tA910625D0D90E7578EB9529664A9C52989FF743E* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( Enumerator_tDD1D74BF3C25AFCB9C8714979C53871CE7BE48EF (*) (List_1_tA910625D0D90E7578EB9529664A9C52989FF743E*, const RuntimeMethod*))List_1_GetEnumerator_mD8294A7FA2BEB1929487127D476F8EC1CDC23BFC_gshared)(__this, method);
|
|
}
|
|
// System.Void System.Collections.Generic.List`1/Enumerator<HurricaneVR.TechDemo.Scripts.DemoHelper/ResetState>::Dispose()
|
|
inline void Enumerator_Dispose_m7BFB61917B6E338D5C9822851032E461130D558A (Enumerator_tDD1D74BF3C25AFCB9C8714979C53871CE7BE48EF* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Enumerator_tDD1D74BF3C25AFCB9C8714979C53871CE7BE48EF*, const RuntimeMethod*))Enumerator_Dispose_mD9DC3E3C3697830A4823047AB29A77DBBB5ED419_gshared)(__this, method);
|
|
}
|
|
// T System.Collections.Generic.List`1/Enumerator<HurricaneVR.TechDemo.Scripts.DemoHelper/ResetState>::get_Current()
|
|
inline ResetState_tAFBAB543240EB46509B0E797F634967E31055A9C* Enumerator_get_Current_m291786A666CEB4AF20E71BE6C01C9C6A74357F35_inline (Enumerator_tDD1D74BF3C25AFCB9C8714979C53871CE7BE48EF* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( ResetState_tAFBAB543240EB46509B0E797F634967E31055A9C* (*) (Enumerator_tDD1D74BF3C25AFCB9C8714979C53871CE7BE48EF*, const RuntimeMethod*))Enumerator_get_Current_m6330F15D18EE4F547C05DF9BF83C5EB710376027_gshared_inline)(__this, method);
|
|
}
|
|
// System.Boolean HurricaneVR.Framework.Core.HVRGrabbable::get_IsBeingHeld()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HVRGrabbable_get_IsBeingHeld_m0B737930A391CA6689D4F4B1B8703F4F5A26F08D (HVRGrabbable_tC5E7380624392C1F4EB5BEA99BF9C187D151C0DE* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.Vector3 HurricaneVR.TechDemo.Scripts.DemoHelper/ResetState::get_Scale()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ResetState_get_Scale_m7197835938A1846CB38BC5F2E81F51CEC5B82847_inline (ResetState_tAFBAB543240EB46509B0E797F634967E31055A9C* __this, 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) ;
|
|
// System.Void UnityEngine.Rigidbody::set_velocity(UnityEngine.Vector3)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rigidbody_set_velocity_mE4031DF1C2C1CCE889F2AC9D8871D83795BB0D62 (Rigidbody_t268697F5A994213ED97393309870968BC1C7393C* __this, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.Rigidbody::set_angularVelocity(UnityEngine.Vector3)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rigidbody_set_angularVelocity_m23266B4E52BF0D2E65CC984AC73CC40B8D4A27E0 (Rigidbody_t268697F5A994213ED97393309870968BC1C7393C* __this, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_value, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Collections.Generic.List`1/Enumerator<HurricaneVR.TechDemo.Scripts.DemoHelper/ResetState>::MoveNext()
|
|
inline bool Enumerator_MoveNext_m2289AB59AF46CA2A3DC7A8FE8273239FD445E89E (Enumerator_tDD1D74BF3C25AFCB9C8714979C53871CE7BE48EF* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Enumerator_tDD1D74BF3C25AFCB9C8714979C53871CE7BE48EF*, const RuntimeMethod*))Enumerator_MoveNext_mE921CC8F29FBBDE7CC3209A0ED0D921D58D00BCB_gshared)(__this, method);
|
|
}
|
|
// System.Void System.Collections.Generic.List`1<HurricaneVR.Framework.Core.HVRGrabbable>::.ctor()
|
|
inline void List_1__ctor_m44A5546905E2DA996CAE6B7E686190562E209499 (List_1_t22B6AE59B095268F44B72F67D547A0C9A244CA78* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_t22B6AE59B095268F44B72F67D547A0C9A244CA78*, const RuntimeMethod*))List_1__ctor_m7F078BB342729BDF11327FD89D7872265328F690_gshared)(__this, method);
|
|
}
|
|
// System.Void System.Action`1<HurricaneVR.Framework.Core.HVRGrabbable>::.ctor(System.Object,System.IntPtr)
|
|
inline void Action_1__ctor_m6E0052C7F0853BACBEF8CED7C6AAC8A9CC7F60D5 (Action_1_tBFAE38A24F010F1E15E7D9123A5509C1AA1E7E92* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Action_1_tBFAE38A24F010F1E15E7D9123A5509C1AA1E7E92*, RuntimeObject*, intptr_t, const RuntimeMethod*))Action_1__ctor_m2E1DFA67718FC1A0B6E5DFEB78831FFE9C059EB4_gshared)(__this, ___0_object, ___1_method, method);
|
|
}
|
|
// System.Void System.Collections.Generic.List`1<HurricaneVR.Framework.Core.HVRGrabbable>::ForEach(System.Action`1<T>)
|
|
inline void List_1_ForEach_m0D56FE042D7C59FC573223E1ECA324B0555A7240 (List_1_t22B6AE59B095268F44B72F67D547A0C9A244CA78* __this, Action_1_tBFAE38A24F010F1E15E7D9123A5509C1AA1E7E92* ___0_action, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_t22B6AE59B095268F44B72F67D547A0C9A244CA78*, Action_1_tBFAE38A24F010F1E15E7D9123A5509C1AA1E7E92*, const RuntimeMethod*))List_1_ForEach_m47052B1B7C82747D3D5D2CAD15A30DB9AB95FF68_gshared)(__this, ___0_action, method);
|
|
}
|
|
// System.Void System.Collections.Generic.List`1<UnityEngine.Transform>::.ctor()
|
|
inline void List_1__ctor_mDC3E95DC5C927A867B9B42EDE1945F909B894268 (List_1_t991BBC5A1D51F59A450367DF944DAA207F22D06D* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_t991BBC5A1D51F59A450367DF944DAA207F22D06D*, const RuntimeMethod*))List_1__ctor_m7F078BB342729BDF11327FD89D7872265328F690_gshared)(__this, method);
|
|
}
|
|
// System.Void System.Collections.Generic.List`1<HurricaneVR.TechDemo.Scripts.DemoHelper/ResetState>::.ctor()
|
|
inline void List_1__ctor_mA9BA9798221E0A85DD20EC97EF62A005197EA8AF (List_1_tA910625D0D90E7578EB9529664A9C52989FF743E* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_tA910625D0D90E7578EB9529664A9C52989FF743E*, const RuntimeMethod*))List_1__ctor_m7F078BB342729BDF11327FD89D7872265328F690_gshared)(__this, method);
|
|
}
|
|
// System.Boolean System.Collections.Generic.List`1<HurricaneVR.Framework.Core.HVRGrabbable>::Remove(T)
|
|
inline bool List_1_Remove_m79D8C12C64B9D4617D013980ECDDBBF91DA7303E (List_1_t22B6AE59B095268F44B72F67D547A0C9A244CA78* __this, HVRGrabbable_tC5E7380624392C1F4EB5BEA99BF9C187D151C0DE* ___0_item, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (List_1_t22B6AE59B095268F44B72F67D547A0C9A244CA78*, HVRGrabbable_tC5E7380624392C1F4EB5BEA99BF9C187D151C0DE*, const RuntimeMethod*))List_1_Remove_m4DFA48F4CEB9169601E75FC28517C5C06EFA5AD7_gshared)(__this, ___0_item, method);
|
|
}
|
|
// T UnityEngine.Component::GetComponent<HurricaneVR.TechDemo.Scripts.DemoHolsterOrientation>()
|
|
inline DemoHolsterOrientation_t13F4399A5F837542FC31B09006CD899773EEBEA0* Component_GetComponent_TisDemoHolsterOrientation_t13F4399A5F837542FC31B09006CD899773EEBEA0_m8CDF3094E350AD46333B90F21E897DC833DD9C6D (Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( DemoHolsterOrientation_t13F4399A5F837542FC31B09006CD899773EEBEA0* (*) (Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3*, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_m7181F81CAEC2CF53F5D2BC79B7425C16E1F80D33_gshared)(__this, method);
|
|
}
|
|
// UnityEngine.Quaternion HurricaneVR.Framework.Core.Grabbers.HVRSocket::GetRotationOffset(HurricaneVR.Framework.Core.HVRGrabbable)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 HVRSocket_GetRotationOffset_m584C8348AEAEE6AF8AE94042895CFC060BE0AE75 (HVRSocket_t863A2296A651DF5DF7F79E91E87DD1FA9C49C418* __this, HVRGrabbable_tC5E7380624392C1F4EB5BEA99BF9C187D151C0DE* ___0_grabbable, const RuntimeMethod* method) ;
|
|
// UnityEngine.Vector3 HurricaneVR.Framework.Core.Grabbers.HVRSocket::GetPositionOffset(HurricaneVR.Framework.Core.HVRGrabbable)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 HVRSocket_GetPositionOffset_m2B19D4F5F070D6DE5E9BD7738FD79B7D9750924E (HVRSocket_t863A2296A651DF5DF7F79E91E87DD1FA9C49C418* __this, HVRGrabbable_tC5E7380624392C1F4EB5BEA99BF9C187D151C0DE* ___0_grabbable, const RuntimeMethod* method) ;
|
|
// System.Void HurricaneVR.Framework.Core.Grabbers.HVRSocket::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HVRSocket__ctor_m6421902E11150566A29F8E326410867CF943FEC7 (HVRSocket_t863A2296A651DF5DF7F79E91E87DD1FA9C49C418* __this, const RuntimeMethod* method) ;
|
|
// System.Int32 System.Collections.Generic.List`1<UnityEngine.Vector3>::get_Count()
|
|
inline int32_t List_1_get_Count_m46EEFFA770BE665EA0CB3A5332E941DA4B3C1D37_inline (List_1_t77B94703E05C519A9010DD0614F757F974E1CD8B* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (List_1_t77B94703E05C519A9010DD0614F757F974E1CD8B*, const RuntimeMethod*))List_1_get_Count_m46EEFFA770BE665EA0CB3A5332E941DA4B3C1D37_gshared_inline)(__this, method);
|
|
}
|
|
// T System.Collections.Generic.List`1<UnityEngine.Vector3>::get_Item(System.Int32)
|
|
inline Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 List_1_get_Item_m8F2E15FC96DA75186C51228128A0660709E4E810 (List_1_t77B94703E05C519A9010DD0614F757F974E1CD8B* __this, int32_t ___0_index, const RuntimeMethod* method)
|
|
{
|
|
return (( Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 (*) (List_1_t77B94703E05C519A9010DD0614F757F974E1CD8B*, int32_t, const RuntimeMethod*))List_1_get_Item_m8F2E15FC96DA75186C51228128A0660709E4E810_gshared)(__this, ___0_index, 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_t77B94703E05C519A9010DD0614F757F974E1CD8B*, const RuntimeMethod*))List_1__ctor_mC54E2BCBE43279A96FC082F5CDE2D76388BD8F9C_gshared)(__this, 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) ;
|
|
// T[] UnityEngine.Component::GetComponentsInChildren<HurricaneVR.TechDemo.Scripts.DemoKeypadButton>()
|
|
inline DemoKeypadButtonU5BU5D_t9C05770486C2B2F1F955E3F5C7099D24CC0239BD* Component_GetComponentsInChildren_TisDemoKeypadButton_tEF389A5AA56147E4556DD2DDADC034975BF0D8F4_mE0890C51E615715459E1C94D0B355DD649B5D914 (Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( DemoKeypadButtonU5BU5D_t9C05770486C2B2F1F955E3F5C7099D24CC0239BD* (*) (Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3*, const RuntimeMethod*))Component_GetComponentsInChildren_TisRuntimeObject_m1F5B6FC0689B07D4FAAC0C605D9B2933A9B32543_gshared)(__this, method);
|
|
}
|
|
// T[] UnityEngine.Component::GetComponents<UnityEngine.Collider>()
|
|
inline ColliderU5BU5D_t94A9D70F63D095AFF2A9B4613012A5F7F3141787* Component_GetComponents_TisCollider_t1CC3163924FCD6C4CC2E816373A929C1E3D55E76_m92CCBDF9F73958063400986CE7C8FB674AE0EA4C (Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( ColliderU5BU5D_t94A9D70F63D095AFF2A9B4613012A5F7F3141787* (*) (Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3*, const RuntimeMethod*))Component_GetComponents_TisRuntimeObject_m35447B0B07F9C06A1AF846E482EC6FEB09D2436F_gshared)(__this, method);
|
|
}
|
|
// System.Void UnityEngine.Events.UnityAction`1<HurricaneVR.Framework.Components.HVRPhysicsButton>::.ctor(System.Object,System.IntPtr)
|
|
inline void UnityAction_1__ctor_m4D84BE19DA246F6481A6934DBF8C40FFD5D0BCA4 (UnityAction_1_tC8223A39814F713AEC230D8AAE076123D777C6A3* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (UnityAction_1_tC8223A39814F713AEC230D8AAE076123D777C6A3*, RuntimeObject*, intptr_t, const RuntimeMethod*))UnityAction_1__ctor_m0C2FC6B483B474AE9596A43EBA7FF6E85503A92A_gshared)(__this, ___0_object, ___1_method, method);
|
|
}
|
|
// System.Void UnityEngine.Events.UnityEvent`1<HurricaneVR.Framework.Components.HVRPhysicsButton>::AddListener(UnityEngine.Events.UnityAction`1<T0>)
|
|
inline void UnityEvent_1_AddListener_mC6234AE0B45EAAC87E939A301DD5A34F344958C0 (UnityEvent_1_t5398DF5B673C8BF340E7B001503295158FF6B18E* __this, UnityAction_1_tC8223A39814F713AEC230D8AAE076123D777C6A3* ___0_call, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (UnityEvent_1_t5398DF5B673C8BF340E7B001503295158FF6B18E*, UnityAction_1_tC8223A39814F713AEC230D8AAE076123D777C6A3*, const RuntimeMethod*))UnityEvent_1_AddListener_m055233246714700E4BDAA62635BC0AA49E8165CC_gshared)(__this, ___0_call, method);
|
|
}
|
|
// System.Char System.String::get_Chars(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3 (String_t* __this, int32_t ___0_index, const RuntimeMethod* method) ;
|
|
// System.String System.Char::ToString()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Char_ToString_m2A308731F9577C06AF3C0901234E2EAC8327410C (Il2CppChar* __this, const RuntimeMethod* method) ;
|
|
// System.Int32 HurricaneVR.TechDemo.Scripts.DemoKeypad::get_MaxLength()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DemoKeypad_get_MaxLength_m42FC18F8AC9F8D5746470D940152AA6B59CE2E88 (DemoKeypad_t196DD4F50D8C1503A4AFCD61F5DD388163513144* __this, const RuntimeMethod* method) ;
|
|
// System.String System.String::PadLeft(System.Int32,System.Char)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_PadLeft_m99DDD242908E78B71E9631EE66331E8A130EB31F (String_t* __this, int32_t ___0_totalWidth, Il2CppChar ___1_paddingChar, 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.Boolean System.String::op_Equality(System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1 (String_t* ___0_a, String_t* ___1_b, const RuntimeMethod* method) ;
|
|
// System.Int32 HurricaneVR.TechDemo.Scripts.DemoKeypad::get_Index()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DemoKeypad_get_Index_mDC9B223A3B9FCA0FFDC8F65D746604F077EF6C8F (DemoKeypad_t196DD4F50D8C1503A4AFCD61F5DD388163513144* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.Events.UnityEvent::Invoke()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEvent_Invoke_mFBF80D59B03C30C5FE6A06F897D954ACADE061D2 (UnityEvent_tDC2C3548799DBC91D1E3F3DE60083A66F4751977* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.Events.UnityEvent::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEvent__ctor_m03D3E5121B9A6100351984D0CE3050B909CD3235 (UnityEvent_tDC2C3548799DBC91D1E3F3DE60083A66F4751977* __this, const RuntimeMethod* method) ;
|
|
// T UnityEngine.Component::GetComponentInParent<UnityEngine.Rigidbody>()
|
|
inline Rigidbody_t268697F5A994213ED97393309870968BC1C7393C* Component_GetComponentInParent_TisRigidbody_t268697F5A994213ED97393309870968BC1C7393C_m49365CF93735FBE624C3828C66E7AD5FF67AD40D (Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( Rigidbody_t268697F5A994213ED97393309870968BC1C7393C* (*) (Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3*, const RuntimeMethod*))Component_GetComponentInParent_TisRuntimeObject_m6746D6BB99912B1B509746C993906492F86CD119_gshared)(__this, method);
|
|
}
|
|
// System.Void HurricaneVR.Framework.Components.HVRPhysicsButton::Awake()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HVRPhysicsButton_Awake_m134263BF37B3A0A2FCFDB771D7B3385381F4EDC1 (HVRPhysicsButton_t80891DF826AD611D7495EADD02687F7BBDF3B394* __this, const RuntimeMethod* method) ;
|
|
// System.Void HurricaneVR.Framework.Components.HVRPhysicsButton::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HVRPhysicsButton__ctor_mAC2CB590F4256DA1FA7D78B562DB8CBB5F48B019 (HVRPhysicsButton_t80891DF826AD611D7495EADD02687F7BBDF3B394* __this, const RuntimeMethod* method) ;
|
|
// T UnityEngine.Component::GetComponent<TMPro.TextMeshPro>()
|
|
inline TextMeshPro_t4560AB28A3EAF503895A781A9C625273D833270E* Component_GetComponent_TisTextMeshPro_t4560AB28A3EAF503895A781A9C625273D833270E_m991A1A2A2EFE70B64BBECFF1B44EE5C04FF8994E (Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( TextMeshPro_t4560AB28A3EAF503895A781A9C625273D833270E* (*) (Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3*, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_m7181F81CAEC2CF53F5D2BC79B7425C16E1F80D33_gshared)(__this, 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) ;
|
|
// T UnityEngine.Component::GetComponent<HurricaneVR.TechDemo.Scripts.DemoPassthroughSocket>()
|
|
inline DemoPassthroughSocket_t24713938A3C6DCD858E22F671E74963B3274ADF3* Component_GetComponent_TisDemoPassthroughSocket_t24713938A3C6DCD858E22F671E74963B3274ADF3_m3F66B774E9139F21C1B324DA26A053E849E360F8 (Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( DemoPassthroughSocket_t24713938A3C6DCD858E22F671E74963B3274ADF3* (*) (Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3*, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_m7181F81CAEC2CF53F5D2BC79B7425C16E1F80D33_gshared)(__this, method);
|
|
}
|
|
// System.Void UnityEngine.Events.UnityAction`2<HurricaneVR.Framework.Core.Grabbers.HVRGrabberBase,HurricaneVR.Framework.Core.HVRGrabbable>::.ctor(System.Object,System.IntPtr)
|
|
inline void UnityAction_2__ctor_mF45134DBC67C479BA0F32E844D3400071AF4205D (UnityAction_2_tEB35C2416BBA906661E576A7D262CF6460145EED* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (UnityAction_2_tEB35C2416BBA906661E576A7D262CF6460145EED*, RuntimeObject*, intptr_t, const RuntimeMethod*))UnityAction_2__ctor_m13361A4FDB34792A370647BE3DCFDF2AE9043F43_gshared)(__this, ___0_object, ___1_method, method);
|
|
}
|
|
// System.Void UnityEngine.Events.UnityEvent`2<HurricaneVR.Framework.Core.Grabbers.HVRGrabberBase,HurricaneVR.Framework.Core.HVRGrabbable>::AddListener(UnityEngine.Events.UnityAction`2<T0,T1>)
|
|
inline void UnityEvent_2_AddListener_m5712BF8841CA269C2837A109B704B284484F0626 (UnityEvent_2_tCFA8BBFEAE5D89F7A1C8F8CE2AABD8A06A537D63* __this, UnityAction_2_tEB35C2416BBA906661E576A7D262CF6460145EED* ___0_call, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (UnityEvent_2_tCFA8BBFEAE5D89F7A1C8F8CE2AABD8A06A537D63*, UnityAction_2_tEB35C2416BBA906661E576A7D262CF6460145EED*, const RuntimeMethod*))UnityEvent_2_AddListener_mDFE9269B80D7B70296A328376452DFA83905E153_gshared)(__this, ___0_call, method);
|
|
}
|
|
// UnityEngine.Vector3 UnityEngine.Quaternion::get_eulerAngles()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Quaternion_get_eulerAngles_m2DB5158B5C3A71FD60FC8A6EE43D3AAA1CFED122_inline (Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974* __this, const RuntimeMethod* method) ;
|
|
// System.Void HurricaneVR.Framework.Core.HVRGrabbable::ForceRelease()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HVRGrabbable_ForceRelease_mB3D47F3A4835B4A470C8132E09D3FE756C704E75 (HVRGrabbable_tC5E7380624392C1F4EB5BEA99BF9C187D151C0DE* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.Rigidbody::set_constraints(UnityEngine.RigidbodyConstraints)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rigidbody_set_constraints_mE81BF0DAEB980E320538231E092CA4663885A9A3 (Rigidbody_t268697F5A994213ED97393309870968BC1C7393C* __this, int32_t ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void HurricaneVR.Framework.Core.HVRGrabbable::set_CanBeGrabbed(System.Boolean)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HVRGrabbable_set_CanBeGrabbed_mFBBB3A580517AF2FFE98469BF542624776E6DB52_inline (HVRGrabbable_tC5E7380624392C1F4EB5BEA99BF9C187D151C0DE* __this, bool ___0_value, const RuntimeMethod* method) ;
|
|
// System.Collections.IEnumerator HurricaneVR.TechDemo.Scripts.DemoLock::MoveKey(HurricaneVR.Framework.Core.HVRGrabbable)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DemoLock_MoveKey_m8941269B9F051AF924BB896B0DCE177A9A747370 (DemoLock_t9A1D128BD0551C2F7C2C4A4088A6FA6669004339* __this, HVRGrabbable_tC5E7380624392C1F4EB5BEA99BF9C187D151C0DE* ___0_key, const RuntimeMethod* method) ;
|
|
// System.Void HurricaneVR.TechDemo.Scripts.DemoLock/<MoveKey>d__13::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CMoveKeyU3Ed__13__ctor_m0787379FB6273A61E7D0C35DF7F283EDBAC271E7 (U3CMoveKeyU3Ed__13_tF26A6491321014A2CC03422E692234DCE0D7D0D7* __this, int32_t ___0_U3CU3E1__state, const RuntimeMethod* method) ;
|
|
// UnityEngine.Quaternion UnityEngine.Quaternion::Lerp(UnityEngine.Quaternion,UnityEngine.Quaternion,System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 Quaternion_Lerp_m259606226726C2F46E079A5A688B9E24FF7E9A0D (Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 ___0_a, Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 ___1_b, float ___2_t, const RuntimeMethod* method) ;
|
|
// T UnityEngine.Component::GetComponent<UnityEngine.HingeJoint>()
|
|
inline HingeJoint_t70A95A9F77881D06B0A7BE99B7B16EA40332D2D7* Component_GetComponent_TisHingeJoint_t70A95A9F77881D06B0A7BE99B7B16EA40332D2D7_mD226E906030A0E16CE9EEDAAA902B0CD7CA4B45F (Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( HingeJoint_t70A95A9F77881D06B0A7BE99B7B16EA40332D2D7* (*) (Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3*, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_m7181F81CAEC2CF53F5D2BC79B7425C16E1F80D33_gshared)(__this, method);
|
|
}
|
|
// T UnityEngine.Component::GetComponent<UnityEngine.Rigidbody>()
|
|
inline Rigidbody_t268697F5A994213ED97393309870968BC1C7393C* Component_GetComponent_TisRigidbody_t268697F5A994213ED97393309870968BC1C7393C_m4B5CAD64B52D153BEA96432633CA9A45FA523DD8 (Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( Rigidbody_t268697F5A994213ED97393309870968BC1C7393C* (*) (Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3*, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_m7181F81CAEC2CF53F5D2BC79B7425C16E1F80D33_gshared)(__this, method);
|
|
}
|
|
// System.Void HurricaneVR.TechDemo.Scripts.DemoLockedDoor::Lock()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DemoLockedDoor_Lock_m338E5554ACA9854D3678321A3E5165C41490120F (DemoLockedDoor_tCA3885325CA417F739F7C6ED111865E68CCBAB15* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.JointLimits UnityEngine.HingeJoint::get_limits()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JointLimits_tB79BCEF381B77F069150A1A961C05DD9838B998A HingeJoint_get_limits_mD0E3FDF10D6AEF4D539711C0DE418C20930B6433 (HingeJoint_t70A95A9F77881D06B0A7BE99B7B16EA40332D2D7* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.JointLimits::set_min(System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JointLimits_set_min_m6DCC6F92E715577794E36CD524989509D2A001AF (JointLimits_tB79BCEF381B77F069150A1A961C05DD9838B998A* __this, float ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.JointLimits::set_max(System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JointLimits_set_max_m192F8B77417D548BF0162E651049DB1C4C1D81A0 (JointLimits_tB79BCEF381B77F069150A1A961C05DD9838B998A* __this, float ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.HingeJoint::set_limits(UnityEngine.JointLimits)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HingeJoint_set_limits_m5B9B968EF88FFC9ABA1777FFEFA13433F9BE08D8 (HingeJoint_t70A95A9F77881D06B0A7BE99B7B16EA40332D2D7* __this, JointLimits_tB79BCEF381B77F069150A1A961C05DD9838B998A ___0_value, const RuntimeMethod* method) ;
|
|
// T[] UnityEngine.Object::FindObjectsOfType<HurricaneVR.Framework.Core.Player.HVRTeleporter>()
|
|
inline HVRTeleporterU5BU5D_t1856C5897E868ACEC58861D7B36D10AE69A7BA5A* Object_FindObjectsOfType_TisHVRTeleporter_t4FEDF3056BB66BE634DBCE3F3E6AD75C460F63B7_m82F4FF72E5FB394E91B0D5D4C0A3B7A34BB189A2 (const RuntimeMethod* method)
|
|
{
|
|
return (( HVRTeleporterU5BU5D_t1856C5897E868ACEC58861D7B36D10AE69A7BA5A* (*) (const RuntimeMethod*))Object_FindObjectsOfType_TisRuntimeObject_m0B4DF4B8AB4C71E0F471BC9D0440B40844DA221D_gshared)(method);
|
|
}
|
|
// System.Void System.Func`2<HurricaneVR.Framework.Core.Player.HVRTeleporter,System.Boolean>::.ctor(System.Object,System.IntPtr)
|
|
inline void Func_2__ctor_mACA125F5AF1DA7D4E07D9BCD8954008A4BE30481 (Func_2_tF91963B39D3FCFD7D91016D3153F74224BDE8664* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Func_2_tF91963B39D3FCFD7D91016D3153F74224BDE8664*, RuntimeObject*, intptr_t, const RuntimeMethod*))Func_2__ctor_m13C0A7F33154D861E2A041B52E88461832DA1697_gshared)(__this, ___0_object, ___1_method, method);
|
|
}
|
|
// TSource System.Linq.Enumerable::FirstOrDefault<HurricaneVR.Framework.Core.Player.HVRTeleporter>(System.Collections.Generic.IEnumerable`1<TSource>,System.Func`2<TSource,System.Boolean>)
|
|
inline HVRTeleporter_t4FEDF3056BB66BE634DBCE3F3E6AD75C460F63B7* Enumerable_FirstOrDefault_TisHVRTeleporter_t4FEDF3056BB66BE634DBCE3F3E6AD75C460F63B7_m94CA905D038827EDD303BD8AC2200A79DCCDB981 (RuntimeObject* ___0_source, Func_2_tF91963B39D3FCFD7D91016D3153F74224BDE8664* ___1_predicate, const RuntimeMethod* method)
|
|
{
|
|
return (( HVRTeleporter_t4FEDF3056BB66BE634DBCE3F3E6AD75C460F63B7* (*) (RuntimeObject*, Func_2_tF91963B39D3FCFD7D91016D3153F74224BDE8664*, const RuntimeMethod*))Enumerable_FirstOrDefault_TisRuntimeObject_mFACC750E4D7AF7B43F5B866C84F613B3ECC41994_gshared)(___0_source, ___1_predicate, method);
|
|
}
|
|
// System.Void HurricaneVR.TechDemo.Scripts.DemoManualTeleport::set_Teleporter(HurricaneVR.Framework.Core.Player.HVRTeleporter)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DemoManualTeleport_set_Teleporter_mA1E248E8F552FB0D684491E246633CB446CA8170_inline (DemoManualTeleport_t894CA65F72D5C43AADAB63A8E4AEB4A2C543F9B1* __this, HVRTeleporter_t4FEDF3056BB66BE634DBCE3F3E6AD75C460F63B7* ___0_value, const RuntimeMethod* method) ;
|
|
// HurricaneVR.Framework.Core.Player.HVRTeleporter HurricaneVR.TechDemo.Scripts.DemoManualTeleport::get_Teleporter()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR HVRTeleporter_t4FEDF3056BB66BE634DBCE3F3E6AD75C460F63B7* DemoManualTeleport_get_Teleporter_m44158E0CD2821BD9ECAA179A993234BDC3DD31FA_inline (DemoManualTeleport_t894CA65F72D5C43AADAB63A8E4AEB4A2C543F9B1* __this, const RuntimeMethod* method) ;
|
|
// System.Void HurricaneVR.TechDemo.Scripts.DemoManualTeleport/<>c::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_mA69C05157AC0EC1D96016127C7C04BF69FB6149E (U3CU3Ec_t7B2746BEC29BF1AC326B01D8F384A221C78CA7B4* __this, const RuntimeMethod* method) ;
|
|
// System.Void HurricaneVR.Framework.Core.Grabbers.HVRSocket::Start()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HVRSocket_Start_m25A5779F1F122307EB23AB39A9A4DE215B663BBE (HVRSocket_t863A2296A651DF5DF7F79E91E87DD1FA9C49C418* __this, const RuntimeMethod* method) ;
|
|
// System.Void HurricaneVR.Framework.Core.Grabbers.HVRGrabberBase::set_AllowHovering(System.Boolean)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HVRGrabberBase_set_AllowHovering_m54544F6D19C71F8BF7213D1EA52C7FBA9D46B30D_inline (HVRGrabberBase_tBEE8D8D0A2D3CBC0BB8DDA86DAB5B34CF3A4CEF6* __this, bool ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.Events.UnityEvent`2<HurricaneVR.Framework.Core.Grabbers.HVRGrabberBase,HurricaneVR.Framework.Core.HVRGrabbable>::Invoke(T0,T1)
|
|
inline void UnityEvent_2_Invoke_mC76EFDB8EC97C21D69269426311A3E135CBE67A6 (UnityEvent_2_tCFA8BBFEAE5D89F7A1C8F8CE2AABD8A06A537D63* __this, HVRGrabberBase_tBEE8D8D0A2D3CBC0BB8DDA86DAB5B34CF3A4CEF6* ___0_arg0, HVRGrabbable_tC5E7380624392C1F4EB5BEA99BF9C187D151C0DE* ___1_arg1, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (UnityEvent_2_tCFA8BBFEAE5D89F7A1C8F8CE2AABD8A06A537D63*, HVRGrabberBase_tBEE8D8D0A2D3CBC0BB8DDA86DAB5B34CF3A4CEF6*, HVRGrabbable_tC5E7380624392C1F4EB5BEA99BF9C187D151C0DE*, const RuntimeMethod*))UnityEvent_2_Invoke_m9815C6864ED92A2000D3CCF1086DC1FF31CAB3AC_gshared)(__this, ___0_arg0, ___1_arg1, method);
|
|
}
|
|
// HurricaneVR.Framework.Core.Sockets.HVRSocketable HurricaneVR.Framework.Core.HVRGrabbable::get_Socketable()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR HVRSocketable_t0CCE2C7710A7C7F66EC05482831E56FB949A094F* HVRGrabbable_get_Socketable_mEA601564D88587F9F74134E84A7EBBCB97A367E9_inline (HVRGrabbable_tC5E7380624392C1F4EB5BEA99BF9C187D151C0DE* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.Material[] UnityEngine.Renderer::get_materials()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MaterialU5BU5D_t2B1D11C42DB07A4400C0535F92DBB87A2E346D3D* Renderer_get_materials_m43D33328432700524EAEAB093C67AE5689976118 (Renderer_t320575F223BCB177A982E5DDB5DB19FAA89E7FBF* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.Renderer::set_materials(UnityEngine.Material[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Renderer_set_materials_mAB0270CEB5AF2F6A8D21A012E77440DBFCBF9001 (Renderer_t320575F223BCB177A982E5DDB5DB19FAA89E7FBF* __this, MaterialU5BU5D_t2B1D11C42DB07A4400C0535F92DBB87A2E346D3D* ___0_value, const RuntimeMethod* method) ;
|
|
// System.Boolean HurricaneVR.TechDemo.Scripts.DemoPowerUnit::get_IsPoweredUp()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DemoPowerUnit_get_IsPoweredUp_m281A2F7F63FF1326672C8D57FA9BAD1FC48E8753 (DemoPowerUnit_t18277FBCF1AB022673D8C1E71F808916230680D2* __this, const RuntimeMethod* method) ;
|
|
// System.Void HurricaneVR.TechDemo.Scripts.DemoSafeDial::ComputeBounds()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DemoSafeDial_ComputeBounds_m439F6C39B7B35966C45AEEC2BAE62694A5032F71 (DemoSafeDial_tF6E48E30C762162DD0F1DD958CA9A22EA497D83E* __this, const RuntimeMethod* method) ;
|
|
// System.Void HurricaneVR.Framework.Components.HVRRotationTracker::Start()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HVRRotationTracker_Start_m1F7003A715C1FC51F6993790E2184AFD2F049C8B (HVRRotationTracker_tF6E4B67021F9D4DDF5D3C949CDA8DD2B8B24B067* __this, const RuntimeMethod* method) ;
|
|
// System.Void HurricaneVR.TechDemo.Scripts.DemoSafeDial::ResetLockState(HurricaneVR.TechDemo.Scripts.SafeDialState)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DemoSafeDial_ResetLockState_m8DAE9C9D37734E9B7443B6717BAE1C437A745173 (DemoSafeDial_tF6E48E30C762162DD0F1DD958CA9A22EA497D83E* __this, int32_t ___0_state, const RuntimeMethod* method) ;
|
|
// HurricaneVR.TechDemo.Scripts.SafeDialState HurricaneVR.TechDemo.Scripts.DemoSafeDial::get_State()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t DemoSafeDial_get_State_mEE79B1B788CEEC95CD248FBE8C9E4D8ED0848F02_inline (DemoSafeDial_tF6E48E30C762162DD0F1DD958CA9A22EA497D83E* __this, const RuntimeMethod* method) ;
|
|
// System.String System.String::Format(System.String,System.Object[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_m918500C1EFB475181349A79989BB79BB36102894 (String_t* ___0_format, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___1_args, const RuntimeMethod* method) ;
|
|
// System.Void HurricaneVR.Framework.Components.HVRRotationTracker::Update()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HVRRotationTracker_Update_m4E8892E2F7FEDBC33AB1943266BAE2F4EDEAF56A (HVRRotationTracker_tF6E4B67021F9D4DDF5D3C949CDA8DD2B8B24B067* __this, const RuntimeMethod* method) ;
|
|
// System.Void HurricaneVR.TechDemo.Scripts.DemoSafeDial::set_State(HurricaneVR.TechDemo.Scripts.SafeDialState)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DemoSafeDial_set_State_m9D680F1285B0014A3D387F64A4641B8E16C48705 (DemoSafeDial_tF6E48E30C762162DD0F1DD958CA9A22EA497D83E* __this, int32_t ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void HurricaneVR.Framework.Components.HVRRotationTracker::OnStepChanged(System.Int32,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HVRRotationTracker_OnStepChanged_m0970488803754B9F7C161EBCFBE1A46D78A49553 (HVRRotationTracker_tF6E4B67021F9D4DDF5D3C949CDA8DD2B8B24B067* __this, int32_t ___0_step, bool ___1_raiseEvents, const RuntimeMethod* method) ;
|
|
// System.String System.Int32::ToString(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Int32_ToString_m967AECC237535C552A97A80C7875E31B98496CA9 (int32_t* __this, String_t* ___0_format, const RuntimeMethod* method) ;
|
|
// System.Int32 HurricaneVR.TechDemo.Scripts.DemoSafeDial::get_NumberOfRotations()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DemoSafeDial_get_NumberOfRotations_m23C4A6DAC342DB7AC857A7741FB1A75A1E39A6F0 (DemoSafeDial_tF6E48E30C762162DD0F1DD958CA9A22EA497D83E* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean HurricaneVR.TechDemo.Scripts.DemoSafeDial::get_IsFirstInRange()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DemoSafeDial_get_IsFirstInRange_mA3CA090B1D8605DC5E91B3EE895675932F3525D6 (DemoSafeDial_tF6E48E30C762162DD0F1DD958CA9A22EA497D83E* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean HurricaneVR.TechDemo.Scripts.DemoSafeDial::get_IsSecondInRange()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DemoSafeDial_get_IsSecondInRange_m5BFFF02234033714F4E88D135216214148686DEF (DemoSafeDial_tF6E48E30C762162DD0F1DD958CA9A22EA497D83E* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean HurricaneVR.TechDemo.Scripts.DemoSafeDial::get_IsThirdInRange()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DemoSafeDial_get_IsThirdInRange_m89C0CA63CFE4621A2A191F39F0C77BEA4CD67A44 (DemoSafeDial_tF6E48E30C762162DD0F1DD958CA9A22EA497D83E* __this, const RuntimeMethod* method) ;
|
|
// System.Void HurricaneVR.Framework.Components.HVRRotationTracker::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HVRRotationTracker__ctor_mFCDB2930B145ACFF5B27C00D69DCB8AD18C0C32D (HVRRotationTracker_tF6E4B67021F9D4DDF5D3C949CDA8DD2B8B24B067* __this, const RuntimeMethod* method) ;
|
|
// System.Collections.IEnumerator HurricaneVR.TechDemo.Scripts.DemoSlidingDoor::OpenDoorRoutine()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DemoSlidingDoor_OpenDoorRoutine_mEF0F3A6C7AD468CCF6D0C97161CF3B5A12746303 (DemoSlidingDoor_t340C772E062B6F55FFEDB595EF640DC6A362C32A* __this, const RuntimeMethod* method) ;
|
|
// System.Void HurricaneVR.TechDemo.Scripts.DemoSlidingDoor/<OpenDoorRoutine>d__11::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3COpenDoorRoutineU3Ed__11__ctor_m1DD86EE25D3CD51180E4DE9116E8C287B380C4E5 (U3COpenDoorRoutineU3Ed__11_tC55B703D3DF6294E6C8A2E1C5D1B77B6E2A709EA* __this, int32_t ___0_U3CU3E1__state, const RuntimeMethod* method) ;
|
|
// System.Single UnityEngine.Time::get_fixedDeltaTime()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Time_get_fixedDeltaTime_m43136893D00AF5D5FE80AD05609558F6E2381381 (const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.WaitForFixedUpdate::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WaitForFixedUpdate__ctor_m28D22FD61960FCD538753493FAC080DA5EC7A9E7 (WaitForFixedUpdate_t86F5BC0B6A668AEF2903DE9ADB52062E457BD1B7* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.Vector3 UnityEngine.Vector3::MoveTowards(UnityEngine.Vector3,UnityEngine.Vector3,System.Single)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Vector3_MoveTowards_m0363264647799F3173AC37F8E819F98298249B08_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_current, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___1_target, float ___2_maxDistanceDelta, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.Rigidbody::MovePosition(UnityEngine.Vector3)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rigidbody_MovePosition_mB2CD29ABC8F59AC338C0A3A5A6B75C38FDA92CA9 (Rigidbody_t268697F5A994213ED97393309870968BC1C7393C* __this, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_position, const RuntimeMethod* method) ;
|
|
// System.Void HurricaneVR.Framework.Core.Sockets.HVREnumFlagsSocketable`1<HurricaneVR.TechDemo.Scripts.DemoSocketableItems>::.ctor()
|
|
inline void HVREnumFlagsSocketable_1__ctor_mE90C60D9BD634798F667995DB1271BE0E352E6CB (HVREnumFlagsSocketable_1_t06B6DC19FF7F059A014513E60461C9BD02E49BF9* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (HVREnumFlagsSocketable_1_t06B6DC19FF7F059A014513E60461C9BD02E49BF9*, const RuntimeMethod*))HVREnumFlagsSocketable_1__ctor_m945A3ABBB878340515075C0D90206FEC2A86F9F3_gshared)(__this, method);
|
|
}
|
|
// System.Void HurricaneVR.Framework.Core.Sockets.HVREnumFlagsSocketFilter`1<HurricaneVR.TechDemo.Scripts.DemoSocketableItems>::.ctor()
|
|
inline void HVREnumFlagsSocketFilter_1__ctor_m012DED0BA9021E8926793BFB917E41B685D4007B (HVREnumFlagsSocketFilter_1_t5BD870BE3A318344EBBBFABAA8BE91DF1CEFEB47* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (HVREnumFlagsSocketFilter_1_t5BD870BE3A318344EBBBFABAA8BE91DF1CEFEB47*, const RuntimeMethod*))HVREnumFlagsSocketFilter_1__ctor_mF54521C72A40D864B659937AC020A691BB4954A9_gshared)(__this, method);
|
|
}
|
|
// T[] UnityEngine.Object::FindObjectsOfType<HurricaneVR.Framework.Core.Player.HVRPlayerController>()
|
|
inline HVRPlayerControllerU5BU5D_t3EA80674A4130B342F6CED94A632B46A9AB21634* Object_FindObjectsOfType_TisHVRPlayerController_t26A1DD9C40E8FC728A9145B43AA248B87DF528F0_m0086B68A646A1757CB71893C89151A4C5DCF5307 (const RuntimeMethod* method)
|
|
{
|
|
return (( HVRPlayerControllerU5BU5D_t3EA80674A4130B342F6CED94A632B46A9AB21634* (*) (const RuntimeMethod*))Object_FindObjectsOfType_TisRuntimeObject_m0B4DF4B8AB4C71E0F471BC9D0440B40844DA221D_gshared)(method);
|
|
}
|
|
// System.Void System.Func`2<HurricaneVR.Framework.Core.Player.HVRPlayerController,System.Boolean>::.ctor(System.Object,System.IntPtr)
|
|
inline void Func_2__ctor_m883FF32C17B33B25F335F327B1965CFD323CC3DE (Func_2_t4AFCE779302A8CAA62B700488FD9BBB464E1D4FC* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Func_2_t4AFCE779302A8CAA62B700488FD9BBB464E1D4FC*, RuntimeObject*, intptr_t, const RuntimeMethod*))Func_2__ctor_m13C0A7F33154D861E2A041B52E88461832DA1697_gshared)(__this, ___0_object, ___1_method, method);
|
|
}
|
|
// TSource System.Linq.Enumerable::FirstOrDefault<HurricaneVR.Framework.Core.Player.HVRPlayerController>(System.Collections.Generic.IEnumerable`1<TSource>,System.Func`2<TSource,System.Boolean>)
|
|
inline HVRPlayerController_t26A1DD9C40E8FC728A9145B43AA248B87DF528F0* Enumerable_FirstOrDefault_TisHVRPlayerController_t26A1DD9C40E8FC728A9145B43AA248B87DF528F0_mC7262E1B113EC3FBA35498F1FA7BA6AE1DF9ABB1 (RuntimeObject* ___0_source, Func_2_t4AFCE779302A8CAA62B700488FD9BBB464E1D4FC* ___1_predicate, const RuntimeMethod* method)
|
|
{
|
|
return (( HVRPlayerController_t26A1DD9C40E8FC728A9145B43AA248B87DF528F0* (*) (RuntimeObject*, Func_2_t4AFCE779302A8CAA62B700488FD9BBB464E1D4FC*, const RuntimeMethod*))Enumerable_FirstOrDefault_TisRuntimeObject_mFACC750E4D7AF7B43F5B866C84F613B3ECC41994_gshared)(___0_source, ___1_predicate, method);
|
|
}
|
|
// T UnityEngine.Component::GetComponentInChildren<HurricaneVR.Framework.Core.Player.HVRCameraRig>()
|
|
inline HVRCameraRig_tC98FBD46ACC6012DBA2DB94BD0D9E93E35AADC45* Component_GetComponentInChildren_TisHVRCameraRig_tC98FBD46ACC6012DBA2DB94BD0D9E93E35AADC45_mAA323BBD4EC43D0C753128C3A3BF6497B8464598 (Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( HVRCameraRig_tC98FBD46ACC6012DBA2DB94BD0D9E93E35AADC45* (*) (Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3*, const RuntimeMethod*))Component_GetComponentInChildren_TisRuntimeObject_mE483A27E876DE8E4E6901D6814837F81D7C42F65_gshared)(__this, method);
|
|
}
|
|
// T UnityEngine.Component::GetComponentInChildren<HurricaneVR.Framework.ControllerInput.HVRPlayerInputs>()
|
|
inline HVRPlayerInputs_t5FC827A4ADE172D3A9B53AAEB7D8C327D750D986* Component_GetComponentInChildren_TisHVRPlayerInputs_t5FC827A4ADE172D3A9B53AAEB7D8C327D750D986_m083CCEC6EE2D5FD7BBC196F825560CDF11777460 (Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( HVRPlayerInputs_t5FC827A4ADE172D3A9B53AAEB7D8C327D750D986* (*) (Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3*, const RuntimeMethod*))Component_GetComponentInChildren_TisRuntimeObject_mE483A27E876DE8E4E6901D6814837F81D7C42F65_gshared)(__this, method);
|
|
}
|
|
// T[] UnityEngine.Component::GetComponentsInChildren<HurricaneVR.Framework.Core.Grabbers.HVRHandGrabber>()
|
|
inline HVRHandGrabberU5BU5D_t690658B28276350833B942BC75EBCD9010FBFD0B* Component_GetComponentsInChildren_TisHVRHandGrabber_t9CB7C31300D3D84C4E564C643D0BF501EBB16B90_m781A92500338780EB953852750144E25813BBAFA (Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( HVRHandGrabberU5BU5D_t690658B28276350833B942BC75EBCD9010FBFD0B* (*) (Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3*, const RuntimeMethod*))Component_GetComponentsInChildren_TisRuntimeObject_m1F5B6FC0689B07D4FAAC0C605D9B2933A9B32543_gshared)(__this, method);
|
|
}
|
|
// T UnityEngine.Component::GetComponent<HurricaneVR.Framework.Core.Player.HVRJointHand>()
|
|
inline HVRJointHand_t18F1F4E0DE4EFF6FA03D8EB3D9598F354EE0F7B9* Component_GetComponent_TisHVRJointHand_t18F1F4E0DE4EFF6FA03D8EB3D9598F354EE0F7B9_m2A05DE5163BD6D4F15A66FAA2B13ABEE368A90FB (Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( HVRJointHand_t18F1F4E0DE4EFF6FA03D8EB3D9598F354EE0F7B9* (*) (Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3*, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_m7181F81CAEC2CF53F5D2BC79B7425C16E1F80D33_gshared)(__this, method);
|
|
}
|
|
// System.Void HurricaneVR.TechDemo.Scripts.DemoUIManager::UpdateSitStandButton()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DemoUIManager_UpdateSitStandButton_m0DE12D8AF5E2CE56C8E076DBE79DB626BAD63B15 (DemoUIManager_t6995DD81E7EC02E55B74C24BE0A4BB5911D99693* __this, const RuntimeMethod* method) ;
|
|
// System.Void HurricaneVR.TechDemo.Scripts.DemoUIManager::UpdateForceGrabButton()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DemoUIManager_UpdateForceGrabButton_m5B4402A1501763E429323DEB30FC37C37C0AA4FC (DemoUIManager_t6995DD81E7EC02E55B74C24BE0A4BB5911D99693* __this, const RuntimeMethod* method) ;
|
|
// System.String System.Single::ToString()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Single_ToString_mE282EDA9CA4F7DF88432D807732837A629D04972 (float* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UI.Toggle::set_isOn(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Toggle_set_isOn_m61D6AB073668E87530A9F49D990A3B3631D2061F (Toggle_tBF13F3EBA485E06826FD8A38F4B4C1380DF21A1F* __this, bool ___0_value, const RuntimeMethod* method) ;
|
|
// HurricaneVR.Framework.Core.HVRSettings HurricaneVR.Framework.Core.HVRSettings::get_Instance()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HVRSettings_tF57CCCAFB711DE66F81893E04363569A1C4AF080* HVRSettings_get_Instance_m48BF8E761F7F920DA4546A918D14A06E65F3FC51 (const RuntimeMethod* method) ;
|
|
// UnityEngine.UI.Slider/SliderEvent UnityEngine.UI.Slider::get_onValueChanged()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR SliderEvent_t92A82EF6C62E15AF92B640FE2D960E877E8C6555* Slider_get_onValueChanged_m4DA3FD0F8D7BB838F442C07F7796EEE584D0D4F6_inline (Slider_t87EA570E3D6556CABF57456C2F3873FFD86E652F* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.Events.UnityAction`1<System.Single>::.ctor(System.Object,System.IntPtr)
|
|
inline void UnityAction_1__ctor_mF770070D0A4FE93F6E04DA37D2EC60429EA545E5 (UnityAction_1_tAEFA3C1C529F0E1AD7C7C7AFC88822D359E7AC90* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (UnityAction_1_tAEFA3C1C529F0E1AD7C7C7AFC88822D359E7AC90*, RuntimeObject*, intptr_t, const RuntimeMethod*))UnityAction_1__ctor_mF770070D0A4FE93F6E04DA37D2EC60429EA545E5_gshared)(__this, ___0_object, ___1_method, method);
|
|
}
|
|
// System.Void UnityEngine.Events.UnityEvent`1<System.Single>::AddListener(UnityEngine.Events.UnityAction`1<T0>)
|
|
inline void UnityEvent_1_AddListener_m44E396BC4484BD75427FDD8CBE0B533CCAD8C1EC (UnityEvent_1_tDD811EB8F49CEE97BA6DF59344DFE6C6F42553D4* __this, UnityAction_1_tAEFA3C1C529F0E1AD7C7C7AFC88822D359E7AC90* ___0_call, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (UnityEvent_1_tDD811EB8F49CEE97BA6DF59344DFE6C6F42553D4*, UnityAction_1_tAEFA3C1C529F0E1AD7C7C7AFC88822D359E7AC90*, const RuntimeMethod*))UnityEvent_1_AddListener_m44E396BC4484BD75427FDD8CBE0B533CCAD8C1EC_gshared)(__this, ___0_call, method);
|
|
}
|
|
// System.Void UnityEngine.Events.UnityAction`1<System.Boolean>::.ctor(System.Object,System.IntPtr)
|
|
inline void UnityAction_1__ctor_m11A393DB3C00474B4520978077E444DB6E4418DD (UnityAction_1_t8EC357AF4FBD2A0C4A575C4BBD0B3A81029E43A9* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (UnityAction_1_t8EC357AF4FBD2A0C4A575C4BBD0B3A81029E43A9*, RuntimeObject*, intptr_t, const RuntimeMethod*))UnityAction_1__ctor_m11A393DB3C00474B4520978077E444DB6E4418DD_gshared)(__this, ___0_object, ___1_method, method);
|
|
}
|
|
// System.Void UnityEngine.Events.UnityEvent`1<System.Boolean>::AddListener(UnityEngine.Events.UnityAction`1<T0>)
|
|
inline void UnityEvent_1_AddListener_mE9367D4B3AA4C323EE7C35FA18CF2D8A142F43FD (UnityEvent_1_tEEB36A367DCB5867E93AAF6BECAF3558CA71BECB* __this, UnityAction_1_t8EC357AF4FBD2A0C4A575C4BBD0B3A81029E43A9* ___0_call, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (UnityEvent_1_tEEB36A367DCB5867E93AAF6BECAF3558CA71BECB*, UnityAction_1_t8EC357AF4FBD2A0C4A575C4BBD0B3A81029E43A9*, const RuntimeMethod*))UnityEvent_1_AddListener_mE9367D4B3AA4C323EE7C35FA18CF2D8A142F43FD_gshared)(__this, ___0_call, method);
|
|
}
|
|
// UnityEngine.Transform UnityEngine.Transform::get_root()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* Transform_get_root_m3AE09E7A2C0B2C4A649570498F25E4B4F69A1284 (Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* __this, const RuntimeMethod* method) ;
|
|
// T[] UnityEngine.Component::GetComponentsInChildren<HurricaneVR.Framework.Core.Grabbers.HVRForceGrabber>()
|
|
inline HVRForceGrabberU5BU5D_tE763F25BD52821C3C7C1EE06428E6C240A379C1F* Component_GetComponentsInChildren_TisHVRForceGrabber_tD4C962011452998F4F3C4C7BC5FC6BF36A56B191_m1EE97F1F36E7A096D4D1D15C7873FB5F381A9C04 (Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( HVRForceGrabberU5BU5D_tE763F25BD52821C3C7C1EE06428E6C240A379C1F* (*) (Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3*, const RuntimeMethod*))Component_GetComponentsInChildren_TisRuntimeObject_m1F5B6FC0689B07D4FAAC0C605D9B2933A9B32543_gshared)(__this, method);
|
|
}
|
|
// System.Void System.Func`2<HurricaneVR.Framework.Core.Grabbers.HVRForceGrabber,System.Boolean>::.ctor(System.Object,System.IntPtr)
|
|
inline void Func_2__ctor_m886F1A4339DB7700A4EF7F7C8829EDCF0100D003 (Func_2_t3CF3F6D9C2FA092FC6168FBFC2585A4CD683A16E* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Func_2_t3CF3F6D9C2FA092FC6168FBFC2585A4CD683A16E*, RuntimeObject*, intptr_t, const RuntimeMethod*))Func_2__ctor_m13C0A7F33154D861E2A041B52E88461832DA1697_gshared)(__this, ___0_object, ___1_method, method);
|
|
}
|
|
// TSource System.Linq.Enumerable::FirstOrDefault<HurricaneVR.Framework.Core.Grabbers.HVRForceGrabber>(System.Collections.Generic.IEnumerable`1<TSource>,System.Func`2<TSource,System.Boolean>)
|
|
inline HVRForceGrabber_tD4C962011452998F4F3C4C7BC5FC6BF36A56B191* Enumerable_FirstOrDefault_TisHVRForceGrabber_tD4C962011452998F4F3C4C7BC5FC6BF36A56B191_m36EDE03B4C61948E7224D32D08282DEDB9710BF6 (RuntimeObject* ___0_source, Func_2_t3CF3F6D9C2FA092FC6168FBFC2585A4CD683A16E* ___1_predicate, const RuntimeMethod* method)
|
|
{
|
|
return (( HVRForceGrabber_tD4C962011452998F4F3C4C7BC5FC6BF36A56B191* (*) (RuntimeObject*, Func_2_t3CF3F6D9C2FA092FC6168FBFC2585A4CD683A16E*, const RuntimeMethod*))Enumerable_FirstOrDefault_TisRuntimeObject_mFACC750E4D7AF7B43F5B866C84F613B3ECC41994_gshared)(___0_source, ___1_predicate, method);
|
|
}
|
|
// System.Void HurricaneVR.TechDemo.Scripts.DemoUIManager::UpdateLeftForceButton()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DemoUIManager_UpdateLeftForceButton_m8B9C4ABB28889D5AF5A5C50538D72D9B61D45EA8 (DemoUIManager_t6995DD81E7EC02E55B74C24BE0A4BB5911D99693* __this, const RuntimeMethod* method) ;
|
|
// System.Void HurricaneVR.TechDemo.Scripts.DemoUIManager::UpdateRightForceButton()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DemoUIManager_UpdateRightForceButton_m6DFF444F15F15FFAE593DFEC3D2810A079C82487 (DemoUIManager_t6995DD81E7EC02E55B74C24BE0A4BB5911D99693* __this, const RuntimeMethod* method) ;
|
|
// System.Void HurricaneVR.Framework.Core.Player.HVRCameraRig::Calibrate()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HVRCameraRig_Calibrate_mBB0F2396A68FDC2D77AD91C9D7BAED4D79FC8EEF (HVRCameraRig_tC98FBD46ACC6012DBA2DB94BD0D9E93E35AADC45* __this, const RuntimeMethod* method) ;
|
|
// System.Void HurricaneVR.Framework.Core.Player.HVRCameraRig::SetSitStandMode(HurricaneVR.Framework.Core.Player.HVRSitStand)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HVRCameraRig_SetSitStandMode_mB608B71B6B30A7E15AB2A677148EC3890159A428 (HVRCameraRig_tC98FBD46ACC6012DBA2DB94BD0D9E93E35AADC45* __this, int32_t ___0_sitStand, 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.Void UnityEngine.Time::set_timeScale(System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Time_set_timeScale_mEF84EE4B2376A458387648079B426B267862D331 (float ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void HurricaneVR.TechDemo.Scripts.DemoUIManager/<>c::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_m7E8EFC8F80166E84CE42AFE1D865356E6AC47FB0 (U3CU3Ec_t383D1F8AB9C6F69CD3AF74822EE855A3F1B1E4D1* __this, const RuntimeMethod* method) ;
|
|
// HurricaneVR.Framework.Shared.HVRHandSide HurricaneVR.Framework.Core.Grabbers.HVRForceGrabber::get_HandSide()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t HVRForceGrabber_get_HandSide_mFC290484308210AD0F96C4503F5CCB494A609185 (HVRForceGrabber_tD4C962011452998F4F3C4C7BC5FC6BF36A56B191* __this, const RuntimeMethod* method) ;
|
|
// System.Collections.IEnumerator HurricaneVR.TechDemo.Scripts.DemoValveLock::MoveKey(HurricaneVR.Framework.Core.HVRGrabbable)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DemoValveLock_MoveKey_mDB1EA1EB573A2719F6663D32BE405EB355BC0A0B (DemoValveLock_t614BF58051BB6627977C0524283D78F489E238D5* __this, HVRGrabbable_tC5E7380624392C1F4EB5BEA99BF9C187D151C0DE* ___0_key, const RuntimeMethod* method) ;
|
|
// System.Void HurricaneVR.TechDemo.Scripts.DemoValveLock/<MoveKey>d__6::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CMoveKeyU3Ed__6__ctor_m525627C5077A09DC20DB497E86A608DE0717C5A1 (U3CMoveKeyU3Ed__6_tF24BF8BC7CCB38713BE7449AECD1759D9E590E20* __this, int32_t ___0_U3CU3E1__state, const RuntimeMethod* method) ;
|
|
// UnityEngine.Mesh Parabox.CSG.Model::op_Explicit(Parabox.CSG.Model)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Mesh_t6D9C539763A09BC2B12AEAEF36F6DFFC98AE63D4* Model_op_Explicit_m59906FBC6C00F0849F41E0DBDA2B59A8B9C22F2E (Model_t71596EE8E6DB29226026A3E9F9C48FE71E2F0D5D* ___0_model, const RuntimeMethod* method) ;
|
|
// System.Void Parabox.CSG.Model/<>c__DisplayClass14_0::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass14_0__ctor_m2EAE64ACF4F4C46F91790238FE8BC5F713E7DC66 (U3CU3Ec__DisplayClass14_0_t402D0C0496BA12F5BA435A4D0B89FA1EFE21E5B4* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.ArgumentNullException::.ctor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* __this, String_t* ___0_paramName, const RuntimeMethod* method) ;
|
|
// Parabox.CSG.Vertex[] Parabox.CSG.VertexUtility::GetVertices(UnityEngine.Mesh)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR VertexU5BU5D_t6719BBD27B36F9A8560C2148E33B4409BDC1B7F5* VertexUtility_GetVertices_m1A9F838866EA7CAE32AE517B4C68CC33013BF7D7 (Mesh_t6D9C539763A09BC2B12AEAEF36F6DFFC98AE63D4* ___0_mesh, const RuntimeMethod* method) ;
|
|
// System.Void System.Func`2<Parabox.CSG.Vertex,Parabox.CSG.Vertex>::.ctor(System.Object,System.IntPtr)
|
|
inline void Func_2__ctor_m80AEAAD55030CF0D876EA36BD9AEEDA1B15C18A2 (Func_2_tB1286812CE92420C9DB811F4B8C5C6FAEA4A8DFE* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Func_2_tB1286812CE92420C9DB811F4B8C5C6FAEA4A8DFE*, RuntimeObject*, intptr_t, const RuntimeMethod*))Func_2__ctor_m80AEAAD55030CF0D876EA36BD9AEEDA1B15C18A2_gshared)(__this, ___0_object, ___1_method, method);
|
|
}
|
|
// System.Collections.Generic.IEnumerable`1<TResult> System.Linq.Enumerable::Select<Parabox.CSG.Vertex,Parabox.CSG.Vertex>(System.Collections.Generic.IEnumerable`1<TSource>,System.Func`2<TSource,TResult>)
|
|
inline RuntimeObject* Enumerable_Select_TisVertex_t4AEF728B000B77221E3C152BC139F66940DE78E9_TisVertex_t4AEF728B000B77221E3C152BC139F66940DE78E9_mA1975173784657FD9AC6062BC4D100B7DD8F7A1F (RuntimeObject* ___0_source, Func_2_tB1286812CE92420C9DB811F4B8C5C6FAEA4A8DFE* ___1_selector, const RuntimeMethod* method)
|
|
{
|
|
return (( RuntimeObject* (*) (RuntimeObject*, Func_2_tB1286812CE92420C9DB811F4B8C5C6FAEA4A8DFE*, const RuntimeMethod*))Enumerable_Select_TisVertex_t4AEF728B000B77221E3C152BC139F66940DE78E9_TisVertex_t4AEF728B000B77221E3C152BC139F66940DE78E9_mA1975173784657FD9AC6062BC4D100B7DD8F7A1F_gshared)(___0_source, ___1_selector, method);
|
|
}
|
|
// System.Collections.Generic.List`1<TSource> System.Linq.Enumerable::ToList<Parabox.CSG.Vertex>(System.Collections.Generic.IEnumerable`1<TSource>)
|
|
inline List_1_t09DFE02BF4C8779C8BDDD183F6D70875BA75EDAE* Enumerable_ToList_TisVertex_t4AEF728B000B77221E3C152BC139F66940DE78E9_mD538332D06C9A337DAB6933BA3A0D4BF40D95703 (RuntimeObject* ___0_source, const RuntimeMethod* method)
|
|
{
|
|
return (( List_1_t09DFE02BF4C8779C8BDDD183F6D70875BA75EDAE* (*) (RuntimeObject*, const RuntimeMethod*))Enumerable_ToList_TisVertex_t4AEF728B000B77221E3C152BC139F66940DE78E9_mD538332D06C9A337DAB6933BA3A0D4BF40D95703_gshared)(___0_source, method);
|
|
}
|
|
// System.Void System.Collections.Generic.List`1<UnityEngine.Material>::.ctor()
|
|
inline void List_1__ctor_m38500C20418699AEC04B1946434E06EC96FB4B1C (List_1_t386E09F4F22DDE4D2AC41A8567FFF283C254537B* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_t386E09F4F22DDE4D2AC41A8567FFF283C254537B*, const RuntimeMethod*))List_1__ctor_m7F078BB342729BDF11327FD89D7872265328F690_gshared)(__this, method);
|
|
}
|
|
// System.Void System.Collections.Generic.List`1<UnityEngine.Material>::Add(T)
|
|
inline void List_1_Add_m5F62EE992DBCC5323267265794235C9EEE07997B_inline (List_1_t386E09F4F22DDE4D2AC41A8567FFF283C254537B* __this, Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___0_item, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_t386E09F4F22DDE4D2AC41A8567FFF283C254537B*, Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3*, const RuntimeMethod*))List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_gshared_inline)(__this, ___0_item, method);
|
|
}
|
|
// System.Void System.Collections.Generic.List`1<System.Collections.Generic.List`1<System.Int32>>::.ctor()
|
|
inline void List_1__ctor_m6DDA2773042DF432035748F54845D594D6C2F3E2 (List_1_tB5A0E21D0A7C39DF93D616FD5B94C4737A083E35* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_tB5A0E21D0A7C39DF93D616FD5B94C4737A083E35*, const RuntimeMethod*))List_1__ctor_m7F078BB342729BDF11327FD89D7872265328F690_gshared)(__this, method);
|
|
}
|
|
// System.Int32 UnityEngine.Mesh::get_subMeshCount()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Mesh_get_subMeshCount_mC0141293D0F339D8D721CCA2612B32E6FD7E3F8B (Mesh_t6D9C539763A09BC2B12AEAEF36F6DFFC98AE63D4* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.MeshTopology UnityEngine.Mesh::GetTopology(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Mesh_GetTopology_mEDBACD33F1F317D8833D5EFEA467C27AC6176504 (Mesh_t6D9C539763A09BC2B12AEAEF36F6DFFC98AE63D4* __this, int32_t ___0_submesh, const RuntimeMethod* 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_t05915E9237850A58106982B7FE4BC5DA4E872E73*, const RuntimeMethod*))List_1__ctor_m17F501B5A5C289ECE1B4F3D6EBF05DFA421433F8_gshared)(__this, method);
|
|
}
|
|
// System.Void UnityEngine.Mesh::GetIndices(System.Collections.Generic.List`1<System.Int32>,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Mesh_GetIndices_m69E93581A98E160AAE4A62E0BC2E92AF4715D0A4 (Mesh_t6D9C539763A09BC2B12AEAEF36F6DFFC98AE63D4* __this, List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73* ___0_indices, int32_t ___1_submesh, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.List`1<System.Collections.Generic.List`1<System.Int32>>::Add(T)
|
|
inline void List_1_Add_m4CA93DB974F53860446FD2491A04C41A69E23CA0_inline (List_1_tB5A0E21D0A7C39DF93D616FD5B94C4737A083E35* __this, List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73* ___0_item, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_tB5A0E21D0A7C39DF93D616FD5B94C4737A083E35*, List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73*, const RuntimeMethod*))List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_gshared_inline)(__this, ___0_item, method);
|
|
}
|
|
// System.Void System.Collections.Generic.List`1<Parabox.CSG.Vertex>::.ctor()
|
|
inline void List_1__ctor_mE35C7F79A93973D0841E0E7843AF3ABC133EF73C (List_1_t09DFE02BF4C8779C8BDDD183F6D70875BA75EDAE* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_t09DFE02BF4C8779C8BDDD183F6D70875BA75EDAE*, const RuntimeMethod*))List_1__ctor_mE35C7F79A93973D0841E0E7843AF3ABC133EF73C_gshared)(__this, method);
|
|
}
|
|
// System.Void System.Collections.Generic.Dictionary`2<UnityEngine.Material,System.Collections.Generic.List`1<System.Int32>>::.ctor()
|
|
inline void Dictionary_2__ctor_mEB1E5A0F5C293BC319B1E4D0AFF38FF2719AEF1F (Dictionary_2_t261D5B57CAAB3F8D35276C19050A0E53BFE9EB4A* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Dictionary_2_t261D5B57CAAB3F8D35276C19050A0E53BFE9EB4A*, const RuntimeMethod*))Dictionary_2__ctor_m5B32FBC624618211EB461D59CFBB10E987FD1329_gshared)(__this, method);
|
|
}
|
|
// T System.Collections.Generic.List`1<Parabox.CSG.Polygon>::get_Item(System.Int32)
|
|
inline Polygon_tF74FC67D90CE5C848CA82F8BA419A98E0CCB1B24* List_1_get_Item_mFD5EF67FA4A17917CCF0A18505A4B5956C9E6437 (List_1_tCC77722B81CA628F7F61AFE73C595DAD8A332BDE* __this, int32_t ___0_index, const RuntimeMethod* method)
|
|
{
|
|
return (( Polygon_tF74FC67D90CE5C848CA82F8BA419A98E0CCB1B24* (*) (List_1_tCC77722B81CA628F7F61AFE73C595DAD8A332BDE*, int32_t, const RuntimeMethod*))List_1_get_Item_m33561245D64798C2AB07584C0EC4F240E4839A38_gshared)(__this, ___0_index, method);
|
|
}
|
|
// System.Boolean System.Collections.Generic.Dictionary`2<UnityEngine.Material,System.Collections.Generic.List`1<System.Int32>>::TryGetValue(TKey,TValue&)
|
|
inline bool Dictionary_2_TryGetValue_m267842795898C6476C1FA943C757C4CB440DBE6B (Dictionary_2_t261D5B57CAAB3F8D35276C19050A0E53BFE9EB4A* __this, Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___0_key, List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73** ___1_value, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Dictionary_2_t261D5B57CAAB3F8D35276C19050A0E53BFE9EB4A*, Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3*, List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73**, const RuntimeMethod*))Dictionary_2_TryGetValue_mD15380A4ED7CDEE99EA45881577D26BA9CE1B849_gshared)(__this, ___0_key, ___1_value, method);
|
|
}
|
|
// System.Void System.Collections.Generic.Dictionary`2<UnityEngine.Material,System.Collections.Generic.List`1<System.Int32>>::Add(TKey,TValue)
|
|
inline void Dictionary_2_Add_mE4A6EB2385A9C2FAB084ED86C71B44445C7F64F0 (Dictionary_2_t261D5B57CAAB3F8D35276C19050A0E53BFE9EB4A* __this, Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___0_key, List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73* ___1_value, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Dictionary_2_t261D5B57CAAB3F8D35276C19050A0E53BFE9EB4A*, Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3*, List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73*, const RuntimeMethod*))Dictionary_2_Add_m93FFFABE8FCE7FA9793F0915E2A8842C7CD0C0C1_gshared)(__this, ___0_key, ___1_value, method);
|
|
}
|
|
// T System.Collections.Generic.List`1<Parabox.CSG.Vertex>::get_Item(System.Int32)
|
|
inline Vertex_t4AEF728B000B77221E3C152BC139F66940DE78E9 List_1_get_Item_m5F2F1197960373395325A4C8A2F09BE78C47E847 (List_1_t09DFE02BF4C8779C8BDDD183F6D70875BA75EDAE* __this, int32_t ___0_index, const RuntimeMethod* method)
|
|
{
|
|
return (( Vertex_t4AEF728B000B77221E3C152BC139F66940DE78E9 (*) (List_1_t09DFE02BF4C8779C8BDDD183F6D70875BA75EDAE*, int32_t, const RuntimeMethod*))List_1_get_Item_m5F2F1197960373395325A4C8A2F09BE78C47E847_gshared)(__this, ___0_index, method);
|
|
}
|
|
// System.Void System.Collections.Generic.List`1<Parabox.CSG.Vertex>::Add(T)
|
|
inline void List_1_Add_mCF5C3C80A8C2B67B8CC625B2A23DCFE29DD19978_inline (List_1_t09DFE02BF4C8779C8BDDD183F6D70875BA75EDAE* __this, Vertex_t4AEF728B000B77221E3C152BC139F66940DE78E9 ___0_item, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_t09DFE02BF4C8779C8BDDD183F6D70875BA75EDAE*, Vertex_t4AEF728B000B77221E3C152BC139F66940DE78E9, const RuntimeMethod*))List_1_Add_mCF5C3C80A8C2B67B8CC625B2A23DCFE29DD19978_gshared_inline)(__this, ___0_item, method);
|
|
}
|
|
// 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_t05915E9237850A58106982B7FE4BC5DA4E872E73*, int32_t, const RuntimeMethod*))List_1_Add_m0248A96C5334E9A93E6994B7780478BCD994EA3D_gshared_inline)(__this, ___0_item, method);
|
|
}
|
|
// System.Int32 System.Collections.Generic.List`1<Parabox.CSG.Vertex>::get_Count()
|
|
inline int32_t List_1_get_Count_m17CD46BC04C826437B0CFBD17E01967F1AB4C9AD_inline (List_1_t09DFE02BF4C8779C8BDDD183F6D70875BA75EDAE* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (List_1_t09DFE02BF4C8779C8BDDD183F6D70875BA75EDAE*, const RuntimeMethod*))List_1_get_Count_m17CD46BC04C826437B0CFBD17E01967F1AB4C9AD_gshared_inline)(__this, method);
|
|
}
|
|
// System.Int32 System.Collections.Generic.List`1<Parabox.CSG.Polygon>::get_Count()
|
|
inline int32_t List_1_get_Count_mE4AB993B1A4BFAD4D3FFEB2FCDBBC95E247AE8D6_inline (List_1_tCC77722B81CA628F7F61AFE73C595DAD8A332BDE* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (List_1_tCC77722B81CA628F7F61AFE73C595DAD8A332BDE*, const RuntimeMethod*))List_1_get_Count_m4407E4C389F22B8CEC282C15D56516658746C383_gshared_inline)(__this, method);
|
|
}
|
|
// System.Collections.Generic.Dictionary`2/KeyCollection<TKey,TValue> System.Collections.Generic.Dictionary`2<UnityEngine.Material,System.Collections.Generic.List`1<System.Int32>>::get_Keys()
|
|
inline KeyCollection_t308ADE07440B616B54A94FFAF2D613C88957131C* Dictionary_2_get_Keys_m961E338D2BE1EA4DBEAE3BB0B2004A6A75236E13 (Dictionary_2_t261D5B57CAAB3F8D35276C19050A0E53BFE9EB4A* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( KeyCollection_t308ADE07440B616B54A94FFAF2D613C88957131C* (*) (Dictionary_2_t261D5B57CAAB3F8D35276C19050A0E53BFE9EB4A*, const RuntimeMethod*))Dictionary_2_get_Keys_m72D290F90654BFD683FA7AA7C63D9F4F692218B6_gshared)(__this, method);
|
|
}
|
|
// System.Collections.Generic.List`1<TSource> System.Linq.Enumerable::ToList<UnityEngine.Material>(System.Collections.Generic.IEnumerable`1<TSource>)
|
|
inline List_1_t386E09F4F22DDE4D2AC41A8567FFF283C254537B* Enumerable_ToList_TisMaterial_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3_mD2ABF10557F9B6CE8C8C1292311CBA3F6CA44BD8 (RuntimeObject* ___0_source, const RuntimeMethod* method)
|
|
{
|
|
return (( List_1_t386E09F4F22DDE4D2AC41A8567FFF283C254537B* (*) (RuntimeObject*, const RuntimeMethod*))Enumerable_ToList_TisRuntimeObject_m6456D63764F29E6B5B2422C3DE25113577CF51EE_gshared)(___0_source, method);
|
|
}
|
|
// System.Collections.Generic.Dictionary`2/ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2<UnityEngine.Material,System.Collections.Generic.List`1<System.Int32>>::get_Values()
|
|
inline ValueCollection_t10895244C116C7AA93ABD0121B81F3BED74E7734* Dictionary_2_get_Values_m3E1B7FD39A225712667A9775D77F1B5E35F6EA28 (Dictionary_2_t261D5B57CAAB3F8D35276C19050A0E53BFE9EB4A* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( ValueCollection_t10895244C116C7AA93ABD0121B81F3BED74E7734* (*) (Dictionary_2_t261D5B57CAAB3F8D35276C19050A0E53BFE9EB4A*, const RuntimeMethod*))Dictionary_2_get_Values_mA0C01DEA55329E55380E96BBD04D4D228B437EC5_gshared)(__this, method);
|
|
}
|
|
// System.Collections.Generic.List`1<TSource> System.Linq.Enumerable::ToList<System.Collections.Generic.List`1<System.Int32>>(System.Collections.Generic.IEnumerable`1<TSource>)
|
|
inline List_1_tB5A0E21D0A7C39DF93D616FD5B94C4737A083E35* Enumerable_ToList_TisList_1_t05915E9237850A58106982B7FE4BC5DA4E872E73_m849CBE5C8BEFF83B9561388ACE5E671BCC83CB4D (RuntimeObject* ___0_source, const RuntimeMethod* method)
|
|
{
|
|
return (( List_1_tB5A0E21D0A7C39DF93D616FD5B94C4737A083E35* (*) (RuntimeObject*, const RuntimeMethod*))Enumerable_ToList_TisRuntimeObject_m6456D63764F29E6B5B2422C3DE25113577CF51EE_gshared)(___0_source, method);
|
|
}
|
|
// System.Void System.Collections.Generic.List`1<Parabox.CSG.Polygon>::.ctor()
|
|
inline void List_1__ctor_mEA50E9463F83B8BAF1F1A07D1FF8EF8540AC8D7F (List_1_tCC77722B81CA628F7F61AFE73C595DAD8A332BDE* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_tCC77722B81CA628F7F61AFE73C595DAD8A332BDE*, const RuntimeMethod*))List_1__ctor_m7F078BB342729BDF11327FD89D7872265328F690_gshared)(__this, method);
|
|
}
|
|
// System.Int32 System.Collections.Generic.List`1<System.Collections.Generic.List`1<System.Int32>>::get_Count()
|
|
inline int32_t List_1_get_Count_mE814C5617982FD5D7A3BDCA8C111F2CF81AAA492_inline (List_1_tB5A0E21D0A7C39DF93D616FD5B94C4737A083E35* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (List_1_tB5A0E21D0A7C39DF93D616FD5B94C4737A083E35*, const RuntimeMethod*))List_1_get_Count_m4407E4C389F22B8CEC282C15D56516658746C383_gshared_inline)(__this, method);
|
|
}
|
|
// T System.Collections.Generic.List`1<System.Collections.Generic.List`1<System.Int32>>::get_Item(System.Int32)
|
|
inline List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73* List_1_get_Item_mE36D65E025A32CC675A5B41B4FDAAFCFBDD70DE3 (List_1_tB5A0E21D0A7C39DF93D616FD5B94C4737A083E35* __this, int32_t ___0_index, const RuntimeMethod* method)
|
|
{
|
|
return (( List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73* (*) (List_1_tB5A0E21D0A7C39DF93D616FD5B94C4737A083E35*, int32_t, const RuntimeMethod*))List_1_get_Item_m33561245D64798C2AB07584C0EC4F240E4839A38_gshared)(__this, ___0_index, method);
|
|
}
|
|
// System.Int32 System.Collections.Generic.List`1<System.Int32>::get_Count()
|
|
inline int32_t List_1_get_Count_mF590592E32D421DE2C6E2F0D5C2F62FB14CCEFDF_inline (List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73*, const RuntimeMethod*))List_1_get_Count_mF590592E32D421DE2C6E2F0D5C2F62FB14CCEFDF_gshared_inline)(__this, method);
|
|
}
|
|
// T System.Collections.Generic.List`1<System.Int32>::get_Item(System.Int32)
|
|
inline int32_t List_1_get_Item_mD99081BEFA1AB3526715F489192B0F7F596C183D (List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73* __this, int32_t ___0_index, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73*, int32_t, const RuntimeMethod*))List_1_get_Item_mD99081BEFA1AB3526715F489192B0F7F596C183D_gshared)(__this, ___0_index, method);
|
|
}
|
|
// T System.Collections.Generic.List`1<UnityEngine.Material>::get_Item(System.Int32)
|
|
inline Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* List_1_get_Item_m70F5CFC2DEA9332B78C5ADC0EE1CE1B7465B1456 (List_1_t386E09F4F22DDE4D2AC41A8567FFF283C254537B* __this, int32_t ___0_index, const RuntimeMethod* method)
|
|
{
|
|
return (( Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* (*) (List_1_t386E09F4F22DDE4D2AC41A8567FFF283C254537B*, int32_t, const RuntimeMethod*))List_1_get_Item_m33561245D64798C2AB07584C0EC4F240E4839A38_gshared)(__this, ___0_index, method);
|
|
}
|
|
// System.Void Parabox.CSG.Polygon::.ctor(System.Collections.Generic.List`1<Parabox.CSG.Vertex>,UnityEngine.Material)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Polygon__ctor_m4EF358747CFB63EE7325DFE795630F5026E25E45 (Polygon_tF74FC67D90CE5C848CA82F8BA419A98E0CCB1B24* __this, List_1_t09DFE02BF4C8779C8BDDD183F6D70875BA75EDAE* ___0_list, Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___1_mat, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.List`1<Parabox.CSG.Polygon>::Add(T)
|
|
inline void List_1_Add_m703886B90237E6D73148FFB90084BE1D30834D5D_inline (List_1_tCC77722B81CA628F7F61AFE73C595DAD8A332BDE* __this, Polygon_tF74FC67D90CE5C848CA82F8BA419A98E0CCB1B24* ___0_item, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_tCC77722B81CA628F7F61AFE73C595DAD8A332BDE*, Polygon_tF74FC67D90CE5C848CA82F8BA419A98E0CCB1B24*, const RuntimeMethod*))List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_gshared_inline)(__this, ___0_item, method);
|
|
}
|
|
// System.Void UnityEngine.Mesh::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Mesh__ctor_m5A9AECEDDAFFD84811ED8928012BDE97A9CEBD00 (Mesh_t6D9C539763A09BC2B12AEAEF36F6DFFC98AE63D4* __this, const RuntimeMethod* method) ;
|
|
// System.Void Parabox.CSG.VertexUtility::SetMesh(UnityEngine.Mesh,System.Collections.Generic.IList`1<Parabox.CSG.Vertex>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VertexUtility_SetMesh_m0E3D246932EA979431BD2E088701585FB6621D65 (Mesh_t6D9C539763A09BC2B12AEAEF36F6DFFC98AE63D4* ___0_mesh, RuntimeObject* ___1_vertices, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.Mesh::set_subMeshCount(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Mesh_set_subMeshCount_m8E4DB392DB0621F7DFF8543FF3943A13072B8A28 (Mesh_t6D9C539763A09BC2B12AEAEF36F6DFFC98AE63D4* __this, int32_t ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.Mesh::SetIndices(System.Collections.Generic.List`1<System.Int32>,UnityEngine.MeshTopology,System.Int32,System.Boolean,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Mesh_SetIndices_m3003467024383DDFAC5E8FE4EC47E78AF1D31A92 (Mesh_t6D9C539763A09BC2B12AEAEF36F6DFFC98AE63D4* __this, List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73* ___0_indices, int32_t ___1_topology, int32_t ___2_submesh, bool ___3_calculateBounds, int32_t ___4_baseVertex, const RuntimeMethod* method) ;
|
|
// UnityEngine.Vector3 UnityEngine.Vector3::Normalize(UnityEngine.Vector3)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Vector3_Normalize_mEF8349CC39674236CFC694189AFD36E31F89AC8F_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_value, const RuntimeMethod* method) ;
|
|
// System.Single UnityEngine.Mathf::Max(System.Single,System.Single)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Mathf_Max_mF5379E63D2BBAC76D090748695D833934F8AD051_inline (float ___0_a, float ___1_b, const RuntimeMethod* method) ;
|
|
// System.Single UnityEngine.Mathf::Min(System.Single,System.Single)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Mathf_Min_m747CA71A9483CDB394B13BD0AD048EE17E48FFE4_inline (float ___0_a, float ___1_b, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.Quaternion::.ctor(System.Single,System.Single,System.Single,System.Single)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Quaternion__ctor_m868FD60AA65DD5A8AC0C5DEB0608381A8D85FCD8_inline (Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974* __this, float ___0_x, float ___1_y, float ___2_z, float ___3_w, 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) ;
|
|
// 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) ;
|
|
// UnityEngine.Vector3 UnityEngine.Quaternion::Internal_ToEulerRad(UnityEngine.Quaternion)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Quaternion_Internal_ToEulerRad_m5BD0EEC543120C320DC77FCCDFD2CE2E6BD3F1A8 (Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 ___0_rotation, const RuntimeMethod* method) ;
|
|
// UnityEngine.Vector3 UnityEngine.Quaternion::Internal_MakePositive(UnityEngine.Vector3)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Quaternion_Internal_MakePositive_m73E2D01920CB0DFE661A55022C129E8617F0C9A8 (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_euler, const RuntimeMethod* method) ;
|
|
// System.Void System.Array::Clear(System.Array,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Clear_m50BAA3751899858B097D3FF2ED31F284703FE5CB (RuntimeArray* ___0_array, int32_t ___1_index, int32_t ___2_length, const RuntimeMethod* method) ;
|
|
// System.Single UnityEngine.Vector3::Magnitude(UnityEngine.Vector3)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Vector3_Magnitude_m21652D951393A3D7CE92CE40049A0E7F76544D1B_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_vector, const RuntimeMethod* method) ;
|
|
#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 DepthTexture::Start()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DepthTexture_Start_m461FBC4E754B53615220DF3EC1D44D30D7A73FEF (DepthTexture_t438F40EB9FF291681825B33CE4F1C078A96EC985* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisCamera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184_m64AC6C06DD93C5FB249091FEC84FA8475457CCC4_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// cam = GetComponent<Camera>();
|
|
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_0;
|
|
L_0 = Component_GetComponent_TisCamera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184_m64AC6C06DD93C5FB249091FEC84FA8475457CCC4(__this, Component_GetComponent_TisCamera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184_m64AC6C06DD93C5FB249091FEC84FA8475457CCC4_RuntimeMethod_var);
|
|
__this->___cam_4 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___cam_4), (void*)L_0);
|
|
// cam.depthTextureMode = DepthTextureMode.Depth;
|
|
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_1 = __this->___cam_4;
|
|
NullCheck(L_1);
|
|
Camera_set_depthTextureMode_mE722389E4DF8B3DF7F6100DB142E4DBAF698F6BF(L_1, 1, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void DepthTexture::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DepthTexture__ctor_m3077B2A0FB12C34FFF94998E0349B44CC7380C11 (DepthTexture_t438F40EB9FF291681825B33CE4F1C078A96EC985* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
MonoBehaviour__ctor_m592DB0105CA0BC97AA1C5F4AD27B12D68A3B7C1E(__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
|
|
// WeaponEnum MagazineFilter::get_WeaponType()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MagazineFilter_get_WeaponType_mBED89E048EFA3C385B2E4E0BE5F9D915BB8EE0F1 (MagazineFilter_t9FAC361C1B9352D716B8B8F0EF4ECB2956D71A3E* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public WeaponEnum WeaponType => weaponType;
|
|
int32_t L_0 = __this->___weaponType_4;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Boolean MagazineFilter::IsValid(HurricaneVR.Framework.Core.Sockets.HVRSocketable)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MagazineFilter_IsValid_m81A214A245C2BA0E86677C6E65FE568EA02C0339 (MagazineFilter_t9FAC361C1B9352D716B8B8F0EF4ECB2956D71A3E* __this, HVRSocketable_t0CCE2C7710A7C7F66EC05482831E56FB949A094F* ___0_socketable, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MagazineSocketable_tFF02A0D263257CA805B4C8D9F9F560E3508EF8B4_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
MagazineSocketable_tFF02A0D263257CA805B4C8D9F9F560E3508EF8B4* V_0 = NULL;
|
|
{
|
|
// if (weaponType == WeaponEnum.None) return false;
|
|
int32_t L_0 = __this->___weaponType_4;
|
|
if (L_0)
|
|
{
|
|
goto IL_000a;
|
|
}
|
|
}
|
|
{
|
|
// if (weaponType == WeaponEnum.None) return false;
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
// if (!socketable) return false;
|
|
HVRSocketable_t0CCE2C7710A7C7F66EC05482831E56FB949A094F* L_1 = ___0_socketable;
|
|
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_0014;
|
|
}
|
|
}
|
|
{
|
|
// if (!socketable) return false;
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
// var filter = (MagazineSocketable)socketable;
|
|
HVRSocketable_t0CCE2C7710A7C7F66EC05482831E56FB949A094F* L_3 = ___0_socketable;
|
|
V_0 = ((MagazineSocketable_tFF02A0D263257CA805B4C8D9F9F560E3508EF8B4*)CastclassClass((RuntimeObject*)L_3, MagazineSocketable_tFF02A0D263257CA805B4C8D9F9F560E3508EF8B4_il2cpp_TypeInfo_var));
|
|
// if (filter == null) return false;
|
|
MagazineSocketable_tFF02A0D263257CA805B4C8D9F9F560E3508EF8B4* L_4 = V_0;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_5;
|
|
L_5 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_4, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
if (!L_5)
|
|
{
|
|
goto IL_0026;
|
|
}
|
|
}
|
|
{
|
|
// if (filter == null) return false;
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0026:
|
|
{
|
|
// if (filter.WeaponType == WeaponEnum.None) return false;
|
|
MagazineSocketable_tFF02A0D263257CA805B4C8D9F9F560E3508EF8B4* L_6 = V_0;
|
|
NullCheck(L_6);
|
|
int32_t L_7;
|
|
L_7 = MagazineSocketable_get_WeaponType_mF2E62D670CDA91A094632DD31E3D9892252E6B67_inline(L_6, NULL);
|
|
if (L_7)
|
|
{
|
|
goto IL_0030;
|
|
}
|
|
}
|
|
{
|
|
// if (filter.WeaponType == WeaponEnum.None) return false;
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0030:
|
|
{
|
|
// return weaponType == filter.WeaponType;
|
|
int32_t L_8 = __this->___weaponType_4;
|
|
MagazineSocketable_tFF02A0D263257CA805B4C8D9F9F560E3508EF8B4* L_9 = V_0;
|
|
NullCheck(L_9);
|
|
int32_t L_10;
|
|
L_10 = MagazineSocketable_get_WeaponType_mF2E62D670CDA91A094632DD31E3D9892252E6B67_inline(L_9, NULL);
|
|
return (bool)((((int32_t)L_8) == ((int32_t)L_10))? 1 : 0);
|
|
}
|
|
}
|
|
// System.Void MagazineFilter::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MagazineFilter__ctor_m81CB39F40ABEA767B6A876067A67E99F2D43AF8E (MagazineFilter_t9FAC361C1B9352D716B8B8F0EF4ECB2956D71A3E* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
HVRSocketFilter__ctor_mAC32B277A4BA4C36A35838489D4A72998C45520E(__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
|
|
// WeaponEnum MagazineSocketable::get_WeaponType()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MagazineSocketable_get_WeaponType_mF2E62D670CDA91A094632DD31E3D9892252E6B67 (MagazineSocketable_tFF02A0D263257CA805B4C8D9F9F560E3508EF8B4* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public WeaponEnum WeaponType => weaponType;
|
|
int32_t L_0 = __this->___weaponType_12;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void MagazineSocketable::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MagazineSocketable__ctor_m3CA2C899FF13236EA5BE55C55F9492F0AE8B8203 (MagazineSocketable_tFF02A0D263257CA805B4C8D9F9F560E3508EF8B4* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
HVRSocketable__ctor_m114D22EAACE4477DF020F49E238AB325DD84E1A9(__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 ConsoleProDebug::Clear()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConsoleProDebug_Clear_m42D7F8F9171C1FAABC3A78D2F40D56EA841C596B (const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void ConsoleProDebug::LogToFilter(System.String,System.String,UnityEngine.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConsoleProDebug_LogToFilter_mF106276A0CDD767E6C5FB43DFDCF2022F214FEFB (String_t* ___0_inLog, String_t* ___1_inFilterName, Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* ___2_inContext, 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*)&_stringLiteralD5F2751FCD979A5D75A2B143601934884E0565F4);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFF9B3D507393C5DE10302C65904ABDA78BB64EDF);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// Debug.Log(inLog + "\nCPAPI:{\"cmd\":\"Filter\", \"name\":\"" + inFilterName + "\"}", inContext);
|
|
String_t* L_0 = ___0_inLog;
|
|
String_t* L_1 = ___1_inFilterName;
|
|
String_t* L_2;
|
|
L_2 = String_Concat_m093934F71A9B351911EE46311674ED463B180006(L_0, _stringLiteralFF9B3D507393C5DE10302C65904ABDA78BB64EDF, L_1, _stringLiteralD5F2751FCD979A5D75A2B143601934884E0565F4, NULL);
|
|
Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* L_3 = ___2_inContext;
|
|
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
Debug_Log_m06155ED25645EBBC06B4C8F05235EF41B1489C7E(L_2, L_3, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void ConsoleProDebug::LogAsType(System.String,System.String,UnityEngine.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConsoleProDebug_LogAsType_mB6DDF73E687AFF0289B569B53066D0CE531A4610 (String_t* ___0_inLog, String_t* ___1_inTypeName, Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* ___2_inContext, 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*)&_stringLiteral158C589189FAE22F4FD22B6531784471A568DE76);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD5F2751FCD979A5D75A2B143601934884E0565F4);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// Debug.Log(inLog + "\nCPAPI:{\"cmd\":\"LogType\", \"name\":\"" + inTypeName + "\"}", inContext);
|
|
String_t* L_0 = ___0_inLog;
|
|
String_t* L_1 = ___1_inTypeName;
|
|
String_t* L_2;
|
|
L_2 = String_Concat_m093934F71A9B351911EE46311674ED463B180006(L_0, _stringLiteral158C589189FAE22F4FD22B6531784471A568DE76, L_1, _stringLiteralD5F2751FCD979A5D75A2B143601934884E0565F4, NULL);
|
|
Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* L_3 = ___2_inContext;
|
|
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
Debug_Log_m06155ED25645EBBC06B4C8F05235EF41B1489C7E(L_2, L_3, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void ConsoleProDebug::Watch(System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConsoleProDebug_Watch_mFB02E44DC0A7FB2CF755A46267D3FD46384E3DDF (String_t* ___0_inName, String_t* ___1_inValue, 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*)&StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0767326DBE1DD31063256737FD019DC6682353E2);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral22074BD31ABE8C1A22386F569A4FDB2F73DFAED4);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD5F2751FCD979A5D75A2B143601934884E0565F4);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// Debug.Log(inName + " : " + inValue + "\nCPAPI:{\"cmd\":\"Watch\", \"name\":\"" + inName + "\"}");
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_0 = (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)SZArrayNew(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var, (uint32_t)6);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_1 = L_0;
|
|
String_t* L_2 = ___0_inName;
|
|
NullCheck(L_1);
|
|
ArrayElementTypeCheck (L_1, L_2);
|
|
(L_1)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)L_2);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_3 = L_1;
|
|
NullCheck(L_3);
|
|
ArrayElementTypeCheck (L_3, _stringLiteral0767326DBE1DD31063256737FD019DC6682353E2);
|
|
(L_3)->SetAt(static_cast<il2cpp_array_size_t>(1), (String_t*)_stringLiteral0767326DBE1DD31063256737FD019DC6682353E2);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_4 = L_3;
|
|
String_t* L_5 = ___1_inValue;
|
|
NullCheck(L_4);
|
|
ArrayElementTypeCheck (L_4, L_5);
|
|
(L_4)->SetAt(static_cast<il2cpp_array_size_t>(2), (String_t*)L_5);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_6 = L_4;
|
|
NullCheck(L_6);
|
|
ArrayElementTypeCheck (L_6, _stringLiteral22074BD31ABE8C1A22386F569A4FDB2F73DFAED4);
|
|
(L_6)->SetAt(static_cast<il2cpp_array_size_t>(3), (String_t*)_stringLiteral22074BD31ABE8C1A22386F569A4FDB2F73DFAED4);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_7 = L_6;
|
|
String_t* L_8 = ___0_inName;
|
|
NullCheck(L_7);
|
|
ArrayElementTypeCheck (L_7, L_8);
|
|
(L_7)->SetAt(static_cast<il2cpp_array_size_t>(4), (String_t*)L_8);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_9 = L_7;
|
|
NullCheck(L_9);
|
|
ArrayElementTypeCheck (L_9, _stringLiteralD5F2751FCD979A5D75A2B143601934884E0565F4);
|
|
(L_9)->SetAt(static_cast<il2cpp_array_size_t>(5), (String_t*)_stringLiteralD5F2751FCD979A5D75A2B143601934884E0565F4);
|
|
String_t* L_10;
|
|
L_10 = String_Concat_m647EBF831F54B6DF7D5AFA5FD012CF4EE7571B6A(L_9, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
Debug_Log_m87A9A3C761FF5C43ED8A53B16190A53D08F818BB(L_10, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void ConsoleProDebug::Search(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConsoleProDebug_Search_m91AA00DA9C6E9FC389CCC40BF16282747BC0A72B (String_t* ___0_inText, 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*)&_stringLiteral7E650861C4CB04C28572FFE04DB4723B20843263);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD5F2751FCD979A5D75A2B143601934884E0565F4);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// Debug.Log("\nCPAPI:{\"cmd\":\"Search\", \"text\":\"" + inText + "\"}");
|
|
String_t* L_0 = ___0_inText;
|
|
String_t* L_1;
|
|
L_1 = String_Concat_m8855A6DE10F84DA7F4EC113CADDB59873A25573B(_stringLiteral7E650861C4CB04C28572FFE04DB4723B20843263, L_0, _stringLiteralD5F2751FCD979A5D75A2B143601934884E0565F4, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
Debug_Log_m87A9A3C761FF5C43ED8A53B16190A53D08F818BB(L_1, 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 Dissolver::Start()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dissolver_Start_mEE6A1A8DF46B2774C2A77CADA102052EEA4C5A40 (Dissolver_t502EB233898B8E3E8F052DCADCA0B09A2449D6F5* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisRenderer_t320575F223BCB177A982E5DDB5DB19FAA89E7FBF_mC91ACC92AD57CA6CA00991DAF1DB3830BCE07AF8_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// mat = GetComponent<Renderer>().material;
|
|
Renderer_t320575F223BCB177A982E5DDB5DB19FAA89E7FBF* L_0;
|
|
L_0 = Component_GetComponent_TisRenderer_t320575F223BCB177A982E5DDB5DB19FAA89E7FBF_mC91ACC92AD57CA6CA00991DAF1DB3830BCE07AF8(__this, Component_GetComponent_TisRenderer_t320575F223BCB177A982E5DDB5DB19FAA89E7FBF_mC91ACC92AD57CA6CA00991DAF1DB3830BCE07AF8_RuntimeMethod_var);
|
|
NullCheck(L_0);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_1;
|
|
L_1 = Renderer_get_material_m5BA2A00816C4CC66580D4B2E409CF10718C15656(L_0, NULL);
|
|
__this->___mat_4 = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___mat_4), (void*)L_1);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void Dissolver::Update()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dissolver_Update_m56BD4E284E99109CD83FAAAE20F44E8BC4452965 (Dissolver_t502EB233898B8E3E8F052DCADCA0B09A2449D6F5* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4C5BB76374066548CBB93FADE3D077FC26D27E83);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (time <= 1f && isEnabled)
|
|
float L_0 = __this->___time_5;
|
|
if ((!(((float)L_0) <= ((float)(1.0f)))))
|
|
{
|
|
goto IL_0043;
|
|
}
|
|
}
|
|
{
|
|
bool L_1 = __this->___isEnabled_6;
|
|
if (!L_1)
|
|
{
|
|
goto IL_0043;
|
|
}
|
|
}
|
|
{
|
|
// time += Time.deltaTime / 2f;
|
|
float L_2 = __this->___time_5;
|
|
float L_3;
|
|
L_3 = Time_get_deltaTime_mC3195000401F0FD167DD2F948FD2BC58330D0865(NULL);
|
|
__this->___time_5 = ((float)il2cpp_codegen_add(L_2, ((float)(L_3/(2.0f)))));
|
|
// mat.SetFloat("_DissolveAmount", time);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_4 = __this->___mat_4;
|
|
float L_5 = __this->___time_5;
|
|
NullCheck(L_4);
|
|
Material_SetFloat_m879CF81D740BAE6F23C9822400679F4D16365836(L_4, _stringLiteral4C5BB76374066548CBB93FADE3D077FC26D27E83, L_5, NULL);
|
|
}
|
|
|
|
IL_0043:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void Dissolver::Enabled()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dissolver_Enabled_m384BFCF2A59B37DD162996FF102F7BBF43427987 (Dissolver_t502EB233898B8E3E8F052DCADCA0B09A2449D6F5* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// isEnabled = true;
|
|
__this->___isEnabled_6 = (bool)1;
|
|
// time = -1f;
|
|
__this->___time_5 = (-1.0f);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void Dissolver::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dissolver__ctor_m202E1867CBB4DEBAEE10FDAF4332F38703FD37AC (Dissolver_t502EB233898B8E3E8F052DCADCA0B09A2449D6F5* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
MonoBehaviour__ctor_m592DB0105CA0BC97AA1C5F4AD27B12D68A3B7C1E(__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 CameraShake::Awake()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CameraShake_Awake_mB1B56CC9F67605372155A08678F17377AD9116AF (CameraShake_tAC55122F42E0B2A0581731E4C9799A5A8A0D7CA1* __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*)&Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (camTransform == null)
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_0 = __this->___camTransform_4;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_1;
|
|
L_1 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_0, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_0029;
|
|
}
|
|
}
|
|
{
|
|
// camTransform = GetComponent(typeof(Transform)) as Transform;
|
|
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_2 = { reinterpret_cast<intptr_t> (Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1_0_0_0_var) };
|
|
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t* L_3;
|
|
L_3 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_2, NULL);
|
|
Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* L_4;
|
|
L_4 = Component_GetComponent_m4352437B839B9601EB007CAC1007C8E1FB8A427D(__this, L_3, NULL);
|
|
__this->___camTransform_4 = ((Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1*)IsInstClass((RuntimeObject*)L_4, Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1_il2cpp_TypeInfo_var));
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___camTransform_4), (void*)((Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1*)IsInstClass((RuntimeObject*)L_4, Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1_il2cpp_TypeInfo_var)));
|
|
}
|
|
|
|
IL_0029:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void CameraShake::OnEnable()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CameraShake_OnEnable_m5FA55D97A80E8AE8BD82532E7B1A90C25FF50500 (CameraShake_tAC55122F42E0B2A0581731E4C9799A5A8A0D7CA1* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// originalPos = camTransform.localPosition;
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_0 = __this->___camTransform_4;
|
|
NullCheck(L_0);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_1;
|
|
L_1 = Transform_get_localPosition_mA9C86B990DF0685EA1061A120218993FDCC60A95(L_0, NULL);
|
|
__this->___originalPos_8 = L_1;
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void CameraShake::Update()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CameraShake_Update_m132373E37174BAA277442BF2CF8807BCA0600DB6 (CameraShake_tAC55122F42E0B2A0581731E4C9799A5A8A0D7CA1* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CameraShake_tAC55122F42E0B2A0581731E4C9799A5A8A0D7CA1_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (shakeDuration > 0)
|
|
il2cpp_codegen_runtime_class_init_inline(CameraShake_tAC55122F42E0B2A0581731E4C9799A5A8A0D7CA1_il2cpp_TypeInfo_var);
|
|
float L_0 = ((CameraShake_tAC55122F42E0B2A0581731E4C9799A5A8A0D7CA1_StaticFields*)il2cpp_codegen_static_fields_for(CameraShake_tAC55122F42E0B2A0581731E4C9799A5A8A0D7CA1_il2cpp_TypeInfo_var))->___shakeDuration_5;
|
|
if ((!(((float)L_0) > ((float)(0.0f)))))
|
|
{
|
|
goto IL_0048;
|
|
}
|
|
}
|
|
{
|
|
// camTransform.localPosition = originalPos + Random.insideUnitSphere * shakeAmount;
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_1 = __this->___camTransform_4;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_2 = __this->___originalPos_8;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_3;
|
|
L_3 = Random_get_insideUnitSphere_mA488D6859560B73565B8D890ED6B39DB4091C54F(NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(CameraShake_tAC55122F42E0B2A0581731E4C9799A5A8A0D7CA1_il2cpp_TypeInfo_var);
|
|
float L_4 = ((CameraShake_tAC55122F42E0B2A0581731E4C9799A5A8A0D7CA1_StaticFields*)il2cpp_codegen_static_fields_for(CameraShake_tAC55122F42E0B2A0581731E4C9799A5A8A0D7CA1_il2cpp_TypeInfo_var))->___shakeAmount_6;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_5;
|
|
L_5 = Vector3_op_Multiply_m87BA7C578F96C8E49BB07088DAAC4649F83B0353_inline(L_3, L_4, NULL);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_6;
|
|
L_6 = Vector3_op_Addition_m78C0EC70CB66E8DCAC225743D82B268DAEE92067_inline(L_2, L_5, NULL);
|
|
NullCheck(L_1);
|
|
Transform_set_localPosition_mDE1C997F7D79C0885210B7732B4BA50EE7D73134(L_1, L_6, NULL);
|
|
// shakeDuration -= Time.deltaTime * decreaseFactor;
|
|
float L_7 = ((CameraShake_tAC55122F42E0B2A0581731E4C9799A5A8A0D7CA1_StaticFields*)il2cpp_codegen_static_fields_for(CameraShake_tAC55122F42E0B2A0581731E4C9799A5A8A0D7CA1_il2cpp_TypeInfo_var))->___shakeDuration_5;
|
|
float L_8;
|
|
L_8 = Time_get_deltaTime_mC3195000401F0FD167DD2F948FD2BC58330D0865(NULL);
|
|
float L_9 = __this->___decreaseFactor_7;
|
|
((CameraShake_tAC55122F42E0B2A0581731E4C9799A5A8A0D7CA1_StaticFields*)il2cpp_codegen_static_fields_for(CameraShake_tAC55122F42E0B2A0581731E4C9799A5A8A0D7CA1_il2cpp_TypeInfo_var))->___shakeDuration_5 = ((float)il2cpp_codegen_subtract(L_7, ((float)il2cpp_codegen_multiply(L_8, L_9))));
|
|
}
|
|
|
|
IL_0048:
|
|
{
|
|
// if (shakeAmount > 0)
|
|
il2cpp_codegen_runtime_class_init_inline(CameraShake_tAC55122F42E0B2A0581731E4C9799A5A8A0D7CA1_il2cpp_TypeInfo_var);
|
|
float L_10 = ((CameraShake_tAC55122F42E0B2A0581731E4C9799A5A8A0D7CA1_StaticFields*)il2cpp_codegen_static_fields_for(CameraShake_tAC55122F42E0B2A0581731E4C9799A5A8A0D7CA1_il2cpp_TypeInfo_var))->___shakeAmount_6;
|
|
if ((!(((float)L_10) > ((float)(0.0f)))))
|
|
{
|
|
goto IL_006c;
|
|
}
|
|
}
|
|
{
|
|
// shakeAmount -= Time.deltaTime * decreaseFactor;
|
|
il2cpp_codegen_runtime_class_init_inline(CameraShake_tAC55122F42E0B2A0581731E4C9799A5A8A0D7CA1_il2cpp_TypeInfo_var);
|
|
float L_11 = ((CameraShake_tAC55122F42E0B2A0581731E4C9799A5A8A0D7CA1_StaticFields*)il2cpp_codegen_static_fields_for(CameraShake_tAC55122F42E0B2A0581731E4C9799A5A8A0D7CA1_il2cpp_TypeInfo_var))->___shakeAmount_6;
|
|
float L_12;
|
|
L_12 = Time_get_deltaTime_mC3195000401F0FD167DD2F948FD2BC58330D0865(NULL);
|
|
float L_13 = __this->___decreaseFactor_7;
|
|
((CameraShake_tAC55122F42E0B2A0581731E4C9799A5A8A0D7CA1_StaticFields*)il2cpp_codegen_static_fields_for(CameraShake_tAC55122F42E0B2A0581731E4C9799A5A8A0D7CA1_il2cpp_TypeInfo_var))->___shakeAmount_6 = ((float)il2cpp_codegen_subtract(L_11, ((float)il2cpp_codegen_multiply(L_12, L_13))));
|
|
return;
|
|
}
|
|
|
|
IL_006c:
|
|
{
|
|
// shakeAmount = 0f;
|
|
il2cpp_codegen_runtime_class_init_inline(CameraShake_tAC55122F42E0B2A0581731E4C9799A5A8A0D7CA1_il2cpp_TypeInfo_var);
|
|
((CameraShake_tAC55122F42E0B2A0581731E4C9799A5A8A0D7CA1_StaticFields*)il2cpp_codegen_static_fields_for(CameraShake_tAC55122F42E0B2A0581731E4C9799A5A8A0D7CA1_il2cpp_TypeInfo_var))->___shakeAmount_6 = (0.0f);
|
|
// shakeDuration = 0f;
|
|
((CameraShake_tAC55122F42E0B2A0581731E4C9799A5A8A0D7CA1_StaticFields*)il2cpp_codegen_static_fields_for(CameraShake_tAC55122F42E0B2A0581731E4C9799A5A8A0D7CA1_il2cpp_TypeInfo_var))->___shakeDuration_5 = (0.0f);
|
|
// camTransform.localPosition = originalPos;
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_14 = __this->___camTransform_4;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_15 = __this->___originalPos_8;
|
|
NullCheck(L_14);
|
|
Transform_set_localPosition_mDE1C997F7D79C0885210B7732B4BA50EE7D73134(L_14, L_15, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void CameraShake::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CameraShake__ctor_m55BC727470175313EB7C6F09E2EBD04610B8F325 (CameraShake_tAC55122F42E0B2A0581731E4C9799A5A8A0D7CA1* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public float decreaseFactor = 1.0f;
|
|
__this->___decreaseFactor_7 = (1.0f);
|
|
MonoBehaviour__ctor_m592DB0105CA0BC97AA1C5F4AD27B12D68A3B7C1E(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void CameraShake::.cctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CameraShake__cctor_m04CFCC728C954D26A2F29AF7C22328B13E564696 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CameraShake_tAC55122F42E0B2A0581731E4C9799A5A8A0D7CA1_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// static public float shakeDuration = 0f;
|
|
((CameraShake_tAC55122F42E0B2A0581731E4C9799A5A8A0D7CA1_StaticFields*)il2cpp_codegen_static_fields_for(CameraShake_tAC55122F42E0B2A0581731E4C9799A5A8A0D7CA1_il2cpp_TypeInfo_var))->___shakeDuration_5 = (0.0f);
|
|
// static public float shakeAmount = 0.7f;
|
|
((CameraShake_tAC55122F42E0B2A0581731E4C9799A5A8A0D7CA1_StaticFields*)il2cpp_codegen_static_fields_for(CameraShake_tAC55122F42E0B2A0581731E4C9799A5A8A0D7CA1_il2cpp_TypeInfo_var))->___shakeAmount_6 = (0.699999988f);
|
|
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 CameraShakeCaller::Start()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CameraShakeCaller_Start_m9D79BD6E2F30DE7617955F8F662398BCC94E2691 (CameraShakeCaller_t330308AF3BBFB05B046785F6DA0340A3858A252D* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CameraShake_tAC55122F42E0B2A0581731E4C9799A5A8A0D7CA1_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// CameraShake.shakeDuration = ProjectileShakeDuration;
|
|
float L_0 = __this->___ProjectileShakeDuration_4;
|
|
il2cpp_codegen_runtime_class_init_inline(CameraShake_tAC55122F42E0B2A0581731E4C9799A5A8A0D7CA1_il2cpp_TypeInfo_var);
|
|
((CameraShake_tAC55122F42E0B2A0581731E4C9799A5A8A0D7CA1_StaticFields*)il2cpp_codegen_static_fields_for(CameraShake_tAC55122F42E0B2A0581731E4C9799A5A8A0D7CA1_il2cpp_TypeInfo_var))->___shakeDuration_5 = L_0;
|
|
// CameraShake.shakeAmount = ProjectileShakeAmount;
|
|
float L_1 = __this->___ProjectileShakeAmount_5;
|
|
((CameraShake_tAC55122F42E0B2A0581731E4C9799A5A8A0D7CA1_StaticFields*)il2cpp_codegen_static_fields_for(CameraShake_tAC55122F42E0B2A0581731E4C9799A5A8A0D7CA1_il2cpp_TypeInfo_var))->___shakeAmount_6 = L_1;
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void CameraShakeCaller::Update()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CameraShakeCaller_Update_m62313971576C6A970E533CBA26F394FC89DC51EE (CameraShakeCaller_t330308AF3BBFB05B046785F6DA0340A3858A252D* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void CameraShakeCaller::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CameraShakeCaller__ctor_m0F8ACC2116028340A60A22D2B459AA06A59AF76C (CameraShakeCaller_t330308AF3BBFB05B046785F6DA0340A3858A252D* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public float ProjectileShakeDuration = 0.08f;
|
|
__this->___ProjectileShakeDuration_4 = (0.0799999982f);
|
|
// public float ProjectileShakeAmount = 0.1f;
|
|
__this->___ProjectileShakeAmount_5 = (0.100000001f);
|
|
MonoBehaviour__ctor_m592DB0105CA0BC97AA1C5F4AD27B12D68A3B7C1E(__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 CameraShakeProjectile::Start()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CameraShakeProjectile_Start_m6C372067C21E777F89A444BF12166F0A04E64E56 (CameraShakeProjectile_t37E0198F3A95DD8C53B2D29178D63D2003A1E568* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void CameraShakeProjectile::Update()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CameraShakeProjectile_Update_m0DD7B23F8792D9D59CE176F17E7DB0BDF349E985 (CameraShakeProjectile_t37E0198F3A95DD8C53B2D29178D63D2003A1E568* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void CameraShakeProjectile::ShakeCamera()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CameraShakeProjectile_ShakeCamera_m253FAC85B1B01E8E8D2F259FE4AC40A47B5FEEDA (CameraShakeProjectile_t37E0198F3A95DD8C53B2D29178D63D2003A1E568* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6175BD5E01E842C89DD20FB35A8E18A550EC327D);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// CamerShakeAnimator.SetTrigger("CameraShakeTrigger");
|
|
Animator_t8A52E42AE54F76681838FE9E632683EF3952E883* L_0 = __this->___CamerShakeAnimator_4;
|
|
NullCheck(L_0);
|
|
Animator_SetTrigger_mC9CD54D627C8843EF6E159E167449D216EF6EB30(L_0, _stringLiteral6175BD5E01E842C89DD20FB35A8E18A550EC327D, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void CameraShakeProjectile::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CameraShakeProjectile__ctor_m690B30011CA13B7AB0B30FC364AD35D4A2BD5F25 (CameraShakeProjectile_t37E0198F3A95DD8C53B2D29178D63D2003A1E568* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
MonoBehaviour__ctor_m592DB0105CA0BC97AA1C5F4AD27B12D68A3B7C1E(__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 EffectActor::Start()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EffectActor_Start_m647388A15DEB8213C73CE955991C435A63DCDC72 (EffectActor_t96998392177BB57B1BA2A837F01E3836AE177525* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0B0FEB3147CE20EB2C90076367F895C59BCD14B3);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEA04D4286952D44B4CB5C87E7D30E05FE4153434);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
{
|
|
// UiText.text = "#" + (bombType + 1) + ". " + bombList[bombType].name.ToString();
|
|
Text_tD60B2346DAA6666BF0D822FF607F0B220C2B9E62* L_0 = __this->___UiText_7;
|
|
int32_t L_1 = __this->___bombType_8;
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_1, 1));
|
|
String_t* L_2;
|
|
L_2 = Int32_ToString_m030E01C24E294D6762FB0B6F37CB541581F55CA5((&V_0), NULL);
|
|
projectileU5BU5D_tF1E6AFB2EB9222DB17F12130D246CD8963958EBC* L_3 = __this->___bombList_5;
|
|
int32_t L_4 = __this->___bombType_8;
|
|
NullCheck(L_3);
|
|
int32_t L_5 = L_4;
|
|
projectile_tC6D560D5BA6B234CE4F0607636D036F39CE9DFD8* L_6 = (L_3)->GetAt(static_cast<il2cpp_array_size_t>(L_5));
|
|
NullCheck(L_6);
|
|
String_t* L_7 = L_6->___name_0;
|
|
NullCheck(L_7);
|
|
String_t* L_8;
|
|
L_8 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_7);
|
|
String_t* L_9;
|
|
L_9 = String_Concat_m093934F71A9B351911EE46311674ED463B180006(_stringLiteral0B0FEB3147CE20EB2C90076367F895C59BCD14B3, L_2, _stringLiteralEA04D4286952D44B4CB5C87E7D30E05FE4153434, L_8, NULL);
|
|
NullCheck(L_0);
|
|
VirtualActionInvoker1< String_t* >::Invoke(75 /* System.Void UnityEngine.UI.Text::set_text(System.String) */, L_0, L_9);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void EffectActor::Update()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EffectActor_Update_m7CA8C3BDE4F106DCE9706F34721EDE886F11ACCA (EffectActor_t96998392177BB57B1BA2A837F01E3836AE177525* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE16EFE13C5C08096A869677E0912595D5D6C1C03);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFBC1FBDF3F91C0637B6624C6C526B3718C7E46A2);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (Input.GetKeyDown(KeyCode.Q))
|
|
bool L_0;
|
|
L_0 = Input_GetKeyDown_mB237DEA6244132670D38990BAB77D813FBB028D2(((int32_t)113), NULL);
|
|
if (!L_0)
|
|
{
|
|
goto IL_0010;
|
|
}
|
|
}
|
|
{
|
|
// Switch(-1);
|
|
EffectActor_Switch_mE1B8D94586182C81BA75D80ED54B98FD30014A76(__this, (-1), NULL);
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
// if (Input.GetButtonDown("Fire2") || Input.GetKeyDown(KeyCode.E))
|
|
bool L_1;
|
|
L_1 = Input_GetButtonDown_mEF5F80C9E8F04104E807D9CBD6F70CDB98751579(_stringLiteralE16EFE13C5C08096A869677E0912595D5D6C1C03, NULL);
|
|
if (L_1)
|
|
{
|
|
goto IL_0025;
|
|
}
|
|
}
|
|
{
|
|
bool L_2;
|
|
L_2 = Input_GetKeyDown_mB237DEA6244132670D38990BAB77D813FBB028D2(((int32_t)101), NULL);
|
|
if (!L_2)
|
|
{
|
|
goto IL_002c;
|
|
}
|
|
}
|
|
|
|
IL_0025:
|
|
{
|
|
// Switch(1);
|
|
EffectActor_Switch_mE1B8D94586182C81BA75D80ED54B98FD30014A76(__this, 1, NULL);
|
|
}
|
|
|
|
IL_002c:
|
|
{
|
|
// if(Input.GetButtonDown("Fire1"))
|
|
bool L_3;
|
|
L_3 = Input_GetButtonDown_mEF5F80C9E8F04104E807D9CBD6F70CDB98751579(_stringLiteralFBC1FBDF3F91C0637B6624C6C526B3718C7E46A2, NULL);
|
|
if (!L_3)
|
|
{
|
|
goto IL_003e;
|
|
}
|
|
}
|
|
{
|
|
// Fire();
|
|
EffectActor_Fire_m4486BF6F4314AB3F461486BFBBBF6529D743E344(__this, NULL);
|
|
}
|
|
|
|
IL_003e:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void EffectActor::Switch(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EffectActor_Switch_mE1B8D94586182C81BA75D80ED54B98FD30014A76 (EffectActor_t96998392177BB57B1BA2A837F01E3836AE177525* __this, int32_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0B0FEB3147CE20EB2C90076367F895C59BCD14B3);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEA04D4286952D44B4CB5C87E7D30E05FE4153434);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
{
|
|
// bombType += value;
|
|
int32_t L_0 = __this->___bombType_8;
|
|
int32_t L_1 = ___0_value;
|
|
__this->___bombType_8 = ((int32_t)il2cpp_codegen_add(L_0, L_1));
|
|
// if (bombType <= 0)
|
|
int32_t L_2 = __this->___bombType_8;
|
|
if ((((int32_t)L_2) > ((int32_t)0)))
|
|
{
|
|
goto IL_0027;
|
|
}
|
|
}
|
|
{
|
|
// bombType = bombList.Length + -1;
|
|
projectileU5BU5D_tF1E6AFB2EB9222DB17F12130D246CD8963958EBC* L_3 = __this->___bombList_5;
|
|
NullCheck(L_3);
|
|
__this->___bombType_8 = ((int32_t)il2cpp_codegen_add(((int32_t)(((RuntimeArray*)L_3)->max_length)), (-1)));
|
|
}
|
|
|
|
IL_0027:
|
|
{
|
|
// if (bombType >= bombList.Length)
|
|
int32_t L_4 = __this->___bombType_8;
|
|
projectileU5BU5D_tF1E6AFB2EB9222DB17F12130D246CD8963958EBC* L_5 = __this->___bombList_5;
|
|
NullCheck(L_5);
|
|
if ((((int32_t)L_4) < ((int32_t)((int32_t)(((RuntimeArray*)L_5)->max_length)))))
|
|
{
|
|
goto IL_003e;
|
|
}
|
|
}
|
|
{
|
|
// bombType = 0;
|
|
__this->___bombType_8 = 0;
|
|
}
|
|
|
|
IL_003e:
|
|
{
|
|
// UiText.text = "#" + (bombType+1) + ". " + bombList[bombType].name.ToString();
|
|
Text_tD60B2346DAA6666BF0D822FF607F0B220C2B9E62* L_6 = __this->___UiText_7;
|
|
int32_t L_7 = __this->___bombType_8;
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_7, 1));
|
|
String_t* L_8;
|
|
L_8 = Int32_ToString_m030E01C24E294D6762FB0B6F37CB541581F55CA5((&V_0), NULL);
|
|
projectileU5BU5D_tF1E6AFB2EB9222DB17F12130D246CD8963958EBC* L_9 = __this->___bombList_5;
|
|
int32_t L_10 = __this->___bombType_8;
|
|
NullCheck(L_9);
|
|
int32_t L_11 = L_10;
|
|
projectile_tC6D560D5BA6B234CE4F0607636D036F39CE9DFD8* L_12 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
|
|
NullCheck(L_12);
|
|
String_t* L_13 = L_12->___name_0;
|
|
NullCheck(L_13);
|
|
String_t* L_14;
|
|
L_14 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_13);
|
|
String_t* L_15;
|
|
L_15 = String_Concat_m093934F71A9B351911EE46311674ED463B180006(_stringLiteral0B0FEB3147CE20EB2C90076367F895C59BCD14B3, L_8, _stringLiteralEA04D4286952D44B4CB5C87E7D30E05FE4153434, L_14, NULL);
|
|
NullCheck(L_6);
|
|
VirtualActionInvoker1< String_t* >::Invoke(75 /* System.Void UnityEngine.UI.Text::set_text(System.String) */, L_6, L_15);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void EffectActor::Fire()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EffectActor_Fire_m4486BF6F4314AB3F461486BFBBBF6529D743E344 (EffectActor_t96998392177BB57B1BA2A837F01E3836AE177525* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_Instantiate_TisGameObject_t76FEDD663AB33C991A9C9A23129337651094216F_m831D2F71DF2AA6C93AFDFEFA04CF2CFC5FBBCDB4_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// Instantiate(bombList[bombType].bombPrefab, bombList[bombType].bombPrefabTransform.position, bombList[bombType].bombPrefabTransform.rotation);
|
|
projectileU5BU5D_tF1E6AFB2EB9222DB17F12130D246CD8963958EBC* L_0 = __this->___bombList_5;
|
|
int32_t L_1 = __this->___bombType_8;
|
|
NullCheck(L_0);
|
|
int32_t L_2 = L_1;
|
|
projectile_tC6D560D5BA6B234CE4F0607636D036F39CE9DFD8* L_3 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_2));
|
|
NullCheck(L_3);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_4 = L_3->___bombPrefab_1;
|
|
projectileU5BU5D_tF1E6AFB2EB9222DB17F12130D246CD8963958EBC* L_5 = __this->___bombList_5;
|
|
int32_t L_6 = __this->___bombType_8;
|
|
NullCheck(L_5);
|
|
int32_t L_7 = L_6;
|
|
projectile_tC6D560D5BA6B234CE4F0607636D036F39CE9DFD8* L_8 = (L_5)->GetAt(static_cast<il2cpp_array_size_t>(L_7));
|
|
NullCheck(L_8);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_9 = L_8->___bombPrefabTransform_2;
|
|
NullCheck(L_9);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_10;
|
|
L_10 = Transform_get_position_m69CD5FA214FDAE7BB701552943674846C220FDE1(L_9, NULL);
|
|
projectileU5BU5D_tF1E6AFB2EB9222DB17F12130D246CD8963958EBC* L_11 = __this->___bombList_5;
|
|
int32_t L_12 = __this->___bombType_8;
|
|
NullCheck(L_11);
|
|
int32_t L_13 = L_12;
|
|
projectile_tC6D560D5BA6B234CE4F0607636D036F39CE9DFD8* L_14 = (L_11)->GetAt(static_cast<il2cpp_array_size_t>(L_13));
|
|
NullCheck(L_14);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_15 = L_14->___bombPrefabTransform_2;
|
|
NullCheck(L_15);
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_16;
|
|
L_16 = Transform_get_rotation_m32AF40CA0D50C797DA639A696F8EAEC7524C179C(L_15, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_17;
|
|
L_17 = Object_Instantiate_TisGameObject_t76FEDD663AB33C991A9C9A23129337651094216F_m831D2F71DF2AA6C93AFDFEFA04CF2CFC5FBBCDB4(L_4, L_10, L_16, Object_Instantiate_TisGameObject_t76FEDD663AB33C991A9C9A23129337651094216F_m831D2F71DF2AA6C93AFDFEFA04CF2CFC5FBBCDB4_RuntimeMethod_var);
|
|
// if (MinorRotate)
|
|
bool L_18 = __this->___MinorRotate_11;
|
|
if (!L_18)
|
|
{
|
|
goto IL_0054;
|
|
}
|
|
}
|
|
{
|
|
// RandomizeRotation();
|
|
EffectActor_RandomizeRotation_m385F80E2D465D2D5650F59FA62AA98B536C7B9A3(__this, NULL);
|
|
}
|
|
|
|
IL_0054:
|
|
{
|
|
// if (MajorRotate)
|
|
bool L_19 = __this->___MajorRotate_12;
|
|
if (!L_19)
|
|
{
|
|
goto IL_0062;
|
|
}
|
|
}
|
|
{
|
|
// Major_RandomizeRotation();
|
|
EffectActor_Major_RandomizeRotation_mEEF4C681B38E488095FB92794A2B3D5B5993B7E7(__this, NULL);
|
|
}
|
|
|
|
IL_0062:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void EffectActor::RandomizeRotation()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EffectActor_RandomizeRotation_m385F80E2D465D2D5650F59FA62AA98B536C7B9A3 (EffectActor_t96998392177BB57B1BA2A837F01E3836AE177525* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// if (seq == 0)
|
|
int32_t L_0 = __this->___seq_13;
|
|
if (L_0)
|
|
{
|
|
goto IL_0031;
|
|
}
|
|
}
|
|
{
|
|
// seq++;
|
|
int32_t L_1 = __this->___seq_13;
|
|
__this->___seq_13 = ((int32_t)il2cpp_codegen_add(L_1, 1));
|
|
// transform.Rotate(0, 1, 0);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_2;
|
|
L_2 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(__this, NULL);
|
|
NullCheck(L_2);
|
|
Transform_Rotate_m7EA47AD57F43D478CCB0523D179950EE49CDA3E2(L_2, (0.0f), (1.0f), (0.0f), NULL);
|
|
return;
|
|
}
|
|
|
|
IL_0031:
|
|
{
|
|
// else if (seq == 1)
|
|
int32_t L_3 = __this->___seq_13;
|
|
if ((!(((uint32_t)L_3) == ((uint32_t)1))))
|
|
{
|
|
goto IL_0063;
|
|
}
|
|
}
|
|
{
|
|
// seq++;
|
|
int32_t L_4 = __this->___seq_13;
|
|
__this->___seq_13 = ((int32_t)il2cpp_codegen_add(L_4, 1));
|
|
// transform.Rotate(1, 1, 0);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_5;
|
|
L_5 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(__this, NULL);
|
|
NullCheck(L_5);
|
|
Transform_Rotate_m7EA47AD57F43D478CCB0523D179950EE49CDA3E2(L_5, (1.0f), (1.0f), (0.0f), NULL);
|
|
return;
|
|
}
|
|
|
|
IL_0063:
|
|
{
|
|
// else if (seq == 2)
|
|
int32_t L_6 = __this->___seq_13;
|
|
if ((!(((uint32_t)L_6) == ((uint32_t)2))))
|
|
{
|
|
goto IL_0095;
|
|
}
|
|
}
|
|
{
|
|
// seq++;
|
|
int32_t L_7 = __this->___seq_13;
|
|
__this->___seq_13 = ((int32_t)il2cpp_codegen_add(L_7, 1));
|
|
// transform.Rotate(1, -3, 0);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_8;
|
|
L_8 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(__this, NULL);
|
|
NullCheck(L_8);
|
|
Transform_Rotate_m7EA47AD57F43D478CCB0523D179950EE49CDA3E2(L_8, (1.0f), (-3.0f), (0.0f), NULL);
|
|
return;
|
|
}
|
|
|
|
IL_0095:
|
|
{
|
|
// else if (seq == 3)
|
|
int32_t L_9 = __this->___seq_13;
|
|
if ((!(((uint32_t)L_9) == ((uint32_t)3))))
|
|
{
|
|
goto IL_00c7;
|
|
}
|
|
}
|
|
{
|
|
// seq++;
|
|
int32_t L_10 = __this->___seq_13;
|
|
__this->___seq_13 = ((int32_t)il2cpp_codegen_add(L_10, 1));
|
|
// transform.Rotate(-2, 1, 0);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_11;
|
|
L_11 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(__this, NULL);
|
|
NullCheck(L_11);
|
|
Transform_Rotate_m7EA47AD57F43D478CCB0523D179950EE49CDA3E2(L_11, (-2.0f), (1.0f), (0.0f), NULL);
|
|
return;
|
|
}
|
|
|
|
IL_00c7:
|
|
{
|
|
// else if (seq == 4)
|
|
int32_t L_12 = __this->___seq_13;
|
|
if ((!(((uint32_t)L_12) == ((uint32_t)4))))
|
|
{
|
|
goto IL_00f9;
|
|
}
|
|
}
|
|
{
|
|
// seq++;
|
|
int32_t L_13 = __this->___seq_13;
|
|
__this->___seq_13 = ((int32_t)il2cpp_codegen_add(L_13, 1));
|
|
// transform.Rotate(1, 1, 1);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_14;
|
|
L_14 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(__this, NULL);
|
|
NullCheck(L_14);
|
|
Transform_Rotate_m7EA47AD57F43D478CCB0523D179950EE49CDA3E2(L_14, (1.0f), (1.0f), (1.0f), NULL);
|
|
return;
|
|
}
|
|
|
|
IL_00f9:
|
|
{
|
|
// else if (seq == 5)
|
|
int32_t L_15 = __this->___seq_13;
|
|
if ((!(((uint32_t)L_15) == ((uint32_t)5))))
|
|
{
|
|
goto IL_0123;
|
|
}
|
|
}
|
|
{
|
|
// seq = 0;
|
|
__this->___seq_13 = 0;
|
|
// transform.Rotate(-1, -1, -1);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_16;
|
|
L_16 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(__this, NULL);
|
|
NullCheck(L_16);
|
|
Transform_Rotate_m7EA47AD57F43D478CCB0523D179950EE49CDA3E2(L_16, (-1.0f), (-1.0f), (-1.0f), NULL);
|
|
}
|
|
|
|
IL_0123:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void EffectActor::Major_RandomizeRotation()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EffectActor_Major_RandomizeRotation_mEEF4C681B38E488095FB92794A2B3D5B5993B7E7 (EffectActor_t96998392177BB57B1BA2A837F01E3836AE177525* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// if (seq == 0)
|
|
int32_t L_0 = __this->___seq_13;
|
|
if (L_0)
|
|
{
|
|
goto IL_0031;
|
|
}
|
|
}
|
|
{
|
|
// seq++;
|
|
int32_t L_1 = __this->___seq_13;
|
|
__this->___seq_13 = ((int32_t)il2cpp_codegen_add(L_1, 1));
|
|
// transform.Rotate(0, 25, 0);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_2;
|
|
L_2 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(__this, NULL);
|
|
NullCheck(L_2);
|
|
Transform_Rotate_m7EA47AD57F43D478CCB0523D179950EE49CDA3E2(L_2, (0.0f), (25.0f), (0.0f), NULL);
|
|
return;
|
|
}
|
|
|
|
IL_0031:
|
|
{
|
|
// else if (seq == 1)
|
|
int32_t L_3 = __this->___seq_13;
|
|
if ((!(((uint32_t)L_3) == ((uint32_t)1))))
|
|
{
|
|
goto IL_0063;
|
|
}
|
|
}
|
|
{
|
|
// seq++;
|
|
int32_t L_4 = __this->___seq_13;
|
|
__this->___seq_13 = ((int32_t)il2cpp_codegen_add(L_4, 1));
|
|
// transform.Rotate(0, -50, 0);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_5;
|
|
L_5 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(__this, NULL);
|
|
NullCheck(L_5);
|
|
Transform_Rotate_m7EA47AD57F43D478CCB0523D179950EE49CDA3E2(L_5, (0.0f), (-50.0f), (0.0f), NULL);
|
|
return;
|
|
}
|
|
|
|
IL_0063:
|
|
{
|
|
// else if (seq == 2)
|
|
int32_t L_6 = __this->___seq_13;
|
|
if ((!(((uint32_t)L_6) == ((uint32_t)2))))
|
|
{
|
|
goto IL_0095;
|
|
}
|
|
}
|
|
{
|
|
// seq++;
|
|
int32_t L_7 = __this->___seq_13;
|
|
__this->___seq_13 = ((int32_t)il2cpp_codegen_add(L_7, 1));
|
|
// transform.Rotate(0, 25, 0);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_8;
|
|
L_8 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(__this, NULL);
|
|
NullCheck(L_8);
|
|
Transform_Rotate_m7EA47AD57F43D478CCB0523D179950EE49CDA3E2(L_8, (0.0f), (25.0f), (0.0f), NULL);
|
|
return;
|
|
}
|
|
|
|
IL_0095:
|
|
{
|
|
// else if (seq == 3)
|
|
int32_t L_9 = __this->___seq_13;
|
|
if ((!(((uint32_t)L_9) == ((uint32_t)3))))
|
|
{
|
|
goto IL_00c7;
|
|
}
|
|
}
|
|
{
|
|
// seq++;
|
|
int32_t L_10 = __this->___seq_13;
|
|
__this->___seq_13 = ((int32_t)il2cpp_codegen_add(L_10, 1));
|
|
// transform.Rotate(25, 0, 0);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_11;
|
|
L_11 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(__this, NULL);
|
|
NullCheck(L_11);
|
|
Transform_Rotate_m7EA47AD57F43D478CCB0523D179950EE49CDA3E2(L_11, (25.0f), (0.0f), (0.0f), NULL);
|
|
return;
|
|
}
|
|
|
|
IL_00c7:
|
|
{
|
|
// else if (seq == 4)
|
|
int32_t L_12 = __this->___seq_13;
|
|
if ((!(((uint32_t)L_12) == ((uint32_t)4))))
|
|
{
|
|
goto IL_00f9;
|
|
}
|
|
}
|
|
{
|
|
// seq++;
|
|
int32_t L_13 = __this->___seq_13;
|
|
__this->___seq_13 = ((int32_t)il2cpp_codegen_add(L_13, 1));
|
|
// transform.Rotate(-50, 0, 0);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_14;
|
|
L_14 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(__this, NULL);
|
|
NullCheck(L_14);
|
|
Transform_Rotate_m7EA47AD57F43D478CCB0523D179950EE49CDA3E2(L_14, (-50.0f), (0.0f), (0.0f), NULL);
|
|
return;
|
|
}
|
|
|
|
IL_00f9:
|
|
{
|
|
// else if (seq == 5)
|
|
int32_t L_15 = __this->___seq_13;
|
|
if ((!(((uint32_t)L_15) == ((uint32_t)5))))
|
|
{
|
|
goto IL_0123;
|
|
}
|
|
}
|
|
{
|
|
// seq = 0;
|
|
__this->___seq_13 = 0;
|
|
// transform.Rotate(25, 0, 0);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_16;
|
|
L_16 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(__this, NULL);
|
|
NullCheck(L_16);
|
|
Transform_Rotate_m7EA47AD57F43D478CCB0523D179950EE49CDA3E2(L_16, (25.0f), (0.0f), (0.0f), NULL);
|
|
}
|
|
|
|
IL_0123:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void EffectActor::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EffectActor__ctor_mC6742F1429F4FB9D400F68218A9E307457CED821 (EffectActor_t96998392177BB57B1BA2A837F01E3836AE177525* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
MonoBehaviour__ctor_m592DB0105CA0BC97AA1C5F4AD27B12D68A3B7C1E(__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 EffectActor/projectile::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void projectile__ctor_m52766370CDCD9BB3C75F236B69A1E19FEB2D499D (projectile_tC6D560D5BA6B234CE4F0607636D036F39CE9DFD8* __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 ExplodingProjectile::TakeDamage(System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExplodingProjectile_TakeDamage_mEEC469B7AC66550DAF01B9CF8534196A0247BCC0 (ExplodingProjectile_t2988A21D7804CB0C5EEA337CF73C9678FCEAE5F0* __this, float ___0_damage, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void ExplodingProjectile::HandleDamageProvider(HurricaneVR.Framework.Components.HVRDamageProvider,UnityEngine.Vector3,UnityEngine.Vector3)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExplodingProjectile_HandleDamageProvider_m7D6B4DD57F0E6C8C698D9070DCA37ADDE0742C12 (ExplodingProjectile_t2988A21D7804CB0C5EEA337CF73C9678FCEAE5F0* __this, HVRDamageProvider_t644E715C78F99085A4CE9EF098C0FC4BC5BFD235* ___0_damageProvider, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___1_hitPoint, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___2_direction, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void ExplodingProjectile::HandleRayCastHit(HurricaneVR.Framework.Components.HVRDamageProvider,UnityEngine.RaycastHit)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExplodingProjectile_HandleRayCastHit_m7ED7B9D6CB913DAECADD2F5207770F4785A3A705 (ExplodingProjectile_t2988A21D7804CB0C5EEA337CF73C9678FCEAE5F0* __this, HVRDamageProvider_t644E715C78F99085A4CE9EF098C0FC4BC5BFD235* ___0_damageProvider, RaycastHit_t6F30BD0B38B56401CA833A1B87BD74F2ACD2F2B5 ___1_hit, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_Instantiate_TisGameObject_t76FEDD663AB33C991A9C9A23129337651094216F_m831D2F71DF2AA6C93AFDFEFA04CF2CFC5FBBCDB4_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
{
|
|
// var rot = Quaternion.FromToRotation(Vector3.forward, hit.normal);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_0;
|
|
L_0 = Vector3_get_forward_mAA55A7034304DF8B2152EAD49AE779FC4CA2EB4A_inline(NULL);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_1;
|
|
L_1 = RaycastHit_get_normal_mD8741B70D2039C5CAFC4368D4CE59D89562040B5((&___1_hit), NULL);
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_2;
|
|
L_2 = Quaternion_FromToRotation_mCB3100F93637E72455388B901C36EF8A25DFDB9A(L_0, L_1, NULL);
|
|
V_0 = L_2;
|
|
// var pos = hit.point;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_3;
|
|
L_3 = RaycastHit_get_point_m02B764612562AFE0F998CC7CFB2EEDE41BA47F39((&___1_hit), NULL);
|
|
V_1 = L_3;
|
|
// Instantiate(impactPrefab, pos, rot);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_4 = __this->___impactPrefab_4;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_5 = V_1;
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_6 = V_0;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_7;
|
|
L_7 = Object_Instantiate_TisGameObject_t76FEDD663AB33C991A9C9A23129337651094216F_m831D2F71DF2AA6C93AFDFEFA04CF2CFC5FBBCDB4(L_4, L_5, L_6, Object_Instantiate_TisGameObject_t76FEDD663AB33C991A9C9A23129337651094216F_m831D2F71DF2AA6C93AFDFEFA04CF2CFC5FBBCDB4_RuntimeMethod_var);
|
|
// if(SFXPlayer.Instance != null)
|
|
SFXPlayer_t6916F8692A74B19A33C44C40C773635DF91B5165* L_8;
|
|
L_8 = SFXPlayer_get_Instance_m4D3AE1620BA42D46607328B25EAA0569B49CCBD5_inline(NULL);
|
|
bool L_9;
|
|
L_9 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_8, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
if (!L_9)
|
|
{
|
|
goto IL_0046;
|
|
}
|
|
}
|
|
{
|
|
// SFXPlayer.Instance.PlaySFX(impactAudio, pos);
|
|
SFXPlayer_t6916F8692A74B19A33C44C40C773635DF91B5165* L_10;
|
|
L_10 = SFXPlayer_get_Instance_m4D3AE1620BA42D46607328B25EAA0569B49CCBD5_inline(NULL);
|
|
AudioClip_t5D272C4EB4F2D3ED49F1C346DEA373CF6D585F20* L_11 = __this->___impactAudio_5;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_12 = V_1;
|
|
NullCheck(L_10);
|
|
SFXPlayer_PlaySFX_m84A045DF30FB03269C08AB8BB787365190207A84(L_10, L_11, L_12, NULL);
|
|
}
|
|
|
|
IL_0046:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void ExplodingProjectile::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExplodingProjectile__ctor_m118E30B48A14A85BFDB04E5147F207D68CCBEF16 (ExplodingProjectile_t2988A21D7804CB0C5EEA337CF73C9678FCEAE5F0* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
HVRDamageHandlerBase__ctor_mADD36E643B4253D268FDC43A882CC133B1BAA87A(__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 Projectile::Start()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Projectile_Start_mDA0F36DCD80DFB09774528622CEC598CA5B718F5 (Projectile_tA72765CF412643B7253F62ADB6EDDCC9C3803BA6* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void Projectile::Update()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Projectile_Update_m6E056CDE2DC25EDBA5DA3F4D9B9B9A69EC656737 (Projectile_tA72765CF412643B7253F62ADB6EDDCC9C3803BA6* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// if (isActive) // Only update stuff if we're alive
|
|
bool L_0 = __this->___isActive_6;
|
|
if (!L_0)
|
|
{
|
|
goto IL_0084;
|
|
}
|
|
}
|
|
{
|
|
// disappearTimer += Time.deltaTime; // Increase disappear timer
|
|
float L_1 = __this->___disappearTimer_5;
|
|
float L_2;
|
|
L_2 = Time_get_deltaTime_mC3195000401F0FD167DD2F948FD2BC58330D0865(NULL);
|
|
__this->___disappearTimer_5 = ((float)il2cpp_codegen_add(L_1, L_2));
|
|
// if (disappearTimer > disappearAfterTime) // If we're alive too long, get rekt
|
|
float L_3 = __this->___disappearTimer_5;
|
|
float L_4 = __this->___disappearAfterTime_4;
|
|
if ((!(((float)L_3) > ((float)L_4))))
|
|
{
|
|
goto IL_003a;
|
|
}
|
|
}
|
|
{
|
|
// disappearTimer = 0; // Reset timer
|
|
__this->___disappearTimer_5 = (0.0f);
|
|
// isActive = false; // Is not active anymore
|
|
__this->___isActive_6 = (bool)0;
|
|
}
|
|
|
|
IL_003a:
|
|
{
|
|
// movementValue += (1/distanceToTarget*movementSpeed) * Time.deltaTime;
|
|
float L_5 = __this->___movementValue_12;
|
|
float L_6 = __this->___distanceToTarget_11;
|
|
float L_7 = __this->___movementSpeed_9;
|
|
float L_8;
|
|
L_8 = Time_get_deltaTime_mC3195000401F0FD167DD2F948FD2BC58330D0865(NULL);
|
|
__this->___movementValue_12 = ((float)il2cpp_codegen_add(L_5, ((float)il2cpp_codegen_multiply(((float)il2cpp_codegen_multiply(((float)((1.0f)/L_6)), L_7)), L_8))));
|
|
// if (movementValue > 1)
|
|
float L_9 = __this->___movementValue_12;
|
|
if ((!(((float)L_9) > ((float)(1.0f)))))
|
|
{
|
|
goto IL_007e;
|
|
}
|
|
}
|
|
{
|
|
// movementValue = 1;
|
|
__this->___movementValue_12 = (1.0f);
|
|
// Explode();
|
|
Projectile_Explode_mE8C987424BD0BDB71799F11CD0EDAEF9794B5236(__this, NULL);
|
|
}
|
|
|
|
IL_007e:
|
|
{
|
|
// Move();
|
|
Projectile_Move_mEA8DA217D18B7956A3CD08DCB1E339A2A480EB3F(__this, NULL);
|
|
}
|
|
|
|
IL_0084:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void Projectile::Move()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Projectile_Move_mEA8DA217D18B7956A3CD08DCB1E339A2A480EB3F (Projectile_tA72765CF412643B7253F62ADB6EDDCC9C3803BA6* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// transform.position = Vector3.Lerp(startPosition, targetPosition, movementValue);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_0;
|
|
L_0 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(__this, NULL);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_1 = __this->___startPosition_8;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_2 = __this->___targetPosition_10;
|
|
float L_3 = __this->___movementValue_12;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_4;
|
|
L_4 = Vector3_Lerp_m3A906D0530A94FAABB94F0F905E84D99BE85C3F8_inline(L_1, L_2, L_3, NULL);
|
|
NullCheck(L_0);
|
|
Transform_set_position_mA1A817124BB41B685043DED2A9BA48CDF37C4156(L_0, L_4, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void Projectile::MoveWithoutTargetHit()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Projectile_MoveWithoutTargetHit_m24E93496B5E861DB62C5B76417CE4FB152FE44C7 (Projectile_tA72765CF412643B7253F62ADB6EDDCC9C3803BA6* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// transform.position += direction.normalized * movementSpeed;
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_0;
|
|
L_0 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(__this, NULL);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_1 = L_0;
|
|
NullCheck(L_1);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_2;
|
|
L_2 = Transform_get_position_m69CD5FA214FDAE7BB701552943674846C220FDE1(L_1, NULL);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* L_3 = (&__this->___direction_7);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_4;
|
|
L_4 = Vector3_get_normalized_m736BBF65D5CDA7A18414370D15B4DFCC1E466F07_inline(L_3, NULL);
|
|
float L_5 = __this->___movementSpeed_9;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_6;
|
|
L_6 = Vector3_op_Multiply_m87BA7C578F96C8E49BB07088DAAC4649F83B0353_inline(L_4, L_5, NULL);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_7;
|
|
L_7 = Vector3_op_Addition_m78C0EC70CB66E8DCAC225743D82B268DAEE92067_inline(L_2, L_6, NULL);
|
|
NullCheck(L_1);
|
|
Transform_set_position_mA1A817124BB41B685043DED2A9BA48CDF37C4156(L_1, L_7, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void Projectile::Fire(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Projectile_Fire_m6D5518AFE609163B0F0E16F5689D98D09531962A (Projectile_tA72765CF412643B7253F62ADB6EDDCC9C3803BA6* __this, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_target, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___1_spawnPosition, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___2_Direction, float ___3_speed, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// if (isActive) // If we're active, just return so we don't execute any code
|
|
bool L_0 = __this->___isActive_6;
|
|
if (!L_0)
|
|
{
|
|
goto IL_0009;
|
|
}
|
|
}
|
|
{
|
|
// return;
|
|
return;
|
|
}
|
|
|
|
IL_0009:
|
|
{
|
|
// isActive = true; // Set active
|
|
__this->___isActive_6 = (bool)1;
|
|
// disappearTimer = 0; // Reset timer just in case it's not reset
|
|
__this->___disappearTimer_5 = (0.0f);
|
|
// transform.position = spawnPosition; // set spawn position
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_1;
|
|
L_1 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(__this, NULL);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_2 = ___1_spawnPosition;
|
|
NullCheck(L_1);
|
|
Transform_set_position_mA1A817124BB41B685043DED2A9BA48CDF37C4156(L_1, L_2, NULL);
|
|
// movementSpeed = speed; // Units per second
|
|
float L_3 = ___3_speed;
|
|
__this->___movementSpeed_9 = L_3;
|
|
// direction = Direction.normalized; // Normalize the direction
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_4;
|
|
L_4 = Vector3_get_normalized_m736BBF65D5CDA7A18414370D15B4DFCC1E466F07_inline((&___2_Direction), NULL);
|
|
__this->___direction_7 = L_4;
|
|
// targetPosition = target; // Set target transform - Can be null for continous movement without target
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_5 = ___0_target;
|
|
__this->___targetPosition_10 = L_5;
|
|
// distanceToTarget = Vector3.Distance(targetPosition, transform.position);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_6 = __this->___targetPosition_10;
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_7;
|
|
L_7 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(__this, NULL);
|
|
NullCheck(L_7);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_8;
|
|
L_8 = Transform_get_position_m69CD5FA214FDAE7BB701552943674846C220FDE1(L_7, NULL);
|
|
float L_9;
|
|
L_9 = Vector3_Distance_m2314DB9B8BD01157E013DF87BEA557375C7F9FF9_inline(L_6, L_8, NULL);
|
|
__this->___distanceToTarget_11 = L_9;
|
|
// startPosition = spawnPosition;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_10 = ___1_spawnPosition;
|
|
__this->___startPosition_8 = L_10;
|
|
// movementValue = 0;
|
|
__this->___movementValue_12 = (0.0f);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void Projectile::Explode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Projectile_Explode_mE8C987424BD0BDB71799F11CD0EDAEF9794B5236 (Projectile_tA72765CF412643B7253F62ADB6EDDCC9C3803BA6* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// disappearTimer = 0; // Reset timer
|
|
__this->___disappearTimer_5 = (0.0f);
|
|
// isActive = false; // Is not active anymore
|
|
__this->___isActive_6 = (bool)0;
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean Projectile::GetIsActive()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Projectile_GetIsActive_m9E6D93810A5A7C07554D467C49261813C6A6E0EB (Projectile_tA72765CF412643B7253F62ADB6EDDCC9C3803BA6* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return isActive;
|
|
bool L_0 = __this->___isActive_6;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void Projectile::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Projectile__ctor_m9CB69FCF9C97712F4578D9686861E9694A270A58 (Projectile_tA72765CF412643B7253F62ADB6EDDCC9C3803BA6* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// private float disappearAfterTime = 3;
|
|
__this->___disappearAfterTime_4 = (3.0f);
|
|
// private float movementSpeed = 1;
|
|
__this->___movementSpeed_9 = (1.0f);
|
|
MonoBehaviour__ctor_m592DB0105CA0BC97AA1C5F4AD27B12D68A3B7C1E(__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 projectileActor::Start()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void projectileActor_Start_mE9D36C568CD59FBD720473F7AC48599E68F46B48 (projectileActor_t1D155255A7AAF409B8E698E27C1D1045C6388BE4* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// if (UImaster)
|
|
bool L_0 = __this->___UImaster_12;
|
|
if (!L_0)
|
|
{
|
|
goto IL_002a;
|
|
}
|
|
}
|
|
{
|
|
// UiText.text = bombList[bombType].name.ToString();
|
|
Text_tD60B2346DAA6666BF0D822FF607F0B220C2B9E62* L_1 = __this->___UiText_11;
|
|
projectileU5BU5D_t5E196EB3DE8D8CB96161807F47FE9B6B99A827B6* L_2 = __this->___bombList_9;
|
|
int32_t L_3 = __this->___bombType_18;
|
|
NullCheck(L_2);
|
|
int32_t L_4 = L_3;
|
|
projectile_t0A9A910379B42964C02CCDEFF4F1383D7C0CAFEE* L_5 = (L_2)->GetAt(static_cast<il2cpp_array_size_t>(L_4));
|
|
NullCheck(L_5);
|
|
String_t* L_6 = L_5->___name_0;
|
|
NullCheck(L_6);
|
|
String_t* L_7;
|
|
L_7 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_6);
|
|
NullCheck(L_1);
|
|
VirtualActionInvoker1< String_t* >::Invoke(75 /* System.Void UnityEngine.UI.Text::set_text(System.String) */, L_1, L_7);
|
|
}
|
|
|
|
IL_002a:
|
|
{
|
|
// if (swarmMissileLauncher)
|
|
bool L_8 = __this->___swarmMissileLauncher_19;
|
|
if (!L_8)
|
|
{
|
|
goto IL_0039;
|
|
}
|
|
}
|
|
{
|
|
// projectileSimFire = 5;
|
|
__this->___projectileSimFire_20 = 5;
|
|
}
|
|
|
|
IL_0039:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void projectileActor::Update()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void projectileActor_Update_mDD520CFBD2CFC11D00C0088D16AB7188300A162E (projectileActor_t1D155255A7AAF409B8E698E27C1D1045C6388BE4* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7F8C014BD4810CC276D0F9F81A1E759C7B098B1E);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE16EFE13C5C08096A869677E0912595D5D6C1C03);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFBC1FBDF3F91C0637B6624C6C526B3718C7E46A2);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if(Input.GetButton("Horizontal"))
|
|
bool L_0;
|
|
L_0 = Input_GetButton_m2F217DAE69DB3D1324FB848B3C9C84F19A80989E(_stringLiteral7F8C014BD4810CC276D0F9F81A1E759C7B098B1E, NULL);
|
|
if (!L_0)
|
|
{
|
|
goto IL_005f;
|
|
}
|
|
}
|
|
{
|
|
// if (Input.GetAxis("Horizontal") < 0)
|
|
float L_1;
|
|
L_1 = Input_GetAxis_m10372E6C5FF591668D2DC5F58C58D213CC598A62(_stringLiteral7F8C014BD4810CC276D0F9F81A1E759C7B098B1E, NULL);
|
|
if ((!(((float)L_1) < ((float)(0.0f)))))
|
|
{
|
|
goto IL_003f;
|
|
}
|
|
}
|
|
{
|
|
// gameObject.transform.Rotate(Vector3.up, -25 * Time.deltaTime);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_2;
|
|
L_2 = Component_get_gameObject_m57AEFBB14DB39EC476F740BA000E170355DE691B(__this, NULL);
|
|
NullCheck(L_2);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_3;
|
|
L_3 = GameObject_get_transform_m0BC10ADFA1632166AE5544BDF9038A2650C2AE56(L_2, NULL);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_4;
|
|
L_4 = Vector3_get_up_m128AF3FDC820BF59D5DE86D973E7DE3F20C3AEBA_inline(NULL);
|
|
float L_5;
|
|
L_5 = Time_get_deltaTime_mC3195000401F0FD167DD2F948FD2BC58330D0865(NULL);
|
|
NullCheck(L_3);
|
|
Transform_Rotate_m35B44707FE16FF8015D519D8C162C0B4A85D6D1F(L_3, L_4, ((float)il2cpp_codegen_multiply((-25.0f), L_5)), NULL);
|
|
goto IL_005f;
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
// gameObject.transform.Rotate(Vector3.up, 25 * Time.deltaTime);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_6;
|
|
L_6 = Component_get_gameObject_m57AEFBB14DB39EC476F740BA000E170355DE691B(__this, NULL);
|
|
NullCheck(L_6);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_7;
|
|
L_7 = GameObject_get_transform_m0BC10ADFA1632166AE5544BDF9038A2650C2AE56(L_6, NULL);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_8;
|
|
L_8 = Vector3_get_up_m128AF3FDC820BF59D5DE86D973E7DE3F20C3AEBA_inline(NULL);
|
|
float L_9;
|
|
L_9 = Time_get_deltaTime_mC3195000401F0FD167DD2F948FD2BC58330D0865(NULL);
|
|
NullCheck(L_7);
|
|
Transform_Rotate_m35B44707FE16FF8015D519D8C162C0B4A85D6D1F(L_7, L_8, ((float)il2cpp_codegen_multiply((25.0f), L_9)), NULL);
|
|
}
|
|
|
|
IL_005f:
|
|
{
|
|
// if (Input.GetKeyDown(KeyCode.Q))
|
|
bool L_10;
|
|
L_10 = Input_GetKeyDown_mB237DEA6244132670D38990BAB77D813FBB028D2(((int32_t)113), NULL);
|
|
if (!L_10)
|
|
{
|
|
goto IL_006f;
|
|
}
|
|
}
|
|
{
|
|
// Switch(-1);
|
|
projectileActor_Switch_m24AA89DBBDD468BF65BA73633952615C830AEC4E(__this, (-1), NULL);
|
|
}
|
|
|
|
IL_006f:
|
|
{
|
|
// if (Input.GetButtonDown("Fire2") || Input.GetKeyDown(KeyCode.E))
|
|
bool L_11;
|
|
L_11 = Input_GetButtonDown_mEF5F80C9E8F04104E807D9CBD6F70CDB98751579(_stringLiteralE16EFE13C5C08096A869677E0912595D5D6C1C03, NULL);
|
|
if (L_11)
|
|
{
|
|
goto IL_0084;
|
|
}
|
|
}
|
|
{
|
|
bool L_12;
|
|
L_12 = Input_GetKeyDown_mB237DEA6244132670D38990BAB77D813FBB028D2(((int32_t)101), NULL);
|
|
if (!L_12)
|
|
{
|
|
goto IL_008b;
|
|
}
|
|
}
|
|
|
|
IL_0084:
|
|
{
|
|
// Switch(1);
|
|
projectileActor_Switch_m24AA89DBBDD468BF65BA73633952615C830AEC4E(__this, 1, NULL);
|
|
}
|
|
|
|
IL_008b:
|
|
{
|
|
// if(Input.GetButtonDown("Fire1"))
|
|
bool L_13;
|
|
L_13 = Input_GetButtonDown_mEF5F80C9E8F04104E807D9CBD6F70CDB98751579(_stringLiteralFBC1FBDF3F91C0637B6624C6C526B3718C7E46A2, NULL);
|
|
if (!L_13)
|
|
{
|
|
goto IL_00a4;
|
|
}
|
|
}
|
|
{
|
|
// firing = true;
|
|
__this->___firing_17 = (bool)1;
|
|
// Fire();
|
|
projectileActor_Fire_m288D30D69989D02D08A6043974C7E83FE2FBBFF6(__this, NULL);
|
|
}
|
|
|
|
IL_00a4:
|
|
{
|
|
// if (Input.GetButtonUp("Fire1"))
|
|
bool L_14;
|
|
L_14 = Input_GetButtonUp_mEE713E86F1A024762EFED092BC59F3478E786601(_stringLiteralFBC1FBDF3F91C0637B6624C6C526B3718C7E46A2, NULL);
|
|
if (!L_14)
|
|
{
|
|
goto IL_00c2;
|
|
}
|
|
}
|
|
{
|
|
// firing = false;
|
|
__this->___firing_17 = (bool)0;
|
|
// firingTimer = 0;
|
|
__this->___firingTimer_16 = (0.0f);
|
|
}
|
|
|
|
IL_00c2:
|
|
{
|
|
// if (bombList[bombType].rapidFire && firing)
|
|
projectileU5BU5D_t5E196EB3DE8D8CB96161807F47FE9B6B99A827B6* L_15 = __this->___bombList_9;
|
|
int32_t L_16 = __this->___bombType_18;
|
|
NullCheck(L_15);
|
|
int32_t L_17 = L_16;
|
|
projectile_t0A9A910379B42964C02CCDEFF4F1383D7C0CAFEE* L_18 = (L_15)->GetAt(static_cast<il2cpp_array_size_t>(L_17));
|
|
NullCheck(L_18);
|
|
bool L_19 = L_18->___rapidFire_5;
|
|
if (!L_19)
|
|
{
|
|
goto IL_0110;
|
|
}
|
|
}
|
|
{
|
|
bool L_20 = __this->___firing_17;
|
|
if (!L_20)
|
|
{
|
|
goto IL_0110;
|
|
}
|
|
}
|
|
{
|
|
// if(firingTimer > bombList[bombType].rapidFireCooldown+rapidFireDelay)
|
|
float L_21 = __this->___firingTimer_16;
|
|
projectileU5BU5D_t5E196EB3DE8D8CB96161807F47FE9B6B99A827B6* L_22 = __this->___bombList_9;
|
|
int32_t L_23 = __this->___bombType_18;
|
|
NullCheck(L_22);
|
|
int32_t L_24 = L_23;
|
|
projectile_t0A9A910379B42964C02CCDEFF4F1383D7C0CAFEE* L_25 = (L_22)->GetAt(static_cast<il2cpp_array_size_t>(L_24));
|
|
NullCheck(L_25);
|
|
float L_26 = L_25->___rapidFireCooldown_6;
|
|
float L_27 = __this->___rapidFireDelay_14;
|
|
if ((!(((float)L_21) > ((float)((float)il2cpp_codegen_add(L_26, L_27))))))
|
|
{
|
|
goto IL_0110;
|
|
}
|
|
}
|
|
{
|
|
// Fire();
|
|
projectileActor_Fire_m288D30D69989D02D08A6043974C7E83FE2FBBFF6(__this, NULL);
|
|
// firingTimer = 0;
|
|
__this->___firingTimer_16 = (0.0f);
|
|
}
|
|
|
|
IL_0110:
|
|
{
|
|
// if(firing)
|
|
bool L_28 = __this->___firing_17;
|
|
if (!L_28)
|
|
{
|
|
goto IL_012a;
|
|
}
|
|
}
|
|
{
|
|
// firingTimer += Time.deltaTime;
|
|
float L_29 = __this->___firingTimer_16;
|
|
float L_30;
|
|
L_30 = Time_get_deltaTime_mC3195000401F0FD167DD2F948FD2BC58330D0865(NULL);
|
|
__this->___firingTimer_16 = ((float)il2cpp_codegen_add(L_29, L_30));
|
|
}
|
|
|
|
IL_012a:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void projectileActor::Switch(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void projectileActor_Switch_m24AA89DBBDD468BF65BA73633952615C830AEC4E (projectileActor_t1D155255A7AAF409B8E698E27C1D1045C6388BE4* __this, int32_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// bombType += value;
|
|
int32_t L_0 = __this->___bombType_18;
|
|
int32_t L_1 = ___0_value;
|
|
__this->___bombType_18 = ((int32_t)il2cpp_codegen_add(L_0, L_1));
|
|
// if (bombType < 0)
|
|
int32_t L_2 = __this->___bombType_18;
|
|
if ((((int32_t)L_2) >= ((int32_t)0)))
|
|
{
|
|
goto IL_0035;
|
|
}
|
|
}
|
|
{
|
|
// bombType = bombList.Length;
|
|
projectileU5BU5D_t5E196EB3DE8D8CB96161807F47FE9B6B99A827B6* L_3 = __this->___bombList_9;
|
|
NullCheck(L_3);
|
|
__this->___bombType_18 = ((int32_t)(((RuntimeArray*)L_3)->max_length));
|
|
// bombType--;
|
|
int32_t L_4 = __this->___bombType_18;
|
|
__this->___bombType_18 = ((int32_t)il2cpp_codegen_subtract(L_4, 1));
|
|
goto IL_004c;
|
|
}
|
|
|
|
IL_0035:
|
|
{
|
|
// else if (bombType >= bombList.Length)
|
|
int32_t L_5 = __this->___bombType_18;
|
|
projectileU5BU5D_t5E196EB3DE8D8CB96161807F47FE9B6B99A827B6* L_6 = __this->___bombList_9;
|
|
NullCheck(L_6);
|
|
if ((((int32_t)L_5) < ((int32_t)((int32_t)(((RuntimeArray*)L_6)->max_length)))))
|
|
{
|
|
goto IL_004c;
|
|
}
|
|
}
|
|
{
|
|
// bombType = 0;
|
|
__this->___bombType_18 = 0;
|
|
}
|
|
|
|
IL_004c:
|
|
{
|
|
// if (UImaster)
|
|
bool L_7 = __this->___UImaster_12;
|
|
if (!L_7)
|
|
{
|
|
goto IL_0076;
|
|
}
|
|
}
|
|
{
|
|
// UiText.text = bombList[bombType].name.ToString();
|
|
Text_tD60B2346DAA6666BF0D822FF607F0B220C2B9E62* L_8 = __this->___UiText_11;
|
|
projectileU5BU5D_t5E196EB3DE8D8CB96161807F47FE9B6B99A827B6* L_9 = __this->___bombList_9;
|
|
int32_t L_10 = __this->___bombType_18;
|
|
NullCheck(L_9);
|
|
int32_t L_11 = L_10;
|
|
projectile_t0A9A910379B42964C02CCDEFF4F1383D7C0CAFEE* L_12 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
|
|
NullCheck(L_12);
|
|
String_t* L_13 = L_12->___name_0;
|
|
NullCheck(L_13);
|
|
String_t* L_14;
|
|
L_14 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_13);
|
|
NullCheck(L_8);
|
|
VirtualActionInvoker1< String_t* >::Invoke(75 /* System.Void UnityEngine.UI.Text::set_text(System.String) */, L_8, L_14);
|
|
}
|
|
|
|
IL_0076:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void projectileActor::Fire()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void projectileActor_Fire_m288D30D69989D02D08A6043974C7E83FE2FBBFF6 (projectileActor_t1D155255A7AAF409B8E698E27C1D1045C6388BE4* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_Instantiate_TisGameObject_t76FEDD663AB33C991A9C9A23129337651094216F_m831D2F71DF2AA6C93AFDFEFA04CF2CFC5FBBCDB4_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_Instantiate_TisRigidbody_t268697F5A994213ED97393309870968BC1C7393C_m156FAC4850C7738CFC53E365D32C72C4D7B66EA2_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF060A3E0B48803B836F558E2E44EEED235450F51);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Rigidbody_t268697F5A994213ED97393309870968BC1C7393C* V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
{
|
|
// if(CameraShake)
|
|
bool L_0 = __this->___CameraShake_13;
|
|
if (!L_0)
|
|
{
|
|
goto IL_0013;
|
|
}
|
|
}
|
|
{
|
|
// CameraShakeCaller.ShakeCamera();
|
|
CameraShakeProjectile_t37E0198F3A95DD8C53B2D29178D63D2003A1E568* L_1 = __this->___CameraShakeCaller_15;
|
|
NullCheck(L_1);
|
|
CameraShakeProjectile_ShakeCamera_m253FAC85B1B01E8E8D2F259FE4AC40A47B5FEEDA(L_1, NULL);
|
|
}
|
|
|
|
IL_0013:
|
|
{
|
|
// Instantiate(bombList[bombType].muzzleflare, spawnLocatorMuzzleFlare.position, spawnLocatorMuzzleFlare.rotation);
|
|
projectileU5BU5D_t5E196EB3DE8D8CB96161807F47FE9B6B99A827B6* L_2 = __this->___bombList_9;
|
|
int32_t L_3 = __this->___bombType_18;
|
|
NullCheck(L_2);
|
|
int32_t L_4 = L_3;
|
|
projectile_t0A9A910379B42964C02CCDEFF4F1383D7C0CAFEE* L_5 = (L_2)->GetAt(static_cast<il2cpp_array_size_t>(L_4));
|
|
NullCheck(L_5);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_6 = L_5->___muzzleflare_2;
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_7 = __this->___spawnLocatorMuzzleFlare_5;
|
|
NullCheck(L_7);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_8;
|
|
L_8 = Transform_get_position_m69CD5FA214FDAE7BB701552943674846C220FDE1(L_7, NULL);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_9 = __this->___spawnLocatorMuzzleFlare_5;
|
|
NullCheck(L_9);
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_10;
|
|
L_10 = Transform_get_rotation_m32AF40CA0D50C797DA639A696F8EAEC7524C179C(L_9, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_11;
|
|
L_11 = Object_Instantiate_TisGameObject_t76FEDD663AB33C991A9C9A23129337651094216F_m831D2F71DF2AA6C93AFDFEFA04CF2CFC5FBBCDB4(L_6, L_8, L_10, Object_Instantiate_TisGameObject_t76FEDD663AB33C991A9C9A23129337651094216F_m831D2F71DF2AA6C93AFDFEFA04CF2CFC5FBBCDB4_RuntimeMethod_var);
|
|
// if (bombList[bombType].hasShells)
|
|
projectileU5BU5D_t5E196EB3DE8D8CB96161807F47FE9B6B99A827B6* L_12 = __this->___bombList_9;
|
|
int32_t L_13 = __this->___bombType_18;
|
|
NullCheck(L_12);
|
|
int32_t L_14 = L_13;
|
|
projectile_t0A9A910379B42964C02CCDEFF4F1383D7C0CAFEE* L_15 = (L_12)->GetAt(static_cast<il2cpp_array_size_t>(L_14));
|
|
NullCheck(L_15);
|
|
bool L_16 = L_15->___hasShells_10;
|
|
if (!L_16)
|
|
{
|
|
goto IL_0083;
|
|
}
|
|
}
|
|
{
|
|
// Instantiate(bombList[bombType].shellPrefab, shellLocator.position, shellLocator.rotation);
|
|
projectileU5BU5D_t5E196EB3DE8D8CB96161807F47FE9B6B99A827B6* L_17 = __this->___bombList_9;
|
|
int32_t L_18 = __this->___bombType_18;
|
|
NullCheck(L_17);
|
|
int32_t L_19 = L_18;
|
|
projectile_t0A9A910379B42964C02CCDEFF4F1383D7C0CAFEE* L_20 = (L_17)->GetAt(static_cast<il2cpp_array_size_t>(L_19));
|
|
NullCheck(L_20);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_21 = L_20->___shellPrefab_9;
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_22 = __this->___shellLocator_6;
|
|
NullCheck(L_22);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_23;
|
|
L_23 = Transform_get_position_m69CD5FA214FDAE7BB701552943674846C220FDE1(L_22, NULL);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_24 = __this->___shellLocator_6;
|
|
NullCheck(L_24);
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_25;
|
|
L_25 = Transform_get_rotation_m32AF40CA0D50C797DA639A696F8EAEC7524C179C(L_24, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_26;
|
|
L_26 = Object_Instantiate_TisGameObject_t76FEDD663AB33C991A9C9A23129337651094216F_m831D2F71DF2AA6C93AFDFEFA04CF2CFC5FBBCDB4(L_21, L_23, L_25, Object_Instantiate_TisGameObject_t76FEDD663AB33C991A9C9A23129337651094216F_m831D2F71DF2AA6C93AFDFEFA04CF2CFC5FBBCDB4_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0083:
|
|
{
|
|
// recoilAnimator.SetTrigger("recoil_trigger");
|
|
Animator_t8A52E42AE54F76681838FE9E632683EF3952E883* L_27 = __this->___recoilAnimator_7;
|
|
NullCheck(L_27);
|
|
Animator_SetTrigger_mC9CD54D627C8843EF6E159E167449D216EF6EB30(L_27, _stringLiteralF060A3E0B48803B836F558E2E44EEED235450F51, NULL);
|
|
// rocketInstance = Instantiate(bombList[bombType].bombPrefab, spawnLocator.position,spawnLocator.rotation) as Rigidbody;
|
|
projectileU5BU5D_t5E196EB3DE8D8CB96161807F47FE9B6B99A827B6* L_28 = __this->___bombList_9;
|
|
int32_t L_29 = __this->___bombType_18;
|
|
NullCheck(L_28);
|
|
int32_t L_30 = L_29;
|
|
projectile_t0A9A910379B42964C02CCDEFF4F1383D7C0CAFEE* L_31 = (L_28)->GetAt(static_cast<il2cpp_array_size_t>(L_30));
|
|
NullCheck(L_31);
|
|
Rigidbody_t268697F5A994213ED97393309870968BC1C7393C* L_32 = L_31->___bombPrefab_1;
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_33 = __this->___spawnLocator_4;
|
|
NullCheck(L_33);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_34;
|
|
L_34 = Transform_get_position_m69CD5FA214FDAE7BB701552943674846C220FDE1(L_33, NULL);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_35 = __this->___spawnLocator_4;
|
|
NullCheck(L_35);
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_36;
|
|
L_36 = Transform_get_rotation_m32AF40CA0D50C797DA639A696F8EAEC7524C179C(L_35, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
Rigidbody_t268697F5A994213ED97393309870968BC1C7393C* L_37;
|
|
L_37 = Object_Instantiate_TisRigidbody_t268697F5A994213ED97393309870968BC1C7393C_m156FAC4850C7738CFC53E365D32C72C4D7B66EA2(L_32, L_34, L_36, Object_Instantiate_TisRigidbody_t268697F5A994213ED97393309870968BC1C7393C_m156FAC4850C7738CFC53E365D32C72C4D7B66EA2_RuntimeMethod_var);
|
|
V_0 = L_37;
|
|
// rocketInstance.AddForce(spawnLocator.forward * Random.Range(bombList[bombType].min, bombList[bombType].max));
|
|
Rigidbody_t268697F5A994213ED97393309870968BC1C7393C* L_38 = V_0;
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_39 = __this->___spawnLocator_4;
|
|
NullCheck(L_39);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_40;
|
|
L_40 = Transform_get_forward_mFCFACF7165FDAB21E80E384C494DF278386CEE2F(L_39, NULL);
|
|
projectileU5BU5D_t5E196EB3DE8D8CB96161807F47FE9B6B99A827B6* L_41 = __this->___bombList_9;
|
|
int32_t L_42 = __this->___bombType_18;
|
|
NullCheck(L_41);
|
|
int32_t L_43 = L_42;
|
|
projectile_t0A9A910379B42964C02CCDEFF4F1383D7C0CAFEE* L_44 = (L_41)->GetAt(static_cast<il2cpp_array_size_t>(L_43));
|
|
NullCheck(L_44);
|
|
float L_45 = L_44->___min_3;
|
|
projectileU5BU5D_t5E196EB3DE8D8CB96161807F47FE9B6B99A827B6* L_46 = __this->___bombList_9;
|
|
int32_t L_47 = __this->___bombType_18;
|
|
NullCheck(L_46);
|
|
int32_t L_48 = L_47;
|
|
projectile_t0A9A910379B42964C02CCDEFF4F1383D7C0CAFEE* L_49 = (L_46)->GetAt(static_cast<il2cpp_array_size_t>(L_48));
|
|
NullCheck(L_49);
|
|
float L_50 = L_49->___max_4;
|
|
float L_51;
|
|
L_51 = Random_Range_m5236C99A7D8AE6AC9190592DC66016652A2D2494(L_45, L_50, NULL);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_52;
|
|
L_52 = Vector3_op_Multiply_m87BA7C578F96C8E49BB07088DAAC4649F83B0353_inline(L_40, L_51, NULL);
|
|
NullCheck(L_38);
|
|
Rigidbody_AddForce_m7A3EEEED21F986917107CBA6CC0106DCBC212198(L_38, L_52, NULL);
|
|
// if (bombList[bombType].shotgunBehavior)
|
|
projectileU5BU5D_t5E196EB3DE8D8CB96161807F47FE9B6B99A827B6* L_53 = __this->___bombList_9;
|
|
int32_t L_54 = __this->___bombType_18;
|
|
NullCheck(L_53);
|
|
int32_t L_55 = L_54;
|
|
projectile_t0A9A910379B42964C02CCDEFF4F1383D7C0CAFEE* L_56 = (L_53)->GetAt(static_cast<il2cpp_array_size_t>(L_55));
|
|
NullCheck(L_56);
|
|
bool L_57 = L_56->___shotgunBehavior_7;
|
|
if (!L_57)
|
|
{
|
|
goto IL_01a8;
|
|
}
|
|
}
|
|
{
|
|
// for(int i = 0; i < bombList[bombType].shotgunPellets ;i++ )
|
|
V_1 = 0;
|
|
goto IL_0190;
|
|
}
|
|
|
|
IL_011b:
|
|
{
|
|
// rocketInstanceShotgun = Instantiate(bombList[bombType].bombPrefab, shotgunLocator[i].position, shotgunLocator[i].rotation) as Rigidbody;
|
|
projectileU5BU5D_t5E196EB3DE8D8CB96161807F47FE9B6B99A827B6* L_58 = __this->___bombList_9;
|
|
int32_t L_59 = __this->___bombType_18;
|
|
NullCheck(L_58);
|
|
int32_t L_60 = L_59;
|
|
projectile_t0A9A910379B42964C02CCDEFF4F1383D7C0CAFEE* L_61 = (L_58)->GetAt(static_cast<il2cpp_array_size_t>(L_60));
|
|
NullCheck(L_61);
|
|
Rigidbody_t268697F5A994213ED97393309870968BC1C7393C* L_62 = L_61->___bombPrefab_1;
|
|
TransformU5BU5D_tBB9C5F5686CAE82E3D97D43DF0F3D68ABF75EC24* L_63 = __this->___shotgunLocator_8;
|
|
int32_t L_64 = V_1;
|
|
NullCheck(L_63);
|
|
int32_t L_65 = L_64;
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_66 = (L_63)->GetAt(static_cast<il2cpp_array_size_t>(L_65));
|
|
NullCheck(L_66);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_67;
|
|
L_67 = Transform_get_position_m69CD5FA214FDAE7BB701552943674846C220FDE1(L_66, NULL);
|
|
TransformU5BU5D_tBB9C5F5686CAE82E3D97D43DF0F3D68ABF75EC24* L_68 = __this->___shotgunLocator_8;
|
|
int32_t L_69 = V_1;
|
|
NullCheck(L_68);
|
|
int32_t L_70 = L_69;
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_71 = (L_68)->GetAt(static_cast<il2cpp_array_size_t>(L_70));
|
|
NullCheck(L_71);
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_72;
|
|
L_72 = Transform_get_rotation_m32AF40CA0D50C797DA639A696F8EAEC7524C179C(L_71, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
Rigidbody_t268697F5A994213ED97393309870968BC1C7393C* L_73;
|
|
L_73 = Object_Instantiate_TisRigidbody_t268697F5A994213ED97393309870968BC1C7393C_m156FAC4850C7738CFC53E365D32C72C4D7B66EA2(L_62, L_67, L_72, Object_Instantiate_TisRigidbody_t268697F5A994213ED97393309870968BC1C7393C_m156FAC4850C7738CFC53E365D32C72C4D7B66EA2_RuntimeMethod_var);
|
|
// rocketInstanceShotgun.AddForce(shotgunLocator[i].forward * Random.Range(bombList[bombType].min, bombList[bombType].max));
|
|
TransformU5BU5D_tBB9C5F5686CAE82E3D97D43DF0F3D68ABF75EC24* L_74 = __this->___shotgunLocator_8;
|
|
int32_t L_75 = V_1;
|
|
NullCheck(L_74);
|
|
int32_t L_76 = L_75;
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_77 = (L_74)->GetAt(static_cast<il2cpp_array_size_t>(L_76));
|
|
NullCheck(L_77);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_78;
|
|
L_78 = Transform_get_forward_mFCFACF7165FDAB21E80E384C494DF278386CEE2F(L_77, NULL);
|
|
projectileU5BU5D_t5E196EB3DE8D8CB96161807F47FE9B6B99A827B6* L_79 = __this->___bombList_9;
|
|
int32_t L_80 = __this->___bombType_18;
|
|
NullCheck(L_79);
|
|
int32_t L_81 = L_80;
|
|
projectile_t0A9A910379B42964C02CCDEFF4F1383D7C0CAFEE* L_82 = (L_79)->GetAt(static_cast<il2cpp_array_size_t>(L_81));
|
|
NullCheck(L_82);
|
|
float L_83 = L_82->___min_3;
|
|
projectileU5BU5D_t5E196EB3DE8D8CB96161807F47FE9B6B99A827B6* L_84 = __this->___bombList_9;
|
|
int32_t L_85 = __this->___bombType_18;
|
|
NullCheck(L_84);
|
|
int32_t L_86 = L_85;
|
|
projectile_t0A9A910379B42964C02CCDEFF4F1383D7C0CAFEE* L_87 = (L_84)->GetAt(static_cast<il2cpp_array_size_t>(L_86));
|
|
NullCheck(L_87);
|
|
float L_88 = L_87->___max_4;
|
|
float L_89;
|
|
L_89 = Random_Range_m5236C99A7D8AE6AC9190592DC66016652A2D2494(L_83, L_88, NULL);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_90;
|
|
L_90 = Vector3_op_Multiply_m87BA7C578F96C8E49BB07088DAAC4649F83B0353_inline(L_78, L_89, NULL);
|
|
NullCheck(L_73);
|
|
Rigidbody_AddForce_m7A3EEEED21F986917107CBA6CC0106DCBC212198(L_73, L_90, NULL);
|
|
// for(int i = 0; i < bombList[bombType].shotgunPellets ;i++ )
|
|
int32_t L_91 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add(L_91, 1));
|
|
}
|
|
|
|
IL_0190:
|
|
{
|
|
// for(int i = 0; i < bombList[bombType].shotgunPellets ;i++ )
|
|
int32_t L_92 = V_1;
|
|
projectileU5BU5D_t5E196EB3DE8D8CB96161807F47FE9B6B99A827B6* L_93 = __this->___bombList_9;
|
|
int32_t L_94 = __this->___bombType_18;
|
|
NullCheck(L_93);
|
|
int32_t L_95 = L_94;
|
|
projectile_t0A9A910379B42964C02CCDEFF4F1383D7C0CAFEE* L_96 = (L_93)->GetAt(static_cast<il2cpp_array_size_t>(L_95));
|
|
NullCheck(L_96);
|
|
int32_t L_97 = L_96->___shotgunPellets_8;
|
|
if ((((int32_t)L_92) < ((int32_t)L_97)))
|
|
{
|
|
goto IL_011b;
|
|
}
|
|
}
|
|
|
|
IL_01a8:
|
|
{
|
|
// if (Torque)
|
|
bool L_98 = __this->___Torque_21;
|
|
if (!L_98)
|
|
{
|
|
goto IL_01d7;
|
|
}
|
|
}
|
|
{
|
|
// rocketInstance.AddTorque(spawnLocator.up * Random.Range(Tor_min, Tor_max));
|
|
Rigidbody_t268697F5A994213ED97393309870968BC1C7393C* L_99 = V_0;
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_100 = __this->___spawnLocator_4;
|
|
NullCheck(L_100);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_101;
|
|
L_101 = Transform_get_up_mE47A9D9D96422224DD0539AA5524DA5440145BB2(L_100, NULL);
|
|
float L_102 = __this->___Tor_min_22;
|
|
float L_103 = __this->___Tor_max_23;
|
|
float L_104;
|
|
L_104 = Random_Range_m5236C99A7D8AE6AC9190592DC66016652A2D2494(L_102, L_103, NULL);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_105;
|
|
L_105 = Vector3_op_Multiply_m87BA7C578F96C8E49BB07088DAAC4649F83B0353_inline(L_101, L_104, NULL);
|
|
NullCheck(L_99);
|
|
Rigidbody_AddTorque_m39C767D6CD12B2D12D575E2B469CB5565BFA30B6(L_99, L_105, NULL);
|
|
}
|
|
|
|
IL_01d7:
|
|
{
|
|
// if (MinorRotate)
|
|
bool L_106 = __this->___MinorRotate_24;
|
|
if (!L_106)
|
|
{
|
|
goto IL_01e5;
|
|
}
|
|
}
|
|
{
|
|
// RandomizeRotation();
|
|
projectileActor_RandomizeRotation_m8F4E88297102FF6EFC0C44A58263CCFE54ECE274(__this, NULL);
|
|
}
|
|
|
|
IL_01e5:
|
|
{
|
|
// if (MajorRotate)
|
|
bool L_107 = __this->___MajorRotate_25;
|
|
if (!L_107)
|
|
{
|
|
goto IL_01f3;
|
|
}
|
|
}
|
|
{
|
|
// Major_RandomizeRotation();
|
|
projectileActor_Major_RandomizeRotation_mAFDC66DD85C519D38D499FE40423A14A5D070B9B(__this, NULL);
|
|
}
|
|
|
|
IL_01f3:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void projectileActor::RandomizeRotation()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void projectileActor_RandomizeRotation_m8F4E88297102FF6EFC0C44A58263CCFE54ECE274 (projectileActor_t1D155255A7AAF409B8E698E27C1D1045C6388BE4* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// if (seq == 0)
|
|
int32_t L_0 = __this->___seq_26;
|
|
if (L_0)
|
|
{
|
|
goto IL_0031;
|
|
}
|
|
}
|
|
{
|
|
// seq++;
|
|
int32_t L_1 = __this->___seq_26;
|
|
__this->___seq_26 = ((int32_t)il2cpp_codegen_add(L_1, 1));
|
|
// transform.Rotate(0, 1, 0);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_2;
|
|
L_2 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(__this, NULL);
|
|
NullCheck(L_2);
|
|
Transform_Rotate_m7EA47AD57F43D478CCB0523D179950EE49CDA3E2(L_2, (0.0f), (1.0f), (0.0f), NULL);
|
|
return;
|
|
}
|
|
|
|
IL_0031:
|
|
{
|
|
// else if (seq == 1)
|
|
int32_t L_3 = __this->___seq_26;
|
|
if ((!(((uint32_t)L_3) == ((uint32_t)1))))
|
|
{
|
|
goto IL_0063;
|
|
}
|
|
}
|
|
{
|
|
// seq++;
|
|
int32_t L_4 = __this->___seq_26;
|
|
__this->___seq_26 = ((int32_t)il2cpp_codegen_add(L_4, 1));
|
|
// transform.Rotate(1, 1, 0);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_5;
|
|
L_5 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(__this, NULL);
|
|
NullCheck(L_5);
|
|
Transform_Rotate_m7EA47AD57F43D478CCB0523D179950EE49CDA3E2(L_5, (1.0f), (1.0f), (0.0f), NULL);
|
|
return;
|
|
}
|
|
|
|
IL_0063:
|
|
{
|
|
// else if (seq == 2)
|
|
int32_t L_6 = __this->___seq_26;
|
|
if ((!(((uint32_t)L_6) == ((uint32_t)2))))
|
|
{
|
|
goto IL_0095;
|
|
}
|
|
}
|
|
{
|
|
// seq++;
|
|
int32_t L_7 = __this->___seq_26;
|
|
__this->___seq_26 = ((int32_t)il2cpp_codegen_add(L_7, 1));
|
|
// transform.Rotate(1, -3, 0);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_8;
|
|
L_8 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(__this, NULL);
|
|
NullCheck(L_8);
|
|
Transform_Rotate_m7EA47AD57F43D478CCB0523D179950EE49CDA3E2(L_8, (1.0f), (-3.0f), (0.0f), NULL);
|
|
return;
|
|
}
|
|
|
|
IL_0095:
|
|
{
|
|
// else if (seq == 3)
|
|
int32_t L_9 = __this->___seq_26;
|
|
if ((!(((uint32_t)L_9) == ((uint32_t)3))))
|
|
{
|
|
goto IL_00c7;
|
|
}
|
|
}
|
|
{
|
|
// seq++;
|
|
int32_t L_10 = __this->___seq_26;
|
|
__this->___seq_26 = ((int32_t)il2cpp_codegen_add(L_10, 1));
|
|
// transform.Rotate(-2, 1, 0);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_11;
|
|
L_11 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(__this, NULL);
|
|
NullCheck(L_11);
|
|
Transform_Rotate_m7EA47AD57F43D478CCB0523D179950EE49CDA3E2(L_11, (-2.0f), (1.0f), (0.0f), NULL);
|
|
return;
|
|
}
|
|
|
|
IL_00c7:
|
|
{
|
|
// else if (seq == 4)
|
|
int32_t L_12 = __this->___seq_26;
|
|
if ((!(((uint32_t)L_12) == ((uint32_t)4))))
|
|
{
|
|
goto IL_00f9;
|
|
}
|
|
}
|
|
{
|
|
// seq++;
|
|
int32_t L_13 = __this->___seq_26;
|
|
__this->___seq_26 = ((int32_t)il2cpp_codegen_add(L_13, 1));
|
|
// transform.Rotate(1, 1, 1);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_14;
|
|
L_14 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(__this, NULL);
|
|
NullCheck(L_14);
|
|
Transform_Rotate_m7EA47AD57F43D478CCB0523D179950EE49CDA3E2(L_14, (1.0f), (1.0f), (1.0f), NULL);
|
|
return;
|
|
}
|
|
|
|
IL_00f9:
|
|
{
|
|
// else if (seq == 5)
|
|
int32_t L_15 = __this->___seq_26;
|
|
if ((!(((uint32_t)L_15) == ((uint32_t)5))))
|
|
{
|
|
goto IL_0123;
|
|
}
|
|
}
|
|
{
|
|
// seq = 0;
|
|
__this->___seq_26 = 0;
|
|
// transform.Rotate(-1, -1, -1);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_16;
|
|
L_16 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(__this, NULL);
|
|
NullCheck(L_16);
|
|
Transform_Rotate_m7EA47AD57F43D478CCB0523D179950EE49CDA3E2(L_16, (-1.0f), (-1.0f), (-1.0f), NULL);
|
|
}
|
|
|
|
IL_0123:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void projectileActor::Major_RandomizeRotation()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void projectileActor_Major_RandomizeRotation_mAFDC66DD85C519D38D499FE40423A14A5D070B9B (projectileActor_t1D155255A7AAF409B8E698E27C1D1045C6388BE4* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// if (seq == 0)
|
|
int32_t L_0 = __this->___seq_26;
|
|
if (L_0)
|
|
{
|
|
goto IL_0031;
|
|
}
|
|
}
|
|
{
|
|
// seq++;
|
|
int32_t L_1 = __this->___seq_26;
|
|
__this->___seq_26 = ((int32_t)il2cpp_codegen_add(L_1, 1));
|
|
// transform.Rotate(0, 25, 0);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_2;
|
|
L_2 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(__this, NULL);
|
|
NullCheck(L_2);
|
|
Transform_Rotate_m7EA47AD57F43D478CCB0523D179950EE49CDA3E2(L_2, (0.0f), (25.0f), (0.0f), NULL);
|
|
return;
|
|
}
|
|
|
|
IL_0031:
|
|
{
|
|
// else if (seq == 1)
|
|
int32_t L_3 = __this->___seq_26;
|
|
if ((!(((uint32_t)L_3) == ((uint32_t)1))))
|
|
{
|
|
goto IL_0063;
|
|
}
|
|
}
|
|
{
|
|
// seq++;
|
|
int32_t L_4 = __this->___seq_26;
|
|
__this->___seq_26 = ((int32_t)il2cpp_codegen_add(L_4, 1));
|
|
// transform.Rotate(0, -50, 0);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_5;
|
|
L_5 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(__this, NULL);
|
|
NullCheck(L_5);
|
|
Transform_Rotate_m7EA47AD57F43D478CCB0523D179950EE49CDA3E2(L_5, (0.0f), (-50.0f), (0.0f), NULL);
|
|
return;
|
|
}
|
|
|
|
IL_0063:
|
|
{
|
|
// else if (seq == 2)
|
|
int32_t L_6 = __this->___seq_26;
|
|
if ((!(((uint32_t)L_6) == ((uint32_t)2))))
|
|
{
|
|
goto IL_0095;
|
|
}
|
|
}
|
|
{
|
|
// seq++;
|
|
int32_t L_7 = __this->___seq_26;
|
|
__this->___seq_26 = ((int32_t)il2cpp_codegen_add(L_7, 1));
|
|
// transform.Rotate(0, 25, 0);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_8;
|
|
L_8 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(__this, NULL);
|
|
NullCheck(L_8);
|
|
Transform_Rotate_m7EA47AD57F43D478CCB0523D179950EE49CDA3E2(L_8, (0.0f), (25.0f), (0.0f), NULL);
|
|
return;
|
|
}
|
|
|
|
IL_0095:
|
|
{
|
|
// else if (seq == 3)
|
|
int32_t L_9 = __this->___seq_26;
|
|
if ((!(((uint32_t)L_9) == ((uint32_t)3))))
|
|
{
|
|
goto IL_00c7;
|
|
}
|
|
}
|
|
{
|
|
// seq++;
|
|
int32_t L_10 = __this->___seq_26;
|
|
__this->___seq_26 = ((int32_t)il2cpp_codegen_add(L_10, 1));
|
|
// transform.Rotate(25, 0, 0);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_11;
|
|
L_11 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(__this, NULL);
|
|
NullCheck(L_11);
|
|
Transform_Rotate_m7EA47AD57F43D478CCB0523D179950EE49CDA3E2(L_11, (25.0f), (0.0f), (0.0f), NULL);
|
|
return;
|
|
}
|
|
|
|
IL_00c7:
|
|
{
|
|
// else if (seq == 4)
|
|
int32_t L_12 = __this->___seq_26;
|
|
if ((!(((uint32_t)L_12) == ((uint32_t)4))))
|
|
{
|
|
goto IL_00f9;
|
|
}
|
|
}
|
|
{
|
|
// seq++;
|
|
int32_t L_13 = __this->___seq_26;
|
|
__this->___seq_26 = ((int32_t)il2cpp_codegen_add(L_13, 1));
|
|
// transform.Rotate(-50, 0, 0);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_14;
|
|
L_14 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(__this, NULL);
|
|
NullCheck(L_14);
|
|
Transform_Rotate_m7EA47AD57F43D478CCB0523D179950EE49CDA3E2(L_14, (-50.0f), (0.0f), (0.0f), NULL);
|
|
return;
|
|
}
|
|
|
|
IL_00f9:
|
|
{
|
|
// else if (seq == 5)
|
|
int32_t L_15 = __this->___seq_26;
|
|
if ((!(((uint32_t)L_15) == ((uint32_t)5))))
|
|
{
|
|
goto IL_0123;
|
|
}
|
|
}
|
|
{
|
|
// seq = 0;
|
|
__this->___seq_26 = 0;
|
|
// transform.Rotate(25, 0, 0);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_16;
|
|
L_16 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(__this, NULL);
|
|
NullCheck(L_16);
|
|
Transform_Rotate_m7EA47AD57F43D478CCB0523D179950EE49CDA3E2(L_16, (25.0f), (0.0f), (0.0f), NULL);
|
|
}
|
|
|
|
IL_0123:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void projectileActor::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void projectileActor__ctor_m5BF4B2C1DC28F14A08392A26A85A45CBE0D0A8A4 (projectileActor_t1D155255A7AAF409B8E698E27C1D1045C6388BE4* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public bool UImaster = true;
|
|
__this->___UImaster_12 = (bool)1;
|
|
// public bool CameraShake = true;
|
|
__this->___CameraShake_13 = (bool)1;
|
|
// int projectileSimFire = 1;
|
|
__this->___projectileSimFire_20 = 1;
|
|
MonoBehaviour__ctor_m592DB0105CA0BC97AA1C5F4AD27B12D68A3B7C1E(__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 projectileActor/projectile::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void projectile__ctor_m76293C5BFDE275B27942D10B45B407EE36B678D8 (projectile_t0A9A910379B42964C02CCDEFF4F1383D7C0CAFEE* __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 destroyMe::Start()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void destroyMe_Start_mD92EF69F8B9766ADCB16E1E1DDDE65209563A90B (destroyMe_tB2F591A6D3D4B1A58D893BF570CCF444545623AA* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void destroyMe::Update()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void destroyMe_Update_mC09EE2222712FC9F01C296492095DE3F869579AA (destroyMe_tB2F591A6D3D4B1A58D893BF570CCF444545623AA* __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;
|
|
}
|
|
{
|
|
// timer += Time.deltaTime;
|
|
float L_0 = __this->___timer_4;
|
|
float L_1;
|
|
L_1 = Time_get_deltaTime_mC3195000401F0FD167DD2F948FD2BC58330D0865(NULL);
|
|
__this->___timer_4 = ((float)il2cpp_codegen_add(L_0, L_1));
|
|
// if(timer >= deathtimer)
|
|
float L_2 = __this->___timer_4;
|
|
float L_3 = __this->___deathtimer_5;
|
|
if ((!(((float)L_2) >= ((float)L_3))))
|
|
{
|
|
goto IL_002b;
|
|
}
|
|
}
|
|
{
|
|
// Destroy(gameObject);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_4;
|
|
L_4 = Component_get_gameObject_m57AEFBB14DB39EC476F740BA000E170355DE691B(__this, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
Object_Destroy_mE97D0A766419A81296E8D4E5C23D01D3FE91ACBB(L_4, NULL);
|
|
}
|
|
|
|
IL_002b:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void destroyMe::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void destroyMe__ctor_mBE86751D1EF3CDBF44317FDA2A450AAC0493544A (destroyMe_tB2F591A6D3D4B1A58D893BF570CCF444545623AA* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public float deathtimer = 10;
|
|
__this->___deathtimer_5 = (10.0f);
|
|
MonoBehaviour__ctor_m592DB0105CA0BC97AA1C5F4AD27B12D68A3B7C1E(__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 particleColorChangerMaster::Start()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void particleColorChangerMaster_Start_m36516927722083DAB4120E0E4A3EAF4EE176693B (particleColorChangerMaster_t0B53A83FA6F416B3729A27235D2997759596C081* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void particleColorChangerMaster::Update()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void particleColorChangerMaster_Update_mC389C2548D49510962DB7C481075E5710C622AE2 (particleColorChangerMaster_t0B53A83FA6F416B3729A27235D2997759596C081* __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
ColorOverLifetimeModule_t758EC8315B6C19D78C418D942CD1F94FE7EEE9D9 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
// if (applyChanges || Keep_applyChanges)
|
|
bool L_0 = __this->___applyChanges_6;
|
|
if (L_0)
|
|
{
|
|
goto IL_0010;
|
|
}
|
|
}
|
|
{
|
|
bool L_1 = __this->___Keep_applyChanges_7;
|
|
if (!L_1)
|
|
{
|
|
goto IL_008c;
|
|
}
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
// for (int i = 0; i < colorChangeList.Length; i++)
|
|
V_0 = 0;
|
|
goto IL_007a;
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
// for (int a = 0; a < colorChangeList[i].colored_ParticleSystem.Length; a++)
|
|
V_1 = 0;
|
|
goto IL_0064;
|
|
}
|
|
|
|
IL_0018:
|
|
{
|
|
// var col = colorChangeList[i].colored_ParticleSystem[a].colorOverLifetime;
|
|
colorChangeU5BU5D_t9308F55FF0A8191B8D6564EAB435C6E16739650B* L_2 = __this->___colorChangeList_5;
|
|
int32_t L_3 = V_0;
|
|
NullCheck(L_2);
|
|
int32_t L_4 = L_3;
|
|
colorChange_tEF35D6AA1529384E6B2C49CE37CD346711FD9D33* L_5 = (L_2)->GetAt(static_cast<il2cpp_array_size_t>(L_4));
|
|
NullCheck(L_5);
|
|
ParticleSystemU5BU5D_tC5E33DA557C9C2064085128B3530C5F04D48F6E6* L_6 = L_5->___colored_ParticleSystem_1;
|
|
int32_t L_7 = V_1;
|
|
NullCheck(L_6);
|
|
int32_t L_8 = L_7;
|
|
ParticleSystem_tB19986EE308BD63D36FB6025EEEAFBEDB97C67C1* L_9 = (L_6)->GetAt(static_cast<il2cpp_array_size_t>(L_8));
|
|
NullCheck(L_9);
|
|
ColorOverLifetimeModule_t758EC8315B6C19D78C418D942CD1F94FE7EEE9D9 L_10;
|
|
L_10 = ParticleSystem_get_colorOverLifetime_mD8C72661EFE9BB063126752E744544EE2FF5814C(L_9, NULL);
|
|
V_2 = L_10;
|
|
// col.color = colorChangeList[i].Gradient_custom;
|
|
colorChangeU5BU5D_t9308F55FF0A8191B8D6564EAB435C6E16739650B* L_11 = __this->___colorChangeList_5;
|
|
int32_t L_12 = V_0;
|
|
NullCheck(L_11);
|
|
int32_t L_13 = L_12;
|
|
colorChange_tEF35D6AA1529384E6B2C49CE37CD346711FD9D33* L_14 = (L_11)->GetAt(static_cast<il2cpp_array_size_t>(L_13));
|
|
NullCheck(L_14);
|
|
Gradient_tA7FEBE2FDB4929FFF6C997134841046F713DAC1E* L_15 = L_14->___Gradient_custom_2;
|
|
MinMaxGradient_tFF31B8EC2855D0074AB86E8B37BEA6609070AC69 L_16;
|
|
L_16 = MinMaxGradient_op_Implicit_m8568E0D8DD06940C6A710801B3FC41BB5307298B(L_15, NULL);
|
|
ColorOverLifetimeModule_set_color_m054950B589DA58FFD5BDBC10A70304BF89E3C86B((&V_2), L_16, NULL);
|
|
// colorChangeList[i].colored_ParticleSystem[a].playbackSpeed = Speed_custom;
|
|
colorChangeU5BU5D_t9308F55FF0A8191B8D6564EAB435C6E16739650B* L_17 = __this->___colorChangeList_5;
|
|
int32_t L_18 = V_0;
|
|
NullCheck(L_17);
|
|
int32_t L_19 = L_18;
|
|
colorChange_tEF35D6AA1529384E6B2C49CE37CD346711FD9D33* L_20 = (L_17)->GetAt(static_cast<il2cpp_array_size_t>(L_19));
|
|
NullCheck(L_20);
|
|
ParticleSystemU5BU5D_tC5E33DA557C9C2064085128B3530C5F04D48F6E6* L_21 = L_20->___colored_ParticleSystem_1;
|
|
int32_t L_22 = V_1;
|
|
NullCheck(L_21);
|
|
int32_t L_23 = L_22;
|
|
ParticleSystem_tB19986EE308BD63D36FB6025EEEAFBEDB97C67C1* L_24 = (L_21)->GetAt(static_cast<il2cpp_array_size_t>(L_23));
|
|
float L_25 = __this->___Speed_custom_4;
|
|
NullCheck(L_24);
|
|
ParticleSystem_set_playbackSpeed_m2326EB08C96C18E22194986674D1CBB3358EDFF4(L_24, L_25, NULL);
|
|
// for (int a = 0; a < colorChangeList[i].colored_ParticleSystem.Length; a++)
|
|
int32_t L_26 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add(L_26, 1));
|
|
}
|
|
|
|
IL_0064:
|
|
{
|
|
// for (int a = 0; a < colorChangeList[i].colored_ParticleSystem.Length; a++)
|
|
int32_t L_27 = V_1;
|
|
colorChangeU5BU5D_t9308F55FF0A8191B8D6564EAB435C6E16739650B* L_28 = __this->___colorChangeList_5;
|
|
int32_t L_29 = V_0;
|
|
NullCheck(L_28);
|
|
int32_t L_30 = L_29;
|
|
colorChange_tEF35D6AA1529384E6B2C49CE37CD346711FD9D33* L_31 = (L_28)->GetAt(static_cast<il2cpp_array_size_t>(L_30));
|
|
NullCheck(L_31);
|
|
ParticleSystemU5BU5D_tC5E33DA557C9C2064085128B3530C5F04D48F6E6* L_32 = L_31->___colored_ParticleSystem_1;
|
|
NullCheck(L_32);
|
|
if ((((int32_t)L_27) < ((int32_t)((int32_t)(((RuntimeArray*)L_32)->max_length)))))
|
|
{
|
|
goto IL_0018;
|
|
}
|
|
}
|
|
{
|
|
// for (int i = 0; i < colorChangeList.Length; i++)
|
|
int32_t L_33 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_33, 1));
|
|
}
|
|
|
|
IL_007a:
|
|
{
|
|
// for (int i = 0; i < colorChangeList.Length; i++)
|
|
int32_t L_34 = V_0;
|
|
colorChangeU5BU5D_t9308F55FF0A8191B8D6564EAB435C6E16739650B* L_35 = __this->___colorChangeList_5;
|
|
NullCheck(L_35);
|
|
if ((((int32_t)L_34) < ((int32_t)((int32_t)(((RuntimeArray*)L_35)->max_length)))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
// applyChanges = false;
|
|
__this->___applyChanges_6 = (bool)0;
|
|
}
|
|
|
|
IL_008c:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void particleColorChangerMaster::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void particleColorChangerMaster__ctor_m956979B25CC36538C0AB69699272F2F361B9D8AA (particleColorChangerMaster_t0B53A83FA6F416B3729A27235D2997759596C081* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public float Speed_custom = 1;
|
|
__this->___Speed_custom_4 = (1.0f);
|
|
MonoBehaviour__ctor_m592DB0105CA0BC97AA1C5F4AD27B12D68A3B7C1E(__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 particleColorChangerMaster/colorChange::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void colorChange__ctor_mD9284D1120C498405C1F7EE17055BA03C65F9055 (colorChange_tEF35D6AA1529384E6B2C49CE37CD346711FD9D33* __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 ObjectStampOverrideParameters::Start()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectStampOverrideParameters_Start_m175CCEE8D1E6C17B5F56ABC580D6CF17453F625E (ObjectStampOverrideParameters_tFB2D7B26558D215EEA993C2E3E06CF6638C388B1* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void ObjectStampOverrideParameters::Update()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectStampOverrideParameters_Update_mD7F712F8CA8ABD99C4442767E09DCB8538C27759 (ObjectStampOverrideParameters_tFB2D7B26558D215EEA993C2E3E06CF6638C388B1* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void ObjectStampOverrideParameters::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectStampOverrideParameters__ctor_m20AEAD831050CBEF6D54F1B0B4952A528BFBE835 (ObjectStampOverrideParameters_tFB2D7B26558D215EEA993C2E3E06CF6638C388B1* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
MonoBehaviour__ctor_m592DB0105CA0BC97AA1C5F4AD27B12D68A3B7C1E(__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
|
|
// UnityEngine.Vector3 ObjectStampEmitterBase::GetRayOrigin(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ObjectStampEmitterBase_GetRayOrigin_mAC521FFB077E32E123C6F6D4EA3E25BE1C7BE6A9 (ObjectStampEmitterBase_t2A31066F03FAD982EFEC11809A41885F703A4A70* __this, bool ___0_local, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// { return GetStamperSet().GetRayOrigin(GetSpawnInfo(), transform, local); }
|
|
OStamperSet_tF2812982CD5DB7F227E44BB30B7153A21F96D6A3* L_0;
|
|
L_0 = VirtualFuncInvoker0< OStamperSet_tF2812982CD5DB7F227E44BB30B7153A21F96D6A3* >::Invoke(4 /* FIMSpace.Generating.OStamperSet ObjectStampEmitterBase::GetStamperSet() */, __this);
|
|
ObjectStamperEmittedInfo_t7B9907547FE76FF55028A283C03D9FD1AEC5561A L_1;
|
|
L_1 = VirtualFuncInvoker0< ObjectStamperEmittedInfo_t7B9907547FE76FF55028A283C03D9FD1AEC5561A >::Invoke(5 /* FIMSpace.Generating.ObjectStamperEmittedInfo ObjectStampEmitterBase::GetSpawnInfo() */, __this);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_2;
|
|
L_2 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(__this, NULL);
|
|
bool L_3 = ___0_local;
|
|
NullCheck(L_0);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_4;
|
|
L_4 = OStamperSet_GetRayOrigin_mD53BE4FD67BE8DC356C8E200B303519C767480C7(L_0, L_1, L_2, L_3, NULL);
|
|
return L_4;
|
|
}
|
|
}
|
|
// UnityEngine.Vector3 ObjectStampEmitterBase::GetCastVector(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ObjectStampEmitterBase_GetCastVector_m2A5A0969DEEAFEF3BE13846B0E4EAC65EE16334B (ObjectStampEmitterBase_t2A31066F03FAD982EFEC11809A41885F703A4A70* __this, bool ___0_local, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// { return GetStamperSet().GetCastVector(GetSpawnInfo(), transform, local); }
|
|
OStamperSet_tF2812982CD5DB7F227E44BB30B7153A21F96D6A3* L_0;
|
|
L_0 = VirtualFuncInvoker0< OStamperSet_tF2812982CD5DB7F227E44BB30B7153A21F96D6A3* >::Invoke(4 /* FIMSpace.Generating.OStamperSet ObjectStampEmitterBase::GetStamperSet() */, __this);
|
|
ObjectStamperEmittedInfo_t7B9907547FE76FF55028A283C03D9FD1AEC5561A L_1;
|
|
L_1 = VirtualFuncInvoker0< ObjectStamperEmittedInfo_t7B9907547FE76FF55028A283C03D9FD1AEC5561A >::Invoke(5 /* FIMSpace.Generating.ObjectStamperEmittedInfo ObjectStampEmitterBase::GetSpawnInfo() */, __this);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_2;
|
|
L_2 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(__this, NULL);
|
|
bool L_3 = ___0_local;
|
|
NullCheck(L_0);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_4;
|
|
L_4 = OStamperSet_GetCastVector_mD1FAD74EDC4E4F281CE612EA006A622045C7486E(L_0, L_1, L_2, L_3, NULL);
|
|
return L_4;
|
|
}
|
|
}
|
|
// UnityEngine.GameObject ObjectStampEmitterBase::SpawnEmitPrefab(FIMSpace.Generating.OStamperSet)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ObjectStampEmitterBase_SpawnEmitPrefab_m5DDC25E5CB2B29EA41F454B8DDE079D59ED99C29 (ObjectStampEmitterBase_t2A31066F03FAD982EFEC11809A41885F703A4A70* __this, OStamperSet_tF2812982CD5DB7F227E44BB30B7153A21F96D6A3* ___0_set, 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;
|
|
}
|
|
int32_t V_0 = 0;
|
|
{
|
|
// if (set == null) set = GetStamperSet();
|
|
OStamperSet_tF2812982CD5DB7F227E44BB30B7153A21F96D6A3* L_0 = ___0_set;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_1;
|
|
L_1 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_0, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_0011;
|
|
}
|
|
}
|
|
{
|
|
// if (set == null) set = GetStamperSet();
|
|
OStamperSet_tF2812982CD5DB7F227E44BB30B7153A21F96D6A3* L_2;
|
|
L_2 = VirtualFuncInvoker0< OStamperSet_tF2812982CD5DB7F227E44BB30B7153A21F96D6A3* >::Invoke(4 /* FIMSpace.Generating.OStamperSet ObjectStampEmitterBase::GetStamperSet() */, __this);
|
|
___0_set = L_2;
|
|
}
|
|
|
|
IL_0011:
|
|
{
|
|
// if (RaycastSpawn) // Raycasted placement for spawned prefabs
|
|
bool L_3 = __this->___RaycastSpawn_6;
|
|
if (!L_3)
|
|
{
|
|
goto IL_0057;
|
|
}
|
|
}
|
|
{
|
|
// for (int i = 0; i < 1 + MaxRetryAttempts; i++) // Trying to find place for spawning
|
|
V_0 = 0;
|
|
goto IL_0035;
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
// SpawnTryFindRaycastedPlace(set);
|
|
OStamperSet_tF2812982CD5DB7F227E44BB30B7153A21F96D6A3* L_4 = ___0_set;
|
|
VirtualActionInvoker1< OStamperSet_tF2812982CD5DB7F227E44BB30B7153A21F96D6A3* >::Invoke(8 /* System.Void ObjectStampEmitterBase::SpawnTryFindRaycastedPlace(FIMSpace.Generating.OStamperSet) */, __this, L_4);
|
|
// if (spawningResult.allow) break;
|
|
RaycastingRestrictionsCheckResult_t457302C4195BC931BED91D1F71781E16E002EA41* L_5 = (&__this->___spawningResult_14);
|
|
bool L_6 = L_5->___allow_2;
|
|
if (L_6)
|
|
{
|
|
goto IL_0040;
|
|
}
|
|
}
|
|
{
|
|
// for (int i = 0; i < 1 + MaxRetryAttempts; i++) // Trying to find place for spawning
|
|
int32_t L_7 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_7, 1));
|
|
}
|
|
|
|
IL_0035:
|
|
{
|
|
// for (int i = 0; i < 1 + MaxRetryAttempts; i++) // Trying to find place for spawning
|
|
int32_t L_8 = V_0;
|
|
int32_t L_9 = __this->___MaxRetryAttempts_8;
|
|
if ((((int32_t)L_8) < ((int32_t)((int32_t)il2cpp_codegen_add(1, L_9)))))
|
|
{
|
|
goto IL_001d;
|
|
}
|
|
}
|
|
|
|
IL_0040:
|
|
{
|
|
// if (spawningResult.allow == false) // Failed to find good place to spawn
|
|
RaycastingRestrictionsCheckResult_t457302C4195BC931BED91D1F71781E16E002EA41* L_10 = (&__this->___spawningResult_14);
|
|
bool L_11 = L_10->___allow_2;
|
|
if (L_11)
|
|
{
|
|
goto IL_0057;
|
|
}
|
|
}
|
|
{
|
|
// if (SpawnEvenRetriesFails == false) // If emitter is allowed to spawn target object even if no place to spawn found
|
|
bool L_12 = __this->___SpawnEvenRetriesFails_9;
|
|
if (L_12)
|
|
{
|
|
goto IL_0057;
|
|
}
|
|
}
|
|
{
|
|
// return null;
|
|
return (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F*)NULL;
|
|
}
|
|
|
|
IL_0057:
|
|
{
|
|
// if (spawningResult.allow == false || RaycastSpawn == false) // Spawn in emitter position and rotation
|
|
RaycastingRestrictionsCheckResult_t457302C4195BC931BED91D1F71781E16E002EA41* L_13 = (&__this->___spawningResult_14);
|
|
bool L_14 = L_13->___allow_2;
|
|
if (!L_14)
|
|
{
|
|
goto IL_006c;
|
|
}
|
|
}
|
|
{
|
|
bool L_15 = __this->___RaycastSpawn_6;
|
|
if (L_15)
|
|
{
|
|
goto IL_0075;
|
|
}
|
|
}
|
|
|
|
IL_006c:
|
|
{
|
|
// return InternalInstatiatePrefab(false);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_16;
|
|
L_16 = VirtualFuncInvoker2< GameObject_t76FEDD663AB33C991A9C9A23129337651094216F*, bool, bool >::Invoke(7 /* UnityEngine.GameObject ObjectStampEmitterBase::InternalInstatiatePrefab(System.Boolean,System.Boolean) */, __this, (bool)0, (bool)1);
|
|
return L_16;
|
|
}
|
|
|
|
IL_0075:
|
|
{
|
|
// spawningRaycast = spawningResult.originHit;
|
|
RaycastingRestrictionsCheckResult_t457302C4195BC931BED91D1F71781E16E002EA41* L_17 = (&__this->___spawningResult_14);
|
|
RaycastHit_t6F30BD0B38B56401CA833A1B87BD74F2ACD2F2B5 L_18 = L_17->___originHit_0;
|
|
__this->___spawningRaycast_12 = L_18;
|
|
// return InternalInstatiatePrefab(true);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_19;
|
|
L_19 = VirtualFuncInvoker2< GameObject_t76FEDD663AB33C991A9C9A23129337651094216F*, bool, bool >::Invoke(7 /* UnityEngine.GameObject ObjectStampEmitterBase::InternalInstatiatePrefab(System.Boolean,System.Boolean) */, __this, (bool)1, (bool)1);
|
|
return L_19;
|
|
}
|
|
}
|
|
// UnityEngine.GameObject ObjectStampEmitterBase::InternalInstatiatePrefab(System.Boolean,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ObjectStampEmitterBase_InternalInstatiatePrefab_mDCE8F10B0277ACD26DCE90F702A9C2035367169C (ObjectStampEmitterBase_t2A31066F03FAD982EFEC11809A41885F703A4A70* __this, bool ___0_raycasted, bool ___1_setParent, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_m0A5E89BED3122C383D5D1D61DEF0AFC73D71B93A_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_m75F3ABB694E26670F021136BD3B9E71A65948BC2_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* V_0 = NULL;
|
|
ObjectStamperEmittedInfo_t7B9907547FE76FF55028A283C03D9FD1AEC5561A V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
Nullable_1_t3F600B8542A47470EF0DD5F72E42A0A3878DD326 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
Nullable_1_t9C51B084784B716FFF4ED4575C63CFD8A71A86FE V_3;
|
|
memset((&V_3), 0, sizeof(V_3));
|
|
{
|
|
// Transform targetParent = transform;
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_0;
|
|
L_0 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(__this, NULL);
|
|
V_0 = L_0;
|
|
// if (AlwaysDetachSpawned) targetParent = transform.parent;
|
|
bool L_1 = __this->___AlwaysDetachSpawned_10;
|
|
if (!L_1)
|
|
{
|
|
goto IL_001b;
|
|
}
|
|
}
|
|
{
|
|
// if (AlwaysDetachSpawned) targetParent = transform.parent;
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_2;
|
|
L_2 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(__this, NULL);
|
|
NullCheck(L_2);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_3;
|
|
L_3 = Transform_get_parent_m65354E28A4C94EC00EBCF03532F7B0718380791E(L_2, NULL);
|
|
V_0 = L_3;
|
|
}
|
|
|
|
IL_001b:
|
|
{
|
|
// if (raycasted)
|
|
bool L_4 = ___0_raycasted;
|
|
if (!L_4)
|
|
{
|
|
goto IL_0050;
|
|
}
|
|
}
|
|
{
|
|
// return GetSpawnInfo().Spawn(transform, targetParent, spawningRaycast, spawningVolume.customPoint, setParent);
|
|
ObjectStamperEmittedInfo_t7B9907547FE76FF55028A283C03D9FD1AEC5561A L_5;
|
|
L_5 = VirtualFuncInvoker0< ObjectStamperEmittedInfo_t7B9907547FE76FF55028A283C03D9FD1AEC5561A >::Invoke(5 /* FIMSpace.Generating.ObjectStamperEmittedInfo ObjectStampEmitterBase::GetSpawnInfo() */, __this);
|
|
V_1 = L_5;
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_6;
|
|
L_6 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(__this, NULL);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_7 = V_0;
|
|
RaycastHit_t6F30BD0B38B56401CA833A1B87BD74F2ACD2F2B5 L_8 = __this->___spawningRaycast_12;
|
|
Nullable_1_t3F600B8542A47470EF0DD5F72E42A0A3878DD326 L_9;
|
|
memset((&L_9), 0, sizeof(L_9));
|
|
Nullable_1__ctor_m0A5E89BED3122C383D5D1D61DEF0AFC73D71B93A((&L_9), L_8, /*hidden argument*/Nullable_1__ctor_m0A5E89BED3122C383D5D1D61DEF0AFC73D71B93A_RuntimeMethod_var);
|
|
PlacementVolumeRaycastingData_tDC61A14A5E7E9C39FFC4FC12980A87EA6A50D257* L_10 = (&__this->___spawningVolume_13);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_11 = L_10->___customPoint_6;
|
|
Nullable_1_t9C51B084784B716FFF4ED4575C63CFD8A71A86FE L_12;
|
|
memset((&L_12), 0, sizeof(L_12));
|
|
Nullable_1__ctor_m75F3ABB694E26670F021136BD3B9E71A65948BC2((&L_12), L_11, /*hidden argument*/Nullable_1__ctor_m75F3ABB694E26670F021136BD3B9E71A65948BC2_RuntimeMethod_var);
|
|
bool L_13 = ___1_setParent;
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_14;
|
|
L_14 = ObjectStamperEmittedInfo_Spawn_m8C246921454ADAB3E7B36A05BDCAC39EBD4561C5((&V_1), L_6, L_7, L_9, L_12, L_13, NULL);
|
|
return L_14;
|
|
}
|
|
|
|
IL_0050:
|
|
{
|
|
// return GetSpawnInfo().Spawn(transform, targetParent, null, null, setParent);
|
|
ObjectStamperEmittedInfo_t7B9907547FE76FF55028A283C03D9FD1AEC5561A L_15;
|
|
L_15 = VirtualFuncInvoker0< ObjectStamperEmittedInfo_t7B9907547FE76FF55028A283C03D9FD1AEC5561A >::Invoke(5 /* FIMSpace.Generating.ObjectStamperEmittedInfo ObjectStampEmitterBase::GetSpawnInfo() */, __this);
|
|
V_1 = L_15;
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_16;
|
|
L_16 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(__this, NULL);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_17 = V_0;
|
|
il2cpp_codegen_initobj((&V_2), sizeof(Nullable_1_t3F600B8542A47470EF0DD5F72E42A0A3878DD326));
|
|
Nullable_1_t3F600B8542A47470EF0DD5F72E42A0A3878DD326 L_18 = V_2;
|
|
il2cpp_codegen_initobj((&V_3), sizeof(Nullable_1_t9C51B084784B716FFF4ED4575C63CFD8A71A86FE));
|
|
Nullable_1_t9C51B084784B716FFF4ED4575C63CFD8A71A86FE L_19 = V_3;
|
|
bool L_20 = ___1_setParent;
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_21;
|
|
L_21 = ObjectStamperEmittedInfo_Spawn_m8C246921454ADAB3E7B36A05BDCAC39EBD4561C5((&V_1), L_16, L_17, L_18, L_19, L_20, NULL);
|
|
return L_21;
|
|
}
|
|
}
|
|
// System.Void ObjectStampEmitterBase::SpawnTryFindRaycastedPlace(FIMSpace.Generating.OStamperSet)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectStampEmitterBase_SpawnTryFindRaycastedPlace_m1CE3CA767693E085A6222B3F127B7840D6FD1823 (ObjectStampEmitterBase_t2A31066F03FAD982EFEC11809A41885F703A4A70* __this, OStamperSet_tF2812982CD5DB7F227E44BB30B7153A21F96D6A3* ___0_set, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_m75F3ABB694E26670F021136BD3B9E71A65948BC2_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RaycastingRestrictionsCheckResult_t457302C4195BC931BED91D1F71781E16E002EA41 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
// Physics.SyncTransforms();
|
|
Physics_SyncTransforms_mB88B6B27C24234D18846F614F9AE674976A5F1CA(NULL);
|
|
// spawningVolume = set.GetRaycastingVolumeFor(GetSpawnInfo(), transform);
|
|
OStamperSet_tF2812982CD5DB7F227E44BB30B7153A21F96D6A3* L_0 = ___0_set;
|
|
ObjectStamperEmittedInfo_t7B9907547FE76FF55028A283C03D9FD1AEC5561A L_1;
|
|
L_1 = VirtualFuncInvoker0< ObjectStamperEmittedInfo_t7B9907547FE76FF55028A283C03D9FD1AEC5561A >::Invoke(5 /* FIMSpace.Generating.ObjectStamperEmittedInfo ObjectStampEmitterBase::GetSpawnInfo() */, __this);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_2;
|
|
L_2 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(__this, NULL);
|
|
NullCheck(L_0);
|
|
PlacementVolumeRaycastingData_tDC61A14A5E7E9C39FFC4FC12980A87EA6A50D257 L_3;
|
|
L_3 = OStamperSet_GetRaycastingVolumeFor_m74D7529F63F43B5F975AE119D39BFA87AB0089B1(L_0, L_1, L_2, NULL);
|
|
__this->___spawningVolume_13 = L_3;
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___spawningVolume_13))->___emitter_0), (void*)NULL);
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((&(((&__this->___spawningVolume_13))->___emittedInfo_1))->___SetReference_0), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((&(((&__this->___spawningVolume_13))->___emittedInfo_1))->___PrefabReference_1), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((&(((&__this->___spawningVolume_13))->___emittedInfo_1))->___ChoosedPrefab_2), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___spawningVolume_13))->___raycastHits_8), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___spawningVolume_13))->___OverrideInfo_9), (void*)NULL);
|
|
#endif
|
|
// if (UseRestrictions == false) // Raycast without restrictions checking
|
|
bool L_4 = __this->___UseRestrictions_7;
|
|
if (L_4)
|
|
{
|
|
goto IL_0052;
|
|
}
|
|
}
|
|
{
|
|
// spawningResult = new OStamperSet.RaycastingRestrictionsCheckResult(true, "", spawningVolume.mainHit, spawningVolume.customPoint);
|
|
PlacementVolumeRaycastingData_tDC61A14A5E7E9C39FFC4FC12980A87EA6A50D257* L_5 = (&__this->___spawningVolume_13);
|
|
RaycastHit_t6F30BD0B38B56401CA833A1B87BD74F2ACD2F2B5 L_6 = L_5->___mainHit_2;
|
|
PlacementVolumeRaycastingData_tDC61A14A5E7E9C39FFC4FC12980A87EA6A50D257* L_7 = (&__this->___spawningVolume_13);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_8 = L_7->___customPoint_6;
|
|
Nullable_1_t9C51B084784B716FFF4ED4575C63CFD8A71A86FE L_9;
|
|
memset((&L_9), 0, sizeof(L_9));
|
|
Nullable_1__ctor_m75F3ABB694E26670F021136BD3B9E71A65948BC2((&L_9), L_8, /*hidden argument*/Nullable_1__ctor_m75F3ABB694E26670F021136BD3B9E71A65948BC2_RuntimeMethod_var);
|
|
RaycastingRestrictionsCheckResult_t457302C4195BC931BED91D1F71781E16E002EA41 L_10;
|
|
memset((&L_10), 0, sizeof(L_10));
|
|
RaycastingRestrictionsCheckResult__ctor_m44E33742997846720AB49A8B400DAD7E34199623((&L_10), (bool)1, _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709, L_6, L_9, /*hidden argument*/NULL);
|
|
__this->___spawningResult_14 = L_10;
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___spawningResult_14))->___info_3), (void*)NULL);
|
|
return;
|
|
}
|
|
|
|
IL_0052:
|
|
{
|
|
// spawningResult = set.CheckRestrictionsOn(spawningVolume);
|
|
OStamperSet_tF2812982CD5DB7F227E44BB30B7153A21F96D6A3* L_11 = ___0_set;
|
|
PlacementVolumeRaycastingData_tDC61A14A5E7E9C39FFC4FC12980A87EA6A50D257 L_12 = __this->___spawningVolume_13;
|
|
NullCheck(L_11);
|
|
RaycastingRestrictionsCheckResult_t457302C4195BC931BED91D1F71781E16E002EA41 L_13;
|
|
L_13 = OStamperSet_CheckRestrictionsOn_mFEA9E32059D5300A8AAB9906CE6003957C63A6ED(L_11, L_12, (bool)1, NULL);
|
|
__this->___spawningResult_14 = L_13;
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___spawningResult_14))->___info_3), (void*)NULL);
|
|
// if (spawningResult.allow == false)
|
|
RaycastingRestrictionsCheckResult_t457302C4195BC931BED91D1F71781E16E002EA41* L_14 = (&__this->___spawningResult_14);
|
|
bool L_15 = L_14->___allow_2;
|
|
if (L_15)
|
|
{
|
|
goto IL_00b1;
|
|
}
|
|
}
|
|
{
|
|
// var overlapCheckResult = set.CheckOverlapOnFullLineCast(GetSpawnInfo(), spawningVolume);
|
|
OStamperSet_tF2812982CD5DB7F227E44BB30B7153A21F96D6A3* L_16 = ___0_set;
|
|
ObjectStamperEmittedInfo_t7B9907547FE76FF55028A283C03D9FD1AEC5561A L_17;
|
|
L_17 = VirtualFuncInvoker0< ObjectStamperEmittedInfo_t7B9907547FE76FF55028A283C03D9FD1AEC5561A >::Invoke(5 /* FIMSpace.Generating.ObjectStamperEmittedInfo ObjectStampEmitterBase::GetSpawnInfo() */, __this);
|
|
PlacementVolumeRaycastingData_tDC61A14A5E7E9C39FFC4FC12980A87EA6A50D257 L_18 = __this->___spawningVolume_13;
|
|
NullCheck(L_16);
|
|
RaycastingRestrictionsCheckResult_t457302C4195BC931BED91D1F71781E16E002EA41 L_19;
|
|
L_19 = OStamperSet_CheckOverlapOnFullLineCast_m1C21964730226456FB5939C2B9C026C98B78E5BE(L_16, L_17, L_18, NULL);
|
|
V_0 = L_19;
|
|
// if (overlapCheckResult.allow)
|
|
RaycastingRestrictionsCheckResult_t457302C4195BC931BED91D1F71781E16E002EA41 L_20 = V_0;
|
|
bool L_21 = L_20.___allow_2;
|
|
if (!L_21)
|
|
{
|
|
goto IL_00b1;
|
|
}
|
|
}
|
|
{
|
|
// spawningResult = overlapCheckResult;
|
|
RaycastingRestrictionsCheckResult_t457302C4195BC931BED91D1F71781E16E002EA41 L_22 = V_0;
|
|
__this->___spawningResult_14 = L_22;
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___spawningResult_14))->___info_3), (void*)NULL);
|
|
// spawningRaycast = overlapCheckResult.originHit;
|
|
RaycastingRestrictionsCheckResult_t457302C4195BC931BED91D1F71781E16E002EA41 L_23 = V_0;
|
|
RaycastHit_t6F30BD0B38B56401CA833A1B87BD74F2ACD2F2B5 L_24 = L_23.___originHit_0;
|
|
__this->___spawningRaycast_12 = L_24;
|
|
// spawningVolume.customPoint = overlapCheckResult.targetPosition;
|
|
PlacementVolumeRaycastingData_tDC61A14A5E7E9C39FFC4FC12980A87EA6A50D257* L_25 = (&__this->___spawningVolume_13);
|
|
RaycastingRestrictionsCheckResult_t457302C4195BC931BED91D1F71781E16E002EA41 L_26 = V_0;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_27 = L_26.___targetPosition_1;
|
|
L_25->___customPoint_6 = L_27;
|
|
}
|
|
|
|
IL_00b1:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void ObjectStampEmitterBase::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectStampEmitterBase__ctor_m683EEC040A0BE0F371A2016FBF0CE17D76D14154 (ObjectStampEmitterBase_t2A31066F03FAD982EFEC11809A41885F703A4A70* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public bool SpawnOnStart = true;
|
|
__this->___SpawnOnStart_4 = (bool)1;
|
|
// public bool RandomizeOnStart = true;
|
|
__this->___RandomizeOnStart_5 = (bool)1;
|
|
// public bool RaycastSpawn = true;
|
|
__this->___RaycastSpawn_6 = (bool)1;
|
|
// public bool UseRestrictions = true;
|
|
__this->___UseRestrictions_7 = (bool)1;
|
|
// [Range(0, 32)] public int MaxRetryAttempts = 6;
|
|
__this->___MaxRetryAttempts_8 = 6;
|
|
// [HideInInspector] public bool _editorDrawSpawnSettings = true;
|
|
__this->____editorDrawSpawnSettings_11 = (bool)1;
|
|
MonoBehaviour__ctor_m592DB0105CA0BC97AA1C5F4AD27B12D68A3B7C1E(__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 InteriorIDTag::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InteriorIDTag__ctor_mAE2437E938D90921CDDD9A778DB95EE0C5583BDA (InteriorIDTag_tB6C9B27C6E62F62ACF457020D7FFE7E41BC35210* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public int ID = -1;
|
|
__this->___ID_4 = (-1);
|
|
MonoBehaviour__ctor_m592DB0105CA0BC97AA1C5F4AD27B12D68A3B7C1E(__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 TriggersRelation::Reset()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TriggersRelation_Reset_m68F6E23249D08A2367F65AC14428FDB800F5F9DB (TriggersRelation_tBCC17C31C52C5DE1F67DDA646F894D3C9F0FE8C6* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// TryGetTrigger();
|
|
TriggersRelation_TryGetTrigger_m4EE24E474B902BCC6EACC84B3AC7945488D31A0E(__this, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// UnityEngine.Collider TriggersRelation::GetRandomNeightbour()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Collider_t1CC3163924FCD6C4CC2E816373A929C1E3D55E76* TriggersRelation_GetRandomNeightbour_m35A2ECA672219BE3AF35D2908F01C0B5DAB2BED4 (TriggersRelation_tBCC17C31C52C5DE1F67DDA646F894D3C9F0FE8C6* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m6CF7059C1BFADBCEE09716C51E4EF101FB0EE4B5_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_mFF70B00D625908A0B276F284BB6EF3D5A97CE22A_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
float V_0 = 0.0f;
|
|
{
|
|
// if (Neightbours.Count == 0) return Trigger;
|
|
List_1_t1E8488DE839D9547EF9956E5844B440836B6E8D0* L_0 = __this->___Neightbours_5;
|
|
NullCheck(L_0);
|
|
int32_t L_1;
|
|
L_1 = List_1_get_Count_m6CF7059C1BFADBCEE09716C51E4EF101FB0EE4B5_inline(L_0, List_1_get_Count_m6CF7059C1BFADBCEE09716C51E4EF101FB0EE4B5_RuntimeMethod_var);
|
|
if (L_1)
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
// if (Neightbours.Count == 0) return Trigger;
|
|
Collider_t1CC3163924FCD6C4CC2E816373A929C1E3D55E76* L_2 = __this->___Trigger_4;
|
|
return L_2;
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
// if ( Neightbours.Count == 1)
|
|
List_1_t1E8488DE839D9547EF9956E5844B440836B6E8D0* L_3 = __this->___Neightbours_5;
|
|
NullCheck(L_3);
|
|
int32_t L_4;
|
|
L_4 = List_1_get_Count_m6CF7059C1BFADBCEE09716C51E4EF101FB0EE4B5_inline(L_3, List_1_get_Count_m6CF7059C1BFADBCEE09716C51E4EF101FB0EE4B5_RuntimeMethod_var);
|
|
if ((!(((uint32_t)L_4) == ((uint32_t)1))))
|
|
{
|
|
goto IL_0051;
|
|
}
|
|
}
|
|
{
|
|
// if (UnityEngine.Random.Range(0f, 1f) < 0.5f)
|
|
float L_5;
|
|
L_5 = Random_Range_m5236C99A7D8AE6AC9190592DC66016652A2D2494((0.0f), (1.0f), NULL);
|
|
if ((!(((float)L_5) < ((float)(0.5f)))))
|
|
{
|
|
goto IL_003f;
|
|
}
|
|
}
|
|
{
|
|
// return Trigger;
|
|
Collider_t1CC3163924FCD6C4CC2E816373A929C1E3D55E76* L_6 = __this->___Trigger_4;
|
|
return L_6;
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
// return Neightbours[0].Trigger;
|
|
List_1_t1E8488DE839D9547EF9956E5844B440836B6E8D0* L_7 = __this->___Neightbours_5;
|
|
NullCheck(L_7);
|
|
TriggersRelation_tBCC17C31C52C5DE1F67DDA646F894D3C9F0FE8C6* L_8;
|
|
L_8 = List_1_get_Item_mFF70B00D625908A0B276F284BB6EF3D5A97CE22A(L_7, 0, List_1_get_Item_mFF70B00D625908A0B276F284BB6EF3D5A97CE22A_RuntimeMethod_var);
|
|
NullCheck(L_8);
|
|
Collider_t1CC3163924FCD6C4CC2E816373A929C1E3D55E76* L_9 = L_8->___Trigger_4;
|
|
return L_9;
|
|
}
|
|
|
|
IL_0051:
|
|
{
|
|
// float val = (float)Neightbours.Count;
|
|
List_1_t1E8488DE839D9547EF9956E5844B440836B6E8D0* L_10 = __this->___Neightbours_5;
|
|
NullCheck(L_10);
|
|
int32_t L_11;
|
|
L_11 = List_1_get_Count_m6CF7059C1BFADBCEE09716C51E4EF101FB0EE4B5_inline(L_10, List_1_get_Count_m6CF7059C1BFADBCEE09716C51E4EF101FB0EE4B5_RuntimeMethod_var);
|
|
V_0 = ((float)L_11);
|
|
// if (UnityEngine.Random.Range(0f, 1f) < 1f / val)
|
|
float L_12;
|
|
L_12 = Random_Range_m5236C99A7D8AE6AC9190592DC66016652A2D2494((0.0f), (1.0f), NULL);
|
|
float L_13 = V_0;
|
|
if ((!(((float)L_12) < ((float)((float)((1.0f)/L_13))))))
|
|
{
|
|
goto IL_007d;
|
|
}
|
|
}
|
|
{
|
|
// return Trigger;
|
|
Collider_t1CC3163924FCD6C4CC2E816373A929C1E3D55E76* L_14 = __this->___Trigger_4;
|
|
return L_14;
|
|
}
|
|
|
|
IL_007d:
|
|
{
|
|
// return Neightbours[UnityEngine.Random.Range(0, Neightbours.Count)].Trigger;
|
|
List_1_t1E8488DE839D9547EF9956E5844B440836B6E8D0* L_15 = __this->___Neightbours_5;
|
|
List_1_t1E8488DE839D9547EF9956E5844B440836B6E8D0* L_16 = __this->___Neightbours_5;
|
|
NullCheck(L_16);
|
|
int32_t L_17;
|
|
L_17 = List_1_get_Count_m6CF7059C1BFADBCEE09716C51E4EF101FB0EE4B5_inline(L_16, List_1_get_Count_m6CF7059C1BFADBCEE09716C51E4EF101FB0EE4B5_RuntimeMethod_var);
|
|
int32_t L_18;
|
|
L_18 = Random_Range_m6763D9767F033357F88B6637F048F4ACA4123B68(0, L_17, NULL);
|
|
NullCheck(L_15);
|
|
TriggersRelation_tBCC17C31C52C5DE1F67DDA646F894D3C9F0FE8C6* L_19;
|
|
L_19 = List_1_get_Item_mFF70B00D625908A0B276F284BB6EF3D5A97CE22A(L_15, L_18, List_1_get_Item_mFF70B00D625908A0B276F284BB6EF3D5A97CE22A_RuntimeMethod_var);
|
|
NullCheck(L_19);
|
|
Collider_t1CC3163924FCD6C4CC2E816373A929C1E3D55E76* L_20 = L_19->___Trigger_4;
|
|
return L_20;
|
|
}
|
|
}
|
|
// UnityEngine.Collider TriggersRelation::GetBiggestNeightbour()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Collider_t1CC3163924FCD6C4CC2E816373A929C1E3D55E76* TriggersRelation_GetBiggestNeightbour_m7433D0C07834714DF0921FD179A6D483CED30458 (TriggersRelation_tBCC17C31C52C5DE1F67DDA646F894D3C9F0FE8C6* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m6CF7059C1BFADBCEE09716C51E4EF101FB0EE4B5_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_mFF70B00D625908A0B276F284BB6EF3D5A97CE22A_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Collider_t1CC3163924FCD6C4CC2E816373A929C1E3D55E76* V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
Collider_t1CC3163924FCD6C4CC2E816373A929C1E3D55E76* V_2 = NULL;
|
|
Bounds_t367E830C64BBF235ED8C3B2F8CF6254FDCAD39C3 V_3;
|
|
memset((&V_3), 0, sizeof(V_3));
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_4;
|
|
memset((&V_4), 0, sizeof(V_4));
|
|
{
|
|
// Collider biggest = Trigger;
|
|
Collider_t1CC3163924FCD6C4CC2E816373A929C1E3D55E76* L_0 = __this->___Trigger_4;
|
|
V_0 = L_0;
|
|
// for (int i = 0; i < Neightbours.Count; i++)
|
|
V_1 = 0;
|
|
goto IL_0053;
|
|
}
|
|
|
|
IL_000b:
|
|
{
|
|
// Collider c = Neightbours[i].Trigger;
|
|
List_1_t1E8488DE839D9547EF9956E5844B440836B6E8D0* L_1 = __this->___Neightbours_5;
|
|
int32_t L_2 = V_1;
|
|
NullCheck(L_1);
|
|
TriggersRelation_tBCC17C31C52C5DE1F67DDA646F894D3C9F0FE8C6* L_3;
|
|
L_3 = List_1_get_Item_mFF70B00D625908A0B276F284BB6EF3D5A97CE22A(L_1, L_2, List_1_get_Item_mFF70B00D625908A0B276F284BB6EF3D5A97CE22A_RuntimeMethod_var);
|
|
NullCheck(L_3);
|
|
Collider_t1CC3163924FCD6C4CC2E816373A929C1E3D55E76* L_4 = L_3->___Trigger_4;
|
|
V_2 = L_4;
|
|
// if (c.bounds.size.magnitude > biggest.bounds.size.magnitude)
|
|
Collider_t1CC3163924FCD6C4CC2E816373A929C1E3D55E76* L_5 = V_2;
|
|
NullCheck(L_5);
|
|
Bounds_t367E830C64BBF235ED8C3B2F8CF6254FDCAD39C3 L_6;
|
|
L_6 = Collider_get_bounds_mCC32F749590E9A85C7930E5355661367F78E4CB4(L_5, NULL);
|
|
V_3 = L_6;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_7;
|
|
L_7 = Bounds_get_size_m0699A53A55A78B3201D7270D6F338DFA91B6FAD4((&V_3), NULL);
|
|
V_4 = L_7;
|
|
float L_8;
|
|
L_8 = Vector3_get_magnitude_mF0D6017E90B345F1F52D1CC564C640F1A847AF2D_inline((&V_4), NULL);
|
|
Collider_t1CC3163924FCD6C4CC2E816373A929C1E3D55E76* L_9 = V_0;
|
|
NullCheck(L_9);
|
|
Bounds_t367E830C64BBF235ED8C3B2F8CF6254FDCAD39C3 L_10;
|
|
L_10 = Collider_get_bounds_mCC32F749590E9A85C7930E5355661367F78E4CB4(L_9, NULL);
|
|
V_3 = L_10;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_11;
|
|
L_11 = Bounds_get_size_m0699A53A55A78B3201D7270D6F338DFA91B6FAD4((&V_3), NULL);
|
|
V_4 = L_11;
|
|
float L_12;
|
|
L_12 = Vector3_get_magnitude_mF0D6017E90B345F1F52D1CC564C640F1A847AF2D_inline((&V_4), NULL);
|
|
if ((!(((float)L_8) > ((float)L_12))))
|
|
{
|
|
goto IL_004f;
|
|
}
|
|
}
|
|
{
|
|
// biggest = c;
|
|
Collider_t1CC3163924FCD6C4CC2E816373A929C1E3D55E76* L_13 = V_2;
|
|
V_0 = L_13;
|
|
}
|
|
|
|
IL_004f:
|
|
{
|
|
// for (int i = 0; i < Neightbours.Count; i++)
|
|
int32_t L_14 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add(L_14, 1));
|
|
}
|
|
|
|
IL_0053:
|
|
{
|
|
// for (int i = 0; i < Neightbours.Count; i++)
|
|
int32_t L_15 = V_1;
|
|
List_1_t1E8488DE839D9547EF9956E5844B440836B6E8D0* L_16 = __this->___Neightbours_5;
|
|
NullCheck(L_16);
|
|
int32_t L_17;
|
|
L_17 = List_1_get_Count_m6CF7059C1BFADBCEE09716C51E4EF101FB0EE4B5_inline(L_16, List_1_get_Count_m6CF7059C1BFADBCEE09716C51E4EF101FB0EE4B5_RuntimeMethod_var);
|
|
if ((((int32_t)L_15) < ((int32_t)L_17)))
|
|
{
|
|
goto IL_000b;
|
|
}
|
|
}
|
|
{
|
|
// return biggest;
|
|
Collider_t1CC3163924FCD6C4CC2E816373A929C1E3D55E76* L_18 = V_0;
|
|
return L_18;
|
|
}
|
|
}
|
|
// System.Void TriggersRelation::OnValidate()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TriggersRelation_OnValidate_m438229F3F0D991693F50D27FAED96FD0937509B6 (TriggersRelation_tBCC17C31C52C5DE1F67DDA646F894D3C9F0FE8C6* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// TryGetTrigger();
|
|
TriggersRelation_TryGetTrigger_m4EE24E474B902BCC6EACC84B3AC7945488D31A0E(__this, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void TriggersRelation::AddNeightbour(TriggersRelation)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TriggersRelation_AddNeightbour_m1EB598614126D3EBBE222C5E1E24A3B478969797 (TriggersRelation_tBCC17C31C52C5DE1F67DDA646F894D3C9F0FE8C6* __this, TriggersRelation_tBCC17C31C52C5DE1F67DDA646F894D3C9F0FE8C6* ___0_rel, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mB4128E67761CE7F79434F306C6CD6CE88FA0ECC0_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Contains_m8288E5CA9CFC66BF2F7FBBA781AAAAD27D358DBD_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m168F8B1DB2C174367F8955458949776940360427_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t1E8488DE839D9547EF9956E5844B440836B6E8D0_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (rel == null) return;
|
|
TriggersRelation_tBCC17C31C52C5DE1F67DDA646F894D3C9F0FE8C6* L_0 = ___0_rel;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_1;
|
|
L_1 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_0, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_000a;
|
|
}
|
|
}
|
|
{
|
|
// if (rel == null) return;
|
|
return;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
// if (Neightbours.Contains(rel) == false)
|
|
List_1_t1E8488DE839D9547EF9956E5844B440836B6E8D0* L_2 = __this->___Neightbours_5;
|
|
TriggersRelation_tBCC17C31C52C5DE1F67DDA646F894D3C9F0FE8C6* L_3 = ___0_rel;
|
|
NullCheck(L_2);
|
|
bool L_4;
|
|
L_4 = List_1_Contains_m8288E5CA9CFC66BF2F7FBBA781AAAAD27D358DBD(L_2, L_3, List_1_Contains_m8288E5CA9CFC66BF2F7FBBA781AAAAD27D358DBD_RuntimeMethod_var);
|
|
if (L_4)
|
|
{
|
|
goto IL_0037;
|
|
}
|
|
}
|
|
{
|
|
// if (Neightbours == null) Neightbours = new List<TriggersRelation>();
|
|
List_1_t1E8488DE839D9547EF9956E5844B440836B6E8D0* L_5 = __this->___Neightbours_5;
|
|
if (L_5)
|
|
{
|
|
goto IL_002b;
|
|
}
|
|
}
|
|
{
|
|
// if (Neightbours == null) Neightbours = new List<TriggersRelation>();
|
|
List_1_t1E8488DE839D9547EF9956E5844B440836B6E8D0* L_6 = (List_1_t1E8488DE839D9547EF9956E5844B440836B6E8D0*)il2cpp_codegen_object_new(List_1_t1E8488DE839D9547EF9956E5844B440836B6E8D0_il2cpp_TypeInfo_var);
|
|
NullCheck(L_6);
|
|
List_1__ctor_m168F8B1DB2C174367F8955458949776940360427(L_6, List_1__ctor_m168F8B1DB2C174367F8955458949776940360427_RuntimeMethod_var);
|
|
__this->___Neightbours_5 = L_6;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___Neightbours_5), (void*)L_6);
|
|
}
|
|
|
|
IL_002b:
|
|
{
|
|
// Neightbours.Add(rel);
|
|
List_1_t1E8488DE839D9547EF9956E5844B440836B6E8D0* L_7 = __this->___Neightbours_5;
|
|
TriggersRelation_tBCC17C31C52C5DE1F67DDA646F894D3C9F0FE8C6* L_8 = ___0_rel;
|
|
NullCheck(L_7);
|
|
List_1_Add_mB4128E67761CE7F79434F306C6CD6CE88FA0ECC0_inline(L_7, L_8, List_1_Add_mB4128E67761CE7F79434F306C6CD6CE88FA0ECC0_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0037:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void TriggersRelation::TryGetTrigger()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TriggersRelation_TryGetTrigger_m4EE24E474B902BCC6EACC84B3AC7945488D31A0E (TriggersRelation_tBCC17C31C52C5DE1F67DDA646F894D3C9F0FE8C6* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisCollider_t1CC3163924FCD6C4CC2E816373A929C1E3D55E76_m820398EDBF1D3766C3166A0C323A127662A29A14_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// Trigger = GetComponent<Collider>();
|
|
Collider_t1CC3163924FCD6C4CC2E816373A929C1E3D55E76* L_0;
|
|
L_0 = Component_GetComponent_TisCollider_t1CC3163924FCD6C4CC2E816373A929C1E3D55E76_m820398EDBF1D3766C3166A0C323A127662A29A14(__this, Component_GetComponent_TisCollider_t1CC3163924FCD6C4CC2E816373A929C1E3D55E76_m820398EDBF1D3766C3166A0C323A127662A29A14_RuntimeMethod_var);
|
|
__this->___Trigger_4 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___Trigger_4), (void*)L_0);
|
|
// if (Trigger) if (Trigger.isTrigger == false) Trigger = null;
|
|
Collider_t1CC3163924FCD6C4CC2E816373A929C1E3D55E76* L_1 = __this->___Trigger_4;
|
|
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_002d;
|
|
}
|
|
}
|
|
{
|
|
// if (Trigger) if (Trigger.isTrigger == false) Trigger = null;
|
|
Collider_t1CC3163924FCD6C4CC2E816373A929C1E3D55E76* L_3 = __this->___Trigger_4;
|
|
NullCheck(L_3);
|
|
bool L_4;
|
|
L_4 = Collider_get_isTrigger_mFF457F6AA71D173F9A11BAF00C35E5AE12952F87(L_3, NULL);
|
|
if (L_4)
|
|
{
|
|
goto IL_002d;
|
|
}
|
|
}
|
|
{
|
|
// if (Trigger) if (Trigger.isTrigger == false) Trigger = null;
|
|
__this->___Trigger_4 = (Collider_t1CC3163924FCD6C4CC2E816373A929C1E3D55E76*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___Trigger_4), (void*)(Collider_t1CC3163924FCD6C4CC2E816373A929C1E3D55E76*)NULL);
|
|
}
|
|
|
|
IL_002d:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void TriggersRelation::OnDrawGizmosSelected()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TriggersRelation_OnDrawGizmosSelected_m0F359F708E3DF24900E27B97DDEEA54CF6BC6707 (TriggersRelation_tBCC17C31C52C5DE1F67DDA646F894D3C9F0FE8C6* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m6CF7059C1BFADBCEE09716C51E4EF101FB0EE4B5_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_mFF70B00D625908A0B276F284BB6EF3D5A97CE22A_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
int32_t V_1 = 0;
|
|
Bounds_t367E830C64BBF235ED8C3B2F8CF6254FDCAD39C3 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
// if (Trigger == null) return;
|
|
Collider_t1CC3163924FCD6C4CC2E816373A929C1E3D55E76* L_0 = __this->___Trigger_4;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_1;
|
|
L_1 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_0, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_000f;
|
|
}
|
|
}
|
|
{
|
|
// if (Trigger == null) return;
|
|
return;
|
|
}
|
|
|
|
IL_000f:
|
|
{
|
|
// Color bc = Gizmos.color;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_2;
|
|
L_2 = Gizmos_get_color_mF7A6194876F0DB8D2629715134BAAD3765849A3B(NULL);
|
|
V_0 = L_2;
|
|
// Gizmos.color = Color.green;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_3;
|
|
L_3 = Color_get_green_mEB001F2CD8C68C6BBAEF9101990B779D3AA2A6EF_inline(NULL);
|
|
Gizmos_set_color_m53927A2741937484180B20B55F7F20F8F60C5797(L_3, NULL);
|
|
// for (int i = 0; i < Neightbours.Count; i++)
|
|
V_1 = 0;
|
|
goto IL_008a;
|
|
}
|
|
|
|
IL_0023:
|
|
{
|
|
// if (Neightbours[i] == null) continue;
|
|
List_1_t1E8488DE839D9547EF9956E5844B440836B6E8D0* L_4 = __this->___Neightbours_5;
|
|
int32_t L_5 = V_1;
|
|
NullCheck(L_4);
|
|
TriggersRelation_tBCC17C31C52C5DE1F67DDA646F894D3C9F0FE8C6* L_6;
|
|
L_6 = List_1_get_Item_mFF70B00D625908A0B276F284BB6EF3D5A97CE22A(L_4, L_5, List_1_get_Item_mFF70B00D625908A0B276F284BB6EF3D5A97CE22A_RuntimeMethod_var);
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_7;
|
|
L_7 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_6, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
if (L_7)
|
|
{
|
|
goto IL_0086;
|
|
}
|
|
}
|
|
{
|
|
// if (Neightbours[i].Trigger == null) continue;
|
|
List_1_t1E8488DE839D9547EF9956E5844B440836B6E8D0* L_8 = __this->___Neightbours_5;
|
|
int32_t L_9 = V_1;
|
|
NullCheck(L_8);
|
|
TriggersRelation_tBCC17C31C52C5DE1F67DDA646F894D3C9F0FE8C6* L_10;
|
|
L_10 = List_1_get_Item_mFF70B00D625908A0B276F284BB6EF3D5A97CE22A(L_8, L_9, List_1_get_Item_mFF70B00D625908A0B276F284BB6EF3D5A97CE22A_RuntimeMethod_var);
|
|
NullCheck(L_10);
|
|
Collider_t1CC3163924FCD6C4CC2E816373A929C1E3D55E76* L_11 = L_10->___Trigger_4;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_12;
|
|
L_12 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_11, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
if (L_12)
|
|
{
|
|
goto IL_0086;
|
|
}
|
|
}
|
|
{
|
|
// Gizmos.DrawLine(Trigger.bounds.center, Neightbours[i].Trigger.bounds.center);
|
|
Collider_t1CC3163924FCD6C4CC2E816373A929C1E3D55E76* L_13 = __this->___Trigger_4;
|
|
NullCheck(L_13);
|
|
Bounds_t367E830C64BBF235ED8C3B2F8CF6254FDCAD39C3 L_14;
|
|
L_14 = Collider_get_bounds_mCC32F749590E9A85C7930E5355661367F78E4CB4(L_13, NULL);
|
|
V_2 = L_14;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_15;
|
|
L_15 = Bounds_get_center_m5B05F81CB835EB6DD8628FDA24B638F477984DC3((&V_2), NULL);
|
|
List_1_t1E8488DE839D9547EF9956E5844B440836B6E8D0* L_16 = __this->___Neightbours_5;
|
|
int32_t L_17 = V_1;
|
|
NullCheck(L_16);
|
|
TriggersRelation_tBCC17C31C52C5DE1F67DDA646F894D3C9F0FE8C6* L_18;
|
|
L_18 = List_1_get_Item_mFF70B00D625908A0B276F284BB6EF3D5A97CE22A(L_16, L_17, List_1_get_Item_mFF70B00D625908A0B276F284BB6EF3D5A97CE22A_RuntimeMethod_var);
|
|
NullCheck(L_18);
|
|
Collider_t1CC3163924FCD6C4CC2E816373A929C1E3D55E76* L_19 = L_18->___Trigger_4;
|
|
NullCheck(L_19);
|
|
Bounds_t367E830C64BBF235ED8C3B2F8CF6254FDCAD39C3 L_20;
|
|
L_20 = Collider_get_bounds_mCC32F749590E9A85C7930E5355661367F78E4CB4(L_19, NULL);
|
|
V_2 = L_20;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_21;
|
|
L_21 = Bounds_get_center_m5B05F81CB835EB6DD8628FDA24B638F477984DC3((&V_2), NULL);
|
|
Gizmos_DrawLine_mB139054F55D615637A39A3127AADB16043387F8A(L_15, L_21, NULL);
|
|
}
|
|
|
|
IL_0086:
|
|
{
|
|
// for (int i = 0; i < Neightbours.Count; i++)
|
|
int32_t L_22 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add(L_22, 1));
|
|
}
|
|
|
|
IL_008a:
|
|
{
|
|
// for (int i = 0; i < Neightbours.Count; i++)
|
|
int32_t L_23 = V_1;
|
|
List_1_t1E8488DE839D9547EF9956E5844B440836B6E8D0* L_24 = __this->___Neightbours_5;
|
|
NullCheck(L_24);
|
|
int32_t L_25;
|
|
L_25 = List_1_get_Count_m6CF7059C1BFADBCEE09716C51E4EF101FB0EE4B5_inline(L_24, List_1_get_Count_m6CF7059C1BFADBCEE09716C51E4EF101FB0EE4B5_RuntimeMethod_var);
|
|
if ((((int32_t)L_23) < ((int32_t)L_25)))
|
|
{
|
|
goto IL_0023;
|
|
}
|
|
}
|
|
{
|
|
// Gizmos.color = bc;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_26 = V_0;
|
|
Gizmos_set_color_m53927A2741937484180B20B55F7F20F8F60C5797(L_26, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void TriggersRelation::Refresh()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TriggersRelation_Refresh_m24179569804E4388B08E374959047947EF23BAF7 (TriggersRelation_tBCC17C31C52C5DE1F67DDA646F894D3C9F0FE8C6* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m168F8B1DB2C174367F8955458949776940360427_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t1E8488DE839D9547EF9956E5844B440836B6E8D0_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (Neightbours == null) Neightbours = new List<TriggersRelation>();
|
|
List_1_t1E8488DE839D9547EF9956E5844B440836B6E8D0* L_0 = __this->___Neightbours_5;
|
|
if (L_0)
|
|
{
|
|
goto IL_0013;
|
|
}
|
|
}
|
|
{
|
|
// if (Neightbours == null) Neightbours = new List<TriggersRelation>();
|
|
List_1_t1E8488DE839D9547EF9956E5844B440836B6E8D0* L_1 = (List_1_t1E8488DE839D9547EF9956E5844B440836B6E8D0*)il2cpp_codegen_object_new(List_1_t1E8488DE839D9547EF9956E5844B440836B6E8D0_il2cpp_TypeInfo_var);
|
|
NullCheck(L_1);
|
|
List_1__ctor_m168F8B1DB2C174367F8955458949776940360427(L_1, List_1__ctor_m168F8B1DB2C174367F8955458949776940360427_RuntimeMethod_var);
|
|
__this->___Neightbours_5 = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___Neightbours_5), (void*)L_1);
|
|
}
|
|
|
|
IL_0013:
|
|
{
|
|
// TryGetTrigger();
|
|
TriggersRelation_TryGetTrigger_m4EE24E474B902BCC6EACC84B3AC7945488D31A0E(__this, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Collections.Generic.List`1<UnityEngine.BoxCollider> TriggersRelation::FindRandomNearestAreas(UnityEngine.Vector3,System.Single,System.Boolean,System.Collections.Generic.List`1<UnityEngine.BoxCollider>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_tC417F059031D8EA5A55DCC7B567DEA0F51AD2174* TriggersRelation_FindRandomNearestAreas_m247A98F2294452FD5B532DA42C904E267606B5AE (TriggersRelation_tBCC17C31C52C5DE1F67DDA646F894D3C9F0FE8C6* __this, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_distanceFrom, float ___1_maxDistance, bool ___2_excludeInside, List_1_tC417F059031D8EA5A55DCC7B567DEA0F51AD2174* ___3_areas, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mF4C7997233AB8AD67F34D0F736DCF127FBA2D92A_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Clear_m810CC54C251622B0C544DA64F3B2F15A383866B9_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Insert_mE6C67279BA38B2D4D97C29665D58C2D99C35C0CD_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m3BEC15B609CFFB51E63A05733E73B083951645FA_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m4169F119026A13ED005EA783AE2A32ED5BBDAE2E_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_mE219167C21305200F6C787679E6B1B044A83DB8C_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_tC417F059031D8EA5A55DCC7B567DEA0F51AD2174_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
List_1_tC417F059031D8EA5A55DCC7B567DEA0F51AD2174* V_0 = NULL;
|
|
float V_1 = 0.0f;
|
|
int32_t V_2 = 0;
|
|
BoxCollider_tFA5D239388334D6DE0B8FFDAD6825C5B03786E23* V_3 = NULL;
|
|
bool V_4 = false;
|
|
float V_5 = 0.0f;
|
|
{
|
|
// List<BoxCollider> Nearests = new List<BoxCollider>();
|
|
List_1_tC417F059031D8EA5A55DCC7B567DEA0F51AD2174* L_0 = (List_1_tC417F059031D8EA5A55DCC7B567DEA0F51AD2174*)il2cpp_codegen_object_new(List_1_tC417F059031D8EA5A55DCC7B567DEA0F51AD2174_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
List_1__ctor_m3BEC15B609CFFB51E63A05733E73B083951645FA(L_0, List_1__ctor_m3BEC15B609CFFB51E63A05733E73B083951645FA_RuntimeMethod_var);
|
|
V_0 = L_0;
|
|
// Nearests.Clear();
|
|
List_1_tC417F059031D8EA5A55DCC7B567DEA0F51AD2174* L_1 = V_0;
|
|
NullCheck(L_1);
|
|
List_1_Clear_m810CC54C251622B0C544DA64F3B2F15A383866B9_inline(L_1, List_1_Clear_m810CC54C251622B0C544DA64F3B2F15A383866B9_RuntimeMethod_var);
|
|
// float nearest = float.MaxValue;
|
|
V_1 = ((std::numeric_limits<float>::max)());
|
|
// for (int i = 0; i < areas.Count; i++)
|
|
V_2 = 0;
|
|
goto IL_0074;
|
|
}
|
|
|
|
IL_0016:
|
|
{
|
|
// BoxCollider area = areas[i];
|
|
List_1_tC417F059031D8EA5A55DCC7B567DEA0F51AD2174* L_2 = ___3_areas;
|
|
int32_t L_3 = V_2;
|
|
NullCheck(L_2);
|
|
BoxCollider_tFA5D239388334D6DE0B8FFDAD6825C5B03786E23* L_4;
|
|
L_4 = List_1_get_Item_mE219167C21305200F6C787679E6B1B044A83DB8C(L_2, L_3, List_1_get_Item_mE219167C21305200F6C787679E6B1B044A83DB8C_RuntimeMethod_var);
|
|
V_3 = L_4;
|
|
// bool isInside = false;
|
|
V_4 = (bool)0;
|
|
// if (IsInsideBounds(distanceFrom, area)) isInside = true;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_5 = ___0_distanceFrom;
|
|
BoxCollider_tFA5D239388334D6DE0B8FFDAD6825C5B03786E23* L_6 = V_3;
|
|
bool L_7;
|
|
L_7 = TriggersRelation_IsInsideBounds_mE4BBD7A27B4B72E9BC29AC435A0FE77BE71D7124(L_5, L_6, NULL);
|
|
if (!L_7)
|
|
{
|
|
goto IL_002e;
|
|
}
|
|
}
|
|
{
|
|
// if (IsInsideBounds(distanceFrom, area)) isInside = true;
|
|
V_4 = (bool)1;
|
|
}
|
|
|
|
IL_002e:
|
|
{
|
|
// if (isInside)
|
|
bool L_8 = V_4;
|
|
if (!L_8)
|
|
{
|
|
goto IL_0046;
|
|
}
|
|
}
|
|
{
|
|
// if (excludeInside) continue;
|
|
bool L_9 = ___2_excludeInside;
|
|
if (L_9)
|
|
{
|
|
goto IL_0070;
|
|
}
|
|
}
|
|
{
|
|
// Nearests.Insert(0, areas[i]);
|
|
List_1_tC417F059031D8EA5A55DCC7B567DEA0F51AD2174* L_10 = V_0;
|
|
List_1_tC417F059031D8EA5A55DCC7B567DEA0F51AD2174* L_11 = ___3_areas;
|
|
int32_t L_12 = V_2;
|
|
NullCheck(L_11);
|
|
BoxCollider_tFA5D239388334D6DE0B8FFDAD6825C5B03786E23* L_13;
|
|
L_13 = List_1_get_Item_mE219167C21305200F6C787679E6B1B044A83DB8C(L_11, L_12, List_1_get_Item_mE219167C21305200F6C787679E6B1B044A83DB8C_RuntimeMethod_var);
|
|
NullCheck(L_10);
|
|
List_1_Insert_mE6C67279BA38B2D4D97C29665D58C2D99C35C0CD(L_10, 0, L_13, List_1_Insert_mE6C67279BA38B2D4D97C29665D58C2D99C35C0CD_RuntimeMethod_var);
|
|
// continue;
|
|
goto IL_0070;
|
|
}
|
|
|
|
IL_0046:
|
|
{
|
|
// Vector3 nPoint = GetNearestPointToBox(distanceFrom, area);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_14 = ___0_distanceFrom;
|
|
BoxCollider_tFA5D239388334D6DE0B8FFDAD6825C5B03786E23* L_15 = V_3;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_16;
|
|
L_16 = TriggersRelation_GetNearestPointToBox_mFE9C42D11AC135F8CCBF91F52851E46F4B743C64(L_14, L_15, NULL);
|
|
// float dist = Vector3.Distance(nPoint, distanceFrom);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_17 = ___0_distanceFrom;
|
|
float L_18;
|
|
L_18 = Vector3_Distance_m2314DB9B8BD01157E013DF87BEA557375C7F9FF9_inline(L_16, L_17, NULL);
|
|
V_5 = L_18;
|
|
// if (dist > maxDistance) continue;
|
|
float L_19 = V_5;
|
|
float L_20 = ___1_maxDistance;
|
|
if ((((float)L_19) > ((float)L_20)))
|
|
{
|
|
goto IL_0070;
|
|
}
|
|
}
|
|
{
|
|
// if (dist < nearest) Nearests.Insert(0, area); else Nearests.Add(area);
|
|
float L_21 = V_5;
|
|
float L_22 = V_1;
|
|
if ((!(((float)L_21) < ((float)L_22))))
|
|
{
|
|
goto IL_0069;
|
|
}
|
|
}
|
|
{
|
|
// if (dist < nearest) Nearests.Insert(0, area); else Nearests.Add(area);
|
|
List_1_tC417F059031D8EA5A55DCC7B567DEA0F51AD2174* L_23 = V_0;
|
|
BoxCollider_tFA5D239388334D6DE0B8FFDAD6825C5B03786E23* L_24 = V_3;
|
|
NullCheck(L_23);
|
|
List_1_Insert_mE6C67279BA38B2D4D97C29665D58C2D99C35C0CD(L_23, 0, L_24, List_1_Insert_mE6C67279BA38B2D4D97C29665D58C2D99C35C0CD_RuntimeMethod_var);
|
|
goto IL_0070;
|
|
}
|
|
|
|
IL_0069:
|
|
{
|
|
// if (dist < nearest) Nearests.Insert(0, area); else Nearests.Add(area);
|
|
List_1_tC417F059031D8EA5A55DCC7B567DEA0F51AD2174* L_25 = V_0;
|
|
BoxCollider_tFA5D239388334D6DE0B8FFDAD6825C5B03786E23* L_26 = V_3;
|
|
NullCheck(L_25);
|
|
List_1_Add_mF4C7997233AB8AD67F34D0F736DCF127FBA2D92A_inline(L_25, L_26, List_1_Add_mF4C7997233AB8AD67F34D0F736DCF127FBA2D92A_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0070:
|
|
{
|
|
// for (int i = 0; i < areas.Count; i++)
|
|
int32_t L_27 = V_2;
|
|
V_2 = ((int32_t)il2cpp_codegen_add(L_27, 1));
|
|
}
|
|
|
|
IL_0074:
|
|
{
|
|
// for (int i = 0; i < areas.Count; i++)
|
|
int32_t L_28 = V_2;
|
|
List_1_tC417F059031D8EA5A55DCC7B567DEA0F51AD2174* L_29 = ___3_areas;
|
|
NullCheck(L_29);
|
|
int32_t L_30;
|
|
L_30 = List_1_get_Count_m4169F119026A13ED005EA783AE2A32ED5BBDAE2E_inline(L_29, List_1_get_Count_m4169F119026A13ED005EA783AE2A32ED5BBDAE2E_RuntimeMethod_var);
|
|
if ((((int32_t)L_28) < ((int32_t)L_30)))
|
|
{
|
|
goto IL_0016;
|
|
}
|
|
}
|
|
{
|
|
// return Nearests;
|
|
List_1_tC417F059031D8EA5A55DCC7B567DEA0F51AD2174* L_31 = V_0;
|
|
return L_31;
|
|
}
|
|
}
|
|
// System.Boolean TriggersRelation::IsInsideBounds(UnityEngine.Vector3,UnityEngine.BoxCollider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TriggersRelation_IsInsideBounds_mE4BBD7A27B4B72E9BC29AC435A0FE77BE71D7124 (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_worldPos, BoxCollider_tFA5D239388334D6DE0B8FFDAD6825C5B03786E23* ___1_box, const RuntimeMethod* method)
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
// Vector3 localPos = box.transform.InverseTransformPoint(worldPos);
|
|
BoxCollider_tFA5D239388334D6DE0B8FFDAD6825C5B03786E23* L_0 = ___1_box;
|
|
NullCheck(L_0);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_1;
|
|
L_1 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(L_0, NULL);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_2 = ___0_worldPos;
|
|
NullCheck(L_1);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_3;
|
|
L_3 = Transform_InverseTransformPoint_m18CD395144D9C78F30E15A5B82B6670E792DBA5D(L_1, L_2, NULL);
|
|
// Vector3 delta = localPos - box.center + box.size * 0.5f;
|
|
BoxCollider_tFA5D239388334D6DE0B8FFDAD6825C5B03786E23* L_4 = ___1_box;
|
|
NullCheck(L_4);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_5;
|
|
L_5 = BoxCollider_get_center_mC370C79F9FC9398D0DD080500FA2EE14FC6E36C7(L_4, NULL);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_6;
|
|
L_6 = Vector3_op_Subtraction_mE42023FF80067CB44A1D4A27EB7CF2B24CABB828_inline(L_3, L_5, NULL);
|
|
BoxCollider_tFA5D239388334D6DE0B8FFDAD6825C5B03786E23* L_7 = ___1_box;
|
|
NullCheck(L_7);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_8;
|
|
L_8 = BoxCollider_get_size_mC1A2DD270B04DFF5961F9F90DC147C271F72258E(L_7, NULL);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_9;
|
|
L_9 = Vector3_op_Multiply_m87BA7C578F96C8E49BB07088DAAC4649F83B0353_inline(L_8, (0.5f), NULL);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_10;
|
|
L_10 = Vector3_op_Addition_m78C0EC70CB66E8DCAC225743D82B268DAEE92067_inline(L_6, L_9, NULL);
|
|
V_0 = L_10;
|
|
// return Vector3.Max(Vector3.zero, delta) == Vector3.Min(delta, box.size);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_11;
|
|
L_11 = Vector3_get_zero_m0C1249C3F25B1C70EAD3CC8B31259975A457AE39_inline(NULL);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_12 = V_0;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_13;
|
|
L_13 = Vector3_Max_m9B6D8FEE7F4CE32C0AAB682606FFBA59E1F37C74_inline(L_11, L_12, NULL);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_14 = V_0;
|
|
BoxCollider_tFA5D239388334D6DE0B8FFDAD6825C5B03786E23* L_15 = ___1_box;
|
|
NullCheck(L_15);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_16;
|
|
L_16 = BoxCollider_get_size_mC1A2DD270B04DFF5961F9F90DC147C271F72258E(L_15, NULL);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_17;
|
|
L_17 = Vector3_Min_m1CAC3499F14EA87366C0C3C1F501B4FB2863CDB4_inline(L_14, L_16, NULL);
|
|
bool L_18;
|
|
L_18 = Vector3_op_Equality_mCDCBB8D2EDC3D3BF20F31A25ACB34705D352B479_inline(L_13, L_17, NULL);
|
|
return L_18;
|
|
}
|
|
}
|
|
// UnityEngine.Vector3 TriggersRelation::GetRandomPositionOnArea(UnityEngine.BoxCollider,System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 TriggersRelation_GetRandomPositionOnArea_m065DC2E5BA5E7DD26D559A0A9026DF07BAE0CA30 (BoxCollider_tFA5D239388334D6DE0B8FFDAD6825C5B03786E23* ___0_boxArea, float ___1_offsetFromEdges, const RuntimeMethod* method)
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
// Vector3 pos = boxArea.transform.TransformPoint(boxArea.center);
|
|
BoxCollider_tFA5D239388334D6DE0B8FFDAD6825C5B03786E23* L_0 = ___0_boxArea;
|
|
NullCheck(L_0);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_1;
|
|
L_1 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(L_0, NULL);
|
|
BoxCollider_tFA5D239388334D6DE0B8FFDAD6825C5B03786E23* L_2 = ___0_boxArea;
|
|
NullCheck(L_2);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_3;
|
|
L_3 = BoxCollider_get_center_mC370C79F9FC9398D0DD080500FA2EE14FC6E36C7(L_2, NULL);
|
|
NullCheck(L_1);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_4;
|
|
L_4 = Transform_TransformPoint_m05BFF013DB830D7BFE44A007703694AE1062EE44(L_1, L_3, NULL);
|
|
// Vector3 offset = new Vector3(UnityEngine.Random.Range(-1f, 1f), 0f, UnityEngine.Random.Range(-1f, 1f));
|
|
float L_5;
|
|
L_5 = Random_Range_m5236C99A7D8AE6AC9190592DC66016652A2D2494((-1.0f), (1.0f), NULL);
|
|
float L_6;
|
|
L_6 = Random_Range_m5236C99A7D8AE6AC9190592DC66016652A2D2494((-1.0f), (1.0f), NULL);
|
|
Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&V_0), L_5, (0.0f), L_6, NULL);
|
|
// offset = Vector3.Scale(offset, boxArea.size / 2f - new Vector3(offsetFromEdges, 0f, offsetFromEdges));
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_7 = V_0;
|
|
BoxCollider_tFA5D239388334D6DE0B8FFDAD6825C5B03786E23* L_8 = ___0_boxArea;
|
|
NullCheck(L_8);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_9;
|
|
L_9 = BoxCollider_get_size_mC1A2DD270B04DFF5961F9F90DC147C271F72258E(L_8, NULL);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_10;
|
|
L_10 = Vector3_op_Division_mCC6BB24E372AB96B8380D1678446EF6A8BAE13BB_inline(L_9, (2.0f), NULL);
|
|
float L_11 = ___1_offsetFromEdges;
|
|
float L_12 = ___1_offsetFromEdges;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_13;
|
|
memset((&L_13), 0, sizeof(L_13));
|
|
Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&L_13), L_11, (0.0f), L_12, /*hidden argument*/NULL);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_14;
|
|
L_14 = Vector3_op_Subtraction_mE42023FF80067CB44A1D4A27EB7CF2B24CABB828_inline(L_10, L_13, NULL);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_15;
|
|
L_15 = Vector3_Scale_m7C3CD199271902D5C00CBF35CD230DEB62B68CAE_inline(L_7, L_14, NULL);
|
|
V_0 = L_15;
|
|
// pos += boxArea.transform.TransformVector(offset);
|
|
BoxCollider_tFA5D239388334D6DE0B8FFDAD6825C5B03786E23* L_16 = ___0_boxArea;
|
|
NullCheck(L_16);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_17;
|
|
L_17 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(L_16, NULL);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_18 = V_0;
|
|
NullCheck(L_17);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_19;
|
|
L_19 = Transform_TransformVector_mFA6FB7570442728CB15D03C696353148711CDD98(L_17, L_18, NULL);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_20;
|
|
L_20 = Vector3_op_Addition_m78C0EC70CB66E8DCAC225743D82B268DAEE92067_inline(L_4, L_19, NULL);
|
|
// return pos;
|
|
return L_20;
|
|
}
|
|
}
|
|
// UnityEngine.Vector3 TriggersRelation::GetNearestPointToBox(UnityEngine.Vector3,UnityEngine.BoxCollider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 TriggersRelation_GetNearestPointToBox_mFE9C42D11AC135F8CCBF91F52851E46F4B743C64 (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_from, BoxCollider_tFA5D239388334D6DE0B8FFDAD6825C5B03786E23* ___1_box, const RuntimeMethod* method)
|
|
{
|
|
Ray_t2B1742D7958DC05BDC3EFC7461D3593E1430DC00 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
RaycastHit_t6F30BD0B38B56401CA833A1B87BD74F2ACD2F2B5 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
// Ray fromTo = new Ray(from, (box.center - from).normalized);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_0 = ___0_from;
|
|
BoxCollider_tFA5D239388334D6DE0B8FFDAD6825C5B03786E23* L_1 = ___1_box;
|
|
NullCheck(L_1);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_2;
|
|
L_2 = BoxCollider_get_center_mC370C79F9FC9398D0DD080500FA2EE14FC6E36C7(L_1, NULL);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_3 = ___0_from;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_4;
|
|
L_4 = Vector3_op_Subtraction_mE42023FF80067CB44A1D4A27EB7CF2B24CABB828_inline(L_2, L_3, NULL);
|
|
V_2 = L_4;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_5;
|
|
L_5 = Vector3_get_normalized_m736BBF65D5CDA7A18414370D15B4DFCC1E466F07_inline((&V_2), NULL);
|
|
Ray__ctor_mE298992FD10A3894C38373198385F345C58BD64C((&V_0), L_0, L_5, NULL);
|
|
// if (box.Raycast(fromTo, out hit, 100000f))
|
|
BoxCollider_tFA5D239388334D6DE0B8FFDAD6825C5B03786E23* L_6 = ___1_box;
|
|
Ray_t2B1742D7958DC05BDC3EFC7461D3593E1430DC00 L_7 = V_0;
|
|
NullCheck(L_6);
|
|
bool L_8;
|
|
L_8 = Collider_Raycast_mD7683E94051173B3FFC0862F4A17847E94AEB938(L_6, L_7, (&V_1), (100000.0f), NULL);
|
|
if (!L_8)
|
|
{
|
|
goto IL_0034;
|
|
}
|
|
}
|
|
{
|
|
// return hit.point;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_9;
|
|
L_9 = RaycastHit_get_point_m02B764612562AFE0F998CC7CFB2EEDE41BA47F39((&V_1), NULL);
|
|
return L_9;
|
|
}
|
|
|
|
IL_0034:
|
|
{
|
|
// return box.ClosestPointOnBounds(from);
|
|
BoxCollider_tFA5D239388334D6DE0B8FFDAD6825C5B03786E23* L_10 = ___1_box;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_11 = ___0_from;
|
|
NullCheck(L_10);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_12;
|
|
L_12 = Collider_ClosestPointOnBounds_mBF2F0C0E76C5F11AED801931D780823A94630952(L_10, L_11, NULL);
|
|
return L_12;
|
|
}
|
|
}
|
|
// System.Void TriggersRelation::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TriggersRelation__ctor_m0248EA446CD99645CD8F5612BDA5709013113F5E (TriggersRelation_tBCC17C31C52C5DE1F67DDA646F894D3C9F0FE8C6* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
MonoBehaviour__ctor_m592DB0105CA0BC97AA1C5F4AD27B12D68A3B7C1E(__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 FReflectionProbePreset::AssignSettingsTo(UnityEngine.ReflectionProbe)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FReflectionProbePreset_AssignSettingsTo_m5B915F8478F739C720D8A92750F0CECE27F91537 (FReflectionProbePreset_t6914B704262B852B49946F775D36010F9748D4FD* __this, ReflectionProbe_t7CFA63F0340447A0069E66DB261A8A1B79BA8A2D* ___0_probe, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// probe.mode = Type;
|
|
ReflectionProbe_t7CFA63F0340447A0069E66DB261A8A1B79BA8A2D* L_0 = ___0_probe;
|
|
int32_t L_1 = __this->___Type_4;
|
|
NullCheck(L_0);
|
|
ReflectionProbe_set_mode_m61AFCA93A8B5F5DF636006428D9F902F4F4E63B4(L_0, L_1, NULL);
|
|
// probe.refreshMode = RefreshMode;
|
|
ReflectionProbe_t7CFA63F0340447A0069E66DB261A8A1B79BA8A2D* L_2 = ___0_probe;
|
|
int32_t L_3 = __this->___RefreshMode_5;
|
|
NullCheck(L_2);
|
|
ReflectionProbe_set_refreshMode_mBBB3573AF8658921A5821C32B03B91F78CD092C3(L_2, L_3, NULL);
|
|
// probe.timeSlicingMode = TimeSlicing;
|
|
ReflectionProbe_t7CFA63F0340447A0069E66DB261A8A1B79BA8A2D* L_4 = ___0_probe;
|
|
int32_t L_5 = __this->___TimeSlicing_6;
|
|
NullCheck(L_4);
|
|
ReflectionProbe_set_timeSlicingMode_mE723E08B9EAE36980BD3A30DA523A8C7EC85FF30(L_4, L_5, NULL);
|
|
// probe.importance = Importance;
|
|
ReflectionProbe_t7CFA63F0340447A0069E66DB261A8A1B79BA8A2D* L_6 = ___0_probe;
|
|
int32_t L_7 = __this->___Importance_7;
|
|
NullCheck(L_6);
|
|
ReflectionProbe_set_importance_m284B4B5C5A616871AACA5843FBE4DA986B37B3FB(L_6, L_7, NULL);
|
|
// probe.intensity = Intensity;
|
|
ReflectionProbe_t7CFA63F0340447A0069E66DB261A8A1B79BA8A2D* L_8 = ___0_probe;
|
|
float L_9 = __this->___Intensity_8;
|
|
NullCheck(L_8);
|
|
ReflectionProbe_set_intensity_m825FB0A9054E32E43BDA3C75D4C4097C74FAB7AB(L_8, L_9, NULL);
|
|
// probe.boxProjection = BoxProjection;
|
|
ReflectionProbe_t7CFA63F0340447A0069E66DB261A8A1B79BA8A2D* L_10 = ___0_probe;
|
|
bool L_11 = __this->___BoxProjection_9;
|
|
NullCheck(L_10);
|
|
ReflectionProbe_set_boxProjection_m419731665FD0ACD069C32AD25F4631B729D8A0B7(L_10, L_11, NULL);
|
|
// probe.blendDistance = blendDistance;
|
|
ReflectionProbe_t7CFA63F0340447A0069E66DB261A8A1B79BA8A2D* L_12 = ___0_probe;
|
|
float L_13 = __this->___blendDistance_10;
|
|
NullCheck(L_12);
|
|
ReflectionProbe_set_blendDistance_mD46E67454FCF7D87406DA265AAAECFCA1B040725(L_12, L_13, NULL);
|
|
// probe.size = BoxSize;
|
|
ReflectionProbe_t7CFA63F0340447A0069E66DB261A8A1B79BA8A2D* L_14 = ___0_probe;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_15 = __this->___BoxSize_11;
|
|
NullCheck(L_14);
|
|
ReflectionProbe_set_size_m901ED70592B51139B62209031BD8C7377FB85BBB(L_14, L_15, NULL);
|
|
// probe.center = BoxOffset;
|
|
ReflectionProbe_t7CFA63F0340447A0069E66DB261A8A1B79BA8A2D* L_16 = ___0_probe;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_17 = __this->___BoxOffset_12;
|
|
NullCheck(L_16);
|
|
ReflectionProbe_set_center_m83F570812344A9C08156023C49405F080DA4D8FA(L_16, L_17, NULL);
|
|
// probe.resolution = Resolution;
|
|
ReflectionProbe_t7CFA63F0340447A0069E66DB261A8A1B79BA8A2D* L_18 = ___0_probe;
|
|
int32_t L_19 = __this->___Resolution_13;
|
|
NullCheck(L_18);
|
|
ReflectionProbe_set_resolution_m9633C3D393AF0FFE40B95B059602BD401330FE78(L_18, L_19, NULL);
|
|
// probe.hdr = HDR;
|
|
ReflectionProbe_t7CFA63F0340447A0069E66DB261A8A1B79BA8A2D* L_20 = ___0_probe;
|
|
bool L_21 = __this->___HDR_14;
|
|
NullCheck(L_20);
|
|
ReflectionProbe_set_hdr_mB575B33C0608FF3F44CE3D7DC4C3E9E7B00827DE(L_20, L_21, NULL);
|
|
// probe.shadowDistance = ShadowDistance;
|
|
ReflectionProbe_t7CFA63F0340447A0069E66DB261A8A1B79BA8A2D* L_22 = ___0_probe;
|
|
float L_23 = __this->___ShadowDistance_15;
|
|
NullCheck(L_22);
|
|
ReflectionProbe_set_shadowDistance_m82FD92F1B423ACBA5FA04139171CBBA32BB037C1(L_22, L_23, NULL);
|
|
// probe.clearFlags = ClearFlags;
|
|
ReflectionProbe_t7CFA63F0340447A0069E66DB261A8A1B79BA8A2D* L_24 = ___0_probe;
|
|
int32_t L_25 = __this->___ClearFlags_16;
|
|
NullCheck(L_24);
|
|
ReflectionProbe_set_clearFlags_mA0AB9A7C236AA62B619F470D0FB8DD7421DAA36D(L_24, L_25, NULL);
|
|
// probe.backgroundColor = BackgroundColor;
|
|
ReflectionProbe_t7CFA63F0340447A0069E66DB261A8A1B79BA8A2D* L_26 = ___0_probe;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_27 = __this->___BackgroundColor_17;
|
|
NullCheck(L_26);
|
|
ReflectionProbe_set_backgroundColor_m4D1589C53AB043A60C3E3E15266EC3FBF7255785(L_26, L_27, NULL);
|
|
// probe.cullingMask = CullingMask;
|
|
ReflectionProbe_t7CFA63F0340447A0069E66DB261A8A1B79BA8A2D* L_28 = ___0_probe;
|
|
LayerMask_t97CB6BDADEDC3D6423C7BCFEA7F86DA2EC6241DB L_29 = __this->___CullingMask_18;
|
|
int32_t L_30;
|
|
L_30 = LayerMask_op_Implicit_m7F5A5B9D079281AC445ED39DEE1FCFA9D795810D(L_29, NULL);
|
|
NullCheck(L_28);
|
|
ReflectionProbe_set_cullingMask_m0FFC61F16FB95A7102393CD16F0239313651ECC6(L_28, L_30, NULL);
|
|
// probe.nearClipPlane = Near;
|
|
ReflectionProbe_t7CFA63F0340447A0069E66DB261A8A1B79BA8A2D* L_31 = ___0_probe;
|
|
float L_32 = __this->___Near_20;
|
|
NullCheck(L_31);
|
|
ReflectionProbe_set_nearClipPlane_m0D84910812D5B539ABD66E7A0B439DF224A747BF(L_31, L_32, NULL);
|
|
// probe.farClipPlane = Far;
|
|
ReflectionProbe_t7CFA63F0340447A0069E66DB261A8A1B79BA8A2D* L_33 = ___0_probe;
|
|
float L_34 = __this->___Far_19;
|
|
NullCheck(L_33);
|
|
ReflectionProbe_set_farClipPlane_m35846DB31059FEE56FDD74AAD72790FD580D76C1(L_33, L_34, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void FReflectionProbePreset::CopySettingsFrom(UnityEngine.ReflectionProbe)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FReflectionProbePreset_CopySettingsFrom_mA6BB74D86F7462B25BD9084B007525670C675CCB (FReflectionProbePreset_t6914B704262B852B49946F775D36010F9748D4FD* __this, ReflectionProbe_t7CFA63F0340447A0069E66DB261A8A1B79BA8A2D* ___0_probe, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// Type = probe.mode;
|
|
ReflectionProbe_t7CFA63F0340447A0069E66DB261A8A1B79BA8A2D* L_0 = ___0_probe;
|
|
NullCheck(L_0);
|
|
int32_t L_1;
|
|
L_1 = ReflectionProbe_get_mode_mF3B7702C5EB9ACBED8A54D4859A99F0F6AFAAC21(L_0, NULL);
|
|
__this->___Type_4 = L_1;
|
|
// RefreshMode = probe.refreshMode;
|
|
ReflectionProbe_t7CFA63F0340447A0069E66DB261A8A1B79BA8A2D* L_2 = ___0_probe;
|
|
NullCheck(L_2);
|
|
int32_t L_3;
|
|
L_3 = ReflectionProbe_get_refreshMode_mB0B278743A4834CFA493C97648061A2A90F40206(L_2, NULL);
|
|
__this->___RefreshMode_5 = L_3;
|
|
// TimeSlicing = probe.timeSlicingMode;
|
|
ReflectionProbe_t7CFA63F0340447A0069E66DB261A8A1B79BA8A2D* L_4 = ___0_probe;
|
|
NullCheck(L_4);
|
|
int32_t L_5;
|
|
L_5 = ReflectionProbe_get_timeSlicingMode_m6430C6E3CE73F5B6FF8D01780B33F9AF5C8BD9CA(L_4, NULL);
|
|
__this->___TimeSlicing_6 = L_5;
|
|
// Importance = probe.importance;
|
|
ReflectionProbe_t7CFA63F0340447A0069E66DB261A8A1B79BA8A2D* L_6 = ___0_probe;
|
|
NullCheck(L_6);
|
|
int32_t L_7;
|
|
L_7 = ReflectionProbe_get_importance_m5A08491E87338926910BF6DB86D76C487A143E7D(L_6, NULL);
|
|
__this->___Importance_7 = L_7;
|
|
// Intensity = probe.intensity;
|
|
ReflectionProbe_t7CFA63F0340447A0069E66DB261A8A1B79BA8A2D* L_8 = ___0_probe;
|
|
NullCheck(L_8);
|
|
float L_9;
|
|
L_9 = ReflectionProbe_get_intensity_m0DEE5D236505B85241F14EB5ED4E89C80FA57CFC(L_8, NULL);
|
|
__this->___Intensity_8 = L_9;
|
|
// BoxProjection = probe.boxProjection;
|
|
ReflectionProbe_t7CFA63F0340447A0069E66DB261A8A1B79BA8A2D* L_10 = ___0_probe;
|
|
NullCheck(L_10);
|
|
bool L_11;
|
|
L_11 = ReflectionProbe_get_boxProjection_m32068CFDF6934DD0B18483263B92BF15FD5416BD(L_10, NULL);
|
|
__this->___BoxProjection_9 = L_11;
|
|
// blendDistance = probe.blendDistance;
|
|
ReflectionProbe_t7CFA63F0340447A0069E66DB261A8A1B79BA8A2D* L_12 = ___0_probe;
|
|
NullCheck(L_12);
|
|
float L_13;
|
|
L_13 = ReflectionProbe_get_blendDistance_m52BEDC611408BAE8881E027D9C4A21F7406479C3(L_12, NULL);
|
|
__this->___blendDistance_10 = L_13;
|
|
// BoxSize = probe.size;
|
|
ReflectionProbe_t7CFA63F0340447A0069E66DB261A8A1B79BA8A2D* L_14 = ___0_probe;
|
|
NullCheck(L_14);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_15;
|
|
L_15 = ReflectionProbe_get_size_m1CABA0F90893A89F168D417083F013376F8365D5(L_14, NULL);
|
|
__this->___BoxSize_11 = L_15;
|
|
// BoxOffset = probe.center;
|
|
ReflectionProbe_t7CFA63F0340447A0069E66DB261A8A1B79BA8A2D* L_16 = ___0_probe;
|
|
NullCheck(L_16);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_17;
|
|
L_17 = ReflectionProbe_get_center_m78CC9B04D8CCC52088F48C95AE7CEA257EF105AB(L_16, NULL);
|
|
__this->___BoxOffset_12 = L_17;
|
|
// Resolution = probe.resolution;
|
|
ReflectionProbe_t7CFA63F0340447A0069E66DB261A8A1B79BA8A2D* L_18 = ___0_probe;
|
|
NullCheck(L_18);
|
|
int32_t L_19;
|
|
L_19 = ReflectionProbe_get_resolution_m62CC26BCE5CEB9F30617D11CC89B6496B0A2E7BC(L_18, NULL);
|
|
__this->___Resolution_13 = L_19;
|
|
// HDR = probe.hdr;
|
|
ReflectionProbe_t7CFA63F0340447A0069E66DB261A8A1B79BA8A2D* L_20 = ___0_probe;
|
|
NullCheck(L_20);
|
|
bool L_21;
|
|
L_21 = ReflectionProbe_get_hdr_m7E6619CD2118EEC0DA8892DA577E443F14EF2F12(L_20, NULL);
|
|
__this->___HDR_14 = L_21;
|
|
// ShadowDistance = probe.shadowDistance;
|
|
ReflectionProbe_t7CFA63F0340447A0069E66DB261A8A1B79BA8A2D* L_22 = ___0_probe;
|
|
NullCheck(L_22);
|
|
float L_23;
|
|
L_23 = ReflectionProbe_get_shadowDistance_m7B831E7282E3F531214362932DC9B5DB024E0D9E(L_22, NULL);
|
|
__this->___ShadowDistance_15 = L_23;
|
|
// ClearFlags = probe.clearFlags;
|
|
ReflectionProbe_t7CFA63F0340447A0069E66DB261A8A1B79BA8A2D* L_24 = ___0_probe;
|
|
NullCheck(L_24);
|
|
int32_t L_25;
|
|
L_25 = ReflectionProbe_get_clearFlags_m68243659FFB4680CC673F4838DE4085D5648A543(L_24, NULL);
|
|
__this->___ClearFlags_16 = L_25;
|
|
// BackgroundColor = probe.backgroundColor;
|
|
ReflectionProbe_t7CFA63F0340447A0069E66DB261A8A1B79BA8A2D* L_26 = ___0_probe;
|
|
NullCheck(L_26);
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_27;
|
|
L_27 = ReflectionProbe_get_backgroundColor_m71A98AB725B71F95A984B5AE28AF8660F78914CD(L_26, NULL);
|
|
__this->___BackgroundColor_17 = L_27;
|
|
// CullingMask = probe.cullingMask;
|
|
ReflectionProbe_t7CFA63F0340447A0069E66DB261A8A1B79BA8A2D* L_28 = ___0_probe;
|
|
NullCheck(L_28);
|
|
int32_t L_29;
|
|
L_29 = ReflectionProbe_get_cullingMask_mFF2A7C690740C8D3F87D9CAA4BA6B3C8681E48CC(L_28, NULL);
|
|
LayerMask_t97CB6BDADEDC3D6423C7BCFEA7F86DA2EC6241DB L_30;
|
|
L_30 = LayerMask_op_Implicit_m01C8996A2CB2085328B9C33539C43139660D8222(L_29, NULL);
|
|
__this->___CullingMask_18 = L_30;
|
|
// Near = probe.nearClipPlane;
|
|
ReflectionProbe_t7CFA63F0340447A0069E66DB261A8A1B79BA8A2D* L_31 = ___0_probe;
|
|
NullCheck(L_31);
|
|
float L_32;
|
|
L_32 = ReflectionProbe_get_nearClipPlane_m0ADAEE57CE1CE830A490920D748DD8BB3345AE2F(L_31, NULL);
|
|
__this->___Near_20 = L_32;
|
|
// Far = probe.farClipPlane;
|
|
ReflectionProbe_t7CFA63F0340447A0069E66DB261A8A1B79BA8A2D* L_33 = ___0_probe;
|
|
NullCheck(L_33);
|
|
float L_34;
|
|
L_34 = ReflectionProbe_get_farClipPlane_mA9DC3B58D62857DCA3C9C1F2757BF64026703FC8(L_33, NULL);
|
|
__this->___Far_19 = L_34;
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void FReflectionProbePreset::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FReflectionProbePreset__ctor_mD960975DE65A49B86B3D3C5E8052445329C83177 (FReflectionProbePreset_t6914B704262B852B49946F775D36010F9748D4FD* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public int Importance = 1;
|
|
__this->___Importance_7 = 1;
|
|
// public float Intensity = 1f;
|
|
__this->___Intensity_8 = (1.0f);
|
|
// public float blendDistance = 1f;
|
|
__this->___blendDistance_10 = (1.0f);
|
|
// public Vector3 BoxSize = new Vector3(10f, 10f, 10f);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_0;
|
|
memset((&L_0), 0, sizeof(L_0));
|
|
Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&L_0), (10.0f), (10.0f), (10.0f), /*hidden argument*/NULL);
|
|
__this->___BoxSize_11 = L_0;
|
|
// public Vector3 BoxOffset = Vector3.zero;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_1;
|
|
L_1 = Vector3_get_zero_m0C1249C3F25B1C70EAD3CC8B31259975A457AE39_inline(NULL);
|
|
__this->___BoxOffset_12 = L_1;
|
|
// public int Resolution = 256;
|
|
__this->___Resolution_13 = ((int32_t)256);
|
|
// public bool HDR = true;
|
|
__this->___HDR_14 = (bool)1;
|
|
// public float ShadowDistance = 100;
|
|
__this->___ShadowDistance_15 = (100.0f);
|
|
// public ReflectionProbeClearFlags ClearFlags = ReflectionProbeClearFlags.SolidColor;
|
|
__this->___ClearFlags_16 = 2;
|
|
// public Color BackgroundColor = Color.black;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_2;
|
|
L_2 = Color_get_black_mB50217951591A045844C61E7FF31EEE3FEF16737_inline(NULL);
|
|
__this->___BackgroundColor_17 = L_2;
|
|
// public LayerMask CullingMask = ~(0 << 0);
|
|
LayerMask_t97CB6BDADEDC3D6423C7BCFEA7F86DA2EC6241DB L_3;
|
|
L_3 = LayerMask_op_Implicit_m01C8996A2CB2085328B9C33539C43139660D8222((-1), NULL);
|
|
__this->___CullingMask_18 = L_3;
|
|
// public float Far = 1000;
|
|
__this->___Far_19 = (1000.0f);
|
|
// public float Near = 0.1f;
|
|
__this->___Near_20 = (0.100000001f);
|
|
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 PGG_FieldPresetSwitch::.ctor(System.String,System.String,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PGG_FieldPresetSwitch__ctor_m31668C70C88B6A4556720503A34262281D21DD5C (PGG_FieldPresetSwitch_t9D002C3C5F3212BCA62699B89A9FDF12A4E8823E* __this, String_t* ___0_propName, String_t* ___1_tooltip, int32_t ___2_labelWidth, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public PGG_FieldPresetSwitch(string propName, string tooltip = "", int labelWidth = 0)
|
|
PropertyAttribute__ctor_m19247686E165101F140615C7306DC2DA3953D97D(__this, NULL);
|
|
// PropName = propName;
|
|
String_t* L_0 = ___0_propName;
|
|
__this->___PropName_0 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___PropName_0), (void*)L_0);
|
|
// PropTooltip = tooltip;
|
|
String_t* L_1 = ___1_tooltip;
|
|
__this->___PropTooltip_1 = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___PropTooltip_1), (void*)L_1);
|
|
// LabelWidth = labelWidth;
|
|
int32_t L_2 = ___2_labelWidth;
|
|
__this->___LabelWidth_2 = L_2;
|
|
// }
|
|
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 PGG_FieldPresetSwitchRange::.ctor(System.String,System.String,System.Int32,System.Single,System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PGG_FieldPresetSwitchRange__ctor_m6E32282AA89EFF00B6F333E3B7637DD25D444332 (PGG_FieldPresetSwitchRange_t0AD8B4AB9038D44C8F7EBF4F2FD511CE385F4713* __this, String_t* ___0_propName, String_t* ___1_tooltip, int32_t ___2_labelWidth, float ___3_from, float ___4_to, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public PGG_FieldPresetSwitchRange(string propName, string tooltip = "", int labelWidth = 0, float from = 0f, float to = 1f):base(propName, tooltip, labelWidth)
|
|
String_t* L_0 = ___0_propName;
|
|
String_t* L_1 = ___1_tooltip;
|
|
int32_t L_2 = ___2_labelWidth;
|
|
PGG_FieldPresetSwitch__ctor_m31668C70C88B6A4556720503A34262281D21DD5C(__this, L_0, L_1, L_2, NULL);
|
|
// From = from;
|
|
float L_3 = ___3_from;
|
|
__this->___From_3 = L_3;
|
|
// To = to;
|
|
float L_4 = ___4_to;
|
|
__this->___To_4 = L_4;
|
|
// }
|
|
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 PGG_SingleLineSelector::.ctor(System.String[],System.Int32,System.String,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PGG_SingleLineSelector__ctor_mD7019BBF3AB1397B1167A640AD0E056C1EF855F5 (PGG_SingleLineSelector_t54FE75CE12AD5061E6FCF7E96EF5882CE34EC6F4* __this, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___0_propNames, int32_t ___1_width, String_t* ___2_tooltip, int32_t ___3_labelWidth, int32_t ___4_upPadding, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public PGG_SingleLineSelector(string[] propNames, int width = 68, string tooltip = "", int labelWidth = 0, int upPadding = 0)
|
|
PropertyAttribute__ctor_m19247686E165101F140615C7306DC2DA3953D97D(__this, NULL);
|
|
// PropNames = propNames;
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_0 = ___0_propNames;
|
|
__this->___PropNames_0 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___PropNames_0), (void*)L_0);
|
|
// Width = width;
|
|
int32_t L_1 = ___1_width;
|
|
__this->___Width_1 = L_1;
|
|
// PropTooltip = tooltip;
|
|
String_t* L_2 = ___2_tooltip;
|
|
__this->___PropTooltip_2 = L_2;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___PropTooltip_2), (void*)L_2);
|
|
// LabelWidth = labelWidth;
|
|
int32_t L_3 = ___3_labelWidth;
|
|
__this->___LabelWidth_3 = L_3;
|
|
// UpPadding = upPadding;
|
|
int32_t L_4 = ___4_upPadding;
|
|
__this->___UpPadding_4 = L_4;
|
|
// }
|
|
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 PGG_SingleLineSwitch::.ctor(System.String,System.Int32,System.String,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PGG_SingleLineSwitch__ctor_mFE73EF2648E25CC94ACE59AD02500DCB4FF703AE (PGG_SingleLineSwitch_t1151A9E3CF322CACBEA376827235E5867CF320CF* __this, String_t* ___0_propName, int32_t ___1_width, String_t* ___2_tooltip, int32_t ___3_labelWidth, int32_t ___4_upPadding, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public PGG_SingleLineSwitch(string propName, int width = 68, string tooltip = "", int labelWidth = 0, int upPadding = 0)
|
|
PropertyAttribute__ctor_m19247686E165101F140615C7306DC2DA3953D97D(__this, NULL);
|
|
// PropName = propName;
|
|
String_t* L_0 = ___0_propName;
|
|
__this->___PropName_0 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___PropName_0), (void*)L_0);
|
|
// Width = width;
|
|
int32_t L_1 = ___1_width;
|
|
__this->___Width_1 = L_1;
|
|
// PropTooltip = tooltip;
|
|
String_t* L_2 = ___2_tooltip;
|
|
__this->___PropTooltip_2 = L_2;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___PropTooltip_2), (void*)L_2);
|
|
// LabelWidth = labelWidth;
|
|
int32_t L_3 = ___3_labelWidth;
|
|
__this->___LabelWidth_3 = L_3;
|
|
// UpPadding = upPadding;
|
|
int32_t L_4 = ___4_upPadding;
|
|
__this->___UpPadding_4 = L_4;
|
|
// }
|
|
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 PGG_SingleLineTwoProperties::.ctor(System.String,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PGG_SingleLineTwoProperties__ctor_mFB5A0A116AAB8D0BB5CE51155B9ED2DC86378B08 (PGG_SingleLineTwoProperties_tFA46D1A71EF926AA84658988D074698909261758* __this, String_t* ___0_propName, int32_t ___1_labelWidth, int32_t ___2_secondPropLabelWidth, int32_t ___3_middlePadding, int32_t ___4_addSecondPropWidth, int32_t ___5_upPadding, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public PGG_SingleLineTwoProperties(string propName, int labelWidth = 0, int secondPropLabelWidth = 0, int middlePadding = 10, int addSecondPropWidth =0, int upPadding = 0)
|
|
PropertyAttribute__ctor_m19247686E165101F140615C7306DC2DA3953D97D(__this, NULL);
|
|
// PropName = propName;
|
|
String_t* L_0 = ___0_propName;
|
|
__this->___PropName_0 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___PropName_0), (void*)L_0);
|
|
// LabelWidth = labelWidth;
|
|
int32_t L_1 = ___1_labelWidth;
|
|
__this->___LabelWidth_1 = L_1;
|
|
// MiddlePadding = middlePadding;
|
|
int32_t L_2 = ___3_middlePadding;
|
|
__this->___MiddlePadding_3 = L_2;
|
|
// SecLabelWidth = secondPropLabelWidth;
|
|
int32_t L_3 = ___2_secondPropLabelWidth;
|
|
__this->___SecLabelWidth_2 = L_3;
|
|
// AddSecondPropWidth = addSecondPropWidth;
|
|
int32_t L_4 = ___4_addSecondPropWidth;
|
|
__this->___AddSecondPropWidth_5 = L_4;
|
|
// UpPadding = upPadding;
|
|
int32_t L_5 = ___5_upPadding;
|
|
__this->___UpPadding_4 = 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
|
|
// UnityEngine.GameObject FGeneratingUtilities::InstantiateObject(UnityEngine.GameObject)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* FGeneratingUtilities_InstantiateObject_m72A9E8046B10BC4895D104C227DDC6A2DCA50C8F (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___0_obj, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_Instantiate_TisGameObject_t76FEDD663AB33C991A9C9A23129337651094216F_m10D87C6E0708CA912BBB02555BF7D0FBC5D7A2B3_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return GameObject.Instantiate(obj);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_0 = ___0_obj;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_1;
|
|
L_1 = Object_Instantiate_TisGameObject_t76FEDD663AB33C991A9C9A23129337651094216F_m10D87C6E0708CA912BBB02555BF7D0FBC5D7A2B3(L_0, Object_Instantiate_TisGameObject_t76FEDD663AB33C991A9C9A23129337651094216F_m10D87C6E0708CA912BBB02555BF7D0FBC5D7A2B3_RuntimeMethod_var);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Void FGeneratingUtilities::DestroyObject(UnityEngine.GameObject)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FGeneratingUtilities_DestroyObject_m9D5C24CFE8DD8B98129B3F38A22CCBBB6E60490A (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___0_obj, 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 (obj == null) return;
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_0 = ___0_obj;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_1;
|
|
L_1 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_0, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_000a;
|
|
}
|
|
}
|
|
{
|
|
// if (obj == null) return;
|
|
return;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
// GameObject.Destroy(obj);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_2 = ___0_obj;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
Object_Destroy_mE97D0A766419A81296E8D4E5C23D01D3FE91ACBB(L_2, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Random FGeneratingUtilities::GetR(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Random_t79716069EDE67D1D7734F60AE402D0CA3FB6B4C8* FGeneratingUtilities_GetR_mBAE848F1CB8688CC050A45124A0BF8747B0E0FA0 (int32_t ___0_randomId, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Add_m8B6B3D00E548FBC08FD9E087006AA34704E5EA84_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_ContainsKey_mCE4E9DD2708E0477BB151D4CE9B8D3C282B3F0DF_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_get_Item_m364B8292BB4DFB2BC3DE53CCDEBA6E246B835752_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FGeneratingUtilities_t6C289D2C645AABDD30AED71515B2BE04B80CF140_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Random_t79716069EDE67D1D7734F60AE402D0CA3FB6B4C8_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Random_t79716069EDE67D1D7734F60AE402D0CA3FB6B4C8* V_0 = NULL;
|
|
{
|
|
// if (randoms.ContainsKey(randomId) == false)
|
|
il2cpp_codegen_runtime_class_init_inline(FGeneratingUtilities_t6C289D2C645AABDD30AED71515B2BE04B80CF140_il2cpp_TypeInfo_var);
|
|
Dictionary_2_t73456C8379F93D6DF5449E1AC7C4EFFEAEE95546* L_0 = ((FGeneratingUtilities_t6C289D2C645AABDD30AED71515B2BE04B80CF140_StaticFields*)il2cpp_codegen_static_fields_for(FGeneratingUtilities_t6C289D2C645AABDD30AED71515B2BE04B80CF140_il2cpp_TypeInfo_var))->___randoms_0;
|
|
int32_t L_1 = ___0_randomId;
|
|
NullCheck(L_0);
|
|
bool L_2;
|
|
L_2 = Dictionary_2_ContainsKey_mCE4E9DD2708E0477BB151D4CE9B8D3C282B3F0DF(L_0, L_1, Dictionary_2_ContainsKey_mCE4E9DD2708E0477BB151D4CE9B8D3C282B3F0DF_RuntimeMethod_var);
|
|
if (L_2)
|
|
{
|
|
goto IL_0022;
|
|
}
|
|
}
|
|
{
|
|
// r = new System.Random(randomId);
|
|
int32_t L_3 = ___0_randomId;
|
|
Random_t79716069EDE67D1D7734F60AE402D0CA3FB6B4C8* L_4 = (Random_t79716069EDE67D1D7734F60AE402D0CA3FB6B4C8*)il2cpp_codegen_object_new(Random_t79716069EDE67D1D7734F60AE402D0CA3FB6B4C8_il2cpp_TypeInfo_var);
|
|
NullCheck(L_4);
|
|
Random__ctor_mFB386F0C0ED85F26CD069C3527052B81878A2F1E(L_4, L_3, NULL);
|
|
V_0 = L_4;
|
|
// randoms.Add(randomId, r);
|
|
il2cpp_codegen_runtime_class_init_inline(FGeneratingUtilities_t6C289D2C645AABDD30AED71515B2BE04B80CF140_il2cpp_TypeInfo_var);
|
|
Dictionary_2_t73456C8379F93D6DF5449E1AC7C4EFFEAEE95546* L_5 = ((FGeneratingUtilities_t6C289D2C645AABDD30AED71515B2BE04B80CF140_StaticFields*)il2cpp_codegen_static_fields_for(FGeneratingUtilities_t6C289D2C645AABDD30AED71515B2BE04B80CF140_il2cpp_TypeInfo_var))->___randoms_0;
|
|
int32_t L_6 = ___0_randomId;
|
|
Random_t79716069EDE67D1D7734F60AE402D0CA3FB6B4C8* L_7 = V_0;
|
|
NullCheck(L_5);
|
|
Dictionary_2_Add_m8B6B3D00E548FBC08FD9E087006AA34704E5EA84(L_5, L_6, L_7, Dictionary_2_Add_m8B6B3D00E548FBC08FD9E087006AA34704E5EA84_RuntimeMethod_var);
|
|
goto IL_002e;
|
|
}
|
|
|
|
IL_0022:
|
|
{
|
|
// r = randoms[randomId];
|
|
il2cpp_codegen_runtime_class_init_inline(FGeneratingUtilities_t6C289D2C645AABDD30AED71515B2BE04B80CF140_il2cpp_TypeInfo_var);
|
|
Dictionary_2_t73456C8379F93D6DF5449E1AC7C4EFFEAEE95546* L_8 = ((FGeneratingUtilities_t6C289D2C645AABDD30AED71515B2BE04B80CF140_StaticFields*)il2cpp_codegen_static_fields_for(FGeneratingUtilities_t6C289D2C645AABDD30AED71515B2BE04B80CF140_il2cpp_TypeInfo_var))->___randoms_0;
|
|
int32_t L_9 = ___0_randomId;
|
|
NullCheck(L_8);
|
|
Random_t79716069EDE67D1D7734F60AE402D0CA3FB6B4C8* L_10;
|
|
L_10 = Dictionary_2_get_Item_m364B8292BB4DFB2BC3DE53CCDEBA6E246B835752(L_8, L_9, Dictionary_2_get_Item_m364B8292BB4DFB2BC3DE53CCDEBA6E246B835752_RuntimeMethod_var);
|
|
V_0 = L_10;
|
|
}
|
|
|
|
IL_002e:
|
|
{
|
|
// return r;
|
|
Random_t79716069EDE67D1D7734F60AE402D0CA3FB6B4C8* L_11 = V_0;
|
|
return L_11;
|
|
}
|
|
}
|
|
// System.Void FGeneratingUtilities::SetSeed(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FGeneratingUtilities_SetSeed_m89A5815BB42302427E6FEF66DD6F60170937C160 (int32_t ___0_seed, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FGeneratingUtilities_t6C289D2C645AABDD30AED71515B2BE04B80CF140_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Random_t79716069EDE67D1D7734F60AE402D0CA3FB6B4C8_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// random = new System.Random(seed);
|
|
int32_t L_0 = ___0_seed;
|
|
Random_t79716069EDE67D1D7734F60AE402D0CA3FB6B4C8* L_1 = (Random_t79716069EDE67D1D7734F60AE402D0CA3FB6B4C8*)il2cpp_codegen_object_new(Random_t79716069EDE67D1D7734F60AE402D0CA3FB6B4C8_il2cpp_TypeInfo_var);
|
|
NullCheck(L_1);
|
|
Random__ctor_mFB386F0C0ED85F26CD069C3527052B81878A2F1E(L_1, L_0, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(FGeneratingUtilities_t6C289D2C645AABDD30AED71515B2BE04B80CF140_il2cpp_TypeInfo_var);
|
|
((FGeneratingUtilities_t6C289D2C645AABDD30AED71515B2BE04B80CF140_StaticFields*)il2cpp_codegen_static_fields_for(FGeneratingUtilities_t6C289D2C645AABDD30AED71515B2BE04B80CF140_il2cpp_TypeInfo_var))->___random_1 = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((FGeneratingUtilities_t6C289D2C645AABDD30AED71515B2BE04B80CF140_StaticFields*)il2cpp_codegen_static_fields_for(FGeneratingUtilities_t6C289D2C645AABDD30AED71515B2BE04B80CF140_il2cpp_TypeInfo_var))->___random_1), (void*)L_1);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void FGeneratingUtilities::SetSeed(System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FGeneratingUtilities_SetSeed_m7290267718E615024F31DC1DBAFEAA75D52ED2B1 (int32_t ___0_seed, int32_t ___1_randomId, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Add_m8B6B3D00E548FBC08FD9E087006AA34704E5EA84_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_ContainsKey_mCE4E9DD2708E0477BB151D4CE9B8D3C282B3F0DF_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_set_Item_mC035BDC25735BADF10B9BC2282885219B5142194_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FGeneratingUtilities_t6C289D2C645AABDD30AED71515B2BE04B80CF140_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Random_t79716069EDE67D1D7734F60AE402D0CA3FB6B4C8_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (randoms.ContainsKey(randomId) == false) randoms.Add(randomId, new System.Random(randomId));
|
|
il2cpp_codegen_runtime_class_init_inline(FGeneratingUtilities_t6C289D2C645AABDD30AED71515B2BE04B80CF140_il2cpp_TypeInfo_var);
|
|
Dictionary_2_t73456C8379F93D6DF5449E1AC7C4EFFEAEE95546* L_0 = ((FGeneratingUtilities_t6C289D2C645AABDD30AED71515B2BE04B80CF140_StaticFields*)il2cpp_codegen_static_fields_for(FGeneratingUtilities_t6C289D2C645AABDD30AED71515B2BE04B80CF140_il2cpp_TypeInfo_var))->___randoms_0;
|
|
int32_t L_1 = ___1_randomId;
|
|
NullCheck(L_0);
|
|
bool L_2;
|
|
L_2 = Dictionary_2_ContainsKey_mCE4E9DD2708E0477BB151D4CE9B8D3C282B3F0DF(L_0, L_1, Dictionary_2_ContainsKey_mCE4E9DD2708E0477BB151D4CE9B8D3C282B3F0DF_RuntimeMethod_var);
|
|
if (L_2)
|
|
{
|
|
goto IL_001f;
|
|
}
|
|
}
|
|
{
|
|
// if (randoms.ContainsKey(randomId) == false) randoms.Add(randomId, new System.Random(randomId));
|
|
il2cpp_codegen_runtime_class_init_inline(FGeneratingUtilities_t6C289D2C645AABDD30AED71515B2BE04B80CF140_il2cpp_TypeInfo_var);
|
|
Dictionary_2_t73456C8379F93D6DF5449E1AC7C4EFFEAEE95546* L_3 = ((FGeneratingUtilities_t6C289D2C645AABDD30AED71515B2BE04B80CF140_StaticFields*)il2cpp_codegen_static_fields_for(FGeneratingUtilities_t6C289D2C645AABDD30AED71515B2BE04B80CF140_il2cpp_TypeInfo_var))->___randoms_0;
|
|
int32_t L_4 = ___1_randomId;
|
|
int32_t L_5 = ___1_randomId;
|
|
Random_t79716069EDE67D1D7734F60AE402D0CA3FB6B4C8* L_6 = (Random_t79716069EDE67D1D7734F60AE402D0CA3FB6B4C8*)il2cpp_codegen_object_new(Random_t79716069EDE67D1D7734F60AE402D0CA3FB6B4C8_il2cpp_TypeInfo_var);
|
|
NullCheck(L_6);
|
|
Random__ctor_mFB386F0C0ED85F26CD069C3527052B81878A2F1E(L_6, L_5, NULL);
|
|
NullCheck(L_3);
|
|
Dictionary_2_Add_m8B6B3D00E548FBC08FD9E087006AA34704E5EA84(L_3, L_4, L_6, Dictionary_2_Add_m8B6B3D00E548FBC08FD9E087006AA34704E5EA84_RuntimeMethod_var);
|
|
return;
|
|
}
|
|
|
|
IL_001f:
|
|
{
|
|
// else randoms[randomId] = new System.Random(randomId);
|
|
il2cpp_codegen_runtime_class_init_inline(FGeneratingUtilities_t6C289D2C645AABDD30AED71515B2BE04B80CF140_il2cpp_TypeInfo_var);
|
|
Dictionary_2_t73456C8379F93D6DF5449E1AC7C4EFFEAEE95546* L_7 = ((FGeneratingUtilities_t6C289D2C645AABDD30AED71515B2BE04B80CF140_StaticFields*)il2cpp_codegen_static_fields_for(FGeneratingUtilities_t6C289D2C645AABDD30AED71515B2BE04B80CF140_il2cpp_TypeInfo_var))->___randoms_0;
|
|
int32_t L_8 = ___1_randomId;
|
|
int32_t L_9 = ___1_randomId;
|
|
Random_t79716069EDE67D1D7734F60AE402D0CA3FB6B4C8* L_10 = (Random_t79716069EDE67D1D7734F60AE402D0CA3FB6B4C8*)il2cpp_codegen_object_new(Random_t79716069EDE67D1D7734F60AE402D0CA3FB6B4C8_il2cpp_TypeInfo_var);
|
|
NullCheck(L_10);
|
|
Random__ctor_mFB386F0C0ED85F26CD069C3527052B81878A2F1E(L_10, L_9, NULL);
|
|
NullCheck(L_7);
|
|
Dictionary_2_set_Item_mC035BDC25735BADF10B9BC2282885219B5142194(L_7, L_8, L_10, Dictionary_2_set_Item_mC035BDC25735BADF10B9BC2282885219B5142194_RuntimeMethod_var);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Single FGeneratingUtilities::GetRandom()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float FGeneratingUtilities_GetRandom_m2168C235081B2E0FD9BE03DD10511F3D3F94FAA3 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FGeneratingUtilities_t6C289D2C645AABDD30AED71515B2BE04B80CF140_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return (float)random.NextDouble();
|
|
il2cpp_codegen_runtime_class_init_inline(FGeneratingUtilities_t6C289D2C645AABDD30AED71515B2BE04B80CF140_il2cpp_TypeInfo_var);
|
|
Random_t79716069EDE67D1D7734F60AE402D0CA3FB6B4C8* L_0 = ((FGeneratingUtilities_t6C289D2C645AABDD30AED71515B2BE04B80CF140_StaticFields*)il2cpp_codegen_static_fields_for(FGeneratingUtilities_t6C289D2C645AABDD30AED71515B2BE04B80CF140_il2cpp_TypeInfo_var))->___random_1;
|
|
NullCheck(L_0);
|
|
double L_1;
|
|
L_1 = VirtualFuncInvoker0< double >::Invoke(8 /* System.Double System.Random::NextDouble() */, L_0);
|
|
return ((float)L_1);
|
|
}
|
|
}
|
|
// System.Single FGeneratingUtilities::GetRandom(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float FGeneratingUtilities_GetRandom_m776354025DE2F85500A3E03609BBB5543064283A (int32_t ___0_randomId, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FGeneratingUtilities_t6C289D2C645AABDD30AED71515B2BE04B80CF140_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return (float)GetR(randomId).NextDouble();
|
|
int32_t L_0 = ___0_randomId;
|
|
il2cpp_codegen_runtime_class_init_inline(FGeneratingUtilities_t6C289D2C645AABDD30AED71515B2BE04B80CF140_il2cpp_TypeInfo_var);
|
|
Random_t79716069EDE67D1D7734F60AE402D0CA3FB6B4C8* L_1;
|
|
L_1 = FGeneratingUtilities_GetR_mBAE848F1CB8688CC050A45124A0BF8747B0E0FA0(L_0, NULL);
|
|
NullCheck(L_1);
|
|
double L_2;
|
|
L_2 = VirtualFuncInvoker0< double >::Invoke(8 /* System.Double System.Random::NextDouble() */, L_1);
|
|
return ((float)L_2);
|
|
}
|
|
}
|
|
// System.Single FGeneratingUtilities::GetRandom(System.Single,System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float FGeneratingUtilities_GetRandom_m50646C73128AC8B4FF3A7148C92573828194E2E6 (float ___0_from, float ___1_to, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FGeneratingUtilities_t6C289D2C645AABDD30AED71515B2BE04B80CF140_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return from + (float)random.NextDouble() * (to - from);
|
|
float L_0 = ___0_from;
|
|
il2cpp_codegen_runtime_class_init_inline(FGeneratingUtilities_t6C289D2C645AABDD30AED71515B2BE04B80CF140_il2cpp_TypeInfo_var);
|
|
Random_t79716069EDE67D1D7734F60AE402D0CA3FB6B4C8* L_1 = ((FGeneratingUtilities_t6C289D2C645AABDD30AED71515B2BE04B80CF140_StaticFields*)il2cpp_codegen_static_fields_for(FGeneratingUtilities_t6C289D2C645AABDD30AED71515B2BE04B80CF140_il2cpp_TypeInfo_var))->___random_1;
|
|
NullCheck(L_1);
|
|
double L_2;
|
|
L_2 = VirtualFuncInvoker0< double >::Invoke(8 /* System.Double System.Random::NextDouble() */, L_1);
|
|
float L_3 = ___1_to;
|
|
float L_4 = ___0_from;
|
|
return ((float)il2cpp_codegen_add(L_0, ((float)il2cpp_codegen_multiply(((float)L_2), ((float)il2cpp_codegen_subtract(L_3, L_4))))));
|
|
}
|
|
}
|
|
// System.Single FGeneratingUtilities::GetRandom(System.Single,System.Single,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float FGeneratingUtilities_GetRandom_mCCB3CCADFDAC53FF5B7A43A6723F617CCF68714D (float ___0_from, float ___1_to, int32_t ___2_randomId, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FGeneratingUtilities_t6C289D2C645AABDD30AED71515B2BE04B80CF140_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return from + (float)GetR(randomId).NextDouble() * (to - from);
|
|
float L_0 = ___0_from;
|
|
int32_t L_1 = ___2_randomId;
|
|
il2cpp_codegen_runtime_class_init_inline(FGeneratingUtilities_t6C289D2C645AABDD30AED71515B2BE04B80CF140_il2cpp_TypeInfo_var);
|
|
Random_t79716069EDE67D1D7734F60AE402D0CA3FB6B4C8* L_2;
|
|
L_2 = FGeneratingUtilities_GetR_mBAE848F1CB8688CC050A45124A0BF8747B0E0FA0(L_1, NULL);
|
|
NullCheck(L_2);
|
|
double L_3;
|
|
L_3 = VirtualFuncInvoker0< double >::Invoke(8 /* System.Double System.Random::NextDouble() */, L_2);
|
|
float L_4 = ___1_to;
|
|
float L_5 = ___0_from;
|
|
return ((float)il2cpp_codegen_add(L_0, ((float)il2cpp_codegen_multiply(((float)L_3), ((float)il2cpp_codegen_subtract(L_4, L_5))))));
|
|
}
|
|
}
|
|
// System.Int32 FGeneratingUtilities::GetRandom(System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FGeneratingUtilities_GetRandom_m73F247443711171804AC629DE51D5D395455387D (int32_t ___0_from, int32_t ___1_to, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FGeneratingUtilities_t6C289D2C645AABDD30AED71515B2BE04B80CF140_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return random.Next(from, to);
|
|
il2cpp_codegen_runtime_class_init_inline(FGeneratingUtilities_t6C289D2C645AABDD30AED71515B2BE04B80CF140_il2cpp_TypeInfo_var);
|
|
Random_t79716069EDE67D1D7734F60AE402D0CA3FB6B4C8* L_0 = ((FGeneratingUtilities_t6C289D2C645AABDD30AED71515B2BE04B80CF140_StaticFields*)il2cpp_codegen_static_fields_for(FGeneratingUtilities_t6C289D2C645AABDD30AED71515B2BE04B80CF140_il2cpp_TypeInfo_var))->___random_1;
|
|
int32_t L_1 = ___0_from;
|
|
int32_t L_2 = ___1_to;
|
|
NullCheck(L_0);
|
|
int32_t L_3;
|
|
L_3 = VirtualFuncInvoker2< int32_t, int32_t, int32_t >::Invoke(6 /* System.Int32 System.Random::Next(System.Int32,System.Int32) */, L_0, L_1, L_2);
|
|
return L_3;
|
|
}
|
|
}
|
|
// System.Int32 FGeneratingUtilities::GetRandom(System.Int32,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FGeneratingUtilities_GetRandom_m6A877CEBE232EA2268B5E72BC848F4212A7266BD (int32_t ___0_from, int32_t ___1_to, int32_t ___2_randomId, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FGeneratingUtilities_t6C289D2C645AABDD30AED71515B2BE04B80CF140_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return GetR(randomId).Next(from, to);
|
|
int32_t L_0 = ___2_randomId;
|
|
il2cpp_codegen_runtime_class_init_inline(FGeneratingUtilities_t6C289D2C645AABDD30AED71515B2BE04B80CF140_il2cpp_TypeInfo_var);
|
|
Random_t79716069EDE67D1D7734F60AE402D0CA3FB6B4C8* L_1;
|
|
L_1 = FGeneratingUtilities_GetR_mBAE848F1CB8688CC050A45124A0BF8747B0E0FA0(L_0, NULL);
|
|
int32_t L_2 = ___0_from;
|
|
int32_t L_3 = ___1_to;
|
|
NullCheck(L_1);
|
|
int32_t L_4;
|
|
L_4 = VirtualFuncInvoker2< int32_t, int32_t, int32_t >::Invoke(6 /* System.Int32 System.Random::Next(System.Int32,System.Int32) */, L_1, L_2, L_3);
|
|
return L_4;
|
|
}
|
|
}
|
|
// System.Int32 FGeneratingUtilities::GetRandom(FGeneratingUtilities/MinMax)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FGeneratingUtilities_GetRandom_m63C76785C18675A597D4164D3430B32B0A28753A (MinMax_t2211CCBE8DDA78332BE4C0D26352B20EB911219D ___0_minMax, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FGeneratingUtilities_t6C289D2C645AABDD30AED71515B2BE04B80CF140_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return (int)(minMax.Min + (float)random.NextDouble() * ((minMax.Max + 1) - minMax.Min));
|
|
MinMax_t2211CCBE8DDA78332BE4C0D26352B20EB911219D L_0 = ___0_minMax;
|
|
int32_t L_1 = L_0.___Min_0;
|
|
il2cpp_codegen_runtime_class_init_inline(FGeneratingUtilities_t6C289D2C645AABDD30AED71515B2BE04B80CF140_il2cpp_TypeInfo_var);
|
|
Random_t79716069EDE67D1D7734F60AE402D0CA3FB6B4C8* L_2 = ((FGeneratingUtilities_t6C289D2C645AABDD30AED71515B2BE04B80CF140_StaticFields*)il2cpp_codegen_static_fields_for(FGeneratingUtilities_t6C289D2C645AABDD30AED71515B2BE04B80CF140_il2cpp_TypeInfo_var))->___random_1;
|
|
NullCheck(L_2);
|
|
double L_3;
|
|
L_3 = VirtualFuncInvoker0< double >::Invoke(8 /* System.Double System.Random::NextDouble() */, L_2);
|
|
MinMax_t2211CCBE8DDA78332BE4C0D26352B20EB911219D L_4 = ___0_minMax;
|
|
int32_t L_5 = L_4.___Max_1;
|
|
MinMax_t2211CCBE8DDA78332BE4C0D26352B20EB911219D L_6 = ___0_minMax;
|
|
int32_t L_7 = L_6.___Min_0;
|
|
return il2cpp_codegen_cast_double_to_int<int32_t>(((float)il2cpp_codegen_add(((float)L_1), ((float)il2cpp_codegen_multiply(((float)L_3), ((float)((int32_t)il2cpp_codegen_subtract(((int32_t)il2cpp_codegen_add(L_5, 1)), L_7))))))));
|
|
}
|
|
}
|
|
// System.Int32 FGeneratingUtilities::GetRandom(FGeneratingUtilities/MinMax,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FGeneratingUtilities_GetRandom_m0A59E9E6240ADC1EEB89871FB5D31A8132BA7B1A (MinMax_t2211CCBE8DDA78332BE4C0D26352B20EB911219D ___0_minMax, int32_t ___1_randomId, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FGeneratingUtilities_t6C289D2C645AABDD30AED71515B2BE04B80CF140_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return (int)(minMax.Min + (float)GetR(randomId).NextDouble() * ((minMax.Max + 1) - minMax.Min));
|
|
MinMax_t2211CCBE8DDA78332BE4C0D26352B20EB911219D L_0 = ___0_minMax;
|
|
int32_t L_1 = L_0.___Min_0;
|
|
int32_t L_2 = ___1_randomId;
|
|
il2cpp_codegen_runtime_class_init_inline(FGeneratingUtilities_t6C289D2C645AABDD30AED71515B2BE04B80CF140_il2cpp_TypeInfo_var);
|
|
Random_t79716069EDE67D1D7734F60AE402D0CA3FB6B4C8* L_3;
|
|
L_3 = FGeneratingUtilities_GetR_mBAE848F1CB8688CC050A45124A0BF8747B0E0FA0(L_2, NULL);
|
|
NullCheck(L_3);
|
|
double L_4;
|
|
L_4 = VirtualFuncInvoker0< double >::Invoke(8 /* System.Double System.Random::NextDouble() */, L_3);
|
|
MinMax_t2211CCBE8DDA78332BE4C0D26352B20EB911219D L_5 = ___0_minMax;
|
|
int32_t L_6 = L_5.___Max_1;
|
|
MinMax_t2211CCBE8DDA78332BE4C0D26352B20EB911219D L_7 = ___0_minMax;
|
|
int32_t L_8 = L_7.___Min_0;
|
|
return il2cpp_codegen_cast_double_to_int<int32_t>(((float)il2cpp_codegen_add(((float)L_1), ((float)il2cpp_codegen_multiply(((float)L_4), ((float)((int32_t)il2cpp_codegen_subtract(((int32_t)il2cpp_codegen_add(L_6, 1)), L_8))))))));
|
|
}
|
|
}
|
|
// UnityEngine.ScriptableObject FGeneratingUtilities::GenerateScriptable(UnityEngine.ScriptableObject,System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ScriptableObject_tB3BFDB921A1B1795B38A5417D3B97A89A140436A* FGeneratingUtilities_GenerateScriptable_mDBABC21C7ADEBD51555E025A07BE31F5594F2F2E (ScriptableObject_tB3BFDB921A1B1795B38A5417D3B97A89A140436A* ___0_reference, String_t* ___1_exampleFilename, String_t* ___2_playerPrefId, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return reference;
|
|
ScriptableObject_tB3BFDB921A1B1795B38A5417D3B97A89A140436A* L_0 = ___0_reference;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void FGeneratingUtilities::.cctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FGeneratingUtilities__cctor_m6923E1A5CDCF3E163B99D91B29E82FBC78441BAD (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_m48ED92EBDCF61B173630C3073E2239F8A0D09CF0_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_t73456C8379F93D6DF5449E1AC7C4EFFEAEE95546_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FGeneratingUtilities_t6C289D2C645AABDD30AED71515B2BE04B80CF140_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Random_t79716069EDE67D1D7734F60AE402D0CA3FB6B4C8_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// static Dictionary<int, System.Random> randoms = new Dictionary<int, System.Random>();
|
|
Dictionary_2_t73456C8379F93D6DF5449E1AC7C4EFFEAEE95546* L_0 = (Dictionary_2_t73456C8379F93D6DF5449E1AC7C4EFFEAEE95546*)il2cpp_codegen_object_new(Dictionary_2_t73456C8379F93D6DF5449E1AC7C4EFFEAEE95546_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
Dictionary_2__ctor_m48ED92EBDCF61B173630C3073E2239F8A0D09CF0(L_0, Dictionary_2__ctor_m48ED92EBDCF61B173630C3073E2239F8A0D09CF0_RuntimeMethod_var);
|
|
((FGeneratingUtilities_t6C289D2C645AABDD30AED71515B2BE04B80CF140_StaticFields*)il2cpp_codegen_static_fields_for(FGeneratingUtilities_t6C289D2C645AABDD30AED71515B2BE04B80CF140_il2cpp_TypeInfo_var))->___randoms_0 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((FGeneratingUtilities_t6C289D2C645AABDD30AED71515B2BE04B80CF140_StaticFields*)il2cpp_codegen_static_fields_for(FGeneratingUtilities_t6C289D2C645AABDD30AED71515B2BE04B80CF140_il2cpp_TypeInfo_var))->___randoms_0), (void*)L_0);
|
|
// static System.Random random = new System.Random();
|
|
Random_t79716069EDE67D1D7734F60AE402D0CA3FB6B4C8* L_1 = (Random_t79716069EDE67D1D7734F60AE402D0CA3FB6B4C8*)il2cpp_codegen_object_new(Random_t79716069EDE67D1D7734F60AE402D0CA3FB6B4C8_il2cpp_TypeInfo_var);
|
|
NullCheck(L_1);
|
|
Random__ctor_m151183BD4F021499A98B9DE8502DAD4B12DD16AC(L_1, NULL);
|
|
((FGeneratingUtilities_t6C289D2C645AABDD30AED71515B2BE04B80CF140_StaticFields*)il2cpp_codegen_static_fields_for(FGeneratingUtilities_t6C289D2C645AABDD30AED71515B2BE04B80CF140_il2cpp_TypeInfo_var))->___random_1 = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((FGeneratingUtilities_t6C289D2C645AABDD30AED71515B2BE04B80CF140_StaticFields*)il2cpp_codegen_static_fields_for(FGeneratingUtilities_t6C289D2C645AABDD30AED71515B2BE04B80CF140_il2cpp_TypeInfo_var))->___random_1), (void*)L_1);
|
|
// public static string lastPath = "";
|
|
((FGeneratingUtilities_t6C289D2C645AABDD30AED71515B2BE04B80CF140_StaticFields*)il2cpp_codegen_static_fields_for(FGeneratingUtilities_t6C289D2C645AABDD30AED71515B2BE04B80CF140_il2cpp_TypeInfo_var))->___lastPath_2 = _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((FGeneratingUtilities_t6C289D2C645AABDD30AED71515B2BE04B80CF140_StaticFields*)il2cpp_codegen_static_fields_for(FGeneratingUtilities_t6C289D2C645AABDD30AED71515B2BE04B80CF140_il2cpp_TypeInfo_var))->___lastPath_2), (void*)_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709);
|
|
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 FGeneratingUtilities/MinMax::.ctor(System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MinMax__ctor_m513031AE24393FD41C3D26EEC5C2A8AE2870CC45 (MinMax_t2211CCBE8DDA78332BE4C0D26352B20EB911219D* __this, int32_t ___0_min, int32_t ___1_max, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// Min = min;
|
|
int32_t L_0 = ___0_min;
|
|
__this->___Min_0 = L_0;
|
|
// Max = max;
|
|
int32_t L_1 = ___1_max;
|
|
__this->___Max_1 = L_1;
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void MinMax__ctor_m513031AE24393FD41C3D26EEC5C2A8AE2870CC45_AdjustorThunk (RuntimeObject* __this, int32_t ___0_min, int32_t ___1_max, const RuntimeMethod* method)
|
|
{
|
|
MinMax_t2211CCBE8DDA78332BE4C0D26352B20EB911219D* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<MinMax_t2211CCBE8DDA78332BE4C0D26352B20EB911219D*>(__this + _offset);
|
|
MinMax__ctor_m513031AE24393FD41C3D26EEC5C2A8AE2870CC45(_thisAdjusted, ___0_min, ___1_max, method);
|
|
}
|
|
// System.Int32 FGeneratingUtilities/MinMax::GetRandom()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MinMax_GetRandom_m56B00F482AE811FA50932CFEC82DC6DCD76739C6 (MinMax_t2211CCBE8DDA78332BE4C0D26352B20EB911219D* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return (int)(Min + (float)GetRandom() * ((Max + 1) - Min));
|
|
int32_t L_0 = __this->___Min_0;
|
|
int32_t L_1;
|
|
L_1 = MinMax_GetRandom_m56B00F482AE811FA50932CFEC82DC6DCD76739C6(__this, NULL);
|
|
int32_t L_2 = __this->___Max_1;
|
|
int32_t L_3 = __this->___Min_0;
|
|
return il2cpp_codegen_cast_double_to_int<int32_t>(((float)il2cpp_codegen_add(((float)L_0), ((float)il2cpp_codegen_multiply(((float)L_1), ((float)((int32_t)il2cpp_codegen_subtract(((int32_t)il2cpp_codegen_add(L_2, 1)), L_3))))))));
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int32_t MinMax_GetRandom_m56B00F482AE811FA50932CFEC82DC6DCD76739C6_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
MinMax_t2211CCBE8DDA78332BE4C0D26352B20EB911219D* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<MinMax_t2211CCBE8DDA78332BE4C0D26352B20EB911219D*>(__this + _offset);
|
|
int32_t _returnValue;
|
|
_returnValue = MinMax_GetRandom_m56B00F482AE811FA50932CFEC82DC6DCD76739C6(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
#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 FGeneratingUtilities/MinMaxF::.ctor(System.Single,System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MinMaxF__ctor_m7E020C3C76F5965BBA2C008D03C0C007E7FEB7EA (MinMaxF_tFB3CAF5908C0B37A5CAD645CDF95ECAE28C2B3CC* __this, float ___0_min, float ___1_max, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// Min = min;
|
|
float L_0 = ___0_min;
|
|
__this->___Min_0 = L_0;
|
|
// Max = max;
|
|
float L_1 = ___1_max;
|
|
__this->___Max_1 = L_1;
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void MinMaxF__ctor_m7E020C3C76F5965BBA2C008D03C0C007E7FEB7EA_AdjustorThunk (RuntimeObject* __this, float ___0_min, float ___1_max, const RuntimeMethod* method)
|
|
{
|
|
MinMaxF_tFB3CAF5908C0B37A5CAD645CDF95ECAE28C2B3CC* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<MinMaxF_tFB3CAF5908C0B37A5CAD645CDF95ECAE28C2B3CC*>(__this + _offset);
|
|
MinMaxF__ctor_m7E020C3C76F5965BBA2C008D03C0C007E7FEB7EA(_thisAdjusted, ___0_min, ___1_max, method);
|
|
}
|
|
#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.Single FEasing::EaseInCubic(System.Single,System.Single,System.Single,System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float FEasing_EaseInCubic_m87589685D1915569E92503C7A07338D97F622BF3 (float ___0_start, float ___1_end, float ___2_value, float ___3_ignore, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// end -= start;
|
|
float L_0 = ___1_end;
|
|
float L_1 = ___0_start;
|
|
___1_end = ((float)il2cpp_codegen_subtract(L_0, L_1));
|
|
// return end * value * value * value + start;
|
|
float L_2 = ___1_end;
|
|
float L_3 = ___2_value;
|
|
float L_4 = ___2_value;
|
|
float L_5 = ___2_value;
|
|
float L_6 = ___0_start;
|
|
return ((float)il2cpp_codegen_add(((float)il2cpp_codegen_multiply(((float)il2cpp_codegen_multiply(((float)il2cpp_codegen_multiply(L_2, L_3)), L_4)), L_5)), L_6));
|
|
}
|
|
}
|
|
// System.Single FEasing::EaseOutCubic(System.Single,System.Single,System.Single,System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float FEasing_EaseOutCubic_mD61DF8092145023721FF3F9CEAF86D3426399A6B (float ___0_start, float ___1_end, float ___2_value, float ___3_ignore, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// value -= 1;
|
|
float L_0 = ___2_value;
|
|
___2_value = ((float)il2cpp_codegen_subtract(L_0, (1.0f)));
|
|
// end -= start;
|
|
float L_1 = ___1_end;
|
|
float L_2 = ___0_start;
|
|
___1_end = ((float)il2cpp_codegen_subtract(L_1, L_2));
|
|
// return end * (value * value * value + 1) + start;
|
|
float L_3 = ___1_end;
|
|
float L_4 = ___2_value;
|
|
float L_5 = ___2_value;
|
|
float L_6 = ___2_value;
|
|
float L_7 = ___0_start;
|
|
return ((float)il2cpp_codegen_add(((float)il2cpp_codegen_multiply(L_3, ((float)il2cpp_codegen_add(((float)il2cpp_codegen_multiply(((float)il2cpp_codegen_multiply(L_4, L_5)), L_6)), (1.0f))))), L_7));
|
|
}
|
|
}
|
|
// System.Single FEasing::EaseInOutCubic(System.Single,System.Single,System.Single,System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float FEasing_EaseInOutCubic_m2EEF5CABFA9223353F74827DD93D0893069974D6 (float ___0_start, float ___1_end, float ___2_value, float ___3_ignore, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// value /= .5f;
|
|
float L_0 = ___2_value;
|
|
___2_value = ((float)(L_0/(0.5f)));
|
|
// end -= start;
|
|
float L_1 = ___1_end;
|
|
float L_2 = ___0_start;
|
|
___1_end = ((float)il2cpp_codegen_subtract(L_1, L_2));
|
|
// if (value < 1) return end * 0.5f * value * value * value + start;
|
|
float L_3 = ___2_value;
|
|
if ((!(((float)L_3) < ((float)(1.0f)))))
|
|
{
|
|
goto IL_0026;
|
|
}
|
|
}
|
|
{
|
|
// if (value < 1) return end * 0.5f * value * value * value + start;
|
|
float L_4 = ___1_end;
|
|
float L_5 = ___2_value;
|
|
float L_6 = ___2_value;
|
|
float L_7 = ___2_value;
|
|
float L_8 = ___0_start;
|
|
return ((float)il2cpp_codegen_add(((float)il2cpp_codegen_multiply(((float)il2cpp_codegen_multiply(((float)il2cpp_codegen_multiply(((float)il2cpp_codegen_multiply(L_4, (0.5f))), L_5)), L_6)), L_7)), L_8));
|
|
}
|
|
|
|
IL_0026:
|
|
{
|
|
// value -= 2;
|
|
float L_9 = ___2_value;
|
|
___2_value = ((float)il2cpp_codegen_subtract(L_9, (2.0f)));
|
|
// return end * 0.5f * (value * value * value + 2) + start;
|
|
float L_10 = ___1_end;
|
|
float L_11 = ___2_value;
|
|
float L_12 = ___2_value;
|
|
float L_13 = ___2_value;
|
|
float L_14 = ___0_start;
|
|
return ((float)il2cpp_codegen_add(((float)il2cpp_codegen_multiply(((float)il2cpp_codegen_multiply(L_10, (0.5f))), ((float)il2cpp_codegen_add(((float)il2cpp_codegen_multiply(((float)il2cpp_codegen_multiply(L_11, L_12)), L_13)), (2.0f))))), L_14));
|
|
}
|
|
}
|
|
// System.Single FEasing::EaseOutElastic(System.Single,System.Single,System.Single,System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float FEasing_EaseOutElastic_m59B19E893076A14A261A8A379BC6C722222BBF55 (float ___0_start, float ___1_end, float ___2_value, float ___3_rangeMul, const RuntimeMethod* method)
|
|
{
|
|
float V_0 = 0.0f;
|
|
float V_1 = 0.0f;
|
|
float V_2 = 0.0f;
|
|
float V_3 = 0.0f;
|
|
{
|
|
// end -= start;
|
|
float L_0 = ___1_end;
|
|
float L_1 = ___0_start;
|
|
___1_end = ((float)il2cpp_codegen_subtract(L_0, L_1));
|
|
// float d = 1f;
|
|
V_0 = (1.0f);
|
|
// float p = d * .3f * rangeMul;
|
|
float L_2 = V_0;
|
|
float L_3 = ___3_rangeMul;
|
|
V_1 = ((float)il2cpp_codegen_multiply(((float)il2cpp_codegen_multiply(L_2, (0.300000012f))), L_3));
|
|
// float a = 0;
|
|
V_3 = (0.0f);
|
|
// if (value == 0) return start;
|
|
float L_4 = ___2_value;
|
|
if ((!(((float)L_4) == ((float)(0.0f)))))
|
|
{
|
|
goto IL_0025;
|
|
}
|
|
}
|
|
{
|
|
// if (value == 0) return start;
|
|
float L_5 = ___0_start;
|
|
return L_5;
|
|
}
|
|
|
|
IL_0025:
|
|
{
|
|
// if ((value /= d) == 1) return start + end;
|
|
float L_6 = ___2_value;
|
|
float L_7 = V_0;
|
|
float L_8 = ((float)(L_6/L_7));
|
|
___2_value = L_8;
|
|
if ((!(((float)L_8) == ((float)(1.0f)))))
|
|
{
|
|
goto IL_0036;
|
|
}
|
|
}
|
|
{
|
|
// if ((value /= d) == 1) return start + end;
|
|
float L_9 = ___0_start;
|
|
float L_10 = ___1_end;
|
|
return ((float)il2cpp_codegen_add(L_9, L_10));
|
|
}
|
|
|
|
IL_0036:
|
|
{
|
|
// if (a == 0f || a < Mathf.Abs(end))
|
|
float L_11 = V_3;
|
|
if ((((float)L_11) == ((float)(0.0f))))
|
|
{
|
|
goto IL_0047;
|
|
}
|
|
}
|
|
{
|
|
float L_12 = V_3;
|
|
float L_13 = ___1_end;
|
|
float L_14;
|
|
L_14 = fabsf(L_13);
|
|
if ((!(((float)L_12) < ((float)L_14))))
|
|
{
|
|
goto IL_0055;
|
|
}
|
|
}
|
|
|
|
IL_0047:
|
|
{
|
|
// a = end;
|
|
float L_15 = ___1_end;
|
|
V_3 = L_15;
|
|
// s = p * 0.25f * rangeMul;
|
|
float L_16 = V_1;
|
|
float L_17 = ___3_rangeMul;
|
|
V_2 = ((float)il2cpp_codegen_multiply(((float)il2cpp_codegen_multiply(L_16, (0.25f))), L_17));
|
|
goto IL_0066;
|
|
}
|
|
|
|
IL_0055:
|
|
{
|
|
// s = p / (2 * Mathf.PI) * Mathf.Asin(end / a);
|
|
float L_18 = V_1;
|
|
float L_19 = ___1_end;
|
|
float L_20 = V_3;
|
|
float L_21;
|
|
L_21 = asinf(((float)(L_19/L_20)));
|
|
V_2 = ((float)il2cpp_codegen_multiply(((float)(L_18/(6.28318548f))), L_21));
|
|
}
|
|
|
|
IL_0066:
|
|
{
|
|
// return (a * Mathf.Pow(2, -10 * value * rangeMul) * Mathf.Sin((value * d - s) * (2 * Mathf.PI) / p) + end + start);
|
|
float L_22 = V_3;
|
|
float L_23 = ___2_value;
|
|
float L_24 = ___3_rangeMul;
|
|
float L_25;
|
|
L_25 = powf((2.0f), ((float)il2cpp_codegen_multiply(((float)il2cpp_codegen_multiply((-10.0f), L_23)), L_24)));
|
|
float L_26 = ___2_value;
|
|
float L_27 = V_0;
|
|
float L_28 = V_2;
|
|
float L_29 = V_1;
|
|
float L_30;
|
|
L_30 = sinf(((float)(((float)il2cpp_codegen_multiply(((float)il2cpp_codegen_subtract(((float)il2cpp_codegen_multiply(L_26, L_27)), L_28)), (6.28318548f)))/L_29)));
|
|
float L_31 = ___1_end;
|
|
float L_32 = ___0_start;
|
|
return ((float)il2cpp_codegen_add(((float)il2cpp_codegen_add(((float)il2cpp_codegen_multiply(((float)il2cpp_codegen_multiply(L_22, L_25)), L_30)), L_31)), L_32));
|
|
}
|
|
}
|
|
// System.Single FEasing::EaseInElastic(System.Single,System.Single,System.Single,System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float FEasing_EaseInElastic_m827997452E98D5CAB48BC4E0929FBF6B0CC9A189 (float ___0_start, float ___1_end, float ___2_value, float ___3_rangeMul, const RuntimeMethod* method)
|
|
{
|
|
float V_0 = 0.0f;
|
|
float V_1 = 0.0f;
|
|
float V_2 = 0.0f;
|
|
float V_3 = 0.0f;
|
|
{
|
|
// end -= start;
|
|
float L_0 = ___1_end;
|
|
float L_1 = ___0_start;
|
|
___1_end = ((float)il2cpp_codegen_subtract(L_0, L_1));
|
|
// float d = 1f;
|
|
V_0 = (1.0f);
|
|
// float p = d * .3f * rangeMul;
|
|
float L_2 = V_0;
|
|
float L_3 = ___3_rangeMul;
|
|
V_1 = ((float)il2cpp_codegen_multiply(((float)il2cpp_codegen_multiply(L_2, (0.300000012f))), L_3));
|
|
// float a = 0;
|
|
V_3 = (0.0f);
|
|
// if (value == 0) return start;
|
|
float L_4 = ___2_value;
|
|
if ((!(((float)L_4) == ((float)(0.0f)))))
|
|
{
|
|
goto IL_0025;
|
|
}
|
|
}
|
|
{
|
|
// if (value == 0) return start;
|
|
float L_5 = ___0_start;
|
|
return L_5;
|
|
}
|
|
|
|
IL_0025:
|
|
{
|
|
// if ((value /= d) == 1) return start + end;
|
|
float L_6 = ___2_value;
|
|
float L_7 = V_0;
|
|
float L_8 = ((float)(L_6/L_7));
|
|
___2_value = L_8;
|
|
if ((!(((float)L_8) == ((float)(1.0f)))))
|
|
{
|
|
goto IL_0036;
|
|
}
|
|
}
|
|
{
|
|
// if ((value /= d) == 1) return start + end;
|
|
float L_9 = ___0_start;
|
|
float L_10 = ___1_end;
|
|
return ((float)il2cpp_codegen_add(L_9, L_10));
|
|
}
|
|
|
|
IL_0036:
|
|
{
|
|
// if (a == 0f || a < Mathf.Abs(end))
|
|
float L_11 = V_3;
|
|
if ((((float)L_11) == ((float)(0.0f))))
|
|
{
|
|
goto IL_0047;
|
|
}
|
|
}
|
|
{
|
|
float L_12 = V_3;
|
|
float L_13 = ___1_end;
|
|
float L_14;
|
|
L_14 = fabsf(L_13);
|
|
if ((!(((float)L_12) < ((float)L_14))))
|
|
{
|
|
goto IL_0055;
|
|
}
|
|
}
|
|
|
|
IL_0047:
|
|
{
|
|
// a = end;
|
|
float L_15 = ___1_end;
|
|
V_3 = L_15;
|
|
// s = (p / 4) * rangeMul;
|
|
float L_16 = V_1;
|
|
float L_17 = ___3_rangeMul;
|
|
V_2 = ((float)il2cpp_codegen_multiply(((float)(L_16/(4.0f))), L_17));
|
|
goto IL_0066;
|
|
}
|
|
|
|
IL_0055:
|
|
{
|
|
// s = p / (2 * Mathf.PI) * Mathf.Asin(end / a);
|
|
float L_18 = V_1;
|
|
float L_19 = ___1_end;
|
|
float L_20 = V_3;
|
|
float L_21;
|
|
L_21 = asinf(((float)(L_19/L_20)));
|
|
V_2 = ((float)il2cpp_codegen_multiply(((float)(L_18/(6.28318548f))), L_21));
|
|
}
|
|
|
|
IL_0066:
|
|
{
|
|
// return -(a * Mathf.Pow(2, 10 * rangeMul * (value -= 1)) * Mathf.Sin((value * d - s) * (2 * Mathf.PI) / p)) + start;
|
|
float L_22 = V_3;
|
|
float L_23 = ___3_rangeMul;
|
|
float L_24 = ___2_value;
|
|
float L_25 = ((float)il2cpp_codegen_subtract(L_24, (1.0f)));
|
|
___2_value = L_25;
|
|
float L_26;
|
|
L_26 = powf((2.0f), ((float)il2cpp_codegen_multiply(((float)il2cpp_codegen_multiply((10.0f), L_23)), L_25)));
|
|
float L_27 = ___2_value;
|
|
float L_28 = V_0;
|
|
float L_29 = V_2;
|
|
float L_30 = V_1;
|
|
float L_31;
|
|
L_31 = sinf(((float)(((float)il2cpp_codegen_multiply(((float)il2cpp_codegen_subtract(((float)il2cpp_codegen_multiply(L_27, L_28)), L_29)), (6.28318548f)))/L_30)));
|
|
float L_32 = ___0_start;
|
|
return ((float)il2cpp_codegen_add(((-((float)il2cpp_codegen_multiply(((float)il2cpp_codegen_multiply(L_22, L_26)), L_31)))), L_32));
|
|
}
|
|
}
|
|
// System.Single FEasing::EaseInOutElastic(System.Single,System.Single,System.Single,System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float FEasing_EaseInOutElastic_mB3C3E87B57EB3BB29B226B1CD27CD866C8272DC5 (float ___0_start, float ___1_end, float ___2_value, float ___3_rangeMul, const RuntimeMethod* method)
|
|
{
|
|
float V_0 = 0.0f;
|
|
float V_1 = 0.0f;
|
|
float V_2 = 0.0f;
|
|
float V_3 = 0.0f;
|
|
{
|
|
// end -= start;
|
|
float L_0 = ___1_end;
|
|
float L_1 = ___0_start;
|
|
___1_end = ((float)il2cpp_codegen_subtract(L_0, L_1));
|
|
// float d = 1f;
|
|
V_0 = (1.0f);
|
|
// float p = d * .3f * rangeMul;
|
|
float L_2 = V_0;
|
|
float L_3 = ___3_rangeMul;
|
|
V_1 = ((float)il2cpp_codegen_multiply(((float)il2cpp_codegen_multiply(L_2, (0.300000012f))), L_3));
|
|
// float a = 0;
|
|
V_3 = (0.0f);
|
|
// if (value == 0) return start;
|
|
float L_4 = ___2_value;
|
|
if ((!(((float)L_4) == ((float)(0.0f)))))
|
|
{
|
|
goto IL_0025;
|
|
}
|
|
}
|
|
{
|
|
// if (value == 0) return start;
|
|
float L_5 = ___0_start;
|
|
return L_5;
|
|
}
|
|
|
|
IL_0025:
|
|
{
|
|
// if ((value /= d * 0.5f) == 2) return start + end;
|
|
float L_6 = ___2_value;
|
|
float L_7 = V_0;
|
|
float L_8 = ((float)(L_6/((float)il2cpp_codegen_multiply(L_7, (0.5f)))));
|
|
___2_value = L_8;
|
|
if ((!(((float)L_8) == ((float)(2.0f)))))
|
|
{
|
|
goto IL_003c;
|
|
}
|
|
}
|
|
{
|
|
// if ((value /= d * 0.5f) == 2) return start + end;
|
|
float L_9 = ___0_start;
|
|
float L_10 = ___1_end;
|
|
return ((float)il2cpp_codegen_add(L_9, L_10));
|
|
}
|
|
|
|
IL_003c:
|
|
{
|
|
// if (a == 0f || a < Mathf.Abs(end))
|
|
float L_11 = V_3;
|
|
if ((((float)L_11) == ((float)(0.0f))))
|
|
{
|
|
goto IL_004d;
|
|
}
|
|
}
|
|
{
|
|
float L_12 = V_3;
|
|
float L_13 = ___1_end;
|
|
float L_14;
|
|
L_14 = fabsf(L_13);
|
|
if ((!(((float)L_12) < ((float)L_14))))
|
|
{
|
|
goto IL_005b;
|
|
}
|
|
}
|
|
|
|
IL_004d:
|
|
{
|
|
// a = end;
|
|
float L_15 = ___1_end;
|
|
V_3 = L_15;
|
|
// s = p / 4 * rangeMul;
|
|
float L_16 = V_1;
|
|
float L_17 = ___3_rangeMul;
|
|
V_2 = ((float)il2cpp_codegen_multiply(((float)(L_16/(4.0f))), L_17));
|
|
goto IL_006c;
|
|
}
|
|
|
|
IL_005b:
|
|
{
|
|
// s = p / (2 * Mathf.PI) * Mathf.Asin(end / a);
|
|
float L_18 = V_1;
|
|
float L_19 = ___1_end;
|
|
float L_20 = V_3;
|
|
float L_21;
|
|
L_21 = asinf(((float)(L_19/L_20)));
|
|
V_2 = ((float)il2cpp_codegen_multiply(((float)(L_18/(6.28318548f))), L_21));
|
|
}
|
|
|
|
IL_006c:
|
|
{
|
|
// if (value < 1) return -0.5f * (a * Mathf.Pow(2, 10 * (value -= 1)) * Mathf.Sin((value * d - s) * (2 * Mathf.PI) / p)) + start;
|
|
float L_22 = ___2_value;
|
|
if ((!(((float)L_22) < ((float)(1.0f)))))
|
|
{
|
|
goto IL_00ac;
|
|
}
|
|
}
|
|
{
|
|
// if (value < 1) return -0.5f * (a * Mathf.Pow(2, 10 * (value -= 1)) * Mathf.Sin((value * d - s) * (2 * Mathf.PI) / p)) + start;
|
|
float L_23 = V_3;
|
|
float L_24 = ___2_value;
|
|
float L_25 = ((float)il2cpp_codegen_subtract(L_24, (1.0f)));
|
|
___2_value = L_25;
|
|
float L_26;
|
|
L_26 = powf((2.0f), ((float)il2cpp_codegen_multiply((10.0f), L_25)));
|
|
float L_27 = ___2_value;
|
|
float L_28 = V_0;
|
|
float L_29 = V_2;
|
|
float L_30 = V_1;
|
|
float L_31;
|
|
L_31 = sinf(((float)(((float)il2cpp_codegen_multiply(((float)il2cpp_codegen_subtract(((float)il2cpp_codegen_multiply(L_27, L_28)), L_29)), (6.28318548f)))/L_30)));
|
|
float L_32 = ___0_start;
|
|
return ((float)il2cpp_codegen_add(((float)il2cpp_codegen_multiply((-0.5f), ((float)il2cpp_codegen_multiply(((float)il2cpp_codegen_multiply(L_23, L_26)), L_31)))), L_32));
|
|
}
|
|
|
|
IL_00ac:
|
|
{
|
|
// return a * Mathf.Pow(2, -10 * rangeMul * (value -= 1)) * Mathf.Sin((value * d - s) * (2 * Mathf.PI) / p) * 0.5f + end + start;
|
|
float L_33 = V_3;
|
|
float L_34 = ___3_rangeMul;
|
|
float L_35 = ___2_value;
|
|
float L_36 = ((float)il2cpp_codegen_subtract(L_35, (1.0f)));
|
|
___2_value = L_36;
|
|
float L_37;
|
|
L_37 = powf((2.0f), ((float)il2cpp_codegen_multiply(((float)il2cpp_codegen_multiply((-10.0f), L_34)), L_36)));
|
|
float L_38 = ___2_value;
|
|
float L_39 = V_0;
|
|
float L_40 = V_2;
|
|
float L_41 = V_1;
|
|
float L_42;
|
|
L_42 = sinf(((float)(((float)il2cpp_codegen_multiply(((float)il2cpp_codegen_subtract(((float)il2cpp_codegen_multiply(L_38, L_39)), L_40)), (6.28318548f)))/L_41)));
|
|
float L_43 = ___1_end;
|
|
float L_44 = ___0_start;
|
|
return ((float)il2cpp_codegen_add(((float)il2cpp_codegen_add(((float)il2cpp_codegen_multiply(((float)il2cpp_codegen_multiply(((float)il2cpp_codegen_multiply(L_33, L_37)), L_42)), (0.5f))), L_43)), L_44));
|
|
}
|
|
}
|
|
// System.Single FEasing::EaseInExpo(System.Single,System.Single,System.Single,System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float FEasing_EaseInExpo_mF8FE25475A95E4E51A591C276D6AF039426C494F (float ___0_start, float ___1_end, float ___2_value, float ___3_ignore, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// end -= start;
|
|
float L_0 = ___1_end;
|
|
float L_1 = ___0_start;
|
|
___1_end = ((float)il2cpp_codegen_subtract(L_0, L_1));
|
|
// return end * Mathf.Pow(2, 10 * (value - 1)) + start;
|
|
float L_2 = ___1_end;
|
|
float L_3 = ___2_value;
|
|
float L_4;
|
|
L_4 = powf((2.0f), ((float)il2cpp_codegen_multiply((10.0f), ((float)il2cpp_codegen_subtract(L_3, (1.0f))))));
|
|
float L_5 = ___0_start;
|
|
return ((float)il2cpp_codegen_add(((float)il2cpp_codegen_multiply(L_2, L_4)), L_5));
|
|
}
|
|
}
|
|
// System.Single FEasing::EaseOutExpo(System.Single,System.Single,System.Single,System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float FEasing_EaseOutExpo_mBF0F7722A4B32FC7F4413A2E5E7EA2938BD8B19C (float ___0_start, float ___1_end, float ___2_value, float ___3_ignore, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// end -= start;
|
|
float L_0 = ___1_end;
|
|
float L_1 = ___0_start;
|
|
___1_end = ((float)il2cpp_codegen_subtract(L_0, L_1));
|
|
// return end * (-Mathf.Pow(2, -10 * value) + 1) + start;
|
|
float L_2 = ___1_end;
|
|
float L_3 = ___2_value;
|
|
float L_4;
|
|
L_4 = powf((2.0f), ((float)il2cpp_codegen_multiply((-10.0f), L_3)));
|
|
float L_5 = ___0_start;
|
|
return ((float)il2cpp_codegen_add(((float)il2cpp_codegen_multiply(L_2, ((float)il2cpp_codegen_add(((-L_4)), (1.0f))))), L_5));
|
|
}
|
|
}
|
|
// System.Single FEasing::EaseInOutExpo(System.Single,System.Single,System.Single,System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float FEasing_EaseInOutExpo_m3783BFFA8787FD08ED6257BD10F95280A03E60F4 (float ___0_start, float ___1_end, float ___2_value, float ___3_ignore, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// value /= .5f;
|
|
float L_0 = ___2_value;
|
|
___2_value = ((float)(L_0/(0.5f)));
|
|
// end -= start;
|
|
float L_1 = ___1_end;
|
|
float L_2 = ___0_start;
|
|
___1_end = ((float)il2cpp_codegen_subtract(L_1, L_2));
|
|
// if (value < 1) return end * 0.5f * Mathf.Pow(2, 10 * (value - 1)) + start;
|
|
float L_3 = ___2_value;
|
|
if ((!(((float)L_3) < ((float)(1.0f)))))
|
|
{
|
|
goto IL_0038;
|
|
}
|
|
}
|
|
{
|
|
// if (value < 1) return end * 0.5f * Mathf.Pow(2, 10 * (value - 1)) + start;
|
|
float L_4 = ___1_end;
|
|
float L_5 = ___2_value;
|
|
float L_6;
|
|
L_6 = powf((2.0f), ((float)il2cpp_codegen_multiply((10.0f), ((float)il2cpp_codegen_subtract(L_5, (1.0f))))));
|
|
float L_7 = ___0_start;
|
|
return ((float)il2cpp_codegen_add(((float)il2cpp_codegen_multiply(((float)il2cpp_codegen_multiply(L_4, (0.5f))), L_6)), L_7));
|
|
}
|
|
|
|
IL_0038:
|
|
{
|
|
// value--;
|
|
float L_8 = ___2_value;
|
|
___2_value = ((float)il2cpp_codegen_subtract(L_8, (1.0f)));
|
|
// return end * 0.5f * (-Mathf.Pow(2, -10 * value) + 2) + start;
|
|
float L_9 = ___1_end;
|
|
float L_10 = ___2_value;
|
|
float L_11;
|
|
L_11 = powf((2.0f), ((float)il2cpp_codegen_multiply((-10.0f), L_10)));
|
|
float L_12 = ___0_start;
|
|
return ((float)il2cpp_codegen_add(((float)il2cpp_codegen_multiply(((float)il2cpp_codegen_multiply(L_9, (0.5f))), ((float)il2cpp_codegen_add(((-L_11)), (2.0f))))), L_12));
|
|
}
|
|
}
|
|
// System.Single FEasing::Linear(System.Single,System.Single,System.Single,System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float FEasing_Linear_m48072E51C0C77B4374CF1DEC8C07AC9840ECD882 (float ___0_start, float ___1_end, float ___2_value, float ___3_ignore, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return Mathf.Lerp(start, end, value);
|
|
float L_0 = ___0_start;
|
|
float L_1 = ___1_end;
|
|
float L_2 = ___2_value;
|
|
float L_3;
|
|
L_3 = Mathf_Lerp_m47EF2FFB7647BD0A1FDC26DC03E28B19812139B5_inline(L_0, L_1, L_2, NULL);
|
|
return L_3;
|
|
}
|
|
}
|
|
// FEasing/Function FEasing::GetEasingFunction(FEasing/EFease)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Function_tD1FD6FBF07FCE0BF65777E4F9D477AE069A0431C* FEasing_GetEasingFunction_m85D2C9854D1FA89D4712936F384214B719463BD1 (int32_t ___0_easingFunction, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FEasing_EaseInCubic_m87589685D1915569E92503C7A07338D97F622BF3_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FEasing_EaseInElastic_m827997452E98D5CAB48BC4E0929FBF6B0CC9A189_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FEasing_EaseInExpo_mF8FE25475A95E4E51A591C276D6AF039426C494F_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FEasing_EaseInOutCubic_m2EEF5CABFA9223353F74827DD93D0893069974D6_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FEasing_EaseInOutElastic_mB3C3E87B57EB3BB29B226B1CD27CD866C8272DC5_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FEasing_EaseInOutExpo_m3783BFFA8787FD08ED6257BD10F95280A03E60F4_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FEasing_EaseOutCubic_mD61DF8092145023721FF3F9CEAF86D3426399A6B_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FEasing_EaseOutElastic_m59B19E893076A14A261A8A379BC6C722222BBF55_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FEasing_EaseOutExpo_mBF0F7722A4B32FC7F4413A2E5E7EA2938BD8B19C_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FEasing_Linear_m48072E51C0C77B4374CF1DEC8C07AC9840ECD882_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Function_tD1FD6FBF07FCE0BF65777E4F9D477AE069A0431C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (easingFunction == EFease.EaseInCubic) return EaseInCubic;
|
|
int32_t L_0 = ___0_easingFunction;
|
|
if (L_0)
|
|
{
|
|
goto IL_0010;
|
|
}
|
|
}
|
|
{
|
|
// if (easingFunction == EFease.EaseInCubic) return EaseInCubic;
|
|
Function_tD1FD6FBF07FCE0BF65777E4F9D477AE069A0431C* L_1 = (Function_tD1FD6FBF07FCE0BF65777E4F9D477AE069A0431C*)il2cpp_codegen_object_new(Function_tD1FD6FBF07FCE0BF65777E4F9D477AE069A0431C_il2cpp_TypeInfo_var);
|
|
NullCheck(L_1);
|
|
Function__ctor_m887665E512F46DB76CB75AAAAD260C6064F8606F(L_1, NULL, (intptr_t)((void*)FEasing_EaseInCubic_m87589685D1915569E92503C7A07338D97F622BF3_RuntimeMethod_var), NULL);
|
|
return L_1;
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
// if (easingFunction == EFease.EaseOutCubic) return EaseOutCubic;
|
|
int32_t L_2 = ___0_easingFunction;
|
|
if ((!(((uint32_t)L_2) == ((uint32_t)1))))
|
|
{
|
|
goto IL_0021;
|
|
}
|
|
}
|
|
{
|
|
// if (easingFunction == EFease.EaseOutCubic) return EaseOutCubic;
|
|
Function_tD1FD6FBF07FCE0BF65777E4F9D477AE069A0431C* L_3 = (Function_tD1FD6FBF07FCE0BF65777E4F9D477AE069A0431C*)il2cpp_codegen_object_new(Function_tD1FD6FBF07FCE0BF65777E4F9D477AE069A0431C_il2cpp_TypeInfo_var);
|
|
NullCheck(L_3);
|
|
Function__ctor_m887665E512F46DB76CB75AAAAD260C6064F8606F(L_3, NULL, (intptr_t)((void*)FEasing_EaseOutCubic_mD61DF8092145023721FF3F9CEAF86D3426399A6B_RuntimeMethod_var), NULL);
|
|
return L_3;
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
// if (easingFunction == EFease.EaseInOutCubic) return EaseInOutCubic;
|
|
int32_t L_4 = ___0_easingFunction;
|
|
if ((!(((uint32_t)L_4) == ((uint32_t)2))))
|
|
{
|
|
goto IL_0032;
|
|
}
|
|
}
|
|
{
|
|
// if (easingFunction == EFease.EaseInOutCubic) return EaseInOutCubic;
|
|
Function_tD1FD6FBF07FCE0BF65777E4F9D477AE069A0431C* L_5 = (Function_tD1FD6FBF07FCE0BF65777E4F9D477AE069A0431C*)il2cpp_codegen_object_new(Function_tD1FD6FBF07FCE0BF65777E4F9D477AE069A0431C_il2cpp_TypeInfo_var);
|
|
NullCheck(L_5);
|
|
Function__ctor_m887665E512F46DB76CB75AAAAD260C6064F8606F(L_5, NULL, (intptr_t)((void*)FEasing_EaseInOutCubic_m2EEF5CABFA9223353F74827DD93D0893069974D6_RuntimeMethod_var), NULL);
|
|
return L_5;
|
|
}
|
|
|
|
IL_0032:
|
|
{
|
|
// if (easingFunction == EFease.EaseInElastic) return EaseInElastic;
|
|
int32_t L_6 = ___0_easingFunction;
|
|
if ((!(((uint32_t)L_6) == ((uint32_t)4))))
|
|
{
|
|
goto IL_0043;
|
|
}
|
|
}
|
|
{
|
|
// if (easingFunction == EFease.EaseInElastic) return EaseInElastic;
|
|
Function_tD1FD6FBF07FCE0BF65777E4F9D477AE069A0431C* L_7 = (Function_tD1FD6FBF07FCE0BF65777E4F9D477AE069A0431C*)il2cpp_codegen_object_new(Function_tD1FD6FBF07FCE0BF65777E4F9D477AE069A0431C_il2cpp_TypeInfo_var);
|
|
NullCheck(L_7);
|
|
Function__ctor_m887665E512F46DB76CB75AAAAD260C6064F8606F(L_7, NULL, (intptr_t)((void*)FEasing_EaseInElastic_m827997452E98D5CAB48BC4E0929FBF6B0CC9A189_RuntimeMethod_var), NULL);
|
|
return L_7;
|
|
}
|
|
|
|
IL_0043:
|
|
{
|
|
// if (easingFunction == EFease.EaseOutElastic) return EaseOutElastic;
|
|
int32_t L_8 = ___0_easingFunction;
|
|
if ((!(((uint32_t)L_8) == ((uint32_t)5))))
|
|
{
|
|
goto IL_0054;
|
|
}
|
|
}
|
|
{
|
|
// if (easingFunction == EFease.EaseOutElastic) return EaseOutElastic;
|
|
Function_tD1FD6FBF07FCE0BF65777E4F9D477AE069A0431C* L_9 = (Function_tD1FD6FBF07FCE0BF65777E4F9D477AE069A0431C*)il2cpp_codegen_object_new(Function_tD1FD6FBF07FCE0BF65777E4F9D477AE069A0431C_il2cpp_TypeInfo_var);
|
|
NullCheck(L_9);
|
|
Function__ctor_m887665E512F46DB76CB75AAAAD260C6064F8606F(L_9, NULL, (intptr_t)((void*)FEasing_EaseOutElastic_m59B19E893076A14A261A8A379BC6C722222BBF55_RuntimeMethod_var), NULL);
|
|
return L_9;
|
|
}
|
|
|
|
IL_0054:
|
|
{
|
|
// if (easingFunction == EFease.EaseInOutElastic) return EaseInOutElastic;
|
|
int32_t L_10 = ___0_easingFunction;
|
|
if ((!(((uint32_t)L_10) == ((uint32_t)3))))
|
|
{
|
|
goto IL_0065;
|
|
}
|
|
}
|
|
{
|
|
// if (easingFunction == EFease.EaseInOutElastic) return EaseInOutElastic;
|
|
Function_tD1FD6FBF07FCE0BF65777E4F9D477AE069A0431C* L_11 = (Function_tD1FD6FBF07FCE0BF65777E4F9D477AE069A0431C*)il2cpp_codegen_object_new(Function_tD1FD6FBF07FCE0BF65777E4F9D477AE069A0431C_il2cpp_TypeInfo_var);
|
|
NullCheck(L_11);
|
|
Function__ctor_m887665E512F46DB76CB75AAAAD260C6064F8606F(L_11, NULL, (intptr_t)((void*)FEasing_EaseInOutElastic_mB3C3E87B57EB3BB29B226B1CD27CD866C8272DC5_RuntimeMethod_var), NULL);
|
|
return L_11;
|
|
}
|
|
|
|
IL_0065:
|
|
{
|
|
// if (easingFunction == EFease.EaseInExpo) return EaseInExpo;
|
|
int32_t L_12 = ___0_easingFunction;
|
|
if ((!(((uint32_t)L_12) == ((uint32_t)6))))
|
|
{
|
|
goto IL_0076;
|
|
}
|
|
}
|
|
{
|
|
// if (easingFunction == EFease.EaseInExpo) return EaseInExpo;
|
|
Function_tD1FD6FBF07FCE0BF65777E4F9D477AE069A0431C* L_13 = (Function_tD1FD6FBF07FCE0BF65777E4F9D477AE069A0431C*)il2cpp_codegen_object_new(Function_tD1FD6FBF07FCE0BF65777E4F9D477AE069A0431C_il2cpp_TypeInfo_var);
|
|
NullCheck(L_13);
|
|
Function__ctor_m887665E512F46DB76CB75AAAAD260C6064F8606F(L_13, NULL, (intptr_t)((void*)FEasing_EaseInExpo_mF8FE25475A95E4E51A591C276D6AF039426C494F_RuntimeMethod_var), NULL);
|
|
return L_13;
|
|
}
|
|
|
|
IL_0076:
|
|
{
|
|
// if (easingFunction == EFease.EaseOutExpo) return EaseOutExpo;
|
|
int32_t L_14 = ___0_easingFunction;
|
|
if ((!(((uint32_t)L_14) == ((uint32_t)7))))
|
|
{
|
|
goto IL_0087;
|
|
}
|
|
}
|
|
{
|
|
// if (easingFunction == EFease.EaseOutExpo) return EaseOutExpo;
|
|
Function_tD1FD6FBF07FCE0BF65777E4F9D477AE069A0431C* L_15 = (Function_tD1FD6FBF07FCE0BF65777E4F9D477AE069A0431C*)il2cpp_codegen_object_new(Function_tD1FD6FBF07FCE0BF65777E4F9D477AE069A0431C_il2cpp_TypeInfo_var);
|
|
NullCheck(L_15);
|
|
Function__ctor_m887665E512F46DB76CB75AAAAD260C6064F8606F(L_15, NULL, (intptr_t)((void*)FEasing_EaseOutExpo_mBF0F7722A4B32FC7F4413A2E5E7EA2938BD8B19C_RuntimeMethod_var), NULL);
|
|
return L_15;
|
|
}
|
|
|
|
IL_0087:
|
|
{
|
|
// if (easingFunction == EFease.EaseInOutExpo) return EaseInOutExpo;
|
|
int32_t L_16 = ___0_easingFunction;
|
|
if ((!(((uint32_t)L_16) == ((uint32_t)8))))
|
|
{
|
|
goto IL_0098;
|
|
}
|
|
}
|
|
{
|
|
// if (easingFunction == EFease.EaseInOutExpo) return EaseInOutExpo;
|
|
Function_tD1FD6FBF07FCE0BF65777E4F9D477AE069A0431C* L_17 = (Function_tD1FD6FBF07FCE0BF65777E4F9D477AE069A0431C*)il2cpp_codegen_object_new(Function_tD1FD6FBF07FCE0BF65777E4F9D477AE069A0431C_il2cpp_TypeInfo_var);
|
|
NullCheck(L_17);
|
|
Function__ctor_m887665E512F46DB76CB75AAAAD260C6064F8606F(L_17, NULL, (intptr_t)((void*)FEasing_EaseInOutExpo_m3783BFFA8787FD08ED6257BD10F95280A03E60F4_RuntimeMethod_var), NULL);
|
|
return L_17;
|
|
}
|
|
|
|
IL_0098:
|
|
{
|
|
// if (easingFunction == EFease.Linear) return Linear;
|
|
int32_t L_18 = ___0_easingFunction;
|
|
if ((!(((uint32_t)L_18) == ((uint32_t)((int32_t)9)))))
|
|
{
|
|
goto IL_00aa;
|
|
}
|
|
}
|
|
{
|
|
// if (easingFunction == EFease.Linear) return Linear;
|
|
Function_tD1FD6FBF07FCE0BF65777E4F9D477AE069A0431C* L_19 = (Function_tD1FD6FBF07FCE0BF65777E4F9D477AE069A0431C*)il2cpp_codegen_object_new(Function_tD1FD6FBF07FCE0BF65777E4F9D477AE069A0431C_il2cpp_TypeInfo_var);
|
|
NullCheck(L_19);
|
|
Function__ctor_m887665E512F46DB76CB75AAAAD260C6064F8606F(L_19, NULL, (intptr_t)((void*)FEasing_Linear_m48072E51C0C77B4374CF1DEC8C07AC9840ECD882_RuntimeMethod_var), NULL);
|
|
return L_19;
|
|
}
|
|
|
|
IL_00aa:
|
|
{
|
|
// return null;
|
|
return (Function_tD1FD6FBF07FCE0BF65777E4F9D477AE069A0431C*)NULL;
|
|
}
|
|
}
|
|
#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
|
|
float Function_Invoke_m66E7C9EC80404553479E12CE5658A8A04513FEDC_Multicast(Function_tD1FD6FBF07FCE0BF65777E4F9D477AE069A0431C* __this, float ___0_s, float ___1_e, float ___2_v, float ___3_extraParameter, const RuntimeMethod* method)
|
|
{
|
|
il2cpp_array_size_t length = __this->___delegates_13->max_length;
|
|
Delegate_t** delegatesToInvoke = reinterpret_cast<Delegate_t**>(__this->___delegates_13->GetAddressAtUnchecked(0));
|
|
float retVal = 0.0f;
|
|
for (il2cpp_array_size_t i = 0; i < length; i++)
|
|
{
|
|
Function_tD1FD6FBF07FCE0BF65777E4F9D477AE069A0431C* currentDelegate = reinterpret_cast<Function_tD1FD6FBF07FCE0BF65777E4F9D477AE069A0431C*>(delegatesToInvoke[i]);
|
|
typedef float (*FunctionPointerType) (RuntimeObject*, float, float, float, float, const RuntimeMethod*);
|
|
retVal = ((FunctionPointerType)currentDelegate->___invoke_impl_1)((Il2CppObject*)currentDelegate->___method_code_6, ___0_s, ___1_e, ___2_v, ___3_extraParameter, reinterpret_cast<RuntimeMethod*>(currentDelegate->___method_3));
|
|
}
|
|
return retVal;
|
|
}
|
|
float Function_Invoke_m66E7C9EC80404553479E12CE5658A8A04513FEDC_OpenInst(Function_tD1FD6FBF07FCE0BF65777E4F9D477AE069A0431C* __this, float ___0_s, float ___1_e, float ___2_v, float ___3_extraParameter, const RuntimeMethod* method)
|
|
{
|
|
typedef float (*FunctionPointerType) (float, float, float, float, const RuntimeMethod*);
|
|
return ((FunctionPointerType)__this->___method_ptr_0)(___0_s, ___1_e, ___2_v, ___3_extraParameter, method);
|
|
}
|
|
float Function_Invoke_m66E7C9EC80404553479E12CE5658A8A04513FEDC_OpenStatic(Function_tD1FD6FBF07FCE0BF65777E4F9D477AE069A0431C* __this, float ___0_s, float ___1_e, float ___2_v, float ___3_extraParameter, const RuntimeMethod* method)
|
|
{
|
|
typedef float (*FunctionPointerType) (float, float, float, float, const RuntimeMethod*);
|
|
return ((FunctionPointerType)__this->___method_ptr_0)(___0_s, ___1_e, ___2_v, ___3_extraParameter, method);
|
|
}
|
|
float Function_Invoke_m66E7C9EC80404553479E12CE5658A8A04513FEDC_OpenStaticInvoker(Function_tD1FD6FBF07FCE0BF65777E4F9D477AE069A0431C* __this, float ___0_s, float ___1_e, float ___2_v, float ___3_extraParameter, const RuntimeMethod* method)
|
|
{
|
|
return InvokerFuncInvoker4< float, float, float, float, float >::Invoke(__this->___method_ptr_0, method, NULL, ___0_s, ___1_e, ___2_v, ___3_extraParameter);
|
|
}
|
|
float Function_Invoke_m66E7C9EC80404553479E12CE5658A8A04513FEDC_ClosedStaticInvoker(Function_tD1FD6FBF07FCE0BF65777E4F9D477AE069A0431C* __this, float ___0_s, float ___1_e, float ___2_v, float ___3_extraParameter, const RuntimeMethod* method)
|
|
{
|
|
return InvokerFuncInvoker5< float, RuntimeObject*, float, float, float, float >::Invoke(__this->___method_ptr_0, method, NULL, __this->___m_target_2, ___0_s, ___1_e, ___2_v, ___3_extraParameter);
|
|
}
|
|
IL2CPP_EXTERN_C float DelegatePInvokeWrapper_Function_tD1FD6FBF07FCE0BF65777E4F9D477AE069A0431C (Function_tD1FD6FBF07FCE0BF65777E4F9D477AE069A0431C* __this, float ___0_s, float ___1_e, float ___2_v, float ___3_extraParameter, const RuntimeMethod* method)
|
|
{
|
|
typedef float (DEFAULT_CALL *PInvokeFunc)(float, float, float, float);
|
|
PInvokeFunc il2cppPInvokeFunc = reinterpret_cast<PInvokeFunc>(il2cpp_codegen_get_reverse_pinvoke_function_ptr(__this));
|
|
// Native function invocation
|
|
float returnValue = il2cppPInvokeFunc(___0_s, ___1_e, ___2_v, ___3_extraParameter);
|
|
|
|
return returnValue;
|
|
}
|
|
// System.Void FEasing/Function::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Function__ctor_m887665E512F46DB76CB75AAAAD260C6064F8606F (Function_tD1FD6FBF07FCE0BF65777E4F9D477AE069A0431C* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
|
|
{
|
|
__this->___method_ptr_0 = il2cpp_codegen_get_virtual_call_method_pointer((RuntimeMethod*)___1_method);
|
|
__this->___method_3 = ___1_method;
|
|
__this->___m_target_2 = ___0_object;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_target_2), (void*)___0_object);
|
|
int parameterCount = il2cpp_codegen_method_parameter_count((RuntimeMethod*)___1_method);
|
|
__this->___method_code_6 = (intptr_t)__this;
|
|
if (MethodIsStatic((RuntimeMethod*)___1_method))
|
|
{
|
|
bool isOpen = parameterCount == 4;
|
|
if (il2cpp_codegen_call_method_via_invoker((RuntimeMethod*)___1_method))
|
|
if (isOpen)
|
|
__this->___invoke_impl_1 = (intptr_t)&Function_Invoke_m66E7C9EC80404553479E12CE5658A8A04513FEDC_OpenStaticInvoker;
|
|
else
|
|
__this->___invoke_impl_1 = (intptr_t)&Function_Invoke_m66E7C9EC80404553479E12CE5658A8A04513FEDC_ClosedStaticInvoker;
|
|
else
|
|
if (isOpen)
|
|
__this->___invoke_impl_1 = (intptr_t)&Function_Invoke_m66E7C9EC80404553479E12CE5658A8A04513FEDC_OpenStatic;
|
|
else
|
|
{
|
|
__this->___invoke_impl_1 = (intptr_t)__this->___method_ptr_0;
|
|
__this->___method_code_6 = (intptr_t)__this->___m_target_2;
|
|
}
|
|
}
|
|
else
|
|
{
|
|
if (___0_object == NULL)
|
|
il2cpp_codegen_raise_exception(il2cpp_codegen_get_argument_exception(NULL, "Delegate to an instance method cannot have null 'this'."), NULL);
|
|
__this->___invoke_impl_1 = (intptr_t)__this->___method_ptr_0;
|
|
__this->___method_code_6 = (intptr_t)__this->___m_target_2;
|
|
}
|
|
__this->___extra_arg_5 = (intptr_t)&Function_Invoke_m66E7C9EC80404553479E12CE5658A8A04513FEDC_Multicast;
|
|
}
|
|
// System.Single FEasing/Function::Invoke(System.Single,System.Single,System.Single,System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Function_Invoke_m66E7C9EC80404553479E12CE5658A8A04513FEDC (Function_tD1FD6FBF07FCE0BF65777E4F9D477AE069A0431C* __this, float ___0_s, float ___1_e, float ___2_v, float ___3_extraParameter, const RuntimeMethod* method)
|
|
{
|
|
typedef float (*FunctionPointerType) (RuntimeObject*, float, float, float, float, const RuntimeMethod*);
|
|
return ((FunctionPointerType)__this->___invoke_impl_1)((Il2CppObject*)__this->___method_code_6, ___0_s, ___1_e, ___2_v, ___3_extraParameter, reinterpret_cast<RuntimeMethod*>(__this->___method_3));
|
|
}
|
|
// System.IAsyncResult FEasing/Function::BeginInvoke(System.Single,System.Single,System.Single,System.Single,System.AsyncCallback,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Function_BeginInvoke_m693C952570E0B66394DABADC8037882D5A07020F (Function_tD1FD6FBF07FCE0BF65777E4F9D477AE069A0431C* __this, float ___0_s, float ___1_e, float ___2_v, float ___3_extraParameter, AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C* ___4_callback, RuntimeObject* ___5_object, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
void *__d_args[5] = {0};
|
|
__d_args[0] = Box(Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var, &___0_s);
|
|
__d_args[1] = Box(Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var, &___1_e);
|
|
__d_args[2] = Box(Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var, &___2_v);
|
|
__d_args[3] = Box(Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var, &___3_extraParameter);
|
|
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___4_callback, (RuntimeObject*)___5_object);
|
|
}
|
|
// System.Single FEasing/Function::EndInvoke(System.IAsyncResult)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Function_EndInvoke_m6A7F52B02DF7A5B95F8E6CBFF61DDBCBC9A6E549 (Function_tD1FD6FBF07FCE0BF65777E4F9D477AE069A0431C* __this, RuntimeObject* ___0_result, const RuntimeMethod* method)
|
|
{
|
|
RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___0_result, 0);
|
|
return *(float*)UnBox ((RuntimeObject*)__result);
|
|
}
|
|
#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 FPD_FixedCurveWindowAttribute::.ctor(System.Single,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FPD_FixedCurveWindowAttribute__ctor_m25E6B7AE6C7079C701034EE0633E0A36D40C05F3 (FPD_FixedCurveWindowAttribute_t4AD8CB409BC5E04CBF7FF5B54D7981BD67B97BFC* __this, float ___0_startTime, float ___1_startValue, float ___2_endTime, float ___3_endValue, float ___4_r, float ___5_g, float ___6_b, float ___7_a, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public FPD_FixedCurveWindowAttribute(float startTime, float startValue, float endTime, float endValue, float r = 0f, float g = 1f, float b = 1f, float a = 1f)
|
|
PropertyAttribute__ctor_m19247686E165101F140615C7306DC2DA3953D97D(__this, NULL);
|
|
// StartTime = startTime;
|
|
float L_0 = ___0_startTime;
|
|
__this->___StartTime_0 = L_0;
|
|
// StartValue = startValue;
|
|
float L_1 = ___1_startValue;
|
|
__this->___StartValue_2 = L_1;
|
|
// EndTime = endTime;
|
|
float L_2 = ___2_endTime;
|
|
__this->___EndTime_1 = L_2;
|
|
// EndValue = endValue;
|
|
float L_3 = ___3_endValue;
|
|
__this->___EndValue_3 = L_3;
|
|
// Color = new Color(r, g, b, a);
|
|
float L_4 = ___4_r;
|
|
float L_5 = ___5_g;
|
|
float L_6 = ___6_b;
|
|
float L_7 = ___7_a;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_8;
|
|
memset((&L_8), 0, sizeof(L_8));
|
|
Color__ctor_m3786F0D6E510D9CFA544523A955870BD2A514C8C_inline((&L_8), L_4, L_5, L_6, L_7, /*hidden argument*/NULL);
|
|
__this->___Color_4 = L_8;
|
|
// }
|
|
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 FPD_HeaderAttribute::.ctor(System.String,System.Single,System.Single,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FPD_HeaderAttribute__ctor_mB15599FEEFAB5C89459072D27275FA40C929ABC7 (FPD_HeaderAttribute_t3A16E79196362E253C83A456887642FE6CE92D7D* __this, String_t* ___0_headerText, float ___1_upperPadding, float ___2_bottomPadding, int32_t ___3_addHeight, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public FPD_HeaderAttribute(string headerText, float upperPadding = 3f, float bottomPadding = 3f, int addHeight = 2)
|
|
PropertyAttribute__ctor_m19247686E165101F140615C7306DC2DA3953D97D(__this, NULL);
|
|
// HeaderText = headerText;
|
|
String_t* L_0 = ___0_headerText;
|
|
__this->___HeaderText_0 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___HeaderText_0), (void*)L_0);
|
|
// UpperPadding = upperPadding;
|
|
float L_1 = ___1_upperPadding;
|
|
__this->___UpperPadding_1 = L_1;
|
|
// BottomPadding = bottomPadding;
|
|
float L_2 = ___2_bottomPadding;
|
|
__this->___BottomPadding_2 = L_2;
|
|
// Height = addHeight;
|
|
int32_t L_3 = ___3_addHeight;
|
|
__this->___Height_3 = ((float)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 FPD_LayersAttribute::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FPD_LayersAttribute__ctor_mBE1553B8AE365DAEF39813485282D32E414C2D07 (FPD_LayersAttribute_t53986B0011442ADE507B8B549D09DC04ADB32081* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
PropertyAttribute__ctor_m19247686E165101F140615C7306DC2DA3953D97D(__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 FPD_OverridableFloatAttribute::.ctor(System.String,System.String,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FPD_OverridableFloatAttribute__ctor_m6F0826716C6375BFC6A8AA67173F37A5BF8E8282 (FPD_OverridableFloatAttribute_tAE209F6FB01EE2A1C9C93634451EA9CFFC509F2E* __this, String_t* ___0_boolVariableName, String_t* ___1_targetVariableName, int32_t ___2_labelWidth, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public FPD_OverridableFloatAttribute(string boolVariableName, string targetVariableName, int labelWidth = 90)
|
|
PropertyAttribute__ctor_m19247686E165101F140615C7306DC2DA3953D97D(__this, NULL);
|
|
// BoolVarName = boolVariableName;
|
|
String_t* L_0 = ___0_boolVariableName;
|
|
__this->___BoolVarName_0 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___BoolVarName_0), (void*)L_0);
|
|
// TargetVarName = targetVariableName;
|
|
String_t* L_1 = ___1_targetVariableName;
|
|
__this->___TargetVarName_1 = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___TargetVarName_1), (void*)L_1);
|
|
// LabelWidth = labelWidth;
|
|
int32_t L_2 = ___2_labelWidth;
|
|
__this->___LabelWidth_2 = L_2;
|
|
// }
|
|
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 BackgroundColorAttribute::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BackgroundColorAttribute__ctor_m7A85C1F20B59942D6537FBA431979BC942D78AF7 (BackgroundColorAttribute_t477F447238659D286E958869FE8894AC14A585B8* __this, const RuntimeMethod* method)
|
|
{
|
|
float V_0 = 0.0f;
|
|
{
|
|
// public BackgroundColorAttribute()
|
|
PropertyAttribute__ctor_m19247686E165101F140615C7306DC2DA3953D97D(__this, NULL);
|
|
// r = g = b = a = 1f;
|
|
float L_0 = (1.0f);
|
|
V_0 = L_0;
|
|
__this->___a_3 = L_0;
|
|
float L_1 = V_0;
|
|
float L_2 = L_1;
|
|
V_0 = L_2;
|
|
__this->___b_2 = L_2;
|
|
float L_3 = V_0;
|
|
float L_4 = L_3;
|
|
V_0 = L_4;
|
|
__this->___g_1 = L_4;
|
|
float L_5 = V_0;
|
|
__this->___r_0 = L_5;
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void BackgroundColorAttribute::.ctor(System.Single,System.Single,System.Single,System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BackgroundColorAttribute__ctor_m9E64B18F9721FD76B00773DD9781C4FF78C2A016 (BackgroundColorAttribute_t477F447238659D286E958869FE8894AC14A585B8* __this, float ___0_aR, float ___1_aG, float ___2_aB, float ___3_aA, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public BackgroundColorAttribute(float aR, float aG, float aB, float aA)
|
|
PropertyAttribute__ctor_m19247686E165101F140615C7306DC2DA3953D97D(__this, NULL);
|
|
// r = aR;
|
|
float L_0 = ___0_aR;
|
|
__this->___r_0 = L_0;
|
|
// g = aG;
|
|
float L_1 = ___1_aG;
|
|
__this->___g_1 = L_1;
|
|
// b = aB;
|
|
float L_2 = ___2_aB;
|
|
__this->___b_2 = L_2;
|
|
// a = aA;
|
|
float L_3 = ___3_aA;
|
|
__this->___a_3 = L_3;
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// UnityEngine.Color BackgroundColorAttribute::get_Color()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_tD001788D726C3A7F1379BEED0260B9591F440C1F BackgroundColorAttribute_get_Color_m5E4F6CC65AEDDB83ED662F3AAE6A69350EAA115B (BackgroundColorAttribute_t477F447238659D286E958869FE8894AC14A585B8* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public Color Color { get { return new Color(r, g, b, a); } }
|
|
float L_0 = __this->___r_0;
|
|
float L_1 = __this->___g_1;
|
|
float L_2 = __this->___b_2;
|
|
float L_3 = __this->___a_3;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_4;
|
|
memset((&L_4), 0, sizeof(L_4));
|
|
Color__ctor_m3786F0D6E510D9CFA544523A955870BD2A514C8C_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
|
|
return L_4;
|
|
}
|
|
}
|
|
#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 FPD_WidthAttribute::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FPD_WidthAttribute__ctor_mD714FF9844BC49C134BFA3CC5781887D4D421B76 (FPD_WidthAttribute_tFC785E2670FEB2F28DC41236AD4D68630B29263B* __this, int32_t ___0_labelWidth, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public FPD_WidthAttribute(int labelWidth)
|
|
PropertyAttribute__ctor_m19247686E165101F140615C7306DC2DA3953D97D(__this, NULL);
|
|
// LabelWidth = labelWidth;
|
|
int32_t L_0 = ___0_labelWidth;
|
|
__this->___LabelWidth_0 = ((float)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
|
|
// System.Void FPD_IndentAttribute::.ctor(System.Int32,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FPD_IndentAttribute__ctor_m9024E8C85872F4EFB8407A0FB51DDE2162680F6A (FPD_IndentAttribute_tEFA94D86B9666FA6C9508D597CC599B305347A2C* __this, int32_t ___0_indent, int32_t ___1_labelsWidth, int32_t ___2_spaceAfter, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public int IndentCount = 1;
|
|
__this->___IndentCount_0 = 1;
|
|
// public FPD_IndentAttribute(int indent = 1, int labelsWidth = 0, int spaceAfter = 0)
|
|
PropertyAttribute__ctor_m19247686E165101F140615C7306DC2DA3953D97D(__this, NULL);
|
|
// IndentCount = indent;
|
|
int32_t L_0 = ___0_indent;
|
|
__this->___IndentCount_0 = L_0;
|
|
// LabelsWidth = labelsWidth;
|
|
int32_t L_1 = ___1_labelsWidth;
|
|
__this->___LabelsWidth_1 = L_1;
|
|
// SpaceAfter = spaceAfter;
|
|
int32_t L_2 = ___2_spaceAfter;
|
|
__this->___SpaceAfter_2 = L_2;
|
|
// }
|
|
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 FPD_HorizontalLineAttribute::.ctor(System.Single,System.Single,System.Single,System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FPD_HorizontalLineAttribute__ctor_m13F35A43DCC32479AC657D9B7C2F459429029C20 (FPD_HorizontalLineAttribute_t7CD8B111E27B56FADE3F142E34F08C6D4C99A5DC* __this, float ___0_r, float ___1_g, float ___2_b, float ___3_a, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public FPD_HorizontalLineAttribute(float r = 0.55f, float g = 0.55f, float b = 0.55f, float a = 0.7f)
|
|
PropertyAttribute__ctor_m19247686E165101F140615C7306DC2DA3953D97D(__this, NULL);
|
|
// color = new Color(r, g, b, a);
|
|
float L_0 = ___0_r;
|
|
float L_1 = ___1_g;
|
|
float L_2 = ___2_b;
|
|
float L_3 = ___3_a;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_4;
|
|
memset((&L_4), 0, sizeof(L_4));
|
|
Color__ctor_m3786F0D6E510D9CFA544523A955870BD2A514C8C_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
|
|
__this->___color_0 = L_4;
|
|
// }
|
|
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 AudioDropRigidBody::Awake()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AudioDropRigidBody_Awake_mF70A65F65389A7A67973A45FD6DC0657C632873E (AudioDropRigidBody_tE829D8CA3BE090770E0B76EF22A3F7C260089666* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// eventDescription = RuntimeManager.GetEventDescription(clip);
|
|
EventReference_tA4CA1F882DC447E6B50F989D1FC08F065C91FB51 L_0 = __this->___clip_4;
|
|
EventDescription_t2904DB225583633AC5E150B2FF1EA269955FB28C L_1;
|
|
L_1 = RuntimeManager_GetEventDescription_mB66FBAB18AC56CBDEB70F29FDFE4620C5FC8F9B0(L_0, NULL);
|
|
__this->___eventDescription_6 = L_1;
|
|
// eventDescription.loadSampleData();
|
|
EventDescription_t2904DB225583633AC5E150B2FF1EA269955FB28C* L_2 = (&__this->___eventDescription_6);
|
|
int32_t L_3;
|
|
L_3 = EventDescription_loadSampleData_mCD4E35D915700408D5996005B78C4689E84BB6E9(L_2, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void AudioDropRigidBody::OnDestroy()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AudioDropRigidBody_OnDestroy_mBCF27DC9157C06B226C5B34D30A611820C6C6DFF (AudioDropRigidBody_tE829D8CA3BE090770E0B76EF22A3F7C260089666* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// if(eventDescription.isValid())
|
|
EventDescription_t2904DB225583633AC5E150B2FF1EA269955FB28C* L_0 = (&__this->___eventDescription_6);
|
|
bool L_1;
|
|
L_1 = EventDescription_isValid_m29F5D59A2E5E7C3DC8DB3BAB49AE6A6AF1015A91(L_0, NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
// eventDescription.unloadSampleData();
|
|
EventDescription_t2904DB225583633AC5E150B2FF1EA269955FB28C* L_2 = (&__this->___eventDescription_6);
|
|
int32_t L_3;
|
|
L_3 = EventDescription_unloadSampleData_mF83E0FA28F53E3A730843BDD8E9D1E4CBD25EC82(L_2, NULL);
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void AudioDropRigidBody::OnCollisionEnter(UnityEngine.Collision)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AudioDropRigidBody_OnCollisionEnter_m4624FE4B6571CA861775558ADF6C10F40CC6A7AF (AudioDropRigidBody_tE829D8CA3BE090770E0B76EF22A3F7C260089666* __this, Collision_tBCC6AEBD9A63E6DA2E50660DAC03CDCB1FF7A9B0* ___0_other, const RuntimeMethod* method)
|
|
{
|
|
float V_0 = 0.0f;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
// var magnitude = other.relativeVelocity.sqrMagnitude / 25f;
|
|
Collision_tBCC6AEBD9A63E6DA2E50660DAC03CDCB1FF7A9B0* L_0 = ___0_other;
|
|
NullCheck(L_0);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_1;
|
|
L_1 = Collision_get_relativeVelocity_mAD9D45864C56FFAB284E77835BF75DF86D4E4CC0(L_0, NULL);
|
|
V_2 = L_1;
|
|
float L_2;
|
|
L_2 = Vector3_get_sqrMagnitude_m43C27DEC47C4811FB30AB474FF2131A963B66FC8_inline((&V_2), NULL);
|
|
// var volume = Mathf.Clamp01(magnitude);
|
|
float L_3;
|
|
L_3 = Mathf_Clamp01_mA7E048DBDA832D399A581BE4D6DED9FA44CE0F14_inline(((float)(L_2/(25.0f))), NULL);
|
|
V_0 = L_3;
|
|
// if (volume < 0.01f) return;
|
|
float L_4 = V_0;
|
|
if ((!(((float)L_4) < ((float)(0.00999999978f)))))
|
|
{
|
|
goto IL_0023;
|
|
}
|
|
}
|
|
{
|
|
// if (volume < 0.01f) return;
|
|
return;
|
|
}
|
|
|
|
IL_0023:
|
|
{
|
|
// var pos = other.contacts[0].point;
|
|
Collision_tBCC6AEBD9A63E6DA2E50660DAC03CDCB1FF7A9B0* L_5 = ___0_other;
|
|
NullCheck(L_5);
|
|
ContactPointU5BU5D_t3570603E8D0685B71B3D8BA07031674B00C5E411* L_6;
|
|
L_6 = Collision_get_contacts_m2E8E27E0399230DFA4303A4F4D81C1BD55CBC473(L_5, NULL);
|
|
NullCheck(L_6);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_7;
|
|
L_7 = ContactPoint_get_point_mCCDFDACC5D8DB469898060A56A3CC45132911208(((L_6)->GetAddressAt(static_cast<il2cpp_array_size_t>(0))), NULL);
|
|
V_1 = L_7;
|
|
// if(!instance.isValid())
|
|
EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF* L_8 = (&__this->___instance_5);
|
|
bool L_9;
|
|
L_9 = EventInstance_isValid_mFB74164050622B120B819DFEF7925540C566F3E2(L_8, NULL);
|
|
if (L_9)
|
|
{
|
|
goto IL_0065;
|
|
}
|
|
}
|
|
{
|
|
// eventDescription.createInstance(out instance);
|
|
EventDescription_t2904DB225583633AC5E150B2FF1EA269955FB28C* L_10 = (&__this->___eventDescription_6);
|
|
EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF* L_11 = (&__this->___instance_5);
|
|
int32_t L_12;
|
|
L_12 = EventDescription_createInstance_mEEADEA8D0DFCC555DFC71ABD968735EAA811A8AF(L_10, L_11, NULL);
|
|
// RuntimeManager.AttachInstanceToGameObject(instance, transform);
|
|
EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF L_13 = __this->___instance_5;
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_14;
|
|
L_14 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(__this, NULL);
|
|
RuntimeManager_AttachInstanceToGameObject_m52A5373EA6A728275206A4CBFEA51357E453DCB5(L_13, L_14, NULL);
|
|
}
|
|
|
|
IL_0065:
|
|
{
|
|
// instance.set3DAttributes(pos.To3DAttributes());
|
|
EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF* L_15 = (&__this->___instance_5);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_16 = V_1;
|
|
ATTRIBUTES_3D_t7EF2217FD18A1BFC021A8DE2B77B4F109A06B777 L_17;
|
|
L_17 = RuntimeUtils_To3DAttributes_mE0F4D67A6795B1849735DD04C9A17937FCA6665A(L_16, NULL);
|
|
int32_t L_18;
|
|
L_18 = EventInstance_set3DAttributes_m50240BF34F70062566F9AA89CCE063A671B9B85B(L_15, L_17, NULL);
|
|
// instance.setVolume(volume);
|
|
EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF* L_19 = (&__this->___instance_5);
|
|
float L_20 = V_0;
|
|
int32_t L_21;
|
|
L_21 = EventInstance_setVolume_m9593D31100635F7B5032BAD04BAE93CCC884811D(L_19, L_20, NULL);
|
|
// instance.start();
|
|
EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF* L_22 = (&__this->___instance_5);
|
|
int32_t L_23;
|
|
L_23 = EventInstance_start_mA66929F498D81CE8EBEF687D9EFEC93BDB4AAEF4(L_22, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void AudioDropRigidBody::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AudioDropRigidBody__ctor_m1119AEAD8D1ED7C03C2C5F1CF71F6204235D99F5 (AudioDropRigidBody_tE829D8CA3BE090770E0B76EF22A3F7C260089666* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
MonoBehaviour__ctor_m592DB0105CA0BC97AA1C5F4AD27B12D68A3B7C1E(__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 CollisionTutorialTargetTree::OnHit(HurricaneVR.Framework.Components.HVRDamageProvider,UnityEngine.RaycastHit)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CollisionTutorialTargetTree_OnHit_mD24CC387C6B947DAEC72C0AB2E4A2C3D17351DDD (CollisionTutorialTargetTree_tAB7EE25D2606B7670573E10D148572E9CDC270F4* __this, HVRDamageProvider_t644E715C78F99085A4CE9EF098C0FC4BC5BFD235* ___0_damageProvider, RaycastHit_t6F30BD0B38B56401CA833A1B87BD74F2ACD2F2B5 ___1_hit, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_get_Item_m2677DE5AE55EB488405081DC9EB7B1D9453B175E_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_Contains_TisCollider_t1CC3163924FCD6C4CC2E816373A929C1E3D55E76_m99BD41B13BB17EB264DDC69EC4223E9FC4666BA7_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GraphOwner_1_get_behaviour_mD39E4124E70C8CAF55A66C9290C24EF94BD51B1C_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IBlackboard_t5DD66755F75CEACCF1D3EC369782E2A07F1102ED_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Dictionary_2_tD3F950952CE25D0F85C802E5E8010086DF6EDE7C* V_0 = NULL;
|
|
bool V_1 = false;
|
|
{
|
|
// Debug.Log(hit.collider.name);
|
|
Collider_t1CC3163924FCD6C4CC2E816373A929C1E3D55E76* L_0;
|
|
L_0 = RaycastHit_get_collider_m84B160439BBEAB6D9E94B799F720E25C9E2D444D((&___1_hit), NULL);
|
|
NullCheck(L_0);
|
|
String_t* L_1;
|
|
L_1 = Object_get_name_mAC2F6B897CF1303BA4249B4CB55271AFACBB6392(L_0, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
Debug_Log_m87A9A3C761FF5C43ED8A53B16190A53D08F818BB(L_1, NULL);
|
|
// var variables = treeOwner.behaviour.blackboard.variables;
|
|
BehaviourTreeOwner_tDAB46C0E4C6E3CCE1C266D358A11D49EE00F9E12* L_2 = __this->___treeOwner_4;
|
|
NullCheck(L_2);
|
|
BehaviourTree_t6AF4016EBA17F68BDB7FA2350CDD23D7D3629562* L_3;
|
|
L_3 = GraphOwner_1_get_behaviour_mD39E4124E70C8CAF55A66C9290C24EF94BD51B1C(L_2, GraphOwner_1_get_behaviour_mD39E4124E70C8CAF55A66C9290C24EF94BD51B1C_RuntimeMethod_var);
|
|
NullCheck(L_3);
|
|
RuntimeObject* L_4;
|
|
L_4 = Graph_get_blackboard_mEA857457C284A543695FBD6B8A9BA8C46EDB4B93(L_3, NULL);
|
|
NullCheck(L_4);
|
|
Dictionary_2_tD3F950952CE25D0F85C802E5E8010086DF6EDE7C* L_5;
|
|
L_5 = InterfaceFuncInvoker0< Dictionary_2_tD3F950952CE25D0F85C802E5E8010086DF6EDE7C* >::Invoke(6 /* System.Collections.Generic.Dictionary`2<System.String,NodeCanvas.Framework.Variable> NodeCanvas.Framework.IBlackboard::get_variables() */, IBlackboard_t5DD66755F75CEACCF1D3EC369782E2A07F1102ED_il2cpp_TypeInfo_var, L_4);
|
|
V_0 = L_5;
|
|
// var isDeath = (bool)variables[nameVariableDeath].value;
|
|
Dictionary_2_tD3F950952CE25D0F85C802E5E8010086DF6EDE7C* L_6 = V_0;
|
|
String_t* L_7 = __this->___nameVariableDeath_8;
|
|
NullCheck(L_6);
|
|
Variable_t60C01143D3B1491B2FFEB305052C327D03DDF4AA* L_8;
|
|
L_8 = Dictionary_2_get_Item_m2677DE5AE55EB488405081DC9EB7B1D9453B175E(L_6, L_7, Dictionary_2_get_Item_m2677DE5AE55EB488405081DC9EB7B1D9453B175E_RuntimeMethod_var);
|
|
NullCheck(L_8);
|
|
RuntimeObject* L_9;
|
|
L_9 = Variable_get_value_m6E603EC6574F8045C3A8F464C1ED0AA1B00A059F(L_8, NULL);
|
|
V_1 = ((*(bool*)((bool*)(bool*)UnBox(L_9, Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var))));
|
|
// if (head.Contains(hit.collider))
|
|
ColliderU5BU5D_t94A9D70F63D095AFF2A9B4613012A5F7F3141787* L_10 = __this->___head_5;
|
|
Collider_t1CC3163924FCD6C4CC2E816373A929C1E3D55E76* L_11;
|
|
L_11 = RaycastHit_get_collider_m84B160439BBEAB6D9E94B799F720E25C9E2D444D((&___1_hit), NULL);
|
|
bool L_12;
|
|
L_12 = Enumerable_Contains_TisCollider_t1CC3163924FCD6C4CC2E816373A929C1E3D55E76_m99BD41B13BB17EB264DDC69EC4223E9FC4666BA7((RuntimeObject*)L_10, L_11, Enumerable_Contains_TisCollider_t1CC3163924FCD6C4CC2E816373A929C1E3D55E76_m99BD41B13BB17EB264DDC69EC4223E9FC4666BA7_RuntimeMethod_var);
|
|
if (!L_12)
|
|
{
|
|
goto IL_006c;
|
|
}
|
|
}
|
|
{
|
|
// if (!isDeath)
|
|
bool L_13 = V_1;
|
|
if (L_13)
|
|
{
|
|
goto IL_006c;
|
|
}
|
|
}
|
|
{
|
|
// variables[nameVariableDeath].SetValueBoxed(true);
|
|
Dictionary_2_tD3F950952CE25D0F85C802E5E8010086DF6EDE7C* L_14 = V_0;
|
|
String_t* L_15 = __this->___nameVariableDeath_8;
|
|
NullCheck(L_14);
|
|
Variable_t60C01143D3B1491B2FFEB305052C327D03DDF4AA* L_16;
|
|
L_16 = Dictionary_2_get_Item_m2677DE5AE55EB488405081DC9EB7B1D9453B175E(L_14, L_15, Dictionary_2_get_Item_m2677DE5AE55EB488405081DC9EB7B1D9453B175E_RuntimeMethod_var);
|
|
bool L_17 = ((bool)1);
|
|
RuntimeObject* L_18 = Box(Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var, &L_17);
|
|
NullCheck(L_16);
|
|
VirtualActionInvoker1< RuntimeObject* >::Invoke(12 /* System.Void NodeCanvas.Framework.Variable::SetValueBoxed(System.Object) */, L_16, L_18);
|
|
}
|
|
|
|
IL_006c:
|
|
{
|
|
// if (body.Contains(hit.collider))
|
|
ColliderU5BU5D_t94A9D70F63D095AFF2A9B4613012A5F7F3141787* L_19 = __this->___body_6;
|
|
Collider_t1CC3163924FCD6C4CC2E816373A929C1E3D55E76* L_20;
|
|
L_20 = RaycastHit_get_collider_m84B160439BBEAB6D9E94B799F720E25C9E2D444D((&___1_hit), NULL);
|
|
bool L_21;
|
|
L_21 = Enumerable_Contains_TisCollider_t1CC3163924FCD6C4CC2E816373A929C1E3D55E76_m99BD41B13BB17EB264DDC69EC4223E9FC4666BA7((RuntimeObject*)L_19, L_20, Enumerable_Contains_TisCollider_t1CC3163924FCD6C4CC2E816373A929C1E3D55E76_m99BD41B13BB17EB264DDC69EC4223E9FC4666BA7_RuntimeMethod_var);
|
|
if (!L_21)
|
|
{
|
|
goto IL_009a;
|
|
}
|
|
}
|
|
{
|
|
// if (!isDeath)
|
|
bool L_22 = V_1;
|
|
if (L_22)
|
|
{
|
|
goto IL_009a;
|
|
}
|
|
}
|
|
{
|
|
// variables[nameVariableHit].SetValueBoxed(true);
|
|
Dictionary_2_tD3F950952CE25D0F85C802E5E8010086DF6EDE7C* L_23 = V_0;
|
|
String_t* L_24 = __this->___nameVariableHit_7;
|
|
NullCheck(L_23);
|
|
Variable_t60C01143D3B1491B2FFEB305052C327D03DDF4AA* L_25;
|
|
L_25 = Dictionary_2_get_Item_m2677DE5AE55EB488405081DC9EB7B1D9453B175E(L_23, L_24, Dictionary_2_get_Item_m2677DE5AE55EB488405081DC9EB7B1D9453B175E_RuntimeMethod_var);
|
|
bool L_26 = ((bool)1);
|
|
RuntimeObject* L_27 = Box(Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var, &L_26);
|
|
NullCheck(L_25);
|
|
VirtualActionInvoker1< RuntimeObject* >::Invoke(12 /* System.Void NodeCanvas.Framework.Variable::SetValueBoxed(System.Object) */, L_25, L_27);
|
|
}
|
|
|
|
IL_009a:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void CollisionTutorialTargetTree::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CollisionTutorialTargetTree__ctor_mCDF0482C9BF0DCA39882E60CB5202189D23467F5 (CollisionTutorialTargetTree_tAB7EE25D2606B7670573E10D148572E9CDC270F4* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
MonoBehaviour__ctor_m592DB0105CA0BC97AA1C5F4AD27B12D68A3B7C1E(__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 DestroyedInstance::Awake()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DestroyedInstance_Awake_mE8A5A7E86F8F4F5FC94657EA86E390D5FED0B8BB (DestroyedInstance_t5C97035FA1E93416E8E7AB89954EAEA37D66D9E3* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisHVRDamageHandler_tD93CFF30358485F8FEAA956F5D7DD49D0E2E1A41_mCCEE7184FFCE9611B0C3B669533644FE463A6D0A_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// handler = GetComponent<HVRDamageHandler>();
|
|
HVRDamageHandler_tD93CFF30358485F8FEAA956F5D7DD49D0E2E1A41* L_0;
|
|
L_0 = Component_GetComponent_TisHVRDamageHandler_tD93CFF30358485F8FEAA956F5D7DD49D0E2E1A41_mCCEE7184FFCE9611B0C3B669533644FE463A6D0A(__this, Component_GetComponent_TisHVRDamageHandler_tD93CFF30358485F8FEAA956F5D7DD49D0E2E1A41_mCCEE7184FFCE9611B0C3B669533644FE463A6D0A_RuntimeMethod_var);
|
|
__this->___handler_4 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___handler_4), (void*)L_0);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void DestroyedInstance::OnDestroy()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DestroyedInstance_OnDestroy_m68A0B1D09285BE73A4B3B480B33B31B4745BD4A0 (DestroyedInstance_t5C97035FA1E93416E8E7AB89954EAEA37D66D9E3* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_Instantiate_TisGameObject_t76FEDD663AB33C991A9C9A23129337651094216F_m831D2F71DF2AA6C93AFDFEFA04CF2CFC5FBBCDB4_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (!handler) return;
|
|
HVRDamageHandler_tD93CFF30358485F8FEAA956F5D7DD49D0E2E1A41* L_0 = __this->___handler_4;
|
|
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 (!handler) return;
|
|
return;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
// if (handler.Life > 0) return;
|
|
HVRDamageHandler_tD93CFF30358485F8FEAA956F5D7DD49D0E2E1A41* L_2 = __this->___handler_4;
|
|
NullCheck(L_2);
|
|
float L_3 = L_2->___Life_4;
|
|
if ((!(((float)L_3) > ((float)(0.0f)))))
|
|
{
|
|
goto IL_0021;
|
|
}
|
|
}
|
|
{
|
|
// if (handler.Life > 0) return;
|
|
return;
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
// var inst= Instantiate(prefab, transform.position, Quaternion.identity);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_4 = __this->___prefab_5;
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_5;
|
|
L_5 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(__this, NULL);
|
|
NullCheck(L_5);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_6;
|
|
L_6 = Transform_get_position_m69CD5FA214FDAE7BB701552943674846C220FDE1(L_5, NULL);
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_7;
|
|
L_7 = Quaternion_get_identity_m7E701AE095ED10FD5EA0B50ABCFDE2EEFF2173A5_inline(NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_8;
|
|
L_8 = Object_Instantiate_TisGameObject_t76FEDD663AB33C991A9C9A23129337651094216F_m831D2F71DF2AA6C93AFDFEFA04CF2CFC5FBBCDB4(L_4, L_6, L_7, Object_Instantiate_TisGameObject_t76FEDD663AB33C991A9C9A23129337651094216F_m831D2F71DF2AA6C93AFDFEFA04CF2CFC5FBBCDB4_RuntimeMethod_var);
|
|
// Destroy(inst, timerToDestroyPrefab);
|
|
float L_9 = __this->___timerToDestroyPrefab_6;
|
|
Object_Destroy_m064F2A066491D2DC4FFCFBDBE5FCFFB807A04436(L_8, L_9, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void DestroyedInstance::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DestroyedInstance__ctor_mCB569A5615AD91AFD6AB1CE08EA8C142A9D3B809 (DestroyedInstance_t5C97035FA1E93416E8E7AB89954EAEA37D66D9E3* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
MonoBehaviour__ctor_m592DB0105CA0BC97AA1C5F4AD27B12D68A3B7C1E(__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 DestroyMe::OnDestroy()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DestroyMe_OnDestroy_m425551787844E55B3F6867FB23BA97B24F3E1C82 (DestroyMe_t740E694127DAE70D5E99090F02683E5D26942B2F* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_Instantiate_TisGameObject_t76FEDD663AB33C991A9C9A23129337651094216F_m831D2F71DF2AA6C93AFDFEFA04CF2CFC5FBBCDB4_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* V_0 = NULL;
|
|
{
|
|
// if (!prefab) return;
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_0 = __this->___prefab_5;
|
|
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 (!prefab) return;
|
|
return;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
// var t = transform;
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_2;
|
|
L_2 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(__this, NULL);
|
|
V_0 = L_2;
|
|
// if (overridePrefabPosition) t = overridePrefabPosition;
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_3 = __this->___overridePrefabPosition_6;
|
|
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_0029;
|
|
}
|
|
}
|
|
{
|
|
// if (overridePrefabPosition) t = overridePrefabPosition;
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_5 = __this->___overridePrefabPosition_6;
|
|
V_0 = L_5;
|
|
}
|
|
|
|
IL_0029:
|
|
{
|
|
// Instantiate(prefab, t.position, Quaternion.identity);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_6 = __this->___prefab_5;
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_7 = V_0;
|
|
NullCheck(L_7);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_8;
|
|
L_8 = Transform_get_position_m69CD5FA214FDAE7BB701552943674846C220FDE1(L_7, NULL);
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_9;
|
|
L_9 = Quaternion_get_identity_m7E701AE095ED10FD5EA0B50ABCFDE2EEFF2173A5_inline(NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_10;
|
|
L_10 = Object_Instantiate_TisGameObject_t76FEDD663AB33C991A9C9A23129337651094216F_m831D2F71DF2AA6C93AFDFEFA04CF2CFC5FBBCDB4(L_6, L_8, L_9, Object_Instantiate_TisGameObject_t76FEDD663AB33C991A9C9A23129337651094216F_m831D2F71DF2AA6C93AFDFEFA04CF2CFC5FBBCDB4_RuntimeMethod_var);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void DestroyMe::Process()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DestroyMe_Process_m6685215945A25FA547275CD61EFEA87E23EC7C44 (DestroyMe_t740E694127DAE70D5E99090F02683E5D26942B2F* __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;
|
|
}
|
|
{
|
|
// Destroy(gameObject, timeToDestroy);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_0;
|
|
L_0 = Component_get_gameObject_m57AEFBB14DB39EC476F740BA000E170355DE691B(__this, NULL);
|
|
float L_1 = __this->___timeToDestroy_4;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
Object_Destroy_m064F2A066491D2DC4FFCFBDBE5FCFFB807A04436(L_0, L_1, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void DestroyMe::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DestroyMe__ctor_m23624B893671538CF15ED7E4D43DE60B2018D061 (DestroyMe_t740E694127DAE70D5E99090F02683E5D26942B2F* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
MonoBehaviour__ctor_m592DB0105CA0BC97AA1C5F4AD27B12D68A3B7C1E(__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 DoorFrame::Awake()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DoorFrame_Awake_mD7E78DA074D2E8E7426B98B05376A51947AB19C1 (DoorFrame_tE5D9D7C23DA919391AE8D15C4FA29FA6DD3B7701* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// eventInstance = RuntimeManager.CreateInstance(doorClip);
|
|
EventReference_tA4CA1F882DC447E6B50F989D1FC08F065C91FB51 L_0 = __this->___doorClip_6;
|
|
EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF L_1;
|
|
L_1 = RuntimeManager_CreateInstance_m399146922E684F16CFB04FE82F177BB2A0BFDF0D(L_0, NULL);
|
|
__this->___eventInstance_11 = L_1;
|
|
// eventInstance.set3DAttributes(transform.position.To3DAttributes());
|
|
EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF* L_2 = (&__this->___eventInstance_11);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_3;
|
|
L_3 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(__this, NULL);
|
|
NullCheck(L_3);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_4;
|
|
L_4 = Transform_get_position_m69CD5FA214FDAE7BB701552943674846C220FDE1(L_3, NULL);
|
|
ATTRIBUTES_3D_t7EF2217FD18A1BFC021A8DE2B77B4F109A06B777 L_5;
|
|
L_5 = RuntimeUtils_To3DAttributes_mE0F4D67A6795B1849735DD04C9A17937FCA6665A(L_4, NULL);
|
|
int32_t L_6;
|
|
L_6 = EventInstance_set3DAttributes_m50240BF34F70062566F9AA89CCE063A671B9B85B(L_2, L_5, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void DoorFrame::Update()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DoorFrame_Update_m630B59608ABAC5D0AABB46F8DE31DC9284EB13EF (DoorFrame_tE5D9D7C23DA919391AE8D15C4FA29FA6DD3B7701* __this, const RuntimeMethod* method)
|
|
{
|
|
float V_0 = 0.0f;
|
|
int32_t V_1 = 0;
|
|
float V_2 = 0.0f;
|
|
{
|
|
// var deltaTime = Time.deltaTime * timeScale;
|
|
float L_0;
|
|
L_0 = Time_get_deltaTime_mC3195000401F0FD167DD2F948FD2BC58330D0865(NULL);
|
|
float L_1 = __this->___timeScale_4;
|
|
V_0 = ((float)il2cpp_codegen_multiply(L_0, L_1));
|
|
// switch(state)
|
|
int32_t L_2 = __this->___state_12;
|
|
V_1 = L_2;
|
|
int32_t L_3 = V_1;
|
|
switch (L_3)
|
|
{
|
|
case 0:
|
|
{
|
|
goto IL_0028;
|
|
}
|
|
case 1:
|
|
{
|
|
goto IL_0041;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_0051;
|
|
}
|
|
}
|
|
}
|
|
{
|
|
goto IL_005f;
|
|
}
|
|
|
|
IL_0028:
|
|
{
|
|
// animator.Play(open, 0, time);
|
|
Animator_t8A52E42AE54F76681838FE9E632683EF3952E883* L_4 = __this->___animator_5;
|
|
int32_t L_5 = __this->___open_13;
|
|
float L_6 = __this->___time_14;
|
|
NullCheck(L_4);
|
|
Animator_Play_m3011727F1A3F331EE7F5D7CF9B98EFEADE547BBD(L_4, L_5, 0, L_6, NULL);
|
|
// return;
|
|
return;
|
|
}
|
|
|
|
IL_0041:
|
|
{
|
|
// time += deltaTime;
|
|
float L_7 = __this->___time_14;
|
|
float L_8 = V_0;
|
|
__this->___time_14 = ((float)il2cpp_codegen_add(L_7, L_8));
|
|
// break;
|
|
goto IL_005f;
|
|
}
|
|
|
|
IL_0051:
|
|
{
|
|
// time -= deltaTime;
|
|
float L_9 = __this->___time_14;
|
|
float L_10 = V_0;
|
|
__this->___time_14 = ((float)il2cpp_codegen_subtract(L_9, L_10));
|
|
}
|
|
|
|
IL_005f:
|
|
{
|
|
// time = Mathf.Clamp01(time);
|
|
float L_11 = __this->___time_14;
|
|
float L_12;
|
|
L_12 = Mathf_Clamp01_mA7E048DBDA832D399A581BE4D6DED9FA44CE0F14_inline(L_11, NULL);
|
|
__this->___time_14 = L_12;
|
|
// animator.Play(open, 0, time);
|
|
Animator_t8A52E42AE54F76681838FE9E632683EF3952E883* L_13 = __this->___animator_5;
|
|
int32_t L_14 = __this->___open_13;
|
|
float L_15 = __this->___time_14;
|
|
NullCheck(L_13);
|
|
Animator_Play_m3011727F1A3F331EE7F5D7CF9B98EFEADE547BBD(L_13, L_14, 0, L_15, NULL);
|
|
// if(time is <= 0 or >= 1f)
|
|
float L_16 = __this->___time_14;
|
|
V_2 = L_16;
|
|
float L_17 = V_2;
|
|
if ((((float)L_17) <= ((float)(0.0f))))
|
|
{
|
|
goto IL_009f;
|
|
}
|
|
}
|
|
{
|
|
float L_18 = V_2;
|
|
if ((!(((float)L_18) >= ((float)(1.0f)))))
|
|
{
|
|
goto IL_00cd;
|
|
}
|
|
}
|
|
|
|
IL_009f:
|
|
{
|
|
// if(state != State.Idle)
|
|
int32_t L_19 = __this->___state_12;
|
|
if (!L_19)
|
|
{
|
|
goto IL_00c6;
|
|
}
|
|
}
|
|
{
|
|
// eventInstance.setParameterByNameWithLabel(paramName, labelToFinish);
|
|
EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF* L_20 = (&__this->___eventInstance_11);
|
|
String_t* L_21 = __this->___paramName_7;
|
|
String_t* L_22 = __this->___labelToFinish_9;
|
|
int32_t L_23;
|
|
L_23 = EventInstance_setParameterByNameWithLabel_m61EAFFAAA46ACA7DBE30F464FA9E1B3637012DEA(L_20, L_21, L_22, (bool)0, NULL);
|
|
// PlayParticles();
|
|
DoorFrame_PlayParticles_m212869575A2D8CE54F3F7BCCC05A71EFE591FCA9(__this, NULL);
|
|
}
|
|
|
|
IL_00c6:
|
|
{
|
|
// state = State.Idle;
|
|
__this->___state_12 = 0;
|
|
}
|
|
|
|
IL_00cd:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void DoorFrame::Enter()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DoorFrame_Enter_mE5AE2F5BE854EDC474575A251D2512725A3C62BB (DoorFrame_tE5D9D7C23DA919391AE8D15C4FA29FA6DD3B7701* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// eventInstance.setParameterByNameWithLabel(paramName, labelToOpening);
|
|
EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF* L_0 = (&__this->___eventInstance_11);
|
|
String_t* L_1 = __this->___paramName_7;
|
|
String_t* L_2 = __this->___labelToOpening_8;
|
|
int32_t L_3;
|
|
L_3 = EventInstance_setParameterByNameWithLabel_m61EAFFAAA46ACA7DBE30F464FA9E1B3637012DEA(L_0, L_1, L_2, (bool)0, NULL);
|
|
// if(state == State.Idle)
|
|
int32_t L_4 = __this->___state_12;
|
|
if (L_4)
|
|
{
|
|
goto IL_0040;
|
|
}
|
|
}
|
|
{
|
|
// eventInstance.stop(STOP_MODE.IMMEDIATE);
|
|
EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF* L_5 = (&__this->___eventInstance_11);
|
|
int32_t L_6;
|
|
L_6 = EventInstance_stop_mD78982E36B28F26C554BADE22371832E58E69A5E(L_5, 1, NULL);
|
|
// eventInstance.start();
|
|
EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF* L_7 = (&__this->___eventInstance_11);
|
|
int32_t L_8;
|
|
L_8 = EventInstance_start_mA66929F498D81CE8EBEF687D9EFEC93BDB4AAEF4(L_7, NULL);
|
|
// PlayParticles();
|
|
DoorFrame_PlayParticles_m212869575A2D8CE54F3F7BCCC05A71EFE591FCA9(__this, NULL);
|
|
}
|
|
|
|
IL_0040:
|
|
{
|
|
// state = State.Open;
|
|
__this->___state_12 = 1;
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void DoorFrame::Exit()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DoorFrame_Exit_mD75313E472EFD7B9E1F1FE96BA1D9B625E9AE8DD (DoorFrame_tE5D9D7C23DA919391AE8D15C4FA29FA6DD3B7701* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// eventInstance.setParameterByNameWithLabel(paramName, labelToOpening);
|
|
EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF* L_0 = (&__this->___eventInstance_11);
|
|
String_t* L_1 = __this->___paramName_7;
|
|
String_t* L_2 = __this->___labelToOpening_8;
|
|
int32_t L_3;
|
|
L_3 = EventInstance_setParameterByNameWithLabel_m61EAFFAAA46ACA7DBE30F464FA9E1B3637012DEA(L_0, L_1, L_2, (bool)0, NULL);
|
|
// if(state == State.Idle)
|
|
int32_t L_4 = __this->___state_12;
|
|
if (L_4)
|
|
{
|
|
goto IL_0040;
|
|
}
|
|
}
|
|
{
|
|
// eventInstance.stop(STOP_MODE.IMMEDIATE);
|
|
EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF* L_5 = (&__this->___eventInstance_11);
|
|
int32_t L_6;
|
|
L_6 = EventInstance_stop_mD78982E36B28F26C554BADE22371832E58E69A5E(L_5, 1, NULL);
|
|
// eventInstance.start();
|
|
EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF* L_7 = (&__this->___eventInstance_11);
|
|
int32_t L_8;
|
|
L_8 = EventInstance_start_mA66929F498D81CE8EBEF687D9EFEC93BDB4AAEF4(L_7, NULL);
|
|
// PlayParticles();
|
|
DoorFrame_PlayParticles_m212869575A2D8CE54F3F7BCCC05A71EFE591FCA9(__this, NULL);
|
|
}
|
|
|
|
IL_0040:
|
|
{
|
|
// state = State.Close;
|
|
__this->___state_12 = 2;
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void DoorFrame::PlayParticles()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DoorFrame_PlayParticles_m212869575A2D8CE54F3F7BCCC05A71EFE591FCA9 (DoorFrame_tE5D9D7C23DA919391AE8D15C4FA29FA6DD3B7701* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_Where_TisParticleSystem_tB19986EE308BD63D36FB6025EEEAFBEDB97C67C1_m6B90239F18C1E2C9192F16BF59695960F5C258D0_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_t73671C0B5E9E75781D26D41FD63D714851882853_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_1_t8EB3E482F279A84C2710D632AD0B6033B9AB2502_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_1_tAAB76E60CDF1F059A3EF2BB2336A3A1B3260224A_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CPlayParticlesU3Eb__16_0_mC07960B03F74A1E4895D1E8FDE602995AA2EF7CF_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_tE0BE3EA42A54F648DF2489C8612285A1837B0A24_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject* V_0 = NULL;
|
|
Func_2_t73671C0B5E9E75781D26D41FD63D714851882853* G_B2_0 = NULL;
|
|
List_1_t5934636E608A709528BA5BBDEA6C2462B01D3B7D* G_B2_1 = NULL;
|
|
Func_2_t73671C0B5E9E75781D26D41FD63D714851882853* G_B1_0 = NULL;
|
|
List_1_t5934636E608A709528BA5BBDEA6C2462B01D3B7D* G_B1_1 = NULL;
|
|
{
|
|
// foreach(var particle in particles.Where(particle => particle))
|
|
List_1_t5934636E608A709528BA5BBDEA6C2462B01D3B7D* L_0 = __this->___particles_10;
|
|
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_tE0BE3EA42A54F648DF2489C8612285A1837B0A24_il2cpp_TypeInfo_var);
|
|
Func_2_t73671C0B5E9E75781D26D41FD63D714851882853* L_1 = ((U3CU3Ec_tE0BE3EA42A54F648DF2489C8612285A1837B0A24_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tE0BE3EA42A54F648DF2489C8612285A1837B0A24_il2cpp_TypeInfo_var))->___U3CU3E9__16_0_1;
|
|
Func_2_t73671C0B5E9E75781D26D41FD63D714851882853* L_2 = L_1;
|
|
G_B1_0 = L_2;
|
|
G_B1_1 = L_0;
|
|
if (L_2)
|
|
{
|
|
G_B2_0 = L_2;
|
|
G_B2_1 = L_0;
|
|
goto IL_0025;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_tE0BE3EA42A54F648DF2489C8612285A1837B0A24_il2cpp_TypeInfo_var);
|
|
U3CU3Ec_tE0BE3EA42A54F648DF2489C8612285A1837B0A24* L_3 = ((U3CU3Ec_tE0BE3EA42A54F648DF2489C8612285A1837B0A24_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tE0BE3EA42A54F648DF2489C8612285A1837B0A24_il2cpp_TypeInfo_var))->___U3CU3E9_0;
|
|
Func_2_t73671C0B5E9E75781D26D41FD63D714851882853* L_4 = (Func_2_t73671C0B5E9E75781D26D41FD63D714851882853*)il2cpp_codegen_object_new(Func_2_t73671C0B5E9E75781D26D41FD63D714851882853_il2cpp_TypeInfo_var);
|
|
NullCheck(L_4);
|
|
Func_2__ctor_m61AB93BB935EF50002D264D4AFBB29A235A4679E(L_4, L_3, (intptr_t)((void*)U3CU3Ec_U3CPlayParticlesU3Eb__16_0_mC07960B03F74A1E4895D1E8FDE602995AA2EF7CF_RuntimeMethod_var), NULL);
|
|
Func_2_t73671C0B5E9E75781D26D41FD63D714851882853* L_5 = L_4;
|
|
((U3CU3Ec_tE0BE3EA42A54F648DF2489C8612285A1837B0A24_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tE0BE3EA42A54F648DF2489C8612285A1837B0A24_il2cpp_TypeInfo_var))->___U3CU3E9__16_0_1 = L_5;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_tE0BE3EA42A54F648DF2489C8612285A1837B0A24_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tE0BE3EA42A54F648DF2489C8612285A1837B0A24_il2cpp_TypeInfo_var))->___U3CU3E9__16_0_1), (void*)L_5);
|
|
G_B2_0 = L_5;
|
|
G_B2_1 = G_B1_1;
|
|
}
|
|
|
|
IL_0025:
|
|
{
|
|
RuntimeObject* L_6;
|
|
L_6 = Enumerable_Where_TisParticleSystem_tB19986EE308BD63D36FB6025EEEAFBEDB97C67C1_m6B90239F18C1E2C9192F16BF59695960F5C258D0(G_B2_1, G_B2_0, Enumerable_Where_TisParticleSystem_tB19986EE308BD63D36FB6025EEEAFBEDB97C67C1_m6B90239F18C1E2C9192F16BF59695960F5C258D0_RuntimeMethod_var);
|
|
NullCheck(L_6);
|
|
RuntimeObject* L_7;
|
|
L_7 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.IEnumerable`1<UnityEngine.ParticleSystem>::GetEnumerator() */, IEnumerable_1_t8EB3E482F279A84C2710D632AD0B6033B9AB2502_il2cpp_TypeInfo_var, L_6);
|
|
V_0 = L_7;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_004d:
|
|
{// begin finally (depth: 1)
|
|
{
|
|
RuntimeObject* L_8 = V_0;
|
|
if (!L_8)
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_9 = V_0;
|
|
NullCheck(L_9);
|
|
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_9);
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
return;
|
|
}
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
{
|
|
goto IL_0043_1;
|
|
}
|
|
|
|
IL_0032_1:
|
|
{
|
|
// foreach(var particle in particles.Where(particle => particle))
|
|
RuntimeObject* L_10 = V_0;
|
|
NullCheck(L_10);
|
|
ParticleSystem_tB19986EE308BD63D36FB6025EEEAFBEDB97C67C1* L_11;
|
|
L_11 = InterfaceFuncInvoker0< ParticleSystem_tB19986EE308BD63D36FB6025EEEAFBEDB97C67C1* >::Invoke(0 /* T System.Collections.Generic.IEnumerator`1<UnityEngine.ParticleSystem>::get_Current() */, IEnumerator_1_tAAB76E60CDF1F059A3EF2BB2336A3A1B3260224A_il2cpp_TypeInfo_var, L_10);
|
|
// particle.Stop();
|
|
ParticleSystem_tB19986EE308BD63D36FB6025EEEAFBEDB97C67C1* L_12 = L_11;
|
|
NullCheck(L_12);
|
|
ParticleSystem_Stop_m2D8D4967496EF0F5BFEF679C49A9E65A9646C423(L_12, NULL);
|
|
// particle.Play();
|
|
NullCheck(L_12);
|
|
ParticleSystem_Play_mD943E601BFE16CB9BB5D1F5E6AED5C36F5F11EF5(L_12, NULL);
|
|
}
|
|
|
|
IL_0043_1:
|
|
{
|
|
// foreach(var particle in particles.Where(particle => particle))
|
|
RuntimeObject* L_13 = V_0;
|
|
NullCheck(L_13);
|
|
bool L_14;
|
|
L_14 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_13);
|
|
if (L_14)
|
|
{
|
|
goto IL_0032_1;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0057;
|
|
}
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_0057:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void DoorFrame::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DoorFrame__ctor_mDEA590F20D17F9653AC7EFA0F2BB215E06CE9BA2 (DoorFrame_tE5D9D7C23DA919391AE8D15C4FA29FA6DD3B7701* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral48419E0AC7A3C471E758A3F53E24363D7898657B);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// [SerializeField] private float timeScale = 1f;
|
|
__this->___timeScale_4 = (1.0f);
|
|
// private readonly int open = Animator.StringToHash("Open");
|
|
int32_t L_0;
|
|
L_0 = Animator_StringToHash_mD67B872C411BE37641F49D7AA1DBD45B67F63E3A(_stringLiteral48419E0AC7A3C471E758A3F53E24363D7898657B, NULL);
|
|
__this->___open_13 = L_0;
|
|
MonoBehaviour__ctor_m592DB0105CA0BC97AA1C5F4AD27B12D68A3B7C1E(__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 DoorFrame/<>c::.cctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__cctor_m8769685280F57A09CBD7D7255ED7499470B987B6 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_tE0BE3EA42A54F648DF2489C8612285A1837B0A24_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
U3CU3Ec_tE0BE3EA42A54F648DF2489C8612285A1837B0A24* L_0 = (U3CU3Ec_tE0BE3EA42A54F648DF2489C8612285A1837B0A24*)il2cpp_codegen_object_new(U3CU3Ec_tE0BE3EA42A54F648DF2489C8612285A1837B0A24_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
U3CU3Ec__ctor_m1B71F87628552B7DD8F53E1A1CA5AC582A331554(L_0, NULL);
|
|
((U3CU3Ec_tE0BE3EA42A54F648DF2489C8612285A1837B0A24_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tE0BE3EA42A54F648DF2489C8612285A1837B0A24_il2cpp_TypeInfo_var))->___U3CU3E9_0 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_tE0BE3EA42A54F648DF2489C8612285A1837B0A24_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tE0BE3EA42A54F648DF2489C8612285A1837B0A24_il2cpp_TypeInfo_var))->___U3CU3E9_0), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void DoorFrame/<>c::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_m1B71F87628552B7DD8F53E1A1CA5AC582A331554 (U3CU3Ec_tE0BE3EA42A54F648DF2489C8612285A1837B0A24* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean DoorFrame/<>c::<PlayParticles>b__16_0(UnityEngine.ParticleSystem)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec_U3CPlayParticlesU3Eb__16_0_mC07960B03F74A1E4895D1E8FDE602995AA2EF7CF (U3CU3Ec_tE0BE3EA42A54F648DF2489C8612285A1837B0A24* __this, ParticleSystem_tB19986EE308BD63D36FB6025EEEAFBEDB97C67C1* ___0_particle, 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;
|
|
}
|
|
{
|
|
// foreach(var particle in particles.Where(particle => particle))
|
|
ParticleSystem_tB19986EE308BD63D36FB6025EEEAFBEDB97C67C1* L_0 = ___0_particle;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_1;
|
|
L_1 = Object_op_Implicit_m93896EF7D68FA113C42D3FE2BC6F661FC7EF514A(L_0, NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
#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 DoorZone::OnTriggerEnter(UnityEngine.Collider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DoorZone_OnTriggerEnter_m79121B4512E2ECFE4FCC66F372AC9825CB6C491E (DoorZone_tFF1948BD2DAF4ADB36D6EC14BF573E26E2E031C6* __this, Collider_t1CC3163924FCD6C4CC2E816373A929C1E3D55E76* ___0_collision, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCAF8804297181FF007CA835529DD4477CFD94A70);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if(!collision.CompareTag("Player")) return;
|
|
Collider_t1CC3163924FCD6C4CC2E816373A929C1E3D55E76* L_0 = ___0_collision;
|
|
NullCheck(L_0);
|
|
bool L_1;
|
|
L_1 = Component_CompareTag_mE6F8897E84F12DF12D302FFC4D58204D51096FC5(L_0, _stringLiteralCAF8804297181FF007CA835529DD4477CFD94A70, NULL);
|
|
if (L_1)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
// if(!collision.CompareTag("Player")) return;
|
|
return;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
// doorFrame.Enter();
|
|
DoorFrame_tE5D9D7C23DA919391AE8D15C4FA29FA6DD3B7701* L_2 = __this->___doorFrame_4;
|
|
NullCheck(L_2);
|
|
DoorFrame_Enter_mE5AE2F5BE854EDC474575A251D2512725A3C62BB(L_2, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void DoorZone::OnTriggerExit(UnityEngine.Collider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DoorZone_OnTriggerExit_m43561B71F34EB755977A01A75AF47042359D63D4 (DoorZone_tFF1948BD2DAF4ADB36D6EC14BF573E26E2E031C6* __this, Collider_t1CC3163924FCD6C4CC2E816373A929C1E3D55E76* ___0_collision, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCAF8804297181FF007CA835529DD4477CFD94A70);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if(!collision.CompareTag("Player")) return;
|
|
Collider_t1CC3163924FCD6C4CC2E816373A929C1E3D55E76* L_0 = ___0_collision;
|
|
NullCheck(L_0);
|
|
bool L_1;
|
|
L_1 = Component_CompareTag_mE6F8897E84F12DF12D302FFC4D58204D51096FC5(L_0, _stringLiteralCAF8804297181FF007CA835529DD4477CFD94A70, NULL);
|
|
if (L_1)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
// if(!collision.CompareTag("Player")) return;
|
|
return;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
// doorFrame.Exit();
|
|
DoorFrame_tE5D9D7C23DA919391AE8D15C4FA29FA6DD3B7701* L_2 = __this->___doorFrame_4;
|
|
NullCheck(L_2);
|
|
DoorFrame_Exit_mD75313E472EFD7B9E1F1FE96BA1D9B625E9AE8DD(L_2, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void DoorZone::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DoorZone__ctor_mCEBD3CA6F87A437579A692332ED7EA804C32E97A (DoorZone_tFF1948BD2DAF4ADB36D6EC14BF573E26E2E031C6* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
MonoBehaviour__ctor_m592DB0105CA0BC97AA1C5F4AD27B12D68A3B7C1E(__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 FPSCounter::Start()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FPSCounter_Start_mEF817D65C26431FDB05F83485BD95F79B7127D7F (FPSCounter_t43778C9F199A3BDC56F47834FC9838D1235DBC66* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// time = Time.time + 1f;
|
|
float L_0;
|
|
L_0 = Time_get_time_m3A271BB1B20041144AC5B7863B71AB1F0150374B(NULL);
|
|
__this->___time_6 = ((float)il2cpp_codegen_add(L_0, (1.0f)));
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void FPSCounter::Update()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FPSCounter_Update_m8FD51CDD4FC6103E47194F4D9848A7D325004E30 (FPSCounter_t43778C9F199A3BDC56F47834FC9838D1235DBC66* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEB0BB5D4FA59FF963FDE2494755AB4182D0F8AA2);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// count++;
|
|
int32_t L_0 = __this->___count_5;
|
|
__this->___count_5 = ((int32_t)il2cpp_codegen_add(L_0, 1));
|
|
// if (time < Time.time)
|
|
float L_1 = __this->___time_6;
|
|
float L_2;
|
|
L_2 = Time_get_time_m3A271BB1B20041144AC5B7863B71AB1F0150374B(NULL);
|
|
if ((!(((float)L_1) < ((float)L_2))))
|
|
{
|
|
goto IL_0053;
|
|
}
|
|
}
|
|
{
|
|
// counterText.text = "FPS: " + count.ToString();
|
|
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_3 = __this->___counterText_4;
|
|
int32_t* L_4 = (&__this->___count_5);
|
|
String_t* L_5;
|
|
L_5 = Int32_ToString_m030E01C24E294D6762FB0B6F37CB541581F55CA5(L_4, NULL);
|
|
String_t* L_6;
|
|
L_6 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(_stringLiteralEB0BB5D4FA59FF963FDE2494755AB4182D0F8AA2, L_5, NULL);
|
|
NullCheck(L_3);
|
|
VirtualActionInvoker1< String_t* >::Invoke(66 /* System.Void TMPro.TMP_Text::set_text(System.String) */, L_3, L_6);
|
|
// time = Time.time + 1f;
|
|
float L_7;
|
|
L_7 = Time_get_time_m3A271BB1B20041144AC5B7863B71AB1F0150374B(NULL);
|
|
__this->___time_6 = ((float)il2cpp_codegen_add(L_7, (1.0f)));
|
|
// count = 0;
|
|
__this->___count_5 = 0;
|
|
}
|
|
|
|
IL_0053:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void FPSCounter::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FPSCounter__ctor_m4814EB8CF15E05040C15D4F6B057357EC68B7268 (FPSCounter_t43778C9F199A3BDC56F47834FC9838D1235DBC66* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
MonoBehaviour__ctor_m592DB0105CA0BC97AA1C5F4AD27B12D68A3B7C1E(__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 HandPocket::Update()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HandPocket_Update_m11E2380D61EF21EFAF631D0183D12BB35AAF0C04 (HandPocket_t5A2A61AB2A83B573ADD5CD9B5D5BDE46BCC4A8F7* __this, const RuntimeMethod* method)
|
|
{
|
|
float V_0 = 0.0f;
|
|
bool V_1 = false;
|
|
{
|
|
// var dot = Vector3.Dot(cam.transform.forward, canvas.gameObject.transform.forward);
|
|
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_0 = __this->___cam_4;
|
|
NullCheck(L_0);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_1;
|
|
L_1 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(L_0, NULL);
|
|
NullCheck(L_1);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_2;
|
|
L_2 = Transform_get_forward_mFCFACF7165FDAB21E80E384C494DF278386CEE2F(L_1, NULL);
|
|
Canvas_t2DB4CEFDFF732884866C83F11ABF75F5AE8FFB26* L_3 = __this->___canvas_5;
|
|
NullCheck(L_3);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_4;
|
|
L_4 = Component_get_gameObject_m57AEFBB14DB39EC476F740BA000E170355DE691B(L_3, NULL);
|
|
NullCheck(L_4);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_5;
|
|
L_5 = GameObject_get_transform_m0BC10ADFA1632166AE5544BDF9038A2650C2AE56(L_4, NULL);
|
|
NullCheck(L_5);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_6;
|
|
L_6 = Transform_get_forward_mFCFACF7165FDAB21E80E384C494DF278386CEE2F(L_5, NULL);
|
|
float L_7;
|
|
L_7 = Vector3_Dot_mBB86BB940AA0A32FA7D3C02AC42E5BC7095A5D52_inline(L_2, L_6, NULL);
|
|
V_0 = L_7;
|
|
// var enable = canvas.enabled;
|
|
Canvas_t2DB4CEFDFF732884866C83F11ABF75F5AE8FFB26* L_8 = __this->___canvas_5;
|
|
NullCheck(L_8);
|
|
bool L_9;
|
|
L_9 = Behaviour_get_enabled_mAAC9F15E9EBF552217A5AE2681589CC0BFA300C1(L_8, NULL);
|
|
V_1 = L_9;
|
|
// if (!canvas.enabled && dot > dotEnabler)
|
|
Canvas_t2DB4CEFDFF732884866C83F11ABF75F5AE8FFB26* L_10 = __this->___canvas_5;
|
|
NullCheck(L_10);
|
|
bool L_11;
|
|
L_11 = Behaviour_get_enabled_mAAC9F15E9EBF552217A5AE2681589CC0BFA300C1(L_10, NULL);
|
|
if (L_11)
|
|
{
|
|
goto IL_0051;
|
|
}
|
|
}
|
|
{
|
|
float L_12 = V_0;
|
|
float L_13 = __this->___dotEnabler_7;
|
|
if ((!(((float)L_12) > ((float)L_13))))
|
|
{
|
|
goto IL_0051;
|
|
}
|
|
}
|
|
{
|
|
// enable = true;
|
|
V_1 = (bool)1;
|
|
goto IL_0069;
|
|
}
|
|
|
|
IL_0051:
|
|
{
|
|
// if(canvas.enabled && dot < dotDisabler)
|
|
Canvas_t2DB4CEFDFF732884866C83F11ABF75F5AE8FFB26* L_14 = __this->___canvas_5;
|
|
NullCheck(L_14);
|
|
bool L_15;
|
|
L_15 = Behaviour_get_enabled_mAAC9F15E9EBF552217A5AE2681589CC0BFA300C1(L_14, NULL);
|
|
if (!L_15)
|
|
{
|
|
goto IL_0069;
|
|
}
|
|
}
|
|
{
|
|
float L_16 = V_0;
|
|
float L_17 = __this->___dotDisabler_8;
|
|
if ((!(((float)L_16) < ((float)L_17))))
|
|
{
|
|
goto IL_0069;
|
|
}
|
|
}
|
|
{
|
|
// enable = false;
|
|
V_1 = (bool)0;
|
|
}
|
|
|
|
IL_0069:
|
|
{
|
|
// canvas.enabled = enable;
|
|
Canvas_t2DB4CEFDFF732884866C83F11ABF75F5AE8FFB26* L_18 = __this->___canvas_5;
|
|
bool L_19 = V_1;
|
|
NullCheck(L_18);
|
|
Behaviour_set_enabled_mF1DCFE60EB09E0529FE9476CA804A3AA2D72B16A(L_18, L_19, NULL);
|
|
// hitBlocker.SetActive(enable);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_20 = __this->___hitBlocker_6;
|
|
bool L_21 = V_1;
|
|
NullCheck(L_20);
|
|
GameObject_SetActive_m638E92E1E75E519E5B24CF150B08CA8E0CDFAB92(L_20, L_21, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void HandPocket::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HandPocket__ctor_mAB044DA56021BF77FF8E641AD0104C47C8538E25 (HandPocket_t5A2A61AB2A83B573ADD5CD9B5D5BDE46BCC4A8F7* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// [SerializeField] private float dotEnabler = 0.7f;
|
|
__this->___dotEnabler_7 = (0.699999988f);
|
|
// [SerializeField] private float dotDisabler = 0.6f;
|
|
__this->___dotDisabler_8 = (0.600000024f);
|
|
MonoBehaviour__ctor_m592DB0105CA0BC97AA1C5F4AD27B12D68A3B7C1E(__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 IKAnimation::Awake()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IKAnimation_Awake_m472ABA3428F3BD139B9A40FCFC41C9C4E2E6AB19 (IKAnimation_tB209529B54B9BED50A1AA604E012F2DD6A4B564A* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m8845F60D264744FF04D933042D1523D65F83A5BE_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m7A47EB9F41618DBFC754FC27107B949496EEA4DC_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_mFE556F47C4CD09EAC6C898EF39D4A8EC112CFC50_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
{
|
|
// for(var index = 0; index < targets.Count; index++)
|
|
V_0 = 0;
|
|
goto IL_0047;
|
|
}
|
|
|
|
IL_0004:
|
|
{
|
|
// var ikTarget = targets[index];
|
|
List_1_t05907CFFCF2A3E6C9D88C13C12C63833059A231D* L_0 = __this->___targets_6;
|
|
int32_t L_1 = V_0;
|
|
NullCheck(L_0);
|
|
IKTarget_tD6C282706E7797BB7B0970604A7FDB0640459749* L_2;
|
|
L_2 = List_1_get_Item_m7A47EB9F41618DBFC754FC27107B949496EEA4DC(L_0, L_1, List_1_get_Item_m7A47EB9F41618DBFC754FC27107B949496EEA4DC_RuntimeMethod_var);
|
|
// ikTarget.FixedPosition = ikTarget.IK.position;
|
|
IKTarget_tD6C282706E7797BB7B0970604A7FDB0640459749* L_3 = L_2;
|
|
IKTarget_tD6C282706E7797BB7B0970604A7FDB0640459749* L_4 = L_3;
|
|
NullCheck(L_4);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_5 = L_4->___IK_0;
|
|
NullCheck(L_5);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_6;
|
|
L_6 = Transform_get_position_m69CD5FA214FDAE7BB701552943674846C220FDE1(L_5, NULL);
|
|
NullCheck(L_4);
|
|
L_4->___FixedPosition_1 = L_6;
|
|
// ikTarget.OffsetPosition = ikTarget.IK.localPosition;
|
|
IKTarget_tD6C282706E7797BB7B0970604A7FDB0640459749* L_7 = L_3;
|
|
IKTarget_tD6C282706E7797BB7B0970604A7FDB0640459749* L_8 = L_7;
|
|
NullCheck(L_8);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_9 = L_8->___IK_0;
|
|
NullCheck(L_9);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_10;
|
|
L_10 = Transform_get_localPosition_mA9C86B990DF0685EA1061A120218993FDCC60A95(L_9, NULL);
|
|
NullCheck(L_8);
|
|
L_8->___OffsetPosition_2 = L_10;
|
|
// ikTarget.Timing = timing[index];
|
|
List_1_t0D1C46FD8DDDE974D93CA4F3474EEC05AF950918* L_11 = __this->___timing_8;
|
|
int32_t L_12 = V_0;
|
|
NullCheck(L_11);
|
|
float L_13;
|
|
L_13 = List_1_get_Item_mFE556F47C4CD09EAC6C898EF39D4A8EC112CFC50(L_11, L_12, List_1_get_Item_mFE556F47C4CD09EAC6C898EF39D4A8EC112CFC50_RuntimeMethod_var);
|
|
NullCheck(L_7);
|
|
L_7->___Timing_4 = L_13;
|
|
// for(var index = 0; index < targets.Count; index++)
|
|
int32_t L_14 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_14, 1));
|
|
}
|
|
|
|
IL_0047:
|
|
{
|
|
// for(var index = 0; index < targets.Count; index++)
|
|
int32_t L_15 = V_0;
|
|
List_1_t05907CFFCF2A3E6C9D88C13C12C63833059A231D* L_16 = __this->___targets_6;
|
|
NullCheck(L_16);
|
|
int32_t L_17;
|
|
L_17 = List_1_get_Count_m8845F60D264744FF04D933042D1523D65F83A5BE_inline(L_16, List_1_get_Count_m8845F60D264744FF04D933042D1523D65F83A5BE_RuntimeMethod_var);
|
|
if ((((int32_t)L_15) < ((int32_t)L_17)))
|
|
{
|
|
goto IL_0004;
|
|
}
|
|
}
|
|
{
|
|
// oldPos = transform.position;
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_18;
|
|
L_18 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(__this, NULL);
|
|
NullCheck(L_18);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_19;
|
|
L_19 = Transform_get_position_m69CD5FA214FDAE7BB701552943674846C220FDE1(L_18, NULL);
|
|
__this->___oldPos_10 = L_19;
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void IKAnimation::LateUpdate()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IKAnimation_LateUpdate_m096461A71E93EE205A6E407362B5A541120D5F95 (IKAnimation_tB209529B54B9BED50A1AA604E012F2DD6A4B564A* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m074EFE5290C2C84B92A8F5219CDE58F74F61FA1C_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_m01CC5C007935359E63D05679E3464888DAE10CBE_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m201AD2F3A51FB971F9D4E061971DEEC7A33BD6DD_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_GetEnumerator_m5D6CB368550842F949FCA892262234F0A3FACFC5_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Enumerator_tF7FC9EB995A5EC21ACED6020909EC0BBBB5A3DA1 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
IKTarget_tD6C282706E7797BB7B0970604A7FDB0640459749* V_1 = NULL;
|
|
{
|
|
// if(Vector3.Distance(oldPos, transform.position) > distanceToStep)
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_0 = __this->___oldPos_10;
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_1;
|
|
L_1 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(__this, NULL);
|
|
NullCheck(L_1);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_2;
|
|
L_2 = Transform_get_position_m69CD5FA214FDAE7BB701552943674846C220FDE1(L_1, NULL);
|
|
float L_3;
|
|
L_3 = Vector3_Distance_m2314DB9B8BD01157E013DF87BEA557375C7F9FF9_inline(L_0, L_2, NULL);
|
|
float L_4 = __this->___distanceToStep_4;
|
|
if ((!(((float)L_3) > ((float)L_4))))
|
|
{
|
|
goto IL_002b;
|
|
}
|
|
}
|
|
{
|
|
// StartCoroutine(ToSteps());
|
|
RuntimeObject* L_5;
|
|
L_5 = IKAnimation_U3CLateUpdateU3Eg__ToStepsU7C9_0_m6EEF37A508C81C2D85AC5337B435419774714755(__this, NULL);
|
|
Coroutine_t85EA685566A254C23F3FD77AB5BDFFFF8799596B* L_6;
|
|
L_6 = MonoBehaviour_StartCoroutine_m4CAFF732AA28CD3BDC5363B44A863575530EC812(__this, L_5, NULL);
|
|
}
|
|
|
|
IL_002b:
|
|
{
|
|
// foreach(var ikTarget in targets)
|
|
List_1_t05907CFFCF2A3E6C9D88C13C12C63833059A231D* L_7 = __this->___targets_6;
|
|
NullCheck(L_7);
|
|
Enumerator_tF7FC9EB995A5EC21ACED6020909EC0BBBB5A3DA1 L_8;
|
|
L_8 = List_1_GetEnumerator_m5D6CB368550842F949FCA892262234F0A3FACFC5(L_7, List_1_GetEnumerator_m5D6CB368550842F949FCA892262234F0A3FACFC5_RuntimeMethod_var);
|
|
V_0 = L_8;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_005d:
|
|
{// begin finally (depth: 1)
|
|
Enumerator_Dispose_m074EFE5290C2C84B92A8F5219CDE58F74F61FA1C((&V_0), Enumerator_Dispose_m074EFE5290C2C84B92A8F5219CDE58F74F61FA1C_RuntimeMethod_var);
|
|
return;
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
{
|
|
goto IL_0052_1;
|
|
}
|
|
|
|
IL_0039_1:
|
|
{
|
|
// foreach(var ikTarget in targets)
|
|
IKTarget_tD6C282706E7797BB7B0970604A7FDB0640459749* L_9;
|
|
L_9 = Enumerator_get_Current_m201AD2F3A51FB971F9D4E061971DEEC7A33BD6DD_inline((&V_0), Enumerator_get_Current_m201AD2F3A51FB971F9D4E061971DEEC7A33BD6DD_RuntimeMethod_var);
|
|
V_1 = L_9;
|
|
// ikTarget.IK.position = ikTarget.FixedPosition;
|
|
IKTarget_tD6C282706E7797BB7B0970604A7FDB0640459749* L_10 = V_1;
|
|
NullCheck(L_10);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_11 = L_10->___IK_0;
|
|
IKTarget_tD6C282706E7797BB7B0970604A7FDB0640459749* L_12 = V_1;
|
|
NullCheck(L_12);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_13 = L_12->___FixedPosition_1;
|
|
NullCheck(L_11);
|
|
Transform_set_position_mA1A817124BB41B685043DED2A9BA48CDF37C4156(L_11, L_13, NULL);
|
|
}
|
|
|
|
IL_0052_1:
|
|
{
|
|
// foreach(var ikTarget in targets)
|
|
bool L_14;
|
|
L_14 = Enumerator_MoveNext_m01CC5C007935359E63D05679E3464888DAE10CBE((&V_0), Enumerator_MoveNext_m01CC5C007935359E63D05679E3464888DAE10CBE_RuntimeMethod_var);
|
|
if (L_14)
|
|
{
|
|
goto IL_0039_1;
|
|
}
|
|
}
|
|
{
|
|
goto IL_006b;
|
|
}
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_006b:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void IKAnimation::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IKAnimation__ctor_m713EA3403F0FD0C130FEB1B145C7423C3D6F9973 (IKAnimation_tB209529B54B9BED50A1AA604E012F2DD6A4B564A* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
MonoBehaviour__ctor_m592DB0105CA0BC97AA1C5F4AD27B12D68A3B7C1E(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Collections.IEnumerator IKAnimation::<LateUpdate>g__ToSteps|9_0()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* IKAnimation_U3CLateUpdateU3Eg__ToStepsU7C9_0_m6EEF37A508C81C2D85AC5337B435419774714755 (IKAnimation_tB209529B54B9BED50A1AA604E012F2DD6A4B564A* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3CLateUpdateU3Eg__ToStepsU7C9_0U3Ed_t9DCDB163BC3D3C2A10054B1CD733BBAC1228403D_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
U3CU3CLateUpdateU3Eg__ToStepsU7C9_0U3Ed_t9DCDB163BC3D3C2A10054B1CD733BBAC1228403D* L_0 = (U3CU3CLateUpdateU3Eg__ToStepsU7C9_0U3Ed_t9DCDB163BC3D3C2A10054B1CD733BBAC1228403D*)il2cpp_codegen_object_new(U3CU3CLateUpdateU3Eg__ToStepsU7C9_0U3Ed_t9DCDB163BC3D3C2A10054B1CD733BBAC1228403D_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
U3CU3CLateUpdateU3Eg__ToStepsU7C9_0U3Ed__ctor_mE600E61F79C2E6D80BA683102F1BC1F4724E8E5A(L_0, 0, NULL);
|
|
U3CU3CLateUpdateU3Eg__ToStepsU7C9_0U3Ed_t9DCDB163BC3D3C2A10054B1CD733BBAC1228403D* 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;
|
|
}
|
|
}
|
|
#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 IKAnimation/<>c__DisplayClass9_0::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass9_0__ctor_m73FE3FD00C996826CB69B786D7BA0A53A01DCEFF (U3CU3Ec__DisplayClass9_0_t53360CC0621B5F024C8DDC52885EAB6010F42A54* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Collections.IEnumerator IKAnimation/<>c__DisplayClass9_0::<LateUpdate>g__Animation|1()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CU3Ec__DisplayClass9_0_U3CLateUpdateU3Eg__AnimationU7C1_m1DF9B4265D7784FF8EFF7647D8F8BC33ABE9C58B (U3CU3Ec__DisplayClass9_0_t53360CC0621B5F024C8DDC52885EAB6010F42A54* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3CLateUpdateU3Eg__AnimationU7C1U3Ed_t288186A5CE44FEA05390D6374B89FC844097B86D_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
U3CU3CLateUpdateU3Eg__AnimationU7C1U3Ed_t288186A5CE44FEA05390D6374B89FC844097B86D* L_0 = (U3CU3CLateUpdateU3Eg__AnimationU7C1U3Ed_t288186A5CE44FEA05390D6374B89FC844097B86D*)il2cpp_codegen_object_new(U3CU3CLateUpdateU3Eg__AnimationU7C1U3Ed_t288186A5CE44FEA05390D6374B89FC844097B86D_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
U3CU3CLateUpdateU3Eg__AnimationU7C1U3Ed__ctor_mE34E39456B90367D12672419A95CBD837A2EB8A8(L_0, 0, NULL);
|
|
U3CU3CLateUpdateU3Eg__AnimationU7C1U3Ed_t288186A5CE44FEA05390D6374B89FC844097B86D* 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;
|
|
}
|
|
}
|
|
#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 IKAnimation/<>c__DisplayClass9_0/<<LateUpdate>g__Animation|1>d::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3CLateUpdateU3Eg__AnimationU7C1U3Ed__ctor_mE34E39456B90367D12672419A95CBD837A2EB8A8 (U3CU3CLateUpdateU3Eg__AnimationU7C1U3Ed_t288186A5CE44FEA05390D6374B89FC844097B86D* __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 IKAnimation/<>c__DisplayClass9_0/<<LateUpdate>g__Animation|1>d::System.IDisposable.Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3CLateUpdateU3Eg__AnimationU7C1U3Ed_System_IDisposable_Dispose_mFBEE19EBF57F8DF1E438A6BA7B781CFED3490B4C (U3CU3CLateUpdateU3Eg__AnimationU7C1U3Ed_t288186A5CE44FEA05390D6374B89FC844097B86D* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean IKAnimation/<>c__DisplayClass9_0/<<LateUpdate>g__Animation|1>d::MoveNext()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3CLateUpdateU3Eg__AnimationU7C1U3Ed_MoveNext_m644CB1C431277949D1448FA29886580B70F6D6FD (U3CU3CLateUpdateU3Eg__AnimationU7C1U3Ed_t288186A5CE44FEA05390D6374B89FC844097B86D* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
U3CU3Ec__DisplayClass9_0_t53360CC0621B5F024C8DDC52885EAB6010F42A54* V_1 = NULL;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_3;
|
|
memset((&V_3), 0, sizeof(V_3));
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_4;
|
|
memset((&V_4), 0, sizeof(V_4));
|
|
{
|
|
int32_t L_0 = __this->___U3CU3E1__state_0;
|
|
V_0 = L_0;
|
|
U3CU3Ec__DisplayClass9_0_t53360CC0621B5F024C8DDC52885EAB6010F42A54* 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_00fe;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_0133;
|
|
}
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0022:
|
|
{
|
|
__this->___U3CU3E1__state_0 = (-1);
|
|
// var t = timeAnimation;
|
|
U3CU3Ec__DisplayClass9_0_t53360CC0621B5F024C8DDC52885EAB6010F42A54* L_3 = V_1;
|
|
NullCheck(L_3);
|
|
IKAnimation_tB209529B54B9BED50A1AA604E012F2DD6A4B564A* L_4 = L_3->___U3CU3E4__this_2;
|
|
NullCheck(L_4);
|
|
float L_5 = L_4->___timeAnimation_7;
|
|
__this->___U3CtU3E5__2_3 = L_5;
|
|
// var oldPos = ikTarget.FixedPosition;
|
|
U3CU3Ec__DisplayClass9_0_t53360CC0621B5F024C8DDC52885EAB6010F42A54* L_6 = V_1;
|
|
NullCheck(L_6);
|
|
IKTarget_tD6C282706E7797BB7B0970604A7FDB0640459749* L_7 = L_6->___ikTarget_0;
|
|
NullCheck(L_7);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_8 = L_7->___FixedPosition_1;
|
|
__this->___U3ColdPosU3E5__3_4 = L_8;
|
|
// var newPos = origPosition;
|
|
U3CU3Ec__DisplayClass9_0_t53360CC0621B5F024C8DDC52885EAB6010F42A54* L_9 = V_1;
|
|
NullCheck(L_9);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_10 = L_9->___origPosition_1;
|
|
__this->___U3CnewPosU3E5__4_5 = L_10;
|
|
// var dir = (oldPos - newPos).normalized * distanceToStep;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_11 = __this->___U3ColdPosU3E5__3_4;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_12 = __this->___U3CnewPosU3E5__4_5;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_13;
|
|
L_13 = Vector3_op_Subtraction_mE42023FF80067CB44A1D4A27EB7CF2B24CABB828_inline(L_11, L_12, NULL);
|
|
V_3 = L_13;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_14;
|
|
L_14 = Vector3_get_normalized_m736BBF65D5CDA7A18414370D15B4DFCC1E466F07_inline((&V_3), NULL);
|
|
U3CU3Ec__DisplayClass9_0_t53360CC0621B5F024C8DDC52885EAB6010F42A54* L_15 = V_1;
|
|
NullCheck(L_15);
|
|
IKAnimation_tB209529B54B9BED50A1AA604E012F2DD6A4B564A* L_16 = L_15->___U3CU3E4__this_2;
|
|
NullCheck(L_16);
|
|
float L_17 = L_16->___distanceToStep_4;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_18;
|
|
L_18 = Vector3_op_Multiply_m87BA7C578F96C8E49BB07088DAAC4649F83B0353_inline(L_14, L_17, NULL);
|
|
V_2 = L_18;
|
|
// newPos -= dir;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_19 = __this->___U3CnewPosU3E5__4_5;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_20 = V_2;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_21;
|
|
L_21 = Vector3_op_Subtraction_mE42023FF80067CB44A1D4A27EB7CF2B24CABB828_inline(L_19, L_20, NULL);
|
|
__this->___U3CnewPosU3E5__4_5 = L_21;
|
|
goto IL_0105;
|
|
}
|
|
|
|
IL_0095:
|
|
{
|
|
// Debug.DrawRay(newPos, Vector3.up, Color.cyan);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_22 = __this->___U3CnewPosU3E5__4_5;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_23;
|
|
L_23 = Vector3_get_up_m128AF3FDC820BF59D5DE86D973E7DE3F20C3AEBA_inline(NULL);
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_24;
|
|
L_24 = Color_get_cyan_m182A29E7475C0A98ACC03E1CF5252BAB83F0BA31_inline(NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
Debug_DrawRay_mB172868181856F153732BB56C0BE1C58EE598F53(L_22, L_23, L_24, NULL);
|
|
// var lerp = Vector3.Lerp(oldPos, newPos, timeAnimation - t);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_25 = __this->___U3ColdPosU3E5__3_4;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_26 = __this->___U3CnewPosU3E5__4_5;
|
|
U3CU3Ec__DisplayClass9_0_t53360CC0621B5F024C8DDC52885EAB6010F42A54* L_27 = V_1;
|
|
NullCheck(L_27);
|
|
IKAnimation_tB209529B54B9BED50A1AA604E012F2DD6A4B564A* L_28 = L_27->___U3CU3E4__this_2;
|
|
NullCheck(L_28);
|
|
float L_29 = L_28->___timeAnimation_7;
|
|
float L_30 = __this->___U3CtU3E5__2_3;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_31;
|
|
L_31 = Vector3_Lerp_m3A906D0530A94FAABB94F0F905E84D99BE85C3F8_inline(L_25, L_26, ((float)il2cpp_codegen_subtract(L_29, L_30)), NULL);
|
|
V_4 = L_31;
|
|
// ikTarget.FixedPosition = lerp;
|
|
U3CU3Ec__DisplayClass9_0_t53360CC0621B5F024C8DDC52885EAB6010F42A54* L_32 = V_1;
|
|
NullCheck(L_32);
|
|
IKTarget_tD6C282706E7797BB7B0970604A7FDB0640459749* L_33 = L_32->___ikTarget_0;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_34 = V_4;
|
|
NullCheck(L_33);
|
|
L_33->___FixedPosition_1 = L_34;
|
|
// t -= Time.deltaTime;
|
|
float L_35 = __this->___U3CtU3E5__2_3;
|
|
float L_36;
|
|
L_36 = Time_get_deltaTime_mC3195000401F0FD167DD2F948FD2BC58330D0865(NULL);
|
|
__this->___U3CtU3E5__2_3 = ((float)il2cpp_codegen_subtract(L_35, L_36));
|
|
// 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_00fe:
|
|
{
|
|
__this->___U3CU3E1__state_0 = (-1);
|
|
}
|
|
|
|
IL_0105:
|
|
{
|
|
// while(t >= 0)
|
|
float L_37 = __this->___U3CtU3E5__2_3;
|
|
if ((((float)L_37) >= ((float)(0.0f))))
|
|
{
|
|
goto IL_0095;
|
|
}
|
|
}
|
|
{
|
|
// ikTarget.FixedPosition = newPos;
|
|
U3CU3Ec__DisplayClass9_0_t53360CC0621B5F024C8DDC52885EAB6010F42A54* L_38 = V_1;
|
|
NullCheck(L_38);
|
|
IKTarget_tD6C282706E7797BB7B0970604A7FDB0640459749* L_39 = L_38->___ikTarget_0;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_40 = __this->___U3CnewPosU3E5__4_5;
|
|
NullCheck(L_39);
|
|
L_39->___FixedPosition_1 = L_40;
|
|
// yield return null;
|
|
__this->___U3CU3E2__current_1 = NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CU3E2__current_1), (void*)NULL);
|
|
__this->___U3CU3E1__state_0 = 2;
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0133:
|
|
{
|
|
__this->___U3CU3E1__state_0 = (-1);
|
|
// ikTarget.IsAnimation = false;
|
|
U3CU3Ec__DisplayClass9_0_t53360CC0621B5F024C8DDC52885EAB6010F42A54* L_41 = V_1;
|
|
NullCheck(L_41);
|
|
IKTarget_tD6C282706E7797BB7B0970604A7FDB0640459749* L_42 = L_41->___ikTarget_0;
|
|
NullCheck(L_42);
|
|
L_42->___IsAnimation_3 = (bool)0;
|
|
// }
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Object IKAnimation/<>c__DisplayClass9_0/<<LateUpdate>g__Animation|1>d::System.Collections.Generic.IEnumerator<System.Object>.get_Current()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CU3CLateUpdateU3Eg__AnimationU7C1U3Ed_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_m1BF7BBC920E28DBE51B5B7BD51E227756E8102B3 (U3CU3CLateUpdateU3Eg__AnimationU7C1U3Ed_t288186A5CE44FEA05390D6374B89FC844097B86D* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject* L_0 = __this->___U3CU3E2__current_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void IKAnimation/<>c__DisplayClass9_0/<<LateUpdate>g__Animation|1>d::System.Collections.IEnumerator.Reset()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3CLateUpdateU3Eg__AnimationU7C1U3Ed_System_Collections_IEnumerator_Reset_mE150A9A9C9D37AC79DED2980C1786456EFA39EA1 (U3CU3CLateUpdateU3Eg__AnimationU7C1U3Ed_t288186A5CE44FEA05390D6374B89FC844097B86D* __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*)&U3CU3CLateUpdateU3Eg__AnimationU7C1U3Ed_System_Collections_IEnumerator_Reset_mE150A9A9C9D37AC79DED2980C1786456EFA39EA1_RuntimeMethod_var)));
|
|
}
|
|
}
|
|
// System.Object IKAnimation/<>c__DisplayClass9_0/<<LateUpdate>g__Animation|1>d::System.Collections.IEnumerator.get_Current()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CU3CLateUpdateU3Eg__AnimationU7C1U3Ed_System_Collections_IEnumerator_get_Current_mFCAEC81C923BC730849AF046377A975E9B10B374 (U3CU3CLateUpdateU3Eg__AnimationU7C1U3Ed_t288186A5CE44FEA05390D6374B89FC844097B86D* __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 IKAnimation/<<LateUpdate>g__ToSteps|9_0>d::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3CLateUpdateU3Eg__ToStepsU7C9_0U3Ed__ctor_mE600E61F79C2E6D80BA683102F1BC1F4724E8E5A (U3CU3CLateUpdateU3Eg__ToStepsU7C9_0U3Ed_t9DCDB163BC3D3C2A10054B1CD733BBAC1228403D* __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 IKAnimation/<<LateUpdate>g__ToSteps|9_0>d::System.IDisposable.Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3CLateUpdateU3Eg__ToStepsU7C9_0U3Ed_System_IDisposable_Dispose_m3BE2F38A35E6E928FE837DE0249E4397445C40FA (U3CU3CLateUpdateU3Eg__ToStepsU7C9_0U3Ed_t9DCDB163BC3D3C2A10054B1CD733BBAC1228403D* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean IKAnimation/<<LateUpdate>g__ToSteps|9_0>d::MoveNext()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3CLateUpdateU3Eg__ToStepsU7C9_0U3Ed_MoveNext_m28A7F46FA8FB75FC240B1618203F6D29492CCE30 (U3CU3CLateUpdateU3Eg__ToStepsU7C9_0U3Ed_t9DCDB163BC3D3C2A10054B1CD733BBAC1228403D* __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*)&List_1_get_Count_m545762F67009314D9C63DD209B42FFF950569B05_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m8845F60D264744FF04D933042D1523D65F83A5BE_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m7A47EB9F41618DBFC754FC27107B949496EEA4DC_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_mFE556F47C4CD09EAC6C898EF39D4A8EC112CFC50_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass9_0_t53360CC0621B5F024C8DDC52885EAB6010F42A54_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
IKAnimation_tB209529B54B9BED50A1AA604E012F2DD6A4B564A* V_1 = NULL;
|
|
int32_t V_2 = 0;
|
|
{
|
|
int32_t L_0 = __this->___U3CU3E1__state_0;
|
|
V_0 = L_0;
|
|
IKAnimation_tB209529B54B9BED50A1AA604E012F2DD6A4B564A* 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_0182;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
__this->___U3CU3E1__state_0 = (-1);
|
|
// for(var index = 0; index < targets.Count; index++)
|
|
__this->___U3CindexU3E5__2_4 = 0;
|
|
goto IL_01e1;
|
|
}
|
|
|
|
IL_002d:
|
|
{
|
|
U3CU3Ec__DisplayClass9_0_t53360CC0621B5F024C8DDC52885EAB6010F42A54* L_4 = (U3CU3Ec__DisplayClass9_0_t53360CC0621B5F024C8DDC52885EAB6010F42A54*)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass9_0_t53360CC0621B5F024C8DDC52885EAB6010F42A54_il2cpp_TypeInfo_var);
|
|
NullCheck(L_4);
|
|
U3CU3Ec__DisplayClass9_0__ctor_m73FE3FD00C996826CB69B786D7BA0A53A01DCEFF(L_4, NULL);
|
|
__this->___U3CU3E8__1_3 = L_4;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CU3E8__1_3), (void*)L_4);
|
|
U3CU3Ec__DisplayClass9_0_t53360CC0621B5F024C8DDC52885EAB6010F42A54* L_5 = __this->___U3CU3E8__1_3;
|
|
IKAnimation_tB209529B54B9BED50A1AA604E012F2DD6A4B564A* L_6 = V_1;
|
|
NullCheck(L_5);
|
|
L_5->___U3CU3E4__this_2 = L_6;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_5->___U3CU3E4__this_2), (void*)L_6);
|
|
// var ikTarget = targets[index];
|
|
U3CU3Ec__DisplayClass9_0_t53360CC0621B5F024C8DDC52885EAB6010F42A54* L_7 = __this->___U3CU3E8__1_3;
|
|
IKAnimation_tB209529B54B9BED50A1AA604E012F2DD6A4B564A* L_8 = V_1;
|
|
NullCheck(L_8);
|
|
List_1_t05907CFFCF2A3E6C9D88C13C12C63833059A231D* L_9 = L_8->___targets_6;
|
|
int32_t L_10 = __this->___U3CindexU3E5__2_4;
|
|
NullCheck(L_9);
|
|
IKTarget_tD6C282706E7797BB7B0970604A7FDB0640459749* L_11;
|
|
L_11 = List_1_get_Item_m7A47EB9F41618DBFC754FC27107B949496EEA4DC(L_9, L_10, List_1_get_Item_m7A47EB9F41618DBFC754FC27107B949496EEA4DC_RuntimeMethod_var);
|
|
NullCheck(L_7);
|
|
L_7->___ikTarget_0 = L_11;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_7->___ikTarget_0), (void*)L_11);
|
|
// var origPosition = transform.position + ikTarget.OffsetPosition;
|
|
U3CU3Ec__DisplayClass9_0_t53360CC0621B5F024C8DDC52885EAB6010F42A54* L_12 = __this->___U3CU3E8__1_3;
|
|
IKAnimation_tB209529B54B9BED50A1AA604E012F2DD6A4B564A* L_13 = V_1;
|
|
NullCheck(L_13);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_14;
|
|
L_14 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(L_13, NULL);
|
|
NullCheck(L_14);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_15;
|
|
L_15 = Transform_get_position_m69CD5FA214FDAE7BB701552943674846C220FDE1(L_14, NULL);
|
|
U3CU3Ec__DisplayClass9_0_t53360CC0621B5F024C8DDC52885EAB6010F42A54* L_16 = __this->___U3CU3E8__1_3;
|
|
NullCheck(L_16);
|
|
IKTarget_tD6C282706E7797BB7B0970604A7FDB0640459749* L_17 = L_16->___ikTarget_0;
|
|
NullCheck(L_17);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_18 = L_17->___OffsetPosition_2;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_19;
|
|
L_19 = Vector3_op_Addition_m78C0EC70CB66E8DCAC225743D82B268DAEE92067_inline(L_15, L_18, NULL);
|
|
NullCheck(L_12);
|
|
L_12->___origPosition_1 = L_19;
|
|
// Debug.DrawRay(origPosition, Vector3.up, Color.magenta);
|
|
U3CU3Ec__DisplayClass9_0_t53360CC0621B5F024C8DDC52885EAB6010F42A54* L_20 = __this->___U3CU3E8__1_3;
|
|
NullCheck(L_20);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_21 = L_20->___origPosition_1;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_22;
|
|
L_22 = Vector3_get_up_m128AF3FDC820BF59D5DE86D973E7DE3F20C3AEBA_inline(NULL);
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_23;
|
|
L_23 = Color_get_magenta_mE31C432891E0B3D23C8FB03CB3A38A60E7F52A9A_inline(NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
Debug_DrawRay_mB172868181856F153732BB56C0BE1C58EE598F53(L_21, L_22, L_23, NULL);
|
|
// var distance = Vector3.Distance(ikTarget.FixedPosition, origPosition);
|
|
U3CU3Ec__DisplayClass9_0_t53360CC0621B5F024C8DDC52885EAB6010F42A54* L_24 = __this->___U3CU3E8__1_3;
|
|
NullCheck(L_24);
|
|
IKTarget_tD6C282706E7797BB7B0970604A7FDB0640459749* L_25 = L_24->___ikTarget_0;
|
|
NullCheck(L_25);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_26 = L_25->___FixedPosition_1;
|
|
U3CU3Ec__DisplayClass9_0_t53360CC0621B5F024C8DDC52885EAB6010F42A54* L_27 = __this->___U3CU3E8__1_3;
|
|
NullCheck(L_27);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_28 = L_27->___origPosition_1;
|
|
float L_29;
|
|
L_29 = Vector3_Distance_m2314DB9B8BD01157E013DF87BEA557375C7F9FF9_inline(L_26, L_28, NULL);
|
|
// if(distance > distanceToStep)
|
|
IKAnimation_tB209529B54B9BED50A1AA604E012F2DD6A4B564A* L_30 = V_1;
|
|
NullCheck(L_30);
|
|
float L_31 = L_30->___distanceToStep_4;
|
|
if ((!(((float)L_29) > ((float)L_31))))
|
|
{
|
|
goto IL_01a5;
|
|
}
|
|
}
|
|
{
|
|
// if(ikTarget.IsAnimation == false && ikTarget.Timing <= 0f)
|
|
U3CU3Ec__DisplayClass9_0_t53360CC0621B5F024C8DDC52885EAB6010F42A54* L_32 = __this->___U3CU3E8__1_3;
|
|
NullCheck(L_32);
|
|
IKTarget_tD6C282706E7797BB7B0970604A7FDB0640459749* L_33 = L_32->___ikTarget_0;
|
|
NullCheck(L_33);
|
|
bool L_34 = L_33->___IsAnimation_3;
|
|
if (L_34)
|
|
{
|
|
goto IL_0168;
|
|
}
|
|
}
|
|
{
|
|
U3CU3Ec__DisplayClass9_0_t53360CC0621B5F024C8DDC52885EAB6010F42A54* L_35 = __this->___U3CU3E8__1_3;
|
|
NullCheck(L_35);
|
|
IKTarget_tD6C282706E7797BB7B0970604A7FDB0640459749* L_36 = L_35->___ikTarget_0;
|
|
NullCheck(L_36);
|
|
float L_37 = L_36->___Timing_4;
|
|
if ((!(((float)L_37) <= ((float)(0.0f)))))
|
|
{
|
|
goto IL_0168;
|
|
}
|
|
}
|
|
{
|
|
// ikTarget.IsAnimation = true;
|
|
U3CU3Ec__DisplayClass9_0_t53360CC0621B5F024C8DDC52885EAB6010F42A54* L_38 = __this->___U3CU3E8__1_3;
|
|
NullCheck(L_38);
|
|
IKTarget_tD6C282706E7797BB7B0970604A7FDB0640459749* L_39 = L_38->___ikTarget_0;
|
|
NullCheck(L_39);
|
|
L_39->___IsAnimation_3 = (bool)1;
|
|
// timeIndex += 1;
|
|
IKAnimation_tB209529B54B9BED50A1AA604E012F2DD6A4B564A* L_40 = V_1;
|
|
IKAnimation_tB209529B54B9BED50A1AA604E012F2DD6A4B564A* L_41 = V_1;
|
|
NullCheck(L_41);
|
|
int32_t L_42 = L_41->___timeIndex_9;
|
|
NullCheck(L_40);
|
|
L_40->___timeIndex_9 = ((int32_t)il2cpp_codegen_add(L_42, 1));
|
|
// if(timeIndex >= timing.Count) timeIndex = 0;
|
|
IKAnimation_tB209529B54B9BED50A1AA604E012F2DD6A4B564A* L_43 = V_1;
|
|
NullCheck(L_43);
|
|
int32_t L_44 = L_43->___timeIndex_9;
|
|
IKAnimation_tB209529B54B9BED50A1AA604E012F2DD6A4B564A* L_45 = V_1;
|
|
NullCheck(L_45);
|
|
List_1_t0D1C46FD8DDDE974D93CA4F3474EEC05AF950918* L_46 = L_45->___timing_8;
|
|
NullCheck(L_46);
|
|
int32_t L_47;
|
|
L_47 = List_1_get_Count_m545762F67009314D9C63DD209B42FFF950569B05_inline(L_46, List_1_get_Count_m545762F67009314D9C63DD209B42FFF950569B05_RuntimeMethod_var);
|
|
if ((((int32_t)L_44) < ((int32_t)L_47)))
|
|
{
|
|
goto IL_0135;
|
|
}
|
|
}
|
|
{
|
|
// if(timeIndex >= timing.Count) timeIndex = 0;
|
|
IKAnimation_tB209529B54B9BED50A1AA604E012F2DD6A4B564A* L_48 = V_1;
|
|
NullCheck(L_48);
|
|
L_48->___timeIndex_9 = 0;
|
|
}
|
|
|
|
IL_0135:
|
|
{
|
|
// ikTarget.Timing = timing[index];
|
|
U3CU3Ec__DisplayClass9_0_t53360CC0621B5F024C8DDC52885EAB6010F42A54* L_49 = __this->___U3CU3E8__1_3;
|
|
NullCheck(L_49);
|
|
IKTarget_tD6C282706E7797BB7B0970604A7FDB0640459749* L_50 = L_49->___ikTarget_0;
|
|
IKAnimation_tB209529B54B9BED50A1AA604E012F2DD6A4B564A* L_51 = V_1;
|
|
NullCheck(L_51);
|
|
List_1_t0D1C46FD8DDDE974D93CA4F3474EEC05AF950918* L_52 = L_51->___timing_8;
|
|
int32_t L_53 = __this->___U3CindexU3E5__2_4;
|
|
NullCheck(L_52);
|
|
float L_54;
|
|
L_54 = List_1_get_Item_mFE556F47C4CD09EAC6C898EF39D4A8EC112CFC50(L_52, L_53, List_1_get_Item_mFE556F47C4CD09EAC6C898EF39D4A8EC112CFC50_RuntimeMethod_var);
|
|
NullCheck(L_50);
|
|
L_50->___Timing_4 = L_54;
|
|
// StartCoroutine(Animation());
|
|
IKAnimation_tB209529B54B9BED50A1AA604E012F2DD6A4B564A* L_55 = V_1;
|
|
U3CU3Ec__DisplayClass9_0_t53360CC0621B5F024C8DDC52885EAB6010F42A54* L_56 = __this->___U3CU3E8__1_3;
|
|
NullCheck(L_56);
|
|
RuntimeObject* L_57;
|
|
L_57 = U3CU3Ec__DisplayClass9_0_U3CLateUpdateU3Eg__AnimationU7C1_m1DF9B4265D7784FF8EFF7647D8F8BC33ABE9C58B(L_56, NULL);
|
|
NullCheck(L_55);
|
|
Coroutine_t85EA685566A254C23F3FD77AB5BDFFFF8799596B* L_58;
|
|
L_58 = MonoBehaviour_StartCoroutine_m4CAFF732AA28CD3BDC5363B44A863575530EC812(L_55, L_57, NULL);
|
|
}
|
|
|
|
IL_0168:
|
|
{
|
|
// yield return new WaitForSeconds(timeAnimation);
|
|
IKAnimation_tB209529B54B9BED50A1AA604E012F2DD6A4B564A* L_59 = V_1;
|
|
NullCheck(L_59);
|
|
float L_60 = L_59->___timeAnimation_7;
|
|
WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3* L_61 = (WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3*)il2cpp_codegen_object_new(WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3_il2cpp_TypeInfo_var);
|
|
NullCheck(L_61);
|
|
WaitForSeconds__ctor_m579F95BADEDBAB4B3A7E302C6EE3995926EF2EFC(L_61, L_60, NULL);
|
|
__this->___U3CU3E2__current_1 = L_61;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CU3E2__current_1), (void*)L_61);
|
|
__this->___U3CU3E1__state_0 = 1;
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0182:
|
|
{
|
|
__this->___U3CU3E1__state_0 = (-1);
|
|
// ikTarget.Timing -= Time.deltaTime;
|
|
U3CU3Ec__DisplayClass9_0_t53360CC0621B5F024C8DDC52885EAB6010F42A54* L_62 = __this->___U3CU3E8__1_3;
|
|
NullCheck(L_62);
|
|
IKTarget_tD6C282706E7797BB7B0970604A7FDB0640459749* L_63 = L_62->___ikTarget_0;
|
|
IKTarget_tD6C282706E7797BB7B0970604A7FDB0640459749* L_64 = L_63;
|
|
NullCheck(L_64);
|
|
float L_65 = L_64->___Timing_4;
|
|
float L_66;
|
|
L_66 = Time_get_deltaTime_mC3195000401F0FD167DD2F948FD2BC58330D0865(NULL);
|
|
NullCheck(L_64);
|
|
L_64->___Timing_4 = ((float)il2cpp_codegen_subtract(L_65, L_66));
|
|
}
|
|
|
|
IL_01a5:
|
|
{
|
|
// ikTarget.IK.position = ikTarget.FixedPosition;
|
|
U3CU3Ec__DisplayClass9_0_t53360CC0621B5F024C8DDC52885EAB6010F42A54* L_67 = __this->___U3CU3E8__1_3;
|
|
NullCheck(L_67);
|
|
IKTarget_tD6C282706E7797BB7B0970604A7FDB0640459749* L_68 = L_67->___ikTarget_0;
|
|
NullCheck(L_68);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_69 = L_68->___IK_0;
|
|
U3CU3Ec__DisplayClass9_0_t53360CC0621B5F024C8DDC52885EAB6010F42A54* L_70 = __this->___U3CU3E8__1_3;
|
|
NullCheck(L_70);
|
|
IKTarget_tD6C282706E7797BB7B0970604A7FDB0640459749* L_71 = L_70->___ikTarget_0;
|
|
NullCheck(L_71);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_72 = L_71->___FixedPosition_1;
|
|
NullCheck(L_69);
|
|
Transform_set_position_mA1A817124BB41B685043DED2A9BA48CDF37C4156(L_69, L_72, NULL);
|
|
// }
|
|
__this->___U3CU3E8__1_3 = (U3CU3Ec__DisplayClass9_0_t53360CC0621B5F024C8DDC52885EAB6010F42A54*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CU3E8__1_3), (void*)(U3CU3Ec__DisplayClass9_0_t53360CC0621B5F024C8DDC52885EAB6010F42A54*)NULL);
|
|
// for(var index = 0; index < targets.Count; index++)
|
|
int32_t L_73 = __this->___U3CindexU3E5__2_4;
|
|
V_2 = L_73;
|
|
int32_t L_74 = V_2;
|
|
__this->___U3CindexU3E5__2_4 = ((int32_t)il2cpp_codegen_add(L_74, 1));
|
|
}
|
|
|
|
IL_01e1:
|
|
{
|
|
// for(var index = 0; index < targets.Count; index++)
|
|
int32_t L_75 = __this->___U3CindexU3E5__2_4;
|
|
IKAnimation_tB209529B54B9BED50A1AA604E012F2DD6A4B564A* L_76 = V_1;
|
|
NullCheck(L_76);
|
|
List_1_t05907CFFCF2A3E6C9D88C13C12C63833059A231D* L_77 = L_76->___targets_6;
|
|
NullCheck(L_77);
|
|
int32_t L_78;
|
|
L_78 = List_1_get_Count_m8845F60D264744FF04D933042D1523D65F83A5BE_inline(L_77, List_1_get_Count_m8845F60D264744FF04D933042D1523D65F83A5BE_RuntimeMethod_var);
|
|
if ((((int32_t)L_75) < ((int32_t)L_78)))
|
|
{
|
|
goto IL_002d;
|
|
}
|
|
}
|
|
{
|
|
// }
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Object IKAnimation/<<LateUpdate>g__ToSteps|9_0>d::System.Collections.Generic.IEnumerator<System.Object>.get_Current()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CU3CLateUpdateU3Eg__ToStepsU7C9_0U3Ed_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_m9621D08A27622A397A16F05157AA27F72AB1D143 (U3CU3CLateUpdateU3Eg__ToStepsU7C9_0U3Ed_t9DCDB163BC3D3C2A10054B1CD733BBAC1228403D* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject* L_0 = __this->___U3CU3E2__current_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void IKAnimation/<<LateUpdate>g__ToSteps|9_0>d::System.Collections.IEnumerator.Reset()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3CLateUpdateU3Eg__ToStepsU7C9_0U3Ed_System_Collections_IEnumerator_Reset_m26E98498217FE79495D9D69D2FE7E88DDB5AE0EC (U3CU3CLateUpdateU3Eg__ToStepsU7C9_0U3Ed_t9DCDB163BC3D3C2A10054B1CD733BBAC1228403D* __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*)&U3CU3CLateUpdateU3Eg__ToStepsU7C9_0U3Ed_System_Collections_IEnumerator_Reset_m26E98498217FE79495D9D69D2FE7E88DDB5AE0EC_RuntimeMethod_var)));
|
|
}
|
|
}
|
|
// System.Object IKAnimation/<<LateUpdate>g__ToSteps|9_0>d::System.Collections.IEnumerator.get_Current()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CU3CLateUpdateU3Eg__ToStepsU7C9_0U3Ed_System_Collections_IEnumerator_get_Current_m53274F648E088B7B44653D68679B02F351F0375D (U3CU3CLateUpdateU3Eg__ToStepsU7C9_0U3Ed_t9DCDB163BC3D3C2A10054B1CD733BBAC1228403D* __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 IKTarget::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IKTarget__ctor_m509DFD78F544B827E4E019C4B16E755FCDECBB8C (IKTarget_tD6C282706E7797BB7B0970604A7FDB0640459749* __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 MusicControll::Awake()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MusicControll_Awake_mCC533412CA38DC4CA9CBE026E1F68F02C04814DC (MusicControll_t73F61479F1E65ACE55E13D0935E8A889C4FB8EE3* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m13CA5679C78D3FD653F751F8755F3C1DF94C5C92_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t1D1E058512330A7525D08D80463CD733019B622F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MusicControll_t73F61479F1E65ACE55E13D0935E8A889C4FB8EE3_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// instance = this;
|
|
((MusicControll_t73F61479F1E65ACE55E13D0935E8A889C4FB8EE3_StaticFields*)il2cpp_codegen_static_fields_for(MusicControll_t73F61479F1E65ACE55E13D0935E8A889C4FB8EE3_il2cpp_TypeInfo_var))->___instance_4 = __this;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((MusicControll_t73F61479F1E65ACE55E13D0935E8A889C4FB8EE3_StaticFields*)il2cpp_codegen_static_fields_for(MusicControll_t73F61479F1E65ACE55E13D0935E8A889C4FB8EE3_il2cpp_TypeInfo_var))->___instance_4), (void*)__this);
|
|
// npcCombats = new List<NpcCombatAbstract>();
|
|
List_1_t1D1E058512330A7525D08D80463CD733019B622F* L_0 = (List_1_t1D1E058512330A7525D08D80463CD733019B622F*)il2cpp_codegen_object_new(List_1_t1D1E058512330A7525D08D80463CD733019B622F_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
List_1__ctor_m13CA5679C78D3FD653F751F8755F3C1DF94C5C92(L_0, List_1__ctor_m13CA5679C78D3FD653F751F8755F3C1DF94C5C92_RuntimeMethod_var);
|
|
__this->___npcCombats_7 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___npcCombats_7), (void*)L_0);
|
|
// eventInstance = RuntimeManager.CreateInstance(musicClip);
|
|
EventReference_tA4CA1F882DC447E6B50F989D1FC08F065C91FB51 L_1 = __this->___musicClip_6;
|
|
EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF L_2;
|
|
L_2 = RuntimeManager_CreateInstance_m399146922E684F16CFB04FE82F177BB2A0BFDF0D(L_1, NULL);
|
|
__this->___eventInstance_9 = L_2;
|
|
// eventInstance.start();
|
|
EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF* L_3 = (&__this->___eventInstance_9);
|
|
int32_t L_4;
|
|
L_4 = EventInstance_start_mA66929F498D81CE8EBEF687D9EFEC93BDB4AAEF4(L_3, NULL);
|
|
// if(Math.Abs(volume - oldVolume) > 0.01f)
|
|
float L_5 = __this->___volume_5;
|
|
float L_6 = __this->___oldVolume_10;
|
|
il2cpp_codegen_runtime_class_init_inline(Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
|
|
float L_7;
|
|
L_7 = fabsf(((float)il2cpp_codegen_subtract(L_5, L_6)));
|
|
if ((!(((float)L_7) > ((float)(0.00999999978f)))))
|
|
{
|
|
goto IL_0065;
|
|
}
|
|
}
|
|
{
|
|
// oldVolume = volume;
|
|
float L_8 = __this->___volume_5;
|
|
__this->___oldVolume_10 = L_8;
|
|
// eventInstance.setVolume(volume);
|
|
EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF* L_9 = (&__this->___eventInstance_9);
|
|
float L_10 = __this->___volume_5;
|
|
int32_t L_11;
|
|
L_11 = EventInstance_setVolume_m9593D31100635F7B5032BAD04BAE93CCC884811D(L_9, L_10, NULL);
|
|
}
|
|
|
|
IL_0065:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void MusicControll::Register(NpcCombatAbstract)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MusicControll_Register_m21DA50F539AFE04F0F79A780A6B8BE5ECFE773B3 (NpcCombatAbstract_tA3FA66343610D8028B3042C9DB03E8606B9081AC* ___0_npc, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m7BD3D5B74E596CFD5A2AFEC9C3C0EA26C89267D9_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Contains_m3FE0FBEA4C8DB14E12824556D347F1B273BAA2D1_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MusicControll_t73F61479F1E65ACE55E13D0935E8A889C4FB8EE3_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (instance == null) return;
|
|
MusicControll_t73F61479F1E65ACE55E13D0935E8A889C4FB8EE3* L_0 = ((MusicControll_t73F61479F1E65ACE55E13D0935E8A889C4FB8EE3_StaticFields*)il2cpp_codegen_static_fields_for(MusicControll_t73F61479F1E65ACE55E13D0935E8A889C4FB8EE3_il2cpp_TypeInfo_var))->___instance_4;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_1;
|
|
L_1 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_0, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
// if (instance == null) return;
|
|
return;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
// if (!instance.npcCombats.Contains(npc)) instance.npcCombats.Add(npc);
|
|
MusicControll_t73F61479F1E65ACE55E13D0935E8A889C4FB8EE3* L_2 = ((MusicControll_t73F61479F1E65ACE55E13D0935E8A889C4FB8EE3_StaticFields*)il2cpp_codegen_static_fields_for(MusicControll_t73F61479F1E65ACE55E13D0935E8A889C4FB8EE3_il2cpp_TypeInfo_var))->___instance_4;
|
|
NullCheck(L_2);
|
|
List_1_t1D1E058512330A7525D08D80463CD733019B622F* L_3 = L_2->___npcCombats_7;
|
|
NpcCombatAbstract_tA3FA66343610D8028B3042C9DB03E8606B9081AC* L_4 = ___0_npc;
|
|
NullCheck(L_3);
|
|
bool L_5;
|
|
L_5 = List_1_Contains_m3FE0FBEA4C8DB14E12824556D347F1B273BAA2D1(L_3, L_4, List_1_Contains_m3FE0FBEA4C8DB14E12824556D347F1B273BAA2D1_RuntimeMethod_var);
|
|
if (L_5)
|
|
{
|
|
goto IL_0030;
|
|
}
|
|
}
|
|
{
|
|
// if (!instance.npcCombats.Contains(npc)) instance.npcCombats.Add(npc);
|
|
MusicControll_t73F61479F1E65ACE55E13D0935E8A889C4FB8EE3* L_6 = ((MusicControll_t73F61479F1E65ACE55E13D0935E8A889C4FB8EE3_StaticFields*)il2cpp_codegen_static_fields_for(MusicControll_t73F61479F1E65ACE55E13D0935E8A889C4FB8EE3_il2cpp_TypeInfo_var))->___instance_4;
|
|
NullCheck(L_6);
|
|
List_1_t1D1E058512330A7525D08D80463CD733019B622F* L_7 = L_6->___npcCombats_7;
|
|
NpcCombatAbstract_tA3FA66343610D8028B3042C9DB03E8606B9081AC* L_8 = ___0_npc;
|
|
NullCheck(L_7);
|
|
List_1_Add_m7BD3D5B74E596CFD5A2AFEC9C3C0EA26C89267D9_inline(L_7, L_8, List_1_Add_m7BD3D5B74E596CFD5A2AFEC9C3C0EA26C89267D9_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0030:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void MusicControll::UnRegister(NpcCombatAbstract)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MusicControll_UnRegister_m5594844D1FBDA653240A6C00643EC4D43052B913 (NpcCombatAbstract_tA3FA66343610D8028B3042C9DB03E8606B9081AC* ___0_npc, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Contains_m3FE0FBEA4C8DB14E12824556D347F1B273BAA2D1_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Remove_mF976D57E9B68FA34CE9C17C74BE3A172BD6690E9_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MusicControll_t73F61479F1E65ACE55E13D0935E8A889C4FB8EE3_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (instance == null) return;
|
|
MusicControll_t73F61479F1E65ACE55E13D0935E8A889C4FB8EE3* L_0 = ((MusicControll_t73F61479F1E65ACE55E13D0935E8A889C4FB8EE3_StaticFields*)il2cpp_codegen_static_fields_for(MusicControll_t73F61479F1E65ACE55E13D0935E8A889C4FB8EE3_il2cpp_TypeInfo_var))->___instance_4;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_1;
|
|
L_1 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_0, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
// if (instance == null) return;
|
|
return;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
// if (instance.npcCombats.Contains(npc)) instance.npcCombats.Remove(npc);
|
|
MusicControll_t73F61479F1E65ACE55E13D0935E8A889C4FB8EE3* L_2 = ((MusicControll_t73F61479F1E65ACE55E13D0935E8A889C4FB8EE3_StaticFields*)il2cpp_codegen_static_fields_for(MusicControll_t73F61479F1E65ACE55E13D0935E8A889C4FB8EE3_il2cpp_TypeInfo_var))->___instance_4;
|
|
NullCheck(L_2);
|
|
List_1_t1D1E058512330A7525D08D80463CD733019B622F* L_3 = L_2->___npcCombats_7;
|
|
NpcCombatAbstract_tA3FA66343610D8028B3042C9DB03E8606B9081AC* L_4 = ___0_npc;
|
|
NullCheck(L_3);
|
|
bool L_5;
|
|
L_5 = List_1_Contains_m3FE0FBEA4C8DB14E12824556D347F1B273BAA2D1(L_3, L_4, List_1_Contains_m3FE0FBEA4C8DB14E12824556D347F1B273BAA2D1_RuntimeMethod_var);
|
|
if (!L_5)
|
|
{
|
|
goto IL_0031;
|
|
}
|
|
}
|
|
{
|
|
// if (instance.npcCombats.Contains(npc)) instance.npcCombats.Remove(npc);
|
|
MusicControll_t73F61479F1E65ACE55E13D0935E8A889C4FB8EE3* L_6 = ((MusicControll_t73F61479F1E65ACE55E13D0935E8A889C4FB8EE3_StaticFields*)il2cpp_codegen_static_fields_for(MusicControll_t73F61479F1E65ACE55E13D0935E8A889C4FB8EE3_il2cpp_TypeInfo_var))->___instance_4;
|
|
NullCheck(L_6);
|
|
List_1_t1D1E058512330A7525D08D80463CD733019B622F* L_7 = L_6->___npcCombats_7;
|
|
NpcCombatAbstract_tA3FA66343610D8028B3042C9DB03E8606B9081AC* L_8 = ___0_npc;
|
|
NullCheck(L_7);
|
|
bool L_9;
|
|
L_9 = List_1_Remove_mF976D57E9B68FA34CE9C17C74BE3A172BD6690E9(L_7, L_8, List_1_Remove_mF976D57E9B68FA34CE9C17C74BE3A172BD6690E9_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0031:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void MusicControll::Update()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MusicControll_Update_m0D318573B8EC4263B896ECC9028A246D95E9B13C (MusicControll_t73F61479F1E65ACE55E13D0935E8A889C4FB8EE3* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_Any_TisNpcCombatAbstract_tA3FA66343610D8028B3042C9DB03E8606B9081AC_mD1D5113E291E319D115FED76AA9876B9CB5F73CF_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_tF7832D08A98DB409A6B662086A49FF4B6FA803B3_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CUpdateU3Eb__11_0_mB8513E660799BD5E7BA15FE3C47F823709DA9EF1_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t06168A550AA80FCB8736980A73F8530FA18C09D1_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9D6BA8D36FA648F5F7EC00E75E4E3CB92589DA2E);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
Func_2_tF7832D08A98DB409A6B662086A49FF4B6FA803B3* G_B4_0 = NULL;
|
|
List_1_t1D1E058512330A7525D08D80463CD733019B622F* G_B4_1 = NULL;
|
|
Func_2_tF7832D08A98DB409A6B662086A49FF4B6FA803B3* G_B3_0 = NULL;
|
|
List_1_t1D1E058512330A7525D08D80463CD733019B622F* G_B3_1 = NULL;
|
|
int32_t G_B7_0 = 0;
|
|
{
|
|
// if(npcCombats == null)
|
|
List_1_t1D1E058512330A7525D08D80463CD733019B622F* L_0 = __this->___npcCombats_7;
|
|
if (L_0)
|
|
{
|
|
goto IL_0009;
|
|
}
|
|
}
|
|
{
|
|
// return;
|
|
return;
|
|
}
|
|
|
|
IL_0009:
|
|
{
|
|
// var isCombat = npcCombats.Any(x => x.IsCombat);
|
|
List_1_t1D1E058512330A7525D08D80463CD733019B622F* L_1 = __this->___npcCombats_7;
|
|
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t06168A550AA80FCB8736980A73F8530FA18C09D1_il2cpp_TypeInfo_var);
|
|
Func_2_tF7832D08A98DB409A6B662086A49FF4B6FA803B3* L_2 = ((U3CU3Ec_t06168A550AA80FCB8736980A73F8530FA18C09D1_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t06168A550AA80FCB8736980A73F8530FA18C09D1_il2cpp_TypeInfo_var))->___U3CU3E9__11_0_1;
|
|
Func_2_tF7832D08A98DB409A6B662086A49FF4B6FA803B3* L_3 = L_2;
|
|
G_B3_0 = L_3;
|
|
G_B3_1 = L_1;
|
|
if (L_3)
|
|
{
|
|
G_B4_0 = L_3;
|
|
G_B4_1 = L_1;
|
|
goto IL_002e;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t06168A550AA80FCB8736980A73F8530FA18C09D1_il2cpp_TypeInfo_var);
|
|
U3CU3Ec_t06168A550AA80FCB8736980A73F8530FA18C09D1* L_4 = ((U3CU3Ec_t06168A550AA80FCB8736980A73F8530FA18C09D1_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t06168A550AA80FCB8736980A73F8530FA18C09D1_il2cpp_TypeInfo_var))->___U3CU3E9_0;
|
|
Func_2_tF7832D08A98DB409A6B662086A49FF4B6FA803B3* L_5 = (Func_2_tF7832D08A98DB409A6B662086A49FF4B6FA803B3*)il2cpp_codegen_object_new(Func_2_tF7832D08A98DB409A6B662086A49FF4B6FA803B3_il2cpp_TypeInfo_var);
|
|
NullCheck(L_5);
|
|
Func_2__ctor_mA6EC908110A599651E33944513B54B0DA65B9C17(L_5, L_4, (intptr_t)((void*)U3CU3Ec_U3CUpdateU3Eb__11_0_mB8513E660799BD5E7BA15FE3C47F823709DA9EF1_RuntimeMethod_var), NULL);
|
|
Func_2_tF7832D08A98DB409A6B662086A49FF4B6FA803B3* L_6 = L_5;
|
|
((U3CU3Ec_t06168A550AA80FCB8736980A73F8530FA18C09D1_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t06168A550AA80FCB8736980A73F8530FA18C09D1_il2cpp_TypeInfo_var))->___U3CU3E9__11_0_1 = L_6;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_t06168A550AA80FCB8736980A73F8530FA18C09D1_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t06168A550AA80FCB8736980A73F8530FA18C09D1_il2cpp_TypeInfo_var))->___U3CU3E9__11_0_1), (void*)L_6);
|
|
G_B4_0 = L_6;
|
|
G_B4_1 = G_B3_1;
|
|
}
|
|
|
|
IL_002e:
|
|
{
|
|
bool L_7;
|
|
L_7 = Enumerable_Any_TisNpcCombatAbstract_tA3FA66343610D8028B3042C9DB03E8606B9081AC_mD1D5113E291E319D115FED76AA9876B9CB5F73CF(G_B4_1, G_B4_0, Enumerable_Any_TisNpcCombatAbstract_tA3FA66343610D8028B3042C9DB03E8606B9081AC_mD1D5113E291E319D115FED76AA9876B9CB5F73CF_RuntimeMethod_var);
|
|
// var typeMusic = isCombat ? TypeMusic.Combat : TypeMusic.Ambient;
|
|
if (L_7)
|
|
{
|
|
goto IL_0038;
|
|
}
|
|
}
|
|
{
|
|
G_B7_0 = 0;
|
|
goto IL_0039;
|
|
}
|
|
|
|
IL_0038:
|
|
{
|
|
G_B7_0 = 1;
|
|
}
|
|
|
|
IL_0039:
|
|
{
|
|
V_0 = G_B7_0;
|
|
// if(typeMusicCache != typeMusic)
|
|
int32_t L_8 = __this->___typeMusicCache_8;
|
|
int32_t L_9 = V_0;
|
|
if ((((int32_t)L_8) == ((int32_t)L_9)))
|
|
{
|
|
goto IL_005e;
|
|
}
|
|
}
|
|
{
|
|
// typeMusicCache = typeMusic;
|
|
int32_t L_10 = V_0;
|
|
__this->___typeMusicCache_8 = L_10;
|
|
// eventInstance.setParameterByName("Music", (int)typeMusic, true);
|
|
EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF* L_11 = (&__this->___eventInstance_9);
|
|
int32_t L_12 = V_0;
|
|
int32_t L_13;
|
|
L_13 = EventInstance_setParameterByName_m50130723FCF1C6AFF16B667E2B4B59DED9E1AFAF(L_11, _stringLiteral9D6BA8D36FA648F5F7EC00E75E4E3CB92589DA2E, ((float)L_12), (bool)1, NULL);
|
|
}
|
|
|
|
IL_005e:
|
|
{
|
|
// if(Math.Abs(volume - oldVolume) > 0.01f)
|
|
float L_14 = __this->___volume_5;
|
|
float L_15 = __this->___oldVolume_10;
|
|
il2cpp_codegen_runtime_class_init_inline(Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
|
|
float L_16;
|
|
L_16 = fabsf(((float)il2cpp_codegen_subtract(L_14, L_15)));
|
|
if ((!(((float)L_16) > ((float)(0.00999999978f)))))
|
|
{
|
|
goto IL_0095;
|
|
}
|
|
}
|
|
{
|
|
// oldVolume = volume;
|
|
float L_17 = __this->___volume_5;
|
|
__this->___oldVolume_10 = L_17;
|
|
// eventInstance.setVolume(volume);
|
|
EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF* L_18 = (&__this->___eventInstance_9);
|
|
float L_19 = __this->___volume_5;
|
|
int32_t L_20;
|
|
L_20 = EventInstance_setVolume_m9593D31100635F7B5032BAD04BAE93CCC884811D(L_18, L_19, NULL);
|
|
}
|
|
|
|
IL_0095:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void MusicControll::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MusicControll__ctor_mE1902E7D5595B2D0A29E0B1344D202EC7B7381D9 (MusicControll_t73F61479F1E65ACE55E13D0935E8A889C4FB8EE3* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// [Range(0f, 1f)] [SerializeField] private float volume = 1f;
|
|
__this->___volume_5 = (1.0f);
|
|
// public TypeMusic typeMusicCache = TypeMusic.None;
|
|
__this->___typeMusicCache_8 = (-1);
|
|
// private float oldVolume = -1;
|
|
__this->___oldVolume_10 = (-1.0f);
|
|
MonoBehaviour__ctor_m592DB0105CA0BC97AA1C5F4AD27B12D68A3B7C1E(__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 MusicControll/<>c::.cctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__cctor_m473576F184AD93FA05CD9F360B7727F3B76D8792 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t06168A550AA80FCB8736980A73F8530FA18C09D1_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
U3CU3Ec_t06168A550AA80FCB8736980A73F8530FA18C09D1* L_0 = (U3CU3Ec_t06168A550AA80FCB8736980A73F8530FA18C09D1*)il2cpp_codegen_object_new(U3CU3Ec_t06168A550AA80FCB8736980A73F8530FA18C09D1_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
U3CU3Ec__ctor_mF9A31D685E4D6696D6135F7E6D81CB65AF995B96(L_0, NULL);
|
|
((U3CU3Ec_t06168A550AA80FCB8736980A73F8530FA18C09D1_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t06168A550AA80FCB8736980A73F8530FA18C09D1_il2cpp_TypeInfo_var))->___U3CU3E9_0 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_t06168A550AA80FCB8736980A73F8530FA18C09D1_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t06168A550AA80FCB8736980A73F8530FA18C09D1_il2cpp_TypeInfo_var))->___U3CU3E9_0), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void MusicControll/<>c::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_mF9A31D685E4D6696D6135F7E6D81CB65AF995B96 (U3CU3Ec_t06168A550AA80FCB8736980A73F8530FA18C09D1* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean MusicControll/<>c::<Update>b__11_0(NpcCombatAbstract)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec_U3CUpdateU3Eb__11_0_mB8513E660799BD5E7BA15FE3C47F823709DA9EF1 (U3CU3Ec_t06168A550AA80FCB8736980A73F8530FA18C09D1* __this, NpcCombatAbstract_tA3FA66343610D8028B3042C9DB03E8606B9081AC* ___0_x, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// var isCombat = npcCombats.Any(x => x.IsCombat);
|
|
NpcCombatAbstract_tA3FA66343610D8028B3042C9DB03E8606B9081AC* L_0 = ___0_x;
|
|
NullCheck(L_0);
|
|
bool L_1 = L_0->___IsCombat_5;
|
|
return L_1;
|
|
}
|
|
}
|
|
#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.Single NpcBotSpiderCombat::GetHealth()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float NpcBotSpiderCombat_GetHealth_m39DA449BEB3F32FCBE90EB9AD2F4EC7FF6BE4BFB (NpcBotSpiderCombat_t1AE4E1A7A4529628485D8BC9FF8C8D2367DE5F7C* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public override float GetHealth() => health;
|
|
float L_0 = __this->___health_8;
|
|
return L_0;
|
|
}
|
|
}
|
|
// NodeCanvas.Framework.Status NpcBotSpiderCombat::UpdateTime()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NpcBotSpiderCombat_UpdateTime_m783531E08874D6A84DF60291618827BD61CF0FF3 (NpcBotSpiderCombat_t1AE4E1A7A4529628485D8BC9FF8C8D2367DE5F7C* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// nextTime += Time.deltaTime;
|
|
float L_0 = __this->___nextTime_16;
|
|
float L_1;
|
|
L_1 = Time_get_deltaTime_mC3195000401F0FD167DD2F948FD2BC58330D0865(NULL);
|
|
__this->___nextTime_16 = ((float)il2cpp_codegen_add(L_0, L_1));
|
|
// UpdateCombatTime();
|
|
NpcCombatAbstract_UpdateCombatTime_m24D2F21CF6D95888A4BD777463AC0277EF3644A5(__this, NULL);
|
|
// return Status.Success;
|
|
return (int32_t)(1);
|
|
}
|
|
}
|
|
// NodeCanvas.Framework.Status NpcBotSpiderCombat::Attack(UnityEngine.GameObject,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NpcBotSpiderCombat_Attack_m3D8CDEEC912BBB352BC4F411E448D32E84C39EF8 (NpcBotSpiderCombat_t1AE4E1A7A4529628485D8BC9FF8C8D2367DE5F7C* __this, GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___0_target, bool ___1_isRange, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_GetComponent_TisPlayerTargetPosition_t6894590E56669A98942B41E06C3DB37194CBD63C_m21DC66B703EA369C6A77DF52913B42DA5D663EFD_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// SetCombatState();
|
|
NpcCombatAbstract_SetCombatState_m3EFBBBC9301CD512447D2C3BEFFBD85504545C5F(__this, NULL);
|
|
// if(targetToAim != target.transform)
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_0 = __this->___targetToAim_15;
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_1 = ___0_target;
|
|
NullCheck(L_1);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_2;
|
|
L_2 = GameObject_get_transform_m0BC10ADFA1632166AE5544BDF9038A2650C2AE56(L_1, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_3;
|
|
L_3 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_0, L_2, NULL);
|
|
if (!L_3)
|
|
{
|
|
goto IL_0031;
|
|
}
|
|
}
|
|
{
|
|
// playerTarget = target.GetComponent<PlayerTargetPosition>();
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_4 = ___0_target;
|
|
NullCheck(L_4);
|
|
PlayerTargetPosition_t6894590E56669A98942B41E06C3DB37194CBD63C* L_5;
|
|
L_5 = GameObject_GetComponent_TisPlayerTargetPosition_t6894590E56669A98942B41E06C3DB37194CBD63C_m21DC66B703EA369C6A77DF52913B42DA5D663EFD(L_4, GameObject_GetComponent_TisPlayerTargetPosition_t6894590E56669A98942B41E06C3DB37194CBD63C_m21DC66B703EA369C6A77DF52913B42DA5D663EFD_RuntimeMethod_var);
|
|
__this->___playerTarget_18 = L_5;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___playerTarget_18), (void*)L_5);
|
|
// UpdateAim(target.transform);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_6 = ___0_target;
|
|
NullCheck(L_6);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_7;
|
|
L_7 = GameObject_get_transform_m0BC10ADFA1632166AE5544BDF9038A2650C2AE56(L_6, NULL);
|
|
NpcBotSpiderCombat_UpdateAim_m5CAF876C0EE05ED715A9042F42A02EC2E52886F0(__this, L_7, NULL);
|
|
}
|
|
|
|
IL_0031:
|
|
{
|
|
// targetToAim = target.transform;
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_8 = ___0_target;
|
|
NullCheck(L_8);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_9;
|
|
L_9 = GameObject_get_transform_m0BC10ADFA1632166AE5544BDF9038A2650C2AE56(L_8, NULL);
|
|
__this->___targetToAim_15 = L_9;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___targetToAim_15), (void*)L_9);
|
|
// if(status == Status.Running)
|
|
int32_t L_10 = __this->___status_17;
|
|
if ((!(((uint32_t)L_10) == ((uint32_t)2))))
|
|
{
|
|
goto IL_004d;
|
|
}
|
|
}
|
|
{
|
|
// return status;
|
|
int32_t L_11 = __this->___status_17;
|
|
return L_11;
|
|
}
|
|
|
|
IL_004d:
|
|
{
|
|
// StartCoroutine(AttackState(target.transform, isRange));
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_12 = ___0_target;
|
|
NullCheck(L_12);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_13;
|
|
L_13 = GameObject_get_transform_m0BC10ADFA1632166AE5544BDF9038A2650C2AE56(L_12, NULL);
|
|
bool L_14 = ___1_isRange;
|
|
RuntimeObject* L_15;
|
|
L_15 = NpcBotSpiderCombat_AttackState_mD1DEF9A8DEEC760F41DB50C7981823D1096972CB(__this, L_13, L_14, NULL);
|
|
Coroutine_t85EA685566A254C23F3FD77AB5BDFFFF8799596B* L_16;
|
|
L_16 = MonoBehaviour_StartCoroutine_m4CAFF732AA28CD3BDC5363B44A863575530EC812(__this, L_15, NULL);
|
|
// return status;
|
|
int32_t L_17 = __this->___status_17;
|
|
return L_17;
|
|
}
|
|
}
|
|
// System.Collections.IEnumerator NpcBotSpiderCombat::AttackState(UnityEngine.Transform,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* NpcBotSpiderCombat_AttackState_mD1DEF9A8DEEC760F41DB50C7981823D1096972CB (NpcBotSpiderCombat_t1AE4E1A7A4529628485D8BC9FF8C8D2367DE5F7C* __this, Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___0_target, bool ___1_isRange, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CAttackStateU3Ed__14_t5F89AD4B53B039193F4F812409FFE939FB1BEC8C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
U3CAttackStateU3Ed__14_t5F89AD4B53B039193F4F812409FFE939FB1BEC8C* L_0 = (U3CAttackStateU3Ed__14_t5F89AD4B53B039193F4F812409FFE939FB1BEC8C*)il2cpp_codegen_object_new(U3CAttackStateU3Ed__14_t5F89AD4B53B039193F4F812409FFE939FB1BEC8C_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
U3CAttackStateU3Ed__14__ctor_m80DDD3028FBA87101355BFDE999B2C07618CC9FD(L_0, 0, NULL);
|
|
U3CAttackStateU3Ed__14_t5F89AD4B53B039193F4F812409FFE939FB1BEC8C* L_1 = L_0;
|
|
NullCheck(L_1);
|
|
L_1->___U3CU3E4__this_2 = __this;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_1->___U3CU3E4__this_2), (void*)__this);
|
|
U3CAttackStateU3Ed__14_t5F89AD4B53B039193F4F812409FFE939FB1BEC8C* L_2 = L_1;
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_3 = ___0_target;
|
|
NullCheck(L_2);
|
|
L_2->___target_4 = L_3;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_2->___target_4), (void*)L_3);
|
|
U3CAttackStateU3Ed__14_t5F89AD4B53B039193F4F812409FFE939FB1BEC8C* L_4 = L_2;
|
|
bool L_5 = ___1_isRange;
|
|
NullCheck(L_4);
|
|
L_4->___isRange_3 = L_5;
|
|
return L_4;
|
|
}
|
|
}
|
|
// System.Void NpcBotSpiderCombat::UpdateAim(UnityEngine.Transform)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NpcBotSpiderCombat_UpdateAim_m5CAF876C0EE05ED715A9042F42A02EC2E52886F0 (NpcBotSpiderCombat_t1AE4E1A7A4529628485D8BC9FF8C8D2367DE5F7C* __this, Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___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;
|
|
}
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
// if (playerTarget)
|
|
PlayerTargetPosition_t6894590E56669A98942B41E06C3DB37194CBD63C* L_0 = __this->___playerTarget_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_001a;
|
|
}
|
|
}
|
|
{
|
|
// target = playerTarget.GetTarget();
|
|
PlayerTargetPosition_t6894590E56669A98942B41E06C3DB37194CBD63C* L_2 = __this->___playerTarget_18;
|
|
NullCheck(L_2);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_3;
|
|
L_3 = PlayerTargetPosition_GetTarget_m7AA74CF2EE6CB915AD308A844AC78188943253AB(L_2, NULL);
|
|
___0_target = L_3;
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
// head.transform.LookAt(target);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_4 = __this->___head_11;
|
|
NullCheck(L_4);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_5;
|
|
L_5 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(L_4, NULL);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_6 = ___0_target;
|
|
NullCheck(L_5);
|
|
Transform_LookAt_mA8567593181FD78BBDC2AF29AD99F93BDB2976B2(L_5, L_6, NULL);
|
|
// var pos = head.transform.rotation * headOffset;
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_7 = __this->___head_11;
|
|
NullCheck(L_7);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_8;
|
|
L_8 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(L_7, NULL);
|
|
NullCheck(L_8);
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_9;
|
|
L_9 = Transform_get_rotation_m32AF40CA0D50C797DA639A696F8EAEC7524C179C(L_8, NULL);
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_10 = __this->___headOffset_12;
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_11;
|
|
L_11 = Quaternion_op_Multiply_mCB375FCCC12A2EC8F9EB824A1BFB4453B58C2012_inline(L_9, L_10, NULL);
|
|
V_0 = L_11;
|
|
// head.transform.rotation = pos;
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_12 = __this->___head_11;
|
|
NullCheck(L_12);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_13;
|
|
L_13 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(L_12, NULL);
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_14 = V_0;
|
|
NullCheck(L_13);
|
|
Transform_set_rotation_m61340DE74726CF0F9946743A727C4D444397331D(L_13, L_14, NULL);
|
|
// weapon.transform.LookAt(target);
|
|
ExtGunBase_t9706330BF6070A6D41F878663F99E9A060AF477C* L_15 = __this->___weapon_10;
|
|
NullCheck(L_15);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_16;
|
|
L_16 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(L_15, NULL);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_17 = ___0_target;
|
|
NullCheck(L_16);
|
|
Transform_LookAt_mA8567593181FD78BBDC2AF29AD99F93BDB2976B2(L_16, L_17, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// NodeCanvas.Framework.Status NpcBotSpiderCombat::Aggressive()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NpcBotSpiderCombat_Aggressive_m932E48B6E32B8E4D992690D2602F24EC0EE15BFC (NpcBotSpiderCombat_t1AE4E1A7A4529628485D8BC9FF8C8D2367DE5F7C* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return Status.Success;
|
|
return (int32_t)(1);
|
|
}
|
|
}
|
|
// NodeCanvas.Framework.Status NpcBotSpiderCombat::GetAttackStatus()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NpcBotSpiderCombat_GetAttackStatus_m03208DF74F8D6F357DE184F338E5CC2C61116726 (NpcBotSpiderCombat_t1AE4E1A7A4529628485D8BC9FF8C8D2367DE5F7C* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// if (nextTime < cooldownTimeAttack) return Status.Running;
|
|
float L_0 = __this->___nextTime_16;
|
|
float L_1 = __this->___cooldownTimeAttack_9;
|
|
if ((!(((float)L_0) < ((float)L_1))))
|
|
{
|
|
goto IL_0010;
|
|
}
|
|
}
|
|
{
|
|
// if (nextTime < cooldownTimeAttack) return Status.Running;
|
|
return (int32_t)(2);
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
// return Status.Success;
|
|
return (int32_t)(1);
|
|
}
|
|
}
|
|
// NodeCanvas.Framework.Status NpcBotSpiderCombat::ResetCooldown()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NpcBotSpiderCombat_ResetCooldown_m9322A07BF5501EF37F3BAED22A81DB517B5FC04B (NpcBotSpiderCombat_t1AE4E1A7A4529628485D8BC9FF8C8D2367DE5F7C* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// nextTime = cooldownTimeAttack;
|
|
float L_0 = __this->___cooldownTimeAttack_9;
|
|
__this->___nextTime_16 = L_0;
|
|
// return Status.Success;
|
|
return (int32_t)(1);
|
|
}
|
|
}
|
|
// System.Void NpcBotSpiderCombat::OnHit(HurricaneVR.Framework.Components.HVRDamageProvider,UnityEngine.RaycastHit)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NpcBotSpiderCombat_OnHit_m97B9459BB7D212561F0960D6E0F9079B12994513 (NpcBotSpiderCombat_t1AE4E1A7A4529628485D8BC9FF8C8D2367DE5F7C* __this, HVRDamageProvider_t644E715C78F99085A4CE9EF098C0FC4BC5BFD235* ___0_damageProvider, RaycastHit_t6F30BD0B38B56401CA833A1B87BD74F2ACD2F2B5 ___1_hit, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_Instantiate_TisGameObject_t76FEDD663AB33C991A9C9A23129337651094216F_m831D2F71DF2AA6C93AFDFEFA04CF2CFC5FBBCDB4_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// health -= damageProvider.Damage;
|
|
float L_0 = __this->___health_8;
|
|
HVRDamageProvider_t644E715C78F99085A4CE9EF098C0FC4BC5BFD235* L_1 = ___0_damageProvider;
|
|
NullCheck(L_1);
|
|
float L_2 = L_1->___Damage_4;
|
|
__this->___health_8 = ((float)il2cpp_codegen_subtract(L_0, L_2));
|
|
// if(health <= 0)
|
|
float L_3 = __this->___health_8;
|
|
if ((!(((float)L_3) <= ((float)(0.0f)))))
|
|
{
|
|
goto IL_0075;
|
|
}
|
|
}
|
|
{
|
|
// health = 0;
|
|
__this->___health_8 = (0.0f);
|
|
// if(explosionPrefab)
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_4 = __this->___explosionPrefab_13;
|
|
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_0064;
|
|
}
|
|
}
|
|
{
|
|
// var explosion = Instantiate(explosionPrefab, transform.position, Quaternion.identity);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_6 = __this->___explosionPrefab_13;
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_7;
|
|
L_7 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(__this, NULL);
|
|
NullCheck(L_7);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_8;
|
|
L_8 = Transform_get_position_m69CD5FA214FDAE7BB701552943674846C220FDE1(L_7, NULL);
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_9;
|
|
L_9 = Quaternion_get_identity_m7E701AE095ED10FD5EA0B50ABCFDE2EEFF2173A5_inline(NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_10;
|
|
L_10 = Object_Instantiate_TisGameObject_t76FEDD663AB33C991A9C9A23129337651094216F_m831D2F71DF2AA6C93AFDFEFA04CF2CFC5FBBCDB4(L_6, L_8, L_9, Object_Instantiate_TisGameObject_t76FEDD663AB33C991A9C9A23129337651094216F_m831D2F71DF2AA6C93AFDFEFA04CF2CFC5FBBCDB4_RuntimeMethod_var);
|
|
// Destroy(explosion, 2f);
|
|
Object_Destroy_m064F2A066491D2DC4FFCFBDBE5FCFFB807A04436(L_10, (2.0f), NULL);
|
|
// explosionPrefab = null;
|
|
__this->___explosionPrefab_13 = (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___explosionPrefab_13), (void*)(GameObject_t76FEDD663AB33C991A9C9A23129337651094216F*)NULL);
|
|
}
|
|
|
|
IL_0064:
|
|
{
|
|
// Destroy(gameObject, 2f);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_11;
|
|
L_11 = Component_get_gameObject_m57AEFBB14DB39EC476F740BA000E170355DE691B(__this, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
Object_Destroy_m064F2A066491D2DC4FFCFBDBE5FCFFB807A04436(L_11, (2.0f), NULL);
|
|
return;
|
|
}
|
|
|
|
IL_0075:
|
|
{
|
|
// SetCombatState();
|
|
NpcCombatAbstract_SetCombatState_m3EFBBBC9301CD512447D2C3BEFFBD85504545C5F(__this, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void NpcBotSpiderCombat::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NpcBotSpiderCombat__ctor_mF1EC303E6B72EEE564D5B7B98E01BD18D50CE862 (NpcBotSpiderCombat_t1AE4E1A7A4529628485D8BC9FF8C8D2367DE5F7C* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// [SerializeField] private float cooldownTimeAttack = 2f;
|
|
__this->___cooldownTimeAttack_9 = (2.0f);
|
|
NpcCombatAbstract__ctor_m20784D6B7F82FC47B7BAC0D77F6E1B0C154A9235(__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 NpcBotSpiderCombat/<AttackState>d__14::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CAttackStateU3Ed__14__ctor_m80DDD3028FBA87101355BFDE999B2C07618CC9FD (U3CAttackStateU3Ed__14_t5F89AD4B53B039193F4F812409FFE939FB1BEC8C* __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 NpcBotSpiderCombat/<AttackState>d__14::System.IDisposable.Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CAttackStateU3Ed__14_System_IDisposable_Dispose_m48923FD0FCA827CFFB147BCA91857CDC423B09C2 (U3CAttackStateU3Ed__14_t5F89AD4B53B039193F4F812409FFE939FB1BEC8C* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean NpcBotSpiderCombat/<AttackState>d__14::MoveNext()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CAttackStateU3Ed__14_MoveNext_m678364262C47828952F7552E4074E4FAEC49A907 (U3CAttackStateU3Ed__14_t5F89AD4B53B039193F4F812409FFE939FB1BEC8C* __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
NpcBotSpiderCombat_t1AE4E1A7A4529628485D8BC9FF8C8D2367DE5F7C* V_1 = NULL;
|
|
{
|
|
int32_t L_0 = __this->___U3CU3E1__state_0;
|
|
V_0 = L_0;
|
|
NpcBotSpiderCombat_t1AE4E1A7A4529628485D8BC9FF8C8D2367DE5F7C* 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_0078;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0017:
|
|
{
|
|
__this->___U3CU3E1__state_0 = (-1);
|
|
// if (nextTime >= cooldownTimeAttack)
|
|
NpcBotSpiderCombat_t1AE4E1A7A4529628485D8BC9FF8C8D2367DE5F7C* L_4 = V_1;
|
|
NullCheck(L_4);
|
|
float L_5 = L_4->___nextTime_16;
|
|
NpcBotSpiderCombat_t1AE4E1A7A4529628485D8BC9FF8C8D2367DE5F7C* L_6 = V_1;
|
|
NullCheck(L_6);
|
|
float L_7 = L_6->___cooldownTimeAttack_9;
|
|
if ((!(((float)L_5) >= ((float)L_7))))
|
|
{
|
|
goto IL_0068;
|
|
}
|
|
}
|
|
{
|
|
// status = Status.Running;
|
|
NpcBotSpiderCombat_t1AE4E1A7A4529628485D8BC9FF8C8D2367DE5F7C* L_8 = V_1;
|
|
NullCheck(L_8);
|
|
L_8->___status_17 = 2;
|
|
// this.isRange = isRange;
|
|
NpcBotSpiderCombat_t1AE4E1A7A4529628485D8BC9FF8C8D2367DE5F7C* L_9 = V_1;
|
|
bool L_10 = __this->___isRange_3;
|
|
NullCheck(L_9);
|
|
L_9->___isRange_14 = L_10;
|
|
// UpdateAim(target);
|
|
NpcBotSpiderCombat_t1AE4E1A7A4529628485D8BC9FF8C8D2367DE5F7C* L_11 = V_1;
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_12 = __this->___target_4;
|
|
NullCheck(L_11);
|
|
NpcBotSpiderCombat_UpdateAim_m5CAF876C0EE05ED715A9042F42A02EC2E52886F0(L_11, L_12, NULL);
|
|
// status = Status.Success;
|
|
NpcBotSpiderCombat_t1AE4E1A7A4529628485D8BC9FF8C8D2367DE5F7C* L_13 = V_1;
|
|
NullCheck(L_13);
|
|
L_13->___status_17 = 1;
|
|
// nextTime = 0;
|
|
NpcBotSpiderCombat_t1AE4E1A7A4529628485D8BC9FF8C8D2367DE5F7C* L_14 = V_1;
|
|
NullCheck(L_14);
|
|
L_14->___nextTime_16 = (0.0f);
|
|
// weapon.CallShoot();
|
|
NpcBotSpiderCombat_t1AE4E1A7A4529628485D8BC9FF8C8D2367DE5F7C* L_15 = V_1;
|
|
NullCheck(L_15);
|
|
ExtGunBase_t9706330BF6070A6D41F878663F99E9A060AF477C* L_16 = L_15->___weapon_10;
|
|
NullCheck(L_16);
|
|
ExtGunBase_CallShoot_mDBE5781B48FC331651EB191995F2967C8C20ABCE(L_16, NULL);
|
|
}
|
|
|
|
IL_0068:
|
|
{
|
|
// 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_0078:
|
|
{
|
|
__this->___U3CU3E1__state_0 = (-1);
|
|
// }
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Object NpcBotSpiderCombat/<AttackState>d__14::System.Collections.Generic.IEnumerator<System.Object>.get_Current()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CAttackStateU3Ed__14_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_mD1D1DB91F49DB9ECD3775D02B156341B3DFC421D (U3CAttackStateU3Ed__14_t5F89AD4B53B039193F4F812409FFE939FB1BEC8C* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject* L_0 = __this->___U3CU3E2__current_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void NpcBotSpiderCombat/<AttackState>d__14::System.Collections.IEnumerator.Reset()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CAttackStateU3Ed__14_System_Collections_IEnumerator_Reset_mDF338E22DA7C4036156ACCE206734B7A3E70C687 (U3CAttackStateU3Ed__14_t5F89AD4B53B039193F4F812409FFE939FB1BEC8C* __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*)&U3CAttackStateU3Ed__14_System_Collections_IEnumerator_Reset_mDF338E22DA7C4036156ACCE206734B7A3E70C687_RuntimeMethod_var)));
|
|
}
|
|
}
|
|
// System.Object NpcBotSpiderCombat/<AttackState>d__14::System.Collections.IEnumerator.get_Current()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CAttackStateU3Ed__14_System_Collections_IEnumerator_get_Current_m269D735E3649F35ACC93A16AF1377C378257B61E (U3CAttackStateU3Ed__14_t5F89AD4B53B039193F4F812409FFE939FB1BEC8C* __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 NpcCombatAbstract::Start()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NpcCombatAbstract_Start_m7E6F21E071ECD8C772A415A112584B66CCE841BD (NpcCombatAbstract_tA3FA66343610D8028B3042C9DB03E8606B9081AC* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// MusicControll.Register(this);
|
|
MusicControll_Register_m21DA50F539AFE04F0F79A780A6B8BE5ECFE773B3(__this, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void NpcCombatAbstract::OnDestroy()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NpcCombatAbstract_OnDestroy_mE16115F947CDCA17B6FF28A310F7A41290CB570B (NpcCombatAbstract_tA3FA66343610D8028B3042C9DB03E8606B9081AC* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// MusicControll.UnRegister(this);
|
|
MusicControll_UnRegister_m5594844D1FBDA653240A6C00643EC4D43052B913(__this, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void NpcCombatAbstract::SetCombatState()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NpcCombatAbstract_SetCombatState_m3EFBBBC9301CD512447D2C3BEFFBD85504545C5F (NpcCombatAbstract_tA3FA66343610D8028B3042C9DB03E8606B9081AC* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// IsCombat = true;
|
|
__this->___IsCombat_5 = (bool)1;
|
|
// combatTime = 0;
|
|
__this->___combatTime_6 = (0.0f);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void NpcCombatAbstract::UpdateCombatTime()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NpcCombatAbstract_UpdateCombatTime_m24D2F21CF6D95888A4BD777463AC0277EF3644A5 (NpcCombatAbstract_tA3FA66343610D8028B3042C9DB03E8606B9081AC* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// combatTime += Time.deltaTime;
|
|
float L_0 = __this->___combatTime_6;
|
|
float L_1;
|
|
L_1 = Time_get_deltaTime_mC3195000401F0FD167DD2F948FD2BC58330D0865(NULL);
|
|
__this->___combatTime_6 = ((float)il2cpp_codegen_add(L_0, L_1));
|
|
// if(IsCombat && combatTime > combatTimeout)
|
|
bool L_2 = __this->___IsCombat_5;
|
|
if (!L_2)
|
|
{
|
|
goto IL_0035;
|
|
}
|
|
}
|
|
{
|
|
float L_3 = __this->___combatTime_6;
|
|
float L_4 = __this->___combatTimeout_7;
|
|
if ((!(((float)L_3) > ((float)L_4))))
|
|
{
|
|
goto IL_0035;
|
|
}
|
|
}
|
|
{
|
|
// IsCombat = false;
|
|
__this->___IsCombat_5 = (bool)0;
|
|
// MusicControll.UnRegister(this);
|
|
MusicControll_UnRegister_m5594844D1FBDA653240A6C00643EC4D43052B913(__this, NULL);
|
|
}
|
|
|
|
IL_0035:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean NpcCombatAbstract::get_IsAggressiveMode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NpcCombatAbstract_get_IsAggressiveMode_m62559041AB15A7AEA75CB262F1427C0C4FB4AFAA (NpcCombatAbstract_tA3FA66343610D8028B3042C9DB03E8606B9081AC* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// get => isAggressiveMode;
|
|
bool L_0 = __this->___isAggressiveMode_4;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void NpcCombatAbstract::set_IsAggressiveMode(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NpcCombatAbstract_set_IsAggressiveMode_m5CFA0B68FAF1446E909C34A66A500723BF90B96C (NpcCombatAbstract_tA3FA66343610D8028B3042C9DB03E8606B9081AC* __this, bool ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// set => isAggressiveMode = value;
|
|
bool L_0 = ___0_value;
|
|
__this->___isAggressiveMode_4 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// NodeCanvas.Framework.Status NpcCombatAbstract::SetAggressive(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NpcCombatAbstract_SetAggressive_m64EDB61D6661CD6625E2B9FFC05C83D292DAFE3A (NpcCombatAbstract_tA3FA66343610D8028B3042C9DB03E8606B9081AC* __this, bool ___0_isEnable, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// IsAggressiveMode = isEnable;
|
|
bool L_0 = ___0_isEnable;
|
|
NpcCombatAbstract_set_IsAggressiveMode_m5CFA0B68FAF1446E909C34A66A500723BF90B96C_inline(__this, L_0, NULL);
|
|
// return Status.Success;
|
|
return (int32_t)(1);
|
|
}
|
|
}
|
|
// System.Single NpcCombatAbstract::GetHealth()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float NpcCombatAbstract_GetHealth_m9DAD1932597AF8ABBC6EA309837A890D0BB6D872 (NpcCombatAbstract_tA3FA66343610D8028B3042C9DB03E8606B9081AC* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public virtual float GetHealth() => 0;
|
|
return (0.0f);
|
|
}
|
|
}
|
|
// NodeCanvas.Framework.Status NpcCombatAbstract::UpdateTime()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NpcCombatAbstract_UpdateTime_m1F3EA8B80E3DABD3AD9BD9D7D9894115D7BC4C44 (NpcCombatAbstract_tA3FA66343610D8028B3042C9DB03E8606B9081AC* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return Status.Success;
|
|
return (int32_t)(1);
|
|
}
|
|
}
|
|
// System.Void NpcCombatAbstract::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NpcCombatAbstract__ctor_m20784D6B7F82FC47B7BAC0D77F6E1B0C154A9235 (NpcCombatAbstract_tA3FA66343610D8028B3042C9DB03E8606B9081AC* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// private float combatTimeout = 5f;
|
|
__this->___combatTimeout_7 = (5.0f);
|
|
MonoBehaviour__ctor_m592DB0105CA0BC97AA1C5F4AD27B12D68A3B7C1E(__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
|
|
// NodeCanvas.Framework.Status NpcCombatParazit::ResetCooldown()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NpcCombatParazit_ResetCooldown_m1F5D3CC30CFEF5B82B9DD93B8123C8BB05D2DE9E (NpcCombatParazit_t609BF18369903625745D21FEF6804AAE451E8F5F* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// nextTime = cooldownTimeAttack;
|
|
float L_0 = __this->___cooldownTimeAttack_10;
|
|
__this->___nextTime_19 = L_0;
|
|
// return Status.Success;
|
|
return (int32_t)(1);
|
|
}
|
|
}
|
|
// NodeCanvas.Framework.Status NpcCombatParazit::UpdateTime()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NpcCombatParazit_UpdateTime_m4C275AC9AA93671AFEE96380FC6F0A94DCF77C87 (NpcCombatParazit_t609BF18369903625745D21FEF6804AAE451E8F5F* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// nextTime += Time.deltaTime;
|
|
float L_0 = __this->___nextTime_19;
|
|
float L_1;
|
|
L_1 = Time_get_deltaTime_mC3195000401F0FD167DD2F948FD2BC58330D0865(NULL);
|
|
__this->___nextTime_19 = ((float)il2cpp_codegen_add(L_0, L_1));
|
|
// nextTimeAggressive += Time.deltaTime;
|
|
float L_2 = __this->___nextTimeAggressive_20;
|
|
float L_3;
|
|
L_3 = Time_get_deltaTime_mC3195000401F0FD167DD2F948FD2BC58330D0865(NULL);
|
|
__this->___nextTimeAggressive_20 = ((float)il2cpp_codegen_add(L_2, L_3));
|
|
// UpdateCombatTime();
|
|
NpcCombatAbstract_UpdateCombatTime_m24D2F21CF6D95888A4BD777463AC0277EF3644A5(__this, NULL);
|
|
// return Status.Success;
|
|
return (int32_t)(1);
|
|
}
|
|
}
|
|
// NodeCanvas.Framework.Status NpcCombatParazit::Attack(UnityEngine.GameObject,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NpcCombatParazit_Attack_m2E14C63F7EAD6226200DA74A087D9A1804643FFB (NpcCombatParazit_t609BF18369903625745D21FEF6804AAE451E8F5F* __this, GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___0_target, bool ___1_isRange, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// SetCombatState();
|
|
NpcCombatAbstract_SetCombatState_m3EFBBBC9301CD512447D2C3BEFFBD85504545C5F(__this, NULL);
|
|
// StartCoroutine(AttackState(target.transform, isRange));
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_0 = ___0_target;
|
|
NullCheck(L_0);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_1;
|
|
L_1 = GameObject_get_transform_m0BC10ADFA1632166AE5544BDF9038A2650C2AE56(L_0, NULL);
|
|
bool L_2 = ___1_isRange;
|
|
RuntimeObject* L_3;
|
|
L_3 = NpcCombatParazit_AttackState_mA5126AA6E8009634AFB1BF2F982162351007A5E5(__this, L_1, L_2, NULL);
|
|
Coroutine_t85EA685566A254C23F3FD77AB5BDFFFF8799596B* L_4;
|
|
L_4 = MonoBehaviour_StartCoroutine_m4CAFF732AA28CD3BDC5363B44A863575530EC812(__this, L_3, NULL);
|
|
// return status;
|
|
int32_t L_5 = __this->___status_24;
|
|
return L_5;
|
|
}
|
|
}
|
|
// NodeCanvas.Framework.Status NpcCombatParazit::Aggressive()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NpcCombatParazit_Aggressive_mC8927A8F1D8233A7369028FB9B53AD7F98F6CFCA (NpcCombatParazit_t609BF18369903625745D21FEF6804AAE451E8F5F* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// IsAggressiveMode = true;
|
|
NpcCombatAbstract_set_IsAggressiveMode_m5CFA0B68FAF1446E909C34A66A500723BF90B96C_inline(__this, (bool)1, NULL);
|
|
// StartCoroutine(PlayAggressiveAnim());
|
|
RuntimeObject* L_0;
|
|
L_0 = NpcCombatParazit_PlayAggressiveAnim_mCB62BBEA12F6207DBA2AFE7C7C955C4E53F30EC2(__this, NULL);
|
|
Coroutine_t85EA685566A254C23F3FD77AB5BDFFFF8799596B* L_1;
|
|
L_1 = MonoBehaviour_StartCoroutine_m4CAFF732AA28CD3BDC5363B44A863575530EC812(__this, L_0, NULL);
|
|
// return status;
|
|
int32_t L_2 = __this->___status_24;
|
|
return L_2;
|
|
}
|
|
}
|
|
// NodeCanvas.Framework.Status NpcCombatParazit::GetAttackStatus()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NpcCombatParazit_GetAttackStatus_mB857F5230CFE7A558EA321A244E155B3CCDD3922 (NpcCombatParazit_t609BF18369903625745D21FEF6804AAE451E8F5F* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// if (nextTime < cooldownTimeAttack) return Status.Running;
|
|
float L_0 = __this->___nextTime_19;
|
|
float L_1 = __this->___cooldownTimeAttack_10;
|
|
if ((!(((float)L_0) < ((float)L_1))))
|
|
{
|
|
goto IL_0010;
|
|
}
|
|
}
|
|
{
|
|
// if (nextTime < cooldownTimeAttack) return Status.Running;
|
|
return (int32_t)(2);
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
// return Status.Success;
|
|
return (int32_t)(1);
|
|
}
|
|
}
|
|
// System.Single NpcCombatParazit::GetHealth()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float NpcCombatParazit_GetHealth_m829DE489AB23472BAF1AF67653FC1C626F89DF26 (NpcCombatParazit_t609BF18369903625745D21FEF6804AAE451E8F5F* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return health;
|
|
float L_0 = __this->___health_9;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Collections.IEnumerator NpcCombatParazit::PlayAggressiveAnim()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* NpcCombatParazit_PlayAggressiveAnim_mCB62BBEA12F6207DBA2AFE7C7C955C4E53F30EC2 (NpcCombatParazit_t609BF18369903625745D21FEF6804AAE451E8F5F* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPlayAggressiveAnimU3Ed__26_tC89D9496B501440528F52A01B2D812867F6032AA_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
U3CPlayAggressiveAnimU3Ed__26_tC89D9496B501440528F52A01B2D812867F6032AA* L_0 = (U3CPlayAggressiveAnimU3Ed__26_tC89D9496B501440528F52A01B2D812867F6032AA*)il2cpp_codegen_object_new(U3CPlayAggressiveAnimU3Ed__26_tC89D9496B501440528F52A01B2D812867F6032AA_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
U3CPlayAggressiveAnimU3Ed__26__ctor_m29E6052EFC1E755945B39341826F4CBCFE577CE9(L_0, 0, NULL);
|
|
U3CPlayAggressiveAnimU3Ed__26_tC89D9496B501440528F52A01B2D812867F6032AA* 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 NpcCombatParazit::AttackState(UnityEngine.Transform,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* NpcCombatParazit_AttackState_mA5126AA6E8009634AFB1BF2F982162351007A5E5 (NpcCombatParazit_t609BF18369903625745D21FEF6804AAE451E8F5F* __this, Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___0_target, bool ___1_isRange, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CAttackStateU3Ed__27_t2C0EEB3C1C11A1DC69549EF7F9EEFE0E5CA7030D_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
U3CAttackStateU3Ed__27_t2C0EEB3C1C11A1DC69549EF7F9EEFE0E5CA7030D* L_0 = (U3CAttackStateU3Ed__27_t2C0EEB3C1C11A1DC69549EF7F9EEFE0E5CA7030D*)il2cpp_codegen_object_new(U3CAttackStateU3Ed__27_t2C0EEB3C1C11A1DC69549EF7F9EEFE0E5CA7030D_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
U3CAttackStateU3Ed__27__ctor_mF3B6DB206A0233AEBFB67E2D31EA2AD812CA3FE9(L_0, 0, NULL);
|
|
U3CAttackStateU3Ed__27_t2C0EEB3C1C11A1DC69549EF7F9EEFE0E5CA7030D* L_1 = L_0;
|
|
NullCheck(L_1);
|
|
L_1->___U3CU3E4__this_2 = __this;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_1->___U3CU3E4__this_2), (void*)__this);
|
|
U3CAttackStateU3Ed__27_t2C0EEB3C1C11A1DC69549EF7F9EEFE0E5CA7030D* L_2 = L_1;
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_3 = ___0_target;
|
|
NullCheck(L_2);
|
|
L_2->___target_3 = L_3;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_2->___target_3), (void*)L_3);
|
|
U3CAttackStateU3Ed__27_t2C0EEB3C1C11A1DC69549EF7F9EEFE0E5CA7030D* L_4 = L_2;
|
|
bool L_5 = ___1_isRange;
|
|
NullCheck(L_4);
|
|
L_4->___isRange_4 = L_5;
|
|
return L_4;
|
|
}
|
|
}
|
|
// System.Void NpcCombatParazit::UpdateAim(UnityEngine.Transform)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NpcCombatParazit_UpdateAim_m8F2E6CD650D09DECBEF320B8B40116610315A411 (NpcCombatParazit_t609BF18369903625745D21FEF6804AAE451E8F5F* __this, Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___0_target, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisPlayerTargetPosition_t6894590E56669A98942B41E06C3DB37194CBD63C_mEE9EC17F111DFAE1756AD86B03C886D17084D441_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
PlayerTargetPosition_t6894590E56669A98942B41E06C3DB37194CBD63C* V_0 = NULL;
|
|
{
|
|
// var playerTarget = target.GetComponent<PlayerTargetPosition>();
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_0 = ___0_target;
|
|
NullCheck(L_0);
|
|
PlayerTargetPosition_t6894590E56669A98942B41E06C3DB37194CBD63C* L_1;
|
|
L_1 = Component_GetComponent_TisPlayerTargetPosition_t6894590E56669A98942B41E06C3DB37194CBD63C_mEE9EC17F111DFAE1756AD86B03C886D17084D441(L_0, Component_GetComponent_TisPlayerTargetPosition_t6894590E56669A98942B41E06C3DB37194CBD63C_mEE9EC17F111DFAE1756AD86B03C886D17084D441_RuntimeMethod_var);
|
|
V_0 = L_1;
|
|
// if (playerTarget)
|
|
PlayerTargetPosition_t6894590E56669A98942B41E06C3DB37194CBD63C* L_2 = V_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_0017;
|
|
}
|
|
}
|
|
{
|
|
// target = playerTarget.GetTarget();
|
|
PlayerTargetPosition_t6894590E56669A98942B41E06C3DB37194CBD63C* L_4 = V_0;
|
|
NullCheck(L_4);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_5;
|
|
L_5 = PlayerTargetPosition_GetTarget_m7AA74CF2EE6CB915AD308A844AC78188943253AB(L_4, NULL);
|
|
___0_target = L_5;
|
|
}
|
|
|
|
IL_0017:
|
|
{
|
|
// weapon.transform.LookAt(target);
|
|
ExtGunBase_t9706330BF6070A6D41F878663F99E9A060AF477C* L_6 = __this->___weapon_12;
|
|
NullCheck(L_6);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_7;
|
|
L_7 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(L_6, NULL);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_8 = ___0_target;
|
|
NullCheck(L_7);
|
|
Transform_LookAt_mA8567593181FD78BBDC2AF29AD99F93BDB2976B2(L_7, L_8, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void NpcCombatParazit::OnHit(HurricaneVR.Framework.Components.HVRDamageProvider,UnityEngine.RaycastHit)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NpcCombatParazit_OnHit_m2202CFE19FAC2FE52ADB0094B97E376691A76864 (NpcCombatParazit_t609BF18369903625745D21FEF6804AAE451E8F5F* __this, HVRDamageProvider_t644E715C78F99085A4CE9EF098C0FC4BC5BFD235* ___0_damageProvider, RaycastHit_t6F30BD0B38B56401CA833A1B87BD74F2ACD2F2B5 ___1_hit, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_Instantiate_TisGameObject_t76FEDD663AB33C991A9C9A23129337651094216F_m831D2F71DF2AA6C93AFDFEFA04CF2CFC5FBBCDB4_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// health -= damageProvider.Damage;
|
|
float L_0 = __this->___health_9;
|
|
HVRDamageProvider_t644E715C78F99085A4CE9EF098C0FC4BC5BFD235* L_1 = ___0_damageProvider;
|
|
NullCheck(L_1);
|
|
float L_2 = L_1->___Damage_4;
|
|
__this->___health_9 = ((float)il2cpp_codegen_subtract(L_0, L_2));
|
|
// if(health <= 0)
|
|
float L_3 = __this->___health_9;
|
|
if ((!(((float)L_3) <= ((float)(0.0f)))))
|
|
{
|
|
goto IL_008d;
|
|
}
|
|
}
|
|
{
|
|
// health = 0;
|
|
__this->___health_9 = (0.0f);
|
|
// if(explosionPrefab)
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_4 = __this->___explosionPrefab_13;
|
|
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_0064;
|
|
}
|
|
}
|
|
{
|
|
// var explosion = Instantiate(explosionPrefab, transform.position, Quaternion.identity);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_6 = __this->___explosionPrefab_13;
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_7;
|
|
L_7 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(__this, NULL);
|
|
NullCheck(L_7);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_8;
|
|
L_8 = Transform_get_position_m69CD5FA214FDAE7BB701552943674846C220FDE1(L_7, NULL);
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_9;
|
|
L_9 = Quaternion_get_identity_m7E701AE095ED10FD5EA0B50ABCFDE2EEFF2173A5_inline(NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_10;
|
|
L_10 = Object_Instantiate_TisGameObject_t76FEDD663AB33C991A9C9A23129337651094216F_m831D2F71DF2AA6C93AFDFEFA04CF2CFC5FBBCDB4(L_6, L_8, L_9, Object_Instantiate_TisGameObject_t76FEDD663AB33C991A9C9A23129337651094216F_m831D2F71DF2AA6C93AFDFEFA04CF2CFC5FBBCDB4_RuntimeMethod_var);
|
|
// Destroy(explosion, 2f);
|
|
Object_Destroy_m064F2A066491D2DC4FFCFBDBE5FCFFB807A04436(L_10, (2.0f), NULL);
|
|
// explosionPrefab = null;
|
|
__this->___explosionPrefab_13 = (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___explosionPrefab_13), (void*)(GameObject_t76FEDD663AB33C991A9C9A23129337651094216F*)NULL);
|
|
}
|
|
|
|
IL_0064:
|
|
{
|
|
// if (dissolver) dissolver.Enabled();
|
|
Dissolver_t502EB233898B8E3E8F052DCADCA0B09A2449D6F5* L_11 = __this->___dissolver_16;
|
|
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_007c;
|
|
}
|
|
}
|
|
{
|
|
// if (dissolver) dissolver.Enabled();
|
|
Dissolver_t502EB233898B8E3E8F052DCADCA0B09A2449D6F5* L_13 = __this->___dissolver_16;
|
|
NullCheck(L_13);
|
|
Dissolver_Enabled_m384BFCF2A59B37DD162996FF102F7BBF43427987(L_13, NULL);
|
|
}
|
|
|
|
IL_007c:
|
|
{
|
|
// Destroy(gameObject, 2f);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_14;
|
|
L_14 = Component_get_gameObject_m57AEFBB14DB39EC476F740BA000E170355DE691B(__this, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
Object_Destroy_m064F2A066491D2DC4FFCFBDBE5FCFFB807A04436(L_14, (2.0f), NULL);
|
|
return;
|
|
}
|
|
|
|
IL_008d:
|
|
{
|
|
// SetCombatState();
|
|
NpcCombatAbstract_SetCombatState_m3EFBBBC9301CD512447D2C3BEFFBD85504545C5F(__this, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void NpcCombatParazit::AnimAttackCallback()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NpcCombatParazit_AnimAttackCallback_m2C2E3ED0F88639A9096601BF43ACEF1AB58061AC (NpcCombatParazit_t609BF18369903625745D21FEF6804AAE451E8F5F* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// UpdateAim(targetToAim);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_0 = __this->___targetToAim_26;
|
|
NpcCombatParazit_UpdateAim_m8F2E6CD650D09DECBEF320B8B40116610315A411(__this, L_0, NULL);
|
|
// if (isRange)
|
|
bool L_1 = __this->___isRange_27;
|
|
if (!L_1)
|
|
{
|
|
goto IL_0042;
|
|
}
|
|
}
|
|
{
|
|
// weapon.CallShoot();
|
|
ExtGunBase_t9706330BF6070A6D41F878663F99E9A060AF477C* L_2 = __this->___weapon_12;
|
|
NullCheck(L_2);
|
|
ExtGunBase_CallShoot_mDBE5781B48FC331651EB191995F2967C8C20ABCE(L_2, NULL);
|
|
// if (!attackClip.IsNull) RuntimeManager.PlayOneShot(attackClip, transform.position);
|
|
EventReference_tA4CA1F882DC447E6B50F989D1FC08F065C91FB51* L_3 = (&__this->___attackClip_14);
|
|
bool L_4;
|
|
L_4 = EventReference_get_IsNull_m5EE7DC533D829CE452CEAA0234A817BDE4B989BB(L_3, NULL);
|
|
if (L_4)
|
|
{
|
|
goto IL_0042;
|
|
}
|
|
}
|
|
{
|
|
// if (!attackClip.IsNull) RuntimeManager.PlayOneShot(attackClip, transform.position);
|
|
EventReference_tA4CA1F882DC447E6B50F989D1FC08F065C91FB51 L_5 = __this->___attackClip_14;
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_6;
|
|
L_6 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(__this, NULL);
|
|
NullCheck(L_6);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_7;
|
|
L_7 = Transform_get_position_m69CD5FA214FDAE7BB701552943674846C220FDE1(L_6, NULL);
|
|
RuntimeManager_PlayOneShot_mAD2F5F97CC310E4D708AA0481162E674FACE2235(L_5, L_7, NULL);
|
|
}
|
|
|
|
IL_0042:
|
|
{
|
|
// targetToAim = null;
|
|
__this->___targetToAim_26 = (Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___targetToAim_26), (void*)(Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1*)NULL);
|
|
// isRange = false;
|
|
__this->___isRange_27 = (bool)0;
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void NpcCombatParazit::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NpcCombatParazit__ctor_m7F14F56D824CEB3EC6E1A024CFC91304334BF3F1 (NpcCombatParazit_t609BF18369903625745D21FEF6804AAE451E8F5F* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// [SerializeField] private float health = 20;
|
|
__this->___health_9 = (20.0f);
|
|
// [SerializeField] private float cooldownTimeAttack = 2f;
|
|
__this->___cooldownTimeAttack_10 = (2.0f);
|
|
// [SerializeField] private float cooldownTimeAggressiveAnim = 2f;
|
|
__this->___cooldownTimeAggressiveAnim_11 = (2.0f);
|
|
NpcCombatAbstract__ctor_m20784D6B7F82FC47B7BAC0D77F6E1B0C154A9235(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void NpcCombatParazit::.cctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NpcCombatParazit__cctor_mFBB5D72871A70EEA5D6CA9D0D979C14843F9C684 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NpcCombatParazit_t609BF18369903625745D21FEF6804AAE451E8F5F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3DEA2AA46DE49D606C3FF816B289B181ABCDED45);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral508450355DF2A5BB172C6D21A5C54D7806587D91);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral932DFA0AD0A580BC400634A62A5BDDF61FC52B4F);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// private static readonly int AttackAnim = Animator.StringToHash("Attack");
|
|
int32_t L_0;
|
|
L_0 = Animator_StringToHash_mD67B872C411BE37641F49D7AA1DBD45B67F63E3A(_stringLiteral508450355DF2A5BB172C6D21A5C54D7806587D91, NULL);
|
|
((NpcCombatParazit_t609BF18369903625745D21FEF6804AAE451E8F5F_StaticFields*)il2cpp_codegen_static_fields_for(NpcCombatParazit_t609BF18369903625745D21FEF6804AAE451E8F5F_il2cpp_TypeInfo_var))->___AttackAnim_21 = L_0;
|
|
// private static readonly int AggressiveAnim = Animator.StringToHash("Aggressive");
|
|
int32_t L_1;
|
|
L_1 = Animator_StringToHash_mD67B872C411BE37641F49D7AA1DBD45B67F63E3A(_stringLiteral932DFA0AD0A580BC400634A62A5BDDF61FC52B4F, NULL);
|
|
((NpcCombatParazit_t609BF18369903625745D21FEF6804AAE451E8F5F_StaticFields*)il2cpp_codegen_static_fields_for(NpcCombatParazit_t609BF18369903625745D21FEF6804AAE451E8F5F_il2cpp_TypeInfo_var))->___AggressiveAnim_22 = L_1;
|
|
// private static readonly int IdleIdAnim = Animator.StringToHash("IdleId");
|
|
int32_t L_2;
|
|
L_2 = Animator_StringToHash_mD67B872C411BE37641F49D7AA1DBD45B67F63E3A(_stringLiteral3DEA2AA46DE49D606C3FF816B289B181ABCDED45, NULL);
|
|
((NpcCombatParazit_t609BF18369903625745D21FEF6804AAE451E8F5F_StaticFields*)il2cpp_codegen_static_fields_for(NpcCombatParazit_t609BF18369903625745D21FEF6804AAE451E8F5F_il2cpp_TypeInfo_var))->___IdleIdAnim_23 = L_2;
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean NpcCombatParazit::<AttackState>b__27_0()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NpcCombatParazit_U3CAttackStateU3Eb__27_0_mFA5E79B2C4537B6C5F16CCC788A238D445AF0D3D (NpcCombatParazit_t609BF18369903625745D21FEF6804AAE451E8F5F* __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;
|
|
}
|
|
{
|
|
// yield return new WaitUntil(() => targetToAim == null);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_0 = __this->___targetToAim_26;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_1;
|
|
L_1 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_0, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
#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 NpcCombatParazit/<PlayAggressiveAnim>d__26::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CPlayAggressiveAnimU3Ed__26__ctor_m29E6052EFC1E755945B39341826F4CBCFE577CE9 (U3CPlayAggressiveAnimU3Ed__26_tC89D9496B501440528F52A01B2D812867F6032AA* __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 NpcCombatParazit/<PlayAggressiveAnim>d__26::System.IDisposable.Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CPlayAggressiveAnimU3Ed__26_System_IDisposable_Dispose_mF00C14A608519870E320BAF1D7472153A1DDCDE7 (U3CPlayAggressiveAnimU3Ed__26_tC89D9496B501440528F52A01B2D812867F6032AA* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean NpcCombatParazit/<PlayAggressiveAnim>d__26::MoveNext()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CPlayAggressiveAnimU3Ed__26_MoveNext_m5DD175C5B71962600B25E65D44396E85BB37283B (U3CPlayAggressiveAnimU3Ed__26_tC89D9496B501440528F52A01B2D812867F6032AA* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NpcCombatParazit_t609BF18369903625745D21FEF6804AAE451E8F5F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
NpcCombatParazit_t609BF18369903625745D21FEF6804AAE451E8F5F* V_1 = NULL;
|
|
{
|
|
int32_t L_0 = __this->___U3CU3E1__state_0;
|
|
V_0 = L_0;
|
|
NpcCombatParazit_t609BF18369903625745D21FEF6804AAE451E8F5F* L_1 = __this->___U3CU3E4__this_2;
|
|
V_1 = L_1;
|
|
int32_t L_2 = V_0;
|
|
switch (L_2)
|
|
{
|
|
case 0:
|
|
{
|
|
goto IL_002a;
|
|
}
|
|
case 1:
|
|
{
|
|
goto IL_005e;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_00af;
|
|
}
|
|
case 3:
|
|
{
|
|
goto IL_00cf;
|
|
}
|
|
case 4:
|
|
{
|
|
goto IL_010d;
|
|
}
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_002a:
|
|
{
|
|
__this->___U3CU3E1__state_0 = (-1);
|
|
// if (status == Status.Running)
|
|
NpcCombatParazit_t609BF18369903625745D21FEF6804AAE451E8F5F* L_3 = V_1;
|
|
NullCheck(L_3);
|
|
int32_t L_4 = L_3->___status_24;
|
|
if ((!(((uint32_t)L_4) == ((uint32_t)2))))
|
|
{
|
|
goto IL_003c;
|
|
}
|
|
}
|
|
{
|
|
// yield break;
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_003c:
|
|
{
|
|
// if (!isAggressiveAnimState)
|
|
NpcCombatParazit_t609BF18369903625745D21FEF6804AAE451E8F5F* L_5 = V_1;
|
|
NullCheck(L_5);
|
|
bool L_6 = L_5->___isAggressiveAnimState_17;
|
|
if (L_6)
|
|
{
|
|
goto IL_00dd;
|
|
}
|
|
}
|
|
{
|
|
// status = Status.Running;
|
|
NpcCombatParazit_t609BF18369903625745D21FEF6804AAE451E8F5F* L_7 = V_1;
|
|
NullCheck(L_7);
|
|
L_7->___status_24 = 2;
|
|
// 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_005e:
|
|
{
|
|
__this->___U3CU3E1__state_0 = (-1);
|
|
// isAggressiveAnimState = true;
|
|
NpcCombatParazit_t609BF18369903625745D21FEF6804AAE451E8F5F* L_8 = V_1;
|
|
NullCheck(L_8);
|
|
L_8->___isAggressiveAnimState_17 = (bool)1;
|
|
// animator.SetTrigger(AggressiveAnim);
|
|
NpcCombatParazit_t609BF18369903625745D21FEF6804AAE451E8F5F* L_9 = V_1;
|
|
NullCheck(L_9);
|
|
Animator_t8A52E42AE54F76681838FE9E632683EF3952E883* L_10 = L_9->___animator_8;
|
|
il2cpp_codegen_runtime_class_init_inline(NpcCombatParazit_t609BF18369903625745D21FEF6804AAE451E8F5F_il2cpp_TypeInfo_var);
|
|
int32_t L_11 = ((NpcCombatParazit_t609BF18369903625745D21FEF6804AAE451E8F5F_StaticFields*)il2cpp_codegen_static_fields_for(NpcCombatParazit_t609BF18369903625745D21FEF6804AAE451E8F5F_il2cpp_TypeInfo_var))->___AggressiveAnim_22;
|
|
NullCheck(L_10);
|
|
Animator_SetTrigger_m2D9CACEFDE11FF9DB99207B5CBD251C1EC047939(L_10, L_11, NULL);
|
|
// if (!aggressiveClip.IsNull) RuntimeManager.PlayOneShot(aggressiveClip, transform.position);
|
|
NpcCombatParazit_t609BF18369903625745D21FEF6804AAE451E8F5F* L_12 = V_1;
|
|
NullCheck(L_12);
|
|
EventReference_tA4CA1F882DC447E6B50F989D1FC08F065C91FB51* L_13 = (&L_12->___aggressiveClip_15);
|
|
bool L_14;
|
|
L_14 = EventReference_get_IsNull_m5EE7DC533D829CE452CEAA0234A817BDE4B989BB(L_13, NULL);
|
|
if (L_14)
|
|
{
|
|
goto IL_009f;
|
|
}
|
|
}
|
|
{
|
|
// if (!aggressiveClip.IsNull) RuntimeManager.PlayOneShot(aggressiveClip, transform.position);
|
|
NpcCombatParazit_t609BF18369903625745D21FEF6804AAE451E8F5F* L_15 = V_1;
|
|
NullCheck(L_15);
|
|
EventReference_tA4CA1F882DC447E6B50F989D1FC08F065C91FB51 L_16 = L_15->___aggressiveClip_15;
|
|
NpcCombatParazit_t609BF18369903625745D21FEF6804AAE451E8F5F* L_17 = V_1;
|
|
NullCheck(L_17);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_18;
|
|
L_18 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(L_17, NULL);
|
|
NullCheck(L_18);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_19;
|
|
L_19 = Transform_get_position_m69CD5FA214FDAE7BB701552943674846C220FDE1(L_18, NULL);
|
|
RuntimeManager_PlayOneShot_mAD2F5F97CC310E4D708AA0481162E674FACE2235(L_16, L_19, NULL);
|
|
}
|
|
|
|
IL_009f:
|
|
{
|
|
// yield return null;
|
|
__this->___U3CU3E2__current_1 = NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CU3E2__current_1), (void*)NULL);
|
|
__this->___U3CU3E1__state_0 = 2;
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_00af:
|
|
{
|
|
__this->___U3CU3E1__state_0 = (-1);
|
|
// yield return new WaitForSeconds(1f);
|
|
WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3* L_20 = (WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3*)il2cpp_codegen_object_new(WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3_il2cpp_TypeInfo_var);
|
|
NullCheck(L_20);
|
|
WaitForSeconds__ctor_m579F95BADEDBAB4B3A7E302C6EE3995926EF2EFC(L_20, (1.0f), NULL);
|
|
__this->___U3CU3E2__current_1 = L_20;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CU3E2__current_1), (void*)L_20);
|
|
__this->___U3CU3E1__state_0 = 3;
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_00cf:
|
|
{
|
|
__this->___U3CU3E1__state_0 = (-1);
|
|
// status = Status.Success;
|
|
NpcCombatParazit_t609BF18369903625745D21FEF6804AAE451E8F5F* L_21 = V_1;
|
|
NullCheck(L_21);
|
|
L_21->___status_24 = 1;
|
|
}
|
|
|
|
IL_00dd:
|
|
{
|
|
// if (nextTimeAggressive >= cooldownTimeAggressiveAnim)
|
|
NpcCombatParazit_t609BF18369903625745D21FEF6804AAE451E8F5F* L_22 = V_1;
|
|
NullCheck(L_22);
|
|
float L_23 = L_22->___nextTimeAggressive_20;
|
|
NpcCombatParazit_t609BF18369903625745D21FEF6804AAE451E8F5F* L_24 = V_1;
|
|
NullCheck(L_24);
|
|
float L_25 = L_24->___cooldownTimeAggressiveAnim_11;
|
|
if ((!(((float)L_23) >= ((float)L_25))))
|
|
{
|
|
goto IL_00fd;
|
|
}
|
|
}
|
|
{
|
|
// nextTimeAggressive = 0;
|
|
NpcCombatParazit_t609BF18369903625745D21FEF6804AAE451E8F5F* L_26 = V_1;
|
|
NullCheck(L_26);
|
|
L_26->___nextTimeAggressive_20 = (0.0f);
|
|
// isAggressiveAnimState = false;
|
|
NpcCombatParazit_t609BF18369903625745D21FEF6804AAE451E8F5F* L_27 = V_1;
|
|
NullCheck(L_27);
|
|
L_27->___isAggressiveAnimState_17 = (bool)0;
|
|
}
|
|
|
|
IL_00fd:
|
|
{
|
|
// yield return null;
|
|
__this->___U3CU3E2__current_1 = NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CU3E2__current_1), (void*)NULL);
|
|
__this->___U3CU3E1__state_0 = 4;
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_010d:
|
|
{
|
|
__this->___U3CU3E1__state_0 = (-1);
|
|
// }
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Object NpcCombatParazit/<PlayAggressiveAnim>d__26::System.Collections.Generic.IEnumerator<System.Object>.get_Current()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CPlayAggressiveAnimU3Ed__26_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_m6FEE67EDB3C43E547C0C6937331562A0C54ED70D (U3CPlayAggressiveAnimU3Ed__26_tC89D9496B501440528F52A01B2D812867F6032AA* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject* L_0 = __this->___U3CU3E2__current_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void NpcCombatParazit/<PlayAggressiveAnim>d__26::System.Collections.IEnumerator.Reset()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CPlayAggressiveAnimU3Ed__26_System_Collections_IEnumerator_Reset_mF00B561EEEFCB3094E52388C0F27443E48FD8BB4 (U3CPlayAggressiveAnimU3Ed__26_tC89D9496B501440528F52A01B2D812867F6032AA* __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*)&U3CPlayAggressiveAnimU3Ed__26_System_Collections_IEnumerator_Reset_mF00B561EEEFCB3094E52388C0F27443E48FD8BB4_RuntimeMethod_var)));
|
|
}
|
|
}
|
|
// System.Object NpcCombatParazit/<PlayAggressiveAnim>d__26::System.Collections.IEnumerator.get_Current()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CPlayAggressiveAnimU3Ed__26_System_Collections_IEnumerator_get_Current_m0D03AC634D00E7B53E4EF78B61BCE6DB6BF9E7E4 (U3CPlayAggressiveAnimU3Ed__26_tC89D9496B501440528F52A01B2D812867F6032AA* __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 NpcCombatParazit/<AttackState>d__27::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CAttackStateU3Ed__27__ctor_mF3B6DB206A0233AEBFB67E2D31EA2AD812CA3FE9 (U3CAttackStateU3Ed__27_t2C0EEB3C1C11A1DC69549EF7F9EEFE0E5CA7030D* __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 NpcCombatParazit/<AttackState>d__27::System.IDisposable.Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CAttackStateU3Ed__27_System_IDisposable_Dispose_m8C5403296F73504ED30A1E3E08E01C9C1705FC3A (U3CAttackStateU3Ed__27_t2C0EEB3C1C11A1DC69549EF7F9EEFE0E5CA7030D* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean NpcCombatParazit/<AttackState>d__27::MoveNext()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CAttackStateU3Ed__27_MoveNext_mC07CB719E7FAEBD5390D77FFD9F4071819436823 (U3CAttackStateU3Ed__27_t2C0EEB3C1C11A1DC69549EF7F9EEFE0E5CA7030D* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_1_t2BE7F58348C9CC544A8973B3A9E55541DE43C457_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NpcCombatParazit_U3CAttackStateU3Eb__27_0_mFA5E79B2C4537B6C5F16CCC788A238D445AF0D3D_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NpcCombatParazit_t609BF18369903625745D21FEF6804AAE451E8F5F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WaitUntil_tA1CD487C5811E7C1F8C4ADA85DF5F4EFDC1D41BD_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
NpcCombatParazit_t609BF18369903625745D21FEF6804AAE451E8F5F* V_1 = NULL;
|
|
{
|
|
int32_t L_0 = __this->___U3CU3E1__state_0;
|
|
V_0 = L_0;
|
|
NpcCombatParazit_t609BF18369903625745D21FEF6804AAE451E8F5F* 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_00a1;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_00e1;
|
|
}
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0022:
|
|
{
|
|
__this->___U3CU3E1__state_0 = (-1);
|
|
// if ((!isAggressiveAnimState && IsAggressiveMode) || status == Status.Running)
|
|
NpcCombatParazit_t609BF18369903625745D21FEF6804AAE451E8F5F* L_3 = V_1;
|
|
NullCheck(L_3);
|
|
bool L_4 = L_3->___isAggressiveAnimState_17;
|
|
if (L_4)
|
|
{
|
|
goto IL_0039;
|
|
}
|
|
}
|
|
{
|
|
NpcCombatParazit_t609BF18369903625745D21FEF6804AAE451E8F5F* L_5 = V_1;
|
|
NullCheck(L_5);
|
|
bool L_6;
|
|
L_6 = NpcCombatAbstract_get_IsAggressiveMode_m62559041AB15A7AEA75CB262F1427C0C4FB4AFAA_inline(L_5, NULL);
|
|
if (L_6)
|
|
{
|
|
goto IL_0042;
|
|
}
|
|
}
|
|
|
|
IL_0039:
|
|
{
|
|
NpcCombatParazit_t609BF18369903625745D21FEF6804AAE451E8F5F* L_7 = V_1;
|
|
NullCheck(L_7);
|
|
int32_t L_8 = L_7->___status_24;
|
|
if ((!(((uint32_t)L_8) == ((uint32_t)2))))
|
|
{
|
|
goto IL_0044;
|
|
}
|
|
}
|
|
|
|
IL_0042:
|
|
{
|
|
// yield break;
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0044:
|
|
{
|
|
// if (nextTime >= cooldownTimeAttack)
|
|
NpcCombatParazit_t609BF18369903625745D21FEF6804AAE451E8F5F* L_9 = V_1;
|
|
NullCheck(L_9);
|
|
float L_10 = L_9->___nextTime_19;
|
|
NpcCombatParazit_t609BF18369903625745D21FEF6804AAE451E8F5F* L_11 = V_1;
|
|
NullCheck(L_11);
|
|
float L_12 = L_11->___cooldownTimeAttack_10;
|
|
if ((!(((float)L_10) >= ((float)L_12))))
|
|
{
|
|
goto IL_00d1;
|
|
}
|
|
}
|
|
{
|
|
// targetToAim = target;
|
|
NpcCombatParazit_t609BF18369903625745D21FEF6804AAE451E8F5F* L_13 = V_1;
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_14 = __this->___target_3;
|
|
NullCheck(L_13);
|
|
L_13->___targetToAim_26 = L_14;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_13->___targetToAim_26), (void*)L_14);
|
|
// status = Status.Running;
|
|
NpcCombatParazit_t609BF18369903625745D21FEF6804AAE451E8F5F* L_15 = V_1;
|
|
NullCheck(L_15);
|
|
L_15->___status_24 = 2;
|
|
// this.isRange = isRange;
|
|
NpcCombatParazit_t609BF18369903625745D21FEF6804AAE451E8F5F* L_16 = V_1;
|
|
bool L_17 = __this->___isRange_4;
|
|
NullCheck(L_16);
|
|
L_16->___isRange_27 = L_17;
|
|
// animator.SetTrigger(AttackAnim);
|
|
NpcCombatParazit_t609BF18369903625745D21FEF6804AAE451E8F5F* L_18 = V_1;
|
|
NullCheck(L_18);
|
|
Animator_t8A52E42AE54F76681838FE9E632683EF3952E883* L_19 = L_18->___animator_8;
|
|
il2cpp_codegen_runtime_class_init_inline(NpcCombatParazit_t609BF18369903625745D21FEF6804AAE451E8F5F_il2cpp_TypeInfo_var);
|
|
int32_t L_20 = ((NpcCombatParazit_t609BF18369903625745D21FEF6804AAE451E8F5F_StaticFields*)il2cpp_codegen_static_fields_for(NpcCombatParazit_t609BF18369903625745D21FEF6804AAE451E8F5F_il2cpp_TypeInfo_var))->___AttackAnim_21;
|
|
NullCheck(L_19);
|
|
Animator_SetTrigger_m2D9CACEFDE11FF9DB99207B5CBD251C1EC047939(L_19, L_20, NULL);
|
|
// yield return new WaitUntil(() => targetToAim == null);
|
|
NpcCombatParazit_t609BF18369903625745D21FEF6804AAE451E8F5F* L_21 = V_1;
|
|
Func_1_t2BE7F58348C9CC544A8973B3A9E55541DE43C457* L_22 = (Func_1_t2BE7F58348C9CC544A8973B3A9E55541DE43C457*)il2cpp_codegen_object_new(Func_1_t2BE7F58348C9CC544A8973B3A9E55541DE43C457_il2cpp_TypeInfo_var);
|
|
NullCheck(L_22);
|
|
Func_1__ctor_mDFFAE9C73346372438B5B04C4558AC42F1A3DA22(L_22, L_21, (intptr_t)((void*)NpcCombatParazit_U3CAttackStateU3Eb__27_0_mFA5E79B2C4537B6C5F16CCC788A238D445AF0D3D_RuntimeMethod_var), NULL);
|
|
WaitUntil_tA1CD487C5811E7C1F8C4ADA85DF5F4EFDC1D41BD* L_23 = (WaitUntil_tA1CD487C5811E7C1F8C4ADA85DF5F4EFDC1D41BD*)il2cpp_codegen_object_new(WaitUntil_tA1CD487C5811E7C1F8C4ADA85DF5F4EFDC1D41BD_il2cpp_TypeInfo_var);
|
|
NullCheck(L_23);
|
|
WaitUntil__ctor_m2C925CF39695C35F4CB1AC997531F203AE1434DF(L_23, L_22, NULL);
|
|
__this->___U3CU3E2__current_1 = L_23;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CU3E2__current_1), (void*)L_23);
|
|
__this->___U3CU3E1__state_0 = 1;
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_00a1:
|
|
{
|
|
__this->___U3CU3E1__state_0 = (-1);
|
|
// status = Status.Success;
|
|
NpcCombatParazit_t609BF18369903625745D21FEF6804AAE451E8F5F* L_24 = V_1;
|
|
NullCheck(L_24);
|
|
L_24->___status_24 = 1;
|
|
// nextTime = 0;
|
|
NpcCombatParazit_t609BF18369903625745D21FEF6804AAE451E8F5F* L_25 = V_1;
|
|
NullCheck(L_25);
|
|
L_25->___nextTime_19 = (0.0f);
|
|
// animator.SetInteger(IdleIdAnim, Random.Range(0, 2));
|
|
NpcCombatParazit_t609BF18369903625745D21FEF6804AAE451E8F5F* L_26 = V_1;
|
|
NullCheck(L_26);
|
|
Animator_t8A52E42AE54F76681838FE9E632683EF3952E883* L_27 = L_26->___animator_8;
|
|
il2cpp_codegen_runtime_class_init_inline(NpcCombatParazit_t609BF18369903625745D21FEF6804AAE451E8F5F_il2cpp_TypeInfo_var);
|
|
int32_t L_28 = ((NpcCombatParazit_t609BF18369903625745D21FEF6804AAE451E8F5F_StaticFields*)il2cpp_codegen_static_fields_for(NpcCombatParazit_t609BF18369903625745D21FEF6804AAE451E8F5F_il2cpp_TypeInfo_var))->___IdleIdAnim_23;
|
|
int32_t L_29;
|
|
L_29 = Random_Range_m6763D9767F033357F88B6637F048F4ACA4123B68(0, 2, NULL);
|
|
NullCheck(L_27);
|
|
Animator_SetInteger_mE823EC7492A7FB266FA723C168226D17085DF3E8(L_27, L_28, L_29, NULL);
|
|
}
|
|
|
|
IL_00d1:
|
|
{
|
|
// yield return null;
|
|
__this->___U3CU3E2__current_1 = NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CU3E2__current_1), (void*)NULL);
|
|
__this->___U3CU3E1__state_0 = 2;
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_00e1:
|
|
{
|
|
__this->___U3CU3E1__state_0 = (-1);
|
|
// }
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Object NpcCombatParazit/<AttackState>d__27::System.Collections.Generic.IEnumerator<System.Object>.get_Current()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CAttackStateU3Ed__27_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_m039A6BD327A30D3A54C28815CC3688CC88111CCA (U3CAttackStateU3Ed__27_t2C0EEB3C1C11A1DC69549EF7F9EEFE0E5CA7030D* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject* L_0 = __this->___U3CU3E2__current_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void NpcCombatParazit/<AttackState>d__27::System.Collections.IEnumerator.Reset()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CAttackStateU3Ed__27_System_Collections_IEnumerator_Reset_mCE566737F916C7D62D1E5286CAB6A7AA0D61F50E (U3CAttackStateU3Ed__27_t2C0EEB3C1C11A1DC69549EF7F9EEFE0E5CA7030D* __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*)&U3CAttackStateU3Ed__27_System_Collections_IEnumerator_Reset_mCE566737F916C7D62D1E5286CAB6A7AA0D61F50E_RuntimeMethod_var)));
|
|
}
|
|
}
|
|
// System.Object NpcCombatParazit/<AttackState>d__27::System.Collections.IEnumerator.get_Current()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CAttackStateU3Ed__27_System_Collections_IEnumerator_get_Current_mB8B0DB5EE3CE1DC7E528D29B7EB93120591164FD (U3CAttackStateU3Ed__27_t2C0EEB3C1C11A1DC69549EF7F9EEFE0E5CA7030D* __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 NpcCombatSoldier::UnAttachWeapon()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NpcCombatSoldier_UnAttachWeapon_mEA96EB87DE9B67ECCAF890EA24637B1F91C1873D (NpcCombatSoldier_t41ACF46777292813C2AF8AF86D30C446A29188F0* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_AddComponent_TisRigidbody_t268697F5A994213ED97393309870968BC1C7393C_m03A761629A3F71B0248F1B26EF612F592B757093_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// gun.gameObject.transform.parent = null;
|
|
ExtGunBase_t9706330BF6070A6D41F878663F99E9A060AF477C* L_0 = __this->___gun_12;
|
|
NullCheck(L_0);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_1;
|
|
L_1 = Component_get_gameObject_m57AEFBB14DB39EC476F740BA000E170355DE691B(L_0, NULL);
|
|
NullCheck(L_1);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_2;
|
|
L_2 = GameObject_get_transform_m0BC10ADFA1632166AE5544BDF9038A2650C2AE56(L_1, NULL);
|
|
NullCheck(L_2);
|
|
Transform_set_parent_m9BD5E563B539DD5BEC342736B03F97B38A243234(L_2, (Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1*)NULL, NULL);
|
|
// gun.gameObject.AddComponent<Rigidbody>();
|
|
ExtGunBase_t9706330BF6070A6D41F878663F99E9A060AF477C* L_3 = __this->___gun_12;
|
|
NullCheck(L_3);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_4;
|
|
L_4 = Component_get_gameObject_m57AEFBB14DB39EC476F740BA000E170355DE691B(L_3, NULL);
|
|
NullCheck(L_4);
|
|
Rigidbody_t268697F5A994213ED97393309870968BC1C7393C* L_5;
|
|
L_5 = GameObject_AddComponent_TisRigidbody_t268697F5A994213ED97393309870968BC1C7393C_m03A761629A3F71B0248F1B26EF612F592B757093(L_4, GameObject_AddComponent_TisRigidbody_t268697F5A994213ED97393309870968BC1C7393C_m03A761629A3F71B0248F1B26EF612F592B757093_RuntimeMethod_var);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// NodeCanvas.Framework.Status NpcCombatSoldier::Attack(UnityEngine.GameObject,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NpcCombatSoldier_Attack_m0D243151A5E39AFB638374AF2F650F6A4C04CD66 (NpcCombatSoldier_t41ACF46777292813C2AF8AF86D30C446A29188F0* __this, GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___0_target, bool ___1_isRange, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_GetComponent_TisPlayerTargetPosition_t6894590E56669A98942B41E06C3DB37194CBD63C_m21DC66B703EA369C6A77DF52913B42DA5D663EFD_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NpcCombatSoldier_t41ACF46777292813C2AF8AF86D30C446A29188F0_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// nextTime += Time.deltaTime;
|
|
float L_0 = __this->___nextTime_11;
|
|
float L_1;
|
|
L_1 = Time_get_deltaTime_mC3195000401F0FD167DD2F948FD2BC58330D0865(NULL);
|
|
__this->___nextTime_11 = ((float)il2cpp_codegen_add(L_0, L_1));
|
|
// if (oldTransform == null || oldTransform != target.transform)
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_2 = __this->___oldTransform_14;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_3;
|
|
L_3 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_2, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
if (L_3)
|
|
{
|
|
goto IL_0033;
|
|
}
|
|
}
|
|
{
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_4 = __this->___oldTransform_14;
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_5 = ___0_target;
|
|
NullCheck(L_5);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_6;
|
|
L_6 = GameObject_get_transform_m0BC10ADFA1632166AE5544BDF9038A2650C2AE56(L_5, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_7;
|
|
L_7 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_4, L_6, NULL);
|
|
if (!L_7)
|
|
{
|
|
goto IL_008c;
|
|
}
|
|
}
|
|
|
|
IL_0033:
|
|
{
|
|
// oldTransform = target.transform;
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_8 = ___0_target;
|
|
NullCheck(L_8);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_9;
|
|
L_9 = GameObject_get_transform_m0BC10ADFA1632166AE5544BDF9038A2650C2AE56(L_8, NULL);
|
|
__this->___oldTransform_14 = L_9;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___oldTransform_14), (void*)L_9);
|
|
// playerTargetPosition = target.GetComponent<PlayerTargetPosition>();
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_10 = ___0_target;
|
|
NullCheck(L_10);
|
|
PlayerTargetPosition_t6894590E56669A98942B41E06C3DB37194CBD63C* L_11;
|
|
L_11 = GameObject_GetComponent_TisPlayerTargetPosition_t6894590E56669A98942B41E06C3DB37194CBD63C_m21DC66B703EA369C6A77DF52913B42DA5D663EFD(L_10, GameObject_GetComponent_TisPlayerTargetPosition_t6894590E56669A98942B41E06C3DB37194CBD63C_m21DC66B703EA369C6A77DF52913B42DA5D663EFD_RuntimeMethod_var);
|
|
__this->___playerTargetPosition_15 = L_11;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___playerTargetPosition_15), (void*)L_11);
|
|
// if (playerTargetPosition != null)
|
|
PlayerTargetPosition_t6894590E56669A98942B41E06C3DB37194CBD63C* L_12 = __this->___playerTargetPosition_15;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_13;
|
|
L_13 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_12, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
if (!L_13)
|
|
{
|
|
goto IL_0076;
|
|
}
|
|
}
|
|
{
|
|
// aim.solver.target = playerTargetPosition.GetTarget();
|
|
AimIK_t70D79BD6465E061CC1CAE09D26BEEEE454D15264* L_14 = __this->___aim_13;
|
|
NullCheck(L_14);
|
|
IKSolverAim_tCA20C3F87AF8E71124E2CA17F9E5AAA2912B8789* L_15 = L_14->___solver_10;
|
|
PlayerTargetPosition_t6894590E56669A98942B41E06C3DB37194CBD63C* L_16 = __this->___playerTargetPosition_15;
|
|
NullCheck(L_16);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_17;
|
|
L_17 = PlayerTargetPosition_GetTarget_m7AA74CF2EE6CB915AD308A844AC78188943253AB(L_16, NULL);
|
|
NullCheck(L_15);
|
|
((IKSolverHeuristic_tE9187D7C8E900617B4FE451C82FF14BB5CF2F484*)L_15)->___target_10 = L_17;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((IKSolverHeuristic_tE9187D7C8E900617B4FE451C82FF14BB5CF2F484*)L_15)->___target_10), (void*)L_17);
|
|
goto IL_008c;
|
|
}
|
|
|
|
IL_0076:
|
|
{
|
|
// aim.solver.target = target.transform;
|
|
AimIK_t70D79BD6465E061CC1CAE09D26BEEEE454D15264* L_18 = __this->___aim_13;
|
|
NullCheck(L_18);
|
|
IKSolverAim_tCA20C3F87AF8E71124E2CA17F9E5AAA2912B8789* L_19 = L_18->___solver_10;
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_20 = ___0_target;
|
|
NullCheck(L_20);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_21;
|
|
L_21 = GameObject_get_transform_m0BC10ADFA1632166AE5544BDF9038A2650C2AE56(L_20, NULL);
|
|
NullCheck(L_19);
|
|
((IKSolverHeuristic_tE9187D7C8E900617B4FE451C82FF14BB5CF2F484*)L_19)->___target_10 = L_21;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((IKSolverHeuristic_tE9187D7C8E900617B4FE451C82FF14BB5CF2F484*)L_19)->___target_10), (void*)L_21);
|
|
}
|
|
|
|
IL_008c:
|
|
{
|
|
// if (nextTime >= cooldownTimeShoot)
|
|
float L_22 = __this->___nextTime_11;
|
|
float L_23 = __this->___cooldownTimeShoot_10;
|
|
if ((!(((float)L_22) >= ((float)L_23))))
|
|
{
|
|
goto IL_00bc;
|
|
}
|
|
}
|
|
{
|
|
// nextTime = 0;
|
|
__this->___nextTime_11 = (0.0f);
|
|
// animator.SetTrigger(shoot);
|
|
Animator_t8A52E42AE54F76681838FE9E632683EF3952E883* L_24 = __this->___animator_8;
|
|
il2cpp_codegen_runtime_class_init_inline(NpcCombatSoldier_t41ACF46777292813C2AF8AF86D30C446A29188F0_il2cpp_TypeInfo_var);
|
|
int32_t L_25 = ((NpcCombatSoldier_t41ACF46777292813C2AF8AF86D30C446A29188F0_StaticFields*)il2cpp_codegen_static_fields_for(NpcCombatSoldier_t41ACF46777292813C2AF8AF86D30C446A29188F0_il2cpp_TypeInfo_var))->___shoot_9;
|
|
NullCheck(L_24);
|
|
Animator_SetTrigger_m2D9CACEFDE11FF9DB99207B5CBD251C1EC047939(L_24, L_25, NULL);
|
|
// RangeAttack(target);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_26 = ___0_target;
|
|
NpcCombatSoldier_RangeAttack_mBEFD567A9838434F1BB5F6108EA0631E0ADDC888(__this, L_26, NULL);
|
|
}
|
|
|
|
IL_00bc:
|
|
{
|
|
// return Status.Success;
|
|
return (int32_t)(1);
|
|
}
|
|
}
|
|
// NodeCanvas.Framework.Status NpcCombatSoldier::ResetCooldown()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NpcCombatSoldier_ResetCooldown_m99BBB76CFEDB9EE74D320C9F88048F5518AFE06B (NpcCombatSoldier_t41ACF46777292813C2AF8AF86D30C446A29188F0* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// nextTime = cooldownTimeShoot;
|
|
float L_0 = __this->___cooldownTimeShoot_10;
|
|
__this->___nextTime_11 = L_0;
|
|
// return Status.Success;
|
|
return (int32_t)(1);
|
|
}
|
|
}
|
|
// NodeCanvas.Framework.Status NpcCombatSoldier::GetAttackStatus()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NpcCombatSoldier_GetAttackStatus_mD992B457648FD3040ACDC2421C800CEE1195748E (NpcCombatSoldier_t41ACF46777292813C2AF8AF86D30C446A29188F0* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return Status.Success;
|
|
return (int32_t)(1);
|
|
}
|
|
}
|
|
// NodeCanvas.Framework.Status NpcCombatSoldier::Aggressive()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NpcCombatSoldier_Aggressive_m7B1080265FE21106C0EB809EBD981422806FB1D4 (NpcCombatSoldier_t41ACF46777292813C2AF8AF86D30C446A29188F0* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return Status.Success;
|
|
return (int32_t)(1);
|
|
}
|
|
}
|
|
// System.Void NpcCombatSoldier::RangeAttack(UnityEngine.GameObject)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NpcCombatSoldier_RangeAttack_mBEFD567A9838434F1BB5F6108EA0631E0ADDC888 (NpcCombatSoldier_t41ACF46777292813C2AF8AF86D30C446A29188F0* __this, GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___0_target, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// gun.CallShoot();
|
|
ExtGunBase_t9706330BF6070A6D41F878663F99E9A060AF477C* L_0 = __this->___gun_12;
|
|
NullCheck(L_0);
|
|
ExtGunBase_CallShoot_mDBE5781B48FC331651EB191995F2967C8C20ABCE(L_0, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void NpcCombatSoldier::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NpcCombatSoldier__ctor_mBE88A6C1608AAAB889B8A89C9550C10AE01CBA1C (NpcCombatSoldier_t41ACF46777292813C2AF8AF86D30C446A29188F0* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// [SerializeField] private float cooldownTimeShoot = 2f;
|
|
__this->___cooldownTimeShoot_10 = (2.0f);
|
|
NpcCombatAbstract__ctor_m20784D6B7F82FC47B7BAC0D77F6E1B0C154A9235(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void NpcCombatSoldier::.cctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NpcCombatSoldier__cctor_m68D3D6D9E8011BFB21977CBF7EE440DCBCBBD65E (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NpcCombatSoldier_t41ACF46777292813C2AF8AF86D30C446A29188F0_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral508450355DF2A5BB172C6D21A5C54D7806587D91);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// private static readonly int shoot = Animator.StringToHash("Attack");
|
|
int32_t L_0;
|
|
L_0 = Animator_StringToHash_mD67B872C411BE37641F49D7AA1DBD45B67F63E3A(_stringLiteral508450355DF2A5BB172C6D21A5C54D7806587D91, NULL);
|
|
((NpcCombatSoldier_t41ACF46777292813C2AF8AF86D30C446A29188F0_StaticFields*)il2cpp_codegen_static_fields_for(NpcCombatSoldier_t41ACF46777292813C2AF8AF86D30C446A29188F0_il2cpp_TypeInfo_var))->___shoot_9 = 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
|
|
// System.Void NpcMovementAnimator::Update()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NpcMovementAnimator_Update_mCED30527752968BC514F618D41A4D6BBF4F0A768 (NpcMovementAnimator_t3AD0AA4F83B1448CBEEE1A1443C06D512A099A5A* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NpcMovementAnimator_t3AD0AA4F83B1448CBEEE1A1443C06D512A099A5A_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
float V_0 = 0.0f;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
float G_B2_0 = 0.0f;
|
|
float G_B1_0 = 0.0f;
|
|
float G_B3_0 = 0.0f;
|
|
float G_B3_1 = 0.0f;
|
|
{
|
|
// var speed = agent.velocity.magnitude / (agent.speed > 0 ? agent.speed : 1f);
|
|
NavMeshAgent_t5D0CCC0B3B78242F286C9BD8EDD87C3CCBD0A66F* L_0 = __this->___agent_5;
|
|
NullCheck(L_0);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_1;
|
|
L_1 = NavMeshAgent_get_velocity_m028219D0E4678D727F00C53AE3DCBCF29AF04DA7(L_0, NULL);
|
|
V_1 = L_1;
|
|
float L_2;
|
|
L_2 = Vector3_get_magnitude_mF0D6017E90B345F1F52D1CC564C640F1A847AF2D_inline((&V_1), NULL);
|
|
NavMeshAgent_t5D0CCC0B3B78242F286C9BD8EDD87C3CCBD0A66F* L_3 = __this->___agent_5;
|
|
NullCheck(L_3);
|
|
float L_4;
|
|
L_4 = NavMeshAgent_get_speed_m3E4720882ED0C65A4E19AADD53BB6CFFB5BB1345(L_3, NULL);
|
|
G_B1_0 = L_2;
|
|
if ((((float)L_4) > ((float)(0.0f))))
|
|
{
|
|
G_B2_0 = L_2;
|
|
goto IL_002c;
|
|
}
|
|
}
|
|
{
|
|
G_B3_0 = (1.0f);
|
|
G_B3_1 = G_B1_0;
|
|
goto IL_0037;
|
|
}
|
|
|
|
IL_002c:
|
|
{
|
|
NavMeshAgent_t5D0CCC0B3B78242F286C9BD8EDD87C3CCBD0A66F* L_5 = __this->___agent_5;
|
|
NullCheck(L_5);
|
|
float L_6;
|
|
L_6 = NavMeshAgent_get_speed_m3E4720882ED0C65A4E19AADD53BB6CFFB5BB1345(L_5, NULL);
|
|
G_B3_0 = L_6;
|
|
G_B3_1 = G_B2_0;
|
|
}
|
|
|
|
IL_0037:
|
|
{
|
|
V_0 = ((float)(G_B3_1/G_B3_0));
|
|
// if (agent.speed == 0) speed = 0;
|
|
NavMeshAgent_t5D0CCC0B3B78242F286C9BD8EDD87C3CCBD0A66F* L_7 = __this->___agent_5;
|
|
NullCheck(L_7);
|
|
float L_8;
|
|
L_8 = NavMeshAgent_get_speed_m3E4720882ED0C65A4E19AADD53BB6CFFB5BB1345(L_7, NULL);
|
|
if ((!(((float)L_8) == ((float)(0.0f)))))
|
|
{
|
|
goto IL_0051;
|
|
}
|
|
}
|
|
{
|
|
// if (agent.speed == 0) speed = 0;
|
|
V_0 = (0.0f);
|
|
}
|
|
|
|
IL_0051:
|
|
{
|
|
// speed = Mathf.Clamp(speed, 0f, 1f);
|
|
float L_9 = V_0;
|
|
float L_10;
|
|
L_10 = Mathf_Clamp_mEB9AEA827D27D20FCC787F7375156AF46BB12BBF_inline(L_9, (0.0f), (1.0f), NULL);
|
|
V_0 = L_10;
|
|
// animator.SetFloat(SpeedAnim, speed);
|
|
Animator_t8A52E42AE54F76681838FE9E632683EF3952E883* L_11 = __this->___animator_4;
|
|
il2cpp_codegen_runtime_class_init_inline(NpcMovementAnimator_t3AD0AA4F83B1448CBEEE1A1443C06D512A099A5A_il2cpp_TypeInfo_var);
|
|
int32_t L_12 = ((NpcMovementAnimator_t3AD0AA4F83B1448CBEEE1A1443C06D512A099A5A_StaticFields*)il2cpp_codegen_static_fields_for(NpcMovementAnimator_t3AD0AA4F83B1448CBEEE1A1443C06D512A099A5A_il2cpp_TypeInfo_var))->___SpeedAnim_6;
|
|
float L_13 = V_0;
|
|
NullCheck(L_11);
|
|
Animator_SetFloat_m2CDA219BBAB214F4069C9844780EBCE6CCF579F5(L_11, L_12, L_13, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void NpcMovementAnimator::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NpcMovementAnimator__ctor_m98A533E9B558D907628975EF102A77C8570DF896 (NpcMovementAnimator_t3AD0AA4F83B1448CBEEE1A1443C06D512A099A5A* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
MonoBehaviour__ctor_m592DB0105CA0BC97AA1C5F4AD27B12D68A3B7C1E(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void NpcMovementAnimator::.cctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NpcMovementAnimator__cctor_m43E7936D87047704FBAD43D4101C7D8A3FB14064 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NpcMovementAnimator_t3AD0AA4F83B1448CBEEE1A1443C06D512A099A5A_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5D2E3D85D1C3D4F42FAE33FB35C01C48241E0B32);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// private static readonly int SpeedAnim = Animator.StringToHash("Speed");
|
|
int32_t L_0;
|
|
L_0 = Animator_StringToHash_mD67B872C411BE37641F49D7AA1DBD45B67F63E3A(_stringLiteral5D2E3D85D1C3D4F42FAE33FB35C01C48241E0B32, NULL);
|
|
((NpcMovementAnimator_t3AD0AA4F83B1448CBEEE1A1443C06D512A099A5A_StaticFields*)il2cpp_codegen_static_fields_for(NpcMovementAnimator_t3AD0AA4F83B1448CBEEE1A1443C06D512A099A5A_il2cpp_TypeInfo_var))->___SpeedAnim_6 = 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
|
|
// System.Void NpcRagdollController::Start()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NpcRagdollController_Start_mB062C4DF26E06295EF24D41EE36F026BE70DD564 (NpcRagdollController_t5814BCE8A0E13D1A57BDFEE5D411B88283969A64* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// ragdoll.DisableRagdoll();
|
|
RagdollUtility_t8C17408AF12ADC7F3A7332141C92F3F2B88D994A* L_0 = __this->___ragdoll_4;
|
|
NullCheck(L_0);
|
|
RagdollUtility_DisableRagdoll_mF117AEE39A0860BB61552DD90AFAA746D6E487FB(L_0, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void NpcRagdollController::Update()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NpcRagdollController_Update_m48E0CE67094340BDEAAE8E28636496616B01A76B (NpcRagdollController_t5814BCE8A0E13D1A57BDFEE5D411B88283969A64* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// if (Input.GetKeyDown(KeyCode.Space))
|
|
bool L_0;
|
|
L_0 = Input_GetKeyDown_mB237DEA6244132670D38990BAB77D813FBB028D2(((int32_t)32), NULL);
|
|
if (!L_0)
|
|
{
|
|
goto IL_000f;
|
|
}
|
|
}
|
|
{
|
|
// EnableRagdoll();
|
|
NpcRagdollController_EnableRagdoll_m749EA3E516877EA4D136A20FB7EA48CC6DBB9F0C(__this, NULL);
|
|
}
|
|
|
|
IL_000f:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void NpcRagdollController::EnableRagdoll()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NpcRagdollController_EnableRagdoll_m749EA3E516877EA4D136A20FB7EA48CC6DBB9F0C (NpcRagdollController_t5814BCE8A0E13D1A57BDFEE5D411B88283969A64* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// ragdoll.EnableRagdoll();
|
|
RagdollUtility_t8C17408AF12ADC7F3A7332141C92F3F2B88D994A* L_0 = __this->___ragdoll_4;
|
|
NullCheck(L_0);
|
|
RagdollUtility_EnableRagdoll_m98D4B0D069391E6E531960897462EDCFB71FC721(L_0, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void NpcRagdollController::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NpcRagdollController__ctor_m061AF6C9900ABCA40343F1D90C9BB4BC2BD2CF7C (NpcRagdollController_t5814BCE8A0E13D1A57BDFEE5D411B88283969A64* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
MonoBehaviour__ctor_m592DB0105CA0BC97AA1C5F4AD27B12D68A3B7C1E(__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
|
|
// UnityEngine.Transform PlayerTargetPosition::GetTarget()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* PlayerTargetPosition_GetTarget_m7AA74CF2EE6CB915AD308A844AC78188943253AB (PlayerTargetPosition_t6894590E56669A98942B41E06C3DB37194CBD63C* __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;
|
|
}
|
|
float V_0 = 0.0f;
|
|
{
|
|
// if (character)
|
|
CharacterController_t847C1A2719F60547D7D6077B648D6CE2D1EF3A6A* L_0 = __this->___character_4;
|
|
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_003c;
|
|
}
|
|
}
|
|
{
|
|
// var height = character.height;
|
|
CharacterController_t847C1A2719F60547D7D6077B648D6CE2D1EF3A6A* L_2 = __this->___character_4;
|
|
NullCheck(L_2);
|
|
float L_3;
|
|
L_3 = CharacterController_get_height_m18EC4D93673A225648DCB302BAB4F8A5FE4A20AF(L_2, NULL);
|
|
V_0 = L_3;
|
|
// bulletTargetTransform.localPosition = new Vector3(0, height - height / 5, 0f);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_4 = __this->___bulletTargetTransform_5;
|
|
float L_5 = V_0;
|
|
float L_6 = V_0;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_7;
|
|
memset((&L_7), 0, sizeof(L_7));
|
|
Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&L_7), (0.0f), ((float)il2cpp_codegen_subtract(L_5, ((float)(L_6/(5.0f))))), (0.0f), /*hidden argument*/NULL);
|
|
NullCheck(L_4);
|
|
Transform_set_localPosition_mDE1C997F7D79C0885210B7732B4BA50EE7D73134(L_4, L_7, NULL);
|
|
}
|
|
|
|
IL_003c:
|
|
{
|
|
// return bulletTargetTransform;
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_8 = __this->___bulletTargetTransform_5;
|
|
return L_8;
|
|
}
|
|
}
|
|
// UnityEngine.Transform PlayerTargetPosition::get_GroundPosition()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* PlayerTargetPosition_get_GroundPosition_m08B2103D4273BF54D674D4EE54766C61B12E2636 (PlayerTargetPosition_t6894590E56669A98942B41E06C3DB37194CBD63C* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public Transform GroundPosition => groundPosition;
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_0 = __this->___groundPosition_6;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void PlayerTargetPosition::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PlayerTargetPosition__ctor_m3197FD49ABEEBC829514FB8CDE20D99B65DDDA76 (PlayerTargetPosition_t6894590E56669A98942B41E06C3DB37194CBD63C* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
MonoBehaviour__ctor_m592DB0105CA0BC97AA1C5F4AD27B12D68A3B7C1E(__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 TargetReload::StartGame()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TargetReload_StartGame_m51AD00133F30DF1CF6715F939F8930C6E10BB024 (TargetReload_t1665A75BBC97794F9C7B57F1676E92AC278EBB87* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_Instantiate_TisGameObject_t76FEDD663AB33C991A9C9A23129337651094216F_m10D87C6E0708CA912BBB02555BF7D0FBC5D7A2B3_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// SFXPlayer.Instance.PlaySFX(startSound, transform.position);
|
|
SFXPlayer_t6916F8692A74B19A33C44C40C773635DF91B5165* L_0;
|
|
L_0 = SFXPlayer_get_Instance_m4D3AE1620BA42D46607328B25EAA0569B49CCBD5_inline(NULL);
|
|
EventReference_tA4CA1F882DC447E6B50F989D1FC08F065C91FB51 L_1 = __this->___startSound_5;
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_2;
|
|
L_2 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(__this, NULL);
|
|
NullCheck(L_2);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_3;
|
|
L_3 = Transform_get_position_m69CD5FA214FDAE7BB701552943674846C220FDE1(L_2, NULL);
|
|
NullCheck(L_0);
|
|
SFXPlayer_PlaySFX_m664FFBE74B528522FA2D1E3E0504256FB77D6714(L_0, L_1, L_3, NULL);
|
|
// if (instTargets)
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_4 = __this->___instTargets_6;
|
|
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_0033;
|
|
}
|
|
}
|
|
{
|
|
// Destroy(instTargets);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_6 = __this->___instTargets_6;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
Object_Destroy_mE97D0A766419A81296E8D4E5C23D01D3FE91ACBB(L_6, NULL);
|
|
}
|
|
|
|
IL_0033:
|
|
{
|
|
// instTargets = Instantiate(targetsPrefab);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_7 = __this->___targetsPrefab_4;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_8;
|
|
L_8 = Object_Instantiate_TisGameObject_t76FEDD663AB33C991A9C9A23129337651094216F_m10D87C6E0708CA912BBB02555BF7D0FBC5D7A2B3(L_7, Object_Instantiate_TisGameObject_t76FEDD663AB33C991A9C9A23129337651094216F_m10D87C6E0708CA912BBB02555BF7D0FBC5D7A2B3_RuntimeMethod_var);
|
|
__this->___instTargets_6 = L_8;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___instTargets_6), (void*)L_8);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void TargetReload::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TargetReload__ctor_m9BDC14EC9D263BB6BE813CA529425C8C44DB31EC (TargetReload_t1665A75BBC97794F9C7B57F1676E92AC278EBB87* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
MonoBehaviour__ctor_m592DB0105CA0BC97AA1C5F4AD27B12D68A3B7C1E(__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 Weapon::Fire()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Weapon_Fire_m0991C13F9C9A395330E5F600C1B36AF91EA01AFE (Weapon_tC6498A6B45093D50A1AB4BBD7C82842D5C624302* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_AddComponent_TisRigidbody_t268697F5A994213ED97393309870968BC1C7393C_m03A761629A3F71B0248F1B26EF612F592B757093_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_Instantiate_TisGameObject_t76FEDD663AB33C991A9C9A23129337651094216F_m831D2F71DF2AA6C93AFDFEFA04CF2CFC5FBBCDB4_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (Magazine == null || Magazine.CurrentAmmo <= 0) return;
|
|
WeaponMagazine_t2C115696F511E36DD2063041A3B3F77AB13747B4* L_0 = __this->___Magazine_6;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_1;
|
|
L_1 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_0, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
if (L_1)
|
|
{
|
|
goto IL_001c;
|
|
}
|
|
}
|
|
{
|
|
WeaponMagazine_t2C115696F511E36DD2063041A3B3F77AB13747B4* L_2 = __this->___Magazine_6;
|
|
NullCheck(L_2);
|
|
int32_t L_3 = L_2->___CurrentAmmo_5;
|
|
if ((((int32_t)L_3) > ((int32_t)0)))
|
|
{
|
|
goto IL_001d;
|
|
}
|
|
}
|
|
|
|
IL_001c:
|
|
{
|
|
// if (Magazine == null || Magazine.CurrentAmmo <= 0) return;
|
|
return;
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
// Magazine.CurrentAmmo -= 1;
|
|
WeaponMagazine_t2C115696F511E36DD2063041A3B3F77AB13747B4* L_4 = __this->___Magazine_6;
|
|
WeaponMagazine_t2C115696F511E36DD2063041A3B3F77AB13747B4* L_5 = L_4;
|
|
NullCheck(L_5);
|
|
int32_t L_6 = L_5->___CurrentAmmo_5;
|
|
NullCheck(L_5);
|
|
L_5->___CurrentAmmo_5 = ((int32_t)il2cpp_codegen_subtract(L_6, 1));
|
|
// var inst = Instantiate(bulletPrefab, firePoint.position, Quaternion.identity);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_7 = __this->___bulletPrefab_5;
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_8 = __this->___firePoint_4;
|
|
NullCheck(L_8);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_9;
|
|
L_9 = Transform_get_position_m69CD5FA214FDAE7BB701552943674846C220FDE1(L_8, NULL);
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_10;
|
|
L_10 = Quaternion_get_identity_m7E701AE095ED10FD5EA0B50ABCFDE2EEFF2173A5_inline(NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_11;
|
|
L_11 = Object_Instantiate_TisGameObject_t76FEDD663AB33C991A9C9A23129337651094216F_m831D2F71DF2AA6C93AFDFEFA04CF2CFC5FBBCDB4(L_7, L_9, L_10, Object_Instantiate_TisGameObject_t76FEDD663AB33C991A9C9A23129337651094216F_m831D2F71DF2AA6C93AFDFEFA04CF2CFC5FBBCDB4_RuntimeMethod_var);
|
|
// var rig = inst.AddComponent<Rigidbody>();
|
|
NullCheck(L_11);
|
|
Rigidbody_t268697F5A994213ED97393309870968BC1C7393C* L_12;
|
|
L_12 = GameObject_AddComponent_TisRigidbody_t268697F5A994213ED97393309870968BC1C7393C_m03A761629A3F71B0248F1B26EF612F592B757093(L_11, GameObject_AddComponent_TisRigidbody_t268697F5A994213ED97393309870968BC1C7393C_m03A761629A3F71B0248F1B26EF612F592B757093_RuntimeMethod_var);
|
|
// rig.AddForce(firePoint.forward * 500f);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_13 = __this->___firePoint_4;
|
|
NullCheck(L_13);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_14;
|
|
L_14 = Transform_get_forward_mFCFACF7165FDAB21E80E384C494DF278386CEE2F(L_13, NULL);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_15;
|
|
L_15 = Vector3_op_Multiply_m87BA7C578F96C8E49BB07088DAAC4649F83B0353_inline(L_14, (500.0f), NULL);
|
|
NullCheck(L_12);
|
|
Rigidbody_AddForce_m7A3EEEED21F986917107CBA6CC0106DCBC212198(L_12, L_15, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void Weapon::UnloadMagazine()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Weapon_UnloadMagazine_m9045977A8F8CF39A5241FFBDB9D27F2E68B608AA (Weapon_tC6498A6B45093D50A1AB4BBD7C82842D5C624302* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// Magazine = null;
|
|
__this->___Magazine_6 = (WeaponMagazine_t2C115696F511E36DD2063041A3B3F77AB13747B4*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___Magazine_6), (void*)(WeaponMagazine_t2C115696F511E36DD2063041A3B3F77AB13747B4*)NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void Weapon::LoadMagazine(WeaponMagazine)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Weapon_LoadMagazine_mBE11837C738741E8B41DD6EDBA931527619E607F (Weapon_tC6498A6B45093D50A1AB4BBD7C82842D5C624302* __this, WeaponMagazine_t2C115696F511E36DD2063041A3B3F77AB13747B4* ___0_magazine, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// Magazine = magazine;
|
|
WeaponMagazine_t2C115696F511E36DD2063041A3B3F77AB13747B4* L_0 = ___0_magazine;
|
|
__this->___Magazine_6 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___Magazine_6), (void*)L_0);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void Weapon::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Weapon__ctor_m6F053F0444AE8DF68EDA99C92CF944903C784332 (Weapon_tC6498A6B45093D50A1AB4BBD7C82842D5C624302* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
MonoBehaviour__ctor_m592DB0105CA0BC97AA1C5F4AD27B12D68A3B7C1E(__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 WeaponCountAmmoUI::Update()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WeaponCountAmmoUI_Update_m0A7132F4C39295B2BBBB58EC8559678A3FA94E0E (WeaponCountAmmoUI_t2C3E889F960572F90F41D29BA0159394537B1FF7* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m813F95736661B303D7FFB9F4343D665F49453168_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_mDEC29D2CA29E42CF404E58B503606CB054CE746B_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_mE957197B5596FD07137729A90CD0126086365D4D_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_GetEnumerator_m488CF05C1B93CCC42A8FCC74DFC6CE1DAD75A469_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
Enumerator_t49D6ECBFDDDC1BA91A5DD7237D4E50D086FFF101 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
{
|
|
// var count = 0;
|
|
V_0 = 0;
|
|
// if (gun != null && gun.Ammo != null)
|
|
HVRGunBase_t38023244180FDB31FB991F0878A57531605E2A6D* L_0 = __this->___gun_4;
|
|
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_0034;
|
|
}
|
|
}
|
|
{
|
|
HVRGunBase_t38023244180FDB31FB991F0878A57531605E2A6D* L_2 = __this->___gun_4;
|
|
NullCheck(L_2);
|
|
HVRAmmo_t994932DC6B6353DE34CF1B4F4F43968BCDDA2150* L_3;
|
|
L_3 = HVRGunBase_get_Ammo_m3AF0957A803CEF6BFDD8837573694C45BDD07714_inline(L_2, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_4;
|
|
L_4 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_3, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
if (!L_4)
|
|
{
|
|
goto IL_0034;
|
|
}
|
|
}
|
|
{
|
|
// count = gun.Ammo.CurrentCount;
|
|
HVRGunBase_t38023244180FDB31FB991F0878A57531605E2A6D* L_5 = __this->___gun_4;
|
|
NullCheck(L_5);
|
|
HVRAmmo_t994932DC6B6353DE34CF1B4F4F43968BCDDA2150* L_6;
|
|
L_6 = HVRGunBase_get_Ammo_m3AF0957A803CEF6BFDD8837573694C45BDD07714_inline(L_5, NULL);
|
|
NullCheck(L_6);
|
|
int32_t L_7 = L_6->___CurrentCount_12;
|
|
V_0 = L_7;
|
|
}
|
|
|
|
IL_0034:
|
|
{
|
|
// if (count != cachedCount)
|
|
int32_t L_8 = V_0;
|
|
int32_t L_9 = __this->___cachedCount_6;
|
|
if ((((int32_t)L_8) == ((int32_t)L_9)))
|
|
{
|
|
goto IL_007e;
|
|
}
|
|
}
|
|
{
|
|
// cachedCount = count;
|
|
int32_t L_10 = V_0;
|
|
__this->___cachedCount_6 = L_10;
|
|
// foreach (var countText in countTexts)
|
|
List_1_t2147F3FC8B4F16EE577CAF4E40F9D9A684B4CBBD* L_11 = __this->___countTexts_5;
|
|
NullCheck(L_11);
|
|
Enumerator_t49D6ECBFDDDC1BA91A5DD7237D4E50D086FFF101 L_12;
|
|
L_12 = List_1_GetEnumerator_m488CF05C1B93CCC42A8FCC74DFC6CE1DAD75A469(L_11, List_1_GetEnumerator_m488CF05C1B93CCC42A8FCC74DFC6CE1DAD75A469_RuntimeMethod_var);
|
|
V_1 = L_12;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_0070:
|
|
{// begin finally (depth: 1)
|
|
Enumerator_Dispose_m813F95736661B303D7FFB9F4343D665F49453168((&V_1), Enumerator_Dispose_m813F95736661B303D7FFB9F4343D665F49453168_RuntimeMethod_var);
|
|
return;
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
{
|
|
goto IL_0065_1;
|
|
}
|
|
|
|
IL_0052_1:
|
|
{
|
|
// foreach (var countText in countTexts)
|
|
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_13;
|
|
L_13 = Enumerator_get_Current_mE957197B5596FD07137729A90CD0126086365D4D_inline((&V_1), Enumerator_get_Current_mE957197B5596FD07137729A90CD0126086365D4D_RuntimeMethod_var);
|
|
// countText.text = count.ToString();
|
|
String_t* L_14;
|
|
L_14 = Int32_ToString_m030E01C24E294D6762FB0B6F37CB541581F55CA5((&V_0), NULL);
|
|
NullCheck(L_13);
|
|
VirtualActionInvoker1< String_t* >::Invoke(66 /* System.Void TMPro.TMP_Text::set_text(System.String) */, L_13, L_14);
|
|
}
|
|
|
|
IL_0065_1:
|
|
{
|
|
// foreach (var countText in countTexts)
|
|
bool L_15;
|
|
L_15 = Enumerator_MoveNext_mDEC29D2CA29E42CF404E58B503606CB054CE746B((&V_1), Enumerator_MoveNext_mDEC29D2CA29E42CF404E58B503606CB054CE746B_RuntimeMethod_var);
|
|
if (L_15)
|
|
{
|
|
goto IL_0052_1;
|
|
}
|
|
}
|
|
{
|
|
goto IL_007e;
|
|
}
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_007e:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void WeaponCountAmmoUI::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WeaponCountAmmoUI__ctor_m13158F0E24FEB855512A470E777BEB346EB46B1C (WeaponCountAmmoUI_t2C3E889F960572F90F41D29BA0159394537B1FF7* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// private int cachedCount = -1;
|
|
__this->___cachedCount_6 = (-1);
|
|
MonoBehaviour__ctor_m592DB0105CA0BC97AA1C5F4AD27B12D68A3B7C1E(__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 WeaponHitEffect::Start()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WeaponHitEffect_Start_mFFCBA8E057C0B653B401F2839C0C20A3ACA823F6 (WeaponHitEffect_t7878EE558E98061C5F64958719F46E7342C10CA1* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnityAction_1_tE91D1D14ED52B39E7A29D029085D18E96D8B4E36_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnityEvent_1_AddListener_m47D3A46AA16F88C47B1E7E969013A2A6248C7FC7_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WeaponHitEffect_Hit_mBD32CA374E5867088DE7FDA4BAAC5A2A633D34BA_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// gun.Hit.AddListener(Hit);
|
|
HVRGunBase_t38023244180FDB31FB991F0878A57531605E2A6D* L_0 = __this->___gun_4;
|
|
NullCheck(L_0);
|
|
GunHitEvent_tAE31A03E5D2E5628D093C1540352CD81F2DB12FE* L_1 = L_0->___Hit_55;
|
|
UnityAction_1_tE91D1D14ED52B39E7A29D029085D18E96D8B4E36* L_2 = (UnityAction_1_tE91D1D14ED52B39E7A29D029085D18E96D8B4E36*)il2cpp_codegen_object_new(UnityAction_1_tE91D1D14ED52B39E7A29D029085D18E96D8B4E36_il2cpp_TypeInfo_var);
|
|
NullCheck(L_2);
|
|
UnityAction_1__ctor_m1448F262B1F9501D18AA87E7616300A416A7E0E3(L_2, __this, (intptr_t)((void*)WeaponHitEffect_Hit_mBD32CA374E5867088DE7FDA4BAAC5A2A633D34BA_RuntimeMethod_var), NULL);
|
|
NullCheck(L_1);
|
|
UnityEvent_1_AddListener_m47D3A46AA16F88C47B1E7E969013A2A6248C7FC7(L_1, L_2, UnityEvent_1_AddListener_m47D3A46AA16F88C47B1E7E969013A2A6248C7FC7_RuntimeMethod_var);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void WeaponHitEffect::Hit(HurricaneVR.Framework.Components.HVRDamageHandlerBase)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WeaponHitEffect_Hit_mBD32CA374E5867088DE7FDA4BAAC5A2A633D34BA (WeaponHitEffect_t7878EE558E98061C5F64958719F46E7342C10CA1* __this, HVRDamageHandlerBase_t4BC7286FC8B522DFD8B87480FFBAE1139C036E12* ___0_handler, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void WeaponHitEffect::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WeaponHitEffect__ctor_m8989AF9F3FD97E52B114D0B6D4FBDFE91CD1A65F (WeaponHitEffect_t7878EE558E98061C5F64958719F46E7342C10CA1* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
MonoBehaviour__ctor_m592DB0105CA0BC97AA1C5F4AD27B12D68A3B7C1E(__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 WeaponMagazine::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WeaponMagazine__ctor_m252BE6DB08BD4B83BF4A5D911BDC3ACE681A0166 (WeaponMagazine_t2C115696F511E36DD2063041A3B3F77AB13747B4* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
MonoBehaviour__ctor_m592DB0105CA0BC97AA1C5F4AD27B12D68A3B7C1E(__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.String NodeCanvas.Tasks.Actions.SeekPathAction::get_info()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SeekPathAction_get_info_m456577A05EC359322A8AD622BAA3B4E42E788F44 (SeekPathAction_t60C1E0A5BFCC8B37B37A9E267E210A22FA95C1CB* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8F8AB97E5DCE76D4AFC04F0FAABC2569475AC8EA);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
BBParameter_1_t141FA8C6FBB05E814752BC9DCE9753E930DBDA6F* G_B2_0 = NULL;
|
|
String_t* G_B2_1 = NULL;
|
|
BBParameter_1_t141FA8C6FBB05E814752BC9DCE9753E930DBDA6F* G_B1_0 = NULL;
|
|
String_t* G_B1_1 = NULL;
|
|
String_t* G_B3_0 = NULL;
|
|
String_t* G_B3_1 = NULL;
|
|
{
|
|
// protected override string info => "Seek (navmesh) " + target;
|
|
BBParameter_1_t141FA8C6FBB05E814752BC9DCE9753E930DBDA6F* L_0 = __this->___target_14;
|
|
BBParameter_1_t141FA8C6FBB05E814752BC9DCE9753E930DBDA6F* L_1 = L_0;
|
|
G_B1_0 = L_1;
|
|
G_B1_1 = _stringLiteral8F8AB97E5DCE76D4AFC04F0FAABC2569475AC8EA;
|
|
if (L_1)
|
|
{
|
|
G_B2_0 = L_1;
|
|
G_B2_1 = _stringLiteral8F8AB97E5DCE76D4AFC04F0FAABC2569475AC8EA;
|
|
goto IL_0012;
|
|
}
|
|
}
|
|
{
|
|
G_B3_0 = ((String_t*)(NULL));
|
|
G_B3_1 = G_B1_1;
|
|
goto IL_0017;
|
|
}
|
|
|
|
IL_0012:
|
|
{
|
|
NullCheck(G_B2_0);
|
|
String_t* L_2;
|
|
L_2 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, G_B2_0);
|
|
G_B3_0 = L_2;
|
|
G_B3_1 = G_B2_1;
|
|
}
|
|
|
|
IL_0017:
|
|
{
|
|
String_t* L_3;
|
|
L_3 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(G_B3_1, G_B3_0, NULL);
|
|
return L_3;
|
|
}
|
|
}
|
|
// System.Void NodeCanvas.Tasks.Actions.SeekPathAction::OnExecute()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SeekPathAction_OnExecute_m21EB1DB0389BDA506C0AD7EDCC83EC3B2ECAD13D (SeekPathAction_t60C1E0A5BFCC8B37B37A9E267E210A22FA95C1CB* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ActionTask_1_get_agent_m07AEB61EFC14545B6C52867DD4316AB0EE5AE8C9_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BBParameter_1_get_value_m2C3E4F1A2812398E2C13BE7AAC45DFF1484ED8A2_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BBParameter_1_get_value_m46BCD0CE6DCB23D77AB3268C4D12A143C9F5C532_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (target.value == null)
|
|
BBParameter_1_t141FA8C6FBB05E814752BC9DCE9753E930DBDA6F* L_0 = __this->___target_14;
|
|
NullCheck(L_0);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_1;
|
|
L_1 = BBParameter_1_get_value_m2C3E4F1A2812398E2C13BE7AAC45DFF1484ED8A2(L_0, BBParameter_1_get_value_m2C3E4F1A2812398E2C13BE7AAC45DFF1484ED8A2_RuntimeMethod_var);
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_2;
|
|
L_2 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_1, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
if (!L_2)
|
|
{
|
|
goto IL_001b;
|
|
}
|
|
}
|
|
{
|
|
// EndAction(false);
|
|
ActionTask_EndAction_mACFB3F4BB5D1B2F49E00E1032B117DE4219232F4(__this, (bool)0, NULL);
|
|
// return;
|
|
return;
|
|
}
|
|
|
|
IL_001b:
|
|
{
|
|
// agent.speed = speed.value;
|
|
NavMeshAgent_t5D0CCC0B3B78242F286C9BD8EDD87C3CCBD0A66F* L_3;
|
|
L_3 = ActionTask_1_get_agent_m07AEB61EFC14545B6C52867DD4316AB0EE5AE8C9(__this, ActionTask_1_get_agent_m07AEB61EFC14545B6C52867DD4316AB0EE5AE8C9_RuntimeMethod_var);
|
|
BBParameter_1_tBF43B031C046DDE9CC5360F10411F13194CA4A9F* L_4 = __this->___speed_15;
|
|
NullCheck(L_4);
|
|
float L_5;
|
|
L_5 = BBParameter_1_get_value_m46BCD0CE6DCB23D77AB3268C4D12A143C9F5C532(L_4, BBParameter_1_get_value_m46BCD0CE6DCB23D77AB3268C4D12A143C9F5C532_RuntimeMethod_var);
|
|
NullCheck(L_3);
|
|
NavMeshAgent_set_speed_m820E45289B3AE7DEE16F2F4BF163EAC361E64646(L_3, L_5, NULL);
|
|
// if (Vector3.Distance(agent.transform.position, target.value.transform.position) <= agent.stoppingDistance + keepDistance.value)
|
|
NavMeshAgent_t5D0CCC0B3B78242F286C9BD8EDD87C3CCBD0A66F* L_6;
|
|
L_6 = ActionTask_1_get_agent_m07AEB61EFC14545B6C52867DD4316AB0EE5AE8C9(__this, ActionTask_1_get_agent_m07AEB61EFC14545B6C52867DD4316AB0EE5AE8C9_RuntimeMethod_var);
|
|
NullCheck(L_6);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_7;
|
|
L_7 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(L_6, NULL);
|
|
NullCheck(L_7);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_8;
|
|
L_8 = Transform_get_position_m69CD5FA214FDAE7BB701552943674846C220FDE1(L_7, NULL);
|
|
BBParameter_1_t141FA8C6FBB05E814752BC9DCE9753E930DBDA6F* L_9 = __this->___target_14;
|
|
NullCheck(L_9);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_10;
|
|
L_10 = BBParameter_1_get_value_m2C3E4F1A2812398E2C13BE7AAC45DFF1484ED8A2(L_9, BBParameter_1_get_value_m2C3E4F1A2812398E2C13BE7AAC45DFF1484ED8A2_RuntimeMethod_var);
|
|
NullCheck(L_10);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_11;
|
|
L_11 = GameObject_get_transform_m0BC10ADFA1632166AE5544BDF9038A2650C2AE56(L_10, NULL);
|
|
NullCheck(L_11);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_12;
|
|
L_12 = Transform_get_position_m69CD5FA214FDAE7BB701552943674846C220FDE1(L_11, NULL);
|
|
float L_13;
|
|
L_13 = Vector3_Distance_m2314DB9B8BD01157E013DF87BEA557375C7F9FF9_inline(L_8, L_12, NULL);
|
|
NavMeshAgent_t5D0CCC0B3B78242F286C9BD8EDD87C3CCBD0A66F* L_14;
|
|
L_14 = ActionTask_1_get_agent_m07AEB61EFC14545B6C52867DD4316AB0EE5AE8C9(__this, ActionTask_1_get_agent_m07AEB61EFC14545B6C52867DD4316AB0EE5AE8C9_RuntimeMethod_var);
|
|
NullCheck(L_14);
|
|
float L_15;
|
|
L_15 = NavMeshAgent_get_stoppingDistance_mA866A409C59878849D63BEC61517DE4F906BEEC4(L_14, NULL);
|
|
BBParameter_1_tBF43B031C046DDE9CC5360F10411F13194CA4A9F* L_16 = __this->___keepDistance_16;
|
|
NullCheck(L_16);
|
|
float L_17;
|
|
L_17 = BBParameter_1_get_value_m46BCD0CE6DCB23D77AB3268C4D12A143C9F5C532(L_16, BBParameter_1_get_value_m46BCD0CE6DCB23D77AB3268C4D12A143C9F5C532_RuntimeMethod_var);
|
|
if ((!(((float)L_13) <= ((float)((float)il2cpp_codegen_add(L_15, L_17))))))
|
|
{
|
|
goto IL_007c;
|
|
}
|
|
}
|
|
{
|
|
// EndAction(true);
|
|
ActionTask_EndAction_mACFB3F4BB5D1B2F49E00E1032B117DE4219232F4(__this, (bool)1, NULL);
|
|
// return;
|
|
return;
|
|
}
|
|
|
|
IL_007c:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void NodeCanvas.Tasks.Actions.SeekPathAction::OnUpdate()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SeekPathAction_OnUpdate_m6D33655F66F7166E20A9344EDBE9B1E51E1A58AB (SeekPathAction_t60C1E0A5BFCC8B37B37A9E267E210A22FA95C1CB* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ActionTask_1_get_agent_m07AEB61EFC14545B6C52867DD4316AB0EE5AE8C9_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BBParameter_1_get_value_m2C3E4F1A2812398E2C13BE7AAC45DFF1484ED8A2_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BBParameter_1_get_value_m46BCD0CE6DCB23D77AB3268C4D12A143C9F5C532_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_GetValueOrDefault_mD88C565C80170105E87BB423C5B2F974840EF90F_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_m75F3ABB694E26670F021136BD3B9E71A65948BC2_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_m6B76086B0E863AB1D634FD03E30154F230070435_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
Nullable_1_t9C51B084784B716FFF4ED4575C63CFD8A71A86FE V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
int32_t G_B7_0 = 0;
|
|
{
|
|
// if (target.value == null)
|
|
BBParameter_1_t141FA8C6FBB05E814752BC9DCE9753E930DBDA6F* L_0 = __this->___target_14;
|
|
NullCheck(L_0);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_1;
|
|
L_1 = BBParameter_1_get_value_m2C3E4F1A2812398E2C13BE7AAC45DFF1484ED8A2(L_0, BBParameter_1_get_value_m2C3E4F1A2812398E2C13BE7AAC45DFF1484ED8A2_RuntimeMethod_var);
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_2;
|
|
L_2 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_1, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
if (!L_2)
|
|
{
|
|
goto IL_001b;
|
|
}
|
|
}
|
|
{
|
|
// EndAction(false); return;
|
|
ActionTask_EndAction_mACFB3F4BB5D1B2F49E00E1032B117DE4219232F4(__this, (bool)0, NULL);
|
|
// EndAction(false); return;
|
|
return;
|
|
}
|
|
|
|
IL_001b:
|
|
{
|
|
// var pos = target.value.transform.position;
|
|
BBParameter_1_t141FA8C6FBB05E814752BC9DCE9753E930DBDA6F* L_3 = __this->___target_14;
|
|
NullCheck(L_3);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_4;
|
|
L_4 = BBParameter_1_get_value_m2C3E4F1A2812398E2C13BE7AAC45DFF1484ED8A2(L_3, BBParameter_1_get_value_m2C3E4F1A2812398E2C13BE7AAC45DFF1484ED8A2_RuntimeMethod_var);
|
|
NullCheck(L_4);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_5;
|
|
L_5 = GameObject_get_transform_m0BC10ADFA1632166AE5544BDF9038A2650C2AE56(L_4, NULL);
|
|
NullCheck(L_5);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_6;
|
|
L_6 = Transform_get_position_m69CD5FA214FDAE7BB701552943674846C220FDE1(L_5, NULL);
|
|
V_0 = L_6;
|
|
// if ( lastRequest != pos )
|
|
Nullable_1_t9C51B084784B716FFF4ED4575C63CFD8A71A86FE L_7 = __this->___lastRequest_17;
|
|
V_1 = L_7;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_8 = V_0;
|
|
V_2 = L_8;
|
|
bool L_9;
|
|
L_9 = Nullable_1_get_HasValue_m6B76086B0E863AB1D634FD03E30154F230070435_inline((&V_1), Nullable_1_get_HasValue_m6B76086B0E863AB1D634FD03E30154F230070435_RuntimeMethod_var);
|
|
if (L_9)
|
|
{
|
|
goto IL_0046;
|
|
}
|
|
}
|
|
{
|
|
G_B7_0 = 1;
|
|
goto IL_005f;
|
|
}
|
|
|
|
IL_0046:
|
|
{
|
|
bool L_10;
|
|
L_10 = Nullable_1_get_HasValue_m6B76086B0E863AB1D634FD03E30154F230070435_inline((&V_1), Nullable_1_get_HasValue_m6B76086B0E863AB1D634FD03E30154F230070435_RuntimeMethod_var);
|
|
if (L_10)
|
|
{
|
|
goto IL_0052;
|
|
}
|
|
}
|
|
{
|
|
G_B7_0 = 0;
|
|
goto IL_005f;
|
|
}
|
|
|
|
IL_0052:
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_11;
|
|
L_11 = Nullable_1_GetValueOrDefault_mD88C565C80170105E87BB423C5B2F974840EF90F_inline((&V_1), Nullable_1_GetValueOrDefault_mD88C565C80170105E87BB423C5B2F974840EF90F_RuntimeMethod_var);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_12 = V_2;
|
|
bool L_13;
|
|
L_13 = Vector3_op_Inequality_m9F170CDFBF1E490E559DA5D06D6547501A402BBF_inline(L_11, L_12, NULL);
|
|
G_B7_0 = ((int32_t)(L_13));
|
|
}
|
|
|
|
IL_005f:
|
|
{
|
|
if (!G_B7_0)
|
|
{
|
|
goto IL_0077;
|
|
}
|
|
}
|
|
{
|
|
// if (!agent.SetDestination(pos))
|
|
NavMeshAgent_t5D0CCC0B3B78242F286C9BD8EDD87C3CCBD0A66F* L_14;
|
|
L_14 = ActionTask_1_get_agent_m07AEB61EFC14545B6C52867DD4316AB0EE5AE8C9(__this, ActionTask_1_get_agent_m07AEB61EFC14545B6C52867DD4316AB0EE5AE8C9_RuntimeMethod_var);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_15 = V_0;
|
|
NullCheck(L_14);
|
|
bool L_16;
|
|
L_16 = NavMeshAgent_SetDestination_mD5D960933827F1F14B29CF4A3B6F305C064EBF46(L_14, L_15, NULL);
|
|
if (L_16)
|
|
{
|
|
goto IL_0077;
|
|
}
|
|
}
|
|
{
|
|
// EndAction(false);
|
|
ActionTask_EndAction_mACFB3F4BB5D1B2F49E00E1032B117DE4219232F4(__this, (bool)0, NULL);
|
|
// return;
|
|
return;
|
|
}
|
|
|
|
IL_0077:
|
|
{
|
|
// lastRequest = pos;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_17 = V_0;
|
|
Nullable_1_t9C51B084784B716FFF4ED4575C63CFD8A71A86FE L_18;
|
|
memset((&L_18), 0, sizeof(L_18));
|
|
Nullable_1__ctor_m75F3ABB694E26670F021136BD3B9E71A65948BC2((&L_18), L_17, /*hidden argument*/Nullable_1__ctor_m75F3ABB694E26670F021136BD3B9E71A65948BC2_RuntimeMethod_var);
|
|
__this->___lastRequest_17 = L_18;
|
|
// if (!agent.pathPending && agent.remainingDistance <= agent.stoppingDistance + keepDistance.value)
|
|
NavMeshAgent_t5D0CCC0B3B78242F286C9BD8EDD87C3CCBD0A66F* L_19;
|
|
L_19 = ActionTask_1_get_agent_m07AEB61EFC14545B6C52867DD4316AB0EE5AE8C9(__this, ActionTask_1_get_agent_m07AEB61EFC14545B6C52867DD4316AB0EE5AE8C9_RuntimeMethod_var);
|
|
NullCheck(L_19);
|
|
bool L_20;
|
|
L_20 = NavMeshAgent_get_pathPending_mA806A4DC1E06CA32A4E7E71B6846B516EC8C2487(L_19, NULL);
|
|
if (L_20)
|
|
{
|
|
goto IL_00bb;
|
|
}
|
|
}
|
|
{
|
|
NavMeshAgent_t5D0CCC0B3B78242F286C9BD8EDD87C3CCBD0A66F* L_21;
|
|
L_21 = ActionTask_1_get_agent_m07AEB61EFC14545B6C52867DD4316AB0EE5AE8C9(__this, ActionTask_1_get_agent_m07AEB61EFC14545B6C52867DD4316AB0EE5AE8C9_RuntimeMethod_var);
|
|
NullCheck(L_21);
|
|
float L_22;
|
|
L_22 = NavMeshAgent_get_remainingDistance_m051C1B408E2740A95B5A5577C5EC7222311AA73A(L_21, NULL);
|
|
NavMeshAgent_t5D0CCC0B3B78242F286C9BD8EDD87C3CCBD0A66F* L_23;
|
|
L_23 = ActionTask_1_get_agent_m07AEB61EFC14545B6C52867DD4316AB0EE5AE8C9(__this, ActionTask_1_get_agent_m07AEB61EFC14545B6C52867DD4316AB0EE5AE8C9_RuntimeMethod_var);
|
|
NullCheck(L_23);
|
|
float L_24;
|
|
L_24 = NavMeshAgent_get_stoppingDistance_mA866A409C59878849D63BEC61517DE4F906BEEC4(L_23, NULL);
|
|
BBParameter_1_tBF43B031C046DDE9CC5360F10411F13194CA4A9F* L_25 = __this->___keepDistance_16;
|
|
NullCheck(L_25);
|
|
float L_26;
|
|
L_26 = BBParameter_1_get_value_m46BCD0CE6DCB23D77AB3268C4D12A143C9F5C532(L_25, BBParameter_1_get_value_m46BCD0CE6DCB23D77AB3268C4D12A143C9F5C532_RuntimeMethod_var);
|
|
if ((!(((float)L_22) <= ((float)((float)il2cpp_codegen_add(L_24, L_26))))))
|
|
{
|
|
goto IL_00bb;
|
|
}
|
|
}
|
|
{
|
|
// EndAction(true);
|
|
ActionTask_EndAction_mACFB3F4BB5D1B2F49E00E1032B117DE4219232F4(__this, (bool)1, NULL);
|
|
}
|
|
|
|
IL_00bb:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void NodeCanvas.Tasks.Actions.SeekPathAction::OnPause()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SeekPathAction_OnPause_m5307A63644E68C2DEB811095088D1793D4632C2D (SeekPathAction_t60C1E0A5BFCC8B37B37A9E267E210A22FA95C1CB* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// OnStop();
|
|
VirtualActionInvoker0::Invoke(19 /* System.Void NodeCanvas.Framework.ActionTask::OnStop() */, __this);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void NodeCanvas.Tasks.Actions.SeekPathAction::OnStop()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SeekPathAction_OnStop_m7FD4A8CB3880B85AF4082997978CCDB19390CCEA (SeekPathAction_t60C1E0A5BFCC8B37B37A9E267E210A22FA95C1CB* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ActionTask_1_get_agent_m07AEB61EFC14545B6C52867DD4316AB0EE5AE8C9_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (agent.gameObject.activeSelf)
|
|
NavMeshAgent_t5D0CCC0B3B78242F286C9BD8EDD87C3CCBD0A66F* L_0;
|
|
L_0 = ActionTask_1_get_agent_m07AEB61EFC14545B6C52867DD4316AB0EE5AE8C9(__this, ActionTask_1_get_agent_m07AEB61EFC14545B6C52867DD4316AB0EE5AE8C9_RuntimeMethod_var);
|
|
NullCheck(L_0);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_1;
|
|
L_1 = Component_get_gameObject_m57AEFBB14DB39EC476F740BA000E170355DE691B(L_0, NULL);
|
|
NullCheck(L_1);
|
|
bool L_2;
|
|
L_2 = GameObject_get_activeSelf_m4F3E5240E138B66AAA080EA30759A3D0517DA368(L_1, NULL);
|
|
if (!L_2)
|
|
{
|
|
goto IL_001d;
|
|
}
|
|
}
|
|
{
|
|
// agent.ResetPath();
|
|
NavMeshAgent_t5D0CCC0B3B78242F286C9BD8EDD87C3CCBD0A66F* L_3;
|
|
L_3 = ActionTask_1_get_agent_m07AEB61EFC14545B6C52867DD4316AB0EE5AE8C9(__this, ActionTask_1_get_agent_m07AEB61EFC14545B6C52867DD4316AB0EE5AE8C9_RuntimeMethod_var);
|
|
NullCheck(L_3);
|
|
NavMeshAgent_ResetPath_mE29D3956C1BFABDB3D6B4B7DF2B376B4EEB24E7F(L_3, NULL);
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
// lastRequest = null;
|
|
Nullable_1_t9C51B084784B716FFF4ED4575C63CFD8A71A86FE* L_4 = (&__this->___lastRequest_17);
|
|
il2cpp_codegen_initobj(L_4, sizeof(Nullable_1_t9C51B084784B716FFF4ED4575C63CFD8A71A86FE));
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void NodeCanvas.Tasks.Actions.SeekPathAction::OnDrawGizmosSelected()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SeekPathAction_OnDrawGizmosSelected_mD3E8AED13399E126017A913F2C55A80588A79DA8 (SeekPathAction_t60C1E0A5BFCC8B37B37A9E267E210A22FA95C1CB* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BBParameter_1_get_value_m2C3E4F1A2812398E2C13BE7AAC45DFF1484ED8A2_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BBParameter_1_get_value_m46BCD0CE6DCB23D77AB3268C4D12A143C9F5C532_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if ( target.value != null )
|
|
BBParameter_1_t141FA8C6FBB05E814752BC9DCE9753E930DBDA6F* L_0 = __this->___target_14;
|
|
NullCheck(L_0);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_1;
|
|
L_1 = BBParameter_1_get_value_m2C3E4F1A2812398E2C13BE7AAC45DFF1484ED8A2(L_0, BBParameter_1_get_value_m2C3E4F1A2812398E2C13BE7AAC45DFF1484ED8A2_RuntimeMethod_var);
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_2;
|
|
L_2 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_1, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
if (!L_2)
|
|
{
|
|
goto IL_0038;
|
|
}
|
|
}
|
|
{
|
|
// Gizmos.DrawWireSphere(target.value.transform.position, keepDistance.value);
|
|
BBParameter_1_t141FA8C6FBB05E814752BC9DCE9753E930DBDA6F* L_3 = __this->___target_14;
|
|
NullCheck(L_3);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_4;
|
|
L_4 = BBParameter_1_get_value_m2C3E4F1A2812398E2C13BE7AAC45DFF1484ED8A2(L_3, BBParameter_1_get_value_m2C3E4F1A2812398E2C13BE7AAC45DFF1484ED8A2_RuntimeMethod_var);
|
|
NullCheck(L_4);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_5;
|
|
L_5 = GameObject_get_transform_m0BC10ADFA1632166AE5544BDF9038A2650C2AE56(L_4, NULL);
|
|
NullCheck(L_5);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_6;
|
|
L_6 = Transform_get_position_m69CD5FA214FDAE7BB701552943674846C220FDE1(L_5, NULL);
|
|
BBParameter_1_tBF43B031C046DDE9CC5360F10411F13194CA4A9F* L_7 = __this->___keepDistance_16;
|
|
NullCheck(L_7);
|
|
float L_8;
|
|
L_8 = BBParameter_1_get_value_m46BCD0CE6DCB23D77AB3268C4D12A143C9F5C532(L_7, BBParameter_1_get_value_m46BCD0CE6DCB23D77AB3268C4D12A143C9F5C532_RuntimeMethod_var);
|
|
Gizmos_DrawWireSphere_m12C01EC9334C32425074A214C5B876271B3DDBA1(L_6, L_8, NULL);
|
|
}
|
|
|
|
IL_0038:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void NodeCanvas.Tasks.Actions.SeekPathAction::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SeekPathAction__ctor_m376C59F4A0FDF35EA41F3497AC3E658FD1D2E607 (SeekPathAction_t60C1E0A5BFCC8B37B37A9E267E210A22FA95C1CB* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ActionTask_1__ctor_m4BD35BE6B0C39552F93D509D2E3A76521A2E05F0_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BBParameter_1_op_Implicit_mB68539EA9B330F602E448A3FDC59D4F81D694531_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public BBParameter<float> speed = 4;
|
|
BBParameter_1_tBF43B031C046DDE9CC5360F10411F13194CA4A9F* L_0;
|
|
L_0 = BBParameter_1_op_Implicit_mB68539EA9B330F602E448A3FDC59D4F81D694531((4.0f), BBParameter_1_op_Implicit_mB68539EA9B330F602E448A3FDC59D4F81D694531_RuntimeMethod_var);
|
|
__this->___speed_15 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___speed_15), (void*)L_0);
|
|
// public BBParameter<float> keepDistance = 0.1f;
|
|
BBParameter_1_tBF43B031C046DDE9CC5360F10411F13194CA4A9F* L_1;
|
|
L_1 = BBParameter_1_op_Implicit_mB68539EA9B330F602E448A3FDC59D4F81D694531((0.100000001f), BBParameter_1_op_Implicit_mB68539EA9B330F602E448A3FDC59D4F81D694531_RuntimeMethod_var);
|
|
__this->___keepDistance_16 = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___keepDistance_16), (void*)L_1);
|
|
ActionTask_1__ctor_m4BD35BE6B0C39552F93D509D2E3A76521A2E05F0(__this, ActionTask_1__ctor_m4BD35BE6B0C39552F93D509D2E3A76521A2E05F0_RuntimeMethod_var);
|
|
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 NodeCanvas.Tasks.Actions.TimerAction::OnExecute()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TimerAction_OnExecute_mFE341EC5AFF20CBF0AA1F9E2EBBE3242ED08E7AA (TimerAction_tC2D62B38A763A1439AC36019FA039AA04FFEE3ED* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void NodeCanvas.Tasks.Actions.TimerAction::OnUpdate()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TimerAction_OnUpdate_m90D5080D064F43EE983A7893DD420C46BAB22DFD (TimerAction_tC2D62B38A763A1439AC36019FA039AA04FFEE3ED* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BBParameter_1_get_value_m46BCD0CE6DCB23D77AB3268C4D12A143C9F5C532_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (elapsedTime >= TimerTime.value)
|
|
float L_0;
|
|
L_0 = ActionTask_get_elapsedTime_m683E04AF7C6D81B1AA08F508F8B4D6314F4DA4D5(__this, NULL);
|
|
BBParameter_1_tBF43B031C046DDE9CC5360F10411F13194CA4A9F* L_1 = __this->___TimerTime_14;
|
|
NullCheck(L_1);
|
|
float L_2;
|
|
L_2 = BBParameter_1_get_value_m46BCD0CE6DCB23D77AB3268C4D12A143C9F5C532(L_1, BBParameter_1_get_value_m46BCD0CE6DCB23D77AB3268C4D12A143C9F5C532_RuntimeMethod_var);
|
|
if ((!(((float)L_0) >= ((float)L_2))))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
// EndAction();
|
|
ActionTask_EndAction_mAFB72FA6B038CC9E5E1D0F079AB154420AF7F6A4(__this, NULL);
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void NodeCanvas.Tasks.Actions.TimerAction::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TimerAction__ctor_m5FB982CCB488A1EADA08919A1A92082E0B01E7E5 (TimerAction_tC2D62B38A763A1439AC36019FA039AA04FFEE3ED* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
ActionTask__ctor_m7C70325BFF57D66662DB867F3598756BB5277AA6(__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
|
|
// NodeCanvas.Framework.ActionTask NodeCanvas.Tasks.Actions.TunnelAction::get_actionTask()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ActionTask_t6B5C6B67D00E7AF678FAEDC91859B778C24A8E1E* TunnelAction_get_actionTask_m41A0D7B5F721E71670FA59800E78F9BCB6482A46 (TunnelAction_tDE6FCE93D9C044878822081C988C5E4024F23E46* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// get => _action;
|
|
ActionTask_t6B5C6B67D00E7AF678FAEDC91859B778C24A8E1E* L_0 = __this->____action_17;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void NodeCanvas.Tasks.Actions.TunnelAction::set_actionTask(NodeCanvas.Framework.ActionTask)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TunnelAction_set_actionTask_m5E03971A56B62F12D84BDA27804F96589EFC027F (TunnelAction_tDE6FCE93D9C044878822081C988C5E4024F23E46* __this, ActionTask_t6B5C6B67D00E7AF678FAEDC91859B778C24A8E1E* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// set => _action = (ActionTask)value;
|
|
ActionTask_t6B5C6B67D00E7AF678FAEDC91859B778C24A8E1E* L_0 = ___0_value;
|
|
__this->____action_17 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->____action_17), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
// NodeCanvas.Framework.Task NodeCanvas.Tasks.Actions.TunnelAction::get_task()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_tF05C1B448C98EDD5D7E9E23660FCEAC40348A284* TunnelAction_get_task_mCB7A91D8BA788906986D058A9CCD6BC589D34F44 (TunnelAction_tDE6FCE93D9C044878822081C988C5E4024F23E46* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// get => actionTask;
|
|
ActionTask_t6B5C6B67D00E7AF678FAEDC91859B778C24A8E1E* L_0;
|
|
L_0 = TunnelAction_get_actionTask_m41A0D7B5F721E71670FA59800E78F9BCB6482A46_inline(__this, NULL);
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void NodeCanvas.Tasks.Actions.TunnelAction::set_task(NodeCanvas.Framework.Task)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TunnelAction_set_task_mFD3F797E69DC53C7A1572169C30A506F86D68594 (TunnelAction_tDE6FCE93D9C044878822081C988C5E4024F23E46* __this, Task_tF05C1B448C98EDD5D7E9E23660FCEAC40348A284* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ActionTask_t6B5C6B67D00E7AF678FAEDC91859B778C24A8E1E_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// set => actionTask = (ActionTask)value;
|
|
Task_tF05C1B448C98EDD5D7E9E23660FCEAC40348A284* L_0 = ___0_value;
|
|
TunnelAction_set_actionTask_m5E03971A56B62F12D84BDA27804F96589EFC027F_inline(__this, ((ActionTask_t6B5C6B67D00E7AF678FAEDC91859B778C24A8E1E*)CastclassClass((RuntimeObject*)L_0, ActionTask_t6B5C6B67D00E7AF678FAEDC91859B778C24A8E1E_il2cpp_TypeInfo_var)), NULL);
|
|
return;
|
|
}
|
|
}
|
|
// NodeCanvas.Framework.Status NodeCanvas.Tasks.Actions.TunnelAction::OnExecute(UnityEngine.Component,NodeCanvas.Framework.IBlackboard)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TunnelAction_OnExecute_m92C3AB7BEB3D78F4B308C85E0E2CE00E2DA55B94 (TunnelAction_tDE6FCE93D9C044878822081C988C5E4024F23E46* __this, Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* ___0_agent, RuntimeObject* ___1_blackboard, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
{
|
|
// if (decoratedConnection == null)
|
|
Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D* L_0;
|
|
L_0 = BTDecorator_get_decoratedConnection_m5FD933752811DFF31A758CA48A4BCB66EDDAAE4D(__this, NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_000a;
|
|
}
|
|
}
|
|
{
|
|
// return Status.Optional;
|
|
return (int32_t)(5);
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
// if (actionTask == null)
|
|
ActionTask_t6B5C6B67D00E7AF678FAEDC91859B778C24A8E1E* L_1;
|
|
L_1 = TunnelAction_get_actionTask_m41A0D7B5F721E71670FA59800E78F9BCB6482A46_inline(__this, NULL);
|
|
if (L_1)
|
|
{
|
|
goto IL_0020;
|
|
}
|
|
}
|
|
{
|
|
// return decoratedConnection.Execute(agent, blackboard);
|
|
Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D* L_2;
|
|
L_2 = BTDecorator_get_decoratedConnection_m5FD933752811DFF31A758CA48A4BCB66EDDAAE4D(__this, NULL);
|
|
Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* L_3 = ___0_agent;
|
|
RuntimeObject* L_4 = ___1_blackboard;
|
|
NullCheck(L_2);
|
|
int32_t L_5;
|
|
L_5 = Connection_Execute_m8B97C4DD032BA1012167BBFA70B685F165D82F58(L_2, L_3, L_4, NULL);
|
|
return L_5;
|
|
}
|
|
|
|
IL_0020:
|
|
{
|
|
// var executeStatus = actionTask.Execute(agent, blackboard);
|
|
ActionTask_t6B5C6B67D00E7AF678FAEDC91859B778C24A8E1E* L_6;
|
|
L_6 = TunnelAction_get_actionTask_m41A0D7B5F721E71670FA59800E78F9BCB6482A46_inline(__this, NULL);
|
|
Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* L_7 = ___0_agent;
|
|
RuntimeObject* L_8 = ___1_blackboard;
|
|
NullCheck(L_6);
|
|
int32_t L_9;
|
|
L_9 = ActionTask_Execute_m3087BFB267F448E9EF28E055EBEBA1E1AFE11CFB(L_6, L_7, L_8, NULL);
|
|
V_0 = L_9;
|
|
// return executeStatus != Status.Failure ? decoratedConnection.Execute(agent, blackboard) : executeStatus;
|
|
int32_t L_10 = V_0;
|
|
if (L_10)
|
|
{
|
|
goto IL_0033;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_11 = V_0;
|
|
return L_11;
|
|
}
|
|
|
|
IL_0033:
|
|
{
|
|
Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D* L_12;
|
|
L_12 = BTDecorator_get_decoratedConnection_m5FD933752811DFF31A758CA48A4BCB66EDDAAE4D(__this, NULL);
|
|
Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* L_13 = ___0_agent;
|
|
RuntimeObject* L_14 = ___1_blackboard;
|
|
NullCheck(L_12);
|
|
int32_t L_15;
|
|
L_15 = Connection_Execute_m8B97C4DD032BA1012167BBFA70B685F165D82F58(L_12, L_13, L_14, NULL);
|
|
return L_15;
|
|
}
|
|
}
|
|
// System.Void NodeCanvas.Tasks.Actions.TunnelAction::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TunnelAction__ctor_m88510E538E689865878A9A558E194A87337CB7B5 (TunnelAction_tDE6FCE93D9C044878822081C988C5E4024F23E46* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
BTDecorator__ctor_mED15EE096E242D2A6337DC8615476BF8E0B7B443(__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 UnityTemplateProjects.AnimProxy::AnimProxyCallback(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AnimProxy_AnimProxyCallback_m82A0E88384A90C2A0BF97D5800060BCEDD42F390 (AnimProxy_tF16E3831F520A8ACBFF6B1E969F9901B221B847B* __this, String_t* ___0_method, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_ContainsKey_m28AAE15BCFE83902A6292AC0F31F2CEB65C1DAE9_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_get_Item_m0749980B34FCD6F5D1894B2803C840CAF6882DD6_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_set_Item_mCE419CA3315C54931F0112B3A9156E00FFB86CE2_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (!cache.ContainsKey(method))
|
|
Dictionary_2_tA6171034F19E116CFB6E9839DA229454DA8469E3* L_0 = __this->___cache_5;
|
|
String_t* L_1 = ___0_method;
|
|
NullCheck(L_0);
|
|
bool L_2;
|
|
L_2 = Dictionary_2_ContainsKey_m28AAE15BCFE83902A6292AC0F31F2CEB65C1DAE9(L_0, L_1, Dictionary_2_ContainsKey_m28AAE15BCFE83902A6292AC0F31F2CEB65C1DAE9_RuntimeMethod_var);
|
|
if (L_2)
|
|
{
|
|
goto IL_002b;
|
|
}
|
|
}
|
|
{
|
|
// cache[method] = mono.GetType().GetMethod(method);
|
|
Dictionary_2_tA6171034F19E116CFB6E9839DA229454DA8469E3* L_3 = __this->___cache_5;
|
|
String_t* L_4 = ___0_method;
|
|
Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* L_5 = __this->___mono_4;
|
|
NullCheck(L_5);
|
|
Type_t* L_6;
|
|
L_6 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(L_5, NULL);
|
|
String_t* L_7 = ___0_method;
|
|
NullCheck(L_6);
|
|
MethodInfo_t* L_8;
|
|
L_8 = Type_GetMethod_m66AD062187F19497DBCA900823B0C268322DC231(L_6, L_7, NULL);
|
|
NullCheck(L_3);
|
|
Dictionary_2_set_Item_mCE419CA3315C54931F0112B3A9156E00FFB86CE2(L_3, L_4, L_8, Dictionary_2_set_Item_mCE419CA3315C54931F0112B3A9156E00FFB86CE2_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_002b:
|
|
{
|
|
// cache[method].Invoke(mono, null);
|
|
Dictionary_2_tA6171034F19E116CFB6E9839DA229454DA8469E3* L_9 = __this->___cache_5;
|
|
String_t* L_10 = ___0_method;
|
|
NullCheck(L_9);
|
|
MethodInfo_t* L_11;
|
|
L_11 = Dictionary_2_get_Item_m0749980B34FCD6F5D1894B2803C840CAF6882DD6(L_9, L_10, Dictionary_2_get_Item_m0749980B34FCD6F5D1894B2803C840CAF6882DD6_RuntimeMethod_var);
|
|
Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* L_12 = __this->___mono_4;
|
|
NullCheck(L_11);
|
|
RuntimeObject* L_13;
|
|
L_13 = MethodBase_Invoke_mEEF3218648F111A8C338001A7804091A0747C826(L_11, L_12, (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)NULL, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityTemplateProjects.AnimProxy::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AnimProxy__ctor_m82915B596024A0EBA0EE1A123793DD6ED002A461 (AnimProxy_tF16E3831F520A8ACBFF6B1E969F9901B221B847B* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_m6FF7CEBC358B5FB27641B13E3366E8C3C73DA78C_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_tA6171034F19E116CFB6E9839DA229454DA8469E3_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// private Dictionary<string, MethodInfo> cache = new Dictionary<string, MethodInfo>();
|
|
Dictionary_2_tA6171034F19E116CFB6E9839DA229454DA8469E3* L_0 = (Dictionary_2_tA6171034F19E116CFB6E9839DA229454DA8469E3*)il2cpp_codegen_object_new(Dictionary_2_tA6171034F19E116CFB6E9839DA229454DA8469E3_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
Dictionary_2__ctor_m6FF7CEBC358B5FB27641B13E3366E8C3C73DA78C(L_0, Dictionary_2__ctor_m6FF7CEBC358B5FB27641B13E3366E8C3C73DA78C_RuntimeMethod_var);
|
|
__this->___cache_5 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___cache_5), (void*)L_0);
|
|
MonoBehaviour__ctor_m592DB0105CA0BC97AA1C5F4AD27B12D68A3B7C1E(__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 UnityTemplateProjects.BulletProxy::Awake()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BulletProxy_Awake_mFFB6CD0FF38DF7E361839EE117989E67581C3067 (BulletProxy_t69B757140BE44FF8CEDF98A21A331303C05FE1EE* __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;
|
|
}
|
|
{
|
|
// oldTime = tr.time;
|
|
TrailRenderer_tF7E185EF383CF4300DFC3E1DE59FA6100B93CA39* L_0 = __this->___tr_4;
|
|
NullCheck(L_0);
|
|
float L_1;
|
|
L_1 = TrailRenderer_get_time_mC1990BCC4C1A584EE689FD3BBF5ACC43F3AB96D8(L_0, NULL);
|
|
__this->___oldTime_6 = L_1;
|
|
// if(particles)
|
|
ParticleSystem_tB19986EE308BD63D36FB6025EEEAFBEDB97C67C1* L_2 = __this->___particles_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_002f;
|
|
}
|
|
}
|
|
{
|
|
// particles.gameObject.SetActive(false);
|
|
ParticleSystem_tB19986EE308BD63D36FB6025EEEAFBEDB97C67C1* L_4 = __this->___particles_5;
|
|
NullCheck(L_4);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_5;
|
|
L_5 = Component_get_gameObject_m57AEFBB14DB39EC476F740BA000E170355DE691B(L_4, NULL);
|
|
NullCheck(L_5);
|
|
GameObject_SetActive_m638E92E1E75E519E5B24CF150B08CA8E0CDFAB92(L_5, (bool)0, NULL);
|
|
}
|
|
|
|
IL_002f:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityTemplateProjects.BulletProxy::OnDisable()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BulletProxy_OnDisable_m542811D782EAD97779D3178570153F623BAAF1F7 (BulletProxy_t69B757140BE44FF8CEDF98A21A331303C05FE1EE* __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;
|
|
}
|
|
MainModule_tC7ECD8330C14B0808478A748048988A6085CE2A9 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
// tr.time = 0;
|
|
TrailRenderer_tF7E185EF383CF4300DFC3E1DE59FA6100B93CA39* L_0 = __this->___tr_4;
|
|
NullCheck(L_0);
|
|
TrailRenderer_set_time_mD4760D84A531B310E2A4069F87B4E2EF2FEF4C23(L_0, (0.0f), NULL);
|
|
// if(instPart)
|
|
ParticleSystem_tB19986EE308BD63D36FB6025EEEAFBEDB97C67C1* L_1 = __this->___instPart_7;
|
|
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_004d;
|
|
}
|
|
}
|
|
{
|
|
// var main = instPart.main;
|
|
ParticleSystem_tB19986EE308BD63D36FB6025EEEAFBEDB97C67C1* L_3 = __this->___instPart_7;
|
|
NullCheck(L_3);
|
|
MainModule_tC7ECD8330C14B0808478A748048988A6085CE2A9 L_4;
|
|
L_4 = ParticleSystem_get_main_mD86DFCD96150E2CE760CD2F37052BB3BCA33C189(L_3, NULL);
|
|
V_0 = L_4;
|
|
// main.loop = false;
|
|
MainModule_set_loop_mB3FC83A6DA8D248D15C53388D6B9B7711ADD89BE((&V_0), (bool)0, NULL);
|
|
// Destroy(instPart.gameObject, 2f);
|
|
ParticleSystem_tB19986EE308BD63D36FB6025EEEAFBEDB97C67C1* L_5 = __this->___instPart_7;
|
|
NullCheck(L_5);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_6;
|
|
L_6 = Component_get_gameObject_m57AEFBB14DB39EC476F740BA000E170355DE691B(L_5, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
Object_Destroy_m064F2A066491D2DC4FFCFBDBE5FCFFB807A04436(L_6, (2.0f), NULL);
|
|
// instPart = null;
|
|
__this->___instPart_7 = (ParticleSystem_tB19986EE308BD63D36FB6025EEEAFBEDB97C67C1*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___instPart_7), (void*)(ParticleSystem_tB19986EE308BD63D36FB6025EEEAFBEDB97C67C1*)NULL);
|
|
}
|
|
|
|
IL_004d:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityTemplateProjects.BulletProxy::OnEnable()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BulletProxy_OnEnable_mD9250140DCBCD0382E653F1917CEA83BD7BADA5F (BulletProxy_t69B757140BE44FF8CEDF98A21A331303C05FE1EE* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_Instantiate_TisParticleSystem_tB19986EE308BD63D36FB6025EEEAFBEDB97C67C1_m4D124F2FEF37B79E055EECB4988220B0F2F98CE2_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&quaternion_tD6BCBECAF088B9EBAE2345EC8534C7A1A4C910D4_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// tr.time = oldTime;
|
|
TrailRenderer_tF7E185EF383CF4300DFC3E1DE59FA6100B93CA39* L_0 = __this->___tr_4;
|
|
float L_1 = __this->___oldTime_6;
|
|
NullCheck(L_0);
|
|
TrailRenderer_set_time_mD4760D84A531B310E2A4069F87B4E2EF2FEF4C23(L_0, L_1, NULL);
|
|
// if(instPart)
|
|
ParticleSystem_tB19986EE308BD63D36FB6025EEEAFBEDB97C67C1* L_2 = __this->___instPart_7;
|
|
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_002e;
|
|
}
|
|
}
|
|
{
|
|
// Destroy(instPart.gameObject);
|
|
ParticleSystem_tB19986EE308BD63D36FB6025EEEAFBEDB97C67C1* L_4 = __this->___instPart_7;
|
|
NullCheck(L_4);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_5;
|
|
L_5 = Component_get_gameObject_m57AEFBB14DB39EC476F740BA000E170355DE691B(L_4, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
Object_Destroy_mE97D0A766419A81296E8D4E5C23D01D3FE91ACBB(L_5, NULL);
|
|
}
|
|
|
|
IL_002e:
|
|
{
|
|
// if(particles)
|
|
ParticleSystem_tB19986EE308BD63D36FB6025EEEAFBEDB97C67C1* L_6 = __this->___particles_5;
|
|
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_0072;
|
|
}
|
|
}
|
|
{
|
|
// instPart = Instantiate(particles, transform.position, quaternion.identity);
|
|
ParticleSystem_tB19986EE308BD63D36FB6025EEEAFBEDB97C67C1* L_8 = __this->___particles_5;
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_9;
|
|
L_9 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(__this, NULL);
|
|
NullCheck(L_9);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_10;
|
|
L_10 = Transform_get_position_m69CD5FA214FDAE7BB701552943674846C220FDE1(L_9, NULL);
|
|
quaternion_tD6BCBECAF088B9EBAE2345EC8534C7A1A4C910D4 L_11 = ((quaternion_tD6BCBECAF088B9EBAE2345EC8534C7A1A4C910D4_StaticFields*)il2cpp_codegen_static_fields_for(quaternion_tD6BCBECAF088B9EBAE2345EC8534C7A1A4C910D4_il2cpp_TypeInfo_var))->___identity_1;
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_12;
|
|
L_12 = quaternion_op_Implicit_m78F07E28F5AB9C26F0EE997B2F12AF4A209FCD41(L_11, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
ParticleSystem_tB19986EE308BD63D36FB6025EEEAFBEDB97C67C1* L_13;
|
|
L_13 = Object_Instantiate_TisParticleSystem_tB19986EE308BD63D36FB6025EEEAFBEDB97C67C1_m4D124F2FEF37B79E055EECB4988220B0F2F98CE2(L_8, L_10, L_12, Object_Instantiate_TisParticleSystem_tB19986EE308BD63D36FB6025EEEAFBEDB97C67C1_m4D124F2FEF37B79E055EECB4988220B0F2F98CE2_RuntimeMethod_var);
|
|
__this->___instPart_7 = L_13;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___instPart_7), (void*)L_13);
|
|
// instPart.gameObject.SetActive(true);
|
|
ParticleSystem_tB19986EE308BD63D36FB6025EEEAFBEDB97C67C1* L_14 = __this->___instPart_7;
|
|
NullCheck(L_14);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_15;
|
|
L_15 = Component_get_gameObject_m57AEFBB14DB39EC476F740BA000E170355DE691B(L_14, NULL);
|
|
NullCheck(L_15);
|
|
GameObject_SetActive_m638E92E1E75E519E5B24CF150B08CA8E0CDFAB92(L_15, (bool)1, NULL);
|
|
}
|
|
|
|
IL_0072:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityTemplateProjects.BulletProxy::Update()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BulletProxy_Update_m2F42516A8544E8E92703AD9FEFEB59C00E9EE0A1 (BulletProxy_t69B757140BE44FF8CEDF98A21A331303C05FE1EE* __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(instPart)
|
|
ParticleSystem_tB19986EE308BD63D36FB6025EEEAFBEDB97C67C1* L_0 = __this->___instPart_7;
|
|
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_0028;
|
|
}
|
|
}
|
|
{
|
|
// instPart.transform.position = transform.position;
|
|
ParticleSystem_tB19986EE308BD63D36FB6025EEEAFBEDB97C67C1* L_2 = __this->___instPart_7;
|
|
NullCheck(L_2);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_3;
|
|
L_3 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(L_2, NULL);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_4;
|
|
L_4 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(__this, NULL);
|
|
NullCheck(L_4);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_5;
|
|
L_5 = Transform_get_position_m69CD5FA214FDAE7BB701552943674846C220FDE1(L_4, NULL);
|
|
NullCheck(L_3);
|
|
Transform_set_position_mA1A817124BB41B685043DED2A9BA48CDF37C4156(L_3, L_5, NULL);
|
|
}
|
|
|
|
IL_0028:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityTemplateProjects.BulletProxy::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BulletProxy__ctor_m901A86BAAE0448B1670D549059A48DD03DA06632 (BulletProxy_t69B757140BE44FF8CEDF98A21A331303C05FE1EE* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
MonoBehaviour__ctor_m592DB0105CA0BC97AA1C5F4AD27B12D68A3B7C1E(__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 UnityTemplateProjects.SimpleCameraController::Start()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SimpleCameraController_Start_mE7DF3450479ECFC2347EFBAA8392BCAB460A69F7 (SimpleCameraController_t17AF9A37DB0C95045C639A9A74B1D80500082020* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral048705EBC22C86B998F6CCAD73D6D3E5D6EDC397);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0A75E0B0725EFCA0A61AA143B67352DF5D3D49D0);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0CDEF72DE4F851AC9DE90A1F55A17BDA775BCD7D);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral156E72093202B3904FC1EB5069CBA7BCC8ACD237);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral16A70DC8C790D0EFD53AE03FF23CB99D8B7A53CA);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1AC61FAC5CE9913A44B885ACF2474EA629868391);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral239ECF78983B43A8192E47037EC599F6DCAFEA5D);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2531C2E47E23620D9A6B7F21D7B39F970334E875);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral29D72C32115A415A2695640ABA787408D8CEE14D);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3DD85286B809FC0D91697F71CBF2C5C9E473741A);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral435EBF436AA6703F7D0C71CD93E7F04A8BB2BAB2);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4448A495807CB4A5CE64C39B1BB2812CB240CCE9);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral455BE6C51A15F36C8D913F896775D15888AC8673);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral51E1C9D21AD42E82157D9491B72D1D5DE6B20C4E);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral58C403B2ADB7E09A23001D113CB718A73795DB62);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6951F3165CFC609AB652E855FD3815BB16E517EA);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6ABB96B4C8D776C301BCDF33E9157AC8D47322AA);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6C71167E4956F782DD0ECCE71CD3949E520453DF);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral76E7BD125EE1F99E3299E6B85CEB8846BD4277EB);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral87220A435083D983AF4D14AFD06B7B0C7400844A);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8DB3F49CBC04A5F86A4359A067C8FDE7F24B4F4E);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9D354CA1036DDA6F701F800C5C1B3A4235D2EDD7);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA7C6A99492E9320E0B6B7918672FCB2933EAD649);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAE24C5BE9B741FFFA87D2A951BFE7EA0440461CD);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBD27C106B7C6B92D90D957772CE6F784A26CE562);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDFF1E2A1482FEDCFB2BB4C877079B0BD07473C2A);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE9B2C4B73C4357A8FA4CCAF19BD43878882AB8C3);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralED8069D53F4AA117AA6D23B593FA68B0C3AA765C);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEEAF871F63EAF1173D5679715303E079C1AE5DBB);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEECEAAC359EDB2E91D0F46F3CA9A65F47527BC5C);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF2F5F486DA7A054F29393CFB1DAE7C2B83F03ACB);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* V_0 = NULL;
|
|
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
CompositeSyntax_t462FE69194A2B9572B4CB2A0108D10622B820C30 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
// var map = new InputActionMap("Simple Camera Controller");
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_0 = (InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09*)il2cpp_codegen_object_new(InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
InputActionMap__ctor_m3B19C13398EF209E7E1966A207D36EDE392224D0(L_0, _stringLiteralDFF1E2A1482FEDCFB2BB4C877079B0BD07473C2A, NULL);
|
|
V_0 = L_0;
|
|
// lookAction = map.AddAction("look", binding: "<Mouse>/delta");
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_1 = V_0;
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_2;
|
|
L_2 = InputActionSetupExtensions_AddAction_m625FCCD17EFCEBF2B88DE018F54E9238485F33A6(L_1, _stringLiteral58C403B2ADB7E09A23001D113CB718A73795DB62, 0, _stringLiteralF2F5F486DA7A054F29393CFB1DAE7C2B83F03ACB, (String_t*)NULL, (String_t*)NULL, (String_t*)NULL, (String_t*)NULL, NULL);
|
|
__this->___lookAction_15 = L_2;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___lookAction_15), (void*)L_2);
|
|
// movementAction = map.AddAction("move", binding: "<Gamepad>/leftStick");
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_3 = V_0;
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_4;
|
|
L_4 = InputActionSetupExtensions_AddAction_m625FCCD17EFCEBF2B88DE018F54E9238485F33A6(L_3, _stringLiteralEECEAAC359EDB2E91D0F46F3CA9A65F47527BC5C, 0, _stringLiteralA7C6A99492E9320E0B6B7918672FCB2933EAD649, (String_t*)NULL, (String_t*)NULL, (String_t*)NULL, (String_t*)NULL, NULL);
|
|
__this->___movementAction_13 = L_4;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___movementAction_13), (void*)L_4);
|
|
// verticalMovementAction = map.AddAction("Vertical Movement");
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_5 = V_0;
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_6;
|
|
L_6 = InputActionSetupExtensions_AddAction_m625FCCD17EFCEBF2B88DE018F54E9238485F33A6(L_5, _stringLiteral156E72093202B3904FC1EB5069CBA7BCC8ACD237, 0, (String_t*)NULL, (String_t*)NULL, (String_t*)NULL, (String_t*)NULL, (String_t*)NULL, NULL);
|
|
__this->___verticalMovementAction_14 = L_6;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___verticalMovementAction_14), (void*)L_6);
|
|
// boostFactorAction = map.AddAction("Boost Factor", binding: "<Mouse>/scroll");
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_7 = V_0;
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_8;
|
|
L_8 = InputActionSetupExtensions_AddAction_m625FCCD17EFCEBF2B88DE018F54E9238485F33A6(L_7, _stringLiteral6C71167E4956F782DD0ECCE71CD3949E520453DF, 0, _stringLiteralBD27C106B7C6B92D90D957772CE6F784A26CE562, (String_t*)NULL, (String_t*)NULL, (String_t*)NULL, (String_t*)NULL, NULL);
|
|
__this->___boostFactorAction_16 = L_8;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___boostFactorAction_16), (void*)L_8);
|
|
// lookAction.AddBinding("<Gamepad>/rightStick").WithProcessor("scaleVector2(x=15, y=15)");
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_9 = __this->___lookAction_15;
|
|
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 L_10;
|
|
L_10 = InputActionSetupExtensions_AddBinding_m22E4A437A2AD06C6326D8BEB45114B5DBD2F7168(L_9, _stringLiteralED8069D53F4AA117AA6D23B593FA68B0C3AA765C, (String_t*)NULL, (String_t*)NULL, (String_t*)NULL, NULL);
|
|
V_1 = L_10;
|
|
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 L_11;
|
|
L_11 = BindingSyntax_WithProcessor_m2FD9C1A3B16647C578EF8723249ABF6B45E7F9AC((&V_1), _stringLiteral4448A495807CB4A5CE64C39B1BB2812CB240CCE9, NULL);
|
|
// movementAction.AddCompositeBinding("Dpad")
|
|
// .With("Up", "<Keyboard>/w")
|
|
// .With("Up", "<Keyboard>/upArrow")
|
|
// .With("Down", "<Keyboard>/s")
|
|
// .With("Down", "<Keyboard>/downArrow")
|
|
// .With("Left", "<Keyboard>/a")
|
|
// .With("Left", "<Keyboard>/leftArrow")
|
|
// .With("Right", "<Keyboard>/d")
|
|
// .With("Right", "<Keyboard>/rightArrow");
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_12 = __this->___movementAction_13;
|
|
CompositeSyntax_t462FE69194A2B9572B4CB2A0108D10622B820C30 L_13;
|
|
L_13 = InputActionSetupExtensions_AddCompositeBinding_m085EC0C01ED112CAAF6A1BE5ADCE1BD6FE6980AA(L_12, _stringLiteralE9B2C4B73C4357A8FA4CCAF19BD43878882AB8C3, (String_t*)NULL, (String_t*)NULL, NULL);
|
|
V_2 = L_13;
|
|
CompositeSyntax_t462FE69194A2B9572B4CB2A0108D10622B820C30 L_14;
|
|
L_14 = CompositeSyntax_With_m73EF244DCB169044504CF7DCE47C3DA52C7796C4((&V_2), _stringLiteral9D354CA1036DDA6F701F800C5C1B3A4235D2EDD7, _stringLiteral048705EBC22C86B998F6CCAD73D6D3E5D6EDC397, (String_t*)NULL, (String_t*)NULL, NULL);
|
|
V_2 = L_14;
|
|
CompositeSyntax_t462FE69194A2B9572B4CB2A0108D10622B820C30 L_15;
|
|
L_15 = CompositeSyntax_With_m73EF244DCB169044504CF7DCE47C3DA52C7796C4((&V_2), _stringLiteral9D354CA1036DDA6F701F800C5C1B3A4235D2EDD7, _stringLiteral1AC61FAC5CE9913A44B885ACF2474EA629868391, (String_t*)NULL, (String_t*)NULL, NULL);
|
|
V_2 = L_15;
|
|
CompositeSyntax_t462FE69194A2B9572B4CB2A0108D10622B820C30 L_16;
|
|
L_16 = CompositeSyntax_With_m73EF244DCB169044504CF7DCE47C3DA52C7796C4((&V_2), _stringLiteral455BE6C51A15F36C8D913F896775D15888AC8673, _stringLiteral3DD85286B809FC0D91697F71CBF2C5C9E473741A, (String_t*)NULL, (String_t*)NULL, NULL);
|
|
V_2 = L_16;
|
|
CompositeSyntax_t462FE69194A2B9572B4CB2A0108D10622B820C30 L_17;
|
|
L_17 = CompositeSyntax_With_m73EF244DCB169044504CF7DCE47C3DA52C7796C4((&V_2), _stringLiteral455BE6C51A15F36C8D913F896775D15888AC8673, _stringLiteral2531C2E47E23620D9A6B7F21D7B39F970334E875, (String_t*)NULL, (String_t*)NULL, NULL);
|
|
V_2 = L_17;
|
|
CompositeSyntax_t462FE69194A2B9572B4CB2A0108D10622B820C30 L_18;
|
|
L_18 = CompositeSyntax_With_m73EF244DCB169044504CF7DCE47C3DA52C7796C4((&V_2), _stringLiteralAE24C5BE9B741FFFA87D2A951BFE7EA0440461CD, _stringLiteral6951F3165CFC609AB652E855FD3815BB16E517EA, (String_t*)NULL, (String_t*)NULL, NULL);
|
|
V_2 = L_18;
|
|
CompositeSyntax_t462FE69194A2B9572B4CB2A0108D10622B820C30 L_19;
|
|
L_19 = CompositeSyntax_With_m73EF244DCB169044504CF7DCE47C3DA52C7796C4((&V_2), _stringLiteralAE24C5BE9B741FFFA87D2A951BFE7EA0440461CD, _stringLiteral29D72C32115A415A2695640ABA787408D8CEE14D, (String_t*)NULL, (String_t*)NULL, NULL);
|
|
V_2 = L_19;
|
|
CompositeSyntax_t462FE69194A2B9572B4CB2A0108D10622B820C30 L_20;
|
|
L_20 = CompositeSyntax_With_m73EF244DCB169044504CF7DCE47C3DA52C7796C4((&V_2), _stringLiteral16A70DC8C790D0EFD53AE03FF23CB99D8B7A53CA, _stringLiteral8DB3F49CBC04A5F86A4359A067C8FDE7F24B4F4E, (String_t*)NULL, (String_t*)NULL, NULL);
|
|
V_2 = L_20;
|
|
CompositeSyntax_t462FE69194A2B9572B4CB2A0108D10622B820C30 L_21;
|
|
L_21 = CompositeSyntax_With_m73EF244DCB169044504CF7DCE47C3DA52C7796C4((&V_2), _stringLiteral16A70DC8C790D0EFD53AE03FF23CB99D8B7A53CA, _stringLiteral435EBF436AA6703F7D0C71CD93E7F04A8BB2BAB2, (String_t*)NULL, (String_t*)NULL, NULL);
|
|
// verticalMovementAction.AddCompositeBinding("Dpad")
|
|
// .With("Up", "<Keyboard>/pageUp")
|
|
// .With("Down", "<Keyboard>/pageDown")
|
|
// .With("Up", "<Keyboard>/e")
|
|
// .With("Down", "<Keyboard>/q")
|
|
// .With("Up", "<Gamepad>/rightshoulder")
|
|
// .With("Down", "<Gamepad>/leftshoulder");
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_22 = __this->___verticalMovementAction_14;
|
|
CompositeSyntax_t462FE69194A2B9572B4CB2A0108D10622B820C30 L_23;
|
|
L_23 = InputActionSetupExtensions_AddCompositeBinding_m085EC0C01ED112CAAF6A1BE5ADCE1BD6FE6980AA(L_22, _stringLiteralE9B2C4B73C4357A8FA4CCAF19BD43878882AB8C3, (String_t*)NULL, (String_t*)NULL, NULL);
|
|
V_2 = L_23;
|
|
CompositeSyntax_t462FE69194A2B9572B4CB2A0108D10622B820C30 L_24;
|
|
L_24 = CompositeSyntax_With_m73EF244DCB169044504CF7DCE47C3DA52C7796C4((&V_2), _stringLiteral9D354CA1036DDA6F701F800C5C1B3A4235D2EDD7, _stringLiteral239ECF78983B43A8192E47037EC599F6DCAFEA5D, (String_t*)NULL, (String_t*)NULL, NULL);
|
|
V_2 = L_24;
|
|
CompositeSyntax_t462FE69194A2B9572B4CB2A0108D10622B820C30 L_25;
|
|
L_25 = CompositeSyntax_With_m73EF244DCB169044504CF7DCE47C3DA52C7796C4((&V_2), _stringLiteral455BE6C51A15F36C8D913F896775D15888AC8673, _stringLiteral0A75E0B0725EFCA0A61AA143B67352DF5D3D49D0, (String_t*)NULL, (String_t*)NULL, NULL);
|
|
V_2 = L_25;
|
|
CompositeSyntax_t462FE69194A2B9572B4CB2A0108D10622B820C30 L_26;
|
|
L_26 = CompositeSyntax_With_m73EF244DCB169044504CF7DCE47C3DA52C7796C4((&V_2), _stringLiteral9D354CA1036DDA6F701F800C5C1B3A4235D2EDD7, _stringLiteralEEAF871F63EAF1173D5679715303E079C1AE5DBB, (String_t*)NULL, (String_t*)NULL, NULL);
|
|
V_2 = L_26;
|
|
CompositeSyntax_t462FE69194A2B9572B4CB2A0108D10622B820C30 L_27;
|
|
L_27 = CompositeSyntax_With_m73EF244DCB169044504CF7DCE47C3DA52C7796C4((&V_2), _stringLiteral455BE6C51A15F36C8D913F896775D15888AC8673, _stringLiteral87220A435083D983AF4D14AFD06B7B0C7400844A, (String_t*)NULL, (String_t*)NULL, NULL);
|
|
V_2 = L_27;
|
|
CompositeSyntax_t462FE69194A2B9572B4CB2A0108D10622B820C30 L_28;
|
|
L_28 = CompositeSyntax_With_m73EF244DCB169044504CF7DCE47C3DA52C7796C4((&V_2), _stringLiteral9D354CA1036DDA6F701F800C5C1B3A4235D2EDD7, _stringLiteral76E7BD125EE1F99E3299E6B85CEB8846BD4277EB, (String_t*)NULL, (String_t*)NULL, NULL);
|
|
V_2 = L_28;
|
|
CompositeSyntax_t462FE69194A2B9572B4CB2A0108D10622B820C30 L_29;
|
|
L_29 = CompositeSyntax_With_m73EF244DCB169044504CF7DCE47C3DA52C7796C4((&V_2), _stringLiteral455BE6C51A15F36C8D913F896775D15888AC8673, _stringLiteral0CDEF72DE4F851AC9DE90A1F55A17BDA775BCD7D, (String_t*)NULL, (String_t*)NULL, NULL);
|
|
// boostFactorAction.AddBinding("<Gamepad>/Dpad").WithProcessor("scaleVector2(x=1, y=4)");
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_30 = __this->___boostFactorAction_16;
|
|
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 L_31;
|
|
L_31 = InputActionSetupExtensions_AddBinding_m22E4A437A2AD06C6326D8BEB45114B5DBD2F7168(L_30, _stringLiteral6ABB96B4C8D776C301BCDF33E9157AC8D47322AA, (String_t*)NULL, (String_t*)NULL, (String_t*)NULL, NULL);
|
|
V_1 = L_31;
|
|
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 L_32;
|
|
L_32 = BindingSyntax_WithProcessor_m2FD9C1A3B16647C578EF8723249ABF6B45E7F9AC((&V_1), _stringLiteral51E1C9D21AD42E82157D9491B72D1D5DE6B20C4E, NULL);
|
|
// movementAction.Enable();
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_33 = __this->___movementAction_13;
|
|
NullCheck(L_33);
|
|
InputAction_Enable_mB3897C0741409C033656E4566EC49135C3C8BC68(L_33, NULL);
|
|
// lookAction.Enable();
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_34 = __this->___lookAction_15;
|
|
NullCheck(L_34);
|
|
InputAction_Enable_mB3897C0741409C033656E4566EC49135C3C8BC68(L_34, NULL);
|
|
// verticalMovementAction.Enable();
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_35 = __this->___verticalMovementAction_14;
|
|
NullCheck(L_35);
|
|
InputAction_Enable_mB3897C0741409C033656E4566EC49135C3C8BC68(L_35, NULL);
|
|
// boostFactorAction.Enable();
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_36 = __this->___boostFactorAction_16;
|
|
NullCheck(L_36);
|
|
InputAction_Enable_mB3897C0741409C033656E4566EC49135C3C8BC68(L_36, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityTemplateProjects.SimpleCameraController::OnEnable()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SimpleCameraController_OnEnable_mD5E060BED4E0C5C0D40AA39C0DA7AE44CAAB217D (SimpleCameraController_t17AF9A37DB0C95045C639A9A74B1D80500082020* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// m_TargetCameraState.SetFromTransform(transform);
|
|
CameraState_t651BB85BE37498E7EB48448787624DC29D403FBD* L_0 = __this->___m_TargetCameraState_5;
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_1;
|
|
L_1 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(__this, NULL);
|
|
NullCheck(L_0);
|
|
CameraState_SetFromTransform_m3A7302F4586F37F7C78EDA2F0C476BAA22672360(L_0, L_1, NULL);
|
|
// m_InterpolatingCameraState.SetFromTransform(transform);
|
|
CameraState_t651BB85BE37498E7EB48448787624DC29D403FBD* L_2 = __this->___m_InterpolatingCameraState_6;
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_3;
|
|
L_3 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(__this, NULL);
|
|
NullCheck(L_2);
|
|
CameraState_SetFromTransform_m3A7302F4586F37F7C78EDA2F0C476BAA22672360(L_2, L_3, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// UnityEngine.Vector3 UnityTemplateProjects.SimpleCameraController::GetInputTranslationDirection()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 SimpleCameraController_GetInputTranslationDirection_m62C42A7966EF22CB95BB847225D2BE2441A3CE0C (SimpleCameraController_t17AF9A37DB0C95045C639A9A74B1D80500082020* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputAction_ReadValue_TisVector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7_m8D02BA85303ABD48D9963369E106B0C83A393FBF_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
{
|
|
// Vector3 direction = Vector3.zero;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_0;
|
|
L_0 = Vector3_get_zero_m0C1249C3F25B1C70EAD3CC8B31259975A457AE39_inline(NULL);
|
|
V_0 = L_0;
|
|
// var moveDelta = movementAction.ReadValue<Vector2>();
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_1 = __this->___movementAction_13;
|
|
NullCheck(L_1);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_2;
|
|
L_2 = InputAction_ReadValue_TisVector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7_m8D02BA85303ABD48D9963369E106B0C83A393FBF(L_1, InputAction_ReadValue_TisVector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7_m8D02BA85303ABD48D9963369E106B0C83A393FBF_RuntimeMethod_var);
|
|
V_1 = L_2;
|
|
// direction.x = moveDelta.x;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_3 = V_1;
|
|
float L_4 = L_3.___x_0;
|
|
(&V_0)->___x_2 = L_4;
|
|
// direction.z = moveDelta.y;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_5 = V_1;
|
|
float L_6 = L_5.___y_1;
|
|
(&V_0)->___z_4 = L_6;
|
|
// direction.y = verticalMovementAction.ReadValue<Vector2>().y;
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_7 = __this->___verticalMovementAction_14;
|
|
NullCheck(L_7);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_8;
|
|
L_8 = InputAction_ReadValue_TisVector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7_m8D02BA85303ABD48D9963369E106B0C83A393FBF(L_7, InputAction_ReadValue_TisVector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7_m8D02BA85303ABD48D9963369E106B0C83A393FBF_RuntimeMethod_var);
|
|
float L_9 = L_8.___y_1;
|
|
(&V_0)->___y_3 = L_9;
|
|
// return direction;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_10 = V_0;
|
|
return L_10;
|
|
}
|
|
}
|
|
// System.Void UnityTemplateProjects.SimpleCameraController::Update()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SimpleCameraController_Update_mDB9A4DA6CC1C82A704D3575DC196F44F17E5E0B5 (SimpleCameraController_t17AF9A37DB0C95045C639A9A74B1D80500082020* __this, const RuntimeMethod* method)
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
float V_1 = 0.0f;
|
|
float V_2 = 0.0f;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_3;
|
|
memset((&V_3), 0, sizeof(V_3));
|
|
float V_4 = 0.0f;
|
|
{
|
|
// if (IsEscapePressed())
|
|
bool L_0;
|
|
L_0 = SimpleCameraController_IsEscapePressed_m0DBC5636F93C47F42E2957E71065F0F65FF9684E(__this, NULL);
|
|
if (!L_0)
|
|
{
|
|
goto IL_000d;
|
|
}
|
|
}
|
|
{
|
|
// Application.Quit();
|
|
Application_Quit_mE304382DB9A6455C2A474C8F364C7387F37E9281(NULL);
|
|
}
|
|
|
|
IL_000d:
|
|
{
|
|
// if (IsRightMouseButtonDown())
|
|
bool L_1;
|
|
L_1 = SimpleCameraController_IsRightMouseButtonDown_m452E5582AC0DF2967F4C2AF74DEDD51533BE9E0F(__this, NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_001b;
|
|
}
|
|
}
|
|
{
|
|
// Cursor.lockState = CursorLockMode.Locked;
|
|
Cursor_set_lockState_mD81F6E5F3D86506FFB88567689A3A00A7AD242E9(1, NULL);
|
|
}
|
|
|
|
IL_001b:
|
|
{
|
|
// if (IsRightMouseButtonUp())
|
|
bool L_2;
|
|
L_2 = SimpleCameraController_IsRightMouseButtonUp_m6B7098D227CF6C336694BAE3CD689A712DF1A9D9(__this, NULL);
|
|
if (!L_2)
|
|
{
|
|
goto IL_002f;
|
|
}
|
|
}
|
|
{
|
|
// Cursor.visible = true;
|
|
Cursor_set_visible_m612FCB2E86C15F91CE2E6148D1B556667954A2B7((bool)1, NULL);
|
|
// Cursor.lockState = CursorLockMode.None;
|
|
Cursor_set_lockState_mD81F6E5F3D86506FFB88567689A3A00A7AD242E9(0, NULL);
|
|
}
|
|
|
|
IL_002f:
|
|
{
|
|
// if (IsCameraRotationAllowed())
|
|
bool L_3;
|
|
L_3 = SimpleCameraController_IsCameraRotationAllowed_m0FC40B7FCA40A587E155985A0C0F22B992635FA6(__this, NULL);
|
|
if (!L_3)
|
|
{
|
|
goto IL_00b3;
|
|
}
|
|
}
|
|
{
|
|
// var mouseMovement = GetInputLookRotation() * k_MouseSensitivityMultiplier * mouseSensitivity;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_4;
|
|
L_4 = SimpleCameraController_GetInputLookRotation_m46DE00C71926EA4D1119C5782919A7F8776FE41A(__this, NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_5;
|
|
L_5 = Vector2_op_Multiply_m2D984B613020089BF5165BA4CA10988E2DC771FE_inline(L_4, (0.00999999978f), NULL);
|
|
float L_6 = __this->___mouseSensitivity_9;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_7;
|
|
L_7 = Vector2_op_Multiply_m2D984B613020089BF5165BA4CA10988E2DC771FE_inline(L_5, L_6, NULL);
|
|
V_3 = L_7;
|
|
// if (invertY)
|
|
bool L_8 = __this->___invertY_12;
|
|
if (!L_8)
|
|
{
|
|
goto IL_0069;
|
|
}
|
|
}
|
|
{
|
|
// mouseMovement.y = -mouseMovement.y;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_9 = V_3;
|
|
float L_10 = L_9.___y_1;
|
|
(&V_3)->___y_1 = ((-L_10));
|
|
}
|
|
|
|
IL_0069:
|
|
{
|
|
// var mouseSensitivityFactor = mouseSensitivityCurve.Evaluate(mouseMovement.magnitude);
|
|
AnimationCurve_tCBFFAAD05CEBB35EF8D8631BD99914BE1A6BB354* L_11 = __this->___mouseSensitivityCurve_10;
|
|
float L_12;
|
|
L_12 = Vector2_get_magnitude_m5C59B4056420AEFDB291AD0914A3F675330A75CE_inline((&V_3), NULL);
|
|
NullCheck(L_11);
|
|
float L_13;
|
|
L_13 = AnimationCurve_Evaluate_m50B857043DE251A186032ADBCBB4CEF817F4EE3C(L_11, L_12, NULL);
|
|
V_4 = L_13;
|
|
// m_TargetCameraState.yaw += mouseMovement.x * mouseSensitivityFactor;
|
|
CameraState_t651BB85BE37498E7EB48448787624DC29D403FBD* L_14 = __this->___m_TargetCameraState_5;
|
|
CameraState_t651BB85BE37498E7EB48448787624DC29D403FBD* L_15 = L_14;
|
|
NullCheck(L_15);
|
|
float L_16 = L_15->___yaw_0;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_17 = V_3;
|
|
float L_18 = L_17.___x_0;
|
|
float L_19 = V_4;
|
|
NullCheck(L_15);
|
|
L_15->___yaw_0 = ((float)il2cpp_codegen_add(L_16, ((float)il2cpp_codegen_multiply(L_18, L_19))));
|
|
// m_TargetCameraState.pitch += mouseMovement.y * mouseSensitivityFactor;
|
|
CameraState_t651BB85BE37498E7EB48448787624DC29D403FBD* L_20 = __this->___m_TargetCameraState_5;
|
|
CameraState_t651BB85BE37498E7EB48448787624DC29D403FBD* L_21 = L_20;
|
|
NullCheck(L_21);
|
|
float L_22 = L_21->___pitch_1;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_23 = V_3;
|
|
float L_24 = L_23.___y_1;
|
|
float L_25 = V_4;
|
|
NullCheck(L_21);
|
|
L_21->___pitch_1 = ((float)il2cpp_codegen_add(L_22, ((float)il2cpp_codegen_multiply(L_24, L_25))));
|
|
}
|
|
|
|
IL_00b3:
|
|
{
|
|
// var translation = GetInputTranslationDirection() * Time.deltaTime;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_26;
|
|
L_26 = SimpleCameraController_GetInputTranslationDirection_m62C42A7966EF22CB95BB847225D2BE2441A3CE0C(__this, NULL);
|
|
float L_27;
|
|
L_27 = Time_get_deltaTime_mC3195000401F0FD167DD2F948FD2BC58330D0865(NULL);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_28;
|
|
L_28 = Vector3_op_Multiply_m87BA7C578F96C8E49BB07088DAAC4649F83B0353_inline(L_26, L_27, NULL);
|
|
V_0 = L_28;
|
|
// if (IsBoostPressed())
|
|
bool L_29;
|
|
L_29 = SimpleCameraController_IsBoostPressed_mE3A2FFC52232D7F5550225F264B4F4D96E367E05(__this, NULL);
|
|
if (!L_29)
|
|
{
|
|
goto IL_00d8;
|
|
}
|
|
}
|
|
{
|
|
// translation *= 10.0f;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_30 = V_0;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_31;
|
|
L_31 = Vector3_op_Multiply_m87BA7C578F96C8E49BB07088DAAC4649F83B0353_inline(L_30, (10.0f), NULL);
|
|
V_0 = L_31;
|
|
}
|
|
|
|
IL_00d8:
|
|
{
|
|
// boost += GetBoostFactor();
|
|
float L_32 = __this->___boost_7;
|
|
float L_33;
|
|
L_33 = SimpleCameraController_GetBoostFactor_m6828544561E83441B588B1355AE356F5B5395861(__this, NULL);
|
|
__this->___boost_7 = ((float)il2cpp_codegen_add(L_32, L_33));
|
|
// translation *= Mathf.Pow(2.0f, boost);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_34 = V_0;
|
|
float L_35 = __this->___boost_7;
|
|
float L_36;
|
|
L_36 = powf((2.0f), L_35);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_37;
|
|
L_37 = Vector3_op_Multiply_m87BA7C578F96C8E49BB07088DAAC4649F83B0353_inline(L_34, L_36, NULL);
|
|
V_0 = L_37;
|
|
// m_TargetCameraState.Translate(translation);
|
|
CameraState_t651BB85BE37498E7EB48448787624DC29D403FBD* L_38 = __this->___m_TargetCameraState_5;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_39 = V_0;
|
|
NullCheck(L_38);
|
|
CameraState_Translate_m561F6D92E99F13444FBAC8D5B1A40762A26219F9(L_38, L_39, NULL);
|
|
// var positionLerpPct = 1f - Mathf.Exp((Mathf.Log(1f - 0.99f) / positionLerpTime) * Time.deltaTime);
|
|
float L_40;
|
|
L_40 = logf((0.00999999046f));
|
|
float L_41 = __this->___positionLerpTime_8;
|
|
float L_42;
|
|
L_42 = Time_get_deltaTime_mC3195000401F0FD167DD2F948FD2BC58330D0865(NULL);
|
|
float L_43;
|
|
L_43 = expf(((float)il2cpp_codegen_multiply(((float)(L_40/L_41)), L_42)));
|
|
V_1 = ((float)il2cpp_codegen_subtract((1.0f), L_43));
|
|
// var rotationLerpPct = 1f - Mathf.Exp((Mathf.Log(1f - 0.99f) / rotationLerpTime) * Time.deltaTime);
|
|
float L_44;
|
|
L_44 = logf((0.00999999046f));
|
|
float L_45 = __this->___rotationLerpTime_11;
|
|
float L_46;
|
|
L_46 = Time_get_deltaTime_mC3195000401F0FD167DD2F948FD2BC58330D0865(NULL);
|
|
float L_47;
|
|
L_47 = expf(((float)il2cpp_codegen_multiply(((float)(L_44/L_45)), L_46)));
|
|
V_2 = ((float)il2cpp_codegen_subtract((1.0f), L_47));
|
|
// m_InterpolatingCameraState.LerpTowards(m_TargetCameraState, positionLerpPct, rotationLerpPct);
|
|
CameraState_t651BB85BE37498E7EB48448787624DC29D403FBD* L_48 = __this->___m_InterpolatingCameraState_6;
|
|
CameraState_t651BB85BE37498E7EB48448787624DC29D403FBD* L_49 = __this->___m_TargetCameraState_5;
|
|
float L_50 = V_1;
|
|
float L_51 = V_2;
|
|
NullCheck(L_48);
|
|
CameraState_LerpTowards_mFDC0E1CA19B6791CDB6EE8AC262944DC1143FCF9(L_48, L_49, L_50, L_51, NULL);
|
|
// m_InterpolatingCameraState.UpdateTransform(transform);
|
|
CameraState_t651BB85BE37498E7EB48448787624DC29D403FBD* L_52 = __this->___m_InterpolatingCameraState_6;
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_53;
|
|
L_53 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(__this, NULL);
|
|
NullCheck(L_52);
|
|
CameraState_UpdateTransform_m03320D760E52E809272776B58C7E741B2EE1D73E(L_52, L_53, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Single UnityTemplateProjects.SimpleCameraController::GetBoostFactor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float SimpleCameraController_GetBoostFactor_m6828544561E83441B588B1355AE356F5B5395861 (SimpleCameraController_t17AF9A37DB0C95045C639A9A74B1D80500082020* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputAction_ReadValue_TisVector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7_m8D02BA85303ABD48D9963369E106B0C83A393FBF_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return boostFactorAction.ReadValue<Vector2>().y * 0.01f;
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_0 = __this->___boostFactorAction_16;
|
|
NullCheck(L_0);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_1;
|
|
L_1 = InputAction_ReadValue_TisVector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7_m8D02BA85303ABD48D9963369E106B0C83A393FBF(L_0, InputAction_ReadValue_TisVector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7_m8D02BA85303ABD48D9963369E106B0C83A393FBF_RuntimeMethod_var);
|
|
float L_2 = L_1.___y_1;
|
|
return ((float)il2cpp_codegen_multiply(L_2, (0.00999999978f)));
|
|
}
|
|
}
|
|
// UnityEngine.Vector2 UnityTemplateProjects.SimpleCameraController::GetInputLookRotation()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 SimpleCameraController_GetInputLookRotation_m46DE00C71926EA4D1119C5782919A7F8776FE41A (SimpleCameraController_t17AF9A37DB0C95045C639A9A74B1D80500082020* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputAction_ReadValue_TisVector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7_m8D02BA85303ABD48D9963369E106B0C83A393FBF_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// var delta = lookAction.ReadValue<Vector2>();
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_0 = __this->___lookAction_15;
|
|
NullCheck(L_0);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_1;
|
|
L_1 = InputAction_ReadValue_TisVector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7_m8D02BA85303ABD48D9963369E106B0C83A393FBF(L_0, InputAction_ReadValue_TisVector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7_m8D02BA85303ABD48D9963369E106B0C83A393FBF_RuntimeMethod_var);
|
|
// delta *= 0.5f; // Account for scaling applied directly in Windows code by old input system.
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_2;
|
|
L_2 = Vector2_op_Multiply_m2D984B613020089BF5165BA4CA10988E2DC771FE_inline(L_1, (0.5f), NULL);
|
|
// delta *= 0.1f; // Account for sensitivity setting on old Mouse X and Y axes.
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_3;
|
|
L_3 = Vector2_op_Multiply_m2D984B613020089BF5165BA4CA10988E2DC771FE_inline(L_2, (0.100000001f), NULL);
|
|
// return delta;
|
|
return L_3;
|
|
}
|
|
}
|
|
// System.Boolean UnityTemplateProjects.SimpleCameraController::IsBoostPressed()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SimpleCameraController_IsBoostPressed_mE3A2FFC52232D7F5550225F264B4F4D96E367E05 (SimpleCameraController_t17AF9A37DB0C95045C639A9A74B1D80500082020* __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t G_B3_0 = 0;
|
|
int32_t G_B5_0 = 0;
|
|
int32_t G_B4_0 = 0;
|
|
int32_t G_B6_0 = 0;
|
|
int32_t G_B6_1 = 0;
|
|
{
|
|
// bool boost = Keyboard.current != null ? Keyboard.current.leftShiftKey.isPressed : false;
|
|
Keyboard_t015BD1A6508137D20B4395295F6E002773FAAF43* L_0;
|
|
L_0 = Keyboard_get_current_mDE773B54C9975CEFEAA469AD091C49E150A3FEC3_inline(NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_000a;
|
|
}
|
|
}
|
|
{
|
|
G_B3_0 = 0;
|
|
goto IL_0019;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
Keyboard_t015BD1A6508137D20B4395295F6E002773FAAF43* L_1;
|
|
L_1 = Keyboard_get_current_mDE773B54C9975CEFEAA469AD091C49E150A3FEC3_inline(NULL);
|
|
NullCheck(L_1);
|
|
KeyControl_t1686D14A78AEC9364B8C7628DD482DE99CC20FE0* L_2;
|
|
L_2 = Keyboard_get_leftShiftKey_mD0E48DA49D8EE54E82721974646BAD69B9B1457C(L_1, NULL);
|
|
NullCheck(L_2);
|
|
bool L_3;
|
|
L_3 = ButtonControl_get_isPressed_m947621402F6EC1B957C2DE984806A6500D422EA6(L_2, NULL);
|
|
G_B3_0 = ((int32_t)(L_3));
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
// boost |= Gamepad.current != null ? Gamepad.current.xButton.isPressed : false;
|
|
Gamepad_tA8C0E40B4F0828615C6C6E1A69AAEBE5AA643A4C* L_4;
|
|
L_4 = Gamepad_get_current_mAC9BE72710676EA54E760FFBA15404A81D7DEEB6_inline(NULL);
|
|
G_B4_0 = G_B3_0;
|
|
if (L_4)
|
|
{
|
|
G_B5_0 = G_B3_0;
|
|
goto IL_0023;
|
|
}
|
|
}
|
|
{
|
|
G_B6_0 = 0;
|
|
G_B6_1 = G_B4_0;
|
|
goto IL_0032;
|
|
}
|
|
|
|
IL_0023:
|
|
{
|
|
Gamepad_tA8C0E40B4F0828615C6C6E1A69AAEBE5AA643A4C* L_5;
|
|
L_5 = Gamepad_get_current_mAC9BE72710676EA54E760FFBA15404A81D7DEEB6_inline(NULL);
|
|
NullCheck(L_5);
|
|
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_6;
|
|
L_6 = Gamepad_get_xButton_m49C4AB44CC53F5EA05F455660191ED1C24D5A774(L_5, NULL);
|
|
NullCheck(L_6);
|
|
bool L_7;
|
|
L_7 = ButtonControl_get_isPressed_m947621402F6EC1B957C2DE984806A6500D422EA6(L_6, NULL);
|
|
G_B6_0 = ((int32_t)(L_7));
|
|
G_B6_1 = G_B5_0;
|
|
}
|
|
|
|
IL_0032:
|
|
{
|
|
// return boost;
|
|
return (bool)((int32_t)(G_B6_1|G_B6_0));
|
|
}
|
|
}
|
|
// System.Boolean UnityTemplateProjects.SimpleCameraController::IsEscapePressed()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SimpleCameraController_IsEscapePressed_m0DBC5636F93C47F42E2957E71065F0F65FF9684E (SimpleCameraController_t17AF9A37DB0C95045C639A9A74B1D80500082020* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return Keyboard.current != null ? Keyboard.current.escapeKey.isPressed : false;
|
|
Keyboard_t015BD1A6508137D20B4395295F6E002773FAAF43* L_0;
|
|
L_0 = Keyboard_get_current_mDE773B54C9975CEFEAA469AD091C49E150A3FEC3_inline(NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_0009;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0009:
|
|
{
|
|
Keyboard_t015BD1A6508137D20B4395295F6E002773FAAF43* L_1;
|
|
L_1 = Keyboard_get_current_mDE773B54C9975CEFEAA469AD091C49E150A3FEC3_inline(NULL);
|
|
NullCheck(L_1);
|
|
KeyControl_t1686D14A78AEC9364B8C7628DD482DE99CC20FE0* L_2;
|
|
L_2 = Keyboard_get_escapeKey_mA4371467E72AA14713681C30A9B3AC41F3C9D707(L_1, NULL);
|
|
NullCheck(L_2);
|
|
bool L_3;
|
|
L_3 = ButtonControl_get_isPressed_m947621402F6EC1B957C2DE984806A6500D422EA6(L_2, NULL);
|
|
return L_3;
|
|
}
|
|
}
|
|
// System.Boolean UnityTemplateProjects.SimpleCameraController::IsCameraRotationAllowed()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SimpleCameraController_IsCameraRotationAllowed_m0FC40B7FCA40A587E155985A0C0F22B992635FA6 (SimpleCameraController_t17AF9A37DB0C95045C639A9A74B1D80500082020* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControl_1_ReadValue_m362E05F00FE8CF8FC52F0D673291907EC7FA6541_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
int32_t G_B3_0 = 0;
|
|
int32_t G_B5_0 = 0;
|
|
int32_t G_B4_0 = 0;
|
|
int32_t G_B6_0 = 0;
|
|
int32_t G_B6_1 = 0;
|
|
{
|
|
// bool canRotate = Mouse.current != null ? Mouse.current.rightButton.isPressed : false;
|
|
Mouse_t9A9CC4636FA9CDBAD7FB7A02DB0D6395EDCC338F* L_0;
|
|
L_0 = Mouse_get_current_m410C1F9ABC5AA77353574E8815F7E63289707986_inline(NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_000a;
|
|
}
|
|
}
|
|
{
|
|
G_B3_0 = 0;
|
|
goto IL_0019;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
Mouse_t9A9CC4636FA9CDBAD7FB7A02DB0D6395EDCC338F* L_1;
|
|
L_1 = Mouse_get_current_m410C1F9ABC5AA77353574E8815F7E63289707986_inline(NULL);
|
|
NullCheck(L_1);
|
|
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_2;
|
|
L_2 = Mouse_get_rightButton_mFA0FD700624C0DE1B858F9516426414767F09D98_inline(L_1, NULL);
|
|
NullCheck(L_2);
|
|
bool L_3;
|
|
L_3 = ButtonControl_get_isPressed_m947621402F6EC1B957C2DE984806A6500D422EA6(L_2, NULL);
|
|
G_B3_0 = ((int32_t)(L_3));
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
// canRotate |= Gamepad.current != null ? Gamepad.current.rightStick.ReadValue().magnitude > 0 : false;
|
|
Gamepad_tA8C0E40B4F0828615C6C6E1A69AAEBE5AA643A4C* L_4;
|
|
L_4 = Gamepad_get_current_mAC9BE72710676EA54E760FFBA15404A81D7DEEB6_inline(NULL);
|
|
G_B4_0 = G_B3_0;
|
|
if (L_4)
|
|
{
|
|
G_B5_0 = G_B3_0;
|
|
goto IL_0023;
|
|
}
|
|
}
|
|
{
|
|
G_B6_0 = 0;
|
|
G_B6_1 = G_B4_0;
|
|
goto IL_0041;
|
|
}
|
|
|
|
IL_0023:
|
|
{
|
|
Gamepad_tA8C0E40B4F0828615C6C6E1A69AAEBE5AA643A4C* L_5;
|
|
L_5 = Gamepad_get_current_mAC9BE72710676EA54E760FFBA15404A81D7DEEB6_inline(NULL);
|
|
NullCheck(L_5);
|
|
StickControl_t2608D1388A5015029123635B4B589AC7EE20C50B* L_6;
|
|
L_6 = Gamepad_get_rightStick_mC2074BA9B40116C6BAA3263B32E463DD23918714_inline(L_5, NULL);
|
|
NullCheck(L_6);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_7;
|
|
L_7 = InputControl_1_ReadValue_m362E05F00FE8CF8FC52F0D673291907EC7FA6541(L_6, InputControl_1_ReadValue_m362E05F00FE8CF8FC52F0D673291907EC7FA6541_RuntimeMethod_var);
|
|
V_0 = L_7;
|
|
float L_8;
|
|
L_8 = Vector2_get_magnitude_m5C59B4056420AEFDB291AD0914A3F675330A75CE_inline((&V_0), NULL);
|
|
G_B6_0 = ((((float)L_8) > ((float)(0.0f)))? 1 : 0);
|
|
G_B6_1 = G_B5_0;
|
|
}
|
|
|
|
IL_0041:
|
|
{
|
|
// return canRotate;
|
|
return (bool)((int32_t)(G_B6_1|G_B6_0));
|
|
}
|
|
}
|
|
// System.Boolean UnityTemplateProjects.SimpleCameraController::IsRightMouseButtonDown()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SimpleCameraController_IsRightMouseButtonDown_m452E5582AC0DF2967F4C2AF74DEDD51533BE9E0F (SimpleCameraController_t17AF9A37DB0C95045C639A9A74B1D80500082020* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return Mouse.current != null ? Mouse.current.rightButton.isPressed : false;
|
|
Mouse_t9A9CC4636FA9CDBAD7FB7A02DB0D6395EDCC338F* L_0;
|
|
L_0 = Mouse_get_current_m410C1F9ABC5AA77353574E8815F7E63289707986_inline(NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_0009;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0009:
|
|
{
|
|
Mouse_t9A9CC4636FA9CDBAD7FB7A02DB0D6395EDCC338F* L_1;
|
|
L_1 = Mouse_get_current_m410C1F9ABC5AA77353574E8815F7E63289707986_inline(NULL);
|
|
NullCheck(L_1);
|
|
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_2;
|
|
L_2 = Mouse_get_rightButton_mFA0FD700624C0DE1B858F9516426414767F09D98_inline(L_1, NULL);
|
|
NullCheck(L_2);
|
|
bool L_3;
|
|
L_3 = ButtonControl_get_isPressed_m947621402F6EC1B957C2DE984806A6500D422EA6(L_2, NULL);
|
|
return L_3;
|
|
}
|
|
}
|
|
// System.Boolean UnityTemplateProjects.SimpleCameraController::IsRightMouseButtonUp()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SimpleCameraController_IsRightMouseButtonUp_m6B7098D227CF6C336694BAE3CD689A712DF1A9D9 (SimpleCameraController_t17AF9A37DB0C95045C639A9A74B1D80500082020* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return Mouse.current != null ? !Mouse.current.rightButton.isPressed : false;
|
|
Mouse_t9A9CC4636FA9CDBAD7FB7A02DB0D6395EDCC338F* L_0;
|
|
L_0 = Mouse_get_current_m410C1F9ABC5AA77353574E8815F7E63289707986_inline(NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_0009;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0009:
|
|
{
|
|
Mouse_t9A9CC4636FA9CDBAD7FB7A02DB0D6395EDCC338F* L_1;
|
|
L_1 = Mouse_get_current_m410C1F9ABC5AA77353574E8815F7E63289707986_inline(NULL);
|
|
NullCheck(L_1);
|
|
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_2;
|
|
L_2 = Mouse_get_rightButton_mFA0FD700624C0DE1B858F9516426414767F09D98_inline(L_1, NULL);
|
|
NullCheck(L_2);
|
|
bool L_3;
|
|
L_3 = ButtonControl_get_isPressed_m947621402F6EC1B957C2DE984806A6500D422EA6(L_2, NULL);
|
|
return (bool)((((int32_t)L_3) == ((int32_t)0))? 1 : 0);
|
|
}
|
|
}
|
|
// System.Void UnityTemplateProjects.SimpleCameraController::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SimpleCameraController__ctor_m224B705F449A3DA440346B08A6237479A91D7136 (SimpleCameraController_t17AF9A37DB0C95045C639A9A74B1D80500082020* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AnimationCurve_tCBFFAAD05CEBB35EF8D8631BD99914BE1A6BB354_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CameraState_t651BB85BE37498E7EB48448787624DC29D403FBD_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyframeU5BU5D_t63250A46914A6A07B2A6689850D47D7D19D80BA3_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// CameraState m_TargetCameraState = new CameraState();
|
|
CameraState_t651BB85BE37498E7EB48448787624DC29D403FBD* L_0 = (CameraState_t651BB85BE37498E7EB48448787624DC29D403FBD*)il2cpp_codegen_object_new(CameraState_t651BB85BE37498E7EB48448787624DC29D403FBD_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
CameraState__ctor_m33568E59E39C953BDE6CD28D35A34BE52AE25504(L_0, NULL);
|
|
__this->___m_TargetCameraState_5 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_TargetCameraState_5), (void*)L_0);
|
|
// CameraState m_InterpolatingCameraState = new CameraState();
|
|
CameraState_t651BB85BE37498E7EB48448787624DC29D403FBD* L_1 = (CameraState_t651BB85BE37498E7EB48448787624DC29D403FBD*)il2cpp_codegen_object_new(CameraState_t651BB85BE37498E7EB48448787624DC29D403FBD_il2cpp_TypeInfo_var);
|
|
NullCheck(L_1);
|
|
CameraState__ctor_m33568E59E39C953BDE6CD28D35A34BE52AE25504(L_1, NULL);
|
|
__this->___m_InterpolatingCameraState_6 = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_InterpolatingCameraState_6), (void*)L_1);
|
|
// public float boost = 3.5f;
|
|
__this->___boost_7 = (3.5f);
|
|
// public float positionLerpTime = 0.2f;
|
|
__this->___positionLerpTime_8 = (0.200000003f);
|
|
// public float mouseSensitivity = 60.0f;
|
|
__this->___mouseSensitivity_9 = (60.0f);
|
|
// public AnimationCurve mouseSensitivityCurve = new AnimationCurve(new Keyframe(0f, 0.5f, 0f, 5f), new Keyframe(1f, 2.5f, 0f, 0f));
|
|
KeyframeU5BU5D_t63250A46914A6A07B2A6689850D47D7D19D80BA3* L_2 = (KeyframeU5BU5D_t63250A46914A6A07B2A6689850D47D7D19D80BA3*)(KeyframeU5BU5D_t63250A46914A6A07B2A6689850D47D7D19D80BA3*)SZArrayNew(KeyframeU5BU5D_t63250A46914A6A07B2A6689850D47D7D19D80BA3_il2cpp_TypeInfo_var, (uint32_t)2);
|
|
KeyframeU5BU5D_t63250A46914A6A07B2A6689850D47D7D19D80BA3* L_3 = L_2;
|
|
Keyframe_tB9C67DCBFE10C0AE9C52CB5C66E944255C9254F0 L_4;
|
|
memset((&L_4), 0, sizeof(L_4));
|
|
Keyframe__ctor_m0E7D85642F12A3DAFA1768351CC7670648C41AB2((&L_4), (0.0f), (0.5f), (0.0f), (5.0f), /*hidden argument*/NULL);
|
|
NullCheck(L_3);
|
|
(L_3)->SetAt(static_cast<il2cpp_array_size_t>(0), (Keyframe_tB9C67DCBFE10C0AE9C52CB5C66E944255C9254F0)L_4);
|
|
KeyframeU5BU5D_t63250A46914A6A07B2A6689850D47D7D19D80BA3* L_5 = L_3;
|
|
Keyframe_tB9C67DCBFE10C0AE9C52CB5C66E944255C9254F0 L_6;
|
|
memset((&L_6), 0, sizeof(L_6));
|
|
Keyframe__ctor_m0E7D85642F12A3DAFA1768351CC7670648C41AB2((&L_6), (1.0f), (2.5f), (0.0f), (0.0f), /*hidden argument*/NULL);
|
|
NullCheck(L_5);
|
|
(L_5)->SetAt(static_cast<il2cpp_array_size_t>(1), (Keyframe_tB9C67DCBFE10C0AE9C52CB5C66E944255C9254F0)L_6);
|
|
AnimationCurve_tCBFFAAD05CEBB35EF8D8631BD99914BE1A6BB354* L_7 = (AnimationCurve_tCBFFAAD05CEBB35EF8D8631BD99914BE1A6BB354*)il2cpp_codegen_object_new(AnimationCurve_tCBFFAAD05CEBB35EF8D8631BD99914BE1A6BB354_il2cpp_TypeInfo_var);
|
|
NullCheck(L_7);
|
|
AnimationCurve__ctor_mEABC98C03805713354D61E50D9340766BD5B717E(L_7, L_5, NULL);
|
|
__this->___mouseSensitivityCurve_10 = L_7;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___mouseSensitivityCurve_10), (void*)L_7);
|
|
// public float rotationLerpTime = 0.01f;
|
|
__this->___rotationLerpTime_11 = (0.00999999978f);
|
|
MonoBehaviour__ctor_m592DB0105CA0BC97AA1C5F4AD27B12D68A3B7C1E(__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 UnityTemplateProjects.SimpleCameraController/CameraState::SetFromTransform(UnityEngine.Transform)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CameraState_SetFromTransform_m3A7302F4586F37F7C78EDA2F0C476BAA22672360 (CameraState_t651BB85BE37498E7EB48448787624DC29D403FBD* __this, Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___0_t, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// pitch = t.eulerAngles.x;
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_0 = ___0_t;
|
|
NullCheck(L_0);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_1;
|
|
L_1 = Transform_get_eulerAngles_mCAAF48EFCF628F1ED91C2FFE75A4FD19C039DD6A(L_0, NULL);
|
|
float L_2 = L_1.___x_2;
|
|
__this->___pitch_1 = L_2;
|
|
// yaw = t.eulerAngles.y;
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_3 = ___0_t;
|
|
NullCheck(L_3);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_4;
|
|
L_4 = Transform_get_eulerAngles_mCAAF48EFCF628F1ED91C2FFE75A4FD19C039DD6A(L_3, NULL);
|
|
float L_5 = L_4.___y_3;
|
|
__this->___yaw_0 = L_5;
|
|
// roll = t.eulerAngles.z;
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_6 = ___0_t;
|
|
NullCheck(L_6);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_7;
|
|
L_7 = Transform_get_eulerAngles_mCAAF48EFCF628F1ED91C2FFE75A4FD19C039DD6A(L_6, NULL);
|
|
float L_8 = L_7.___z_4;
|
|
__this->___roll_2 = L_8;
|
|
// x = t.position.x;
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_9 = ___0_t;
|
|
NullCheck(L_9);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_10;
|
|
L_10 = Transform_get_position_m69CD5FA214FDAE7BB701552943674846C220FDE1(L_9, NULL);
|
|
float L_11 = L_10.___x_2;
|
|
__this->___x_3 = L_11;
|
|
// y = t.position.y;
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_12 = ___0_t;
|
|
NullCheck(L_12);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_13;
|
|
L_13 = Transform_get_position_m69CD5FA214FDAE7BB701552943674846C220FDE1(L_12, NULL);
|
|
float L_14 = L_13.___y_3;
|
|
__this->___y_4 = L_14;
|
|
// z = t.position.z;
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_15 = ___0_t;
|
|
NullCheck(L_15);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_16;
|
|
L_16 = Transform_get_position_m69CD5FA214FDAE7BB701552943674846C220FDE1(L_15, NULL);
|
|
float L_17 = L_16.___z_4;
|
|
__this->___z_5 = L_17;
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityTemplateProjects.SimpleCameraController/CameraState::Translate(UnityEngine.Vector3)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CameraState_Translate_m561F6D92E99F13444FBAC8D5B1A40762A26219F9 (CameraState_t651BB85BE37498E7EB48448787624DC29D403FBD* __this, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_translation, const RuntimeMethod* method)
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
// Vector3 rotatedTranslation = Quaternion.Euler(pitch, yaw, roll) * translation;
|
|
float L_0 = __this->___pitch_1;
|
|
float L_1 = __this->___yaw_0;
|
|
float L_2 = __this->___roll_2;
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_3;
|
|
L_3 = Quaternion_Euler_m9262AB29E3E9CE94EF71051F38A28E82AEC73F90_inline(L_0, L_1, L_2, NULL);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_4 = ___0_translation;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_5;
|
|
L_5 = Quaternion_op_Multiply_mE1EBA73F9173432B50F8F17CE8190C5A7986FB8C(L_3, L_4, NULL);
|
|
V_0 = L_5;
|
|
// x += rotatedTranslation.x;
|
|
float L_6 = __this->___x_3;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_7 = V_0;
|
|
float L_8 = L_7.___x_2;
|
|
__this->___x_3 = ((float)il2cpp_codegen_add(L_6, L_8));
|
|
// y += rotatedTranslation.y;
|
|
float L_9 = __this->___y_4;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_10 = V_0;
|
|
float L_11 = L_10.___y_3;
|
|
__this->___y_4 = ((float)il2cpp_codegen_add(L_9, L_11));
|
|
// z += rotatedTranslation.z;
|
|
float L_12 = __this->___z_5;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_13 = V_0;
|
|
float L_14 = L_13.___z_4;
|
|
__this->___z_5 = ((float)il2cpp_codegen_add(L_12, L_14));
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityTemplateProjects.SimpleCameraController/CameraState::LerpTowards(UnityTemplateProjects.SimpleCameraController/CameraState,System.Single,System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CameraState_LerpTowards_mFDC0E1CA19B6791CDB6EE8AC262944DC1143FCF9 (CameraState_t651BB85BE37498E7EB48448787624DC29D403FBD* __this, CameraState_t651BB85BE37498E7EB48448787624DC29D403FBD* ___0_target, float ___1_positionLerpPct, float ___2_rotationLerpPct, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// yaw = Mathf.Lerp(yaw, target.yaw, rotationLerpPct);
|
|
float L_0 = __this->___yaw_0;
|
|
CameraState_t651BB85BE37498E7EB48448787624DC29D403FBD* L_1 = ___0_target;
|
|
NullCheck(L_1);
|
|
float L_2 = L_1->___yaw_0;
|
|
float L_3 = ___2_rotationLerpPct;
|
|
float L_4;
|
|
L_4 = Mathf_Lerp_m47EF2FFB7647BD0A1FDC26DC03E28B19812139B5_inline(L_0, L_2, L_3, NULL);
|
|
__this->___yaw_0 = L_4;
|
|
// pitch = Mathf.Lerp(pitch, target.pitch, rotationLerpPct);
|
|
float L_5 = __this->___pitch_1;
|
|
CameraState_t651BB85BE37498E7EB48448787624DC29D403FBD* L_6 = ___0_target;
|
|
NullCheck(L_6);
|
|
float L_7 = L_6->___pitch_1;
|
|
float L_8 = ___2_rotationLerpPct;
|
|
float L_9;
|
|
L_9 = Mathf_Lerp_m47EF2FFB7647BD0A1FDC26DC03E28B19812139B5_inline(L_5, L_7, L_8, NULL);
|
|
__this->___pitch_1 = L_9;
|
|
// roll = Mathf.Lerp(roll, target.roll, rotationLerpPct);
|
|
float L_10 = __this->___roll_2;
|
|
CameraState_t651BB85BE37498E7EB48448787624DC29D403FBD* L_11 = ___0_target;
|
|
NullCheck(L_11);
|
|
float L_12 = L_11->___roll_2;
|
|
float L_13 = ___2_rotationLerpPct;
|
|
float L_14;
|
|
L_14 = Mathf_Lerp_m47EF2FFB7647BD0A1FDC26DC03E28B19812139B5_inline(L_10, L_12, L_13, NULL);
|
|
__this->___roll_2 = L_14;
|
|
// x = Mathf.Lerp(x, target.x, positionLerpPct);
|
|
float L_15 = __this->___x_3;
|
|
CameraState_t651BB85BE37498E7EB48448787624DC29D403FBD* L_16 = ___0_target;
|
|
NullCheck(L_16);
|
|
float L_17 = L_16->___x_3;
|
|
float L_18 = ___1_positionLerpPct;
|
|
float L_19;
|
|
L_19 = Mathf_Lerp_m47EF2FFB7647BD0A1FDC26DC03E28B19812139B5_inline(L_15, L_17, L_18, NULL);
|
|
__this->___x_3 = L_19;
|
|
// y = Mathf.Lerp(y, target.y, positionLerpPct);
|
|
float L_20 = __this->___y_4;
|
|
CameraState_t651BB85BE37498E7EB48448787624DC29D403FBD* L_21 = ___0_target;
|
|
NullCheck(L_21);
|
|
float L_22 = L_21->___y_4;
|
|
float L_23 = ___1_positionLerpPct;
|
|
float L_24;
|
|
L_24 = Mathf_Lerp_m47EF2FFB7647BD0A1FDC26DC03E28B19812139B5_inline(L_20, L_22, L_23, NULL);
|
|
__this->___y_4 = L_24;
|
|
// z = Mathf.Lerp(z, target.z, positionLerpPct);
|
|
float L_25 = __this->___z_5;
|
|
CameraState_t651BB85BE37498E7EB48448787624DC29D403FBD* L_26 = ___0_target;
|
|
NullCheck(L_26);
|
|
float L_27 = L_26->___z_5;
|
|
float L_28 = ___1_positionLerpPct;
|
|
float L_29;
|
|
L_29 = Mathf_Lerp_m47EF2FFB7647BD0A1FDC26DC03E28B19812139B5_inline(L_25, L_27, L_28, NULL);
|
|
__this->___z_5 = L_29;
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityTemplateProjects.SimpleCameraController/CameraState::UpdateTransform(UnityEngine.Transform)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CameraState_UpdateTransform_m03320D760E52E809272776B58C7E741B2EE1D73E (CameraState_t651BB85BE37498E7EB48448787624DC29D403FBD* __this, Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___0_t, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// t.eulerAngles = new Vector3(pitch, yaw, roll);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_0 = ___0_t;
|
|
float L_1 = __this->___pitch_1;
|
|
float L_2 = __this->___yaw_0;
|
|
float L_3 = __this->___roll_2;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_4;
|
|
memset((&L_4), 0, sizeof(L_4));
|
|
Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&L_4), L_1, L_2, L_3, /*hidden argument*/NULL);
|
|
NullCheck(L_0);
|
|
Transform_set_eulerAngles_m9F0BC484A7915A51FAB87230644229B75BACA004(L_0, L_4, NULL);
|
|
// t.position = new Vector3(x, y, z);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_5 = ___0_t;
|
|
float L_6 = __this->___x_3;
|
|
float L_7 = __this->___y_4;
|
|
float L_8 = __this->___z_5;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_9;
|
|
memset((&L_9), 0, sizeof(L_9));
|
|
Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&L_9), L_6, L_7, L_8, /*hidden argument*/NULL);
|
|
NullCheck(L_5);
|
|
Transform_set_position_mA1A817124BB41B685043DED2A9BA48CDF37C4156(L_5, L_9, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityTemplateProjects.SimpleCameraController/CameraState::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CameraState__ctor_m33568E59E39C953BDE6CD28D35A34BE52AE25504 (CameraState_t651BB85BE37498E7EB48448787624DC29D403FBD* __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.String O3DWB.UniqueEntityNameGenerator::GenerateUniqueName(System.String,System.Collections.Generic.List`1<System.String>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* UniqueEntityNameGenerator_GenerateUniqueName_m421DEA90EBCC6987794E4DDBFC6B07E066C88523 (String_t* ___0_desiredEntityName, List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* ___1_existingEntityNames, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Contains_m359254483BE42CAD4DCA8FBAFB87473FB4CF00E1_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
String_t* V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
{
|
|
// string entityName = desiredEntityName;
|
|
String_t* L_0 = ___0_desiredEntityName;
|
|
V_0 = L_0;
|
|
// int numberSuffix = 0;
|
|
V_1 = 0;
|
|
goto IL_0018;
|
|
}
|
|
|
|
IL_0006:
|
|
{
|
|
// entityName = desiredEntityName + numberSuffix;
|
|
String_t* L_1 = ___0_desiredEntityName;
|
|
String_t* L_2;
|
|
L_2 = Int32_ToString_m030E01C24E294D6762FB0B6F37CB541581F55CA5((&V_1), NULL);
|
|
String_t* L_3;
|
|
L_3 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(L_1, L_2, NULL);
|
|
V_0 = L_3;
|
|
// ++numberSuffix;
|
|
int32_t L_4 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add(L_4, 1));
|
|
}
|
|
|
|
IL_0018:
|
|
{
|
|
// while(existingEntityNames.Contains(entityName))
|
|
List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* L_5 = ___1_existingEntityNames;
|
|
String_t* L_6 = V_0;
|
|
NullCheck(L_5);
|
|
bool L_7;
|
|
L_7 = List_1_Contains_m359254483BE42CAD4DCA8FBAFB87473FB4CF00E1(L_5, L_6, List_1_Contains_m359254483BE42CAD4DCA8FBAFB87473FB4CF00E1_RuntimeMethod_var);
|
|
if (L_7)
|
|
{
|
|
goto IL_0006;
|
|
}
|
|
}
|
|
{
|
|
// return entityName;
|
|
String_t* L_8 = V_0;
|
|
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
|
|
// System.Void O3DWB.ObjectHierarchySnap::Snap(UnityEngine.GameObject,UnityEngine.Vector3,UnityEngine.Vector3)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectHierarchySnap_Snap_mEA92AE69FAD1F93406209CA018C6E7D9D3446587 (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___0_root, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___1_pivotPoint, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___2_destPoint, const RuntimeMethod* method)
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
// Transform rootTransform = root.transform;
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_0 = ___0_root;
|
|
NullCheck(L_0);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_1;
|
|
L_1 = GameObject_get_transform_m0BC10ADFA1632166AE5544BDF9038A2650C2AE56(L_0, NULL);
|
|
// Vector3 snapVector = rootTransform.position - pivotPoint;
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_2 = L_1;
|
|
NullCheck(L_2);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_3;
|
|
L_3 = Transform_get_position_m69CD5FA214FDAE7BB701552943674846C220FDE1(L_2, NULL);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_4 = ___1_pivotPoint;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_5;
|
|
L_5 = Vector3_op_Subtraction_mE42023FF80067CB44A1D4A27EB7CF2B24CABB828_inline(L_3, L_4, NULL);
|
|
V_0 = L_5;
|
|
// rootTransform.position = destPoint + snapVector;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_6 = ___2_destPoint;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_7 = V_0;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_8;
|
|
L_8 = Vector3_op_Addition_m78C0EC70CB66E8DCAC225743D82B268DAEE92067_inline(L_6, L_7, NULL);
|
|
NullCheck(L_2);
|
|
Transform_set_position_mA1A817124BB41B685043DED2A9BA48CDF37C4156(L_2, L_8, 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 HurricaneVR.TechDemo.Scripts.DemoBackpack::Start()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DemoBackpack_Start_m52893338367818DB86D2D33705EB17F2C05659EA (DemoBackpack_t9A0BE46F33C84C926839B5142877071E3E1B7BCC* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponentsInChildren_TisCollider_t1CC3163924FCD6C4CC2E816373A929C1E3D55E76_m64EB86DDB49F92CFAAF6003C9EAC7D7D8B0F35DB_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_ToList_TisCollider_t1CC3163924FCD6C4CC2E816373A929C1E3D55E76_m360E62DC627DDFC71C71414CF9318032787D1B62_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_Where_TisCollider_t1CC3163924FCD6C4CC2E816373A929C1E3D55E76_m7BABC61375EC3967C05129799DCA3C44560E3786_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_t6AD3CFC7C337E46C1DA946EEEA6278162FB59A04_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m8D408B57AE7C2D791BB61817BBC93B84537AB617_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CStartU3Eb__1_0_m51415536515F7D05F8CCD5586E0D0B093567BCD3_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t243CBE26B19D7E8A60155402D7348916CE6F2B21_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Func_2_t6AD3CFC7C337E46C1DA946EEEA6278162FB59A04* G_B4_0 = NULL;
|
|
ColliderU5BU5D_t94A9D70F63D095AFF2A9B4613012A5F7F3141787* G_B4_1 = NULL;
|
|
DemoBackpack_t9A0BE46F33C84C926839B5142877071E3E1B7BCC* G_B4_2 = NULL;
|
|
Func_2_t6AD3CFC7C337E46C1DA946EEEA6278162FB59A04* G_B3_0 = NULL;
|
|
ColliderU5BU5D_t94A9D70F63D095AFF2A9B4613012A5F7F3141787* G_B3_1 = NULL;
|
|
DemoBackpack_t9A0BE46F33C84C926839B5142877071E3E1B7BCC* G_B3_2 = NULL;
|
|
{
|
|
// if (Colliders == null || Colliders.Count == 0)
|
|
List_1_t58F89DEDCD7DABB0CFB009AAD9C0CFE061592252* L_0 = __this->___Colliders_4;
|
|
if (!L_0)
|
|
{
|
|
goto IL_0015;
|
|
}
|
|
}
|
|
{
|
|
List_1_t58F89DEDCD7DABB0CFB009AAD9C0CFE061592252* L_1 = __this->___Colliders_4;
|
|
NullCheck(L_1);
|
|
int32_t L_2;
|
|
L_2 = List_1_get_Count_m8D408B57AE7C2D791BB61817BBC93B84537AB617_inline(L_1, List_1_get_Count_m8D408B57AE7C2D791BB61817BBC93B84537AB617_RuntimeMethod_var);
|
|
if (L_2)
|
|
{
|
|
goto IL_004a;
|
|
}
|
|
}
|
|
|
|
IL_0015:
|
|
{
|
|
// Colliders = GetComponentsInChildren<Collider>().Where(e=>!e.isTrigger).ToList();
|
|
ColliderU5BU5D_t94A9D70F63D095AFF2A9B4613012A5F7F3141787* L_3;
|
|
L_3 = Component_GetComponentsInChildren_TisCollider_t1CC3163924FCD6C4CC2E816373A929C1E3D55E76_m64EB86DDB49F92CFAAF6003C9EAC7D7D8B0F35DB(__this, Component_GetComponentsInChildren_TisCollider_t1CC3163924FCD6C4CC2E816373A929C1E3D55E76_m64EB86DDB49F92CFAAF6003C9EAC7D7D8B0F35DB_RuntimeMethod_var);
|
|
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t243CBE26B19D7E8A60155402D7348916CE6F2B21_il2cpp_TypeInfo_var);
|
|
Func_2_t6AD3CFC7C337E46C1DA946EEEA6278162FB59A04* L_4 = ((U3CU3Ec_t243CBE26B19D7E8A60155402D7348916CE6F2B21_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t243CBE26B19D7E8A60155402D7348916CE6F2B21_il2cpp_TypeInfo_var))->___U3CU3E9__1_0_1;
|
|
Func_2_t6AD3CFC7C337E46C1DA946EEEA6278162FB59A04* L_5 = L_4;
|
|
G_B3_0 = L_5;
|
|
G_B3_1 = L_3;
|
|
G_B3_2 = __this;
|
|
if (L_5)
|
|
{
|
|
G_B4_0 = L_5;
|
|
G_B4_1 = L_3;
|
|
G_B4_2 = __this;
|
|
goto IL_003b;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t243CBE26B19D7E8A60155402D7348916CE6F2B21_il2cpp_TypeInfo_var);
|
|
U3CU3Ec_t243CBE26B19D7E8A60155402D7348916CE6F2B21* L_6 = ((U3CU3Ec_t243CBE26B19D7E8A60155402D7348916CE6F2B21_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t243CBE26B19D7E8A60155402D7348916CE6F2B21_il2cpp_TypeInfo_var))->___U3CU3E9_0;
|
|
Func_2_t6AD3CFC7C337E46C1DA946EEEA6278162FB59A04* L_7 = (Func_2_t6AD3CFC7C337E46C1DA946EEEA6278162FB59A04*)il2cpp_codegen_object_new(Func_2_t6AD3CFC7C337E46C1DA946EEEA6278162FB59A04_il2cpp_TypeInfo_var);
|
|
NullCheck(L_7);
|
|
Func_2__ctor_m864A52B06CBC2998220EBC26DE6F9AF4FC6BF864(L_7, L_6, (intptr_t)((void*)U3CU3Ec_U3CStartU3Eb__1_0_m51415536515F7D05F8CCD5586E0D0B093567BCD3_RuntimeMethod_var), NULL);
|
|
Func_2_t6AD3CFC7C337E46C1DA946EEEA6278162FB59A04* L_8 = L_7;
|
|
((U3CU3Ec_t243CBE26B19D7E8A60155402D7348916CE6F2B21_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t243CBE26B19D7E8A60155402D7348916CE6F2B21_il2cpp_TypeInfo_var))->___U3CU3E9__1_0_1 = L_8;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_t243CBE26B19D7E8A60155402D7348916CE6F2B21_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t243CBE26B19D7E8A60155402D7348916CE6F2B21_il2cpp_TypeInfo_var))->___U3CU3E9__1_0_1), (void*)L_8);
|
|
G_B4_0 = L_8;
|
|
G_B4_1 = G_B3_1;
|
|
G_B4_2 = G_B3_2;
|
|
}
|
|
|
|
IL_003b:
|
|
{
|
|
RuntimeObject* L_9;
|
|
L_9 = Enumerable_Where_TisCollider_t1CC3163924FCD6C4CC2E816373A929C1E3D55E76_m7BABC61375EC3967C05129799DCA3C44560E3786((RuntimeObject*)G_B4_1, G_B4_0, Enumerable_Where_TisCollider_t1CC3163924FCD6C4CC2E816373A929C1E3D55E76_m7BABC61375EC3967C05129799DCA3C44560E3786_RuntimeMethod_var);
|
|
List_1_t58F89DEDCD7DABB0CFB009AAD9C0CFE061592252* L_10;
|
|
L_10 = Enumerable_ToList_TisCollider_t1CC3163924FCD6C4CC2E816373A929C1E3D55E76_m360E62DC627DDFC71C71414CF9318032787D1B62(L_9, Enumerable_ToList_TisCollider_t1CC3163924FCD6C4CC2E816373A929C1E3D55E76_m360E62DC627DDFC71C71414CF9318032787D1B62_RuntimeMethod_var);
|
|
NullCheck(G_B4_2);
|
|
G_B4_2->___Colliders_4 = L_10;
|
|
Il2CppCodeGenWriteBarrier((void**)(&G_B4_2->___Colliders_4), (void*)L_10);
|
|
}
|
|
|
|
IL_004a:
|
|
{
|
|
// if (Colliders.Count > 0)
|
|
List_1_t58F89DEDCD7DABB0CFB009AAD9C0CFE061592252* L_11 = __this->___Colliders_4;
|
|
NullCheck(L_11);
|
|
int32_t L_12;
|
|
L_12 = List_1_get_Count_m8D408B57AE7C2D791BB61817BBC93B84537AB617_inline(L_11, List_1_get_Count_m8D408B57AE7C2D791BB61817BBC93B84537AB617_RuntimeMethod_var);
|
|
if ((((int32_t)L_12) <= ((int32_t)0)))
|
|
{
|
|
goto IL_0065;
|
|
}
|
|
}
|
|
{
|
|
// StartCoroutine(IgnoreColliders());
|
|
RuntimeObject* L_13;
|
|
L_13 = DemoBackpack_IgnoreColliders_m412EE0EC2BCD816032B75D14BFA5E33ED6DCA7A8(__this, NULL);
|
|
Coroutine_t85EA685566A254C23F3FD77AB5BDFFFF8799596B* L_14;
|
|
L_14 = MonoBehaviour_StartCoroutine_m4CAFF732AA28CD3BDC5363B44A863575530EC812(__this, L_13, NULL);
|
|
}
|
|
|
|
IL_0065:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Collections.IEnumerator HurricaneVR.TechDemo.Scripts.DemoBackpack::IgnoreColliders()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DemoBackpack_IgnoreColliders_m412EE0EC2BCD816032B75D14BFA5E33ED6DCA7A8 (DemoBackpack_t9A0BE46F33C84C926839B5142877071E3E1B7BCC* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CIgnoreCollidersU3Ed__2_tE7EF424BB4147FDFD3A55396FF6D78F7BC4BB947_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
U3CIgnoreCollidersU3Ed__2_tE7EF424BB4147FDFD3A55396FF6D78F7BC4BB947* L_0 = (U3CIgnoreCollidersU3Ed__2_tE7EF424BB4147FDFD3A55396FF6D78F7BC4BB947*)il2cpp_codegen_object_new(U3CIgnoreCollidersU3Ed__2_tE7EF424BB4147FDFD3A55396FF6D78F7BC4BB947_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
U3CIgnoreCollidersU3Ed__2__ctor_m1A8B9106969C6C08A1793399C8AFBD76C63AB037(L_0, 0, NULL);
|
|
U3CIgnoreCollidersU3Ed__2_tE7EF424BB4147FDFD3A55396FF6D78F7BC4BB947* 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 HurricaneVR.TechDemo.Scripts.DemoBackpack::IgnoreCollision(HurricaneVR.Framework.Core.HVRGrabbable)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DemoBackpack_IgnoreCollision_m925E0E8CB45A712CE95137CB94005F2738CBB875 (DemoBackpack_t9A0BE46F33C84C926839B5142877071E3E1B7BCC* __this, HVRGrabbable_tC5E7380624392C1F4EB5BEA99BF9C187D151C0DE* ___0_grabbable, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m8D408B57AE7C2D791BB61817BBC93B84537AB617_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m6482D1D8869174A6C7B0CEAF95DFDFBB73625587_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
Collider_t1CC3163924FCD6C4CC2E816373A929C1E3D55E76* V_1 = NULL;
|
|
int32_t V_2 = 0;
|
|
Collider_t1CC3163924FCD6C4CC2E816373A929C1E3D55E76* V_3 = NULL;
|
|
{
|
|
// for (var i = 0; i < grabbable.Colliders.Count; i++)
|
|
V_0 = 0;
|
|
goto IL_004f;
|
|
}
|
|
|
|
IL_0004:
|
|
{
|
|
// var c = grabbable.Colliders[i];
|
|
HVRGrabbable_tC5E7380624392C1F4EB5BEA99BF9C187D151C0DE* L_0 = ___0_grabbable;
|
|
NullCheck(L_0);
|
|
List_1_t58F89DEDCD7DABB0CFB009AAD9C0CFE061592252* L_1;
|
|
L_1 = HVRGrabbable_get_Colliders_m9FAECB873DAB546F07C20FA1F9B358B827E8BE56_inline(L_0, NULL);
|
|
int32_t L_2 = V_0;
|
|
NullCheck(L_1);
|
|
Collider_t1CC3163924FCD6C4CC2E816373A929C1E3D55E76* L_3;
|
|
L_3 = List_1_get_Item_m6482D1D8869174A6C7B0CEAF95DFDFBB73625587(L_1, L_2, List_1_get_Item_m6482D1D8869174A6C7B0CEAF95DFDFBB73625587_RuntimeMethod_var);
|
|
V_1 = L_3;
|
|
// if (!c)
|
|
Collider_t1CC3163924FCD6C4CC2E816373A929C1E3D55E76* L_4 = V_1;
|
|
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_004b;
|
|
}
|
|
}
|
|
{
|
|
// for (var j = 0; j < Colliders.Count; j++)
|
|
V_2 = 0;
|
|
goto IL_003d;
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
// var ourCollider = Colliders[j];
|
|
List_1_t58F89DEDCD7DABB0CFB009AAD9C0CFE061592252* L_6 = __this->___Colliders_4;
|
|
int32_t L_7 = V_2;
|
|
NullCheck(L_6);
|
|
Collider_t1CC3163924FCD6C4CC2E816373A929C1E3D55E76* L_8;
|
|
L_8 = List_1_get_Item_m6482D1D8869174A6C7B0CEAF95DFDFBB73625587(L_6, L_7, List_1_get_Item_m6482D1D8869174A6C7B0CEAF95DFDFBB73625587_RuntimeMethod_var);
|
|
V_3 = L_8;
|
|
// if (ourCollider.isTrigger)
|
|
Collider_t1CC3163924FCD6C4CC2E816373A929C1E3D55E76* L_9 = V_3;
|
|
NullCheck(L_9);
|
|
bool L_10;
|
|
L_10 = Collider_get_isTrigger_mFF457F6AA71D173F9A11BAF00C35E5AE12952F87(L_9, NULL);
|
|
if (L_10)
|
|
{
|
|
goto IL_0039;
|
|
}
|
|
}
|
|
{
|
|
// Physics.IgnoreCollision(c, ourCollider);
|
|
Collider_t1CC3163924FCD6C4CC2E816373A929C1E3D55E76* L_11 = V_1;
|
|
Collider_t1CC3163924FCD6C4CC2E816373A929C1E3D55E76* L_12 = V_3;
|
|
Physics_IgnoreCollision_mFBAAD9B91D488802086C1A1C96447CE4C869211D(L_11, L_12, NULL);
|
|
}
|
|
|
|
IL_0039:
|
|
{
|
|
// for (var j = 0; j < Colliders.Count; j++)
|
|
int32_t L_13 = V_2;
|
|
V_2 = ((int32_t)il2cpp_codegen_add(L_13, 1));
|
|
}
|
|
|
|
IL_003d:
|
|
{
|
|
// for (var j = 0; j < Colliders.Count; j++)
|
|
int32_t L_14 = V_2;
|
|
List_1_t58F89DEDCD7DABB0CFB009AAD9C0CFE061592252* L_15 = __this->___Colliders_4;
|
|
NullCheck(L_15);
|
|
int32_t L_16;
|
|
L_16 = List_1_get_Count_m8D408B57AE7C2D791BB61817BBC93B84537AB617_inline(L_15, List_1_get_Count_m8D408B57AE7C2D791BB61817BBC93B84537AB617_RuntimeMethod_var);
|
|
if ((((int32_t)L_14) < ((int32_t)L_16)))
|
|
{
|
|
goto IL_001d;
|
|
}
|
|
}
|
|
|
|
IL_004b:
|
|
{
|
|
// for (var i = 0; i < grabbable.Colliders.Count; i++)
|
|
int32_t L_17 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_17, 1));
|
|
}
|
|
|
|
IL_004f:
|
|
{
|
|
// for (var i = 0; i < grabbable.Colliders.Count; i++)
|
|
int32_t L_18 = V_0;
|
|
HVRGrabbable_tC5E7380624392C1F4EB5BEA99BF9C187D151C0DE* L_19 = ___0_grabbable;
|
|
NullCheck(L_19);
|
|
List_1_t58F89DEDCD7DABB0CFB009AAD9C0CFE061592252* L_20;
|
|
L_20 = HVRGrabbable_get_Colliders_m9FAECB873DAB546F07C20FA1F9B358B827E8BE56_inline(L_19, NULL);
|
|
NullCheck(L_20);
|
|
int32_t L_21;
|
|
L_21 = List_1_get_Count_m8D408B57AE7C2D791BB61817BBC93B84537AB617_inline(L_20, List_1_get_Count_m8D408B57AE7C2D791BB61817BBC93B84537AB617_RuntimeMethod_var);
|
|
if ((((int32_t)L_18) < ((int32_t)L_21)))
|
|
{
|
|
goto IL_0004;
|
|
}
|
|
}
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void HurricaneVR.TechDemo.Scripts.DemoBackpack::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DemoBackpack__ctor_m68F041C5297B6E4405B8495CDAA0516FABF320D2 (DemoBackpack_t9A0BE46F33C84C926839B5142877071E3E1B7BCC* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m0CDD6F02F45026B4267E7117C5DDC188F87EE7BE_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t58F89DEDCD7DABB0CFB009AAD9C0CFE061592252_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public List<Collider> Colliders = new List<Collider>();
|
|
List_1_t58F89DEDCD7DABB0CFB009AAD9C0CFE061592252* L_0 = (List_1_t58F89DEDCD7DABB0CFB009AAD9C0CFE061592252*)il2cpp_codegen_object_new(List_1_t58F89DEDCD7DABB0CFB009AAD9C0CFE061592252_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
List_1__ctor_m0CDD6F02F45026B4267E7117C5DDC188F87EE7BE(L_0, List_1__ctor_m0CDD6F02F45026B4267E7117C5DDC188F87EE7BE_RuntimeMethod_var);
|
|
__this->___Colliders_4 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___Colliders_4), (void*)L_0);
|
|
MonoBehaviour__ctor_m592DB0105CA0BC97AA1C5F4AD27B12D68A3B7C1E(__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 HurricaneVR.TechDemo.Scripts.DemoBackpack/<>c::.cctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__cctor_mB46AC62868B14D81D165D01E2E8969B11495F20A (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t243CBE26B19D7E8A60155402D7348916CE6F2B21_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
U3CU3Ec_t243CBE26B19D7E8A60155402D7348916CE6F2B21* L_0 = (U3CU3Ec_t243CBE26B19D7E8A60155402D7348916CE6F2B21*)il2cpp_codegen_object_new(U3CU3Ec_t243CBE26B19D7E8A60155402D7348916CE6F2B21_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
U3CU3Ec__ctor_m39E3849B326EB0855B92B2AFB4C98988C03F9E2B(L_0, NULL);
|
|
((U3CU3Ec_t243CBE26B19D7E8A60155402D7348916CE6F2B21_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t243CBE26B19D7E8A60155402D7348916CE6F2B21_il2cpp_TypeInfo_var))->___U3CU3E9_0 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_t243CBE26B19D7E8A60155402D7348916CE6F2B21_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t243CBE26B19D7E8A60155402D7348916CE6F2B21_il2cpp_TypeInfo_var))->___U3CU3E9_0), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void HurricaneVR.TechDemo.Scripts.DemoBackpack/<>c::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_m39E3849B326EB0855B92B2AFB4C98988C03F9E2B (U3CU3Ec_t243CBE26B19D7E8A60155402D7348916CE6F2B21* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean HurricaneVR.TechDemo.Scripts.DemoBackpack/<>c::<Start>b__1_0(UnityEngine.Collider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec_U3CStartU3Eb__1_0_m51415536515F7D05F8CCD5586E0D0B093567BCD3 (U3CU3Ec_t243CBE26B19D7E8A60155402D7348916CE6F2B21* __this, Collider_t1CC3163924FCD6C4CC2E816373A929C1E3D55E76* ___0_e, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// Colliders = GetComponentsInChildren<Collider>().Where(e=>!e.isTrigger).ToList();
|
|
Collider_t1CC3163924FCD6C4CC2E816373A929C1E3D55E76* L_0 = ___0_e;
|
|
NullCheck(L_0);
|
|
bool L_1;
|
|
L_1 = Collider_get_isTrigger_mFF457F6AA71D173F9A11BAF00C35E5AE12952F87(L_0, NULL);
|
|
return (bool)((((int32_t)L_1) == ((int32_t)0))? 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 HurricaneVR.TechDemo.Scripts.DemoBackpack/<IgnoreColliders>d__2::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CIgnoreCollidersU3Ed__2__ctor_m1A8B9106969C6C08A1793399C8AFBD76C63AB037 (U3CIgnoreCollidersU3Ed__2_tE7EF424BB4147FDFD3A55396FF6D78F7BC4BB947* __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 HurricaneVR.TechDemo.Scripts.DemoBackpack/<IgnoreColliders>d__2::System.IDisposable.Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CIgnoreCollidersU3Ed__2_System_IDisposable_Dispose_m892F9D066E0D3599051D2CBF2F44A9753124AEBE (U3CIgnoreCollidersU3Ed__2_tE7EF424BB4147FDFD3A55396FF6D78F7BC4BB947* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean HurricaneVR.TechDemo.Scripts.DemoBackpack/<IgnoreColliders>d__2::MoveNext()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CIgnoreCollidersU3Ed__2_MoveNext_m77183DA615A9E67801C59076B14C05950ECD1FBD (U3CIgnoreCollidersU3Ed__2_tE7EF424BB4147FDFD3A55396FF6D78F7BC4BB947* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_FindObjectsOfType_TisHVRGrabbable_tC5E7380624392C1F4EB5BEA99BF9C187D151C0DE_mF02811155D0F2917B1942DECA41DF5DDE60BE72F_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stopwatch_tA188A210449E22C07053A7D3014DD182C7369043_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
DemoBackpack_t9A0BE46F33C84C926839B5142877071E3E1B7BCC* V_1 = NULL;
|
|
Stopwatch_tA188A210449E22C07053A7D3014DD182C7369043* V_2 = NULL;
|
|
HVRGrabbableU5BU5D_tEDB0FBD4FD1418A2823FA20AF3A194F42B2D71D2* V_3 = NULL;
|
|
int32_t V_4 = 0;
|
|
HVRGrabbable_tC5E7380624392C1F4EB5BEA99BF9C187D151C0DE* V_5 = NULL;
|
|
{
|
|
int32_t L_0 = __this->___U3CU3E1__state_0;
|
|
V_0 = L_0;
|
|
DemoBackpack_t9A0BE46F33C84C926839B5142877071E3E1B7BCC* 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_002e;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0017:
|
|
{
|
|
__this->___U3CU3E1__state_0 = (-1);
|
|
// 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_002e:
|
|
{
|
|
__this->___U3CU3E1__state_0 = (-1);
|
|
// var watch = Stopwatch.StartNew();
|
|
il2cpp_codegen_runtime_class_init_inline(Stopwatch_tA188A210449E22C07053A7D3014DD182C7369043_il2cpp_TypeInfo_var);
|
|
Stopwatch_tA188A210449E22C07053A7D3014DD182C7369043* L_4;
|
|
L_4 = Stopwatch_StartNew_mF813F15E68604C7734FECC301B7042A521041259(NULL);
|
|
V_2 = L_4;
|
|
// var grabbables = FindObjectsOfType<HVRGrabbable>();
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
HVRGrabbableU5BU5D_tEDB0FBD4FD1418A2823FA20AF3A194F42B2D71D2* L_5;
|
|
L_5 = Object_FindObjectsOfType_TisHVRGrabbable_tC5E7380624392C1F4EB5BEA99BF9C187D151C0DE_mF02811155D0F2917B1942DECA41DF5DDE60BE72F(Object_FindObjectsOfType_TisHVRGrabbable_tC5E7380624392C1F4EB5BEA99BF9C187D151C0DE_mF02811155D0F2917B1942DECA41DF5DDE60BE72F_RuntimeMethod_var);
|
|
// foreach (var grabbable in grabbables)
|
|
V_3 = L_5;
|
|
V_4 = 0;
|
|
goto IL_005a;
|
|
}
|
|
|
|
IL_0046:
|
|
{
|
|
// foreach (var grabbable in grabbables)
|
|
HVRGrabbableU5BU5D_tEDB0FBD4FD1418A2823FA20AF3A194F42B2D71D2* L_6 = V_3;
|
|
int32_t L_7 = V_4;
|
|
NullCheck(L_6);
|
|
int32_t L_8 = L_7;
|
|
HVRGrabbable_tC5E7380624392C1F4EB5BEA99BF9C187D151C0DE* L_9 = (L_6)->GetAt(static_cast<il2cpp_array_size_t>(L_8));
|
|
V_5 = L_9;
|
|
// IgnoreCollision(grabbable);
|
|
DemoBackpack_t9A0BE46F33C84C926839B5142877071E3E1B7BCC* L_10 = V_1;
|
|
HVRGrabbable_tC5E7380624392C1F4EB5BEA99BF9C187D151C0DE* L_11 = V_5;
|
|
NullCheck(L_10);
|
|
DemoBackpack_IgnoreCollision_m925E0E8CB45A712CE95137CB94005F2738CBB875(L_10, L_11, NULL);
|
|
int32_t L_12 = V_4;
|
|
V_4 = ((int32_t)il2cpp_codegen_add(L_12, 1));
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
// foreach (var grabbable in grabbables)
|
|
int32_t L_13 = V_4;
|
|
HVRGrabbableU5BU5D_tEDB0FBD4FD1418A2823FA20AF3A194F42B2D71D2* L_14 = V_3;
|
|
NullCheck(L_14);
|
|
if ((((int32_t)L_13) < ((int32_t)((int32_t)(((RuntimeArray*)L_14)->max_length)))))
|
|
{
|
|
goto IL_0046;
|
|
}
|
|
}
|
|
{
|
|
// watch.Stop();
|
|
Stopwatch_tA188A210449E22C07053A7D3014DD182C7369043* L_15 = V_2;
|
|
NullCheck(L_15);
|
|
Stopwatch_Stop_m8F2A2EFD9D7D5B4180A5E5379E5443864618D7DC(L_15, NULL);
|
|
// }
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Object HurricaneVR.TechDemo.Scripts.DemoBackpack/<IgnoreColliders>d__2::System.Collections.Generic.IEnumerator<System.Object>.get_Current()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CIgnoreCollidersU3Ed__2_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_m2A95531D3A0DFD1804B069D769E8FD67CB19A783 (U3CIgnoreCollidersU3Ed__2_tE7EF424BB4147FDFD3A55396FF6D78F7BC4BB947* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject* L_0 = __this->___U3CU3E2__current_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void HurricaneVR.TechDemo.Scripts.DemoBackpack/<IgnoreColliders>d__2::System.Collections.IEnumerator.Reset()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CIgnoreCollidersU3Ed__2_System_Collections_IEnumerator_Reset_m8345E8544159D2E12E5BE3C511A94A92E1DAF7D0 (U3CIgnoreCollidersU3Ed__2_tE7EF424BB4147FDFD3A55396FF6D78F7BC4BB947* __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*)&U3CIgnoreCollidersU3Ed__2_System_Collections_IEnumerator_Reset_m8345E8544159D2E12E5BE3C511A94A92E1DAF7D0_RuntimeMethod_var)));
|
|
}
|
|
}
|
|
// System.Object HurricaneVR.TechDemo.Scripts.DemoBackpack/<IgnoreColliders>d__2::System.Collections.IEnumerator.get_Current()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CIgnoreCollidersU3Ed__2_System_Collections_IEnumerator_get_Current_mC8DFC03D798CD420FEC5F83C5D67E73E46A5AF79 (U3CIgnoreCollidersU3Ed__2_tE7EF424BB4147FDFD3A55396FF6D78F7BC4BB947* __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
|
|
// HurricaneVR.Framework.Core.Grabbers.HVRHandGrabber HurricaneVR.TechDemo.Scripts.DemoCodeGrabbing::get_Grabber()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HVRHandGrabber_t9CB7C31300D3D84C4E564C643D0BF501EBB16B90* DemoCodeGrabbing_get_Grabber_mCE609B4588CEFD6499A88FACA739510214C45115 (DemoCodeGrabbing_t46EA9C851EC8245D4E49E0C4554C2F8D29EBDA64* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public HVRHandGrabber Grabber { get; set; }
|
|
HVRHandGrabber_t9CB7C31300D3D84C4E564C643D0BF501EBB16B90* L_0 = __this->___U3CGrabberU3Ek__BackingField_4;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void HurricaneVR.TechDemo.Scripts.DemoCodeGrabbing::set_Grabber(HurricaneVR.Framework.Core.Grabbers.HVRHandGrabber)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DemoCodeGrabbing_set_Grabber_m581F72DD78C4C851E89CE9F1A54B8FD1267F2DA2 (DemoCodeGrabbing_t46EA9C851EC8245D4E49E0C4554C2F8D29EBDA64* __this, HVRHandGrabber_t9CB7C31300D3D84C4E564C643D0BF501EBB16B90* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public HVRHandGrabber Grabber { get; set; }
|
|
HVRHandGrabber_t9CB7C31300D3D84C4E564C643D0BF501EBB16B90* L_0 = ___0_value;
|
|
__this->___U3CGrabberU3Ek__BackingField_4 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CGrabberU3Ek__BackingField_4), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void HurricaneVR.TechDemo.Scripts.DemoCodeGrabbing::Start()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DemoCodeGrabbing_Start_m967148C126C61AA1DA59F45EE85820E804B7581A (DemoCodeGrabbing_t46EA9C851EC8245D4E49E0C4554C2F8D29EBDA64* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_FirstOrDefault_TisHVRHandGrabber_t9CB7C31300D3D84C4E564C643D0BF501EBB16B90_m6F363CC91DC42A93D0F467C552C46C42561CBA80_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_tB2A9F71AE59470C627302BA30D19BF0F83EE9D03_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_FindObjectsOfType_TisHVRHandGrabber_t9CB7C31300D3D84C4E564C643D0BF501EBB16B90_mCF5FB080BF2B1B25F1632446E7F8A498890AF801_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CStartU3Eb__7_0_mF6BF40B870BA747C3FA5158390DFB80C4C25219B_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_tFF9F53A992A854A40F1679EC7E95AE4D7CE58319_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Func_2_tB2A9F71AE59470C627302BA30D19BF0F83EE9D03* G_B2_0 = NULL;
|
|
HVRHandGrabberU5BU5D_t690658B28276350833B942BC75EBCD9010FBFD0B* G_B2_1 = NULL;
|
|
DemoCodeGrabbing_t46EA9C851EC8245D4E49E0C4554C2F8D29EBDA64* G_B2_2 = NULL;
|
|
Func_2_tB2A9F71AE59470C627302BA30D19BF0F83EE9D03* G_B1_0 = NULL;
|
|
HVRHandGrabberU5BU5D_t690658B28276350833B942BC75EBCD9010FBFD0B* G_B1_1 = NULL;
|
|
DemoCodeGrabbing_t46EA9C851EC8245D4E49E0C4554C2F8D29EBDA64* G_B1_2 = NULL;
|
|
{
|
|
// Grabber = GameObject.FindObjectsOfType<HVRHandGrabber>().FirstOrDefault(e => e.gameObject.activeInHierarchy);
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
HVRHandGrabberU5BU5D_t690658B28276350833B942BC75EBCD9010FBFD0B* L_0;
|
|
L_0 = Object_FindObjectsOfType_TisHVRHandGrabber_t9CB7C31300D3D84C4E564C643D0BF501EBB16B90_mCF5FB080BF2B1B25F1632446E7F8A498890AF801(Object_FindObjectsOfType_TisHVRHandGrabber_t9CB7C31300D3D84C4E564C643D0BF501EBB16B90_mCF5FB080BF2B1B25F1632446E7F8A498890AF801_RuntimeMethod_var);
|
|
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_tFF9F53A992A854A40F1679EC7E95AE4D7CE58319_il2cpp_TypeInfo_var);
|
|
Func_2_tB2A9F71AE59470C627302BA30D19BF0F83EE9D03* L_1 = ((U3CU3Ec_tFF9F53A992A854A40F1679EC7E95AE4D7CE58319_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tFF9F53A992A854A40F1679EC7E95AE4D7CE58319_il2cpp_TypeInfo_var))->___U3CU3E9__7_0_1;
|
|
Func_2_tB2A9F71AE59470C627302BA30D19BF0F83EE9D03* L_2 = L_1;
|
|
G_B1_0 = L_2;
|
|
G_B1_1 = L_0;
|
|
G_B1_2 = __this;
|
|
if (L_2)
|
|
{
|
|
G_B2_0 = L_2;
|
|
G_B2_1 = L_0;
|
|
G_B2_2 = __this;
|
|
goto IL_0025;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_tFF9F53A992A854A40F1679EC7E95AE4D7CE58319_il2cpp_TypeInfo_var);
|
|
U3CU3Ec_tFF9F53A992A854A40F1679EC7E95AE4D7CE58319* L_3 = ((U3CU3Ec_tFF9F53A992A854A40F1679EC7E95AE4D7CE58319_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tFF9F53A992A854A40F1679EC7E95AE4D7CE58319_il2cpp_TypeInfo_var))->___U3CU3E9_0;
|
|
Func_2_tB2A9F71AE59470C627302BA30D19BF0F83EE9D03* L_4 = (Func_2_tB2A9F71AE59470C627302BA30D19BF0F83EE9D03*)il2cpp_codegen_object_new(Func_2_tB2A9F71AE59470C627302BA30D19BF0F83EE9D03_il2cpp_TypeInfo_var);
|
|
NullCheck(L_4);
|
|
Func_2__ctor_m644C40A901702D19B041828F2E854855C51DFD0D(L_4, L_3, (intptr_t)((void*)U3CU3Ec_U3CStartU3Eb__7_0_mF6BF40B870BA747C3FA5158390DFB80C4C25219B_RuntimeMethod_var), NULL);
|
|
Func_2_tB2A9F71AE59470C627302BA30D19BF0F83EE9D03* L_5 = L_4;
|
|
((U3CU3Ec_tFF9F53A992A854A40F1679EC7E95AE4D7CE58319_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tFF9F53A992A854A40F1679EC7E95AE4D7CE58319_il2cpp_TypeInfo_var))->___U3CU3E9__7_0_1 = L_5;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_tFF9F53A992A854A40F1679EC7E95AE4D7CE58319_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tFF9F53A992A854A40F1679EC7E95AE4D7CE58319_il2cpp_TypeInfo_var))->___U3CU3E9__7_0_1), (void*)L_5);
|
|
G_B2_0 = L_5;
|
|
G_B2_1 = G_B1_1;
|
|
G_B2_2 = G_B1_2;
|
|
}
|
|
|
|
IL_0025:
|
|
{
|
|
HVRHandGrabber_t9CB7C31300D3D84C4E564C643D0BF501EBB16B90* L_6;
|
|
L_6 = Enumerable_FirstOrDefault_TisHVRHandGrabber_t9CB7C31300D3D84C4E564C643D0BF501EBB16B90_m6F363CC91DC42A93D0F467C552C46C42561CBA80((RuntimeObject*)G_B2_1, G_B2_0, Enumerable_FirstOrDefault_TisHVRHandGrabber_t9CB7C31300D3D84C4E564C643D0BF501EBB16B90_m6F363CC91DC42A93D0F467C552C46C42561CBA80_RuntimeMethod_var);
|
|
NullCheck(G_B2_2);
|
|
DemoCodeGrabbing_set_Grabber_m581F72DD78C4C851E89CE9F1A54B8FD1267F2DA2_inline(G_B2_2, L_6, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void HurricaneVR.TechDemo.Scripts.DemoCodeGrabbing::Grab()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DemoCodeGrabbing_Grab_m07AF9DDC1F457D48B9A267CC7EEC3A3A42E1859F (DemoCodeGrabbing_t46EA9C851EC8245D4E49E0C4554C2F8D29EBDA64* __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 (Grabbable && Grabber)
|
|
HVRGrabbable_tC5E7380624392C1F4EB5BEA99BF9C187D151C0DE* L_0 = __this->___Grabbable_5;
|
|
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_007c;
|
|
}
|
|
}
|
|
{
|
|
HVRHandGrabber_t9CB7C31300D3D84C4E564C643D0BF501EBB16B90* L_2;
|
|
L_2 = DemoCodeGrabbing_get_Grabber_mCE609B4588CEFD6499A88FACA739510214C45115_inline(__this, NULL);
|
|
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_007c;
|
|
}
|
|
}
|
|
{
|
|
// if (GrabTrigger == HVRGrabTrigger.ManualRelease && Grabber.GrabbedTarget == Grabbable)
|
|
int32_t L_4 = __this->___GrabTrigger_6;
|
|
if ((!(((uint32_t)L_4) == ((uint32_t)2))))
|
|
{
|
|
goto IL_0047;
|
|
}
|
|
}
|
|
{
|
|
HVRHandGrabber_t9CB7C31300D3D84C4E564C643D0BF501EBB16B90* L_5;
|
|
L_5 = DemoCodeGrabbing_get_Grabber_mCE609B4588CEFD6499A88FACA739510214C45115_inline(__this, NULL);
|
|
NullCheck(L_5);
|
|
HVRGrabbable_tC5E7380624392C1F4EB5BEA99BF9C187D151C0DE* L_6;
|
|
L_6 = HVRGrabberBase_get_GrabbedTarget_mFDB57924F7548AC8F61E68367260AE10AC4360C8_inline(L_5, NULL);
|
|
HVRGrabbable_tC5E7380624392C1F4EB5BEA99BF9C187D151C0DE* L_7 = __this->___Grabbable_5;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_8;
|
|
L_8 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_6, L_7, NULL);
|
|
if (!L_8)
|
|
{
|
|
goto IL_0047;
|
|
}
|
|
}
|
|
{
|
|
// Grabber.ForceRelease();
|
|
HVRHandGrabber_t9CB7C31300D3D84C4E564C643D0BF501EBB16B90* L_9;
|
|
L_9 = DemoCodeGrabbing_get_Grabber_mCE609B4588CEFD6499A88FACA739510214C45115_inline(__this, NULL);
|
|
NullCheck(L_9);
|
|
VirtualActionInvoker0::Invoke(30 /* System.Void HurricaneVR.Framework.Core.Grabbers.HVRGrabberBase::ForceRelease() */, L_9);
|
|
// return;
|
|
return;
|
|
}
|
|
|
|
IL_0047:
|
|
{
|
|
// if(Grabber.IsGrabbing)
|
|
HVRHandGrabber_t9CB7C31300D3D84C4E564C643D0BF501EBB16B90* L_10;
|
|
L_10 = DemoCodeGrabbing_get_Grabber_mCE609B4588CEFD6499A88FACA739510214C45115_inline(__this, NULL);
|
|
NullCheck(L_10);
|
|
bool L_11;
|
|
L_11 = HVRGrabberBase_get_IsGrabbing_mD75101D8BCF25BFF7DC3B3F0B99458621AEA76D1_inline(L_10, NULL);
|
|
if (!L_11)
|
|
{
|
|
goto IL_005f;
|
|
}
|
|
}
|
|
{
|
|
// Grabber.ForceRelease();
|
|
HVRHandGrabber_t9CB7C31300D3D84C4E564C643D0BF501EBB16B90* L_12;
|
|
L_12 = DemoCodeGrabbing_get_Grabber_mCE609B4588CEFD6499A88FACA739510214C45115_inline(__this, NULL);
|
|
NullCheck(L_12);
|
|
VirtualActionInvoker0::Invoke(30 /* System.Void HurricaneVR.Framework.Core.Grabbers.HVRGrabberBase::ForceRelease() */, L_12);
|
|
}
|
|
|
|
IL_005f:
|
|
{
|
|
// Grabber.Grab(Grabbable, GrabTrigger, GrabPoint);
|
|
HVRHandGrabber_t9CB7C31300D3D84C4E564C643D0BF501EBB16B90* L_13;
|
|
L_13 = DemoCodeGrabbing_get_Grabber_mCE609B4588CEFD6499A88FACA739510214C45115_inline(__this, NULL);
|
|
HVRGrabbable_tC5E7380624392C1F4EB5BEA99BF9C187D151C0DE* L_14 = __this->___Grabbable_5;
|
|
int32_t L_15 = __this->___GrabTrigger_6;
|
|
HVRPosableGrabPoint_t45AD7B3827EE2CFF89742F05F9FFD2E208D9CB23* L_16 = __this->___GrabPoint_7;
|
|
NullCheck(L_13);
|
|
VirtualActionInvoker3< HVRGrabbable_tC5E7380624392C1F4EB5BEA99BF9C187D151C0DE*, int32_t, HVRPosableGrabPoint_t45AD7B3827EE2CFF89742F05F9FFD2E208D9CB23* >::Invoke(86 /* System.Void HurricaneVR.Framework.Core.Grabbers.HVRHandGrabber::Grab(HurricaneVR.Framework.Core.HVRGrabbable,HurricaneVR.Framework.Shared.HVRGrabTrigger,HurricaneVR.Framework.Core.HandPoser.HVRPosableGrabPoint) */, L_13, L_14, L_15, L_16);
|
|
}
|
|
|
|
IL_007c:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void HurricaneVR.TechDemo.Scripts.DemoCodeGrabbing::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DemoCodeGrabbing__ctor_m9A524280A3A357A57536ABB3B2B92AFD54E80D66 (DemoCodeGrabbing_t46EA9C851EC8245D4E49E0C4554C2F8D29EBDA64* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
MonoBehaviour__ctor_m592DB0105CA0BC97AA1C5F4AD27B12D68A3B7C1E(__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 HurricaneVR.TechDemo.Scripts.DemoCodeGrabbing/<>c::.cctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__cctor_m0F7473C4DC2B6F088FCCFE229F92F4B2360816C9 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_tFF9F53A992A854A40F1679EC7E95AE4D7CE58319_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
U3CU3Ec_tFF9F53A992A854A40F1679EC7E95AE4D7CE58319* L_0 = (U3CU3Ec_tFF9F53A992A854A40F1679EC7E95AE4D7CE58319*)il2cpp_codegen_object_new(U3CU3Ec_tFF9F53A992A854A40F1679EC7E95AE4D7CE58319_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
U3CU3Ec__ctor_m1DD462FD149274D20C1E59507DF747121539E59F(L_0, NULL);
|
|
((U3CU3Ec_tFF9F53A992A854A40F1679EC7E95AE4D7CE58319_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tFF9F53A992A854A40F1679EC7E95AE4D7CE58319_il2cpp_TypeInfo_var))->___U3CU3E9_0 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_tFF9F53A992A854A40F1679EC7E95AE4D7CE58319_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tFF9F53A992A854A40F1679EC7E95AE4D7CE58319_il2cpp_TypeInfo_var))->___U3CU3E9_0), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void HurricaneVR.TechDemo.Scripts.DemoCodeGrabbing/<>c::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_m1DD462FD149274D20C1E59507DF747121539E59F (U3CU3Ec_tFF9F53A992A854A40F1679EC7E95AE4D7CE58319* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean HurricaneVR.TechDemo.Scripts.DemoCodeGrabbing/<>c::<Start>b__7_0(HurricaneVR.Framework.Core.Grabbers.HVRHandGrabber)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec_U3CStartU3Eb__7_0_mF6BF40B870BA747C3FA5158390DFB80C4C25219B (U3CU3Ec_tFF9F53A992A854A40F1679EC7E95AE4D7CE58319* __this, HVRHandGrabber_t9CB7C31300D3D84C4E564C643D0BF501EBB16B90* ___0_e, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// Grabber = GameObject.FindObjectsOfType<HVRHandGrabber>().FirstOrDefault(e => e.gameObject.activeInHierarchy);
|
|
HVRHandGrabber_t9CB7C31300D3D84C4E564C643D0BF501EBB16B90* L_0 = ___0_e;
|
|
NullCheck(L_0);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_1;
|
|
L_1 = Component_get_gameObject_m57AEFBB14DB39EC476F740BA000E170355DE691B(L_0, NULL);
|
|
NullCheck(L_1);
|
|
bool L_2;
|
|
L_2 = GameObject_get_activeInHierarchy_m49250F4F168DCC5388D5BE4F6A5681386907B109(L_1, NULL);
|
|
return L_2;
|
|
}
|
|
}
|
|
#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 HurricaneVR.TechDemo.Scripts.DemoDummyArm::Start()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DemoDummyArm_Start_mEA3F97C89C813B02A133930F2E73DDE297BB8BF5 (DemoDummyArm_tAB2AD7E697B5DB0CE23303F4EFC2DBFC9B6A27EF* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisConfigurableJoint_t8B33AB5A6B8D52493F14C4B8DBDF78A1C94ECB77_m464A180C3A0EA1842D8405966A33A053F90575F1_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// var joint = GetComponent<ConfigurableJoint>();
|
|
ConfigurableJoint_t8B33AB5A6B8D52493F14C4B8DBDF78A1C94ECB77* L_0;
|
|
L_0 = Component_GetComponent_TisConfigurableJoint_t8B33AB5A6B8D52493F14C4B8DBDF78A1C94ECB77_m464A180C3A0EA1842D8405966A33A053F90575F1(__this, Component_GetComponent_TisConfigurableJoint_t8B33AB5A6B8D52493F14C4B8DBDF78A1C94ECB77_m464A180C3A0EA1842D8405966A33A053F90575F1_RuntimeMethod_var);
|
|
// joint.SetLinearLimit(Length);
|
|
ConfigurableJoint_t8B33AB5A6B8D52493F14C4B8DBDF78A1C94ECB77* L_1 = L_0;
|
|
float L_2 = __this->___Length_5;
|
|
HVRJointUtilities_SetLinearLimit_mB708F0A8DE1EFE00A19DE36E4E5C84E70A4C34E4(L_1, L_2, (0.0f), (0.00999999978f), NULL);
|
|
// joint.anchor = ArmRopeAnchor.localPosition;
|
|
ConfigurableJoint_t8B33AB5A6B8D52493F14C4B8DBDF78A1C94ECB77* L_3 = L_1;
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_4 = __this->___ArmRopeAnchor_7;
|
|
NullCheck(L_4);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_5;
|
|
L_5 = Transform_get_localPosition_mA9C86B990DF0685EA1061A120218993FDCC60A95(L_4, NULL);
|
|
NullCheck(L_3);
|
|
Joint_set_anchor_m89447EF25E0FC6DB9D22562BAF3BDA3E6D04029C(L_3, L_5, NULL);
|
|
// joint.autoConfigureConnectedAnchor = false;
|
|
ConfigurableJoint_t8B33AB5A6B8D52493F14C4B8DBDF78A1C94ECB77* L_6 = L_3;
|
|
NullCheck(L_6);
|
|
Joint_set_autoConfigureConnectedAnchor_mF61D716174DE67CD94FF042881E9052357679E02(L_6, (bool)0, NULL);
|
|
// joint.connectedAnchor = Anchor.position;
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_7 = __this->___Anchor_4;
|
|
NullCheck(L_7);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_8;
|
|
L_8 = Transform_get_position_m69CD5FA214FDAE7BB701552943674846C220FDE1(L_7, NULL);
|
|
NullCheck(L_6);
|
|
Joint_set_connectedAnchor_m2A40C3C4FB583E9DBC020222A21F577C066D5D90(L_6, L_8, NULL);
|
|
// Rope.positionCount = 2;
|
|
LineRenderer_tEFEF960672DB69CB14B6D181FAE6292F0CF8B63D* L_9 = __this->___Rope_6;
|
|
NullCheck(L_9);
|
|
LineRenderer_set_positionCount_m2001FB4044053895ECBE897AB833284F3300B205(L_9, 2, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void HurricaneVR.TechDemo.Scripts.DemoDummyArm::Update()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DemoDummyArm_Update_mD00BBD8597288177AB0F77B215683769664B9B10 (DemoDummyArm_tAB2AD7E697B5DB0CE23303F4EFC2DBFC9B6A27EF* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// Rope.SetPosition(0, Anchor.position);
|
|
LineRenderer_tEFEF960672DB69CB14B6D181FAE6292F0CF8B63D* L_0 = __this->___Rope_6;
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_1 = __this->___Anchor_4;
|
|
NullCheck(L_1);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_2;
|
|
L_2 = Transform_get_position_m69CD5FA214FDAE7BB701552943674846C220FDE1(L_1, NULL);
|
|
NullCheck(L_0);
|
|
LineRenderer_SetPosition_m84C4AD9ADC6AC62B33DB4D7E4C9F066DFF8440C1(L_0, 0, L_2, NULL);
|
|
// Rope.SetPosition(1, ArmRopeAnchor.position);
|
|
LineRenderer_tEFEF960672DB69CB14B6D181FAE6292F0CF8B63D* L_3 = __this->___Rope_6;
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_4 = __this->___ArmRopeAnchor_7;
|
|
NullCheck(L_4);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_5;
|
|
L_5 = Transform_get_position_m69CD5FA214FDAE7BB701552943674846C220FDE1(L_4, NULL);
|
|
NullCheck(L_3);
|
|
LineRenderer_SetPosition_m84C4AD9ADC6AC62B33DB4D7E4C9F066DFF8440C1(L_3, 1, L_5, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void HurricaneVR.TechDemo.Scripts.DemoDummyArm::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DemoDummyArm__ctor_m2465DAC48E157D01FDAF65598D52F783BCE251ED (DemoDummyArm_tAB2AD7E697B5DB0CE23303F4EFC2DBFC9B6A27EF* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public float Length = .5f;
|
|
__this->___Length_5 = (0.5f);
|
|
MonoBehaviour__ctor_m592DB0105CA0BC97AA1C5F4AD27B12D68A3B7C1E(__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 HurricaneVR.TechDemo.Scripts.DemoFullStabConfetti::Start()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DemoFullStabConfetti_Start_m1EC9873C7B7D36168FE50D0708CFE86E360B443C (DemoFullStabConfetti_t2351D081B59A69B608314F770C72AAE149EFFA98* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponentInParent_TisHVRStabbable_t71A2D16350A6CAB51630D1314BE9C10870FE29E1_m23C4777ED83C185A1F975C8D985D2521FD3053BC_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_TryGetComponent_TisParticleSystem_tB19986EE308BD63D36FB6025EEEAFBEDB97C67C1_m263198B23E82499C16C66D2C3866A89A7CF85E58_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DemoFullStabConfetti_FullStabbed_mEEFD6E8CB21BBAA83123AEE15203015760DCE882_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DemoFullStabConfetti_Stabbed_m567E460445D6984694D7ECC121966B121E4EBFCE_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DemoFullStabConfetti_Unstabbed_mFDDD4186141B6B02926439790A5196ADDBB39C1A_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnityAction_1_tD612239A41EF1A9A220EEB9D1B342E591B12C532_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnityAction_2_t42F29791A4A2EA9954ABC904B6C9166B04242AC2_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnityEvent_1_AddListener_m326988BDE31056C04EFE1C336A0985C954BACE74_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnityEvent_2_AddListener_m3B3D236026298DEB2FFA5865C91E81A91CEB7C40_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// Stabbable = GetComponentInParent<HVRStabbable>();
|
|
HVRStabbable_t71A2D16350A6CAB51630D1314BE9C10870FE29E1* L_0;
|
|
L_0 = Component_GetComponentInParent_TisHVRStabbable_t71A2D16350A6CAB51630D1314BE9C10870FE29E1_m23C4777ED83C185A1F975C8D985D2521FD3053BC(__this, Component_GetComponentInParent_TisHVRStabbable_t71A2D16350A6CAB51630D1314BE9C10870FE29E1_m23C4777ED83C185A1F975C8D985D2521FD3053BC_RuntimeMethod_var);
|
|
__this->___Stabbable_4 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___Stabbable_4), (void*)L_0);
|
|
// TryGetComponent(out Confetti);
|
|
ParticleSystem_tB19986EE308BD63D36FB6025EEEAFBEDB97C67C1** L_1 = (&__this->___Confetti_5);
|
|
bool L_2;
|
|
L_2 = Component_TryGetComponent_TisParticleSystem_tB19986EE308BD63D36FB6025EEEAFBEDB97C67C1_m263198B23E82499C16C66D2C3866A89A7CF85E58(__this, L_1, Component_TryGetComponent_TisParticleSystem_tB19986EE308BD63D36FB6025EEEAFBEDB97C67C1_m263198B23E82499C16C66D2C3866A89A7CF85E58_RuntimeMethod_var);
|
|
// if (Stabbable)
|
|
HVRStabbable_t71A2D16350A6CAB51630D1314BE9C10870FE29E1* L_3 = __this->___Stabbable_4;
|
|
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_007a;
|
|
}
|
|
}
|
|
{
|
|
// Stabbable.Stabbed.AddListener(Stabbed);
|
|
HVRStabbable_t71A2D16350A6CAB51630D1314BE9C10870FE29E1* L_5 = __this->___Stabbable_4;
|
|
NullCheck(L_5);
|
|
HVRStabEvent_t272C60B0E7CB75467B6BD510CD7DF8E031385924* L_6 = L_5->___Stabbed_6;
|
|
UnityAction_1_tD612239A41EF1A9A220EEB9D1B342E591B12C532* L_7 = (UnityAction_1_tD612239A41EF1A9A220EEB9D1B342E591B12C532*)il2cpp_codegen_object_new(UnityAction_1_tD612239A41EF1A9A220EEB9D1B342E591B12C532_il2cpp_TypeInfo_var);
|
|
NullCheck(L_7);
|
|
UnityAction_1__ctor_m5DEB67150607F5DFF19EBB14D067D0868FE0C469(L_7, __this, (intptr_t)((void*)DemoFullStabConfetti_Stabbed_m567E460445D6984694D7ECC121966B121E4EBFCE_RuntimeMethod_var), NULL);
|
|
NullCheck(L_6);
|
|
UnityEvent_1_AddListener_m326988BDE31056C04EFE1C336A0985C954BACE74(L_6, L_7, UnityEvent_1_AddListener_m326988BDE31056C04EFE1C336A0985C954BACE74_RuntimeMethod_var);
|
|
// Stabbable.UnStabbed.AddListener(Unstabbed);
|
|
HVRStabbable_t71A2D16350A6CAB51630D1314BE9C10870FE29E1* L_8 = __this->___Stabbable_4;
|
|
NullCheck(L_8);
|
|
HVRStabEvents_t4BD45936E5EE6EF18DA79B435EE60091353A98B7* L_9 = L_8->___UnStabbed_7;
|
|
UnityAction_2_t42F29791A4A2EA9954ABC904B6C9166B04242AC2* L_10 = (UnityAction_2_t42F29791A4A2EA9954ABC904B6C9166B04242AC2*)il2cpp_codegen_object_new(UnityAction_2_t42F29791A4A2EA9954ABC904B6C9166B04242AC2_il2cpp_TypeInfo_var);
|
|
NullCheck(L_10);
|
|
UnityAction_2__ctor_mE4DF0A065740438D14723BCD54F8E6D8F08D277A(L_10, __this, (intptr_t)((void*)DemoFullStabConfetti_Unstabbed_mFDDD4186141B6B02926439790A5196ADDBB39C1A_RuntimeMethod_var), NULL);
|
|
NullCheck(L_9);
|
|
UnityEvent_2_AddListener_m3B3D236026298DEB2FFA5865C91E81A91CEB7C40(L_9, L_10, UnityEvent_2_AddListener_m3B3D236026298DEB2FFA5865C91E81A91CEB7C40_RuntimeMethod_var);
|
|
// Stabbable.FullStabbed.AddListener(FullStabbed);
|
|
HVRStabbable_t71A2D16350A6CAB51630D1314BE9C10870FE29E1* L_11 = __this->___Stabbable_4;
|
|
NullCheck(L_11);
|
|
HVRStabEvents_t4BD45936E5EE6EF18DA79B435EE60091353A98B7* L_12 = L_11->___FullStabbed_8;
|
|
UnityAction_2_t42F29791A4A2EA9954ABC904B6C9166B04242AC2* L_13 = (UnityAction_2_t42F29791A4A2EA9954ABC904B6C9166B04242AC2*)il2cpp_codegen_object_new(UnityAction_2_t42F29791A4A2EA9954ABC904B6C9166B04242AC2_il2cpp_TypeInfo_var);
|
|
NullCheck(L_13);
|
|
UnityAction_2__ctor_mE4DF0A065740438D14723BCD54F8E6D8F08D277A(L_13, __this, (intptr_t)((void*)DemoFullStabConfetti_FullStabbed_mEEFD6E8CB21BBAA83123AEE15203015760DCE882_RuntimeMethod_var), NULL);
|
|
NullCheck(L_12);
|
|
UnityEvent_2_AddListener_m3B3D236026298DEB2FFA5865C91E81A91CEB7C40(L_12, L_13, UnityEvent_2_AddListener_m3B3D236026298DEB2FFA5865C91E81A91CEB7C40_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_007a:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void HurricaneVR.TechDemo.Scripts.DemoFullStabConfetti::FullStabbed(HurricaneVR.Framework.Core.Stabbing.HVRStabber,HurricaneVR.Framework.Core.Stabbing.HVRStabbable)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DemoFullStabConfetti_FullStabbed_mEEFD6E8CB21BBAA83123AEE15203015760DCE882 (DemoFullStabConfetti_t2351D081B59A69B608314F770C72AAE149EFFA98* __this, HVRStabber_tE60C171AECD2D5487B702E7C6C27194FFC364904* ___0_arg0, HVRStabbable_t71A2D16350A6CAB51630D1314BE9C10870FE29E1* ___1_arg1, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// if (OnFullStab)
|
|
bool L_0 = __this->___OnFullStab_6;
|
|
if (!L_0)
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
// PopConfetti(normal);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_1 = __this->___normal_8;
|
|
DemoFullStabConfetti_PopConfetti_m1BC20131923ADBBD876CD8523DD35F5B2597FFD4(__this, L_1, NULL);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void HurricaneVR.TechDemo.Scripts.DemoFullStabConfetti::PopConfetti(UnityEngine.Vector3)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DemoFullStabConfetti_PopConfetti_m1BC20131923ADBBD876CD8523DD35F5B2597FFD4 (DemoFullStabConfetti_t2351D081B59A69B608314F770C72AAE149EFFA98* __this, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_dir, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// Confetti.transform.position = Stabbable.transform.TransformPoint(point);
|
|
ParticleSystem_tB19986EE308BD63D36FB6025EEEAFBEDB97C67C1* L_0 = __this->___Confetti_5;
|
|
NullCheck(L_0);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_1;
|
|
L_1 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(L_0, NULL);
|
|
HVRStabbable_t71A2D16350A6CAB51630D1314BE9C10870FE29E1* L_2 = __this->___Stabbable_4;
|
|
NullCheck(L_2);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_3;
|
|
L_3 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(L_2, NULL);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_4 = __this->___point_7;
|
|
NullCheck(L_3);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_5;
|
|
L_5 = Transform_TransformPoint_m05BFF013DB830D7BFE44A007703694AE1062EE44(L_3, L_4, NULL);
|
|
NullCheck(L_1);
|
|
Transform_set_position_mA1A817124BB41B685043DED2A9BA48CDF37C4156(L_1, L_5, NULL);
|
|
// Confetti.transform.rotation = Quaternion.FromToRotation(Confetti.transform.up, dir) * Confetti.transform.rotation;
|
|
ParticleSystem_tB19986EE308BD63D36FB6025EEEAFBEDB97C67C1* L_6 = __this->___Confetti_5;
|
|
NullCheck(L_6);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_7;
|
|
L_7 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(L_6, NULL);
|
|
ParticleSystem_tB19986EE308BD63D36FB6025EEEAFBEDB97C67C1* L_8 = __this->___Confetti_5;
|
|
NullCheck(L_8);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_9;
|
|
L_9 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(L_8, NULL);
|
|
NullCheck(L_9);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_10;
|
|
L_10 = Transform_get_up_mE47A9D9D96422224DD0539AA5524DA5440145BB2(L_9, NULL);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_11 = ___0_dir;
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_12;
|
|
L_12 = Quaternion_FromToRotation_mCB3100F93637E72455388B901C36EF8A25DFDB9A(L_10, L_11, NULL);
|
|
ParticleSystem_tB19986EE308BD63D36FB6025EEEAFBEDB97C67C1* L_13 = __this->___Confetti_5;
|
|
NullCheck(L_13);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_14;
|
|
L_14 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(L_13, NULL);
|
|
NullCheck(L_14);
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_15;
|
|
L_15 = Transform_get_rotation_m32AF40CA0D50C797DA639A696F8EAEC7524C179C(L_14, NULL);
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_16;
|
|
L_16 = Quaternion_op_Multiply_mCB375FCCC12A2EC8F9EB824A1BFB4453B58C2012_inline(L_12, L_15, NULL);
|
|
NullCheck(L_7);
|
|
Transform_set_rotation_m61340DE74726CF0F9946743A727C4D444397331D(L_7, L_16, NULL);
|
|
// Confetti.Stop();
|
|
ParticleSystem_tB19986EE308BD63D36FB6025EEEAFBEDB97C67C1* L_17 = __this->___Confetti_5;
|
|
NullCheck(L_17);
|
|
ParticleSystem_Stop_m2D8D4967496EF0F5BFEF679C49A9E65A9646C423(L_17, NULL);
|
|
// Confetti.Play();
|
|
ParticleSystem_tB19986EE308BD63D36FB6025EEEAFBEDB97C67C1* L_18 = __this->___Confetti_5;
|
|
NullCheck(L_18);
|
|
ParticleSystem_Play_mD943E601BFE16CB9BB5D1F5E6AED5C36F5F11EF5(L_18, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void HurricaneVR.TechDemo.Scripts.DemoFullStabConfetti::Unstabbed(HurricaneVR.Framework.Core.Stabbing.HVRStabber,HurricaneVR.Framework.Core.Stabbing.HVRStabbable)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DemoFullStabConfetti_Unstabbed_mFDDD4186141B6B02926439790A5196ADDBB39C1A (DemoFullStabConfetti_t2351D081B59A69B608314F770C72AAE149EFFA98* __this, HVRStabber_tE60C171AECD2D5487B702E7C6C27194FFC364904* ___0_arg0, HVRStabbable_t71A2D16350A6CAB51630D1314BE9C10870FE29E1* ___1_arg1, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void HurricaneVR.TechDemo.Scripts.DemoFullStabConfetti::Stabbed(HurricaneVR.Framework.Core.Stabbing.StabArgs)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DemoFullStabConfetti_Stabbed_m567E460445D6984694D7ECC121966B121E4EBFCE (DemoFullStabConfetti_t2351D081B59A69B608314F770C72AAE149EFFA98* __this, StabArgs_tF1A76988CACFAE49F574A83B0D37D414F9E3BB7D ___0_stabArgs, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// normal = stabArgs.Normal;
|
|
StabArgs_tF1A76988CACFAE49F574A83B0D37D414F9E3BB7D L_0 = ___0_stabArgs;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_1 = L_0.___Normal_4;
|
|
__this->___normal_8 = L_1;
|
|
// point = Stabbable.transform.InverseTransformPoint(stabArgs.Point);
|
|
HVRStabbable_t71A2D16350A6CAB51630D1314BE9C10870FE29E1* L_2 = __this->___Stabbable_4;
|
|
NullCheck(L_2);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_3;
|
|
L_3 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(L_2, NULL);
|
|
StabArgs_tF1A76988CACFAE49F574A83B0D37D414F9E3BB7D L_4 = ___0_stabArgs;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_5 = L_4.___Point_3;
|
|
NullCheck(L_3);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_6;
|
|
L_6 = Transform_InverseTransformPoint_m18CD395144D9C78F30E15A5B82B6670E792DBA5D(L_3, L_5, NULL);
|
|
__this->___point_7 = L_6;
|
|
// if (!OnFullStab)
|
|
bool L_7 = __this->___OnFullStab_6;
|
|
if (L_7)
|
|
{
|
|
goto IL_003c;
|
|
}
|
|
}
|
|
{
|
|
// PopConfetti(normal);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_8 = __this->___normal_8;
|
|
DemoFullStabConfetti_PopConfetti_m1BC20131923ADBBD876CD8523DD35F5B2597FFD4(__this, L_8, NULL);
|
|
}
|
|
|
|
IL_003c:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void HurricaneVR.TechDemo.Scripts.DemoFullStabConfetti::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DemoFullStabConfetti__ctor_m9BFB4CF83FAC2A851CC0619009E76B18AE7FD11D (DemoFullStabConfetti_t2351D081B59A69B608314F770C72AAE149EFFA98* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
MonoBehaviour__ctor_m592DB0105CA0BC97AA1C5F4AD27B12D68A3B7C1E(__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 HurricaneVR.TechDemo.Scripts.DemoGlassRotate::Start()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DemoGlassRotate_Start_mC47176DF41473100749641C9E2E64E2DA2C6BB20 (DemoGlassRotate_tE49811E14A1FF9B74C86C24493B000331AE8D2DF* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void HurricaneVR.TechDemo.Scripts.DemoGlassRotate::Update()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DemoGlassRotate_Update_m795E555F06342ABBCB2C92970B123E6BF5170CDF (DemoGlassRotate_tE49811E14A1FF9B74C86C24493B000331AE8D2DF* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// if (!Unlocked || DoneRotating)
|
|
bool L_0 = __this->___Unlocked_6;
|
|
if (!L_0)
|
|
{
|
|
goto IL_0010;
|
|
}
|
|
}
|
|
{
|
|
bool L_1 = __this->___DoneRotating_7;
|
|
if (!L_1)
|
|
{
|
|
goto IL_0011;
|
|
}
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
// return;
|
|
return;
|
|
}
|
|
|
|
IL_0011:
|
|
{
|
|
// _elapsed += UnityEngine.Time.deltaTime;
|
|
float L_2 = __this->____elapsed_9;
|
|
float L_3;
|
|
L_3 = Time_get_deltaTime_mC3195000401F0FD167DD2F948FD2BC58330D0865(NULL);
|
|
__this->____elapsed_9 = ((float)il2cpp_codegen_add(L_2, L_3));
|
|
// transform.localRotation = transform.localRotation * Quaternion.Euler(new Vector3(-Degrees / Timer * Time.deltaTime, 0f, 0f));
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_4;
|
|
L_4 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(__this, NULL);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_5;
|
|
L_5 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(__this, NULL);
|
|
NullCheck(L_5);
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_6;
|
|
L_6 = Transform_get_localRotation_mD53D37611A5DAE93EC6C7BBCAC337408C5CACA77(L_5, NULL);
|
|
float L_7 = __this->___Degrees_5;
|
|
float L_8 = __this->___Timer_4;
|
|
float L_9;
|
|
L_9 = Time_get_deltaTime_mC3195000401F0FD167DD2F948FD2BC58330D0865(NULL);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_10;
|
|
memset((&L_10), 0, sizeof(L_10));
|
|
Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&L_10), ((float)il2cpp_codegen_multiply(((float)(((-L_7))/L_8)), L_9)), (0.0f), (0.0f), /*hidden argument*/NULL);
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_11;
|
|
L_11 = Quaternion_Euler_m5BCCC19216CFAD2426F15BC51A30421880D27B73_inline(L_10, NULL);
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_12;
|
|
L_12 = Quaternion_op_Multiply_mCB375FCCC12A2EC8F9EB824A1BFB4453B58C2012_inline(L_6, L_11, NULL);
|
|
NullCheck(L_4);
|
|
Transform_set_localRotation_mAB4A011D134BA58AB780BECC0025CA65F16185FA(L_4, L_12, NULL);
|
|
// if (_elapsed > Timer)
|
|
float L_13 = __this->____elapsed_9;
|
|
float L_14 = __this->___Timer_4;
|
|
if ((!(((float)L_13) > ((float)L_14))))
|
|
{
|
|
goto IL_0086;
|
|
}
|
|
}
|
|
{
|
|
// _elapsed = 0f;
|
|
__this->____elapsed_9 = (0.0f);
|
|
// DoneRotating = true;
|
|
__this->___DoneRotating_7 = (bool)1;
|
|
}
|
|
|
|
IL_0086:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void HurricaneVR.TechDemo.Scripts.DemoGlassRotate::Unlock()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DemoGlassRotate_Unlock_m029ADD1F20568D5A7A1E6D51BAAE41160A21D2B1 (DemoGlassRotate_tE49811E14A1FF9B74C86C24493B000331AE8D2DF* __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 (!Unlocked)
|
|
bool L_0 = __this->___Unlocked_6;
|
|
if (L_0)
|
|
{
|
|
goto IL_002f;
|
|
}
|
|
}
|
|
{
|
|
// if(SFXPlayer.Instance) SFXPlayer.Instance.PlaySFX(SFXOpen, transform.position);
|
|
SFXPlayer_t6916F8692A74B19A33C44C40C773635DF91B5165* L_1;
|
|
L_1 = SFXPlayer_get_Instance_m4D3AE1620BA42D46607328B25EAA0569B49CCBD5_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_002f;
|
|
}
|
|
}
|
|
{
|
|
// if(SFXPlayer.Instance) SFXPlayer.Instance.PlaySFX(SFXOpen, transform.position);
|
|
SFXPlayer_t6916F8692A74B19A33C44C40C773635DF91B5165* L_3;
|
|
L_3 = SFXPlayer_get_Instance_m4D3AE1620BA42D46607328B25EAA0569B49CCBD5_inline(NULL);
|
|
AudioClip_t5D272C4EB4F2D3ED49F1C346DEA373CF6D585F20* L_4 = __this->___SFXOpen_8;
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_5;
|
|
L_5 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(__this, NULL);
|
|
NullCheck(L_5);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_6;
|
|
L_6 = Transform_get_position_m69CD5FA214FDAE7BB701552943674846C220FDE1(L_5, NULL);
|
|
NullCheck(L_3);
|
|
SFXPlayer_PlaySFX_m84A045DF30FB03269C08AB8BB787365190207A84(L_3, L_4, L_6, NULL);
|
|
}
|
|
|
|
IL_002f:
|
|
{
|
|
// Unlocked = true;
|
|
__this->___Unlocked_6 = (bool)1;
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void HurricaneVR.TechDemo.Scripts.DemoGlassRotate::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DemoGlassRotate__ctor_mFD30A3E42887F5AFA7D47A2CD695D1B46A90B25C (DemoGlassRotate_tE49811E14A1FF9B74C86C24493B000331AE8D2DF* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public float Timer = 5f;
|
|
__this->___Timer_4 = (5.0f);
|
|
// public float Degrees = 135;
|
|
__this->___Degrees_5 = (135.0f);
|
|
MonoBehaviour__ctor_m592DB0105CA0BC97AA1C5F4AD27B12D68A3B7C1E(__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 HurricaneVR.TechDemo.Scripts.DemoHatchDoor::Update()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DemoHatchDoor_Update_mAD2335DCABC136AE5B89513AC6A7798C5049E0DD (DemoHatchDoor_t2709BFF9CCDB2E23EFC7CFF1694E224B33090A70* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// if (!Unlocked || DoneRotating)
|
|
bool L_0 = __this->___Unlocked_6;
|
|
if (!L_0)
|
|
{
|
|
goto IL_0010;
|
|
}
|
|
}
|
|
{
|
|
bool L_1 = __this->___DoneRotating_7;
|
|
if (!L_1)
|
|
{
|
|
goto IL_0011;
|
|
}
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
// return;
|
|
return;
|
|
}
|
|
|
|
IL_0011:
|
|
{
|
|
// _elapsed += UnityEngine.Time.deltaTime;
|
|
float L_2 = __this->____elapsed_9;
|
|
float L_3;
|
|
L_3 = Time_get_deltaTime_mC3195000401F0FD167DD2F948FD2BC58330D0865(NULL);
|
|
__this->____elapsed_9 = ((float)il2cpp_codegen_add(L_2, L_3));
|
|
// transform.localRotation = transform.localRotation * Quaternion.Euler(new Vector3(-Degrees / Timer * Time.deltaTime, 0f, 0f));
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_4;
|
|
L_4 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(__this, NULL);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_5;
|
|
L_5 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(__this, NULL);
|
|
NullCheck(L_5);
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_6;
|
|
L_6 = Transform_get_localRotation_mD53D37611A5DAE93EC6C7BBCAC337408C5CACA77(L_5, NULL);
|
|
float L_7 = __this->___Degrees_5;
|
|
float L_8 = __this->___Timer_4;
|
|
float L_9;
|
|
L_9 = Time_get_deltaTime_mC3195000401F0FD167DD2F948FD2BC58330D0865(NULL);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_10;
|
|
memset((&L_10), 0, sizeof(L_10));
|
|
Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&L_10), ((float)il2cpp_codegen_multiply(((float)(((-L_7))/L_8)), L_9)), (0.0f), (0.0f), /*hidden argument*/NULL);
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_11;
|
|
L_11 = Quaternion_Euler_m5BCCC19216CFAD2426F15BC51A30421880D27B73_inline(L_10, NULL);
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_12;
|
|
L_12 = Quaternion_op_Multiply_mCB375FCCC12A2EC8F9EB824A1BFB4453B58C2012_inline(L_6, L_11, NULL);
|
|
NullCheck(L_4);
|
|
Transform_set_localRotation_mAB4A011D134BA58AB780BECC0025CA65F16185FA(L_4, L_12, NULL);
|
|
// if (_elapsed > Timer)
|
|
float L_13 = __this->____elapsed_9;
|
|
float L_14 = __this->___Timer_4;
|
|
if ((!(((float)L_13) > ((float)L_14))))
|
|
{
|
|
goto IL_0086;
|
|
}
|
|
}
|
|
{
|
|
// _elapsed = 0f;
|
|
__this->____elapsed_9 = (0.0f);
|
|
// DoneRotating = true;
|
|
__this->___DoneRotating_7 = (bool)1;
|
|
}
|
|
|
|
IL_0086:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void HurricaneVR.TechDemo.Scripts.DemoHatchDoor::Unlock()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DemoHatchDoor_Unlock_m7DCA7BF50E464F1489D86299AC70A59C05762B72 (DemoHatchDoor_t2709BFF9CCDB2E23EFC7CFF1694E224B33090A70* __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 (!Unlocked)
|
|
bool L_0 = __this->___Unlocked_6;
|
|
if (L_0)
|
|
{
|
|
goto IL_002f;
|
|
}
|
|
}
|
|
{
|
|
// if(SFXPlayer.Instance) SFXPlayer.Instance.PlaySFX(SFXOpen, transform.position);
|
|
SFXPlayer_t6916F8692A74B19A33C44C40C773635DF91B5165* L_1;
|
|
L_1 = SFXPlayer_get_Instance_m4D3AE1620BA42D46607328B25EAA0569B49CCBD5_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_002f;
|
|
}
|
|
}
|
|
{
|
|
// if(SFXPlayer.Instance) SFXPlayer.Instance.PlaySFX(SFXOpen, transform.position);
|
|
SFXPlayer_t6916F8692A74B19A33C44C40C773635DF91B5165* L_3;
|
|
L_3 = SFXPlayer_get_Instance_m4D3AE1620BA42D46607328B25EAA0569B49CCBD5_inline(NULL);
|
|
AudioClip_t5D272C4EB4F2D3ED49F1C346DEA373CF6D585F20* L_4 = __this->___SFXOpen_8;
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_5;
|
|
L_5 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(__this, NULL);
|
|
NullCheck(L_5);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_6;
|
|
L_6 = Transform_get_position_m69CD5FA214FDAE7BB701552943674846C220FDE1(L_5, NULL);
|
|
NullCheck(L_3);
|
|
SFXPlayer_PlaySFX_m84A045DF30FB03269C08AB8BB787365190207A84(L_3, L_4, L_6, NULL);
|
|
}
|
|
|
|
IL_002f:
|
|
{
|
|
// Unlocked = true;
|
|
__this->___Unlocked_6 = (bool)1;
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void HurricaneVR.TechDemo.Scripts.DemoHatchDoor::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DemoHatchDoor__ctor_m2ECE21932FD3258112DBF2862C8D22E4C7B1939F (DemoHatchDoor_t2709BFF9CCDB2E23EFC7CFF1694E224B33090A70* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public float Timer = 5f;
|
|
__this->___Timer_4 = (5.0f);
|
|
// public float Degrees = 180;
|
|
__this->___Degrees_5 = (180.0f);
|
|
MonoBehaviour__ctor_m592DB0105CA0BC97AA1C5F4AD27B12D68A3B7C1E(__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 HurricaneVR.TechDemo.Scripts.DemoHeavyDoor::Start()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DemoHeavyDoor_Start_m3B5E606259E9189A0F38CAB3713E56B954D562DE (DemoHeavyDoor_t310E87E094DEC7C4717C2E0D589A0FFB5D1BDD73* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// _startRotation = DoorRigidbody.transform.rotation;
|
|
Rigidbody_t268697F5A994213ED97393309870968BC1C7393C* L_0 = __this->___DoorRigidbody_4;
|
|
NullCheck(L_0);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_1;
|
|
L_1 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(L_0, NULL);
|
|
NullCheck(L_1);
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_2;
|
|
L_2 = Transform_get_rotation_m32AF40CA0D50C797DA639A696F8EAEC7524C179C(L_1, NULL);
|
|
__this->____startRotation_11 = L_2;
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void HurricaneVR.TechDemo.Scripts.DemoHeavyDoor::FixedUpdate()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DemoHeavyDoor_FixedUpdate_m158E326A2297A70E37304B18E421A2B60AB40FC1 (DemoHeavyDoor_t310E87E094DEC7C4717C2E0D589A0FFB5D1BDD73* __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;
|
|
}
|
|
float V_0 = 0.0f;
|
|
int32_t V_1 = 0;
|
|
AudioClip_t5D272C4EB4F2D3ED49F1C346DEA373CF6D585F20* V_2 = NULL;
|
|
{
|
|
// var angle = HVRUtilities.Remap(ValveTracker.Angle, Limiter.MinAngle, Limiter.MaxAngle, 0f, MaxAngle);
|
|
HVRRotationTracker_tF6E4B67021F9D4DDF5D3C949CDA8DD2B8B24B067* L_0 = __this->___ValveTracker_5;
|
|
NullCheck(L_0);
|
|
float L_1;
|
|
L_1 = HVRRotationTracker_get_Angle_m1D919D4DEF1339D92F6907FE246C8990C7444AD0_inline(L_0, NULL);
|
|
HVRRotationLimiter_tF5CD8BEF6539AEF6B30DD3CC7E163EB09771C672* L_2 = __this->___Limiter_6;
|
|
NullCheck(L_2);
|
|
int32_t L_3 = L_2->___MinAngle_6;
|
|
HVRRotationLimiter_tF5CD8BEF6539AEF6B30DD3CC7E163EB09771C672* L_4 = __this->___Limiter_6;
|
|
NullCheck(L_4);
|
|
int32_t L_5 = L_4->___MaxAngle_7;
|
|
float L_6 = __this->___MaxAngle_7;
|
|
float L_7;
|
|
L_7 = HVRUtilities_Remap_m59CDAA232C38224F8ADAEF003E3E962D66288ADB(L_1, ((float)L_3), ((float)L_5), (0.0f), L_6, NULL);
|
|
V_0 = L_7;
|
|
// DoorRigidbody.MoveRotation(_startRotation * Quaternion.Euler(0f, angle, 0f));
|
|
Rigidbody_t268697F5A994213ED97393309870968BC1C7393C* L_8 = __this->___DoorRigidbody_4;
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_9 = __this->____startRotation_11;
|
|
float L_10 = V_0;
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_11;
|
|
L_11 = Quaternion_Euler_m9262AB29E3E9CE94EF71051F38A28E82AEC73F90_inline((0.0f), L_10, (0.0f), NULL);
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_12;
|
|
L_12 = Quaternion_op_Multiply_mCB375FCCC12A2EC8F9EB824A1BFB4453B58C2012_inline(L_9, L_11, NULL);
|
|
NullCheck(L_8);
|
|
Rigidbody_MoveRotation_m85825C7206E770E39DED9EE6D792702F577A891D(L_8, L_12, NULL);
|
|
// if (SFX != null && SFX.Length > 0)
|
|
AudioClipU5BU5D_t916722468F7EDCFA833318C35CD7D41097D75D31* L_13 = __this->___SFX_8;
|
|
if (!L_13)
|
|
{
|
|
goto IL_00ed;
|
|
}
|
|
}
|
|
{
|
|
AudioClipU5BU5D_t916722468F7EDCFA833318C35CD7D41097D75D31* L_14 = __this->___SFX_8;
|
|
NullCheck(L_14);
|
|
if (!(((RuntimeArray*)L_14)->max_length))
|
|
{
|
|
goto IL_00ed;
|
|
}
|
|
}
|
|
{
|
|
// if (ValveTracker.Angle > Angle + SFXAngle || ValveTracker.Angle < Angle - SFXAngle)
|
|
HVRRotationTracker_tF6E4B67021F9D4DDF5D3C949CDA8DD2B8B24B067* L_15 = __this->___ValveTracker_5;
|
|
NullCheck(L_15);
|
|
float L_16;
|
|
L_16 = HVRRotationTracker_get_Angle_m1D919D4DEF1339D92F6907FE246C8990C7444AD0_inline(L_15, NULL);
|
|
float L_17 = __this->___Angle_10;
|
|
float L_18 = __this->___SFXAngle_9;
|
|
if ((((float)L_16) > ((float)((float)il2cpp_codegen_add(L_17, L_18)))))
|
|
{
|
|
goto IL_00a2;
|
|
}
|
|
}
|
|
{
|
|
HVRRotationTracker_tF6E4B67021F9D4DDF5D3C949CDA8DD2B8B24B067* L_19 = __this->___ValveTracker_5;
|
|
NullCheck(L_19);
|
|
float L_20;
|
|
L_20 = HVRRotationTracker_get_Angle_m1D919D4DEF1339D92F6907FE246C8990C7444AD0_inline(L_19, NULL);
|
|
float L_21 = __this->___Angle_10;
|
|
float L_22 = __this->___SFXAngle_9;
|
|
if ((!(((float)L_20) < ((float)((float)il2cpp_codegen_subtract(L_21, L_22))))))
|
|
{
|
|
goto IL_00ed;
|
|
}
|
|
}
|
|
|
|
IL_00a2:
|
|
{
|
|
// var index = Random.Range(0, SFX.Length);
|
|
AudioClipU5BU5D_t916722468F7EDCFA833318C35CD7D41097D75D31* L_23 = __this->___SFX_8;
|
|
NullCheck(L_23);
|
|
int32_t L_24;
|
|
L_24 = Random_Range_m6763D9767F033357F88B6637F048F4ACA4123B68(0, ((int32_t)(((RuntimeArray*)L_23)->max_length)), NULL);
|
|
V_1 = L_24;
|
|
// var sfx = SFX[index];
|
|
AudioClipU5BU5D_t916722468F7EDCFA833318C35CD7D41097D75D31* L_25 = __this->___SFX_8;
|
|
int32_t L_26 = V_1;
|
|
NullCheck(L_25);
|
|
int32_t L_27 = L_26;
|
|
AudioClip_t5D272C4EB4F2D3ED49F1C346DEA373CF6D585F20* L_28 = (L_25)->GetAt(static_cast<il2cpp_array_size_t>(L_27));
|
|
V_2 = L_28;
|
|
// Angle = ValveTracker.Angle;
|
|
HVRRotationTracker_tF6E4B67021F9D4DDF5D3C949CDA8DD2B8B24B067* L_29 = __this->___ValveTracker_5;
|
|
NullCheck(L_29);
|
|
float L_30;
|
|
L_30 = HVRRotationTracker_get_Angle_m1D919D4DEF1339D92F6907FE246C8990C7444AD0_inline(L_29, NULL);
|
|
__this->___Angle_10 = L_30;
|
|
// if(SFXPlayer.Instance) SFXPlayer.Instance.PlaySFX(sfx, transform.position);
|
|
SFXPlayer_t6916F8692A74B19A33C44C40C773635DF91B5165* L_31;
|
|
L_31 = SFXPlayer_get_Instance_m4D3AE1620BA42D46607328B25EAA0569B49CCBD5_inline(NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_32;
|
|
L_32 = Object_op_Implicit_m93896EF7D68FA113C42D3FE2BC6F661FC7EF514A(L_31, NULL);
|
|
if (!L_32)
|
|
{
|
|
goto IL_00ed;
|
|
}
|
|
}
|
|
{
|
|
// if(SFXPlayer.Instance) SFXPlayer.Instance.PlaySFX(sfx, transform.position);
|
|
SFXPlayer_t6916F8692A74B19A33C44C40C773635DF91B5165* L_33;
|
|
L_33 = SFXPlayer_get_Instance_m4D3AE1620BA42D46607328B25EAA0569B49CCBD5_inline(NULL);
|
|
AudioClip_t5D272C4EB4F2D3ED49F1C346DEA373CF6D585F20* L_34 = V_2;
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_35;
|
|
L_35 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(__this, NULL);
|
|
NullCheck(L_35);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_36;
|
|
L_36 = Transform_get_position_m69CD5FA214FDAE7BB701552943674846C220FDE1(L_35, NULL);
|
|
NullCheck(L_33);
|
|
SFXPlayer_PlaySFX_m84A045DF30FB03269C08AB8BB787365190207A84(L_33, L_34, L_36, NULL);
|
|
}
|
|
|
|
IL_00ed:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void HurricaneVR.TechDemo.Scripts.DemoHeavyDoor::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DemoHeavyDoor__ctor_m44B9B812B635F3E31BD507F14D38C324D024B9BB (DemoHeavyDoor_t310E87E094DEC7C4717C2E0D589A0FFB5D1BDD73* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public float MaxAngle = 130f;
|
|
__this->___MaxAngle_7 = (130.0f);
|
|
// public float SFXAngle = 10f;
|
|
__this->___SFXAngle_9 = (10.0f);
|
|
MonoBehaviour__ctor_m592DB0105CA0BC97AA1C5F4AD27B12D68A3B7C1E(__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 HurricaneVR.TechDemo.Scripts.DemoHelper::Start()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DemoHelper_Start_m36DB45A56F29FDA62B9B35C4C1DDA5FAE47714F7 (DemoHelper_t18AEBF87CA83CDE95B32DEF6D22C8DFFA986C4C4* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m42364265F285AAD5774FF62F5D7DF6505A645C1B_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m9BF6C1C74CD711998DC8FAE5D6B8083586F5CFB5_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_m3DFE65306620DDD966C712A219D9079FA081C127_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_mBAA697FE341E389C86536D9444A3E4AC02109E87_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m5474C06E69B72A7FEADC871C3E559B4D0634C377_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_mCBBD283BB42C56D73B7C4194020EC95292B36129_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_GetEnumerator_m01FCD3FC513065087F7E312BC9DE2D1C3FF655E5_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_GetEnumerator_mDBDA909366EE1C9C6C8701AABD56CE0475C59B4D_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Enumerator_t519AE1DAA64E517296768BEA2E732ED47F76A91D V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* V_1 = NULL;
|
|
Enumerator_t5C43ED86B9A4A73114C19F223FAFB2B6D6BE2924 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
HVRGrabbable_tC5E7380624392C1F4EB5BEA99BF9C187D151C0DE* V_3 = NULL;
|
|
{
|
|
// foreach (var parent in Parents)
|
|
List_1_t991BBC5A1D51F59A450367DF944DAA207F22D06D* L_0 = __this->___Parents_4;
|
|
NullCheck(L_0);
|
|
Enumerator_t519AE1DAA64E517296768BEA2E732ED47F76A91D L_1;
|
|
L_1 = List_1_GetEnumerator_m01FCD3FC513065087F7E312BC9DE2D1C3FF655E5(L_0, List_1_GetEnumerator_m01FCD3FC513065087F7E312BC9DE2D1C3FF655E5_RuntimeMethod_var);
|
|
V_0 = L_1;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_0030:
|
|
{// begin finally (depth: 1)
|
|
Enumerator_Dispose_m9BF6C1C74CD711998DC8FAE5D6B8083586F5CFB5((&V_0), Enumerator_Dispose_m9BF6C1C74CD711998DC8FAE5D6B8083586F5CFB5_RuntimeMethod_var);
|
|
return;
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
{
|
|
goto IL_0025_1;
|
|
}
|
|
|
|
IL_000e_1:
|
|
{
|
|
// foreach (var parent in Parents)
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_2;
|
|
L_2 = Enumerator_get_Current_mCBBD283BB42C56D73B7C4194020EC95292B36129_inline((&V_0), Enumerator_get_Current_mCBBD283BB42C56D73B7C4194020EC95292B36129_RuntimeMethod_var);
|
|
V_1 = L_2;
|
|
// if (parent)
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_3 = V_1;
|
|
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_0025_1;
|
|
}
|
|
}
|
|
{
|
|
// AddResetGrabbable(parent);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_5 = V_1;
|
|
DemoHelper_AddResetGrabbable_m6D2F4C183F533146F3F5F2C82D5B9156CC880BFC(__this, L_5, NULL);
|
|
}
|
|
|
|
IL_0025_1:
|
|
{
|
|
// foreach (var parent in Parents)
|
|
bool L_6;
|
|
L_6 = Enumerator_MoveNext_mBAA697FE341E389C86536D9444A3E4AC02109E87((&V_0), Enumerator_MoveNext_mBAA697FE341E389C86536D9444A3E4AC02109E87_RuntimeMethod_var);
|
|
if (L_6)
|
|
{
|
|
goto IL_000e_1;
|
|
}
|
|
}
|
|
{
|
|
goto IL_003e;
|
|
}
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_003e:
|
|
{
|
|
// foreach (var grabbable in Grabbables)
|
|
List_1_t22B6AE59B095268F44B72F67D547A0C9A244CA78* L_7 = __this->___Grabbables_5;
|
|
NullCheck(L_7);
|
|
Enumerator_t5C43ED86B9A4A73114C19F223FAFB2B6D6BE2924 L_8;
|
|
L_8 = List_1_GetEnumerator_mDBDA909366EE1C9C6C8701AABD56CE0475C59B4D(L_7, List_1_GetEnumerator_mDBDA909366EE1C9C6C8701AABD56CE0475C59B4D_RuntimeMethod_var);
|
|
V_2 = L_8;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_0071:
|
|
{// begin finally (depth: 1)
|
|
Enumerator_Dispose_m42364265F285AAD5774FF62F5D7DF6505A645C1B((&V_2), Enumerator_Dispose_m42364265F285AAD5774FF62F5D7DF6505A645C1B_RuntimeMethod_var);
|
|
return;
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
{
|
|
goto IL_0066_1;
|
|
}
|
|
|
|
IL_004c_1:
|
|
{
|
|
// foreach (var grabbable in Grabbables)
|
|
HVRGrabbable_tC5E7380624392C1F4EB5BEA99BF9C187D151C0DE* L_9;
|
|
L_9 = Enumerator_get_Current_m5474C06E69B72A7FEADC871C3E559B4D0634C377_inline((&V_2), Enumerator_get_Current_m5474C06E69B72A7FEADC871C3E559B4D0634C377_RuntimeMethod_var);
|
|
V_3 = L_9;
|
|
// SaveResetGrabbable(grabbable.transform.parent, grabbable);
|
|
HVRGrabbable_tC5E7380624392C1F4EB5BEA99BF9C187D151C0DE* L_10 = V_3;
|
|
NullCheck(L_10);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_11;
|
|
L_11 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(L_10, NULL);
|
|
NullCheck(L_11);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_12;
|
|
L_12 = Transform_get_parent_m65354E28A4C94EC00EBCF03532F7B0718380791E(L_11, NULL);
|
|
HVRGrabbable_tC5E7380624392C1F4EB5BEA99BF9C187D151C0DE* L_13 = V_3;
|
|
DemoHelper_SaveResetGrabbable_mA1FEF17FF84DA8CA5AE9AA9DB58B800395BC482E(__this, L_12, L_13, NULL);
|
|
}
|
|
|
|
IL_0066_1:
|
|
{
|
|
// foreach (var grabbable in Grabbables)
|
|
bool L_14;
|
|
L_14 = Enumerator_MoveNext_m3DFE65306620DDD966C712A219D9079FA081C127((&V_2), Enumerator_MoveNext_m3DFE65306620DDD966C712A219D9079FA081C127_RuntimeMethod_var);
|
|
if (L_14)
|
|
{
|
|
goto IL_004c_1;
|
|
}
|
|
}
|
|
{
|
|
goto IL_007f;
|
|
}
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_007f:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void HurricaneVR.TechDemo.Scripts.DemoHelper::AddResetGrabbable(UnityEngine.Transform)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DemoHelper_AddResetGrabbable_m6D2F4C183F533146F3F5F2C82D5B9156CC880BFC (DemoHelper_t18AEBF87CA83CDE95B32DEF6D22C8DFFA986C4C4* __this, Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___0_parent, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponentsInChildren_TisHVRGrabbable_tC5E7380624392C1F4EB5BEA99BF9C187D151C0DE_m9239D7DCE3C2E41B6D106A0E0DCAA81C5A35CE10_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_Where_TisHVRGrabbable_tC5E7380624392C1F4EB5BEA99BF9C187D151C0DE_mB91EB4DE968069766E53D2E0AA012CA2EB7DA18E_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_t1E2EB90025FC97E3CD498C2B465D1BDAC438B49E_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_1_t3B0C2FE8641AE4A396114017FAD42324E3EEDE58_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_1_t5577E9DD7D1802C804736ED3574376CC135D38CA_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass6_0_U3CAddResetGrabbableU3Eb__0_m53708313B1360FCCE659FF7E2C0278E6EDCF8782_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass6_0_t31FEB7A1E09BC380FAF4FEA503E6D5CADE405983_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
U3CU3Ec__DisplayClass6_0_t31FEB7A1E09BC380FAF4FEA503E6D5CADE405983* V_0 = NULL;
|
|
RuntimeObject* V_1 = NULL;
|
|
Func_2_t1E2EB90025FC97E3CD498C2B465D1BDAC438B49E* V_2 = NULL;
|
|
HVRGrabbable_tC5E7380624392C1F4EB5BEA99BF9C187D151C0DE* V_3 = NULL;
|
|
Func_2_t1E2EB90025FC97E3CD498C2B465D1BDAC438B49E* G_B2_0 = NULL;
|
|
HVRGrabbableU5BU5D_tEDB0FBD4FD1418A2823FA20AF3A194F42B2D71D2* G_B2_1 = NULL;
|
|
Func_2_t1E2EB90025FC97E3CD498C2B465D1BDAC438B49E* G_B1_0 = NULL;
|
|
HVRGrabbableU5BU5D_tEDB0FBD4FD1418A2823FA20AF3A194F42B2D71D2* G_B1_1 = NULL;
|
|
{
|
|
U3CU3Ec__DisplayClass6_0_t31FEB7A1E09BC380FAF4FEA503E6D5CADE405983* L_0 = (U3CU3Ec__DisplayClass6_0_t31FEB7A1E09BC380FAF4FEA503E6D5CADE405983*)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass6_0_t31FEB7A1E09BC380FAF4FEA503E6D5CADE405983_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
U3CU3Ec__DisplayClass6_0__ctor_m46F5E36C10B7146B3933A23E51B0A701511F8C55(L_0, NULL);
|
|
V_0 = L_0;
|
|
U3CU3Ec__DisplayClass6_0_t31FEB7A1E09BC380FAF4FEA503E6D5CADE405983* L_1 = V_0;
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_2 = ___0_parent;
|
|
NullCheck(L_1);
|
|
L_1->___parent_0 = L_2;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_1->___parent_0), (void*)L_2);
|
|
// foreach (var grabbable in parent.GetComponentsInChildren<HVRGrabbable>().Where(e => e.transform.parent == parent))
|
|
U3CU3Ec__DisplayClass6_0_t31FEB7A1E09BC380FAF4FEA503E6D5CADE405983* L_3 = V_0;
|
|
NullCheck(L_3);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_4 = L_3->___parent_0;
|
|
NullCheck(L_4);
|
|
HVRGrabbableU5BU5D_tEDB0FBD4FD1418A2823FA20AF3A194F42B2D71D2* L_5;
|
|
L_5 = Component_GetComponentsInChildren_TisHVRGrabbable_tC5E7380624392C1F4EB5BEA99BF9C187D151C0DE_m9239D7DCE3C2E41B6D106A0E0DCAA81C5A35CE10(L_4, Component_GetComponentsInChildren_TisHVRGrabbable_tC5E7380624392C1F4EB5BEA99BF9C187D151C0DE_m9239D7DCE3C2E41B6D106A0E0DCAA81C5A35CE10_RuntimeMethod_var);
|
|
U3CU3Ec__DisplayClass6_0_t31FEB7A1E09BC380FAF4FEA503E6D5CADE405983* L_6 = V_0;
|
|
NullCheck(L_6);
|
|
Func_2_t1E2EB90025FC97E3CD498C2B465D1BDAC438B49E* L_7 = L_6->___U3CU3E9__0_1;
|
|
Func_2_t1E2EB90025FC97E3CD498C2B465D1BDAC438B49E* L_8 = L_7;
|
|
G_B1_0 = L_8;
|
|
G_B1_1 = L_5;
|
|
if (L_8)
|
|
{
|
|
G_B2_0 = L_8;
|
|
G_B2_1 = L_5;
|
|
goto IL_0037;
|
|
}
|
|
}
|
|
{
|
|
U3CU3Ec__DisplayClass6_0_t31FEB7A1E09BC380FAF4FEA503E6D5CADE405983* L_9 = V_0;
|
|
U3CU3Ec__DisplayClass6_0_t31FEB7A1E09BC380FAF4FEA503E6D5CADE405983* L_10 = V_0;
|
|
Func_2_t1E2EB90025FC97E3CD498C2B465D1BDAC438B49E* L_11 = (Func_2_t1E2EB90025FC97E3CD498C2B465D1BDAC438B49E*)il2cpp_codegen_object_new(Func_2_t1E2EB90025FC97E3CD498C2B465D1BDAC438B49E_il2cpp_TypeInfo_var);
|
|
NullCheck(L_11);
|
|
Func_2__ctor_m71C7D9E7FD543B6F6AF91CE5DFD8669D01124218(L_11, L_10, (intptr_t)((void*)U3CU3Ec__DisplayClass6_0_U3CAddResetGrabbableU3Eb__0_m53708313B1360FCCE659FF7E2C0278E6EDCF8782_RuntimeMethod_var), NULL);
|
|
Func_2_t1E2EB90025FC97E3CD498C2B465D1BDAC438B49E* L_12 = L_11;
|
|
V_2 = L_12;
|
|
NullCheck(L_9);
|
|
L_9->___U3CU3E9__0_1 = L_12;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_9->___U3CU3E9__0_1), (void*)L_12);
|
|
Func_2_t1E2EB90025FC97E3CD498C2B465D1BDAC438B49E* L_13 = V_2;
|
|
G_B2_0 = L_13;
|
|
G_B2_1 = G_B1_1;
|
|
}
|
|
|
|
IL_0037:
|
|
{
|
|
RuntimeObject* L_14;
|
|
L_14 = Enumerable_Where_TisHVRGrabbable_tC5E7380624392C1F4EB5BEA99BF9C187D151C0DE_mB91EB4DE968069766E53D2E0AA012CA2EB7DA18E((RuntimeObject*)G_B2_1, G_B2_0, Enumerable_Where_TisHVRGrabbable_tC5E7380624392C1F4EB5BEA99BF9C187D151C0DE_mB91EB4DE968069766E53D2E0AA012CA2EB7DA18E_RuntimeMethod_var);
|
|
NullCheck(L_14);
|
|
RuntimeObject* L_15;
|
|
L_15 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.IEnumerable`1<HurricaneVR.Framework.Core.HVRGrabbable>::GetEnumerator() */, IEnumerable_1_t3B0C2FE8641AE4A396114017FAD42324E3EEDE58_il2cpp_TypeInfo_var, L_14);
|
|
V_1 = L_15;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_0062:
|
|
{// begin finally (depth: 1)
|
|
{
|
|
RuntimeObject* L_16 = V_1;
|
|
if (!L_16)
|
|
{
|
|
goto IL_006b;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_17 = V_1;
|
|
NullCheck(L_17);
|
|
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_17);
|
|
}
|
|
|
|
IL_006b:
|
|
{
|
|
return;
|
|
}
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
{
|
|
goto IL_0058_1;
|
|
}
|
|
|
|
IL_0044_1:
|
|
{
|
|
// foreach (var grabbable in parent.GetComponentsInChildren<HVRGrabbable>().Where(e => e.transform.parent == parent))
|
|
RuntimeObject* L_18 = V_1;
|
|
NullCheck(L_18);
|
|
HVRGrabbable_tC5E7380624392C1F4EB5BEA99BF9C187D151C0DE* L_19;
|
|
L_19 = InterfaceFuncInvoker0< HVRGrabbable_tC5E7380624392C1F4EB5BEA99BF9C187D151C0DE* >::Invoke(0 /* T System.Collections.Generic.IEnumerator`1<HurricaneVR.Framework.Core.HVRGrabbable>::get_Current() */, IEnumerator_1_t5577E9DD7D1802C804736ED3574376CC135D38CA_il2cpp_TypeInfo_var, L_18);
|
|
V_3 = L_19;
|
|
// SaveResetGrabbable(parent, grabbable);
|
|
U3CU3Ec__DisplayClass6_0_t31FEB7A1E09BC380FAF4FEA503E6D5CADE405983* L_20 = V_0;
|
|
NullCheck(L_20);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_21 = L_20->___parent_0;
|
|
HVRGrabbable_tC5E7380624392C1F4EB5BEA99BF9C187D151C0DE* L_22 = V_3;
|
|
DemoHelper_SaveResetGrabbable_mA1FEF17FF84DA8CA5AE9AA9DB58B800395BC482E(__this, L_21, L_22, NULL);
|
|
}
|
|
|
|
IL_0058_1:
|
|
{
|
|
// foreach (var grabbable in parent.GetComponentsInChildren<HVRGrabbable>().Where(e => e.transform.parent == parent))
|
|
RuntimeObject* L_23 = V_1;
|
|
NullCheck(L_23);
|
|
bool L_24;
|
|
L_24 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_23);
|
|
if (L_24)
|
|
{
|
|
goto IL_0044_1;
|
|
}
|
|
}
|
|
{
|
|
goto IL_006c;
|
|
}
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_006c:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void HurricaneVR.TechDemo.Scripts.DemoHelper::SaveResetGrabbable(UnityEngine.Transform,HurricaneVR.Framework.Core.HVRGrabbable)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DemoHelper_SaveResetGrabbable_mA1FEF17FF84DA8CA5AE9AA9DB58B800395BC482E (DemoHelper_t18AEBF87CA83CDE95B32DEF6D22C8DFFA986C4C4* __this, Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___0_parent, HVRGrabbable_tC5E7380624392C1F4EB5BEA99BF9C187D151C0DE* ___1_grabbable, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m225B60E78468F0052D88848C072D135CBB4C2386_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_Instantiate_TisHVRGrabbable_tC5E7380624392C1F4EB5BEA99BF9C187D151C0DE_m29DD65F27113029C6902003E17FAD19F1B74E775_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ResetState_tAFBAB543240EB46509B0E797F634967E31055A9C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
HVRGrabbable_tC5E7380624392C1F4EB5BEA99BF9C187D151C0DE* V_0 = NULL;
|
|
ResetState_tAFBAB543240EB46509B0E797F634967E31055A9C* V_1 = NULL;
|
|
{
|
|
// var clone = Instantiate(grabbable);
|
|
HVRGrabbable_tC5E7380624392C1F4EB5BEA99BF9C187D151C0DE* L_0 = ___1_grabbable;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
HVRGrabbable_tC5E7380624392C1F4EB5BEA99BF9C187D151C0DE* L_1;
|
|
L_1 = Object_Instantiate_TisHVRGrabbable_tC5E7380624392C1F4EB5BEA99BF9C187D151C0DE_m29DD65F27113029C6902003E17FAD19F1B74E775(L_0, Object_Instantiate_TisHVRGrabbable_tC5E7380624392C1F4EB5BEA99BF9C187D151C0DE_m29DD65F27113029C6902003E17FAD19F1B74E775_RuntimeMethod_var);
|
|
V_0 = L_1;
|
|
// clone.gameObject.SetActive(false);
|
|
HVRGrabbable_tC5E7380624392C1F4EB5BEA99BF9C187D151C0DE* L_2 = V_0;
|
|
NullCheck(L_2);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_3;
|
|
L_3 = Component_get_gameObject_m57AEFBB14DB39EC476F740BA000E170355DE691B(L_2, NULL);
|
|
NullCheck(L_3);
|
|
GameObject_SetActive_m638E92E1E75E519E5B24CF150B08CA8E0CDFAB92(L_3, (bool)0, NULL);
|
|
// clone.gameObject.hideFlags = HideFlags.HideInHierarchy;
|
|
HVRGrabbable_tC5E7380624392C1F4EB5BEA99BF9C187D151C0DE* L_4 = V_0;
|
|
NullCheck(L_4);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_5;
|
|
L_5 = Component_get_gameObject_m57AEFBB14DB39EC476F740BA000E170355DE691B(L_4, NULL);
|
|
NullCheck(L_5);
|
|
Object_set_hideFlags_mACB8BFC903FB3B01BBD427753E791BF28B5E33D4(L_5, 1, NULL);
|
|
// var state = new ResetState()
|
|
// {
|
|
// Grabbable = grabbable,
|
|
// Clone = clone,
|
|
// Position = grabbable.transform.position,
|
|
// Rotation = grabbable.transform.rotation,
|
|
// Scale = grabbable.transform.localScale,
|
|
// Parent = parent
|
|
// };
|
|
ResetState_tAFBAB543240EB46509B0E797F634967E31055A9C* L_6 = (ResetState_tAFBAB543240EB46509B0E797F634967E31055A9C*)il2cpp_codegen_object_new(ResetState_tAFBAB543240EB46509B0E797F634967E31055A9C_il2cpp_TypeInfo_var);
|
|
NullCheck(L_6);
|
|
ResetState__ctor_m969421855515D5E2A7CB34DC1A09DCAC0E9C6EED(L_6, NULL);
|
|
ResetState_tAFBAB543240EB46509B0E797F634967E31055A9C* L_7 = L_6;
|
|
HVRGrabbable_tC5E7380624392C1F4EB5BEA99BF9C187D151C0DE* L_8 = ___1_grabbable;
|
|
NullCheck(L_7);
|
|
L_7->___Grabbable_0 = L_8;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_7->___Grabbable_0), (void*)L_8);
|
|
ResetState_tAFBAB543240EB46509B0E797F634967E31055A9C* L_9 = L_7;
|
|
HVRGrabbable_tC5E7380624392C1F4EB5BEA99BF9C187D151C0DE* L_10 = V_0;
|
|
NullCheck(L_9);
|
|
L_9->___Clone_1 = L_10;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_9->___Clone_1), (void*)L_10);
|
|
ResetState_tAFBAB543240EB46509B0E797F634967E31055A9C* L_11 = L_9;
|
|
HVRGrabbable_tC5E7380624392C1F4EB5BEA99BF9C187D151C0DE* L_12 = ___1_grabbable;
|
|
NullCheck(L_12);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_13;
|
|
L_13 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(L_12, NULL);
|
|
NullCheck(L_13);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_14;
|
|
L_14 = Transform_get_position_m69CD5FA214FDAE7BB701552943674846C220FDE1(L_13, NULL);
|
|
NullCheck(L_11);
|
|
L_11->___Position_2 = L_14;
|
|
ResetState_tAFBAB543240EB46509B0E797F634967E31055A9C* L_15 = L_11;
|
|
HVRGrabbable_tC5E7380624392C1F4EB5BEA99BF9C187D151C0DE* L_16 = ___1_grabbable;
|
|
NullCheck(L_16);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_17;
|
|
L_17 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(L_16, NULL);
|
|
NullCheck(L_17);
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_18;
|
|
L_18 = Transform_get_rotation_m32AF40CA0D50C797DA639A696F8EAEC7524C179C(L_17, NULL);
|
|
NullCheck(L_15);
|
|
L_15->___Rotation_3 = L_18;
|
|
ResetState_tAFBAB543240EB46509B0E797F634967E31055A9C* L_19 = L_15;
|
|
HVRGrabbable_tC5E7380624392C1F4EB5BEA99BF9C187D151C0DE* L_20 = ___1_grabbable;
|
|
NullCheck(L_20);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_21;
|
|
L_21 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(L_20, NULL);
|
|
NullCheck(L_21);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_22;
|
|
L_22 = Transform_get_localScale_m804A002A53A645CDFCD15BB0F37209162720363F(L_21, NULL);
|
|
NullCheck(L_19);
|
|
ResetState_set_Scale_mFB3593A7EABD55C5324569C5C2A902E13B32CFD4_inline(L_19, L_22, NULL);
|
|
ResetState_tAFBAB543240EB46509B0E797F634967E31055A9C* L_23 = L_19;
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_24 = ___0_parent;
|
|
NullCheck(L_23);
|
|
L_23->___Parent_5 = L_24;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_23->___Parent_5), (void*)L_24);
|
|
V_1 = L_23;
|
|
// _grabbableState.Add(state);
|
|
List_1_tA910625D0D90E7578EB9529664A9C52989FF743E* L_25 = __this->____grabbableState_7;
|
|
ResetState_tAFBAB543240EB46509B0E797F634967E31055A9C* L_26 = V_1;
|
|
NullCheck(L_25);
|
|
List_1_Add_m225B60E78468F0052D88848C072D135CBB4C2386_inline(L_25, L_26, List_1_Add_m225B60E78468F0052D88848C072D135CBB4C2386_RuntimeMethod_var);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void HurricaneVR.TechDemo.Scripts.DemoHelper::Update()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DemoHelper_Update_mCAE941DC739806D905CDA720FD1C360DA70EA9F6 (DemoHelper_t18AEBF87CA83CDE95B32DEF6D22C8DFFA986C4C4* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// if (ForceReset)
|
|
bool L_0 = __this->___ForceReset_6;
|
|
if (!L_0)
|
|
{
|
|
goto IL_0015;
|
|
}
|
|
}
|
|
{
|
|
// ResetGrabbables();
|
|
DemoHelper_ResetGrabbables_m509D6A7CDB79878F76C06B043EF772FE5AB560B1(__this, NULL);
|
|
// ForceReset = false;
|
|
__this->___ForceReset_6 = (bool)0;
|
|
}
|
|
|
|
IL_0015:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void HurricaneVR.TechDemo.Scripts.DemoHelper::BallSpawned(HurricaneVR.Framework.Core.Grabbers.HVRSocket,UnityEngine.GameObject)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DemoHelper_BallSpawned_mEFE00CB19E48ACD4C23D2BC278F9A8C7CA1DF706 (DemoHelper_t18AEBF87CA83CDE95B32DEF6D22C8DFFA986C4C4* __this, HVRSocket_t863A2296A651DF5DF7F79E91E87DD1FA9C49C418* ___0_socket, GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___1_ball, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_GetComponent_TisHVRGrabbable_tC5E7380624392C1F4EB5BEA99BF9C187D151C0DE_m59E4CA1C3FAE096A545658F5A9359D078C88A006_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mF820C277FFDC90EBB8C833CBFFD2894EDBC4E916_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
HVRGrabbable_tC5E7380624392C1F4EB5BEA99BF9C187D151C0DE* V_0 = NULL;
|
|
{
|
|
// var grabbable = ball.GetComponent<HVRGrabbable>();
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_0 = ___1_ball;
|
|
NullCheck(L_0);
|
|
HVRGrabbable_tC5E7380624392C1F4EB5BEA99BF9C187D151C0DE* L_1;
|
|
L_1 = GameObject_GetComponent_TisHVRGrabbable_tC5E7380624392C1F4EB5BEA99BF9C187D151C0DE_m59E4CA1C3FAE096A545658F5A9359D078C88A006(L_0, GameObject_GetComponent_TisHVRGrabbable_tC5E7380624392C1F4EB5BEA99BF9C187D151C0DE_m59E4CA1C3FAE096A545658F5A9359D078C88A006_RuntimeMethod_var);
|
|
V_0 = L_1;
|
|
// _balls.Add(grabbable);
|
|
List_1_t22B6AE59B095268F44B72F67D547A0C9A244CA78* L_2 = __this->____balls_8;
|
|
HVRGrabbable_tC5E7380624392C1F4EB5BEA99BF9C187D151C0DE* L_3 = V_0;
|
|
NullCheck(L_2);
|
|
List_1_Add_mF820C277FFDC90EBB8C833CBFFD2894EDBC4E916_inline(L_2, L_3, List_1_Add_mF820C277FFDC90EBB8C833CBFFD2894EDBC4E916_RuntimeMethod_var);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void HurricaneVR.TechDemo.Scripts.DemoHelper::ResetGrabbables()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DemoHelper_ResetGrabbables_m509D6A7CDB79878F76C06B043EF772FE5AB560B1 (DemoHelper_t18AEBF87CA83CDE95B32DEF6D22C8DFFA986C4C4* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_1_tBFAE38A24F010F1E15E7D9123A5509C1AA1E7E92_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DemoHelper_U3CResetGrabbablesU3Eb__11_0_mF04EC4DF0E3BD23087797C31EBDEA50C3F662BD1_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m42364265F285AAD5774FF62F5D7DF6505A645C1B_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m7BFB61917B6E338D5C9822851032E461130D558A_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_m2289AB59AF46CA2A3DC7A8FE8273239FD445E89E_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_m3DFE65306620DDD966C712A219D9079FA081C127_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m291786A666CEB4AF20E71BE6C01C9C6A74357F35_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m5474C06E69B72A7FEADC871C3E559B4D0634C377_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mF820C277FFDC90EBB8C833CBFFD2894EDBC4E916_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_ForEach_m0D56FE042D7C59FC573223E1ECA324B0555A7240_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_GetEnumerator_m67459CCB5C4097B2C230A163B97637A4AF049004_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_GetEnumerator_mDBDA909366EE1C9C6C8701AABD56CE0475C59B4D_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m44A5546905E2DA996CAE6B7E686190562E209499_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t22B6AE59B095268F44B72F67D547A0C9A244CA78_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_Instantiate_TisHVRGrabbable_tC5E7380624392C1F4EB5BEA99BF9C187D151C0DE_m29DD65F27113029C6902003E17FAD19F1B74E775_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
List_1_t22B6AE59B095268F44B72F67D547A0C9A244CA78* V_0 = NULL;
|
|
Enumerator_tDD1D74BF3C25AFCB9C8714979C53871CE7BE48EF V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
ResetState_tAFBAB543240EB46509B0E797F634967E31055A9C* V_2 = NULL;
|
|
Enumerator_t5C43ED86B9A4A73114C19F223FAFB2B6D6BE2924 V_3;
|
|
memset((&V_3), 0, sizeof(V_3));
|
|
HVRGrabbable_tC5E7380624392C1F4EB5BEA99BF9C187D151C0DE* V_4 = NULL;
|
|
{
|
|
// foreach (var state in _grabbableState)
|
|
List_1_tA910625D0D90E7578EB9529664A9C52989FF743E* L_0 = __this->____grabbableState_7;
|
|
NullCheck(L_0);
|
|
Enumerator_tDD1D74BF3C25AFCB9C8714979C53871CE7BE48EF L_1;
|
|
L_1 = List_1_GetEnumerator_m67459CCB5C4097B2C230A163B97637A4AF049004(L_0, List_1_GetEnumerator_m67459CCB5C4097B2C230A163B97637A4AF049004_RuntimeMethod_var);
|
|
V_1 = L_1;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_012c:
|
|
{// begin finally (depth: 1)
|
|
Enumerator_Dispose_m7BFB61917B6E338D5C9822851032E461130D558A((&V_1), Enumerator_Dispose_m7BFB61917B6E338D5C9822851032E461130D558A_RuntimeMethod_var);
|
|
return;
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
{
|
|
goto IL_011e_1;
|
|
}
|
|
|
|
IL_0011_1:
|
|
{
|
|
// foreach (var state in _grabbableState)
|
|
ResetState_tAFBAB543240EB46509B0E797F634967E31055A9C* L_2;
|
|
L_2 = Enumerator_get_Current_m291786A666CEB4AF20E71BE6C01C9C6A74357F35_inline((&V_1), Enumerator_get_Current_m291786A666CEB4AF20E71BE6C01C9C6A74357F35_RuntimeMethod_var);
|
|
V_2 = L_2;
|
|
// if (!state.Grabbable)
|
|
ResetState_tAFBAB543240EB46509B0E797F634967E31055A9C* L_3 = V_2;
|
|
NullCheck(L_3);
|
|
HVRGrabbable_tC5E7380624392C1F4EB5BEA99BF9C187D151C0DE* L_4 = L_3->___Grabbable_0;
|
|
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_008c_1;
|
|
}
|
|
}
|
|
{
|
|
// state.Grabbable = state.Clone;
|
|
ResetState_tAFBAB543240EB46509B0E797F634967E31055A9C* L_6 = V_2;
|
|
ResetState_tAFBAB543240EB46509B0E797F634967E31055A9C* L_7 = V_2;
|
|
NullCheck(L_7);
|
|
HVRGrabbable_tC5E7380624392C1F4EB5BEA99BF9C187D151C0DE* L_8 = L_7->___Clone_1;
|
|
NullCheck(L_6);
|
|
L_6->___Grabbable_0 = L_8;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_6->___Grabbable_0), (void*)L_8);
|
|
// state.Grabbable.gameObject.SetActive(true);
|
|
ResetState_tAFBAB543240EB46509B0E797F634967E31055A9C* L_9 = V_2;
|
|
NullCheck(L_9);
|
|
HVRGrabbable_tC5E7380624392C1F4EB5BEA99BF9C187D151C0DE* L_10 = L_9->___Grabbable_0;
|
|
NullCheck(L_10);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_11;
|
|
L_11 = Component_get_gameObject_m57AEFBB14DB39EC476F740BA000E170355DE691B(L_10, NULL);
|
|
NullCheck(L_11);
|
|
GameObject_SetActive_m638E92E1E75E519E5B24CF150B08CA8E0CDFAB92(L_11, (bool)1, NULL);
|
|
// state.Clone = Instantiate(state.Clone);
|
|
ResetState_tAFBAB543240EB46509B0E797F634967E31055A9C* L_12 = V_2;
|
|
ResetState_tAFBAB543240EB46509B0E797F634967E31055A9C* L_13 = V_2;
|
|
NullCheck(L_13);
|
|
HVRGrabbable_tC5E7380624392C1F4EB5BEA99BF9C187D151C0DE* L_14 = L_13->___Clone_1;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
HVRGrabbable_tC5E7380624392C1F4EB5BEA99BF9C187D151C0DE* L_15;
|
|
L_15 = Object_Instantiate_TisHVRGrabbable_tC5E7380624392C1F4EB5BEA99BF9C187D151C0DE_m29DD65F27113029C6902003E17FAD19F1B74E775(L_14, Object_Instantiate_TisHVRGrabbable_tC5E7380624392C1F4EB5BEA99BF9C187D151C0DE_m29DD65F27113029C6902003E17FAD19F1B74E775_RuntimeMethod_var);
|
|
NullCheck(L_12);
|
|
L_12->___Clone_1 = L_15;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_12->___Clone_1), (void*)L_15);
|
|
// state.Clone.gameObject.SetActive(false);
|
|
ResetState_tAFBAB543240EB46509B0E797F634967E31055A9C* L_16 = V_2;
|
|
NullCheck(L_16);
|
|
HVRGrabbable_tC5E7380624392C1F4EB5BEA99BF9C187D151C0DE* L_17 = L_16->___Clone_1;
|
|
NullCheck(L_17);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_18;
|
|
L_18 = Component_get_gameObject_m57AEFBB14DB39EC476F740BA000E170355DE691B(L_17, NULL);
|
|
NullCheck(L_18);
|
|
GameObject_SetActive_m638E92E1E75E519E5B24CF150B08CA8E0CDFAB92(L_18, (bool)0, NULL);
|
|
// state.Clone.gameObject.hideFlags = HideFlags.HideInHierarchy;
|
|
ResetState_tAFBAB543240EB46509B0E797F634967E31055A9C* L_19 = V_2;
|
|
NullCheck(L_19);
|
|
HVRGrabbable_tC5E7380624392C1F4EB5BEA99BF9C187D151C0DE* L_20 = L_19->___Clone_1;
|
|
NullCheck(L_20);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_21;
|
|
L_21 = Component_get_gameObject_m57AEFBB14DB39EC476F740BA000E170355DE691B(L_20, NULL);
|
|
NullCheck(L_21);
|
|
Object_set_hideFlags_mACB8BFC903FB3B01BBD427753E791BF28B5E33D4(L_21, 1, NULL);
|
|
// state.Grabbable.transform.parent = state.Parent;
|
|
ResetState_tAFBAB543240EB46509B0E797F634967E31055A9C* L_22 = V_2;
|
|
NullCheck(L_22);
|
|
HVRGrabbable_tC5E7380624392C1F4EB5BEA99BF9C187D151C0DE* L_23 = L_22->___Grabbable_0;
|
|
NullCheck(L_23);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_24;
|
|
L_24 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(L_23, NULL);
|
|
ResetState_tAFBAB543240EB46509B0E797F634967E31055A9C* L_25 = V_2;
|
|
NullCheck(L_25);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_26 = L_25->___Parent_5;
|
|
NullCheck(L_24);
|
|
Transform_set_parent_m9BD5E563B539DD5BEC342736B03F97B38A243234(L_24, L_26, NULL);
|
|
}
|
|
|
|
IL_008c_1:
|
|
{
|
|
// if (!state.Grabbable.IsBeingHeld)
|
|
ResetState_tAFBAB543240EB46509B0E797F634967E31055A9C* L_27 = V_2;
|
|
NullCheck(L_27);
|
|
HVRGrabbable_tC5E7380624392C1F4EB5BEA99BF9C187D151C0DE* L_28 = L_27->___Grabbable_0;
|
|
NullCheck(L_28);
|
|
bool L_29;
|
|
L_29 = HVRGrabbable_get_IsBeingHeld_m0B737930A391CA6689D4F4B1B8703F4F5A26F08D(L_28, NULL);
|
|
if (L_29)
|
|
{
|
|
goto IL_011e_1;
|
|
}
|
|
}
|
|
{
|
|
// state.Grabbable.transform.parent = state.Parent;
|
|
ResetState_tAFBAB543240EB46509B0E797F634967E31055A9C* L_30 = V_2;
|
|
NullCheck(L_30);
|
|
HVRGrabbable_tC5E7380624392C1F4EB5BEA99BF9C187D151C0DE* L_31 = L_30->___Grabbable_0;
|
|
NullCheck(L_31);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_32;
|
|
L_32 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(L_31, NULL);
|
|
ResetState_tAFBAB543240EB46509B0E797F634967E31055A9C* L_33 = V_2;
|
|
NullCheck(L_33);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_34 = L_33->___Parent_5;
|
|
NullCheck(L_32);
|
|
Transform_set_parent_m9BD5E563B539DD5BEC342736B03F97B38A243234(L_32, L_34, NULL);
|
|
// state.Grabbable.transform.position = state.Position;
|
|
ResetState_tAFBAB543240EB46509B0E797F634967E31055A9C* L_35 = V_2;
|
|
NullCheck(L_35);
|
|
HVRGrabbable_tC5E7380624392C1F4EB5BEA99BF9C187D151C0DE* L_36 = L_35->___Grabbable_0;
|
|
NullCheck(L_36);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_37;
|
|
L_37 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(L_36, NULL);
|
|
ResetState_tAFBAB543240EB46509B0E797F634967E31055A9C* L_38 = V_2;
|
|
NullCheck(L_38);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_39 = L_38->___Position_2;
|
|
NullCheck(L_37);
|
|
Transform_set_position_mA1A817124BB41B685043DED2A9BA48CDF37C4156(L_37, L_39, NULL);
|
|
// state.Grabbable.transform.rotation = state.Rotation;
|
|
ResetState_tAFBAB543240EB46509B0E797F634967E31055A9C* L_40 = V_2;
|
|
NullCheck(L_40);
|
|
HVRGrabbable_tC5E7380624392C1F4EB5BEA99BF9C187D151C0DE* L_41 = L_40->___Grabbable_0;
|
|
NullCheck(L_41);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_42;
|
|
L_42 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(L_41, NULL);
|
|
ResetState_tAFBAB543240EB46509B0E797F634967E31055A9C* L_43 = V_2;
|
|
NullCheck(L_43);
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_44 = L_43->___Rotation_3;
|
|
NullCheck(L_42);
|
|
Transform_set_rotation_m61340DE74726CF0F9946743A727C4D444397331D(L_42, L_44, NULL);
|
|
// state.Grabbable.transform.localScale = state.Scale;
|
|
ResetState_tAFBAB543240EB46509B0E797F634967E31055A9C* L_45 = V_2;
|
|
NullCheck(L_45);
|
|
HVRGrabbable_tC5E7380624392C1F4EB5BEA99BF9C187D151C0DE* L_46 = L_45->___Grabbable_0;
|
|
NullCheck(L_46);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_47;
|
|
L_47 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(L_46, NULL);
|
|
ResetState_tAFBAB543240EB46509B0E797F634967E31055A9C* L_48 = V_2;
|
|
NullCheck(L_48);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_49;
|
|
L_49 = ResetState_get_Scale_m7197835938A1846CB38BC5F2E81F51CEC5B82847_inline(L_48, NULL);
|
|
NullCheck(L_47);
|
|
Transform_set_localScale_mBA79E811BAF6C47B80FF76414C12B47B3CD03633(L_47, L_49, NULL);
|
|
// state.Grabbable.Rigidbody.velocity = Vector3.zero;
|
|
ResetState_tAFBAB543240EB46509B0E797F634967E31055A9C* L_50 = V_2;
|
|
NullCheck(L_50);
|
|
HVRGrabbable_tC5E7380624392C1F4EB5BEA99BF9C187D151C0DE* L_51 = L_50->___Grabbable_0;
|
|
NullCheck(L_51);
|
|
Rigidbody_t268697F5A994213ED97393309870968BC1C7393C* L_52 = L_51->___Rigidbody_38;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_53;
|
|
L_53 = Vector3_get_zero_m0C1249C3F25B1C70EAD3CC8B31259975A457AE39_inline(NULL);
|
|
NullCheck(L_52);
|
|
Rigidbody_set_velocity_mE4031DF1C2C1CCE889F2AC9D8871D83795BB0D62(L_52, L_53, NULL);
|
|
// state.Grabbable.Rigidbody.angularVelocity = Vector3.zero;
|
|
ResetState_tAFBAB543240EB46509B0E797F634967E31055A9C* L_54 = V_2;
|
|
NullCheck(L_54);
|
|
HVRGrabbable_tC5E7380624392C1F4EB5BEA99BF9C187D151C0DE* L_55 = L_54->___Grabbable_0;
|
|
NullCheck(L_55);
|
|
Rigidbody_t268697F5A994213ED97393309870968BC1C7393C* L_56 = L_55->___Rigidbody_38;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_57;
|
|
L_57 = Vector3_get_zero_m0C1249C3F25B1C70EAD3CC8B31259975A457AE39_inline(NULL);
|
|
NullCheck(L_56);
|
|
Rigidbody_set_angularVelocity_m23266B4E52BF0D2E65CC984AC73CC40B8D4A27E0(L_56, L_57, NULL);
|
|
}
|
|
|
|
IL_011e_1:
|
|
{
|
|
// foreach (var state in _grabbableState)
|
|
bool L_58;
|
|
L_58 = Enumerator_MoveNext_m2289AB59AF46CA2A3DC7A8FE8273239FD445E89E((&V_1), Enumerator_MoveNext_m2289AB59AF46CA2A3DC7A8FE8273239FD445E89E_RuntimeMethod_var);
|
|
if (L_58)
|
|
{
|
|
goto IL_0011_1;
|
|
}
|
|
}
|
|
{
|
|
goto IL_013a;
|
|
}
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_013a:
|
|
{
|
|
// var remove = new List<HVRGrabbable>();
|
|
List_1_t22B6AE59B095268F44B72F67D547A0C9A244CA78* L_59 = (List_1_t22B6AE59B095268F44B72F67D547A0C9A244CA78*)il2cpp_codegen_object_new(List_1_t22B6AE59B095268F44B72F67D547A0C9A244CA78_il2cpp_TypeInfo_var);
|
|
NullCheck(L_59);
|
|
List_1__ctor_m44A5546905E2DA996CAE6B7E686190562E209499(L_59, List_1__ctor_m44A5546905E2DA996CAE6B7E686190562E209499_RuntimeMethod_var);
|
|
V_0 = L_59;
|
|
// foreach (var ball in _balls)
|
|
List_1_t22B6AE59B095268F44B72F67D547A0C9A244CA78* L_60 = __this->____balls_8;
|
|
NullCheck(L_60);
|
|
Enumerator_t5C43ED86B9A4A73114C19F223FAFB2B6D6BE2924 L_61;
|
|
L_61 = List_1_GetEnumerator_mDBDA909366EE1C9C6C8701AABD56CE0475C59B4D(L_60, List_1_GetEnumerator_mDBDA909366EE1C9C6C8701AABD56CE0475C59B4D_RuntimeMethod_var);
|
|
V_3 = L_61;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_017f:
|
|
{// begin finally (depth: 1)
|
|
Enumerator_Dispose_m42364265F285AAD5774FF62F5D7DF6505A645C1B((&V_3), Enumerator_Dispose_m42364265F285AAD5774FF62F5D7DF6505A645C1B_RuntimeMethod_var);
|
|
return;
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
{
|
|
goto IL_0174_1;
|
|
}
|
|
|
|
IL_014e_1:
|
|
{
|
|
// foreach (var ball in _balls)
|
|
HVRGrabbable_tC5E7380624392C1F4EB5BEA99BF9C187D151C0DE* L_62;
|
|
L_62 = Enumerator_get_Current_m5474C06E69B72A7FEADC871C3E559B4D0634C377_inline((&V_3), Enumerator_get_Current_m5474C06E69B72A7FEADC871C3E559B4D0634C377_RuntimeMethod_var);
|
|
V_4 = L_62;
|
|
// if (ball.IsBeingHeld)
|
|
HVRGrabbable_tC5E7380624392C1F4EB5BEA99BF9C187D151C0DE* L_63 = V_4;
|
|
NullCheck(L_63);
|
|
bool L_64;
|
|
L_64 = HVRGrabbable_get_IsBeingHeld_m0B737930A391CA6689D4F4B1B8703F4F5A26F08D(L_63, NULL);
|
|
if (L_64)
|
|
{
|
|
goto IL_0174_1;
|
|
}
|
|
}
|
|
{
|
|
// Destroy(ball.gameObject);
|
|
HVRGrabbable_tC5E7380624392C1F4EB5BEA99BF9C187D151C0DE* L_65 = V_4;
|
|
NullCheck(L_65);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_66;
|
|
L_66 = Component_get_gameObject_m57AEFBB14DB39EC476F740BA000E170355DE691B(L_65, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
Object_Destroy_mE97D0A766419A81296E8D4E5C23D01D3FE91ACBB(L_66, NULL);
|
|
// remove.Add(ball);
|
|
List_1_t22B6AE59B095268F44B72F67D547A0C9A244CA78* L_67 = V_0;
|
|
HVRGrabbable_tC5E7380624392C1F4EB5BEA99BF9C187D151C0DE* L_68 = V_4;
|
|
NullCheck(L_67);
|
|
List_1_Add_mF820C277FFDC90EBB8C833CBFFD2894EDBC4E916_inline(L_67, L_68, List_1_Add_mF820C277FFDC90EBB8C833CBFFD2894EDBC4E916_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0174_1:
|
|
{
|
|
// foreach (var ball in _balls)
|
|
bool L_69;
|
|
L_69 = Enumerator_MoveNext_m3DFE65306620DDD966C712A219D9079FA081C127((&V_3), Enumerator_MoveNext_m3DFE65306620DDD966C712A219D9079FA081C127_RuntimeMethod_var);
|
|
if (L_69)
|
|
{
|
|
goto IL_014e_1;
|
|
}
|
|
}
|
|
{
|
|
goto IL_018d;
|
|
}
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_018d:
|
|
{
|
|
// remove.ForEach(grabbable => _balls.Remove(grabbable));
|
|
List_1_t22B6AE59B095268F44B72F67D547A0C9A244CA78* L_70 = V_0;
|
|
Action_1_tBFAE38A24F010F1E15E7D9123A5509C1AA1E7E92* L_71 = (Action_1_tBFAE38A24F010F1E15E7D9123A5509C1AA1E7E92*)il2cpp_codegen_object_new(Action_1_tBFAE38A24F010F1E15E7D9123A5509C1AA1E7E92_il2cpp_TypeInfo_var);
|
|
NullCheck(L_71);
|
|
Action_1__ctor_m6E0052C7F0853BACBEF8CED7C6AAC8A9CC7F60D5(L_71, __this, (intptr_t)((void*)DemoHelper_U3CResetGrabbablesU3Eb__11_0_mF04EC4DF0E3BD23087797C31EBDEA50C3F662BD1_RuntimeMethod_var), NULL);
|
|
NullCheck(L_70);
|
|
List_1_ForEach_m0D56FE042D7C59FC573223E1ECA324B0555A7240(L_70, L_71, List_1_ForEach_m0D56FE042D7C59FC573223E1ECA324B0555A7240_RuntimeMethod_var);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void HurricaneVR.TechDemo.Scripts.DemoHelper::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DemoHelper__ctor_mF642ABFF327D1D00523614C857FF3FDD501CC2A9 (DemoHelper_t18AEBF87CA83CDE95B32DEF6D22C8DFFA986C4C4* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m44A5546905E2DA996CAE6B7E686190562E209499_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mA9BA9798221E0A85DD20EC97EF62A005197EA8AF_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mDC3E95DC5C927A867B9B42EDE1945F909B894268_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t22B6AE59B095268F44B72F67D547A0C9A244CA78_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t991BBC5A1D51F59A450367DF944DAA207F22D06D_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_tA910625D0D90E7578EB9529664A9C52989FF743E_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public List<Transform> Parents = new List<Transform>();
|
|
List_1_t991BBC5A1D51F59A450367DF944DAA207F22D06D* L_0 = (List_1_t991BBC5A1D51F59A450367DF944DAA207F22D06D*)il2cpp_codegen_object_new(List_1_t991BBC5A1D51F59A450367DF944DAA207F22D06D_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
List_1__ctor_mDC3E95DC5C927A867B9B42EDE1945F909B894268(L_0, List_1__ctor_mDC3E95DC5C927A867B9B42EDE1945F909B894268_RuntimeMethod_var);
|
|
__this->___Parents_4 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___Parents_4), (void*)L_0);
|
|
// public List<HVRGrabbable> Grabbables = new List<HVRGrabbable>();
|
|
List_1_t22B6AE59B095268F44B72F67D547A0C9A244CA78* L_1 = (List_1_t22B6AE59B095268F44B72F67D547A0C9A244CA78*)il2cpp_codegen_object_new(List_1_t22B6AE59B095268F44B72F67D547A0C9A244CA78_il2cpp_TypeInfo_var);
|
|
NullCheck(L_1);
|
|
List_1__ctor_m44A5546905E2DA996CAE6B7E686190562E209499(L_1, List_1__ctor_m44A5546905E2DA996CAE6B7E686190562E209499_RuntimeMethod_var);
|
|
__this->___Grabbables_5 = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___Grabbables_5), (void*)L_1);
|
|
// private readonly List<ResetState> _grabbableState = new List<ResetState>();
|
|
List_1_tA910625D0D90E7578EB9529664A9C52989FF743E* L_2 = (List_1_tA910625D0D90E7578EB9529664A9C52989FF743E*)il2cpp_codegen_object_new(List_1_tA910625D0D90E7578EB9529664A9C52989FF743E_il2cpp_TypeInfo_var);
|
|
NullCheck(L_2);
|
|
List_1__ctor_mA9BA9798221E0A85DD20EC97EF62A005197EA8AF(L_2, List_1__ctor_mA9BA9798221E0A85DD20EC97EF62A005197EA8AF_RuntimeMethod_var);
|
|
__this->____grabbableState_7 = L_2;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->____grabbableState_7), (void*)L_2);
|
|
// private List<HVRGrabbable> _balls = new List<HVRGrabbable>();
|
|
List_1_t22B6AE59B095268F44B72F67D547A0C9A244CA78* L_3 = (List_1_t22B6AE59B095268F44B72F67D547A0C9A244CA78*)il2cpp_codegen_object_new(List_1_t22B6AE59B095268F44B72F67D547A0C9A244CA78_il2cpp_TypeInfo_var);
|
|
NullCheck(L_3);
|
|
List_1__ctor_m44A5546905E2DA996CAE6B7E686190562E209499(L_3, List_1__ctor_m44A5546905E2DA996CAE6B7E686190562E209499_RuntimeMethod_var);
|
|
__this->____balls_8 = L_3;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->____balls_8), (void*)L_3);
|
|
MonoBehaviour__ctor_m592DB0105CA0BC97AA1C5F4AD27B12D68A3B7C1E(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void HurricaneVR.TechDemo.Scripts.DemoHelper::<ResetGrabbables>b__11_0(HurricaneVR.Framework.Core.HVRGrabbable)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DemoHelper_U3CResetGrabbablesU3Eb__11_0_mF04EC4DF0E3BD23087797C31EBDEA50C3F662BD1 (DemoHelper_t18AEBF87CA83CDE95B32DEF6D22C8DFFA986C4C4* __this, HVRGrabbable_tC5E7380624392C1F4EB5BEA99BF9C187D151C0DE* ___0_grabbable, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Remove_m79D8C12C64B9D4617D013980ECDDBBF91DA7303E_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// remove.ForEach(grabbable => _balls.Remove(grabbable));
|
|
List_1_t22B6AE59B095268F44B72F67D547A0C9A244CA78* L_0 = __this->____balls_8;
|
|
HVRGrabbable_tC5E7380624392C1F4EB5BEA99BF9C187D151C0DE* L_1 = ___0_grabbable;
|
|
NullCheck(L_0);
|
|
bool L_2;
|
|
L_2 = List_1_Remove_m79D8C12C64B9D4617D013980ECDDBBF91DA7303E(L_0, L_1, List_1_Remove_m79D8C12C64B9D4617D013980ECDDBBF91DA7303E_RuntimeMethod_var);
|
|
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
|
|
// UnityEngine.Vector3 HurricaneVR.TechDemo.Scripts.DemoHelper/ResetState::get_Scale()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ResetState_get_Scale_m7197835938A1846CB38BC5F2E81F51CEC5B82847 (ResetState_tAFBAB543240EB46509B0E797F634967E31055A9C* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public Vector3 Scale { get; set; }
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_0 = __this->___U3CScaleU3Ek__BackingField_4;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void HurricaneVR.TechDemo.Scripts.DemoHelper/ResetState::set_Scale(UnityEngine.Vector3)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ResetState_set_Scale_mFB3593A7EABD55C5324569C5C2A902E13B32CFD4 (ResetState_tAFBAB543240EB46509B0E797F634967E31055A9C* __this, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public Vector3 Scale { get; set; }
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_0 = ___0_value;
|
|
__this->___U3CScaleU3Ek__BackingField_4 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// System.Void HurricaneVR.TechDemo.Scripts.DemoHelper/ResetState::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ResetState__ctor_m969421855515D5E2A7CB34DC1A09DCAC0E9C6EED (ResetState_tAFBAB543240EB46509B0E797F634967E31055A9C* __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 HurricaneVR.TechDemo.Scripts.DemoHelper/<>c__DisplayClass6_0::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass6_0__ctor_m46F5E36C10B7146B3933A23E51B0A701511F8C55 (U3CU3Ec__DisplayClass6_0_t31FEB7A1E09BC380FAF4FEA503E6D5CADE405983* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean HurricaneVR.TechDemo.Scripts.DemoHelper/<>c__DisplayClass6_0::<AddResetGrabbable>b__0(HurricaneVR.Framework.Core.HVRGrabbable)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec__DisplayClass6_0_U3CAddResetGrabbableU3Eb__0_m53708313B1360FCCE659FF7E2C0278E6EDCF8782 (U3CU3Ec__DisplayClass6_0_t31FEB7A1E09BC380FAF4FEA503E6D5CADE405983* __this, HVRGrabbable_tC5E7380624392C1F4EB5BEA99BF9C187D151C0DE* ___0_e, 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;
|
|
}
|
|
{
|
|
// foreach (var grabbable in parent.GetComponentsInChildren<HVRGrabbable>().Where(e => e.transform.parent == parent))
|
|
HVRGrabbable_tC5E7380624392C1F4EB5BEA99BF9C187D151C0DE* L_0 = ___0_e;
|
|
NullCheck(L_0);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_1;
|
|
L_1 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(L_0, NULL);
|
|
NullCheck(L_1);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_2;
|
|
L_2 = Transform_get_parent_m65354E28A4C94EC00EBCF03532F7B0718380791E(L_1, NULL);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_3 = __this->___parent_0;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_4;
|
|
L_4 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_2, L_3, NULL);
|
|
return L_4;
|
|
}
|
|
}
|
|
#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
|
|
// UnityEngine.Quaternion HurricaneVR.TechDemo.Scripts.DemoHolster::GetRotationOffset(HurricaneVR.Framework.Core.HVRGrabbable)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 DemoHolster_GetRotationOffset_mF56AC149CE95571A66B51CEB738AB135E1984F0B (DemoHolster_tA7512D1D0C6D74DADAB6CCF64C6B7FD56C74DC25* __this, HVRGrabbable_tC5E7380624392C1F4EB5BEA99BF9C187D151C0DE* ___0_grabbable, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisDemoHolsterOrientation_t13F4399A5F837542FC31B09006CD899773EEBEA0_m8CDF3094E350AD46333B90F21E897DC833DD9C6D_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
DemoHolsterOrientation_t13F4399A5F837542FC31B09006CD899773EEBEA0* V_0 = NULL;
|
|
{
|
|
// var orientation = grabbable.GetComponent<DemoHolsterOrientation>();
|
|
HVRGrabbable_tC5E7380624392C1F4EB5BEA99BF9C187D151C0DE* L_0 = ___0_grabbable;
|
|
NullCheck(L_0);
|
|
DemoHolsterOrientation_t13F4399A5F837542FC31B09006CD899773EEBEA0* L_1;
|
|
L_1 = Component_GetComponent_TisDemoHolsterOrientation_t13F4399A5F837542FC31B09006CD899773EEBEA0_m8CDF3094E350AD46333B90F21E897DC833DD9C6D(L_0, Component_GetComponent_TisDemoHolsterOrientation_t13F4399A5F837542FC31B09006CD899773EEBEA0_m8CDF3094E350AD46333B90F21E897DC833DD9C6D_RuntimeMethod_var);
|
|
V_0 = L_1;
|
|
// if (orientation && orientation.Orientation)
|
|
DemoHolsterOrientation_t13F4399A5F837542FC31B09006CD899773EEBEA0* L_2 = V_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_0028;
|
|
}
|
|
}
|
|
{
|
|
DemoHolsterOrientation_t13F4399A5F837542FC31B09006CD899773EEBEA0* L_4 = V_0;
|
|
NullCheck(L_4);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_5 = L_4->___Orientation_4;
|
|
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_0028;
|
|
}
|
|
}
|
|
{
|
|
// return orientation.Orientation.localRotation;
|
|
DemoHolsterOrientation_t13F4399A5F837542FC31B09006CD899773EEBEA0* L_7 = V_0;
|
|
NullCheck(L_7);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_8 = L_7->___Orientation_4;
|
|
NullCheck(L_8);
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_9;
|
|
L_9 = Transform_get_localRotation_mD53D37611A5DAE93EC6C7BBCAC337408C5CACA77(L_8, NULL);
|
|
return L_9;
|
|
}
|
|
|
|
IL_0028:
|
|
{
|
|
// return base.GetRotationOffset(grabbable);
|
|
HVRGrabbable_tC5E7380624392C1F4EB5BEA99BF9C187D151C0DE* L_10 = ___0_grabbable;
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_11;
|
|
L_11 = HVRSocket_GetRotationOffset_m584C8348AEAEE6AF8AE94042895CFC060BE0AE75(__this, L_10, NULL);
|
|
return L_11;
|
|
}
|
|
}
|
|
// UnityEngine.Vector3 HurricaneVR.TechDemo.Scripts.DemoHolster::GetPositionOffset(HurricaneVR.Framework.Core.HVRGrabbable)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 DemoHolster_GetPositionOffset_m94CA40AB454636C2B2FE9EA9068DCEF8475E1187 (DemoHolster_tA7512D1D0C6D74DADAB6CCF64C6B7FD56C74DC25* __this, HVRGrabbable_tC5E7380624392C1F4EB5BEA99BF9C187D151C0DE* ___0_grabbable, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisDemoHolsterOrientation_t13F4399A5F837542FC31B09006CD899773EEBEA0_m8CDF3094E350AD46333B90F21E897DC833DD9C6D_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
DemoHolsterOrientation_t13F4399A5F837542FC31B09006CD899773EEBEA0* V_0 = NULL;
|
|
{
|
|
// var orientation = grabbable.GetComponent<DemoHolsterOrientation>();
|
|
HVRGrabbable_tC5E7380624392C1F4EB5BEA99BF9C187D151C0DE* L_0 = ___0_grabbable;
|
|
NullCheck(L_0);
|
|
DemoHolsterOrientation_t13F4399A5F837542FC31B09006CD899773EEBEA0* L_1;
|
|
L_1 = Component_GetComponent_TisDemoHolsterOrientation_t13F4399A5F837542FC31B09006CD899773EEBEA0_m8CDF3094E350AD46333B90F21E897DC833DD9C6D(L_0, Component_GetComponent_TisDemoHolsterOrientation_t13F4399A5F837542FC31B09006CD899773EEBEA0_m8CDF3094E350AD46333B90F21E897DC833DD9C6D_RuntimeMethod_var);
|
|
V_0 = L_1;
|
|
// if (orientation && orientation.Orientation)
|
|
DemoHolsterOrientation_t13F4399A5F837542FC31B09006CD899773EEBEA0* L_2 = V_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_0028;
|
|
}
|
|
}
|
|
{
|
|
DemoHolsterOrientation_t13F4399A5F837542FC31B09006CD899773EEBEA0* L_4 = V_0;
|
|
NullCheck(L_4);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_5 = L_4->___Orientation_4;
|
|
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_0028;
|
|
}
|
|
}
|
|
{
|
|
// return orientation.Orientation.localPosition;
|
|
DemoHolsterOrientation_t13F4399A5F837542FC31B09006CD899773EEBEA0* L_7 = V_0;
|
|
NullCheck(L_7);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_8 = L_7->___Orientation_4;
|
|
NullCheck(L_8);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_9;
|
|
L_9 = Transform_get_localPosition_mA9C86B990DF0685EA1061A120218993FDCC60A95(L_8, NULL);
|
|
return L_9;
|
|
}
|
|
|
|
IL_0028:
|
|
{
|
|
// return base.GetPositionOffset(grabbable);
|
|
HVRGrabbable_tC5E7380624392C1F4EB5BEA99BF9C187D151C0DE* L_10 = ___0_grabbable;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_11;
|
|
L_11 = HVRSocket_GetPositionOffset_m2B19D4F5F070D6DE5E9BD7738FD79B7D9750924E(__this, L_10, NULL);
|
|
return L_11;
|
|
}
|
|
}
|
|
// System.Void HurricaneVR.TechDemo.Scripts.DemoHolster::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DemoHolster__ctor_mF7A4C019DBF422A1F100CA6E6FD7C442C5A31902 (DemoHolster_tA7512D1D0C6D74DADAB6CCF64C6B7FD56C74DC25* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
HVRSocket__ctor_m6421902E11150566A29F8E326410867CF943FEC7(__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 HurricaneVR.TechDemo.Scripts.DemoHolsterOrientation::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DemoHolsterOrientation__ctor_m4041D9B6A7492640D2AFEC8CD23DC4FBAA3A1CAA (DemoHolsterOrientation_t13F4399A5F837542FC31B09006CD899773EEBEA0* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
MonoBehaviour__ctor_m592DB0105CA0BC97AA1C5F4AD27B12D68A3B7C1E(__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 HurricaneVR.TechDemo.Scripts.DemoKeyHologram::Start()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DemoKeyHologram_Start_mDD545699F9430972310E5C7993E8A482FE49601D (DemoKeyHologram_tFC3E8A155E1BA9C1CAB774F214137B6BEAA3A47C* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void HurricaneVR.TechDemo.Scripts.DemoKeyHologram::Update()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DemoKeyHologram_Update_mAC8CAFF54B7348238DAF2B8016521E0BEF471FFF (DemoKeyHologram_tFC3E8A155E1BA9C1CAB774F214137B6BEAA3A47C* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m46EEFFA770BE665EA0CB3A5332E941DA4B3C1D37_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m8F2E15FC96DA75186C51228128A0660709E4E810_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (Time.time > LastMove && Time.time - LastMove > Interval && Positions.Count > 0)
|
|
float L_0;
|
|
L_0 = Time_get_time_m3A271BB1B20041144AC5B7863B71AB1F0150374B(NULL);
|
|
float L_1 = __this->___LastMove_5;
|
|
if ((!(((float)L_0) > ((float)L_1))))
|
|
{
|
|
goto IL_007e;
|
|
}
|
|
}
|
|
{
|
|
float L_2;
|
|
L_2 = Time_get_time_m3A271BB1B20041144AC5B7863B71AB1F0150374B(NULL);
|
|
float L_3 = __this->___LastMove_5;
|
|
float L_4 = __this->___Interval_4;
|
|
if ((!(((float)((float)il2cpp_codegen_subtract(L_2, L_3))) > ((float)L_4))))
|
|
{
|
|
goto IL_007e;
|
|
}
|
|
}
|
|
{
|
|
List_1_t77B94703E05C519A9010DD0614F757F974E1CD8B* L_5 = __this->___Positions_6;
|
|
NullCheck(L_5);
|
|
int32_t L_6;
|
|
L_6 = List_1_get_Count_m46EEFFA770BE665EA0CB3A5332E941DA4B3C1D37_inline(L_5, List_1_get_Count_m46EEFFA770BE665EA0CB3A5332E941DA4B3C1D37_RuntimeMethod_var);
|
|
if ((((int32_t)L_6) <= ((int32_t)0)))
|
|
{
|
|
goto IL_007e;
|
|
}
|
|
}
|
|
{
|
|
// if (Index >= Positions.Count)
|
|
int32_t L_7 = __this->___Index_7;
|
|
List_1_t77B94703E05C519A9010DD0614F757F974E1CD8B* L_8 = __this->___Positions_6;
|
|
NullCheck(L_8);
|
|
int32_t L_9;
|
|
L_9 = List_1_get_Count_m46EEFFA770BE665EA0CB3A5332E941DA4B3C1D37_inline(L_8, List_1_get_Count_m46EEFFA770BE665EA0CB3A5332E941DA4B3C1D37_RuntimeMethod_var);
|
|
if ((((int32_t)L_7) < ((int32_t)L_9)))
|
|
{
|
|
goto IL_0049;
|
|
}
|
|
}
|
|
{
|
|
// Index = 0;
|
|
__this->___Index_7 = 0;
|
|
}
|
|
|
|
IL_0049:
|
|
{
|
|
// transform.localPosition = Positions[Index];
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_10;
|
|
L_10 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(__this, NULL);
|
|
List_1_t77B94703E05C519A9010DD0614F757F974E1CD8B* L_11 = __this->___Positions_6;
|
|
int32_t L_12 = __this->___Index_7;
|
|
NullCheck(L_11);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_13;
|
|
L_13 = List_1_get_Item_m8F2E15FC96DA75186C51228128A0660709E4E810(L_11, L_12, List_1_get_Item_m8F2E15FC96DA75186C51228128A0660709E4E810_RuntimeMethod_var);
|
|
NullCheck(L_10);
|
|
Transform_set_localPosition_mDE1C997F7D79C0885210B7732B4BA50EE7D73134(L_10, L_13, NULL);
|
|
// Index++;
|
|
int32_t L_14 = __this->___Index_7;
|
|
__this->___Index_7 = ((int32_t)il2cpp_codegen_add(L_14, 1));
|
|
// LastMove = Time.time;
|
|
float L_15;
|
|
L_15 = Time_get_time_m3A271BB1B20041144AC5B7863B71AB1F0150374B(NULL);
|
|
__this->___LastMove_5 = L_15;
|
|
}
|
|
|
|
IL_007e:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void HurricaneVR.TechDemo.Scripts.DemoKeyHologram::Destroy()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DemoKeyHologram_Destroy_m7CE2CC0A14A47A1C92D90E7D39B87820468E1C0B (DemoKeyHologram_tFC3E8A155E1BA9C1CAB774F214137B6BEAA3A47C* __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;
|
|
}
|
|
{
|
|
// Destroy(gameObject);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_0;
|
|
L_0 = Component_get_gameObject_m57AEFBB14DB39EC476F740BA000E170355DE691B(__this, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
Object_Destroy_mE97D0A766419A81296E8D4E5C23D01D3FE91ACBB(L_0, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void HurricaneVR.TechDemo.Scripts.DemoKeyHologram::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DemoKeyHologram__ctor_m15F3339B50FB6F7555A8A99A81A7A141CEEC41AE (DemoKeyHologram_tFC3E8A155E1BA9C1CAB774F214137B6BEAA3A47C* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
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;
|
|
}
|
|
{
|
|
// public float Interval = .2f;
|
|
__this->___Interval_4 = (0.200000003f);
|
|
// public List<Vector3> Positions = 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);
|
|
__this->___Positions_6 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___Positions_6), (void*)L_0);
|
|
MonoBehaviour__ctor_m592DB0105CA0BC97AA1C5F4AD27B12D68A3B7C1E(__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 HurricaneVR.TechDemo.Scripts.DemoKeypad::get_Index()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DemoKeypad_get_Index_mDC9B223A3B9FCA0FFDC8F65D746604F077EF6C8F (DemoKeypad_t196DD4F50D8C1503A4AFCD61F5DD388163513144* __this, const RuntimeMethod* method)
|
|
{
|
|
String_t* G_B2_0 = NULL;
|
|
String_t* G_B1_0 = NULL;
|
|
{
|
|
// public int Index => Entry?.Length ?? 0;
|
|
String_t* L_0 = __this->___Entry_7;
|
|
String_t* L_1 = L_0;
|
|
G_B1_0 = L_1;
|
|
if (L_1)
|
|
{
|
|
G_B2_0 = L_1;
|
|
goto IL_000c;
|
|
}
|
|
}
|
|
{
|
|
return 0;
|
|
}
|
|
|
|
IL_000c:
|
|
{
|
|
NullCheck(G_B2_0);
|
|
int32_t L_2;
|
|
L_2 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(G_B2_0, NULL);
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.Int32 HurricaneVR.TechDemo.Scripts.DemoKeypad::get_MaxLength()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DemoKeypad_get_MaxLength_m42FC18F8AC9F8D5746470D940152AA6B59CE2E88 (DemoKeypad_t196DD4F50D8C1503A4AFCD61F5DD388163513144* __this, const RuntimeMethod* method)
|
|
{
|
|
String_t* G_B2_0 = NULL;
|
|
String_t* G_B1_0 = NULL;
|
|
{
|
|
// public int MaxLength => Code?.Length ?? 0;
|
|
String_t* L_0 = __this->___Code_5;
|
|
String_t* L_1 = L_0;
|
|
G_B1_0 = L_1;
|
|
if (L_1)
|
|
{
|
|
G_B2_0 = L_1;
|
|
goto IL_000c;
|
|
}
|
|
}
|
|
{
|
|
return 0;
|
|
}
|
|
|
|
IL_000c:
|
|
{
|
|
NullCheck(G_B2_0);
|
|
int32_t L_2;
|
|
L_2 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(G_B2_0, NULL);
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.Void HurricaneVR.TechDemo.Scripts.DemoKeypad::Start()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DemoKeypad_Start_m0BB52146A2E0114BB880C64E41E9E72CF20A8A13 (DemoKeypad_t196DD4F50D8C1503A4AFCD61F5DD388163513144* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponentsInChildren_TisCollider_t1CC3163924FCD6C4CC2E816373A929C1E3D55E76_m64EB86DDB49F92CFAAF6003C9EAC7D7D8B0F35DB_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponentsInChildren_TisDemoKeypadButton_tEF389A5AA56147E4556DD2DDADC034975BF0D8F4_mE0890C51E615715459E1C94D0B355DD649B5D914_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponents_TisCollider_t1CC3163924FCD6C4CC2E816373A929C1E3D55E76_m92CCBDF9F73958063400986CE7C8FB674AE0EA4C_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnityAction_1_tC8223A39814F713AEC230D8AAE076123D777C6A3_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnityEvent_1_AddListener_mC6234AE0B45EAAC87E939A301DD5A34F344958C0_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
DemoKeypadButtonU5BU5D_t9C05770486C2B2F1F955E3F5C7099D24CC0239BD* V_0 = NULL;
|
|
ColliderU5BU5D_t94A9D70F63D095AFF2A9B4613012A5F7F3141787* V_1 = NULL;
|
|
int32_t V_2 = 0;
|
|
Collider_t1CC3163924FCD6C4CC2E816373A929C1E3D55E76* V_3 = NULL;
|
|
ColliderU5BU5D_t94A9D70F63D095AFF2A9B4613012A5F7F3141787* V_4 = NULL;
|
|
int32_t V_5 = 0;
|
|
int32_t V_6 = 0;
|
|
DemoKeypadButton_tEF389A5AA56147E4556DD2DDADC034975BF0D8F4* V_7 = NULL;
|
|
{
|
|
// var buttons = GetComponentsInChildren<DemoKeypadButton>();
|
|
DemoKeypadButtonU5BU5D_t9C05770486C2B2F1F955E3F5C7099D24CC0239BD* L_0;
|
|
L_0 = Component_GetComponentsInChildren_TisDemoKeypadButton_tEF389A5AA56147E4556DD2DDADC034975BF0D8F4_mE0890C51E615715459E1C94D0B355DD649B5D914(__this, Component_GetComponentsInChildren_TisDemoKeypadButton_tEF389A5AA56147E4556DD2DDADC034975BF0D8F4_mE0890C51E615715459E1C94D0B355DD649B5D914_RuntimeMethod_var);
|
|
V_0 = L_0;
|
|
// var colliders = GetComponentsInChildren<Collider>();
|
|
ColliderU5BU5D_t94A9D70F63D095AFF2A9B4613012A5F7F3141787* L_1;
|
|
L_1 = Component_GetComponentsInChildren_TisCollider_t1CC3163924FCD6C4CC2E816373A929C1E3D55E76_m64EB86DDB49F92CFAAF6003C9EAC7D7D8B0F35DB(__this, Component_GetComponentsInChildren_TisCollider_t1CC3163924FCD6C4CC2E816373A929C1E3D55E76_m64EB86DDB49F92CFAAF6003C9EAC7D7D8B0F35DB_RuntimeMethod_var);
|
|
// foreach (var keyCollider in colliders)
|
|
V_1 = L_1;
|
|
V_2 = 0;
|
|
goto IL_0040;
|
|
}
|
|
|
|
IL_0012:
|
|
{
|
|
// foreach (var keyCollider in colliders)
|
|
ColliderU5BU5D_t94A9D70F63D095AFF2A9B4613012A5F7F3141787* L_2 = V_1;
|
|
int32_t L_3 = V_2;
|
|
NullCheck(L_2);
|
|
int32_t L_4 = L_3;
|
|
Collider_t1CC3163924FCD6C4CC2E816373A929C1E3D55E76* L_5 = (L_2)->GetAt(static_cast<il2cpp_array_size_t>(L_4));
|
|
V_3 = L_5;
|
|
// foreach (var ourCollider in GetComponents<Collider>())
|
|
ColliderU5BU5D_t94A9D70F63D095AFF2A9B4613012A5F7F3141787* L_6;
|
|
L_6 = Component_GetComponents_TisCollider_t1CC3163924FCD6C4CC2E816373A929C1E3D55E76_m92CCBDF9F73958063400986CE7C8FB674AE0EA4C(__this, Component_GetComponents_TisCollider_t1CC3163924FCD6C4CC2E816373A929C1E3D55E76_m92CCBDF9F73958063400986CE7C8FB674AE0EA4C_RuntimeMethod_var);
|
|
V_4 = L_6;
|
|
V_5 = 0;
|
|
goto IL_0034;
|
|
}
|
|
|
|
IL_0023:
|
|
{
|
|
// foreach (var ourCollider in GetComponents<Collider>())
|
|
ColliderU5BU5D_t94A9D70F63D095AFF2A9B4613012A5F7F3141787* L_7 = V_4;
|
|
int32_t L_8 = V_5;
|
|
NullCheck(L_7);
|
|
int32_t L_9 = L_8;
|
|
Collider_t1CC3163924FCD6C4CC2E816373A929C1E3D55E76* L_10 = (L_7)->GetAt(static_cast<il2cpp_array_size_t>(L_9));
|
|
// Physics.IgnoreCollision(ourCollider, keyCollider);
|
|
Collider_t1CC3163924FCD6C4CC2E816373A929C1E3D55E76* L_11 = V_3;
|
|
Physics_IgnoreCollision_mFBAAD9B91D488802086C1A1C96447CE4C869211D(L_10, L_11, NULL);
|
|
int32_t L_12 = V_5;
|
|
V_5 = ((int32_t)il2cpp_codegen_add(L_12, 1));
|
|
}
|
|
|
|
IL_0034:
|
|
{
|
|
// foreach (var ourCollider in GetComponents<Collider>())
|
|
int32_t L_13 = V_5;
|
|
ColliderU5BU5D_t94A9D70F63D095AFF2A9B4613012A5F7F3141787* L_14 = V_4;
|
|
NullCheck(L_14);
|
|
if ((((int32_t)L_13) < ((int32_t)((int32_t)(((RuntimeArray*)L_14)->max_length)))))
|
|
{
|
|
goto IL_0023;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_15 = V_2;
|
|
V_2 = ((int32_t)il2cpp_codegen_add(L_15, 1));
|
|
}
|
|
|
|
IL_0040:
|
|
{
|
|
// foreach (var keyCollider in colliders)
|
|
int32_t L_16 = V_2;
|
|
ColliderU5BU5D_t94A9D70F63D095AFF2A9B4613012A5F7F3141787* L_17 = V_1;
|
|
NullCheck(L_17);
|
|
if ((((int32_t)L_16) < ((int32_t)((int32_t)(((RuntimeArray*)L_17)->max_length)))))
|
|
{
|
|
goto IL_0012;
|
|
}
|
|
}
|
|
{
|
|
// for (int i = 0; i < buttons.Length; i++)
|
|
V_6 = 0;
|
|
goto IL_00da;
|
|
}
|
|
|
|
IL_004e:
|
|
{
|
|
// var button = buttons[i];
|
|
DemoKeypadButtonU5BU5D_t9C05770486C2B2F1F955E3F5C7099D24CC0239BD* L_18 = V_0;
|
|
int32_t L_19 = V_6;
|
|
NullCheck(L_18);
|
|
int32_t L_20 = L_19;
|
|
DemoKeypadButton_tEF389A5AA56147E4556DD2DDADC034975BF0D8F4* L_21 = (L_18)->GetAt(static_cast<il2cpp_array_size_t>(L_20));
|
|
V_7 = L_21;
|
|
// button.ButtonDown.AddListener(OnButtonDown);
|
|
DemoKeypadButton_tEF389A5AA56147E4556DD2DDADC034975BF0D8F4* L_22 = V_7;
|
|
NullCheck(L_22);
|
|
HVRButtonEvent_t356796E6E11193C52BC8DAFEF14D9E579210892B* L_23 = ((HVRPhysicsButton_t80891DF826AD611D7495EADD02687F7BBDF3B394*)L_22)->___ButtonDown_14;
|
|
UnityAction_1_tC8223A39814F713AEC230D8AAE076123D777C6A3* L_24 = (UnityAction_1_tC8223A39814F713AEC230D8AAE076123D777C6A3*)il2cpp_codegen_object_new(UnityAction_1_tC8223A39814F713AEC230D8AAE076123D777C6A3_il2cpp_TypeInfo_var);
|
|
NullCheck(L_24);
|
|
UnityAction_1__ctor_m4D84BE19DA246F6481A6934DBF8C40FFD5D0BCA4(L_24, __this, (intptr_t)((void*)GetVirtualMethodInfo(__this, 6)), NULL);
|
|
NullCheck(L_23);
|
|
UnityEvent_1_AddListener_mC6234AE0B45EAAC87E939A301DD5A34F344958C0(L_23, L_24, UnityEvent_1_AddListener_mC6234AE0B45EAAC87E939A301DD5A34F344958C0_RuntimeMethod_var);
|
|
// if (i >= 0 && i <= 9)
|
|
int32_t L_25 = V_6;
|
|
if ((((int32_t)L_25) < ((int32_t)0)))
|
|
{
|
|
goto IL_008e;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_26 = V_6;
|
|
if ((((int32_t)L_26) > ((int32_t)((int32_t)9))))
|
|
{
|
|
goto IL_008e;
|
|
}
|
|
}
|
|
{
|
|
// button.Key = i.ToString()[0];
|
|
DemoKeypadButton_tEF389A5AA56147E4556DD2DDADC034975BF0D8F4* L_27 = V_7;
|
|
String_t* L_28;
|
|
L_28 = Int32_ToString_m030E01C24E294D6762FB0B6F37CB541581F55CA5((&V_6), NULL);
|
|
NullCheck(L_28);
|
|
Il2CppChar L_29;
|
|
L_29 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_28, 0, NULL);
|
|
NullCheck(L_27);
|
|
L_27->___Key_23 = L_29;
|
|
goto IL_00ae;
|
|
}
|
|
|
|
IL_008e:
|
|
{
|
|
// else if (i == 10)
|
|
int32_t L_30 = V_6;
|
|
if ((!(((uint32_t)L_30) == ((uint32_t)((int32_t)10)))))
|
|
{
|
|
goto IL_009f;
|
|
}
|
|
}
|
|
{
|
|
// button.Key = '<';
|
|
DemoKeypadButton_tEF389A5AA56147E4556DD2DDADC034975BF0D8F4* L_31 = V_7;
|
|
NullCheck(L_31);
|
|
L_31->___Key_23 = ((int32_t)60);
|
|
goto IL_00ae;
|
|
}
|
|
|
|
IL_009f:
|
|
{
|
|
// else if (i == 11)
|
|
int32_t L_32 = V_6;
|
|
if ((!(((uint32_t)L_32) == ((uint32_t)((int32_t)11)))))
|
|
{
|
|
goto IL_00ae;
|
|
}
|
|
}
|
|
{
|
|
// button.Key = '+';
|
|
DemoKeypadButton_tEF389A5AA56147E4556DD2DDADC034975BF0D8F4* L_33 = V_7;
|
|
NullCheck(L_33);
|
|
L_33->___Key_23 = ((int32_t)43);
|
|
}
|
|
|
|
IL_00ae:
|
|
{
|
|
// if (button.TextMeshPro)
|
|
DemoKeypadButton_tEF389A5AA56147E4556DD2DDADC034975BF0D8F4* L_34 = V_7;
|
|
NullCheck(L_34);
|
|
TextMeshPro_t4560AB28A3EAF503895A781A9C625273D833270E* L_35 = L_34->___TextMeshPro_24;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_36;
|
|
L_36 = Object_op_Implicit_m93896EF7D68FA113C42D3FE2BC6F661FC7EF514A(L_35, NULL);
|
|
if (!L_36)
|
|
{
|
|
goto IL_00d4;
|
|
}
|
|
}
|
|
{
|
|
// button.TextMeshPro.text = button.Key.ToString();
|
|
DemoKeypadButton_tEF389A5AA56147E4556DD2DDADC034975BF0D8F4* L_37 = V_7;
|
|
NullCheck(L_37);
|
|
TextMeshPro_t4560AB28A3EAF503895A781A9C625273D833270E* L_38 = L_37->___TextMeshPro_24;
|
|
DemoKeypadButton_tEF389A5AA56147E4556DD2DDADC034975BF0D8F4* L_39 = V_7;
|
|
NullCheck(L_39);
|
|
Il2CppChar* L_40 = (&L_39->___Key_23);
|
|
String_t* L_41;
|
|
L_41 = Char_ToString_m2A308731F9577C06AF3C0901234E2EAC8327410C(L_40, NULL);
|
|
NullCheck(L_38);
|
|
VirtualActionInvoker1< String_t* >::Invoke(66 /* System.Void TMPro.TMP_Text::set_text(System.String) */, L_38, L_41);
|
|
}
|
|
|
|
IL_00d4:
|
|
{
|
|
// for (int i = 0; i < buttons.Length; i++)
|
|
int32_t L_42 = V_6;
|
|
V_6 = ((int32_t)il2cpp_codegen_add(L_42, 1));
|
|
}
|
|
|
|
IL_00da:
|
|
{
|
|
// for (int i = 0; i < buttons.Length; i++)
|
|
int32_t L_43 = V_6;
|
|
DemoKeypadButtonU5BU5D_t9C05770486C2B2F1F955E3F5C7099D24CC0239BD* L_44 = V_0;
|
|
NullCheck(L_44);
|
|
if ((((int32_t)L_43) < ((int32_t)((int32_t)(((RuntimeArray*)L_44)->max_length)))))
|
|
{
|
|
goto IL_004e;
|
|
}
|
|
}
|
|
{
|
|
// Entry = "";
|
|
__this->___Entry_7 = _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___Entry_7), (void*)_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709);
|
|
// if (Display)
|
|
TextMeshPro_t4560AB28A3EAF503895A781A9C625273D833270E* L_45 = __this->___Display_6;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_46;
|
|
L_46 = Object_op_Implicit_m93896EF7D68FA113C42D3FE2BC6F661FC7EF514A(L_45, NULL);
|
|
if (!L_46)
|
|
{
|
|
goto IL_011a;
|
|
}
|
|
}
|
|
{
|
|
// Display.text = Entry.PadLeft(MaxLength, '*');
|
|
TextMeshPro_t4560AB28A3EAF503895A781A9C625273D833270E* L_47 = __this->___Display_6;
|
|
String_t* L_48 = __this->___Entry_7;
|
|
int32_t L_49;
|
|
L_49 = DemoKeypad_get_MaxLength_m42FC18F8AC9F8D5746470D940152AA6B59CE2E88(__this, NULL);
|
|
NullCheck(L_48);
|
|
String_t* L_50;
|
|
L_50 = String_PadLeft_m99DDD242908E78B71E9631EE66331E8A130EB31F(L_48, L_49, ((int32_t)42), NULL);
|
|
NullCheck(L_47);
|
|
VirtualActionInvoker1< String_t* >::Invoke(66 /* System.Void TMPro.TMP_Text::set_text(System.String) */, L_47, L_50);
|
|
}
|
|
|
|
IL_011a:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void HurricaneVR.TechDemo.Scripts.DemoKeypad::Update()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DemoKeypad_Update_m66244AC79B5DB501F30876DBEACA892EE369BB45 (DemoKeypad_t196DD4F50D8C1503A4AFCD61F5DD388163513144* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// if (ForceUnlock)
|
|
bool L_0 = __this->___ForceUnlock_8;
|
|
if (!L_0)
|
|
{
|
|
goto IL_0015;
|
|
}
|
|
}
|
|
{
|
|
// ForceUnlock = false;
|
|
__this->___ForceUnlock_8 = (bool)0;
|
|
// Unlock();
|
|
VirtualActionInvoker0::Invoke(7 /* System.Void HurricaneVR.TechDemo.Scripts.DemoKeypad::Unlock() */, __this);
|
|
}
|
|
|
|
IL_0015:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void HurricaneVR.TechDemo.Scripts.DemoKeypad::OnButtonDown(HurricaneVR.Framework.Components.HVRPhysicsButton)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DemoKeypad_OnButtonDown_mCD285E0AD569312D9CDD98F06528E9CBFC255C7A (DemoKeypad_t196DD4F50D8C1503A4AFCD61F5DD388163513144* __this, HVRPhysicsButton_t80891DF826AD611D7495EADD02687F7BBDF3B394* ___0_button, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DemoKeypadButton_tEF389A5AA56147E4556DD2DDADC034975BF0D8F4_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
DemoKeypadButton_tEF389A5AA56147E4556DD2DDADC034975BF0D8F4* V_0 = NULL;
|
|
{
|
|
// var keyPadButton = button as DemoKeypadButton;
|
|
HVRPhysicsButton_t80891DF826AD611D7495EADD02687F7BBDF3B394* L_0 = ___0_button;
|
|
V_0 = ((DemoKeypadButton_tEF389A5AA56147E4556DD2DDADC034975BF0D8F4*)IsInstClass((RuntimeObject*)L_0, DemoKeypadButton_tEF389A5AA56147E4556DD2DDADC034975BF0D8F4_il2cpp_TypeInfo_var));
|
|
// if (keyPadButton.Key == '<')
|
|
DemoKeypadButton_tEF389A5AA56147E4556DD2DDADC034975BF0D8F4* L_1 = V_0;
|
|
NullCheck(L_1);
|
|
Il2CppChar L_2 = L_1->___Key_23;
|
|
if ((!(((uint32_t)L_2) == ((uint32_t)((int32_t)60)))))
|
|
{
|
|
goto IL_0041;
|
|
}
|
|
}
|
|
{
|
|
// if (Entry.Length > 0)
|
|
String_t* L_3 = __this->___Entry_7;
|
|
NullCheck(L_3);
|
|
int32_t L_4;
|
|
L_4 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_3, NULL);
|
|
if ((((int32_t)L_4) <= ((int32_t)0)))
|
|
{
|
|
goto IL_0040;
|
|
}
|
|
}
|
|
{
|
|
// Entry = Entry.Substring(0, Entry.Length - 1);
|
|
String_t* L_5 = __this->___Entry_7;
|
|
String_t* L_6 = __this->___Entry_7;
|
|
NullCheck(L_6);
|
|
int32_t L_7;
|
|
L_7 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_6, NULL);
|
|
NullCheck(L_5);
|
|
String_t* L_8;
|
|
L_8 = String_Substring_mB1D94F47935D22E130FF2C01DBB6A4135FBB76CE(L_5, 0, ((int32_t)il2cpp_codegen_subtract(L_7, 1)), NULL);
|
|
__this->___Entry_7 = L_8;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___Entry_7), (void*)L_8);
|
|
goto IL_0099;
|
|
}
|
|
|
|
IL_0040:
|
|
{
|
|
// return;
|
|
return;
|
|
}
|
|
|
|
IL_0041:
|
|
{
|
|
// else if (keyPadButton.Key == '+')
|
|
DemoKeypadButton_tEF389A5AA56147E4556DD2DDADC034975BF0D8F4* L_9 = V_0;
|
|
NullCheck(L_9);
|
|
Il2CppChar L_10 = L_9->___Key_23;
|
|
if ((!(((uint32_t)L_10) == ((uint32_t)((int32_t)43)))))
|
|
{
|
|
goto IL_0066;
|
|
}
|
|
}
|
|
{
|
|
// if (Code == Entry)
|
|
String_t* L_11 = __this->___Code_5;
|
|
String_t* L_12 = __this->___Entry_7;
|
|
bool L_13;
|
|
L_13 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_11, L_12, NULL);
|
|
if (!L_13)
|
|
{
|
|
goto IL_0099;
|
|
}
|
|
}
|
|
{
|
|
// Unlock();
|
|
VirtualActionInvoker0::Invoke(7 /* System.Void HurricaneVR.TechDemo.Scripts.DemoKeypad::Unlock() */, __this);
|
|
goto IL_0099;
|
|
}
|
|
|
|
IL_0066:
|
|
{
|
|
// else if (Index >= 0 && Index < MaxLength)
|
|
int32_t L_14;
|
|
L_14 = DemoKeypad_get_Index_mDC9B223A3B9FCA0FFDC8F65D746604F077EF6C8F(__this, NULL);
|
|
if ((((int32_t)L_14) < ((int32_t)0)))
|
|
{
|
|
goto IL_0099;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_15;
|
|
L_15 = DemoKeypad_get_Index_mDC9B223A3B9FCA0FFDC8F65D746604F077EF6C8F(__this, NULL);
|
|
int32_t L_16;
|
|
L_16 = DemoKeypad_get_MaxLength_m42FC18F8AC9F8D5746470D940152AA6B59CE2E88(__this, NULL);
|
|
if ((((int32_t)L_15) >= ((int32_t)L_16)))
|
|
{
|
|
goto IL_0099;
|
|
}
|
|
}
|
|
{
|
|
// Entry += keyPadButton.Key;
|
|
String_t* L_17 = __this->___Entry_7;
|
|
DemoKeypadButton_tEF389A5AA56147E4556DD2DDADC034975BF0D8F4* L_18 = V_0;
|
|
NullCheck(L_18);
|
|
Il2CppChar* L_19 = (&L_18->___Key_23);
|
|
String_t* L_20;
|
|
L_20 = Char_ToString_m2A308731F9577C06AF3C0901234E2EAC8327410C(L_19, NULL);
|
|
String_t* L_21;
|
|
L_21 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(L_17, L_20, NULL);
|
|
__this->___Entry_7 = L_21;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___Entry_7), (void*)L_21);
|
|
}
|
|
|
|
IL_0099:
|
|
{
|
|
// if (Display)
|
|
TextMeshPro_t4560AB28A3EAF503895A781A9C625273D833270E* L_22 = __this->___Display_6;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_23;
|
|
L_23 = Object_op_Implicit_m93896EF7D68FA113C42D3FE2BC6F661FC7EF514A(L_22, NULL);
|
|
if (!L_23)
|
|
{
|
|
goto IL_00c4;
|
|
}
|
|
}
|
|
{
|
|
// Display.text = Entry.PadLeft(MaxLength, '*');
|
|
TextMeshPro_t4560AB28A3EAF503895A781A9C625273D833270E* L_24 = __this->___Display_6;
|
|
String_t* L_25 = __this->___Entry_7;
|
|
int32_t L_26;
|
|
L_26 = DemoKeypad_get_MaxLength_m42FC18F8AC9F8D5746470D940152AA6B59CE2E88(__this, NULL);
|
|
NullCheck(L_25);
|
|
String_t* L_27;
|
|
L_27 = String_PadLeft_m99DDD242908E78B71E9631EE66331E8A130EB31F(L_25, L_26, ((int32_t)42), NULL);
|
|
NullCheck(L_24);
|
|
VirtualActionInvoker1< String_t* >::Invoke(66 /* System.Void TMPro.TMP_Text::set_text(System.String) */, L_24, L_27);
|
|
}
|
|
|
|
IL_00c4:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void HurricaneVR.TechDemo.Scripts.DemoKeypad::Unlock()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DemoKeypad_Unlock_m5BFD341E37FF5A54F9B2E6E8B8322AC77C5AE4E8 (DemoKeypad_t196DD4F50D8C1503A4AFCD61F5DD388163513144* __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*)&_stringLiteralC97E61DC7C99029AC79834F98E1EAC491CA52091);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (!_unlocked)
|
|
bool L_0 = __this->____unlocked_9;
|
|
if (L_0)
|
|
{
|
|
goto IL_0013;
|
|
}
|
|
}
|
|
{
|
|
// Unlocked.Invoke();
|
|
UnityEvent_tDC2C3548799DBC91D1E3F3DE60083A66F4751977* L_1 = __this->___Unlocked_4;
|
|
NullCheck(L_1);
|
|
UnityEvent_Invoke_mFBF80D59B03C30C5FE6A06F897D954ACADE061D2(L_1, NULL);
|
|
}
|
|
|
|
IL_0013:
|
|
{
|
|
// _unlocked = true;
|
|
__this->____unlocked_9 = (bool)1;
|
|
// Debug.Log($"unlocked!");
|
|
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
Debug_Log_m87A9A3C761FF5C43ED8A53B16190A53D08F818BB(_stringLiteralC97E61DC7C99029AC79834F98E1EAC491CA52091, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void HurricaneVR.TechDemo.Scripts.DemoKeypad::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DemoKeypad__ctor_mF4A7FD4B2A00FD30DA7C0A67F21365CBD28B57C4 (DemoKeypad_t196DD4F50D8C1503A4AFCD61F5DD388163513144* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnityEvent_tDC2C3548799DBC91D1E3F3DE60083A66F4751977_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public UnityEvent Unlocked = new UnityEvent();
|
|
UnityEvent_tDC2C3548799DBC91D1E3F3DE60083A66F4751977* L_0 = (UnityEvent_tDC2C3548799DBC91D1E3F3DE60083A66F4751977*)il2cpp_codegen_object_new(UnityEvent_tDC2C3548799DBC91D1E3F3DE60083A66F4751977_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
UnityEvent__ctor_m03D3E5121B9A6100351984D0CE3050B909CD3235(L_0, NULL);
|
|
__this->___Unlocked_4 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___Unlocked_4), (void*)L_0);
|
|
// public string Entry = "";
|
|
__this->___Entry_7 = _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___Entry_7), (void*)_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709);
|
|
MonoBehaviour__ctor_m592DB0105CA0BC97AA1C5F4AD27B12D68A3B7C1E(__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 HurricaneVR.TechDemo.Scripts.DemoKeypadButton::Awake()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DemoKeypadButton_Awake_m11A6F66F54590DB8D2E2A3FCEA76A4DE32ED3DF7 (DemoKeypadButton_tEF389A5AA56147E4556DD2DDADC034975BF0D8F4* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponentInParent_TisRigidbody_t268697F5A994213ED97393309870968BC1C7393C_m49365CF93735FBE624C3828C66E7AD5FF67AD40D_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// ConnectedBody = transform.parent.GetComponentInParent<Rigidbody>();
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_0;
|
|
L_0 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(__this, NULL);
|
|
NullCheck(L_0);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_1;
|
|
L_1 = Transform_get_parent_m65354E28A4C94EC00EBCF03532F7B0718380791E(L_0, NULL);
|
|
NullCheck(L_1);
|
|
Rigidbody_t268697F5A994213ED97393309870968BC1C7393C* L_2;
|
|
L_2 = Component_GetComponentInParent_TisRigidbody_t268697F5A994213ED97393309870968BC1C7393C_m49365CF93735FBE624C3828C66E7AD5FF67AD40D(L_1, Component_GetComponentInParent_TisRigidbody_t268697F5A994213ED97393309870968BC1C7393C_m49365CF93735FBE624C3828C66E7AD5FF67AD40D_RuntimeMethod_var);
|
|
((HVRPhysicsButton_t80891DF826AD611D7495EADD02687F7BBDF3B394*)__this)->___ConnectedBody_5 = L_2;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((HVRPhysicsButton_t80891DF826AD611D7495EADD02687F7BBDF3B394*)__this)->___ConnectedBody_5), (void*)L_2);
|
|
// base.Awake();
|
|
HVRPhysicsButton_Awake_m134263BF37B3A0A2FCFDB771D7B3385381F4EDC1(__this, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void HurricaneVR.TechDemo.Scripts.DemoKeypadButton::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DemoKeypadButton__ctor_m6133D89F6E4E2F163F4FD9908D1B6C1BD32104CE (DemoKeypadButton_tEF389A5AA56147E4556DD2DDADC034975BF0D8F4* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
HVRPhysicsButton__ctor_mAC2CB590F4256DA1FA7D78B562DB8CBB5F48B019(__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 HurricaneVR.TechDemo.Scripts.DemoLeverDisplay::Awake()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DemoLeverDisplay_Awake_m0B9D14A47DAB1FA31C9C4CB80689DE09427B9A43 (DemoLeverDisplay_t2762C179729C7EF04242CC997D3EDBB9DE01675A* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisTextMeshPro_t4560AB28A3EAF503895A781A9C625273D833270E_m991A1A2A2EFE70B64BBECFF1B44EE5C04FF8994E_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// _tm = GetComponent<TextMeshPro>();
|
|
TextMeshPro_t4560AB28A3EAF503895A781A9C625273D833270E* L_0;
|
|
L_0 = Component_GetComponent_TisTextMeshPro_t4560AB28A3EAF503895A781A9C625273D833270E_m991A1A2A2EFE70B64BBECFF1B44EE5C04FF8994E(__this, Component_GetComponent_TisTextMeshPro_t4560AB28A3EAF503895A781A9C625273D833270E_m991A1A2A2EFE70B64BBECFF1B44EE5C04FF8994E_RuntimeMethod_var);
|
|
__this->____tm_6 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->____tm_6), (void*)L_0);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void HurricaneVR.TechDemo.Scripts.DemoLeverDisplay::OnStepChanged(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DemoLeverDisplay_OnStepChanged_m4D6D518D0714CA4D6AA18481477121D85DC40350 (DemoLeverDisplay_t2762C179729C7EF04242CC997D3EDBB9DE01675A* __this, int32_t ___0_step, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8178F586F104CC0037645CD4A425448975FBC818);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// _step = step;
|
|
int32_t L_0 = ___0_step;
|
|
__this->____step_4 = L_0;
|
|
// _tm.text = $"{_step}/{_angle:f0}";
|
|
TextMeshPro_t4560AB28A3EAF503895A781A9C625273D833270E* L_1 = __this->____tm_6;
|
|
int32_t L_2 = __this->____step_4;
|
|
int32_t L_3 = L_2;
|
|
RuntimeObject* L_4 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_3);
|
|
float L_5 = __this->____angle_5;
|
|
float L_6 = L_5;
|
|
RuntimeObject* L_7 = Box(Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var, &L_6);
|
|
String_t* L_8;
|
|
L_8 = String_Format_mFB7DA489BD99F4670881FF50EC017BFB0A5C0987(_stringLiteral8178F586F104CC0037645CD4A425448975FBC818, L_4, L_7, NULL);
|
|
NullCheck(L_1);
|
|
VirtualActionInvoker1< String_t* >::Invoke(66 /* System.Void TMPro.TMP_Text::set_text(System.String) */, L_1, L_8);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void HurricaneVR.TechDemo.Scripts.DemoLeverDisplay::OnAngleChanged(System.Single,System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DemoLeverDisplay_OnAngleChanged_m237591637A76C4529E83AAFB9849DEE80C39A7FB (DemoLeverDisplay_t2762C179729C7EF04242CC997D3EDBB9DE01675A* __this, float ___0_angle, float ___1_delta, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8178F586F104CC0037645CD4A425448975FBC818);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// _angle = angle;
|
|
float L_0 = ___0_angle;
|
|
__this->____angle_5 = L_0;
|
|
// _tm.text = $"{_step}/{_angle:f0}";
|
|
TextMeshPro_t4560AB28A3EAF503895A781A9C625273D833270E* L_1 = __this->____tm_6;
|
|
int32_t L_2 = __this->____step_4;
|
|
int32_t L_3 = L_2;
|
|
RuntimeObject* L_4 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_3);
|
|
float L_5 = __this->____angle_5;
|
|
float L_6 = L_5;
|
|
RuntimeObject* L_7 = Box(Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var, &L_6);
|
|
String_t* L_8;
|
|
L_8 = String_Format_mFB7DA489BD99F4670881FF50EC017BFB0A5C0987(_stringLiteral8178F586F104CC0037645CD4A425448975FBC818, L_4, L_7, NULL);
|
|
NullCheck(L_1);
|
|
VirtualActionInvoker1< String_t* >::Invoke(66 /* System.Void TMPro.TMP_Text::set_text(System.String) */, L_1, L_8);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void HurricaneVR.TechDemo.Scripts.DemoLeverDisplay::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DemoLeverDisplay__ctor_m8E68EB867805E86488731163C5544F3720178036 (DemoLeverDisplay_t2762C179729C7EF04242CC997D3EDBB9DE01675A* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
MonoBehaviour__ctor_m592DB0105CA0BC97AA1C5F4AD27B12D68A3B7C1E(__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 HurricaneVR.TechDemo.Scripts.DemoLock::Start()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DemoLock_Start_mD740E4D54520C22B47C94CCD5A5A93712E802954 (DemoLock_t9A1D128BD0551C2F7C2C4A4088A6FA6669004339* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisDemoPassthroughSocket_t24713938A3C6DCD858E22F671E74963B3274ADF3_m3F66B774E9139F21C1B324DA26A053E849E360F8_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DemoLock_OnKeyGrabbed_m98219C1B699E94DA9FC6B11144CD531A0F0E73D8_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnityAction_2_tEB35C2416BBA906661E576A7D262CF6460145EED_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnityEvent_2_AddListener_m5712BF8841CA269C2837A109B704B284484F0626_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// Socket = GetComponent<DemoPassthroughSocket>();
|
|
DemoPassthroughSocket_t24713938A3C6DCD858E22F671E74963B3274ADF3* L_0;
|
|
L_0 = Component_GetComponent_TisDemoPassthroughSocket_t24713938A3C6DCD858E22F671E74963B3274ADF3_m3F66B774E9139F21C1B324DA26A053E849E360F8(__this, Component_GetComponent_TisDemoPassthroughSocket_t24713938A3C6DCD858E22F671E74963B3274ADF3_m3F66B774E9139F21C1B324DA26A053E849E360F8_RuntimeMethod_var);
|
|
__this->___Socket_4 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___Socket_4), (void*)L_0);
|
|
// Socket.Grabbed.AddListener(OnKeyGrabbed);
|
|
DemoPassthroughSocket_t24713938A3C6DCD858E22F671E74963B3274ADF3* L_1 = __this->___Socket_4;
|
|
NullCheck(L_1);
|
|
VRGrabberEvent_t2713C2DF3B8DA12A163C59D07B42A39AEA560F6C* L_2 = ((HVRGrabberBase_tBEE8D8D0A2D3CBC0BB8DDA86DAB5B34CF3A4CEF6*)L_1)->___Grabbed_5;
|
|
UnityAction_2_tEB35C2416BBA906661E576A7D262CF6460145EED* L_3 = (UnityAction_2_tEB35C2416BBA906661E576A7D262CF6460145EED*)il2cpp_codegen_object_new(UnityAction_2_tEB35C2416BBA906661E576A7D262CF6460145EED_il2cpp_TypeInfo_var);
|
|
NullCheck(L_3);
|
|
UnityAction_2__ctor_mF45134DBC67C479BA0F32E844D3400071AF4205D(L_3, __this, (intptr_t)((void*)DemoLock_OnKeyGrabbed_m98219C1B699E94DA9FC6B11144CD531A0F0E73D8_RuntimeMethod_var), NULL);
|
|
NullCheck(L_2);
|
|
UnityEvent_2_AddListener_m5712BF8841CA269C2837A109B704B284484F0626(L_2, L_3, UnityEvent_2_AddListener_m5712BF8841CA269C2837A109B704B284484F0626_RuntimeMethod_var);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void HurricaneVR.TechDemo.Scripts.DemoLock::Update()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DemoLock_Update_m36666D98FEE86AD846EE87C49CDDA20C596595A9 (DemoLock_t9A1D128BD0551C2F7C2C4A4088A6FA6669004339* __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*)&_stringLiteralDFF8B948CC37BEB6D1D5A4F40084C611DB43B1E6);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
// if (!_unlocked && FaceGrabbable.transform.localRotation.eulerAngles.x > LockThreshold)
|
|
bool L_0 = __this->____unlocked_13;
|
|
if (L_0)
|
|
{
|
|
goto IL_00c8;
|
|
}
|
|
}
|
|
{
|
|
HVRGrabbable_tC5E7380624392C1F4EB5BEA99BF9C187D151C0DE* L_1 = __this->___FaceGrabbable_5;
|
|
NullCheck(L_1);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_2;
|
|
L_2 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(L_1, NULL);
|
|
NullCheck(L_2);
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_3;
|
|
L_3 = Transform_get_localRotation_mD53D37611A5DAE93EC6C7BBCAC337408C5CACA77(L_2, NULL);
|
|
V_0 = L_3;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_4;
|
|
L_4 = Quaternion_get_eulerAngles_m2DB5158B5C3A71FD60FC8A6EE43D3AAA1CFED122_inline((&V_0), NULL);
|
|
float L_5 = L_4.___x_2;
|
|
float L_6 = __this->___LockThreshold_11;
|
|
if ((!(((float)L_5) > ((float)L_6))))
|
|
{
|
|
goto IL_00c8;
|
|
}
|
|
}
|
|
{
|
|
// _unlocked = true;
|
|
__this->____unlocked_13 = (bool)1;
|
|
// Unlocked.Invoke();
|
|
UnityEvent_tDC2C3548799DBC91D1E3F3DE60083A66F4751977* L_7 = __this->___Unlocked_12;
|
|
NullCheck(L_7);
|
|
UnityEvent_Invoke_mFBF80D59B03C30C5FE6A06F897D954ACADE061D2(L_7, NULL);
|
|
// Debug.Log($"lock unlocked!");
|
|
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
Debug_Log_m87A9A3C761FF5C43ED8A53B16190A53D08F818BB(_stringLiteralDFF8B948CC37BEB6D1D5A4F40084C611DB43B1E6, NULL);
|
|
// FaceGrabbable.ForceRelease();
|
|
HVRGrabbable_tC5E7380624392C1F4EB5BEA99BF9C187D151C0DE* L_8 = __this->___FaceGrabbable_5;
|
|
NullCheck(L_8);
|
|
HVRGrabbable_ForceRelease_mB3D47F3A4835B4A470C8132E09D3FE756C704E75(L_8, NULL);
|
|
// FaceGrabbable.Rigidbody.constraints = RigidbodyConstraints.FreezeAll;
|
|
HVRGrabbable_tC5E7380624392C1F4EB5BEA99BF9C187D151C0DE* L_9 = __this->___FaceGrabbable_5;
|
|
NullCheck(L_9);
|
|
Rigidbody_t268697F5A994213ED97393309870968BC1C7393C* L_10 = L_9->___Rigidbody_38;
|
|
NullCheck(L_10);
|
|
Rigidbody_set_constraints_mE81BF0DAEB980E320538231E092CA4663885A9A3(L_10, ((int32_t)126), NULL);
|
|
// FaceGrabbable.CanBeGrabbed = false;
|
|
HVRGrabbable_tC5E7380624392C1F4EB5BEA99BF9C187D151C0DE* L_11 = __this->___FaceGrabbable_5;
|
|
NullCheck(L_11);
|
|
HVRGrabbable_set_CanBeGrabbed_mFBBB3A580517AF2FFE98469BF542624776E6DB52_inline(L_11, (bool)0, NULL);
|
|
// FaceGrabbable.transform.localRotation = Quaternion.Euler(90f, 0f, 0f);
|
|
HVRGrabbable_tC5E7380624392C1F4EB5BEA99BF9C187D151C0DE* L_12 = __this->___FaceGrabbable_5;
|
|
NullCheck(L_12);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_13;
|
|
L_13 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(L_12, NULL);
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_14;
|
|
L_14 = Quaternion_Euler_m9262AB29E3E9CE94EF71051F38A28E82AEC73F90_inline((90.0f), (0.0f), (0.0f), NULL);
|
|
NullCheck(L_13);
|
|
Transform_set_localRotation_mAB4A011D134BA58AB780BECC0025CA65F16185FA(L_13, L_14, NULL);
|
|
// if(SFXPlayer.Instance) SFXPlayer.Instance.PlaySFX(SFXUnlocked, FaceGrabbable.transform.position);
|
|
SFXPlayer_t6916F8692A74B19A33C44C40C773635DF91B5165* L_15;
|
|
L_15 = SFXPlayer_get_Instance_m4D3AE1620BA42D46607328B25EAA0569B49CCBD5_inline(NULL);
|
|
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_00c8;
|
|
}
|
|
}
|
|
{
|
|
// if(SFXPlayer.Instance) SFXPlayer.Instance.PlaySFX(SFXUnlocked, FaceGrabbable.transform.position);
|
|
SFXPlayer_t6916F8692A74B19A33C44C40C773635DF91B5165* L_17;
|
|
L_17 = SFXPlayer_get_Instance_m4D3AE1620BA42D46607328B25EAA0569B49CCBD5_inline(NULL);
|
|
AudioClip_t5D272C4EB4F2D3ED49F1C346DEA373CF6D585F20* L_18 = __this->___SFXUnlocked_9;
|
|
HVRGrabbable_tC5E7380624392C1F4EB5BEA99BF9C187D151C0DE* L_19 = __this->___FaceGrabbable_5;
|
|
NullCheck(L_19);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_20;
|
|
L_20 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(L_19, NULL);
|
|
NullCheck(L_20);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_21;
|
|
L_21 = Transform_get_position_m69CD5FA214FDAE7BB701552943674846C220FDE1(L_20, NULL);
|
|
NullCheck(L_17);
|
|
SFXPlayer_PlaySFX_m84A045DF30FB03269C08AB8BB787365190207A84(L_17, L_18, L_21, NULL);
|
|
}
|
|
|
|
IL_00c8:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void HurricaneVR.TechDemo.Scripts.DemoLock::OnKeyGrabbed(HurricaneVR.Framework.Core.Grabbers.HVRGrabberBase,HurricaneVR.Framework.Core.HVRGrabbable)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DemoLock_OnKeyGrabbed_m98219C1B699E94DA9FC6B11144CD531A0F0E73D8 (DemoLock_t9A1D128BD0551C2F7C2C4A4088A6FA6669004339* __this, HVRGrabberBase_tBEE8D8D0A2D3CBC0BB8DDA86DAB5B34CF3A4CEF6* ___0_grabber, HVRGrabbable_tC5E7380624392C1F4EB5BEA99BF9C187D151C0DE* ___1_key, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// StartCoroutine(MoveKey(key));
|
|
HVRGrabbable_tC5E7380624392C1F4EB5BEA99BF9C187D151C0DE* L_0 = ___1_key;
|
|
RuntimeObject* L_1;
|
|
L_1 = DemoLock_MoveKey_m8941269B9F051AF924BB896B0DCE177A9A747370(__this, L_0, NULL);
|
|
Coroutine_t85EA685566A254C23F3FD77AB5BDFFFF8799596B* L_2;
|
|
L_2 = MonoBehaviour_StartCoroutine_m4CAFF732AA28CD3BDC5363B44A863575530EC812(__this, L_1, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Collections.IEnumerator HurricaneVR.TechDemo.Scripts.DemoLock::MoveKey(HurricaneVR.Framework.Core.HVRGrabbable)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DemoLock_MoveKey_m8941269B9F051AF924BB896B0DCE177A9A747370 (DemoLock_t9A1D128BD0551C2F7C2C4A4088A6FA6669004339* __this, HVRGrabbable_tC5E7380624392C1F4EB5BEA99BF9C187D151C0DE* ___0_key, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CMoveKeyU3Ed__13_tF26A6491321014A2CC03422E692234DCE0D7D0D7_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
U3CMoveKeyU3Ed__13_tF26A6491321014A2CC03422E692234DCE0D7D0D7* L_0 = (U3CMoveKeyU3Ed__13_tF26A6491321014A2CC03422E692234DCE0D7D0D7*)il2cpp_codegen_object_new(U3CMoveKeyU3Ed__13_tF26A6491321014A2CC03422E692234DCE0D7D0D7_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
U3CMoveKeyU3Ed__13__ctor_m0787379FB6273A61E7D0C35DF7F283EDBAC271E7(L_0, 0, NULL);
|
|
U3CMoveKeyU3Ed__13_tF26A6491321014A2CC03422E692234DCE0D7D0D7* L_1 = L_0;
|
|
NullCheck(L_1);
|
|
L_1->___U3CU3E4__this_3 = __this;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_1->___U3CU3E4__this_3), (void*)__this);
|
|
U3CMoveKeyU3Ed__13_tF26A6491321014A2CC03422E692234DCE0D7D0D7* L_2 = L_1;
|
|
HVRGrabbable_tC5E7380624392C1F4EB5BEA99BF9C187D151C0DE* L_3 = ___0_key;
|
|
NullCheck(L_2);
|
|
L_2->___key_2 = L_3;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_2->___key_2), (void*)L_3);
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.Void HurricaneVR.TechDemo.Scripts.DemoLock::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DemoLock__ctor_m4AA6E41829D90570868018E5102C7720F5F1B80E (DemoLock_t9A1D128BD0551C2F7C2C4A4088A6FA6669004339* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnityEvent_tDC2C3548799DBC91D1E3F3DE60083A66F4751977_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public float AnimationTime = 1f;
|
|
__this->___AnimationTime_8 = (1.0f);
|
|
// public float LockThreshold = 89f;
|
|
__this->___LockThreshold_11 = (89.0f);
|
|
// public UnityEvent Unlocked = new UnityEvent();
|
|
UnityEvent_tDC2C3548799DBC91D1E3F3DE60083A66F4751977* L_0 = (UnityEvent_tDC2C3548799DBC91D1E3F3DE60083A66F4751977*)il2cpp_codegen_object_new(UnityEvent_tDC2C3548799DBC91D1E3F3DE60083A66F4751977_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
UnityEvent__ctor_m03D3E5121B9A6100351984D0CE3050B909CD3235(L_0, NULL);
|
|
__this->___Unlocked_12 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___Unlocked_12), (void*)L_0);
|
|
MonoBehaviour__ctor_m592DB0105CA0BC97AA1C5F4AD27B12D68A3B7C1E(__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 HurricaneVR.TechDemo.Scripts.DemoLock/<MoveKey>d__13::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CMoveKeyU3Ed__13__ctor_m0787379FB6273A61E7D0C35DF7F283EDBAC271E7 (U3CMoveKeyU3Ed__13_tF26A6491321014A2CC03422E692234DCE0D7D0D7* __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 HurricaneVR.TechDemo.Scripts.DemoLock/<MoveKey>d__13::System.IDisposable.Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CMoveKeyU3Ed__13_System_IDisposable_Dispose_m8C99BF839C56E3955F9F5C9ABD000DBD3C452600 (U3CMoveKeyU3Ed__13_tF26A6491321014A2CC03422E692234DCE0D7D0D7* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean HurricaneVR.TechDemo.Scripts.DemoLock/<MoveKey>d__13::MoveNext()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CMoveKeyU3Ed__13_MoveNext_mED8E6E3C8D9D6D3D858CB33DEB566C2F56B17A81 (U3CMoveKeyU3Ed__13_tF26A6491321014A2CC03422E692234DCE0D7D0D7* __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;
|
|
}
|
|
int32_t V_0 = 0;
|
|
DemoLock_t9A1D128BD0551C2F7C2C4A4088A6FA6669004339* V_1 = NULL;
|
|
{
|
|
int32_t L_0 = __this->___U3CU3E1__state_0;
|
|
V_0 = L_0;
|
|
DemoLock_t9A1D128BD0551C2F7C2C4A4088A6FA6669004339* L_1 = __this->___U3CU3E4__this_3;
|
|
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_00e5;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
__this->___U3CU3E1__state_0 = (-1);
|
|
// var start = key.transform.position;
|
|
HVRGrabbable_tC5E7380624392C1F4EB5BEA99BF9C187D151C0DE* L_4 = __this->___key_2;
|
|
NullCheck(L_4);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_5;
|
|
L_5 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(L_4, NULL);
|
|
NullCheck(L_5);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_6;
|
|
L_6 = Transform_get_position_m69CD5FA214FDAE7BB701552943674846C220FDE1(L_5, NULL);
|
|
__this->___U3CstartU3E5__2_4 = L_6;
|
|
// var startRot = key.transform.rotation;
|
|
HVRGrabbable_tC5E7380624392C1F4EB5BEA99BF9C187D151C0DE* L_7 = __this->___key_2;
|
|
NullCheck(L_7);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_8;
|
|
L_8 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(L_7, NULL);
|
|
NullCheck(L_8);
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_9;
|
|
L_9 = Transform_get_rotation_m32AF40CA0D50C797DA639A696F8EAEC7524C179C(L_8, NULL);
|
|
__this->___U3CstartRotU3E5__3_5 = L_9;
|
|
// var elapsed = 0f;
|
|
__this->___U3CelapsedU3E5__4_6 = (0.0f);
|
|
goto IL_00ec;
|
|
}
|
|
|
|
IL_005d:
|
|
{
|
|
// key.transform.position = Vector3.Lerp(start, Key.position, elapsed / AnimationTime);
|
|
HVRGrabbable_tC5E7380624392C1F4EB5BEA99BF9C187D151C0DE* L_10 = __this->___key_2;
|
|
NullCheck(L_10);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_11;
|
|
L_11 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(L_10, NULL);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_12 = __this->___U3CstartU3E5__2_4;
|
|
DemoLock_t9A1D128BD0551C2F7C2C4A4088A6FA6669004339* L_13 = V_1;
|
|
NullCheck(L_13);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_14 = L_13->___Key_7;
|
|
NullCheck(L_14);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_15;
|
|
L_15 = Transform_get_position_m69CD5FA214FDAE7BB701552943674846C220FDE1(L_14, NULL);
|
|
float L_16 = __this->___U3CelapsedU3E5__4_6;
|
|
DemoLock_t9A1D128BD0551C2F7C2C4A4088A6FA6669004339* L_17 = V_1;
|
|
NullCheck(L_17);
|
|
float L_18 = L_17->___AnimationTime_8;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_19;
|
|
L_19 = Vector3_Lerp_m3A906D0530A94FAABB94F0F905E84D99BE85C3F8_inline(L_12, L_15, ((float)(L_16/L_18)), NULL);
|
|
NullCheck(L_11);
|
|
Transform_set_position_mA1A817124BB41B685043DED2A9BA48CDF37C4156(L_11, L_19, NULL);
|
|
// key.transform.rotation = Quaternion.Lerp(startRot, Key.rotation, elapsed / AnimationTime);
|
|
HVRGrabbable_tC5E7380624392C1F4EB5BEA99BF9C187D151C0DE* L_20 = __this->___key_2;
|
|
NullCheck(L_20);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_21;
|
|
L_21 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(L_20, NULL);
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_22 = __this->___U3CstartRotU3E5__3_5;
|
|
DemoLock_t9A1D128BD0551C2F7C2C4A4088A6FA6669004339* L_23 = V_1;
|
|
NullCheck(L_23);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_24 = L_23->___Key_7;
|
|
NullCheck(L_24);
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_25;
|
|
L_25 = Transform_get_rotation_m32AF40CA0D50C797DA639A696F8EAEC7524C179C(L_24, NULL);
|
|
float L_26 = __this->___U3CelapsedU3E5__4_6;
|
|
DemoLock_t9A1D128BD0551C2F7C2C4A4088A6FA6669004339* L_27 = V_1;
|
|
NullCheck(L_27);
|
|
float L_28 = L_27->___AnimationTime_8;
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_29;
|
|
L_29 = Quaternion_Lerp_m259606226726C2F46E079A5A688B9E24FF7E9A0D(L_22, L_25, ((float)(L_26/L_28)), NULL);
|
|
NullCheck(L_21);
|
|
Transform_set_rotation_m61340DE74726CF0F9946743A727C4D444397331D(L_21, L_29, NULL);
|
|
// elapsed += Time.deltaTime;
|
|
float L_30 = __this->___U3CelapsedU3E5__4_6;
|
|
float L_31;
|
|
L_31 = Time_get_deltaTime_mC3195000401F0FD167DD2F948FD2BC58330D0865(NULL);
|
|
__this->___U3CelapsedU3E5__4_6 = ((float)il2cpp_codegen_add(L_30, L_31));
|
|
// 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_00e5:
|
|
{
|
|
__this->___U3CU3E1__state_0 = (-1);
|
|
}
|
|
|
|
IL_00ec:
|
|
{
|
|
// while (elapsed < AnimationTime)
|
|
float L_32 = __this->___U3CelapsedU3E5__4_6;
|
|
DemoLock_t9A1D128BD0551C2F7C2C4A4088A6FA6669004339* L_33 = V_1;
|
|
NullCheck(L_33);
|
|
float L_34 = L_33->___AnimationTime_8;
|
|
if ((((float)L_32) < ((float)L_34)))
|
|
{
|
|
goto IL_005d;
|
|
}
|
|
}
|
|
{
|
|
// if(SFXPlayer.Instance) SFXPlayer.Instance.PlaySFX(SFXKeyInserted, FaceGrabbable.transform.position);
|
|
SFXPlayer_t6916F8692A74B19A33C44C40C773635DF91B5165* L_35;
|
|
L_35 = SFXPlayer_get_Instance_m4D3AE1620BA42D46607328B25EAA0569B49CCBD5_inline(NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_36;
|
|
L_36 = Object_op_Implicit_m93896EF7D68FA113C42D3FE2BC6F661FC7EF514A(L_35, NULL);
|
|
if (!L_36)
|
|
{
|
|
goto IL_0129;
|
|
}
|
|
}
|
|
{
|
|
// if(SFXPlayer.Instance) SFXPlayer.Instance.PlaySFX(SFXKeyInserted, FaceGrabbable.transform.position);
|
|
SFXPlayer_t6916F8692A74B19A33C44C40C773635DF91B5165* L_37;
|
|
L_37 = SFXPlayer_get_Instance_m4D3AE1620BA42D46607328B25EAA0569B49CCBD5_inline(NULL);
|
|
DemoLock_t9A1D128BD0551C2F7C2C4A4088A6FA6669004339* L_38 = V_1;
|
|
NullCheck(L_38);
|
|
AudioClip_t5D272C4EB4F2D3ED49F1C346DEA373CF6D585F20* L_39 = L_38->___SFXKeyInserted_10;
|
|
DemoLock_t9A1D128BD0551C2F7C2C4A4088A6FA6669004339* L_40 = V_1;
|
|
NullCheck(L_40);
|
|
HVRGrabbable_tC5E7380624392C1F4EB5BEA99BF9C187D151C0DE* L_41 = L_40->___FaceGrabbable_5;
|
|
NullCheck(L_41);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_42;
|
|
L_42 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(L_41, NULL);
|
|
NullCheck(L_42);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_43;
|
|
L_43 = Transform_get_position_m69CD5FA214FDAE7BB701552943674846C220FDE1(L_42, NULL);
|
|
NullCheck(L_37);
|
|
SFXPlayer_PlaySFX_m84A045DF30FB03269C08AB8BB787365190207A84(L_37, L_39, L_43, NULL);
|
|
}
|
|
|
|
IL_0129:
|
|
{
|
|
// FaceGrabbable.gameObject.SetActive(true);
|
|
DemoLock_t9A1D128BD0551C2F7C2C4A4088A6FA6669004339* L_44 = V_1;
|
|
NullCheck(L_44);
|
|
HVRGrabbable_tC5E7380624392C1F4EB5BEA99BF9C187D151C0DE* L_45 = L_44->___FaceGrabbable_5;
|
|
NullCheck(L_45);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_46;
|
|
L_46 = Component_get_gameObject_m57AEFBB14DB39EC476F740BA000E170355DE691B(L_45, NULL);
|
|
NullCheck(L_46);
|
|
GameObject_SetActive_m638E92E1E75E519E5B24CF150B08CA8E0CDFAB92(L_46, (bool)1, NULL);
|
|
// Face.SetActive(false);
|
|
DemoLock_t9A1D128BD0551C2F7C2C4A4088A6FA6669004339* L_47 = V_1;
|
|
NullCheck(L_47);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_48 = L_47->___Face_6;
|
|
NullCheck(L_48);
|
|
GameObject_SetActive_m638E92E1E75E519E5B24CF150B08CA8E0CDFAB92(L_48, (bool)0, NULL);
|
|
// Destroy(key.gameObject);
|
|
HVRGrabbable_tC5E7380624392C1F4EB5BEA99BF9C187D151C0DE* L_49 = __this->___key_2;
|
|
NullCheck(L_49);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_50;
|
|
L_50 = Component_get_gameObject_m57AEFBB14DB39EC476F740BA000E170355DE691B(L_49, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
Object_Destroy_mE97D0A766419A81296E8D4E5C23D01D3FE91ACBB(L_50, NULL);
|
|
// }
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Object HurricaneVR.TechDemo.Scripts.DemoLock/<MoveKey>d__13::System.Collections.Generic.IEnumerator<System.Object>.get_Current()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CMoveKeyU3Ed__13_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_m0792D2434F6115D27EA26EEA18AEEDE9684AD709 (U3CMoveKeyU3Ed__13_tF26A6491321014A2CC03422E692234DCE0D7D0D7* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject* L_0 = __this->___U3CU3E2__current_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void HurricaneVR.TechDemo.Scripts.DemoLock/<MoveKey>d__13::System.Collections.IEnumerator.Reset()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CMoveKeyU3Ed__13_System_Collections_IEnumerator_Reset_m8B303C10C799B16E6DAAB9AEF67E3D6A94D1482E (U3CMoveKeyU3Ed__13_tF26A6491321014A2CC03422E692234DCE0D7D0D7* __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*)&U3CMoveKeyU3Ed__13_System_Collections_IEnumerator_Reset_m8B303C10C799B16E6DAAB9AEF67E3D6A94D1482E_RuntimeMethod_var)));
|
|
}
|
|
}
|
|
// System.Object HurricaneVR.TechDemo.Scripts.DemoLock/<MoveKey>d__13::System.Collections.IEnumerator.get_Current()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CMoveKeyU3Ed__13_System_Collections_IEnumerator_get_Current_m35C6879333613CD39F6A914771FBA4F449837C8B (U3CMoveKeyU3Ed__13_tF26A6491321014A2CC03422E692234DCE0D7D0D7* __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 HurricaneVR.TechDemo.Scripts.DemoLockedDoor::Start()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DemoLockedDoor_Start_mBCA775FF1FE3CEA2FAB3B01DCED73124B097D934 (DemoLockedDoor_tCA3885325CA417F739F7C6ED111865E68CCBAB15* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisHingeJoint_t70A95A9F77881D06B0A7BE99B7B16EA40332D2D7_mD226E906030A0E16CE9EEDAAA902B0CD7CA4B45F_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisRigidbody_t268697F5A994213ED97393309870968BC1C7393C_m4B5CAD64B52D153BEA96432633CA9A45FA523DD8_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// _hinge = GetComponent<HingeJoint>();
|
|
HingeJoint_t70A95A9F77881D06B0A7BE99B7B16EA40332D2D7* L_0;
|
|
L_0 = Component_GetComponent_TisHingeJoint_t70A95A9F77881D06B0A7BE99B7B16EA40332D2D7_mD226E906030A0E16CE9EEDAAA902B0CD7CA4B45F(__this, Component_GetComponent_TisHingeJoint_t70A95A9F77881D06B0A7BE99B7B16EA40332D2D7_mD226E906030A0E16CE9EEDAAA902B0CD7CA4B45F_RuntimeMethod_var);
|
|
__this->____hinge_4 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->____hinge_4), (void*)L_0);
|
|
// _rigidbody = GetComponent<Rigidbody>();
|
|
Rigidbody_t268697F5A994213ED97393309870968BC1C7393C* L_1;
|
|
L_1 = Component_GetComponent_TisRigidbody_t268697F5A994213ED97393309870968BC1C7393C_m4B5CAD64B52D153BEA96432633CA9A45FA523DD8(__this, Component_GetComponent_TisRigidbody_t268697F5A994213ED97393309870968BC1C7393C_m4B5CAD64B52D153BEA96432633CA9A45FA523DD8_RuntimeMethod_var);
|
|
__this->____rigidbody_5 = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->____rigidbody_5), (void*)L_1);
|
|
// if (LockOnStart)
|
|
bool L_2 = __this->___LockOnStart_8;
|
|
if (!L_2)
|
|
{
|
|
goto IL_0026;
|
|
}
|
|
}
|
|
{
|
|
// Lock();
|
|
DemoLockedDoor_Lock_m338E5554ACA9854D3678321A3E5165C41490120F(__this, NULL);
|
|
}
|
|
|
|
IL_0026:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void HurricaneVR.TechDemo.Scripts.DemoLockedDoor::Lock()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DemoLockedDoor_Lock_m338E5554ACA9854D3678321A3E5165C41490120F (DemoLockedDoor_tCA3885325CA417F739F7C6ED111865E68CCBAB15* __this, const RuntimeMethod* method)
|
|
{
|
|
JointLimits_tB79BCEF381B77F069150A1A961C05DD9838B998A V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
// var limit = _hinge.limits;
|
|
HingeJoint_t70A95A9F77881D06B0A7BE99B7B16EA40332D2D7* L_0 = __this->____hinge_4;
|
|
NullCheck(L_0);
|
|
JointLimits_tB79BCEF381B77F069150A1A961C05DD9838B998A L_1;
|
|
L_1 = HingeJoint_get_limits_mD0E3FDF10D6AEF4D539711C0DE418C20930B6433(L_0, NULL);
|
|
V_0 = L_1;
|
|
// limit.min = 0f;
|
|
JointLimits_set_min_m6DCC6F92E715577794E36CD524989509D2A001AF((&V_0), (0.0f), NULL);
|
|
// limit.max = 0f;
|
|
JointLimits_set_max_m192F8B77417D548BF0162E651049DB1C4C1D81A0((&V_0), (0.0f), NULL);
|
|
// _hinge.limits = limit;
|
|
HingeJoint_t70A95A9F77881D06B0A7BE99B7B16EA40332D2D7* L_2 = __this->____hinge_4;
|
|
JointLimits_tB79BCEF381B77F069150A1A961C05DD9838B998A L_3 = V_0;
|
|
NullCheck(L_2);
|
|
HingeJoint_set_limits_m5B9B968EF88FFC9ABA1777FFEFA13433F9BE08D8(L_2, L_3, NULL);
|
|
// _rigidbody.constraints = RigidbodyConstraints.FreezeAll;
|
|
Rigidbody_t268697F5A994213ED97393309870968BC1C7393C* L_4 = __this->____rigidbody_5;
|
|
NullCheck(L_4);
|
|
Rigidbody_set_constraints_mE81BF0DAEB980E320538231E092CA4663885A9A3(L_4, ((int32_t)126), NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void HurricaneVR.TechDemo.Scripts.DemoLockedDoor::Unlock()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DemoLockedDoor_Unlock_m77EC47B399105C8E994E5C538F27794AF39E9756 (DemoLockedDoor_tCA3885325CA417F739F7C6ED111865E68CCBAB15* __this, const RuntimeMethod* method)
|
|
{
|
|
JointLimits_tB79BCEF381B77F069150A1A961C05DD9838B998A V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
// var limits = _hinge.limits;
|
|
HingeJoint_t70A95A9F77881D06B0A7BE99B7B16EA40332D2D7* L_0 = __this->____hinge_4;
|
|
NullCheck(L_0);
|
|
JointLimits_tB79BCEF381B77F069150A1A961C05DD9838B998A L_1;
|
|
L_1 = HingeJoint_get_limits_mD0E3FDF10D6AEF4D539711C0DE418C20930B6433(L_0, NULL);
|
|
V_0 = L_1;
|
|
// limits.min = MinAngle;
|
|
float L_2 = __this->___MinAngle_6;
|
|
JointLimits_set_min_m6DCC6F92E715577794E36CD524989509D2A001AF((&V_0), L_2, NULL);
|
|
// limits.max = MaxAngle;
|
|
float L_3 = __this->___MaxAngle_7;
|
|
JointLimits_set_max_m192F8B77417D548BF0162E651049DB1C4C1D81A0((&V_0), L_3, NULL);
|
|
// _hinge.limits = limits;
|
|
HingeJoint_t70A95A9F77881D06B0A7BE99B7B16EA40332D2D7* L_4 = __this->____hinge_4;
|
|
JointLimits_tB79BCEF381B77F069150A1A961C05DD9838B998A L_5 = V_0;
|
|
NullCheck(L_4);
|
|
HingeJoint_set_limits_m5B9B968EF88FFC9ABA1777FFEFA13433F9BE08D8(L_4, L_5, NULL);
|
|
// _rigidbody.constraints = RigidbodyConstraints.None;
|
|
Rigidbody_t268697F5A994213ED97393309870968BC1C7393C* L_6 = __this->____rigidbody_5;
|
|
NullCheck(L_6);
|
|
Rigidbody_set_constraints_mE81BF0DAEB980E320538231E092CA4663885A9A3(L_6, 0, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void HurricaneVR.TechDemo.Scripts.DemoLockedDoor::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DemoLockedDoor__ctor_m5F063290F089D3CB9BB1C52C74A13FCFE176D437 (DemoLockedDoor_tCA3885325CA417F739F7C6ED111865E68CCBAB15* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public bool LockOnStart = true;
|
|
__this->___LockOnStart_8 = (bool)1;
|
|
MonoBehaviour__ctor_m592DB0105CA0BC97AA1C5F4AD27B12D68A3B7C1E(__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
|
|
// HurricaneVR.Framework.Core.Player.HVRTeleporter HurricaneVR.TechDemo.Scripts.DemoManualTeleport::get_Teleporter()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HVRTeleporter_t4FEDF3056BB66BE634DBCE3F3E6AD75C460F63B7* DemoManualTeleport_get_Teleporter_m44158E0CD2821BD9ECAA179A993234BDC3DD31FA (DemoManualTeleport_t894CA65F72D5C43AADAB63A8E4AEB4A2C543F9B1* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public HVRTeleporter Teleporter { get; set; }
|
|
HVRTeleporter_t4FEDF3056BB66BE634DBCE3F3E6AD75C460F63B7* L_0 = __this->___U3CTeleporterU3Ek__BackingField_6;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void HurricaneVR.TechDemo.Scripts.DemoManualTeleport::set_Teleporter(HurricaneVR.Framework.Core.Player.HVRTeleporter)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DemoManualTeleport_set_Teleporter_mA1E248E8F552FB0D684491E246633CB446CA8170 (DemoManualTeleport_t894CA65F72D5C43AADAB63A8E4AEB4A2C543F9B1* __this, HVRTeleporter_t4FEDF3056BB66BE634DBCE3F3E6AD75C460F63B7* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public HVRTeleporter Teleporter { get; set; }
|
|
HVRTeleporter_t4FEDF3056BB66BE634DBCE3F3E6AD75C460F63B7* L_0 = ___0_value;
|
|
__this->___U3CTeleporterU3Ek__BackingField_6 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CTeleporterU3Ek__BackingField_6), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void HurricaneVR.TechDemo.Scripts.DemoManualTeleport::Start()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DemoManualTeleport_Start_mB06F913E2DDCD303DD6347B9BC5CB9B59C834861 (DemoManualTeleport_t894CA65F72D5C43AADAB63A8E4AEB4A2C543F9B1* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_FirstOrDefault_TisHVRTeleporter_t4FEDF3056BB66BE634DBCE3F3E6AD75C460F63B7_m94CA905D038827EDD303BD8AC2200A79DCCDB981_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_tF91963B39D3FCFD7D91016D3153F74224BDE8664_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_FindObjectsOfType_TisHVRTeleporter_t4FEDF3056BB66BE634DBCE3F3E6AD75C460F63B7_m82F4FF72E5FB394E91B0D5D4C0A3B7A34BB189A2_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CStartU3Eb__6_0_m885A99B97891FD7A4045E291C3965460979FF622_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t7B2746BEC29BF1AC326B01D8F384A221C78CA7B4_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Func_2_tF91963B39D3FCFD7D91016D3153F74224BDE8664* G_B2_0 = NULL;
|
|
HVRTeleporterU5BU5D_t1856C5897E868ACEC58861D7B36D10AE69A7BA5A* G_B2_1 = NULL;
|
|
DemoManualTeleport_t894CA65F72D5C43AADAB63A8E4AEB4A2C543F9B1* G_B2_2 = NULL;
|
|
Func_2_tF91963B39D3FCFD7D91016D3153F74224BDE8664* G_B1_0 = NULL;
|
|
HVRTeleporterU5BU5D_t1856C5897E868ACEC58861D7B36D10AE69A7BA5A* G_B1_1 = NULL;
|
|
DemoManualTeleport_t894CA65F72D5C43AADAB63A8E4AEB4A2C543F9B1* G_B1_2 = NULL;
|
|
{
|
|
// Teleporter = GameObject.FindObjectsOfType<HVRTeleporter>().FirstOrDefault(e => e.gameObject.activeInHierarchy);
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
HVRTeleporterU5BU5D_t1856C5897E868ACEC58861D7B36D10AE69A7BA5A* L_0;
|
|
L_0 = Object_FindObjectsOfType_TisHVRTeleporter_t4FEDF3056BB66BE634DBCE3F3E6AD75C460F63B7_m82F4FF72E5FB394E91B0D5D4C0A3B7A34BB189A2(Object_FindObjectsOfType_TisHVRTeleporter_t4FEDF3056BB66BE634DBCE3F3E6AD75C460F63B7_m82F4FF72E5FB394E91B0D5D4C0A3B7A34BB189A2_RuntimeMethod_var);
|
|
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t7B2746BEC29BF1AC326B01D8F384A221C78CA7B4_il2cpp_TypeInfo_var);
|
|
Func_2_tF91963B39D3FCFD7D91016D3153F74224BDE8664* L_1 = ((U3CU3Ec_t7B2746BEC29BF1AC326B01D8F384A221C78CA7B4_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t7B2746BEC29BF1AC326B01D8F384A221C78CA7B4_il2cpp_TypeInfo_var))->___U3CU3E9__6_0_1;
|
|
Func_2_tF91963B39D3FCFD7D91016D3153F74224BDE8664* L_2 = L_1;
|
|
G_B1_0 = L_2;
|
|
G_B1_1 = L_0;
|
|
G_B1_2 = __this;
|
|
if (L_2)
|
|
{
|
|
G_B2_0 = L_2;
|
|
G_B2_1 = L_0;
|
|
G_B2_2 = __this;
|
|
goto IL_0025;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t7B2746BEC29BF1AC326B01D8F384A221C78CA7B4_il2cpp_TypeInfo_var);
|
|
U3CU3Ec_t7B2746BEC29BF1AC326B01D8F384A221C78CA7B4* L_3 = ((U3CU3Ec_t7B2746BEC29BF1AC326B01D8F384A221C78CA7B4_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t7B2746BEC29BF1AC326B01D8F384A221C78CA7B4_il2cpp_TypeInfo_var))->___U3CU3E9_0;
|
|
Func_2_tF91963B39D3FCFD7D91016D3153F74224BDE8664* L_4 = (Func_2_tF91963B39D3FCFD7D91016D3153F74224BDE8664*)il2cpp_codegen_object_new(Func_2_tF91963B39D3FCFD7D91016D3153F74224BDE8664_il2cpp_TypeInfo_var);
|
|
NullCheck(L_4);
|
|
Func_2__ctor_mACA125F5AF1DA7D4E07D9BCD8954008A4BE30481(L_4, L_3, (intptr_t)((void*)U3CU3Ec_U3CStartU3Eb__6_0_m885A99B97891FD7A4045E291C3965460979FF622_RuntimeMethod_var), NULL);
|
|
Func_2_tF91963B39D3FCFD7D91016D3153F74224BDE8664* L_5 = L_4;
|
|
((U3CU3Ec_t7B2746BEC29BF1AC326B01D8F384A221C78CA7B4_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t7B2746BEC29BF1AC326B01D8F384A221C78CA7B4_il2cpp_TypeInfo_var))->___U3CU3E9__6_0_1 = L_5;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_t7B2746BEC29BF1AC326B01D8F384A221C78CA7B4_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t7B2746BEC29BF1AC326B01D8F384A221C78CA7B4_il2cpp_TypeInfo_var))->___U3CU3E9__6_0_1), (void*)L_5);
|
|
G_B2_0 = L_5;
|
|
G_B2_1 = G_B1_1;
|
|
G_B2_2 = G_B1_2;
|
|
}
|
|
|
|
IL_0025:
|
|
{
|
|
HVRTeleporter_t4FEDF3056BB66BE634DBCE3F3E6AD75C460F63B7* L_6;
|
|
L_6 = Enumerable_FirstOrDefault_TisHVRTeleporter_t4FEDF3056BB66BE634DBCE3F3E6AD75C460F63B7_m94CA905D038827EDD303BD8AC2200A79DCCDB981((RuntimeObject*)G_B2_1, G_B2_0, Enumerable_FirstOrDefault_TisHVRTeleporter_t4FEDF3056BB66BE634DBCE3F3E6AD75C460F63B7_m94CA905D038827EDD303BD8AC2200A79DCCDB981_RuntimeMethod_var);
|
|
NullCheck(G_B2_2);
|
|
DemoManualTeleport_set_Teleporter_mA1E248E8F552FB0D684491E246633CB446CA8170_inline(G_B2_2, L_6, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void HurricaneVR.TechDemo.Scripts.DemoManualTeleport::GoToOne()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DemoManualTeleport_GoToOne_mBCF8FAB645624F43D1E8B3D84A1D75289DF2CCFD (DemoManualTeleport_t894CA65F72D5C43AADAB63A8E4AEB4A2C543F9B1* __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 (Teleporter && PositionOne)
|
|
HVRTeleporter_t4FEDF3056BB66BE634DBCE3F3E6AD75C460F63B7* L_0;
|
|
L_0 = DemoManualTeleport_get_Teleporter_m44158E0CD2821BD9ECAA179A993234BDC3DD31FA_inline(__this, 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_003b;
|
|
}
|
|
}
|
|
{
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_2 = __this->___PositionOne_4;
|
|
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_003b;
|
|
}
|
|
}
|
|
{
|
|
// Teleporter.Teleport(PositionOne.position, PositionOne.forward);
|
|
HVRTeleporter_t4FEDF3056BB66BE634DBCE3F3E6AD75C460F63B7* L_4;
|
|
L_4 = DemoManualTeleport_get_Teleporter_m44158E0CD2821BD9ECAA179A993234BDC3DD31FA_inline(__this, NULL);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_5 = __this->___PositionOne_4;
|
|
NullCheck(L_5);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_6;
|
|
L_6 = Transform_get_position_m69CD5FA214FDAE7BB701552943674846C220FDE1(L_5, NULL);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_7 = __this->___PositionOne_4;
|
|
NullCheck(L_7);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_8;
|
|
L_8 = Transform_get_forward_mFCFACF7165FDAB21E80E384C494DF278386CEE2F(L_7, NULL);
|
|
NullCheck(L_4);
|
|
VirtualActionInvoker2< Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 >::Invoke(61 /* System.Void HurricaneVR.Framework.Core.Player.HVRTeleporter::Teleport(UnityEngine.Vector3,UnityEngine.Vector3) */, L_4, L_6, L_8);
|
|
}
|
|
|
|
IL_003b:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void HurricaneVR.TechDemo.Scripts.DemoManualTeleport::GoToTwo()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DemoManualTeleport_GoToTwo_mB2B5AFD7D9F91AD144650E24C309973BF55DBD07 (DemoManualTeleport_t894CA65F72D5C43AADAB63A8E4AEB4A2C543F9B1* __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 (Teleporter && PositionTwo)
|
|
HVRTeleporter_t4FEDF3056BB66BE634DBCE3F3E6AD75C460F63B7* L_0;
|
|
L_0 = DemoManualTeleport_get_Teleporter_m44158E0CD2821BD9ECAA179A993234BDC3DD31FA_inline(__this, 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_003b;
|
|
}
|
|
}
|
|
{
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_2 = __this->___PositionTwo_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_003b;
|
|
}
|
|
}
|
|
{
|
|
// Teleporter.Teleport(PositionTwo.position, PositionTwo.forward);
|
|
HVRTeleporter_t4FEDF3056BB66BE634DBCE3F3E6AD75C460F63B7* L_4;
|
|
L_4 = DemoManualTeleport_get_Teleporter_m44158E0CD2821BD9ECAA179A993234BDC3DD31FA_inline(__this, NULL);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_5 = __this->___PositionTwo_5;
|
|
NullCheck(L_5);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_6;
|
|
L_6 = Transform_get_position_m69CD5FA214FDAE7BB701552943674846C220FDE1(L_5, NULL);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_7 = __this->___PositionTwo_5;
|
|
NullCheck(L_7);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_8;
|
|
L_8 = Transform_get_forward_mFCFACF7165FDAB21E80E384C494DF278386CEE2F(L_7, NULL);
|
|
NullCheck(L_4);
|
|
VirtualActionInvoker2< Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 >::Invoke(61 /* System.Void HurricaneVR.Framework.Core.Player.HVRTeleporter::Teleport(UnityEngine.Vector3,UnityEngine.Vector3) */, L_4, L_6, L_8);
|
|
}
|
|
|
|
IL_003b:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void HurricaneVR.TechDemo.Scripts.DemoManualTeleport::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DemoManualTeleport__ctor_mAA9DA422FBE24B1D2EC57D8D5346CA1D15B7807D (DemoManualTeleport_t894CA65F72D5C43AADAB63A8E4AEB4A2C543F9B1* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
MonoBehaviour__ctor_m592DB0105CA0BC97AA1C5F4AD27B12D68A3B7C1E(__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 HurricaneVR.TechDemo.Scripts.DemoManualTeleport/<>c::.cctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__cctor_mC5304AAC074C8A0F9BFBDD0D4F3FE224FFFC27BD (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t7B2746BEC29BF1AC326B01D8F384A221C78CA7B4_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
U3CU3Ec_t7B2746BEC29BF1AC326B01D8F384A221C78CA7B4* L_0 = (U3CU3Ec_t7B2746BEC29BF1AC326B01D8F384A221C78CA7B4*)il2cpp_codegen_object_new(U3CU3Ec_t7B2746BEC29BF1AC326B01D8F384A221C78CA7B4_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
U3CU3Ec__ctor_mA69C05157AC0EC1D96016127C7C04BF69FB6149E(L_0, NULL);
|
|
((U3CU3Ec_t7B2746BEC29BF1AC326B01D8F384A221C78CA7B4_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t7B2746BEC29BF1AC326B01D8F384A221C78CA7B4_il2cpp_TypeInfo_var))->___U3CU3E9_0 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_t7B2746BEC29BF1AC326B01D8F384A221C78CA7B4_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t7B2746BEC29BF1AC326B01D8F384A221C78CA7B4_il2cpp_TypeInfo_var))->___U3CU3E9_0), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void HurricaneVR.TechDemo.Scripts.DemoManualTeleport/<>c::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_mA69C05157AC0EC1D96016127C7C04BF69FB6149E (U3CU3Ec_t7B2746BEC29BF1AC326B01D8F384A221C78CA7B4* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean HurricaneVR.TechDemo.Scripts.DemoManualTeleport/<>c::<Start>b__6_0(HurricaneVR.Framework.Core.Player.HVRTeleporter)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec_U3CStartU3Eb__6_0_m885A99B97891FD7A4045E291C3965460979FF622 (U3CU3Ec_t7B2746BEC29BF1AC326B01D8F384A221C78CA7B4* __this, HVRTeleporter_t4FEDF3056BB66BE634DBCE3F3E6AD75C460F63B7* ___0_e, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// Teleporter = GameObject.FindObjectsOfType<HVRTeleporter>().FirstOrDefault(e => e.gameObject.activeInHierarchy);
|
|
HVRTeleporter_t4FEDF3056BB66BE634DBCE3F3E6AD75C460F63B7* L_0 = ___0_e;
|
|
NullCheck(L_0);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_1;
|
|
L_1 = Component_get_gameObject_m57AEFBB14DB39EC476F740BA000E170355DE691B(L_0, NULL);
|
|
NullCheck(L_1);
|
|
bool L_2;
|
|
L_2 = GameObject_get_activeInHierarchy_m49250F4F168DCC5388D5BE4F6A5681386907B109(L_1, NULL);
|
|
return L_2;
|
|
}
|
|
}
|
|
#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 HurricaneVR.TechDemo.Scripts.DemoPassthroughSocket::Start()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DemoPassthroughSocket_Start_m9C414A640AC6D88CA8E9E08F6A893F32670B268E (DemoPassthroughSocket_t24713938A3C6DCD858E22F671E74963B3274ADF3* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// base.Start();
|
|
HVRSocket_Start_m25A5779F1F122307EB23AB39A9A4DE215B663BBE(__this, NULL);
|
|
// ScaleGrabbable = false;
|
|
((HVRSocket_t863A2296A651DF5DF7F79E91E87DD1FA9C49C418*)__this)->___ScaleGrabbable_43 = (bool)0;
|
|
// GrabbableMustBeHeld = true;
|
|
((HVRSocket_t863A2296A651DF5DF7F79E91E87DD1FA9C49C418*)__this)->___GrabbableMustBeHeld_36 = (bool)1;
|
|
// GrabsFromHand = true;
|
|
((HVRSocket_t863A2296A651DF5DF7F79E91E87DD1FA9C49C418*)__this)->___GrabsFromHand_37 = (bool)1;
|
|
// CanRemoveGrabbable = false;
|
|
((HVRSocket_t863A2296A651DF5DF7F79E91E87DD1FA9C49C418*)__this)->___CanRemoveGrabbable_42 = (bool)0;
|
|
// ParentDisablesGrab = true;
|
|
((HVRSocket_t863A2296A651DF5DF7F79E91E87DD1FA9C49C418*)__this)->___ParentDisablesGrab_40 = (bool)1;
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void HurricaneVR.TechDemo.Scripts.DemoPassthroughSocket::OnGrabbed(HurricaneVR.Framework.Core.Grabbers.HVRGrabArgs)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DemoPassthroughSocket_OnGrabbed_m7018E3655D496732CA628B79F61284AE204862E1 (DemoPassthroughSocket_t24713938A3C6DCD858E22F671E74963B3274ADF3* __this, HVRGrabArgs_t97F9557A995F4B4355D9A1C7BD04582FD79A8191* ___0_args, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnityEvent_2_Invoke_mC76EFDB8EC97C21D69269426311A3E135CBE67A6_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// AllowGrabbing = false;
|
|
VirtualActionInvoker1< bool >::Invoke(7 /* System.Void HurricaneVR.Framework.Core.Grabbers.HVRGrabberBase::set_AllowGrabbing(System.Boolean) */, __this, (bool)0);
|
|
// AllowHovering = false;
|
|
HVRGrabberBase_set_AllowHovering_m54544F6D19C71F8BF7213D1EA52C7FBA9D46B30D_inline(__this, (bool)0, NULL);
|
|
// args.Cancel = true;
|
|
HVRGrabArgs_t97F9557A995F4B4355D9A1C7BD04582FD79A8191* L_0 = ___0_args;
|
|
NullCheck(L_0);
|
|
L_0->___Cancel_0 = (bool)1;
|
|
// Grabbed.Invoke(this, args.Grabbable);
|
|
VRGrabberEvent_t2713C2DF3B8DA12A163C59D07B42A39AEA560F6C* L_1 = ((HVRGrabberBase_tBEE8D8D0A2D3CBC0BB8DDA86DAB5B34CF3A4CEF6*)__this)->___Grabbed_5;
|
|
HVRGrabArgs_t97F9557A995F4B4355D9A1C7BD04582FD79A8191* L_2 = ___0_args;
|
|
NullCheck(L_2);
|
|
HVRGrabbable_tC5E7380624392C1F4EB5BEA99BF9C187D151C0DE* L_3 = L_2->___Grabbable_1;
|
|
NullCheck(L_1);
|
|
UnityEvent_2_Invoke_mC76EFDB8EC97C21D69269426311A3E135CBE67A6(L_1, __this, L_3, UnityEvent_2_Invoke_mC76EFDB8EC97C21D69269426311A3E135CBE67A6_RuntimeMethod_var);
|
|
// ForceRelease();
|
|
VirtualActionInvoker0::Invoke(30 /* System.Void HurricaneVR.Framework.Core.Grabbers.HVRGrabberBase::ForceRelease() */, __this);
|
|
// PlaySocketedSFX(args.Grabbable.Socketable);
|
|
HVRGrabArgs_t97F9557A995F4B4355D9A1C7BD04582FD79A8191* L_4 = ___0_args;
|
|
NullCheck(L_4);
|
|
HVRGrabbable_tC5E7380624392C1F4EB5BEA99BF9C187D151C0DE* L_5 = L_4->___Grabbable_1;
|
|
NullCheck(L_5);
|
|
HVRSocketable_t0CCE2C7710A7C7F66EC05482831E56FB949A094F* L_6;
|
|
L_6 = HVRGrabbable_get_Socketable_mEA601564D88587F9F74134E84A7EBBCB97A367E9_inline(L_5, NULL);
|
|
VirtualActionInvoker1< HVRSocketable_t0CCE2C7710A7C7F66EC05482831E56FB949A094F* >::Invoke(71 /* System.Void HurricaneVR.Framework.Core.Grabbers.HVRSocket::PlaySocketedSFX(HurricaneVR.Framework.Core.Sockets.HVRSocketable) */, __this, L_6);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void HurricaneVR.TechDemo.Scripts.DemoPassthroughSocket::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DemoPassthroughSocket__ctor_mCF0907691C16C944459CE282ADFBDF360E3D1894 (DemoPassthroughSocket_t24713938A3C6DCD858E22F671E74963B3274ADF3* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
HVRSocket__ctor_m6421902E11150566A29F8E326410867CF943FEC7(__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.Boolean HurricaneVR.TechDemo.Scripts.DemoPowerUnit::get_IsPoweredUp()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DemoPowerUnit_get_IsPoweredUp_m281A2F7F63FF1326672C8D57FA9BAD1FC48E8753 (DemoPowerUnit_t18277FBCF1AB022673D8C1E71F808916230680D2* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public bool IsPoweredUp => SocketedCellCount == RequiredCells;
|
|
int32_t L_0 = __this->___SocketedCellCount_13;
|
|
int32_t L_1 = __this->___RequiredCells_12;
|
|
return (bool)((((int32_t)L_0) == ((int32_t)L_1))? 1 : 0);
|
|
}
|
|
}
|
|
// System.Void HurricaneVR.TechDemo.Scripts.DemoPowerUnit::Start()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DemoPowerUnit_Start_m13D5E62E5C461AABB0EAC699D8F597C12F6014EF (DemoPowerUnit_t18277FBCF1AB022673D8C1E71F808916230680D2* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DemoPowerUnit_OnLeftSocketGrabbed_m4F5B4771E3CCD883336F11A0325E635DB55FBDB6_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DemoPowerUnit_OnRightSocketGrabbed_m4118D218C3C0B97C7438B0CEAF8F97210AF26831_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnityAction_2_tEB35C2416BBA906661E576A7D262CF6460145EED_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnityEvent_2_AddListener_m5712BF8841CA269C2837A109B704B284484F0626_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// LeftSocket.Grabbed.AddListener(OnLeftSocketGrabbed);
|
|
HVRSocket_t863A2296A651DF5DF7F79E91E87DD1FA9C49C418* L_0 = __this->___LeftSocket_5;
|
|
NullCheck(L_0);
|
|
VRGrabberEvent_t2713C2DF3B8DA12A163C59D07B42A39AEA560F6C* L_1 = ((HVRGrabberBase_tBEE8D8D0A2D3CBC0BB8DDA86DAB5B34CF3A4CEF6*)L_0)->___Grabbed_5;
|
|
UnityAction_2_tEB35C2416BBA906661E576A7D262CF6460145EED* L_2 = (UnityAction_2_tEB35C2416BBA906661E576A7D262CF6460145EED*)il2cpp_codegen_object_new(UnityAction_2_tEB35C2416BBA906661E576A7D262CF6460145EED_il2cpp_TypeInfo_var);
|
|
NullCheck(L_2);
|
|
UnityAction_2__ctor_mF45134DBC67C479BA0F32E844D3400071AF4205D(L_2, __this, (intptr_t)((void*)DemoPowerUnit_OnLeftSocketGrabbed_m4F5B4771E3CCD883336F11A0325E635DB55FBDB6_RuntimeMethod_var), NULL);
|
|
NullCheck(L_1);
|
|
UnityEvent_2_AddListener_m5712BF8841CA269C2837A109B704B284484F0626(L_1, L_2, UnityEvent_2_AddListener_m5712BF8841CA269C2837A109B704B284484F0626_RuntimeMethod_var);
|
|
// RightSocket.Grabbed.AddListener(OnRightSocketGrabbed);
|
|
HVRSocket_t863A2296A651DF5DF7F79E91E87DD1FA9C49C418* L_3 = __this->___RightSocket_6;
|
|
NullCheck(L_3);
|
|
VRGrabberEvent_t2713C2DF3B8DA12A163C59D07B42A39AEA560F6C* L_4 = ((HVRGrabberBase_tBEE8D8D0A2D3CBC0BB8DDA86DAB5B34CF3A4CEF6*)L_3)->___Grabbed_5;
|
|
UnityAction_2_tEB35C2416BBA906661E576A7D262CF6460145EED* L_5 = (UnityAction_2_tEB35C2416BBA906661E576A7D262CF6460145EED*)il2cpp_codegen_object_new(UnityAction_2_tEB35C2416BBA906661E576A7D262CF6460145EED_il2cpp_TypeInfo_var);
|
|
NullCheck(L_5);
|
|
UnityAction_2__ctor_mF45134DBC67C479BA0F32E844D3400071AF4205D(L_5, __this, (intptr_t)((void*)DemoPowerUnit_OnRightSocketGrabbed_m4118D218C3C0B97C7438B0CEAF8F97210AF26831_RuntimeMethod_var), NULL);
|
|
NullCheck(L_4);
|
|
UnityEvent_2_AddListener_m5712BF8841CA269C2837A109B704B284484F0626(L_4, L_5, UnityEvent_2_AddListener_m5712BF8841CA269C2837A109B704B284484F0626_RuntimeMethod_var);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void HurricaneVR.TechDemo.Scripts.DemoPowerUnit::OnRightSocketGrabbed(HurricaneVR.Framework.Core.Grabbers.HVRGrabberBase,HurricaneVR.Framework.Core.HVRGrabbable)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DemoPowerUnit_OnRightSocketGrabbed_m4118D218C3C0B97C7438B0CEAF8F97210AF26831 (DemoPowerUnit_t18277FBCF1AB022673D8C1E71F808916230680D2* __this, HVRGrabberBase_tBEE8D8D0A2D3CBC0BB8DDA86DAB5B34CF3A4CEF6* ___0_arg0, HVRGrabbable_tC5E7380624392C1F4EB5BEA99BF9C187D151C0DE* ___1_arg1, const RuntimeMethod* method)
|
|
{
|
|
MaterialU5BU5D_t2B1D11C42DB07A4400C0535F92DBB87A2E346D3D* V_0 = NULL;
|
|
{
|
|
// SocketedCellCount++;
|
|
int32_t L_0 = __this->___SocketedCellCount_13;
|
|
__this->___SocketedCellCount_13 = ((int32_t)il2cpp_codegen_add(L_0, 1));
|
|
// var mats = RightLight.materials;
|
|
MeshRenderer_t4B7747212F0B88244BB7790C61AE124BFC15BAAE* L_1 = __this->___RightLight_8;
|
|
NullCheck(L_1);
|
|
MaterialU5BU5D_t2B1D11C42DB07A4400C0535F92DBB87A2E346D3D* L_2;
|
|
L_2 = Renderer_get_materials_m43D33328432700524EAEAB093C67AE5689976118(L_1, NULL);
|
|
V_0 = L_2;
|
|
// mats[0] = OnMaterial;
|
|
MaterialU5BU5D_t2B1D11C42DB07A4400C0535F92DBB87A2E346D3D* L_3 = V_0;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_4 = __this->___OnMaterial_15;
|
|
NullCheck(L_3);
|
|
ArrayElementTypeCheck (L_3, L_4);
|
|
(L_3)->SetAt(static_cast<il2cpp_array_size_t>(0), (Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3*)L_4);
|
|
// RightLight.materials = mats;
|
|
MeshRenderer_t4B7747212F0B88244BB7790C61AE124BFC15BAAE* L_5 = __this->___RightLight_8;
|
|
MaterialU5BU5D_t2B1D11C42DB07A4400C0535F92DBB87A2E346D3D* L_6 = V_0;
|
|
NullCheck(L_5);
|
|
Renderer_set_materials_mAB0270CEB5AF2F6A8D21A012E77440DBFCBF9001(L_5, L_6, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void HurricaneVR.TechDemo.Scripts.DemoPowerUnit::OnLeftSocketGrabbed(HurricaneVR.Framework.Core.Grabbers.HVRGrabberBase,HurricaneVR.Framework.Core.HVRGrabbable)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DemoPowerUnit_OnLeftSocketGrabbed_m4F5B4771E3CCD883336F11A0325E635DB55FBDB6 (DemoPowerUnit_t18277FBCF1AB022673D8C1E71F808916230680D2* __this, HVRGrabberBase_tBEE8D8D0A2D3CBC0BB8DDA86DAB5B34CF3A4CEF6* ___0_arg0, HVRGrabbable_tC5E7380624392C1F4EB5BEA99BF9C187D151C0DE* ___1_arg1, const RuntimeMethod* method)
|
|
{
|
|
MaterialU5BU5D_t2B1D11C42DB07A4400C0535F92DBB87A2E346D3D* V_0 = NULL;
|
|
{
|
|
// SocketedCellCount++;
|
|
int32_t L_0 = __this->___SocketedCellCount_13;
|
|
__this->___SocketedCellCount_13 = ((int32_t)il2cpp_codegen_add(L_0, 1));
|
|
// var mats = LeftLight.materials;
|
|
MeshRenderer_t4B7747212F0B88244BB7790C61AE124BFC15BAAE* L_1 = __this->___LeftLight_7;
|
|
NullCheck(L_1);
|
|
MaterialU5BU5D_t2B1D11C42DB07A4400C0535F92DBB87A2E346D3D* L_2;
|
|
L_2 = Renderer_get_materials_m43D33328432700524EAEAB093C67AE5689976118(L_1, NULL);
|
|
V_0 = L_2;
|
|
// mats[0] = OnMaterial;
|
|
MaterialU5BU5D_t2B1D11C42DB07A4400C0535F92DBB87A2E346D3D* L_3 = V_0;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_4 = __this->___OnMaterial_15;
|
|
NullCheck(L_3);
|
|
ArrayElementTypeCheck (L_3, L_4);
|
|
(L_3)->SetAt(static_cast<il2cpp_array_size_t>(0), (Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3*)L_4);
|
|
// LeftLight.materials = mats;
|
|
MeshRenderer_t4B7747212F0B88244BB7790C61AE124BFC15BAAE* L_5 = __this->___LeftLight_7;
|
|
MaterialU5BU5D_t2B1D11C42DB07A4400C0535F92DBB87A2E346D3D* L_6 = V_0;
|
|
NullCheck(L_5);
|
|
Renderer_set_materials_mAB0270CEB5AF2F6A8D21A012E77440DBFCBF9001(L_5, L_6, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void HurricaneVR.TechDemo.Scripts.DemoPowerUnit::Update()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DemoPowerUnit_Update_m13B8187312D56D0D84A4328B88CABCA637F77BD2 (DemoPowerUnit_t18277FBCF1AB022673D8C1E71F808916230680D2* __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*)&_stringLiteral71CA9F9E0C870AADBE4EED2A581B2671DFD7E3E4);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (LeverRotation.Angle > RequiredAngle && IsPoweredUp && !Engaged)
|
|
HVRRotationTracker_tF6E4B67021F9D4DDF5D3C949CDA8DD2B8B24B067* L_0 = __this->___LeverRotation_9;
|
|
NullCheck(L_0);
|
|
float L_1;
|
|
L_1 = HVRRotationTracker_get_Angle_m1D919D4DEF1339D92F6907FE246C8990C7444AD0_inline(L_0, NULL);
|
|
float L_2 = __this->___RequiredAngle_10;
|
|
if ((!(((float)L_1) > ((float)L_2))))
|
|
{
|
|
goto IL_006b;
|
|
}
|
|
}
|
|
{
|
|
bool L_3;
|
|
L_3 = DemoPowerUnit_get_IsPoweredUp_m281A2F7F63FF1326672C8D57FA9BAD1FC48E8753(__this, NULL);
|
|
if (!L_3)
|
|
{
|
|
goto IL_006b;
|
|
}
|
|
}
|
|
{
|
|
bool L_4 = __this->___Engaged_14;
|
|
if (L_4)
|
|
{
|
|
goto IL_006b;
|
|
}
|
|
}
|
|
{
|
|
// if(SFXPlayer.Instance) SFXPlayer.Instance.PlaySFX(SFXPoweredOn, LeftSocket.transform.position);
|
|
SFXPlayer_t6916F8692A74B19A33C44C40C773635DF91B5165* L_5;
|
|
L_5 = SFXPlayer_get_Instance_m4D3AE1620BA42D46607328B25EAA0569B49CCBD5_inline(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_004f;
|
|
}
|
|
}
|
|
{
|
|
// if(SFXPlayer.Instance) SFXPlayer.Instance.PlaySFX(SFXPoweredOn, LeftSocket.transform.position);
|
|
SFXPlayer_t6916F8692A74B19A33C44C40C773635DF91B5165* L_7;
|
|
L_7 = SFXPlayer_get_Instance_m4D3AE1620BA42D46607328B25EAA0569B49CCBD5_inline(NULL);
|
|
AudioClip_t5D272C4EB4F2D3ED49F1C346DEA373CF6D585F20* L_8 = __this->___SFXPoweredOn_11;
|
|
HVRSocket_t863A2296A651DF5DF7F79E91E87DD1FA9C49C418* L_9 = __this->___LeftSocket_5;
|
|
NullCheck(L_9);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_10;
|
|
L_10 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(L_9, NULL);
|
|
NullCheck(L_10);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_11;
|
|
L_11 = Transform_get_position_m69CD5FA214FDAE7BB701552943674846C220FDE1(L_10, NULL);
|
|
NullCheck(L_7);
|
|
SFXPlayer_PlaySFX_m84A045DF30FB03269C08AB8BB787365190207A84(L_7, L_8, L_11, NULL);
|
|
}
|
|
|
|
IL_004f:
|
|
{
|
|
// Engaged = true;
|
|
__this->___Engaged_14 = (bool)1;
|
|
// PoweredUp.Invoke();
|
|
UnityEvent_tDC2C3548799DBC91D1E3F3DE60083A66F4751977* L_12 = __this->___PoweredUp_4;
|
|
NullCheck(L_12);
|
|
UnityEvent_Invoke_mFBF80D59B03C30C5FE6A06F897D954ACADE061D2(L_12, NULL);
|
|
// Debug.Log($"poweredup!");
|
|
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
Debug_Log_m87A9A3C761FF5C43ED8A53B16190A53D08F818BB(_stringLiteral71CA9F9E0C870AADBE4EED2A581B2671DFD7E3E4, NULL);
|
|
}
|
|
|
|
IL_006b:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void HurricaneVR.TechDemo.Scripts.DemoPowerUnit::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DemoPowerUnit__ctor_mFE0F2C1EE2885492185FD6C61ADE5F5F4CC1BD1F (DemoPowerUnit_t18277FBCF1AB022673D8C1E71F808916230680D2* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnityEvent_tDC2C3548799DBC91D1E3F3DE60083A66F4751977_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public UnityEvent PoweredUp = new UnityEvent();
|
|
UnityEvent_tDC2C3548799DBC91D1E3F3DE60083A66F4751977* L_0 = (UnityEvent_tDC2C3548799DBC91D1E3F3DE60083A66F4751977*)il2cpp_codegen_object_new(UnityEvent_tDC2C3548799DBC91D1E3F3DE60083A66F4751977_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
UnityEvent__ctor_m03D3E5121B9A6100351984D0CE3050B909CD3235(L_0, NULL);
|
|
__this->___PoweredUp_4 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___PoweredUp_4), (void*)L_0);
|
|
// public float RequiredAngle = 175f;
|
|
__this->___RequiredAngle_10 = (175.0f);
|
|
// public int RequiredCells = 2;
|
|
__this->___RequiredCells_12 = 2;
|
|
MonoBehaviour__ctor_m592DB0105CA0BC97AA1C5F4AD27B12D68A3B7C1E(__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
|
|
// HurricaneVR.TechDemo.Scripts.SafeDialState HurricaneVR.TechDemo.Scripts.DemoSafeDial::get_State()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DemoSafeDial_get_State_mEE79B1B788CEEC95CD248FBE8C9E4D8ED0848F02 (DemoSafeDial_tF6E48E30C762162DD0F1DD958CA9A22EA497D83E* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// get { return _state; }
|
|
int32_t L_0 = __this->____state_35;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void HurricaneVR.TechDemo.Scripts.DemoSafeDial::set_State(HurricaneVR.TechDemo.Scripts.SafeDialState)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DemoSafeDial_set_State_m9D680F1285B0014A3D387F64A4641B8E16C48705 (DemoSafeDial_tF6E48E30C762162DD0F1DD958CA9A22EA497D83E* __this, int32_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// _state = value;
|
|
int32_t L_0 = ___0_value;
|
|
__this->____state_35 = L_0;
|
|
// ComputeBounds();
|
|
DemoSafeDial_ComputeBounds_m439F6C39B7B35966C45AEEC2BAE62694A5032F71(__this, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Int32 HurricaneVR.TechDemo.Scripts.DemoSafeDial::get_NumberOfRotations()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DemoSafeDial_get_NumberOfRotations_m23C4A6DAC342DB7AC857A7741FB1A75A1E39A6F0 (DemoSafeDial_tF6E48E30C762162DD0F1DD958CA9A22EA497D83E* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return ((int)Mathf.Abs(CamDistance)) / 355;
|
|
float L_0 = __this->___CamDistance_28;
|
|
float L_1;
|
|
L_1 = fabsf(L_0);
|
|
return ((int32_t)(il2cpp_codegen_cast_double_to_int<int32_t>(L_1)/((int32_t)355)));
|
|
}
|
|
}
|
|
// System.Void HurricaneVR.TechDemo.Scripts.DemoSafeDial::Start()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DemoSafeDial_Start_m8C3CC2A202BCF53BF77FD7D54828B5FAB343DFCB (DemoSafeDial_tF6E48E30C762162DD0F1DD958CA9A22EA497D83E* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SafeDialState_t3ADBF0DD09E03B7544C074A80488A5FE7FCADAAF_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCDE9DED28C73C43C37F4AB9503FF1112289730BF);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// base.Start();
|
|
HVRRotationTracker_Start_m1F7003A715C1FC51F6993790E2184AFD2F049C8B(__this, NULL);
|
|
// ResetLockState(SafeDialState.CamOne);
|
|
DemoSafeDial_ResetLockState_m8DAE9C9D37734E9B7443B6717BAE1C437A745173(__this, 0, NULL);
|
|
// if (DebugLabel)
|
|
TextMeshPro_t4560AB28A3EAF503895A781A9C625273D833270E* L_0 = __this->___DebugLabel_22;
|
|
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_00a8;
|
|
}
|
|
}
|
|
{
|
|
// DebugLabel.text = $"Code:{First},{Second},{Third}\r\n Dist: {CamDistance:f0}\r\nState: {State}\r\nTolerance: {Tolerance:f0}\r\nL_Bound: {LowerBound:f0}\r\nU_Bound: {UpperBound:f0}";
|
|
TextMeshPro_t4560AB28A3EAF503895A781A9C625273D833270E* L_2 = __this->___DebugLabel_22;
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_3 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var, (uint32_t)8);
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_4 = L_3;
|
|
int32_t L_5 = __this->___First_24;
|
|
int32_t L_6 = L_5;
|
|
RuntimeObject* L_7 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_6);
|
|
NullCheck(L_4);
|
|
ArrayElementTypeCheck (L_4, L_7);
|
|
(L_4)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject*)L_7);
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_8 = L_4;
|
|
int32_t L_9 = __this->___Second_25;
|
|
int32_t L_10 = L_9;
|
|
RuntimeObject* L_11 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_10);
|
|
NullCheck(L_8);
|
|
ArrayElementTypeCheck (L_8, L_11);
|
|
(L_8)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject*)L_11);
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_12 = L_8;
|
|
int32_t L_13 = __this->___Third_26;
|
|
int32_t L_14 = L_13;
|
|
RuntimeObject* L_15 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_14);
|
|
NullCheck(L_12);
|
|
ArrayElementTypeCheck (L_12, L_15);
|
|
(L_12)->SetAt(static_cast<il2cpp_array_size_t>(2), (RuntimeObject*)L_15);
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_16 = L_12;
|
|
float L_17 = __this->___CamDistance_28;
|
|
float L_18 = L_17;
|
|
RuntimeObject* L_19 = Box(Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var, &L_18);
|
|
NullCheck(L_16);
|
|
ArrayElementTypeCheck (L_16, L_19);
|
|
(L_16)->SetAt(static_cast<il2cpp_array_size_t>(3), (RuntimeObject*)L_19);
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_20 = L_16;
|
|
int32_t L_21;
|
|
L_21 = DemoSafeDial_get_State_mEE79B1B788CEEC95CD248FBE8C9E4D8ED0848F02_inline(__this, NULL);
|
|
int32_t L_22 = L_21;
|
|
RuntimeObject* L_23 = Box(SafeDialState_t3ADBF0DD09E03B7544C074A80488A5FE7FCADAAF_il2cpp_TypeInfo_var, &L_22);
|
|
NullCheck(L_20);
|
|
ArrayElementTypeCheck (L_20, L_23);
|
|
(L_20)->SetAt(static_cast<il2cpp_array_size_t>(4), (RuntimeObject*)L_23);
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_24 = L_20;
|
|
float L_25 = __this->___Tolerance_30;
|
|
float L_26 = L_25;
|
|
RuntimeObject* L_27 = Box(Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var, &L_26);
|
|
NullCheck(L_24);
|
|
ArrayElementTypeCheck (L_24, L_27);
|
|
(L_24)->SetAt(static_cast<il2cpp_array_size_t>(5), (RuntimeObject*)L_27);
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_28 = L_24;
|
|
float L_29 = __this->___LowerBound_31;
|
|
float L_30 = L_29;
|
|
RuntimeObject* L_31 = Box(Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var, &L_30);
|
|
NullCheck(L_28);
|
|
ArrayElementTypeCheck (L_28, L_31);
|
|
(L_28)->SetAt(static_cast<il2cpp_array_size_t>(6), (RuntimeObject*)L_31);
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_32 = L_28;
|
|
float L_33 = __this->___UpperBound_32;
|
|
float L_34 = L_33;
|
|
RuntimeObject* L_35 = Box(Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var, &L_34);
|
|
NullCheck(L_32);
|
|
ArrayElementTypeCheck (L_32, L_35);
|
|
(L_32)->SetAt(static_cast<il2cpp_array_size_t>(7), (RuntimeObject*)L_35);
|
|
String_t* L_36;
|
|
L_36 = String_Format_m918500C1EFB475181349A79989BB79BB36102894(_stringLiteralCDE9DED28C73C43C37F4AB9503FF1112289730BF, L_32, NULL);
|
|
NullCheck(L_2);
|
|
VirtualActionInvoker1< String_t* >::Invoke(66 /* System.Void TMPro.TMP_Text::set_text(System.String) */, L_2, L_36);
|
|
}
|
|
|
|
IL_00a8:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void HurricaneVR.TechDemo.Scripts.DemoSafeDial::ComputeBounds()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DemoSafeDial_ComputeBounds_m439F6C39B7B35966C45AEEC2BAE62694A5032F71 (DemoSafeDial_tF6E48E30C762162DD0F1DD958CA9A22EA497D83E* __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
{
|
|
// switch (State)
|
|
int32_t L_0;
|
|
L_0 = DemoSafeDial_get_State_mEE79B1B788CEEC95CD248FBE8C9E4D8ED0848F02_inline(__this, NULL);
|
|
V_0 = L_0;
|
|
int32_t L_1 = V_0;
|
|
switch (L_1)
|
|
{
|
|
case 0:
|
|
{
|
|
goto IL_0022;
|
|
}
|
|
case 1:
|
|
{
|
|
goto IL_003d;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_0071;
|
|
}
|
|
case 3:
|
|
{
|
|
goto IL_00c9;
|
|
}
|
|
}
|
|
}
|
|
{
|
|
goto IL_00c9;
|
|
}
|
|
|
|
IL_0022:
|
|
{
|
|
// LowerBound = 0f;
|
|
__this->___LowerBound_31 = (0.0f);
|
|
// UpperBound = 1080f;
|
|
__this->___UpperBound_32 = (1080.0f);
|
|
// break;
|
|
goto IL_00c9;
|
|
}
|
|
|
|
IL_003d:
|
|
{
|
|
// LowerBound = -360f - (360 - Second * StepSize);
|
|
int32_t L_2 = __this->___Second_25;
|
|
float L_3 = ((HVRRotationTracker_tF6E4B67021F9D4DDF5D3C949CDA8DD2B8B24B067*)__this)->___StepSize_10;
|
|
__this->___LowerBound_31 = ((float)il2cpp_codegen_subtract((-360.0f), ((float)il2cpp_codegen_subtract((360.0f), ((float)il2cpp_codegen_multiply(((float)L_2), L_3))))));
|
|
// UpperBound = 0f + Tolerance;
|
|
float L_4 = __this->___Tolerance_30;
|
|
__this->___UpperBound_32 = ((float)il2cpp_codegen_add((0.0f), L_4));
|
|
// break;
|
|
goto IL_00c9;
|
|
}
|
|
|
|
IL_0071:
|
|
{
|
|
// if (Third < Second)
|
|
int32_t L_5 = __this->___Third_26;
|
|
int32_t L_6 = __this->___Second_25;
|
|
if ((((int32_t)L_5) >= ((int32_t)L_6)))
|
|
{
|
|
goto IL_00a3;
|
|
}
|
|
}
|
|
{
|
|
// UpperBound = (Steps - Second + Third) * StepSize;
|
|
int32_t L_7 = ((HVRRotationTracker_tF6E4B67021F9D4DDF5D3C949CDA8DD2B8B24B067*)__this)->___Steps_5;
|
|
int32_t L_8 = __this->___Second_25;
|
|
int32_t L_9 = __this->___Third_26;
|
|
float L_10 = ((HVRRotationTracker_tF6E4B67021F9D4DDF5D3C949CDA8DD2B8B24B067*)__this)->___StepSize_10;
|
|
__this->___UpperBound_32 = ((float)il2cpp_codegen_multiply(((float)((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_subtract(L_7, L_8)), L_9))), L_10));
|
|
goto IL_00be;
|
|
}
|
|
|
|
IL_00a3:
|
|
{
|
|
// UpperBound = (Third - Second) * StepSize;
|
|
int32_t L_11 = __this->___Third_26;
|
|
int32_t L_12 = __this->___Second_25;
|
|
float L_13 = ((HVRRotationTracker_tF6E4B67021F9D4DDF5D3C949CDA8DD2B8B24B067*)__this)->___StepSize_10;
|
|
__this->___UpperBound_32 = ((float)il2cpp_codegen_multiply(((float)((int32_t)il2cpp_codegen_subtract(L_11, L_12))), L_13));
|
|
}
|
|
|
|
IL_00be:
|
|
{
|
|
// LowerBound = 0f;
|
|
__this->___LowerBound_31 = (0.0f);
|
|
}
|
|
|
|
IL_00c9:
|
|
{
|
|
// LowerBound -= Tolerance;
|
|
float L_14 = __this->___LowerBound_31;
|
|
float L_15 = __this->___Tolerance_30;
|
|
__this->___LowerBound_31 = ((float)il2cpp_codegen_subtract(L_14, L_15));
|
|
// UpperBound += Tolerance;
|
|
float L_16 = __this->___UpperBound_32;
|
|
float L_17 = __this->___Tolerance_30;
|
|
__this->___UpperBound_32 = ((float)il2cpp_codegen_add(L_16, L_17));
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void HurricaneVR.TechDemo.Scripts.DemoSafeDial::Update()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DemoSafeDial_Update_mB72EC2408AF6F70DF932875368817E3217EDAE2D (DemoSafeDial_tF6E48E30C762162DD0F1DD958CA9A22EA497D83E* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// base.Update();
|
|
HVRRotationTracker_Update_m4E8892E2F7FEDBC33AB1943266BAE2F4EDEAF56A(__this, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean HurricaneVR.TechDemo.Scripts.DemoSafeDial::get_IsFirstInRange()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DemoSafeDial_get_IsFirstInRange_mA3CA090B1D8605DC5E91B3EE895675932F3525D6 (DemoSafeDial_tF6E48E30C762162DD0F1DD958CA9A22EA497D83E* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public bool IsFirstInRange => CurrentNumber >= First - AccuracyAllowance && CurrentNumber <= First + AccuracyAllowance;
|
|
int32_t L_0 = __this->___CurrentNumber_27;
|
|
int32_t L_1 = __this->___First_24;
|
|
int32_t L_2 = __this->___AccuracyAllowance_33;
|
|
if ((((int32_t)L_0) < ((int32_t)((int32_t)il2cpp_codegen_subtract(L_1, L_2)))))
|
|
{
|
|
goto IL_002e;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_3 = __this->___CurrentNumber_27;
|
|
int32_t L_4 = __this->___First_24;
|
|
int32_t L_5 = __this->___AccuracyAllowance_33;
|
|
return (bool)((((int32_t)((((int32_t)L_3) > ((int32_t)((int32_t)il2cpp_codegen_add(L_4, L_5))))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
}
|
|
|
|
IL_002e:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean HurricaneVR.TechDemo.Scripts.DemoSafeDial::get_IsSecondInRange()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DemoSafeDial_get_IsSecondInRange_m5BFFF02234033714F4E88D135216214148686DEF (DemoSafeDial_tF6E48E30C762162DD0F1DD958CA9A22EA497D83E* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public bool IsSecondInRange => CurrentNumber >= Second - AccuracyAllowance && CurrentNumber <= Second + AccuracyAllowance;
|
|
int32_t L_0 = __this->___CurrentNumber_27;
|
|
int32_t L_1 = __this->___Second_25;
|
|
int32_t L_2 = __this->___AccuracyAllowance_33;
|
|
if ((((int32_t)L_0) < ((int32_t)((int32_t)il2cpp_codegen_subtract(L_1, L_2)))))
|
|
{
|
|
goto IL_002e;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_3 = __this->___CurrentNumber_27;
|
|
int32_t L_4 = __this->___Second_25;
|
|
int32_t L_5 = __this->___AccuracyAllowance_33;
|
|
return (bool)((((int32_t)((((int32_t)L_3) > ((int32_t)((int32_t)il2cpp_codegen_add(L_4, L_5))))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
}
|
|
|
|
IL_002e:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean HurricaneVR.TechDemo.Scripts.DemoSafeDial::get_IsThirdInRange()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DemoSafeDial_get_IsThirdInRange_m89C0CA63CFE4621A2A191F39F0C77BEA4CD67A44 (DemoSafeDial_tF6E48E30C762162DD0F1DD958CA9A22EA497D83E* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public bool IsThirdInRange => CurrentNumber >= Third - AccuracyAllowance && CurrentNumber <= Third + AccuracyAllowance;
|
|
int32_t L_0 = __this->___CurrentNumber_27;
|
|
int32_t L_1 = __this->___Third_26;
|
|
int32_t L_2 = __this->___AccuracyAllowance_33;
|
|
if ((((int32_t)L_0) < ((int32_t)((int32_t)il2cpp_codegen_subtract(L_1, L_2)))))
|
|
{
|
|
goto IL_002e;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_3 = __this->___CurrentNumber_27;
|
|
int32_t L_4 = __this->___Third_26;
|
|
int32_t L_5 = __this->___AccuracyAllowance_33;
|
|
return (bool)((((int32_t)((((int32_t)L_3) > ((int32_t)((int32_t)il2cpp_codegen_add(L_4, L_5))))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
}
|
|
|
|
IL_002e:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Void HurricaneVR.TechDemo.Scripts.DemoSafeDial::ResetLockState(HurricaneVR.TechDemo.Scripts.SafeDialState)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DemoSafeDial_ResetLockState_m8DAE9C9D37734E9B7443B6717BAE1C437A745173 (DemoSafeDial_tF6E48E30C762162DD0F1DD958CA9A22EA497D83E* __this, int32_t ___0_state, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// State = state;
|
|
int32_t L_0 = ___0_state;
|
|
DemoSafeDial_set_State_m9D680F1285B0014A3D387F64A4641B8E16C48705(__this, L_0, NULL);
|
|
// CamDistance = 0f;
|
|
__this->___CamDistance_28 = (0.0f);
|
|
// PreviousDistance = 0f;
|
|
__this->___PreviousDistance_29 = (0.0f);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void HurricaneVR.TechDemo.Scripts.DemoSafeDial::OnStepChanged(System.Int32,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DemoSafeDial_OnStepChanged_m34851F206698F68023BF2DDAF6A75CF8D0374DC0 (DemoSafeDial_tF6E48E30C762162DD0F1DD958CA9A22EA497D83E* __this, int32_t ___0_step, bool ___1_raiseEvents, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SafeDialState_t3ADBF0DD09E03B7544C074A80488A5FE7FCADAAF_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7F77F7A49FA6574579CAFCEB3733D4E88CFD3161);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCDE9DED28C73C43C37F4AB9503FF1112289730BF);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// base.OnStepChanged(step, raiseEvents);
|
|
int32_t L_0 = ___0_step;
|
|
bool L_1 = ___1_raiseEvents;
|
|
HVRRotationTracker_OnStepChanged_m0970488803754B9F7C161EBCFBE1A46D78A49553(__this, L_0, L_1, NULL);
|
|
// CurrentNumber = step;
|
|
int32_t L_2 = ___0_step;
|
|
__this->___CurrentNumber_27 = L_2;
|
|
// if (NumberLabel)
|
|
TextMeshPro_t4560AB28A3EAF503895A781A9C625273D833270E* L_3 = __this->___NumberLabel_21;
|
|
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_0037;
|
|
}
|
|
}
|
|
{
|
|
// NumberLabel.text = CurrentNumber.ToString("n0");
|
|
TextMeshPro_t4560AB28A3EAF503895A781A9C625273D833270E* L_5 = __this->___NumberLabel_21;
|
|
int32_t* L_6 = (&__this->___CurrentNumber_27);
|
|
String_t* L_7;
|
|
L_7 = Int32_ToString_m967AECC237535C552A97A80C7875E31B98496CA9(L_6, _stringLiteral7F77F7A49FA6574579CAFCEB3733D4E88CFD3161, NULL);
|
|
NullCheck(L_5);
|
|
VirtualActionInvoker1< String_t* >::Invoke(66 /* System.Void TMPro.TMP_Text::set_text(System.String) */, L_5, L_7);
|
|
}
|
|
|
|
IL_0037:
|
|
{
|
|
// if (DebugLabel)
|
|
TextMeshPro_t4560AB28A3EAF503895A781A9C625273D833270E* L_8 = __this->___DebugLabel_22;
|
|
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_00d2;
|
|
}
|
|
}
|
|
{
|
|
// DebugLabel.text = $"Code:{First},{Second},{Third}\r\n Dist: {CamDistance:f0}\r\nState: {State}\r\nTolerance: {Tolerance:f0}\r\nL_Bound: {LowerBound:f0}\r\nU_Bound: {UpperBound:f0}";
|
|
TextMeshPro_t4560AB28A3EAF503895A781A9C625273D833270E* L_10 = __this->___DebugLabel_22;
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_11 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var, (uint32_t)8);
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_12 = L_11;
|
|
int32_t L_13 = __this->___First_24;
|
|
int32_t L_14 = L_13;
|
|
RuntimeObject* L_15 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_14);
|
|
NullCheck(L_12);
|
|
ArrayElementTypeCheck (L_12, L_15);
|
|
(L_12)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject*)L_15);
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_16 = L_12;
|
|
int32_t L_17 = __this->___Second_25;
|
|
int32_t L_18 = L_17;
|
|
RuntimeObject* L_19 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_18);
|
|
NullCheck(L_16);
|
|
ArrayElementTypeCheck (L_16, L_19);
|
|
(L_16)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject*)L_19);
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_20 = L_16;
|
|
int32_t L_21 = __this->___Third_26;
|
|
int32_t L_22 = L_21;
|
|
RuntimeObject* L_23 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_22);
|
|
NullCheck(L_20);
|
|
ArrayElementTypeCheck (L_20, L_23);
|
|
(L_20)->SetAt(static_cast<il2cpp_array_size_t>(2), (RuntimeObject*)L_23);
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_24 = L_20;
|
|
float L_25 = __this->___CamDistance_28;
|
|
float L_26 = L_25;
|
|
RuntimeObject* L_27 = Box(Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var, &L_26);
|
|
NullCheck(L_24);
|
|
ArrayElementTypeCheck (L_24, L_27);
|
|
(L_24)->SetAt(static_cast<il2cpp_array_size_t>(3), (RuntimeObject*)L_27);
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_28 = L_24;
|
|
int32_t L_29;
|
|
L_29 = DemoSafeDial_get_State_mEE79B1B788CEEC95CD248FBE8C9E4D8ED0848F02_inline(__this, NULL);
|
|
int32_t L_30 = L_29;
|
|
RuntimeObject* L_31 = Box(SafeDialState_t3ADBF0DD09E03B7544C074A80488A5FE7FCADAAF_il2cpp_TypeInfo_var, &L_30);
|
|
NullCheck(L_28);
|
|
ArrayElementTypeCheck (L_28, L_31);
|
|
(L_28)->SetAt(static_cast<il2cpp_array_size_t>(4), (RuntimeObject*)L_31);
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_32 = L_28;
|
|
float L_33 = __this->___Tolerance_30;
|
|
float L_34 = L_33;
|
|
RuntimeObject* L_35 = Box(Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var, &L_34);
|
|
NullCheck(L_32);
|
|
ArrayElementTypeCheck (L_32, L_35);
|
|
(L_32)->SetAt(static_cast<il2cpp_array_size_t>(5), (RuntimeObject*)L_35);
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_36 = L_32;
|
|
float L_37 = __this->___LowerBound_31;
|
|
float L_38 = L_37;
|
|
RuntimeObject* L_39 = Box(Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var, &L_38);
|
|
NullCheck(L_36);
|
|
ArrayElementTypeCheck (L_36, L_39);
|
|
(L_36)->SetAt(static_cast<il2cpp_array_size_t>(6), (RuntimeObject*)L_39);
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_40 = L_36;
|
|
float L_41 = __this->___UpperBound_32;
|
|
float L_42 = L_41;
|
|
RuntimeObject* L_43 = Box(Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var, &L_42);
|
|
NullCheck(L_40);
|
|
ArrayElementTypeCheck (L_40, L_43);
|
|
(L_40)->SetAt(static_cast<il2cpp_array_size_t>(7), (RuntimeObject*)L_43);
|
|
String_t* L_44;
|
|
L_44 = String_Format_m918500C1EFB475181349A79989BB79BB36102894(_stringLiteralCDE9DED28C73C43C37F4AB9503FF1112289730BF, L_40, NULL);
|
|
NullCheck(L_10);
|
|
VirtualActionInvoker1< String_t* >::Invoke(66 /* System.Void TMPro.TMP_Text::set_text(System.String) */, L_10, L_44);
|
|
}
|
|
|
|
IL_00d2:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void HurricaneVR.TechDemo.Scripts.DemoSafeDial::OnAngleChanged(System.Single,System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DemoSafeDial_OnAngleChanged_m4F2FAC8E9F8462C0393E499063109C04D6E74DB0 (DemoSafeDial_tF6E48E30C762162DD0F1DD958CA9A22EA497D83E* __this, float ___0_angle, float ___1_delta, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// CamDistance += delta;
|
|
float L_0 = __this->___CamDistance_28;
|
|
float L_1 = ___1_delta;
|
|
__this->___CamDistance_28 = ((float)il2cpp_codegen_add(L_0, L_1));
|
|
// if (CamDistance < LowerBound)
|
|
float L_2 = __this->___CamDistance_28;
|
|
float L_3 = __this->___LowerBound_31;
|
|
if ((!(((float)L_2) < ((float)L_3))))
|
|
{
|
|
goto IL_0025;
|
|
}
|
|
}
|
|
{
|
|
// ResetLockState(SafeDialState.CamOne);
|
|
DemoSafeDial_ResetLockState_m8DAE9C9D37734E9B7443B6717BAE1C437A745173(__this, 0, NULL);
|
|
goto IL_005f;
|
|
}
|
|
|
|
IL_0025:
|
|
{
|
|
// else if (CamDistance > UpperBound && State != SafeDialState.CamOne)
|
|
float L_4 = __this->___CamDistance_28;
|
|
float L_5 = __this->___UpperBound_32;
|
|
if ((!(((float)L_4) > ((float)L_5))))
|
|
{
|
|
goto IL_005f;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_6;
|
|
L_6 = DemoSafeDial_get_State_mEE79B1B788CEEC95CD248FBE8C9E4D8ED0848F02_inline(__this, NULL);
|
|
if (!L_6)
|
|
{
|
|
goto IL_005f;
|
|
}
|
|
}
|
|
{
|
|
// if (State == SafeDialState.CamTwo)
|
|
int32_t L_7;
|
|
L_7 = DemoSafeDial_get_State_mEE79B1B788CEEC95CD248FBE8C9E4D8ED0848F02_inline(__this, NULL);
|
|
if ((!(((uint32_t)L_7) == ((uint32_t)1))))
|
|
{
|
|
goto IL_0058;
|
|
}
|
|
}
|
|
{
|
|
// CamDistance = 1080f;
|
|
__this->___CamDistance_28 = (1080.0f);
|
|
// State = SafeDialState.CamOne;
|
|
DemoSafeDial_set_State_m9D680F1285B0014A3D387F64A4641B8E16C48705(__this, 0, NULL);
|
|
goto IL_005f;
|
|
}
|
|
|
|
IL_0058:
|
|
{
|
|
// ResetLockState(SafeDialState.CamOne);
|
|
DemoSafeDial_ResetLockState_m8DAE9C9D37734E9B7443B6717BAE1C437A745173(__this, 0, NULL);
|
|
}
|
|
|
|
IL_005f:
|
|
{
|
|
// if (State == SafeDialState.CamOne && NumberOfRotations >= 3 && IsFirstInRange)
|
|
int32_t L_8;
|
|
L_8 = DemoSafeDial_get_State_mEE79B1B788CEEC95CD248FBE8C9E4D8ED0848F02_inline(__this, NULL);
|
|
if (L_8)
|
|
{
|
|
goto IL_0080;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_9;
|
|
L_9 = DemoSafeDial_get_NumberOfRotations_m23C4A6DAC342DB7AC857A7741FB1A75A1E39A6F0(__this, NULL);
|
|
if ((((int32_t)L_9) < ((int32_t)3)))
|
|
{
|
|
goto IL_0080;
|
|
}
|
|
}
|
|
{
|
|
bool L_10;
|
|
L_10 = DemoSafeDial_get_IsFirstInRange_mA3CA090B1D8605DC5E91B3EE895675932F3525D6(__this, NULL);
|
|
if (!L_10)
|
|
{
|
|
goto IL_0080;
|
|
}
|
|
}
|
|
{
|
|
// ResetLockState(SafeDialState.CamTwo);
|
|
DemoSafeDial_ResetLockState_m8DAE9C9D37734E9B7443B6717BAE1C437A745173(__this, 1, NULL);
|
|
return;
|
|
}
|
|
|
|
IL_0080:
|
|
{
|
|
// else if (State == SafeDialState.CamTwo && NumberOfRotations == 1 && IsSecondInRange)
|
|
int32_t L_11;
|
|
L_11 = DemoSafeDial_get_State_mEE79B1B788CEEC95CD248FBE8C9E4D8ED0848F02_inline(__this, NULL);
|
|
if ((!(((uint32_t)L_11) == ((uint32_t)1))))
|
|
{
|
|
goto IL_00a2;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_12;
|
|
L_12 = DemoSafeDial_get_NumberOfRotations_m23C4A6DAC342DB7AC857A7741FB1A75A1E39A6F0(__this, NULL);
|
|
if ((!(((uint32_t)L_12) == ((uint32_t)1))))
|
|
{
|
|
goto IL_00a2;
|
|
}
|
|
}
|
|
{
|
|
bool L_13;
|
|
L_13 = DemoSafeDial_get_IsSecondInRange_m5BFFF02234033714F4E88D135216214148686DEF(__this, NULL);
|
|
if (!L_13)
|
|
{
|
|
goto IL_00a2;
|
|
}
|
|
}
|
|
{
|
|
// ResetLockState(SafeDialState.CamThree);
|
|
DemoSafeDial_ResetLockState_m8DAE9C9D37734E9B7443B6717BAE1C437A745173(__this, 2, NULL);
|
|
return;
|
|
}
|
|
|
|
IL_00a2:
|
|
{
|
|
// else if (State == SafeDialState.CamThree && IsThirdInRange)
|
|
int32_t L_14;
|
|
L_14 = DemoSafeDial_get_State_mEE79B1B788CEEC95CD248FBE8C9E4D8ED0848F02_inline(__this, NULL);
|
|
if ((!(((uint32_t)L_14) == ((uint32_t)2))))
|
|
{
|
|
goto IL_00c5;
|
|
}
|
|
}
|
|
{
|
|
bool L_15;
|
|
L_15 = DemoSafeDial_get_IsThirdInRange_m89C0CA63CFE4621A2A191F39F0C77BEA4CD67A44(__this, NULL);
|
|
if (!L_15)
|
|
{
|
|
goto IL_00c5;
|
|
}
|
|
}
|
|
{
|
|
// State = SafeDialState.Unlocked;
|
|
DemoSafeDial_set_State_m9D680F1285B0014A3D387F64A4641B8E16C48705(__this, 3, NULL);
|
|
// Unlocked.Invoke();
|
|
UnityEvent_tDC2C3548799DBC91D1E3F3DE60083A66F4751977* L_16 = __this->___Unlocked_34;
|
|
NullCheck(L_16);
|
|
UnityEvent_Invoke_mFBF80D59B03C30C5FE6A06F897D954ACADE061D2(L_16, NULL);
|
|
}
|
|
|
|
IL_00c5:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void HurricaneVR.TechDemo.Scripts.DemoSafeDial::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DemoSafeDial__ctor_m75317E9F573DED09F2A809E2009E07997D45399C (DemoSafeDial_tF6E48E30C762162DD0F1DD958CA9A22EA497D83E* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnityEvent_tDC2C3548799DBC91D1E3F3DE60083A66F4751977_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public int First = 30;
|
|
__this->___First_24 = ((int32_t)30);
|
|
// public int Second = 15;
|
|
__this->___Second_25 = ((int32_t)15);
|
|
// public int Third = 01;
|
|
__this->___Third_26 = 1;
|
|
// public float Tolerance = 40f;
|
|
__this->___Tolerance_30 = (40.0f);
|
|
// public int AccuracyAllowance = 1;
|
|
__this->___AccuracyAllowance_33 = 1;
|
|
// public UnityEvent Unlocked = new UnityEvent();
|
|
UnityEvent_tDC2C3548799DBC91D1E3F3DE60083A66F4751977* L_0 = (UnityEvent_tDC2C3548799DBC91D1E3F3DE60083A66F4751977*)il2cpp_codegen_object_new(UnityEvent_tDC2C3548799DBC91D1E3F3DE60083A66F4751977_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
UnityEvent__ctor_m03D3E5121B9A6100351984D0CE3050B909CD3235(L_0, NULL);
|
|
__this->___Unlocked_34 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___Unlocked_34), (void*)L_0);
|
|
HVRRotationTracker__ctor_mFCDB2930B145ACFF5B27C00D69DCB8AD18C0C32D(__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 HurricaneVR.TechDemo.Scripts.DemoSafeDoor::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DemoSafeDoor__ctor_mD9CCFA35EF726D630BC7F90457E57376DC83D40B (DemoSafeDoor_tD52081A64E4CDBA6E3365613B3432B910D996287* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
MonoBehaviour__ctor_m592DB0105CA0BC97AA1C5F4AD27B12D68A3B7C1E(__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 HurricaneVR.TechDemo.Scripts.DemoSlidingDoor::Start()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DemoSlidingDoor_Start_m92BE28990B66ABF66CC6D9FD24D5240A983A6218 (DemoSlidingDoor_t340C772E062B6F55FFEDB595EF640DC6A362C32A* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void HurricaneVR.TechDemo.Scripts.DemoSlidingDoor::OpenDoors()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DemoSlidingDoor_OpenDoors_m76E6F2CF1C9753DE76F973A4A06543C2F88AE411 (DemoSlidingDoor_t340C772E062B6F55FFEDB595EF640DC6A362C32A* __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 (_opened)
|
|
bool L_0 = __this->____opened_12;
|
|
if (!L_0)
|
|
{
|
|
goto IL_0009;
|
|
}
|
|
}
|
|
{
|
|
// return;
|
|
return;
|
|
}
|
|
|
|
IL_0009:
|
|
{
|
|
// _opened = true;
|
|
__this->____opened_12 = (bool)1;
|
|
// if(SFXPlayer.Instance) SFXPlayer.Instance.PlaySFX(OpenedClip, transform.position);
|
|
SFXPlayer_t6916F8692A74B19A33C44C40C773635DF91B5165* L_1;
|
|
L_1 = SFXPlayer_get_Instance_m4D3AE1620BA42D46607328B25EAA0569B49CCBD5_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_0037;
|
|
}
|
|
}
|
|
{
|
|
// if(SFXPlayer.Instance) SFXPlayer.Instance.PlaySFX(OpenedClip, transform.position);
|
|
SFXPlayer_t6916F8692A74B19A33C44C40C773635DF91B5165* L_3;
|
|
L_3 = SFXPlayer_get_Instance_m4D3AE1620BA42D46607328B25EAA0569B49CCBD5_inline(NULL);
|
|
AudioClip_t5D272C4EB4F2D3ED49F1C346DEA373CF6D585F20* L_4 = __this->___OpenedClip_11;
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_5;
|
|
L_5 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(__this, NULL);
|
|
NullCheck(L_5);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_6;
|
|
L_6 = Transform_get_position_m69CD5FA214FDAE7BB701552943674846C220FDE1(L_5, NULL);
|
|
NullCheck(L_3);
|
|
SFXPlayer_PlaySFX_m84A045DF30FB03269C08AB8BB787365190207A84(L_3, L_4, L_6, NULL);
|
|
}
|
|
|
|
IL_0037:
|
|
{
|
|
// StartCoroutine(OpenDoorRoutine());
|
|
RuntimeObject* L_7;
|
|
L_7 = DemoSlidingDoor_OpenDoorRoutine_mEF0F3A6C7AD468CCF6D0C97161CF3B5A12746303(__this, NULL);
|
|
Coroutine_t85EA685566A254C23F3FD77AB5BDFFFF8799596B* L_8;
|
|
L_8 = MonoBehaviour_StartCoroutine_m4CAFF732AA28CD3BDC5363B44A863575530EC812(__this, L_7, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Collections.IEnumerator HurricaneVR.TechDemo.Scripts.DemoSlidingDoor::OpenDoorRoutine()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DemoSlidingDoor_OpenDoorRoutine_mEF0F3A6C7AD468CCF6D0C97161CF3B5A12746303 (DemoSlidingDoor_t340C772E062B6F55FFEDB595EF640DC6A362C32A* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3COpenDoorRoutineU3Ed__11_tC55B703D3DF6294E6C8A2E1C5D1B77B6E2A709EA_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
U3COpenDoorRoutineU3Ed__11_tC55B703D3DF6294E6C8A2E1C5D1B77B6E2A709EA* L_0 = (U3COpenDoorRoutineU3Ed__11_tC55B703D3DF6294E6C8A2E1C5D1B77B6E2A709EA*)il2cpp_codegen_object_new(U3COpenDoorRoutineU3Ed__11_tC55B703D3DF6294E6C8A2E1C5D1B77B6E2A709EA_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
U3COpenDoorRoutineU3Ed__11__ctor_m1DD86EE25D3CD51180E4DE9116E8C287B380C4E5(L_0, 0, NULL);
|
|
U3COpenDoorRoutineU3Ed__11_tC55B703D3DF6294E6C8A2E1C5D1B77B6E2A709EA* 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 HurricaneVR.TechDemo.Scripts.DemoSlidingDoor::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DemoSlidingDoor__ctor_m8B1CFDB4C71FBA99A9E5D860398D2C4FF4CA1B10 (DemoSlidingDoor_t340C772E062B6F55FFEDB595EF640DC6A362C32A* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public float LockRotateTime = 1;
|
|
__this->___LockRotateTime_7 = (1.0f);
|
|
// public float LockRotateAngles = 360;
|
|
__this->___LockRotateAngles_8 = (360.0f);
|
|
// public float OpenOffset = .5f;
|
|
__this->___OpenOffset_9 = (0.5f);
|
|
// public float Speed = 1f;
|
|
__this->___Speed_10 = (1.0f);
|
|
MonoBehaviour__ctor_m592DB0105CA0BC97AA1C5F4AD27B12D68A3B7C1E(__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 HurricaneVR.TechDemo.Scripts.DemoSlidingDoor/<OpenDoorRoutine>d__11::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3COpenDoorRoutineU3Ed__11__ctor_m1DD86EE25D3CD51180E4DE9116E8C287B380C4E5 (U3COpenDoorRoutineU3Ed__11_tC55B703D3DF6294E6C8A2E1C5D1B77B6E2A709EA* __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 HurricaneVR.TechDemo.Scripts.DemoSlidingDoor/<OpenDoorRoutine>d__11::System.IDisposable.Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3COpenDoorRoutineU3Ed__11_System_IDisposable_Dispose_m8EBA50BBEEA8E19AF6176BF531FF2D5F98A76EA1 (U3COpenDoorRoutineU3Ed__11_tC55B703D3DF6294E6C8A2E1C5D1B77B6E2A709EA* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean HurricaneVR.TechDemo.Scripts.DemoSlidingDoor/<OpenDoorRoutine>d__11::MoveNext()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3COpenDoorRoutineU3Ed__11_MoveNext_m960FB22D98EC22962234AD7B5E474689F228CE17 (U3COpenDoorRoutineU3Ed__11_tC55B703D3DF6294E6C8A2E1C5D1B77B6E2A709EA* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WaitForFixedUpdate_t86F5BC0B6A668AEF2903DE9ADB52062E457BD1B7_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
DemoSlidingDoor_t340C772E062B6F55FFEDB595EF640DC6A362C32A* V_1 = NULL;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
int32_t L_0 = __this->___U3CU3E1__state_0;
|
|
V_0 = L_0;
|
|
DemoSlidingDoor_t340C772E062B6F55FFEDB595EF640DC6A362C32A* 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_008a;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_00f4;
|
|
}
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0022:
|
|
{
|
|
__this->___U3CU3E1__state_0 = (-1);
|
|
// var elapsed = 0f;
|
|
__this->___U3CelapsedU3E5__2_3 = (0.0f);
|
|
// var LockRotateSpeed = LockRotateAngles / LockRotateTime * Time.deltaTime;
|
|
DemoSlidingDoor_t340C772E062B6F55FFEDB595EF640DC6A362C32A* L_3 = V_1;
|
|
NullCheck(L_3);
|
|
float L_4 = L_3->___LockRotateAngles_8;
|
|
DemoSlidingDoor_t340C772E062B6F55FFEDB595EF640DC6A362C32A* L_5 = V_1;
|
|
NullCheck(L_5);
|
|
float L_6 = L_5->___LockRotateTime_7;
|
|
float L_7;
|
|
L_7 = Time_get_deltaTime_mC3195000401F0FD167DD2F948FD2BC58330D0865(NULL);
|
|
__this->___U3CLockRotateSpeedU3E5__3_4 = ((float)il2cpp_codegen_multiply(((float)(L_4/L_6)), L_7));
|
|
goto IL_00a3;
|
|
}
|
|
|
|
IL_004f:
|
|
{
|
|
// Lock.localRotation *= Quaternion.Euler(0f, 0f, LockRotateSpeed);
|
|
DemoSlidingDoor_t340C772E062B6F55FFEDB595EF640DC6A362C32A* L_8 = V_1;
|
|
NullCheck(L_8);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_9 = L_8->___Lock_6;
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_10 = L_9;
|
|
NullCheck(L_10);
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_11;
|
|
L_11 = Transform_get_localRotation_mD53D37611A5DAE93EC6C7BBCAC337408C5CACA77(L_10, NULL);
|
|
float L_12 = __this->___U3CLockRotateSpeedU3E5__3_4;
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_13;
|
|
L_13 = Quaternion_Euler_m9262AB29E3E9CE94EF71051F38A28E82AEC73F90_inline((0.0f), (0.0f), L_12, NULL);
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_14;
|
|
L_14 = Quaternion_op_Multiply_mCB375FCCC12A2EC8F9EB824A1BFB4453B58C2012_inline(L_11, L_13, NULL);
|
|
NullCheck(L_10);
|
|
Transform_set_localRotation_mAB4A011D134BA58AB780BECC0025CA65F16185FA(L_10, L_14, NULL);
|
|
// 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_008a:
|
|
{
|
|
__this->___U3CU3E1__state_0 = (-1);
|
|
// elapsed += Time.deltaTime;
|
|
float L_15 = __this->___U3CelapsedU3E5__2_3;
|
|
float L_16;
|
|
L_16 = Time_get_deltaTime_mC3195000401F0FD167DD2F948FD2BC58330D0865(NULL);
|
|
__this->___U3CelapsedU3E5__2_3 = ((float)il2cpp_codegen_add(L_15, L_16));
|
|
}
|
|
|
|
IL_00a3:
|
|
{
|
|
// while (elapsed < LockRotateTime)
|
|
float L_17 = __this->___U3CelapsedU3E5__2_3;
|
|
DemoSlidingDoor_t340C772E062B6F55FFEDB595EF640DC6A362C32A* L_18 = V_1;
|
|
NullCheck(L_18);
|
|
float L_19 = L_18->___LockRotateTime_7;
|
|
if ((((float)L_17) < ((float)L_19)))
|
|
{
|
|
goto IL_004f;
|
|
}
|
|
}
|
|
{
|
|
// elapsed = 0f;
|
|
__this->___U3CelapsedU3E5__2_3 = (0.0f);
|
|
// var time = OpenOffset / Speed + (2 * Time.fixedDeltaTime);
|
|
DemoSlidingDoor_t340C772E062B6F55FFEDB595EF640DC6A362C32A* L_20 = V_1;
|
|
NullCheck(L_20);
|
|
float L_21 = L_20->___OpenOffset_9;
|
|
DemoSlidingDoor_t340C772E062B6F55FFEDB595EF640DC6A362C32A* L_22 = V_1;
|
|
NullCheck(L_22);
|
|
float L_23 = L_22->___Speed_10;
|
|
float L_24;
|
|
L_24 = Time_get_fixedDeltaTime_m43136893D00AF5D5FE80AD05609558F6E2381381(NULL);
|
|
__this->___U3CtimeU3E5__4_5 = ((float)il2cpp_codegen_add(((float)(L_21/L_23)), ((float)il2cpp_codegen_multiply((2.0f), L_24))));
|
|
goto IL_01be;
|
|
}
|
|
|
|
IL_00e0:
|
|
{
|
|
// yield return new WaitForFixedUpdate();
|
|
WaitForFixedUpdate_t86F5BC0B6A668AEF2903DE9ADB52062E457BD1B7* L_25 = (WaitForFixedUpdate_t86F5BC0B6A668AEF2903DE9ADB52062E457BD1B7*)il2cpp_codegen_object_new(WaitForFixedUpdate_t86F5BC0B6A668AEF2903DE9ADB52062E457BD1B7_il2cpp_TypeInfo_var);
|
|
NullCheck(L_25);
|
|
WaitForFixedUpdate__ctor_m28D22FD61960FCD538753493FAC080DA5EC7A9E7(L_25, NULL);
|
|
__this->___U3CU3E2__current_1 = L_25;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CU3E2__current_1), (void*)L_25);
|
|
__this->___U3CU3E1__state_0 = 2;
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_00f4:
|
|
{
|
|
__this->___U3CU3E1__state_0 = (-1);
|
|
// var next = Vector3.MoveTowards(LeftDoor.transform.position, LeftDoor.transform.parent.TransformPoint(new Vector3(-OpenOffset, 0f, 0f)), Speed * Time.fixedDeltaTime);
|
|
DemoSlidingDoor_t340C772E062B6F55FFEDB595EF640DC6A362C32A* L_26 = V_1;
|
|
NullCheck(L_26);
|
|
Rigidbody_t268697F5A994213ED97393309870968BC1C7393C* L_27 = L_26->___LeftDoor_4;
|
|
NullCheck(L_27);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_28;
|
|
L_28 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(L_27, NULL);
|
|
NullCheck(L_28);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_29;
|
|
L_29 = Transform_get_position_m69CD5FA214FDAE7BB701552943674846C220FDE1(L_28, NULL);
|
|
DemoSlidingDoor_t340C772E062B6F55FFEDB595EF640DC6A362C32A* L_30 = V_1;
|
|
NullCheck(L_30);
|
|
Rigidbody_t268697F5A994213ED97393309870968BC1C7393C* L_31 = L_30->___LeftDoor_4;
|
|
NullCheck(L_31);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_32;
|
|
L_32 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(L_31, NULL);
|
|
NullCheck(L_32);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_33;
|
|
L_33 = Transform_get_parent_m65354E28A4C94EC00EBCF03532F7B0718380791E(L_32, NULL);
|
|
DemoSlidingDoor_t340C772E062B6F55FFEDB595EF640DC6A362C32A* L_34 = V_1;
|
|
NullCheck(L_34);
|
|
float L_35 = L_34->___OpenOffset_9;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_36;
|
|
memset((&L_36), 0, sizeof(L_36));
|
|
Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&L_36), ((-L_35)), (0.0f), (0.0f), /*hidden argument*/NULL);
|
|
NullCheck(L_33);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_37;
|
|
L_37 = Transform_TransformPoint_m05BFF013DB830D7BFE44A007703694AE1062EE44(L_33, L_36, NULL);
|
|
DemoSlidingDoor_t340C772E062B6F55FFEDB595EF640DC6A362C32A* L_38 = V_1;
|
|
NullCheck(L_38);
|
|
float L_39 = L_38->___Speed_10;
|
|
float L_40;
|
|
L_40 = Time_get_fixedDeltaTime_m43136893D00AF5D5FE80AD05609558F6E2381381(NULL);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_41;
|
|
L_41 = Vector3_MoveTowards_m0363264647799F3173AC37F8E819F98298249B08_inline(L_29, L_37, ((float)il2cpp_codegen_multiply(L_39, L_40)), NULL);
|
|
V_2 = L_41;
|
|
// LeftDoor.MovePosition(next);
|
|
DemoSlidingDoor_t340C772E062B6F55FFEDB595EF640DC6A362C32A* L_42 = V_1;
|
|
NullCheck(L_42);
|
|
Rigidbody_t268697F5A994213ED97393309870968BC1C7393C* L_43 = L_42->___LeftDoor_4;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_44 = V_2;
|
|
NullCheck(L_43);
|
|
Rigidbody_MovePosition_mB2CD29ABC8F59AC338C0A3A5A6B75C38FDA92CA9(L_43, L_44, NULL);
|
|
// next = Vector3.MoveTowards(RightDoor.transform.position, RightDoor.transform.parent.TransformPoint(new Vector3(OpenOffset, 0f, 0f)), Speed * Time.fixedDeltaTime);
|
|
DemoSlidingDoor_t340C772E062B6F55FFEDB595EF640DC6A362C32A* L_45 = V_1;
|
|
NullCheck(L_45);
|
|
Rigidbody_t268697F5A994213ED97393309870968BC1C7393C* L_46 = L_45->___RightDoor_5;
|
|
NullCheck(L_46);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_47;
|
|
L_47 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(L_46, NULL);
|
|
NullCheck(L_47);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_48;
|
|
L_48 = Transform_get_position_m69CD5FA214FDAE7BB701552943674846C220FDE1(L_47, NULL);
|
|
DemoSlidingDoor_t340C772E062B6F55FFEDB595EF640DC6A362C32A* L_49 = V_1;
|
|
NullCheck(L_49);
|
|
Rigidbody_t268697F5A994213ED97393309870968BC1C7393C* L_50 = L_49->___RightDoor_5;
|
|
NullCheck(L_50);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_51;
|
|
L_51 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(L_50, NULL);
|
|
NullCheck(L_51);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_52;
|
|
L_52 = Transform_get_parent_m65354E28A4C94EC00EBCF03532F7B0718380791E(L_51, NULL);
|
|
DemoSlidingDoor_t340C772E062B6F55FFEDB595EF640DC6A362C32A* L_53 = V_1;
|
|
NullCheck(L_53);
|
|
float L_54 = L_53->___OpenOffset_9;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_55;
|
|
memset((&L_55), 0, sizeof(L_55));
|
|
Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&L_55), L_54, (0.0f), (0.0f), /*hidden argument*/NULL);
|
|
NullCheck(L_52);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_56;
|
|
L_56 = Transform_TransformPoint_m05BFF013DB830D7BFE44A007703694AE1062EE44(L_52, L_55, NULL);
|
|
DemoSlidingDoor_t340C772E062B6F55FFEDB595EF640DC6A362C32A* L_57 = V_1;
|
|
NullCheck(L_57);
|
|
float L_58 = L_57->___Speed_10;
|
|
float L_59;
|
|
L_59 = Time_get_fixedDeltaTime_m43136893D00AF5D5FE80AD05609558F6E2381381(NULL);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_60;
|
|
L_60 = Vector3_MoveTowards_m0363264647799F3173AC37F8E819F98298249B08_inline(L_48, L_56, ((float)il2cpp_codegen_multiply(L_58, L_59)), NULL);
|
|
V_2 = L_60;
|
|
// RightDoor.MovePosition(next);
|
|
DemoSlidingDoor_t340C772E062B6F55FFEDB595EF640DC6A362C32A* L_61 = V_1;
|
|
NullCheck(L_61);
|
|
Rigidbody_t268697F5A994213ED97393309870968BC1C7393C* L_62 = L_61->___RightDoor_5;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_63 = V_2;
|
|
NullCheck(L_62);
|
|
Rigidbody_MovePosition_mB2CD29ABC8F59AC338C0A3A5A6B75C38FDA92CA9(L_62, L_63, NULL);
|
|
// elapsed += Time.fixedDeltaTime;
|
|
float L_64 = __this->___U3CelapsedU3E5__2_3;
|
|
float L_65;
|
|
L_65 = Time_get_fixedDeltaTime_m43136893D00AF5D5FE80AD05609558F6E2381381(NULL);
|
|
__this->___U3CelapsedU3E5__2_3 = ((float)il2cpp_codegen_add(L_64, L_65));
|
|
}
|
|
|
|
IL_01be:
|
|
{
|
|
// while (elapsed < time)
|
|
float L_66 = __this->___U3CelapsedU3E5__2_3;
|
|
float L_67 = __this->___U3CtimeU3E5__4_5;
|
|
if ((((float)L_66) < ((float)L_67)))
|
|
{
|
|
goto IL_00e0;
|
|
}
|
|
}
|
|
{
|
|
// }
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Object HurricaneVR.TechDemo.Scripts.DemoSlidingDoor/<OpenDoorRoutine>d__11::System.Collections.Generic.IEnumerator<System.Object>.get_Current()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3COpenDoorRoutineU3Ed__11_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_m3C4B1E876F144915782168D4A654845DD12ABB83 (U3COpenDoorRoutineU3Ed__11_tC55B703D3DF6294E6C8A2E1C5D1B77B6E2A709EA* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject* L_0 = __this->___U3CU3E2__current_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void HurricaneVR.TechDemo.Scripts.DemoSlidingDoor/<OpenDoorRoutine>d__11::System.Collections.IEnumerator.Reset()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3COpenDoorRoutineU3Ed__11_System_Collections_IEnumerator_Reset_m171EC177C67BA7A6626CA67AA3ACC3AD0761F34F (U3COpenDoorRoutineU3Ed__11_tC55B703D3DF6294E6C8A2E1C5D1B77B6E2A709EA* __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*)&U3COpenDoorRoutineU3Ed__11_System_Collections_IEnumerator_Reset_m171EC177C67BA7A6626CA67AA3ACC3AD0761F34F_RuntimeMethod_var)));
|
|
}
|
|
}
|
|
// System.Object HurricaneVR.TechDemo.Scripts.DemoSlidingDoor/<OpenDoorRoutine>d__11::System.Collections.IEnumerator.get_Current()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3COpenDoorRoutineU3Ed__11_System_Collections_IEnumerator_get_Current_mA778F7AFFCDBA03C30B44492632F38ED0979D828 (U3COpenDoorRoutineU3Ed__11_tC55B703D3DF6294E6C8A2E1C5D1B77B6E2A709EA* __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 HurricaneVR.TechDemo.Scripts.DemoSocketables::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DemoSocketables__ctor_m416BD6EC15D0DB4780D49DDA91D8D23D8D82CA3A (DemoSocketables_tCA4DDE3A29399721941785DC04B6DB2681FA5037* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HVREnumFlagsSocketable_1__ctor_mE90C60D9BD634798F667995DB1271BE0E352E6CB_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
HVREnumFlagsSocketable_1__ctor_mE90C60D9BD634798F667995DB1271BE0E352E6CB(__this, HVREnumFlagsSocketable_1__ctor_mE90C60D9BD634798F667995DB1271BE0E352E6CB_RuntimeMethod_var);
|
|
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 HurricaneVR.TechDemo.Scripts.DemoSocketFilter::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DemoSocketFilter__ctor_m33D0AC44D31ACBBA764ADD1E048BA7D6A2058299 (DemoSocketFilter_t23A24FE270D4CA08D26FE3A51E49FFD4B13213E7* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HVREnumFlagsSocketFilter_1__ctor_m012DED0BA9021E8926793BFB917E41B685D4007B_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
HVREnumFlagsSocketFilter_1__ctor_m012DED0BA9021E8926793BFB917E41B685D4007B(__this, HVREnumFlagsSocketFilter_1__ctor_m012DED0BA9021E8926793BFB917E41B685D4007B_RuntimeMethod_var);
|
|
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 HurricaneVR.TechDemo.Scripts.DemoUIManager::Start()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DemoUIManager_Start_m13BC9F07279EDCE386384D07F76126BFC0890452 (DemoUIManager_t6995DD81E7EC02E55B74C24BE0A4BB5911D99693* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponentInChildren_TisHVRCameraRig_tC98FBD46ACC6012DBA2DB94BD0D9E93E35AADC45_mAA323BBD4EC43D0C753128C3A3BF6497B8464598_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponentInChildren_TisHVRPlayerInputs_t5FC827A4ADE172D3A9B53AAEB7D8C327D750D986_m083CCEC6EE2D5FD7BBC196F825560CDF11777460_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisHVRJointHand_t18F1F4E0DE4EFF6FA03D8EB3D9598F354EE0F7B9_m2A05DE5163BD6D4F15A66FAA2B13ABEE368A90FB_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponentsInChildren_TisHVRForceGrabber_tD4C962011452998F4F3C4C7BC5FC6BF36A56B191_m1EE97F1F36E7A096D4D1D15C7873FB5F381A9C04_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponentsInChildren_TisHVRHandGrabber_t9CB7C31300D3D84C4E564C643D0BF501EBB16B90_m781A92500338780EB953852750144E25813BBAFA_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DemoUIManager_OnLineGrabTriggerChanged_m320D33BB893A9EFF156AFA8A2889F868F7F9E87F_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DemoUIManager_OnSmoothTurnChanged_m31BB570E3C5DEC2659F976DC530043158243472A_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DemoUIManager_OnSnapTurnRateChanged_mFB0D670F5E3ED62AD52B288218CA4D8576D07F71_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DemoUIManager_OnTurnRateChanged_m0FB692D0F19F25A5E6B71DDE83BABFC96CBB62EC_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_FirstOrDefault_TisHVRForceGrabber_tD4C962011452998F4F3C4C7BC5FC6BF36A56B191_m36EDE03B4C61948E7224D32D08282DEDB9710BF6_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_FirstOrDefault_TisHVRHandGrabber_t9CB7C31300D3D84C4E564C643D0BF501EBB16B90_m6F363CC91DC42A93D0F467C552C46C42561CBA80_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_FirstOrDefault_TisHVRPlayerController_t26A1DD9C40E8FC728A9145B43AA248B87DF528F0_mC7262E1B113EC3FBA35498F1FA7BA6AE1DF9ABB1_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_t3CF3F6D9C2FA092FC6168FBFC2585A4CD683A16E_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_t4AFCE779302A8CAA62B700488FD9BBB464E1D4FC_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_tB2A9F71AE59470C627302BA30D19BF0F83EE9D03_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_FindObjectsOfType_TisHVRPlayerController_t26A1DD9C40E8FC728A9145B43AA248B87DF528F0_m0086B68A646A1757CB71893C89151A4C5DCF5307_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CStartU3Eb__21_0_m9792FEEA2F8FDFB1919474FE16253407475757E4_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CStartU3Eb__21_1_mEA168A4B643B3A9E9C38E34E44E992326D6C585D_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CStartU3Eb__21_2_m6A23F5D8D3ED576D882505CC103824BF32F63195_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CStartU3Eb__21_3_mE239525380D8EA93A3BB42A35E8299EF8622AED0_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CStartU3Eb__21_4_m01861EEACC630E93DD62AFABB77EF3E344848CB0_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t383D1F8AB9C6F69CD3AF74822EE855A3F1B1E4D1_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnityAction_1_t8EC357AF4FBD2A0C4A575C4BBD0B3A81029E43A9_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnityAction_1_tAEFA3C1C529F0E1AD7C7C7AFC88822D359E7AC90_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnityEvent_1_AddListener_m44E396BC4484BD75427FDD8CBE0B533CCAD8C1EC_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnityEvent_1_AddListener_mE9367D4B3AA4C323EE7C35FA18CF2D8A142F43FD_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Func_2_t4AFCE779302A8CAA62B700488FD9BBB464E1D4FC* G_B3_0 = NULL;
|
|
HVRPlayerControllerU5BU5D_t3EA80674A4130B342F6CED94A632B46A9AB21634* G_B3_1 = NULL;
|
|
DemoUIManager_t6995DD81E7EC02E55B74C24BE0A4BB5911D99693* G_B3_2 = NULL;
|
|
Func_2_t4AFCE779302A8CAA62B700488FD9BBB464E1D4FC* G_B2_0 = NULL;
|
|
HVRPlayerControllerU5BU5D_t3EA80674A4130B342F6CED94A632B46A9AB21634* G_B2_1 = NULL;
|
|
DemoUIManager_t6995DD81E7EC02E55B74C24BE0A4BB5911D99693* G_B2_2 = NULL;
|
|
Func_2_tB2A9F71AE59470C627302BA30D19BF0F83EE9D03* G_B12_0 = NULL;
|
|
HVRHandGrabberU5BU5D_t690658B28276350833B942BC75EBCD9010FBFD0B* G_B12_1 = NULL;
|
|
DemoUIManager_t6995DD81E7EC02E55B74C24BE0A4BB5911D99693* G_B12_2 = NULL;
|
|
Func_2_tB2A9F71AE59470C627302BA30D19BF0F83EE9D03* G_B11_0 = NULL;
|
|
HVRHandGrabberU5BU5D_t690658B28276350833B942BC75EBCD9010FBFD0B* G_B11_1 = NULL;
|
|
DemoUIManager_t6995DD81E7EC02E55B74C24BE0A4BB5911D99693* G_B11_2 = NULL;
|
|
HVRHandGrabber_t9CB7C31300D3D84C4E564C643D0BF501EBB16B90* G_B14_0 = NULL;
|
|
DemoUIManager_t6995DD81E7EC02E55B74C24BE0A4BB5911D99693* G_B14_1 = NULL;
|
|
HVRHandGrabber_t9CB7C31300D3D84C4E564C643D0BF501EBB16B90* G_B13_0 = NULL;
|
|
DemoUIManager_t6995DD81E7EC02E55B74C24BE0A4BB5911D99693* G_B13_1 = NULL;
|
|
HVRJointHand_t18F1F4E0DE4EFF6FA03D8EB3D9598F354EE0F7B9* G_B15_0 = NULL;
|
|
DemoUIManager_t6995DD81E7EC02E55B74C24BE0A4BB5911D99693* G_B15_1 = NULL;
|
|
Func_2_tB2A9F71AE59470C627302BA30D19BF0F83EE9D03* G_B19_0 = NULL;
|
|
HVRHandGrabberU5BU5D_t690658B28276350833B942BC75EBCD9010FBFD0B* G_B19_1 = NULL;
|
|
DemoUIManager_t6995DD81E7EC02E55B74C24BE0A4BB5911D99693* G_B19_2 = NULL;
|
|
Func_2_tB2A9F71AE59470C627302BA30D19BF0F83EE9D03* G_B18_0 = NULL;
|
|
HVRHandGrabberU5BU5D_t690658B28276350833B942BC75EBCD9010FBFD0B* G_B18_1 = NULL;
|
|
DemoUIManager_t6995DD81E7EC02E55B74C24BE0A4BB5911D99693* G_B18_2 = NULL;
|
|
HVRHandGrabber_t9CB7C31300D3D84C4E564C643D0BF501EBB16B90* G_B21_0 = NULL;
|
|
DemoUIManager_t6995DD81E7EC02E55B74C24BE0A4BB5911D99693* G_B21_1 = NULL;
|
|
HVRHandGrabber_t9CB7C31300D3D84C4E564C643D0BF501EBB16B90* G_B20_0 = NULL;
|
|
DemoUIManager_t6995DD81E7EC02E55B74C24BE0A4BB5911D99693* G_B20_1 = NULL;
|
|
HVRJointHand_t18F1F4E0DE4EFF6FA03D8EB3D9598F354EE0F7B9* G_B22_0 = NULL;
|
|
DemoUIManager_t6995DD81E7EC02E55B74C24BE0A4BB5911D99693* G_B22_1 = NULL;
|
|
Func_2_t3CF3F6D9C2FA092FC6168FBFC2585A4CD683A16E* G_B29_0 = NULL;
|
|
HVRForceGrabberU5BU5D_tE763F25BD52821C3C7C1EE06428E6C240A379C1F* G_B29_1 = NULL;
|
|
DemoUIManager_t6995DD81E7EC02E55B74C24BE0A4BB5911D99693* G_B29_2 = NULL;
|
|
Func_2_t3CF3F6D9C2FA092FC6168FBFC2585A4CD683A16E* G_B28_0 = NULL;
|
|
HVRForceGrabberU5BU5D_tE763F25BD52821C3C7C1EE06428E6C240A379C1F* G_B28_1 = NULL;
|
|
DemoUIManager_t6995DD81E7EC02E55B74C24BE0A4BB5911D99693* G_B28_2 = NULL;
|
|
Func_2_t3CF3F6D9C2FA092FC6168FBFC2585A4CD683A16E* G_B31_0 = NULL;
|
|
HVRForceGrabberU5BU5D_tE763F25BD52821C3C7C1EE06428E6C240A379C1F* G_B31_1 = NULL;
|
|
DemoUIManager_t6995DD81E7EC02E55B74C24BE0A4BB5911D99693* G_B31_2 = NULL;
|
|
Func_2_t3CF3F6D9C2FA092FC6168FBFC2585A4CD683A16E* G_B30_0 = NULL;
|
|
HVRForceGrabberU5BU5D_tE763F25BD52821C3C7C1EE06428E6C240A379C1F* G_B30_1 = NULL;
|
|
DemoUIManager_t6995DD81E7EC02E55B74C24BE0A4BB5911D99693* G_B30_2 = NULL;
|
|
{
|
|
// if (!Player)
|
|
HVRPlayerController_t26A1DD9C40E8FC728A9145B43AA248B87DF528F0* L_0 = __this->___Player_4;
|
|
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_003c;
|
|
}
|
|
}
|
|
{
|
|
// Player = GameObject.FindObjectsOfType<HVRPlayerController>().FirstOrDefault(e => e.gameObject.activeInHierarchy);
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
HVRPlayerControllerU5BU5D_t3EA80674A4130B342F6CED94A632B46A9AB21634* L_2;
|
|
L_2 = Object_FindObjectsOfType_TisHVRPlayerController_t26A1DD9C40E8FC728A9145B43AA248B87DF528F0_m0086B68A646A1757CB71893C89151A4C5DCF5307(Object_FindObjectsOfType_TisHVRPlayerController_t26A1DD9C40E8FC728A9145B43AA248B87DF528F0_m0086B68A646A1757CB71893C89151A4C5DCF5307_RuntimeMethod_var);
|
|
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t383D1F8AB9C6F69CD3AF74822EE855A3F1B1E4D1_il2cpp_TypeInfo_var);
|
|
Func_2_t4AFCE779302A8CAA62B700488FD9BBB464E1D4FC* L_3 = ((U3CU3Ec_t383D1F8AB9C6F69CD3AF74822EE855A3F1B1E4D1_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t383D1F8AB9C6F69CD3AF74822EE855A3F1B1E4D1_il2cpp_TypeInfo_var))->___U3CU3E9__21_0_1;
|
|
Func_2_t4AFCE779302A8CAA62B700488FD9BBB464E1D4FC* L_4 = L_3;
|
|
G_B2_0 = L_4;
|
|
G_B2_1 = L_2;
|
|
G_B2_2 = __this;
|
|
if (L_4)
|
|
{
|
|
G_B3_0 = L_4;
|
|
G_B3_1 = L_2;
|
|
G_B3_2 = __this;
|
|
goto IL_0032;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t383D1F8AB9C6F69CD3AF74822EE855A3F1B1E4D1_il2cpp_TypeInfo_var);
|
|
U3CU3Ec_t383D1F8AB9C6F69CD3AF74822EE855A3F1B1E4D1* L_5 = ((U3CU3Ec_t383D1F8AB9C6F69CD3AF74822EE855A3F1B1E4D1_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t383D1F8AB9C6F69CD3AF74822EE855A3F1B1E4D1_il2cpp_TypeInfo_var))->___U3CU3E9_0;
|
|
Func_2_t4AFCE779302A8CAA62B700488FD9BBB464E1D4FC* L_6 = (Func_2_t4AFCE779302A8CAA62B700488FD9BBB464E1D4FC*)il2cpp_codegen_object_new(Func_2_t4AFCE779302A8CAA62B700488FD9BBB464E1D4FC_il2cpp_TypeInfo_var);
|
|
NullCheck(L_6);
|
|
Func_2__ctor_m883FF32C17B33B25F335F327B1965CFD323CC3DE(L_6, L_5, (intptr_t)((void*)U3CU3Ec_U3CStartU3Eb__21_0_m9792FEEA2F8FDFB1919474FE16253407475757E4_RuntimeMethod_var), NULL);
|
|
Func_2_t4AFCE779302A8CAA62B700488FD9BBB464E1D4FC* L_7 = L_6;
|
|
((U3CU3Ec_t383D1F8AB9C6F69CD3AF74822EE855A3F1B1E4D1_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t383D1F8AB9C6F69CD3AF74822EE855A3F1B1E4D1_il2cpp_TypeInfo_var))->___U3CU3E9__21_0_1 = L_7;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_t383D1F8AB9C6F69CD3AF74822EE855A3F1B1E4D1_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t383D1F8AB9C6F69CD3AF74822EE855A3F1B1E4D1_il2cpp_TypeInfo_var))->___U3CU3E9__21_0_1), (void*)L_7);
|
|
G_B3_0 = L_7;
|
|
G_B3_1 = G_B2_1;
|
|
G_B3_2 = G_B2_2;
|
|
}
|
|
|
|
IL_0032:
|
|
{
|
|
HVRPlayerController_t26A1DD9C40E8FC728A9145B43AA248B87DF528F0* L_8;
|
|
L_8 = Enumerable_FirstOrDefault_TisHVRPlayerController_t26A1DD9C40E8FC728A9145B43AA248B87DF528F0_mC7262E1B113EC3FBA35498F1FA7BA6AE1DF9ABB1((RuntimeObject*)G_B3_1, G_B3_0, Enumerable_FirstOrDefault_TisHVRPlayerController_t26A1DD9C40E8FC728A9145B43AA248B87DF528F0_mC7262E1B113EC3FBA35498F1FA7BA6AE1DF9ABB1_RuntimeMethod_var);
|
|
NullCheck(G_B3_2);
|
|
G_B3_2->___Player_4 = L_8;
|
|
Il2CppCodeGenWriteBarrier((void**)(&G_B3_2->___Player_4), (void*)L_8);
|
|
}
|
|
|
|
IL_003c:
|
|
{
|
|
// if (Player)
|
|
HVRPlayerController_t26A1DD9C40E8FC728A9145B43AA248B87DF528F0* L_9 = __this->___Player_4;
|
|
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_012e;
|
|
}
|
|
}
|
|
{
|
|
// if (!CameraRig)
|
|
HVRCameraRig_tC98FBD46ACC6012DBA2DB94BD0D9E93E35AADC45* L_11 = __this->___CameraRig_5;
|
|
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_006a;
|
|
}
|
|
}
|
|
{
|
|
// CameraRig = Player.GetComponentInChildren<HVRCameraRig>();
|
|
HVRPlayerController_t26A1DD9C40E8FC728A9145B43AA248B87DF528F0* L_13 = __this->___Player_4;
|
|
NullCheck(L_13);
|
|
HVRCameraRig_tC98FBD46ACC6012DBA2DB94BD0D9E93E35AADC45* L_14;
|
|
L_14 = Component_GetComponentInChildren_TisHVRCameraRig_tC98FBD46ACC6012DBA2DB94BD0D9E93E35AADC45_mAA323BBD4EC43D0C753128C3A3BF6497B8464598(L_13, Component_GetComponentInChildren_TisHVRCameraRig_tC98FBD46ACC6012DBA2DB94BD0D9E93E35AADC45_mAA323BBD4EC43D0C753128C3A3BF6497B8464598_RuntimeMethod_var);
|
|
__this->___CameraRig_5 = L_14;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___CameraRig_5), (void*)L_14);
|
|
}
|
|
|
|
IL_006a:
|
|
{
|
|
// if (!Inputs)
|
|
HVRPlayerInputs_t5FC827A4ADE172D3A9B53AAEB7D8C327D750D986* L_15 = __this->___Inputs_6;
|
|
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_0088;
|
|
}
|
|
}
|
|
{
|
|
// Inputs = Player.GetComponentInChildren<HVRPlayerInputs>();
|
|
HVRPlayerController_t26A1DD9C40E8FC728A9145B43AA248B87DF528F0* L_17 = __this->___Player_4;
|
|
NullCheck(L_17);
|
|
HVRPlayerInputs_t5FC827A4ADE172D3A9B53AAEB7D8C327D750D986* L_18;
|
|
L_18 = Component_GetComponentInChildren_TisHVRPlayerInputs_t5FC827A4ADE172D3A9B53AAEB7D8C327D750D986_m083CCEC6EE2D5FD7BBC196F825560CDF11777460(L_17, Component_GetComponentInChildren_TisHVRPlayerInputs_t5FC827A4ADE172D3A9B53AAEB7D8C327D750D986_m083CCEC6EE2D5FD7BBC196F825560CDF11777460_RuntimeMethod_var);
|
|
__this->___Inputs_6 = L_18;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___Inputs_6), (void*)L_18);
|
|
}
|
|
|
|
IL_0088:
|
|
{
|
|
// if (!LeftHand) LeftHand = Player.Root.GetComponentsInChildren<HVRHandGrabber>().FirstOrDefault(e => e.HandSide == HVRHandSide.Left)?.GetComponent<HVRJointHand>();
|
|
HVRJointHand_t18F1F4E0DE4EFF6FA03D8EB3D9598F354EE0F7B9* L_19 = __this->___LeftHand_20;
|
|
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_00db;
|
|
}
|
|
}
|
|
{
|
|
// if (!LeftHand) LeftHand = Player.Root.GetComponentsInChildren<HVRHandGrabber>().FirstOrDefault(e => e.HandSide == HVRHandSide.Left)?.GetComponent<HVRJointHand>();
|
|
HVRPlayerController_t26A1DD9C40E8FC728A9145B43AA248B87DF528F0* L_21 = __this->___Player_4;
|
|
NullCheck(L_21);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_22 = L_21->___Root_34;
|
|
NullCheck(L_22);
|
|
HVRHandGrabberU5BU5D_t690658B28276350833B942BC75EBCD9010FBFD0B* L_23;
|
|
L_23 = Component_GetComponentsInChildren_TisHVRHandGrabber_t9CB7C31300D3D84C4E564C643D0BF501EBB16B90_m781A92500338780EB953852750144E25813BBAFA(L_22, Component_GetComponentsInChildren_TisHVRHandGrabber_t9CB7C31300D3D84C4E564C643D0BF501EBB16B90_m781A92500338780EB953852750144E25813BBAFA_RuntimeMethod_var);
|
|
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t383D1F8AB9C6F69CD3AF74822EE855A3F1B1E4D1_il2cpp_TypeInfo_var);
|
|
Func_2_tB2A9F71AE59470C627302BA30D19BF0F83EE9D03* L_24 = ((U3CU3Ec_t383D1F8AB9C6F69CD3AF74822EE855A3F1B1E4D1_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t383D1F8AB9C6F69CD3AF74822EE855A3F1B1E4D1_il2cpp_TypeInfo_var))->___U3CU3E9__21_1_2;
|
|
Func_2_tB2A9F71AE59470C627302BA30D19BF0F83EE9D03* L_25 = L_24;
|
|
G_B11_0 = L_25;
|
|
G_B11_1 = L_23;
|
|
G_B11_2 = __this;
|
|
if (L_25)
|
|
{
|
|
G_B12_0 = L_25;
|
|
G_B12_1 = L_23;
|
|
G_B12_2 = __this;
|
|
goto IL_00c5;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t383D1F8AB9C6F69CD3AF74822EE855A3F1B1E4D1_il2cpp_TypeInfo_var);
|
|
U3CU3Ec_t383D1F8AB9C6F69CD3AF74822EE855A3F1B1E4D1* L_26 = ((U3CU3Ec_t383D1F8AB9C6F69CD3AF74822EE855A3F1B1E4D1_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t383D1F8AB9C6F69CD3AF74822EE855A3F1B1E4D1_il2cpp_TypeInfo_var))->___U3CU3E9_0;
|
|
Func_2_tB2A9F71AE59470C627302BA30D19BF0F83EE9D03* L_27 = (Func_2_tB2A9F71AE59470C627302BA30D19BF0F83EE9D03*)il2cpp_codegen_object_new(Func_2_tB2A9F71AE59470C627302BA30D19BF0F83EE9D03_il2cpp_TypeInfo_var);
|
|
NullCheck(L_27);
|
|
Func_2__ctor_m644C40A901702D19B041828F2E854855C51DFD0D(L_27, L_26, (intptr_t)((void*)U3CU3Ec_U3CStartU3Eb__21_1_mEA168A4B643B3A9E9C38E34E44E992326D6C585D_RuntimeMethod_var), NULL);
|
|
Func_2_tB2A9F71AE59470C627302BA30D19BF0F83EE9D03* L_28 = L_27;
|
|
((U3CU3Ec_t383D1F8AB9C6F69CD3AF74822EE855A3F1B1E4D1_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t383D1F8AB9C6F69CD3AF74822EE855A3F1B1E4D1_il2cpp_TypeInfo_var))->___U3CU3E9__21_1_2 = L_28;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_t383D1F8AB9C6F69CD3AF74822EE855A3F1B1E4D1_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t383D1F8AB9C6F69CD3AF74822EE855A3F1B1E4D1_il2cpp_TypeInfo_var))->___U3CU3E9__21_1_2), (void*)L_28);
|
|
G_B12_0 = L_28;
|
|
G_B12_1 = G_B11_1;
|
|
G_B12_2 = G_B11_2;
|
|
}
|
|
|
|
IL_00c5:
|
|
{
|
|
HVRHandGrabber_t9CB7C31300D3D84C4E564C643D0BF501EBB16B90* L_29;
|
|
L_29 = Enumerable_FirstOrDefault_TisHVRHandGrabber_t9CB7C31300D3D84C4E564C643D0BF501EBB16B90_m6F363CC91DC42A93D0F467C552C46C42561CBA80((RuntimeObject*)G_B12_1, G_B12_0, Enumerable_FirstOrDefault_TisHVRHandGrabber_t9CB7C31300D3D84C4E564C643D0BF501EBB16B90_m6F363CC91DC42A93D0F467C552C46C42561CBA80_RuntimeMethod_var);
|
|
HVRHandGrabber_t9CB7C31300D3D84C4E564C643D0BF501EBB16B90* L_30 = L_29;
|
|
G_B13_0 = L_30;
|
|
G_B13_1 = G_B12_2;
|
|
if (L_30)
|
|
{
|
|
G_B14_0 = L_30;
|
|
G_B14_1 = G_B12_2;
|
|
goto IL_00d1;
|
|
}
|
|
}
|
|
{
|
|
G_B15_0 = ((HVRJointHand_t18F1F4E0DE4EFF6FA03D8EB3D9598F354EE0F7B9*)(NULL));
|
|
G_B15_1 = G_B13_1;
|
|
goto IL_00d6;
|
|
}
|
|
|
|
IL_00d1:
|
|
{
|
|
NullCheck(G_B14_0);
|
|
HVRJointHand_t18F1F4E0DE4EFF6FA03D8EB3D9598F354EE0F7B9* L_31;
|
|
L_31 = Component_GetComponent_TisHVRJointHand_t18F1F4E0DE4EFF6FA03D8EB3D9598F354EE0F7B9_m2A05DE5163BD6D4F15A66FAA2B13ABEE368A90FB(G_B14_0, Component_GetComponent_TisHVRJointHand_t18F1F4E0DE4EFF6FA03D8EB3D9598F354EE0F7B9_m2A05DE5163BD6D4F15A66FAA2B13ABEE368A90FB_RuntimeMethod_var);
|
|
G_B15_0 = L_31;
|
|
G_B15_1 = G_B14_1;
|
|
}
|
|
|
|
IL_00d6:
|
|
{
|
|
NullCheck(G_B15_1);
|
|
G_B15_1->___LeftHand_20 = G_B15_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&G_B15_1->___LeftHand_20), (void*)G_B15_0);
|
|
}
|
|
|
|
IL_00db:
|
|
{
|
|
// if (!RightHand) RightHand = Player.Root.GetComponentsInChildren<HVRHandGrabber>().FirstOrDefault(e => e.HandSide == HVRHandSide.Right)?.GetComponent<HVRJointHand>();
|
|
HVRJointHand_t18F1F4E0DE4EFF6FA03D8EB3D9598F354EE0F7B9* L_32 = __this->___RightHand_21;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_33;
|
|
L_33 = Object_op_Implicit_m93896EF7D68FA113C42D3FE2BC6F661FC7EF514A(L_32, NULL);
|
|
if (L_33)
|
|
{
|
|
goto IL_012e;
|
|
}
|
|
}
|
|
{
|
|
// if (!RightHand) RightHand = Player.Root.GetComponentsInChildren<HVRHandGrabber>().FirstOrDefault(e => e.HandSide == HVRHandSide.Right)?.GetComponent<HVRJointHand>();
|
|
HVRPlayerController_t26A1DD9C40E8FC728A9145B43AA248B87DF528F0* L_34 = __this->___Player_4;
|
|
NullCheck(L_34);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_35 = L_34->___Root_34;
|
|
NullCheck(L_35);
|
|
HVRHandGrabberU5BU5D_t690658B28276350833B942BC75EBCD9010FBFD0B* L_36;
|
|
L_36 = Component_GetComponentsInChildren_TisHVRHandGrabber_t9CB7C31300D3D84C4E564C643D0BF501EBB16B90_m781A92500338780EB953852750144E25813BBAFA(L_35, Component_GetComponentsInChildren_TisHVRHandGrabber_t9CB7C31300D3D84C4E564C643D0BF501EBB16B90_m781A92500338780EB953852750144E25813BBAFA_RuntimeMethod_var);
|
|
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t383D1F8AB9C6F69CD3AF74822EE855A3F1B1E4D1_il2cpp_TypeInfo_var);
|
|
Func_2_tB2A9F71AE59470C627302BA30D19BF0F83EE9D03* L_37 = ((U3CU3Ec_t383D1F8AB9C6F69CD3AF74822EE855A3F1B1E4D1_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t383D1F8AB9C6F69CD3AF74822EE855A3F1B1E4D1_il2cpp_TypeInfo_var))->___U3CU3E9__21_2_3;
|
|
Func_2_tB2A9F71AE59470C627302BA30D19BF0F83EE9D03* L_38 = L_37;
|
|
G_B18_0 = L_38;
|
|
G_B18_1 = L_36;
|
|
G_B18_2 = __this;
|
|
if (L_38)
|
|
{
|
|
G_B19_0 = L_38;
|
|
G_B19_1 = L_36;
|
|
G_B19_2 = __this;
|
|
goto IL_0118;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t383D1F8AB9C6F69CD3AF74822EE855A3F1B1E4D1_il2cpp_TypeInfo_var);
|
|
U3CU3Ec_t383D1F8AB9C6F69CD3AF74822EE855A3F1B1E4D1* L_39 = ((U3CU3Ec_t383D1F8AB9C6F69CD3AF74822EE855A3F1B1E4D1_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t383D1F8AB9C6F69CD3AF74822EE855A3F1B1E4D1_il2cpp_TypeInfo_var))->___U3CU3E9_0;
|
|
Func_2_tB2A9F71AE59470C627302BA30D19BF0F83EE9D03* L_40 = (Func_2_tB2A9F71AE59470C627302BA30D19BF0F83EE9D03*)il2cpp_codegen_object_new(Func_2_tB2A9F71AE59470C627302BA30D19BF0F83EE9D03_il2cpp_TypeInfo_var);
|
|
NullCheck(L_40);
|
|
Func_2__ctor_m644C40A901702D19B041828F2E854855C51DFD0D(L_40, L_39, (intptr_t)((void*)U3CU3Ec_U3CStartU3Eb__21_2_m6A23F5D8D3ED576D882505CC103824BF32F63195_RuntimeMethod_var), NULL);
|
|
Func_2_tB2A9F71AE59470C627302BA30D19BF0F83EE9D03* L_41 = L_40;
|
|
((U3CU3Ec_t383D1F8AB9C6F69CD3AF74822EE855A3F1B1E4D1_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t383D1F8AB9C6F69CD3AF74822EE855A3F1B1E4D1_il2cpp_TypeInfo_var))->___U3CU3E9__21_2_3 = L_41;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_t383D1F8AB9C6F69CD3AF74822EE855A3F1B1E4D1_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t383D1F8AB9C6F69CD3AF74822EE855A3F1B1E4D1_il2cpp_TypeInfo_var))->___U3CU3E9__21_2_3), (void*)L_41);
|
|
G_B19_0 = L_41;
|
|
G_B19_1 = G_B18_1;
|
|
G_B19_2 = G_B18_2;
|
|
}
|
|
|
|
IL_0118:
|
|
{
|
|
HVRHandGrabber_t9CB7C31300D3D84C4E564C643D0BF501EBB16B90* L_42;
|
|
L_42 = Enumerable_FirstOrDefault_TisHVRHandGrabber_t9CB7C31300D3D84C4E564C643D0BF501EBB16B90_m6F363CC91DC42A93D0F467C552C46C42561CBA80((RuntimeObject*)G_B19_1, G_B19_0, Enumerable_FirstOrDefault_TisHVRHandGrabber_t9CB7C31300D3D84C4E564C643D0BF501EBB16B90_m6F363CC91DC42A93D0F467C552C46C42561CBA80_RuntimeMethod_var);
|
|
HVRHandGrabber_t9CB7C31300D3D84C4E564C643D0BF501EBB16B90* L_43 = L_42;
|
|
G_B20_0 = L_43;
|
|
G_B20_1 = G_B19_2;
|
|
if (L_43)
|
|
{
|
|
G_B21_0 = L_43;
|
|
G_B21_1 = G_B19_2;
|
|
goto IL_0124;
|
|
}
|
|
}
|
|
{
|
|
G_B22_0 = ((HVRJointHand_t18F1F4E0DE4EFF6FA03D8EB3D9598F354EE0F7B9*)(NULL));
|
|
G_B22_1 = G_B20_1;
|
|
goto IL_0129;
|
|
}
|
|
|
|
IL_0124:
|
|
{
|
|
NullCheck(G_B21_0);
|
|
HVRJointHand_t18F1F4E0DE4EFF6FA03D8EB3D9598F354EE0F7B9* L_44;
|
|
L_44 = Component_GetComponent_TisHVRJointHand_t18F1F4E0DE4EFF6FA03D8EB3D9598F354EE0F7B9_m2A05DE5163BD6D4F15A66FAA2B13ABEE368A90FB(G_B21_0, Component_GetComponent_TisHVRJointHand_t18F1F4E0DE4EFF6FA03D8EB3D9598F354EE0F7B9_m2A05DE5163BD6D4F15A66FAA2B13ABEE368A90FB_RuntimeMethod_var);
|
|
G_B22_0 = L_44;
|
|
G_B22_1 = G_B21_1;
|
|
}
|
|
|
|
IL_0129:
|
|
{
|
|
NullCheck(G_B22_1);
|
|
G_B22_1->___RightHand_21 = G_B22_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&G_B22_1->___RightHand_21), (void*)G_B22_0);
|
|
}
|
|
|
|
IL_012e:
|
|
{
|
|
// if(LeftHand) leftparent = LeftHand.transform.parent;
|
|
HVRJointHand_t18F1F4E0DE4EFF6FA03D8EB3D9598F354EE0F7B9* L_45 = __this->___LeftHand_20;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_46;
|
|
L_46 = Object_op_Implicit_m93896EF7D68FA113C42D3FE2BC6F661FC7EF514A(L_45, NULL);
|
|
if (!L_46)
|
|
{
|
|
goto IL_0151;
|
|
}
|
|
}
|
|
{
|
|
// if(LeftHand) leftparent = LeftHand.transform.parent;
|
|
HVRJointHand_t18F1F4E0DE4EFF6FA03D8EB3D9598F354EE0F7B9* L_47 = __this->___LeftHand_20;
|
|
NullCheck(L_47);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_48;
|
|
L_48 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(L_47, NULL);
|
|
NullCheck(L_48);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_49;
|
|
L_49 = Transform_get_parent_m65354E28A4C94EC00EBCF03532F7B0718380791E(L_48, NULL);
|
|
__this->___leftparent_22 = L_49;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___leftparent_22), (void*)L_49);
|
|
}
|
|
|
|
IL_0151:
|
|
{
|
|
// if(RightHand)rightParent = RightHand.transform.parent;
|
|
HVRJointHand_t18F1F4E0DE4EFF6FA03D8EB3D9598F354EE0F7B9* L_50 = __this->___RightHand_21;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_51;
|
|
L_51 = Object_op_Implicit_m93896EF7D68FA113C42D3FE2BC6F661FC7EF514A(L_50, NULL);
|
|
if (!L_51)
|
|
{
|
|
goto IL_0174;
|
|
}
|
|
}
|
|
{
|
|
// if(RightHand)rightParent = RightHand.transform.parent;
|
|
HVRJointHand_t18F1F4E0DE4EFF6FA03D8EB3D9598F354EE0F7B9* L_52 = __this->___RightHand_21;
|
|
NullCheck(L_52);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_53;
|
|
L_53 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(L_52, NULL);
|
|
NullCheck(L_53);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_54;
|
|
L_54 = Transform_get_parent_m65354E28A4C94EC00EBCF03532F7B0718380791E(L_53, NULL);
|
|
__this->___rightParent_23 = L_54;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___rightParent_23), (void*)L_54);
|
|
}
|
|
|
|
IL_0174:
|
|
{
|
|
// UpdateSitStandButton();
|
|
DemoUIManager_UpdateSitStandButton_m0DE12D8AF5E2CE56C8E076DBE79DB626BAD63B15(__this, NULL);
|
|
// UpdateForceGrabButton();
|
|
DemoUIManager_UpdateForceGrabButton_m5B4402A1501763E429323DEB30FC37C37C0AA4FC(__this, NULL);
|
|
// TurnRateSlider.value = Player.SmoothTurnSpeed;
|
|
Slider_t87EA570E3D6556CABF57456C2F3873FFD86E652F* L_55 = __this->___TurnRateSlider_12;
|
|
HVRPlayerController_t26A1DD9C40E8FC728A9145B43AA248B87DF528F0* L_56 = __this->___Player_4;
|
|
NullCheck(L_56);
|
|
float L_57 = L_56->___SmoothTurnSpeed_24;
|
|
NullCheck(L_55);
|
|
VirtualActionInvoker1< float >::Invoke(47 /* System.Void UnityEngine.UI.Slider::set_value(System.Single) */, L_55, L_57);
|
|
// SnapTurnSlider.value = Player.SnapAmount;
|
|
Slider_t87EA570E3D6556CABF57456C2F3873FFD86E652F* L_58 = __this->___SnapTurnSlider_13;
|
|
HVRPlayerController_t26A1DD9C40E8FC728A9145B43AA248B87DF528F0* L_59 = __this->___Player_4;
|
|
NullCheck(L_59);
|
|
float L_60 = L_59->___SnapAmount_26;
|
|
NullCheck(L_58);
|
|
VirtualActionInvoker1< float >::Invoke(47 /* System.Void UnityEngine.UI.Slider::set_value(System.Single) */, L_58, L_60);
|
|
// TurnRateText.text = Player.SmoothTurnSpeed.ToString();
|
|
TextMeshProUGUI_t101091AF4B578BB534C92E9D1EEAF0611636D957* L_61 = __this->___TurnRateText_14;
|
|
HVRPlayerController_t26A1DD9C40E8FC728A9145B43AA248B87DF528F0* L_62 = __this->___Player_4;
|
|
NullCheck(L_62);
|
|
float* L_63 = (&L_62->___SmoothTurnSpeed_24);
|
|
String_t* L_64;
|
|
L_64 = Single_ToString_mE282EDA9CA4F7DF88432D807732837A629D04972(L_63, NULL);
|
|
NullCheck(L_61);
|
|
VirtualActionInvoker1< String_t* >::Invoke(66 /* System.Void TMPro.TMP_Text::set_text(System.String) */, L_61, L_64);
|
|
// SnapRateText.text = Player.SnapAmount.ToString();
|
|
TextMeshProUGUI_t101091AF4B578BB534C92E9D1EEAF0611636D957* L_65 = __this->___SnapRateText_15;
|
|
HVRPlayerController_t26A1DD9C40E8FC728A9145B43AA248B87DF528F0* L_66 = __this->___Player_4;
|
|
NullCheck(L_66);
|
|
float* L_67 = (&L_66->___SnapAmount_26);
|
|
String_t* L_68;
|
|
L_68 = Single_ToString_mE282EDA9CA4F7DF88432D807732837A629D04972(L_67, NULL);
|
|
NullCheck(L_65);
|
|
VirtualActionInvoker1< String_t* >::Invoke(66 /* System.Void TMPro.TMP_Text::set_text(System.String) */, L_65, L_68);
|
|
// SmoothTurnToggle.isOn = Player.RotationType == RotationType.Smooth;
|
|
Toggle_tBF13F3EBA485E06826FD8A38F4B4C1380DF21A1F* L_69 = __this->___SmoothTurnToggle_16;
|
|
HVRPlayerController_t26A1DD9C40E8FC728A9145B43AA248B87DF528F0* L_70 = __this->___Player_4;
|
|
NullCheck(L_70);
|
|
int32_t L_71 = L_70->___RotationType_23;
|
|
NullCheck(L_69);
|
|
Toggle_set_isOn_m61D6AB073668E87530A9F49D990A3B3631D2061F(L_69, (bool)((((int32_t)L_71) == ((int32_t)0))? 1 : 0), NULL);
|
|
// LineGrabTrigger.isOn = HVRSettings.Instance.LineGrabTriggerLoose;
|
|
Toggle_tBF13F3EBA485E06826FD8A38F4B4C1380DF21A1F* L_72 = __this->___LineGrabTrigger_17;
|
|
HVRSettings_tF57CCCAFB711DE66F81893E04363569A1C4AF080* L_73;
|
|
L_73 = HVRSettings_get_Instance_m48BF8E761F7F920DA4546A918D14A06E65F3FC51(NULL);
|
|
NullCheck(L_73);
|
|
bool L_74 = L_73->___LineGrabTriggerLoose_41;
|
|
NullCheck(L_72);
|
|
Toggle_set_isOn_m61D6AB073668E87530A9F49D990A3B3631D2061F(L_72, L_74, NULL);
|
|
// TurnRateSlider.onValueChanged.AddListener(OnTurnRateChanged);
|
|
Slider_t87EA570E3D6556CABF57456C2F3873FFD86E652F* L_75 = __this->___TurnRateSlider_12;
|
|
NullCheck(L_75);
|
|
SliderEvent_t92A82EF6C62E15AF92B640FE2D960E877E8C6555* L_76;
|
|
L_76 = Slider_get_onValueChanged_m4DA3FD0F8D7BB838F442C07F7796EEE584D0D4F6_inline(L_75, NULL);
|
|
UnityAction_1_tAEFA3C1C529F0E1AD7C7C7AFC88822D359E7AC90* L_77 = (UnityAction_1_tAEFA3C1C529F0E1AD7C7C7AFC88822D359E7AC90*)il2cpp_codegen_object_new(UnityAction_1_tAEFA3C1C529F0E1AD7C7C7AFC88822D359E7AC90_il2cpp_TypeInfo_var);
|
|
NullCheck(L_77);
|
|
UnityAction_1__ctor_mF770070D0A4FE93F6E04DA37D2EC60429EA545E5(L_77, __this, (intptr_t)((void*)DemoUIManager_OnTurnRateChanged_m0FB692D0F19F25A5E6B71DDE83BABFC96CBB62EC_RuntimeMethod_var), NULL);
|
|
NullCheck(L_76);
|
|
UnityEvent_1_AddListener_m44E396BC4484BD75427FDD8CBE0B533CCAD8C1EC(L_76, L_77, UnityEvent_1_AddListener_m44E396BC4484BD75427FDD8CBE0B533CCAD8C1EC_RuntimeMethod_var);
|
|
// SnapTurnSlider.onValueChanged.AddListener(OnSnapTurnRateChanged);
|
|
Slider_t87EA570E3D6556CABF57456C2F3873FFD86E652F* L_78 = __this->___SnapTurnSlider_13;
|
|
NullCheck(L_78);
|
|
SliderEvent_t92A82EF6C62E15AF92B640FE2D960E877E8C6555* L_79;
|
|
L_79 = Slider_get_onValueChanged_m4DA3FD0F8D7BB838F442C07F7796EEE584D0D4F6_inline(L_78, NULL);
|
|
UnityAction_1_tAEFA3C1C529F0E1AD7C7C7AFC88822D359E7AC90* L_80 = (UnityAction_1_tAEFA3C1C529F0E1AD7C7C7AFC88822D359E7AC90*)il2cpp_codegen_object_new(UnityAction_1_tAEFA3C1C529F0E1AD7C7C7AFC88822D359E7AC90_il2cpp_TypeInfo_var);
|
|
NullCheck(L_80);
|
|
UnityAction_1__ctor_mF770070D0A4FE93F6E04DA37D2EC60429EA545E5(L_80, __this, (intptr_t)((void*)DemoUIManager_OnSnapTurnRateChanged_mFB0D670F5E3ED62AD52B288218CA4D8576D07F71_RuntimeMethod_var), NULL);
|
|
NullCheck(L_79);
|
|
UnityEvent_1_AddListener_m44E396BC4484BD75427FDD8CBE0B533CCAD8C1EC(L_79, L_80, UnityEvent_1_AddListener_m44E396BC4484BD75427FDD8CBE0B533CCAD8C1EC_RuntimeMethod_var);
|
|
// SmoothTurnToggle.onValueChanged.AddListener(OnSmoothTurnChanged);
|
|
Toggle_tBF13F3EBA485E06826FD8A38F4B4C1380DF21A1F* L_81 = __this->___SmoothTurnToggle_16;
|
|
NullCheck(L_81);
|
|
ToggleEvent_t88B31268F9D6D1882E4F921B14704FB9F7047F02* L_82 = L_81->___onValueChanged_23;
|
|
UnityAction_1_t8EC357AF4FBD2A0C4A575C4BBD0B3A81029E43A9* L_83 = (UnityAction_1_t8EC357AF4FBD2A0C4A575C4BBD0B3A81029E43A9*)il2cpp_codegen_object_new(UnityAction_1_t8EC357AF4FBD2A0C4A575C4BBD0B3A81029E43A9_il2cpp_TypeInfo_var);
|
|
NullCheck(L_83);
|
|
UnityAction_1__ctor_m11A393DB3C00474B4520978077E444DB6E4418DD(L_83, __this, (intptr_t)((void*)DemoUIManager_OnSmoothTurnChanged_m31BB570E3C5DEC2659F976DC530043158243472A_RuntimeMethod_var), NULL);
|
|
NullCheck(L_82);
|
|
UnityEvent_1_AddListener_mE9367D4B3AA4C323EE7C35FA18CF2D8A142F43FD(L_82, L_83, UnityEvent_1_AddListener_mE9367D4B3AA4C323EE7C35FA18CF2D8A142F43FD_RuntimeMethod_var);
|
|
// LineGrabTrigger.onValueChanged.AddListener(OnLineGrabTriggerChanged);
|
|
Toggle_tBF13F3EBA485E06826FD8A38F4B4C1380DF21A1F* L_84 = __this->___LineGrabTrigger_17;
|
|
NullCheck(L_84);
|
|
ToggleEvent_t88B31268F9D6D1882E4F921B14704FB9F7047F02* L_85 = L_84->___onValueChanged_23;
|
|
UnityAction_1_t8EC357AF4FBD2A0C4A575C4BBD0B3A81029E43A9* L_86 = (UnityAction_1_t8EC357AF4FBD2A0C4A575C4BBD0B3A81029E43A9*)il2cpp_codegen_object_new(UnityAction_1_t8EC357AF4FBD2A0C4A575C4BBD0B3A81029E43A9_il2cpp_TypeInfo_var);
|
|
NullCheck(L_86);
|
|
UnityAction_1__ctor_m11A393DB3C00474B4520978077E444DB6E4418DD(L_86, __this, (intptr_t)((void*)DemoUIManager_OnLineGrabTriggerChanged_m320D33BB893A9EFF156AFA8A2889F868F7F9E87F_RuntimeMethod_var), NULL);
|
|
NullCheck(L_85);
|
|
UnityEvent_1_AddListener_mE9367D4B3AA4C323EE7C35FA18CF2D8A142F43FD(L_85, L_86, UnityEvent_1_AddListener_mE9367D4B3AA4C323EE7C35FA18CF2D8A142F43FD_RuntimeMethod_var);
|
|
// LeftForce = Player.transform.root.GetComponentsInChildren<HVRForceGrabber>().FirstOrDefault(e => e.HandSide == HVRHandSide.Left);
|
|
HVRPlayerController_t26A1DD9C40E8FC728A9145B43AA248B87DF528F0* L_87 = __this->___Player_4;
|
|
NullCheck(L_87);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_88;
|
|
L_88 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(L_87, NULL);
|
|
NullCheck(L_88);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_89;
|
|
L_89 = Transform_get_root_m3AE09E7A2C0B2C4A649570498F25E4B4F69A1284(L_88, NULL);
|
|
NullCheck(L_89);
|
|
HVRForceGrabberU5BU5D_tE763F25BD52821C3C7C1EE06428E6C240A379C1F* L_90;
|
|
L_90 = Component_GetComponentsInChildren_TisHVRForceGrabber_tD4C962011452998F4F3C4C7BC5FC6BF36A56B191_m1EE97F1F36E7A096D4D1D15C7873FB5F381A9C04(L_89, Component_GetComponentsInChildren_TisHVRForceGrabber_tD4C962011452998F4F3C4C7BC5FC6BF36A56B191_m1EE97F1F36E7A096D4D1D15C7873FB5F381A9C04_RuntimeMethod_var);
|
|
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t383D1F8AB9C6F69CD3AF74822EE855A3F1B1E4D1_il2cpp_TypeInfo_var);
|
|
Func_2_t3CF3F6D9C2FA092FC6168FBFC2585A4CD683A16E* L_91 = ((U3CU3Ec_t383D1F8AB9C6F69CD3AF74822EE855A3F1B1E4D1_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t383D1F8AB9C6F69CD3AF74822EE855A3F1B1E4D1_il2cpp_TypeInfo_var))->___U3CU3E9__21_3_4;
|
|
Func_2_t3CF3F6D9C2FA092FC6168FBFC2585A4CD683A16E* L_92 = L_91;
|
|
G_B28_0 = L_92;
|
|
G_B28_1 = L_90;
|
|
G_B28_2 = __this;
|
|
if (L_92)
|
|
{
|
|
G_B29_0 = L_92;
|
|
G_B29_1 = L_90;
|
|
G_B29_2 = __this;
|
|
goto IL_02b5;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t383D1F8AB9C6F69CD3AF74822EE855A3F1B1E4D1_il2cpp_TypeInfo_var);
|
|
U3CU3Ec_t383D1F8AB9C6F69CD3AF74822EE855A3F1B1E4D1* L_93 = ((U3CU3Ec_t383D1F8AB9C6F69CD3AF74822EE855A3F1B1E4D1_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t383D1F8AB9C6F69CD3AF74822EE855A3F1B1E4D1_il2cpp_TypeInfo_var))->___U3CU3E9_0;
|
|
Func_2_t3CF3F6D9C2FA092FC6168FBFC2585A4CD683A16E* L_94 = (Func_2_t3CF3F6D9C2FA092FC6168FBFC2585A4CD683A16E*)il2cpp_codegen_object_new(Func_2_t3CF3F6D9C2FA092FC6168FBFC2585A4CD683A16E_il2cpp_TypeInfo_var);
|
|
NullCheck(L_94);
|
|
Func_2__ctor_m886F1A4339DB7700A4EF7F7C8829EDCF0100D003(L_94, L_93, (intptr_t)((void*)U3CU3Ec_U3CStartU3Eb__21_3_mE239525380D8EA93A3BB42A35E8299EF8622AED0_RuntimeMethod_var), NULL);
|
|
Func_2_t3CF3F6D9C2FA092FC6168FBFC2585A4CD683A16E* L_95 = L_94;
|
|
((U3CU3Ec_t383D1F8AB9C6F69CD3AF74822EE855A3F1B1E4D1_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t383D1F8AB9C6F69CD3AF74822EE855A3F1B1E4D1_il2cpp_TypeInfo_var))->___U3CU3E9__21_3_4 = L_95;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_t383D1F8AB9C6F69CD3AF74822EE855A3F1B1E4D1_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t383D1F8AB9C6F69CD3AF74822EE855A3F1B1E4D1_il2cpp_TypeInfo_var))->___U3CU3E9__21_3_4), (void*)L_95);
|
|
G_B29_0 = L_95;
|
|
G_B29_1 = G_B28_1;
|
|
G_B29_2 = G_B28_2;
|
|
}
|
|
|
|
IL_02b5:
|
|
{
|
|
HVRForceGrabber_tD4C962011452998F4F3C4C7BC5FC6BF36A56B191* L_96;
|
|
L_96 = Enumerable_FirstOrDefault_TisHVRForceGrabber_tD4C962011452998F4F3C4C7BC5FC6BF36A56B191_m36EDE03B4C61948E7224D32D08282DEDB9710BF6((RuntimeObject*)G_B29_1, G_B29_0, Enumerable_FirstOrDefault_TisHVRForceGrabber_tD4C962011452998F4F3C4C7BC5FC6BF36A56B191_m36EDE03B4C61948E7224D32D08282DEDB9710BF6_RuntimeMethod_var);
|
|
NullCheck(G_B29_2);
|
|
G_B29_2->___LeftForce_18 = L_96;
|
|
Il2CppCodeGenWriteBarrier((void**)(&G_B29_2->___LeftForce_18), (void*)L_96);
|
|
// RightForce = Player.transform.root.GetComponentsInChildren<HVRForceGrabber>().FirstOrDefault(e => e.HandSide == HVRHandSide.Right);
|
|
HVRPlayerController_t26A1DD9C40E8FC728A9145B43AA248B87DF528F0* L_97 = __this->___Player_4;
|
|
NullCheck(L_97);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_98;
|
|
L_98 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(L_97, NULL);
|
|
NullCheck(L_98);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_99;
|
|
L_99 = Transform_get_root_m3AE09E7A2C0B2C4A649570498F25E4B4F69A1284(L_98, NULL);
|
|
NullCheck(L_99);
|
|
HVRForceGrabberU5BU5D_tE763F25BD52821C3C7C1EE06428E6C240A379C1F* L_100;
|
|
L_100 = Component_GetComponentsInChildren_TisHVRForceGrabber_tD4C962011452998F4F3C4C7BC5FC6BF36A56B191_m1EE97F1F36E7A096D4D1D15C7873FB5F381A9C04(L_99, Component_GetComponentsInChildren_TisHVRForceGrabber_tD4C962011452998F4F3C4C7BC5FC6BF36A56B191_m1EE97F1F36E7A096D4D1D15C7873FB5F381A9C04_RuntimeMethod_var);
|
|
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t383D1F8AB9C6F69CD3AF74822EE855A3F1B1E4D1_il2cpp_TypeInfo_var);
|
|
Func_2_t3CF3F6D9C2FA092FC6168FBFC2585A4CD683A16E* L_101 = ((U3CU3Ec_t383D1F8AB9C6F69CD3AF74822EE855A3F1B1E4D1_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t383D1F8AB9C6F69CD3AF74822EE855A3F1B1E4D1_il2cpp_TypeInfo_var))->___U3CU3E9__21_4_5;
|
|
Func_2_t3CF3F6D9C2FA092FC6168FBFC2585A4CD683A16E* L_102 = L_101;
|
|
G_B30_0 = L_102;
|
|
G_B30_1 = L_100;
|
|
G_B30_2 = __this;
|
|
if (L_102)
|
|
{
|
|
G_B31_0 = L_102;
|
|
G_B31_1 = L_100;
|
|
G_B31_2 = __this;
|
|
goto IL_02f4;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t383D1F8AB9C6F69CD3AF74822EE855A3F1B1E4D1_il2cpp_TypeInfo_var);
|
|
U3CU3Ec_t383D1F8AB9C6F69CD3AF74822EE855A3F1B1E4D1* L_103 = ((U3CU3Ec_t383D1F8AB9C6F69CD3AF74822EE855A3F1B1E4D1_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t383D1F8AB9C6F69CD3AF74822EE855A3F1B1E4D1_il2cpp_TypeInfo_var))->___U3CU3E9_0;
|
|
Func_2_t3CF3F6D9C2FA092FC6168FBFC2585A4CD683A16E* L_104 = (Func_2_t3CF3F6D9C2FA092FC6168FBFC2585A4CD683A16E*)il2cpp_codegen_object_new(Func_2_t3CF3F6D9C2FA092FC6168FBFC2585A4CD683A16E_il2cpp_TypeInfo_var);
|
|
NullCheck(L_104);
|
|
Func_2__ctor_m886F1A4339DB7700A4EF7F7C8829EDCF0100D003(L_104, L_103, (intptr_t)((void*)U3CU3Ec_U3CStartU3Eb__21_4_m01861EEACC630E93DD62AFABB77EF3E344848CB0_RuntimeMethod_var), NULL);
|
|
Func_2_t3CF3F6D9C2FA092FC6168FBFC2585A4CD683A16E* L_105 = L_104;
|
|
((U3CU3Ec_t383D1F8AB9C6F69CD3AF74822EE855A3F1B1E4D1_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t383D1F8AB9C6F69CD3AF74822EE855A3F1B1E4D1_il2cpp_TypeInfo_var))->___U3CU3E9__21_4_5 = L_105;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_t383D1F8AB9C6F69CD3AF74822EE855A3F1B1E4D1_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t383D1F8AB9C6F69CD3AF74822EE855A3F1B1E4D1_il2cpp_TypeInfo_var))->___U3CU3E9__21_4_5), (void*)L_105);
|
|
G_B31_0 = L_105;
|
|
G_B31_1 = G_B30_1;
|
|
G_B31_2 = G_B30_2;
|
|
}
|
|
|
|
IL_02f4:
|
|
{
|
|
HVRForceGrabber_tD4C962011452998F4F3C4C7BC5FC6BF36A56B191* L_106;
|
|
L_106 = Enumerable_FirstOrDefault_TisHVRForceGrabber_tD4C962011452998F4F3C4C7BC5FC6BF36A56B191_m36EDE03B4C61948E7224D32D08282DEDB9710BF6((RuntimeObject*)G_B31_1, G_B31_0, Enumerable_FirstOrDefault_TisHVRForceGrabber_tD4C962011452998F4F3C4C7BC5FC6BF36A56B191_m36EDE03B4C61948E7224D32D08282DEDB9710BF6_RuntimeMethod_var);
|
|
NullCheck(G_B31_2);
|
|
G_B31_2->___RightForce_19 = L_106;
|
|
Il2CppCodeGenWriteBarrier((void**)(&G_B31_2->___RightForce_19), (void*)L_106);
|
|
// UpdateLeftForceButton();
|
|
DemoUIManager_UpdateLeftForceButton_m8B9C4ABB28889D5AF5A5C50538D72D9B61D45EA8(__this, NULL);
|
|
// UpdateRightForceButton();
|
|
DemoUIManager_UpdateRightForceButton_m6DFF444F15F15FFAE593DFEC3D2810A079C82487(__this, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void HurricaneVR.TechDemo.Scripts.DemoUIManager::OnLineGrabTriggerChanged(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DemoUIManager_OnLineGrabTriggerChanged_m320D33BB893A9EFF156AFA8A2889F868F7F9E87F (DemoUIManager_t6995DD81E7EC02E55B74C24BE0A4BB5911D99693* __this, bool ___0_arg0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// HVRSettings.Instance.LineGrabTriggerLoose = arg0;
|
|
HVRSettings_tF57CCCAFB711DE66F81893E04363569A1C4AF080* L_0;
|
|
L_0 = HVRSettings_get_Instance_m48BF8E761F7F920DA4546A918D14A06E65F3FC51(NULL);
|
|
bool L_1 = ___0_arg0;
|
|
NullCheck(L_0);
|
|
L_0->___LineGrabTriggerLoose_41 = L_1;
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void HurricaneVR.TechDemo.Scripts.DemoUIManager::CalibrateHeight()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DemoUIManager_CalibrateHeight_m70FBEE639DC3417A639E401F771A1B07F08FFF65 (DemoUIManager_t6995DD81E7EC02E55B74C24BE0A4BB5911D99693* __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 (CameraRig)
|
|
HVRCameraRig_tC98FBD46ACC6012DBA2DB94BD0D9E93E35AADC45* L_0 = __this->___CameraRig_5;
|
|
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;
|
|
}
|
|
}
|
|
{
|
|
// CameraRig.Calibrate();
|
|
HVRCameraRig_tC98FBD46ACC6012DBA2DB94BD0D9E93E35AADC45* L_2 = __this->___CameraRig_5;
|
|
NullCheck(L_2);
|
|
HVRCameraRig_Calibrate_mBB0F2396A68FDC2D77AD91C9D7BAED4D79FC8EEF(L_2, NULL);
|
|
}
|
|
|
|
IL_0018:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void HurricaneVR.TechDemo.Scripts.DemoUIManager::OnSitStandClicked()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DemoUIManager_OnSitStandClicked_m4DD264BD6DEFFC191F7357BC2CBCB70F3EEDE4B5 (DemoUIManager_t6995DD81E7EC02E55B74C24BE0A4BB5911D99693* __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
{
|
|
// var index = (int)CameraRig.SitStanding;
|
|
HVRCameraRig_tC98FBD46ACC6012DBA2DB94BD0D9E93E35AADC45* L_0 = __this->___CameraRig_5;
|
|
NullCheck(L_0);
|
|
int32_t L_1 = L_0->___SitStanding_10;
|
|
V_0 = L_1;
|
|
// index++;
|
|
int32_t L_2 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_2, 1));
|
|
// if (index > 2)
|
|
int32_t L_3 = V_0;
|
|
if ((((int32_t)L_3) <= ((int32_t)2)))
|
|
{
|
|
goto IL_0016;
|
|
}
|
|
}
|
|
{
|
|
// index = 0;
|
|
V_0 = 0;
|
|
}
|
|
|
|
IL_0016:
|
|
{
|
|
// CameraRig.SetSitStandMode((HVRSitStand)index);
|
|
HVRCameraRig_tC98FBD46ACC6012DBA2DB94BD0D9E93E35AADC45* L_4 = __this->___CameraRig_5;
|
|
int32_t L_5 = V_0;
|
|
NullCheck(L_4);
|
|
HVRCameraRig_SetSitStandMode_mB608B71B6B30A7E15AB2A677148EC3890159A428(L_4, L_5, NULL);
|
|
// UpdateSitStandButton();
|
|
DemoUIManager_UpdateSitStandButton_m0DE12D8AF5E2CE56C8E076DBE79DB626BAD63B15(__this, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void HurricaneVR.TechDemo.Scripts.DemoUIManager::OnForceGrabClicked()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DemoUIManager_OnForceGrabClicked_m48E839FFDE63A86B527D26FF16E40436D9D6BCDD (DemoUIManager_t6995DD81E7EC02E55B74C24BE0A4BB5911D99693* __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
{
|
|
// var index = (int)Inputs.ForceGrabActivation;
|
|
HVRPlayerInputs_t5FC827A4ADE172D3A9B53AAEB7D8C327D750D986* L_0 = __this->___Inputs_6;
|
|
NullCheck(L_0);
|
|
int32_t L_1 = L_0->___ForceGrabActivation_6;
|
|
V_0 = L_1;
|
|
// index++;
|
|
int32_t L_2 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_2, 1));
|
|
// if (index > 1)
|
|
int32_t L_3 = V_0;
|
|
if ((((int32_t)L_3) <= ((int32_t)1)))
|
|
{
|
|
goto IL_0016;
|
|
}
|
|
}
|
|
{
|
|
// index = 0;
|
|
V_0 = 0;
|
|
}
|
|
|
|
IL_0016:
|
|
{
|
|
// Inputs.ForceGrabActivation = (HVRForceGrabActivation)index;
|
|
HVRPlayerInputs_t5FC827A4ADE172D3A9B53AAEB7D8C327D750D986* L_4 = __this->___Inputs_6;
|
|
int32_t L_5 = V_0;
|
|
NullCheck(L_4);
|
|
L_4->___ForceGrabActivation_6 = L_5;
|
|
// UpdateForceGrabButton();
|
|
DemoUIManager_UpdateForceGrabButton_m5B4402A1501763E429323DEB30FC37C37C0AA4FC(__this, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void HurricaneVR.TechDemo.Scripts.DemoUIManager::UpdateForceGrabButton()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DemoUIManager_UpdateForceGrabButton_m5B4402A1501763E429323DEB30FC37C37C0AA4FC (DemoUIManager_t6995DD81E7EC02E55B74C24BE0A4BB5911D99693* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HVRForceGrabActivation_t86B59B3C3DD57DAB045AB1434DA454128C566B11_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// ForceGrabText.text = Inputs.ForceGrabActivation.ToString();
|
|
TextMeshProUGUI_t101091AF4B578BB534C92E9D1EEAF0611636D957* L_0 = __this->___ForceGrabText_9;
|
|
HVRPlayerInputs_t5FC827A4ADE172D3A9B53AAEB7D8C327D750D986* L_1 = __this->___Inputs_6;
|
|
NullCheck(L_1);
|
|
int32_t* L_2 = (&L_1->___ForceGrabActivation_6);
|
|
Il2CppFakeBox<int32_t> L_3(HVRForceGrabActivation_t86B59B3C3DD57DAB045AB1434DA454128C566B11_il2cpp_TypeInfo_var, L_2);
|
|
String_t* L_4;
|
|
L_4 = Enum_ToString_m946B0B83C4470457D0FF555D862022C72BB55741((Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2*)(&L_3), NULL);
|
|
NullCheck(L_0);
|
|
VirtualActionInvoker1< String_t* >::Invoke(66 /* System.Void TMPro.TMP_Text::set_text(System.String) */, L_0, L_4);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void HurricaneVR.TechDemo.Scripts.DemoUIManager::UpdateSitStandButton()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DemoUIManager_UpdateSitStandButton_m0DE12D8AF5E2CE56C8E076DBE79DB626BAD63B15 (DemoUIManager_t6995DD81E7EC02E55B74C24BE0A4BB5911D99693* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HVRSitStand_tFDFC806490DC7323D9D9B9557ED7CC094C5BB80E_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// SitStandText.text = CameraRig.SitStanding.ToString();
|
|
TextMeshProUGUI_t101091AF4B578BB534C92E9D1EEAF0611636D957* L_0 = __this->___SitStandText_7;
|
|
HVRCameraRig_tC98FBD46ACC6012DBA2DB94BD0D9E93E35AADC45* L_1 = __this->___CameraRig_5;
|
|
NullCheck(L_1);
|
|
int32_t* L_2 = (&L_1->___SitStanding_10);
|
|
Il2CppFakeBox<int32_t> L_3(HVRSitStand_tFDFC806490DC7323D9D9B9557ED7CC094C5BB80E_il2cpp_TypeInfo_var, L_2);
|
|
String_t* L_4;
|
|
L_4 = Enum_ToString_m946B0B83C4470457D0FF555D862022C72BB55741((Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2*)(&L_3), NULL);
|
|
NullCheck(L_0);
|
|
VirtualActionInvoker1< String_t* >::Invoke(66 /* System.Void TMPro.TMP_Text::set_text(System.String) */, L_0, L_4);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void HurricaneVR.TechDemo.Scripts.DemoUIManager::OnTurnRateChanged(System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DemoUIManager_OnTurnRateChanged_m0FB692D0F19F25A5E6B71DDE83BABFC96CBB62EC (DemoUIManager_t6995DD81E7EC02E55B74C24BE0A4BB5911D99693* __this, float ___0_rate, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// Player.SmoothTurnSpeed = rate;
|
|
HVRPlayerController_t26A1DD9C40E8FC728A9145B43AA248B87DF528F0* L_0 = __this->___Player_4;
|
|
float L_1 = ___0_rate;
|
|
NullCheck(L_0);
|
|
L_0->___SmoothTurnSpeed_24 = L_1;
|
|
// TurnRateText.text = Player.SmoothTurnSpeed.ToString();
|
|
TextMeshProUGUI_t101091AF4B578BB534C92E9D1EEAF0611636D957* L_2 = __this->___TurnRateText_14;
|
|
HVRPlayerController_t26A1DD9C40E8FC728A9145B43AA248B87DF528F0* L_3 = __this->___Player_4;
|
|
NullCheck(L_3);
|
|
float* L_4 = (&L_3->___SmoothTurnSpeed_24);
|
|
String_t* L_5;
|
|
L_5 = Single_ToString_mE282EDA9CA4F7DF88432D807732837A629D04972(L_4, NULL);
|
|
NullCheck(L_2);
|
|
VirtualActionInvoker1< String_t* >::Invoke(66 /* System.Void TMPro.TMP_Text::set_text(System.String) */, L_2, L_5);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void HurricaneVR.TechDemo.Scripts.DemoUIManager::OnSnapTurnRateChanged(System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DemoUIManager_OnSnapTurnRateChanged_mFB0D670F5E3ED62AD52B288218CA4D8576D07F71 (DemoUIManager_t6995DD81E7EC02E55B74C24BE0A4BB5911D99693* __this, float ___0_rate, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// Player.SnapAmount = rate;
|
|
HVRPlayerController_t26A1DD9C40E8FC728A9145B43AA248B87DF528F0* L_0 = __this->___Player_4;
|
|
float L_1 = ___0_rate;
|
|
NullCheck(L_0);
|
|
L_0->___SnapAmount_26 = L_1;
|
|
// SnapRateText.text = Player.SnapAmount.ToString();
|
|
TextMeshProUGUI_t101091AF4B578BB534C92E9D1EEAF0611636D957* L_2 = __this->___SnapRateText_15;
|
|
HVRPlayerController_t26A1DD9C40E8FC728A9145B43AA248B87DF528F0* L_3 = __this->___Player_4;
|
|
NullCheck(L_3);
|
|
float* L_4 = (&L_3->___SnapAmount_26);
|
|
String_t* L_5;
|
|
L_5 = Single_ToString_mE282EDA9CA4F7DF88432D807732837A629D04972(L_4, NULL);
|
|
NullCheck(L_2);
|
|
VirtualActionInvoker1< String_t* >::Invoke(66 /* System.Void TMPro.TMP_Text::set_text(System.String) */, L_2, L_5);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void HurricaneVR.TechDemo.Scripts.DemoUIManager::OnSmoothTurnChanged(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DemoUIManager_OnSmoothTurnChanged_m31BB570E3C5DEC2659F976DC530043158243472A (DemoUIManager_t6995DD81E7EC02E55B74C24BE0A4BB5911D99693* __this, bool ___0_smooth, const RuntimeMethod* method)
|
|
{
|
|
HVRPlayerController_t26A1DD9C40E8FC728A9145B43AA248B87DF528F0* G_B2_0 = NULL;
|
|
HVRPlayerController_t26A1DD9C40E8FC728A9145B43AA248B87DF528F0* G_B1_0 = NULL;
|
|
int32_t G_B3_0 = 0;
|
|
HVRPlayerController_t26A1DD9C40E8FC728A9145B43AA248B87DF528F0* G_B3_1 = NULL;
|
|
{
|
|
// Player.RotationType = smooth ? RotationType.Smooth : RotationType.Snap;
|
|
HVRPlayerController_t26A1DD9C40E8FC728A9145B43AA248B87DF528F0* L_0 = __this->___Player_4;
|
|
bool L_1 = ___0_smooth;
|
|
G_B1_0 = L_0;
|
|
if (L_1)
|
|
{
|
|
G_B2_0 = L_0;
|
|
goto IL_000c;
|
|
}
|
|
}
|
|
{
|
|
G_B3_0 = 1;
|
|
G_B3_1 = G_B1_0;
|
|
goto IL_000d;
|
|
}
|
|
|
|
IL_000c:
|
|
{
|
|
G_B3_0 = 0;
|
|
G_B3_1 = G_B2_0;
|
|
}
|
|
|
|
IL_000d:
|
|
{
|
|
NullCheck(G_B3_1);
|
|
G_B3_1->___RotationType_23 = G_B3_0;
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void HurricaneVR.TechDemo.Scripts.DemoUIManager::OnLeftForceGrabModeClicked()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DemoUIManager_OnLeftForceGrabModeClicked_m121A125D95C325B93C24B097E791C4BDB517D7C5 (DemoUIManager_t6995DD81E7EC02E55B74C24BE0A4BB5911D99693* __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 (LeftForce)
|
|
HVRForceGrabber_tD4C962011452998F4F3C4C7BC5FC6BF36A56B191* L_0 = __this->___LeftForce_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_003b;
|
|
}
|
|
}
|
|
{
|
|
// if (LeftForce.GrabStyle == HVRForceGrabMode.ForcePull)
|
|
HVRForceGrabber_tD4C962011452998F4F3C4C7BC5FC6BF36A56B191* L_2 = __this->___LeftForce_18;
|
|
NullCheck(L_2);
|
|
int32_t L_3 = L_2->___GrabStyle_39;
|
|
if ((!(((uint32_t)L_3) == ((uint32_t)1))))
|
|
{
|
|
goto IL_0029;
|
|
}
|
|
}
|
|
{
|
|
// LeftForce.GrabStyle = HVRForceGrabMode.GravityGloves;
|
|
HVRForceGrabber_tD4C962011452998F4F3C4C7BC5FC6BF36A56B191* L_4 = __this->___LeftForce_18;
|
|
NullCheck(L_4);
|
|
L_4->___GrabStyle_39 = 0;
|
|
goto IL_0035;
|
|
}
|
|
|
|
IL_0029:
|
|
{
|
|
// LeftForce.GrabStyle = HVRForceGrabMode.ForcePull;
|
|
HVRForceGrabber_tD4C962011452998F4F3C4C7BC5FC6BF36A56B191* L_5 = __this->___LeftForce_18;
|
|
NullCheck(L_5);
|
|
L_5->___GrabStyle_39 = 1;
|
|
}
|
|
|
|
IL_0035:
|
|
{
|
|
// UpdateLeftForceButton();
|
|
DemoUIManager_UpdateLeftForceButton_m8B9C4ABB28889D5AF5A5C50538D72D9B61D45EA8(__this, NULL);
|
|
}
|
|
|
|
IL_003b:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void HurricaneVR.TechDemo.Scripts.DemoUIManager::OnRightForceGrabModeClicked()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DemoUIManager_OnRightForceGrabModeClicked_m1F88509523AAE9B488D5186A73417C26CD6E1C52 (DemoUIManager_t6995DD81E7EC02E55B74C24BE0A4BB5911D99693* __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 (RightForce)
|
|
HVRForceGrabber_tD4C962011452998F4F3C4C7BC5FC6BF36A56B191* L_0 = __this->___RightForce_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_003b;
|
|
}
|
|
}
|
|
{
|
|
// if (RightForce.GrabStyle == HVRForceGrabMode.ForcePull)
|
|
HVRForceGrabber_tD4C962011452998F4F3C4C7BC5FC6BF36A56B191* L_2 = __this->___RightForce_19;
|
|
NullCheck(L_2);
|
|
int32_t L_3 = L_2->___GrabStyle_39;
|
|
if ((!(((uint32_t)L_3) == ((uint32_t)1))))
|
|
{
|
|
goto IL_0029;
|
|
}
|
|
}
|
|
{
|
|
// RightForce.GrabStyle = HVRForceGrabMode.GravityGloves;
|
|
HVRForceGrabber_tD4C962011452998F4F3C4C7BC5FC6BF36A56B191* L_4 = __this->___RightForce_19;
|
|
NullCheck(L_4);
|
|
L_4->___GrabStyle_39 = 0;
|
|
goto IL_0035;
|
|
}
|
|
|
|
IL_0029:
|
|
{
|
|
// RightForce.GrabStyle = HVRForceGrabMode.ForcePull;
|
|
HVRForceGrabber_tD4C962011452998F4F3C4C7BC5FC6BF36A56B191* L_5 = __this->___RightForce_19;
|
|
NullCheck(L_5);
|
|
L_5->___GrabStyle_39 = 1;
|
|
}
|
|
|
|
IL_0035:
|
|
{
|
|
// UpdateRightForceButton();
|
|
DemoUIManager_UpdateRightForceButton_m6DFF444F15F15FFAE593DFEC3D2810A079C82487(__this, NULL);
|
|
}
|
|
|
|
IL_003b:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void HurricaneVR.TechDemo.Scripts.DemoUIManager::UpdateLeftForceButton()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DemoUIManager_UpdateLeftForceButton_m8B9C4ABB28889D5AF5A5C50538D72D9B61D45EA8 (DemoUIManager_t6995DD81E7EC02E55B74C24BE0A4BB5911D99693* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HVRForceGrabMode_tDABD5D127AD11D52F73886AA8E4F1FD96771461F_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// LeftForceText.text = LeftForce.GrabStyle.ToString();
|
|
TextMeshProUGUI_t101091AF4B578BB534C92E9D1EEAF0611636D957* L_0 = __this->___LeftForceText_10;
|
|
HVRForceGrabber_tD4C962011452998F4F3C4C7BC5FC6BF36A56B191* L_1 = __this->___LeftForce_18;
|
|
NullCheck(L_1);
|
|
int32_t* L_2 = (&L_1->___GrabStyle_39);
|
|
Il2CppFakeBox<int32_t> L_3(HVRForceGrabMode_tDABD5D127AD11D52F73886AA8E4F1FD96771461F_il2cpp_TypeInfo_var, L_2);
|
|
String_t* L_4;
|
|
L_4 = Enum_ToString_m946B0B83C4470457D0FF555D862022C72BB55741((Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2*)(&L_3), NULL);
|
|
NullCheck(L_0);
|
|
VirtualActionInvoker1< String_t* >::Invoke(66 /* System.Void TMPro.TMP_Text::set_text(System.String) */, L_0, L_4);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void HurricaneVR.TechDemo.Scripts.DemoUIManager::UpdateRightForceButton()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DemoUIManager_UpdateRightForceButton_m6DFF444F15F15FFAE593DFEC3D2810A079C82487 (DemoUIManager_t6995DD81E7EC02E55B74C24BE0A4BB5911D99693* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HVRForceGrabMode_tDABD5D127AD11D52F73886AA8E4F1FD96771461F_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// RightForceText.text = RightForce.GrabStyle.ToString();
|
|
TextMeshProUGUI_t101091AF4B578BB534C92E9D1EEAF0611636D957* L_0 = __this->___RightForceText_11;
|
|
HVRForceGrabber_tD4C962011452998F4F3C4C7BC5FC6BF36A56B191* L_1 = __this->___RightForce_19;
|
|
NullCheck(L_1);
|
|
int32_t* L_2 = (&L_1->___GrabStyle_39);
|
|
Il2CppFakeBox<int32_t> L_3(HVRForceGrabMode_tDABD5D127AD11D52F73886AA8E4F1FD96771461F_il2cpp_TypeInfo_var, L_2);
|
|
String_t* L_4;
|
|
L_4 = Enum_ToString_m946B0B83C4470457D0FF555D862022C72BB55741((Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2*)(&L_3), NULL);
|
|
NullCheck(L_0);
|
|
VirtualActionInvoker1< String_t* >::Invoke(66 /* System.Void TMPro.TMP_Text::set_text(System.String) */, L_0, L_4);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void HurricaneVR.TechDemo.Scripts.DemoUIManager::TogglePause()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DemoUIManager_TogglePause_m2854B253EC8B7E5D429DDB691EE7F6BE33C13AEE (DemoUIManager_t6995DD81E7EC02E55B74C24BE0A4BB5911D99693* __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*)&_stringLiteral4780AF940655CB59AF49F6344DA95EC30E32AA8A);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAAAA401E86E41E6120BB9E96B9892141CF5A81F8);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (LeftHand && RightHand)
|
|
HVRJointHand_t18F1F4E0DE4EFF6FA03D8EB3D9598F354EE0F7B9* L_0 = __this->___LeftHand_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_00cf;
|
|
}
|
|
}
|
|
{
|
|
HVRJointHand_t18F1F4E0DE4EFF6FA03D8EB3D9598F354EE0F7B9* L_2 = __this->___RightHand_21;
|
|
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_00cf;
|
|
}
|
|
}
|
|
{
|
|
// if (Paused)
|
|
bool L_4 = __this->___Paused_24;
|
|
if (!L_4)
|
|
{
|
|
goto IL_0070;
|
|
}
|
|
}
|
|
{
|
|
// PauseText.text = "Pause";
|
|
TextMeshProUGUI_t101091AF4B578BB534C92E9D1EEAF0611636D957* L_5 = __this->___PauseText_8;
|
|
NullCheck(L_5);
|
|
VirtualActionInvoker1< String_t* >::Invoke(66 /* System.Void TMPro.TMP_Text::set_text(System.String) */, L_5, _stringLiteralAAAA401E86E41E6120BB9E96B9892141CF5A81F8);
|
|
// Time.timeScale = 1f;
|
|
Time_set_timeScale_mEF84EE4B2376A458387648079B426B267862D331((1.0f), NULL);
|
|
// LeftHand.transform.parent = leftparent;
|
|
HVRJointHand_t18F1F4E0DE4EFF6FA03D8EB3D9598F354EE0F7B9* L_6 = __this->___LeftHand_20;
|
|
NullCheck(L_6);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_7;
|
|
L_7 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(L_6, NULL);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_8 = __this->___leftparent_22;
|
|
NullCheck(L_7);
|
|
Transform_set_parent_m9BD5E563B539DD5BEC342736B03F97B38A243234(L_7, L_8, NULL);
|
|
// RightHand.transform.parent = rightParent;
|
|
HVRJointHand_t18F1F4E0DE4EFF6FA03D8EB3D9598F354EE0F7B9* L_9 = __this->___RightHand_21;
|
|
NullCheck(L_9);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_10;
|
|
L_10 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(L_9, NULL);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_11 = __this->___rightParent_23;
|
|
NullCheck(L_10);
|
|
Transform_set_parent_m9BD5E563B539DD5BEC342736B03F97B38A243234(L_10, L_11, NULL);
|
|
goto IL_00c0;
|
|
}
|
|
|
|
IL_0070:
|
|
{
|
|
// PauseText.text = "Unpause";
|
|
TextMeshProUGUI_t101091AF4B578BB534C92E9D1EEAF0611636D957* L_12 = __this->___PauseText_8;
|
|
NullCheck(L_12);
|
|
VirtualActionInvoker1< String_t* >::Invoke(66 /* System.Void TMPro.TMP_Text::set_text(System.String) */, L_12, _stringLiteral4780AF940655CB59AF49F6344DA95EC30E32AA8A);
|
|
// Time.timeScale = .00000001f;
|
|
Time_set_timeScale_mEF84EE4B2376A458387648079B426B267862D331((9.99999994E-09f), NULL);
|
|
// LeftHand.transform.parent = LeftHand.Target;
|
|
HVRJointHand_t18F1F4E0DE4EFF6FA03D8EB3D9598F354EE0F7B9* L_13 = __this->___LeftHand_20;
|
|
NullCheck(L_13);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_14;
|
|
L_14 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(L_13, NULL);
|
|
HVRJointHand_t18F1F4E0DE4EFF6FA03D8EB3D9598F354EE0F7B9* L_15 = __this->___LeftHand_20;
|
|
NullCheck(L_15);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_16 = L_15->___Target_12;
|
|
NullCheck(L_14);
|
|
Transform_set_parent_m9BD5E563B539DD5BEC342736B03F97B38A243234(L_14, L_16, NULL);
|
|
// RightHand.transform.parent = RightHand.Target;
|
|
HVRJointHand_t18F1F4E0DE4EFF6FA03D8EB3D9598F354EE0F7B9* L_17 = __this->___RightHand_21;
|
|
NullCheck(L_17);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_18;
|
|
L_18 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(L_17, NULL);
|
|
HVRJointHand_t18F1F4E0DE4EFF6FA03D8EB3D9598F354EE0F7B9* L_19 = __this->___RightHand_21;
|
|
NullCheck(L_19);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_20 = L_19->___Target_12;
|
|
NullCheck(L_18);
|
|
Transform_set_parent_m9BD5E563B539DD5BEC342736B03F97B38A243234(L_18, L_20, NULL);
|
|
}
|
|
|
|
IL_00c0:
|
|
{
|
|
// Paused = !Paused;
|
|
bool L_21 = __this->___Paused_24;
|
|
__this->___Paused_24 = (bool)((((int32_t)L_21) == ((int32_t)0))? 1 : 0);
|
|
}
|
|
|
|
IL_00cf:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void HurricaneVR.TechDemo.Scripts.DemoUIManager::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DemoUIManager__ctor_m3ECDB0BDA62977CB377C4E5C760EC1E3038036C0 (DemoUIManager_t6995DD81E7EC02E55B74C24BE0A4BB5911D99693* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
MonoBehaviour__ctor_m592DB0105CA0BC97AA1C5F4AD27B12D68A3B7C1E(__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 HurricaneVR.TechDemo.Scripts.DemoUIManager/<>c::.cctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__cctor_m7C7D850C79E25828E10785D313444B1044AAF315 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t383D1F8AB9C6F69CD3AF74822EE855A3F1B1E4D1_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
U3CU3Ec_t383D1F8AB9C6F69CD3AF74822EE855A3F1B1E4D1* L_0 = (U3CU3Ec_t383D1F8AB9C6F69CD3AF74822EE855A3F1B1E4D1*)il2cpp_codegen_object_new(U3CU3Ec_t383D1F8AB9C6F69CD3AF74822EE855A3F1B1E4D1_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
U3CU3Ec__ctor_m7E8EFC8F80166E84CE42AFE1D865356E6AC47FB0(L_0, NULL);
|
|
((U3CU3Ec_t383D1F8AB9C6F69CD3AF74822EE855A3F1B1E4D1_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t383D1F8AB9C6F69CD3AF74822EE855A3F1B1E4D1_il2cpp_TypeInfo_var))->___U3CU3E9_0 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_t383D1F8AB9C6F69CD3AF74822EE855A3F1B1E4D1_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t383D1F8AB9C6F69CD3AF74822EE855A3F1B1E4D1_il2cpp_TypeInfo_var))->___U3CU3E9_0), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void HurricaneVR.TechDemo.Scripts.DemoUIManager/<>c::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_m7E8EFC8F80166E84CE42AFE1D865356E6AC47FB0 (U3CU3Ec_t383D1F8AB9C6F69CD3AF74822EE855A3F1B1E4D1* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean HurricaneVR.TechDemo.Scripts.DemoUIManager/<>c::<Start>b__21_0(HurricaneVR.Framework.Core.Player.HVRPlayerController)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec_U3CStartU3Eb__21_0_m9792FEEA2F8FDFB1919474FE16253407475757E4 (U3CU3Ec_t383D1F8AB9C6F69CD3AF74822EE855A3F1B1E4D1* __this, HVRPlayerController_t26A1DD9C40E8FC728A9145B43AA248B87DF528F0* ___0_e, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// Player = GameObject.FindObjectsOfType<HVRPlayerController>().FirstOrDefault(e => e.gameObject.activeInHierarchy);
|
|
HVRPlayerController_t26A1DD9C40E8FC728A9145B43AA248B87DF528F0* L_0 = ___0_e;
|
|
NullCheck(L_0);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_1;
|
|
L_1 = Component_get_gameObject_m57AEFBB14DB39EC476F740BA000E170355DE691B(L_0, NULL);
|
|
NullCheck(L_1);
|
|
bool L_2;
|
|
L_2 = GameObject_get_activeInHierarchy_m49250F4F168DCC5388D5BE4F6A5681386907B109(L_1, NULL);
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.Boolean HurricaneVR.TechDemo.Scripts.DemoUIManager/<>c::<Start>b__21_1(HurricaneVR.Framework.Core.Grabbers.HVRHandGrabber)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec_U3CStartU3Eb__21_1_mEA168A4B643B3A9E9C38E34E44E992326D6C585D (U3CU3Ec_t383D1F8AB9C6F69CD3AF74822EE855A3F1B1E4D1* __this, HVRHandGrabber_t9CB7C31300D3D84C4E564C643D0BF501EBB16B90* ___0_e, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// if (!LeftHand) LeftHand = Player.Root.GetComponentsInChildren<HVRHandGrabber>().FirstOrDefault(e => e.HandSide == HVRHandSide.Left)?.GetComponent<HVRJointHand>();
|
|
HVRHandGrabber_t9CB7C31300D3D84C4E564C643D0BF501EBB16B90* L_0 = ___0_e;
|
|
NullCheck(L_0);
|
|
int32_t L_1 = L_0->___HandSide_37;
|
|
return (bool)((((int32_t)L_1) == ((int32_t)0))? 1 : 0);
|
|
}
|
|
}
|
|
// System.Boolean HurricaneVR.TechDemo.Scripts.DemoUIManager/<>c::<Start>b__21_2(HurricaneVR.Framework.Core.Grabbers.HVRHandGrabber)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec_U3CStartU3Eb__21_2_m6A23F5D8D3ED576D882505CC103824BF32F63195 (U3CU3Ec_t383D1F8AB9C6F69CD3AF74822EE855A3F1B1E4D1* __this, HVRHandGrabber_t9CB7C31300D3D84C4E564C643D0BF501EBB16B90* ___0_e, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// if (!RightHand) RightHand = Player.Root.GetComponentsInChildren<HVRHandGrabber>().FirstOrDefault(e => e.HandSide == HVRHandSide.Right)?.GetComponent<HVRJointHand>();
|
|
HVRHandGrabber_t9CB7C31300D3D84C4E564C643D0BF501EBB16B90* L_0 = ___0_e;
|
|
NullCheck(L_0);
|
|
int32_t L_1 = L_0->___HandSide_37;
|
|
return (bool)((((int32_t)L_1) == ((int32_t)1))? 1 : 0);
|
|
}
|
|
}
|
|
// System.Boolean HurricaneVR.TechDemo.Scripts.DemoUIManager/<>c::<Start>b__21_3(HurricaneVR.Framework.Core.Grabbers.HVRForceGrabber)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec_U3CStartU3Eb__21_3_mE239525380D8EA93A3BB42A35E8299EF8622AED0 (U3CU3Ec_t383D1F8AB9C6F69CD3AF74822EE855A3F1B1E4D1* __this, HVRForceGrabber_tD4C962011452998F4F3C4C7BC5FC6BF36A56B191* ___0_e, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// LeftForce = Player.transform.root.GetComponentsInChildren<HVRForceGrabber>().FirstOrDefault(e => e.HandSide == HVRHandSide.Left);
|
|
HVRForceGrabber_tD4C962011452998F4F3C4C7BC5FC6BF36A56B191* L_0 = ___0_e;
|
|
NullCheck(L_0);
|
|
int32_t L_1;
|
|
L_1 = HVRForceGrabber_get_HandSide_mFC290484308210AD0F96C4503F5CCB494A609185(L_0, NULL);
|
|
return (bool)((((int32_t)L_1) == ((int32_t)0))? 1 : 0);
|
|
}
|
|
}
|
|
// System.Boolean HurricaneVR.TechDemo.Scripts.DemoUIManager/<>c::<Start>b__21_4(HurricaneVR.Framework.Core.Grabbers.HVRForceGrabber)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec_U3CStartU3Eb__21_4_m01861EEACC630E93DD62AFABB77EF3E344848CB0 (U3CU3Ec_t383D1F8AB9C6F69CD3AF74822EE855A3F1B1E4D1* __this, HVRForceGrabber_tD4C962011452998F4F3C4C7BC5FC6BF36A56B191* ___0_e, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// RightForce = Player.transform.root.GetComponentsInChildren<HVRForceGrabber>().FirstOrDefault(e => e.HandSide == HVRHandSide.Right);
|
|
HVRForceGrabber_tD4C962011452998F4F3C4C7BC5FC6BF36A56B191* L_0 = ___0_e;
|
|
NullCheck(L_0);
|
|
int32_t L_1;
|
|
L_1 = HVRForceGrabber_get_HandSide_mFC290484308210AD0F96C4503F5CCB494A609185(L_0, NULL);
|
|
return (bool)((((int32_t)L_1) == ((int32_t)1))? 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 HurricaneVR.TechDemo.Scripts.DemoValveHologram::Start()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DemoValveHologram_Start_mA42F8E98B2EA7364DD433ED09E6766C1CB36BDFF (DemoValveHologram_t438B846EB94B0089D63151778AFE3EE3F49D260A* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// _current = StartRotation;
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_0 = __this->___StartRotation_5;
|
|
__this->____current_7 = L_0;
|
|
// _next = EndRotation;
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_1 = __this->___EndRotation_6;
|
|
__this->____next_8 = L_1;
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void HurricaneVR.TechDemo.Scripts.DemoValveHologram::Update()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DemoValveHologram_Update_m6FC36AB4B208A3FB803ECA7C8D9520590D75945D (DemoValveHologram_t438B846EB94B0089D63151778AFE3EE3F49D260A* __this, const RuntimeMethod* method)
|
|
{
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
// _elapsed += Time.deltaTime;
|
|
float L_0 = __this->____elapsed_9;
|
|
float L_1;
|
|
L_1 = Time_get_deltaTime_mC3195000401F0FD167DD2F948FD2BC58330D0865(NULL);
|
|
__this->____elapsed_9 = ((float)il2cpp_codegen_add(L_0, L_1));
|
|
// if (_elapsed > Interval)
|
|
float L_2 = __this->____elapsed_9;
|
|
float L_3 = __this->___Interval_4;
|
|
if ((!(((float)L_2) > ((float)L_3))))
|
|
{
|
|
goto IL_0045;
|
|
}
|
|
}
|
|
{
|
|
// var temp = _current;
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_4 = __this->____current_7;
|
|
V_0 = L_4;
|
|
// _current = _next;
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_5 = __this->____next_8;
|
|
__this->____current_7 = L_5;
|
|
// _next = temp;
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_6 = V_0;
|
|
__this->____next_8 = L_6;
|
|
// _elapsed = 0f;
|
|
__this->____elapsed_9 = (0.0f);
|
|
}
|
|
|
|
IL_0045:
|
|
{
|
|
// transform.localRotation = Quaternion.Lerp(_current, _next, _elapsed / Interval);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_7;
|
|
L_7 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(__this, NULL);
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_8 = __this->____current_7;
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_9 = __this->____next_8;
|
|
float L_10 = __this->____elapsed_9;
|
|
float L_11 = __this->___Interval_4;
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_12;
|
|
L_12 = Quaternion_Lerp_m259606226726C2F46E079A5A688B9E24FF7E9A0D(L_8, L_9, ((float)(L_10/L_11)), NULL);
|
|
NullCheck(L_7);
|
|
Transform_set_localRotation_mAB4A011D134BA58AB780BECC0025CA65F16185FA(L_7, L_12, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void HurricaneVR.TechDemo.Scripts.DemoValveHologram::Destroy()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DemoValveHologram_Destroy_m4BBF6DAC6D7D00C66583B0245C1F0E6727BB9EF5 (DemoValveHologram_t438B846EB94B0089D63151778AFE3EE3F49D260A* __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;
|
|
}
|
|
{
|
|
// Destroy(gameObject);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_0;
|
|
L_0 = Component_get_gameObject_m57AEFBB14DB39EC476F740BA000E170355DE691B(__this, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
Object_Destroy_mE97D0A766419A81296E8D4E5C23D01D3FE91ACBB(L_0, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void HurricaneVR.TechDemo.Scripts.DemoValveHologram::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DemoValveHologram__ctor_mBC7CEE3C09CBF978673357DEF56419BD002D4E2F (DemoValveHologram_t438B846EB94B0089D63151778AFE3EE3F49D260A* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public float Interval = .2f;
|
|
__this->___Interval_4 = (0.200000003f);
|
|
MonoBehaviour__ctor_m592DB0105CA0BC97AA1C5F4AD27B12D68A3B7C1E(__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 HurricaneVR.TechDemo.Scripts.DemoValveLock::Start()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DemoValveLock_Start_m23D4F9D8419B9001DDB358169889E1736C72BFF6 (DemoValveLock_t614BF58051BB6627977C0524283D78F489E238D5* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisDemoPassthroughSocket_t24713938A3C6DCD858E22F671E74963B3274ADF3_m3F66B774E9139F21C1B324DA26A053E849E360F8_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DemoValveLock_OnValveGrabbed_m858CAF44B4B0182F26D2F27141ED695C83D613C2_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnityAction_2_tEB35C2416BBA906661E576A7D262CF6460145EED_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnityEvent_2_AddListener_m5712BF8841CA269C2837A109B704B284484F0626_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// Socket = GetComponent<DemoPassthroughSocket>();
|
|
DemoPassthroughSocket_t24713938A3C6DCD858E22F671E74963B3274ADF3* L_0;
|
|
L_0 = Component_GetComponent_TisDemoPassthroughSocket_t24713938A3C6DCD858E22F671E74963B3274ADF3_m3F66B774E9139F21C1B324DA26A053E849E360F8(__this, Component_GetComponent_TisDemoPassthroughSocket_t24713938A3C6DCD858E22F671E74963B3274ADF3_m3F66B774E9139F21C1B324DA26A053E849E360F8_RuntimeMethod_var);
|
|
__this->___Socket_4 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___Socket_4), (void*)L_0);
|
|
// Socket.Grabbed.AddListener(OnValveGrabbed);
|
|
DemoPassthroughSocket_t24713938A3C6DCD858E22F671E74963B3274ADF3* L_1 = __this->___Socket_4;
|
|
NullCheck(L_1);
|
|
VRGrabberEvent_t2713C2DF3B8DA12A163C59D07B42A39AEA560F6C* L_2 = ((HVRGrabberBase_tBEE8D8D0A2D3CBC0BB8DDA86DAB5B34CF3A4CEF6*)L_1)->___Grabbed_5;
|
|
UnityAction_2_tEB35C2416BBA906661E576A7D262CF6460145EED* L_3 = (UnityAction_2_tEB35C2416BBA906661E576A7D262CF6460145EED*)il2cpp_codegen_object_new(UnityAction_2_tEB35C2416BBA906661E576A7D262CF6460145EED_il2cpp_TypeInfo_var);
|
|
NullCheck(L_3);
|
|
UnityAction_2__ctor_mF45134DBC67C479BA0F32E844D3400071AF4205D(L_3, __this, (intptr_t)((void*)DemoValveLock_OnValveGrabbed_m858CAF44B4B0182F26D2F27141ED695C83D613C2_RuntimeMethod_var), NULL);
|
|
NullCheck(L_2);
|
|
UnityEvent_2_AddListener_m5712BF8841CA269C2837A109B704B284484F0626(L_2, L_3, UnityEvent_2_AddListener_m5712BF8841CA269C2837A109B704B284484F0626_RuntimeMethod_var);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void HurricaneVR.TechDemo.Scripts.DemoValveLock::Update()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DemoValveLock_Update_m6F6AEE3F5D5BE1D8F5372222F6E195A72C96A673 (DemoValveLock_t614BF58051BB6627977C0524283D78F489E238D5* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void HurricaneVR.TechDemo.Scripts.DemoValveLock::OnValveGrabbed(HurricaneVR.Framework.Core.Grabbers.HVRGrabberBase,HurricaneVR.Framework.Core.HVRGrabbable)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DemoValveLock_OnValveGrabbed_m858CAF44B4B0182F26D2F27141ED695C83D613C2 (DemoValveLock_t614BF58051BB6627977C0524283D78F489E238D5* __this, HVRGrabberBase_tBEE8D8D0A2D3CBC0BB8DDA86DAB5B34CF3A4CEF6* ___0_grabber, HVRGrabbable_tC5E7380624392C1F4EB5BEA99BF9C187D151C0DE* ___1_key, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// StartCoroutine(MoveKey(key));
|
|
HVRGrabbable_tC5E7380624392C1F4EB5BEA99BF9C187D151C0DE* L_0 = ___1_key;
|
|
RuntimeObject* L_1;
|
|
L_1 = DemoValveLock_MoveKey_mDB1EA1EB573A2719F6663D32BE405EB355BC0A0B(__this, L_0, NULL);
|
|
Coroutine_t85EA685566A254C23F3FD77AB5BDFFFF8799596B* L_2;
|
|
L_2 = MonoBehaviour_StartCoroutine_m4CAFF732AA28CD3BDC5363B44A863575530EC812(__this, L_1, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Collections.IEnumerator HurricaneVR.TechDemo.Scripts.DemoValveLock::MoveKey(HurricaneVR.Framework.Core.HVRGrabbable)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DemoValveLock_MoveKey_mDB1EA1EB573A2719F6663D32BE405EB355BC0A0B (DemoValveLock_t614BF58051BB6627977C0524283D78F489E238D5* __this, HVRGrabbable_tC5E7380624392C1F4EB5BEA99BF9C187D151C0DE* ___0_key, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CMoveKeyU3Ed__6_tF24BF8BC7CCB38713BE7449AECD1759D9E590E20_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
U3CMoveKeyU3Ed__6_tF24BF8BC7CCB38713BE7449AECD1759D9E590E20* L_0 = (U3CMoveKeyU3Ed__6_tF24BF8BC7CCB38713BE7449AECD1759D9E590E20*)il2cpp_codegen_object_new(U3CMoveKeyU3Ed__6_tF24BF8BC7CCB38713BE7449AECD1759D9E590E20_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
U3CMoveKeyU3Ed__6__ctor_m525627C5077A09DC20DB497E86A608DE0717C5A1(L_0, 0, NULL);
|
|
U3CMoveKeyU3Ed__6_tF24BF8BC7CCB38713BE7449AECD1759D9E590E20* L_1 = L_0;
|
|
NullCheck(L_1);
|
|
L_1->___U3CU3E4__this_3 = __this;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_1->___U3CU3E4__this_3), (void*)__this);
|
|
U3CMoveKeyU3Ed__6_tF24BF8BC7CCB38713BE7449AECD1759D9E590E20* L_2 = L_1;
|
|
HVRGrabbable_tC5E7380624392C1F4EB5BEA99BF9C187D151C0DE* L_3 = ___0_key;
|
|
NullCheck(L_2);
|
|
L_2->___key_2 = L_3;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_2->___key_2), (void*)L_3);
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.Void HurricaneVR.TechDemo.Scripts.DemoValveLock::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DemoValveLock__ctor_m6D539C9EB6909BBD7E3F03DAD061D87F917F991D (DemoValveLock_t614BF58051BB6627977C0524283D78F489E238D5* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public float AnimationTime = 1f;
|
|
__this->___AnimationTime_6 = (1.0f);
|
|
MonoBehaviour__ctor_m592DB0105CA0BC97AA1C5F4AD27B12D68A3B7C1E(__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 HurricaneVR.TechDemo.Scripts.DemoValveLock/<MoveKey>d__6::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CMoveKeyU3Ed__6__ctor_m525627C5077A09DC20DB497E86A608DE0717C5A1 (U3CMoveKeyU3Ed__6_tF24BF8BC7CCB38713BE7449AECD1759D9E590E20* __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 HurricaneVR.TechDemo.Scripts.DemoValveLock/<MoveKey>d__6::System.IDisposable.Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CMoveKeyU3Ed__6_System_IDisposable_Dispose_m4FCD6D77239898146856B737F565C6EC9C3E25A6 (U3CMoveKeyU3Ed__6_tF24BF8BC7CCB38713BE7449AECD1759D9E590E20* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean HurricaneVR.TechDemo.Scripts.DemoValveLock/<MoveKey>d__6::MoveNext()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CMoveKeyU3Ed__6_MoveNext_m3B6B78E626B52E4A29C471414E842F2D22D75B77 (U3CMoveKeyU3Ed__6_tF24BF8BC7CCB38713BE7449AECD1759D9E590E20* __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;
|
|
}
|
|
int32_t V_0 = 0;
|
|
DemoValveLock_t614BF58051BB6627977C0524283D78F489E238D5* V_1 = NULL;
|
|
{
|
|
int32_t L_0 = __this->___U3CU3E1__state_0;
|
|
V_0 = L_0;
|
|
DemoValveLock_t614BF58051BB6627977C0524283D78F489E238D5* L_1 = __this->___U3CU3E4__this_3;
|
|
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_00ef;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
__this->___U3CU3E1__state_0 = (-1);
|
|
// var start = key.transform.position;
|
|
HVRGrabbable_tC5E7380624392C1F4EB5BEA99BF9C187D151C0DE* L_4 = __this->___key_2;
|
|
NullCheck(L_4);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_5;
|
|
L_5 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(L_4, NULL);
|
|
NullCheck(L_5);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_6;
|
|
L_6 = Transform_get_position_m69CD5FA214FDAE7BB701552943674846C220FDE1(L_5, NULL);
|
|
__this->___U3CstartU3E5__2_4 = L_6;
|
|
// var startRot = key.transform.rotation;
|
|
HVRGrabbable_tC5E7380624392C1F4EB5BEA99BF9C187D151C0DE* L_7 = __this->___key_2;
|
|
NullCheck(L_7);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_8;
|
|
L_8 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(L_7, NULL);
|
|
NullCheck(L_8);
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_9;
|
|
L_9 = Transform_get_rotation_m32AF40CA0D50C797DA639A696F8EAEC7524C179C(L_8, NULL);
|
|
__this->___U3CstartRotU3E5__3_5 = L_9;
|
|
// var elapsed = 0f;
|
|
__this->___U3CelapsedU3E5__4_6 = (0.0f);
|
|
goto IL_00f6;
|
|
}
|
|
|
|
IL_005d:
|
|
{
|
|
// key.transform.position = Vector3.Lerp(start, FaceGrabbable.transform.position, elapsed / AnimationTime);
|
|
HVRGrabbable_tC5E7380624392C1F4EB5BEA99BF9C187D151C0DE* L_10 = __this->___key_2;
|
|
NullCheck(L_10);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_11;
|
|
L_11 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(L_10, NULL);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_12 = __this->___U3CstartU3E5__2_4;
|
|
DemoValveLock_t614BF58051BB6627977C0524283D78F489E238D5* L_13 = V_1;
|
|
NullCheck(L_13);
|
|
HVRGrabbable_tC5E7380624392C1F4EB5BEA99BF9C187D151C0DE* L_14 = L_13->___FaceGrabbable_5;
|
|
NullCheck(L_14);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_15;
|
|
L_15 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(L_14, NULL);
|
|
NullCheck(L_15);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_16;
|
|
L_16 = Transform_get_position_m69CD5FA214FDAE7BB701552943674846C220FDE1(L_15, NULL);
|
|
float L_17 = __this->___U3CelapsedU3E5__4_6;
|
|
DemoValveLock_t614BF58051BB6627977C0524283D78F489E238D5* L_18 = V_1;
|
|
NullCheck(L_18);
|
|
float L_19 = L_18->___AnimationTime_6;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_20;
|
|
L_20 = Vector3_Lerp_m3A906D0530A94FAABB94F0F905E84D99BE85C3F8_inline(L_12, L_16, ((float)(L_17/L_19)), NULL);
|
|
NullCheck(L_11);
|
|
Transform_set_position_mA1A817124BB41B685043DED2A9BA48CDF37C4156(L_11, L_20, NULL);
|
|
// key.transform.rotation = Quaternion.Lerp(startRot, FaceGrabbable.transform.rotation, elapsed / AnimationTime);
|
|
HVRGrabbable_tC5E7380624392C1F4EB5BEA99BF9C187D151C0DE* L_21 = __this->___key_2;
|
|
NullCheck(L_21);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_22;
|
|
L_22 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(L_21, NULL);
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_23 = __this->___U3CstartRotU3E5__3_5;
|
|
DemoValveLock_t614BF58051BB6627977C0524283D78F489E238D5* L_24 = V_1;
|
|
NullCheck(L_24);
|
|
HVRGrabbable_tC5E7380624392C1F4EB5BEA99BF9C187D151C0DE* L_25 = L_24->___FaceGrabbable_5;
|
|
NullCheck(L_25);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_26;
|
|
L_26 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(L_25, NULL);
|
|
NullCheck(L_26);
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_27;
|
|
L_27 = Transform_get_rotation_m32AF40CA0D50C797DA639A696F8EAEC7524C179C(L_26, NULL);
|
|
float L_28 = __this->___U3CelapsedU3E5__4_6;
|
|
DemoValveLock_t614BF58051BB6627977C0524283D78F489E238D5* L_29 = V_1;
|
|
NullCheck(L_29);
|
|
float L_30 = L_29->___AnimationTime_6;
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_31;
|
|
L_31 = Quaternion_Lerp_m259606226726C2F46E079A5A688B9E24FF7E9A0D(L_23, L_27, ((float)(L_28/L_30)), NULL);
|
|
NullCheck(L_22);
|
|
Transform_set_rotation_m61340DE74726CF0F9946743A727C4D444397331D(L_22, L_31, NULL);
|
|
// elapsed += Time.deltaTime;
|
|
float L_32 = __this->___U3CelapsedU3E5__4_6;
|
|
float L_33;
|
|
L_33 = Time_get_deltaTime_mC3195000401F0FD167DD2F948FD2BC58330D0865(NULL);
|
|
__this->___U3CelapsedU3E5__4_6 = ((float)il2cpp_codegen_add(L_32, L_33));
|
|
// 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_00ef:
|
|
{
|
|
__this->___U3CU3E1__state_0 = (-1);
|
|
}
|
|
|
|
IL_00f6:
|
|
{
|
|
// while (elapsed < AnimationTime)
|
|
float L_34 = __this->___U3CelapsedU3E5__4_6;
|
|
DemoValveLock_t614BF58051BB6627977C0524283D78F489E238D5* L_35 = V_1;
|
|
NullCheck(L_35);
|
|
float L_36 = L_35->___AnimationTime_6;
|
|
if ((((float)L_34) < ((float)L_36)))
|
|
{
|
|
goto IL_005d;
|
|
}
|
|
}
|
|
{
|
|
// FaceGrabbable.gameObject.SetActive(true);
|
|
DemoValveLock_t614BF58051BB6627977C0524283D78F489E238D5* L_37 = V_1;
|
|
NullCheck(L_37);
|
|
HVRGrabbable_tC5E7380624392C1F4EB5BEA99BF9C187D151C0DE* L_38 = L_37->___FaceGrabbable_5;
|
|
NullCheck(L_38);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_39;
|
|
L_39 = Component_get_gameObject_m57AEFBB14DB39EC476F740BA000E170355DE691B(L_38, NULL);
|
|
NullCheck(L_39);
|
|
GameObject_SetActive_m638E92E1E75E519E5B24CF150B08CA8E0CDFAB92(L_39, (bool)1, NULL);
|
|
// Destroy(key.gameObject);
|
|
HVRGrabbable_tC5E7380624392C1F4EB5BEA99BF9C187D151C0DE* L_40 = __this->___key_2;
|
|
NullCheck(L_40);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_41;
|
|
L_41 = Component_get_gameObject_m57AEFBB14DB39EC476F740BA000E170355DE691B(L_40, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
Object_Destroy_mE97D0A766419A81296E8D4E5C23D01D3FE91ACBB(L_41, NULL);
|
|
// }
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Object HurricaneVR.TechDemo.Scripts.DemoValveLock/<MoveKey>d__6::System.Collections.Generic.IEnumerator<System.Object>.get_Current()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CMoveKeyU3Ed__6_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_mDF884E598E40B64CC27BE1C7632DCACE92ED815E (U3CMoveKeyU3Ed__6_tF24BF8BC7CCB38713BE7449AECD1759D9E590E20* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject* L_0 = __this->___U3CU3E2__current_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void HurricaneVR.TechDemo.Scripts.DemoValveLock/<MoveKey>d__6::System.Collections.IEnumerator.Reset()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CMoveKeyU3Ed__6_System_Collections_IEnumerator_Reset_mBEE202005FBB72AD21B5D0D25772B6DA9BA85EB8 (U3CMoveKeyU3Ed__6_tF24BF8BC7CCB38713BE7449AECD1759D9E590E20* __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*)&U3CMoveKeyU3Ed__6_System_Collections_IEnumerator_Reset_mBEE202005FBB72AD21B5D0D25772B6DA9BA85EB8_RuntimeMethod_var)));
|
|
}
|
|
}
|
|
// System.Object HurricaneVR.TechDemo.Scripts.DemoValveLock/<MoveKey>d__6::System.Collections.IEnumerator.get_Current()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CMoveKeyU3Ed__6_System_Collections_IEnumerator_get_Current_mDBD4DC293BD59038AE18D2B25A4A4EDFAB935398 (U3CMoveKeyU3Ed__6_tF24BF8BC7CCB38713BE7449AECD1759D9E590E20* __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.Collections.Generic.List`1<UnityEngine.Material> Parabox.CSG.Model::get_materials()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_t386E09F4F22DDE4D2AC41A8567FFF283C254537B* Model_get_materials_m3B535FB15785F1704A1ECF22A480A276AB4999A0 (Model_t71596EE8E6DB29226026A3E9F9C48FE71E2F0D5D* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// get { return m_Materials; }
|
|
List_1_t386E09F4F22DDE4D2AC41A8567FFF283C254537B* L_0 = __this->___m_Materials_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void Parabox.CSG.Model::set_materials(System.Collections.Generic.List`1<UnityEngine.Material>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Model_set_materials_m868083E08195CB07B65F83CD8A1DE2F267201C2E (Model_t71596EE8E6DB29226026A3E9F9C48FE71E2F0D5D* __this, List_1_t386E09F4F22DDE4D2AC41A8567FFF283C254537B* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// set { m_Materials = value; }
|
|
List_1_t386E09F4F22DDE4D2AC41A8567FFF283C254537B* L_0 = ___0_value;
|
|
__this->___m_Materials_1 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Materials_1), (void*)L_0);
|
|
// set { m_Materials = value; }
|
|
return;
|
|
}
|
|
}
|
|
// System.Collections.Generic.List`1<Parabox.CSG.Vertex> Parabox.CSG.Model::get_vertices()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_t09DFE02BF4C8779C8BDDD183F6D70875BA75EDAE* Model_get_vertices_mA0942E7866BFB67A8BEE235959B133E2B6578990 (Model_t71596EE8E6DB29226026A3E9F9C48FE71E2F0D5D* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// get { return m_Vertices; }
|
|
List_1_t09DFE02BF4C8779C8BDDD183F6D70875BA75EDAE* L_0 = __this->___m_Vertices_0;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void Parabox.CSG.Model::set_vertices(System.Collections.Generic.List`1<Parabox.CSG.Vertex>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Model_set_vertices_mD3111542E5880D1CA7F8A28DCA1C0D4C252496CB (Model_t71596EE8E6DB29226026A3E9F9C48FE71E2F0D5D* __this, List_1_t09DFE02BF4C8779C8BDDD183F6D70875BA75EDAE* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// set { m_Vertices = value; }
|
|
List_1_t09DFE02BF4C8779C8BDDD183F6D70875BA75EDAE* L_0 = ___0_value;
|
|
__this->___m_Vertices_0 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Vertices_0), (void*)L_0);
|
|
// set { m_Vertices = value; }
|
|
return;
|
|
}
|
|
}
|
|
// System.Collections.Generic.List`1<System.Collections.Generic.List`1<System.Int32>> Parabox.CSG.Model::get_indices()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_tB5A0E21D0A7C39DF93D616FD5B94C4737A083E35* Model_get_indices_m7AAF951E7B38AE8A3FBC549696722CB35DA1A2CD (Model_t71596EE8E6DB29226026A3E9F9C48FE71E2F0D5D* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// get { return m_Indices; }
|
|
List_1_tB5A0E21D0A7C39DF93D616FD5B94C4737A083E35* L_0 = __this->___m_Indices_2;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void Parabox.CSG.Model::set_indices(System.Collections.Generic.List`1<System.Collections.Generic.List`1<System.Int32>>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Model_set_indices_mCCC2A179A4E68DDDA1E67FE4F2D614324D4D50D4 (Model_t71596EE8E6DB29226026A3E9F9C48FE71E2F0D5D* __this, List_1_tB5A0E21D0A7C39DF93D616FD5B94C4737A083E35* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// set { m_Indices = value; }
|
|
List_1_tB5A0E21D0A7C39DF93D616FD5B94C4737A083E35* L_0 = ___0_value;
|
|
__this->___m_Indices_2 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Indices_2), (void*)L_0);
|
|
// set { m_Indices = value; }
|
|
return;
|
|
}
|
|
}
|
|
// UnityEngine.Mesh Parabox.CSG.Model::get_mesh()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Mesh_t6D9C539763A09BC2B12AEAEF36F6DFFC98AE63D4* Model_get_mesh_mDF7516FB0C25F23CF1AD498FA0D391A0F97FD468 (Model_t71596EE8E6DB29226026A3E9F9C48FE71E2F0D5D* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// get { return (Mesh)this; }
|
|
Mesh_t6D9C539763A09BC2B12AEAEF36F6DFFC98AE63D4* L_0;
|
|
L_0 = Model_op_Explicit_m59906FBC6C00F0849F41E0DBDA2B59A8B9C22F2E(__this, NULL);
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void Parabox.CSG.Model::.ctor(UnityEngine.Mesh,UnityEngine.Material,UnityEngine.Matrix4x4)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Model__ctor_mF402444CBB746DCC2D183AD5C130CC8CE4BD7617 (Model_t71596EE8E6DB29226026A3E9F9C48FE71E2F0D5D* __this, Mesh_t6D9C539763A09BC2B12AEAEF36F6DFFC98AE63D4* ___0_mesh, Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___1_material, Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___2_transform, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_Select_TisVertex_t4AEF728B000B77221E3C152BC139F66940DE78E9_TisVertex_t4AEF728B000B77221E3C152BC139F66940DE78E9_mA1975173784657FD9AC6062BC4D100B7DD8F7A1F_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_ToList_TisVertex_t4AEF728B000B77221E3C152BC139F66940DE78E9_mD538332D06C9A337DAB6933BA3A0D4BF40D95703_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_tB1286812CE92420C9DB811F4B8C5C6FAEA4A8DFE_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m4CA93DB974F53860446FD2491A04C41A69E23CA0_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m5F62EE992DBCC5323267265794235C9EEE07997B_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_m38500C20418699AEC04B1946434E06EC96FB4B1C_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m6DDA2773042DF432035748F54845D594D6C2F3E2_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t386E09F4F22DDE4D2AC41A8567FFF283C254537B_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_tB5A0E21D0A7C39DF93D616FD5B94C4737A083E35_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass14_0_U3C_ctorU3Eb__0_m86939EB610E227E81BA839554A1B6BD7AFAB6981_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass14_0_t402D0C0496BA12F5BA435A4D0B89FA1EFE21E5B4_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
U3CU3Ec__DisplayClass14_0_t402D0C0496BA12F5BA435A4D0B89FA1EFE21E5B4* V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73* V_3 = NULL;
|
|
{
|
|
U3CU3Ec__DisplayClass14_0_t402D0C0496BA12F5BA435A4D0B89FA1EFE21E5B4* L_0 = (U3CU3Ec__DisplayClass14_0_t402D0C0496BA12F5BA435A4D0B89FA1EFE21E5B4*)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass14_0_t402D0C0496BA12F5BA435A4D0B89FA1EFE21E5B4_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
U3CU3Ec__DisplayClass14_0__ctor_m2EAE64ACF4F4C46F91790238FE8BC5F713E7DC66(L_0, NULL);
|
|
V_0 = L_0;
|
|
U3CU3Ec__DisplayClass14_0_t402D0C0496BA12F5BA435A4D0B89FA1EFE21E5B4* L_1 = V_0;
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_2 = ___2_transform;
|
|
NullCheck(L_1);
|
|
L_1->___transform_0 = L_2;
|
|
// public Model(Mesh mesh, Material material, Matrix4x4 transform)
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
// if(mesh == null)
|
|
Mesh_t6D9C539763A09BC2B12AEAEF36F6DFFC98AE63D4* L_3 = ___0_mesh;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_4;
|
|
L_4 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_3, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
if (!L_4)
|
|
{
|
|
goto IL_0027;
|
|
}
|
|
}
|
|
{
|
|
// throw new ArgumentNullException("mesh");
|
|
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_5 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_5);
|
|
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralEB0A157666700D8227FD4B66A26FDC02035E89BF)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Model__ctor_mF402444CBB746DCC2D183AD5C130CC8CE4BD7617_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0027:
|
|
{
|
|
// m_Vertices = VertexUtility.GetVertices(mesh).Select(x => transform.TransformVertex(x)).ToList();
|
|
Mesh_t6D9C539763A09BC2B12AEAEF36F6DFFC98AE63D4* L_6 = ___0_mesh;
|
|
VertexU5BU5D_t6719BBD27B36F9A8560C2148E33B4409BDC1B7F5* L_7;
|
|
L_7 = VertexUtility_GetVertices_m1A9F838866EA7CAE32AE517B4C68CC33013BF7D7(L_6, NULL);
|
|
U3CU3Ec__DisplayClass14_0_t402D0C0496BA12F5BA435A4D0B89FA1EFE21E5B4* L_8 = V_0;
|
|
Func_2_tB1286812CE92420C9DB811F4B8C5C6FAEA4A8DFE* L_9 = (Func_2_tB1286812CE92420C9DB811F4B8C5C6FAEA4A8DFE*)il2cpp_codegen_object_new(Func_2_tB1286812CE92420C9DB811F4B8C5C6FAEA4A8DFE_il2cpp_TypeInfo_var);
|
|
NullCheck(L_9);
|
|
Func_2__ctor_m80AEAAD55030CF0D876EA36BD9AEEDA1B15C18A2(L_9, L_8, (intptr_t)((void*)U3CU3Ec__DisplayClass14_0_U3C_ctorU3Eb__0_m86939EB610E227E81BA839554A1B6BD7AFAB6981_RuntimeMethod_var), NULL);
|
|
RuntimeObject* L_10;
|
|
L_10 = Enumerable_Select_TisVertex_t4AEF728B000B77221E3C152BC139F66940DE78E9_TisVertex_t4AEF728B000B77221E3C152BC139F66940DE78E9_mA1975173784657FD9AC6062BC4D100B7DD8F7A1F((RuntimeObject*)L_7, L_9, Enumerable_Select_TisVertex_t4AEF728B000B77221E3C152BC139F66940DE78E9_TisVertex_t4AEF728B000B77221E3C152BC139F66940DE78E9_mA1975173784657FD9AC6062BC4D100B7DD8F7A1F_RuntimeMethod_var);
|
|
List_1_t09DFE02BF4C8779C8BDDD183F6D70875BA75EDAE* L_11;
|
|
L_11 = Enumerable_ToList_TisVertex_t4AEF728B000B77221E3C152BC139F66940DE78E9_mD538332D06C9A337DAB6933BA3A0D4BF40D95703(L_10, Enumerable_ToList_TisVertex_t4AEF728B000B77221E3C152BC139F66940DE78E9_mD538332D06C9A337DAB6933BA3A0D4BF40D95703_RuntimeMethod_var);
|
|
__this->___m_Vertices_0 = L_11;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Vertices_0), (void*)L_11);
|
|
// m_Materials = new List<Material>() { material };
|
|
List_1_t386E09F4F22DDE4D2AC41A8567FFF283C254537B* L_12 = (List_1_t386E09F4F22DDE4D2AC41A8567FFF283C254537B*)il2cpp_codegen_object_new(List_1_t386E09F4F22DDE4D2AC41A8567FFF283C254537B_il2cpp_TypeInfo_var);
|
|
NullCheck(L_12);
|
|
List_1__ctor_m38500C20418699AEC04B1946434E06EC96FB4B1C(L_12, List_1__ctor_m38500C20418699AEC04B1946434E06EC96FB4B1C_RuntimeMethod_var);
|
|
List_1_t386E09F4F22DDE4D2AC41A8567FFF283C254537B* L_13 = L_12;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_14 = ___1_material;
|
|
NullCheck(L_13);
|
|
List_1_Add_m5F62EE992DBCC5323267265794235C9EEE07997B_inline(L_13, L_14, List_1_Add_m5F62EE992DBCC5323267265794235C9EEE07997B_RuntimeMethod_var);
|
|
__this->___m_Materials_1 = L_13;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Materials_1), (void*)L_13);
|
|
// m_Indices = new List<List<int>>();
|
|
List_1_tB5A0E21D0A7C39DF93D616FD5B94C4737A083E35* L_15 = (List_1_tB5A0E21D0A7C39DF93D616FD5B94C4737A083E35*)il2cpp_codegen_object_new(List_1_tB5A0E21D0A7C39DF93D616FD5B94C4737A083E35_il2cpp_TypeInfo_var);
|
|
NullCheck(L_15);
|
|
List_1__ctor_m6DDA2773042DF432035748F54845D594D6C2F3E2(L_15, List_1__ctor_m6DDA2773042DF432035748F54845D594D6C2F3E2_RuntimeMethod_var);
|
|
__this->___m_Indices_2 = L_15;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Indices_2), (void*)L_15);
|
|
// for (int i = 0, c = mesh.subMeshCount; i < c; i++)
|
|
V_1 = 0;
|
|
// for (int i = 0, c = mesh.subMeshCount; i < c; i++)
|
|
Mesh_t6D9C539763A09BC2B12AEAEF36F6DFFC98AE63D4* L_16 = ___0_mesh;
|
|
NullCheck(L_16);
|
|
int32_t L_17;
|
|
L_17 = Mesh_get_subMeshCount_mC0141293D0F339D8D721CCA2612B32E6FD7E3F8B(L_16, NULL);
|
|
V_2 = L_17;
|
|
goto IL_0098;
|
|
}
|
|
|
|
IL_0071:
|
|
{
|
|
// if (mesh.GetTopology(i) != MeshTopology.Triangles)
|
|
Mesh_t6D9C539763A09BC2B12AEAEF36F6DFFC98AE63D4* L_18 = ___0_mesh;
|
|
int32_t L_19 = V_1;
|
|
NullCheck(L_18);
|
|
int32_t L_20;
|
|
L_20 = Mesh_GetTopology_mEDBACD33F1F317D8833D5EFEA467C27AC6176504(L_18, L_19, NULL);
|
|
if (L_20)
|
|
{
|
|
goto IL_0094;
|
|
}
|
|
}
|
|
{
|
|
// var indices = new List<int>();
|
|
List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73* L_21 = (List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73*)il2cpp_codegen_object_new(List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73_il2cpp_TypeInfo_var);
|
|
NullCheck(L_21);
|
|
List_1__ctor_m17F501B5A5C289ECE1B4F3D6EBF05DFA421433F8(L_21, List_1__ctor_m17F501B5A5C289ECE1B4F3D6EBF05DFA421433F8_RuntimeMethod_var);
|
|
V_3 = L_21;
|
|
// mesh.GetIndices(indices, i);
|
|
Mesh_t6D9C539763A09BC2B12AEAEF36F6DFFC98AE63D4* L_22 = ___0_mesh;
|
|
List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73* L_23 = V_3;
|
|
int32_t L_24 = V_1;
|
|
NullCheck(L_22);
|
|
Mesh_GetIndices_m69E93581A98E160AAE4A62E0BC2E92AF4715D0A4(L_22, L_23, L_24, NULL);
|
|
// m_Indices.Add(indices);
|
|
List_1_tB5A0E21D0A7C39DF93D616FD5B94C4737A083E35* L_25 = __this->___m_Indices_2;
|
|
List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73* L_26 = V_3;
|
|
NullCheck(L_25);
|
|
List_1_Add_m4CA93DB974F53860446FD2491A04C41A69E23CA0_inline(L_25, L_26, List_1_Add_m4CA93DB974F53860446FD2491A04C41A69E23CA0_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0094:
|
|
{
|
|
// for (int i = 0, c = mesh.subMeshCount; i < c; i++)
|
|
int32_t L_27 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add(L_27, 1));
|
|
}
|
|
|
|
IL_0098:
|
|
{
|
|
// for (int i = 0, c = mesh.subMeshCount; i < c; i++)
|
|
int32_t L_28 = V_1;
|
|
int32_t L_29 = V_2;
|
|
if ((((int32_t)L_28) < ((int32_t)L_29)))
|
|
{
|
|
goto IL_0071;
|
|
}
|
|
}
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void Parabox.CSG.Model::.ctor(System.Collections.Generic.List`1<Parabox.CSG.Polygon>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Model__ctor_mD45CA493C20913D17A58ADB397CE03A25A670638 (Model_t71596EE8E6DB29226026A3E9F9C48FE71E2F0D5D* __this, List_1_tCC77722B81CA628F7F61AFE73C595DAD8A332BDE* ___0_polygons, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Add_mE4A6EB2385A9C2FAB084ED86C71B44445C7F64F0_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_m267842795898C6476C1FA943C757C4CB440DBE6B_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_mEB1E5A0F5C293BC319B1E4D0AFF38FF2719AEF1F_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_get_Keys_m961E338D2BE1EA4DBEAE3BB0B2004A6A75236E13_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_get_Values_m3E1B7FD39A225712667A9775D77F1B5E35F6EA28_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_t261D5B57CAAB3F8D35276C19050A0E53BFE9EB4A_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_ToList_TisList_1_t05915E9237850A58106982B7FE4BC5DA4E872E73_m849CBE5C8BEFF83B9561388ACE5E671BCC83CB4D_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_ToList_TisMaterial_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3_mD2ABF10557F9B6CE8C8C1292311CBA3F6CA44BD8_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m0248A96C5334E9A93E6994B7780478BCD994EA3D_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mCF5C3C80A8C2B67B8CC625B2A23DCFE29DD19978_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_mE35C7F79A93973D0841E0E7843AF3ABC133EF73C_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m17CD46BC04C826437B0CFBD17E01967F1AB4C9AD_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_mE4AB993B1A4BFAD4D3FFEB2FCDBBC95E247AE8D6_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m5F2F1197960373395325A4C8A2F09BE78C47E847_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_mFD5EF67FA4A17917CCF0A18505A4B5956C9E6437_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t09DFE02BF4C8779C8BDDD183F6D70875BA75EDAE_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Dictionary_2_t261D5B57CAAB3F8D35276C19050A0E53BFE9EB4A* V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
Polygon_tF74FC67D90CE5C848CA82F8BA419A98E0CCB1B24* V_3 = NULL;
|
|
List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73* V_4 = NULL;
|
|
int32_t V_5 = 0;
|
|
{
|
|
// internal Model(List<Polygon> polygons)
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
// m_Vertices = new List<Vertex>();
|
|
List_1_t09DFE02BF4C8779C8BDDD183F6D70875BA75EDAE* L_0 = (List_1_t09DFE02BF4C8779C8BDDD183F6D70875BA75EDAE*)il2cpp_codegen_object_new(List_1_t09DFE02BF4C8779C8BDDD183F6D70875BA75EDAE_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
List_1__ctor_mE35C7F79A93973D0841E0E7843AF3ABC133EF73C(L_0, List_1__ctor_mE35C7F79A93973D0841E0E7843AF3ABC133EF73C_RuntimeMethod_var);
|
|
__this->___m_Vertices_0 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Vertices_0), (void*)L_0);
|
|
// Dictionary<Material, List<int>> submeshes = new Dictionary<Material, List<int>>();
|
|
Dictionary_2_t261D5B57CAAB3F8D35276C19050A0E53BFE9EB4A* L_1 = (Dictionary_2_t261D5B57CAAB3F8D35276C19050A0E53BFE9EB4A*)il2cpp_codegen_object_new(Dictionary_2_t261D5B57CAAB3F8D35276C19050A0E53BFE9EB4A_il2cpp_TypeInfo_var);
|
|
NullCheck(L_1);
|
|
Dictionary_2__ctor_mEB1E5A0F5C293BC319B1E4D0AFF38FF2719AEF1F(L_1, Dictionary_2__ctor_mEB1E5A0F5C293BC319B1E4D0AFF38FF2719AEF1F_RuntimeMethod_var);
|
|
V_0 = L_1;
|
|
// int p = 0;
|
|
V_1 = 0;
|
|
// for (int i = 0; i < polygons.Count; i++)
|
|
V_2 = 0;
|
|
goto IL_00da;
|
|
}
|
|
|
|
IL_0020:
|
|
{
|
|
// Polygon poly = polygons[i];
|
|
List_1_tCC77722B81CA628F7F61AFE73C595DAD8A332BDE* L_2 = ___0_polygons;
|
|
int32_t L_3 = V_2;
|
|
NullCheck(L_2);
|
|
Polygon_tF74FC67D90CE5C848CA82F8BA419A98E0CCB1B24* L_4;
|
|
L_4 = List_1_get_Item_mFD5EF67FA4A17917CCF0A18505A4B5956C9E6437(L_2, L_3, List_1_get_Item_mFD5EF67FA4A17917CCF0A18505A4B5956C9E6437_RuntimeMethod_var);
|
|
V_3 = L_4;
|
|
// if (!submeshes.TryGetValue(poly.material, out indices))
|
|
Dictionary_2_t261D5B57CAAB3F8D35276C19050A0E53BFE9EB4A* L_5 = V_0;
|
|
Polygon_tF74FC67D90CE5C848CA82F8BA419A98E0CCB1B24* L_6 = V_3;
|
|
NullCheck(L_6);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_7 = L_6->___material_2;
|
|
NullCheck(L_5);
|
|
bool L_8;
|
|
L_8 = Dictionary_2_TryGetValue_m267842795898C6476C1FA943C757C4CB440DBE6B(L_5, L_7, (&V_4), Dictionary_2_TryGetValue_m267842795898C6476C1FA943C757C4CB440DBE6B_RuntimeMethod_var);
|
|
if (L_8)
|
|
{
|
|
goto IL_004c;
|
|
}
|
|
}
|
|
{
|
|
// submeshes.Add(poly.material, indices = new List<int>());
|
|
Dictionary_2_t261D5B57CAAB3F8D35276C19050A0E53BFE9EB4A* L_9 = V_0;
|
|
Polygon_tF74FC67D90CE5C848CA82F8BA419A98E0CCB1B24* L_10 = V_3;
|
|
NullCheck(L_10);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_11 = L_10->___material_2;
|
|
List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73* L_12 = (List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73*)il2cpp_codegen_object_new(List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73_il2cpp_TypeInfo_var);
|
|
NullCheck(L_12);
|
|
List_1__ctor_m17F501B5A5C289ECE1B4F3D6EBF05DFA421433F8(L_12, List_1__ctor_m17F501B5A5C289ECE1B4F3D6EBF05DFA421433F8_RuntimeMethod_var);
|
|
List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73* L_13 = L_12;
|
|
V_4 = L_13;
|
|
NullCheck(L_9);
|
|
Dictionary_2_Add_mE4A6EB2385A9C2FAB084ED86C71B44445C7F64F0(L_9, L_11, L_13, Dictionary_2_Add_mE4A6EB2385A9C2FAB084ED86C71B44445C7F64F0_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_004c:
|
|
{
|
|
// for (int j = 2; j < poly.vertices.Count; j++)
|
|
V_5 = 2;
|
|
goto IL_00c4;
|
|
}
|
|
|
|
IL_0051:
|
|
{
|
|
// m_Vertices.Add(poly.vertices[0]);
|
|
List_1_t09DFE02BF4C8779C8BDDD183F6D70875BA75EDAE* L_14 = __this->___m_Vertices_0;
|
|
Polygon_tF74FC67D90CE5C848CA82F8BA419A98E0CCB1B24* L_15 = V_3;
|
|
NullCheck(L_15);
|
|
List_1_t09DFE02BF4C8779C8BDDD183F6D70875BA75EDAE* L_16 = L_15->___vertices_0;
|
|
NullCheck(L_16);
|
|
Vertex_t4AEF728B000B77221E3C152BC139F66940DE78E9 L_17;
|
|
L_17 = List_1_get_Item_m5F2F1197960373395325A4C8A2F09BE78C47E847(L_16, 0, List_1_get_Item_m5F2F1197960373395325A4C8A2F09BE78C47E847_RuntimeMethod_var);
|
|
NullCheck(L_14);
|
|
List_1_Add_mCF5C3C80A8C2B67B8CC625B2A23DCFE29DD19978_inline(L_14, L_17, List_1_Add_mCF5C3C80A8C2B67B8CC625B2A23DCFE29DD19978_RuntimeMethod_var);
|
|
// indices.Add(p++);
|
|
List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73* L_18 = V_4;
|
|
int32_t L_19 = V_1;
|
|
int32_t L_20 = L_19;
|
|
V_1 = ((int32_t)il2cpp_codegen_add(L_20, 1));
|
|
NullCheck(L_18);
|
|
List_1_Add_m0248A96C5334E9A93E6994B7780478BCD994EA3D_inline(L_18, L_20, List_1_Add_m0248A96C5334E9A93E6994B7780478BCD994EA3D_RuntimeMethod_var);
|
|
// m_Vertices.Add(poly.vertices[j - 1]);
|
|
List_1_t09DFE02BF4C8779C8BDDD183F6D70875BA75EDAE* L_21 = __this->___m_Vertices_0;
|
|
Polygon_tF74FC67D90CE5C848CA82F8BA419A98E0CCB1B24* L_22 = V_3;
|
|
NullCheck(L_22);
|
|
List_1_t09DFE02BF4C8779C8BDDD183F6D70875BA75EDAE* L_23 = L_22->___vertices_0;
|
|
int32_t L_24 = V_5;
|
|
NullCheck(L_23);
|
|
Vertex_t4AEF728B000B77221E3C152BC139F66940DE78E9 L_25;
|
|
L_25 = List_1_get_Item_m5F2F1197960373395325A4C8A2F09BE78C47E847(L_23, ((int32_t)il2cpp_codegen_subtract(L_24, 1)), List_1_get_Item_m5F2F1197960373395325A4C8A2F09BE78C47E847_RuntimeMethod_var);
|
|
NullCheck(L_21);
|
|
List_1_Add_mCF5C3C80A8C2B67B8CC625B2A23DCFE29DD19978_inline(L_21, L_25, List_1_Add_mCF5C3C80A8C2B67B8CC625B2A23DCFE29DD19978_RuntimeMethod_var);
|
|
// indices.Add(p++);
|
|
List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73* L_26 = V_4;
|
|
int32_t L_27 = V_1;
|
|
int32_t L_28 = L_27;
|
|
V_1 = ((int32_t)il2cpp_codegen_add(L_28, 1));
|
|
NullCheck(L_26);
|
|
List_1_Add_m0248A96C5334E9A93E6994B7780478BCD994EA3D_inline(L_26, L_28, List_1_Add_m0248A96C5334E9A93E6994B7780478BCD994EA3D_RuntimeMethod_var);
|
|
// m_Vertices.Add(poly.vertices[j]);
|
|
List_1_t09DFE02BF4C8779C8BDDD183F6D70875BA75EDAE* L_29 = __this->___m_Vertices_0;
|
|
Polygon_tF74FC67D90CE5C848CA82F8BA419A98E0CCB1B24* L_30 = V_3;
|
|
NullCheck(L_30);
|
|
List_1_t09DFE02BF4C8779C8BDDD183F6D70875BA75EDAE* L_31 = L_30->___vertices_0;
|
|
int32_t L_32 = V_5;
|
|
NullCheck(L_31);
|
|
Vertex_t4AEF728B000B77221E3C152BC139F66940DE78E9 L_33;
|
|
L_33 = List_1_get_Item_m5F2F1197960373395325A4C8A2F09BE78C47E847(L_31, L_32, List_1_get_Item_m5F2F1197960373395325A4C8A2F09BE78C47E847_RuntimeMethod_var);
|
|
NullCheck(L_29);
|
|
List_1_Add_mCF5C3C80A8C2B67B8CC625B2A23DCFE29DD19978_inline(L_29, L_33, List_1_Add_mCF5C3C80A8C2B67B8CC625B2A23DCFE29DD19978_RuntimeMethod_var);
|
|
// indices.Add(p++);
|
|
List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73* L_34 = V_4;
|
|
int32_t L_35 = V_1;
|
|
int32_t L_36 = L_35;
|
|
V_1 = ((int32_t)il2cpp_codegen_add(L_36, 1));
|
|
NullCheck(L_34);
|
|
List_1_Add_m0248A96C5334E9A93E6994B7780478BCD994EA3D_inline(L_34, L_36, List_1_Add_m0248A96C5334E9A93E6994B7780478BCD994EA3D_RuntimeMethod_var);
|
|
// for (int j = 2; j < poly.vertices.Count; j++)
|
|
int32_t L_37 = V_5;
|
|
V_5 = ((int32_t)il2cpp_codegen_add(L_37, 1));
|
|
}
|
|
|
|
IL_00c4:
|
|
{
|
|
// for (int j = 2; j < poly.vertices.Count; j++)
|
|
int32_t L_38 = V_5;
|
|
Polygon_tF74FC67D90CE5C848CA82F8BA419A98E0CCB1B24* L_39 = V_3;
|
|
NullCheck(L_39);
|
|
List_1_t09DFE02BF4C8779C8BDDD183F6D70875BA75EDAE* L_40 = L_39->___vertices_0;
|
|
NullCheck(L_40);
|
|
int32_t L_41;
|
|
L_41 = List_1_get_Count_m17CD46BC04C826437B0CFBD17E01967F1AB4C9AD_inline(L_40, List_1_get_Count_m17CD46BC04C826437B0CFBD17E01967F1AB4C9AD_RuntimeMethod_var);
|
|
if ((((int32_t)L_38) < ((int32_t)L_41)))
|
|
{
|
|
goto IL_0051;
|
|
}
|
|
}
|
|
{
|
|
// for (int i = 0; i < polygons.Count; i++)
|
|
int32_t L_42 = V_2;
|
|
V_2 = ((int32_t)il2cpp_codegen_add(L_42, 1));
|
|
}
|
|
|
|
IL_00da:
|
|
{
|
|
// for (int i = 0; i < polygons.Count; i++)
|
|
int32_t L_43 = V_2;
|
|
List_1_tCC77722B81CA628F7F61AFE73C595DAD8A332BDE* L_44 = ___0_polygons;
|
|
NullCheck(L_44);
|
|
int32_t L_45;
|
|
L_45 = List_1_get_Count_mE4AB993B1A4BFAD4D3FFEB2FCDBBC95E247AE8D6_inline(L_44, List_1_get_Count_mE4AB993B1A4BFAD4D3FFEB2FCDBBC95E247AE8D6_RuntimeMethod_var);
|
|
if ((((int32_t)L_43) < ((int32_t)L_45)))
|
|
{
|
|
goto IL_0020;
|
|
}
|
|
}
|
|
{
|
|
// m_Materials = submeshes.Keys.ToList();
|
|
Dictionary_2_t261D5B57CAAB3F8D35276C19050A0E53BFE9EB4A* L_46 = V_0;
|
|
NullCheck(L_46);
|
|
KeyCollection_t308ADE07440B616B54A94FFAF2D613C88957131C* L_47;
|
|
L_47 = Dictionary_2_get_Keys_m961E338D2BE1EA4DBEAE3BB0B2004A6A75236E13(L_46, Dictionary_2_get_Keys_m961E338D2BE1EA4DBEAE3BB0B2004A6A75236E13_RuntimeMethod_var);
|
|
List_1_t386E09F4F22DDE4D2AC41A8567FFF283C254537B* L_48;
|
|
L_48 = Enumerable_ToList_TisMaterial_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3_mD2ABF10557F9B6CE8C8C1292311CBA3F6CA44BD8(L_47, Enumerable_ToList_TisMaterial_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3_mD2ABF10557F9B6CE8C8C1292311CBA3F6CA44BD8_RuntimeMethod_var);
|
|
__this->___m_Materials_1 = L_48;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Materials_1), (void*)L_48);
|
|
// m_Indices = submeshes.Values.ToList();
|
|
Dictionary_2_t261D5B57CAAB3F8D35276C19050A0E53BFE9EB4A* L_49 = V_0;
|
|
NullCheck(L_49);
|
|
ValueCollection_t10895244C116C7AA93ABD0121B81F3BED74E7734* L_50;
|
|
L_50 = Dictionary_2_get_Values_m3E1B7FD39A225712667A9775D77F1B5E35F6EA28(L_49, Dictionary_2_get_Values_m3E1B7FD39A225712667A9775D77F1B5E35F6EA28_RuntimeMethod_var);
|
|
List_1_tB5A0E21D0A7C39DF93D616FD5B94C4737A083E35* L_51;
|
|
L_51 = Enumerable_ToList_TisList_1_t05915E9237850A58106982B7FE4BC5DA4E872E73_m849CBE5C8BEFF83B9561388ACE5E671BCC83CB4D(L_50, Enumerable_ToList_TisList_1_t05915E9237850A58106982B7FE4BC5DA4E872E73_m849CBE5C8BEFF83B9561388ACE5E671BCC83CB4D_RuntimeMethod_var);
|
|
__this->___m_Indices_2 = L_51;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Indices_2), (void*)L_51);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Collections.Generic.List`1<Parabox.CSG.Polygon> Parabox.CSG.Model::ToPolygons()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_tCC77722B81CA628F7F61AFE73C595DAD8A332BDE* Model_ToPolygons_m69A7284E2FD03267BD6E354000E0C671C5C5AC97 (Model_t71596EE8E6DB29226026A3E9F9C48FE71E2F0D5D* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m703886B90237E6D73148FFB90084BE1D30834D5D_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mCF5C3C80A8C2B67B8CC625B2A23DCFE29DD19978_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mE35C7F79A93973D0841E0E7843AF3ABC133EF73C_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mEA50E9463F83B8BAF1F1A07D1FF8EF8540AC8D7F_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_mE814C5617982FD5D7A3BDCA8C111F2CF81AAA492_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_mF590592E32D421DE2C6E2F0D5C2F62FB14CCEFDF_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m5F2F1197960373395325A4C8A2F09BE78C47E847_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m70F5CFC2DEA9332B78C5ADC0EE1CE1B7465B1456_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_mD99081BEFA1AB3526715F489192B0F7F596C183D_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_mE36D65E025A32CC675A5B41B4FDAAFCFBDD70DE3_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t09DFE02BF4C8779C8BDDD183F6D70875BA75EDAE_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_tCC77722B81CA628F7F61AFE73C595DAD8A332BDE_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Polygon_tF74FC67D90CE5C848CA82F8BA419A98E0CCB1B24_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
List_1_tCC77722B81CA628F7F61AFE73C595DAD8A332BDE* V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73* V_3 = NULL;
|
|
int32_t V_4 = 0;
|
|
List_1_t09DFE02BF4C8779C8BDDD183F6D70875BA75EDAE* V_5 = NULL;
|
|
{
|
|
// List<Polygon> list = new List<Polygon>();
|
|
List_1_tCC77722B81CA628F7F61AFE73C595DAD8A332BDE* L_0 = (List_1_tCC77722B81CA628F7F61AFE73C595DAD8A332BDE*)il2cpp_codegen_object_new(List_1_tCC77722B81CA628F7F61AFE73C595DAD8A332BDE_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
List_1__ctor_mEA50E9463F83B8BAF1F1A07D1FF8EF8540AC8D7F(L_0, List_1__ctor_mEA50E9463F83B8BAF1F1A07D1FF8EF8540AC8D7F_RuntimeMethod_var);
|
|
V_0 = L_0;
|
|
// for (int s = 0, c = m_Indices.Count; s < c; s++)
|
|
V_1 = 0;
|
|
// for (int s = 0, c = m_Indices.Count; s < c; s++)
|
|
List_1_tB5A0E21D0A7C39DF93D616FD5B94C4737A083E35* L_1 = __this->___m_Indices_2;
|
|
NullCheck(L_1);
|
|
int32_t L_2;
|
|
L_2 = List_1_get_Count_mE814C5617982FD5D7A3BDCA8C111F2CF81AAA492_inline(L_1, List_1_get_Count_mE814C5617982FD5D7A3BDCA8C111F2CF81AAA492_RuntimeMethod_var);
|
|
V_2 = L_2;
|
|
goto IL_00b5;
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
// var indices = m_Indices[s];
|
|
List_1_tB5A0E21D0A7C39DF93D616FD5B94C4737A083E35* L_3 = __this->___m_Indices_2;
|
|
int32_t L_4 = V_1;
|
|
NullCheck(L_3);
|
|
List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73* L_5;
|
|
L_5 = List_1_get_Item_mE36D65E025A32CC675A5B41B4FDAAFCFBDD70DE3(L_3, L_4, List_1_get_Item_mE36D65E025A32CC675A5B41B4FDAAFCFBDD70DE3_RuntimeMethod_var);
|
|
V_3 = L_5;
|
|
// for (int i = 0, ic = indices.Count; i < indices.Count; i += 3)
|
|
V_4 = 0;
|
|
// for (int i = 0, ic = indices.Count; i < indices.Count; i += 3)
|
|
List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73* L_6 = V_3;
|
|
NullCheck(L_6);
|
|
int32_t L_7;
|
|
L_7 = List_1_get_Count_mF590592E32D421DE2C6E2F0D5C2F62FB14CCEFDF_inline(L_6, List_1_get_Count_mF590592E32D421DE2C6E2F0D5C2F62FB14CCEFDF_RuntimeMethod_var);
|
|
goto IL_00a7;
|
|
}
|
|
|
|
IL_0032:
|
|
{
|
|
// List<Vertex> triangle = new List<Vertex>()
|
|
// {
|
|
// m_Vertices[indices[i + 0]],
|
|
// m_Vertices[indices[i + 1]],
|
|
// m_Vertices[indices[i + 2]]
|
|
// };
|
|
List_1_t09DFE02BF4C8779C8BDDD183F6D70875BA75EDAE* L_8 = (List_1_t09DFE02BF4C8779C8BDDD183F6D70875BA75EDAE*)il2cpp_codegen_object_new(List_1_t09DFE02BF4C8779C8BDDD183F6D70875BA75EDAE_il2cpp_TypeInfo_var);
|
|
NullCheck(L_8);
|
|
List_1__ctor_mE35C7F79A93973D0841E0E7843AF3ABC133EF73C(L_8, List_1__ctor_mE35C7F79A93973D0841E0E7843AF3ABC133EF73C_RuntimeMethod_var);
|
|
List_1_t09DFE02BF4C8779C8BDDD183F6D70875BA75EDAE* L_9 = L_8;
|
|
List_1_t09DFE02BF4C8779C8BDDD183F6D70875BA75EDAE* L_10 = __this->___m_Vertices_0;
|
|
List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73* L_11 = V_3;
|
|
int32_t L_12 = V_4;
|
|
NullCheck(L_11);
|
|
int32_t L_13;
|
|
L_13 = List_1_get_Item_mD99081BEFA1AB3526715F489192B0F7F596C183D(L_11, L_12, List_1_get_Item_mD99081BEFA1AB3526715F489192B0F7F596C183D_RuntimeMethod_var);
|
|
NullCheck(L_10);
|
|
Vertex_t4AEF728B000B77221E3C152BC139F66940DE78E9 L_14;
|
|
L_14 = List_1_get_Item_m5F2F1197960373395325A4C8A2F09BE78C47E847(L_10, L_13, List_1_get_Item_m5F2F1197960373395325A4C8A2F09BE78C47E847_RuntimeMethod_var);
|
|
NullCheck(L_9);
|
|
List_1_Add_mCF5C3C80A8C2B67B8CC625B2A23DCFE29DD19978_inline(L_9, L_14, List_1_Add_mCF5C3C80A8C2B67B8CC625B2A23DCFE29DD19978_RuntimeMethod_var);
|
|
List_1_t09DFE02BF4C8779C8BDDD183F6D70875BA75EDAE* L_15 = L_9;
|
|
List_1_t09DFE02BF4C8779C8BDDD183F6D70875BA75EDAE* L_16 = __this->___m_Vertices_0;
|
|
List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73* L_17 = V_3;
|
|
int32_t L_18 = V_4;
|
|
NullCheck(L_17);
|
|
int32_t L_19;
|
|
L_19 = List_1_get_Item_mD99081BEFA1AB3526715F489192B0F7F596C183D(L_17, ((int32_t)il2cpp_codegen_add(L_18, 1)), List_1_get_Item_mD99081BEFA1AB3526715F489192B0F7F596C183D_RuntimeMethod_var);
|
|
NullCheck(L_16);
|
|
Vertex_t4AEF728B000B77221E3C152BC139F66940DE78E9 L_20;
|
|
L_20 = List_1_get_Item_m5F2F1197960373395325A4C8A2F09BE78C47E847(L_16, L_19, List_1_get_Item_m5F2F1197960373395325A4C8A2F09BE78C47E847_RuntimeMethod_var);
|
|
NullCheck(L_15);
|
|
List_1_Add_mCF5C3C80A8C2B67B8CC625B2A23DCFE29DD19978_inline(L_15, L_20, List_1_Add_mCF5C3C80A8C2B67B8CC625B2A23DCFE29DD19978_RuntimeMethod_var);
|
|
List_1_t09DFE02BF4C8779C8BDDD183F6D70875BA75EDAE* L_21 = L_15;
|
|
List_1_t09DFE02BF4C8779C8BDDD183F6D70875BA75EDAE* L_22 = __this->___m_Vertices_0;
|
|
List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73* L_23 = V_3;
|
|
int32_t L_24 = V_4;
|
|
NullCheck(L_23);
|
|
int32_t L_25;
|
|
L_25 = List_1_get_Item_mD99081BEFA1AB3526715F489192B0F7F596C183D(L_23, ((int32_t)il2cpp_codegen_add(L_24, 2)), List_1_get_Item_mD99081BEFA1AB3526715F489192B0F7F596C183D_RuntimeMethod_var);
|
|
NullCheck(L_22);
|
|
Vertex_t4AEF728B000B77221E3C152BC139F66940DE78E9 L_26;
|
|
L_26 = List_1_get_Item_m5F2F1197960373395325A4C8A2F09BE78C47E847(L_22, L_25, List_1_get_Item_m5F2F1197960373395325A4C8A2F09BE78C47E847_RuntimeMethod_var);
|
|
NullCheck(L_21);
|
|
List_1_Add_mCF5C3C80A8C2B67B8CC625B2A23DCFE29DD19978_inline(L_21, L_26, List_1_Add_mCF5C3C80A8C2B67B8CC625B2A23DCFE29DD19978_RuntimeMethod_var);
|
|
V_5 = L_21;
|
|
// list.Add(new Polygon(triangle, m_Materials[s]));
|
|
List_1_tCC77722B81CA628F7F61AFE73C595DAD8A332BDE* L_27 = V_0;
|
|
List_1_t09DFE02BF4C8779C8BDDD183F6D70875BA75EDAE* L_28 = V_5;
|
|
List_1_t386E09F4F22DDE4D2AC41A8567FFF283C254537B* L_29 = __this->___m_Materials_1;
|
|
int32_t L_30 = V_1;
|
|
NullCheck(L_29);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_31;
|
|
L_31 = List_1_get_Item_m70F5CFC2DEA9332B78C5ADC0EE1CE1B7465B1456(L_29, L_30, List_1_get_Item_m70F5CFC2DEA9332B78C5ADC0EE1CE1B7465B1456_RuntimeMethod_var);
|
|
Polygon_tF74FC67D90CE5C848CA82F8BA419A98E0CCB1B24* L_32 = (Polygon_tF74FC67D90CE5C848CA82F8BA419A98E0CCB1B24*)il2cpp_codegen_object_new(Polygon_tF74FC67D90CE5C848CA82F8BA419A98E0CCB1B24_il2cpp_TypeInfo_var);
|
|
NullCheck(L_32);
|
|
Polygon__ctor_m4EF358747CFB63EE7325DFE795630F5026E25E45(L_32, L_28, L_31, NULL);
|
|
NullCheck(L_27);
|
|
List_1_Add_m703886B90237E6D73148FFB90084BE1D30834D5D_inline(L_27, L_32, List_1_Add_m703886B90237E6D73148FFB90084BE1D30834D5D_RuntimeMethod_var);
|
|
// for (int i = 0, ic = indices.Count; i < indices.Count; i += 3)
|
|
int32_t L_33 = V_4;
|
|
V_4 = ((int32_t)il2cpp_codegen_add(L_33, 3));
|
|
}
|
|
|
|
IL_00a7:
|
|
{
|
|
// for (int i = 0, ic = indices.Count; i < indices.Count; i += 3)
|
|
int32_t L_34 = V_4;
|
|
List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73* L_35 = V_3;
|
|
NullCheck(L_35);
|
|
int32_t L_36;
|
|
L_36 = List_1_get_Count_mF590592E32D421DE2C6E2F0D5C2F62FB14CCEFDF_inline(L_35, List_1_get_Count_mF590592E32D421DE2C6E2F0D5C2F62FB14CCEFDF_RuntimeMethod_var);
|
|
if ((((int32_t)L_34) < ((int32_t)L_36)))
|
|
{
|
|
goto IL_0032;
|
|
}
|
|
}
|
|
{
|
|
// for (int s = 0, c = m_Indices.Count; s < c; s++)
|
|
int32_t L_37 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add(L_37, 1));
|
|
}
|
|
|
|
IL_00b5:
|
|
{
|
|
// for (int s = 0, c = m_Indices.Count; s < c; s++)
|
|
int32_t L_38 = V_1;
|
|
int32_t L_39 = V_2;
|
|
if ((((int32_t)L_38) < ((int32_t)L_39)))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
// return list;
|
|
List_1_tCC77722B81CA628F7F61AFE73C595DAD8A332BDE* L_40 = V_0;
|
|
return L_40;
|
|
}
|
|
}
|
|
// UnityEngine.Mesh Parabox.CSG.Model::op_Explicit(Parabox.CSG.Model)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Mesh_t6D9C539763A09BC2B12AEAEF36F6DFFC98AE63D4* Model_op_Explicit_m59906FBC6C00F0849F41E0DBDA2B59A8B9C22F2E (Model_t71596EE8E6DB29226026A3E9F9C48FE71E2F0D5D* ___0_model, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_mE814C5617982FD5D7A3BDCA8C111F2CF81AAA492_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_mE36D65E025A32CC675A5B41B4FDAAFCFBDD70DE3_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Mesh_t6D9C539763A09BC2B12AEAEF36F6DFFC98AE63D4_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Mesh_t6D9C539763A09BC2B12AEAEF36F6DFFC98AE63D4* V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
{
|
|
// var mesh = new Mesh();
|
|
Mesh_t6D9C539763A09BC2B12AEAEF36F6DFFC98AE63D4* L_0 = (Mesh_t6D9C539763A09BC2B12AEAEF36F6DFFC98AE63D4*)il2cpp_codegen_object_new(Mesh_t6D9C539763A09BC2B12AEAEF36F6DFFC98AE63D4_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
Mesh__ctor_m5A9AECEDDAFFD84811ED8928012BDE97A9CEBD00(L_0, NULL);
|
|
V_0 = L_0;
|
|
// VertexUtility.SetMesh(mesh, model.m_Vertices);
|
|
Mesh_t6D9C539763A09BC2B12AEAEF36F6DFFC98AE63D4* L_1 = V_0;
|
|
Model_t71596EE8E6DB29226026A3E9F9C48FE71E2F0D5D* L_2 = ___0_model;
|
|
NullCheck(L_2);
|
|
List_1_t09DFE02BF4C8779C8BDDD183F6D70875BA75EDAE* L_3 = L_2->___m_Vertices_0;
|
|
VertexUtility_SetMesh_m0E3D246932EA979431BD2E088701585FB6621D65(L_1, L_3, NULL);
|
|
// mesh.subMeshCount = model.m_Indices.Count;
|
|
Mesh_t6D9C539763A09BC2B12AEAEF36F6DFFC98AE63D4* L_4 = V_0;
|
|
Model_t71596EE8E6DB29226026A3E9F9C48FE71E2F0D5D* L_5 = ___0_model;
|
|
NullCheck(L_5);
|
|
List_1_tB5A0E21D0A7C39DF93D616FD5B94C4737A083E35* L_6 = L_5->___m_Indices_2;
|
|
NullCheck(L_6);
|
|
int32_t L_7;
|
|
L_7 = List_1_get_Count_mE814C5617982FD5D7A3BDCA8C111F2CF81AAA492_inline(L_6, List_1_get_Count_mE814C5617982FD5D7A3BDCA8C111F2CF81AAA492_RuntimeMethod_var);
|
|
NullCheck(L_4);
|
|
Mesh_set_subMeshCount_m8E4DB392DB0621F7DFF8543FF3943A13072B8A28(L_4, L_7, NULL);
|
|
// for (int i = 0, c = mesh.subMeshCount; i < c; i++)
|
|
V_1 = 0;
|
|
// for (int i = 0, c = mesh.subMeshCount; i < c; i++)
|
|
Mesh_t6D9C539763A09BC2B12AEAEF36F6DFFC98AE63D4* L_8 = V_0;
|
|
NullCheck(L_8);
|
|
int32_t L_9;
|
|
L_9 = Mesh_get_subMeshCount_mC0141293D0F339D8D721CCA2612B32E6FD7E3F8B(L_8, NULL);
|
|
V_2 = L_9;
|
|
goto IL_0048;
|
|
}
|
|
|
|
IL_002e:
|
|
{
|
|
// mesh.SetIndices(model.m_Indices[i], MeshTopology.Triangles, i);
|
|
Mesh_t6D9C539763A09BC2B12AEAEF36F6DFFC98AE63D4* L_10 = V_0;
|
|
Model_t71596EE8E6DB29226026A3E9F9C48FE71E2F0D5D* L_11 = ___0_model;
|
|
NullCheck(L_11);
|
|
List_1_tB5A0E21D0A7C39DF93D616FD5B94C4737A083E35* L_12 = L_11->___m_Indices_2;
|
|
int32_t L_13 = V_1;
|
|
NullCheck(L_12);
|
|
List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73* L_14;
|
|
L_14 = List_1_get_Item_mE36D65E025A32CC675A5B41B4FDAAFCFBDD70DE3(L_12, L_13, List_1_get_Item_mE36D65E025A32CC675A5B41B4FDAAFCFBDD70DE3_RuntimeMethod_var);
|
|
int32_t L_15 = V_1;
|
|
NullCheck(L_10);
|
|
Mesh_SetIndices_m3003467024383DDFAC5E8FE4EC47E78AF1D31A92(L_10, L_14, 0, L_15, (bool)1, 0, NULL);
|
|
// for (int i = 0, c = mesh.subMeshCount; i < c; i++)
|
|
int32_t L_16 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add(L_16, 1));
|
|
}
|
|
|
|
IL_0048:
|
|
{
|
|
// for (int i = 0, c = mesh.subMeshCount; i < c; i++)
|
|
int32_t L_17 = V_1;
|
|
int32_t L_18 = V_2;
|
|
if ((((int32_t)L_17) < ((int32_t)L_18)))
|
|
{
|
|
goto IL_002e;
|
|
}
|
|
}
|
|
{
|
|
// return mesh;
|
|
Mesh_t6D9C539763A09BC2B12AEAEF36F6DFFC98AE63D4* L_19 = V_0;
|
|
return L_19;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t MagazineSocketable_get_WeaponType_mF2E62D670CDA91A094632DD31E3D9892252E6B67_inline (MagazineSocketable_tFF02A0D263257CA805B4C8D9F9F560E3508EF8B4* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public WeaponEnum WeaponType => weaponType;
|
|
int32_t L_0 = __this->___weaponType_12;
|
|
return L_0;
|
|
}
|
|
}
|
|
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 Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Vector3_op_Addition_m78C0EC70CB66E8DCAC225743D82B268DAEE92067_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_a, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___1_b, 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;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_2 = ___1_b;
|
|
float L_3 = L_2.___x_2;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_4 = ___0_a;
|
|
float L_5 = L_4.___y_3;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_6 = ___1_b;
|
|
float L_7 = L_6.___y_3;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_8 = ___0_a;
|
|
float L_9 = L_8.___z_4;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_10 = ___1_b;
|
|
float L_11 = L_10.___z_4;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_12;
|
|
memset((&L_12), 0, sizeof(L_12));
|
|
Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&L_12), ((float)il2cpp_codegen_add(L_1, L_3)), ((float)il2cpp_codegen_add(L_5, L_7)), ((float)il2cpp_codegen_add(L_9, L_11)), /*hidden argument*/NULL);
|
|
V_0 = L_12;
|
|
goto IL_0030;
|
|
}
|
|
|
|
IL_0030:
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_13 = V_0;
|
|
return L_13;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Vector3_get_forward_mAA55A7034304DF8B2152EAD49AE779FC4CA2EB4A_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))->___forwardVector_11;
|
|
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 SFXPlayer_t6916F8692A74B19A33C44C40C773635DF91B5165* SFXPlayer_get_Instance_m4D3AE1620BA42D46607328B25EAA0569B49CCBD5_inline (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SFXPlayer_t6916F8692A74B19A33C44C40C773635DF91B5165_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public static SFXPlayer Instance => s_Instance;
|
|
SFXPlayer_t6916F8692A74B19A33C44C40C773635DF91B5165* L_0 = ((SFXPlayer_t6916F8692A74B19A33C44C40C773635DF91B5165_StaticFields*)il2cpp_codegen_static_fields_for(SFXPlayer_t6916F8692A74B19A33C44C40C773635DF91B5165_il2cpp_TypeInfo_var))->___s_Instance_4;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Vector3_Lerp_m3A906D0530A94FAABB94F0F905E84D99BE85C3F8_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_a, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___1_b, float ___2_t, const RuntimeMethod* method)
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
float L_0 = ___2_t;
|
|
float L_1;
|
|
L_1 = Mathf_Clamp01_mA7E048DBDA832D399A581BE4D6DED9FA44CE0F14_inline(L_0, NULL);
|
|
___2_t = L_1;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_2 = ___0_a;
|
|
float L_3 = L_2.___x_2;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_4 = ___1_b;
|
|
float L_5 = L_4.___x_2;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_6 = ___0_a;
|
|
float L_7 = L_6.___x_2;
|
|
float L_8 = ___2_t;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_9 = ___0_a;
|
|
float L_10 = L_9.___y_3;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_11 = ___1_b;
|
|
float L_12 = L_11.___y_3;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_13 = ___0_a;
|
|
float L_14 = L_13.___y_3;
|
|
float L_15 = ___2_t;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_16 = ___0_a;
|
|
float L_17 = L_16.___z_4;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_18 = ___1_b;
|
|
float L_19 = L_18.___z_4;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_20 = ___0_a;
|
|
float L_21 = L_20.___z_4;
|
|
float L_22 = ___2_t;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_23;
|
|
memset((&L_23), 0, sizeof(L_23));
|
|
Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&L_23), ((float)il2cpp_codegen_add(L_3, ((float)il2cpp_codegen_multiply(((float)il2cpp_codegen_subtract(L_5, L_7)), L_8)))), ((float)il2cpp_codegen_add(L_10, ((float)il2cpp_codegen_multiply(((float)il2cpp_codegen_subtract(L_12, L_14)), L_15)))), ((float)il2cpp_codegen_add(L_17, ((float)il2cpp_codegen_multiply(((float)il2cpp_codegen_subtract(L_19, L_21)), L_22)))), /*hidden argument*/NULL);
|
|
V_0 = L_23;
|
|
goto IL_0053;
|
|
}
|
|
|
|
IL_0053:
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_24 = V_0;
|
|
return L_24;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Vector3_get_normalized_m736BBF65D5CDA7A18414370D15B4DFCC1E466F07_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* __this, const RuntimeMethod* method)
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_0 = (*(Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2*)__this);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_1;
|
|
L_1 = Vector3_Normalize_mEF8349CC39674236CFC694189AFD36E31F89AC8F_inline(L_0, NULL);
|
|
V_0 = L_1;
|
|
goto IL_000f;
|
|
}
|
|
|
|
IL_000f:
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_2 = V_0;
|
|
return L_2;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Vector3_Distance_m2314DB9B8BD01157E013DF87BEA557375C7F9FF9_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_a, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___1_b, 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;
|
|
}
|
|
float V_0 = 0.0f;
|
|
float V_1 = 0.0f;
|
|
float V_2 = 0.0f;
|
|
float V_3 = 0.0f;
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_0 = ___0_a;
|
|
float L_1 = L_0.___x_2;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_2 = ___1_b;
|
|
float L_3 = L_2.___x_2;
|
|
V_0 = ((float)il2cpp_codegen_subtract(L_1, L_3));
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_4 = ___0_a;
|
|
float L_5 = L_4.___y_3;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_6 = ___1_b;
|
|
float L_7 = L_6.___y_3;
|
|
V_1 = ((float)il2cpp_codegen_subtract(L_5, L_7));
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_8 = ___0_a;
|
|
float L_9 = L_8.___z_4;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_10 = ___1_b;
|
|
float L_11 = L_10.___z_4;
|
|
V_2 = ((float)il2cpp_codegen_subtract(L_9, L_11));
|
|
float L_12 = V_0;
|
|
float L_13 = V_0;
|
|
float L_14 = V_1;
|
|
float L_15 = V_1;
|
|
float L_16 = V_2;
|
|
float L_17 = V_2;
|
|
il2cpp_codegen_runtime_class_init_inline(Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
|
|
double L_18;
|
|
L_18 = sqrt(((double)((float)il2cpp_codegen_add(((float)il2cpp_codegen_add(((float)il2cpp_codegen_multiply(L_12, L_13)), ((float)il2cpp_codegen_multiply(L_14, L_15)))), ((float)il2cpp_codegen_multiply(L_16, L_17))))));
|
|
V_3 = ((float)L_18);
|
|
goto IL_0040;
|
|
}
|
|
|
|
IL_0040:
|
|
{
|
|
float L_19 = V_3;
|
|
return L_19;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Vector3_get_up_m128AF3FDC820BF59D5DE86D973E7DE3F20C3AEBA_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))->___upVector_7;
|
|
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 float Vector3_get_magnitude_mF0D6017E90B345F1F52D1CC564C640F1A847AF2D_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* __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;
|
|
}
|
|
float V_0 = 0.0f;
|
|
{
|
|
float L_0 = __this->___x_2;
|
|
float L_1 = __this->___x_2;
|
|
float L_2 = __this->___y_3;
|
|
float L_3 = __this->___y_3;
|
|
float L_4 = __this->___z_4;
|
|
float L_5 = __this->___z_4;
|
|
il2cpp_codegen_runtime_class_init_inline(Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
|
|
double L_6;
|
|
L_6 = sqrt(((double)((float)il2cpp_codegen_add(((float)il2cpp_codegen_add(((float)il2cpp_codegen_multiply(L_0, L_1)), ((float)il2cpp_codegen_multiply(L_2, L_3)))), ((float)il2cpp_codegen_multiply(L_4, L_5))))));
|
|
V_0 = ((float)L_6);
|
|
goto IL_0034;
|
|
}
|
|
|
|
IL_0034:
|
|
{
|
|
float L_7 = V_0;
|
|
return L_7;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Color_tD001788D726C3A7F1379BEED0260B9591F440C1F Color_get_green_mEB001F2CD8C68C6BBAEF9101990B779D3AA2A6EF_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), (1.0f), (0.0f), (1.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 Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Vector3_op_Subtraction_mE42023FF80067CB44A1D4A27EB7CF2B24CABB828_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_a, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___1_b, 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;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_2 = ___1_b;
|
|
float L_3 = L_2.___x_2;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_4 = ___0_a;
|
|
float L_5 = L_4.___y_3;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_6 = ___1_b;
|
|
float L_7 = L_6.___y_3;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_8 = ___0_a;
|
|
float L_9 = L_8.___z_4;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_10 = ___1_b;
|
|
float L_11 = L_10.___z_4;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_12;
|
|
memset((&L_12), 0, sizeof(L_12));
|
|
Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&L_12), ((float)il2cpp_codegen_subtract(L_1, L_3)), ((float)il2cpp_codegen_subtract(L_5, L_7)), ((float)il2cpp_codegen_subtract(L_9, L_11)), /*hidden argument*/NULL);
|
|
V_0 = L_12;
|
|
goto IL_0030;
|
|
}
|
|
|
|
IL_0030:
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_13 = V_0;
|
|
return L_13;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Vector3_get_zero_m0C1249C3F25B1C70EAD3CC8B31259975A457AE39_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))->___zeroVector_5;
|
|
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_Max_m9B6D8FEE7F4CE32C0AAB682606FFBA59E1F37C74_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_lhs, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___1_rhs, const RuntimeMethod* method)
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_0 = ___0_lhs;
|
|
float L_1 = L_0.___x_2;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_2 = ___1_rhs;
|
|
float L_3 = L_2.___x_2;
|
|
float L_4;
|
|
L_4 = Mathf_Max_mF5379E63D2BBAC76D090748695D833934F8AD051_inline(L_1, L_3, NULL);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_5 = ___0_lhs;
|
|
float L_6 = L_5.___y_3;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_7 = ___1_rhs;
|
|
float L_8 = L_7.___y_3;
|
|
float L_9;
|
|
L_9 = Mathf_Max_mF5379E63D2BBAC76D090748695D833934F8AD051_inline(L_6, L_8, NULL);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_10 = ___0_lhs;
|
|
float L_11 = L_10.___z_4;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_12 = ___1_rhs;
|
|
float L_13 = L_12.___z_4;
|
|
float L_14;
|
|
L_14 = Mathf_Max_mF5379E63D2BBAC76D090748695D833934F8AD051_inline(L_11, L_13, NULL);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_15;
|
|
memset((&L_15), 0, sizeof(L_15));
|
|
Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&L_15), L_4, L_9, L_14, /*hidden argument*/NULL);
|
|
V_0 = L_15;
|
|
goto IL_003c;
|
|
}
|
|
|
|
IL_003c:
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_16 = V_0;
|
|
return L_16;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Vector3_Min_m1CAC3499F14EA87366C0C3C1F501B4FB2863CDB4_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_lhs, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___1_rhs, const RuntimeMethod* method)
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_0 = ___0_lhs;
|
|
float L_1 = L_0.___x_2;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_2 = ___1_rhs;
|
|
float L_3 = L_2.___x_2;
|
|
float L_4;
|
|
L_4 = Mathf_Min_m747CA71A9483CDB394B13BD0AD048EE17E48FFE4_inline(L_1, L_3, NULL);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_5 = ___0_lhs;
|
|
float L_6 = L_5.___y_3;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_7 = ___1_rhs;
|
|
float L_8 = L_7.___y_3;
|
|
float L_9;
|
|
L_9 = Mathf_Min_m747CA71A9483CDB394B13BD0AD048EE17E48FFE4_inline(L_6, L_8, NULL);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_10 = ___0_lhs;
|
|
float L_11 = L_10.___z_4;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_12 = ___1_rhs;
|
|
float L_13 = L_12.___z_4;
|
|
float L_14;
|
|
L_14 = Mathf_Min_m747CA71A9483CDB394B13BD0AD048EE17E48FFE4_inline(L_11, L_13, NULL);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_15;
|
|
memset((&L_15), 0, sizeof(L_15));
|
|
Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&L_15), L_4, L_9, L_14, /*hidden argument*/NULL);
|
|
V_0 = L_15;
|
|
goto IL_003c;
|
|
}
|
|
|
|
IL_003c:
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_16 = V_0;
|
|
return L_16;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Vector3_op_Equality_mCDCBB8D2EDC3D3BF20F31A25ACB34705D352B479_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_lhs, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___1_rhs, const RuntimeMethod* method)
|
|
{
|
|
float V_0 = 0.0f;
|
|
float V_1 = 0.0f;
|
|
float V_2 = 0.0f;
|
|
float V_3 = 0.0f;
|
|
bool V_4 = false;
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_0 = ___0_lhs;
|
|
float L_1 = L_0.___x_2;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_2 = ___1_rhs;
|
|
float L_3 = L_2.___x_2;
|
|
V_0 = ((float)il2cpp_codegen_subtract(L_1, L_3));
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_4 = ___0_lhs;
|
|
float L_5 = L_4.___y_3;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_6 = ___1_rhs;
|
|
float L_7 = L_6.___y_3;
|
|
V_1 = ((float)il2cpp_codegen_subtract(L_5, L_7));
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_8 = ___0_lhs;
|
|
float L_9 = L_8.___z_4;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_10 = ___1_rhs;
|
|
float L_11 = L_10.___z_4;
|
|
V_2 = ((float)il2cpp_codegen_subtract(L_9, L_11));
|
|
float L_12 = V_0;
|
|
float L_13 = V_0;
|
|
float L_14 = V_1;
|
|
float L_15 = V_1;
|
|
float L_16 = V_2;
|
|
float L_17 = V_2;
|
|
V_3 = ((float)il2cpp_codegen_add(((float)il2cpp_codegen_add(((float)il2cpp_codegen_multiply(L_12, L_13)), ((float)il2cpp_codegen_multiply(L_14, L_15)))), ((float)il2cpp_codegen_multiply(L_16, L_17))));
|
|
float L_18 = V_3;
|
|
V_4 = (bool)((((float)L_18) < ((float)(9.99999944E-11f)))? 1 : 0);
|
|
goto IL_0043;
|
|
}
|
|
|
|
IL_0043:
|
|
{
|
|
bool L_19 = V_4;
|
|
return L_19;
|
|
}
|
|
}
|
|
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 Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Vector3_op_Division_mCC6BB24E372AB96B8380D1678446EF6A8BAE13BB_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)(L_1/L_2)), ((float)(L_4/L_5)), ((float)(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 Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Vector3_Scale_m7C3CD199271902D5C00CBF35CD230DEB62B68CAE_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_a, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___1_b, 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;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_2 = ___1_b;
|
|
float L_3 = L_2.___x_2;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_4 = ___0_a;
|
|
float L_5 = L_4.___y_3;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_6 = ___1_b;
|
|
float L_7 = L_6.___y_3;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_8 = ___0_a;
|
|
float L_9 = L_8.___z_4;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_10 = ___1_b;
|
|
float L_11 = L_10.___z_4;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_12;
|
|
memset((&L_12), 0, sizeof(L_12));
|
|
Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&L_12), ((float)il2cpp_codegen_multiply(L_1, L_3)), ((float)il2cpp_codegen_multiply(L_5, L_7)), ((float)il2cpp_codegen_multiply(L_9, L_11)), /*hidden argument*/NULL);
|
|
V_0 = L_12;
|
|
goto IL_0030;
|
|
}
|
|
|
|
IL_0030:
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_13 = V_0;
|
|
return L_13;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Color_tD001788D726C3A7F1379BEED0260B9591F440C1F Color_get_black_mB50217951591A045844C61E7FF31EEE3FEF16737_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), (1.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 float Mathf_Lerp_m47EF2FFB7647BD0A1FDC26DC03E28B19812139B5_inline (float ___0_a, float ___1_b, float ___2_t, const RuntimeMethod* method)
|
|
{
|
|
float V_0 = 0.0f;
|
|
{
|
|
float L_0 = ___0_a;
|
|
float L_1 = ___1_b;
|
|
float L_2 = ___0_a;
|
|
float L_3 = ___2_t;
|
|
float L_4;
|
|
L_4 = Mathf_Clamp01_mA7E048DBDA832D399A581BE4D6DED9FA44CE0F14_inline(L_3, NULL);
|
|
V_0 = ((float)il2cpp_codegen_add(L_0, ((float)il2cpp_codegen_multiply(((float)il2cpp_codegen_subtract(L_1, L_2)), L_4))));
|
|
goto IL_0010;
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
float L_5 = V_0;
|
|
return L_5;
|
|
}
|
|
}
|
|
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;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Vector3_get_sqrMagnitude_m43C27DEC47C4811FB30AB474FF2131A963B66FC8_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* __this, const RuntimeMethod* method)
|
|
{
|
|
float V_0 = 0.0f;
|
|
{
|
|
float L_0 = __this->___x_2;
|
|
float L_1 = __this->___x_2;
|
|
float L_2 = __this->___y_3;
|
|
float L_3 = __this->___y_3;
|
|
float L_4 = __this->___z_4;
|
|
float L_5 = __this->___z_4;
|
|
V_0 = ((float)il2cpp_codegen_add(((float)il2cpp_codegen_add(((float)il2cpp_codegen_multiply(L_0, L_1)), ((float)il2cpp_codegen_multiply(L_2, L_3)))), ((float)il2cpp_codegen_multiply(L_4, L_5))));
|
|
goto IL_002d;
|
|
}
|
|
|
|
IL_002d:
|
|
{
|
|
float L_6 = V_0;
|
|
return L_6;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Mathf_Clamp01_mA7E048DBDA832D399A581BE4D6DED9FA44CE0F14_inline (float ___0_value, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
float V_1 = 0.0f;
|
|
bool V_2 = false;
|
|
{
|
|
float L_0 = ___0_value;
|
|
V_0 = (bool)((((float)L_0) < ((float)(0.0f)))? 1 : 0);
|
|
bool L_1 = V_0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_0015;
|
|
}
|
|
}
|
|
{
|
|
V_1 = (0.0f);
|
|
goto IL_002d;
|
|
}
|
|
|
|
IL_0015:
|
|
{
|
|
float L_2 = ___0_value;
|
|
V_2 = (bool)((((float)L_2) > ((float)(1.0f)))? 1 : 0);
|
|
bool L_3 = V_2;
|
|
if (!L_3)
|
|
{
|
|
goto IL_0029;
|
|
}
|
|
}
|
|
{
|
|
V_1 = (1.0f);
|
|
goto IL_002d;
|
|
}
|
|
|
|
IL_0029:
|
|
{
|
|
float L_4 = ___0_value;
|
|
V_1 = L_4;
|
|
goto IL_002d;
|
|
}
|
|
|
|
IL_002d:
|
|
{
|
|
float L_5 = V_1;
|
|
return L_5;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 Quaternion_get_identity_m7E701AE095ED10FD5EA0B50ABCFDE2EEFF2173A5_inline (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_0 = ((Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974_StaticFields*)il2cpp_codegen_static_fields_for(Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974_il2cpp_TypeInfo_var))->___identityQuaternion_4;
|
|
V_0 = L_0;
|
|
goto IL_0009;
|
|
}
|
|
|
|
IL_0009:
|
|
{
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Vector3_Dot_mBB86BB940AA0A32FA7D3C02AC42E5BC7095A5D52_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_lhs, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___1_rhs, const RuntimeMethod* method)
|
|
{
|
|
float V_0 = 0.0f;
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_0 = ___0_lhs;
|
|
float L_1 = L_0.___x_2;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_2 = ___1_rhs;
|
|
float L_3 = L_2.___x_2;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_4 = ___0_lhs;
|
|
float L_5 = L_4.___y_3;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_6 = ___1_rhs;
|
|
float L_7 = L_6.___y_3;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_8 = ___0_lhs;
|
|
float L_9 = L_8.___z_4;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_10 = ___1_rhs;
|
|
float L_11 = L_10.___z_4;
|
|
V_0 = ((float)il2cpp_codegen_add(((float)il2cpp_codegen_add(((float)il2cpp_codegen_multiply(L_1, L_3)), ((float)il2cpp_codegen_multiply(L_5, L_7)))), ((float)il2cpp_codegen_multiply(L_9, L_11))));
|
|
goto IL_002d;
|
|
}
|
|
|
|
IL_002d:
|
|
{
|
|
float L_12 = V_0;
|
|
return L_12;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Color_tD001788D726C3A7F1379BEED0260B9591F440C1F Color_get_cyan_m182A29E7475C0A98ACC03E1CF5252BAB83F0BA31_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), (1.0f), (1.0f), (1.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 Color_tD001788D726C3A7F1379BEED0260B9591F440C1F Color_get_magenta_mE31C432891E0B3D23C8FB03CB3A38A60E7F52A9A_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), (1.0f), (0.0f), (1.0f), (1.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 Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 Quaternion_op_Multiply_mCB375FCCC12A2EC8F9EB824A1BFB4453B58C2012_inline (Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 ___0_lhs, Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 ___1_rhs, const RuntimeMethod* method)
|
|
{
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_0 = ___0_lhs;
|
|
float L_1 = L_0.___w_3;
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_2 = ___1_rhs;
|
|
float L_3 = L_2.___x_0;
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_4 = ___0_lhs;
|
|
float L_5 = L_4.___x_0;
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_6 = ___1_rhs;
|
|
float L_7 = L_6.___w_3;
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_8 = ___0_lhs;
|
|
float L_9 = L_8.___y_1;
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_10 = ___1_rhs;
|
|
float L_11 = L_10.___z_2;
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_12 = ___0_lhs;
|
|
float L_13 = L_12.___z_2;
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_14 = ___1_rhs;
|
|
float L_15 = L_14.___y_1;
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_16 = ___0_lhs;
|
|
float L_17 = L_16.___w_3;
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_18 = ___1_rhs;
|
|
float L_19 = L_18.___y_1;
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_20 = ___0_lhs;
|
|
float L_21 = L_20.___y_1;
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_22 = ___1_rhs;
|
|
float L_23 = L_22.___w_3;
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_24 = ___0_lhs;
|
|
float L_25 = L_24.___z_2;
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_26 = ___1_rhs;
|
|
float L_27 = L_26.___x_0;
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_28 = ___0_lhs;
|
|
float L_29 = L_28.___x_0;
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_30 = ___1_rhs;
|
|
float L_31 = L_30.___z_2;
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_32 = ___0_lhs;
|
|
float L_33 = L_32.___w_3;
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_34 = ___1_rhs;
|
|
float L_35 = L_34.___z_2;
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_36 = ___0_lhs;
|
|
float L_37 = L_36.___z_2;
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_38 = ___1_rhs;
|
|
float L_39 = L_38.___w_3;
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_40 = ___0_lhs;
|
|
float L_41 = L_40.___x_0;
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_42 = ___1_rhs;
|
|
float L_43 = L_42.___y_1;
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_44 = ___0_lhs;
|
|
float L_45 = L_44.___y_1;
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_46 = ___1_rhs;
|
|
float L_47 = L_46.___x_0;
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_48 = ___0_lhs;
|
|
float L_49 = L_48.___w_3;
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_50 = ___1_rhs;
|
|
float L_51 = L_50.___w_3;
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_52 = ___0_lhs;
|
|
float L_53 = L_52.___x_0;
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_54 = ___1_rhs;
|
|
float L_55 = L_54.___x_0;
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_56 = ___0_lhs;
|
|
float L_57 = L_56.___y_1;
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_58 = ___1_rhs;
|
|
float L_59 = L_58.___y_1;
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_60 = ___0_lhs;
|
|
float L_61 = L_60.___z_2;
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_62 = ___1_rhs;
|
|
float L_63 = L_62.___z_2;
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_64;
|
|
memset((&L_64), 0, sizeof(L_64));
|
|
Quaternion__ctor_m868FD60AA65DD5A8AC0C5DEB0608381A8D85FCD8_inline((&L_64), ((float)il2cpp_codegen_subtract(((float)il2cpp_codegen_add(((float)il2cpp_codegen_add(((float)il2cpp_codegen_multiply(L_1, L_3)), ((float)il2cpp_codegen_multiply(L_5, L_7)))), ((float)il2cpp_codegen_multiply(L_9, L_11)))), ((float)il2cpp_codegen_multiply(L_13, L_15)))), ((float)il2cpp_codegen_subtract(((float)il2cpp_codegen_add(((float)il2cpp_codegen_add(((float)il2cpp_codegen_multiply(L_17, L_19)), ((float)il2cpp_codegen_multiply(L_21, L_23)))), ((float)il2cpp_codegen_multiply(L_25, L_27)))), ((float)il2cpp_codegen_multiply(L_29, L_31)))), ((float)il2cpp_codegen_subtract(((float)il2cpp_codegen_add(((float)il2cpp_codegen_add(((float)il2cpp_codegen_multiply(L_33, L_35)), ((float)il2cpp_codegen_multiply(L_37, L_39)))), ((float)il2cpp_codegen_multiply(L_41, L_43)))), ((float)il2cpp_codegen_multiply(L_45, L_47)))), ((float)il2cpp_codegen_subtract(((float)il2cpp_codegen_subtract(((float)il2cpp_codegen_subtract(((float)il2cpp_codegen_multiply(L_49, L_51)), ((float)il2cpp_codegen_multiply(L_53, L_55)))), ((float)il2cpp_codegen_multiply(L_57, L_59)))), ((float)il2cpp_codegen_multiply(L_61, L_63)))), /*hidden argument*/NULL);
|
|
V_0 = L_64;
|
|
goto IL_00e5;
|
|
}
|
|
|
|
IL_00e5:
|
|
{
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_65 = V_0;
|
|
return L_65;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void NpcCombatAbstract_set_IsAggressiveMode_m5CFA0B68FAF1446E909C34A66A500723BF90B96C_inline (NpcCombatAbstract_tA3FA66343610D8028B3042C9DB03E8606B9081AC* __this, bool ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// set => isAggressiveMode = value;
|
|
bool L_0 = ___0_value;
|
|
__this->___isAggressiveMode_4 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool NpcCombatAbstract_get_IsAggressiveMode_m62559041AB15A7AEA75CB262F1427C0C4FB4AFAA_inline (NpcCombatAbstract_tA3FA66343610D8028B3042C9DB03E8606B9081AC* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// get => isAggressiveMode;
|
|
bool L_0 = __this->___isAggressiveMode_4;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Mathf_Clamp_mEB9AEA827D27D20FCC787F7375156AF46BB12BBF_inline (float ___0_value, float ___1_min, float ___2_max, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
bool V_1 = false;
|
|
float V_2 = 0.0f;
|
|
{
|
|
float L_0 = ___0_value;
|
|
float L_1 = ___1_min;
|
|
V_0 = (bool)((((float)L_0) < ((float)L_1))? 1 : 0);
|
|
bool L_2 = V_0;
|
|
if (!L_2)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
float L_3 = ___1_min;
|
|
___0_value = L_3;
|
|
goto IL_0019;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
float L_4 = ___0_value;
|
|
float L_5 = ___2_max;
|
|
V_1 = (bool)((((float)L_4) > ((float)L_5))? 1 : 0);
|
|
bool L_6 = V_1;
|
|
if (!L_6)
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
float L_7 = ___2_max;
|
|
___0_value = L_7;
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
float L_8 = ___0_value;
|
|
V_2 = L_8;
|
|
goto IL_001d;
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
float L_9 = V_2;
|
|
return L_9;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR HVRAmmo_t994932DC6B6353DE34CF1B4F4F43968BCDDA2150* HVRGunBase_get_Ammo_m3AF0957A803CEF6BFDD8837573694C45BDD07714_inline (HVRGunBase_t38023244180FDB31FB991F0878A57531605E2A6D* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public HVRAmmo Ammo { get; set; }
|
|
HVRAmmo_t994932DC6B6353DE34CF1B4F4F43968BCDDA2150* L_0 = __this->___U3CAmmoU3Ek__BackingField_58;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Vector3_op_Inequality_m9F170CDFBF1E490E559DA5D06D6547501A402BBF_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_lhs, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___1_rhs, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_0 = ___0_lhs;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_1 = ___1_rhs;
|
|
bool L_2;
|
|
L_2 = Vector3_op_Equality_mCDCBB8D2EDC3D3BF20F31A25ACB34705D352B479_inline(L_0, L_1, NULL);
|
|
V_0 = (bool)((((int32_t)L_2) == ((int32_t)0))? 1 : 0);
|
|
goto IL_000e;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
bool L_3 = V_0;
|
|
return L_3;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ActionTask_t6B5C6B67D00E7AF678FAEDC91859B778C24A8E1E* TunnelAction_get_actionTask_m41A0D7B5F721E71670FA59800E78F9BCB6482A46_inline (TunnelAction_tDE6FCE93D9C044878822081C988C5E4024F23E46* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// get => _action;
|
|
ActionTask_t6B5C6B67D00E7AF678FAEDC91859B778C24A8E1E* L_0 = __this->____action_17;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void TunnelAction_set_actionTask_m5E03971A56B62F12D84BDA27804F96589EFC027F_inline (TunnelAction_tDE6FCE93D9C044878822081C988C5E4024F23E46* __this, ActionTask_t6B5C6B67D00E7AF678FAEDC91859B778C24A8E1E* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// set => _action = (ActionTask)value;
|
|
ActionTask_t6B5C6B67D00E7AF678FAEDC91859B778C24A8E1E* L_0 = ___0_value;
|
|
__this->____action_17 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->____action_17), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Vector2_op_Multiply_m2D984B613020089BF5165BA4CA10988E2DC771FE_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___0_a, float ___1_d, const RuntimeMethod* method)
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_0 = ___0_a;
|
|
float L_1 = L_0.___x_0;
|
|
float L_2 = ___1_d;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_3 = ___0_a;
|
|
float L_4 = L_3.___y_1;
|
|
float L_5 = ___1_d;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_6;
|
|
memset((&L_6), 0, sizeof(L_6));
|
|
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_6), ((float)il2cpp_codegen_multiply(L_1, L_2)), ((float)il2cpp_codegen_multiply(L_4, L_5)), /*hidden argument*/NULL);
|
|
V_0 = L_6;
|
|
goto IL_0019;
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_7 = V_0;
|
|
return L_7;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Vector2_get_magnitude_m5C59B4056420AEFDB291AD0914A3F675330A75CE_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* __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;
|
|
}
|
|
float V_0 = 0.0f;
|
|
{
|
|
float L_0 = __this->___x_0;
|
|
float L_1 = __this->___x_0;
|
|
float L_2 = __this->___y_1;
|
|
float L_3 = __this->___y_1;
|
|
il2cpp_codegen_runtime_class_init_inline(Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
|
|
double L_4;
|
|
L_4 = sqrt(((double)((float)il2cpp_codegen_add(((float)il2cpp_codegen_multiply(L_0, L_1)), ((float)il2cpp_codegen_multiply(L_2, L_3))))));
|
|
V_0 = ((float)L_4);
|
|
goto IL_0026;
|
|
}
|
|
|
|
IL_0026:
|
|
{
|
|
float L_5 = V_0;
|
|
return L_5;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Keyboard_t015BD1A6508137D20B4395295F6E002773FAAF43* Keyboard_get_current_mDE773B54C9975CEFEAA469AD091C49E150A3FEC3_inline (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Keyboard_t015BD1A6508137D20B4395295F6E002773FAAF43_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public static Keyboard current { get; private set; }
|
|
Keyboard_t015BD1A6508137D20B4395295F6E002773FAAF43* L_0 = ((Keyboard_t015BD1A6508137D20B4395295F6E002773FAAF43_StaticFields*)il2cpp_codegen_static_fields_for(Keyboard_t015BD1A6508137D20B4395295F6E002773FAAF43_il2cpp_TypeInfo_var))->___U3CcurrentU3Ek__BackingField_50;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Gamepad_tA8C0E40B4F0828615C6C6E1A69AAEBE5AA643A4C* Gamepad_get_current_mAC9BE72710676EA54E760FFBA15404A81D7DEEB6_inline (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Gamepad_tA8C0E40B4F0828615C6C6E1A69AAEBE5AA643A4C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public static Gamepad current { get; private set; }
|
|
Gamepad_tA8C0E40B4F0828615C6C6E1A69AAEBE5AA643A4C* L_0 = ((Gamepad_tA8C0E40B4F0828615C6C6E1A69AAEBE5AA643A4C_StaticFields*)il2cpp_codegen_static_fields_for(Gamepad_tA8C0E40B4F0828615C6C6E1A69AAEBE5AA643A4C_il2cpp_TypeInfo_var))->___U3CcurrentU3Ek__BackingField_59;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Mouse_t9A9CC4636FA9CDBAD7FB7A02DB0D6395EDCC338F* Mouse_get_current_m410C1F9ABC5AA77353574E8815F7E63289707986_inline (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Mouse_t9A9CC4636FA9CDBAD7FB7A02DB0D6395EDCC338F_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public new static Mouse current { get; private set; }
|
|
Mouse_t9A9CC4636FA9CDBAD7FB7A02DB0D6395EDCC338F* L_0 = ((Mouse_t9A9CC4636FA9CDBAD7FB7A02DB0D6395EDCC338F_StaticFields*)il2cpp_codegen_static_fields_for(Mouse_t9A9CC4636FA9CDBAD7FB7A02DB0D6395EDCC338F_il2cpp_TypeInfo_var))->___U3CcurrentU3Ek__BackingField_58;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* Mouse_get_rightButton_mFA0FD700624C0DE1B858F9516426414767F09D98_inline (Mouse_t9A9CC4636FA9CDBAD7FB7A02DB0D6395EDCC338F* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public ButtonControl rightButton { get; protected set; }
|
|
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = __this->___U3CrightButtonU3Ek__BackingField_54;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR StickControl_t2608D1388A5015029123635B4B589AC7EE20C50B* Gamepad_get_rightStick_mC2074BA9B40116C6BAA3263B32E463DD23918714_inline (Gamepad_tA8C0E40B4F0828615C6C6E1A69AAEBE5AA643A4C* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public StickControl rightStick { get; protected set; }
|
|
StickControl_t2608D1388A5015029123635B4B589AC7EE20C50B* L_0 = __this->___U3CrightStickU3Ek__BackingField_56;
|
|
return L_0;
|
|
}
|
|
}
|
|
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 List_1_t58F89DEDCD7DABB0CFB009AAD9C0CFE061592252* HVRGrabbable_get_Colliders_m9FAECB873DAB546F07C20FA1F9B358B827E8BE56_inline (HVRGrabbable_tC5E7380624392C1F4EB5BEA99BF9C187D151C0DE* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public List<Collider> Colliders { get; private set; } = new List<Collider>();
|
|
List_1_t58F89DEDCD7DABB0CFB009AAD9C0CFE061592252* L_0 = __this->___U3CCollidersU3Ek__BackingField_81;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DemoCodeGrabbing_set_Grabber_m581F72DD78C4C851E89CE9F1A54B8FD1267F2DA2_inline (DemoCodeGrabbing_t46EA9C851EC8245D4E49E0C4554C2F8D29EBDA64* __this, HVRHandGrabber_t9CB7C31300D3D84C4E564C643D0BF501EBB16B90* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public HVRHandGrabber Grabber { get; set; }
|
|
HVRHandGrabber_t9CB7C31300D3D84C4E564C643D0BF501EBB16B90* L_0 = ___0_value;
|
|
__this->___U3CGrabberU3Ek__BackingField_4 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CGrabberU3Ek__BackingField_4), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR HVRHandGrabber_t9CB7C31300D3D84C4E564C643D0BF501EBB16B90* DemoCodeGrabbing_get_Grabber_mCE609B4588CEFD6499A88FACA739510214C45115_inline (DemoCodeGrabbing_t46EA9C851EC8245D4E49E0C4554C2F8D29EBDA64* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public HVRHandGrabber Grabber { get; set; }
|
|
HVRHandGrabber_t9CB7C31300D3D84C4E564C643D0BF501EBB16B90* L_0 = __this->___U3CGrabberU3Ek__BackingField_4;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR HVRGrabbable_tC5E7380624392C1F4EB5BEA99BF9C187D151C0DE* HVRGrabberBase_get_GrabbedTarget_mFDB57924F7548AC8F61E68367260AE10AC4360C8_inline (HVRGrabberBase_tBEE8D8D0A2D3CBC0BB8DDA86DAB5B34CF3A4CEF6* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// get => _grabbedTarget;
|
|
HVRGrabbable_tC5E7380624392C1F4EB5BEA99BF9C187D151C0DE* L_0 = __this->____grabbedTarget_25;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool HVRGrabberBase_get_IsGrabbing_mD75101D8BCF25BFF7DC3B3F0B99458621AEA76D1_inline (HVRGrabberBase_tBEE8D8D0A2D3CBC0BB8DDA86DAB5B34CF3A4CEF6* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public bool IsGrabbing { get; private set; }
|
|
bool L_0 = __this->___U3CIsGrabbingU3Ek__BackingField_15;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 Quaternion_Euler_m5BCCC19216CFAD2426F15BC51A30421880D27B73_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_euler, const RuntimeMethod* method)
|
|
{
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_0 = ___0_euler;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_1;
|
|
L_1 = Vector3_op_Multiply_m87BA7C578F96C8E49BB07088DAAC4649F83B0353_inline(L_0, (0.0174532924f), NULL);
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_2;
|
|
L_2 = Quaternion_Internal_FromEulerRad_m66D4475341F53949471E6870FB5C5E4A5E9BA93E(L_1, NULL);
|
|
V_0 = L_2;
|
|
goto IL_0014;
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_3 = V_0;
|
|
return L_3;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float HVRRotationTracker_get_Angle_m1D919D4DEF1339D92F6907FE246C8990C7444AD0_inline (HVRRotationTracker_tF6E4B67021F9D4DDF5D3C949CDA8DD2B8B24B067* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public float Angle { get; private set; }
|
|
float L_0 = __this->___U3CAngleU3Ek__BackingField_19;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ResetState_set_Scale_mFB3593A7EABD55C5324569C5C2A902E13B32CFD4_inline (ResetState_tAFBAB543240EB46509B0E797F634967E31055A9C* __this, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public Vector3 Scale { get; set; }
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_0 = ___0_value;
|
|
__this->___U3CScaleU3Ek__BackingField_4 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ResetState_get_Scale_m7197835938A1846CB38BC5F2E81F51CEC5B82847_inline (ResetState_tAFBAB543240EB46509B0E797F634967E31055A9C* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public Vector3 Scale { get; set; }
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_0 = __this->___U3CScaleU3Ek__BackingField_4;
|
|
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 Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Quaternion_get_eulerAngles_m2DB5158B5C3A71FD60FC8A6EE43D3AAA1CFED122_inline (Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974* __this, const RuntimeMethod* method)
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_0 = (*(Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974*)__this);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_1;
|
|
L_1 = Quaternion_Internal_ToEulerRad_m5BD0EEC543120C320DC77FCCDFD2CE2E6BD3F1A8(L_0, NULL);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_2;
|
|
L_2 = Vector3_op_Multiply_m87BA7C578F96C8E49BB07088DAAC4649F83B0353_inline(L_1, (57.2957802f), NULL);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_3;
|
|
L_3 = Quaternion_Internal_MakePositive_m73E2D01920CB0DFE661A55022C129E8617F0C9A8(L_2, NULL);
|
|
V_0 = L_3;
|
|
goto IL_001e;
|
|
}
|
|
|
|
IL_001e:
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HVRGrabbable_set_CanBeGrabbed_mFBBB3A580517AF2FFE98469BF542624776E6DB52_inline (HVRGrabbable_tC5E7380624392C1F4EB5BEA99BF9C187D151C0DE* __this, bool ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public bool CanBeGrabbed { get; set; } = true;
|
|
bool L_0 = ___0_value;
|
|
__this->___U3CCanBeGrabbedU3Ek__BackingField_80 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DemoManualTeleport_set_Teleporter_mA1E248E8F552FB0D684491E246633CB446CA8170_inline (DemoManualTeleport_t894CA65F72D5C43AADAB63A8E4AEB4A2C543F9B1* __this, HVRTeleporter_t4FEDF3056BB66BE634DBCE3F3E6AD75C460F63B7* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public HVRTeleporter Teleporter { get; set; }
|
|
HVRTeleporter_t4FEDF3056BB66BE634DBCE3F3E6AD75C460F63B7* L_0 = ___0_value;
|
|
__this->___U3CTeleporterU3Ek__BackingField_6 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CTeleporterU3Ek__BackingField_6), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR HVRTeleporter_t4FEDF3056BB66BE634DBCE3F3E6AD75C460F63B7* DemoManualTeleport_get_Teleporter_m44158E0CD2821BD9ECAA179A993234BDC3DD31FA_inline (DemoManualTeleport_t894CA65F72D5C43AADAB63A8E4AEB4A2C543F9B1* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public HVRTeleporter Teleporter { get; set; }
|
|
HVRTeleporter_t4FEDF3056BB66BE634DBCE3F3E6AD75C460F63B7* L_0 = __this->___U3CTeleporterU3Ek__BackingField_6;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HVRGrabberBase_set_AllowHovering_m54544F6D19C71F8BF7213D1EA52C7FBA9D46B30D_inline (HVRGrabberBase_tBEE8D8D0A2D3CBC0BB8DDA86DAB5B34CF3A4CEF6* __this, bool ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public bool AllowHovering { get; set; }
|
|
bool L_0 = ___0_value;
|
|
__this->___U3CAllowHoveringU3Ek__BackingField_13 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR HVRSocketable_t0CCE2C7710A7C7F66EC05482831E56FB949A094F* HVRGrabbable_get_Socketable_mEA601564D88587F9F74134E84A7EBBCB97A367E9_inline (HVRGrabbable_tC5E7380624392C1F4EB5BEA99BF9C187D151C0DE* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public HVRSocketable Socketable { get; private set; }
|
|
HVRSocketable_t0CCE2C7710A7C7F66EC05482831E56FB949A094F* L_0 = __this->___U3CSocketableU3Ek__BackingField_90;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t DemoSafeDial_get_State_mEE79B1B788CEEC95CD248FBE8C9E4D8ED0848F02_inline (DemoSafeDial_tF6E48E30C762162DD0F1DD958CA9A22EA497D83E* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// get { return _state; }
|
|
int32_t L_0 = __this->____state_35;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Vector3_MoveTowards_m0363264647799F3173AC37F8E819F98298249B08_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_current, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___1_target, float ___2_maxDistanceDelta, 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;
|
|
}
|
|
float V_0 = 0.0f;
|
|
float V_1 = 0.0f;
|
|
float V_2 = 0.0f;
|
|
float V_3 = 0.0f;
|
|
float V_4 = 0.0f;
|
|
bool V_5 = false;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_6;
|
|
memset((&V_6), 0, sizeof(V_6));
|
|
int32_t G_B4_0 = 0;
|
|
int32_t G_B6_0 = 0;
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_0 = ___1_target;
|
|
float L_1 = L_0.___x_2;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_2 = ___0_current;
|
|
float L_3 = L_2.___x_2;
|
|
V_0 = ((float)il2cpp_codegen_subtract(L_1, L_3));
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_4 = ___1_target;
|
|
float L_5 = L_4.___y_3;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_6 = ___0_current;
|
|
float L_7 = L_6.___y_3;
|
|
V_1 = ((float)il2cpp_codegen_subtract(L_5, L_7));
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_8 = ___1_target;
|
|
float L_9 = L_8.___z_4;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_10 = ___0_current;
|
|
float L_11 = L_10.___z_4;
|
|
V_2 = ((float)il2cpp_codegen_subtract(L_9, L_11));
|
|
float L_12 = V_0;
|
|
float L_13 = V_0;
|
|
float L_14 = V_1;
|
|
float L_15 = V_1;
|
|
float L_16 = V_2;
|
|
float L_17 = V_2;
|
|
V_3 = ((float)il2cpp_codegen_add(((float)il2cpp_codegen_add(((float)il2cpp_codegen_multiply(L_12, L_13)), ((float)il2cpp_codegen_multiply(L_14, L_15)))), ((float)il2cpp_codegen_multiply(L_16, L_17))));
|
|
float L_18 = V_3;
|
|
if ((((float)L_18) == ((float)(0.0f))))
|
|
{
|
|
goto IL_0055;
|
|
}
|
|
}
|
|
{
|
|
float L_19 = ___2_maxDistanceDelta;
|
|
if ((!(((float)L_19) >= ((float)(0.0f)))))
|
|
{
|
|
goto IL_0052;
|
|
}
|
|
}
|
|
{
|
|
float L_20 = V_3;
|
|
float L_21 = ___2_maxDistanceDelta;
|
|
float L_22 = ___2_maxDistanceDelta;
|
|
G_B4_0 = ((((int32_t)((!(((float)L_20) <= ((float)((float)il2cpp_codegen_multiply(L_21, L_22)))))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
goto IL_0053;
|
|
}
|
|
|
|
IL_0052:
|
|
{
|
|
G_B4_0 = 0;
|
|
}
|
|
|
|
IL_0053:
|
|
{
|
|
G_B6_0 = G_B4_0;
|
|
goto IL_0056;
|
|
}
|
|
|
|
IL_0055:
|
|
{
|
|
G_B6_0 = 1;
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
V_5 = (bool)G_B6_0;
|
|
bool L_23 = V_5;
|
|
if (!L_23)
|
|
{
|
|
goto IL_0061;
|
|
}
|
|
}
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_24 = ___1_target;
|
|
V_6 = L_24;
|
|
goto IL_009b;
|
|
}
|
|
|
|
IL_0061:
|
|
{
|
|
float L_25 = V_3;
|
|
il2cpp_codegen_runtime_class_init_inline(Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
|
|
double L_26;
|
|
L_26 = sqrt(((double)L_25));
|
|
V_4 = ((float)L_26);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_27 = ___0_current;
|
|
float L_28 = L_27.___x_2;
|
|
float L_29 = V_0;
|
|
float L_30 = V_4;
|
|
float L_31 = ___2_maxDistanceDelta;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_32 = ___0_current;
|
|
float L_33 = L_32.___y_3;
|
|
float L_34 = V_1;
|
|
float L_35 = V_4;
|
|
float L_36 = ___2_maxDistanceDelta;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_37 = ___0_current;
|
|
float L_38 = L_37.___z_4;
|
|
float L_39 = V_2;
|
|
float L_40 = V_4;
|
|
float L_41 = ___2_maxDistanceDelta;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_42;
|
|
memset((&L_42), 0, sizeof(L_42));
|
|
Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&L_42), ((float)il2cpp_codegen_add(L_28, ((float)il2cpp_codegen_multiply(((float)(L_29/L_30)), L_31)))), ((float)il2cpp_codegen_add(L_33, ((float)il2cpp_codegen_multiply(((float)(L_34/L_35)), L_36)))), ((float)il2cpp_codegen_add(L_38, ((float)il2cpp_codegen_multiply(((float)(L_39/L_40)), L_41)))), /*hidden argument*/NULL);
|
|
V_6 = L_42;
|
|
goto IL_009b;
|
|
}
|
|
|
|
IL_009b:
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_43 = V_6;
|
|
return L_43;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR SliderEvent_t92A82EF6C62E15AF92B640FE2D960E877E8C6555* Slider_get_onValueChanged_m4DA3FD0F8D7BB838F442C07F7796EEE584D0D4F6_inline (Slider_t87EA570E3D6556CABF57456C2F3873FFD86E652F* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public SliderEvent onValueChanged { get { return m_OnValueChanged; } set { m_OnValueChanged = value; } }
|
|
SliderEvent_t92A82EF6C62E15AF92B640FE2D960E877E8C6555* L_0 = __this->___m_OnValueChanged_27;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m4407E4C389F22B8CEC282C15D56516658746C383_gshared_inline (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = (int32_t)__this->____size_2;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_gshared_inline (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, RuntimeObject* ___0_item, const RuntimeMethod* method)
|
|
{
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
{
|
|
int32_t L_0 = (int32_t)__this->____version_3;
|
|
__this->____version_3 = ((int32_t)il2cpp_codegen_add(L_0, 1));
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_1 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)__this->____items_1;
|
|
V_0 = L_1;
|
|
int32_t L_2 = (int32_t)__this->____size_2;
|
|
V_1 = L_2;
|
|
int32_t L_3 = V_1;
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* 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));
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_6 = V_0;
|
|
int32_t L_7 = V_1;
|
|
RuntimeObject* L_8 = ___0_item;
|
|
NullCheck(L_6);
|
|
(L_6)->SetAt(static_cast<il2cpp_array_size_t>(L_7), (RuntimeObject*)L_8);
|
|
return;
|
|
}
|
|
|
|
IL_0034:
|
|
{
|
|
RuntimeObject* L_9 = ___0_item;
|
|
(( void (*) (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D*, RuntimeObject*, const RuntimeMethod*))il2cpp_codegen_get_method_pointer(il2cpp_rgctx_method(method->klass->rgctx_data, 11)))(__this, L_9, il2cpp_rgctx_method(method->klass->rgctx_data, 11));
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Clear_m16C1F2C61FED5955F10EB36BC1CB2DF34B128994_gshared_inline (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
{
|
|
int32_t L_0 = (int32_t)__this->____version_3;
|
|
__this->____version_3 = ((int32_t)il2cpp_codegen_add(L_0, 1));
|
|
if (!true)
|
|
{
|
|
goto IL_0035;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_1 = (int32_t)__this->____size_2;
|
|
V_0 = L_1;
|
|
__this->____size_2 = 0;
|
|
int32_t L_2 = V_0;
|
|
if ((((int32_t)L_2) <= ((int32_t)0)))
|
|
{
|
|
goto IL_003c;
|
|
}
|
|
}
|
|
{
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_3 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)__this->____items_1;
|
|
int32_t L_4 = V_0;
|
|
Array_Clear_m50BAA3751899858B097D3FF2ED31F284703FE5CB((RuntimeArray*)L_3, 0, L_4, NULL);
|
|
return;
|
|
}
|
|
|
|
IL_0035:
|
|
{
|
|
__this->____size_2 = 0;
|
|
}
|
|
|
|
IL_003c:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* Enumerator_get_Current_m6330F15D18EE4F547C05DF9BF83C5EB710376027_gshared_inline (Enumerator_t9473BAB568A27E2339D48C1F91319E0F6D244D7A* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject* L_0 = (RuntimeObject*)__this->____current_3;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m545762F67009314D9C63DD209B42FFF950569B05_gshared_inline (List_1_t0D1C46FD8DDDE974D93CA4F3474EEC05AF950918* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = (int32_t)__this->____size_2;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m6B76086B0E863AB1D634FD03E30154F230070435_gshared_inline (Nullable_1_t9C51B084784B716FFF4ED4575C63CFD8A71A86FE* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = (bool)__this->___hasValue_0;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Nullable_1_GetValueOrDefault_mD88C565C80170105E87BB423C5B2F974840EF90F_gshared_inline (Nullable_1_t9C51B084784B716FFF4ED4575C63CFD8A71A86FE* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_0 = (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2)__this->___value_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m46EEFFA770BE665EA0CB3A5332E941DA4B3C1D37_gshared_inline (List_1_t77B94703E05C519A9010DD0614F757F974E1CD8B* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = (int32_t)__this->____size_2;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Add_mCF5C3C80A8C2B67B8CC625B2A23DCFE29DD19978_gshared_inline (List_1_t09DFE02BF4C8779C8BDDD183F6D70875BA75EDAE* __this, Vertex_t4AEF728B000B77221E3C152BC139F66940DE78E9 ___0_item, const RuntimeMethod* method)
|
|
{
|
|
VertexU5BU5D_t6719BBD27B36F9A8560C2148E33B4409BDC1B7F5* V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
{
|
|
int32_t L_0 = (int32_t)__this->____version_3;
|
|
__this->____version_3 = ((int32_t)il2cpp_codegen_add(L_0, 1));
|
|
VertexU5BU5D_t6719BBD27B36F9A8560C2148E33B4409BDC1B7F5* L_1 = (VertexU5BU5D_t6719BBD27B36F9A8560C2148E33B4409BDC1B7F5*)__this->____items_1;
|
|
V_0 = L_1;
|
|
int32_t L_2 = (int32_t)__this->____size_2;
|
|
V_1 = L_2;
|
|
int32_t L_3 = V_1;
|
|
VertexU5BU5D_t6719BBD27B36F9A8560C2148E33B4409BDC1B7F5* 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));
|
|
VertexU5BU5D_t6719BBD27B36F9A8560C2148E33B4409BDC1B7F5* L_6 = V_0;
|
|
int32_t L_7 = V_1;
|
|
Vertex_t4AEF728B000B77221E3C152BC139F66940DE78E9 L_8 = ___0_item;
|
|
NullCheck(L_6);
|
|
(L_6)->SetAt(static_cast<il2cpp_array_size_t>(L_7), (Vertex_t4AEF728B000B77221E3C152BC139F66940DE78E9)L_8);
|
|
return;
|
|
}
|
|
|
|
IL_0034:
|
|
{
|
|
Vertex_t4AEF728B000B77221E3C152BC139F66940DE78E9 L_9 = ___0_item;
|
|
(( void (*) (List_1_t09DFE02BF4C8779C8BDDD183F6D70875BA75EDAE*, Vertex_t4AEF728B000B77221E3C152BC139F66940DE78E9, const RuntimeMethod*))il2cpp_codegen_get_method_pointer(il2cpp_rgctx_method(method->klass->rgctx_data, 11)))(__this, L_9, il2cpp_rgctx_method(method->klass->rgctx_data, 11));
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Add_m0248A96C5334E9A93E6994B7780478BCD994EA3D_gshared_inline (List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73* __this, int32_t ___0_item, const RuntimeMethod* method)
|
|
{
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
{
|
|
int32_t L_0 = (int32_t)__this->____version_3;
|
|
__this->____version_3 = ((int32_t)il2cpp_codegen_add(L_0, 1));
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_1 = (Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*)__this->____items_1;
|
|
V_0 = L_1;
|
|
int32_t L_2 = (int32_t)__this->____size_2;
|
|
V_1 = L_2;
|
|
int32_t L_3 = V_1;
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* 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));
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_6 = V_0;
|
|
int32_t L_7 = V_1;
|
|
int32_t L_8 = ___0_item;
|
|
NullCheck(L_6);
|
|
(L_6)->SetAt(static_cast<il2cpp_array_size_t>(L_7), (int32_t)L_8);
|
|
return;
|
|
}
|
|
|
|
IL_0034:
|
|
{
|
|
int32_t L_9 = ___0_item;
|
|
(( void (*) (List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73*, int32_t, const RuntimeMethod*))il2cpp_codegen_get_method_pointer(il2cpp_rgctx_method(method->klass->rgctx_data, 11)))(__this, L_9, il2cpp_rgctx_method(method->klass->rgctx_data, 11));
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m17CD46BC04C826437B0CFBD17E01967F1AB4C9AD_gshared_inline (List_1_t09DFE02BF4C8779C8BDDD183F6D70875BA75EDAE* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = (int32_t)__this->____size_2;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_mF590592E32D421DE2C6E2F0D5C2F62FB14CCEFDF_gshared_inline (List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = (int32_t)__this->____size_2;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Vector3_Normalize_mEF8349CC39674236CFC694189AFD36E31F89AC8F_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_value, const RuntimeMethod* method)
|
|
{
|
|
float V_0 = 0.0f;
|
|
bool V_1 = false;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_0 = ___0_value;
|
|
float L_1;
|
|
L_1 = Vector3_Magnitude_m21652D951393A3D7CE92CE40049A0E7F76544D1B_inline(L_0, NULL);
|
|
V_0 = L_1;
|
|
float L_2 = V_0;
|
|
V_1 = (bool)((((float)L_2) > ((float)(9.99999975E-06f)))? 1 : 0);
|
|
bool L_3 = V_1;
|
|
if (!L_3)
|
|
{
|
|
goto IL_001e;
|
|
}
|
|
}
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_4 = ___0_value;
|
|
float L_5 = V_0;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_6;
|
|
L_6 = Vector3_op_Division_mCC6BB24E372AB96B8380D1678446EF6A8BAE13BB_inline(L_4, L_5, NULL);
|
|
V_2 = L_6;
|
|
goto IL_0026;
|
|
}
|
|
|
|
IL_001e:
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_7;
|
|
L_7 = Vector3_get_zero_m0C1249C3F25B1C70EAD3CC8B31259975A457AE39_inline(NULL);
|
|
V_2 = L_7;
|
|
goto IL_0026;
|
|
}
|
|
|
|
IL_0026:
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_8 = V_2;
|
|
return L_8;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Mathf_Max_mF5379E63D2BBAC76D090748695D833934F8AD051_inline (float ___0_a, float ___1_b, const RuntimeMethod* method)
|
|
{
|
|
float V_0 = 0.0f;
|
|
float G_B3_0 = 0.0f;
|
|
{
|
|
float L_0 = ___0_a;
|
|
float L_1 = ___1_b;
|
|
if ((((float)L_0) > ((float)L_1)))
|
|
{
|
|
goto IL_0008;
|
|
}
|
|
}
|
|
{
|
|
float L_2 = ___1_b;
|
|
G_B3_0 = L_2;
|
|
goto IL_0009;
|
|
}
|
|
|
|
IL_0008:
|
|
{
|
|
float L_3 = ___0_a;
|
|
G_B3_0 = L_3;
|
|
}
|
|
|
|
IL_0009:
|
|
{
|
|
V_0 = G_B3_0;
|
|
goto IL_000c;
|
|
}
|
|
|
|
IL_000c:
|
|
{
|
|
float L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Mathf_Min_m747CA71A9483CDB394B13BD0AD048EE17E48FFE4_inline (float ___0_a, float ___1_b, const RuntimeMethod* method)
|
|
{
|
|
float V_0 = 0.0f;
|
|
float G_B3_0 = 0.0f;
|
|
{
|
|
float L_0 = ___0_a;
|
|
float L_1 = ___1_b;
|
|
if ((((float)L_0) < ((float)L_1)))
|
|
{
|
|
goto IL_0008;
|
|
}
|
|
}
|
|
{
|
|
float L_2 = ___1_b;
|
|
G_B3_0 = L_2;
|
|
goto IL_0009;
|
|
}
|
|
|
|
IL_0008:
|
|
{
|
|
float L_3 = ___0_a;
|
|
G_B3_0 = L_3;
|
|
}
|
|
|
|
IL_0009:
|
|
{
|
|
V_0 = G_B3_0;
|
|
goto IL_000c;
|
|
}
|
|
|
|
IL_000c:
|
|
{
|
|
float L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Quaternion__ctor_m868FD60AA65DD5A8AC0C5DEB0608381A8D85FCD8_inline (Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974* __this, float ___0_x, float ___1_y, float ___2_z, float ___3_w, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
float L_0 = ___0_x;
|
|
__this->___x_0 = L_0;
|
|
float L_1 = ___1_y;
|
|
__this->___y_1 = L_1;
|
|
float L_2 = ___2_z;
|
|
__this->___z_2 = L_2;
|
|
float L_3 = ___3_w;
|
|
__this->___w_3 = L_3;
|
|
return;
|
|
}
|
|
}
|
|
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 float Vector3_Magnitude_m21652D951393A3D7CE92CE40049A0E7F76544D1B_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_vector, 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;
|
|
}
|
|
float V_0 = 0.0f;
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_0 = ___0_vector;
|
|
float L_1 = L_0.___x_2;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_2 = ___0_vector;
|
|
float L_3 = L_2.___x_2;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_4 = ___0_vector;
|
|
float L_5 = L_4.___y_3;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_6 = ___0_vector;
|
|
float L_7 = L_6.___y_3;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_8 = ___0_vector;
|
|
float L_9 = L_8.___z_4;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_10 = ___0_vector;
|
|
float L_11 = L_10.___z_4;
|
|
il2cpp_codegen_runtime_class_init_inline(Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
|
|
double L_12;
|
|
L_12 = sqrt(((double)((float)il2cpp_codegen_add(((float)il2cpp_codegen_add(((float)il2cpp_codegen_multiply(L_1, L_3)), ((float)il2cpp_codegen_multiply(L_5, L_7)))), ((float)il2cpp_codegen_multiply(L_9, L_11))))));
|
|
V_0 = ((float)L_12);
|
|
goto IL_0034;
|
|
}
|
|
|
|
IL_0034:
|
|
{
|
|
float L_13 = V_0;
|
|
return L_13;
|
|
}
|
|
}
|