ZeroVR/ZeroPacientVR/123_BackUpThisFolder_ButDon.../il2cppOutput/ParadoxNotion2.cpp

39928 lines
2.0 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>
struct VirtualFuncInvoker1
{
typedef R (*Func)(void*, T1, const RuntimeMethod*);
static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method);
}
};
template <typename R, typename T1, typename T2>
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);
}
};
template <typename T1, typename T2, typename T3>
struct GenericVirtualActionInvoker3
{
typedef void (*Action)(void*, T1, T2, T3, const RuntimeMethod*);
static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3)
{
VirtualInvokeData invokeData;
il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData);
((Action)invokeData.methodPtr)(obj, p1, p2, p3, 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 T1>
struct InterfaceActionInvoker1
{
typedef void (*Action)(void*, T1, const RuntimeMethod*);
static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
((Action)invokeData.methodPtr)(obj, p1, invokeData.method);
}
};
template <typename T1, typename T2, typename T3>
struct InterfaceActionInvoker3
{
typedef void (*Action)(void*, T1, T2, T3, const RuntimeMethod*);
static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2, T3 p3)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
((Action)invokeData.methodPtr)(obj, p1, p2, p3, 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>
struct InterfaceFuncInvoker1
{
typedef R (*Func)(void*, T1, const RuntimeMethod*);
static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method);
}
};
template <typename T1, typename T2, typename T3>
struct GenericInterfaceActionInvoker3
{
typedef void (*Action)(void*, T1, T2, T3, const RuntimeMethod*);
static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3)
{
VirtualInvokeData invokeData;
il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData);
((Action)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method);
}
};
template <typename T1, typename T2, typename T3, typename T4>
struct InvokerActionInvoker4;
template <typename T1, typename T2, typename T3, typename T4>
struct InvokerActionInvoker4<T1*, T2*, T3, T4*>
{
static inline void Invoke (Il2CppMethodPointer methodPtr, const RuntimeMethod* method, void* obj, T1* p1, T2* p2, T3 p3, T4* p4)
{
void* params[4] = { p1, p2, &p3, p4 };
method->invoker_method(methodPtr, method, obj, params, NULL);
}
};
template <typename T1, typename T2, typename T3, typename T4, typename T5>
struct InvokerActionInvoker5;
template <typename T1, typename T2, typename T3, typename T4, typename T5>
struct InvokerActionInvoker5<T1*, T2*, T3*, T4, T5*>
{
static inline void Invoke (Il2CppMethodPointer methodPtr, const RuntimeMethod* method, void* obj, T1* p1, T2* p2, T3* p3, T4 p4, T5* p5)
{
void* params[5] = { p1, p2, p3, &p4, p5 };
method->invoker_method(methodPtr, method, obj, params, NULL);
}
};
// System.Action`1<UnityEngine.AnimationCurve>
struct Action_1_tF9563AC47C87CCF2FEDDDB80F16C76DB99D6ABA2;
// System.Action`1<NodeCanvas.BehaviourTrees.BehaviourTree>
struct Action_1_t3FEFC2F19F3031238E1CB649FE22FBE6EC2C51D7;
// System.Action`1<System.Boolean>
struct Action_1_t10DCB0C07D0D3C565CEACADC80D1152B35A45F6C;
// System.Action`1<NodeCanvas.DialogueTrees.DialogueTree>
struct Action_1_t557315032B63D5326A1C491BEAC87A170078C76D;
// System.Action`1<NodeCanvas.StateMachines.FSM>
struct Action_1_t6B79FC20B924FDE6974A0167AC9D1F2D8FF61E3E;
// 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<System.Collections.IList>
struct Action_1_tA4D402C2406ABE94C72E13C825426DD4E8EC9E21;
// System.Action`1<NodeCanvas.StateMachines.IState>
struct Action_1_t5B50C36B08F25394122C22B42EAFB89D9B9EBF9B;
// System.Action`1<System.Int32>
struct Action_1_tD69A6DC9FBE94131E52F5A73B2A9D4AB51EEC404;
// System.Action`1<NodeCanvas.DialogueTrees.MultipleChoiceRequestInfo>
struct Action_1_t36856BC818471D0E8BAAFBDC88DB4073A1CC9029;
// 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<NodeCanvas.DialogueTrees.SubtitlesRequestInfo>
struct Action_1_t38E648476E4C11187C38181270AB6CC6F85B513C;
// System.Action`1<NodeCanvas.Framework.Variable>
struct Action_1_t924369B78685936188D9F308D270D4B74F46B374;
// System.Action`2<NodeCanvas.BehaviourTrees.BehaviourTree,NodeCanvas.Framework.Status>
struct Action_2_tD92E64C609E4D43CA2F9F8575F6427A4D699707C;
// System.Action`2<System.Object,System.Int32Enum>
struct Action_2_t9C4E97D0565650F0AEF7C72077EB8A0F9326E40B;
// System.Action`2<System.Object,System.Object>
struct Action_2_t156C43F079E7E68155FCDCD12DC77DD11AEF7E3C;
// System.Action`2<System.Object,ParadoxNotion.Serialization.FullSerializer.fsData>
struct Action_2_tBCF27E67455F82A86083269A473FFBC6EF95A085;
// System.Action`2<UnityEngine.RenderTexture,UnityEngine.RenderTexture>
struct Action_2_t614AB1C8EDBDCA4CEA2E8C48AFFF33F825433DB1;
// NodeCanvas.Framework.BBParameter`1<UnityEngine.AnimationCurve>
struct BBParameter_1_tCAC0C5F864E225E6286545A1DE9E85F36F9D9B1D;
// NodeCanvas.Framework.BBParameter`1<NodeCanvas.BehaviourTrees.BehaviourTree>
struct BBParameter_1_tD8B00AA271CA0F4F1EF7EE7EFD44C1B825886B72;
// NodeCanvas.Framework.BBParameter`1<NodeCanvas.DialogueTrees.DialogueTree>
struct BBParameter_1_t7D2CCDC664C363F46A8F00D1CAE56761A4DC3E60;
// NodeCanvas.Framework.BBParameter`1<NodeCanvas.StateMachines.FSM>
struct BBParameter_1_t81B71A846E64274644256769AC1CA3655E13C981;
// NodeCanvas.Framework.BBParameter`1<UnityEngine.GameObject>
struct BBParameter_1_t141FA8C6FBB05E814752BC9DCE9753E930DBDA6F;
// NodeCanvas.Framework.BBParameter`1<System.Collections.IList>
struct BBParameter_1_tD031BD030A44C0FD7F183E7203A4443A98153C09;
// NodeCanvas.Framework.BBParameter`1<System.Int32>
struct BBParameter_1_t0CED53FC373D2A18BE910895E6A74B0C7E89E10E;
// NodeCanvas.Framework.BBParameter`1<System.Object>
struct BBParameter_1_tB46669698C0BE7BD6EFB9A7BE9458183044389E3;
// NodeCanvas.Framework.BBParameter`1<System.Single>
struct BBParameter_1_tBF43B031C046DDE9CC5360F10411F13194CA4A9F;
// NodeCanvas.Framework.BBParameter`1<System.String>
struct BBParameter_1_t2E97E8688F814FF994B59AE3C63CE738054D8809;
// NodeCanvas.BehaviourTrees.BTNodeNested`1<NodeCanvas.BehaviourTrees.BehaviourTree>
struct BTNodeNested_1_tC9566D03C3C142FD242274BC83FDED94BE1A2BBF;
// NodeCanvas.BehaviourTrees.BTNodeNested`1<NodeCanvas.DialogueTrees.DialogueTree>
struct BTNodeNested_1_tA14414F0595B0DFD588A22B318C01BE322EF8A70;
// NodeCanvas.BehaviourTrees.BTNodeNested`1<NodeCanvas.StateMachines.FSM>
struct BTNodeNested_1_t7C9BA7FC9DE089C10172FFD8AC78465A504F163B;
// NodeCanvas.BehaviourTrees.BTNodeNested`1<System.Object>
struct BTNodeNested_1_t0CEABCD7D52C61C6942C0788F0EDFCF04123DEF7;
// NodeCanvas.DialogueTrees.DTNodeNested`1<NodeCanvas.DialogueTrees.DialogueTree>
struct DTNodeNested_1_t9EFC287E2CAE1125AE5BF0554A491DE6003F4849;
// NodeCanvas.DialogueTrees.DTNodeNested`1<System.Object>
struct DTNodeNested_1_tD3A1B9F370EDEAC49FCDEC4E636B09F6FF44E5BF;
// System.Collections.Generic.Dictionary`2<UnityEngine.UI.Button,System.Int32>
struct Dictionary_2_t7859C6FFE6937629581727659DC7F88C3161A03C;
// System.Collections.Generic.Dictionary`2<NodeCanvas.Framework.Connection,System.Collections.Generic.KeyValuePair`2<System.Int32,System.Int32>>
struct Dictionary_2_tD87BFBED927A7DF2C98934882FEE5B7219B27295;
// System.Collections.Generic.Dictionary`2<UnityEngine.GameObject,System.Collections.Generic.List`1<NodeCanvas.BehaviourTrees.Guard>>
struct Dictionary_2_tB3C786CA090FD0954D6165759D89FFC5747AABC5;
// System.Collections.Generic.Dictionary`2<NodeCanvas.Framework.Graph,NodeCanvas.Framework.Graph>
struct Dictionary_2_t53340DA94CD089F96CBE1DAF7C4D853B6AF205FA;
// System.Collections.Generic.Dictionary`2<NodeCanvas.DialogueTrees.IStatement,System.Int32>
struct Dictionary_2_t9C903FF799FD3813218B3B666A8C845E79808B92;
// System.Collections.Generic.Dictionary`2<System.Int32,System.Int32>
struct Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180;
// System.Collections.Generic.Dictionary`2<System.Int32,System.Threading.Tasks.Task>
struct Dictionary_2_t403063CE4960B4F46C688912237C6A27E550FF55;
// System.Collections.Generic.Dictionary`2<System.Object,System.Collections.Generic.KeyValuePair`2<System.Int32,System.Int32>>
struct Dictionary_2_tBDB12DBE4540BFF41108F74D0B16ACAD6B928A37;
// System.Collections.Generic.Dictionary`2<System.Object,System.Int32>
struct Dictionary_2_t5C96F4B6841710A9013966F76224BAE01FB4B4D1;
// System.Collections.Generic.Dictionary`2<System.Object,System.Object>
struct Dictionary_2_t14FE4A752A83D53771C584E4C8D14E01F2AFD7BA;
// System.Collections.Generic.Dictionary`2<System.String,NodeCanvas.DialogueTrees.IDialogueActor>
struct Dictionary_2_t397B2A6BB6C5ACB96903A3409E70037357BEDF79;
// System.Collections.Generic.Dictionary`2<System.String,System.String>
struct Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83;
// System.Collections.Generic.Dictionary`2<System.String,NodeCanvas.Framework.Variable>
struct Dictionary_2_tD3F950952CE25D0F85C802E5E8010086DF6EDE7C;
// ParadoxNotion.Services.EventRouter/EventDelegate`1<UnityEngine.EventSystems.AxisEventData>
struct EventDelegate_1_t9D47EFD73C7AAE4AF31A0169C509BD82147A2038;
// ParadoxNotion.Services.EventRouter/EventDelegate`1<UnityEngine.EventSystems.BaseEventData>
struct EventDelegate_1_tADEB0E3D25F34FE8A22D8FD3203F761C0DF4840B;
// ParadoxNotion.Services.EventRouter/EventDelegate`1<UnityEngine.Collider>
struct EventDelegate_1_t6F52CB20C27A00AD5B3EDA7C4FC6F5457CF62587;
// ParadoxNotion.Services.EventRouter/EventDelegate`1<UnityEngine.Collider2D>
struct EventDelegate_1_t0A3517F87DD0F8308E239D4FFEA727B41F2CEC55;
// ParadoxNotion.Services.EventRouter/EventDelegate`1<UnityEngine.Collision>
struct EventDelegate_1_tD29A63C52AB913AB044E80D0145C193680CB8AF1;
// ParadoxNotion.Services.EventRouter/EventDelegate`1<UnityEngine.Collision2D>
struct EventDelegate_1_t88F2B17388F778571525A3B4746C724130EFEF3E;
// ParadoxNotion.Services.EventRouter/EventDelegate`1<UnityEngine.ControllerColliderHit>
struct EventDelegate_1_t9267A446213AA1DAC898708EE85CEB3EBF95D9B4;
// ParadoxNotion.Services.EventRouter/EventDelegate`1<UnityEngine.GameObject>
struct EventDelegate_1_t5A4AFE96D0BA4815568B3734C38266933BB5AAD6;
// ParadoxNotion.Services.EventRouter/EventDelegate`1<System.Int32>
struct EventDelegate_1_t2A226EAE82D102AC6F450E338D16C4D1638857BD;
// ParadoxNotion.Services.EventRouter/EventDelegate`1<UnityEngine.EventSystems.PointerEventData>
struct EventDelegate_1_t3922DD8D8BB78D005C965CBE4940BDED836B29F3;
// System.Func`1<UnityEngine.AnimationCurve>
struct Func_1_t9806E6F443E772973B444391F2E1D243B2A5A3C1;
// System.Func`1<NodeCanvas.BehaviourTrees.BehaviourTree>
struct Func_1_tA2C811703BFEA73E3F27FD835046DFC3C1AE7ACF;
// System.Func`1<NodeCanvas.DialogueTrees.DialogueTree>
struct Func_1_tC8CDD30E85D031FA68D6E13A590F3297AE205917;
// System.Func`1<NodeCanvas.StateMachines.FSM>
struct Func_1_t7421F1C2F98A79D5734A53A218E67B5AEED1C202;
// System.Func`1<UnityEngine.GameObject>
struct Func_1_t2C71FBC561D6EB520D698CBC4D1FF81B6894C6D4;
// System.Func`1<System.Collections.IList>
struct Func_1_tC37BB1FEBBDB8A1C318C9E756020B90DEBF28E11;
// System.Func`1<System.Int32>
struct Func_1_tC288CCB64EFD1F5FD49C3F8DE91FE62905E44BCD;
// System.Func`1<System.Object>
struct Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4;
// System.Func`1<System.Single>
struct Func_1_t11C3830580201E0A3A3A2C76523B7905EF40BCF7;
// System.Func`1<System.String>
struct Func_1_t367387BB2C476D3F32DB12161B5FDC128DC3231C;
// System.Func`1<System.Threading.Tasks.Task/ContingentProperties>
struct Func_1_tD59A12717D79BFB403BF973694B1BE5B85474BD1;
// System.Func`2<NodeCanvas.Framework.BBParameter,System.Boolean>
struct Func_2_tC4190DCA2BF70E11FD778B412F6003C5572A3E4C;
// System.Func`2<NodeCanvas.Framework.Connection,System.Boolean>
struct Func_2_tB0B0849C03DD77E88F4026748F42333CEF0318B2;
// System.Func`2<NodeCanvas.Framework.Connection,NodeCanvas.Framework.Node>
struct Func_2_t969C40999EC4065F39859EB2E1B1CF16663EBC6F;
// System.Func`2<NodeCanvas.Framework.Connection,System.Single>
struct Func_2_tFA9A25A990F1A27B739D1E98198C704529EE576C;
// System.Func`2<NodeCanvas.Framework.Node,System.Boolean>
struct Func_2_tD3E7CDEEA1726BF1BD49AF012C291CE83DC4D942;
// System.Func`2<NodeCanvas.Framework.Node,System.Int32>
struct Func_2_t9687E0E3A714E9DED407CA9A58821E729782228E;
// System.Func`2<System.Object,System.Boolean>
struct Func_2_tE1F0D41563EE092E5E5540B061449FDE88F1DC00;
// System.Func`2<System.Object,System.Int32>
struct Func_2_t9A0D493A82DCC47C9C819A3B045E02D9B5DDCE1B;
// System.Func`2<System.Object,System.Object>
struct Func_2_tACBF5A1656250800CE861707354491F0611F6624;
// System.Func`2<System.Object,System.Single>
struct Func_2_tB5C40A90702B6A6A2E315FD927EEFC9FB69F2B12;
// System.Func`2<System.String,System.String>
struct Func_2_t85D1F7C2022B349817C22FC72C474CD33FFABE93;
// System.Func`2<NodeCanvas.DialogueTrees.DialogueTree/ActorParameter,System.String>
struct Func_2_tEA4C2DB33A12B1128471C985B9282DD537EA69CE;
// NodeCanvas.Framework.GraphOwner`1<NodeCanvas.BehaviourTrees.BehaviourTree>
struct GraphOwner_1_tED619ED704A45FE35458F8BA898E8ED33DD376E7;
// NodeCanvas.Framework.GraphOwner`1<NodeCanvas.DialogueTrees.DialogueTree>
struct GraphOwner_1_tC3FD007E0462CA9F92B939A792D7147C3774B073;
// NodeCanvas.Framework.GraphOwner`1<System.Object>
struct GraphOwner_1_t86DBA74285A156E783E65F8291A521FA1056646F;
// System.Collections.Generic.IEnumerable`1<NodeCanvas.Framework.BBParameter>
struct IEnumerable_1_tEFC2644B5EEE2EB4B30CA54F474C2E28CEF913E2;
// System.Collections.Generic.IEnumerable`1<NodeCanvas.Framework.Connection>
struct IEnumerable_1_t18A106F743736848FBEACB2E689A4A03F8968979;
// System.Collections.Generic.IEnumerable`1<NodeCanvas.Framework.Graph>
struct IEnumerable_1_t457FDEB8BE089FC72C6EFA5397B23950051729D5;
// System.Collections.Generic.IEnumerable`1<NodeCanvas.Framework.IGraphAssignable>
struct IEnumerable_1_tA9E07887F4DBAF052ECDC2EE362A1C77763151EF;
// System.Collections.Generic.IEnumerable`1<System.Int32>
struct IEnumerable_1_tCE758D940790D6D0D56B457E522C195F8C413AF2;
// System.Collections.Generic.IEnumerable`1<NodeCanvas.Framework.Node>
struct IEnumerable_1_t9DAFD9C4458BD4AB14B1D5F23E520DCF83201AF4;
// System.Collections.Generic.IEnumerable`1<System.Object>
struct IEnumerable_1_tF95C9E01A913DD50575531C8305932628663D9E9;
// System.Collections.Generic.IEnumerable`1<UnityEngine.Object>
struct IEnumerable_1_tDFE91FA569BD0F8AF243E1AB885C63ABE1F96024;
// System.Collections.Generic.IEnumerable`1<System.String>
struct IEnumerable_1_t349E66EC5F09B881A8E52EE40A1AB9EC60E08E44;
// System.Collections.Generic.IEnumerable`1<NodeCanvas.Framework.Task>
struct IEnumerable_1_t6A55CC4C05DB035C0D82C5B95F9DFE36A3F00EC0;
// System.Collections.Generic.IEqualityComparer`1<UnityEngine.UI.Button>
struct IEqualityComparer_1_tCC80856E11DFEDB41A962434110F4EB85529B43C;
// System.Collections.Generic.IEqualityComparer`1<NodeCanvas.Framework.Connection>
struct IEqualityComparer_1_tEE1819F62D9D7C5802143E7E6EB53919017ABCF1;
// System.Collections.Generic.IEqualityComparer`1<UnityEngine.GameObject>
struct IEqualityComparer_1_tFE667855A98BB6902B52DD03254BE42CC7CEB26E;
// System.Collections.Generic.IEqualityComparer`1<NodeCanvas.Framework.Graph>
struct IEqualityComparer_1_t91D6CD1DB61B26DFB591D52991144AEF6E165026;
// System.Collections.Generic.IEqualityComparer`1<NodeCanvas.DialogueTrees.IStatement>
struct IEqualityComparer_1_tF77973C748DE83C74DB8EE807AEA0C961C3A6FD4;
// System.Collections.Generic.IEqualityComparer`1<System.Int32>
struct IEqualityComparer_1_tDBFC8496F14612776AF930DBF84AFE7D06D1F0E9;
// System.Collections.Generic.IEqualityComparer`1<System.String>
struct IEqualityComparer_1_tAE94C8F24AD5B94D4EE85CA9FC59E3409D41CAF7;
// System.Linq.IOrderedEnumerable`1<NodeCanvas.Framework.Connection>
struct IOrderedEnumerable_1_t97A37B8BE7F9E3824156528A60B0C748497A3B5A;
// System.Linq.IOrderedEnumerable`1<NodeCanvas.Framework.Node>
struct IOrderedEnumerable_1_tB76B0A6D4DDCEBA0DFE8371BD41A98ED062C71FC;
// System.Linq.IOrderedEnumerable`1<System.Object>
struct IOrderedEnumerable_1_t0E680E8E1A4A676334F2A0C9A6F9B93135A65EAC;
// System.Collections.Generic.Dictionary`2/KeyCollection<UnityEngine.UI.Button,System.Int32>
struct KeyCollection_t0AB782D331BEBA13EEC6CF4E133259BC153B7BEF;
// System.Collections.Generic.Dictionary`2/KeyCollection<NodeCanvas.Framework.Connection,System.Collections.Generic.KeyValuePair`2<System.Int32,System.Int32>>
struct KeyCollection_t168DD7A075D5025E922239C27BD9DBF7A521B753;
// System.Collections.Generic.Dictionary`2/KeyCollection<UnityEngine.GameObject,System.Collections.Generic.List`1<NodeCanvas.BehaviourTrees.Guard>>
struct KeyCollection_tC6E680CBAED1DB860C0C4EC72F9FB1BC9D513A21;
// System.Collections.Generic.Dictionary`2/KeyCollection<NodeCanvas.Framework.Graph,NodeCanvas.Framework.Graph>
struct KeyCollection_tB6B20AA27D1FB7391FAE0D46ADAC547657C124FB;
// System.Collections.Generic.Dictionary`2/KeyCollection<NodeCanvas.DialogueTrees.IStatement,System.Int32>
struct KeyCollection_t1C241A10E5660F66958E773F189FE8265DABF02C;
// System.Collections.Generic.Dictionary`2/KeyCollection<System.Int32,System.Int32>
struct KeyCollection_t67E8423B5AEB30C254013AD88AB68D2A36F1F436;
// System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Int32>
struct KeyCollection_tEBE08B15420BC67BA2CCF00CB0FC401CEE1820A9;
// System.Collections.Generic.Dictionary`2/KeyCollection<System.String,NodeCanvas.DialogueTrees.IDialogueActor>
struct KeyCollection_t8FAD3683379CDCFE12CA4C67EF6BB01D9C054BBB;
// System.Collections.Generic.Dictionary`2/KeyCollection<System.String,System.String>
struct KeyCollection_t2EDD317F5771E575ACB63527B5AFB71291040342;
// System.Collections.Generic.Dictionary`2/KeyCollection<System.String,NodeCanvas.Framework.Variable>
struct KeyCollection_t7F4095E9826918E052C47C25B94566C170CE0C66;
// System.Collections.Generic.List`1<NodeCanvas.Framework.BBParameter`1<System.Single>>
struct List_1_t6E1C3C361234D5B22FE1A015A8E75DBBA982A1D5;
// System.Collections.Generic.List`1<UnityEngine.AudioClip>
struct List_1_t33C1B21871505CF0516B63C148CD83EDA452BB5F;
// System.Collections.Generic.List`1<NodeCanvas.Framework.Internal.BBMappingParameter>
struct List_1_t624B7FC2AE145EBF7BB7EE422EF3049A2BBD744B;
// System.Collections.Generic.List`1<NodeCanvas.Framework.BBParameter>
struct List_1_tAD83E1E173C28ABFECA64AA58E75072EF894EF92;
// System.Collections.Generic.List`1<NodeCanvas.Framework.CanvasGroup>
struct List_1_t5B06412E1CC59E5774C10EB7439C98F6C31449C3;
// System.Collections.Generic.List`1<UnityEngine.CanvasGroup>
struct List_1_t2CDCA768E7F493F5EDEBC75AEB200FD621354E35;
// System.Collections.Generic.List`1<NodeCanvas.Framework.ConditionTask>
struct List_1_t9C974E7FF2C20223569CABCD28DAA66B6319C9CC;
// System.Collections.Generic.List`1<NodeCanvas.Framework.Connection>
struct List_1_t619EB3258C7F1EBD15A485EA09888BE9FC87AC7E;
// System.Collections.Generic.List`1<ParadoxNotion.DynamicParameterDefinition>
struct List_1_tA21CFDD087613DE4CF05F410A95EED109BC339A1;
// 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.GlobalBlackboard>
struct List_1_t834A0038E4A157EF7C0EB4A770C2072E247003BD;
// System.Collections.Generic.List`1<NodeCanvas.Framework.Graph>
struct List_1_tAC3699D052F658AFF59ECF6AB1A90478603F6294;
// System.Collections.Generic.List`1<NodeCanvas.BehaviourTrees.Guard>
struct List_1_tE0AD586683900081A68CCBF7BA7E6060329CEE56;
// System.Collections.Generic.List`1<NodeCanvas.Framework.IUpdatable>
struct List_1_tF3D90B5476D6AE355DFB5599CB2B0E647E33BE9B;
// System.Collections.Generic.List`1<UnityEngine.UI.Image>
struct List_1_tE6BB71ABF15905EFA2BE92C38A2716547AEADB19;
// System.Collections.Generic.List`1<System.Int32>
struct List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73;
// System.Collections.Generic.List`1<NodeCanvas.Framework.Node>
struct List_1_t90487A8EA186417AA0A6F2B22B58D1BAE3334437;
// 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<System.String>
struct List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD;
// System.Collections.Generic.List`1<NodeCanvas.Framework.Task>
struct List_1_t2338E7E26462DEE44946C327D8DE6718C0BFFC4D;
// System.Collections.Generic.List`1<NodeCanvas.DialogueTrees.DialogueTree/ActorParameter>
struct List_1_tD59DA29B0CFD8466E4F297A1AD8D5E858A864A60;
// System.Collections.Generic.List`1<ParadoxNotion.HierarchyTree/Element>
struct List_1_tA5408B6288D83597FD896916E8EA6F202428E5DD;
// System.Collections.Generic.List`1<NodeCanvas.DialogueTrees.MultipleChoiceNode/Choice>
struct List_1_tD43971A5B1BF4D92C8F05B2C5EB0B80AF37DA600;
// System.Collections.Generic.List`1<NodeCanvas.BehaviourTrees.PrioritySelector/Consideration>
struct List_1_tF88264E0E4A394FD0A1775D90BE5E1D8AF1FC6A9;
// System.Collections.Generic.List`1<NodeCanvas.BehaviourTrees.PrioritySelector/Desire>
struct List_1_tCB242480CD0029CF04AE7D19D2797B6A0ED4F360;
// System.Collections.Generic.List`1<NodeCanvas.DialogueTrees.ProbabilitySelector/Option>
struct List_1_t74610F5EABE3A0AF78272B0C2F85BFEE1A4A05E3;
// NodeCanvas.Framework.NodeReference`1<NodeCanvas.DialogueTrees.DTNode>
struct NodeReference_1_tFB1922A30E87A573DC26C97626551331AE4509C0;
// NodeCanvas.Framework.NodeReference`1<System.Object>
struct NodeReference_1_tD649FC187AD57BB148C4C33B0A2549293A8BC248;
// System.Predicate`1<ParadoxNotion.DynamicParameterDefinition>
struct Predicate_1_tC4EA323DB361C3D3F3890DBFA5E25F356E61EF61;
// System.Predicate`1<NodeCanvas.Framework.Node>
struct Predicate_1_t617B25A55F49659B39281FEB4AC0B7A7A0B70DDA;
// System.Predicate`1<System.Object>
struct Predicate_1_t8342C85FF4E41CD1F7024AC0CDC3E5312A32CB12;
// System.Predicate`1<System.Threading.Tasks.Task>
struct Predicate_1_t7F48518B008C1472339EEEBABA3DE203FE1F26ED;
// System.Collections.Generic.Stack`1<NodeCanvas.StateMachines.FSMState>
struct Stack_1_t77765283CF069D0E344C7E7961480FC5734A2673;
// System.Collections.Generic.Stack`1<System.Object>
struct Stack_1_tAD790A47551563636908E21E4F08C54C0C323EB5;
// System.Collections.Generic.Stack`1<ParadoxNotion.HierarchyTree/Element>
struct Stack_1_t8CF49818C4814B468364DB7D1B751062E3A6191B;
// UnityEngine.UI.CoroutineTween.TweenRunner`1<UnityEngine.UI.CoroutineTween.ColorTween>
struct TweenRunner_1_t5BB0582F926E75E2FE795492679A6CF55A4B4BC4;
// System.Collections.Generic.Dictionary`2/ValueCollection<UnityEngine.UI.Button,System.Int32>
struct ValueCollection_t786694961AA2AD90B3D739B2CAB7E8DF5149CECE;
// System.Collections.Generic.Dictionary`2/ValueCollection<NodeCanvas.Framework.Connection,System.Collections.Generic.KeyValuePair`2<System.Int32,System.Int32>>
struct ValueCollection_t7F5BB63FD0054B9640A11CD0B4521DDC1706B72A;
// System.Collections.Generic.Dictionary`2/ValueCollection<UnityEngine.GameObject,System.Collections.Generic.List`1<NodeCanvas.BehaviourTrees.Guard>>
struct ValueCollection_t3DF7EF367E0635DDC4AFBEB277A67AFDB91245A9;
// System.Collections.Generic.Dictionary`2/ValueCollection<NodeCanvas.Framework.Graph,NodeCanvas.Framework.Graph>
struct ValueCollection_t92472E911F4576EC82C8BDBA86E6261CF5D65849;
// System.Collections.Generic.Dictionary`2/ValueCollection<NodeCanvas.DialogueTrees.IStatement,System.Int32>
struct ValueCollection_tF704C0D4A5547177303BA626A4DB7AAE5B0439EE;
// System.Collections.Generic.Dictionary`2/ValueCollection<System.Int32,System.Int32>
struct ValueCollection_t74AF7C1BAE06C66E984668F663D574ED6A596D28;
// System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Int32>
struct ValueCollection_tE4B5F81478422E33CBDE8650FC287DBA3AF04E86;
// System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Object>
struct ValueCollection_t038245E04B5D2A80048D9F8021A23E69A0C9DBAA;
// System.Collections.Generic.Dictionary`2/ValueCollection<System.String,NodeCanvas.DialogueTrees.IDialogueActor>
struct ValueCollection_t2164E009E1B0FFFA48BD4DB1AC57214B782EEA6A;
// System.Collections.Generic.Dictionary`2/ValueCollection<System.String,System.String>
struct ValueCollection_t238D0D2427C6B841A01F522A41540165A2C4AE76;
// System.Collections.Generic.Dictionary`2/ValueCollection<System.String,NodeCanvas.Framework.Variable>
struct ValueCollection_t00A1C875F366CE76A0A6966AC8956E9E7F011798;
// System.WeakReference`1<NodeCanvas.DialogueTrees.DTNode>
struct WeakReference_1_tF55E5BB41F3F2A75C015C3A2D55F37C5A3CB92E3;
// NodeCanvas.Framework.BBParameter`1<System.Single>[]
struct BBParameter_1U5BU5D_t81B0D8A3A168453E397CD861CE2FC2F1D849C044;
// System.Collections.Generic.Dictionary`2/Entry<UnityEngine.UI.Button,System.Int32>[]
struct EntryU5BU5D_t897E2F11783D2C16ADDE11EB085F64F9E8646F6D;
// System.Collections.Generic.Dictionary`2/Entry<NodeCanvas.Framework.Connection,System.Collections.Generic.KeyValuePair`2<System.Int32,System.Int32>>[]
struct EntryU5BU5D_tB00B471E7C4E4C86D8834B45804AAB07CF201B81;
// System.Collections.Generic.Dictionary`2/Entry<UnityEngine.GameObject,System.Collections.Generic.List`1<NodeCanvas.BehaviourTrees.Guard>>[]
struct EntryU5BU5D_tCEE762986AF2848B47C817CEEABB16198C2BAC66;
// System.Collections.Generic.Dictionary`2/Entry<NodeCanvas.Framework.Graph,NodeCanvas.Framework.Graph>[]
struct EntryU5BU5D_t360CD71AE0C509E38210218D79033194C4F8B5D7;
// System.Collections.Generic.Dictionary`2/Entry<NodeCanvas.DialogueTrees.IStatement,System.Int32>[]
struct EntryU5BU5D_tA100821118AF12F08277CEF1D5001B529DB954E6;
// System.Collections.Generic.Dictionary`2/Entry<System.Int32,System.Int32>[]
struct EntryU5BU5D_t197C691F43F1694B771BF83C278D12BBFEEB86FA;
// System.Collections.Generic.Dictionary`2/Entry<System.String,NodeCanvas.DialogueTrees.IDialogueActor>[]
struct EntryU5BU5D_t3791766F990DAF30630741F7DDC0BA71AE6D579D;
// System.Collections.Generic.Dictionary`2/Entry<System.String,System.String>[]
struct EntryU5BU5D_t1AF33AD0B7330843448956EC4277517081658AE7;
// System.Collections.Generic.Dictionary`2/Entry<System.String,NodeCanvas.Framework.Variable>[]
struct EntryU5BU5D_tFD65B12482D08F38C92ADFFB9CFFAC10CBAC2F91;
// UnityEngine.AudioClip[]
struct AudioClipU5BU5D_t916722468F7EDCFA833318C35CD7D41097D75D31;
// NodeCanvas.Framework.Internal.BBMappingParameter[]
struct BBMappingParameterU5BU5D_tF38AF50E437C333E5DCBCD3FB3B45D48DCC59F58;
// NodeCanvas.Framework.BBParameter[]
struct BBParameterU5BU5D_tB9590F74375A7B8AC820DC3E6D5E0C3A69BF4D0E;
// System.Boolean[]
struct BooleanU5BU5D_tD317D27C31DB892BE79FAE3AEBC0B3FFB73DE9B4;
// System.Byte[]
struct ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031;
// NodeCanvas.Framework.CanvasGroup[]
struct CanvasGroupU5BU5D_t0B320AC42D45D401BAEECFBA95AD29F81126C710;
// UnityEngine.CanvasRenderer[]
struct CanvasRendererU5BU5D_tAAF6CAAF608275E84ADC0A71526D37398F38F4C3;
// NodeCanvas.Framework.ConditionTask[]
struct ConditionTaskU5BU5D_tB7D486EE4B27268C492665955C5AF44C185AF311;
// NodeCanvas.Framework.Connection[]
struct ConnectionU5BU5D_t5D2C96F2326D52F4DF94410574A186770D62742D;
// System.Delegate[]
struct DelegateU5BU5D_tC5AB7E8F745616680F337909D3A8E6C722CDF771;
// ParadoxNotion.DynamicParameterDefinition[]
struct DynamicParameterDefinitionU5BU5D_tF8BB7CC9218FCCE52AD9FB9476EB4E763666CE15;
// NodeCanvas.Framework.ExposedParameter[]
struct ExposedParameterU5BU5D_tD15DD2E4DA60576E0AAF427D69AD4A33DE975719;
// UnityEngine.GameObject[]
struct GameObjectU5BU5D_tFF67550DFCE87096D7A3734EA15B75896B2722CF;
// NodeCanvas.Framework.Graph[]
struct GraphU5BU5D_t53C54396E48744CA4BADC9B4753E8A4F0B97EB5A;
// NodeCanvas.BehaviourTrees.Guard[]
struct GuardU5BU5D_t787D63A8DA7A5043AC263892D909B732287F0B97;
// NodeCanvas.StateMachines.IStateCallbackReceiver[]
struct IStateCallbackReceiverU5BU5D_t0EBEAE760A359481C3F60CFB3CDFC86A85951484;
// System.Int32[]
struct Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C;
// System.IntPtr[]
struct IntPtrU5BU5D_tFD177F8C806A6921AD7150264CCC62FA00CAD832;
// NodeCanvas.Framework.Node[]
struct NodeU5BU5D_t9ED98B145FDFEDFC80FCBDF86A3D7B4D21CB89A2;
// System.Object[]
struct ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918;
// UnityEngine.Object[]
struct ObjectU5BU5D_tD4BF1BEC72A31DF6611C0B8FA3112AF128FC3F8A;
// 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;
// NodeCanvas.Framework.Task[]
struct TaskU5BU5D_t2CF6FE533EEC7561997033A78B16B5227703E9A5;
// System.Type[]
struct TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB;
// UnityEngine.UIVertex[]
struct UIVertexU5BU5D_tBC532486B45D071A520751A90E819C77BA4E3D2F;
// UnityEngine.Vector2[]
struct Vector2U5BU5D_tFEBBC94BCC6C9C88277BA04047D2B3FDB6ED7FDA;
// UnityEngine.Vector3[]
struct Vector3U5BU5D_tFF1859CCE176131B909E2044F76443064254679C;
// ParadoxNotion.HierarchyTree/Element[]
struct ElementU5BU5D_t5F0E5E5A938EA3353DF1714DD5BF2ED79D2A667B;
// NodeCanvas.DialogueTrees.MultipleChoiceNode/Choice[]
struct ChoiceU5BU5D_tA84BE1F98C8CD73D4190C8475B9B1FED43EDF390;
// NodeCanvas.BehaviourTrees.PrioritySelector/Consideration[]
struct ConsiderationU5BU5D_t0917844AF7FA8461386823C02D41A95ACDB61BBD;
// NodeCanvas.BehaviourTrees.PrioritySelector/Desire[]
struct DesireU5BU5D_t9A08FE6DF5CDFFFA2745F5AC94D097980FB1D9CA;
// NodeCanvas.DialogueTrees.ProbabilitySelector/Option[]
struct OptionU5BU5D_t823CFF73A40A43453A552DA091DC29B7EE3E1A2F;
// System.Action
struct Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07;
// NodeCanvas.BehaviourTrees.ActionNode
struct ActionNode_tA858EA7644A26F48FAB1DEFD0F334B4215E1BA2B;
// NodeCanvas.DialogueTrees.ActionNode
struct ActionNode_t0FACE43AC34B62ABB244E5AC57C8225761F0C8DF;
// NodeCanvas.Framework.ActionTask
struct ActionTask_t6B5C6B67D00E7AF678FAEDC91859B778C24A8E1E;
// UnityEngine.AnimationCurve
struct AnimationCurve_tCBFFAAD05CEBB35EF8D8631BD99914BE1A6BB354;
// UnityEngine.UI.AnimationTriggers
struct AnimationTriggers_tA0DC06F89C5280C6DD972F6F4C8A56D7F4F79074;
// NodeCanvas.Framework.AssetBlackboard
struct AssetBlackboard_t06CBC3663FADCD3FD88ACC97074D46D94EC448BE;
// System.AsyncCallback
struct AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C;
// System.Attribute
struct Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA;
// UnityEngine.AudioClip
struct AudioClip_t5D272C4EB4F2D3ED49F1C346DEA373CF6D585F20;
// UnityEngine.AudioSource
struct AudioSource_t871AC2272F896738252F04EE949AEF5B241D3299;
// NodeCanvas.Framework.Internal.BBMappingParameter
struct BBMappingParameter_t271BF3D15F27980230AA7D18791AD2E533D6114A;
// NodeCanvas.Framework.Internal.BBObjectParameter
struct BBObjectParameter_tA102F2723AE6019732064DBB03A3EB936A906795;
// NodeCanvas.Framework.BBParameter
struct BBParameter_tD717AF8560E573DF3DA925034F257F669CDDBA60;
// NodeCanvas.BehaviourTrees.BTComposite
struct BTComposite_tD241F7AA32145DEDFDAF52FC23BB7DD42D5587A5;
// NodeCanvas.BehaviourTrees.BTConnection
struct BTConnection_t3F2601F627E3D539C09BE1E147615B59CE391438;
// NodeCanvas.BehaviourTrees.BTDecorator
struct BTDecorator_tCE7F6F404106D897568861CF92ECD5F20D5628DB;
// NodeCanvas.BehaviourTrees.BTNode
struct BTNode_t3FAAB6CF8FB7E4DD8001158EEF5E88FE5BB95DC2;
// NodeCanvas.BehaviourTrees.BehaviourTree
struct BehaviourTree_t6AF4016EBA17F68BDB7FA2350CDD23D7D3629562;
// NodeCanvas.BehaviourTrees.BehaviourTreeOwner
struct BehaviourTreeOwner_tDAB46C0E4C6E3CCE1C266D358A11D49EE00F9E12;
// NodeCanvas.BehaviourTrees.BinarySelector
struct BinarySelector_tB810BEECE8F42A5E93D4C7CEC1EA8DE6192124D8;
// System.Reflection.Binder
struct Binder_t91BFCE95A7057FADF4D8A1A342AFE52872246235;
// NodeCanvas.Framework.Blackboard
struct Blackboard_t05918ADC382730440A2993437411C8652EECCE4F;
// NodeCanvas.Framework.BlackboardOnlyAttribute
struct BlackboardOnlyAttribute_tD424390208F3C8E6FF35E76DB3B914A64E224FFD;
// NodeCanvas.Framework.Internal.BlackboardSource
struct BlackboardSource_tDF1C560E163F6F63BE89278B7312A32BF329C89E;
// UnityEngine.UI.Button
struct Button_t6786514A57F7AFDEE5431112FEA0CAB24F5AE098;
// UnityEngine.Canvas
struct Canvas_t2DB4CEFDFF732884866C83F11ABF75F5AE8FFB26;
// NodeCanvas.Framework.CanvasGroup
struct CanvasGroup_t7B22BC921E2A40954DB7158F6F05F048126F3B3E;
// UnityEngine.CanvasRenderer
struct CanvasRenderer_tAB9A55A976C4E3B2B37D0CE5616E5685A8B43860;
// UnityEngine.Component
struct Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3;
// NodeCanvas.BehaviourTrees.ConditionNode
struct ConditionNode_t9732E6C18B7489470130B6019296B22FE519BF17;
// NodeCanvas.DialogueTrees.ConditionNode
struct ConditionNode_t8B0CCC5B7F178FDC31EAB8138658256194DD91A9;
// NodeCanvas.Framework.ConditionTask
struct ConditionTask_t518F9B03584F4835F78D6DE297CE36AED500BEE8;
// NodeCanvas.BehaviourTrees.ConditionalEvaluator
struct ConditionalEvaluator_t065AB6841FCFAA2B5796BB14ED5D801E2DD004D5;
// NodeCanvas.Framework.Connection
struct Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D;
// System.Threading.ContextCallback
struct ContextCallback_tE8AFBDBFCC040FDA8DA8C1EEFE9BD66B16BDA007;
// UnityEngine.Coroutine
struct Coroutine_t85EA685566A254C23F3FD77AB5BDFFFF8799596B;
// NodeCanvas.DialogueTrees.DTConnection
struct DTConnection_t222C9A06C140F9017A819A4D17E2132F87A87443;
// NodeCanvas.DialogueTrees.DTNode
struct DTNode_tCB3ACB579829AE4DEE9F51B25EC31AA96A070FCB;
// System.Delegate
struct Delegate_t;
// System.DelegateData
struct DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E;
// ParadoxNotion.Design.DescriptionAttribute
struct DescriptionAttribute_tA36BC0FDBFFE79BC565383D33D6EBE3550B45F81;
// NodeCanvas.DialogueTrees.DialogueTree
struct DialogueTree_t2208AC38C45014AF5E0A41AD1E0DBB299BEB849D;
// NodeCanvas.DialogueTrees.DialogueTreeController
struct DialogueTreeController_t9200582D4B9DBA52D7609267A19658C32C222141;
// NodeCanvas.DialogueTrees.UI.Examples.DialogueUGUI
struct DialogueUGUI_t4C6218B4429FE06BE4FC8D201E691AA65A548A2F;
// NodeCanvas.Framework.DropReferenceType
struct DropReferenceType_tCBB40530135830DADFB85F78A9E05CEAC57306D7;
// ParadoxNotion.DynamicParameterDefinition
struct DynamicParameterDefinition_t9B2EC9C6FF90EECDCC32CAB983D88026746D5874;
// ParadoxNotion.Services.EventRouter
struct EventRouter_tFF11845F5CEB376625AA32F751511FA5918717F9;
// ParadoxNotion.Services.EventRouterAnimatorMove
struct EventRouterAnimatorMove_tCC97034D7B43B81378ECB246E21BC3280DFF04AF;
// System.Exception
struct Exception_t;
// ParadoxNotion.Design.ExecutionPriorityAttribute
struct ExecutionPriorityAttribute_t1C76BF496673F5EEC9DA870670F9889E1A22BA14;
// NodeCanvas.Framework.ExposedParameter
struct ExposedParameter_t5B067E3C3C960B6EE910BDA92DC673245CC41F33;
// NodeCanvas.StateMachines.FSM
struct FSM_t0ACFCEDF2EBA21CEAD375CC7F7774917D6C0A554;
// NodeCanvas.StateMachines.FSMState
struct FSMState_t700D561FB63FC84F46A3F87BB3345B42BC48C272;
// NodeCanvas.BehaviourTrees.Filter
struct Filter_tFFE042085ED35472D16F2F32CA12DBC682103612;
// NodeCanvas.DialogueTrees.FinishNode
struct FinishNode_tDBF36C3B2051C11CC9D6F08DCCFFAE9A22A1D45D;
// NodeCanvas.BehaviourTrees.FlipSelector
struct FlipSelector_t3673D2312F0CD717ECF3568D8208A7C5F292E830;
// UnityEngine.UI.FontData
struct FontData_tB8E562846C6CB59C43260F69AE346B9BF3157224;
// UnityEngine.GameObject
struct GameObject_t76FEDD663AB33C991A9C9A23129337651094216F;
// NodeCanvas.Framework.GlobalBlackboard
struct GlobalBlackboard_tAAED76CBEF71392A8E043172C9C60F67A3154125;
// NodeCanvas.DialogueTrees.GoToNode
struct GoToNode_tD0781B46196A2DDDBC64F627015B7C4F618C9387;
// NodeCanvas.Framework.Graph
struct Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032;
// NodeCanvas.Framework.GraphInfoAttribute
struct GraphInfoAttribute_t4E2C7E208DA5A744907329673E84515C10151C6B;
// NodeCanvas.Framework.GraphOwner
struct GraphOwner_t403B42955FE2A2C62A9578A7E1ED47FF1B39A37F;
// NodeCanvas.Framework.Internal.GraphSource
struct GraphSource_tDFC175F2BFB99D693583B1D52BB6857C73932914;
// UnityEngine.UI.Graphic
struct Graphic_tCBFCA4585A19E2B75465AECFEAC43F4016BF7931;
// NodeCanvas.BehaviourTrees.Guard
struct Guard_t9D53F7AA6BA4DD7390EA2CA1E095C062D6EFB7F4;
// System.IAsyncResult
struct IAsyncResult_t7B9B5A0ECB35DCEC31B8A8122C37D687369253B5;
// System.Runtime.CompilerServices.IAsyncStateMachine
struct IAsyncStateMachine_t0680C7F905C553076B552D5A1A6E39E2F0F36AA2;
// NodeCanvas.Framework.IBlackboard
struct IBlackboard_t5DD66755F75CEACCF1D3EC369782E2A07F1102ED;
// NodeCanvas.DialogueTrees.IDialogueActor
struct IDialogueActor_t54434BB176F4CD4F74D753CE2AF8233033D9F716;
// System.Collections.IDictionary
struct IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220;
// System.Collections.IEnumerable
struct IEnumerable_t6331596D5DD37C462B1B8D49CF6B319B00AB7131;
// System.Collections.IEnumerator
struct IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA;
// NodeCanvas.Framework.IGraphAssignable
struct IGraphAssignable_tD5C8ED4B20F921681A68BEDADDA70F7BD60ED9AE;
// NodeCanvas.Framework.IGraphElement
struct IGraphElement_t5F3857CCE5EFB70AF8F6E9D93F460970198F0CAF;
// System.Collections.IList
struct IList_t1C522956D79B7DC92B5B01053DF1AC058C8B598D;
// NodeCanvas.Framework.INodeReference
struct INodeReference_t1D52A4E38828C44036F7459ABEC72EBA6797E7B5;
// NodeCanvas.DialogueTrees.IStatement
struct IStatement_t772C8318C23730E016BAAA8AD4357576D2DC0F54;
// NodeCanvas.Framework.ITaskSystem
struct ITaskSystem_t5C954212C02BD88DCB75F567405E31FBE9F281B3;
// UnityEngine.UI.Image
struct Image_tBC1D03F63BF71132E9A5E472B8742F172A011E7E;
// NodeCanvas.BehaviourTrees.Interruptor
struct Interruptor_t0DCCA9D2F3F661051E8EDB5685692D3EE8B054A2;
// NodeCanvas.BehaviourTrees.Inverter
struct Inverter_t00B6D16199CB85706D5AAEF0B2F11F289BF1C192;
// UnityEngine.Events.InvokableCallList
struct InvokableCallList_t309E1C8C7CE885A0D2F98C84CEA77A8935688382;
// NodeCanvas.BehaviourTrees.Iterator
struct Iterator_t2C704A1863D6ADB6537610EB6BE9B513BA717E9C;
// NodeCanvas.DialogueTrees.Jumper
struct Jumper_t7B728A9FC4DAB99DD787A9B645837E06B9C6FDD6;
// UnityEngine.Material
struct Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3;
// System.Reflection.MemberFilter
struct MemberFilter_tF644F1AE82F611B677CE1964D5A3277DDA21D553;
// System.Reflection.MemberInfo
struct MemberInfo_t;
// NodeCanvas.BehaviourTrees.Merge
struct Merge_t92B69A5D57C62F5B461E8FB5196A26EA68F73F6C;
// UnityEngine.Mesh
struct Mesh_t6D9C539763A09BC2B12AEAEF36F6DFFC98AE63D4;
// System.Reflection.MethodInfo
struct MethodInfo_t;
// NodeCanvas.BehaviourTrees.Monitor
struct Monitor_t11D558C46EF48E9603E28C23284C9CE255D80D14;
// UnityEngine.MonoBehaviour
struct MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71;
// ParadoxNotion.Services.MonoManager
struct MonoManager_tE81CE532B3B4DBD56BB7E9CBDB64B8872B210675;
// NodeCanvas.DialogueTrees.MultipleChoiceNode
struct MultipleChoiceNode_t4D6F18CA0860AE3343A514EF3AE4B953C1399C25;
// NodeCanvas.DialogueTrees.MultipleChoiceRequestInfo
struct MultipleChoiceRequestInfo_t6345C3417C50A129FF51D0A36971E188D06B4180;
// NodeCanvas.DialogueTrees.MultipleConditionNode
struct MultipleConditionNode_t1EBD3BBFC85130E2997B7E935391826A492D3434;
// ParadoxNotion.Design.NameAttribute
struct NameAttribute_t34E4A5AC3A040FAE69B4567071E4BDA34ECB03AC;
// NodeCanvas.BehaviourTrees.NestedDT
struct NestedDT_t6995C76120096278DC3CC29279803241244E38A0;
// NodeCanvas.BehaviourTrees.NestedFSM
struct NestedFSM_t50AF1A4BB6E00FFDA25312E61F604E4B102C932F;
// NodeCanvas.Framework.Node
struct Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8;
// NodeCanvas.BehaviourTrees.NodeToggler
struct NodeToggler_t4462693A69F104731707C9134FD76A0A24157997;
// System.NotSupportedException
struct NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A;
// UnityEngine.Object
struct Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C;
// NodeCanvas.BehaviourTrees.Optional
struct Optional_tD40BFBA9D5181A4DF6C8DF9CE0F9D762C866749E;
// NodeCanvas.BehaviourTrees.Parallel
struct Parallel_tFF2E592C1B4CB7C36E820E10B87F13EDA0B1A2E6;
// UnityEngine.Events.PersistentCallGroup
struct PersistentCallGroup_tB826EDF15DC80F71BCBCD8E410FD959A04C33F25;
// NodeCanvas.BehaviourTrees.PrioritySelector
struct PrioritySelector_t31C0D23DDF9C81BAEF173D62B0D6060C0ADD21DB;
// NodeCanvas.BehaviourTrees.PrioritySelector_0
struct PrioritySelector_0_t46BE616595201E3FEF09D1384069184E600A13FF;
// NodeCanvas.BehaviourTrees.ProbabilitySelector
struct ProbabilitySelector_tE713EB864DE5C2D77CEFF6D07C6B3B10CD05AE6E;
// NodeCanvas.DialogueTrees.ProbabilitySelector
struct ProbabilitySelector_tE2E4F03C896D2B537F39DE0F49BF04733DEEC75E;
// NodeCanvas.DialogueTrees.ProxyDialogueActor
struct ProxyDialogueActor_t3D050E057A0BF626109A57858465E7C860BB5D06;
// UnityEngine.UI.RectMask2D
struct RectMask2D_tACF92BE999C791A665BD1ADEABF5BCEB82846670;
// UnityEngine.RectTransform
struct RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5;
// NodeCanvas.BehaviourTrees.Remapper
struct Remapper_t1028A2AAA5DDE1437E6E351516B148741A206C1A;
// NodeCanvas.BehaviourTrees.Repeater
struct Repeater_t4D6E907FBE9A4624D4AB3FF0DC54D63724A2620E;
// NodeCanvas.BehaviourTrees.RootSwitcher
struct RootSwitcher_t983FF445A2D5FCA1DA7C65DA2C604E8259DD51CC;
// System.Runtime.Serialization.SafeSerializationManager
struct SafeSerializationManager_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6;
// UnityEngine.ScriptableObject
struct ScriptableObject_tB3BFDB921A1B1795B38A5417D3B97A89A140436A;
// UnityEngine.UI.Selectable
struct Selectable_t3251808068A17B8E92FB33590A4C2FA66D456712;
// NodeCanvas.BehaviourTrees.Selector
struct Selector_t90EF44852D2EEA023A2DCBB2A1D2EAC214B77790;
// NodeCanvas.BehaviourTrees.Sequencer
struct Sequencer_t89C83CF41C958031BAB286C5F00E00F85E4565DC;
// ParadoxNotion.Serialization.SerializationPair
struct SerializationPair_tEEBA0A1C6CF5524A880536DE68383FA379AC8BF6;
// NodeCanvas.BehaviourTrees.Setter
struct Setter_tB136FB8BABECB086CB46B5C21EEF6C89C9C3B61D;
// NodeCanvas.Framework.SignalDefinition
struct SignalDefinition_t6B0BE8F0DBA3C25DDFD40F3E7C1F67AB67F18C58;
// UnityEngine.Sprite
struct Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99;
// System.Threading.Tasks.StackGuard
struct StackGuard_tACE063A1B7374BDF4AD472DE4585D05AD8745352;
// NodeCanvas.DialogueTrees.Statement
struct Statement_t6757EBA4322D6904926C2F6C6BA3586736638A77;
// NodeCanvas.DialogueTrees.StatementNode
struct StatementNode_t227C7427D857CBE8BC5AA5C36BFCB4FBC8497A3A;
// NodeCanvas.BehaviourTrees.StepIterator
struct StepIterator_t03CC7C55DCB3D800EF473B3F5698EEED52EFA217;
// System.String
struct String_t;
// NodeCanvas.DialogueTrees.SubDialogueTree
struct SubDialogueTree_tE9BE9A49B4CCDAD8215F9C011DF69F9E3E5AE735;
// NodeCanvas.BehaviourTrees.SubTree
struct SubTree_t2B413AC17A37BDCEB78C24D34BE9CE24305202DC;
// NodeCanvas.DialogueTrees.SubtitlesRequestInfo
struct SubtitlesRequestInfo_t41049B0554DE0A09F7EC7B4724FCE29A57DDF059;
// NodeCanvas.BehaviourTrees.Switch
struct Switch_tAE3F0AFF5E1BBCD279D974D1038D28025A8767D0;
// System.Threading.SynchronizationContext
struct SynchronizationContext_tCDB842BBE53B050802CBBB59C6E6DC45B5B06DC0;
// NodeCanvas.Framework.Task
struct Task_tF05C1B448C98EDD5D7E9E23660FCEAC40348A284;
// System.Threading.Tasks.Task
struct Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572;
// NodeCanvas.Framework.Internal.TaskAgentParameter
struct TaskAgentParameter_t6F02431C314168FE5698AD6A87B555310C2DBC4B;
// System.Threading.Tasks.TaskFactory
struct TaskFactory_tF781BD37BE23917412AD83424D1497C7C1509DF0;
// System.Threading.Tasks.TaskScheduler
struct TaskScheduler_t3F0550EBEF7C41F74EC8C08FF4BED0D8CE66006E;
// UnityEngine.UI.Text
struct Text_tD60B2346DAA6666BF0D822FF607F0B220C2B9E62;
// UnityEngine.TextGenerator
struct TextGenerator_t85D00417640A53953556C01F9D4E7DDE1ABD8FEC;
// UnityEngine.Texture2D
struct Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4;
// NodeCanvas.BehaviourTrees.Timeout
struct Timeout_tDFE6D9EB4E5E2E2906E1E1BEA07259C2D8428C7A;
// UnityEngine.Transform
struct Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1;
// System.Type
struct Type_t;
// UnityEngine.Events.UnityAction
struct UnityAction_t11A1F3B953B365C072A5DCC32677EE1796A962A7;
// UnityEngine.Events.UnityEvent
struct UnityEvent_tDC2C3548799DBC91D1E3F3DE60083A66F4751977;
// NodeCanvas.Framework.Variable
struct Variable_t60C01143D3B1491B2FFEB305052C327D03DDF4AA;
// UnityEngine.UI.VertexHelper
struct VertexHelper_tB905FCB02AE67CBEE5F265FE37A5938FC5D136FE;
// System.Void
struct Void_t4861ACF8F4594C3437BB48B6E56783494B843915;
// NodeCanvas.BehaviourTrees.WaitUntil
struct WaitUntil_tDF1DC02E80CC2ED3D624714BD1E13AD3EFC1F6C6;
// ParadoxNotion.Serialization.FullSerializer.fsData
struct fsData_t0D9C403CA222F8A5CB8A66578340497D65E47FF0;
// NodeCanvas.DialogueTrees.ActionNode/<UpdateAction>d__10
struct U3CUpdateActionU3Ed__10_t58D759E65FAEC1D6EF8968F628B117BCBF38F2BC;
// UnityEngine.AudioClip/PCMReaderCallback
struct PCMReaderCallback_t3396D9613664F0AFF65FB91018FD0F901CC16F1E;
// UnityEngine.AudioClip/PCMSetPositionCallback
struct PCMSetPositionCallback_t8D7135A2FB40647CAEC93F5254AD59E18DEB6072;
// NodeCanvas.BehaviourTrees.BehaviourTree/DerivedSerializationData
struct DerivedSerializationData_t63E848EBB6595E04C06376AC31B7E3DBE63A664B;
// UnityEngine.UI.Button/ButtonClickedEvent
struct ButtonClickedEvent_t8EA72E90B3BD1392FB3B3EF167D5121C23569E4C;
// NodeCanvas.DialogueTrees.DialogueTree/<>c
struct U3CU3Ec_tA4B06DBDF2A83021639CF2EFCDFA359942440699;
// NodeCanvas.DialogueTrees.DialogueTree/<>c__DisplayClass47_0
struct U3CU3Ec__DisplayClass47_0_t8A16EED69247DC6F786CCD49AA79C236374BDF38;
// NodeCanvas.DialogueTrees.DialogueTree/<>c__DisplayClass48_0
struct U3CU3Ec__DisplayClass48_0_t3E3748268522724C4BFA997CBEECCAE382638A49;
// NodeCanvas.DialogueTrees.DialogueTree/<>c__DisplayClass50_0
struct U3CU3Ec__DisplayClass50_0_tE256E0F1C4D57F87203529B25720ADBD7FC74B7F;
// NodeCanvas.DialogueTrees.DialogueTree/<>c__DisplayClass51_0
struct U3CU3Ec__DisplayClass51_0_t1CF0FF326BD2713D46B0DCDDFEFDFC3FD0AA3C2B;
// NodeCanvas.DialogueTrees.DialogueTree/<>c__DisplayClass52_0
struct U3CU3Ec__DisplayClass52_0_t2528D836B40F4F688738D37638BAA711FFBAD712;
// NodeCanvas.DialogueTrees.DialogueTree/ActorParameter
struct ActorParameter_t745744DE212B4E613AA3951A71B2338C23F06070;
// NodeCanvas.DialogueTrees.UI.Examples.DialogueUGUI/<>c__DisplayClass29_0
struct U3CU3Ec__DisplayClass29_0_tA26C5A9406B66649B1F14C6D22BFAF5E06792502;
// NodeCanvas.DialogueTrees.UI.Examples.DialogueUGUI/<>c__DisplayClass33_0
struct U3CU3Ec__DisplayClass33_0_tAA84FC0D1AC93BBBE8AF1EF59B36F4AC18742D67;
// NodeCanvas.DialogueTrees.UI.Examples.DialogueUGUI/<>c__DisplayClass33_1
struct U3CU3Ec__DisplayClass33_1_t1CD9B0D9930DC89E4F5443CBC6FEDCC998AE937C;
// NodeCanvas.DialogueTrees.UI.Examples.DialogueUGUI/<CheckInput>d__31
struct U3CCheckInputU3Ed__31_tB4E587FFFEFD91E0F2CE0DC4AFE9607C26CBA63A;
// NodeCanvas.DialogueTrees.UI.Examples.DialogueUGUI/<CountDown>d__34
struct U3CCountDownU3Ed__34_tC07C14B62A83FD440A70180E58A53F35AC19E7C3;
// NodeCanvas.DialogueTrees.UI.Examples.DialogueUGUI/<DelayPrint>d__32
struct U3CDelayPrintU3Ed__32_tB6B4CD55BB9F5836C38CFF9AC6D69BB4EC439AF9;
// NodeCanvas.DialogueTrees.UI.Examples.DialogueUGUI/<Internal_OnSubtitlesRequestInfo>d__29
struct U3CInternal_OnSubtitlesRequestInfoU3Ed__29_t7EF5E40D4011CEE1497015C86867A8CB940FDAA2;
// NodeCanvas.DialogueTrees.UI.Examples.DialogueUGUI/SubtitleDelays
struct SubtitleDelays_t77B1D49BE02D362170F222FF7F022241F0286AD5;
// ParadoxNotion.Services.EventRouter/CustomEventDelegate
struct CustomEventDelegate_tDCADC9123D2A1C92BF09539592EBC015A6F9F504;
// ParadoxNotion.Services.EventRouter/EventDelegate
struct EventDelegate_t2F154298F118D94C382C722CC4DE96A141BE661F;
// NodeCanvas.BehaviourTrees.Filter/<Cooldown>d__11
struct U3CCooldownU3Ed__11_t1E42D04B72AB3264033ACD9D091DA6D5FD1F173D;
// NodeCanvas.Framework.Graph/<>c
struct U3CU3Ec_tB79B6CA88AA31071491EC25DD1A17FD57FAA148F;
// NodeCanvas.Framework.Graph/<>c__DisplayClass155_0
struct U3CU3Ec__DisplayClass155_0_t19A2E35199D1C480877A09BF7E4109BCD469FFDE;
// NodeCanvas.Framework.Graph/<>c__DisplayClass156_0
struct U3CU3Ec__DisplayClass156_0_tF1D763BE4C51972A687C63D6BF6ED14A80682E6D;
// NodeCanvas.Framework.Graph/<>c__DisplayClass185_0
struct U3CU3Ec__DisplayClass185_0_tC22116BADA546CF32BB57A691C535061A1BF9806;
// NodeCanvas.Framework.Graph/<>c__DisplayClass202_0
struct U3CU3Ec__DisplayClass202_0_t594AC677C7AFEB1C4949A77503DA9CD7C148FEF3;
// NodeCanvas.Framework.Graph/<>c__DisplayClass205_0
struct U3CU3Ec__DisplayClass205_0_t10347BA08C14B3385B4F2B7656D5125A2DF32098;
// NodeCanvas.Framework.Graph/<>c__DisplayClass206_0
struct U3CU3Ec__DisplayClass206_0_t085B4A6928AC1787F49A73FD23EBF2938EB63A37;
// NodeCanvas.Framework.Graph/<>c__DisplayClass211_0
struct U3CU3Ec__DisplayClass211_0_tE7BCD680E06FE349AA2FBB1FEF736AC9C6D43775;
// NodeCanvas.Framework.Graph/<>c__DisplayClass214_0
struct U3CU3Ec__DisplayClass214_0_t9F0F42B648EEAE51628BEE31175C4982C2790732;
// ParadoxNotion.HierarchyTree/Element
struct Element_t3ABE015B81AFFE208F4314A4A588E9E7EFD63407;
// NodeCanvas.Framework.IGraphAssignableExtensions/<>c__DisplayClass1_0
struct U3CU3Ec__DisplayClass1_0_tDAD823F42A503730E2CDC74818B01BA9EAB3613F;
// UnityEngine.UI.MaskableGraphic/CullStateChangedEvent
struct CullStateChangedEvent_t6073CD0D951EC1256BF74B8F9107D68FC89B99B8;
// NodeCanvas.DialogueTrees.MultipleChoiceNode/<>c__DisplayClass9_0
struct U3CU3Ec__DisplayClass9_0_t4FCD21E0D35344B38665D4761BAF0130E8E3FFBB;
// NodeCanvas.DialogueTrees.MultipleChoiceNode/Choice
struct Choice_tF5944A2CC8BFEDCFDEA677F2389509623E635F76;
// NodeCanvas.Framework.Node/<>c__DisplayClass102_0
struct U3CU3Ec__DisplayClass102_0_t6F8B591FF4ECC4D577E48F75C78B168C984D5548;
// NodeCanvas.Framework.Node/<>c__DisplayClass107_0
struct U3CU3Ec__DisplayClass107_0_t968F5A084AD5BCC9F177B35B08210FE8A240AFFF;
// NodeCanvas.Framework.Node/<>c__DisplayClass108_0
struct U3CU3Ec__DisplayClass108_0_t4DEC1C6F4995ACC7914D8F485C89686E8E083401;
// NodeCanvas.Framework.Node/<YieldBreak>d__92
struct U3CYieldBreakU3Ed__92_t09981DFD3E5295264477CD9DD9F49B77DAF3ECA6;
// NodeCanvas.BehaviourTrees.PrioritySelector/Consideration
struct Consideration_t56F0F88BED35249A6491A5612F9F64D00CECD8DE;
// NodeCanvas.BehaviourTrees.PrioritySelector/Desire
struct Desire_t9BC760ADBFA7ABE86EB6268DD8BF4F270DAFE221;
// NodeCanvas.DialogueTrees.ProbabilitySelector/Option
struct Option_tD286B3F074EB773E35D37ED3CE39A38C1C267FDF;
// UnityEngine.RectTransform/ReapplyDrivenProperties
struct ReapplyDrivenProperties_t3482EA130A01FF7EE2EEFE37F66A5215D08CFE24;
// NodeCanvas.Framework.SignalDefinition/<>c__DisplayClass10_0
struct U3CU3Ec__DisplayClass10_0_tCFDA08404FEFAEEB929FBFE13419E534BA420BE2;
// NodeCanvas.Framework.SignalDefinition/InvokeArguments
struct InvokeArguments_tD6EAF2BA29D7D16ADE72398A72347303AF8DD954;
// NodeCanvas.DialogueTrees.Statement/<>c__DisplayClass16_0
struct U3CU3Ec__DisplayClass16_0_t367C7FBEAE22FCCE4FEBD8D80353A127E361D5EC;
// System.Threading.Tasks.Task/ContingentProperties
struct ContingentProperties_t3FA59480914505CEA917B1002EC675F29D0CB540;
IL2CPP_EXTERN_C RuntimeClass* ActionTask_t6B5C6B67D00E7AF678FAEDC91859B778C24A8E1E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Action_1_t06A7661594CD9F4E038116E861A689CB3A3C2DEC_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Action_1_t10DCB0C07D0D3C565CEACADC80D1152B35A45F6C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Action_1_t36856BC818471D0E8BAAFBDC88DB4073A1CC9029_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Action_1_t38E648476E4C11187C38181270AB6CC6F85B513C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Action_1_t557315032B63D5326A1C491BEAC87A170078C76D_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Action_1_t6F9EB113EB3F16226AEF811A2744F4111C116C87_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Action_1_t9D5B6373D6027B3BE7FF6B70A01B3CB38AAA3965_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Action_1_tD69A6DC9FBE94131E52F5A73B2A9D4AB51EEC404_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Action_2_tBCF27E67455F82A86083269A473FFBC6EF95A085_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Action_2_tD92E64C609E4D43CA2F9F8575F6427A4D699707C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* BBObjectParameter_tA102F2723AE6019732064DBB03A3EB936A906795_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* BBParameter_1_tBF43B031C046DDE9CC5360F10411F13194CA4A9F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* BBParameter_1_tCAC0C5F864E225E6286545A1DE9E85F36F9D9B1D_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* BBParameter_tD717AF8560E573DF3DA925034F257F669CDDBA60_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* BehaviourTree_t6AF4016EBA17F68BDB7FA2350CDD23D7D3629562_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* BlackboardSource_tDF1C560E163F6F63BE89278B7312A32BF329C89E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* BooleanU5BU5D_tD317D27C31DB892BE79FAE3AEBC0B3FFB73DE9B4_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ConditionTask_t518F9B03584F4835F78D6DE297CE36AED500BEE8_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Consideration_t56F0F88BED35249A6491A5612F9F64D00CECD8DE_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DerivedSerializationData_t63E848EBB6595E04C06376AC31B7E3DBE63A664B_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Desire_t9BC760ADBFA7ABE86EB6268DD8BF4F270DAFE221_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DialogueTree_t2208AC38C45014AF5E0A41AD1E0DBB299BEB849D_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_t53340DA94CD089F96CBE1DAF7C4D853B6AF205FA_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_t7859C6FFE6937629581727659DC7F88C3161A03C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_t9C903FF799FD3813218B3B666A8C845E79808B92_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_tB3C786CA090FD0954D6165759D89FFC5747AABC5_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_tD87BFBED927A7DF2C98934882FEE5B7219B27295_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DynamicParameterDefinition_t9B2EC9C6FF90EECDCC32CAB983D88026746D5874_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Element_t3ABE015B81AFFE208F4314A4A588E9E7EFD63407_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Exception_t_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ExposedParameter_t5B067E3C3C960B6EE910BDA92DC673245CC41F33_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Func_2_t85D1F7C2022B349817C22FC72C474CD33FFABE93_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Func_2_t9687E0E3A714E9DED407CA9A58821E729782228E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Func_2_t969C40999EC4065F39859EB2E1B1CF16663EBC6F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Func_2_tB0B0849C03DD77E88F4026748F42333CEF0318B2_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Func_2_tC4190DCA2BF70E11FD778B412F6003C5572A3E4C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Func_2_tD3E7CDEEA1726BF1BD49AF012C291CE83DC4D942_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Func_2_tFA9A25A990F1A27B739D1E98198C704529EE576C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* GlobalBlackboard_tAAED76CBEF71392A8E043172C9C60F67A3154125_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* GraphOwner_t403B42955FE2A2C62A9578A7E1ED47FF1B39A37F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* GraphSource_tDFC175F2BFB99D693583B1D52BB6857C73932914_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Guard_t9D53F7AA6BA4DD7390EA2CA1E095C062D6EFB7F4_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IBlackboard_t5DD66755F75CEACCF1D3EC369782E2A07F1102ED_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ICollection_t37E7B9DC5B4EF41D190D607F92835BF1171C0E8E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IDialogueActor_t54434BB176F4CD4F74D753CE2AF8233033D9F716_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IEnumerable_1_t457FDEB8BE089FC72C6EFA5397B23950051729D5_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IEnumerable_1_t6A55CC4C05DB035C0D82C5B95F9DFE36A3F00EC0_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IEnumerable_1_t9DAFD9C4458BD4AB14B1D5F23E520DCF83201AF4_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IEnumerable_1_tA9E07887F4DBAF052ECDC2EE362A1C77763151EF_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IEnumerable_1_tEFC2644B5EEE2EB4B30CA54F474C2E28CEF913E2_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IEnumerator_1_t1F4DAC7413714DCE273B737E40B592679CEED7D0_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IEnumerator_1_t43D6032B5F7FE90162777995EEBFAECF6F6C4AFC_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IEnumerator_1_t56E3417058963967E332588ADBFCD1285264A76A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IEnumerator_1_t919AADF81B6E32FC93905FD5F7E6500986A831EC_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IEnumerator_1_tCE15A850FC6A0A67F14327C78B149D6949E2F353_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IGraphAssignable_tD5C8ED4B20F921681A68BEDADDA70F7BD60ED9AE_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IGraphElement_t5F3857CCE5EFB70AF8F6E9D93F460970198F0CAF_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IList_t1C522956D79B7DC92B5B01053DF1AC058C8B598D_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IMissingRecoverable_tA8FEBB366BECE0584DC265F860C8BC21F8F3449C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IReflectedWrapper_tF1B077BF83B037AC5D97DDBB75AA3D1AFFBEEFB3_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ISerializationCollectable_t36562017FF354B9E18C9802939132E4FF2FC74A0_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ISerializedReflectedInfo_tA8F84061ADE95CA044973B21946C6EF3B3BF3745_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IStatement_t772C8318C23730E016BAAA8AD4357576D2DC0F54_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ITaskAssignable_tF1DC2F9E7C1978316B3254693604C554AC75A02D_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ITaskSystem_t5C954212C02BD88DCB75F567405E31FBE9F281B3_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* InvokeArguments_tD6EAF2BA29D7D16ADE72398A72347303AF8DD954_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* JSONSerializer_t41C2A6A19CE244C486DCA145CEF08B6A4C8CAA0F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* List_1_t2338E7E26462DEE44946C327D8DE6718C0BFFC4D_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* List_1_t619EB3258C7F1EBD15A485EA09888BE9FC87AC7E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* List_1_t6E1C3C361234D5B22FE1A015A8E75DBBA982A1D5_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* List_1_t74610F5EABE3A0AF78272B0C2F85BFEE1A4A05E3_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* List_1_t90487A8EA186417AA0A6F2B22B58D1BAE3334437_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* List_1_t91EDD67AF63284D37C24863790C26947C3D343A8_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* List_1_t9A2E2984B23260AECDFA90CEB1F2887075FA4DF3_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* List_1_t9C974E7FF2C20223569CABCD28DAA66B6319C9CC_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* List_1_tA21CFDD087613DE4CF05F410A95EED109BC339A1_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* List_1_tAC3699D052F658AFF59ECF6AB1A90478603F6294_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* List_1_tAD83E1E173C28ABFECA64AA58E75072EF894EF92_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* List_1_tB951CE80B58D1BF9650862451D8DAD8C231F207B_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* List_1_tCB242480CD0029CF04AE7D19D2797B6A0ED4F360_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* List_1_tD43971A5B1BF4D92C8F05B2C5EB0B80AF37DA600_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* List_1_tE0AD586683900081A68CCBF7BA7E6060329CEE56_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* List_1_tF88264E0E4A394FD0A1775D90BE5E1D8AF1FC6A9_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Logger_t94C2139B874BE54A76E5E93762A7A3BCFD0040CA_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* MissingNode_tD1CDB05F5C85C791378F30E3370614278CF64158_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* MultipleChoiceRequestInfo_t6345C3417C50A129FF51D0A36971E188D06B4180_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* NodeU5BU5D_t9ED98B145FDFEDFC80FCBDF86A3D7B4D21CB89A2_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Option_tD286B3F074EB773E35D37ED3CE39A38C1C267FDF_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Predicate_1_t617B25A55F49659B39281FEB4AC0B7A7A0B70DDA_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Predicate_1_tC4EA323DB361C3D3F3890DBFA5E25F356E61EF61_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ReflectionTools_tE12B5251BB48C3A8B99BC5D4278C46DADBBF905A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* SerializationPairU5BU5D_t88962332C676B5A1AFE3900B82395831B82DD3D8_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* SerializationPair_tEEBA0A1C6CF5524A880536DE68383FA379AC8BF6_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Stack_1_t8CF49818C4814B468364DB7D1B751062E3A6191B_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* StatementNode_t227C7427D857CBE8BC5AA5C36BFCB4FBC8497A3A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Statement_t6757EBA4322D6904926C2F6C6BA3586736638A77_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* StringUtils_t1B1A8555A1FD4C84FEEF6A67762EA7230E48164A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* String_t_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* SubtitleDelays_t77B1D49BE02D362170F222FF7F022241F0286AD5_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* SubtitlesRequestInfo_t41049B0554DE0A09F7EC7B4724FCE29A57DDF059_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Task_tF05C1B448C98EDD5D7E9E23660FCEAC40348A284_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Threader_tFDCB2BB163812D50862D40F363A5EEA1073B1412_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Type_t_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* U3CCheckInputU3Ed__31_tB4E587FFFEFD91E0F2CE0DC4AFE9607C26CBA63A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* U3CCooldownU3Ed__11_t1E42D04B72AB3264033ACD9D091DA6D5FD1F173D_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* U3CCountDownU3Ed__34_tC07C14B62A83FD440A70180E58A53F35AC19E7C3_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* U3CDelayPrintU3Ed__32_tB6B4CD55BB9F5836C38CFF9AC6D69BB4EC439AF9_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* U3CInternal_OnSubtitlesRequestInfoU3Ed__29_t7EF5E40D4011CEE1497015C86867A8CB940FDAA2_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass102_0_t6F8B591FF4ECC4D577E48F75C78B168C984D5548_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass107_0_t968F5A084AD5BCC9F177B35B08210FE8A240AFFF_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass108_0_t4DEC1C6F4995ACC7914D8F485C89686E8E083401_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass10_0_tCFDA08404FEFAEEB929FBFE13419E534BA420BE2_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass155_0_t19A2E35199D1C480877A09BF7E4109BCD469FFDE_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass156_0_tF1D763BE4C51972A687C63D6BF6ED14A80682E6D_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass16_0_t367C7FBEAE22FCCE4FEBD8D80353A127E361D5EC_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass185_0_tC22116BADA546CF32BB57A691C535061A1BF9806_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass1_0_tDAD823F42A503730E2CDC74818B01BA9EAB3613F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass202_0_t594AC677C7AFEB1C4949A77503DA9CD7C148FEF3_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass205_0_t10347BA08C14B3385B4F2B7656D5125A2DF32098_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass206_0_t085B4A6928AC1787F49A73FD23EBF2938EB63A37_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass211_0_tE7BCD680E06FE349AA2FBB1FEF736AC9C6D43775_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass214_0_t9F0F42B648EEAE51628BEE31175C4982C2790732_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass29_0_tA26C5A9406B66649B1F14C6D22BFAF5E06792502_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass33_0_tAA84FC0D1AC93BBBE8AF1EF59B36F4AC18742D67_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass33_1_t1CD9B0D9930DC89E4F5443CBC6FEDCC998AE937C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass9_0_t4FCD21E0D35344B38665D4761BAF0130E8E3FFBB_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_tA4B06DBDF2A83021639CF2EFCDFA359942440699_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_tB79B6CA88AA31071491EC25DD1A17FD57FAA148F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_tCE51E458C3D020B7B37D8BC9E23240C04C8E812F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* U3CUpdateActionU3Ed__10_t58D759E65FAEC1D6EF8968F628B117BCBF38F2BC_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* U3CYieldBreakU3Ed__92_t09981DFD3E5295264477CD9DD9F49B77DAF3ECA6_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* UnityAction_t11A1F3B953B365C072A5DCC32677EE1796A962A7_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C String_t* _stringLiteral00485F44491012AAFA8C5EEFCD1515334570E0E4;
IL2CPP_EXTERN_C String_t* _stringLiteral115AE5C9AECE7C600B2500684498F9A4AE17F487;
IL2CPP_EXTERN_C String_t* _stringLiteral15FB8A04339464F72B79BAF171F17EF1E153CA52;
IL2CPP_EXTERN_C String_t* _stringLiteral1D5FB79246029E9B0BD896780C6DAED1AAD38026;
IL2CPP_EXTERN_C String_t* _stringLiteral1FB9018D8BFC0FACF068B1067EF9E96C35FED1FE;
IL2CPP_EXTERN_C String_t* _stringLiteral23114468D04FA2B7A2DA455B545DB914D0A3ED94;
IL2CPP_EXTERN_C String_t* _stringLiteral303DB7430ABC35856E0518DD35180A465CB27D02;
IL2CPP_EXTERN_C String_t* _stringLiteral37C573CA3CD65BE49168586B828B2094FD243E5E;
IL2CPP_EXTERN_C String_t* _stringLiteral3B5F118300A34340CE6C853C76B32E77B20ACD5E;
IL2CPP_EXTERN_C String_t* _stringLiteral3DD382B454CD618D90A88982638D5F59CB09F503;
IL2CPP_EXTERN_C String_t* _stringLiteral61465B51913C1FE98F4499A9774E00B18640E1CD;
IL2CPP_EXTERN_C String_t* _stringLiteral6191D146DAF2AD7092583209DC942C2A751C7925;
IL2CPP_EXTERN_C String_t* _stringLiteral6B584AF79756FFD2BF1DC2E533455D21ADA9087A;
IL2CPP_EXTERN_C String_t* _stringLiteral86BBAACC00198DBB3046818AD3FC2AA10AE48DE1;
IL2CPP_EXTERN_C String_t* _stringLiteral87F46E41D07918E7590035B71FF8A4545B9186D3;
IL2CPP_EXTERN_C String_t* _stringLiteralB3F14BF976EFD974E34846B742502C802FABAE9D;
IL2CPP_EXTERN_C String_t* _stringLiteralB771E7F12841BFB4DE54ECDC259592353EF1FD30;
IL2CPP_EXTERN_C String_t* _stringLiteralBBC4BD37A426D68F16FC03A3F4AAC387168995BC;
IL2CPP_EXTERN_C String_t* _stringLiteralC0DCB8144CAEDC7CF446F827FFA056AB4205133C;
IL2CPP_EXTERN_C String_t* _stringLiteralC79D5CBB49175264E233FC6298B1BE5F6EB75276;
IL2CPP_EXTERN_C String_t* _stringLiteralD99605E29810F93D7DAE4EFBB764C41AF4E80D32;
IL2CPP_EXTERN_C String_t* _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709;
IL2CPP_EXTERN_C String_t* _stringLiteralE372549508CFB311EA2E25D74E0CB08661A4B4DA;
IL2CPP_EXTERN_C String_t* _stringLiteralEE5109A9375BA527D67128C00C9556B89BEDB13E;
IL2CPP_EXTERN_C const RuntimeMethod* AsyncVoidMethodBuilder_AwaitUnsafeOnCompleted_TisTaskAwaiter_t9B661AC8C2EFA6BAB94C77BB24A5DDA82D61F833_TisU3CLoadOverwriteAsyncU3Ed__155_t92C9479F26ED038416AFD5C493788CFB484FE053_m3CC6CA3BB90F37BEF3DB89949B36F45BA9D713FE_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* AsyncVoidMethodBuilder_Start_TisU3CLoadOverwriteAsyncU3Ed__155_t92C9479F26ED038416AFD5C493788CFB484FE053_mF604772BC49B9268C13A70847376E8B64A876567_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* BBParameter_1_SetValue_m80857505A87AA0C8455C6ED54EC6DC73D7F48674_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* BBParameter_1__ctor_m04564A31023AF3576A5B1A21C8AA9A5EECD273C4_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* BBParameter_1__ctor_m7D9301160038EC9E6A92CE13DA5C18CBFFB59F9A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* BBParameter_1_get_value_m2C3E4F1A2812398E2C13BE7AAC45DFF1484ED8A2_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* BBParameter_1_get_value_m3187A6059C150FC13A97670D721EEAB864B44576_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* BBParameter_1_get_value_m3CDDE6A97CDE0AB12534E4F9DCE2BD867331CEE9_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* BBParameter_1_get_value_m428E3AAF8E86F9873CE33FDE14FE2F3B74A1FA2F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* BBParameter_1_get_value_m46BCD0CE6DCB23D77AB3268C4D12A143C9F5C532_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* BBParameter_1_get_value_m71034B7A33E0489F3F39015682972C06070AF1A9_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* BBParameter_1_get_value_mA77627D8FDE1056733CB2185B27466805C7E9A0B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* BBParameter_1_get_value_mC295B579A7A3DA8B280A74D7AAFB3985C458BF0B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* BBParameter_1_get_value_mC61C216BAFCBB6D106EE2CD8DF6E34F96FA3F69E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* BBParameter_1_get_value_mD726F3B9C069F7F2EF7CB68934E87764BAD6967F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* BBParameter_1_op_Implicit_mA019E63FC4479769666DA0B19C89E5EC1AB8287F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* BBParameter_1_op_Implicit_mB68539EA9B330F602E448A3FDC59D4F81D694531_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* BBParameter_1_set_value_m64179EECF16699F069D4F7C87E24E76ACEA00698_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* BBParameter_1_set_value_mCE0099B3595994A9D1F3EAA345A70AFB6758E29C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* BBParameter_1_set_value_mDE78D55F479F34597C9D556AB56CD609EA13EA91_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* BBParameter_1_set_value_mE339B1B867F08868D33B2AC7FD213B4CCAA3E2AA_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* BBParameter_1_set_value_mE8D9481A8105944653602C772A2C4AE11EB35250_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* BBParameter_1_set_value_mF06F1FE446A8F4442B481427044BCA707A57E19D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* BTNodeNested_1__ctor_m90F22EF6EEE756BC7B5895DC2759FC7BC31A1E18_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* BTNodeNested_1__ctor_m9524E18ADA4135C0764CD33061DAC327CFC9B0CD_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* BTNodeNested_1__ctor_mE700E6FAB4149FBA4F3EA56B913F38A65D05E4D4_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* BTNodeNested_1_get_currentInstance_m0A99C47A3B5C192E4C7924BC1D08FEEE632B97DA_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* BTNodeNested_1_get_currentInstance_m30EAF2C4044F9362257A8A6347CC380E79114D84_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* BTNodeNested_1_get_currentInstance_mBE3C45B2ECCDBC7AE7DA73BA17F5BB7207672C5E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponentInChildren_TisText_tD60B2346DAA6666BF0D822FF607F0B220C2B9E62_m1D5533D50D961602AC2CD364E03388FFE2985259_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponent_TisAudioSource_t871AC2272F896738252F04EE949AEF5B241D3299_m42DA4DEA19EB60D80CBED7413ADEB27FA033C77B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponent_TisEventRouter_tFF11845F5CEB376625AA32F751511FA5918717F9_m2B8CE1F952E5D881DF191985D474AC5B0D09C3A4_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponent_TisRectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5_m0640480E7E38BB88B0D1F6AD59E697C8EE6AAFA4_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponentsInChildren_TisCanvasRenderer_tAB9A55A976C4E3B2B37D0CE5616E5685A8B43860_mD0A33013540D5007D604FF83625F337395C55443_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DTNodeNested_1__ctor_m039BF2AEAAEFC0705A1F713083BD064009CA05F5_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DTNodeNested_1_get_currentInstance_mACC87CB963B5964FE0E160D56758733307018F62_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DTNodeNested_1_set_currentInstance_m2DC99E0120F03FA52389D06E9D4715AF664859E7_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DialogueUGUI_OnDialogueFinished_mD15D533E8709922A6861307D95FCD705722B03AF_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DialogueUGUI_OnDialoguePaused_m43C43BC75C6C1BA6EB0A9CDEEE3ECA204CEAEBFD_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DialogueUGUI_OnDialogueStarted_m7CB4BC0B139D1494C113B9B80627664ECE9DA645_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DialogueUGUI_OnMultipleChoiceRequest_m9B7A8B55960477FE8922DD262561B76E0E11C2F2_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DialogueUGUI_OnSubtitlesRequest_m54F7CE2F45B7FD001A851FF68E7E19120EA95F9B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Add_mEF034895175177D2F179DC3B934BACF5BFE433C1_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_ContainsKey_m4F8753AC0347333240823473912F5575BD45A0EA_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_ContainsValue_m95CA1ED0B6378A4449B252271E0B4B70EA9B5CDD_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_GetEnumerator_m46EC45F42CA2279D83568CD3F216AAABA8E749F6_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_GetEnumerator_m75A3923AD9ADA682812104CBD7E0171E142DED70_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_GetEnumerator_mD8EA7926E63CEF46448E7D56C2C1469D1DE041A8_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Remove_mBAAA0D1D9B894BFAD400CAA3516041AAB9B2EF95_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_m756028C2DE234FA9930758DF90FC96D922670092_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_m13F22486BDA23D56438669225FF35057A44BD92E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_m20D80CC088CB763912240B0B090EA01AB43F8365_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_m712893C2C48C47CCAFAD85A865C702E8D3D2B71F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_mC309D921A9B6D5BD89BD95BC8A944368B441228B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_mDCB57B6FBD305F2980B989388F1723D8E11C316F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_mFCECED34908DCEEA0315D7D85A742A8D088032DD_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Count_m6A139A7CD2B091611E0191AC71D1F50463C5BA80_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Count_mD6A69A53EB4BCE83F512CD63ED509E26321A7220_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Item_m1ADDFF49B141C377428A688333052380D70173F6_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Item_m8B87B804DF06D6420B1DCE028675738AA8F3310F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Item_mA4CADA9E1A81E28C0C77BBA530C56B8653D7F363_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Keys_m2A138DE72EA72B2DE088BC33D6E86B1C15719DBB_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Values_m0C3BEC7A93858671ACB020962DE8DEF30FDC61CA_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Values_mDED4843FCD82C3882CCEF62334BEAA5A00562666_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_set_Item_m36CDB6EA43142739B4CD42A11B8B86C246D22694_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_set_Item_m420CFC153320557E6823B06767710D1E636E5BDF_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_set_Item_m48382D8563DE47C6716ACD4CB26798539B6A24B2_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_set_Item_m55AF731281FDD1B04900AF74117CDC083FC44151_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_set_Item_mEF1EA5784E50B8BFDDA6EF2A8067B3B1C28586BF_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Element_GetFirstParentReferenceOfType_TisIGraphElement_t5F3857CCE5EFB70AF8F6E9D93F460970198F0CAF_mBFAB0EB8714C24F580146A7CFC2FEA08413B6FE5_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Any_TisConnection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D_m4097FC8FCB353C35C096941465D1C3CADFC7D0AC_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Any_TisNode_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8_m4017DF89BC5FA889472690F83A4334E1F5C8E1E7_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Contains_TisNode_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8_mF0D1AA2ACAC5ACE3CB9739AEE2F123635BA81D7B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Count_TisNode_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8_m5C8BBBFEA338AA4A174587C89307E5F56C6F5A81_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_FirstOrDefault_TisConnection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D_m9BB52A65BA4C5299B7222B3FC13C1B55CD08FE95_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_First_TisString_t_mB3879ED95FE5D75F6951C746C895FCE961E507BD_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Last_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_mCFD5BA313EA72B18F61BD8C68803034882461219_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Last_TisString_t_mDA4E0C8C41AC3443C4FCA45618C86486DB1E784D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_OfType_TisIGraphAssignable_tD5C8ED4B20F921681A68BEDADDA70F7BD60ED9AE_m230BC29903EAC370895BFD522B5B1CC5962D25A2_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_OrderBy_TisConnection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_mF86C8C84FC42FE43C5E26D67C3C0AA73F6923917_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_OrderBy_TisNode_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_m3F5BD34B8D48177C139ADF59DE732533D3527122_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Select_TisConnection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D_TisNode_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8_m1C1E4C1B5BEAFB379323233C3575F2CFBEBC7F23_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_SequenceEqual_TisObject_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_mDD7CA1526B6B9E5952A6A723A2FDA594A71E126F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_ToArray_TisConnection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D_m2D562507FC0E9480B58E625BCF4CE9DC449BD82A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_ToList_TisNode_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8_m2D45C9769430A23EC8AF6D6F174DC6063ED42893_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_ToList_TisObject_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_mD32ADBC1EE8D9387C10363C73AF6C4DC227C6476_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Where_TisBBParameter_tD717AF8560E573DF3DA925034F257F669CDDBA60_m6A7218179416631FAE77B8B1D24D1A17C46B7652_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Where_TisNode_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8_m974AFD5A11BE97105F90CC3BDA21B04A950C7994_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_m068DDFF5CAFBB15C8A0602DEADA7F10C5BB7ADCD_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_m14E1F9AB87A69186F0F33417870A77202AC657F7_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_m3A4FFF37EA7EE4FC26006E75647CC65B0E1B4115_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_m426A5215DA5CA4CCB7678F8CE7CF9E8D1C11EC2B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_m6165D43C2F7FFEE459D8A15A5177D9E198A33D2B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_m695B62553C94CD812A3EA54E4E3399FF95B6456E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_m979D64605A4E2CC88BB57A04BC680FC4207EF9FD_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_mEA7FA64B74C84AE9B96913884B65ADA4E2BD1716_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_m07B46C738E7D984A3F7C9983B743B3C538421C3C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_m415020727A784CA5D84E2273D562F67906F36803_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_m4E5FB9617027873BC890AB02586645997351153F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_m74A1A00DA94A5CFCC6FEFA8DB0273073FEC22C8A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_m88FA3E50D2CFCE73248D4987EC3164078FC27D8A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_mA93491D9B55547D066053F3BC0A69C635F877438_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_mCF980AA36CA0AFDB2B44B6C7713458B398F7FD58_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_mE2E2FF9AEB1E877BD94E26A94CDD0E4AE474660A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m42239CD7DA9D99742251CBADF6ED200B70BB3ECC_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m49070E88C2E34AB46E6292A3FB1C227576B8506E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m4BC0D169BCFF7DC22C4E8990F2ED1F893984B45D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m6F2FC86D886183CDF35D6A22E662025222C0DC49_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m8CA84668C3B331BF83C365E97DB693C198FEE8DE_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_mD6A5A42AC811A958FEA385EEEEE5795E8BFD8A02_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_mD90B56B712E8B515B3636F61EAE0944B3F1B1D61_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_mE9822515FFDC83D3F78B9BFCBE4B1E4E5A01D7C9_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* GameObject_AddComponent_TisAudioSource_t871AC2272F896738252F04EE949AEF5B241D3299_m0E8EFDB9B3D8DF1ADE10C56D3168A9C1BA19BF14_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* GraphOwner_1__ctor_m3ADAD99196E1768B711CED99364AFEC531389D1C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* GraphOwner_1__ctor_mDE587FFF42B93DB493760E0D1B2811133199C5E7_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* GraphOwner_1_get_behaviour_m739D664B090CFBCC72D9900C994BCE17CD299850_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* GraphOwner_1_get_behaviour_mD39E4124E70C8CAF55A66C9290C24EF94BD51B1C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* GraphOwner_U3CInitializeU3Eb__96_0_mF6C487DD007013C605BF32F951DC11CA51ECEED1_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Graph_Clone_TisGraph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032_m7F7B27784A0FA3A36B9889CDEA1F6C11CA6C406A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Graph_GetNodeWithTag_TisNode_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8_mA73199ADA306F6A1FCD8E978505734F5935D06A3_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Graph_GetNodesWithTag_TisNode_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8_m8A553CBDE85E32C9370D3CF11C3EEB4EAB82CBB9_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Graph_PreInitializeSubGraphs_m0F91EEE414E15EE6F44B046DEDE2637962DF15F9_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Graph_UpdateGraph_m8863DEA7CACF2CD296F74924B561D840D05A924E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* JSONSerializer_Clone_TisConnection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D_mA81439E8A225DBBD8664A55C287DD55414FC6879_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* JSONSerializer_Clone_TisNode_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8_mC3D40722C18D081E65BC71D82FC110966663132D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* JSONSerializer_Clone_TisStatement_t6757EBA4322D6904926C2F6C6BA3586736638A77_mEA76BFF9CBCF0870743A465A16DF0607ECA910AE_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* JSONSerializer_Deserialize_TisExposedParameter_t5B067E3C3C960B6EE910BDA92DC673245CC41F33_m7C3DC281DD962FB8C21C4B415A2421DD9FFBF544_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* JSONSerializer_TryDeserializeOverwrite_TisBlackboardSource_tDF1C560E163F6F63BE89278B7312A32BF329C89E_mF090823063573DDEEB4A47DE1EA45488D694ADB3_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* JSONSerializer_TryDeserializeOverwrite_TisGraphSource_tDFC175F2BFB99D693583B1D52BB6857C73932914_m663DBA698168019B423E3E6ED9DBEC67633CECA9_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* KeyCollection_GetEnumerator_m5BF572FC18562E9D0622335A8B4C5A6F9CCF17A8_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* KeyValuePair_2__ctor_m3C86D5D8BB0D1118068E83ED43D64F4E64E7C221_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* KeyValuePair_2_get_Key_m12814E6441E974C6451F839D9FD4648A055584B5_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* KeyValuePair_2_get_Key_m5554E784C344617DC817FD80318C3BFC9B8532AC_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* KeyValuePair_2_get_Key_m5A886C4B3E54DEA04D456E49D7FB92A4545FCD8F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* KeyValuePair_2_get_Key_m654BCCAE2F20CB11D8E8C2D2C886A0C8A13EB1C4_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* KeyValuePair_2_get_Key_m9C25DC22AB1CADB9A5E852AD61B5600AF73F4FF6_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* KeyValuePair_2_get_Value_m7345512A32CB4DCAA0643050B18DC8DCD71B927A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* KeyValuePair_2_get_Value_m83DA000FF3605DAD9160D02FB36863DF77DB468A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* KeyValuePair_2_get_Value_mEC062270702259246675B222238FBA57753E6FB3_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* KeyValuePair_2_get_Value_mFDE82D223F4B3E824CA6F0B4D2871667012903EE_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_AddRange_m17C9239646276D1084F4BAEE382196C88B67E507_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m0248A96C5334E9A93E6994B7780478BCD994EA3D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m3469775F16BCC697D49943D7A6745CFB7A080ED5_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m43FBF207375C6E06B8C45ECE614F9B8008FB686E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m5AFEEE63A5B1971A561223862B30A3EB2AF60B87_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m61EC81C4B824240F4307B7B97150D58D672FBB35_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m71913DD5458A79948A953B78C5E37C4D2F054A9B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m82B443EA200E53FC88E1F17E27CA89E4CE9EB3BE_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mCC2CB3480383303073D88F88A92406ED59E02C4F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mE069CE1D96BC07AD2BC62FF3384707A24AE315A5_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mF4EADD805D55ECB8BA79EB55EFAB0CD1A544326B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mFA82F2840B8E3B71B877E744047583B7DF5A47DA_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mFAE0E2616602E8726B520522DD3A7DAEA8A5C4B0_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Clear_m51249A9DD3B29478801AC004DEA026A63D4A6D9B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Clear_m865DAF778D32CC2DED198BE801E8A22F81F05C2B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Clear_m8CAE640F6CD337E003010E299866AA00BB3825E0_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Contains_m2A0D35682C3CBAA9171F59728AE8D5B0BBBA28A5_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Contains_m355108FBC72D3259E5AA93D4A4788523E8331DCC_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Contains_m359254483BE42CAD4DCA8FBAFB87473FB4CF00E1_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Contains_m4FD96E89F15844C90032C7386BAB528817F1FF5B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Contains_m7703EEBAF5E92B5B2F952DB1BEBAA31203710B45_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Contains_m8D2C9B0C7844486763AE6C2CA3C04FA4BBA9B384_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Find_mB1538B6FFDCEE81121AC08AB272A5C9A9FB28EE7_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Find_mD6B0D1E9E738493A2AC570C0B2A9400DEE189F0D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_GetEnumerator_m800565FC32EE083AB480F8C2A07E31AA661DDFBC_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_GetEnumerator_mC73893ABFB714A5497259C0EEC2F42F55FC67A2E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_GetEnumerator_mFC8B56E797F71B95C595D1808F0D1A49D22A128A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_IndexOf_m084878857FF8A6799C61CEAB3DA2116ABF8B5E27_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_IndexOf_m9016DF4B8B91C027A818053D47F29E55078D2B42_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Insert_m2FFDF4E2009BDF2D4F0A0256545BE1B5FBDF1CBA_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Insert_m3C6EAE9635A0A49E85DFFE713849893CF6227EB4_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Insert_m4E0FDEBFF8973B2169B1F6F74102118578026E0E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Insert_mB154831C3532FEABA64D5768F4310AE9D207BADB_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Insert_mBB793C035887558BC2959B61467A0E3077AAD935_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Insert_mC35B387DCD01170CFA80915CA073350F2D990F27_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_RemoveAt_m00E7306409235A29BAEEAF9957ACBCFDA8BA05C5_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_RemoveAt_m19FAA1244753BA0C0337F78092521D4C8E3A3ACC_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_RemoveAt_m5F566974994A835D6CB741C6248043F4FAEC6BC2_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_RemoveAt_m772E23C200D18E54D7BC2E461495E93D19544D30_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_RemoveAt_mA2AEF51BA52A78304260C758BA2BFE040C66B658_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Remove_m3BF412E756AAFE7FCA3CA5DF7CE7873C0022EA74_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Remove_mA20F1D76FE16ACB10B9FCABCA0607A339C23F495_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Remove_mDD9E9D0183F118374408BCB0F47B74F75D394465_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Remove_mDE3476AFE4BAE1D7EA8ECFB18111421446DC371D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Remove_mE3ABB9D2602EDDC5E0A80E6941E5C18012ED4348_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_ToArray_m276974F3D252B2381211BA350C9B06ACC8A8BB7A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_ToArray_mA184391E7D122EA09082C6B6DD18BED271661B75_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m03814FF35535197EE4A20ECB21EA6B7BEB5E0C76_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m17F501B5A5C289ECE1B4F3D6EBF05DFA421433F8_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m1B0135DE2C4A4BCA4820D2FC9E060ED224FC24C0_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m3F9CB620FAE15251C1B8F88D9808D447DC613748_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m41DF615FC54D096A06662C64F94CC378F8D27186_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m42339EAF04AC09E9D56BD01343F3CD70EED8E9E1_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m447372C1EF7141193B93090A77395B786C72C7BC_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m526B1AB50DAA08A0D2372592D280D76F862DE81B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m7A98170EDB8D1225DE31F7E69B01F841FD865BD1_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m9826BA1B05CE11CC54A64014FD2C2F2DBEA888DD_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m9F0C00EDC9D8CB99E6D7E49E9E239D41A8945457_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mBE7298258C6DFF69BD1D1FA846D0D1BF00BD8E5F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mC73B3C8590A7D2A39859D0A8B455F8990EC1FB32_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mD2446449A799A876FB658D7165744B8AF2E72CF0_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mE202ADDF2BBF6C93250D5EF6F3B3D48ED3D52256_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mED4F73CA4066DDCEDD35781D6C1CDBA6FADD0370_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mF707AE7C482243841F338DB89342E5A39B1C84B0_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m3F9FAE81BA2CB84F8698882D98BAEBF35EA9D1DA_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m5227B6B9670F0AD08EE5CBE7BEB86B481485615D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m5267AC7AABDFD28ED4025E5CED850F5DAFCD1AEF_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m556B885B35D755C5197F8DB4F0C71003E2B9F554_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m69DEF2FA152A016FA7E705639FCC71F38D2FBA6F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m927DF1CC0453C245947D093665906AF02413BBF2_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_mA00A935F194A1A3A88B6279C46B14C7FD311D862_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_mA398C569C086B0A552641E57CBC17DA97DE81023_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_mA6436C4DE52EAB091B32909CDCB136CC3549123C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_mC96ADDB2914B9FADC03D3A91F7B5B647995A2E5C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_mD6AEFC7D3D92928AFB598DEEC68561D8A621CB8F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_mDE3BABFC070EC24A857111C931A1248E522D843C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_mEAF0A2E85D550C81F0AB273862A6F9C2EA6F0D3A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_mF3ACF51E92B564C85540FFD4F33DDBB4F056D360_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m10CB933550CAAA86A0E326BF1DECE5E7DE263E0E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m3B4ECA88794B176B5932CA9DFD64D583E41E4843_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m4325E86308CBCAB93B5D22764CF1884F408FB9F2_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m44CE62BFC6236D4D44928C4E31FA235E5DB7E7A1_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m57C234D7D4453013BC4A169A42959B939BEBB3A9_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m62D21B42FD9BBD9FD63DD67FDF11680C941D1E41_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m7174668DBA1C61865F57AF734C21470FF28C0493_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m9255414617C2AB53CD664FBA1177F6619233740A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_mA70820FB2D2B708D8635E4F486DF8A61DD7C36E1_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_mAEC813ABF118B73ACA6E26F58358E96F1C24981F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_mB0D5BF500A40AB9AA2038342B78C13E08E0E6F1C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_mCCE271ACC0B0DF33B9B7D509E4BE078661DECF53_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_mE1015C539BE1AF7FA95290E842529F7746781CCE_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_mF5DE0A1843D44B216937AA947EAEE5C974A8F41A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* MultipleChoiceNode_OnOptionSelected_m4563B6E801A44A9D7A28E11AB12AEA8EA40E9291_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* NestedDT_OnDLGFinished_m53710FD7D3BF403722CE02919BD75224B247380F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* NestedFSM_OnFSMFinish_m844B1D7C39BC479AC09C747778FB9AC05E154936_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* NodeReference_1_Get_m3A8076FE5506C07C5E5D3103FDD37EE6EF98A4B2_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ObjectUtils_Shuffle_TisConnection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D_m9AFF3F89B2907335796C6E0D062C6EE8C98A7A0D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Object_Instantiate_TisButton_t6786514A57F7AFDEE5431112FEA0CAB24F5AE098_m6699524C00C6758053CF86F067C28FC28669B016_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* PrioritySelector_U3COnExecuteU3Eb__8_0_m3513058D274D32A0C5D961C6C670A0F6BE450DAD_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ReflectionTools_RTGetAttribute_TisDescriptionAttribute_tA36BC0FDBFFE79BC565383D33D6EBE3550B45F81_m6698F53A577EA9CBEA07182791F17EED2058116F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ReflectionTools_RTGetAttribute_TisExecutionPriorityAttribute_t1C76BF496673F5EEC9DA870670F9889E1A22BA14_m422511B1E926B1D92277A3A5854A8BA93CB044D3_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ReflectionTools_RTGetAttribute_TisNameAttribute_t34E4A5AC3A040FAE69B4567071E4BDA34ECB03AC_m13F483E9F03E3153945688CD1172D4A34B4BD417_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ReflectionTools_RTIsDefined_TisProtectedSingletonAttribute_tF92899EBFF87A5DD1CA88990EB6CA549FA2E1DD4_m724149783C98C1721D0418FFA0DD508A88D01183_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Stack_1_Peek_mC900255A41855F4F681F3E978AFFD30D30862E84_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Stack_1_Pop_mFBBDB6B4965710D5EE7793200C174F3EE3751152_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Stack_1_Push_m358B0CF11F9F30DC3C71ABFCE335D6B6D16B2C77_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Stack_1__ctor_m8F34EE717416758DAD4945CC5121552C62A035E6_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Stack_1_get_Count_m8D99ECBB256D186F4492973C7BC6D2ABC9551D7D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* StatementNode_OnStatementFinish_mB2586A6AE63A206F19A97A14915096017FA39E38_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SubDialogueTree_OnSubDialogueFinish_mD84AA7A87D86E5E1CAFE7E13E7A7A49D38630B83_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CCheckInputU3Ed__31_System_Collections_IEnumerator_Reset_mD689AE09670BB07BE7CB2A76515FCF4E7D894FA1_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CCooldownU3Ed__11_System_Collections_IEnumerator_Reset_m51AEFFA1BFFF73030C746CDF8F0F22A8AED6820F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CCountDownU3Ed__34_System_Collections_IEnumerator_Reset_m220548387688658D681F47D51F8CD3F808A789E1_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CDelayPrintU3Ed__32_System_Collections_IEnumerator_Reset_m46648E98D1185A38A4AA6D6A91DC63CC33A5A8BD_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CInternal_OnSubtitlesRequestInfoU3Ed__29_System_Collections_IEnumerator_Reset_m14BCC76D306AEC53B9764D20535C7DC5FD9886F6_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CGetChildNodesU3Eb__106_0_mB172ED19EEEB6CC8388FB8267461314743399630_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CGetDefinedParametersU3Eb__194_0_m3F5EA54738BA027684B96207010B5503C0781529_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CGetLeafNodesU3Eb__191_0_m8819EF4E4D8B1DE41BBA981F4C30ACB78F7CA417_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CGetParentNodesU3Eb__105_0_m3B2FF40600069EF88DA5CC06F31340F59BC082E1_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CGetRootNodesU3Eb__190_0_m4368FEADDFED4828FCBC53A6160A939F9B8E289A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CUpdateNodeIDsU3Eb__149_0_m6396608EE6BFF79A8752C88B967CB6922718CF8A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass102_0_U3CAreNodesConnectedU3Eb__0_m1305D63DE9883D0CED63DE7FF9B4CD6ABC7D0572_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass102_0_U3CAreNodesConnectedU3Eb__1_mCB0C342B500DE5847C0FF2E6D2CF6F7FBAF7C55D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass107_0_U3CIsChildOfU3Eb__0_m67FBEFFE5935B4208ADF8774F56B50799873CF51_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass108_0_U3CIsParentOfU3Eb__0_mE15662F8A503815021FE1AAFAD6E385181AD329B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass10_0_U3CRemoveParameterU3Eb__0_mFA51A1DF2B81FE71DBF313EC1F0FBE59B7CFF54A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass155_0_U3CLoadOverwriteAsyncU3Eb__0_mC63CD6B15791123CE4600703393A501F7F44C9DB_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass156_0_U3CLoadOverwriteU3Eb__0_mAE866BED18CBF602B2EB7AD4A8B5DDDE5B4EB903_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass16_0_U3CBlackboardReplaceU3Eb__0_mDCEB070EB466E931228EDE1F7CDB6494BCF361A2_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass185_0_U3CGetNodeWithIDU3Eb__0_mCCF928AAE364008FBAF34B29671746047ED9A07B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass1_0_U3CTryStartSubGraphU3Eb__0_mF60FBD4D7477A7A8166CBCDE03EEFBBA680804E4_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass202_0_U3CCollectSubElementsU3Eb__0_m606D494CF1E7B4E3BACA209686F27FA01E4458AE_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass202_0_U3CCollectSubElementsU3Eb__1_m80D2D4E11574078DAD0FF0ABB1BC825156CF3A61_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass205_0_U3CGetTasksInElementU3Eb__0_mACC3A59003931F4553CA35E902F0C472638F25FD_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass206_0_U3CGetParametersInElementU3Eb__0_m0CB09E60343ABD1435ECC38B19E1C593A2A76C35_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass211_0_U3CRemoveNodeU3Eb__0_m904282ABA13B546C86D76369E1B617D35A4CEE96_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass214_0_U3CCloneNodesU3Eb__0_mF45581EA6F94A39B745D84A0B730F9890A90EC28_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass29_0_U3CInternal_OnSubtitlesRequestInfoU3Eb__0_m8411A5CB5467EBCA3372B41519A4AC66E7DF322C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass33_1_U3COnMultipleChoiceRequestU3Eb__0_m946E86A73F08BCD344868425BD31A9B548C36E18_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass9_0_U3COnOptionSelectedU3Eb__0_mB3B81BF13AB77612E5C2DCE71FA33AF7AE14AF78_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CUpdateActionU3Ed__10_System_Collections_IEnumerator_Reset_m16A0D9E0712DF651D22DE42DE41616986E221831_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ValueCollection_GetEnumerator_m385DFE5699F972BAB6B47E76A983A4308940D2F2_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ValueCollection_get_Count_mA844B21C9FE14D42A6B051896FB2D87E69C43F0C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeType* BTConnection_t3F2601F627E3D539C09BE1E147615B59CE391438_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* BTNode_t3FAAB6CF8FB7E4DD8001158EEF5E88FE5BB95DC2_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* BlackboardSource_tDF1C560E163F6F63BE89278B7312A32BF329C89E_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* DTConnection_t222C9A06C140F9017A819A4D17E2132F87A87443_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* ExposedParameter_1_t5C15BB69F56D6C32CE76A92B6018D2A3E7CFD2FA_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* ExposedParameter_t5B067E3C3C960B6EE910BDA92DC673245CC41F33_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* GraphSource_tDFC175F2BFB99D693583B1D52BB6857C73932914_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* RuntimeObject_0_0_0_var;
struct Delegate_t_marshaled_com;
struct Delegate_t_marshaled_pinvoke;
struct Exception_t_marshaled_com;
struct Exception_t_marshaled_pinvoke;
struct BooleanU5BU5D_tD317D27C31DB892BE79FAE3AEBC0B3FFB73DE9B4;
struct CanvasRendererU5BU5D_tAAF6CAAF608275E84ADC0A71526D37398F38F4C3;
struct ConnectionU5BU5D_t5D2C96F2326D52F4DF94410574A186770D62742D;
struct DelegateU5BU5D_tC5AB7E8F745616680F337909D3A8E6C722CDF771;
struct GraphU5BU5D_t53C54396E48744CA4BADC9B4753E8A4F0B97EB5A;
struct Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C;
struct NodeU5BU5D_t9ED98B145FDFEDFC80FCBDF86A3D7B4D21CB89A2;
struct ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918;
struct SerializationPairU5BU5D_t88962332C676B5A1AFE3900B82395831B82DD3D8;
struct SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C;
struct StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248;
struct TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB;
IL2CPP_EXTERN_C_BEGIN
IL2CPP_EXTERN_C_END
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Collections.Generic.Dictionary`2<UnityEngine.UI.Button,System.Int32>
struct Dictionary_2_t7859C6FFE6937629581727659DC7F88C3161A03C : 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_t897E2F11783D2C16ADDE11EB085F64F9E8646F6D* ____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_t0AB782D331BEBA13EEC6CF4E133259BC153B7BEF* ____keys_7;
// System.Collections.Generic.Dictionary`2/ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::_values
ValueCollection_t786694961AA2AD90B3D739B2CAB7E8DF5149CECE* ____values_8;
// System.Object System.Collections.Generic.Dictionary`2::_syncRoot
RuntimeObject* ____syncRoot_9;
};
// System.Collections.Generic.Dictionary`2<NodeCanvas.Framework.Connection,System.Collections.Generic.KeyValuePair`2<System.Int32,System.Int32>>
struct Dictionary_2_tD87BFBED927A7DF2C98934882FEE5B7219B27295 : 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_tB00B471E7C4E4C86D8834B45804AAB07CF201B81* ____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_t168DD7A075D5025E922239C27BD9DBF7A521B753* ____keys_7;
// System.Collections.Generic.Dictionary`2/ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::_values
ValueCollection_t7F5BB63FD0054B9640A11CD0B4521DDC1706B72A* ____values_8;
// System.Object System.Collections.Generic.Dictionary`2::_syncRoot
RuntimeObject* ____syncRoot_9;
};
// System.Collections.Generic.Dictionary`2<UnityEngine.GameObject,System.Collections.Generic.List`1<NodeCanvas.BehaviourTrees.Guard>>
struct Dictionary_2_tB3C786CA090FD0954D6165759D89FFC5747AABC5 : 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_tCEE762986AF2848B47C817CEEABB16198C2BAC66* ____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_tC6E680CBAED1DB860C0C4EC72F9FB1BC9D513A21* ____keys_7;
// System.Collections.Generic.Dictionary`2/ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::_values
ValueCollection_t3DF7EF367E0635DDC4AFBEB277A67AFDB91245A9* ____values_8;
// System.Object System.Collections.Generic.Dictionary`2::_syncRoot
RuntimeObject* ____syncRoot_9;
};
// System.Collections.Generic.Dictionary`2<NodeCanvas.Framework.Graph,NodeCanvas.Framework.Graph>
struct Dictionary_2_t53340DA94CD089F96CBE1DAF7C4D853B6AF205FA : 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_t360CD71AE0C509E38210218D79033194C4F8B5D7* ____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_tB6B20AA27D1FB7391FAE0D46ADAC547657C124FB* ____keys_7;
// System.Collections.Generic.Dictionary`2/ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::_values
ValueCollection_t92472E911F4576EC82C8BDBA86E6261CF5D65849* ____values_8;
// System.Object System.Collections.Generic.Dictionary`2::_syncRoot
RuntimeObject* ____syncRoot_9;
};
// System.Collections.Generic.Dictionary`2<NodeCanvas.DialogueTrees.IStatement,System.Int32>
struct Dictionary_2_t9C903FF799FD3813218B3B666A8C845E79808B92 : 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_tA100821118AF12F08277CEF1D5001B529DB954E6* ____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_t1C241A10E5660F66958E773F189FE8265DABF02C* ____keys_7;
// System.Collections.Generic.Dictionary`2/ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::_values
ValueCollection_tF704C0D4A5547177303BA626A4DB7AAE5B0439EE* ____values_8;
// System.Object System.Collections.Generic.Dictionary`2::_syncRoot
RuntimeObject* ____syncRoot_9;
};
// System.Collections.Generic.Dictionary`2<System.Int32,System.Int32>
struct Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180 : public RuntimeObject
{
// System.Int32[] System.Collections.Generic.Dictionary`2::_buckets
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ____buckets_0;
// System.Collections.Generic.Dictionary`2/Entry<TKey,TValue>[] System.Collections.Generic.Dictionary`2::_entries
EntryU5BU5D_t197C691F43F1694B771BF83C278D12BBFEEB86FA* ____entries_1;
// System.Int32 System.Collections.Generic.Dictionary`2::_count
int32_t ____count_2;
// System.Int32 System.Collections.Generic.Dictionary`2::_freeList
int32_t ____freeList_3;
// System.Int32 System.Collections.Generic.Dictionary`2::_freeCount
int32_t ____freeCount_4;
// System.Int32 System.Collections.Generic.Dictionary`2::_version
int32_t ____version_5;
// System.Collections.Generic.IEqualityComparer`1<TKey> System.Collections.Generic.Dictionary`2::_comparer
RuntimeObject* ____comparer_6;
// System.Collections.Generic.Dictionary`2/KeyCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::_keys
KeyCollection_t67E8423B5AEB30C254013AD88AB68D2A36F1F436* ____keys_7;
// System.Collections.Generic.Dictionary`2/ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::_values
ValueCollection_t74AF7C1BAE06C66E984668F663D574ED6A596D28* ____values_8;
// System.Object System.Collections.Generic.Dictionary`2::_syncRoot
RuntimeObject* ____syncRoot_9;
};
// System.Collections.Generic.Dictionary`2<System.String,NodeCanvas.DialogueTrees.IDialogueActor>
struct Dictionary_2_t397B2A6BB6C5ACB96903A3409E70037357BEDF79 : 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_t3791766F990DAF30630741F7DDC0BA71AE6D579D* ____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_t8FAD3683379CDCFE12CA4C67EF6BB01D9C054BBB* ____keys_7;
// System.Collections.Generic.Dictionary`2/ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::_values
ValueCollection_t2164E009E1B0FFFA48BD4DB1AC57214B782EEA6A* ____values_8;
// System.Object System.Collections.Generic.Dictionary`2::_syncRoot
RuntimeObject* ____syncRoot_9;
};
// System.Collections.Generic.Dictionary`2<System.String,System.String>
struct Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83 : 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_t1AF33AD0B7330843448956EC4277517081658AE7* ____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_t2EDD317F5771E575ACB63527B5AFB71291040342* ____keys_7;
// System.Collections.Generic.Dictionary`2/ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::_values
ValueCollection_t238D0D2427C6B841A01F522A41540165A2C4AE76* ____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.UI.Button,System.Int32>
struct KeyCollection_t0AB782D331BEBA13EEC6CF4E133259BC153B7BEF : public RuntimeObject
{
// System.Collections.Generic.Dictionary`2<TKey,TValue> System.Collections.Generic.Dictionary`2/KeyCollection::_dictionary
Dictionary_2_t7859C6FFE6937629581727659DC7F88C3161A03C* ____dictionary_0;
};
// System.Collections.Generic.List`1<NodeCanvas.Framework.BBParameter`1<System.Single>>
struct List_1_t6E1C3C361234D5B22FE1A015A8E75DBBA982A1D5 : public RuntimeObject
{
// T[] System.Collections.Generic.List`1::_items
BBParameter_1U5BU5D_t81B0D8A3A168453E397CD861CE2FC2F1D849C044* ____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.AudioClip>
struct List_1_t33C1B21871505CF0516B63C148CD83EDA452BB5F : public RuntimeObject
{
// T[] System.Collections.Generic.List`1::_items
AudioClipU5BU5D_t916722468F7EDCFA833318C35CD7D41097D75D31* ____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<NodeCanvas.Framework.Internal.BBMappingParameter>
struct List_1_t624B7FC2AE145EBF7BB7EE422EF3049A2BBD744B : public RuntimeObject
{
// T[] System.Collections.Generic.List`1::_items
BBMappingParameterU5BU5D_tF38AF50E437C333E5DCBCD3FB3B45D48DCC59F58* ____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<NodeCanvas.Framework.BBParameter>
struct List_1_tAD83E1E173C28ABFECA64AA58E75072EF894EF92 : public RuntimeObject
{
// T[] System.Collections.Generic.List`1::_items
BBParameterU5BU5D_tB9590F74375A7B8AC820DC3E6D5E0C3A69BF4D0E* ____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<NodeCanvas.Framework.CanvasGroup>
struct List_1_t5B06412E1CC59E5774C10EB7439C98F6C31449C3 : public RuntimeObject
{
// T[] System.Collections.Generic.List`1::_items
CanvasGroupU5BU5D_t0B320AC42D45D401BAEECFBA95AD29F81126C710* ____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<NodeCanvas.Framework.ConditionTask>
struct List_1_t9C974E7FF2C20223569CABCD28DAA66B6319C9CC : public RuntimeObject
{
// T[] System.Collections.Generic.List`1::_items
ConditionTaskU5BU5D_tB7D486EE4B27268C492665955C5AF44C185AF311* ____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<NodeCanvas.Framework.Connection>
struct List_1_t619EB3258C7F1EBD15A485EA09888BE9FC87AC7E : public RuntimeObject
{
// T[] System.Collections.Generic.List`1::_items
ConnectionU5BU5D_t5D2C96F2326D52F4DF94410574A186770D62742D* ____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<ParadoxNotion.DynamicParameterDefinition>
struct List_1_tA21CFDD087613DE4CF05F410A95EED109BC339A1 : public RuntimeObject
{
// T[] System.Collections.Generic.List`1::_items
DynamicParameterDefinitionU5BU5D_tF8BB7CC9218FCCE52AD9FB9476EB4E763666CE15* ____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<NodeCanvas.Framework.ExposedParameter>
struct List_1_t91EDD67AF63284D37C24863790C26947C3D343A8 : public RuntimeObject
{
// T[] System.Collections.Generic.List`1::_items
ExposedParameterU5BU5D_tD15DD2E4DA60576E0AAF427D69AD4A33DE975719* ____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.GameObject>
struct List_1_tB951CE80B58D1BF9650862451D8DAD8C231F207B : public RuntimeObject
{
// T[] System.Collections.Generic.List`1::_items
GameObjectU5BU5D_tFF67550DFCE87096D7A3734EA15B75896B2722CF* ____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<NodeCanvas.Framework.Graph>
struct List_1_tAC3699D052F658AFF59ECF6AB1A90478603F6294 : public RuntimeObject
{
// T[] System.Collections.Generic.List`1::_items
GraphU5BU5D_t53C54396E48744CA4BADC9B4753E8A4F0B97EB5A* ____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<NodeCanvas.BehaviourTrees.Guard>
struct List_1_tE0AD586683900081A68CCBF7BA7E6060329CEE56 : public RuntimeObject
{
// T[] System.Collections.Generic.List`1::_items
GuardU5BU5D_t787D63A8DA7A5043AC263892D909B732287F0B97* ____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<NodeCanvas.Framework.Node>
struct List_1_t90487A8EA186417AA0A6F2B22B58D1BAE3334437 : public RuntimeObject
{
// T[] System.Collections.Generic.List`1::_items
NodeU5BU5D_t9ED98B145FDFEDFC80FCBDF86A3D7B4D21CB89A2* ____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.Object>
struct List_1_t9A2E2984B23260AECDFA90CEB1F2887075FA4DF3 : public RuntimeObject
{
// T[] System.Collections.Generic.List`1::_items
ObjectU5BU5D_tD4BF1BEC72A31DF6611C0B8FA3112AF128FC3F8A* ____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<NodeCanvas.Framework.Task>
struct List_1_t2338E7E26462DEE44946C327D8DE6718C0BFFC4D : public RuntimeObject
{
// T[] System.Collections.Generic.List`1::_items
TaskU5BU5D_t2CF6FE533EEC7561997033A78B16B5227703E9A5* ____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<NodeCanvas.DialogueTrees.MultipleChoiceNode/Choice>
struct List_1_tD43971A5B1BF4D92C8F05B2C5EB0B80AF37DA600 : public RuntimeObject
{
// T[] System.Collections.Generic.List`1::_items
ChoiceU5BU5D_tA84BE1F98C8CD73D4190C8475B9B1FED43EDF390* ____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<NodeCanvas.BehaviourTrees.PrioritySelector/Consideration>
struct List_1_tF88264E0E4A394FD0A1775D90BE5E1D8AF1FC6A9 : public RuntimeObject
{
// T[] System.Collections.Generic.List`1::_items
ConsiderationU5BU5D_t0917844AF7FA8461386823C02D41A95ACDB61BBD* ____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<NodeCanvas.BehaviourTrees.PrioritySelector/Desire>
struct List_1_tCB242480CD0029CF04AE7D19D2797B6A0ED4F360 : public RuntimeObject
{
// T[] System.Collections.Generic.List`1::_items
DesireU5BU5D_t9A08FE6DF5CDFFFA2745F5AC94D097980FB1D9CA* ____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<NodeCanvas.DialogueTrees.ProbabilitySelector/Option>
struct List_1_t74610F5EABE3A0AF78272B0C2F85BFEE1A4A05E3 : public RuntimeObject
{
// T[] System.Collections.Generic.List`1::_items
OptionU5BU5D_t823CFF73A40A43453A552DA091DC29B7EE3E1A2F* ____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;
};
// NodeCanvas.Framework.NodeReference`1<NodeCanvas.DialogueTrees.DTNode>
struct NodeReference_1_tFB1922A30E87A573DC26C97626551331AE4509C0 : public RuntimeObject
{
// System.String NodeCanvas.Framework.NodeReference`1::_targetNodeUID
String_t* ____targetNodeUID_0;
// System.WeakReference`1<T> NodeCanvas.Framework.NodeReference`1::_targetNodeRef
WeakReference_1_tF55E5BB41F3F2A75C015C3A2D55F37C5A3CB92E3* ____targetNodeRef_1;
};
// System.Collections.Generic.Stack`1<System.Object>
struct Stack_1_tAD790A47551563636908E21E4F08C54C0C323EB5 : public RuntimeObject
{
// T[] System.Collections.Generic.Stack`1::_array
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ____array_0;
// System.Int32 System.Collections.Generic.Stack`1::_size
int32_t ____size_1;
// System.Int32 System.Collections.Generic.Stack`1::_version
int32_t ____version_2;
// System.Object System.Collections.Generic.Stack`1::_syncRoot
RuntimeObject* ____syncRoot_3;
};
// System.Collections.Generic.Stack`1<ParadoxNotion.HierarchyTree/Element>
struct Stack_1_t8CF49818C4814B468364DB7D1B751062E3A6191B : public RuntimeObject
{
// T[] System.Collections.Generic.Stack`1::_array
ElementU5BU5D_t5F0E5E5A938EA3353DF1714DD5BF2ED79D2A667B* ____array_0;
// System.Int32 System.Collections.Generic.Stack`1::_size
int32_t ____size_1;
// System.Int32 System.Collections.Generic.Stack`1::_version
int32_t ____version_2;
// System.Object System.Collections.Generic.Stack`1::_syncRoot
RuntimeObject* ____syncRoot_3;
};
// System.Collections.Generic.Dictionary`2/ValueCollection<NodeCanvas.Framework.Graph,NodeCanvas.Framework.Graph>
struct ValueCollection_t92472E911F4576EC82C8BDBA86E6261CF5D65849 : public RuntimeObject
{
// System.Collections.Generic.Dictionary`2<TKey,TValue> System.Collections.Generic.Dictionary`2/ValueCollection::_dictionary
Dictionary_2_t53340DA94CD089F96CBE1DAF7C4D853B6AF205FA* ____dictionary_0;
};
// System.Collections.Generic.Dictionary`2/ValueCollection<NodeCanvas.DialogueTrees.IStatement,System.Int32>
struct ValueCollection_tF704C0D4A5547177303BA626A4DB7AAE5B0439EE : public RuntimeObject
{
// System.Collections.Generic.Dictionary`2<TKey,TValue> System.Collections.Generic.Dictionary`2/ValueCollection::_dictionary
Dictionary_2_t9C903FF799FD3813218B3B666A8C845E79808B92* ____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.Internal.BlackboardSource
struct BlackboardSource_tDF1C560E163F6F63BE89278B7312A32BF329C89E : public RuntimeObject
{
// System.Collections.Generic.Dictionary`2<System.String,NodeCanvas.Framework.Variable> NodeCanvas.Framework.Internal.BlackboardSource::_variables
Dictionary_2_tD3F950952CE25D0F85C802E5E8010086DF6EDE7C* ____variables_0;
// System.Action`1<NodeCanvas.Framework.Variable> NodeCanvas.Framework.Internal.BlackboardSource::onVariableAdded
Action_1_t924369B78685936188D9F308D270D4B74F46B374* ___onVariableAdded_1;
// System.Action`1<NodeCanvas.Framework.Variable> NodeCanvas.Framework.Internal.BlackboardSource::onVariableRemoved
Action_1_t924369B78685936188D9F308D270D4B74F46B374* ___onVariableRemoved_2;
// NodeCanvas.Framework.IBlackboard NodeCanvas.Framework.Internal.BlackboardSource::<parent>k__BackingField
RuntimeObject* ___U3CparentU3Ek__BackingField_3;
// UnityEngine.Object NodeCanvas.Framework.Internal.BlackboardSource::<unityContextObject>k__BackingField
Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* ___U3CunityContextObjectU3Ek__BackingField_4;
// UnityEngine.Component NodeCanvas.Framework.Internal.BlackboardSource::<propertiesBindTarget>k__BackingField
Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* ___U3CpropertiesBindTargetU3Ek__BackingField_5;
};
// 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;
};
// ParadoxNotion.DynamicParameterDefinition
struct DynamicParameterDefinition_t9B2EC9C6FF90EECDCC32CAB983D88026746D5874 : public RuntimeObject
{
// System.String ParadoxNotion.DynamicParameterDefinition::_ID
String_t* ____ID_0;
// System.String ParadoxNotion.DynamicParameterDefinition::_name
String_t* ____name_1;
// System.String ParadoxNotion.DynamicParameterDefinition::_type
String_t* ____type_2;
// System.Type ParadoxNotion.DynamicParameterDefinition::<type>k__BackingField
Type_t* ___U3CtypeU3Ek__BackingField_3;
};
// NodeCanvas.Framework.ExposedParameter
struct ExposedParameter_t5B067E3C3C960B6EE910BDA92DC673245CC41F33 : public RuntimeObject
{
};
// NodeCanvas.Framework.IGraphAssignableExtensions
struct IGraphAssignableExtensions_tC800E17CEA48C9D216DF0C5EE66F12CE15DC3BAC : public RuntimeObject
{
};
// NodeCanvas.Framework.LogTag
struct LogTag_tF4984D69884D6FFBE42E12F6F6D3C0686DECB291 : public RuntimeObject
{
};
// System.Reflection.MemberInfo
struct MemberInfo_t : public RuntimeObject
{
};
// NodeCanvas.DialogueTrees.MultipleChoiceRequestInfo
struct MultipleChoiceRequestInfo_t6345C3417C50A129FF51D0A36971E188D06B4180 : public RuntimeObject
{
// NodeCanvas.DialogueTrees.IDialogueActor NodeCanvas.DialogueTrees.MultipleChoiceRequestInfo::actor
RuntimeObject* ___actor_0;
// System.Collections.Generic.Dictionary`2<NodeCanvas.DialogueTrees.IStatement,System.Int32> NodeCanvas.DialogueTrees.MultipleChoiceRequestInfo::options
Dictionary_2_t9C903FF799FD3813218B3B666A8C845E79808B92* ___options_1;
// System.Single NodeCanvas.DialogueTrees.MultipleChoiceRequestInfo::availableTime
float ___availableTime_2;
// System.Boolean NodeCanvas.DialogueTrees.MultipleChoiceRequestInfo::showLastStatement
bool ___showLastStatement_3;
// System.Action`1<System.Int32> NodeCanvas.DialogueTrees.MultipleChoiceRequestInfo::SelectOption
Action_1_tD69A6DC9FBE94131E52F5A73B2A9D4AB51EEC404* ___SelectOption_4;
};
// NodeCanvas.DialogueTrees.ProxyDialogueActor
struct ProxyDialogueActor_t3D050E057A0BF626109A57858465E7C860BB5D06 : public RuntimeObject
{
// System.String NodeCanvas.DialogueTrees.ProxyDialogueActor::_name
String_t* ____name_0;
// UnityEngine.Transform NodeCanvas.DialogueTrees.ProxyDialogueActor::_transform
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ____transform_1;
};
// ParadoxNotion.Serialization.SerializationPair
struct SerializationPair_tEEBA0A1C6CF5524A880536DE68383FA379AC8BF6 : public RuntimeObject
{
// System.String ParadoxNotion.Serialization.SerializationPair::_json
String_t* ____json_0;
// System.Collections.Generic.List`1<UnityEngine.Object> ParadoxNotion.Serialization.SerializationPair::_references
List_1_t9A2E2984B23260AECDFA90CEB1F2887075FA4DF3* ____references_1;
};
// NodeCanvas.DialogueTrees.Statement
struct Statement_t6757EBA4322D6904926C2F6C6BA3586736638A77 : public RuntimeObject
{
// System.String NodeCanvas.DialogueTrees.Statement::_text
String_t* ____text_0;
// UnityEngine.AudioClip NodeCanvas.DialogueTrees.Statement::_audio
AudioClip_t5D272C4EB4F2D3ED49F1C346DEA373CF6D585F20* ____audio_1;
// System.String NodeCanvas.DialogueTrees.Statement::_meta
String_t* ____meta_2;
};
// 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.DialogueTrees.SubtitlesRequestInfo
struct SubtitlesRequestInfo_t41049B0554DE0A09F7EC7B4724FCE29A57DDF059 : public RuntimeObject
{
// NodeCanvas.DialogueTrees.IDialogueActor NodeCanvas.DialogueTrees.SubtitlesRequestInfo::actor
RuntimeObject* ___actor_0;
// NodeCanvas.DialogueTrees.IStatement NodeCanvas.DialogueTrees.SubtitlesRequestInfo::statement
RuntimeObject* ___statement_1;
// System.Action NodeCanvas.DialogueTrees.SubtitlesRequestInfo::Continue
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___Continue_2;
};
// 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;
};
// System.Threading.Tasks.Task
struct Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572 : public RuntimeObject
{
// System.Int32 modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.Tasks.Task::m_taskId
int32_t ___m_taskId_1;
// System.Delegate System.Threading.Tasks.Task::m_action
Delegate_t* ___m_action_2;
// System.Object System.Threading.Tasks.Task::m_stateObject
RuntimeObject* ___m_stateObject_3;
// System.Threading.Tasks.TaskScheduler System.Threading.Tasks.Task::m_taskScheduler
TaskScheduler_t3F0550EBEF7C41F74EC8C08FF4BED0D8CE66006E* ___m_taskScheduler_4;
// System.Threading.Tasks.Task System.Threading.Tasks.Task::m_parent
Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* ___m_parent_5;
// System.Int32 modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.Tasks.Task::m_stateFlags
int32_t ___m_stateFlags_6;
// System.Object modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.Tasks.Task::m_continuationObject
RuntimeObject* ___m_continuationObject_7;
// System.Threading.Tasks.Task/ContingentProperties modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.Tasks.Task::m_contingentProperties
ContingentProperties_t3FA59480914505CEA917B1002EC675F29D0CB540* ___m_contingentProperties_10;
};
// ParadoxNotion.Services.Threader
struct Threader_tFDCB2BB163812D50862D40F363A5EEA1073B1412 : 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
{
};
// ParadoxNotion.Serialization.FullSerializer.fsData
struct fsData_t0D9C403CA222F8A5CB8A66578340497D65E47FF0 : public RuntimeObject
{
// System.Object ParadoxNotion.Serialization.FullSerializer.fsData::_value
RuntimeObject* ____value_0;
};
// NodeCanvas.DialogueTrees.ActionNode/<UpdateAction>d__10
struct U3CUpdateActionU3Ed__10_t58D759E65FAEC1D6EF8968F628B117BCBF38F2BC : public RuntimeObject
{
// System.Int32 NodeCanvas.DialogueTrees.ActionNode/<UpdateAction>d__10::<>1__state
int32_t ___U3CU3E1__state_0;
// System.Object NodeCanvas.DialogueTrees.ActionNode/<UpdateAction>d__10::<>2__current
RuntimeObject* ___U3CU3E2__current_1;
// NodeCanvas.DialogueTrees.ActionNode NodeCanvas.DialogueTrees.ActionNode/<UpdateAction>d__10::<>4__this
ActionNode_t0FACE43AC34B62ABB244E5AC57C8225761F0C8DF* ___U3CU3E4__this_2;
// UnityEngine.Component NodeCanvas.DialogueTrees.ActionNode/<UpdateAction>d__10::actionAgent
Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* ___actionAgent_3;
};
// NodeCanvas.BehaviourTrees.BehaviourTree/DerivedSerializationData
struct DerivedSerializationData_t63E848EBB6595E04C06376AC31B7E3DBE63A664B : public RuntimeObject
{
// System.Boolean NodeCanvas.BehaviourTrees.BehaviourTree/DerivedSerializationData::repeat
bool ___repeat_0;
// System.Single NodeCanvas.BehaviourTrees.BehaviourTree/DerivedSerializationData::updateInterval
float ___updateInterval_1;
};
// NodeCanvas.DialogueTrees.DialogueTree/<>c
struct U3CU3Ec_tA4B06DBDF2A83021639CF2EFCDFA359942440699 : public RuntimeObject
{
};
// NodeCanvas.DialogueTrees.DialogueTree/<>c__DisplayClass47_0
struct U3CU3Ec__DisplayClass47_0_t8A16EED69247DC6F786CCD49AA79C236374BDF38 : public RuntimeObject
{
// System.String NodeCanvas.DialogueTrees.DialogueTree/<>c__DisplayClass47_0::id
String_t* ___id_0;
};
// NodeCanvas.DialogueTrees.DialogueTree/<>c__DisplayClass48_0
struct U3CU3Ec__DisplayClass48_0_t3E3748268522724C4BFA997CBEECCAE382638A49 : public RuntimeObject
{
// System.String NodeCanvas.DialogueTrees.DialogueTree/<>c__DisplayClass48_0::paramName
String_t* ___paramName_0;
};
// NodeCanvas.DialogueTrees.DialogueTree/<>c__DisplayClass50_0
struct U3CU3Ec__DisplayClass50_0_tE256E0F1C4D57F87203529B25720ADBD7FC74B7F : public RuntimeObject
{
// System.String NodeCanvas.DialogueTrees.DialogueTree/<>c__DisplayClass50_0::paramName
String_t* ___paramName_0;
};
// NodeCanvas.DialogueTrees.DialogueTree/<>c__DisplayClass51_0
struct U3CU3Ec__DisplayClass51_0_t1CF0FF326BD2713D46B0DCDDFEFDFC3FD0AA3C2B : public RuntimeObject
{
// System.String NodeCanvas.DialogueTrees.DialogueTree/<>c__DisplayClass51_0::paramName
String_t* ___paramName_0;
};
// NodeCanvas.DialogueTrees.DialogueTree/ActorParameter
struct ActorParameter_t745744DE212B4E613AA3951A71B2338C23F06070 : public RuntimeObject
{
// System.String NodeCanvas.DialogueTrees.DialogueTree/ActorParameter::_keyName
String_t* ____keyName_0;
// System.String NodeCanvas.DialogueTrees.DialogueTree/ActorParameter::_id
String_t* ____id_1;
// UnityEngine.Object NodeCanvas.DialogueTrees.DialogueTree/ActorParameter::_actorObject
Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* ____actorObject_2;
// NodeCanvas.DialogueTrees.IDialogueActor NodeCanvas.DialogueTrees.DialogueTree/ActorParameter::_actor
RuntimeObject* ____actor_3;
};
// NodeCanvas.DialogueTrees.UI.Examples.DialogueUGUI/<>c__DisplayClass29_0
struct U3CU3Ec__DisplayClass29_0_tA26C5A9406B66649B1F14C6D22BFAF5E06792502 : public RuntimeObject
{
// System.Boolean NodeCanvas.DialogueTrees.UI.Examples.DialogueUGUI/<>c__DisplayClass29_0::inputDown
bool ___inputDown_0;
};
// NodeCanvas.DialogueTrees.UI.Examples.DialogueUGUI/<>c__DisplayClass33_0
struct U3CU3Ec__DisplayClass33_0_tAA84FC0D1AC93BBBE8AF1EF59B36F4AC18742D67 : public RuntimeObject
{
// NodeCanvas.DialogueTrees.UI.Examples.DialogueUGUI NodeCanvas.DialogueTrees.UI.Examples.DialogueUGUI/<>c__DisplayClass33_0::<>4__this
DialogueUGUI_t4C6218B4429FE06BE4FC8D201E691AA65A548A2F* ___U3CU3E4__this_0;
// NodeCanvas.DialogueTrees.MultipleChoiceRequestInfo NodeCanvas.DialogueTrees.UI.Examples.DialogueUGUI/<>c__DisplayClass33_0::info
MultipleChoiceRequestInfo_t6345C3417C50A129FF51D0A36971E188D06B4180* ___info_1;
};
// NodeCanvas.DialogueTrees.UI.Examples.DialogueUGUI/<>c__DisplayClass33_1
struct U3CU3Ec__DisplayClass33_1_t1CD9B0D9930DC89E4F5443CBC6FEDCC998AE937C : public RuntimeObject
{
// UnityEngine.UI.Button NodeCanvas.DialogueTrees.UI.Examples.DialogueUGUI/<>c__DisplayClass33_1::btn
Button_t6786514A57F7AFDEE5431112FEA0CAB24F5AE098* ___btn_0;
// NodeCanvas.DialogueTrees.UI.Examples.DialogueUGUI/<>c__DisplayClass33_0 NodeCanvas.DialogueTrees.UI.Examples.DialogueUGUI/<>c__DisplayClass33_1::CS$<>8__locals1
U3CU3Ec__DisplayClass33_0_tAA84FC0D1AC93BBBE8AF1EF59B36F4AC18742D67* ___CSU24U3CU3E8__locals1_1;
};
// NodeCanvas.DialogueTrees.UI.Examples.DialogueUGUI/<CheckInput>d__31
struct U3CCheckInputU3Ed__31_tB4E587FFFEFD91E0F2CE0DC4AFE9607C26CBA63A : public RuntimeObject
{
// System.Int32 NodeCanvas.DialogueTrees.UI.Examples.DialogueUGUI/<CheckInput>d__31::<>1__state
int32_t ___U3CU3E1__state_0;
// System.Object NodeCanvas.DialogueTrees.UI.Examples.DialogueUGUI/<CheckInput>d__31::<>2__current
RuntimeObject* ___U3CU3E2__current_1;
// System.Action NodeCanvas.DialogueTrees.UI.Examples.DialogueUGUI/<CheckInput>d__31::Do
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___Do_2;
};
// NodeCanvas.DialogueTrees.UI.Examples.DialogueUGUI/<CountDown>d__34
struct U3CCountDownU3Ed__34_tC07C14B62A83FD440A70180E58A53F35AC19E7C3 : public RuntimeObject
{
// System.Int32 NodeCanvas.DialogueTrees.UI.Examples.DialogueUGUI/<CountDown>d__34::<>1__state
int32_t ___U3CU3E1__state_0;
// System.Object NodeCanvas.DialogueTrees.UI.Examples.DialogueUGUI/<CountDown>d__34::<>2__current
RuntimeObject* ___U3CU3E2__current_1;
// NodeCanvas.DialogueTrees.UI.Examples.DialogueUGUI NodeCanvas.DialogueTrees.UI.Examples.DialogueUGUI/<CountDown>d__34::<>4__this
DialogueUGUI_t4C6218B4429FE06BE4FC8D201E691AA65A548A2F* ___U3CU3E4__this_2;
// NodeCanvas.DialogueTrees.MultipleChoiceRequestInfo NodeCanvas.DialogueTrees.UI.Examples.DialogueUGUI/<CountDown>d__34::info
MultipleChoiceRequestInfo_t6345C3417C50A129FF51D0A36971E188D06B4180* ___info_3;
// System.Single NodeCanvas.DialogueTrees.UI.Examples.DialogueUGUI/<CountDown>d__34::<timer>5__2
float ___U3CtimerU3E5__2_4;
};
// NodeCanvas.DialogueTrees.UI.Examples.DialogueUGUI/<DelayPrint>d__32
struct U3CDelayPrintU3Ed__32_tB6B4CD55BB9F5836C38CFF9AC6D69BB4EC439AF9 : public RuntimeObject
{
// System.Int32 NodeCanvas.DialogueTrees.UI.Examples.DialogueUGUI/<DelayPrint>d__32::<>1__state
int32_t ___U3CU3E1__state_0;
// System.Object NodeCanvas.DialogueTrees.UI.Examples.DialogueUGUI/<DelayPrint>d__32::<>2__current
RuntimeObject* ___U3CU3E2__current_1;
// System.Single NodeCanvas.DialogueTrees.UI.Examples.DialogueUGUI/<DelayPrint>d__32::time
float ___time_2;
// System.Single NodeCanvas.DialogueTrees.UI.Examples.DialogueUGUI/<DelayPrint>d__32::<timer>5__2
float ___U3CtimerU3E5__2_3;
};
// NodeCanvas.DialogueTrees.UI.Examples.DialogueUGUI/<Internal_OnSubtitlesRequestInfo>d__29
struct U3CInternal_OnSubtitlesRequestInfoU3Ed__29_t7EF5E40D4011CEE1497015C86867A8CB940FDAA2 : public RuntimeObject
{
// System.Int32 NodeCanvas.DialogueTrees.UI.Examples.DialogueUGUI/<Internal_OnSubtitlesRequestInfo>d__29::<>1__state
int32_t ___U3CU3E1__state_0;
// System.Object NodeCanvas.DialogueTrees.UI.Examples.DialogueUGUI/<Internal_OnSubtitlesRequestInfo>d__29::<>2__current
RuntimeObject* ___U3CU3E2__current_1;
// NodeCanvas.DialogueTrees.SubtitlesRequestInfo NodeCanvas.DialogueTrees.UI.Examples.DialogueUGUI/<Internal_OnSubtitlesRequestInfo>d__29::info
SubtitlesRequestInfo_t41049B0554DE0A09F7EC7B4724FCE29A57DDF059* ___info_2;
// NodeCanvas.DialogueTrees.UI.Examples.DialogueUGUI NodeCanvas.DialogueTrees.UI.Examples.DialogueUGUI/<Internal_OnSubtitlesRequestInfo>d__29::<>4__this
DialogueUGUI_t4C6218B4429FE06BE4FC8D201E691AA65A548A2F* ___U3CU3E4__this_3;
// NodeCanvas.DialogueTrees.UI.Examples.DialogueUGUI/<>c__DisplayClass29_0 NodeCanvas.DialogueTrees.UI.Examples.DialogueUGUI/<Internal_OnSubtitlesRequestInfo>d__29::<>8__1
U3CU3Ec__DisplayClass29_0_tA26C5A9406B66649B1F14C6D22BFAF5E06792502* ___U3CU3E8__1_4;
// System.String NodeCanvas.DialogueTrees.UI.Examples.DialogueUGUI/<Internal_OnSubtitlesRequestInfo>d__29::<text>5__2
String_t* ___U3CtextU3E5__2_5;
// UnityEngine.AudioClip NodeCanvas.DialogueTrees.UI.Examples.DialogueUGUI/<Internal_OnSubtitlesRequestInfo>d__29::<audio>5__3
AudioClip_t5D272C4EB4F2D3ED49F1C346DEA373CF6D585F20* ___U3CaudioU3E5__3_6;
// System.Single NodeCanvas.DialogueTrees.UI.Examples.DialogueUGUI/<Internal_OnSubtitlesRequestInfo>d__29::<timer>5__4
float ___U3CtimerU3E5__4_7;
// System.String NodeCanvas.DialogueTrees.UI.Examples.DialogueUGUI/<Internal_OnSubtitlesRequestInfo>d__29::<tempText>5__5
String_t* ___U3CtempTextU3E5__5_8;
// System.Int32 NodeCanvas.DialogueTrees.UI.Examples.DialogueUGUI/<Internal_OnSubtitlesRequestInfo>d__29::<i>5__6
int32_t ___U3CiU3E5__6_9;
// System.Char NodeCanvas.DialogueTrees.UI.Examples.DialogueUGUI/<Internal_OnSubtitlesRequestInfo>d__29::<c>5__7
Il2CppChar ___U3CcU3E5__7_10;
};
// NodeCanvas.DialogueTrees.UI.Examples.DialogueUGUI/SubtitleDelays
struct SubtitleDelays_t77B1D49BE02D362170F222FF7F022241F0286AD5 : public RuntimeObject
{
// System.Single NodeCanvas.DialogueTrees.UI.Examples.DialogueUGUI/SubtitleDelays::characterDelay
float ___characterDelay_0;
// System.Single NodeCanvas.DialogueTrees.UI.Examples.DialogueUGUI/SubtitleDelays::sentenceDelay
float ___sentenceDelay_1;
// System.Single NodeCanvas.DialogueTrees.UI.Examples.DialogueUGUI/SubtitleDelays::commaDelay
float ___commaDelay_2;
// System.Single NodeCanvas.DialogueTrees.UI.Examples.DialogueUGUI/SubtitleDelays::finalDelay
float ___finalDelay_3;
};
// NodeCanvas.BehaviourTrees.Filter/<Cooldown>d__11
struct U3CCooldownU3Ed__11_t1E42D04B72AB3264033ACD9D091DA6D5FD1F173D : public RuntimeObject
{
// System.Int32 NodeCanvas.BehaviourTrees.Filter/<Cooldown>d__11::<>1__state
int32_t ___U3CU3E1__state_0;
// System.Object NodeCanvas.BehaviourTrees.Filter/<Cooldown>d__11::<>2__current
RuntimeObject* ___U3CU3E2__current_1;
// NodeCanvas.BehaviourTrees.Filter NodeCanvas.BehaviourTrees.Filter/<Cooldown>d__11::<>4__this
Filter_tFFE042085ED35472D16F2F32CA12DBC682103612* ___U3CU3E4__this_2;
};
// NodeCanvas.Framework.Graph/<>c
struct U3CU3Ec_tB79B6CA88AA31071491EC25DD1A17FD57FAA148F : public RuntimeObject
{
};
// NodeCanvas.Framework.Graph/<>c__DisplayClass185_0
struct U3CU3Ec__DisplayClass185_0_tC22116BADA546CF32BB57A691C535061A1BF9806 : public RuntimeObject
{
// System.Int32 NodeCanvas.Framework.Graph/<>c__DisplayClass185_0::searchID
int32_t ___searchID_0;
};
// NodeCanvas.Framework.Graph/<>c__DisplayClass202_0
struct U3CU3Ec__DisplayClass202_0_t594AC677C7AFEB1C4949A77503DA9CD7C148FEF3 : public RuntimeObject
{
// System.Collections.Generic.Stack`1<ParadoxNotion.HierarchyTree/Element> NodeCanvas.Framework.Graph/<>c__DisplayClass202_0::stack
Stack_1_t8CF49818C4814B468364DB7D1B751062E3A6191B* ___stack_0;
// ParadoxNotion.HierarchyTree/Element NodeCanvas.Framework.Graph/<>c__DisplayClass202_0::parentElement
Element_t3ABE015B81AFFE208F4314A4A588E9E7EFD63407* ___parentElement_1;
};
// NodeCanvas.Framework.Graph/<>c__DisplayClass205_0
struct U3CU3Ec__DisplayClass205_0_t10347BA08C14B3385B4F2B7656D5125A2DF32098 : public RuntimeObject
{
// System.Collections.Generic.List`1<NodeCanvas.Framework.Task> NodeCanvas.Framework.Graph/<>c__DisplayClass205_0::result
List_1_t2338E7E26462DEE44946C327D8DE6718C0BFFC4D* ___result_0;
};
// NodeCanvas.Framework.Graph/<>c__DisplayClass206_0
struct U3CU3Ec__DisplayClass206_0_t085B4A6928AC1787F49A73FD23EBF2938EB63A37 : public RuntimeObject
{
// System.Collections.Generic.List`1<NodeCanvas.Framework.BBParameter> NodeCanvas.Framework.Graph/<>c__DisplayClass206_0::result
List_1_tAD83E1E173C28ABFECA64AA58E75072EF894EF92* ___result_0;
};
// NodeCanvas.Framework.Graph/<>c__DisplayClass211_0
struct U3CU3Ec__DisplayClass211_0_tE7BCD680E06FE349AA2FBB1FEF736AC9C6D43775 : public RuntimeObject
{
// NodeCanvas.Framework.Node NodeCanvas.Framework.Graph/<>c__DisplayClass211_0::node
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* ___node_0;
};
// NodeCanvas.Framework.Graph/<>c__DisplayClass214_0
struct U3CU3Ec__DisplayClass214_0_t9F0F42B648EEAE51628BEE31175C4982C2790732 : public RuntimeObject
{
// NodeCanvas.Framework.Graph NodeCanvas.Framework.Graph/<>c__DisplayClass214_0::targetGraph
Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* ___targetGraph_0;
};
// ParadoxNotion.HierarchyTree/Element
struct Element_t3ABE015B81AFFE208F4314A4A588E9E7EFD63407 : public RuntimeObject
{
// System.Object ParadoxNotion.HierarchyTree/Element::_reference
RuntimeObject* ____reference_0;
// ParadoxNotion.HierarchyTree/Element ParadoxNotion.HierarchyTree/Element::_parent
Element_t3ABE015B81AFFE208F4314A4A588E9E7EFD63407* ____parent_1;
// System.Collections.Generic.List`1<ParadoxNotion.HierarchyTree/Element> ParadoxNotion.HierarchyTree/Element::_children
List_1_tA5408B6288D83597FD896916E8EA6F202428E5DD* ____children_2;
};
// NodeCanvas.Framework.IGraphAssignableExtensions/<>c__DisplayClass1_0
struct U3CU3Ec__DisplayClass1_0_tDAD823F42A503730E2CDC74818B01BA9EAB3613F : public RuntimeObject
{
// NodeCanvas.Framework.IGraphAssignable NodeCanvas.Framework.IGraphAssignableExtensions/<>c__DisplayClass1_0::assignable
RuntimeObject* ___assignable_0;
// System.Action`1<System.Boolean> NodeCanvas.Framework.IGraphAssignableExtensions/<>c__DisplayClass1_0::callback
Action_1_t10DCB0C07D0D3C565CEACADC80D1152B35A45F6C* ___callback_1;
};
// NodeCanvas.DialogueTrees.MultipleChoiceNode/<>c__DisplayClass9_0
struct U3CU3Ec__DisplayClass9_0_t4FCD21E0D35344B38665D4761BAF0130E8E3FFBB : public RuntimeObject
{
// NodeCanvas.DialogueTrees.MultipleChoiceNode NodeCanvas.DialogueTrees.MultipleChoiceNode/<>c__DisplayClass9_0::<>4__this
MultipleChoiceNode_t4D6F18CA0860AE3343A514EF3AE4B953C1399C25* ___U3CU3E4__this_0;
// System.Int32 NodeCanvas.DialogueTrees.MultipleChoiceNode/<>c__DisplayClass9_0::index
int32_t ___index_1;
};
// NodeCanvas.DialogueTrees.MultipleChoiceNode/Choice
struct Choice_tF5944A2CC8BFEDCFDEA677F2389509623E635F76 : public RuntimeObject
{
// System.Boolean NodeCanvas.DialogueTrees.MultipleChoiceNode/Choice::isUnfolded
bool ___isUnfolded_0;
// NodeCanvas.DialogueTrees.Statement NodeCanvas.DialogueTrees.MultipleChoiceNode/Choice::statement
Statement_t6757EBA4322D6904926C2F6C6BA3586736638A77* ___statement_1;
// NodeCanvas.Framework.ConditionTask NodeCanvas.DialogueTrees.MultipleChoiceNode/Choice::condition
ConditionTask_t518F9B03584F4835F78D6DE297CE36AED500BEE8* ___condition_2;
};
// NodeCanvas.Framework.Node/<>c
struct U3CU3Ec_tCE51E458C3D020B7B37D8BC9E23240C04C8E812F : public RuntimeObject
{
};
// NodeCanvas.Framework.Node/<>c__DisplayClass102_0
struct U3CU3Ec__DisplayClass102_0_t6F8B591FF4ECC4D577E48F75C78B168C984D5548 : public RuntimeObject
{
// NodeCanvas.Framework.Node NodeCanvas.Framework.Node/<>c__DisplayClass102_0::b
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* ___b_0;
// NodeCanvas.Framework.Node NodeCanvas.Framework.Node/<>c__DisplayClass102_0::a
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* ___a_1;
};
// NodeCanvas.Framework.Node/<>c__DisplayClass107_0
struct U3CU3Ec__DisplayClass107_0_t968F5A084AD5BCC9F177B35B08210FE8A240AFFF : public RuntimeObject
{
// NodeCanvas.Framework.Node NodeCanvas.Framework.Node/<>c__DisplayClass107_0::parentNode
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* ___parentNode_0;
};
// NodeCanvas.Framework.Node/<>c__DisplayClass108_0
struct U3CU3Ec__DisplayClass108_0_t4DEC1C6F4995ACC7914D8F485C89686E8E083401 : public RuntimeObject
{
// NodeCanvas.Framework.Node NodeCanvas.Framework.Node/<>c__DisplayClass108_0::childNode
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* ___childNode_0;
};
// NodeCanvas.Framework.Node/<YieldBreak>d__92
struct U3CYieldBreakU3Ed__92_t09981DFD3E5295264477CD9DD9F49B77DAF3ECA6 : public RuntimeObject
{
// System.Int32 NodeCanvas.Framework.Node/<YieldBreak>d__92::<>1__state
int32_t ___U3CU3E1__state_0;
// System.Object NodeCanvas.Framework.Node/<YieldBreak>d__92::<>2__current
RuntimeObject* ___U3CU3E2__current_1;
// System.Action NodeCanvas.Framework.Node/<YieldBreak>d__92::resume
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___resume_2;
};
// NodeCanvas.BehaviourTrees.PrioritySelector/Consideration
struct Consideration_t56F0F88BED35249A6491A5612F9F64D00CECD8DE : public RuntimeObject
{
// NodeCanvas.Framework.BBParameter`1<System.Single> NodeCanvas.BehaviourTrees.PrioritySelector/Consideration::input
BBParameter_1_tBF43B031C046DDE9CC5360F10411F13194CA4A9F* ___input_0;
// NodeCanvas.Framework.BBParameter`1<UnityEngine.AnimationCurve> NodeCanvas.BehaviourTrees.PrioritySelector/Consideration::function
BBParameter_1_tCAC0C5F864E225E6286545A1DE9E85F36F9D9B1D* ___function_1;
};
// NodeCanvas.BehaviourTrees.PrioritySelector/Desire
struct Desire_t9BC760ADBFA7ABE86EB6268DD8BF4F270DAFE221 : public RuntimeObject
{
// System.String NodeCanvas.BehaviourTrees.PrioritySelector/Desire::name
String_t* ___name_0;
// System.Boolean NodeCanvas.BehaviourTrees.PrioritySelector/Desire::foldout
bool ___foldout_1;
// System.Collections.Generic.List`1<NodeCanvas.BehaviourTrees.PrioritySelector/Consideration> NodeCanvas.BehaviourTrees.PrioritySelector/Desire::considerations
List_1_tF88264E0E4A394FD0A1775D90BE5E1D8AF1FC6A9* ___considerations_2;
};
// NodeCanvas.DialogueTrees.ProbabilitySelector/Option
struct Option_tD286B3F074EB773E35D37ED3CE39A38C1C267FDF : public RuntimeObject
{
// NodeCanvas.Framework.BBParameter`1<System.Single> NodeCanvas.DialogueTrees.ProbabilitySelector/Option::weight
BBParameter_1_tBF43B031C046DDE9CC5360F10411F13194CA4A9F* ___weight_0;
// NodeCanvas.Framework.ConditionTask NodeCanvas.DialogueTrees.ProbabilitySelector/Option::condition
ConditionTask_t518F9B03584F4835F78D6DE297CE36AED500BEE8* ___condition_1;
};
// NodeCanvas.Framework.SignalDefinition/<>c__DisplayClass10_0
struct U3CU3Ec__DisplayClass10_0_tCFDA08404FEFAEEB929FBFE13419E534BA420BE2 : public RuntimeObject
{
// System.String NodeCanvas.Framework.SignalDefinition/<>c__DisplayClass10_0::name
String_t* ___name_0;
};
// NodeCanvas.DialogueTrees.Statement/<>c__DisplayClass16_0
struct U3CU3Ec__DisplayClass16_0_t367C7FBEAE22FCCE4FEBD8D80353A127E361D5EC : public RuntimeObject
{
// NodeCanvas.Framework.IBlackboard NodeCanvas.DialogueTrees.Statement/<>c__DisplayClass16_0::bb
RuntimeObject* ___bb_0;
};
// NodeCanvas.Framework.BBParameter`1<UnityEngine.AnimationCurve>
struct BBParameter_1_tCAC0C5F864E225E6286545A1DE9E85F36F9D9B1D : public BBParameter_tD717AF8560E573DF3DA925034F257F669CDDBA60
{
// T NodeCanvas.Framework.BBParameter`1::_value
AnimationCurve_tCBFFAAD05CEBB35EF8D8631BD99914BE1A6BB354* ____value_5;
// System.Func`1<T> NodeCanvas.Framework.BBParameter`1::getter
Func_1_t9806E6F443E772973B444391F2E1D243B2A5A3C1* ___getter_6;
// System.Action`1<T> NodeCanvas.Framework.BBParameter`1::setter
Action_1_tF9563AC47C87CCF2FEDDDB80F16C76DB99D6ABA2* ___setter_7;
};
// NodeCanvas.Framework.BBParameter`1<NodeCanvas.BehaviourTrees.BehaviourTree>
struct BBParameter_1_tD8B00AA271CA0F4F1EF7EE7EFD44C1B825886B72 : public BBParameter_tD717AF8560E573DF3DA925034F257F669CDDBA60
{
// T NodeCanvas.Framework.BBParameter`1::_value
BehaviourTree_t6AF4016EBA17F68BDB7FA2350CDD23D7D3629562* ____value_5;
// System.Func`1<T> NodeCanvas.Framework.BBParameter`1::getter
Func_1_tA2C811703BFEA73E3F27FD835046DFC3C1AE7ACF* ___getter_6;
// System.Action`1<T> NodeCanvas.Framework.BBParameter`1::setter
Action_1_t3FEFC2F19F3031238E1CB649FE22FBE6EC2C51D7* ___setter_7;
};
// NodeCanvas.Framework.BBParameter`1<NodeCanvas.DialogueTrees.DialogueTree>
struct BBParameter_1_t7D2CCDC664C363F46A8F00D1CAE56761A4DC3E60 : public BBParameter_tD717AF8560E573DF3DA925034F257F669CDDBA60
{
// T NodeCanvas.Framework.BBParameter`1::_value
DialogueTree_t2208AC38C45014AF5E0A41AD1E0DBB299BEB849D* ____value_5;
// System.Func`1<T> NodeCanvas.Framework.BBParameter`1::getter
Func_1_tC8CDD30E85D031FA68D6E13A590F3297AE205917* ___getter_6;
// System.Action`1<T> NodeCanvas.Framework.BBParameter`1::setter
Action_1_t557315032B63D5326A1C491BEAC87A170078C76D* ___setter_7;
};
// NodeCanvas.Framework.BBParameter`1<NodeCanvas.StateMachines.FSM>
struct BBParameter_1_t81B71A846E64274644256769AC1CA3655E13C981 : public BBParameter_tD717AF8560E573DF3DA925034F257F669CDDBA60
{
// T NodeCanvas.Framework.BBParameter`1::_value
FSM_t0ACFCEDF2EBA21CEAD375CC7F7774917D6C0A554* ____value_5;
// System.Func`1<T> NodeCanvas.Framework.BBParameter`1::getter
Func_1_t7421F1C2F98A79D5734A53A218E67B5AEED1C202* ___getter_6;
// System.Action`1<T> NodeCanvas.Framework.BBParameter`1::setter
Action_1_t6B79FC20B924FDE6974A0167AC9D1F2D8FF61E3E* ___setter_7;
};
// 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.Collections.IList>
struct BBParameter_1_tD031BD030A44C0FD7F183E7203A4443A98153C09 : public BBParameter_tD717AF8560E573DF3DA925034F257F669CDDBA60
{
// T NodeCanvas.Framework.BBParameter`1::_value
RuntimeObject* ____value_5;
// System.Func`1<T> NodeCanvas.Framework.BBParameter`1::getter
Func_1_tC37BB1FEBBDB8A1C318C9E756020B90DEBF28E11* ___getter_6;
// System.Action`1<T> NodeCanvas.Framework.BBParameter`1::setter
Action_1_tA4D402C2406ABE94C72E13C825426DD4E8EC9E21* ___setter_7;
};
// NodeCanvas.Framework.BBParameter`1<System.Int32>
struct BBParameter_1_t0CED53FC373D2A18BE910895E6A74B0C7E89E10E : public BBParameter_tD717AF8560E573DF3DA925034F257F669CDDBA60
{
// T NodeCanvas.Framework.BBParameter`1::_value
int32_t ____value_5;
// System.Func`1<T> NodeCanvas.Framework.BBParameter`1::getter
Func_1_tC288CCB64EFD1F5FD49C3F8DE91FE62905E44BCD* ___getter_6;
// System.Action`1<T> NodeCanvas.Framework.BBParameter`1::setter
Action_1_tD69A6DC9FBE94131E52F5A73B2A9D4AB51EEC404* ___setter_7;
};
// NodeCanvas.Framework.BBParameter`1<System.Object>
struct BBParameter_1_tB46669698C0BE7BD6EFB9A7BE9458183044389E3 : public BBParameter_tD717AF8560E573DF3DA925034F257F669CDDBA60
{
// T NodeCanvas.Framework.BBParameter`1::_value
RuntimeObject* ____value_5;
// System.Func`1<T> NodeCanvas.Framework.BBParameter`1::getter
Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4* ___getter_6;
// System.Action`1<T> NodeCanvas.Framework.BBParameter`1::setter
Action_1_t6F9EB113EB3F16226AEF811A2744F4111C116C87* ___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;
};
// NodeCanvas.Framework.BBParameter`1<System.String>
struct BBParameter_1_t2E97E8688F814FF994B59AE3C63CE738054D8809 : public BBParameter_tD717AF8560E573DF3DA925034F257F669CDDBA60
{
// T NodeCanvas.Framework.BBParameter`1::_value
String_t* ____value_5;
// System.Func`1<T> NodeCanvas.Framework.BBParameter`1::getter
Func_1_t367387BB2C476D3F32DB12161B5FDC128DC3231C* ___getter_6;
// System.Action`1<T> NodeCanvas.Framework.BBParameter`1::setter
Action_1_t3CB5D1A819C3ED3F99E9E39F890F18633253949A* ___setter_7;
};
// System.Collections.Generic.List`1/Enumerator<NodeCanvas.Framework.BBParameter`1<System.Single>>
struct Enumerator_tD15EEE3AAF977EF68284309E71597AE34FC96EAC
{
// System.Collections.Generic.List`1<T> System.Collections.Generic.List`1/Enumerator::_list
List_1_t6E1C3C361234D5B22FE1A015A8E75DBBA982A1D5* ____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
BBParameter_1_tBF43B031C046DDE9CC5360F10411F13194CA4A9F* ____current_3;
};
// System.Collections.Generic.List`1/Enumerator<NodeCanvas.Framework.Connection>
struct Enumerator_tF82073725A10498AEE7CD48DA8817CB409E25C76
{
// System.Collections.Generic.List`1<T> System.Collections.Generic.List`1/Enumerator::_list
List_1_t619EB3258C7F1EBD15A485EA09888BE9FC87AC7E* ____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
Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D* ____current_3;
};
// System.Collections.Generic.List`1/Enumerator<NodeCanvas.Framework.Node>
struct Enumerator_t3D27D75DE68B41FEB6AFC49A802F42032CECA660
{
// System.Collections.Generic.List`1<T> System.Collections.Generic.List`1/Enumerator::_list
List_1_t90487A8EA186417AA0A6F2B22B58D1BAE3334437* ____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
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* ____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.Dictionary`2/KeyCollection/Enumerator<UnityEngine.UI.Button,System.Int32>
struct Enumerator_t7469DEDB667B9F0D0331B914393E07A721E5DCF3
{
// System.Collections.Generic.Dictionary`2<TKey,TValue> System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator::_dictionary
Dictionary_2_t7859C6FFE6937629581727659DC7F88C3161A03C* ____dictionary_0;
// System.Int32 System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator::_index
int32_t ____index_1;
// System.Int32 System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator::_version
int32_t ____version_2;
// TKey System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator::_currentKey
Button_t6786514A57F7AFDEE5431112FEA0CAB24F5AE098* ____currentKey_3;
};
// System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<NodeCanvas.Framework.Graph,NodeCanvas.Framework.Graph>
struct Enumerator_t81FFCB650AC787ADAAC97862B2C0948DC1FA3B9D
{
// System.Collections.Generic.Dictionary`2<TKey,TValue> System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator::_dictionary
Dictionary_2_t53340DA94CD089F96CBE1DAF7C4D853B6AF205FA* ____dictionary_0;
// System.Int32 System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator::_index
int32_t ____index_1;
// System.Int32 System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator::_version
int32_t ____version_2;
// TValue System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator::_currentValue
Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* ____currentValue_3;
};
// System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Object,System.Int32>
struct Enumerator_t0EF9FB8013961DF612AC6D349B739450CA287820
{
// System.Collections.Generic.Dictionary`2<TKey,TValue> System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator::_dictionary
Dictionary_2_t5C96F4B6841710A9013966F76224BAE01FB4B4D1* ____dictionary_0;
// System.Int32 System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator::_index
int32_t ____index_1;
// System.Int32 System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator::_version
int32_t ____version_2;
// TKey System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator::_currentKey
RuntimeObject* ____currentKey_3;
};
// System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Object,System.Object>
struct Enumerator_t44124D16E0B2F7308FF4069BE06369B5A83896EB
{
// System.Collections.Generic.Dictionary`2<TKey,TValue> System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator::_dictionary
Dictionary_2_t14FE4A752A83D53771C584E4C8D14E01F2AFD7BA* ____dictionary_0;
// System.Int32 System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator::_index
int32_t ____index_1;
// System.Int32 System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator::_version
int32_t ____version_2;
// TValue System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator::_currentValue
RuntimeObject* ____currentValue_3;
};
// System.Collections.Generic.KeyValuePair`2<NodeCanvas.DialogueTrees.IStatement,System.Int32>
struct KeyValuePair_2_tAB74FD390C54C58DC84D7481D237FD528560C6CF
{
// TKey System.Collections.Generic.KeyValuePair`2::key
RuntimeObject* ___key_0;
// TValue System.Collections.Generic.KeyValuePair`2::value
int32_t ___value_1;
};
// System.Collections.Generic.KeyValuePair`2<System.Int32,System.Int32>
struct KeyValuePair_2_tA6BE5EEAC56CB97CB7383FCC3CC6C84FAF129189
{
// TKey System.Collections.Generic.KeyValuePair`2::key
int32_t ___key_0;
// TValue System.Collections.Generic.KeyValuePair`2::value
int32_t ___value_1;
};
// System.Collections.Generic.KeyValuePair`2<System.Object,System.Int32>
struct KeyValuePair_2_tF11CA6D20F09EC4DAB7CB3C2C394F6F2C394E6B8
{
// TKey System.Collections.Generic.KeyValuePair`2::key
RuntimeObject* ___key_0;
// TValue System.Collections.Generic.KeyValuePair`2::value
int32_t ___value_1;
};
// System.Collections.Generic.KeyValuePair`2<System.Object,System.Object>
struct KeyValuePair_2_tFC32D2507216293851350D29B64D79F950B55230
{
// TKey System.Collections.Generic.KeyValuePair`2::key
RuntimeObject* ___key_0;
// TValue System.Collections.Generic.KeyValuePair`2::value
RuntimeObject* ___value_1;
};
// System.Collections.Generic.KeyValuePair`2<System.String,NodeCanvas.DialogueTrees.IDialogueActor>
struct KeyValuePair_2_t878056F83BD6393DFB8120C809F90D0D7147D5C6
{
// TKey System.Collections.Generic.KeyValuePair`2::key
String_t* ___key_0;
// TValue System.Collections.Generic.KeyValuePair`2::value
RuntimeObject* ___value_1;
};
// System.Collections.Generic.KeyValuePair`2<System.String,System.String>
struct KeyValuePair_2_t47AB280304B50F542FD7E14F25DB2C374AEDD80A
{
// TKey System.Collections.Generic.KeyValuePair`2::key
String_t* ___key_0;
// TValue System.Collections.Generic.KeyValuePair`2::value
String_t* ___value_1;
};
// System.Nullable`1<System.Boolean>
struct Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01
{
// System.Boolean System.Nullable`1::hasValue
bool ___hasValue_0;
// T System.Nullable`1::value
bool ___value_1;
};
// 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.Runtime.CompilerServices.AsyncMethodBuilderCore
struct AsyncMethodBuilderCore_tD5ABB3A2536319A3345B32A5481E37E23DD8CEDF
{
// System.Runtime.CompilerServices.IAsyncStateMachine System.Runtime.CompilerServices.AsyncMethodBuilderCore::m_stateMachine
RuntimeObject* ___m_stateMachine_0;
// System.Action System.Runtime.CompilerServices.AsyncMethodBuilderCore::m_defaultContextAction
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___m_defaultContextAction_1;
};
// Native definition for P/Invoke marshalling of System.Runtime.CompilerServices.AsyncMethodBuilderCore
struct AsyncMethodBuilderCore_tD5ABB3A2536319A3345B32A5481E37E23DD8CEDF_marshaled_pinvoke
{
RuntimeObject* ___m_stateMachine_0;
Il2CppMethodPointer ___m_defaultContextAction_1;
};
// Native definition for COM marshalling of System.Runtime.CompilerServices.AsyncMethodBuilderCore
struct AsyncMethodBuilderCore_tD5ABB3A2536319A3345B32A5481E37E23DD8CEDF_marshaled_com
{
RuntimeObject* ___m_stateMachine_0;
Il2CppMethodPointer ___m_defaultContextAction_1;
};
// NodeCanvas.BehaviourTrees.BTConnection
struct BTConnection_t3F2601F627E3D539C09BE1E147615B59CE391438 : public Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D
{
};
// NodeCanvas.Framework.BlackboardOnlyAttribute
struct BlackboardOnlyAttribute_tD424390208F3C8E6FF35E76DB3B914A64E224FFD : public Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA
{
};
// 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;
};
// NodeCanvas.Framework.ConditionTask
struct ConditionTask_t518F9B03584F4835F78D6DE297CE36AED500BEE8 : public Task_tF05C1B448C98EDD5D7E9E23660FCEAC40348A284
{
// System.Boolean NodeCanvas.Framework.ConditionTask::_invert
bool ____invert_10;
// System.Int32 NodeCanvas.Framework.ConditionTask::yieldReturn
int32_t ___yieldReturn_11;
// System.Int32 NodeCanvas.Framework.ConditionTask::yields
int32_t ___yields_12;
// System.Boolean NodeCanvas.Framework.ConditionTask::isRuntimeEnabled
bool ___isRuntimeEnabled_13;
};
// NodeCanvas.DialogueTrees.DTConnection
struct DTConnection_t222C9A06C140F9017A819A4D17E2132F87A87443 : public Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D
{
};
// ParadoxNotion.Design.DescriptionAttribute
struct DescriptionAttribute_tA36BC0FDBFFE79BC565383D33D6EBE3550B45F81 : public Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA
{
// System.String ParadoxNotion.Design.DescriptionAttribute::description
String_t* ___description_0;
};
// NodeCanvas.Framework.DropReferenceType
struct DropReferenceType_tCBB40530135830DADFB85F78A9E05CEAC57306D7 : public Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA
{
// System.Type NodeCanvas.Framework.DropReferenceType::type
Type_t* ___type_0;
};
// ParadoxNotion.Design.ExecutionPriorityAttribute
struct ExecutionPriorityAttribute_t1C76BF496673F5EEC9DA870670F9889E1A22BA14 : public Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA
{
// System.Int32 ParadoxNotion.Design.ExecutionPriorityAttribute::priority
int32_t ___priority_0;
};
// NodeCanvas.Framework.GraphInfoAttribute
struct GraphInfoAttribute_t4E2C7E208DA5A744907329673E84515C10151C6B : public Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA
{
// System.String NodeCanvas.Framework.GraphInfoAttribute::packageName
String_t* ___packageName_0;
// System.String NodeCanvas.Framework.GraphInfoAttribute::docsURL
String_t* ___docsURL_1;
// System.String NodeCanvas.Framework.GraphInfoAttribute::resourcesURL
String_t* ___resourcesURL_2;
// System.String NodeCanvas.Framework.GraphInfoAttribute::forumsURL
String_t* ___forumsURL_3;
};
// NodeCanvas.Framework.Internal.GraphLoadData
struct GraphLoadData_tB66F322B078529E7D0662DB455327C2E5C936304
{
// NodeCanvas.Framework.Internal.GraphSource NodeCanvas.Framework.Internal.GraphLoadData::source
GraphSource_tDFC175F2BFB99D693583B1D52BB6857C73932914* ___source_0;
// System.String NodeCanvas.Framework.Internal.GraphLoadData::json
String_t* ___json_1;
// System.Collections.Generic.List`1<UnityEngine.Object> NodeCanvas.Framework.Internal.GraphLoadData::references
List_1_t9A2E2984B23260AECDFA90CEB1F2887075FA4DF3* ___references_2;
// UnityEngine.Component NodeCanvas.Framework.Internal.GraphLoadData::agent
Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* ___agent_3;
// NodeCanvas.Framework.IBlackboard NodeCanvas.Framework.Internal.GraphLoadData::parentBlackboard
RuntimeObject* ___parentBlackboard_4;
// System.Boolean NodeCanvas.Framework.Internal.GraphLoadData::preInitializeSubGraphs
bool ___preInitializeSubGraphs_5;
};
// Native definition for P/Invoke marshalling of NodeCanvas.Framework.Internal.GraphLoadData
struct GraphLoadData_tB66F322B078529E7D0662DB455327C2E5C936304_marshaled_pinvoke
{
GraphSource_tDFC175F2BFB99D693583B1D52BB6857C73932914* ___source_0;
char* ___json_1;
List_1_t9A2E2984B23260AECDFA90CEB1F2887075FA4DF3* ___references_2;
Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* ___agent_3;
RuntimeObject* ___parentBlackboard_4;
int32_t ___preInitializeSubGraphs_5;
};
// Native definition for COM marshalling of NodeCanvas.Framework.Internal.GraphLoadData
struct GraphLoadData_tB66F322B078529E7D0662DB455327C2E5C936304_marshaled_com
{
GraphSource_tDFC175F2BFB99D693583B1D52BB6857C73932914* ___source_0;
Il2CppChar* ___json_1;
List_1_t9A2E2984B23260AECDFA90CEB1F2887075FA4DF3* ___references_2;
Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* ___agent_3;
RuntimeObject* ___parentBlackboard_4;
int32_t ___preInitializeSubGraphs_5;
};
// System.Guid
struct Guid_t
{
// System.Int32 System.Guid::_a
int32_t ____a_1;
// System.Int16 System.Guid::_b
int16_t ____b_2;
// System.Int16 System.Guid::_c
int16_t ____c_3;
// System.Byte System.Guid::_d
uint8_t ____d_4;
// System.Byte System.Guid::_e
uint8_t ____e_5;
// System.Byte System.Guid::_f
uint8_t ____f_6;
// System.Byte System.Guid::_g
uint8_t ____g_7;
// System.Byte System.Guid::_h
uint8_t ____h_8;
// System.Byte System.Guid::_i
uint8_t ____i_9;
// System.Byte System.Guid::_j
uint8_t ____j_10;
// System.Byte System.Guid::_k
uint8_t ____k_11;
};
// System.Int32
struct Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C
{
// System.Int32 System.Int32::m_value
int32_t ___m_value_0;
};
// System.IntPtr
struct IntPtr_t
{
// System.Void* System.IntPtr::m_value
void* ___m_value_0;
};
// ParadoxNotion.Design.NameAttribute
struct NameAttribute_t34E4A5AC3A040FAE69B4567071E4BDA34ECB03AC : public Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA
{
// System.String ParadoxNotion.Design.NameAttribute::name
String_t* ___name_0;
// System.Int32 ParadoxNotion.Design.NameAttribute::priority
int32_t ___priority_1;
};
// 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.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;
};
// System.Runtime.CompilerServices.TaskAwaiter
struct TaskAwaiter_t9B661AC8C2EFA6BAB94C77BB24A5DDA82D61F833
{
// System.Threading.Tasks.Task System.Runtime.CompilerServices.TaskAwaiter::m_task
Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* ___m_task_0;
};
// Native definition for P/Invoke marshalling of System.Runtime.CompilerServices.TaskAwaiter
struct TaskAwaiter_t9B661AC8C2EFA6BAB94C77BB24A5DDA82D61F833_marshaled_pinvoke
{
Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* ___m_task_0;
};
// Native definition for COM marshalling of System.Runtime.CompilerServices.TaskAwaiter
struct TaskAwaiter_t9B661AC8C2EFA6BAB94C77BB24A5DDA82D61F833_marshaled_com
{
Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* ___m_task_0;
};
// UnityEngine.Events.UnityEvent
struct UnityEvent_tDC2C3548799DBC91D1E3F3DE60083A66F4751977 : public UnityEventBase_t4968A4C72559F35C0923E4BD9C042C3A842E1DB8
{
// System.Object[] UnityEngine.Events.UnityEvent::m_InvokeArray
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___m_InvokeArray_3;
};
// 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];
};
};
// System.Collections.Generic.Dictionary`2/Enumerator<NodeCanvas.DialogueTrees.IStatement,System.Int32>
struct Enumerator_t72F4B81C6FDB4900EA048A2FF4B6CBE1ED949B86
{
// System.Collections.Generic.Dictionary`2<TKey,TValue> System.Collections.Generic.Dictionary`2/Enumerator::_dictionary
Dictionary_2_t9C903FF799FD3813218B3B666A8C845E79808B92* ____dictionary_0;
// System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::_version
int32_t ____version_1;
// System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::_index
int32_t ____index_2;
// System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2/Enumerator::_current
KeyValuePair_2_tAB74FD390C54C58DC84D7481D237FD528560C6CF ____current_3;
// System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::_getEnumeratorRetType
int32_t ____getEnumeratorRetType_4;
};
// System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Int32>
struct Enumerator_t2F28D1CFE62CD55B7184C7D9DD43CCC9C03CC5EF
{
// System.Collections.Generic.Dictionary`2<TKey,TValue> System.Collections.Generic.Dictionary`2/Enumerator::_dictionary
Dictionary_2_t5C96F4B6841710A9013966F76224BAE01FB4B4D1* ____dictionary_0;
// System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::_version
int32_t ____version_1;
// System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::_index
int32_t ____index_2;
// System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2/Enumerator::_current
KeyValuePair_2_tF11CA6D20F09EC4DAB7CB3C2C394F6F2C394E6B8 ____current_3;
// System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::_getEnumeratorRetType
int32_t ____getEnumeratorRetType_4;
};
// System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Object>
struct Enumerator_tEA93FE2B778D098F590CA168BEFC4CD85D73A6B9
{
// System.Collections.Generic.Dictionary`2<TKey,TValue> System.Collections.Generic.Dictionary`2/Enumerator::_dictionary
Dictionary_2_t14FE4A752A83D53771C584E4C8D14E01F2AFD7BA* ____dictionary_0;
// System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::_version
int32_t ____version_1;
// System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::_index
int32_t ____index_2;
// System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2/Enumerator::_current
KeyValuePair_2_tFC32D2507216293851350D29B64D79F950B55230 ____current_3;
// System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::_getEnumeratorRetType
int32_t ____getEnumeratorRetType_4;
};
// System.Collections.Generic.Dictionary`2/Enumerator<System.String,System.String>
struct Enumerator_t173E7BE1F35CA448C7E0EE77345C9E0EC0206562
{
// System.Collections.Generic.Dictionary`2<TKey,TValue> System.Collections.Generic.Dictionary`2/Enumerator::_dictionary
Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* ____dictionary_0;
// System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::_version
int32_t ____version_1;
// System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::_index
int32_t ____index_2;
// System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2/Enumerator::_current
KeyValuePair_2_t47AB280304B50F542FD7E14F25DB2C374AEDD80A ____current_3;
// System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::_getEnumeratorRetType
int32_t ____getEnumeratorRetType_4;
};
// System.Collections.Generic.KeyValuePair`2<NodeCanvas.Framework.Connection,System.Collections.Generic.KeyValuePair`2<System.Int32,System.Int32>>
struct KeyValuePair_2_tE149B08555602A5DC470A2935E538BF3CB0548AA
{
// TKey System.Collections.Generic.KeyValuePair`2::key
Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D* ___key_0;
// TValue System.Collections.Generic.KeyValuePair`2::value
KeyValuePair_2_tA6BE5EEAC56CB97CB7383FCC3CC6C84FAF129189 ___value_1;
};
// System.Collections.Generic.KeyValuePair`2<System.Object,System.Collections.Generic.KeyValuePair`2<System.Int32,System.Int32>>
struct KeyValuePair_2_tE4364B5601CC30D4BA2F932B2EC3F5B702B9D494
{
// TKey System.Collections.Generic.KeyValuePair`2::key
RuntimeObject* ___key_0;
// TValue System.Collections.Generic.KeyValuePair`2::value
KeyValuePair_2_tA6BE5EEAC56CB97CB7383FCC3CC6C84FAF129189 ___value_1;
};
// 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;
};
// System.Runtime.CompilerServices.AsyncVoidMethodBuilder
struct AsyncVoidMethodBuilder_t253E37B63E7E7B504878AE6563347C147F98EF2D
{
// System.Threading.SynchronizationContext System.Runtime.CompilerServices.AsyncVoidMethodBuilder::m_synchronizationContext
SynchronizationContext_tCDB842BBE53B050802CBBB59C6E6DC45B5B06DC0* ___m_synchronizationContext_0;
// System.Runtime.CompilerServices.AsyncMethodBuilderCore System.Runtime.CompilerServices.AsyncVoidMethodBuilder::m_coreState
AsyncMethodBuilderCore_tD5ABB3A2536319A3345B32A5481E37E23DD8CEDF ___m_coreState_1;
// System.Threading.Tasks.Task System.Runtime.CompilerServices.AsyncVoidMethodBuilder::m_task
Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* ___m_task_2;
};
// Native definition for P/Invoke marshalling of System.Runtime.CompilerServices.AsyncVoidMethodBuilder
struct AsyncVoidMethodBuilder_t253E37B63E7E7B504878AE6563347C147F98EF2D_marshaled_pinvoke
{
SynchronizationContext_tCDB842BBE53B050802CBBB59C6E6DC45B5B06DC0* ___m_synchronizationContext_0;
AsyncMethodBuilderCore_tD5ABB3A2536319A3345B32A5481E37E23DD8CEDF_marshaled_pinvoke ___m_coreState_1;
Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* ___m_task_2;
};
// Native definition for COM marshalling of System.Runtime.CompilerServices.AsyncVoidMethodBuilder
struct AsyncVoidMethodBuilder_t253E37B63E7E7B504878AE6563347C147F98EF2D_marshaled_com
{
SynchronizationContext_tCDB842BBE53B050802CBBB59C6E6DC45B5B06DC0* ___m_synchronizationContext_0;
AsyncMethodBuilderCore_tD5ABB3A2536319A3345B32A5481E37E23DD8CEDF_marshaled_com ___m_coreState_1;
Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* ___m_task_2;
};
// NodeCanvas.Framework.Internal.BBObjectParameter
struct BBObjectParameter_tA102F2723AE6019732064DBB03A3EB936A906795 : public BBParameter_1_tB46669698C0BE7BD6EFB9A7BE9458183044389E3
{
// System.String NodeCanvas.Framework.Internal.BBObjectParameter::_type
String_t* ____type_8;
// System.Type NodeCanvas.Framework.Internal.BBObjectParameter::<type>k__BackingField
Type_t* ___U3CtypeU3Ek__BackingField_9;
};
// NodeCanvas.Framework.CanvasGroup
struct CanvasGroup_t7B22BC921E2A40954DB7158F6F05F048126F3B3E : public RuntimeObject
{
// System.String NodeCanvas.Framework.CanvasGroup::name
String_t* ___name_0;
// UnityEngine.Rect NodeCanvas.Framework.CanvasGroup::rect
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___rect_1;
// UnityEngine.Color NodeCanvas.Framework.CanvasGroup::color
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___color_2;
// System.Boolean NodeCanvas.Framework.CanvasGroup::autoGroup
bool ___autoGroup_3;
};
// 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.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;
};
// 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;
};
// NodeCanvas.Framework.Internal.GraphSource
struct GraphSource_tDFC175F2BFB99D693583B1D52BB6857C73932914 : public RuntimeObject
{
// System.Collections.Generic.List`1<NodeCanvas.Framework.Task> NodeCanvas.Framework.Internal.GraphSource::<allTasks>k__BackingField
List_1_t2338E7E26462DEE44946C327D8DE6718C0BFFC4D* ___U3CallTasksU3Ek__BackingField_0;
// System.Collections.Generic.List`1<NodeCanvas.Framework.BBParameter> NodeCanvas.Framework.Internal.GraphSource::<allParameters>k__BackingField
List_1_tAD83E1E173C28ABFECA64AA58E75072EF894EF92* ___U3CallParametersU3Ek__BackingField_1;
// System.Single NodeCanvas.Framework.Internal.GraphSource::_version
float ____version_3;
// System.String NodeCanvas.Framework.Internal.GraphSource::_category
String_t* ____category_4;
// System.String NodeCanvas.Framework.Internal.GraphSource::_comments
String_t* ____comments_5;
// UnityEngine.Vector2 NodeCanvas.Framework.Internal.GraphSource::_translation
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ____translation_6;
// System.Single NodeCanvas.Framework.Internal.GraphSource::_zoomFactor
float ____zoomFactor_7;
// System.String NodeCanvas.Framework.Internal.GraphSource::_type
String_t* ____type_8;
// System.Collections.Generic.List`1<NodeCanvas.Framework.Node> NodeCanvas.Framework.Internal.GraphSource::_nodes
List_1_t90487A8EA186417AA0A6F2B22B58D1BAE3334437* ____nodes_9;
// System.Collections.Generic.List`1<NodeCanvas.Framework.Connection> NodeCanvas.Framework.Internal.GraphSource::_connections
List_1_t619EB3258C7F1EBD15A485EA09888BE9FC87AC7E* ____connections_10;
// System.Collections.Generic.List`1<NodeCanvas.Framework.CanvasGroup> NodeCanvas.Framework.Internal.GraphSource::_canvasGroups
List_1_t5B06412E1CC59E5774C10EB7439C98F6C31449C3* ____canvasGroups_11;
// NodeCanvas.Framework.Internal.BlackboardSource NodeCanvas.Framework.Internal.GraphSource::_localBlackboard
BlackboardSource_tDF1C560E163F6F63BE89278B7312A32BF329C89E* ____localBlackboard_12;
// System.Object NodeCanvas.Framework.Internal.GraphSource::_derivedData
RuntimeObject* ____derivedData_13;
};
// 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;
};
// System.RuntimeTypeHandle
struct RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B
{
// System.IntPtr System.RuntimeTypeHandle::value
intptr_t ___value_0;
};
// UnityEngine.UI.Button/ButtonClickedEvent
struct ButtonClickedEvent_t8EA72E90B3BD1392FB3B3EF167D5121C23569E4C : public UnityEvent_tDC2C3548799DBC91D1E3F3DE60083A66F4751977
{
};
// NodeCanvas.DialogueTrees.DialogueTree/<>c__DisplayClass52_0
struct U3CU3Ec__DisplayClass52_0_t2528D836B40F4F688738D37638BAA711FFBAD712 : public RuntimeObject
{
// System.Collections.Generic.KeyValuePair`2<System.String,NodeCanvas.DialogueTrees.IDialogueActor> NodeCanvas.DialogueTrees.DialogueTree/<>c__DisplayClass52_0::pair
KeyValuePair_2_t878056F83BD6393DFB8120C809F90D0D7147D5C6 ___pair_0;
};
// NodeCanvas.Framework.Graph/<>c__DisplayClass155_0
struct U3CU3Ec__DisplayClass155_0_t19A2E35199D1C480877A09BF7E4109BCD469FFDE : public RuntimeObject
{
// NodeCanvas.Framework.Graph NodeCanvas.Framework.Graph/<>c__DisplayClass155_0::<>4__this
Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* ___U3CU3E4__this_0;
// NodeCanvas.Framework.Internal.GraphLoadData NodeCanvas.Framework.Graph/<>c__DisplayClass155_0::data
GraphLoadData_tB66F322B078529E7D0662DB455327C2E5C936304 ___data_1;
};
// NodeCanvas.Framework.Graph/<>c__DisplayClass156_0
struct U3CU3Ec__DisplayClass156_0_tF1D763BE4C51972A687C63D6BF6ED14A80682E6D : public RuntimeObject
{
// NodeCanvas.Framework.Graph NodeCanvas.Framework.Graph/<>c__DisplayClass156_0::<>4__this
Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* ___U3CU3E4__this_0;
// NodeCanvas.Framework.Internal.GraphLoadData NodeCanvas.Framework.Graph/<>c__DisplayClass156_0::data
GraphLoadData_tB66F322B078529E7D0662DB455327C2E5C936304 ___data_1;
};
// System.Collections.Generic.Dictionary`2/Enumerator<NodeCanvas.Framework.Connection,System.Collections.Generic.KeyValuePair`2<System.Int32,System.Int32>>
struct Enumerator_tA6D0EEBF997331E5FA7BA90EBA931AAA70AE9DD7
{
// System.Collections.Generic.Dictionary`2<TKey,TValue> System.Collections.Generic.Dictionary`2/Enumerator::_dictionary
Dictionary_2_tD87BFBED927A7DF2C98934882FEE5B7219B27295* ____dictionary_0;
// System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::_version
int32_t ____version_1;
// System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::_index
int32_t ____index_2;
// System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2/Enumerator::_current
KeyValuePair_2_tE149B08555602A5DC470A2935E538BF3CB0548AA ____current_3;
// System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::_getEnumeratorRetType
int32_t ____getEnumeratorRetType_4;
};
// System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Collections.Generic.KeyValuePair`2<System.Int32,System.Int32>>
struct Enumerator_t5E5BE7D0520A4FFF228FF0DD919703607E54D0C4
{
// System.Collections.Generic.Dictionary`2<TKey,TValue> System.Collections.Generic.Dictionary`2/Enumerator::_dictionary
Dictionary_2_tBDB12DBE4540BFF41108F74D0B16ACAD6B928A37* ____dictionary_0;
// System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::_version
int32_t ____version_1;
// System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::_index
int32_t ____index_2;
// System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2/Enumerator::_current
KeyValuePair_2_tE4364B5601CC30D4BA2F932B2EC3F5B702B9D494 ____current_3;
// System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::_getEnumeratorRetType
int32_t ____getEnumeratorRetType_4;
};
// 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.Framework.Internal.BBMappingParameter
struct BBMappingParameter_t271BF3D15F27980230AA7D18791AD2E533D6114A : public BBObjectParameter_tA102F2723AE6019732064DBB03A3EB936A906795
{
// System.String NodeCanvas.Framework.Internal.BBMappingParameter::_targetSubGraphVariableID
String_t* ____targetSubGraphVariableID_10;
// System.Boolean NodeCanvas.Framework.Internal.BBMappingParameter::_canRead
bool ____canRead_11;
// System.Boolean NodeCanvas.Framework.Internal.BBMappingParameter::_canWrite
bool ____canWrite_12;
};
// NodeCanvas.BehaviourTrees.BTNode
struct BTNode_t3FAAB6CF8FB7E4DD8001158EEF5E88FE5BB95DC2 : public Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8
{
};
// UnityEngine.Component
struct Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3 : public Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C
{
};
// NodeCanvas.DialogueTrees.DTNode
struct DTNode_tCB3ACB579829AE4DEE9F51B25EC31AA96A070FCB : public Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8
{
// System.String NodeCanvas.DialogueTrees.DTNode::_actorName
String_t* ____actorName_17;
// System.String NodeCanvas.DialogueTrees.DTNode::_actorParameterID
String_t* ____actorParameterID_18;
};
// UnityEngine.GameObject
struct GameObject_t76FEDD663AB33C991A9C9A23129337651094216F : public Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C
{
};
// NodeCanvas.Framework.Internal.MissingNode
struct MissingNode_tD1CDB05F5C85C791378F30E3370614278CF64158 : public Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8
{
// System.String NodeCanvas.Framework.Internal.MissingNode::_missingType
String_t* ____missingType_17;
// System.String NodeCanvas.Framework.Internal.MissingNode::_recoveryState
String_t* ____recoveryState_18;
};
// 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;
};
// UnityEngine.ScriptableObject
struct ScriptableObject_tB3BFDB921A1B1795B38A5417D3B97A89A140436A : public Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C
{
};
// Native definition for P/Invoke marshalling of UnityEngine.ScriptableObject
struct ScriptableObject_tB3BFDB921A1B1795B38A5417D3B97A89A140436A_marshaled_pinvoke : public Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_marshaled_pinvoke
{
};
// Native definition for COM marshalling of UnityEngine.ScriptableObject
struct ScriptableObject_tB3BFDB921A1B1795B38A5417D3B97A89A140436A_marshaled_com : public Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_marshaled_com
{
};
// UnityEngine.Sprite
struct Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99 : public Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C
{
};
// System.SystemException
struct SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295 : public Exception_t
{
};
// UnityEngine.Texture
struct Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700 : public Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C
{
};
// System.Type
struct Type_t : public MemberInfo_t
{
// System.RuntimeTypeHandle System.Type::_impl
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B ____impl_8;
};
// NodeCanvas.Framework.Graph/<LoadOverwriteAsync>d__155
struct U3CLoadOverwriteAsyncU3Ed__155_t92C9479F26ED038416AFD5C493788CFB484FE053
{
// System.Int32 NodeCanvas.Framework.Graph/<LoadOverwriteAsync>d__155::<>1__state
int32_t ___U3CU3E1__state_0;
// System.Runtime.CompilerServices.AsyncVoidMethodBuilder NodeCanvas.Framework.Graph/<LoadOverwriteAsync>d__155::<>t__builder
AsyncVoidMethodBuilder_t253E37B63E7E7B504878AE6563347C147F98EF2D ___U3CU3Et__builder_1;
// NodeCanvas.Framework.Graph NodeCanvas.Framework.Graph/<LoadOverwriteAsync>d__155::<>4__this
Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* ___U3CU3E4__this_2;
// NodeCanvas.Framework.Internal.GraphLoadData NodeCanvas.Framework.Graph/<LoadOverwriteAsync>d__155::data
GraphLoadData_tB66F322B078529E7D0662DB455327C2E5C936304 ___data_3;
// System.Action NodeCanvas.Framework.Graph/<LoadOverwriteAsync>d__155::callback
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___callback_4;
// System.Runtime.CompilerServices.TaskAwaiter NodeCanvas.Framework.Graph/<LoadOverwriteAsync>d__155::<>u__1
TaskAwaiter_t9B661AC8C2EFA6BAB94C77BB24A5DDA82D61F833 ___U3CU3Eu__1_5;
};
// System.Action`1<System.Boolean>
struct Action_1_t10DCB0C07D0D3C565CEACADC80D1152B35A45F6C : public MulticastDelegate_t
{
};
// System.Action`1<NodeCanvas.DialogueTrees.DialogueTree>
struct Action_1_t557315032B63D5326A1C491BEAC87A170078C76D : public MulticastDelegate_t
{
};
// System.Action`1<NodeCanvas.Framework.Graph>
struct Action_1_t9D5B6373D6027B3BE7FF6B70A01B3CB38AAA3965 : public MulticastDelegate_t
{
};
// System.Action`1<NodeCanvas.Framework.GraphOwner>
struct Action_1_t06A7661594CD9F4E038116E861A689CB3A3C2DEC : public MulticastDelegate_t
{
};
// System.Action`1<System.Int32>
struct Action_1_tD69A6DC9FBE94131E52F5A73B2A9D4AB51EEC404 : public MulticastDelegate_t
{
};
// System.Action`1<NodeCanvas.DialogueTrees.MultipleChoiceRequestInfo>
struct Action_1_t36856BC818471D0E8BAAFBDC88DB4073A1CC9029 : public MulticastDelegate_t
{
};
// System.Action`1<System.Object>
struct Action_1_t6F9EB113EB3F16226AEF811A2744F4111C116C87 : public MulticastDelegate_t
{
};
// System.Action`1<NodeCanvas.DialogueTrees.SubtitlesRequestInfo>
struct Action_1_t38E648476E4C11187C38181270AB6CC6F85B513C : public MulticastDelegate_t
{
};
// System.Action`2<NodeCanvas.BehaviourTrees.BehaviourTree,NodeCanvas.Framework.Status>
struct Action_2_tD92E64C609E4D43CA2F9F8575F6427A4D699707C : public MulticastDelegate_t
{
};
// System.Action`2<System.Object,System.Int32Enum>
struct Action_2_t9C4E97D0565650F0AEF7C72077EB8A0F9326E40B : public MulticastDelegate_t
{
};
// System.Action`2<System.Object,ParadoxNotion.Serialization.FullSerializer.fsData>
struct Action_2_tBCF27E67455F82A86083269A473FFBC6EF95A085 : public MulticastDelegate_t
{
};
// NodeCanvas.BehaviourTrees.BTNodeNested`1<NodeCanvas.BehaviourTrees.BehaviourTree>
struct BTNodeNested_1_tC9566D03C3C142FD242274BC83FDED94BE1A2BBF : public BTNode_t3FAAB6CF8FB7E4DD8001158EEF5E88FE5BB95DC2
{
// System.Collections.Generic.List`1<NodeCanvas.Framework.Internal.BBMappingParameter> NodeCanvas.BehaviourTrees.BTNodeNested`1::_variablesMap
List_1_t624B7FC2AE145EBF7BB7EE422EF3049A2BBD744B* ____variablesMap_17;
// T NodeCanvas.BehaviourTrees.BTNodeNested`1::<currentInstance>k__BackingField
BehaviourTree_t6AF4016EBA17F68BDB7FA2350CDD23D7D3629562* ___U3CcurrentInstanceU3Ek__BackingField_18;
// System.Collections.Generic.Dictionary`2<NodeCanvas.Framework.Graph,NodeCanvas.Framework.Graph> NodeCanvas.BehaviourTrees.BTNodeNested`1::<instances>k__BackingField
Dictionary_2_t53340DA94CD089F96CBE1DAF7C4D853B6AF205FA* ___U3CinstancesU3Ek__BackingField_19;
};
// NodeCanvas.BehaviourTrees.BTNodeNested`1<NodeCanvas.DialogueTrees.DialogueTree>
struct BTNodeNested_1_tA14414F0595B0DFD588A22B318C01BE322EF8A70 : public BTNode_t3FAAB6CF8FB7E4DD8001158EEF5E88FE5BB95DC2
{
// System.Collections.Generic.List`1<NodeCanvas.Framework.Internal.BBMappingParameter> NodeCanvas.BehaviourTrees.BTNodeNested`1::_variablesMap
List_1_t624B7FC2AE145EBF7BB7EE422EF3049A2BBD744B* ____variablesMap_17;
// T NodeCanvas.BehaviourTrees.BTNodeNested`1::<currentInstance>k__BackingField
DialogueTree_t2208AC38C45014AF5E0A41AD1E0DBB299BEB849D* ___U3CcurrentInstanceU3Ek__BackingField_18;
// System.Collections.Generic.Dictionary`2<NodeCanvas.Framework.Graph,NodeCanvas.Framework.Graph> NodeCanvas.BehaviourTrees.BTNodeNested`1::<instances>k__BackingField
Dictionary_2_t53340DA94CD089F96CBE1DAF7C4D853B6AF205FA* ___U3CinstancesU3Ek__BackingField_19;
};
// NodeCanvas.BehaviourTrees.BTNodeNested`1<NodeCanvas.StateMachines.FSM>
struct BTNodeNested_1_t7C9BA7FC9DE089C10172FFD8AC78465A504F163B : public BTNode_t3FAAB6CF8FB7E4DD8001158EEF5E88FE5BB95DC2
{
// System.Collections.Generic.List`1<NodeCanvas.Framework.Internal.BBMappingParameter> NodeCanvas.BehaviourTrees.BTNodeNested`1::_variablesMap
List_1_t624B7FC2AE145EBF7BB7EE422EF3049A2BBD744B* ____variablesMap_17;
// T NodeCanvas.BehaviourTrees.BTNodeNested`1::<currentInstance>k__BackingField
FSM_t0ACFCEDF2EBA21CEAD375CC7F7774917D6C0A554* ___U3CcurrentInstanceU3Ek__BackingField_18;
// System.Collections.Generic.Dictionary`2<NodeCanvas.Framework.Graph,NodeCanvas.Framework.Graph> NodeCanvas.BehaviourTrees.BTNodeNested`1::<instances>k__BackingField
Dictionary_2_t53340DA94CD089F96CBE1DAF7C4D853B6AF205FA* ___U3CinstancesU3Ek__BackingField_19;
};
// NodeCanvas.BehaviourTrees.BTNodeNested`1<System.Object>
struct BTNodeNested_1_t0CEABCD7D52C61C6942C0788F0EDFCF04123DEF7 : public BTNode_t3FAAB6CF8FB7E4DD8001158EEF5E88FE5BB95DC2
{
// System.Collections.Generic.List`1<NodeCanvas.Framework.Internal.BBMappingParameter> NodeCanvas.BehaviourTrees.BTNodeNested`1::_variablesMap
List_1_t624B7FC2AE145EBF7BB7EE422EF3049A2BBD744B* ____variablesMap_17;
// T NodeCanvas.BehaviourTrees.BTNodeNested`1::<currentInstance>k__BackingField
RuntimeObject* ___U3CcurrentInstanceU3Ek__BackingField_18;
// System.Collections.Generic.Dictionary`2<NodeCanvas.Framework.Graph,NodeCanvas.Framework.Graph> NodeCanvas.BehaviourTrees.BTNodeNested`1::<instances>k__BackingField
Dictionary_2_t53340DA94CD089F96CBE1DAF7C4D853B6AF205FA* ___U3CinstancesU3Ek__BackingField_19;
};
// NodeCanvas.DialogueTrees.DTNodeNested`1<NodeCanvas.DialogueTrees.DialogueTree>
struct DTNodeNested_1_t9EFC287E2CAE1125AE5BF0554A491DE6003F4849 : public DTNode_tCB3ACB579829AE4DEE9F51B25EC31AA96A070FCB
{
// System.Collections.Generic.List`1<NodeCanvas.Framework.Internal.BBMappingParameter> NodeCanvas.DialogueTrees.DTNodeNested`1::_variablesMap
List_1_t624B7FC2AE145EBF7BB7EE422EF3049A2BBD744B* ____variablesMap_19;
// T NodeCanvas.DialogueTrees.DTNodeNested`1::<currentInstance>k__BackingField
DialogueTree_t2208AC38C45014AF5E0A41AD1E0DBB299BEB849D* ___U3CcurrentInstanceU3Ek__BackingField_20;
// System.Collections.Generic.Dictionary`2<NodeCanvas.Framework.Graph,NodeCanvas.Framework.Graph> NodeCanvas.DialogueTrees.DTNodeNested`1::<instances>k__BackingField
Dictionary_2_t53340DA94CD089F96CBE1DAF7C4D853B6AF205FA* ___U3CinstancesU3Ek__BackingField_21;
};
// NodeCanvas.DialogueTrees.DTNodeNested`1<System.Object>
struct DTNodeNested_1_tD3A1B9F370EDEAC49FCDEC4E636B09F6FF44E5BF : public DTNode_tCB3ACB579829AE4DEE9F51B25EC31AA96A070FCB
{
// System.Collections.Generic.List`1<NodeCanvas.Framework.Internal.BBMappingParameter> NodeCanvas.DialogueTrees.DTNodeNested`1::_variablesMap
List_1_t624B7FC2AE145EBF7BB7EE422EF3049A2BBD744B* ____variablesMap_19;
// T NodeCanvas.DialogueTrees.DTNodeNested`1::<currentInstance>k__BackingField
RuntimeObject* ___U3CcurrentInstanceU3Ek__BackingField_20;
// System.Collections.Generic.Dictionary`2<NodeCanvas.Framework.Graph,NodeCanvas.Framework.Graph> NodeCanvas.DialogueTrees.DTNodeNested`1::<instances>k__BackingField
Dictionary_2_t53340DA94CD089F96CBE1DAF7C4D853B6AF205FA* ___U3CinstancesU3Ek__BackingField_21;
};
// System.Func`2<NodeCanvas.Framework.BBParameter,System.Boolean>
struct Func_2_tC4190DCA2BF70E11FD778B412F6003C5572A3E4C : public MulticastDelegate_t
{
};
// System.Func`2<NodeCanvas.Framework.Connection,System.Boolean>
struct Func_2_tB0B0849C03DD77E88F4026748F42333CEF0318B2 : public MulticastDelegate_t
{
};
// System.Func`2<NodeCanvas.Framework.Connection,NodeCanvas.Framework.Node>
struct Func_2_t969C40999EC4065F39859EB2E1B1CF16663EBC6F : public MulticastDelegate_t
{
};
// System.Func`2<NodeCanvas.Framework.Connection,System.Single>
struct Func_2_tFA9A25A990F1A27B739D1E98198C704529EE576C : public MulticastDelegate_t
{
};
// System.Func`2<NodeCanvas.Framework.Node,System.Boolean>
struct Func_2_tD3E7CDEEA1726BF1BD49AF012C291CE83DC4D942 : public MulticastDelegate_t
{
};
// System.Func`2<NodeCanvas.Framework.Node,System.Int32>
struct Func_2_t9687E0E3A714E9DED407CA9A58821E729782228E : public MulticastDelegate_t
{
};
// System.Func`2<System.String,System.String>
struct Func_2_t85D1F7C2022B349817C22FC72C474CD33FFABE93 : public MulticastDelegate_t
{
};
// System.Predicate`1<ParadoxNotion.DynamicParameterDefinition>
struct Predicate_1_tC4EA323DB361C3D3F3890DBFA5E25F356E61EF61 : public MulticastDelegate_t
{
};
// System.Predicate`1<NodeCanvas.Framework.Node>
struct Predicate_1_t617B25A55F49659B39281FEB4AC0B7A7A0B70DDA : public MulticastDelegate_t
{
};
// System.Action
struct Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07 : public MulticastDelegate_t
{
};
// NodeCanvas.BehaviourTrees.ActionNode
struct ActionNode_tA858EA7644A26F48FAB1DEFD0F334B4215E1BA2B : public BTNode_t3FAAB6CF8FB7E4DD8001158EEF5E88FE5BB95DC2
{
// NodeCanvas.Framework.ActionTask NodeCanvas.BehaviourTrees.ActionNode::_action
ActionTask_t6B5C6B67D00E7AF678FAEDC91859B778C24A8E1E* ____action_17;
};
// NodeCanvas.DialogueTrees.ActionNode
struct ActionNode_t0FACE43AC34B62ABB244E5AC57C8225761F0C8DF : public DTNode_tCB3ACB579829AE4DEE9F51B25EC31AA96A070FCB
{
// NodeCanvas.Framework.ActionTask NodeCanvas.DialogueTrees.ActionNode::_action
ActionTask_t6B5C6B67D00E7AF678FAEDC91859B778C24A8E1E* ____action_19;
};
// System.AsyncCallback
struct AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C : public MulticastDelegate_t
{
};
// NodeCanvas.BehaviourTrees.BTComposite
struct BTComposite_tD241F7AA32145DEDFDAF52FC23BB7DD42D5587A5 : public BTNode_t3FAAB6CF8FB7E4DD8001158EEF5E88FE5BB95DC2
{
};
// NodeCanvas.BehaviourTrees.BTDecorator
struct BTDecorator_tCE7F6F404106D897568861CF92ECD5F20D5628DB : public BTNode_t3FAAB6CF8FB7E4DD8001158EEF5E88FE5BB95DC2
{
};
// UnityEngine.Behaviour
struct Behaviour_t01970CFBBA658497AE30F311C447DB0440BAB7FA : public Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3
{
};
// NodeCanvas.BehaviourTrees.BinarySelector
struct BinarySelector_tB810BEECE8F42A5E93D4C7CEC1EA8DE6192124D8 : public BTNode_t3FAAB6CF8FB7E4DD8001158EEF5E88FE5BB95DC2
{
// System.Boolean NodeCanvas.BehaviourTrees.BinarySelector::dynamic
bool ___dynamic_17;
// NodeCanvas.Framework.ConditionTask NodeCanvas.BehaviourTrees.BinarySelector::_condition
ConditionTask_t518F9B03584F4835F78D6DE297CE36AED500BEE8* ____condition_18;
// System.Int32 NodeCanvas.BehaviourTrees.BinarySelector::succeedIndex
int32_t ___succeedIndex_19;
};
// UnityEngine.CanvasRenderer
struct CanvasRenderer_tAB9A55A976C4E3B2B37D0CE5616E5685A8B43860 : public Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3
{
// System.Boolean UnityEngine.CanvasRenderer::<isMask>k__BackingField
bool ___U3CisMaskU3Ek__BackingField_4;
};
// NodeCanvas.BehaviourTrees.ConditionNode
struct ConditionNode_t9732E6C18B7489470130B6019296B22FE519BF17 : public BTNode_t3FAAB6CF8FB7E4DD8001158EEF5E88FE5BB95DC2
{
// NodeCanvas.Framework.ConditionTask NodeCanvas.BehaviourTrees.ConditionNode::_condition
ConditionTask_t518F9B03584F4835F78D6DE297CE36AED500BEE8* ____condition_17;
};
// NodeCanvas.DialogueTrees.ConditionNode
struct ConditionNode_t8B0CCC5B7F178FDC31EAB8138658256194DD91A9 : public DTNode_tCB3ACB579829AE4DEE9F51B25EC31AA96A070FCB
{
// NodeCanvas.Framework.ConditionTask NodeCanvas.DialogueTrees.ConditionNode::_condition
ConditionTask_t518F9B03584F4835F78D6DE297CE36AED500BEE8* ____condition_19;
};
// NodeCanvas.DialogueTrees.FinishNode
struct FinishNode_tDBF36C3B2051C11CC9D6F08DCCFFAE9A22A1D45D : public DTNode_tCB3ACB579829AE4DEE9F51B25EC31AA96A070FCB
{
// ParadoxNotion.CompactStatus NodeCanvas.DialogueTrees.FinishNode::finishState
int32_t ___finishState_19;
};
// NodeCanvas.DialogueTrees.GoToNode
struct GoToNode_tD0781B46196A2DDDBC64F627015B7C4F618C9387 : public DTNode_tCB3ACB579829AE4DEE9F51B25EC31AA96A070FCB
{
// NodeCanvas.DialogueTrees.DTNode NodeCanvas.DialogueTrees.GoToNode::_targetNode
DTNode_tCB3ACB579829AE4DEE9F51B25EC31AA96A070FCB* ____targetNode_19;
};
// 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;
};
// NodeCanvas.DialogueTrees.Jumper
struct Jumper_t7B728A9FC4DAB99DD787A9B645837E06B9C6FDD6 : public DTNode_tCB3ACB579829AE4DEE9F51B25EC31AA96A070FCB
{
// NodeCanvas.Framework.NodeReference`1<NodeCanvas.DialogueTrees.DTNode> NodeCanvas.DialogueTrees.Jumper::_targetNode
NodeReference_1_tFB1922A30E87A573DC26C97626551331AE4509C0* ____targetNode_19;
};
// NodeCanvas.DialogueTrees.MultipleChoiceNode
struct MultipleChoiceNode_t4D6F18CA0860AE3343A514EF3AE4B953C1399C25 : public DTNode_tCB3ACB579829AE4DEE9F51B25EC31AA96A070FCB
{
// System.Single NodeCanvas.DialogueTrees.MultipleChoiceNode::availableTime
float ___availableTime_19;
// System.Boolean NodeCanvas.DialogueTrees.MultipleChoiceNode::saySelection
bool ___saySelection_20;
// System.Collections.Generic.List`1<NodeCanvas.DialogueTrees.MultipleChoiceNode/Choice> NodeCanvas.DialogueTrees.MultipleChoiceNode::availableChoices
List_1_tD43971A5B1BF4D92C8F05B2C5EB0B80AF37DA600* ___availableChoices_21;
};
// NodeCanvas.DialogueTrees.MultipleConditionNode
struct MultipleConditionNode_t1EBD3BBFC85130E2997B7E935391826A492D3434 : public DTNode_tCB3ACB579829AE4DEE9F51B25EC31AA96A070FCB
{
// System.Collections.Generic.List`1<NodeCanvas.Framework.ConditionTask> NodeCanvas.DialogueTrees.MultipleConditionNode::conditions
List_1_t9C974E7FF2C20223569CABCD28DAA66B6319C9CC* ___conditions_19;
};
// NodeCanvas.BehaviourTrees.NodeToggler
struct NodeToggler_t4462693A69F104731707C9134FD76A0A24157997 : public BTNode_t3FAAB6CF8FB7E4DD8001158EEF5E88FE5BB95DC2
{
// NodeCanvas.BehaviourTrees.NodeToggler/ToggleMode NodeCanvas.BehaviourTrees.NodeToggler::toggleMode
int32_t ___toggleMode_17;
// System.String NodeCanvas.BehaviourTrees.NodeToggler::targetNodeTag
String_t* ___targetNodeTag_18;
// System.Collections.Generic.List`1<NodeCanvas.Framework.Node> NodeCanvas.BehaviourTrees.NodeToggler::targetNodes
List_1_t90487A8EA186417AA0A6F2B22B58D1BAE3334437* ___targetNodes_19;
};
// System.NotSupportedException
struct NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295
{
};
// NodeCanvas.DialogueTrees.ProbabilitySelector
struct ProbabilitySelector_tE2E4F03C896D2B537F39DE0F49BF04733DEEC75E : public DTNode_tCB3ACB579829AE4DEE9F51B25EC31AA96A070FCB
{
// System.Collections.Generic.List`1<NodeCanvas.DialogueTrees.ProbabilitySelector/Option> NodeCanvas.DialogueTrees.ProbabilitySelector::childOptions
List_1_t74610F5EABE3A0AF78272B0C2F85BFEE1A4A05E3* ___childOptions_19;
// System.Collections.Generic.List`1<System.Int32> NodeCanvas.DialogueTrees.ProbabilitySelector::successIndeces
List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73* ___successIndeces_20;
};
// NodeCanvas.BehaviourTrees.RootSwitcher
struct RootSwitcher_t983FF445A2D5FCA1DA7C65DA2C604E8259DD51CC : public BTNode_t3FAAB6CF8FB7E4DD8001158EEF5E88FE5BB95DC2
{
// System.String NodeCanvas.BehaviourTrees.RootSwitcher::targetNodeTag
String_t* ___targetNodeTag_17;
// NodeCanvas.Framework.Node NodeCanvas.BehaviourTrees.RootSwitcher::targetNode
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* ___targetNode_18;
};
// NodeCanvas.Framework.SignalDefinition
struct SignalDefinition_t6B0BE8F0DBA3C25DDFD40F3E7C1F67AB67F18C58 : public ScriptableObject_tB3BFDB921A1B1795B38A5417D3B97A89A140436A
{
// NodeCanvas.Framework.SignalDefinition/InvokeArguments NodeCanvas.Framework.SignalDefinition::onInvoke
InvokeArguments_tD6EAF2BA29D7D16ADE72398A72347303AF8DD954* ___onInvoke_4;
// System.Collections.Generic.List`1<ParadoxNotion.DynamicParameterDefinition> NodeCanvas.Framework.SignalDefinition::_parameters
List_1_tA21CFDD087613DE4CF05F410A95EED109BC339A1* ____parameters_5;
};
// NodeCanvas.DialogueTrees.StatementNode
struct StatementNode_t227C7427D857CBE8BC5AA5C36BFCB4FBC8497A3A : public DTNode_tCB3ACB579829AE4DEE9F51B25EC31AA96A070FCB
{
// NodeCanvas.DialogueTrees.Statement NodeCanvas.DialogueTrees.StatementNode::statement
Statement_t6757EBA4322D6904926C2F6C6BA3586736638A77* ___statement_19;
};
// UnityEngine.Texture2D
struct Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4 : public Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700
{
};
// UnityEngine.Transform
struct Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1 : public Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3
{
};
// UnityEngine.Events.UnityAction
struct UnityAction_t11A1F3B953B365C072A5DCC32677EE1796A962A7 : public MulticastDelegate_t
{
};
// NodeCanvas.Framework.SignalDefinition/InvokeArguments
struct InvokeArguments_tD6EAF2BA29D7D16ADE72398A72347303AF8DD954 : public MulticastDelegate_t
{
};
// UnityEngine.AudioBehaviour
struct AudioBehaviour_t2DC0BEF7B020C952F3D2DA5AAAC88501C7EEB941 : public Behaviour_t01970CFBBA658497AE30F311C447DB0440BAB7FA
{
};
// 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;
};
// NodeCanvas.BehaviourTrees.ConditionalEvaluator
struct ConditionalEvaluator_t065AB6841FCFAA2B5796BB14ED5D801E2DD004D5 : public BTDecorator_tCE7F6F404106D897568861CF92ECD5F20D5628DB
{
// System.Boolean NodeCanvas.BehaviourTrees.ConditionalEvaluator::isDynamic
bool ___isDynamic_17;
// ParadoxNotion.CompactStatus NodeCanvas.BehaviourTrees.ConditionalEvaluator::conditionFailReturn
int32_t ___conditionFailReturn_18;
// NodeCanvas.Framework.ConditionTask NodeCanvas.BehaviourTrees.ConditionalEvaluator::_condition
ConditionTask_t518F9B03584F4835F78D6DE297CE36AED500BEE8* ____condition_19;
// System.Boolean NodeCanvas.BehaviourTrees.ConditionalEvaluator::accessed
bool ___accessed_20;
};
// NodeCanvas.DialogueTrees.DialogueTree
struct DialogueTree_t2208AC38C45014AF5E0A41AD1E0DBB299BEB849D : public Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032
{
// System.Collections.Generic.List`1<NodeCanvas.DialogueTrees.DialogueTree/ActorParameter> NodeCanvas.DialogueTrees.DialogueTree::actorParameters
List_1_tD59DA29B0CFD8466E4F297A1AD8D5E858A864A60* ___actorParameters_28;
// NodeCanvas.DialogueTrees.DTNode NodeCanvas.DialogueTrees.DialogueTree::<currentNode>k__BackingField
DTNode_tCB3ACB579829AE4DEE9F51B25EC31AA96A070FCB* ___U3CcurrentNodeU3Ek__BackingField_36;
};
// NodeCanvas.StateMachines.FSM
struct FSM_t0ACFCEDF2EBA21CEAD375CC7F7774917D6C0A554 : public Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032
{
// System.Collections.Generic.List`1<NodeCanvas.Framework.IUpdatable> NodeCanvas.StateMachines.FSM::updatableNodes
List_1_tF3D90B5476D6AE355DFB5599CB2B0E647E33BE9B* ___updatableNodes_27;
// NodeCanvas.StateMachines.IStateCallbackReceiver[] NodeCanvas.StateMachines.FSM::callbackReceivers
IStateCallbackReceiverU5BU5D_t0EBEAE760A359481C3F60CFB3CDFC86A85951484* ___callbackReceivers_28;
// System.Collections.Generic.Stack`1<NodeCanvas.StateMachines.FSMState> NodeCanvas.StateMachines.FSM::stateStack
Stack_1_t77765283CF069D0E344C7E7961480FC5734A2673* ___stateStack_29;
// System.Boolean NodeCanvas.StateMachines.FSM::enterStartStateFlag
bool ___enterStartStateFlag_30;
// System.Action`1<NodeCanvas.StateMachines.IState> NodeCanvas.StateMachines.FSM::onStateEnter
Action_1_t5B50C36B08F25394122C22B42EAFB89D9B9EBF9B* ___onStateEnter_31;
// System.Action`1<NodeCanvas.StateMachines.IState> NodeCanvas.StateMachines.FSM::onStateUpdate
Action_1_t5B50C36B08F25394122C22B42EAFB89D9B9EBF9B* ___onStateUpdate_32;
// System.Action`1<NodeCanvas.StateMachines.IState> NodeCanvas.StateMachines.FSM::onStateExit
Action_1_t5B50C36B08F25394122C22B42EAFB89D9B9EBF9B* ___onStateExit_33;
// System.Action`1<NodeCanvas.StateMachines.IState> NodeCanvas.StateMachines.FSM::onStateTransition
Action_1_t5B50C36B08F25394122C22B42EAFB89D9B9EBF9B* ___onStateTransition_34;
// NodeCanvas.StateMachines.FSMState NodeCanvas.StateMachines.FSM::<currentState>k__BackingField
FSMState_t700D561FB63FC84F46A3F87BB3345B42BC48C272* ___U3CcurrentStateU3Ek__BackingField_35;
// NodeCanvas.StateMachines.FSMState NodeCanvas.StateMachines.FSM::<previousState>k__BackingField
FSMState_t700D561FB63FC84F46A3F87BB3345B42BC48C272* ___U3CpreviousStateU3Ek__BackingField_36;
};
// NodeCanvas.BehaviourTrees.Filter
struct Filter_tFFE042085ED35472D16F2F32CA12DBC682103612 : public BTDecorator_tCE7F6F404106D897568861CF92ECD5F20D5628DB
{
// NodeCanvas.BehaviourTrees.Filter/FilterMode NodeCanvas.BehaviourTrees.Filter::filterMode
int32_t ___filterMode_17;
// NodeCanvas.Framework.BBParameter`1<System.Int32> NodeCanvas.BehaviourTrees.Filter::maxCount
BBParameter_1_t0CED53FC373D2A18BE910895E6A74B0C7E89E10E* ___maxCount_18;
// NodeCanvas.BehaviourTrees.Filter/Policy NodeCanvas.BehaviourTrees.Filter::policy
int32_t ___policy_19;
// NodeCanvas.Framework.BBParameter`1<System.Single> NodeCanvas.BehaviourTrees.Filter::coolDownTime
BBParameter_1_tBF43B031C046DDE9CC5360F10411F13194CA4A9F* ___coolDownTime_20;
// System.Boolean NodeCanvas.BehaviourTrees.Filter::inactiveWhenLimited
bool ___inactiveWhenLimited_21;
// System.Int32 NodeCanvas.BehaviourTrees.Filter::executedCount
int32_t ___executedCount_22;
// System.Single NodeCanvas.BehaviourTrees.Filter::currentTime
float ___currentTime_23;
};
// NodeCanvas.BehaviourTrees.FlipSelector
struct FlipSelector_t3673D2312F0CD717ECF3568D8208A7C5F292E830 : public BTComposite_tD241F7AA32145DEDFDAF52FC23BB7DD42D5587A5
{
// System.Int32 NodeCanvas.BehaviourTrees.FlipSelector::current
int32_t ___current_17;
};
// NodeCanvas.BehaviourTrees.Guard
struct Guard_t9D53F7AA6BA4DD7390EA2CA1E095C062D6EFB7F4 : public BTDecorator_tCE7F6F404106D897568861CF92ECD5F20D5628DB
{
// NodeCanvas.Framework.BBParameter`1<System.String> NodeCanvas.BehaviourTrees.Guard::token
BBParameter_1_t2E97E8688F814FF994B59AE3C63CE738054D8809* ___token_17;
// NodeCanvas.BehaviourTrees.Guard/GuardMode NodeCanvas.BehaviourTrees.Guard::ifGuarded
int32_t ___ifGuarded_18;
// System.Boolean NodeCanvas.BehaviourTrees.Guard::isGuarding
bool ___isGuarding_19;
};
// NodeCanvas.BehaviourTrees.Interruptor
struct Interruptor_t0DCCA9D2F3F661051E8EDB5685692D3EE8B054A2 : public BTDecorator_tCE7F6F404106D897568861CF92ECD5F20D5628DB
{
// NodeCanvas.Framework.ConditionTask NodeCanvas.BehaviourTrees.Interruptor::_condition
ConditionTask_t518F9B03584F4835F78D6DE297CE36AED500BEE8* ____condition_17;
};
// NodeCanvas.BehaviourTrees.Inverter
struct Inverter_t00B6D16199CB85706D5AAEF0B2F11F289BF1C192 : public BTDecorator_tCE7F6F404106D897568861CF92ECD5F20D5628DB
{
};
// NodeCanvas.BehaviourTrees.Iterator
struct Iterator_t2C704A1863D6ADB6537610EB6BE9B513BA717E9C : public BTDecorator_tCE7F6F404106D897568861CF92ECD5F20D5628DB
{
// NodeCanvas.Framework.BBParameter`1<System.Collections.IList> NodeCanvas.BehaviourTrees.Iterator::targetList
BBParameter_1_tD031BD030A44C0FD7F183E7203A4443A98153C09* ___targetList_17;
// NodeCanvas.Framework.Internal.BBObjectParameter NodeCanvas.BehaviourTrees.Iterator::current
BBObjectParameter_tA102F2723AE6019732064DBB03A3EB936A906795* ___current_18;
// NodeCanvas.Framework.BBParameter`1<System.Int32> NodeCanvas.BehaviourTrees.Iterator::storeIndex
BBParameter_1_t0CED53FC373D2A18BE910895E6A74B0C7E89E10E* ___storeIndex_19;
// NodeCanvas.BehaviourTrees.Iterator/TerminationConditions NodeCanvas.BehaviourTrees.Iterator::terminationCondition
int32_t ___terminationCondition_20;
// NodeCanvas.Framework.BBParameter`1<System.Int32> NodeCanvas.BehaviourTrees.Iterator::maxIteration
BBParameter_1_t0CED53FC373D2A18BE910895E6A74B0C7E89E10E* ___maxIteration_21;
// System.Boolean NodeCanvas.BehaviourTrees.Iterator::resetIndex
bool ___resetIndex_22;
// System.Int32 NodeCanvas.BehaviourTrees.Iterator::currentIndex
int32_t ___currentIndex_23;
};
// NodeCanvas.BehaviourTrees.Merge
struct Merge_t92B69A5D57C62F5B461E8FB5196A26EA68F73F6C : public BTDecorator_tCE7F6F404106D897568861CF92ECD5F20D5628DB
{
};
// NodeCanvas.BehaviourTrees.Monitor
struct Monitor_t11D558C46EF48E9603E28C23284C9CE255D80D14 : public BTDecorator_tCE7F6F404106D897568861CF92ECD5F20D5628DB
{
// NodeCanvas.BehaviourTrees.Monitor/MonitorMode NodeCanvas.BehaviourTrees.Monitor::monitorMode
int32_t ___monitorMode_17;
// NodeCanvas.BehaviourTrees.Monitor/ReturnStatusMode NodeCanvas.BehaviourTrees.Monitor::returnMode
int32_t ___returnMode_18;
// NodeCanvas.Framework.Status NodeCanvas.BehaviourTrees.Monitor::decoratorActionStatus
int32_t ___decoratorActionStatus_19;
// NodeCanvas.Framework.ActionTask NodeCanvas.BehaviourTrees.Monitor::_action
ActionTask_t6B5C6B67D00E7AF678FAEDC91859B778C24A8E1E* ____action_20;
};
// UnityEngine.MonoBehaviour
struct MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71 : public Behaviour_t01970CFBBA658497AE30F311C447DB0440BAB7FA
{
};
// NodeCanvas.BehaviourTrees.NestedDT
struct NestedDT_t6995C76120096278DC3CC29279803241244E38A0 : public BTNodeNested_1_tA14414F0595B0DFD588A22B318C01BE322EF8A70
{
// NodeCanvas.Framework.BBParameter`1<NodeCanvas.DialogueTrees.DialogueTree> NodeCanvas.BehaviourTrees.NestedDT::_nestedDialogueTree
BBParameter_1_t7D2CCDC664C363F46A8F00D1CAE56761A4DC3E60* ____nestedDialogueTree_20;
};
// NodeCanvas.BehaviourTrees.NestedFSM
struct NestedFSM_t50AF1A4BB6E00FFDA25312E61F604E4B102C932F : public BTNodeNested_1_t7C9BA7FC9DE089C10172FFD8AC78465A504F163B
{
// NodeCanvas.Framework.BBParameter`1<NodeCanvas.StateMachines.FSM> NodeCanvas.BehaviourTrees.NestedFSM::_nestedFSM
BBParameter_1_t81B71A846E64274644256769AC1CA3655E13C981* ____nestedFSM_20;
// System.String NodeCanvas.BehaviourTrees.NestedFSM::successState
String_t* ___successState_21;
// System.String NodeCanvas.BehaviourTrees.NestedFSM::failureState
String_t* ___failureState_22;
};
// NodeCanvas.BehaviourTrees.Optional
struct Optional_tD40BFBA9D5181A4DF6C8DF9CE0F9D762C866749E : public BTDecorator_tCE7F6F404106D897568861CF92ECD5F20D5628DB
{
};
// NodeCanvas.BehaviourTrees.Parallel
struct Parallel_tFF2E592C1B4CB7C36E820E10B87F13EDA0B1A2E6 : public BTComposite_tD241F7AA32145DEDFDAF52FC23BB7DD42D5587A5
{
// NodeCanvas.BehaviourTrees.Parallel/ParallelPolicy NodeCanvas.BehaviourTrees.Parallel::policy
int32_t ___policy_17;
// System.Boolean NodeCanvas.BehaviourTrees.Parallel::dynamic
bool ___dynamic_18;
// System.Boolean[] NodeCanvas.BehaviourTrees.Parallel::finishedConnections
BooleanU5BU5D_tD317D27C31DB892BE79FAE3AEBC0B3FFB73DE9B4* ___finishedConnections_19;
// System.Int32 NodeCanvas.BehaviourTrees.Parallel::finishedConnectionsCount
int32_t ___finishedConnectionsCount_20;
};
// NodeCanvas.BehaviourTrees.PrioritySelector
struct PrioritySelector_t31C0D23DDF9C81BAEF173D62B0D6060C0ADD21DB : public BTComposite_tD241F7AA32145DEDFDAF52FC23BB7DD42D5587A5
{
// System.Collections.Generic.List`1<NodeCanvas.BehaviourTrees.PrioritySelector/Desire> NodeCanvas.BehaviourTrees.PrioritySelector::desires
List_1_tCB242480CD0029CF04AE7D19D2797B6A0ED4F360* ___desires_17;
// NodeCanvas.Framework.Connection[] NodeCanvas.BehaviourTrees.PrioritySelector::orderedConnections
ConnectionU5BU5D_t5D2C96F2326D52F4DF94410574A186770D62742D* ___orderedConnections_18;
// System.Int32 NodeCanvas.BehaviourTrees.PrioritySelector::current
int32_t ___current_19;
};
// NodeCanvas.BehaviourTrees.PrioritySelector_0
struct PrioritySelector_0_t46BE616595201E3FEF09D1384069184E600A13FF : public BTComposite_tD241F7AA32145DEDFDAF52FC23BB7DD42D5587A5
{
// System.Collections.Generic.List`1<NodeCanvas.Framework.BBParameter`1<System.Single>> NodeCanvas.BehaviourTrees.PrioritySelector_0::priorities
List_1_t6E1C3C361234D5B22FE1A015A8E75DBBA982A1D5* ___priorities_17;
};
// NodeCanvas.BehaviourTrees.ProbabilitySelector
struct ProbabilitySelector_tE713EB864DE5C2D77CEFF6D07C6B3B10CD05AE6E : public BTComposite_tD241F7AA32145DEDFDAF52FC23BB7DD42D5587A5
{
// System.Collections.Generic.List`1<NodeCanvas.Framework.BBParameter`1<System.Single>> NodeCanvas.BehaviourTrees.ProbabilitySelector::childWeights
List_1_t6E1C3C361234D5B22FE1A015A8E75DBBA982A1D5* ___childWeights_17;
// NodeCanvas.Framework.BBParameter`1<System.Single> NodeCanvas.BehaviourTrees.ProbabilitySelector::failChance
BBParameter_1_tBF43B031C046DDE9CC5360F10411F13194CA4A9F* ___failChance_18;
// System.Boolean[] NodeCanvas.BehaviourTrees.ProbabilitySelector::indexFailed
BooleanU5BU5D_tD317D27C31DB892BE79FAE3AEBC0B3FFB73DE9B4* ___indexFailed_19;
// System.Single[] NodeCanvas.BehaviourTrees.ProbabilitySelector::tmpWeights
SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* ___tmpWeights_20;
// System.Single NodeCanvas.BehaviourTrees.ProbabilitySelector::tmpFailWeight
float ___tmpFailWeight_21;
// System.Single NodeCanvas.BehaviourTrees.ProbabilitySelector::tmpTotal
float ___tmpTotal_22;
// System.Single NodeCanvas.BehaviourTrees.ProbabilitySelector::tmpDice
float ___tmpDice_23;
};
// UnityEngine.RectTransform
struct RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5 : public Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1
{
};
// NodeCanvas.BehaviourTrees.Remapper
struct Remapper_t1028A2AAA5DDE1437E6E351516B148741A206C1A : public BTDecorator_tCE7F6F404106D897568861CF92ECD5F20D5628DB
{
// NodeCanvas.BehaviourTrees.Remapper/RemapStatus NodeCanvas.BehaviourTrees.Remapper::successRemap
int32_t ___successRemap_17;
// NodeCanvas.BehaviourTrees.Remapper/RemapStatus NodeCanvas.BehaviourTrees.Remapper::failureRemap
int32_t ___failureRemap_18;
};
// NodeCanvas.BehaviourTrees.Repeater
struct Repeater_t4D6E907FBE9A4624D4AB3FF0DC54D63724A2620E : public BTDecorator_tCE7F6F404106D897568861CF92ECD5F20D5628DB
{
// NodeCanvas.BehaviourTrees.Repeater/RepeaterMode NodeCanvas.BehaviourTrees.Repeater::repeaterMode
int32_t ___repeaterMode_17;
// NodeCanvas.Framework.BBParameter`1<System.Int32> NodeCanvas.BehaviourTrees.Repeater::repeatTimes
BBParameter_1_t0CED53FC373D2A18BE910895E6A74B0C7E89E10E* ___repeatTimes_18;
// NodeCanvas.BehaviourTrees.Repeater/RepeatUntilStatus NodeCanvas.BehaviourTrees.Repeater::repeatUntilStatus
int32_t ___repeatUntilStatus_19;
// System.Int32 NodeCanvas.BehaviourTrees.Repeater::currentIteration
int32_t ___currentIteration_20;
};
// NodeCanvas.BehaviourTrees.Selector
struct Selector_t90EF44852D2EEA023A2DCBB2A1D2EAC214B77790 : public BTComposite_tD241F7AA32145DEDFDAF52FC23BB7DD42D5587A5
{
// System.Boolean NodeCanvas.BehaviourTrees.Selector::dynamic
bool ___dynamic_17;
// System.Boolean NodeCanvas.BehaviourTrees.Selector::random
bool ___random_18;
// System.Int32 NodeCanvas.BehaviourTrees.Selector::lastRunningNodeIndex
int32_t ___lastRunningNodeIndex_19;
};
// NodeCanvas.BehaviourTrees.Sequencer
struct Sequencer_t89C83CF41C958031BAB286C5F00E00F85E4565DC : public BTComposite_tD241F7AA32145DEDFDAF52FC23BB7DD42D5587A5
{
// System.Boolean NodeCanvas.BehaviourTrees.Sequencer::dynamic
bool ___dynamic_17;
// System.Boolean NodeCanvas.BehaviourTrees.Sequencer::random
bool ___random_18;
// System.Int32 NodeCanvas.BehaviourTrees.Sequencer::lastRunningNodeIndex
int32_t ___lastRunningNodeIndex_19;
};
// NodeCanvas.BehaviourTrees.Setter
struct Setter_tB136FB8BABECB086CB46B5C21EEF6C89C9C3B61D : public BTDecorator_tCE7F6F404106D897568861CF92ECD5F20D5628DB
{
// System.Boolean NodeCanvas.BehaviourTrees.Setter::revertToOriginal
bool ___revertToOriginal_17;
// NodeCanvas.Framework.BBParameter`1<UnityEngine.GameObject> NodeCanvas.BehaviourTrees.Setter::newAgent
BBParameter_1_t141FA8C6FBB05E814752BC9DCE9753E930DBDA6F* ___newAgent_18;
};
// NodeCanvas.BehaviourTrees.StepIterator
struct StepIterator_t03CC7C55DCB3D800EF473B3F5698EEED52EFA217 : public BTComposite_tD241F7AA32145DEDFDAF52FC23BB7DD42D5587A5
{
// System.Int32 NodeCanvas.BehaviourTrees.StepIterator::current
int32_t ___current_17;
};
// NodeCanvas.DialogueTrees.SubDialogueTree
struct SubDialogueTree_tE9BE9A49B4CCDAD8215F9C011DF69F9E3E5AE735 : public DTNodeNested_1_t9EFC287E2CAE1125AE5BF0554A491DE6003F4849
{
// NodeCanvas.Framework.BBParameter`1<NodeCanvas.DialogueTrees.DialogueTree> NodeCanvas.DialogueTrees.SubDialogueTree::_subTree
BBParameter_1_t7D2CCDC664C363F46A8F00D1CAE56761A4DC3E60* ____subTree_22;
// System.Collections.Generic.Dictionary`2<System.String,System.String> NodeCanvas.DialogueTrees.SubDialogueTree::_actorParametersMap
Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* ____actorParametersMap_23;
};
// NodeCanvas.BehaviourTrees.SubTree
struct SubTree_t2B413AC17A37BDCEB78C24D34BE9CE24305202DC : public BTNodeNested_1_tC9566D03C3C142FD242274BC83FDED94BE1A2BBF
{
// NodeCanvas.Framework.BBParameter`1<NodeCanvas.BehaviourTrees.BehaviourTree> NodeCanvas.BehaviourTrees.SubTree::_subTree
BBParameter_1_tD8B00AA271CA0F4F1EF7EE7EFD44C1B825886B72* ____subTree_20;
};
// NodeCanvas.BehaviourTrees.Switch
struct Switch_tAE3F0AFF5E1BBCD279D974D1038D28025A8767D0 : public BTComposite_tD241F7AA32145DEDFDAF52FC23BB7DD42D5587A5
{
// System.Boolean NodeCanvas.BehaviourTrees.Switch::dynamic
bool ___dynamic_17;
// NodeCanvas.BehaviourTrees.Switch/CaseSelectionMode NodeCanvas.BehaviourTrees.Switch::selectionMode
int32_t ___selectionMode_18;
// NodeCanvas.Framework.BBParameter`1<System.Int32> NodeCanvas.BehaviourTrees.Switch::intCase
BBParameter_1_t0CED53FC373D2A18BE910895E6A74B0C7E89E10E* ___intCase_19;
// NodeCanvas.BehaviourTrees.Switch/OutOfRangeMode NodeCanvas.BehaviourTrees.Switch::outOfRangeMode
int32_t ___outOfRangeMode_20;
// NodeCanvas.Framework.Internal.BBObjectParameter NodeCanvas.BehaviourTrees.Switch::enumCase
BBObjectParameter_tA102F2723AE6019732064DBB03A3EB936A906795* ___enumCase_21;
// System.Collections.Generic.Dictionary`2<System.Int32,System.Int32> NodeCanvas.BehaviourTrees.Switch::enumCasePairing
Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180* ___enumCasePairing_22;
// System.Int32 NodeCanvas.BehaviourTrees.Switch::current
int32_t ___current_23;
// System.Int32 NodeCanvas.BehaviourTrees.Switch::runningIndex
int32_t ___runningIndex_24;
};
// NodeCanvas.BehaviourTrees.Timeout
struct Timeout_tDFE6D9EB4E5E2E2906E1E1BEA07259C2D8428C7A : public BTDecorator_tCE7F6F404106D897568861CF92ECD5F20D5628DB
{
// NodeCanvas.Framework.BBParameter`1<System.Single> NodeCanvas.BehaviourTrees.Timeout::timeout
BBParameter_1_tBF43B031C046DDE9CC5360F10411F13194CA4A9F* ___timeout_17;
};
// NodeCanvas.BehaviourTrees.WaitUntil
struct WaitUntil_tDF1DC02E80CC2ED3D624714BD1E13AD3EFC1F6C6 : public BTDecorator_tCE7F6F404106D897568861CF92ECD5F20D5628DB
{
// NodeCanvas.Framework.ConditionTask NodeCanvas.BehaviourTrees.WaitUntil::_condition
ConditionTask_t518F9B03584F4835F78D6DE297CE36AED500BEE8* ____condition_17;
// System.Boolean NodeCanvas.BehaviourTrees.WaitUntil::accessed
bool ___accessed_18;
};
// UnityEngine.AudioSource
struct AudioSource_t871AC2272F896738252F04EE949AEF5B241D3299 : public AudioBehaviour_t2DC0BEF7B020C952F3D2DA5AAAC88501C7EEB941
{
};
// NodeCanvas.Framework.Blackboard
struct Blackboard_t05918ADC382730440A2993437411C8652EECCE4F : public MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71
{
// NodeCanvas.Framework.AssetBlackboard NodeCanvas.Framework.Blackboard::_parentBlackboard
AssetBlackboard_t06CBC3663FADCD3FD88ACC97074D46D94EC448BE* ____parentBlackboard_4;
// System.String NodeCanvas.Framework.Blackboard::_serializedBlackboard
String_t* ____serializedBlackboard_5;
// System.Collections.Generic.List`1<UnityEngine.Object> NodeCanvas.Framework.Blackboard::_objectReferences
List_1_t9A2E2984B23260AECDFA90CEB1F2887075FA4DF3* ____objectReferences_6;
// ParadoxNotion.Serialization.SerializationPair[] NodeCanvas.Framework.Blackboard::_serializedVariables
SerializationPairU5BU5D_t88962332C676B5A1AFE3900B82395831B82DD3D8* ____serializedVariables_7;
// NodeCanvas.Framework.Internal.BlackboardSource NodeCanvas.Framework.Blackboard::_blackboard
BlackboardSource_tDF1C560E163F6F63BE89278B7312A32BF329C89E* ____blackboard_8;
// System.Boolean NodeCanvas.Framework.Blackboard::haltForUndo
bool ___haltForUndo_9;
// System.String NodeCanvas.Framework.Blackboard::_identifier
String_t* ____identifier_10;
// System.Action`1<NodeCanvas.Framework.Variable> NodeCanvas.Framework.Blackboard::onVariableAdded
Action_1_t924369B78685936188D9F308D270D4B74F46B374* ___onVariableAdded_11;
// System.Action`1<NodeCanvas.Framework.Variable> NodeCanvas.Framework.Blackboard::onVariableRemoved
Action_1_t924369B78685936188D9F308D270D4B74F46B374* ___onVariableRemoved_12;
};
// NodeCanvas.DialogueTrees.UI.Examples.DialogueUGUI
struct DialogueUGUI_t4C6218B4429FE06BE4FC8D201E691AA65A548A2F : public MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71
{
// System.Boolean NodeCanvas.DialogueTrees.UI.Examples.DialogueUGUI::skipOnInput
bool ___skipOnInput_4;
// System.Boolean NodeCanvas.DialogueTrees.UI.Examples.DialogueUGUI::waitForInput
bool ___waitForInput_5;
// UnityEngine.RectTransform NodeCanvas.DialogueTrees.UI.Examples.DialogueUGUI::subtitlesGroup
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* ___subtitlesGroup_6;
// UnityEngine.UI.Text NodeCanvas.DialogueTrees.UI.Examples.DialogueUGUI::actorSpeech
Text_tD60B2346DAA6666BF0D822FF607F0B220C2B9E62* ___actorSpeech_7;
// UnityEngine.UI.Text NodeCanvas.DialogueTrees.UI.Examples.DialogueUGUI::actorName
Text_tD60B2346DAA6666BF0D822FF607F0B220C2B9E62* ___actorName_8;
// UnityEngine.UI.Image NodeCanvas.DialogueTrees.UI.Examples.DialogueUGUI::actorPortrait
Image_tBC1D03F63BF71132E9A5E472B8742F172A011E7E* ___actorPortrait_9;
// UnityEngine.RectTransform NodeCanvas.DialogueTrees.UI.Examples.DialogueUGUI::waitInputIndicator
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* ___waitInputIndicator_10;
// NodeCanvas.DialogueTrees.UI.Examples.DialogueUGUI/SubtitleDelays NodeCanvas.DialogueTrees.UI.Examples.DialogueUGUI::subtitleDelays
SubtitleDelays_t77B1D49BE02D362170F222FF7F022241F0286AD5* ___subtitleDelays_11;
// System.Collections.Generic.List`1<UnityEngine.AudioClip> NodeCanvas.DialogueTrees.UI.Examples.DialogueUGUI::typingSounds
List_1_t33C1B21871505CF0516B63C148CD83EDA452BB5F* ___typingSounds_12;
// UnityEngine.AudioSource NodeCanvas.DialogueTrees.UI.Examples.DialogueUGUI::playSource
AudioSource_t871AC2272F896738252F04EE949AEF5B241D3299* ___playSource_13;
// UnityEngine.RectTransform NodeCanvas.DialogueTrees.UI.Examples.DialogueUGUI::optionsGroup
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* ___optionsGroup_14;
// UnityEngine.UI.Button NodeCanvas.DialogueTrees.UI.Examples.DialogueUGUI::optionButton
Button_t6786514A57F7AFDEE5431112FEA0CAB24F5AE098* ___optionButton_15;
// System.Collections.Generic.Dictionary`2<UnityEngine.UI.Button,System.Int32> NodeCanvas.DialogueTrees.UI.Examples.DialogueUGUI::cachedButtons
Dictionary_2_t7859C6FFE6937629581727659DC7F88C3161A03C* ___cachedButtons_16;
// UnityEngine.Vector2 NodeCanvas.DialogueTrees.UI.Examples.DialogueUGUI::originalSubsPosition
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___originalSubsPosition_17;
// System.Boolean NodeCanvas.DialogueTrees.UI.Examples.DialogueUGUI::isWaitingChoice
bool ___isWaitingChoice_18;
// UnityEngine.AudioSource NodeCanvas.DialogueTrees.UI.Examples.DialogueUGUI::_localSource
AudioSource_t871AC2272F896738252F04EE949AEF5B241D3299* ____localSource_19;
};
// ParadoxNotion.Services.EventRouter
struct EventRouter_tFF11845F5CEB376625AA32F751511FA5918717F9 : public MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71
{
// ParadoxNotion.Services.EventRouterAnimatorMove ParadoxNotion.Services.EventRouter::_routerAnimatorMove
EventRouterAnimatorMove_tCC97034D7B43B81378ECB246E21BC3280DFF04AF* ____routerAnimatorMove_4;
// ParadoxNotion.Services.EventRouter/EventDelegate`1<UnityEngine.EventSystems.PointerEventData> ParadoxNotion.Services.EventRouter::onPointerEnter
EventDelegate_1_t3922DD8D8BB78D005C965CBE4940BDED836B29F3* ___onPointerEnter_5;
// ParadoxNotion.Services.EventRouter/EventDelegate`1<UnityEngine.EventSystems.PointerEventData> ParadoxNotion.Services.EventRouter::onPointerExit
EventDelegate_1_t3922DD8D8BB78D005C965CBE4940BDED836B29F3* ___onPointerExit_6;
// ParadoxNotion.Services.EventRouter/EventDelegate`1<UnityEngine.EventSystems.PointerEventData> ParadoxNotion.Services.EventRouter::onPointerDown
EventDelegate_1_t3922DD8D8BB78D005C965CBE4940BDED836B29F3* ___onPointerDown_7;
// ParadoxNotion.Services.EventRouter/EventDelegate`1<UnityEngine.EventSystems.PointerEventData> ParadoxNotion.Services.EventRouter::onPointerUp
EventDelegate_1_t3922DD8D8BB78D005C965CBE4940BDED836B29F3* ___onPointerUp_8;
// ParadoxNotion.Services.EventRouter/EventDelegate`1<UnityEngine.EventSystems.PointerEventData> ParadoxNotion.Services.EventRouter::onPointerClick
EventDelegate_1_t3922DD8D8BB78D005C965CBE4940BDED836B29F3* ___onPointerClick_9;
// ParadoxNotion.Services.EventRouter/EventDelegate`1<UnityEngine.EventSystems.PointerEventData> ParadoxNotion.Services.EventRouter::onDrag
EventDelegate_1_t3922DD8D8BB78D005C965CBE4940BDED836B29F3* ___onDrag_10;
// ParadoxNotion.Services.EventRouter/EventDelegate`1<UnityEngine.EventSystems.PointerEventData> ParadoxNotion.Services.EventRouter::onDrop
EventDelegate_1_t3922DD8D8BB78D005C965CBE4940BDED836B29F3* ___onDrop_11;
// ParadoxNotion.Services.EventRouter/EventDelegate`1<UnityEngine.EventSystems.PointerEventData> ParadoxNotion.Services.EventRouter::onScroll
EventDelegate_1_t3922DD8D8BB78D005C965CBE4940BDED836B29F3* ___onScroll_12;
// ParadoxNotion.Services.EventRouter/EventDelegate`1<UnityEngine.EventSystems.BaseEventData> ParadoxNotion.Services.EventRouter::onUpdateSelected
EventDelegate_1_tADEB0E3D25F34FE8A22D8FD3203F761C0DF4840B* ___onUpdateSelected_13;
// ParadoxNotion.Services.EventRouter/EventDelegate`1<UnityEngine.EventSystems.BaseEventData> ParadoxNotion.Services.EventRouter::onSelect
EventDelegate_1_tADEB0E3D25F34FE8A22D8FD3203F761C0DF4840B* ___onSelect_14;
// ParadoxNotion.Services.EventRouter/EventDelegate`1<UnityEngine.EventSystems.BaseEventData> ParadoxNotion.Services.EventRouter::onDeselect
EventDelegate_1_tADEB0E3D25F34FE8A22D8FD3203F761C0DF4840B* ___onDeselect_15;
// ParadoxNotion.Services.EventRouter/EventDelegate`1<UnityEngine.EventSystems.AxisEventData> ParadoxNotion.Services.EventRouter::onMove
EventDelegate_1_t9D47EFD73C7AAE4AF31A0169C509BD82147A2038* ___onMove_16;
// ParadoxNotion.Services.EventRouter/EventDelegate`1<UnityEngine.EventSystems.BaseEventData> ParadoxNotion.Services.EventRouter::onSubmit
EventDelegate_1_tADEB0E3D25F34FE8A22D8FD3203F761C0DF4840B* ___onSubmit_17;
// ParadoxNotion.Services.EventRouter/EventDelegate ParadoxNotion.Services.EventRouter::onMouseDown
EventDelegate_t2F154298F118D94C382C722CC4DE96A141BE661F* ___onMouseDown_18;
// ParadoxNotion.Services.EventRouter/EventDelegate ParadoxNotion.Services.EventRouter::onMouseDrag
EventDelegate_t2F154298F118D94C382C722CC4DE96A141BE661F* ___onMouseDrag_19;
// ParadoxNotion.Services.EventRouter/EventDelegate ParadoxNotion.Services.EventRouter::onMouseEnter
EventDelegate_t2F154298F118D94C382C722CC4DE96A141BE661F* ___onMouseEnter_20;
// ParadoxNotion.Services.EventRouter/EventDelegate ParadoxNotion.Services.EventRouter::onMouseExit
EventDelegate_t2F154298F118D94C382C722CC4DE96A141BE661F* ___onMouseExit_21;
// ParadoxNotion.Services.EventRouter/EventDelegate ParadoxNotion.Services.EventRouter::onMouseOver
EventDelegate_t2F154298F118D94C382C722CC4DE96A141BE661F* ___onMouseOver_22;
// ParadoxNotion.Services.EventRouter/EventDelegate ParadoxNotion.Services.EventRouter::onMouseUp
EventDelegate_t2F154298F118D94C382C722CC4DE96A141BE661F* ___onMouseUp_23;
// ParadoxNotion.Services.EventRouter/EventDelegate ParadoxNotion.Services.EventRouter::onEnable
EventDelegate_t2F154298F118D94C382C722CC4DE96A141BE661F* ___onEnable_24;
// ParadoxNotion.Services.EventRouter/EventDelegate ParadoxNotion.Services.EventRouter::onDisable
EventDelegate_t2F154298F118D94C382C722CC4DE96A141BE661F* ___onDisable_25;
// ParadoxNotion.Services.EventRouter/EventDelegate ParadoxNotion.Services.EventRouter::onDestroy
EventDelegate_t2F154298F118D94C382C722CC4DE96A141BE661F* ___onDestroy_26;
// ParadoxNotion.Services.EventRouter/EventDelegate ParadoxNotion.Services.EventRouter::onTransformChildrenChanged
EventDelegate_t2F154298F118D94C382C722CC4DE96A141BE661F* ___onTransformChildrenChanged_27;
// ParadoxNotion.Services.EventRouter/EventDelegate ParadoxNotion.Services.EventRouter::onTransformParentChanged
EventDelegate_t2F154298F118D94C382C722CC4DE96A141BE661F* ___onTransformParentChanged_28;
// ParadoxNotion.Services.EventRouter/EventDelegate`1<System.Int32> ParadoxNotion.Services.EventRouter::onAnimatorIK
EventDelegate_1_t2A226EAE82D102AC6F450E338D16C4D1638857BD* ___onAnimatorIK_29;
// ParadoxNotion.Services.EventRouter/EventDelegate ParadoxNotion.Services.EventRouter::onBecameInvisible
EventDelegate_t2F154298F118D94C382C722CC4DE96A141BE661F* ___onBecameInvisible_30;
// ParadoxNotion.Services.EventRouter/EventDelegate ParadoxNotion.Services.EventRouter::onBecameVisible
EventDelegate_t2F154298F118D94C382C722CC4DE96A141BE661F* ___onBecameVisible_31;
// ParadoxNotion.Services.EventRouter/EventDelegate`1<UnityEngine.ControllerColliderHit> ParadoxNotion.Services.EventRouter::onControllerColliderHit
EventDelegate_1_t9267A446213AA1DAC898708EE85CEB3EBF95D9B4* ___onControllerColliderHit_32;
// ParadoxNotion.Services.EventRouter/EventDelegate`1<UnityEngine.GameObject> ParadoxNotion.Services.EventRouter::onParticleCollision
EventDelegate_1_t5A4AFE96D0BA4815568B3734C38266933BB5AAD6* ___onParticleCollision_33;
// ParadoxNotion.Services.EventRouter/EventDelegate`1<UnityEngine.Collision> ParadoxNotion.Services.EventRouter::onCollisionEnter
EventDelegate_1_tD29A63C52AB913AB044E80D0145C193680CB8AF1* ___onCollisionEnter_34;
// ParadoxNotion.Services.EventRouter/EventDelegate`1<UnityEngine.Collision> ParadoxNotion.Services.EventRouter::onCollisionExit
EventDelegate_1_tD29A63C52AB913AB044E80D0145C193680CB8AF1* ___onCollisionExit_35;
// ParadoxNotion.Services.EventRouter/EventDelegate`1<UnityEngine.Collision> ParadoxNotion.Services.EventRouter::onCollisionStay
EventDelegate_1_tD29A63C52AB913AB044E80D0145C193680CB8AF1* ___onCollisionStay_36;
// ParadoxNotion.Services.EventRouter/EventDelegate`1<UnityEngine.Collision2D> ParadoxNotion.Services.EventRouter::onCollisionEnter2D
EventDelegate_1_t88F2B17388F778571525A3B4746C724130EFEF3E* ___onCollisionEnter2D_37;
// ParadoxNotion.Services.EventRouter/EventDelegate`1<UnityEngine.Collision2D> ParadoxNotion.Services.EventRouter::onCollisionExit2D
EventDelegate_1_t88F2B17388F778571525A3B4746C724130EFEF3E* ___onCollisionExit2D_38;
// ParadoxNotion.Services.EventRouter/EventDelegate`1<UnityEngine.Collision2D> ParadoxNotion.Services.EventRouter::onCollisionStay2D
EventDelegate_1_t88F2B17388F778571525A3B4746C724130EFEF3E* ___onCollisionStay2D_39;
// ParadoxNotion.Services.EventRouter/EventDelegate`1<UnityEngine.Collider> ParadoxNotion.Services.EventRouter::onTriggerEnter
EventDelegate_1_t6F52CB20C27A00AD5B3EDA7C4FC6F5457CF62587* ___onTriggerEnter_40;
// ParadoxNotion.Services.EventRouter/EventDelegate`1<UnityEngine.Collider> ParadoxNotion.Services.EventRouter::onTriggerExit
EventDelegate_1_t6F52CB20C27A00AD5B3EDA7C4FC6F5457CF62587* ___onTriggerExit_41;
// ParadoxNotion.Services.EventRouter/EventDelegate`1<UnityEngine.Collider> ParadoxNotion.Services.EventRouter::onTriggerStay
EventDelegate_1_t6F52CB20C27A00AD5B3EDA7C4FC6F5457CF62587* ___onTriggerStay_42;
// ParadoxNotion.Services.EventRouter/EventDelegate`1<UnityEngine.Collider2D> ParadoxNotion.Services.EventRouter::onTriggerEnter2D
EventDelegate_1_t0A3517F87DD0F8308E239D4FFEA727B41F2CEC55* ___onTriggerEnter2D_43;
// ParadoxNotion.Services.EventRouter/EventDelegate`1<UnityEngine.Collider2D> ParadoxNotion.Services.EventRouter::onTriggerExit2D
EventDelegate_1_t0A3517F87DD0F8308E239D4FFEA727B41F2CEC55* ___onTriggerExit2D_44;
// ParadoxNotion.Services.EventRouter/EventDelegate`1<UnityEngine.Collider2D> ParadoxNotion.Services.EventRouter::onTriggerStay2D
EventDelegate_1_t0A3517F87DD0F8308E239D4FFEA727B41F2CEC55* ___onTriggerStay2D_45;
// System.Action`2<UnityEngine.RenderTexture,UnityEngine.RenderTexture> ParadoxNotion.Services.EventRouter::onRenderImage
Action_2_t614AB1C8EDBDCA4CEA2E8C48AFFF33F825433DB1* ___onRenderImage_46;
// ParadoxNotion.Services.EventRouter/EventDelegate ParadoxNotion.Services.EventRouter::onDrawGizmos
EventDelegate_t2F154298F118D94C382C722CC4DE96A141BE661F* ___onDrawGizmos_47;
// ParadoxNotion.Services.EventRouter/CustomEventDelegate ParadoxNotion.Services.EventRouter::onCustomEvent
CustomEventDelegate_tDCADC9123D2A1C92BF09539592EBC015A6F9F504* ___onCustomEvent_48;
};
// 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;
};
// ParadoxNotion.Services.MonoManager
struct MonoManager_tE81CE532B3B4DBD56BB7E9CBDB64B8872B210675 : public MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71
{
// System.Action ParadoxNotion.Services.MonoManager::onUpdate
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___onUpdate_4;
// System.Action ParadoxNotion.Services.MonoManager::onLateUpdate
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___onLateUpdate_5;
// System.Action ParadoxNotion.Services.MonoManager::onFixedUpdate
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___onFixedUpdate_6;
// System.Action ParadoxNotion.Services.MonoManager::onApplicationQuit
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___onApplicationQuit_7;
// System.Action`1<System.Boolean> ParadoxNotion.Services.MonoManager::onApplicationPause
Action_1_t10DCB0C07D0D3C565CEACADC80D1152B35A45F6C* ___onApplicationPause_8;
// System.Action ParadoxNotion.Services.MonoManager::onGUI
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___onGUI_9;
};
// UnityEngine.EventSystems.UIBehaviour
struct UIBehaviour_tB9D4295827BD2EEDEF0749200C6CA7090C742A9D : public MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71
{
};
// 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;
};
// NodeCanvas.Framework.GraphOwner`1<NodeCanvas.DialogueTrees.DialogueTree>
struct GraphOwner_1_tC3FD007E0462CA9F92B939A792D7147C3774B073 : public GraphOwner_t403B42955FE2A2C62A9578A7E1ED47FF1B39A37F
{
// T NodeCanvas.Framework.GraphOwner`1::_graph
DialogueTree_t2208AC38C45014AF5E0A41AD1E0DBB299BEB849D* ____graph_21;
// UnityEngine.Object NodeCanvas.Framework.GraphOwner`1::_blackboard
Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* ____blackboard_22;
};
// NodeCanvas.Framework.GlobalBlackboard
struct GlobalBlackboard_tAAED76CBEF71392A8E043172C9C60F67A3154125 : public Blackboard_t05918ADC382730440A2993437411C8652EECCE4F
{
// System.String NodeCanvas.Framework.GlobalBlackboard::_UID
String_t* ____UID_13;
// System.String NodeCanvas.Framework.GlobalBlackboard::_identifier
String_t* ____identifier_14;
// NodeCanvas.Framework.GlobalBlackboard/SingletonMode NodeCanvas.Framework.GlobalBlackboard::_singletonMode
int32_t ____singletonMode_15;
// System.Boolean NodeCanvas.Framework.GlobalBlackboard::_dontDestroyOnLoad
bool ____dontDestroyOnLoad_16;
};
// 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;
};
// 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;
};
// NodeCanvas.BehaviourTrees.BehaviourTreeOwner
struct BehaviourTreeOwner_tDAB46C0E4C6E3CCE1C266D358A11D49EE00F9E12 : public GraphOwner_1_tED619ED704A45FE35458F8BA898E8ED33DD376E7
{
};
// UnityEngine.UI.Button
struct Button_t6786514A57F7AFDEE5431112FEA0CAB24F5AE098 : public Selectable_t3251808068A17B8E92FB33590A4C2FA66D456712
{
// UnityEngine.UI.Button/ButtonClickedEvent UnityEngine.UI.Button::m_OnClick
ButtonClickedEvent_t8EA72E90B3BD1392FB3B3EF167D5121C23569E4C* ___m_OnClick_20;
};
// NodeCanvas.DialogueTrees.DialogueTreeController
struct DialogueTreeController_t9200582D4B9DBA52D7609267A19658C32C222141 : public GraphOwner_1_tC3FD007E0462CA9F92B939A792D7147C3774B073
{
};
// 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.Image
struct Image_tBC1D03F63BF71132E9A5E472B8742F172A011E7E : public MaskableGraphic_tFC5B6BE351C90DE53744DF2A70940242774B361E
{
// UnityEngine.Sprite UnityEngine.UI.Image::m_Sprite
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* ___m_Sprite_38;
// UnityEngine.Sprite UnityEngine.UI.Image::m_OverrideSprite
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* ___m_OverrideSprite_39;
// UnityEngine.UI.Image/Type UnityEngine.UI.Image::m_Type
int32_t ___m_Type_40;
// System.Boolean UnityEngine.UI.Image::m_PreserveAspect
bool ___m_PreserveAspect_41;
// System.Boolean UnityEngine.UI.Image::m_FillCenter
bool ___m_FillCenter_42;
// UnityEngine.UI.Image/FillMethod UnityEngine.UI.Image::m_FillMethod
int32_t ___m_FillMethod_43;
// System.Single UnityEngine.UI.Image::m_FillAmount
float ___m_FillAmount_44;
// System.Boolean UnityEngine.UI.Image::m_FillClockwise
bool ___m_FillClockwise_45;
// System.Int32 UnityEngine.UI.Image::m_FillOrigin
int32_t ___m_FillOrigin_46;
// System.Single UnityEngine.UI.Image::m_AlphaHitTestMinimumThreshold
float ___m_AlphaHitTestMinimumThreshold_47;
// System.Boolean UnityEngine.UI.Image::m_Tracked
bool ___m_Tracked_48;
// System.Boolean UnityEngine.UI.Image::m_UseSpriteMesh
bool ___m_UseSpriteMesh_49;
// System.Single UnityEngine.UI.Image::m_PixelsPerUnitMultiplier
float ___m_PixelsPerUnitMultiplier_50;
// System.Single UnityEngine.UI.Image::m_CachedReferencePixelsPerUnit
float ___m_CachedReferencePixelsPerUnit_51;
};
// 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;
};
// System.Collections.Generic.Dictionary`2<UnityEngine.UI.Button,System.Int32>
// System.Collections.Generic.Dictionary`2<UnityEngine.UI.Button,System.Int32>
// System.Collections.Generic.Dictionary`2<NodeCanvas.Framework.Connection,System.Collections.Generic.KeyValuePair`2<System.Int32,System.Int32>>
// System.Collections.Generic.Dictionary`2<NodeCanvas.Framework.Connection,System.Collections.Generic.KeyValuePair`2<System.Int32,System.Int32>>
// System.Collections.Generic.Dictionary`2<UnityEngine.GameObject,System.Collections.Generic.List`1<NodeCanvas.BehaviourTrees.Guard>>
// System.Collections.Generic.Dictionary`2<UnityEngine.GameObject,System.Collections.Generic.List`1<NodeCanvas.BehaviourTrees.Guard>>
// System.Collections.Generic.Dictionary`2<NodeCanvas.Framework.Graph,NodeCanvas.Framework.Graph>
// System.Collections.Generic.Dictionary`2<NodeCanvas.Framework.Graph,NodeCanvas.Framework.Graph>
// System.Collections.Generic.Dictionary`2<NodeCanvas.DialogueTrees.IStatement,System.Int32>
// System.Collections.Generic.Dictionary`2<NodeCanvas.DialogueTrees.IStatement,System.Int32>
// System.Collections.Generic.Dictionary`2<System.Int32,System.Int32>
// System.Collections.Generic.Dictionary`2<System.Int32,System.Int32>
// System.Collections.Generic.Dictionary`2<System.String,NodeCanvas.DialogueTrees.IDialogueActor>
// System.Collections.Generic.Dictionary`2<System.String,NodeCanvas.DialogueTrees.IDialogueActor>
// System.Collections.Generic.Dictionary`2<System.String,System.String>
// System.Collections.Generic.Dictionary`2<System.String,System.String>
// 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.UI.Button,System.Int32>
// System.Collections.Generic.Dictionary`2/KeyCollection<UnityEngine.UI.Button,System.Int32>
// System.Collections.Generic.List`1<NodeCanvas.Framework.BBParameter`1<System.Single>>
struct List_1_t6E1C3C361234D5B22FE1A015A8E75DBBA982A1D5_StaticFields
{
// T[] System.Collections.Generic.List`1::s_emptyArray
BBParameter_1U5BU5D_t81B0D8A3A168453E397CD861CE2FC2F1D849C044* ___s_emptyArray_5;
};
// System.Collections.Generic.List`1<NodeCanvas.Framework.BBParameter`1<System.Single>>
// System.Collections.Generic.List`1<UnityEngine.AudioClip>
struct List_1_t33C1B21871505CF0516B63C148CD83EDA452BB5F_StaticFields
{
// T[] System.Collections.Generic.List`1::s_emptyArray
AudioClipU5BU5D_t916722468F7EDCFA833318C35CD7D41097D75D31* ___s_emptyArray_5;
};
// System.Collections.Generic.List`1<UnityEngine.AudioClip>
// System.Collections.Generic.List`1<NodeCanvas.Framework.Internal.BBMappingParameter>
struct List_1_t624B7FC2AE145EBF7BB7EE422EF3049A2BBD744B_StaticFields
{
// T[] System.Collections.Generic.List`1::s_emptyArray
BBMappingParameterU5BU5D_tF38AF50E437C333E5DCBCD3FB3B45D48DCC59F58* ___s_emptyArray_5;
};
// System.Collections.Generic.List`1<NodeCanvas.Framework.Internal.BBMappingParameter>
// System.Collections.Generic.List`1<NodeCanvas.Framework.BBParameter>
struct List_1_tAD83E1E173C28ABFECA64AA58E75072EF894EF92_StaticFields
{
// T[] System.Collections.Generic.List`1::s_emptyArray
BBParameterU5BU5D_tB9590F74375A7B8AC820DC3E6D5E0C3A69BF4D0E* ___s_emptyArray_5;
};
// System.Collections.Generic.List`1<NodeCanvas.Framework.BBParameter>
// System.Collections.Generic.List`1<NodeCanvas.Framework.CanvasGroup>
struct List_1_t5B06412E1CC59E5774C10EB7439C98F6C31449C3_StaticFields
{
// T[] System.Collections.Generic.List`1::s_emptyArray
CanvasGroupU5BU5D_t0B320AC42D45D401BAEECFBA95AD29F81126C710* ___s_emptyArray_5;
};
// System.Collections.Generic.List`1<NodeCanvas.Framework.CanvasGroup>
// System.Collections.Generic.List`1<NodeCanvas.Framework.ConditionTask>
struct List_1_t9C974E7FF2C20223569CABCD28DAA66B6319C9CC_StaticFields
{
// T[] System.Collections.Generic.List`1::s_emptyArray
ConditionTaskU5BU5D_tB7D486EE4B27268C492665955C5AF44C185AF311* ___s_emptyArray_5;
};
// System.Collections.Generic.List`1<NodeCanvas.Framework.ConditionTask>
// System.Collections.Generic.List`1<NodeCanvas.Framework.Connection>
struct List_1_t619EB3258C7F1EBD15A485EA09888BE9FC87AC7E_StaticFields
{
// T[] System.Collections.Generic.List`1::s_emptyArray
ConnectionU5BU5D_t5D2C96F2326D52F4DF94410574A186770D62742D* ___s_emptyArray_5;
};
// System.Collections.Generic.List`1<NodeCanvas.Framework.Connection>
// System.Collections.Generic.List`1<ParadoxNotion.DynamicParameterDefinition>
struct List_1_tA21CFDD087613DE4CF05F410A95EED109BC339A1_StaticFields
{
// T[] System.Collections.Generic.List`1::s_emptyArray
DynamicParameterDefinitionU5BU5D_tF8BB7CC9218FCCE52AD9FB9476EB4E763666CE15* ___s_emptyArray_5;
};
// System.Collections.Generic.List`1<ParadoxNotion.DynamicParameterDefinition>
// System.Collections.Generic.List`1<NodeCanvas.Framework.ExposedParameter>
struct List_1_t91EDD67AF63284D37C24863790C26947C3D343A8_StaticFields
{
// T[] System.Collections.Generic.List`1::s_emptyArray
ExposedParameterU5BU5D_tD15DD2E4DA60576E0AAF427D69AD4A33DE975719* ___s_emptyArray_5;
};
// System.Collections.Generic.List`1<NodeCanvas.Framework.ExposedParameter>
// System.Collections.Generic.List`1<UnityEngine.GameObject>
struct List_1_tB951CE80B58D1BF9650862451D8DAD8C231F207B_StaticFields
{
// T[] System.Collections.Generic.List`1::s_emptyArray
GameObjectU5BU5D_tFF67550DFCE87096D7A3734EA15B75896B2722CF* ___s_emptyArray_5;
};
// System.Collections.Generic.List`1<UnityEngine.GameObject>
// System.Collections.Generic.List`1<NodeCanvas.Framework.Graph>
struct List_1_tAC3699D052F658AFF59ECF6AB1A90478603F6294_StaticFields
{
// T[] System.Collections.Generic.List`1::s_emptyArray
GraphU5BU5D_t53C54396E48744CA4BADC9B4753E8A4F0B97EB5A* ___s_emptyArray_5;
};
// System.Collections.Generic.List`1<NodeCanvas.Framework.Graph>
// System.Collections.Generic.List`1<NodeCanvas.BehaviourTrees.Guard>
struct List_1_tE0AD586683900081A68CCBF7BA7E6060329CEE56_StaticFields
{
// T[] System.Collections.Generic.List`1::s_emptyArray
GuardU5BU5D_t787D63A8DA7A5043AC263892D909B732287F0B97* ___s_emptyArray_5;
};
// System.Collections.Generic.List`1<NodeCanvas.BehaviourTrees.Guard>
// 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<NodeCanvas.Framework.Node>
struct List_1_t90487A8EA186417AA0A6F2B22B58D1BAE3334437_StaticFields
{
// T[] System.Collections.Generic.List`1::s_emptyArray
NodeU5BU5D_t9ED98B145FDFEDFC80FCBDF86A3D7B4D21CB89A2* ___s_emptyArray_5;
};
// System.Collections.Generic.List`1<NodeCanvas.Framework.Node>
// 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.Object>
struct List_1_t9A2E2984B23260AECDFA90CEB1F2887075FA4DF3_StaticFields
{
// T[] System.Collections.Generic.List`1::s_emptyArray
ObjectU5BU5D_tD4BF1BEC72A31DF6611C0B8FA3112AF128FC3F8A* ___s_emptyArray_5;
};
// System.Collections.Generic.List`1<UnityEngine.Object>
// 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<NodeCanvas.Framework.Task>
struct List_1_t2338E7E26462DEE44946C327D8DE6718C0BFFC4D_StaticFields
{
// T[] System.Collections.Generic.List`1::s_emptyArray
TaskU5BU5D_t2CF6FE533EEC7561997033A78B16B5227703E9A5* ___s_emptyArray_5;
};
// System.Collections.Generic.List`1<NodeCanvas.Framework.Task>
// System.Collections.Generic.List`1<NodeCanvas.DialogueTrees.MultipleChoiceNode/Choice>
struct List_1_tD43971A5B1BF4D92C8F05B2C5EB0B80AF37DA600_StaticFields
{
// T[] System.Collections.Generic.List`1::s_emptyArray
ChoiceU5BU5D_tA84BE1F98C8CD73D4190C8475B9B1FED43EDF390* ___s_emptyArray_5;
};
// System.Collections.Generic.List`1<NodeCanvas.DialogueTrees.MultipleChoiceNode/Choice>
// System.Collections.Generic.List`1<NodeCanvas.BehaviourTrees.PrioritySelector/Consideration>
struct List_1_tF88264E0E4A394FD0A1775D90BE5E1D8AF1FC6A9_StaticFields
{
// T[] System.Collections.Generic.List`1::s_emptyArray
ConsiderationU5BU5D_t0917844AF7FA8461386823C02D41A95ACDB61BBD* ___s_emptyArray_5;
};
// System.Collections.Generic.List`1<NodeCanvas.BehaviourTrees.PrioritySelector/Consideration>
// System.Collections.Generic.List`1<NodeCanvas.BehaviourTrees.PrioritySelector/Desire>
struct List_1_tCB242480CD0029CF04AE7D19D2797B6A0ED4F360_StaticFields
{
// T[] System.Collections.Generic.List`1::s_emptyArray
DesireU5BU5D_t9A08FE6DF5CDFFFA2745F5AC94D097980FB1D9CA* ___s_emptyArray_5;
};
// System.Collections.Generic.List`1<NodeCanvas.BehaviourTrees.PrioritySelector/Desire>
// System.Collections.Generic.List`1<NodeCanvas.DialogueTrees.ProbabilitySelector/Option>
struct List_1_t74610F5EABE3A0AF78272B0C2F85BFEE1A4A05E3_StaticFields
{
// T[] System.Collections.Generic.List`1::s_emptyArray
OptionU5BU5D_t823CFF73A40A43453A552DA091DC29B7EE3E1A2F* ___s_emptyArray_5;
};
// System.Collections.Generic.List`1<NodeCanvas.DialogueTrees.ProbabilitySelector/Option>
// NodeCanvas.Framework.NodeReference`1<NodeCanvas.DialogueTrees.DTNode>
// NodeCanvas.Framework.NodeReference`1<NodeCanvas.DialogueTrees.DTNode>
// System.Collections.Generic.Stack`1<System.Object>
// System.Collections.Generic.Stack`1<System.Object>
// System.Collections.Generic.Stack`1<ParadoxNotion.HierarchyTree/Element>
// System.Collections.Generic.Stack`1<ParadoxNotion.HierarchyTree/Element>
// System.Collections.Generic.Dictionary`2/ValueCollection<NodeCanvas.Framework.Graph,NodeCanvas.Framework.Graph>
// System.Collections.Generic.Dictionary`2/ValueCollection<NodeCanvas.Framework.Graph,NodeCanvas.Framework.Graph>
// System.Collections.Generic.Dictionary`2/ValueCollection<NodeCanvas.DialogueTrees.IStatement,System.Int32>
// System.Collections.Generic.Dictionary`2/ValueCollection<NodeCanvas.DialogueTrees.IStatement,System.Int32>
// System.Attribute
// System.Attribute
// NodeCanvas.Framework.BBParameter
// NodeCanvas.Framework.BBParameter
// NodeCanvas.Framework.Internal.BlackboardSource
// NodeCanvas.Framework.Internal.BlackboardSource
// NodeCanvas.Framework.Connection
// NodeCanvas.Framework.Connection
// ParadoxNotion.DynamicParameterDefinition
// ParadoxNotion.DynamicParameterDefinition
// NodeCanvas.Framework.ExposedParameter
// NodeCanvas.Framework.ExposedParameter
// NodeCanvas.Framework.IGraphAssignableExtensions
// NodeCanvas.Framework.IGraphAssignableExtensions
// NodeCanvas.Framework.LogTag
// NodeCanvas.Framework.LogTag
// System.Reflection.MemberInfo
// System.Reflection.MemberInfo
// NodeCanvas.DialogueTrees.MultipleChoiceRequestInfo
// NodeCanvas.DialogueTrees.MultipleChoiceRequestInfo
// NodeCanvas.DialogueTrees.ProxyDialogueActor
// NodeCanvas.DialogueTrees.ProxyDialogueActor
// ParadoxNotion.Serialization.SerializationPair
// ParadoxNotion.Serialization.SerializationPair
// NodeCanvas.DialogueTrees.Statement
// NodeCanvas.DialogueTrees.Statement
// System.String
struct String_t_StaticFields
{
// System.String System.String::Empty
String_t* ___Empty_6;
};
// System.String
// NodeCanvas.DialogueTrees.SubtitlesRequestInfo
// NodeCanvas.DialogueTrees.SubtitlesRequestInfo
// NodeCanvas.Framework.Task
// NodeCanvas.Framework.Task
// System.Threading.Tasks.Task
struct Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572_StaticFields
{
// System.Int32 System.Threading.Tasks.Task::s_taskIdCounter
int32_t ___s_taskIdCounter_0;
// System.Object System.Threading.Tasks.Task::s_taskCompletionSentinel
RuntimeObject* ___s_taskCompletionSentinel_8;
// System.Boolean System.Threading.Tasks.Task::s_asyncDebuggingEnabled
bool ___s_asyncDebuggingEnabled_9;
// System.Action`1<System.Object> System.Threading.Tasks.Task::s_taskCancelCallback
Action_1_t6F9EB113EB3F16226AEF811A2744F4111C116C87* ___s_taskCancelCallback_11;
// System.Func`1<System.Threading.Tasks.Task/ContingentProperties> System.Threading.Tasks.Task::s_createContingentProperties
Func_1_tD59A12717D79BFB403BF973694B1BE5B85474BD1* ___s_createContingentProperties_14;
// System.Threading.Tasks.TaskFactory System.Threading.Tasks.Task::<Factory>k__BackingField
TaskFactory_tF781BD37BE23917412AD83424D1497C7C1509DF0* ___U3CFactoryU3Ek__BackingField_15;
// System.Threading.Tasks.Task System.Threading.Tasks.Task::<CompletedTask>k__BackingField
Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* ___U3CCompletedTaskU3Ek__BackingField_16;
// System.Predicate`1<System.Threading.Tasks.Task> System.Threading.Tasks.Task::s_IsExceptionObservedByParentPredicate
Predicate_1_t7F48518B008C1472339EEEBABA3DE203FE1F26ED* ___s_IsExceptionObservedByParentPredicate_17;
// System.Threading.ContextCallback System.Threading.Tasks.Task::s_ecCallback
ContextCallback_tE8AFBDBFCC040FDA8DA8C1EEFE9BD66B16BDA007* ___s_ecCallback_18;
// System.Predicate`1<System.Object> System.Threading.Tasks.Task::s_IsTaskContinuationNullPredicate
Predicate_1_t8342C85FF4E41CD1F7024AC0CDC3E5312A32CB12* ___s_IsTaskContinuationNullPredicate_19;
// System.Collections.Generic.Dictionary`2<System.Int32,System.Threading.Tasks.Task> System.Threading.Tasks.Task::s_currentActiveTasks
Dictionary_2_t403063CE4960B4F46C688912237C6A27E550FF55* ___s_currentActiveTasks_20;
// System.Object System.Threading.Tasks.Task::s_activeTasksLock
RuntimeObject* ___s_activeTasksLock_21;
};
// System.Threading.Tasks.Task
struct Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572_ThreadStaticFields
{
// System.Threading.Tasks.Task System.Threading.Tasks.Task::t_currentTask
Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* ___t_currentTask_12;
// System.Threading.Tasks.StackGuard System.Threading.Tasks.Task::t_stackGuard
StackGuard_tACE063A1B7374BDF4AD472DE4585D05AD8745352* ___t_stackGuard_13;
};
// ParadoxNotion.Services.Threader
struct Threader_tFDCB2BB163812D50862D40F363A5EEA1073B1412_StaticFields
{
// System.Boolean ParadoxNotion.Services.Threader::<applicationIsPlaying>k__BackingField
bool ___U3CapplicationIsPlayingU3Ek__BackingField_0;
};
// ParadoxNotion.Services.Threader
// UnityEngine.Events.UnityEventBase
// UnityEngine.Events.UnityEventBase
// System.ValueType
// System.ValueType
// NodeCanvas.Framework.Variable
// NodeCanvas.Framework.Variable
// UnityEngine.YieldInstruction
// UnityEngine.YieldInstruction
// ParadoxNotion.Serialization.FullSerializer.fsData
struct fsData_t0D9C403CA222F8A5CB8A66578340497D65E47FF0_StaticFields
{
// ParadoxNotion.Serialization.FullSerializer.fsData ParadoxNotion.Serialization.FullSerializer.fsData::True
fsData_t0D9C403CA222F8A5CB8A66578340497D65E47FF0* ___True_1;
// ParadoxNotion.Serialization.FullSerializer.fsData ParadoxNotion.Serialization.FullSerializer.fsData::False
fsData_t0D9C403CA222F8A5CB8A66578340497D65E47FF0* ___False_2;
// ParadoxNotion.Serialization.FullSerializer.fsData ParadoxNotion.Serialization.FullSerializer.fsData::Null
fsData_t0D9C403CA222F8A5CB8A66578340497D65E47FF0* ___Null_3;
};
// ParadoxNotion.Serialization.FullSerializer.fsData
// NodeCanvas.DialogueTrees.ActionNode/<UpdateAction>d__10
// NodeCanvas.DialogueTrees.ActionNode/<UpdateAction>d__10
// NodeCanvas.BehaviourTrees.BehaviourTree/DerivedSerializationData
// NodeCanvas.BehaviourTrees.BehaviourTree/DerivedSerializationData
// NodeCanvas.DialogueTrees.DialogueTree/<>c
struct U3CU3Ec_tA4B06DBDF2A83021639CF2EFCDFA359942440699_StaticFields
{
// NodeCanvas.DialogueTrees.DialogueTree/<>c NodeCanvas.DialogueTrees.DialogueTree/<>c::<>9
U3CU3Ec_tA4B06DBDF2A83021639CF2EFCDFA359942440699* ___U3CU3E9_0;
// System.Func`2<NodeCanvas.DialogueTrees.DialogueTree/ActorParameter,System.String> NodeCanvas.DialogueTrees.DialogueTree/<>c::<>9__46_0
Func_2_tEA4C2DB33A12B1128471C985B9282DD537EA69CE* ___U3CU3E9__46_0_1;
};
// NodeCanvas.DialogueTrees.DialogueTree/<>c
// NodeCanvas.DialogueTrees.DialogueTree/<>c__DisplayClass47_0
// NodeCanvas.DialogueTrees.DialogueTree/<>c__DisplayClass47_0
// NodeCanvas.DialogueTrees.DialogueTree/<>c__DisplayClass48_0
// NodeCanvas.DialogueTrees.DialogueTree/<>c__DisplayClass48_0
// NodeCanvas.DialogueTrees.DialogueTree/<>c__DisplayClass50_0
// NodeCanvas.DialogueTrees.DialogueTree/<>c__DisplayClass50_0
// NodeCanvas.DialogueTrees.DialogueTree/<>c__DisplayClass51_0
// NodeCanvas.DialogueTrees.DialogueTree/<>c__DisplayClass51_0
// NodeCanvas.DialogueTrees.DialogueTree/ActorParameter
// NodeCanvas.DialogueTrees.DialogueTree/ActorParameter
// NodeCanvas.DialogueTrees.UI.Examples.DialogueUGUI/<>c__DisplayClass29_0
// NodeCanvas.DialogueTrees.UI.Examples.DialogueUGUI/<>c__DisplayClass29_0
// NodeCanvas.DialogueTrees.UI.Examples.DialogueUGUI/<>c__DisplayClass33_0
// NodeCanvas.DialogueTrees.UI.Examples.DialogueUGUI/<>c__DisplayClass33_0
// NodeCanvas.DialogueTrees.UI.Examples.DialogueUGUI/<>c__DisplayClass33_1
// NodeCanvas.DialogueTrees.UI.Examples.DialogueUGUI/<>c__DisplayClass33_1
// NodeCanvas.DialogueTrees.UI.Examples.DialogueUGUI/<CheckInput>d__31
// NodeCanvas.DialogueTrees.UI.Examples.DialogueUGUI/<CheckInput>d__31
// NodeCanvas.DialogueTrees.UI.Examples.DialogueUGUI/<CountDown>d__34
// NodeCanvas.DialogueTrees.UI.Examples.DialogueUGUI/<CountDown>d__34
// NodeCanvas.DialogueTrees.UI.Examples.DialogueUGUI/<DelayPrint>d__32
// NodeCanvas.DialogueTrees.UI.Examples.DialogueUGUI/<DelayPrint>d__32
// NodeCanvas.DialogueTrees.UI.Examples.DialogueUGUI/<Internal_OnSubtitlesRequestInfo>d__29
// NodeCanvas.DialogueTrees.UI.Examples.DialogueUGUI/<Internal_OnSubtitlesRequestInfo>d__29
// NodeCanvas.DialogueTrees.UI.Examples.DialogueUGUI/SubtitleDelays
// NodeCanvas.DialogueTrees.UI.Examples.DialogueUGUI/SubtitleDelays
// NodeCanvas.BehaviourTrees.Filter/<Cooldown>d__11
// NodeCanvas.BehaviourTrees.Filter/<Cooldown>d__11
// NodeCanvas.Framework.Graph/<>c
struct U3CU3Ec_tB79B6CA88AA31071491EC25DD1A17FD57FAA148F_StaticFields
{
// NodeCanvas.Framework.Graph/<>c NodeCanvas.Framework.Graph/<>c::<>9
U3CU3Ec_tB79B6CA88AA31071491EC25DD1A17FD57FAA148F* ___U3CU3E9_0;
// System.Func`2<NodeCanvas.Framework.Node,System.Int32> NodeCanvas.Framework.Graph/<>c::<>9__149_0
Func_2_t9687E0E3A714E9DED407CA9A58821E729782228E* ___U3CU3E9__149_0_1;
// System.Func`2<NodeCanvas.Framework.Node,System.Boolean> NodeCanvas.Framework.Graph/<>c::<>9__190_0
Func_2_tD3E7CDEEA1726BF1BD49AF012C291CE83DC4D942* ___U3CU3E9__190_0_2;
// System.Func`2<NodeCanvas.Framework.Node,System.Boolean> NodeCanvas.Framework.Graph/<>c::<>9__191_0
Func_2_tD3E7CDEEA1726BF1BD49AF012C291CE83DC4D942* ___U3CU3E9__191_0_3;
// System.Func`2<NodeCanvas.Framework.BBParameter,System.Boolean> NodeCanvas.Framework.Graph/<>c::<>9__194_0
Func_2_tC4190DCA2BF70E11FD778B412F6003C5572A3E4C* ___U3CU3E9__194_0_4;
};
// NodeCanvas.Framework.Graph/<>c
// NodeCanvas.Framework.Graph/<>c__DisplayClass185_0
// NodeCanvas.Framework.Graph/<>c__DisplayClass185_0
// NodeCanvas.Framework.Graph/<>c__DisplayClass202_0
// NodeCanvas.Framework.Graph/<>c__DisplayClass202_0
// NodeCanvas.Framework.Graph/<>c__DisplayClass205_0
// NodeCanvas.Framework.Graph/<>c__DisplayClass205_0
// NodeCanvas.Framework.Graph/<>c__DisplayClass206_0
// NodeCanvas.Framework.Graph/<>c__DisplayClass206_0
// NodeCanvas.Framework.Graph/<>c__DisplayClass211_0
// NodeCanvas.Framework.Graph/<>c__DisplayClass211_0
// NodeCanvas.Framework.Graph/<>c__DisplayClass214_0
// NodeCanvas.Framework.Graph/<>c__DisplayClass214_0
// ParadoxNotion.HierarchyTree/Element
// ParadoxNotion.HierarchyTree/Element
// NodeCanvas.Framework.IGraphAssignableExtensions/<>c__DisplayClass1_0
// NodeCanvas.Framework.IGraphAssignableExtensions/<>c__DisplayClass1_0
// NodeCanvas.DialogueTrees.MultipleChoiceNode/<>c__DisplayClass9_0
// NodeCanvas.DialogueTrees.MultipleChoiceNode/<>c__DisplayClass9_0
// NodeCanvas.DialogueTrees.MultipleChoiceNode/Choice
// NodeCanvas.DialogueTrees.MultipleChoiceNode/Choice
// NodeCanvas.Framework.Node/<>c
struct U3CU3Ec_tCE51E458C3D020B7B37D8BC9E23240C04C8E812F_StaticFields
{
// NodeCanvas.Framework.Node/<>c NodeCanvas.Framework.Node/<>c::<>9
U3CU3Ec_tCE51E458C3D020B7B37D8BC9E23240C04C8E812F* ___U3CU3E9_0;
// System.Func`2<NodeCanvas.Framework.Connection,NodeCanvas.Framework.Node> NodeCanvas.Framework.Node/<>c::<>9__105_0
Func_2_t969C40999EC4065F39859EB2E1B1CF16663EBC6F* ___U3CU3E9__105_0_1;
// System.Func`2<NodeCanvas.Framework.Connection,NodeCanvas.Framework.Node> NodeCanvas.Framework.Node/<>c::<>9__106_0
Func_2_t969C40999EC4065F39859EB2E1B1CF16663EBC6F* ___U3CU3E9__106_0_2;
};
// NodeCanvas.Framework.Node/<>c
// NodeCanvas.Framework.Node/<>c__DisplayClass102_0
// NodeCanvas.Framework.Node/<>c__DisplayClass102_0
// NodeCanvas.Framework.Node/<>c__DisplayClass107_0
// NodeCanvas.Framework.Node/<>c__DisplayClass107_0
// NodeCanvas.Framework.Node/<>c__DisplayClass108_0
// NodeCanvas.Framework.Node/<>c__DisplayClass108_0
// NodeCanvas.Framework.Node/<YieldBreak>d__92
// NodeCanvas.Framework.Node/<YieldBreak>d__92
// NodeCanvas.BehaviourTrees.PrioritySelector/Consideration
// NodeCanvas.BehaviourTrees.PrioritySelector/Consideration
// NodeCanvas.BehaviourTrees.PrioritySelector/Desire
// NodeCanvas.BehaviourTrees.PrioritySelector/Desire
// NodeCanvas.DialogueTrees.ProbabilitySelector/Option
// NodeCanvas.DialogueTrees.ProbabilitySelector/Option
// NodeCanvas.Framework.SignalDefinition/<>c__DisplayClass10_0
// NodeCanvas.Framework.SignalDefinition/<>c__DisplayClass10_0
// NodeCanvas.DialogueTrees.Statement/<>c__DisplayClass16_0
// NodeCanvas.DialogueTrees.Statement/<>c__DisplayClass16_0
// NodeCanvas.Framework.BBParameter`1<UnityEngine.AnimationCurve>
// NodeCanvas.Framework.BBParameter`1<UnityEngine.AnimationCurve>
// NodeCanvas.Framework.BBParameter`1<NodeCanvas.BehaviourTrees.BehaviourTree>
// NodeCanvas.Framework.BBParameter`1<NodeCanvas.BehaviourTrees.BehaviourTree>
// NodeCanvas.Framework.BBParameter`1<NodeCanvas.DialogueTrees.DialogueTree>
// NodeCanvas.Framework.BBParameter`1<NodeCanvas.DialogueTrees.DialogueTree>
// NodeCanvas.Framework.BBParameter`1<NodeCanvas.StateMachines.FSM>
// NodeCanvas.Framework.BBParameter`1<NodeCanvas.StateMachines.FSM>
// NodeCanvas.Framework.BBParameter`1<UnityEngine.GameObject>
// NodeCanvas.Framework.BBParameter`1<UnityEngine.GameObject>
// NodeCanvas.Framework.BBParameter`1<System.Collections.IList>
// NodeCanvas.Framework.BBParameter`1<System.Collections.IList>
// NodeCanvas.Framework.BBParameter`1<System.Int32>
// NodeCanvas.Framework.BBParameter`1<System.Int32>
// NodeCanvas.Framework.BBParameter`1<System.Object>
// NodeCanvas.Framework.BBParameter`1<System.Object>
// NodeCanvas.Framework.BBParameter`1<System.Single>
// NodeCanvas.Framework.BBParameter`1<System.Single>
// NodeCanvas.Framework.BBParameter`1<System.String>
// NodeCanvas.Framework.BBParameter`1<System.String>
// System.Collections.Generic.List`1/Enumerator<NodeCanvas.Framework.BBParameter`1<System.Single>>
// System.Collections.Generic.List`1/Enumerator<NodeCanvas.Framework.BBParameter`1<System.Single>>
// System.Collections.Generic.List`1/Enumerator<NodeCanvas.Framework.Connection>
// System.Collections.Generic.List`1/Enumerator<NodeCanvas.Framework.Connection>
// System.Collections.Generic.List`1/Enumerator<NodeCanvas.Framework.Node>
// System.Collections.Generic.List`1/Enumerator<NodeCanvas.Framework.Node>
// System.Collections.Generic.List`1/Enumerator<System.Object>
// System.Collections.Generic.List`1/Enumerator<System.Object>
// System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<UnityEngine.UI.Button,System.Int32>
// System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<UnityEngine.UI.Button,System.Int32>
// System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<NodeCanvas.Framework.Graph,NodeCanvas.Framework.Graph>
// System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<NodeCanvas.Framework.Graph,NodeCanvas.Framework.Graph>
// System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Object,System.Int32>
// System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Object,System.Int32>
// System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Object,System.Object>
// System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Object,System.Object>
// System.Collections.Generic.KeyValuePair`2<NodeCanvas.DialogueTrees.IStatement,System.Int32>
// System.Collections.Generic.KeyValuePair`2<NodeCanvas.DialogueTrees.IStatement,System.Int32>
// System.Collections.Generic.KeyValuePair`2<System.Int32,System.Int32>
// System.Collections.Generic.KeyValuePair`2<System.Int32,System.Int32>
// System.Collections.Generic.KeyValuePair`2<System.Object,System.Int32>
// System.Collections.Generic.KeyValuePair`2<System.Object,System.Int32>
// System.Collections.Generic.KeyValuePair`2<System.Object,System.Object>
// System.Collections.Generic.KeyValuePair`2<System.Object,System.Object>
// System.Collections.Generic.KeyValuePair`2<System.String,NodeCanvas.DialogueTrees.IDialogueActor>
// System.Collections.Generic.KeyValuePair`2<System.String,NodeCanvas.DialogueTrees.IDialogueActor>
// System.Collections.Generic.KeyValuePair`2<System.String,System.String>
// System.Collections.Generic.KeyValuePair`2<System.String,System.String>
// System.Nullable`1<System.Boolean>
// System.Nullable`1<System.Boolean>
// NodeCanvas.Framework.ActionTask
// NodeCanvas.Framework.ActionTask
// System.Runtime.CompilerServices.AsyncMethodBuilderCore
// System.Runtime.CompilerServices.AsyncMethodBuilderCore
// NodeCanvas.BehaviourTrees.BTConnection
// NodeCanvas.BehaviourTrees.BTConnection
// NodeCanvas.Framework.BlackboardOnlyAttribute
// NodeCanvas.Framework.BlackboardOnlyAttribute
// 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
// NodeCanvas.Framework.ConditionTask
// NodeCanvas.Framework.ConditionTask
// NodeCanvas.DialogueTrees.DTConnection
// NodeCanvas.DialogueTrees.DTConnection
// ParadoxNotion.Design.DescriptionAttribute
// ParadoxNotion.Design.DescriptionAttribute
// NodeCanvas.Framework.DropReferenceType
// NodeCanvas.Framework.DropReferenceType
// ParadoxNotion.Design.ExecutionPriorityAttribute
// ParadoxNotion.Design.ExecutionPriorityAttribute
// NodeCanvas.Framework.GraphInfoAttribute
// NodeCanvas.Framework.GraphInfoAttribute
// NodeCanvas.Framework.Internal.GraphLoadData
// NodeCanvas.Framework.Internal.GraphLoadData
// System.Guid
struct Guid_t_StaticFields
{
// System.Guid System.Guid::Empty
Guid_t ___Empty_0;
};
// System.Guid
// System.Int32
// System.Int32
// System.IntPtr
struct IntPtr_t_StaticFields
{
// System.IntPtr System.IntPtr::Zero
intptr_t ___Zero_1;
};
// System.IntPtr
// ParadoxNotion.Design.NameAttribute
// ParadoxNotion.Design.NameAttribute
// UnityEngine.UI.Navigation
// UnityEngine.UI.Navigation
// UnityEngine.Rect
// UnityEngine.Rect
// System.Single
// System.Single
// UnityEngine.UI.SpriteState
// UnityEngine.UI.SpriteState
// System.Runtime.CompilerServices.TaskAwaiter
// System.Runtime.CompilerServices.TaskAwaiter
// 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
// UnityEngine.Vector4
struct Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3_StaticFields
{
// UnityEngine.Vector4 UnityEngine.Vector4::zeroVector
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___zeroVector_5;
// UnityEngine.Vector4 UnityEngine.Vector4::oneVector
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___oneVector_6;
// UnityEngine.Vector4 UnityEngine.Vector4::positiveInfinityVector
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___positiveInfinityVector_7;
// UnityEngine.Vector4 UnityEngine.Vector4::negativeInfinityVector
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___negativeInfinityVector_8;
};
// UnityEngine.Vector4
// System.Void
// System.Void
// System.Collections.Generic.Dictionary`2/Enumerator<NodeCanvas.DialogueTrees.IStatement,System.Int32>
// System.Collections.Generic.Dictionary`2/Enumerator<NodeCanvas.DialogueTrees.IStatement,System.Int32>
// System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Int32>
// System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Int32>
// System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Object>
// System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Object>
// System.Collections.Generic.Dictionary`2/Enumerator<System.String,System.String>
// System.Collections.Generic.Dictionary`2/Enumerator<System.String,System.String>
// System.Collections.Generic.KeyValuePair`2<NodeCanvas.Framework.Connection,System.Collections.Generic.KeyValuePair`2<System.Int32,System.Int32>>
// System.Collections.Generic.KeyValuePair`2<NodeCanvas.Framework.Connection,System.Collections.Generic.KeyValuePair`2<System.Int32,System.Int32>>
// System.Collections.Generic.KeyValuePair`2<System.Object,System.Collections.Generic.KeyValuePair`2<System.Int32,System.Int32>>
// System.Collections.Generic.KeyValuePair`2<System.Object,System.Collections.Generic.KeyValuePair`2<System.Int32,System.Int32>>
// UnityEngine.AnimationCurve
// UnityEngine.AnimationCurve
// System.Runtime.CompilerServices.AsyncVoidMethodBuilder
// System.Runtime.CompilerServices.AsyncVoidMethodBuilder
// NodeCanvas.Framework.Internal.BBObjectParameter
// NodeCanvas.Framework.Internal.BBObjectParameter
// NodeCanvas.Framework.CanvasGroup
// NodeCanvas.Framework.CanvasGroup
// UnityEngine.UI.ColorBlock
struct ColorBlock_tDD7C62E7AFE442652FC98F8D058CE8AE6BFD7C11_StaticFields
{
// UnityEngine.UI.ColorBlock UnityEngine.UI.ColorBlock::defaultColorBlock
ColorBlock_tDD7C62E7AFE442652FC98F8D058CE8AE6BFD7C11 ___defaultColorBlock_7;
};
// UnityEngine.UI.ColorBlock
// UnityEngine.Coroutine
// UnityEngine.Coroutine
// System.Delegate
// System.Delegate
// System.Exception
struct Exception_t_StaticFields
{
// System.Object System.Exception::s_EDILock
RuntimeObject* ___s_EDILock_0;
};
// System.Exception
// NodeCanvas.Framework.Internal.GraphSource
// NodeCanvas.Framework.Internal.GraphSource
// NodeCanvas.Framework.Node
// NodeCanvas.Framework.Node
// UnityEngine.Object
struct Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_StaticFields
{
// System.Int32 UnityEngine.Object::OffsetOfInstanceIDInCPlusPlusObject
int32_t ___OffsetOfInstanceIDInCPlusPlusObject_1;
};
// UnityEngine.Object
// System.RuntimeTypeHandle
// System.RuntimeTypeHandle
// UnityEngine.UI.Button/ButtonClickedEvent
// UnityEngine.UI.Button/ButtonClickedEvent
// NodeCanvas.DialogueTrees.DialogueTree/<>c__DisplayClass52_0
// NodeCanvas.DialogueTrees.DialogueTree/<>c__DisplayClass52_0
// NodeCanvas.Framework.Graph/<>c__DisplayClass155_0
// NodeCanvas.Framework.Graph/<>c__DisplayClass155_0
// NodeCanvas.Framework.Graph/<>c__DisplayClass156_0
// NodeCanvas.Framework.Graph/<>c__DisplayClass156_0
// System.Collections.Generic.Dictionary`2/Enumerator<NodeCanvas.Framework.Connection,System.Collections.Generic.KeyValuePair`2<System.Int32,System.Int32>>
// System.Collections.Generic.Dictionary`2/Enumerator<NodeCanvas.Framework.Connection,System.Collections.Generic.KeyValuePair`2<System.Int32,System.Int32>>
// System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Collections.Generic.KeyValuePair`2<System.Int32,System.Int32>>
// System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Collections.Generic.KeyValuePair`2<System.Int32,System.Int32>>
// UnityEngine.AudioClip
// UnityEngine.AudioClip
// NodeCanvas.Framework.Internal.BBMappingParameter
// NodeCanvas.Framework.Internal.BBMappingParameter
// NodeCanvas.BehaviourTrees.BTNode
// NodeCanvas.BehaviourTrees.BTNode
// UnityEngine.Component
// UnityEngine.Component
// NodeCanvas.DialogueTrees.DTNode
// NodeCanvas.DialogueTrees.DTNode
// UnityEngine.GameObject
// UnityEngine.GameObject
// NodeCanvas.Framework.Internal.MissingNode
// NodeCanvas.Framework.Internal.MissingNode
// System.MulticastDelegate
// System.MulticastDelegate
// UnityEngine.ScriptableObject
// UnityEngine.ScriptableObject
// UnityEngine.Sprite
// UnityEngine.Sprite
// System.SystemException
// System.SystemException
// UnityEngine.Texture
struct Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700_StaticFields
{
// System.Int32 UnityEngine.Texture::GenerateAllMips
int32_t ___GenerateAllMips_4;
};
// UnityEngine.Texture
// 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
// NodeCanvas.Framework.Graph/<LoadOverwriteAsync>d__155
// NodeCanvas.Framework.Graph/<LoadOverwriteAsync>d__155
// System.Action`1<System.Boolean>
// System.Action`1<System.Boolean>
// System.Action`1<NodeCanvas.DialogueTrees.DialogueTree>
// System.Action`1<NodeCanvas.DialogueTrees.DialogueTree>
// System.Action`1<NodeCanvas.Framework.Graph>
// System.Action`1<NodeCanvas.Framework.Graph>
// System.Action`1<NodeCanvas.Framework.GraphOwner>
// System.Action`1<NodeCanvas.Framework.GraphOwner>
// System.Action`1<System.Int32>
// System.Action`1<System.Int32>
// System.Action`1<NodeCanvas.DialogueTrees.MultipleChoiceRequestInfo>
// System.Action`1<NodeCanvas.DialogueTrees.MultipleChoiceRequestInfo>
// System.Action`1<System.Object>
// System.Action`1<System.Object>
// System.Action`1<NodeCanvas.DialogueTrees.SubtitlesRequestInfo>
// System.Action`1<NodeCanvas.DialogueTrees.SubtitlesRequestInfo>
// System.Action`2<NodeCanvas.BehaviourTrees.BehaviourTree,NodeCanvas.Framework.Status>
// System.Action`2<NodeCanvas.BehaviourTrees.BehaviourTree,NodeCanvas.Framework.Status>
// System.Action`2<System.Object,System.Int32Enum>
// System.Action`2<System.Object,System.Int32Enum>
// System.Action`2<System.Object,ParadoxNotion.Serialization.FullSerializer.fsData>
// System.Action`2<System.Object,ParadoxNotion.Serialization.FullSerializer.fsData>
// NodeCanvas.BehaviourTrees.BTNodeNested`1<NodeCanvas.BehaviourTrees.BehaviourTree>
// NodeCanvas.BehaviourTrees.BTNodeNested`1<NodeCanvas.BehaviourTrees.BehaviourTree>
// NodeCanvas.BehaviourTrees.BTNodeNested`1<NodeCanvas.DialogueTrees.DialogueTree>
// NodeCanvas.BehaviourTrees.BTNodeNested`1<NodeCanvas.DialogueTrees.DialogueTree>
// NodeCanvas.BehaviourTrees.BTNodeNested`1<NodeCanvas.StateMachines.FSM>
// NodeCanvas.BehaviourTrees.BTNodeNested`1<NodeCanvas.StateMachines.FSM>
// NodeCanvas.BehaviourTrees.BTNodeNested`1<System.Object>
// NodeCanvas.BehaviourTrees.BTNodeNested`1<System.Object>
// NodeCanvas.DialogueTrees.DTNodeNested`1<NodeCanvas.DialogueTrees.DialogueTree>
// NodeCanvas.DialogueTrees.DTNodeNested`1<NodeCanvas.DialogueTrees.DialogueTree>
// NodeCanvas.DialogueTrees.DTNodeNested`1<System.Object>
// NodeCanvas.DialogueTrees.DTNodeNested`1<System.Object>
// System.Func`2<NodeCanvas.Framework.BBParameter,System.Boolean>
// System.Func`2<NodeCanvas.Framework.BBParameter,System.Boolean>
// System.Func`2<NodeCanvas.Framework.Connection,System.Boolean>
// System.Func`2<NodeCanvas.Framework.Connection,System.Boolean>
// System.Func`2<NodeCanvas.Framework.Connection,NodeCanvas.Framework.Node>
// System.Func`2<NodeCanvas.Framework.Connection,NodeCanvas.Framework.Node>
// System.Func`2<NodeCanvas.Framework.Connection,System.Single>
// System.Func`2<NodeCanvas.Framework.Connection,System.Single>
// System.Func`2<NodeCanvas.Framework.Node,System.Boolean>
// System.Func`2<NodeCanvas.Framework.Node,System.Boolean>
// System.Func`2<NodeCanvas.Framework.Node,System.Int32>
// System.Func`2<NodeCanvas.Framework.Node,System.Int32>
// System.Func`2<System.String,System.String>
// System.Func`2<System.String,System.String>
// System.Predicate`1<ParadoxNotion.DynamicParameterDefinition>
// System.Predicate`1<ParadoxNotion.DynamicParameterDefinition>
// System.Predicate`1<NodeCanvas.Framework.Node>
// System.Predicate`1<NodeCanvas.Framework.Node>
// System.Action
// System.Action
// NodeCanvas.BehaviourTrees.ActionNode
// NodeCanvas.BehaviourTrees.ActionNode
// NodeCanvas.DialogueTrees.ActionNode
// NodeCanvas.DialogueTrees.ActionNode
// System.AsyncCallback
// System.AsyncCallback
// NodeCanvas.BehaviourTrees.BTComposite
// NodeCanvas.BehaviourTrees.BTComposite
// NodeCanvas.BehaviourTrees.BTDecorator
// NodeCanvas.BehaviourTrees.BTDecorator
// UnityEngine.Behaviour
// UnityEngine.Behaviour
// NodeCanvas.BehaviourTrees.BinarySelector
// NodeCanvas.BehaviourTrees.BinarySelector
// UnityEngine.CanvasRenderer
// UnityEngine.CanvasRenderer
// NodeCanvas.BehaviourTrees.ConditionNode
// NodeCanvas.BehaviourTrees.ConditionNode
// NodeCanvas.DialogueTrees.ConditionNode
// NodeCanvas.DialogueTrees.ConditionNode
// NodeCanvas.DialogueTrees.FinishNode
// NodeCanvas.DialogueTrees.FinishNode
// NodeCanvas.DialogueTrees.GoToNode
// NodeCanvas.DialogueTrees.GoToNode
// 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
// NodeCanvas.DialogueTrees.Jumper
// NodeCanvas.DialogueTrees.Jumper
// NodeCanvas.DialogueTrees.MultipleChoiceNode
// NodeCanvas.DialogueTrees.MultipleChoiceNode
// NodeCanvas.DialogueTrees.MultipleConditionNode
// NodeCanvas.DialogueTrees.MultipleConditionNode
// NodeCanvas.BehaviourTrees.NodeToggler
// NodeCanvas.BehaviourTrees.NodeToggler
// System.NotSupportedException
// System.NotSupportedException
// NodeCanvas.DialogueTrees.ProbabilitySelector
// NodeCanvas.DialogueTrees.ProbabilitySelector
// NodeCanvas.BehaviourTrees.RootSwitcher
// NodeCanvas.BehaviourTrees.RootSwitcher
// NodeCanvas.Framework.SignalDefinition
// NodeCanvas.Framework.SignalDefinition
// NodeCanvas.DialogueTrees.StatementNode
// NodeCanvas.DialogueTrees.StatementNode
// UnityEngine.Texture2D
// UnityEngine.Texture2D
// UnityEngine.Transform
// UnityEngine.Transform
// UnityEngine.Events.UnityAction
// UnityEngine.Events.UnityAction
// NodeCanvas.Framework.SignalDefinition/InvokeArguments
// NodeCanvas.Framework.SignalDefinition/InvokeArguments
// UnityEngine.AudioBehaviour
// UnityEngine.AudioBehaviour
// 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
// NodeCanvas.BehaviourTrees.ConditionalEvaluator
// NodeCanvas.BehaviourTrees.ConditionalEvaluator
// NodeCanvas.DialogueTrees.DialogueTree
struct DialogueTree_t2208AC38C45014AF5E0A41AD1E0DBB299BEB849D_StaticFields
{
// System.Action`1<NodeCanvas.DialogueTrees.DialogueTree> NodeCanvas.DialogueTrees.DialogueTree::OnDialogueStarted
Action_1_t557315032B63D5326A1C491BEAC87A170078C76D* ___OnDialogueStarted_29;
// System.Action`1<NodeCanvas.DialogueTrees.DialogueTree> NodeCanvas.DialogueTrees.DialogueTree::OnDialoguePaused
Action_1_t557315032B63D5326A1C491BEAC87A170078C76D* ___OnDialoguePaused_30;
// System.Action`1<NodeCanvas.DialogueTrees.DialogueTree> NodeCanvas.DialogueTrees.DialogueTree::OnDialogueFinished
Action_1_t557315032B63D5326A1C491BEAC87A170078C76D* ___OnDialogueFinished_31;
// System.Action`1<NodeCanvas.DialogueTrees.SubtitlesRequestInfo> NodeCanvas.DialogueTrees.DialogueTree::OnSubtitlesRequest
Action_1_t38E648476E4C11187C38181270AB6CC6F85B513C* ___OnSubtitlesRequest_32;
// System.Action`1<NodeCanvas.DialogueTrees.MultipleChoiceRequestInfo> NodeCanvas.DialogueTrees.DialogueTree::OnMultipleChoiceRequest
Action_1_t36856BC818471D0E8BAAFBDC88DB4073A1CC9029* ___OnMultipleChoiceRequest_33;
// NodeCanvas.DialogueTrees.DialogueTree NodeCanvas.DialogueTrees.DialogueTree::<currentDialogue>k__BackingField
DialogueTree_t2208AC38C45014AF5E0A41AD1E0DBB299BEB849D* ___U3CcurrentDialogueU3Ek__BackingField_34;
// NodeCanvas.DialogueTrees.DialogueTree NodeCanvas.DialogueTrees.DialogueTree::<previousDialogue>k__BackingField
DialogueTree_t2208AC38C45014AF5E0A41AD1E0DBB299BEB849D* ___U3CpreviousDialogueU3Ek__BackingField_35;
};
// NodeCanvas.DialogueTrees.DialogueTree
// NodeCanvas.StateMachines.FSM
// NodeCanvas.StateMachines.FSM
// NodeCanvas.BehaviourTrees.Filter
// NodeCanvas.BehaviourTrees.Filter
// NodeCanvas.BehaviourTrees.FlipSelector
// NodeCanvas.BehaviourTrees.FlipSelector
// NodeCanvas.BehaviourTrees.Guard
struct Guard_t9D53F7AA6BA4DD7390EA2CA1E095C062D6EFB7F4_StaticFields
{
// System.Collections.Generic.Dictionary`2<UnityEngine.GameObject,System.Collections.Generic.List`1<NodeCanvas.BehaviourTrees.Guard>> NodeCanvas.BehaviourTrees.Guard::guards
Dictionary_2_tB3C786CA090FD0954D6165759D89FFC5747AABC5* ___guards_20;
};
// NodeCanvas.BehaviourTrees.Guard
// NodeCanvas.BehaviourTrees.Interruptor
// NodeCanvas.BehaviourTrees.Interruptor
// NodeCanvas.BehaviourTrees.Inverter
// NodeCanvas.BehaviourTrees.Inverter
// NodeCanvas.BehaviourTrees.Iterator
// NodeCanvas.BehaviourTrees.Iterator
// NodeCanvas.BehaviourTrees.Merge
// NodeCanvas.BehaviourTrees.Merge
// NodeCanvas.BehaviourTrees.Monitor
// NodeCanvas.BehaviourTrees.Monitor
// UnityEngine.MonoBehaviour
// UnityEngine.MonoBehaviour
// NodeCanvas.BehaviourTrees.NestedDT
// NodeCanvas.BehaviourTrees.NestedDT
// NodeCanvas.BehaviourTrees.NestedFSM
// NodeCanvas.BehaviourTrees.NestedFSM
// NodeCanvas.BehaviourTrees.Optional
// NodeCanvas.BehaviourTrees.Optional
// NodeCanvas.BehaviourTrees.Parallel
// NodeCanvas.BehaviourTrees.Parallel
// NodeCanvas.BehaviourTrees.PrioritySelector
// NodeCanvas.BehaviourTrees.PrioritySelector
// NodeCanvas.BehaviourTrees.PrioritySelector_0
// NodeCanvas.BehaviourTrees.PrioritySelector_0
// NodeCanvas.BehaviourTrees.ProbabilitySelector
// NodeCanvas.BehaviourTrees.ProbabilitySelector
// UnityEngine.RectTransform
struct RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5_StaticFields
{
// UnityEngine.RectTransform/ReapplyDrivenProperties UnityEngine.RectTransform::reapplyDrivenProperties
ReapplyDrivenProperties_t3482EA130A01FF7EE2EEFE37F66A5215D08CFE24* ___reapplyDrivenProperties_4;
};
// UnityEngine.RectTransform
// NodeCanvas.BehaviourTrees.Remapper
// NodeCanvas.BehaviourTrees.Remapper
// NodeCanvas.BehaviourTrees.Repeater
// NodeCanvas.BehaviourTrees.Repeater
// NodeCanvas.BehaviourTrees.Selector
// NodeCanvas.BehaviourTrees.Selector
// NodeCanvas.BehaviourTrees.Sequencer
// NodeCanvas.BehaviourTrees.Sequencer
// NodeCanvas.BehaviourTrees.Setter
// NodeCanvas.BehaviourTrees.Setter
// NodeCanvas.BehaviourTrees.StepIterator
// NodeCanvas.BehaviourTrees.StepIterator
// NodeCanvas.DialogueTrees.SubDialogueTree
// NodeCanvas.DialogueTrees.SubDialogueTree
// NodeCanvas.BehaviourTrees.SubTree
// NodeCanvas.BehaviourTrees.SubTree
// NodeCanvas.BehaviourTrees.Switch
// NodeCanvas.BehaviourTrees.Switch
// NodeCanvas.BehaviourTrees.Timeout
// NodeCanvas.BehaviourTrees.Timeout
// NodeCanvas.BehaviourTrees.WaitUntil
// NodeCanvas.BehaviourTrees.WaitUntil
// UnityEngine.AudioSource
// UnityEngine.AudioSource
// NodeCanvas.Framework.Blackboard
// NodeCanvas.Framework.Blackboard
// NodeCanvas.DialogueTrees.UI.Examples.DialogueUGUI
// NodeCanvas.DialogueTrees.UI.Examples.DialogueUGUI
// ParadoxNotion.Services.EventRouter
// ParadoxNotion.Services.EventRouter
// NodeCanvas.Framework.GraphOwner
struct GraphOwner_t403B42955FE2A2C62A9578A7E1ED47FF1B39A37F_StaticFields
{
// System.Action`1<NodeCanvas.Framework.GraphOwner> NodeCanvas.Framework.GraphOwner::onOwnerBehaviourStateChange
Action_1_t06A7661594CD9F4E038116E861A689CB3A3C2DEC* ___onOwnerBehaviourStateChange_6;
};
// NodeCanvas.Framework.GraphOwner
// ParadoxNotion.Services.MonoManager
struct MonoManager_tE81CE532B3B4DBD56BB7E9CBDB64B8872B210675_StaticFields
{
// System.Boolean ParadoxNotion.Services.MonoManager::isQuiting
bool ___isQuiting_10;
// ParadoxNotion.Services.MonoManager ParadoxNotion.Services.MonoManager::_current
MonoManager_tE81CE532B3B4DBD56BB7E9CBDB64B8872B210675* ____current_11;
};
// ParadoxNotion.Services.MonoManager
// UnityEngine.EventSystems.UIBehaviour
// UnityEngine.EventSystems.UIBehaviour
// NodeCanvas.Framework.GraphOwner`1<NodeCanvas.BehaviourTrees.BehaviourTree>
// NodeCanvas.Framework.GraphOwner`1<NodeCanvas.BehaviourTrees.BehaviourTree>
// NodeCanvas.Framework.GraphOwner`1<NodeCanvas.DialogueTrees.DialogueTree>
// NodeCanvas.Framework.GraphOwner`1<NodeCanvas.DialogueTrees.DialogueTree>
// NodeCanvas.Framework.GlobalBlackboard
struct GlobalBlackboard_tAAED76CBEF71392A8E043172C9C60F67A3154125_StaticFields
{
// System.Collections.Generic.List`1<NodeCanvas.Framework.GlobalBlackboard> NodeCanvas.Framework.GlobalBlackboard::_allGlobals
List_1_t834A0038E4A157EF7C0EB4A770C2072E247003BD* ____allGlobals_17;
};
// NodeCanvas.Framework.GlobalBlackboard
// UnityEngine.UI.Graphic
struct Graphic_tCBFCA4585A19E2B75465AECFEAC43F4016BF7931_StaticFields
{
// UnityEngine.Material UnityEngine.UI.Graphic::s_DefaultUI
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___s_DefaultUI_4;
// UnityEngine.Texture2D UnityEngine.UI.Graphic::s_WhiteTexture
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* ___s_WhiteTexture_5;
// UnityEngine.Mesh UnityEngine.UI.Graphic::s_Mesh
Mesh_t6D9C539763A09BC2B12AEAEF36F6DFFC98AE63D4* ___s_Mesh_21;
// UnityEngine.UI.VertexHelper UnityEngine.UI.Graphic::s_VertexHelper
VertexHelper_tB905FCB02AE67CBEE5F265FE37A5938FC5D136FE* ___s_VertexHelper_22;
};
// UnityEngine.UI.Graphic
// UnityEngine.UI.Selectable
struct Selectable_t3251808068A17B8E92FB33590A4C2FA66D456712_StaticFields
{
// UnityEngine.UI.Selectable[] UnityEngine.UI.Selectable::s_Selectables
SelectableU5BU5D_t4160E135F02A40F75A63F787D36F31FEC6FE91A9* ___s_Selectables_4;
// System.Int32 UnityEngine.UI.Selectable::s_SelectableCount
int32_t ___s_SelectableCount_5;
};
// UnityEngine.UI.Selectable
// NodeCanvas.BehaviourTrees.BehaviourTreeOwner
// NodeCanvas.BehaviourTrees.BehaviourTreeOwner
// UnityEngine.UI.Button
// UnityEngine.UI.Button
// NodeCanvas.DialogueTrees.DialogueTreeController
// NodeCanvas.DialogueTrees.DialogueTreeController
// UnityEngine.UI.MaskableGraphic
// UnityEngine.UI.MaskableGraphic
// UnityEngine.UI.Image
struct Image_tBC1D03F63BF71132E9A5E472B8742F172A011E7E_StaticFields
{
// UnityEngine.Material UnityEngine.UI.Image::s_ETC1DefaultUI
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___s_ETC1DefaultUI_37;
// UnityEngine.Vector2[] UnityEngine.UI.Image::s_VertScratch
Vector2U5BU5D_tFEBBC94BCC6C9C88277BA04047D2B3FDB6ED7FDA* ___s_VertScratch_52;
// UnityEngine.Vector2[] UnityEngine.UI.Image::s_UVScratch
Vector2U5BU5D_tFEBBC94BCC6C9C88277BA04047D2B3FDB6ED7FDA* ___s_UVScratch_53;
// UnityEngine.Vector3[] UnityEngine.UI.Image::s_Xy
Vector3U5BU5D_tFF1859CCE176131B909E2044F76443064254679C* ___s_Xy_54;
// UnityEngine.Vector3[] UnityEngine.UI.Image::s_Uv
Vector3U5BU5D_tFF1859CCE176131B909E2044F76443064254679C* ___s_Uv_55;
// System.Collections.Generic.List`1<UnityEngine.UI.Image> UnityEngine.UI.Image::m_TrackedTexturelessImages
List_1_tE6BB71ABF15905EFA2BE92C38A2716547AEADB19* ___m_TrackedTexturelessImages_56;
// System.Boolean UnityEngine.UI.Image::s_Initialized
bool ___s_Initialized_57;
};
// UnityEngine.UI.Image
// UnityEngine.UI.Text
struct Text_tD60B2346DAA6666BF0D822FF607F0B220C2B9E62_StaticFields
{
// UnityEngine.Material UnityEngine.UI.Text::s_DefaultText
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___s_DefaultText_41;
};
// UnityEngine.UI.Text
#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);
}
};
// UnityEngine.CanvasRenderer[]
struct CanvasRendererU5BU5D_tAAF6CAAF608275E84ADC0A71526D37398F38F4C3 : public RuntimeArray
{
ALIGN_FIELD (8) CanvasRenderer_tAB9A55A976C4E3B2B37D0CE5616E5685A8B43860* m_Items[1];
inline CanvasRenderer_tAB9A55A976C4E3B2B37D0CE5616E5685A8B43860* GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline CanvasRenderer_tAB9A55A976C4E3B2B37D0CE5616E5685A8B43860** 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, CanvasRenderer_tAB9A55A976C4E3B2B37D0CE5616E5685A8B43860* value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
inline CanvasRenderer_tAB9A55A976C4E3B2B37D0CE5616E5685A8B43860* GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline CanvasRenderer_tAB9A55A976C4E3B2B37D0CE5616E5685A8B43860** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, CanvasRenderer_tAB9A55A976C4E3B2B37D0CE5616E5685A8B43860* value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
};
// System.Boolean[]
struct BooleanU5BU5D_tD317D27C31DB892BE79FAE3AEBC0B3FFB73DE9B4 : public RuntimeArray
{
ALIGN_FIELD (8) bool m_Items[1];
inline bool GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline bool* 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, bool value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
}
inline bool GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline bool* GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, bool value)
{
m_Items[index] = value;
}
};
// NodeCanvas.Framework.Connection[]
struct ConnectionU5BU5D_t5D2C96F2326D52F4DF94410574A186770D62742D : public RuntimeArray
{
ALIGN_FIELD (8) Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D* m_Items[1];
inline Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D* GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D** 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, Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D* value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
inline Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D* GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D* value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
};
// System.Single[]
struct SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C : public RuntimeArray
{
ALIGN_FIELD (8) float m_Items[1];
inline float GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline float* 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, float value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
}
inline float GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline float* GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, float value)
{
m_Items[index] = 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);
}
};
// 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);
}
};
// System.Type[]
struct TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB : public RuntimeArray
{
ALIGN_FIELD (8) Type_t* m_Items[1];
inline Type_t* GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline Type_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, Type_t* value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
inline Type_t* GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline Type_t** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, Type_t* value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
};
// NodeCanvas.Framework.Node[]
struct NodeU5BU5D_t9ED98B145FDFEDFC80FCBDF86A3D7B4D21CB89A2 : public RuntimeArray
{
ALIGN_FIELD (8) Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* m_Items[1];
inline Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8** 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, Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
inline Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
};
// NodeCanvas.Framework.Graph[]
struct GraphU5BU5D_t53C54396E48744CA4BADC9B4753E8A4F0B97EB5A : public RuntimeArray
{
ALIGN_FIELD (8) Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* m_Items[1];
inline Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032** 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, Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
inline Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
};
// ParadoxNotion.Serialization.SerializationPair[]
struct SerializationPairU5BU5D_t88962332C676B5A1AFE3900B82395831B82DD3D8 : public RuntimeArray
{
ALIGN_FIELD (8) SerializationPair_tEEBA0A1C6CF5524A880536DE68383FA379AC8BF6* m_Items[1];
inline SerializationPair_tEEBA0A1C6CF5524A880536DE68383FA379AC8BF6* GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline SerializationPair_tEEBA0A1C6CF5524A880536DE68383FA379AC8BF6** 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, SerializationPair_tEEBA0A1C6CF5524A880536DE68383FA379AC8BF6* value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
inline SerializationPair_tEEBA0A1C6CF5524A880536DE68383FA379AC8BF6* GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline SerializationPair_tEEBA0A1C6CF5524A880536DE68383FA379AC8BF6** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, SerializationPair_tEEBA0A1C6CF5524A880536DE68383FA379AC8BF6* value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)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;
}
};
// TKey System.Collections.Generic.KeyValuePair`2<System.Object,System.Object>::get_Key()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* KeyValuePair_2_get_Key_mBD8EA7557C27E6956F2AF29DA3F7499B2F51A282_gshared_inline (KeyValuePair_2_tFC32D2507216293851350D29B64D79F950B55230* __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) ;
// System.Void NodeCanvas.Framework.GraphOwner`1<System.Object>::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GraphOwner_1__ctor_m213D6C8189B6E8E96060543FDC1D7B3F06DCACC9_gshared (GraphOwner_1_t86DBA74285A156E783E65F8291A521FA1056646F* __this, 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) ;
// T ParadoxNotion.Serialization.JSONSerializer::Clone<System.Object>(T)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* JSONSerializer_Clone_TisRuntimeObject_m0BDB1832DF182CC864DB5DB66DC3FE1DCD306943_gshared (RuntimeObject* ___0_original, const RuntimeMethod* method) ;
// System.Void System.Func`2<System.Object,System.Object>::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_2__ctor_m7F8A01C0B02BC1D4063F4EB1E817F7A48562A398_gshared (Func_2_tACBF5A1656250800CE861707354491F0611F6624* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) ;
// TSource System.Linq.Enumerable::First<System.Object>(System.Collections.Generic.IEnumerable`1<TSource>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Enumerable_First_TisRuntimeObject_mEFECF1B8C3201589C5AF34176DCBF8DD926642D6_gshared (RuntimeObject* ___0_source, const RuntimeMethod* method) ;
// TSource System.Linq.Enumerable::Last<System.Object>(System.Collections.Generic.IEnumerable`1<TSource>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Enumerable_Last_TisRuntimeObject_m39971562AFD7CCF7CFF65E8CA0A457CCC3E18F8F_gshared (RuntimeObject* ___0_source, 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 NodeCanvas.Framework.NodeReference`1<System.Object>::Get(NodeCanvas.Framework.Graph)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* NodeReference_1_Get_m566D2A6A19B0719E21E7A345F4FC1AEBBB99D851_gshared (NodeReference_1_tD649FC187AD57BB148C4C33B0A2549293A8BC248* __this, Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* ___0_graph, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Int32>::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m517E7F9D104FEAE6646EABDDC9C852510E86077C_gshared (Dictionary_2_t5C96F4B6841710A9013966F76224BAE01FB4B4D1* __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.Void System.Collections.Generic.Dictionary`2<System.Object,System.Int32>::set_Item(TKey,TValue)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_set_Item_m72CC2F1213D1C1B8ABEDE31082D07B67EC873B13_gshared (Dictionary_2_t5C96F4B6841710A9013966F76224BAE01FB4B4D1* __this, RuntimeObject* ___0_key, int32_t ___1_value, const RuntimeMethod* method) ;
// System.Int32 System.Collections.Generic.Dictionary`2<System.Object,System.Int32>::get_Count()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Dictionary_2_get_Count_mEE80B960C3B902E5FB4D2458CEB323B68A954926_gshared (Dictionary_2_t5C96F4B6841710A9013966F76224BAE01FB4B4D1* __this, const RuntimeMethod* method) ;
// System.Void System.Action`1<System.Int32>::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1__ctor_m1BA854F3F4319EA4A4294DDFDA21C395B8D0FF87_gshared (Action_1_tD69A6DC9FBE94131E52F5A73B2A9D4AB51EEC404* __this, RuntimeObject* ___0_object, intptr_t ___1_method, 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>::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) ;
// System.Void System.Collections.Generic.List`1<System.Object>::RemoveAt(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_RemoveAt_m54F62297ADEE4D4FDA697F49ED807BF901201B54_gshared (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, int32_t ___0_index, 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<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.Boolean System.Collections.Generic.List`1<System.Int32>::Contains(T)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool List_1_Contains_m4FD96E89F15844C90032C7386BAB528817F1FF5B_gshared (List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73* __this, int32_t ___0_item, 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.Void NodeCanvas.Framework.BBParameter`1<System.Single>::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BBParameter_1__ctor_m04564A31023AF3576A5B1A21C8AA9A5EECD273C4_gshared (BBParameter_1_tBF43B031C046DDE9CC5360F10411F13194CA4A9F* __this, const RuntimeMethod* method) ;
// System.Void NodeCanvas.Framework.BBParameter`1<System.Single>::set_value(T)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BBParameter_1_set_value_mDE78D55F479F34597C9D556AB56CD609EA13EA91_gshared (BBParameter_1_tBF43B031C046DDE9CC5360F10411F13194CA4A9F* __this, float ___0_value, 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) ;
// System.Void NodeCanvas.Framework.BBParameter`1<System.Object>::set_value(T)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BBParameter_1_set_value_mE339B1B867F08868D33B2AC7FD213B4CCAA3E2AA_gshared (BBParameter_1_tB46669698C0BE7BD6EFB9A7BE9458183044389E3* __this, RuntimeObject* ___0_value, const RuntimeMethod* method) ;
// System.Void NodeCanvas.DialogueTrees.DTNodeNested`1<System.Object>::set_currentInstance(T)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DTNodeNested_1_set_currentInstance_mD1FF65ECF13475C261B2533C25A6153E40307E43_gshared_inline (DTNodeNested_1_tD3A1B9F370EDEAC49FCDEC4E636B09F6FF44E5BF* __this, RuntimeObject* ___0_value, const RuntimeMethod* method) ;
// T NodeCanvas.DialogueTrees.DTNodeNested`1<System.Object>::get_currentInstance()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* DTNodeNested_1_get_currentInstance_m326493D522222570933A78BDD6C54DC744413183_gshared_inline (DTNodeNested_1_tD3A1B9F370EDEAC49FCDEC4E636B09F6FF44E5BF* __this, const RuntimeMethod* method) ;
// System.Void System.Action`1<System.Boolean>::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1__ctor_mA8C3AC97D1F076EA5D1D0C10CEE6BD3E94711501_gshared (Action_1_t10DCB0C07D0D3C565CEACADC80D1152B35A45F6C* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) ;
// System.Collections.Generic.Dictionary`2/Enumerator<TKey,TValue> System.Collections.Generic.Dictionary`2<System.Object,System.Object>::GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_tEA93FE2B778D098F590CA168BEFC4CD85D73A6B9 Dictionary_2_GetEnumerator_m52AB12790B0B9B46B1DFB1F861C9DBEAB07C1FDA_gshared (Dictionary_2_t14FE4A752A83D53771C584E4C8D14E01F2AFD7BA* __this, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Object>::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_mEA5E01B81EB943B7003D87CEC1B6040524F0402C_gshared (Enumerator_tEA93FE2B778D098F590CA168BEFC4CD85D73A6B9* __this, const RuntimeMethod* method) ;
// System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Object>::get_Current()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR KeyValuePair_2_tFC32D2507216293851350D29B64D79F950B55230 Enumerator_get_Current_mE3475384B761E1C7971D3639BD09117FE8363422_gshared_inline (Enumerator_tEA93FE2B778D098F590CA168BEFC4CD85D73A6B9* __this, const RuntimeMethod* method) ;
// TValue System.Collections.Generic.KeyValuePair`2<System.Object,System.Object>::get_Value()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* KeyValuePair_2_get_Value_mC6BD8075F9C9DDEF7B4D731E5C38EC19103988E7_gshared_inline (KeyValuePair_2_tFC32D2507216293851350D29B64D79F950B55230* __this, const RuntimeMethod* method) ;
// System.Boolean System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Object>::MoveNext()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_mCD4950A75FFADD54AF354D48C6C0DB0B5A22A5F4_gshared (Enumerator_tEA93FE2B778D098F590CA168BEFC4CD85D73A6B9* __this, const RuntimeMethod* method) ;
// System.Void NodeCanvas.DialogueTrees.DTNodeNested`1<System.Object>::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DTNodeNested_1__ctor_mC98B000731904A25888D287FA5A08F3B3B2F4E13_gshared (DTNodeNested_1_tD3A1B9F370EDEAC49FCDEC4E636B09F6FF44E5BF* __this, 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 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.Collections.Generic.Dictionary`2/KeyCollection<TKey,TValue> System.Collections.Generic.Dictionary`2<System.Object,System.Int32>::get_Keys()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR KeyCollection_tEBE08B15420BC67BA2CCF00CB0FC401CEE1820A9* Dictionary_2_get_Keys_m241B452A1A7DDE3C7E10D446BE86FFD25EDD160E_gshared (Dictionary_2_t5C96F4B6841710A9013966F76224BAE01FB4B4D1* __this, const RuntimeMethod* method) ;
// System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<TKey,TValue> System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Int32>::GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_t0EF9FB8013961DF612AC6D349B739450CA287820 KeyCollection_GetEnumerator_m7EB7A2C124E02BC3F297362CD18077ECA470C701_gshared (KeyCollection_tEBE08B15420BC67BA2CCF00CB0FC401CEE1820A9* __this, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Object,System.Int32>::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_m89BC7CBCBE95AFF18628D483E4D0432D278A3841_gshared (Enumerator_t0EF9FB8013961DF612AC6D349B739450CA287820* __this, const RuntimeMethod* method) ;
// TKey System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Object,System.Int32>::get_Current()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* Enumerator_get_Current_m3D1077E7359AFFD5D8B1E52C5E47BA67581D2413_gshared_inline (Enumerator_t0EF9FB8013961DF612AC6D349B739450CA287820* __this, const RuntimeMethod* method) ;
// System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Object,System.Int32>::MoveNext()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m0C0DFC14DA1852E37FAA48930022510A6D9575F4_gshared (Enumerator_t0EF9FB8013961DF612AC6D349B739450CA287820* __this, const RuntimeMethod* method) ;
// T UnityEngine.Component::GetComponent<System.Object>()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Component_GetComponent_TisRuntimeObject_m7181F81CAEC2CF53F5D2BC79B7425C16E1F80D33_gshared (Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* __this, const RuntimeMethod* method) ;
// System.Collections.Generic.Dictionary`2/ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2<System.Object,System.Int32>::get_Values()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ValueCollection_tE4B5F81478422E33CBDE8650FC287DBA3AF04E86* Dictionary_2_get_Values_mD1C189E698AD5895BB08AFA5C2A6905A4E1B0A66_gshared (Dictionary_2_t5C96F4B6841710A9013966F76224BAE01FB4B4D1* __this, const RuntimeMethod* method) ;
// System.Int32 System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Int32>::get_Count()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ValueCollection_get_Count_m8CC9A32954D1ECB383F5AED70CBFB8B87DE92A9F_gshared (ValueCollection_tE4B5F81478422E33CBDE8650FC287DBA3AF04E86* __this, const RuntimeMethod* method) ;
// System.Collections.Generic.Dictionary`2/Enumerator<TKey,TValue> System.Collections.Generic.Dictionary`2<System.Object,System.Int32>::GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_t2F28D1CFE62CD55B7184C7D9DD43CCC9C03CC5EF Dictionary_2_GetEnumerator_mC54C8649C774363946FC6B7F1562CDE5D2550063_gshared (Dictionary_2_t5C96F4B6841710A9013966F76224BAE01FB4B4D1* __this, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Int32>::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_mB9BB64C4AD7D16F4B6EEE81234821DCB79906129_gshared (Enumerator_t2F28D1CFE62CD55B7184C7D9DD43CCC9C03CC5EF* __this, const RuntimeMethod* method) ;
// System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Int32>::get_Current()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR KeyValuePair_2_tF11CA6D20F09EC4DAB7CB3C2C394F6F2C394E6B8 Enumerator_get_Current_mBE91823E27777785B42DB31E7A8E63EB596453D1_gshared_inline (Enumerator_t2F28D1CFE62CD55B7184C7D9DD43CCC9C03CC5EF* __this, 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) ;
// T UnityEngine.Component::GetComponentInChildren<System.Object>()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Component_GetComponentInChildren_TisRuntimeObject_mE483A27E876DE8E4E6901D6814837F81D7C42F65_gshared (Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* __this, const RuntimeMethod* method) ;
// TKey System.Collections.Generic.KeyValuePair`2<System.Object,System.Int32>::get_Key()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* KeyValuePair_2_get_Key_mADC45FA05C759E6F88D7DADDFE0C0E1ADBB3E501_gshared_inline (KeyValuePair_2_tF11CA6D20F09EC4DAB7CB3C2C394F6F2C394E6B8* __this, const RuntimeMethod* method) ;
// TValue System.Collections.Generic.KeyValuePair`2<System.Object,System.Int32>::get_Value()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t KeyValuePair_2_get_Value_m7A836D9634814B22DF33AD801EA10741ABFBDFE2_gshared_inline (KeyValuePair_2_tF11CA6D20F09EC4DAB7CB3C2C394F6F2C394E6B8* __this, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Int32>::Add(TKey,TValue)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_Add_m63897227AFA7035F1772315ABBBE7FD0A250E10C_gshared (Dictionary_2_t5C96F4B6841710A9013966F76224BAE01FB4B4D1* __this, RuntimeObject* ___0_key, int32_t ___1_value, const RuntimeMethod* method) ;
// System.Boolean System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Int32>::MoveNext()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_mB7721D033ED3618FA663F4132B88BEAEA808B285_gshared (Enumerator_t2F28D1CFE62CD55B7184C7D9DD43CCC9C03CC5EF* __this, const RuntimeMethod* method) ;
// System.Void System.Action`1<System.Int32>::Invoke(T)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Action_1_Invoke_mAC3C34BA1905AB5B79E483CD9BB082B7D667F703_gshared_inline (Action_1_tD69A6DC9FBE94131E52F5A73B2A9D4AB51EEC404* __this, int32_t ___0_obj, 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) ;
// TValue System.Collections.Generic.Dictionary`2<System.Object,System.Int32>::get_Item(TKey)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Dictionary_2_get_Item_mA019F7A495B48EF2A6E5D36977DB3EA09A47ECDB_gshared (Dictionary_2_t5C96F4B6841710A9013966F76224BAE01FB4B4D1* __this, RuntimeObject* ___0_key, const RuntimeMethod* method) ;
// TSource System.Linq.Enumerable::Last<System.Int32>(System.Collections.Generic.IEnumerable`1<TSource>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Enumerable_Last_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_mCFD5BA313EA72B18F61BD8C68803034882461219_gshared (RuntimeObject* ___0_source, const RuntimeMethod* method) ;
// System.Void System.Action`2<System.Object,System.Int32Enum>::Invoke(T1,T2)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Action_2_Invoke_m3BFB5987F7235AEF25980B76D635DBD5B56B0F7A_gshared_inline (Action_2_t9C4E97D0565650F0AEF7C72077EB8A0F9326E40B* __this, RuntimeObject* ___0_arg1, int32_t ___1_arg2, 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.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.Void System.Func`2<System.Object,System.Single>::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_2__ctor_m04EB988C3F849C1BE164FC6656C2281DF47EEAA7_gshared (Func_2_tB5C40A90702B6A6A2E315FD927EEFC9FB69F2B12* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) ;
// System.Linq.IOrderedEnumerable`1<TSource> System.Linq.Enumerable::OrderBy<System.Object,System.Single>(System.Collections.Generic.IEnumerable`1<TSource>,System.Func`2<TSource,TKey>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Enumerable_OrderBy_TisRuntimeObject_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_mB2315DD162DED6E65C9B440629954A1B156816CD_gshared (RuntimeObject* ___0_source, Func_2_tB5C40A90702B6A6A2E315FD927EEFC9FB69F2B12* ___1_keySelector, const RuntimeMethod* method) ;
// TSource[] System.Linq.Enumerable::ToArray<System.Object>(System.Collections.Generic.IEnumerable`1<TSource>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* Enumerable_ToArray_TisRuntimeObject_mA54265C2C8A0864929ECD300B75E4952D553D17D_gshared (RuntimeObject* ___0_source, const RuntimeMethod* method) ;
// System.Int32 System.Collections.Generic.List`1<System.Object>::IndexOf(T)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t List_1_IndexOf_m378F61BA812B79DEE58D86FE8AA9F20E3FC7D85F_gshared (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, RuntimeObject* ___0_item, 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.Void NodeCanvas.Framework.BBParameter`1<System.Object>::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BBParameter_1__ctor_m23ACE105F1B89032C13324FA5D4FA2E25833F733_gshared (BBParameter_1_tB46669698C0BE7BD6EFB9A7BE9458183044389E3* __this, const RuntimeMethod* method) ;
// System.Collections.Generic.List`1<T> ParadoxNotion.ObjectUtils::Shuffle<System.Object>(System.Collections.Generic.List`1<T>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* ObjectUtils_Shuffle_TisRuntimeObject_m6A52705D0F7D70140FBE8D7FB789A2CB88658E16_gshared (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* ___0_list, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Int32>::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m712893C2C48C47CCAFAD85A865C702E8D3D2B71F_gshared (Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180* __this, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Int32>::set_Item(TKey,TValue)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_set_Item_m420CFC153320557E6823B06767710D1E636E5BDF_gshared (Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180* __this, int32_t ___0_key, int32_t ___1_value, const RuntimeMethod* method) ;
// T NodeCanvas.Framework.BBParameter`1<System.Int32>::get_value()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BBParameter_1_get_value_mA77627D8FDE1056733CB2185B27466805C7E9A0B_gshared (BBParameter_1_t0CED53FC373D2A18BE910895E6A74B0C7E89E10E* __this, const RuntimeMethod* method) ;
// TValue System.Collections.Generic.Dictionary`2<System.Int32,System.Int32>::get_Item(TKey)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Dictionary_2_get_Item_m8B87B804DF06D6420B1DCE028675738AA8F3310F_gshared (Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180* __this, int32_t ___0_key, const RuntimeMethod* method) ;
// NodeCanvas.Framework.BBParameter`1<T> NodeCanvas.Framework.BBParameter`1<System.Int32>::op_Implicit(T)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BBParameter_1_t0CED53FC373D2A18BE910895E6A74B0C7E89E10E* BBParameter_1_op_Implicit_mA019E63FC4479769666DA0B19C89E5EC1AB8287F_gshared (int32_t ___0_value, 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) ;
// 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.Collections.Generic.Dictionary`2<System.Object,System.Object>::Remove(TKey)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_Remove_m5C7C45E75D951A75843F3F7AADD56ECD64F6BC86_gshared (Dictionary_2_t14FE4A752A83D53771C584E4C8D14E01F2AFD7BA* __this, RuntimeObject* ___0_key, 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) ;
// System.Void NodeCanvas.Framework.BBParameter`1<System.Int32>::set_value(T)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BBParameter_1_set_value_mE8D9481A8105944653602C772A2C4AE11EB35250_gshared (BBParameter_1_t0CED53FC373D2A18BE910895E6A74B0C7E89E10E* __this, int32_t ___0_value, const RuntimeMethod* method) ;
// T NodeCanvas.BehaviourTrees.BTNodeNested`1<System.Object>::get_currentInstance()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* BTNodeNested_1_get_currentInstance_mCA58722703351AEDD8DBA962677E9F6B71056022_gshared_inline (BTNodeNested_1_t0CEABCD7D52C61C6942C0788F0EDFCF04123DEF7* __this, const RuntimeMethod* method) ;
// System.Void NodeCanvas.BehaviourTrees.BTNodeNested`1<System.Object>::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BTNodeNested_1__ctor_m6E29F62F7CDE54281F8CCEFB68B68FA703724FAA_gshared (BTNodeNested_1_t0CEABCD7D52C61C6942C0788F0EDFCF04123DEF7* __this, const RuntimeMethod* method) ;
// System.Collections.Generic.IEnumerable`1<T> NodeCanvas.Framework.Graph::GetNodesWithTag<System.Object>(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Graph_GetNodesWithTag_TisRuntimeObject_m009EC1D8AFB642E54CF8D4FAD5A25EB5AAA2C191_gshared (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, String_t* ___0_tagName, 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 NodeCanvas.Framework.Graph::GetNodeWithTag<System.Object>(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Graph_GetNodeWithTag_TisRuntimeObject_mE01A6E0B6F5BE74DA4CD2C6A5E4B1CC17E2F68FD_gshared (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, String_t* ___0_tagName, const RuntimeMethod* method) ;
// System.Void System.Predicate`1<System.Object>::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Predicate_1__ctor_m3E007299121A15DF80F4A210FF8C20E5DF688F20_gshared (Predicate_1_t8342C85FF4E41CD1F7024AC0CDC3E5312A32CB12* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) ;
// T System.Collections.Generic.List`1<System.Object>::Find(System.Predicate`1<T>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* List_1_Find_m5E78A210541B0D844FE27B94F509313623BE33D3_gshared (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, Predicate_1_t8342C85FF4E41CD1F7024AC0CDC3E5312A32CB12* ___0_match, const RuntimeMethod* method) ;
// System.Boolean System.Linq.Enumerable::SequenceEqual<System.Object>(System.Collections.Generic.IEnumerable`1<TSource>,System.Collections.Generic.IEnumerable`1<TSource>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerable_SequenceEqual_TisRuntimeObject_mD7CCFE3DE49A5BD874E39FCE744B398E700192DB_gshared (RuntimeObject* ___0_first, RuntimeObject* ___1_second, const RuntimeMethod* method) ;
// System.Void System.Action`1<System.Object>::Invoke(T)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Action_1_Invoke_mF2422B2DD29F74CE66F791C3F68E288EC7C3DB9E_gshared_inline (Action_1_t6F9EB113EB3F16226AEF811A2744F4111C116C87* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method) ;
// T ParadoxNotion.Serialization.JSONSerializer::TryDeserializeOverwrite<System.Object>(T,System.String,System.Collections.Generic.List`1<UnityEngine.Object>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* JSONSerializer_TryDeserializeOverwrite_TisRuntimeObject_m549847DCFBC411CD7FA6F880B968852BA4879DDD_gshared (RuntimeObject* ___0_instance, String_t* ___1_json, List_1_t9A2E2984B23260AECDFA90CEB1F2887075FA4DF3* ___2_references, 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.Func`2<System.Object,System.Int32>::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_2__ctor_mEB7603EDE6D79A62E5BD74A896F030D2C9F2A821_gshared (Func_2_t9A0D493A82DCC47C9C819A3B045E02D9B5DDCE1B* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) ;
// System.Linq.IOrderedEnumerable`1<TSource> System.Linq.Enumerable::OrderBy<System.Object,System.Int32>(System.Collections.Generic.IEnumerable`1<TSource>,System.Func`2<TSource,TKey>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Enumerable_OrderBy_TisRuntimeObject_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_m0CD0677A1278BFC7E13405D11D1EF30919C9E9A2_gshared (RuntimeObject* ___0_source, Func_2_t9A0D493A82DCC47C9C819A3B045E02D9B5DDCE1B* ___1_keySelector, 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.Runtime.CompilerServices.AsyncVoidMethodBuilder::Start<NodeCanvas.Framework.Graph/<LoadOverwriteAsync>d__155>(TStateMachine&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncVoidMethodBuilder_Start_TisU3CLoadOverwriteAsyncU3Ed__155_t92C9479F26ED038416AFD5C493788CFB484FE053_mF604772BC49B9268C13A70847376E8B64A876567_gshared (AsyncVoidMethodBuilder_t253E37B63E7E7B504878AE6563347C147F98EF2D* __this, U3CLoadOverwriteAsyncU3Ed__155_t92C9479F26ED038416AFD5C493788CFB484FE053* ___0_stateMachine, const RuntimeMethod* method) ;
// System.Collections.Generic.IEnumerable`1<TResult> System.Linq.Enumerable::OfType<System.Object>(System.Collections.IEnumerable)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Enumerable_OfType_TisRuntimeObject_m159512A788C6571FEF13C708CB20374087C762DD_gshared (RuntimeObject* ___0_source, const RuntimeMethod* method) ;
// System.Void System.Action`1<System.Boolean>::Invoke(T)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Action_1_Invoke_m69C8773D6967F3B224777183E24EA621CE056F8F_gshared_inline (Action_1_t10DCB0C07D0D3C565CEACADC80D1152B35A45F6C* __this, bool ___0_obj, const RuntimeMethod* method) ;
// T[] System.Collections.Generic.List`1<System.Object>::ToArray()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* List_1_ToArray_mD7E4F8E7C11C3C67CB5739FCC0A6E86106A6291F_gshared (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, 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) ;
// 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.Void System.Collections.Generic.List`1<System.Object>::AddRange(System.Collections.Generic.IEnumerable`1<T>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_AddRange_m1F76B300133150E6046C5FED00E88B5DE0A02E17_gshared (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, RuntimeObject* ___0_collection, const RuntimeMethod* method) ;
// System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<TKey,TValue> System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Object>::GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_t44124D16E0B2F7308FF4069BE06369B5A83896EB ValueCollection_GetEnumerator_m025EE28BE2F31676E08BC3D7C8E39D8232BDBBF8_gshared (ValueCollection_t038245E04B5D2A80048D9F8021A23E69A0C9DBAA* __this, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Object,System.Object>::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_mFD8FAB8D9FF5EDF9AE3B14CF539A8A34AA9527A8_gshared (Enumerator_t44124D16E0B2F7308FF4069BE06369B5A83896EB* __this, const RuntimeMethod* method) ;
// TValue System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Object,System.Object>::get_Current()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* Enumerator_get_Current_mB407E755F3B4C51C54D24338D00A352E5B16E7F3_gshared_inline (Enumerator_t44124D16E0B2F7308FF4069BE06369B5A83896EB* __this, const RuntimeMethod* method) ;
// System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Object,System.Object>::MoveNext()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_mBE11DA1DAFC756EB87E884AADC5EDC4BB72FB032_gshared (Enumerator_t44124D16E0B2F7308FF4069BE06369B5A83896EB* __this, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.Stack`1<System.Object>::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stack_1__ctor_m70E8EDA96A608CE9BAB7FC8313B233AADA573BD4_gshared (Stack_1_tAD790A47551563636908E21E4F08C54C0C323EB5* __this, const RuntimeMethod* method) ;
// System.Void System.Action`2<System.Object,System.Object>::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_2__ctor_m6A0E7FE9DF9AE6C4BEE58611CB55F64FC3D79052_gshared (Action_2_t156C43F079E7E68155FCDCD12DC77DD11AEF7E3C* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) ;
// T ParadoxNotion.HierarchyTree/Element::GetFirstParentReferenceOfType<System.Object>()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Element_GetFirstParentReferenceOfType_TisRuntimeObject_m2437BD52CE2FE8A5F25E0B996758C33178B85D8B_gshared (Element_t3ABE015B81AFFE208F4314A4A588E9E7EFD63407* __this, const RuntimeMethod* method) ;
// System.Boolean ParadoxNotion.ReflectionTools::RTIsDefined<System.Object>(System.Type,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReflectionTools_RTIsDefined_TisRuntimeObject_m4014ED5543CE5B960FE30304C077B3617F478FEC_gshared (Type_t* ___0_type, bool ___1_inherited, const RuntimeMethod* method) ;
// System.Int32 System.Linq.Enumerable::Count<System.Object>(System.Collections.Generic.IEnumerable`1<TSource>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Enumerable_Count_TisRuntimeObject_mA9FCB8ECCFE8FABC5AA2F8D46F82ACD52279930B_gshared (RuntimeObject* ___0_source, 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) ;
// System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Collections.Generic.KeyValuePair`2<System.Int32,System.Int32>>::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m2E5D586C7A2EB2C73122348849808FA70E3E0EE9_gshared (Dictionary_2_tBDB12DBE4540BFF41108F74D0B16ACAD6B928A37* __this, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.KeyValuePair`2<System.Int32,System.Int32>::.ctor(TKey,TValue)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyValuePair_2__ctor_m3C86D5D8BB0D1118068E83ED43D64F4E64E7C221_gshared (KeyValuePair_2_tA6BE5EEAC56CB97CB7383FCC3CC6C84FAF129189* __this, int32_t ___0_key, int32_t ___1_value, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Collections.Generic.KeyValuePair`2<System.Int32,System.Int32>>::set_Item(TKey,TValue)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_set_Item_m932365B8EBE85936AF3FE75B78D0AA17D9425525_gshared (Dictionary_2_tBDB12DBE4540BFF41108F74D0B16ACAD6B928A37* __this, RuntimeObject* ___0_key, KeyValuePair_2_tA6BE5EEAC56CB97CB7383FCC3CC6C84FAF129189 ___1_value, const RuntimeMethod* method) ;
// System.Collections.Generic.Dictionary`2/Enumerator<TKey,TValue> System.Collections.Generic.Dictionary`2<System.Object,System.Collections.Generic.KeyValuePair`2<System.Int32,System.Int32>>::GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_t5E5BE7D0520A4FFF228FF0DD919703607E54D0C4 Dictionary_2_GetEnumerator_mEE2BDBE9FC50118D40CC5E275B86834A84BEA493_gshared (Dictionary_2_tBDB12DBE4540BFF41108F74D0B16ACAD6B928A37* __this, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Collections.Generic.KeyValuePair`2<System.Int32,System.Int32>>::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_mA27C979625ED25662EB7E411379CBDB534CCA4A6_gshared (Enumerator_t5E5BE7D0520A4FFF228FF0DD919703607E54D0C4* __this, const RuntimeMethod* method) ;
// System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Collections.Generic.KeyValuePair`2<System.Int32,System.Int32>>::get_Current()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR KeyValuePair_2_tE4364B5601CC30D4BA2F932B2EC3F5B702B9D494 Enumerator_get_Current_mC63724EBDE6D1F18D2D9B4FE8E70AFFE8B20FC4F_gshared_inline (Enumerator_t5E5BE7D0520A4FFF228FF0DD919703607E54D0C4* __this, const RuntimeMethod* method) ;
// TValue System.Collections.Generic.KeyValuePair`2<System.Object,System.Collections.Generic.KeyValuePair`2<System.Int32,System.Int32>>::get_Value()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR KeyValuePair_2_tA6BE5EEAC56CB97CB7383FCC3CC6C84FAF129189 KeyValuePair_2_get_Value_m59EC9495A559A77FE8C5EC4323AAA3FE92E37318_gshared_inline (KeyValuePair_2_tE4364B5601CC30D4BA2F932B2EC3F5B702B9D494* __this, const RuntimeMethod* method) ;
// TValue System.Collections.Generic.KeyValuePair`2<System.Int32,System.Int32>::get_Value()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t KeyValuePair_2_get_Value_m83DA000FF3605DAD9160D02FB36863DF77DB468A_gshared_inline (KeyValuePair_2_tA6BE5EEAC56CB97CB7383FCC3CC6C84FAF129189* __this, const RuntimeMethod* method) ;
// TKey System.Collections.Generic.KeyValuePair`2<System.Int32,System.Int32>::get_Key()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t KeyValuePair_2_get_Key_m5A886C4B3E54DEA04D456E49D7FB92A4545FCD8F_gshared_inline (KeyValuePair_2_tA6BE5EEAC56CB97CB7383FCC3CC6C84FAF129189* __this, const RuntimeMethod* method) ;
// TKey System.Collections.Generic.KeyValuePair`2<System.Object,System.Collections.Generic.KeyValuePair`2<System.Int32,System.Int32>>::get_Key()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* KeyValuePair_2_get_Key_m2BE92F1404D5E39C45DE15F37488A572D96C7863_gshared_inline (KeyValuePair_2_tE4364B5601CC30D4BA2F932B2EC3F5B702B9D494* __this, const RuntimeMethod* method) ;
// System.Boolean System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Collections.Generic.KeyValuePair`2<System.Int32,System.Int32>>::MoveNext()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m392B7E6BF05926BCE83ECDFAFD44444BC6CA8DFB_gshared (Enumerator_t5E5BE7D0520A4FFF228FF0DD919703607E54D0C4* __this, const RuntimeMethod* method) ;
// System.Void System.Runtime.CompilerServices.AsyncVoidMethodBuilder::AwaitUnsafeOnCompleted<System.Runtime.CompilerServices.TaskAwaiter,NodeCanvas.Framework.Graph/<LoadOverwriteAsync>d__155>(TAwaiter&,TStateMachine&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncVoidMethodBuilder_AwaitUnsafeOnCompleted_TisTaskAwaiter_t9B661AC8C2EFA6BAB94C77BB24A5DDA82D61F833_TisU3CLoadOverwriteAsyncU3Ed__155_t92C9479F26ED038416AFD5C493788CFB484FE053_m3CC6CA3BB90F37BEF3DB89949B36F45BA9D713FE_gshared (AsyncVoidMethodBuilder_t253E37B63E7E7B504878AE6563347C147F98EF2D* __this, TaskAwaiter_t9B661AC8C2EFA6BAB94C77BB24A5DDA82D61F833* ___0_awaiter, U3CLoadOverwriteAsyncU3Ed__155_t92C9479F26ED038416AFD5C493788CFB484FE053* ___1_stateMachine, const RuntimeMethod* method) ;
// System.Int32 System.Collections.Generic.Stack`1<System.Object>::get_Count()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Stack_1_get_Count_mD08AE71D49787D30DDD9D484BCD323D646744D2E_gshared_inline (Stack_1_tAD790A47551563636908E21E4F08C54C0C323EB5* __this, const RuntimeMethod* method) ;
// T System.Collections.Generic.Stack`1<System.Object>::Peek()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Stack_1_Peek_mF0ECF6A61726B66E6D9B33D8C4DEAA47E586E6E4_gshared (Stack_1_tAD790A47551563636908E21E4F08C54C0C323EB5* __this, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.Stack`1<System.Object>::Push(T)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stack_1_Push_m709DD11BC1291A905814182CF9A367DE7399A778_gshared (Stack_1_tAD790A47551563636908E21E4F08C54C0C323EB5* __this, RuntimeObject* ___0_item, const RuntimeMethod* method) ;
// T System.Collections.Generic.Stack`1<System.Object>::Pop()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Stack_1_Pop_m2AFF69249659372F07EE25817DBCAFE74E1CF778_gshared (Stack_1_tAD790A47551563636908E21E4F08C54C0C323EB5* __this, const RuntimeMethod* method) ;
// T ParadoxNotion.Serialization.JSONSerializer::Deserialize<System.Object>(System.String,System.Collections.Generic.List`1<UnityEngine.Object>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* JSONSerializer_Deserialize_TisRuntimeObject_m8FC515C7AA8A60F8AA379FA5B9D29356FA0FD965_gshared (String_t* ___0_json, List_1_t9A2E2984B23260AECDFA90CEB1F2887075FA4DF3* ___1_references, const RuntimeMethod* method) ;
// System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Object>::ContainsValue(TValue)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_ContainsValue_m51A7764AD04D34D0B2CDB01F960FA1FEBCF6B562_gshared (Dictionary_2_t14FE4A752A83D53771C584E4C8D14E01F2AFD7BA* __this, RuntimeObject* ___0_value, 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) ;
// T NodeCanvas.Framework.Graph::Clone<System.Object>(T,NodeCanvas.Framework.Graph)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Graph_Clone_TisRuntimeObject_m2ED7BC0B72C01E1732E5D91A724C508D8BB7E060_gshared (RuntimeObject* ___0_graph, Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* ___1_parentGraph, const RuntimeMethod* method) ;
// System.Int32 System.Collections.Generic.Dictionary`2<System.Object,System.Object>::get_Count()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Dictionary_2_get_Count_m4DDA9442C238A443489115E22B026AD366851549_gshared (Dictionary_2_t14FE4A752A83D53771C584E4C8D14E01F2AFD7BA* __this, const RuntimeMethod* method) ;
// T ParadoxNotion.ReflectionTools::RTGetAttribute<System.Object>(System.Type,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ReflectionTools_RTGetAttribute_TisRuntimeObject_mC18A887625BFADDED9B269EF21D1777234EFE1F4_gshared (Type_t* ___0_type, bool ___1_inherited, 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) ;
// System.Collections.Generic.IEnumerable`1<TResult> System.Linq.Enumerable::Select<System.Object,System.Object>(System.Collections.Generic.IEnumerable`1<TSource>,System.Func`2<TSource,TResult>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Enumerable_Select_TisRuntimeObject_TisRuntimeObject_m67C538A5EBF57C4844107A8EF25DB2CAAFBAF8FB_gshared (RuntimeObject* ___0_source, Func_2_tACBF5A1656250800CE861707354491F0611F6624* ___1_selector, const RuntimeMethod* method) ;
// System.Void NodeCanvas.DialogueTrees.DialogueTree/<>c::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_m5113475A97EED53E68DE2CC196BD8BAF793A03A1 (U3CU3Ec_tA4B06DBDF2A83021639CF2EFCDFA359942440699* __this, const RuntimeMethod* method) ;
// System.Void System.Object::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2 (RuntimeObject* __this, const RuntimeMethod* method) ;
// System.String NodeCanvas.DialogueTrees.DialogueTree/ActorParameter::get_name()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* ActorParameter_get_name_m0E7B0682A7BFBD0764E7B252CC5CBEFC07664CD4_inline (ActorParameter_t745744DE212B4E613AA3951A71B2338C23F06070* __this, const RuntimeMethod* method) ;
// System.String NodeCanvas.DialogueTrees.DialogueTree/ActorParameter::get_ID()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ActorParameter_get_ID_m0D3A8BF609D61329F85C59FA7EFD8817215A0CF7 (ActorParameter_t745744DE212B4E613AA3951A71B2338C23F06070* __this, 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) ;
// TKey System.Collections.Generic.KeyValuePair`2<System.String,NodeCanvas.DialogueTrees.IDialogueActor>::get_Key()
inline String_t* KeyValuePair_2_get_Key_m5554E784C344617DC817FD80318C3BFC9B8532AC_inline (KeyValuePair_2_t878056F83BD6393DFB8120C809F90D0D7147D5C6* __this, const RuntimeMethod* method)
{
return (( String_t* (*) (KeyValuePair_2_t878056F83BD6393DFB8120C809F90D0D7147D5C6*, const RuntimeMethod*))KeyValuePair_2_get_Key_mBD8EA7557C27E6956F2AF29DA3F7499B2F51A282_gshared_inline)(__this, 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) ;
// UnityEngine.Color UnityEngine.Color::get_white()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Color_tD001788D726C3A7F1379BEED0260B9591F440C1F Color_get_white_m068F5AF879B0FCA584E3693F762EA41BB65532C6_inline (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.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 NodeCanvas.DialogueTrees.DialogueTreeController::StartDialogue(NodeCanvas.DialogueTrees.IDialogueActor,System.Action`1<System.Boolean>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DialogueTreeController_StartDialogue_mBA65DA0C1CF836FCF8570B51C635990E51C66E29 (DialogueTreeController_t9200582D4B9DBA52D7609267A19658C32C222141* __this, RuntimeObject* ___0_instigator, Action_1_t10DCB0C07D0D3C565CEACADC80D1152B35A45F6C* ___1_callback, const RuntimeMethod* method) ;
// NodeCanvas.Framework.Graph NodeCanvas.Framework.GraphOwner::GetInstance(NodeCanvas.Framework.Graph)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* GraphOwner_GetInstance_m2C70861A609EBD0D9E8E62E95F7520490E9F5C29 (GraphOwner_t403B42955FE2A2C62A9578A7E1ED47FF1B39A37F* __this, Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* ___0_originalGraph, const RuntimeMethod* method) ;
// NodeCanvas.Framework.Graph/UpdateMode NodeCanvas.Framework.GraphOwner::get_updateMode()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t GraphOwner_get_updateMode_mF0B585371AB03A98999B5B767D1DAF8EF791491F_inline (GraphOwner_t403B42955FE2A2C62A9578A7E1ED47FF1B39A37F* __this, const RuntimeMethod* method) ;
// System.Void NodeCanvas.Framework.Graph::StartGraph(UnityEngine.Component,NodeCanvas.Framework.IBlackboard,NodeCanvas.Framework.Graph/UpdateMode,System.Action`1<System.Boolean>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Graph_StartGraph_mB8DA3D5BD87B7B1D66B097F8AC803BC3F91F4231 (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* ___0_newAgent, RuntimeObject* ___1_newParentBlackboard, int32_t ___2_newUpdateMode, Action_1_t10DCB0C07D0D3C565CEACADC80D1152B35A45F6C* ___3_callback, const RuntimeMethod* method) ;
// System.Void NodeCanvas.Framework.Graph::Pause()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Graph_Pause_mB1CAA109250FCC32DDF3A8ECF050111E8ADD2884 (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, const RuntimeMethod* method) ;
// System.Void NodeCanvas.Framework.Graph::Stop(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Graph_Stop_mD6BCF97B46BD1CF0C77D5E8758D4A3E00FA0464E (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, bool ___0_success, const RuntimeMethod* method) ;
// T NodeCanvas.Framework.GraphOwner`1<NodeCanvas.DialogueTrees.DialogueTree>::get_behaviour()
inline DialogueTree_t2208AC38C45014AF5E0A41AD1E0DBB299BEB849D* GraphOwner_1_get_behaviour_m739D664B090CFBCC72D9900C994BCE17CD299850 (GraphOwner_1_tC3FD007E0462CA9F92B939A792D7147C3774B073* __this, const RuntimeMethod* method)
{
return (( DialogueTree_t2208AC38C45014AF5E0A41AD1E0DBB299BEB849D* (*) (GraphOwner_1_tC3FD007E0462CA9F92B939A792D7147C3774B073*, const RuntimeMethod*))GraphOwner_1_get_behaviour_mF293CB26768E165D14B4F69E3163724A32BA9851_gshared)(__this, 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 NodeCanvas.DialogueTrees.DialogueTree::SetActorReference(System.String,NodeCanvas.DialogueTrees.IDialogueActor)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DialogueTree_SetActorReference_mEE344905DDAF018470960856A3B015E0B76E4E76 (DialogueTree_t2208AC38C45014AF5E0A41AD1E0DBB299BEB849D* __this, String_t* ___0_paramName, RuntimeObject* ___1_actor, const RuntimeMethod* method) ;
// System.Void NodeCanvas.DialogueTrees.DialogueTree::SetActorReferences(System.Collections.Generic.Dictionary`2<System.String,NodeCanvas.DialogueTrees.IDialogueActor>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DialogueTree_SetActorReferences_mC476A97089343F8D903128D5594BDABFFE53AD77 (DialogueTree_t2208AC38C45014AF5E0A41AD1E0DBB299BEB849D* __this, Dictionary_2_t397B2A6BB6C5ACB96903A3409E70037357BEDF79* ___0_actors, const RuntimeMethod* method) ;
// NodeCanvas.DialogueTrees.IDialogueActor NodeCanvas.DialogueTrees.DialogueTree::GetActorReferenceByName(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DialogueTree_GetActorReferenceByName_mC20ADBBB6B43EDE5639DC58B17ECCCE685CA589F (DialogueTree_t2208AC38C45014AF5E0A41AD1E0DBB299BEB849D* __this, String_t* ___0_paramName, const RuntimeMethod* method) ;
// System.Void NodeCanvas.Framework.GraphOwner`1<NodeCanvas.DialogueTrees.DialogueTree>::.ctor()
inline void GraphOwner_1__ctor_mDE587FFF42B93DB493760E0D1B2811133199C5E7 (GraphOwner_1_tC3FD007E0462CA9F92B939A792D7147C3774B073* __this, const RuntimeMethod* method)
{
(( void (*) (GraphOwner_1_tC3FD007E0462CA9F92B939A792D7147C3774B073*, const RuntimeMethod*))GraphOwner_1__ctor_m213D6C8189B6E8E96060543FDC1D7B3F06DCACC9_gshared)(__this, method);
}
// System.Void NodeCanvas.Framework.Connection::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Connection__ctor_mA19053B3D480CFD0F3D3071E5F6E4835F86A1EC0 (Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D* __this, const RuntimeMethod* method) ;
// NodeCanvas.DialogueTrees.DialogueTree NodeCanvas.DialogueTrees.DTNode::get_DLGTree()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DialogueTree_t2208AC38C45014AF5E0A41AD1E0DBB299BEB849D* DTNode_get_DLGTree_m464149DF02ED97A8D0A5A15D2C415BA4477F3BC4 (DTNode_tCB3ACB579829AE4DEE9F51B25EC31AA96A070FCB* __this, const RuntimeMethod* method) ;
// System.Collections.Generic.List`1<System.String> NodeCanvas.DialogueTrees.DialogueTree::get_definedActorParameterNames()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* DialogueTree_get_definedActorParameterNames_mAEE1A2E9D74534B4EEFA19F3EC03F732048FDE25 (DialogueTree_t2208AC38C45014AF5E0A41AD1E0DBB299BEB849D* __this, const RuntimeMethod* method) ;
// System.String NodeCanvas.DialogueTrees.DTNode::get_actorName()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DTNode_get_actorName_mA319EDDB72F6B524569BD7445144888653D393D3 (DTNode_tCB3ACB579829AE4DEE9F51B25EC31AA96A070FCB* __this, 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.String System.String::Format(System.String,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_mA8DBB4C2516B9723C5A41E6CB1E2FAF4BBE96DD8 (String_t* ___0_format, RuntimeObject* ___1_arg0, const RuntimeMethod* method) ;
// System.String NodeCanvas.Framework.Node::get_name()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Node_get_name_m488D9048EA7C161BB554E76FB0FF523812055FAA (Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* __this, 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) ;
// NodeCanvas.Framework.Graph NodeCanvas.Framework.Node::get_graph()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* Node_get_graph_mB21F59A8B53310BF25DE6085397701DB23CC3A08_inline (Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* __this, const RuntimeMethod* method) ;
// NodeCanvas.DialogueTrees.DialogueTree/ActorParameter NodeCanvas.DialogueTrees.DialogueTree::GetParameterByID(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ActorParameter_t745744DE212B4E613AA3951A71B2338C23F06070* DialogueTree_GetParameterByID_m14ACD7ED019585D8A1FB1429D6459E1E2FB63F5E (DialogueTree_t2208AC38C45014AF5E0A41AD1E0DBB299BEB849D* __this, String_t* ___0_id, const RuntimeMethod* method) ;
// System.Boolean System.String::op_Inequality(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_op_Inequality_m8C940F3CFC42866709D7CA931B3D77B4BE94BCB6 (String_t* ___0_a, String_t* ___1_b, const RuntimeMethod* method) ;
// System.Boolean System.String::IsNullOrEmpty(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478 (String_t* ___0_value, const RuntimeMethod* method) ;
// NodeCanvas.DialogueTrees.DialogueTree/ActorParameter NodeCanvas.DialogueTrees.DialogueTree::GetParameterByName(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ActorParameter_t745744DE212B4E613AA3951A71B2338C23F06070* DialogueTree_GetParameterByName_m69DDCD40F9719BC0960CA2EC9EF97845FA2BB98D (DialogueTree_t2208AC38C45014AF5E0A41AD1E0DBB299BEB849D* __this, String_t* ___0_paramName, const RuntimeMethod* method) ;
// NodeCanvas.DialogueTrees.IDialogueActor NodeCanvas.DialogueTrees.DialogueTree::GetActorReferenceByID(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DialogueTree_GetActorReferenceByID_mC19557BBCF59FBCE184177AE37A8207C2243EBEF (DialogueTree_t2208AC38C45014AF5E0A41AD1E0DBB299BEB849D* __this, String_t* ___0_id, const RuntimeMethod* method) ;
// System.Void NodeCanvas.Framework.Node::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Node__ctor_m6A082535101017B8BC64361B18AFDA90231DE23A (Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* __this, const RuntimeMethod* method) ;
// System.Void NodeCanvas.DialogueTrees.Statement::set_text(System.String)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Statement_set_text_m87CB9B5E15221FF6151E8AAADEAF42D5F84E108E_inline (Statement_t6757EBA4322D6904926C2F6C6BA3586736638A77* __this, String_t* ___0_value, const RuntimeMethod* method) ;
// System.Void NodeCanvas.DialogueTrees.Statement::set_audio(UnityEngine.AudioClip)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Statement_set_audio_mBD58E009438A11400A8859A1C3B1FA7504A7C378_inline (Statement_t6757EBA4322D6904926C2F6C6BA3586736638A77* __this, AudioClip_t5D272C4EB4F2D3ED49F1C346DEA373CF6D585F20* ___0_value, const RuntimeMethod* method) ;
// System.Void NodeCanvas.DialogueTrees.Statement::set_meta(System.String)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Statement_set_meta_mCB77EE9448582EE0CF651E88C7D964E5A1AA49E4_inline (Statement_t6757EBA4322D6904926C2F6C6BA3586736638A77* __this, String_t* ___0_value, const RuntimeMethod* method) ;
// System.Void NodeCanvas.DialogueTrees.Statement/<>c__DisplayClass16_0::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass16_0__ctor_m635EC32A3FC473E289FA60B10A63E6828D80CC3F (U3CU3Ec__DisplayClass16_0_t367C7FBEAE22FCCE4FEBD8D80353A127E361D5EC* __this, const RuntimeMethod* method) ;
// T ParadoxNotion.Serialization.JSONSerializer::Clone<NodeCanvas.DialogueTrees.Statement>(T)
inline Statement_t6757EBA4322D6904926C2F6C6BA3586736638A77* JSONSerializer_Clone_TisStatement_t6757EBA4322D6904926C2F6C6BA3586736638A77_mEA76BFF9CBCF0870743A465A16DF0607ECA910AE (Statement_t6757EBA4322D6904926C2F6C6BA3586736638A77* ___0_original, const RuntimeMethod* method)
{
return (( Statement_t6757EBA4322D6904926C2F6C6BA3586736638A77* (*) (Statement_t6757EBA4322D6904926C2F6C6BA3586736638A77*, const RuntimeMethod*))JSONSerializer_Clone_TisRuntimeObject_m0BDB1832DF182CC864DB5DB66DC3FE1DCD306943_gshared)(___0_original, method);
}
// System.String NodeCanvas.DialogueTrees.Statement::get_text()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* Statement_get_text_m515E80E84252930130A9CFA8C98CE694B1BBEA1D_inline (Statement_t6757EBA4322D6904926C2F6C6BA3586736638A77* __this, const RuntimeMethod* method) ;
// System.Void System.Func`2<System.String,System.String>::.ctor(System.Object,System.IntPtr)
inline void Func_2__ctor_m6A29D0BC8A4BCF6079AD2737B4119D3802B41814 (Func_2_t85D1F7C2022B349817C22FC72C474CD33FFABE93* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
{
(( void (*) (Func_2_t85D1F7C2022B349817C22FC72C474CD33FFABE93*, RuntimeObject*, intptr_t, const RuntimeMethod*))Func_2__ctor_m7F8A01C0B02BC1D4063F4EB1E817F7A48562A398_gshared)(__this, ___0_object, ___1_method, method);
}
// System.String ParadoxNotion.StringUtils::ReplaceWithin(System.String,System.Char,System.Char,System.Func`2<System.String,System.String>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StringUtils_ReplaceWithin_m563676841A27F3479488494BD6E795F20B14D2C6 (String_t* ___0_text, Il2CppChar ___1_startChar, Il2CppChar ___2_endChar, Func_2_t85D1F7C2022B349817C22FC72C474CD33FFABE93* ___3_Process, const RuntimeMethod* method) ;
// NodeCanvas.Framework.Variable NodeCanvas.Framework.IBlackboardExtensions::GetVariable(NodeCanvas.Framework.IBlackboard,System.String,System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Variable_t60C01143D3B1491B2FFEB305052C327D03DDF4AA* IBlackboardExtensions_GetVariable_m69BE33AFDEC13F30225EF391EEB123D849775038 (RuntimeObject* ___0_blackboard, String_t* ___1_varName, Type_t* ___2_ofType, const RuntimeMethod* 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.String::Contains(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_Contains_m6D77B121FADA7CA5F397C0FABB65DA62DF03B6C3 (String_t* __this, String_t* ___0_value, const RuntimeMethod* method) ;
// System.String[] System.String::Split(System.Char,System.StringSplitOptions)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* String_Split_m9530B73D02054692283BF35C3A27C8F2230946F4 (String_t* __this, Il2CppChar ___0_separator, int32_t ___1_options, const RuntimeMethod* method) ;
// TSource System.Linq.Enumerable::First<System.String>(System.Collections.Generic.IEnumerable`1<TSource>)
inline String_t* Enumerable_First_TisString_t_mB3879ED95FE5D75F6951C746C895FCE961E507BD (RuntimeObject* ___0_source, const RuntimeMethod* method)
{
return (( String_t* (*) (RuntimeObject*, const RuntimeMethod*))Enumerable_First_TisRuntimeObject_mEFECF1B8C3201589C5AF34176DCBF8DD926642D6_gshared)(___0_source, method);
}
// NodeCanvas.Framework.GlobalBlackboard NodeCanvas.Framework.GlobalBlackboard::Find(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GlobalBlackboard_tAAED76CBEF71392A8E043172C9C60F67A3154125* GlobalBlackboard_Find_m58758639F84EB290FB998C2B924DED7A1664A219 (String_t* ___0_name, const RuntimeMethod* method) ;
// TSource System.Linq.Enumerable::Last<System.String>(System.Collections.Generic.IEnumerable`1<TSource>)
inline String_t* Enumerable_Last_TisString_t_mDA4E0C8C41AC3443C4FCA45618C86486DB1E784D (RuntimeObject* ___0_source, const RuntimeMethod* method)
{
return (( String_t* (*) (RuntimeObject*, const RuntimeMethod*))Enumerable_Last_TisRuntimeObject_m39971562AFD7CCF7CFF65E8CA0A457CCC3E18F8F_gshared)(___0_source, method);
}
// NodeCanvas.Framework.Variable NodeCanvas.Framework.Blackboard::GetVariable(System.String,System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Variable_t60C01143D3B1491B2FFEB305052C327D03DDF4AA* Blackboard_GetVariable_m20A7A73D8B44C0D772EA0B33A3C0C9DA884E4646 (Blackboard_t05918ADC382730440A2993437411C8652EECCE4F* __this, String_t* ___0_name, Type_t* ___1_ofType, const RuntimeMethod* method) ;
// NodeCanvas.Framework.ActionTask NodeCanvas.DialogueTrees.ActionNode::get_action()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ActionTask_t6B5C6B67D00E7AF678FAEDC91859B778C24A8E1E* ActionNode_get_action_m24D93BA96456F5D457E43DE8360C47A1EBA584E4_inline (ActionNode_t0FACE43AC34B62ABB244E5AC57C8225761F0C8DF* __this, const RuntimeMethod* method) ;
// System.Void NodeCanvas.DialogueTrees.ActionNode::set_action(NodeCanvas.Framework.ActionTask)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ActionNode_set_action_m80381C23C72538FE0F53D501D18070E0B33484E7_inline (ActionNode_t0FACE43AC34B62ABB244E5AC57C8225761F0C8DF* __this, ActionTask_t6B5C6B67D00E7AF678FAEDC91859B778C24A8E1E* ___0_value, const RuntimeMethod* method) ;
// NodeCanvas.Framework.Status NodeCanvas.Framework.Node::Error(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Node_Error_mCB8D0BBA83891016AEDBA42BBC8130B493C94F94 (Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* __this, RuntimeObject* ___0_msg, const RuntimeMethod* method) ;
// System.Void NodeCanvas.Framework.Node::set_status(NodeCanvas.Framework.Status)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Node_set_status_m2CEC604858DFD7F181CCCF75AA3D08A7C677F4D7 (Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* __this, int32_t ___0_value, const RuntimeMethod* method) ;
// NodeCanvas.DialogueTrees.IDialogueActor NodeCanvas.DialogueTrees.DTNode::get_finalActor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DTNode_get_finalActor_m017785271C675DDD69A44CE17C98FCC9399B6BE9 (DTNode_tCB3ACB579829AE4DEE9F51B25EC31AA96A070FCB* __this, const RuntimeMethod* method) ;
// System.Collections.IEnumerator NodeCanvas.DialogueTrees.ActionNode::UpdateAction(UnityEngine.Component)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ActionNode_UpdateAction_m241DD1D9D9C118A71140A9E97092B1574417CCC4 (ActionNode_t0FACE43AC34B62ABB244E5AC57C8225761F0C8DF* __this, Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* ___0_actionAgent, const RuntimeMethod* method) ;
// UnityEngine.Coroutine NodeCanvas.Framework.Node::StartCoroutine(System.Collections.IEnumerator)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Coroutine_t85EA685566A254C23F3FD77AB5BDFFFF8799596B* Node_StartCoroutine_m886A901097F8E62953EC8E9E6DA1038DB43CB0ED (Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* __this, RuntimeObject* ___0_routine, const RuntimeMethod* method) ;
// NodeCanvas.Framework.Status NodeCanvas.Framework.Node::get_status()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Node_get_status_m2FBF938FF2AA2979E7DC66B8F6AD3AD272FCB04B_inline (Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* __this, const RuntimeMethod* method) ;
// System.Void NodeCanvas.DialogueTrees.ActionNode/<UpdateAction>d__10::.ctor(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CUpdateActionU3Ed__10__ctor_m4193BE63DF2454377F439AF7B8176DFBBFAF3192 (U3CUpdateActionU3Ed__10_t58D759E65FAEC1D6EF8968F628B117BCBF38F2BC* __this, int32_t ___0_U3CU3E1__state, const RuntimeMethod* method) ;
// System.Void NodeCanvas.DialogueTrees.DialogueTree::Continue(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DialogueTree_Continue_m88F21897C1C2E7DFD36D84702B86508E057FAE5A (DialogueTree_t2208AC38C45014AF5E0A41AD1E0DBB299BEB849D* __this, int32_t ___0_index, const RuntimeMethod* method) ;
// System.Void NodeCanvas.Framework.ActionTask::EndAction(System.Nullable`1<System.Boolean>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ActionTask_EndAction_mA86DE666D3E48201F4B22E1DA9E6E29B2831519F (ActionTask_t6B5C6B67D00E7AF678FAEDC91859B778C24A8E1E* __this, Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 ___0_success, const RuntimeMethod* method) ;
// System.Void NodeCanvas.Framework.ActionTask::Pause()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ActionTask_Pause_mE4E1DFBFFB158FAD139F8EDA6B71AAFEC917E86A (ActionTask_t6B5C6B67D00E7AF678FAEDC91859B778C24A8E1E* __this, const RuntimeMethod* method) ;
// System.Void NodeCanvas.DialogueTrees.DTNode::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DTNode__ctor_m6A048CAD7844039BE4249B896CAF7C04100642D2 (DTNode_tCB3ACB579829AE4DEE9F51B25EC31AA96A070FCB* __this, const RuntimeMethod* method) ;
// NodeCanvas.Framework.IBlackboard NodeCanvas.Framework.Node::get_graphBlackboard()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Node_get_graphBlackboard_mB73EB2C0616FE725B0CADE8A1090E0A56A1A7434 (Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* __this, 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.DialogueTrees.ActionNode::OnActionEnd(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ActionNode_OnActionEnd_m46A34D76E1491D148993D63D3F40B7B254067EE5 (ActionNode_t0FACE43AC34B62ABB244E5AC57C8225761F0C8DF* __this, bool ___0_success, const RuntimeMethod* method) ;
// System.Void System.NotSupportedException::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotSupportedException__ctor_m1398D0CDE19B36AA3DE9392879738C1EA2439CDF (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* __this, const RuntimeMethod* method) ;
// NodeCanvas.Framework.ConditionTask NodeCanvas.DialogueTrees.ConditionNode::get_condition()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ConditionTask_t518F9B03584F4835F78D6DE297CE36AED500BEE8* ConditionNode_get_condition_m329DBB6B09E6EF65CE95CC71693D17923F5F665C_inline (ConditionNode_t8B0CCC5B7F178FDC31EAB8138658256194DD91A9* __this, const RuntimeMethod* method) ;
// System.Void NodeCanvas.DialogueTrees.ConditionNode::set_condition(NodeCanvas.Framework.ConditionTask)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ConditionNode_set_condition_mA8C3F65F812E62B05C1A35D08B1B2F7FE3B5CAC9_inline (ConditionNode_t8B0CCC5B7F178FDC31EAB8138658256194DD91A9* __this, ConditionTask_t518F9B03584F4835F78D6DE297CE36AED500BEE8* ___0_value, const RuntimeMethod* method) ;
// System.Collections.Generic.List`1<NodeCanvas.Framework.Connection> NodeCanvas.Framework.Node::get_outConnections()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR List_1_t619EB3258C7F1EBD15A485EA09888BE9FC87AC7E* Node_get_outConnections_mBD92942B179E5297C07F297E1D0F2F0946A8F7EE_inline (Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* __this, const RuntimeMethod* method) ;
// System.Int32 System.Collections.Generic.List`1<NodeCanvas.Framework.Connection>::get_Count()
inline int32_t List_1_get_Count_mC96ADDB2914B9FADC03D3A91F7B5B647995A2E5C_inline (List_1_t619EB3258C7F1EBD15A485EA09888BE9FC87AC7E* __this, const RuntimeMethod* method)
{
return (( int32_t (*) (List_1_t619EB3258C7F1EBD15A485EA09888BE9FC87AC7E*, const RuntimeMethod*))List_1_get_Count_m4407E4C389F22B8CEC282C15D56516658746C383_gshared_inline)(__this, method);
}
// System.Boolean NodeCanvas.Framework.ConditionTask::CheckOnce(UnityEngine.Component,NodeCanvas.Framework.IBlackboard)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ConditionTask_CheckOnce_m282DA24DC4EE7FC6828A1498B964DD8760C56D55 (ConditionTask_t518F9B03584F4835F78D6DE297CE36AED500BEE8* __this, Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* ___0_agent, RuntimeObject* ___1_blackboard, const RuntimeMethod* method) ;
// T NodeCanvas.Framework.NodeReference`1<NodeCanvas.DialogueTrees.DTNode>::Get(NodeCanvas.Framework.Graph)
inline DTNode_tCB3ACB579829AE4DEE9F51B25EC31AA96A070FCB* NodeReference_1_Get_m3A8076FE5506C07C5E5D3103FDD37EE6EF98A4B2 (NodeReference_1_tFB1922A30E87A573DC26C97626551331AE4509C0* __this, Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* ___0_graph, const RuntimeMethod* method)
{
return (( DTNode_tCB3ACB579829AE4DEE9F51B25EC31AA96A070FCB* (*) (NodeReference_1_tFB1922A30E87A573DC26C97626551331AE4509C0*, Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032*, const RuntimeMethod*))NodeReference_1_Get_m566D2A6A19B0719E21E7A345F4FC1AEBBB99D851_gshared)(__this, ___0_graph, method);
}
// NodeCanvas.DialogueTrees.DTNode NodeCanvas.DialogueTrees.Jumper::get_target()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DTNode_tCB3ACB579829AE4DEE9F51B25EC31AA96A070FCB* Jumper_get_target_mA9468207D29004FC6B76D84EB827A28D3FB33550 (Jumper_t7B728A9FC4DAB99DD787A9B645837E06B9C6FDD6* __this, const RuntimeMethod* method) ;
// System.Void NodeCanvas.DialogueTrees.DialogueTree::EnterNode(NodeCanvas.DialogueTrees.DTNode)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DialogueTree_EnterNode_m732BAD9942FB8C5B4250339BE577F24002780964 (DialogueTree_t2208AC38C45014AF5E0A41AD1E0DBB299BEB849D* __this, DTNode_tCB3ACB579829AE4DEE9F51B25EC31AA96A070FCB* ___0_node, const RuntimeMethod* method) ;
// System.Int32 System.Collections.Generic.List`1<NodeCanvas.DialogueTrees.MultipleChoiceNode/Choice>::get_Count()
inline int32_t List_1_get_Count_m69DEF2FA152A016FA7E705639FCC71F38D2FBA6F_inline (List_1_tD43971A5B1BF4D92C8F05B2C5EB0B80AF37DA600* __this, const RuntimeMethod* method)
{
return (( int32_t (*) (List_1_tD43971A5B1BF4D92C8F05B2C5EB0B80AF37DA600*, const RuntimeMethod*))List_1_get_Count_m4407E4C389F22B8CEC282C15D56516658746C383_gshared_inline)(__this, method);
}
// System.Void System.Collections.Generic.Dictionary`2<NodeCanvas.DialogueTrees.IStatement,System.Int32>::.ctor()
inline void Dictionary_2__ctor_m20D80CC088CB763912240B0B090EA01AB43F8365 (Dictionary_2_t9C903FF799FD3813218B3B666A8C845E79808B92* __this, const RuntimeMethod* method)
{
(( void (*) (Dictionary_2_t9C903FF799FD3813218B3B666A8C845E79808B92*, const RuntimeMethod*))Dictionary_2__ctor_m517E7F9D104FEAE6646EABDDC9C852510E86077C_gshared)(__this, method);
}
// T System.Collections.Generic.List`1<NodeCanvas.DialogueTrees.MultipleChoiceNode/Choice>::get_Item(System.Int32)
inline Choice_tF5944A2CC8BFEDCFDEA677F2389509623E635F76* List_1_get_Item_m44CE62BFC6236D4D44928C4E31FA235E5DB7E7A1 (List_1_tD43971A5B1BF4D92C8F05B2C5EB0B80AF37DA600* __this, int32_t ___0_index, const RuntimeMethod* method)
{
return (( Choice_tF5944A2CC8BFEDCFDEA677F2389509623E635F76* (*) (List_1_tD43971A5B1BF4D92C8F05B2C5EB0B80AF37DA600*, int32_t, const RuntimeMethod*))List_1_get_Item_m33561245D64798C2AB07584C0EC4F240E4839A38_gshared)(__this, ___0_index, method);
}
// NodeCanvas.DialogueTrees.IStatement NodeCanvas.DialogueTrees.Statement::BlackboardReplace(NodeCanvas.Framework.IBlackboard)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Statement_BlackboardReplace_m17FC80DF91329F10D023B9E555A253DC8C4932CD (Statement_t6757EBA4322D6904926C2F6C6BA3586736638A77* __this, RuntimeObject* ___0_bb, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.Dictionary`2<NodeCanvas.DialogueTrees.IStatement,System.Int32>::set_Item(TKey,TValue)
inline void Dictionary_2_set_Item_m48382D8563DE47C6716ACD4CB26798539B6A24B2 (Dictionary_2_t9C903FF799FD3813218B3B666A8C845E79808B92* __this, RuntimeObject* ___0_key, int32_t ___1_value, const RuntimeMethod* method)
{
(( void (*) (Dictionary_2_t9C903FF799FD3813218B3B666A8C845E79808B92*, RuntimeObject*, int32_t, const RuntimeMethod*))Dictionary_2_set_Item_m72CC2F1213D1C1B8ABEDE31082D07B67EC873B13_gshared)(__this, ___0_key, ___1_value, method);
}
// System.Int32 System.Collections.Generic.Dictionary`2<NodeCanvas.DialogueTrees.IStatement,System.Int32>::get_Count()
inline int32_t Dictionary_2_get_Count_mD6A69A53EB4BCE83F512CD63ED509E26321A7220 (Dictionary_2_t9C903FF799FD3813218B3B666A8C845E79808B92* __this, const RuntimeMethod* method)
{
return (( int32_t (*) (Dictionary_2_t9C903FF799FD3813218B3B666A8C845E79808B92*, const RuntimeMethod*))Dictionary_2_get_Count_mEE80B960C3B902E5FB4D2458CEB323B68A954926_gshared)(__this, method);
}
// System.Void System.Action`1<System.Int32>::.ctor(System.Object,System.IntPtr)
inline void Action_1__ctor_m1BA854F3F4319EA4A4294DDFDA21C395B8D0FF87 (Action_1_tD69A6DC9FBE94131E52F5A73B2A9D4AB51EEC404* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
{
(( void (*) (Action_1_tD69A6DC9FBE94131E52F5A73B2A9D4AB51EEC404*, RuntimeObject*, intptr_t, const RuntimeMethod*))Action_1__ctor_m1BA854F3F4319EA4A4294DDFDA21C395B8D0FF87_gshared)(__this, ___0_object, ___1_method, method);
}
// System.Void NodeCanvas.DialogueTrees.MultipleChoiceRequestInfo::.ctor(NodeCanvas.DialogueTrees.IDialogueActor,System.Collections.Generic.Dictionary`2<NodeCanvas.DialogueTrees.IStatement,System.Int32>,System.Single,System.Action`1<System.Int32>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MultipleChoiceRequestInfo__ctor_m6FE008B3FA15C478CC9BD9BCD553E316887D8409 (MultipleChoiceRequestInfo_t6345C3417C50A129FF51D0A36971E188D06B4180* __this, RuntimeObject* ___0_actor, Dictionary_2_t9C903FF799FD3813218B3B666A8C845E79808B92* ___1_options, float ___2_availableTime, Action_1_tD69A6DC9FBE94131E52F5A73B2A9D4AB51EEC404* ___3_callback, const RuntimeMethod* method) ;
// System.Collections.Generic.List`1<NodeCanvas.Framework.Connection> NodeCanvas.Framework.Node::get_inConnections()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR List_1_t619EB3258C7F1EBD15A485EA09888BE9FC87AC7E* Node_get_inConnections_mDC21880D8511412E49EB8D4E615D1B5EFD9A668F_inline (Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* __this, const RuntimeMethod* method) ;
// T System.Collections.Generic.List`1<NodeCanvas.Framework.Connection>::get_Item(System.Int32)
inline Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D* List_1_get_Item_m10CB933550CAAA86A0E326BF1DECE5E7DE263E0E (List_1_t619EB3258C7F1EBD15A485EA09888BE9FC87AC7E* __this, int32_t ___0_index, const RuntimeMethod* method)
{
return (( Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D* (*) (List_1_t619EB3258C7F1EBD15A485EA09888BE9FC87AC7E*, int32_t, const RuntimeMethod*))List_1_get_Item_m33561245D64798C2AB07584C0EC4F240E4839A38_gshared)(__this, ___0_index, method);
}
// NodeCanvas.Framework.Node NodeCanvas.Framework.Connection::get_sourceNode()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* Connection_get_sourceNode_m8AAB4D86A1F7E4AA641DD4D54B6288412058A10D_inline (Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D* __this, const RuntimeMethod* method) ;
// System.Void NodeCanvas.DialogueTrees.DialogueTree::RequestMultipleChoices(NodeCanvas.DialogueTrees.MultipleChoiceRequestInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DialogueTree_RequestMultipleChoices_mEEA9D002CF3790C396758CEE25CCE195A4E9134B (MultipleChoiceRequestInfo_t6345C3417C50A129FF51D0A36971E188D06B4180* ___0_info, const RuntimeMethod* method) ;
// System.Void NodeCanvas.DialogueTrees.MultipleChoiceNode/<>c__DisplayClass9_0::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass9_0__ctor_mDDCE9112B4373F04CF4B95460AAE4C29B8885A96 (U3CU3Ec__DisplayClass9_0_t4FCD21E0D35344B38665D4761BAF0130E8E3FFBB* __this, const RuntimeMethod* method) ;
// System.Void System.Action::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action__ctor_mBDC7B0B4A3F583B64C2896F01BDED360772F67DC (Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) ;
// System.Void NodeCanvas.DialogueTrees.SubtitlesRequestInfo::.ctor(NodeCanvas.DialogueTrees.IDialogueActor,NodeCanvas.DialogueTrees.IStatement,System.Action)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SubtitlesRequestInfo__ctor_m0376353AD881A0F428A2D30AD530177BF519D654 (SubtitlesRequestInfo_t41049B0554DE0A09F7EC7B4724FCE29A57DDF059* __this, RuntimeObject* ___0_actor, RuntimeObject* ___1_statement, Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___2_callback, const RuntimeMethod* method) ;
// System.Void NodeCanvas.DialogueTrees.DialogueTree::RequestSubtitles(NodeCanvas.DialogueTrees.SubtitlesRequestInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DialogueTree_RequestSubtitles_m4F1AF68A84944327EB01E2C4F550324355BD1626 (SubtitlesRequestInfo_t41049B0554DE0A09F7EC7B4724FCE29A57DDF059* ___0_info, const RuntimeMethod* method) ;
// System.Void System.Action::Invoke()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Action_Invoke_m7126A54DACA72B845424072887B5F3A51FC3808E_inline (Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* __this, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<NodeCanvas.DialogueTrees.MultipleChoiceNode/Choice>::.ctor()
inline void List_1__ctor_m7A98170EDB8D1225DE31F7E69B01F841FD865BD1 (List_1_tD43971A5B1BF4D92C8F05B2C5EB0B80AF37DA600* __this, const RuntimeMethod* method)
{
(( void (*) (List_1_tD43971A5B1BF4D92C8F05B2C5EB0B80AF37DA600*, const RuntimeMethod*))List_1__ctor_m7F078BB342729BDF11327FD89D7872265328F690_gshared)(__this, method);
}
// System.Int32 System.Collections.Generic.List`1<NodeCanvas.Framework.ConditionTask>::get_Count()
inline int32_t List_1_get_Count_m5227B6B9670F0AD08EE5CBE7BEB86B481485615D_inline (List_1_t9C974E7FF2C20223569CABCD28DAA66B6319C9CC* __this, const RuntimeMethod* method)
{
return (( int32_t (*) (List_1_t9C974E7FF2C20223569CABCD28DAA66B6319C9CC*, const RuntimeMethod*))List_1_get_Count_m4407E4C389F22B8CEC282C15D56516658746C383_gshared_inline)(__this, method);
}
// System.Void System.Collections.Generic.List`1<NodeCanvas.Framework.ConditionTask>::Insert(System.Int32,T)
inline void List_1_Insert_m2FFDF4E2009BDF2D4F0A0256545BE1B5FBDF1CBA (List_1_t9C974E7FF2C20223569CABCD28DAA66B6319C9CC* __this, int32_t ___0_index, ConditionTask_t518F9B03584F4835F78D6DE297CE36AED500BEE8* ___1_item, const RuntimeMethod* method)
{
(( void (*) (List_1_t9C974E7FF2C20223569CABCD28DAA66B6319C9CC*, int32_t, ConditionTask_t518F9B03584F4835F78D6DE297CE36AED500BEE8*, const RuntimeMethod*))List_1_Insert_m9C9559248941FED50561DB029D55DF08DEF3B094_gshared)(__this, ___0_index, ___1_item, method);
}
// System.Void System.Collections.Generic.List`1<NodeCanvas.Framework.ConditionTask>::RemoveAt(System.Int32)
inline void List_1_RemoveAt_mA2AEF51BA52A78304260C758BA2BFE040C66B658 (List_1_t9C974E7FF2C20223569CABCD28DAA66B6319C9CC* __this, int32_t ___0_index, const RuntimeMethod* method)
{
(( void (*) (List_1_t9C974E7FF2C20223569CABCD28DAA66B6319C9CC*, int32_t, const RuntimeMethod*))List_1_RemoveAt_m54F62297ADEE4D4FDA697F49ED807BF901201B54_gshared)(__this, ___0_index, method);
}
// T System.Collections.Generic.List`1<NodeCanvas.Framework.ConditionTask>::get_Item(System.Int32)
inline ConditionTask_t518F9B03584F4835F78D6DE297CE36AED500BEE8* List_1_get_Item_mB0D5BF500A40AB9AA2038342B78C13E08E0E6F1C (List_1_t9C974E7FF2C20223569CABCD28DAA66B6319C9CC* __this, int32_t ___0_index, const RuntimeMethod* method)
{
return (( ConditionTask_t518F9B03584F4835F78D6DE297CE36AED500BEE8* (*) (List_1_t9C974E7FF2C20223569CABCD28DAA66B6319C9CC*, int32_t, const RuntimeMethod*))List_1_get_Item_m33561245D64798C2AB07584C0EC4F240E4839A38_gshared)(__this, ___0_index, method);
}
// System.Void System.Collections.Generic.List`1<NodeCanvas.Framework.ConditionTask>::.ctor()
inline void List_1__ctor_mE202ADDF2BBF6C93250D5EF6F3B3D48ED3D52256 (List_1_t9C974E7FF2C20223569CABCD28DAA66B6319C9CC* __this, const RuntimeMethod* method)
{
(( void (*) (List_1_t9C974E7FF2C20223569CABCD28DAA66B6319C9CC*, const RuntimeMethod*))List_1__ctor_m7F078BB342729BDF11327FD89D7872265328F690_gshared)(__this, method);
}
// System.Int32 System.Collections.Generic.List`1<NodeCanvas.DialogueTrees.ProbabilitySelector/Option>::get_Count()
inline int32_t List_1_get_Count_mDE3BABFC070EC24A857111C931A1248E522D843C_inline (List_1_t74610F5EABE3A0AF78272B0C2F85BFEE1A4A05E3* __this, const RuntimeMethod* method)
{
return (( int32_t (*) (List_1_t74610F5EABE3A0AF78272B0C2F85BFEE1A4A05E3*, const RuntimeMethod*))List_1_get_Count_m4407E4C389F22B8CEC282C15D56516658746C383_gshared_inline)(__this, method);
}
// System.Void NodeCanvas.DialogueTrees.ProbabilitySelector/Option::.ctor(System.Single,NodeCanvas.Framework.IBlackboard)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Option__ctor_m00463C0B20DAB08908A11CD100035E879825DF05 (Option_tD286B3F074EB773E35D37ED3CE39A38C1C267FDF* __this, float ___0_weightValue, RuntimeObject* ___1_bbValue, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<NodeCanvas.DialogueTrees.ProbabilitySelector/Option>::Insert(System.Int32,T)
inline void List_1_Insert_mBB793C035887558BC2959B61467A0E3077AAD935 (List_1_t74610F5EABE3A0AF78272B0C2F85BFEE1A4A05E3* __this, int32_t ___0_index, Option_tD286B3F074EB773E35D37ED3CE39A38C1C267FDF* ___1_item, const RuntimeMethod* method)
{
(( void (*) (List_1_t74610F5EABE3A0AF78272B0C2F85BFEE1A4A05E3*, int32_t, Option_tD286B3F074EB773E35D37ED3CE39A38C1C267FDF*, const RuntimeMethod*))List_1_Insert_m9C9559248941FED50561DB029D55DF08DEF3B094_gshared)(__this, ___0_index, ___1_item, method);
}
// System.Void System.Collections.Generic.List`1<NodeCanvas.DialogueTrees.ProbabilitySelector/Option>::RemoveAt(System.Int32)
inline void List_1_RemoveAt_m772E23C200D18E54D7BC2E461495E93D19544D30 (List_1_t74610F5EABE3A0AF78272B0C2F85BFEE1A4A05E3* __this, int32_t ___0_index, const RuntimeMethod* method)
{
(( void (*) (List_1_t74610F5EABE3A0AF78272B0C2F85BFEE1A4A05E3*, int32_t, const RuntimeMethod*))List_1_RemoveAt_m54F62297ADEE4D4FDA697F49ED807BF901201B54_gshared)(__this, ___0_index, 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);
}
// T System.Collections.Generic.List`1<NodeCanvas.DialogueTrees.ProbabilitySelector/Option>::get_Item(System.Int32)
inline Option_tD286B3F074EB773E35D37ED3CE39A38C1C267FDF* List_1_get_Item_m7174668DBA1C61865F57AF734C21470FF28C0493 (List_1_t74610F5EABE3A0AF78272B0C2F85BFEE1A4A05E3* __this, int32_t ___0_index, const RuntimeMethod* method)
{
return (( Option_tD286B3F074EB773E35D37ED3CE39A38C1C267FDF* (*) (List_1_t74610F5EABE3A0AF78272B0C2F85BFEE1A4A05E3*, int32_t, const RuntimeMethod*))List_1_get_Item_m33561245D64798C2AB07584C0EC4F240E4839A38_gshared)(__this, ___0_index, 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.Single NodeCanvas.DialogueTrees.ProbabilitySelector::GetTotal()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float ProbabilitySelector_GetTotal_mB7DFBE3B3AFDEA68689D49F09D5564F83EF4D858 (ProbabilitySelector_tE2E4F03C896D2B537F39DE0F49BF04733DEEC75E* __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.Boolean System.Collections.Generic.List`1<System.Int32>::Contains(T)
inline bool List_1_Contains_m4FD96E89F15844C90032C7386BAB528817F1FF5B (List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73* __this, int32_t ___0_item, const RuntimeMethod* method)
{
return (( bool (*) (List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73*, int32_t, const RuntimeMethod*))List_1_Contains_m4FD96E89F15844C90032C7386BAB528817F1FF5B_gshared)(__this, ___0_item, 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 System.Collections.Generic.List`1<NodeCanvas.DialogueTrees.ProbabilitySelector/Option>::.ctor()
inline void List_1__ctor_m9826BA1B05CE11CC54A64014FD2C2F2DBEA888DD (List_1_t74610F5EABE3A0AF78272B0C2F85BFEE1A4A05E3* __this, const RuntimeMethod* method)
{
(( void (*) (List_1_t74610F5EABE3A0AF78272B0C2F85BFEE1A4A05E3*, const RuntimeMethod*))List_1__ctor_m7F078BB342729BDF11327FD89D7872265328F690_gshared)(__this, method);
}
// System.Void NodeCanvas.Framework.BBParameter`1<System.Single>::.ctor()
inline void BBParameter_1__ctor_m04564A31023AF3576A5B1A21C8AA9A5EECD273C4 (BBParameter_1_tBF43B031C046DDE9CC5360F10411F13194CA4A9F* __this, const RuntimeMethod* method)
{
(( void (*) (BBParameter_1_tBF43B031C046DDE9CC5360F10411F13194CA4A9F*, const RuntimeMethod*))BBParameter_1__ctor_m04564A31023AF3576A5B1A21C8AA9A5EECD273C4_gshared)(__this, method);
}
// System.Void NodeCanvas.Framework.BBParameter`1<System.Single>::set_value(T)
inline void BBParameter_1_set_value_mDE78D55F479F34597C9D556AB56CD609EA13EA91 (BBParameter_1_tBF43B031C046DDE9CC5360F10411F13194CA4A9F* __this, float ___0_value, const RuntimeMethod* method)
{
(( void (*) (BBParameter_1_tBF43B031C046DDE9CC5360F10411F13194CA4A9F*, float, const RuntimeMethod*))BBParameter_1_set_value_mDE78D55F479F34597C9D556AB56CD609EA13EA91_gshared)(__this, ___0_value, method);
}
// System.Void NodeCanvas.Framework.BBParameter::set_bb(NodeCanvas.Framework.IBlackboard)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BBParameter_set_bb_mC03C5FFA7320CCC721EF5323C21736B2BEE4B423 (BBParameter_tD717AF8560E573DF3DA925034F257F669CDDBA60* __this, RuntimeObject* ___0_value, const RuntimeMethod* method) ;
// System.Void NodeCanvas.DialogueTrees.Statement::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Statement__ctor_m3F2AA15569B9ADA388E6579D1C2DFC29BC328EB9 (Statement_t6757EBA4322D6904926C2F6C6BA3586736638A77* __this, String_t* ___0_text, const RuntimeMethod* method) ;
// T NodeCanvas.Framework.BBParameter`1<NodeCanvas.DialogueTrees.DialogueTree>::get_value()
inline DialogueTree_t2208AC38C45014AF5E0A41AD1E0DBB299BEB849D* BBParameter_1_get_value_mC61C216BAFCBB6D106EE2CD8DF6E34F96FA3F69E (BBParameter_1_t7D2CCDC664C363F46A8F00D1CAE56761A4DC3E60* __this, const RuntimeMethod* method)
{
return (( DialogueTree_t2208AC38C45014AF5E0A41AD1E0DBB299BEB849D* (*) (BBParameter_1_t7D2CCDC664C363F46A8F00D1CAE56761A4DC3E60*, const RuntimeMethod*))BBParameter_1_get_value_mD726F3B9C069F7F2EF7CB68934E87764BAD6967F_gshared)(__this, method);
}
// System.Void NodeCanvas.Framework.BBParameter`1<NodeCanvas.DialogueTrees.DialogueTree>::set_value(T)
inline void BBParameter_1_set_value_mF06F1FE446A8F4442B481427044BCA707A57E19D (BBParameter_1_t7D2CCDC664C363F46A8F00D1CAE56761A4DC3E60* __this, DialogueTree_t2208AC38C45014AF5E0A41AD1E0DBB299BEB849D* ___0_value, const RuntimeMethod* method)
{
(( void (*) (BBParameter_1_t7D2CCDC664C363F46A8F00D1CAE56761A4DC3E60*, DialogueTree_t2208AC38C45014AF5E0A41AD1E0DBB299BEB849D*, const RuntimeMethod*))BBParameter_1_set_value_mE339B1B867F08868D33B2AC7FD213B4CCAA3E2AA_gshared)(__this, ___0_value, 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) ;
// NodeCanvas.Framework.Graph NodeCanvas.Framework.IGraphAssignableExtensions::CheckInstance(NodeCanvas.Framework.IGraphAssignable)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* IGraphAssignableExtensions_CheckInstance_m34C506975F1C52E85EBDD249F70CE6255F60D261 (RuntimeObject* ___0_assignable, const RuntimeMethod* method) ;
// System.Void NodeCanvas.DialogueTrees.DTNodeNested`1<NodeCanvas.DialogueTrees.DialogueTree>::set_currentInstance(T)
inline void DTNodeNested_1_set_currentInstance_m2DC99E0120F03FA52389D06E9D4715AF664859E7_inline (DTNodeNested_1_t9EFC287E2CAE1125AE5BF0554A491DE6003F4849* __this, DialogueTree_t2208AC38C45014AF5E0A41AD1E0DBB299BEB849D* ___0_value, const RuntimeMethod* method)
{
(( void (*) (DTNodeNested_1_t9EFC287E2CAE1125AE5BF0554A491DE6003F4849*, DialogueTree_t2208AC38C45014AF5E0A41AD1E0DBB299BEB849D*, const RuntimeMethod*))DTNodeNested_1_set_currentInstance_mD1FF65ECF13475C261B2533C25A6153E40307E43_gshared_inline)(__this, ___0_value, method);
}
// System.Void NodeCanvas.Framework.IGraphAssignableExtensions::TryWriteAndBindMappedVariables(NodeCanvas.Framework.IGraphAssignable)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IGraphAssignableExtensions_TryWriteAndBindMappedVariables_m043692D64E9C795AB22FE9CB34DF324F3311FAA0 (RuntimeObject* ___0_assignable, const RuntimeMethod* method) ;
// System.Void NodeCanvas.DialogueTrees.SubDialogueTree::TryWriteMappedActorParameters()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SubDialogueTree_TryWriteMappedActorParameters_mCF66C9AD59317064D7D41EF64D2E0597B0720A2B (SubDialogueTree_tE9BE9A49B4CCDAD8215F9C011DF69F9E3E5AE735* __this, const RuntimeMethod* method) ;
// T NodeCanvas.DialogueTrees.DTNodeNested`1<NodeCanvas.DialogueTrees.DialogueTree>::get_currentInstance()
inline DialogueTree_t2208AC38C45014AF5E0A41AD1E0DBB299BEB849D* DTNodeNested_1_get_currentInstance_mACC87CB963B5964FE0E160D56758733307018F62_inline (DTNodeNested_1_t9EFC287E2CAE1125AE5BF0554A491DE6003F4849* __this, const RuntimeMethod* method)
{
return (( DialogueTree_t2208AC38C45014AF5E0A41AD1E0DBB299BEB849D* (*) (DTNodeNested_1_t9EFC287E2CAE1125AE5BF0554A491DE6003F4849*, const RuntimeMethod*))DTNodeNested_1_get_currentInstance_m326493D522222570933A78BDD6C54DC744413183_gshared_inline)(__this, method);
}
// System.Void System.Action`1<System.Boolean>::.ctor(System.Object,System.IntPtr)
inline void Action_1__ctor_mA8C3AC97D1F076EA5D1D0C10CEE6BD3E94711501 (Action_1_t10DCB0C07D0D3C565CEACADC80D1152B35A45F6C* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
{
(( void (*) (Action_1_t10DCB0C07D0D3C565CEACADC80D1152B35A45F6C*, RuntimeObject*, intptr_t, const RuntimeMethod*))Action_1__ctor_mA8C3AC97D1F076EA5D1D0C10CEE6BD3E94711501_gshared)(__this, ___0_object, ___1_method, method);
}
// System.Void NodeCanvas.Framework.IGraphAssignableExtensions::TryReadAndUnbindMappedVariables(NodeCanvas.Framework.IGraphAssignable)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IGraphAssignableExtensions_TryReadAndUnbindMappedVariables_m3F11676FA50F6A5E38E8962ACF0B050C4AE2E9C6 (RuntimeObject* ___0_assignable, const RuntimeMethod* method) ;
// System.Single NodeCanvas.Framework.Graph::get_deltaTime()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Graph_get_deltaTime_mE54EE3C1B054C11AF60C7F4785F96DFF6BC3B6FC_inline (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, const RuntimeMethod* method) ;
// System.Void NodeCanvas.Framework.Graph::UpdateGraph(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Graph_UpdateGraph_m8CE1931B8D3276FE54102A8BA479FDECF366AAF7 (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, float ___0_deltaTime, const RuntimeMethod* method) ;
// System.Collections.Generic.Dictionary`2/Enumerator<TKey,TValue> System.Collections.Generic.Dictionary`2<System.String,System.String>::GetEnumerator()
inline Enumerator_t173E7BE1F35CA448C7E0EE77345C9E0EC0206562 Dictionary_2_GetEnumerator_m46EC45F42CA2279D83568CD3F216AAABA8E749F6 (Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* __this, const RuntimeMethod* method)
{
return (( Enumerator_t173E7BE1F35CA448C7E0EE77345C9E0EC0206562 (*) (Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83*, const RuntimeMethod*))Dictionary_2_GetEnumerator_m52AB12790B0B9B46B1DFB1F861C9DBEAB07C1FDA_gshared)(__this, method);
}
// System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.String,System.String>::Dispose()
inline void Enumerator_Dispose_m068DDFF5CAFBB15C8A0602DEADA7F10C5BB7ADCD (Enumerator_t173E7BE1F35CA448C7E0EE77345C9E0EC0206562* __this, const RuntimeMethod* method)
{
(( void (*) (Enumerator_t173E7BE1F35CA448C7E0EE77345C9E0EC0206562*, const RuntimeMethod*))Enumerator_Dispose_mEA5E01B81EB943B7003D87CEC1B6040524F0402C_gshared)(__this, method);
}
// System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2/Enumerator<System.String,System.String>::get_Current()
inline KeyValuePair_2_t47AB280304B50F542FD7E14F25DB2C374AEDD80A Enumerator_get_Current_m49070E88C2E34AB46E6292A3FB1C227576B8506E_inline (Enumerator_t173E7BE1F35CA448C7E0EE77345C9E0EC0206562* __this, const RuntimeMethod* method)
{
return (( KeyValuePair_2_t47AB280304B50F542FD7E14F25DB2C374AEDD80A (*) (Enumerator_t173E7BE1F35CA448C7E0EE77345C9E0EC0206562*, const RuntimeMethod*))Enumerator_get_Current_mE3475384B761E1C7971D3639BD09117FE8363422_gshared_inline)(__this, method);
}
// TKey System.Collections.Generic.KeyValuePair`2<System.String,System.String>::get_Key()
inline String_t* KeyValuePair_2_get_Key_m654BCCAE2F20CB11D8E8C2D2C886A0C8A13EB1C4_inline (KeyValuePair_2_t47AB280304B50F542FD7E14F25DB2C374AEDD80A* __this, const RuntimeMethod* method)
{
return (( String_t* (*) (KeyValuePair_2_t47AB280304B50F542FD7E14F25DB2C374AEDD80A*, const RuntimeMethod*))KeyValuePair_2_get_Key_mBD8EA7557C27E6956F2AF29DA3F7499B2F51A282_gshared_inline)(__this, method);
}
// TValue System.Collections.Generic.KeyValuePair`2<System.String,System.String>::get_Value()
inline String_t* KeyValuePair_2_get_Value_m7345512A32CB4DCAA0643050B18DC8DCD71B927A_inline (KeyValuePair_2_t47AB280304B50F542FD7E14F25DB2C374AEDD80A* __this, const RuntimeMethod* method)
{
return (( String_t* (*) (KeyValuePair_2_t47AB280304B50F542FD7E14F25DB2C374AEDD80A*, const RuntimeMethod*))KeyValuePair_2_get_Value_mC6BD8075F9C9DDEF7B4D731E5C38EC19103988E7_gshared_inline)(__this, method);
}
// NodeCanvas.DialogueTrees.IDialogueActor NodeCanvas.DialogueTrees.DialogueTree/ActorParameter::get_actor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ActorParameter_get_actor_m1CD8EEED18DE14E7902B53227D665E2A3CF8D030 (ActorParameter_t745744DE212B4E613AA3951A71B2338C23F06070* __this, const RuntimeMethod* method) ;
// System.Boolean System.Collections.Generic.Dictionary`2/Enumerator<System.String,System.String>::MoveNext()
inline bool Enumerator_MoveNext_mA93491D9B55547D066053F3BC0A69C635F877438 (Enumerator_t173E7BE1F35CA448C7E0EE77345C9E0EC0206562* __this, const RuntimeMethod* method)
{
return (( bool (*) (Enumerator_t173E7BE1F35CA448C7E0EE77345C9E0EC0206562*, const RuntimeMethod*))Enumerator_MoveNext_mCD4950A75FFADD54AF354D48C6C0DB0B5A22A5F4_gshared)(__this, method);
}
// System.Void NodeCanvas.DialogueTrees.DTNodeNested`1<NodeCanvas.DialogueTrees.DialogueTree>::.ctor()
inline void DTNodeNested_1__ctor_m039BF2AEAAEFC0705A1F713083BD064009CA05F5 (DTNodeNested_1_t9EFC287E2CAE1125AE5BF0554A491DE6003F4849* __this, const RuntimeMethod* method)
{
(( void (*) (DTNodeNested_1_t9EFC287E2CAE1125AE5BF0554A491DE6003F4849*, const RuntimeMethod*))DTNodeNested_1__ctor_mC98B000731904A25888D287FA5A08F3B3B2F4E13_gshared)(__this, 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) ;
// T UnityEngine.GameObject::AddComponent<UnityEngine.AudioSource>()
inline AudioSource_t871AC2272F896738252F04EE949AEF5B241D3299* GameObject_AddComponent_TisAudioSource_t871AC2272F896738252F04EE949AEF5B241D3299_m0E8EFDB9B3D8DF1ADE10C56D3168A9C1BA19BF14 (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* __this, const RuntimeMethod* method)
{
return (( AudioSource_t871AC2272F896738252F04EE949AEF5B241D3299* (*) (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F*, const RuntimeMethod*))GameObject_AddComponent_TisRuntimeObject_m69B93700FACCF372F5753371C6E8FB780800B824_gshared)(__this, method);
}
// System.Void NodeCanvas.DialogueTrees.UI.Examples.DialogueUGUI::Subscribe()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DialogueUGUI_Subscribe_mE5798BE60CEE88F59558E1A875287A688FEBEA7D (DialogueUGUI_t4C6218B4429FE06BE4FC8D201E691AA65A548A2F* __this, const RuntimeMethod* method) ;
// System.Void NodeCanvas.DialogueTrees.UI.Examples.DialogueUGUI::Hide()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DialogueUGUI_Hide_mDDFD628DA16FC64E1F7F89B65739FB5C255EDDE0 (DialogueUGUI_t4C6218B4429FE06BE4FC8D201E691AA65A548A2F* __this, const RuntimeMethod* method) ;
// System.Void NodeCanvas.DialogueTrees.UI.Examples.DialogueUGUI::UnSubscribe()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DialogueUGUI_UnSubscribe_mD0253A0EEE9ABA2A4652B16DEB98BE0B6A62BDCD (DialogueUGUI_t4C6218B4429FE06BE4FC8D201E691AA65A548A2F* __this, const RuntimeMethod* method) ;
// System.Void System.Action`1<NodeCanvas.DialogueTrees.DialogueTree>::.ctor(System.Object,System.IntPtr)
inline void Action_1__ctor_mB0A31AFF7728F61E4193A93EB9EE0D03F9B7EF39 (Action_1_t557315032B63D5326A1C491BEAC87A170078C76D* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
{
(( void (*) (Action_1_t557315032B63D5326A1C491BEAC87A170078C76D*, RuntimeObject*, intptr_t, const RuntimeMethod*))Action_1__ctor_m2E1DFA67718FC1A0B6E5DFEB78831FFE9C059EB4_gshared)(__this, ___0_object, ___1_method, method);
}
// System.Void NodeCanvas.DialogueTrees.DialogueTree::add_OnDialogueStarted(System.Action`1<NodeCanvas.DialogueTrees.DialogueTree>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DialogueTree_add_OnDialogueStarted_m5C3D6650FA343A092018DD060C3F431E5312A847 (Action_1_t557315032B63D5326A1C491BEAC87A170078C76D* ___0_value, const RuntimeMethod* method) ;
// System.Void NodeCanvas.DialogueTrees.DialogueTree::add_OnDialoguePaused(System.Action`1<NodeCanvas.DialogueTrees.DialogueTree>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DialogueTree_add_OnDialoguePaused_m9A3C7AB6194CB6F5DFFE9532C7CA41282F2974A7 (Action_1_t557315032B63D5326A1C491BEAC87A170078C76D* ___0_value, const RuntimeMethod* method) ;
// System.Void NodeCanvas.DialogueTrees.DialogueTree::add_OnDialogueFinished(System.Action`1<NodeCanvas.DialogueTrees.DialogueTree>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DialogueTree_add_OnDialogueFinished_mCCF3F597AD85F335B87D12CD032268B2CC128F69 (Action_1_t557315032B63D5326A1C491BEAC87A170078C76D* ___0_value, const RuntimeMethod* method) ;
// System.Void System.Action`1<NodeCanvas.DialogueTrees.SubtitlesRequestInfo>::.ctor(System.Object,System.IntPtr)
inline void Action_1__ctor_m419B0765BD9E3FFE5E5762978D18332AD8B193ED (Action_1_t38E648476E4C11187C38181270AB6CC6F85B513C* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
{
(( void (*) (Action_1_t38E648476E4C11187C38181270AB6CC6F85B513C*, RuntimeObject*, intptr_t, const RuntimeMethod*))Action_1__ctor_m2E1DFA67718FC1A0B6E5DFEB78831FFE9C059EB4_gshared)(__this, ___0_object, ___1_method, method);
}
// System.Void NodeCanvas.DialogueTrees.DialogueTree::add_OnSubtitlesRequest(System.Action`1<NodeCanvas.DialogueTrees.SubtitlesRequestInfo>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DialogueTree_add_OnSubtitlesRequest_m5970B3779B69D91B010FFB15B61074EA675A3711 (Action_1_t38E648476E4C11187C38181270AB6CC6F85B513C* ___0_value, const RuntimeMethod* method) ;
// System.Void System.Action`1<NodeCanvas.DialogueTrees.MultipleChoiceRequestInfo>::.ctor(System.Object,System.IntPtr)
inline void Action_1__ctor_m37545648421A9113FCE52FDBD5B93672B4E3654E (Action_1_t36856BC818471D0E8BAAFBDC88DB4073A1CC9029* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
{
(( void (*) (Action_1_t36856BC818471D0E8BAAFBDC88DB4073A1CC9029*, RuntimeObject*, intptr_t, const RuntimeMethod*))Action_1__ctor_m2E1DFA67718FC1A0B6E5DFEB78831FFE9C059EB4_gshared)(__this, ___0_object, ___1_method, method);
}
// System.Void NodeCanvas.DialogueTrees.DialogueTree::add_OnMultipleChoiceRequest(System.Action`1<NodeCanvas.DialogueTrees.MultipleChoiceRequestInfo>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DialogueTree_add_OnMultipleChoiceRequest_mE0D7BB0DF8B6F8DF0AD1E62F637F340209B40F5A (Action_1_t36856BC818471D0E8BAAFBDC88DB4073A1CC9029* ___0_value, const RuntimeMethod* method) ;
// System.Void NodeCanvas.DialogueTrees.DialogueTree::remove_OnDialogueStarted(System.Action`1<NodeCanvas.DialogueTrees.DialogueTree>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DialogueTree_remove_OnDialogueStarted_m1F0F74B8772885DB3B6CE360862439355E5D5E9C (Action_1_t557315032B63D5326A1C491BEAC87A170078C76D* ___0_value, const RuntimeMethod* method) ;
// System.Void NodeCanvas.DialogueTrees.DialogueTree::remove_OnDialoguePaused(System.Action`1<NodeCanvas.DialogueTrees.DialogueTree>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DialogueTree_remove_OnDialoguePaused_mA541B9ADEDBCDDC304EAAA8C5D6BE4CB148DF176 (Action_1_t557315032B63D5326A1C491BEAC87A170078C76D* ___0_value, const RuntimeMethod* method) ;
// System.Void NodeCanvas.DialogueTrees.DialogueTree::remove_OnDialogueFinished(System.Action`1<NodeCanvas.DialogueTrees.DialogueTree>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DialogueTree_remove_OnDialogueFinished_mC87699E00BDBD496847032B98DD87C7370CB080E (Action_1_t557315032B63D5326A1C491BEAC87A170078C76D* ___0_value, const RuntimeMethod* method) ;
// System.Void NodeCanvas.DialogueTrees.DialogueTree::remove_OnSubtitlesRequest(System.Action`1<NodeCanvas.DialogueTrees.SubtitlesRequestInfo>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DialogueTree_remove_OnSubtitlesRequest_mBF9931B16BB5A5F9211AFC82F54CCC980DDF3071 (Action_1_t38E648476E4C11187C38181270AB6CC6F85B513C* ___0_value, const RuntimeMethod* method) ;
// System.Void NodeCanvas.DialogueTrees.DialogueTree::remove_OnMultipleChoiceRequest(System.Action`1<NodeCanvas.DialogueTrees.MultipleChoiceRequestInfo>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DialogueTree_remove_OnMultipleChoiceRequest_m703D54323AB12EF809929F2B486B37CB5EBE1F23 (Action_1_t36856BC818471D0E8BAAFBDC88DB4073A1CC9029* ___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) ;
// 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.Vector2 UnityEngine.Vector2::op_Implicit(UnityEngine.Vector3)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Vector2_op_Implicit_mE8EBEE9291F11BB02F062D6E000F4798968CBD96_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_v, const RuntimeMethod* method) ;
// System.Void UnityEngine.MonoBehaviour::StopAllCoroutines()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MonoBehaviour_StopAllCoroutines_m872033451D42013A99867D09337490017E9ED318 (MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.AudioSource::Stop()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AudioSource_Stop_m318F17F17A147C77FF6E0A5A7A6BE057DB90F537 (AudioSource_t871AC2272F896738252F04EE949AEF5B241D3299* __this, const RuntimeMethod* method) ;
// System.Collections.Generic.Dictionary`2/KeyCollection<TKey,TValue> System.Collections.Generic.Dictionary`2<UnityEngine.UI.Button,System.Int32>::get_Keys()
inline KeyCollection_t0AB782D331BEBA13EEC6CF4E133259BC153B7BEF* Dictionary_2_get_Keys_m2A138DE72EA72B2DE088BC33D6E86B1C15719DBB (Dictionary_2_t7859C6FFE6937629581727659DC7F88C3161A03C* __this, const RuntimeMethod* method)
{
return (( KeyCollection_t0AB782D331BEBA13EEC6CF4E133259BC153B7BEF* (*) (Dictionary_2_t7859C6FFE6937629581727659DC7F88C3161A03C*, const RuntimeMethod*))Dictionary_2_get_Keys_m241B452A1A7DDE3C7E10D446BE86FFD25EDD160E_gshared)(__this, method);
}
// System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<TKey,TValue> System.Collections.Generic.Dictionary`2/KeyCollection<UnityEngine.UI.Button,System.Int32>::GetEnumerator()
inline Enumerator_t7469DEDB667B9F0D0331B914393E07A721E5DCF3 KeyCollection_GetEnumerator_m5BF572FC18562E9D0622335A8B4C5A6F9CCF17A8 (KeyCollection_t0AB782D331BEBA13EEC6CF4E133259BC153B7BEF* __this, const RuntimeMethod* method)
{
return (( Enumerator_t7469DEDB667B9F0D0331B914393E07A721E5DCF3 (*) (KeyCollection_t0AB782D331BEBA13EEC6CF4E133259BC153B7BEF*, const RuntimeMethod*))KeyCollection_GetEnumerator_m7EB7A2C124E02BC3F297362CD18077ECA470C701_gshared)(__this, method);
}
// System.Void System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<UnityEngine.UI.Button,System.Int32>::Dispose()
inline void Enumerator_Dispose_m3A4FFF37EA7EE4FC26006E75647CC65B0E1B4115 (Enumerator_t7469DEDB667B9F0D0331B914393E07A721E5DCF3* __this, const RuntimeMethod* method)
{
(( void (*) (Enumerator_t7469DEDB667B9F0D0331B914393E07A721E5DCF3*, const RuntimeMethod*))Enumerator_Dispose_m89BC7CBCBE95AFF18628D483E4D0432D278A3841_gshared)(__this, method);
}
// TKey System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<UnityEngine.UI.Button,System.Int32>::get_Current()
inline Button_t6786514A57F7AFDEE5431112FEA0CAB24F5AE098* Enumerator_get_Current_mE9822515FFDC83D3F78B9BFCBE4B1E4E5A01D7C9_inline (Enumerator_t7469DEDB667B9F0D0331B914393E07A721E5DCF3* __this, const RuntimeMethod* method)
{
return (( Button_t6786514A57F7AFDEE5431112FEA0CAB24F5AE098* (*) (Enumerator_t7469DEDB667B9F0D0331B914393E07A721E5DCF3*, const RuntimeMethod*))Enumerator_get_Current_m3D1077E7359AFFD5D8B1E52C5E47BA67581D2413_gshared_inline)(__this, 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) ;
// System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<UnityEngine.UI.Button,System.Int32>::MoveNext()
inline bool Enumerator_MoveNext_mE2E2FF9AEB1E877BD94E26A94CDD0E4AE474660A (Enumerator_t7469DEDB667B9F0D0331B914393E07A721E5DCF3* __this, const RuntimeMethod* method)
{
return (( bool (*) (Enumerator_t7469DEDB667B9F0D0331B914393E07A721E5DCF3*, const RuntimeMethod*))Enumerator_MoveNext_m0C0DFC14DA1852E37FAA48930022510A6D9575F4_gshared)(__this, method);
}
// System.Collections.IEnumerator NodeCanvas.DialogueTrees.UI.Examples.DialogueUGUI::Internal_OnSubtitlesRequestInfo(NodeCanvas.DialogueTrees.SubtitlesRequestInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DialogueUGUI_Internal_OnSubtitlesRequestInfo_mD294022D7FBD7C6CC668A2C2E14B0C27F647C58C (DialogueUGUI_t4C6218B4429FE06BE4FC8D201E691AA65A548A2F* __this, SubtitlesRequestInfo_t41049B0554DE0A09F7EC7B4724FCE29A57DDF059* ___0_info, 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.Void NodeCanvas.DialogueTrees.UI.Examples.DialogueUGUI/<Internal_OnSubtitlesRequestInfo>d__29::.ctor(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CInternal_OnSubtitlesRequestInfoU3Ed__29__ctor_m54019100F6FB13FBD1A9AD24E0DA165CB4CD7B70 (U3CInternal_OnSubtitlesRequestInfoU3Ed__29_t7EF5E40D4011CEE1497015C86867A8CB940FDAA2* __this, int32_t ___0_U3CU3E1__state, const RuntimeMethod* method) ;
// System.Int32 System.Collections.Generic.List`1<UnityEngine.AudioClip>::get_Count()
inline int32_t List_1_get_Count_mD6AEFC7D3D92928AFB598DEEC68561D8A621CB8F_inline (List_1_t33C1B21871505CF0516B63C148CD83EDA452BB5F* __this, const RuntimeMethod* method)
{
return (( int32_t (*) (List_1_t33C1B21871505CF0516B63C148CD83EDA452BB5F*, const RuntimeMethod*))List_1_get_Count_m4407E4C389F22B8CEC282C15D56516658746C383_gshared_inline)(__this, 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) ;
// T System.Collections.Generic.List`1<UnityEngine.AudioClip>::get_Item(System.Int32)
inline AudioClip_t5D272C4EB4F2D3ED49F1C346DEA373CF6D585F20* List_1_get_Item_mCCE271ACC0B0DF33B9B7D509E4BE078661DECF53 (List_1_t33C1B21871505CF0516B63C148CD83EDA452BB5F* __this, int32_t ___0_index, const RuntimeMethod* method)
{
return (( AudioClip_t5D272C4EB4F2D3ED49F1C346DEA373CF6D585F20* (*) (List_1_t33C1B21871505CF0516B63C148CD83EDA452BB5F*, int32_t, const RuntimeMethod*))List_1_get_Item_m33561245D64798C2AB07584C0EC4F240E4839A38_gshared)(__this, ___0_index, method);
}
// UnityEngine.AudioSource NodeCanvas.DialogueTrees.UI.Examples.DialogueUGUI::get_localSource()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AudioSource_t871AC2272F896738252F04EE949AEF5B241D3299* DialogueUGUI_get_localSource_m7A015C5D81AD68ADCF5B6E3388F74A40865A6C8F (DialogueUGUI_t4C6218B4429FE06BE4FC8D201E691AA65A548A2F* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.AudioSource::PlayOneShot(UnityEngine.AudioClip,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AudioSource_PlayOneShot_mF6FE95C58996B38EF6E7F7482F95F5E15E0AB30B (AudioSource_t871AC2272F896738252F04EE949AEF5B241D3299* __this, AudioClip_t5D272C4EB4F2D3ED49F1C346DEA373CF6D585F20* ___0_clip, float ___1_volumeScale, const RuntimeMethod* method) ;
// System.Void NodeCanvas.DialogueTrees.UI.Examples.DialogueUGUI/<CheckInput>d__31::.ctor(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CCheckInputU3Ed__31__ctor_m95B00092C8C526F2262DB0EAA4A0E67EA75A1960 (U3CCheckInputU3Ed__31_tB4E587FFFEFD91E0F2CE0DC4AFE9607C26CBA63A* __this, int32_t ___0_U3CU3E1__state, const RuntimeMethod* method) ;
// System.Void NodeCanvas.DialogueTrees.UI.Examples.DialogueUGUI/<DelayPrint>d__32::.ctor(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CDelayPrintU3Ed__32__ctor_m52FB4EBAD23F32CEF16176C932BD292FF975AAA2 (U3CDelayPrintU3Ed__32_tB6B4CD55BB9F5836C38CFF9AC6D69BB4EC439AF9* __this, int32_t ___0_U3CU3E1__state, const RuntimeMethod* method) ;
// System.Void NodeCanvas.DialogueTrees.UI.Examples.DialogueUGUI/<>c__DisplayClass33_0::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass33_0__ctor_m388DF5052061935F9463DBB4FB5FD88B1DF3EEDD (U3CU3Ec__DisplayClass33_0_tAA84FC0D1AC93BBBE8AF1EF59B36F4AC18742D67* __this, const RuntimeMethod* method) ;
// T UnityEngine.Component::GetComponent<UnityEngine.RectTransform>()
inline RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* Component_GetComponent_TisRectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5_m0640480E7E38BB88B0D1F6AD59E697C8EE6AAFA4 (Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* __this, const RuntimeMethod* method)
{
return (( RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* (*) (Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3*, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_m7181F81CAEC2CF53F5D2BC79B7425C16E1F80D33_gshared)(__this, method);
}
// UnityEngine.Rect UnityEngine.RectTransform::get_rect()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D RectTransform_get_rect_mC82A60F8C3805ED9833508CCC233689641207488 (RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* __this, const RuntimeMethod* method) ;
// System.Single UnityEngine.Rect::get_height()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Rect_get_height_mE1AA6C6C725CCD2D317BD2157396D3CF7D47C9D8 (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* __this, const RuntimeMethod* method) ;
// UnityEngine.Vector2 UnityEngine.RectTransform::get_sizeDelta()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 RectTransform_get_sizeDelta_m822A8493F2035677384F1540A2E9E5ACE63010BB (RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* __this, const RuntimeMethod* method) ;
// System.Collections.Generic.Dictionary`2/ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2<NodeCanvas.DialogueTrees.IStatement,System.Int32>::get_Values()
inline ValueCollection_tF704C0D4A5547177303BA626A4DB7AAE5B0439EE* Dictionary_2_get_Values_m0C3BEC7A93858671ACB020962DE8DEF30FDC61CA (Dictionary_2_t9C903FF799FD3813218B3B666A8C845E79808B92* __this, const RuntimeMethod* method)
{
return (( ValueCollection_tF704C0D4A5547177303BA626A4DB7AAE5B0439EE* (*) (Dictionary_2_t9C903FF799FD3813218B3B666A8C845E79808B92*, const RuntimeMethod*))Dictionary_2_get_Values_mD1C189E698AD5895BB08AFA5C2A6905A4E1B0A66_gshared)(__this, method);
}
// System.Int32 System.Collections.Generic.Dictionary`2/ValueCollection<NodeCanvas.DialogueTrees.IStatement,System.Int32>::get_Count()
inline int32_t ValueCollection_get_Count_mA844B21C9FE14D42A6B051896FB2D87E69C43F0C (ValueCollection_tF704C0D4A5547177303BA626A4DB7AAE5B0439EE* __this, const RuntimeMethod* method)
{
return (( int32_t (*) (ValueCollection_tF704C0D4A5547177303BA626A4DB7AAE5B0439EE*, const RuntimeMethod*))ValueCollection_get_Count_m8CC9A32954D1ECB383F5AED70CBFB8B87DE92A9F_gshared)(__this, method);
}
// System.Void UnityEngine.Vector2::.ctor(System.Single,System.Single)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* __this, float ___0_x, float ___1_y, const RuntimeMethod* method) ;
// System.Void UnityEngine.RectTransform::set_sizeDelta(UnityEngine.Vector2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RectTransform_set_sizeDelta_mC9A980EA6036E6725EF24CEDF3EE80A9B2B50EE5 (RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* __this, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___0_value, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.Dictionary`2<UnityEngine.UI.Button,System.Int32>::.ctor()
inline void Dictionary_2__ctor_mFCECED34908DCEEA0315D7D85A742A8D088032DD (Dictionary_2_t7859C6FFE6937629581727659DC7F88C3161A03C* __this, const RuntimeMethod* method)
{
(( void (*) (Dictionary_2_t7859C6FFE6937629581727659DC7F88C3161A03C*, const RuntimeMethod*))Dictionary_2__ctor_m517E7F9D104FEAE6646EABDDC9C852510E86077C_gshared)(__this, method);
}
// System.Collections.Generic.Dictionary`2/Enumerator<TKey,TValue> System.Collections.Generic.Dictionary`2<NodeCanvas.DialogueTrees.IStatement,System.Int32>::GetEnumerator()
inline Enumerator_t72F4B81C6FDB4900EA048A2FF4B6CBE1ED949B86 Dictionary_2_GetEnumerator_m75A3923AD9ADA682812104CBD7E0171E142DED70 (Dictionary_2_t9C903FF799FD3813218B3B666A8C845E79808B92* __this, const RuntimeMethod* method)
{
return (( Enumerator_t72F4B81C6FDB4900EA048A2FF4B6CBE1ED949B86 (*) (Dictionary_2_t9C903FF799FD3813218B3B666A8C845E79808B92*, const RuntimeMethod*))Dictionary_2_GetEnumerator_mC54C8649C774363946FC6B7F1562CDE5D2550063_gshared)(__this, method);
}
// System.Void System.Collections.Generic.Dictionary`2/Enumerator<NodeCanvas.DialogueTrees.IStatement,System.Int32>::Dispose()
inline void Enumerator_Dispose_m979D64605A4E2CC88BB57A04BC680FC4207EF9FD (Enumerator_t72F4B81C6FDB4900EA048A2FF4B6CBE1ED949B86* __this, const RuntimeMethod* method)
{
(( void (*) (Enumerator_t72F4B81C6FDB4900EA048A2FF4B6CBE1ED949B86*, const RuntimeMethod*))Enumerator_Dispose_mB9BB64C4AD7D16F4B6EEE81234821DCB79906129_gshared)(__this, method);
}
// System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2/Enumerator<NodeCanvas.DialogueTrees.IStatement,System.Int32>::get_Current()
inline KeyValuePair_2_tAB74FD390C54C58DC84D7481D237FD528560C6CF Enumerator_get_Current_m42239CD7DA9D99742251CBADF6ED200B70BB3ECC_inline (Enumerator_t72F4B81C6FDB4900EA048A2FF4B6CBE1ED949B86* __this, const RuntimeMethod* method)
{
return (( KeyValuePair_2_tAB74FD390C54C58DC84D7481D237FD528560C6CF (*) (Enumerator_t72F4B81C6FDB4900EA048A2FF4B6CBE1ED949B86*, const RuntimeMethod*))Enumerator_get_Current_mBE91823E27777785B42DB31E7A8E63EB596453D1_gshared_inline)(__this, method);
}
// System.Void NodeCanvas.DialogueTrees.UI.Examples.DialogueUGUI/<>c__DisplayClass33_1::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass33_1__ctor_m7B27ECE544415ED2B282295BCED5600E14A043E1 (U3CU3Ec__DisplayClass33_1_t1CD9B0D9930DC89E4F5443CBC6FEDCC998AE937C* __this, const RuntimeMethod* method) ;
// T UnityEngine.Object::Instantiate<UnityEngine.UI.Button>(T)
inline Button_t6786514A57F7AFDEE5431112FEA0CAB24F5AE098* Object_Instantiate_TisButton_t6786514A57F7AFDEE5431112FEA0CAB24F5AE098_m6699524C00C6758053CF86F067C28FC28669B016 (Button_t6786514A57F7AFDEE5431112FEA0CAB24F5AE098* ___0_original, const RuntimeMethod* method)
{
return (( Button_t6786514A57F7AFDEE5431112FEA0CAB24F5AE098* (*) (Button_t6786514A57F7AFDEE5431112FEA0CAB24F5AE098*, const RuntimeMethod*))Object_Instantiate_TisRuntimeObject_m90A1E6C4C2B445D2E848DB75C772D1B95AAC046A_gshared)(___0_original, method);
}
// System.Void UnityEngine.Transform::SetParent(UnityEngine.Transform,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transform_SetParent_m9BDD7B7476714B2D7919B10BDC22CE75C0A0A195 (Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* __this, Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___0_parent, bool ___1_worldPositionStays, 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) ;
// 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_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) ;
// 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) ;
// T UnityEngine.Component::GetComponentInChildren<UnityEngine.UI.Text>()
inline Text_tD60B2346DAA6666BF0D822FF607F0B220C2B9E62* Component_GetComponentInChildren_TisText_tD60B2346DAA6666BF0D822FF607F0B220C2B9E62_m1D5533D50D961602AC2CD364E03388FFE2985259 (Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* __this, const RuntimeMethod* method)
{
return (( Text_tD60B2346DAA6666BF0D822FF607F0B220C2B9E62* (*) (Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3*, const RuntimeMethod*))Component_GetComponentInChildren_TisRuntimeObject_mE483A27E876DE8E4E6901D6814837F81D7C42F65_gshared)(__this, method);
}
// TKey System.Collections.Generic.KeyValuePair`2<NodeCanvas.DialogueTrees.IStatement,System.Int32>::get_Key()
inline RuntimeObject* KeyValuePair_2_get_Key_m12814E6441E974C6451F839D9FD4648A055584B5_inline (KeyValuePair_2_tAB74FD390C54C58DC84D7481D237FD528560C6CF* __this, const RuntimeMethod* method)
{
return (( RuntimeObject* (*) (KeyValuePair_2_tAB74FD390C54C58DC84D7481D237FD528560C6CF*, const RuntimeMethod*))KeyValuePair_2_get_Key_mADC45FA05C759E6F88D7DADDFE0C0E1ADBB3E501_gshared_inline)(__this, method);
}
// TValue System.Collections.Generic.KeyValuePair`2<NodeCanvas.DialogueTrees.IStatement,System.Int32>::get_Value()
inline int32_t KeyValuePair_2_get_Value_mEC062270702259246675B222238FBA57753E6FB3_inline (KeyValuePair_2_tAB74FD390C54C58DC84D7481D237FD528560C6CF* __this, const RuntimeMethod* method)
{
return (( int32_t (*) (KeyValuePair_2_tAB74FD390C54C58DC84D7481D237FD528560C6CF*, const RuntimeMethod*))KeyValuePair_2_get_Value_m7A836D9634814B22DF33AD801EA10741ABFBDFE2_gshared_inline)(__this, method);
}
// System.Void System.Collections.Generic.Dictionary`2<UnityEngine.UI.Button,System.Int32>::Add(TKey,TValue)
inline void Dictionary_2_Add_mEF034895175177D2F179DC3B934BACF5BFE433C1 (Dictionary_2_t7859C6FFE6937629581727659DC7F88C3161A03C* __this, Button_t6786514A57F7AFDEE5431112FEA0CAB24F5AE098* ___0_key, int32_t ___1_value, const RuntimeMethod* method)
{
(( void (*) (Dictionary_2_t7859C6FFE6937629581727659DC7F88C3161A03C*, Button_t6786514A57F7AFDEE5431112FEA0CAB24F5AE098*, int32_t, const RuntimeMethod*))Dictionary_2_Add_m63897227AFA7035F1772315ABBBE7FD0A250E10C_gshared)(__this, ___0_key, ___1_value, method);
}
// UnityEngine.UI.Button/ButtonClickedEvent UnityEngine.UI.Button::get_onClick()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ButtonClickedEvent_t8EA72E90B3BD1392FB3B3EF167D5121C23569E4C* Button_get_onClick_m701712A7F7F000CC80D517C4510697E15722C35C_inline (Button_t6786514A57F7AFDEE5431112FEA0CAB24F5AE098* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.Events.UnityAction::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityAction__ctor_mC53E20D6B66E0D5688CD81B88DBB34F5A58B7131 (UnityAction_t11A1F3B953B365C072A5DCC32677EE1796A962A7* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) ;
// System.Void UnityEngine.Events.UnityEvent::AddListener(UnityEngine.Events.UnityAction)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEvent_AddListener_m8AA4287C16628486B41DA41CA5E7A856A706D302 (UnityEvent_tDC2C3548799DBC91D1E3F3DE60083A66F4751977* __this, UnityAction_t11A1F3B953B365C072A5DCC32677EE1796A962A7* ___0_call, const RuntimeMethod* method) ;
// System.Boolean System.Collections.Generic.Dictionary`2/Enumerator<NodeCanvas.DialogueTrees.IStatement,System.Int32>::MoveNext()
inline bool Enumerator_MoveNext_m415020727A784CA5D84E2273D562F67906F36803 (Enumerator_t72F4B81C6FDB4900EA048A2FF4B6CBE1ED949B86* __this, const RuntimeMethod* method)
{
return (( bool (*) (Enumerator_t72F4B81C6FDB4900EA048A2FF4B6CBE1ED949B86*, const RuntimeMethod*))Enumerator_MoveNext_mB7721D033ED3618FA663F4132B88BEAEA808B285_gshared)(__this, 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) ;
// System.Collections.IEnumerator NodeCanvas.DialogueTrees.UI.Examples.DialogueUGUI::CountDown(NodeCanvas.DialogueTrees.MultipleChoiceRequestInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DialogueUGUI_CountDown_m3FE4082AA36003BDA314BB04E26909E1AA9E6FAC (DialogueUGUI_t4C6218B4429FE06BE4FC8D201E691AA65A548A2F* __this, MultipleChoiceRequestInfo_t6345C3417C50A129FF51D0A36971E188D06B4180* ___0_info, const RuntimeMethod* method) ;
// System.Void NodeCanvas.DialogueTrees.UI.Examples.DialogueUGUI/<CountDown>d__34::.ctor(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CCountDownU3Ed__34__ctor_m6A57E5D234156057CF73FFA4090172153F79D60C (U3CCountDownU3Ed__34_tC07C14B62A83FD440A70180E58A53F35AC19E7C3* __this, int32_t ___0_U3CU3E1__state, const RuntimeMethod* method) ;
// System.Void NodeCanvas.DialogueTrees.UI.Examples.DialogueUGUI::SetMassAlpha(UnityEngine.RectTransform,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DialogueUGUI_SetMassAlpha_m29D3B15E0EF5863E10B66D385108CFC1AB645173 (DialogueUGUI_t4C6218B4429FE06BE4FC8D201E691AA65A548A2F* __this, RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* ___0_root, float ___1_alpha, const RuntimeMethod* method) ;
// UnityEngine.Vector3 UnityEngine.Vector2::op_Implicit(UnityEngine.Vector2)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Vector2_op_Implicit_m6D9CABB2C791A192867D7A4559D132BE86DD3EB7_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___0_v, const RuntimeMethod* method) ;
// System.Void System.Action`1<System.Int32>::Invoke(T)
inline void Action_1_Invoke_mAC3C34BA1905AB5B79E483CD9BB082B7D667F703_inline (Action_1_tD69A6DC9FBE94131E52F5A73B2A9D4AB51EEC404* __this, int32_t ___0_obj, const RuntimeMethod* method)
{
(( void (*) (Action_1_tD69A6DC9FBE94131E52F5A73B2A9D4AB51EEC404*, int32_t, const RuntimeMethod*))Action_1_Invoke_mAC3C34BA1905AB5B79E483CD9BB082B7D667F703_gshared_inline)(__this, ___0_obj, method);
}
// T[] UnityEngine.Component::GetComponentsInChildren<UnityEngine.CanvasRenderer>()
inline CanvasRendererU5BU5D_tAAF6CAAF608275E84ADC0A71526D37398F38F4C3* Component_GetComponentsInChildren_TisCanvasRenderer_tAB9A55A976C4E3B2B37D0CE5616E5685A8B43860_mD0A33013540D5007D604FF83625F337395C55443 (Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* __this, const RuntimeMethod* method)
{
return (( CanvasRendererU5BU5D_tAAF6CAAF608275E84ADC0A71526D37398F38F4C3* (*) (Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3*, const RuntimeMethod*))Component_GetComponentsInChildren_TisRuntimeObject_m1F5B6FC0689B07D4FAAC0C605D9B2933A9B32543_gshared)(__this, method);
}
// System.Void UnityEngine.CanvasRenderer::SetAlpha(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CanvasRenderer_SetAlpha_m97E196A1CC718DE16300954D25B4125952D7632C (CanvasRenderer_tAB9A55A976C4E3B2B37D0CE5616E5685A8B43860* __this, float ___0_alpha, const RuntimeMethod* method) ;
// System.Void NodeCanvas.DialogueTrees.UI.Examples.DialogueUGUI/SubtitleDelays::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SubtitleDelays__ctor_m00B73E21E34483D796C133AC3EAA4BC81759F617 (SubtitleDelays_t77B1D49BE02D362170F222FF7F022241F0286AD5* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.MonoBehaviour::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MonoBehaviour__ctor_m592DB0105CA0BC97AA1C5F4AD27B12D68A3B7C1E (MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.UI.Image::set_sprite(UnityEngine.Sprite)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Image_set_sprite_mC0C248340BA27AAEE56855A3FAFA0D8CA12956DE (Image_tBC1D03F63BF71132E9A5E472B8742F172A011E7E* __this, Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* ___0_value, const RuntimeMethod* method) ;
// T UnityEngine.Component::GetComponent<UnityEngine.AudioSource>()
inline AudioSource_t871AC2272F896738252F04EE949AEF5B241D3299* Component_GetComponent_TisAudioSource_t871AC2272F896738252F04EE949AEF5B241D3299_m42DA4DEA19EB60D80CBED7413ADEB27FA033C77B (Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* __this, const RuntimeMethod* method)
{
return (( AudioSource_t871AC2272F896738252F04EE949AEF5B241D3299* (*) (Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3*, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_m7181F81CAEC2CF53F5D2BC79B7425C16E1F80D33_gshared)(__this, method);
}
// System.Void UnityEngine.AudioSource::set_clip(UnityEngine.AudioClip)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AudioSource_set_clip_mFF441895E274286C88D9C75ED5CA1B1B39528D70 (AudioSource_t871AC2272F896738252F04EE949AEF5B241D3299* __this, AudioClip_t5D272C4EB4F2D3ED49F1C346DEA373CF6D585F20* ___0_value, const RuntimeMethod* method) ;
// System.Void UnityEngine.AudioSource::Play()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AudioSource_Play_m95DF07111C61D0E0F00257A00384D31531D590C3 (AudioSource_t871AC2272F896738252F04EE949AEF5B241D3299* __this, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.Input::get_anyKeyDown()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Input_get_anyKeyDown_m9B8D98B5574A2AA63CEED98FBF0E2A1D946BCA71 (const RuntimeMethod* method) ;
// System.Single UnityEngine.Time::get_deltaTime()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Time_get_deltaTime_mC3195000401F0FD167DD2F948FD2BC58330D0865 (const RuntimeMethod* method) ;
// System.Single UnityEngine.AudioClip::get_length()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float AudioClip_get_length_m6102CB29AF65988797452E4D6E43D4788303873D (AudioClip_t5D272C4EB4F2D3ED49F1C346DEA373CF6D585F20* __this, const RuntimeMethod* method) ;
// System.Void NodeCanvas.DialogueTrees.UI.Examples.DialogueUGUI/<>c__DisplayClass29_0::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass29_0__ctor_mBAB3AB6EC8C571A314CFD597CBCAFC569B05336B (U3CU3Ec__DisplayClass29_0_tA26C5A9406B66649B1F14C6D22BFAF5E06792502* __this, const RuntimeMethod* method) ;
// System.Collections.IEnumerator NodeCanvas.DialogueTrees.UI.Examples.DialogueUGUI::CheckInput(System.Action)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DialogueUGUI_CheckInput_m11A8295CF5A86A79C03CECC33EA76F60410FEBC6 (DialogueUGUI_t4C6218B4429FE06BE4FC8D201E691AA65A548A2F* __this, Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___0_Do, 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.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.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.Collections.IEnumerator NodeCanvas.DialogueTrees.UI.Examples.DialogueUGUI::DelayPrint(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DialogueUGUI_DelayPrint_m543A6895782878643D180A60422CB5D9ED6DCFE9 (DialogueUGUI_t4C6218B4429FE06BE4FC8D201E691AA65A548A2F* __this, float ___0_time, const RuntimeMethod* method) ;
// System.Void NodeCanvas.DialogueTrees.UI.Examples.DialogueUGUI::PlayTypeSound()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DialogueUGUI_PlayTypeSound_mC17536F306684616D03E252D95DC37D72F0F4E4A (DialogueUGUI_t4C6218B4429FE06BE4FC8D201E691AA65A548A2F* __this, const RuntimeMethod* method) ;
// System.Int32 System.String::get_Length()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline (String_t* __this, const RuntimeMethod* method) ;
// TValue System.Collections.Generic.Dictionary`2<UnityEngine.UI.Button,System.Int32>::get_Item(TKey)
inline int32_t Dictionary_2_get_Item_mA4CADA9E1A81E28C0C77BBA530C56B8653D7F363 (Dictionary_2_t7859C6FFE6937629581727659DC7F88C3161A03C* __this, Button_t6786514A57F7AFDEE5431112FEA0CAB24F5AE098* ___0_key, const RuntimeMethod* method)
{
return (( int32_t (*) (Dictionary_2_t7859C6FFE6937629581727659DC7F88C3161A03C*, Button_t6786514A57F7AFDEE5431112FEA0CAB24F5AE098*, const RuntimeMethod*))Dictionary_2_get_Item_mA019F7A495B48EF2A6E5D36977DB3EA09A47ECDB_gshared)(__this, ___0_key, method);
}
// System.Void NodeCanvas.DialogueTrees.UI.Examples.DialogueUGUI::Finalize(NodeCanvas.DialogueTrees.MultipleChoiceRequestInfo,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DialogueUGUI_Finalize_mC5EF1D78AC40AAF5E835C13B3B14EF7AB6DC1448 (DialogueUGUI_t4C6218B4429FE06BE4FC8D201E691AA65A548A2F* __this, MultipleChoiceRequestInfo_t6345C3417C50A129FF51D0A36971E188D06B4180* ___0_info, int32_t ___1_index, 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) ;
// TSource System.Linq.Enumerable::Last<System.Int32>(System.Collections.Generic.IEnumerable`1<TSource>)
inline int32_t Enumerable_Last_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_mCFD5BA313EA72B18F61BD8C68803034882461219 (RuntimeObject* ___0_source, const RuntimeMethod* method)
{
return (( int32_t (*) (RuntimeObject*, const RuntimeMethod*))Enumerable_Last_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_mCFD5BA313EA72B18F61BD8C68803034882461219_gshared)(___0_source, method);
}
// System.Void NodeCanvas.BehaviourTrees.BehaviourTree/DerivedSerializationData::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerivedSerializationData__ctor_m2729C208B1523C894E2D34689BD4BE3100961350 (DerivedSerializationData_t63E848EBB6595E04C06376AC31B7E3DBE63A664B* __this, const RuntimeMethod* method) ;
// System.Delegate System.Delegate::Combine(System.Delegate,System.Delegate)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Delegate_t* Delegate_Combine_m1F725AEF318BE6F0426863490691A6F4606E7D00 (Delegate_t* ___0_a, Delegate_t* ___1_b, const RuntimeMethod* method) ;
// System.Delegate System.Delegate::Remove(System.Delegate,System.Delegate)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Delegate_t* Delegate_Remove_m8B7DD5661308FA972E23CA1CC3FC9CEB355504E3 (Delegate_t* ___0_source, Delegate_t* ___1_value, const RuntimeMethod* method) ;
// System.Void System.Action`2<NodeCanvas.BehaviourTrees.BehaviourTree,NodeCanvas.Framework.Status>::Invoke(T1,T2)
inline void Action_2_Invoke_m53B8B6A678D01E2AF67709BAF64FBD2E5EA5E446_inline (Action_2_tD92E64C609E4D43CA2F9F8575F6427A4D699707C* __this, BehaviourTree_t6AF4016EBA17F68BDB7FA2350CDD23D7D3629562* ___0_arg1, int32_t ___1_arg2, const RuntimeMethod* method)
{
(( void (*) (Action_2_tD92E64C609E4D43CA2F9F8575F6427A4D699707C*, BehaviourTree_t6AF4016EBA17F68BDB7FA2350CDD23D7D3629562*, int32_t, const RuntimeMethod*))Action_2_Invoke_m3BFB5987F7235AEF25980B76D635DBD5B56B0F7A_gshared_inline)(__this, ___0_arg1, ___1_arg2, method);
}
// NodeCanvas.Framework.Node NodeCanvas.Framework.Graph::get_primeNode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* Graph_get_primeNode_mD442F7DA2FE8A6F5210F97A2F7563C835B5BAFC1 (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, const RuntimeMethod* method) ;
// System.Void NodeCanvas.BehaviourTrees.BehaviourTree::set_rootStatus(NodeCanvas.Framework.Status)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BehaviourTree_set_rootStatus_m0DEA15F145A767FD304C8784D55B25813D40E800 (BehaviourTree_t6AF4016EBA17F68BDB7FA2350CDD23D7D3629562* __this, int32_t ___0_value, const RuntimeMethod* method) ;
// UnityEngine.Component NodeCanvas.Framework.Graph::get_agent()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* Graph_get_agent_m2AD941592E9694084A4A44F0F30A363E95295EA8_inline (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, const RuntimeMethod* 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) ;
// NodeCanvas.Framework.Status NodeCanvas.BehaviourTrees.BehaviourTree::Tick(UnityEngine.Component,NodeCanvas.Framework.IBlackboard)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BehaviourTree_Tick_m588B1145262D7345CE8AF3610FC4291CA8F03410 (BehaviourTree_t6AF4016EBA17F68BDB7FA2350CDD23D7D3629562* __this, Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* ___0_agent, RuntimeObject* ___1_blackboard, const RuntimeMethod* method) ;
// NodeCanvas.Framework.Status NodeCanvas.BehaviourTrees.BehaviourTree::get_rootStatus()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t BehaviourTree_get_rootStatus_m67188F404246DE36ED2C02D912C28C0F0CB7A8B1_inline (BehaviourTree_t6AF4016EBA17F68BDB7FA2350CDD23D7D3629562* __this, const RuntimeMethod* method) ;
// System.Void NodeCanvas.Framework.Node::Reset(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Node_Reset_mB3743E20EC14B3089E4F6273C4E5626F2EDD8F59 (Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* __this, bool ___0_recursively, const RuntimeMethod* method) ;
// NodeCanvas.Framework.Status NodeCanvas.Framework.Node::Execute(UnityEngine.Component,NodeCanvas.Framework.IBlackboard)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Node_Execute_m366460CDAE7045B3FC044ACB406C813F5484657E (Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* __this, Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* ___0_agent, RuntimeObject* ___1_blackboard, const RuntimeMethod* method) ;
// System.Void NodeCanvas.Framework.Graph::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Graph__ctor_m76DB709ADB4E1B0D9C2D310FA0D9DCB2A55464AF (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __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);
}
// System.Void NodeCanvas.Framework.GraphOwner::UpdateBehaviour()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GraphOwner_UpdateBehaviour_mC6F27858B6BA488C9DBC77FBC8101F2AFEF23911 (GraphOwner_t403B42955FE2A2C62A9578A7E1ED47FF1B39A37F* __this, const RuntimeMethod* method) ;
// System.Void NodeCanvas.Framework.GraphOwner`1<NodeCanvas.BehaviourTrees.BehaviourTree>::.ctor()
inline void GraphOwner_1__ctor_m3ADAD99196E1768B711CED99364AFEC531389D1C (GraphOwner_1_tED619ED704A45FE35458F8BA898E8ED33DD376E7* __this, const RuntimeMethod* method)
{
(( void (*) (GraphOwner_1_tED619ED704A45FE35458F8BA898E8ED33DD376E7*, const RuntimeMethod*))GraphOwner_1__ctor_m213D6C8189B6E8E96060543FDC1D7B3F06DCACC9_gshared)(__this, method);
}
// System.String System.String::ToUpper()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_ToUpper_m5F499BC30C2A5F5C96248B4C3D1A3B4694748B49 (String_t* __this, const RuntimeMethod* method) ;
// System.Void NodeCanvas.BehaviourTrees.BTNode::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BTNode__ctor_m65405669AC0B9F58C049B89D6E0B022F1295D6E0 (BTNode_t3FAAB6CF8FB7E4DD8001158EEF5E88FE5BB95DC2* __this, 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.Node NodeCanvas.Framework.Connection::get_targetNode()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* Connection_get_targetNode_m6497814C735802779A09743F85F194212C0606F2_inline (Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D* __this, const RuntimeMethod* method) ;
// NodeCanvas.Framework.ConditionTask NodeCanvas.BehaviourTrees.BinarySelector::get_condition()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ConditionTask_t518F9B03584F4835F78D6DE297CE36AED500BEE8* BinarySelector_get_condition_mBBA0C5A15302AA516433F3F5B3474EE70C63EDB4_inline (BinarySelector_tB810BEECE8F42A5E93D4C7CEC1EA8DE6192124D8* __this, const RuntimeMethod* method) ;
// System.Void NodeCanvas.BehaviourTrees.BinarySelector::set_condition(NodeCanvas.Framework.ConditionTask)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void BinarySelector_set_condition_mFB335F3444BAFD04623F2AA9B2490E2118395A21_inline (BinarySelector_tB810BEECE8F42A5E93D4C7CEC1EA8DE6192124D8* __this, ConditionTask_t518F9B03584F4835F78D6DE297CE36AED500BEE8* ___0_value, const RuntimeMethod* method) ;
// System.Void NodeCanvas.Framework.ConditionTask::Enable(UnityEngine.Component,NodeCanvas.Framework.IBlackboard)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConditionTask_Enable_mC5A417808CEE331400524564133FEF114F32EE9E (ConditionTask_t518F9B03584F4835F78D6DE297CE36AED500BEE8* __this, Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* ___0_agent, RuntimeObject* ___1_bb, const RuntimeMethod* method) ;
// System.Boolean NodeCanvas.Framework.ConditionTask::Check(UnityEngine.Component,NodeCanvas.Framework.IBlackboard)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ConditionTask_Check_m8A6E5B0DE6EC53B76A44FAE8041F781D1DBF6C2D (ConditionTask_t518F9B03584F4835F78D6DE297CE36AED500BEE8* __this, Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* ___0_agent, RuntimeObject* ___1_blackboard, const RuntimeMethod* method) ;
// System.Void NodeCanvas.Framework.Connection::Reset(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Connection_Reset_m1F1F0FCB268CE47503C3206CC1EAFE9FDD670CA7 (Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D* __this, bool ___0_recursively, 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) ;
// System.Void NodeCanvas.Framework.ConditionTask::Disable()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConditionTask_Disable_mAC528DA8075A9F90DE191E5F98720AE8BEB82371 (ConditionTask_t518F9B03584F4835F78D6DE297CE36AED500BEE8* __this, const RuntimeMethod* method) ;
// System.Void NodeCanvas.BehaviourTrees.FlipSelector::SendToBack(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FlipSelector_SendToBack_mA6BFC564929E2C32F63601F26E160260E7BD0864 (FlipSelector_t3673D2312F0CD717ECF3568D8208A7C5F292E830* __this, int32_t ___0_i, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<NodeCanvas.Framework.Connection>::RemoveAt(System.Int32)
inline void List_1_RemoveAt_m5F566974994A835D6CB741C6248043F4FAEC6BC2 (List_1_t619EB3258C7F1EBD15A485EA09888BE9FC87AC7E* __this, int32_t ___0_index, const RuntimeMethod* method)
{
(( void (*) (List_1_t619EB3258C7F1EBD15A485EA09888BE9FC87AC7E*, int32_t, const RuntimeMethod*))List_1_RemoveAt_m54F62297ADEE4D4FDA697F49ED807BF901201B54_gshared)(__this, ___0_index, method);
}
// System.Void System.Collections.Generic.List`1<NodeCanvas.Framework.Connection>::Add(T)
inline void List_1_Add_m61EC81C4B824240F4307B7B97150D58D672FBB35_inline (List_1_t619EB3258C7F1EBD15A485EA09888BE9FC87AC7E* __this, Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D* ___0_item, const RuntimeMethod* method)
{
(( void (*) (List_1_t619EB3258C7F1EBD15A485EA09888BE9FC87AC7E*, Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D*, const RuntimeMethod*))List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_gshared_inline)(__this, ___0_item, method);
}
// System.Void NodeCanvas.BehaviourTrees.BTComposite::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BTComposite__ctor_m0F7DB9DB34356D971F4060803A246C993453462F (BTComposite_tD241F7AA32145DEDFDAF52FC23BB7DD42D5587A5* __this, const RuntimeMethod* method) ;
// NodeCanvas.Framework.Status NodeCanvas.Framework.Connection::get_status()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Connection_get_status_m399EC796A0B8161F43CC4FBC11D10D2A5E5B7037_inline (Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D* __this, const RuntimeMethod* method) ;
// System.Void NodeCanvas.BehaviourTrees.Parallel::ResetRunning()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Parallel_ResetRunning_m4C81B3B48A8FD9F6C6448C590B04A3512695FC4A (Parallel_tFF2E592C1B4CB7C36E820E10B87F13EDA0B1A2E6* __this, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<NodeCanvas.BehaviourTrees.PrioritySelector/Desire>::.ctor()
inline void List_1__ctor_m42339EAF04AC09E9D56BD01343F3CD70EED8E9E1 (List_1_tCB242480CD0029CF04AE7D19D2797B6A0ED4F360* __this, const RuntimeMethod* method)
{
(( void (*) (List_1_tCB242480CD0029CF04AE7D19D2797B6A0ED4F360*, const RuntimeMethod*))List_1__ctor_m7F078BB342729BDF11327FD89D7872265328F690_gshared)(__this, method);
}
// System.Collections.Generic.List`1/Enumerator<T> System.Collections.Generic.List`1<NodeCanvas.Framework.BBParameter`1<System.Single>>::GetEnumerator()
inline Enumerator_tD15EEE3AAF977EF68284309E71597AE34FC96EAC List_1_GetEnumerator_mC73893ABFB714A5497259C0EEC2F42F55FC67A2E (List_1_t6E1C3C361234D5B22FE1A015A8E75DBBA982A1D5* __this, const RuntimeMethod* method)
{
return (( Enumerator_tD15EEE3AAF977EF68284309E71597AE34FC96EAC (*) (List_1_t6E1C3C361234D5B22FE1A015A8E75DBBA982A1D5*, const RuntimeMethod*))List_1_GetEnumerator_mD8294A7FA2BEB1929487127D476F8EC1CDC23BFC_gshared)(__this, method);
}
// System.Void System.Collections.Generic.List`1/Enumerator<NodeCanvas.Framework.BBParameter`1<System.Single>>::Dispose()
inline void Enumerator_Dispose_m426A5215DA5CA4CCB7678F8CE7CF9E8D1C11EC2B (Enumerator_tD15EEE3AAF977EF68284309E71597AE34FC96EAC* __this, const RuntimeMethod* method)
{
(( void (*) (Enumerator_tD15EEE3AAF977EF68284309E71597AE34FC96EAC*, const RuntimeMethod*))Enumerator_Dispose_mD9DC3E3C3697830A4823047AB29A77DBBB5ED419_gshared)(__this, method);
}
// T System.Collections.Generic.List`1/Enumerator<NodeCanvas.Framework.BBParameter`1<System.Single>>::get_Current()
inline BBParameter_1_tBF43B031C046DDE9CC5360F10411F13194CA4A9F* Enumerator_get_Current_m8CA84668C3B331BF83C365E97DB693C198FEE8DE_inline (Enumerator_tD15EEE3AAF977EF68284309E71597AE34FC96EAC* __this, const RuntimeMethod* method)
{
return (( BBParameter_1_tBF43B031C046DDE9CC5360F10411F13194CA4A9F* (*) (Enumerator_tD15EEE3AAF977EF68284309E71597AE34FC96EAC*, const RuntimeMethod*))Enumerator_get_Current_m6330F15D18EE4F547C05DF9BF83C5EB710376027_gshared_inline)(__this, method);
}
// System.Void NodeCanvas.BehaviourTrees.PrioritySelector/Desire::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Desire__ctor_m358723E6D6A132B0B4CD2192C1BEA2E09F1A0743 (Desire_t9BC760ADBFA7ABE86EB6268DD8BF4F270DAFE221* __this, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<NodeCanvas.BehaviourTrees.PrioritySelector/Desire>::Add(T)
inline void List_1_Add_m71913DD5458A79948A953B78C5E37C4D2F054A9B_inline (List_1_tCB242480CD0029CF04AE7D19D2797B6A0ED4F360* __this, Desire_t9BC760ADBFA7ABE86EB6268DD8BF4F270DAFE221* ___0_item, const RuntimeMethod* method)
{
(( void (*) (List_1_tCB242480CD0029CF04AE7D19D2797B6A0ED4F360*, Desire_t9BC760ADBFA7ABE86EB6268DD8BF4F270DAFE221*, const RuntimeMethod*))List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_gshared_inline)(__this, ___0_item, method);
}
// NodeCanvas.BehaviourTrees.PrioritySelector/Consideration NodeCanvas.BehaviourTrees.PrioritySelector/Desire::AddConsideration(NodeCanvas.Framework.IBlackboard)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Consideration_t56F0F88BED35249A6491A5612F9F64D00CECD8DE* Desire_AddConsideration_m74BFE6CEB4011F7CD11E55F6607893FE7833C3A5 (Desire_t9BC760ADBFA7ABE86EB6268DD8BF4F270DAFE221* __this, RuntimeObject* ___0_bb, const RuntimeMethod* method) ;
// System.Boolean System.Collections.Generic.List`1/Enumerator<NodeCanvas.Framework.BBParameter`1<System.Single>>::MoveNext()
inline bool Enumerator_MoveNext_m4E5FB9617027873BC890AB02586645997351153F (Enumerator_tD15EEE3AAF977EF68284309E71597AE34FC96EAC* __this, const RuntimeMethod* method)
{
return (( bool (*) (Enumerator_tD15EEE3AAF977EF68284309E71597AE34FC96EAC*, const RuntimeMethod*))Enumerator_MoveNext_mE921CC8F29FBBDE7CC3209A0ED0D921D58D00BCB_gshared)(__this, method);
}
// System.Int32 System.Collections.Generic.List`1<NodeCanvas.BehaviourTrees.PrioritySelector/Desire>::get_Count()
inline int32_t List_1_get_Count_mA6436C4DE52EAB091B32909CDCB136CC3549123C_inline (List_1_tCB242480CD0029CF04AE7D19D2797B6A0ED4F360* __this, const RuntimeMethod* method)
{
return (( int32_t (*) (List_1_tCB242480CD0029CF04AE7D19D2797B6A0ED4F360*, const RuntimeMethod*))List_1_get_Count_m4407E4C389F22B8CEC282C15D56516658746C383_gshared_inline)(__this, method);
}
// System.Void System.Collections.Generic.List`1<NodeCanvas.BehaviourTrees.PrioritySelector/Desire>::Insert(System.Int32,T)
inline void List_1_Insert_m4E0FDEBFF8973B2169B1F6F74102118578026E0E (List_1_tCB242480CD0029CF04AE7D19D2797B6A0ED4F360* __this, int32_t ___0_index, Desire_t9BC760ADBFA7ABE86EB6268DD8BF4F270DAFE221* ___1_item, const RuntimeMethod* method)
{
(( void (*) (List_1_tCB242480CD0029CF04AE7D19D2797B6A0ED4F360*, int32_t, Desire_t9BC760ADBFA7ABE86EB6268DD8BF4F270DAFE221*, const RuntimeMethod*))List_1_Insert_m9C9559248941FED50561DB029D55DF08DEF3B094_gshared)(__this, ___0_index, ___1_item, method);
}
// System.Void System.Collections.Generic.List`1<NodeCanvas.BehaviourTrees.PrioritySelector/Desire>::RemoveAt(System.Int32)
inline void List_1_RemoveAt_m00E7306409235A29BAEEAF9957ACBCFDA8BA05C5 (List_1_tCB242480CD0029CF04AE7D19D2797B6A0ED4F360* __this, int32_t ___0_index, const RuntimeMethod* method)
{
(( void (*) (List_1_tCB242480CD0029CF04AE7D19D2797B6A0ED4F360*, int32_t, const RuntimeMethod*))List_1_RemoveAt_m54F62297ADEE4D4FDA697F49ED807BF901201B54_gshared)(__this, ___0_index, method);
}
// System.Void System.Func`2<NodeCanvas.Framework.Connection,System.Single>::.ctor(System.Object,System.IntPtr)
inline void Func_2__ctor_mA37F3231CB4A32CD37C5B210B5BB899C92BFAF5A (Func_2_tFA9A25A990F1A27B739D1E98198C704529EE576C* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
{
(( void (*) (Func_2_tFA9A25A990F1A27B739D1E98198C704529EE576C*, RuntimeObject*, intptr_t, const RuntimeMethod*))Func_2__ctor_m04EB988C3F849C1BE164FC6656C2281DF47EEAA7_gshared)(__this, ___0_object, ___1_method, method);
}
// System.Linq.IOrderedEnumerable`1<TSource> System.Linq.Enumerable::OrderBy<NodeCanvas.Framework.Connection,System.Single>(System.Collections.Generic.IEnumerable`1<TSource>,System.Func`2<TSource,TKey>)
inline RuntimeObject* Enumerable_OrderBy_TisConnection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_mF86C8C84FC42FE43C5E26D67C3C0AA73F6923917 (RuntimeObject* ___0_source, Func_2_tFA9A25A990F1A27B739D1E98198C704529EE576C* ___1_keySelector, const RuntimeMethod* method)
{
return (( RuntimeObject* (*) (RuntimeObject*, Func_2_tFA9A25A990F1A27B739D1E98198C704529EE576C*, const RuntimeMethod*))Enumerable_OrderBy_TisRuntimeObject_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_mB2315DD162DED6E65C9B440629954A1B156816CD_gshared)(___0_source, ___1_keySelector, method);
}
// TSource[] System.Linq.Enumerable::ToArray<NodeCanvas.Framework.Connection>(System.Collections.Generic.IEnumerable`1<TSource>)
inline ConnectionU5BU5D_t5D2C96F2326D52F4DF94410574A186770D62742D* Enumerable_ToArray_TisConnection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D_m2D562507FC0E9480B58E625BCF4CE9DC449BD82A (RuntimeObject* ___0_source, const RuntimeMethod* method)
{
return (( ConnectionU5BU5D_t5D2C96F2326D52F4DF94410574A186770D62742D* (*) (RuntimeObject*, const RuntimeMethod*))Enumerable_ToArray_TisRuntimeObject_mA54265C2C8A0864929ECD300B75E4952D553D17D_gshared)(___0_source, method);
}
// System.Int32 System.Collections.Generic.List`1<NodeCanvas.Framework.Connection>::IndexOf(T)
inline int32_t List_1_IndexOf_m9016DF4B8B91C027A818053D47F29E55078D2B42 (List_1_t619EB3258C7F1EBD15A485EA09888BE9FC87AC7E* __this, Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D* ___0_item, const RuntimeMethod* method)
{
return (( int32_t (*) (List_1_t619EB3258C7F1EBD15A485EA09888BE9FC87AC7E*, Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D*, const RuntimeMethod*))List_1_IndexOf_m378F61BA812B79DEE58D86FE8AA9F20E3FC7D85F_gshared)(__this, ___0_item, method);
}
// T System.Collections.Generic.List`1<NodeCanvas.BehaviourTrees.PrioritySelector/Desire>::get_Item(System.Int32)
inline Desire_t9BC760ADBFA7ABE86EB6268DD8BF4F270DAFE221* List_1_get_Item_m57C234D7D4453013BC4A169A42959B939BEBB3A9 (List_1_tCB242480CD0029CF04AE7D19D2797B6A0ED4F360* __this, int32_t ___0_index, const RuntimeMethod* method)
{
return (( Desire_t9BC760ADBFA7ABE86EB6268DD8BF4F270DAFE221* (*) (List_1_tCB242480CD0029CF04AE7D19D2797B6A0ED4F360*, int32_t, const RuntimeMethod*))List_1_get_Item_m33561245D64798C2AB07584C0EC4F240E4839A38_gshared)(__this, ___0_index, method);
}
// System.Single NodeCanvas.BehaviourTrees.PrioritySelector/Desire::GetCompoundUtility()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Desire_GetCompoundUtility_m38C7214CD195C535480C7A98B926AD2E9561358A (Desire_t9BC760ADBFA7ABE86EB6268DD8BF4F270DAFE221* __this, const RuntimeMethod* method) ;
// System.Void NodeCanvas.BehaviourTrees.PrioritySelector/Consideration::.ctor(NodeCanvas.Framework.IBlackboard)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Consideration__ctor_m211E4270CF042CCA5AB63609A8DE3745AFB1207D (Consideration_t56F0F88BED35249A6491A5612F9F64D00CECD8DE* __this, RuntimeObject* ___0_blackboard, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<NodeCanvas.BehaviourTrees.PrioritySelector/Consideration>::Add(T)
inline void List_1_Add_m82B443EA200E53FC88E1F17E27CA89E4CE9EB3BE_inline (List_1_tF88264E0E4A394FD0A1775D90BE5E1D8AF1FC6A9* __this, Consideration_t56F0F88BED35249A6491A5612F9F64D00CECD8DE* ___0_item, const RuntimeMethod* method)
{
(( void (*) (List_1_tF88264E0E4A394FD0A1775D90BE5E1D8AF1FC6A9*, Consideration_t56F0F88BED35249A6491A5612F9F64D00CECD8DE*, const RuntimeMethod*))List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_gshared_inline)(__this, ___0_item, method);
}
// System.Boolean System.Collections.Generic.List`1<NodeCanvas.BehaviourTrees.PrioritySelector/Consideration>::Remove(T)
inline bool List_1_Remove_mDE3476AFE4BAE1D7EA8ECFB18111421446DC371D (List_1_tF88264E0E4A394FD0A1775D90BE5E1D8AF1FC6A9* __this, Consideration_t56F0F88BED35249A6491A5612F9F64D00CECD8DE* ___0_item, const RuntimeMethod* method)
{
return (( bool (*) (List_1_tF88264E0E4A394FD0A1775D90BE5E1D8AF1FC6A9*, Consideration_t56F0F88BED35249A6491A5612F9F64D00CECD8DE*, const RuntimeMethod*))List_1_Remove_m4DFA48F4CEB9169601E75FC28517C5C06EFA5AD7_gshared)(__this, ___0_item, method);
}
// T System.Collections.Generic.List`1<NodeCanvas.BehaviourTrees.PrioritySelector/Consideration>::get_Item(System.Int32)
inline Consideration_t56F0F88BED35249A6491A5612F9F64D00CECD8DE* List_1_get_Item_mA70820FB2D2B708D8635E4F486DF8A61DD7C36E1 (List_1_tF88264E0E4A394FD0A1775D90BE5E1D8AF1FC6A9* __this, int32_t ___0_index, const RuntimeMethod* method)
{
return (( Consideration_t56F0F88BED35249A6491A5612F9F64D00CECD8DE* (*) (List_1_tF88264E0E4A394FD0A1775D90BE5E1D8AF1FC6A9*, int32_t, const RuntimeMethod*))List_1_get_Item_m33561245D64798C2AB07584C0EC4F240E4839A38_gshared)(__this, ___0_index, method);
}
// System.Single NodeCanvas.BehaviourTrees.PrioritySelector/Consideration::get_utility()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Consideration_get_utility_m6A9C26AB81D7B952786622E9354486CEA857F87F (Consideration_t56F0F88BED35249A6491A5612F9F64D00CECD8DE* __this, const RuntimeMethod* method) ;
// System.Int32 System.Collections.Generic.List`1<NodeCanvas.BehaviourTrees.PrioritySelector/Consideration>::get_Count()
inline int32_t List_1_get_Count_mA00A935F194A1A3A88B6279C46B14C7FD311D862_inline (List_1_tF88264E0E4A394FD0A1775D90BE5E1D8AF1FC6A9* __this, const RuntimeMethod* method)
{
return (( int32_t (*) (List_1_tF88264E0E4A394FD0A1775D90BE5E1D8AF1FC6A9*, const RuntimeMethod*))List_1_get_Count_m4407E4C389F22B8CEC282C15D56516658746C383_gshared_inline)(__this, method);
}
// System.Void System.Collections.Generic.List`1<NodeCanvas.BehaviourTrees.PrioritySelector/Consideration>::.ctor()
inline void List_1__ctor_m41DF615FC54D096A06662C64F94CC378F8D27186 (List_1_tF88264E0E4A394FD0A1775D90BE5E1D8AF1FC6A9* __this, const RuntimeMethod* method)
{
(( void (*) (List_1_tF88264E0E4A394FD0A1775D90BE5E1D8AF1FC6A9*, const RuntimeMethod*))List_1__ctor_m7F078BB342729BDF11327FD89D7872265328F690_gshared)(__this, method);
}
// T NodeCanvas.Framework.BBParameter`1<UnityEngine.AnimationCurve>::get_value()
inline AnimationCurve_tCBFFAAD05CEBB35EF8D8631BD99914BE1A6BB354* BBParameter_1_get_value_m3187A6059C150FC13A97670D721EEAB864B44576 (BBParameter_1_tCAC0C5F864E225E6286545A1DE9E85F36F9D9B1D* __this, const RuntimeMethod* method)
{
return (( AnimationCurve_tCBFFAAD05CEBB35EF8D8631BD99914BE1A6BB354* (*) (BBParameter_1_tCAC0C5F864E225E6286545A1DE9E85F36F9D9B1D*, const RuntimeMethod*))BBParameter_1_get_value_mD726F3B9C069F7F2EF7CB68934E87764BAD6967F_gshared)(__this, 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) ;
// System.Void NodeCanvas.Framework.BBParameter`1<UnityEngine.AnimationCurve>::.ctor()
inline void BBParameter_1__ctor_m7D9301160038EC9E6A92CE13DA5C18CBFFB59F9A (BBParameter_1_tCAC0C5F864E225E6286545A1DE9E85F36F9D9B1D* __this, const RuntimeMethod* method)
{
(( void (*) (BBParameter_1_tCAC0C5F864E225E6286545A1DE9E85F36F9D9B1D*, const RuntimeMethod*))BBParameter_1__ctor_m23ACE105F1B89032C13324FA5D4FA2E25833F733_gshared)(__this, method);
}
// System.Void System.Collections.Generic.List`1<NodeCanvas.Framework.BBParameter`1<System.Single>>::.ctor()
inline void List_1__ctor_mC73B3C8590A7D2A39859D0A8B455F8990EC1FB32 (List_1_t6E1C3C361234D5B22FE1A015A8E75DBBA982A1D5* __this, const RuntimeMethod* method)
{
(( void (*) (List_1_t6E1C3C361234D5B22FE1A015A8E75DBBA982A1D5*, const RuntimeMethod*))List_1__ctor_m7F078BB342729BDF11327FD89D7872265328F690_gshared)(__this, method);
}
// System.Int32 System.Collections.Generic.List`1<NodeCanvas.Framework.BBParameter`1<System.Single>>::get_Count()
inline int32_t List_1_get_Count_mF3ACF51E92B564C85540FFD4F33DDBB4F056D360_inline (List_1_t6E1C3C361234D5B22FE1A015A8E75DBBA982A1D5* __this, const RuntimeMethod* method)
{
return (( int32_t (*) (List_1_t6E1C3C361234D5B22FE1A015A8E75DBBA982A1D5*, const RuntimeMethod*))List_1_get_Count_m4407E4C389F22B8CEC282C15D56516658746C383_gshared_inline)(__this, method);
}
// System.Void System.Collections.Generic.List`1<NodeCanvas.Framework.BBParameter`1<System.Single>>::Insert(System.Int32,T)
inline void List_1_Insert_m3C6EAE9635A0A49E85DFFE713849893CF6227EB4 (List_1_t6E1C3C361234D5B22FE1A015A8E75DBBA982A1D5* __this, int32_t ___0_index, BBParameter_1_tBF43B031C046DDE9CC5360F10411F13194CA4A9F* ___1_item, const RuntimeMethod* method)
{
(( void (*) (List_1_t6E1C3C361234D5B22FE1A015A8E75DBBA982A1D5*, int32_t, BBParameter_1_tBF43B031C046DDE9CC5360F10411F13194CA4A9F*, const RuntimeMethod*))List_1_Insert_m9C9559248941FED50561DB029D55DF08DEF3B094_gshared)(__this, ___0_index, ___1_item, method);
}
// System.Void System.Collections.Generic.List`1<NodeCanvas.Framework.BBParameter`1<System.Single>>::RemoveAt(System.Int32)
inline void List_1_RemoveAt_m19FAA1244753BA0C0337F78092521D4C8E3A3ACC (List_1_t6E1C3C361234D5B22FE1A015A8E75DBBA982A1D5* __this, int32_t ___0_index, const RuntimeMethod* method)
{
(( void (*) (List_1_t6E1C3C361234D5B22FE1A015A8E75DBBA982A1D5*, int32_t, const RuntimeMethod*))List_1_RemoveAt_m54F62297ADEE4D4FDA697F49ED807BF901201B54_gshared)(__this, ___0_index, method);
}
// System.Single UnityEngine.Random::get_value()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Random_get_value_m2CEA87FADF5222EF9E13D32695F15E2BA282E24B (const RuntimeMethod* method) ;
// T System.Collections.Generic.List`1<NodeCanvas.Framework.BBParameter`1<System.Single>>::get_Item(System.Int32)
inline BBParameter_1_tBF43B031C046DDE9CC5360F10411F13194CA4A9F* List_1_get_Item_mAEC813ABF118B73ACA6E26F58358E96F1C24981F (List_1_t6E1C3C361234D5B22FE1A015A8E75DBBA982A1D5* __this, int32_t ___0_index, const RuntimeMethod* method)
{
return (( BBParameter_1_tBF43B031C046DDE9CC5360F10411F13194CA4A9F* (*) (List_1_t6E1C3C361234D5B22FE1A015A8E75DBBA982A1D5*, int32_t, const RuntimeMethod*))List_1_get_Item_m33561245D64798C2AB07584C0EC4F240E4839A38_gshared)(__this, ___0_index, method);
}
// System.Collections.Generic.List`1<T> ParadoxNotion.ObjectUtils::Shuffle<NodeCanvas.Framework.Connection>(System.Collections.Generic.List`1<T>)
inline List_1_t619EB3258C7F1EBD15A485EA09888BE9FC87AC7E* ObjectUtils_Shuffle_TisConnection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D_m9AFF3F89B2907335796C6E0D062C6EE8C98A7A0D (List_1_t619EB3258C7F1EBD15A485EA09888BE9FC87AC7E* ___0_list, const RuntimeMethod* method)
{
return (( List_1_t619EB3258C7F1EBD15A485EA09888BE9FC87AC7E* (*) (List_1_t619EB3258C7F1EBD15A485EA09888BE9FC87AC7E*, const RuntimeMethod*))ObjectUtils_Shuffle_TisRuntimeObject_m6A52705D0F7D70140FBE8D7FB789A2CB88658E16_gshared)(___0_list, method);
}
// System.Void NodeCanvas.Framework.Node::set_outConnections(System.Collections.Generic.List`1<NodeCanvas.Framework.Connection>)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Node_set_outConnections_mAAF992B6FDC0B594FD70670F099455F64148FCB6_inline (Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* __this, List_1_t619EB3258C7F1EBD15A485EA09888BE9FC87AC7E* ___0_value, const RuntimeMethod* method) ;
// T NodeCanvas.Framework.BBParameter`1<System.Object>::get_value()
inline RuntimeObject* BBParameter_1_get_value_mD726F3B9C069F7F2EF7CB68934E87764BAD6967F (BBParameter_1_tB46669698C0BE7BD6EFB9A7BE9458183044389E3* __this, const RuntimeMethod* method)
{
return (( RuntimeObject* (*) (BBParameter_1_tB46669698C0BE7BD6EFB9A7BE9458183044389E3*, const RuntimeMethod*))BBParameter_1_get_value_mD726F3B9C069F7F2EF7CB68934E87764BAD6967F_gshared)(__this, method);
}
// System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Int32>::.ctor()
inline void Dictionary_2__ctor_m712893C2C48C47CCAFAD85A865C702E8D3D2B71F (Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180* __this, const RuntimeMethod* method)
{
(( void (*) (Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180*, const RuntimeMethod*))Dictionary_2__ctor_m712893C2C48C47CCAFAD85A865C702E8D3D2B71F_gshared)(__this, method);
}
// System.Type System.Object::GetType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3 (RuntimeObject* __this, const RuntimeMethod* method) ;
// System.Array System.Enum::GetValues(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeArray* Enum_GetValues_m803B9D68C367FAABC5AFB6B5B52775C8A573CEF9 (Type_t* ___0_enumType, const RuntimeMethod* method) ;
// System.Object System.Array::GetValue(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Array_GetValue_m007D247B8A6FE5BD60FD1CD510A714A416F2BA21 (RuntimeArray* __this, int32_t ___0_index, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Int32>::set_Item(TKey,TValue)
inline void Dictionary_2_set_Item_m420CFC153320557E6823B06767710D1E636E5BDF (Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180* __this, int32_t ___0_key, int32_t ___1_value, const RuntimeMethod* method)
{
(( void (*) (Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180*, int32_t, int32_t, const RuntimeMethod*))Dictionary_2_set_Item_m420CFC153320557E6823B06767710D1E636E5BDF_gshared)(__this, ___0_key, ___1_value, method);
}
// System.Int32 System.Array::get_Length()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Array_get_Length_m361285FB7CF44045DC369834D1CD01F72F94EF57 (RuntimeArray* __this, const RuntimeMethod* method) ;
// T NodeCanvas.Framework.BBParameter`1<System.Int32>::get_value()
inline int32_t BBParameter_1_get_value_mA77627D8FDE1056733CB2185B27466805C7E9A0B (BBParameter_1_t0CED53FC373D2A18BE910895E6A74B0C7E89E10E* __this, const RuntimeMethod* method)
{
return (( int32_t (*) (BBParameter_1_t0CED53FC373D2A18BE910895E6A74B0C7E89E10E*, const RuntimeMethod*))BBParameter_1_get_value_mA77627D8FDE1056733CB2185B27466805C7E9A0B_gshared)(__this, method);
}
// System.Int32 UnityEngine.Mathf::Abs(System.Int32)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Mathf_Abs_mD945EDDEA0D62D21BFDBAB7B1C0F18DFF1CEC905_inline (int32_t ___0_value, const RuntimeMethod* method) ;
// TValue System.Collections.Generic.Dictionary`2<System.Int32,System.Int32>::get_Item(TKey)
inline int32_t Dictionary_2_get_Item_m8B87B804DF06D6420B1DCE028675738AA8F3310F (Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180* __this, int32_t ___0_key, const RuntimeMethod* method)
{
return (( int32_t (*) (Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180*, int32_t, const RuntimeMethod*))Dictionary_2_get_Item_m8B87B804DF06D6420B1DCE028675738AA8F3310F_gshared)(__this, ___0_key, method);
}
// System.Void NodeCanvas.Framework.Internal.BBObjectParameter::.ctor(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BBObjectParameter__ctor_m8DFEB9126CBE3F3BFC1422D079ED6C227765CD2E (BBObjectParameter_tA102F2723AE6019732064DBB03A3EB936A906795* __this, Type_t* ___0_t, const RuntimeMethod* method) ;
// NodeCanvas.Framework.ConditionTask NodeCanvas.BehaviourTrees.ConditionalEvaluator::get_condition()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ConditionTask_t518F9B03584F4835F78D6DE297CE36AED500BEE8* ConditionalEvaluator_get_condition_mA8D33071CCD9833D85CB19EC07EBD38DB1D6C982_inline (ConditionalEvaluator_t065AB6841FCFAA2B5796BB14ED5D801E2DD004D5* __this, const RuntimeMethod* method) ;
// System.Void NodeCanvas.BehaviourTrees.ConditionalEvaluator::set_condition(NodeCanvas.Framework.ConditionTask)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ConditionalEvaluator_set_condition_mC717930458E834DFCBE52949727D0939BA7EC568_inline (ConditionalEvaluator_t065AB6841FCFAA2B5796BB14ED5D801E2DD004D5* __this, ConditionTask_t518F9B03584F4835F78D6DE297CE36AED500BEE8* ___0_value, 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.Collections.IEnumerator NodeCanvas.BehaviourTrees.Filter::Cooldown()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Filter_Cooldown_mFEA4A157D37C0087BBE33C7C37A8F898984D3181 (Filter_tFFE042085ED35472D16F2F32CA12DBC682103612* __this, const RuntimeMethod* method) ;
// System.Void NodeCanvas.BehaviourTrees.Filter/<Cooldown>d__11::.ctor(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CCooldownU3Ed__11__ctor_m25D7005C2977EA862977061E7A48CCD15361BC1F (U3CCooldownU3Ed__11_t1E42D04B72AB3264033ACD9D091DA6D5FD1F173D* __this, int32_t ___0_U3CU3E1__state, const RuntimeMethod* method) ;
// NodeCanvas.Framework.BBParameter`1<T> NodeCanvas.Framework.BBParameter`1<System.Int32>::op_Implicit(T)
inline BBParameter_1_t0CED53FC373D2A18BE910895E6A74B0C7E89E10E* BBParameter_1_op_Implicit_mA019E63FC4479769666DA0B19C89E5EC1AB8287F (int32_t ___0_value, const RuntimeMethod* method)
{
return (( BBParameter_1_t0CED53FC373D2A18BE910895E6A74B0C7E89E10E* (*) (int32_t, const RuntimeMethod*))BBParameter_1_op_Implicit_mA019E63FC4479769666DA0B19C89E5EC1AB8287F_gshared)(___0_value, 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);
}
// TValue System.Collections.Generic.Dictionary`2<UnityEngine.GameObject,System.Collections.Generic.List`1<NodeCanvas.BehaviourTrees.Guard>>::get_Item(TKey)
inline List_1_tE0AD586683900081A68CCBF7BA7E6060329CEE56* Dictionary_2_get_Item_m1ADDFF49B141C377428A688333052380D70173F6 (Dictionary_2_tB3C786CA090FD0954D6165759D89FFC5747AABC5* __this, GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___0_key, const RuntimeMethod* method)
{
return (( List_1_tE0AD586683900081A68CCBF7BA7E6060329CEE56* (*) (Dictionary_2_tB3C786CA090FD0954D6165759D89FFC5747AABC5*, GameObject_t76FEDD663AB33C991A9C9A23129337651094216F*, const RuntimeMethod*))Dictionary_2_get_Item_m4AAAECBE902A211BF2126E6AFA280AEF73A3E0D6_gshared)(__this, ___0_key, method);
}
// UnityEngine.Component NodeCanvas.Framework.Node::get_graphAgent()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* Node_get_graphAgent_m1D13BBF1FBF26F5DC1C2B0B4D4C99815A7AEE929 (Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* __this, const RuntimeMethod* method) ;
// System.Void NodeCanvas.BehaviourTrees.Guard::SetGuards(UnityEngine.Component)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Guard_SetGuards_m5302757507567B22AC16489E196B91D854F262EA (Guard_t9D53F7AA6BA4DD7390EA2CA1E095C062D6EFB7F4* __this, Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* ___0_guardAgent, const RuntimeMethod* method) ;
// System.Collections.Generic.IEnumerable`1<NodeCanvas.Framework.Graph> NodeCanvas.Framework.Graph::get_runningGraphs()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* Graph_get_runningGraphs_m6DFA416A57F9C18F70E8C6245E04A431C8C4AB19_inline (const RuntimeMethod* method) ;
// System.Boolean System.Collections.Generic.Dictionary`2<UnityEngine.GameObject,System.Collections.Generic.List`1<NodeCanvas.BehaviourTrees.Guard>>::Remove(TKey)
inline bool Dictionary_2_Remove_mBAAA0D1D9B894BFAD400CAA3516041AAB9B2EF95 (Dictionary_2_tB3C786CA090FD0954D6165759D89FFC5747AABC5* __this, GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___0_key, const RuntimeMethod* method)
{
return (( bool (*) (Dictionary_2_tB3C786CA090FD0954D6165759D89FFC5747AABC5*, GameObject_t76FEDD663AB33C991A9C9A23129337651094216F*, const RuntimeMethod*))Dictionary_2_Remove_m5C7C45E75D951A75843F3F7AADD56ECD64F6BC86_gshared)(__this, ___0_key, method);
}
// System.Collections.Generic.List`1<NodeCanvas.BehaviourTrees.Guard> NodeCanvas.BehaviourTrees.Guard::AgentGuards(UnityEngine.Component)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_tE0AD586683900081A68CCBF7BA7E6060329CEE56* Guard_AgentGuards_m85581DC35B1D9629670D2B903E0D77F777912905 (Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* ___0_agent, const RuntimeMethod* method) ;
// T System.Collections.Generic.List`1<NodeCanvas.BehaviourTrees.Guard>::get_Item(System.Int32)
inline Guard_t9D53F7AA6BA4DD7390EA2CA1E095C062D6EFB7F4* List_1_get_Item_m3B4ECA88794B176B5932CA9DFD64D583E41E4843 (List_1_tE0AD586683900081A68CCBF7BA7E6060329CEE56* __this, int32_t ___0_index, const RuntimeMethod* method)
{
return (( Guard_t9D53F7AA6BA4DD7390EA2CA1E095C062D6EFB7F4* (*) (List_1_tE0AD586683900081A68CCBF7BA7E6060329CEE56*, int32_t, const RuntimeMethod*))List_1_get_Item_m33561245D64798C2AB07584C0EC4F240E4839A38_gshared)(__this, ___0_index, method);
}
// T NodeCanvas.Framework.BBParameter`1<System.String>::get_value()
inline String_t* BBParameter_1_get_value_m428E3AAF8E86F9873CE33FDE14FE2F3B74A1FA2F (BBParameter_1_t2E97E8688F814FF994B59AE3C63CE738054D8809* __this, const RuntimeMethod* method)
{
return (( String_t* (*) (BBParameter_1_t2E97E8688F814FF994B59AE3C63CE738054D8809*, const RuntimeMethod*))BBParameter_1_get_value_mD726F3B9C069F7F2EF7CB68934E87764BAD6967F_gshared)(__this, method);
}
// System.Int32 System.Collections.Generic.List`1<NodeCanvas.BehaviourTrees.Guard>::get_Count()
inline int32_t List_1_get_Count_m556B885B35D755C5197F8DB4F0C71003E2B9F554_inline (List_1_tE0AD586683900081A68CCBF7BA7E6060329CEE56* __this, const RuntimeMethod* method)
{
return (( int32_t (*) (List_1_tE0AD586683900081A68CCBF7BA7E6060329CEE56*, const RuntimeMethod*))List_1_get_Count_m4407E4C389F22B8CEC282C15D56516658746C383_gshared_inline)(__this, method);
}
// System.Boolean System.Collections.Generic.Dictionary`2<UnityEngine.GameObject,System.Collections.Generic.List`1<NodeCanvas.BehaviourTrees.Guard>>::ContainsKey(TKey)
inline bool Dictionary_2_ContainsKey_m4F8753AC0347333240823473912F5575BD45A0EA (Dictionary_2_tB3C786CA090FD0954D6165759D89FFC5747AABC5* __this, GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___0_key, const RuntimeMethod* method)
{
return (( bool (*) (Dictionary_2_tB3C786CA090FD0954D6165759D89FFC5747AABC5*, GameObject_t76FEDD663AB33C991A9C9A23129337651094216F*, const RuntimeMethod*))Dictionary_2_ContainsKey_m703047C213F7AB55C9DC346596287773A1F670CD_gshared)(__this, ___0_key, method);
}
// System.Void System.Collections.Generic.List`1<NodeCanvas.BehaviourTrees.Guard>::.ctor()
inline void List_1__ctor_m03814FF35535197EE4A20ECB21EA6B7BEB5E0C76 (List_1_tE0AD586683900081A68CCBF7BA7E6060329CEE56* __this, const RuntimeMethod* method)
{
(( void (*) (List_1_tE0AD586683900081A68CCBF7BA7E6060329CEE56*, const RuntimeMethod*))List_1__ctor_m7F078BB342729BDF11327FD89D7872265328F690_gshared)(__this, method);
}
// System.Void System.Collections.Generic.Dictionary`2<UnityEngine.GameObject,System.Collections.Generic.List`1<NodeCanvas.BehaviourTrees.Guard>>::set_Item(TKey,TValue)
inline void Dictionary_2_set_Item_m36CDB6EA43142739B4CD42A11B8B86C246D22694 (Dictionary_2_tB3C786CA090FD0954D6165759D89FFC5747AABC5* __this, GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___0_key, List_1_tE0AD586683900081A68CCBF7BA7E6060329CEE56* ___1_value, const RuntimeMethod* method)
{
(( void (*) (Dictionary_2_tB3C786CA090FD0954D6165759D89FFC5747AABC5*, GameObject_t76FEDD663AB33C991A9C9A23129337651094216F*, List_1_tE0AD586683900081A68CCBF7BA7E6060329CEE56*, const RuntimeMethod*))Dictionary_2_set_Item_m1A840355E8EDAECEA9D0C6F5E51B248FAA449CBD_gshared)(__this, ___0_key, ___1_value, method);
}
// System.Boolean System.Collections.Generic.List`1<NodeCanvas.BehaviourTrees.Guard>::Contains(T)
inline bool List_1_Contains_m7703EEBAF5E92B5B2F952DB1BEBAA31203710B45 (List_1_tE0AD586683900081A68CCBF7BA7E6060329CEE56* __this, Guard_t9D53F7AA6BA4DD7390EA2CA1E095C062D6EFB7F4* ___0_item, const RuntimeMethod* method)
{
return (( bool (*) (List_1_tE0AD586683900081A68CCBF7BA7E6060329CEE56*, Guard_t9D53F7AA6BA4DD7390EA2CA1E095C062D6EFB7F4*, const RuntimeMethod*))List_1_Contains_m4C9139C2A6B23E9343D3F87807B32C6E2CFE660D_gshared)(__this, ___0_item, method);
}
// System.Void System.Collections.Generic.List`1<NodeCanvas.BehaviourTrees.Guard>::Add(T)
inline void List_1_Add_mFA82F2840B8E3B71B877E744047583B7DF5A47DA_inline (List_1_tE0AD586683900081A68CCBF7BA7E6060329CEE56* __this, Guard_t9D53F7AA6BA4DD7390EA2CA1E095C062D6EFB7F4* ___0_item, const RuntimeMethod* method)
{
(( void (*) (List_1_tE0AD586683900081A68CCBF7BA7E6060329CEE56*, Guard_t9D53F7AA6BA4DD7390EA2CA1E095C062D6EFB7F4*, const RuntimeMethod*))List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_gshared_inline)(__this, ___0_item, method);
}
// System.Void System.Collections.Generic.Dictionary`2<UnityEngine.GameObject,System.Collections.Generic.List`1<NodeCanvas.BehaviourTrees.Guard>>::.ctor()
inline void Dictionary_2__ctor_mDCB57B6FBD305F2980B989388F1723D8E11C316F (Dictionary_2_tB3C786CA090FD0954D6165759D89FFC5747AABC5* __this, const RuntimeMethod* method)
{
(( void (*) (Dictionary_2_tB3C786CA090FD0954D6165759D89FFC5747AABC5*, const RuntimeMethod*))Dictionary_2__ctor_m5B32FBC624618211EB461D59CFBB10E987FD1329_gshared)(__this, method);
}
// NodeCanvas.Framework.ConditionTask NodeCanvas.BehaviourTrees.Interruptor::get_condition()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ConditionTask_t518F9B03584F4835F78D6DE297CE36AED500BEE8* Interruptor_get_condition_m8DC53649C900DA9BC6677C56ED75B60CA775CCC2_inline (Interruptor_t0DCCA9D2F3F661051E8EDB5685692D3EE8B054A2* __this, const RuntimeMethod* method) ;
// System.Void NodeCanvas.BehaviourTrees.Interruptor::set_condition(NodeCanvas.Framework.ConditionTask)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Interruptor_set_condition_m845BA6473898D4FEE1E900565F4B11A682826C71_inline (Interruptor_t0DCCA9D2F3F661051E8EDB5685692D3EE8B054A2* __this, ConditionTask_t518F9B03584F4835F78D6DE297CE36AED500BEE8* ___0_value, const RuntimeMethod* method) ;
// T NodeCanvas.Framework.BBParameter`1<System.Collections.IList>::get_value()
inline RuntimeObject* BBParameter_1_get_value_m3CDDE6A97CDE0AB12534E4F9DCE2BD867331CEE9 (BBParameter_1_tD031BD030A44C0FD7F183E7203A4443A98153C09* __this, const RuntimeMethod* method)
{
return (( RuntimeObject* (*) (BBParameter_1_tD031BD030A44C0FD7F183E7203A4443A98153C09*, const RuntimeMethod*))BBParameter_1_get_value_mD726F3B9C069F7F2EF7CB68934E87764BAD6967F_gshared)(__this, method);
}
// System.Collections.IList NodeCanvas.BehaviourTrees.Iterator::get_list()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Iterator_get_list_m73610246CE09CE5F3C16F0A1D389E00AD3185FC9 (Iterator_t2C704A1863D6ADB6537610EB6BE9B513BA717E9C* __this, const RuntimeMethod* method) ;
// System.Void NodeCanvas.Framework.BBParameter`1<System.Object>::set_value(T)
inline void BBParameter_1_set_value_mE339B1B867F08868D33B2AC7FD213B4CCAA3E2AA (BBParameter_1_tB46669698C0BE7BD6EFB9A7BE9458183044389E3* __this, RuntimeObject* ___0_value, const RuntimeMethod* method)
{
(( void (*) (BBParameter_1_tB46669698C0BE7BD6EFB9A7BE9458183044389E3*, RuntimeObject*, const RuntimeMethod*))BBParameter_1_set_value_mE339B1B867F08868D33B2AC7FD213B4CCAA3E2AA_gshared)(__this, ___0_value, method);
}
// System.Void NodeCanvas.Framework.BBParameter`1<System.Int32>::set_value(T)
inline void BBParameter_1_set_value_mE8D9481A8105944653602C772A2C4AE11EB35250 (BBParameter_1_t0CED53FC373D2A18BE910895E6A74B0C7E89E10E* __this, int32_t ___0_value, const RuntimeMethod* method)
{
(( void (*) (BBParameter_1_t0CED53FC373D2A18BE910895E6A74B0C7E89E10E*, int32_t, const RuntimeMethod*))BBParameter_1_set_value_mE8D9481A8105944653602C772A2C4AE11EB35250_gshared)(__this, ___0_value, method);
}
// NodeCanvas.Framework.ActionTask NodeCanvas.BehaviourTrees.Monitor::get_action()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ActionTask_t6B5C6B67D00E7AF678FAEDC91859B778C24A8E1E* Monitor_get_action_m6D082B0CF37C9C4CB9914D98D4B510A517C910C2_inline (Monitor_t11D558C46EF48E9603E28C23284C9CE255D80D14* __this, const RuntimeMethod* method) ;
// System.Void NodeCanvas.BehaviourTrees.Monitor::set_action(NodeCanvas.Framework.ActionTask)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Monitor_set_action_mD2040998A6FB55FD657814E03AD075A1E669CD9F_inline (Monitor_t11D558C46EF48E9603E28C23284C9CE255D80D14* __this, ActionTask_t6B5C6B67D00E7AF678FAEDC91859B778C24A8E1E* ___0_value, const RuntimeMethod* 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);
}
// UnityEngine.Transform UnityEngine.GameObject::get_transform()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* GameObject_get_transform_m0BC10ADFA1632166AE5544BDF9038A2650C2AE56 (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* __this, const RuntimeMethod* method) ;
// System.Single NodeCanvas.Framework.Node::get_elapsedTime()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Node_get_elapsedTime_m67AB02C31A465743D9D548D294CF6459C01846A4 (Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* __this, const RuntimeMethod* method) ;
// NodeCanvas.Framework.ConditionTask NodeCanvas.BehaviourTrees.WaitUntil::get_condition()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ConditionTask_t518F9B03584F4835F78D6DE297CE36AED500BEE8* WaitUntil_get_condition_m34EA6A91014BA125374B10E203E725AD9680A244_inline (WaitUntil_tDF1DC02E80CC2ED3D624714BD1E13AD3EFC1F6C6* __this, const RuntimeMethod* method) ;
// System.Void NodeCanvas.BehaviourTrees.WaitUntil::set_condition(NodeCanvas.Framework.ConditionTask)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void WaitUntil_set_condition_mBBAF5D0336BE5DD3AE3DFB6821F29DA0292FF967_inline (WaitUntil_tDF1DC02E80CC2ED3D624714BD1E13AD3EFC1F6C6* __this, ConditionTask_t518F9B03584F4835F78D6DE297CE36AED500BEE8* ___0_value, const RuntimeMethod* method) ;
// NodeCanvas.Framework.ActionTask NodeCanvas.BehaviourTrees.ActionNode::get_action()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ActionTask_t6B5C6B67D00E7AF678FAEDC91859B778C24A8E1E* ActionNode_get_action_m75504C7F86183A2676B6E49EF95B9586FBC8E19E_inline (ActionNode_tA858EA7644A26F48FAB1DEFD0F334B4215E1BA2B* __this, const RuntimeMethod* method) ;
// System.Void NodeCanvas.BehaviourTrees.ActionNode::set_action(NodeCanvas.Framework.ActionTask)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ActionNode_set_action_mE17990FC8ED95FD9A8379D7AEB0E768B16BF072E_inline (ActionNode_tA858EA7644A26F48FAB1DEFD0F334B4215E1BA2B* __this, ActionTask_t6B5C6B67D00E7AF678FAEDC91859B778C24A8E1E* ___0_value, const RuntimeMethod* method) ;
// NodeCanvas.Framework.ConditionTask NodeCanvas.BehaviourTrees.ConditionNode::get_condition()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ConditionTask_t518F9B03584F4835F78D6DE297CE36AED500BEE8* ConditionNode_get_condition_m7ECB28994AE3C427F9B01352B1C4437AE0D2CA85_inline (ConditionNode_t9732E6C18B7489470130B6019296B22FE519BF17* __this, const RuntimeMethod* method) ;
// System.Void NodeCanvas.BehaviourTrees.ConditionNode::set_condition(NodeCanvas.Framework.ConditionTask)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ConditionNode_set_condition_m924840E72A4F3F8F99795D6E20B8AE9FEF62BC07_inline (ConditionNode_t9732E6C18B7489470130B6019296B22FE519BF17* __this, ConditionTask_t518F9B03584F4835F78D6DE297CE36AED500BEE8* ___0_value, const RuntimeMethod* method) ;
// System.Boolean NodeCanvas.Framework.IGraphAssignableExtensions::TryStartSubGraph(NodeCanvas.Framework.IGraphAssignable,UnityEngine.Component,System.Action`1<System.Boolean>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool IGraphAssignableExtensions_TryStartSubGraph_mBA9471DF709934AF8C87837258FE84CA1DED79C6 (RuntimeObject* ___0_assignable, Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* ___1_agent, Action_1_t10DCB0C07D0D3C565CEACADC80D1152B35A45F6C* ___2_callback, const RuntimeMethod* method) ;
// T NodeCanvas.BehaviourTrees.BTNodeNested`1<NodeCanvas.DialogueTrees.DialogueTree>::get_currentInstance()
inline DialogueTree_t2208AC38C45014AF5E0A41AD1E0DBB299BEB849D* BTNodeNested_1_get_currentInstance_mBE3C45B2ECCDBC7AE7DA73BA17F5BB7207672C5E_inline (BTNodeNested_1_tA14414F0595B0DFD588A22B318C01BE322EF8A70* __this, const RuntimeMethod* method)
{
return (( DialogueTree_t2208AC38C45014AF5E0A41AD1E0DBB299BEB849D* (*) (BTNodeNested_1_tA14414F0595B0DFD588A22B318C01BE322EF8A70*, const RuntimeMethod*))BTNodeNested_1_get_currentInstance_mCA58722703351AEDD8DBA962677E9F6B71056022_gshared_inline)(__this, method);
}
// System.Void NodeCanvas.BehaviourTrees.BTNodeNested`1<NodeCanvas.DialogueTrees.DialogueTree>::.ctor()
inline void BTNodeNested_1__ctor_m9524E18ADA4135C0764CD33061DAC327CFC9B0CD (BTNodeNested_1_tA14414F0595B0DFD588A22B318C01BE322EF8A70* __this, const RuntimeMethod* method)
{
(( void (*) (BTNodeNested_1_tA14414F0595B0DFD588A22B318C01BE322EF8A70*, const RuntimeMethod*))BTNodeNested_1__ctor_m6E29F62F7CDE54281F8CCEFB68B68FA703724FAA_gshared)(__this, method);
}
// T NodeCanvas.Framework.BBParameter`1<NodeCanvas.StateMachines.FSM>::get_value()
inline FSM_t0ACFCEDF2EBA21CEAD375CC7F7774917D6C0A554* BBParameter_1_get_value_mC295B579A7A3DA8B280A74D7AAFB3985C458BF0B (BBParameter_1_t81B71A846E64274644256769AC1CA3655E13C981* __this, const RuntimeMethod* method)
{
return (( FSM_t0ACFCEDF2EBA21CEAD375CC7F7774917D6C0A554* (*) (BBParameter_1_t81B71A846E64274644256769AC1CA3655E13C981*, const RuntimeMethod*))BBParameter_1_get_value_mD726F3B9C069F7F2EF7CB68934E87764BAD6967F_gshared)(__this, method);
}
// System.Void NodeCanvas.Framework.BBParameter`1<NodeCanvas.StateMachines.FSM>::set_value(T)
inline void BBParameter_1_set_value_m64179EECF16699F069D4F7C87E24E76ACEA00698 (BBParameter_1_t81B71A846E64274644256769AC1CA3655E13C981* __this, FSM_t0ACFCEDF2EBA21CEAD375CC7F7774917D6C0A554* ___0_value, const RuntimeMethod* method)
{
(( void (*) (BBParameter_1_t81B71A846E64274644256769AC1CA3655E13C981*, FSM_t0ACFCEDF2EBA21CEAD375CC7F7774917D6C0A554*, const RuntimeMethod*))BBParameter_1_set_value_mE339B1B867F08868D33B2AC7FD213B4CCAA3E2AA_gshared)(__this, ___0_value, method);
}
// T NodeCanvas.BehaviourTrees.BTNodeNested`1<NodeCanvas.StateMachines.FSM>::get_currentInstance()
inline FSM_t0ACFCEDF2EBA21CEAD375CC7F7774917D6C0A554* BTNodeNested_1_get_currentInstance_m30EAF2C4044F9362257A8A6347CC380E79114D84_inline (BTNodeNested_1_t7C9BA7FC9DE089C10172FFD8AC78465A504F163B* __this, const RuntimeMethod* method)
{
return (( FSM_t0ACFCEDF2EBA21CEAD375CC7F7774917D6C0A554* (*) (BTNodeNested_1_t7C9BA7FC9DE089C10172FFD8AC78465A504F163B*, const RuntimeMethod*))BTNodeNested_1_get_currentInstance_mCA58722703351AEDD8DBA962677E9F6B71056022_gshared_inline)(__this, method);
}
// System.String NodeCanvas.StateMachines.FSM::get_currentStateName()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* FSM_get_currentStateName_mE8FB423C5511B631DF28665E4B02FE90D3A784B0 (FSM_t0ACFCEDF2EBA21CEAD375CC7F7774917D6C0A554* __this, const RuntimeMethod* method) ;
// System.Void NodeCanvas.BehaviourTrees.BTNodeNested`1<NodeCanvas.StateMachines.FSM>::.ctor()
inline void BTNodeNested_1__ctor_mE700E6FAB4149FBA4F3EA56B913F38A65D05E4D4 (BTNodeNested_1_t7C9BA7FC9DE089C10172FFD8AC78465A504F163B* __this, const RuntimeMethod* method)
{
(( void (*) (BTNodeNested_1_t7C9BA7FC9DE089C10172FFD8AC78465A504F163B*, const RuntimeMethod*))BTNodeNested_1__ctor_m6E29F62F7CDE54281F8CCEFB68B68FA703724FAA_gshared)(__this, method);
}
// T NodeCanvas.Framework.BBParameter`1<NodeCanvas.BehaviourTrees.BehaviourTree>::get_value()
inline BehaviourTree_t6AF4016EBA17F68BDB7FA2350CDD23D7D3629562* BBParameter_1_get_value_m71034B7A33E0489F3F39015682972C06070AF1A9 (BBParameter_1_tD8B00AA271CA0F4F1EF7EE7EFD44C1B825886B72* __this, const RuntimeMethod* method)
{
return (( BehaviourTree_t6AF4016EBA17F68BDB7FA2350CDD23D7D3629562* (*) (BBParameter_1_tD8B00AA271CA0F4F1EF7EE7EFD44C1B825886B72*, const RuntimeMethod*))BBParameter_1_get_value_mD726F3B9C069F7F2EF7CB68934E87764BAD6967F_gshared)(__this, method);
}
// System.Void NodeCanvas.Framework.BBParameter`1<NodeCanvas.BehaviourTrees.BehaviourTree>::set_value(T)
inline void BBParameter_1_set_value_mCE0099B3595994A9D1F3EAA345A70AFB6758E29C (BBParameter_1_tD8B00AA271CA0F4F1EF7EE7EFD44C1B825886B72* __this, BehaviourTree_t6AF4016EBA17F68BDB7FA2350CDD23D7D3629562* ___0_value, const RuntimeMethod* method)
{
(( void (*) (BBParameter_1_tD8B00AA271CA0F4F1EF7EE7EFD44C1B825886B72*, BehaviourTree_t6AF4016EBA17F68BDB7FA2350CDD23D7D3629562*, const RuntimeMethod*))BBParameter_1_set_value_mE339B1B867F08868D33B2AC7FD213B4CCAA3E2AA_gshared)(__this, ___0_value, method);
}
// T NodeCanvas.BehaviourTrees.BTNodeNested`1<NodeCanvas.BehaviourTrees.BehaviourTree>::get_currentInstance()
inline BehaviourTree_t6AF4016EBA17F68BDB7FA2350CDD23D7D3629562* BTNodeNested_1_get_currentInstance_m0A99C47A3B5C192E4C7924BC1D08FEEE632B97DA_inline (BTNodeNested_1_tC9566D03C3C142FD242274BC83FDED94BE1A2BBF* __this, const RuntimeMethod* method)
{
return (( BehaviourTree_t6AF4016EBA17F68BDB7FA2350CDD23D7D3629562* (*) (BTNodeNested_1_tC9566D03C3C142FD242274BC83FDED94BE1A2BBF*, const RuntimeMethod*))BTNodeNested_1_get_currentInstance_mCA58722703351AEDD8DBA962677E9F6B71056022_gshared_inline)(__this, method);
}
// System.Void NodeCanvas.BehaviourTrees.BTNodeNested`1<NodeCanvas.BehaviourTrees.BehaviourTree>::.ctor()
inline void BTNodeNested_1__ctor_m90F22EF6EEE756BC7B5895DC2759FC7BC31A1E18 (BTNodeNested_1_tC9566D03C3C142FD242274BC83FDED94BE1A2BBF* __this, const RuntimeMethod* method)
{
(( void (*) (BTNodeNested_1_tC9566D03C3C142FD242274BC83FDED94BE1A2BBF*, const RuntimeMethod*))BTNodeNested_1__ctor_m6E29F62F7CDE54281F8CCEFB68B68FA703724FAA_gshared)(__this, method);
}
// System.Collections.Generic.IEnumerable`1<T> NodeCanvas.Framework.Graph::GetNodesWithTag<NodeCanvas.Framework.Node>(System.String)
inline RuntimeObject* Graph_GetNodesWithTag_TisNode_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8_m8A553CBDE85E32C9370D3CF11C3EEB4EAB82CBB9 (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, String_t* ___0_tagName, const RuntimeMethod* method)
{
return (( RuntimeObject* (*) (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032*, String_t*, const RuntimeMethod*))Graph_GetNodesWithTag_TisRuntimeObject_m009EC1D8AFB642E54CF8D4FAD5A25EB5AAA2C191_gshared)(__this, ___0_tagName, method);
}
// System.Collections.Generic.List`1<TSource> System.Linq.Enumerable::ToList<NodeCanvas.Framework.Node>(System.Collections.Generic.IEnumerable`1<TSource>)
inline List_1_t90487A8EA186417AA0A6F2B22B58D1BAE3334437* Enumerable_ToList_TisNode_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8_m2D45C9769430A23EC8AF6D6F174DC6063ED42893 (RuntimeObject* ___0_source, const RuntimeMethod* method)
{
return (( List_1_t90487A8EA186417AA0A6F2B22B58D1BAE3334437* (*) (RuntimeObject*, const RuntimeMethod*))Enumerable_ToList_TisRuntimeObject_m6456D63764F29E6B5B2422C3DE25113577CF51EE_gshared)(___0_source, method);
}
// System.Int32 System.Collections.Generic.List`1<NodeCanvas.Framework.Node>::get_Count()
inline int32_t List_1_get_Count_mEAF0A2E85D550C81F0AB273862A6F9C2EA6F0D3A_inline (List_1_t90487A8EA186417AA0A6F2B22B58D1BAE3334437* __this, const RuntimeMethod* method)
{
return (( int32_t (*) (List_1_t90487A8EA186417AA0A6F2B22B58D1BAE3334437*, const RuntimeMethod*))List_1_get_Count_m4407E4C389F22B8CEC282C15D56516658746C383_gshared_inline)(__this, method);
}
// System.Collections.Generic.List`1/Enumerator<T> System.Collections.Generic.List`1<NodeCanvas.Framework.Node>::GetEnumerator()
inline Enumerator_t3D27D75DE68B41FEB6AFC49A802F42032CECA660 List_1_GetEnumerator_mFC8B56E797F71B95C595D1808F0D1A49D22A128A (List_1_t90487A8EA186417AA0A6F2B22B58D1BAE3334437* __this, const RuntimeMethod* method)
{
return (( Enumerator_t3D27D75DE68B41FEB6AFC49A802F42032CECA660 (*) (List_1_t90487A8EA186417AA0A6F2B22B58D1BAE3334437*, const RuntimeMethod*))List_1_GetEnumerator_mD8294A7FA2BEB1929487127D476F8EC1CDC23BFC_gshared)(__this, method);
}
// System.Void System.Collections.Generic.List`1/Enumerator<NodeCanvas.Framework.Node>::Dispose()
inline void Enumerator_Dispose_m695B62553C94CD812A3EA54E4E3399FF95B6456E (Enumerator_t3D27D75DE68B41FEB6AFC49A802F42032CECA660* __this, const RuntimeMethod* method)
{
(( void (*) (Enumerator_t3D27D75DE68B41FEB6AFC49A802F42032CECA660*, const RuntimeMethod*))Enumerator_Dispose_mD9DC3E3C3697830A4823047AB29A77DBBB5ED419_gshared)(__this, method);
}
// T System.Collections.Generic.List`1/Enumerator<NodeCanvas.Framework.Node>::get_Current()
inline Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* Enumerator_get_Current_m6F2FC86D886183CDF35D6A22E662025222C0DC49_inline (Enumerator_t3D27D75DE68B41FEB6AFC49A802F42032CECA660* __this, const RuntimeMethod* method)
{
return (( Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* (*) (Enumerator_t3D27D75DE68B41FEB6AFC49A802F42032CECA660*, const RuntimeMethod*))Enumerator_get_Current_m6330F15D18EE4F547C05DF9BF83C5EB710376027_gshared_inline)(__this, method);
}
// System.Void NodeCanvas.Framework.Connection::set_isActive(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Connection_set_isActive_m58C2C68CDBB85AA2E92EAF10DC5D57EB3094148B (Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D* __this, bool ___0_value, const RuntimeMethod* method) ;
// System.Boolean System.Collections.Generic.List`1/Enumerator<NodeCanvas.Framework.Node>::MoveNext()
inline bool Enumerator_MoveNext_m74A1A00DA94A5CFCC6FEFA8DB0273073FEC22C8A (Enumerator_t3D27D75DE68B41FEB6AFC49A802F42032CECA660* __this, const RuntimeMethod* method)
{
return (( bool (*) (Enumerator_t3D27D75DE68B41FEB6AFC49A802F42032CECA660*, const RuntimeMethod*))Enumerator_MoveNext_mE921CC8F29FBBDE7CC3209A0ED0D921D58D00BCB_gshared)(__this, method);
}
// System.Boolean NodeCanvas.Framework.Connection::get_isActive()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Connection_get_isActive_m7050C8910A1CE4F76DC7272BEF796F39965D3172 (Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D* __this, const RuntimeMethod* method) ;
// T NodeCanvas.Framework.Graph::GetNodeWithTag<NodeCanvas.Framework.Node>(System.String)
inline Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* Graph_GetNodeWithTag_TisNode_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8_mA73199ADA306F6A1FCD8E978505734F5935D06A3 (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, String_t* ___0_tagName, const RuntimeMethod* method)
{
return (( Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* (*) (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032*, String_t*, const RuntimeMethod*))Graph_GetNodeWithTag_TisRuntimeObject_mE01A6E0B6F5BE74DA4CD2C6A5E4B1CC17E2F68FD_gshared)(__this, ___0_tagName, method);
}
// System.Void NodeCanvas.Framework.Graph::set_primeNode(NodeCanvas.Framework.Node)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Graph_set_primeNode_m7EEE10C13637E907810FD86B9E8486B074A25962 (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* ___0_value, const RuntimeMethod* method) ;
// System.Void System.Attribute::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Attribute__ctor_m79ED1BF1EE36D1E417BA89A0D9F91F8AAD8D19E2 (Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA* __this, const RuntimeMethod* method) ;
// System.Void NodeCanvas.Framework.SignalDefinition/InvokeArguments::Invoke(UnityEngine.Transform,UnityEngine.Transform,System.Boolean,System.Object[])
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void InvokeArguments_Invoke_mD7B165ECC5ADEA168F3DDF091B31E62265FF28AB_inline (InvokeArguments_tD6EAF2BA29D7D16ADE72398A72347303AF8DD954* __this, Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___0_sender, Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___1_receiver, bool ___2_isGlobal, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___3_args, const RuntimeMethod* method) ;
// System.Void ParadoxNotion.DynamicParameterDefinition::.ctor(System.String,System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DynamicParameterDefinition__ctor_m771C37B6FFAE999691AC2C538C35097381C0CDDE (DynamicParameterDefinition_t9B2EC9C6FF90EECDCC32CAB983D88026746D5874* __this, String_t* ___0_name, Type_t* ___1_type, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<ParadoxNotion.DynamicParameterDefinition>::Add(T)
inline void List_1_Add_m3469775F16BCC697D49943D7A6745CFB7A080ED5_inline (List_1_tA21CFDD087613DE4CF05F410A95EED109BC339A1* __this, DynamicParameterDefinition_t9B2EC9C6FF90EECDCC32CAB983D88026746D5874* ___0_item, const RuntimeMethod* method)
{
(( void (*) (List_1_tA21CFDD087613DE4CF05F410A95EED109BC339A1*, DynamicParameterDefinition_t9B2EC9C6FF90EECDCC32CAB983D88026746D5874*, const RuntimeMethod*))List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_gshared_inline)(__this, ___0_item, method);
}
// System.Void NodeCanvas.Framework.SignalDefinition/<>c__DisplayClass10_0::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass10_0__ctor_m5E654964DB16BCA20A036EE097AF551D5A63EBAF (U3CU3Ec__DisplayClass10_0_tCFDA08404FEFAEEB929FBFE13419E534BA420BE2* __this, const RuntimeMethod* method) ;
// System.Void System.Predicate`1<ParadoxNotion.DynamicParameterDefinition>::.ctor(System.Object,System.IntPtr)
inline void Predicate_1__ctor_m14DA829CD126599386E4512CFA59FE271A9FC768 (Predicate_1_tC4EA323DB361C3D3F3890DBFA5E25F356E61EF61* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
{
(( void (*) (Predicate_1_tC4EA323DB361C3D3F3890DBFA5E25F356E61EF61*, RuntimeObject*, intptr_t, const RuntimeMethod*))Predicate_1__ctor_m3E007299121A15DF80F4A210FF8C20E5DF688F20_gshared)(__this, ___0_object, ___1_method, method);
}
// T System.Collections.Generic.List`1<ParadoxNotion.DynamicParameterDefinition>::Find(System.Predicate`1<T>)
inline DynamicParameterDefinition_t9B2EC9C6FF90EECDCC32CAB983D88026746D5874* List_1_Find_mB1538B6FFDCEE81121AC08AB272A5C9A9FB28EE7 (List_1_tA21CFDD087613DE4CF05F410A95EED109BC339A1* __this, Predicate_1_tC4EA323DB361C3D3F3890DBFA5E25F356E61EF61* ___0_match, const RuntimeMethod* method)
{
return (( DynamicParameterDefinition_t9B2EC9C6FF90EECDCC32CAB983D88026746D5874* (*) (List_1_tA21CFDD087613DE4CF05F410A95EED109BC339A1*, Predicate_1_tC4EA323DB361C3D3F3890DBFA5E25F356E61EF61*, const RuntimeMethod*))List_1_Find_m5E78A210541B0D844FE27B94F509313623BE33D3_gshared)(__this, ___0_match, method);
}
// System.Boolean System.Collections.Generic.List`1<ParadoxNotion.DynamicParameterDefinition>::Remove(T)
inline bool List_1_Remove_mE3ABB9D2602EDDC5E0A80E6941E5C18012ED4348 (List_1_tA21CFDD087613DE4CF05F410A95EED109BC339A1* __this, DynamicParameterDefinition_t9B2EC9C6FF90EECDCC32CAB983D88026746D5874* ___0_item, const RuntimeMethod* method)
{
return (( bool (*) (List_1_tA21CFDD087613DE4CF05F410A95EED109BC339A1*, DynamicParameterDefinition_t9B2EC9C6FF90EECDCC32CAB983D88026746D5874*, const RuntimeMethod*))List_1_Remove_m4DFA48F4CEB9169601E75FC28517C5C06EFA5AD7_gshared)(__this, ___0_item, method);
}
// System.Void System.Collections.Generic.List`1<ParadoxNotion.DynamicParameterDefinition>::.ctor()
inline void List_1__ctor_mED4F73CA4066DDCEDD35781D6C1CDBA6FADD0370 (List_1_tA21CFDD087613DE4CF05F410A95EED109BC339A1* __this, const RuntimeMethod* method)
{
(( void (*) (List_1_tA21CFDD087613DE4CF05F410A95EED109BC339A1*, const RuntimeMethod*))List_1__ctor_m7F078BB342729BDF11327FD89D7872265328F690_gshared)(__this, method);
}
// System.Void UnityEngine.ScriptableObject::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScriptableObject__ctor_mD037FDB0B487295EA47F79A4DB1BF1846C9087FF (ScriptableObject_tB3BFDB921A1B1795B38A5417D3B97A89A140436A* __this, const RuntimeMethod* method) ;
// System.String ParadoxNotion.DynamicParameterDefinition::get_name()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* DynamicParameterDefinition_get_name_m9257360B2E9815ED37A471010EA7988695ECCB74_inline (DynamicParameterDefinition_t9B2EC9C6FF90EECDCC32CAB983D88026746D5874* __this, const RuntimeMethod* method) ;
// System.Guid System.Guid::NewGuid()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Guid_t Guid_NewGuid_m1F4894E8DC089811D6252148AD5858E58D43A7BD (const RuntimeMethod* method) ;
// System.String System.Guid::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Guid_ToString_m2BFFD5FA726E03FA707AAFCCF065896C46D5290C (Guid_t* __this, const RuntimeMethod* method) ;
// System.Object System.Activator::CreateInstance(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Activator_CreateInstance_mFF030428C64FDDFACC74DFAC97388A1C628BFBCF (Type_t* ___0_type, const RuntimeMethod* method) ;
// System.Int32 NodeCanvas.Framework.Connection::SetSourceNode(NodeCanvas.Framework.Node,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Connection_SetSourceNode_m9D7C0AFAB7F460CBFE8A3F13C1A75E55799244AE (Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D* __this, Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* ___0_newSource, int32_t ___1_index, const RuntimeMethod* method) ;
// System.Int32 NodeCanvas.Framework.Connection::SetTargetNode(NodeCanvas.Framework.Node,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Connection_SetTargetNode_m663251B96A6F05651BEEC8C8E47DD7BA4E9B76E2 (Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D* __this, Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* ___0_newTarget, int32_t ___1_index, const RuntimeMethod* method) ;
// T ParadoxNotion.Serialization.JSONSerializer::Clone<NodeCanvas.Framework.Connection>(T)
inline Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D* JSONSerializer_Clone_TisConnection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D_mA81439E8A225DBBD8664A55C287DD55414FC6879 (Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D* ___0_original, const RuntimeMethod* method)
{
return (( Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D* (*) (Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D*, const RuntimeMethod*))JSONSerializer_Clone_TisRuntimeObject_m0BDB1832DF182CC864DB5DB66DC3FE1DCD306943_gshared)(___0_original, method);
}
// System.Void NodeCanvas.Framework.Connection::set_sourceNode(NodeCanvas.Framework.Node)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Connection_set_sourceNode_mA1DC1AC5824D59865963C9D3A7F96D715E0474E4_inline (Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D* __this, Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* ___0_value, const RuntimeMethod* method) ;
// System.Void NodeCanvas.Framework.Connection::set_targetNode(NodeCanvas.Framework.Node)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Connection_set_targetNode_m67FA42730D896F4DC0C262DB5DA0D0EF1E0D959D_inline (Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D* __this, Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* ___0_value, const RuntimeMethod* method) ;
// System.Collections.Generic.IEnumerable`1<NodeCanvas.Framework.Task> NodeCanvas.Framework.Graph::GetTasksInElement(NodeCanvas.Framework.IGraphElement)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Graph_GetTasksInElement_m4986E53DBD263BFF39D8DE253CC20E00906D2F1E (RuntimeObject* ___0_target, const RuntimeMethod* method) ;
// System.Void NodeCanvas.Framework.Task::Validate(NodeCanvas.Framework.ITaskSystem)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Task_Validate_m67FCFF7C4BEA8F6BF459A603DA4A2B609EFDC618 (Task_tF05C1B448C98EDD5D7E9E23660FCEAC40348A284* __this, RuntimeObject* ___0_ownerSystem, const RuntimeMethod* method) ;
// System.Boolean System.Collections.Generic.List`1<NodeCanvas.Framework.Connection>::Contains(T)
inline bool List_1_Contains_m355108FBC72D3259E5AA93D4A4788523E8331DCC (List_1_t619EB3258C7F1EBD15A485EA09888BE9FC87AC7E* __this, Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D* ___0_item, const RuntimeMethod* method)
{
return (( bool (*) (List_1_t619EB3258C7F1EBD15A485EA09888BE9FC87AC7E*, Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D*, const RuntimeMethod*))List_1_Contains_m4C9139C2A6B23E9343D3F87807B32C6E2CFE660D_gshared)(__this, ___0_item, method);
}
// System.Boolean System.Collections.Generic.List`1<NodeCanvas.Framework.Connection>::Remove(T)
inline bool List_1_Remove_mA20F1D76FE16ACB10B9FCABCA0607A339C23F495 (List_1_t619EB3258C7F1EBD15A485EA09888BE9FC87AC7E* __this, Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D* ___0_item, const RuntimeMethod* method)
{
return (( bool (*) (List_1_t619EB3258C7F1EBD15A485EA09888BE9FC87AC7E*, Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D*, const RuntimeMethod*))List_1_Remove_m4DFA48F4CEB9169601E75FC28517C5C06EFA5AD7_gshared)(__this, ___0_item, method);
}
// System.Void System.Collections.Generic.List`1<NodeCanvas.Framework.Connection>::Insert(System.Int32,T)
inline void List_1_Insert_mB154831C3532FEABA64D5768F4310AE9D207BADB (List_1_t619EB3258C7F1EBD15A485EA09888BE9FC87AC7E* __this, int32_t ___0_index, Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D* ___1_item, const RuntimeMethod* method)
{
(( void (*) (List_1_t619EB3258C7F1EBD15A485EA09888BE9FC87AC7E*, int32_t, Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D*, const RuntimeMethod*))List_1_Insert_m9C9559248941FED50561DB029D55DF08DEF3B094_gshared)(__this, ___0_index, ___1_item, method);
}
// System.Void NodeCanvas.Framework.Connection::set_status(NodeCanvas.Framework.Status)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Connection_set_status_m465294253B1F7350BF1CCB503A9D63FAED89C091_inline (Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D* __this, int32_t ___0_value, const RuntimeMethod* method) ;
// System.String ParadoxNotion.ReflectionTools::FriendlyName(System.Type,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ReflectionTools_FriendlyName_mCA9B53218CF47CBC57E7EA260DE334F98D12E56C (Type_t* ___0_t, bool ___1_compileSafe, const RuntimeMethod* method) ;
// System.Object[] ParadoxNotion.ReflectionTools::SingleTempArgsArray(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ReflectionTools_SingleTempArgsArray_mBB9CBE92C5B483649D7A9FAFD252F8C0D0B6DC58 (RuntimeObject* ___0_arg, const RuntimeMethod* method) ;
// System.Object System.Activator::CreateInstance(System.Type,System.Object[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Activator_CreateInstance_mDBC65647828F8A3D3E63807B5AEA4A4ECDE397E6 (Type_t* ___0_type, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___1_args, const RuntimeMethod* method) ;
// System.Boolean NodeCanvas.Framework.Graph::SelfSerialize()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Graph_SelfSerialize_m1D9000D5638B0EA3F1748B7349CA3554F2F533BA (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, const RuntimeMethod* method) ;
// System.Boolean NodeCanvas.Framework.Graph::SelfDeserialize()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Graph_SelfDeserialize_m1885ECF692BE676F3CDF160CD944E2BF17788A41 (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, const RuntimeMethod* method) ;
// System.Void NodeCanvas.Framework.Graph::Validate()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Graph_Validate_m577260FA4A5EE3D674804D2520EA259B98B01884 (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, const RuntimeMethod* method) ;
// System.Boolean ParadoxNotion.Services.Threader::get_applicationIsPlaying()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Threader_get_applicationIsPlaying_m9BA0A1EA10F4B4C159C86F94A96B67D558FFA831_inline (const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<UnityEngine.Object>::.ctor()
inline void List_1__ctor_m1B0135DE2C4A4BCA4820D2FC9E060ED224FC24C0 (List_1_t9A2E2984B23260AECDFA90CEB1F2887075FA4DF3* __this, const RuntimeMethod* method)
{
(( void (*) (List_1_t9A2E2984B23260AECDFA90CEB1F2887075FA4DF3*, const RuntimeMethod*))List_1__ctor_m7F078BB342729BDF11327FD89D7872265328F690_gshared)(__this, method);
}
// System.String NodeCanvas.Framework.Graph::Serialize(System.Collections.Generic.List`1<UnityEngine.Object>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Graph_Serialize_m2D1064935B43A6A1C603E84BCB5C417A62419BDE (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, List_1_t9A2E2984B23260AECDFA90CEB1F2887075FA4DF3* ___0_references, const RuntimeMethod* method) ;
// System.Boolean System.Linq.Enumerable::SequenceEqual<UnityEngine.Object>(System.Collections.Generic.IEnumerable`1<TSource>,System.Collections.Generic.IEnumerable`1<TSource>)
inline bool Enumerable_SequenceEqual_TisObject_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_mDD7CA1526B6B9E5952A6A723A2FDA594A71E126F (RuntimeObject* ___0_first, RuntimeObject* ___1_second, const RuntimeMethod* method)
{
return (( bool (*) (RuntimeObject*, RuntimeObject*, const RuntimeMethod*))Enumerable_SequenceEqual_TisRuntimeObject_mD7CCFE3DE49A5BD874E39FCE744B398E700192DB_gshared)(___0_first, ___1_second, method);
}
// System.Void System.Action`1<NodeCanvas.Framework.Graph>::Invoke(T)
inline void Action_1_Invoke_mCB3F08E3C9942A2A00C671B22507D754C1DEFF4C_inline (Action_1_t9D5B6373D6027B3BE7FF6B70A01B3CB38AAA3965* __this, Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* ___0_obj, const RuntimeMethod* method)
{
(( void (*) (Action_1_t9D5B6373D6027B3BE7FF6B70A01B3CB38AAA3965*, Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032*, const RuntimeMethod*))Action_1_Invoke_mF2422B2DD29F74CE66F791C3F68E288EC7C3DB9E_gshared_inline)(__this, ___0_obj, method);
}
// NodeCanvas.Framework.Internal.GraphSource NodeCanvas.Framework.Graph::get_graphSource()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR GraphSource_tDFC175F2BFB99D693583B1D52BB6857C73932914* Graph_get_graphSource_m6900E17C4759AD2A3E02D0F72F4597145DF3653B_inline (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, const RuntimeMethod* method) ;
// System.Void NodeCanvas.Framework.Internal.GraphSource::PurgeRedundantReferences()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GraphSource_PurgeRedundantReferences_mF2B2371D16B144595037727A3452926BA3C30D0F (GraphSource_tDFC175F2BFB99D693583B1D52BB6857C73932914* __this, const RuntimeMethod* method) ;
// System.Void NodeCanvas.Framework.Graph::set_flatMetaGraph(ParadoxNotion.HierarchyTree/Element)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Graph_set_flatMetaGraph_m5BAF3B8ED4FB766EBEC2806ED5D18C155A437DE4_inline (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, Element_t3ABE015B81AFFE208F4314A4A588E9E7EFD63407* ___0_value, const RuntimeMethod* method) ;
// System.Void NodeCanvas.Framework.Graph::set_fullMetaGraph(ParadoxNotion.HierarchyTree/Element)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Graph_set_fullMetaGraph_m1550777136CF482B6F1C7C1628196538C962E86A_inline (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, Element_t3ABE015B81AFFE208F4314A4A588E9E7EFD63407* ___0_value, const RuntimeMethod* method) ;
// System.Void NodeCanvas.Framework.Graph::set_nestedMetaGraph(ParadoxNotion.HierarchyTree/Element)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Graph_set_nestedMetaGraph_m7CD6B44FFDE680723BD827A497371AD18FC4167A_inline (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, Element_t3ABE015B81AFFE208F4314A4A588E9E7EFD63407* ___0_value, const RuntimeMethod* method) ;
// System.Boolean NodeCanvas.Framework.Graph::Deserialize(System.String,System.Collections.Generic.List`1<UnityEngine.Object>,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Graph_Deserialize_mE178A5AAF4C5D76F2505E2EE29678C760822E459 (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, String_t* ___0_serializedGraph, List_1_t9A2E2984B23260AECDFA90CEB1F2887075FA4DF3* ___1_references, bool ___2_validate, const RuntimeMethod* method) ;
// System.Void NodeCanvas.Framework.Graph::UpdateNodeIDs(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Graph_UpdateNodeIDs_m1D449F68DE2FC98740D49C6F8791F1860B593276 (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, bool ___0_alsoReorderList, const RuntimeMethod* method) ;
// NodeCanvas.Framework.Internal.GraphSource NodeCanvas.Framework.Internal.GraphSource::Pack(NodeCanvas.Framework.Graph)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GraphSource_tDFC175F2BFB99D693583B1D52BB6857C73932914* GraphSource_Pack_m0EEC8ED02CEC5082392F9896922D14CA98AE7458 (GraphSource_tDFC175F2BFB99D693583B1D52BB6857C73932914* __this, Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* ___0_graph, const RuntimeMethod* method) ;
// System.String ParadoxNotion.Serialization.JSONSerializer::Serialize(System.Type,System.Object,System.Collections.Generic.List`1<UnityEngine.Object>,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JSONSerializer_Serialize_mFF6961773B4747EEDA92E98667F4DF6F72072EF0 (Type_t* ___0_type, RuntimeObject* ___1_instance, List_1_t9A2E2984B23260AECDFA90CEB1F2887075FA4DF3* ___2_references, bool ___3_pretyJson, const RuntimeMethod* method) ;
// T ParadoxNotion.Serialization.JSONSerializer::TryDeserializeOverwrite<NodeCanvas.Framework.Internal.GraphSource>(T,System.String,System.Collections.Generic.List`1<UnityEngine.Object>)
inline GraphSource_tDFC175F2BFB99D693583B1D52BB6857C73932914* JSONSerializer_TryDeserializeOverwrite_TisGraphSource_tDFC175F2BFB99D693583B1D52BB6857C73932914_m663DBA698168019B423E3E6ED9DBEC67633CECA9 (GraphSource_tDFC175F2BFB99D693583B1D52BB6857C73932914* ___0_instance, String_t* ___1_json, List_1_t9A2E2984B23260AECDFA90CEB1F2887075FA4DF3* ___2_references, const RuntimeMethod* method)
{
return (( GraphSource_tDFC175F2BFB99D693583B1D52BB6857C73932914* (*) (GraphSource_tDFC175F2BFB99D693583B1D52BB6857C73932914*, String_t*, List_1_t9A2E2984B23260AECDFA90CEB1F2887075FA4DF3*, const RuntimeMethod*))JSONSerializer_TryDeserializeOverwrite_TisRuntimeObject_m549847DCFBC411CD7FA6F880B968852BA4879DDD_gshared)(___0_instance, ___1_json, ___2_references, method);
}
// System.String NodeCanvas.Framework.Internal.GraphSource::get_type()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* GraphSource_get_type_mB3305F57EEE6BCC2291D3C24EB9C8CBDB45E2544_inline (GraphSource_tDFC175F2BFB99D693583B1D52BB6857C73932914* __this, const RuntimeMethod* method) ;
// NodeCanvas.Framework.Internal.GraphSource NodeCanvas.Framework.Internal.GraphSource::Unpack(NodeCanvas.Framework.Graph)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GraphSource_tDFC175F2BFB99D693583B1D52BB6857C73932914* GraphSource_Unpack_m76C45B1749BD288E0F60F98622014446D77563EF (GraphSource_tDFC175F2BFB99D693583B1D52BB6857C73932914* __this, Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* ___0_graph, const RuntimeMethod* method) ;
// System.Void ParadoxNotion.Services.Logger::LogException(System.Exception,System.String,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Logger_LogException_mA706A3992EC5B640C913052D0A0DF70C6538D294 (Exception_t* ___0_exception, String_t* ___1_tag, RuntimeObject* ___2_context, const RuntimeMethod* method) ;
// System.Collections.Generic.List`1<TSource> System.Linq.Enumerable::ToList<UnityEngine.Object>(System.Collections.Generic.IEnumerable`1<TSource>)
inline List_1_t9A2E2984B23260AECDFA90CEB1F2887075FA4DF3* Enumerable_ToList_TisObject_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_mD32ADBC1EE8D9387C10363C73AF6C4DC227C6476 (RuntimeObject* ___0_source, const RuntimeMethod* method)
{
return (( List_1_t9A2E2984B23260AECDFA90CEB1F2887075FA4DF3* (*) (RuntimeObject*, const RuntimeMethod*))Enumerable_ToList_TisRuntimeObject_m6456D63764F29E6B5B2422C3DE25113577CF51EE_gshared)(___0_source, method);
}
// System.Void NodeCanvas.Framework.Internal.GraphSource::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GraphSource__ctor_m76E77CA1491FFDEAD6CEC4257AE15B109F93400E (GraphSource_tDFC175F2BFB99D693583B1D52BB6857C73932914* __this, const RuntimeMethod* method) ;
// NodeCanvas.Framework.Internal.GraphSource NodeCanvas.Framework.Internal.GraphSource::SetMetaData(NodeCanvas.Framework.Internal.GraphSource)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GraphSource_tDFC175F2BFB99D693583B1D52BB6857C73932914* GraphSource_SetMetaData_m27C5B3C190DA4592230F1CFECC17309212CCD832 (GraphSource_tDFC175F2BFB99D693583B1D52BB6857C73932914* __this, GraphSource_tDFC175F2BFB99D693583B1D52BB6857C73932914* ___0_source, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<UnityEngine.Object>::Clear()
inline void List_1_Clear_m51249A9DD3B29478801AC004DEA026A63D4A6D9B_inline (List_1_t9A2E2984B23260AECDFA90CEB1F2887075FA4DF3* __this, const RuntimeMethod* method)
{
(( void (*) (List_1_t9A2E2984B23260AECDFA90CEB1F2887075FA4DF3*, const RuntimeMethod*))List_1_Clear_m16C1F2C61FED5955F10EB36BC1CB2DF34B128994_gshared_inline)(__this, method);
}
// NodeCanvas.Framework.Internal.BlackboardSource NodeCanvas.Framework.Graph::get_localBlackboard()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BlackboardSource_tDF1C560E163F6F63BE89278B7312A32BF329C89E* Graph_get_localBlackboard_m53B5DFCAEBE73DDC9AB3E8433B925F3E3A97F194 (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, const RuntimeMethod* method) ;
// T ParadoxNotion.Serialization.JSONSerializer::TryDeserializeOverwrite<NodeCanvas.Framework.Internal.BlackboardSource>(T,System.String,System.Collections.Generic.List`1<UnityEngine.Object>)
inline BlackboardSource_tDF1C560E163F6F63BE89278B7312A32BF329C89E* JSONSerializer_TryDeserializeOverwrite_TisBlackboardSource_tDF1C560E163F6F63BE89278B7312A32BF329C89E_mF090823063573DDEEB4A47DE1EA45488D694ADB3 (BlackboardSource_tDF1C560E163F6F63BE89278B7312A32BF329C89E* ___0_instance, String_t* ___1_json, List_1_t9A2E2984B23260AECDFA90CEB1F2887075FA4DF3* ___2_references, const RuntimeMethod* method)
{
return (( BlackboardSource_tDF1C560E163F6F63BE89278B7312A32BF329C89E* (*) (BlackboardSource_tDF1C560E163F6F63BE89278B7312A32BF329C89E*, String_t*, List_1_t9A2E2984B23260AECDFA90CEB1F2887075FA4DF3*, const RuntimeMethod*))JSONSerializer_TryDeserializeOverwrite_TisRuntimeObject_m549847DCFBC411CD7FA6F880B968852BA4879DDD_gshared)(___0_instance, ___1_json, ___2_references, method);
}
// System.Void NodeCanvas.Framework.Graph::set_localBlackboard(NodeCanvas.Framework.Internal.BlackboardSource)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Graph_set_localBlackboard_mF920B459026675BED2E06AFF53D85F826F5ADD4B (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, BlackboardSource_tDF1C560E163F6F63BE89278B7312A32BF329C89E* ___0_value, const RuntimeMethod* method) ;
// System.Collections.Generic.List`1<NodeCanvas.Framework.Node> NodeCanvas.Framework.Graph::get_allNodes()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_t90487A8EA186417AA0A6F2B22B58D1BAE3334437* Graph_get_allNodes_m16F2C73330C293E5724E04C1185FAA62C74BDAF6 (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, const RuntimeMethod* method) ;
// T System.Collections.Generic.List`1<NodeCanvas.Framework.Node>::get_Item(System.Int32)
inline Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* List_1_get_Item_m9255414617C2AB53CD664FBA1177F6619233740A (List_1_t90487A8EA186417AA0A6F2B22B58D1BAE3334437* __this, int32_t ___0_index, const RuntimeMethod* method)
{
return (( Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* (*) (List_1_t90487A8EA186417AA0A6F2B22B58D1BAE3334437*, int32_t, const RuntimeMethod*))List_1_get_Item_m33561245D64798C2AB07584C0EC4F240E4839A38_gshared)(__this, ___0_index, method);
}
// System.Void NodeCanvas.Framework.Node::Validate(NodeCanvas.Framework.Graph)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Node_Validate_m5BA10AFC53F32621B2E8B9BA686214D0CEB6BBA4 (Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* __this, Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* ___0_assignedGraph, const RuntimeMethod* method) ;
// System.Collections.Generic.List`1<NodeCanvas.Framework.Task> NodeCanvas.Framework.Graph::get_allTasks()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_t2338E7E26462DEE44946C327D8DE6718C0BFFC4D* Graph_get_allTasks_mEB2C8404E1B965FFF71568D8BEB15605635A50C9 (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, const RuntimeMethod* method) ;
// T System.Collections.Generic.List`1<NodeCanvas.Framework.Task>::get_Item(System.Int32)
inline Task_tF05C1B448C98EDD5D7E9E23660FCEAC40348A284* List_1_get_Item_m62D21B42FD9BBD9FD63DD67FDF11680C941D1E41 (List_1_t2338E7E26462DEE44946C327D8DE6718C0BFFC4D* __this, int32_t ___0_index, const RuntimeMethod* method)
{
return (( Task_tF05C1B448C98EDD5D7E9E23660FCEAC40348A284* (*) (List_1_t2338E7E26462DEE44946C327D8DE6718C0BFFC4D*, int32_t, const RuntimeMethod*))List_1_get_Item_m33561245D64798C2AB07584C0EC4F240E4839A38_gshared)(__this, ___0_index, method);
}
// System.Int32 System.Collections.Generic.List`1<NodeCanvas.Framework.Task>::get_Count()
inline int32_t List_1_get_Count_m5267AC7AABDFD28ED4025E5CED850F5DAFCD1AEF_inline (List_1_t2338E7E26462DEE44946C327D8DE6718C0BFFC4D* __this, const RuntimeMethod* method)
{
return (( int32_t (*) (List_1_t2338E7E26462DEE44946C327D8DE6718C0BFFC4D*, const RuntimeMethod*))List_1_get_Count_m4407E4C389F22B8CEC282C15D56516658746C383_gshared_inline)(__this, method);
}
// System.String NodeCanvas.Framework.Internal.GraphSource::get_category()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* GraphSource_get_category_m7B104C80C46E75AAF81AEB0E4DE3BC8CF3D5B548_inline (GraphSource_tDFC175F2BFB99D693583B1D52BB6857C73932914* __this, const RuntimeMethod* method) ;
// System.Void NodeCanvas.Framework.Internal.GraphSource::set_category(System.String)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void GraphSource_set_category_m04F5D761FE1EE357FAB2ADA90AF53A35CB192986_inline (GraphSource_tDFC175F2BFB99D693583B1D52BB6857C73932914* __this, String_t* ___0_value, const RuntimeMethod* method) ;
// System.String NodeCanvas.Framework.Internal.GraphSource::get_comments()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* GraphSource_get_comments_m761D6938E4DF39468BE5B5BC6D43915BA8B69162_inline (GraphSource_tDFC175F2BFB99D693583B1D52BB6857C73932914* __this, const RuntimeMethod* method) ;
// System.Void NodeCanvas.Framework.Internal.GraphSource::set_comments(System.String)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void GraphSource_set_comments_mB20CAD6EEB402AA758169FB5E77DFE422D11CED5_inline (GraphSource_tDFC175F2BFB99D693583B1D52BB6857C73932914* __this, String_t* ___0_value, const RuntimeMethod* method) ;
// UnityEngine.Vector2 NodeCanvas.Framework.Internal.GraphSource::get_translation()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 GraphSource_get_translation_m81D7CA51B22FC01E425A038F25E04E8B5F3CA540_inline (GraphSource_tDFC175F2BFB99D693583B1D52BB6857C73932914* __this, const RuntimeMethod* method) ;
// System.Void NodeCanvas.Framework.Internal.GraphSource::set_translation(UnityEngine.Vector2)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void GraphSource_set_translation_m33853430204DA24213A3C17CED3D6DE902413F53_inline (GraphSource_tDFC175F2BFB99D693583B1D52BB6857C73932914* __this, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___0_value, const RuntimeMethod* method) ;
// System.Single NodeCanvas.Framework.Internal.GraphSource::get_zoomFactor()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float GraphSource_get_zoomFactor_mF57509EEAA49DB2191AAA365BFFC476B29E5710E_inline (GraphSource_tDFC175F2BFB99D693583B1D52BB6857C73932914* __this, const RuntimeMethod* method) ;
// System.Void NodeCanvas.Framework.Internal.GraphSource::set_zoomFactor(System.Single)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void GraphSource_set_zoomFactor_mBC99821FF93314A01728C4AE44A61642F3D73616_inline (GraphSource_tDFC175F2BFB99D693583B1D52BB6857C73932914* __this, float ___0_value, const RuntimeMethod* method) ;
// System.Collections.Generic.List`1<NodeCanvas.Framework.Node> NodeCanvas.Framework.Internal.GraphSource::get_nodes()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR List_1_t90487A8EA186417AA0A6F2B22B58D1BAE3334437* GraphSource_get_nodes_m76F568B757695DACEEFDC097B976446E99C74754_inline (GraphSource_tDFC175F2BFB99D693583B1D52BB6857C73932914* __this, const RuntimeMethod* method) ;
// System.Void NodeCanvas.Framework.Internal.GraphSource::set_nodes(System.Collections.Generic.List`1<NodeCanvas.Framework.Node>)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void GraphSource_set_nodes_m3A6C9FAAF14E9F5FA9F1546D950458E1B48EFA5D_inline (GraphSource_tDFC175F2BFB99D693583B1D52BB6857C73932914* __this, List_1_t90487A8EA186417AA0A6F2B22B58D1BAE3334437* ___0_value, const RuntimeMethod* method) ;
// System.Collections.Generic.List`1<NodeCanvas.Framework.CanvasGroup> NodeCanvas.Framework.Internal.GraphSource::get_canvasGroups()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR List_1_t5B06412E1CC59E5774C10EB7439C98F6C31449C3* GraphSource_get_canvasGroups_mD8AB40FF890FFC1A315AFA538D800D3E420EC8CC_inline (GraphSource_tDFC175F2BFB99D693583B1D52BB6857C73932914* __this, const RuntimeMethod* method) ;
// System.Void NodeCanvas.Framework.Internal.GraphSource::set_canvasGroups(System.Collections.Generic.List`1<NodeCanvas.Framework.CanvasGroup>)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void GraphSource_set_canvasGroups_m2D076C922EACC06A24CC8FD0637AD7957525AD62_inline (GraphSource_tDFC175F2BFB99D693583B1D52BB6857C73932914* __this, List_1_t5B06412E1CC59E5774C10EB7439C98F6C31449C3* ___0_value, const RuntimeMethod* method) ;
// NodeCanvas.Framework.Internal.BlackboardSource NodeCanvas.Framework.Internal.GraphSource::get_localBlackboard()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR BlackboardSource_tDF1C560E163F6F63BE89278B7312A32BF329C89E* GraphSource_get_localBlackboard_mC798FB2AB8ECD11861EC4B429D386F1CB88C467F_inline (GraphSource_tDFC175F2BFB99D693583B1D52BB6857C73932914* __this, const RuntimeMethod* method) ;
// System.Void NodeCanvas.Framework.Internal.GraphSource::set_localBlackboard(NodeCanvas.Framework.Internal.BlackboardSource)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void GraphSource_set_localBlackboard_m697EAC3F193AEA1112F9918ACB6151739DB05CAF_inline (GraphSource_tDFC175F2BFB99D693583B1D52BB6857C73932914* __this, BlackboardSource_tDF1C560E163F6F63BE89278B7312A32BF329C89E* ___0_value, const RuntimeMethod* method) ;
// System.Collections.Generic.List`1<NodeCanvas.Framework.Task> NodeCanvas.Framework.Internal.GraphSource::get_allTasks()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR List_1_t2338E7E26462DEE44946C327D8DE6718C0BFFC4D* GraphSource_get_allTasks_m88E334553E1B4561F8E0DACB4567EC2B8062FBC6_inline (GraphSource_tDFC175F2BFB99D693583B1D52BB6857C73932914* __this, const RuntimeMethod* method) ;
// System.Collections.Generic.List`1<NodeCanvas.Framework.BBParameter> NodeCanvas.Framework.Internal.GraphSource::get_allParameters()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR List_1_tAD83E1E173C28ABFECA64AA58E75072EF894EF92* GraphSource_get_allParameters_m4D491F3B3B1BC38C100132FCA0677386C5DF9E75_inline (GraphSource_tDFC175F2BFB99D693583B1D52BB6857C73932914* __this, const RuntimeMethod* method) ;
// System.Collections.Generic.List`1<NodeCanvas.Framework.Connection> NodeCanvas.Framework.Internal.GraphSource::get_connections()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR List_1_t619EB3258C7F1EBD15A485EA09888BE9FC87AC7E* GraphSource_get_connections_mAE8A0E236CE83203818C2DFEF0F01344A1B1B1C7_inline (GraphSource_tDFC175F2BFB99D693583B1D52BB6857C73932914* __this, const RuntimeMethod* method) ;
// NodeCanvas.Framework.Graph NodeCanvas.Framework.Graph::get_parentGraph()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* Graph_get_parentGraph_m31BB6F6E32D03D7744D095AF23DFB3F24426C6AB_inline (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, const RuntimeMethod* method) ;
// System.Int32 NodeCanvas.Framework.Graph::get_lastUpdateFrame()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Graph_get_lastUpdateFrame_m177B0BEE198F9D6A5B73939694F80BFCCC7667A0_inline (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, const RuntimeMethod* method) ;
// System.Int32 UnityEngine.Time::get_frameCount()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Time_get_frameCount_m4A42E558A71301A216BDC49EC402D62F19C79667 (const RuntimeMethod* method) ;
// System.Boolean System.Collections.Generic.List`1<NodeCanvas.Framework.Node>::Contains(T)
inline bool List_1_Contains_m2A0D35682C3CBAA9171F59728AE8D5B0BBBA28A5 (List_1_t90487A8EA186417AA0A6F2B22B58D1BAE3334437* __this, Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* ___0_item, const RuntimeMethod* method)
{
return (( bool (*) (List_1_t90487A8EA186417AA0A6F2B22B58D1BAE3334437*, Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8*, const RuntimeMethod*))List_1_Contains_m4C9139C2A6B23E9343D3F87807B32C6E2CFE660D_gshared)(__this, ___0_item, method);
}
// System.Boolean NodeCanvas.Framework.Graph::get_isRunning()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Graph_get_isRunning_m14C21438009A3DD223DA54AD983C886E5E3BBA18_inline (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, const RuntimeMethod* method) ;
// System.Boolean System.Collections.Generic.List`1<NodeCanvas.Framework.Node>::Remove(T)
inline bool List_1_Remove_mDD9E9D0183F118374408BCB0F47B74F75D394465 (List_1_t90487A8EA186417AA0A6F2B22B58D1BAE3334437* __this, Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* ___0_item, const RuntimeMethod* method)
{
return (( bool (*) (List_1_t90487A8EA186417AA0A6F2B22B58D1BAE3334437*, Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8*, const RuntimeMethod*))List_1_Remove_m4DFA48F4CEB9169601E75FC28517C5C06EFA5AD7_gshared)(__this, ___0_item, method);
}
// System.Void System.Collections.Generic.List`1<NodeCanvas.Framework.Node>::Insert(System.Int32,T)
inline void List_1_Insert_mC35B387DCD01170CFA80915CA073350F2D990F27 (List_1_t90487A8EA186417AA0A6F2B22B58D1BAE3334437* __this, int32_t ___0_index, Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* ___1_item, const RuntimeMethod* method)
{
(( void (*) (List_1_t90487A8EA186417AA0A6F2B22B58D1BAE3334437*, int32_t, Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8*, const RuntimeMethod*))List_1_Insert_m9C9559248941FED50561DB029D55DF08DEF3B094_gshared)(__this, ___0_index, ___1_item, method);
}
// System.Void NodeCanvas.Framework.Graph::UpdateReferences(UnityEngine.Component,NodeCanvas.Framework.IBlackboard,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Graph_UpdateReferences_m364073F97FE439AFA62A61DF51E5B4D66E5FE2EC (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* ___0_newAgent, RuntimeObject* ___1_newParentBlackboard, bool ___2_force, const RuntimeMethod* method) ;
// NodeCanvas.Framework.IBlackboard NodeCanvas.Framework.Graph::get_parentBlackboard()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* Graph_get_parentBlackboard_mB9267D486CB3132D8779D31C1FB3511BA54CBBB6_inline (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, const RuntimeMethod* method) ;
// System.Void NodeCanvas.Framework.Graph::set_agent(UnityEngine.Component)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Graph_set_agent_mE91AA2243169F3853914EAFA0E353B2A9AAAF0D0_inline (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* ___0_value, const RuntimeMethod* method) ;
// System.Void NodeCanvas.Framework.Graph::set_parentBlackboard(NodeCanvas.Framework.IBlackboard)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Graph_set_parentBlackboard_m5057E995632D9D41599006EAC2FF7682ABC3F271_inline (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, RuntimeObject* ___0_value, const RuntimeMethod* method) ;
// System.Void NodeCanvas.Framework.Internal.BlackboardSource::set_parent(NodeCanvas.Framework.IBlackboard)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void BlackboardSource_set_parent_mF0A3A945FFEE8F4F09514D016864A1BF6C671CB8_inline (BlackboardSource_tDF1C560E163F6F63BE89278B7312A32BF329C89E* __this, RuntimeObject* ___0_value, const RuntimeMethod* method) ;
// System.Void NodeCanvas.Framework.Internal.BlackboardSource::set_propertiesBindTarget(UnityEngine.Component)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void BlackboardSource_set_propertiesBindTarget_mDC356C2F9DCC0400AC30420570E3C83089EFD334_inline (BlackboardSource_tDF1C560E163F6F63BE89278B7312A32BF329C89E* __this, Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* ___0_value, const RuntimeMethod* method) ;
// System.Void NodeCanvas.Framework.Internal.BlackboardSource::set_unityContextObject(UnityEngine.Object)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void BlackboardSource_set_unityContextObject_m5A66741ABA7881FBE8B8C1EC185983ED2CB06B5D_inline (BlackboardSource_tDF1C560E163F6F63BE89278B7312A32BF329C89E* __this, Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* ___0_value, const RuntimeMethod* method) ;
// System.Void NodeCanvas.Framework.Graph::UpdateNodeBBFields()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Graph_UpdateNodeBBFields_m1C1B8503C5171E448DDA96E60B17C74CAAFC4721 (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, const RuntimeMethod* method) ;
// System.Collections.Generic.List`1<NodeCanvas.Framework.BBParameter> NodeCanvas.Framework.Graph::get_allParameters()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_tAD83E1E173C28ABFECA64AA58E75072EF894EF92* Graph_get_allParameters_m5B74A4489CC1FC4FAE417793AA86D918D566FF8D (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, const RuntimeMethod* method) ;
// T System.Collections.Generic.List`1<NodeCanvas.Framework.BBParameter>::get_Item(System.Int32)
inline BBParameter_tD717AF8560E573DF3DA925034F257F669CDDBA60* List_1_get_Item_mF5DE0A1843D44B216937AA947EAEE5C974A8F41A (List_1_tAD83E1E173C28ABFECA64AA58E75072EF894EF92* __this, int32_t ___0_index, const RuntimeMethod* method)
{
return (( BBParameter_tD717AF8560E573DF3DA925034F257F669CDDBA60* (*) (List_1_tAD83E1E173C28ABFECA64AA58E75072EF894EF92*, int32_t, const RuntimeMethod*))List_1_get_Item_m33561245D64798C2AB07584C0EC4F240E4839A38_gshared)(__this, ___0_index, method);
}
// System.Int32 System.Collections.Generic.List`1<NodeCanvas.Framework.BBParameter>::get_Count()
inline int32_t List_1_get_Count_m927DF1CC0453C245947D093665906AF02413BBF2_inline (List_1_tAD83E1E173C28ABFECA64AA58E75072EF894EF92* __this, const RuntimeMethod* method)
{
return (( int32_t (*) (List_1_tAD83E1E173C28ABFECA64AA58E75072EF894EF92*, const RuntimeMethod*))List_1_get_Count_m4407E4C389F22B8CEC282C15D56516658746C383_gshared_inline)(__this, method);
}
// System.Void NodeCanvas.Framework.Task::SetOwnerSystem(NodeCanvas.Framework.ITaskSystem)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Task_SetOwnerSystem_mF261D1FFA46C0D370F6D79AF62957605726D92BF (Task_tF05C1B448C98EDD5D7E9E23660FCEAC40348A284* __this, RuntimeObject* ___0_newOwnerSystem, const RuntimeMethod* method) ;
// System.Int32 NodeCanvas.Framework.Graph::AssignNodeID(NodeCanvas.Framework.Node,System.Int32,NodeCanvas.Framework.Node[]&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Graph_AssignNodeID_mEE86E849230D61623A9479A9EA1041B4AC650E55 (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* ___0_node, int32_t ___1_lastID, NodeU5BU5D_t9ED98B145FDFEDFC80FCBDF86A3D7B4D21CB89A2** ___2_parsed, const RuntimeMethod* method) ;
// System.Void System.Func`2<NodeCanvas.Framework.Node,System.Int32>::.ctor(System.Object,System.IntPtr)
inline void Func_2__ctor_m91A0BA3208B811CE29BBEFEB7FC957D3B4352CD0 (Func_2_t9687E0E3A714E9DED407CA9A58821E729782228E* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
{
(( void (*) (Func_2_t9687E0E3A714E9DED407CA9A58821E729782228E*, RuntimeObject*, intptr_t, const RuntimeMethod*))Func_2__ctor_mEB7603EDE6D79A62E5BD74A896F030D2C9F2A821_gshared)(__this, ___0_object, ___1_method, method);
}
// System.Linq.IOrderedEnumerable`1<TSource> System.Linq.Enumerable::OrderBy<NodeCanvas.Framework.Node,System.Int32>(System.Collections.Generic.IEnumerable`1<TSource>,System.Func`2<TSource,TKey>)
inline RuntimeObject* Enumerable_OrderBy_TisNode_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_m3F5BD34B8D48177C139ADF59DE732533D3527122 (RuntimeObject* ___0_source, Func_2_t9687E0E3A714E9DED407CA9A58821E729782228E* ___1_keySelector, const RuntimeMethod* method)
{
return (( RuntimeObject* (*) (RuntimeObject*, Func_2_t9687E0E3A714E9DED407CA9A58821E729782228E*, const RuntimeMethod*))Enumerable_OrderBy_TisRuntimeObject_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_m0CD0677A1278BFC7E13405D11D1EF30919C9E9A2_gshared)(___0_source, ___1_keySelector, method);
}
// System.Void NodeCanvas.Framework.Graph::set_allNodes(System.Collections.Generic.List`1<NodeCanvas.Framework.Node>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Graph_set_allNodes_m7E4E0B1861A14A63100401CFB51CA92F3D1442D7 (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, List_1_t90487A8EA186417AA0A6F2B22B58D1BAE3334437* ___0_value, const RuntimeMethod* method) ;
// System.Boolean System.Linq.Enumerable::Contains<NodeCanvas.Framework.Node>(System.Collections.Generic.IEnumerable`1<TSource>,TSource)
inline bool Enumerable_Contains_TisNode_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8_mF0D1AA2ACAC5ACE3CB9739AEE2F123635BA81D7B (RuntimeObject* ___0_source, Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* ___1_value, const RuntimeMethod* method)
{
return (( bool (*) (RuntimeObject*, Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8*, const RuntimeMethod*))Enumerable_Contains_TisRuntimeObject_mBCDB5870C52FC5BD2B6AE472A749FC03B9CF8958_gshared)(___0_source, ___1_value, method);
}
// System.Void NodeCanvas.Framework.Node::set_ID(System.Int32)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Node_set_ID_mBEB98B3A6E2E6BC7D094CBE79B287CC90210EC18_inline (Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* __this, int32_t ___0_value, const RuntimeMethod* method) ;
// System.Boolean ParadoxNotion.Services.Threader::get_isMainThread()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Threader_get_isMainThread_m1478CD1C236BA03C3BEA1C30F438902C7D3242C4 (const RuntimeMethod* method) ;
// System.Void NodeCanvas.Framework.Graph::add_delayedInitCalls(System.Action)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Graph_add_delayedInitCalls_mA375944CF4D7C58BB2D1B7B0D7FF84CAE7786013 (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___0_value, const RuntimeMethod* method) ;
// System.Runtime.CompilerServices.AsyncVoidMethodBuilder System.Runtime.CompilerServices.AsyncVoidMethodBuilder::Create()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AsyncVoidMethodBuilder_t253E37B63E7E7B504878AE6563347C147F98EF2D AsyncVoidMethodBuilder_Create_m13D0B23DD350C14035918384E10AF641E6B9EE67 (const RuntimeMethod* method) ;
// System.Void System.Runtime.CompilerServices.AsyncVoidMethodBuilder::Start<NodeCanvas.Framework.Graph/<LoadOverwriteAsync>d__155>(TStateMachine&)
inline void AsyncVoidMethodBuilder_Start_TisU3CLoadOverwriteAsyncU3Ed__155_t92C9479F26ED038416AFD5C493788CFB484FE053_mF604772BC49B9268C13A70847376E8B64A876567 (AsyncVoidMethodBuilder_t253E37B63E7E7B504878AE6563347C147F98EF2D* __this, U3CLoadOverwriteAsyncU3Ed__155_t92C9479F26ED038416AFD5C493788CFB484FE053* ___0_stateMachine, const RuntimeMethod* method)
{
(( void (*) (AsyncVoidMethodBuilder_t253E37B63E7E7B504878AE6563347C147F98EF2D*, U3CLoadOverwriteAsyncU3Ed__155_t92C9479F26ED038416AFD5C493788CFB484FE053*, const RuntimeMethod*))AsyncVoidMethodBuilder_Start_TisU3CLoadOverwriteAsyncU3Ed__155_t92C9479F26ED038416AFD5C493788CFB484FE053_mF604772BC49B9268C13A70847376E8B64A876567_gshared)(__this, ___0_stateMachine, method);
}
// System.Void NodeCanvas.Framework.Graph/<>c__DisplayClass156_0::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass156_0__ctor_mA5203782511F6D59BADF6028F09EB9E8A95E6DA2 (U3CU3Ec__DisplayClass156_0_tF1D763BE4C51972A687C63D6BF6ED14A80682E6D* __this, const RuntimeMethod* method) ;
// System.Void NodeCanvas.Framework.Graph::SetGraphSourceMetaData(NodeCanvas.Framework.Internal.GraphSource)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Graph_SetGraphSourceMetaData_m0C396988E751BD53E6E0123F4DC9F94007C80E15 (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, GraphSource_tDFC175F2BFB99D693583B1D52BB6857C73932914* ___0_source, const RuntimeMethod* method) ;
// System.Void NodeCanvas.Framework.Graph::ThreadSafeInitCall(System.Action)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Graph_ThreadSafeInitCall_m67CB28E9FB66A7279879220F62F6F5C3410738C4 (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___0_call, const RuntimeMethod* method) ;
// System.Void NodeCanvas.Framework.Graph::set_hasInitialized(System.Boolean)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Graph_set_hasInitialized_mEC0A9F63926F7DE56E9717F927A61C622E61EE05_inline (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, bool ___0_value, const RuntimeMethod* method) ;
// System.Void NodeCanvas.Framework.Graph::PreInitializeSubGraphs()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Graph_PreInitializeSubGraphs_m0F91EEE414E15EE6F44B046DEDE2637962DF15F9 (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, const RuntimeMethod* method) ;
// System.Void NodeCanvas.Framework.IBlackboardExtensions::InitializePropertiesBinding(NodeCanvas.Framework.IBlackboard,UnityEngine.Component,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IBlackboardExtensions_InitializePropertiesBinding_mE1FC0E7B48DD341FA2B4CDE3A84680C25F3D3113 (RuntimeObject* ___0_blackboard, Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* ___1_target, bool ___2_callSetter, const RuntimeMethod* method) ;
// System.Collections.Generic.IEnumerable`1<TResult> System.Linq.Enumerable::OfType<NodeCanvas.Framework.IGraphAssignable>(System.Collections.IEnumerable)
inline RuntimeObject* Enumerable_OfType_TisIGraphAssignable_tD5C8ED4B20F921681A68BEDADDA70F7BD60ED9AE_m230BC29903EAC370895BFD522B5B1CC5962D25A2 (RuntimeObject* ___0_source, const RuntimeMethod* method)
{
return (( RuntimeObject* (*) (RuntimeObject*, const RuntimeMethod*))Enumerable_OfType_TisRuntimeObject_m159512A788C6571FEF13C708CB20374087C762DD_gshared)(___0_source, method);
}
// System.Void NodeCanvas.Framework.Graph::Initialize(UnityEngine.Component,NodeCanvas.Framework.IBlackboard,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Graph_Initialize_mBBC3D21E00F345F3C250630C094FE3ED17EAD458 (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* ___0_newAgent, RuntimeObject* ___1_newParentBlackboard, bool ___2_preInitializeSubGraphs, const RuntimeMethod* method) ;
// System.Boolean NodeCanvas.Framework.Graph::get_isPaused()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Graph_get_isPaused_m6022B8A4A55D37BB78C4C4255497B08D558E1294_inline (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, const RuntimeMethod* method) ;
// System.Boolean NodeCanvas.Framework.Graph::get_hasInitialized()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Graph_get_hasInitialized_m21CC738CEBC9C077757E073A9F6FF5D75A79BEBE_inline (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, const RuntimeMethod* method) ;
// System.Void NodeCanvas.Framework.Graph::Resume()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Graph_Resume_mEC5312DE2A87EA423BC66E137C5152636BEC3FC6 (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<NodeCanvas.Framework.Graph>::.ctor()
inline void List_1__ctor_mBE7298258C6DFF69BD1D1FA846D0D1BF00BD8E5F (List_1_tAC3699D052F658AFF59ECF6AB1A90478603F6294* __this, const RuntimeMethod* method)
{
(( void (*) (List_1_tAC3699D052F658AFF59ECF6AB1A90478603F6294*, const RuntimeMethod*))List_1__ctor_m7F078BB342729BDF11327FD89D7872265328F690_gshared)(__this, method);
}
// System.Void System.Collections.Generic.List`1<NodeCanvas.Framework.Graph>::Add(T)
inline void List_1_Add_m5AFEEE63A5B1971A561223862B30A3EB2AF60B87_inline (List_1_tAC3699D052F658AFF59ECF6AB1A90478603F6294* __this, Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* ___0_item, const RuntimeMethod* method)
{
(( void (*) (List_1_tAC3699D052F658AFF59ECF6AB1A90478603F6294*, Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032*, const RuntimeMethod*))List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_gshared_inline)(__this, ___0_item, method);
}
// System.Void NodeCanvas.Framework.Graph::set_elapsedTime(System.Single)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Graph_set_elapsedTime_m5CBC053B9E23A86D53966CC580E732921295A65A_inline (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, float ___0_value, const RuntimeMethod* method) ;
// System.Void NodeCanvas.Framework.Graph::set_isRunning(System.Boolean)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Graph_set_isRunning_mE58F68B92F3AB986898898F59D0C538BD711A81D_inline (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, bool ___0_value, const RuntimeMethod* method) ;
// System.Void NodeCanvas.Framework.Graph::set_isPaused(System.Boolean)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Graph_set_isPaused_m9E8C911EBDD80D067298098E79E56975BBF847BF_inline (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, bool ___0_value, const RuntimeMethod* method) ;
// System.Void NodeCanvas.Framework.Graph::set_updateMode(NodeCanvas.Framework.Graph/UpdateMode)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Graph_set_updateMode_m49477D00F419F9297434DD89E3E329E88E9F0FDB_inline (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, int32_t ___0_value, const RuntimeMethod* method) ;
// NodeCanvas.Framework.Graph/UpdateMode NodeCanvas.Framework.Graph::get_updateMode()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Graph_get_updateMode_m52B8F58B53FD1023FBC45AD61BA61CB4B6F88F38_inline (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, const RuntimeMethod* method) ;
// ParadoxNotion.Services.MonoManager ParadoxNotion.Services.MonoManager::get_current()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MonoManager_tE81CE532B3B4DBD56BB7E9CBDB64B8872B210675* MonoManager_get_current_m02321AECFDF5F04A1D35CCBB9B39D56903ACCE3B (const RuntimeMethod* method) ;
// System.Void ParadoxNotion.Services.MonoManager::AddUpdateCall(ParadoxNotion.Services.MonoManager/UpdateMode,System.Action)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MonoManager_AddUpdateCall_m29C014409FB1C6BDC18A70DD5CD389348E48A248 (MonoManager_tE81CE532B3B4DBD56BB7E9CBDB64B8872B210675* __this, int32_t ___0_mode, Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___1_call, const RuntimeMethod* method) ;
// System.Boolean System.Collections.Generic.List`1<NodeCanvas.Framework.Graph>::Remove(T)
inline bool List_1_Remove_m3BF412E756AAFE7FCA3CA5DF7CE7873C0022EA74 (List_1_tAC3699D052F658AFF59ECF6AB1A90478603F6294* __this, Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* ___0_item, const RuntimeMethod* method)
{
return (( bool (*) (List_1_tAC3699D052F658AFF59ECF6AB1A90478603F6294*, Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032*, const RuntimeMethod*))List_1_Remove_m4DFA48F4CEB9169601E75FC28517C5C06EFA5AD7_gshared)(__this, ___0_item, method);
}
// System.Void ParadoxNotion.Services.MonoManager::RemoveUpdateCall(ParadoxNotion.Services.MonoManager/UpdateMode,System.Action)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MonoManager_RemoveUpdateCall_mDB5B834C92EA6B2107F39D1FC5C23DA427A38401 (MonoManager_tE81CE532B3B4DBD56BB7E9CBDB64B8872B210675* __this, int32_t ___0_mode, Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___1_call, const RuntimeMethod* method) ;
// System.Boolean NodeCanvas.Framework.IGraphAssignableExtensions::TryStopSubGraph(NodeCanvas.Framework.IGraphAssignable)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool IGraphAssignableExtensions_TryStopSubGraph_mBC18DB17F14A7D73B6A4B265BD6C210B174C5ED8 (RuntimeObject* ___0_assignable, const RuntimeMethod* method) ;
// System.Void System.Action`1<System.Boolean>::Invoke(T)
inline void Action_1_Invoke_m69C8773D6967F3B224777183E24EA621CE056F8F_inline (Action_1_t10DCB0C07D0D3C565CEACADC80D1152B35A45F6C* __this, bool ___0_obj, const RuntimeMethod* method)
{
(( void (*) (Action_1_t10DCB0C07D0D3C565CEACADC80D1152B35A45F6C*, bool, const RuntimeMethod*))Action_1_Invoke_m69C8773D6967F3B224777183E24EA621CE056F8F_gshared_inline)(__this, ___0_obj, method);
}
// System.Boolean NodeCanvas.Framework.IGraphAssignableExtensions::TryPauseSubGraph(NodeCanvas.Framework.IGraphAssignable)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool IGraphAssignableExtensions_TryPauseSubGraph_mBF43EB74302C378BFB6DE36F0ED9609060231148 (RuntimeObject* ___0_assignable, const RuntimeMethod* method) ;
// System.Boolean NodeCanvas.Framework.IGraphAssignableExtensions::TryResumeSubGraph(NodeCanvas.Framework.IGraphAssignable)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool IGraphAssignableExtensions_TryResumeSubGraph_m83679A62D0761813E521616D3744988AF34AE6E2 (RuntimeObject* ___0_assignable, const RuntimeMethod* method) ;
// System.Void NodeCanvas.Framework.Graph::set_deltaTime(System.Single)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Graph_set_deltaTime_m5199424C706FD47C781A1310532D8A5152F010B8_inline (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, float ___0_value, const RuntimeMethod* method) ;
// System.Single NodeCanvas.Framework.Graph::get_elapsedTime()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Graph_get_elapsedTime_mD78F82F612A65CBFC791A3D27DCFDB8A600D0F44_inline (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, const RuntimeMethod* method) ;
// System.Void NodeCanvas.Framework.Graph::set_lastUpdateFrame(System.Int32)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Graph_set_lastUpdateFrame_m1799249C8CDEEFCBD74C76A5FAB2F24B8BF9AE07_inline (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, int32_t ___0_value, const RuntimeMethod* method) ;
// T UnityEngine.Component::GetComponent<ParadoxNotion.Services.EventRouter>()
inline EventRouter_tFF11845F5CEB376625AA32F751511FA5918717F9* Component_GetComponent_TisEventRouter_tFF11845F5CEB376625AA32F751511FA5918717F9_m2B8CE1F952E5D881DF191985D474AC5B0D09C3A4 (Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* __this, const RuntimeMethod* method)
{
return (( EventRouter_tFF11845F5CEB376625AA32F751511FA5918717F9* (*) (Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3*, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_m7181F81CAEC2CF53F5D2BC79B7425C16E1F80D33_gshared)(__this, method);
}
// System.Void ParadoxNotion.Services.EventRouter::InvokeCustomEvent(System.String,System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventRouter_InvokeCustomEvent_m48C4B32E7BDCB824BFD697946C870B64B7E1DB0E (EventRouter_tFF11845F5CEB376625AA32F751511FA5918717F9* __this, String_t* ___0_name, RuntimeObject* ___1_value, RuntimeObject* ___2_sender, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<UnityEngine.GameObject>::.ctor()
inline void List_1__ctor_m447372C1EF7141193B93090A77395B786C72C7BC (List_1_tB951CE80B58D1BF9650862451D8DAD8C231F207B* __this, const RuntimeMethod* method)
{
(( void (*) (List_1_tB951CE80B58D1BF9650862451D8DAD8C231F207B*, const RuntimeMethod*))List_1__ctor_m7F078BB342729BDF11327FD89D7872265328F690_gshared)(__this, method);
}
// T[] System.Collections.Generic.List`1<NodeCanvas.Framework.Graph>::ToArray()
inline GraphU5BU5D_t53C54396E48744CA4BADC9B4753E8A4F0B97EB5A* List_1_ToArray_mA184391E7D122EA09082C6B6DD18BED271661B75 (List_1_tAC3699D052F658AFF59ECF6AB1A90478603F6294* __this, const RuntimeMethod* method)
{
return (( GraphU5BU5D_t53C54396E48744CA4BADC9B4753E8A4F0B97EB5A* (*) (List_1_tAC3699D052F658AFF59ECF6AB1A90478603F6294*, const RuntimeMethod*))List_1_ToArray_mD7E4F8E7C11C3C67CB5739FCC0A6E86106A6291F_gshared)(__this, method);
}
// System.Boolean System.Collections.Generic.List`1<UnityEngine.GameObject>::Contains(T)
inline bool List_1_Contains_m8D2C9B0C7844486763AE6C2CA3C04FA4BBA9B384 (List_1_tB951CE80B58D1BF9650862451D8DAD8C231F207B* __this, GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___0_item, const RuntimeMethod* method)
{
return (( bool (*) (List_1_tB951CE80B58D1BF9650862451D8DAD8C231F207B*, GameObject_t76FEDD663AB33C991A9C9A23129337651094216F*, const RuntimeMethod*))List_1_Contains_m4C9139C2A6B23E9343D3F87807B32C6E2CFE660D_gshared)(__this, ___0_item, method);
}
// System.Void System.Collections.Generic.List`1<UnityEngine.GameObject>::Add(T)
inline void List_1_Add_m43FBF207375C6E06B8C45ECE614F9B8008FB686E_inline (List_1_tB951CE80B58D1BF9650862451D8DAD8C231F207B* __this, GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___0_item, const RuntimeMethod* method)
{
(( void (*) (List_1_tB951CE80B58D1BF9650862451D8DAD8C231F207B*, GameObject_t76FEDD663AB33C991A9C9A23129337651094216F*, const RuntimeMethod*))List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_gshared_inline)(__this, ___0_item, method);
}
// System.Void NodeCanvas.Framework.Graph::SendEvent(System.String,System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Graph_SendEvent_m6472A6F8C3EB0D1303080E0AC3264A3C39C5B426 (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, String_t* ___0_name, RuntimeObject* ___1_value, RuntimeObject* ___2_sender, const RuntimeMethod* method) ;
// System.Collections.Generic.List`1<NodeCanvas.Framework.Connection> NodeCanvas.Framework.Graph::get_allConnections()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_t619EB3258C7F1EBD15A485EA09888BE9FC87AC7E* Graph_get_allConnections_mCA1C303DB87130FBCB5EF2BE0B0E52B90D11EEE8 (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, const RuntimeMethod* method) ;
// System.Void NodeCanvas.Framework.Graph/<>c__DisplayClass185_0::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass185_0__ctor_m822164FF0888D574735CA86D0E5DA9B02F34476D (U3CU3Ec__DisplayClass185_0_tC22116BADA546CF32BB57A691C535061A1BF9806* __this, const RuntimeMethod* method) ;
// System.Void System.Predicate`1<NodeCanvas.Framework.Node>::.ctor(System.Object,System.IntPtr)
inline void Predicate_1__ctor_m205AC5CB49E4961B6C98057A57C704F30E8FA87C (Predicate_1_t617B25A55F49659B39281FEB4AC0B7A7A0B70DDA* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
{
(( void (*) (Predicate_1_t617B25A55F49659B39281FEB4AC0B7A7A0B70DDA*, RuntimeObject*, intptr_t, const RuntimeMethod*))Predicate_1__ctor_m3E007299121A15DF80F4A210FF8C20E5DF688F20_gshared)(__this, ___0_object, ___1_method, method);
}
// T System.Collections.Generic.List`1<NodeCanvas.Framework.Node>::Find(System.Predicate`1<T>)
inline Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* List_1_Find_mD6B0D1E9E738493A2AC570C0B2A9400DEE189F0D (List_1_t90487A8EA186417AA0A6F2B22B58D1BAE3334437* __this, Predicate_1_t617B25A55F49659B39281FEB4AC0B7A7A0B70DDA* ___0_match, const RuntimeMethod* method)
{
return (( Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* (*) (List_1_t90487A8EA186417AA0A6F2B22B58D1BAE3334437*, Predicate_1_t617B25A55F49659B39281FEB4AC0B7A7A0B70DDA*, const RuntimeMethod*))List_1_Find_m5E78A210541B0D844FE27B94F509313623BE33D3_gshared)(__this, ___0_match, method);
}
// System.Void System.Func`2<NodeCanvas.Framework.Node,System.Boolean>::.ctor(System.Object,System.IntPtr)
inline void Func_2__ctor_m9AC5DDE74645CF6F841560321B0D6861D2D38FCB (Func_2_tD3E7CDEEA1726BF1BD49AF012C291CE83DC4D942* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
{
(( void (*) (Func_2_tD3E7CDEEA1726BF1BD49AF012C291CE83DC4D942*, 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<NodeCanvas.Framework.Node>(System.Collections.Generic.IEnumerable`1<TSource>,System.Func`2<TSource,System.Boolean>)
inline RuntimeObject* Enumerable_Where_TisNode_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8_m974AFD5A11BE97105F90CC3BDA21B04A950C7994 (RuntimeObject* ___0_source, Func_2_tD3E7CDEEA1726BF1BD49AF012C291CE83DC4D942* ___1_predicate, const RuntimeMethod* method)
{
return (( RuntimeObject* (*) (RuntimeObject*, Func_2_tD3E7CDEEA1726BF1BD49AF012C291CE83DC4D942*, const RuntimeMethod*))Enumerable_Where_TisRuntimeObject_m5DAF16724887B42DDBBF391C7F375749E8AA4AD7_gshared)(___0_source, ___1_predicate, method);
}
// System.Collections.Generic.Dictionary`2/ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2<NodeCanvas.Framework.Graph,NodeCanvas.Framework.Graph>::get_Values()
inline ValueCollection_t92472E911F4576EC82C8BDBA86E6261CF5D65849* Dictionary_2_get_Values_mDED4843FCD82C3882CCEF62334BEAA5A00562666 (Dictionary_2_t53340DA94CD089F96CBE1DAF7C4D853B6AF205FA* __this, const RuntimeMethod* method)
{
return (( ValueCollection_t92472E911F4576EC82C8BDBA86E6261CF5D65849* (*) (Dictionary_2_t53340DA94CD089F96CBE1DAF7C4D853B6AF205FA*, const RuntimeMethod*))Dictionary_2_get_Values_mA0C01DEA55329E55380E96BBD04D4D228B437EC5_gshared)(__this, method);
}
// System.Void System.Collections.Generic.List`1<NodeCanvas.Framework.Graph>::AddRange(System.Collections.Generic.IEnumerable`1<T>)
inline void List_1_AddRange_m17C9239646276D1084F4BAEE382196C88B67E507 (List_1_tAC3699D052F658AFF59ECF6AB1A90478603F6294* __this, RuntimeObject* ___0_collection, const RuntimeMethod* method)
{
(( void (*) (List_1_tAC3699D052F658AFF59ECF6AB1A90478603F6294*, RuntimeObject*, const RuntimeMethod*))List_1_AddRange_m1F76B300133150E6046C5FED00E88B5DE0A02E17_gshared)(__this, ___0_collection, method);
}
// System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<TKey,TValue> System.Collections.Generic.Dictionary`2/ValueCollection<NodeCanvas.Framework.Graph,NodeCanvas.Framework.Graph>::GetEnumerator()
inline Enumerator_t81FFCB650AC787ADAAC97862B2C0948DC1FA3B9D ValueCollection_GetEnumerator_m385DFE5699F972BAB6B47E76A983A4308940D2F2 (ValueCollection_t92472E911F4576EC82C8BDBA86E6261CF5D65849* __this, const RuntimeMethod* method)
{
return (( Enumerator_t81FFCB650AC787ADAAC97862B2C0948DC1FA3B9D (*) (ValueCollection_t92472E911F4576EC82C8BDBA86E6261CF5D65849*, const RuntimeMethod*))ValueCollection_GetEnumerator_m025EE28BE2F31676E08BC3D7C8E39D8232BDBBF8_gshared)(__this, method);
}
// System.Void System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<NodeCanvas.Framework.Graph,NodeCanvas.Framework.Graph>::Dispose()
inline void Enumerator_Dispose_m6165D43C2F7FFEE459D8A15A5177D9E198A33D2B (Enumerator_t81FFCB650AC787ADAAC97862B2C0948DC1FA3B9D* __this, const RuntimeMethod* method)
{
(( void (*) (Enumerator_t81FFCB650AC787ADAAC97862B2C0948DC1FA3B9D*, const RuntimeMethod*))Enumerator_Dispose_mFD8FAB8D9FF5EDF9AE3B14CF539A8A34AA9527A8_gshared)(__this, method);
}
// TValue System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<NodeCanvas.Framework.Graph,NodeCanvas.Framework.Graph>::get_Current()
inline Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* Enumerator_get_Current_mD6A5A42AC811A958FEA385EEEEE5795E8BFD8A02_inline (Enumerator_t81FFCB650AC787ADAAC97862B2C0948DC1FA3B9D* __this, const RuntimeMethod* method)
{
return (( Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* (*) (Enumerator_t81FFCB650AC787ADAAC97862B2C0948DC1FA3B9D*, const RuntimeMethod*))Enumerator_get_Current_mB407E755F3B4C51C54D24338D00A352E5B16E7F3_gshared_inline)(__this, method);
}
// System.Collections.Generic.IEnumerable`1<NodeCanvas.Framework.Graph> NodeCanvas.Framework.Graph::GetAllInstancedNestedGraphs()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Graph_GetAllInstancedNestedGraphs_m7E07796C803F71F59DB7F12A97175A36913592AA (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, const RuntimeMethod* method) ;
// System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<NodeCanvas.Framework.Graph,NodeCanvas.Framework.Graph>::MoveNext()
inline bool Enumerator_MoveNext_m88FA3E50D2CFCE73248D4987EC3164078FC27D8A (Enumerator_t81FFCB650AC787ADAAC97862B2C0948DC1FA3B9D* __this, const RuntimeMethod* method)
{
return (( bool (*) (Enumerator_t81FFCB650AC787ADAAC97862B2C0948DC1FA3B9D*, const RuntimeMethod*))Enumerator_MoveNext_mBE11DA1DAFC756EB87E884AADC5EDC4BB72FB032_gshared)(__this, method);
}
// System.Void System.Func`2<NodeCanvas.Framework.BBParameter,System.Boolean>::.ctor(System.Object,System.IntPtr)
inline void Func_2__ctor_m03848BA9C3607E43FF44EECD8683C77FEFEAD2E1 (Func_2_tC4190DCA2BF70E11FD778B412F6003C5572A3E4C* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
{
(( void (*) (Func_2_tC4190DCA2BF70E11FD778B412F6003C5572A3E4C*, 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<NodeCanvas.Framework.BBParameter>(System.Collections.Generic.IEnumerable`1<TSource>,System.Func`2<TSource,System.Boolean>)
inline RuntimeObject* Enumerable_Where_TisBBParameter_tD717AF8560E573DF3DA925034F257F669CDDBA60_m6A7218179416631FAE77B8B1D24D1A17C46B7652 (RuntimeObject* ___0_source, Func_2_tC4190DCA2BF70E11FD778B412F6003C5572A3E4C* ___1_predicate, const RuntimeMethod* method)
{
return (( RuntimeObject* (*) (RuntimeObject*, Func_2_tC4190DCA2BF70E11FD778B412F6003C5572A3E4C*, const RuntimeMethod*))Enumerable_Where_TisRuntimeObject_m5DAF16724887B42DDBBF391C7F375749E8AA4AD7_gshared)(___0_source, ___1_predicate, method);
}
// System.Collections.Generic.IEnumerable`1<NodeCanvas.Framework.BBParameter> NodeCanvas.Framework.Graph::GetDefinedParameters()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Graph_GetDefinedParameters_mD46CD4B857BB89A16B2163BA32164D0C0A046BA9 (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, const RuntimeMethod* method) ;
// NodeCanvas.Framework.Variable NodeCanvas.Framework.BBParameter::get_varRef()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Variable_t60C01143D3B1491B2FFEB305052C327D03DDF4AA* BBParameter_get_varRef_mD0DDBD4F6D0CF79AB5B1227FD5D3FCB56F19F919_inline (BBParameter_tD717AF8560E573DF3DA925034F257F669CDDBA60* __this, const RuntimeMethod* method) ;
// System.Boolean NodeCanvas.Framework.BBParameter::get_isPresumedDynamic()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BBParameter_get_isPresumedDynamic_mDE00891510D38BD61292EDD2F9044671BAAED973 (BBParameter_tD717AF8560E573DF3DA925034F257F669CDDBA60* __this, const RuntimeMethod* method) ;
// NodeCanvas.Framework.Variable NodeCanvas.Framework.BBParameter::PromoteToVariable(NodeCanvas.Framework.IBlackboard)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Variable_t60C01143D3B1491B2FFEB305052C327D03DDF4AA* BBParameter_PromoteToVariable_m0F9CDE6453CFDBEF6586F63DA266171AE841D9AF (BBParameter_tD717AF8560E573DF3DA925034F257F669CDDBA60* __this, RuntimeObject* ___0_targetBB, const RuntimeMethod* method) ;
// NodeCanvas.Framework.Graph NodeCanvas.Framework.Connection::get_graph()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* Connection_get_graph_mDE72A577448B03F0F4E74DD68F71DC9CCA9F9FE9 (Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D* __this, const RuntimeMethod* method) ;
// NodeCanvas.Framework.ITaskSystem NodeCanvas.Framework.Task::get_ownerSystem()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* Task_get_ownerSystem_m980F955CAD5DE771E19FA231DA402096BF9B9233_inline (Task_tF05C1B448C98EDD5D7E9E23660FCEAC40348A284* __this, const RuntimeMethod* method) ;
// UnityEngine.Object NodeCanvas.Framework.Internal.BlackboardSource::get_unityContextObject()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* BlackboardSource_get_unityContextObject_m938AC1ADFD91BCDDBAD024692CC86BBB3E1BB47C_inline (BlackboardSource_tDF1C560E163F6F63BE89278B7312A32BF329C89E* __this, const RuntimeMethod* method) ;
// ParadoxNotion.HierarchyTree/Element NodeCanvas.Framework.Graph::get_flatMetaGraph()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Element_t3ABE015B81AFFE208F4314A4A588E9E7EFD63407* Graph_get_flatMetaGraph_m482C52F589DB9EFA15EF38DFAEF560088617117A_inline (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, const RuntimeMethod* method) ;
// System.Void ParadoxNotion.HierarchyTree/Element::.ctor(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Element__ctor_mE45F611F3A617627E9CFDBCEDEFD07CB4E3F1F59 (Element_t3ABE015B81AFFE208F4314A4A588E9E7EFD63407* __this, RuntimeObject* ___0_reference, const RuntimeMethod* method) ;
// ParadoxNotion.HierarchyTree/Element NodeCanvas.Framework.Graph::GetTreeNodeElement(NodeCanvas.Framework.Node,System.Boolean,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Element_t3ABE015B81AFFE208F4314A4A588E9E7EFD63407* Graph_GetTreeNodeElement_m0A449CD9D130D9AA493B318D9DD546AE396216A2 (Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* ___0_node, bool ___1_recurse, int32_t* ___2_lastID, const RuntimeMethod* method) ;
// ParadoxNotion.HierarchyTree/Element ParadoxNotion.HierarchyTree/Element::AddChild(ParadoxNotion.HierarchyTree/Element)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Element_t3ABE015B81AFFE208F4314A4A588E9E7EFD63407* Element_AddChild_mB2FD019391869E576283C3C557295CC4FCE54282 (Element_t3ABE015B81AFFE208F4314A4A588E9E7EFD63407* __this, Element_t3ABE015B81AFFE208F4314A4A588E9E7EFD63407* ___0_child, const RuntimeMethod* method) ;
// ParadoxNotion.HierarchyTree/Element NodeCanvas.Framework.Graph::get_fullMetaGraph()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Element_t3ABE015B81AFFE208F4314A4A588E9E7EFD63407* Graph_get_fullMetaGraph_m454E575035CF587A3D5B9AA64431351EFA8195F3_inline (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, const RuntimeMethod* method) ;
// System.Int32 NodeCanvas.Framework.Node::get_ID()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Node_get_ID_m1C2CE6645F79C1FBCFDEA0B2CBAE95EB3A7C0E26_inline (Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* __this, const RuntimeMethod* method) ;
// ParadoxNotion.HierarchyTree/Element NodeCanvas.Framework.Graph::get_nestedMetaGraph()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Element_t3ABE015B81AFFE208F4314A4A588E9E7EFD63407* Graph_get_nestedMetaGraph_mA3912216F9666729BC34482239E956EE119DE6AE_inline (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, const RuntimeMethod* method) ;
// System.Void NodeCanvas.Framework.Graph::DigNestedGraphs(NodeCanvas.Framework.Graph,ParadoxNotion.HierarchyTree/Element)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Graph_DigNestedGraphs_m30856CDBCBCF10306D9336DA1F374311916F18EF (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* ___0_currentGraph, Element_t3ABE015B81AFFE208F4314A4A588E9E7EFD63407* ___1_currentElement, const RuntimeMethod* method) ;
// ParadoxNotion.HierarchyTree/Element NodeCanvas.Framework.Graph::CollectSubElements(NodeCanvas.Framework.IGraphElement)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Element_t3ABE015B81AFFE208F4314A4A588E9E7EFD63407* Graph_CollectSubElements_mA2D53035AC5273ABDC22BDF7032C4E01CAA843AA (RuntimeObject* ___0_obj, const RuntimeMethod* method) ;
// System.Void NodeCanvas.Framework.Graph/<>c__DisplayClass202_0::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass202_0__ctor_m35A198D307CC1EF14C048348BA08C5F9F22DC396 (U3CU3Ec__DisplayClass202_0_t594AC677C7AFEB1C4949A77503DA9CD7C148FEF3* __this, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.Stack`1<ParadoxNotion.HierarchyTree/Element>::.ctor()
inline void Stack_1__ctor_m8F34EE717416758DAD4945CC5121552C62A035E6 (Stack_1_t8CF49818C4814B468364DB7D1B751062E3A6191B* __this, const RuntimeMethod* method)
{
(( void (*) (Stack_1_t8CF49818C4814B468364DB7D1B751062E3A6191B*, const RuntimeMethod*))Stack_1__ctor_m70E8EDA96A608CE9BAB7FC8313B233AADA573BD4_gshared)(__this, method);
}
// System.Void System.Action`1<System.Object>::.ctor(System.Object,System.IntPtr)
inline void Action_1__ctor_m2E1DFA67718FC1A0B6E5DFEB78831FFE9C059EB4 (Action_1_t6F9EB113EB3F16226AEF811A2744F4111C116C87* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
{
(( void (*) (Action_1_t6F9EB113EB3F16226AEF811A2744F4111C116C87*, RuntimeObject*, intptr_t, const RuntimeMethod*))Action_1__ctor_m2E1DFA67718FC1A0B6E5DFEB78831FFE9C059EB4_gshared)(__this, ___0_object, ___1_method, method);
}
// System.Void System.Action`2<System.Object,ParadoxNotion.Serialization.FullSerializer.fsData>::.ctor(System.Object,System.IntPtr)
inline void Action_2__ctor_m69974A231F38CCDCED3F8BC4AA3E73D6F0DBE159 (Action_2_tBCF27E67455F82A86083269A473FFBC6EF95A085* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
{
(( void (*) (Action_2_tBCF27E67455F82A86083269A473FFBC6EF95A085*, RuntimeObject*, intptr_t, const RuntimeMethod*))Action_2__ctor_m6A0E7FE9DF9AE6C4BEE58611CB55F64FC3D79052_gshared)(__this, ___0_object, ___1_method, method);
}
// System.Void ParadoxNotion.Serialization.JSONSerializer::SerializeAndExecuteNoCycles(System.Type,System.Object,System.Action`1<System.Object>,System.Action`2<System.Object,ParadoxNotion.Serialization.FullSerializer.fsData>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JSONSerializer_SerializeAndExecuteNoCycles_mEA4C75071C60E53DF1088907B1236E8FE4C25561 (Type_t* ___0_type, RuntimeObject* ___1_instance, Action_1_t6F9EB113EB3F16226AEF811A2744F4111C116C87* ___2_beforeCall, Action_2_tBCF27E67455F82A86083269A473FFBC6EF95A085* ___3_afterCall, const RuntimeMethod* method) ;
// ParadoxNotion.HierarchyTree/Element NodeCanvas.Framework.Graph::GetFlatMetaGraph()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Element_t3ABE015B81AFFE208F4314A4A588E9E7EFD63407* Graph_GetFlatMetaGraph_mD5679731697C2E6E6B61CF40F072FCEB3A8593C0 (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, const RuntimeMethod* method) ;
// ParadoxNotion.HierarchyTree/Element ParadoxNotion.HierarchyTree/Element::FindReferenceElement(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Element_t3ABE015B81AFFE208F4314A4A588E9E7EFD63407* Element_FindReferenceElement_mD0C0FB031F3DA67084E97895F1DD2EDD6E3FE2AD (Element_t3ABE015B81AFFE208F4314A4A588E9E7EFD63407* __this, RuntimeObject* ___0_target, const RuntimeMethod* method) ;
// T ParadoxNotion.HierarchyTree/Element::GetFirstParentReferenceOfType<NodeCanvas.Framework.IGraphElement>()
inline RuntimeObject* Element_GetFirstParentReferenceOfType_TisIGraphElement_t5F3857CCE5EFB70AF8F6E9D93F460970198F0CAF_mBFAB0EB8714C24F580146A7CFC2FEA08413B6FE5 (Element_t3ABE015B81AFFE208F4314A4A588E9E7EFD63407* __this, const RuntimeMethod* method)
{
return (( RuntimeObject* (*) (Element_t3ABE015B81AFFE208F4314A4A588E9E7EFD63407*, const RuntimeMethod*))Element_GetFirstParentReferenceOfType_TisRuntimeObject_m2437BD52CE2FE8A5F25E0B996758C33178B85D8B_gshared)(__this, method);
}
// System.Void NodeCanvas.Framework.Graph/<>c__DisplayClass205_0::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass205_0__ctor_m297E82218881427035A9E13AF2298A76C28BC8DA (U3CU3Ec__DisplayClass205_0_t10347BA08C14B3385B4F2B7656D5125A2DF32098* __this, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<NodeCanvas.Framework.Task>::.ctor()
inline void List_1__ctor_m3F9CB620FAE15251C1B8F88D9808D447DC613748 (List_1_t2338E7E26462DEE44946C327D8DE6718C0BFFC4D* __this, const RuntimeMethod* method)
{
(( void (*) (List_1_t2338E7E26462DEE44946C327D8DE6718C0BFFC4D*, const RuntimeMethod*))List_1__ctor_m7F078BB342729BDF11327FD89D7872265328F690_gshared)(__this, method);
}
// System.Void ParadoxNotion.Serialization.JSONSerializer::SerializeAndExecuteNoCycles(System.Type,System.Object,System.Action`2<System.Object,ParadoxNotion.Serialization.FullSerializer.fsData>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JSONSerializer_SerializeAndExecuteNoCycles_m9C02E91FD4C62C82317A899C695D33375D9635E7 (Type_t* ___0_type, RuntimeObject* ___1_instance, Action_2_tBCF27E67455F82A86083269A473FFBC6EF95A085* ___2_call, const RuntimeMethod* method) ;
// System.Void NodeCanvas.Framework.Graph/<>c__DisplayClass206_0::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass206_0__ctor_mD365AA167F16DB2981402A028CB60B81349CCC74 (U3CU3Ec__DisplayClass206_0_t085B4A6928AC1787F49A73FD23EBF2938EB63A37* __this, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<NodeCanvas.Framework.BBParameter>::.ctor()
inline void List_1__ctor_m9F0C00EDC9D8CB99E6D7E49E9E239D41A8945457 (List_1_tAD83E1E173C28ABFECA64AA58E75072EF894EF92* __this, const RuntimeMethod* method)
{
(( void (*) (List_1_tAD83E1E173C28ABFECA64AA58E75072EF894EF92*, const RuntimeMethod*))List_1__ctor_m7F078BB342729BDF11327FD89D7872265328F690_gshared)(__this, method);
}
// UnityEngine.Vector2 NodeCanvas.Framework.Graph::get_translation()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Graph_get_translation_m6954B16766565C99C2C119C82DEE98D58C05B0EC (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, const RuntimeMethod* method) ;
// NodeCanvas.Framework.Node NodeCanvas.Framework.Graph::AddNode(System.Type,UnityEngine.Vector2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* Graph_AddNode_m1D2E278B6CE7265A7EA4EFEC87450551A7765DFC (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, Type_t* ___0_nodeType, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___1_pos, const RuntimeMethod* method) ;
// System.Boolean ParadoxNotion.ReflectionTools::RTIsSubclassOf(System.Type,System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReflectionTools_RTIsSubclassOf_m5E5686EA17A2BF5138C18BCBE663892D936CE853 (Type_t* ___0_type, Type_t* ___1_other, const RuntimeMethod* method) ;
// NodeCanvas.Framework.Node NodeCanvas.Framework.Node::Create(NodeCanvas.Framework.Graph,System.Type,UnityEngine.Vector2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* Node_Create_mEDB5CFF2C4187251A2217E89B80030971DA5582D (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* ___0_targetGraph, Type_t* ___1_nodeType, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___2_pos, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<NodeCanvas.Framework.Node>::Add(T)
inline void List_1_Add_mE069CE1D96BC07AD2BC62FF3384707A24AE315A5_inline (List_1_t90487A8EA186417AA0A6F2B22B58D1BAE3334437* __this, Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* ___0_item, const RuntimeMethod* method)
{
(( void (*) (List_1_t90487A8EA186417AA0A6F2B22B58D1BAE3334437*, Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8*, const RuntimeMethod*))List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_gshared_inline)(__this, ___0_item, method);
}
// System.Void NodeCanvas.Framework.Graph/<>c__DisplayClass211_0::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass211_0__ctor_m8C057C5A5B18EE930E7FD8D55AA2F7EE777FA88F (U3CU3Ec__DisplayClass211_0_tE7BCD680E06FE349AA2FBB1FEF736AC9C6D43775* __this, const RuntimeMethod* method) ;
// System.Boolean ParadoxNotion.ReflectionTools::RTIsDefined<ParadoxNotion.Design.ProtectedSingletonAttribute>(System.Type,System.Boolean)
inline bool ReflectionTools_RTIsDefined_TisProtectedSingletonAttribute_tF92899EBFF87A5DD1CA88990EB6CA549FA2E1DD4_m724149783C98C1721D0418FFA0DD508A88D01183 (Type_t* ___0_type, bool ___1_inherited, const RuntimeMethod* method)
{
return (( bool (*) (Type_t*, bool, const RuntimeMethod*))ReflectionTools_RTIsDefined_TisRuntimeObject_m4014ED5543CE5B960FE30304C077B3617F478FEC_gshared)(___0_type, ___1_inherited, method);
}
// System.Int32 System.Linq.Enumerable::Count<NodeCanvas.Framework.Node>(System.Collections.Generic.IEnumerable`1<TSource>)
inline int32_t Enumerable_Count_TisNode_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8_m5C8BBBFEA338AA4A174587C89307E5F56C6F5A81 (RuntimeObject* ___0_source, const RuntimeMethod* method)
{
return (( int32_t (*) (RuntimeObject*, const RuntimeMethod*))Enumerable_Count_TisRuntimeObject_mA9FCB8ECCFE8FABC5AA2F8D46F82ACD52279930B_gshared)(___0_source, method);
}
// System.Boolean UnityEngine.Application::get_isPlaying()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Application_get_isPlaying_m25B0ABDFEF54F5370CD3F263A813540843D00F34 (const RuntimeMethod* method) ;
// System.Void NodeCanvas.Framework.Graph::RemoveConnection(NodeCanvas.Framework.Connection,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Graph_RemoveConnection_m63E3F6B0E21D745084F7A0D531C589D3F6BBF814 (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D* ___0_connection, bool ___1_recordUndo, const RuntimeMethod* method) ;
// NodeCanvas.Framework.Node NodeCanvas.Framework.Graph::GetNodeWithID(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* Graph_GetNodeWithID_m8B2061D850F06DB5D8DEC2F080D72C23912B852A (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, int32_t ___0_searchID, const RuntimeMethod* method) ;
// System.Boolean NodeCanvas.Framework.Node::IsNewConnectionAllowed(NodeCanvas.Framework.Node,NodeCanvas.Framework.Node,NodeCanvas.Framework.Connection)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Node_IsNewConnectionAllowed_mB4738504CC7B8F7ADC57F35AEEB55AA032129810 (Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* ___0_sourceNode, Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* ___1_targetNode, Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D* ___2_refConnection, const RuntimeMethod* method) ;
// NodeCanvas.Framework.Connection NodeCanvas.Framework.Connection::Create(NodeCanvas.Framework.Node,NodeCanvas.Framework.Node,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D* Connection_Create_m833585BEBA537B86FCB261CB272D567849B7443C (Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* ___0_source, Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* ___1_target, int32_t ___2_sourceIndex, int32_t ___3_targetIndex, const RuntimeMethod* method) ;
// System.Void NodeCanvas.Framework.Graph/<>c__DisplayClass214_0::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass214_0__ctor_m29FA757F8394AA8F82000711E16EB7755D0B35DE (U3CU3Ec__DisplayClass214_0_t9F0F42B648EEAE51628BEE31175C4982C2790732* __this, const RuntimeMethod* method) ;
// System.Boolean System.Linq.Enumerable::Any<NodeCanvas.Framework.Node>(System.Collections.Generic.IEnumerable`1<TSource>,System.Func`2<TSource,System.Boolean>)
inline bool Enumerable_Any_TisNode_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8_m4017DF89BC5FA889472690F83A4334E1F5C8E1E7 (RuntimeObject* ___0_source, Func_2_tD3E7CDEEA1726BF1BD49AF012C291CE83DC4D942* ___1_predicate, const RuntimeMethod* method)
{
return (( bool (*) (RuntimeObject*, Func_2_tD3E7CDEEA1726BF1BD49AF012C291CE83DC4D942*, const RuntimeMethod*))Enumerable_Any_TisRuntimeObject_mF6C6AC8DF8971883615734832D09C9210B956F0F_gshared)(___0_source, ___1_predicate, method);
}
// System.Void System.Collections.Generic.List`1<NodeCanvas.Framework.Node>::.ctor()
inline void List_1__ctor_mF707AE7C482243841F338DB89342E5A39B1C84B0 (List_1_t90487A8EA186417AA0A6F2B22B58D1BAE3334437* __this, const RuntimeMethod* method)
{
(( void (*) (List_1_t90487A8EA186417AA0A6F2B22B58D1BAE3334437*, const RuntimeMethod*))List_1__ctor_m7F078BB342729BDF11327FD89D7872265328F690_gshared)(__this, method);
}
// System.Void System.Collections.Generic.Dictionary`2<NodeCanvas.Framework.Connection,System.Collections.Generic.KeyValuePair`2<System.Int32,System.Int32>>::.ctor()
inline void Dictionary_2__ctor_m13F22486BDA23D56438669225FF35057A44BD92E (Dictionary_2_tD87BFBED927A7DF2C98934882FEE5B7219B27295* __this, const RuntimeMethod* method)
{
(( void (*) (Dictionary_2_tD87BFBED927A7DF2C98934882FEE5B7219B27295*, const RuntimeMethod*))Dictionary_2__ctor_m2E5D586C7A2EB2C73122348849808FA70E3E0EE9_gshared)(__this, method);
}
// T ParadoxNotion.Serialization.JSONSerializer::Clone<NodeCanvas.Framework.Node>(T)
inline Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* JSONSerializer_Clone_TisNode_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8_mC3D40722C18D081E65BC71D82FC110966663132D (Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* ___0_original, const RuntimeMethod* method)
{
return (( Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* (*) (Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8*, const RuntimeMethod*))JSONSerializer_Clone_TisRuntimeObject_m0BDB1832DF182CC864DB5DB66DC3FE1DCD306943_gshared)(___0_original, method);
}
// NodeCanvas.Framework.Node NodeCanvas.Framework.Node::Duplicate(NodeCanvas.Framework.Graph)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* Node_Duplicate_m18FE9B9C106F6DB7BF98FE44466DE013020F9645 (Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* __this, Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* ___0_targetGraph, const RuntimeMethod* method) ;
// System.Collections.Generic.List`1/Enumerator<T> System.Collections.Generic.List`1<NodeCanvas.Framework.Connection>::GetEnumerator()
inline Enumerator_tF82073725A10498AEE7CD48DA8817CB409E25C76 List_1_GetEnumerator_m800565FC32EE083AB480F8C2A07E31AA661DDFBC (List_1_t619EB3258C7F1EBD15A485EA09888BE9FC87AC7E* __this, const RuntimeMethod* method)
{
return (( Enumerator_tF82073725A10498AEE7CD48DA8817CB409E25C76 (*) (List_1_t619EB3258C7F1EBD15A485EA09888BE9FC87AC7E*, const RuntimeMethod*))List_1_GetEnumerator_mD8294A7FA2BEB1929487127D476F8EC1CDC23BFC_gshared)(__this, method);
}
// System.Void System.Collections.Generic.List`1/Enumerator<NodeCanvas.Framework.Connection>::Dispose()
inline void Enumerator_Dispose_m14E1F9AB87A69186F0F33417870A77202AC657F7 (Enumerator_tF82073725A10498AEE7CD48DA8817CB409E25C76* __this, const RuntimeMethod* method)
{
(( void (*) (Enumerator_tF82073725A10498AEE7CD48DA8817CB409E25C76*, const RuntimeMethod*))Enumerator_Dispose_mD9DC3E3C3697830A4823047AB29A77DBBB5ED419_gshared)(__this, method);
}
// T System.Collections.Generic.List`1/Enumerator<NodeCanvas.Framework.Connection>::get_Current()
inline Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D* Enumerator_get_Current_mD90B56B712E8B515B3636F61EAE0944B3F1B1D61_inline (Enumerator_tF82073725A10498AEE7CD48DA8817CB409E25C76* __this, const RuntimeMethod* method)
{
return (( Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D* (*) (Enumerator_tF82073725A10498AEE7CD48DA8817CB409E25C76*, const RuntimeMethod*))Enumerator_get_Current_m6330F15D18EE4F547C05DF9BF83C5EB710376027_gshared_inline)(__this, method);
}
// System.Int32 System.Collections.Generic.List`1<NodeCanvas.Framework.Node>::IndexOf(T)
inline int32_t List_1_IndexOf_m084878857FF8A6799C61CEAB3DA2116ABF8B5E27 (List_1_t90487A8EA186417AA0A6F2B22B58D1BAE3334437* __this, Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* ___0_item, const RuntimeMethod* method)
{
return (( int32_t (*) (List_1_t90487A8EA186417AA0A6F2B22B58D1BAE3334437*, Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8*, const RuntimeMethod*))List_1_IndexOf_m378F61BA812B79DEE58D86FE8AA9F20E3FC7D85F_gshared)(__this, ___0_item, method);
}
// System.Void System.Collections.Generic.KeyValuePair`2<System.Int32,System.Int32>::.ctor(TKey,TValue)
inline void KeyValuePair_2__ctor_m3C86D5D8BB0D1118068E83ED43D64F4E64E7C221 (KeyValuePair_2_tA6BE5EEAC56CB97CB7383FCC3CC6C84FAF129189* __this, int32_t ___0_key, int32_t ___1_value, const RuntimeMethod* method)
{
(( void (*) (KeyValuePair_2_tA6BE5EEAC56CB97CB7383FCC3CC6C84FAF129189*, int32_t, int32_t, const RuntimeMethod*))KeyValuePair_2__ctor_m3C86D5D8BB0D1118068E83ED43D64F4E64E7C221_gshared)(__this, ___0_key, ___1_value, method);
}
// System.Void System.Collections.Generic.Dictionary`2<NodeCanvas.Framework.Connection,System.Collections.Generic.KeyValuePair`2<System.Int32,System.Int32>>::set_Item(TKey,TValue)
inline void Dictionary_2_set_Item_m55AF731281FDD1B04900AF74117CDC083FC44151 (Dictionary_2_tD87BFBED927A7DF2C98934882FEE5B7219B27295* __this, Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D* ___0_key, KeyValuePair_2_tA6BE5EEAC56CB97CB7383FCC3CC6C84FAF129189 ___1_value, const RuntimeMethod* method)
{
(( void (*) (Dictionary_2_tD87BFBED927A7DF2C98934882FEE5B7219B27295*, Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D*, KeyValuePair_2_tA6BE5EEAC56CB97CB7383FCC3CC6C84FAF129189, const RuntimeMethod*))Dictionary_2_set_Item_m932365B8EBE85936AF3FE75B78D0AA17D9425525_gshared)(__this, ___0_key, ___1_value, method);
}
// System.Boolean System.Collections.Generic.List`1/Enumerator<NodeCanvas.Framework.Connection>::MoveNext()
inline bool Enumerator_MoveNext_mCF980AA36CA0AFDB2B44B6C7713458B398F7FD58 (Enumerator_tF82073725A10498AEE7CD48DA8817CB409E25C76* __this, const RuntimeMethod* method)
{
return (( bool (*) (Enumerator_tF82073725A10498AEE7CD48DA8817CB409E25C76*, const RuntimeMethod*))Enumerator_MoveNext_mE921CC8F29FBBDE7CC3209A0ED0D921D58D00BCB_gshared)(__this, method);
}
// System.Collections.Generic.Dictionary`2/Enumerator<TKey,TValue> System.Collections.Generic.Dictionary`2<NodeCanvas.Framework.Connection,System.Collections.Generic.KeyValuePair`2<System.Int32,System.Int32>>::GetEnumerator()
inline Enumerator_tA6D0EEBF997331E5FA7BA90EBA931AAA70AE9DD7 Dictionary_2_GetEnumerator_mD8EA7926E63CEF46448E7D56C2C1469D1DE041A8 (Dictionary_2_tD87BFBED927A7DF2C98934882FEE5B7219B27295* __this, const RuntimeMethod* method)
{
return (( Enumerator_tA6D0EEBF997331E5FA7BA90EBA931AAA70AE9DD7 (*) (Dictionary_2_tD87BFBED927A7DF2C98934882FEE5B7219B27295*, const RuntimeMethod*))Dictionary_2_GetEnumerator_mEE2BDBE9FC50118D40CC5E275B86834A84BEA493_gshared)(__this, method);
}
// System.Void System.Collections.Generic.Dictionary`2/Enumerator<NodeCanvas.Framework.Connection,System.Collections.Generic.KeyValuePair`2<System.Int32,System.Int32>>::Dispose()
inline void Enumerator_Dispose_mEA7FA64B74C84AE9B96913884B65ADA4E2BD1716 (Enumerator_tA6D0EEBF997331E5FA7BA90EBA931AAA70AE9DD7* __this, const RuntimeMethod* method)
{
(( void (*) (Enumerator_tA6D0EEBF997331E5FA7BA90EBA931AAA70AE9DD7*, const RuntimeMethod*))Enumerator_Dispose_mA27C979625ED25662EB7E411379CBDB534CCA4A6_gshared)(__this, method);
}
// System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2/Enumerator<NodeCanvas.Framework.Connection,System.Collections.Generic.KeyValuePair`2<System.Int32,System.Int32>>::get_Current()
inline KeyValuePair_2_tE149B08555602A5DC470A2935E538BF3CB0548AA Enumerator_get_Current_m4BC0D169BCFF7DC22C4E8990F2ED1F893984B45D_inline (Enumerator_tA6D0EEBF997331E5FA7BA90EBA931AAA70AE9DD7* __this, const RuntimeMethod* method)
{
return (( KeyValuePair_2_tE149B08555602A5DC470A2935E538BF3CB0548AA (*) (Enumerator_tA6D0EEBF997331E5FA7BA90EBA931AAA70AE9DD7*, const RuntimeMethod*))Enumerator_get_Current_mC63724EBDE6D1F18D2D9B4FE8E70AFFE8B20FC4F_gshared_inline)(__this, method);
}
// TValue System.Collections.Generic.KeyValuePair`2<NodeCanvas.Framework.Connection,System.Collections.Generic.KeyValuePair`2<System.Int32,System.Int32>>::get_Value()
inline KeyValuePair_2_tA6BE5EEAC56CB97CB7383FCC3CC6C84FAF129189 KeyValuePair_2_get_Value_mFDE82D223F4B3E824CA6F0B4D2871667012903EE_inline (KeyValuePair_2_tE149B08555602A5DC470A2935E538BF3CB0548AA* __this, const RuntimeMethod* method)
{
return (( KeyValuePair_2_tA6BE5EEAC56CB97CB7383FCC3CC6C84FAF129189 (*) (KeyValuePair_2_tE149B08555602A5DC470A2935E538BF3CB0548AA*, const RuntimeMethod*))KeyValuePair_2_get_Value_m59EC9495A559A77FE8C5EC4323AAA3FE92E37318_gshared_inline)(__this, method);
}
// TValue System.Collections.Generic.KeyValuePair`2<System.Int32,System.Int32>::get_Value()
inline int32_t KeyValuePair_2_get_Value_m83DA000FF3605DAD9160D02FB36863DF77DB468A_inline (KeyValuePair_2_tA6BE5EEAC56CB97CB7383FCC3CC6C84FAF129189* __this, const RuntimeMethod* method)
{
return (( int32_t (*) (KeyValuePair_2_tA6BE5EEAC56CB97CB7383FCC3CC6C84FAF129189*, const RuntimeMethod*))KeyValuePair_2_get_Value_m83DA000FF3605DAD9160D02FB36863DF77DB468A_gshared_inline)(__this, method);
}
// TKey System.Collections.Generic.KeyValuePair`2<System.Int32,System.Int32>::get_Key()
inline int32_t KeyValuePair_2_get_Key_m5A886C4B3E54DEA04D456E49D7FB92A4545FCD8F_inline (KeyValuePair_2_tA6BE5EEAC56CB97CB7383FCC3CC6C84FAF129189* __this, const RuntimeMethod* method)
{
return (( int32_t (*) (KeyValuePair_2_tA6BE5EEAC56CB97CB7383FCC3CC6C84FAF129189*, const RuntimeMethod*))KeyValuePair_2_get_Key_m5A886C4B3E54DEA04D456E49D7FB92A4545FCD8F_gshared_inline)(__this, method);
}
// TKey System.Collections.Generic.KeyValuePair`2<NodeCanvas.Framework.Connection,System.Collections.Generic.KeyValuePair`2<System.Int32,System.Int32>>::get_Key()
inline Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D* KeyValuePair_2_get_Key_m9C25DC22AB1CADB9A5E852AD61B5600AF73F4FF6_inline (KeyValuePair_2_tE149B08555602A5DC470A2935E538BF3CB0548AA* __this, const RuntimeMethod* method)
{
return (( Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D* (*) (KeyValuePair_2_tE149B08555602A5DC470A2935E538BF3CB0548AA*, const RuntimeMethod*))KeyValuePair_2_get_Key_m2BE92F1404D5E39C45DE15F37488A572D96C7863_gshared_inline)(__this, method);
}
// NodeCanvas.Framework.Connection NodeCanvas.Framework.Connection::Duplicate(NodeCanvas.Framework.Node,NodeCanvas.Framework.Node)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D* Connection_Duplicate_mB9AFCBE7698066A8E980BA6CCD834929686E6D62 (Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D* __this, Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* ___0_newSource, Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* ___1_newTarget, const RuntimeMethod* method) ;
// System.Boolean System.Collections.Generic.Dictionary`2/Enumerator<NodeCanvas.Framework.Connection,System.Collections.Generic.KeyValuePair`2<System.Int32,System.Int32>>::MoveNext()
inline bool Enumerator_MoveNext_m07B46C738E7D984A3F7C9983B743B3C538421C3C (Enumerator_tA6D0EEBF997331E5FA7BA90EBA931AAA70AE9DD7* __this, const RuntimeMethod* method)
{
return (( bool (*) (Enumerator_tA6D0EEBF997331E5FA7BA90EBA931AAA70AE9DD7*, const RuntimeMethod*))Enumerator_MoveNext_m392B7E6BF05926BCE83ECDFAFD44444BC6CA8DFB_gshared)(__this, method);
}
// System.Boolean UnityEngine.Vector2::op_Inequality(UnityEngine.Vector2,UnityEngine.Vector2)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Vector2_op_Inequality_mBEA93B5A0E954FEFB863DC61CB209119980EC713_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___0_lhs, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___1_rhs, const RuntimeMethod* method) ;
// System.Void NodeCanvas.Framework.Node::set_position(UnityEngine.Vector2)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Node_set_position_m344223FBF8B08FBF88CB9FEB05B6B7EEA24E4033_inline (Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* __this, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___0_value, const RuntimeMethod* method) ;
// UnityEngine.Vector2 NodeCanvas.Framework.Node::get_position()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Node_get_position_mB0B0C10C0BEEBD82E7CCEB0F01D1BFA95EFFB429_inline (Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* __this, const RuntimeMethod* method) ;
// UnityEngine.Vector2 UnityEngine.Vector2::op_Subtraction(UnityEngine.Vector2,UnityEngine.Vector2)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Vector2_op_Subtraction_m44475FCDAD2DA2F98D78A6625EC2DCDFE8803837_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___0_a, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___1_b, const RuntimeMethod* method) ;
// System.Void NodeCanvas.Framework.Graph::set_canvasGroups(System.Collections.Generic.List`1<NodeCanvas.Framework.CanvasGroup>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Graph_set_canvasGroups_mC5B1BD4EA58240189E87CB28D2E31E25F65EB2FD (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, List_1_t5B06412E1CC59E5774C10EB7439C98F6C31449C3* ___0_value, const RuntimeMethod* method) ;
// T[] System.Collections.Generic.List`1<NodeCanvas.Framework.Node>::ToArray()
inline NodeU5BU5D_t9ED98B145FDFEDFC80FCBDF86A3D7B4D21CB89A2* List_1_ToArray_m276974F3D252B2381211BA350C9B06ACC8A8BB7A (List_1_t90487A8EA186417AA0A6F2B22B58D1BAE3334437* __this, const RuntimeMethod* method)
{
return (( NodeU5BU5D_t9ED98B145FDFEDFC80FCBDF86A3D7B4D21CB89A2* (*) (List_1_t90487A8EA186417AA0A6F2B22B58D1BAE3334437*, const RuntimeMethod*))List_1_ToArray_mD7E4F8E7C11C3C67CB5739FCC0A6E86106A6291F_gshared)(__this, method);
}
// System.Void NodeCanvas.Framework.Graph::RemoveNode(NodeCanvas.Framework.Node,System.Boolean,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Graph_RemoveNode_mD1B53BB2E29FCF39A567E0E23AFE34FABBCC1A08 (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* ___0_node, bool ___1_recordUndo, bool ___2_force, const RuntimeMethod* method) ;
// System.Void NodeCanvas.Framework.Graph/<>c::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_m5DD8B0C4869811015A9DA267BDEA3C0C757B41D9 (U3CU3Ec_tB79B6CA88AA31071491EC25DD1A17FD57FAA148F* __this, const RuntimeMethod* method) ;
// System.Boolean NodeCanvas.Framework.BBParameter::get_isDefined()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BBParameter_get_isDefined_m744EAB0C9534498335281FB293C529CD5C4A02E3 (BBParameter_tD717AF8560E573DF3DA925034F257F669CDDBA60* __this, const RuntimeMethod* method) ;
// System.Void NodeCanvas.Framework.Graph::LoadOverwrite(NodeCanvas.Framework.Internal.GraphLoadData)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Graph_LoadOverwrite_mE26F3B76846AB5C5CDCAA76C6A8F8955B72A47B1 (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, GraphLoadData_tB66F322B078529E7D0662DB455327C2E5C936304 ___0_data, const RuntimeMethod* method) ;
// System.Void NodeCanvas.Framework.Graph/<>c__DisplayClass155_0::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass155_0__ctor_mAC50C802A6978F3F33169B18524B73F9962DCC93 (U3CU3Ec__DisplayClass155_0_t19A2E35199D1C480877A09BF7E4109BCD469FFDE* __this, const RuntimeMethod* method) ;
// System.Threading.Tasks.Task System.Threading.Tasks.Task::Run(System.Action)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* Task_Run_m03529F41B4EEF4AC57C3F110767A0E3AF599C853 (Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___0_action, const RuntimeMethod* method) ;
// System.Runtime.CompilerServices.TaskAwaiter System.Threading.Tasks.Task::GetAwaiter()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TaskAwaiter_t9B661AC8C2EFA6BAB94C77BB24A5DDA82D61F833 Task_GetAwaiter_m08B368EAC939DD35D0AC428180822255A442CA29 (Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* __this, const RuntimeMethod* method) ;
// System.Boolean System.Runtime.CompilerServices.TaskAwaiter::get_IsCompleted()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TaskAwaiter_get_IsCompleted_mC236D276FBE3A271B56EE13FCAF2C96E48453ED8 (TaskAwaiter_t9B661AC8C2EFA6BAB94C77BB24A5DDA82D61F833* __this, const RuntimeMethod* method) ;
// System.Void System.Runtime.CompilerServices.AsyncVoidMethodBuilder::AwaitUnsafeOnCompleted<System.Runtime.CompilerServices.TaskAwaiter,NodeCanvas.Framework.Graph/<LoadOverwriteAsync>d__155>(TAwaiter&,TStateMachine&)
inline void AsyncVoidMethodBuilder_AwaitUnsafeOnCompleted_TisTaskAwaiter_t9B661AC8C2EFA6BAB94C77BB24A5DDA82D61F833_TisU3CLoadOverwriteAsyncU3Ed__155_t92C9479F26ED038416AFD5C493788CFB484FE053_m3CC6CA3BB90F37BEF3DB89949B36F45BA9D713FE (AsyncVoidMethodBuilder_t253E37B63E7E7B504878AE6563347C147F98EF2D* __this, TaskAwaiter_t9B661AC8C2EFA6BAB94C77BB24A5DDA82D61F833* ___0_awaiter, U3CLoadOverwriteAsyncU3Ed__155_t92C9479F26ED038416AFD5C493788CFB484FE053* ___1_stateMachine, const RuntimeMethod* method)
{
(( void (*) (AsyncVoidMethodBuilder_t253E37B63E7E7B504878AE6563347C147F98EF2D*, TaskAwaiter_t9B661AC8C2EFA6BAB94C77BB24A5DDA82D61F833*, U3CLoadOverwriteAsyncU3Ed__155_t92C9479F26ED038416AFD5C493788CFB484FE053*, const RuntimeMethod*))AsyncVoidMethodBuilder_AwaitUnsafeOnCompleted_TisTaskAwaiter_t9B661AC8C2EFA6BAB94C77BB24A5DDA82D61F833_TisU3CLoadOverwriteAsyncU3Ed__155_t92C9479F26ED038416AFD5C493788CFB484FE053_m3CC6CA3BB90F37BEF3DB89949B36F45BA9D713FE_gshared)(__this, ___0_awaiter, ___1_stateMachine, method);
}
// System.Void System.Runtime.CompilerServices.TaskAwaiter::GetResult()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TaskAwaiter_GetResult_mC1D712500AE49B4A89C85D6B79D87D1BA9A6B94D (TaskAwaiter_t9B661AC8C2EFA6BAB94C77BB24A5DDA82D61F833* __this, const RuntimeMethod* method) ;
// System.Void System.Runtime.CompilerServices.AsyncVoidMethodBuilder::SetException(System.Exception)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncVoidMethodBuilder_SetException_mD9A6F5D1A99A62AC9DF322901BFDE05193CB177B (AsyncVoidMethodBuilder_t253E37B63E7E7B504878AE6563347C147F98EF2D* __this, Exception_t* ___0_exception, const RuntimeMethod* method) ;
// System.Void System.Runtime.CompilerServices.AsyncVoidMethodBuilder::SetResult()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncVoidMethodBuilder_SetResult_m008490FDF057D5F5D871F537C7A58BE36027F3DC (AsyncVoidMethodBuilder_t253E37B63E7E7B504878AE6563347C147F98EF2D* __this, const RuntimeMethod* method) ;
// System.Void NodeCanvas.Framework.Graph/<LoadOverwriteAsync>d__155::MoveNext()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CLoadOverwriteAsyncU3Ed__155_MoveNext_mDE1F86C4C3A262CCC4643407061940A517F58D01 (U3CLoadOverwriteAsyncU3Ed__155_t92C9479F26ED038416AFD5C493788CFB484FE053* __this, const RuntimeMethod* method) ;
// System.Void System.Runtime.CompilerServices.AsyncVoidMethodBuilder::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncVoidMethodBuilder_SetStateMachine_m48640FB81C34D4C2B5A5BBA7F5AE17DC50BF1A25 (AsyncVoidMethodBuilder_t253E37B63E7E7B504878AE6563347C147F98EF2D* __this, RuntimeObject* ___0_stateMachine, const RuntimeMethod* method) ;
// System.Void NodeCanvas.Framework.Graph/<LoadOverwriteAsync>d__155::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CLoadOverwriteAsyncU3Ed__155_SetStateMachine_mC9D1EB04698D5373584C2003ADACE21148C69E04 (U3CLoadOverwriteAsyncU3Ed__155_t92C9479F26ED038416AFD5C493788CFB484FE053* __this, RuntimeObject* ___0_stateMachine, const RuntimeMethod* method) ;
// System.Int32 System.Collections.Generic.Stack`1<ParadoxNotion.HierarchyTree/Element>::get_Count()
inline int32_t Stack_1_get_Count_m8D99ECBB256D186F4492973C7BC6D2ABC9551D7D_inline (Stack_1_t8CF49818C4814B468364DB7D1B751062E3A6191B* __this, const RuntimeMethod* method)
{
return (( int32_t (*) (Stack_1_t8CF49818C4814B468364DB7D1B751062E3A6191B*, const RuntimeMethod*))Stack_1_get_Count_mD08AE71D49787D30DDD9D484BCD323D646744D2E_gshared_inline)(__this, method);
}
// T System.Collections.Generic.Stack`1<ParadoxNotion.HierarchyTree/Element>::Peek()
inline Element_t3ABE015B81AFFE208F4314A4A588E9E7EFD63407* Stack_1_Peek_mC900255A41855F4F681F3E978AFFD30D30862E84 (Stack_1_t8CF49818C4814B468364DB7D1B751062E3A6191B* __this, const RuntimeMethod* method)
{
return (( Element_t3ABE015B81AFFE208F4314A4A588E9E7EFD63407* (*) (Stack_1_t8CF49818C4814B468364DB7D1B751062E3A6191B*, const RuntimeMethod*))Stack_1_Peek_mF0ECF6A61726B66E6D9B33D8C4DEAA47E586E6E4_gshared)(__this, method);
}
// System.Void System.Collections.Generic.Stack`1<ParadoxNotion.HierarchyTree/Element>::Push(T)
inline void Stack_1_Push_m358B0CF11F9F30DC3C71ABFCE335D6B6D16B2C77 (Stack_1_t8CF49818C4814B468364DB7D1B751062E3A6191B* __this, Element_t3ABE015B81AFFE208F4314A4A588E9E7EFD63407* ___0_item, const RuntimeMethod* method)
{
(( void (*) (Stack_1_t8CF49818C4814B468364DB7D1B751062E3A6191B*, Element_t3ABE015B81AFFE208F4314A4A588E9E7EFD63407*, const RuntimeMethod*))Stack_1_Push_m709DD11BC1291A905814182CF9A367DE7399A778_gshared)(__this, ___0_item, method);
}
// T System.Collections.Generic.Stack`1<ParadoxNotion.HierarchyTree/Element>::Pop()
inline Element_t3ABE015B81AFFE208F4314A4A588E9E7EFD63407* Stack_1_Pop_mFBBDB6B4965710D5EE7793200C174F3EE3751152 (Stack_1_t8CF49818C4814B468364DB7D1B751062E3A6191B* __this, const RuntimeMethod* method)
{
return (( Element_t3ABE015B81AFFE208F4314A4A588E9E7EFD63407* (*) (Stack_1_t8CF49818C4814B468364DB7D1B751062E3A6191B*, const RuntimeMethod*))Stack_1_Pop_m2AFF69249659372F07EE25817DBCAFE74E1CF778_gshared)(__this, method);
}
// System.Void System.Collections.Generic.List`1<NodeCanvas.Framework.Task>::Add(T)
inline void List_1_Add_mFAE0E2616602E8726B520522DD3A7DAEA8A5C4B0_inline (List_1_t2338E7E26462DEE44946C327D8DE6718C0BFFC4D* __this, Task_tF05C1B448C98EDD5D7E9E23660FCEAC40348A284* ___0_item, const RuntimeMethod* method)
{
(( void (*) (List_1_t2338E7E26462DEE44946C327D8DE6718C0BFFC4D*, Task_tF05C1B448C98EDD5D7E9E23660FCEAC40348A284*, const RuntimeMethod*))List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_gshared_inline)(__this, ___0_item, method);
}
// System.Void System.Collections.Generic.List`1<NodeCanvas.Framework.BBParameter>::Add(T)
inline void List_1_Add_mF4EADD805D55ECB8BA79EB55EFAB0CD1A544326B_inline (List_1_tAD83E1E173C28ABFECA64AA58E75072EF894EF92* __this, BBParameter_tD717AF8560E573DF3DA925034F257F669CDDBA60* ___0_item, const RuntimeMethod* method)
{
(( void (*) (List_1_tAD83E1E173C28ABFECA64AA58E75072EF894EF92*, BBParameter_tD717AF8560E573DF3DA925034F257F669CDDBA60*, const RuntimeMethod*))List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_gshared_inline)(__this, ___0_item, method);
}
// System.Boolean System.Type::op_Equality(System.Type,System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC (Type_t* ___0_left, Type_t* ___1_right, const RuntimeMethod* method) ;
// System.Collections.Generic.List`1<NodeCanvas.Framework.ExposedParameter> NodeCanvas.Framework.GraphOwner::get_exposedParameters()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR List_1_t91EDD67AF63284D37C24863790C26947C3D343A8* GraphOwner_get_exposedParameters_m3FE7EA23CC9CC34677110F36778CCE56A6266261_inline (GraphOwner_t403B42955FE2A2C62A9578A7E1ED47FF1B39A37F* __this, const RuntimeMethod* method) ;
// System.Int32 System.Collections.Generic.List`1<NodeCanvas.Framework.ExposedParameter>::get_Count()
inline int32_t List_1_get_Count_mA398C569C086B0A552641E57CBC17DA97DE81023_inline (List_1_t91EDD67AF63284D37C24863790C26947C3D343A8* __this, const RuntimeMethod* method)
{
return (( int32_t (*) (List_1_t91EDD67AF63284D37C24863790C26947C3D343A8*, const RuntimeMethod*))List_1_get_Count_m4407E4C389F22B8CEC282C15D56516658746C383_gshared_inline)(__this, method);
}
// System.Void ParadoxNotion.Serialization.SerializationPair::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationPair__ctor_mAD8D708E849481AE9597D1818DE9CFDFAB2D4616 (SerializationPair_tEEBA0A1C6CF5524A880536DE68383FA379AC8BF6* __this, const RuntimeMethod* method) ;
// T System.Collections.Generic.List`1<NodeCanvas.Framework.ExposedParameter>::get_Item(System.Int32)
inline ExposedParameter_t5B067E3C3C960B6EE910BDA92DC673245CC41F33* List_1_get_Item_mE1015C539BE1AF7FA95290E842529F7746781CCE (List_1_t91EDD67AF63284D37C24863790C26947C3D343A8* __this, int32_t ___0_index, const RuntimeMethod* method)
{
return (( ExposedParameter_t5B067E3C3C960B6EE910BDA92DC673245CC41F33* (*) (List_1_t91EDD67AF63284D37C24863790C26947C3D343A8*, int32_t, const RuntimeMethod*))List_1_get_Item_m33561245D64798C2AB07584C0EC4F240E4839A38_gshared)(__this, ___0_index, method);
}
// System.Void System.Collections.Generic.List`1<NodeCanvas.Framework.ExposedParameter>::.ctor()
inline void List_1__ctor_mD2446449A799A876FB658D7165744B8AF2E72CF0 (List_1_t91EDD67AF63284D37C24863790C26947C3D343A8* __this, const RuntimeMethod* method)
{
(( void (*) (List_1_t91EDD67AF63284D37C24863790C26947C3D343A8*, const RuntimeMethod*))List_1__ctor_m7F078BB342729BDF11327FD89D7872265328F690_gshared)(__this, method);
}
// System.Void NodeCanvas.Framework.GraphOwner::set_exposedParameters(System.Collections.Generic.List`1<NodeCanvas.Framework.ExposedParameter>)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void GraphOwner_set_exposedParameters_mA46FCAD27A4E30D5E7F2845F53BCB071FA9A40CC_inline (GraphOwner_t403B42955FE2A2C62A9578A7E1ED47FF1B39A37F* __this, List_1_t91EDD67AF63284D37C24863790C26947C3D343A8* ___0_value, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<NodeCanvas.Framework.ExposedParameter>::Clear()
inline void List_1_Clear_m8CAE640F6CD337E003010E299866AA00BB3825E0_inline (List_1_t91EDD67AF63284D37C24863790C26947C3D343A8* __this, const RuntimeMethod* method)
{
(( void (*) (List_1_t91EDD67AF63284D37C24863790C26947C3D343A8*, const RuntimeMethod*))List_1_Clear_m16C1F2C61FED5955F10EB36BC1CB2DF34B128994_gshared_inline)(__this, method);
}
// T ParadoxNotion.Serialization.JSONSerializer::Deserialize<NodeCanvas.Framework.ExposedParameter>(System.String,System.Collections.Generic.List`1<UnityEngine.Object>)
inline ExposedParameter_t5B067E3C3C960B6EE910BDA92DC673245CC41F33* JSONSerializer_Deserialize_TisExposedParameter_t5B067E3C3C960B6EE910BDA92DC673245CC41F33_m7C3DC281DD962FB8C21C4B415A2421DD9FFBF544 (String_t* ___0_json, List_1_t9A2E2984B23260AECDFA90CEB1F2887075FA4DF3* ___1_references, const RuntimeMethod* method)
{
return (( ExposedParameter_t5B067E3C3C960B6EE910BDA92DC673245CC41F33* (*) (String_t*, List_1_t9A2E2984B23260AECDFA90CEB1F2887075FA4DF3*, const RuntimeMethod*))JSONSerializer_Deserialize_TisRuntimeObject_m8FC515C7AA8A60F8AA379FA5B9D29356FA0FD965_gshared)(___0_json, ___1_references, method);
}
// System.Void System.Collections.Generic.List`1<NodeCanvas.Framework.ExposedParameter>::Add(T)
inline void List_1_Add_mCC2CB3480383303073D88F88A92406ED59E02C4F_inline (List_1_t91EDD67AF63284D37C24863790C26947C3D343A8* __this, ExposedParameter_t5B067E3C3C960B6EE910BDA92DC673245CC41F33* ___0_item, const RuntimeMethod* method)
{
(( void (*) (List_1_t91EDD67AF63284D37C24863790C26947C3D343A8*, ExposedParameter_t5B067E3C3C960B6EE910BDA92DC673245CC41F33*, const RuntimeMethod*))List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_gshared_inline)(__this, ___0_item, method);
}
// System.Boolean NodeCanvas.Framework.GraphOwner::get_graphIsBound()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GraphOwner_get_graphIsBound_mAAE593D78BB8A025D427F415D0F1118AE9C80E74 (GraphOwner_t403B42955FE2A2C62A9578A7E1ED47FF1B39A37F* __this, const RuntimeMethod* method) ;
// System.String NodeCanvas.Framework.GraphOwner::get_boundGraphSerialization()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* GraphOwner_get_boundGraphSerialization_m74C20573C1B785DF8015007E3129552ABF753DEB_inline (GraphOwner_t403B42955FE2A2C62A9578A7E1ED47FF1B39A37F* __this, const RuntimeMethod* method) ;
// System.Boolean System.Collections.Generic.Dictionary`2<NodeCanvas.Framework.Graph,NodeCanvas.Framework.Graph>::ContainsValue(TValue)
inline bool Dictionary_2_ContainsValue_m95CA1ED0B6378A4449B252271E0B4B70EA9B5CDD (Dictionary_2_t53340DA94CD089F96CBE1DAF7C4D853B6AF205FA* __this, Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* ___0_value, const RuntimeMethod* method)
{
return (( bool (*) (Dictionary_2_t53340DA94CD089F96CBE1DAF7C4D853B6AF205FA*, Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032*, const RuntimeMethod*))Dictionary_2_ContainsValue_m51A7764AD04D34D0B2CDB01F960FA1FEBCF6B562_gshared)(__this, ___0_value, method);
}
// System.Boolean System.Collections.Generic.Dictionary`2<NodeCanvas.Framework.Graph,NodeCanvas.Framework.Graph>::TryGetValue(TKey,TValue&)
inline bool Dictionary_2_TryGetValue_m756028C2DE234FA9930758DF90FC96D922670092 (Dictionary_2_t53340DA94CD089F96CBE1DAF7C4D853B6AF205FA* __this, Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* ___0_key, Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032** ___1_value, const RuntimeMethod* method)
{
return (( bool (*) (Dictionary_2_t53340DA94CD089F96CBE1DAF7C4D853B6AF205FA*, Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032*, Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032**, const RuntimeMethod*))Dictionary_2_TryGetValue_mD15380A4ED7CDEE99EA45881577D26BA9CE1B849_gshared)(__this, ___0_key, ___1_value, method);
}
// T NodeCanvas.Framework.Graph::Clone<NodeCanvas.Framework.Graph>(T,NodeCanvas.Framework.Graph)
inline Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* Graph_Clone_TisGraph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032_m7F7B27784A0FA3A36B9889CDEA1F6C11CA6C406A (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* ___0_graph, Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* ___1_parentGraph, const RuntimeMethod* method)
{
return (( Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* (*) (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032*, Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032*, const RuntimeMethod*))Graph_Clone_TisRuntimeObject_m2ED7BC0B72C01E1732E5D91A724C508D8BB7E060_gshared)(___0_graph, ___1_parentGraph, method);
}
// System.Void System.Collections.Generic.Dictionary`2<NodeCanvas.Framework.Graph,NodeCanvas.Framework.Graph>::set_Item(TKey,TValue)
inline void Dictionary_2_set_Item_mEF1EA5784E50B8BFDDA6EF2A8067B3B1C28586BF (Dictionary_2_t53340DA94CD089F96CBE1DAF7C4D853B6AF205FA* __this, Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* ___0_key, Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* ___1_value, const RuntimeMethod* method)
{
(( void (*) (Dictionary_2_t53340DA94CD089F96CBE1DAF7C4D853B6AF205FA*, Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032*, Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032*, const RuntimeMethod*))Dictionary_2_set_Item_m1A840355E8EDAECEA9D0C6F5E51B248FAA449CBD_gshared)(__this, ___0_key, ___1_value, method);
}
// System.Void NodeCanvas.Framework.GraphOwner::StartBehaviour(NodeCanvas.Framework.Graph/UpdateMode,System.Action`1<System.Boolean>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GraphOwner_StartBehaviour_m787D9A4E4E8FD14441E7F72DD86B772FD043B920 (GraphOwner_t403B42955FE2A2C62A9578A7E1ED47FF1B39A37F* __this, int32_t ___0_updateMode, Action_1_t10DCB0C07D0D3C565CEACADC80D1152B35A45F6C* ___1_callback, const RuntimeMethod* method) ;
// System.Void System.Action`1<NodeCanvas.Framework.GraphOwner>::Invoke(T)
inline void Action_1_Invoke_m3AAAF6CD8BCE4783623BE289628441B12CC52AC5_inline (Action_1_t06A7661594CD9F4E038116E861A689CB3A3C2DEC* __this, GraphOwner_t403B42955FE2A2C62A9578A7E1ED47FF1B39A37F* ___0_obj, const RuntimeMethod* method)
{
(( void (*) (Action_1_t06A7661594CD9F4E038116E861A689CB3A3C2DEC*, GraphOwner_t403B42955FE2A2C62A9578A7E1ED47FF1B39A37F*, const RuntimeMethod*))Action_1_Invoke_mF2422B2DD29F74CE66F791C3F68E288EC7C3DB9E_gshared_inline)(__this, ___0_obj, method);
}
// System.Void NodeCanvas.Framework.Graph::UpdateGraph()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Graph_UpdateGraph_m8863DEA7CACF2CD296F74924B561D840D05A924E (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, const RuntimeMethod* method) ;
// System.Void NodeCanvas.Framework.GraphOwner::StopBehaviour(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GraphOwner_StopBehaviour_mAC5D3FD9AE0D017717DC0FE9EE0681DDC4CAFF7F (GraphOwner_t403B42955FE2A2C62A9578A7E1ED47FF1B39A37F* __this, bool ___0_success, const RuntimeMethod* method) ;
// System.Void NodeCanvas.Framework.GraphOwner::StartBehaviour()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GraphOwner_StartBehaviour_m89D9445FECDE19E7F78205E7F07B57C2AE7B4C19 (GraphOwner_t403B42955FE2A2C62A9578A7E1ED47FF1B39A37F* __this, const RuntimeMethod* method) ;
// System.Void NodeCanvas.Framework.GraphOwner::Initialize()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GraphOwner_Initialize_m793BCF4D626FA31A546D282BD659682E765E4B74 (GraphOwner_t403B42955FE2A2C62A9578A7E1ED47FF1B39A37F* __this, const RuntimeMethod* method) ;
// System.Boolean NodeCanvas.Framework.GraphOwner::get_initialized()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool GraphOwner_get_initialized_m73E4E0A67B1DC7B003E3C32F022FBAB33D8E9CAC_inline (GraphOwner_t403B42955FE2A2C62A9578A7E1ED47FF1B39A37F* __this, const RuntimeMethod* method) ;
// UnityEngine.ScriptableObject UnityEngine.ScriptableObject::CreateInstance(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ScriptableObject_tB3BFDB921A1B1795B38A5417D3B97A89A140436A* ScriptableObject_CreateInstance_mE015043D7EC19654FDFB830A9393B3914FF5FC24 (Type_t* ___0_type, const RuntimeMethod* method) ;
// System.Void UnityEngine.Object::set_name(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object_set_name_mC79E6DC8FFD72479C90F0C4CC7F42A0FEAF5AE47 (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* __this, String_t* ___0_value, const RuntimeMethod* method) ;
// NodeCanvas.Framework.Internal.GraphSource NodeCanvas.Framework.GraphOwner::get_boundGraphSource()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR GraphSource_tDFC175F2BFB99D693583B1D52BB6857C73932914* GraphOwner_get_boundGraphSource_m6DD86AFF545200BBD114081E22DC5DC6363A654A_inline (GraphOwner_t403B42955FE2A2C62A9578A7E1ED47FF1B39A37F* __this, const RuntimeMethod* method) ;
// System.Collections.Generic.List`1<UnityEngine.Object> NodeCanvas.Framework.GraphOwner::get_boundGraphObjectReferences()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR List_1_t9A2E2984B23260AECDFA90CEB1F2887075FA4DF3* GraphOwner_get_boundGraphObjectReferences_m7C3850E945CEDCB52B3B766A0D8B51FECA594484_inline (GraphOwner_t403B42955FE2A2C62A9578A7E1ED47FF1B39A37F* __this, const RuntimeMethod* method) ;
// NodeCanvas.Framework.Internal.GraphSource NodeCanvas.Framework.Graph::GetGraphSource()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR GraphSource_tDFC175F2BFB99D693583B1D52BB6857C73932914* Graph_GetGraphSource_m798C5E088A38D293E865E8D471E08BC61CBD471F_inline (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, const RuntimeMethod* method) ;
// System.String NodeCanvas.Framework.Graph::GetSerializedJsonData()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* Graph_GetSerializedJsonData_m6026D4C8277466B69500277807128027791A7C83_inline (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, const RuntimeMethod* method) ;
// System.Collections.Generic.List`1<UnityEngine.Object> NodeCanvas.Framework.Graph::GetSerializedReferencesData()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_t9A2E2984B23260AECDFA90CEB1F2887075FA4DF3* Graph_GetSerializedReferencesData_mDEA56D20F624E14606C5985405EF2414C82C0FBF (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, const RuntimeMethod* method) ;
// System.Boolean NodeCanvas.Framework.GraphOwner::get_preInitializeSubGraphs()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool GraphOwner_get_preInitializeSubGraphs_mB185310FDE5B4AB973E6E99C5F54D2137AC70338_inline (GraphOwner_t403B42955FE2A2C62A9578A7E1ED47FF1B39A37F* __this, const RuntimeMethod* method) ;
// NodeCanvas.Framework.GraphOwner/FirstActivation NodeCanvas.Framework.GraphOwner::get_firstActivation()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t GraphOwner_get_firstActivation_m9325EDFA6A6AD13273FBD21225C7B6B8D8F531E6_inline (GraphOwner_t403B42955FE2A2C62A9578A7E1ED47FF1B39A37F* __this, const RuntimeMethod* method) ;
// System.Void NodeCanvas.Framework.Graph::LoadOverwriteAsync(NodeCanvas.Framework.Internal.GraphLoadData,System.Action)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Graph_LoadOverwriteAsync_m942C0E7F38808B2E18F2E5F657DB6B0EFCF87825 (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, GraphLoadData_tB66F322B078529E7D0662DB455327C2E5C936304 ___0_data, Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___1_callback, const RuntimeMethod* method) ;
// System.Void NodeCanvas.Framework.GraphOwner::BindExposedParameters()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GraphOwner_BindExposedParameters_m48BCDA0EEBD9D67B13C48E559A45741F6C8E76A7 (GraphOwner_t403B42955FE2A2C62A9578A7E1ED47FF1B39A37F* __this, const RuntimeMethod* method) ;
// System.Void NodeCanvas.Framework.GraphOwner::set_initialized(System.Boolean)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void GraphOwner_set_initialized_m3B720B9AFC4AE2D702178D93C59515B54EC79EFA_inline (GraphOwner_t403B42955FE2A2C62A9578A7E1ED47FF1B39A37F* __this, bool ___0_value, const RuntimeMethod* method) ;
// System.Boolean NodeCanvas.Framework.GraphOwner::get_enableCalled()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool GraphOwner_get_enableCalled_m4ECA02587C68F17D85F3991E584F050F5FB4B7FA_inline (GraphOwner_t403B42955FE2A2C62A9578A7E1ED47FF1B39A37F* __this, const RuntimeMethod* method) ;
// System.Boolean NodeCanvas.Framework.GraphOwner::get_isRunning()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GraphOwner_get_isRunning_mB07F2A0E8A2463D4130C0BDA2261F3A013889B3D (GraphOwner_t403B42955FE2A2C62A9578A7E1ED47FF1B39A37F* __this, const RuntimeMethod* method) ;
// System.Boolean NodeCanvas.Framework.GraphOwner::get_isPaused()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GraphOwner_get_isPaused_m1F307B7DDE5732FD41C5EED2DBE65CC64363B653 (GraphOwner_t403B42955FE2A2C62A9578A7E1ED47FF1B39A37F* __this, const RuntimeMethod* method) ;
// NodeCanvas.Framework.GraphOwner/EnableAction NodeCanvas.Framework.GraphOwner::get_enableAction()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t GraphOwner_get_enableAction_m79EEF23358CCCBF4DA6F01A9B762A4ED46B77A5A_inline (GraphOwner_t403B42955FE2A2C62A9578A7E1ED47FF1B39A37F* __this, const RuntimeMethod* method) ;
// System.Void NodeCanvas.Framework.GraphOwner::set_enableCalled(System.Boolean)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void GraphOwner_set_enableCalled_m6FCE665C2E02A955AE14D44D5FDC80AB09C906FC_inline (GraphOwner_t403B42955FE2A2C62A9578A7E1ED47FF1B39A37F* __this, bool ___0_value, const RuntimeMethod* method) ;
// System.Void NodeCanvas.Framework.GraphOwner::InvokeStartEvent()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GraphOwner_InvokeStartEvent_mDDC5D79EE19D647ABB01A479CAC033BDDE96FA7B (GraphOwner_t403B42955FE2A2C62A9578A7E1ED47FF1B39A37F* __this, const RuntimeMethod* method) ;
// System.Void NodeCanvas.Framework.GraphOwner::set_startCalled(System.Boolean)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void GraphOwner_set_startCalled_m9ADBC9F3B7A68FBBAF46667C44102BA4E99E2B67_inline (GraphOwner_t403B42955FE2A2C62A9578A7E1ED47FF1B39A37F* __this, bool ___0_value, const RuntimeMethod* method) ;
// NodeCanvas.Framework.GraphOwner/DisableAction NodeCanvas.Framework.GraphOwner::get_disableAction()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t GraphOwner_get_disableAction_m4242B22B4A13F33637079BC4F712BEDCF1C1485D_inline (GraphOwner_t403B42955FE2A2C62A9578A7E1ED47FF1B39A37F* __this, const RuntimeMethod* method) ;
// System.Void NodeCanvas.Framework.GraphOwner::PauseBehaviour()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GraphOwner_PauseBehaviour_mAE08099FFCBBE2648D8252EF835AD27ACC46588A (GraphOwner_t403B42955FE2A2C62A9578A7E1ED47FF1B39A37F* __this, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.Dictionary`2<NodeCanvas.Framework.Graph,NodeCanvas.Framework.Graph>::.ctor()
inline void Dictionary_2__ctor_mC309D921A9B6D5BD89BD95BC8A944368B441228B (Dictionary_2_t53340DA94CD089F96CBE1DAF7C4D853B6AF205FA* __this, const RuntimeMethod* method)
{
(( void (*) (Dictionary_2_t53340DA94CD089F96CBE1DAF7C4D853B6AF205FA*, const RuntimeMethod*))Dictionary_2__ctor_m5B32FBC624618211EB461D59CFBB10E987FD1329_gshared)(__this, method);
}
// System.Boolean UnityEngine.GameObject::get_activeInHierarchy()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GameObject_get_activeInHierarchy_m49250F4F168DCC5388D5BE4F6A5681386907B109 (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* __this, const RuntimeMethod* method) ;
// System.Void NodeCanvas.Framework.IGraphAssignableExtensions/<>c__DisplayClass1_0::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass1_0__ctor_m9B1639D1BCDC12947B7CCAA83C73FCD6B8EF3C42 (U3CU3Ec__DisplayClass1_0_tDAD823F42A503730E2CDC74818B01BA9EAB3613F* __this, const RuntimeMethod* method) ;
// T System.Collections.Generic.List`1<NodeCanvas.Framework.Internal.BBMappingParameter>::get_Item(System.Int32)
inline BBMappingParameter_t271BF3D15F27980230AA7D18791AD2E533D6114A* List_1_get_Item_m4325E86308CBCAB93B5D22764CF1884F408FB9F2 (List_1_t624B7FC2AE145EBF7BB7EE422EF3049A2BBD744B* __this, int32_t ___0_index, const RuntimeMethod* method)
{
return (( BBMappingParameter_t271BF3D15F27980230AA7D18791AD2E533D6114A* (*) (List_1_t624B7FC2AE145EBF7BB7EE422EF3049A2BBD744B*, int32_t, const RuntimeMethod*))List_1_get_Item_m33561245D64798C2AB07584C0EC4F240E4839A38_gshared)(__this, ___0_index, method);
}
// System.Boolean NodeCanvas.Framework.BBParameter::get_isNone()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BBParameter_get_isNone_m7F2A1FEAE52ABDDE2D6163D9D80C414F7BC95F05 (BBParameter_tD717AF8560E573DF3DA925034F257F669CDDBA60* __this, const RuntimeMethod* method) ;
// System.String NodeCanvas.Framework.Internal.BBMappingParameter::get_targetSubGraphVariableID()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* BBMappingParameter_get_targetSubGraphVariableID_mA94C80599DE1E9D141FDE407F5FF35C076B0329C_inline (BBMappingParameter_t271BF3D15F27980230AA7D18791AD2E533D6114A* __this, const RuntimeMethod* method) ;
// NodeCanvas.Framework.Variable NodeCanvas.Framework.IBlackboardExtensions::GetVariableByID(NodeCanvas.Framework.IBlackboard,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Variable_t60C01143D3B1491B2FFEB305052C327D03DDF4AA* IBlackboardExtensions_GetVariableByID_mF88E30ECB614EF83CB657BDD54598DE749613A34 (RuntimeObject* ___0_blackboard, String_t* ___1_ID, const RuntimeMethod* method) ;
// System.Boolean NodeCanvas.Framework.Variable::get_isExposedPublic()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Variable_get_isExposedPublic_m642BC64143345099A173C4E51AF3AD0201C64B2F (Variable_t60C01143D3B1491B2FFEB305052C327D03DDF4AA* __this, const RuntimeMethod* method) ;
// System.Boolean NodeCanvas.Framework.Variable::get_isPropertyBound()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Variable_get_isPropertyBound_mD875D0438FE286A0DFD36850A423E73F55F89CE7 (Variable_t60C01143D3B1491B2FFEB305052C327D03DDF4AA* __this, const RuntimeMethod* method) ;
// System.Boolean NodeCanvas.Framework.Internal.BBMappingParameter::get_canWrite()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool BBMappingParameter_get_canWrite_mE8F951FE54EE28A20618124DA221E18681CCD477_inline (BBMappingParameter_t271BF3D15F27980230AA7D18791AD2E533D6114A* __this, const RuntimeMethod* method) ;
// System.Void NodeCanvas.Framework.Variable::set_value(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Variable_set_value_mBA508811EA471E7E556AAAF8BFA11D4B8D61ABD6 (Variable_t60C01143D3B1491B2FFEB305052C327D03DDF4AA* __this, RuntimeObject* ___0_value, const RuntimeMethod* method) ;
// System.Boolean NodeCanvas.Framework.Internal.BBMappingParameter::get_canRead()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool BBMappingParameter_get_canRead_m68BE9996096F8EB2C2F55F3433D3A822C7B3C975_inline (BBMappingParameter_t271BF3D15F27980230AA7D18791AD2E533D6114A* __this, const RuntimeMethod* method) ;
// System.Void NodeCanvas.Framework.Variable::remove_onValueChanged(System.Action`1<System.Object>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Variable_remove_onValueChanged_mCF422A72D6D123E43F0B550B0186B2CA61F6D677 (Variable_t60C01143D3B1491B2FFEB305052C327D03DDF4AA* __this, Action_1_t6F9EB113EB3F16226AEF811A2744F4111C116C87* ___0_value, const RuntimeMethod* method) ;
// System.Void NodeCanvas.Framework.Variable::add_onValueChanged(System.Action`1<System.Object>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Variable_add_onValueChanged_m30852D3B12E94087341EC3814FFB420C8F6EB375 (Variable_t60C01143D3B1491B2FFEB305052C327D03DDF4AA* __this, Action_1_t6F9EB113EB3F16226AEF811A2744F4111C116C87* ___0_value, const RuntimeMethod* method) ;
// System.Int32 System.Collections.Generic.List`1<NodeCanvas.Framework.Internal.BBMappingParameter>::get_Count()
inline int32_t List_1_get_Count_m3F9FAE81BA2CB84F8698882D98BAEBF35EA9D1DA_inline (List_1_t624B7FC2AE145EBF7BB7EE422EF3049A2BBD744B* __this, const RuntimeMethod* method)
{
return (( int32_t (*) (List_1_t624B7FC2AE145EBF7BB7EE422EF3049A2BBD744B*, const RuntimeMethod*))List_1_get_Count_m4407E4C389F22B8CEC282C15D56516658746C383_gshared_inline)(__this, method);
}
// System.Int32 System.Collections.Generic.Dictionary`2<System.String,NodeCanvas.Framework.Variable>::get_Count()
inline int32_t Dictionary_2_get_Count_m6A139A7CD2B091611E0191AC71D1F50463C5BA80 (Dictionary_2_tD3F950952CE25D0F85C802E5E8010086DF6EDE7C* __this, const RuntimeMethod* method)
{
return (( int32_t (*) (Dictionary_2_tD3F950952CE25D0F85C802E5E8010086DF6EDE7C*, const RuntimeMethod*))Dictionary_2_get_Count_m4DDA9442C238A443489115E22B026AD366851549_gshared)(__this, method);
}
// System.String NodeCanvas.Framework.Node::get_customName()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* Node_get_customName_m1A71FF743F6F47999FB07420D7E5F4E4261F1AA5_inline (Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* __this, const RuntimeMethod* method) ;
// T ParadoxNotion.ReflectionTools::RTGetAttribute<ParadoxNotion.Design.NameAttribute>(System.Type,System.Boolean)
inline NameAttribute_t34E4A5AC3A040FAE69B4567071E4BDA34ECB03AC* ReflectionTools_RTGetAttribute_TisNameAttribute_t34E4A5AC3A040FAE69B4567071E4BDA34ECB03AC_m13F483E9F03E3153945688CD1172D4A34B4BD417 (Type_t* ___0_type, bool ___1_inherited, const RuntimeMethod* method)
{
return (( NameAttribute_t34E4A5AC3A040FAE69B4567071E4BDA34ECB03AC* (*) (Type_t*, bool, const RuntimeMethod*))ReflectionTools_RTGetAttribute_TisRuntimeObject_mC18A887625BFADDED9B269EF21D1777234EFE1F4_gshared)(___0_type, ___1_inherited, method);
}
// System.String ParadoxNotion.StringUtils::SplitCamelCase(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StringUtils_SplitCamelCase_mE03F4F3007C92573D017880C01F44BE6CC77DE6C (String_t* ___0_s, const RuntimeMethod* method) ;
// System.Void NodeCanvas.Framework.Node::set_customName(System.String)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Node_set_customName_m10E8409F84282D831782408F72673D81EB52601A_inline (Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* __this, String_t* ___0_value, const RuntimeMethod* method) ;
// T ParadoxNotion.ReflectionTools::RTGetAttribute<ParadoxNotion.Design.DescriptionAttribute>(System.Type,System.Boolean)
inline DescriptionAttribute_tA36BC0FDBFFE79BC565383D33D6EBE3550B45F81* ReflectionTools_RTGetAttribute_TisDescriptionAttribute_tA36BC0FDBFFE79BC565383D33D6EBE3550B45F81_m6698F53A577EA9CBEA07182791F17EED2058116F (Type_t* ___0_type, bool ___1_inherited, const RuntimeMethod* method)
{
return (( DescriptionAttribute_tA36BC0FDBFFE79BC565383D33D6EBE3550B45F81* (*) (Type_t*, bool, const RuntimeMethod*))ReflectionTools_RTGetAttribute_TisRuntimeObject_mC18A887625BFADDED9B269EF21D1777234EFE1F4_gshared)(___0_type, ___1_inherited, method);
}
// T ParadoxNotion.ReflectionTools::RTGetAttribute<ParadoxNotion.Design.ExecutionPriorityAttribute>(System.Type,System.Boolean)
inline ExecutionPriorityAttribute_t1C76BF496673F5EEC9DA870670F9889E1A22BA14* ReflectionTools_RTGetAttribute_TisExecutionPriorityAttribute_t1C76BF496673F5EEC9DA870670F9889E1A22BA14_m422511B1E926B1D92277A3A5854A8BA93CB044D3 (Type_t* ___0_type, bool ___1_inherited, const RuntimeMethod* method)
{
return (( ExecutionPriorityAttribute_t1C76BF496673F5EEC9DA870670F9889E1A22BA14* (*) (Type_t*, bool, const RuntimeMethod*))ReflectionTools_RTGetAttribute_TisRuntimeObject_mC18A887625BFADDED9B269EF21D1777234EFE1F4_gshared)(___0_type, ___1_inherited, method);
}
// System.Void NodeCanvas.Framework.Node::set_timeStarted(System.Single)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Node_set_timeStarted_mD399976DE3E986FB52434EFE1AFC690A2FE6167C_inline (Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* __this, float ___0_value, const RuntimeMethod* method) ;
// System.Single NodeCanvas.Framework.Node::get_timeStarted()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Node_get_timeStarted_mDEFE149F16374A2DBF558340D7B6CE6A3F9D01F6_inline (Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* __this, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<NodeCanvas.Framework.Connection>::.ctor()
inline void List_1__ctor_m526B1AB50DAA08A0D2372592D280D76F862DE81B (List_1_t619EB3258C7F1EBD15A485EA09888BE9FC87AC7E* __this, const RuntimeMethod* method)
{
(( void (*) (List_1_t619EB3258C7F1EBD15A485EA09888BE9FC87AC7E*, const RuntimeMethod*))List_1__ctor_m7F078BB342729BDF11327FD89D7872265328F690_gshared)(__this, method);
}
// System.Type ParadoxNotion.ReflectionTools::GetFirstGenericParameterConstraintType(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* ReflectionTools_GetFirstGenericParameterConstraintType_mFC2AAB975EC5BCF9A56B4D0C83C7F2E2AB9B305A (Type_t* ___0_type, const RuntimeMethod* method) ;
// System.Type ParadoxNotion.ReflectionTools::RTMakeGenericType(System.Type,System.Type[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* ReflectionTools_RTMakeGenericType_mDBED5C0EF581D096AA170F8704F5E555AA7DA2C8 (Type_t* ___0_type, TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* ___1_typeArgs, const RuntimeMethod* method) ;
// System.Void NodeCanvas.Framework.Node::set_graph(NodeCanvas.Framework.Graph)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Node_set_graph_m8F7AFEA266E9BC7F8D774CE1A2C935C7963D44DD_inline (Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* __this, Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* ___0_value, const RuntimeMethod* method) ;
// System.Void NodeCanvas.Framework.BBParameter::SetBBFields(System.Object,NodeCanvas.Framework.IBlackboard)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BBParameter_SetBBFields_m327944D49EE061B4C80840B5750BCFA498938F8C (RuntimeObject* ___0_target, RuntimeObject* ___1_bb, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<NodeCanvas.Framework.Connection>::Clear()
inline void List_1_Clear_m865DAF778D32CC2DED198BE801E8A22F81F05C2B_inline (List_1_t619EB3258C7F1EBD15A485EA09888BE9FC87AC7E* __this, const RuntimeMethod* method)
{
(( void (*) (List_1_t619EB3258C7F1EBD15A485EA09888BE9FC87AC7E*, const RuntimeMethod*))List_1_Clear_m16C1F2C61FED5955F10EB36BC1CB2DF34B128994_gshared_inline)(__this, method);
}
// UnityEngine.Vector2 UnityEngine.Vector2::op_Addition(UnityEngine.Vector2,UnityEngine.Vector2)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Vector2_op_Addition_m8136742CE6EE33BA4EB81C5F584678455917D2AE_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___0_a, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___1_b, const RuntimeMethod* method) ;
// System.String NodeCanvas.Framework.Node::GetHardError()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Node_GetHardError_mDA1406D491FA177BD63B1DBF63FDEC548BFCE768 (Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* __this, const RuntimeMethod* method) ;
// System.Void NodeCanvas.Framework.IGraphAssignableExtensions::ValidateSubGraphAndParameters(NodeCanvas.Framework.IGraphAssignable)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IGraphAssignableExtensions_ValidateSubGraphAndParameters_mCB23DCBCD4CB19CFA3D91480559546C544D36FF0 (RuntimeObject* ___0_assignable, const RuntimeMethod* method) ;
// System.Boolean NodeCanvas.Framework.Node::get_isChecked()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Node_get_isChecked_m60774AAD4452C09C4558E27BF34AB706086FE4F1_inline (Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* __this, const RuntimeMethod* method) ;
// System.Void NodeCanvas.Framework.Node::set_isChecked(System.Boolean)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Node_set_isChecked_mED281983153E5C31D31E045DFFCFAE737B9562A8_inline (Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* __this, bool ___0_value, const RuntimeMethod* method) ;
// System.Void NodeCanvas.Framework.Node/<YieldBreak>d__92::.ctor(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CYieldBreakU3Ed__92__ctor_mF656F475B393BA70554C7EA3A81CF708A48FA010 (U3CYieldBreakU3Ed__92_t09981DFD3E5295264477CD9DD9F49B77DAF3ECA6* __this, int32_t ___0_U3CU3E1__state, const RuntimeMethod* method) ;
// System.Void NodeCanvas.Framework.Node/<>c__DisplayClass102_0::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass102_0__ctor_mFD7AA38072C070243D76849BE61D6F289D5F7F5B (U3CU3Ec__DisplayClass102_0_t6F8B591FF4ECC4D577E48F75C78B168C984D5548* __this, const RuntimeMethod* method) ;
// System.Void System.Func`2<NodeCanvas.Framework.Connection,System.Boolean>::.ctor(System.Object,System.IntPtr)
inline void Func_2__ctor_m7CC6BA181CC92A61E158649813E1FD5193E81CC2 (Func_2_tB0B0849C03DD77E88F4026748F42333CEF0318B2* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
{
(( void (*) (Func_2_tB0B0849C03DD77E88F4026748F42333CEF0318B2*, RuntimeObject*, intptr_t, const RuntimeMethod*))Func_2__ctor_m13C0A7F33154D861E2A041B52E88461832DA1697_gshared)(__this, ___0_object, ___1_method, method);
}
// TSource System.Linq.Enumerable::FirstOrDefault<NodeCanvas.Framework.Connection>(System.Collections.Generic.IEnumerable`1<TSource>,System.Func`2<TSource,System.Boolean>)
inline Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D* Enumerable_FirstOrDefault_TisConnection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D_m9BB52A65BA4C5299B7222B3FC13C1B55CD08FE95 (RuntimeObject* ___0_source, Func_2_tB0B0849C03DD77E88F4026748F42333CEF0318B2* ___1_predicate, const RuntimeMethod* method)
{
return (( Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D* (*) (RuntimeObject*, Func_2_tB0B0849C03DD77E88F4026748F42333CEF0318B2*, const RuntimeMethod*))Enumerable_FirstOrDefault_TisRuntimeObject_mFACC750E4D7AF7B43F5B866C84F613B3ECC41994_gshared)(___0_source, ___1_predicate, method);
}
// System.Void UnityEngine.MonoBehaviour::StopCoroutine(UnityEngine.Coroutine)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MonoBehaviour_StopCoroutine_mB0FC91BE84203BD8E360B3FBAE5B958B4C5ED22A (MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71* __this, Coroutine_t85EA685566A254C23F3FD77AB5BDFFFF8799596B* ___0_routine, const RuntimeMethod* method) ;
// System.Void System.Func`2<NodeCanvas.Framework.Connection,NodeCanvas.Framework.Node>::.ctor(System.Object,System.IntPtr)
inline void Func_2__ctor_m6CFD64E1F5EE0B1E98544E95B6986E2D08274E40 (Func_2_t969C40999EC4065F39859EB2E1B1CF16663EBC6F* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
{
(( void (*) (Func_2_t969C40999EC4065F39859EB2E1B1CF16663EBC6F*, RuntimeObject*, intptr_t, const RuntimeMethod*))Func_2__ctor_m7F8A01C0B02BC1D4063F4EB1E817F7A48562A398_gshared)(__this, ___0_object, ___1_method, method);
}
// System.Collections.Generic.IEnumerable`1<TResult> System.Linq.Enumerable::Select<NodeCanvas.Framework.Connection,NodeCanvas.Framework.Node>(System.Collections.Generic.IEnumerable`1<TSource>,System.Func`2<TSource,TResult>)
inline RuntimeObject* Enumerable_Select_TisConnection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D_TisNode_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8_m1C1E4C1B5BEAFB379323233C3575F2CFBEBC7F23 (RuntimeObject* ___0_source, Func_2_t969C40999EC4065F39859EB2E1B1CF16663EBC6F* ___1_selector, const RuntimeMethod* method)
{
return (( RuntimeObject* (*) (RuntimeObject*, Func_2_t969C40999EC4065F39859EB2E1B1CF16663EBC6F*, const RuntimeMethod*))Enumerable_Select_TisRuntimeObject_TisRuntimeObject_m67C538A5EBF57C4844107A8EF25DB2CAAFBAF8FB_gshared)(___0_source, ___1_selector, method);
}
// System.Void NodeCanvas.Framework.Node/<>c__DisplayClass107_0::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass107_0__ctor_m20B88957C580687D4761BABE2999F55A3BACB7BE (U3CU3Ec__DisplayClass107_0_t968F5A084AD5BCC9F177B35B08210FE8A240AFFF* __this, const RuntimeMethod* method) ;
// System.Boolean System.Linq.Enumerable::Any<NodeCanvas.Framework.Connection>(System.Collections.Generic.IEnumerable`1<TSource>,System.Func`2<TSource,System.Boolean>)
inline bool Enumerable_Any_TisConnection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D_m4097FC8FCB353C35C096941465D1C3CADFC7D0AC (RuntimeObject* ___0_source, Func_2_tB0B0849C03DD77E88F4026748F42333CEF0318B2* ___1_predicate, const RuntimeMethod* method)
{
return (( bool (*) (RuntimeObject*, Func_2_tB0B0849C03DD77E88F4026748F42333CEF0318B2*, const RuntimeMethod*))Enumerable_Any_TisRuntimeObject_mF6C6AC8DF8971883615734832D09C9210B956F0F_gshared)(___0_source, ___1_predicate, method);
}
// System.Void NodeCanvas.Framework.Node/<>c__DisplayClass108_0::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass108_0__ctor_m3F1CB8A6391B46300E6F2AECF83803E4832C045E (U3CU3Ec__DisplayClass108_0_t4DEC1C6F4995ACC7914D8F485C89686E8E083401* __this, const RuntimeMethod* method) ;
// System.Boolean System.Reflection.MemberInfo::op_Equality(System.Reflection.MemberInfo,System.Reflection.MemberInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MemberInfo_op_Equality_m4B4F1AF29C9361D125F6D7FAB3D227ED3FECE685 (MemberInfo_t* ___0_left, MemberInfo_t* ___1_right, const RuntimeMethod* method) ;
// System.Boolean System.Reflection.MemberInfo::op_Inequality(System.Reflection.MemberInfo,System.Reflection.MemberInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MemberInfo_op_Inequality_m30A32A50379A6AD359992D3DED56EDE4646D17CA (MemberInfo_t* ___0_left, MemberInfo_t* ___1_right, const RuntimeMethod* method) ;
// System.String ParadoxNotion.ReflectionTools::FriendlyName(System.Reflection.MemberInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ReflectionTools_FriendlyName_m5D910EBCAB4D33DE3C576BC15D307A043FCFF3CD (MemberInfo_t* ___0_info, const RuntimeMethod* method) ;
// System.String NodeCanvas.Framework.Node::get_tag()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* Node_get_tag_m189542735248F2BE38EE5901A2408C27DD3D509C_inline (Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* __this, const RuntimeMethod* method) ;
// System.String System.String::Concat(System.String,System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m8855A6DE10F84DA7F4EC113CADDB59873A25573B (String_t* ___0_str0, String_t* ___1_str1, String_t* ___2_str2, const RuntimeMethod* method) ;
// System.String System.String::Format(System.String,System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_mFB7DA489BD99F4670881FF50EC017BFB0A5C0987 (String_t* ___0_format, RuntimeObject* ___1_arg0, RuntimeObject* ___2_arg1, const RuntimeMethod* method) ;
// System.Void UnityEngine.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) ;
// 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) ;
// System.Boolean UnityEngine.Vector2::op_Equality(UnityEngine.Vector2,UnityEngine.Vector2)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Vector2_op_Equality_m6F2E069A50E787D131261E5CB25FC9E03F95B5E1_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___0_lhs, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___1_rhs, 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) ;
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void NodeCanvas.DialogueTrees.DialogueTree/<>c::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__cctor_m117C7954905834C0DAAD1E9B8D3F76480B04FA9C (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_tA4B06DBDF2A83021639CF2EFCDFA359942440699_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
U3CU3Ec_tA4B06DBDF2A83021639CF2EFCDFA359942440699* L_0 = (U3CU3Ec_tA4B06DBDF2A83021639CF2EFCDFA359942440699*)il2cpp_codegen_object_new(U3CU3Ec_tA4B06DBDF2A83021639CF2EFCDFA359942440699_il2cpp_TypeInfo_var);
NullCheck(L_0);
U3CU3Ec__ctor_m5113475A97EED53E68DE2CC196BD8BAF793A03A1(L_0, NULL);
((U3CU3Ec_tA4B06DBDF2A83021639CF2EFCDFA359942440699_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tA4B06DBDF2A83021639CF2EFCDFA359942440699_il2cpp_TypeInfo_var))->___U3CU3E9_0 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_tA4B06DBDF2A83021639CF2EFCDFA359942440699_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tA4B06DBDF2A83021639CF2EFCDFA359942440699_il2cpp_TypeInfo_var))->___U3CU3E9_0), (void*)L_0);
return;
}
}
// System.Void NodeCanvas.DialogueTrees.DialogueTree/<>c::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_m5113475A97EED53E68DE2CC196BD8BAF793A03A1 (U3CU3Ec_tA4B06DBDF2A83021639CF2EFCDFA359942440699* __this, const RuntimeMethod* method)
{
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
return;
}
}
// System.String NodeCanvas.DialogueTrees.DialogueTree/<>c::<get_definedActorParameterNames>b__46_0(NodeCanvas.DialogueTrees.DialogueTree/ActorParameter)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* U3CU3Ec_U3Cget_definedActorParameterNamesU3Eb__46_0_m4F1FC3B5E6BB6BDEA11CBE2E71D20BBB5AFEB159 (U3CU3Ec_tA4B06DBDF2A83021639CF2EFCDFA359942440699* __this, ActorParameter_t745744DE212B4E613AA3951A71B2338C23F06070* ___0_r, const RuntimeMethod* method)
{
{
// var list = actorParameters.Select(r => r.name).ToList();
ActorParameter_t745744DE212B4E613AA3951A71B2338C23F06070* L_0 = ___0_r;
NullCheck(L_0);
String_t* L_1;
L_1 = ActorParameter_get_name_m0E7B0682A7BFBD0764E7B252CC5CBEFC07664CD4_inline(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 NodeCanvas.DialogueTrees.DialogueTree/<>c__DisplayClass47_0::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass47_0__ctor_m9AFDC0772FC4025C57D2C32B666A3ACB36F5B1D5 (U3CU3Ec__DisplayClass47_0_t8A16EED69247DC6F786CCD49AA79C236374BDF38* __this, const RuntimeMethod* method)
{
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
return;
}
}
// System.Boolean NodeCanvas.DialogueTrees.DialogueTree/<>c__DisplayClass47_0::<GetParameterByID>b__0(NodeCanvas.DialogueTrees.DialogueTree/ActorParameter)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec__DisplayClass47_0_U3CGetParameterByIDU3Eb__0_mD18E46A36C827C845DBAF9F9D30058BBE6F51C9E (U3CU3Ec__DisplayClass47_0_t8A16EED69247DC6F786CCD49AA79C236374BDF38* __this, ActorParameter_t745744DE212B4E613AA3951A71B2338C23F06070* ___0_p, const RuntimeMethod* method)
{
{
// return actorParameters.Find(p => p.ID == id);
ActorParameter_t745744DE212B4E613AA3951A71B2338C23F06070* L_0 = ___0_p;
NullCheck(L_0);
String_t* L_1;
L_1 = ActorParameter_get_ID_m0D3A8BF609D61329F85C59FA7EFD8817215A0CF7(L_0, NULL);
String_t* L_2 = __this->___id_0;
bool L_3;
L_3 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_1, L_2, NULL);
return L_3;
}
}
#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.DialogueTrees.DialogueTree/<>c__DisplayClass48_0::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass48_0__ctor_m4A9D626E9CEF53218583B118A7D096142FB10C51 (U3CU3Ec__DisplayClass48_0_t3E3748268522724C4BFA997CBEECCAE382638A49* __this, const RuntimeMethod* method)
{
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
return;
}
}
// System.Boolean NodeCanvas.DialogueTrees.DialogueTree/<>c__DisplayClass48_0::<GetParameterByName>b__0(NodeCanvas.DialogueTrees.DialogueTree/ActorParameter)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec__DisplayClass48_0_U3CGetParameterByNameU3Eb__0_m797F3290360D9A1BC0F21088C765D6AAEB79940B (U3CU3Ec__DisplayClass48_0_t3E3748268522724C4BFA997CBEECCAE382638A49* __this, ActorParameter_t745744DE212B4E613AA3951A71B2338C23F06070* ___0_p, const RuntimeMethod* method)
{
{
// return actorParameters.Find(p => p.name == paramName);
ActorParameter_t745744DE212B4E613AA3951A71B2338C23F06070* L_0 = ___0_p;
NullCheck(L_0);
String_t* L_1;
L_1 = ActorParameter_get_name_m0E7B0682A7BFBD0764E7B252CC5CBEFC07664CD4_inline(L_0, NULL);
String_t* L_2 = __this->___paramName_0;
bool L_3;
L_3 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_1, L_2, NULL);
return L_3;
}
}
#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.DialogueTrees.DialogueTree/<>c__DisplayClass50_0::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass50_0__ctor_m67795616B93AAECCD9894B355D96CD764C095359 (U3CU3Ec__DisplayClass50_0_tE256E0F1C4D57F87203529B25720ADBD7FC74B7F* __this, const RuntimeMethod* method)
{
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
return;
}
}
// System.Boolean NodeCanvas.DialogueTrees.DialogueTree/<>c__DisplayClass50_0::<GetActorReferenceByName>b__0(NodeCanvas.DialogueTrees.DialogueTree/ActorParameter)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec__DisplayClass50_0_U3CGetActorReferenceByNameU3Eb__0_mB2B74FFD261ADE7FF8B3B2E8FF8D277D5423A897 (U3CU3Ec__DisplayClass50_0_tE256E0F1C4D57F87203529B25720ADBD7FC74B7F* __this, ActorParameter_t745744DE212B4E613AA3951A71B2338C23F06070* ___0_r, const RuntimeMethod* method)
{
{
// var refData = actorParameters.Find(r => r.name == paramName);
ActorParameter_t745744DE212B4E613AA3951A71B2338C23F06070* L_0 = ___0_r;
NullCheck(L_0);
String_t* L_1;
L_1 = ActorParameter_get_name_m0E7B0682A7BFBD0764E7B252CC5CBEFC07664CD4_inline(L_0, NULL);
String_t* L_2 = __this->___paramName_0;
bool L_3;
L_3 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_1, L_2, NULL);
return L_3;
}
}
#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.DialogueTrees.DialogueTree/<>c__DisplayClass51_0::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass51_0__ctor_m4251AAA4B7EEF58B95EBC2DA31AEC76DDFD0426F (U3CU3Ec__DisplayClass51_0_t1CF0FF326BD2713D46B0DCDDFEFDFC3FD0AA3C2B* __this, const RuntimeMethod* method)
{
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
return;
}
}
// System.Boolean NodeCanvas.DialogueTrees.DialogueTree/<>c__DisplayClass51_0::<SetActorReference>b__0(NodeCanvas.DialogueTrees.DialogueTree/ActorParameter)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec__DisplayClass51_0_U3CSetActorReferenceU3Eb__0_mEA37409091DF7C395C7F6ED34A0421981FD461B5 (U3CU3Ec__DisplayClass51_0_t1CF0FF326BD2713D46B0DCDDFEFDFC3FD0AA3C2B* __this, ActorParameter_t745744DE212B4E613AA3951A71B2338C23F06070* ___0_p, const RuntimeMethod* method)
{
{
// var param = actorParameters.Find(p => p.name == paramName);
ActorParameter_t745744DE212B4E613AA3951A71B2338C23F06070* L_0 = ___0_p;
NullCheck(L_0);
String_t* L_1;
L_1 = ActorParameter_get_name_m0E7B0682A7BFBD0764E7B252CC5CBEFC07664CD4_inline(L_0, NULL);
String_t* L_2 = __this->___paramName_0;
bool L_3;
L_3 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_1, L_2, NULL);
return L_3;
}
}
#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.DialogueTrees.DialogueTree/<>c__DisplayClass52_0::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass52_0__ctor_mD900FF63B2670D9A8938D21E2EFE7ECFA562894E (U3CU3Ec__DisplayClass52_0_t2528D836B40F4F688738D37638BAA711FFBAD712* __this, const RuntimeMethod* method)
{
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
return;
}
}
// System.Boolean NodeCanvas.DialogueTrees.DialogueTree/<>c__DisplayClass52_0::<SetActorReferences>b__0(NodeCanvas.DialogueTrees.DialogueTree/ActorParameter)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec__DisplayClass52_0_U3CSetActorReferencesU3Eb__0_mACC771690A838512FC0FFEF2F5C4F86B93650CAD (U3CU3Ec__DisplayClass52_0_t2528D836B40F4F688738D37638BAA711FFBAD712* __this, ActorParameter_t745744DE212B4E613AA3951A71B2338C23F06070* ___0_p, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyValuePair_2_get_Key_m5554E784C344617DC817FD80318C3BFC9B8532AC_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
// var param = actorParameters.Find(p => p.name == pair.Key);
ActorParameter_t745744DE212B4E613AA3951A71B2338C23F06070* L_0 = ___0_p;
NullCheck(L_0);
String_t* L_1;
L_1 = ActorParameter_get_name_m0E7B0682A7BFBD0764E7B252CC5CBEFC07664CD4_inline(L_0, NULL);
KeyValuePair_2_t878056F83BD6393DFB8120C809F90D0D7147D5C6* L_2 = (&__this->___pair_0);
String_t* L_3;
L_3 = KeyValuePair_2_get_Key_m5554E784C344617DC817FD80318C3BFC9B8532AC_inline(L_2, KeyValuePair_2_get_Key_m5554E784C344617DC817FD80318C3BFC9B8532AC_RuntimeMethod_var);
bool L_4;
L_4 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_1, 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
// System.String NodeCanvas.DialogueTrees.DialogueTreeController::NodeCanvas.DialogueTrees.IDialogueActor.get_name()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DialogueTreeController_NodeCanvas_DialogueTrees_IDialogueActor_get_name_m9C062B999143DF343C5B640ED613B5A37F63042B (DialogueTreeController_t9200582D4B9DBA52D7609267A19658C32C222141* __this, const RuntimeMethod* method)
{
{
// string IDialogueActor.name => name;
String_t* L_0;
L_0 = Object_get_name_mAC2F6B897CF1303BA4249B4CB55271AFACBB6392(__this, NULL);
return L_0;
}
}
// UnityEngine.Texture2D NodeCanvas.DialogueTrees.DialogueTreeController::NodeCanvas.DialogueTrees.IDialogueActor.get_portrait()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* DialogueTreeController_NodeCanvas_DialogueTrees_IDialogueActor_get_portrait_m6B811CEC7C08B9070FBD9431136995ECC4126FE0 (DialogueTreeController_t9200582D4B9DBA52D7609267A19658C32C222141* __this, const RuntimeMethod* method)
{
{
// Texture2D IDialogueActor.portrait => null;
return (Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4*)NULL;
}
}
// UnityEngine.Sprite NodeCanvas.DialogueTrees.DialogueTreeController::NodeCanvas.DialogueTrees.IDialogueActor.get_portraitSprite()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* DialogueTreeController_NodeCanvas_DialogueTrees_IDialogueActor_get_portraitSprite_m147CDDCD9C2AC9F87587BC14601A3806C576E286 (DialogueTreeController_t9200582D4B9DBA52D7609267A19658C32C222141* __this, const RuntimeMethod* method)
{
{
// Sprite IDialogueActor.portraitSprite => null;
return (Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99*)NULL;
}
}
// UnityEngine.Color NodeCanvas.DialogueTrees.DialogueTreeController::NodeCanvas.DialogueTrees.IDialogueActor.get_dialogueColor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_tD001788D726C3A7F1379BEED0260B9591F440C1F DialogueTreeController_NodeCanvas_DialogueTrees_IDialogueActor_get_dialogueColor_m77A6F044E3C553D6D222E762EF2CE57E335104CC (DialogueTreeController_t9200582D4B9DBA52D7609267A19658C32C222141* __this, const RuntimeMethod* method)
{
{
// Color IDialogueActor.dialogueColor => Color.white;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_0;
L_0 = Color_get_white_m068F5AF879B0FCA584E3693F762EA41BB65532C6_inline(NULL);
return L_0;
}
}
// UnityEngine.Vector3 NodeCanvas.DialogueTrees.DialogueTreeController::NodeCanvas.DialogueTrees.IDialogueActor.get_dialoguePosition()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 DialogueTreeController_NodeCanvas_DialogueTrees_IDialogueActor_get_dialoguePosition_m4B3CDBD58830A728E893B6A7DD2129E3E66F18D4 (DialogueTreeController_t9200582D4B9DBA52D7609267A19658C32C222141* __this, const RuntimeMethod* method)
{
{
// Vector3 IDialogueActor.dialoguePosition => Vector3.zero;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_0;
L_0 = Vector3_get_zero_m0C1249C3F25B1C70EAD3CC8B31259975A457AE39_inline(NULL);
return L_0;
}
}
// UnityEngine.Transform NodeCanvas.DialogueTrees.DialogueTreeController::NodeCanvas.DialogueTrees.IDialogueActor.get_transform()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* DialogueTreeController_NodeCanvas_DialogueTrees_IDialogueActor_get_transform_m58FD67E52548378BB16B226D5425BD7DD91E9E89 (DialogueTreeController_t9200582D4B9DBA52D7609267A19658C32C222141* __this, const RuntimeMethod* method)
{
{
// Transform IDialogueActor.transform => transform;
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_0;
L_0 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(__this, NULL);
return L_0;
}
}
// System.Void NodeCanvas.DialogueTrees.DialogueTreeController::StartDialogue()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DialogueTreeController_StartDialogue_m0A779C6AC234086AE06C52AAB97AEC3653482FAE (DialogueTreeController_t9200582D4B9DBA52D7609267A19658C32C222141* __this, const RuntimeMethod* method)
{
{
// StartDialogue(this, null);
DialogueTreeController_StartDialogue_mBA65DA0C1CF836FCF8570B51C635990E51C66E29(__this, __this, (Action_1_t10DCB0C07D0D3C565CEACADC80D1152B35A45F6C*)NULL, NULL);
// }
return;
}
}
// System.Void NodeCanvas.DialogueTrees.DialogueTreeController::StartDialogue(System.Action`1<System.Boolean>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DialogueTreeController_StartDialogue_mD091DD7D162570FA32C9AD3C91DC7A30E5DF441D (DialogueTreeController_t9200582D4B9DBA52D7609267A19658C32C222141* __this, Action_1_t10DCB0C07D0D3C565CEACADC80D1152B35A45F6C* ___0_callback, const RuntimeMethod* method)
{
{
// StartDialogue(this, callback);
Action_1_t10DCB0C07D0D3C565CEACADC80D1152B35A45F6C* L_0 = ___0_callback;
DialogueTreeController_StartDialogue_mBA65DA0C1CF836FCF8570B51C635990E51C66E29(__this, __this, L_0, NULL);
// }
return;
}
}
// System.Void NodeCanvas.DialogueTrees.DialogueTreeController::StartDialogue(NodeCanvas.DialogueTrees.IDialogueActor)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DialogueTreeController_StartDialogue_mE9C47647EF9F9CA2A9751AE15D852D15F8DD15E8 (DialogueTreeController_t9200582D4B9DBA52D7609267A19658C32C222141* __this, RuntimeObject* ___0_instigator, const RuntimeMethod* method)
{
{
// StartDialogue(instigator, null);
RuntimeObject* L_0 = ___0_instigator;
DialogueTreeController_StartDialogue_mBA65DA0C1CF836FCF8570B51C635990E51C66E29(__this, L_0, (Action_1_t10DCB0C07D0D3C565CEACADC80D1152B35A45F6C*)NULL, NULL);
// }
return;
}
}
// System.Void NodeCanvas.DialogueTrees.DialogueTreeController::StartDialogue(NodeCanvas.DialogueTrees.DialogueTree,NodeCanvas.DialogueTrees.IDialogueActor,System.Action`1<System.Boolean>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DialogueTreeController_StartDialogue_m93A3475EE8C06B5CBB8035BB69899B1432054312 (DialogueTreeController_t9200582D4B9DBA52D7609267A19658C32C222141* __this, DialogueTree_t2208AC38C45014AF5E0A41AD1E0DBB299BEB849D* ___0_newTree, RuntimeObject* ___1_instigator, Action_1_t10DCB0C07D0D3C565CEACADC80D1152B35A45F6C* ___2_callback, const RuntimeMethod* method)
{
{
// graph = newTree;
DialogueTree_t2208AC38C45014AF5E0A41AD1E0DBB299BEB849D* L_0 = ___0_newTree;
VirtualActionInvoker1< Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* >::Invoke(7 /* System.Void NodeCanvas.Framework.GraphOwner::set_graph(NodeCanvas.Framework.Graph) */, __this, L_0);
// StartDialogue(instigator, callback);
RuntimeObject* L_1 = ___1_instigator;
Action_1_t10DCB0C07D0D3C565CEACADC80D1152B35A45F6C* L_2 = ___2_callback;
DialogueTreeController_StartDialogue_mBA65DA0C1CF836FCF8570B51C635990E51C66E29(__this, L_1, L_2, NULL);
// }
return;
}
}
// System.Void NodeCanvas.DialogueTrees.DialogueTreeController::StartDialogue(NodeCanvas.DialogueTrees.IDialogueActor,System.Action`1<System.Boolean>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DialogueTreeController_StartDialogue_mBA65DA0C1CF836FCF8570B51C635990E51C66E29 (DialogueTreeController_t9200582D4B9DBA52D7609267A19658C32C222141* __this, RuntimeObject* ___0_instigator, Action_1_t10DCB0C07D0D3C565CEACADC80D1152B35A45F6C* ___1_callback, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDialogueActor_t54434BB176F4CD4F74D753CE2AF8233033D9F716_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* G_B2_0 = NULL;
Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* G_B1_0 = NULL;
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* G_B3_0 = NULL;
Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* G_B3_1 = NULL;
{
// graph = GetInstance(graph);
Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* L_0;
L_0 = VirtualFuncInvoker0< Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* >::Invoke(6 /* NodeCanvas.Framework.Graph NodeCanvas.Framework.GraphOwner::get_graph() */, __this);
Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* L_1;
L_1 = GraphOwner_GetInstance_m2C70861A609EBD0D9E8E62E95F7520490E9F5C29(__this, L_0, NULL);
VirtualActionInvoker1< Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* >::Invoke(7 /* System.Void NodeCanvas.Framework.GraphOwner::set_graph(NodeCanvas.Framework.Graph) */, __this, L_1);
// graph.StartGraph(instigator is Component ? (Component)instigator : instigator.transform, blackboard, updateMode, callback);
Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* L_2;
L_2 = VirtualFuncInvoker0< Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* >::Invoke(6 /* NodeCanvas.Framework.Graph NodeCanvas.Framework.GraphOwner::get_graph() */, __this);
RuntimeObject* L_3 = ___0_instigator;
G_B1_0 = L_2;
if (((Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3*)IsInstClass((RuntimeObject*)L_3, Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3_il2cpp_TypeInfo_var)))
{
G_B2_0 = L_2;
goto IL_0028;
}
}
{
RuntimeObject* L_4 = ___0_instigator;
NullCheck(L_4);
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_5;
L_5 = InterfaceFuncInvoker0< Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* >::Invoke(5 /* UnityEngine.Transform NodeCanvas.DialogueTrees.IDialogueActor::get_transform() */, IDialogueActor_t54434BB176F4CD4F74D753CE2AF8233033D9F716_il2cpp_TypeInfo_var, L_4);
G_B3_0 = L_5;
G_B3_1 = G_B1_0;
goto IL_002e;
}
IL_0028:
{
RuntimeObject* L_6 = ___0_instigator;
G_B3_0 = ((Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1*)(((Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3*)CastclassClass((RuntimeObject*)L_6, Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3_il2cpp_TypeInfo_var))));
G_B3_1 = G_B2_0;
}
IL_002e:
{
RuntimeObject* L_7;
L_7 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(8 /* NodeCanvas.Framework.IBlackboard NodeCanvas.Framework.GraphOwner::get_blackboard() */, __this);
int32_t L_8;
L_8 = GraphOwner_get_updateMode_mF0B585371AB03A98999B5B767D1DAF8EF791491F_inline(__this, NULL);
Action_1_t10DCB0C07D0D3C565CEACADC80D1152B35A45F6C* L_9 = ___1_callback;
NullCheck(G_B3_1);
Graph_StartGraph_mB8DA3D5BD87B7B1D66B097F8AC803BC3F91F4231(G_B3_1, G_B3_0, L_7, L_8, L_9, NULL);
// }
return;
}
}
// System.Void NodeCanvas.DialogueTrees.DialogueTreeController::PauseDialogue()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DialogueTreeController_PauseDialogue_mE57DF7F2A4B49F3E0A994DBEB1F47545A90085A5 (DialogueTreeController_t9200582D4B9DBA52D7609267A19658C32C222141* __this, const RuntimeMethod* method)
{
{
// graph.Pause();
Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* L_0;
L_0 = VirtualFuncInvoker0< Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* >::Invoke(6 /* NodeCanvas.Framework.Graph NodeCanvas.Framework.GraphOwner::get_graph() */, __this);
NullCheck(L_0);
Graph_Pause_mB1CAA109250FCC32DDF3A8ECF050111E8ADD2884(L_0, NULL);
// }
return;
}
}
// System.Void NodeCanvas.DialogueTrees.DialogueTreeController::StopDialogue()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DialogueTreeController_StopDialogue_mDFC8D6BEEB853C27E9150D4011B9B153105378BF (DialogueTreeController_t9200582D4B9DBA52D7609267A19658C32C222141* __this, const RuntimeMethod* method)
{
{
// graph.Stop();
Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* L_0;
L_0 = VirtualFuncInvoker0< Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* >::Invoke(6 /* NodeCanvas.Framework.Graph NodeCanvas.Framework.GraphOwner::get_graph() */, __this);
NullCheck(L_0);
Graph_Stop_mD6BCF97B46BD1CF0C77D5E8758D4A3E00FA0464E(L_0, (bool)1, NULL);
// }
return;
}
}
// System.Void NodeCanvas.DialogueTrees.DialogueTreeController::SetActorReference(System.String,NodeCanvas.DialogueTrees.IDialogueActor)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DialogueTreeController_SetActorReference_m82A6E406C8F6625F08DE66AE764A235F8127344D (DialogueTreeController_t9200582D4B9DBA52D7609267A19658C32C222141* __this, String_t* ___0_paramName, RuntimeObject* ___1_actor, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GraphOwner_1_get_behaviour_m739D664B090CFBCC72D9900C994BCE17CD299850_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// if ( behaviour != null ) {
DialogueTree_t2208AC38C45014AF5E0A41AD1E0DBB299BEB849D* L_0;
L_0 = GraphOwner_1_get_behaviour_m739D664B090CFBCC72D9900C994BCE17CD299850(__this, GraphOwner_1_get_behaviour_m739D664B090CFBCC72D9900C994BCE17CD299850_RuntimeMethod_var);
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_001b;
}
}
{
// behaviour.SetActorReference(paramName, actor);
DialogueTree_t2208AC38C45014AF5E0A41AD1E0DBB299BEB849D* L_2;
L_2 = GraphOwner_1_get_behaviour_m739D664B090CFBCC72D9900C994BCE17CD299850(__this, GraphOwner_1_get_behaviour_m739D664B090CFBCC72D9900C994BCE17CD299850_RuntimeMethod_var);
String_t* L_3 = ___0_paramName;
RuntimeObject* L_4 = ___1_actor;
NullCheck(L_2);
DialogueTree_SetActorReference_mEE344905DDAF018470960856A3B015E0B76E4E76(L_2, L_3, L_4, NULL);
}
IL_001b:
{
// }
return;
}
}
// System.Void NodeCanvas.DialogueTrees.DialogueTreeController::SetActorReferences(System.Collections.Generic.Dictionary`2<System.String,NodeCanvas.DialogueTrees.IDialogueActor>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DialogueTreeController_SetActorReferences_mA04FDB262E7919CDA803DFAFC65C29D15E4D8E86 (DialogueTreeController_t9200582D4B9DBA52D7609267A19658C32C222141* __this, Dictionary_2_t397B2A6BB6C5ACB96903A3409E70037357BEDF79* ___0_actors, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GraphOwner_1_get_behaviour_m739D664B090CFBCC72D9900C994BCE17CD299850_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// if ( behaviour != null ) {
DialogueTree_t2208AC38C45014AF5E0A41AD1E0DBB299BEB849D* L_0;
L_0 = GraphOwner_1_get_behaviour_m739D664B090CFBCC72D9900C994BCE17CD299850(__this, GraphOwner_1_get_behaviour_m739D664B090CFBCC72D9900C994BCE17CD299850_RuntimeMethod_var);
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_001a;
}
}
{
// behaviour.SetActorReferences(actors);
DialogueTree_t2208AC38C45014AF5E0A41AD1E0DBB299BEB849D* L_2;
L_2 = GraphOwner_1_get_behaviour_m739D664B090CFBCC72D9900C994BCE17CD299850(__this, GraphOwner_1_get_behaviour_m739D664B090CFBCC72D9900C994BCE17CD299850_RuntimeMethod_var);
Dictionary_2_t397B2A6BB6C5ACB96903A3409E70037357BEDF79* L_3 = ___0_actors;
NullCheck(L_2);
DialogueTree_SetActorReferences_mC476A97089343F8D903128D5594BDABFFE53AD77(L_2, L_3, NULL);
}
IL_001a:
{
// }
return;
}
}
// NodeCanvas.DialogueTrees.IDialogueActor NodeCanvas.DialogueTrees.DialogueTreeController::GetActorReferenceByName(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DialogueTreeController_GetActorReferenceByName_mAC7BAF06286554C38DD0E56D92FE587B5FA7A753 (DialogueTreeController_t9200582D4B9DBA52D7609267A19658C32C222141* __this, String_t* ___0_paramName, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GraphOwner_1_get_behaviour_m739D664B090CFBCC72D9900C994BCE17CD299850_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// return behaviour != null ? behaviour.GetActorReferenceByName(paramName) : null;
DialogueTree_t2208AC38C45014AF5E0A41AD1E0DBB299BEB849D* L_0;
L_0 = GraphOwner_1_get_behaviour_m739D664B090CFBCC72D9900C994BCE17CD299850(__this, GraphOwner_1_get_behaviour_m739D664B090CFBCC72D9900C994BCE17CD299850_RuntimeMethod_var);
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_0010;
}
}
{
return (RuntimeObject*)NULL;
}
IL_0010:
{
DialogueTree_t2208AC38C45014AF5E0A41AD1E0DBB299BEB849D* L_2;
L_2 = GraphOwner_1_get_behaviour_m739D664B090CFBCC72D9900C994BCE17CD299850(__this, GraphOwner_1_get_behaviour_m739D664B090CFBCC72D9900C994BCE17CD299850_RuntimeMethod_var);
String_t* L_3 = ___0_paramName;
NullCheck(L_2);
RuntimeObject* L_4;
L_4 = DialogueTree_GetActorReferenceByName_mC20ADBBB6B43EDE5639DC58B17ECCCE685CA589F(L_2, L_3, NULL);
return L_4;
}
}
// System.Void NodeCanvas.DialogueTrees.DialogueTreeController::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DialogueTreeController__ctor_mAB8228211585BF1BDA2C97BFB6E9FB13A5128420 (DialogueTreeController_t9200582D4B9DBA52D7609267A19658C32C222141* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GraphOwner_1__ctor_mDE587FFF42B93DB493760E0D1B2811133199C5E7_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
GraphOwner_1__ctor_mDE587FFF42B93DB493760E0D1B2811133199C5E7(__this, GraphOwner_1__ctor_mDE587FFF42B93DB493760E0D1B2811133199C5E7_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.DialogueTrees.DTConnection::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DTConnection__ctor_m2251F5254001A4CD7C355066C53C8EFCDF61324D (DTConnection_t222C9A06C140F9017A819A4D17E2132F87A87443* __this, const RuntimeMethod* method)
{
{
Connection__ctor_mA19053B3D480CFD0F3D3071E5F6E4835F86A1EC0(__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.DialogueTrees.DTNode::get_name()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DTNode_get_name_m6EC002FCB960A1CBE39FA7A35AF13278C7631E90 (DTNode_tCB3ACB579829AE4DEE9F51B25EC31AA96A070FCB* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Contains_m359254483BE42CAD4DCA8FBAFB87473FB4CF00E1_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral115AE5C9AECE7C600B2500684498F9A4AE17F487);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral23114468D04FA2B7A2DA455B545DB914D0A3ED94);
s_Il2CppMethodInitialized = true;
}
{
// if ( requireActorSelection ) {
bool L_0;
L_0 = VirtualFuncInvoker0< bool >::Invoke(40 /* System.Boolean NodeCanvas.DialogueTrees.DTNode::get_requireActorSelection() */, __this);
if (!L_0)
{
goto IL_0042;
}
}
{
// if ( DLGTree.definedActorParameterNames.Contains(actorName) ) {
DialogueTree_t2208AC38C45014AF5E0A41AD1E0DBB299BEB849D* L_1;
L_1 = DTNode_get_DLGTree_m464149DF02ED97A8D0A5A15D2C415BA4477F3BC4(__this, NULL);
NullCheck(L_1);
List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* L_2;
L_2 = DialogueTree_get_definedActorParameterNames_mAEE1A2E9D74534B4EEFA19F3EC03F732048FDE25(L_1, NULL);
String_t* L_3;
L_3 = DTNode_get_actorName_mA319EDDB72F6B524569BD7445144888653D393D3(__this, NULL);
NullCheck(L_2);
bool L_4;
L_4 = List_1_Contains_m359254483BE42CAD4DCA8FBAFB87473FB4CF00E1(L_2, L_3, List_1_Contains_m359254483BE42CAD4DCA8FBAFB87473FB4CF00E1_RuntimeMethod_var);
if (!L_4)
{
goto IL_0031;
}
}
{
// return string.Format("{0}", actorName);
String_t* L_5;
L_5 = DTNode_get_actorName_mA319EDDB72F6B524569BD7445144888653D393D3(__this, NULL);
String_t* L_6;
L_6 = String_Format_mA8DBB4C2516B9723C5A41E6CB1E2FAF4BBE96DD8(_stringLiteral23114468D04FA2B7A2DA455B545DB914D0A3ED94, L_5, NULL);
return L_6;
}
IL_0031:
{
// return string.Format("<color=#d63e3e>* {0} *</color>", _actorName);
String_t* L_7 = __this->____actorName_17;
String_t* L_8;
L_8 = String_Format_mA8DBB4C2516B9723C5A41E6CB1E2FAF4BBE96DD8(_stringLiteral115AE5C9AECE7C600B2500684498F9A4AE17F487, L_7, NULL);
return L_8;
}
IL_0042:
{
// return base.name;
String_t* L_9;
L_9 = Node_get_name_m488D9048EA7C161BB554E76FB0FF523812055FAA(__this, NULL);
return L_9;
}
}
// System.Boolean NodeCanvas.DialogueTrees.DTNode::get_requireActorSelection()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DTNode_get_requireActorSelection_m4DD513299A3352952BE8A636C679CAFFAEA0D226 (DTNode_tCB3ACB579829AE4DEE9F51B25EC31AA96A070FCB* __this, const RuntimeMethod* method)
{
{
// virtual public bool requireActorSelection { get { return true; } }
return (bool)1;
}
}
// System.Int32 NodeCanvas.DialogueTrees.DTNode::get_maxInConnections()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DTNode_get_maxInConnections_m973783B07656B05618BF9D1CCF54198B00FE31A5 (DTNode_tCB3ACB579829AE4DEE9F51B25EC31AA96A070FCB* __this, const RuntimeMethod* method)
{
{
// public override int maxInConnections { get { return -1; } }
return (-1);
}
}
// System.Int32 NodeCanvas.DialogueTrees.DTNode::get_maxOutConnections()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DTNode_get_maxOutConnections_m1DB5D88B2F563A36EE7CF8BB28B3E68CC115EDCA (DTNode_tCB3ACB579829AE4DEE9F51B25EC31AA96A070FCB* __this, const RuntimeMethod* method)
{
{
// public override int maxOutConnections { get { return 1; } }
return 1;
}
}
// System.Type NodeCanvas.DialogueTrees.DTNode::get_outConnectionType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* DTNode_get_outConnectionType_mB684252F86D658F7BED43C76F9F128073748A042 (DTNode_tCB3ACB579829AE4DEE9F51B25EC31AA96A070FCB* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DTConnection_t222C9A06C140F9017A819A4D17E2132F87A87443_0_0_0_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// sealed public override System.Type outConnectionType { get { return typeof(DTConnection); } }
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_0 = { reinterpret_cast<intptr_t> (DTConnection_t222C9A06C140F9017A819A4D17E2132F87A87443_0_0_0_var) };
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
Type_t* L_1;
L_1 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_0, NULL);
return L_1;
}
}
// System.Boolean NodeCanvas.DialogueTrees.DTNode::get_allowAsPrime()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DTNode_get_allowAsPrime_mDBFD13D877FCD1ADB5583CEA8B747D2BC0D430BB (DTNode_tCB3ACB579829AE4DEE9F51B25EC31AA96A070FCB* __this, const RuntimeMethod* method)
{
{
// sealed public override bool allowAsPrime { get { return true; } }
return (bool)1;
}
}
// System.Boolean NodeCanvas.DialogueTrees.DTNode::get_canSelfConnect()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DTNode_get_canSelfConnect_m454A0B697F46E08D7B790A39D271145ACD64DA28 (DTNode_tCB3ACB579829AE4DEE9F51B25EC31AA96A070FCB* __this, const RuntimeMethod* method)
{
{
// sealed public override bool canSelfConnect { get { return false; } }
return (bool)0;
}
}
// ParadoxNotion.Alignment2x2 NodeCanvas.DialogueTrees.DTNode::get_commentsAlignment()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DTNode_get_commentsAlignment_m0000EAACE78CD0B194EA9E02B259F59C830C104B (DTNode_tCB3ACB579829AE4DEE9F51B25EC31AA96A070FCB* __this, const RuntimeMethod* method)
{
{
// sealed public override Alignment2x2 commentsAlignment { get { return Alignment2x2.Right; } }
return (int32_t)(2);
}
}
// ParadoxNotion.Alignment2x2 NodeCanvas.DialogueTrees.DTNode::get_iconAlignment()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DTNode_get_iconAlignment_mA2515BFEA4222A1AFA96D456E7A551905C887E25 (DTNode_tCB3ACB579829AE4DEE9F51B25EC31AA96A070FCB* __this, const RuntimeMethod* method)
{
{
// sealed public override Alignment2x2 iconAlignment { get { return Alignment2x2.Bottom; } }
return (int32_t)(4);
}
}
// NodeCanvas.DialogueTrees.DialogueTree NodeCanvas.DialogueTrees.DTNode::get_DLGTree()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DialogueTree_t2208AC38C45014AF5E0A41AD1E0DBB299BEB849D* DTNode_get_DLGTree_m464149DF02ED97A8D0A5A15D2C415BA4477F3BC4 (DTNode_tCB3ACB579829AE4DEE9F51B25EC31AA96A070FCB* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DialogueTree_t2208AC38C45014AF5E0A41AD1E0DBB299BEB849D_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// get { return (DialogueTree)graph; }
Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* L_0;
L_0 = Node_get_graph_mB21F59A8B53310BF25DE6085397701DB23CC3A08_inline(__this, NULL);
return ((DialogueTree_t2208AC38C45014AF5E0A41AD1E0DBB299BEB849D*)CastclassClass((RuntimeObject*)L_0, DialogueTree_t2208AC38C45014AF5E0A41AD1E0DBB299BEB849D_il2cpp_TypeInfo_var));
}
}
// System.String NodeCanvas.DialogueTrees.DTNode::get_actorName()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DTNode_get_actorName_mA319EDDB72F6B524569BD7445144888653D393D3 (DTNode_tCB3ACB579829AE4DEE9F51B25EC31AA96A070FCB* __this, const RuntimeMethod* method)
{
ActorParameter_t745744DE212B4E613AA3951A71B2338C23F06070* V_0 = NULL;
{
// var result = DLGTree.GetParameterByID(_actorParameterID);
DialogueTree_t2208AC38C45014AF5E0A41AD1E0DBB299BEB849D* L_0;
L_0 = DTNode_get_DLGTree_m464149DF02ED97A8D0A5A15D2C415BA4477F3BC4(__this, NULL);
String_t* L_1 = __this->____actorParameterID_18;
NullCheck(L_0);
ActorParameter_t745744DE212B4E613AA3951A71B2338C23F06070* L_2;
L_2 = DialogueTree_GetParameterByID_m14ACD7ED019585D8A1FB1429D6459E1E2FB63F5E(L_0, L_1, NULL);
V_0 = L_2;
// return result != null ? result.name : _actorName;
ActorParameter_t745744DE212B4E613AA3951A71B2338C23F06070* L_3 = V_0;
if (L_3)
{
goto IL_001c;
}
}
{
String_t* L_4 = __this->____actorName_17;
return L_4;
}
IL_001c:
{
ActorParameter_t745744DE212B4E613AA3951A71B2338C23F06070* L_5 = V_0;
NullCheck(L_5);
String_t* L_6;
L_6 = ActorParameter_get_name_m0E7B0682A7BFBD0764E7B252CC5CBEFC07664CD4_inline(L_5, NULL);
return L_6;
}
}
// System.Void NodeCanvas.DialogueTrees.DTNode::set_actorName(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DTNode_set_actorName_mFC36805559FD7A7755573BC04EF97A4715076826 (DTNode_tCB3ACB579829AE4DEE9F51B25EC31AA96A070FCB* __this, String_t* ___0_value, const RuntimeMethod* method)
{
ActorParameter_t745744DE212B4E613AA3951A71B2338C23F06070* V_0 = NULL;
DTNode_tCB3ACB579829AE4DEE9F51B25EC31AA96A070FCB* G_B4_0 = NULL;
DTNode_tCB3ACB579829AE4DEE9F51B25EC31AA96A070FCB* G_B3_0 = NULL;
String_t* G_B5_0 = NULL;
DTNode_tCB3ACB579829AE4DEE9F51B25EC31AA96A070FCB* G_B5_1 = NULL;
{
// if ( _actorName != value && !string.IsNullOrEmpty(value) ) {
String_t* L_0 = __this->____actorName_17;
String_t* L_1 = ___0_value;
bool L_2;
L_2 = String_op_Inequality_m8C940F3CFC42866709D7CA931B3D77B4BE94BCB6(L_0, L_1, NULL);
if (!L_2)
{
goto IL_003c;
}
}
{
String_t* L_3 = ___0_value;
bool L_4;
L_4 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_3, NULL);
if (L_4)
{
goto IL_003c;
}
}
{
// _actorName = value;
String_t* L_5 = ___0_value;
__this->____actorName_17 = L_5;
Il2CppCodeGenWriteBarrier((void**)(&__this->____actorName_17), (void*)L_5);
// var param = DLGTree.GetParameterByName(value);
DialogueTree_t2208AC38C45014AF5E0A41AD1E0DBB299BEB849D* L_6;
L_6 = DTNode_get_DLGTree_m464149DF02ED97A8D0A5A15D2C415BA4477F3BC4(__this, NULL);
String_t* L_7 = ___0_value;
NullCheck(L_6);
ActorParameter_t745744DE212B4E613AA3951A71B2338C23F06070* L_8;
L_8 = DialogueTree_GetParameterByName_m69DDCD40F9719BC0960CA2EC9EF97845FA2BB98D(L_6, L_7, NULL);
V_0 = L_8;
// _actorParameterID = param != null ? param.ID : null;
ActorParameter_t745744DE212B4E613AA3951A71B2338C23F06070* L_9 = V_0;
G_B3_0 = __this;
if (L_9)
{
G_B4_0 = __this;
goto IL_0031;
}
}
{
G_B5_0 = ((String_t*)(NULL));
G_B5_1 = G_B3_0;
goto IL_0037;
}
IL_0031:
{
ActorParameter_t745744DE212B4E613AA3951A71B2338C23F06070* L_10 = V_0;
NullCheck(L_10);
String_t* L_11;
L_11 = ActorParameter_get_ID_m0D3A8BF609D61329F85C59FA7EFD8817215A0CF7(L_10, NULL);
G_B5_0 = L_11;
G_B5_1 = G_B4_0;
}
IL_0037:
{
NullCheck(G_B5_1);
G_B5_1->____actorParameterID_18 = G_B5_0;
Il2CppCodeGenWriteBarrier((void**)(&G_B5_1->____actorParameterID_18), (void*)G_B5_0);
}
IL_003c:
{
// }
return;
}
}
// NodeCanvas.DialogueTrees.IDialogueActor NodeCanvas.DialogueTrees.DTNode::get_finalActor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DTNode_get_finalActor_m017785271C675DDD69A44CE17C98FCC9399B6BE9 (DTNode_tCB3ACB579829AE4DEE9F51B25EC31AA96A070FCB* __this, const RuntimeMethod* method)
{
RuntimeObject* V_0 = NULL;
{
// var result = DLGTree.GetActorReferenceByID(_actorParameterID);
DialogueTree_t2208AC38C45014AF5E0A41AD1E0DBB299BEB849D* L_0;
L_0 = DTNode_get_DLGTree_m464149DF02ED97A8D0A5A15D2C415BA4477F3BC4(__this, NULL);
String_t* L_1 = __this->____actorParameterID_18;
NullCheck(L_0);
RuntimeObject* L_2;
L_2 = DialogueTree_GetActorReferenceByID_mC19557BBCF59FBCE184177AE37A8207C2243EBEF(L_0, L_1, NULL);
V_0 = L_2;
// return result != null ? result : DLGTree.GetActorReferenceByName(_actorName);
RuntimeObject* L_3 = V_0;
if (L_3)
{
goto IL_0027;
}
}
{
DialogueTree_t2208AC38C45014AF5E0A41AD1E0DBB299BEB849D* L_4;
L_4 = DTNode_get_DLGTree_m464149DF02ED97A8D0A5A15D2C415BA4477F3BC4(__this, NULL);
String_t* L_5 = __this->____actorName_17;
NullCheck(L_4);
RuntimeObject* L_6;
L_6 = DialogueTree_GetActorReferenceByName_mC20ADBBB6B43EDE5639DC58B17ECCCE685CA589F(L_4, L_5, NULL);
return L_6;
}
IL_0027:
{
RuntimeObject* L_7 = V_0;
return L_7;
}
}
// System.Void NodeCanvas.DialogueTrees.DTNode::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DTNode__ctor_m6A048CAD7844039BE4249B896CAF7C04100642D2 (DTNode_tCB3ACB579829AE4DEE9F51B25EC31AA96A070FCB* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3DD382B454CD618D90A88982638D5F59CB09F503);
s_Il2CppMethodInitialized = true;
}
{
// [SerializeField] private string _actorName = DialogueTree.INSTIGATOR_NAME;
__this->____actorName_17 = _stringLiteral3DD382B454CD618D90A88982638D5F59CB09F503;
Il2CppCodeGenWriteBarrier((void**)(&__this->____actorName_17), (void*)_stringLiteral3DD382B454CD618D90A88982638D5F59CB09F503);
Node__ctor_m6A082535101017B8BC64361B18AFDA90231DE23A(__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.DialogueTrees.ProxyDialogueActor::get_name()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ProxyDialogueActor_get_name_mD4E44B40F2315E15F87DCBFC63C9114E964E7DCA (ProxyDialogueActor_t3D050E057A0BF626109A57858465E7C860BB5D06* __this, const RuntimeMethod* method)
{
{
// get { return _name; }
String_t* L_0 = __this->____name_0;
return L_0;
}
}
// UnityEngine.Texture2D NodeCanvas.DialogueTrees.ProxyDialogueActor::get_portrait()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* ProxyDialogueActor_get_portrait_m49665117492C112C5C20AD8210B21486CB2FFDBD (ProxyDialogueActor_t3D050E057A0BF626109A57858465E7C860BB5D06* __this, const RuntimeMethod* method)
{
{
// get { return null; }
return (Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4*)NULL;
}
}
// UnityEngine.Sprite NodeCanvas.DialogueTrees.ProxyDialogueActor::get_portraitSprite()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* ProxyDialogueActor_get_portraitSprite_m979F1EA7674531D0350367D1B54C0BFAD6DFD58B (ProxyDialogueActor_t3D050E057A0BF626109A57858465E7C860BB5D06* __this, const RuntimeMethod* method)
{
{
// get { return null; }
return (Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99*)NULL;
}
}
// UnityEngine.Color NodeCanvas.DialogueTrees.ProxyDialogueActor::get_dialogueColor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ProxyDialogueActor_get_dialogueColor_m6189C7796C9DEB64515216406484198C1FA389AD (ProxyDialogueActor_t3D050E057A0BF626109A57858465E7C860BB5D06* __this, const RuntimeMethod* method)
{
{
// get { return Color.white; }
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_0;
L_0 = Color_get_white_m068F5AF879B0FCA584E3693F762EA41BB65532C6_inline(NULL);
return L_0;
}
}
// UnityEngine.Vector3 NodeCanvas.DialogueTrees.ProxyDialogueActor::get_dialoguePosition()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ProxyDialogueActor_get_dialoguePosition_mBF89EA100414F73B96EB73F8D46596564B4DE7CD (ProxyDialogueActor_t3D050E057A0BF626109A57858465E7C860BB5D06* __this, const RuntimeMethod* method)
{
{
// get { return Vector3.zero; }
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_0;
L_0 = Vector3_get_zero_m0C1249C3F25B1C70EAD3CC8B31259975A457AE39_inline(NULL);
return L_0;
}
}
// UnityEngine.Transform NodeCanvas.DialogueTrees.ProxyDialogueActor::get_transform()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ProxyDialogueActor_get_transform_m43D537023597156DF569642710C8DC1D99CC151B (ProxyDialogueActor_t3D050E057A0BF626109A57858465E7C860BB5D06* __this, const RuntimeMethod* method)
{
{
// get { return _transform; }
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_0 = __this->____transform_1;
return L_0;
}
}
// System.Void NodeCanvas.DialogueTrees.ProxyDialogueActor::.ctor(System.String,UnityEngine.Transform)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ProxyDialogueActor__ctor_mE37A1203C937B4BA85EFB06F91D541CE9A028015 (ProxyDialogueActor_t3D050E057A0BF626109A57858465E7C860BB5D06* __this, String_t* ___0_name, Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___1_transform, const RuntimeMethod* method)
{
{
// public ProxyDialogueActor(string name, Transform transform) {
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
// this._name = name;
String_t* L_0 = ___0_name;
__this->____name_0 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->____name_0), (void*)L_0);
// this._transform = transform;
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_1 = ___1_transform;
__this->____transform_1 = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->____transform_1), (void*)L_1);
// }
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.String NodeCanvas.DialogueTrees.Statement::get_text()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Statement_get_text_m515E80E84252930130A9CFA8C98CE694B1BBEA1D (Statement_t6757EBA4322D6904926C2F6C6BA3586736638A77* __this, const RuntimeMethod* method)
{
{
// get { return _text; }
String_t* L_0 = __this->____text_0;
return L_0;
}
}
// System.Void NodeCanvas.DialogueTrees.Statement::set_text(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Statement_set_text_m87CB9B5E15221FF6151E8AAADEAF42D5F84E108E (Statement_t6757EBA4322D6904926C2F6C6BA3586736638A77* __this, String_t* ___0_value, const RuntimeMethod* method)
{
{
// set { _text = value; }
String_t* L_0 = ___0_value;
__this->____text_0 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->____text_0), (void*)L_0);
// set { _text = value; }
return;
}
}
// UnityEngine.AudioClip NodeCanvas.DialogueTrees.Statement::get_audio()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AudioClip_t5D272C4EB4F2D3ED49F1C346DEA373CF6D585F20* Statement_get_audio_m40AB51A626FD8D77AC1EB9EC63006425AC193ECA (Statement_t6757EBA4322D6904926C2F6C6BA3586736638A77* __this, const RuntimeMethod* method)
{
{
// get { return _audio; }
AudioClip_t5D272C4EB4F2D3ED49F1C346DEA373CF6D585F20* L_0 = __this->____audio_1;
return L_0;
}
}
// System.Void NodeCanvas.DialogueTrees.Statement::set_audio(UnityEngine.AudioClip)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Statement_set_audio_mBD58E009438A11400A8859A1C3B1FA7504A7C378 (Statement_t6757EBA4322D6904926C2F6C6BA3586736638A77* __this, AudioClip_t5D272C4EB4F2D3ED49F1C346DEA373CF6D585F20* ___0_value, const RuntimeMethod* method)
{
{
// set { _audio = value; }
AudioClip_t5D272C4EB4F2D3ED49F1C346DEA373CF6D585F20* L_0 = ___0_value;
__this->____audio_1 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->____audio_1), (void*)L_0);
// set { _audio = value; }
return;
}
}
// System.String NodeCanvas.DialogueTrees.Statement::get_meta()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Statement_get_meta_mEA85BD3C289ADD4FA12FEDB9054B0E46C0A80C28 (Statement_t6757EBA4322D6904926C2F6C6BA3586736638A77* __this, const RuntimeMethod* method)
{
{
// get { return _meta; }
String_t* L_0 = __this->____meta_2;
return L_0;
}
}
// System.Void NodeCanvas.DialogueTrees.Statement::set_meta(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Statement_set_meta_mCB77EE9448582EE0CF651E88C7D964E5A1AA49E4 (Statement_t6757EBA4322D6904926C2F6C6BA3586736638A77* __this, String_t* ___0_value, const RuntimeMethod* method)
{
{
// set { _meta = value; }
String_t* L_0 = ___0_value;
__this->____meta_2 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->____meta_2), (void*)L_0);
// set { _meta = value; }
return;
}
}
// System.Void NodeCanvas.DialogueTrees.Statement::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Statement__ctor_mABAAEF78E0485006B9979EE181EFB50044FB2558 (Statement_t6757EBA4322D6904926C2F6C6BA3586736638A77* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// private string _text = string.Empty;
String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
__this->____text_0 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->____text_0), (void*)L_0);
// private string _meta = string.Empty;
String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
__this->____meta_2 = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->____meta_2), (void*)L_1);
// public Statement() { }
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
// public Statement() { }
return;
}
}
// System.Void NodeCanvas.DialogueTrees.Statement::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Statement__ctor_m3F2AA15569B9ADA388E6579D1C2DFC29BC328EB9 (Statement_t6757EBA4322D6904926C2F6C6BA3586736638A77* __this, String_t* ___0_text, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// private string _text = string.Empty;
String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
__this->____text_0 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->____text_0), (void*)L_0);
// private string _meta = string.Empty;
String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
__this->____meta_2 = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->____meta_2), (void*)L_1);
// public Statement(string text) {
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
// this.text = text;
String_t* L_2 = ___0_text;
Statement_set_text_m87CB9B5E15221FF6151E8AAADEAF42D5F84E108E_inline(__this, L_2, NULL);
// }
return;
}
}
// System.Void NodeCanvas.DialogueTrees.Statement::.ctor(System.String,UnityEngine.AudioClip)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Statement__ctor_mA8B20BA17396C97575DBC8EF686C52C8BFBFF3BA (Statement_t6757EBA4322D6904926C2F6C6BA3586736638A77* __this, String_t* ___0_text, AudioClip_t5D272C4EB4F2D3ED49F1C346DEA373CF6D585F20* ___1_audio, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// private string _text = string.Empty;
String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
__this->____text_0 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->____text_0), (void*)L_0);
// private string _meta = string.Empty;
String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
__this->____meta_2 = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->____meta_2), (void*)L_1);
// public Statement(string text, AudioClip audio) {
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
// this.text = text;
String_t* L_2 = ___0_text;
Statement_set_text_m87CB9B5E15221FF6151E8AAADEAF42D5F84E108E_inline(__this, L_2, NULL);
// this.audio = audio;
AudioClip_t5D272C4EB4F2D3ED49F1C346DEA373CF6D585F20* L_3 = ___1_audio;
Statement_set_audio_mBD58E009438A11400A8859A1C3B1FA7504A7C378_inline(__this, L_3, NULL);
// }
return;
}
}
// System.Void NodeCanvas.DialogueTrees.Statement::.ctor(System.String,UnityEngine.AudioClip,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Statement__ctor_m7C2000E716869010F8A155B7982B30097778C5A0 (Statement_t6757EBA4322D6904926C2F6C6BA3586736638A77* __this, String_t* ___0_text, AudioClip_t5D272C4EB4F2D3ED49F1C346DEA373CF6D585F20* ___1_audio, String_t* ___2_meta, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// private string _text = string.Empty;
String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
__this->____text_0 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->____text_0), (void*)L_0);
// private string _meta = string.Empty;
String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
__this->____meta_2 = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->____meta_2), (void*)L_1);
// public Statement(string text, AudioClip audio, string meta) {
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
// this.text = text;
String_t* L_2 = ___0_text;
Statement_set_text_m87CB9B5E15221FF6151E8AAADEAF42D5F84E108E_inline(__this, L_2, NULL);
// this.audio = audio;
AudioClip_t5D272C4EB4F2D3ED49F1C346DEA373CF6D585F20* L_3 = ___1_audio;
Statement_set_audio_mBD58E009438A11400A8859A1C3B1FA7504A7C378_inline(__this, L_3, NULL);
// this.meta = meta;
String_t* L_4 = ___2_meta;
Statement_set_meta_mCB77EE9448582EE0CF651E88C7D964E5A1AA49E4_inline(__this, L_4, NULL);
// }
return;
}
}
// NodeCanvas.DialogueTrees.IStatement NodeCanvas.DialogueTrees.Statement::BlackboardReplace(NodeCanvas.Framework.IBlackboard)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Statement_BlackboardReplace_m17FC80DF91329F10D023B9E555A253DC8C4932CD (Statement_t6757EBA4322D6904926C2F6C6BA3586736638A77* __this, RuntimeObject* ___0_bb, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_t85D1F7C2022B349817C22FC72C474CD33FFABE93_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JSONSerializer_Clone_TisStatement_t6757EBA4322D6904926C2F6C6BA3586736638A77_mEA76BFF9CBCF0870743A465A16DF0607ECA910AE_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JSONSerializer_t41C2A6A19CE244C486DCA145CEF08B6A4C8CAA0F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringUtils_t1B1A8555A1FD4C84FEEF6A67762EA7230E48164A_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass16_0_U3CBlackboardReplaceU3Eb__0_mDCEB070EB466E931228EDE1F7CDB6494BCF361A2_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass16_0_t367C7FBEAE22FCCE4FEBD8D80353A127E361D5EC_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
U3CU3Ec__DisplayClass16_0_t367C7FBEAE22FCCE4FEBD8D80353A127E361D5EC* V_0 = NULL;
{
U3CU3Ec__DisplayClass16_0_t367C7FBEAE22FCCE4FEBD8D80353A127E361D5EC* L_0 = (U3CU3Ec__DisplayClass16_0_t367C7FBEAE22FCCE4FEBD8D80353A127E361D5EC*)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass16_0_t367C7FBEAE22FCCE4FEBD8D80353A127E361D5EC_il2cpp_TypeInfo_var);
NullCheck(L_0);
U3CU3Ec__DisplayClass16_0__ctor_m635EC32A3FC473E289FA60B10A63E6828D80CC3F(L_0, NULL);
V_0 = L_0;
U3CU3Ec__DisplayClass16_0_t367C7FBEAE22FCCE4FEBD8D80353A127E361D5EC* L_1 = V_0;
RuntimeObject* L_2 = ___0_bb;
NullCheck(L_1);
L_1->___bb_0 = L_2;
Il2CppCodeGenWriteBarrier((void**)(&L_1->___bb_0), (void*)L_2);
// var copy = ParadoxNotion.Serialization.JSONSerializer.Clone<Statement>(this);
il2cpp_codegen_runtime_class_init_inline(JSONSerializer_t41C2A6A19CE244C486DCA145CEF08B6A4C8CAA0F_il2cpp_TypeInfo_var);
Statement_t6757EBA4322D6904926C2F6C6BA3586736638A77* L_3;
L_3 = JSONSerializer_Clone_TisStatement_t6757EBA4322D6904926C2F6C6BA3586736638A77_mEA76BFF9CBCF0870743A465A16DF0607ECA910AE(__this, JSONSerializer_Clone_TisStatement_t6757EBA4322D6904926C2F6C6BA3586736638A77_mEA76BFF9CBCF0870743A465A16DF0607ECA910AE_RuntimeMethod_var);
// copy.text = copy.text.ReplaceWithin('[', ']', (input) =>
// {
// object o = null;
// if ( bb != null ) { //referenced blackboard replace
// var v = bb.GetVariable(input, typeof(object));
// if ( v != null ) { o = v.value; }
// }
//
// if ( input.Contains("/") ) { //global blackboard replace
// var globalBB = GlobalBlackboard.Find(input.Split('/').First());
// if ( globalBB != null ) {
// var v = globalBB.GetVariable(input.Split('/').Last(), typeof(object));
// if ( v != null ) { o = v.value; }
// }
// }
// return o != null ? o.ToString() : input;
// });
Statement_t6757EBA4322D6904926C2F6C6BA3586736638A77* L_4 = L_3;
Statement_t6757EBA4322D6904926C2F6C6BA3586736638A77* L_5 = L_4;
NullCheck(L_5);
String_t* L_6;
L_6 = Statement_get_text_m515E80E84252930130A9CFA8C98CE694B1BBEA1D_inline(L_5, NULL);
U3CU3Ec__DisplayClass16_0_t367C7FBEAE22FCCE4FEBD8D80353A127E361D5EC* L_7 = V_0;
Func_2_t85D1F7C2022B349817C22FC72C474CD33FFABE93* L_8 = (Func_2_t85D1F7C2022B349817C22FC72C474CD33FFABE93*)il2cpp_codegen_object_new(Func_2_t85D1F7C2022B349817C22FC72C474CD33FFABE93_il2cpp_TypeInfo_var);
NullCheck(L_8);
Func_2__ctor_m6A29D0BC8A4BCF6079AD2737B4119D3802B41814(L_8, L_7, (intptr_t)((void*)U3CU3Ec__DisplayClass16_0_U3CBlackboardReplaceU3Eb__0_mDCEB070EB466E931228EDE1F7CDB6494BCF361A2_RuntimeMethod_var), NULL);
il2cpp_codegen_runtime_class_init_inline(StringUtils_t1B1A8555A1FD4C84FEEF6A67762EA7230E48164A_il2cpp_TypeInfo_var);
String_t* L_9;
L_9 = StringUtils_ReplaceWithin_m563676841A27F3479488494BD6E795F20B14D2C6(L_6, ((int32_t)91), ((int32_t)93), L_8, NULL);
NullCheck(L_5);
Statement_set_text_m87CB9B5E15221FF6151E8AAADEAF42D5F84E108E_inline(L_5, L_9, NULL);
// return copy;
return L_4;
}
}
// System.String NodeCanvas.DialogueTrees.Statement::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Statement_ToString_m7D9D638E98FB49E288BB20AA417840AEADF3DFCC (Statement_t6757EBA4322D6904926C2F6C6BA3586736638A77* __this, const RuntimeMethod* method)
{
{
// return text;
String_t* L_0;
L_0 = Statement_get_text_m515E80E84252930130A9CFA8C98CE694B1BBEA1D_inline(__this, NULL);
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 NodeCanvas.DialogueTrees.Statement/<>c__DisplayClass16_0::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass16_0__ctor_m635EC32A3FC473E289FA60B10A63E6828D80CC3F (U3CU3Ec__DisplayClass16_0_t367C7FBEAE22FCCE4FEBD8D80353A127E361D5EC* __this, const RuntimeMethod* method)
{
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
return;
}
}
// System.String NodeCanvas.DialogueTrees.Statement/<>c__DisplayClass16_0::<BlackboardReplace>b__0(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* U3CU3Ec__DisplayClass16_0_U3CBlackboardReplaceU3Eb__0_mDCEB070EB466E931228EDE1F7CDB6494BCF361A2 (U3CU3Ec__DisplayClass16_0_t367C7FBEAE22FCCE4FEBD8D80353A127E361D5EC* __this, String_t* ___0_input, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_First_TisString_t_mB3879ED95FE5D75F6951C746C895FCE961E507BD_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_Last_TisString_t_mDA4E0C8C41AC3443C4FCA45618C86486DB1E784D_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GlobalBlackboard_tAAED76CBEF71392A8E043172C9C60F67A3154125_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeObject_0_0_0_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral86BBAACC00198DBB3046818AD3FC2AA10AE48DE1);
s_Il2CppMethodInitialized = true;
}
RuntimeObject* V_0 = NULL;
Variable_t60C01143D3B1491B2FFEB305052C327D03DDF4AA* V_1 = NULL;
GlobalBlackboard_tAAED76CBEF71392A8E043172C9C60F67A3154125* V_2 = NULL;
Variable_t60C01143D3B1491B2FFEB305052C327D03DDF4AA* V_3 = NULL;
{
// object o = null;
V_0 = NULL;
// if ( bb != null ) { //referenced blackboard replace
RuntimeObject* L_0 = __this->___bb_0;
if (!L_0)
{
goto IL_002b;
}
}
{
// var v = bb.GetVariable(input, typeof(object));
RuntimeObject* L_1 = __this->___bb_0;
String_t* L_2 = ___0_input;
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_3 = { reinterpret_cast<intptr_t> (RuntimeObject_0_0_0_var) };
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
Type_t* L_4;
L_4 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_3, NULL);
Variable_t60C01143D3B1491B2FFEB305052C327D03DDF4AA* L_5;
L_5 = IBlackboardExtensions_GetVariable_m69BE33AFDEC13F30225EF391EEB123D849775038(L_1, L_2, L_4, NULL);
V_1 = L_5;
// if ( v != null ) { o = v.value; }
Variable_t60C01143D3B1491B2FFEB305052C327D03DDF4AA* L_6 = V_1;
if (!L_6)
{
goto IL_002b;
}
}
{
// if ( v != null ) { o = v.value; }
Variable_t60C01143D3B1491B2FFEB305052C327D03DDF4AA* L_7 = V_1;
NullCheck(L_7);
RuntimeObject* L_8;
L_8 = Variable_get_value_m6E603EC6574F8045C3A8F464C1ED0AA1B00A059F(L_7, NULL);
V_0 = L_8;
}
IL_002b:
{
// if ( input.Contains("/") ) { //global blackboard replace
String_t* L_9 = ___0_input;
NullCheck(L_9);
bool L_10;
L_10 = String_Contains_m6D77B121FADA7CA5F397C0FABB65DA62DF03B6C3(L_9, _stringLiteral86BBAACC00198DBB3046818AD3FC2AA10AE48DE1, NULL);
if (!L_10)
{
goto IL_007e;
}
}
{
// var globalBB = GlobalBlackboard.Find(input.Split('/').First());
String_t* L_11 = ___0_input;
NullCheck(L_11);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_12;
L_12 = String_Split_m9530B73D02054692283BF35C3A27C8F2230946F4(L_11, ((int32_t)47), 0, NULL);
String_t* L_13;
L_13 = Enumerable_First_TisString_t_mB3879ED95FE5D75F6951C746C895FCE961E507BD((RuntimeObject*)L_12, Enumerable_First_TisString_t_mB3879ED95FE5D75F6951C746C895FCE961E507BD_RuntimeMethod_var);
il2cpp_codegen_runtime_class_init_inline(GlobalBlackboard_tAAED76CBEF71392A8E043172C9C60F67A3154125_il2cpp_TypeInfo_var);
GlobalBlackboard_tAAED76CBEF71392A8E043172C9C60F67A3154125* L_14;
L_14 = GlobalBlackboard_Find_m58758639F84EB290FB998C2B924DED7A1664A219(L_13, NULL);
V_2 = L_14;
// if ( globalBB != null ) {
GlobalBlackboard_tAAED76CBEF71392A8E043172C9C60F67A3154125* L_15 = V_2;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_16;
L_16 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_15, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
if (!L_16)
{
goto IL_007e;
}
}
{
// var v = globalBB.GetVariable(input.Split('/').Last(), typeof(object));
GlobalBlackboard_tAAED76CBEF71392A8E043172C9C60F67A3154125* L_17 = V_2;
String_t* L_18 = ___0_input;
NullCheck(L_18);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_19;
L_19 = String_Split_m9530B73D02054692283BF35C3A27C8F2230946F4(L_18, ((int32_t)47), 0, NULL);
String_t* L_20;
L_20 = Enumerable_Last_TisString_t_mDA4E0C8C41AC3443C4FCA45618C86486DB1E784D((RuntimeObject*)L_19, Enumerable_Last_TisString_t_mDA4E0C8C41AC3443C4FCA45618C86486DB1E784D_RuntimeMethod_var);
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_21 = { reinterpret_cast<intptr_t> (RuntimeObject_0_0_0_var) };
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
Type_t* L_22;
L_22 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_21, NULL);
NullCheck(L_17);
Variable_t60C01143D3B1491B2FFEB305052C327D03DDF4AA* L_23;
L_23 = Blackboard_GetVariable_m20A7A73D8B44C0D772EA0B33A3C0C9DA884E4646(L_17, L_20, L_22, NULL);
V_3 = L_23;
// if ( v != null ) { o = v.value; }
Variable_t60C01143D3B1491B2FFEB305052C327D03DDF4AA* L_24 = V_3;
if (!L_24)
{
goto IL_007e;
}
}
{
// if ( v != null ) { o = v.value; }
Variable_t60C01143D3B1491B2FFEB305052C327D03DDF4AA* L_25 = V_3;
NullCheck(L_25);
RuntimeObject* L_26;
L_26 = Variable_get_value_m6E603EC6574F8045C3A8F464C1ED0AA1B00A059F(L_25, NULL);
V_0 = L_26;
}
IL_007e:
{
// return o != null ? o.ToString() : input;
RuntimeObject* L_27 = V_0;
if (L_27)
{
goto IL_0083;
}
}
{
String_t* L_28 = ___0_input;
return L_28;
}
IL_0083:
{
RuntimeObject* L_29 = V_0;
NullCheck(L_29);
String_t* L_30;
L_30 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_29);
return L_30;
}
}
#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.DialogueTrees.ActionNode::get_action()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ActionTask_t6B5C6B67D00E7AF678FAEDC91859B778C24A8E1E* ActionNode_get_action_m24D93BA96456F5D457E43DE8360C47A1EBA584E4 (ActionNode_t0FACE43AC34B62ABB244E5AC57C8225761F0C8DF* __this, const RuntimeMethod* method)
{
{
// get { return _action; }
ActionTask_t6B5C6B67D00E7AF678FAEDC91859B778C24A8E1E* L_0 = __this->____action_19;
return L_0;
}
}
// System.Void NodeCanvas.DialogueTrees.ActionNode::set_action(NodeCanvas.Framework.ActionTask)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ActionNode_set_action_m80381C23C72538FE0F53D501D18070E0B33484E7 (ActionNode_t0FACE43AC34B62ABB244E5AC57C8225761F0C8DF* __this, ActionTask_t6B5C6B67D00E7AF678FAEDC91859B778C24A8E1E* ___0_value, const RuntimeMethod* method)
{
{
// set { _action = value; }
ActionTask_t6B5C6B67D00E7AF678FAEDC91859B778C24A8E1E* L_0 = ___0_value;
__this->____action_19 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->____action_19), (void*)L_0);
// set { _action = value; }
return;
}
}
// NodeCanvas.Framework.Task NodeCanvas.DialogueTrees.ActionNode::get_task()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_tF05C1B448C98EDD5D7E9E23660FCEAC40348A284* ActionNode_get_task_mE00EB125383FBC5A01620FA61CC50ED1C8678969 (ActionNode_t0FACE43AC34B62ABB244E5AC57C8225761F0C8DF* __this, const RuntimeMethod* method)
{
{
// get { return action; }
ActionTask_t6B5C6B67D00E7AF678FAEDC91859B778C24A8E1E* L_0;
L_0 = ActionNode_get_action_m24D93BA96456F5D457E43DE8360C47A1EBA584E4_inline(__this, NULL);
return L_0;
}
}
// System.Void NodeCanvas.DialogueTrees.ActionNode::set_task(NodeCanvas.Framework.Task)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ActionNode_set_task_mD0767CDADF6E32D9CD5F625981B1832D4FD0263C (ActionNode_t0FACE43AC34B62ABB244E5AC57C8225761F0C8DF* __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 { action = (ActionTask)value; }
Task_tF05C1B448C98EDD5D7E9E23660FCEAC40348A284* L_0 = ___0_value;
ActionNode_set_action_m80381C23C72538FE0F53D501D18070E0B33484E7_inline(__this, ((ActionTask_t6B5C6B67D00E7AF678FAEDC91859B778C24A8E1E*)CastclassClass((RuntimeObject*)L_0, ActionTask_t6B5C6B67D00E7AF678FAEDC91859B778C24A8E1E_il2cpp_TypeInfo_var)), NULL);
// set { action = (ActionTask)value; }
return;
}
}
// System.Boolean NodeCanvas.DialogueTrees.ActionNode::get_requireActorSelection()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ActionNode_get_requireActorSelection_mF336E794665C9678265DA8B0D04008D41C50DEF4 (ActionNode_t0FACE43AC34B62ABB244E5AC57C8225761F0C8DF* __this, const RuntimeMethod* method)
{
{
// public override bool requireActorSelection { get { return true; } }
return (bool)1;
}
}
// NodeCanvas.Framework.Status NodeCanvas.DialogueTrees.ActionNode::OnExecute(UnityEngine.Component,NodeCanvas.Framework.IBlackboard)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ActionNode_OnExecute_mC2BF097A98F1C6CF49F7E4970D2F6AB81007E783 (ActionNode_t0FACE43AC34B62ABB244E5AC57C8225761F0C8DF* __this, Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* ___0_agent, RuntimeObject* ___1_bb, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDialogueActor_t54434BB176F4CD4F74D753CE2AF8233033D9F716_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC0DCB8144CAEDC7CF446F827FFA056AB4205133C);
s_Il2CppMethodInitialized = true;
}
{
// if ( action == null ) {
ActionTask_t6B5C6B67D00E7AF678FAEDC91859B778C24A8E1E* L_0;
L_0 = ActionNode_get_action_m24D93BA96456F5D457E43DE8360C47A1EBA584E4_inline(__this, NULL);
if (L_0)
{
goto IL_0014;
}
}
{
// return Error("Action is null on Dialogue Action Node");
int32_t L_1;
L_1 = Node_Error_mCB8D0BBA83891016AEDBA42BBC8130B493C94F94(__this, _stringLiteralC0DCB8144CAEDC7CF446F827FFA056AB4205133C, NULL);
return L_1;
}
IL_0014:
{
// status = Status.Running;
Node_set_status_m2CEC604858DFD7F181CCCF75AA3D08A7C677F4D7(__this, 2, NULL);
// StartCoroutine(UpdateAction(finalActor.transform));
RuntimeObject* L_2;
L_2 = DTNode_get_finalActor_m017785271C675DDD69A44CE17C98FCC9399B6BE9(__this, NULL);
NullCheck(L_2);
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_3;
L_3 = InterfaceFuncInvoker0< Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* >::Invoke(5 /* UnityEngine.Transform NodeCanvas.DialogueTrees.IDialogueActor::get_transform() */, IDialogueActor_t54434BB176F4CD4F74D753CE2AF8233033D9F716_il2cpp_TypeInfo_var, L_2);
RuntimeObject* L_4;
L_4 = ActionNode_UpdateAction_m241DD1D9D9C118A71140A9E97092B1574417CCC4(__this, L_3, NULL);
Coroutine_t85EA685566A254C23F3FD77AB5BDFFFF8799596B* L_5;
L_5 = Node_StartCoroutine_m886A901097F8E62953EC8E9E6DA1038DB43CB0ED(__this, L_4, NULL);
// return status;
int32_t L_6;
L_6 = Node_get_status_m2FBF938FF2AA2979E7DC66B8F6AD3AD272FCB04B_inline(__this, NULL);
return L_6;
}
}
// System.Collections.IEnumerator NodeCanvas.DialogueTrees.ActionNode::UpdateAction(UnityEngine.Component)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ActionNode_UpdateAction_m241DD1D9D9C118A71140A9E97092B1574417CCC4 (ActionNode_t0FACE43AC34B62ABB244E5AC57C8225761F0C8DF* __this, Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* ___0_actionAgent, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CUpdateActionU3Ed__10_t58D759E65FAEC1D6EF8968F628B117BCBF38F2BC_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
U3CUpdateActionU3Ed__10_t58D759E65FAEC1D6EF8968F628B117BCBF38F2BC* L_0 = (U3CUpdateActionU3Ed__10_t58D759E65FAEC1D6EF8968F628B117BCBF38F2BC*)il2cpp_codegen_object_new(U3CUpdateActionU3Ed__10_t58D759E65FAEC1D6EF8968F628B117BCBF38F2BC_il2cpp_TypeInfo_var);
NullCheck(L_0);
U3CUpdateActionU3Ed__10__ctor_m4193BE63DF2454377F439AF7B8176DFBBFAF3192(L_0, 0, NULL);
U3CUpdateActionU3Ed__10_t58D759E65FAEC1D6EF8968F628B117BCBF38F2BC* L_1 = L_0;
NullCheck(L_1);
L_1->___U3CU3E4__this_2 = __this;
Il2CppCodeGenWriteBarrier((void**)(&L_1->___U3CU3E4__this_2), (void*)__this);
U3CUpdateActionU3Ed__10_t58D759E65FAEC1D6EF8968F628B117BCBF38F2BC* L_2 = L_1;
Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* L_3 = ___0_actionAgent;
NullCheck(L_2);
L_2->___actionAgent_3 = L_3;
Il2CppCodeGenWriteBarrier((void**)(&L_2->___actionAgent_3), (void*)L_3);
return L_2;
}
}
// System.Void NodeCanvas.DialogueTrees.ActionNode::OnActionEnd(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ActionNode_OnActionEnd_m46A34D76E1491D148993D63D3F40B7B254067EE5 (ActionNode_t0FACE43AC34B62ABB244E5AC57C8225761F0C8DF* __this, bool ___0_success, const RuntimeMethod* method)
{
{
// if ( success ) {
bool L_0 = ___0_success;
if (!L_0)
{
goto IL_0017;
}
}
{
// status = Status.Success;
Node_set_status_m2CEC604858DFD7F181CCCF75AA3D08A7C677F4D7(__this, 1, NULL);
// DLGTree.Continue();
DialogueTree_t2208AC38C45014AF5E0A41AD1E0DBB299BEB849D* L_1;
L_1 = DTNode_get_DLGTree_m464149DF02ED97A8D0A5A15D2C415BA4477F3BC4(__this, NULL);
NullCheck(L_1);
DialogueTree_Continue_m88F21897C1C2E7DFD36D84702B86508E057FAE5A(L_1, 0, NULL);
// return;
return;
}
IL_0017:
{
// status = Status.Failure;
Node_set_status_m2CEC604858DFD7F181CCCF75AA3D08A7C677F4D7(__this, 0, NULL);
// DLGTree.Stop(false);
DialogueTree_t2208AC38C45014AF5E0A41AD1E0DBB299BEB849D* L_2;
L_2 = DTNode_get_DLGTree_m464149DF02ED97A8D0A5A15D2C415BA4477F3BC4(__this, NULL);
NullCheck(L_2);
Graph_Stop_mD6BCF97B46BD1CF0C77D5E8758D4A3E00FA0464E(L_2, (bool)0, NULL);
// }
return;
}
}
// System.Void NodeCanvas.DialogueTrees.ActionNode::OnReset()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ActionNode_OnReset_mAAFF886A9FD466C4837A6677C3F8E5C9C60D03BC (ActionNode_t0FACE43AC34B62ABB244E5AC57C8225761F0C8DF* __this, const RuntimeMethod* method)
{
Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// if ( action != null )
ActionTask_t6B5C6B67D00E7AF678FAEDC91859B778C24A8E1E* L_0;
L_0 = ActionNode_get_action_m24D93BA96456F5D457E43DE8360C47A1EBA584E4_inline(__this, NULL);
if (!L_0)
{
goto IL_001c;
}
}
{
// action.EndAction(null);
ActionTask_t6B5C6B67D00E7AF678FAEDC91859B778C24A8E1E* L_1;
L_1 = ActionNode_get_action_m24D93BA96456F5D457E43DE8360C47A1EBA584E4_inline(__this, NULL);
il2cpp_codegen_initobj((&V_0), sizeof(Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01));
Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 L_2 = V_0;
NullCheck(L_1);
ActionTask_EndAction_mA86DE666D3E48201F4B22E1DA9E6E29B2831519F(L_1, L_2, NULL);
}
IL_001c:
{
// }
return;
}
}
// System.Void NodeCanvas.DialogueTrees.ActionNode::OnGraphPaused()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ActionNode_OnGraphPaused_m2C8AE019CB7B91B8A43743B344052B7B5B1F0583 (ActionNode_t0FACE43AC34B62ABB244E5AC57C8225761F0C8DF* __this, const RuntimeMethod* method)
{
{
// if ( action != null )
ActionTask_t6B5C6B67D00E7AF678FAEDC91859B778C24A8E1E* L_0;
L_0 = ActionNode_get_action_m24D93BA96456F5D457E43DE8360C47A1EBA584E4_inline(__this, NULL);
if (!L_0)
{
goto IL_0013;
}
}
{
// action.Pause();
ActionTask_t6B5C6B67D00E7AF678FAEDC91859B778C24A8E1E* L_1;
L_1 = ActionNode_get_action_m24D93BA96456F5D457E43DE8360C47A1EBA584E4_inline(__this, NULL);
NullCheck(L_1);
ActionTask_Pause_mE4E1DFBFFB158FAD139F8EDA6B71AAFEC917E86A(L_1, NULL);
}
IL_0013:
{
// }
return;
}
}
// System.Void NodeCanvas.DialogueTrees.ActionNode::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ActionNode__ctor_mFBE7ECA5BD1CFB3D58B103DACF825668D81DBD3B (ActionNode_t0FACE43AC34B62ABB244E5AC57C8225761F0C8DF* __this, const RuntimeMethod* method)
{
{
DTNode__ctor_m6A048CAD7844039BE4249B896CAF7C04100642D2(__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 NodeCanvas.DialogueTrees.ActionNode/<UpdateAction>d__10::.ctor(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CUpdateActionU3Ed__10__ctor_m4193BE63DF2454377F439AF7B8176DFBBFAF3192 (U3CUpdateActionU3Ed__10_t58D759E65FAEC1D6EF8968F628B117BCBF38F2BC* __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 NodeCanvas.DialogueTrees.ActionNode/<UpdateAction>d__10::System.IDisposable.Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CUpdateActionU3Ed__10_System_IDisposable_Dispose_m65E56AE8FBD5F5D4F93C1C81DAC5E4695483E77C (U3CUpdateActionU3Ed__10_t58D759E65FAEC1D6EF8968F628B117BCBF38F2BC* __this, const RuntimeMethod* method)
{
{
return;
}
}
// System.Boolean NodeCanvas.DialogueTrees.ActionNode/<UpdateAction>d__10::MoveNext()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CUpdateActionU3Ed__10_MoveNext_mCEC859245E16CD815AD563836607D6A9B43F7A6D (U3CUpdateActionU3Ed__10_t58D759E65FAEC1D6EF8968F628B117BCBF38F2BC* __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
ActionNode_t0FACE43AC34B62ABB244E5AC57C8225761F0C8DF* V_1 = NULL;
int32_t V_2 = 0;
ActionNode_t0FACE43AC34B62ABB244E5AC57C8225761F0C8DF* G_B7_0 = NULL;
ActionNode_t0FACE43AC34B62ABB244E5AC57C8225761F0C8DF* G_B6_0 = NULL;
int32_t G_B8_0 = 0;
ActionNode_t0FACE43AC34B62ABB244E5AC57C8225761F0C8DF* G_B8_1 = NULL;
{
int32_t L_0 = __this->___U3CU3E1__state_0;
V_0 = L_0;
ActionNode_t0FACE43AC34B62ABB244E5AC57C8225761F0C8DF* 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_005c;
}
}
{
return (bool)0;
}
IL_0017:
{
__this->___U3CU3E1__state_0 = (-1);
goto IL_0063;
}
IL_0020:
{
// var actionStatus = action.Execute(actionAgent, graphBlackboard);
ActionNode_t0FACE43AC34B62ABB244E5AC57C8225761F0C8DF* L_4 = V_1;
NullCheck(L_4);
ActionTask_t6B5C6B67D00E7AF678FAEDC91859B778C24A8E1E* L_5;
L_5 = ActionNode_get_action_m24D93BA96456F5D457E43DE8360C47A1EBA584E4_inline(L_4, NULL);
Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* L_6 = __this->___actionAgent_3;
ActionNode_t0FACE43AC34B62ABB244E5AC57C8225761F0C8DF* L_7 = V_1;
NullCheck(L_7);
RuntimeObject* L_8;
L_8 = Node_get_graphBlackboard_mB73EB2C0616FE725B0CADE8A1090E0A56A1A7434(L_7, NULL);
NullCheck(L_5);
int32_t L_9;
L_9 = ActionTask_Execute_m3087BFB267F448E9EF28E055EBEBA1E1AFE11CFB(L_5, L_6, L_8, NULL);
V_2 = L_9;
// if ( actionStatus != Status.Running ) {
int32_t L_10 = V_2;
if ((((int32_t)L_10) == ((int32_t)2)))
{
goto IL_004c;
}
}
{
// OnActionEnd(actionStatus == Status.Success ? true : false);
ActionNode_t0FACE43AC34B62ABB244E5AC57C8225761F0C8DF* L_11 = V_1;
int32_t L_12 = V_2;
G_B6_0 = L_11;
if ((((int32_t)L_12) == ((int32_t)1)))
{
G_B7_0 = L_11;
goto IL_0044;
}
}
{
G_B8_0 = 0;
G_B8_1 = G_B6_0;
goto IL_0045;
}
IL_0044:
{
G_B8_0 = 1;
G_B8_1 = G_B7_0;
}
IL_0045:
{
NullCheck(G_B8_1);
ActionNode_OnActionEnd_m46A34D76E1491D148993D63D3F40B7B254067EE5(G_B8_1, (bool)G_B8_0, NULL);
// yield break;
return (bool)0;
}
IL_004c:
{
// 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_005c:
{
__this->___U3CU3E1__state_0 = (-1);
}
IL_0063:
{
// while ( status == Status.Running ) {
ActionNode_t0FACE43AC34B62ABB244E5AC57C8225761F0C8DF* L_13 = V_1;
NullCheck(L_13);
int32_t L_14;
L_14 = Node_get_status_m2FBF938FF2AA2979E7DC66B8F6AD3AD272FCB04B_inline(L_13, NULL);
if ((((int32_t)L_14) == ((int32_t)2)))
{
goto IL_0020;
}
}
{
// }
return (bool)0;
}
}
// System.Object NodeCanvas.DialogueTrees.ActionNode/<UpdateAction>d__10::System.Collections.Generic.IEnumerator<System.Object>.get_Current()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CUpdateActionU3Ed__10_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_mE069EFDD61C041BCA9DC30496602372BAA2E2F3D (U3CUpdateActionU3Ed__10_t58D759E65FAEC1D6EF8968F628B117BCBF38F2BC* __this, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = __this->___U3CU3E2__current_1;
return L_0;
}
}
// System.Void NodeCanvas.DialogueTrees.ActionNode/<UpdateAction>d__10::System.Collections.IEnumerator.Reset()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CUpdateActionU3Ed__10_System_Collections_IEnumerator_Reset_m16A0D9E0712DF651D22DE42DE41616986E221831 (U3CUpdateActionU3Ed__10_t58D759E65FAEC1D6EF8968F628B117BCBF38F2BC* __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*)&U3CUpdateActionU3Ed__10_System_Collections_IEnumerator_Reset_m16A0D9E0712DF651D22DE42DE41616986E221831_RuntimeMethod_var)));
}
}
// System.Object NodeCanvas.DialogueTrees.ActionNode/<UpdateAction>d__10::System.Collections.IEnumerator.get_Current()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CUpdateActionU3Ed__10_System_Collections_IEnumerator_get_Current_m96849ED918D627A6113708AEC172886A51C8F42F (U3CUpdateActionU3Ed__10_t58D759E65FAEC1D6EF8968F628B117BCBF38F2BC* __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
// NodeCanvas.Framework.ConditionTask NodeCanvas.DialogueTrees.ConditionNode::get_condition()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConditionTask_t518F9B03584F4835F78D6DE297CE36AED500BEE8* ConditionNode_get_condition_m329DBB6B09E6EF65CE95CC71693D17923F5F665C (ConditionNode_t8B0CCC5B7F178FDC31EAB8138658256194DD91A9* __this, const RuntimeMethod* method)
{
{
// get { return _condition; }
ConditionTask_t518F9B03584F4835F78D6DE297CE36AED500BEE8* L_0 = __this->____condition_19;
return L_0;
}
}
// System.Void NodeCanvas.DialogueTrees.ConditionNode::set_condition(NodeCanvas.Framework.ConditionTask)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConditionNode_set_condition_mA8C3F65F812E62B05C1A35D08B1B2F7FE3B5CAC9 (ConditionNode_t8B0CCC5B7F178FDC31EAB8138658256194DD91A9* __this, ConditionTask_t518F9B03584F4835F78D6DE297CE36AED500BEE8* ___0_value, const RuntimeMethod* method)
{
{
// set { _condition = value; }
ConditionTask_t518F9B03584F4835F78D6DE297CE36AED500BEE8* L_0 = ___0_value;
__this->____condition_19 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->____condition_19), (void*)L_0);
// set { _condition = value; }
return;
}
}
// NodeCanvas.Framework.Task NodeCanvas.DialogueTrees.ConditionNode::get_task()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_tF05C1B448C98EDD5D7E9E23660FCEAC40348A284* ConditionNode_get_task_m574DF6CEA424D0EA4A0BEB8B4C3ACFB55E39774E (ConditionNode_t8B0CCC5B7F178FDC31EAB8138658256194DD91A9* __this, const RuntimeMethod* method)
{
{
// get { return condition; }
ConditionTask_t518F9B03584F4835F78D6DE297CE36AED500BEE8* L_0;
L_0 = ConditionNode_get_condition_m329DBB6B09E6EF65CE95CC71693D17923F5F665C_inline(__this, NULL);
return L_0;
}
}
// System.Void NodeCanvas.DialogueTrees.ConditionNode::set_task(NodeCanvas.Framework.Task)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConditionNode_set_task_m919A0E2830C63D7C0A19D7420A89DB71E2B86D8B (ConditionNode_t8B0CCC5B7F178FDC31EAB8138658256194DD91A9* __this, Task_tF05C1B448C98EDD5D7E9E23660FCEAC40348A284* ___0_value, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConditionTask_t518F9B03584F4835F78D6DE297CE36AED500BEE8_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// set { condition = (ConditionTask)value; }
Task_tF05C1B448C98EDD5D7E9E23660FCEAC40348A284* L_0 = ___0_value;
ConditionNode_set_condition_mA8C3F65F812E62B05C1A35D08B1B2F7FE3B5CAC9_inline(__this, ((ConditionTask_t518F9B03584F4835F78D6DE297CE36AED500BEE8*)CastclassClass((RuntimeObject*)L_0, ConditionTask_t518F9B03584F4835F78D6DE297CE36AED500BEE8_il2cpp_TypeInfo_var)), NULL);
// set { condition = (ConditionTask)value; }
return;
}
}
// System.Int32 NodeCanvas.DialogueTrees.ConditionNode::get_maxOutConnections()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ConditionNode_get_maxOutConnections_mE3563360A727C842C7FBD8088C47337480AA037B (ConditionNode_t8B0CCC5B7F178FDC31EAB8138658256194DD91A9* __this, const RuntimeMethod* method)
{
{
// public override int maxOutConnections { get { return 2; } }
return 2;
}
}
// System.Boolean NodeCanvas.DialogueTrees.ConditionNode::get_requireActorSelection()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ConditionNode_get_requireActorSelection_m5AD2CF2187D24F5690442447F6AE434F0CE7DD41 (ConditionNode_t8B0CCC5B7F178FDC31EAB8138658256194DD91A9* __this, const RuntimeMethod* method)
{
{
// public override bool requireActorSelection { get { return true; } }
return (bool)1;
}
}
// NodeCanvas.Framework.Status NodeCanvas.DialogueTrees.ConditionNode::OnExecute(UnityEngine.Component,NodeCanvas.Framework.IBlackboard)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ConditionNode_OnExecute_mF22F0B4BD88BB54A619EE6B8AA6EDECC22181550 (ConditionNode_t8B0CCC5B7F178FDC31EAB8138658256194DD91A9* __this, Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* ___0_agent, RuntimeObject* ___1_bb, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDialogueActor_t54434BB176F4CD4F74D753CE2AF8233033D9F716_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_mC96ADDB2914B9FADC03D3A91F7B5B647995A2E5C_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral61465B51913C1FE98F4499A9774E00B18640E1CD);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE372549508CFB311EA2E25D74E0CB08661A4B4DA);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
ConditionNode_t8B0CCC5B7F178FDC31EAB8138658256194DD91A9* G_B6_0 = NULL;
ConditionNode_t8B0CCC5B7F178FDC31EAB8138658256194DD91A9* G_B5_0 = NULL;
int32_t G_B7_0 = 0;
ConditionNode_t8B0CCC5B7F178FDC31EAB8138658256194DD91A9* G_B7_1 = NULL;
DialogueTree_t2208AC38C45014AF5E0A41AD1E0DBB299BEB849D* G_B9_0 = NULL;
DialogueTree_t2208AC38C45014AF5E0A41AD1E0DBB299BEB849D* G_B8_0 = NULL;
int32_t G_B10_0 = 0;
DialogueTree_t2208AC38C45014AF5E0A41AD1E0DBB299BEB849D* G_B10_1 = NULL;
{
// if ( outConnections.Count == 0 ) {
List_1_t619EB3258C7F1EBD15A485EA09888BE9FC87AC7E* L_0;
L_0 = Node_get_outConnections_mBD92942B179E5297C07F297E1D0F2F0946A8F7EE_inline(__this, NULL);
NullCheck(L_0);
int32_t L_1;
L_1 = List_1_get_Count_mC96ADDB2914B9FADC03D3A91F7B5B647995A2E5C_inline(L_0, List_1_get_Count_mC96ADDB2914B9FADC03D3A91F7B5B647995A2E5C_RuntimeMethod_var);
if (L_1)
{
goto IL_0019;
}
}
{
// return Error("There are no connections on the Dialogue Condition Node");
int32_t L_2;
L_2 = Node_Error_mCB8D0BBA83891016AEDBA42BBC8130B493C94F94(__this, _stringLiteralE372549508CFB311EA2E25D74E0CB08661A4B4DA, NULL);
return L_2;
}
IL_0019:
{
// if ( condition == null ) {
ConditionTask_t518F9B03584F4835F78D6DE297CE36AED500BEE8* L_3;
L_3 = ConditionNode_get_condition_m329DBB6B09E6EF65CE95CC71693D17923F5F665C_inline(__this, NULL);
if (L_3)
{
goto IL_002d;
}
}
{
// return Error("There is no Conidition on the Dialoge Condition Node");
int32_t L_4;
L_4 = Node_Error_mCB8D0BBA83891016AEDBA42BBC8130B493C94F94(__this, _stringLiteral61465B51913C1FE98F4499A9774E00B18640E1CD, NULL);
return L_4;
}
IL_002d:
{
// var isSuccess = condition.CheckOnce(finalActor.transform, graphBlackboard);
ConditionTask_t518F9B03584F4835F78D6DE297CE36AED500BEE8* L_5;
L_5 = ConditionNode_get_condition_m329DBB6B09E6EF65CE95CC71693D17923F5F665C_inline(__this, NULL);
RuntimeObject* L_6;
L_6 = DTNode_get_finalActor_m017785271C675DDD69A44CE17C98FCC9399B6BE9(__this, NULL);
NullCheck(L_6);
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_7;
L_7 = InterfaceFuncInvoker0< Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* >::Invoke(5 /* UnityEngine.Transform NodeCanvas.DialogueTrees.IDialogueActor::get_transform() */, IDialogueActor_t54434BB176F4CD4F74D753CE2AF8233033D9F716_il2cpp_TypeInfo_var, L_6);
RuntimeObject* L_8;
L_8 = Node_get_graphBlackboard_mB73EB2C0616FE725B0CADE8A1090E0A56A1A7434(__this, NULL);
NullCheck(L_5);
bool L_9;
L_9 = ConditionTask_CheckOnce_m282DA24DC4EE7FC6828A1498B964DD8760C56D55(L_5, L_7, L_8, NULL);
V_0 = L_9;
// status = isSuccess ? Status.Success : Status.Failure;
bool L_10 = V_0;
G_B5_0 = __this;
if (L_10)
{
G_B6_0 = __this;
goto IL_0051;
}
}
{
G_B7_0 = 0;
G_B7_1 = G_B5_0;
goto IL_0052;
}
IL_0051:
{
G_B7_0 = 1;
G_B7_1 = G_B6_0;
}
IL_0052:
{
NullCheck(G_B7_1);
Node_set_status_m2CEC604858DFD7F181CCCF75AA3D08A7C677F4D7(G_B7_1, G_B7_0, NULL);
// DLGTree.Continue(isSuccess ? 0 : 1);
DialogueTree_t2208AC38C45014AF5E0A41AD1E0DBB299BEB849D* L_11;
L_11 = DTNode_get_DLGTree_m464149DF02ED97A8D0A5A15D2C415BA4477F3BC4(__this, NULL);
bool L_12 = V_0;
G_B8_0 = L_11;
if (L_12)
{
G_B9_0 = L_11;
goto IL_0063;
}
}
{
G_B10_0 = 1;
G_B10_1 = G_B8_0;
goto IL_0064;
}
IL_0063:
{
G_B10_0 = 0;
G_B10_1 = G_B9_0;
}
IL_0064:
{
NullCheck(G_B10_1);
DialogueTree_Continue_m88F21897C1C2E7DFD36D84702B86508E057FAE5A(G_B10_1, G_B10_0, NULL);
// return status;
int32_t L_13;
L_13 = Node_get_status_m2FBF938FF2AA2979E7DC66B8F6AD3AD272FCB04B_inline(__this, NULL);
return L_13;
}
}
// System.Void NodeCanvas.DialogueTrees.ConditionNode::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConditionNode__ctor_m70A3F21DF45924E0925DAFD9FF762CC6A4E18771 (ConditionNode_t8B0CCC5B7F178FDC31EAB8138658256194DD91A9* __this, const RuntimeMethod* method)
{
{
DTNode__ctor_m6A048CAD7844039BE4249B896CAF7C04100642D2(__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 NodeCanvas.DialogueTrees.FinishNode::get_maxOutConnections()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FinishNode_get_maxOutConnections_mA0AC5250EB19ED1AFBE646A4F649A545B957873F (FinishNode_tDBF36C3B2051C11CC9D6F08DCCFFAE9A22A1D45D* __this, const RuntimeMethod* method)
{
{
// public override int maxOutConnections { get { return 0; } }
return 0;
}
}
// System.Boolean NodeCanvas.DialogueTrees.FinishNode::get_requireActorSelection()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FinishNode_get_requireActorSelection_mB64AA3B0035489614341C6087FE0CB8CF0D5A47D (FinishNode_tDBF36C3B2051C11CC9D6F08DCCFFAE9A22A1D45D* __this, const RuntimeMethod* method)
{
{
// public override bool requireActorSelection { get { return false; } }
return (bool)0;
}
}
// NodeCanvas.Framework.Status NodeCanvas.DialogueTrees.FinishNode::OnExecute(UnityEngine.Component,NodeCanvas.Framework.IBlackboard)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FinishNode_OnExecute_m13D5AA0664D9D81F7EC3A9852FFEE6663D7A7E61 (FinishNode_tDBF36C3B2051C11CC9D6F08DCCFFAE9A22A1D45D* __this, Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* ___0_agent, RuntimeObject* ___1_bb, const RuntimeMethod* method)
{
DialogueTree_t2208AC38C45014AF5E0A41AD1E0DBB299BEB849D* G_B2_0 = NULL;
DialogueTree_t2208AC38C45014AF5E0A41AD1E0DBB299BEB849D* G_B1_0 = NULL;
int32_t G_B3_0 = 0;
DialogueTree_t2208AC38C45014AF5E0A41AD1E0DBB299BEB849D* G_B3_1 = NULL;
{
// status = (Status)finishState;
int32_t L_0 = __this->___finishState_19;
Node_set_status_m2CEC604858DFD7F181CCCF75AA3D08A7C677F4D7(__this, L_0, NULL);
// DLGTree.Stop(finishState == CompactStatus.Success ? true : false);
DialogueTree_t2208AC38C45014AF5E0A41AD1E0DBB299BEB849D* L_1;
L_1 = DTNode_get_DLGTree_m464149DF02ED97A8D0A5A15D2C415BA4477F3BC4(__this, NULL);
int32_t L_2 = __this->___finishState_19;
G_B1_0 = L_1;
if ((((int32_t)L_2) == ((int32_t)1)))
{
G_B2_0 = L_1;
goto IL_001e;
}
}
{
G_B3_0 = 0;
G_B3_1 = G_B1_0;
goto IL_001f;
}
IL_001e:
{
G_B3_0 = 1;
G_B3_1 = G_B2_0;
}
IL_001f:
{
NullCheck(G_B3_1);
Graph_Stop_mD6BCF97B46BD1CF0C77D5E8758D4A3E00FA0464E(G_B3_1, (bool)G_B3_0, NULL);
// return status;
int32_t L_3;
L_3 = Node_get_status_m2FBF938FF2AA2979E7DC66B8F6AD3AD272FCB04B_inline(__this, NULL);
return L_3;
}
}
// System.Void NodeCanvas.DialogueTrees.FinishNode::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FinishNode__ctor_m0285853011BEB65FBC0C2429431EB6376BE9AA8E (FinishNode_tDBF36C3B2051C11CC9D6F08DCCFFAE9A22A1D45D* __this, const RuntimeMethod* method)
{
{
// public CompactStatus finishState = CompactStatus.Success;
__this->___finishState_19 = 1;
DTNode__ctor_m6A048CAD7844039BE4249B896CAF7C04100642D2(__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.INodeReference NodeCanvas.DialogueTrees.Jumper::NodeCanvas.Framework.IHaveNodeReference.get_targetReference()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Jumper_NodeCanvas_Framework_IHaveNodeReference_get_targetReference_m5BC63006D7BCC64E56B2A116C95BEBE6F25A9DFA (Jumper_t7B728A9FC4DAB99DD787A9B645837E06B9C6FDD6* __this, const RuntimeMethod* method)
{
{
// INodeReference IHaveNodeReference.targetReference => _targetNode;
NodeReference_1_tFB1922A30E87A573DC26C97626551331AE4509C0* L_0 = __this->____targetNode_19;
return L_0;
}
}
// NodeCanvas.DialogueTrees.DTNode NodeCanvas.DialogueTrees.Jumper::get_target()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DTNode_tCB3ACB579829AE4DEE9F51B25EC31AA96A070FCB* Jumper_get_target_mA9468207D29004FC6B76D84EB827A28D3FB33550 (Jumper_t7B728A9FC4DAB99DD787A9B645837E06B9C6FDD6* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NodeReference_1_Get_m3A8076FE5506C07C5E5D3103FDD37EE6EF98A4B2_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
NodeReference_1_tFB1922A30E87A573DC26C97626551331AE4509C0* G_B2_0 = NULL;
NodeReference_1_tFB1922A30E87A573DC26C97626551331AE4509C0* G_B1_0 = NULL;
{
// private DTNode target => _targetNode?.Get(graph);
NodeReference_1_tFB1922A30E87A573DC26C97626551331AE4509C0* L_0 = __this->____targetNode_19;
NodeReference_1_tFB1922A30E87A573DC26C97626551331AE4509C0* L_1 = L_0;
G_B1_0 = L_1;
if (L_1)
{
G_B2_0 = L_1;
goto IL_000c;
}
}
{
return (DTNode_tCB3ACB579829AE4DEE9F51B25EC31AA96A070FCB*)NULL;
}
IL_000c:
{
Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* L_2;
L_2 = Node_get_graph_mB21F59A8B53310BF25DE6085397701DB23CC3A08_inline(__this, NULL);
NullCheck(G_B2_0);
DTNode_tCB3ACB579829AE4DEE9F51B25EC31AA96A070FCB* L_3;
L_3 = NodeReference_1_Get_m3A8076FE5506C07C5E5D3103FDD37EE6EF98A4B2(G_B2_0, L_2, NodeReference_1_Get_m3A8076FE5506C07C5E5D3103FDD37EE6EF98A4B2_RuntimeMethod_var);
return L_3;
}
}
// System.Int32 NodeCanvas.DialogueTrees.Jumper::get_maxOutConnections()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Jumper_get_maxOutConnections_mEE60B83B45F036A791400B81A2371C86AAAB1A53 (Jumper_t7B728A9FC4DAB99DD787A9B645837E06B9C6FDD6* __this, const RuntimeMethod* method)
{
{
// public override int maxOutConnections { get { return 0; } }
return 0;
}
}
// System.Boolean NodeCanvas.DialogueTrees.Jumper::get_requireActorSelection()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Jumper_get_requireActorSelection_m891DDA5E4790F566E96570C8420BF6B8238C5CB3 (Jumper_t7B728A9FC4DAB99DD787A9B645837E06B9C6FDD6* __this, const RuntimeMethod* method)
{
{
// public override bool requireActorSelection { get { return false; } }
return (bool)0;
}
}
// NodeCanvas.Framework.Status NodeCanvas.DialogueTrees.Jumper::OnExecute(UnityEngine.Component,NodeCanvas.Framework.IBlackboard)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Jumper_OnExecute_m11025B86689D2548A2A37189B9BBFDC562E08C39 (Jumper_t7B728A9FC4DAB99DD787A9B645837E06B9C6FDD6* __this, Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* ___0_agent, RuntimeObject* ___1_bb, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral00485F44491012AAFA8C5EEFCD1515334570E0E4);
s_Il2CppMethodInitialized = true;
}
{
// if ( target == null ) { return Error("Target Node of Jumper node is null"); }
DTNode_tCB3ACB579829AE4DEE9F51B25EC31AA96A070FCB* L_0;
L_0 = Jumper_get_target_mA9468207D29004FC6B76D84EB827A28D3FB33550(__this, NULL);
if (L_0)
{
goto IL_0014;
}
}
{
// if ( target == null ) { return Error("Target Node of Jumper node is null"); }
int32_t L_1;
L_1 = Node_Error_mCB8D0BBA83891016AEDBA42BBC8130B493C94F94(__this, _stringLiteral00485F44491012AAFA8C5EEFCD1515334570E0E4, NULL);
return L_1;
}
IL_0014:
{
// DLGTree.EnterNode(target);
DialogueTree_t2208AC38C45014AF5E0A41AD1E0DBB299BEB849D* L_2;
L_2 = DTNode_get_DLGTree_m464149DF02ED97A8D0A5A15D2C415BA4477F3BC4(__this, NULL);
DTNode_tCB3ACB579829AE4DEE9F51B25EC31AA96A070FCB* L_3;
L_3 = Jumper_get_target_mA9468207D29004FC6B76D84EB827A28D3FB33550(__this, NULL);
NullCheck(L_2);
DialogueTree_EnterNode_m732BAD9942FB8C5B4250339BE577F24002780964(L_2, L_3, NULL);
// return Status.Success;
return (int32_t)(1);
}
}
// System.Void NodeCanvas.DialogueTrees.Jumper::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Jumper__ctor_m675A48A966118A9573C077812DE69CF5AC92EF14 (Jumper_t7B728A9FC4DAB99DD787A9B645837E06B9C6FDD6* __this, const RuntimeMethod* method)
{
{
DTNode__ctor_m6A048CAD7844039BE4249B896CAF7C04100642D2(__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 NodeCanvas.DialogueTrees.MultipleChoiceNode::get_maxOutConnections()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MultipleChoiceNode_get_maxOutConnections_mE348492DA0BE408BAC98172E7B12C546DAD73EBF (MultipleChoiceNode_t4D6F18CA0860AE3343A514EF3AE4B953C1399C25* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m69DEF2FA152A016FA7E705639FCC71F38D2FBA6F_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
// public override int maxOutConnections { get { return availableChoices.Count; } }
List_1_tD43971A5B1BF4D92C8F05B2C5EB0B80AF37DA600* L_0 = __this->___availableChoices_21;
NullCheck(L_0);
int32_t L_1;
L_1 = List_1_get_Count_m69DEF2FA152A016FA7E705639FCC71F38D2FBA6F_inline(L_0, List_1_get_Count_m69DEF2FA152A016FA7E705639FCC71F38D2FBA6F_RuntimeMethod_var);
return L_1;
}
}
// System.Boolean NodeCanvas.DialogueTrees.MultipleChoiceNode::get_requireActorSelection()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MultipleChoiceNode_get_requireActorSelection_mEF083072942024363EE86FC78D2D0DFC76F6B929 (MultipleChoiceNode_t4D6F18CA0860AE3343A514EF3AE4B953C1399C25* __this, const RuntimeMethod* method)
{
{
// public override bool requireActorSelection { get { return true; } }
return (bool)1;
}
}
// NodeCanvas.Framework.Status NodeCanvas.DialogueTrees.MultipleChoiceNode::OnExecute(UnityEngine.Component,NodeCanvas.Framework.IBlackboard)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MultipleChoiceNode_OnExecute_m17476075967740827D87461D1126DEF5964EBD1E (MultipleChoiceNode_t4D6F18CA0860AE3343A514EF3AE4B953C1399C25* __this, Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* ___0_agent, RuntimeObject* ___1_bb, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_1_tD69A6DC9FBE94131E52F5A73B2A9D4AB51EEC404_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_m20D80CC088CB763912240B0B090EA01AB43F8365_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_get_Count_mD6A69A53EB4BCE83F512CD63ED509E26321A7220_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_set_Item_m48382D8563DE47C6716ACD4CB26798539B6A24B2_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_t9C903FF799FD3813218B3B666A8C845E79808B92_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDialogueActor_t54434BB176F4CD4F74D753CE2AF8233033D9F716_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m69DEF2FA152A016FA7E705639FCC71F38D2FBA6F_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_mC96ADDB2914B9FADC03D3A91F7B5B647995A2E5C_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m10CB933550CAAA86A0E326BF1DECE5E7DE263E0E_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m44CE62BFC6236D4D44928C4E31FA235E5DB7E7A1_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MultipleChoiceNode_OnOptionSelected_m4563B6E801A44A9D7A28E11AB12AEA8EA40E9291_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MultipleChoiceRequestInfo_t6345C3417C50A129FF51D0A36971E188D06B4180_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StatementNode_t227C7427D857CBE8BC5AA5C36BFCB4FBC8497A3A_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6191D146DAF2AD7092583209DC942C2A751C7925);
s_Il2CppMethodInitialized = true;
}
Dictionary_2_t9C903FF799FD3813218B3B666A8C845E79808B92* V_0 = NULL;
int32_t V_1 = 0;
ConditionTask_t518F9B03584F4835F78D6DE297CE36AED500BEE8* V_2 = NULL;
RuntimeObject* V_3 = NULL;
MultipleChoiceRequestInfo_t6345C3417C50A129FF51D0A36971E188D06B4180* G_B12_0 = NULL;
MultipleChoiceRequestInfo_t6345C3417C50A129FF51D0A36971E188D06B4180* G_B12_1 = NULL;
MultipleChoiceRequestInfo_t6345C3417C50A129FF51D0A36971E188D06B4180* G_B11_0 = NULL;
MultipleChoiceRequestInfo_t6345C3417C50A129FF51D0A36971E188D06B4180* G_B11_1 = NULL;
int32_t G_B13_0 = 0;
MultipleChoiceRequestInfo_t6345C3417C50A129FF51D0A36971E188D06B4180* G_B13_1 = NULL;
MultipleChoiceRequestInfo_t6345C3417C50A129FF51D0A36971E188D06B4180* G_B13_2 = NULL;
{
// if ( outConnections.Count == 0 ) {
List_1_t619EB3258C7F1EBD15A485EA09888BE9FC87AC7E* L_0;
L_0 = Node_get_outConnections_mBD92942B179E5297C07F297E1D0F2F0946A8F7EE_inline(__this, NULL);
NullCheck(L_0);
int32_t L_1;
L_1 = List_1_get_Count_mC96ADDB2914B9FADC03D3A91F7B5B647995A2E5C_inline(L_0, List_1_get_Count_mC96ADDB2914B9FADC03D3A91F7B5B647995A2E5C_RuntimeMethod_var);
if (L_1)
{
goto IL_0019;
}
}
{
// return Error("There are no connections to the Multiple Choice Node!");
int32_t L_2;
L_2 = Node_Error_mCB8D0BBA83891016AEDBA42BBC8130B493C94F94(__this, _stringLiteral6191D146DAF2AD7092583209DC942C2A751C7925, NULL);
return L_2;
}
IL_0019:
{
// var finalOptions = new Dictionary<IStatement, int>();
Dictionary_2_t9C903FF799FD3813218B3B666A8C845E79808B92* L_3 = (Dictionary_2_t9C903FF799FD3813218B3B666A8C845E79808B92*)il2cpp_codegen_object_new(Dictionary_2_t9C903FF799FD3813218B3B666A8C845E79808B92_il2cpp_TypeInfo_var);
NullCheck(L_3);
Dictionary_2__ctor_m20D80CC088CB763912240B0B090EA01AB43F8365(L_3, Dictionary_2__ctor_m20D80CC088CB763912240B0B090EA01AB43F8365_RuntimeMethod_var);
V_0 = L_3;
// for ( var i = 0; i < availableChoices.Count; i++ ) {
V_1 = 0;
goto IL_0070;
}
IL_0023:
{
// var condition = availableChoices[i].condition;
List_1_tD43971A5B1BF4D92C8F05B2C5EB0B80AF37DA600* L_4 = __this->___availableChoices_21;
int32_t L_5 = V_1;
NullCheck(L_4);
Choice_tF5944A2CC8BFEDCFDEA677F2389509623E635F76* L_6;
L_6 = List_1_get_Item_m44CE62BFC6236D4D44928C4E31FA235E5DB7E7A1(L_4, L_5, List_1_get_Item_m44CE62BFC6236D4D44928C4E31FA235E5DB7E7A1_RuntimeMethod_var);
NullCheck(L_6);
ConditionTask_t518F9B03584F4835F78D6DE297CE36AED500BEE8* L_7 = L_6->___condition_2;
V_2 = L_7;
// if ( condition == null || condition.CheckOnce(finalActor.transform, bb) ) {
ConditionTask_t518F9B03584F4835F78D6DE297CE36AED500BEE8* L_8 = V_2;
if (!L_8)
{
goto IL_004c;
}
}
{
ConditionTask_t518F9B03584F4835F78D6DE297CE36AED500BEE8* L_9 = V_2;
RuntimeObject* L_10;
L_10 = DTNode_get_finalActor_m017785271C675DDD69A44CE17C98FCC9399B6BE9(__this, NULL);
NullCheck(L_10);
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_11;
L_11 = InterfaceFuncInvoker0< Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* >::Invoke(5 /* UnityEngine.Transform NodeCanvas.DialogueTrees.IDialogueActor::get_transform() */, IDialogueActor_t54434BB176F4CD4F74D753CE2AF8233033D9F716_il2cpp_TypeInfo_var, L_10);
RuntimeObject* L_12 = ___1_bb;
NullCheck(L_9);
bool L_13;
L_13 = ConditionTask_CheckOnce_m282DA24DC4EE7FC6828A1498B964DD8760C56D55(L_9, L_11, L_12, NULL);
if (!L_13)
{
goto IL_006c;
}
}
IL_004c:
{
// var tempStatement = availableChoices[i].statement.BlackboardReplace(bb);
List_1_tD43971A5B1BF4D92C8F05B2C5EB0B80AF37DA600* L_14 = __this->___availableChoices_21;
int32_t L_15 = V_1;
NullCheck(L_14);
Choice_tF5944A2CC8BFEDCFDEA677F2389509623E635F76* L_16;
L_16 = List_1_get_Item_m44CE62BFC6236D4D44928C4E31FA235E5DB7E7A1(L_14, L_15, List_1_get_Item_m44CE62BFC6236D4D44928C4E31FA235E5DB7E7A1_RuntimeMethod_var);
NullCheck(L_16);
Statement_t6757EBA4322D6904926C2F6C6BA3586736638A77* L_17 = L_16->___statement_1;
RuntimeObject* L_18 = ___1_bb;
NullCheck(L_17);
RuntimeObject* L_19;
L_19 = Statement_BlackboardReplace_m17FC80DF91329F10D023B9E555A253DC8C4932CD(L_17, L_18, NULL);
V_3 = L_19;
// finalOptions[tempStatement] = i;
Dictionary_2_t9C903FF799FD3813218B3B666A8C845E79808B92* L_20 = V_0;
RuntimeObject* L_21 = V_3;
int32_t L_22 = V_1;
NullCheck(L_20);
Dictionary_2_set_Item_m48382D8563DE47C6716ACD4CB26798539B6A24B2(L_20, L_21, L_22, Dictionary_2_set_Item_m48382D8563DE47C6716ACD4CB26798539B6A24B2_RuntimeMethod_var);
}
IL_006c:
{
// for ( var i = 0; i < availableChoices.Count; i++ ) {
int32_t L_23 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add(L_23, 1));
}
IL_0070:
{
// for ( var i = 0; i < availableChoices.Count; i++ ) {
int32_t L_24 = V_1;
List_1_tD43971A5B1BF4D92C8F05B2C5EB0B80AF37DA600* L_25 = __this->___availableChoices_21;
NullCheck(L_25);
int32_t L_26;
L_26 = List_1_get_Count_m69DEF2FA152A016FA7E705639FCC71F38D2FBA6F_inline(L_25, List_1_get_Count_m69DEF2FA152A016FA7E705639FCC71F38D2FBA6F_RuntimeMethod_var);
if ((((int32_t)L_24) < ((int32_t)L_26)))
{
goto IL_0023;
}
}
{
// if ( finalOptions.Count == 0 ) {
Dictionary_2_t9C903FF799FD3813218B3B666A8C845E79808B92* L_27 = V_0;
NullCheck(L_27);
int32_t L_28;
L_28 = Dictionary_2_get_Count_mD6A69A53EB4BCE83F512CD63ED509E26321A7220(L_27, Dictionary_2_get_Count_mD6A69A53EB4BCE83F512CD63ED509E26321A7220_RuntimeMethod_var);
if (L_28)
{
goto IL_0094;
}
}
{
// DLGTree.Stop(false);
DialogueTree_t2208AC38C45014AF5E0A41AD1E0DBB299BEB849D* L_29;
L_29 = DTNode_get_DLGTree_m464149DF02ED97A8D0A5A15D2C415BA4477F3BC4(__this, NULL);
NullCheck(L_29);
Graph_Stop_mD6BCF97B46BD1CF0C77D5E8758D4A3E00FA0464E(L_29, (bool)0, NULL);
// return Status.Failure;
return (int32_t)(0);
}
IL_0094:
{
// var optionsInfo = new MultipleChoiceRequestInfo(finalActor, finalOptions, availableTime, OnOptionSelected);
RuntimeObject* L_30;
L_30 = DTNode_get_finalActor_m017785271C675DDD69A44CE17C98FCC9399B6BE9(__this, NULL);
Dictionary_2_t9C903FF799FD3813218B3B666A8C845E79808B92* L_31 = V_0;
float L_32 = __this->___availableTime_19;
Action_1_tD69A6DC9FBE94131E52F5A73B2A9D4AB51EEC404* L_33 = (Action_1_tD69A6DC9FBE94131E52F5A73B2A9D4AB51EEC404*)il2cpp_codegen_object_new(Action_1_tD69A6DC9FBE94131E52F5A73B2A9D4AB51EEC404_il2cpp_TypeInfo_var);
NullCheck(L_33);
Action_1__ctor_m1BA854F3F4319EA4A4294DDFDA21C395B8D0FF87(L_33, __this, (intptr_t)((void*)MultipleChoiceNode_OnOptionSelected_m4563B6E801A44A9D7A28E11AB12AEA8EA40E9291_RuntimeMethod_var), NULL);
MultipleChoiceRequestInfo_t6345C3417C50A129FF51D0A36971E188D06B4180* L_34 = (MultipleChoiceRequestInfo_t6345C3417C50A129FF51D0A36971E188D06B4180*)il2cpp_codegen_object_new(MultipleChoiceRequestInfo_t6345C3417C50A129FF51D0A36971E188D06B4180_il2cpp_TypeInfo_var);
NullCheck(L_34);
MultipleChoiceRequestInfo__ctor_m6FE008B3FA15C478CC9BD9BCD553E316887D8409(L_34, L_30, L_31, L_32, L_33, NULL);
// optionsInfo.showLastStatement = inConnections.Count > 0 && inConnections[0].sourceNode is StatementNode;
MultipleChoiceRequestInfo_t6345C3417C50A129FF51D0A36971E188D06B4180* L_35 = L_34;
List_1_t619EB3258C7F1EBD15A485EA09888BE9FC87AC7E* L_36;
L_36 = Node_get_inConnections_mDC21880D8511412E49EB8D4E615D1B5EFD9A668F_inline(__this, NULL);
NullCheck(L_36);
int32_t L_37;
L_37 = List_1_get_Count_mC96ADDB2914B9FADC03D3A91F7B5B647995A2E5C_inline(L_36, List_1_get_Count_mC96ADDB2914B9FADC03D3A91F7B5B647995A2E5C_RuntimeMethod_var);
G_B11_0 = L_35;
G_B11_1 = L_35;
if ((((int32_t)L_37) <= ((int32_t)0)))
{
G_B12_0 = L_35;
G_B12_1 = L_35;
goto IL_00dc;
}
}
{
List_1_t619EB3258C7F1EBD15A485EA09888BE9FC87AC7E* L_38;
L_38 = Node_get_inConnections_mDC21880D8511412E49EB8D4E615D1B5EFD9A668F_inline(__this, NULL);
NullCheck(L_38);
Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D* L_39;
L_39 = List_1_get_Item_m10CB933550CAAA86A0E326BF1DECE5E7DE263E0E(L_38, 0, List_1_get_Item_m10CB933550CAAA86A0E326BF1DECE5E7DE263E0E_RuntimeMethod_var);
NullCheck(L_39);
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_40;
L_40 = Connection_get_sourceNode_m8AAB4D86A1F7E4AA641DD4D54B6288412058A10D_inline(L_39, NULL);
G_B13_0 = ((!(((RuntimeObject*)(StatementNode_t227C7427D857CBE8BC5AA5C36BFCB4FBC8497A3A*)((StatementNode_t227C7427D857CBE8BC5AA5C36BFCB4FBC8497A3A*)IsInstClass((RuntimeObject*)L_40, StatementNode_t227C7427D857CBE8BC5AA5C36BFCB4FBC8497A3A_il2cpp_TypeInfo_var))) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
G_B13_1 = G_B11_0;
G_B13_2 = G_B11_1;
goto IL_00dd;
}
IL_00dc:
{
G_B13_0 = 0;
G_B13_1 = G_B12_0;
G_B13_2 = G_B12_1;
}
IL_00dd:
{
NullCheck(G_B13_1);
G_B13_1->___showLastStatement_3 = (bool)G_B13_0;
// DialogueTree.RequestMultipleChoices(optionsInfo);
DialogueTree_RequestMultipleChoices_mEEA9D002CF3790C396758CEE25CCE195A4E9134B(G_B13_2, NULL);
// return Status.Running;
return (int32_t)(2);
}
}
// System.Void NodeCanvas.DialogueTrees.MultipleChoiceNode::OnOptionSelected(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MultipleChoiceNode_OnOptionSelected_m4563B6E801A44A9D7A28E11AB12AEA8EA40E9291 (MultipleChoiceNode_t4D6F18CA0860AE3343A514EF3AE4B953C1399C25* __this, int32_t ___0_index, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m44CE62BFC6236D4D44928C4E31FA235E5DB7E7A1_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SubtitlesRequestInfo_t41049B0554DE0A09F7EC7B4724FCE29A57DDF059_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass9_0_U3COnOptionSelectedU3Eb__0_mB3B81BF13AB77612E5C2DCE71FA33AF7AE14AF78_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass9_0_t4FCD21E0D35344B38665D4761BAF0130E8E3FFBB_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
U3CU3Ec__DisplayClass9_0_t4FCD21E0D35344B38665D4761BAF0130E8E3FFBB* V_0 = NULL;
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* V_1 = NULL;
RuntimeObject* V_2 = NULL;
{
U3CU3Ec__DisplayClass9_0_t4FCD21E0D35344B38665D4761BAF0130E8E3FFBB* L_0 = (U3CU3Ec__DisplayClass9_0_t4FCD21E0D35344B38665D4761BAF0130E8E3FFBB*)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass9_0_t4FCD21E0D35344B38665D4761BAF0130E8E3FFBB_il2cpp_TypeInfo_var);
NullCheck(L_0);
U3CU3Ec__DisplayClass9_0__ctor_mDDCE9112B4373F04CF4B95460AAE4C29B8885A96(L_0, NULL);
V_0 = L_0;
U3CU3Ec__DisplayClass9_0_t4FCD21E0D35344B38665D4761BAF0130E8E3FFBB* L_1 = V_0;
NullCheck(L_1);
L_1->___U3CU3E4__this_0 = __this;
Il2CppCodeGenWriteBarrier((void**)(&L_1->___U3CU3E4__this_0), (void*)__this);
U3CU3Ec__DisplayClass9_0_t4FCD21E0D35344B38665D4761BAF0130E8E3FFBB* L_2 = V_0;
int32_t L_3 = ___0_index;
NullCheck(L_2);
L_2->___index_1 = L_3;
// status = Status.Success;
Node_set_status_m2CEC604858DFD7F181CCCF75AA3D08A7C677F4D7(__this, 1, NULL);
// System.Action Finalize = () => { DLGTree.Continue(index); };
U3CU3Ec__DisplayClass9_0_t4FCD21E0D35344B38665D4761BAF0130E8E3FFBB* L_4 = V_0;
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_5 = (Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)il2cpp_codegen_object_new(Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var);
NullCheck(L_5);
Action__ctor_mBDC7B0B4A3F583B64C2896F01BDED360772F67DC(L_5, L_4, (intptr_t)((void*)U3CU3Ec__DisplayClass9_0_U3COnOptionSelectedU3Eb__0_mB3B81BF13AB77612E5C2DCE71FA33AF7AE14AF78_RuntimeMethod_var), NULL);
V_1 = L_5;
// if ( saySelection ) {
bool L_6 = __this->___saySelection_20;
if (!L_6)
{
goto IL_0065;
}
}
{
// var tempStatement = availableChoices[index].statement.BlackboardReplace(graphBlackboard);
List_1_tD43971A5B1BF4D92C8F05B2C5EB0B80AF37DA600* L_7 = __this->___availableChoices_21;
U3CU3Ec__DisplayClass9_0_t4FCD21E0D35344B38665D4761BAF0130E8E3FFBB* L_8 = V_0;
NullCheck(L_8);
int32_t L_9 = L_8->___index_1;
NullCheck(L_7);
Choice_tF5944A2CC8BFEDCFDEA677F2389509623E635F76* L_10;
L_10 = List_1_get_Item_m44CE62BFC6236D4D44928C4E31FA235E5DB7E7A1(L_7, L_9, List_1_get_Item_m44CE62BFC6236D4D44928C4E31FA235E5DB7E7A1_RuntimeMethod_var);
NullCheck(L_10);
Statement_t6757EBA4322D6904926C2F6C6BA3586736638A77* L_11 = L_10->___statement_1;
RuntimeObject* L_12;
L_12 = Node_get_graphBlackboard_mB73EB2C0616FE725B0CADE8A1090E0A56A1A7434(__this, NULL);
NullCheck(L_11);
RuntimeObject* L_13;
L_13 = Statement_BlackboardReplace_m17FC80DF91329F10D023B9E555A253DC8C4932CD(L_11, L_12, NULL);
V_2 = L_13;
// var speechInfo = new SubtitlesRequestInfo(finalActor, tempStatement, Finalize);
RuntimeObject* L_14;
L_14 = DTNode_get_finalActor_m017785271C675DDD69A44CE17C98FCC9399B6BE9(__this, NULL);
RuntimeObject* L_15 = V_2;
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_16 = V_1;
SubtitlesRequestInfo_t41049B0554DE0A09F7EC7B4724FCE29A57DDF059* L_17 = (SubtitlesRequestInfo_t41049B0554DE0A09F7EC7B4724FCE29A57DDF059*)il2cpp_codegen_object_new(SubtitlesRequestInfo_t41049B0554DE0A09F7EC7B4724FCE29A57DDF059_il2cpp_TypeInfo_var);
NullCheck(L_17);
SubtitlesRequestInfo__ctor_m0376353AD881A0F428A2D30AD530177BF519D654(L_17, L_14, L_15, L_16, NULL);
// DialogueTree.RequestSubtitles(speechInfo);
DialogueTree_RequestSubtitles_m4F1AF68A84944327EB01E2C4F550324355BD1626(L_17, NULL);
return;
}
IL_0065:
{
// Finalize();
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_18 = V_1;
NullCheck(L_18);
Action_Invoke_m7126A54DACA72B845424072887B5F3A51FC3808E_inline(L_18, NULL);
// }
return;
}
}
// System.Void NodeCanvas.DialogueTrees.MultipleChoiceNode::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MultipleChoiceNode__ctor_m1321672C3CF0F07C6F8CACA63C3E2FD481B5D99A (MultipleChoiceNode_t4D6F18CA0860AE3343A514EF3AE4B953C1399C25* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m7A98170EDB8D1225DE31F7E69B01F841FD865BD1_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_tD43971A5B1BF4D92C8F05B2C5EB0B80AF37DA600_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// private List<Choice> availableChoices = new List<Choice>();
List_1_tD43971A5B1BF4D92C8F05B2C5EB0B80AF37DA600* L_0 = (List_1_tD43971A5B1BF4D92C8F05B2C5EB0B80AF37DA600*)il2cpp_codegen_object_new(List_1_tD43971A5B1BF4D92C8F05B2C5EB0B80AF37DA600_il2cpp_TypeInfo_var);
NullCheck(L_0);
List_1__ctor_m7A98170EDB8D1225DE31F7E69B01F841FD865BD1(L_0, List_1__ctor_m7A98170EDB8D1225DE31F7E69B01F841FD865BD1_RuntimeMethod_var);
__this->___availableChoices_21 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___availableChoices_21), (void*)L_0);
DTNode__ctor_m6A048CAD7844039BE4249B896CAF7C04100642D2(__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 NodeCanvas.DialogueTrees.MultipleChoiceNode/Choice::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Choice__ctor_m3F20709960254A5004BF8E45FE79F359161493F1 (Choice_tF5944A2CC8BFEDCFDEA677F2389509623E635F76* __this, const RuntimeMethod* method)
{
{
// public bool isUnfolded = true;
__this->___isUnfolded_0 = (bool)1;
// public Choice() { }
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
// public Choice() { }
return;
}
}
// System.Void NodeCanvas.DialogueTrees.MultipleChoiceNode/Choice::.ctor(NodeCanvas.DialogueTrees.Statement)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Choice__ctor_mD25AAE760596875166B35768D02C4FA27C35725C (Choice_tF5944A2CC8BFEDCFDEA677F2389509623E635F76* __this, Statement_t6757EBA4322D6904926C2F6C6BA3586736638A77* ___0_statement, const RuntimeMethod* method)
{
{
// public bool isUnfolded = true;
__this->___isUnfolded_0 = (bool)1;
// public Choice(Statement statement) {
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
// this.statement = statement;
Statement_t6757EBA4322D6904926C2F6C6BA3586736638A77* L_0 = ___0_statement;
__this->___statement_1 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___statement_1), (void*)L_0);
// }
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void NodeCanvas.DialogueTrees.MultipleChoiceNode/<>c__DisplayClass9_0::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass9_0__ctor_mDDCE9112B4373F04CF4B95460AAE4C29B8885A96 (U3CU3Ec__DisplayClass9_0_t4FCD21E0D35344B38665D4761BAF0130E8E3FFBB* __this, const RuntimeMethod* method)
{
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
return;
}
}
// System.Void NodeCanvas.DialogueTrees.MultipleChoiceNode/<>c__DisplayClass9_0::<OnOptionSelected>b__0()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass9_0_U3COnOptionSelectedU3Eb__0_mB3B81BF13AB77612E5C2DCE71FA33AF7AE14AF78 (U3CU3Ec__DisplayClass9_0_t4FCD21E0D35344B38665D4761BAF0130E8E3FFBB* __this, const RuntimeMethod* method)
{
{
// System.Action Finalize = () => { DLGTree.Continue(index); };
MultipleChoiceNode_t4D6F18CA0860AE3343A514EF3AE4B953C1399C25* L_0 = __this->___U3CU3E4__this_0;
NullCheck(L_0);
DialogueTree_t2208AC38C45014AF5E0A41AD1E0DBB299BEB849D* L_1;
L_1 = DTNode_get_DLGTree_m464149DF02ED97A8D0A5A15D2C415BA4477F3BC4(L_0, NULL);
int32_t L_2 = __this->___index_1;
NullCheck(L_1);
DialogueTree_Continue_m88F21897C1C2E7DFD36D84702B86508E057FAE5A(L_1, L_2, NULL);
// System.Action Finalize = () => { DLGTree.Continue(index); };
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 NodeCanvas.DialogueTrees.MultipleConditionNode::get_maxOutConnections()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MultipleConditionNode_get_maxOutConnections_m15CBFD58C1A982606346ADA8E3E189D58750B23E (MultipleConditionNode_t1EBD3BBFC85130E2997B7E935391826A492D3434* __this, const RuntimeMethod* method)
{
{
// get { return -1; }
return (-1);
}
}
// System.Void NodeCanvas.DialogueTrees.MultipleConditionNode::OnChildConnected(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MultipleConditionNode_OnChildConnected_m24994F196EA150DD22CD79703CDF4ECD6F130841 (MultipleConditionNode_t1EBD3BBFC85130E2997B7E935391826A492D3434* __this, int32_t ___0_index, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Insert_m2FFDF4E2009BDF2D4F0A0256545BE1B5FBDF1CBA_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m5227B6B9670F0AD08EE5CBE7BEB86B481485615D_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_mC96ADDB2914B9FADC03D3A91F7B5B647995A2E5C_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
// if ( conditions.Count < outConnections.Count ) {
List_1_t9C974E7FF2C20223569CABCD28DAA66B6319C9CC* L_0 = __this->___conditions_19;
NullCheck(L_0);
int32_t L_1;
L_1 = List_1_get_Count_m5227B6B9670F0AD08EE5CBE7BEB86B481485615D_inline(L_0, List_1_get_Count_m5227B6B9670F0AD08EE5CBE7BEB86B481485615D_RuntimeMethod_var);
List_1_t619EB3258C7F1EBD15A485EA09888BE9FC87AC7E* L_2;
L_2 = Node_get_outConnections_mBD92942B179E5297C07F297E1D0F2F0946A8F7EE_inline(__this, NULL);
NullCheck(L_2);
int32_t L_3;
L_3 = List_1_get_Count_mC96ADDB2914B9FADC03D3A91F7B5B647995A2E5C_inline(L_2, List_1_get_Count_mC96ADDB2914B9FADC03D3A91F7B5B647995A2E5C_RuntimeMethod_var);
if ((((int32_t)L_1) >= ((int32_t)L_3)))
{
goto IL_0025;
}
}
{
// conditions.Insert(index, null);
List_1_t9C974E7FF2C20223569CABCD28DAA66B6319C9CC* L_4 = __this->___conditions_19;
int32_t L_5 = ___0_index;
NullCheck(L_4);
List_1_Insert_m2FFDF4E2009BDF2D4F0A0256545BE1B5FBDF1CBA(L_4, L_5, (ConditionTask_t518F9B03584F4835F78D6DE297CE36AED500BEE8*)NULL, List_1_Insert_m2FFDF4E2009BDF2D4F0A0256545BE1B5FBDF1CBA_RuntimeMethod_var);
}
IL_0025:
{
// }
return;
}
}
// System.Void NodeCanvas.DialogueTrees.MultipleConditionNode::OnChildDisconnected(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MultipleConditionNode_OnChildDisconnected_m20A46AAAF73D5965D23CDCE32CA96FB196791972 (MultipleConditionNode_t1EBD3BBFC85130E2997B7E935391826A492D3434* __this, int32_t ___0_index, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_RemoveAt_mA2AEF51BA52A78304260C758BA2BFE040C66B658_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
// conditions.RemoveAt(index);
List_1_t9C974E7FF2C20223569CABCD28DAA66B6319C9CC* L_0 = __this->___conditions_19;
int32_t L_1 = ___0_index;
NullCheck(L_0);
List_1_RemoveAt_mA2AEF51BA52A78304260C758BA2BFE040C66B658(L_0, L_1, List_1_RemoveAt_mA2AEF51BA52A78304260C758BA2BFE040C66B658_RuntimeMethod_var);
// }
return;
}
}
// NodeCanvas.Framework.Status NodeCanvas.DialogueTrees.MultipleConditionNode::OnExecute(UnityEngine.Component,NodeCanvas.Framework.IBlackboard)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MultipleConditionNode_OnExecute_m747C7F5164A9F701724DDB2F9678196617D199CC (MultipleConditionNode_t1EBD3BBFC85130E2997B7E935391826A492D3434* __this, Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* ___0_agent, RuntimeObject* ___1_bb, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDialogueActor_t54434BB176F4CD4F74D753CE2AF8233033D9F716_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_mC96ADDB2914B9FADC03D3A91F7B5B647995A2E5C_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_mB0D5BF500A40AB9AA2038342B78C13E08E0E6F1C_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE372549508CFB311EA2E25D74E0CB08661A4B4DA);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
// if ( outConnections.Count == 0 ) {
List_1_t619EB3258C7F1EBD15A485EA09888BE9FC87AC7E* L_0;
L_0 = Node_get_outConnections_mBD92942B179E5297C07F297E1D0F2F0946A8F7EE_inline(__this, NULL);
NullCheck(L_0);
int32_t L_1;
L_1 = List_1_get_Count_mC96ADDB2914B9FADC03D3A91F7B5B647995A2E5C_inline(L_0, List_1_get_Count_mC96ADDB2914B9FADC03D3A91F7B5B647995A2E5C_RuntimeMethod_var);
if (L_1)
{
goto IL_0019;
}
}
{
// return Error("There are no connections on the Dialogue Condition Node");
int32_t L_2;
L_2 = Node_Error_mCB8D0BBA83891016AEDBA42BBC8130B493C94F94(__this, _stringLiteralE372549508CFB311EA2E25D74E0CB08661A4B4DA, NULL);
return L_2;
}
IL_0019:
{
// for ( var i = 0; i < outConnections.Count; i++ ) {
V_0 = 0;
goto IL_0061;
}
IL_001d:
{
// if ( conditions[i] == null || conditions[i].CheckOnce(finalActor.transform, graphBlackboard) ) {
List_1_t9C974E7FF2C20223569CABCD28DAA66B6319C9CC* L_3 = __this->___conditions_19;
int32_t L_4 = V_0;
NullCheck(L_3);
ConditionTask_t518F9B03584F4835F78D6DE297CE36AED500BEE8* L_5;
L_5 = List_1_get_Item_mB0D5BF500A40AB9AA2038342B78C13E08E0E6F1C(L_3, L_4, List_1_get_Item_mB0D5BF500A40AB9AA2038342B78C13E08E0E6F1C_RuntimeMethod_var);
if (!L_5)
{
goto IL_004f;
}
}
{
List_1_t9C974E7FF2C20223569CABCD28DAA66B6319C9CC* L_6 = __this->___conditions_19;
int32_t L_7 = V_0;
NullCheck(L_6);
ConditionTask_t518F9B03584F4835F78D6DE297CE36AED500BEE8* L_8;
L_8 = List_1_get_Item_mB0D5BF500A40AB9AA2038342B78C13E08E0E6F1C(L_6, L_7, List_1_get_Item_mB0D5BF500A40AB9AA2038342B78C13E08E0E6F1C_RuntimeMethod_var);
RuntimeObject* L_9;
L_9 = DTNode_get_finalActor_m017785271C675DDD69A44CE17C98FCC9399B6BE9(__this, NULL);
NullCheck(L_9);
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_10;
L_10 = InterfaceFuncInvoker0< Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* >::Invoke(5 /* UnityEngine.Transform NodeCanvas.DialogueTrees.IDialogueActor::get_transform() */, IDialogueActor_t54434BB176F4CD4F74D753CE2AF8233033D9F716_il2cpp_TypeInfo_var, L_9);
RuntimeObject* L_11;
L_11 = Node_get_graphBlackboard_mB73EB2C0616FE725B0CADE8A1090E0A56A1A7434(__this, NULL);
NullCheck(L_8);
bool L_12;
L_12 = ConditionTask_CheckOnce_m282DA24DC4EE7FC6828A1498B964DD8760C56D55(L_8, L_10, L_11, NULL);
if (!L_12)
{
goto IL_005d;
}
}
IL_004f:
{
// DLGTree.Continue(i);
DialogueTree_t2208AC38C45014AF5E0A41AD1E0DBB299BEB849D* L_13;
L_13 = DTNode_get_DLGTree_m464149DF02ED97A8D0A5A15D2C415BA4477F3BC4(__this, NULL);
int32_t L_14 = V_0;
NullCheck(L_13);
DialogueTree_Continue_m88F21897C1C2E7DFD36D84702B86508E057FAE5A(L_13, L_14, NULL);
// return Status.Success;
return (int32_t)(1);
}
IL_005d:
{
// for ( var i = 0; i < outConnections.Count; i++ ) {
int32_t L_15 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add(L_15, 1));
}
IL_0061:
{
// for ( var i = 0; i < outConnections.Count; i++ ) {
int32_t L_16 = V_0;
List_1_t619EB3258C7F1EBD15A485EA09888BE9FC87AC7E* L_17;
L_17 = Node_get_outConnections_mBD92942B179E5297C07F297E1D0F2F0946A8F7EE_inline(__this, NULL);
NullCheck(L_17);
int32_t L_18;
L_18 = List_1_get_Count_mC96ADDB2914B9FADC03D3A91F7B5B647995A2E5C_inline(L_17, List_1_get_Count_mC96ADDB2914B9FADC03D3A91F7B5B647995A2E5C_RuntimeMethod_var);
if ((((int32_t)L_16) < ((int32_t)L_18)))
{
goto IL_001d;
}
}
{
// DLGTree.Stop(false);
DialogueTree_t2208AC38C45014AF5E0A41AD1E0DBB299BEB849D* L_19;
L_19 = DTNode_get_DLGTree_m464149DF02ED97A8D0A5A15D2C415BA4477F3BC4(__this, NULL);
NullCheck(L_19);
Graph_Stop_mD6BCF97B46BD1CF0C77D5E8758D4A3E00FA0464E(L_19, (bool)0, NULL);
// return Status.Failure;
return (int32_t)(0);
}
}
// System.Void NodeCanvas.DialogueTrees.MultipleConditionNode::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MultipleConditionNode__ctor_m6887DCC8937843F70AB64A61F2ACC69EB6C65D30 (MultipleConditionNode_t1EBD3BBFC85130E2997B7E935391826A492D3434* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mE202ADDF2BBF6C93250D5EF6F3B3D48ED3D52256_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t9C974E7FF2C20223569CABCD28DAA66B6319C9CC_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// private List<ConditionTask> conditions = new List<ConditionTask>();
List_1_t9C974E7FF2C20223569CABCD28DAA66B6319C9CC* L_0 = (List_1_t9C974E7FF2C20223569CABCD28DAA66B6319C9CC*)il2cpp_codegen_object_new(List_1_t9C974E7FF2C20223569CABCD28DAA66B6319C9CC_il2cpp_TypeInfo_var);
NullCheck(L_0);
List_1__ctor_mE202ADDF2BBF6C93250D5EF6F3B3D48ED3D52256(L_0, List_1__ctor_mE202ADDF2BBF6C93250D5EF6F3B3D48ED3D52256_RuntimeMethod_var);
__this->___conditions_19 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___conditions_19), (void*)L_0);
DTNode__ctor_m6A048CAD7844039BE4249B896CAF7C04100642D2(__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 NodeCanvas.DialogueTrees.ProbabilitySelector::get_maxOutConnections()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ProbabilitySelector_get_maxOutConnections_mF826EE77755EECA54F5F12B63933F92736232509 (ProbabilitySelector_tE2E4F03C896D2B537F39DE0F49BF04733DEEC75E* __this, const RuntimeMethod* method)
{
{
// public override int maxOutConnections { get { return -1; } }
return (-1);
}
}
// System.Void NodeCanvas.DialogueTrees.ProbabilitySelector::OnChildConnected(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ProbabilitySelector_OnChildConnected_m443DCEA161650ADB2EB9058D5CC623577EBA5D98 (ProbabilitySelector_tE2E4F03C896D2B537F39DE0F49BF04733DEEC75E* __this, int32_t ___0_index, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Insert_mBB793C035887558BC2959B61467A0E3077AAD935_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_mC96ADDB2914B9FADC03D3A91F7B5B647995A2E5C_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_mDE3BABFC070EC24A857111C931A1248E522D843C_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Option_tD286B3F074EB773E35D37ED3CE39A38C1C267FDF_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// if ( childOptions.Count < outConnections.Count ) {
List_1_t74610F5EABE3A0AF78272B0C2F85BFEE1A4A05E3* L_0 = __this->___childOptions_19;
NullCheck(L_0);
int32_t L_1;
L_1 = List_1_get_Count_mDE3BABFC070EC24A857111C931A1248E522D843C_inline(L_0, List_1_get_Count_mDE3BABFC070EC24A857111C931A1248E522D843C_RuntimeMethod_var);
List_1_t619EB3258C7F1EBD15A485EA09888BE9FC87AC7E* L_2;
L_2 = Node_get_outConnections_mBD92942B179E5297C07F297E1D0F2F0946A8F7EE_inline(__this, NULL);
NullCheck(L_2);
int32_t L_3;
L_3 = List_1_get_Count_mC96ADDB2914B9FADC03D3A91F7B5B647995A2E5C_inline(L_2, List_1_get_Count_mC96ADDB2914B9FADC03D3A91F7B5B647995A2E5C_RuntimeMethod_var);
if ((((int32_t)L_1) >= ((int32_t)L_3)))
{
goto IL_0034;
}
}
{
// childOptions.Insert(index, new Option(1, graphBlackboard));
List_1_t74610F5EABE3A0AF78272B0C2F85BFEE1A4A05E3* L_4 = __this->___childOptions_19;
int32_t L_5 = ___0_index;
RuntimeObject* L_6;
L_6 = Node_get_graphBlackboard_mB73EB2C0616FE725B0CADE8A1090E0A56A1A7434(__this, NULL);
Option_tD286B3F074EB773E35D37ED3CE39A38C1C267FDF* L_7 = (Option_tD286B3F074EB773E35D37ED3CE39A38C1C267FDF*)il2cpp_codegen_object_new(Option_tD286B3F074EB773E35D37ED3CE39A38C1C267FDF_il2cpp_TypeInfo_var);
NullCheck(L_7);
Option__ctor_m00463C0B20DAB08908A11CD100035E879825DF05(L_7, (1.0f), L_6, NULL);
NullCheck(L_4);
List_1_Insert_mBB793C035887558BC2959B61467A0E3077AAD935(L_4, L_5, L_7, List_1_Insert_mBB793C035887558BC2959B61467A0E3077AAD935_RuntimeMethod_var);
}
IL_0034:
{
// }
return;
}
}
// System.Void NodeCanvas.DialogueTrees.ProbabilitySelector::OnChildDisconnected(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ProbabilitySelector_OnChildDisconnected_m7AC2564D63020BD28F29890AE01AD9BCB8B92742 (ProbabilitySelector_tE2E4F03C896D2B537F39DE0F49BF04733DEEC75E* __this, int32_t ___0_index, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_RemoveAt_m772E23C200D18E54D7BC2E461495E93D19544D30_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
// childOptions.RemoveAt(index);
List_1_t74610F5EABE3A0AF78272B0C2F85BFEE1A4A05E3* L_0 = __this->___childOptions_19;
int32_t L_1 = ___0_index;
NullCheck(L_0);
List_1_RemoveAt_m772E23C200D18E54D7BC2E461495E93D19544D30(L_0, L_1, List_1_RemoveAt_m772E23C200D18E54D7BC2E461495E93D19544D30_RuntimeMethod_var);
// }
return;
}
}
// NodeCanvas.Framework.Status NodeCanvas.DialogueTrees.ProbabilitySelector::OnExecute(UnityEngine.Component,NodeCanvas.Framework.IBlackboard)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ProbabilitySelector_OnExecute_mBE38968D48CF881504B57581E2A662DF8B89423B (ProbabilitySelector_tE2E4F03C896D2B537F39DE0F49BF04733DEEC75E* __this, Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* ___0_agent, RuntimeObject* ___1_blackboard, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BBParameter_1_get_value_m46BCD0CE6DCB23D77AB3268C4D12A143C9F5C532_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDialogueActor_t54434BB176F4CD4F74D753CE2AF8233033D9F716_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m0248A96C5334E9A93E6994B7780478BCD994EA3D_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Contains_m4FD96E89F15844C90032C7386BAB528817F1FF5B_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m17F501B5A5C289ECE1B4F3D6EBF05DFA421433F8_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_mC96ADDB2914B9FADC03D3A91F7B5B647995A2E5C_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m7174668DBA1C61865F57AF734C21470FF28C0493_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
float V_0 = 0.0f;
int32_t V_1 = 0;
ConditionTask_t518F9B03584F4835F78D6DE297CE36AED500BEE8* V_2 = NULL;
int32_t V_3 = 0;
{
// successIndeces = new List<int>();
List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73* L_0 = (List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73*)il2cpp_codegen_object_new(List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73_il2cpp_TypeInfo_var);
NullCheck(L_0);
List_1__ctor_m17F501B5A5C289ECE1B4F3D6EBF05DFA421433F8(L_0, List_1__ctor_m17F501B5A5C289ECE1B4F3D6EBF05DFA421433F8_RuntimeMethod_var);
__this->___successIndeces_20 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___successIndeces_20), (void*)L_0);
// for ( var i = 0; i < outConnections.Count; i++ ) {
V_1 = 0;
goto IL_0048;
}
IL_000f:
{
// var condition = childOptions[i].condition;
List_1_t74610F5EABE3A0AF78272B0C2F85BFEE1A4A05E3* L_1 = __this->___childOptions_19;
int32_t L_2 = V_1;
NullCheck(L_1);
Option_tD286B3F074EB773E35D37ED3CE39A38C1C267FDF* L_3;
L_3 = List_1_get_Item_m7174668DBA1C61865F57AF734C21470FF28C0493(L_1, L_2, List_1_get_Item_m7174668DBA1C61865F57AF734C21470FF28C0493_RuntimeMethod_var);
NullCheck(L_3);
ConditionTask_t518F9B03584F4835F78D6DE297CE36AED500BEE8* L_4 = L_3->___condition_1;
V_2 = L_4;
// if ( condition == null || condition.CheckOnce(finalActor.transform, blackboard) ) {
ConditionTask_t518F9B03584F4835F78D6DE297CE36AED500BEE8* L_5 = V_2;
if (!L_5)
{
goto IL_0038;
}
}
{
ConditionTask_t518F9B03584F4835F78D6DE297CE36AED500BEE8* L_6 = V_2;
RuntimeObject* L_7;
L_7 = DTNode_get_finalActor_m017785271C675DDD69A44CE17C98FCC9399B6BE9(__this, NULL);
NullCheck(L_7);
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_8;
L_8 = InterfaceFuncInvoker0< Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* >::Invoke(5 /* UnityEngine.Transform NodeCanvas.DialogueTrees.IDialogueActor::get_transform() */, IDialogueActor_t54434BB176F4CD4F74D753CE2AF8233033D9F716_il2cpp_TypeInfo_var, L_7);
RuntimeObject* L_9 = ___1_blackboard;
NullCheck(L_6);
bool L_10;
L_10 = ConditionTask_CheckOnce_m282DA24DC4EE7FC6828A1498B964DD8760C56D55(L_6, L_8, L_9, NULL);
if (!L_10)
{
goto IL_0044;
}
}
IL_0038:
{
// successIndeces.Add(i);
List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73* L_11 = __this->___successIndeces_20;
int32_t L_12 = V_1;
NullCheck(L_11);
List_1_Add_m0248A96C5334E9A93E6994B7780478BCD994EA3D_inline(L_11, L_12, List_1_Add_m0248A96C5334E9A93E6994B7780478BCD994EA3D_RuntimeMethod_var);
}
IL_0044:
{
// for ( var i = 0; i < outConnections.Count; i++ ) {
int32_t L_13 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add(L_13, 1));
}
IL_0048:
{
// for ( var i = 0; i < outConnections.Count; i++ ) {
int32_t L_14 = V_1;
List_1_t619EB3258C7F1EBD15A485EA09888BE9FC87AC7E* L_15;
L_15 = Node_get_outConnections_mBD92942B179E5297C07F297E1D0F2F0946A8F7EE_inline(__this, NULL);
NullCheck(L_15);
int32_t L_16;
L_16 = List_1_get_Count_mC96ADDB2914B9FADC03D3A91F7B5B647995A2E5C_inline(L_15, List_1_get_Count_mC96ADDB2914B9FADC03D3A91F7B5B647995A2E5C_RuntimeMethod_var);
if ((((int32_t)L_14) < ((int32_t)L_16)))
{
goto IL_000f;
}
}
{
// var probability = Random.Range(0f, GetTotal());
float L_17;
L_17 = ProbabilitySelector_GetTotal_mB7DFBE3B3AFDEA68689D49F09D5564F83EF4D858(__this, NULL);
float L_18;
L_18 = Random_Range_m5236C99A7D8AE6AC9190592DC66016652A2D2494((0.0f), L_17, NULL);
V_0 = L_18;
// for ( var i = 0; i < outConnections.Count; i++ ) {
V_3 = 0;
goto IL_00bf;
}
IL_006b:
{
// if ( !successIndeces.Contains(i) ) {
List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73* L_19 = __this->___successIndeces_20;
int32_t L_20 = V_3;
NullCheck(L_19);
bool L_21;
L_21 = List_1_Contains_m4FD96E89F15844C90032C7386BAB528817F1FF5B(L_19, L_20, List_1_Contains_m4FD96E89F15844C90032C7386BAB528817F1FF5B_RuntimeMethod_var);
if (!L_21)
{
goto IL_00bb;
}
}
{
// if ( probability > childOptions[i].weight.value ) {
float L_22 = V_0;
List_1_t74610F5EABE3A0AF78272B0C2F85BFEE1A4A05E3* L_23 = __this->___childOptions_19;
int32_t L_24 = V_3;
NullCheck(L_23);
Option_tD286B3F074EB773E35D37ED3CE39A38C1C267FDF* L_25;
L_25 = List_1_get_Item_m7174668DBA1C61865F57AF734C21470FF28C0493(L_23, L_24, List_1_get_Item_m7174668DBA1C61865F57AF734C21470FF28C0493_RuntimeMethod_var);
NullCheck(L_25);
BBParameter_1_tBF43B031C046DDE9CC5360F10411F13194CA4A9F* L_26 = L_25->___weight_0;
NullCheck(L_26);
float L_27;
L_27 = BBParameter_1_get_value_m46BCD0CE6DCB23D77AB3268C4D12A143C9F5C532(L_26, BBParameter_1_get_value_m46BCD0CE6DCB23D77AB3268C4D12A143C9F5C532_RuntimeMethod_var);
if ((!(((float)L_22) > ((float)L_27))))
{
goto IL_00ad;
}
}
{
// probability -= childOptions[i].weight.value;
float L_28 = V_0;
List_1_t74610F5EABE3A0AF78272B0C2F85BFEE1A4A05E3* L_29 = __this->___childOptions_19;
int32_t L_30 = V_3;
NullCheck(L_29);
Option_tD286B3F074EB773E35D37ED3CE39A38C1C267FDF* L_31;
L_31 = List_1_get_Item_m7174668DBA1C61865F57AF734C21470FF28C0493(L_29, L_30, List_1_get_Item_m7174668DBA1C61865F57AF734C21470FF28C0493_RuntimeMethod_var);
NullCheck(L_31);
BBParameter_1_tBF43B031C046DDE9CC5360F10411F13194CA4A9F* L_32 = L_31->___weight_0;
NullCheck(L_32);
float L_33;
L_33 = BBParameter_1_get_value_m46BCD0CE6DCB23D77AB3268C4D12A143C9F5C532(L_32, BBParameter_1_get_value_m46BCD0CE6DCB23D77AB3268C4D12A143C9F5C532_RuntimeMethod_var);
V_0 = ((float)il2cpp_codegen_subtract(L_28, L_33));
// continue;
goto IL_00bb;
}
IL_00ad:
{
// DLGTree.Continue(i);
DialogueTree_t2208AC38C45014AF5E0A41AD1E0DBB299BEB849D* L_34;
L_34 = DTNode_get_DLGTree_m464149DF02ED97A8D0A5A15D2C415BA4477F3BC4(__this, NULL);
int32_t L_35 = V_3;
NullCheck(L_34);
DialogueTree_Continue_m88F21897C1C2E7DFD36D84702B86508E057FAE5A(L_34, L_35, NULL);
// return Status.Success;
return (int32_t)(1);
}
IL_00bb:
{
// for ( var i = 0; i < outConnections.Count; i++ ) {
int32_t L_36 = V_3;
V_3 = ((int32_t)il2cpp_codegen_add(L_36, 1));
}
IL_00bf:
{
// for ( var i = 0; i < outConnections.Count; i++ ) {
int32_t L_37 = V_3;
List_1_t619EB3258C7F1EBD15A485EA09888BE9FC87AC7E* L_38;
L_38 = Node_get_outConnections_mBD92942B179E5297C07F297E1D0F2F0946A8F7EE_inline(__this, NULL);
NullCheck(L_38);
int32_t L_39;
L_39 = List_1_get_Count_mC96ADDB2914B9FADC03D3A91F7B5B647995A2E5C_inline(L_38, List_1_get_Count_mC96ADDB2914B9FADC03D3A91F7B5B647995A2E5C_RuntimeMethod_var);
if ((((int32_t)L_37) < ((int32_t)L_39)))
{
goto IL_006b;
}
}
{
// return Status.Failure;
return (int32_t)(0);
}
}
// System.Single NodeCanvas.DialogueTrees.ProbabilitySelector::GetTotal()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float ProbabilitySelector_GetTotal_mB7DFBE3B3AFDEA68689D49F09D5564F83EF4D858 (ProbabilitySelector_tE2E4F03C896D2B537F39DE0F49BF04733DEEC75E* __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);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Contains_m4FD96E89F15844C90032C7386BAB528817F1FF5B_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_mDE3BABFC070EC24A857111C931A1248E522D843C_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m7174668DBA1C61865F57AF734C21470FF28C0493_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
float V_0 = 0.0f;
int32_t V_1 = 0;
Option_tD286B3F074EB773E35D37ED3CE39A38C1C267FDF* V_2 = NULL;
{
// var total = 0f;
V_0 = (0.0f);
// for ( var i = 0; i < childOptions.Count; i++ ) {
V_1 = 0;
goto IL_003f;
}
IL_000a:
{
// var option = childOptions[i];
List_1_t74610F5EABE3A0AF78272B0C2F85BFEE1A4A05E3* L_0 = __this->___childOptions_19;
int32_t L_1 = V_1;
NullCheck(L_0);
Option_tD286B3F074EB773E35D37ED3CE39A38C1C267FDF* L_2;
L_2 = List_1_get_Item_m7174668DBA1C61865F57AF734C21470FF28C0493(L_0, L_1, List_1_get_Item_m7174668DBA1C61865F57AF734C21470FF28C0493_RuntimeMethod_var);
V_2 = L_2;
// if ( successIndeces == null || successIndeces.Contains(i) ) {
List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73* L_3 = __this->___successIndeces_20;
if (!L_3)
{
goto IL_002d;
}
}
{
List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73* L_4 = __this->___successIndeces_20;
int32_t L_5 = V_1;
NullCheck(L_4);
bool L_6;
L_6 = List_1_Contains_m4FD96E89F15844C90032C7386BAB528817F1FF5B(L_4, L_5, List_1_Contains_m4FD96E89F15844C90032C7386BAB528817F1FF5B_RuntimeMethod_var);
if (!L_6)
{
goto IL_003b;
}
}
IL_002d:
{
// total += option.weight.value;
float L_7 = V_0;
Option_tD286B3F074EB773E35D37ED3CE39A38C1C267FDF* L_8 = V_2;
NullCheck(L_8);
BBParameter_1_tBF43B031C046DDE9CC5360F10411F13194CA4A9F* L_9 = L_8->___weight_0;
NullCheck(L_9);
float L_10;
L_10 = BBParameter_1_get_value_m46BCD0CE6DCB23D77AB3268C4D12A143C9F5C532(L_9, BBParameter_1_get_value_m46BCD0CE6DCB23D77AB3268C4D12A143C9F5C532_RuntimeMethod_var);
V_0 = ((float)il2cpp_codegen_add(L_7, L_10));
}
IL_003b:
{
// for ( var i = 0; i < childOptions.Count; i++ ) {
int32_t L_11 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add(L_11, 1));
}
IL_003f:
{
// for ( var i = 0; i < childOptions.Count; i++ ) {
int32_t L_12 = V_1;
List_1_t74610F5EABE3A0AF78272B0C2F85BFEE1A4A05E3* L_13 = __this->___childOptions_19;
NullCheck(L_13);
int32_t L_14;
L_14 = List_1_get_Count_mDE3BABFC070EC24A857111C931A1248E522D843C_inline(L_13, List_1_get_Count_mDE3BABFC070EC24A857111C931A1248E522D843C_RuntimeMethod_var);
if ((((int32_t)L_12) < ((int32_t)L_14)))
{
goto IL_000a;
}
}
{
// return total;
float L_15 = V_0;
return L_15;
}
}
// System.Void NodeCanvas.DialogueTrees.ProbabilitySelector::OnReset()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ProbabilitySelector_OnReset_mE8C0D2C651E243F7FF98A08DCA434506BC9C487B (ProbabilitySelector_tE2E4F03C896D2B537F39DE0F49BF04733DEEC75E* __this, const RuntimeMethod* method)
{
{
// successIndeces = null;
__this->___successIndeces_20 = (List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73*)NULL;
Il2CppCodeGenWriteBarrier((void**)(&__this->___successIndeces_20), (void*)(List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73*)NULL);
// }
return;
}
}
// System.Void NodeCanvas.DialogueTrees.ProbabilitySelector::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ProbabilitySelector__ctor_m6A806322A0D093AF767C8B742B97CF2F75C74DCC (ProbabilitySelector_tE2E4F03C896D2B537F39DE0F49BF04733DEEC75E* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m9826BA1B05CE11CC54A64014FD2C2F2DBEA888DD_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t74610F5EABE3A0AF78272B0C2F85BFEE1A4A05E3_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// private List<Option> childOptions = new List<Option>();
List_1_t74610F5EABE3A0AF78272B0C2F85BFEE1A4A05E3* L_0 = (List_1_t74610F5EABE3A0AF78272B0C2F85BFEE1A4A05E3*)il2cpp_codegen_object_new(List_1_t74610F5EABE3A0AF78272B0C2F85BFEE1A4A05E3_il2cpp_TypeInfo_var);
NullCheck(L_0);
List_1__ctor_m9826BA1B05CE11CC54A64014FD2C2F2DBEA888DD(L_0, List_1__ctor_m9826BA1B05CE11CC54A64014FD2C2F2DBEA888DD_RuntimeMethod_var);
__this->___childOptions_19 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___childOptions_19), (void*)L_0);
DTNode__ctor_m6A048CAD7844039BE4249B896CAF7C04100642D2(__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 NodeCanvas.DialogueTrees.ProbabilitySelector/Option::.ctor(System.Single,NodeCanvas.Framework.IBlackboard)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Option__ctor_m00463C0B20DAB08908A11CD100035E879825DF05 (Option_tD286B3F074EB773E35D37ED3CE39A38C1C267FDF* __this, float ___0_weightValue, RuntimeObject* ___1_bbValue, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BBParameter_1__ctor_m04564A31023AF3576A5B1A21C8AA9A5EECD273C4_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BBParameter_1_set_value_mDE78D55F479F34597C9D556AB56CD609EA13EA91_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BBParameter_1_tBF43B031C046DDE9CC5360F10411F13194CA4A9F_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// public Option(float weightValue, IBlackboard bbValue) {
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
// weight = new BBParameter<float> { value = weightValue, bb = bbValue };
BBParameter_1_tBF43B031C046DDE9CC5360F10411F13194CA4A9F* L_0 = (BBParameter_1_tBF43B031C046DDE9CC5360F10411F13194CA4A9F*)il2cpp_codegen_object_new(BBParameter_1_tBF43B031C046DDE9CC5360F10411F13194CA4A9F_il2cpp_TypeInfo_var);
NullCheck(L_0);
BBParameter_1__ctor_m04564A31023AF3576A5B1A21C8AA9A5EECD273C4(L_0, BBParameter_1__ctor_m04564A31023AF3576A5B1A21C8AA9A5EECD273C4_RuntimeMethod_var);
BBParameter_1_tBF43B031C046DDE9CC5360F10411F13194CA4A9F* L_1 = L_0;
float L_2 = ___0_weightValue;
NullCheck(L_1);
BBParameter_1_set_value_mDE78D55F479F34597C9D556AB56CD609EA13EA91(L_1, L_2, BBParameter_1_set_value_mDE78D55F479F34597C9D556AB56CD609EA13EA91_RuntimeMethod_var);
BBParameter_1_tBF43B031C046DDE9CC5360F10411F13194CA4A9F* L_3 = L_1;
RuntimeObject* L_4 = ___1_bbValue;
NullCheck(L_3);
BBParameter_set_bb_mC03C5FFA7320CCC721EF5323C21736B2BEE4B423(L_3, L_4, NULL);
__this->___weight_0 = L_3;
Il2CppCodeGenWriteBarrier((void**)(&__this->___weight_0), (void*)L_3);
// condition = null;
__this->___condition_1 = (ConditionTask_t518F9B03584F4835F78D6DE297CE36AED500BEE8*)NULL;
Il2CppCodeGenWriteBarrier((void**)(&__this->___condition_1), (void*)(ConditionTask_t518F9B03584F4835F78D6DE297CE36AED500BEE8*)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 NodeCanvas.DialogueTrees.StatementNode::get_requireActorSelection()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StatementNode_get_requireActorSelection_m7792708CC1141A8A71AB2FA3FE077517EA79BEDA (StatementNode_t227C7427D857CBE8BC5AA5C36BFCB4FBC8497A3A* __this, const RuntimeMethod* method)
{
{
// public override bool requireActorSelection { get { return true; } }
return (bool)1;
}
}
// NodeCanvas.Framework.Status NodeCanvas.DialogueTrees.StatementNode::OnExecute(UnityEngine.Component,NodeCanvas.Framework.IBlackboard)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StatementNode_OnExecute_m7918D68B39E0C007C4BCF5E67C10C0299F4157DC (StatementNode_t227C7427D857CBE8BC5AA5C36BFCB4FBC8497A3A* __this, Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* ___0_agent, RuntimeObject* ___1_bb, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StatementNode_OnStatementFinish_mB2586A6AE63A206F19A97A14915096017FA39E38_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SubtitlesRequestInfo_t41049B0554DE0A09F7EC7B4724FCE29A57DDF059_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
RuntimeObject* V_0 = NULL;
{
// var tempStatement = statement.BlackboardReplace(bb);
Statement_t6757EBA4322D6904926C2F6C6BA3586736638A77* L_0 = __this->___statement_19;
RuntimeObject* L_1 = ___1_bb;
NullCheck(L_0);
RuntimeObject* L_2;
L_2 = Statement_BlackboardReplace_m17FC80DF91329F10D023B9E555A253DC8C4932CD(L_0, L_1, NULL);
V_0 = L_2;
// DialogueTree.RequestSubtitles(new SubtitlesRequestInfo(finalActor, tempStatement, OnStatementFinish));
RuntimeObject* L_3;
L_3 = DTNode_get_finalActor_m017785271C675DDD69A44CE17C98FCC9399B6BE9(__this, NULL);
RuntimeObject* L_4 = V_0;
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_5 = (Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)il2cpp_codegen_object_new(Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var);
NullCheck(L_5);
Action__ctor_mBDC7B0B4A3F583B64C2896F01BDED360772F67DC(L_5, __this, (intptr_t)((void*)StatementNode_OnStatementFinish_mB2586A6AE63A206F19A97A14915096017FA39E38_RuntimeMethod_var), NULL);
SubtitlesRequestInfo_t41049B0554DE0A09F7EC7B4724FCE29A57DDF059* L_6 = (SubtitlesRequestInfo_t41049B0554DE0A09F7EC7B4724FCE29A57DDF059*)il2cpp_codegen_object_new(SubtitlesRequestInfo_t41049B0554DE0A09F7EC7B4724FCE29A57DDF059_il2cpp_TypeInfo_var);
NullCheck(L_6);
SubtitlesRequestInfo__ctor_m0376353AD881A0F428A2D30AD530177BF519D654(L_6, L_3, L_4, L_5, NULL);
DialogueTree_RequestSubtitles_m4F1AF68A84944327EB01E2C4F550324355BD1626(L_6, NULL);
// return Status.Running;
return (int32_t)(2);
}
}
// System.Void NodeCanvas.DialogueTrees.StatementNode::OnStatementFinish()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StatementNode_OnStatementFinish_mB2586A6AE63A206F19A97A14915096017FA39E38 (StatementNode_t227C7427D857CBE8BC5AA5C36BFCB4FBC8497A3A* __this, const RuntimeMethod* method)
{
{
// status = Status.Success;
Node_set_status_m2CEC604858DFD7F181CCCF75AA3D08A7C677F4D7(__this, 1, NULL);
// DLGTree.Continue();
DialogueTree_t2208AC38C45014AF5E0A41AD1E0DBB299BEB849D* L_0;
L_0 = DTNode_get_DLGTree_m464149DF02ED97A8D0A5A15D2C415BA4477F3BC4(__this, NULL);
NullCheck(L_0);
DialogueTree_Continue_m88F21897C1C2E7DFD36D84702B86508E057FAE5A(L_0, 0, NULL);
// }
return;
}
}
// System.Void NodeCanvas.DialogueTrees.StatementNode::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StatementNode__ctor_m056C98B425943F8D91E4EE27D565AB80295372D5 (StatementNode_t227C7427D857CBE8BC5AA5C36BFCB4FBC8497A3A* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Statement_t6757EBA4322D6904926C2F6C6BA3586736638A77_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEE5109A9375BA527D67128C00C9556B89BEDB13E);
s_Il2CppMethodInitialized = true;
}
{
// public Statement statement = new Statement("This is a dialogue text");
Statement_t6757EBA4322D6904926C2F6C6BA3586736638A77* L_0 = (Statement_t6757EBA4322D6904926C2F6C6BA3586736638A77*)il2cpp_codegen_object_new(Statement_t6757EBA4322D6904926C2F6C6BA3586736638A77_il2cpp_TypeInfo_var);
NullCheck(L_0);
Statement__ctor_m3F2AA15569B9ADA388E6579D1C2DFC29BC328EB9(L_0, _stringLiteralEE5109A9375BA527D67128C00C9556B89BEDB13E, NULL);
__this->___statement_19 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___statement_19), (void*)L_0);
DTNode__ctor_m6A048CAD7844039BE4249B896CAF7C04100642D2(__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 NodeCanvas.DialogueTrees.SubDialogueTree::get_maxOutConnections()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SubDialogueTree_get_maxOutConnections_m3CEBDC59954790F3353A6FBD3294189A33AAFD86 (SubDialogueTree_tE9BE9A49B4CCDAD8215F9C011DF69F9E3E5AE735* __this, const RuntimeMethod* method)
{
{
// public override int maxOutConnections { get { return 2; } }
return 2;
}
}
// NodeCanvas.DialogueTrees.DialogueTree NodeCanvas.DialogueTrees.SubDialogueTree::get_subGraph()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DialogueTree_t2208AC38C45014AF5E0A41AD1E0DBB299BEB849D* SubDialogueTree_get_subGraph_mE20BEB8D3B3D7DDF9AA752D39B0A2E57E86E0886 (SubDialogueTree_tE9BE9A49B4CCDAD8215F9C011DF69F9E3E5AE735* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BBParameter_1_get_value_mC61C216BAFCBB6D106EE2CD8DF6E34F96FA3F69E_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
// public override DialogueTree subGraph { get { return _subTree.value; } set { _subTree.value = value; } }
BBParameter_1_t7D2CCDC664C363F46A8F00D1CAE56761A4DC3E60* L_0 = __this->____subTree_22;
NullCheck(L_0);
DialogueTree_t2208AC38C45014AF5E0A41AD1E0DBB299BEB849D* L_1;
L_1 = BBParameter_1_get_value_mC61C216BAFCBB6D106EE2CD8DF6E34F96FA3F69E(L_0, BBParameter_1_get_value_mC61C216BAFCBB6D106EE2CD8DF6E34F96FA3F69E_RuntimeMethod_var);
return L_1;
}
}
// System.Void NodeCanvas.DialogueTrees.SubDialogueTree::set_subGraph(NodeCanvas.DialogueTrees.DialogueTree)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SubDialogueTree_set_subGraph_m0B98F10ACAD420972A387D50388BF4357158E0D9 (SubDialogueTree_tE9BE9A49B4CCDAD8215F9C011DF69F9E3E5AE735* __this, DialogueTree_t2208AC38C45014AF5E0A41AD1E0DBB299BEB849D* ___0_value, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BBParameter_1_set_value_mF06F1FE446A8F4442B481427044BCA707A57E19D_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
// public override DialogueTree subGraph { get { return _subTree.value; } set { _subTree.value = value; } }
BBParameter_1_t7D2CCDC664C363F46A8F00D1CAE56761A4DC3E60* L_0 = __this->____subTree_22;
DialogueTree_t2208AC38C45014AF5E0A41AD1E0DBB299BEB849D* L_1 = ___0_value;
NullCheck(L_0);
BBParameter_1_set_value_mF06F1FE446A8F4442B481427044BCA707A57E19D(L_0, L_1, BBParameter_1_set_value_mF06F1FE446A8F4442B481427044BCA707A57E19D_RuntimeMethod_var);
// public override DialogueTree subGraph { get { return _subTree.value; } set { _subTree.value = value; } }
return;
}
}
// NodeCanvas.Framework.BBParameter NodeCanvas.DialogueTrees.SubDialogueTree::get_subGraphParameter()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BBParameter_tD717AF8560E573DF3DA925034F257F669CDDBA60* SubDialogueTree_get_subGraphParameter_mB2162B452AEF7311498E1A9D479C793DFAC236FC (SubDialogueTree_tE9BE9A49B4CCDAD8215F9C011DF69F9E3E5AE735* __this, const RuntimeMethod* method)
{
{
// public override BBParameter subGraphParameter => _subTree;
BBParameter_1_t7D2CCDC664C363F46A8F00D1CAE56761A4DC3E60* L_0 = __this->____subTree_22;
return L_0;
}
}
// NodeCanvas.Framework.Status NodeCanvas.DialogueTrees.SubDialogueTree::OnExecute(UnityEngine.Component,NodeCanvas.Framework.IBlackboard)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SubDialogueTree_OnExecute_m7D781552C00850B3DBB818CF0A12ABBE5AF2A87A (SubDialogueTree_tE9BE9A49B4CCDAD8215F9C011DF69F9E3E5AE735* __this, Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* ___0_agent, RuntimeObject* ___1_bb, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_1_t10DCB0C07D0D3C565CEACADC80D1152B35A45F6C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DTNodeNested_1_get_currentInstance_mACC87CB963B5964FE0E160D56758733307018F62_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DTNodeNested_1_set_currentInstance_m2DC99E0120F03FA52389D06E9D4715AF664859E7_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DialogueTree_t2208AC38C45014AF5E0A41AD1E0DBB299BEB849D_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IBlackboard_t5DD66755F75CEACCF1D3EC369782E2A07F1102ED_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDialogueActor_t54434BB176F4CD4F74D753CE2AF8233033D9F716_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SubDialogueTree_OnSubDialogueFinish_mD84AA7A87D86E5E1CAFE7E13E7A7A49D38630B83_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral87F46E41D07918E7590035B71FF8A4545B9186D3);
s_Il2CppMethodInitialized = true;
}
DialogueTree_t2208AC38C45014AF5E0A41AD1E0DBB299BEB849D* G_B4_0 = NULL;
DialogueTree_t2208AC38C45014AF5E0A41AD1E0DBB299BEB849D* G_B3_0 = NULL;
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* G_B5_0 = NULL;
DialogueTree_t2208AC38C45014AF5E0A41AD1E0DBB299BEB849D* G_B5_1 = NULL;
{
// if ( subGraph == null ) {
DialogueTree_t2208AC38C45014AF5E0A41AD1E0DBB299BEB849D* L_0;
L_0 = VirtualFuncInvoker0< DialogueTree_t2208AC38C45014AF5E0A41AD1E0DBB299BEB849D* >::Invoke(54 /* T NodeCanvas.DialogueTrees.DTNodeNested`1<NodeCanvas.DialogueTrees.DialogueTree>::get_subGraph() */, __this);
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_001a;
}
}
{
// return Error("No Sub Dialogue Tree assigned!");
int32_t L_2;
L_2 = Node_Error_mCB8D0BBA83891016AEDBA42BBC8130B493C94F94(__this, _stringLiteral87F46E41D07918E7590035B71FF8A4545B9186D3, NULL);
return L_2;
}
IL_001a:
{
// currentInstance = (DialogueTree)this.CheckInstance();
Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* L_3;
L_3 = IGraphAssignableExtensions_CheckInstance_m34C506975F1C52E85EBDD249F70CE6255F60D261(__this, NULL);
DTNodeNested_1_set_currentInstance_m2DC99E0120F03FA52389D06E9D4715AF664859E7_inline(__this, ((DialogueTree_t2208AC38C45014AF5E0A41AD1E0DBB299BEB849D*)CastclassClass((RuntimeObject*)L_3, DialogueTree_t2208AC38C45014AF5E0A41AD1E0DBB299BEB849D_il2cpp_TypeInfo_var)), DTNodeNested_1_set_currentInstance_m2DC99E0120F03FA52389D06E9D4715AF664859E7_RuntimeMethod_var);
// this.TryWriteAndBindMappedVariables();
IGraphAssignableExtensions_TryWriteAndBindMappedVariables_m043692D64E9C795AB22FE9CB34DF324F3311FAA0(__this, NULL);
// TryWriteMappedActorParameters();
SubDialogueTree_TryWriteMappedActorParameters_mCF66C9AD59317064D7D41EF64D2E0597B0720A2B(__this, NULL);
// currentInstance.StartGraph(finalActor is Component ? (Component)finalActor : finalActor.transform, bb.parent, Graph.UpdateMode.Manual, OnSubDialogueFinish);
DialogueTree_t2208AC38C45014AF5E0A41AD1E0DBB299BEB849D* L_4;
L_4 = DTNodeNested_1_get_currentInstance_mACC87CB963B5964FE0E160D56758733307018F62_inline(__this, DTNodeNested_1_get_currentInstance_mACC87CB963B5964FE0E160D56758733307018F62_RuntimeMethod_var);
RuntimeObject* L_5;
L_5 = DTNode_get_finalActor_m017785271C675DDD69A44CE17C98FCC9399B6BE9(__this, NULL);
G_B3_0 = L_4;
if (((Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3*)IsInstClass((RuntimeObject*)L_5, Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3_il2cpp_TypeInfo_var)))
{
G_B4_0 = L_4;
goto IL_0057;
}
}
{
RuntimeObject* L_6;
L_6 = DTNode_get_finalActor_m017785271C675DDD69A44CE17C98FCC9399B6BE9(__this, NULL);
NullCheck(L_6);
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_7;
L_7 = InterfaceFuncInvoker0< Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* >::Invoke(5 /* UnityEngine.Transform NodeCanvas.DialogueTrees.IDialogueActor::get_transform() */, IDialogueActor_t54434BB176F4CD4F74D753CE2AF8233033D9F716_il2cpp_TypeInfo_var, L_6);
G_B5_0 = L_7;
G_B5_1 = G_B3_0;
goto IL_0062;
}
IL_0057:
{
RuntimeObject* L_8;
L_8 = DTNode_get_finalActor_m017785271C675DDD69A44CE17C98FCC9399B6BE9(__this, NULL);
G_B5_0 = ((Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1*)(((Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3*)CastclassClass((RuntimeObject*)L_8, Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3_il2cpp_TypeInfo_var))));
G_B5_1 = G_B4_0;
}
IL_0062:
{
RuntimeObject* L_9 = ___1_bb;
NullCheck(L_9);
RuntimeObject* L_10;
L_10 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(5 /* NodeCanvas.Framework.IBlackboard NodeCanvas.Framework.IBlackboard::get_parent() */, IBlackboard_t5DD66755F75CEACCF1D3EC369782E2A07F1102ED_il2cpp_TypeInfo_var, L_9);
Action_1_t10DCB0C07D0D3C565CEACADC80D1152B35A45F6C* L_11 = (Action_1_t10DCB0C07D0D3C565CEACADC80D1152B35A45F6C*)il2cpp_codegen_object_new(Action_1_t10DCB0C07D0D3C565CEACADC80D1152B35A45F6C_il2cpp_TypeInfo_var);
NullCheck(L_11);
Action_1__ctor_mA8C3AC97D1F076EA5D1D0C10CEE6BD3E94711501(L_11, __this, (intptr_t)((void*)SubDialogueTree_OnSubDialogueFinish_mD84AA7A87D86E5E1CAFE7E13E7A7A49D38630B83_RuntimeMethod_var), NULL);
NullCheck(G_B5_1);
Graph_StartGraph_mB8DA3D5BD87B7B1D66B097F8AC803BC3F91F4231(G_B5_1, G_B5_0, L_10, 3, L_11, NULL);
// return Status.Running;
return (int32_t)(2);
}
}
// System.Void NodeCanvas.DialogueTrees.SubDialogueTree::OnSubDialogueFinish(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SubDialogueTree_OnSubDialogueFinish_mD84AA7A87D86E5E1CAFE7E13E7A7A49D38630B83 (SubDialogueTree_tE9BE9A49B4CCDAD8215F9C011DF69F9E3E5AE735* __this, bool ___0_success, const RuntimeMethod* method)
{
SubDialogueTree_tE9BE9A49B4CCDAD8215F9C011DF69F9E3E5AE735* G_B2_0 = NULL;
SubDialogueTree_tE9BE9A49B4CCDAD8215F9C011DF69F9E3E5AE735* G_B1_0 = NULL;
int32_t G_B3_0 = 0;
SubDialogueTree_tE9BE9A49B4CCDAD8215F9C011DF69F9E3E5AE735* G_B3_1 = NULL;
DialogueTree_t2208AC38C45014AF5E0A41AD1E0DBB299BEB849D* G_B5_0 = NULL;
DialogueTree_t2208AC38C45014AF5E0A41AD1E0DBB299BEB849D* G_B4_0 = NULL;
int32_t G_B6_0 = 0;
DialogueTree_t2208AC38C45014AF5E0A41AD1E0DBB299BEB849D* G_B6_1 = NULL;
{
// this.TryReadAndUnbindMappedVariables();
IGraphAssignableExtensions_TryReadAndUnbindMappedVariables_m3F11676FA50F6A5E38E8962ACF0B050C4AE2E9C6(__this, NULL);
// status = success ? Status.Success : Status.Failure;
bool L_0 = ___0_success;
G_B1_0 = __this;
if (L_0)
{
G_B2_0 = __this;
goto IL_000d;
}
}
{
G_B3_0 = 0;
G_B3_1 = G_B1_0;
goto IL_000e;
}
IL_000d:
{
G_B3_0 = 1;
G_B3_1 = G_B2_0;
}
IL_000e:
{
NullCheck(G_B3_1);
Node_set_status_m2CEC604858DFD7F181CCCF75AA3D08A7C677F4D7(G_B3_1, G_B3_0, NULL);
// DLGTree.Continue(success ? 0 : 1);
DialogueTree_t2208AC38C45014AF5E0A41AD1E0DBB299BEB849D* L_1;
L_1 = DTNode_get_DLGTree_m464149DF02ED97A8D0A5A15D2C415BA4477F3BC4(__this, NULL);
bool L_2 = ___0_success;
G_B4_0 = L_1;
if (L_2)
{
G_B5_0 = L_1;
goto IL_001f;
}
}
{
G_B6_0 = 1;
G_B6_1 = G_B4_0;
goto IL_0020;
}
IL_001f:
{
G_B6_0 = 0;
G_B6_1 = G_B5_0;
}
IL_0020:
{
NullCheck(G_B6_1);
DialogueTree_Continue_m88F21897C1C2E7DFD36D84702B86508E057FAE5A(G_B6_1, G_B6_0, NULL);
// }
return;
}
}
// System.Void NodeCanvas.DialogueTrees.SubDialogueTree::NodeCanvas.Framework.IUpdatable.Update()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SubDialogueTree_NodeCanvas_Framework_IUpdatable_Update_m49A48C5BC5B6D0F80AFE9BAFCA9537DE5B6D8E51 (SubDialogueTree_tE9BE9A49B4CCDAD8215F9C011DF69F9E3E5AE735* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DTNodeNested_1_get_currentInstance_mACC87CB963B5964FE0E160D56758733307018F62_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// if ( currentInstance != null && status == Status.Running ) {
DialogueTree_t2208AC38C45014AF5E0A41AD1E0DBB299BEB849D* L_0;
L_0 = DTNodeNested_1_get_currentInstance_mACC87CB963B5964FE0E160D56758733307018F62_inline(__this, DTNodeNested_1_get_currentInstance_mACC87CB963B5964FE0E160D56758733307018F62_RuntimeMethod_var);
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_002d;
}
}
{
int32_t L_2;
L_2 = Node_get_status_m2FBF938FF2AA2979E7DC66B8F6AD3AD272FCB04B_inline(__this, NULL);
if ((!(((uint32_t)L_2) == ((uint32_t)2))))
{
goto IL_002d;
}
}
{
// currentInstance.UpdateGraph(this.graph.deltaTime);
DialogueTree_t2208AC38C45014AF5E0A41AD1E0DBB299BEB849D* L_3;
L_3 = DTNodeNested_1_get_currentInstance_mACC87CB963B5964FE0E160D56758733307018F62_inline(__this, DTNodeNested_1_get_currentInstance_mACC87CB963B5964FE0E160D56758733307018F62_RuntimeMethod_var);
Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* L_4;
L_4 = Node_get_graph_mB21F59A8B53310BF25DE6085397701DB23CC3A08_inline(__this, NULL);
NullCheck(L_4);
float L_5;
L_5 = Graph_get_deltaTime_mE54EE3C1B054C11AF60C7F4785F96DFF6BC3B6FC_inline(L_4, NULL);
NullCheck(L_3);
Graph_UpdateGraph_m8CE1931B8D3276FE54102A8BA479FDECF366AAF7(L_3, L_5, NULL);
}
IL_002d:
{
// }
return;
}
}
// System.Void NodeCanvas.DialogueTrees.SubDialogueTree::TryWriteMappedActorParameters()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SubDialogueTree_TryWriteMappedActorParameters_mCF66C9AD59317064D7D41EF64D2E0597B0720A2B (SubDialogueTree_tE9BE9A49B4CCDAD8215F9C011DF69F9E3E5AE735* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DTNodeNested_1_get_currentInstance_mACC87CB963B5964FE0E160D56758733307018F62_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_GetEnumerator_m46EC45F42CA2279D83568CD3F216AAABA8E749F6_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m068DDFF5CAFBB15C8A0602DEADA7F10C5BB7ADCD_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_mA93491D9B55547D066053F3BC0A69C635F877438_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m49070E88C2E34AB46E6292A3FB1C227576B8506E_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyValuePair_2_get_Key_m654BCCAE2F20CB11D8E8C2D2C886A0C8A13EB1C4_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyValuePair_2_get_Value_m7345512A32CB4DCAA0643050B18DC8DCD71B927A_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
Enumerator_t173E7BE1F35CA448C7E0EE77345C9E0EC0206562 V_0;
memset((&V_0), 0, sizeof(V_0));
KeyValuePair_2_t47AB280304B50F542FD7E14F25DB2C374AEDD80A V_1;
memset((&V_1), 0, sizeof(V_1));
ActorParameter_t745744DE212B4E613AA3951A71B2338C23F06070* V_2 = NULL;
ActorParameter_t745744DE212B4E613AA3951A71B2338C23F06070* V_3 = NULL;
{
// if ( _actorParametersMap == null ) { return; }
Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_0 = __this->____actorParametersMap_23;
if (L_0)
{
goto IL_0009;
}
}
{
// if ( _actorParametersMap == null ) { return; }
return;
}
IL_0009:
{
// foreach ( var pair in _actorParametersMap ) {
Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_1 = __this->____actorParametersMap_23;
NullCheck(L_1);
Enumerator_t173E7BE1F35CA448C7E0EE77345C9E0EC0206562 L_2;
L_2 = Dictionary_2_GetEnumerator_m46EC45F42CA2279D83568CD3F216AAABA8E749F6(L_1, Dictionary_2_GetEnumerator_m46EC45F42CA2279D83568CD3F216AAABA8E749F6_RuntimeMethod_var);
V_0 = L_2;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_006d:
{// begin finally (depth: 1)
Enumerator_Dispose_m068DDFF5CAFBB15C8A0602DEADA7F10C5BB7ADCD((&V_0), Enumerator_Dispose_m068DDFF5CAFBB15C8A0602DEADA7F10C5BB7ADCD_RuntimeMethod_var);
return;
}// end finally (depth: 1)
});
try
{// begin try (depth: 1)
{
goto IL_0062_1;
}
IL_0017_1:
{
// foreach ( var pair in _actorParametersMap ) {
KeyValuePair_2_t47AB280304B50F542FD7E14F25DB2C374AEDD80A L_3;
L_3 = Enumerator_get_Current_m49070E88C2E34AB46E6292A3FB1C227576B8506E_inline((&V_0), Enumerator_get_Current_m49070E88C2E34AB46E6292A3FB1C227576B8506E_RuntimeMethod_var);
V_1 = L_3;
// var targetParam = currentInstance.GetParameterByID(pair.Key);
DialogueTree_t2208AC38C45014AF5E0A41AD1E0DBB299BEB849D* L_4;
L_4 = DTNodeNested_1_get_currentInstance_mACC87CB963B5964FE0E160D56758733307018F62_inline(__this, DTNodeNested_1_get_currentInstance_mACC87CB963B5964FE0E160D56758733307018F62_RuntimeMethod_var);
String_t* L_5;
L_5 = KeyValuePair_2_get_Key_m654BCCAE2F20CB11D8E8C2D2C886A0C8A13EB1C4_inline((&V_1), KeyValuePair_2_get_Key_m654BCCAE2F20CB11D8E8C2D2C886A0C8A13EB1C4_RuntimeMethod_var);
NullCheck(L_4);
ActorParameter_t745744DE212B4E613AA3951A71B2338C23F06070* L_6;
L_6 = DialogueTree_GetParameterByID_m14ACD7ED019585D8A1FB1429D6459E1E2FB63F5E(L_4, L_5, NULL);
V_2 = L_6;
// var sourceParam = this.DLGTree.GetParameterByID(pair.Value);
DialogueTree_t2208AC38C45014AF5E0A41AD1E0DBB299BEB849D* L_7;
L_7 = DTNode_get_DLGTree_m464149DF02ED97A8D0A5A15D2C415BA4477F3BC4(__this, NULL);
String_t* L_8;
L_8 = KeyValuePair_2_get_Value_m7345512A32CB4DCAA0643050B18DC8DCD71B927A_inline((&V_1), KeyValuePair_2_get_Value_m7345512A32CB4DCAA0643050B18DC8DCD71B927A_RuntimeMethod_var);
NullCheck(L_7);
ActorParameter_t745744DE212B4E613AA3951A71B2338C23F06070* L_9;
L_9 = DialogueTree_GetParameterByID_m14ACD7ED019585D8A1FB1429D6459E1E2FB63F5E(L_7, L_8, NULL);
V_3 = L_9;
// if ( targetParam != null && sourceParam != null ) {
ActorParameter_t745744DE212B4E613AA3951A71B2338C23F06070* L_10 = V_2;
if (!L_10)
{
goto IL_0062_1;
}
}
{
ActorParameter_t745744DE212B4E613AA3951A71B2338C23F06070* L_11 = V_3;
if (!L_11)
{
goto IL_0062_1;
}
}
{
// currentInstance.SetActorReference(targetParam.name, sourceParam.actor);
DialogueTree_t2208AC38C45014AF5E0A41AD1E0DBB299BEB849D* L_12;
L_12 = DTNodeNested_1_get_currentInstance_mACC87CB963B5964FE0E160D56758733307018F62_inline(__this, DTNodeNested_1_get_currentInstance_mACC87CB963B5964FE0E160D56758733307018F62_RuntimeMethod_var);
ActorParameter_t745744DE212B4E613AA3951A71B2338C23F06070* L_13 = V_2;
NullCheck(L_13);
String_t* L_14;
L_14 = ActorParameter_get_name_m0E7B0682A7BFBD0764E7B252CC5CBEFC07664CD4_inline(L_13, NULL);
ActorParameter_t745744DE212B4E613AA3951A71B2338C23F06070* L_15 = V_3;
NullCheck(L_15);
RuntimeObject* L_16;
L_16 = ActorParameter_get_actor_m1CD8EEED18DE14E7902B53227D665E2A3CF8D030(L_15, NULL);
NullCheck(L_12);
DialogueTree_SetActorReference_mEE344905DDAF018470960856A3B015E0B76E4E76(L_12, L_14, L_16, NULL);
}
IL_0062_1:
{
// foreach ( var pair in _actorParametersMap ) {
bool L_17;
L_17 = Enumerator_MoveNext_mA93491D9B55547D066053F3BC0A69C635F877438((&V_0), Enumerator_MoveNext_mA93491D9B55547D066053F3BC0A69C635F877438_RuntimeMethod_var);
if (L_17)
{
goto IL_0017_1;
}
}
{
goto IL_007b;
}
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_007b:
{
// }
return;
}
}
// System.Void NodeCanvas.DialogueTrees.SubDialogueTree::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SubDialogueTree__ctor_mD7CE94639ED8CF69F5EF9FD151A4D2B9520BE6A2 (SubDialogueTree_tE9BE9A49B4CCDAD8215F9C011DF69F9E3E5AE735* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DTNodeNested_1__ctor_m039BF2AEAAEFC0705A1F713083BD064009CA05F5_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
DTNodeNested_1__ctor_m039BF2AEAAEFC0705A1F713083BD064009CA05F5(__this, DTNodeNested_1__ctor_m039BF2AEAAEFC0705A1F713083BD064009CA05F5_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.Int32 NodeCanvas.DialogueTrees.GoToNode::get_maxOutConnections()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GoToNode_get_maxOutConnections_m5B589F9EC047562481D3D626AE6330C412C2B4CD (GoToNode_tD0781B46196A2DDDBC64F627015B7C4F618C9387* __this, const RuntimeMethod* method)
{
{
// public override int maxOutConnections { get { return 0; } }
return 0;
}
}
// System.Boolean NodeCanvas.DialogueTrees.GoToNode::get_requireActorSelection()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GoToNode_get_requireActorSelection_mBF63AC702F7BBE4BFCEAD3D52627B8DDA31C896E (GoToNode_tD0781B46196A2DDDBC64F627015B7C4F618C9387* __this, const RuntimeMethod* method)
{
{
// public override bool requireActorSelection { get { return false; } }
return (bool)0;
}
}
// NodeCanvas.Framework.Status NodeCanvas.DialogueTrees.GoToNode::OnExecute(UnityEngine.Component,NodeCanvas.Framework.IBlackboard)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GoToNode_OnExecute_m248B71B47CA240D69DB6C94228934F8835D0710E (GoToNode_tD0781B46196A2DDDBC64F627015B7C4F618C9387* __this, Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* ___0_agent, RuntimeObject* ___1_bb, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC79D5CBB49175264E233FC6298B1BE5F6EB75276);
s_Il2CppMethodInitialized = true;
}
{
// if ( _targetNode == null ) {
DTNode_tCB3ACB579829AE4DEE9F51B25EC31AA96A070FCB* L_0 = __this->____targetNode_19;
if (L_0)
{
goto IL_0014;
}
}
{
// return Error("Target node of GOTO node is null");
int32_t L_1;
L_1 = Node_Error_mCB8D0BBA83891016AEDBA42BBC8130B493C94F94(__this, _stringLiteralC79D5CBB49175264E233FC6298B1BE5F6EB75276, NULL);
return L_1;
}
IL_0014:
{
// DLGTree.EnterNode(_targetNode);
DialogueTree_t2208AC38C45014AF5E0A41AD1E0DBB299BEB849D* L_2;
L_2 = DTNode_get_DLGTree_m464149DF02ED97A8D0A5A15D2C415BA4477F3BC4(__this, NULL);
DTNode_tCB3ACB579829AE4DEE9F51B25EC31AA96A070FCB* L_3 = __this->____targetNode_19;
NullCheck(L_2);
DialogueTree_EnterNode_m732BAD9942FB8C5B4250339BE577F24002780964(L_2, L_3, NULL);
// return Status.Success;
return (int32_t)(1);
}
}
// System.Void NodeCanvas.DialogueTrees.GoToNode::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GoToNode__ctor_mD76B0EFD6E4099A5E8CA021BDEB95AC5DAFC03ED (GoToNode_tD0781B46196A2DDDBC64F627015B7C4F618C9387* __this, const RuntimeMethod* method)
{
{
DTNode__ctor_m6A048CAD7844039BE4249B896CAF7C04100642D2(__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.AudioSource NodeCanvas.DialogueTrees.UI.Examples.DialogueUGUI::get_localSource()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AudioSource_t871AC2272F896738252F04EE949AEF5B241D3299* DialogueUGUI_get_localSource_m7A015C5D81AD68ADCF5B6E3388F74A40865A6C8F (DialogueUGUI_t4C6218B4429FE06BE4FC8D201E691AA65A548A2F* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_AddComponent_TisAudioSource_t871AC2272F896738252F04EE949AEF5B241D3299_m0E8EFDB9B3D8DF1ADE10C56D3168A9C1BA19BF14_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
AudioSource_t871AC2272F896738252F04EE949AEF5B241D3299* V_0 = NULL;
{
// get { return _localSource != null ? _localSource : _localSource = gameObject.AddComponent<AudioSource>(); }
AudioSource_t871AC2272F896738252F04EE949AEF5B241D3299* L_0 = __this->____localSource_19;
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_0023;
}
}
{
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_2;
L_2 = Component_get_gameObject_m57AEFBB14DB39EC476F740BA000E170355DE691B(__this, NULL);
NullCheck(L_2);
AudioSource_t871AC2272F896738252F04EE949AEF5B241D3299* L_3;
L_3 = GameObject_AddComponent_TisAudioSource_t871AC2272F896738252F04EE949AEF5B241D3299_m0E8EFDB9B3D8DF1ADE10C56D3168A9C1BA19BF14(L_2, GameObject_AddComponent_TisAudioSource_t871AC2272F896738252F04EE949AEF5B241D3299_m0E8EFDB9B3D8DF1ADE10C56D3168A9C1BA19BF14_RuntimeMethod_var);
AudioSource_t871AC2272F896738252F04EE949AEF5B241D3299* L_4 = L_3;
V_0 = L_4;
__this->____localSource_19 = L_4;
Il2CppCodeGenWriteBarrier((void**)(&__this->____localSource_19), (void*)L_4);
AudioSource_t871AC2272F896738252F04EE949AEF5B241D3299* L_5 = V_0;
return L_5;
}
IL_0023:
{
AudioSource_t871AC2272F896738252F04EE949AEF5B241D3299* L_6 = __this->____localSource_19;
return L_6;
}
}
// System.Void NodeCanvas.DialogueTrees.UI.Examples.DialogueUGUI::Awake()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DialogueUGUI_Awake_m78427A4761300B217816078DB3C285D56C07F188 (DialogueUGUI_t4C6218B4429FE06BE4FC8D201E691AA65A548A2F* __this, const RuntimeMethod* method)
{
{
// void Awake() { Subscribe(); Hide(); }
DialogueUGUI_Subscribe_mE5798BE60CEE88F59558E1A875287A688FEBEA7D(__this, NULL);
// void Awake() { Subscribe(); Hide(); }
DialogueUGUI_Hide_mDDFD628DA16FC64E1F7F89B65739FB5C255EDDE0(__this, NULL);
// void Awake() { Subscribe(); Hide(); }
return;
}
}
// System.Void NodeCanvas.DialogueTrees.UI.Examples.DialogueUGUI::OnEnable()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DialogueUGUI_OnEnable_m237394306000AD603E8A3FA5A86C9796541918CC (DialogueUGUI_t4C6218B4429FE06BE4FC8D201E691AA65A548A2F* __this, const RuntimeMethod* method)
{
{
// void OnEnable() { UnSubscribe(); Subscribe(); }
DialogueUGUI_UnSubscribe_mD0253A0EEE9ABA2A4652B16DEB98BE0B6A62BDCD(__this, NULL);
// void OnEnable() { UnSubscribe(); Subscribe(); }
DialogueUGUI_Subscribe_mE5798BE60CEE88F59558E1A875287A688FEBEA7D(__this, NULL);
// void OnEnable() { UnSubscribe(); Subscribe(); }
return;
}
}
// System.Void NodeCanvas.DialogueTrees.UI.Examples.DialogueUGUI::OnDisable()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DialogueUGUI_OnDisable_m078A2D56CEFA85FC1FD99C0F3D9D797DF7BEC78F (DialogueUGUI_t4C6218B4429FE06BE4FC8D201E691AA65A548A2F* __this, const RuntimeMethod* method)
{
{
// void OnDisable() { UnSubscribe(); }
DialogueUGUI_UnSubscribe_mD0253A0EEE9ABA2A4652B16DEB98BE0B6A62BDCD(__this, NULL);
// void OnDisable() { UnSubscribe(); }
return;
}
}
// System.Void NodeCanvas.DialogueTrees.UI.Examples.DialogueUGUI::Subscribe()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DialogueUGUI_Subscribe_mE5798BE60CEE88F59558E1A875287A688FEBEA7D (DialogueUGUI_t4C6218B4429FE06BE4FC8D201E691AA65A548A2F* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_1_t36856BC818471D0E8BAAFBDC88DB4073A1CC9029_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_1_t38E648476E4C11187C38181270AB6CC6F85B513C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_1_t557315032B63D5326A1C491BEAC87A170078C76D_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DialogueUGUI_OnDialogueFinished_mD15D533E8709922A6861307D95FCD705722B03AF_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DialogueUGUI_OnDialoguePaused_m43C43BC75C6C1BA6EB0A9CDEEE3ECA204CEAEBFD_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DialogueUGUI_OnDialogueStarted_m7CB4BC0B139D1494C113B9B80627664ECE9DA645_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DialogueUGUI_OnMultipleChoiceRequest_m9B7A8B55960477FE8922DD262561B76E0E11C2F2_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DialogueUGUI_OnSubtitlesRequest_m54F7CE2F45B7FD001A851FF68E7E19120EA95F9B_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
// DialogueTree.OnDialogueStarted += OnDialogueStarted;
Action_1_t557315032B63D5326A1C491BEAC87A170078C76D* L_0 = (Action_1_t557315032B63D5326A1C491BEAC87A170078C76D*)il2cpp_codegen_object_new(Action_1_t557315032B63D5326A1C491BEAC87A170078C76D_il2cpp_TypeInfo_var);
NullCheck(L_0);
Action_1__ctor_mB0A31AFF7728F61E4193A93EB9EE0D03F9B7EF39(L_0, __this, (intptr_t)((void*)DialogueUGUI_OnDialogueStarted_m7CB4BC0B139D1494C113B9B80627664ECE9DA645_RuntimeMethod_var), NULL);
DialogueTree_add_OnDialogueStarted_m5C3D6650FA343A092018DD060C3F431E5312A847(L_0, NULL);
// DialogueTree.OnDialoguePaused += OnDialoguePaused;
Action_1_t557315032B63D5326A1C491BEAC87A170078C76D* L_1 = (Action_1_t557315032B63D5326A1C491BEAC87A170078C76D*)il2cpp_codegen_object_new(Action_1_t557315032B63D5326A1C491BEAC87A170078C76D_il2cpp_TypeInfo_var);
NullCheck(L_1);
Action_1__ctor_mB0A31AFF7728F61E4193A93EB9EE0D03F9B7EF39(L_1, __this, (intptr_t)((void*)DialogueUGUI_OnDialoguePaused_m43C43BC75C6C1BA6EB0A9CDEEE3ECA204CEAEBFD_RuntimeMethod_var), NULL);
DialogueTree_add_OnDialoguePaused_m9A3C7AB6194CB6F5DFFE9532C7CA41282F2974A7(L_1, NULL);
// DialogueTree.OnDialogueFinished += OnDialogueFinished;
Action_1_t557315032B63D5326A1C491BEAC87A170078C76D* L_2 = (Action_1_t557315032B63D5326A1C491BEAC87A170078C76D*)il2cpp_codegen_object_new(Action_1_t557315032B63D5326A1C491BEAC87A170078C76D_il2cpp_TypeInfo_var);
NullCheck(L_2);
Action_1__ctor_mB0A31AFF7728F61E4193A93EB9EE0D03F9B7EF39(L_2, __this, (intptr_t)((void*)DialogueUGUI_OnDialogueFinished_mD15D533E8709922A6861307D95FCD705722B03AF_RuntimeMethod_var), NULL);
DialogueTree_add_OnDialogueFinished_mCCF3F597AD85F335B87D12CD032268B2CC128F69(L_2, NULL);
// DialogueTree.OnSubtitlesRequest += OnSubtitlesRequest;
Action_1_t38E648476E4C11187C38181270AB6CC6F85B513C* L_3 = (Action_1_t38E648476E4C11187C38181270AB6CC6F85B513C*)il2cpp_codegen_object_new(Action_1_t38E648476E4C11187C38181270AB6CC6F85B513C_il2cpp_TypeInfo_var);
NullCheck(L_3);
Action_1__ctor_m419B0765BD9E3FFE5E5762978D18332AD8B193ED(L_3, __this, (intptr_t)((void*)DialogueUGUI_OnSubtitlesRequest_m54F7CE2F45B7FD001A851FF68E7E19120EA95F9B_RuntimeMethod_var), NULL);
DialogueTree_add_OnSubtitlesRequest_m5970B3779B69D91B010FFB15B61074EA675A3711(L_3, NULL);
// DialogueTree.OnMultipleChoiceRequest += OnMultipleChoiceRequest;
Action_1_t36856BC818471D0E8BAAFBDC88DB4073A1CC9029* L_4 = (Action_1_t36856BC818471D0E8BAAFBDC88DB4073A1CC9029*)il2cpp_codegen_object_new(Action_1_t36856BC818471D0E8BAAFBDC88DB4073A1CC9029_il2cpp_TypeInfo_var);
NullCheck(L_4);
Action_1__ctor_m37545648421A9113FCE52FDBD5B93672B4E3654E(L_4, __this, (intptr_t)((void*)DialogueUGUI_OnMultipleChoiceRequest_m9B7A8B55960477FE8922DD262561B76E0E11C2F2_RuntimeMethod_var), NULL);
DialogueTree_add_OnMultipleChoiceRequest_mE0D7BB0DF8B6F8DF0AD1E62F637F340209B40F5A(L_4, NULL);
// }
return;
}
}
// System.Void NodeCanvas.DialogueTrees.UI.Examples.DialogueUGUI::UnSubscribe()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DialogueUGUI_UnSubscribe_mD0253A0EEE9ABA2A4652B16DEB98BE0B6A62BDCD (DialogueUGUI_t4C6218B4429FE06BE4FC8D201E691AA65A548A2F* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_1_t36856BC818471D0E8BAAFBDC88DB4073A1CC9029_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_1_t38E648476E4C11187C38181270AB6CC6F85B513C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_1_t557315032B63D5326A1C491BEAC87A170078C76D_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DialogueUGUI_OnDialogueFinished_mD15D533E8709922A6861307D95FCD705722B03AF_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DialogueUGUI_OnDialoguePaused_m43C43BC75C6C1BA6EB0A9CDEEE3ECA204CEAEBFD_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DialogueUGUI_OnDialogueStarted_m7CB4BC0B139D1494C113B9B80627664ECE9DA645_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DialogueUGUI_OnMultipleChoiceRequest_m9B7A8B55960477FE8922DD262561B76E0E11C2F2_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DialogueUGUI_OnSubtitlesRequest_m54F7CE2F45B7FD001A851FF68E7E19120EA95F9B_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
// DialogueTree.OnDialogueStarted -= OnDialogueStarted;
Action_1_t557315032B63D5326A1C491BEAC87A170078C76D* L_0 = (Action_1_t557315032B63D5326A1C491BEAC87A170078C76D*)il2cpp_codegen_object_new(Action_1_t557315032B63D5326A1C491BEAC87A170078C76D_il2cpp_TypeInfo_var);
NullCheck(L_0);
Action_1__ctor_mB0A31AFF7728F61E4193A93EB9EE0D03F9B7EF39(L_0, __this, (intptr_t)((void*)DialogueUGUI_OnDialogueStarted_m7CB4BC0B139D1494C113B9B80627664ECE9DA645_RuntimeMethod_var), NULL);
DialogueTree_remove_OnDialogueStarted_m1F0F74B8772885DB3B6CE360862439355E5D5E9C(L_0, NULL);
// DialogueTree.OnDialoguePaused -= OnDialoguePaused;
Action_1_t557315032B63D5326A1C491BEAC87A170078C76D* L_1 = (Action_1_t557315032B63D5326A1C491BEAC87A170078C76D*)il2cpp_codegen_object_new(Action_1_t557315032B63D5326A1C491BEAC87A170078C76D_il2cpp_TypeInfo_var);
NullCheck(L_1);
Action_1__ctor_mB0A31AFF7728F61E4193A93EB9EE0D03F9B7EF39(L_1, __this, (intptr_t)((void*)DialogueUGUI_OnDialoguePaused_m43C43BC75C6C1BA6EB0A9CDEEE3ECA204CEAEBFD_RuntimeMethod_var), NULL);
DialogueTree_remove_OnDialoguePaused_mA541B9ADEDBCDDC304EAAA8C5D6BE4CB148DF176(L_1, NULL);
// DialogueTree.OnDialogueFinished -= OnDialogueFinished;
Action_1_t557315032B63D5326A1C491BEAC87A170078C76D* L_2 = (Action_1_t557315032B63D5326A1C491BEAC87A170078C76D*)il2cpp_codegen_object_new(Action_1_t557315032B63D5326A1C491BEAC87A170078C76D_il2cpp_TypeInfo_var);
NullCheck(L_2);
Action_1__ctor_mB0A31AFF7728F61E4193A93EB9EE0D03F9B7EF39(L_2, __this, (intptr_t)((void*)DialogueUGUI_OnDialogueFinished_mD15D533E8709922A6861307D95FCD705722B03AF_RuntimeMethod_var), NULL);
DialogueTree_remove_OnDialogueFinished_mC87699E00BDBD496847032B98DD87C7370CB080E(L_2, NULL);
// DialogueTree.OnSubtitlesRequest -= OnSubtitlesRequest;
Action_1_t38E648476E4C11187C38181270AB6CC6F85B513C* L_3 = (Action_1_t38E648476E4C11187C38181270AB6CC6F85B513C*)il2cpp_codegen_object_new(Action_1_t38E648476E4C11187C38181270AB6CC6F85B513C_il2cpp_TypeInfo_var);
NullCheck(L_3);
Action_1__ctor_m419B0765BD9E3FFE5E5762978D18332AD8B193ED(L_3, __this, (intptr_t)((void*)DialogueUGUI_OnSubtitlesRequest_m54F7CE2F45B7FD001A851FF68E7E19120EA95F9B_RuntimeMethod_var), NULL);
DialogueTree_remove_OnSubtitlesRequest_mBF9931B16BB5A5F9211AFC82F54CCC980DDF3071(L_3, NULL);
// DialogueTree.OnMultipleChoiceRequest -= OnMultipleChoiceRequest;
Action_1_t36856BC818471D0E8BAAFBDC88DB4073A1CC9029* L_4 = (Action_1_t36856BC818471D0E8BAAFBDC88DB4073A1CC9029*)il2cpp_codegen_object_new(Action_1_t36856BC818471D0E8BAAFBDC88DB4073A1CC9029_il2cpp_TypeInfo_var);
NullCheck(L_4);
Action_1__ctor_m37545648421A9113FCE52FDBD5B93672B4E3654E(L_4, __this, (intptr_t)((void*)DialogueUGUI_OnMultipleChoiceRequest_m9B7A8B55960477FE8922DD262561B76E0E11C2F2_RuntimeMethod_var), NULL);
DialogueTree_remove_OnMultipleChoiceRequest_m703D54323AB12EF809929F2B486B37CB5EBE1F23(L_4, NULL);
// }
return;
}
}
// System.Void NodeCanvas.DialogueTrees.UI.Examples.DialogueUGUI::Hide()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DialogueUGUI_Hide_mDDFD628DA16FC64E1F7F89B65739FB5C255EDDE0 (DialogueUGUI_t4C6218B4429FE06BE4FC8D201E691AA65A548A2F* __this, const RuntimeMethod* method)
{
{
// subtitlesGroup.gameObject.SetActive(false);
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_0 = __this->___subtitlesGroup_6;
NullCheck(L_0);
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_1;
L_1 = Component_get_gameObject_m57AEFBB14DB39EC476F740BA000E170355DE691B(L_0, NULL);
NullCheck(L_1);
GameObject_SetActive_m638E92E1E75E519E5B24CF150B08CA8E0CDFAB92(L_1, (bool)0, NULL);
// optionsGroup.gameObject.SetActive(false);
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_2 = __this->___optionsGroup_14;
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);
// optionButton.gameObject.SetActive(false);
Button_t6786514A57F7AFDEE5431112FEA0CAB24F5AE098* L_4 = __this->___optionButton_15;
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);
// waitInputIndicator.gameObject.SetActive(false);
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_6 = __this->___waitInputIndicator_10;
NullCheck(L_6);
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_7;
L_7 = Component_get_gameObject_m57AEFBB14DB39EC476F740BA000E170355DE691B(L_6, NULL);
NullCheck(L_7);
GameObject_SetActive_m638E92E1E75E519E5B24CF150B08CA8E0CDFAB92(L_7, (bool)0, NULL);
// originalSubsPosition = subtitlesGroup.transform.position;
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_8 = __this->___subtitlesGroup_6;
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_position_m69CD5FA214FDAE7BB701552943674846C220FDE1(L_9, NULL);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_11;
L_11 = Vector2_op_Implicit_mE8EBEE9291F11BB02F062D6E000F4798968CBD96_inline(L_10, NULL);
__this->___originalSubsPosition_17 = L_11;
// }
return;
}
}
// System.Void NodeCanvas.DialogueTrees.UI.Examples.DialogueUGUI::OnDialogueStarted(NodeCanvas.DialogueTrees.DialogueTree)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DialogueUGUI_OnDialogueStarted_m7CB4BC0B139D1494C113B9B80627664ECE9DA645 (DialogueUGUI_t4C6218B4429FE06BE4FC8D201E691AA65A548A2F* __this, DialogueTree_t2208AC38C45014AF5E0A41AD1E0DBB299BEB849D* ___0_dlg, const RuntimeMethod* method)
{
{
// }
return;
}
}
// System.Void NodeCanvas.DialogueTrees.UI.Examples.DialogueUGUI::OnDialoguePaused(NodeCanvas.DialogueTrees.DialogueTree)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DialogueUGUI_OnDialoguePaused_m43C43BC75C6C1BA6EB0A9CDEEE3ECA204CEAEBFD (DialogueUGUI_t4C6218B4429FE06BE4FC8D201E691AA65A548A2F* __this, DialogueTree_t2208AC38C45014AF5E0A41AD1E0DBB299BEB849D* ___0_dlg, 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;
}
{
// subtitlesGroup.gameObject.SetActive(false);
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_0 = __this->___subtitlesGroup_6;
NullCheck(L_0);
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_1;
L_1 = Component_get_gameObject_m57AEFBB14DB39EC476F740BA000E170355DE691B(L_0, NULL);
NullCheck(L_1);
GameObject_SetActive_m638E92E1E75E519E5B24CF150B08CA8E0CDFAB92(L_1, (bool)0, NULL);
// optionsGroup.gameObject.SetActive(false);
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_2 = __this->___optionsGroup_14;
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);
// StopAllCoroutines();
MonoBehaviour_StopAllCoroutines_m872033451D42013A99867D09337490017E9ED318(__this, NULL);
// if ( playSource != null ) playSource.Stop();
AudioSource_t871AC2272F896738252F04EE949AEF5B241D3299* L_4 = __this->___playSource_13;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_5;
L_5 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_4, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
if (!L_5)
{
goto IL_0041;
}
}
{
// if ( playSource != null ) playSource.Stop();
AudioSource_t871AC2272F896738252F04EE949AEF5B241D3299* L_6 = __this->___playSource_13;
NullCheck(L_6);
AudioSource_Stop_m318F17F17A147C77FF6E0A5A7A6BE057DB90F537(L_6, NULL);
}
IL_0041:
{
// }
return;
}
}
// System.Void NodeCanvas.DialogueTrees.UI.Examples.DialogueUGUI::OnDialogueFinished(NodeCanvas.DialogueTrees.DialogueTree)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DialogueUGUI_OnDialogueFinished_mD15D533E8709922A6861307D95FCD705722B03AF (DialogueUGUI_t4C6218B4429FE06BE4FC8D201E691AA65A548A2F* __this, DialogueTree_t2208AC38C45014AF5E0A41AD1E0DBB299BEB849D* ___0_dlg, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_get_Keys_m2A138DE72EA72B2DE088BC33D6E86B1C15719DBB_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m3A4FFF37EA7EE4FC26006E75647CC65B0E1B4115_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_mE2E2FF9AEB1E877BD94E26A94CDD0E4AE474660A_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_mE9822515FFDC83D3F78B9BFCBE4B1E4E5A01D7C9_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyCollection_GetEnumerator_m5BF572FC18562E9D0622335A8B4C5A6F9CCF17A8_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
Enumerator_t7469DEDB667B9F0D0331B914393E07A721E5DCF3 V_0;
memset((&V_0), 0, sizeof(V_0));
Button_t6786514A57F7AFDEE5431112FEA0CAB24F5AE098* V_1 = NULL;
{
// subtitlesGroup.gameObject.SetActive(false);
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_0 = __this->___subtitlesGroup_6;
NullCheck(L_0);
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_1;
L_1 = Component_get_gameObject_m57AEFBB14DB39EC476F740BA000E170355DE691B(L_0, NULL);
NullCheck(L_1);
GameObject_SetActive_m638E92E1E75E519E5B24CF150B08CA8E0CDFAB92(L_1, (bool)0, NULL);
// optionsGroup.gameObject.SetActive(false);
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_2 = __this->___optionsGroup_14;
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);
// if ( cachedButtons != null ) {
Dictionary_2_t7859C6FFE6937629581727659DC7F88C3161A03C* L_4 = __this->___cachedButtons_16;
if (!L_4)
{
goto IL_0079;
}
}
{
// foreach ( var tempBtn in cachedButtons.Keys ) {
Dictionary_2_t7859C6FFE6937629581727659DC7F88C3161A03C* L_5 = __this->___cachedButtons_16;
NullCheck(L_5);
KeyCollection_t0AB782D331BEBA13EEC6CF4E133259BC153B7BEF* L_6;
L_6 = Dictionary_2_get_Keys_m2A138DE72EA72B2DE088BC33D6E86B1C15719DBB(L_5, Dictionary_2_get_Keys_m2A138DE72EA72B2DE088BC33D6E86B1C15719DBB_RuntimeMethod_var);
NullCheck(L_6);
Enumerator_t7469DEDB667B9F0D0331B914393E07A721E5DCF3 L_7;
L_7 = KeyCollection_GetEnumerator_m5BF572FC18562E9D0622335A8B4C5A6F9CCF17A8(L_6, KeyCollection_GetEnumerator_m5BF572FC18562E9D0622335A8B4C5A6F9CCF17A8_RuntimeMethod_var);
V_0 = L_7;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_0064:
{// begin finally (depth: 1)
Enumerator_Dispose_m3A4FFF37EA7EE4FC26006E75647CC65B0E1B4115((&V_0), Enumerator_Dispose_m3A4FFF37EA7EE4FC26006E75647CC65B0E1B4115_RuntimeMethod_var);
return;
}// end finally (depth: 1)
});
try
{// begin try (depth: 1)
{
goto IL_0059_1;
}
IL_003d_1:
{
// foreach ( var tempBtn in cachedButtons.Keys ) {
Button_t6786514A57F7AFDEE5431112FEA0CAB24F5AE098* L_8;
L_8 = Enumerator_get_Current_mE9822515FFDC83D3F78B9BFCBE4B1E4E5A01D7C9_inline((&V_0), Enumerator_get_Current_mE9822515FFDC83D3F78B9BFCBE4B1E4E5A01D7C9_RuntimeMethod_var);
V_1 = L_8;
// if ( tempBtn != null ) {
Button_t6786514A57F7AFDEE5431112FEA0CAB24F5AE098* L_9 = V_1;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_10;
L_10 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_9, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
if (!L_10)
{
goto IL_0059_1;
}
}
{
// Destroy(tempBtn.gameObject);
Button_t6786514A57F7AFDEE5431112FEA0CAB24F5AE098* L_11 = V_1;
NullCheck(L_11);
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_12;
L_12 = Component_get_gameObject_m57AEFBB14DB39EC476F740BA000E170355DE691B(L_11, NULL);
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
Object_Destroy_mE97D0A766419A81296E8D4E5C23D01D3FE91ACBB(L_12, NULL);
}
IL_0059_1:
{
// foreach ( var tempBtn in cachedButtons.Keys ) {
bool L_13;
L_13 = Enumerator_MoveNext_mE2E2FF9AEB1E877BD94E26A94CDD0E4AE474660A((&V_0), Enumerator_MoveNext_mE2E2FF9AEB1E877BD94E26A94CDD0E4AE474660A_RuntimeMethod_var);
if (L_13)
{
goto IL_003d_1;
}
}
{
goto IL_0072;
}
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_0072:
{
// cachedButtons = null;
__this->___cachedButtons_16 = (Dictionary_2_t7859C6FFE6937629581727659DC7F88C3161A03C*)NULL;
Il2CppCodeGenWriteBarrier((void**)(&__this->___cachedButtons_16), (void*)(Dictionary_2_t7859C6FFE6937629581727659DC7F88C3161A03C*)NULL);
}
IL_0079:
{
// StopAllCoroutines();
MonoBehaviour_StopAllCoroutines_m872033451D42013A99867D09337490017E9ED318(__this, NULL);
// if ( playSource != null ) playSource.Stop();
AudioSource_t871AC2272F896738252F04EE949AEF5B241D3299* L_14 = __this->___playSource_13;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_15;
L_15 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_14, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
if (!L_15)
{
goto IL_0098;
}
}
{
// if ( playSource != null ) playSource.Stop();
AudioSource_t871AC2272F896738252F04EE949AEF5B241D3299* L_16 = __this->___playSource_13;
NullCheck(L_16);
AudioSource_Stop_m318F17F17A147C77FF6E0A5A7A6BE057DB90F537(L_16, NULL);
}
IL_0098:
{
// }
return;
}
}
// System.Void NodeCanvas.DialogueTrees.UI.Examples.DialogueUGUI::OnSubtitlesRequest(NodeCanvas.DialogueTrees.SubtitlesRequestInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DialogueUGUI_OnSubtitlesRequest_m54F7CE2F45B7FD001A851FF68E7E19120EA95F9B (DialogueUGUI_t4C6218B4429FE06BE4FC8D201E691AA65A548A2F* __this, SubtitlesRequestInfo_t41049B0554DE0A09F7EC7B4724FCE29A57DDF059* ___0_info, const RuntimeMethod* method)
{
{
// StartCoroutine(Internal_OnSubtitlesRequestInfo(info));
SubtitlesRequestInfo_t41049B0554DE0A09F7EC7B4724FCE29A57DDF059* L_0 = ___0_info;
RuntimeObject* L_1;
L_1 = DialogueUGUI_Internal_OnSubtitlesRequestInfo_mD294022D7FBD7C6CC668A2C2E14B0C27F647C58C(__this, L_0, NULL);
Coroutine_t85EA685566A254C23F3FD77AB5BDFFFF8799596B* L_2;
L_2 = MonoBehaviour_StartCoroutine_m4CAFF732AA28CD3BDC5363B44A863575530EC812(__this, L_1, NULL);
// }
return;
}
}
// System.Collections.IEnumerator NodeCanvas.DialogueTrees.UI.Examples.DialogueUGUI::Internal_OnSubtitlesRequestInfo(NodeCanvas.DialogueTrees.SubtitlesRequestInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DialogueUGUI_Internal_OnSubtitlesRequestInfo_mD294022D7FBD7C6CC668A2C2E14B0C27F647C58C (DialogueUGUI_t4C6218B4429FE06BE4FC8D201E691AA65A548A2F* __this, SubtitlesRequestInfo_t41049B0554DE0A09F7EC7B4724FCE29A57DDF059* ___0_info, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CInternal_OnSubtitlesRequestInfoU3Ed__29_t7EF5E40D4011CEE1497015C86867A8CB940FDAA2_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
U3CInternal_OnSubtitlesRequestInfoU3Ed__29_t7EF5E40D4011CEE1497015C86867A8CB940FDAA2* L_0 = (U3CInternal_OnSubtitlesRequestInfoU3Ed__29_t7EF5E40D4011CEE1497015C86867A8CB940FDAA2*)il2cpp_codegen_object_new(U3CInternal_OnSubtitlesRequestInfoU3Ed__29_t7EF5E40D4011CEE1497015C86867A8CB940FDAA2_il2cpp_TypeInfo_var);
NullCheck(L_0);
U3CInternal_OnSubtitlesRequestInfoU3Ed__29__ctor_m54019100F6FB13FBD1A9AD24E0DA165CB4CD7B70(L_0, 0, NULL);
U3CInternal_OnSubtitlesRequestInfoU3Ed__29_t7EF5E40D4011CEE1497015C86867A8CB940FDAA2* L_1 = L_0;
NullCheck(L_1);
L_1->___U3CU3E4__this_3 = __this;
Il2CppCodeGenWriteBarrier((void**)(&L_1->___U3CU3E4__this_3), (void*)__this);
U3CInternal_OnSubtitlesRequestInfoU3Ed__29_t7EF5E40D4011CEE1497015C86867A8CB940FDAA2* L_2 = L_1;
SubtitlesRequestInfo_t41049B0554DE0A09F7EC7B4724FCE29A57DDF059* L_3 = ___0_info;
NullCheck(L_2);
L_2->___info_2 = L_3;
Il2CppCodeGenWriteBarrier((void**)(&L_2->___info_2), (void*)L_3);
return L_2;
}
}
// System.Void NodeCanvas.DialogueTrees.UI.Examples.DialogueUGUI::PlayTypeSound()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DialogueUGUI_PlayTypeSound_mC17536F306684616D03E252D95DC37D72F0F4E4A (DialogueUGUI_t4C6218B4429FE06BE4FC8D201E691AA65A548A2F* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_mD6AEFC7D3D92928AFB598DEEC68561D8A621CB8F_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_mCCE271ACC0B0DF33B9B7D509E4BE078661DECF53_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
AudioClip_t5D272C4EB4F2D3ED49F1C346DEA373CF6D585F20* V_0 = NULL;
{
// if ( typingSounds.Count > 0 ) {
List_1_t33C1B21871505CF0516B63C148CD83EDA452BB5F* L_0 = __this->___typingSounds_12;
NullCheck(L_0);
int32_t L_1;
L_1 = List_1_get_Count_mD6AEFC7D3D92928AFB598DEEC68561D8A621CB8F_inline(L_0, List_1_get_Count_mD6AEFC7D3D92928AFB598DEEC68561D8A621CB8F_RuntimeMethod_var);
if ((((int32_t)L_1) <= ((int32_t)0)))
{
goto IL_004f;
}
}
{
// var sound = typingSounds[Random.Range(0, typingSounds.Count)];
List_1_t33C1B21871505CF0516B63C148CD83EDA452BB5F* L_2 = __this->___typingSounds_12;
List_1_t33C1B21871505CF0516B63C148CD83EDA452BB5F* L_3 = __this->___typingSounds_12;
NullCheck(L_3);
int32_t L_4;
L_4 = List_1_get_Count_mD6AEFC7D3D92928AFB598DEEC68561D8A621CB8F_inline(L_3, List_1_get_Count_mD6AEFC7D3D92928AFB598DEEC68561D8A621CB8F_RuntimeMethod_var);
int32_t L_5;
L_5 = Random_Range_m6763D9767F033357F88B6637F048F4ACA4123B68(0, L_4, NULL);
NullCheck(L_2);
AudioClip_t5D272C4EB4F2D3ED49F1C346DEA373CF6D585F20* L_6;
L_6 = List_1_get_Item_mCCE271ACC0B0DF33B9B7D509E4BE078661DECF53(L_2, L_5, List_1_get_Item_mCCE271ACC0B0DF33B9B7D509E4BE078661DECF53_RuntimeMethod_var);
V_0 = L_6;
// if ( sound != null ) {
AudioClip_t5D272C4EB4F2D3ED49F1C346DEA373CF6D585F20* L_7 = V_0;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_8;
L_8 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_7, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
if (!L_8)
{
goto IL_004f;
}
}
{
// localSource.PlayOneShot(sound, Random.Range(0.6f, 1f));
AudioSource_t871AC2272F896738252F04EE949AEF5B241D3299* L_9;
L_9 = DialogueUGUI_get_localSource_m7A015C5D81AD68ADCF5B6E3388F74A40865A6C8F(__this, NULL);
AudioClip_t5D272C4EB4F2D3ED49F1C346DEA373CF6D585F20* L_10 = V_0;
float L_11;
L_11 = Random_Range_m5236C99A7D8AE6AC9190592DC66016652A2D2494((0.600000024f), (1.0f), NULL);
NullCheck(L_9);
AudioSource_PlayOneShot_mF6FE95C58996B38EF6E7F7482F95F5E15E0AB30B(L_9, L_10, L_11, NULL);
}
IL_004f:
{
// }
return;
}
}
// System.Collections.IEnumerator NodeCanvas.DialogueTrees.UI.Examples.DialogueUGUI::CheckInput(System.Action)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DialogueUGUI_CheckInput_m11A8295CF5A86A79C03CECC33EA76F60410FEBC6 (DialogueUGUI_t4C6218B4429FE06BE4FC8D201E691AA65A548A2F* __this, Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___0_Do, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CCheckInputU3Ed__31_tB4E587FFFEFD91E0F2CE0DC4AFE9607C26CBA63A_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
U3CCheckInputU3Ed__31_tB4E587FFFEFD91E0F2CE0DC4AFE9607C26CBA63A* L_0 = (U3CCheckInputU3Ed__31_tB4E587FFFEFD91E0F2CE0DC4AFE9607C26CBA63A*)il2cpp_codegen_object_new(U3CCheckInputU3Ed__31_tB4E587FFFEFD91E0F2CE0DC4AFE9607C26CBA63A_il2cpp_TypeInfo_var);
NullCheck(L_0);
U3CCheckInputU3Ed__31__ctor_m95B00092C8C526F2262DB0EAA4A0E67EA75A1960(L_0, 0, NULL);
U3CCheckInputU3Ed__31_tB4E587FFFEFD91E0F2CE0DC4AFE9607C26CBA63A* L_1 = L_0;
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_2 = ___0_Do;
NullCheck(L_1);
L_1->___Do_2 = L_2;
Il2CppCodeGenWriteBarrier((void**)(&L_1->___Do_2), (void*)L_2);
return L_1;
}
}
// System.Collections.IEnumerator NodeCanvas.DialogueTrees.UI.Examples.DialogueUGUI::DelayPrint(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DialogueUGUI_DelayPrint_m543A6895782878643D180A60422CB5D9ED6DCFE9 (DialogueUGUI_t4C6218B4429FE06BE4FC8D201E691AA65A548A2F* __this, float ___0_time, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CDelayPrintU3Ed__32_tB6B4CD55BB9F5836C38CFF9AC6D69BB4EC439AF9_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
U3CDelayPrintU3Ed__32_tB6B4CD55BB9F5836C38CFF9AC6D69BB4EC439AF9* L_0 = (U3CDelayPrintU3Ed__32_tB6B4CD55BB9F5836C38CFF9AC6D69BB4EC439AF9*)il2cpp_codegen_object_new(U3CDelayPrintU3Ed__32_tB6B4CD55BB9F5836C38CFF9AC6D69BB4EC439AF9_il2cpp_TypeInfo_var);
NullCheck(L_0);
U3CDelayPrintU3Ed__32__ctor_m52FB4EBAD23F32CEF16176C932BD292FF975AAA2(L_0, 0, NULL);
U3CDelayPrintU3Ed__32_tB6B4CD55BB9F5836C38CFF9AC6D69BB4EC439AF9* L_1 = L_0;
float L_2 = ___0_time;
NullCheck(L_1);
L_1->___time_2 = L_2;
return L_1;
}
}
// System.Void NodeCanvas.DialogueTrees.UI.Examples.DialogueUGUI::OnMultipleChoiceRequest(NodeCanvas.DialogueTrees.MultipleChoiceRequestInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DialogueUGUI_OnMultipleChoiceRequest_m9B7A8B55960477FE8922DD262561B76E0E11C2F2 (DialogueUGUI_t4C6218B4429FE06BE4FC8D201E691AA65A548A2F* __this, MultipleChoiceRequestInfo_t6345C3417C50A129FF51D0A36971E188D06B4180* ___0_info, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponentInChildren_TisText_tD60B2346DAA6666BF0D822FF607F0B220C2B9E62_m1D5533D50D961602AC2CD364E03388FFE2985259_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisRectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5_m0640480E7E38BB88B0D1F6AD59E697C8EE6AAFA4_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Add_mEF034895175177D2F179DC3B934BACF5BFE433C1_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_GetEnumerator_m75A3923AD9ADA682812104CBD7E0171E142DED70_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_mFCECED34908DCEEA0315D7D85A742A8D088032DD_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_get_Values_m0C3BEC7A93858671ACB020962DE8DEF30FDC61CA_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_t7859C6FFE6937629581727659DC7F88C3161A03C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m979D64605A4E2CC88BB57A04BC680FC4207EF9FD_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_m415020727A784CA5D84E2273D562F67906F36803_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m42239CD7DA9D99742251CBADF6ED200B70BB3ECC_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IStatement_t772C8318C23730E016BAAA8AD4357576D2DC0F54_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyValuePair_2_get_Key_m12814E6441E974C6451F839D9FD4648A055584B5_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyValuePair_2_get_Value_mEC062270702259246675B222238FBA57753E6FB3_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_Instantiate_TisButton_t6786514A57F7AFDEE5431112FEA0CAB24F5AE098_m6699524C00C6758053CF86F067C28FC28669B016_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass33_0_tAA84FC0D1AC93BBBE8AF1EF59B36F4AC18742D67_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass33_1_U3COnMultipleChoiceRequestU3Eb__0_m946E86A73F08BCD344868425BD31A9B548C36E18_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass33_1_t1CD9B0D9930DC89E4F5443CBC6FEDCC998AE937C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnityAction_t11A1F3B953B365C072A5DCC32677EE1796A962A7_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ValueCollection_get_Count_mA844B21C9FE14D42A6B051896FB2D87E69C43F0C_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
U3CU3Ec__DisplayClass33_0_tAA84FC0D1AC93BBBE8AF1EF59B36F4AC18742D67* V_0 = NULL;
float V_1 = 0.0f;
int32_t V_2 = 0;
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D V_3;
memset((&V_3), 0, sizeof(V_3));
Enumerator_t72F4B81C6FDB4900EA048A2FF4B6CBE1ED949B86 V_4;
memset((&V_4), 0, sizeof(V_4));
KeyValuePair_2_tAB74FD390C54C58DC84D7481D237FD528560C6CF V_5;
memset((&V_5), 0, sizeof(V_5));
U3CU3Ec__DisplayClass33_1_t1CD9B0D9930DC89E4F5443CBC6FEDCC998AE937C* V_6 = NULL;
float V_7 = 0.0f;
{
U3CU3Ec__DisplayClass33_0_tAA84FC0D1AC93BBBE8AF1EF59B36F4AC18742D67* L_0 = (U3CU3Ec__DisplayClass33_0_tAA84FC0D1AC93BBBE8AF1EF59B36F4AC18742D67*)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass33_0_tAA84FC0D1AC93BBBE8AF1EF59B36F4AC18742D67_il2cpp_TypeInfo_var);
NullCheck(L_0);
U3CU3Ec__DisplayClass33_0__ctor_m388DF5052061935F9463DBB4FB5FD88B1DF3EEDD(L_0, NULL);
V_0 = L_0;
U3CU3Ec__DisplayClass33_0_tAA84FC0D1AC93BBBE8AF1EF59B36F4AC18742D67* L_1 = V_0;
NullCheck(L_1);
L_1->___U3CU3E4__this_0 = __this;
Il2CppCodeGenWriteBarrier((void**)(&L_1->___U3CU3E4__this_0), (void*)__this);
U3CU3Ec__DisplayClass33_0_tAA84FC0D1AC93BBBE8AF1EF59B36F4AC18742D67* L_2 = V_0;
MultipleChoiceRequestInfo_t6345C3417C50A129FF51D0A36971E188D06B4180* L_3 = ___0_info;
NullCheck(L_2);
L_2->___info_1 = L_3;
Il2CppCodeGenWriteBarrier((void**)(&L_2->___info_1), (void*)L_3);
// optionsGroup.gameObject.SetActive(true);
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_4 = __this->___optionsGroup_14;
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)1, NULL);
// var buttonHeight = optionButton.GetComponent<RectTransform>().rect.height;
Button_t6786514A57F7AFDEE5431112FEA0CAB24F5AE098* L_6 = __this->___optionButton_15;
NullCheck(L_6);
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_7;
L_7 = Component_GetComponent_TisRectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5_m0640480E7E38BB88B0D1F6AD59E697C8EE6AAFA4(L_6, Component_GetComponent_TisRectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5_m0640480E7E38BB88B0D1F6AD59E697C8EE6AAFA4_RuntimeMethod_var);
NullCheck(L_7);
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_8;
L_8 = RectTransform_get_rect_mC82A60F8C3805ED9833508CCC233689641207488(L_7, NULL);
V_3 = L_8;
float L_9;
L_9 = Rect_get_height_mE1AA6C6C725CCD2D317BD2157396D3CF7D47C9D8((&V_3), NULL);
V_1 = L_9;
// optionsGroup.sizeDelta = new Vector2(optionsGroup.sizeDelta.x, ( info.options.Values.Count * buttonHeight ) + 20);
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_10 = __this->___optionsGroup_14;
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_11 = __this->___optionsGroup_14;
NullCheck(L_11);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_12;
L_12 = RectTransform_get_sizeDelta_m822A8493F2035677384F1540A2E9E5ACE63010BB(L_11, NULL);
float L_13 = L_12.___x_0;
U3CU3Ec__DisplayClass33_0_tAA84FC0D1AC93BBBE8AF1EF59B36F4AC18742D67* L_14 = V_0;
NullCheck(L_14);
MultipleChoiceRequestInfo_t6345C3417C50A129FF51D0A36971E188D06B4180* L_15 = L_14->___info_1;
NullCheck(L_15);
Dictionary_2_t9C903FF799FD3813218B3B666A8C845E79808B92* L_16 = L_15->___options_1;
NullCheck(L_16);
ValueCollection_tF704C0D4A5547177303BA626A4DB7AAE5B0439EE* L_17;
L_17 = Dictionary_2_get_Values_m0C3BEC7A93858671ACB020962DE8DEF30FDC61CA(L_16, Dictionary_2_get_Values_m0C3BEC7A93858671ACB020962DE8DEF30FDC61CA_RuntimeMethod_var);
NullCheck(L_17);
int32_t L_18;
L_18 = ValueCollection_get_Count_mA844B21C9FE14D42A6B051896FB2D87E69C43F0C(L_17, ValueCollection_get_Count_mA844B21C9FE14D42A6B051896FB2D87E69C43F0C_RuntimeMethod_var);
float L_19 = V_1;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_20;
memset((&L_20), 0, sizeof(L_20));
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_20), L_13, ((float)il2cpp_codegen_add(((float)il2cpp_codegen_multiply(((float)L_18), L_19)), (20.0f))), /*hidden argument*/NULL);
NullCheck(L_10);
RectTransform_set_sizeDelta_mC9A980EA6036E6725EF24CEDF3EE80A9B2B50EE5(L_10, L_20, NULL);
// cachedButtons = new Dictionary<Button, int>();
Dictionary_2_t7859C6FFE6937629581727659DC7F88C3161A03C* L_21 = (Dictionary_2_t7859C6FFE6937629581727659DC7F88C3161A03C*)il2cpp_codegen_object_new(Dictionary_2_t7859C6FFE6937629581727659DC7F88C3161A03C_il2cpp_TypeInfo_var);
NullCheck(L_21);
Dictionary_2__ctor_mFCECED34908DCEEA0315D7D85A742A8D088032DD(L_21, Dictionary_2__ctor_mFCECED34908DCEEA0315D7D85A742A8D088032DD_RuntimeMethod_var);
__this->___cachedButtons_16 = L_21;
Il2CppCodeGenWriteBarrier((void**)(&__this->___cachedButtons_16), (void*)L_21);
// int i = 0;
V_2 = 0;
// foreach ( KeyValuePair<IStatement, int> pair in info.options ) {
U3CU3Ec__DisplayClass33_0_tAA84FC0D1AC93BBBE8AF1EF59B36F4AC18742D67* L_22 = V_0;
NullCheck(L_22);
MultipleChoiceRequestInfo_t6345C3417C50A129FF51D0A36971E188D06B4180* L_23 = L_22->___info_1;
NullCheck(L_23);
Dictionary_2_t9C903FF799FD3813218B3B666A8C845E79808B92* L_24 = L_23->___options_1;
NullCheck(L_24);
Enumerator_t72F4B81C6FDB4900EA048A2FF4B6CBE1ED949B86 L_25;
L_25 = Dictionary_2_GetEnumerator_m75A3923AD9ADA682812104CBD7E0171E142DED70(L_24, Dictionary_2_GetEnumerator_m75A3923AD9ADA682812104CBD7E0171E142DED70_RuntimeMethod_var);
V_4 = L_25;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_0198:
{// begin finally (depth: 1)
Enumerator_Dispose_m979D64605A4E2CC88BB57A04BC680FC4207EF9FD((&V_4), Enumerator_Dispose_m979D64605A4E2CC88BB57A04BC680FC4207EF9FD_RuntimeMethod_var);
return;
}// end finally (depth: 1)
});
try
{// begin try (depth: 1)
{
goto IL_018a_1;
}
IL_00a0_1:
{
// foreach ( KeyValuePair<IStatement, int> pair in info.options ) {
KeyValuePair_2_tAB74FD390C54C58DC84D7481D237FD528560C6CF L_26;
L_26 = Enumerator_get_Current_m42239CD7DA9D99742251CBADF6ED200B70BB3ECC_inline((&V_4), Enumerator_get_Current_m42239CD7DA9D99742251CBADF6ED200B70BB3ECC_RuntimeMethod_var);
V_5 = L_26;
U3CU3Ec__DisplayClass33_1_t1CD9B0D9930DC89E4F5443CBC6FEDCC998AE937C* L_27 = (U3CU3Ec__DisplayClass33_1_t1CD9B0D9930DC89E4F5443CBC6FEDCC998AE937C*)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass33_1_t1CD9B0D9930DC89E4F5443CBC6FEDCC998AE937C_il2cpp_TypeInfo_var);
NullCheck(L_27);
U3CU3Ec__DisplayClass33_1__ctor_m7B27ECE544415ED2B282295BCED5600E14A043E1(L_27, NULL);
V_6 = L_27;
U3CU3Ec__DisplayClass33_1_t1CD9B0D9930DC89E4F5443CBC6FEDCC998AE937C* L_28 = V_6;
U3CU3Ec__DisplayClass33_0_tAA84FC0D1AC93BBBE8AF1EF59B36F4AC18742D67* L_29 = V_0;
NullCheck(L_28);
L_28->___CSU24U3CU3E8__locals1_1 = L_29;
Il2CppCodeGenWriteBarrier((void**)(&L_28->___CSU24U3CU3E8__locals1_1), (void*)L_29);
// var btn = (Button)Instantiate(optionButton);
U3CU3Ec__DisplayClass33_1_t1CD9B0D9930DC89E4F5443CBC6FEDCC998AE937C* L_30 = V_6;
Button_t6786514A57F7AFDEE5431112FEA0CAB24F5AE098* L_31 = __this->___optionButton_15;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
Button_t6786514A57F7AFDEE5431112FEA0CAB24F5AE098* L_32;
L_32 = Object_Instantiate_TisButton_t6786514A57F7AFDEE5431112FEA0CAB24F5AE098_m6699524C00C6758053CF86F067C28FC28669B016(L_31, Object_Instantiate_TisButton_t6786514A57F7AFDEE5431112FEA0CAB24F5AE098_m6699524C00C6758053CF86F067C28FC28669B016_RuntimeMethod_var);
NullCheck(L_30);
L_30->___btn_0 = L_32;
Il2CppCodeGenWriteBarrier((void**)(&L_30->___btn_0), (void*)L_32);
// btn.gameObject.SetActive(true);
U3CU3Ec__DisplayClass33_1_t1CD9B0D9930DC89E4F5443CBC6FEDCC998AE937C* L_33 = V_6;
NullCheck(L_33);
Button_t6786514A57F7AFDEE5431112FEA0CAB24F5AE098* L_34 = L_33->___btn_0;
NullCheck(L_34);
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_35;
L_35 = Component_get_gameObject_m57AEFBB14DB39EC476F740BA000E170355DE691B(L_34, NULL);
NullCheck(L_35);
GameObject_SetActive_m638E92E1E75E519E5B24CF150B08CA8E0CDFAB92(L_35, (bool)1, NULL);
// btn.transform.SetParent(optionsGroup.transform, false);
U3CU3Ec__DisplayClass33_1_t1CD9B0D9930DC89E4F5443CBC6FEDCC998AE937C* L_36 = V_6;
NullCheck(L_36);
Button_t6786514A57F7AFDEE5431112FEA0CAB24F5AE098* L_37 = L_36->___btn_0;
NullCheck(L_37);
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_38;
L_38 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(L_37, NULL);
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_39 = __this->___optionsGroup_14;
NullCheck(L_39);
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_40;
L_40 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(L_39, NULL);
NullCheck(L_38);
Transform_SetParent_m9BDD7B7476714B2D7919B10BDC22CE75C0A0A195(L_38, L_40, (bool)0, NULL);
// btn.transform.localPosition = (Vector3)optionButton.transform.localPosition - new Vector3(0, buttonHeight * i, 0);
U3CU3Ec__DisplayClass33_1_t1CD9B0D9930DC89E4F5443CBC6FEDCC998AE937C* L_41 = V_6;
NullCheck(L_41);
Button_t6786514A57F7AFDEE5431112FEA0CAB24F5AE098* L_42 = L_41->___btn_0;
NullCheck(L_42);
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_43;
L_43 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(L_42, NULL);
Button_t6786514A57F7AFDEE5431112FEA0CAB24F5AE098* L_44 = __this->___optionButton_15;
NullCheck(L_44);
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_45;
L_45 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(L_44, NULL);
NullCheck(L_45);
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_46;
L_46 = Transform_get_localPosition_mA9C86B990DF0685EA1061A120218993FDCC60A95(L_45, NULL);
float L_47 = V_1;
int32_t L_48 = V_2;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_49;
memset((&L_49), 0, sizeof(L_49));
Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&L_49), (0.0f), ((float)il2cpp_codegen_multiply(L_47, ((float)L_48))), (0.0f), /*hidden argument*/NULL);
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_50;
L_50 = Vector3_op_Subtraction_mE42023FF80067CB44A1D4A27EB7CF2B24CABB828_inline(L_46, L_49, NULL);
NullCheck(L_43);
Transform_set_localPosition_mDE1C997F7D79C0885210B7732B4BA50EE7D73134(L_43, L_50, NULL);
// btn.GetComponentInChildren<Text>().text = pair.Key.text;
U3CU3Ec__DisplayClass33_1_t1CD9B0D9930DC89E4F5443CBC6FEDCC998AE937C* L_51 = V_6;
NullCheck(L_51);
Button_t6786514A57F7AFDEE5431112FEA0CAB24F5AE098* L_52 = L_51->___btn_0;
NullCheck(L_52);
Text_tD60B2346DAA6666BF0D822FF607F0B220C2B9E62* L_53;
L_53 = Component_GetComponentInChildren_TisText_tD60B2346DAA6666BF0D822FF607F0B220C2B9E62_m1D5533D50D961602AC2CD364E03388FFE2985259(L_52, Component_GetComponentInChildren_TisText_tD60B2346DAA6666BF0D822FF607F0B220C2B9E62_m1D5533D50D961602AC2CD364E03388FFE2985259_RuntimeMethod_var);
RuntimeObject* L_54;
L_54 = KeyValuePair_2_get_Key_m12814E6441E974C6451F839D9FD4648A055584B5_inline((&V_5), KeyValuePair_2_get_Key_m12814E6441E974C6451F839D9FD4648A055584B5_RuntimeMethod_var);
NullCheck(L_54);
String_t* L_55;
L_55 = InterfaceFuncInvoker0< String_t* >::Invoke(0 /* System.String NodeCanvas.DialogueTrees.IStatement::get_text() */, IStatement_t772C8318C23730E016BAAA8AD4357576D2DC0F54_il2cpp_TypeInfo_var, L_54);
NullCheck(L_53);
VirtualActionInvoker1< String_t* >::Invoke(75 /* System.Void UnityEngine.UI.Text::set_text(System.String) */, L_53, L_55);
// cachedButtons.Add(btn, pair.Value);
Dictionary_2_t7859C6FFE6937629581727659DC7F88C3161A03C* L_56 = __this->___cachedButtons_16;
U3CU3Ec__DisplayClass33_1_t1CD9B0D9930DC89E4F5443CBC6FEDCC998AE937C* L_57 = V_6;
NullCheck(L_57);
Button_t6786514A57F7AFDEE5431112FEA0CAB24F5AE098* L_58 = L_57->___btn_0;
int32_t L_59;
L_59 = KeyValuePair_2_get_Value_mEC062270702259246675B222238FBA57753E6FB3_inline((&V_5), KeyValuePair_2_get_Value_mEC062270702259246675B222238FBA57753E6FB3_RuntimeMethod_var);
NullCheck(L_56);
Dictionary_2_Add_mEF034895175177D2F179DC3B934BACF5BFE433C1(L_56, L_58, L_59, Dictionary_2_Add_mEF034895175177D2F179DC3B934BACF5BFE433C1_RuntimeMethod_var);
// btn.onClick.AddListener(() => { Finalize(info, cachedButtons[btn]); });
U3CU3Ec__DisplayClass33_1_t1CD9B0D9930DC89E4F5443CBC6FEDCC998AE937C* L_60 = V_6;
NullCheck(L_60);
Button_t6786514A57F7AFDEE5431112FEA0CAB24F5AE098* L_61 = L_60->___btn_0;
NullCheck(L_61);
ButtonClickedEvent_t8EA72E90B3BD1392FB3B3EF167D5121C23569E4C* L_62;
L_62 = Button_get_onClick_m701712A7F7F000CC80D517C4510697E15722C35C_inline(L_61, NULL);
U3CU3Ec__DisplayClass33_1_t1CD9B0D9930DC89E4F5443CBC6FEDCC998AE937C* L_63 = V_6;
UnityAction_t11A1F3B953B365C072A5DCC32677EE1796A962A7* L_64 = (UnityAction_t11A1F3B953B365C072A5DCC32677EE1796A962A7*)il2cpp_codegen_object_new(UnityAction_t11A1F3B953B365C072A5DCC32677EE1796A962A7_il2cpp_TypeInfo_var);
NullCheck(L_64);
UnityAction__ctor_mC53E20D6B66E0D5688CD81B88DBB34F5A58B7131(L_64, L_63, (intptr_t)((void*)U3CU3Ec__DisplayClass33_1_U3COnMultipleChoiceRequestU3Eb__0_m946E86A73F08BCD344868425BD31A9B548C36E18_RuntimeMethod_var), NULL);
NullCheck(L_62);
UnityEvent_AddListener_m8AA4287C16628486B41DA41CA5E7A856A706D302(L_62, L_64, NULL);
// i++;
int32_t L_65 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add(L_65, 1));
}
IL_018a_1:
{
// foreach ( KeyValuePair<IStatement, int> pair in info.options ) {
bool L_66;
L_66 = Enumerator_MoveNext_m415020727A784CA5D84E2273D562F67906F36803((&V_4), Enumerator_MoveNext_m415020727A784CA5D84E2273D562F67906F36803_RuntimeMethod_var);
if (L_66)
{
goto IL_00a0_1;
}
}
{
goto IL_01a6;
}
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_01a6:
{
// if ( info.showLastStatement ) {
U3CU3Ec__DisplayClass33_0_tAA84FC0D1AC93BBBE8AF1EF59B36F4AC18742D67* L_67 = V_0;
NullCheck(L_67);
MultipleChoiceRequestInfo_t6345C3417C50A129FF51D0A36971E188D06B4180* L_68 = L_67->___info_1;
NullCheck(L_68);
bool L_69 = L_68->___showLastStatement_3;
if (!L_69)
{
goto IL_021f;
}
}
{
// subtitlesGroup.gameObject.SetActive(true);
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_70 = __this->___subtitlesGroup_6;
NullCheck(L_70);
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_71;
L_71 = Component_get_gameObject_m57AEFBB14DB39EC476F740BA000E170355DE691B(L_70, NULL);
NullCheck(L_71);
GameObject_SetActive_m638E92E1E75E519E5B24CF150B08CA8E0CDFAB92(L_71, (bool)1, NULL);
// var newY = optionsGroup.position.y + optionsGroup.sizeDelta.y + 1;
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_72 = __this->___optionsGroup_14;
NullCheck(L_72);
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_73;
L_73 = Transform_get_position_m69CD5FA214FDAE7BB701552943674846C220FDE1(L_72, NULL);
float L_74 = L_73.___y_3;
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_75 = __this->___optionsGroup_14;
NullCheck(L_75);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_76;
L_76 = RectTransform_get_sizeDelta_m822A8493F2035677384F1540A2E9E5ACE63010BB(L_75, NULL);
float L_77 = L_76.___y_1;
V_7 = ((float)il2cpp_codegen_add(((float)il2cpp_codegen_add(L_74, L_77)), (1.0f)));
// subtitlesGroup.position = new Vector3(subtitlesGroup.position.x, newY, subtitlesGroup.position.z);
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_78 = __this->___subtitlesGroup_6;
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_79 = __this->___subtitlesGroup_6;
NullCheck(L_79);
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_80;
L_80 = Transform_get_position_m69CD5FA214FDAE7BB701552943674846C220FDE1(L_79, NULL);
float L_81 = L_80.___x_2;
float L_82 = V_7;
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_83 = __this->___subtitlesGroup_6;
NullCheck(L_83);
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_84;
L_84 = Transform_get_position_m69CD5FA214FDAE7BB701552943674846C220FDE1(L_83, NULL);
float L_85 = L_84.___z_4;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_86;
memset((&L_86), 0, sizeof(L_86));
Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&L_86), L_81, L_82, L_85, /*hidden argument*/NULL);
NullCheck(L_78);
Transform_set_position_mA1A817124BB41B685043DED2A9BA48CDF37C4156(L_78, L_86, NULL);
}
IL_021f:
{
// if ( info.availableTime > 0 ) {
U3CU3Ec__DisplayClass33_0_tAA84FC0D1AC93BBBE8AF1EF59B36F4AC18742D67* L_87 = V_0;
NullCheck(L_87);
MultipleChoiceRequestInfo_t6345C3417C50A129FF51D0A36971E188D06B4180* L_88 = L_87->___info_1;
NullCheck(L_88);
float L_89 = L_88->___availableTime_2;
if ((!(((float)L_89) > ((float)(0.0f)))))
{
goto IL_0244;
}
}
{
// StartCoroutine(CountDown(info));
U3CU3Ec__DisplayClass33_0_tAA84FC0D1AC93BBBE8AF1EF59B36F4AC18742D67* L_90 = V_0;
NullCheck(L_90);
MultipleChoiceRequestInfo_t6345C3417C50A129FF51D0A36971E188D06B4180* L_91 = L_90->___info_1;
RuntimeObject* L_92;
L_92 = DialogueUGUI_CountDown_m3FE4082AA36003BDA314BB04E26909E1AA9E6FAC(__this, L_91, NULL);
Coroutine_t85EA685566A254C23F3FD77AB5BDFFFF8799596B* L_93;
L_93 = MonoBehaviour_StartCoroutine_m4CAFF732AA28CD3BDC5363B44A863575530EC812(__this, L_92, NULL);
}
IL_0244:
{
// }
return;
}
}
// System.Collections.IEnumerator NodeCanvas.DialogueTrees.UI.Examples.DialogueUGUI::CountDown(NodeCanvas.DialogueTrees.MultipleChoiceRequestInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DialogueUGUI_CountDown_m3FE4082AA36003BDA314BB04E26909E1AA9E6FAC (DialogueUGUI_t4C6218B4429FE06BE4FC8D201E691AA65A548A2F* __this, MultipleChoiceRequestInfo_t6345C3417C50A129FF51D0A36971E188D06B4180* ___0_info, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CCountDownU3Ed__34_tC07C14B62A83FD440A70180E58A53F35AC19E7C3_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
U3CCountDownU3Ed__34_tC07C14B62A83FD440A70180E58A53F35AC19E7C3* L_0 = (U3CCountDownU3Ed__34_tC07C14B62A83FD440A70180E58A53F35AC19E7C3*)il2cpp_codegen_object_new(U3CCountDownU3Ed__34_tC07C14B62A83FD440A70180E58A53F35AC19E7C3_il2cpp_TypeInfo_var);
NullCheck(L_0);
U3CCountDownU3Ed__34__ctor_m6A57E5D234156057CF73FFA4090172153F79D60C(L_0, 0, NULL);
U3CCountDownU3Ed__34_tC07C14B62A83FD440A70180E58A53F35AC19E7C3* L_1 = L_0;
NullCheck(L_1);
L_1->___U3CU3E4__this_2 = __this;
Il2CppCodeGenWriteBarrier((void**)(&L_1->___U3CU3E4__this_2), (void*)__this);
U3CCountDownU3Ed__34_tC07C14B62A83FD440A70180E58A53F35AC19E7C3* L_2 = L_1;
MultipleChoiceRequestInfo_t6345C3417C50A129FF51D0A36971E188D06B4180* L_3 = ___0_info;
NullCheck(L_2);
L_2->___info_3 = L_3;
Il2CppCodeGenWriteBarrier((void**)(&L_2->___info_3), (void*)L_3);
return L_2;
}
}
// System.Void NodeCanvas.DialogueTrees.UI.Examples.DialogueUGUI::Finalize(NodeCanvas.DialogueTrees.MultipleChoiceRequestInfo,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DialogueUGUI_Finalize_mC5EF1D78AC40AAF5E835C13B3B14EF7AB6DC1448 (DialogueUGUI_t4C6218B4429FE06BE4FC8D201E691AA65A548A2F* __this, MultipleChoiceRequestInfo_t6345C3417C50A129FF51D0A36971E188D06B4180* ___0_info, int32_t ___1_index, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_get_Keys_m2A138DE72EA72B2DE088BC33D6E86B1C15719DBB_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m3A4FFF37EA7EE4FC26006E75647CC65B0E1B4115_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_mE2E2FF9AEB1E877BD94E26A94CDD0E4AE474660A_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_mE9822515FFDC83D3F78B9BFCBE4B1E4E5A01D7C9_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyCollection_GetEnumerator_m5BF572FC18562E9D0622335A8B4C5A6F9CCF17A8_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
Enumerator_t7469DEDB667B9F0D0331B914393E07A721E5DCF3 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// isWaitingChoice = false;
__this->___isWaitingChoice_18 = (bool)0;
// SetMassAlpha(optionsGroup, 1f);
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_0 = __this->___optionsGroup_14;
DialogueUGUI_SetMassAlpha_m29D3B15E0EF5863E10B66D385108CFC1AB645173(__this, L_0, (1.0f), NULL);
// optionsGroup.gameObject.SetActive(false);
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_1 = __this->___optionsGroup_14;
NullCheck(L_1);
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_2;
L_2 = Component_get_gameObject_m57AEFBB14DB39EC476F740BA000E170355DE691B(L_1, NULL);
NullCheck(L_2);
GameObject_SetActive_m638E92E1E75E519E5B24CF150B08CA8E0CDFAB92(L_2, (bool)0, NULL);
// if ( info.showLastStatement ) {
MultipleChoiceRequestInfo_t6345C3417C50A129FF51D0A36971E188D06B4180* L_3 = ___0_info;
NullCheck(L_3);
bool L_4 = L_3->___showLastStatement_3;
if (!L_4)
{
goto IL_005d;
}
}
{
// subtitlesGroup.gameObject.SetActive(false);
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_5 = __this->___subtitlesGroup_6;
NullCheck(L_5);
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_6;
L_6 = Component_get_gameObject_m57AEFBB14DB39EC476F740BA000E170355DE691B(L_5, NULL);
NullCheck(L_6);
GameObject_SetActive_m638E92E1E75E519E5B24CF150B08CA8E0CDFAB92(L_6, (bool)0, NULL);
// subtitlesGroup.transform.position = originalSubsPosition;
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_7 = __this->___subtitlesGroup_6;
NullCheck(L_7);
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_8;
L_8 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(L_7, NULL);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_9 = __this->___originalSubsPosition_17;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_10;
L_10 = Vector2_op_Implicit_m6D9CABB2C791A192867D7A4559D132BE86DD3EB7_inline(L_9, NULL);
NullCheck(L_8);
Transform_set_position_mA1A817124BB41B685043DED2A9BA48CDF37C4156(L_8, L_10, NULL);
}
IL_005d:
{
// foreach ( var tempBtn in cachedButtons.Keys ) {
Dictionary_2_t7859C6FFE6937629581727659DC7F88C3161A03C* L_11 = __this->___cachedButtons_16;
NullCheck(L_11);
KeyCollection_t0AB782D331BEBA13EEC6CF4E133259BC153B7BEF* L_12;
L_12 = Dictionary_2_get_Keys_m2A138DE72EA72B2DE088BC33D6E86B1C15719DBB(L_11, Dictionary_2_get_Keys_m2A138DE72EA72B2DE088BC33D6E86B1C15719DBB_RuntimeMethod_var);
NullCheck(L_12);
Enumerator_t7469DEDB667B9F0D0331B914393E07A721E5DCF3 L_13;
L_13 = KeyCollection_GetEnumerator_m5BF572FC18562E9D0622335A8B4C5A6F9CCF17A8(L_12, KeyCollection_GetEnumerator_m5BF572FC18562E9D0622335A8B4C5A6F9CCF17A8_RuntimeMethod_var);
V_0 = L_13;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_008c:
{// begin finally (depth: 1)
Enumerator_Dispose_m3A4FFF37EA7EE4FC26006E75647CC65B0E1B4115((&V_0), Enumerator_Dispose_m3A4FFF37EA7EE4FC26006E75647CC65B0E1B4115_RuntimeMethod_var);
return;
}// end finally (depth: 1)
});
try
{// begin try (depth: 1)
{
goto IL_0081_1;
}
IL_0070_1:
{
// foreach ( var tempBtn in cachedButtons.Keys ) {
Button_t6786514A57F7AFDEE5431112FEA0CAB24F5AE098* L_14;
L_14 = Enumerator_get_Current_mE9822515FFDC83D3F78B9BFCBE4B1E4E5A01D7C9_inline((&V_0), Enumerator_get_Current_mE9822515FFDC83D3F78B9BFCBE4B1E4E5A01D7C9_RuntimeMethod_var);
// Destroy(tempBtn.gameObject);
NullCheck(L_14);
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_15;
L_15 = Component_get_gameObject_m57AEFBB14DB39EC476F740BA000E170355DE691B(L_14, NULL);
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
Object_Destroy_mE97D0A766419A81296E8D4E5C23D01D3FE91ACBB(L_15, NULL);
}
IL_0081_1:
{
// foreach ( var tempBtn in cachedButtons.Keys ) {
bool L_16;
L_16 = Enumerator_MoveNext_mE2E2FF9AEB1E877BD94E26A94CDD0E4AE474660A((&V_0), Enumerator_MoveNext_mE2E2FF9AEB1E877BD94E26A94CDD0E4AE474660A_RuntimeMethod_var);
if (L_16)
{
goto IL_0070_1;
}
}
{
goto IL_009a;
}
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_009a:
{
// info.SelectOption(index);
MultipleChoiceRequestInfo_t6345C3417C50A129FF51D0A36971E188D06B4180* L_17 = ___0_info;
NullCheck(L_17);
Action_1_tD69A6DC9FBE94131E52F5A73B2A9D4AB51EEC404* L_18 = L_17->___SelectOption_4;
int32_t L_19 = ___1_index;
NullCheck(L_18);
Action_1_Invoke_mAC3C34BA1905AB5B79E483CD9BB082B7D667F703_inline(L_18, L_19, NULL);
// }
return;
}
}
// System.Void NodeCanvas.DialogueTrees.UI.Examples.DialogueUGUI::SetMassAlpha(UnityEngine.RectTransform,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DialogueUGUI_SetMassAlpha_m29D3B15E0EF5863E10B66D385108CFC1AB645173 (DialogueUGUI_t4C6218B4429FE06BE4FC8D201E691AA65A548A2F* __this, RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* ___0_root, float ___1_alpha, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponentsInChildren_TisCanvasRenderer_tAB9A55A976C4E3B2B37D0CE5616E5685A8B43860_mD0A33013540D5007D604FF83625F337395C55443_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
CanvasRendererU5BU5D_tAAF6CAAF608275E84ADC0A71526D37398F38F4C3* V_0 = NULL;
int32_t V_1 = 0;
{
// foreach ( var graphic in root.GetComponentsInChildren<CanvasRenderer>() ) {
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_0 = ___0_root;
NullCheck(L_0);
CanvasRendererU5BU5D_tAAF6CAAF608275E84ADC0A71526D37398F38F4C3* L_1;
L_1 = Component_GetComponentsInChildren_TisCanvasRenderer_tAB9A55A976C4E3B2B37D0CE5616E5685A8B43860_mD0A33013540D5007D604FF83625F337395C55443(L_0, Component_GetComponentsInChildren_TisCanvasRenderer_tAB9A55A976C4E3B2B37D0CE5616E5685A8B43860_mD0A33013540D5007D604FF83625F337395C55443_RuntimeMethod_var);
V_0 = L_1;
V_1 = 0;
goto IL_0018;
}
IL_000b:
{
// foreach ( var graphic in root.GetComponentsInChildren<CanvasRenderer>() ) {
CanvasRendererU5BU5D_tAAF6CAAF608275E84ADC0A71526D37398F38F4C3* L_2 = V_0;
int32_t L_3 = V_1;
NullCheck(L_2);
int32_t L_4 = L_3;
CanvasRenderer_tAB9A55A976C4E3B2B37D0CE5616E5685A8B43860* L_5 = (L_2)->GetAt(static_cast<il2cpp_array_size_t>(L_4));
// graphic.SetAlpha(alpha);
float L_6 = ___1_alpha;
NullCheck(L_5);
CanvasRenderer_SetAlpha_m97E196A1CC718DE16300954D25B4125952D7632C(L_5, L_6, NULL);
int32_t L_7 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add(L_7, 1));
}
IL_0018:
{
// foreach ( var graphic in root.GetComponentsInChildren<CanvasRenderer>() ) {
int32_t L_8 = V_1;
CanvasRendererU5BU5D_tAAF6CAAF608275E84ADC0A71526D37398F38F4C3* L_9 = V_0;
NullCheck(L_9);
if ((((int32_t)L_8) < ((int32_t)((int32_t)(((RuntimeArray*)L_9)->max_length)))))
{
goto IL_000b;
}
}
{
// }
return;
}
}
// System.Void NodeCanvas.DialogueTrees.UI.Examples.DialogueUGUI::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DialogueUGUI__ctor_m8D991DBFE7CB1B570F0FE5D6FD5CDD9148AD4361 (DialogueUGUI_t4C6218B4429FE06BE4FC8D201E691AA65A548A2F* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SubtitleDelays_t77B1D49BE02D362170F222FF7F022241F0286AD5_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// public SubtitleDelays subtitleDelays = new SubtitleDelays();
SubtitleDelays_t77B1D49BE02D362170F222FF7F022241F0286AD5* L_0 = (SubtitleDelays_t77B1D49BE02D362170F222FF7F022241F0286AD5*)il2cpp_codegen_object_new(SubtitleDelays_t77B1D49BE02D362170F222FF7F022241F0286AD5_il2cpp_TypeInfo_var);
NullCheck(L_0);
SubtitleDelays__ctor_m00B73E21E34483D796C133AC3EAA4BC81759F617(L_0, NULL);
__this->___subtitleDelays_11 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___subtitleDelays_11), (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 NodeCanvas.DialogueTrees.UI.Examples.DialogueUGUI/SubtitleDelays::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SubtitleDelays__ctor_m00B73E21E34483D796C133AC3EAA4BC81759F617 (SubtitleDelays_t77B1D49BE02D362170F222FF7F022241F0286AD5* __this, const RuntimeMethod* method)
{
{
// public float characterDelay = 0.05f;
__this->___characterDelay_0 = (0.0500000007f);
// public float sentenceDelay = 0.5f;
__this->___sentenceDelay_1 = (0.5f);
// public float commaDelay = 0.1f;
__this->___commaDelay_2 = (0.100000001f);
// public float finalDelay = 1.2f;
__this->___finalDelay_3 = (1.20000005f);
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 NodeCanvas.DialogueTrees.UI.Examples.DialogueUGUI/<>c__DisplayClass29_0::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass29_0__ctor_mBAB3AB6EC8C571A314CFD597CBCAFC569B05336B (U3CU3Ec__DisplayClass29_0_tA26C5A9406B66649B1F14C6D22BFAF5E06792502* __this, const RuntimeMethod* method)
{
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
return;
}
}
// System.Void NodeCanvas.DialogueTrees.UI.Examples.DialogueUGUI/<>c__DisplayClass29_0::<Internal_OnSubtitlesRequestInfo>b__0()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass29_0_U3CInternal_OnSubtitlesRequestInfoU3Eb__0_m8411A5CB5467EBCA3372B41519A4AC66E7DF322C (U3CU3Ec__DisplayClass29_0_tA26C5A9406B66649B1F14C6D22BFAF5E06792502* __this, const RuntimeMethod* method)
{
{
// StartCoroutine(CheckInput(() => { inputDown = true; }));
__this->___inputDown_0 = (bool)1;
// StartCoroutine(CheckInput(() => { inputDown = true; }));
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.DialogueTrees.UI.Examples.DialogueUGUI/<Internal_OnSubtitlesRequestInfo>d__29::.ctor(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CInternal_OnSubtitlesRequestInfoU3Ed__29__ctor_m54019100F6FB13FBD1A9AD24E0DA165CB4CD7B70 (U3CInternal_OnSubtitlesRequestInfoU3Ed__29_t7EF5E40D4011CEE1497015C86867A8CB940FDAA2* __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 NodeCanvas.DialogueTrees.UI.Examples.DialogueUGUI/<Internal_OnSubtitlesRequestInfo>d__29::System.IDisposable.Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CInternal_OnSubtitlesRequestInfoU3Ed__29_System_IDisposable_Dispose_m002A119D01C32B0331BA70378A739A14463A6D99 (U3CInternal_OnSubtitlesRequestInfoU3Ed__29_t7EF5E40D4011CEE1497015C86867A8CB940FDAA2* __this, const RuntimeMethod* method)
{
{
return;
}
}
// System.Boolean NodeCanvas.DialogueTrees.UI.Examples.DialogueUGUI/<Internal_OnSubtitlesRequestInfo>d__29::MoveNext()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CInternal_OnSubtitlesRequestInfoU3Ed__29_MoveNext_m11ED0F75E3E5C755F818DC8CC7A216E3CCCE69EC (U3CInternal_OnSubtitlesRequestInfoU3Ed__29_t7EF5E40D4011CEE1497015C86867A8CB940FDAA2* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisAudioSource_t871AC2272F896738252F04EE949AEF5B241D3299_m42DA4DEA19EB60D80CBED7413ADEB27FA033C77B_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDialogueActor_t54434BB176F4CD4F74D753CE2AF8233033D9F716_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IStatement_t772C8318C23730E016BAAA8AD4357576D2DC0F54_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass29_0_U3CInternal_OnSubtitlesRequestInfoU3Eb__0_m8411A5CB5467EBCA3372B41519A4AC66E7DF322C_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass29_0_tA26C5A9406B66649B1F14C6D22BFAF5E06792502_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
DialogueUGUI_t4C6218B4429FE06BE4FC8D201E691AA65A548A2F* V_1 = NULL;
RuntimeObject* V_2 = NULL;
AudioSource_t871AC2272F896738252F04EE949AEF5B241D3299* V_3 = NULL;
int32_t V_4 = 0;
AudioSource_t871AC2272F896738252F04EE949AEF5B241D3299* G_B6_0 = NULL;
DialogueUGUI_t4C6218B4429FE06BE4FC8D201E691AA65A548A2F* G_B8_0 = NULL;
DialogueUGUI_t4C6218B4429FE06BE4FC8D201E691AA65A548A2F* G_B7_0 = NULL;
AudioSource_t871AC2272F896738252F04EE949AEF5B241D3299* G_B9_0 = NULL;
DialogueUGUI_t4C6218B4429FE06BE4FC8D201E691AA65A548A2F* G_B9_1 = NULL;
{
int32_t L_0 = __this->___U3CU3E1__state_0;
V_0 = L_0;
DialogueUGUI_t4C6218B4429FE06BE4FC8D201E691AA65A548A2F* L_1 = __this->___U3CU3E4__this_3;
V_1 = L_1;
int32_t L_2 = V_0;
switch (L_2)
{
case 0:
{
goto IL_003a;
}
case 1:
{
goto IL_01a7;
}
case 2:
{
goto IL_025b;
}
case 3:
{
goto IL_02d4;
}
case 4:
{
goto IL_0325;
}
case 5:
{
goto IL_0362;
}
case 6:
{
goto IL_03d6;
}
case 7:
{
goto IL_0416;
}
case 8:
{
goto IL_0445;
}
}
}
{
return (bool)0;
}
IL_003a:
{
__this->___U3CU3E1__state_0 = (-1);
// var text = info.statement.text;
SubtitlesRequestInfo_t41049B0554DE0A09F7EC7B4724FCE29A57DDF059* L_3 = __this->___info_2;
NullCheck(L_3);
RuntimeObject* L_4 = L_3->___statement_1;
NullCheck(L_4);
String_t* L_5;
L_5 = InterfaceFuncInvoker0< String_t* >::Invoke(0 /* System.String NodeCanvas.DialogueTrees.IStatement::get_text() */, IStatement_t772C8318C23730E016BAAA8AD4357576D2DC0F54_il2cpp_TypeInfo_var, L_4);
__this->___U3CtextU3E5__2_5 = L_5;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CtextU3E5__2_5), (void*)L_5);
// var audio = info.statement.audio;
SubtitlesRequestInfo_t41049B0554DE0A09F7EC7B4724FCE29A57DDF059* L_6 = __this->___info_2;
NullCheck(L_6);
RuntimeObject* L_7 = L_6->___statement_1;
NullCheck(L_7);
AudioClip_t5D272C4EB4F2D3ED49F1C346DEA373CF6D585F20* L_8;
L_8 = InterfaceFuncInvoker0< AudioClip_t5D272C4EB4F2D3ED49F1C346DEA373CF6D585F20* >::Invoke(1 /* UnityEngine.AudioClip NodeCanvas.DialogueTrees.IStatement::get_audio() */, IStatement_t772C8318C23730E016BAAA8AD4357576D2DC0F54_il2cpp_TypeInfo_var, L_7);
__this->___U3CaudioU3E5__3_6 = L_8;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CaudioU3E5__3_6), (void*)L_8);
// var actor = info.actor;
SubtitlesRequestInfo_t41049B0554DE0A09F7EC7B4724FCE29A57DDF059* L_9 = __this->___info_2;
NullCheck(L_9);
RuntimeObject* L_10 = L_9->___actor_0;
V_2 = L_10;
// subtitlesGroup.gameObject.SetActive(true);
DialogueUGUI_t4C6218B4429FE06BE4FC8D201E691AA65A548A2F* L_11 = V_1;
NullCheck(L_11);
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_12 = L_11->___subtitlesGroup_6;
NullCheck(L_12);
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_13;
L_13 = Component_get_gameObject_m57AEFBB14DB39EC476F740BA000E170355DE691B(L_12, NULL);
NullCheck(L_13);
GameObject_SetActive_m638E92E1E75E519E5B24CF150B08CA8E0CDFAB92(L_13, (bool)1, NULL);
// actorSpeech.text = "";
DialogueUGUI_t4C6218B4429FE06BE4FC8D201E691AA65A548A2F* L_14 = V_1;
NullCheck(L_14);
Text_tD60B2346DAA6666BF0D822FF607F0B220C2B9E62* L_15 = L_14->___actorSpeech_7;
NullCheck(L_15);
VirtualActionInvoker1< String_t* >::Invoke(75 /* System.Void UnityEngine.UI.Text::set_text(System.String) */, L_15, _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709);
// actorName.text = actor.name;
DialogueUGUI_t4C6218B4429FE06BE4FC8D201E691AA65A548A2F* L_16 = V_1;
NullCheck(L_16);
Text_tD60B2346DAA6666BF0D822FF607F0B220C2B9E62* L_17 = L_16->___actorName_8;
RuntimeObject* L_18 = V_2;
NullCheck(L_18);
String_t* L_19;
L_19 = InterfaceFuncInvoker0< String_t* >::Invoke(0 /* System.String NodeCanvas.DialogueTrees.IDialogueActor::get_name() */, IDialogueActor_t54434BB176F4CD4F74D753CE2AF8233033D9F716_il2cpp_TypeInfo_var, L_18);
NullCheck(L_17);
VirtualActionInvoker1< String_t* >::Invoke(75 /* System.Void UnityEngine.UI.Text::set_text(System.String) */, L_17, L_19);
// actorSpeech.color = actor.dialogueColor;
DialogueUGUI_t4C6218B4429FE06BE4FC8D201E691AA65A548A2F* L_20 = V_1;
NullCheck(L_20);
Text_tD60B2346DAA6666BF0D822FF607F0B220C2B9E62* L_21 = L_20->___actorSpeech_7;
RuntimeObject* L_22 = V_2;
NullCheck(L_22);
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_23;
L_23 = InterfaceFuncInvoker0< Color_tD001788D726C3A7F1379BEED0260B9591F440C1F >::Invoke(3 /* UnityEngine.Color NodeCanvas.DialogueTrees.IDialogueActor::get_dialogueColor() */, IDialogueActor_t54434BB176F4CD4F74D753CE2AF8233033D9F716_il2cpp_TypeInfo_var, L_22);
NullCheck(L_21);
VirtualActionInvoker1< Color_tD001788D726C3A7F1379BEED0260B9591F440C1F >::Invoke(23 /* System.Void UnityEngine.UI.Graphic::set_color(UnityEngine.Color) */, L_21, L_23);
// actorPortrait.gameObject.SetActive(actor.portraitSprite != null);
DialogueUGUI_t4C6218B4429FE06BE4FC8D201E691AA65A548A2F* L_24 = V_1;
NullCheck(L_24);
Image_tBC1D03F63BF71132E9A5E472B8742F172A011E7E* L_25 = L_24->___actorPortrait_9;
NullCheck(L_25);
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_26;
L_26 = Component_get_gameObject_m57AEFBB14DB39EC476F740BA000E170355DE691B(L_25, NULL);
RuntimeObject* L_27 = V_2;
NullCheck(L_27);
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* L_28;
L_28 = InterfaceFuncInvoker0< Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* >::Invoke(2 /* UnityEngine.Sprite NodeCanvas.DialogueTrees.IDialogueActor::get_portraitSprite() */, IDialogueActor_t54434BB176F4CD4F74D753CE2AF8233033D9F716_il2cpp_TypeInfo_var, L_27);
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_29;
L_29 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_28, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
NullCheck(L_26);
GameObject_SetActive_m638E92E1E75E519E5B24CF150B08CA8E0CDFAB92(L_26, L_29, NULL);
// actorPortrait.sprite = actor.portraitSprite;
DialogueUGUI_t4C6218B4429FE06BE4FC8D201E691AA65A548A2F* L_30 = V_1;
NullCheck(L_30);
Image_tBC1D03F63BF71132E9A5E472B8742F172A011E7E* L_31 = L_30->___actorPortrait_9;
RuntimeObject* L_32 = V_2;
NullCheck(L_32);
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* L_33;
L_33 = InterfaceFuncInvoker0< Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* >::Invoke(2 /* UnityEngine.Sprite NodeCanvas.DialogueTrees.IDialogueActor::get_portraitSprite() */, IDialogueActor_t54434BB176F4CD4F74D753CE2AF8233033D9F716_il2cpp_TypeInfo_var, L_32);
NullCheck(L_31);
Image_set_sprite_mC0C248340BA27AAEE56855A3FAFA0D8CA12956DE(L_31, L_33, NULL);
// if ( audio != null ) {
AudioClip_t5D272C4EB4F2D3ED49F1C346DEA373CF6D585F20* L_34 = __this->___U3CaudioU3E5__3_6;
bool L_35;
L_35 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_34, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
if (!L_35)
{
goto IL_01c1;
}
}
{
// var actorSource = actor.transform != null ? actor.transform.GetComponent<AudioSource>() : null;
RuntimeObject* L_36 = V_2;
NullCheck(L_36);
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_37;
L_37 = InterfaceFuncInvoker0< Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* >::Invoke(5 /* UnityEngine.Transform NodeCanvas.DialogueTrees.IDialogueActor::get_transform() */, IDialogueActor_t54434BB176F4CD4F74D753CE2AF8233033D9F716_il2cpp_TypeInfo_var, L_36);
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_38;
L_38 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_37, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
if (L_38)
{
goto IL_010b;
}
}
{
G_B6_0 = ((AudioSource_t871AC2272F896738252F04EE949AEF5B241D3299*)(NULL));
goto IL_0116;
}
IL_010b:
{
RuntimeObject* L_39 = V_2;
NullCheck(L_39);
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_40;
L_40 = InterfaceFuncInvoker0< Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* >::Invoke(5 /* UnityEngine.Transform NodeCanvas.DialogueTrees.IDialogueActor::get_transform() */, IDialogueActor_t54434BB176F4CD4F74D753CE2AF8233033D9F716_il2cpp_TypeInfo_var, L_39);
NullCheck(L_40);
AudioSource_t871AC2272F896738252F04EE949AEF5B241D3299* L_41;
L_41 = Component_GetComponent_TisAudioSource_t871AC2272F896738252F04EE949AEF5B241D3299_m42DA4DEA19EB60D80CBED7413ADEB27FA033C77B(L_40, Component_GetComponent_TisAudioSource_t871AC2272F896738252F04EE949AEF5B241D3299_m42DA4DEA19EB60D80CBED7413ADEB27FA033C77B_RuntimeMethod_var);
G_B6_0 = L_41;
}
IL_0116:
{
V_3 = G_B6_0;
// playSource = actorSource != null ? actorSource : localSource;
DialogueUGUI_t4C6218B4429FE06BE4FC8D201E691AA65A548A2F* L_42 = V_1;
AudioSource_t871AC2272F896738252F04EE949AEF5B241D3299* L_43 = V_3;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_44;
L_44 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_43, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
G_B7_0 = L_42;
if (L_44)
{
G_B8_0 = L_42;
goto IL_0129;
}
}
{
DialogueUGUI_t4C6218B4429FE06BE4FC8D201E691AA65A548A2F* L_45 = V_1;
NullCheck(L_45);
AudioSource_t871AC2272F896738252F04EE949AEF5B241D3299* L_46;
L_46 = DialogueUGUI_get_localSource_m7A015C5D81AD68ADCF5B6E3388F74A40865A6C8F(L_45, NULL);
G_B9_0 = L_46;
G_B9_1 = G_B7_0;
goto IL_012a;
}
IL_0129:
{
AudioSource_t871AC2272F896738252F04EE949AEF5B241D3299* L_47 = V_3;
G_B9_0 = L_47;
G_B9_1 = G_B8_0;
}
IL_012a:
{
NullCheck(G_B9_1);
G_B9_1->___playSource_13 = G_B9_0;
Il2CppCodeGenWriteBarrier((void**)(&G_B9_1->___playSource_13), (void*)G_B9_0);
// playSource.clip = audio;
DialogueUGUI_t4C6218B4429FE06BE4FC8D201E691AA65A548A2F* L_48 = V_1;
NullCheck(L_48);
AudioSource_t871AC2272F896738252F04EE949AEF5B241D3299* L_49 = L_48->___playSource_13;
AudioClip_t5D272C4EB4F2D3ED49F1C346DEA373CF6D585F20* L_50 = __this->___U3CaudioU3E5__3_6;
NullCheck(L_49);
AudioSource_set_clip_mFF441895E274286C88D9C75ED5CA1B1B39528D70(L_49, L_50, NULL);
// playSource.Play();
DialogueUGUI_t4C6218B4429FE06BE4FC8D201E691AA65A548A2F* L_51 = V_1;
NullCheck(L_51);
AudioSource_t871AC2272F896738252F04EE949AEF5B241D3299* L_52 = L_51->___playSource_13;
NullCheck(L_52);
AudioSource_Play_m95DF07111C61D0E0F00257A00384D31531D590C3(L_52, NULL);
// actorSpeech.text = text;
DialogueUGUI_t4C6218B4429FE06BE4FC8D201E691AA65A548A2F* L_53 = V_1;
NullCheck(L_53);
Text_tD60B2346DAA6666BF0D822FF607F0B220C2B9E62* L_54 = L_53->___actorSpeech_7;
String_t* L_55 = __this->___U3CtextU3E5__2_5;
NullCheck(L_54);
VirtualActionInvoker1< String_t* >::Invoke(75 /* System.Void UnityEngine.UI.Text::set_text(System.String) */, L_54, L_55);
// var timer = 0f;
__this->___U3CtimerU3E5__4_7 = (0.0f);
goto IL_01ae;
}
IL_0169:
{
// if ( skipOnInput && Input.anyKeyDown ) {
DialogueUGUI_t4C6218B4429FE06BE4FC8D201E691AA65A548A2F* L_56 = V_1;
NullCheck(L_56);
bool L_57 = L_56->___skipOnInput_4;
if (!L_57)
{
goto IL_0185;
}
}
{
bool L_58;
L_58 = Input_get_anyKeyDown_m9B8D98B5574A2AA63CEED98FBF0E2A1D946BCA71(NULL);
if (!L_58)
{
goto IL_0185;
}
}
{
// playSource.Stop();
DialogueUGUI_t4C6218B4429FE06BE4FC8D201E691AA65A548A2F* L_59 = V_1;
NullCheck(L_59);
AudioSource_t871AC2272F896738252F04EE949AEF5B241D3299* L_60 = L_59->___playSource_13;
NullCheck(L_60);
AudioSource_Stop_m318F17F17A147C77FF6E0A5A7A6BE057DB90F537(L_60, NULL);
// break;
goto IL_01c1;
}
IL_0185:
{
// timer += Time.deltaTime;
float L_61 = __this->___U3CtimerU3E5__4_7;
float L_62;
L_62 = Time_get_deltaTime_mC3195000401F0FD167DD2F948FD2BC58330D0865(NULL);
__this->___U3CtimerU3E5__4_7 = ((float)il2cpp_codegen_add(L_61, L_62));
// 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_01a7:
{
__this->___U3CU3E1__state_0 = (-1);
}
IL_01ae:
{
// while ( timer < audio.length ) {
float L_63 = __this->___U3CtimerU3E5__4_7;
AudioClip_t5D272C4EB4F2D3ED49F1C346DEA373CF6D585F20* L_64 = __this->___U3CaudioU3E5__3_6;
NullCheck(L_64);
float L_65;
L_65 = AudioClip_get_length_m6102CB29AF65988797452E4D6E43D4788303873D(L_64, NULL);
if ((((float)L_63) < ((float)L_65)))
{
goto IL_0169;
}
}
IL_01c1:
{
// if ( audio == null ) {
AudioClip_t5D272C4EB4F2D3ED49F1C346DEA373CF6D585F20* L_66 = __this->___U3CaudioU3E5__3_6;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_67;
L_67 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_66, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
if (!L_67)
{
goto IL_03eb;
}
}
{
U3CU3Ec__DisplayClass29_0_tA26C5A9406B66649B1F14C6D22BFAF5E06792502* L_68 = (U3CU3Ec__DisplayClass29_0_tA26C5A9406B66649B1F14C6D22BFAF5E06792502*)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass29_0_tA26C5A9406B66649B1F14C6D22BFAF5E06792502_il2cpp_TypeInfo_var);
NullCheck(L_68);
U3CU3Ec__DisplayClass29_0__ctor_mBAB3AB6EC8C571A314CFD597CBCAFC569B05336B(L_68, NULL);
__this->___U3CU3E8__1_4 = L_68;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CU3E8__1_4), (void*)L_68);
// var tempText = "";
__this->___U3CtempTextU3E5__5_8 = _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CtempTextU3E5__5_8), (void*)_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709);
// var inputDown = false;
U3CU3Ec__DisplayClass29_0_tA26C5A9406B66649B1F14C6D22BFAF5E06792502* L_69 = __this->___U3CU3E8__1_4;
NullCheck(L_69);
L_69->___inputDown_0 = (bool)0;
// if ( skipOnInput ) {
DialogueUGUI_t4C6218B4429FE06BE4FC8D201E691AA65A548A2F* L_70 = V_1;
NullCheck(L_70);
bool L_71 = L_70->___skipOnInput_4;
if (!L_71)
{
goto IL_021a;
}
}
{
// StartCoroutine(CheckInput(() => { inputDown = true; }));
DialogueUGUI_t4C6218B4429FE06BE4FC8D201E691AA65A548A2F* L_72 = V_1;
DialogueUGUI_t4C6218B4429FE06BE4FC8D201E691AA65A548A2F* L_73 = V_1;
U3CU3Ec__DisplayClass29_0_tA26C5A9406B66649B1F14C6D22BFAF5E06792502* L_74 = __this->___U3CU3E8__1_4;
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_75 = (Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)il2cpp_codegen_object_new(Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var);
NullCheck(L_75);
Action__ctor_mBDC7B0B4A3F583B64C2896F01BDED360772F67DC(L_75, L_74, (intptr_t)((void*)U3CU3Ec__DisplayClass29_0_U3CInternal_OnSubtitlesRequestInfoU3Eb__0_m8411A5CB5467EBCA3372B41519A4AC66E7DF322C_RuntimeMethod_var), NULL);
NullCheck(L_73);
RuntimeObject* L_76;
L_76 = DialogueUGUI_CheckInput_m11A8295CF5A86A79C03CECC33EA76F60410FEBC6(L_73, L_75, NULL);
NullCheck(L_72);
Coroutine_t85EA685566A254C23F3FD77AB5BDFFFF8799596B* L_77;
L_77 = MonoBehaviour_StartCoroutine_m4CAFF732AA28CD3BDC5363B44A863575530EC812(L_72, L_76, NULL);
}
IL_021a:
{
// for ( int i = 0; i < text.Length; i++ ) {
__this->___U3CiU3E5__6_9 = 0;
goto IL_0392;
}
IL_0226:
{
// if ( skipOnInput && inputDown ) {
DialogueUGUI_t4C6218B4429FE06BE4FC8D201E691AA65A548A2F* L_78 = V_1;
NullCheck(L_78);
bool L_79 = L_78->___skipOnInput_4;
U3CU3Ec__DisplayClass29_0_tA26C5A9406B66649B1F14C6D22BFAF5E06792502* L_80 = __this->___U3CU3E8__1_4;
NullCheck(L_80);
bool L_81 = L_80->___inputDown_0;
if (!((int32_t)((int32_t)L_79&(int32_t)L_81)))
{
goto IL_0267;
}
}
{
// actorSpeech.text = text;
DialogueUGUI_t4C6218B4429FE06BE4FC8D201E691AA65A548A2F* L_82 = V_1;
NullCheck(L_82);
Text_tD60B2346DAA6666BF0D822FF607F0B220C2B9E62* L_83 = L_82->___actorSpeech_7;
String_t* L_84 = __this->___U3CtextU3E5__2_5;
NullCheck(L_83);
VirtualActionInvoker1< String_t* >::Invoke(75 /* System.Void UnityEngine.UI.Text::set_text(System.String) */, L_83, L_84);
// 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_025b:
{
__this->___U3CU3E1__state_0 = (-1);
// break;
goto IL_03a8;
}
IL_0267:
{
// if ( subtitlesGroup.gameObject.activeSelf == false ) {
DialogueUGUI_t4C6218B4429FE06BE4FC8D201E691AA65A548A2F* L_85 = V_1;
NullCheck(L_85);
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_86 = L_85->___subtitlesGroup_6;
NullCheck(L_86);
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_87;
L_87 = Component_get_gameObject_m57AEFBB14DB39EC476F740BA000E170355DE691B(L_86, NULL);
NullCheck(L_87);
bool L_88;
L_88 = GameObject_get_activeSelf_m4F3E5240E138B66AAA080EA30759A3D0517DA368(L_87, NULL);
if (L_88)
{
goto IL_027b;
}
}
{
// yield break;
return (bool)0;
}
IL_027b:
{
// char c = text[i];
String_t* L_89 = __this->___U3CtextU3E5__2_5;
int32_t L_90 = __this->___U3CiU3E5__6_9;
NullCheck(L_89);
Il2CppChar L_91;
L_91 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_89, L_90, NULL);
__this->___U3CcU3E5__7_10 = L_91;
// tempText += c;
String_t* L_92 = __this->___U3CtempTextU3E5__5_8;
Il2CppChar* L_93 = (&__this->___U3CcU3E5__7_10);
String_t* L_94;
L_94 = Char_ToString_m2A308731F9577C06AF3C0901234E2EAC8327410C(L_93, NULL);
String_t* L_95;
L_95 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(L_92, L_94, NULL);
__this->___U3CtempTextU3E5__5_8 = L_95;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CtempTextU3E5__5_8), (void*)L_95);
// yield return StartCoroutine(DelayPrint(subtitleDelays.characterDelay));
DialogueUGUI_t4C6218B4429FE06BE4FC8D201E691AA65A548A2F* L_96 = V_1;
DialogueUGUI_t4C6218B4429FE06BE4FC8D201E691AA65A548A2F* L_97 = V_1;
DialogueUGUI_t4C6218B4429FE06BE4FC8D201E691AA65A548A2F* L_98 = V_1;
NullCheck(L_98);
SubtitleDelays_t77B1D49BE02D362170F222FF7F022241F0286AD5* L_99 = L_98->___subtitleDelays_11;
NullCheck(L_99);
float L_100 = L_99->___characterDelay_0;
NullCheck(L_97);
RuntimeObject* L_101;
L_101 = DialogueUGUI_DelayPrint_m543A6895782878643D180A60422CB5D9ED6DCFE9(L_97, L_100, NULL);
NullCheck(L_96);
Coroutine_t85EA685566A254C23F3FD77AB5BDFFFF8799596B* L_102;
L_102 = MonoBehaviour_StartCoroutine_m4CAFF732AA28CD3BDC5363B44A863575530EC812(L_96, L_101, NULL);
__this->___U3CU3E2__current_1 = L_102;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CU3E2__current_1), (void*)L_102);
__this->___U3CU3E1__state_0 = 3;
return (bool)1;
}
IL_02d4:
{
__this->___U3CU3E1__state_0 = (-1);
// PlayTypeSound();
DialogueUGUI_t4C6218B4429FE06BE4FC8D201E691AA65A548A2F* L_103 = V_1;
NullCheck(L_103);
DialogueUGUI_PlayTypeSound_mC17536F306684616D03E252D95DC37D72F0F4E4A(L_103, NULL);
// if ( c == '.' || c == '!' || c == '?' ) {
Il2CppChar L_104 = __this->___U3CcU3E5__7_10;
if ((((int32_t)L_104) == ((int32_t)((int32_t)46))))
{
goto IL_02ff;
}
}
{
Il2CppChar L_105 = __this->___U3CcU3E5__7_10;
if ((((int32_t)L_105) == ((int32_t)((int32_t)33))))
{
goto IL_02ff;
}
}
{
Il2CppChar L_106 = __this->___U3CcU3E5__7_10;
if ((!(((uint32_t)L_106) == ((uint32_t)((int32_t)63)))))
{
goto IL_0332;
}
}
IL_02ff:
{
// yield return StartCoroutine(DelayPrint(subtitleDelays.sentenceDelay));
DialogueUGUI_t4C6218B4429FE06BE4FC8D201E691AA65A548A2F* L_107 = V_1;
DialogueUGUI_t4C6218B4429FE06BE4FC8D201E691AA65A548A2F* L_108 = V_1;
DialogueUGUI_t4C6218B4429FE06BE4FC8D201E691AA65A548A2F* L_109 = V_1;
NullCheck(L_109);
SubtitleDelays_t77B1D49BE02D362170F222FF7F022241F0286AD5* L_110 = L_109->___subtitleDelays_11;
NullCheck(L_110);
float L_111 = L_110->___sentenceDelay_1;
NullCheck(L_108);
RuntimeObject* L_112;
L_112 = DialogueUGUI_DelayPrint_m543A6895782878643D180A60422CB5D9ED6DCFE9(L_108, L_111, NULL);
NullCheck(L_107);
Coroutine_t85EA685566A254C23F3FD77AB5BDFFFF8799596B* L_113;
L_113 = MonoBehaviour_StartCoroutine_m4CAFF732AA28CD3BDC5363B44A863575530EC812(L_107, L_112, NULL);
__this->___U3CU3E2__current_1 = L_113;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CU3E2__current_1), (void*)L_113);
__this->___U3CU3E1__state_0 = 4;
return (bool)1;
}
IL_0325:
{
__this->___U3CU3E1__state_0 = (-1);
// PlayTypeSound();
DialogueUGUI_t4C6218B4429FE06BE4FC8D201E691AA65A548A2F* L_114 = V_1;
NullCheck(L_114);
DialogueUGUI_PlayTypeSound_mC17536F306684616D03E252D95DC37D72F0F4E4A(L_114, NULL);
}
IL_0332:
{
// if ( c == ',' ) {
Il2CppChar L_115 = __this->___U3CcU3E5__7_10;
if ((!(((uint32_t)L_115) == ((uint32_t)((int32_t)44)))))
{
goto IL_036f;
}
}
{
// yield return StartCoroutine(DelayPrint(subtitleDelays.commaDelay));
DialogueUGUI_t4C6218B4429FE06BE4FC8D201E691AA65A548A2F* L_116 = V_1;
DialogueUGUI_t4C6218B4429FE06BE4FC8D201E691AA65A548A2F* L_117 = V_1;
DialogueUGUI_t4C6218B4429FE06BE4FC8D201E691AA65A548A2F* L_118 = V_1;
NullCheck(L_118);
SubtitleDelays_t77B1D49BE02D362170F222FF7F022241F0286AD5* L_119 = L_118->___subtitleDelays_11;
NullCheck(L_119);
float L_120 = L_119->___commaDelay_2;
NullCheck(L_117);
RuntimeObject* L_121;
L_121 = DialogueUGUI_DelayPrint_m543A6895782878643D180A60422CB5D9ED6DCFE9(L_117, L_120, NULL);
NullCheck(L_116);
Coroutine_t85EA685566A254C23F3FD77AB5BDFFFF8799596B* L_122;
L_122 = MonoBehaviour_StartCoroutine_m4CAFF732AA28CD3BDC5363B44A863575530EC812(L_116, L_121, NULL);
__this->___U3CU3E2__current_1 = L_122;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CU3E2__current_1), (void*)L_122);
__this->___U3CU3E1__state_0 = 5;
return (bool)1;
}
IL_0362:
{
__this->___U3CU3E1__state_0 = (-1);
// PlayTypeSound();
DialogueUGUI_t4C6218B4429FE06BE4FC8D201E691AA65A548A2F* L_123 = V_1;
NullCheck(L_123);
DialogueUGUI_PlayTypeSound_mC17536F306684616D03E252D95DC37D72F0F4E4A(L_123, NULL);
}
IL_036f:
{
// actorSpeech.text = tempText;
DialogueUGUI_t4C6218B4429FE06BE4FC8D201E691AA65A548A2F* L_124 = V_1;
NullCheck(L_124);
Text_tD60B2346DAA6666BF0D822FF607F0B220C2B9E62* L_125 = L_124->___actorSpeech_7;
String_t* L_126 = __this->___U3CtempTextU3E5__5_8;
NullCheck(L_125);
VirtualActionInvoker1< String_t* >::Invoke(75 /* System.Void UnityEngine.UI.Text::set_text(System.String) */, L_125, L_126);
// for ( int i = 0; i < text.Length; i++ ) {
int32_t L_127 = __this->___U3CiU3E5__6_9;
V_4 = L_127;
int32_t L_128 = V_4;
__this->___U3CiU3E5__6_9 = ((int32_t)il2cpp_codegen_add(L_128, 1));
}
IL_0392:
{
// for ( int i = 0; i < text.Length; i++ ) {
int32_t L_129 = __this->___U3CiU3E5__6_9;
String_t* L_130 = __this->___U3CtextU3E5__2_5;
NullCheck(L_130);
int32_t L_131;
L_131 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_130, NULL);
if ((((int32_t)L_129) < ((int32_t)L_131)))
{
goto IL_0226;
}
}
IL_03a8:
{
// if ( !waitForInput ) {
DialogueUGUI_t4C6218B4429FE06BE4FC8D201E691AA65A548A2F* L_132 = V_1;
NullCheck(L_132);
bool L_133 = L_132->___waitForInput_5;
if (L_133)
{
goto IL_03dd;
}
}
{
// yield return StartCoroutine(DelayPrint(subtitleDelays.finalDelay));
DialogueUGUI_t4C6218B4429FE06BE4FC8D201E691AA65A548A2F* L_134 = V_1;
DialogueUGUI_t4C6218B4429FE06BE4FC8D201E691AA65A548A2F* L_135 = V_1;
DialogueUGUI_t4C6218B4429FE06BE4FC8D201E691AA65A548A2F* L_136 = V_1;
NullCheck(L_136);
SubtitleDelays_t77B1D49BE02D362170F222FF7F022241F0286AD5* L_137 = L_136->___subtitleDelays_11;
NullCheck(L_137);
float L_138 = L_137->___finalDelay_3;
NullCheck(L_135);
RuntimeObject* L_139;
L_139 = DialogueUGUI_DelayPrint_m543A6895782878643D180A60422CB5D9ED6DCFE9(L_135, L_138, NULL);
NullCheck(L_134);
Coroutine_t85EA685566A254C23F3FD77AB5BDFFFF8799596B* L_140;
L_140 = MonoBehaviour_StartCoroutine_m4CAFF732AA28CD3BDC5363B44A863575530EC812(L_134, L_139, NULL);
__this->___U3CU3E2__current_1 = L_140;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CU3E2__current_1), (void*)L_140);
__this->___U3CU3E1__state_0 = 6;
return (bool)1;
}
IL_03d6:
{
__this->___U3CU3E1__state_0 = (-1);
}
IL_03dd:
{
// }
__this->___U3CU3E8__1_4 = (U3CU3Ec__DisplayClass29_0_tA26C5A9406B66649B1F14C6D22BFAF5E06792502*)NULL;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CU3E8__1_4), (void*)(U3CU3Ec__DisplayClass29_0_tA26C5A9406B66649B1F14C6D22BFAF5E06792502*)NULL);
__this->___U3CtempTextU3E5__5_8 = (String_t*)NULL;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CtempTextU3E5__5_8), (void*)(String_t*)NULL);
}
IL_03eb:
{
// if ( waitForInput ) {
DialogueUGUI_t4C6218B4429FE06BE4FC8D201E691AA65A548A2F* L_141 = V_1;
NullCheck(L_141);
bool L_142 = L_141->___waitForInput_5;
if (!L_142)
{
goto IL_0435;
}
}
{
// waitInputIndicator.gameObject.SetActive(true);
DialogueUGUI_t4C6218B4429FE06BE4FC8D201E691AA65A548A2F* L_143 = V_1;
NullCheck(L_143);
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_144 = L_143->___waitInputIndicator_10;
NullCheck(L_144);
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_145;
L_145 = Component_get_gameObject_m57AEFBB14DB39EC476F740BA000E170355DE691B(L_144, NULL);
NullCheck(L_145);
GameObject_SetActive_m638E92E1E75E519E5B24CF150B08CA8E0CDFAB92(L_145, (bool)1, NULL);
goto IL_041d;
}
IL_0406:
{
// yield return null;
__this->___U3CU3E2__current_1 = NULL;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CU3E2__current_1), (void*)NULL);
__this->___U3CU3E1__state_0 = 7;
return (bool)1;
}
IL_0416:
{
__this->___U3CU3E1__state_0 = (-1);
}
IL_041d:
{
// while ( !Input.anyKeyDown ) {
bool L_146;
L_146 = Input_get_anyKeyDown_m9B8D98B5574A2AA63CEED98FBF0E2A1D946BCA71(NULL);
if (!L_146)
{
goto IL_0406;
}
}
{
// waitInputIndicator.gameObject.SetActive(false);
DialogueUGUI_t4C6218B4429FE06BE4FC8D201E691AA65A548A2F* L_147 = V_1;
NullCheck(L_147);
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_148 = L_147->___waitInputIndicator_10;
NullCheck(L_148);
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_149;
L_149 = Component_get_gameObject_m57AEFBB14DB39EC476F740BA000E170355DE691B(L_148, NULL);
NullCheck(L_149);
GameObject_SetActive_m638E92E1E75E519E5B24CF150B08CA8E0CDFAB92(L_149, (bool)0, NULL);
}
IL_0435:
{
// yield return null;
__this->___U3CU3E2__current_1 = NULL;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CU3E2__current_1), (void*)NULL);
__this->___U3CU3E1__state_0 = 8;
return (bool)1;
}
IL_0445:
{
__this->___U3CU3E1__state_0 = (-1);
// subtitlesGroup.gameObject.SetActive(false);
DialogueUGUI_t4C6218B4429FE06BE4FC8D201E691AA65A548A2F* L_150 = V_1;
NullCheck(L_150);
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_151 = L_150->___subtitlesGroup_6;
NullCheck(L_151);
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_152;
L_152 = Component_get_gameObject_m57AEFBB14DB39EC476F740BA000E170355DE691B(L_151, NULL);
NullCheck(L_152);
GameObject_SetActive_m638E92E1E75E519E5B24CF150B08CA8E0CDFAB92(L_152, (bool)0, NULL);
// info.Continue();
SubtitlesRequestInfo_t41049B0554DE0A09F7EC7B4724FCE29A57DDF059* L_153 = __this->___info_2;
NullCheck(L_153);
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_154 = L_153->___Continue_2;
NullCheck(L_154);
Action_Invoke_m7126A54DACA72B845424072887B5F3A51FC3808E_inline(L_154, NULL);
// }
return (bool)0;
}
}
// System.Object NodeCanvas.DialogueTrees.UI.Examples.DialogueUGUI/<Internal_OnSubtitlesRequestInfo>d__29::System.Collections.Generic.IEnumerator<System.Object>.get_Current()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CInternal_OnSubtitlesRequestInfoU3Ed__29_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_m5E1F5ED3839D90181E94A40534E4B35553764FE2 (U3CInternal_OnSubtitlesRequestInfoU3Ed__29_t7EF5E40D4011CEE1497015C86867A8CB940FDAA2* __this, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = __this->___U3CU3E2__current_1;
return L_0;
}
}
// System.Void NodeCanvas.DialogueTrees.UI.Examples.DialogueUGUI/<Internal_OnSubtitlesRequestInfo>d__29::System.Collections.IEnumerator.Reset()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CInternal_OnSubtitlesRequestInfoU3Ed__29_System_Collections_IEnumerator_Reset_m14BCC76D306AEC53B9764D20535C7DC5FD9886F6 (U3CInternal_OnSubtitlesRequestInfoU3Ed__29_t7EF5E40D4011CEE1497015C86867A8CB940FDAA2* __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*)&U3CInternal_OnSubtitlesRequestInfoU3Ed__29_System_Collections_IEnumerator_Reset_m14BCC76D306AEC53B9764D20535C7DC5FD9886F6_RuntimeMethod_var)));
}
}
// System.Object NodeCanvas.DialogueTrees.UI.Examples.DialogueUGUI/<Internal_OnSubtitlesRequestInfo>d__29::System.Collections.IEnumerator.get_Current()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CInternal_OnSubtitlesRequestInfoU3Ed__29_System_Collections_IEnumerator_get_Current_m72CC043B92196A5213EA7AA3DB08DAD075980782 (U3CInternal_OnSubtitlesRequestInfoU3Ed__29_t7EF5E40D4011CEE1497015C86867A8CB940FDAA2* __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 NodeCanvas.DialogueTrees.UI.Examples.DialogueUGUI/<CheckInput>d__31::.ctor(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CCheckInputU3Ed__31__ctor_m95B00092C8C526F2262DB0EAA4A0E67EA75A1960 (U3CCheckInputU3Ed__31_tB4E587FFFEFD91E0F2CE0DC4AFE9607C26CBA63A* __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 NodeCanvas.DialogueTrees.UI.Examples.DialogueUGUI/<CheckInput>d__31::System.IDisposable.Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CCheckInputU3Ed__31_System_IDisposable_Dispose_mCA59A3B07E5348FFF499027B63DFEAE496BE47CF (U3CCheckInputU3Ed__31_tB4E587FFFEFD91E0F2CE0DC4AFE9607C26CBA63A* __this, const RuntimeMethod* method)
{
{
return;
}
}
// System.Boolean NodeCanvas.DialogueTrees.UI.Examples.DialogueUGUI/<CheckInput>d__31::MoveNext()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CCheckInputU3Ed__31_MoveNext_mC84EB95EE695AEE9A132620FF4292DA7150151B4 (U3CCheckInputU3Ed__31_tB4E587FFFEFD91E0F2CE0DC4AFE9607C26CBA63A* __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
int32_t L_0 = __this->___U3CU3E1__state_0;
V_0 = L_0;
int32_t L_1 = V_0;
if (!L_1)
{
goto IL_0010;
}
}
{
int32_t L_2 = V_0;
if ((((int32_t)L_2) == ((int32_t)1)))
{
goto IL_0029;
}
}
{
return (bool)0;
}
IL_0010:
{
__this->___U3CU3E1__state_0 = (-1);
goto IL_0030;
}
IL_0019:
{
// 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_0029:
{
__this->___U3CU3E1__state_0 = (-1);
}
IL_0030:
{
// while ( !Input.anyKeyDown ) {
bool L_3;
L_3 = Input_get_anyKeyDown_m9B8D98B5574A2AA63CEED98FBF0E2A1D946BCA71(NULL);
if (!L_3)
{
goto IL_0019;
}
}
{
// Do();
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_4 = __this->___Do_2;
NullCheck(L_4);
Action_Invoke_m7126A54DACA72B845424072887B5F3A51FC3808E_inline(L_4, NULL);
// }
return (bool)0;
}
}
// System.Object NodeCanvas.DialogueTrees.UI.Examples.DialogueUGUI/<CheckInput>d__31::System.Collections.Generic.IEnumerator<System.Object>.get_Current()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CCheckInputU3Ed__31_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_m5A03E9221CFFF86D268750F6B96355CB7DAE0087 (U3CCheckInputU3Ed__31_tB4E587FFFEFD91E0F2CE0DC4AFE9607C26CBA63A* __this, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = __this->___U3CU3E2__current_1;
return L_0;
}
}
// System.Void NodeCanvas.DialogueTrees.UI.Examples.DialogueUGUI/<CheckInput>d__31::System.Collections.IEnumerator.Reset()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CCheckInputU3Ed__31_System_Collections_IEnumerator_Reset_mD689AE09670BB07BE7CB2A76515FCF4E7D894FA1 (U3CCheckInputU3Ed__31_tB4E587FFFEFD91E0F2CE0DC4AFE9607C26CBA63A* __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*)&U3CCheckInputU3Ed__31_System_Collections_IEnumerator_Reset_mD689AE09670BB07BE7CB2A76515FCF4E7D894FA1_RuntimeMethod_var)));
}
}
// System.Object NodeCanvas.DialogueTrees.UI.Examples.DialogueUGUI/<CheckInput>d__31::System.Collections.IEnumerator.get_Current()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CCheckInputU3Ed__31_System_Collections_IEnumerator_get_Current_mA30695DDB3474D8B0BD40703322A6F4DF3B4BC31 (U3CCheckInputU3Ed__31_tB4E587FFFEFD91E0F2CE0DC4AFE9607C26CBA63A* __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 NodeCanvas.DialogueTrees.UI.Examples.DialogueUGUI/<DelayPrint>d__32::.ctor(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CDelayPrintU3Ed__32__ctor_m52FB4EBAD23F32CEF16176C932BD292FF975AAA2 (U3CDelayPrintU3Ed__32_tB6B4CD55BB9F5836C38CFF9AC6D69BB4EC439AF9* __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 NodeCanvas.DialogueTrees.UI.Examples.DialogueUGUI/<DelayPrint>d__32::System.IDisposable.Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CDelayPrintU3Ed__32_System_IDisposable_Dispose_m447343A00D27F2AE89803DB935A3305E803FED95 (U3CDelayPrintU3Ed__32_tB6B4CD55BB9F5836C38CFF9AC6D69BB4EC439AF9* __this, const RuntimeMethod* method)
{
{
return;
}
}
// System.Boolean NodeCanvas.DialogueTrees.UI.Examples.DialogueUGUI/<DelayPrint>d__32::MoveNext()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CDelayPrintU3Ed__32_MoveNext_m20F9A8C82CA1DCB0A07D3BABD964D20606FD60C8 (U3CDelayPrintU3Ed__32_tB6B4CD55BB9F5836C38CFF9AC6D69BB4EC439AF9* __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
int32_t L_0 = __this->___U3CU3E1__state_0;
V_0 = L_0;
int32_t L_1 = V_0;
if (!L_1)
{
goto IL_0010;
}
}
{
int32_t L_2 = V_0;
if ((((int32_t)L_2) == ((int32_t)1)))
{
goto IL_0046;
}
}
{
return (bool)0;
}
IL_0010:
{
__this->___U3CU3E1__state_0 = (-1);
// var timer = 0f;
__this->___U3CtimerU3E5__2_3 = (0.0f);
goto IL_004d;
}
IL_0024:
{
// timer += Time.deltaTime;
float L_3 = __this->___U3CtimerU3E5__2_3;
float L_4;
L_4 = Time_get_deltaTime_mC3195000401F0FD167DD2F948FD2BC58330D0865(NULL);
__this->___U3CtimerU3E5__2_3 = ((float)il2cpp_codegen_add(L_3, L_4));
// 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_0046:
{
__this->___U3CU3E1__state_0 = (-1);
}
IL_004d:
{
// while ( timer < time ) {
float L_5 = __this->___U3CtimerU3E5__2_3;
float L_6 = __this->___time_2;
if ((((float)L_5) < ((float)L_6)))
{
goto IL_0024;
}
}
{
// }
return (bool)0;
}
}
// System.Object NodeCanvas.DialogueTrees.UI.Examples.DialogueUGUI/<DelayPrint>d__32::System.Collections.Generic.IEnumerator<System.Object>.get_Current()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CDelayPrintU3Ed__32_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_mC8E0884D1E4C014D40DB877BCE72816E59A0553F (U3CDelayPrintU3Ed__32_tB6B4CD55BB9F5836C38CFF9AC6D69BB4EC439AF9* __this, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = __this->___U3CU3E2__current_1;
return L_0;
}
}
// System.Void NodeCanvas.DialogueTrees.UI.Examples.DialogueUGUI/<DelayPrint>d__32::System.Collections.IEnumerator.Reset()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CDelayPrintU3Ed__32_System_Collections_IEnumerator_Reset_m46648E98D1185A38A4AA6D6A91DC63CC33A5A8BD (U3CDelayPrintU3Ed__32_tB6B4CD55BB9F5836C38CFF9AC6D69BB4EC439AF9* __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*)&U3CDelayPrintU3Ed__32_System_Collections_IEnumerator_Reset_m46648E98D1185A38A4AA6D6A91DC63CC33A5A8BD_RuntimeMethod_var)));
}
}
// System.Object NodeCanvas.DialogueTrees.UI.Examples.DialogueUGUI/<DelayPrint>d__32::System.Collections.IEnumerator.get_Current()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CDelayPrintU3Ed__32_System_Collections_IEnumerator_get_Current_mCD3D8568B3211BF8929AB764EE9C9455A5667A7E (U3CDelayPrintU3Ed__32_tB6B4CD55BB9F5836C38CFF9AC6D69BB4EC439AF9* __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 NodeCanvas.DialogueTrees.UI.Examples.DialogueUGUI/<>c__DisplayClass33_0::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass33_0__ctor_m388DF5052061935F9463DBB4FB5FD88B1DF3EEDD (U3CU3Ec__DisplayClass33_0_tAA84FC0D1AC93BBBE8AF1EF59B36F4AC18742D67* __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 NodeCanvas.DialogueTrees.UI.Examples.DialogueUGUI/<>c__DisplayClass33_1::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass33_1__ctor_m7B27ECE544415ED2B282295BCED5600E14A043E1 (U3CU3Ec__DisplayClass33_1_t1CD9B0D9930DC89E4F5443CBC6FEDCC998AE937C* __this, const RuntimeMethod* method)
{
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
return;
}
}
// System.Void NodeCanvas.DialogueTrees.UI.Examples.DialogueUGUI/<>c__DisplayClass33_1::<OnMultipleChoiceRequest>b__0()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass33_1_U3COnMultipleChoiceRequestU3Eb__0_m946E86A73F08BCD344868425BD31A9B548C36E18 (U3CU3Ec__DisplayClass33_1_t1CD9B0D9930DC89E4F5443CBC6FEDCC998AE937C* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_get_Item_mA4CADA9E1A81E28C0C77BBA530C56B8653D7F363_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
// btn.onClick.AddListener(() => { Finalize(info, cachedButtons[btn]); });
U3CU3Ec__DisplayClass33_0_tAA84FC0D1AC93BBBE8AF1EF59B36F4AC18742D67* L_0 = __this->___CSU24U3CU3E8__locals1_1;
NullCheck(L_0);
DialogueUGUI_t4C6218B4429FE06BE4FC8D201E691AA65A548A2F* L_1 = L_0->___U3CU3E4__this_0;
U3CU3Ec__DisplayClass33_0_tAA84FC0D1AC93BBBE8AF1EF59B36F4AC18742D67* L_2 = __this->___CSU24U3CU3E8__locals1_1;
NullCheck(L_2);
MultipleChoiceRequestInfo_t6345C3417C50A129FF51D0A36971E188D06B4180* L_3 = L_2->___info_1;
U3CU3Ec__DisplayClass33_0_tAA84FC0D1AC93BBBE8AF1EF59B36F4AC18742D67* L_4 = __this->___CSU24U3CU3E8__locals1_1;
NullCheck(L_4);
DialogueUGUI_t4C6218B4429FE06BE4FC8D201E691AA65A548A2F* L_5 = L_4->___U3CU3E4__this_0;
NullCheck(L_5);
Dictionary_2_t7859C6FFE6937629581727659DC7F88C3161A03C* L_6 = L_5->___cachedButtons_16;
Button_t6786514A57F7AFDEE5431112FEA0CAB24F5AE098* L_7 = __this->___btn_0;
NullCheck(L_6);
int32_t L_8;
L_8 = Dictionary_2_get_Item_mA4CADA9E1A81E28C0C77BBA530C56B8653D7F363(L_6, L_7, Dictionary_2_get_Item_mA4CADA9E1A81E28C0C77BBA530C56B8653D7F363_RuntimeMethod_var);
NullCheck(L_1);
DialogueUGUI_Finalize_mC5EF1D78AC40AAF5E835C13B3B14EF7AB6DC1448(L_1, L_3, L_8, NULL);
// btn.onClick.AddListener(() => { Finalize(info, cachedButtons[btn]); });
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.DialogueTrees.UI.Examples.DialogueUGUI/<CountDown>d__34::.ctor(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CCountDownU3Ed__34__ctor_m6A57E5D234156057CF73FFA4090172153F79D60C (U3CCountDownU3Ed__34_tC07C14B62A83FD440A70180E58A53F35AC19E7C3* __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 NodeCanvas.DialogueTrees.UI.Examples.DialogueUGUI/<CountDown>d__34::System.IDisposable.Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CCountDownU3Ed__34_System_IDisposable_Dispose_mA0A34AB6A35A6BD854FC9BC27CA2087D740BF4D5 (U3CCountDownU3Ed__34_tC07C14B62A83FD440A70180E58A53F35AC19E7C3* __this, const RuntimeMethod* method)
{
{
return;
}
}
// System.Boolean NodeCanvas.DialogueTrees.UI.Examples.DialogueUGUI/<CountDown>d__34::MoveNext()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CCountDownU3Ed__34_MoveNext_m1314474FBEF0F95F7F76CA37E4B4AB6F54F5BE37 (U3CCountDownU3Ed__34_tC07C14B62A83FD440A70180E58A53F35AC19E7C3* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_get_Values_m0C3BEC7A93858671ACB020962DE8DEF30FDC61CA_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_Last_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_mCFD5BA313EA72B18F61BD8C68803034882461219_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
DialogueUGUI_t4C6218B4429FE06BE4FC8D201E691AA65A548A2F* V_1 = NULL;
{
int32_t L_0 = __this->___U3CU3E1__state_0;
V_0 = L_0;
DialogueUGUI_t4C6218B4429FE06BE4FC8D201E691AA65A548A2F* 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_008b;
}
}
{
return (bool)0;
}
IL_0017:
{
__this->___U3CU3E1__state_0 = (-1);
// isWaitingChoice = true;
DialogueUGUI_t4C6218B4429FE06BE4FC8D201E691AA65A548A2F* L_4 = V_1;
NullCheck(L_4);
L_4->___isWaitingChoice_18 = (bool)1;
// var timer = 0f;
__this->___U3CtimerU3E5__2_4 = (0.0f);
goto IL_0092;
}
IL_0032:
{
// if ( isWaitingChoice == false ) {
DialogueUGUI_t4C6218B4429FE06BE4FC8D201E691AA65A548A2F* L_5 = V_1;
NullCheck(L_5);
bool L_6 = L_5->___isWaitingChoice_18;
if (L_6)
{
goto IL_003c;
}
}
{
// yield break;
return (bool)0;
}
IL_003c:
{
// timer += Time.deltaTime;
float L_7 = __this->___U3CtimerU3E5__2_4;
float L_8;
L_8 = Time_get_deltaTime_mC3195000401F0FD167DD2F948FD2BC58330D0865(NULL);
__this->___U3CtimerU3E5__2_4 = ((float)il2cpp_codegen_add(L_7, L_8));
// SetMassAlpha(optionsGroup, Mathf.Lerp(1, 0, timer / info.availableTime));
DialogueUGUI_t4C6218B4429FE06BE4FC8D201E691AA65A548A2F* L_9 = V_1;
DialogueUGUI_t4C6218B4429FE06BE4FC8D201E691AA65A548A2F* L_10 = V_1;
NullCheck(L_10);
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_11 = L_10->___optionsGroup_14;
float L_12 = __this->___U3CtimerU3E5__2_4;
MultipleChoiceRequestInfo_t6345C3417C50A129FF51D0A36971E188D06B4180* L_13 = __this->___info_3;
NullCheck(L_13);
float L_14 = L_13->___availableTime_2;
float L_15;
L_15 = Mathf_Lerp_m47EF2FFB7647BD0A1FDC26DC03E28B19812139B5_inline((1.0f), (0.0f), ((float)(L_12/L_14)), NULL);
NullCheck(L_9);
DialogueUGUI_SetMassAlpha_m29D3B15E0EF5863E10B66D385108CFC1AB645173(L_9, L_11, L_15, 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_008b:
{
__this->___U3CU3E1__state_0 = (-1);
}
IL_0092:
{
// while ( timer < info.availableTime ) {
float L_16 = __this->___U3CtimerU3E5__2_4;
MultipleChoiceRequestInfo_t6345C3417C50A129FF51D0A36971E188D06B4180* L_17 = __this->___info_3;
NullCheck(L_17);
float L_18 = L_17->___availableTime_2;
if ((((float)L_16) < ((float)L_18)))
{
goto IL_0032;
}
}
{
// if ( isWaitingChoice ) {
DialogueUGUI_t4C6218B4429FE06BE4FC8D201E691AA65A548A2F* L_19 = V_1;
NullCheck(L_19);
bool L_20 = L_19->___isWaitingChoice_18;
if (!L_20)
{
goto IL_00ce;
}
}
{
// Finalize(info, info.options.Values.Last());
DialogueUGUI_t4C6218B4429FE06BE4FC8D201E691AA65A548A2F* L_21 = V_1;
MultipleChoiceRequestInfo_t6345C3417C50A129FF51D0A36971E188D06B4180* L_22 = __this->___info_3;
MultipleChoiceRequestInfo_t6345C3417C50A129FF51D0A36971E188D06B4180* L_23 = __this->___info_3;
NullCheck(L_23);
Dictionary_2_t9C903FF799FD3813218B3B666A8C845E79808B92* L_24 = L_23->___options_1;
NullCheck(L_24);
ValueCollection_tF704C0D4A5547177303BA626A4DB7AAE5B0439EE* L_25;
L_25 = Dictionary_2_get_Values_m0C3BEC7A93858671ACB020962DE8DEF30FDC61CA(L_24, Dictionary_2_get_Values_m0C3BEC7A93858671ACB020962DE8DEF30FDC61CA_RuntimeMethod_var);
int32_t L_26;
L_26 = Enumerable_Last_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_mCFD5BA313EA72B18F61BD8C68803034882461219(L_25, Enumerable_Last_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_mCFD5BA313EA72B18F61BD8C68803034882461219_RuntimeMethod_var);
NullCheck(L_21);
DialogueUGUI_Finalize_mC5EF1D78AC40AAF5E835C13B3B14EF7AB6DC1448(L_21, L_22, L_26, NULL);
}
IL_00ce:
{
// }
return (bool)0;
}
}
// System.Object NodeCanvas.DialogueTrees.UI.Examples.DialogueUGUI/<CountDown>d__34::System.Collections.Generic.IEnumerator<System.Object>.get_Current()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CCountDownU3Ed__34_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_m96FF4F08A8479EEA023F3819E3DD7FD99F7BFF90 (U3CCountDownU3Ed__34_tC07C14B62A83FD440A70180E58A53F35AC19E7C3* __this, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = __this->___U3CU3E2__current_1;
return L_0;
}
}
// System.Void NodeCanvas.DialogueTrees.UI.Examples.DialogueUGUI/<CountDown>d__34::System.Collections.IEnumerator.Reset()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CCountDownU3Ed__34_System_Collections_IEnumerator_Reset_m220548387688658D681F47D51F8CD3F808A789E1 (U3CCountDownU3Ed__34_tC07C14B62A83FD440A70180E58A53F35AC19E7C3* __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*)&U3CCountDownU3Ed__34_System_Collections_IEnumerator_Reset_m220548387688658D681F47D51F8CD3F808A789E1_RuntimeMethod_var)));
}
}
// System.Object NodeCanvas.DialogueTrees.UI.Examples.DialogueUGUI/<CountDown>d__34::System.Collections.IEnumerator.get_Current()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CCountDownU3Ed__34_System_Collections_IEnumerator_get_Current_m1B3377929DF229E3F30E0429A76F11F603D2F2E4 (U3CCountDownU3Ed__34_tC07C14B62A83FD440A70180E58A53F35AC19E7C3* __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.Object NodeCanvas.BehaviourTrees.BehaviourTree::OnDerivedDataSerialization()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* BehaviourTree_OnDerivedDataSerialization_mF6769DC0158EF110CC9AD8C144E1A0E37191FC63 (BehaviourTree_t6AF4016EBA17F68BDB7FA2350CDD23D7D3629562* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerivedSerializationData_t63E848EBB6595E04C06376AC31B7E3DBE63A664B_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// var data = new DerivedSerializationData();
DerivedSerializationData_t63E848EBB6595E04C06376AC31B7E3DBE63A664B* L_0 = (DerivedSerializationData_t63E848EBB6595E04C06376AC31B7E3DBE63A664B*)il2cpp_codegen_object_new(DerivedSerializationData_t63E848EBB6595E04C06376AC31B7E3DBE63A664B_il2cpp_TypeInfo_var);
NullCheck(L_0);
DerivedSerializationData__ctor_m2729C208B1523C894E2D34689BD4BE3100961350(L_0, NULL);
// data.repeat = this.repeat;
DerivedSerializationData_t63E848EBB6595E04C06376AC31B7E3DBE63A664B* L_1 = L_0;
bool L_2 = __this->___repeat_27;
NullCheck(L_1);
L_1->___repeat_0 = L_2;
// data.updateInterval = this.updateInterval;
DerivedSerializationData_t63E848EBB6595E04C06376AC31B7E3DBE63A664B* L_3 = L_1;
float L_4 = __this->___updateInterval_28;
NullCheck(L_3);
L_3->___updateInterval_1 = L_4;
// return data;
return L_3;
}
}
// System.Void NodeCanvas.BehaviourTrees.BehaviourTree::OnDerivedDataDeserialization(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BehaviourTree_OnDerivedDataDeserialization_m6F227FC0071B14B29E8117A179DB1B4C8338BC0F (BehaviourTree_t6AF4016EBA17F68BDB7FA2350CDD23D7D3629562* __this, RuntimeObject* ___0_data, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerivedSerializationData_t63E848EBB6595E04C06376AC31B7E3DBE63A664B_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// if ( data is DerivedSerializationData ) {
RuntimeObject* L_0 = ___0_data;
if (!((DerivedSerializationData_t63E848EBB6595E04C06376AC31B7E3DBE63A664B*)IsInstClass((RuntimeObject*)L_0, DerivedSerializationData_t63E848EBB6595E04C06376AC31B7E3DBE63A664B_il2cpp_TypeInfo_var)))
{
goto IL_002a;
}
}
{
// this.repeat = ( (DerivedSerializationData)data ).repeat;
RuntimeObject* L_1 = ___0_data;
NullCheck(((DerivedSerializationData_t63E848EBB6595E04C06376AC31B7E3DBE63A664B*)CastclassClass((RuntimeObject*)L_1, DerivedSerializationData_t63E848EBB6595E04C06376AC31B7E3DBE63A664B_il2cpp_TypeInfo_var)));
bool L_2 = ((DerivedSerializationData_t63E848EBB6595E04C06376AC31B7E3DBE63A664B*)CastclassClass((RuntimeObject*)L_1, DerivedSerializationData_t63E848EBB6595E04C06376AC31B7E3DBE63A664B_il2cpp_TypeInfo_var))->___repeat_0;
__this->___repeat_27 = L_2;
// this.updateInterval = ( (DerivedSerializationData)data ).updateInterval;
RuntimeObject* L_3 = ___0_data;
NullCheck(((DerivedSerializationData_t63E848EBB6595E04C06376AC31B7E3DBE63A664B*)CastclassClass((RuntimeObject*)L_3, DerivedSerializationData_t63E848EBB6595E04C06376AC31B7E3DBE63A664B_il2cpp_TypeInfo_var)));
float L_4 = ((DerivedSerializationData_t63E848EBB6595E04C06376AC31B7E3DBE63A664B*)CastclassClass((RuntimeObject*)L_3, DerivedSerializationData_t63E848EBB6595E04C06376AC31B7E3DBE63A664B_il2cpp_TypeInfo_var))->___updateInterval_1;
__this->___updateInterval_28 = L_4;
}
IL_002a:
{
// }
return;
}
}
// System.Void NodeCanvas.BehaviourTrees.BehaviourTree::add_onRootStatusChanged(System.Action`2<NodeCanvas.BehaviourTrees.BehaviourTree,NodeCanvas.Framework.Status>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BehaviourTree_add_onRootStatusChanged_mE88B7AC30ED4493ED9771D8FE0CCDAABEF8FD6B0 (Action_2_tD92E64C609E4D43CA2F9F8575F6427A4D699707C* ___0_value, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_2_tD92E64C609E4D43CA2F9F8575F6427A4D699707C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BehaviourTree_t6AF4016EBA17F68BDB7FA2350CDD23D7D3629562_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
Action_2_tD92E64C609E4D43CA2F9F8575F6427A4D699707C* V_0 = NULL;
Action_2_tD92E64C609E4D43CA2F9F8575F6427A4D699707C* V_1 = NULL;
Action_2_tD92E64C609E4D43CA2F9F8575F6427A4D699707C* V_2 = NULL;
{
Action_2_tD92E64C609E4D43CA2F9F8575F6427A4D699707C* L_0 = ((BehaviourTree_t6AF4016EBA17F68BDB7FA2350CDD23D7D3629562_StaticFields*)il2cpp_codegen_static_fields_for(BehaviourTree_t6AF4016EBA17F68BDB7FA2350CDD23D7D3629562_il2cpp_TypeInfo_var))->___onRootStatusChanged_29;
V_0 = L_0;
}
IL_0006:
{
Action_2_tD92E64C609E4D43CA2F9F8575F6427A4D699707C* L_1 = V_0;
V_1 = L_1;
Action_2_tD92E64C609E4D43CA2F9F8575F6427A4D699707C* L_2 = V_1;
Action_2_tD92E64C609E4D43CA2F9F8575F6427A4D699707C* L_3 = ___0_value;
Delegate_t* L_4;
L_4 = Delegate_Combine_m1F725AEF318BE6F0426863490691A6F4606E7D00(L_2, L_3, NULL);
V_2 = ((Action_2_tD92E64C609E4D43CA2F9F8575F6427A4D699707C*)Castclass((RuntimeObject*)L_4, Action_2_tD92E64C609E4D43CA2F9F8575F6427A4D699707C_il2cpp_TypeInfo_var));
Action_2_tD92E64C609E4D43CA2F9F8575F6427A4D699707C* L_5 = V_2;
Action_2_tD92E64C609E4D43CA2F9F8575F6427A4D699707C* L_6 = V_1;
Action_2_tD92E64C609E4D43CA2F9F8575F6427A4D699707C* L_7;
L_7 = InterlockedCompareExchangeImpl<Action_2_tD92E64C609E4D43CA2F9F8575F6427A4D699707C*>((&((BehaviourTree_t6AF4016EBA17F68BDB7FA2350CDD23D7D3629562_StaticFields*)il2cpp_codegen_static_fields_for(BehaviourTree_t6AF4016EBA17F68BDB7FA2350CDD23D7D3629562_il2cpp_TypeInfo_var))->___onRootStatusChanged_29), L_5, L_6);
V_0 = L_7;
Action_2_tD92E64C609E4D43CA2F9F8575F6427A4D699707C* L_8 = V_0;
Action_2_tD92E64C609E4D43CA2F9F8575F6427A4D699707C* L_9 = V_1;
if ((!(((RuntimeObject*)(Action_2_tD92E64C609E4D43CA2F9F8575F6427A4D699707C*)L_8) == ((RuntimeObject*)(Action_2_tD92E64C609E4D43CA2F9F8575F6427A4D699707C*)L_9))))
{
goto IL_0006;
}
}
{
return;
}
}
// System.Void NodeCanvas.BehaviourTrees.BehaviourTree::remove_onRootStatusChanged(System.Action`2<NodeCanvas.BehaviourTrees.BehaviourTree,NodeCanvas.Framework.Status>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BehaviourTree_remove_onRootStatusChanged_m37624ADE823184CA3AB276432B9A5A9D1FDB0F54 (Action_2_tD92E64C609E4D43CA2F9F8575F6427A4D699707C* ___0_value, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_2_tD92E64C609E4D43CA2F9F8575F6427A4D699707C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BehaviourTree_t6AF4016EBA17F68BDB7FA2350CDD23D7D3629562_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
Action_2_tD92E64C609E4D43CA2F9F8575F6427A4D699707C* V_0 = NULL;
Action_2_tD92E64C609E4D43CA2F9F8575F6427A4D699707C* V_1 = NULL;
Action_2_tD92E64C609E4D43CA2F9F8575F6427A4D699707C* V_2 = NULL;
{
Action_2_tD92E64C609E4D43CA2F9F8575F6427A4D699707C* L_0 = ((BehaviourTree_t6AF4016EBA17F68BDB7FA2350CDD23D7D3629562_StaticFields*)il2cpp_codegen_static_fields_for(BehaviourTree_t6AF4016EBA17F68BDB7FA2350CDD23D7D3629562_il2cpp_TypeInfo_var))->___onRootStatusChanged_29;
V_0 = L_0;
}
IL_0006:
{
Action_2_tD92E64C609E4D43CA2F9F8575F6427A4D699707C* L_1 = V_0;
V_1 = L_1;
Action_2_tD92E64C609E4D43CA2F9F8575F6427A4D699707C* L_2 = V_1;
Action_2_tD92E64C609E4D43CA2F9F8575F6427A4D699707C* L_3 = ___0_value;
Delegate_t* L_4;
L_4 = Delegate_Remove_m8B7DD5661308FA972E23CA1CC3FC9CEB355504E3(L_2, L_3, NULL);
V_2 = ((Action_2_tD92E64C609E4D43CA2F9F8575F6427A4D699707C*)Castclass((RuntimeObject*)L_4, Action_2_tD92E64C609E4D43CA2F9F8575F6427A4D699707C_il2cpp_TypeInfo_var));
Action_2_tD92E64C609E4D43CA2F9F8575F6427A4D699707C* L_5 = V_2;
Action_2_tD92E64C609E4D43CA2F9F8575F6427A4D699707C* L_6 = V_1;
Action_2_tD92E64C609E4D43CA2F9F8575F6427A4D699707C* L_7;
L_7 = InterlockedCompareExchangeImpl<Action_2_tD92E64C609E4D43CA2F9F8575F6427A4D699707C*>((&((BehaviourTree_t6AF4016EBA17F68BDB7FA2350CDD23D7D3629562_StaticFields*)il2cpp_codegen_static_fields_for(BehaviourTree_t6AF4016EBA17F68BDB7FA2350CDD23D7D3629562_il2cpp_TypeInfo_var))->___onRootStatusChanged_29), L_5, L_6);
V_0 = L_7;
Action_2_tD92E64C609E4D43CA2F9F8575F6427A4D699707C* L_8 = V_0;
Action_2_tD92E64C609E4D43CA2F9F8575F6427A4D699707C* L_9 = V_1;
if ((!(((RuntimeObject*)(Action_2_tD92E64C609E4D43CA2F9F8575F6427A4D699707C*)L_8) == ((RuntimeObject*)(Action_2_tD92E64C609E4D43CA2F9F8575F6427A4D699707C*)L_9))))
{
goto IL_0006;
}
}
{
return;
}
}
// NodeCanvas.Framework.Status NodeCanvas.BehaviourTrees.BehaviourTree::get_rootStatus()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BehaviourTree_get_rootStatus_m67188F404246DE36ED2C02D912C28C0F0CB7A8B1 (BehaviourTree_t6AF4016EBA17F68BDB7FA2350CDD23D7D3629562* __this, const RuntimeMethod* method)
{
{
// get { return _rootStatus; }
int32_t L_0 = __this->____rootStatus_31;
return L_0;
}
}
// System.Void NodeCanvas.BehaviourTrees.BehaviourTree::set_rootStatus(NodeCanvas.Framework.Status)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BehaviourTree_set_rootStatus_m0DEA15F145A767FD304C8784D55B25813D40E800 (BehaviourTree_t6AF4016EBA17F68BDB7FA2350CDD23D7D3629562* __this, int32_t ___0_value, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BehaviourTree_t6AF4016EBA17F68BDB7FA2350CDD23D7D3629562_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// if ( _rootStatus != value ) {
int32_t L_0 = __this->____rootStatus_31;
int32_t L_1 = ___0_value;
if ((((int32_t)L_0) == ((int32_t)L_1)))
{
goto IL_0023;
}
}
{
// _rootStatus = value;
int32_t L_2 = ___0_value;
__this->____rootStatus_31 = L_2;
// if ( onRootStatusChanged != null ) {
Action_2_tD92E64C609E4D43CA2F9F8575F6427A4D699707C* L_3 = ((BehaviourTree_t6AF4016EBA17F68BDB7FA2350CDD23D7D3629562_StaticFields*)il2cpp_codegen_static_fields_for(BehaviourTree_t6AF4016EBA17F68BDB7FA2350CDD23D7D3629562_il2cpp_TypeInfo_var))->___onRootStatusChanged_29;
if (!L_3)
{
goto IL_0023;
}
}
{
// onRootStatusChanged(this, value);
Action_2_tD92E64C609E4D43CA2F9F8575F6427A4D699707C* L_4 = ((BehaviourTree_t6AF4016EBA17F68BDB7FA2350CDD23D7D3629562_StaticFields*)il2cpp_codegen_static_fields_for(BehaviourTree_t6AF4016EBA17F68BDB7FA2350CDD23D7D3629562_il2cpp_TypeInfo_var))->___onRootStatusChanged_29;
int32_t L_5 = ___0_value;
NullCheck(L_4);
Action_2_Invoke_m53B8B6A678D01E2AF67709BAF64FBD2E5EA5E446_inline(L_4, __this, L_5, NULL);
}
IL_0023:
{
// }
return;
}
}
// System.Type NodeCanvas.BehaviourTrees.BehaviourTree::get_baseNodeType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* BehaviourTree_get_baseNodeType_mED1942ED0F827312DD625FDBD234E8260B1ADA2D (BehaviourTree_t6AF4016EBA17F68BDB7FA2350CDD23D7D3629562* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BTNode_t3FAAB6CF8FB7E4DD8001158EEF5E88FE5BB95DC2_0_0_0_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// public override System.Type baseNodeType => typeof(BTNode);
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_0 = { reinterpret_cast<intptr_t> (BTNode_t3FAAB6CF8FB7E4DD8001158EEF5E88FE5BB95DC2_0_0_0_var) };
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
Type_t* L_1;
L_1 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_0, NULL);
return L_1;
}
}
// System.Boolean NodeCanvas.BehaviourTrees.BehaviourTree::get_requiresAgent()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BehaviourTree_get_requiresAgent_m7A4A4AADB5E2197F6AE946A56325A2CB4144EC49 (BehaviourTree_t6AF4016EBA17F68BDB7FA2350CDD23D7D3629562* __this, const RuntimeMethod* method)
{
{
// public override bool requiresAgent => true;
return (bool)1;
}
}
// System.Boolean NodeCanvas.BehaviourTrees.BehaviourTree::get_requiresPrimeNode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BehaviourTree_get_requiresPrimeNode_m11B50A228A739BFC60F012B56AC744E976E115C6 (BehaviourTree_t6AF4016EBA17F68BDB7FA2350CDD23D7D3629562* __this, const RuntimeMethod* method)
{
{
// public override bool requiresPrimeNode => true;
return (bool)1;
}
}
// System.Boolean NodeCanvas.BehaviourTrees.BehaviourTree::get_isTree()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BehaviourTree_get_isTree_mB07B99154642DAC307D1CD268B36BC65BCFF6C40 (BehaviourTree_t6AF4016EBA17F68BDB7FA2350CDD23D7D3629562* __this, const RuntimeMethod* method)
{
{
// public override bool isTree => true;
return (bool)1;
}
}
// System.Boolean NodeCanvas.BehaviourTrees.BehaviourTree::get_allowBlackboardOverrides()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BehaviourTree_get_allowBlackboardOverrides_m3F410F999C5755FD86280000E6AE244C4B40A907 (BehaviourTree_t6AF4016EBA17F68BDB7FA2350CDD23D7D3629562* __this, const RuntimeMethod* method)
{
{
// public override bool allowBlackboardOverrides => true;
return (bool)1;
}
}
// System.Boolean NodeCanvas.BehaviourTrees.BehaviourTree::get_canAcceptVariableDrops()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BehaviourTree_get_canAcceptVariableDrops_mCD3E278870C2772F13879FDC8B631DE07988ED7B (BehaviourTree_t6AF4016EBA17F68BDB7FA2350CDD23D7D3629562* __this, const RuntimeMethod* method)
{
{
// sealed public override bool canAcceptVariableDrops => false;
return (bool)0;
}
}
// System.Void NodeCanvas.BehaviourTrees.BehaviourTree::OnGraphStarted()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BehaviourTree_OnGraphStarted_mE7777D46D2A3627DACC7D22421136428E38D0402 (BehaviourTree_t6AF4016EBA17F68BDB7FA2350CDD23D7D3629562* __this, const RuntimeMethod* method)
{
{
// intervalCounter = updateInterval;
float L_0 = __this->___updateInterval_28;
__this->___intervalCounter_30 = L_0;
// rootStatus = primeNode.status;
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_1;
L_1 = Graph_get_primeNode_mD442F7DA2FE8A6F5210F97A2F7563C835B5BAFC1(__this, NULL);
NullCheck(L_1);
int32_t L_2;
L_2 = Node_get_status_m2FBF938FF2AA2979E7DC66B8F6AD3AD272FCB04B_inline(L_1, NULL);
BehaviourTree_set_rootStatus_m0DEA15F145A767FD304C8784D55B25813D40E800(__this, L_2, NULL);
// }
return;
}
}
// System.Void NodeCanvas.BehaviourTrees.BehaviourTree::OnGraphUpdate()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BehaviourTree_OnGraphUpdate_m4BE449040FF790697C6F8419E0F3829B7C53B238 (BehaviourTree_t6AF4016EBA17F68BDB7FA2350CDD23D7D3629562* __this, const RuntimeMethod* method)
{
{
// if ( intervalCounter >= updateInterval ) {
float L_0 = __this->___intervalCounter_30;
float L_1 = __this->___updateInterval_28;
if ((!(((float)L_0) >= ((float)L_1))))
{
goto IL_0045;
}
}
{
// intervalCounter = 0;
__this->___intervalCounter_30 = (0.0f);
// if ( Tick(agent, blackboard) != Status.Running && !repeat ) {
Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* L_2;
L_2 = Graph_get_agent_m2AD941592E9694084A4A44F0F30A363E95295EA8_inline(__this, NULL);
RuntimeObject* L_3;
L_3 = Graph_get_blackboard_mEA857457C284A543695FBD6B8A9BA8C46EDB4B93(__this, NULL);
int32_t L_4;
L_4 = BehaviourTree_Tick_m588B1145262D7345CE8AF3610FC4291CA8F03410(__this, L_2, L_3, NULL);
if ((((int32_t)L_4) == ((int32_t)2)))
{
goto IL_0045;
}
}
{
bool L_5 = __this->___repeat_27;
if (L_5)
{
goto IL_0045;
}
}
{
// Stop(rootStatus == Status.Success);
int32_t L_6;
L_6 = BehaviourTree_get_rootStatus_m67188F404246DE36ED2C02D912C28C0F0CB7A8B1_inline(__this, NULL);
Graph_Stop_mD6BCF97B46BD1CF0C77D5E8758D4A3E00FA0464E(__this, (bool)((((int32_t)L_6) == ((int32_t)1))? 1 : 0), NULL);
}
IL_0045:
{
// if ( updateInterval > 0 ) {
float L_7 = __this->___updateInterval_28;
if ((!(((float)L_7) > ((float)(0.0f)))))
{
goto IL_0064;
}
}
{
// intervalCounter += Time.deltaTime;
float L_8 = __this->___intervalCounter_30;
float L_9;
L_9 = Time_get_deltaTime_mC3195000401F0FD167DD2F948FD2BC58330D0865(NULL);
__this->___intervalCounter_30 = ((float)il2cpp_codegen_add(L_8, L_9));
}
IL_0064:
{
// }
return;
}
}
// NodeCanvas.Framework.Status NodeCanvas.BehaviourTrees.BehaviourTree::Tick(UnityEngine.Component,NodeCanvas.Framework.IBlackboard)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BehaviourTree_Tick_m588B1145262D7345CE8AF3610FC4291CA8F03410 (BehaviourTree_t6AF4016EBA17F68BDB7FA2350CDD23D7D3629562* __this, Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* ___0_agent, RuntimeObject* ___1_blackboard, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
// if ( rootStatus != Status.Running ) { primeNode.Reset(); }
int32_t L_0;
L_0 = BehaviourTree_get_rootStatus_m67188F404246DE36ED2C02D912C28C0F0CB7A8B1_inline(__this, NULL);
if ((((int32_t)L_0) == ((int32_t)2)))
{
goto IL_0015;
}
}
{
// if ( rootStatus != Status.Running ) { primeNode.Reset(); }
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_1;
L_1 = Graph_get_primeNode_mD442F7DA2FE8A6F5210F97A2F7563C835B5BAFC1(__this, NULL);
NullCheck(L_1);
Node_Reset_mB3743E20EC14B3089E4F6273C4E5626F2EDD8F59(L_1, (bool)1, NULL);
}
IL_0015:
{
// return rootStatus = primeNode.Execute(agent, blackboard);
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_2;
L_2 = Graph_get_primeNode_mD442F7DA2FE8A6F5210F97A2F7563C835B5BAFC1(__this, NULL);
Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* L_3 = ___0_agent;
RuntimeObject* L_4 = ___1_blackboard;
NullCheck(L_2);
int32_t L_5;
L_5 = Node_Execute_m366460CDAE7045B3FC044ACB406C813F5484657E(L_2, L_3, L_4, NULL);
int32_t L_6 = L_5;
V_0 = L_6;
BehaviourTree_set_rootStatus_m0DEA15F145A767FD304C8784D55B25813D40E800(__this, L_6, NULL);
int32_t L_7 = V_0;
return L_7;
}
}
// System.Void NodeCanvas.BehaviourTrees.BehaviourTree::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BehaviourTree__ctor_m2F624FB045ACDFA220718A4AF40048DC4B0DACD0 (BehaviourTree_t6AF4016EBA17F68BDB7FA2350CDD23D7D3629562* __this, const RuntimeMethod* method)
{
{
// [System.NonSerialized] public bool repeat = true;
__this->___repeat_27 = (bool)1;
// private Status _rootStatus = Status.Resting;
__this->____rootStatus_31 = 3;
Graph__ctor_m76DB709ADB4E1B0D9C2D310FA0D9DCB2A55464AF(__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 NodeCanvas.BehaviourTrees.BehaviourTree/DerivedSerializationData::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerivedSerializationData__ctor_m2729C208B1523C894E2D34689BD4BE3100961350 (DerivedSerializationData_t63E848EBB6595E04C06376AC31B7E3DBE63A664B* __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.Boolean NodeCanvas.BehaviourTrees.BehaviourTreeOwner::get_repeat()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BehaviourTreeOwner_get_repeat_mBDB01B76C6F9902A38D2BFC6532B3FB8B9C16072 (BehaviourTreeOwner_tDAB46C0E4C6E3CCE1C266D358A11D49EE00F9E12* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GraphOwner_1_get_behaviour_mD39E4124E70C8CAF55A66C9290C24EF94BD51B1C_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// get { return behaviour != null ? behaviour.repeat : true; }
BehaviourTree_t6AF4016EBA17F68BDB7FA2350CDD23D7D3629562* L_0;
L_0 = GraphOwner_1_get_behaviour_mD39E4124E70C8CAF55A66C9290C24EF94BD51B1C(__this, GraphOwner_1_get_behaviour_mD39E4124E70C8CAF55A66C9290C24EF94BD51B1C_RuntimeMethod_var);
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_0010;
}
}
{
return (bool)1;
}
IL_0010:
{
BehaviourTree_t6AF4016EBA17F68BDB7FA2350CDD23D7D3629562* L_2;
L_2 = GraphOwner_1_get_behaviour_mD39E4124E70C8CAF55A66C9290C24EF94BD51B1C(__this, GraphOwner_1_get_behaviour_mD39E4124E70C8CAF55A66C9290C24EF94BD51B1C_RuntimeMethod_var);
NullCheck(L_2);
bool L_3 = L_2->___repeat_27;
return L_3;
}
}
// System.Void NodeCanvas.BehaviourTrees.BehaviourTreeOwner::set_repeat(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BehaviourTreeOwner_set_repeat_mBB2C2978021C059281CA8E6F83B153E13AF4A3C6 (BehaviourTreeOwner_tDAB46C0E4C6E3CCE1C266D358A11D49EE00F9E12* __this, bool ___0_value, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GraphOwner_1_get_behaviour_mD39E4124E70C8CAF55A66C9290C24EF94BD51B1C_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// set { if ( behaviour != null ) behaviour.repeat = value; }
BehaviourTree_t6AF4016EBA17F68BDB7FA2350CDD23D7D3629562* L_0;
L_0 = GraphOwner_1_get_behaviour_mD39E4124E70C8CAF55A66C9290C24EF94BD51B1C(__this, GraphOwner_1_get_behaviour_mD39E4124E70C8CAF55A66C9290C24EF94BD51B1C_RuntimeMethod_var);
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_001a;
}
}
{
// set { if ( behaviour != null ) behaviour.repeat = value; }
BehaviourTree_t6AF4016EBA17F68BDB7FA2350CDD23D7D3629562* L_2;
L_2 = GraphOwner_1_get_behaviour_mD39E4124E70C8CAF55A66C9290C24EF94BD51B1C(__this, GraphOwner_1_get_behaviour_mD39E4124E70C8CAF55A66C9290C24EF94BD51B1C_RuntimeMethod_var);
bool L_3 = ___0_value;
NullCheck(L_2);
L_2->___repeat_27 = L_3;
}
IL_001a:
{
// set { if ( behaviour != null ) behaviour.repeat = value; }
return;
}
}
// System.Single NodeCanvas.BehaviourTrees.BehaviourTreeOwner::get_updateInterval()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float BehaviourTreeOwner_get_updateInterval_m9AF00E3A1955AB10F6DE6C13A9731BD8063438A0 (BehaviourTreeOwner_tDAB46C0E4C6E3CCE1C266D358A11D49EE00F9E12* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GraphOwner_1_get_behaviour_mD39E4124E70C8CAF55A66C9290C24EF94BD51B1C_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// get { return behaviour != null ? behaviour.updateInterval : 0; }
BehaviourTree_t6AF4016EBA17F68BDB7FA2350CDD23D7D3629562* L_0;
L_0 = GraphOwner_1_get_behaviour_mD39E4124E70C8CAF55A66C9290C24EF94BD51B1C(__this, GraphOwner_1_get_behaviour_mD39E4124E70C8CAF55A66C9290C24EF94BD51B1C_RuntimeMethod_var);
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_1;
L_1 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_0, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
if (L_1)
{
goto IL_0014;
}
}
{
return (0.0f);
}
IL_0014:
{
BehaviourTree_t6AF4016EBA17F68BDB7FA2350CDD23D7D3629562* L_2;
L_2 = GraphOwner_1_get_behaviour_mD39E4124E70C8CAF55A66C9290C24EF94BD51B1C(__this, GraphOwner_1_get_behaviour_mD39E4124E70C8CAF55A66C9290C24EF94BD51B1C_RuntimeMethod_var);
NullCheck(L_2);
float L_3 = L_2->___updateInterval_28;
return L_3;
}
}
// System.Void NodeCanvas.BehaviourTrees.BehaviourTreeOwner::set_updateInterval(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BehaviourTreeOwner_set_updateInterval_m84302BCACA4A9D903BC1C4427114046DB81B7A4E (BehaviourTreeOwner_tDAB46C0E4C6E3CCE1C266D358A11D49EE00F9E12* __this, float ___0_value, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GraphOwner_1_get_behaviour_mD39E4124E70C8CAF55A66C9290C24EF94BD51B1C_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// set { if ( behaviour != null ) behaviour.updateInterval = value; }
BehaviourTree_t6AF4016EBA17F68BDB7FA2350CDD23D7D3629562* L_0;
L_0 = GraphOwner_1_get_behaviour_mD39E4124E70C8CAF55A66C9290C24EF94BD51B1C(__this, GraphOwner_1_get_behaviour_mD39E4124E70C8CAF55A66C9290C24EF94BD51B1C_RuntimeMethod_var);
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_001a;
}
}
{
// set { if ( behaviour != null ) behaviour.updateInterval = value; }
BehaviourTree_t6AF4016EBA17F68BDB7FA2350CDD23D7D3629562* L_2;
L_2 = GraphOwner_1_get_behaviour_mD39E4124E70C8CAF55A66C9290C24EF94BD51B1C(__this, GraphOwner_1_get_behaviour_mD39E4124E70C8CAF55A66C9290C24EF94BD51B1C_RuntimeMethod_var);
float L_3 = ___0_value;
NullCheck(L_2);
L_2->___updateInterval_28 = L_3;
}
IL_001a:
{
// set { if ( behaviour != null ) behaviour.updateInterval = value; }
return;
}
}
// NodeCanvas.Framework.Status NodeCanvas.BehaviourTrees.BehaviourTreeOwner::get_rootStatus()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BehaviourTreeOwner_get_rootStatus_m32DD85CE874960F15A0766A79B091664A0040587 (BehaviourTreeOwner_tDAB46C0E4C6E3CCE1C266D358A11D49EE00F9E12* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GraphOwner_1_get_behaviour_mD39E4124E70C8CAF55A66C9290C24EF94BD51B1C_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// get { return behaviour != null ? behaviour.rootStatus : Status.Resting; }
BehaviourTree_t6AF4016EBA17F68BDB7FA2350CDD23D7D3629562* L_0;
L_0 = GraphOwner_1_get_behaviour_mD39E4124E70C8CAF55A66C9290C24EF94BD51B1C(__this, GraphOwner_1_get_behaviour_mD39E4124E70C8CAF55A66C9290C24EF94BD51B1C_RuntimeMethod_var);
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_0010;
}
}
{
return (int32_t)(3);
}
IL_0010:
{
BehaviourTree_t6AF4016EBA17F68BDB7FA2350CDD23D7D3629562* L_2;
L_2 = GraphOwner_1_get_behaviour_mD39E4124E70C8CAF55A66C9290C24EF94BD51B1C(__this, GraphOwner_1_get_behaviour_mD39E4124E70C8CAF55A66C9290C24EF94BD51B1C_RuntimeMethod_var);
NullCheck(L_2);
int32_t L_3;
L_3 = BehaviourTree_get_rootStatus_m67188F404246DE36ED2C02D912C28C0F0CB7A8B1_inline(L_2, NULL);
return L_3;
}
}
// NodeCanvas.Framework.Status NodeCanvas.BehaviourTrees.BehaviourTreeOwner::Tick()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BehaviourTreeOwner_Tick_m320CEC953F3E13BA860C3F4BA37DCDC547A9CD90 (BehaviourTreeOwner_tDAB46C0E4C6E3CCE1C266D358A11D49EE00F9E12* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GraphOwner_1_get_behaviour_mD39E4124E70C8CAF55A66C9290C24EF94BD51B1C_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// if ( behaviour == null ) {
BehaviourTree_t6AF4016EBA17F68BDB7FA2350CDD23D7D3629562* L_0;
L_0 = GraphOwner_1_get_behaviour_mD39E4124E70C8CAF55A66C9290C24EF94BD51B1C(__this, GraphOwner_1_get_behaviour_mD39E4124E70C8CAF55A66C9290C24EF94BD51B1C_RuntimeMethod_var);
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_0010;
}
}
{
// return Status.Resting;
return (int32_t)(3);
}
IL_0010:
{
// UpdateBehaviour();
GraphOwner_UpdateBehaviour_mC6F27858B6BA488C9DBC77FBC8101F2AFEF23911(__this, NULL);
// return behaviour.rootStatus;
BehaviourTree_t6AF4016EBA17F68BDB7FA2350CDD23D7D3629562* L_2;
L_2 = GraphOwner_1_get_behaviour_mD39E4124E70C8CAF55A66C9290C24EF94BD51B1C(__this, GraphOwner_1_get_behaviour_mD39E4124E70C8CAF55A66C9290C24EF94BD51B1C_RuntimeMethod_var);
NullCheck(L_2);
int32_t L_3;
L_3 = BehaviourTree_get_rootStatus_m67188F404246DE36ED2C02D912C28C0F0CB7A8B1_inline(L_2, NULL);
return L_3;
}
}
// System.Void NodeCanvas.BehaviourTrees.BehaviourTreeOwner::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BehaviourTreeOwner__ctor_m0A1AED59A1E08F07DC717CB2C1638AB61AD6E9B0 (BehaviourTreeOwner_tDAB46C0E4C6E3CCE1C266D358A11D49EE00F9E12* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GraphOwner_1__ctor_m3ADAD99196E1768B711CED99364AFEC531389D1C_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
GraphOwner_1__ctor_m3ADAD99196E1768B711CED99364AFEC531389D1C(__this, GraphOwner_1__ctor_m3ADAD99196E1768B711CED99364AFEC531389D1C_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.BehaviourTrees.BTConnection::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BTConnection__ctor_mD63EF4C1DA1815C76E6B404AE1AD90CD1FE194EE (BTConnection_t3F2601F627E3D539C09BE1E147615B59CE391438* __this, const RuntimeMethod* method)
{
{
Connection__ctor_mA19053B3D480CFD0F3D3071E5F6E4835F86A1EC0(__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.Type NodeCanvas.BehaviourTrees.BTNode::get_outConnectionType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* BTNode_get_outConnectionType_m6DC229F7164D1AAF53524F293F09C8591EBEF6D2 (BTNode_t3FAAB6CF8FB7E4DD8001158EEF5E88FE5BB95DC2* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BTConnection_t3F2601F627E3D539C09BE1E147615B59CE391438_0_0_0_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// sealed public override System.Type outConnectionType { get { return typeof(BTConnection); } }
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_0 = { reinterpret_cast<intptr_t> (BTConnection_t3F2601F627E3D539C09BE1E147615B59CE391438_0_0_0_var) };
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
Type_t* L_1;
L_1 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_0, NULL);
return L_1;
}
}
// System.Boolean NodeCanvas.BehaviourTrees.BTNode::get_allowAsPrime()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BTNode_get_allowAsPrime_m227464B4C76DE421901FFCC59D1779AF10026EBB (BTNode_t3FAAB6CF8FB7E4DD8001158EEF5E88FE5BB95DC2* __this, const RuntimeMethod* method)
{
{
// sealed public override bool allowAsPrime { get { return true; } }
return (bool)1;
}
}
// System.Boolean NodeCanvas.BehaviourTrees.BTNode::get_canSelfConnect()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BTNode_get_canSelfConnect_m7E6AAEF8BEE0C8989A80679D78C0AFDEE55B7C27 (BTNode_t3FAAB6CF8FB7E4DD8001158EEF5E88FE5BB95DC2* __this, const RuntimeMethod* method)
{
{
// sealed public override bool canSelfConnect { get { return false; } }
return (bool)0;
}
}
// ParadoxNotion.Alignment2x2 NodeCanvas.BehaviourTrees.BTNode::get_commentsAlignment()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BTNode_get_commentsAlignment_m8087C8757476D29AD23E42680E8F7F2B64CF8ED0 (BTNode_t3FAAB6CF8FB7E4DD8001158EEF5E88FE5BB95DC2* __this, const RuntimeMethod* method)
{
{
// public override Alignment2x2 commentsAlignment { get { return Alignment2x2.Bottom; } }
return (int32_t)(4);
}
}
// ParadoxNotion.Alignment2x2 NodeCanvas.BehaviourTrees.BTNode::get_iconAlignment()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BTNode_get_iconAlignment_m0EF8993F035636BB666C2B7E58E76719E5BC1A45 (BTNode_t3FAAB6CF8FB7E4DD8001158EEF5E88FE5BB95DC2* __this, const RuntimeMethod* method)
{
{
// public override Alignment2x2 iconAlignment { get { return Alignment2x2.Default; } }
return (int32_t)(0);
}
}
// System.Int32 NodeCanvas.BehaviourTrees.BTNode::get_maxInConnections()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BTNode_get_maxInConnections_mCC8D6C885E208BDC465A7C4E5CA10B631AE3528A (BTNode_t3FAAB6CF8FB7E4DD8001158EEF5E88FE5BB95DC2* __this, const RuntimeMethod* method)
{
{
// public override int maxInConnections { get { return 1; } }
return 1;
}
}
// System.Int32 NodeCanvas.BehaviourTrees.BTNode::get_maxOutConnections()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BTNode_get_maxOutConnections_mAB0C4A5FB5CF7D61334929C9502271FF5C607AEE (BTNode_t3FAAB6CF8FB7E4DD8001158EEF5E88FE5BB95DC2* __this, const RuntimeMethod* method)
{
{
// public override int maxOutConnections { get { return 0; } }
return 0;
}
}
// System.Void NodeCanvas.BehaviourTrees.BTNode::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BTNode__ctor_m65405669AC0B9F58C049B89D6E0B022F1295D6E0 (BTNode_t3FAAB6CF8FB7E4DD8001158EEF5E88FE5BB95DC2* __this, const RuntimeMethod* method)
{
{
Node__ctor_m6A082535101017B8BC64361B18AFDA90231DE23A(__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.BehaviourTrees.BTComposite::get_name()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* BTComposite_get_name_m27C5E7FCF6E8566D91BE8467F3C06405F0311943 (BTComposite_tD241F7AA32145DEDFDAF52FC23BB7DD42D5587A5* __this, const RuntimeMethod* method)
{
{
// public override string name { get { return base.name.ToUpper(); } }
String_t* L_0;
L_0 = Node_get_name_m488D9048EA7C161BB554E76FB0FF523812055FAA(__this, NULL);
NullCheck(L_0);
String_t* L_1;
L_1 = String_ToUpper_m5F499BC30C2A5F5C96248B4C3D1A3B4694748B49(L_0, NULL);
return L_1;
}
}
// System.Int32 NodeCanvas.BehaviourTrees.BTComposite::get_maxOutConnections()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BTComposite_get_maxOutConnections_m6AD0344620974C98A3A9A56F17D7E800711EB28E (BTComposite_tD241F7AA32145DEDFDAF52FC23BB7DD42D5587A5* __this, const RuntimeMethod* method)
{
{
// sealed public override int maxOutConnections { get { return -1; } }
return (-1);
}
}
// ParadoxNotion.Alignment2x2 NodeCanvas.BehaviourTrees.BTComposite::get_commentsAlignment()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BTComposite_get_commentsAlignment_m248557056767799C1CF585C3D546EF33A66A2CC1 (BTComposite_tD241F7AA32145DEDFDAF52FC23BB7DD42D5587A5* __this, const RuntimeMethod* method)
{
{
// sealed public override Alignment2x2 commentsAlignment { get { return Alignment2x2.Right; } }
return (int32_t)(2);
}
}
// System.Void NodeCanvas.BehaviourTrees.BTComposite::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BTComposite__ctor_m0F7DB9DB34356D971F4060803A246C993453462F (BTComposite_tD241F7AA32145DEDFDAF52FC23BB7DD42D5587A5* __this, const RuntimeMethod* method)
{
{
BTNode__ctor_m65405669AC0B9F58C049B89D6E0B022F1295D6E0(__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 NodeCanvas.BehaviourTrees.BTDecorator::get_maxOutConnections()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BTDecorator_get_maxOutConnections_m317F2F0EBBCEF314BDC4AE087FBC2E8D92EFAF94 (BTDecorator_tCE7F6F404106D897568861CF92ECD5F20D5628DB* __this, const RuntimeMethod* method)
{
{
// sealed public override int maxOutConnections { get { return 1; } }
return 1;
}
}
// ParadoxNotion.Alignment2x2 NodeCanvas.BehaviourTrees.BTDecorator::get_commentsAlignment()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BTDecorator_get_commentsAlignment_mE06877828CCA43E0AEFCDF8DDC9605F8961F0300 (BTDecorator_tCE7F6F404106D897568861CF92ECD5F20D5628DB* __this, const RuntimeMethod* method)
{
{
// sealed public override Alignment2x2 commentsAlignment { get { return Alignment2x2.Right; } }
return (int32_t)(2);
}
}
// 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)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_mC96ADDB2914B9FADC03D3A91F7B5B647995A2E5C_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m10CB933550CAAA86A0E326BF1DECE5E7DE263E0E_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
// get { return outConnections.Count > 0 ? outConnections[0] : null; }
List_1_t619EB3258C7F1EBD15A485EA09888BE9FC87AC7E* L_0;
L_0 = Node_get_outConnections_mBD92942B179E5297C07F297E1D0F2F0946A8F7EE_inline(__this, NULL);
NullCheck(L_0);
int32_t L_1;
L_1 = List_1_get_Count_mC96ADDB2914B9FADC03D3A91F7B5B647995A2E5C_inline(L_0, List_1_get_Count_mC96ADDB2914B9FADC03D3A91F7B5B647995A2E5C_RuntimeMethod_var);
if ((((int32_t)L_1) > ((int32_t)0)))
{
goto IL_0010;
}
}
{
return (Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D*)NULL;
}
IL_0010:
{
List_1_t619EB3258C7F1EBD15A485EA09888BE9FC87AC7E* L_2;
L_2 = Node_get_outConnections_mBD92942B179E5297C07F297E1D0F2F0946A8F7EE_inline(__this, NULL);
NullCheck(L_2);
Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D* L_3;
L_3 = List_1_get_Item_m10CB933550CAAA86A0E326BF1DECE5E7DE263E0E(L_2, 0, List_1_get_Item_m10CB933550CAAA86A0E326BF1DECE5E7DE263E0E_RuntimeMethod_var);
return L_3;
}
}
// NodeCanvas.Framework.Node NodeCanvas.BehaviourTrees.BTDecorator::get_decoratedNode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* BTDecorator_get_decoratedNode_mF6D4B2DCB7D7F4E7A9284D227BE09EE9143D7E07 (BTDecorator_tCE7F6F404106D897568861CF92ECD5F20D5628DB* __this, const RuntimeMethod* method)
{
Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D* V_0 = NULL;
{
// var c = decoratedConnection;
Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D* L_0;
L_0 = BTDecorator_get_decoratedConnection_m5FD933752811DFF31A758CA48A4BCB66EDDAAE4D(__this, NULL);
V_0 = L_0;
// return c != null ? c.targetNode : null;
Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D* L_1 = V_0;
if (L_1)
{
goto IL_000c;
}
}
{
return (Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8*)NULL;
}
IL_000c:
{
Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D* L_2 = V_0;
NullCheck(L_2);
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_3;
L_3 = Connection_get_targetNode_m6497814C735802779A09743F85F194212C0606F2_inline(L_2, NULL);
return L_3;
}
}
// System.Void NodeCanvas.BehaviourTrees.BTDecorator::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BTDecorator__ctor_mED15EE096E242D2A6337DC8615476BF8E0B7B443 (BTDecorator_tCE7F6F404106D897568861CF92ECD5F20D5628DB* __this, const RuntimeMethod* method)
{
{
BTNode__ctor_m65405669AC0B9F58C049B89D6E0B022F1295D6E0(__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 NodeCanvas.BehaviourTrees.BinarySelector::get_maxOutConnections()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BinarySelector_get_maxOutConnections_m199E89966EE3EF795CAEDC538026E23DE2791003 (BinarySelector_tB810BEECE8F42A5E93D4C7CEC1EA8DE6192124D8* __this, const RuntimeMethod* method)
{
{
// public override int maxOutConnections { get { return 2; } }
return 2;
}
}
// ParadoxNotion.Alignment2x2 NodeCanvas.BehaviourTrees.BinarySelector::get_commentsAlignment()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BinarySelector_get_commentsAlignment_m76ECC925AA2BF57D6C879F4ABD468C43BF8061B1 (BinarySelector_tB810BEECE8F42A5E93D4C7CEC1EA8DE6192124D8* __this, const RuntimeMethod* method)
{
{
// public override Alignment2x2 commentsAlignment { get { return Alignment2x2.Right; } }
return (int32_t)(2);
}
}
// System.String NodeCanvas.BehaviourTrees.BinarySelector::get_name()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* BinarySelector_get_name_m2E6E73C219B35DB0E8D49A25B2F9F6C92B7352EA (BinarySelector_tB810BEECE8F42A5E93D4C7CEC1EA8DE6192124D8* __this, const RuntimeMethod* method)
{
{
// get { return base.name.ToUpper(); }
String_t* L_0;
L_0 = Node_get_name_m488D9048EA7C161BB554E76FB0FF523812055FAA(__this, NULL);
NullCheck(L_0);
String_t* L_1;
L_1 = String_ToUpper_m5F499BC30C2A5F5C96248B4C3D1A3B4694748B49(L_0, NULL);
return L_1;
}
}
// NodeCanvas.Framework.Task NodeCanvas.BehaviourTrees.BinarySelector::get_task()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_tF05C1B448C98EDD5D7E9E23660FCEAC40348A284* BinarySelector_get_task_m3AE11435DF0089E1E1924D333551A417938D7C85 (BinarySelector_tB810BEECE8F42A5E93D4C7CEC1EA8DE6192124D8* __this, const RuntimeMethod* method)
{
{
// get { return condition; }
ConditionTask_t518F9B03584F4835F78D6DE297CE36AED500BEE8* L_0;
L_0 = BinarySelector_get_condition_mBBA0C5A15302AA516433F3F5B3474EE70C63EDB4_inline(__this, NULL);
return L_0;
}
}
// System.Void NodeCanvas.BehaviourTrees.BinarySelector::set_task(NodeCanvas.Framework.Task)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BinarySelector_set_task_m0984C505233D09D488694114C5538F181AFEBBF7 (BinarySelector_tB810BEECE8F42A5E93D4C7CEC1EA8DE6192124D8* __this, Task_tF05C1B448C98EDD5D7E9E23660FCEAC40348A284* ___0_value, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConditionTask_t518F9B03584F4835F78D6DE297CE36AED500BEE8_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// set { condition = (ConditionTask)value; }
Task_tF05C1B448C98EDD5D7E9E23660FCEAC40348A284* L_0 = ___0_value;
BinarySelector_set_condition_mFB335F3444BAFD04623F2AA9B2490E2118395A21_inline(__this, ((ConditionTask_t518F9B03584F4835F78D6DE297CE36AED500BEE8*)CastclassClass((RuntimeObject*)L_0, ConditionTask_t518F9B03584F4835F78D6DE297CE36AED500BEE8_il2cpp_TypeInfo_var)), NULL);
// set { condition = (ConditionTask)value; }
return;
}
}
// NodeCanvas.Framework.ConditionTask NodeCanvas.BehaviourTrees.BinarySelector::get_condition()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConditionTask_t518F9B03584F4835F78D6DE297CE36AED500BEE8* BinarySelector_get_condition_mBBA0C5A15302AA516433F3F5B3474EE70C63EDB4 (BinarySelector_tB810BEECE8F42A5E93D4C7CEC1EA8DE6192124D8* __this, const RuntimeMethod* method)
{
{
// get { return _condition; }
ConditionTask_t518F9B03584F4835F78D6DE297CE36AED500BEE8* L_0 = __this->____condition_18;
return L_0;
}
}
// System.Void NodeCanvas.BehaviourTrees.BinarySelector::set_condition(NodeCanvas.Framework.ConditionTask)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BinarySelector_set_condition_mFB335F3444BAFD04623F2AA9B2490E2118395A21 (BinarySelector_tB810BEECE8F42A5E93D4C7CEC1EA8DE6192124D8* __this, ConditionTask_t518F9B03584F4835F78D6DE297CE36AED500BEE8* ___0_value, const RuntimeMethod* method)
{
{
// set { _condition = value; }
ConditionTask_t518F9B03584F4835F78D6DE297CE36AED500BEE8* L_0 = ___0_value;
__this->____condition_18 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->____condition_18), (void*)L_0);
// set { _condition = value; }
return;
}
}
// NodeCanvas.Framework.Status NodeCanvas.BehaviourTrees.BinarySelector::OnExecute(UnityEngine.Component,NodeCanvas.Framework.IBlackboard)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BinarySelector_OnExecute_mF60ED94BB46FE94A150C143269F45784E560C4C6 (BinarySelector_tB810BEECE8F42A5E93D4C7CEC1EA8DE6192124D8* __this, Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* ___0_agent, RuntimeObject* ___1_blackboard, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_mC96ADDB2914B9FADC03D3A91F7B5B647995A2E5C_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m10CB933550CAAA86A0E326BF1DECE5E7DE263E0E_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
BinarySelector_tB810BEECE8F42A5E93D4C7CEC1EA8DE6192124D8* G_B9_0 = NULL;
BinarySelector_tB810BEECE8F42A5E93D4C7CEC1EA8DE6192124D8* G_B8_0 = NULL;
int32_t G_B10_0 = 0;
BinarySelector_tB810BEECE8F42A5E93D4C7CEC1EA8DE6192124D8* G_B10_1 = NULL;
{
// if ( condition == null || outConnections.Count < 2 ) {
ConditionTask_t518F9B03584F4835F78D6DE297CE36AED500BEE8* L_0;
L_0 = BinarySelector_get_condition_mBBA0C5A15302AA516433F3F5B3474EE70C63EDB4_inline(__this, NULL);
if (!L_0)
{
goto IL_0016;
}
}
{
List_1_t619EB3258C7F1EBD15A485EA09888BE9FC87AC7E* L_1;
L_1 = Node_get_outConnections_mBD92942B179E5297C07F297E1D0F2F0946A8F7EE_inline(__this, NULL);
NullCheck(L_1);
int32_t L_2;
L_2 = List_1_get_Count_mC96ADDB2914B9FADC03D3A91F7B5B647995A2E5C_inline(L_1, List_1_get_Count_mC96ADDB2914B9FADC03D3A91F7B5B647995A2E5C_RuntimeMethod_var);
if ((((int32_t)L_2) >= ((int32_t)2)))
{
goto IL_0018;
}
}
IL_0016:
{
// return Status.Optional;
return (int32_t)(5);
}
IL_0018:
{
// if ( status == Status.Resting ) {
int32_t L_3;
L_3 = Node_get_status_m2FBF938FF2AA2979E7DC66B8F6AD3AD272FCB04B_inline(__this, NULL);
if ((!(((uint32_t)L_3) == ((uint32_t)3))))
{
goto IL_002e;
}
}
{
// condition.Enable(agent, blackboard);
ConditionTask_t518F9B03584F4835F78D6DE297CE36AED500BEE8* L_4;
L_4 = BinarySelector_get_condition_mBBA0C5A15302AA516433F3F5B3474EE70C63EDB4_inline(__this, NULL);
Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* L_5 = ___0_agent;
RuntimeObject* L_6 = ___1_blackboard;
NullCheck(L_4);
ConditionTask_Enable_mC5A417808CEE331400524564133FEF114F32EE9E(L_4, L_5, L_6, NULL);
}
IL_002e:
{
// if ( dynamic || status == Status.Resting ) {
bool L_7 = __this->___dynamic_17;
if (L_7)
{
goto IL_003f;
}
}
{
int32_t L_8;
L_8 = Node_get_status_m2FBF938FF2AA2979E7DC66B8F6AD3AD272FCB04B_inline(__this, NULL);
if ((!(((uint32_t)L_8) == ((uint32_t)3))))
{
goto IL_007a;
}
}
IL_003f:
{
// var lastIndex = succeedIndex;
int32_t L_9 = __this->___succeedIndex_19;
V_0 = L_9;
// succeedIndex = condition.Check(agent, blackboard) ? 0 : 1;
ConditionTask_t518F9B03584F4835F78D6DE297CE36AED500BEE8* L_10;
L_10 = BinarySelector_get_condition_mBBA0C5A15302AA516433F3F5B3474EE70C63EDB4_inline(__this, NULL);
Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* L_11 = ___0_agent;
RuntimeObject* L_12 = ___1_blackboard;
NullCheck(L_10);
bool L_13;
L_13 = ConditionTask_Check_m8A6E5B0DE6EC53B76A44FAE8041F781D1DBF6C2D(L_10, L_11, L_12, NULL);
G_B8_0 = __this;
if (L_13)
{
G_B9_0 = __this;
goto IL_0059;
}
}
{
G_B10_0 = 1;
G_B10_1 = G_B8_0;
goto IL_005a;
}
IL_0059:
{
G_B10_0 = 0;
G_B10_1 = G_B9_0;
}
IL_005a:
{
NullCheck(G_B10_1);
G_B10_1->___succeedIndex_19 = G_B10_0;
// if ( succeedIndex != lastIndex ) {
int32_t L_14 = __this->___succeedIndex_19;
int32_t L_15 = V_0;
if ((((int32_t)L_14) == ((int32_t)L_15)))
{
goto IL_007a;
}
}
{
// outConnections[lastIndex].Reset();
List_1_t619EB3258C7F1EBD15A485EA09888BE9FC87AC7E* L_16;
L_16 = Node_get_outConnections_mBD92942B179E5297C07F297E1D0F2F0946A8F7EE_inline(__this, NULL);
int32_t L_17 = V_0;
NullCheck(L_16);
Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D* L_18;
L_18 = List_1_get_Item_m10CB933550CAAA86A0E326BF1DECE5E7DE263E0E(L_16, L_17, List_1_get_Item_m10CB933550CAAA86A0E326BF1DECE5E7DE263E0E_RuntimeMethod_var);
NullCheck(L_18);
Connection_Reset_m1F1F0FCB268CE47503C3206CC1EAFE9FDD670CA7(L_18, (bool)1, NULL);
}
IL_007a:
{
// return outConnections[succeedIndex].Execute(agent, blackboard);
List_1_t619EB3258C7F1EBD15A485EA09888BE9FC87AC7E* L_19;
L_19 = Node_get_outConnections_mBD92942B179E5297C07F297E1D0F2F0946A8F7EE_inline(__this, NULL);
int32_t L_20 = __this->___succeedIndex_19;
NullCheck(L_19);
Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D* L_21;
L_21 = List_1_get_Item_m10CB933550CAAA86A0E326BF1DECE5E7DE263E0E(L_19, L_20, List_1_get_Item_m10CB933550CAAA86A0E326BF1DECE5E7DE263E0E_RuntimeMethod_var);
Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* L_22 = ___0_agent;
RuntimeObject* L_23 = ___1_blackboard;
NullCheck(L_21);
int32_t L_24;
L_24 = Connection_Execute_m8B97C4DD032BA1012167BBFA70B685F165D82F58(L_21, L_22, L_23, NULL);
return L_24;
}
}
// System.Void NodeCanvas.BehaviourTrees.BinarySelector::OnReset()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BinarySelector_OnReset_mED752E6D5687A0B66F0F2772CA997EBBA7F4CFC5 (BinarySelector_tB810BEECE8F42A5E93D4C7CEC1EA8DE6192124D8* __this, const RuntimeMethod* method)
{
{
// if ( condition != null ) { condition.Disable(); }
ConditionTask_t518F9B03584F4835F78D6DE297CE36AED500BEE8* L_0;
L_0 = BinarySelector_get_condition_mBBA0C5A15302AA516433F3F5B3474EE70C63EDB4_inline(__this, NULL);
if (!L_0)
{
goto IL_0013;
}
}
{
// if ( condition != null ) { condition.Disable(); }
ConditionTask_t518F9B03584F4835F78D6DE297CE36AED500BEE8* L_1;
L_1 = BinarySelector_get_condition_mBBA0C5A15302AA516433F3F5B3474EE70C63EDB4_inline(__this, NULL);
NullCheck(L_1);
ConditionTask_Disable_mAC528DA8075A9F90DE191E5F98720AE8BEB82371(L_1, NULL);
}
IL_0013:
{
// }
return;
}
}
// System.Void NodeCanvas.BehaviourTrees.BinarySelector::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BinarySelector__ctor_m1B415638507F96463E3ABBB56377FBF878B7080A (BinarySelector_tB810BEECE8F42A5E93D4C7CEC1EA8DE6192124D8* __this, const RuntimeMethod* method)
{
{
BTNode__ctor_m65405669AC0B9F58C049B89D6E0B022F1295D6E0(__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 NodeCanvas.BehaviourTrees.FlipSelector::OnExecute(UnityEngine.Component,NodeCanvas.Framework.IBlackboard)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FlipSelector_OnExecute_mB8026EF4CE111AB63E04035520E44489793C74F2 (FlipSelector_t3673D2312F0CD717ECF3568D8208A7C5F292E830* __this, Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* ___0_agent, RuntimeObject* ___1_blackboard, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_mC96ADDB2914B9FADC03D3A91F7B5B647995A2E5C_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m10CB933550CAAA86A0E326BF1DECE5E7DE263E0E_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
// for ( var i = current; i < outConnections.Count; i++ ) {
int32_t L_0 = __this->___current_17;
V_0 = L_0;
goto IL_004a;
}
IL_0009:
{
// status = outConnections[i].Execute(agent, blackboard);
List_1_t619EB3258C7F1EBD15A485EA09888BE9FC87AC7E* L_1;
L_1 = Node_get_outConnections_mBD92942B179E5297C07F297E1D0F2F0946A8F7EE_inline(__this, NULL);
int32_t L_2 = V_0;
NullCheck(L_1);
Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D* L_3;
L_3 = List_1_get_Item_m10CB933550CAAA86A0E326BF1DECE5E7DE263E0E(L_1, L_2, List_1_get_Item_m10CB933550CAAA86A0E326BF1DECE5E7DE263E0E_RuntimeMethod_var);
Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* L_4 = ___0_agent;
RuntimeObject* L_5 = ___1_blackboard;
NullCheck(L_3);
int32_t L_6;
L_6 = Connection_Execute_m8B97C4DD032BA1012167BBFA70B685F165D82F58(L_3, L_4, L_5, NULL);
Node_set_status_m2CEC604858DFD7F181CCCF75AA3D08A7C677F4D7(__this, L_6, NULL);
// if ( status == Status.Running ) {
int32_t L_7;
L_7 = Node_get_status_m2FBF938FF2AA2979E7DC66B8F6AD3AD272FCB04B_inline(__this, NULL);
if ((!(((uint32_t)L_7) == ((uint32_t)2))))
{
goto IL_0034;
}
}
{
// current = i;
int32_t L_8 = V_0;
__this->___current_17 = L_8;
// return Status.Running;
return (int32_t)(2);
}
IL_0034:
{
// if ( status == Status.Success ) {
int32_t L_9;
L_9 = Node_get_status_m2FBF938FF2AA2979E7DC66B8F6AD3AD272FCB04B_inline(__this, NULL);
if ((!(((uint32_t)L_9) == ((uint32_t)1))))
{
goto IL_0046;
}
}
{
// SendToBack(i);
int32_t L_10 = V_0;
FlipSelector_SendToBack_mA6BFC564929E2C32F63601F26E160260E7BD0864(__this, L_10, NULL);
// return Status.Success;
return (int32_t)(1);
}
IL_0046:
{
// for ( var i = current; i < outConnections.Count; i++ ) {
int32_t L_11 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add(L_11, 1));
}
IL_004a:
{
// for ( var i = current; i < outConnections.Count; i++ ) {
int32_t L_12 = V_0;
List_1_t619EB3258C7F1EBD15A485EA09888BE9FC87AC7E* L_13;
L_13 = Node_get_outConnections_mBD92942B179E5297C07F297E1D0F2F0946A8F7EE_inline(__this, NULL);
NullCheck(L_13);
int32_t L_14;
L_14 = List_1_get_Count_mC96ADDB2914B9FADC03D3A91F7B5B647995A2E5C_inline(L_13, List_1_get_Count_mC96ADDB2914B9FADC03D3A91F7B5B647995A2E5C_RuntimeMethod_var);
if ((((int32_t)L_12) < ((int32_t)L_14)))
{
goto IL_0009;
}
}
{
// return Status.Failure;
return (int32_t)(0);
}
}
// System.Void NodeCanvas.BehaviourTrees.FlipSelector::SendToBack(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FlipSelector_SendToBack_mA6BFC564929E2C32F63601F26E160260E7BD0864 (FlipSelector_t3673D2312F0CD717ECF3568D8208A7C5F292E830* __this, int32_t ___0_i, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m61EC81C4B824240F4307B7B97150D58D672FBB35_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_RemoveAt_m5F566974994A835D6CB741C6248043F4FAEC6BC2_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m10CB933550CAAA86A0E326BF1DECE5E7DE263E0E_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D* V_0 = NULL;
{
// var c = outConnections[i];
List_1_t619EB3258C7F1EBD15A485EA09888BE9FC87AC7E* L_0;
L_0 = Node_get_outConnections_mBD92942B179E5297C07F297E1D0F2F0946A8F7EE_inline(__this, NULL);
int32_t L_1 = ___0_i;
NullCheck(L_0);
Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D* L_2;
L_2 = List_1_get_Item_m10CB933550CAAA86A0E326BF1DECE5E7DE263E0E(L_0, L_1, List_1_get_Item_m10CB933550CAAA86A0E326BF1DECE5E7DE263E0E_RuntimeMethod_var);
V_0 = L_2;
// outConnections.RemoveAt(i);
List_1_t619EB3258C7F1EBD15A485EA09888BE9FC87AC7E* L_3;
L_3 = Node_get_outConnections_mBD92942B179E5297C07F297E1D0F2F0946A8F7EE_inline(__this, NULL);
int32_t L_4 = ___0_i;
NullCheck(L_3);
List_1_RemoveAt_m5F566974994A835D6CB741C6248043F4FAEC6BC2(L_3, L_4, List_1_RemoveAt_m5F566974994A835D6CB741C6248043F4FAEC6BC2_RuntimeMethod_var);
// outConnections.Add(c);
List_1_t619EB3258C7F1EBD15A485EA09888BE9FC87AC7E* L_5;
L_5 = Node_get_outConnections_mBD92942B179E5297C07F297E1D0F2F0946A8F7EE_inline(__this, NULL);
Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D* L_6 = V_0;
NullCheck(L_5);
List_1_Add_m61EC81C4B824240F4307B7B97150D58D672FBB35_inline(L_5, L_6, List_1_Add_m61EC81C4B824240F4307B7B97150D58D672FBB35_RuntimeMethod_var);
// }
return;
}
}
// System.Void NodeCanvas.BehaviourTrees.FlipSelector::OnReset()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FlipSelector_OnReset_m52A43FDF2A8D843EC820BF25442A8D2CDFF528ED (FlipSelector_t3673D2312F0CD717ECF3568D8208A7C5F292E830* __this, const RuntimeMethod* method)
{
{
// current = 0;
__this->___current_17 = 0;
// }
return;
}
}
// System.Void NodeCanvas.BehaviourTrees.FlipSelector::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FlipSelector__ctor_m8B56C7C86E3CAD6492A4F61B9998AC59DB143E6C (FlipSelector_t3673D2312F0CD717ECF3568D8208A7C5F292E830* __this, const RuntimeMethod* method)
{
{
BTComposite__ctor_m0F7DB9DB34356D971F4060803A246C993453462F(__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 NodeCanvas.BehaviourTrees.Parallel::OnGraphStarted()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Parallel_OnGraphStarted_m01EEC25F67D4067FFB116BA29804E01143741A01 (Parallel_tFF2E592C1B4CB7C36E820E10B87F13EDA0B1A2E6* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BooleanU5BU5D_tD317D27C31DB892BE79FAE3AEBC0B3FFB73DE9B4_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_mC96ADDB2914B9FADC03D3A91F7B5B647995A2E5C_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
// finishedConnections = new bool[outConnections.Count];
List_1_t619EB3258C7F1EBD15A485EA09888BE9FC87AC7E* L_0;
L_0 = Node_get_outConnections_mBD92942B179E5297C07F297E1D0F2F0946A8F7EE_inline(__this, NULL);
NullCheck(L_0);
int32_t L_1;
L_1 = List_1_get_Count_mC96ADDB2914B9FADC03D3A91F7B5B647995A2E5C_inline(L_0, List_1_get_Count_mC96ADDB2914B9FADC03D3A91F7B5B647995A2E5C_RuntimeMethod_var);
BooleanU5BU5D_tD317D27C31DB892BE79FAE3AEBC0B3FFB73DE9B4* L_2 = (BooleanU5BU5D_tD317D27C31DB892BE79FAE3AEBC0B3FFB73DE9B4*)(BooleanU5BU5D_tD317D27C31DB892BE79FAE3AEBC0B3FFB73DE9B4*)SZArrayNew(BooleanU5BU5D_tD317D27C31DB892BE79FAE3AEBC0B3FFB73DE9B4_il2cpp_TypeInfo_var, (uint32_t)L_1);
__this->___finishedConnections_19 = L_2;
Il2CppCodeGenWriteBarrier((void**)(&__this->___finishedConnections_19), (void*)L_2);
// finishedConnectionsCount = 0;
__this->___finishedConnectionsCount_20 = 0;
// }
return;
}
}
// NodeCanvas.Framework.Status NodeCanvas.BehaviourTrees.Parallel::OnExecute(UnityEngine.Component,NodeCanvas.Framework.IBlackboard)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Parallel_OnExecute_mCD60639C564893B377587CF74A892CCEDC171CE5 (Parallel_tFF2E592C1B4CB7C36E820E10B87F13EDA0B1A2E6* __this, Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* ___0_agent, RuntimeObject* ___1_blackboard, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_mC96ADDB2914B9FADC03D3A91F7B5B647995A2E5C_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m10CB933550CAAA86A0E326BF1DECE5E7DE263E0E_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D* V_2 = NULL;
bool V_3 = false;
int32_t V_4 = 0;
{
// var defferedStatus = Status.Resting;
V_0 = 3;
// for ( var i = 0; i < outConnections.Count; i++ ) {
V_1 = 0;
goto IL_00b7;
}
IL_0009:
{
// var connection = outConnections[i];
List_1_t619EB3258C7F1EBD15A485EA09888BE9FC87AC7E* L_0;
L_0 = Node_get_outConnections_mBD92942B179E5297C07F297E1D0F2F0946A8F7EE_inline(__this, NULL);
int32_t L_1 = V_1;
NullCheck(L_0);
Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D* L_2;
L_2 = List_1_get_Item_m10CB933550CAAA86A0E326BF1DECE5E7DE263E0E(L_0, L_1, List_1_get_Item_m10CB933550CAAA86A0E326BF1DECE5E7DE263E0E_RuntimeMethod_var);
V_2 = L_2;
// var isConnectionFinished = finishedConnections[i] == true;
BooleanU5BU5D_tD317D27C31DB892BE79FAE3AEBC0B3FFB73DE9B4* L_3 = __this->___finishedConnections_19;
int32_t L_4 = V_1;
NullCheck(L_3);
int32_t L_5 = L_4;
uint8_t L_6 = (uint8_t)(L_3)->GetAt(static_cast<il2cpp_array_size_t>(L_5));
V_3 = (bool)L_6;
// if ( !dynamic && isConnectionFinished ) {
bool L_7 = __this->___dynamic_18;
bool L_8 = V_3;
if (((int32_t)(((((int32_t)L_7) == ((int32_t)0))? 1 : 0)&(int32_t)L_8)))
{
goto IL_00b3;
}
}
{
// if ( connection.status != Status.Running && isConnectionFinished ) {
Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D* L_9 = V_2;
NullCheck(L_9);
int32_t L_10;
L_10 = Connection_get_status_m399EC796A0B8161F43CC4FBC11D10D2A5E5B7037_inline(L_9, NULL);
bool L_11 = V_3;
if (!((int32_t)(((((int32_t)((((int32_t)L_10) == ((int32_t)2))? 1 : 0)) == ((int32_t)0))? 1 : 0)&(int32_t)L_11)))
{
goto IL_0046;
}
}
{
// connection.Reset();
Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D* L_12 = V_2;
NullCheck(L_12);
Connection_Reset_m1F1F0FCB268CE47503C3206CC1EAFE9FDD670CA7(L_12, (bool)1, NULL);
}
IL_0046:
{
// status = connection.Execute(agent, blackboard);
Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D* L_13 = V_2;
Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* L_14 = ___0_agent;
RuntimeObject* L_15 = ___1_blackboard;
NullCheck(L_13);
int32_t L_16;
L_16 = Connection_Execute_m8B97C4DD032BA1012167BBFA70B685F165D82F58(L_13, L_14, L_15, NULL);
Node_set_status_m2CEC604858DFD7F181CCCF75AA3D08A7C677F4D7(__this, L_16, NULL);
// if ( defferedStatus == Status.Resting ) {
int32_t L_17 = V_0;
if ((!(((uint32_t)L_17) == ((uint32_t)3))))
{
goto IL_0090;
}
}
{
// if ( status == Status.Failure && ( policy == ParallelPolicy.FirstFailure || policy == ParallelPolicy.FirstSuccessOrFailure ) ) {
int32_t L_18;
L_18 = Node_get_status_m2FBF938FF2AA2979E7DC66B8F6AD3AD272FCB04B_inline(__this, NULL);
if (L_18)
{
goto IL_0073;
}
}
{
int32_t L_19 = __this->___policy_17;
if (!L_19)
{
goto IL_0071;
}
}
{
int32_t L_20 = __this->___policy_17;
if ((!(((uint32_t)L_20) == ((uint32_t)2))))
{
goto IL_0073;
}
}
IL_0071:
{
// defferedStatus = Status.Failure;
V_0 = 0;
}
IL_0073:
{
// if ( status == Status.Success && ( policy == ParallelPolicy.FirstSuccess || policy == ParallelPolicy.FirstSuccessOrFailure ) ) {
int32_t L_21;
L_21 = Node_get_status_m2FBF938FF2AA2979E7DC66B8F6AD3AD272FCB04B_inline(__this, NULL);
if ((!(((uint32_t)L_21) == ((uint32_t)1))))
{
goto IL_0090;
}
}
{
int32_t L_22 = __this->___policy_17;
if ((((int32_t)L_22) == ((int32_t)1)))
{
goto IL_008e;
}
}
{
int32_t L_23 = __this->___policy_17;
if ((!(((uint32_t)L_23) == ((uint32_t)2))))
{
goto IL_0090;
}
}
IL_008e:
{
// defferedStatus = Status.Success;
V_0 = 1;
}
IL_0090:
{
// if ( status != Status.Running && !isConnectionFinished ) {
int32_t L_24;
L_24 = Node_get_status_m2FBF938FF2AA2979E7DC66B8F6AD3AD272FCB04B_inline(__this, NULL);
if ((((int32_t)L_24) == ((int32_t)2)))
{
goto IL_00b3;
}
}
{
bool L_25 = V_3;
if (L_25)
{
goto IL_00b3;
}
}
{
// finishedConnections[i] = true;
BooleanU5BU5D_tD317D27C31DB892BE79FAE3AEBC0B3FFB73DE9B4* L_26 = __this->___finishedConnections_19;
int32_t L_27 = V_1;
NullCheck(L_26);
(L_26)->SetAt(static_cast<il2cpp_array_size_t>(L_27), (bool)1);
// finishedConnectionsCount++;
int32_t L_28 = __this->___finishedConnectionsCount_20;
__this->___finishedConnectionsCount_20 = ((int32_t)il2cpp_codegen_add(L_28, 1));
}
IL_00b3:
{
// for ( var i = 0; i < outConnections.Count; i++ ) {
int32_t L_29 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add(L_29, 1));
}
IL_00b7:
{
// for ( var i = 0; i < outConnections.Count; i++ ) {
int32_t L_30 = V_1;
List_1_t619EB3258C7F1EBD15A485EA09888BE9FC87AC7E* L_31;
L_31 = Node_get_outConnections_mBD92942B179E5297C07F297E1D0F2F0946A8F7EE_inline(__this, NULL);
NullCheck(L_31);
int32_t L_32;
L_32 = List_1_get_Count_mC96ADDB2914B9FADC03D3A91F7B5B647995A2E5C_inline(L_31, List_1_get_Count_mC96ADDB2914B9FADC03D3A91F7B5B647995A2E5C_RuntimeMethod_var);
if ((((int32_t)L_30) < ((int32_t)L_32)))
{
goto IL_0009;
}
}
{
// if ( defferedStatus != Status.Resting ) {
int32_t L_33 = V_0;
if ((((int32_t)L_33) == ((int32_t)3)))
{
goto IL_00d4;
}
}
{
// ResetRunning();
Parallel_ResetRunning_m4C81B3B48A8FD9F6C6448C590B04A3512695FC4A(__this, NULL);
// return defferedStatus;
int32_t L_34 = V_0;
return L_34;
}
IL_00d4:
{
// if ( finishedConnectionsCount == outConnections.Count ) {
int32_t L_35 = __this->___finishedConnectionsCount_20;
List_1_t619EB3258C7F1EBD15A485EA09888BE9FC87AC7E* L_36;
L_36 = Node_get_outConnections_mBD92942B179E5297C07F297E1D0F2F0946A8F7EE_inline(__this, NULL);
NullCheck(L_36);
int32_t L_37;
L_37 = List_1_get_Count_mC96ADDB2914B9FADC03D3A91F7B5B647995A2E5C_inline(L_36, List_1_get_Count_mC96ADDB2914B9FADC03D3A91F7B5B647995A2E5C_RuntimeMethod_var);
if ((!(((uint32_t)L_35) == ((uint32_t)L_37))))
{
goto IL_0104;
}
}
{
// ResetRunning();
Parallel_ResetRunning_m4C81B3B48A8FD9F6C6448C590B04A3512695FC4A(__this, NULL);
// switch ( policy ) {
int32_t L_38 = __this->___policy_17;
V_4 = L_38;
int32_t L_39 = V_4;
if (!L_39)
{
goto IL_0100;
}
}
{
int32_t L_40 = V_4;
if ((((int32_t)L_40) == ((int32_t)1)))
{
goto IL_0102;
}
}
{
goto IL_0104;
}
IL_0100:
{
// return Status.Success;
return (int32_t)(1);
}
IL_0102:
{
// return Status.Failure;
return (int32_t)(0);
}
IL_0104:
{
// return Status.Running;
return (int32_t)(2);
}
}
// System.Void NodeCanvas.BehaviourTrees.Parallel::OnReset()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Parallel_OnReset_m3B1F22179358DB391C38F28056A241A9EF390B92 (Parallel_tFF2E592C1B4CB7C36E820E10B87F13EDA0B1A2E6* __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
// for ( var i = 0; i < finishedConnections.Length; i++ ) { finishedConnections[i] = false; }
V_0 = 0;
goto IL_0011;
}
IL_0004:
{
// for ( var i = 0; i < finishedConnections.Length; i++ ) { finishedConnections[i] = false; }
BooleanU5BU5D_tD317D27C31DB892BE79FAE3AEBC0B3FFB73DE9B4* L_0 = __this->___finishedConnections_19;
int32_t L_1 = V_0;
NullCheck(L_0);
(L_0)->SetAt(static_cast<il2cpp_array_size_t>(L_1), (bool)0);
// for ( var i = 0; i < finishedConnections.Length; i++ ) { finishedConnections[i] = false; }
int32_t L_2 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add(L_2, 1));
}
IL_0011:
{
// for ( var i = 0; i < finishedConnections.Length; i++ ) { finishedConnections[i] = false; }
int32_t L_3 = V_0;
BooleanU5BU5D_tD317D27C31DB892BE79FAE3AEBC0B3FFB73DE9B4* L_4 = __this->___finishedConnections_19;
NullCheck(L_4);
if ((((int32_t)L_3) < ((int32_t)((int32_t)(((RuntimeArray*)L_4)->max_length)))))
{
goto IL_0004;
}
}
{
// finishedConnectionsCount = 0;
__this->___finishedConnectionsCount_20 = 0;
// }
return;
}
}
// System.Void NodeCanvas.BehaviourTrees.Parallel::ResetRunning()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Parallel_ResetRunning_m4C81B3B48A8FD9F6C6448C590B04A3512695FC4A (Parallel_tFF2E592C1B4CB7C36E820E10B87F13EDA0B1A2E6* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_mC96ADDB2914B9FADC03D3A91F7B5B647995A2E5C_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m10CB933550CAAA86A0E326BF1DECE5E7DE263E0E_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
// for ( var i = 0; i < outConnections.Count; i++ ) {
V_0 = 0;
goto IL_002e;
}
IL_0004:
{
// if ( outConnections[i].status == Status.Running ) {
List_1_t619EB3258C7F1EBD15A485EA09888BE9FC87AC7E* L_0;
L_0 = Node_get_outConnections_mBD92942B179E5297C07F297E1D0F2F0946A8F7EE_inline(__this, NULL);
int32_t L_1 = V_0;
NullCheck(L_0);
Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D* L_2;
L_2 = List_1_get_Item_m10CB933550CAAA86A0E326BF1DECE5E7DE263E0E(L_0, L_1, List_1_get_Item_m10CB933550CAAA86A0E326BF1DECE5E7DE263E0E_RuntimeMethod_var);
NullCheck(L_2);
int32_t L_3;
L_3 = Connection_get_status_m399EC796A0B8161F43CC4FBC11D10D2A5E5B7037_inline(L_2, NULL);
if ((!(((uint32_t)L_3) == ((uint32_t)2))))
{
goto IL_002a;
}
}
{
// outConnections[i].Reset();
List_1_t619EB3258C7F1EBD15A485EA09888BE9FC87AC7E* L_4;
L_4 = Node_get_outConnections_mBD92942B179E5297C07F297E1D0F2F0946A8F7EE_inline(__this, NULL);
int32_t L_5 = V_0;
NullCheck(L_4);
Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D* L_6;
L_6 = List_1_get_Item_m10CB933550CAAA86A0E326BF1DECE5E7DE263E0E(L_4, L_5, List_1_get_Item_m10CB933550CAAA86A0E326BF1DECE5E7DE263E0E_RuntimeMethod_var);
NullCheck(L_6);
Connection_Reset_m1F1F0FCB268CE47503C3206CC1EAFE9FDD670CA7(L_6, (bool)1, NULL);
}
IL_002a:
{
// for ( var i = 0; i < outConnections.Count; i++ ) {
int32_t L_7 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add(L_7, 1));
}
IL_002e:
{
// for ( var i = 0; i < outConnections.Count; i++ ) {
int32_t L_8 = V_0;
List_1_t619EB3258C7F1EBD15A485EA09888BE9FC87AC7E* L_9;
L_9 = Node_get_outConnections_mBD92942B179E5297C07F297E1D0F2F0946A8F7EE_inline(__this, NULL);
NullCheck(L_9);
int32_t L_10;
L_10 = List_1_get_Count_mC96ADDB2914B9FADC03D3A91F7B5B647995A2E5C_inline(L_9, List_1_get_Count_mC96ADDB2914B9FADC03D3A91F7B5B647995A2E5C_RuntimeMethod_var);
if ((((int32_t)L_8) < ((int32_t)L_10)))
{
goto IL_0004;
}
}
{
// }
return;
}
}
// System.Void NodeCanvas.BehaviourTrees.Parallel::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Parallel__ctor_m7161E4976FC4687AAE124E4D3B30E827B1773970 (Parallel_tFF2E592C1B4CB7C36E820E10B87F13EDA0B1A2E6* __this, const RuntimeMethod* method)
{
{
BTComposite__ctor_m0F7DB9DB34356D971F4060803A246C993453462F(__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 NodeCanvas.BehaviourTrees.PrioritySelector_0::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PrioritySelector_0__ctor_m96403E13A746AF628667C15F34A964F7011904FF (PrioritySelector_0_t46BE616595201E3FEF09D1384069184E600A13FF* __this, const RuntimeMethod* method)
{
{
BTComposite__ctor_m0F7DB9DB34356D971F4060803A246C993453462F(__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 NodeCanvas.BehaviourTrees.PrioritySelector::ParadoxNotion.Serialization.FullSerializer.IMigratable<NodeCanvas.BehaviourTrees.PrioritySelector_0>.Migrate(NodeCanvas.BehaviourTrees.PrioritySelector_0)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PrioritySelector_ParadoxNotion_Serialization_FullSerializer_IMigratableU3CNodeCanvas_BehaviourTrees_PrioritySelector_0U3E_Migrate_m7E92AC59D91636EF5D06B8A6A5954ED486184D1E (PrioritySelector_t31C0D23DDF9C81BAEF173D62B0D6060C0ADD21DB* __this, PrioritySelector_0_t46BE616595201E3FEF09D1384069184E600A13FF* ___0_model, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Desire_t9BC760ADBFA7ABE86EB6268DD8BF4F270DAFE221_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m426A5215DA5CA4CCB7678F8CE7CF9E8D1C11EC2B_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_m4E5FB9617027873BC890AB02586645997351153F_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m8CA84668C3B331BF83C365E97DB693C198FEE8DE_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m71913DD5458A79948A953B78C5E37C4D2F054A9B_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_GetEnumerator_mC73893ABFB714A5497259C0EEC2F42F55FC67A2E_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m42339EAF04AC09E9D56BD01343F3CD70EED8E9E1_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_tCB242480CD0029CF04AE7D19D2797B6A0ED4F360_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
Enumerator_tD15EEE3AAF977EF68284309E71597AE34FC96EAC V_0;
memset((&V_0), 0, sizeof(V_0));
BBParameter_1_tBF43B031C046DDE9CC5360F10411F13194CA4A9F* V_1 = NULL;
Desire_t9BC760ADBFA7ABE86EB6268DD8BF4F270DAFE221* V_2 = NULL;
{
// this.desires = new List<Desire>();
List_1_tCB242480CD0029CF04AE7D19D2797B6A0ED4F360* L_0 = (List_1_tCB242480CD0029CF04AE7D19D2797B6A0ED4F360*)il2cpp_codegen_object_new(List_1_tCB242480CD0029CF04AE7D19D2797B6A0ED4F360_il2cpp_TypeInfo_var);
NullCheck(L_0);
List_1__ctor_m42339EAF04AC09E9D56BD01343F3CD70EED8E9E1(L_0, List_1__ctor_m42339EAF04AC09E9D56BD01343F3CD70EED8E9E1_RuntimeMethod_var);
__this->___desires_17 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___desires_17), (void*)L_0);
// foreach ( var priority in model.priorities ) {
PrioritySelector_0_t46BE616595201E3FEF09D1384069184E600A13FF* L_1 = ___0_model;
NullCheck(L_1);
List_1_t6E1C3C361234D5B22FE1A015A8E75DBBA982A1D5* L_2 = L_1->___priorities_17;
NullCheck(L_2);
Enumerator_tD15EEE3AAF977EF68284309E71597AE34FC96EAC L_3;
L_3 = List_1_GetEnumerator_mC73893ABFB714A5497259C0EEC2F42F55FC67A2E(L_2, List_1_GetEnumerator_mC73893ABFB714A5497259C0EEC2F42F55FC67A2E_RuntimeMethod_var);
V_0 = L_3;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_0050:
{// begin finally (depth: 1)
Enumerator_Dispose_m426A5215DA5CA4CCB7678F8CE7CF9E8D1C11EC2B((&V_0), Enumerator_Dispose_m426A5215DA5CA4CCB7678F8CE7CF9E8D1C11EC2B_RuntimeMethod_var);
return;
}// end finally (depth: 1)
});
try
{// begin try (depth: 1)
{
goto IL_0045_1;
}
IL_0019_1:
{
// foreach ( var priority in model.priorities ) {
BBParameter_1_tBF43B031C046DDE9CC5360F10411F13194CA4A9F* L_4;
L_4 = Enumerator_get_Current_m8CA84668C3B331BF83C365E97DB693C198FEE8DE_inline((&V_0), Enumerator_get_Current_m8CA84668C3B331BF83C365E97DB693C198FEE8DE_RuntimeMethod_var);
V_1 = L_4;
// var desire = new Desire();
Desire_t9BC760ADBFA7ABE86EB6268DD8BF4F270DAFE221* L_5 = (Desire_t9BC760ADBFA7ABE86EB6268DD8BF4F270DAFE221*)il2cpp_codegen_object_new(Desire_t9BC760ADBFA7ABE86EB6268DD8BF4F270DAFE221_il2cpp_TypeInfo_var);
NullCheck(L_5);
Desire__ctor_m358723E6D6A132B0B4CD2192C1BEA2E09F1A0743(L_5, NULL);
V_2 = L_5;
// this.desires.Add(desire);
List_1_tCB242480CD0029CF04AE7D19D2797B6A0ED4F360* L_6 = __this->___desires_17;
Desire_t9BC760ADBFA7ABE86EB6268DD8BF4F270DAFE221* L_7 = V_2;
NullCheck(L_6);
List_1_Add_m71913DD5458A79948A953B78C5E37C4D2F054A9B_inline(L_6, L_7, List_1_Add_m71913DD5458A79948A953B78C5E37C4D2F054A9B_RuntimeMethod_var);
// var consideration = desire.AddConsideration(graphBlackboard);
Desire_t9BC760ADBFA7ABE86EB6268DD8BF4F270DAFE221* L_8 = V_2;
RuntimeObject* L_9;
L_9 = Node_get_graphBlackboard_mB73EB2C0616FE725B0CADE8A1090E0A56A1A7434(__this, NULL);
NullCheck(L_8);
Consideration_t56F0F88BED35249A6491A5612F9F64D00CECD8DE* L_10;
L_10 = Desire_AddConsideration_m74BFE6CEB4011F7CD11E55F6607893FE7833C3A5(L_8, L_9, NULL);
// consideration.input = priority;
BBParameter_1_tBF43B031C046DDE9CC5360F10411F13194CA4A9F* L_11 = V_1;
NullCheck(L_10);
L_10->___input_0 = L_11;
Il2CppCodeGenWriteBarrier((void**)(&L_10->___input_0), (void*)L_11);
}
IL_0045_1:
{
// foreach ( var priority in model.priorities ) {
bool L_12;
L_12 = Enumerator_MoveNext_m4E5FB9617027873BC890AB02586645997351153F((&V_0), Enumerator_MoveNext_m4E5FB9617027873BC890AB02586645997351153F_RuntimeMethod_var);
if (L_12)
{
goto IL_0019_1;
}
}
{
goto IL_005e;
}
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_005e:
{
// }
return;
}
}
// System.Void NodeCanvas.BehaviourTrees.PrioritySelector::OnChildConnected(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PrioritySelector_OnChildConnected_mBB19C0A9083CD2EAB8DC67BCA1D22770F4DDC564 (PrioritySelector_t31C0D23DDF9C81BAEF173D62B0D6060C0ADD21DB* __this, int32_t ___0_index, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Desire_t9BC760ADBFA7ABE86EB6268DD8BF4F270DAFE221_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Insert_m4E0FDEBFF8973B2169B1F6F74102118578026E0E_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m42339EAF04AC09E9D56BD01343F3CD70EED8E9E1_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_mA6436C4DE52EAB091B32909CDCB136CC3549123C_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_mC96ADDB2914B9FADC03D3A91F7B5B647995A2E5C_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_tCB242480CD0029CF04AE7D19D2797B6A0ED4F360_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// if ( desires == null ) { desires = new List<Desire>(); }
List_1_tCB242480CD0029CF04AE7D19D2797B6A0ED4F360* L_0 = __this->___desires_17;
if (L_0)
{
goto IL_0013;
}
}
{
// if ( desires == null ) { desires = new List<Desire>(); }
List_1_tCB242480CD0029CF04AE7D19D2797B6A0ED4F360* L_1 = (List_1_tCB242480CD0029CF04AE7D19D2797B6A0ED4F360*)il2cpp_codegen_object_new(List_1_tCB242480CD0029CF04AE7D19D2797B6A0ED4F360_il2cpp_TypeInfo_var);
NullCheck(L_1);
List_1__ctor_m42339EAF04AC09E9D56BD01343F3CD70EED8E9E1(L_1, List_1__ctor_m42339EAF04AC09E9D56BD01343F3CD70EED8E9E1_RuntimeMethod_var);
__this->___desires_17 = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->___desires_17), (void*)L_1);
}
IL_0013:
{
// if ( desires.Count < outConnections.Count ) { desires.Insert(index, new Desire()); }
List_1_tCB242480CD0029CF04AE7D19D2797B6A0ED4F360* L_2 = __this->___desires_17;
NullCheck(L_2);
int32_t L_3;
L_3 = List_1_get_Count_mA6436C4DE52EAB091B32909CDCB136CC3549123C_inline(L_2, List_1_get_Count_mA6436C4DE52EAB091B32909CDCB136CC3549123C_RuntimeMethod_var);
List_1_t619EB3258C7F1EBD15A485EA09888BE9FC87AC7E* L_4;
L_4 = Node_get_outConnections_mBD92942B179E5297C07F297E1D0F2F0946A8F7EE_inline(__this, NULL);
NullCheck(L_4);
int32_t L_5;
L_5 = List_1_get_Count_mC96ADDB2914B9FADC03D3A91F7B5B647995A2E5C_inline(L_4, List_1_get_Count_mC96ADDB2914B9FADC03D3A91F7B5B647995A2E5C_RuntimeMethod_var);
if ((((int32_t)L_3) >= ((int32_t)L_5)))
{
goto IL_003c;
}
}
{
// if ( desires.Count < outConnections.Count ) { desires.Insert(index, new Desire()); }
List_1_tCB242480CD0029CF04AE7D19D2797B6A0ED4F360* L_6 = __this->___desires_17;
int32_t L_7 = ___0_index;
Desire_t9BC760ADBFA7ABE86EB6268DD8BF4F270DAFE221* L_8 = (Desire_t9BC760ADBFA7ABE86EB6268DD8BF4F270DAFE221*)il2cpp_codegen_object_new(Desire_t9BC760ADBFA7ABE86EB6268DD8BF4F270DAFE221_il2cpp_TypeInfo_var);
NullCheck(L_8);
Desire__ctor_m358723E6D6A132B0B4CD2192C1BEA2E09F1A0743(L_8, NULL);
NullCheck(L_6);
List_1_Insert_m4E0FDEBFF8973B2169B1F6F74102118578026E0E(L_6, L_7, L_8, List_1_Insert_m4E0FDEBFF8973B2169B1F6F74102118578026E0E_RuntimeMethod_var);
}
IL_003c:
{
// }
return;
}
}
// System.Void NodeCanvas.BehaviourTrees.PrioritySelector::OnChildDisconnected(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PrioritySelector_OnChildDisconnected_m072AC59E4D2655123B1438555A8F6830D71A5097 (PrioritySelector_t31C0D23DDF9C81BAEF173D62B0D6060C0ADD21DB* __this, int32_t ___0_index, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_RemoveAt_m00E7306409235A29BAEEAF9957ACBCFDA8BA05C5_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
// public override void OnChildDisconnected(int index) { desires.RemoveAt(index); }
List_1_tCB242480CD0029CF04AE7D19D2797B6A0ED4F360* L_0 = __this->___desires_17;
int32_t L_1 = ___0_index;
NullCheck(L_0);
List_1_RemoveAt_m00E7306409235A29BAEEAF9957ACBCFDA8BA05C5(L_0, L_1, List_1_RemoveAt_m00E7306409235A29BAEEAF9957ACBCFDA8BA05C5_RuntimeMethod_var);
// public override void OnChildDisconnected(int index) { desires.RemoveAt(index); }
return;
}
}
// NodeCanvas.Framework.Status NodeCanvas.BehaviourTrees.PrioritySelector::OnExecute(UnityEngine.Component,NodeCanvas.Framework.IBlackboard)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t PrioritySelector_OnExecute_m2E642719FCDADEC09B2C4C92F1D3DB201C983B97 (PrioritySelector_t31C0D23DDF9C81BAEF173D62B0D6060C0ADD21DB* __this, Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* ___0_agent, RuntimeObject* ___1_blackboard, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_OrderBy_TisConnection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_mF86C8C84FC42FE43C5E26D67C3C0AA73F6923917_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_ToArray_TisConnection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D_m2D562507FC0E9480B58E625BCF4CE9DC449BD82A_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_tFA9A25A990F1A27B739D1E98198C704529EE576C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PrioritySelector_U3COnExecuteU3Eb__8_0_m3513058D274D32A0C5D961C6C670A0F6BE450DAD_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
// if ( status == Status.Resting ) {
int32_t L_0;
L_0 = Node_get_status_m2FBF938FF2AA2979E7DC66B8F6AD3AD272FCB04B_inline(__this, NULL);
if ((!(((uint32_t)L_0) == ((uint32_t)3))))
{
goto IL_002b;
}
}
{
// orderedConnections = outConnections.OrderBy(c => desires[outConnections.IndexOf(c)].GetCompoundUtility()).ToArray();
List_1_t619EB3258C7F1EBD15A485EA09888BE9FC87AC7E* L_1;
L_1 = Node_get_outConnections_mBD92942B179E5297C07F297E1D0F2F0946A8F7EE_inline(__this, NULL);
Func_2_tFA9A25A990F1A27B739D1E98198C704529EE576C* L_2 = (Func_2_tFA9A25A990F1A27B739D1E98198C704529EE576C*)il2cpp_codegen_object_new(Func_2_tFA9A25A990F1A27B739D1E98198C704529EE576C_il2cpp_TypeInfo_var);
NullCheck(L_2);
Func_2__ctor_mA37F3231CB4A32CD37C5B210B5BB899C92BFAF5A(L_2, __this, (intptr_t)((void*)PrioritySelector_U3COnExecuteU3Eb__8_0_m3513058D274D32A0C5D961C6C670A0F6BE450DAD_RuntimeMethod_var), NULL);
RuntimeObject* L_3;
L_3 = Enumerable_OrderBy_TisConnection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_mF86C8C84FC42FE43C5E26D67C3C0AA73F6923917(L_1, L_2, Enumerable_OrderBy_TisConnection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_mF86C8C84FC42FE43C5E26D67C3C0AA73F6923917_RuntimeMethod_var);
ConnectionU5BU5D_t5D2C96F2326D52F4DF94410574A186770D62742D* L_4;
L_4 = Enumerable_ToArray_TisConnection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D_m2D562507FC0E9480B58E625BCF4CE9DC449BD82A(L_3, Enumerable_ToArray_TisConnection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D_m2D562507FC0E9480B58E625BCF4CE9DC449BD82A_RuntimeMethod_var);
__this->___orderedConnections_18 = L_4;
Il2CppCodeGenWriteBarrier((void**)(&__this->___orderedConnections_18), (void*)L_4);
}
IL_002b:
{
// for ( var i = orderedConnections.Length; i-- > 0; ) {
ConnectionU5BU5D_t5D2C96F2326D52F4DF94410574A186770D62742D* L_5 = __this->___orderedConnections_18;
NullCheck(L_5);
V_0 = ((int32_t)(((RuntimeArray*)L_5)->max_length));
goto IL_0068;
}
IL_0036:
{
// status = orderedConnections[i].Execute(agent, blackboard);
ConnectionU5BU5D_t5D2C96F2326D52F4DF94410574A186770D62742D* L_6 = __this->___orderedConnections_18;
int32_t L_7 = V_0;
NullCheck(L_6);
int32_t L_8 = L_7;
Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D* L_9 = (L_6)->GetAt(static_cast<il2cpp_array_size_t>(L_8));
Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* L_10 = ___0_agent;
RuntimeObject* L_11 = ___1_blackboard;
NullCheck(L_9);
int32_t L_12;
L_12 = Connection_Execute_m8B97C4DD032BA1012167BBFA70B685F165D82F58(L_9, L_10, L_11, NULL);
Node_set_status_m2CEC604858DFD7F181CCCF75AA3D08A7C677F4D7(__this, L_12, NULL);
// if ( status == Status.Success ) {
int32_t L_13;
L_13 = Node_get_status_m2FBF938FF2AA2979E7DC66B8F6AD3AD272FCB04B_inline(__this, NULL);
if ((!(((uint32_t)L_13) == ((uint32_t)1))))
{
goto IL_0056;
}
}
{
// return Status.Success;
return (int32_t)(1);
}
IL_0056:
{
// if ( status == Status.Running ) {
int32_t L_14;
L_14 = Node_get_status_m2FBF938FF2AA2979E7DC66B8F6AD3AD272FCB04B_inline(__this, NULL);
if ((!(((uint32_t)L_14) == ((uint32_t)2))))
{
goto IL_0068;
}
}
{
// current = i;
int32_t L_15 = V_0;
__this->___current_19 = L_15;
// return Status.Running;
return (int32_t)(2);
}
IL_0068:
{
// for ( var i = orderedConnections.Length; i-- > 0; ) {
int32_t L_16 = V_0;
int32_t L_17 = L_16;
V_0 = ((int32_t)il2cpp_codegen_subtract(L_17, 1));
if ((((int32_t)L_17) > ((int32_t)0)))
{
goto IL_0036;
}
}
{
// return Status.Failure;
return (int32_t)(0);
}
}
// System.Void NodeCanvas.BehaviourTrees.PrioritySelector::OnReset()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PrioritySelector_OnReset_m0BE19C34D97E88D31DFCDE03C4BBD4B907AB021F (PrioritySelector_t31C0D23DDF9C81BAEF173D62B0D6060C0ADD21DB* __this, const RuntimeMethod* method)
{
{
// protected override void OnReset() { current = 0; }
__this->___current_19 = 0;
// protected override void OnReset() { current = 0; }
return;
}
}
// System.Void NodeCanvas.BehaviourTrees.PrioritySelector::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PrioritySelector__ctor_m2241021D5A3E2178BF87D910F1FC01AB6DCDCD0E (PrioritySelector_t31C0D23DDF9C81BAEF173D62B0D6060C0ADD21DB* __this, const RuntimeMethod* method)
{
{
BTComposite__ctor_m0F7DB9DB34356D971F4060803A246C993453462F(__this, NULL);
return;
}
}
// System.Single NodeCanvas.BehaviourTrees.PrioritySelector::<OnExecute>b__8_0(NodeCanvas.Framework.Connection)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float PrioritySelector_U3COnExecuteU3Eb__8_0_m3513058D274D32A0C5D961C6C670A0F6BE450DAD (PrioritySelector_t31C0D23DDF9C81BAEF173D62B0D6060C0ADD21DB* __this, Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D* ___0_c, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_IndexOf_m9016DF4B8B91C027A818053D47F29E55078D2B42_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m57C234D7D4453013BC4A169A42959B939BEBB3A9_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
// orderedConnections = outConnections.OrderBy(c => desires[outConnections.IndexOf(c)].GetCompoundUtility()).ToArray();
List_1_tCB242480CD0029CF04AE7D19D2797B6A0ED4F360* L_0 = __this->___desires_17;
List_1_t619EB3258C7F1EBD15A485EA09888BE9FC87AC7E* L_1;
L_1 = Node_get_outConnections_mBD92942B179E5297C07F297E1D0F2F0946A8F7EE_inline(__this, NULL);
Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D* L_2 = ___0_c;
NullCheck(L_1);
int32_t L_3;
L_3 = List_1_IndexOf_m9016DF4B8B91C027A818053D47F29E55078D2B42(L_1, L_2, List_1_IndexOf_m9016DF4B8B91C027A818053D47F29E55078D2B42_RuntimeMethod_var);
NullCheck(L_0);
Desire_t9BC760ADBFA7ABE86EB6268DD8BF4F270DAFE221* L_4;
L_4 = List_1_get_Item_m57C234D7D4453013BC4A169A42959B939BEBB3A9(L_0, L_3, List_1_get_Item_m57C234D7D4453013BC4A169A42959B939BEBB3A9_RuntimeMethod_var);
NullCheck(L_4);
float L_5;
L_5 = Desire_GetCompoundUtility_m38C7214CD195C535480C7A98B926AD2E9561358A(L_4, NULL);
return L_5;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// NodeCanvas.BehaviourTrees.PrioritySelector/Consideration NodeCanvas.BehaviourTrees.PrioritySelector/Desire::AddConsideration(NodeCanvas.Framework.IBlackboard)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Consideration_t56F0F88BED35249A6491A5612F9F64D00CECD8DE* Desire_AddConsideration_m74BFE6CEB4011F7CD11E55F6607893FE7833C3A5 (Desire_t9BC760ADBFA7ABE86EB6268DD8BF4F270DAFE221* __this, RuntimeObject* ___0_bb, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Consideration_t56F0F88BED35249A6491A5612F9F64D00CECD8DE_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m82B443EA200E53FC88E1F17E27CA89E4CE9EB3BE_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
Consideration_t56F0F88BED35249A6491A5612F9F64D00CECD8DE* V_0 = NULL;
{
// var result = new Consideration(bb);
RuntimeObject* L_0 = ___0_bb;
Consideration_t56F0F88BED35249A6491A5612F9F64D00CECD8DE* L_1 = (Consideration_t56F0F88BED35249A6491A5612F9F64D00CECD8DE*)il2cpp_codegen_object_new(Consideration_t56F0F88BED35249A6491A5612F9F64D00CECD8DE_il2cpp_TypeInfo_var);
NullCheck(L_1);
Consideration__ctor_m211E4270CF042CCA5AB63609A8DE3745AFB1207D(L_1, L_0, NULL);
V_0 = L_1;
// considerations.Add(result);
List_1_tF88264E0E4A394FD0A1775D90BE5E1D8AF1FC6A9* L_2 = __this->___considerations_2;
Consideration_t56F0F88BED35249A6491A5612F9F64D00CECD8DE* L_3 = V_0;
NullCheck(L_2);
List_1_Add_m82B443EA200E53FC88E1F17E27CA89E4CE9EB3BE_inline(L_2, L_3, List_1_Add_m82B443EA200E53FC88E1F17E27CA89E4CE9EB3BE_RuntimeMethod_var);
// return result;
Consideration_t56F0F88BED35249A6491A5612F9F64D00CECD8DE* L_4 = V_0;
return L_4;
}
}
// System.Void NodeCanvas.BehaviourTrees.PrioritySelector/Desire::RemoveConsideration(NodeCanvas.BehaviourTrees.PrioritySelector/Consideration)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Desire_RemoveConsideration_m8CE2C57F9179A40484DE3B6B2233DA3DEA90D142 (Desire_t9BC760ADBFA7ABE86EB6268DD8BF4F270DAFE221* __this, Consideration_t56F0F88BED35249A6491A5612F9F64D00CECD8DE* ___0_consideration, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Remove_mDE3476AFE4BAE1D7EA8ECFB18111421446DC371D_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
// public void RemoveConsideration(Consideration consideration) { considerations.Remove(consideration); }
List_1_tF88264E0E4A394FD0A1775D90BE5E1D8AF1FC6A9* L_0 = __this->___considerations_2;
Consideration_t56F0F88BED35249A6491A5612F9F64D00CECD8DE* L_1 = ___0_consideration;
NullCheck(L_0);
bool L_2;
L_2 = List_1_Remove_mDE3476AFE4BAE1D7EA8ECFB18111421446DC371D(L_0, L_1, List_1_Remove_mDE3476AFE4BAE1D7EA8ECFB18111421446DC371D_RuntimeMethod_var);
// public void RemoveConsideration(Consideration consideration) { considerations.Remove(consideration); }
return;
}
}
// System.Single NodeCanvas.BehaviourTrees.PrioritySelector/Desire::GetCompoundUtility()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Desire_GetCompoundUtility_m38C7214CD195C535480C7A98B926AD2E9561358A (Desire_t9BC760ADBFA7ABE86EB6268DD8BF4F270DAFE221* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_mA00A935F194A1A3A88B6279C46B14C7FD311D862_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_mA70820FB2D2B708D8635E4F486DF8A61DD7C36E1_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
float V_0 = 0.0f;
int32_t V_1 = 0;
{
// float total = 0;
V_0 = (0.0f);
// for ( var i = 0; i < considerations.Count; i++ ) {
V_1 = 0;
goto IL_0022;
}
IL_000a:
{
// total += considerations[i].utility;
float L_0 = V_0;
List_1_tF88264E0E4A394FD0A1775D90BE5E1D8AF1FC6A9* L_1 = __this->___considerations_2;
int32_t L_2 = V_1;
NullCheck(L_1);
Consideration_t56F0F88BED35249A6491A5612F9F64D00CECD8DE* L_3;
L_3 = List_1_get_Item_mA70820FB2D2B708D8635E4F486DF8A61DD7C36E1(L_1, L_2, List_1_get_Item_mA70820FB2D2B708D8635E4F486DF8A61DD7C36E1_RuntimeMethod_var);
NullCheck(L_3);
float L_4;
L_4 = Consideration_get_utility_m6A9C26AB81D7B952786622E9354486CEA857F87F(L_3, NULL);
V_0 = ((float)il2cpp_codegen_add(L_0, L_4));
// for ( var i = 0; i < considerations.Count; i++ ) {
int32_t L_5 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add(L_5, 1));
}
IL_0022:
{
// for ( var i = 0; i < considerations.Count; i++ ) {
int32_t L_6 = V_1;
List_1_tF88264E0E4A394FD0A1775D90BE5E1D8AF1FC6A9* L_7 = __this->___considerations_2;
NullCheck(L_7);
int32_t L_8;
L_8 = List_1_get_Count_mA00A935F194A1A3A88B6279C46B14C7FD311D862_inline(L_7, List_1_get_Count_mA00A935F194A1A3A88B6279C46B14C7FD311D862_RuntimeMethod_var);
if ((((int32_t)L_6) < ((int32_t)L_8)))
{
goto IL_000a;
}
}
{
// return total / considerations.Count;
float L_9 = V_0;
List_1_tF88264E0E4A394FD0A1775D90BE5E1D8AF1FC6A9* L_10 = __this->___considerations_2;
NullCheck(L_10);
int32_t L_11;
L_11 = List_1_get_Count_mA00A935F194A1A3A88B6279C46B14C7FD311D862_inline(L_10, List_1_get_Count_mA00A935F194A1A3A88B6279C46B14C7FD311D862_RuntimeMethod_var);
return ((float)(L_9/((float)L_11)));
}
}
// System.Void NodeCanvas.BehaviourTrees.PrioritySelector/Desire::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Desire__ctor_m358723E6D6A132B0B4CD2192C1BEA2E09F1A0743 (Desire_t9BC760ADBFA7ABE86EB6268DD8BF4F270DAFE221* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m41DF615FC54D096A06662C64F94CC378F8D27186_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_tF88264E0E4A394FD0A1775D90BE5E1D8AF1FC6A9_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// public List<Consideration> considerations = new List<Consideration>();
List_1_tF88264E0E4A394FD0A1775D90BE5E1D8AF1FC6A9* L_0 = (List_1_tF88264E0E4A394FD0A1775D90BE5E1D8AF1FC6A9*)il2cpp_codegen_object_new(List_1_tF88264E0E4A394FD0A1775D90BE5E1D8AF1FC6A9_il2cpp_TypeInfo_var);
NullCheck(L_0);
List_1__ctor_m41DF615FC54D096A06662C64F94CC378F8D27186(L_0, List_1__ctor_m41DF615FC54D096A06662C64F94CC378F8D27186_RuntimeMethod_var);
__this->___considerations_2 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___considerations_2), (void*)L_0);
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Single NodeCanvas.BehaviourTrees.PrioritySelector/Consideration::get_utility()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Consideration_get_utility_m6A9C26AB81D7B952786622E9354486CEA857F87F (Consideration_t56F0F88BED35249A6491A5612F9F64D00CECD8DE* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BBParameter_1_get_value_m3187A6059C150FC13A97670D721EEAB864B44576_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BBParameter_1_get_value_m46BCD0CE6DCB23D77AB3268C4D12A143C9F5C532_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
// public float utility => function.value != null ? function.value.Evaluate(input.value) : input.value;
BBParameter_1_tCAC0C5F864E225E6286545A1DE9E85F36F9D9B1D* L_0 = __this->___function_1;
NullCheck(L_0);
AnimationCurve_tCBFFAAD05CEBB35EF8D8631BD99914BE1A6BB354* L_1;
L_1 = BBParameter_1_get_value_m3187A6059C150FC13A97670D721EEAB864B44576(L_0, BBParameter_1_get_value_m3187A6059C150FC13A97670D721EEAB864B44576_RuntimeMethod_var);
if (L_1)
{
goto IL_0019;
}
}
{
BBParameter_1_tBF43B031C046DDE9CC5360F10411F13194CA4A9F* L_2 = __this->___input_0;
NullCheck(L_2);
float L_3;
L_3 = BBParameter_1_get_value_m46BCD0CE6DCB23D77AB3268C4D12A143C9F5C532(L_2, BBParameter_1_get_value_m46BCD0CE6DCB23D77AB3268C4D12A143C9F5C532_RuntimeMethod_var);
return L_3;
}
IL_0019:
{
BBParameter_1_tCAC0C5F864E225E6286545A1DE9E85F36F9D9B1D* L_4 = __this->___function_1;
NullCheck(L_4);
AnimationCurve_tCBFFAAD05CEBB35EF8D8631BD99914BE1A6BB354* L_5;
L_5 = BBParameter_1_get_value_m3187A6059C150FC13A97670D721EEAB864B44576(L_4, BBParameter_1_get_value_m3187A6059C150FC13A97670D721EEAB864B44576_RuntimeMethod_var);
BBParameter_1_tBF43B031C046DDE9CC5360F10411F13194CA4A9F* L_6 = __this->___input_0;
NullCheck(L_6);
float L_7;
L_7 = BBParameter_1_get_value_m46BCD0CE6DCB23D77AB3268C4D12A143C9F5C532(L_6, BBParameter_1_get_value_m46BCD0CE6DCB23D77AB3268C4D12A143C9F5C532_RuntimeMethod_var);
NullCheck(L_5);
float L_8;
L_8 = AnimationCurve_Evaluate_m50B857043DE251A186032ADBCBB4CEF817F4EE3C(L_5, L_7, NULL);
return L_8;
}
}
// System.Void NodeCanvas.BehaviourTrees.PrioritySelector/Consideration::.ctor(NodeCanvas.Framework.IBlackboard)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Consideration__ctor_m211E4270CF042CCA5AB63609A8DE3745AFB1207D (Consideration_t56F0F88BED35249A6491A5612F9F64D00CECD8DE* __this, RuntimeObject* ___0_blackboard, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BBParameter_1__ctor_m04564A31023AF3576A5B1A21C8AA9A5EECD273C4_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BBParameter_1__ctor_m7D9301160038EC9E6A92CE13DA5C18CBFFB59F9A_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BBParameter_1_set_value_mDE78D55F479F34597C9D556AB56CD609EA13EA91_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BBParameter_1_tBF43B031C046DDE9CC5360F10411F13194CA4A9F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BBParameter_1_tCAC0C5F864E225E6286545A1DE9E85F36F9D9B1D_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// public Consideration(IBlackboard blackboard) {
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
// input = new BBParameter<float> { value = 1f, bb = blackboard };
BBParameter_1_tBF43B031C046DDE9CC5360F10411F13194CA4A9F* L_0 = (BBParameter_1_tBF43B031C046DDE9CC5360F10411F13194CA4A9F*)il2cpp_codegen_object_new(BBParameter_1_tBF43B031C046DDE9CC5360F10411F13194CA4A9F_il2cpp_TypeInfo_var);
NullCheck(L_0);
BBParameter_1__ctor_m04564A31023AF3576A5B1A21C8AA9A5EECD273C4(L_0, BBParameter_1__ctor_m04564A31023AF3576A5B1A21C8AA9A5EECD273C4_RuntimeMethod_var);
BBParameter_1_tBF43B031C046DDE9CC5360F10411F13194CA4A9F* L_1 = L_0;
NullCheck(L_1);
BBParameter_1_set_value_mDE78D55F479F34597C9D556AB56CD609EA13EA91(L_1, (1.0f), BBParameter_1_set_value_mDE78D55F479F34597C9D556AB56CD609EA13EA91_RuntimeMethod_var);
BBParameter_1_tBF43B031C046DDE9CC5360F10411F13194CA4A9F* L_2 = L_1;
RuntimeObject* L_3 = ___0_blackboard;
NullCheck(L_2);
BBParameter_set_bb_mC03C5FFA7320CCC721EF5323C21736B2BEE4B423(L_2, L_3, NULL);
__this->___input_0 = L_2;
Il2CppCodeGenWriteBarrier((void**)(&__this->___input_0), (void*)L_2);
// function = new BBParameter<AnimationCurve> { bb = blackboard };
BBParameter_1_tCAC0C5F864E225E6286545A1DE9E85F36F9D9B1D* L_4 = (BBParameter_1_tCAC0C5F864E225E6286545A1DE9E85F36F9D9B1D*)il2cpp_codegen_object_new(BBParameter_1_tCAC0C5F864E225E6286545A1DE9E85F36F9D9B1D_il2cpp_TypeInfo_var);
NullCheck(L_4);
BBParameter_1__ctor_m7D9301160038EC9E6A92CE13DA5C18CBFFB59F9A(L_4, BBParameter_1__ctor_m7D9301160038EC9E6A92CE13DA5C18CBFFB59F9A_RuntimeMethod_var);
BBParameter_1_tCAC0C5F864E225E6286545A1DE9E85F36F9D9B1D* L_5 = L_4;
RuntimeObject* L_6 = ___0_blackboard;
NullCheck(L_5);
BBParameter_set_bb_mC03C5FFA7320CCC721EF5323C21736B2BEE4B423(L_5, L_6, NULL);
__this->___function_1 = L_5;
Il2CppCodeGenWriteBarrier((void**)(&__this->___function_1), (void*)L_5);
// }
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void NodeCanvas.BehaviourTrees.ProbabilitySelector::OnChildConnected(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ProbabilitySelector_OnChildConnected_mA973AD0650D2212B81E17F596066FD2EFCC54B1E (ProbabilitySelector_tE713EB864DE5C2D77CEFF6D07C6B3B10CD05AE6E* __this, int32_t ___0_index, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BBParameter_1__ctor_m04564A31023AF3576A5B1A21C8AA9A5EECD273C4_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BBParameter_1_set_value_mDE78D55F479F34597C9D556AB56CD609EA13EA91_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BBParameter_1_tBF43B031C046DDE9CC5360F10411F13194CA4A9F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Insert_m3C6EAE9635A0A49E85DFFE713849893CF6227EB4_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mC73B3C8590A7D2A39859D0A8B455F8990EC1FB32_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_mC96ADDB2914B9FADC03D3A91F7B5B647995A2E5C_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_mF3ACF51E92B564C85540FFD4F33DDBB4F056D360_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t6E1C3C361234D5B22FE1A015A8E75DBBA982A1D5_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// if ( childWeights == null ) { childWeights = new List<BBParameter<float>>(); }
List_1_t6E1C3C361234D5B22FE1A015A8E75DBBA982A1D5* L_0 = __this->___childWeights_17;
if (L_0)
{
goto IL_0013;
}
}
{
// if ( childWeights == null ) { childWeights = new List<BBParameter<float>>(); }
List_1_t6E1C3C361234D5B22FE1A015A8E75DBBA982A1D5* L_1 = (List_1_t6E1C3C361234D5B22FE1A015A8E75DBBA982A1D5*)il2cpp_codegen_object_new(List_1_t6E1C3C361234D5B22FE1A015A8E75DBBA982A1D5_il2cpp_TypeInfo_var);
NullCheck(L_1);
List_1__ctor_mC73B3C8590A7D2A39859D0A8B455F8990EC1FB32(L_1, List_1__ctor_mC73B3C8590A7D2A39859D0A8B455F8990EC1FB32_RuntimeMethod_var);
__this->___childWeights_17 = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->___childWeights_17), (void*)L_1);
}
IL_0013:
{
// if ( childWeights.Count < outConnections.Count ) {
List_1_t6E1C3C361234D5B22FE1A015A8E75DBBA982A1D5* L_2 = __this->___childWeights_17;
NullCheck(L_2);
int32_t L_3;
L_3 = List_1_get_Count_mF3ACF51E92B564C85540FFD4F33DDBB4F056D360_inline(L_2, List_1_get_Count_mF3ACF51E92B564C85540FFD4F33DDBB4F056D360_RuntimeMethod_var);
List_1_t619EB3258C7F1EBD15A485EA09888BE9FC87AC7E* L_4;
L_4 = Node_get_outConnections_mBD92942B179E5297C07F297E1D0F2F0946A8F7EE_inline(__this, NULL);
NullCheck(L_4);
int32_t L_5;
L_5 = List_1_get_Count_mC96ADDB2914B9FADC03D3A91F7B5B647995A2E5C_inline(L_4, List_1_get_Count_mC96ADDB2914B9FADC03D3A91F7B5B647995A2E5C_RuntimeMethod_var);
if ((((int32_t)L_3) >= ((int32_t)L_5)))
{
goto IL_0053;
}
}
{
// childWeights.Insert(index, new BBParameter<float> { value = 1, bb = graphBlackboard });
List_1_t6E1C3C361234D5B22FE1A015A8E75DBBA982A1D5* L_6 = __this->___childWeights_17;
int32_t L_7 = ___0_index;
BBParameter_1_tBF43B031C046DDE9CC5360F10411F13194CA4A9F* L_8 = (BBParameter_1_tBF43B031C046DDE9CC5360F10411F13194CA4A9F*)il2cpp_codegen_object_new(BBParameter_1_tBF43B031C046DDE9CC5360F10411F13194CA4A9F_il2cpp_TypeInfo_var);
NullCheck(L_8);
BBParameter_1__ctor_m04564A31023AF3576A5B1A21C8AA9A5EECD273C4(L_8, BBParameter_1__ctor_m04564A31023AF3576A5B1A21C8AA9A5EECD273C4_RuntimeMethod_var);
BBParameter_1_tBF43B031C046DDE9CC5360F10411F13194CA4A9F* L_9 = L_8;
NullCheck(L_9);
BBParameter_1_set_value_mDE78D55F479F34597C9D556AB56CD609EA13EA91(L_9, (1.0f), BBParameter_1_set_value_mDE78D55F479F34597C9D556AB56CD609EA13EA91_RuntimeMethod_var);
BBParameter_1_tBF43B031C046DDE9CC5360F10411F13194CA4A9F* L_10 = L_9;
RuntimeObject* L_11;
L_11 = Node_get_graphBlackboard_mB73EB2C0616FE725B0CADE8A1090E0A56A1A7434(__this, NULL);
NullCheck(L_10);
BBParameter_set_bb_mC03C5FFA7320CCC721EF5323C21736B2BEE4B423(L_10, L_11, NULL);
NullCheck(L_6);
List_1_Insert_m3C6EAE9635A0A49E85DFFE713849893CF6227EB4(L_6, L_7, L_10, List_1_Insert_m3C6EAE9635A0A49E85DFFE713849893CF6227EB4_RuntimeMethod_var);
}
IL_0053:
{
// }
return;
}
}
// System.Void NodeCanvas.BehaviourTrees.ProbabilitySelector::OnChildDisconnected(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ProbabilitySelector_OnChildDisconnected_mAC781B969239736BA77115B9646F22571EFFDBC4 (ProbabilitySelector_tE713EB864DE5C2D77CEFF6D07C6B3B10CD05AE6E* __this, int32_t ___0_index, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_RemoveAt_m19FAA1244753BA0C0337F78092521D4C8E3A3ACC_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
// childWeights.RemoveAt(index);
List_1_t6E1C3C361234D5B22FE1A015A8E75DBBA982A1D5* L_0 = __this->___childWeights_17;
int32_t L_1 = ___0_index;
NullCheck(L_0);
List_1_RemoveAt_m19FAA1244753BA0C0337F78092521D4C8E3A3ACC(L_0, L_1, List_1_RemoveAt_m19FAA1244753BA0C0337F78092521D4C8E3A3ACC_RuntimeMethod_var);
// }
return;
}
}
// System.Void NodeCanvas.BehaviourTrees.ProbabilitySelector::OnGraphStarted()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ProbabilitySelector_OnGraphStarted_mDEE1DA09F53156C5E0D83DACCD9C7F7134F6FB89 (ProbabilitySelector_tE713EB864DE5C2D77CEFF6D07C6B3B10CD05AE6E* __this, const RuntimeMethod* method)
{
{
// public override void OnGraphStarted() { OnReset(); }
VirtualActionInvoker0::Invoke(25 /* System.Void NodeCanvas.Framework.Node::OnReset() */, __this);
// public override void OnGraphStarted() { OnReset(); }
return;
}
}
// NodeCanvas.Framework.Status NodeCanvas.BehaviourTrees.ProbabilitySelector::OnExecute(UnityEngine.Component,NodeCanvas.Framework.IBlackboard)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ProbabilitySelector_OnExecute_mB14BF0B802D29579491DCB00180165E82A8518FA (ProbabilitySelector_tE713EB864DE5C2D77CEFF6D07C6B3B10CD05AE6E* __this, Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* ___0_agent, RuntimeObject* ___1_blackboard, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BBParameter_1_get_value_m46BCD0CE6DCB23D77AB3268C4D12A143C9F5C532_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_mC96ADDB2914B9FADC03D3A91F7B5B647995A2E5C_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_mF3ACF51E92B564C85540FFD4F33DDBB4F056D360_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m10CB933550CAAA86A0E326BF1DECE5E7DE263E0E_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_mAEC813ABF118B73ACA6E26F58358E96F1C24981F_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
float V_0 = 0.0f;
int32_t V_1 = 0;
float V_2 = 0.0f;
int32_t V_3 = 0;
{
// if ( status == Status.Resting ) {
int32_t L_0;
L_0 = Node_get_status_m2FBF938FF2AA2979E7DC66B8F6AD3AD272FCB04B_inline(__this, NULL);
if ((!(((uint32_t)L_0) == ((uint32_t)3))))
{
goto IL_0070;
}
}
{
// tmpDice = Random.value;
float L_1;
L_1 = Random_get_value_m2CEA87FADF5222EF9E13D32695F15E2BA282E24B(NULL);
__this->___tmpDice_23 = L_1;
// tmpFailWeight = failChance.value;
BBParameter_1_tBF43B031C046DDE9CC5360F10411F13194CA4A9F* L_2 = __this->___failChance_18;
NullCheck(L_2);
float L_3;
L_3 = BBParameter_1_get_value_m46BCD0CE6DCB23D77AB3268C4D12A143C9F5C532(L_2, BBParameter_1_get_value_m46BCD0CE6DCB23D77AB3268C4D12A143C9F5C532_RuntimeMethod_var);
__this->___tmpFailWeight_21 = L_3;
// tmpTotal = tmpFailWeight;
float L_4 = __this->___tmpFailWeight_21;
__this->___tmpTotal_22 = L_4;
// for ( var i = 0; i < childWeights.Count; i++ ) {
V_1 = 0;
goto IL_0062;
}
IL_0035:
{
// var childWeight = childWeights[i].value;
List_1_t6E1C3C361234D5B22FE1A015A8E75DBBA982A1D5* L_5 = __this->___childWeights_17;
int32_t L_6 = V_1;
NullCheck(L_5);
BBParameter_1_tBF43B031C046DDE9CC5360F10411F13194CA4A9F* L_7;
L_7 = List_1_get_Item_mAEC813ABF118B73ACA6E26F58358E96F1C24981F(L_5, L_6, List_1_get_Item_mAEC813ABF118B73ACA6E26F58358E96F1C24981F_RuntimeMethod_var);
NullCheck(L_7);
float L_8;
L_8 = BBParameter_1_get_value_m46BCD0CE6DCB23D77AB3268C4D12A143C9F5C532(L_7, BBParameter_1_get_value_m46BCD0CE6DCB23D77AB3268C4D12A143C9F5C532_RuntimeMethod_var);
V_2 = L_8;
// tmpTotal += childWeight;
float L_9 = __this->___tmpTotal_22;
float L_10 = V_2;
__this->___tmpTotal_22 = ((float)il2cpp_codegen_add(L_9, L_10));
// tmpWeights[i] = childWeight;
SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* L_11 = __this->___tmpWeights_20;
int32_t L_12 = V_1;
float L_13 = V_2;
NullCheck(L_11);
(L_11)->SetAt(static_cast<il2cpp_array_size_t>(L_12), (float)L_13);
// for ( var i = 0; i < childWeights.Count; i++ ) {
int32_t L_14 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add(L_14, 1));
}
IL_0062:
{
// for ( var i = 0; i < childWeights.Count; i++ ) {
int32_t L_15 = V_1;
List_1_t6E1C3C361234D5B22FE1A015A8E75DBBA982A1D5* L_16 = __this->___childWeights_17;
NullCheck(L_16);
int32_t L_17;
L_17 = List_1_get_Count_mF3ACF51E92B564C85540FFD4F33DDBB4F056D360_inline(L_16, List_1_get_Count_mF3ACF51E92B564C85540FFD4F33DDBB4F056D360_RuntimeMethod_var);
if ((((int32_t)L_15) < ((int32_t)L_17)))
{
goto IL_0035;
}
}
IL_0070:
{
// var prob = tmpFailWeight / tmpTotal;
float L_18 = __this->___tmpFailWeight_21;
float L_19 = __this->___tmpTotal_22;
V_0 = ((float)(L_18/L_19));
// if ( tmpDice < prob ) {
float L_20 = __this->___tmpDice_23;
float L_21 = V_0;
if ((!(((float)L_20) < ((float)L_21))))
{
goto IL_0089;
}
}
{
// return Status.Failure;
return (int32_t)(0);
}
IL_0089:
{
// for ( var i = 0; i < outConnections.Count; i++ ) {
V_3 = 0;
goto IL_0113;
}
IL_0090:
{
// if ( indexFailed[i] ) {
BooleanU5BU5D_tD317D27C31DB892BE79FAE3AEBC0B3FFB73DE9B4* L_22 = __this->___indexFailed_19;
int32_t L_23 = V_3;
NullCheck(L_22);
int32_t L_24 = L_23;
uint8_t L_25 = (uint8_t)(L_22)->GetAt(static_cast<il2cpp_array_size_t>(L_24));
if (L_25)
{
goto IL_010f;
}
}
{
// prob += tmpWeights[i] / tmpTotal;
float L_26 = V_0;
SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* L_27 = __this->___tmpWeights_20;
int32_t L_28 = V_3;
NullCheck(L_27);
int32_t L_29 = L_28;
float L_30 = (L_27)->GetAt(static_cast<il2cpp_array_size_t>(L_29));
float L_31 = __this->___tmpTotal_22;
V_0 = ((float)il2cpp_codegen_add(L_26, ((float)(L_30/L_31))));
// if ( tmpDice <= prob ) {
float L_32 = __this->___tmpDice_23;
float L_33 = V_0;
if ((!(((float)L_32) <= ((float)L_33))))
{
goto IL_010f;
}
}
{
// status = outConnections[i].Execute(agent, blackboard);
List_1_t619EB3258C7F1EBD15A485EA09888BE9FC87AC7E* L_34;
L_34 = Node_get_outConnections_mBD92942B179E5297C07F297E1D0F2F0946A8F7EE_inline(__this, NULL);
int32_t L_35 = V_3;
NullCheck(L_34);
Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D* L_36;
L_36 = List_1_get_Item_m10CB933550CAAA86A0E326BF1DECE5E7DE263E0E(L_34, L_35, List_1_get_Item_m10CB933550CAAA86A0E326BF1DECE5E7DE263E0E_RuntimeMethod_var);
Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* L_37 = ___0_agent;
RuntimeObject* L_38 = ___1_blackboard;
NullCheck(L_36);
int32_t L_39;
L_39 = Connection_Execute_m8B97C4DD032BA1012167BBFA70B685F165D82F58(L_36, L_37, L_38, NULL);
Node_set_status_m2CEC604858DFD7F181CCCF75AA3D08A7C677F4D7(__this, L_39, NULL);
// if ( status == Status.Success || status == Status.Running ) {
int32_t L_40;
L_40 = Node_get_status_m2FBF938FF2AA2979E7DC66B8F6AD3AD272FCB04B_inline(__this, NULL);
if ((((int32_t)L_40) == ((int32_t)1)))
{
goto IL_00e0;
}
}
{
int32_t L_41;
L_41 = Node_get_status_m2FBF938FF2AA2979E7DC66B8F6AD3AD272FCB04B_inline(__this, NULL);
if ((!(((uint32_t)L_41) == ((uint32_t)2))))
{
goto IL_00e7;
}
}
IL_00e0:
{
// return status;
int32_t L_42;
L_42 = Node_get_status_m2FBF938FF2AA2979E7DC66B8F6AD3AD272FCB04B_inline(__this, NULL);
return L_42;
}
IL_00e7:
{
// if ( status == Status.Failure ) {
int32_t L_43;
L_43 = Node_get_status_m2FBF938FF2AA2979E7DC66B8F6AD3AD272FCB04B_inline(__this, NULL);
if (L_43)
{
goto IL_010f;
}
}
{
// indexFailed[i] = true;
BooleanU5BU5D_tD317D27C31DB892BE79FAE3AEBC0B3FFB73DE9B4* L_44 = __this->___indexFailed_19;
int32_t L_45 = V_3;
NullCheck(L_44);
(L_44)->SetAt(static_cast<il2cpp_array_size_t>(L_45), (bool)1);
// tmpTotal -= tmpWeights[i];
float L_46 = __this->___tmpTotal_22;
SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* L_47 = __this->___tmpWeights_20;
int32_t L_48 = V_3;
NullCheck(L_47);
int32_t L_49 = L_48;
float L_50 = (L_47)->GetAt(static_cast<il2cpp_array_size_t>(L_49));
__this->___tmpTotal_22 = ((float)il2cpp_codegen_subtract(L_46, L_50));
// return Status.Running;
return (int32_t)(2);
}
IL_010f:
{
// for ( var i = 0; i < outConnections.Count; i++ ) {
int32_t L_51 = V_3;
V_3 = ((int32_t)il2cpp_codegen_add(L_51, 1));
}
IL_0113:
{
// for ( var i = 0; i < outConnections.Count; i++ ) {
int32_t L_52 = V_3;
List_1_t619EB3258C7F1EBD15A485EA09888BE9FC87AC7E* L_53;
L_53 = Node_get_outConnections_mBD92942B179E5297C07F297E1D0F2F0946A8F7EE_inline(__this, NULL);
NullCheck(L_53);
int32_t L_54;
L_54 = List_1_get_Count_mC96ADDB2914B9FADC03D3A91F7B5B647995A2E5C_inline(L_53, List_1_get_Count_mC96ADDB2914B9FADC03D3A91F7B5B647995A2E5C_RuntimeMethod_var);
if ((((int32_t)L_52) < ((int32_t)L_54)))
{
goto IL_0090;
}
}
{
// return Status.Failure;
return (int32_t)(0);
}
}
// System.Void NodeCanvas.BehaviourTrees.ProbabilitySelector::OnReset()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ProbabilitySelector_OnReset_m1002DF4B6A165E93490710FBF29477F7B2047D47 (ProbabilitySelector_tE713EB864DE5C2D77CEFF6D07C6B3B10CD05AE6E* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BooleanU5BU5D_tD317D27C31DB892BE79FAE3AEBC0B3FFB73DE9B4_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_mC96ADDB2914B9FADC03D3A91F7B5B647995A2E5C_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// tmpWeights = new float[outConnections.Count];
List_1_t619EB3258C7F1EBD15A485EA09888BE9FC87AC7E* L_0;
L_0 = Node_get_outConnections_mBD92942B179E5297C07F297E1D0F2F0946A8F7EE_inline(__this, NULL);
NullCheck(L_0);
int32_t L_1;
L_1 = List_1_get_Count_mC96ADDB2914B9FADC03D3A91F7B5B647995A2E5C_inline(L_0, List_1_get_Count_mC96ADDB2914B9FADC03D3A91F7B5B647995A2E5C_RuntimeMethod_var);
SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* L_2 = (SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C*)(SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C*)SZArrayNew(SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C_il2cpp_TypeInfo_var, (uint32_t)L_1);
__this->___tmpWeights_20 = L_2;
Il2CppCodeGenWriteBarrier((void**)(&__this->___tmpWeights_20), (void*)L_2);
// indexFailed = new bool[outConnections.Count];
List_1_t619EB3258C7F1EBD15A485EA09888BE9FC87AC7E* L_3;
L_3 = Node_get_outConnections_mBD92942B179E5297C07F297E1D0F2F0946A8F7EE_inline(__this, NULL);
NullCheck(L_3);
int32_t L_4;
L_4 = List_1_get_Count_mC96ADDB2914B9FADC03D3A91F7B5B647995A2E5C_inline(L_3, List_1_get_Count_mC96ADDB2914B9FADC03D3A91F7B5B647995A2E5C_RuntimeMethod_var);
BooleanU5BU5D_tD317D27C31DB892BE79FAE3AEBC0B3FFB73DE9B4* L_5 = (BooleanU5BU5D_tD317D27C31DB892BE79FAE3AEBC0B3FFB73DE9B4*)(BooleanU5BU5D_tD317D27C31DB892BE79FAE3AEBC0B3FFB73DE9B4*)SZArrayNew(BooleanU5BU5D_tD317D27C31DB892BE79FAE3AEBC0B3FFB73DE9B4_il2cpp_TypeInfo_var, (uint32_t)L_4);
__this->___indexFailed_19 = L_5;
Il2CppCodeGenWriteBarrier((void**)(&__this->___indexFailed_19), (void*)L_5);
// }
return;
}
}
// System.Void NodeCanvas.BehaviourTrees.ProbabilitySelector::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ProbabilitySelector__ctor_mE19AE604E64C1F459FC31646179821ACFBA972C9 (ProbabilitySelector_tE713EB864DE5C2D77CEFF6D07C6B3B10CD05AE6E* __this, const RuntimeMethod* method)
{
{
BTComposite__ctor_m0F7DB9DB34356D971F4060803A246C993453462F(__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 NodeCanvas.BehaviourTrees.Selector::OnExecute(UnityEngine.Component,NodeCanvas.Framework.IBlackboard)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Selector_OnExecute_m71ABBCC07BB4EC49C183940D0D606CB2D9B845AB (Selector_t90EF44852D2EEA023A2DCBB2A1D2EAC214B77790* __this, Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* ___0_agent, RuntimeObject* ___1_blackboard, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_mC96ADDB2914B9FADC03D3A91F7B5B647995A2E5C_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m10CB933550CAAA86A0E326BF1DECE5E7DE263E0E_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
int32_t V_3 = 0;
int32_t G_B3_0 = 0;
{
// for ( var i = dynamic ? 0 : lastRunningNodeIndex; i < outConnections.Count; i++ ) {
bool L_0 = __this->___dynamic_17;
if (L_0)
{
goto IL_0010;
}
}
{
int32_t L_1 = __this->___lastRunningNodeIndex_19;
G_B3_0 = L_1;
goto IL_0011;
}
IL_0010:
{
G_B3_0 = 0;
}
IL_0011:
{
V_0 = G_B3_0;
goto IL_00ba;
}
IL_0017:
{
// status = outConnections[i].Execute(agent, blackboard);
List_1_t619EB3258C7F1EBD15A485EA09888BE9FC87AC7E* L_2;
L_2 = Node_get_outConnections_mBD92942B179E5297C07F297E1D0F2F0946A8F7EE_inline(__this, NULL);
int32_t L_3 = V_0;
NullCheck(L_2);
Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D* L_4;
L_4 = List_1_get_Item_m10CB933550CAAA86A0E326BF1DECE5E7DE263E0E(L_2, L_3, List_1_get_Item_m10CB933550CAAA86A0E326BF1DECE5E7DE263E0E_RuntimeMethod_var);
Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* L_5 = ___0_agent;
RuntimeObject* L_6 = ___1_blackboard;
NullCheck(L_4);
int32_t L_7;
L_7 = Connection_Execute_m8B97C4DD032BA1012167BBFA70B685F165D82F58(L_4, L_5, L_6, NULL);
Node_set_status_m2CEC604858DFD7F181CCCF75AA3D08A7C677F4D7(__this, L_7, NULL);
// switch ( status ) {
int32_t L_8;
L_8 = Node_get_status_m2FBF938FF2AA2979E7DC66B8F6AD3AD272FCB04B_inline(__this, NULL);
V_1 = L_8;
int32_t L_9 = V_1;
if ((((int32_t)L_9) == ((int32_t)1)))
{
goto IL_007e;
}
}
{
int32_t L_10 = V_1;
if ((!(((uint32_t)L_10) == ((uint32_t)2))))
{
goto IL_00b6;
}
}
{
// if ( dynamic && i < lastRunningNodeIndex ) {
bool L_11 = __this->___dynamic_17;
if (!L_11)
{
goto IL_0075;
}
}
{
int32_t L_12 = V_0;
int32_t L_13 = __this->___lastRunningNodeIndex_19;
if ((((int32_t)L_12) >= ((int32_t)L_13)))
{
goto IL_0075;
}
}
{
// for ( var j = i + 1; j <= lastRunningNodeIndex; j++ ) {
int32_t L_14 = V_0;
V_2 = ((int32_t)il2cpp_codegen_add(L_14, 1));
goto IL_006c;
}
IL_0056:
{
// outConnections[j].Reset();
List_1_t619EB3258C7F1EBD15A485EA09888BE9FC87AC7E* L_15;
L_15 = Node_get_outConnections_mBD92942B179E5297C07F297E1D0F2F0946A8F7EE_inline(__this, NULL);
int32_t L_16 = V_2;
NullCheck(L_15);
Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D* L_17;
L_17 = List_1_get_Item_m10CB933550CAAA86A0E326BF1DECE5E7DE263E0E(L_15, L_16, List_1_get_Item_m10CB933550CAAA86A0E326BF1DECE5E7DE263E0E_RuntimeMethod_var);
NullCheck(L_17);
Connection_Reset_m1F1F0FCB268CE47503C3206CC1EAFE9FDD670CA7(L_17, (bool)1, NULL);
// for ( var j = i + 1; j <= lastRunningNodeIndex; j++ ) {
int32_t L_18 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add(L_18, 1));
}
IL_006c:
{
// for ( var j = i + 1; j <= lastRunningNodeIndex; j++ ) {
int32_t L_19 = V_2;
int32_t L_20 = __this->___lastRunningNodeIndex_19;
if ((((int32_t)L_19) <= ((int32_t)L_20)))
{
goto IL_0056;
}
}
IL_0075:
{
// lastRunningNodeIndex = i;
int32_t L_21 = V_0;
__this->___lastRunningNodeIndex_19 = L_21;
// return Status.Running;
return (int32_t)(2);
}
IL_007e:
{
// if ( dynamic && i < lastRunningNodeIndex ) {
bool L_22 = __this->___dynamic_17;
if (!L_22)
{
goto IL_00b4;
}
}
{
int32_t L_23 = V_0;
int32_t L_24 = __this->___lastRunningNodeIndex_19;
if ((((int32_t)L_23) >= ((int32_t)L_24)))
{
goto IL_00b4;
}
}
{
// for ( var j = i + 1; j <= lastRunningNodeIndex; j++ ) {
int32_t L_25 = V_0;
V_3 = ((int32_t)il2cpp_codegen_add(L_25, 1));
goto IL_00ab;
}
IL_0095:
{
// outConnections[j].Reset();
List_1_t619EB3258C7F1EBD15A485EA09888BE9FC87AC7E* L_26;
L_26 = Node_get_outConnections_mBD92942B179E5297C07F297E1D0F2F0946A8F7EE_inline(__this, NULL);
int32_t L_27 = V_3;
NullCheck(L_26);
Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D* L_28;
L_28 = List_1_get_Item_m10CB933550CAAA86A0E326BF1DECE5E7DE263E0E(L_26, L_27, List_1_get_Item_m10CB933550CAAA86A0E326BF1DECE5E7DE263E0E_RuntimeMethod_var);
NullCheck(L_28);
Connection_Reset_m1F1F0FCB268CE47503C3206CC1EAFE9FDD670CA7(L_28, (bool)1, NULL);
// for ( var j = i + 1; j <= lastRunningNodeIndex; j++ ) {
int32_t L_29 = V_3;
V_3 = ((int32_t)il2cpp_codegen_add(L_29, 1));
}
IL_00ab:
{
// for ( var j = i + 1; j <= lastRunningNodeIndex; j++ ) {
int32_t L_30 = V_3;
int32_t L_31 = __this->___lastRunningNodeIndex_19;
if ((((int32_t)L_30) <= ((int32_t)L_31)))
{
goto IL_0095;
}
}
IL_00b4:
{
// return Status.Success;
return (int32_t)(1);
}
IL_00b6:
{
// for ( var i = dynamic ? 0 : lastRunningNodeIndex; i < outConnections.Count; i++ ) {
int32_t L_32 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add(L_32, 1));
}
IL_00ba:
{
// for ( var i = dynamic ? 0 : lastRunningNodeIndex; i < outConnections.Count; i++ ) {
int32_t L_33 = V_0;
List_1_t619EB3258C7F1EBD15A485EA09888BE9FC87AC7E* L_34;
L_34 = Node_get_outConnections_mBD92942B179E5297C07F297E1D0F2F0946A8F7EE_inline(__this, NULL);
NullCheck(L_34);
int32_t L_35;
L_35 = List_1_get_Count_mC96ADDB2914B9FADC03D3A91F7B5B647995A2E5C_inline(L_34, List_1_get_Count_mC96ADDB2914B9FADC03D3A91F7B5B647995A2E5C_RuntimeMethod_var);
if ((((int32_t)L_33) < ((int32_t)L_35)))
{
goto IL_0017;
}
}
{
// return Status.Failure;
return (int32_t)(0);
}
}
// System.Void NodeCanvas.BehaviourTrees.Selector::OnReset()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Selector_OnReset_m409E7566C94CE2532A740C73104AD51553C68555 (Selector_t90EF44852D2EEA023A2DCBB2A1D2EAC214B77790* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectUtils_Shuffle_TisConnection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D_m9AFF3F89B2907335796C6E0D062C6EE8C98A7A0D_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
// lastRunningNodeIndex = 0;
__this->___lastRunningNodeIndex_19 = 0;
// if ( random ) { outConnections = outConnections.Shuffle(); }
bool L_0 = __this->___random_18;
if (!L_0)
{
goto IL_0020;
}
}
{
// if ( random ) { outConnections = outConnections.Shuffle(); }
List_1_t619EB3258C7F1EBD15A485EA09888BE9FC87AC7E* L_1;
L_1 = Node_get_outConnections_mBD92942B179E5297C07F297E1D0F2F0946A8F7EE_inline(__this, NULL);
List_1_t619EB3258C7F1EBD15A485EA09888BE9FC87AC7E* L_2;
L_2 = ObjectUtils_Shuffle_TisConnection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D_m9AFF3F89B2907335796C6E0D062C6EE8C98A7A0D(L_1, ObjectUtils_Shuffle_TisConnection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D_m9AFF3F89B2907335796C6E0D062C6EE8C98A7A0D_RuntimeMethod_var);
Node_set_outConnections_mAAF992B6FDC0B594FD70670F099455F64148FCB6_inline(__this, L_2, NULL);
}
IL_0020:
{
// }
return;
}
}
// System.Void NodeCanvas.BehaviourTrees.Selector::OnChildDisconnected(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Selector_OnChildDisconnected_m012F09820257F37EF5B39E00F6B94733B0006043 (Selector_t90EF44852D2EEA023A2DCBB2A1D2EAC214B77790* __this, int32_t ___0_index, const RuntimeMethod* method)
{
{
// if ( index != 0 && index == lastRunningNodeIndex ) {
int32_t L_0 = ___0_index;
if (!L_0)
{
goto IL_001a;
}
}
{
int32_t L_1 = ___0_index;
int32_t L_2 = __this->___lastRunningNodeIndex_19;
if ((!(((uint32_t)L_1) == ((uint32_t)L_2))))
{
goto IL_001a;
}
}
{
// lastRunningNodeIndex--;
int32_t L_3 = __this->___lastRunningNodeIndex_19;
__this->___lastRunningNodeIndex_19 = ((int32_t)il2cpp_codegen_subtract(L_3, 1));
}
IL_001a:
{
// }
return;
}
}
// System.Void NodeCanvas.BehaviourTrees.Selector::OnGraphStarted()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Selector_OnGraphStarted_m4A3F1B9CBE3D52537C3315909896A0F97C36C82C (Selector_t90EF44852D2EEA023A2DCBB2A1D2EAC214B77790* __this, const RuntimeMethod* method)
{
{
// public override void OnGraphStarted() { OnReset(); }
VirtualActionInvoker0::Invoke(25 /* System.Void NodeCanvas.Framework.Node::OnReset() */, __this);
// public override void OnGraphStarted() { OnReset(); }
return;
}
}
// System.Void NodeCanvas.BehaviourTrees.Selector::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Selector__ctor_mB32921D70E7740589F5F1F8B3D6EA3EC08061BFA (Selector_t90EF44852D2EEA023A2DCBB2A1D2EAC214B77790* __this, const RuntimeMethod* method)
{
{
BTComposite__ctor_m0F7DB9DB34356D971F4060803A246C993453462F(__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 NodeCanvas.BehaviourTrees.Sequencer::OnExecute(UnityEngine.Component,NodeCanvas.Framework.IBlackboard)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sequencer_OnExecute_m57C39F360196F5BC71A3B62FA9F1AF0FEC1F78E4 (Sequencer_t89C83CF41C958031BAB286C5F00E00F85E4565DC* __this, Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* ___0_agent, RuntimeObject* ___1_blackboard, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_mC96ADDB2914B9FADC03D3A91F7B5B647995A2E5C_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m10CB933550CAAA86A0E326BF1DECE5E7DE263E0E_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
int32_t V_3 = 0;
int32_t G_B3_0 = 0;
{
// for ( var i = dynamic ? 0 : lastRunningNodeIndex; i < outConnections.Count; i++ ) {
bool L_0 = __this->___dynamic_17;
if (L_0)
{
goto IL_0010;
}
}
{
int32_t L_1 = __this->___lastRunningNodeIndex_19;
G_B3_0 = L_1;
goto IL_0011;
}
IL_0010:
{
G_B3_0 = 0;
}
IL_0011:
{
V_0 = G_B3_0;
goto IL_00b9;
}
IL_0017:
{
// status = outConnections[i].Execute(agent, blackboard);
List_1_t619EB3258C7F1EBD15A485EA09888BE9FC87AC7E* L_2;
L_2 = Node_get_outConnections_mBD92942B179E5297C07F297E1D0F2F0946A8F7EE_inline(__this, NULL);
int32_t L_3 = V_0;
NullCheck(L_2);
Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D* L_4;
L_4 = List_1_get_Item_m10CB933550CAAA86A0E326BF1DECE5E7DE263E0E(L_2, L_3, List_1_get_Item_m10CB933550CAAA86A0E326BF1DECE5E7DE263E0E_RuntimeMethod_var);
Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* L_5 = ___0_agent;
RuntimeObject* L_6 = ___1_blackboard;
NullCheck(L_4);
int32_t L_7;
L_7 = Connection_Execute_m8B97C4DD032BA1012167BBFA70B685F165D82F58(L_4, L_5, L_6, NULL);
Node_set_status_m2CEC604858DFD7F181CCCF75AA3D08A7C677F4D7(__this, L_7, NULL);
// switch ( status ) {
int32_t L_8;
L_8 = Node_get_status_m2FBF938FF2AA2979E7DC66B8F6AD3AD272FCB04B_inline(__this, NULL);
V_1 = L_8;
int32_t L_9 = V_1;
if (!L_9)
{
goto IL_007d;
}
}
{
int32_t L_10 = V_1;
if ((!(((uint32_t)L_10) == ((uint32_t)2))))
{
goto IL_00b5;
}
}
{
// if ( dynamic && i < lastRunningNodeIndex ) {
bool L_11 = __this->___dynamic_17;
if (!L_11)
{
goto IL_0074;
}
}
{
int32_t L_12 = V_0;
int32_t L_13 = __this->___lastRunningNodeIndex_19;
if ((((int32_t)L_12) >= ((int32_t)L_13)))
{
goto IL_0074;
}
}
{
// for ( var j = i + 1; j <= lastRunningNodeIndex; j++ ) {
int32_t L_14 = V_0;
V_2 = ((int32_t)il2cpp_codegen_add(L_14, 1));
goto IL_006b;
}
IL_0055:
{
// outConnections[j].Reset();
List_1_t619EB3258C7F1EBD15A485EA09888BE9FC87AC7E* L_15;
L_15 = Node_get_outConnections_mBD92942B179E5297C07F297E1D0F2F0946A8F7EE_inline(__this, NULL);
int32_t L_16 = V_2;
NullCheck(L_15);
Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D* L_17;
L_17 = List_1_get_Item_m10CB933550CAAA86A0E326BF1DECE5E7DE263E0E(L_15, L_16, List_1_get_Item_m10CB933550CAAA86A0E326BF1DECE5E7DE263E0E_RuntimeMethod_var);
NullCheck(L_17);
Connection_Reset_m1F1F0FCB268CE47503C3206CC1EAFE9FDD670CA7(L_17, (bool)1, NULL);
// for ( var j = i + 1; j <= lastRunningNodeIndex; j++ ) {
int32_t L_18 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add(L_18, 1));
}
IL_006b:
{
// for ( var j = i + 1; j <= lastRunningNodeIndex; j++ ) {
int32_t L_19 = V_2;
int32_t L_20 = __this->___lastRunningNodeIndex_19;
if ((((int32_t)L_19) <= ((int32_t)L_20)))
{
goto IL_0055;
}
}
IL_0074:
{
// lastRunningNodeIndex = i;
int32_t L_21 = V_0;
__this->___lastRunningNodeIndex_19 = L_21;
// return Status.Running;
return (int32_t)(2);
}
IL_007d:
{
// if ( dynamic && i < lastRunningNodeIndex ) {
bool L_22 = __this->___dynamic_17;
if (!L_22)
{
goto IL_00b3;
}
}
{
int32_t L_23 = V_0;
int32_t L_24 = __this->___lastRunningNodeIndex_19;
if ((((int32_t)L_23) >= ((int32_t)L_24)))
{
goto IL_00b3;
}
}
{
// for ( var j = i + 1; j <= lastRunningNodeIndex; j++ ) {
int32_t L_25 = V_0;
V_3 = ((int32_t)il2cpp_codegen_add(L_25, 1));
goto IL_00aa;
}
IL_0094:
{
// outConnections[j].Reset();
List_1_t619EB3258C7F1EBD15A485EA09888BE9FC87AC7E* L_26;
L_26 = Node_get_outConnections_mBD92942B179E5297C07F297E1D0F2F0946A8F7EE_inline(__this, NULL);
int32_t L_27 = V_3;
NullCheck(L_26);
Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D* L_28;
L_28 = List_1_get_Item_m10CB933550CAAA86A0E326BF1DECE5E7DE263E0E(L_26, L_27, List_1_get_Item_m10CB933550CAAA86A0E326BF1DECE5E7DE263E0E_RuntimeMethod_var);
NullCheck(L_28);
Connection_Reset_m1F1F0FCB268CE47503C3206CC1EAFE9FDD670CA7(L_28, (bool)1, NULL);
// for ( var j = i + 1; j <= lastRunningNodeIndex; j++ ) {
int32_t L_29 = V_3;
V_3 = ((int32_t)il2cpp_codegen_add(L_29, 1));
}
IL_00aa:
{
// for ( var j = i + 1; j <= lastRunningNodeIndex; j++ ) {
int32_t L_30 = V_3;
int32_t L_31 = __this->___lastRunningNodeIndex_19;
if ((((int32_t)L_30) <= ((int32_t)L_31)))
{
goto IL_0094;
}
}
IL_00b3:
{
// return Status.Failure;
return (int32_t)(0);
}
IL_00b5:
{
// for ( var i = dynamic ? 0 : lastRunningNodeIndex; i < outConnections.Count; i++ ) {
int32_t L_32 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add(L_32, 1));
}
IL_00b9:
{
// for ( var i = dynamic ? 0 : lastRunningNodeIndex; i < outConnections.Count; i++ ) {
int32_t L_33 = V_0;
List_1_t619EB3258C7F1EBD15A485EA09888BE9FC87AC7E* L_34;
L_34 = Node_get_outConnections_mBD92942B179E5297C07F297E1D0F2F0946A8F7EE_inline(__this, NULL);
NullCheck(L_34);
int32_t L_35;
L_35 = List_1_get_Count_mC96ADDB2914B9FADC03D3A91F7B5B647995A2E5C_inline(L_34, List_1_get_Count_mC96ADDB2914B9FADC03D3A91F7B5B647995A2E5C_RuntimeMethod_var);
if ((((int32_t)L_33) < ((int32_t)L_35)))
{
goto IL_0017;
}
}
{
// return Status.Success;
return (int32_t)(1);
}
}
// System.Void NodeCanvas.BehaviourTrees.Sequencer::OnReset()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Sequencer_OnReset_mBA9E663EB90CDB8BEF36FA07098165BD914D1956 (Sequencer_t89C83CF41C958031BAB286C5F00E00F85E4565DC* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectUtils_Shuffle_TisConnection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D_m9AFF3F89B2907335796C6E0D062C6EE8C98A7A0D_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
// lastRunningNodeIndex = 0;
__this->___lastRunningNodeIndex_19 = 0;
// if ( random ) { outConnections = outConnections.Shuffle(); }
bool L_0 = __this->___random_18;
if (!L_0)
{
goto IL_0020;
}
}
{
// if ( random ) { outConnections = outConnections.Shuffle(); }
List_1_t619EB3258C7F1EBD15A485EA09888BE9FC87AC7E* L_1;
L_1 = Node_get_outConnections_mBD92942B179E5297C07F297E1D0F2F0946A8F7EE_inline(__this, NULL);
List_1_t619EB3258C7F1EBD15A485EA09888BE9FC87AC7E* L_2;
L_2 = ObjectUtils_Shuffle_TisConnection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D_m9AFF3F89B2907335796C6E0D062C6EE8C98A7A0D(L_1, ObjectUtils_Shuffle_TisConnection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D_m9AFF3F89B2907335796C6E0D062C6EE8C98A7A0D_RuntimeMethod_var);
Node_set_outConnections_mAAF992B6FDC0B594FD70670F099455F64148FCB6_inline(__this, L_2, NULL);
}
IL_0020:
{
// }
return;
}
}
// System.Void NodeCanvas.BehaviourTrees.Sequencer::OnChildDisconnected(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Sequencer_OnChildDisconnected_mCA3044D02B0B4678282CE5482B9E9ABCA9CBE82E (Sequencer_t89C83CF41C958031BAB286C5F00E00F85E4565DC* __this, int32_t ___0_index, const RuntimeMethod* method)
{
{
// if ( index != 0 && index == lastRunningNodeIndex ) {
int32_t L_0 = ___0_index;
if (!L_0)
{
goto IL_001a;
}
}
{
int32_t L_1 = ___0_index;
int32_t L_2 = __this->___lastRunningNodeIndex_19;
if ((!(((uint32_t)L_1) == ((uint32_t)L_2))))
{
goto IL_001a;
}
}
{
// lastRunningNodeIndex--;
int32_t L_3 = __this->___lastRunningNodeIndex_19;
__this->___lastRunningNodeIndex_19 = ((int32_t)il2cpp_codegen_subtract(L_3, 1));
}
IL_001a:
{
// }
return;
}
}
// System.Void NodeCanvas.BehaviourTrees.Sequencer::OnGraphStarted()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Sequencer_OnGraphStarted_m30645AAFBD63FC23E693D8DD5BBD7FAE387F8FAB (Sequencer_t89C83CF41C958031BAB286C5F00E00F85E4565DC* __this, const RuntimeMethod* method)
{
{
// public override void OnGraphStarted() { OnReset(); }
VirtualActionInvoker0::Invoke(25 /* System.Void NodeCanvas.Framework.Node::OnReset() */, __this);
// public override void OnGraphStarted() { OnReset(); }
return;
}
}
// System.Void NodeCanvas.BehaviourTrees.Sequencer::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Sequencer__ctor_mD98769B83FFB76F34C29D1A9C21F1F3BBC7E68A5 (Sequencer_t89C83CF41C958031BAB286C5F00E00F85E4565DC* __this, const RuntimeMethod* method)
{
{
BTComposite__ctor_m0F7DB9DB34356D971F4060803A246C993453462F(__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 NodeCanvas.BehaviourTrees.StepIterator::OnGraphStarted()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StepIterator_OnGraphStarted_mE967623E2B64176D97C4C07DE52EC06F534071ED (StepIterator_t03CC7C55DCB3D800EF473B3F5698EEED52EFA217* __this, const RuntimeMethod* method)
{
{
// current = 0;
__this->___current_17 = 0;
// }
return;
}
}
// NodeCanvas.Framework.Status NodeCanvas.BehaviourTrees.StepIterator::OnExecute(UnityEngine.Component,NodeCanvas.Framework.IBlackboard)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StepIterator_OnExecute_m58367A92646F7AAD4B81559A903908D686FE7493 (StepIterator_t03CC7C55DCB3D800EF473B3F5698EEED52EFA217* __this, Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* ___0_agent, RuntimeObject* ___1_blackboard, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_mC96ADDB2914B9FADC03D3A91F7B5B647995A2E5C_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m10CB933550CAAA86A0E326BF1DECE5E7DE263E0E_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
// current = current % outConnections.Count;
int32_t L_0 = __this->___current_17;
List_1_t619EB3258C7F1EBD15A485EA09888BE9FC87AC7E* L_1;
L_1 = Node_get_outConnections_mBD92942B179E5297C07F297E1D0F2F0946A8F7EE_inline(__this, NULL);
NullCheck(L_1);
int32_t L_2;
L_2 = List_1_get_Count_mC96ADDB2914B9FADC03D3A91F7B5B647995A2E5C_inline(L_1, List_1_get_Count_mC96ADDB2914B9FADC03D3A91F7B5B647995A2E5C_RuntimeMethod_var);
__this->___current_17 = ((int32_t)(L_0%L_2));
// return outConnections[current].Execute(agent, blackboard);
List_1_t619EB3258C7F1EBD15A485EA09888BE9FC87AC7E* L_3;
L_3 = Node_get_outConnections_mBD92942B179E5297C07F297E1D0F2F0946A8F7EE_inline(__this, NULL);
int32_t L_4 = __this->___current_17;
NullCheck(L_3);
Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D* L_5;
L_5 = List_1_get_Item_m10CB933550CAAA86A0E326BF1DECE5E7DE263E0E(L_3, L_4, List_1_get_Item_m10CB933550CAAA86A0E326BF1DECE5E7DE263E0E_RuntimeMethod_var);
Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* L_6 = ___0_agent;
RuntimeObject* L_7 = ___1_blackboard;
NullCheck(L_5);
int32_t L_8;
L_8 = Connection_Execute_m8B97C4DD032BA1012167BBFA70B685F165D82F58(L_5, L_6, L_7, NULL);
return L_8;
}
}
// System.Void NodeCanvas.BehaviourTrees.StepIterator::OnReset()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StepIterator_OnReset_mB5056C111FA765CC841C087F468AAD71FA8D7C3E (StepIterator_t03CC7C55DCB3D800EF473B3F5698EEED52EFA217* __this, const RuntimeMethod* method)
{
{
// current++;
int32_t L_0 = __this->___current_17;
__this->___current_17 = ((int32_t)il2cpp_codegen_add(L_0, 1));
// }
return;
}
}
// System.Void NodeCanvas.BehaviourTrees.StepIterator::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StepIterator__ctor_m8E193689F05F051FFA4726A44FEC4074017312B9 (StepIterator_t03CC7C55DCB3D800EF473B3F5698EEED52EFA217* __this, const RuntimeMethod* method)
{
{
BTComposite__ctor_m0F7DB9DB34356D971F4060803A246C993453462F(__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 NodeCanvas.BehaviourTrees.Switch::OnGraphStarted()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Switch_OnGraphStarted_m0EF4467A01AF6AAB07BDD12C1059B4C1665D96EB (Switch_tAE3F0AFF5E1BBCD279D974D1038D28025A8767D0* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BBParameter_1_get_value_mD726F3B9C069F7F2EF7CB68934E87764BAD6967F_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_m712893C2C48C47CCAFAD85A865C702E8D3D2B71F_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_set_Item_m420CFC153320557E6823B06767710D1E636E5BDF_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
RuntimeObject* V_0 = NULL;
RuntimeArray* V_1 = NULL;
int32_t V_2 = 0;
{
// if ( selectionMode == CaseSelectionMode.EnumBased ) {
int32_t L_0 = __this->___selectionMode_18;
if ((!(((uint32_t)L_0) == ((uint32_t)1))))
{
goto IL_0058;
}
}
{
// var enumValue = enumCase.value;
BBObjectParameter_tA102F2723AE6019732064DBB03A3EB936A906795* L_1 = __this->___enumCase_21;
NullCheck(L_1);
RuntimeObject* L_2;
L_2 = BBParameter_1_get_value_mD726F3B9C069F7F2EF7CB68934E87764BAD6967F(L_1, BBParameter_1_get_value_mD726F3B9C069F7F2EF7CB68934E87764BAD6967F_RuntimeMethod_var);
V_0 = L_2;
// if ( enumValue != null ) {
RuntimeObject* L_3 = V_0;
if (!L_3)
{
goto IL_0058;
}
}
{
// enumCasePairing = new Dictionary<int, int>();
Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180* L_4 = (Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180*)il2cpp_codegen_object_new(Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180_il2cpp_TypeInfo_var);
NullCheck(L_4);
Dictionary_2__ctor_m712893C2C48C47CCAFAD85A865C702E8D3D2B71F(L_4, Dictionary_2__ctor_m712893C2C48C47CCAFAD85A865C702E8D3D2B71F_RuntimeMethod_var);
__this->___enumCasePairing_22 = L_4;
Il2CppCodeGenWriteBarrier((void**)(&__this->___enumCasePairing_22), (void*)L_4);
// var enumValues = System.Enum.GetValues(enumValue.GetType());
RuntimeObject* L_5 = V_0;
NullCheck(L_5);
Type_t* L_6;
L_6 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(L_5, NULL);
il2cpp_codegen_runtime_class_init_inline(Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_il2cpp_TypeInfo_var);
RuntimeArray* L_7;
L_7 = Enum_GetValues_m803B9D68C367FAABC5AFB6B5B52775C8A573CEF9(L_6, NULL);
V_1 = L_7;
// for ( var i = 0; i < enumValues.Length; i++ ) {
V_2 = 0;
goto IL_004f;
}
IL_0033:
{
// enumCasePairing[(int)enumValues.GetValue(i)] = i;
Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180* L_8 = __this->___enumCasePairing_22;
RuntimeArray* L_9 = V_1;
int32_t L_10 = V_2;
NullCheck(L_9);
RuntimeObject* L_11;
L_11 = Array_GetValue_m007D247B8A6FE5BD60FD1CD510A714A416F2BA21(L_9, L_10, NULL);
int32_t L_12 = V_2;
NullCheck(L_8);
Dictionary_2_set_Item_m420CFC153320557E6823B06767710D1E636E5BDF(L_8, ((*(int32_t*)((int32_t*)(int32_t*)UnBox(L_11, Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var)))), L_12, Dictionary_2_set_Item_m420CFC153320557E6823B06767710D1E636E5BDF_RuntimeMethod_var);
// for ( var i = 0; i < enumValues.Length; i++ ) {
int32_t L_13 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add(L_13, 1));
}
IL_004f:
{
// for ( var i = 0; i < enumValues.Length; i++ ) {
int32_t L_14 = V_2;
RuntimeArray* L_15 = V_1;
NullCheck(L_15);
int32_t L_16;
L_16 = Array_get_Length_m361285FB7CF44045DC369834D1CD01F72F94EF57(L_15, NULL);
if ((((int32_t)L_14) < ((int32_t)L_16)))
{
goto IL_0033;
}
}
IL_0058:
{
// }
return;
}
}
// NodeCanvas.Framework.Status NodeCanvas.BehaviourTrees.Switch::OnExecute(UnityEngine.Component,NodeCanvas.Framework.IBlackboard)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Switch_OnExecute_m803CE1B793825F88B077912E0930AB80C6F4F474 (Switch_tAE3F0AFF5E1BBCD279D974D1038D28025A8767D0* __this, Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* ___0_agent, RuntimeObject* ___1_blackboard, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BBParameter_1_get_value_mA77627D8FDE1056733CB2185B27466805C7E9A0B_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BBParameter_1_get_value_mD726F3B9C069F7F2EF7CB68934E87764BAD6967F_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_get_Item_m8B87B804DF06D6420B1DCE028675738AA8F3310F_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_mC96ADDB2914B9FADC03D3A91F7B5B647995A2E5C_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m10CB933550CAAA86A0E326BF1DECE5E7DE263E0E_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
// if ( outConnections.Count == 0 ) {
List_1_t619EB3258C7F1EBD15A485EA09888BE9FC87AC7E* L_0;
L_0 = Node_get_outConnections_mBD92942B179E5297C07F297E1D0F2F0946A8F7EE_inline(__this, NULL);
NullCheck(L_0);
int32_t L_1;
L_1 = List_1_get_Count_mC96ADDB2914B9FADC03D3A91F7B5B647995A2E5C_inline(L_0, List_1_get_Count_mC96ADDB2914B9FADC03D3A91F7B5B647995A2E5C_RuntimeMethod_var);
if (L_1)
{
goto IL_000f;
}
}
{
// return Status.Optional;
return (int32_t)(5);
}
IL_000f:
{
// if ( status == Status.Resting || dynamic ) {
int32_t L_2;
L_2 = Node_get_status_m2FBF938FF2AA2979E7DC66B8F6AD3AD272FCB04B_inline(__this, NULL);
if ((((int32_t)L_2) == ((int32_t)3)))
{
goto IL_0023;
}
}
{
bool L_3 = __this->___dynamic_17;
if (!L_3)
{
goto IL_00c8;
}
}
IL_0023:
{
// if ( selectionMode == CaseSelectionMode.IndexBased ) {
int32_t L_4 = __this->___selectionMode_18;
if (L_4)
{
goto IL_0064;
}
}
{
// current = intCase.value;
BBParameter_1_t0CED53FC373D2A18BE910895E6A74B0C7E89E10E* L_5 = __this->___intCase_19;
NullCheck(L_5);
int32_t L_6;
L_6 = BBParameter_1_get_value_mA77627D8FDE1056733CB2185B27466805C7E9A0B(L_5, BBParameter_1_get_value_mA77627D8FDE1056733CB2185B27466805C7E9A0B_RuntimeMethod_var);
__this->___current_23 = L_6;
// if ( outOfRangeMode == OutOfRangeMode.LoopIndex ) {
int32_t L_7 = __this->___outOfRangeMode_20;
if ((!(((uint32_t)L_7) == ((uint32_t)1))))
{
goto IL_0085;
}
}
{
// current = Mathf.Abs(current) % outConnections.Count;
int32_t L_8 = __this->___current_23;
int32_t L_9;
L_9 = Mathf_Abs_mD945EDDEA0D62D21BFDBAB7B1C0F18DFF1CEC905_inline(L_8, NULL);
List_1_t619EB3258C7F1EBD15A485EA09888BE9FC87AC7E* L_10;
L_10 = Node_get_outConnections_mBD92942B179E5297C07F297E1D0F2F0946A8F7EE_inline(__this, NULL);
NullCheck(L_10);
int32_t L_11;
L_11 = List_1_get_Count_mC96ADDB2914B9FADC03D3A91F7B5B647995A2E5C_inline(L_10, List_1_get_Count_mC96ADDB2914B9FADC03D3A91F7B5B647995A2E5C_RuntimeMethod_var);
__this->___current_23 = ((int32_t)(L_9%L_11));
goto IL_0085;
}
IL_0064:
{
// current = enumCasePairing[(int)enumCase.value];
Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180* L_12 = __this->___enumCasePairing_22;
BBObjectParameter_tA102F2723AE6019732064DBB03A3EB936A906795* L_13 = __this->___enumCase_21;
NullCheck(L_13);
RuntimeObject* L_14;
L_14 = BBParameter_1_get_value_mD726F3B9C069F7F2EF7CB68934E87764BAD6967F(L_13, BBParameter_1_get_value_mD726F3B9C069F7F2EF7CB68934E87764BAD6967F_RuntimeMethod_var);
NullCheck(L_12);
int32_t L_15;
L_15 = Dictionary_2_get_Item_m8B87B804DF06D6420B1DCE028675738AA8F3310F(L_12, ((*(int32_t*)((int32_t*)(int32_t*)UnBox(L_14, Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var)))), Dictionary_2_get_Item_m8B87B804DF06D6420B1DCE028675738AA8F3310F_RuntimeMethod_var);
__this->___current_23 = L_15;
}
IL_0085:
{
// if ( runningIndex != current ) {
int32_t L_16 = __this->___runningIndex_24;
int32_t L_17 = __this->___current_23;
if ((((int32_t)L_16) == ((int32_t)L_17)))
{
goto IL_00aa;
}
}
{
// outConnections[runningIndex].Reset();
List_1_t619EB3258C7F1EBD15A485EA09888BE9FC87AC7E* L_18;
L_18 = Node_get_outConnections_mBD92942B179E5297C07F297E1D0F2F0946A8F7EE_inline(__this, NULL);
int32_t L_19 = __this->___runningIndex_24;
NullCheck(L_18);
Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D* L_20;
L_20 = List_1_get_Item_m10CB933550CAAA86A0E326BF1DECE5E7DE263E0E(L_18, L_19, List_1_get_Item_m10CB933550CAAA86A0E326BF1DECE5E7DE263E0E_RuntimeMethod_var);
NullCheck(L_20);
Connection_Reset_m1F1F0FCB268CE47503C3206CC1EAFE9FDD670CA7(L_20, (bool)1, NULL);
}
IL_00aa:
{
// if ( current < 0 || current >= outConnections.Count ) {
int32_t L_21 = __this->___current_23;
if ((((int32_t)L_21) < ((int32_t)0)))
{
goto IL_00c6;
}
}
{
int32_t L_22 = __this->___current_23;
List_1_t619EB3258C7F1EBD15A485EA09888BE9FC87AC7E* L_23;
L_23 = Node_get_outConnections_mBD92942B179E5297C07F297E1D0F2F0946A8F7EE_inline(__this, NULL);
NullCheck(L_23);
int32_t L_24;
L_24 = List_1_get_Count_mC96ADDB2914B9FADC03D3A91F7B5B647995A2E5C_inline(L_23, List_1_get_Count_mC96ADDB2914B9FADC03D3A91F7B5B647995A2E5C_RuntimeMethod_var);
if ((((int32_t)L_22) < ((int32_t)L_24)))
{
goto IL_00c8;
}
}
IL_00c6:
{
// return Status.Failure;
return (int32_t)(0);
}
IL_00c8:
{
// status = outConnections[current].Execute(agent, blackboard);
List_1_t619EB3258C7F1EBD15A485EA09888BE9FC87AC7E* L_25;
L_25 = Node_get_outConnections_mBD92942B179E5297C07F297E1D0F2F0946A8F7EE_inline(__this, NULL);
int32_t L_26 = __this->___current_23;
NullCheck(L_25);
Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D* L_27;
L_27 = List_1_get_Item_m10CB933550CAAA86A0E326BF1DECE5E7DE263E0E(L_25, L_26, List_1_get_Item_m10CB933550CAAA86A0E326BF1DECE5E7DE263E0E_RuntimeMethod_var);
Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* L_28 = ___0_agent;
RuntimeObject* L_29 = ___1_blackboard;
NullCheck(L_27);
int32_t L_30;
L_30 = Connection_Execute_m8B97C4DD032BA1012167BBFA70B685F165D82F58(L_27, L_28, L_29, NULL);
Node_set_status_m2CEC604858DFD7F181CCCF75AA3D08A7C677F4D7(__this, L_30, NULL);
// if ( status == Status.Running ) {
int32_t L_31;
L_31 = Node_get_status_m2FBF938FF2AA2979E7DC66B8F6AD3AD272FCB04B_inline(__this, NULL);
if ((!(((uint32_t)L_31) == ((uint32_t)2))))
{
goto IL_00fb;
}
}
{
// runningIndex = current;
int32_t L_32 = __this->___current_23;
__this->___runningIndex_24 = L_32;
}
IL_00fb:
{
// return status;
int32_t L_33;
L_33 = Node_get_status_m2FBF938FF2AA2979E7DC66B8F6AD3AD272FCB04B_inline(__this, NULL);
return L_33;
}
}
// System.Void NodeCanvas.BehaviourTrees.Switch::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Switch__ctor_mC6892763F843398285CC4A6BFDC02238F613484F (Switch_tAE3F0AFF5E1BBCD279D974D1038D28025A8767D0* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BBObjectParameter_tA102F2723AE6019732064DBB03A3EB936A906795_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_0_0_0_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// public OutOfRangeMode outOfRangeMode = OutOfRangeMode.LoopIndex;
__this->___outOfRangeMode_20 = 1;
// public BBObjectParameter enumCase = new BBObjectParameter(typeof(System.Enum));
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_0 = { reinterpret_cast<intptr_t> (Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_0_0_0_var) };
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
Type_t* L_1;
L_1 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_0, NULL);
BBObjectParameter_tA102F2723AE6019732064DBB03A3EB936A906795* L_2 = (BBObjectParameter_tA102F2723AE6019732064DBB03A3EB936A906795*)il2cpp_codegen_object_new(BBObjectParameter_tA102F2723AE6019732064DBB03A3EB936A906795_il2cpp_TypeInfo_var);
NullCheck(L_2);
BBObjectParameter__ctor_m8DFEB9126CBE3F3BFC1422D079ED6C227765CD2E(L_2, L_1, NULL);
__this->___enumCase_21 = L_2;
Il2CppCodeGenWriteBarrier((void**)(&__this->___enumCase_21), (void*)L_2);
BTComposite__ctor_m0F7DB9DB34356D971F4060803A246C993453462F(__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.Task NodeCanvas.BehaviourTrees.ConditionalEvaluator::get_task()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_tF05C1B448C98EDD5D7E9E23660FCEAC40348A284* ConditionalEvaluator_get_task_mA0C743C72F42F806C0C376DF4DDCAD1314A5A32E (ConditionalEvaluator_t065AB6841FCFAA2B5796BB14ED5D801E2DD004D5* __this, const RuntimeMethod* method)
{
{
// get { return condition; }
ConditionTask_t518F9B03584F4835F78D6DE297CE36AED500BEE8* L_0;
L_0 = ConditionalEvaluator_get_condition_mA8D33071CCD9833D85CB19EC07EBD38DB1D6C982_inline(__this, NULL);
return L_0;
}
}
// System.Void NodeCanvas.BehaviourTrees.ConditionalEvaluator::set_task(NodeCanvas.Framework.Task)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConditionalEvaluator_set_task_mDDA8D43C324CC0EE1351D8030D6DE90C04181332 (ConditionalEvaluator_t065AB6841FCFAA2B5796BB14ED5D801E2DD004D5* __this, Task_tF05C1B448C98EDD5D7E9E23660FCEAC40348A284* ___0_value, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConditionTask_t518F9B03584F4835F78D6DE297CE36AED500BEE8_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// set { condition = (ConditionTask)value; }
Task_tF05C1B448C98EDD5D7E9E23660FCEAC40348A284* L_0 = ___0_value;
ConditionalEvaluator_set_condition_mC717930458E834DFCBE52949727D0939BA7EC568_inline(__this, ((ConditionTask_t518F9B03584F4835F78D6DE297CE36AED500BEE8*)CastclassClass((RuntimeObject*)L_0, ConditionTask_t518F9B03584F4835F78D6DE297CE36AED500BEE8_il2cpp_TypeInfo_var)), NULL);
// set { condition = (ConditionTask)value; }
return;
}
}
// NodeCanvas.Framework.ConditionTask NodeCanvas.BehaviourTrees.ConditionalEvaluator::get_condition()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConditionTask_t518F9B03584F4835F78D6DE297CE36AED500BEE8* ConditionalEvaluator_get_condition_mA8D33071CCD9833D85CB19EC07EBD38DB1D6C982 (ConditionalEvaluator_t065AB6841FCFAA2B5796BB14ED5D801E2DD004D5* __this, const RuntimeMethod* method)
{
{
// get { return _condition; }
ConditionTask_t518F9B03584F4835F78D6DE297CE36AED500BEE8* L_0 = __this->____condition_19;
return L_0;
}
}
// System.Void NodeCanvas.BehaviourTrees.ConditionalEvaluator::set_condition(NodeCanvas.Framework.ConditionTask)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConditionalEvaluator_set_condition_mC717930458E834DFCBE52949727D0939BA7EC568 (ConditionalEvaluator_t065AB6841FCFAA2B5796BB14ED5D801E2DD004D5* __this, ConditionTask_t518F9B03584F4835F78D6DE297CE36AED500BEE8* ___0_value, const RuntimeMethod* method)
{
{
// set { _condition = value; }
ConditionTask_t518F9B03584F4835F78D6DE297CE36AED500BEE8* L_0 = ___0_value;
__this->____condition_19 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->____condition_19), (void*)L_0);
// set { _condition = value; }
return;
}
}
// NodeCanvas.Framework.Status NodeCanvas.BehaviourTrees.ConditionalEvaluator::OnExecute(UnityEngine.Component,NodeCanvas.Framework.IBlackboard)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ConditionalEvaluator_OnExecute_m0777442B41CFFBB1CFBAADE81254CD5FA817423E (ConditionalEvaluator_t065AB6841FCFAA2B5796BB14ED5D801E2DD004D5* __this, Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* ___0_agent, RuntimeObject* ___1_blackboard, const RuntimeMethod* method)
{
{
// 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 ( condition == null ) {
ConditionTask_t518F9B03584F4835F78D6DE297CE36AED500BEE8* L_1;
L_1 = ConditionalEvaluator_get_condition_mA8D33071CCD9833D85CB19EC07EBD38DB1D6C982_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:
{
// if ( status == Status.Resting ) {
int32_t L_6;
L_6 = Node_get_status_m2FBF938FF2AA2979E7DC66B8F6AD3AD272FCB04B_inline(__this, NULL);
if ((!(((uint32_t)L_6) == ((uint32_t)3))))
{
goto IL_0036;
}
}
{
// condition.Enable(agent, blackboard);
ConditionTask_t518F9B03584F4835F78D6DE297CE36AED500BEE8* L_7;
L_7 = ConditionalEvaluator_get_condition_mA8D33071CCD9833D85CB19EC07EBD38DB1D6C982_inline(__this, NULL);
Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* L_8 = ___0_agent;
RuntimeObject* L_9 = ___1_blackboard;
NullCheck(L_7);
ConditionTask_Enable_mC5A417808CEE331400524564133FEF114F32EE9E(L_7, L_8, L_9, NULL);
}
IL_0036:
{
// if ( isDynamic ) {
bool L_10 = __this->___isDynamic_17;
if (!L_10)
{
goto IL_006e;
}
}
{
// if ( condition.Check(agent, blackboard) ) {
ConditionTask_t518F9B03584F4835F78D6DE297CE36AED500BEE8* L_11;
L_11 = ConditionalEvaluator_get_condition_mA8D33071CCD9833D85CB19EC07EBD38DB1D6C982_inline(__this, NULL);
Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* L_12 = ___0_agent;
RuntimeObject* L_13 = ___1_blackboard;
NullCheck(L_11);
bool L_14;
L_14 = ConditionTask_Check_m8A6E5B0DE6EC53B76A44FAE8041F781D1DBF6C2D(L_11, L_12, L_13, NULL);
if (!L_14)
{
goto IL_005b;
}
}
{
// return decoratedConnection.Execute(agent, blackboard);
Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D* L_15;
L_15 = BTDecorator_get_decoratedConnection_m5FD933752811DFF31A758CA48A4BCB66EDDAAE4D(__this, NULL);
Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* L_16 = ___0_agent;
RuntimeObject* L_17 = ___1_blackboard;
NullCheck(L_15);
int32_t L_18;
L_18 = Connection_Execute_m8B97C4DD032BA1012167BBFA70B685F165D82F58(L_15, L_16, L_17, NULL);
return L_18;
}
IL_005b:
{
// decoratedConnection.Reset();
Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D* L_19;
L_19 = BTDecorator_get_decoratedConnection_m5FD933752811DFF31A758CA48A4BCB66EDDAAE4D(__this, NULL);
NullCheck(L_19);
Connection_Reset_m1F1F0FCB268CE47503C3206CC1EAFE9FDD670CA7(L_19, (bool)1, NULL);
// return (Status)conditionFailReturn;
int32_t L_20 = __this->___conditionFailReturn_18;
return (int32_t)(L_20);
}
IL_006e:
{
// if ( status != Status.Running ) {
int32_t L_21;
L_21 = Node_get_status_m2FBF938FF2AA2979E7DC66B8F6AD3AD272FCB04B_inline(__this, NULL);
if ((((int32_t)L_21) == ((int32_t)2)))
{
goto IL_008a;
}
}
{
// accessed = condition.Check(agent, blackboard);
ConditionTask_t518F9B03584F4835F78D6DE297CE36AED500BEE8* L_22;
L_22 = ConditionalEvaluator_get_condition_mA8D33071CCD9833D85CB19EC07EBD38DB1D6C982_inline(__this, NULL);
Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* L_23 = ___0_agent;
RuntimeObject* L_24 = ___1_blackboard;
NullCheck(L_22);
bool L_25;
L_25 = ConditionTask_Check_m8A6E5B0DE6EC53B76A44FAE8041F781D1DBF6C2D(L_22, L_23, L_24, NULL);
__this->___accessed_20 = L_25;
}
IL_008a:
{
// return accessed ? decoratedConnection.Execute(agent, blackboard) : (Status)conditionFailReturn;
bool L_26 = __this->___accessed_20;
if (L_26)
{
goto IL_0099;
}
}
{
int32_t L_27 = __this->___conditionFailReturn_18;
return (int32_t)(L_27);
}
IL_0099:
{
Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D* L_28;
L_28 = BTDecorator_get_decoratedConnection_m5FD933752811DFF31A758CA48A4BCB66EDDAAE4D(__this, NULL);
Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* L_29 = ___0_agent;
RuntimeObject* L_30 = ___1_blackboard;
NullCheck(L_28);
int32_t L_31;
L_31 = Connection_Execute_m8B97C4DD032BA1012167BBFA70B685F165D82F58(L_28, L_29, L_30, NULL);
return L_31;
}
}
// System.Void NodeCanvas.BehaviourTrees.ConditionalEvaluator::OnReset()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConditionalEvaluator_OnReset_m024A81CC38D7BF5FFCE649AB97C7786D563A7320 (ConditionalEvaluator_t065AB6841FCFAA2B5796BB14ED5D801E2DD004D5* __this, const RuntimeMethod* method)
{
{
// if ( condition != null ) { condition.Disable(); }
ConditionTask_t518F9B03584F4835F78D6DE297CE36AED500BEE8* L_0;
L_0 = ConditionalEvaluator_get_condition_mA8D33071CCD9833D85CB19EC07EBD38DB1D6C982_inline(__this, NULL);
if (!L_0)
{
goto IL_0013;
}
}
{
// if ( condition != null ) { condition.Disable(); }
ConditionTask_t518F9B03584F4835F78D6DE297CE36AED500BEE8* L_1;
L_1 = ConditionalEvaluator_get_condition_mA8D33071CCD9833D85CB19EC07EBD38DB1D6C982_inline(__this, NULL);
NullCheck(L_1);
ConditionTask_Disable_mAC528DA8075A9F90DE191E5F98720AE8BEB82371(L_1, NULL);
}
IL_0013:
{
// accessed = false;
__this->___accessed_20 = (bool)0;
// }
return;
}
}
// System.Void NodeCanvas.BehaviourTrees.ConditionalEvaluator::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConditionalEvaluator__ctor_m6EA0C0DE734E8001EA93653C983600D2A76FE3D1 (ConditionalEvaluator_t065AB6841FCFAA2B5796BB14ED5D801E2DD004D5* __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 NodeCanvas.BehaviourTrees.Filter::OnGraphStoped()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Filter_OnGraphStoped_m95E2EB446EFE2F6218FA531F9695A381FEAA7651 (Filter_tFFE042085ED35472D16F2F32CA12DBC682103612* __this, const RuntimeMethod* method)
{
{
// executedCount = 0;
__this->___executedCount_22 = 0;
// currentTime = 0;
__this->___currentTime_23 = (0.0f);
// }
return;
}
}
// NodeCanvas.Framework.Status NodeCanvas.BehaviourTrees.Filter::OnExecute(UnityEngine.Component,NodeCanvas.Framework.IBlackboard)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Filter_OnExecute_mF923C70B2D656C8B7E1385F8458A54F19757838F (Filter_tFFE042085ED35472D16F2F32CA12DBC682103612* __this, Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* ___0_agent, RuntimeObject* ___1_blackboard, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BBParameter_1_get_value_mA77627D8FDE1056733CB2185B27466805C7E9A0B_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
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:
{
// switch ( filterMode ) {
int32_t L_1 = __this->___filterMode_17;
V_0 = L_1;
int32_t L_2 = V_0;
if (!L_2)
{
goto IL_006a;
}
}
{
int32_t L_3 = V_0;
if ((!(((uint32_t)L_3) == ((uint32_t)1))))
{
goto IL_00e6;
}
}
{
// if ( currentTime > 0 ) {
float L_4 = __this->___currentTime_23;
if ((!(((float)L_4) > ((float)(0.0f)))))
{
goto IL_0034;
}
}
{
// return inactiveWhenLimited ? Status.Optional : Status.Failure;
bool L_5 = __this->___inactiveWhenLimited_21;
if (L_5)
{
goto IL_0032;
}
}
{
return (int32_t)(0);
}
IL_0032:
{
return (int32_t)(5);
}
IL_0034:
{
// status = decoratedConnection.Execute(agent, blackboard);
Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D* L_6;
L_6 = BTDecorator_get_decoratedConnection_m5FD933752811DFF31A758CA48A4BCB66EDDAAE4D(__this, NULL);
Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* L_7 = ___0_agent;
RuntimeObject* L_8 = ___1_blackboard;
NullCheck(L_6);
int32_t L_9;
L_9 = Connection_Execute_m8B97C4DD032BA1012167BBFA70B685F165D82F58(L_6, L_7, L_8, NULL);
Node_set_status_m2CEC604858DFD7F181CCCF75AA3D08A7C677F4D7(__this, L_9, NULL);
// if ( status == Status.Success || status == Status.Failure ) {
int32_t L_10;
L_10 = Node_get_status_m2FBF938FF2AA2979E7DC66B8F6AD3AD272FCB04B_inline(__this, NULL);
if ((((int32_t)L_10) == ((int32_t)1)))
{
goto IL_005b;
}
}
{
int32_t L_11;
L_11 = Node_get_status_m2FBF938FF2AA2979E7DC66B8F6AD3AD272FCB04B_inline(__this, NULL);
if (L_11)
{
goto IL_00e6;
}
}
IL_005b:
{
// StartCoroutine(Cooldown());
RuntimeObject* L_12;
L_12 = Filter_Cooldown_mFEA4A157D37C0087BBE33C7C37A8F898984D3181(__this, NULL);
Coroutine_t85EA685566A254C23F3FD77AB5BDFFFF8799596B* L_13;
L_13 = Node_StartCoroutine_m886A901097F8E62953EC8E9E6DA1038DB43CB0ED(__this, L_12, NULL);
// break;
goto IL_00e6;
}
IL_006a:
{
// if ( executedCount >= maxCount.value ) {
int32_t L_14 = __this->___executedCount_22;
BBParameter_1_t0CED53FC373D2A18BE910895E6A74B0C7E89E10E* L_15 = __this->___maxCount_18;
NullCheck(L_15);
int32_t L_16;
L_16 = BBParameter_1_get_value_mA77627D8FDE1056733CB2185B27466805C7E9A0B(L_15, BBParameter_1_get_value_mA77627D8FDE1056733CB2185B27466805C7E9A0B_RuntimeMethod_var);
if ((((int32_t)L_14) < ((int32_t)L_16)))
{
goto IL_0089;
}
}
{
// return inactiveWhenLimited ? Status.Optional : Status.Failure;
bool L_17 = __this->___inactiveWhenLimited_21;
if (L_17)
{
goto IL_0087;
}
}
{
return (int32_t)(0);
}
IL_0087:
{
return (int32_t)(5);
}
IL_0089:
{
// status = decoratedConnection.Execute(agent, blackboard);
Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D* L_18;
L_18 = BTDecorator_get_decoratedConnection_m5FD933752811DFF31A758CA48A4BCB66EDDAAE4D(__this, NULL);
Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* L_19 = ___0_agent;
RuntimeObject* L_20 = ___1_blackboard;
NullCheck(L_18);
int32_t L_21;
L_21 = Connection_Execute_m8B97C4DD032BA1012167BBFA70B685F165D82F58(L_18, L_19, L_20, NULL);
Node_set_status_m2CEC604858DFD7F181CCCF75AA3D08A7C677F4D7(__this, L_21, NULL);
// if
// (
// ( status == Status.Success && policy == Policy.SuccessOnly ) ||
// ( status == Status.Failure && policy == Policy.FailureOnly ) ||
// ( ( status == Status.Success || status == Status.Failure ) && policy == Policy.SuccessOrFailure )
// ) {
int32_t L_22;
L_22 = Node_get_status_m2FBF938FF2AA2979E7DC66B8F6AD3AD272FCB04B_inline(__this, NULL);
if ((!(((uint32_t)L_22) == ((uint32_t)1))))
{
goto IL_00ae;
}
}
{
int32_t L_23 = __this->___policy_19;
if ((((int32_t)L_23) == ((int32_t)1)))
{
goto IL_00d8;
}
}
IL_00ae:
{
int32_t L_24;
L_24 = Node_get_status_m2FBF938FF2AA2979E7DC66B8F6AD3AD272FCB04B_inline(__this, NULL);
if (L_24)
{
goto IL_00bf;
}
}
{
int32_t L_25 = __this->___policy_19;
if ((((int32_t)L_25) == ((int32_t)2)))
{
goto IL_00d8;
}
}
IL_00bf:
{
int32_t L_26;
L_26 = Node_get_status_m2FBF938FF2AA2979E7DC66B8F6AD3AD272FCB04B_inline(__this, NULL);
if ((((int32_t)L_26) == ((int32_t)1)))
{
goto IL_00d0;
}
}
{
int32_t L_27;
L_27 = Node_get_status_m2FBF938FF2AA2979E7DC66B8F6AD3AD272FCB04B_inline(__this, NULL);
if (L_27)
{
goto IL_00e6;
}
}
IL_00d0:
{
int32_t L_28 = __this->___policy_19;
if (L_28)
{
goto IL_00e6;
}
}
IL_00d8:
{
// executedCount += 1;
int32_t L_29 = __this->___executedCount_22;
__this->___executedCount_22 = ((int32_t)il2cpp_codegen_add(L_29, 1));
}
IL_00e6:
{
// return status;
int32_t L_30;
L_30 = Node_get_status_m2FBF938FF2AA2979E7DC66B8F6AD3AD272FCB04B_inline(__this, NULL);
return L_30;
}
}
// System.Collections.IEnumerator NodeCanvas.BehaviourTrees.Filter::Cooldown()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Filter_Cooldown_mFEA4A157D37C0087BBE33C7C37A8F898984D3181 (Filter_tFFE042085ED35472D16F2F32CA12DBC682103612* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CCooldownU3Ed__11_t1E42D04B72AB3264033ACD9D091DA6D5FD1F173D_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
U3CCooldownU3Ed__11_t1E42D04B72AB3264033ACD9D091DA6D5FD1F173D* L_0 = (U3CCooldownU3Ed__11_t1E42D04B72AB3264033ACD9D091DA6D5FD1F173D*)il2cpp_codegen_object_new(U3CCooldownU3Ed__11_t1E42D04B72AB3264033ACD9D091DA6D5FD1F173D_il2cpp_TypeInfo_var);
NullCheck(L_0);
U3CCooldownU3Ed__11__ctor_m25D7005C2977EA862977061E7A48CCD15361BC1F(L_0, 0, NULL);
U3CCooldownU3Ed__11_t1E42D04B72AB3264033ACD9D091DA6D5FD1F173D* 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 NodeCanvas.BehaviourTrees.Filter::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Filter__ctor_m907F49D8B5760D0045CA50F62B16D8E4418E6337 (Filter_tFFE042085ED35472D16F2F32CA12DBC682103612* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BBParameter_1_op_Implicit_mA019E63FC4479769666DA0B19C89E5EC1AB8287F_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BBParameter_1_op_Implicit_mB68539EA9B330F602E448A3FDC59D4F81D694531_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
// public FilterMode filterMode = FilterMode.CoolDown;
__this->___filterMode_17 = 1;
// public BBParameter<int> maxCount = 1;
BBParameter_1_t0CED53FC373D2A18BE910895E6A74B0C7E89E10E* L_0;
L_0 = BBParameter_1_op_Implicit_mA019E63FC4479769666DA0B19C89E5EC1AB8287F(1, BBParameter_1_op_Implicit_mA019E63FC4479769666DA0B19C89E5EC1AB8287F_RuntimeMethod_var);
__this->___maxCount_18 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___maxCount_18), (void*)L_0);
// public BBParameter<float> coolDownTime = 5f;
BBParameter_1_tBF43B031C046DDE9CC5360F10411F13194CA4A9F* L_1;
L_1 = BBParameter_1_op_Implicit_mB68539EA9B330F602E448A3FDC59D4F81D694531((5.0f), BBParameter_1_op_Implicit_mB68539EA9B330F602E448A3FDC59D4F81D694531_RuntimeMethod_var);
__this->___coolDownTime_20 = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->___coolDownTime_20), (void*)L_1);
// public bool inactiveWhenLimited = true;
__this->___inactiveWhenLimited_21 = (bool)1;
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 NodeCanvas.BehaviourTrees.Filter/<Cooldown>d__11::.ctor(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CCooldownU3Ed__11__ctor_m25D7005C2977EA862977061E7A48CCD15361BC1F (U3CCooldownU3Ed__11_t1E42D04B72AB3264033ACD9D091DA6D5FD1F173D* __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 NodeCanvas.BehaviourTrees.Filter/<Cooldown>d__11::System.IDisposable.Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CCooldownU3Ed__11_System_IDisposable_Dispose_mDBA843739B9A86A8E295AB0B968F3D2884907791 (U3CCooldownU3Ed__11_t1E42D04B72AB3264033ACD9D091DA6D5FD1F173D* __this, const RuntimeMethod* method)
{
{
return;
}
}
// System.Boolean NodeCanvas.BehaviourTrees.Filter/<Cooldown>d__11::MoveNext()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CCooldownU3Ed__11_MoveNext_mAB26A18D54D744B733D1CBE42B216CC8A1040263 (U3CCooldownU3Ed__11_t1E42D04B72AB3264033ACD9D091DA6D5FD1F173D* __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;
}
int32_t V_0 = 0;
Filter_tFFE042085ED35472D16F2F32CA12DBC682103612* V_1 = NULL;
{
int32_t L_0 = __this->___U3CU3E1__state_0;
V_0 = L_0;
Filter_tFFE042085ED35472D16F2F32CA12DBC682103612* 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_0041;
}
}
{
return (bool)0;
}
IL_0017:
{
__this->___U3CU3E1__state_0 = (-1);
// currentTime = coolDownTime.value;
Filter_tFFE042085ED35472D16F2F32CA12DBC682103612* L_4 = V_1;
Filter_tFFE042085ED35472D16F2F32CA12DBC682103612* L_5 = V_1;
NullCheck(L_5);
BBParameter_1_tBF43B031C046DDE9CC5360F10411F13194CA4A9F* L_6 = L_5->___coolDownTime_20;
NullCheck(L_6);
float L_7;
L_7 = BBParameter_1_get_value_m46BCD0CE6DCB23D77AB3268C4D12A143C9F5C532(L_6, BBParameter_1_get_value_m46BCD0CE6DCB23D77AB3268C4D12A143C9F5C532_RuntimeMethod_var);
NullCheck(L_4);
L_4->___currentTime_23 = L_7;
goto IL_005a;
}
IL_0031:
{
// 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_0041:
{
__this->___U3CU3E1__state_0 = (-1);
// currentTime -= Time.deltaTime;
Filter_tFFE042085ED35472D16F2F32CA12DBC682103612* L_8 = V_1;
Filter_tFFE042085ED35472D16F2F32CA12DBC682103612* L_9 = V_1;
NullCheck(L_9);
float L_10 = L_9->___currentTime_23;
float L_11;
L_11 = Time_get_deltaTime_mC3195000401F0FD167DD2F948FD2BC58330D0865(NULL);
NullCheck(L_8);
L_8->___currentTime_23 = ((float)il2cpp_codegen_subtract(L_10, L_11));
}
IL_005a:
{
// while ( currentTime > 0 ) {
Filter_tFFE042085ED35472D16F2F32CA12DBC682103612* L_12 = V_1;
NullCheck(L_12);
float L_13 = L_12->___currentTime_23;
if ((((float)L_13) > ((float)(0.0f))))
{
goto IL_0031;
}
}
{
// }
return (bool)0;
}
}
// System.Object NodeCanvas.BehaviourTrees.Filter/<Cooldown>d__11::System.Collections.Generic.IEnumerator<System.Object>.get_Current()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CCooldownU3Ed__11_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_m8DF8288C59D67BD731609CBBCB03AB15BA9D82AA (U3CCooldownU3Ed__11_t1E42D04B72AB3264033ACD9D091DA6D5FD1F173D* __this, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = __this->___U3CU3E2__current_1;
return L_0;
}
}
// System.Void NodeCanvas.BehaviourTrees.Filter/<Cooldown>d__11::System.Collections.IEnumerator.Reset()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CCooldownU3Ed__11_System_Collections_IEnumerator_Reset_m51AEFFA1BFFF73030C746CDF8F0F22A8AED6820F (U3CCooldownU3Ed__11_t1E42D04B72AB3264033ACD9D091DA6D5FD1F173D* __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*)&U3CCooldownU3Ed__11_System_Collections_IEnumerator_Reset_m51AEFFA1BFFF73030C746CDF8F0F22A8AED6820F_RuntimeMethod_var)));
}
}
// System.Object NodeCanvas.BehaviourTrees.Filter/<Cooldown>d__11::System.Collections.IEnumerator.get_Current()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CCooldownU3Ed__11_System_Collections_IEnumerator_get_Current_mBC92AC7AEB58B92E35F6A4EE15481D4484B77589 (U3CCooldownU3Ed__11_t1E42D04B72AB3264033ACD9D091DA6D5FD1F173D* __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<NodeCanvas.BehaviourTrees.Guard> NodeCanvas.BehaviourTrees.Guard::AgentGuards(UnityEngine.Component)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_tE0AD586683900081A68CCBF7BA7E6060329CEE56* Guard_AgentGuards_m85581DC35B1D9629670D2B903E0D77F777912905 (Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* ___0_agent, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_get_Item_m1ADDFF49B141C377428A688333052380D70173F6_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Guard_t9D53F7AA6BA4DD7390EA2CA1E095C062D6EFB7F4_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// private static List<Guard> AgentGuards(Component agent) { return guards[agent.gameObject]; }
il2cpp_codegen_runtime_class_init_inline(Guard_t9D53F7AA6BA4DD7390EA2CA1E095C062D6EFB7F4_il2cpp_TypeInfo_var);
Dictionary_2_tB3C786CA090FD0954D6165759D89FFC5747AABC5* L_0 = ((Guard_t9D53F7AA6BA4DD7390EA2CA1E095C062D6EFB7F4_StaticFields*)il2cpp_codegen_static_fields_for(Guard_t9D53F7AA6BA4DD7390EA2CA1E095C062D6EFB7F4_il2cpp_TypeInfo_var))->___guards_20;
Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* L_1 = ___0_agent;
NullCheck(L_1);
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_2;
L_2 = Component_get_gameObject_m57AEFBB14DB39EC476F740BA000E170355DE691B(L_1, NULL);
NullCheck(L_0);
List_1_tE0AD586683900081A68CCBF7BA7E6060329CEE56* L_3;
L_3 = Dictionary_2_get_Item_m1ADDFF49B141C377428A688333052380D70173F6(L_0, L_2, Dictionary_2_get_Item_m1ADDFF49B141C377428A688333052380D70173F6_RuntimeMethod_var);
return L_3;
}
}
// System.Void NodeCanvas.BehaviourTrees.Guard::OnGraphStarted()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Guard_OnGraphStarted_m82FE2BF2BA388A85212831C2DE6923176515FCC0 (Guard_t9D53F7AA6BA4DD7390EA2CA1E095C062D6EFB7F4* __this, const RuntimeMethod* method)
{
{
// SetGuards(graphAgent);
Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* L_0;
L_0 = Node_get_graphAgent_m1D13BBF1FBF26F5DC1C2B0B4D4C99815A7AEE929(__this, NULL);
Guard_SetGuards_m5302757507567B22AC16489E196B91D854F262EA(__this, L_0, NULL);
// }
return;
}
}
// System.Void NodeCanvas.BehaviourTrees.Guard::OnGraphStoped()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Guard_OnGraphStoped_m1D8E469263DBF141D025307D4A814E9851ECA89D (Guard_t9D53F7AA6BA4DD7390EA2CA1E095C062D6EFB7F4* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Remove_mBAAA0D1D9B894BFAD400CAA3516041AAB9B2EF95_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Guard_t9D53F7AA6BA4DD7390EA2CA1E095C062D6EFB7F4_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_1_t457FDEB8BE089FC72C6EFA5397B23950051729D5_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_1_t43D6032B5F7FE90162777995EEBFAECF6F6C4AFC_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
RuntimeObject* V_0 = NULL;
Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* V_1 = NULL;
{
// foreach ( var runningGraph in Graph.runningGraphs ) {
RuntimeObject* L_0;
L_0 = Graph_get_runningGraphs_m6DFA416A57F9C18F70E8C6245E04A431C8C4AB19_inline(NULL);
NullCheck(L_0);
RuntimeObject* L_1;
L_1 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.IEnumerable`1<NodeCanvas.Framework.Graph>::GetEnumerator() */, IEnumerable_1_t457FDEB8BE089FC72C6EFA5397B23950051729D5_il2cpp_TypeInfo_var, L_0);
V_0 = L_1;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_004b:
{// begin finally (depth: 1)
{
RuntimeObject* L_2 = V_0;
if (!L_2)
{
goto IL_0054;
}
}
{
RuntimeObject* L_3 = V_0;
NullCheck(L_3);
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_3);
}
IL_0054:
{
return;
}
}// end finally (depth: 1)
});
try
{// begin try (depth: 1)
{
goto IL_0041_1;
}
IL_000d_1:
{
// foreach ( var runningGraph in Graph.runningGraphs ) {
RuntimeObject* L_4 = V_0;
NullCheck(L_4);
Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* L_5;
L_5 = InterfaceFuncInvoker0< Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* >::Invoke(0 /* T System.Collections.Generic.IEnumerator`1<NodeCanvas.Framework.Graph>::get_Current() */, IEnumerator_1_t43D6032B5F7FE90162777995EEBFAECF6F6C4AFC_il2cpp_TypeInfo_var, L_4);
V_1 = L_5;
// if ( runningGraph.agent != null && runningGraph.agent.gameObject == this.graphAgent.gameObject ) {
Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* L_6 = V_1;
NullCheck(L_6);
Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* L_7;
L_7 = Graph_get_agent_m2AD941592E9694084A4A44F0F30A363E95295EA8_inline(L_6, NULL);
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_8;
L_8 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_7, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
if (!L_8)
{
goto IL_0041_1;
}
}
{
Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* L_9 = V_1;
NullCheck(L_9);
Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* L_10;
L_10 = Graph_get_agent_m2AD941592E9694084A4A44F0F30A363E95295EA8_inline(L_9, NULL);
NullCheck(L_10);
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_11;
L_11 = Component_get_gameObject_m57AEFBB14DB39EC476F740BA000E170355DE691B(L_10, NULL);
Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* L_12;
L_12 = Node_get_graphAgent_m1D13BBF1FBF26F5DC1C2B0B4D4C99815A7AEE929(__this, NULL);
NullCheck(L_12);
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_13;
L_13 = Component_get_gameObject_m57AEFBB14DB39EC476F740BA000E170355DE691B(L_12, NULL);
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_14;
L_14 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_11, L_13, NULL);
if (!L_14)
{
goto IL_0041_1;
}
}
{
// return;
goto IL_006b;
}
IL_0041_1:
{
// foreach ( var runningGraph in Graph.runningGraphs ) {
RuntimeObject* L_15 = V_0;
NullCheck(L_15);
bool L_16;
L_16 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_15);
if (L_16)
{
goto IL_000d_1;
}
}
{
goto IL_0055;
}
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_0055:
{
// guards.Remove(graphAgent.gameObject);
il2cpp_codegen_runtime_class_init_inline(Guard_t9D53F7AA6BA4DD7390EA2CA1E095C062D6EFB7F4_il2cpp_TypeInfo_var);
Dictionary_2_tB3C786CA090FD0954D6165759D89FFC5747AABC5* L_17 = ((Guard_t9D53F7AA6BA4DD7390EA2CA1E095C062D6EFB7F4_StaticFields*)il2cpp_codegen_static_fields_for(Guard_t9D53F7AA6BA4DD7390EA2CA1E095C062D6EFB7F4_il2cpp_TypeInfo_var))->___guards_20;
Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* L_18;
L_18 = Node_get_graphAgent_m1D13BBF1FBF26F5DC1C2B0B4D4C99815A7AEE929(__this, NULL);
NullCheck(L_18);
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_19;
L_19 = Component_get_gameObject_m57AEFBB14DB39EC476F740BA000E170355DE691B(L_18, NULL);
NullCheck(L_17);
bool L_20;
L_20 = Dictionary_2_Remove_mBAAA0D1D9B894BFAD400CAA3516041AAB9B2EF95(L_17, L_19, Dictionary_2_Remove_mBAAA0D1D9B894BFAD400CAA3516041AAB9B2EF95_RuntimeMethod_var);
}
IL_006b:
{
// }
return;
}
}
// NodeCanvas.Framework.Status NodeCanvas.BehaviourTrees.Guard::OnExecute(UnityEngine.Component,NodeCanvas.Framework.IBlackboard)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Guard_OnExecute_m753B7E1A740183FDBD758D4B176162D0333D05E4 (Guard_t9D53F7AA6BA4DD7390EA2CA1E095C062D6EFB7F4* __this, Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* ___0_agent, RuntimeObject* ___1_blackboard, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BBParameter_1_get_value_m428E3AAF8E86F9873CE33FDE14FE2F3B74A1FA2F_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Guard_t9D53F7AA6BA4DD7390EA2CA1E095C062D6EFB7F4_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m556B885B35D755C5197F8DB4F0C71003E2B9F554_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m3B4ECA88794B176B5932CA9DFD64D583E41E4843_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
Guard_t9D53F7AA6BA4DD7390EA2CA1E095C062D6EFB7F4* V_1 = NULL;
{
// 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 ( agent != graphAgent ) {
Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* L_1 = ___0_agent;
Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* L_2;
L_2 = Node_get_graphAgent_m1D13BBF1FBF26F5DC1C2B0B4D4C99815A7AEE929(__this, NULL);
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_3;
L_3 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_1, L_2, NULL);
if (!L_3)
{
goto IL_001f;
}
}
{
// SetGuards(agent);
Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* L_4 = ___0_agent;
Guard_SetGuards_m5302757507567B22AC16489E196B91D854F262EA(__this, L_4, NULL);
}
IL_001f:
{
// for ( var i = 0; i < AgentGuards(agent).Count; i++ ) {
V_0 = 0;
goto IL_0069;
}
IL_0023:
{
// var guard = AgentGuards(agent)[i];
Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* L_5 = ___0_agent;
il2cpp_codegen_runtime_class_init_inline(Guard_t9D53F7AA6BA4DD7390EA2CA1E095C062D6EFB7F4_il2cpp_TypeInfo_var);
List_1_tE0AD586683900081A68CCBF7BA7E6060329CEE56* L_6;
L_6 = Guard_AgentGuards_m85581DC35B1D9629670D2B903E0D77F777912905(L_5, NULL);
int32_t L_7 = V_0;
NullCheck(L_6);
Guard_t9D53F7AA6BA4DD7390EA2CA1E095C062D6EFB7F4* L_8;
L_8 = List_1_get_Item_m3B4ECA88794B176B5932CA9DFD64D583E41E4843(L_6, L_7, List_1_get_Item_m3B4ECA88794B176B5932CA9DFD64D583E41E4843_RuntimeMethod_var);
V_1 = L_8;
// if ( guard != this && guard.isGuarding && guard.token.value == this.token.value ) {
Guard_t9D53F7AA6BA4DD7390EA2CA1E095C062D6EFB7F4* L_9 = V_1;
if ((((RuntimeObject*)(Guard_t9D53F7AA6BA4DD7390EA2CA1E095C062D6EFB7F4*)L_9) == ((RuntimeObject*)(Guard_t9D53F7AA6BA4DD7390EA2CA1E095C062D6EFB7F4*)__this)))
{
goto IL_0065;
}
}
{
Guard_t9D53F7AA6BA4DD7390EA2CA1E095C062D6EFB7F4* L_10 = V_1;
NullCheck(L_10);
bool L_11 = L_10->___isGuarding_19;
if (!L_11)
{
goto IL_0065;
}
}
{
Guard_t9D53F7AA6BA4DD7390EA2CA1E095C062D6EFB7F4* L_12 = V_1;
NullCheck(L_12);
BBParameter_1_t2E97E8688F814FF994B59AE3C63CE738054D8809* L_13 = L_12->___token_17;
NullCheck(L_13);
String_t* L_14;
L_14 = BBParameter_1_get_value_m428E3AAF8E86F9873CE33FDE14FE2F3B74A1FA2F(L_13, BBParameter_1_get_value_m428E3AAF8E86F9873CE33FDE14FE2F3B74A1FA2F_RuntimeMethod_var);
BBParameter_1_t2E97E8688F814FF994B59AE3C63CE738054D8809* L_15 = __this->___token_17;
NullCheck(L_15);
String_t* L_16;
L_16 = BBParameter_1_get_value_m428E3AAF8E86F9873CE33FDE14FE2F3B74A1FA2F(L_15, BBParameter_1_get_value_m428E3AAF8E86F9873CE33FDE14FE2F3B74A1FA2F_RuntimeMethod_var);
bool L_17;
L_17 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_14, L_16, NULL);
if (!L_17)
{
goto IL_0065;
}
}
{
// return ifGuarded == GuardMode.ReturnFailure ? Status.Failure : Status.Running;
int32_t L_18 = __this->___ifGuarded_18;
if (!L_18)
{
goto IL_0063;
}
}
{
return (int32_t)(2);
}
IL_0063:
{
return (int32_t)(0);
}
IL_0065:
{
// for ( var i = 0; i < AgentGuards(agent).Count; i++ ) {
int32_t L_19 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add(L_19, 1));
}
IL_0069:
{
// for ( var i = 0; i < AgentGuards(agent).Count; i++ ) {
int32_t L_20 = V_0;
Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* L_21 = ___0_agent;
il2cpp_codegen_runtime_class_init_inline(Guard_t9D53F7AA6BA4DD7390EA2CA1E095C062D6EFB7F4_il2cpp_TypeInfo_var);
List_1_tE0AD586683900081A68CCBF7BA7E6060329CEE56* L_22;
L_22 = Guard_AgentGuards_m85581DC35B1D9629670D2B903E0D77F777912905(L_21, NULL);
NullCheck(L_22);
int32_t L_23;
L_23 = List_1_get_Count_m556B885B35D755C5197F8DB4F0C71003E2B9F554_inline(L_22, List_1_get_Count_m556B885B35D755C5197F8DB4F0C71003E2B9F554_RuntimeMethod_var);
if ((((int32_t)L_20) < ((int32_t)L_23)))
{
goto IL_0023;
}
}
{
// status = decoratedConnection.Execute(agent, blackboard);
Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D* L_24;
L_24 = BTDecorator_get_decoratedConnection_m5FD933752811DFF31A758CA48A4BCB66EDDAAE4D(__this, NULL);
Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* L_25 = ___0_agent;
RuntimeObject* L_26 = ___1_blackboard;
NullCheck(L_24);
int32_t L_27;
L_27 = Connection_Execute_m8B97C4DD032BA1012167BBFA70B685F165D82F58(L_24, L_25, L_26, NULL);
Node_set_status_m2CEC604858DFD7F181CCCF75AA3D08A7C677F4D7(__this, L_27, NULL);
// if ( status == Status.Running ) {
int32_t L_28;
L_28 = Node_get_status_m2FBF938FF2AA2979E7DC66B8F6AD3AD272FCB04B_inline(__this, NULL);
if ((!(((uint32_t)L_28) == ((uint32_t)2))))
{
goto IL_009c;
}
}
{
// isGuarding = true;
__this->___isGuarding_19 = (bool)1;
// return Status.Running;
return (int32_t)(2);
}
IL_009c:
{
// isGuarding = false;
__this->___isGuarding_19 = (bool)0;
// return status;
int32_t L_29;
L_29 = Node_get_status_m2FBF938FF2AA2979E7DC66B8F6AD3AD272FCB04B_inline(__this, NULL);
return L_29;
}
}
// System.Void NodeCanvas.BehaviourTrees.Guard::OnReset()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Guard_OnReset_m0F910CE7129CBC8028852F74B1056A2122157E85 (Guard_t9D53F7AA6BA4DD7390EA2CA1E095C062D6EFB7F4* __this, const RuntimeMethod* method)
{
{
// isGuarding = false;
__this->___isGuarding_19 = (bool)0;
// }
return;
}
}
// System.Void NodeCanvas.BehaviourTrees.Guard::SetGuards(UnityEngine.Component)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Guard_SetGuards_m5302757507567B22AC16489E196B91D854F262EA (Guard_t9D53F7AA6BA4DD7390EA2CA1E095C062D6EFB7F4* __this, Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* ___0_guardAgent, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BBParameter_1_get_value_m428E3AAF8E86F9873CE33FDE14FE2F3B74A1FA2F_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_ContainsKey_m4F8753AC0347333240823473912F5575BD45A0EA_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_set_Item_m36CDB6EA43142739B4CD42A11B8B86C246D22694_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Guard_t9D53F7AA6BA4DD7390EA2CA1E095C062D6EFB7F4_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mFA82F2840B8E3B71B877E744047583B7DF5A47DA_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Contains_m7703EEBAF5E92B5B2F952DB1BEBAA31203710B45_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m03814FF35535197EE4A20ECB21EA6B7BEB5E0C76_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_tE0AD586683900081A68CCBF7BA7E6060329CEE56_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// if ( !guards.ContainsKey(guardAgent.gameObject) ) {
il2cpp_codegen_runtime_class_init_inline(Guard_t9D53F7AA6BA4DD7390EA2CA1E095C062D6EFB7F4_il2cpp_TypeInfo_var);
Dictionary_2_tB3C786CA090FD0954D6165759D89FFC5747AABC5* L_0 = ((Guard_t9D53F7AA6BA4DD7390EA2CA1E095C062D6EFB7F4_StaticFields*)il2cpp_codegen_static_fields_for(Guard_t9D53F7AA6BA4DD7390EA2CA1E095C062D6EFB7F4_il2cpp_TypeInfo_var))->___guards_20;
Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* L_1 = ___0_guardAgent;
NullCheck(L_1);
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_2;
L_2 = Component_get_gameObject_m57AEFBB14DB39EC476F740BA000E170355DE691B(L_1, NULL);
NullCheck(L_0);
bool L_3;
L_3 = Dictionary_2_ContainsKey_m4F8753AC0347333240823473912F5575BD45A0EA(L_0, L_2, Dictionary_2_ContainsKey_m4F8753AC0347333240823473912F5575BD45A0EA_RuntimeMethod_var);
if (L_3)
{
goto IL_0027;
}
}
{
// guards[guardAgent.gameObject] = new List<Guard>();
il2cpp_codegen_runtime_class_init_inline(Guard_t9D53F7AA6BA4DD7390EA2CA1E095C062D6EFB7F4_il2cpp_TypeInfo_var);
Dictionary_2_tB3C786CA090FD0954D6165759D89FFC5747AABC5* L_4 = ((Guard_t9D53F7AA6BA4DD7390EA2CA1E095C062D6EFB7F4_StaticFields*)il2cpp_codegen_static_fields_for(Guard_t9D53F7AA6BA4DD7390EA2CA1E095C062D6EFB7F4_il2cpp_TypeInfo_var))->___guards_20;
Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* L_5 = ___0_guardAgent;
NullCheck(L_5);
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_6;
L_6 = Component_get_gameObject_m57AEFBB14DB39EC476F740BA000E170355DE691B(L_5, NULL);
List_1_tE0AD586683900081A68CCBF7BA7E6060329CEE56* L_7 = (List_1_tE0AD586683900081A68CCBF7BA7E6060329CEE56*)il2cpp_codegen_object_new(List_1_tE0AD586683900081A68CCBF7BA7E6060329CEE56_il2cpp_TypeInfo_var);
NullCheck(L_7);
List_1__ctor_m03814FF35535197EE4A20ECB21EA6B7BEB5E0C76(L_7, List_1__ctor_m03814FF35535197EE4A20ECB21EA6B7BEB5E0C76_RuntimeMethod_var);
NullCheck(L_4);
Dictionary_2_set_Item_m36CDB6EA43142739B4CD42A11B8B86C246D22694(L_4, L_6, L_7, Dictionary_2_set_Item_m36CDB6EA43142739B4CD42A11B8B86C246D22694_RuntimeMethod_var);
}
IL_0027:
{
// if ( !AgentGuards(guardAgent).Contains(this) && !string.IsNullOrEmpty(token.value) ) {
Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* L_8 = ___0_guardAgent;
il2cpp_codegen_runtime_class_init_inline(Guard_t9D53F7AA6BA4DD7390EA2CA1E095C062D6EFB7F4_il2cpp_TypeInfo_var);
List_1_tE0AD586683900081A68CCBF7BA7E6060329CEE56* L_9;
L_9 = Guard_AgentGuards_m85581DC35B1D9629670D2B903E0D77F777912905(L_8, NULL);
NullCheck(L_9);
bool L_10;
L_10 = List_1_Contains_m7703EEBAF5E92B5B2F952DB1BEBAA31203710B45(L_9, __this, List_1_Contains_m7703EEBAF5E92B5B2F952DB1BEBAA31203710B45_RuntimeMethod_var);
if (L_10)
{
goto IL_0053;
}
}
{
BBParameter_1_t2E97E8688F814FF994B59AE3C63CE738054D8809* L_11 = __this->___token_17;
NullCheck(L_11);
String_t* L_12;
L_12 = BBParameter_1_get_value_m428E3AAF8E86F9873CE33FDE14FE2F3B74A1FA2F(L_11, BBParameter_1_get_value_m428E3AAF8E86F9873CE33FDE14FE2F3B74A1FA2F_RuntimeMethod_var);
bool L_13;
L_13 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_12, NULL);
if (L_13)
{
goto IL_0053;
}
}
{
// AgentGuards(guardAgent).Add(this);
Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* L_14 = ___0_guardAgent;
il2cpp_codegen_runtime_class_init_inline(Guard_t9D53F7AA6BA4DD7390EA2CA1E095C062D6EFB7F4_il2cpp_TypeInfo_var);
List_1_tE0AD586683900081A68CCBF7BA7E6060329CEE56* L_15;
L_15 = Guard_AgentGuards_m85581DC35B1D9629670D2B903E0D77F777912905(L_14, NULL);
NullCheck(L_15);
List_1_Add_mFA82F2840B8E3B71B877E744047583B7DF5A47DA_inline(L_15, __this, List_1_Add_mFA82F2840B8E3B71B877E744047583B7DF5A47DA_RuntimeMethod_var);
}
IL_0053:
{
// }
return;
}
}
// System.Void NodeCanvas.BehaviourTrees.Guard::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Guard__ctor_m3F1FD9A372CF58EFE0256E52F7B0E413CE015F1E (Guard_t9D53F7AA6BA4DD7390EA2CA1E095C062D6EFB7F4* __this, const RuntimeMethod* method)
{
{
BTDecorator__ctor_mED15EE096E242D2A6337DC8615476BF8E0B7B443(__this, NULL);
return;
}
}
// System.Void NodeCanvas.BehaviourTrees.Guard::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Guard__cctor_mBD842DD4680D058E512BE600231F2F95E3112B84 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_mDCB57B6FBD305F2980B989388F1723D8E11C316F_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_tB3C786CA090FD0954D6165759D89FFC5747AABC5_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Guard_t9D53F7AA6BA4DD7390EA2CA1E095C062D6EFB7F4_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// private static readonly Dictionary<GameObject, List<Guard>> guards = new Dictionary<GameObject, List<Guard>>();
Dictionary_2_tB3C786CA090FD0954D6165759D89FFC5747AABC5* L_0 = (Dictionary_2_tB3C786CA090FD0954D6165759D89FFC5747AABC5*)il2cpp_codegen_object_new(Dictionary_2_tB3C786CA090FD0954D6165759D89FFC5747AABC5_il2cpp_TypeInfo_var);
NullCheck(L_0);
Dictionary_2__ctor_mDCB57B6FBD305F2980B989388F1723D8E11C316F(L_0, Dictionary_2__ctor_mDCB57B6FBD305F2980B989388F1723D8E11C316F_RuntimeMethod_var);
((Guard_t9D53F7AA6BA4DD7390EA2CA1E095C062D6EFB7F4_StaticFields*)il2cpp_codegen_static_fields_for(Guard_t9D53F7AA6BA4DD7390EA2CA1E095C062D6EFB7F4_il2cpp_TypeInfo_var))->___guards_20 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&((Guard_t9D53F7AA6BA4DD7390EA2CA1E095C062D6EFB7F4_StaticFields*)il2cpp_codegen_static_fields_for(Guard_t9D53F7AA6BA4DD7390EA2CA1E095C062D6EFB7F4_il2cpp_TypeInfo_var))->___guards_20), (void*)L_0);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// NodeCanvas.Framework.ConditionTask NodeCanvas.BehaviourTrees.Interruptor::get_condition()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConditionTask_t518F9B03584F4835F78D6DE297CE36AED500BEE8* Interruptor_get_condition_m8DC53649C900DA9BC6677C56ED75B60CA775CCC2 (Interruptor_t0DCCA9D2F3F661051E8EDB5685692D3EE8B054A2* __this, const RuntimeMethod* method)
{
{
// get { return _condition; }
ConditionTask_t518F9B03584F4835F78D6DE297CE36AED500BEE8* L_0 = __this->____condition_17;
return L_0;
}
}
// System.Void NodeCanvas.BehaviourTrees.Interruptor::set_condition(NodeCanvas.Framework.ConditionTask)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Interruptor_set_condition_m845BA6473898D4FEE1E900565F4B11A682826C71 (Interruptor_t0DCCA9D2F3F661051E8EDB5685692D3EE8B054A2* __this, ConditionTask_t518F9B03584F4835F78D6DE297CE36AED500BEE8* ___0_value, const RuntimeMethod* method)
{
{
// set { _condition = value; }
ConditionTask_t518F9B03584F4835F78D6DE297CE36AED500BEE8* L_0 = ___0_value;
__this->____condition_17 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->____condition_17), (void*)L_0);
// set { _condition = value; }
return;
}
}
// NodeCanvas.Framework.Task NodeCanvas.BehaviourTrees.Interruptor::get_task()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_tF05C1B448C98EDD5D7E9E23660FCEAC40348A284* Interruptor_get_task_m826C1EAE27CF534E5AABD633CE3057D6C2A3EDF8 (Interruptor_t0DCCA9D2F3F661051E8EDB5685692D3EE8B054A2* __this, const RuntimeMethod* method)
{
{
// get { return condition; }
ConditionTask_t518F9B03584F4835F78D6DE297CE36AED500BEE8* L_0;
L_0 = Interruptor_get_condition_m8DC53649C900DA9BC6677C56ED75B60CA775CCC2_inline(__this, NULL);
return L_0;
}
}
// System.Void NodeCanvas.BehaviourTrees.Interruptor::set_task(NodeCanvas.Framework.Task)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Interruptor_set_task_m49F4EEED4AF2215D079B9D1C51DB20BB13EDA628 (Interruptor_t0DCCA9D2F3F661051E8EDB5685692D3EE8B054A2* __this, Task_tF05C1B448C98EDD5D7E9E23660FCEAC40348A284* ___0_value, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConditionTask_t518F9B03584F4835F78D6DE297CE36AED500BEE8_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// set { condition = (ConditionTask)value; }
Task_tF05C1B448C98EDD5D7E9E23660FCEAC40348A284* L_0 = ___0_value;
Interruptor_set_condition_m845BA6473898D4FEE1E900565F4B11A682826C71_inline(__this, ((ConditionTask_t518F9B03584F4835F78D6DE297CE36AED500BEE8*)CastclassClass((RuntimeObject*)L_0, ConditionTask_t518F9B03584F4835F78D6DE297CE36AED500BEE8_il2cpp_TypeInfo_var)), NULL);
// set { condition = (ConditionTask)value; }
return;
}
}
// NodeCanvas.Framework.Status NodeCanvas.BehaviourTrees.Interruptor::OnExecute(UnityEngine.Component,NodeCanvas.Framework.IBlackboard)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Interruptor_OnExecute_m0CF6771C892577280609D8BCF00CF4A08E82979A (Interruptor_t0DCCA9D2F3F661051E8EDB5685692D3EE8B054A2* __this, Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* ___0_agent, RuntimeObject* ___1_blackboard, const RuntimeMethod* method)
{
{
// 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 ( status == Status.Resting ) {
int32_t L_1;
L_1 = Node_get_status_m2FBF938FF2AA2979E7DC66B8F6AD3AD272FCB04B_inline(__this, NULL);
if ((!(((uint32_t)L_1) == ((uint32_t)3))))
{
goto IL_0020;
}
}
{
// condition.Enable(agent, blackboard);
ConditionTask_t518F9B03584F4835F78D6DE297CE36AED500BEE8* L_2;
L_2 = Interruptor_get_condition_m8DC53649C900DA9BC6677C56ED75B60CA775CCC2_inline(__this, NULL);
Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* L_3 = ___0_agent;
RuntimeObject* L_4 = ___1_blackboard;
NullCheck(L_2);
ConditionTask_Enable_mC5A417808CEE331400524564133FEF114F32EE9E(L_2, L_3, L_4, NULL);
}
IL_0020:
{
// if ( condition == null || condition.Check(agent, blackboard) == false ) {
ConditionTask_t518F9B03584F4835F78D6DE297CE36AED500BEE8* L_5;
L_5 = Interruptor_get_condition_m8DC53649C900DA9BC6677C56ED75B60CA775CCC2_inline(__this, NULL);
if (!L_5)
{
goto IL_0037;
}
}
{
ConditionTask_t518F9B03584F4835F78D6DE297CE36AED500BEE8* L_6;
L_6 = Interruptor_get_condition_m8DC53649C900DA9BC6677C56ED75B60CA775CCC2_inline(__this, NULL);
Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* L_7 = ___0_agent;
RuntimeObject* L_8 = ___1_blackboard;
NullCheck(L_6);
bool L_9;
L_9 = ConditionTask_Check_m8A6E5B0DE6EC53B76A44FAE8041F781D1DBF6C2D(L_6, L_7, L_8, NULL);
if (L_9)
{
goto IL_0045;
}
}
IL_0037:
{
// return decoratedConnection.Execute(agent, blackboard);
Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D* L_10;
L_10 = BTDecorator_get_decoratedConnection_m5FD933752811DFF31A758CA48A4BCB66EDDAAE4D(__this, NULL);
Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* L_11 = ___0_agent;
RuntimeObject* L_12 = ___1_blackboard;
NullCheck(L_10);
int32_t L_13;
L_13 = Connection_Execute_m8B97C4DD032BA1012167BBFA70B685F165D82F58(L_10, L_11, L_12, NULL);
return L_13;
}
IL_0045:
{
// if ( decoratedConnection.status == Status.Running ) {
Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D* L_14;
L_14 = BTDecorator_get_decoratedConnection_m5FD933752811DFF31A758CA48A4BCB66EDDAAE4D(__this, NULL);
NullCheck(L_14);
int32_t L_15;
L_15 = Connection_get_status_m399EC796A0B8161F43CC4FBC11D10D2A5E5B7037_inline(L_14, NULL);
if ((!(((uint32_t)L_15) == ((uint32_t)2))))
{
goto IL_005f;
}
}
{
// decoratedConnection.Reset();
Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D* L_16;
L_16 = BTDecorator_get_decoratedConnection_m5FD933752811DFF31A758CA48A4BCB66EDDAAE4D(__this, NULL);
NullCheck(L_16);
Connection_Reset_m1F1F0FCB268CE47503C3206CC1EAFE9FDD670CA7(L_16, (bool)1, NULL);
}
IL_005f:
{
// return Status.Failure;
return (int32_t)(0);
}
}
// System.Void NodeCanvas.BehaviourTrees.Interruptor::OnReset()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Interruptor_OnReset_mE6742C2BAEF2D64D499C9931B10A3C8D44745127 (Interruptor_t0DCCA9D2F3F661051E8EDB5685692D3EE8B054A2* __this, const RuntimeMethod* method)
{
{
// if ( condition != null ) { condition.Disable(); }
ConditionTask_t518F9B03584F4835F78D6DE297CE36AED500BEE8* L_0;
L_0 = Interruptor_get_condition_m8DC53649C900DA9BC6677C56ED75B60CA775CCC2_inline(__this, NULL);
if (!L_0)
{
goto IL_0013;
}
}
{
// if ( condition != null ) { condition.Disable(); }
ConditionTask_t518F9B03584F4835F78D6DE297CE36AED500BEE8* L_1;
L_1 = Interruptor_get_condition_m8DC53649C900DA9BC6677C56ED75B60CA775CCC2_inline(__this, NULL);
NullCheck(L_1);
ConditionTask_Disable_mAC528DA8075A9F90DE191E5F98720AE8BEB82371(L_1, NULL);
}
IL_0013:
{
// }
return;
}
}
// System.Void NodeCanvas.BehaviourTrees.Interruptor::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Interruptor__ctor_m54005ADFE6A0094445E14C1DABC890814A55B2A2 (Interruptor_t0DCCA9D2F3F661051E8EDB5685692D3EE8B054A2* __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
// NodeCanvas.Framework.Status NodeCanvas.BehaviourTrees.Inverter::OnExecute(UnityEngine.Component,NodeCanvas.Framework.IBlackboard)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Inverter_OnExecute_m595B3F05CC631CED0ADF40BFFE56DC1D38F24394 (Inverter_t00B6D16199CB85706D5AAEF0B2F11F289BF1C192* __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:
{
// status = decoratedConnection.Execute(agent, blackboard);
Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D* L_1;
L_1 = BTDecorator_get_decoratedConnection_m5FD933752811DFF31A758CA48A4BCB66EDDAAE4D(__this, NULL);
Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* L_2 = ___0_agent;
RuntimeObject* L_3 = ___1_blackboard;
NullCheck(L_1);
int32_t L_4;
L_4 = Connection_Execute_m8B97C4DD032BA1012167BBFA70B685F165D82F58(L_1, L_2, L_3, NULL);
Node_set_status_m2CEC604858DFD7F181CCCF75AA3D08A7C677F4D7(__this, L_4, NULL);
// switch ( status ) {
int32_t L_5;
L_5 = Node_get_status_m2FBF938FF2AA2979E7DC66B8F6AD3AD272FCB04B_inline(__this, NULL);
V_0 = L_5;
int32_t L_6 = V_0;
if (!L_6)
{
goto IL_002d;
}
}
{
int32_t L_7 = V_0;
if ((!(((uint32_t)L_7) == ((uint32_t)1))))
{
goto IL_002f;
}
}
{
// return Status.Failure;
return (int32_t)(0);
}
IL_002d:
{
// return Status.Success;
return (int32_t)(1);
}
IL_002f:
{
// return status;
int32_t L_8;
L_8 = Node_get_status_m2FBF938FF2AA2979E7DC66B8F6AD3AD272FCB04B_inline(__this, NULL);
return L_8;
}
}
// System.Void NodeCanvas.BehaviourTrees.Inverter::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Inverter__ctor_mAEA19C8960542A784BC13CDA1214BAA1AA245651 (Inverter_t00B6D16199CB85706D5AAEF0B2F11F289BF1C192* __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.Collections.IList NodeCanvas.BehaviourTrees.Iterator::get_list()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Iterator_get_list_m73610246CE09CE5F3C16F0A1D389E00AD3185FC9 (Iterator_t2C704A1863D6ADB6537610EB6BE9B513BA717E9C* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BBParameter_1_get_value_m3CDDE6A97CDE0AB12534E4F9DCE2BD867331CEE9_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
// private IList list => targetList != null ? targetList.value : null;
BBParameter_1_tD031BD030A44C0FD7F183E7203A4443A98153C09* L_0 = __this->___targetList_17;
if (L_0)
{
goto IL_000a;
}
}
{
return (RuntimeObject*)NULL;
}
IL_000a:
{
BBParameter_1_tD031BD030A44C0FD7F183E7203A4443A98153C09* L_1 = __this->___targetList_17;
NullCheck(L_1);
RuntimeObject* L_2;
L_2 = BBParameter_1_get_value_m3CDDE6A97CDE0AB12534E4F9DCE2BD867331CEE9(L_1, BBParameter_1_get_value_m3CDDE6A97CDE0AB12534E4F9DCE2BD867331CEE9_RuntimeMethod_var);
return L_2;
}
}
// NodeCanvas.Framework.Status NodeCanvas.BehaviourTrees.Iterator::OnExecute(UnityEngine.Component,NodeCanvas.Framework.IBlackboard)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Iterator_OnExecute_m7385319BFB5CFD5F20E8621B716CE7EC74D83A05 (Iterator_t2C704A1863D6ADB6537610EB6BE9B513BA717E9C* __this, Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* ___0_agent, RuntimeObject* ___1_blackboard, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BBParameter_1_get_value_mA77627D8FDE1056733CB2185B27466805C7E9A0B_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BBParameter_1_set_value_mE339B1B867F08868D33B2AC7FD213B4CCAA3E2AA_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BBParameter_1_set_value_mE8D9481A8105944653602C772A2C4AE11EB35250_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICollection_t37E7B9DC5B4EF41D190D607F92835BF1171C0E8E_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IList_t1C522956D79B7DC92B5B01053DF1AC058C8B598D_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
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 ( list == null || list.Count == 0 ) {
RuntimeObject* L_1;
L_1 = Iterator_get_list_m73610246CE09CE5F3C16F0A1D389E00AD3185FC9(__this, NULL);
if (!L_1)
{
goto IL_001f;
}
}
{
RuntimeObject* L_2;
L_2 = Iterator_get_list_m73610246CE09CE5F3C16F0A1D389E00AD3185FC9(__this, NULL);
NullCheck(L_2);
int32_t L_3;
L_3 = InterfaceFuncInvoker0< int32_t >::Invoke(1 /* System.Int32 System.Collections.ICollection::get_Count() */, ICollection_t37E7B9DC5B4EF41D190D607F92835BF1171C0E8E_il2cpp_TypeInfo_var, L_2);
if (L_3)
{
goto IL_0021;
}
}
IL_001f:
{
// return Status.Failure;
return (int32_t)(0);
}
IL_0021:
{
// for ( var i = currentIndex; i < list.Count; i++ ) {
int32_t L_4 = __this->___currentIndex_23;
V_0 = L_4;
goto IL_00fa;
}
IL_002d:
{
// current.value = list[i];
BBObjectParameter_tA102F2723AE6019732064DBB03A3EB936A906795* L_5 = __this->___current_18;
RuntimeObject* L_6;
L_6 = Iterator_get_list_m73610246CE09CE5F3C16F0A1D389E00AD3185FC9(__this, NULL);
int32_t L_7 = V_0;
NullCheck(L_6);
RuntimeObject* L_8;
L_8 = InterfaceFuncInvoker1< RuntimeObject*, int32_t >::Invoke(0 /* System.Object System.Collections.IList::get_Item(System.Int32) */, IList_t1C522956D79B7DC92B5B01053DF1AC058C8B598D_il2cpp_TypeInfo_var, L_6, L_7);
NullCheck(L_5);
BBParameter_1_set_value_mE339B1B867F08868D33B2AC7FD213B4CCAA3E2AA(L_5, L_8, BBParameter_1_set_value_mE339B1B867F08868D33B2AC7FD213B4CCAA3E2AA_RuntimeMethod_var);
// storeIndex.value = i;
BBParameter_1_t0CED53FC373D2A18BE910895E6A74B0C7E89E10E* L_9 = __this->___storeIndex_19;
int32_t L_10 = V_0;
NullCheck(L_9);
BBParameter_1_set_value_mE8D9481A8105944653602C772A2C4AE11EB35250(L_9, L_10, BBParameter_1_set_value_mE8D9481A8105944653602C772A2C4AE11EB35250_RuntimeMethod_var);
// status = decoratedConnection.Execute(agent, blackboard);
Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D* L_11;
L_11 = BTDecorator_get_decoratedConnection_m5FD933752811DFF31A758CA48A4BCB66EDDAAE4D(__this, NULL);
Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* L_12 = ___0_agent;
RuntimeObject* L_13 = ___1_blackboard;
NullCheck(L_11);
int32_t L_14;
L_14 = Connection_Execute_m8B97C4DD032BA1012167BBFA70B685F165D82F58(L_11, L_12, L_13, NULL);
Node_set_status_m2CEC604858DFD7F181CCCF75AA3D08A7C677F4D7(__this, L_14, NULL);
// if ( status == Status.Success && terminationCondition == TerminationConditions.FirstSuccess ) {
int32_t L_15;
L_15 = Node_get_status_m2FBF938FF2AA2979E7DC66B8F6AD3AD272FCB04B_inline(__this, NULL);
if ((!(((uint32_t)L_15) == ((uint32_t)1))))
{
goto IL_0077;
}
}
{
int32_t L_16 = __this->___terminationCondition_20;
if ((!(((uint32_t)L_16) == ((uint32_t)1))))
{
goto IL_0077;
}
}
{
// return Status.Success;
return (int32_t)(1);
}
IL_0077:
{
// if ( status == Status.Failure && terminationCondition == TerminationConditions.FirstFailure ) {
int32_t L_17;
L_17 = Node_get_status_m2FBF938FF2AA2979E7DC66B8F6AD3AD272FCB04B_inline(__this, NULL);
if (L_17)
{
goto IL_008a;
}
}
{
int32_t L_18 = __this->___terminationCondition_20;
if ((!(((uint32_t)L_18) == ((uint32_t)2))))
{
goto IL_008a;
}
}
{
// return Status.Failure;
return (int32_t)(0);
}
IL_008a:
{
// if ( status == Status.Running ) {
int32_t L_19;
L_19 = Node_get_status_m2FBF938FF2AA2979E7DC66B8F6AD3AD272FCB04B_inline(__this, NULL);
if ((!(((uint32_t)L_19) == ((uint32_t)2))))
{
goto IL_009c;
}
}
{
// currentIndex = i;
int32_t L_20 = V_0;
__this->___currentIndex_23 = L_20;
// return Status.Running;
return (int32_t)(2);
}
IL_009c:
{
// if ( currentIndex == list.Count - 1 || currentIndex == maxIteration.value - 1 ) {
int32_t L_21 = __this->___currentIndex_23;
RuntimeObject* L_22;
L_22 = Iterator_get_list_m73610246CE09CE5F3C16F0A1D389E00AD3185FC9(__this, NULL);
NullCheck(L_22);
int32_t L_23;
L_23 = InterfaceFuncInvoker0< int32_t >::Invoke(1 /* System.Int32 System.Collections.ICollection::get_Count() */, ICollection_t37E7B9DC5B4EF41D190D607F92835BF1171C0E8E_il2cpp_TypeInfo_var, L_22);
if ((((int32_t)L_21) == ((int32_t)((int32_t)il2cpp_codegen_subtract(L_23, 1)))))
{
goto IL_00c6;
}
}
{
int32_t L_24 = __this->___currentIndex_23;
BBParameter_1_t0CED53FC373D2A18BE910895E6A74B0C7E89E10E* L_25 = __this->___maxIteration_21;
NullCheck(L_25);
int32_t L_26;
L_26 = BBParameter_1_get_value_mA77627D8FDE1056733CB2185B27466805C7E9A0B(L_25, BBParameter_1_get_value_mA77627D8FDE1056733CB2185B27466805C7E9A0B_RuntimeMethod_var);
if ((!(((uint32_t)L_24) == ((uint32_t)((int32_t)il2cpp_codegen_subtract(L_26, 1))))))
{
goto IL_00dc;
}
}
IL_00c6:
{
// if ( resetIndex ) { currentIndex = 0; }
bool L_27 = __this->___resetIndex_22;
if (!L_27)
{
goto IL_00d5;
}
}
{
// if ( resetIndex ) { currentIndex = 0; }
__this->___currentIndex_23 = 0;
}
IL_00d5:
{
// return status;
int32_t L_28;
L_28 = Node_get_status_m2FBF938FF2AA2979E7DC66B8F6AD3AD272FCB04B_inline(__this, NULL);
return L_28;
}
IL_00dc:
{
// decoratedConnection.Reset();
Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D* L_29;
L_29 = BTDecorator_get_decoratedConnection_m5FD933752811DFF31A758CA48A4BCB66EDDAAE4D(__this, NULL);
NullCheck(L_29);
Connection_Reset_m1F1F0FCB268CE47503C3206CC1EAFE9FDD670CA7(L_29, (bool)1, NULL);
// currentIndex++;
int32_t L_30 = __this->___currentIndex_23;
__this->___currentIndex_23 = ((int32_t)il2cpp_codegen_add(L_30, 1));
// for ( var i = currentIndex; i < list.Count; i++ ) {
int32_t L_31 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add(L_31, 1));
}
IL_00fa:
{
// for ( var i = currentIndex; i < list.Count; i++ ) {
int32_t L_32 = V_0;
RuntimeObject* L_33;
L_33 = Iterator_get_list_m73610246CE09CE5F3C16F0A1D389E00AD3185FC9(__this, NULL);
NullCheck(L_33);
int32_t L_34;
L_34 = InterfaceFuncInvoker0< int32_t >::Invoke(1 /* System.Int32 System.Collections.ICollection::get_Count() */, ICollection_t37E7B9DC5B4EF41D190D607F92835BF1171C0E8E_il2cpp_TypeInfo_var, L_33);
if ((((int32_t)L_32) < ((int32_t)L_34)))
{
goto IL_002d;
}
}
{
// return Status.Running;
return (int32_t)(2);
}
}
// System.Void NodeCanvas.BehaviourTrees.Iterator::OnReset()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Iterator_OnReset_m8EF596D2C859FCD4621EE8321947751EC3736D9D (Iterator_t2C704A1863D6ADB6537610EB6BE9B513BA717E9C* __this, const RuntimeMethod* method)
{
{
// if ( resetIndex ) { currentIndex = 0; }
bool L_0 = __this->___resetIndex_22;
if (!L_0)
{
goto IL_000f;
}
}
{
// if ( resetIndex ) { currentIndex = 0; }
__this->___currentIndex_23 = 0;
}
IL_000f:
{
// }
return;
}
}
// System.Void NodeCanvas.BehaviourTrees.Iterator::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Iterator__ctor_m7A4FC8B7FA0522134C03D99C42298DDFAD550F3D (Iterator_t2C704A1863D6ADB6537610EB6BE9B513BA717E9C* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BBParameter_1_op_Implicit_mA019E63FC4479769666DA0B19C89E5EC1AB8287F_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
// public BBParameter<int> maxIteration = -1;
BBParameter_1_t0CED53FC373D2A18BE910895E6A74B0C7E89E10E* L_0;
L_0 = BBParameter_1_op_Implicit_mA019E63FC4479769666DA0B19C89E5EC1AB8287F((-1), BBParameter_1_op_Implicit_mA019E63FC4479769666DA0B19C89E5EC1AB8287F_RuntimeMethod_var);
__this->___maxIteration_21 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___maxIteration_21), (void*)L_0);
// public bool resetIndex = true;
__this->___resetIndex_22 = (bool)1;
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.Int32 NodeCanvas.BehaviourTrees.Merge::get_maxInConnections()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Merge_get_maxInConnections_mB04F8CAF7355F37EEE4A1261C68B0341430D5E10 (Merge_t92B69A5D57C62F5B461E8FB5196A26EA68F73F6C* __this, const RuntimeMethod* method)
{
{
// public override int maxInConnections => -1;
return (-1);
}
}
// NodeCanvas.Framework.Status NodeCanvas.BehaviourTrees.Merge::OnExecute(UnityEngine.Component,NodeCanvas.Framework.IBlackboard)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Merge_OnExecute_mAEF0EDE037104CAC6A9310386D8E3A500DFCF2FF (Merge_t92B69A5D57C62F5B461E8FB5196A26EA68F73F6C* __this, Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* ___0_agent, RuntimeObject* ___1_blackboard, const RuntimeMethod* method)
{
{
// if ( status != Status.Running ) { decoratedConnection.Reset(); }
int32_t L_0;
L_0 = Node_get_status_m2FBF938FF2AA2979E7DC66B8F6AD3AD272FCB04B_inline(__this, NULL);
if ((((int32_t)L_0) == ((int32_t)2)))
{
goto IL_0015;
}
}
{
// if ( status != Status.Running ) { decoratedConnection.Reset(); }
Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D* L_1;
L_1 = BTDecorator_get_decoratedConnection_m5FD933752811DFF31A758CA48A4BCB66EDDAAE4D(__this, NULL);
NullCheck(L_1);
Connection_Reset_m1F1F0FCB268CE47503C3206CC1EAFE9FDD670CA7(L_1, (bool)1, NULL);
}
IL_0015:
{
// 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;
}
}
// System.Void NodeCanvas.BehaviourTrees.Merge::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Merge__ctor_m1154645AA1A9D4557C8FB1095867649C800E1459 (Merge_t92B69A5D57C62F5B461E8FB5196A26EA68F73F6C* __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
// NodeCanvas.Framework.ActionTask NodeCanvas.BehaviourTrees.Monitor::get_action()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ActionTask_t6B5C6B67D00E7AF678FAEDC91859B778C24A8E1E* Monitor_get_action_m6D082B0CF37C9C4CB9914D98D4B510A517C910C2 (Monitor_t11D558C46EF48E9603E28C23284C9CE255D80D14* __this, const RuntimeMethod* method)
{
{
// get { return _action; }
ActionTask_t6B5C6B67D00E7AF678FAEDC91859B778C24A8E1E* L_0 = __this->____action_20;
return L_0;
}
}
// System.Void NodeCanvas.BehaviourTrees.Monitor::set_action(NodeCanvas.Framework.ActionTask)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Monitor_set_action_mD2040998A6FB55FD657814E03AD075A1E669CD9F (Monitor_t11D558C46EF48E9603E28C23284C9CE255D80D14* __this, ActionTask_t6B5C6B67D00E7AF678FAEDC91859B778C24A8E1E* ___0_value, const RuntimeMethod* method)
{
{
// set { _action = value; }
ActionTask_t6B5C6B67D00E7AF678FAEDC91859B778C24A8E1E* L_0 = ___0_value;
__this->____action_20 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->____action_20), (void*)L_0);
// set { _action = value; }
return;
}
}
// NodeCanvas.Framework.Task NodeCanvas.BehaviourTrees.Monitor::get_task()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_tF05C1B448C98EDD5D7E9E23660FCEAC40348A284* Monitor_get_task_mEFF9CF7223DA907934DDCACB64B86101559C4306 (Monitor_t11D558C46EF48E9603E28C23284C9CE255D80D14* __this, const RuntimeMethod* method)
{
{
// get { return action; }
ActionTask_t6B5C6B67D00E7AF678FAEDC91859B778C24A8E1E* L_0;
L_0 = Monitor_get_action_m6D082B0CF37C9C4CB9914D98D4B510A517C910C2_inline(__this, NULL);
return L_0;
}
}
// System.Void NodeCanvas.BehaviourTrees.Monitor::set_task(NodeCanvas.Framework.Task)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Monitor_set_task_m06BE999B2BDB8E858035094C119FAD6A2ABCA53C (Monitor_t11D558C46EF48E9603E28C23284C9CE255D80D14* __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 { action = (ActionTask)value; }
Task_tF05C1B448C98EDD5D7E9E23660FCEAC40348A284* L_0 = ___0_value;
Monitor_set_action_mD2040998A6FB55FD657814E03AD075A1E669CD9F_inline(__this, ((ActionTask_t6B5C6B67D00E7AF678FAEDC91859B778C24A8E1E*)CastclassClass((RuntimeObject*)L_0, ActionTask_t6B5C6B67D00E7AF678FAEDC91859B778C24A8E1E_il2cpp_TypeInfo_var)), NULL);
// set { action = (ActionTask)value; }
return;
}
}
// NodeCanvas.Framework.Status NodeCanvas.BehaviourTrees.Monitor::OnExecute(UnityEngine.Component,NodeCanvas.Framework.IBlackboard)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Monitor_OnExecute_mC3F9B692228AB7B64850B31D8D48ABD21AEE7278 (Monitor_t11D558C46EF48E9603E28C23284C9CE255D80D14* __this, Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* ___0_agent, RuntimeObject* ___1_blackboard, const RuntimeMethod* method)
{
int32_t V_0 = 0;
int32_t G_B7_0 = 0;
int32_t G_B6_0 = 0;
int32_t G_B8_0 = 0;
int32_t G_B8_1 = 0;
int32_t G_B10_0 = 0;
int32_t G_B9_0 = 0;
int32_t G_B11_0 = 0;
int32_t G_B11_1 = 0;
int32_t G_B13_0 = 0;
int32_t G_B12_0 = 0;
int32_t G_B14_0 = 0;
int32_t G_B14_1 = 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:
{
// var newChildStatus = decoratedConnection.Execute(agent, blackboard);
Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D* L_1;
L_1 = BTDecorator_get_decoratedConnection_m5FD933752811DFF31A758CA48A4BCB66EDDAAE4D(__this, NULL);
Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* L_2 = ___0_agent;
RuntimeObject* L_3 = ___1_blackboard;
NullCheck(L_1);
int32_t L_4;
L_4 = Connection_Execute_m8B97C4DD032BA1012167BBFA70B685F165D82F58(L_1, L_2, L_3, NULL);
V_0 = L_4;
// if ( action == null ) {
ActionTask_t6B5C6B67D00E7AF678FAEDC91859B778C24A8E1E* L_5;
L_5 = Monitor_get_action_m6D082B0CF37C9C4CB9914D98D4B510A517C910C2_inline(__this, NULL);
if (L_5)
{
goto IL_0022;
}
}
{
// return newChildStatus;
int32_t L_6 = V_0;
return L_6;
}
IL_0022:
{
// if ( status != newChildStatus ) {
int32_t L_7;
L_7 = Node_get_status_m2FBF938FF2AA2979E7DC66B8F6AD3AD272FCB04B_inline(__this, NULL);
int32_t L_8 = V_0;
if ((((int32_t)L_7) == ((int32_t)L_8)))
{
goto IL_0082;
}
}
{
// var execute = false;
// execute |= newChildStatus == Status.Success && monitorMode == MonitorMode.Success;
int32_t L_9 = V_0;
G_B6_0 = 0;
if ((!(((uint32_t)L_9) == ((uint32_t)1))))
{
G_B7_0 = 0;
goto IL_003b;
}
}
{
int32_t L_10 = __this->___monitorMode_17;
G_B8_0 = ((((int32_t)L_10) == ((int32_t)1))? 1 : 0);
G_B8_1 = G_B6_0;
goto IL_003c;
}
IL_003b:
{
G_B8_0 = 0;
G_B8_1 = G_B7_0;
}
IL_003c:
{
// execute |= newChildStatus == Status.Failure && monitorMode == MonitorMode.Failure;
int32_t L_11 = V_0;
G_B9_0 = ((int32_t)(G_B8_1|G_B8_0));
if (L_11)
{
G_B10_0 = ((int32_t)(G_B8_1|G_B8_0));
goto IL_004b;
}
}
{
int32_t L_12 = __this->___monitorMode_17;
G_B11_0 = ((((int32_t)L_12) == ((int32_t)0))? 1 : 0);
G_B11_1 = G_B9_0;
goto IL_004c;
}
IL_004b:
{
G_B11_0 = 0;
G_B11_1 = G_B10_0;
}
IL_004c:
{
// execute |= monitorMode == MonitorMode.AnyStatus && newChildStatus != Status.Running;
int32_t L_13 = __this->___monitorMode_17;
G_B12_0 = ((int32_t)(G_B11_1|G_B11_0));
if ((!(((uint32_t)L_13) == ((uint32_t)((int32_t)10)))))
{
G_B13_0 = ((int32_t)(G_B11_1|G_B11_0));
goto IL_0060;
}
}
{
int32_t L_14 = V_0;
G_B14_0 = ((((int32_t)((((int32_t)L_14) == ((int32_t)2))? 1 : 0)) == ((int32_t)0))? 1 : 0);
G_B14_1 = G_B12_0;
goto IL_0061;
}
IL_0060:
{
G_B14_0 = 0;
G_B14_1 = G_B13_0;
}
IL_0061:
{
// if ( execute ) {
if (!((int32_t)(G_B14_1|G_B14_0)))
{
goto IL_0082;
}
}
{
// decoratorActionStatus = action.Execute(agent, blackboard);
ActionTask_t6B5C6B67D00E7AF678FAEDC91859B778C24A8E1E* L_15;
L_15 = Monitor_get_action_m6D082B0CF37C9C4CB9914D98D4B510A517C910C2_inline(__this, NULL);
Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* L_16 = ___0_agent;
RuntimeObject* L_17 = ___1_blackboard;
NullCheck(L_15);
int32_t L_18;
L_18 = ActionTask_Execute_m3087BFB267F448E9EF28E055EBEBA1E1AFE11CFB(L_15, L_16, L_17, NULL);
__this->___decoratorActionStatus_19 = L_18;
// if ( decoratorActionStatus == Status.Running ) {
int32_t L_19 = __this->___decoratorActionStatus_19;
if ((!(((uint32_t)L_19) == ((uint32_t)2))))
{
goto IL_0082;
}
}
{
// return Status.Running;
return (int32_t)(2);
}
IL_0082:
{
// return returnMode == ReturnStatusMode.NewDecoratorActionStatus && decoratorActionStatus != Status.Resting ? decoratorActionStatus : newChildStatus;
int32_t L_20 = __this->___returnMode_18;
if ((!(((uint32_t)L_20) == ((uint32_t)1))))
{
goto IL_0094;
}
}
{
int32_t L_21 = __this->___decoratorActionStatus_19;
if ((!(((uint32_t)L_21) == ((uint32_t)3))))
{
goto IL_0096;
}
}
IL_0094:
{
int32_t L_22 = V_0;
return L_22;
}
IL_0096:
{
int32_t L_23 = __this->___decoratorActionStatus_19;
return L_23;
}
}
// System.Void NodeCanvas.BehaviourTrees.Monitor::OnReset()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Monitor_OnReset_m1FDB1FDD2B59936D4A1ADA3DAB837587B6D3C238 (Monitor_t11D558C46EF48E9603E28C23284C9CE255D80D14* __this, const RuntimeMethod* method)
{
Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// if ( action != null ) {
ActionTask_t6B5C6B67D00E7AF678FAEDC91859B778C24A8E1E* L_0;
L_0 = Monitor_get_action_m6D082B0CF37C9C4CB9914D98D4B510A517C910C2_inline(__this, NULL);
if (!L_0)
{
goto IL_0023;
}
}
{
// action.EndAction(null);
ActionTask_t6B5C6B67D00E7AF678FAEDC91859B778C24A8E1E* L_1;
L_1 = Monitor_get_action_m6D082B0CF37C9C4CB9914D98D4B510A517C910C2_inline(__this, NULL);
il2cpp_codegen_initobj((&V_0), sizeof(Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01));
Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 L_2 = V_0;
NullCheck(L_1);
ActionTask_EndAction_mA86DE666D3E48201F4B22E1DA9E6E29B2831519F(L_1, L_2, NULL);
// decoratorActionStatus = Status.Resting;
__this->___decoratorActionStatus_19 = 3;
}
IL_0023:
{
// }
return;
}
}
// System.Void NodeCanvas.BehaviourTrees.Monitor::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Monitor__ctor_mE90A9D143F2A2ECABFE937308A589E65E18F61D6 (Monitor_t11D558C46EF48E9603E28C23284C9CE255D80D14* __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
// NodeCanvas.Framework.Status NodeCanvas.BehaviourTrees.Optional::OnExecute(UnityEngine.Component,NodeCanvas.Framework.IBlackboard)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Optional_OnExecute_m78E81A36FBE4DE34077FD195A8EB68E978306339 (Optional_tD40BFBA9D5181A4DF6C8DF9CE0F9D762C866749E* __this, Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* ___0_agent, RuntimeObject* ___1_blackboard, const RuntimeMethod* method)
{
{
// 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 ( status == Status.Resting ) {
int32_t L_1;
L_1 = Node_get_status_m2FBF938FF2AA2979E7DC66B8F6AD3AD272FCB04B_inline(__this, NULL);
if ((!(((uint32_t)L_1) == ((uint32_t)3))))
{
goto IL_001f;
}
}
{
// decoratedConnection.Reset();
Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D* L_2;
L_2 = BTDecorator_get_decoratedConnection_m5FD933752811DFF31A758CA48A4BCB66EDDAAE4D(__this, NULL);
NullCheck(L_2);
Connection_Reset_m1F1F0FCB268CE47503C3206CC1EAFE9FDD670CA7(L_2, (bool)1, NULL);
}
IL_001f:
{
// status = decoratedConnection.Execute(agent, blackboard);
Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D* L_3;
L_3 = BTDecorator_get_decoratedConnection_m5FD933752811DFF31A758CA48A4BCB66EDDAAE4D(__this, NULL);
Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* L_4 = ___0_agent;
RuntimeObject* L_5 = ___1_blackboard;
NullCheck(L_3);
int32_t L_6;
L_6 = Connection_Execute_m8B97C4DD032BA1012167BBFA70B685F165D82F58(L_3, L_4, L_5, NULL);
Node_set_status_m2CEC604858DFD7F181CCCF75AA3D08A7C677F4D7(__this, L_6, NULL);
// return status == Status.Running ? Status.Running : Status.Optional;
int32_t L_7;
L_7 = Node_get_status_m2FBF938FF2AA2979E7DC66B8F6AD3AD272FCB04B_inline(__this, NULL);
if ((((int32_t)L_7) == ((int32_t)2)))
{
goto IL_003d;
}
}
{
return (int32_t)(5);
}
IL_003d:
{
return (int32_t)(2);
}
}
// System.Void NodeCanvas.BehaviourTrees.Optional::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Optional__ctor_m1BF2FB2B044E2FBF463945E1709A5793CEB3BC91 (Optional_tD40BFBA9D5181A4DF6C8DF9CE0F9D762C866749E* __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
// NodeCanvas.Framework.Status NodeCanvas.BehaviourTrees.Remapper::OnExecute(UnityEngine.Component,NodeCanvas.Framework.IBlackboard)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Remapper_OnExecute_m8902439E7AA997D0D3895E4E2453C26F74D84CB7 (Remapper_t1028A2AAA5DDE1437E6E351516B148741A206C1A* __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:
{
// status = decoratedConnection.Execute(agent, blackboard);
Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D* L_1;
L_1 = BTDecorator_get_decoratedConnection_m5FD933752811DFF31A758CA48A4BCB66EDDAAE4D(__this, NULL);
Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* L_2 = ___0_agent;
RuntimeObject* L_3 = ___1_blackboard;
NullCheck(L_1);
int32_t L_4;
L_4 = Connection_Execute_m8B97C4DD032BA1012167BBFA70B685F165D82F58(L_1, L_2, L_3, NULL);
Node_set_status_m2CEC604858DFD7F181CCCF75AA3D08A7C677F4D7(__this, L_4, NULL);
// switch ( status ) {
int32_t L_5;
L_5 = Node_get_status_m2FBF938FF2AA2979E7DC66B8F6AD3AD272FCB04B_inline(__this, NULL);
V_0 = L_5;
int32_t L_6 = V_0;
if (!L_6)
{
goto IL_0032;
}
}
{
int32_t L_7 = V_0;
if ((!(((uint32_t)L_7) == ((uint32_t)1))))
{
goto IL_0039;
}
}
{
// return (Status)successRemap;
int32_t L_8 = __this->___successRemap_17;
return (int32_t)(L_8);
}
IL_0032:
{
// return (Status)failureRemap;
int32_t L_9 = __this->___failureRemap_18;
return (int32_t)(L_9);
}
IL_0039:
{
// return status;
int32_t L_10;
L_10 = Node_get_status_m2FBF938FF2AA2979E7DC66B8F6AD3AD272FCB04B_inline(__this, NULL);
return L_10;
}
}
// System.Void NodeCanvas.BehaviourTrees.Remapper::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Remapper__ctor_m4668A693E573E23D30B206DA1F02F38AF47ADBCB (Remapper_t1028A2AAA5DDE1437E6E351516B148741A206C1A* __this, const RuntimeMethod* method)
{
{
// public RemapStatus successRemap = RemapStatus.Success;
__this->___successRemap_17 = 1;
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
// NodeCanvas.Framework.Status NodeCanvas.BehaviourTrees.Repeater::OnExecute(UnityEngine.Component,NodeCanvas.Framework.IBlackboard)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Repeater_OnExecute_m737D9E65DB29A61C61269DD62860092F575A9CC6 (Repeater_t4D6E907FBE9A4624D4AB3FF0DC54D63724A2620E* __this, Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* ___0_agent, RuntimeObject* ___1_blackboard, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BBParameter_1_get_value_mA77627D8FDE1056733CB2185B27466805C7E9A0B_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 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 ( decoratedConnection.status != Status.Running ) {
Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D* L_1;
L_1 = BTDecorator_get_decoratedConnection_m5FD933752811DFF31A758CA48A4BCB66EDDAAE4D(__this, NULL);
NullCheck(L_1);
int32_t L_2;
L_2 = Connection_get_status_m399EC796A0B8161F43CC4FBC11D10D2A5E5B7037_inline(L_1, NULL);
if ((((int32_t)L_2) == ((int32_t)2)))
{
goto IL_0024;
}
}
{
// decoratedConnection.Reset();
Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D* L_3;
L_3 = BTDecorator_get_decoratedConnection_m5FD933752811DFF31A758CA48A4BCB66EDDAAE4D(__this, NULL);
NullCheck(L_3);
Connection_Reset_m1F1F0FCB268CE47503C3206CC1EAFE9FDD670CA7(L_3, (bool)1, NULL);
}
IL_0024:
{
// status = decoratedConnection.Execute(agent, blackboard);
Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D* L_4;
L_4 = BTDecorator_get_decoratedConnection_m5FD933752811DFF31A758CA48A4BCB66EDDAAE4D(__this, NULL);
Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* L_5 = ___0_agent;
RuntimeObject* L_6 = ___1_blackboard;
NullCheck(L_4);
int32_t L_7;
L_7 = Connection_Execute_m8B97C4DD032BA1012167BBFA70B685F165D82F58(L_4, L_5, L_6, NULL);
Node_set_status_m2CEC604858DFD7F181CCCF75AA3D08A7C677F4D7(__this, L_7, NULL);
// switch ( status ) {
int32_t L_8;
L_8 = Node_get_status_m2FBF938FF2AA2979E7DC66B8F6AD3AD272FCB04B_inline(__this, NULL);
V_0 = L_8;
int32_t L_9 = V_0;
if ((((int32_t)L_9) == ((int32_t)2)))
{
goto IL_0048;
}
}
{
int32_t L_10 = V_0;
if ((!(((uint32_t)L_10) == ((uint32_t)3))))
{
goto IL_004a;
}
}
{
// return Status.Running;
return (int32_t)(2);
}
IL_0048:
{
// return Status.Running;
return (int32_t)(2);
}
IL_004a:
{
// switch ( repeaterMode ) {
int32_t L_11 = __this->___repeaterMode_17;
V_1 = L_11;
int32_t L_12 = V_1;
if (!L_12)
{
goto IL_005a;
}
}
{
int32_t L_13 = V_1;
if ((((int32_t)L_13) == ((int32_t)1)))
{
goto IL_0084;
}
}
{
goto IL_0099;
}
IL_005a:
{
// if ( currentIteration >= repeatTimes.value ) {
int32_t L_14 = __this->___currentIteration_20;
BBParameter_1_t0CED53FC373D2A18BE910895E6A74B0C7E89E10E* L_15 = __this->___repeatTimes_18;
NullCheck(L_15);
int32_t L_16;
L_16 = BBParameter_1_get_value_mA77627D8FDE1056733CB2185B27466805C7E9A0B(L_15, BBParameter_1_get_value_mA77627D8FDE1056733CB2185B27466805C7E9A0B_RuntimeMethod_var);
if ((((int32_t)L_14) < ((int32_t)L_16)))
{
goto IL_0074;
}
}
{
// return status;
int32_t L_17;
L_17 = Node_get_status_m2FBF938FF2AA2979E7DC66B8F6AD3AD272FCB04B_inline(__this, NULL);
return L_17;
}
IL_0074:
{
// currentIteration++;
int32_t L_18 = __this->___currentIteration_20;
__this->___currentIteration_20 = ((int32_t)il2cpp_codegen_add(L_18, 1));
// break;
goto IL_0099;
}
IL_0084:
{
// if ( (int)status == (int)repeatUntilStatus ) {
int32_t L_19;
L_19 = Node_get_status_m2FBF938FF2AA2979E7DC66B8F6AD3AD272FCB04B_inline(__this, NULL);
int32_t L_20 = __this->___repeatUntilStatus_19;
if ((!(((uint32_t)L_19) == ((uint32_t)L_20))))
{
goto IL_0099;
}
}
{
// return status;
int32_t L_21;
L_21 = Node_get_status_m2FBF938FF2AA2979E7DC66B8F6AD3AD272FCB04B_inline(__this, NULL);
return L_21;
}
IL_0099:
{
// return Status.Running;
return (int32_t)(2);
}
}
// System.Void NodeCanvas.BehaviourTrees.Repeater::OnReset()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Repeater_OnReset_m57B92BEC0A8C6BFC1F3F51FF56F60C5AADEE65E0 (Repeater_t4D6E907FBE9A4624D4AB3FF0DC54D63724A2620E* __this, const RuntimeMethod* method)
{
{
// currentIteration = 1;
__this->___currentIteration_20 = 1;
// }
return;
}
}
// System.Void NodeCanvas.BehaviourTrees.Repeater::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Repeater__ctor_m3F39AE4EAB6B47B336A443D5A71F6BE74676CB78 (Repeater_t4D6E907FBE9A4624D4AB3FF0DC54D63724A2620E* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BBParameter_1_op_Implicit_mA019E63FC4479769666DA0B19C89E5EC1AB8287F_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
// public BBParameter<int> repeatTimes = 1;
BBParameter_1_t0CED53FC373D2A18BE910895E6A74B0C7E89E10E* L_0;
L_0 = BBParameter_1_op_Implicit_mA019E63FC4479769666DA0B19C89E5EC1AB8287F(1, BBParameter_1_op_Implicit_mA019E63FC4479769666DA0B19C89E5EC1AB8287F_RuntimeMethod_var);
__this->___repeatTimes_18 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___repeatTimes_18), (void*)L_0);
// public RepeatUntilStatus repeatUntilStatus = RepeatUntilStatus.Success;
__this->___repeatUntilStatus_19 = 1;
// private int currentIteration = 1;
__this->___currentIteration_20 = 1;
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
// NodeCanvas.Framework.Status NodeCanvas.BehaviourTrees.Setter::OnExecute(UnityEngine.Component,NodeCanvas.Framework.IBlackboard)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Setter_OnExecute_m754D24B391982230A4D57DA412AF8A58A80F8847 (Setter_tB136FB8BABECB086CB46B5C21EEF6C89C9C3B61D* __this, Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* ___0_agent, RuntimeObject* ___1_blackboard, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BBParameter_1_get_value_m2C3E4F1A2812398E2C13BE7AAC45DFF1484ED8A2_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* G_B5_0 = NULL;
{
// 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:
{
// agent = revertToOriginal ? graphAgent : newAgent.value.transform;
bool L_1 = __this->___revertToOriginal_17;
if (L_1)
{
goto IL_0024;
}
}
{
BBParameter_1_t141FA8C6FBB05E814752BC9DCE9753E930DBDA6F* L_2 = __this->___newAgent_18;
NullCheck(L_2);
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_3;
L_3 = BBParameter_1_get_value_m2C3E4F1A2812398E2C13BE7AAC45DFF1484ED8A2(L_2, BBParameter_1_get_value_m2C3E4F1A2812398E2C13BE7AAC45DFF1484ED8A2_RuntimeMethod_var);
NullCheck(L_3);
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_4;
L_4 = GameObject_get_transform_m0BC10ADFA1632166AE5544BDF9038A2650C2AE56(L_3, NULL);
G_B5_0 = L_4;
goto IL_002a;
}
IL_0024:
{
Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* L_5;
L_5 = Node_get_graphAgent_m1D13BBF1FBF26F5DC1C2B0B4D4C99815A7AEE929(__this, NULL);
G_B5_0 = ((Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1*)(L_5));
}
IL_002a:
{
___0_agent = G_B5_0;
// return decoratedConnection.Execute(agent, blackboard);
Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D* L_6;
L_6 = BTDecorator_get_decoratedConnection_m5FD933752811DFF31A758CA48A4BCB66EDDAAE4D(__this, NULL);
Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* L_7 = ___0_agent;
RuntimeObject* L_8 = ___1_blackboard;
NullCheck(L_6);
int32_t L_9;
L_9 = Connection_Execute_m8B97C4DD032BA1012167BBFA70B685F165D82F58(L_6, L_7, L_8, NULL);
return L_9;
}
}
// System.Void NodeCanvas.BehaviourTrees.Setter::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Setter__ctor_m4A7DD23D4544E312B5589D8B3C9B1EC6A382F971 (Setter_tB136FB8BABECB086CB46B5C21EEF6C89C9C3B61D* __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
// NodeCanvas.Framework.Status NodeCanvas.BehaviourTrees.Timeout::OnExecute(UnityEngine.Component,NodeCanvas.Framework.IBlackboard)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Timeout_OnExecute_mD4555A71983B3B43BA5ECDD0CD682212E6352C84 (Timeout_tDFE6D9EB4E5E2E2906E1E1BEA07259C2D8428C7A* __this, Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* ___0_agent, RuntimeObject* ___1_blackboard, 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 ( 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:
{
// status = decoratedConnection.Execute(agent, blackboard);
Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D* L_1;
L_1 = BTDecorator_get_decoratedConnection_m5FD933752811DFF31A758CA48A4BCB66EDDAAE4D(__this, NULL);
Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* L_2 = ___0_agent;
RuntimeObject* L_3 = ___1_blackboard;
NullCheck(L_1);
int32_t L_4;
L_4 = Connection_Execute_m8B97C4DD032BA1012167BBFA70B685F165D82F58(L_1, L_2, L_3, NULL);
Node_set_status_m2CEC604858DFD7F181CCCF75AA3D08A7C677F4D7(__this, L_4, NULL);
// if ( status == Status.Running ) {
int32_t L_5;
L_5 = Node_get_status_m2FBF938FF2AA2979E7DC66B8F6AD3AD272FCB04B_inline(__this, NULL);
if ((!(((uint32_t)L_5) == ((uint32_t)2))))
{
goto IL_0047;
}
}
{
// if ( elapsedTime >= timeout.value ) {
float L_6;
L_6 = Node_get_elapsedTime_m67AB02C31A465743D9D548D294CF6459C01846A4(__this, NULL);
BBParameter_1_tBF43B031C046DDE9CC5360F10411F13194CA4A9F* L_7 = __this->___timeout_17;
NullCheck(L_7);
float L_8;
L_8 = BBParameter_1_get_value_m46BCD0CE6DCB23D77AB3268C4D12A143C9F5C532(L_7, BBParameter_1_get_value_m46BCD0CE6DCB23D77AB3268C4D12A143C9F5C532_RuntimeMethod_var);
if ((!(((float)L_6) >= ((float)L_8))))
{
goto IL_0047;
}
}
{
// decoratedConnection.Reset();
Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D* L_9;
L_9 = BTDecorator_get_decoratedConnection_m5FD933752811DFF31A758CA48A4BCB66EDDAAE4D(__this, NULL);
NullCheck(L_9);
Connection_Reset_m1F1F0FCB268CE47503C3206CC1EAFE9FDD670CA7(L_9, (bool)1, NULL);
// return Status.Failure;
return (int32_t)(0);
}
IL_0047:
{
// return status;
int32_t L_10;
L_10 = Node_get_status_m2FBF938FF2AA2979E7DC66B8F6AD3AD272FCB04B_inline(__this, NULL);
return L_10;
}
}
// System.Void NodeCanvas.BehaviourTrees.Timeout::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Timeout__ctor_m274E64C6BFD2505EC911EAE24A92CE9F74189C26 (Timeout_tDFE6D9EB4E5E2E2906E1E1BEA07259C2D8428C7A* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BBParameter_1_op_Implicit_mB68539EA9B330F602E448A3FDC59D4F81D694531_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
// public BBParameter<float> timeout = 1;
BBParameter_1_tBF43B031C046DDE9CC5360F10411F13194CA4A9F* L_0;
L_0 = BBParameter_1_op_Implicit_mB68539EA9B330F602E448A3FDC59D4F81D694531((1.0f), BBParameter_1_op_Implicit_mB68539EA9B330F602E448A3FDC59D4F81D694531_RuntimeMethod_var);
__this->___timeout_17 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___timeout_17), (void*)L_0);
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
// NodeCanvas.Framework.Task NodeCanvas.BehaviourTrees.WaitUntil::get_task()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_tF05C1B448C98EDD5D7E9E23660FCEAC40348A284* WaitUntil_get_task_mF3B2B8724FC94B369F54079E8402C8234E578E37 (WaitUntil_tDF1DC02E80CC2ED3D624714BD1E13AD3EFC1F6C6* __this, const RuntimeMethod* method)
{
{
// get { return condition; }
ConditionTask_t518F9B03584F4835F78D6DE297CE36AED500BEE8* L_0;
L_0 = WaitUntil_get_condition_m34EA6A91014BA125374B10E203E725AD9680A244_inline(__this, NULL);
return L_0;
}
}
// System.Void NodeCanvas.BehaviourTrees.WaitUntil::set_task(NodeCanvas.Framework.Task)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WaitUntil_set_task_m8895458D758B948DABA6252DA7ABD384D96F78F8 (WaitUntil_tDF1DC02E80CC2ED3D624714BD1E13AD3EFC1F6C6* __this, Task_tF05C1B448C98EDD5D7E9E23660FCEAC40348A284* ___0_value, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConditionTask_t518F9B03584F4835F78D6DE297CE36AED500BEE8_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// set { condition = (ConditionTask)value; }
Task_tF05C1B448C98EDD5D7E9E23660FCEAC40348A284* L_0 = ___0_value;
WaitUntil_set_condition_mBBAF5D0336BE5DD3AE3DFB6821F29DA0292FF967_inline(__this, ((ConditionTask_t518F9B03584F4835F78D6DE297CE36AED500BEE8*)CastclassClass((RuntimeObject*)L_0, ConditionTask_t518F9B03584F4835F78D6DE297CE36AED500BEE8_il2cpp_TypeInfo_var)), NULL);
// set { condition = (ConditionTask)value; }
return;
}
}
// NodeCanvas.Framework.ConditionTask NodeCanvas.BehaviourTrees.WaitUntil::get_condition()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConditionTask_t518F9B03584F4835F78D6DE297CE36AED500BEE8* WaitUntil_get_condition_m34EA6A91014BA125374B10E203E725AD9680A244 (WaitUntil_tDF1DC02E80CC2ED3D624714BD1E13AD3EFC1F6C6* __this, const RuntimeMethod* method)
{
{
// get { return _condition; }
ConditionTask_t518F9B03584F4835F78D6DE297CE36AED500BEE8* L_0 = __this->____condition_17;
return L_0;
}
}
// System.Void NodeCanvas.BehaviourTrees.WaitUntil::set_condition(NodeCanvas.Framework.ConditionTask)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WaitUntil_set_condition_mBBAF5D0336BE5DD3AE3DFB6821F29DA0292FF967 (WaitUntil_tDF1DC02E80CC2ED3D624714BD1E13AD3EFC1F6C6* __this, ConditionTask_t518F9B03584F4835F78D6DE297CE36AED500BEE8* ___0_value, const RuntimeMethod* method)
{
{
// set { _condition = value; }
ConditionTask_t518F9B03584F4835F78D6DE297CE36AED500BEE8* L_0 = ___0_value;
__this->____condition_17 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->____condition_17), (void*)L_0);
// set { _condition = value; }
return;
}
}
// NodeCanvas.Framework.Status NodeCanvas.BehaviourTrees.WaitUntil::OnExecute(UnityEngine.Component,NodeCanvas.Framework.IBlackboard)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t WaitUntil_OnExecute_mFBA104204928C3315AB911A0A7261E1B11121748 (WaitUntil_tDF1DC02E80CC2ED3D624714BD1E13AD3EFC1F6C6* __this, Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* ___0_agent, RuntimeObject* ___1_blackboard, const RuntimeMethod* method)
{
{
// if ( decoratedConnection == null ) {
Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D* L_0;
L_0 = BTDecorator_get_decoratedConnection_m5FD933752811DFF31A758CA48A4BCB66EDDAAE4D(__this, NULL);
if (L_0)
{
goto IL_003b;
}
}
{
// if ( condition != null ) {
ConditionTask_t518F9B03584F4835F78D6DE297CE36AED500BEE8* L_1;
L_1 = WaitUntil_get_condition_m34EA6A91014BA125374B10E203E725AD9680A244_inline(__this, NULL);
if (!L_1)
{
goto IL_0039;
}
}
{
// if ( status == Status.Resting ) {
int32_t L_2;
L_2 = Node_get_status_m2FBF938FF2AA2979E7DC66B8F6AD3AD272FCB04B_inline(__this, NULL);
if ((!(((uint32_t)L_2) == ((uint32_t)3))))
{
goto IL_0026;
}
}
{
// condition.Enable(agent, blackboard);
ConditionTask_t518F9B03584F4835F78D6DE297CE36AED500BEE8* L_3;
L_3 = WaitUntil_get_condition_m34EA6A91014BA125374B10E203E725AD9680A244_inline(__this, NULL);
Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* L_4 = ___0_agent;
RuntimeObject* L_5 = ___1_blackboard;
NullCheck(L_3);
ConditionTask_Enable_mC5A417808CEE331400524564133FEF114F32EE9E(L_3, L_4, L_5, NULL);
}
IL_0026:
{
// return condition.Check(agent, blackboard) ? Status.Success : Status.Running;
ConditionTask_t518F9B03584F4835F78D6DE297CE36AED500BEE8* L_6;
L_6 = WaitUntil_get_condition_m34EA6A91014BA125374B10E203E725AD9680A244_inline(__this, NULL);
Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* L_7 = ___0_agent;
RuntimeObject* L_8 = ___1_blackboard;
NullCheck(L_6);
bool L_9;
L_9 = ConditionTask_Check_m8A6E5B0DE6EC53B76A44FAE8041F781D1DBF6C2D(L_6, L_7, L_8, NULL);
if (L_9)
{
goto IL_0037;
}
}
{
return (int32_t)(2);
}
IL_0037:
{
return (int32_t)(1);
}
IL_0039:
{
// return Status.Optional;
return (int32_t)(5);
}
IL_003b:
{
// if ( condition == null ) {
ConditionTask_t518F9B03584F4835F78D6DE297CE36AED500BEE8* L_10;
L_10 = WaitUntil_get_condition_m34EA6A91014BA125374B10E203E725AD9680A244_inline(__this, NULL);
if (L_10)
{
goto IL_0051;
}
}
{
// return decoratedConnection.Execute(agent, blackboard);
Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D* L_11;
L_11 = BTDecorator_get_decoratedConnection_m5FD933752811DFF31A758CA48A4BCB66EDDAAE4D(__this, NULL);
Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* L_12 = ___0_agent;
RuntimeObject* L_13 = ___1_blackboard;
NullCheck(L_11);
int32_t L_14;
L_14 = Connection_Execute_m8B97C4DD032BA1012167BBFA70B685F165D82F58(L_11, L_12, L_13, NULL);
return L_14;
}
IL_0051:
{
// if ( status == Status.Resting ) {
int32_t L_15;
L_15 = Node_get_status_m2FBF938FF2AA2979E7DC66B8F6AD3AD272FCB04B_inline(__this, NULL);
if ((!(((uint32_t)L_15) == ((uint32_t)3))))
{
goto IL_0067;
}
}
{
// condition.Enable(agent, blackboard);
ConditionTask_t518F9B03584F4835F78D6DE297CE36AED500BEE8* L_16;
L_16 = WaitUntil_get_condition_m34EA6A91014BA125374B10E203E725AD9680A244_inline(__this, NULL);
Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* L_17 = ___0_agent;
RuntimeObject* L_18 = ___1_blackboard;
NullCheck(L_16);
ConditionTask_Enable_mC5A417808CEE331400524564133FEF114F32EE9E(L_16, L_17, L_18, NULL);
}
IL_0067:
{
// if ( accessed ) return decoratedConnection.Execute(agent, blackboard);
bool L_19 = __this->___accessed_18;
if (!L_19)
{
goto IL_007d;
}
}
{
// if ( accessed ) return decoratedConnection.Execute(agent, blackboard);
Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D* L_20;
L_20 = BTDecorator_get_decoratedConnection_m5FD933752811DFF31A758CA48A4BCB66EDDAAE4D(__this, NULL);
Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* L_21 = ___0_agent;
RuntimeObject* L_22 = ___1_blackboard;
NullCheck(L_20);
int32_t L_23;
L_23 = Connection_Execute_m8B97C4DD032BA1012167BBFA70B685F165D82F58(L_20, L_21, L_22, NULL);
return L_23;
}
IL_007d:
{
// if ( condition.Check(agent, blackboard) ) {
ConditionTask_t518F9B03584F4835F78D6DE297CE36AED500BEE8* L_24;
L_24 = WaitUntil_get_condition_m34EA6A91014BA125374B10E203E725AD9680A244_inline(__this, NULL);
Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* L_25 = ___0_agent;
RuntimeObject* L_26 = ___1_blackboard;
NullCheck(L_24);
bool L_27;
L_27 = ConditionTask_Check_m8A6E5B0DE6EC53B76A44FAE8041F781D1DBF6C2D(L_24, L_25, L_26, NULL);
if (!L_27)
{
goto IL_0093;
}
}
{
// accessed = true;
__this->___accessed_18 = (bool)1;
}
IL_0093:
{
// return accessed ? decoratedConnection.Execute(agent, blackboard) : Status.Running;
bool L_28 = __this->___accessed_18;
if (L_28)
{
goto IL_009d;
}
}
{
return (int32_t)(2);
}
IL_009d:
{
Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D* L_29;
L_29 = BTDecorator_get_decoratedConnection_m5FD933752811DFF31A758CA48A4BCB66EDDAAE4D(__this, NULL);
Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* L_30 = ___0_agent;
RuntimeObject* L_31 = ___1_blackboard;
NullCheck(L_29);
int32_t L_32;
L_32 = Connection_Execute_m8B97C4DD032BA1012167BBFA70B685F165D82F58(L_29, L_30, L_31, NULL);
return L_32;
}
}
// System.Void NodeCanvas.BehaviourTrees.WaitUntil::OnReset()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WaitUntil_OnReset_mB05A81AE7BFF23114B19DC64DAE4C779AAFB7971 (WaitUntil_tDF1DC02E80CC2ED3D624714BD1E13AD3EFC1F6C6* __this, const RuntimeMethod* method)
{
{
// if ( condition != null ) { condition.Disable(); }
ConditionTask_t518F9B03584F4835F78D6DE297CE36AED500BEE8* L_0;
L_0 = WaitUntil_get_condition_m34EA6A91014BA125374B10E203E725AD9680A244_inline(__this, NULL);
if (!L_0)
{
goto IL_0013;
}
}
{
// if ( condition != null ) { condition.Disable(); }
ConditionTask_t518F9B03584F4835F78D6DE297CE36AED500BEE8* L_1;
L_1 = WaitUntil_get_condition_m34EA6A91014BA125374B10E203E725AD9680A244_inline(__this, NULL);
NullCheck(L_1);
ConditionTask_Disable_mAC528DA8075A9F90DE191E5F98720AE8BEB82371(L_1, NULL);
}
IL_0013:
{
// accessed = false;
__this->___accessed_18 = (bool)0;
// }
return;
}
}
// System.Void NodeCanvas.BehaviourTrees.WaitUntil::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WaitUntil__ctor_mFC053CAC23B847787C62ED345D0E8442CC96A11C (WaitUntil_tDF1DC02E80CC2ED3D624714BD1E13AD3EFC1F6C6* __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
// NodeCanvas.Framework.Task NodeCanvas.BehaviourTrees.ActionNode::get_task()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_tF05C1B448C98EDD5D7E9E23660FCEAC40348A284* ActionNode_get_task_m340738FCF2BD1A9149EC110E0DD8BD3D73B1A9DD (ActionNode_tA858EA7644A26F48FAB1DEFD0F334B4215E1BA2B* __this, const RuntimeMethod* method)
{
{
// get { return action; }
ActionTask_t6B5C6B67D00E7AF678FAEDC91859B778C24A8E1E* L_0;
L_0 = ActionNode_get_action_m75504C7F86183A2676B6E49EF95B9586FBC8E19E_inline(__this, NULL);
return L_0;
}
}
// System.Void NodeCanvas.BehaviourTrees.ActionNode::set_task(NodeCanvas.Framework.Task)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ActionNode_set_task_m7930BA983B7B4A01BE5CE19F655E3AD51F9DA2B1 (ActionNode_tA858EA7644A26F48FAB1DEFD0F334B4215E1BA2B* __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 { action = (ActionTask)value; }
Task_tF05C1B448C98EDD5D7E9E23660FCEAC40348A284* L_0 = ___0_value;
ActionNode_set_action_mE17990FC8ED95FD9A8379D7AEB0E768B16BF072E_inline(__this, ((ActionTask_t6B5C6B67D00E7AF678FAEDC91859B778C24A8E1E*)CastclassClass((RuntimeObject*)L_0, ActionTask_t6B5C6B67D00E7AF678FAEDC91859B778C24A8E1E_il2cpp_TypeInfo_var)), NULL);
// set { action = (ActionTask)value; }
return;
}
}
// NodeCanvas.Framework.ActionTask NodeCanvas.BehaviourTrees.ActionNode::get_action()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ActionTask_t6B5C6B67D00E7AF678FAEDC91859B778C24A8E1E* ActionNode_get_action_m75504C7F86183A2676B6E49EF95B9586FBC8E19E (ActionNode_tA858EA7644A26F48FAB1DEFD0F334B4215E1BA2B* __this, const RuntimeMethod* method)
{
{
// get { return _action; }
ActionTask_t6B5C6B67D00E7AF678FAEDC91859B778C24A8E1E* L_0 = __this->____action_17;
return L_0;
}
}
// System.Void NodeCanvas.BehaviourTrees.ActionNode::set_action(NodeCanvas.Framework.ActionTask)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ActionNode_set_action_mE17990FC8ED95FD9A8379D7AEB0E768B16BF072E (ActionNode_tA858EA7644A26F48FAB1DEFD0F334B4215E1BA2B* __this, ActionTask_t6B5C6B67D00E7AF678FAEDC91859B778C24A8E1E* ___0_value, const RuntimeMethod* method)
{
{
// set { _action = value; }
ActionTask_t6B5C6B67D00E7AF678FAEDC91859B778C24A8E1E* L_0 = ___0_value;
__this->____action_17 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->____action_17), (void*)L_0);
// set { _action = value; }
return;
}
}
// System.String NodeCanvas.BehaviourTrees.ActionNode::get_name()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ActionNode_get_name_m0115583DA1EB960E48156C09849D5157A986C80B (ActionNode_tA858EA7644A26F48FAB1DEFD0F334B4215E1BA2B* __this, const RuntimeMethod* method)
{
{
// get { return base.name.ToUpper(); }
String_t* L_0;
L_0 = Node_get_name_m488D9048EA7C161BB554E76FB0FF523812055FAA(__this, NULL);
NullCheck(L_0);
String_t* L_1;
L_1 = String_ToUpper_m5F499BC30C2A5F5C96248B4C3D1A3B4694748B49(L_0, NULL);
return L_1;
}
}
// NodeCanvas.Framework.Status NodeCanvas.BehaviourTrees.ActionNode::OnExecute(UnityEngine.Component,NodeCanvas.Framework.IBlackboard)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ActionNode_OnExecute_m5D9700782AB356230B6A3355638CBD0DD2A06460 (ActionNode_tA858EA7644A26F48FAB1DEFD0F334B4215E1BA2B* __this, Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* ___0_agent, RuntimeObject* ___1_blackboard, const RuntimeMethod* method)
{
{
// if ( action == null ) {
ActionTask_t6B5C6B67D00E7AF678FAEDC91859B778C24A8E1E* L_0;
L_0 = ActionNode_get_action_m75504C7F86183A2676B6E49EF95B9586FBC8E19E_inline(__this, NULL);
if (L_0)
{
goto IL_000a;
}
}
{
// return Status.Optional;
return (int32_t)(5);
}
IL_000a:
{
// if ( status == Status.Resting || status == Status.Running ) {
int32_t L_1;
L_1 = Node_get_status_m2FBF938FF2AA2979E7DC66B8F6AD3AD272FCB04B_inline(__this, NULL);
if ((((int32_t)L_1) == ((int32_t)3)))
{
goto IL_001c;
}
}
{
int32_t L_2;
L_2 = Node_get_status_m2FBF938FF2AA2979E7DC66B8F6AD3AD272FCB04B_inline(__this, NULL);
if ((!(((uint32_t)L_2) == ((uint32_t)2))))
{
goto IL_002a;
}
}
IL_001c:
{
// return action.Execute(agent, blackboard);
ActionTask_t6B5C6B67D00E7AF678FAEDC91859B778C24A8E1E* L_3;
L_3 = ActionNode_get_action_m75504C7F86183A2676B6E49EF95B9586FBC8E19E_inline(__this, NULL);
Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* L_4 = ___0_agent;
RuntimeObject* L_5 = ___1_blackboard;
NullCheck(L_3);
int32_t L_6;
L_6 = ActionTask_Execute_m3087BFB267F448E9EF28E055EBEBA1E1AFE11CFB(L_3, L_4, L_5, NULL);
return L_6;
}
IL_002a:
{
// return status;
int32_t L_7;
L_7 = Node_get_status_m2FBF938FF2AA2979E7DC66B8F6AD3AD272FCB04B_inline(__this, NULL);
return L_7;
}
}
// System.Void NodeCanvas.BehaviourTrees.ActionNode::OnReset()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ActionNode_OnReset_mF935021D6374689119DF35CB75043A6019B24642 (ActionNode_tA858EA7644A26F48FAB1DEFD0F334B4215E1BA2B* __this, const RuntimeMethod* method)
{
Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// if ( action != null ) {
ActionTask_t6B5C6B67D00E7AF678FAEDC91859B778C24A8E1E* L_0;
L_0 = ActionNode_get_action_m75504C7F86183A2676B6E49EF95B9586FBC8E19E_inline(__this, NULL);
if (!L_0)
{
goto IL_001c;
}
}
{
// action.EndAction(null);
ActionTask_t6B5C6B67D00E7AF678FAEDC91859B778C24A8E1E* L_1;
L_1 = ActionNode_get_action_m75504C7F86183A2676B6E49EF95B9586FBC8E19E_inline(__this, NULL);
il2cpp_codegen_initobj((&V_0), sizeof(Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01));
Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 L_2 = V_0;
NullCheck(L_1);
ActionTask_EndAction_mA86DE666D3E48201F4B22E1DA9E6E29B2831519F(L_1, L_2, NULL);
}
IL_001c:
{
// }
return;
}
}
// System.Void NodeCanvas.BehaviourTrees.ActionNode::OnGraphPaused()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ActionNode_OnGraphPaused_mD1E2012962DA53C8ABF9E7459F98D7455943DFFE (ActionNode_tA858EA7644A26F48FAB1DEFD0F334B4215E1BA2B* __this, const RuntimeMethod* method)
{
{
// if ( action != null ) {
ActionTask_t6B5C6B67D00E7AF678FAEDC91859B778C24A8E1E* L_0;
L_0 = ActionNode_get_action_m75504C7F86183A2676B6E49EF95B9586FBC8E19E_inline(__this, NULL);
if (!L_0)
{
goto IL_0013;
}
}
{
// action.Pause();
ActionTask_t6B5C6B67D00E7AF678FAEDC91859B778C24A8E1E* L_1;
L_1 = ActionNode_get_action_m75504C7F86183A2676B6E49EF95B9586FBC8E19E_inline(__this, NULL);
NullCheck(L_1);
ActionTask_Pause_mE4E1DFBFFB158FAD139F8EDA6B71AAFEC917E86A(L_1, NULL);
}
IL_0013:
{
// }
return;
}
}
// System.Void NodeCanvas.BehaviourTrees.ActionNode::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ActionNode__ctor_m3C397A9698AC5B640B3FAB6A0203E709F0D3A84F (ActionNode_tA858EA7644A26F48FAB1DEFD0F334B4215E1BA2B* __this, const RuntimeMethod* method)
{
{
BTNode__ctor_m65405669AC0B9F58C049B89D6E0B022F1295D6E0(__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.Task NodeCanvas.BehaviourTrees.ConditionNode::get_task()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_tF05C1B448C98EDD5D7E9E23660FCEAC40348A284* ConditionNode_get_task_mC0D34747A828253DB7CCC0C94590FEEF06C92DA7 (ConditionNode_t9732E6C18B7489470130B6019296B22FE519BF17* __this, const RuntimeMethod* method)
{
{
// get { return condition; }
ConditionTask_t518F9B03584F4835F78D6DE297CE36AED500BEE8* L_0;
L_0 = ConditionNode_get_condition_m7ECB28994AE3C427F9B01352B1C4437AE0D2CA85_inline(__this, NULL);
return L_0;
}
}
// System.Void NodeCanvas.BehaviourTrees.ConditionNode::set_task(NodeCanvas.Framework.Task)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConditionNode_set_task_m2C5F14623B76C014101C66324FEFF12923E50D20 (ConditionNode_t9732E6C18B7489470130B6019296B22FE519BF17* __this, Task_tF05C1B448C98EDD5D7E9E23660FCEAC40348A284* ___0_value, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConditionTask_t518F9B03584F4835F78D6DE297CE36AED500BEE8_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// set { condition = (ConditionTask)value; }
Task_tF05C1B448C98EDD5D7E9E23660FCEAC40348A284* L_0 = ___0_value;
ConditionNode_set_condition_m924840E72A4F3F8F99795D6E20B8AE9FEF62BC07_inline(__this, ((ConditionTask_t518F9B03584F4835F78D6DE297CE36AED500BEE8*)CastclassClass((RuntimeObject*)L_0, ConditionTask_t518F9B03584F4835F78D6DE297CE36AED500BEE8_il2cpp_TypeInfo_var)), NULL);
// set { condition = (ConditionTask)value; }
return;
}
}
// NodeCanvas.Framework.ConditionTask NodeCanvas.BehaviourTrees.ConditionNode::get_condition()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConditionTask_t518F9B03584F4835F78D6DE297CE36AED500BEE8* ConditionNode_get_condition_m7ECB28994AE3C427F9B01352B1C4437AE0D2CA85 (ConditionNode_t9732E6C18B7489470130B6019296B22FE519BF17* __this, const RuntimeMethod* method)
{
{
// get { return _condition; }
ConditionTask_t518F9B03584F4835F78D6DE297CE36AED500BEE8* L_0 = __this->____condition_17;
return L_0;
}
}
// System.Void NodeCanvas.BehaviourTrees.ConditionNode::set_condition(NodeCanvas.Framework.ConditionTask)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConditionNode_set_condition_m924840E72A4F3F8F99795D6E20B8AE9FEF62BC07 (ConditionNode_t9732E6C18B7489470130B6019296B22FE519BF17* __this, ConditionTask_t518F9B03584F4835F78D6DE297CE36AED500BEE8* ___0_value, const RuntimeMethod* method)
{
{
// set { _condition = value; }
ConditionTask_t518F9B03584F4835F78D6DE297CE36AED500BEE8* L_0 = ___0_value;
__this->____condition_17 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->____condition_17), (void*)L_0);
// set { _condition = value; }
return;
}
}
// System.String NodeCanvas.BehaviourTrees.ConditionNode::get_name()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ConditionNode_get_name_mA8A7A8FB1A257B7D9BDF8CC02D22532DB7EAC305 (ConditionNode_t9732E6C18B7489470130B6019296B22FE519BF17* __this, const RuntimeMethod* method)
{
{
// get { return base.name.ToUpper(); }
String_t* L_0;
L_0 = Node_get_name_m488D9048EA7C161BB554E76FB0FF523812055FAA(__this, NULL);
NullCheck(L_0);
String_t* L_1;
L_1 = String_ToUpper_m5F499BC30C2A5F5C96248B4C3D1A3B4694748B49(L_0, NULL);
return L_1;
}
}
// NodeCanvas.Framework.Status NodeCanvas.BehaviourTrees.ConditionNode::OnExecute(UnityEngine.Component,NodeCanvas.Framework.IBlackboard)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ConditionNode_OnExecute_mF140426890A294B3B85C73A2DCC16D8655B8B783 (ConditionNode_t9732E6C18B7489470130B6019296B22FE519BF17* __this, Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* ___0_agent, RuntimeObject* ___1_blackboard, const RuntimeMethod* method)
{
{
// if ( condition == null ) {
ConditionTask_t518F9B03584F4835F78D6DE297CE36AED500BEE8* L_0;
L_0 = ConditionNode_get_condition_m7ECB28994AE3C427F9B01352B1C4437AE0D2CA85_inline(__this, NULL);
if (L_0)
{
goto IL_000a;
}
}
{
// return Status.Optional;
return (int32_t)(5);
}
IL_000a:
{
// if ( status == Status.Resting ) {
int32_t L_1;
L_1 = Node_get_status_m2FBF938FF2AA2979E7DC66B8F6AD3AD272FCB04B_inline(__this, NULL);
if ((!(((uint32_t)L_1) == ((uint32_t)3))))
{
goto IL_0020;
}
}
{
// condition.Enable(agent, blackboard);
ConditionTask_t518F9B03584F4835F78D6DE297CE36AED500BEE8* L_2;
L_2 = ConditionNode_get_condition_m7ECB28994AE3C427F9B01352B1C4437AE0D2CA85_inline(__this, NULL);
Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* L_3 = ___0_agent;
RuntimeObject* L_4 = ___1_blackboard;
NullCheck(L_2);
ConditionTask_Enable_mC5A417808CEE331400524564133FEF114F32EE9E(L_2, L_3, L_4, NULL);
}
IL_0020:
{
// return condition.Check(agent, blackboard) ? Status.Success : Status.Failure;
ConditionTask_t518F9B03584F4835F78D6DE297CE36AED500BEE8* L_5;
L_5 = ConditionNode_get_condition_m7ECB28994AE3C427F9B01352B1C4437AE0D2CA85_inline(__this, NULL);
Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* L_6 = ___0_agent;
RuntimeObject* L_7 = ___1_blackboard;
NullCheck(L_5);
bool L_8;
L_8 = ConditionTask_Check_m8A6E5B0DE6EC53B76A44FAE8041F781D1DBF6C2D(L_5, L_6, L_7, NULL);
if (L_8)
{
goto IL_0031;
}
}
{
return (int32_t)(0);
}
IL_0031:
{
return (int32_t)(1);
}
}
// System.Void NodeCanvas.BehaviourTrees.ConditionNode::OnReset()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConditionNode_OnReset_m4DA7FA8885EC3DA7E3D2402EDAD499DB6CCD4682 (ConditionNode_t9732E6C18B7489470130B6019296B22FE519BF17* __this, const RuntimeMethod* method)
{
{
// if ( condition != null ) { condition.Disable(); }
ConditionTask_t518F9B03584F4835F78D6DE297CE36AED500BEE8* L_0;
L_0 = ConditionNode_get_condition_m7ECB28994AE3C427F9B01352B1C4437AE0D2CA85_inline(__this, NULL);
if (!L_0)
{
goto IL_0013;
}
}
{
// if ( condition != null ) { condition.Disable(); }
ConditionTask_t518F9B03584F4835F78D6DE297CE36AED500BEE8* L_1;
L_1 = ConditionNode_get_condition_m7ECB28994AE3C427F9B01352B1C4437AE0D2CA85_inline(__this, NULL);
NullCheck(L_1);
ConditionTask_Disable_mAC528DA8075A9F90DE191E5F98720AE8BEB82371(L_1, NULL);
}
IL_0013:
{
// }
return;
}
}
// System.Void NodeCanvas.BehaviourTrees.ConditionNode::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConditionNode__ctor_m8F96C9A5A6BF6CB1267089B1D9FC2B1E37661851 (ConditionNode_t9732E6C18B7489470130B6019296B22FE519BF17* __this, const RuntimeMethod* method)
{
{
BTNode__ctor_m65405669AC0B9F58C049B89D6E0B022F1295D6E0(__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.DialogueTrees.DialogueTree NodeCanvas.BehaviourTrees.NestedDT::get_subGraph()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DialogueTree_t2208AC38C45014AF5E0A41AD1E0DBB299BEB849D* NestedDT_get_subGraph_m69AD29A7A17A6282ADEE8962D572EC65B35E3EC0 (NestedDT_t6995C76120096278DC3CC29279803241244E38A0* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BBParameter_1_get_value_mC61C216BAFCBB6D106EE2CD8DF6E34F96FA3F69E_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
// public override DialogueTree subGraph { get { return _nestedDialogueTree.value; } set { _nestedDialogueTree.value = value; } }
BBParameter_1_t7D2CCDC664C363F46A8F00D1CAE56761A4DC3E60* L_0 = __this->____nestedDialogueTree_20;
NullCheck(L_0);
DialogueTree_t2208AC38C45014AF5E0A41AD1E0DBB299BEB849D* L_1;
L_1 = BBParameter_1_get_value_mC61C216BAFCBB6D106EE2CD8DF6E34F96FA3F69E(L_0, BBParameter_1_get_value_mC61C216BAFCBB6D106EE2CD8DF6E34F96FA3F69E_RuntimeMethod_var);
return L_1;
}
}
// System.Void NodeCanvas.BehaviourTrees.NestedDT::set_subGraph(NodeCanvas.DialogueTrees.DialogueTree)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NestedDT_set_subGraph_m7B7D8E4DAAC1E05EE55E2983F21BEE49F8D62539 (NestedDT_t6995C76120096278DC3CC29279803241244E38A0* __this, DialogueTree_t2208AC38C45014AF5E0A41AD1E0DBB299BEB849D* ___0_value, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BBParameter_1_set_value_mF06F1FE446A8F4442B481427044BCA707A57E19D_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
// public override DialogueTree subGraph { get { return _nestedDialogueTree.value; } set { _nestedDialogueTree.value = value; } }
BBParameter_1_t7D2CCDC664C363F46A8F00D1CAE56761A4DC3E60* L_0 = __this->____nestedDialogueTree_20;
DialogueTree_t2208AC38C45014AF5E0A41AD1E0DBB299BEB849D* L_1 = ___0_value;
NullCheck(L_0);
BBParameter_1_set_value_mF06F1FE446A8F4442B481427044BCA707A57E19D(L_0, L_1, BBParameter_1_set_value_mF06F1FE446A8F4442B481427044BCA707A57E19D_RuntimeMethod_var);
// public override DialogueTree subGraph { get { return _nestedDialogueTree.value; } set { _nestedDialogueTree.value = value; } }
return;
}
}
// NodeCanvas.Framework.BBParameter NodeCanvas.BehaviourTrees.NestedDT::get_subGraphParameter()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BBParameter_tD717AF8560E573DF3DA925034F257F669CDDBA60* NestedDT_get_subGraphParameter_m536CCCA8D6119876525A623C7A739B61570F65F7 (NestedDT_t6995C76120096278DC3CC29279803241244E38A0* __this, const RuntimeMethod* method)
{
{
// public override BBParameter subGraphParameter => _nestedDialogueTree;
BBParameter_1_t7D2CCDC664C363F46A8F00D1CAE56761A4DC3E60* L_0 = __this->____nestedDialogueTree_20;
return L_0;
}
}
// NodeCanvas.Framework.Status NodeCanvas.BehaviourTrees.NestedDT::OnExecute(UnityEngine.Component,NodeCanvas.Framework.IBlackboard)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NestedDT_OnExecute_mC9F7F0A50D59D8E0E83E638D06836B2291E169A9 (NestedDT_t6995C76120096278DC3CC29279803241244E38A0* __this, Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* ___0_agent, RuntimeObject* ___1_blackboard, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_1_t10DCB0C07D0D3C565CEACADC80D1152B35A45F6C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BTNodeNested_1_get_currentInstance_mBE3C45B2ECCDBC7AE7DA73BA17F5BB7207672C5E_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NestedDT_OnDLGFinished_m53710FD7D3BF403722CE02919BD75224B247380F_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// if ( subGraph == null || subGraph.primeNode == null ) {
DialogueTree_t2208AC38C45014AF5E0A41AD1E0DBB299BEB849D* L_0;
L_0 = VirtualFuncInvoker0< DialogueTree_t2208AC38C45014AF5E0A41AD1E0DBB299BEB849D* >::Invoke(53 /* T NodeCanvas.BehaviourTrees.BTNodeNested`1<NodeCanvas.DialogueTrees.DialogueTree>::get_subGraph() */, __this);
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_001b;
}
}
{
DialogueTree_t2208AC38C45014AF5E0A41AD1E0DBB299BEB849D* L_2;
L_2 = VirtualFuncInvoker0< DialogueTree_t2208AC38C45014AF5E0A41AD1E0DBB299BEB849D* >::Invoke(53 /* T NodeCanvas.BehaviourTrees.BTNodeNested`1<NodeCanvas.DialogueTrees.DialogueTree>::get_subGraph() */, __this);
NullCheck(L_2);
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_3;
L_3 = Graph_get_primeNode_mD442F7DA2FE8A6F5210F97A2F7563C835B5BAFC1(L_2, NULL);
if (L_3)
{
goto IL_001d;
}
}
IL_001b:
{
// return Status.Optional;
return (int32_t)(5);
}
IL_001d:
{
// if ( status == Status.Resting ) {
int32_t L_4;
L_4 = Node_get_status_m2FBF938FF2AA2979E7DC66B8F6AD3AD272FCB04B_inline(__this, NULL);
if ((!(((uint32_t)L_4) == ((uint32_t)3))))
{
goto IL_0041;
}
}
{
// status = Status.Running;
Node_set_status_m2CEC604858DFD7F181CCCF75AA3D08A7C677F4D7(__this, 2, NULL);
// this.TryStartSubGraph(agent, OnDLGFinished);
Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* L_5 = ___0_agent;
Action_1_t10DCB0C07D0D3C565CEACADC80D1152B35A45F6C* L_6 = (Action_1_t10DCB0C07D0D3C565CEACADC80D1152B35A45F6C*)il2cpp_codegen_object_new(Action_1_t10DCB0C07D0D3C565CEACADC80D1152B35A45F6C_il2cpp_TypeInfo_var);
NullCheck(L_6);
Action_1__ctor_mA8C3AC97D1F076EA5D1D0C10CEE6BD3E94711501(L_6, __this, (intptr_t)((void*)NestedDT_OnDLGFinished_m53710FD7D3BF403722CE02919BD75224B247380F_RuntimeMethod_var), NULL);
bool L_7;
L_7 = IGraphAssignableExtensions_TryStartSubGraph_mBA9471DF709934AF8C87837258FE84CA1DED79C6(__this, L_5, L_6, NULL);
}
IL_0041:
{
// if ( status == Status.Running ) {
int32_t L_8;
L_8 = Node_get_status_m2FBF938FF2AA2979E7DC66B8F6AD3AD272FCB04B_inline(__this, NULL);
if ((!(((uint32_t)L_8) == ((uint32_t)2))))
{
goto IL_0060;
}
}
{
// currentInstance.UpdateGraph(this.graph.deltaTime);
DialogueTree_t2208AC38C45014AF5E0A41AD1E0DBB299BEB849D* L_9;
L_9 = BTNodeNested_1_get_currentInstance_mBE3C45B2ECCDBC7AE7DA73BA17F5BB7207672C5E_inline(__this, BTNodeNested_1_get_currentInstance_mBE3C45B2ECCDBC7AE7DA73BA17F5BB7207672C5E_RuntimeMethod_var);
Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* L_10;
L_10 = Node_get_graph_mB21F59A8B53310BF25DE6085397701DB23CC3A08_inline(__this, NULL);
NullCheck(L_10);
float L_11;
L_11 = Graph_get_deltaTime_mE54EE3C1B054C11AF60C7F4785F96DFF6BC3B6FC_inline(L_10, NULL);
NullCheck(L_9);
Graph_UpdateGraph_m8CE1931B8D3276FE54102A8BA479FDECF366AAF7(L_9, L_11, NULL);
}
IL_0060:
{
// return status;
int32_t L_12;
L_12 = Node_get_status_m2FBF938FF2AA2979E7DC66B8F6AD3AD272FCB04B_inline(__this, NULL);
return L_12;
}
}
// System.Void NodeCanvas.BehaviourTrees.NestedDT::OnDLGFinished(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NestedDT_OnDLGFinished_m53710FD7D3BF403722CE02919BD75224B247380F (NestedDT_t6995C76120096278DC3CC29279803241244E38A0* __this, bool ___0_success, const RuntimeMethod* method)
{
NestedDT_t6995C76120096278DC3CC29279803241244E38A0* G_B3_0 = NULL;
NestedDT_t6995C76120096278DC3CC29279803241244E38A0* G_B2_0 = NULL;
int32_t G_B4_0 = 0;
NestedDT_t6995C76120096278DC3CC29279803241244E38A0* G_B4_1 = NULL;
{
// if ( status == Status.Running ) {
int32_t L_0;
L_0 = Node_get_status_m2FBF938FF2AA2979E7DC66B8F6AD3AD272FCB04B_inline(__this, NULL);
if ((!(((uint32_t)L_0) == ((uint32_t)2))))
{
goto IL_0016;
}
}
{
// status = success ? Status.Success : Status.Failure;
bool L_1 = ___0_success;
G_B2_0 = __this;
if (L_1)
{
G_B3_0 = __this;
goto IL_0010;
}
}
{
G_B4_0 = 0;
G_B4_1 = G_B2_0;
goto IL_0011;
}
IL_0010:
{
G_B4_0 = 1;
G_B4_1 = G_B3_0;
}
IL_0011:
{
NullCheck(G_B4_1);
Node_set_status_m2CEC604858DFD7F181CCCF75AA3D08A7C677F4D7(G_B4_1, G_B4_0, NULL);
}
IL_0016:
{
// }
return;
}
}
// System.Void NodeCanvas.BehaviourTrees.NestedDT::OnReset()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NestedDT_OnReset_m902D3B034CF5C648B4D283C999F92BAD7AD03431 (NestedDT_t6995C76120096278DC3CC29279803241244E38A0* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BTNodeNested_1_get_currentInstance_mBE3C45B2ECCDBC7AE7DA73BA17F5BB7207672C5E_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// if ( currentInstance != null ) {
DialogueTree_t2208AC38C45014AF5E0A41AD1E0DBB299BEB849D* L_0;
L_0 = BTNodeNested_1_get_currentInstance_mBE3C45B2ECCDBC7AE7DA73BA17F5BB7207672C5E_inline(__this, BTNodeNested_1_get_currentInstance_mBE3C45B2ECCDBC7AE7DA73BA17F5BB7207672C5E_RuntimeMethod_var);
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_001a;
}
}
{
// currentInstance.Stop();
DialogueTree_t2208AC38C45014AF5E0A41AD1E0DBB299BEB849D* L_2;
L_2 = BTNodeNested_1_get_currentInstance_mBE3C45B2ECCDBC7AE7DA73BA17F5BB7207672C5E_inline(__this, BTNodeNested_1_get_currentInstance_mBE3C45B2ECCDBC7AE7DA73BA17F5BB7207672C5E_RuntimeMethod_var);
NullCheck(L_2);
Graph_Stop_mD6BCF97B46BD1CF0C77D5E8758D4A3E00FA0464E(L_2, (bool)1, NULL);
}
IL_001a:
{
// }
return;
}
}
// System.Void NodeCanvas.BehaviourTrees.NestedDT::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NestedDT__ctor_m6C936EC367C7FC71982A1E24ABD35F6AD95B5457 (NestedDT_t6995C76120096278DC3CC29279803241244E38A0* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BTNodeNested_1__ctor_m9524E18ADA4135C0764CD33061DAC327CFC9B0CD_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
BTNodeNested_1__ctor_m9524E18ADA4135C0764CD33061DAC327CFC9B0CD(__this, BTNodeNested_1__ctor_m9524E18ADA4135C0764CD33061DAC327CFC9B0CD_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
// NodeCanvas.StateMachines.FSM NodeCanvas.BehaviourTrees.NestedFSM::get_subGraph()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FSM_t0ACFCEDF2EBA21CEAD375CC7F7774917D6C0A554* NestedFSM_get_subGraph_m229C5061CB0C75606633C0AF07E73F1C8C4FA798 (NestedFSM_t50AF1A4BB6E00FFDA25312E61F604E4B102C932F* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BBParameter_1_get_value_mC295B579A7A3DA8B280A74D7AAFB3985C458BF0B_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
// public override FSM subGraph { get { return _nestedFSM.value; } set { _nestedFSM.value = value; } }
BBParameter_1_t81B71A846E64274644256769AC1CA3655E13C981* L_0 = __this->____nestedFSM_20;
NullCheck(L_0);
FSM_t0ACFCEDF2EBA21CEAD375CC7F7774917D6C0A554* L_1;
L_1 = BBParameter_1_get_value_mC295B579A7A3DA8B280A74D7AAFB3985C458BF0B(L_0, BBParameter_1_get_value_mC295B579A7A3DA8B280A74D7AAFB3985C458BF0B_RuntimeMethod_var);
return L_1;
}
}
// System.Void NodeCanvas.BehaviourTrees.NestedFSM::set_subGraph(NodeCanvas.StateMachines.FSM)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NestedFSM_set_subGraph_mDF036CFF67AAF4060FE1D93E717476A52AE3FD9D (NestedFSM_t50AF1A4BB6E00FFDA25312E61F604E4B102C932F* __this, FSM_t0ACFCEDF2EBA21CEAD375CC7F7774917D6C0A554* ___0_value, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BBParameter_1_set_value_m64179EECF16699F069D4F7C87E24E76ACEA00698_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
// public override FSM subGraph { get { return _nestedFSM.value; } set { _nestedFSM.value = value; } }
BBParameter_1_t81B71A846E64274644256769AC1CA3655E13C981* L_0 = __this->____nestedFSM_20;
FSM_t0ACFCEDF2EBA21CEAD375CC7F7774917D6C0A554* L_1 = ___0_value;
NullCheck(L_0);
BBParameter_1_set_value_m64179EECF16699F069D4F7C87E24E76ACEA00698(L_0, L_1, BBParameter_1_set_value_m64179EECF16699F069D4F7C87E24E76ACEA00698_RuntimeMethod_var);
// public override FSM subGraph { get { return _nestedFSM.value; } set { _nestedFSM.value = value; } }
return;
}
}
// NodeCanvas.Framework.BBParameter NodeCanvas.BehaviourTrees.NestedFSM::get_subGraphParameter()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BBParameter_tD717AF8560E573DF3DA925034F257F669CDDBA60* NestedFSM_get_subGraphParameter_m39A891529D87A20AA632990E70BB5628AB1B6CB2 (NestedFSM_t50AF1A4BB6E00FFDA25312E61F604E4B102C932F* __this, const RuntimeMethod* method)
{
{
// public override BBParameter subGraphParameter => _nestedFSM;
BBParameter_1_t81B71A846E64274644256769AC1CA3655E13C981* L_0 = __this->____nestedFSM_20;
return L_0;
}
}
// NodeCanvas.Framework.Status NodeCanvas.BehaviourTrees.NestedFSM::OnExecute(UnityEngine.Component,NodeCanvas.Framework.IBlackboard)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NestedFSM_OnExecute_m14792E600FB09F78A3D66B31F504107530CDEA58 (NestedFSM_t50AF1A4BB6E00FFDA25312E61F604E4B102C932F* __this, Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* ___0_agent, RuntimeObject* ___1_blackboard, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_1_t10DCB0C07D0D3C565CEACADC80D1152B35A45F6C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BTNodeNested_1_get_currentInstance_m30EAF2C4044F9362257A8A6347CC380E79114D84_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NestedFSM_OnFSMFinish_m844B1D7C39BC479AC09C747778FB9AC05E154936_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// if ( subGraph == null || subGraph.primeNode == null ) {
FSM_t0ACFCEDF2EBA21CEAD375CC7F7774917D6C0A554* L_0;
L_0 = VirtualFuncInvoker0< FSM_t0ACFCEDF2EBA21CEAD375CC7F7774917D6C0A554* >::Invoke(53 /* T NodeCanvas.BehaviourTrees.BTNodeNested`1<NodeCanvas.StateMachines.FSM>::get_subGraph() */, __this);
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_001b;
}
}
{
FSM_t0ACFCEDF2EBA21CEAD375CC7F7774917D6C0A554* L_2;
L_2 = VirtualFuncInvoker0< FSM_t0ACFCEDF2EBA21CEAD375CC7F7774917D6C0A554* >::Invoke(53 /* T NodeCanvas.BehaviourTrees.BTNodeNested`1<NodeCanvas.StateMachines.FSM>::get_subGraph() */, __this);
NullCheck(L_2);
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_3;
L_3 = Graph_get_primeNode_mD442F7DA2FE8A6F5210F97A2F7563C835B5BAFC1(L_2, NULL);
if (L_3)
{
goto IL_001d;
}
}
IL_001b:
{
// return Status.Optional;
return (int32_t)(5);
}
IL_001d:
{
// if ( status == Status.Resting ) {
int32_t L_4;
L_4 = Node_get_status_m2FBF938FF2AA2979E7DC66B8F6AD3AD272FCB04B_inline(__this, NULL);
if ((!(((uint32_t)L_4) == ((uint32_t)3))))
{
goto IL_0041;
}
}
{
// status = Status.Running;
Node_set_status_m2CEC604858DFD7F181CCCF75AA3D08A7C677F4D7(__this, 2, NULL);
// this.TryStartSubGraph(agent, OnFSMFinish);
Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* L_5 = ___0_agent;
Action_1_t10DCB0C07D0D3C565CEACADC80D1152B35A45F6C* L_6 = (Action_1_t10DCB0C07D0D3C565CEACADC80D1152B35A45F6C*)il2cpp_codegen_object_new(Action_1_t10DCB0C07D0D3C565CEACADC80D1152B35A45F6C_il2cpp_TypeInfo_var);
NullCheck(L_6);
Action_1__ctor_mA8C3AC97D1F076EA5D1D0C10CEE6BD3E94711501(L_6, __this, (intptr_t)((void*)NestedFSM_OnFSMFinish_m844B1D7C39BC479AC09C747778FB9AC05E154936_RuntimeMethod_var), NULL);
bool L_7;
L_7 = IGraphAssignableExtensions_TryStartSubGraph_mBA9471DF709934AF8C87837258FE84CA1DED79C6(__this, L_5, L_6, NULL);
}
IL_0041:
{
// if ( status == Status.Running ) {
int32_t L_8;
L_8 = Node_get_status_m2FBF938FF2AA2979E7DC66B8F6AD3AD272FCB04B_inline(__this, NULL);
if ((!(((uint32_t)L_8) == ((uint32_t)2))))
{
goto IL_0060;
}
}
{
// currentInstance.UpdateGraph(this.graph.deltaTime);
FSM_t0ACFCEDF2EBA21CEAD375CC7F7774917D6C0A554* L_9;
L_9 = BTNodeNested_1_get_currentInstance_m30EAF2C4044F9362257A8A6347CC380E79114D84_inline(__this, BTNodeNested_1_get_currentInstance_m30EAF2C4044F9362257A8A6347CC380E79114D84_RuntimeMethod_var);
Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* L_10;
L_10 = Node_get_graph_mB21F59A8B53310BF25DE6085397701DB23CC3A08_inline(__this, NULL);
NullCheck(L_10);
float L_11;
L_11 = Graph_get_deltaTime_mE54EE3C1B054C11AF60C7F4785F96DFF6BC3B6FC_inline(L_10, NULL);
NullCheck(L_9);
Graph_UpdateGraph_m8CE1931B8D3276FE54102A8BA479FDECF366AAF7(L_9, L_11, NULL);
}
IL_0060:
{
// if ( !string.IsNullOrEmpty(successState) && currentInstance.currentStateName == successState ) {
String_t* L_12 = __this->___successState_21;
bool L_13;
L_13 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_12, NULL);
if (L_13)
{
goto IL_0093;
}
}
{
FSM_t0ACFCEDF2EBA21CEAD375CC7F7774917D6C0A554* L_14;
L_14 = BTNodeNested_1_get_currentInstance_m30EAF2C4044F9362257A8A6347CC380E79114D84_inline(__this, BTNodeNested_1_get_currentInstance_m30EAF2C4044F9362257A8A6347CC380E79114D84_RuntimeMethod_var);
NullCheck(L_14);
String_t* L_15;
L_15 = FSM_get_currentStateName_mE8FB423C5511B631DF28665E4B02FE90D3A784B0(L_14, NULL);
String_t* L_16 = __this->___successState_21;
bool L_17;
L_17 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_15, L_16, NULL);
if (!L_17)
{
goto IL_0093;
}
}
{
// currentInstance.Stop(true);
FSM_t0ACFCEDF2EBA21CEAD375CC7F7774917D6C0A554* L_18;
L_18 = BTNodeNested_1_get_currentInstance_m30EAF2C4044F9362257A8A6347CC380E79114D84_inline(__this, BTNodeNested_1_get_currentInstance_m30EAF2C4044F9362257A8A6347CC380E79114D84_RuntimeMethod_var);
NullCheck(L_18);
Graph_Stop_mD6BCF97B46BD1CF0C77D5E8758D4A3E00FA0464E(L_18, (bool)1, NULL);
// return Status.Success;
return (int32_t)(1);
}
IL_0093:
{
// if ( !string.IsNullOrEmpty(failureState) && currentInstance.currentStateName == failureState ) {
String_t* L_19 = __this->___failureState_22;
bool L_20;
L_20 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_19, NULL);
if (L_20)
{
goto IL_00c6;
}
}
{
FSM_t0ACFCEDF2EBA21CEAD375CC7F7774917D6C0A554* L_21;
L_21 = BTNodeNested_1_get_currentInstance_m30EAF2C4044F9362257A8A6347CC380E79114D84_inline(__this, BTNodeNested_1_get_currentInstance_m30EAF2C4044F9362257A8A6347CC380E79114D84_RuntimeMethod_var);
NullCheck(L_21);
String_t* L_22;
L_22 = FSM_get_currentStateName_mE8FB423C5511B631DF28665E4B02FE90D3A784B0(L_21, NULL);
String_t* L_23 = __this->___failureState_22;
bool L_24;
L_24 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_22, L_23, NULL);
if (!L_24)
{
goto IL_00c6;
}
}
{
// currentInstance.Stop(false);
FSM_t0ACFCEDF2EBA21CEAD375CC7F7774917D6C0A554* L_25;
L_25 = BTNodeNested_1_get_currentInstance_m30EAF2C4044F9362257A8A6347CC380E79114D84_inline(__this, BTNodeNested_1_get_currentInstance_m30EAF2C4044F9362257A8A6347CC380E79114D84_RuntimeMethod_var);
NullCheck(L_25);
Graph_Stop_mD6BCF97B46BD1CF0C77D5E8758D4A3E00FA0464E(L_25, (bool)0, NULL);
// return Status.Failure;
return (int32_t)(0);
}
IL_00c6:
{
// return status;
int32_t L_26;
L_26 = Node_get_status_m2FBF938FF2AA2979E7DC66B8F6AD3AD272FCB04B_inline(__this, NULL);
return L_26;
}
}
// System.Void NodeCanvas.BehaviourTrees.NestedFSM::OnFSMFinish(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NestedFSM_OnFSMFinish_m844B1D7C39BC479AC09C747778FB9AC05E154936 (NestedFSM_t50AF1A4BB6E00FFDA25312E61F604E4B102C932F* __this, bool ___0_success, const RuntimeMethod* method)
{
NestedFSM_t50AF1A4BB6E00FFDA25312E61F604E4B102C932F* G_B3_0 = NULL;
NestedFSM_t50AF1A4BB6E00FFDA25312E61F604E4B102C932F* G_B2_0 = NULL;
int32_t G_B4_0 = 0;
NestedFSM_t50AF1A4BB6E00FFDA25312E61F604E4B102C932F* G_B4_1 = NULL;
{
// if ( status == Status.Running ) {
int32_t L_0;
L_0 = Node_get_status_m2FBF938FF2AA2979E7DC66B8F6AD3AD272FCB04B_inline(__this, NULL);
if ((!(((uint32_t)L_0) == ((uint32_t)2))))
{
goto IL_0016;
}
}
{
// status = success ? Status.Success : Status.Failure;
bool L_1 = ___0_success;
G_B2_0 = __this;
if (L_1)
{
G_B3_0 = __this;
goto IL_0010;
}
}
{
G_B4_0 = 0;
G_B4_1 = G_B2_0;
goto IL_0011;
}
IL_0010:
{
G_B4_0 = 1;
G_B4_1 = G_B3_0;
}
IL_0011:
{
NullCheck(G_B4_1);
Node_set_status_m2CEC604858DFD7F181CCCF75AA3D08A7C677F4D7(G_B4_1, G_B4_0, NULL);
}
IL_0016:
{
// }
return;
}
}
// System.Void NodeCanvas.BehaviourTrees.NestedFSM::OnReset()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NestedFSM_OnReset_m69F169F482E31A17CC8C3CF4CE2FC7A389B040F8 (NestedFSM_t50AF1A4BB6E00FFDA25312E61F604E4B102C932F* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BTNodeNested_1_get_currentInstance_m30EAF2C4044F9362257A8A6347CC380E79114D84_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// if ( currentInstance != null ) {
FSM_t0ACFCEDF2EBA21CEAD375CC7F7774917D6C0A554* L_0;
L_0 = BTNodeNested_1_get_currentInstance_m30EAF2C4044F9362257A8A6347CC380E79114D84_inline(__this, BTNodeNested_1_get_currentInstance_m30EAF2C4044F9362257A8A6347CC380E79114D84_RuntimeMethod_var);
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_001a;
}
}
{
// currentInstance.Stop();
FSM_t0ACFCEDF2EBA21CEAD375CC7F7774917D6C0A554* L_2;
L_2 = BTNodeNested_1_get_currentInstance_m30EAF2C4044F9362257A8A6347CC380E79114D84_inline(__this, BTNodeNested_1_get_currentInstance_m30EAF2C4044F9362257A8A6347CC380E79114D84_RuntimeMethod_var);
NullCheck(L_2);
Graph_Stop_mD6BCF97B46BD1CF0C77D5E8758D4A3E00FA0464E(L_2, (bool)1, NULL);
}
IL_001a:
{
// }
return;
}
}
// System.Void NodeCanvas.BehaviourTrees.NestedFSM::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NestedFSM__ctor_mD319B5483EED2DD6C2724AC88CFEB5084C87AE3D (NestedFSM_t50AF1A4BB6E00FFDA25312E61F604E4B102C932F* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BTNodeNested_1__ctor_mE700E6FAB4149FBA4F3EA56B913F38A65D05E4D4_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
BTNodeNested_1__ctor_mE700E6FAB4149FBA4F3EA56B913F38A65D05E4D4(__this, BTNodeNested_1__ctor_mE700E6FAB4149FBA4F3EA56B913F38A65D05E4D4_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
// NodeCanvas.BehaviourTrees.BehaviourTree NodeCanvas.BehaviourTrees.SubTree::get_subGraph()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BehaviourTree_t6AF4016EBA17F68BDB7FA2350CDD23D7D3629562* SubTree_get_subGraph_m73993E57038EAE7A55277D81B40A56B865022317 (SubTree_t2B413AC17A37BDCEB78C24D34BE9CE24305202DC* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BBParameter_1_get_value_m71034B7A33E0489F3F39015682972C06070AF1A9_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
// public override BehaviourTree subGraph { get { return _subTree.value; } set { _subTree.value = value; } }
BBParameter_1_tD8B00AA271CA0F4F1EF7EE7EFD44C1B825886B72* L_0 = __this->____subTree_20;
NullCheck(L_0);
BehaviourTree_t6AF4016EBA17F68BDB7FA2350CDD23D7D3629562* L_1;
L_1 = BBParameter_1_get_value_m71034B7A33E0489F3F39015682972C06070AF1A9(L_0, BBParameter_1_get_value_m71034B7A33E0489F3F39015682972C06070AF1A9_RuntimeMethod_var);
return L_1;
}
}
// System.Void NodeCanvas.BehaviourTrees.SubTree::set_subGraph(NodeCanvas.BehaviourTrees.BehaviourTree)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SubTree_set_subGraph_mF82C3AE1B564F81CCAD7C5561D2CC0D952205280 (SubTree_t2B413AC17A37BDCEB78C24D34BE9CE24305202DC* __this, BehaviourTree_t6AF4016EBA17F68BDB7FA2350CDD23D7D3629562* ___0_value, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BBParameter_1_set_value_mCE0099B3595994A9D1F3EAA345A70AFB6758E29C_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
// public override BehaviourTree subGraph { get { return _subTree.value; } set { _subTree.value = value; } }
BBParameter_1_tD8B00AA271CA0F4F1EF7EE7EFD44C1B825886B72* L_0 = __this->____subTree_20;
BehaviourTree_t6AF4016EBA17F68BDB7FA2350CDD23D7D3629562* L_1 = ___0_value;
NullCheck(L_0);
BBParameter_1_set_value_mCE0099B3595994A9D1F3EAA345A70AFB6758E29C(L_0, L_1, BBParameter_1_set_value_mCE0099B3595994A9D1F3EAA345A70AFB6758E29C_RuntimeMethod_var);
// public override BehaviourTree subGraph { get { return _subTree.value; } set { _subTree.value = value; } }
return;
}
}
// NodeCanvas.Framework.BBParameter NodeCanvas.BehaviourTrees.SubTree::get_subGraphParameter()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BBParameter_tD717AF8560E573DF3DA925034F257F669CDDBA60* SubTree_get_subGraphParameter_mAF1AC18D1BDF8B80A99745D075970B250E68E8E7 (SubTree_t2B413AC17A37BDCEB78C24D34BE9CE24305202DC* __this, const RuntimeMethod* method)
{
{
// public override BBParameter subGraphParameter => _subTree;
BBParameter_1_tD8B00AA271CA0F4F1EF7EE7EFD44C1B825886B72* L_0 = __this->____subTree_20;
return L_0;
}
}
// NodeCanvas.Framework.Status NodeCanvas.BehaviourTrees.SubTree::OnExecute(UnityEngine.Component,NodeCanvas.Framework.IBlackboard)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SubTree_OnExecute_m2D050FD18B06D787821FE3FE6D5A350D1AF150E0 (SubTree_t2B413AC17A37BDCEB78C24D34BE9CE24305202DC* __this, Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* ___0_agent, RuntimeObject* ___1_blackboard, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BTNodeNested_1_get_currentInstance_m0A99C47A3B5C192E4C7924BC1D08FEEE632B97DA_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// if ( subGraph == null || subGraph.primeNode == null ) {
BehaviourTree_t6AF4016EBA17F68BDB7FA2350CDD23D7D3629562* L_0;
L_0 = VirtualFuncInvoker0< BehaviourTree_t6AF4016EBA17F68BDB7FA2350CDD23D7D3629562* >::Invoke(53 /* T NodeCanvas.BehaviourTrees.BTNodeNested`1<NodeCanvas.BehaviourTrees.BehaviourTree>::get_subGraph() */, __this);
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_001b;
}
}
{
BehaviourTree_t6AF4016EBA17F68BDB7FA2350CDD23D7D3629562* L_2;
L_2 = VirtualFuncInvoker0< BehaviourTree_t6AF4016EBA17F68BDB7FA2350CDD23D7D3629562* >::Invoke(53 /* T NodeCanvas.BehaviourTrees.BTNodeNested`1<NodeCanvas.BehaviourTrees.BehaviourTree>::get_subGraph() */, __this);
NullCheck(L_2);
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_3;
L_3 = Graph_get_primeNode_mD442F7DA2FE8A6F5210F97A2F7563C835B5BAFC1(L_2, NULL);
if (L_3)
{
goto IL_001d;
}
}
IL_001b:
{
// return Status.Optional;
return (int32_t)(5);
}
IL_001d:
{
// if ( status == Status.Resting ) {
int32_t L_4;
L_4 = Node_get_status_m2FBF938FF2AA2979E7DC66B8F6AD3AD272FCB04B_inline(__this, NULL);
if ((!(((uint32_t)L_4) == ((uint32_t)3))))
{
goto IL_002f;
}
}
{
// this.TryStartSubGraph(agent);
Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* L_5 = ___0_agent;
bool L_6;
L_6 = IGraphAssignableExtensions_TryStartSubGraph_mBA9471DF709934AF8C87837258FE84CA1DED79C6(__this, L_5, (Action_1_t10DCB0C07D0D3C565CEACADC80D1152B35A45F6C*)NULL, NULL);
}
IL_002f:
{
// currentInstance.UpdateGraph(this.graph.deltaTime);
BehaviourTree_t6AF4016EBA17F68BDB7FA2350CDD23D7D3629562* L_7;
L_7 = BTNodeNested_1_get_currentInstance_m0A99C47A3B5C192E4C7924BC1D08FEEE632B97DA_inline(__this, BTNodeNested_1_get_currentInstance_m0A99C47A3B5C192E4C7924BC1D08FEEE632B97DA_RuntimeMethod_var);
Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* L_8;
L_8 = Node_get_graph_mB21F59A8B53310BF25DE6085397701DB23CC3A08_inline(__this, NULL);
NullCheck(L_8);
float L_9;
L_9 = Graph_get_deltaTime_mE54EE3C1B054C11AF60C7F4785F96DFF6BC3B6FC_inline(L_8, NULL);
NullCheck(L_7);
Graph_UpdateGraph_m8CE1931B8D3276FE54102A8BA479FDECF366AAF7(L_7, L_9, NULL);
// if ( currentInstance.repeat && currentInstance.rootStatus != Status.Running ) {
BehaviourTree_t6AF4016EBA17F68BDB7FA2350CDD23D7D3629562* L_10;
L_10 = BTNodeNested_1_get_currentInstance_m0A99C47A3B5C192E4C7924BC1D08FEEE632B97DA_inline(__this, BTNodeNested_1_get_currentInstance_m0A99C47A3B5C192E4C7924BC1D08FEEE632B97DA_RuntimeMethod_var);
NullCheck(L_10);
bool L_11 = L_10->___repeat_27;
if (!L_11)
{
goto IL_0066;
}
}
{
BehaviourTree_t6AF4016EBA17F68BDB7FA2350CDD23D7D3629562* L_12;
L_12 = BTNodeNested_1_get_currentInstance_m0A99C47A3B5C192E4C7924BC1D08FEEE632B97DA_inline(__this, BTNodeNested_1_get_currentInstance_m0A99C47A3B5C192E4C7924BC1D08FEEE632B97DA_RuntimeMethod_var);
NullCheck(L_12);
int32_t L_13;
L_13 = BehaviourTree_get_rootStatus_m67188F404246DE36ED2C02D912C28C0F0CB7A8B1_inline(L_12, NULL);
if ((((int32_t)L_13) == ((int32_t)2)))
{
goto IL_0066;
}
}
{
// this.TryReadAndUnbindMappedVariables();
IGraphAssignableExtensions_TryReadAndUnbindMappedVariables_m3F11676FA50F6A5E38E8962ACF0B050C4AE2E9C6(__this, NULL);
}
IL_0066:
{
// return currentInstance.rootStatus;
BehaviourTree_t6AF4016EBA17F68BDB7FA2350CDD23D7D3629562* L_14;
L_14 = BTNodeNested_1_get_currentInstance_m0A99C47A3B5C192E4C7924BC1D08FEEE632B97DA_inline(__this, BTNodeNested_1_get_currentInstance_m0A99C47A3B5C192E4C7924BC1D08FEEE632B97DA_RuntimeMethod_var);
NullCheck(L_14);
int32_t L_15;
L_15 = BehaviourTree_get_rootStatus_m67188F404246DE36ED2C02D912C28C0F0CB7A8B1_inline(L_14, NULL);
return L_15;
}
}
// System.Void NodeCanvas.BehaviourTrees.SubTree::OnReset()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SubTree_OnReset_mCA94473D112151DD4F5529ACF25EBAF5E123CA11 (SubTree_t2B413AC17A37BDCEB78C24D34BE9CE24305202DC* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BTNodeNested_1_get_currentInstance_m0A99C47A3B5C192E4C7924BC1D08FEEE632B97DA_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// if ( currentInstance != null ) {
BehaviourTree_t6AF4016EBA17F68BDB7FA2350CDD23D7D3629562* L_0;
L_0 = BTNodeNested_1_get_currentInstance_m0A99C47A3B5C192E4C7924BC1D08FEEE632B97DA_inline(__this, BTNodeNested_1_get_currentInstance_m0A99C47A3B5C192E4C7924BC1D08FEEE632B97DA_RuntimeMethod_var);
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_001a;
}
}
{
// currentInstance.Stop();
BehaviourTree_t6AF4016EBA17F68BDB7FA2350CDD23D7D3629562* L_2;
L_2 = BTNodeNested_1_get_currentInstance_m0A99C47A3B5C192E4C7924BC1D08FEEE632B97DA_inline(__this, BTNodeNested_1_get_currentInstance_m0A99C47A3B5C192E4C7924BC1D08FEEE632B97DA_RuntimeMethod_var);
NullCheck(L_2);
Graph_Stop_mD6BCF97B46BD1CF0C77D5E8758D4A3E00FA0464E(L_2, (bool)1, NULL);
}
IL_001a:
{
// }
return;
}
}
// System.Void NodeCanvas.BehaviourTrees.SubTree::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SubTree__ctor_m25D9DDA997EE2C5E93DBD31A8542ACDC954C0BE6 (SubTree_t2B413AC17A37BDCEB78C24D34BE9CE24305202DC* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BTNodeNested_1__ctor_m90F22EF6EEE756BC7B5895DC2759FC7BC31A1E18_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
BTNodeNested_1__ctor_m90F22EF6EEE756BC7B5895DC2759FC7BC31A1E18(__this, BTNodeNested_1__ctor_m90F22EF6EEE756BC7B5895DC2759FC7BC31A1E18_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.BehaviourTrees.NodeToggler::OnGraphStarted()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NodeToggler_OnGraphStarted_m0C53AECBE383A0425AB6176BC7B37CF9D563D072 (NodeToggler_t4462693A69F104731707C9134FD76A0A24157997* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_ToList_TisNode_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8_m2D45C9769430A23EC8AF6D6F174DC6063ED42893_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Graph_GetNodesWithTag_TisNode_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8_m8A553CBDE85E32C9370D3CF11C3EEB4EAB82CBB9_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
// targetNodes = graph.GetNodesWithTag<Node>(targetNodeTag).ToList();
Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* L_0;
L_0 = Node_get_graph_mB21F59A8B53310BF25DE6085397701DB23CC3A08_inline(__this, NULL);
String_t* L_1 = __this->___targetNodeTag_18;
NullCheck(L_0);
RuntimeObject* L_2;
L_2 = Graph_GetNodesWithTag_TisNode_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8_m8A553CBDE85E32C9370D3CF11C3EEB4EAB82CBB9(L_0, L_1, Graph_GetNodesWithTag_TisNode_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8_m8A553CBDE85E32C9370D3CF11C3EEB4EAB82CBB9_RuntimeMethod_var);
List_1_t90487A8EA186417AA0A6F2B22B58D1BAE3334437* L_3;
L_3 = Enumerable_ToList_TisNode_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8_m2D45C9769430A23EC8AF6D6F174DC6063ED42893(L_2, Enumerable_ToList_TisNode_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8_m2D45C9769430A23EC8AF6D6F174DC6063ED42893_RuntimeMethod_var);
__this->___targetNodes_19 = L_3;
Il2CppCodeGenWriteBarrier((void**)(&__this->___targetNodes_19), (void*)L_3);
// }
return;
}
}
// NodeCanvas.Framework.Status NodeCanvas.BehaviourTrees.NodeToggler::OnExecute(UnityEngine.Component,NodeCanvas.Framework.IBlackboard)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NodeToggler_OnExecute_m9A44433996E9D7082B5FC91CEBEA32A3EBAE32B4 (NodeToggler_t4462693A69F104731707C9134FD76A0A24157997* __this, Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* ___0_agent, RuntimeObject* ___1_blackboard, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m695B62553C94CD812A3EA54E4E3399FF95B6456E_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_m74A1A00DA94A5CFCC6FEFA8DB0273073FEC22C8A_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m6F2FC86D886183CDF35D6A22E662025222C0DC49_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_GetEnumerator_mFC8B56E797F71B95C595D1808F0D1A49D22A128A_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_mEAF0A2E85D550C81F0AB273862A6F9C2EA6F0D3A_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m10CB933550CAAA86A0E326BF1DECE5E7DE263E0E_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
Enumerator_t3D27D75DE68B41FEB6AFC49A802F42032CECA660 V_0;
memset((&V_0), 0, sizeof(V_0));
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* V_1 = NULL;
{
// if ( string.IsNullOrEmpty(targetNodeTag) )
String_t* L_0 = __this->___targetNodeTag_18;
bool L_1;
L_1 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_0, NULL);
if (!L_1)
{
goto IL_000f;
}
}
{
// return Status.Failure;
return (int32_t)(0);
}
IL_000f:
{
// if ( targetNodes.Count == 0 ) return Status.Failure;
List_1_t90487A8EA186417AA0A6F2B22B58D1BAE3334437* L_2 = __this->___targetNodes_19;
NullCheck(L_2);
int32_t L_3;
L_3 = List_1_get_Count_mEAF0A2E85D550C81F0AB273862A6F9C2EA6F0D3A_inline(L_2, List_1_get_Count_mEAF0A2E85D550C81F0AB273862A6F9C2EA6F0D3A_RuntimeMethod_var);
if (L_3)
{
goto IL_001e;
}
}
{
// if ( targetNodes.Count == 0 ) return Status.Failure;
return (int32_t)(0);
}
IL_001e:
{
// if ( toggleMode == ToggleMode.Enable ) {
int32_t L_4 = __this->___toggleMode_17;
if (L_4)
{
goto IL_0065;
}
}
{
// foreach ( var node in targetNodes )
List_1_t90487A8EA186417AA0A6F2B22B58D1BAE3334437* L_5 = __this->___targetNodes_19;
NullCheck(L_5);
Enumerator_t3D27D75DE68B41FEB6AFC49A802F42032CECA660 L_6;
L_6 = List_1_GetEnumerator_mFC8B56E797F71B95C595D1808F0D1A49D22A128A(L_5, List_1_GetEnumerator_mFC8B56E797F71B95C595D1808F0D1A49D22A128A_RuntimeMethod_var);
V_0 = L_6;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_0057:
{// begin finally (depth: 1)
Enumerator_Dispose_m695B62553C94CD812A3EA54E4E3399FF95B6456E((&V_0), Enumerator_Dispose_m695B62553C94CD812A3EA54E4E3399FF95B6456E_RuntimeMethod_var);
return;
}// end finally (depth: 1)
});
try
{// begin try (depth: 1)
{
goto IL_004c_1;
}
IL_0034_1:
{
// foreach ( var node in targetNodes )
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_7;
L_7 = Enumerator_get_Current_m6F2FC86D886183CDF35D6A22E662025222C0DC49_inline((&V_0), Enumerator_get_Current_m6F2FC86D886183CDF35D6A22E662025222C0DC49_RuntimeMethod_var);
// node.inConnections[0].isActive = true;
NullCheck(L_7);
List_1_t619EB3258C7F1EBD15A485EA09888BE9FC87AC7E* L_8;
L_8 = Node_get_inConnections_mDC21880D8511412E49EB8D4E615D1B5EFD9A668F_inline(L_7, NULL);
NullCheck(L_8);
Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D* L_9;
L_9 = List_1_get_Item_m10CB933550CAAA86A0E326BF1DECE5E7DE263E0E(L_8, 0, List_1_get_Item_m10CB933550CAAA86A0E326BF1DECE5E7DE263E0E_RuntimeMethod_var);
NullCheck(L_9);
Connection_set_isActive_m58C2C68CDBB85AA2E92EAF10DC5D57EB3094148B(L_9, (bool)1, NULL);
}
IL_004c_1:
{
// foreach ( var node in targetNodes )
bool L_10;
L_10 = Enumerator_MoveNext_m74A1A00DA94A5CFCC6FEFA8DB0273073FEC22C8A((&V_0), Enumerator_MoveNext_m74A1A00DA94A5CFCC6FEFA8DB0273073FEC22C8A_RuntimeMethod_var);
if (L_10)
{
goto IL_0034_1;
}
}
{
goto IL_0065;
}
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_0065:
{
// if ( toggleMode == ToggleMode.Disable ) {
int32_t L_11 = __this->___toggleMode_17;
if ((!(((uint32_t)L_11) == ((uint32_t)1))))
{
goto IL_00ad;
}
}
{
// foreach ( var node in targetNodes )
List_1_t90487A8EA186417AA0A6F2B22B58D1BAE3334437* L_12 = __this->___targetNodes_19;
NullCheck(L_12);
Enumerator_t3D27D75DE68B41FEB6AFC49A802F42032CECA660 L_13;
L_13 = List_1_GetEnumerator_mFC8B56E797F71B95C595D1808F0D1A49D22A128A(L_12, List_1_GetEnumerator_mFC8B56E797F71B95C595D1808F0D1A49D22A128A_RuntimeMethod_var);
V_0 = L_13;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_009f:
{// begin finally (depth: 1)
Enumerator_Dispose_m695B62553C94CD812A3EA54E4E3399FF95B6456E((&V_0), Enumerator_Dispose_m695B62553C94CD812A3EA54E4E3399FF95B6456E_RuntimeMethod_var);
return;
}// end finally (depth: 1)
});
try
{// begin try (depth: 1)
{
goto IL_0094_1;
}
IL_007c_1:
{
// foreach ( var node in targetNodes )
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_14;
L_14 = Enumerator_get_Current_m6F2FC86D886183CDF35D6A22E662025222C0DC49_inline((&V_0), Enumerator_get_Current_m6F2FC86D886183CDF35D6A22E662025222C0DC49_RuntimeMethod_var);
// node.inConnections[0].isActive = false;
NullCheck(L_14);
List_1_t619EB3258C7F1EBD15A485EA09888BE9FC87AC7E* L_15;
L_15 = Node_get_inConnections_mDC21880D8511412E49EB8D4E615D1B5EFD9A668F_inline(L_14, NULL);
NullCheck(L_15);
Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D* L_16;
L_16 = List_1_get_Item_m10CB933550CAAA86A0E326BF1DECE5E7DE263E0E(L_15, 0, List_1_get_Item_m10CB933550CAAA86A0E326BF1DECE5E7DE263E0E_RuntimeMethod_var);
NullCheck(L_16);
Connection_set_isActive_m58C2C68CDBB85AA2E92EAF10DC5D57EB3094148B(L_16, (bool)0, NULL);
}
IL_0094_1:
{
// foreach ( var node in targetNodes )
bool L_17;
L_17 = Enumerator_MoveNext_m74A1A00DA94A5CFCC6FEFA8DB0273073FEC22C8A((&V_0), Enumerator_MoveNext_m74A1A00DA94A5CFCC6FEFA8DB0273073FEC22C8A_RuntimeMethod_var);
if (L_17)
{
goto IL_007c_1;
}
}
{
goto IL_00ad;
}
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_00ad:
{
// if ( toggleMode == ToggleMode.Toggle ) {
int32_t L_18 = __this->___toggleMode_17;
if ((!(((uint32_t)L_18) == ((uint32_t)2))))
{
goto IL_010a;
}
}
{
// foreach ( var node in targetNodes )
List_1_t90487A8EA186417AA0A6F2B22B58D1BAE3334437* L_19 = __this->___targetNodes_19;
NullCheck(L_19);
Enumerator_t3D27D75DE68B41FEB6AFC49A802F42032CECA660 L_20;
L_20 = List_1_GetEnumerator_mFC8B56E797F71B95C595D1808F0D1A49D22A128A(L_19, List_1_GetEnumerator_mFC8B56E797F71B95C595D1808F0D1A49D22A128A_RuntimeMethod_var);
V_0 = L_20;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_00fc:
{// begin finally (depth: 1)
Enumerator_Dispose_m695B62553C94CD812A3EA54E4E3399FF95B6456E((&V_0), Enumerator_Dispose_m695B62553C94CD812A3EA54E4E3399FF95B6456E_RuntimeMethod_var);
return;
}// end finally (depth: 1)
});
try
{// begin try (depth: 1)
{
goto IL_00f1_1;
}
IL_00c4_1:
{
// foreach ( var node in targetNodes )
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_21;
L_21 = Enumerator_get_Current_m6F2FC86D886183CDF35D6A22E662025222C0DC49_inline((&V_0), Enumerator_get_Current_m6F2FC86D886183CDF35D6A22E662025222C0DC49_RuntimeMethod_var);
V_1 = L_21;
// node.inConnections[0].isActive = !node.inConnections[0].isActive;
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_22 = V_1;
NullCheck(L_22);
List_1_t619EB3258C7F1EBD15A485EA09888BE9FC87AC7E* L_23;
L_23 = Node_get_inConnections_mDC21880D8511412E49EB8D4E615D1B5EFD9A668F_inline(L_22, NULL);
NullCheck(L_23);
Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D* L_24;
L_24 = List_1_get_Item_m10CB933550CAAA86A0E326BF1DECE5E7DE263E0E(L_23, 0, List_1_get_Item_m10CB933550CAAA86A0E326BF1DECE5E7DE263E0E_RuntimeMethod_var);
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_25 = V_1;
NullCheck(L_25);
List_1_t619EB3258C7F1EBD15A485EA09888BE9FC87AC7E* L_26;
L_26 = Node_get_inConnections_mDC21880D8511412E49EB8D4E615D1B5EFD9A668F_inline(L_25, NULL);
NullCheck(L_26);
Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D* L_27;
L_27 = List_1_get_Item_m10CB933550CAAA86A0E326BF1DECE5E7DE263E0E(L_26, 0, List_1_get_Item_m10CB933550CAAA86A0E326BF1DECE5E7DE263E0E_RuntimeMethod_var);
NullCheck(L_27);
bool L_28;
L_28 = Connection_get_isActive_m7050C8910A1CE4F76DC7272BEF796F39965D3172(L_27, NULL);
NullCheck(L_24);
Connection_set_isActive_m58C2C68CDBB85AA2E92EAF10DC5D57EB3094148B(L_24, (bool)((((int32_t)L_28) == ((int32_t)0))? 1 : 0), NULL);
}
IL_00f1_1:
{
// foreach ( var node in targetNodes )
bool L_29;
L_29 = Enumerator_MoveNext_m74A1A00DA94A5CFCC6FEFA8DB0273073FEC22C8A((&V_0), Enumerator_MoveNext_m74A1A00DA94A5CFCC6FEFA8DB0273073FEC22C8A_RuntimeMethod_var);
if (L_29)
{
goto IL_00c4_1;
}
}
{
goto IL_010a;
}
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_010a:
{
// return Status.Success;
return (int32_t)(1);
}
}
// System.Void NodeCanvas.BehaviourTrees.NodeToggler::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NodeToggler__ctor_m849ABA7D8AF62E3CC40CC654A781AFF16C3C448D (NodeToggler_t4462693A69F104731707C9134FD76A0A24157997* __this, const RuntimeMethod* method)
{
{
// public ToggleMode toggleMode = ToggleMode.Toggle;
__this->___toggleMode_17 = 2;
BTNode__ctor_m65405669AC0B9F58C049B89D6E0B022F1295D6E0(__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 NodeCanvas.BehaviourTrees.RootSwitcher::OnGraphStarted()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RootSwitcher_OnGraphStarted_m5E9CF3C301BE1A98ED649783EFDD6489F602DB95 (RootSwitcher_t983FF445A2D5FCA1DA7C65DA2C604E8259DD51CC* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Graph_GetNodeWithTag_TisNode_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8_mA73199ADA306F6A1FCD8E978505734F5935D06A3_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
// targetNode = graph.GetNodeWithTag<Node>(targetNodeTag);
Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* L_0;
L_0 = Node_get_graph_mB21F59A8B53310BF25DE6085397701DB23CC3A08_inline(__this, NULL);
String_t* L_1 = __this->___targetNodeTag_17;
NullCheck(L_0);
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_2;
L_2 = Graph_GetNodeWithTag_TisNode_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8_mA73199ADA306F6A1FCD8E978505734F5935D06A3(L_0, L_1, Graph_GetNodeWithTag_TisNode_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8_mA73199ADA306F6A1FCD8E978505734F5935D06A3_RuntimeMethod_var);
__this->___targetNode_18 = L_2;
Il2CppCodeGenWriteBarrier((void**)(&__this->___targetNode_18), (void*)L_2);
// }
return;
}
}
// NodeCanvas.Framework.Status NodeCanvas.BehaviourTrees.RootSwitcher::OnExecute(UnityEngine.Component,NodeCanvas.Framework.IBlackboard)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RootSwitcher_OnExecute_m487013C11E4EF120507BDCFEDBB8AC35A147BABF (RootSwitcher_t983FF445A2D5FCA1DA7C65DA2C604E8259DD51CC* __this, Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* ___0_agent, RuntimeObject* ___1_blackboard, const RuntimeMethod* method)
{
{
// if ( string.IsNullOrEmpty(targetNodeTag) )
String_t* L_0 = __this->___targetNodeTag_17;
bool L_1;
L_1 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_0, NULL);
if (!L_1)
{
goto IL_000f;
}
}
{
// return Status.Failure;
return (int32_t)(0);
}
IL_000f:
{
// if ( targetNode == null ) return Status.Failure;
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_2 = __this->___targetNode_18;
if (L_2)
{
goto IL_0019;
}
}
{
// if ( targetNode == null ) return Status.Failure;
return (int32_t)(0);
}
IL_0019:
{
// if ( graph.primeNode != targetNode )
Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* L_3;
L_3 = Node_get_graph_mB21F59A8B53310BF25DE6085397701DB23CC3A08_inline(__this, NULL);
NullCheck(L_3);
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_4;
L_4 = Graph_get_primeNode_mD442F7DA2FE8A6F5210F97A2F7563C835B5BAFC1(L_3, NULL);
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_5 = __this->___targetNode_18;
if ((((RuntimeObject*)(Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8*)L_4) == ((RuntimeObject*)(Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8*)L_5)))
{
goto IL_003d;
}
}
{
// graph.primeNode = targetNode;
Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* L_6;
L_6 = Node_get_graph_mB21F59A8B53310BF25DE6085397701DB23CC3A08_inline(__this, NULL);
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_7 = __this->___targetNode_18;
NullCheck(L_6);
Graph_set_primeNode_m7EEE10C13637E907810FD86B9E8486B074A25962(L_6, L_7, NULL);
}
IL_003d:
{
// return Status.Success;
return (int32_t)(1);
}
}
// System.Void NodeCanvas.BehaviourTrees.RootSwitcher::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RootSwitcher__ctor_m0EE13E03F268657BFC62CC8581F0BDF067E1B6AC (RootSwitcher_t983FF445A2D5FCA1DA7C65DA2C604E8259DD51CC* __this, const RuntimeMethod* method)
{
{
BTNode__ctor_m65405669AC0B9F58C049B89D6E0B022F1295D6E0(__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 NodeCanvas.Framework.GraphInfoAttribute::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GraphInfoAttribute__ctor_m34D243E07B13708778D49B7F3E7944836A46754D (GraphInfoAttribute_t4E2C7E208DA5A744907329673E84515C10151C6B* __this, const RuntimeMethod* method)
{
{
Attribute__ctor_m79ED1BF1EE36D1E417BA89A0D9F91F8AAD8D19E2(__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 NodeCanvas.Framework.DropReferenceType::.ctor(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DropReferenceType__ctor_mBD4D06635DF32085017D15DE791FD4CF4E0CD996 (DropReferenceType_tCBB40530135830DADFB85F78A9E05CEAC57306D7* __this, Type_t* ___0_type, const RuntimeMethod* method)
{
{
// public DropReferenceType(System.Type type) { this.type = type; }
Attribute__ctor_m79ED1BF1EE36D1E417BA89A0D9F91F8AAD8D19E2(__this, NULL);
// public DropReferenceType(System.Type type) { this.type = type; }
Type_t* L_0 = ___0_type;
__this->___type_0 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___type_0), (void*)L_0);
// public DropReferenceType(System.Type type) { this.type = type; }
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.Framework.BlackboardOnlyAttribute::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BlackboardOnlyAttribute__ctor_m585F80C47CCDFFC157C42C7F66ED811BA5F61C86 (BlackboardOnlyAttribute_tD424390208F3C8E6FF35E76DB3B914A64E224FFD* __this, const RuntimeMethod* method)
{
{
Attribute__ctor_m79ED1BF1EE36D1E417BA89A0D9F91F8AAD8D19E2(__this, NULL);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void NodeCanvas.Framework.SignalDefinition::add_onInvoke(NodeCanvas.Framework.SignalDefinition/InvokeArguments)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SignalDefinition_add_onInvoke_m5A8990AA3D81ED85A6CEFBCD9557D5E5F1A31799 (SignalDefinition_t6B0BE8F0DBA3C25DDFD40F3E7C1F67AB67F18C58* __this, InvokeArguments_tD6EAF2BA29D7D16ADE72398A72347303AF8DD954* ___0_value, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InvokeArguments_tD6EAF2BA29D7D16ADE72398A72347303AF8DD954_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
InvokeArguments_tD6EAF2BA29D7D16ADE72398A72347303AF8DD954* V_0 = NULL;
InvokeArguments_tD6EAF2BA29D7D16ADE72398A72347303AF8DD954* V_1 = NULL;
InvokeArguments_tD6EAF2BA29D7D16ADE72398A72347303AF8DD954* V_2 = NULL;
{
InvokeArguments_tD6EAF2BA29D7D16ADE72398A72347303AF8DD954* L_0 = __this->___onInvoke_4;
V_0 = L_0;
}
IL_0007:
{
InvokeArguments_tD6EAF2BA29D7D16ADE72398A72347303AF8DD954* L_1 = V_0;
V_1 = L_1;
InvokeArguments_tD6EAF2BA29D7D16ADE72398A72347303AF8DD954* L_2 = V_1;
InvokeArguments_tD6EAF2BA29D7D16ADE72398A72347303AF8DD954* L_3 = ___0_value;
Delegate_t* L_4;
L_4 = Delegate_Combine_m1F725AEF318BE6F0426863490691A6F4606E7D00(L_2, L_3, NULL);
V_2 = ((InvokeArguments_tD6EAF2BA29D7D16ADE72398A72347303AF8DD954*)CastclassSealed((RuntimeObject*)L_4, InvokeArguments_tD6EAF2BA29D7D16ADE72398A72347303AF8DD954_il2cpp_TypeInfo_var));
InvokeArguments_tD6EAF2BA29D7D16ADE72398A72347303AF8DD954** L_5 = (&__this->___onInvoke_4);
InvokeArguments_tD6EAF2BA29D7D16ADE72398A72347303AF8DD954* L_6 = V_2;
InvokeArguments_tD6EAF2BA29D7D16ADE72398A72347303AF8DD954* L_7 = V_1;
InvokeArguments_tD6EAF2BA29D7D16ADE72398A72347303AF8DD954* L_8;
L_8 = InterlockedCompareExchangeImpl<InvokeArguments_tD6EAF2BA29D7D16ADE72398A72347303AF8DD954*>(L_5, L_6, L_7);
V_0 = L_8;
InvokeArguments_tD6EAF2BA29D7D16ADE72398A72347303AF8DD954* L_9 = V_0;
InvokeArguments_tD6EAF2BA29D7D16ADE72398A72347303AF8DD954* L_10 = V_1;
if ((!(((RuntimeObject*)(InvokeArguments_tD6EAF2BA29D7D16ADE72398A72347303AF8DD954*)L_9) == ((RuntimeObject*)(InvokeArguments_tD6EAF2BA29D7D16ADE72398A72347303AF8DD954*)L_10))))
{
goto IL_0007;
}
}
{
return;
}
}
// System.Void NodeCanvas.Framework.SignalDefinition::remove_onInvoke(NodeCanvas.Framework.SignalDefinition/InvokeArguments)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SignalDefinition_remove_onInvoke_mA5155D83DF7B271FD25094F1D836E8715A857182 (SignalDefinition_t6B0BE8F0DBA3C25DDFD40F3E7C1F67AB67F18C58* __this, InvokeArguments_tD6EAF2BA29D7D16ADE72398A72347303AF8DD954* ___0_value, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InvokeArguments_tD6EAF2BA29D7D16ADE72398A72347303AF8DD954_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
InvokeArguments_tD6EAF2BA29D7D16ADE72398A72347303AF8DD954* V_0 = NULL;
InvokeArguments_tD6EAF2BA29D7D16ADE72398A72347303AF8DD954* V_1 = NULL;
InvokeArguments_tD6EAF2BA29D7D16ADE72398A72347303AF8DD954* V_2 = NULL;
{
InvokeArguments_tD6EAF2BA29D7D16ADE72398A72347303AF8DD954* L_0 = __this->___onInvoke_4;
V_0 = L_0;
}
IL_0007:
{
InvokeArguments_tD6EAF2BA29D7D16ADE72398A72347303AF8DD954* L_1 = V_0;
V_1 = L_1;
InvokeArguments_tD6EAF2BA29D7D16ADE72398A72347303AF8DD954* L_2 = V_1;
InvokeArguments_tD6EAF2BA29D7D16ADE72398A72347303AF8DD954* L_3 = ___0_value;
Delegate_t* L_4;
L_4 = Delegate_Remove_m8B7DD5661308FA972E23CA1CC3FC9CEB355504E3(L_2, L_3, NULL);
V_2 = ((InvokeArguments_tD6EAF2BA29D7D16ADE72398A72347303AF8DD954*)CastclassSealed((RuntimeObject*)L_4, InvokeArguments_tD6EAF2BA29D7D16ADE72398A72347303AF8DD954_il2cpp_TypeInfo_var));
InvokeArguments_tD6EAF2BA29D7D16ADE72398A72347303AF8DD954** L_5 = (&__this->___onInvoke_4);
InvokeArguments_tD6EAF2BA29D7D16ADE72398A72347303AF8DD954* L_6 = V_2;
InvokeArguments_tD6EAF2BA29D7D16ADE72398A72347303AF8DD954* L_7 = V_1;
InvokeArguments_tD6EAF2BA29D7D16ADE72398A72347303AF8DD954* L_8;
L_8 = InterlockedCompareExchangeImpl<InvokeArguments_tD6EAF2BA29D7D16ADE72398A72347303AF8DD954*>(L_5, L_6, L_7);
V_0 = L_8;
InvokeArguments_tD6EAF2BA29D7D16ADE72398A72347303AF8DD954* L_9 = V_0;
InvokeArguments_tD6EAF2BA29D7D16ADE72398A72347303AF8DD954* L_10 = V_1;
if ((!(((RuntimeObject*)(InvokeArguments_tD6EAF2BA29D7D16ADE72398A72347303AF8DD954*)L_9) == ((RuntimeObject*)(InvokeArguments_tD6EAF2BA29D7D16ADE72398A72347303AF8DD954*)L_10))))
{
goto IL_0007;
}
}
{
return;
}
}
// System.Collections.Generic.List`1<ParadoxNotion.DynamicParameterDefinition> NodeCanvas.Framework.SignalDefinition::get_parameters()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_tA21CFDD087613DE4CF05F410A95EED109BC339A1* SignalDefinition_get_parameters_m81974550B93F5A4010E1B0A51CE9C66E8D819C2C (SignalDefinition_t6B0BE8F0DBA3C25DDFD40F3E7C1F67AB67F18C58* __this, const RuntimeMethod* method)
{
{
// get { return _parameters; }
List_1_tA21CFDD087613DE4CF05F410A95EED109BC339A1* L_0 = __this->____parameters_5;
return L_0;
}
}
// System.Void NodeCanvas.Framework.SignalDefinition::set_parameters(System.Collections.Generic.List`1<ParadoxNotion.DynamicParameterDefinition>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SignalDefinition_set_parameters_m7439763329EC356FD726F018C4E5E914BC4B2919 (SignalDefinition_t6B0BE8F0DBA3C25DDFD40F3E7C1F67AB67F18C58* __this, List_1_tA21CFDD087613DE4CF05F410A95EED109BC339A1* ___0_value, const RuntimeMethod* method)
{
{
// private set { _parameters = value; }
List_1_tA21CFDD087613DE4CF05F410A95EED109BC339A1* L_0 = ___0_value;
__this->____parameters_5 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->____parameters_5), (void*)L_0);
// private set { _parameters = value; }
return;
}
}
// System.Void NodeCanvas.Framework.SignalDefinition::Invoke(UnityEngine.Transform,UnityEngine.Transform,System.Boolean,System.Object[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SignalDefinition_Invoke_mD89861506EEDAB4884CC10173DA7C5A6437B7DC3 (SignalDefinition_t6B0BE8F0DBA3C25DDFD40F3E7C1F67AB67F18C58* __this, Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___0_sender, Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___1_receiver, bool ___2_isGlobal, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___3_args, const RuntimeMethod* method)
{
{
// if ( onInvoke != null ) {
InvokeArguments_tD6EAF2BA29D7D16ADE72398A72347303AF8DD954* L_0 = __this->___onInvoke_4;
if (!L_0)
{
goto IL_0018;
}
}
{
// onInvoke(sender, receiver, isGlobal, args);
InvokeArguments_tD6EAF2BA29D7D16ADE72398A72347303AF8DD954* L_1 = __this->___onInvoke_4;
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_2 = ___0_sender;
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_3 = ___1_receiver;
bool L_4 = ___2_isGlobal;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_5 = ___3_args;
NullCheck(L_1);
InvokeArguments_Invoke_mD7B165ECC5ADEA168F3DDF091B31E62265FF28AB_inline(L_1, L_2, L_3, L_4, L_5, NULL);
}
IL_0018:
{
// }
return;
}
}
// System.Void NodeCanvas.Framework.SignalDefinition::AddParameter(System.String,System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SignalDefinition_AddParameter_mE58AAC05376DD219D694CB05FD8B92E01CA14408 (SignalDefinition_t6B0BE8F0DBA3C25DDFD40F3E7C1F67AB67F18C58* __this, String_t* ___0_name, Type_t* ___1_type, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DynamicParameterDefinition_t9B2EC9C6FF90EECDCC32CAB983D88026746D5874_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m3469775F16BCC697D49943D7A6745CFB7A080ED5_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
DynamicParameterDefinition_t9B2EC9C6FF90EECDCC32CAB983D88026746D5874* V_0 = NULL;
{
// var param = new DynamicParameterDefinition(name, type);
String_t* L_0 = ___0_name;
Type_t* L_1 = ___1_type;
DynamicParameterDefinition_t9B2EC9C6FF90EECDCC32CAB983D88026746D5874* L_2 = (DynamicParameterDefinition_t9B2EC9C6FF90EECDCC32CAB983D88026746D5874*)il2cpp_codegen_object_new(DynamicParameterDefinition_t9B2EC9C6FF90EECDCC32CAB983D88026746D5874_il2cpp_TypeInfo_var);
NullCheck(L_2);
DynamicParameterDefinition__ctor_m771C37B6FFAE999691AC2C538C35097381C0CDDE(L_2, L_0, L_1, NULL);
V_0 = L_2;
// _parameters.Add(param);
List_1_tA21CFDD087613DE4CF05F410A95EED109BC339A1* L_3 = __this->____parameters_5;
DynamicParameterDefinition_t9B2EC9C6FF90EECDCC32CAB983D88026746D5874* L_4 = V_0;
NullCheck(L_3);
List_1_Add_m3469775F16BCC697D49943D7A6745CFB7A080ED5_inline(L_3, L_4, List_1_Add_m3469775F16BCC697D49943D7A6745CFB7A080ED5_RuntimeMethod_var);
// }
return;
}
}
// System.Void NodeCanvas.Framework.SignalDefinition::RemoveParameter(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SignalDefinition_RemoveParameter_mF2EA5AEA5438E508C63D342CC70C6F7C881DCCD2 (SignalDefinition_t6B0BE8F0DBA3C25DDFD40F3E7C1F67AB67F18C58* __this, String_t* ___0_name, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Find_mB1538B6FFDCEE81121AC08AB272A5C9A9FB28EE7_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Remove_mE3ABB9D2602EDDC5E0A80E6941E5C18012ED4348_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Predicate_1_tC4EA323DB361C3D3F3890DBFA5E25F356E61EF61_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass10_0_U3CRemoveParameterU3Eb__0_mFA51A1DF2B81FE71DBF313EC1F0FBE59B7CFF54A_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass10_0_tCFDA08404FEFAEEB929FBFE13419E534BA420BE2_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
U3CU3Ec__DisplayClass10_0_tCFDA08404FEFAEEB929FBFE13419E534BA420BE2* V_0 = NULL;
DynamicParameterDefinition_t9B2EC9C6FF90EECDCC32CAB983D88026746D5874* V_1 = NULL;
{
U3CU3Ec__DisplayClass10_0_tCFDA08404FEFAEEB929FBFE13419E534BA420BE2* L_0 = (U3CU3Ec__DisplayClass10_0_tCFDA08404FEFAEEB929FBFE13419E534BA420BE2*)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass10_0_tCFDA08404FEFAEEB929FBFE13419E534BA420BE2_il2cpp_TypeInfo_var);
NullCheck(L_0);
U3CU3Ec__DisplayClass10_0__ctor_m5E654964DB16BCA20A036EE097AF551D5A63EBAF(L_0, NULL);
V_0 = L_0;
U3CU3Ec__DisplayClass10_0_tCFDA08404FEFAEEB929FBFE13419E534BA420BE2* L_1 = V_0;
String_t* L_2 = ___0_name;
NullCheck(L_1);
L_1->___name_0 = L_2;
Il2CppCodeGenWriteBarrier((void**)(&L_1->___name_0), (void*)L_2);
// var param = _parameters.Find(p => p.name == name);
List_1_tA21CFDD087613DE4CF05F410A95EED109BC339A1* L_3 = __this->____parameters_5;
U3CU3Ec__DisplayClass10_0_tCFDA08404FEFAEEB929FBFE13419E534BA420BE2* L_4 = V_0;
Predicate_1_tC4EA323DB361C3D3F3890DBFA5E25F356E61EF61* L_5 = (Predicate_1_tC4EA323DB361C3D3F3890DBFA5E25F356E61EF61*)il2cpp_codegen_object_new(Predicate_1_tC4EA323DB361C3D3F3890DBFA5E25F356E61EF61_il2cpp_TypeInfo_var);
NullCheck(L_5);
Predicate_1__ctor_m14DA829CD126599386E4512CFA59FE271A9FC768(L_5, L_4, (intptr_t)((void*)U3CU3Ec__DisplayClass10_0_U3CRemoveParameterU3Eb__0_mFA51A1DF2B81FE71DBF313EC1F0FBE59B7CFF54A_RuntimeMethod_var), NULL);
NullCheck(L_3);
DynamicParameterDefinition_t9B2EC9C6FF90EECDCC32CAB983D88026746D5874* L_6;
L_6 = List_1_Find_mB1538B6FFDCEE81121AC08AB272A5C9A9FB28EE7(L_3, L_5, List_1_Find_mB1538B6FFDCEE81121AC08AB272A5C9A9FB28EE7_RuntimeMethod_var);
V_1 = L_6;
// if ( param != null ) {
DynamicParameterDefinition_t9B2EC9C6FF90EECDCC32CAB983D88026746D5874* L_7 = V_1;
if (!L_7)
{
goto IL_0035;
}
}
{
// _parameters.Remove(param);
List_1_tA21CFDD087613DE4CF05F410A95EED109BC339A1* L_8 = __this->____parameters_5;
DynamicParameterDefinition_t9B2EC9C6FF90EECDCC32CAB983D88026746D5874* L_9 = V_1;
NullCheck(L_8);
bool L_10;
L_10 = List_1_Remove_mE3ABB9D2602EDDC5E0A80E6941E5C18012ED4348(L_8, L_9, List_1_Remove_mE3ABB9D2602EDDC5E0A80E6941E5C18012ED4348_RuntimeMethod_var);
}
IL_0035:
{
// }
return;
}
}
// System.Void NodeCanvas.Framework.SignalDefinition::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SignalDefinition__ctor_m16B86853CE9513FF24318D5F3D7AA78C355603A5 (SignalDefinition_t6B0BE8F0DBA3C25DDFD40F3E7C1F67AB67F18C58* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mED4F73CA4066DDCEDD35781D6C1CDBA6FADD0370_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_tA21CFDD087613DE4CF05F410A95EED109BC339A1_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// private List<DynamicParameterDefinition> _parameters = new List<DynamicParameterDefinition>();
List_1_tA21CFDD087613DE4CF05F410A95EED109BC339A1* L_0 = (List_1_tA21CFDD087613DE4CF05F410A95EED109BC339A1*)il2cpp_codegen_object_new(List_1_tA21CFDD087613DE4CF05F410A95EED109BC339A1_il2cpp_TypeInfo_var);
NullCheck(L_0);
List_1__ctor_mED4F73CA4066DDCEDD35781D6C1CDBA6FADD0370(L_0, List_1__ctor_mED4F73CA4066DDCEDD35781D6C1CDBA6FADD0370_RuntimeMethod_var);
__this->____parameters_5 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->____parameters_5), (void*)L_0);
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
void InvokeArguments_Invoke_mD7B165ECC5ADEA168F3DDF091B31E62265FF28AB_Multicast(InvokeArguments_tD6EAF2BA29D7D16ADE72398A72347303AF8DD954* __this, Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___0_sender, Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___1_receiver, bool ___2_isGlobal, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___3_args, 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));
for (il2cpp_array_size_t i = 0; i < length; i++)
{
InvokeArguments_tD6EAF2BA29D7D16ADE72398A72347303AF8DD954* currentDelegate = reinterpret_cast<InvokeArguments_tD6EAF2BA29D7D16ADE72398A72347303AF8DD954*>(delegatesToInvoke[i]);
typedef void (*FunctionPointerType) (RuntimeObject*, Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1*, Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1*, bool, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*, const RuntimeMethod*);
((FunctionPointerType)currentDelegate->___invoke_impl_1)((Il2CppObject*)currentDelegate->___method_code_6, ___0_sender, ___1_receiver, ___2_isGlobal, ___3_args, reinterpret_cast<RuntimeMethod*>(currentDelegate->___method_3));
}
}
void InvokeArguments_Invoke_mD7B165ECC5ADEA168F3DDF091B31E62265FF28AB_OpenInst(InvokeArguments_tD6EAF2BA29D7D16ADE72398A72347303AF8DD954* __this, Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___0_sender, Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___1_receiver, bool ___2_isGlobal, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___3_args, const RuntimeMethod* method)
{
NullCheck(___0_sender);
typedef void (*FunctionPointerType) (Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1*, Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1*, bool, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*, const RuntimeMethod*);
((FunctionPointerType)__this->___method_ptr_0)(___0_sender, ___1_receiver, ___2_isGlobal, ___3_args, method);
}
void InvokeArguments_Invoke_mD7B165ECC5ADEA168F3DDF091B31E62265FF28AB_OpenStatic(InvokeArguments_tD6EAF2BA29D7D16ADE72398A72347303AF8DD954* __this, Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___0_sender, Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___1_receiver, bool ___2_isGlobal, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___3_args, const RuntimeMethod* method)
{
typedef void (*FunctionPointerType) (Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1*, Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1*, bool, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*, const RuntimeMethod*);
((FunctionPointerType)__this->___method_ptr_0)(___0_sender, ___1_receiver, ___2_isGlobal, ___3_args, method);
}
void InvokeArguments_Invoke_mD7B165ECC5ADEA168F3DDF091B31E62265FF28AB_OpenStaticInvoker(InvokeArguments_tD6EAF2BA29D7D16ADE72398A72347303AF8DD954* __this, Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___0_sender, Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___1_receiver, bool ___2_isGlobal, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___3_args, const RuntimeMethod* method)
{
InvokerActionInvoker4< Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1*, Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1*, bool, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* >::Invoke(__this->___method_ptr_0, method, NULL, ___0_sender, ___1_receiver, ___2_isGlobal, ___3_args);
}
void InvokeArguments_Invoke_mD7B165ECC5ADEA168F3DDF091B31E62265FF28AB_ClosedStaticInvoker(InvokeArguments_tD6EAF2BA29D7D16ADE72398A72347303AF8DD954* __this, Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___0_sender, Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___1_receiver, bool ___2_isGlobal, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___3_args, const RuntimeMethod* method)
{
InvokerActionInvoker5< RuntimeObject*, Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1*, Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1*, bool, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* >::Invoke(__this->___method_ptr_0, method, NULL, __this->___m_target_2, ___0_sender, ___1_receiver, ___2_isGlobal, ___3_args);
}
void InvokeArguments_Invoke_mD7B165ECC5ADEA168F3DDF091B31E62265FF28AB_OpenVirtual(InvokeArguments_tD6EAF2BA29D7D16ADE72398A72347303AF8DD954* __this, Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___0_sender, Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___1_receiver, bool ___2_isGlobal, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___3_args, const RuntimeMethod* method)
{
NullCheck(___0_sender);
VirtualActionInvoker3< Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1*, bool, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* >::Invoke(il2cpp_codegen_method_get_slot(method), ___0_sender, ___1_receiver, ___2_isGlobal, ___3_args);
}
void InvokeArguments_Invoke_mD7B165ECC5ADEA168F3DDF091B31E62265FF28AB_OpenInterface(InvokeArguments_tD6EAF2BA29D7D16ADE72398A72347303AF8DD954* __this, Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___0_sender, Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___1_receiver, bool ___2_isGlobal, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___3_args, const RuntimeMethod* method)
{
NullCheck(___0_sender);
InterfaceActionInvoker3< Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1*, bool, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* >::Invoke(il2cpp_codegen_method_get_slot(method), il2cpp_codegen_method_get_declaring_type(method), ___0_sender, ___1_receiver, ___2_isGlobal, ___3_args);
}
void InvokeArguments_Invoke_mD7B165ECC5ADEA168F3DDF091B31E62265FF28AB_OpenGenericVirtual(InvokeArguments_tD6EAF2BA29D7D16ADE72398A72347303AF8DD954* __this, Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___0_sender, Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___1_receiver, bool ___2_isGlobal, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___3_args, const RuntimeMethod* method)
{
NullCheck(___0_sender);
GenericVirtualActionInvoker3< Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1*, bool, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* >::Invoke(method, ___0_sender, ___1_receiver, ___2_isGlobal, ___3_args);
}
void InvokeArguments_Invoke_mD7B165ECC5ADEA168F3DDF091B31E62265FF28AB_OpenGenericInterface(InvokeArguments_tD6EAF2BA29D7D16ADE72398A72347303AF8DD954* __this, Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___0_sender, Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___1_receiver, bool ___2_isGlobal, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___3_args, const RuntimeMethod* method)
{
NullCheck(___0_sender);
GenericInterfaceActionInvoker3< Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1*, bool, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* >::Invoke(method, ___0_sender, ___1_receiver, ___2_isGlobal, ___3_args);
}
// System.Void NodeCanvas.Framework.SignalDefinition/InvokeArguments::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvokeArguments__ctor_mC2D335DFE3DDBD879EB9963CCB88FCF07FA3C87D (InvokeArguments_tD6EAF2BA29D7D16ADE72398A72347303AF8DD954* __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)&InvokeArguments_Invoke_mD7B165ECC5ADEA168F3DDF091B31E62265FF28AB_OpenStaticInvoker;
else
__this->___invoke_impl_1 = (intptr_t)&InvokeArguments_Invoke_mD7B165ECC5ADEA168F3DDF091B31E62265FF28AB_ClosedStaticInvoker;
else
if (isOpen)
__this->___invoke_impl_1 = (intptr_t)&InvokeArguments_Invoke_mD7B165ECC5ADEA168F3DDF091B31E62265FF28AB_OpenStatic;
else
{
__this->___invoke_impl_1 = (intptr_t)__this->___method_ptr_0;
__this->___method_code_6 = (intptr_t)__this->___m_target_2;
}
}
else
{
bool isOpen = parameterCount == 3;
if (isOpen)
{
if (__this->___method_is_virtual_12)
{
if (il2cpp_codegen_method_is_generic_instance_method((RuntimeMethod*)___1_method))
if (il2cpp_codegen_method_is_interface_method((RuntimeMethod*)___1_method))
__this->___invoke_impl_1 = (intptr_t)&InvokeArguments_Invoke_mD7B165ECC5ADEA168F3DDF091B31E62265FF28AB_OpenGenericInterface;
else
__this->___invoke_impl_1 = (intptr_t)&InvokeArguments_Invoke_mD7B165ECC5ADEA168F3DDF091B31E62265FF28AB_OpenGenericVirtual;
else
if (il2cpp_codegen_method_is_interface_method((RuntimeMethod*)___1_method))
__this->___invoke_impl_1 = (intptr_t)&InvokeArguments_Invoke_mD7B165ECC5ADEA168F3DDF091B31E62265FF28AB_OpenInterface;
else
__this->___invoke_impl_1 = (intptr_t)&InvokeArguments_Invoke_mD7B165ECC5ADEA168F3DDF091B31E62265FF28AB_OpenVirtual;
}
else
{
__this->___invoke_impl_1 = (intptr_t)&InvokeArguments_Invoke_mD7B165ECC5ADEA168F3DDF091B31E62265FF28AB_OpenInst;
}
}
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)&InvokeArguments_Invoke_mD7B165ECC5ADEA168F3DDF091B31E62265FF28AB_Multicast;
}
// System.Void NodeCanvas.Framework.SignalDefinition/InvokeArguments::Invoke(UnityEngine.Transform,UnityEngine.Transform,System.Boolean,System.Object[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvokeArguments_Invoke_mD7B165ECC5ADEA168F3DDF091B31E62265FF28AB (InvokeArguments_tD6EAF2BA29D7D16ADE72398A72347303AF8DD954* __this, Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___0_sender, Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___1_receiver, bool ___2_isGlobal, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___3_args, const RuntimeMethod* method)
{
typedef void (*FunctionPointerType) (RuntimeObject*, Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1*, Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1*, bool, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*, const RuntimeMethod*);
((FunctionPointerType)__this->___invoke_impl_1)((Il2CppObject*)__this->___method_code_6, ___0_sender, ___1_receiver, ___2_isGlobal, ___3_args, reinterpret_cast<RuntimeMethod*>(__this->___method_3));
}
// System.IAsyncResult NodeCanvas.Framework.SignalDefinition/InvokeArguments::BeginInvoke(UnityEngine.Transform,UnityEngine.Transform,System.Boolean,System.Object[],System.AsyncCallback,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* InvokeArguments_BeginInvoke_m16E70F70D58F5890080A0DD6883B3B1313F8A89C (InvokeArguments_tD6EAF2BA29D7D16ADE72398A72347303AF8DD954* __this, Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___0_sender, Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___1_receiver, bool ___2_isGlobal, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___3_args, AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C* ___4_callback, RuntimeObject* ___5_object, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
void *__d_args[5] = {0};
__d_args[0] = ___0_sender;
__d_args[1] = ___1_receiver;
__d_args[2] = Box(Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var, &___2_isGlobal);
__d_args[3] = ___3_args;
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___4_callback, (RuntimeObject*)___5_object);
}
// System.Void NodeCanvas.Framework.SignalDefinition/InvokeArguments::EndInvoke(System.IAsyncResult)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvokeArguments_EndInvoke_mA4289B8EF27ECFFD9F533262F1324C6F85B5C440 (InvokeArguments_tD6EAF2BA29D7D16ADE72398A72347303AF8DD954* __this, RuntimeObject* ___0_result, const RuntimeMethod* method)
{
il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___0_result, 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 NodeCanvas.Framework.SignalDefinition/<>c__DisplayClass10_0::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass10_0__ctor_m5E654964DB16BCA20A036EE097AF551D5A63EBAF (U3CU3Ec__DisplayClass10_0_tCFDA08404FEFAEEB929FBFE13419E534BA420BE2* __this, const RuntimeMethod* method)
{
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
return;
}
}
// System.Boolean NodeCanvas.Framework.SignalDefinition/<>c__DisplayClass10_0::<RemoveParameter>b__0(ParadoxNotion.DynamicParameterDefinition)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec__DisplayClass10_0_U3CRemoveParameterU3Eb__0_mFA51A1DF2B81FE71DBF313EC1F0FBE59B7CFF54A (U3CU3Ec__DisplayClass10_0_tCFDA08404FEFAEEB929FBFE13419E534BA420BE2* __this, DynamicParameterDefinition_t9B2EC9C6FF90EECDCC32CAB983D88026746D5874* ___0_p, const RuntimeMethod* method)
{
{
// var param = _parameters.Find(p => p.name == name);
DynamicParameterDefinition_t9B2EC9C6FF90EECDCC32CAB983D88026746D5874* L_0 = ___0_p;
NullCheck(L_0);
String_t* L_1;
L_1 = DynamicParameterDefinition_get_name_m9257360B2E9815ED37A471010EA7988695ECCB74_inline(L_0, NULL);
String_t* L_2 = __this->___name_0;
bool L_3;
L_3 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_1, L_2, NULL);
return L_3;
}
}
#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.Framework.CanvasGroup::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CanvasGroup__ctor_m0CF87DA8C77D3BE2033B4B0A35B153C2ED41CC44 (CanvasGroup_t7B22BC921E2A40954DB7158F6F05F048126F3B3E* __this, const RuntimeMethod* method)
{
{
// public CanvasGroup() { }
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
// public CanvasGroup() { }
return;
}
}
// System.Void NodeCanvas.Framework.CanvasGroup::.ctor(UnityEngine.Rect,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CanvasGroup__ctor_m229033ECD1AE5D2293B2EB7A860319285410FC84 (CanvasGroup_t7B22BC921E2A40954DB7158F6F05F048126F3B3E* __this, Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___0_rect, String_t* ___1_name, const RuntimeMethod* method)
{
{
// public CanvasGroup(Rect rect, string name) {
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
// this.rect = rect;
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_0 = ___0_rect;
__this->___rect_1 = L_0;
// this.name = name;
String_t* L_1 = ___1_name;
__this->___name_0 = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->___name_0), (void*)L_1);
// }
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.String NodeCanvas.Framework.Connection::get_UID()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Connection_get_UID_m253F01225ACEBF14C657B00F260515C5121D4431 (Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D* __this, const RuntimeMethod* method)
{
Guid_t V_0;
memset((&V_0), 0, sizeof(V_0));
String_t* V_1 = NULL;
{
// public string UID => ( string.IsNullOrEmpty(_UID) ? _UID = System.Guid.NewGuid().ToString() : _UID );
String_t* L_0 = __this->____UID_2;
bool L_1;
L_1 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_0, NULL);
if (L_1)
{
goto IL_0014;
}
}
{
String_t* L_2 = __this->____UID_2;
return L_2;
}
IL_0014:
{
Guid_t L_3;
L_3 = Guid_NewGuid_m1F4894E8DC089811D6252148AD5858E58D43A7BD(NULL);
V_0 = L_3;
String_t* L_4;
L_4 = Guid_ToString_m2BFFD5FA726E03FA707AAFCCF065896C46D5290C((&V_0), NULL);
String_t* L_5 = L_4;
V_1 = L_5;
__this->____UID_2 = L_5;
Il2CppCodeGenWriteBarrier((void**)(&__this->____UID_2), (void*)L_5);
String_t* L_6 = V_1;
return L_6;
}
}
// NodeCanvas.Framework.Node NodeCanvas.Framework.Connection::get_sourceNode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* Connection_get_sourceNode_m8AAB4D86A1F7E4AA641DD4D54B6288412058A10D (Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D* __this, const RuntimeMethod* method)
{
{
// get { return _sourceNode; }
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_0 = __this->____sourceNode_0;
return L_0;
}
}
// System.Void NodeCanvas.Framework.Connection::set_sourceNode(NodeCanvas.Framework.Node)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Connection_set_sourceNode_mA1DC1AC5824D59865963C9D3A7F96D715E0474E4 (Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D* __this, Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* ___0_value, const RuntimeMethod* method)
{
{
// protected set { _sourceNode = value; }
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_0 = ___0_value;
__this->____sourceNode_0 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->____sourceNode_0), (void*)L_0);
// protected set { _sourceNode = value; }
return;
}
}
// NodeCanvas.Framework.Node NodeCanvas.Framework.Connection::get_targetNode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* Connection_get_targetNode_m6497814C735802779A09743F85F194212C0606F2 (Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D* __this, const RuntimeMethod* method)
{
{
// get { return _targetNode; }
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_0 = __this->____targetNode_1;
return L_0;
}
}
// System.Void NodeCanvas.Framework.Connection::set_targetNode(NodeCanvas.Framework.Node)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Connection_set_targetNode_m67FA42730D896F4DC0C262DB5DA0D0EF1E0D959D (Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D* __this, Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* ___0_value, const RuntimeMethod* method)
{
{
// protected set { _targetNode = value; }
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_0 = ___0_value;
__this->____targetNode_1 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->____targetNode_1), (void*)L_0);
// protected set { _targetNode = value; }
return;
}
}
// System.String NodeCanvas.Framework.Connection::NodeCanvas.Framework.IGraphElement.get_name()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Connection_NodeCanvas_Framework_IGraphElement_get_name_m151736A58C7BCD13C47D20C8978018B09B3956E0 (Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBBC4BD37A426D68F16FC03A3F4AAC387168995BC);
s_Il2CppMethodInitialized = true;
}
{
// string IGraphElement.name => "Connection";
return _stringLiteralBBC4BD37A426D68F16FC03A3F4AAC387168995BC;
}
}
// System.Boolean NodeCanvas.Framework.Connection::get_isActive()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Connection_get_isActive_m7050C8910A1CE4F76DC7272BEF796F39965D3172 (Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D* __this, const RuntimeMethod* method)
{
{
// get { return !_isDisabled; }
bool L_0 = __this->____isDisabled_3;
return (bool)((((int32_t)L_0) == ((int32_t)0))? 1 : 0);
}
}
// System.Void NodeCanvas.Framework.Connection::set_isActive(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Connection_set_isActive_m58C2C68CDBB85AA2E92EAF10DC5D57EB3094148B (Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D* __this, bool ___0_value, const RuntimeMethod* method)
{
{
// if ( !_isDisabled && value == false ) {
bool L_0 = __this->____isDisabled_3;
if (L_0)
{
goto IL_0012;
}
}
{
bool L_1 = ___0_value;
if (L_1)
{
goto IL_0012;
}
}
{
// Reset();
Connection_Reset_m1F1F0FCB268CE47503C3206CC1EAFE9FDD670CA7(__this, (bool)1, NULL);
}
IL_0012:
{
// _isDisabled = !value;
bool L_2 = ___0_value;
__this->____isDisabled_3 = (bool)((((int32_t)L_2) == ((int32_t)0))? 1 : 0);
// }
return;
}
}
// NodeCanvas.Framework.Status NodeCanvas.Framework.Connection::get_status()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Connection_get_status_m399EC796A0B8161F43CC4FBC11D10D2A5E5B7037 (Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D* __this, const RuntimeMethod* method)
{
{
// get { return _status; }
int32_t L_0 = __this->____status_4;
return L_0;
}
}
// System.Void NodeCanvas.Framework.Connection::set_status(NodeCanvas.Framework.Status)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Connection_set_status_m465294253B1F7350BF1CCB503A9D63FAED89C091 (Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D* __this, int32_t ___0_value, const RuntimeMethod* method)
{
{
// set { _status = value; }
int32_t L_0 = ___0_value;
__this->____status_4 = L_0;
// set { _status = value; }
return;
}
}
// NodeCanvas.Framework.Graph NodeCanvas.Framework.Connection::get_graph()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* Connection_get_graph_mDE72A577448B03F0F4E74DD68F71DC9CCA9F9FE9 (Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D* __this, const RuntimeMethod* method)
{
{
// public Graph graph => ( sourceNode != null ? sourceNode.graph : null );
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_0;
L_0 = Connection_get_sourceNode_m8AAB4D86A1F7E4AA641DD4D54B6288412058A10D_inline(__this, NULL);
if (L_0)
{
goto IL_000a;
}
}
{
return (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032*)NULL;
}
IL_000a:
{
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_1;
L_1 = Connection_get_sourceNode_m8AAB4D86A1F7E4AA641DD4D54B6288412058A10D_inline(__this, NULL);
NullCheck(L_1);
Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* L_2;
L_2 = Node_get_graph_mB21F59A8B53310BF25DE6085397701DB23CC3A08_inline(L_1, NULL);
return L_2;
}
}
// System.Void NodeCanvas.Framework.Connection::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Connection__ctor_mA19053B3D480CFD0F3D3071E5F6E4835F86A1EC0 (Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D* __this, const RuntimeMethod* method)
{
{
// [System.NonSerialized] private Status _status = Status.Resting;
__this->____status_4 = 3;
// public Connection() { }
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
// public Connection() { }
return;
}
}
// NodeCanvas.Framework.Connection NodeCanvas.Framework.Connection::Create(NodeCanvas.Framework.Node,NodeCanvas.Framework.Node,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D* Connection_Create_m833585BEBA537B86FCB261CB272D567849B7443C (Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* ___0_source, Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* ___1_target, int32_t ___2_sourceIndex, int32_t ___3_targetIndex, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MissingNode_tD1CDB05F5C85C791378F30E3370614278CF64158_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
{
// if ( source == null || target == null ) {
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_0 = ___0_source;
if (!L_0)
{
goto IL_0006;
}
}
{
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_1 = ___1_target;
if (L_1)
{
goto IL_0008;
}
}
IL_0006:
{
// return null;
return (Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D*)NULL;
}
IL_0008:
{
// if ( source is MissingNode ) {
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_2 = ___0_source;
if (!((MissingNode_tD1CDB05F5C85C791378F30E3370614278CF64158*)IsInstSealed((RuntimeObject*)L_2, MissingNode_tD1CDB05F5C85C791378F30E3370614278CF64158_il2cpp_TypeInfo_var)))
{
goto IL_0012;
}
}
{
// return null;
return (Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D*)NULL;
}
IL_0012:
{
// var newConnection = (Connection)System.Activator.CreateInstance(source.outConnectionType);
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_3 = ___0_source;
NullCheck(L_3);
Type_t* L_4;
L_4 = VirtualFuncInvoker0< Type_t* >::Invoke(15 /* System.Type NodeCanvas.Framework.Node::get_outConnectionType() */, L_3);
RuntimeObject* L_5;
L_5 = Activator_CreateInstance_mFF030428C64FDDFACC74DFAC97388A1C628BFBCF(L_4, NULL);
// var resultSourceIndex = newConnection.SetSourceNode(source, sourceIndex);
Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D* L_6 = ((Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D*)CastclassClass((RuntimeObject*)L_5, Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D_il2cpp_TypeInfo_var));
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_7 = ___0_source;
int32_t L_8 = ___2_sourceIndex;
NullCheck(L_6);
int32_t L_9;
L_9 = Connection_SetSourceNode_m9D7C0AFAB7F460CBFE8A3F13C1A75E55799244AE(L_6, L_7, L_8, NULL);
V_0 = L_9;
// var resultTargetIndex = newConnection.SetTargetNode(target, targetIndex);
Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D* L_10 = L_6;
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_11 = ___1_target;
int32_t L_12 = ___3_targetIndex;
NullCheck(L_10);
int32_t L_13;
L_13 = Connection_SetTargetNode_m663251B96A6F05651BEEC8C8E47DD7BA4E9B76E2(L_10, L_11, L_12, NULL);
V_1 = L_13;
// newConnection.OnValidate(resultSourceIndex, resultTargetIndex);
Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D* L_14 = L_10;
int32_t L_15 = V_0;
int32_t L_16 = V_1;
NullCheck(L_14);
VirtualActionInvoker2< int32_t, int32_t >::Invoke(9 /* System.Void NodeCanvas.Framework.Connection::OnValidate(System.Int32,System.Int32) */, L_14, L_15, L_16);
// newConnection.OnCreate(resultSourceIndex, resultTargetIndex);
Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D* L_17 = L_14;
int32_t L_18 = V_0;
int32_t L_19 = V_1;
NullCheck(L_17);
VirtualActionInvoker2< int32_t, int32_t >::Invoke(8 /* System.Void NodeCanvas.Framework.Connection::OnCreate(System.Int32,System.Int32) */, L_17, L_18, L_19);
// return newConnection;
return L_17;
}
}
// NodeCanvas.Framework.Connection NodeCanvas.Framework.Connection::Duplicate(NodeCanvas.Framework.Node,NodeCanvas.Framework.Node)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D* Connection_Duplicate_mB9AFCBE7698066A8E980BA6CCD834929686E6D62 (Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D* __this, Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* ___0_newSource, Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* ___1_newTarget, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_1_t6A55CC4C05DB035C0D82C5B95F9DFE36A3F00EC0_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_1_t1F4DAC7413714DCE273B737E40B592679CEED7D0_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JSONSerializer_Clone_TisConnection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D_mA81439E8A225DBBD8664A55C287DD55414FC6879_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JSONSerializer_t41C2A6A19CE244C486DCA145CEF08B6A4C8CAA0F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m61EC81C4B824240F4307B7B97150D58D672FBB35_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_mC96ADDB2914B9FADC03D3A91F7B5B647995A2E5C_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D* V_0 = NULL;
RuntimeObject* V_1 = NULL;
{
// if ( newSource == null || newTarget == null ) {
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_0 = ___0_newSource;
if (!L_0)
{
goto IL_0006;
}
}
{
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_1 = ___1_newTarget;
if (L_1)
{
goto IL_0008;
}
}
IL_0006:
{
// return null;
return (Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D*)NULL;
}
IL_0008:
{
// var newConnection = JSONSerializer.Clone<Connection>(this);
il2cpp_codegen_runtime_class_init_inline(JSONSerializer_t41C2A6A19CE244C486DCA145CEF08B6A4C8CAA0F_il2cpp_TypeInfo_var);
Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D* L_2;
L_2 = JSONSerializer_Clone_TisConnection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D_mA81439E8A225DBBD8664A55C287DD55414FC6879(__this, JSONSerializer_Clone_TisConnection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D_mA81439E8A225DBBD8664A55C287DD55414FC6879_RuntimeMethod_var);
V_0 = L_2;
// newConnection._UID = null;
Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D* L_3 = V_0;
NullCheck(L_3);
L_3->____UID_2 = (String_t*)NULL;
Il2CppCodeGenWriteBarrier((void**)(&L_3->____UID_2), (void*)(String_t*)NULL);
// newConnection.sourceNode = newSource;
Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D* L_4 = V_0;
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_5 = ___0_newSource;
NullCheck(L_4);
Connection_set_sourceNode_mA1DC1AC5824D59865963C9D3A7F96D715E0474E4_inline(L_4, L_5, NULL);
// newConnection.targetNode = newTarget;
Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D* L_6 = V_0;
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_7 = ___1_newTarget;
NullCheck(L_6);
Connection_set_targetNode_m67FA42730D896F4DC0C262DB5DA0D0EF1E0D959D_inline(L_6, L_7, NULL);
// newSource.outConnections.Add(newConnection);
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_8 = ___0_newSource;
NullCheck(L_8);
List_1_t619EB3258C7F1EBD15A485EA09888BE9FC87AC7E* L_9;
L_9 = Node_get_outConnections_mBD92942B179E5297C07F297E1D0F2F0946A8F7EE_inline(L_8, NULL);
Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D* L_10 = V_0;
NullCheck(L_9);
List_1_Add_m61EC81C4B824240F4307B7B97150D58D672FBB35_inline(L_9, L_10, List_1_Add_m61EC81C4B824240F4307B7B97150D58D672FBB35_RuntimeMethod_var);
// newTarget.inConnections.Add(newConnection);
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_11 = ___1_newTarget;
NullCheck(L_11);
List_1_t619EB3258C7F1EBD15A485EA09888BE9FC87AC7E* L_12;
L_12 = Node_get_inConnections_mDC21880D8511412E49EB8D4E615D1B5EFD9A668F_inline(L_11, NULL);
Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D* L_13 = V_0;
NullCheck(L_12);
List_1_Add_m61EC81C4B824240F4307B7B97150D58D672FBB35_inline(L_12, L_13, List_1_Add_m61EC81C4B824240F4307B7B97150D58D672FBB35_RuntimeMethod_var);
// if ( newSource.graph != null ) {
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_14 = ___0_newSource;
NullCheck(L_14);
Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* L_15;
L_15 = Node_get_graph_mB21F59A8B53310BF25DE6085397701DB23CC3A08_inline(L_14, NULL);
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_16;
L_16 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_15, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
if (!L_16)
{
goto IL_007d;
}
}
{
// foreach ( var task in Graph.GetTasksInElement(newConnection) ) {
Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D* L_17 = V_0;
RuntimeObject* L_18;
L_18 = Graph_GetTasksInElement_m4986E53DBD263BFF39D8DE253CC20E00906D2F1E(L_17, NULL);
NullCheck(L_18);
RuntimeObject* L_19;
L_19 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.IEnumerable`1<NodeCanvas.Framework.Task>::GetEnumerator() */, IEnumerable_1_t6A55CC4C05DB035C0D82C5B95F9DFE36A3F00EC0_il2cpp_TypeInfo_var, L_18);
V_1 = L_19;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_0073:
{// begin finally (depth: 1)
{
RuntimeObject* L_20 = V_1;
if (!L_20)
{
goto IL_007c;
}
}
{
RuntimeObject* L_21 = V_1;
NullCheck(L_21);
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_21);
}
IL_007c:
{
return;
}
}// end finally (depth: 1)
});
try
{// begin try (depth: 1)
{
goto IL_0069_1;
}
IL_0058_1:
{
// foreach ( var task in Graph.GetTasksInElement(newConnection) ) {
RuntimeObject* L_22 = V_1;
NullCheck(L_22);
Task_tF05C1B448C98EDD5D7E9E23660FCEAC40348A284* L_23;
L_23 = InterfaceFuncInvoker0< Task_tF05C1B448C98EDD5D7E9E23660FCEAC40348A284* >::Invoke(0 /* T System.Collections.Generic.IEnumerator`1<NodeCanvas.Framework.Task>::get_Current() */, IEnumerator_1_t1F4DAC7413714DCE273B737E40B592679CEED7D0_il2cpp_TypeInfo_var, L_22);
// task.Validate(newSource.graph);
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_24 = ___0_newSource;
NullCheck(L_24);
Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* L_25;
L_25 = Node_get_graph_mB21F59A8B53310BF25DE6085397701DB23CC3A08_inline(L_24, NULL);
NullCheck(L_23);
Task_Validate_m67FCFF7C4BEA8F6BF459A603DA4A2B609EFDC618(L_23, L_25, NULL);
}
IL_0069_1:
{
// foreach ( var task in Graph.GetTasksInElement(newConnection) ) {
RuntimeObject* L_26 = V_1;
NullCheck(L_26);
bool L_27;
L_27 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_26);
if (L_27)
{
goto IL_0058_1;
}
}
{
goto IL_007d;
}
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_007d:
{
// newConnection.OnValidate(newSource.outConnections.Count - 1, newTarget.inConnections.Count - 1);
Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D* L_28 = V_0;
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_29 = ___0_newSource;
NullCheck(L_29);
List_1_t619EB3258C7F1EBD15A485EA09888BE9FC87AC7E* L_30;
L_30 = Node_get_outConnections_mBD92942B179E5297C07F297E1D0F2F0946A8F7EE_inline(L_29, NULL);
NullCheck(L_30);
int32_t L_31;
L_31 = List_1_get_Count_mC96ADDB2914B9FADC03D3A91F7B5B647995A2E5C_inline(L_30, List_1_get_Count_mC96ADDB2914B9FADC03D3A91F7B5B647995A2E5C_RuntimeMethod_var);
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_32 = ___1_newTarget;
NullCheck(L_32);
List_1_t619EB3258C7F1EBD15A485EA09888BE9FC87AC7E* L_33;
L_33 = Node_get_inConnections_mDC21880D8511412E49EB8D4E615D1B5EFD9A668F_inline(L_32, NULL);
NullCheck(L_33);
int32_t L_34;
L_34 = List_1_get_Count_mC96ADDB2914B9FADC03D3A91F7B5B647995A2E5C_inline(L_33, List_1_get_Count_mC96ADDB2914B9FADC03D3A91F7B5B647995A2E5C_RuntimeMethod_var);
NullCheck(L_28);
VirtualActionInvoker2< int32_t, int32_t >::Invoke(9 /* System.Void NodeCanvas.Framework.Connection::OnValidate(System.Int32,System.Int32) */, L_28, ((int32_t)il2cpp_codegen_subtract(L_31, 1)), ((int32_t)il2cpp_codegen_subtract(L_34, 1)));
// return newConnection;
Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D* L_35 = V_0;
return L_35;
}
}
// System.Int32 NodeCanvas.Framework.Connection::SetSourceNode(NodeCanvas.Framework.Node,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Connection_SetSourceNode_m9D7C0AFAB7F460CBFE8A3F13C1A75E55799244AE (Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D* __this, Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* ___0_newSource, int32_t ___1_index, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Contains_m355108FBC72D3259E5AA93D4A4788523E8331DCC_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_IndexOf_m9016DF4B8B91C027A818053D47F29E55078D2B42_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Insert_mB154831C3532FEABA64D5768F4310AE9D207BADB_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Remove_mA20F1D76FE16ACB10B9FCABCA0607A339C23F495_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_mC96ADDB2914B9FADC03D3A91F7B5B647995A2E5C_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t G_B8_0 = 0;
int32_t G_B10_0 = 0;
Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D* G_B10_1 = NULL;
int32_t G_B9_0 = 0;
Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D* G_B9_1 = NULL;
int32_t G_B11_0 = 0;
int32_t G_B11_1 = 0;
Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D* G_B11_2 = NULL;
{
// if ( sourceNode == newSource ) {
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_0;
L_0 = Connection_get_sourceNode_m8AAB4D86A1F7E4AA641DD4D54B6288412058A10D_inline(__this, NULL);
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_1 = ___0_newSource;
if ((!(((RuntimeObject*)(Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8*)L_0) == ((RuntimeObject*)(Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8*)L_1))))
{
goto IL_000b;
}
}
{
// return -1;
return (-1);
}
IL_000b:
{
// if ( sourceNode != null && sourceNode.outConnections.Contains(this) ) {
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_2;
L_2 = Connection_get_sourceNode_m8AAB4D86A1F7E4AA641DD4D54B6288412058A10D_inline(__this, NULL);
if (!L_2)
{
goto IL_0056;
}
}
{
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_3;
L_3 = Connection_get_sourceNode_m8AAB4D86A1F7E4AA641DD4D54B6288412058A10D_inline(__this, NULL);
NullCheck(L_3);
List_1_t619EB3258C7F1EBD15A485EA09888BE9FC87AC7E* L_4;
L_4 = Node_get_outConnections_mBD92942B179E5297C07F297E1D0F2F0946A8F7EE_inline(L_3, NULL);
NullCheck(L_4);
bool L_5;
L_5 = List_1_Contains_m355108FBC72D3259E5AA93D4A4788523E8331DCC(L_4, __this, List_1_Contains_m355108FBC72D3259E5AA93D4A4788523E8331DCC_RuntimeMethod_var);
if (!L_5)
{
goto IL_0056;
}
}
{
// var i = sourceNode.outConnections.IndexOf(this);
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_6;
L_6 = Connection_get_sourceNode_m8AAB4D86A1F7E4AA641DD4D54B6288412058A10D_inline(__this, NULL);
NullCheck(L_6);
List_1_t619EB3258C7F1EBD15A485EA09888BE9FC87AC7E* L_7;
L_7 = Node_get_outConnections_mBD92942B179E5297C07F297E1D0F2F0946A8F7EE_inline(L_6, NULL);
NullCheck(L_7);
int32_t L_8;
L_8 = List_1_IndexOf_m9016DF4B8B91C027A818053D47F29E55078D2B42(L_7, __this, List_1_IndexOf_m9016DF4B8B91C027A818053D47F29E55078D2B42_RuntimeMethod_var);
V_0 = L_8;
// sourceNode.OnChildDisconnected(i);
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_9;
L_9 = Connection_get_sourceNode_m8AAB4D86A1F7E4AA641DD4D54B6288412058A10D_inline(__this, NULL);
int32_t L_10 = V_0;
NullCheck(L_9);
VirtualActionInvoker1< int32_t >::Invoke(32 /* System.Void NodeCanvas.Framework.Node::OnChildDisconnected(System.Int32) */, L_9, L_10);
// sourceNode.outConnections.Remove(this);
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_11;
L_11 = Connection_get_sourceNode_m8AAB4D86A1F7E4AA641DD4D54B6288412058A10D_inline(__this, NULL);
NullCheck(L_11);
List_1_t619EB3258C7F1EBD15A485EA09888BE9FC87AC7E* L_12;
L_12 = Node_get_outConnections_mBD92942B179E5297C07F297E1D0F2F0946A8F7EE_inline(L_11, NULL);
NullCheck(L_12);
bool L_13;
L_13 = List_1_Remove_mA20F1D76FE16ACB10B9FCABCA0607A339C23F495(L_12, __this, List_1_Remove_mA20F1D76FE16ACB10B9FCABCA0607A339C23F495_RuntimeMethod_var);
}
IL_0056:
{
// index = index == -1 ? newSource.outConnections.Count : index;
int32_t L_14 = ___1_index;
if ((((int32_t)L_14) == ((int32_t)(-1))))
{
goto IL_005d;
}
}
{
int32_t L_15 = ___1_index;
G_B8_0 = L_15;
goto IL_0068;
}
IL_005d:
{
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_16 = ___0_newSource;
NullCheck(L_16);
List_1_t619EB3258C7F1EBD15A485EA09888BE9FC87AC7E* L_17;
L_17 = Node_get_outConnections_mBD92942B179E5297C07F297E1D0F2F0946A8F7EE_inline(L_16, NULL);
NullCheck(L_17);
int32_t L_18;
L_18 = List_1_get_Count_mC96ADDB2914B9FADC03D3A91F7B5B647995A2E5C_inline(L_17, List_1_get_Count_mC96ADDB2914B9FADC03D3A91F7B5B647995A2E5C_RuntimeMethod_var);
G_B8_0 = L_18;
}
IL_0068:
{
___1_index = G_B8_0;
// newSource.outConnections.Insert(index, this);
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_19 = ___0_newSource;
NullCheck(L_19);
List_1_t619EB3258C7F1EBD15A485EA09888BE9FC87AC7E* L_20;
L_20 = Node_get_outConnections_mBD92942B179E5297C07F297E1D0F2F0946A8F7EE_inline(L_19, NULL);
int32_t L_21 = ___1_index;
NullCheck(L_20);
List_1_Insert_mB154831C3532FEABA64D5768F4310AE9D207BADB(L_20, L_21, __this, List_1_Insert_mB154831C3532FEABA64D5768F4310AE9D207BADB_RuntimeMethod_var);
// newSource.OnChildConnected(index);
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_22 = ___0_newSource;
int32_t L_23 = ___1_index;
NullCheck(L_22);
VirtualActionInvoker1< int32_t >::Invoke(31 /* System.Void NodeCanvas.Framework.Node::OnChildConnected(System.Int32) */, L_22, L_23);
// sourceNode = newSource;
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_24 = ___0_newSource;
Connection_set_sourceNode_mA1DC1AC5824D59865963C9D3A7F96D715E0474E4_inline(__this, L_24, NULL);
// OnValidate(index, targetNode != null ? targetNode.inConnections.IndexOf(this) : -1);
int32_t L_25 = ___1_index;
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_26;
L_26 = Connection_get_targetNode_m6497814C735802779A09743F85F194212C0606F2_inline(__this, NULL);
G_B9_0 = L_25;
G_B9_1 = __this;
if (L_26)
{
G_B10_0 = L_25;
G_B10_1 = __this;
goto IL_0092;
}
}
{
G_B11_0 = (-1);
G_B11_1 = G_B9_0;
G_B11_2 = G_B9_1;
goto IL_00a3;
}
IL_0092:
{
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_27;
L_27 = Connection_get_targetNode_m6497814C735802779A09743F85F194212C0606F2_inline(__this, NULL);
NullCheck(L_27);
List_1_t619EB3258C7F1EBD15A485EA09888BE9FC87AC7E* L_28;
L_28 = Node_get_inConnections_mDC21880D8511412E49EB8D4E615D1B5EFD9A668F_inline(L_27, NULL);
NullCheck(L_28);
int32_t L_29;
L_29 = List_1_IndexOf_m9016DF4B8B91C027A818053D47F29E55078D2B42(L_28, __this, List_1_IndexOf_m9016DF4B8B91C027A818053D47F29E55078D2B42_RuntimeMethod_var);
G_B11_0 = L_29;
G_B11_1 = G_B10_0;
G_B11_2 = G_B10_1;
}
IL_00a3:
{
NullCheck(G_B11_2);
VirtualActionInvoker2< int32_t, int32_t >::Invoke(9 /* System.Void NodeCanvas.Framework.Connection::OnValidate(System.Int32,System.Int32) */, G_B11_2, G_B11_1, G_B11_0);
// return index;
int32_t L_30 = ___1_index;
return L_30;
}
}
// System.Int32 NodeCanvas.Framework.Connection::SetTargetNode(NodeCanvas.Framework.Node,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Connection_SetTargetNode_m663251B96A6F05651BEEC8C8E47DD7BA4E9B76E2 (Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D* __this, Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* ___0_newTarget, int32_t ___1_index, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Contains_m355108FBC72D3259E5AA93D4A4788523E8331DCC_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_IndexOf_m9016DF4B8B91C027A818053D47F29E55078D2B42_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Insert_mB154831C3532FEABA64D5768F4310AE9D207BADB_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Remove_mA20F1D76FE16ACB10B9FCABCA0607A339C23F495_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_mC96ADDB2914B9FADC03D3A91F7B5B647995A2E5C_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t G_B8_0 = 0;
Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D* G_B10_0 = NULL;
Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D* G_B9_0 = NULL;
int32_t G_B11_0 = 0;
Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D* G_B11_1 = NULL;
{
// if ( targetNode == newTarget ) {
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_0;
L_0 = Connection_get_targetNode_m6497814C735802779A09743F85F194212C0606F2_inline(__this, NULL);
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_1 = ___0_newTarget;
if ((!(((RuntimeObject*)(Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8*)L_0) == ((RuntimeObject*)(Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8*)L_1))))
{
goto IL_000b;
}
}
{
// return -1;
return (-1);
}
IL_000b:
{
// if ( targetNode != null && targetNode.inConnections.Contains(this) ) {
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_2;
L_2 = Connection_get_targetNode_m6497814C735802779A09743F85F194212C0606F2_inline(__this, NULL);
if (!L_2)
{
goto IL_0056;
}
}
{
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_3;
L_3 = Connection_get_targetNode_m6497814C735802779A09743F85F194212C0606F2_inline(__this, NULL);
NullCheck(L_3);
List_1_t619EB3258C7F1EBD15A485EA09888BE9FC87AC7E* L_4;
L_4 = Node_get_inConnections_mDC21880D8511412E49EB8D4E615D1B5EFD9A668F_inline(L_3, NULL);
NullCheck(L_4);
bool L_5;
L_5 = List_1_Contains_m355108FBC72D3259E5AA93D4A4788523E8331DCC(L_4, __this, List_1_Contains_m355108FBC72D3259E5AA93D4A4788523E8331DCC_RuntimeMethod_var);
if (!L_5)
{
goto IL_0056;
}
}
{
// var i = targetNode.inConnections.IndexOf(this);
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_6;
L_6 = Connection_get_targetNode_m6497814C735802779A09743F85F194212C0606F2_inline(__this, NULL);
NullCheck(L_6);
List_1_t619EB3258C7F1EBD15A485EA09888BE9FC87AC7E* L_7;
L_7 = Node_get_inConnections_mDC21880D8511412E49EB8D4E615D1B5EFD9A668F_inline(L_6, NULL);
NullCheck(L_7);
int32_t L_8;
L_8 = List_1_IndexOf_m9016DF4B8B91C027A818053D47F29E55078D2B42(L_7, __this, List_1_IndexOf_m9016DF4B8B91C027A818053D47F29E55078D2B42_RuntimeMethod_var);
V_0 = L_8;
// targetNode.OnParentDisconnected(i);
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_9;
L_9 = Connection_get_targetNode_m6497814C735802779A09743F85F194212C0606F2_inline(__this, NULL);
int32_t L_10 = V_0;
NullCheck(L_9);
VirtualActionInvoker1< int32_t >::Invoke(30 /* System.Void NodeCanvas.Framework.Node::OnParentDisconnected(System.Int32) */, L_9, L_10);
// targetNode.inConnections.Remove(this);
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_11;
L_11 = Connection_get_targetNode_m6497814C735802779A09743F85F194212C0606F2_inline(__this, NULL);
NullCheck(L_11);
List_1_t619EB3258C7F1EBD15A485EA09888BE9FC87AC7E* L_12;
L_12 = Node_get_inConnections_mDC21880D8511412E49EB8D4E615D1B5EFD9A668F_inline(L_11, NULL);
NullCheck(L_12);
bool L_13;
L_13 = List_1_Remove_mA20F1D76FE16ACB10B9FCABCA0607A339C23F495(L_12, __this, List_1_Remove_mA20F1D76FE16ACB10B9FCABCA0607A339C23F495_RuntimeMethod_var);
}
IL_0056:
{
// index = index == -1 ? newTarget.inConnections.Count : index;
int32_t L_14 = ___1_index;
if ((((int32_t)L_14) == ((int32_t)(-1))))
{
goto IL_005d;
}
}
{
int32_t L_15 = ___1_index;
G_B8_0 = L_15;
goto IL_0068;
}
IL_005d:
{
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_16 = ___0_newTarget;
NullCheck(L_16);
List_1_t619EB3258C7F1EBD15A485EA09888BE9FC87AC7E* L_17;
L_17 = Node_get_inConnections_mDC21880D8511412E49EB8D4E615D1B5EFD9A668F_inline(L_16, NULL);
NullCheck(L_17);
int32_t L_18;
L_18 = List_1_get_Count_mC96ADDB2914B9FADC03D3A91F7B5B647995A2E5C_inline(L_17, List_1_get_Count_mC96ADDB2914B9FADC03D3A91F7B5B647995A2E5C_RuntimeMethod_var);
G_B8_0 = L_18;
}
IL_0068:
{
___1_index = G_B8_0;
// newTarget.inConnections.Insert(index, this);
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_19 = ___0_newTarget;
NullCheck(L_19);
List_1_t619EB3258C7F1EBD15A485EA09888BE9FC87AC7E* L_20;
L_20 = Node_get_inConnections_mDC21880D8511412E49EB8D4E615D1B5EFD9A668F_inline(L_19, NULL);
int32_t L_21 = ___1_index;
NullCheck(L_20);
List_1_Insert_mB154831C3532FEABA64D5768F4310AE9D207BADB(L_20, L_21, __this, List_1_Insert_mB154831C3532FEABA64D5768F4310AE9D207BADB_RuntimeMethod_var);
// newTarget.OnParentConnected(index);
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_22 = ___0_newTarget;
int32_t L_23 = ___1_index;
NullCheck(L_22);
VirtualActionInvoker1< int32_t >::Invoke(29 /* System.Void NodeCanvas.Framework.Node::OnParentConnected(System.Int32) */, L_22, L_23);
// targetNode = newTarget;
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_24 = ___0_newTarget;
Connection_set_targetNode_m67FA42730D896F4DC0C262DB5DA0D0EF1E0D959D_inline(__this, L_24, NULL);
// OnValidate(sourceNode != null ? sourceNode.outConnections.IndexOf(this) : -1, index);
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_25;
L_25 = Connection_get_sourceNode_m8AAB4D86A1F7E4AA641DD4D54B6288412058A10D_inline(__this, NULL);
G_B9_0 = __this;
if (L_25)
{
G_B10_0 = __this;
goto IL_0091;
}
}
{
G_B11_0 = (-1);
G_B11_1 = G_B9_0;
goto IL_00a2;
}
IL_0091:
{
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_26;
L_26 = Connection_get_sourceNode_m8AAB4D86A1F7E4AA641DD4D54B6288412058A10D_inline(__this, NULL);
NullCheck(L_26);
List_1_t619EB3258C7F1EBD15A485EA09888BE9FC87AC7E* L_27;
L_27 = Node_get_outConnections_mBD92942B179E5297C07F297E1D0F2F0946A8F7EE_inline(L_26, NULL);
NullCheck(L_27);
int32_t L_28;
L_28 = List_1_IndexOf_m9016DF4B8B91C027A818053D47F29E55078D2B42(L_27, __this, List_1_IndexOf_m9016DF4B8B91C027A818053D47F29E55078D2B42_RuntimeMethod_var);
G_B11_0 = L_28;
G_B11_1 = G_B10_0;
}
IL_00a2:
{
int32_t L_29 = ___1_index;
NullCheck(G_B11_1);
VirtualActionInvoker2< int32_t, int32_t >::Invoke(9 /* System.Void NodeCanvas.Framework.Connection::OnValidate(System.Int32,System.Int32) */, G_B11_1, G_B11_0, L_29);
// return index;
int32_t L_30 = ___1_index;
return L_30;
}
}
// 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)
{
{
// if ( !isActive ) { return Status.Optional; }
bool L_0;
L_0 = Connection_get_isActive_m7050C8910A1CE4F76DC7272BEF796F39965D3172(__this, NULL);
if (L_0)
{
goto IL_000a;
}
}
{
// if ( !isActive ) { return Status.Optional; }
return (int32_t)(5);
}
IL_000a:
{
// status = targetNode.Execute(agent, blackboard);
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_1;
L_1 = Connection_get_targetNode_m6497814C735802779A09743F85F194212C0606F2_inline(__this, NULL);
Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* L_2 = ___0_agent;
RuntimeObject* L_3 = ___1_blackboard;
NullCheck(L_1);
int32_t L_4;
L_4 = Node_Execute_m366460CDAE7045B3FC044ACB406C813F5484657E(L_1, L_2, L_3, NULL);
Connection_set_status_m465294253B1F7350BF1CCB503A9D63FAED89C091_inline(__this, L_4, NULL);
// return status;
int32_t L_5;
L_5 = Connection_get_status_m399EC796A0B8161F43CC4FBC11D10D2A5E5B7037_inline(__this, NULL);
return L_5;
}
}
// System.Void NodeCanvas.Framework.Connection::Reset(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Connection_Reset_m1F1F0FCB268CE47503C3206CC1EAFE9FDD670CA7 (Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D* __this, bool ___0_recursively, const RuntimeMethod* method)
{
{
// if ( status == Status.Resting ) { return; }
int32_t L_0;
L_0 = Connection_get_status_m399EC796A0B8161F43CC4FBC11D10D2A5E5B7037_inline(__this, NULL);
if ((!(((uint32_t)L_0) == ((uint32_t)3))))
{
goto IL_000a;
}
}
{
// if ( status == Status.Resting ) { return; }
return;
}
IL_000a:
{
// status = Status.Resting;
Connection_set_status_m465294253B1F7350BF1CCB503A9D63FAED89C091_inline(__this, 3, NULL);
// if ( recursively ) { targetNode.Reset(recursively); }
bool L_1 = ___0_recursively;
if (!L_1)
{
goto IL_0020;
}
}
{
// if ( recursively ) { targetNode.Reset(recursively); }
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_2;
L_2 = Connection_get_targetNode_m6497814C735802779A09743F85F194212C0606F2_inline(__this, NULL);
bool L_3 = ___0_recursively;
NullCheck(L_2);
Node_Reset_mB3743E20EC14B3089E4F6273C4E5626F2EDD8F59(L_2, L_3, NULL);
}
IL_0020:
{
// }
return;
}
}
// System.Void NodeCanvas.Framework.Connection::OnCreate(System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Connection_OnCreate_m389C8454F56641883BC143360B86B5964369BBF1 (Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D* __this, int32_t ___0_sourceIndex, int32_t ___1_targetIndex, const RuntimeMethod* method)
{
{
// virtual public void OnCreate(int sourceIndex, int targetIndex) { }
return;
}
}
// System.Void NodeCanvas.Framework.Connection::OnValidate(System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Connection_OnValidate_mE80DFDC36E0B63569A9125D57312613B4C171D49 (Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D* __this, int32_t ___0_sourceIndex, int32_t ___1_targetIndex, const RuntimeMethod* method)
{
{
// virtual public void OnValidate(int sourceIndex, int targetIndex) { }
return;
}
}
// System.Void NodeCanvas.Framework.Connection::OnDestroy()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Connection_OnDestroy_m7260DB8E5DE68056006EA8C0BE7AF77A00523C86 (Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D* __this, const RuntimeMethod* method)
{
{
// virtual public void OnDestroy() { }
return;
}
}
// System.String NodeCanvas.Framework.Connection::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Connection_ToString_m15152089C4DBCEC74461AF02B9510015314C673C (Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectionTools_tE12B5251BB48C3A8B99BC5D4278C46DADBBF905A_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// return this.GetType().FriendlyName();
Type_t* L_0;
L_0 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(__this, NULL);
il2cpp_codegen_runtime_class_init_inline(ReflectionTools_tE12B5251BB48C3A8B99BC5D4278C46DADBBF905A_il2cpp_TypeInfo_var);
String_t* L_1;
L_1 = ReflectionTools_FriendlyName_mCA9B53218CF47CBC57E7EA260DE334F98D12E56C(L_0, (bool)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
// NodeCanvas.Framework.ExposedParameter NodeCanvas.Framework.ExposedParameter::CreateInstance(NodeCanvas.Framework.Variable)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ExposedParameter_t5B067E3C3C960B6EE910BDA92DC673245CC41F33* ExposedParameter_CreateInstance_m07D2F41670AAC2C40570C38D462428DAD7512AC9 (Variable_t60C01143D3B1491B2FFEB305052C327D03DDF4AA* ___0_target, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ExposedParameter_1_t5C15BB69F56D6C32CE76A92B6018D2A3E7CFD2FA_0_0_0_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ExposedParameter_t5B067E3C3C960B6EE910BDA92DC673245CC41F33_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectionTools_tE12B5251BB48C3A8B99BC5D4278C46DADBBF905A_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// return (ExposedParameter)System.Activator.CreateInstance(typeof(ExposedParameter<>).MakeGenericType(target.varType), ParadoxNotion.ReflectionTools.SingleTempArgsArray(target));
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_0 = { reinterpret_cast<intptr_t> (ExposedParameter_1_t5C15BB69F56D6C32CE76A92B6018D2A3E7CFD2FA_0_0_0_var) };
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
Type_t* L_1;
L_1 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_0, NULL);
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_2 = (TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB*)(TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB*)SZArrayNew(TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB_il2cpp_TypeInfo_var, (uint32_t)1);
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_3 = L_2;
Variable_t60C01143D3B1491B2FFEB305052C327D03DDF4AA* L_4 = ___0_target;
NullCheck(L_4);
Type_t* L_5;
L_5 = VirtualFuncInvoker0< Type_t* >::Invoke(5 /* System.Type NodeCanvas.Framework.Variable::get_varType() */, L_4);
NullCheck(L_3);
ArrayElementTypeCheck (L_3, L_5);
(L_3)->SetAt(static_cast<il2cpp_array_size_t>(0), (Type_t*)L_5);
NullCheck(L_1);
Type_t* L_6;
L_6 = VirtualFuncInvoker1< Type_t*, TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* >::Invoke(122 /* System.Type System.Type::MakeGenericType(System.Type[]) */, L_1, L_3);
Variable_t60C01143D3B1491B2FFEB305052C327D03DDF4AA* L_7 = ___0_target;
il2cpp_codegen_runtime_class_init_inline(ReflectionTools_tE12B5251BB48C3A8B99BC5D4278C46DADBBF905A_il2cpp_TypeInfo_var);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_8;
L_8 = ReflectionTools_SingleTempArgsArray_mBB9CBE92C5B483649D7A9FAFD252F8C0D0B6DC58(L_7, NULL);
RuntimeObject* L_9;
L_9 = Activator_CreateInstance_mDBC65647828F8A3D3E63807B5AEA4A4ECDE397E6(L_6, L_8, NULL);
return ((ExposedParameter_t5B067E3C3C960B6EE910BDA92DC673245CC41F33*)CastclassClass((RuntimeObject*)L_9, ExposedParameter_t5B067E3C3C960B6EE910BDA92DC673245CC41F33_il2cpp_TypeInfo_var));
}
}
// System.Void NodeCanvas.Framework.ExposedParameter::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExposedParameter__ctor_mE8CEAFFCFAAC3A52D3FAEEDDE75B015F8BC468D7 (ExposedParameter_t5B067E3C3C960B6EE910BDA92DC673245CC41F33* __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 NodeCanvas.Framework.Graph::add_onGraphSerialized(System.Action`1<NodeCanvas.Framework.Graph>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Graph_add_onGraphSerialized_mC8A363CA6370AAA4B7AAE0A1D4BE14A10AA4F47D (Action_1_t9D5B6373D6027B3BE7FF6B70A01B3CB38AAA3965* ___0_value, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_1_t9D5B6373D6027B3BE7FF6B70A01B3CB38AAA3965_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
Action_1_t9D5B6373D6027B3BE7FF6B70A01B3CB38AAA3965* V_0 = NULL;
Action_1_t9D5B6373D6027B3BE7FF6B70A01B3CB38AAA3965* V_1 = NULL;
Action_1_t9D5B6373D6027B3BE7FF6B70A01B3CB38AAA3965* V_2 = NULL;
{
Action_1_t9D5B6373D6027B3BE7FF6B70A01B3CB38AAA3965* L_0 = ((Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032_StaticFields*)il2cpp_codegen_static_fields_for(Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032_il2cpp_TypeInfo_var))->___onGraphSerialized_9;
V_0 = L_0;
}
IL_0006:
{
Action_1_t9D5B6373D6027B3BE7FF6B70A01B3CB38AAA3965* L_1 = V_0;
V_1 = L_1;
Action_1_t9D5B6373D6027B3BE7FF6B70A01B3CB38AAA3965* L_2 = V_1;
Action_1_t9D5B6373D6027B3BE7FF6B70A01B3CB38AAA3965* L_3 = ___0_value;
Delegate_t* L_4;
L_4 = Delegate_Combine_m1F725AEF318BE6F0426863490691A6F4606E7D00(L_2, L_3, NULL);
V_2 = ((Action_1_t9D5B6373D6027B3BE7FF6B70A01B3CB38AAA3965*)Castclass((RuntimeObject*)L_4, Action_1_t9D5B6373D6027B3BE7FF6B70A01B3CB38AAA3965_il2cpp_TypeInfo_var));
Action_1_t9D5B6373D6027B3BE7FF6B70A01B3CB38AAA3965* L_5 = V_2;
Action_1_t9D5B6373D6027B3BE7FF6B70A01B3CB38AAA3965* L_6 = V_1;
Action_1_t9D5B6373D6027B3BE7FF6B70A01B3CB38AAA3965* L_7;
L_7 = InterlockedCompareExchangeImpl<Action_1_t9D5B6373D6027B3BE7FF6B70A01B3CB38AAA3965*>((&((Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032_StaticFields*)il2cpp_codegen_static_fields_for(Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032_il2cpp_TypeInfo_var))->___onGraphSerialized_9), L_5, L_6);
V_0 = L_7;
Action_1_t9D5B6373D6027B3BE7FF6B70A01B3CB38AAA3965* L_8 = V_0;
Action_1_t9D5B6373D6027B3BE7FF6B70A01B3CB38AAA3965* L_9 = V_1;
if ((!(((RuntimeObject*)(Action_1_t9D5B6373D6027B3BE7FF6B70A01B3CB38AAA3965*)L_8) == ((RuntimeObject*)(Action_1_t9D5B6373D6027B3BE7FF6B70A01B3CB38AAA3965*)L_9))))
{
goto IL_0006;
}
}
{
return;
}
}
// System.Void NodeCanvas.Framework.Graph::remove_onGraphSerialized(System.Action`1<NodeCanvas.Framework.Graph>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Graph_remove_onGraphSerialized_m2CE50905D5C52CFDC216311F67BAF24DEDF4F3FD (Action_1_t9D5B6373D6027B3BE7FF6B70A01B3CB38AAA3965* ___0_value, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_1_t9D5B6373D6027B3BE7FF6B70A01B3CB38AAA3965_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
Action_1_t9D5B6373D6027B3BE7FF6B70A01B3CB38AAA3965* V_0 = NULL;
Action_1_t9D5B6373D6027B3BE7FF6B70A01B3CB38AAA3965* V_1 = NULL;
Action_1_t9D5B6373D6027B3BE7FF6B70A01B3CB38AAA3965* V_2 = NULL;
{
Action_1_t9D5B6373D6027B3BE7FF6B70A01B3CB38AAA3965* L_0 = ((Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032_StaticFields*)il2cpp_codegen_static_fields_for(Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032_il2cpp_TypeInfo_var))->___onGraphSerialized_9;
V_0 = L_0;
}
IL_0006:
{
Action_1_t9D5B6373D6027B3BE7FF6B70A01B3CB38AAA3965* L_1 = V_0;
V_1 = L_1;
Action_1_t9D5B6373D6027B3BE7FF6B70A01B3CB38AAA3965* L_2 = V_1;
Action_1_t9D5B6373D6027B3BE7FF6B70A01B3CB38AAA3965* L_3 = ___0_value;
Delegate_t* L_4;
L_4 = Delegate_Remove_m8B7DD5661308FA972E23CA1CC3FC9CEB355504E3(L_2, L_3, NULL);
V_2 = ((Action_1_t9D5B6373D6027B3BE7FF6B70A01B3CB38AAA3965*)Castclass((RuntimeObject*)L_4, Action_1_t9D5B6373D6027B3BE7FF6B70A01B3CB38AAA3965_il2cpp_TypeInfo_var));
Action_1_t9D5B6373D6027B3BE7FF6B70A01B3CB38AAA3965* L_5 = V_2;
Action_1_t9D5B6373D6027B3BE7FF6B70A01B3CB38AAA3965* L_6 = V_1;
Action_1_t9D5B6373D6027B3BE7FF6B70A01B3CB38AAA3965* L_7;
L_7 = InterlockedCompareExchangeImpl<Action_1_t9D5B6373D6027B3BE7FF6B70A01B3CB38AAA3965*>((&((Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032_StaticFields*)il2cpp_codegen_static_fields_for(Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032_il2cpp_TypeInfo_var))->___onGraphSerialized_9), L_5, L_6);
V_0 = L_7;
Action_1_t9D5B6373D6027B3BE7FF6B70A01B3CB38AAA3965* L_8 = V_0;
Action_1_t9D5B6373D6027B3BE7FF6B70A01B3CB38AAA3965* L_9 = V_1;
if ((!(((RuntimeObject*)(Action_1_t9D5B6373D6027B3BE7FF6B70A01B3CB38AAA3965*)L_8) == ((RuntimeObject*)(Action_1_t9D5B6373D6027B3BE7FF6B70A01B3CB38AAA3965*)L_9))))
{
goto IL_0006;
}
}
{
return;
}
}
// System.Void NodeCanvas.Framework.Graph::add_onGraphDeserialized(System.Action`1<NodeCanvas.Framework.Graph>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Graph_add_onGraphDeserialized_m50F66F680D53D57EAB7A2F7664199AC92A4C29D7 (Action_1_t9D5B6373D6027B3BE7FF6B70A01B3CB38AAA3965* ___0_value, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_1_t9D5B6373D6027B3BE7FF6B70A01B3CB38AAA3965_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
Action_1_t9D5B6373D6027B3BE7FF6B70A01B3CB38AAA3965* V_0 = NULL;
Action_1_t9D5B6373D6027B3BE7FF6B70A01B3CB38AAA3965* V_1 = NULL;
Action_1_t9D5B6373D6027B3BE7FF6B70A01B3CB38AAA3965* V_2 = NULL;
{
Action_1_t9D5B6373D6027B3BE7FF6B70A01B3CB38AAA3965* L_0 = ((Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032_StaticFields*)il2cpp_codegen_static_fields_for(Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032_il2cpp_TypeInfo_var))->___onGraphDeserialized_10;
V_0 = L_0;
}
IL_0006:
{
Action_1_t9D5B6373D6027B3BE7FF6B70A01B3CB38AAA3965* L_1 = V_0;
V_1 = L_1;
Action_1_t9D5B6373D6027B3BE7FF6B70A01B3CB38AAA3965* L_2 = V_1;
Action_1_t9D5B6373D6027B3BE7FF6B70A01B3CB38AAA3965* L_3 = ___0_value;
Delegate_t* L_4;
L_4 = Delegate_Combine_m1F725AEF318BE6F0426863490691A6F4606E7D00(L_2, L_3, NULL);
V_2 = ((Action_1_t9D5B6373D6027B3BE7FF6B70A01B3CB38AAA3965*)Castclass((RuntimeObject*)L_4, Action_1_t9D5B6373D6027B3BE7FF6B70A01B3CB38AAA3965_il2cpp_TypeInfo_var));
Action_1_t9D5B6373D6027B3BE7FF6B70A01B3CB38AAA3965* L_5 = V_2;
Action_1_t9D5B6373D6027B3BE7FF6B70A01B3CB38AAA3965* L_6 = V_1;
Action_1_t9D5B6373D6027B3BE7FF6B70A01B3CB38AAA3965* L_7;
L_7 = InterlockedCompareExchangeImpl<Action_1_t9D5B6373D6027B3BE7FF6B70A01B3CB38AAA3965*>((&((Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032_StaticFields*)il2cpp_codegen_static_fields_for(Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032_il2cpp_TypeInfo_var))->___onGraphDeserialized_10), L_5, L_6);
V_0 = L_7;
Action_1_t9D5B6373D6027B3BE7FF6B70A01B3CB38AAA3965* L_8 = V_0;
Action_1_t9D5B6373D6027B3BE7FF6B70A01B3CB38AAA3965* L_9 = V_1;
if ((!(((RuntimeObject*)(Action_1_t9D5B6373D6027B3BE7FF6B70A01B3CB38AAA3965*)L_8) == ((RuntimeObject*)(Action_1_t9D5B6373D6027B3BE7FF6B70A01B3CB38AAA3965*)L_9))))
{
goto IL_0006;
}
}
{
return;
}
}
// System.Void NodeCanvas.Framework.Graph::remove_onGraphDeserialized(System.Action`1<NodeCanvas.Framework.Graph>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Graph_remove_onGraphDeserialized_mDAFC775C005F66B937D29891D329D5AB82D8CB6F (Action_1_t9D5B6373D6027B3BE7FF6B70A01B3CB38AAA3965* ___0_value, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_1_t9D5B6373D6027B3BE7FF6B70A01B3CB38AAA3965_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
Action_1_t9D5B6373D6027B3BE7FF6B70A01B3CB38AAA3965* V_0 = NULL;
Action_1_t9D5B6373D6027B3BE7FF6B70A01B3CB38AAA3965* V_1 = NULL;
Action_1_t9D5B6373D6027B3BE7FF6B70A01B3CB38AAA3965* V_2 = NULL;
{
Action_1_t9D5B6373D6027B3BE7FF6B70A01B3CB38AAA3965* L_0 = ((Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032_StaticFields*)il2cpp_codegen_static_fields_for(Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032_il2cpp_TypeInfo_var))->___onGraphDeserialized_10;
V_0 = L_0;
}
IL_0006:
{
Action_1_t9D5B6373D6027B3BE7FF6B70A01B3CB38AAA3965* L_1 = V_0;
V_1 = L_1;
Action_1_t9D5B6373D6027B3BE7FF6B70A01B3CB38AAA3965* L_2 = V_1;
Action_1_t9D5B6373D6027B3BE7FF6B70A01B3CB38AAA3965* L_3 = ___0_value;
Delegate_t* L_4;
L_4 = Delegate_Remove_m8B7DD5661308FA972E23CA1CC3FC9CEB355504E3(L_2, L_3, NULL);
V_2 = ((Action_1_t9D5B6373D6027B3BE7FF6B70A01B3CB38AAA3965*)Castclass((RuntimeObject*)L_4, Action_1_t9D5B6373D6027B3BE7FF6B70A01B3CB38AAA3965_il2cpp_TypeInfo_var));
Action_1_t9D5B6373D6027B3BE7FF6B70A01B3CB38AAA3965* L_5 = V_2;
Action_1_t9D5B6373D6027B3BE7FF6B70A01B3CB38AAA3965* L_6 = V_1;
Action_1_t9D5B6373D6027B3BE7FF6B70A01B3CB38AAA3965* L_7;
L_7 = InterlockedCompareExchangeImpl<Action_1_t9D5B6373D6027B3BE7FF6B70A01B3CB38AAA3965*>((&((Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032_StaticFields*)il2cpp_codegen_static_fields_for(Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032_il2cpp_TypeInfo_var))->___onGraphDeserialized_10), L_5, L_6);
V_0 = L_7;
Action_1_t9D5B6373D6027B3BE7FF6B70A01B3CB38AAA3965* L_8 = V_0;
Action_1_t9D5B6373D6027B3BE7FF6B70A01B3CB38AAA3965* L_9 = V_1;
if ((!(((RuntimeObject*)(Action_1_t9D5B6373D6027B3BE7FF6B70A01B3CB38AAA3965*)L_8) == ((RuntimeObject*)(Action_1_t9D5B6373D6027B3BE7FF6B70A01B3CB38AAA3965*)L_9))))
{
goto IL_0006;
}
}
{
return;
}
}
// System.Void NodeCanvas.Framework.Graph::UnityEngine.ISerializationCallbackReceiver.OnBeforeSerialize()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Graph_UnityEngine_ISerializationCallbackReceiver_OnBeforeSerialize_m7023FE0FC648B9A1765DBA37FAB02D048EF4CADA (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, const RuntimeMethod* method)
{
{
// void ISerializationCallbackReceiver.OnBeforeSerialize() { SelfSerialize(); }
bool L_0;
L_0 = Graph_SelfSerialize_m1D9000D5638B0EA3F1748B7349CA3554F2F533BA(__this, NULL);
// void ISerializationCallbackReceiver.OnBeforeSerialize() { SelfSerialize(); }
return;
}
}
// System.Void NodeCanvas.Framework.Graph::UnityEngine.ISerializationCallbackReceiver.OnAfterDeserialize()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Graph_UnityEngine_ISerializationCallbackReceiver_OnAfterDeserialize_mA184662FBC8A5624D34EB932D66DCD97E6D3C1A9 (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, const RuntimeMethod* method)
{
{
// void ISerializationCallbackReceiver.OnAfterDeserialize() { SelfDeserialize(); }
bool L_0;
L_0 = Graph_SelfDeserialize_m1885ECF692BE676F3CDF160CD944E2BF17788A41(__this, NULL);
// void ISerializationCallbackReceiver.OnAfterDeserialize() { SelfDeserialize(); }
return;
}
}
// System.Void NodeCanvas.Framework.Graph::OnEnable()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Graph_OnEnable_m326627E2037CBB60EF4B770DFB50428FB9CD3771 (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, const RuntimeMethod* method)
{
{
// protected void OnEnable() { Validate(); OnGraphObjectEnable(); }
Graph_Validate_m577260FA4A5EE3D674804D2520EA259B98B01884(__this, NULL);
// protected void OnEnable() { Validate(); OnGraphObjectEnable(); }
VirtualActionInvoker0::Invoke(28 /* System.Void NodeCanvas.Framework.Graph::OnGraphObjectEnable() */, __this);
// protected void OnEnable() { Validate(); OnGraphObjectEnable(); }
return;
}
}
// System.Void NodeCanvas.Framework.Graph::OnDisable()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Graph_OnDisable_m9B09A718F8D084693BEBBEA8A9B34CD4BC59BBDB (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, const RuntimeMethod* method)
{
{
// protected void OnDisable() { OnGraphObjectDisable(); }
VirtualActionInvoker0::Invoke(29 /* System.Void NodeCanvas.Framework.Graph::OnGraphObjectDisable() */, __this);
// protected void OnDisable() { OnGraphObjectDisable(); }
return;
}
}
// System.Void NodeCanvas.Framework.Graph::OnDestroy()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Graph_OnDestroy_m88FFDF3FDD0B8C5A9E988572832F0CBD3BC03DC3 (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Threader_tFDCB2BB163812D50862D40F363A5EEA1073B1412_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// protected void OnDestroy() { if ( Threader.applicationIsPlaying ) { Stop(); } OnGraphObjectDestroy(); }
il2cpp_codegen_runtime_class_init_inline(Threader_tFDCB2BB163812D50862D40F363A5EEA1073B1412_il2cpp_TypeInfo_var);
bool L_0;
L_0 = Threader_get_applicationIsPlaying_m9BA0A1EA10F4B4C159C86F94A96B67D558FFA831_inline(NULL);
if (!L_0)
{
goto IL_000e;
}
}
{
// protected void OnDestroy() { if ( Threader.applicationIsPlaying ) { Stop(); } OnGraphObjectDestroy(); }
Graph_Stop_mD6BCF97B46BD1CF0C77D5E8758D4A3E00FA0464E(__this, (bool)1, NULL);
}
IL_000e:
{
// protected void OnDestroy() { if ( Threader.applicationIsPlaying ) { Stop(); } OnGraphObjectDestroy(); }
VirtualActionInvoker0::Invoke(30 /* System.Void NodeCanvas.Framework.Graph::OnGraphObjectDestroy() */, __this);
// protected void OnDestroy() { if ( Threader.applicationIsPlaying ) { Stop(); } OnGraphObjectDestroy(); }
return;
}
}
// System.Void NodeCanvas.Framework.Graph::OnValidate()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Graph_OnValidate_mB544FBDB28E7FB5161027C92EE094653DC8E52AD (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, const RuntimeMethod* method)
{
{
// protected void OnValidate() { /*we dont need this now*/ }
return;
}
}
// System.Void NodeCanvas.Framework.Graph::Reset()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Graph_Reset_m4CCAA8192C16258A9B8E54F65D76426E551329DD (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, const RuntimeMethod* method)
{
{
// protected void Reset() { OnGraphValidate(); }
VirtualActionInvoker0::Invoke(31 /* System.Void NodeCanvas.Framework.Graph::OnGraphValidate() */, __this);
// protected void Reset() { OnGraphValidate(); }
return;
}
}
// System.Boolean NodeCanvas.Framework.Graph::SelfSerialize()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Graph_SelfSerialize_m1D9000D5638B0EA3F1748B7349CA3554F2F533BA (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_SequenceEqual_TisObject_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_mDD7CA1526B6B9E5952A6A723A2FDA594A71E126F_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m1B0135DE2C4A4BCA4820D2FC9E060ED224FC24C0_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t9A2E2984B23260AECDFA90CEB1F2887075FA4DF3_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
List_1_t9A2E2984B23260AECDFA90CEB1F2887075FA4DF3* V_0 = NULL;
String_t* V_1 = NULL;
{
// if ( _haltSerialization ) {
bool L_0 = __this->____haltSerialization_7;
if (!L_0)
{
goto IL_000a;
}
}
{
// return false;
return (bool)0;
}
IL_000a:
{
// if ( haltForUndo /*|| Threader.applicationIsPlaying*/ ) {
bool L_1 = __this->___haltForUndo_8;
if (!L_1)
{
goto IL_0014;
}
}
{
// return false;
return (bool)0;
}
IL_0014:
{
// var newReferences = new List<UnityEngine.Object>();
List_1_t9A2E2984B23260AECDFA90CEB1F2887075FA4DF3* L_2 = (List_1_t9A2E2984B23260AECDFA90CEB1F2887075FA4DF3*)il2cpp_codegen_object_new(List_1_t9A2E2984B23260AECDFA90CEB1F2887075FA4DF3_il2cpp_TypeInfo_var);
NullCheck(L_2);
List_1__ctor_m1B0135DE2C4A4BCA4820D2FC9E060ED224FC24C0(L_2, List_1__ctor_m1B0135DE2C4A4BCA4820D2FC9E060ED224FC24C0_RuntimeMethod_var);
V_0 = L_2;
// var newSerialization = this.Serialize(newReferences);
List_1_t9A2E2984B23260AECDFA90CEB1F2887075FA4DF3* L_3 = V_0;
String_t* L_4;
L_4 = Graph_Serialize_m2D1064935B43A6A1C603E84BCB5C417A62419BDE(__this, L_3, NULL);
V_1 = L_4;
// if ( newSerialization != _serializedGraph || !newReferences.SequenceEqual(_objectReferences) ) {
String_t* L_5 = V_1;
String_t* L_6 = __this->____serializedGraph_4;
bool L_7;
L_7 = String_op_Inequality_m8C940F3CFC42866709D7CA931B3D77B4BE94BCB6(L_5, L_6, NULL);
if (L_7)
{
goto IL_003e;
}
}
{
List_1_t9A2E2984B23260AECDFA90CEB1F2887075FA4DF3* L_8 = V_0;
List_1_t9A2E2984B23260AECDFA90CEB1F2887075FA4DF3* L_9 = __this->____objectReferences_5;
bool L_10;
L_10 = Enumerable_SequenceEqual_TisObject_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_mDD7CA1526B6B9E5952A6A723A2FDA594A71E126F(L_8, L_9, Enumerable_SequenceEqual_TisObject_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_mDD7CA1526B6B9E5952A6A723A2FDA594A71E126F_RuntimeMethod_var);
if (L_10)
{
goto IL_008e;
}
}
IL_003e:
{
// haltForUndo = true;
__this->___haltForUndo_8 = (bool)1;
// haltForUndo = false;
__this->___haltForUndo_8 = (bool)0;
// _serializedGraph = newSerialization;
String_t* L_11 = V_1;
__this->____serializedGraph_4 = L_11;
Il2CppCodeGenWriteBarrier((void**)(&__this->____serializedGraph_4), (void*)L_11);
// _objectReferences = newReferences;
List_1_t9A2E2984B23260AECDFA90CEB1F2887075FA4DF3* L_12 = V_0;
__this->____objectReferences_5 = L_12;
Il2CppCodeGenWriteBarrier((void**)(&__this->____objectReferences_5), (void*)L_12);
// if ( onGraphSerialized != null ) {
Action_1_t9D5B6373D6027B3BE7FF6B70A01B3CB38AAA3965* L_13 = ((Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032_StaticFields*)il2cpp_codegen_static_fields_for(Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032_il2cpp_TypeInfo_var))->___onGraphSerialized_9;
if (!L_13)
{
goto IL_006c;
}
}
{
// onGraphSerialized(this);
Action_1_t9D5B6373D6027B3BE7FF6B70A01B3CB38AAA3965* L_14 = ((Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032_StaticFields*)il2cpp_codegen_static_fields_for(Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032_il2cpp_TypeInfo_var))->___onGraphSerialized_9;
NullCheck(L_14);
Action_1_Invoke_mCB3F08E3C9942A2A00C671B22507D754C1DEFF4C_inline(L_14, __this, NULL);
}
IL_006c:
{
// graphSource.PurgeRedundantReferences();
GraphSource_tDFC175F2BFB99D693583B1D52BB6857C73932914* L_15;
L_15 = Graph_get_graphSource_m6900E17C4759AD2A3E02D0F72F4597145DF3653B_inline(__this, NULL);
NullCheck(L_15);
GraphSource_PurgeRedundantReferences_mF2B2371D16B144595037727A3452926BA3C30D0F(L_15, NULL);
// flatMetaGraph = null;
Graph_set_flatMetaGraph_m5BAF3B8ED4FB766EBEC2806ED5D18C155A437DE4_inline(__this, (Element_t3ABE015B81AFFE208F4314A4A588E9E7EFD63407*)NULL, NULL);
// fullMetaGraph = null;
Graph_set_fullMetaGraph_m1550777136CF482B6F1C7C1628196538C962E86A_inline(__this, (Element_t3ABE015B81AFFE208F4314A4A588E9E7EFD63407*)NULL, NULL);
// nestedMetaGraph = null;
Graph_set_nestedMetaGraph_m7CD6B44FFDE680723BD827A497371AD18FC4167A_inline(__this, (Element_t3ABE015B81AFFE208F4314A4A588E9E7EFD63407*)NULL, NULL);
// return true;
return (bool)1;
}
IL_008e:
{
// return false;
return (bool)0;
}
}
// System.Boolean NodeCanvas.Framework.Graph::SelfDeserialize()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Graph_SelfDeserialize_m1885ECF692BE676F3CDF160CD944E2BF17788A41 (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// if ( Deserialize(_serializedGraph, _objectReferences, false) ) {
String_t* L_0 = __this->____serializedGraph_4;
List_1_t9A2E2984B23260AECDFA90CEB1F2887075FA4DF3* L_1 = __this->____objectReferences_5;
bool L_2;
L_2 = Graph_Deserialize_mE178A5AAF4C5D76F2505E2EE29678C760822E459(__this, L_0, L_1, (bool)0, NULL);
if (!L_2)
{
goto IL_0029;
}
}
{
// if ( onGraphDeserialized != null ) {
Action_1_t9D5B6373D6027B3BE7FF6B70A01B3CB38AAA3965* L_3 = ((Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032_StaticFields*)il2cpp_codegen_static_fields_for(Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032_il2cpp_TypeInfo_var))->___onGraphDeserialized_10;
if (!L_3)
{
goto IL_0027;
}
}
{
// onGraphDeserialized(this);
Action_1_t9D5B6373D6027B3BE7FF6B70A01B3CB38AAA3965* L_4 = ((Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032_StaticFields*)il2cpp_codegen_static_fields_for(Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032_il2cpp_TypeInfo_var))->___onGraphDeserialized_10;
NullCheck(L_4);
Action_1_Invoke_mCB3F08E3C9942A2A00C671B22507D754C1DEFF4C_inline(L_4, __this, NULL);
}
IL_0027:
{
// return true;
return (bool)1;
}
IL_0029:
{
// return false;
return (bool)0;
}
}
// System.String NodeCanvas.Framework.Graph::Serialize(System.Collections.Generic.List`1<UnityEngine.Object>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Graph_Serialize_m2D1064935B43A6A1C603E84BCB5C417A62419BDE (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, List_1_t9A2E2984B23260AECDFA90CEB1F2887075FA4DF3* ___0_references, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GraphSource_tDFC175F2BFB99D693583B1D52BB6857C73932914_0_0_0_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JSONSerializer_t41C2A6A19CE244C486DCA145CEF08B6A4C8CAA0F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m1B0135DE2C4A4BCA4820D2FC9E060ED224FC24C0_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t9A2E2984B23260AECDFA90CEB1F2887075FA4DF3_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// if ( references == null ) { references = new List<Object>(); }
List_1_t9A2E2984B23260AECDFA90CEB1F2887075FA4DF3* L_0 = ___0_references;
if (L_0)
{
goto IL_000a;
}
}
{
// if ( references == null ) { references = new List<Object>(); }
List_1_t9A2E2984B23260AECDFA90CEB1F2887075FA4DF3* L_1 = (List_1_t9A2E2984B23260AECDFA90CEB1F2887075FA4DF3*)il2cpp_codegen_object_new(List_1_t9A2E2984B23260AECDFA90CEB1F2887075FA4DF3_il2cpp_TypeInfo_var);
NullCheck(L_1);
List_1__ctor_m1B0135DE2C4A4BCA4820D2FC9E060ED224FC24C0(L_1, List_1__ctor_m1B0135DE2C4A4BCA4820D2FC9E060ED224FC24C0_RuntimeMethod_var);
___0_references = L_1;
}
IL_000a:
{
// UpdateNodeIDs(true);
Graph_UpdateNodeIDs_m1D449F68DE2FC98740D49C6F8791F1860B593276(__this, (bool)1, NULL);
// var result = JSONSerializer.Serialize(typeof(GraphSource), graphSource.Pack(this), references);
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_2 = { reinterpret_cast<intptr_t> (GraphSource_tDFC175F2BFB99D693583B1D52BB6857C73932914_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);
GraphSource_tDFC175F2BFB99D693583B1D52BB6857C73932914* L_4;
L_4 = Graph_get_graphSource_m6900E17C4759AD2A3E02D0F72F4597145DF3653B_inline(__this, NULL);
NullCheck(L_4);
GraphSource_tDFC175F2BFB99D693583B1D52BB6857C73932914* L_5;
L_5 = GraphSource_Pack_m0EEC8ED02CEC5082392F9896922D14CA98AE7458(L_4, __this, NULL);
List_1_t9A2E2984B23260AECDFA90CEB1F2887075FA4DF3* L_6 = ___0_references;
il2cpp_codegen_runtime_class_init_inline(JSONSerializer_t41C2A6A19CE244C486DCA145CEF08B6A4C8CAA0F_il2cpp_TypeInfo_var);
String_t* L_7;
L_7 = JSONSerializer_Serialize_mFF6961773B4747EEDA92E98667F4DF6F72072EF0(L_3, L_5, L_6, (bool)0, NULL);
// return result;
return L_7;
}
}
// System.Boolean NodeCanvas.Framework.Graph::Deserialize(System.String,System.Collections.Generic.List`1<UnityEngine.Object>,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Graph_Deserialize_mE178A5AAF4C5D76F2505E2EE29678C760822E459 (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, String_t* ___0_serializedGraph, List_1_t9A2E2984B23260AECDFA90CEB1F2887075FA4DF3* ___1_references, bool ___2_validate, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JSONSerializer_TryDeserializeOverwrite_TisGraphSource_tDFC175F2BFB99D693583B1D52BB6857C73932914_m663DBA698168019B423E3E6ED9DBEC67633CECA9_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JSONSerializer_t41C2A6A19CE244C486DCA145CEF08B6A4C8CAA0F_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
il2cpp::utils::ExceptionSupportStack<RuntimeObject*, 1> __active_exceptions;
{
// if ( string.IsNullOrEmpty(serializedGraph) ) {
String_t* L_0 = ___0_serializedGraph;
bool L_1;
L_1 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_0, NULL);
if (!L_1)
{
goto IL_000a;
}
}
{
// return false;
return (bool)0;
}
IL_000a:
{
// if ( references == null ) { references = this._objectReferences; }
List_1_t9A2E2984B23260AECDFA90CEB1F2887075FA4DF3* L_2 = ___1_references;
if (L_2)
{
goto IL_0015;
}
}
{
// if ( references == null ) { references = this._objectReferences; }
List_1_t9A2E2984B23260AECDFA90CEB1F2887075FA4DF3* L_3 = __this->____objectReferences_5;
___1_references = L_3;
}
IL_0015:
{
}
try
{// begin try (depth: 1)
{
// JSONSerializer.TryDeserializeOverwrite<GraphSource>(graphSource, serializedGraph, references);
GraphSource_tDFC175F2BFB99D693583B1D52BB6857C73932914* L_4;
L_4 = Graph_get_graphSource_m6900E17C4759AD2A3E02D0F72F4597145DF3653B_inline(__this, NULL);
String_t* L_5 = ___0_serializedGraph;
List_1_t9A2E2984B23260AECDFA90CEB1F2887075FA4DF3* L_6 = ___1_references;
il2cpp_codegen_runtime_class_init_inline(JSONSerializer_t41C2A6A19CE244C486DCA145CEF08B6A4C8CAA0F_il2cpp_TypeInfo_var);
GraphSource_tDFC175F2BFB99D693583B1D52BB6857C73932914* L_7;
L_7 = JSONSerializer_TryDeserializeOverwrite_TisGraphSource_tDFC175F2BFB99D693583B1D52BB6857C73932914_m663DBA698168019B423E3E6ED9DBEC67633CECA9(L_4, L_5, L_6, JSONSerializer_TryDeserializeOverwrite_TisGraphSource_tDFC175F2BFB99D693583B1D52BB6857C73932914_m663DBA698168019B423E3E6ED9DBEC67633CECA9_RuntimeMethod_var);
// if ( graphSource.type != this.GetType().FullName ) {
GraphSource_tDFC175F2BFB99D693583B1D52BB6857C73932914* L_8;
L_8 = Graph_get_graphSource_m6900E17C4759AD2A3E02D0F72F4597145DF3653B_inline(__this, NULL);
NullCheck(L_8);
String_t* L_9;
L_9 = GraphSource_get_type_mB3305F57EEE6BCC2291D3C24EB9C8CBDB45E2544_inline(L_8, NULL);
Type_t* L_10;
L_10 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(__this, NULL);
NullCheck(L_10);
String_t* L_11;
L_11 = VirtualFuncInvoker0< String_t* >::Invoke(26 /* System.String System.Type::get_FullName() */, L_10);
bool L_12;
L_12 = String_op_Inequality_m8C940F3CFC42866709D7CA931B3D77B4BE94BCB6(L_9, L_11, NULL);
if (!L_12)
{
goto IL_004c_1;
}
}
{
// _haltSerialization = true;
__this->____haltSerialization_7 = (bool)1;
// return false;
V_0 = (bool)0;
goto IL_0096;
}
IL_004c_1:
{
// this._graphSource = graphSource.Unpack(this);
GraphSource_tDFC175F2BFB99D693583B1D52BB6857C73932914* L_13;
L_13 = Graph_get_graphSource_m6900E17C4759AD2A3E02D0F72F4597145DF3653B_inline(__this, NULL);
NullCheck(L_13);
GraphSource_tDFC175F2BFB99D693583B1D52BB6857C73932914* L_14;
L_14 = GraphSource_Unpack_m76C45B1749BD288E0F60F98622014446D77563EF(L_13, __this, NULL);
__this->____graphSource_6 = L_14;
Il2CppCodeGenWriteBarrier((void**)(&__this->____graphSource_6), (void*)L_14);
// this._serializedGraph = serializedGraph;
String_t* L_15 = ___0_serializedGraph;
__this->____serializedGraph_4 = L_15;
Il2CppCodeGenWriteBarrier((void**)(&__this->____serializedGraph_4), (void*)L_15);
// this._objectReferences = references;
List_1_t9A2E2984B23260AECDFA90CEB1F2887075FA4DF3* L_16 = ___1_references;
__this->____objectReferences_5 = L_16;
Il2CppCodeGenWriteBarrier((void**)(&__this->____objectReferences_5), (void*)L_16);
// this._haltSerialization = false;
__this->____haltSerialization_7 = (bool)0;
// if ( validate ) { Validate(); }
bool L_17 = ___2_validate;
if (!L_17)
{
goto IL_007c_1;
}
}
{
// if ( validate ) { Validate(); }
Graph_Validate_m577260FA4A5EE3D674804D2520EA259B98B01884(__this, NULL);
}
IL_007c_1:
{
// return true;
V_0 = (bool)1;
goto IL_0096;
}
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex)))
{
IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex);
goto CATCH_0080;
}
throw e;
}
CATCH_0080:
{// begin catch(System.Exception)
// Logger.LogException(e, LogTag.SERIALIZATION, this);
il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Logger_t94C2139B874BE54A76E5E93762A7A3BCFD0040CA_il2cpp_TypeInfo_var)));
Logger_LogException_mA706A3992EC5B640C913052D0A0DF70C6538D294(((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral303DB7430ABC35856E0518DD35180A465CB27D02)), __this, NULL);
// this._haltSerialization = true;
__this->____haltSerialization_7 = (bool)1;
// return false;
V_0 = (bool)0;
IL2CPP_POP_ACTIVE_EXCEPTION();
goto IL_0096;
}// end catch (depth: 1)
IL_0096:
{
// }
bool L_18 = V_0;
return L_18;
}
}
// NodeCanvas.Framework.Internal.GraphSource NodeCanvas.Framework.Graph::GetGraphSource()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GraphSource_tDFC175F2BFB99D693583B1D52BB6857C73932914* Graph_GetGraphSource_m798C5E088A38D293E865E8D471E08BC61CBD471F (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, const RuntimeMethod* method)
{
{
// public GraphSource GetGraphSource() { return _graphSource; }
GraphSource_tDFC175F2BFB99D693583B1D52BB6857C73932914* L_0 = __this->____graphSource_6;
return L_0;
}
}
// System.String NodeCanvas.Framework.Graph::GetSerializedJsonData()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Graph_GetSerializedJsonData_m6026D4C8277466B69500277807128027791A7C83 (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, const RuntimeMethod* method)
{
{
// public string GetSerializedJsonData() { return _serializedGraph; }
String_t* L_0 = __this->____serializedGraph_4;
return L_0;
}
}
// System.Collections.Generic.List`1<UnityEngine.Object> NodeCanvas.Framework.Graph::GetSerializedReferencesData()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_t9A2E2984B23260AECDFA90CEB1F2887075FA4DF3* Graph_GetSerializedReferencesData_mDEA56D20F624E14606C5985405EF2414C82C0FBF (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_ToList_TisObject_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_mD32ADBC1EE8D9387C10363C73AF6C4DC227C6476_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
List_1_t9A2E2984B23260AECDFA90CEB1F2887075FA4DF3* G_B2_0 = NULL;
List_1_t9A2E2984B23260AECDFA90CEB1F2887075FA4DF3* G_B1_0 = NULL;
{
// public List<UnityEngine.Object> GetSerializedReferencesData() { return _objectReferences?.ToList(); }
List_1_t9A2E2984B23260AECDFA90CEB1F2887075FA4DF3* L_0 = __this->____objectReferences_5;
List_1_t9A2E2984B23260AECDFA90CEB1F2887075FA4DF3* L_1 = L_0;
G_B1_0 = L_1;
if (L_1)
{
G_B2_0 = L_1;
goto IL_000c;
}
}
{
return (List_1_t9A2E2984B23260AECDFA90CEB1F2887075FA4DF3*)NULL;
}
IL_000c:
{
List_1_t9A2E2984B23260AECDFA90CEB1F2887075FA4DF3* L_2;
L_2 = Enumerable_ToList_TisObject_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_mD32ADBC1EE8D9387C10363C73AF6C4DC227C6476(G_B2_0, Enumerable_ToList_TisObject_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_mD32ADBC1EE8D9387C10363C73AF6C4DC227C6476_RuntimeMethod_var);
return L_2;
}
}
// NodeCanvas.Framework.Internal.GraphSource NodeCanvas.Framework.Graph::GetGraphSourceMetaDataCopy()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GraphSource_tDFC175F2BFB99D693583B1D52BB6857C73932914* Graph_GetGraphSourceMetaDataCopy_m1138417CFD51D89D90D857F416D2AE11BB75D986 (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GraphSource_tDFC175F2BFB99D693583B1D52BB6857C73932914_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// public GraphSource GetGraphSourceMetaDataCopy() { return new GraphSource().SetMetaData(graphSource); }
GraphSource_tDFC175F2BFB99D693583B1D52BB6857C73932914* L_0 = (GraphSource_tDFC175F2BFB99D693583B1D52BB6857C73932914*)il2cpp_codegen_object_new(GraphSource_tDFC175F2BFB99D693583B1D52BB6857C73932914_il2cpp_TypeInfo_var);
NullCheck(L_0);
GraphSource__ctor_m76E77CA1491FFDEAD6CEC4257AE15B109F93400E(L_0, NULL);
GraphSource_tDFC175F2BFB99D693583B1D52BB6857C73932914* L_1;
L_1 = Graph_get_graphSource_m6900E17C4759AD2A3E02D0F72F4597145DF3653B_inline(__this, NULL);
NullCheck(L_0);
GraphSource_tDFC175F2BFB99D693583B1D52BB6857C73932914* L_2;
L_2 = GraphSource_SetMetaData_m27C5B3C190DA4592230F1CFECC17309212CCD832(L_0, L_1, NULL);
return L_2;
}
}
// System.Void NodeCanvas.Framework.Graph::SetGraphSourceMetaData(NodeCanvas.Framework.Internal.GraphSource)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Graph_SetGraphSourceMetaData_m0C396988E751BD53E6E0123F4DC9F94007C80E15 (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, GraphSource_tDFC175F2BFB99D693583B1D52BB6857C73932914* ___0_source, const RuntimeMethod* method)
{
{
// public void SetGraphSourceMetaData(GraphSource source) { graphSource.SetMetaData(source); }
GraphSource_tDFC175F2BFB99D693583B1D52BB6857C73932914* L_0;
L_0 = Graph_get_graphSource_m6900E17C4759AD2A3E02D0F72F4597145DF3653B_inline(__this, NULL);
GraphSource_tDFC175F2BFB99D693583B1D52BB6857C73932914* L_1 = ___0_source;
NullCheck(L_0);
GraphSource_tDFC175F2BFB99D693583B1D52BB6857C73932914* L_2;
L_2 = GraphSource_SetMetaData_m27C5B3C190DA4592230F1CFECC17309212CCD832(L_0, L_1, NULL);
// public void SetGraphSourceMetaData(GraphSource source) { graphSource.SetMetaData(source); }
return;
}
}
// System.String NodeCanvas.Framework.Graph::SerializeLocalBlackboard(System.Collections.Generic.List`1<UnityEngine.Object>&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Graph_SerializeLocalBlackboard_m843E49963A86EC7278C953D346EEB1D9B07103BC (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, List_1_t9A2E2984B23260AECDFA90CEB1F2887075FA4DF3** ___0_references, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BlackboardSource_tDF1C560E163F6F63BE89278B7312A32BF329C89E_0_0_0_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JSONSerializer_t41C2A6A19CE244C486DCA145CEF08B6A4C8CAA0F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Clear_m51249A9DD3B29478801AC004DEA026A63D4A6D9B_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// if ( references != null ) { references.Clear(); }
List_1_t9A2E2984B23260AECDFA90CEB1F2887075FA4DF3** L_0 = ___0_references;
List_1_t9A2E2984B23260AECDFA90CEB1F2887075FA4DF3* L_1 = *((List_1_t9A2E2984B23260AECDFA90CEB1F2887075FA4DF3**)L_0);
if (!L_1)
{
goto IL_000b;
}
}
{
// if ( references != null ) { references.Clear(); }
List_1_t9A2E2984B23260AECDFA90CEB1F2887075FA4DF3** L_2 = ___0_references;
List_1_t9A2E2984B23260AECDFA90CEB1F2887075FA4DF3* L_3 = *((List_1_t9A2E2984B23260AECDFA90CEB1F2887075FA4DF3**)L_2);
NullCheck(L_3);
List_1_Clear_m51249A9DD3B29478801AC004DEA026A63D4A6D9B_inline(L_3, List_1_Clear_m51249A9DD3B29478801AC004DEA026A63D4A6D9B_RuntimeMethod_var);
}
IL_000b:
{
// return JSONSerializer.Serialize(typeof(BlackboardSource), localBlackboard, references);
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_4 = { reinterpret_cast<intptr_t> (BlackboardSource_tDF1C560E163F6F63BE89278B7312A32BF329C89E_0_0_0_var) };
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
Type_t* L_5;
L_5 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_4, NULL);
BlackboardSource_tDF1C560E163F6F63BE89278B7312A32BF329C89E* L_6;
L_6 = Graph_get_localBlackboard_m53B5DFCAEBE73DDC9AB3E8433B925F3E3A97F194(__this, NULL);
List_1_t9A2E2984B23260AECDFA90CEB1F2887075FA4DF3** L_7 = ___0_references;
List_1_t9A2E2984B23260AECDFA90CEB1F2887075FA4DF3* L_8 = *((List_1_t9A2E2984B23260AECDFA90CEB1F2887075FA4DF3**)L_7);
il2cpp_codegen_runtime_class_init_inline(JSONSerializer_t41C2A6A19CE244C486DCA145CEF08B6A4C8CAA0F_il2cpp_TypeInfo_var);
String_t* L_9;
L_9 = JSONSerializer_Serialize_mFF6961773B4747EEDA92E98667F4DF6F72072EF0(L_5, L_6, L_8, (bool)0, NULL);
return L_9;
}
}
// System.Boolean NodeCanvas.Framework.Graph::DeserializeLocalBlackboard(System.String,System.Collections.Generic.List`1<UnityEngine.Object>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Graph_DeserializeLocalBlackboard_mB7974A1DCBBF57935BEE73D35310FCA1B45FCC9F (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, String_t* ___0_json, List_1_t9A2E2984B23260AECDFA90CEB1F2887075FA4DF3* ___1_references, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JSONSerializer_TryDeserializeOverwrite_TisBlackboardSource_tDF1C560E163F6F63BE89278B7312A32BF329C89E_mF090823063573DDEEB4A47DE1EA45488D694ADB3_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JSONSerializer_t41C2A6A19CE244C486DCA145CEF08B6A4C8CAA0F_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// localBlackboard = JSONSerializer.TryDeserializeOverwrite<BlackboardSource>(localBlackboard, json, references);
BlackboardSource_tDF1C560E163F6F63BE89278B7312A32BF329C89E* L_0;
L_0 = Graph_get_localBlackboard_m53B5DFCAEBE73DDC9AB3E8433B925F3E3A97F194(__this, NULL);
String_t* L_1 = ___0_json;
List_1_t9A2E2984B23260AECDFA90CEB1F2887075FA4DF3* L_2 = ___1_references;
il2cpp_codegen_runtime_class_init_inline(JSONSerializer_t41C2A6A19CE244C486DCA145CEF08B6A4C8CAA0F_il2cpp_TypeInfo_var);
BlackboardSource_tDF1C560E163F6F63BE89278B7312A32BF329C89E* L_3;
L_3 = JSONSerializer_TryDeserializeOverwrite_TisBlackboardSource_tDF1C560E163F6F63BE89278B7312A32BF329C89E_mF090823063573DDEEB4A47DE1EA45488D694ADB3(L_0, L_1, L_2, JSONSerializer_TryDeserializeOverwrite_TisBlackboardSource_tDF1C560E163F6F63BE89278B7312A32BF329C89E_mF090823063573DDEEB4A47DE1EA45488D694ADB3_RuntimeMethod_var);
Graph_set_localBlackboard_mF920B459026675BED2E06AFF53D85F826F5ADD4B(__this, L_3, NULL);
// return true;
return (bool)1;
}
}
// System.Void NodeCanvas.Framework.Graph::Validate()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Graph_Validate_m577260FA4A5EE3D674804D2520EA259B98B01884 (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m5267AC7AABDFD28ED4025E5CED850F5DAFCD1AEF_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_mEAF0A2E85D550C81F0AB273862A6F9C2EA6F0D3A_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m62D21B42FD9BBD9FD63DD67FDF11680C941D1E41_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m9255414617C2AB53CD664FBA1177F6619233740A_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
il2cpp::utils::ExceptionSupportStack<RuntimeObject*, 1> __active_exceptions;
{
// if ( string.IsNullOrEmpty(_serializedGraph) ) {
String_t* L_0 = __this->____serializedGraph_4;
bool L_1;
L_1 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_0, NULL);
if (!L_1)
{
goto IL_000e;
}
}
{
// return;
return;
}
IL_000e:
{
// for ( var i = 0; i < allNodes.Count; i++ ) {
V_0 = 0;
goto IL_0043;
}
IL_0012:
{
}
try
{// begin try (depth: 1)
// try { allNodes[i].Validate(this); } //validation could be critical. we always continue
List_1_t90487A8EA186417AA0A6F2B22B58D1BAE3334437* L_2;
L_2 = Graph_get_allNodes_m16F2C73330C293E5724E04C1185FAA62C74BDAF6(__this, NULL);
int32_t L_3 = V_0;
NullCheck(L_2);
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_4;
L_4 = List_1_get_Item_m9255414617C2AB53CD664FBA1177F6619233740A(L_2, L_3, List_1_get_Item_m9255414617C2AB53CD664FBA1177F6619233740A_RuntimeMethod_var);
NullCheck(L_4);
Node_Validate_m5BA10AFC53F32621B2E8B9BA686214D0CEB6BBA4(L_4, __this, NULL);
// try { allNodes[i].Validate(this); } //validation could be critical. we always continue
goto IL_003f;
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex)))
{
IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex);
goto CATCH_0027;
}
throw e;
}
CATCH_0027:
{// begin catch(System.Exception)
// catch ( System.Exception e ) { Logger.LogException(e, LogTag.VALIDATION, allNodes[i]); continue; }
List_1_t90487A8EA186417AA0A6F2B22B58D1BAE3334437* L_5;
L_5 = Graph_get_allNodes_m16F2C73330C293E5724E04C1185FAA62C74BDAF6(__this, NULL);
int32_t L_6 = V_0;
NullCheck(L_5);
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_7;
L_7 = List_1_get_Item_m9255414617C2AB53CD664FBA1177F6619233740A(L_5, L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&List_1_get_Item_m9255414617C2AB53CD664FBA1177F6619233740A_RuntimeMethod_var)));
il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Logger_t94C2139B874BE54A76E5E93762A7A3BCFD0040CA_il2cpp_TypeInfo_var)));
Logger_LogException_mA706A3992EC5B640C913052D0A0DF70C6538D294(((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6B584AF79756FFD2BF1DC2E533455D21ADA9087A)), L_7, NULL);
// catch ( System.Exception e ) { Logger.LogException(e, LogTag.VALIDATION, allNodes[i]); continue; }
IL2CPP_POP_ACTIVE_EXCEPTION();
goto IL_003f;
}// end catch (depth: 1)
IL_003f:
{
// for ( var i = 0; i < allNodes.Count; i++ ) {
int32_t L_8 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add(L_8, 1));
}
IL_0043:
{
// for ( var i = 0; i < allNodes.Count; i++ ) {
int32_t L_9 = V_0;
List_1_t90487A8EA186417AA0A6F2B22B58D1BAE3334437* L_10;
L_10 = Graph_get_allNodes_m16F2C73330C293E5724E04C1185FAA62C74BDAF6(__this, NULL);
NullCheck(L_10);
int32_t L_11;
L_11 = List_1_get_Count_mEAF0A2E85D550C81F0AB273862A6F9C2EA6F0D3A_inline(L_10, List_1_get_Count_mEAF0A2E85D550C81F0AB273862A6F9C2EA6F0D3A_RuntimeMethod_var);
if ((((int32_t)L_9) < ((int32_t)L_11)))
{
goto IL_0012;
}
}
{
// for ( var i = 0; i < allTasks.Count; i++ ) {
V_1 = 0;
goto IL_0086;
}
IL_0055:
{
}
try
{// begin try (depth: 1)
// try { allTasks[i].Validate(this); } //validation could be critical. we always continue
List_1_t2338E7E26462DEE44946C327D8DE6718C0BFFC4D* L_12;
L_12 = Graph_get_allTasks_mEB2C8404E1B965FFF71568D8BEB15605635A50C9(__this, NULL);
int32_t L_13 = V_1;
NullCheck(L_12);
Task_tF05C1B448C98EDD5D7E9E23660FCEAC40348A284* L_14;
L_14 = List_1_get_Item_m62D21B42FD9BBD9FD63DD67FDF11680C941D1E41(L_12, L_13, List_1_get_Item_m62D21B42FD9BBD9FD63DD67FDF11680C941D1E41_RuntimeMethod_var);
NullCheck(L_14);
Task_Validate_m67FCFF7C4BEA8F6BF459A603DA4A2B609EFDC618(L_14, __this, NULL);
// try { allTasks[i].Validate(this); } //validation could be critical. we always continue
goto IL_0082;
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex)))
{
IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex);
goto CATCH_006a;
}
throw e;
}
CATCH_006a:
{// begin catch(System.Exception)
// catch ( System.Exception e ) { Logger.LogException(e, LogTag.VALIDATION, allTasks[i]); continue; }
List_1_t2338E7E26462DEE44946C327D8DE6718C0BFFC4D* L_15;
L_15 = Graph_get_allTasks_mEB2C8404E1B965FFF71568D8BEB15605635A50C9(__this, NULL);
int32_t L_16 = V_1;
NullCheck(L_15);
Task_tF05C1B448C98EDD5D7E9E23660FCEAC40348A284* L_17;
L_17 = List_1_get_Item_m62D21B42FD9BBD9FD63DD67FDF11680C941D1E41(L_15, L_16, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&List_1_get_Item_m62D21B42FD9BBD9FD63DD67FDF11680C941D1E41_RuntimeMethod_var)));
il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Logger_t94C2139B874BE54A76E5E93762A7A3BCFD0040CA_il2cpp_TypeInfo_var)));
Logger_LogException_mA706A3992EC5B640C913052D0A0DF70C6538D294(((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6B584AF79756FFD2BF1DC2E533455D21ADA9087A)), L_17, NULL);
// catch ( System.Exception e ) { Logger.LogException(e, LogTag.VALIDATION, allTasks[i]); continue; }
IL2CPP_POP_ACTIVE_EXCEPTION();
goto IL_0082;
}// end catch (depth: 1)
IL_0082:
{
// for ( var i = 0; i < allTasks.Count; i++ ) {
int32_t L_18 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add(L_18, 1));
}
IL_0086:
{
// for ( var i = 0; i < allTasks.Count; i++ ) {
int32_t L_19 = V_1;
List_1_t2338E7E26462DEE44946C327D8DE6718C0BFFC4D* L_20;
L_20 = Graph_get_allTasks_mEB2C8404E1B965FFF71568D8BEB15605635A50C9(__this, NULL);
NullCheck(L_20);
int32_t L_21;
L_21 = List_1_get_Count_m5267AC7AABDFD28ED4025E5CED850F5DAFCD1AEF_inline(L_20, List_1_get_Count_m5267AC7AABDFD28ED4025E5CED850F5DAFCD1AEF_RuntimeMethod_var);
if ((((int32_t)L_19) < ((int32_t)L_21)))
{
goto IL_0055;
}
}
{
// OnGraphValidate();
VirtualActionInvoker0::Invoke(31 /* System.Void NodeCanvas.Framework.Graph::OnGraphValidate() */, __this);
// }
return;
}
}
// System.Void NodeCanvas.Framework.Graph::add_onFinish(System.Action`1<System.Boolean>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Graph_add_onFinish_mF9DC352D4241ABE2D79AC3ABFEE714C82EFCD9C1 (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, Action_1_t10DCB0C07D0D3C565CEACADC80D1152B35A45F6C* ___0_value, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_1_t10DCB0C07D0D3C565CEACADC80D1152B35A45F6C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
Action_1_t10DCB0C07D0D3C565CEACADC80D1152B35A45F6C* V_0 = NULL;
Action_1_t10DCB0C07D0D3C565CEACADC80D1152B35A45F6C* V_1 = NULL;
Action_1_t10DCB0C07D0D3C565CEACADC80D1152B35A45F6C* V_2 = NULL;
{
Action_1_t10DCB0C07D0D3C565CEACADC80D1152B35A45F6C* L_0 = __this->___onFinish_11;
V_0 = L_0;
}
IL_0007:
{
Action_1_t10DCB0C07D0D3C565CEACADC80D1152B35A45F6C* L_1 = V_0;
V_1 = L_1;
Action_1_t10DCB0C07D0D3C565CEACADC80D1152B35A45F6C* L_2 = V_1;
Action_1_t10DCB0C07D0D3C565CEACADC80D1152B35A45F6C* L_3 = ___0_value;
Delegate_t* L_4;
L_4 = Delegate_Combine_m1F725AEF318BE6F0426863490691A6F4606E7D00(L_2, L_3, NULL);
V_2 = ((Action_1_t10DCB0C07D0D3C565CEACADC80D1152B35A45F6C*)Castclass((RuntimeObject*)L_4, Action_1_t10DCB0C07D0D3C565CEACADC80D1152B35A45F6C_il2cpp_TypeInfo_var));
Action_1_t10DCB0C07D0D3C565CEACADC80D1152B35A45F6C** L_5 = (&__this->___onFinish_11);
Action_1_t10DCB0C07D0D3C565CEACADC80D1152B35A45F6C* L_6 = V_2;
Action_1_t10DCB0C07D0D3C565CEACADC80D1152B35A45F6C* L_7 = V_1;
Action_1_t10DCB0C07D0D3C565CEACADC80D1152B35A45F6C* L_8;
L_8 = InterlockedCompareExchangeImpl<Action_1_t10DCB0C07D0D3C565CEACADC80D1152B35A45F6C*>(L_5, L_6, L_7);
V_0 = L_8;
Action_1_t10DCB0C07D0D3C565CEACADC80D1152B35A45F6C* L_9 = V_0;
Action_1_t10DCB0C07D0D3C565CEACADC80D1152B35A45F6C* L_10 = V_1;
if ((!(((RuntimeObject*)(Action_1_t10DCB0C07D0D3C565CEACADC80D1152B35A45F6C*)L_9) == ((RuntimeObject*)(Action_1_t10DCB0C07D0D3C565CEACADC80D1152B35A45F6C*)L_10))))
{
goto IL_0007;
}
}
{
return;
}
}
// System.Void NodeCanvas.Framework.Graph::remove_onFinish(System.Action`1<System.Boolean>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Graph_remove_onFinish_m90182E129D66B3858E2AFB52BC4348480338E09F (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, Action_1_t10DCB0C07D0D3C565CEACADC80D1152B35A45F6C* ___0_value, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_1_t10DCB0C07D0D3C565CEACADC80D1152B35A45F6C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
Action_1_t10DCB0C07D0D3C565CEACADC80D1152B35A45F6C* V_0 = NULL;
Action_1_t10DCB0C07D0D3C565CEACADC80D1152B35A45F6C* V_1 = NULL;
Action_1_t10DCB0C07D0D3C565CEACADC80D1152B35A45F6C* V_2 = NULL;
{
Action_1_t10DCB0C07D0D3C565CEACADC80D1152B35A45F6C* L_0 = __this->___onFinish_11;
V_0 = L_0;
}
IL_0007:
{
Action_1_t10DCB0C07D0D3C565CEACADC80D1152B35A45F6C* L_1 = V_0;
V_1 = L_1;
Action_1_t10DCB0C07D0D3C565CEACADC80D1152B35A45F6C* L_2 = V_1;
Action_1_t10DCB0C07D0D3C565CEACADC80D1152B35A45F6C* L_3 = ___0_value;
Delegate_t* L_4;
L_4 = Delegate_Remove_m8B7DD5661308FA972E23CA1CC3FC9CEB355504E3(L_2, L_3, NULL);
V_2 = ((Action_1_t10DCB0C07D0D3C565CEACADC80D1152B35A45F6C*)Castclass((RuntimeObject*)L_4, Action_1_t10DCB0C07D0D3C565CEACADC80D1152B35A45F6C_il2cpp_TypeInfo_var));
Action_1_t10DCB0C07D0D3C565CEACADC80D1152B35A45F6C** L_5 = (&__this->___onFinish_11);
Action_1_t10DCB0C07D0D3C565CEACADC80D1152B35A45F6C* L_6 = V_2;
Action_1_t10DCB0C07D0D3C565CEACADC80D1152B35A45F6C* L_7 = V_1;
Action_1_t10DCB0C07D0D3C565CEACADC80D1152B35A45F6C* L_8;
L_8 = InterlockedCompareExchangeImpl<Action_1_t10DCB0C07D0D3C565CEACADC80D1152B35A45F6C*>(L_5, L_6, L_7);
V_0 = L_8;
Action_1_t10DCB0C07D0D3C565CEACADC80D1152B35A45F6C* L_9 = V_0;
Action_1_t10DCB0C07D0D3C565CEACADC80D1152B35A45F6C* L_10 = V_1;
if ((!(((RuntimeObject*)(Action_1_t10DCB0C07D0D3C565CEACADC80D1152B35A45F6C*)L_9) == ((RuntimeObject*)(Action_1_t10DCB0C07D0D3C565CEACADC80D1152B35A45F6C*)L_10))))
{
goto IL_0007;
}
}
{
return;
}
}
// System.Boolean NodeCanvas.Framework.Graph::get_hasInitialized()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Graph_get_hasInitialized_m21CC738CEBC9C077757E073A9F6FF5D75A79BEBE (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, const RuntimeMethod* method)
{
{
// private bool hasInitialized { get; set; }
bool L_0 = __this->___U3ChasInitializedU3Ek__BackingField_13;
return L_0;
}
}
// System.Void NodeCanvas.Framework.Graph::set_hasInitialized(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Graph_set_hasInitialized_mEC0A9F63926F7DE56E9717F927A61C622E61EE05 (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, bool ___0_value, const RuntimeMethod* method)
{
{
// private bool hasInitialized { get; set; }
bool L_0 = ___0_value;
__this->___U3ChasInitializedU3Ek__BackingField_13 = L_0;
return;
}
}
// ParadoxNotion.HierarchyTree/Element NodeCanvas.Framework.Graph::get_flatMetaGraph()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Element_t3ABE015B81AFFE208F4314A4A588E9E7EFD63407* Graph_get_flatMetaGraph_m482C52F589DB9EFA15EF38DFAEF560088617117A (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, const RuntimeMethod* method)
{
{
// private HierarchyTree.Element flatMetaGraph { get; set; }
Element_t3ABE015B81AFFE208F4314A4A588E9E7EFD63407* L_0 = __this->___U3CflatMetaGraphU3Ek__BackingField_14;
return L_0;
}
}
// System.Void NodeCanvas.Framework.Graph::set_flatMetaGraph(ParadoxNotion.HierarchyTree/Element)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Graph_set_flatMetaGraph_m5BAF3B8ED4FB766EBEC2806ED5D18C155A437DE4 (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, Element_t3ABE015B81AFFE208F4314A4A588E9E7EFD63407* ___0_value, const RuntimeMethod* method)
{
{
// private HierarchyTree.Element flatMetaGraph { get; set; }
Element_t3ABE015B81AFFE208F4314A4A588E9E7EFD63407* L_0 = ___0_value;
__this->___U3CflatMetaGraphU3Ek__BackingField_14 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CflatMetaGraphU3Ek__BackingField_14), (void*)L_0);
return;
}
}
// ParadoxNotion.HierarchyTree/Element NodeCanvas.Framework.Graph::get_fullMetaGraph()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Element_t3ABE015B81AFFE208F4314A4A588E9E7EFD63407* Graph_get_fullMetaGraph_m454E575035CF587A3D5B9AA64431351EFA8195F3 (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, const RuntimeMethod* method)
{
{
// private HierarchyTree.Element fullMetaGraph { get; set; }
Element_t3ABE015B81AFFE208F4314A4A588E9E7EFD63407* L_0 = __this->___U3CfullMetaGraphU3Ek__BackingField_15;
return L_0;
}
}
// System.Void NodeCanvas.Framework.Graph::set_fullMetaGraph(ParadoxNotion.HierarchyTree/Element)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Graph_set_fullMetaGraph_m1550777136CF482B6F1C7C1628196538C962E86A (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, Element_t3ABE015B81AFFE208F4314A4A588E9E7EFD63407* ___0_value, const RuntimeMethod* method)
{
{
// private HierarchyTree.Element fullMetaGraph { get; set; }
Element_t3ABE015B81AFFE208F4314A4A588E9E7EFD63407* L_0 = ___0_value;
__this->___U3CfullMetaGraphU3Ek__BackingField_15 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CfullMetaGraphU3Ek__BackingField_15), (void*)L_0);
return;
}
}
// ParadoxNotion.HierarchyTree/Element NodeCanvas.Framework.Graph::get_nestedMetaGraph()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Element_t3ABE015B81AFFE208F4314A4A588E9E7EFD63407* Graph_get_nestedMetaGraph_mA3912216F9666729BC34482239E956EE119DE6AE (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, const RuntimeMethod* method)
{
{
// private HierarchyTree.Element nestedMetaGraph { get; set; }
Element_t3ABE015B81AFFE208F4314A4A588E9E7EFD63407* L_0 = __this->___U3CnestedMetaGraphU3Ek__BackingField_16;
return L_0;
}
}
// System.Void NodeCanvas.Framework.Graph::set_nestedMetaGraph(ParadoxNotion.HierarchyTree/Element)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Graph_set_nestedMetaGraph_m7CD6B44FFDE680723BD827A497371AD18FC4167A (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, Element_t3ABE015B81AFFE208F4314A4A588E9E7EFD63407* ___0_value, const RuntimeMethod* method)
{
{
// private HierarchyTree.Element nestedMetaGraph { get; set; }
Element_t3ABE015B81AFFE208F4314A4A588E9E7EFD63407* L_0 = ___0_value;
__this->___U3CnestedMetaGraphU3Ek__BackingField_16 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CnestedMetaGraphU3Ek__BackingField_16), (void*)L_0);
return;
}
}
// NodeCanvas.Framework.Internal.GraphSource NodeCanvas.Framework.Graph::get_graphSource()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GraphSource_tDFC175F2BFB99D693583B1D52BB6857C73932914* Graph_get_graphSource_m6900E17C4759AD2A3E02D0F72F4597145DF3653B (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, const RuntimeMethod* method)
{
{
// get { return _graphSource; }
GraphSource_tDFC175F2BFB99D693583B1D52BB6857C73932914* L_0 = __this->____graphSource_6;
return L_0;
}
}
// System.Void NodeCanvas.Framework.Graph::set_graphSource(NodeCanvas.Framework.Internal.GraphSource)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Graph_set_graphSource_m468F41A067804CD0AC50498DA784A17255EEBB46 (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, GraphSource_tDFC175F2BFB99D693583B1D52BB6857C73932914* ___0_value, const RuntimeMethod* method)
{
{
// set { _graphSource = value; }
GraphSource_tDFC175F2BFB99D693583B1D52BB6857C73932914* L_0 = ___0_value;
__this->____graphSource_6 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->____graphSource_6), (void*)L_0);
// set { _graphSource = value; }
return;
}
}
// System.String NodeCanvas.Framework.Graph::get_category()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Graph_get_category_mBD818E5E15638E2E1A0560A0F56AB772F6C78F02 (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, const RuntimeMethod* method)
{
{
// get { return graphSource.category; }
GraphSource_tDFC175F2BFB99D693583B1D52BB6857C73932914* L_0;
L_0 = Graph_get_graphSource_m6900E17C4759AD2A3E02D0F72F4597145DF3653B_inline(__this, NULL);
NullCheck(L_0);
String_t* L_1;
L_1 = GraphSource_get_category_m7B104C80C46E75AAF81AEB0E4DE3BC8CF3D5B548_inline(L_0, NULL);
return L_1;
}
}
// System.Void NodeCanvas.Framework.Graph::set_category(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Graph_set_category_mE9B35F687C40BA95A2071494F79B5E40FA8D79A5 (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, String_t* ___0_value, const RuntimeMethod* method)
{
{
// set { graphSource.category = value; }
GraphSource_tDFC175F2BFB99D693583B1D52BB6857C73932914* L_0;
L_0 = Graph_get_graphSource_m6900E17C4759AD2A3E02D0F72F4597145DF3653B_inline(__this, NULL);
String_t* L_1 = ___0_value;
NullCheck(L_0);
GraphSource_set_category_m04F5D761FE1EE357FAB2ADA90AF53A35CB192986_inline(L_0, L_1, NULL);
// set { graphSource.category = value; }
return;
}
}
// System.String NodeCanvas.Framework.Graph::get_comments()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Graph_get_comments_m737C72338C645C09CD14759D92132E007639D46C (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, const RuntimeMethod* method)
{
{
// get { return graphSource.comments; }
GraphSource_tDFC175F2BFB99D693583B1D52BB6857C73932914* L_0;
L_0 = Graph_get_graphSource_m6900E17C4759AD2A3E02D0F72F4597145DF3653B_inline(__this, NULL);
NullCheck(L_0);
String_t* L_1;
L_1 = GraphSource_get_comments_m761D6938E4DF39468BE5B5BC6D43915BA8B69162_inline(L_0, NULL);
return L_1;
}
}
// System.Void NodeCanvas.Framework.Graph::set_comments(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Graph_set_comments_m87827DA2146C0C57DDA23A4AE5EE1CC7C58ABC76 (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, String_t* ___0_value, const RuntimeMethod* method)
{
{
// set { graphSource.comments = value; }
GraphSource_tDFC175F2BFB99D693583B1D52BB6857C73932914* L_0;
L_0 = Graph_get_graphSource_m6900E17C4759AD2A3E02D0F72F4597145DF3653B_inline(__this, NULL);
String_t* L_1 = ___0_value;
NullCheck(L_0);
GraphSource_set_comments_mB20CAD6EEB402AA758169FB5E77DFE422D11CED5_inline(L_0, L_1, NULL);
// set { graphSource.comments = value; }
return;
}
}
// UnityEngine.Vector2 NodeCanvas.Framework.Graph::get_translation()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Graph_get_translation_m6954B16766565C99C2C119C82DEE98D58C05B0EC (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, const RuntimeMethod* method)
{
{
// get { return graphSource.translation; }
GraphSource_tDFC175F2BFB99D693583B1D52BB6857C73932914* L_0;
L_0 = Graph_get_graphSource_m6900E17C4759AD2A3E02D0F72F4597145DF3653B_inline(__this, NULL);
NullCheck(L_0);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_1;
L_1 = GraphSource_get_translation_m81D7CA51B22FC01E425A038F25E04E8B5F3CA540_inline(L_0, NULL);
return L_1;
}
}
// System.Void NodeCanvas.Framework.Graph::set_translation(UnityEngine.Vector2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Graph_set_translation_mE1523A01AF11E600581F4623486305DEBFB40CBA (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___0_value, const RuntimeMethod* method)
{
{
// set { graphSource.translation = value; }
GraphSource_tDFC175F2BFB99D693583B1D52BB6857C73932914* L_0;
L_0 = Graph_get_graphSource_m6900E17C4759AD2A3E02D0F72F4597145DF3653B_inline(__this, NULL);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_1 = ___0_value;
NullCheck(L_0);
GraphSource_set_translation_m33853430204DA24213A3C17CED3D6DE902413F53_inline(L_0, L_1, NULL);
// set { graphSource.translation = value; }
return;
}
}
// System.Single NodeCanvas.Framework.Graph::get_zoomFactor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Graph_get_zoomFactor_m1D1EE369D8289F8A0E58DA505F3BF8E1A52B6878 (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, const RuntimeMethod* method)
{
{
// get { return graphSource.zoomFactor; }
GraphSource_tDFC175F2BFB99D693583B1D52BB6857C73932914* L_0;
L_0 = Graph_get_graphSource_m6900E17C4759AD2A3E02D0F72F4597145DF3653B_inline(__this, NULL);
NullCheck(L_0);
float L_1;
L_1 = GraphSource_get_zoomFactor_mF57509EEAA49DB2191AAA365BFFC476B29E5710E_inline(L_0, NULL);
return L_1;
}
}
// System.Void NodeCanvas.Framework.Graph::set_zoomFactor(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Graph_set_zoomFactor_m0760138F32B0E5895BBA47E95460119BF89ABC88 (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, float ___0_value, const RuntimeMethod* method)
{
{
// set { graphSource.zoomFactor = value; }
GraphSource_tDFC175F2BFB99D693583B1D52BB6857C73932914* L_0;
L_0 = Graph_get_graphSource_m6900E17C4759AD2A3E02D0F72F4597145DF3653B_inline(__this, NULL);
float L_1 = ___0_value;
NullCheck(L_0);
GraphSource_set_zoomFactor_mBC99821FF93314A01728C4AE44A61642F3D73616_inline(L_0, L_1, NULL);
// set { graphSource.zoomFactor = value; }
return;
}
}
// System.Collections.Generic.List`1<NodeCanvas.Framework.Node> NodeCanvas.Framework.Graph::get_allNodes()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_t90487A8EA186417AA0A6F2B22B58D1BAE3334437* Graph_get_allNodes_m16F2C73330C293E5724E04C1185FAA62C74BDAF6 (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, const RuntimeMethod* method)
{
{
// get { return graphSource.nodes; }
GraphSource_tDFC175F2BFB99D693583B1D52BB6857C73932914* L_0;
L_0 = Graph_get_graphSource_m6900E17C4759AD2A3E02D0F72F4597145DF3653B_inline(__this, NULL);
NullCheck(L_0);
List_1_t90487A8EA186417AA0A6F2B22B58D1BAE3334437* L_1;
L_1 = GraphSource_get_nodes_m76F568B757695DACEEFDC097B976446E99C74754_inline(L_0, NULL);
return L_1;
}
}
// System.Void NodeCanvas.Framework.Graph::set_allNodes(System.Collections.Generic.List`1<NodeCanvas.Framework.Node>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Graph_set_allNodes_m7E4E0B1861A14A63100401CFB51CA92F3D1442D7 (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, List_1_t90487A8EA186417AA0A6F2B22B58D1BAE3334437* ___0_value, const RuntimeMethod* method)
{
{
// set { graphSource.nodes = value; }
GraphSource_tDFC175F2BFB99D693583B1D52BB6857C73932914* L_0;
L_0 = Graph_get_graphSource_m6900E17C4759AD2A3E02D0F72F4597145DF3653B_inline(__this, NULL);
List_1_t90487A8EA186417AA0A6F2B22B58D1BAE3334437* L_1 = ___0_value;
NullCheck(L_0);
GraphSource_set_nodes_m3A6C9FAAF14E9F5FA9F1546D950458E1B48EFA5D_inline(L_0, L_1, NULL);
// set { graphSource.nodes = value; }
return;
}
}
// System.Collections.Generic.List`1<NodeCanvas.Framework.CanvasGroup> NodeCanvas.Framework.Graph::get_canvasGroups()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_t5B06412E1CC59E5774C10EB7439C98F6C31449C3* Graph_get_canvasGroups_m5E25F317E55F3878D02558671D13BCDCC6898827 (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, const RuntimeMethod* method)
{
{
// get { return graphSource.canvasGroups; }
GraphSource_tDFC175F2BFB99D693583B1D52BB6857C73932914* L_0;
L_0 = Graph_get_graphSource_m6900E17C4759AD2A3E02D0F72F4597145DF3653B_inline(__this, NULL);
NullCheck(L_0);
List_1_t5B06412E1CC59E5774C10EB7439C98F6C31449C3* L_1;
L_1 = GraphSource_get_canvasGroups_mD8AB40FF890FFC1A315AFA538D800D3E420EC8CC_inline(L_0, NULL);
return L_1;
}
}
// System.Void NodeCanvas.Framework.Graph::set_canvasGroups(System.Collections.Generic.List`1<NodeCanvas.Framework.CanvasGroup>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Graph_set_canvasGroups_mC5B1BD4EA58240189E87CB28D2E31E25F65EB2FD (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, List_1_t5B06412E1CC59E5774C10EB7439C98F6C31449C3* ___0_value, const RuntimeMethod* method)
{
{
// set { graphSource.canvasGroups = value; }
GraphSource_tDFC175F2BFB99D693583B1D52BB6857C73932914* L_0;
L_0 = Graph_get_graphSource_m6900E17C4759AD2A3E02D0F72F4597145DF3653B_inline(__this, NULL);
List_1_t5B06412E1CC59E5774C10EB7439C98F6C31449C3* L_1 = ___0_value;
NullCheck(L_0);
GraphSource_set_canvasGroups_m2D076C922EACC06A24CC8FD0637AD7957525AD62_inline(L_0, L_1, NULL);
// set { graphSource.canvasGroups = value; }
return;
}
}
// NodeCanvas.Framework.Internal.BlackboardSource NodeCanvas.Framework.Graph::get_localBlackboard()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BlackboardSource_tDF1C560E163F6F63BE89278B7312A32BF329C89E* Graph_get_localBlackboard_m53B5DFCAEBE73DDC9AB3E8433B925F3E3A97F194 (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, const RuntimeMethod* method)
{
{
// get { return graphSource.localBlackboard; }
GraphSource_tDFC175F2BFB99D693583B1D52BB6857C73932914* L_0;
L_0 = Graph_get_graphSource_m6900E17C4759AD2A3E02D0F72F4597145DF3653B_inline(__this, NULL);
NullCheck(L_0);
BlackboardSource_tDF1C560E163F6F63BE89278B7312A32BF329C89E* L_1;
L_1 = GraphSource_get_localBlackboard_mC798FB2AB8ECD11861EC4B429D386F1CB88C467F_inline(L_0, NULL);
return L_1;
}
}
// System.Void NodeCanvas.Framework.Graph::set_localBlackboard(NodeCanvas.Framework.Internal.BlackboardSource)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Graph_set_localBlackboard_mF920B459026675BED2E06AFF53D85F826F5ADD4B (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, BlackboardSource_tDF1C560E163F6F63BE89278B7312A32BF329C89E* ___0_value, const RuntimeMethod* method)
{
{
// set { graphSource.localBlackboard = value; }
GraphSource_tDFC175F2BFB99D693583B1D52BB6857C73932914* L_0;
L_0 = Graph_get_graphSource_m6900E17C4759AD2A3E02D0F72F4597145DF3653B_inline(__this, NULL);
BlackboardSource_tDF1C560E163F6F63BE89278B7312A32BF329C89E* L_1 = ___0_value;
NullCheck(L_0);
GraphSource_set_localBlackboard_m697EAC3F193AEA1112F9918ACB6151739DB05CAF_inline(L_0, L_1, NULL);
// set { graphSource.localBlackboard = value; }
return;
}
}
// System.Collections.Generic.List`1<NodeCanvas.Framework.Task> NodeCanvas.Framework.Graph::get_allTasks()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_t2338E7E26462DEE44946C327D8DE6718C0BFFC4D* Graph_get_allTasks_mEB2C8404E1B965FFF71568D8BEB15605635A50C9 (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, const RuntimeMethod* method)
{
{
// private List<Task> allTasks => graphSource.allTasks;
GraphSource_tDFC175F2BFB99D693583B1D52BB6857C73932914* L_0;
L_0 = Graph_get_graphSource_m6900E17C4759AD2A3E02D0F72F4597145DF3653B_inline(__this, NULL);
NullCheck(L_0);
List_1_t2338E7E26462DEE44946C327D8DE6718C0BFFC4D* L_1;
L_1 = GraphSource_get_allTasks_m88E334553E1B4561F8E0DACB4567EC2B8062FBC6_inline(L_0, NULL);
return L_1;
}
}
// System.Collections.Generic.List`1<NodeCanvas.Framework.BBParameter> NodeCanvas.Framework.Graph::get_allParameters()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_tAD83E1E173C28ABFECA64AA58E75072EF894EF92* Graph_get_allParameters_m5B74A4489CC1FC4FAE417793AA86D918D566FF8D (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, const RuntimeMethod* method)
{
{
// private List<BBParameter> allParameters => graphSource.allParameters;
GraphSource_tDFC175F2BFB99D693583B1D52BB6857C73932914* L_0;
L_0 = Graph_get_graphSource_m6900E17C4759AD2A3E02D0F72F4597145DF3653B_inline(__this, NULL);
NullCheck(L_0);
List_1_tAD83E1E173C28ABFECA64AA58E75072EF894EF92* L_1;
L_1 = GraphSource_get_allParameters_m4D491F3B3B1BC38C100132FCA0677386C5DF9E75_inline(L_0, NULL);
return L_1;
}
}
// System.Collections.Generic.List`1<NodeCanvas.Framework.Connection> NodeCanvas.Framework.Graph::get_allConnections()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_t619EB3258C7F1EBD15A485EA09888BE9FC87AC7E* Graph_get_allConnections_mCA1C303DB87130FBCB5EF2BE0B0E52B90D11EEE8 (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, const RuntimeMethod* method)
{
{
// private List<Connection> allConnections => graphSource.connections;
GraphSource_tDFC175F2BFB99D693583B1D52BB6857C73932914* L_0;
L_0 = Graph_get_graphSource_m6900E17C4759AD2A3E02D0F72F4597145DF3653B_inline(__this, NULL);
NullCheck(L_0);
List_1_t619EB3258C7F1EBD15A485EA09888BE9FC87AC7E* L_1;
L_1 = GraphSource_get_connections_mAE8A0E236CE83203818C2DFEF0F01344A1B1B1C7_inline(L_0, NULL);
return L_1;
}
}
// NodeCanvas.Framework.Graph NodeCanvas.Framework.Graph::get_rootGraph()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* Graph_get_rootGraph_mCE8555374BCC30920CDB87C7281116547820A49F (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __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;
}
Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* V_0 = NULL;
{
// var current = this;
V_0 = __this;
goto IL_000b;
}
IL_0004:
{
// current = current.parentGraph;
Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* L_0 = V_0;
NullCheck(L_0);
Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* L_1;
L_1 = Graph_get_parentGraph_m31BB6F6E32D03D7744D095AF23DFB3F24426C6AB_inline(L_0, NULL);
V_0 = L_1;
}
IL_000b:
{
// while ( current.parentGraph != null ) {
Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* L_2 = V_0;
NullCheck(L_2);
Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* L_3;
L_3 = Graph_get_parentGraph_m31BB6F6E32D03D7744D095AF23DFB3F24426C6AB_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_0004;
}
}
{
// return current;
Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* L_5 = V_0;
return L_5;
}
}
// System.Boolean NodeCanvas.Framework.Graph::get_serializationHalted()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Graph_get_serializationHalted_m5A53AA416B1F7F1E2305F8C56A71A99C519E0F93 (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, const RuntimeMethod* method)
{
{
// public bool serializationHalted => _haltSerialization;
bool L_0 = __this->____haltSerialization_7;
return L_0;
}
}
// System.Collections.Generic.IEnumerable`1<NodeCanvas.Framework.Graph> NodeCanvas.Framework.Graph::get_runningGraphs()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Graph_get_runningGraphs_m6DFA416A57F9C18F70E8C6245E04A431C8C4AB19 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// public static IEnumerable<Graph> runningGraphs => _runningGraphs;
List_1_tAC3699D052F658AFF59ECF6AB1A90478603F6294* L_0 = ((Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032_StaticFields*)il2cpp_codegen_static_fields_for(Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032_il2cpp_TypeInfo_var))->____runningGraphs_12;
return L_0;
}
}
// NodeCanvas.Framework.Graph NodeCanvas.Framework.Graph::get_parentGraph()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* Graph_get_parentGraph_m31BB6F6E32D03D7744D095AF23DFB3F24426C6AB (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, const RuntimeMethod* method)
{
{
// public Graph parentGraph { get; private set; }
Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* L_0 = __this->___U3CparentGraphU3Ek__BackingField_17;
return L_0;
}
}
// System.Void NodeCanvas.Framework.Graph::set_parentGraph(NodeCanvas.Framework.Graph)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Graph_set_parentGraph_mCB41D4F2A093220D6B6BAE882FF261D43F7C9980 (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* ___0_value, const RuntimeMethod* method)
{
{
// public Graph parentGraph { get; private set; }
Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* L_0 = ___0_value;
__this->___U3CparentGraphU3Ek__BackingField_17 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CparentGraphU3Ek__BackingField_17), (void*)L_0);
return;
}
}
// System.Single NodeCanvas.Framework.Graph::get_elapsedTime()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Graph_get_elapsedTime_mD78F82F612A65CBFC791A3D27DCFDB8A600D0F44 (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, const RuntimeMethod* method)
{
{
// public float elapsedTime { get; private set; }
float L_0 = __this->___U3CelapsedTimeU3Ek__BackingField_18;
return L_0;
}
}
// System.Void NodeCanvas.Framework.Graph::set_elapsedTime(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Graph_set_elapsedTime_m5CBC053B9E23A86D53966CC580E732921295A65A (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, float ___0_value, const RuntimeMethod* method)
{
{
// public float elapsedTime { get; private set; }
float L_0 = ___0_value;
__this->___U3CelapsedTimeU3Ek__BackingField_18 = L_0;
return;
}
}
// System.Single NodeCanvas.Framework.Graph::get_deltaTime()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Graph_get_deltaTime_mE54EE3C1B054C11AF60C7F4785F96DFF6BC3B6FC (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, const RuntimeMethod* method)
{
{
// public float deltaTime { get; private set; }
float L_0 = __this->___U3CdeltaTimeU3Ek__BackingField_19;
return L_0;
}
}
// System.Void NodeCanvas.Framework.Graph::set_deltaTime(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Graph_set_deltaTime_m5199424C706FD47C781A1310532D8A5152F010B8 (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, float ___0_value, const RuntimeMethod* method)
{
{
// public float deltaTime { get; private set; }
float L_0 = ___0_value;
__this->___U3CdeltaTimeU3Ek__BackingField_19 = L_0;
return;
}
}
// System.Int32 NodeCanvas.Framework.Graph::get_lastUpdateFrame()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Graph_get_lastUpdateFrame_m177B0BEE198F9D6A5B73939694F80BFCCC7667A0 (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, const RuntimeMethod* method)
{
{
// public int lastUpdateFrame { get; private set; }
int32_t L_0 = __this->___U3ClastUpdateFrameU3Ek__BackingField_20;
return L_0;
}
}
// System.Void NodeCanvas.Framework.Graph::set_lastUpdateFrame(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Graph_set_lastUpdateFrame_m1799249C8CDEEFCBD74C76A5FAB2F24B8BF9AE07 (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, int32_t ___0_value, const RuntimeMethod* method)
{
{
// public int lastUpdateFrame { get; private set; }
int32_t L_0 = ___0_value;
__this->___U3ClastUpdateFrameU3Ek__BackingField_20 = L_0;
return;
}
}
// System.Boolean NodeCanvas.Framework.Graph::get_didUpdateLastFrame()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Graph_get_didUpdateLastFrame_m8CFB67A05A5DFE8462C52937E1D727CCB28A4498 (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, const RuntimeMethod* method)
{
{
// public bool didUpdateLastFrame => ( lastUpdateFrame >= Time.frameCount - 1 );
int32_t L_0;
L_0 = Graph_get_lastUpdateFrame_m177B0BEE198F9D6A5B73939694F80BFCCC7667A0_inline(__this, NULL);
int32_t L_1;
L_1 = Time_get_frameCount_m4A42E558A71301A216BDC49EC402D62F19C79667(NULL);
return (bool)((((int32_t)((((int32_t)L_0) < ((int32_t)((int32_t)il2cpp_codegen_subtract(L_1, 1))))? 1 : 0)) == ((int32_t)0))? 1 : 0);
}
}
// System.Boolean NodeCanvas.Framework.Graph::get_isRunning()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Graph_get_isRunning_m14C21438009A3DD223DA54AD983C886E5E3BBA18 (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, const RuntimeMethod* method)
{
{
// public bool isRunning { get; private set; }
bool L_0 = __this->___U3CisRunningU3Ek__BackingField_21;
return L_0;
}
}
// System.Void NodeCanvas.Framework.Graph::set_isRunning(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Graph_set_isRunning_mE58F68B92F3AB986898898F59D0C538BD711A81D (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, bool ___0_value, const RuntimeMethod* method)
{
{
// public bool isRunning { get; private set; }
bool L_0 = ___0_value;
__this->___U3CisRunningU3Ek__BackingField_21 = L_0;
return;
}
}
// System.Boolean NodeCanvas.Framework.Graph::get_isPaused()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Graph_get_isPaused_m6022B8A4A55D37BB78C4C4255497B08D558E1294 (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, const RuntimeMethod* method)
{
{
// public bool isPaused { get; private set; }
bool L_0 = __this->___U3CisPausedU3Ek__BackingField_22;
return L_0;
}
}
// System.Void NodeCanvas.Framework.Graph::set_isPaused(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Graph_set_isPaused_m9E8C911EBDD80D067298098E79E56975BBF847BF (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, bool ___0_value, const RuntimeMethod* method)
{
{
// public bool isPaused { get; private set; }
bool L_0 = ___0_value;
__this->___U3CisPausedU3Ek__BackingField_22 = L_0;
return;
}
}
// NodeCanvas.Framework.Graph/UpdateMode NodeCanvas.Framework.Graph::get_updateMode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Graph_get_updateMode_m52B8F58B53FD1023FBC45AD61BA61CB4B6F88F38 (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, const RuntimeMethod* method)
{
{
// public UpdateMode updateMode { get; private set; }
int32_t L_0 = __this->___U3CupdateModeU3Ek__BackingField_23;
return L_0;
}
}
// System.Void NodeCanvas.Framework.Graph::set_updateMode(NodeCanvas.Framework.Graph/UpdateMode)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Graph_set_updateMode_m49477D00F419F9297434DD89E3E329E88E9F0FDB (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, int32_t ___0_value, const RuntimeMethod* method)
{
{
// public UpdateMode updateMode { get; private set; }
int32_t L_0 = ___0_value;
__this->___U3CupdateModeU3Ek__BackingField_23 = L_0;
return;
}
}
// NodeCanvas.Framework.Node NodeCanvas.Framework.Graph::get_primeNode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* Graph_get_primeNode_mD442F7DA2FE8A6F5210F97A2F7563C835B5BAFC1 (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_mEAF0A2E85D550C81F0AB273862A6F9C2EA6F0D3A_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m9255414617C2AB53CD664FBA1177F6619233740A_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
// get { return allNodes.Count > 0 && allNodes[0].allowAsPrime ? allNodes[0] : null; }
List_1_t90487A8EA186417AA0A6F2B22B58D1BAE3334437* L_0;
L_0 = Graph_get_allNodes_m16F2C73330C293E5724E04C1185FAA62C74BDAF6(__this, NULL);
NullCheck(L_0);
int32_t L_1;
L_1 = List_1_get_Count_mEAF0A2E85D550C81F0AB273862A6F9C2EA6F0D3A_inline(L_0, List_1_get_Count_mEAF0A2E85D550C81F0AB273862A6F9C2EA6F0D3A_RuntimeMethod_var);
if ((((int32_t)L_1) <= ((int32_t)0)))
{
goto IL_0021;
}
}
{
List_1_t90487A8EA186417AA0A6F2B22B58D1BAE3334437* L_2;
L_2 = Graph_get_allNodes_m16F2C73330C293E5724E04C1185FAA62C74BDAF6(__this, NULL);
NullCheck(L_2);
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_3;
L_3 = List_1_get_Item_m9255414617C2AB53CD664FBA1177F6619233740A(L_2, 0, List_1_get_Item_m9255414617C2AB53CD664FBA1177F6619233740A_RuntimeMethod_var);
NullCheck(L_3);
bool L_4;
L_4 = VirtualFuncInvoker0< bool >::Invoke(16 /* System.Boolean NodeCanvas.Framework.Node::get_allowAsPrime() */, L_3);
if (L_4)
{
goto IL_0023;
}
}
IL_0021:
{
return (Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8*)NULL;
}
IL_0023:
{
List_1_t90487A8EA186417AA0A6F2B22B58D1BAE3334437* L_5;
L_5 = Graph_get_allNodes_m16F2C73330C293E5724E04C1185FAA62C74BDAF6(__this, NULL);
NullCheck(L_5);
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_6;
L_6 = List_1_get_Item_m9255414617C2AB53CD664FBA1177F6619233740A(L_5, 0, List_1_get_Item_m9255414617C2AB53CD664FBA1177F6619233740A_RuntimeMethod_var);
return L_6;
}
}
// System.Void NodeCanvas.Framework.Graph::set_primeNode(NodeCanvas.Framework.Node)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Graph_set_primeNode_m7EEE10C13637E907810FD86B9E8486B074A25962 (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* ___0_value, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Contains_m2A0D35682C3CBAA9171F59728AE8D5B0BBBA28A5_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Insert_mC35B387DCD01170CFA80915CA073350F2D990F27_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Remove_mDD9E9D0183F118374408BCB0F47B74F75D394465_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
// if ( primeNode != value && allNodes.Contains(value) ) {
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_0;
L_0 = Graph_get_primeNode_mD442F7DA2FE8A6F5210F97A2F7563C835B5BAFC1(__this, NULL);
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_1 = ___0_value;
if ((((RuntimeObject*)(Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8*)L_0) == ((RuntimeObject*)(Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8*)L_1)))
{
goto IL_0066;
}
}
{
List_1_t90487A8EA186417AA0A6F2B22B58D1BAE3334437* L_2;
L_2 = Graph_get_allNodes_m16F2C73330C293E5724E04C1185FAA62C74BDAF6(__this, NULL);
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_3 = ___0_value;
NullCheck(L_2);
bool L_4;
L_4 = List_1_Contains_m2A0D35682C3CBAA9171F59728AE8D5B0BBBA28A5(L_2, L_3, List_1_Contains_m2A0D35682C3CBAA9171F59728AE8D5B0BBBA28A5_RuntimeMethod_var);
if (!L_4)
{
goto IL_0066;
}
}
{
// if ( value != null && value.allowAsPrime ) {
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_5 = ___0_value;
if (!L_5)
{
goto IL_0066;
}
}
{
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_6 = ___0_value;
NullCheck(L_6);
bool L_7;
L_7 = VirtualFuncInvoker0< bool >::Invoke(16 /* System.Boolean NodeCanvas.Framework.Node::get_allowAsPrime() */, L_6);
if (!L_7)
{
goto IL_0066;
}
}
{
// if ( isRunning ) {
bool L_8;
L_8 = Graph_get_isRunning_m14C21438009A3DD223DA54AD983C886E5E3BBA18_inline(__this, NULL);
if (!L_8)
{
goto IL_0045;
}
}
{
// if ( primeNode != null ) { primeNode.Reset(); }
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_9;
L_9 = Graph_get_primeNode_mD442F7DA2FE8A6F5210F97A2F7563C835B5BAFC1(__this, NULL);
if (!L_9)
{
goto IL_003e;
}
}
{
// if ( primeNode != null ) { primeNode.Reset(); }
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_10;
L_10 = Graph_get_primeNode_mD442F7DA2FE8A6F5210F97A2F7563C835B5BAFC1(__this, NULL);
NullCheck(L_10);
Node_Reset_mB3743E20EC14B3089E4F6273C4E5626F2EDD8F59(L_10, (bool)1, NULL);
}
IL_003e:
{
// value.Reset();
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_11 = ___0_value;
NullCheck(L_11);
Node_Reset_mB3743E20EC14B3089E4F6273C4E5626F2EDD8F59(L_11, (bool)1, NULL);
}
IL_0045:
{
// allNodes.Remove(value);
List_1_t90487A8EA186417AA0A6F2B22B58D1BAE3334437* L_12;
L_12 = Graph_get_allNodes_m16F2C73330C293E5724E04C1185FAA62C74BDAF6(__this, NULL);
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_13 = ___0_value;
NullCheck(L_12);
bool L_14;
L_14 = List_1_Remove_mDD9E9D0183F118374408BCB0F47B74F75D394465(L_12, L_13, List_1_Remove_mDD9E9D0183F118374408BCB0F47B74F75D394465_RuntimeMethod_var);
// allNodes.Insert(0, value);
List_1_t90487A8EA186417AA0A6F2B22B58D1BAE3334437* L_15;
L_15 = Graph_get_allNodes_m16F2C73330C293E5724E04C1185FAA62C74BDAF6(__this, NULL);
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_16 = ___0_value;
NullCheck(L_15);
List_1_Insert_mC35B387DCD01170CFA80915CA073350F2D990F27(L_15, 0, L_16, List_1_Insert_mC35B387DCD01170CFA80915CA073350F2D990F27_RuntimeMethod_var);
// UpdateNodeIDs(true);
Graph_UpdateNodeIDs_m1D449F68DE2FC98740D49C6F8791F1860B593276(__this, (bool)1, NULL);
}
IL_0066:
{
// }
return;
}
}
// UnityEngine.Component NodeCanvas.Framework.Graph::get_agent()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* Graph_get_agent_m2AD941592E9694084A4A44F0F30A363E95295EA8 (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, const RuntimeMethod* method)
{
{
// public Component agent { get; private set; }
Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* L_0 = __this->___U3CagentU3Ek__BackingField_24;
return L_0;
}
}
// System.Void NodeCanvas.Framework.Graph::set_agent(UnityEngine.Component)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Graph_set_agent_mE91AA2243169F3853914EAFA0E353B2A9AAAF0D0 (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* ___0_value, const RuntimeMethod* method)
{
{
// public Component agent { get; private set; }
Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* L_0 = ___0_value;
__this->___U3CagentU3Ek__BackingField_24 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CagentU3Ek__BackingField_24), (void*)L_0);
return;
}
}
// 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)
{
{
// public IBlackboard blackboard => localBlackboard;
BlackboardSource_tDF1C560E163F6F63BE89278B7312A32BF329C89E* L_0;
L_0 = Graph_get_localBlackboard_m53B5DFCAEBE73DDC9AB3E8433B925F3E3A97F194(__this, NULL);
return L_0;
}
}
// NodeCanvas.Framework.IBlackboard NodeCanvas.Framework.Graph::get_parentBlackboard()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Graph_get_parentBlackboard_mB9267D486CB3132D8779D31C1FB3511BA54CBBB6 (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, const RuntimeMethod* method)
{
{
// public IBlackboard parentBlackboard { get; private set; }
RuntimeObject* L_0 = __this->___U3CparentBlackboardU3Ek__BackingField_25;
return L_0;
}
}
// System.Void NodeCanvas.Framework.Graph::set_parentBlackboard(NodeCanvas.Framework.IBlackboard)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Graph_set_parentBlackboard_m5057E995632D9D41599006EAC2FF7682ABC3F271 (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, RuntimeObject* ___0_value, const RuntimeMethod* method)
{
{
// public IBlackboard parentBlackboard { get; private set; }
RuntimeObject* L_0 = ___0_value;
__this->___U3CparentBlackboardU3Ek__BackingField_25 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CparentBlackboardU3Ek__BackingField_25), (void*)L_0);
return;
}
}
// UnityEngine.Object NodeCanvas.Framework.Graph::NodeCanvas.Framework.ITaskSystem.get_contextObject()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* Graph_NodeCanvas_Framework_ITaskSystem_get_contextObject_m5F2155A14A9B5B2CFAFA0F20DB25EFB77EE55B97 (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, const RuntimeMethod* method)
{
{
// UnityEngine.Object ITaskSystem.contextObject => this;
return __this;
}
}
// System.Void NodeCanvas.Framework.Graph::UpdateReferencesFromOwner(NodeCanvas.Framework.GraphOwner,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Graph_UpdateReferencesFromOwner_m59A731653C4F41E1C3669E3D031E31E33589B69D (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, GraphOwner_t403B42955FE2A2C62A9578A7E1ED47FF1B39A37F* ___0_owner, bool ___1_force, 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;
}
GraphOwner_t403B42955FE2A2C62A9578A7E1ED47FF1B39A37F* G_B2_0 = NULL;
Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* G_B2_1 = NULL;
GraphOwner_t403B42955FE2A2C62A9578A7E1ED47FF1B39A37F* G_B1_0 = NULL;
Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* G_B1_1 = NULL;
RuntimeObject* G_B3_0 = NULL;
GraphOwner_t403B42955FE2A2C62A9578A7E1ED47FF1B39A37F* G_B3_1 = NULL;
Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* G_B3_2 = NULL;
{
// UpdateReferences(owner, owner != null ? owner.blackboard : null, force);
GraphOwner_t403B42955FE2A2C62A9578A7E1ED47FF1B39A37F* L_0 = ___0_owner;
GraphOwner_t403B42955FE2A2C62A9578A7E1ED47FF1B39A37F* L_1 = ___0_owner;
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);
G_B1_0 = L_0;
G_B1_1 = __this;
if (L_2)
{
G_B2_0 = L_0;
G_B2_1 = __this;
goto IL_000e;
}
}
{
G_B3_0 = ((RuntimeObject*)(NULL));
G_B3_1 = G_B1_0;
G_B3_2 = G_B1_1;
goto IL_0014;
}
IL_000e:
{
GraphOwner_t403B42955FE2A2C62A9578A7E1ED47FF1B39A37F* L_3 = ___0_owner;
NullCheck(L_3);
RuntimeObject* L_4;
L_4 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(8 /* NodeCanvas.Framework.IBlackboard NodeCanvas.Framework.GraphOwner::get_blackboard() */, L_3);
G_B3_0 = L_4;
G_B3_1 = G_B2_0;
G_B3_2 = G_B2_1;
}
IL_0014:
{
bool L_5 = ___1_force;
NullCheck(G_B3_2);
Graph_UpdateReferences_m364073F97FE439AFA62A61DF51E5B4D66E5FE2EC(G_B3_2, G_B3_1, G_B3_0, L_5, NULL);
// }
return;
}
}
// System.Void NodeCanvas.Framework.Graph::UpdateReferences(UnityEngine.Component,NodeCanvas.Framework.IBlackboard,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Graph_UpdateReferences_m364073F97FE439AFA62A61DF51E5B4D66E5FE2EC (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* ___0_newAgent, RuntimeObject* ___1_newParentBlackboard, bool ___2_force, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ITaskSystem_t5C954212C02BD88DCB75F567405E31FBE9F281B3_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t G_B3_0 = 0;
{
// if ( !ReferenceEquals(this.agent, newAgent) || !ReferenceEquals(this.parentBlackboard, newParentBlackboard) || force ) {
Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* L_0;
L_0 = Graph_get_agent_m2AD941592E9694084A4A44F0F30A363E95295EA8_inline(__this, NULL);
Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* L_1 = ___0_newAgent;
if ((!(((RuntimeObject*)(Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3*)L_0) == ((RuntimeObject*)(Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3*)L_1))))
{
goto IL_0017;
}
}
{
RuntimeObject* L_2;
L_2 = Graph_get_parentBlackboard_mB9267D486CB3132D8779D31C1FB3511BA54CBBB6_inline(__this, NULL);
RuntimeObject* L_3 = ___1_newParentBlackboard;
G_B3_0 = ((((int32_t)((((RuntimeObject*)(RuntimeObject*)L_2) == ((RuntimeObject*)(RuntimeObject*)L_3))? 1 : 0)) == ((int32_t)0))? 1 : 0);
goto IL_0018;
}
IL_0017:
{
G_B3_0 = 1;
}
IL_0018:
{
bool L_4 = ___2_force;
if (!((int32_t)(G_B3_0|(int32_t)L_4)))
{
goto IL_0079;
}
}
{
// this.agent = newAgent;
Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* L_5 = ___0_newAgent;
Graph_set_agent_mE91AA2243169F3853914EAFA0E353B2A9AAAF0D0_inline(__this, L_5, NULL);
// this.parentBlackboard = newParentBlackboard;
RuntimeObject* L_6 = ___1_newParentBlackboard;
Graph_set_parentBlackboard_m5057E995632D9D41599006EAC2FF7682ABC3F271_inline(__this, L_6, NULL);
// if ( !ReferenceEquals(newParentBlackboard, this.localBlackboard) && allowBlackboardOverrides ) {
RuntimeObject* L_7 = ___1_newParentBlackboard;
BlackboardSource_tDF1C560E163F6F63BE89278B7312A32BF329C89E* L_8;
L_8 = Graph_get_localBlackboard_m53B5DFCAEBE73DDC9AB3E8433B925F3E3A97F194(__this, NULL);
if ((((RuntimeObject*)(RuntimeObject*)L_7) == ((RuntimeObject*)(BlackboardSource_tDF1C560E163F6F63BE89278B7312A32BF329C89E*)L_8)))
{
goto IL_0049;
}
}
{
bool L_9;
L_9 = VirtualFuncInvoker0< bool >::Invoke(18 /* System.Boolean NodeCanvas.Framework.Graph::get_allowBlackboardOverrides() */, __this);
if (!L_9)
{
goto IL_0049;
}
}
{
// this.localBlackboard.parent = newParentBlackboard;
BlackboardSource_tDF1C560E163F6F63BE89278B7312A32BF329C89E* L_10;
L_10 = Graph_get_localBlackboard_m53B5DFCAEBE73DDC9AB3E8433B925F3E3A97F194(__this, NULL);
RuntimeObject* L_11 = ___1_newParentBlackboard;
NullCheck(L_10);
BlackboardSource_set_parent_mF0A3A945FFEE8F4F09514D016864A1BF6C671CB8_inline(L_10, L_11, NULL);
goto IL_0055;
}
IL_0049:
{
// this.localBlackboard.parent = null;
BlackboardSource_tDF1C560E163F6F63BE89278B7312A32BF329C89E* L_12;
L_12 = Graph_get_localBlackboard_m53B5DFCAEBE73DDC9AB3E8433B925F3E3A97F194(__this, NULL);
NullCheck(L_12);
BlackboardSource_set_parent_mF0A3A945FFEE8F4F09514D016864A1BF6C671CB8_inline(L_12, (RuntimeObject*)NULL, NULL);
}
IL_0055:
{
// this.localBlackboard.propertiesBindTarget = newAgent;
BlackboardSource_tDF1C560E163F6F63BE89278B7312A32BF329C89E* L_13;
L_13 = Graph_get_localBlackboard_m53B5DFCAEBE73DDC9AB3E8433B925F3E3A97F194(__this, NULL);
Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* L_14 = ___0_newAgent;
NullCheck(L_13);
BlackboardSource_set_propertiesBindTarget_mDC356C2F9DCC0400AC30420570E3C83089EFD334_inline(L_13, L_14, NULL);
// this.localBlackboard.unityContextObject = this;
BlackboardSource_tDF1C560E163F6F63BE89278B7312A32BF329C89E* L_15;
L_15 = Graph_get_localBlackboard_m53B5DFCAEBE73DDC9AB3E8433B925F3E3A97F194(__this, NULL);
NullCheck(L_15);
BlackboardSource_set_unityContextObject_m5A66741ABA7881FBE8B8C1EC185983ED2CB06B5D_inline(L_15, __this, NULL);
// UpdateNodeBBFields();
Graph_UpdateNodeBBFields_m1C1B8503C5171E448DDA96E60B17C74CAAFC4721(__this, NULL);
// ( (ITaskSystem)this ).UpdateTasksOwner();
InterfaceActionInvoker0::Invoke(5 /* System.Void NodeCanvas.Framework.ITaskSystem::UpdateTasksOwner() */, ITaskSystem_t5C954212C02BD88DCB75F567405E31FBE9F281B3_il2cpp_TypeInfo_var, __this);
}
IL_0079:
{
// }
return;
}
}
// System.Void NodeCanvas.Framework.Graph::UpdateNodeBBFields()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Graph_UpdateNodeBBFields_m1C1B8503C5171E448DDA96E60B17C74CAAFC4721 (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m927DF1CC0453C245947D093665906AF02413BBF2_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_mF5DE0A1843D44B216937AA947EAEE5C974A8F41A_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
// for ( var i = 0; i < allParameters.Count; i++ ) {
V_0 = 0;
goto IL_001f;
}
IL_0004:
{
// allParameters[i].bb = blackboard;
List_1_tAD83E1E173C28ABFECA64AA58E75072EF894EF92* L_0;
L_0 = Graph_get_allParameters_m5B74A4489CC1FC4FAE417793AA86D918D566FF8D(__this, NULL);
int32_t L_1 = V_0;
NullCheck(L_0);
BBParameter_tD717AF8560E573DF3DA925034F257F669CDDBA60* L_2;
L_2 = List_1_get_Item_mF5DE0A1843D44B216937AA947EAEE5C974A8F41A(L_0, L_1, List_1_get_Item_mF5DE0A1843D44B216937AA947EAEE5C974A8F41A_RuntimeMethod_var);
RuntimeObject* L_3;
L_3 = Graph_get_blackboard_mEA857457C284A543695FBD6B8A9BA8C46EDB4B93(__this, NULL);
NullCheck(L_2);
BBParameter_set_bb_mC03C5FFA7320CCC721EF5323C21736B2BEE4B423(L_2, L_3, NULL);
// for ( var i = 0; i < allParameters.Count; i++ ) {
int32_t L_4 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add(L_4, 1));
}
IL_001f:
{
// for ( var i = 0; i < allParameters.Count; i++ ) {
int32_t L_5 = V_0;
List_1_tAD83E1E173C28ABFECA64AA58E75072EF894EF92* L_6;
L_6 = Graph_get_allParameters_m5B74A4489CC1FC4FAE417793AA86D918D566FF8D(__this, NULL);
NullCheck(L_6);
int32_t L_7;
L_7 = List_1_get_Count_m927DF1CC0453C245947D093665906AF02413BBF2_inline(L_6, List_1_get_Count_m927DF1CC0453C245947D093665906AF02413BBF2_RuntimeMethod_var);
if ((((int32_t)L_5) < ((int32_t)L_7)))
{
goto IL_0004;
}
}
{
// }
return;
}
}
// System.Void NodeCanvas.Framework.Graph::NodeCanvas.Framework.ITaskSystem.UpdateTasksOwner()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Graph_NodeCanvas_Framework_ITaskSystem_UpdateTasksOwner_m3F150AD3F84A1C3445E6834A93EF732E3E61ACA1 (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m5267AC7AABDFD28ED4025E5CED850F5DAFCD1AEF_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m62D21B42FD9BBD9FD63DD67FDF11680C941D1E41_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
// for ( var i = 0; i < allTasks.Count; i++ ) {
V_0 = 0;
goto IL_001a;
}
IL_0004:
{
// allTasks[i].SetOwnerSystem(this);
List_1_t2338E7E26462DEE44946C327D8DE6718C0BFFC4D* L_0;
L_0 = Graph_get_allTasks_mEB2C8404E1B965FFF71568D8BEB15605635A50C9(__this, NULL);
int32_t L_1 = V_0;
NullCheck(L_0);
Task_tF05C1B448C98EDD5D7E9E23660FCEAC40348A284* L_2;
L_2 = List_1_get_Item_m62D21B42FD9BBD9FD63DD67FDF11680C941D1E41(L_0, L_1, List_1_get_Item_m62D21B42FD9BBD9FD63DD67FDF11680C941D1E41_RuntimeMethod_var);
NullCheck(L_2);
Task_SetOwnerSystem_mF261D1FFA46C0D370F6D79AF62957605726D92BF(L_2, __this, NULL);
// for ( var i = 0; i < allTasks.Count; i++ ) {
int32_t L_3 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add(L_3, 1));
}
IL_001a:
{
// for ( var i = 0; i < allTasks.Count; i++ ) {
int32_t L_4 = V_0;
List_1_t2338E7E26462DEE44946C327D8DE6718C0BFFC4D* L_5;
L_5 = Graph_get_allTasks_mEB2C8404E1B965FFF71568D8BEB15605635A50C9(__this, NULL);
NullCheck(L_5);
int32_t L_6;
L_6 = List_1_get_Count_m5267AC7AABDFD28ED4025E5CED850F5DAFCD1AEF_inline(L_5, List_1_get_Count_m5267AC7AABDFD28ED4025E5CED850F5DAFCD1AEF_RuntimeMethod_var);
if ((((int32_t)L_4) < ((int32_t)L_6)))
{
goto IL_0004;
}
}
{
// }
return;
}
}
// System.Void NodeCanvas.Framework.Graph::UpdateNodeIDs(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Graph_UpdateNodeIDs_m1D449F68DE2FC98740D49C6F8791F1860B593276 (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, bool ___0_alsoReorderList, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_OrderBy_TisNode_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_m3F5BD34B8D48177C139ADF59DE732533D3527122_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_ToList_TisNode_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8_m2D45C9769430A23EC8AF6D6F174DC6063ED42893_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_t9687E0E3A714E9DED407CA9A58821E729782228E_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_1_t9DAFD9C4458BD4AB14B1D5F23E520DCF83201AF4_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_1_tCE15A850FC6A0A67F14327C78B149D6949E2F353_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_mEAF0A2E85D550C81F0AB273862A6F9C2EA6F0D3A_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NodeU5BU5D_t9ED98B145FDFEDFC80FCBDF86A3D7B4D21CB89A2_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CUpdateNodeIDsU3Eb__149_0_m6396608EE6BFF79A8752C88B967CB6922718CF8A_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_tB79B6CA88AA31071491EC25DD1A17FD57FAA148F_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
NodeU5BU5D_t9ED98B145FDFEDFC80FCBDF86A3D7B4D21CB89A2* V_1 = NULL;
RuntimeObject* V_2 = NULL;
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* V_3 = NULL;
Func_2_t9687E0E3A714E9DED407CA9A58821E729782228E* G_B6_0 = NULL;
List_1_t90487A8EA186417AA0A6F2B22B58D1BAE3334437* G_B6_1 = NULL;
Func_2_t9687E0E3A714E9DED407CA9A58821E729782228E* G_B5_0 = NULL;
List_1_t90487A8EA186417AA0A6F2B22B58D1BAE3334437* G_B5_1 = NULL;
{
// if ( allNodes.Count == 0 ) {
List_1_t90487A8EA186417AA0A6F2B22B58D1BAE3334437* L_0;
L_0 = Graph_get_allNodes_m16F2C73330C293E5724E04C1185FAA62C74BDAF6(__this, NULL);
NullCheck(L_0);
int32_t L_1;
L_1 = List_1_get_Count_mEAF0A2E85D550C81F0AB273862A6F9C2EA6F0D3A_inline(L_0, List_1_get_Count_mEAF0A2E85D550C81F0AB273862A6F9C2EA6F0D3A_RuntimeMethod_var);
if (L_1)
{
goto IL_000e;
}
}
{
// return;
return;
}
IL_000e:
{
// var lastID = -1;
V_0 = (-1);
// var parsed = new Node[allNodes.Count];
List_1_t90487A8EA186417AA0A6F2B22B58D1BAE3334437* L_2;
L_2 = Graph_get_allNodes_m16F2C73330C293E5724E04C1185FAA62C74BDAF6(__this, NULL);
NullCheck(L_2);
int32_t L_3;
L_3 = List_1_get_Count_mEAF0A2E85D550C81F0AB273862A6F9C2EA6F0D3A_inline(L_2, List_1_get_Count_mEAF0A2E85D550C81F0AB273862A6F9C2EA6F0D3A_RuntimeMethod_var);
NodeU5BU5D_t9ED98B145FDFEDFC80FCBDF86A3D7B4D21CB89A2* L_4 = (NodeU5BU5D_t9ED98B145FDFEDFC80FCBDF86A3D7B4D21CB89A2*)(NodeU5BU5D_t9ED98B145FDFEDFC80FCBDF86A3D7B4D21CB89A2*)SZArrayNew(NodeU5BU5D_t9ED98B145FDFEDFC80FCBDF86A3D7B4D21CB89A2_il2cpp_TypeInfo_var, (uint32_t)L_3);
V_1 = L_4;
// if ( primeNode != null ) {
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_5;
L_5 = Graph_get_primeNode_mD442F7DA2FE8A6F5210F97A2F7563C835B5BAFC1(__this, NULL);
if (!L_5)
{
goto IL_0039;
}
}
{
// lastID = AssignNodeID(primeNode, lastID, ref parsed);
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_6;
L_6 = Graph_get_primeNode_mD442F7DA2FE8A6F5210F97A2F7563C835B5BAFC1(__this, NULL);
int32_t L_7 = V_0;
int32_t L_8;
L_8 = Graph_AssignNodeID_mEE86E849230D61623A9479A9EA1041B4AC650E55(__this, L_6, L_7, (&V_1), NULL);
V_0 = L_8;
}
IL_0039:
{
// foreach ( var node in allNodes.OrderBy(n => ( n.inConnections.Count == 0 ? 0 : 1 ) + n.priority * -1) ) {
List_1_t90487A8EA186417AA0A6F2B22B58D1BAE3334437* L_9;
L_9 = Graph_get_allNodes_m16F2C73330C293E5724E04C1185FAA62C74BDAF6(__this, NULL);
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_tB79B6CA88AA31071491EC25DD1A17FD57FAA148F_il2cpp_TypeInfo_var);
Func_2_t9687E0E3A714E9DED407CA9A58821E729782228E* L_10 = ((U3CU3Ec_tB79B6CA88AA31071491EC25DD1A17FD57FAA148F_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tB79B6CA88AA31071491EC25DD1A17FD57FAA148F_il2cpp_TypeInfo_var))->___U3CU3E9__149_0_1;
Func_2_t9687E0E3A714E9DED407CA9A58821E729782228E* L_11 = L_10;
G_B5_0 = L_11;
G_B5_1 = L_9;
if (L_11)
{
G_B6_0 = L_11;
G_B6_1 = L_9;
goto IL_005e;
}
}
{
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_tB79B6CA88AA31071491EC25DD1A17FD57FAA148F_il2cpp_TypeInfo_var);
U3CU3Ec_tB79B6CA88AA31071491EC25DD1A17FD57FAA148F* L_12 = ((U3CU3Ec_tB79B6CA88AA31071491EC25DD1A17FD57FAA148F_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tB79B6CA88AA31071491EC25DD1A17FD57FAA148F_il2cpp_TypeInfo_var))->___U3CU3E9_0;
Func_2_t9687E0E3A714E9DED407CA9A58821E729782228E* L_13 = (Func_2_t9687E0E3A714E9DED407CA9A58821E729782228E*)il2cpp_codegen_object_new(Func_2_t9687E0E3A714E9DED407CA9A58821E729782228E_il2cpp_TypeInfo_var);
NullCheck(L_13);
Func_2__ctor_m91A0BA3208B811CE29BBEFEB7FC957D3B4352CD0(L_13, L_12, (intptr_t)((void*)U3CU3Ec_U3CUpdateNodeIDsU3Eb__149_0_m6396608EE6BFF79A8752C88B967CB6922718CF8A_RuntimeMethod_var), NULL);
Func_2_t9687E0E3A714E9DED407CA9A58821E729782228E* L_14 = L_13;
((U3CU3Ec_tB79B6CA88AA31071491EC25DD1A17FD57FAA148F_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tB79B6CA88AA31071491EC25DD1A17FD57FAA148F_il2cpp_TypeInfo_var))->___U3CU3E9__149_0_1 = L_14;
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_tB79B6CA88AA31071491EC25DD1A17FD57FAA148F_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tB79B6CA88AA31071491EC25DD1A17FD57FAA148F_il2cpp_TypeInfo_var))->___U3CU3E9__149_0_1), (void*)L_14);
G_B6_0 = L_14;
G_B6_1 = G_B5_1;
}
IL_005e:
{
RuntimeObject* L_15;
L_15 = Enumerable_OrderBy_TisNode_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_m3F5BD34B8D48177C139ADF59DE732533D3527122(G_B6_1, G_B6_0, Enumerable_OrderBy_TisNode_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_m3F5BD34B8D48177C139ADF59DE732533D3527122_RuntimeMethod_var);
NullCheck(L_15);
RuntimeObject* L_16;
L_16 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.IEnumerable`1<NodeCanvas.Framework.Node>::GetEnumerator() */, IEnumerable_1_t9DAFD9C4458BD4AB14B1D5F23E520DCF83201AF4_il2cpp_TypeInfo_var, L_15);
V_2 = L_16;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_0087:
{// begin finally (depth: 1)
{
RuntimeObject* L_17 = V_2;
if (!L_17)
{
goto IL_0090;
}
}
{
RuntimeObject* L_18 = V_2;
NullCheck(L_18);
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_18);
}
IL_0090:
{
return;
}
}// end finally (depth: 1)
});
try
{// begin try (depth: 1)
{
goto IL_007d_1;
}
IL_006b_1:
{
// foreach ( var node in allNodes.OrderBy(n => ( n.inConnections.Count == 0 ? 0 : 1 ) + n.priority * -1) ) {
RuntimeObject* L_19 = V_2;
NullCheck(L_19);
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_20;
L_20 = InterfaceFuncInvoker0< Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* >::Invoke(0 /* T System.Collections.Generic.IEnumerator`1<NodeCanvas.Framework.Node>::get_Current() */, IEnumerator_1_tCE15A850FC6A0A67F14327C78B149D6949E2F353_il2cpp_TypeInfo_var, L_19);
V_3 = L_20;
// lastID = AssignNodeID(node, lastID, ref parsed);
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_21 = V_3;
int32_t L_22 = V_0;
int32_t L_23;
L_23 = Graph_AssignNodeID_mEE86E849230D61623A9479A9EA1041B4AC650E55(__this, L_21, L_22, (&V_1), NULL);
V_0 = L_23;
}
IL_007d_1:
{
// foreach ( var node in allNodes.OrderBy(n => ( n.inConnections.Count == 0 ? 0 : 1 ) + n.priority * -1) ) {
RuntimeObject* L_24 = V_2;
NullCheck(L_24);
bool L_25;
L_25 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_24);
if (L_25)
{
goto IL_006b_1;
}
}
{
goto IL_0091;
}
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_0091:
{
// if ( alsoReorderList ) {
bool L_26 = ___0_alsoReorderList;
if (!L_26)
{
goto IL_00a0;
}
}
{
// allNodes = parsed.ToList();
NodeU5BU5D_t9ED98B145FDFEDFC80FCBDF86A3D7B4D21CB89A2* L_27 = V_1;
List_1_t90487A8EA186417AA0A6F2B22B58D1BAE3334437* L_28;
L_28 = Enumerable_ToList_TisNode_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8_m2D45C9769430A23EC8AF6D6F174DC6063ED42893((RuntimeObject*)L_27, Enumerable_ToList_TisNode_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8_m2D45C9769430A23EC8AF6D6F174DC6063ED42893_RuntimeMethod_var);
Graph_set_allNodes_m7E4E0B1861A14A63100401CFB51CA92F3D1442D7(__this, L_28, NULL);
}
IL_00a0:
{
// }
return;
}
}
// System.Int32 NodeCanvas.Framework.Graph::AssignNodeID(NodeCanvas.Framework.Node,System.Int32,NodeCanvas.Framework.Node[]&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Graph_AssignNodeID_mEE86E849230D61623A9479A9EA1041B4AC650E55 (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* ___0_node, int32_t ___1_lastID, NodeU5BU5D_t9ED98B145FDFEDFC80FCBDF86A3D7B4D21CB89A2** ___2_parsed, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_Contains_TisNode_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8_mF0D1AA2ACAC5ACE3CB9739AEE2F123635BA81D7B_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_mC96ADDB2914B9FADC03D3A91F7B5B647995A2E5C_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m10CB933550CAAA86A0E326BF1DECE5E7DE263E0E_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* V_1 = NULL;
{
// if ( !parsed.Contains(node) ) {
NodeU5BU5D_t9ED98B145FDFEDFC80FCBDF86A3D7B4D21CB89A2** L_0 = ___2_parsed;
NodeU5BU5D_t9ED98B145FDFEDFC80FCBDF86A3D7B4D21CB89A2* L_1 = *((NodeU5BU5D_t9ED98B145FDFEDFC80FCBDF86A3D7B4D21CB89A2**)L_0);
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_2 = ___0_node;
bool L_3;
L_3 = Enumerable_Contains_TisNode_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8_mF0D1AA2ACAC5ACE3CB9739AEE2F123635BA81D7B((RuntimeObject*)L_1, L_2, Enumerable_Contains_TisNode_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8_mF0D1AA2ACAC5ACE3CB9739AEE2F123635BA81D7B_RuntimeMethod_var);
if (L_3)
{
goto IL_004e;
}
}
{
// lastID++;
int32_t L_4 = ___1_lastID;
___1_lastID = ((int32_t)il2cpp_codegen_add(L_4, 1));
// node.ID = lastID;
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_5 = ___0_node;
int32_t L_6 = ___1_lastID;
NullCheck(L_5);
Node_set_ID_mBEB98B3A6E2E6BC7D094CBE79B287CC90210EC18_inline(L_5, L_6, NULL);
// parsed[lastID] = node;
NodeU5BU5D_t9ED98B145FDFEDFC80FCBDF86A3D7B4D21CB89A2** L_7 = ___2_parsed;
NodeU5BU5D_t9ED98B145FDFEDFC80FCBDF86A3D7B4D21CB89A2* L_8 = *((NodeU5BU5D_t9ED98B145FDFEDFC80FCBDF86A3D7B4D21CB89A2**)L_7);
int32_t L_9 = ___1_lastID;
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_10 = ___0_node;
NullCheck(L_8);
ArrayElementTypeCheck (L_8, L_10);
(L_8)->SetAt(static_cast<il2cpp_array_size_t>(L_9), (Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8*)L_10);
// for ( var i = 0; i < node.outConnections.Count; i++ ) {
V_0 = 0;
goto IL_0040;
}
IL_001f:
{
// var targetNode = node.outConnections[i].targetNode;
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_11 = ___0_node;
NullCheck(L_11);
List_1_t619EB3258C7F1EBD15A485EA09888BE9FC87AC7E* L_12;
L_12 = Node_get_outConnections_mBD92942B179E5297C07F297E1D0F2F0946A8F7EE_inline(L_11, NULL);
int32_t L_13 = V_0;
NullCheck(L_12);
Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D* L_14;
L_14 = List_1_get_Item_m10CB933550CAAA86A0E326BF1DECE5E7DE263E0E(L_12, L_13, List_1_get_Item_m10CB933550CAAA86A0E326BF1DECE5E7DE263E0E_RuntimeMethod_var);
NullCheck(L_14);
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_15;
L_15 = Connection_get_targetNode_m6497814C735802779A09743F85F194212C0606F2_inline(L_14, NULL);
V_1 = L_15;
// lastID = AssignNodeID(targetNode, lastID, ref parsed);
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_16 = V_1;
int32_t L_17 = ___1_lastID;
NodeU5BU5D_t9ED98B145FDFEDFC80FCBDF86A3D7B4D21CB89A2** L_18 = ___2_parsed;
int32_t L_19;
L_19 = Graph_AssignNodeID_mEE86E849230D61623A9479A9EA1041B4AC650E55(__this, L_16, L_17, L_18, NULL);
___1_lastID = L_19;
// for ( var i = 0; i < node.outConnections.Count; i++ ) {
int32_t L_20 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add(L_20, 1));
}
IL_0040:
{
// for ( var i = 0; i < node.outConnections.Count; i++ ) {
int32_t L_21 = V_0;
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_22 = ___0_node;
NullCheck(L_22);
List_1_t619EB3258C7F1EBD15A485EA09888BE9FC87AC7E* L_23;
L_23 = Node_get_outConnections_mBD92942B179E5297C07F297E1D0F2F0946A8F7EE_inline(L_22, NULL);
NullCheck(L_23);
int32_t L_24;
L_24 = List_1_get_Count_mC96ADDB2914B9FADC03D3A91F7B5B647995A2E5C_inline(L_23, List_1_get_Count_mC96ADDB2914B9FADC03D3A91F7B5B647995A2E5C_RuntimeMethod_var);
if ((((int32_t)L_21) < ((int32_t)L_24)))
{
goto IL_001f;
}
}
IL_004e:
{
// return lastID;
int32_t L_25 = ___1_lastID;
return L_25;
}
}
// System.Void NodeCanvas.Framework.Graph::add_delayedInitCalls(System.Action)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Graph_add_delayedInitCalls_mA375944CF4D7C58BB2D1B7B0D7FF84CAE7786013 (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___0_value, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* V_0 = NULL;
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* V_1 = NULL;
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* V_2 = NULL;
{
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_0 = __this->___delayedInitCalls_26;
V_0 = L_0;
}
IL_0007:
{
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_1 = V_0;
V_1 = L_1;
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_2 = V_1;
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_3 = ___0_value;
Delegate_t* L_4;
L_4 = Delegate_Combine_m1F725AEF318BE6F0426863490691A6F4606E7D00(L_2, L_3, NULL);
V_2 = ((Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)CastclassSealed((RuntimeObject*)L_4, Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var));
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07** L_5 = (&__this->___delayedInitCalls_26);
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_6 = V_2;
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_7 = V_1;
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_8;
L_8 = InterlockedCompareExchangeImpl<Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*>(L_5, L_6, L_7);
V_0 = L_8;
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_9 = V_0;
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_10 = V_1;
if ((!(((RuntimeObject*)(Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)L_9) == ((RuntimeObject*)(Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)L_10))))
{
goto IL_0007;
}
}
{
return;
}
}
// System.Void NodeCanvas.Framework.Graph::remove_delayedInitCalls(System.Action)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Graph_remove_delayedInitCalls_mC92D69F19B3F33491234AB19D86343111C0E2D57 (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___0_value, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* V_0 = NULL;
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* V_1 = NULL;
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* V_2 = NULL;
{
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_0 = __this->___delayedInitCalls_26;
V_0 = L_0;
}
IL_0007:
{
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_1 = V_0;
V_1 = L_1;
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_2 = V_1;
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_3 = ___0_value;
Delegate_t* L_4;
L_4 = Delegate_Remove_m8B7DD5661308FA972E23CA1CC3FC9CEB355504E3(L_2, L_3, NULL);
V_2 = ((Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)CastclassSealed((RuntimeObject*)L_4, Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var));
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07** L_5 = (&__this->___delayedInitCalls_26);
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_6 = V_2;
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_7 = V_1;
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_8;
L_8 = InterlockedCompareExchangeImpl<Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*>(L_5, L_6, L_7);
V_0 = L_8;
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_9 = V_0;
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_10 = V_1;
if ((!(((RuntimeObject*)(Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)L_9) == ((RuntimeObject*)(Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)L_10))))
{
goto IL_0007;
}
}
{
return;
}
}
// System.Void NodeCanvas.Framework.Graph::ThreadSafeInitCall(System.Action)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Graph_ThreadSafeInitCall_m67CB28E9FB66A7279879220F62F6F5C3410738C4 (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___0_call, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Threader_tFDCB2BB163812D50862D40F363A5EEA1073B1412_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// if ( Threader.isMainThread ) { call(); } else { delayedInitCalls += call; }
il2cpp_codegen_runtime_class_init_inline(Threader_tFDCB2BB163812D50862D40F363A5EEA1073B1412_il2cpp_TypeInfo_var);
bool L_0;
L_0 = Threader_get_isMainThread_m1478CD1C236BA03C3BEA1C30F438902C7D3242C4(NULL);
if (!L_0)
{
goto IL_000e;
}
}
{
// if ( Threader.isMainThread ) { call(); } else { delayedInitCalls += call; }
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_1 = ___0_call;
NullCheck(L_1);
Action_Invoke_m7126A54DACA72B845424072887B5F3A51FC3808E_inline(L_1, NULL);
return;
}
IL_000e:
{
// if ( Threader.isMainThread ) { call(); } else { delayedInitCalls += call; }
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_2 = ___0_call;
Graph_add_delayedInitCalls_mA375944CF4D7C58BB2D1B7B0D7FF84CAE7786013(__this, L_2, NULL);
// }
return;
}
}
// System.Void NodeCanvas.Framework.Graph::LoadOverwriteAsync(NodeCanvas.Framework.Internal.GraphLoadData,System.Action)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Graph_LoadOverwriteAsync_m942C0E7F38808B2E18F2E5F657DB6B0EFCF87825 (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, GraphLoadData_tB66F322B078529E7D0662DB455327C2E5C936304 ___0_data, Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___1_callback, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncVoidMethodBuilder_Start_TisU3CLoadOverwriteAsyncU3Ed__155_t92C9479F26ED038416AFD5C493788CFB484FE053_mF604772BC49B9268C13A70847376E8B64A876567_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
U3CLoadOverwriteAsyncU3Ed__155_t92C9479F26ED038416AFD5C493788CFB484FE053 V_0;
memset((&V_0), 0, sizeof(V_0));
{
AsyncVoidMethodBuilder_t253E37B63E7E7B504878AE6563347C147F98EF2D L_0;
L_0 = AsyncVoidMethodBuilder_Create_m13D0B23DD350C14035918384E10AF641E6B9EE67(NULL);
(&V_0)->___U3CU3Et__builder_1 = L_0;
Il2CppCodeGenWriteBarrier((void**)&(((&(&V_0)->___U3CU3Et__builder_1))->___m_synchronizationContext_0), (void*)NULL);
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((&(((&(&V_0)->___U3CU3Et__builder_1))->___m_coreState_1))->___m_stateMachine_0), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((&(((&(&V_0)->___U3CU3Et__builder_1))->___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&(((&(&V_0)->___U3CU3Et__builder_1))->___m_task_2), (void*)NULL);
#endif
(&V_0)->___U3CU3E4__this_2 = __this;
Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___U3CU3E4__this_2), (void*)__this);
GraphLoadData_tB66F322B078529E7D0662DB455327C2E5C936304 L_1 = ___0_data;
(&V_0)->___data_3 = L_1;
Il2CppCodeGenWriteBarrier((void**)&(((&(&V_0)->___data_3))->___source_0), (void*)NULL);
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&(((&(&V_0)->___data_3))->___json_1), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&(((&(&V_0)->___data_3))->___references_2), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&(((&(&V_0)->___data_3))->___agent_3), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&(((&(&V_0)->___data_3))->___parentBlackboard_4), (void*)NULL);
#endif
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_2 = ___1_callback;
(&V_0)->___callback_4 = L_2;
Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___callback_4), (void*)L_2);
(&V_0)->___U3CU3E1__state_0 = (-1);
AsyncVoidMethodBuilder_t253E37B63E7E7B504878AE6563347C147F98EF2D* L_3 = (&(&V_0)->___U3CU3Et__builder_1);
AsyncVoidMethodBuilder_Start_TisU3CLoadOverwriteAsyncU3Ed__155_t92C9479F26ED038416AFD5C493788CFB484FE053_mF604772BC49B9268C13A70847376E8B64A876567(L_3, (&V_0), AsyncVoidMethodBuilder_Start_TisU3CLoadOverwriteAsyncU3Ed__155_t92C9479F26ED038416AFD5C493788CFB484FE053_mF604772BC49B9268C13A70847376E8B64A876567_RuntimeMethod_var);
return;
}
}
// System.Void NodeCanvas.Framework.Graph::LoadOverwrite(NodeCanvas.Framework.Internal.GraphLoadData)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Graph_LoadOverwrite_mE26F3B76846AB5C5CDCAA76C6A8F8955B72A47B1 (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, GraphLoadData_tB66F322B078529E7D0662DB455327C2E5C936304 ___0_data, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Graph_PreInitializeSubGraphs_m0F91EEE414E15EE6F44B046DEDE2637962DF15F9_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass156_0_U3CLoadOverwriteU3Eb__0_mAE866BED18CBF602B2EB7AD4A8B5DDDE5B4EB903_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass156_0_tF1D763BE4C51972A687C63D6BF6ED14A80682E6D_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
U3CU3Ec__DisplayClass156_0_tF1D763BE4C51972A687C63D6BF6ED14A80682E6D* V_0 = NULL;
{
U3CU3Ec__DisplayClass156_0_tF1D763BE4C51972A687C63D6BF6ED14A80682E6D* L_0 = (U3CU3Ec__DisplayClass156_0_tF1D763BE4C51972A687C63D6BF6ED14A80682E6D*)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass156_0_tF1D763BE4C51972A687C63D6BF6ED14A80682E6D_il2cpp_TypeInfo_var);
NullCheck(L_0);
U3CU3Ec__DisplayClass156_0__ctor_mA5203782511F6D59BADF6028F09EB9E8A95E6DA2(L_0, NULL);
V_0 = L_0;
U3CU3Ec__DisplayClass156_0_tF1D763BE4C51972A687C63D6BF6ED14A80682E6D* L_1 = V_0;
NullCheck(L_1);
L_1->___U3CU3E4__this_0 = __this;
Il2CppCodeGenWriteBarrier((void**)(&L_1->___U3CU3E4__this_0), (void*)__this);
U3CU3Ec__DisplayClass156_0_tF1D763BE4C51972A687C63D6BF6ED14A80682E6D* L_2 = V_0;
GraphLoadData_tB66F322B078529E7D0662DB455327C2E5C936304 L_3 = ___0_data;
NullCheck(L_2);
L_2->___data_1 = L_3;
Il2CppCodeGenWriteBarrier((void**)&(((&L_2->___data_1))->___source_0), (void*)NULL);
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&(((&L_2->___data_1))->___json_1), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&(((&L_2->___data_1))->___references_2), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&(((&L_2->___data_1))->___agent_3), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&(((&L_2->___data_1))->___parentBlackboard_4), (void*)NULL);
#endif
// SetGraphSourceMetaData(data.source);
U3CU3Ec__DisplayClass156_0_tF1D763BE4C51972A687C63D6BF6ED14A80682E6D* L_4 = V_0;
NullCheck(L_4);
GraphLoadData_tB66F322B078529E7D0662DB455327C2E5C936304* L_5 = (&L_4->___data_1);
GraphSource_tDFC175F2BFB99D693583B1D52BB6857C73932914* L_6 = L_5->___source_0;
Graph_SetGraphSourceMetaData_m0C396988E751BD53E6E0123F4DC9F94007C80E15(__this, L_6, NULL);
// Deserialize(data.json, data.references, false);
U3CU3Ec__DisplayClass156_0_tF1D763BE4C51972A687C63D6BF6ED14A80682E6D* L_7 = V_0;
NullCheck(L_7);
GraphLoadData_tB66F322B078529E7D0662DB455327C2E5C936304* L_8 = (&L_7->___data_1);
String_t* L_9 = L_8->___json_1;
U3CU3Ec__DisplayClass156_0_tF1D763BE4C51972A687C63D6BF6ED14A80682E6D* L_10 = V_0;
NullCheck(L_10);
GraphLoadData_tB66F322B078529E7D0662DB455327C2E5C936304* L_11 = (&L_10->___data_1);
List_1_t9A2E2984B23260AECDFA90CEB1F2887075FA4DF3* L_12 = L_11->___references_2;
bool L_13;
L_13 = Graph_Deserialize_mE178A5AAF4C5D76F2505E2EE29678C760822E459(__this, L_9, L_12, (bool)0, NULL);
// UpdateReferences(data.agent, data.parentBlackboard);
U3CU3Ec__DisplayClass156_0_tF1D763BE4C51972A687C63D6BF6ED14A80682E6D* L_14 = V_0;
NullCheck(L_14);
GraphLoadData_tB66F322B078529E7D0662DB455327C2E5C936304* L_15 = (&L_14->___data_1);
Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* L_16 = L_15->___agent_3;
U3CU3Ec__DisplayClass156_0_tF1D763BE4C51972A687C63D6BF6ED14A80682E6D* L_17 = V_0;
NullCheck(L_17);
GraphLoadData_tB66F322B078529E7D0662DB455327C2E5C936304* L_18 = (&L_17->___data_1);
RuntimeObject* L_19 = L_18->___parentBlackboard_4;
Graph_UpdateReferences_m364073F97FE439AFA62A61DF51E5B4D66E5FE2EC(__this, L_16, L_19, (bool)0, NULL);
// Validate();
Graph_Validate_m577260FA4A5EE3D674804D2520EA259B98B01884(__this, NULL);
// OnGraphInitialize();
VirtualActionInvoker0::Invoke(22 /* System.Void NodeCanvas.Framework.Graph::OnGraphInitialize() */, __this);
// if ( data.preInitializeSubGraphs ) { ThreadSafeInitCall(PreInitializeSubGraphs); }
U3CU3Ec__DisplayClass156_0_tF1D763BE4C51972A687C63D6BF6ED14A80682E6D* L_20 = V_0;
NullCheck(L_20);
GraphLoadData_tB66F322B078529E7D0662DB455327C2E5C936304* L_21 = (&L_20->___data_1);
bool L_22 = L_21->___preInitializeSubGraphs_5;
if (!L_22)
{
goto IL_008b;
}
}
{
// if ( data.preInitializeSubGraphs ) { ThreadSafeInitCall(PreInitializeSubGraphs); }
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_23 = (Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)il2cpp_codegen_object_new(Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var);
NullCheck(L_23);
Action__ctor_mBDC7B0B4A3F583B64C2896F01BDED360772F67DC(L_23, __this, (intptr_t)((void*)Graph_PreInitializeSubGraphs_m0F91EEE414E15EE6F44B046DEDE2637962DF15F9_RuntimeMethod_var), NULL);
Graph_ThreadSafeInitCall_m67CB28E9FB66A7279879220F62F6F5C3410738C4(__this, L_23, NULL);
}
IL_008b:
{
// ThreadSafeInitCall(() => localBlackboard.InitializePropertiesBinding(data.agent, false));
U3CU3Ec__DisplayClass156_0_tF1D763BE4C51972A687C63D6BF6ED14A80682E6D* L_24 = V_0;
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_25 = (Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)il2cpp_codegen_object_new(Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var);
NullCheck(L_25);
Action__ctor_mBDC7B0B4A3F583B64C2896F01BDED360772F67DC(L_25, L_24, (intptr_t)((void*)U3CU3Ec__DisplayClass156_0_U3CLoadOverwriteU3Eb__0_mAE866BED18CBF602B2EB7AD4A8B5DDDE5B4EB903_RuntimeMethod_var), NULL);
Graph_ThreadSafeInitCall_m67CB28E9FB66A7279879220F62F6F5C3410738C4(__this, L_25, NULL);
// hasInitialized = true;
Graph_set_hasInitialized_mEC0A9F63926F7DE56E9717F927A61C622E61EE05_inline(__this, (bool)1, NULL);
// }
return;
}
}
// System.Void NodeCanvas.Framework.Graph::Initialize(UnityEngine.Component,NodeCanvas.Framework.IBlackboard,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Graph_Initialize_mBBC3D21E00F345F3C250630C094FE3ED17EAD458 (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* ___0_newAgent, RuntimeObject* ___1_newParentBlackboard, bool ___2_preInitializeSubGraphs, const RuntimeMethod* method)
{
{
// UpdateReferences(newAgent, newParentBlackboard);
Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* L_0 = ___0_newAgent;
RuntimeObject* L_1 = ___1_newParentBlackboard;
Graph_UpdateReferences_m364073F97FE439AFA62A61DF51E5B4D66E5FE2EC(__this, L_0, L_1, (bool)0, NULL);
// OnGraphInitialize();
VirtualActionInvoker0::Invoke(22 /* System.Void NodeCanvas.Framework.Graph::OnGraphInitialize() */, __this);
// if ( preInitializeSubGraphs ) { PreInitializeSubGraphs(); }
bool L_2 = ___2_preInitializeSubGraphs;
if (!L_2)
{
goto IL_0018;
}
}
{
// if ( preInitializeSubGraphs ) { PreInitializeSubGraphs(); }
Graph_PreInitializeSubGraphs_m0F91EEE414E15EE6F44B046DEDE2637962DF15F9(__this, NULL);
}
IL_0018:
{
// localBlackboard.InitializePropertiesBinding(newAgent, false);
BlackboardSource_tDF1C560E163F6F63BE89278B7312A32BF329C89E* L_3;
L_3 = Graph_get_localBlackboard_m53B5DFCAEBE73DDC9AB3E8433B925F3E3A97F194(__this, NULL);
Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* L_4 = ___0_newAgent;
IBlackboardExtensions_InitializePropertiesBinding_mE1FC0E7B48DD341FA2B4CDE3A84680C25F3D3113(L_3, L_4, (bool)0, NULL);
// hasInitialized = true;
Graph_set_hasInitialized_mEC0A9F63926F7DE56E9717F927A61C622E61EE05_inline(__this, (bool)1, NULL);
// }
return;
}
}
// System.Void NodeCanvas.Framework.Graph::PreInitializeSubGraphs()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Graph_PreInitializeSubGraphs_m0F91EEE414E15EE6F44B046DEDE2637962DF15F9 (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_OfType_TisIGraphAssignable_tD5C8ED4B20F921681A68BEDADDA70F7BD60ED9AE_m230BC29903EAC370895BFD522B5B1CC5962D25A2_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IBlackboard_t5DD66755F75CEACCF1D3EC369782E2A07F1102ED_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_1_tA9E07887F4DBAF052ECDC2EE362A1C77763151EF_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_1_t919AADF81B6E32FC93905FD5F7E6500986A831EC_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
RuntimeObject* V_0 = NULL;
Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* V_1 = NULL;
{
// foreach ( var assignable in allNodes.OfType<IGraphAssignable>() ) {
List_1_t90487A8EA186417AA0A6F2B22B58D1BAE3334437* L_0;
L_0 = Graph_get_allNodes_m16F2C73330C293E5724E04C1185FAA62C74BDAF6(__this, NULL);
RuntimeObject* L_1;
L_1 = Enumerable_OfType_TisIGraphAssignable_tD5C8ED4B20F921681A68BEDADDA70F7BD60ED9AE_m230BC29903EAC370895BFD522B5B1CC5962D25A2(L_0, Enumerable_OfType_TisIGraphAssignable_tD5C8ED4B20F921681A68BEDADDA70F7BD60ED9AE_m230BC29903EAC370895BFD522B5B1CC5962D25A2_RuntimeMethod_var);
NullCheck(L_1);
RuntimeObject* L_2;
L_2 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.IEnumerable`1<NodeCanvas.Framework.IGraphAssignable>::GetEnumerator() */, IEnumerable_1_tA9E07887F4DBAF052ECDC2EE362A1C77763151EF_il2cpp_TypeInfo_var, L_1);
V_0 = L_2;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_004a:
{// begin finally (depth: 1)
{
RuntimeObject* L_3 = V_0;
if (!L_3)
{
goto IL_0053;
}
}
{
RuntimeObject* L_4 = V_0;
NullCheck(L_4);
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_4);
}
IL_0053:
{
return;
}
}// end finally (depth: 1)
});
try
{// begin try (depth: 1)
{
goto IL_0040_1;
}
IL_0013_1:
{
// foreach ( var assignable in allNodes.OfType<IGraphAssignable>() ) {
RuntimeObject* L_5 = V_0;
NullCheck(L_5);
RuntimeObject* L_6;
L_6 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* T System.Collections.Generic.IEnumerator`1<NodeCanvas.Framework.IGraphAssignable>::get_Current() */, IEnumerator_1_t919AADF81B6E32FC93905FD5F7E6500986A831EC_il2cpp_TypeInfo_var, L_5);
// var instance = assignable.CheckInstance();
Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* L_7;
L_7 = IGraphAssignableExtensions_CheckInstance_m34C506975F1C52E85EBDD249F70CE6255F60D261(L_6, NULL);
V_1 = L_7;
// if ( instance != null ) {
Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* L_8 = V_1;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_9;
L_9 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_8, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
if (!L_9)
{
goto IL_0040_1;
}
}
{
// instance.Initialize(this.agent, this.blackboard.parent, /*Preinit Subs:*/ true);
Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* L_10 = V_1;
Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* L_11;
L_11 = Graph_get_agent_m2AD941592E9694084A4A44F0F30A363E95295EA8_inline(__this, NULL);
RuntimeObject* L_12;
L_12 = Graph_get_blackboard_mEA857457C284A543695FBD6B8A9BA8C46EDB4B93(__this, NULL);
NullCheck(L_12);
RuntimeObject* L_13;
L_13 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(5 /* NodeCanvas.Framework.IBlackboard NodeCanvas.Framework.IBlackboard::get_parent() */, IBlackboard_t5DD66755F75CEACCF1D3EC369782E2A07F1102ED_il2cpp_TypeInfo_var, L_12);
NullCheck(L_10);
Graph_Initialize_mBBC3D21E00F345F3C250630C094FE3ED17EAD458(L_10, L_11, L_13, (bool)1, NULL);
}
IL_0040_1:
{
// foreach ( var assignable in allNodes.OfType<IGraphAssignable>() ) {
RuntimeObject* L_14 = V_0;
NullCheck(L_14);
bool L_15;
L_15 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_14);
if (L_15)
{
goto IL_0013_1;
}
}
{
goto IL_0054;
}
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_0054:
{
// }
return;
}
}
// System.Void NodeCanvas.Framework.Graph::StartGraph(UnityEngine.Component,NodeCanvas.Framework.IBlackboard,NodeCanvas.Framework.Graph/UpdateMode,System.Action`1<System.Boolean>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Graph_StartGraph_mB8DA3D5BD87B7B1D66B097F8AC803BC3F91F4231 (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* ___0_newAgent, RuntimeObject* ___1_newParentBlackboard, int32_t ___2_newUpdateMode, Action_1_t10DCB0C07D0D3C565CEACADC80D1152B35A45F6C* ___3_callback, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Graph_UpdateGraph_m8863DEA7CACF2CD296F74924B561D840D05A924E_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m5AFEEE63A5B1971A561223862B30A3EB2AF60B87_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mBE7298258C6DFF69BD1D1FA846D0D1BF00BD8E5F_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_mEAF0A2E85D550C81F0AB273862A6F9C2EA6F0D3A_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m9255414617C2AB53CD664FBA1177F6619233740A_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_tAC3699D052F658AFF59ECF6AB1A90478603F6294_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
{
// if ( newAgent == null && requiresAgent ) {
Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* L_0 = ___0_newAgent;
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_0012;
}
}
{
bool L_2;
L_2 = VirtualFuncInvoker0< bool >::Invoke(15 /* System.Boolean NodeCanvas.Framework.Graph::get_requiresAgent() */, __this);
if (!L_2)
{
goto IL_0012;
}
}
{
// return;
return;
}
IL_0012:
{
// if ( primeNode == null && requiresPrimeNode ) {
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_3;
L_3 = Graph_get_primeNode_mD442F7DA2FE8A6F5210F97A2F7563C835B5BAFC1(__this, NULL);
if (L_3)
{
goto IL_0023;
}
}
{
bool L_4;
L_4 = VirtualFuncInvoker0< bool >::Invoke(16 /* System.Boolean NodeCanvas.Framework.Graph::get_requiresPrimeNode() */, __this);
if (!L_4)
{
goto IL_0023;
}
}
{
// return;
return;
}
IL_0023:
{
// if ( isRunning && !isPaused ) {
bool L_5;
L_5 = Graph_get_isRunning_m14C21438009A3DD223DA54AD983C886E5E3BBA18_inline(__this, NULL);
if (!L_5)
{
goto IL_0034;
}
}
{
bool L_6;
L_6 = Graph_get_isPaused_m6022B8A4A55D37BB78C4C4255497B08D558E1294_inline(__this, NULL);
if (L_6)
{
goto IL_0034;
}
}
{
// return;
return;
}
IL_0034:
{
// if ( !hasInitialized ) {
bool L_7;
L_7 = Graph_get_hasInitialized_m21CC738CEBC9C077757E073A9F6FF5D75A79BEBE_inline(__this, NULL);
if (L_7)
{
goto IL_0047;
}
}
{
// Initialize(newAgent, newParentBlackboard, false);
Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* L_8 = ___0_newAgent;
RuntimeObject* L_9 = ___1_newParentBlackboard;
Graph_Initialize_mBBC3D21E00F345F3C250630C094FE3ED17EAD458(__this, L_8, L_9, (bool)0, NULL);
goto IL_0050;
}
IL_0047:
{
// UpdateReferences(newAgent, newParentBlackboard);
Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* L_10 = ___0_newAgent;
RuntimeObject* L_11 = ___1_newParentBlackboard;
Graph_UpdateReferences_m364073F97FE439AFA62A61DF51E5B4D66E5FE2EC(__this, L_10, L_11, (bool)0, NULL);
}
IL_0050:
{
// if ( callback != null ) { onFinish = callback; }
Action_1_t10DCB0C07D0D3C565CEACADC80D1152B35A45F6C* L_12 = ___3_callback;
if (!L_12)
{
goto IL_005c;
}
}
{
// if ( callback != null ) { onFinish = callback; }
Action_1_t10DCB0C07D0D3C565CEACADC80D1152B35A45F6C* L_13 = ___3_callback;
__this->___onFinish_11 = L_13;
Il2CppCodeGenWriteBarrier((void**)(&__this->___onFinish_11), (void*)L_13);
}
IL_005c:
{
// if ( isRunning && isPaused ) {
bool L_14;
L_14 = Graph_get_isRunning_m14C21438009A3DD223DA54AD983C886E5E3BBA18_inline(__this, NULL);
if (!L_14)
{
goto IL_0073;
}
}
{
bool L_15;
L_15 = Graph_get_isPaused_m6022B8A4A55D37BB78C4C4255497B08D558E1294_inline(__this, NULL);
if (!L_15)
{
goto IL_0073;
}
}
{
// Resume();
Graph_Resume_mEC5312DE2A87EA423BC66E137C5152636BEC3FC6(__this, NULL);
// return;
return;
}
IL_0073:
{
// if ( _runningGraphs == null ) { _runningGraphs = new List<Graph>(); }
List_1_tAC3699D052F658AFF59ECF6AB1A90478603F6294* L_16 = ((Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032_StaticFields*)il2cpp_codegen_static_fields_for(Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032_il2cpp_TypeInfo_var))->____runningGraphs_12;
if (L_16)
{
goto IL_0084;
}
}
{
// if ( _runningGraphs == null ) { _runningGraphs = new List<Graph>(); }
List_1_tAC3699D052F658AFF59ECF6AB1A90478603F6294* L_17 = (List_1_tAC3699D052F658AFF59ECF6AB1A90478603F6294*)il2cpp_codegen_object_new(List_1_tAC3699D052F658AFF59ECF6AB1A90478603F6294_il2cpp_TypeInfo_var);
NullCheck(L_17);
List_1__ctor_mBE7298258C6DFF69BD1D1FA846D0D1BF00BD8E5F(L_17, List_1__ctor_mBE7298258C6DFF69BD1D1FA846D0D1BF00BD8E5F_RuntimeMethod_var);
((Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032_StaticFields*)il2cpp_codegen_static_fields_for(Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032_il2cpp_TypeInfo_var))->____runningGraphs_12 = L_17;
Il2CppCodeGenWriteBarrier((void**)(&((Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032_StaticFields*)il2cpp_codegen_static_fields_for(Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032_il2cpp_TypeInfo_var))->____runningGraphs_12), (void*)L_17);
}
IL_0084:
{
// _runningGraphs.Add(this);
List_1_tAC3699D052F658AFF59ECF6AB1A90478603F6294* L_18 = ((Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032_StaticFields*)il2cpp_codegen_static_fields_for(Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032_il2cpp_TypeInfo_var))->____runningGraphs_12;
NullCheck(L_18);
List_1_Add_m5AFEEE63A5B1971A561223862B30A3EB2AF60B87_inline(L_18, __this, List_1_Add_m5AFEEE63A5B1971A561223862B30A3EB2AF60B87_RuntimeMethod_var);
// elapsedTime = 0;
Graph_set_elapsedTime_m5CBC053B9E23A86D53966CC580E732921295A65A_inline(__this, (0.0f), NULL);
// isRunning = true;
Graph_set_isRunning_mE58F68B92F3AB986898898F59D0C538BD711A81D_inline(__this, (bool)1, NULL);
// isPaused = false;
Graph_set_isPaused_m9E8C911EBDD80D067298098E79E56975BBF847BF_inline(__this, (bool)0, NULL);
// OnGraphStarted();
VirtualActionInvoker0::Invoke(23 /* System.Void NodeCanvas.Framework.Graph::OnGraphStarted() */, __this);
// for ( var i = 0; i < allNodes.Count; i++ ) {
V_0 = 0;
goto IL_00c7;
}
IL_00b2:
{
// allNodes[i].OnGraphStarted();
List_1_t90487A8EA186417AA0A6F2B22B58D1BAE3334437* L_19;
L_19 = Graph_get_allNodes_m16F2C73330C293E5724E04C1185FAA62C74BDAF6(__this, NULL);
int32_t L_20 = V_0;
NullCheck(L_19);
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_21;
L_21 = List_1_get_Item_m9255414617C2AB53CD664FBA1177F6619233740A(L_19, L_20, List_1_get_Item_m9255414617C2AB53CD664FBA1177F6619233740A_RuntimeMethod_var);
NullCheck(L_21);
VirtualActionInvoker0::Invoke(34 /* System.Void NodeCanvas.Framework.Node::OnGraphStarted() */, L_21);
// for ( var i = 0; i < allNodes.Count; i++ ) {
int32_t L_22 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add(L_22, 1));
}
IL_00c7:
{
// for ( var i = 0; i < allNodes.Count; i++ ) {
int32_t L_23 = V_0;
List_1_t90487A8EA186417AA0A6F2B22B58D1BAE3334437* L_24;
L_24 = Graph_get_allNodes_m16F2C73330C293E5724E04C1185FAA62C74BDAF6(__this, NULL);
NullCheck(L_24);
int32_t L_25;
L_25 = List_1_get_Count_mEAF0A2E85D550C81F0AB273862A6F9C2EA6F0D3A_inline(L_24, List_1_get_Count_mEAF0A2E85D550C81F0AB273862A6F9C2EA6F0D3A_RuntimeMethod_var);
if ((((int32_t)L_23) < ((int32_t)L_25)))
{
goto IL_00b2;
}
}
{
// for ( var i = 0; i < allNodes.Count; i++ ) {
V_1 = 0;
goto IL_00ee;
}
IL_00d9:
{
// allNodes[i].OnPostGraphStarted();
List_1_t90487A8EA186417AA0A6F2B22B58D1BAE3334437* L_26;
L_26 = Graph_get_allNodes_m16F2C73330C293E5724E04C1185FAA62C74BDAF6(__this, NULL);
int32_t L_27 = V_1;
NullCheck(L_26);
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_28;
L_28 = List_1_get_Item_m9255414617C2AB53CD664FBA1177F6619233740A(L_26, L_27, List_1_get_Item_m9255414617C2AB53CD664FBA1177F6619233740A_RuntimeMethod_var);
NullCheck(L_28);
VirtualActionInvoker0::Invoke(35 /* System.Void NodeCanvas.Framework.Node::OnPostGraphStarted() */, L_28);
// for ( var i = 0; i < allNodes.Count; i++ ) {
int32_t L_29 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add(L_29, 1));
}
IL_00ee:
{
// for ( var i = 0; i < allNodes.Count; i++ ) {
int32_t L_30 = V_1;
List_1_t90487A8EA186417AA0A6F2B22B58D1BAE3334437* L_31;
L_31 = Graph_get_allNodes_m16F2C73330C293E5724E04C1185FAA62C74BDAF6(__this, NULL);
NullCheck(L_31);
int32_t L_32;
L_32 = List_1_get_Count_mEAF0A2E85D550C81F0AB273862A6F9C2EA6F0D3A_inline(L_31, List_1_get_Count_mEAF0A2E85D550C81F0AB273862A6F9C2EA6F0D3A_RuntimeMethod_var);
if ((((int32_t)L_30) < ((int32_t)L_32)))
{
goto IL_00d9;
}
}
{
// updateMode = newUpdateMode;
int32_t L_33 = ___2_newUpdateMode;
Graph_set_updateMode_m49477D00F419F9297434DD89E3E329E88E9F0FDB_inline(__this, L_33, NULL);
// if ( updateMode != UpdateMode.Manual ) {
int32_t L_34;
L_34 = Graph_get_updateMode_m52B8F58B53FD1023FBC45AD61BA61CB4B6F88F38_inline(__this, NULL);
if ((((int32_t)L_34) == ((int32_t)3)))
{
goto IL_0128;
}
}
{
// MonoManager.current.AddUpdateCall((MonoManager.UpdateMode)updateMode, UpdateGraph);
MonoManager_tE81CE532B3B4DBD56BB7E9CBDB64B8872B210675* L_35;
L_35 = MonoManager_get_current_m02321AECFDF5F04A1D35CCBB9B39D56903ACCE3B(NULL);
int32_t L_36;
L_36 = Graph_get_updateMode_m52B8F58B53FD1023FBC45AD61BA61CB4B6F88F38_inline(__this, NULL);
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_37 = (Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)il2cpp_codegen_object_new(Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var);
NullCheck(L_37);
Action__ctor_mBDC7B0B4A3F583B64C2896F01BDED360772F67DC(L_37, __this, (intptr_t)((void*)Graph_UpdateGraph_m8863DEA7CACF2CD296F74924B561D840D05A924E_RuntimeMethod_var), NULL);
NullCheck(L_35);
MonoManager_AddUpdateCall_m29C014409FB1C6BDC18A70DD5CD389348E48A248(L_35, L_36, L_37, NULL);
}
IL_0128:
{
// }
return;
}
}
// System.Void NodeCanvas.Framework.Graph::Stop(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Graph_Stop_mD6BCF97B46BD1CF0C77D5E8758D4A3E00FA0464E (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, bool ___0_success, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Graph_UpdateGraph_m8863DEA7CACF2CD296F74924B561D840D05A924E_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IGraphAssignable_tD5C8ED4B20F921681A68BEDADDA70F7BD60ED9AE_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Remove_m3BF412E756AAFE7FCA3CA5DF7CE7873C0022EA74_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_mEAF0A2E85D550C81F0AB273862A6F9C2EA6F0D3A_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m9255414617C2AB53CD664FBA1177F6619233740A_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* V_1 = NULL;
int32_t V_2 = 0;
{
// if ( !isRunning ) {
bool L_0;
L_0 = Graph_get_isRunning_m14C21438009A3DD223DA54AD983C886E5E3BBA18_inline(__this, NULL);
if (L_0)
{
goto IL_0009;
}
}
{
// return;
return;
}
IL_0009:
{
// _runningGraphs.Remove(this);
List_1_tAC3699D052F658AFF59ECF6AB1A90478603F6294* L_1 = ((Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032_StaticFields*)il2cpp_codegen_static_fields_for(Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032_il2cpp_TypeInfo_var))->____runningGraphs_12;
NullCheck(L_1);
bool L_2;
L_2 = List_1_Remove_m3BF412E756AAFE7FCA3CA5DF7CE7873C0022EA74(L_1, __this, List_1_Remove_m3BF412E756AAFE7FCA3CA5DF7CE7873C0022EA74_RuntimeMethod_var);
// if ( updateMode != UpdateMode.Manual ) {
int32_t L_3;
L_3 = Graph_get_updateMode_m52B8F58B53FD1023FBC45AD61BA61CB4B6F88F38_inline(__this, NULL);
if ((((int32_t)L_3) == ((int32_t)3)))
{
goto IL_003a;
}
}
{
// MonoManager.current.RemoveUpdateCall((MonoManager.UpdateMode)updateMode, UpdateGraph);
MonoManager_tE81CE532B3B4DBD56BB7E9CBDB64B8872B210675* L_4;
L_4 = MonoManager_get_current_m02321AECFDF5F04A1D35CCBB9B39D56903ACCE3B(NULL);
int32_t L_5;
L_5 = Graph_get_updateMode_m52B8F58B53FD1023FBC45AD61BA61CB4B6F88F38_inline(__this, NULL);
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_6 = (Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)il2cpp_codegen_object_new(Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var);
NullCheck(L_6);
Action__ctor_mBDC7B0B4A3F583B64C2896F01BDED360772F67DC(L_6, __this, (intptr_t)((void*)Graph_UpdateGraph_m8863DEA7CACF2CD296F74924B561D840D05A924E_RuntimeMethod_var), NULL);
NullCheck(L_4);
MonoManager_RemoveUpdateCall_mDB5B834C92EA6B2107F39D1FC5C23DA427A38401(L_4, L_5, L_6, NULL);
}
IL_003a:
{
// for ( var i = 0; i < allNodes.Count; i++ ) {
V_0 = 0;
goto IL_0070;
}
IL_003e:
{
// var node = allNodes[i];
List_1_t90487A8EA186417AA0A6F2B22B58D1BAE3334437* L_7;
L_7 = Graph_get_allNodes_m16F2C73330C293E5724E04C1185FAA62C74BDAF6(__this, NULL);
int32_t L_8 = V_0;
NullCheck(L_7);
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_9;
L_9 = List_1_get_Item_m9255414617C2AB53CD664FBA1177F6619233740A(L_7, L_8, List_1_get_Item_m9255414617C2AB53CD664FBA1177F6619233740A_RuntimeMethod_var);
V_1 = L_9;
// if ( node is IGraphAssignable ) { ( node as IGraphAssignable ).TryStopSubGraph(); }
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_10 = V_1;
if (!((RuntimeObject*)IsInst((RuntimeObject*)L_10, IGraphAssignable_tD5C8ED4B20F921681A68BEDADDA70F7BD60ED9AE_il2cpp_TypeInfo_var)))
{
goto IL_005f;
}
}
{
// if ( node is IGraphAssignable ) { ( node as IGraphAssignable ).TryStopSubGraph(); }
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_11 = V_1;
bool L_12;
L_12 = IGraphAssignableExtensions_TryStopSubGraph_mBC18DB17F14A7D73B6A4B265BD6C210B174C5ED8(((RuntimeObject*)IsInst((RuntimeObject*)L_11, IGraphAssignable_tD5C8ED4B20F921681A68BEDADDA70F7BD60ED9AE_il2cpp_TypeInfo_var)), NULL);
}
IL_005f:
{
// node.Reset(false);
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_13 = V_1;
NullCheck(L_13);
Node_Reset_mB3743E20EC14B3089E4F6273C4E5626F2EDD8F59(L_13, (bool)0, NULL);
// node.OnGraphStoped();
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_14 = V_1;
NullCheck(L_14);
VirtualActionInvoker0::Invoke(36 /* System.Void NodeCanvas.Framework.Node::OnGraphStoped() */, L_14);
// for ( var i = 0; i < allNodes.Count; i++ ) {
int32_t L_15 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add(L_15, 1));
}
IL_0070:
{
// for ( var i = 0; i < allNodes.Count; i++ ) {
int32_t L_16 = V_0;
List_1_t90487A8EA186417AA0A6F2B22B58D1BAE3334437* L_17;
L_17 = Graph_get_allNodes_m16F2C73330C293E5724E04C1185FAA62C74BDAF6(__this, NULL);
NullCheck(L_17);
int32_t L_18;
L_18 = List_1_get_Count_mEAF0A2E85D550C81F0AB273862A6F9C2EA6F0D3A_inline(L_17, List_1_get_Count_mEAF0A2E85D550C81F0AB273862A6F9C2EA6F0D3A_RuntimeMethod_var);
if ((((int32_t)L_16) < ((int32_t)L_18)))
{
goto IL_003e;
}
}
{
// for ( var i = 0; i < allNodes.Count; i++ ) {
V_2 = 0;
goto IL_0097;
}
IL_0082:
{
// allNodes[i].OnPostGraphStoped();
List_1_t90487A8EA186417AA0A6F2B22B58D1BAE3334437* L_19;
L_19 = Graph_get_allNodes_m16F2C73330C293E5724E04C1185FAA62C74BDAF6(__this, NULL);
int32_t L_20 = V_2;
NullCheck(L_19);
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_21;
L_21 = List_1_get_Item_m9255414617C2AB53CD664FBA1177F6619233740A(L_19, L_20, List_1_get_Item_m9255414617C2AB53CD664FBA1177F6619233740A_RuntimeMethod_var);
NullCheck(L_21);
VirtualActionInvoker0::Invoke(37 /* System.Void NodeCanvas.Framework.Node::OnPostGraphStoped() */, L_21);
// for ( var i = 0; i < allNodes.Count; i++ ) {
int32_t L_22 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add(L_22, 1));
}
IL_0097:
{
// for ( var i = 0; i < allNodes.Count; i++ ) {
int32_t L_23 = V_2;
List_1_t90487A8EA186417AA0A6F2B22B58D1BAE3334437* L_24;
L_24 = Graph_get_allNodes_m16F2C73330C293E5724E04C1185FAA62C74BDAF6(__this, NULL);
NullCheck(L_24);
int32_t L_25;
L_25 = List_1_get_Count_mEAF0A2E85D550C81F0AB273862A6F9C2EA6F0D3A_inline(L_24, List_1_get_Count_mEAF0A2E85D550C81F0AB273862A6F9C2EA6F0D3A_RuntimeMethod_var);
if ((((int32_t)L_23) < ((int32_t)L_25)))
{
goto IL_0082;
}
}
{
// OnGraphStoped();
VirtualActionInvoker0::Invoke(25 /* System.Void NodeCanvas.Framework.Graph::OnGraphStoped() */, __this);
// isRunning = false;
Graph_set_isRunning_mE58F68B92F3AB986898898F59D0C538BD711A81D_inline(__this, (bool)0, NULL);
// isPaused = false;
Graph_set_isPaused_m9E8C911EBDD80D067298098E79E56975BBF847BF_inline(__this, (bool)0, NULL);
// if ( onFinish != null ) {
Action_1_t10DCB0C07D0D3C565CEACADC80D1152B35A45F6C* L_26 = __this->___onFinish_11;
if (!L_26)
{
goto IL_00d4;
}
}
{
// onFinish(success);
Action_1_t10DCB0C07D0D3C565CEACADC80D1152B35A45F6C* L_27 = __this->___onFinish_11;
bool L_28 = ___0_success;
NullCheck(L_27);
Action_1_Invoke_m69C8773D6967F3B224777183E24EA621CE056F8F_inline(L_27, L_28, NULL);
// onFinish = null;
__this->___onFinish_11 = (Action_1_t10DCB0C07D0D3C565CEACADC80D1152B35A45F6C*)NULL;
Il2CppCodeGenWriteBarrier((void**)(&__this->___onFinish_11), (void*)(Action_1_t10DCB0C07D0D3C565CEACADC80D1152B35A45F6C*)NULL);
}
IL_00d4:
{
// elapsedTime = 0;
Graph_set_elapsedTime_m5CBC053B9E23A86D53966CC580E732921295A65A_inline(__this, (0.0f), NULL);
// }
return;
}
}
// System.Void NodeCanvas.Framework.Graph::Pause()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Graph_Pause_mB1CAA109250FCC32DDF3A8ECF050111E8ADD2884 (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Graph_UpdateGraph_m8863DEA7CACF2CD296F74924B561D840D05A924E_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IGraphAssignable_tD5C8ED4B20F921681A68BEDADDA70F7BD60ED9AE_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_mEAF0A2E85D550C81F0AB273862A6F9C2EA6F0D3A_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m9255414617C2AB53CD664FBA1177F6619233740A_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* V_1 = NULL;
{
// if ( !isRunning || isPaused ) {
bool L_0;
L_0 = Graph_get_isRunning_m14C21438009A3DD223DA54AD983C886E5E3BBA18_inline(__this, NULL);
if (!L_0)
{
goto IL_0010;
}
}
{
bool L_1;
L_1 = Graph_get_isPaused_m6022B8A4A55D37BB78C4C4255497B08D558E1294_inline(__this, NULL);
if (!L_1)
{
goto IL_0011;
}
}
IL_0010:
{
// return;
return;
}
IL_0011:
{
// if ( updateMode != UpdateMode.Manual ) {
int32_t L_2;
L_2 = Graph_get_updateMode_m52B8F58B53FD1023FBC45AD61BA61CB4B6F88F38_inline(__this, NULL);
if ((((int32_t)L_2) == ((int32_t)3)))
{
goto IL_0036;
}
}
{
// MonoManager.current.RemoveUpdateCall((MonoManager.UpdateMode)updateMode, UpdateGraph);
MonoManager_tE81CE532B3B4DBD56BB7E9CBDB64B8872B210675* L_3;
L_3 = MonoManager_get_current_m02321AECFDF5F04A1D35CCBB9B39D56903ACCE3B(NULL);
int32_t L_4;
L_4 = Graph_get_updateMode_m52B8F58B53FD1023FBC45AD61BA61CB4B6F88F38_inline(__this, NULL);
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_5 = (Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)il2cpp_codegen_object_new(Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var);
NullCheck(L_5);
Action__ctor_mBDC7B0B4A3F583B64C2896F01BDED360772F67DC(L_5, __this, (intptr_t)((void*)Graph_UpdateGraph_m8863DEA7CACF2CD296F74924B561D840D05A924E_RuntimeMethod_var), NULL);
NullCheck(L_3);
MonoManager_RemoveUpdateCall_mDB5B834C92EA6B2107F39D1FC5C23DA427A38401(L_3, L_4, L_5, NULL);
}
IL_0036:
{
// isRunning = true;
Graph_set_isRunning_mE58F68B92F3AB986898898F59D0C538BD711A81D_inline(__this, (bool)1, NULL);
// isPaused = true;
Graph_set_isPaused_m9E8C911EBDD80D067298098E79E56975BBF847BF_inline(__this, (bool)1, NULL);
// for ( var i = 0; i < allNodes.Count; i++ ) {
V_0 = 0;
goto IL_0073;
}
IL_0048:
{
// var node = allNodes[i];
List_1_t90487A8EA186417AA0A6F2B22B58D1BAE3334437* L_6;
L_6 = Graph_get_allNodes_m16F2C73330C293E5724E04C1185FAA62C74BDAF6(__this, NULL);
int32_t L_7 = V_0;
NullCheck(L_6);
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_8;
L_8 = List_1_get_Item_m9255414617C2AB53CD664FBA1177F6619233740A(L_6, L_7, List_1_get_Item_m9255414617C2AB53CD664FBA1177F6619233740A_RuntimeMethod_var);
V_1 = L_8;
// if ( node is IGraphAssignable ) { ( node as IGraphAssignable ).TryPauseSubGraph(); }
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_9 = V_1;
if (!((RuntimeObject*)IsInst((RuntimeObject*)L_9, IGraphAssignable_tD5C8ED4B20F921681A68BEDADDA70F7BD60ED9AE_il2cpp_TypeInfo_var)))
{
goto IL_0069;
}
}
{
// if ( node is IGraphAssignable ) { ( node as IGraphAssignable ).TryPauseSubGraph(); }
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_10 = V_1;
bool L_11;
L_11 = IGraphAssignableExtensions_TryPauseSubGraph_mBF43EB74302C378BFB6DE36F0ED9609060231148(((RuntimeObject*)IsInst((RuntimeObject*)L_10, IGraphAssignable_tD5C8ED4B20F921681A68BEDADDA70F7BD60ED9AE_il2cpp_TypeInfo_var)), NULL);
}
IL_0069:
{
// node.OnGraphPaused();
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_12 = V_1;
NullCheck(L_12);
VirtualActionInvoker0::Invoke(38 /* System.Void NodeCanvas.Framework.Node::OnGraphPaused() */, L_12);
// for ( var i = 0; i < allNodes.Count; i++ ) {
int32_t L_13 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add(L_13, 1));
}
IL_0073:
{
// for ( var i = 0; i < allNodes.Count; i++ ) {
int32_t L_14 = V_0;
List_1_t90487A8EA186417AA0A6F2B22B58D1BAE3334437* L_15;
L_15 = Graph_get_allNodes_m16F2C73330C293E5724E04C1185FAA62C74BDAF6(__this, NULL);
NullCheck(L_15);
int32_t L_16;
L_16 = List_1_get_Count_mEAF0A2E85D550C81F0AB273862A6F9C2EA6F0D3A_inline(L_15, List_1_get_Count_mEAF0A2E85D550C81F0AB273862A6F9C2EA6F0D3A_RuntimeMethod_var);
if ((((int32_t)L_14) < ((int32_t)L_16)))
{
goto IL_0048;
}
}
{
// OnGraphPaused();
VirtualActionInvoker0::Invoke(26 /* System.Void NodeCanvas.Framework.Graph::OnGraphPaused() */, __this);
// }
return;
}
}
// System.Void NodeCanvas.Framework.Graph::Resume()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Graph_Resume_mEC5312DE2A87EA423BC66E137C5152636BEC3FC6 (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Graph_UpdateGraph_m8863DEA7CACF2CD296F74924B561D840D05A924E_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IGraphAssignable_tD5C8ED4B20F921681A68BEDADDA70F7BD60ED9AE_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_mEAF0A2E85D550C81F0AB273862A6F9C2EA6F0D3A_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m9255414617C2AB53CD664FBA1177F6619233740A_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* V_1 = NULL;
{
// if ( !isRunning || !isPaused ) {
bool L_0;
L_0 = Graph_get_isRunning_m14C21438009A3DD223DA54AD983C886E5E3BBA18_inline(__this, NULL);
if (!L_0)
{
goto IL_0010;
}
}
{
bool L_1;
L_1 = Graph_get_isPaused_m6022B8A4A55D37BB78C4C4255497B08D558E1294_inline(__this, NULL);
if (L_1)
{
goto IL_0011;
}
}
IL_0010:
{
// return;
return;
}
IL_0011:
{
// isRunning = true;
Graph_set_isRunning_mE58F68B92F3AB986898898F59D0C538BD711A81D_inline(__this, (bool)1, NULL);
// isPaused = false;
Graph_set_isPaused_m9E8C911EBDD80D067298098E79E56975BBF847BF_inline(__this, (bool)0, NULL);
// OnGraphUnpaused();
VirtualActionInvoker0::Invoke(27 /* System.Void NodeCanvas.Framework.Graph::OnGraphUnpaused() */, __this);
// for ( var i = 0; i < allNodes.Count; i++ ) {
V_0 = 0;
goto IL_0054;
}
IL_0029:
{
// var node = allNodes[i];
List_1_t90487A8EA186417AA0A6F2B22B58D1BAE3334437* L_2;
L_2 = Graph_get_allNodes_m16F2C73330C293E5724E04C1185FAA62C74BDAF6(__this, NULL);
int32_t L_3 = V_0;
NullCheck(L_2);
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_4;
L_4 = List_1_get_Item_m9255414617C2AB53CD664FBA1177F6619233740A(L_2, L_3, List_1_get_Item_m9255414617C2AB53CD664FBA1177F6619233740A_RuntimeMethod_var);
V_1 = L_4;
// if ( node is IGraphAssignable ) { ( node as IGraphAssignable ).TryResumeSubGraph(); }
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_5 = V_1;
if (!((RuntimeObject*)IsInst((RuntimeObject*)L_5, IGraphAssignable_tD5C8ED4B20F921681A68BEDADDA70F7BD60ED9AE_il2cpp_TypeInfo_var)))
{
goto IL_004a;
}
}
{
// if ( node is IGraphAssignable ) { ( node as IGraphAssignable ).TryResumeSubGraph(); }
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_6 = V_1;
bool L_7;
L_7 = IGraphAssignableExtensions_TryResumeSubGraph_m83679A62D0761813E521616D3744988AF34AE6E2(((RuntimeObject*)IsInst((RuntimeObject*)L_6, IGraphAssignable_tD5C8ED4B20F921681A68BEDADDA70F7BD60ED9AE_il2cpp_TypeInfo_var)), NULL);
}
IL_004a:
{
// node.OnGraphUnpaused();
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_8 = V_1;
NullCheck(L_8);
VirtualActionInvoker0::Invoke(39 /* System.Void NodeCanvas.Framework.Node::OnGraphUnpaused() */, L_8);
// for ( var i = 0; i < allNodes.Count; i++ ) {
int32_t L_9 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add(L_9, 1));
}
IL_0054:
{
// for ( var i = 0; i < allNodes.Count; i++ ) {
int32_t L_10 = V_0;
List_1_t90487A8EA186417AA0A6F2B22B58D1BAE3334437* L_11;
L_11 = Graph_get_allNodes_m16F2C73330C293E5724E04C1185FAA62C74BDAF6(__this, NULL);
NullCheck(L_11);
int32_t L_12;
L_12 = List_1_get_Count_mEAF0A2E85D550C81F0AB273862A6F9C2EA6F0D3A_inline(L_11, List_1_get_Count_mEAF0A2E85D550C81F0AB273862A6F9C2EA6F0D3A_RuntimeMethod_var);
if ((((int32_t)L_10) < ((int32_t)L_12)))
{
goto IL_0029;
}
}
{
// if ( updateMode != UpdateMode.Manual ) {
int32_t L_13;
L_13 = Graph_get_updateMode_m52B8F58B53FD1023FBC45AD61BA61CB4B6F88F38_inline(__this, NULL);
if ((((int32_t)L_13) == ((int32_t)3)))
{
goto IL_0087;
}
}
{
// MonoManager.current.AddUpdateCall((MonoManager.UpdateMode)updateMode, UpdateGraph);
MonoManager_tE81CE532B3B4DBD56BB7E9CBDB64B8872B210675* L_14;
L_14 = MonoManager_get_current_m02321AECFDF5F04A1D35CCBB9B39D56903ACCE3B(NULL);
int32_t L_15;
L_15 = Graph_get_updateMode_m52B8F58B53FD1023FBC45AD61BA61CB4B6F88F38_inline(__this, NULL);
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_16 = (Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)il2cpp_codegen_object_new(Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var);
NullCheck(L_16);
Action__ctor_mBDC7B0B4A3F583B64C2896F01BDED360772F67DC(L_16, __this, (intptr_t)((void*)Graph_UpdateGraph_m8863DEA7CACF2CD296F74924B561D840D05A924E_RuntimeMethod_var), NULL);
NullCheck(L_14);
MonoManager_AddUpdateCall_m29C014409FB1C6BDC18A70DD5CD389348E48A248(L_14, L_15, L_16, NULL);
}
IL_0087:
{
// }
return;
}
}
// System.Void NodeCanvas.Framework.Graph::Restart()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Graph_Restart_m15313662E2039B7D169E625FF1ABC17B82BDBEF7 (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, const RuntimeMethod* method)
{
{
// Stop();
Graph_Stop_mD6BCF97B46BD1CF0C77D5E8758D4A3E00FA0464E(__this, (bool)1, NULL);
// StartGraph(agent, blackboard, updateMode, onFinish);
Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* L_0;
L_0 = Graph_get_agent_m2AD941592E9694084A4A44F0F30A363E95295EA8_inline(__this, NULL);
RuntimeObject* L_1;
L_1 = Graph_get_blackboard_mEA857457C284A543695FBD6B8A9BA8C46EDB4B93(__this, NULL);
int32_t L_2;
L_2 = Graph_get_updateMode_m52B8F58B53FD1023FBC45AD61BA61CB4B6F88F38_inline(__this, NULL);
Action_1_t10DCB0C07D0D3C565CEACADC80D1152B35A45F6C* L_3 = __this->___onFinish_11;
Graph_StartGraph_mB8DA3D5BD87B7B1D66B097F8AC803BC3F91F4231(__this, L_0, L_1, L_2, L_3, NULL);
// }
return;
}
}
// System.Void NodeCanvas.Framework.Graph::UpdateGraph()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Graph_UpdateGraph_m8863DEA7CACF2CD296F74924B561D840D05A924E (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, const RuntimeMethod* method)
{
{
// public void UpdateGraph() { UpdateGraph(Time.deltaTime); }
float L_0;
L_0 = Time_get_deltaTime_mC3195000401F0FD167DD2F948FD2BC58330D0865(NULL);
Graph_UpdateGraph_m8CE1931B8D3276FE54102A8BA479FDECF366AAF7(__this, L_0, NULL);
// public void UpdateGraph() { UpdateGraph(Time.deltaTime); }
return;
}
}
// System.Void NodeCanvas.Framework.Graph::UpdateGraph(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Graph_UpdateGraph_m8CE1931B8D3276FE54102A8BA479FDECF366AAF7 (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, float ___0_deltaTime, const RuntimeMethod* method)
{
{
// if ( isRunning ) {
bool L_0;
L_0 = Graph_get_isRunning_m14C21438009A3DD223DA54AD983C886E5E3BBA18_inline(__this, NULL);
if (!L_0)
{
goto IL_002e;
}
}
{
// this.deltaTime = deltaTime;
float L_1 = ___0_deltaTime;
Graph_set_deltaTime_m5199424C706FD47C781A1310532D8A5152F010B8_inline(__this, L_1, NULL);
// elapsedTime += deltaTime;
float L_2;
L_2 = Graph_get_elapsedTime_mD78F82F612A65CBFC791A3D27DCFDB8A600D0F44_inline(__this, NULL);
float L_3 = ___0_deltaTime;
Graph_set_elapsedTime_m5CBC053B9E23A86D53966CC580E732921295A65A_inline(__this, ((float)il2cpp_codegen_add(L_2, L_3)), NULL);
// lastUpdateFrame = Time.frameCount;
int32_t L_4;
L_4 = Time_get_frameCount_m4A42E558A71301A216BDC49EC402D62F19C79667(NULL);
Graph_set_lastUpdateFrame_m1799249C8CDEEFCBD74C76A5FAB2F24B8BF9AE07_inline(__this, L_4, NULL);
// OnGraphUpdate();
VirtualActionInvoker0::Invoke(24 /* System.Void NodeCanvas.Framework.Graph::OnGraphUpdate() */, __this);
}
IL_002e:
{
// }
return;
}
}
// System.Object NodeCanvas.Framework.Graph::OnDerivedDataSerialization()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Graph_OnDerivedDataSerialization_m3C25479146DAAAA2ED722D89EF03E7ABCED7A96C (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, const RuntimeMethod* method)
{
{
// virtual public object OnDerivedDataSerialization() { return null; }
return NULL;
}
}
// System.Void NodeCanvas.Framework.Graph::OnDerivedDataDeserialization(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Graph_OnDerivedDataDeserialization_m09110561F3532580372ADC9848F78C3948A67478 (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, RuntimeObject* ___0_data, const RuntimeMethod* method)
{
{
// virtual public void OnDerivedDataDeserialization(object data) { }
return;
}
}
// System.Void NodeCanvas.Framework.Graph::OnGraphInitialize()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Graph_OnGraphInitialize_m4E7D6BB8E4AF1947A3D8AB4717BC88F81267200B (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, const RuntimeMethod* method)
{
{
// virtual protected void OnGraphInitialize() { }
return;
}
}
// System.Void NodeCanvas.Framework.Graph::OnGraphStarted()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Graph_OnGraphStarted_mB61ABF34EF76552FD0E63001EA69037F247181B2 (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, const RuntimeMethod* method)
{
{
// virtual protected void OnGraphStarted() { }
return;
}
}
// System.Void NodeCanvas.Framework.Graph::OnGraphUpdate()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Graph_OnGraphUpdate_m8FD042C1666EBF78A01A903F08B121BFA6188580 (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, const RuntimeMethod* method)
{
{
// virtual protected void OnGraphUpdate() { }
return;
}
}
// System.Void NodeCanvas.Framework.Graph::OnGraphStoped()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Graph_OnGraphStoped_m7A35598BDC0F76A7AC278831E3C99EFAC4CF3365 (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, const RuntimeMethod* method)
{
{
// virtual protected void OnGraphStoped() { }
return;
}
}
// System.Void NodeCanvas.Framework.Graph::OnGraphPaused()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Graph_OnGraphPaused_m25A1D4C1EC2192BBA00C9428A974A2AA3D37748B (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, const RuntimeMethod* method)
{
{
// virtual protected void OnGraphPaused() { }
return;
}
}
// System.Void NodeCanvas.Framework.Graph::OnGraphUnpaused()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Graph_OnGraphUnpaused_mB611DCD63685A7B811D14FDDBE2CF05E74776018 (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, const RuntimeMethod* method)
{
{
// virtual protected void OnGraphUnpaused() { }
return;
}
}
// System.Void NodeCanvas.Framework.Graph::OnGraphObjectEnable()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Graph_OnGraphObjectEnable_mB3B7A86D4FDCCCCBFC8D2C060500798E10664EA6 (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, const RuntimeMethod* method)
{
{
// virtual protected void OnGraphObjectEnable() { }
return;
}
}
// System.Void NodeCanvas.Framework.Graph::OnGraphObjectDisable()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Graph_OnGraphObjectDisable_m4B7C8A1F7F21F487F41DEF3EF05A148A47279D06 (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, const RuntimeMethod* method)
{
{
// virtual protected void OnGraphObjectDisable() { }
return;
}
}
// System.Void NodeCanvas.Framework.Graph::OnGraphObjectDestroy()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Graph_OnGraphObjectDestroy_m7F4907958C0BDC7BAC686D0B0E5A73596AF84028 (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, const RuntimeMethod* method)
{
{
// virtual protected void OnGraphObjectDestroy() { }
return;
}
}
// System.Void NodeCanvas.Framework.Graph::OnGraphValidate()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Graph_OnGraphValidate_m691EFA86C0ECD3DF8A5560D2BD4105DED8D28A17 (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, const RuntimeMethod* method)
{
{
// virtual protected void OnGraphValidate() { }
return;
}
}
// System.Void NodeCanvas.Framework.Graph::SendEvent(System.String,System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Graph_SendEvent_m6472A6F8C3EB0D1303080E0AC3264A3C39C5B426 (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, String_t* ___0_name, RuntimeObject* ___1_value, RuntimeObject* ___2_sender, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisEventRouter_tFF11845F5CEB376625AA32F751511FA5918717F9_m2B8CE1F952E5D881DF191985D474AC5B0D09C3A4_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
EventRouter_tFF11845F5CEB376625AA32F751511FA5918717F9* V_0 = NULL;
{
// if ( agent == null || !isRunning ) { return; }
Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* L_0;
L_0 = Graph_get_agent_m2AD941592E9694084A4A44F0F30A363E95295EA8_inline(__this, NULL);
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_0016;
}
}
{
bool L_2;
L_2 = Graph_get_isRunning_m14C21438009A3DD223DA54AD983C886E5E3BBA18_inline(__this, NULL);
if (L_2)
{
goto IL_0017;
}
}
IL_0016:
{
// if ( agent == null || !isRunning ) { return; }
return;
}
IL_0017:
{
// var router = agent.GetComponent<EventRouter>();
Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* L_3;
L_3 = Graph_get_agent_m2AD941592E9694084A4A44F0F30A363E95295EA8_inline(__this, NULL);
NullCheck(L_3);
EventRouter_tFF11845F5CEB376625AA32F751511FA5918717F9* L_4;
L_4 = Component_GetComponent_TisEventRouter_tFF11845F5CEB376625AA32F751511FA5918717F9_m2B8CE1F952E5D881DF191985D474AC5B0D09C3A4(L_3, Component_GetComponent_TisEventRouter_tFF11845F5CEB376625AA32F751511FA5918717F9_m2B8CE1F952E5D881DF191985D474AC5B0D09C3A4_RuntimeMethod_var);
V_0 = L_4;
// if ( router != null ) { router.InvokeCustomEvent(name, value, sender); }
EventRouter_tFF11845F5CEB376625AA32F751511FA5918717F9* L_5 = V_0;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_6;
L_6 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_5, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
if (!L_6)
{
goto IL_0035;
}
}
{
// if ( router != null ) { router.InvokeCustomEvent(name, value, sender); }
EventRouter_tFF11845F5CEB376625AA32F751511FA5918717F9* L_7 = V_0;
String_t* L_8 = ___0_name;
RuntimeObject* L_9 = ___1_value;
RuntimeObject* L_10 = ___2_sender;
NullCheck(L_7);
EventRouter_InvokeCustomEvent_m48C4B32E7BDCB824BFD697946C870B64B7E1DB0E(L_7, L_8, L_9, L_10, NULL);
}
IL_0035:
{
// }
return;
}
}
// System.Void NodeCanvas.Framework.Graph::SendGlobalEvent(System.String,System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Graph_SendGlobalEvent_m9425139D24742E442DBB946325F9B7F2A664D805 (String_t* ___0_name, RuntimeObject* ___1_value, RuntimeObject* ___2_sender, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m43FBF207375C6E06B8C45ECE614F9B8008FB686E_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Contains_m8D2C9B0C7844486763AE6C2CA3C04FA4BBA9B384_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_ToArray_mA184391E7D122EA09082C6B6DD18BED271661B75_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m447372C1EF7141193B93090A77395B786C72C7BC_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_tB951CE80B58D1BF9650862451D8DAD8C231F207B_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
List_1_tB951CE80B58D1BF9650862451D8DAD8C231F207B* V_0 = NULL;
GraphU5BU5D_t53C54396E48744CA4BADC9B4753E8A4F0B97EB5A* V_1 = NULL;
int32_t V_2 = 0;
Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* V_3 = NULL;
{
// if ( _runningGraphs == null ) { return; }
List_1_tAC3699D052F658AFF59ECF6AB1A90478603F6294* L_0 = ((Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032_StaticFields*)il2cpp_codegen_static_fields_for(Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032_il2cpp_TypeInfo_var))->____runningGraphs_12;
if (L_0)
{
goto IL_0008;
}
}
{
// if ( _runningGraphs == null ) { return; }
return;
}
IL_0008:
{
// var sent = new List<GameObject>();
List_1_tB951CE80B58D1BF9650862451D8DAD8C231F207B* L_1 = (List_1_tB951CE80B58D1BF9650862451D8DAD8C231F207B*)il2cpp_codegen_object_new(List_1_tB951CE80B58D1BF9650862451D8DAD8C231F207B_il2cpp_TypeInfo_var);
NullCheck(L_1);
List_1__ctor_m447372C1EF7141193B93090A77395B786C72C7BC(L_1, List_1__ctor_m447372C1EF7141193B93090A77395B786C72C7BC_RuntimeMethod_var);
V_0 = L_1;
// foreach ( var graph in _runningGraphs.ToArray() ) {
List_1_tAC3699D052F658AFF59ECF6AB1A90478603F6294* L_2 = ((Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032_StaticFields*)il2cpp_codegen_static_fields_for(Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032_il2cpp_TypeInfo_var))->____runningGraphs_12;
NullCheck(L_2);
GraphU5BU5D_t53C54396E48744CA4BADC9B4753E8A4F0B97EB5A* L_3;
L_3 = List_1_ToArray_mA184391E7D122EA09082C6B6DD18BED271661B75(L_2, List_1_ToArray_mA184391E7D122EA09082C6B6DD18BED271661B75_RuntimeMethod_var);
V_1 = L_3;
V_2 = 0;
goto IL_0060;
}
IL_001d:
{
// foreach ( var graph in _runningGraphs.ToArray() ) {
GraphU5BU5D_t53C54396E48744CA4BADC9B4753E8A4F0B97EB5A* L_4 = V_1;
int32_t L_5 = V_2;
NullCheck(L_4);
int32_t L_6 = L_5;
Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
V_3 = L_7;
// if ( graph.agent != null && !sent.Contains(graph.agent.gameObject) ) {
Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* L_8 = V_3;
NullCheck(L_8);
Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* L_9;
L_9 = Graph_get_agent_m2AD941592E9694084A4A44F0F30A363E95295EA8_inline(L_8, NULL);
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_10;
L_10 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_9, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
if (!L_10)
{
goto IL_005c;
}
}
{
List_1_tB951CE80B58D1BF9650862451D8DAD8C231F207B* L_11 = V_0;
Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* L_12 = V_3;
NullCheck(L_12);
Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* L_13;
L_13 = Graph_get_agent_m2AD941592E9694084A4A44F0F30A363E95295EA8_inline(L_12, NULL);
NullCheck(L_13);
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_14;
L_14 = Component_get_gameObject_m57AEFBB14DB39EC476F740BA000E170355DE691B(L_13, NULL);
NullCheck(L_11);
bool L_15;
L_15 = List_1_Contains_m8D2C9B0C7844486763AE6C2CA3C04FA4BBA9B384(L_11, L_14, List_1_Contains_m8D2C9B0C7844486763AE6C2CA3C04FA4BBA9B384_RuntimeMethod_var);
if (L_15)
{
goto IL_005c;
}
}
{
// sent.Add(graph.agent.gameObject);
List_1_tB951CE80B58D1BF9650862451D8DAD8C231F207B* L_16 = V_0;
Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* L_17 = V_3;
NullCheck(L_17);
Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* L_18;
L_18 = Graph_get_agent_m2AD941592E9694084A4A44F0F30A363E95295EA8_inline(L_17, NULL);
NullCheck(L_18);
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_19;
L_19 = Component_get_gameObject_m57AEFBB14DB39EC476F740BA000E170355DE691B(L_18, NULL);
NullCheck(L_16);
List_1_Add_m43FBF207375C6E06B8C45ECE614F9B8008FB686E_inline(L_16, L_19, List_1_Add_m43FBF207375C6E06B8C45ECE614F9B8008FB686E_RuntimeMethod_var);
// graph.SendEvent(name, value, sender);
Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* L_20 = V_3;
String_t* L_21 = ___0_name;
RuntimeObject* L_22 = ___1_value;
RuntimeObject* L_23 = ___2_sender;
NullCheck(L_20);
Graph_SendEvent_m6472A6F8C3EB0D1303080E0AC3264A3C39C5B426(L_20, L_21, L_22, L_23, NULL);
}
IL_005c:
{
int32_t L_24 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add(L_24, 1));
}
IL_0060:
{
// foreach ( var graph in _runningGraphs.ToArray() ) {
int32_t L_25 = V_2;
GraphU5BU5D_t53C54396E48744CA4BADC9B4753E8A4F0B97EB5A* L_26 = V_1;
NullCheck(L_26);
if ((((int32_t)L_25) < ((int32_t)((int32_t)(((RuntimeArray*)L_26)->max_length)))))
{
goto IL_001d;
}
}
{
// }
return;
}
}
// System.Collections.Generic.IEnumerable`1<NodeCanvas.Framework.BBParameter> NodeCanvas.Framework.Graph::GetAllParameters()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Graph_GetAllParameters_m9CE398075CFD37F5A59CCABF4D929E49790A751A (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, const RuntimeMethod* method)
{
{
// public IEnumerable<BBParameter> GetAllParameters() { return allParameters; }
List_1_tAD83E1E173C28ABFECA64AA58E75072EF894EF92* L_0;
L_0 = Graph_get_allParameters_m5B74A4489CC1FC4FAE417793AA86D918D566FF8D(__this, NULL);
return L_0;
}
}
// System.Collections.Generic.IEnumerable`1<NodeCanvas.Framework.Connection> NodeCanvas.Framework.Graph::GetAllConnections()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Graph_GetAllConnections_m82E2D42FD6E7205016716315CD66E6206972602B (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, const RuntimeMethod* method)
{
{
// public IEnumerable<Connection> GetAllConnections() { return allConnections; }
List_1_t619EB3258C7F1EBD15A485EA09888BE9FC87AC7E* L_0;
L_0 = Graph_get_allConnections_mCA1C303DB87130FBCB5EF2BE0B0E52B90D11EEE8(__this, NULL);
return L_0;
}
}
// NodeCanvas.Framework.Node NodeCanvas.Framework.Graph::GetNodeWithID(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* Graph_GetNodeWithID_m8B2061D850F06DB5D8DEC2F080D72C23912B852A (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, int32_t ___0_searchID, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Find_mD6B0D1E9E738493A2AC570C0B2A9400DEE189F0D_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_mEAF0A2E85D550C81F0AB273862A6F9C2EA6F0D3A_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Predicate_1_t617B25A55F49659B39281FEB4AC0B7A7A0B70DDA_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass185_0_U3CGetNodeWithIDU3Eb__0_mCCF928AAE364008FBAF34B29671746047ED9A07B_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass185_0_tC22116BADA546CF32BB57A691C535061A1BF9806_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
U3CU3Ec__DisplayClass185_0_tC22116BADA546CF32BB57A691C535061A1BF9806* V_0 = NULL;
{
U3CU3Ec__DisplayClass185_0_tC22116BADA546CF32BB57A691C535061A1BF9806* L_0 = (U3CU3Ec__DisplayClass185_0_tC22116BADA546CF32BB57A691C535061A1BF9806*)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass185_0_tC22116BADA546CF32BB57A691C535061A1BF9806_il2cpp_TypeInfo_var);
NullCheck(L_0);
U3CU3Ec__DisplayClass185_0__ctor_m822164FF0888D574735CA86D0E5DA9B02F34476D(L_0, NULL);
V_0 = L_0;
U3CU3Ec__DisplayClass185_0_tC22116BADA546CF32BB57A691C535061A1BF9806* L_1 = V_0;
int32_t L_2 = ___0_searchID;
NullCheck(L_1);
L_1->___searchID_0 = L_2;
// if ( searchID < allNodes.Count && searchID >= 0 ) {
U3CU3Ec__DisplayClass185_0_tC22116BADA546CF32BB57A691C535061A1BF9806* L_3 = V_0;
NullCheck(L_3);
int32_t L_4 = L_3->___searchID_0;
List_1_t90487A8EA186417AA0A6F2B22B58D1BAE3334437* L_5;
L_5 = Graph_get_allNodes_m16F2C73330C293E5724E04C1185FAA62C74BDAF6(__this, NULL);
NullCheck(L_5);
int32_t L_6;
L_6 = List_1_get_Count_mEAF0A2E85D550C81F0AB273862A6F9C2EA6F0D3A_inline(L_5, List_1_get_Count_mEAF0A2E85D550C81F0AB273862A6F9C2EA6F0D3A_RuntimeMethod_var);
if ((((int32_t)L_4) >= ((int32_t)L_6)))
{
goto IL_0041;
}
}
{
U3CU3Ec__DisplayClass185_0_tC22116BADA546CF32BB57A691C535061A1BF9806* L_7 = V_0;
NullCheck(L_7);
int32_t L_8 = L_7->___searchID_0;
if ((((int32_t)L_8) < ((int32_t)0)))
{
goto IL_0041;
}
}
{
// return allNodes.Find(n => n.ID == searchID);
List_1_t90487A8EA186417AA0A6F2B22B58D1BAE3334437* L_9;
L_9 = Graph_get_allNodes_m16F2C73330C293E5724E04C1185FAA62C74BDAF6(__this, NULL);
U3CU3Ec__DisplayClass185_0_tC22116BADA546CF32BB57A691C535061A1BF9806* L_10 = V_0;
Predicate_1_t617B25A55F49659B39281FEB4AC0B7A7A0B70DDA* L_11 = (Predicate_1_t617B25A55F49659B39281FEB4AC0B7A7A0B70DDA*)il2cpp_codegen_object_new(Predicate_1_t617B25A55F49659B39281FEB4AC0B7A7A0B70DDA_il2cpp_TypeInfo_var);
NullCheck(L_11);
Predicate_1__ctor_m205AC5CB49E4961B6C98057A57C704F30E8FA87C(L_11, L_10, (intptr_t)((void*)U3CU3Ec__DisplayClass185_0_U3CGetNodeWithIDU3Eb__0_mCCF928AAE364008FBAF34B29671746047ED9A07B_RuntimeMethod_var), NULL);
NullCheck(L_9);
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_12;
L_12 = List_1_Find_mD6B0D1E9E738493A2AC570C0B2A9400DEE189F0D(L_9, L_11, List_1_Find_mD6B0D1E9E738493A2AC570C0B2A9400DEE189F0D_RuntimeMethod_var);
return L_12;
}
IL_0041:
{
// return null;
return (Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8*)NULL;
}
}
// System.Collections.Generic.IEnumerable`1<NodeCanvas.Framework.Node> NodeCanvas.Framework.Graph::GetRootNodes()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Graph_GetRootNodes_mD73C1112F8746EF6F04B2AA678FD233D17445914 (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_Where_TisNode_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8_m974AFD5A11BE97105F90CC3BDA21B04A950C7994_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_tD3E7CDEEA1726BF1BD49AF012C291CE83DC4D942_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CGetRootNodesU3Eb__190_0_m4368FEADDFED4828FCBC53A6160A939F9B8E289A_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_tB79B6CA88AA31071491EC25DD1A17FD57FAA148F_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
Func_2_tD3E7CDEEA1726BF1BD49AF012C291CE83DC4D942* G_B2_0 = NULL;
List_1_t90487A8EA186417AA0A6F2B22B58D1BAE3334437* G_B2_1 = NULL;
Func_2_tD3E7CDEEA1726BF1BD49AF012C291CE83DC4D942* G_B1_0 = NULL;
List_1_t90487A8EA186417AA0A6F2B22B58D1BAE3334437* G_B1_1 = NULL;
{
// return allNodes.Where(n => n.inConnections.Count == 0);
List_1_t90487A8EA186417AA0A6F2B22B58D1BAE3334437* L_0;
L_0 = Graph_get_allNodes_m16F2C73330C293E5724E04C1185FAA62C74BDAF6(__this, NULL);
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_tB79B6CA88AA31071491EC25DD1A17FD57FAA148F_il2cpp_TypeInfo_var);
Func_2_tD3E7CDEEA1726BF1BD49AF012C291CE83DC4D942* L_1 = ((U3CU3Ec_tB79B6CA88AA31071491EC25DD1A17FD57FAA148F_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tB79B6CA88AA31071491EC25DD1A17FD57FAA148F_il2cpp_TypeInfo_var))->___U3CU3E9__190_0_2;
Func_2_tD3E7CDEEA1726BF1BD49AF012C291CE83DC4D942* 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_tB79B6CA88AA31071491EC25DD1A17FD57FAA148F_il2cpp_TypeInfo_var);
U3CU3Ec_tB79B6CA88AA31071491EC25DD1A17FD57FAA148F* L_3 = ((U3CU3Ec_tB79B6CA88AA31071491EC25DD1A17FD57FAA148F_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tB79B6CA88AA31071491EC25DD1A17FD57FAA148F_il2cpp_TypeInfo_var))->___U3CU3E9_0;
Func_2_tD3E7CDEEA1726BF1BD49AF012C291CE83DC4D942* L_4 = (Func_2_tD3E7CDEEA1726BF1BD49AF012C291CE83DC4D942*)il2cpp_codegen_object_new(Func_2_tD3E7CDEEA1726BF1BD49AF012C291CE83DC4D942_il2cpp_TypeInfo_var);
NullCheck(L_4);
Func_2__ctor_m9AC5DDE74645CF6F841560321B0D6861D2D38FCB(L_4, L_3, (intptr_t)((void*)U3CU3Ec_U3CGetRootNodesU3Eb__190_0_m4368FEADDFED4828FCBC53A6160A939F9B8E289A_RuntimeMethod_var), NULL);
Func_2_tD3E7CDEEA1726BF1BD49AF012C291CE83DC4D942* L_5 = L_4;
((U3CU3Ec_tB79B6CA88AA31071491EC25DD1A17FD57FAA148F_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tB79B6CA88AA31071491EC25DD1A17FD57FAA148F_il2cpp_TypeInfo_var))->___U3CU3E9__190_0_2 = L_5;
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_tB79B6CA88AA31071491EC25DD1A17FD57FAA148F_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tB79B6CA88AA31071491EC25DD1A17FD57FAA148F_il2cpp_TypeInfo_var))->___U3CU3E9__190_0_2), (void*)L_5);
G_B2_0 = L_5;
G_B2_1 = G_B1_1;
}
IL_0025:
{
RuntimeObject* L_6;
L_6 = Enumerable_Where_TisNode_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8_m974AFD5A11BE97105F90CC3BDA21B04A950C7994(G_B2_1, G_B2_0, Enumerable_Where_TisNode_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8_m974AFD5A11BE97105F90CC3BDA21B04A950C7994_RuntimeMethod_var);
return L_6;
}
}
// System.Collections.Generic.IEnumerable`1<NodeCanvas.Framework.Node> NodeCanvas.Framework.Graph::GetLeafNodes()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Graph_GetLeafNodes_mE7D9FCDFD5E547FCE513EB691C3613E86E3B0C96 (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_Where_TisNode_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8_m974AFD5A11BE97105F90CC3BDA21B04A950C7994_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_tD3E7CDEEA1726BF1BD49AF012C291CE83DC4D942_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CGetLeafNodesU3Eb__191_0_m8819EF4E4D8B1DE41BBA981F4C30ACB78F7CA417_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_tB79B6CA88AA31071491EC25DD1A17FD57FAA148F_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
Func_2_tD3E7CDEEA1726BF1BD49AF012C291CE83DC4D942* G_B2_0 = NULL;
List_1_t90487A8EA186417AA0A6F2B22B58D1BAE3334437* G_B2_1 = NULL;
Func_2_tD3E7CDEEA1726BF1BD49AF012C291CE83DC4D942* G_B1_0 = NULL;
List_1_t90487A8EA186417AA0A6F2B22B58D1BAE3334437* G_B1_1 = NULL;
{
// return allNodes.Where(n => n.outConnections.Count == 0);
List_1_t90487A8EA186417AA0A6F2B22B58D1BAE3334437* L_0;
L_0 = Graph_get_allNodes_m16F2C73330C293E5724E04C1185FAA62C74BDAF6(__this, NULL);
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_tB79B6CA88AA31071491EC25DD1A17FD57FAA148F_il2cpp_TypeInfo_var);
Func_2_tD3E7CDEEA1726BF1BD49AF012C291CE83DC4D942* L_1 = ((U3CU3Ec_tB79B6CA88AA31071491EC25DD1A17FD57FAA148F_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tB79B6CA88AA31071491EC25DD1A17FD57FAA148F_il2cpp_TypeInfo_var))->___U3CU3E9__191_0_3;
Func_2_tD3E7CDEEA1726BF1BD49AF012C291CE83DC4D942* 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_tB79B6CA88AA31071491EC25DD1A17FD57FAA148F_il2cpp_TypeInfo_var);
U3CU3Ec_tB79B6CA88AA31071491EC25DD1A17FD57FAA148F* L_3 = ((U3CU3Ec_tB79B6CA88AA31071491EC25DD1A17FD57FAA148F_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tB79B6CA88AA31071491EC25DD1A17FD57FAA148F_il2cpp_TypeInfo_var))->___U3CU3E9_0;
Func_2_tD3E7CDEEA1726BF1BD49AF012C291CE83DC4D942* L_4 = (Func_2_tD3E7CDEEA1726BF1BD49AF012C291CE83DC4D942*)il2cpp_codegen_object_new(Func_2_tD3E7CDEEA1726BF1BD49AF012C291CE83DC4D942_il2cpp_TypeInfo_var);
NullCheck(L_4);
Func_2__ctor_m9AC5DDE74645CF6F841560321B0D6861D2D38FCB(L_4, L_3, (intptr_t)((void*)U3CU3Ec_U3CGetLeafNodesU3Eb__191_0_m8819EF4E4D8B1DE41BBA981F4C30ACB78F7CA417_RuntimeMethod_var), NULL);
Func_2_tD3E7CDEEA1726BF1BD49AF012C291CE83DC4D942* L_5 = L_4;
((U3CU3Ec_tB79B6CA88AA31071491EC25DD1A17FD57FAA148F_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tB79B6CA88AA31071491EC25DD1A17FD57FAA148F_il2cpp_TypeInfo_var))->___U3CU3E9__191_0_3 = L_5;
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_tB79B6CA88AA31071491EC25DD1A17FD57FAA148F_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tB79B6CA88AA31071491EC25DD1A17FD57FAA148F_il2cpp_TypeInfo_var))->___U3CU3E9__191_0_3), (void*)L_5);
G_B2_0 = L_5;
G_B2_1 = G_B1_1;
}
IL_0025:
{
RuntimeObject* L_6;
L_6 = Enumerable_Where_TisNode_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8_m974AFD5A11BE97105F90CC3BDA21B04A950C7994(G_B2_1, G_B2_0, Enumerable_Where_TisNode_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8_m974AFD5A11BE97105F90CC3BDA21B04A950C7994_RuntimeMethod_var);
return L_6;
}
}
// System.Collections.Generic.IEnumerable`1<NodeCanvas.Framework.Graph> NodeCanvas.Framework.Graph::GetAllInstancedNestedGraphs()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Graph_GetAllInstancedNestedGraphs_m7E07796C803F71F59DB7F12A97175A36913592AA (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_get_Values_mDED4843FCD82C3882CCEF62334BEAA5A00562666_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_OfType_TisIGraphAssignable_tD5C8ED4B20F921681A68BEDADDA70F7BD60ED9AE_m230BC29903EAC370895BFD522B5B1CC5962D25A2_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m6165D43C2F7FFEE459D8A15A5177D9E198A33D2B_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_m88FA3E50D2CFCE73248D4987EC3164078FC27D8A_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_mD6A5A42AC811A958FEA385EEEEE5795E8BFD8A02_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_1_tA9E07887F4DBAF052ECDC2EE362A1C77763151EF_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_1_t919AADF81B6E32FC93905FD5F7E6500986A831EC_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IGraphAssignable_tD5C8ED4B20F921681A68BEDADDA70F7BD60ED9AE_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_AddRange_m17C9239646276D1084F4BAEE382196C88B67E507_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mBE7298258C6DFF69BD1D1FA846D0D1BF00BD8E5F_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_tAC3699D052F658AFF59ECF6AB1A90478603F6294_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ValueCollection_GetEnumerator_m385DFE5699F972BAB6B47E76A983A4308940D2F2_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
List_1_tAC3699D052F658AFF59ECF6AB1A90478603F6294* V_0 = NULL;
RuntimeObject* V_1 = NULL;
RuntimeObject* V_2 = NULL;
ValueCollection_t92472E911F4576EC82C8BDBA86E6261CF5D65849* V_3 = NULL;
Enumerator_t81FFCB650AC787ADAAC97862B2C0948DC1FA3B9D V_4;
memset((&V_4), 0, sizeof(V_4));
Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* V_5 = NULL;
{
// var instances = new List<Graph>();
List_1_tAC3699D052F658AFF59ECF6AB1A90478603F6294* L_0 = (List_1_tAC3699D052F658AFF59ECF6AB1A90478603F6294*)il2cpp_codegen_object_new(List_1_tAC3699D052F658AFF59ECF6AB1A90478603F6294_il2cpp_TypeInfo_var);
NullCheck(L_0);
List_1__ctor_mBE7298258C6DFF69BD1D1FA846D0D1BF00BD8E5F(L_0, List_1__ctor_mBE7298258C6DFF69BD1D1FA846D0D1BF00BD8E5F_RuntimeMethod_var);
V_0 = L_0;
// foreach ( var node in allNodes.OfType<IGraphAssignable>() ) {
List_1_t90487A8EA186417AA0A6F2B22B58D1BAE3334437* L_1;
L_1 = Graph_get_allNodes_m16F2C73330C293E5724E04C1185FAA62C74BDAF6(__this, NULL);
RuntimeObject* L_2;
L_2 = Enumerable_OfType_TisIGraphAssignable_tD5C8ED4B20F921681A68BEDADDA70F7BD60ED9AE_m230BC29903EAC370895BFD522B5B1CC5962D25A2(L_1, Enumerable_OfType_TisIGraphAssignable_tD5C8ED4B20F921681A68BEDADDA70F7BD60ED9AE_m230BC29903EAC370895BFD522B5B1CC5962D25A2_RuntimeMethod_var);
NullCheck(L_2);
RuntimeObject* L_3;
L_3 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.IEnumerable`1<NodeCanvas.Framework.IGraphAssignable>::GetEnumerator() */, IEnumerable_1_tA9E07887F4DBAF052ECDC2EE362A1C77763151EF_il2cpp_TypeInfo_var, L_2);
V_1 = L_3;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_007e:
{// begin finally (depth: 1)
{
RuntimeObject* L_4 = V_1;
if (!L_4)
{
goto IL_0087;
}
}
{
RuntimeObject* L_5 = V_1;
NullCheck(L_5);
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_5);
}
IL_0087:
{
return;
}
}// end finally (depth: 1)
});
try
{// begin try (depth: 1)
{
goto IL_0074_1;
}
IL_0019_1:
{
// foreach ( var node in allNodes.OfType<IGraphAssignable>() ) {
RuntimeObject* L_6 = V_1;
NullCheck(L_6);
RuntimeObject* L_7;
L_7 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* T System.Collections.Generic.IEnumerator`1<NodeCanvas.Framework.IGraphAssignable>::get_Current() */, IEnumerator_1_t919AADF81B6E32FC93905FD5F7E6500986A831EC_il2cpp_TypeInfo_var, L_6);
V_2 = L_7;
// if ( node.instances != null ) {
RuntimeObject* L_8 = V_2;
NullCheck(L_8);
Dictionary_2_t53340DA94CD089F96CBE1DAF7C4D853B6AF205FA* L_9;
L_9 = InterfaceFuncInvoker0< Dictionary_2_t53340DA94CD089F96CBE1DAF7C4D853B6AF205FA* >::Invoke(4 /* System.Collections.Generic.Dictionary`2<NodeCanvas.Framework.Graph,NodeCanvas.Framework.Graph> NodeCanvas.Framework.IGraphAssignable::get_instances() */, IGraphAssignable_tD5C8ED4B20F921681A68BEDADDA70F7BD60ED9AE_il2cpp_TypeInfo_var, L_8);
if (!L_9)
{
goto IL_0074_1;
}
}
{
// var subInstances = node.instances.Values;
RuntimeObject* L_10 = V_2;
NullCheck(L_10);
Dictionary_2_t53340DA94CD089F96CBE1DAF7C4D853B6AF205FA* L_11;
L_11 = InterfaceFuncInvoker0< Dictionary_2_t53340DA94CD089F96CBE1DAF7C4D853B6AF205FA* >::Invoke(4 /* System.Collections.Generic.Dictionary`2<NodeCanvas.Framework.Graph,NodeCanvas.Framework.Graph> NodeCanvas.Framework.IGraphAssignable::get_instances() */, IGraphAssignable_tD5C8ED4B20F921681A68BEDADDA70F7BD60ED9AE_il2cpp_TypeInfo_var, L_10);
NullCheck(L_11);
ValueCollection_t92472E911F4576EC82C8BDBA86E6261CF5D65849* L_12;
L_12 = Dictionary_2_get_Values_mDED4843FCD82C3882CCEF62334BEAA5A00562666(L_11, Dictionary_2_get_Values_mDED4843FCD82C3882CCEF62334BEAA5A00562666_RuntimeMethod_var);
V_3 = L_12;
// instances.AddRange(subInstances);
List_1_tAC3699D052F658AFF59ECF6AB1A90478603F6294* L_13 = V_0;
ValueCollection_t92472E911F4576EC82C8BDBA86E6261CF5D65849* L_14 = V_3;
NullCheck(L_13);
List_1_AddRange_m17C9239646276D1084F4BAEE382196C88B67E507(L_13, L_14, List_1_AddRange_m17C9239646276D1084F4BAEE382196C88B67E507_RuntimeMethod_var);
// foreach ( var subInstance in subInstances ) {
ValueCollection_t92472E911F4576EC82C8BDBA86E6261CF5D65849* L_15 = V_3;
NullCheck(L_15);
Enumerator_t81FFCB650AC787ADAAC97862B2C0948DC1FA3B9D L_16;
L_16 = ValueCollection_GetEnumerator_m385DFE5699F972BAB6B47E76A983A4308940D2F2(L_15, ValueCollection_GetEnumerator_m385DFE5699F972BAB6B47E76A983A4308940D2F2_RuntimeMethod_var);
V_4 = L_16;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_0066_1:
{// begin finally (depth: 2)
Enumerator_Dispose_m6165D43C2F7FFEE459D8A15A5177D9E198A33D2B((&V_4), Enumerator_Dispose_m6165D43C2F7FFEE459D8A15A5177D9E198A33D2B_RuntimeMethod_var);
return;
}// end finally (depth: 2)
});
try
{// begin try (depth: 2)
{
goto IL_005b_2;
}
IL_0045_2:
{
// foreach ( var subInstance in subInstances ) {
Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* L_17;
L_17 = Enumerator_get_Current_mD6A5A42AC811A958FEA385EEEEE5795E8BFD8A02_inline((&V_4), Enumerator_get_Current_mD6A5A42AC811A958FEA385EEEEE5795E8BFD8A02_RuntimeMethod_var);
V_5 = L_17;
// instances.AddRange(subInstance.GetAllInstancedNestedGraphs());
List_1_tAC3699D052F658AFF59ECF6AB1A90478603F6294* L_18 = V_0;
Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* L_19 = V_5;
NullCheck(L_19);
RuntimeObject* L_20;
L_20 = Graph_GetAllInstancedNestedGraphs_m7E07796C803F71F59DB7F12A97175A36913592AA(L_19, NULL);
NullCheck(L_18);
List_1_AddRange_m17C9239646276D1084F4BAEE382196C88B67E507(L_18, L_20, List_1_AddRange_m17C9239646276D1084F4BAEE382196C88B67E507_RuntimeMethod_var);
}
IL_005b_2:
{
// foreach ( var subInstance in subInstances ) {
bool L_21;
L_21 = Enumerator_MoveNext_m88FA3E50D2CFCE73248D4987EC3164078FC27D8A((&V_4), Enumerator_MoveNext_m88FA3E50D2CFCE73248D4987EC3164078FC27D8A_RuntimeMethod_var);
if (L_21)
{
goto IL_0045_2;
}
}
{
goto IL_0074_1;
}
}// end try (depth: 2)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_0074_1:
{
// foreach ( var node in allNodes.OfType<IGraphAssignable>() ) {
RuntimeObject* L_22 = V_1;
NullCheck(L_22);
bool L_23;
L_23 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_22);
if (L_23)
{
goto IL_0019_1;
}
}
{
goto IL_0088;
}
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_0088:
{
// return instances;
List_1_tAC3699D052F658AFF59ECF6AB1A90478603F6294* L_24 = V_0;
return L_24;
}
}
// System.Collections.Generic.IEnumerable`1<NodeCanvas.Framework.BBParameter> NodeCanvas.Framework.Graph::GetDefinedParameters()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Graph_GetDefinedParameters_mD46CD4B857BB89A16B2163BA32164D0C0A046BA9 (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_Where_TisBBParameter_tD717AF8560E573DF3DA925034F257F669CDDBA60_m6A7218179416631FAE77B8B1D24D1A17C46B7652_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_tC4190DCA2BF70E11FD778B412F6003C5572A3E4C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CGetDefinedParametersU3Eb__194_0_m3F5EA54738BA027684B96207010B5503C0781529_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_tB79B6CA88AA31071491EC25DD1A17FD57FAA148F_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
Func_2_tC4190DCA2BF70E11FD778B412F6003C5572A3E4C* G_B2_0 = NULL;
List_1_tAD83E1E173C28ABFECA64AA58E75072EF894EF92* G_B2_1 = NULL;
Func_2_tC4190DCA2BF70E11FD778B412F6003C5572A3E4C* G_B1_0 = NULL;
List_1_tAD83E1E173C28ABFECA64AA58E75072EF894EF92* G_B1_1 = NULL;
{
// return allParameters.Where(p => p != null && p.isDefined);
List_1_tAD83E1E173C28ABFECA64AA58E75072EF894EF92* L_0;
L_0 = Graph_get_allParameters_m5B74A4489CC1FC4FAE417793AA86D918D566FF8D(__this, NULL);
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_tB79B6CA88AA31071491EC25DD1A17FD57FAA148F_il2cpp_TypeInfo_var);
Func_2_tC4190DCA2BF70E11FD778B412F6003C5572A3E4C* L_1 = ((U3CU3Ec_tB79B6CA88AA31071491EC25DD1A17FD57FAA148F_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tB79B6CA88AA31071491EC25DD1A17FD57FAA148F_il2cpp_TypeInfo_var))->___U3CU3E9__194_0_4;
Func_2_tC4190DCA2BF70E11FD778B412F6003C5572A3E4C* 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_tB79B6CA88AA31071491EC25DD1A17FD57FAA148F_il2cpp_TypeInfo_var);
U3CU3Ec_tB79B6CA88AA31071491EC25DD1A17FD57FAA148F* L_3 = ((U3CU3Ec_tB79B6CA88AA31071491EC25DD1A17FD57FAA148F_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tB79B6CA88AA31071491EC25DD1A17FD57FAA148F_il2cpp_TypeInfo_var))->___U3CU3E9_0;
Func_2_tC4190DCA2BF70E11FD778B412F6003C5572A3E4C* L_4 = (Func_2_tC4190DCA2BF70E11FD778B412F6003C5572A3E4C*)il2cpp_codegen_object_new(Func_2_tC4190DCA2BF70E11FD778B412F6003C5572A3E4C_il2cpp_TypeInfo_var);
NullCheck(L_4);
Func_2__ctor_m03848BA9C3607E43FF44EECD8683C77FEFEAD2E1(L_4, L_3, (intptr_t)((void*)U3CU3Ec_U3CGetDefinedParametersU3Eb__194_0_m3F5EA54738BA027684B96207010B5503C0781529_RuntimeMethod_var), NULL);
Func_2_tC4190DCA2BF70E11FD778B412F6003C5572A3E4C* L_5 = L_4;
((U3CU3Ec_tB79B6CA88AA31071491EC25DD1A17FD57FAA148F_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tB79B6CA88AA31071491EC25DD1A17FD57FAA148F_il2cpp_TypeInfo_var))->___U3CU3E9__194_0_4 = L_5;
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_tB79B6CA88AA31071491EC25DD1A17FD57FAA148F_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tB79B6CA88AA31071491EC25DD1A17FD57FAA148F_il2cpp_TypeInfo_var))->___U3CU3E9__194_0_4), (void*)L_5);
G_B2_0 = L_5;
G_B2_1 = G_B1_1;
}
IL_0025:
{
RuntimeObject* L_6;
L_6 = Enumerable_Where_TisBBParameter_tD717AF8560E573DF3DA925034F257F669CDDBA60_m6A7218179416631FAE77B8B1D24D1A17C46B7652(G_B2_1, G_B2_0, Enumerable_Where_TisBBParameter_tD717AF8560E573DF3DA925034F257F669CDDBA60_m6A7218179416631FAE77B8B1D24D1A17C46B7652_RuntimeMethod_var);
return L_6;
}
}
// System.Void NodeCanvas.Framework.Graph::PromoteMissingParametersToVariables(NodeCanvas.Framework.IBlackboard)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Graph_PromoteMissingParametersToVariables_m850D8E74196B5D310D2D2F449E5F687EB0CD1DA8 (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, RuntimeObject* ___0_bb, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_1_tEFC2644B5EEE2EB4B30CA54F474C2E28CEF913E2_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_1_t56E3417058963967E332588ADBFCD1285264A76A_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
RuntimeObject* V_0 = NULL;
BBParameter_tD717AF8560E573DF3DA925034F257F669CDDBA60* V_1 = NULL;
{
// foreach ( var bbParam in GetDefinedParameters() ) {
RuntimeObject* L_0;
L_0 = Graph_GetDefinedParameters_mD46CD4B857BB89A16B2163BA32164D0C0A046BA9(__this, NULL);
NullCheck(L_0);
RuntimeObject* L_1;
L_1 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.IEnumerable`1<NodeCanvas.Framework.BBParameter>::GetEnumerator() */, IEnumerable_1_tEFC2644B5EEE2EB4B30CA54F474C2E28CEF913E2_il2cpp_TypeInfo_var, L_0);
V_0 = L_1;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_0037:
{// begin finally (depth: 1)
{
RuntimeObject* L_2 = V_0;
if (!L_2)
{
goto IL_0040;
}
}
{
RuntimeObject* L_3 = V_0;
NullCheck(L_3);
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_3);
}
IL_0040:
{
return;
}
}// end finally (depth: 1)
});
try
{// begin try (depth: 1)
{
goto IL_002d_1;
}
IL_000e_1:
{
// foreach ( var bbParam in GetDefinedParameters() ) {
RuntimeObject* L_4 = V_0;
NullCheck(L_4);
BBParameter_tD717AF8560E573DF3DA925034F257F669CDDBA60* L_5;
L_5 = InterfaceFuncInvoker0< BBParameter_tD717AF8560E573DF3DA925034F257F669CDDBA60* >::Invoke(0 /* T System.Collections.Generic.IEnumerator`1<NodeCanvas.Framework.BBParameter>::get_Current() */, IEnumerator_1_t56E3417058963967E332588ADBFCD1285264A76A_il2cpp_TypeInfo_var, L_4);
V_1 = L_5;
// if ( bbParam.varRef == null && !bbParam.isPresumedDynamic ) {
BBParameter_tD717AF8560E573DF3DA925034F257F669CDDBA60* L_6 = V_1;
NullCheck(L_6);
Variable_t60C01143D3B1491B2FFEB305052C327D03DDF4AA* L_7;
L_7 = BBParameter_get_varRef_mD0DDBD4F6D0CF79AB5B1227FD5D3FCB56F19F919_inline(L_6, NULL);
if (L_7)
{
goto IL_002d_1;
}
}
{
BBParameter_tD717AF8560E573DF3DA925034F257F669CDDBA60* L_8 = V_1;
NullCheck(L_8);
bool L_9;
L_9 = BBParameter_get_isPresumedDynamic_mDE00891510D38BD61292EDD2F9044671BAAED973(L_8, NULL);
if (L_9)
{
goto IL_002d_1;
}
}
{
// bbParam.PromoteToVariable(bb);
BBParameter_tD717AF8560E573DF3DA925034F257F669CDDBA60* L_10 = V_1;
RuntimeObject* L_11 = ___0_bb;
NullCheck(L_10);
Variable_t60C01143D3B1491B2FFEB305052C327D03DDF4AA* L_12;
L_12 = BBParameter_PromoteToVariable_m0F9CDE6453CFDBEF6586F63DA266171AE841D9AF(L_10, L_11, NULL);
}
IL_002d_1:
{
// foreach ( var bbParam in GetDefinedParameters() ) {
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_000e_1;
}
}
{
goto IL_0041;
}
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_0041:
{
// }
return;
}
}
// NodeCanvas.Framework.Graph NodeCanvas.Framework.Graph::GetElementGraph(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* Graph_GetElementGraph_m0ECE2223EDD693584C149ADBDB42B8552F873CDC (RuntimeObject* ___0_obj, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BlackboardSource_tDF1C560E163F6F63BE89278B7312A32BF329C89E_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GraphOwner_t403B42955FE2A2C62A9578A7E1ED47FF1B39A37F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Task_tF05C1B448C98EDD5D7E9E23660FCEAC40348A284_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// if ( obj is GraphOwner ) { return ( obj as GraphOwner ).graph; }
RuntimeObject* L_0 = ___0_obj;
if (!((GraphOwner_t403B42955FE2A2C62A9578A7E1ED47FF1B39A37F*)IsInstClass((RuntimeObject*)L_0, GraphOwner_t403B42955FE2A2C62A9578A7E1ED47FF1B39A37F_il2cpp_TypeInfo_var)))
{
goto IL_0014;
}
}
{
// if ( obj is GraphOwner ) { return ( obj as GraphOwner ).graph; }
RuntimeObject* L_1 = ___0_obj;
NullCheck(((GraphOwner_t403B42955FE2A2C62A9578A7E1ED47FF1B39A37F*)IsInstClass((RuntimeObject*)L_1, GraphOwner_t403B42955FE2A2C62A9578A7E1ED47FF1B39A37F_il2cpp_TypeInfo_var)));
Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* L_2;
L_2 = VirtualFuncInvoker0< Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* >::Invoke(6 /* NodeCanvas.Framework.Graph NodeCanvas.Framework.GraphOwner::get_graph() */, ((GraphOwner_t403B42955FE2A2C62A9578A7E1ED47FF1B39A37F*)IsInstClass((RuntimeObject*)L_1, GraphOwner_t403B42955FE2A2C62A9578A7E1ED47FF1B39A37F_il2cpp_TypeInfo_var)));
return L_2;
}
IL_0014:
{
// if ( obj is Graph ) { return (Graph)obj; }
RuntimeObject* L_3 = ___0_obj;
if (!((Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032*)IsInstClass((RuntimeObject*)L_3, Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032_il2cpp_TypeInfo_var)))
{
goto IL_0023;
}
}
{
// if ( obj is Graph ) { return (Graph)obj; }
RuntimeObject* L_4 = ___0_obj;
return ((Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032*)CastclassClass((RuntimeObject*)L_4, Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032_il2cpp_TypeInfo_var));
}
IL_0023:
{
// if ( obj is Node ) { return ( obj as Node ).graph; }
RuntimeObject* L_5 = ___0_obj;
if (!((Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8*)IsInstClass((RuntimeObject*)L_5, Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8_il2cpp_TypeInfo_var)))
{
goto IL_0037;
}
}
{
// if ( obj is Node ) { return ( obj as Node ).graph; }
RuntimeObject* L_6 = ___0_obj;
NullCheck(((Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8*)IsInstClass((RuntimeObject*)L_6, Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8_il2cpp_TypeInfo_var)));
Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* L_7;
L_7 = Node_get_graph_mB21F59A8B53310BF25DE6085397701DB23CC3A08_inline(((Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8*)IsInstClass((RuntimeObject*)L_6, Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8_il2cpp_TypeInfo_var)), NULL);
return L_7;
}
IL_0037:
{
// if ( obj is Connection ) { return ( obj as Connection ).graph; }
RuntimeObject* L_8 = ___0_obj;
if (!((Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D*)IsInstClass((RuntimeObject*)L_8, Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D_il2cpp_TypeInfo_var)))
{
goto IL_004b;
}
}
{
// if ( obj is Connection ) { return ( obj as Connection ).graph; }
RuntimeObject* L_9 = ___0_obj;
NullCheck(((Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D*)IsInstClass((RuntimeObject*)L_9, Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D_il2cpp_TypeInfo_var)));
Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* L_10;
L_10 = Connection_get_graph_mDE72A577448B03F0F4E74DD68F71DC9CCA9F9FE9(((Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D*)IsInstClass((RuntimeObject*)L_9, Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D_il2cpp_TypeInfo_var)), NULL);
return L_10;
}
IL_004b:
{
// if ( obj is Task ) { return ( obj as Task ).ownerSystem as Graph; }
RuntimeObject* L_11 = ___0_obj;
if (!((Task_tF05C1B448C98EDD5D7E9E23660FCEAC40348A284*)IsInstClass((RuntimeObject*)L_11, Task_tF05C1B448C98EDD5D7E9E23660FCEAC40348A284_il2cpp_TypeInfo_var)))
{
goto IL_0064;
}
}
{
// if ( obj is Task ) { return ( obj as Task ).ownerSystem as Graph; }
RuntimeObject* L_12 = ___0_obj;
NullCheck(((Task_tF05C1B448C98EDD5D7E9E23660FCEAC40348A284*)IsInstClass((RuntimeObject*)L_12, Task_tF05C1B448C98EDD5D7E9E23660FCEAC40348A284_il2cpp_TypeInfo_var)));
RuntimeObject* L_13;
L_13 = Task_get_ownerSystem_m980F955CAD5DE771E19FA231DA402096BF9B9233_inline(((Task_tF05C1B448C98EDD5D7E9E23660FCEAC40348A284*)IsInstClass((RuntimeObject*)L_12, Task_tF05C1B448C98EDD5D7E9E23660FCEAC40348A284_il2cpp_TypeInfo_var)), NULL);
return ((Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032*)IsInstClass((RuntimeObject*)L_13, Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032_il2cpp_TypeInfo_var));
}
IL_0064:
{
// if ( obj is BlackboardSource ) { return ( obj as BlackboardSource ).unityContextObject as Graph; }
RuntimeObject* L_14 = ___0_obj;
if (!((BlackboardSource_tDF1C560E163F6F63BE89278B7312A32BF329C89E*)IsInstClass((RuntimeObject*)L_14, BlackboardSource_tDF1C560E163F6F63BE89278B7312A32BF329C89E_il2cpp_TypeInfo_var)))
{
goto IL_007d;
}
}
{
// if ( obj is BlackboardSource ) { return ( obj as BlackboardSource ).unityContextObject as Graph; }
RuntimeObject* L_15 = ___0_obj;
NullCheck(((BlackboardSource_tDF1C560E163F6F63BE89278B7312A32BF329C89E*)IsInstClass((RuntimeObject*)L_15, BlackboardSource_tDF1C560E163F6F63BE89278B7312A32BF329C89E_il2cpp_TypeInfo_var)));
Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* L_16;
L_16 = BlackboardSource_get_unityContextObject_m938AC1ADFD91BCDDBAD024692CC86BBB3E1BB47C_inline(((BlackboardSource_tDF1C560E163F6F63BE89278B7312A32BF329C89E*)IsInstClass((RuntimeObject*)L_15, BlackboardSource_tDF1C560E163F6F63BE89278B7312A32BF329C89E_il2cpp_TypeInfo_var)), NULL);
return ((Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032*)IsInstClass((RuntimeObject*)L_16, Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032_il2cpp_TypeInfo_var));
}
IL_007d:
{
// return null;
return (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032*)NULL;
}
}
// ParadoxNotion.HierarchyTree/Element NodeCanvas.Framework.Graph::GetFlatMetaGraph()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Element_t3ABE015B81AFFE208F4314A4A588E9E7EFD63407* Graph_GetFlatMetaGraph_mD5679731697C2E6E6B61CF40F072FCEB3A8593C0 (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Element_t3ABE015B81AFFE208F4314A4A588E9E7EFD63407_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_mEAF0A2E85D550C81F0AB273862A6F9C2EA6F0D3A_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m9255414617C2AB53CD664FBA1177F6619233740A_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
Element_t3ABE015B81AFFE208F4314A4A588E9E7EFD63407* V_0 = NULL;
int32_t V_1 = 0;
int32_t V_2 = 0;
Element_t3ABE015B81AFFE208F4314A4A588E9E7EFD63407* V_3 = NULL;
{
// if ( flatMetaGraph != null ) {
Element_t3ABE015B81AFFE208F4314A4A588E9E7EFD63407* L_0;
L_0 = Graph_get_flatMetaGraph_m482C52F589DB9EFA15EF38DFAEF560088617117A_inline(__this, NULL);
if (!L_0)
{
goto IL_000f;
}
}
{
// return flatMetaGraph;
Element_t3ABE015B81AFFE208F4314A4A588E9E7EFD63407* L_1;
L_1 = Graph_get_flatMetaGraph_m482C52F589DB9EFA15EF38DFAEF560088617117A_inline(__this, NULL);
return L_1;
}
IL_000f:
{
// var root = new HierarchyTree.Element(this);
Element_t3ABE015B81AFFE208F4314A4A588E9E7EFD63407* L_2 = (Element_t3ABE015B81AFFE208F4314A4A588E9E7EFD63407*)il2cpp_codegen_object_new(Element_t3ABE015B81AFFE208F4314A4A588E9E7EFD63407_il2cpp_TypeInfo_var);
NullCheck(L_2);
Element__ctor_mE45F611F3A617627E9CFDBCEDEFD07CB4E3F1F59(L_2, __this, NULL);
V_0 = L_2;
// int lastID = 0;
V_1 = 0;
// for ( var i = 0; i < allNodes.Count; i++ ) {
V_2 = 0;
goto IL_003b;
}
IL_001c:
{
// root.AddChild(GetTreeNodeElement(allNodes[i], false, ref lastID));
Element_t3ABE015B81AFFE208F4314A4A588E9E7EFD63407* L_3 = V_0;
List_1_t90487A8EA186417AA0A6F2B22B58D1BAE3334437* L_4;
L_4 = Graph_get_allNodes_m16F2C73330C293E5724E04C1185FAA62C74BDAF6(__this, NULL);
int32_t L_5 = V_2;
NullCheck(L_4);
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_6;
L_6 = List_1_get_Item_m9255414617C2AB53CD664FBA1177F6619233740A(L_4, L_5, List_1_get_Item_m9255414617C2AB53CD664FBA1177F6619233740A_RuntimeMethod_var);
Element_t3ABE015B81AFFE208F4314A4A588E9E7EFD63407* L_7;
L_7 = Graph_GetTreeNodeElement_m0A449CD9D130D9AA493B318D9DD546AE396216A2(L_6, (bool)0, (&V_1), NULL);
NullCheck(L_3);
Element_t3ABE015B81AFFE208F4314A4A588E9E7EFD63407* L_8;
L_8 = Element_AddChild_mB2FD019391869E576283C3C557295CC4FCE54282(L_3, L_7, NULL);
// for ( var i = 0; i < allNodes.Count; i++ ) {
int32_t L_9 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add(L_9, 1));
}
IL_003b:
{
// for ( var i = 0; i < allNodes.Count; i++ ) {
int32_t L_10 = V_2;
List_1_t90487A8EA186417AA0A6F2B22B58D1BAE3334437* L_11;
L_11 = Graph_get_allNodes_m16F2C73330C293E5724E04C1185FAA62C74BDAF6(__this, NULL);
NullCheck(L_11);
int32_t L_12;
L_12 = List_1_get_Count_mEAF0A2E85D550C81F0AB273862A6F9C2EA6F0D3A_inline(L_11, List_1_get_Count_mEAF0A2E85D550C81F0AB273862A6F9C2EA6F0D3A_RuntimeMethod_var);
if ((((int32_t)L_10) < ((int32_t)L_12)))
{
goto IL_001c;
}
}
{
// return flatMetaGraph = root;
Element_t3ABE015B81AFFE208F4314A4A588E9E7EFD63407* L_13 = V_0;
Element_t3ABE015B81AFFE208F4314A4A588E9E7EFD63407* L_14 = L_13;
V_3 = L_14;
Graph_set_flatMetaGraph_m5BAF3B8ED4FB766EBEC2806ED5D18C155A437DE4_inline(__this, L_14, NULL);
Element_t3ABE015B81AFFE208F4314A4A588E9E7EFD63407* L_15 = V_3;
return L_15;
}
}
// ParadoxNotion.HierarchyTree/Element NodeCanvas.Framework.Graph::GetFullMetaGraph()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Element_t3ABE015B81AFFE208F4314A4A588E9E7EFD63407* Graph_GetFullMetaGraph_mD94B6889E715652770AA50A9ECC26A9972A9F639 (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Element_t3ABE015B81AFFE208F4314A4A588E9E7EFD63407_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_mC96ADDB2914B9FADC03D3A91F7B5B647995A2E5C_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_mEAF0A2E85D550C81F0AB273862A6F9C2EA6F0D3A_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m9255414617C2AB53CD664FBA1177F6619233740A_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
Element_t3ABE015B81AFFE208F4314A4A588E9E7EFD63407* V_0 = NULL;
int32_t V_1 = 0;
int32_t V_2 = 0;
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* V_3 = NULL;
Element_t3ABE015B81AFFE208F4314A4A588E9E7EFD63407* V_4 = NULL;
{
// if ( fullMetaGraph != null ) {
Element_t3ABE015B81AFFE208F4314A4A588E9E7EFD63407* L_0;
L_0 = Graph_get_fullMetaGraph_m454E575035CF587A3D5B9AA64431351EFA8195F3_inline(__this, NULL);
if (!L_0)
{
goto IL_000f;
}
}
{
// return fullMetaGraph;
Element_t3ABE015B81AFFE208F4314A4A588E9E7EFD63407* L_1;
L_1 = Graph_get_fullMetaGraph_m454E575035CF587A3D5B9AA64431351EFA8195F3_inline(__this, NULL);
return L_1;
}
IL_000f:
{
// var root = new HierarchyTree.Element(this);
Element_t3ABE015B81AFFE208F4314A4A588E9E7EFD63407* L_2 = (Element_t3ABE015B81AFFE208F4314A4A588E9E7EFD63407*)il2cpp_codegen_object_new(Element_t3ABE015B81AFFE208F4314A4A588E9E7EFD63407_il2cpp_TypeInfo_var);
NullCheck(L_2);
Element__ctor_mE45F611F3A617627E9CFDBCEDEFD07CB4E3F1F59(L_2, __this, NULL);
V_0 = L_2;
// int lastID = 0;
V_1 = 0;
// if ( primeNode != null ) {
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_3;
L_3 = Graph_get_primeNode_mD442F7DA2FE8A6F5210F97A2F7563C835B5BAFC1(__this, NULL);
if (!L_3)
{
goto IL_0035;
}
}
{
// root.AddChild(GetTreeNodeElement(primeNode, true, ref lastID));
Element_t3ABE015B81AFFE208F4314A4A588E9E7EFD63407* L_4 = V_0;
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_5;
L_5 = Graph_get_primeNode_mD442F7DA2FE8A6F5210F97A2F7563C835B5BAFC1(__this, NULL);
Element_t3ABE015B81AFFE208F4314A4A588E9E7EFD63407* L_6;
L_6 = Graph_GetTreeNodeElement_m0A449CD9D130D9AA493B318D9DD546AE396216A2(L_5, (bool)1, (&V_1), NULL);
NullCheck(L_4);
Element_t3ABE015B81AFFE208F4314A4A588E9E7EFD63407* L_7;
L_7 = Element_AddChild_mB2FD019391869E576283C3C557295CC4FCE54282(L_4, L_6, NULL);
}
IL_0035:
{
// for ( var i = 0; i < allNodes.Count; i++ ) {
V_2 = 0;
goto IL_0070;
}
IL_0039:
{
// var node = allNodes[i];
List_1_t90487A8EA186417AA0A6F2B22B58D1BAE3334437* L_8;
L_8 = Graph_get_allNodes_m16F2C73330C293E5724E04C1185FAA62C74BDAF6(__this, NULL);
int32_t L_9 = V_2;
NullCheck(L_8);
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_10;
L_10 = List_1_get_Item_m9255414617C2AB53CD664FBA1177F6619233740A(L_8, L_9, List_1_get_Item_m9255414617C2AB53CD664FBA1177F6619233740A_RuntimeMethod_var);
V_3 = L_10;
// if ( node.ID > lastID && node.inConnections.Count == 0 ) {
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_11 = V_3;
NullCheck(L_11);
int32_t L_12;
L_12 = Node_get_ID_m1C2CE6645F79C1FBCFDEA0B2CBAE95EB3A7C0E26_inline(L_11, NULL);
int32_t L_13 = V_1;
if ((((int32_t)L_12) <= ((int32_t)L_13)))
{
goto IL_006c;
}
}
{
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_14 = V_3;
NullCheck(L_14);
List_1_t619EB3258C7F1EBD15A485EA09888BE9FC87AC7E* L_15;
L_15 = Node_get_inConnections_mDC21880D8511412E49EB8D4E615D1B5EFD9A668F_inline(L_14, NULL);
NullCheck(L_15);
int32_t L_16;
L_16 = List_1_get_Count_mC96ADDB2914B9FADC03D3A91F7B5B647995A2E5C_inline(L_15, List_1_get_Count_mC96ADDB2914B9FADC03D3A91F7B5B647995A2E5C_RuntimeMethod_var);
if (L_16)
{
goto IL_006c;
}
}
{
// root.AddChild(GetTreeNodeElement(node, true, ref lastID));
Element_t3ABE015B81AFFE208F4314A4A588E9E7EFD63407* L_17 = V_0;
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_18 = V_3;
Element_t3ABE015B81AFFE208F4314A4A588E9E7EFD63407* L_19;
L_19 = Graph_GetTreeNodeElement_m0A449CD9D130D9AA493B318D9DD546AE396216A2(L_18, (bool)1, (&V_1), NULL);
NullCheck(L_17);
Element_t3ABE015B81AFFE208F4314A4A588E9E7EFD63407* L_20;
L_20 = Element_AddChild_mB2FD019391869E576283C3C557295CC4FCE54282(L_17, L_19, NULL);
}
IL_006c:
{
// for ( var i = 0; i < allNodes.Count; i++ ) {
int32_t L_21 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add(L_21, 1));
}
IL_0070:
{
// for ( var i = 0; i < allNodes.Count; i++ ) {
int32_t L_22 = V_2;
List_1_t90487A8EA186417AA0A6F2B22B58D1BAE3334437* L_23;
L_23 = Graph_get_allNodes_m16F2C73330C293E5724E04C1185FAA62C74BDAF6(__this, NULL);
NullCheck(L_23);
int32_t L_24;
L_24 = List_1_get_Count_mEAF0A2E85D550C81F0AB273862A6F9C2EA6F0D3A_inline(L_23, List_1_get_Count_mEAF0A2E85D550C81F0AB273862A6F9C2EA6F0D3A_RuntimeMethod_var);
if ((((int32_t)L_22) < ((int32_t)L_24)))
{
goto IL_0039;
}
}
{
// return fullMetaGraph = root;
Element_t3ABE015B81AFFE208F4314A4A588E9E7EFD63407* L_25 = V_0;
Element_t3ABE015B81AFFE208F4314A4A588E9E7EFD63407* L_26 = L_25;
V_4 = L_26;
Graph_set_fullMetaGraph_m1550777136CF482B6F1C7C1628196538C962E86A_inline(__this, L_26, NULL);
Element_t3ABE015B81AFFE208F4314A4A588E9E7EFD63407* L_27 = V_4;
return L_27;
}
}
// ParadoxNotion.HierarchyTree/Element NodeCanvas.Framework.Graph::GetNestedMetaGraph()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Element_t3ABE015B81AFFE208F4314A4A588E9E7EFD63407* Graph_GetNestedMetaGraph_m17845AB0D5E358CE2D70920D5249CA2D3854DA61 (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Element_t3ABE015B81AFFE208F4314A4A588E9E7EFD63407_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
Element_t3ABE015B81AFFE208F4314A4A588E9E7EFD63407* V_0 = NULL;
Element_t3ABE015B81AFFE208F4314A4A588E9E7EFD63407* V_1 = NULL;
{
// if ( nestedMetaGraph != null ) {
Element_t3ABE015B81AFFE208F4314A4A588E9E7EFD63407* L_0;
L_0 = Graph_get_nestedMetaGraph_mA3912216F9666729BC34482239E956EE119DE6AE_inline(__this, NULL);
if (!L_0)
{
goto IL_000f;
}
}
{
// return nestedMetaGraph;
Element_t3ABE015B81AFFE208F4314A4A588E9E7EFD63407* L_1;
L_1 = Graph_get_nestedMetaGraph_mA3912216F9666729BC34482239E956EE119DE6AE_inline(__this, NULL);
return L_1;
}
IL_000f:
{
// var root = new HierarchyTree.Element(this);
Element_t3ABE015B81AFFE208F4314A4A588E9E7EFD63407* L_2 = (Element_t3ABE015B81AFFE208F4314A4A588E9E7EFD63407*)il2cpp_codegen_object_new(Element_t3ABE015B81AFFE208F4314A4A588E9E7EFD63407_il2cpp_TypeInfo_var);
NullCheck(L_2);
Element__ctor_mE45F611F3A617627E9CFDBCEDEFD07CB4E3F1F59(L_2, __this, NULL);
V_0 = L_2;
// DigNestedGraphs(this, root);
Element_t3ABE015B81AFFE208F4314A4A588E9E7EFD63407* L_3 = V_0;
Graph_DigNestedGraphs_m30856CDBCBCF10306D9336DA1F374311916F18EF(__this, L_3, NULL);
// return nestedMetaGraph = root;
Element_t3ABE015B81AFFE208F4314A4A588E9E7EFD63407* L_4 = V_0;
Element_t3ABE015B81AFFE208F4314A4A588E9E7EFD63407* L_5 = L_4;
V_1 = L_5;
Graph_set_nestedMetaGraph_m7CD6B44FFDE680723BD827A497371AD18FC4167A_inline(__this, L_5, NULL);
Element_t3ABE015B81AFFE208F4314A4A588E9E7EFD63407* L_6 = V_1;
return L_6;
}
}
// System.Void NodeCanvas.Framework.Graph::DigNestedGraphs(NodeCanvas.Framework.Graph,ParadoxNotion.HierarchyTree/Element)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Graph_DigNestedGraphs_m30856CDBCBCF10306D9336DA1F374311916F18EF (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* ___0_currentGraph, Element_t3ABE015B81AFFE208F4314A4A588E9E7EFD63407* ___1_currentElement, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Element_t3ABE015B81AFFE208F4314A4A588E9E7EFD63407_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IGraphAssignable_tD5C8ED4B20F921681A68BEDADDA70F7BD60ED9AE_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_mEAF0A2E85D550C81F0AB273862A6F9C2EA6F0D3A_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m9255414617C2AB53CD664FBA1177F6619233740A_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
RuntimeObject* V_1 = NULL;
{
// for ( var i = 0; i < currentGraph.allNodes.Count; i++ ) {
V_0 = 0;
goto IL_0042;
}
IL_0004:
{
// var assignable = currentGraph.allNodes[i] as IGraphAssignable;
Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* L_0 = ___0_currentGraph;
NullCheck(L_0);
List_1_t90487A8EA186417AA0A6F2B22B58D1BAE3334437* L_1;
L_1 = Graph_get_allNodes_m16F2C73330C293E5724E04C1185FAA62C74BDAF6(L_0, NULL);
int32_t L_2 = V_0;
NullCheck(L_1);
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_3;
L_3 = List_1_get_Item_m9255414617C2AB53CD664FBA1177F6619233740A(L_1, L_2, List_1_get_Item_m9255414617C2AB53CD664FBA1177F6619233740A_RuntimeMethod_var);
V_1 = ((RuntimeObject*)IsInst((RuntimeObject*)L_3, IGraphAssignable_tD5C8ED4B20F921681A68BEDADDA70F7BD60ED9AE_il2cpp_TypeInfo_var));
// if ( assignable != null && assignable.subGraph != null ) {
RuntimeObject* L_4 = V_1;
if (!L_4)
{
goto IL_003e;
}
}
{
RuntimeObject* L_5 = V_1;
NullCheck(L_5);
Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* L_6;
L_6 = InterfaceFuncInvoker0< Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* >::Invoke(0 /* NodeCanvas.Framework.Graph NodeCanvas.Framework.IGraphAssignable::get_subGraph() */, IGraphAssignable_tD5C8ED4B20F921681A68BEDADDA70F7BD60ED9AE_il2cpp_TypeInfo_var, L_5);
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_7;
L_7 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_6, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
if (!L_7)
{
goto IL_003e;
}
}
{
// DigNestedGraphs(assignable.subGraph, currentElement.AddChild(new HierarchyTree.Element(assignable)));
RuntimeObject* L_8 = V_1;
NullCheck(L_8);
Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* L_9;
L_9 = InterfaceFuncInvoker0< Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* >::Invoke(0 /* NodeCanvas.Framework.Graph NodeCanvas.Framework.IGraphAssignable::get_subGraph() */, IGraphAssignable_tD5C8ED4B20F921681A68BEDADDA70F7BD60ED9AE_il2cpp_TypeInfo_var, L_8);
Element_t3ABE015B81AFFE208F4314A4A588E9E7EFD63407* L_10 = ___1_currentElement;
RuntimeObject* L_11 = V_1;
Element_t3ABE015B81AFFE208F4314A4A588E9E7EFD63407* L_12 = (Element_t3ABE015B81AFFE208F4314A4A588E9E7EFD63407*)il2cpp_codegen_object_new(Element_t3ABE015B81AFFE208F4314A4A588E9E7EFD63407_il2cpp_TypeInfo_var);
NullCheck(L_12);
Element__ctor_mE45F611F3A617627E9CFDBCEDEFD07CB4E3F1F59(L_12, L_11, NULL);
NullCheck(L_10);
Element_t3ABE015B81AFFE208F4314A4A588E9E7EFD63407* L_13;
L_13 = Element_AddChild_mB2FD019391869E576283C3C557295CC4FCE54282(L_10, L_12, NULL);
Graph_DigNestedGraphs_m30856CDBCBCF10306D9336DA1F374311916F18EF(L_9, L_13, NULL);
}
IL_003e:
{
// for ( var i = 0; i < currentGraph.allNodes.Count; i++ ) {
int32_t L_14 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add(L_14, 1));
}
IL_0042:
{
// for ( var i = 0; i < currentGraph.allNodes.Count; i++ ) {
int32_t L_15 = V_0;
Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* L_16 = ___0_currentGraph;
NullCheck(L_16);
List_1_t90487A8EA186417AA0A6F2B22B58D1BAE3334437* L_17;
L_17 = Graph_get_allNodes_m16F2C73330C293E5724E04C1185FAA62C74BDAF6(L_16, NULL);
NullCheck(L_17);
int32_t L_18;
L_18 = List_1_get_Count_mEAF0A2E85D550C81F0AB273862A6F9C2EA6F0D3A_inline(L_17, List_1_get_Count_mEAF0A2E85D550C81F0AB273862A6F9C2EA6F0D3A_RuntimeMethod_var);
if ((((int32_t)L_15) < ((int32_t)L_18)))
{
goto IL_0004;
}
}
{
// }
return;
}
}
// ParadoxNotion.HierarchyTree/Element NodeCanvas.Framework.Graph::GetTreeNodeElement(NodeCanvas.Framework.Node,System.Boolean,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Element_t3ABE015B81AFFE208F4314A4A588E9E7EFD63407* Graph_GetTreeNodeElement_m0A449CD9D130D9AA493B318D9DD546AE396216A2 (Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* ___0_node, bool ___1_recurse, int32_t* ___2_lastID, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_mC96ADDB2914B9FADC03D3A91F7B5B647995A2E5C_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m10CB933550CAAA86A0E326BF1DECE5E7DE263E0E_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
Element_t3ABE015B81AFFE208F4314A4A588E9E7EFD63407* V_0 = NULL;
int32_t V_1 = 0;
Element_t3ABE015B81AFFE208F4314A4A588E9E7EFD63407* V_2 = NULL;
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* V_3 = NULL;
{
// var nodeElement = CollectSubElements(node);
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_0 = ___0_node;
Element_t3ABE015B81AFFE208F4314A4A588E9E7EFD63407* L_1;
L_1 = Graph_CollectSubElements_mA2D53035AC5273ABDC22BDF7032C4E01CAA843AA(L_0, NULL);
V_0 = L_1;
// for ( var i = 0; i < node.outConnections.Count; i++ ) {
V_1 = 0;
goto IL_005b;
}
IL_000b:
{
// var connectionElement = CollectSubElements(node.outConnections[i]);
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_2 = ___0_node;
NullCheck(L_2);
List_1_t619EB3258C7F1EBD15A485EA09888BE9FC87AC7E* L_3;
L_3 = Node_get_outConnections_mBD92942B179E5297C07F297E1D0F2F0946A8F7EE_inline(L_2, NULL);
int32_t L_4 = V_1;
NullCheck(L_3);
Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D* L_5;
L_5 = List_1_get_Item_m10CB933550CAAA86A0E326BF1DECE5E7DE263E0E(L_3, L_4, List_1_get_Item_m10CB933550CAAA86A0E326BF1DECE5E7DE263E0E_RuntimeMethod_var);
Element_t3ABE015B81AFFE208F4314A4A588E9E7EFD63407* L_6;
L_6 = Graph_CollectSubElements_mA2D53035AC5273ABDC22BDF7032C4E01CAA843AA(L_5, NULL);
V_2 = L_6;
// nodeElement.AddChild(connectionElement);
Element_t3ABE015B81AFFE208F4314A4A588E9E7EFD63407* L_7 = V_0;
Element_t3ABE015B81AFFE208F4314A4A588E9E7EFD63407* L_8 = V_2;
NullCheck(L_7);
Element_t3ABE015B81AFFE208F4314A4A588E9E7EFD63407* L_9;
L_9 = Element_AddChild_mB2FD019391869E576283C3C557295CC4FCE54282(L_7, L_8, NULL);
// if ( recurse ) {
bool L_10 = ___1_recurse;
if (!L_10)
{
goto IL_0057;
}
}
{
// var targetNode = node.outConnections[i].targetNode;
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_11 = ___0_node;
NullCheck(L_11);
List_1_t619EB3258C7F1EBD15A485EA09888BE9FC87AC7E* L_12;
L_12 = Node_get_outConnections_mBD92942B179E5297C07F297E1D0F2F0946A8F7EE_inline(L_11, NULL);
int32_t L_13 = V_1;
NullCheck(L_12);
Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D* L_14;
L_14 = List_1_get_Item_m10CB933550CAAA86A0E326BF1DECE5E7DE263E0E(L_12, L_13, List_1_get_Item_m10CB933550CAAA86A0E326BF1DECE5E7DE263E0E_RuntimeMethod_var);
NullCheck(L_14);
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_15;
L_15 = Connection_get_targetNode_m6497814C735802779A09743F85F194212C0606F2_inline(L_14, NULL);
V_3 = L_15;
// if ( targetNode.ID > node.ID ) { //ensure no recursion loop
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_16 = V_3;
NullCheck(L_16);
int32_t L_17;
L_17 = Node_get_ID_m1C2CE6645F79C1FBCFDEA0B2CBAE95EB3A7C0E26_inline(L_16, NULL);
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_18 = ___0_node;
NullCheck(L_18);
int32_t L_19;
L_19 = Node_get_ID_m1C2CE6645F79C1FBCFDEA0B2CBAE95EB3A7C0E26_inline(L_18, NULL);
if ((((int32_t)L_17) <= ((int32_t)L_19)))
{
goto IL_0057;
}
}
{
// connectionElement.AddChild(GetTreeNodeElement(targetNode, recurse, ref lastID));
Element_t3ABE015B81AFFE208F4314A4A588E9E7EFD63407* L_20 = V_2;
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_21 = V_3;
bool L_22 = ___1_recurse;
int32_t* L_23 = ___2_lastID;
Element_t3ABE015B81AFFE208F4314A4A588E9E7EFD63407* L_24;
L_24 = Graph_GetTreeNodeElement_m0A449CD9D130D9AA493B318D9DD546AE396216A2(L_21, L_22, L_23, NULL);
NullCheck(L_20);
Element_t3ABE015B81AFFE208F4314A4A588E9E7EFD63407* L_25;
L_25 = Element_AddChild_mB2FD019391869E576283C3C557295CC4FCE54282(L_20, L_24, NULL);
}
IL_0057:
{
// for ( var i = 0; i < node.outConnections.Count; i++ ) {
int32_t L_26 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add(L_26, 1));
}
IL_005b:
{
// for ( var i = 0; i < node.outConnections.Count; i++ ) {
int32_t L_27 = V_1;
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_28 = ___0_node;
NullCheck(L_28);
List_1_t619EB3258C7F1EBD15A485EA09888BE9FC87AC7E* L_29;
L_29 = Node_get_outConnections_mBD92942B179E5297C07F297E1D0F2F0946A8F7EE_inline(L_28, NULL);
NullCheck(L_29);
int32_t L_30;
L_30 = List_1_get_Count_mC96ADDB2914B9FADC03D3A91F7B5B647995A2E5C_inline(L_29, List_1_get_Count_mC96ADDB2914B9FADC03D3A91F7B5B647995A2E5C_RuntimeMethod_var);
if ((((int32_t)L_27) < ((int32_t)L_30)))
{
goto IL_000b;
}
}
{
// lastID = node.ID;
int32_t* L_31 = ___2_lastID;
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_32 = ___0_node;
NullCheck(L_32);
int32_t L_33;
L_33 = Node_get_ID_m1C2CE6645F79C1FBCFDEA0B2CBAE95EB3A7C0E26_inline(L_32, NULL);
*((int32_t*)L_31) = (int32_t)L_33;
// return nodeElement;
Element_t3ABE015B81AFFE208F4314A4A588E9E7EFD63407* L_34 = V_0;
return L_34;
}
}
// ParadoxNotion.HierarchyTree/Element NodeCanvas.Framework.Graph::CollectSubElements(NodeCanvas.Framework.IGraphElement)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Element_t3ABE015B81AFFE208F4314A4A588E9E7EFD63407* Graph_CollectSubElements_mA2D53035AC5273ABDC22BDF7032C4E01CAA843AA (RuntimeObject* ___0_obj, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_1_t6F9EB113EB3F16226AEF811A2744F4111C116C87_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_2_tBCF27E67455F82A86083269A473FFBC6EF95A085_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JSONSerializer_t41C2A6A19CE244C486DCA145CEF08B6A4C8CAA0F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stack_1__ctor_m8F34EE717416758DAD4945CC5121552C62A035E6_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stack_1_t8CF49818C4814B468364DB7D1B751062E3A6191B_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass202_0_U3CCollectSubElementsU3Eb__0_m606D494CF1E7B4E3BACA209686F27FA01E4458AE_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass202_0_U3CCollectSubElementsU3Eb__1_m80D2D4E11574078DAD0FF0ABB1BC825156CF3A61_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass202_0_t594AC677C7AFEB1C4949A77503DA9CD7C148FEF3_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
U3CU3Ec__DisplayClass202_0_t594AC677C7AFEB1C4949A77503DA9CD7C148FEF3* V_0 = NULL;
{
U3CU3Ec__DisplayClass202_0_t594AC677C7AFEB1C4949A77503DA9CD7C148FEF3* L_0 = (U3CU3Ec__DisplayClass202_0_t594AC677C7AFEB1C4949A77503DA9CD7C148FEF3*)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass202_0_t594AC677C7AFEB1C4949A77503DA9CD7C148FEF3_il2cpp_TypeInfo_var);
NullCheck(L_0);
U3CU3Ec__DisplayClass202_0__ctor_m35A198D307CC1EF14C048348BA08C5F9F22DC396(L_0, NULL);
V_0 = L_0;
// HierarchyTree.Element parentElement = null;
U3CU3Ec__DisplayClass202_0_t594AC677C7AFEB1C4949A77503DA9CD7C148FEF3* L_1 = V_0;
NullCheck(L_1);
L_1->___parentElement_1 = (Element_t3ABE015B81AFFE208F4314A4A588E9E7EFD63407*)NULL;
Il2CppCodeGenWriteBarrier((void**)(&L_1->___parentElement_1), (void*)(Element_t3ABE015B81AFFE208F4314A4A588E9E7EFD63407*)NULL);
// var stack = new Stack<HierarchyTree.Element>();
U3CU3Ec__DisplayClass202_0_t594AC677C7AFEB1C4949A77503DA9CD7C148FEF3* L_2 = V_0;
Stack_1_t8CF49818C4814B468364DB7D1B751062E3A6191B* L_3 = (Stack_1_t8CF49818C4814B468364DB7D1B751062E3A6191B*)il2cpp_codegen_object_new(Stack_1_t8CF49818C4814B468364DB7D1B751062E3A6191B_il2cpp_TypeInfo_var);
NullCheck(L_3);
Stack_1__ctor_m8F34EE717416758DAD4945CC5121552C62A035E6(L_3, Stack_1__ctor_m8F34EE717416758DAD4945CC5121552C62A035E6_RuntimeMethod_var);
NullCheck(L_2);
L_2->___stack_0 = L_3;
Il2CppCodeGenWriteBarrier((void**)(&L_2->___stack_0), (void*)L_3);
// JSONSerializer.SerializeAndExecuteNoCycles(obj.GetType(), obj, (o) =>
// {
// if ( o is ISerializationCollectable ) {
// var e = new HierarchyTree.Element(o);
// if ( stack.Count > 0 ) { stack.Peek().AddChild(e); }
// stack.Push(e);
// }
// }, (o, d) =>
// {
// if ( o is ISerializationCollectable ) {
// parentElement = stack.Pop();
// }
// });
RuntimeObject* L_4 = ___0_obj;
NullCheck(L_4);
Type_t* L_5;
L_5 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(L_4, NULL);
RuntimeObject* L_6 = ___0_obj;
U3CU3Ec__DisplayClass202_0_t594AC677C7AFEB1C4949A77503DA9CD7C148FEF3* L_7 = V_0;
Action_1_t6F9EB113EB3F16226AEF811A2744F4111C116C87* L_8 = (Action_1_t6F9EB113EB3F16226AEF811A2744F4111C116C87*)il2cpp_codegen_object_new(Action_1_t6F9EB113EB3F16226AEF811A2744F4111C116C87_il2cpp_TypeInfo_var);
NullCheck(L_8);
Action_1__ctor_m2E1DFA67718FC1A0B6E5DFEB78831FFE9C059EB4(L_8, L_7, (intptr_t)((void*)U3CU3Ec__DisplayClass202_0_U3CCollectSubElementsU3Eb__0_m606D494CF1E7B4E3BACA209686F27FA01E4458AE_RuntimeMethod_var), NULL);
U3CU3Ec__DisplayClass202_0_t594AC677C7AFEB1C4949A77503DA9CD7C148FEF3* L_9 = V_0;
Action_2_tBCF27E67455F82A86083269A473FFBC6EF95A085* L_10 = (Action_2_tBCF27E67455F82A86083269A473FFBC6EF95A085*)il2cpp_codegen_object_new(Action_2_tBCF27E67455F82A86083269A473FFBC6EF95A085_il2cpp_TypeInfo_var);
NullCheck(L_10);
Action_2__ctor_m69974A231F38CCDCED3F8BC4AA3E73D6F0DBE159(L_10, L_9, (intptr_t)((void*)U3CU3Ec__DisplayClass202_0_U3CCollectSubElementsU3Eb__1_m80D2D4E11574078DAD0FF0ABB1BC825156CF3A61_RuntimeMethod_var), NULL);
il2cpp_codegen_runtime_class_init_inline(JSONSerializer_t41C2A6A19CE244C486DCA145CEF08B6A4C8CAA0F_il2cpp_TypeInfo_var);
JSONSerializer_SerializeAndExecuteNoCycles_mEA4C75071C60E53DF1088907B1236E8FE4C25561(L_5, L_6, L_8, L_10, NULL);
// return parentElement;
U3CU3Ec__DisplayClass202_0_t594AC677C7AFEB1C4949A77503DA9CD7C148FEF3* L_11 = V_0;
NullCheck(L_11);
Element_t3ABE015B81AFFE208F4314A4A588E9E7EFD63407* L_12 = L_11->___parentElement_1;
return L_12;
}
}
// NodeCanvas.Framework.IGraphElement NodeCanvas.Framework.Graph::GetTaskParentElement(NodeCanvas.Framework.Task)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Graph_GetTaskParentElement_mBCF650EA46CC4B03D27E63F41CC895D77E4EEB9B (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, Task_tF05C1B448C98EDD5D7E9E23660FCEAC40348A284* ___0_targetTask, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Element_GetFirstParentReferenceOfType_TisIGraphElement_t5F3857CCE5EFB70AF8F6E9D93F460970198F0CAF_mBFAB0EB8714C24F580146A7CFC2FEA08413B6FE5_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
Element_t3ABE015B81AFFE208F4314A4A588E9E7EFD63407* V_0 = NULL;
{
// var targetElement = GetFlatMetaGraph().FindReferenceElement(targetTask);
Element_t3ABE015B81AFFE208F4314A4A588E9E7EFD63407* L_0;
L_0 = Graph_GetFlatMetaGraph_mD5679731697C2E6E6B61CF40F072FCEB3A8593C0(__this, NULL);
Task_tF05C1B448C98EDD5D7E9E23660FCEAC40348A284* L_1 = ___0_targetTask;
NullCheck(L_0);
Element_t3ABE015B81AFFE208F4314A4A588E9E7EFD63407* L_2;
L_2 = Element_FindReferenceElement_mD0C0FB031F3DA67084E97895F1DD2EDD6E3FE2AD(L_0, L_1, NULL);
V_0 = L_2;
// return targetElement != null ? targetElement.GetFirstParentReferenceOfType<IGraphElement>() : null;
Element_t3ABE015B81AFFE208F4314A4A588E9E7EFD63407* L_3 = V_0;
if (L_3)
{
goto IL_0012;
}
}
{
return (RuntimeObject*)NULL;
}
IL_0012:
{
Element_t3ABE015B81AFFE208F4314A4A588E9E7EFD63407* L_4 = V_0;
NullCheck(L_4);
RuntimeObject* L_5;
L_5 = Element_GetFirstParentReferenceOfType_TisIGraphElement_t5F3857CCE5EFB70AF8F6E9D93F460970198F0CAF_mBFAB0EB8714C24F580146A7CFC2FEA08413B6FE5(L_4, Element_GetFirstParentReferenceOfType_TisIGraphElement_t5F3857CCE5EFB70AF8F6E9D93F460970198F0CAF_mBFAB0EB8714C24F580146A7CFC2FEA08413B6FE5_RuntimeMethod_var);
return L_5;
}
}
// NodeCanvas.Framework.IGraphElement NodeCanvas.Framework.Graph::GetParameterParentElement(NodeCanvas.Framework.BBParameter)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Graph_GetParameterParentElement_mFB11AD297949EFABCE20FE20C72743F511951717 (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, BBParameter_tD717AF8560E573DF3DA925034F257F669CDDBA60* ___0_targetParameter, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Element_GetFirstParentReferenceOfType_TisIGraphElement_t5F3857CCE5EFB70AF8F6E9D93F460970198F0CAF_mBFAB0EB8714C24F580146A7CFC2FEA08413B6FE5_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
Element_t3ABE015B81AFFE208F4314A4A588E9E7EFD63407* V_0 = NULL;
{
// var targetElement = GetFlatMetaGraph().FindReferenceElement(targetParameter);
Element_t3ABE015B81AFFE208F4314A4A588E9E7EFD63407* L_0;
L_0 = Graph_GetFlatMetaGraph_mD5679731697C2E6E6B61CF40F072FCEB3A8593C0(__this, NULL);
BBParameter_tD717AF8560E573DF3DA925034F257F669CDDBA60* L_1 = ___0_targetParameter;
NullCheck(L_0);
Element_t3ABE015B81AFFE208F4314A4A588E9E7EFD63407* L_2;
L_2 = Element_FindReferenceElement_mD0C0FB031F3DA67084E97895F1DD2EDD6E3FE2AD(L_0, L_1, NULL);
V_0 = L_2;
// return targetElement != null ? targetElement.GetFirstParentReferenceOfType<IGraphElement>() : null;
Element_t3ABE015B81AFFE208F4314A4A588E9E7EFD63407* L_3 = V_0;
if (L_3)
{
goto IL_0012;
}
}
{
return (RuntimeObject*)NULL;
}
IL_0012:
{
Element_t3ABE015B81AFFE208F4314A4A588E9E7EFD63407* L_4 = V_0;
NullCheck(L_4);
RuntimeObject* L_5;
L_5 = Element_GetFirstParentReferenceOfType_TisIGraphElement_t5F3857CCE5EFB70AF8F6E9D93F460970198F0CAF_mBFAB0EB8714C24F580146A7CFC2FEA08413B6FE5(L_4, Element_GetFirstParentReferenceOfType_TisIGraphElement_t5F3857CCE5EFB70AF8F6E9D93F460970198F0CAF_mBFAB0EB8714C24F580146A7CFC2FEA08413B6FE5_RuntimeMethod_var);
return L_5;
}
}
// System.Collections.Generic.IEnumerable`1<NodeCanvas.Framework.Task> NodeCanvas.Framework.Graph::GetTasksInElement(NodeCanvas.Framework.IGraphElement)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Graph_GetTasksInElement_m4986E53DBD263BFF39D8DE253CC20E00906D2F1E (RuntimeObject* ___0_target, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_2_tBCF27E67455F82A86083269A473FFBC6EF95A085_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JSONSerializer_t41C2A6A19CE244C486DCA145CEF08B6A4C8CAA0F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m3F9CB620FAE15251C1B8F88D9808D447DC613748_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t2338E7E26462DEE44946C327D8DE6718C0BFFC4D_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass205_0_U3CGetTasksInElementU3Eb__0_mACC3A59003931F4553CA35E902F0C472638F25FD_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass205_0_t10347BA08C14B3385B4F2B7656D5125A2DF32098_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
U3CU3Ec__DisplayClass205_0_t10347BA08C14B3385B4F2B7656D5125A2DF32098* V_0 = NULL;
{
U3CU3Ec__DisplayClass205_0_t10347BA08C14B3385B4F2B7656D5125A2DF32098* L_0 = (U3CU3Ec__DisplayClass205_0_t10347BA08C14B3385B4F2B7656D5125A2DF32098*)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass205_0_t10347BA08C14B3385B4F2B7656D5125A2DF32098_il2cpp_TypeInfo_var);
NullCheck(L_0);
U3CU3Ec__DisplayClass205_0__ctor_m297E82218881427035A9E13AF2298A76C28BC8DA(L_0, NULL);
V_0 = L_0;
// var result = new List<Task>();
U3CU3Ec__DisplayClass205_0_t10347BA08C14B3385B4F2B7656D5125A2DF32098* L_1 = V_0;
List_1_t2338E7E26462DEE44946C327D8DE6718C0BFFC4D* L_2 = (List_1_t2338E7E26462DEE44946C327D8DE6718C0BFFC4D*)il2cpp_codegen_object_new(List_1_t2338E7E26462DEE44946C327D8DE6718C0BFFC4D_il2cpp_TypeInfo_var);
NullCheck(L_2);
List_1__ctor_m3F9CB620FAE15251C1B8F88D9808D447DC613748(L_2, List_1__ctor_m3F9CB620FAE15251C1B8F88D9808D447DC613748_RuntimeMethod_var);
NullCheck(L_1);
L_1->___result_0 = L_2;
Il2CppCodeGenWriteBarrier((void**)(&L_1->___result_0), (void*)L_2);
// JSONSerializer.SerializeAndExecuteNoCycles(target.GetType(), target, (o, d) =>
// {
// if ( o is Task ) { result.Add((Task)o); }
// });
RuntimeObject* L_3 = ___0_target;
NullCheck(L_3);
Type_t* L_4;
L_4 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(L_3, NULL);
RuntimeObject* L_5 = ___0_target;
U3CU3Ec__DisplayClass205_0_t10347BA08C14B3385B4F2B7656D5125A2DF32098* L_6 = V_0;
Action_2_tBCF27E67455F82A86083269A473FFBC6EF95A085* L_7 = (Action_2_tBCF27E67455F82A86083269A473FFBC6EF95A085*)il2cpp_codegen_object_new(Action_2_tBCF27E67455F82A86083269A473FFBC6EF95A085_il2cpp_TypeInfo_var);
NullCheck(L_7);
Action_2__ctor_m69974A231F38CCDCED3F8BC4AA3E73D6F0DBE159(L_7, L_6, (intptr_t)((void*)U3CU3Ec__DisplayClass205_0_U3CGetTasksInElementU3Eb__0_mACC3A59003931F4553CA35E902F0C472638F25FD_RuntimeMethod_var), NULL);
il2cpp_codegen_runtime_class_init_inline(JSONSerializer_t41C2A6A19CE244C486DCA145CEF08B6A4C8CAA0F_il2cpp_TypeInfo_var);
JSONSerializer_SerializeAndExecuteNoCycles_m9C02E91FD4C62C82317A899C695D33375D9635E7(L_4, L_5, L_7, NULL);
// return result;
U3CU3Ec__DisplayClass205_0_t10347BA08C14B3385B4F2B7656D5125A2DF32098* L_8 = V_0;
NullCheck(L_8);
List_1_t2338E7E26462DEE44946C327D8DE6718C0BFFC4D* L_9 = L_8->___result_0;
return L_9;
}
}
// System.Collections.Generic.IEnumerable`1<NodeCanvas.Framework.BBParameter> NodeCanvas.Framework.Graph::GetParametersInElement(NodeCanvas.Framework.IGraphElement)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Graph_GetParametersInElement_m47D03C3EF34BEF48F7879D0FE07FF173C0E47680 (RuntimeObject* ___0_target, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_2_tBCF27E67455F82A86083269A473FFBC6EF95A085_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JSONSerializer_t41C2A6A19CE244C486DCA145CEF08B6A4C8CAA0F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m9F0C00EDC9D8CB99E6D7E49E9E239D41A8945457_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_tAD83E1E173C28ABFECA64AA58E75072EF894EF92_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass206_0_U3CGetParametersInElementU3Eb__0_m0CB09E60343ABD1435ECC38B19E1C593A2A76C35_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass206_0_t085B4A6928AC1787F49A73FD23EBF2938EB63A37_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
U3CU3Ec__DisplayClass206_0_t085B4A6928AC1787F49A73FD23EBF2938EB63A37* V_0 = NULL;
{
U3CU3Ec__DisplayClass206_0_t085B4A6928AC1787F49A73FD23EBF2938EB63A37* L_0 = (U3CU3Ec__DisplayClass206_0_t085B4A6928AC1787F49A73FD23EBF2938EB63A37*)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass206_0_t085B4A6928AC1787F49A73FD23EBF2938EB63A37_il2cpp_TypeInfo_var);
NullCheck(L_0);
U3CU3Ec__DisplayClass206_0__ctor_mD365AA167F16DB2981402A028CB60B81349CCC74(L_0, NULL);
V_0 = L_0;
// var result = new List<BBParameter>();
U3CU3Ec__DisplayClass206_0_t085B4A6928AC1787F49A73FD23EBF2938EB63A37* L_1 = V_0;
List_1_tAD83E1E173C28ABFECA64AA58E75072EF894EF92* L_2 = (List_1_tAD83E1E173C28ABFECA64AA58E75072EF894EF92*)il2cpp_codegen_object_new(List_1_tAD83E1E173C28ABFECA64AA58E75072EF894EF92_il2cpp_TypeInfo_var);
NullCheck(L_2);
List_1__ctor_m9F0C00EDC9D8CB99E6D7E49E9E239D41A8945457(L_2, List_1__ctor_m9F0C00EDC9D8CB99E6D7E49E9E239D41A8945457_RuntimeMethod_var);
NullCheck(L_1);
L_1->___result_0 = L_2;
Il2CppCodeGenWriteBarrier((void**)(&L_1->___result_0), (void*)L_2);
// JSONSerializer.SerializeAndExecuteNoCycles(target.GetType(), target, (o, d) =>
// {
// if ( o is BBParameter ) { result.Add((BBParameter)o); }
// });
RuntimeObject* L_3 = ___0_target;
NullCheck(L_3);
Type_t* L_4;
L_4 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(L_3, NULL);
RuntimeObject* L_5 = ___0_target;
U3CU3Ec__DisplayClass206_0_t085B4A6928AC1787F49A73FD23EBF2938EB63A37* L_6 = V_0;
Action_2_tBCF27E67455F82A86083269A473FFBC6EF95A085* L_7 = (Action_2_tBCF27E67455F82A86083269A473FFBC6EF95A085*)il2cpp_codegen_object_new(Action_2_tBCF27E67455F82A86083269A473FFBC6EF95A085_il2cpp_TypeInfo_var);
NullCheck(L_7);
Action_2__ctor_m69974A231F38CCDCED3F8BC4AA3E73D6F0DBE159(L_7, L_6, (intptr_t)((void*)U3CU3Ec__DisplayClass206_0_U3CGetParametersInElementU3Eb__0_m0CB09E60343ABD1435ECC38B19E1C593A2A76C35_RuntimeMethod_var), NULL);
il2cpp_codegen_runtime_class_init_inline(JSONSerializer_t41C2A6A19CE244C486DCA145CEF08B6A4C8CAA0F_il2cpp_TypeInfo_var);
JSONSerializer_SerializeAndExecuteNoCycles_m9C02E91FD4C62C82317A899C695D33375D9635E7(L_4, L_5, L_7, NULL);
// return result;
U3CU3Ec__DisplayClass206_0_t085B4A6928AC1787F49A73FD23EBF2938EB63A37* L_8 = V_0;
NullCheck(L_8);
List_1_tAD83E1E173C28ABFECA64AA58E75072EF894EF92* L_9 = L_8->___result_0;
return L_9;
}
}
// NodeCanvas.Framework.Node NodeCanvas.Framework.Graph::AddNode(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* Graph_AddNode_m2DB11372D47917BFC5E340649F2353705B493379 (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, Type_t* ___0_nodeType, const RuntimeMethod* method)
{
{
// public Node AddNode(System.Type nodeType) { return AddNode(nodeType, new Vector2(-translation.x + 100, -translation.y + 100)); }
Type_t* L_0 = ___0_nodeType;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_1;
L_1 = Graph_get_translation_m6954B16766565C99C2C119C82DEE98D58C05B0EC(__this, NULL);
float L_2 = L_1.___x_0;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_3;
L_3 = Graph_get_translation_m6954B16766565C99C2C119C82DEE98D58C05B0EC(__this, NULL);
float L_4 = L_3.___y_1;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_5;
memset((&L_5), 0, sizeof(L_5));
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_5), ((float)il2cpp_codegen_add(((-L_2)), (100.0f))), ((float)il2cpp_codegen_add(((-L_4)), (100.0f))), /*hidden argument*/NULL);
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_6;
L_6 = Graph_AddNode_m1D2E278B6CE7265A7EA4EFEC87450551A7765DFC(__this, L_0, L_5, NULL);
return L_6;
}
}
// NodeCanvas.Framework.Node NodeCanvas.Framework.Graph::AddNode(System.Type,UnityEngine.Vector2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* Graph_AddNode_m1D2E278B6CE7265A7EA4EFEC87450551A7765DFC (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, Type_t* ___0_nodeType, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___1_pos, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mE069CE1D96BC07AD2BC62FF3384707A24AE315A5_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectionTools_tE12B5251BB48C3A8B99BC5D4278C46DADBBF905A_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* V_0 = NULL;
{
// if ( !nodeType.RTIsSubclassOf(baseNodeType) ) {
Type_t* L_0 = ___0_nodeType;
Type_t* L_1;
L_1 = VirtualFuncInvoker0< Type_t* >::Invoke(14 /* System.Type NodeCanvas.Framework.Graph::get_baseNodeType() */, __this);
il2cpp_codegen_runtime_class_init_inline(ReflectionTools_tE12B5251BB48C3A8B99BC5D4278C46DADBBF905A_il2cpp_TypeInfo_var);
bool L_2;
L_2 = ReflectionTools_RTIsSubclassOf_m5E5686EA17A2BF5138C18BCBE663892D936CE853(L_0, L_1, NULL);
if (L_2)
{
goto IL_0010;
}
}
{
// return null;
return (Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8*)NULL;
}
IL_0010:
{
// var newNode = Node.Create(this, nodeType, pos);
Type_t* L_3 = ___0_nodeType;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_4 = ___1_pos;
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_5;
L_5 = Node_Create_mEDB5CFF2C4187251A2217E89B80030971DA5582D(__this, L_3, L_4, NULL);
V_0 = L_5;
// allNodes.Add(newNode);
List_1_t90487A8EA186417AA0A6F2B22B58D1BAE3334437* L_6;
L_6 = Graph_get_allNodes_m16F2C73330C293E5724E04C1185FAA62C74BDAF6(__this, NULL);
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_7 = V_0;
NullCheck(L_6);
List_1_Add_mE069CE1D96BC07AD2BC62FF3384707A24AE315A5_inline(L_6, L_7, List_1_Add_mE069CE1D96BC07AD2BC62FF3384707A24AE315A5_RuntimeMethod_var);
// if ( primeNode == null ) {
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_8;
L_8 = Graph_get_primeNode_mD442F7DA2FE8A6F5210F97A2F7563C835B5BAFC1(__this, NULL);
if (L_8)
{
goto IL_0034;
}
}
{
// primeNode = newNode;
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_9 = V_0;
Graph_set_primeNode_m7EEE10C13637E907810FD86B9E8486B074A25962(__this, L_9, NULL);
}
IL_0034:
{
// UpdateNodeIDs(false);
Graph_UpdateNodeIDs_m1D449F68DE2FC98740D49C6F8791F1860B593276(__this, (bool)0, NULL);
// return newNode;
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_10 = V_0;
return L_10;
}
}
// System.Void NodeCanvas.Framework.Graph::RemoveNode(NodeCanvas.Framework.Node,System.Boolean,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Graph_RemoveNode_mD1B53BB2E29FCF39A567E0E23AFE34FABBCC1A08 (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* ___0_node, bool ___1_recordUndo, bool ___2_force, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_Count_TisNode_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8_m5C8BBBFEA338AA4A174587C89307E5F56C6F5A81_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_Where_TisNode_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8_m974AFD5A11BE97105F90CC3BDA21B04A950C7994_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_tD3E7CDEEA1726BF1BD49AF012C291CE83DC4D942_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Contains_m2A0D35682C3CBAA9171F59728AE8D5B0BBBA28A5_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Remove_mDD9E9D0183F118374408BCB0F47B74F75D394465_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_mC96ADDB2914B9FADC03D3A91F7B5B647995A2E5C_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m10CB933550CAAA86A0E326BF1DECE5E7DE263E0E_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectionTools_RTIsDefined_TisProtectedSingletonAttribute_tF92899EBFF87A5DD1CA88990EB6CA549FA2E1DD4_m724149783C98C1721D0418FFA0DD508A88D01183_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectionTools_tE12B5251BB48C3A8B99BC5D4278C46DADBBF905A_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass211_0_U3CRemoveNodeU3Eb__0_m904282ABA13B546C86D76369E1B617D35A4CEE96_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass211_0_tE7BCD680E06FE349AA2FBB1FEF736AC9C6D43775_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
U3CU3Ec__DisplayClass211_0_tE7BCD680E06FE349AA2FBB1FEF736AC9C6D43775* V_0 = NULL;
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* V_1 = NULL;
int32_t V_2 = 0;
int32_t V_3 = 0;
{
U3CU3Ec__DisplayClass211_0_tE7BCD680E06FE349AA2FBB1FEF736AC9C6D43775* L_0 = (U3CU3Ec__DisplayClass211_0_tE7BCD680E06FE349AA2FBB1FEF736AC9C6D43775*)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass211_0_tE7BCD680E06FE349AA2FBB1FEF736AC9C6D43775_il2cpp_TypeInfo_var);
NullCheck(L_0);
U3CU3Ec__DisplayClass211_0__ctor_m8C057C5A5B18EE930E7FD8D55AA2F7EE777FA88F(L_0, NULL);
V_0 = L_0;
U3CU3Ec__DisplayClass211_0_tE7BCD680E06FE349AA2FBB1FEF736AC9C6D43775* L_1 = V_0;
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_2 = ___0_node;
NullCheck(L_1);
L_1->___node_0 = L_2;
Il2CppCodeGenWriteBarrier((void**)(&L_1->___node_0), (void*)L_2);
// if ( !force && node.GetType().RTIsDefined<ParadoxNotion.Design.ProtectedSingletonAttribute>(true) ) {
bool L_3 = ___2_force;
if (L_3)
{
goto IL_0043;
}
}
{
U3CU3Ec__DisplayClass211_0_tE7BCD680E06FE349AA2FBB1FEF736AC9C6D43775* L_4 = V_0;
NullCheck(L_4);
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_5 = L_4->___node_0;
NullCheck(L_5);
Type_t* L_6;
L_6 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(L_5, NULL);
il2cpp_codegen_runtime_class_init_inline(ReflectionTools_tE12B5251BB48C3A8B99BC5D4278C46DADBBF905A_il2cpp_TypeInfo_var);
bool L_7;
L_7 = ReflectionTools_RTIsDefined_TisProtectedSingletonAttribute_tF92899EBFF87A5DD1CA88990EB6CA549FA2E1DD4_m724149783C98C1721D0418FFA0DD508A88D01183(L_6, (bool)1, ReflectionTools_RTIsDefined_TisProtectedSingletonAttribute_tF92899EBFF87A5DD1CA88990EB6CA549FA2E1DD4_m724149783C98C1721D0418FFA0DD508A88D01183_RuntimeMethod_var);
if (!L_7)
{
goto IL_0043;
}
}
{
// if ( allNodes.Where(n => n.GetType() == node.GetType()).Count() == 1 ) {
List_1_t90487A8EA186417AA0A6F2B22B58D1BAE3334437* L_8;
L_8 = Graph_get_allNodes_m16F2C73330C293E5724E04C1185FAA62C74BDAF6(__this, NULL);
U3CU3Ec__DisplayClass211_0_tE7BCD680E06FE349AA2FBB1FEF736AC9C6D43775* L_9 = V_0;
Func_2_tD3E7CDEEA1726BF1BD49AF012C291CE83DC4D942* L_10 = (Func_2_tD3E7CDEEA1726BF1BD49AF012C291CE83DC4D942*)il2cpp_codegen_object_new(Func_2_tD3E7CDEEA1726BF1BD49AF012C291CE83DC4D942_il2cpp_TypeInfo_var);
NullCheck(L_10);
Func_2__ctor_m9AC5DDE74645CF6F841560321B0D6861D2D38FCB(L_10, L_9, (intptr_t)((void*)U3CU3Ec__DisplayClass211_0_U3CRemoveNodeU3Eb__0_m904282ABA13B546C86D76369E1B617D35A4CEE96_RuntimeMethod_var), NULL);
RuntimeObject* L_11;
L_11 = Enumerable_Where_TisNode_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8_m974AFD5A11BE97105F90CC3BDA21B04A950C7994(L_8, L_10, Enumerable_Where_TisNode_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8_m974AFD5A11BE97105F90CC3BDA21B04A950C7994_RuntimeMethod_var);
int32_t L_12;
L_12 = Enumerable_Count_TisNode_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8_m5C8BBBFEA338AA4A174587C89307E5F56C6F5A81(L_11, Enumerable_Count_TisNode_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8_m5C8BBBFEA338AA4A174587C89307E5F56C6F5A81_RuntimeMethod_var);
if ((!(((uint32_t)L_12) == ((uint32_t)1))))
{
goto IL_0043;
}
}
{
// return;
return;
}
IL_0043:
{
// if ( !allNodes.Contains(node) ) {
List_1_t90487A8EA186417AA0A6F2B22B58D1BAE3334437* L_13;
L_13 = Graph_get_allNodes_m16F2C73330C293E5724E04C1185FAA62C74BDAF6(__this, NULL);
U3CU3Ec__DisplayClass211_0_tE7BCD680E06FE349AA2FBB1FEF736AC9C6D43775* L_14 = V_0;
NullCheck(L_14);
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_15 = L_14->___node_0;
NullCheck(L_13);
bool L_16;
L_16 = List_1_Contains_m2A0D35682C3CBAA9171F59728AE8D5B0BBBA28A5(L_13, L_15, List_1_Contains_m2A0D35682C3CBAA9171F59728AE8D5B0BBBA28A5_RuntimeMethod_var);
if (L_16)
{
goto IL_0057;
}
}
{
// return;
return;
}
IL_0057:
{
// if ( !Application.isPlaying ) {
bool L_17;
L_17 = Application_get_isPlaying_m25B0ABDFEF54F5370CD3F263A813540843D00F34(NULL);
if (L_17)
{
goto IL_00f3;
}
}
{
// if ( isTree && node.inConnections.Count == 1 && node.outConnections.Count == 1 ) {
bool L_18;
L_18 = VirtualFuncInvoker0< bool >::Invoke(17 /* System.Boolean NodeCanvas.Framework.Graph::get_isTree() */, __this);
if (!L_18)
{
goto IL_00f3;
}
}
{
U3CU3Ec__DisplayClass211_0_tE7BCD680E06FE349AA2FBB1FEF736AC9C6D43775* L_19 = V_0;
NullCheck(L_19);
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_20 = L_19->___node_0;
NullCheck(L_20);
List_1_t619EB3258C7F1EBD15A485EA09888BE9FC87AC7E* L_21;
L_21 = Node_get_inConnections_mDC21880D8511412E49EB8D4E615D1B5EFD9A668F_inline(L_20, NULL);
NullCheck(L_21);
int32_t L_22;
L_22 = List_1_get_Count_mC96ADDB2914B9FADC03D3A91F7B5B647995A2E5C_inline(L_21, List_1_get_Count_mC96ADDB2914B9FADC03D3A91F7B5B647995A2E5C_RuntimeMethod_var);
if ((!(((uint32_t)L_22) == ((uint32_t)1))))
{
goto IL_00f3;
}
}
{
U3CU3Ec__DisplayClass211_0_tE7BCD680E06FE349AA2FBB1FEF736AC9C6D43775* L_23 = V_0;
NullCheck(L_23);
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_24 = L_23->___node_0;
NullCheck(L_24);
List_1_t619EB3258C7F1EBD15A485EA09888BE9FC87AC7E* L_25;
L_25 = Node_get_outConnections_mBD92942B179E5297C07F297E1D0F2F0946A8F7EE_inline(L_24, NULL);
NullCheck(L_25);
int32_t L_26;
L_26 = List_1_get_Count_mC96ADDB2914B9FADC03D3A91F7B5B647995A2E5C_inline(L_25, List_1_get_Count_mC96ADDB2914B9FADC03D3A91F7B5B647995A2E5C_RuntimeMethod_var);
if ((!(((uint32_t)L_26) == ((uint32_t)1))))
{
goto IL_00f3;
}
}
{
// var relinkNode = node.outConnections[0].targetNode;
U3CU3Ec__DisplayClass211_0_tE7BCD680E06FE349AA2FBB1FEF736AC9C6D43775* L_27 = V_0;
NullCheck(L_27);
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_28 = L_27->___node_0;
NullCheck(L_28);
List_1_t619EB3258C7F1EBD15A485EA09888BE9FC87AC7E* L_29;
L_29 = Node_get_outConnections_mBD92942B179E5297C07F297E1D0F2F0946A8F7EE_inline(L_28, NULL);
NullCheck(L_29);
Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D* L_30;
L_30 = List_1_get_Item_m10CB933550CAAA86A0E326BF1DECE5E7DE263E0E(L_29, 0, List_1_get_Item_m10CB933550CAAA86A0E326BF1DECE5E7DE263E0E_RuntimeMethod_var);
NullCheck(L_30);
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_31;
L_31 = Connection_get_targetNode_m6497814C735802779A09743F85F194212C0606F2_inline(L_30, NULL);
V_1 = L_31;
// if ( relinkNode != node.inConnections[0].sourceNode ) {
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_32 = V_1;
U3CU3Ec__DisplayClass211_0_tE7BCD680E06FE349AA2FBB1FEF736AC9C6D43775* L_33 = V_0;
NullCheck(L_33);
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_34 = L_33->___node_0;
NullCheck(L_34);
List_1_t619EB3258C7F1EBD15A485EA09888BE9FC87AC7E* L_35;
L_35 = Node_get_inConnections_mDC21880D8511412E49EB8D4E615D1B5EFD9A668F_inline(L_34, NULL);
NullCheck(L_35);
Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D* L_36;
L_36 = List_1_get_Item_m10CB933550CAAA86A0E326BF1DECE5E7DE263E0E(L_35, 0, List_1_get_Item_m10CB933550CAAA86A0E326BF1DECE5E7DE263E0E_RuntimeMethod_var);
NullCheck(L_36);
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_37;
L_37 = Connection_get_sourceNode_m8AAB4D86A1F7E4AA641DD4D54B6288412058A10D_inline(L_36, NULL);
if ((((RuntimeObject*)(Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8*)L_32) == ((RuntimeObject*)(Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8*)L_37)))
{
goto IL_00f3;
}
}
{
// RemoveConnection(node.outConnections[0]);
U3CU3Ec__DisplayClass211_0_tE7BCD680E06FE349AA2FBB1FEF736AC9C6D43775* L_38 = V_0;
NullCheck(L_38);
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_39 = L_38->___node_0;
NullCheck(L_39);
List_1_t619EB3258C7F1EBD15A485EA09888BE9FC87AC7E* L_40;
L_40 = Node_get_outConnections_mBD92942B179E5297C07F297E1D0F2F0946A8F7EE_inline(L_39, NULL);
NullCheck(L_40);
Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D* L_41;
L_41 = List_1_get_Item_m10CB933550CAAA86A0E326BF1DECE5E7DE263E0E(L_40, 0, List_1_get_Item_m10CB933550CAAA86A0E326BF1DECE5E7DE263E0E_RuntimeMethod_var);
Graph_RemoveConnection_m63E3F6B0E21D745084F7A0D531C589D3F6BBF814(__this, L_41, (bool)1, NULL);
// node.inConnections[0].SetTargetNode(relinkNode);
U3CU3Ec__DisplayClass211_0_tE7BCD680E06FE349AA2FBB1FEF736AC9C6D43775* L_42 = V_0;
NullCheck(L_42);
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_43 = L_42->___node_0;
NullCheck(L_43);
List_1_t619EB3258C7F1EBD15A485EA09888BE9FC87AC7E* L_44;
L_44 = Node_get_inConnections_mDC21880D8511412E49EB8D4E615D1B5EFD9A668F_inline(L_43, NULL);
NullCheck(L_44);
Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D* L_45;
L_45 = List_1_get_Item_m10CB933550CAAA86A0E326BF1DECE5E7DE263E0E(L_44, 0, List_1_get_Item_m10CB933550CAAA86A0E326BF1DECE5E7DE263E0E_RuntimeMethod_var);
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_46 = V_1;
NullCheck(L_45);
int32_t L_47;
L_47 = Connection_SetTargetNode_m663251B96A6F05651BEEC8C8E47DD7BA4E9B76E2(L_45, L_46, (-1), NULL);
}
IL_00f3:
{
// node.OnDestroy();
U3CU3Ec__DisplayClass211_0_tE7BCD680E06FE349AA2FBB1FEF736AC9C6D43775* L_48 = V_0;
NullCheck(L_48);
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_49 = L_48->___node_0;
NullCheck(L_49);
VirtualActionInvoker0::Invoke(28 /* System.Void NodeCanvas.Framework.Node::OnDestroy() */, L_49);
// for ( var i = node.inConnections.Count; i-- > 0; ) {
U3CU3Ec__DisplayClass211_0_tE7BCD680E06FE349AA2FBB1FEF736AC9C6D43775* L_50 = V_0;
NullCheck(L_50);
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_51 = L_50->___node_0;
NullCheck(L_51);
List_1_t619EB3258C7F1EBD15A485EA09888BE9FC87AC7E* L_52;
L_52 = Node_get_inConnections_mDC21880D8511412E49EB8D4E615D1B5EFD9A668F_inline(L_51, NULL);
NullCheck(L_52);
int32_t L_53;
L_53 = List_1_get_Count_mC96ADDB2914B9FADC03D3A91F7B5B647995A2E5C_inline(L_52, List_1_get_Count_mC96ADDB2914B9FADC03D3A91F7B5B647995A2E5C_RuntimeMethod_var);
V_2 = L_53;
goto IL_0129;
}
IL_0111:
{
// RemoveConnection(node.inConnections[i]);
U3CU3Ec__DisplayClass211_0_tE7BCD680E06FE349AA2FBB1FEF736AC9C6D43775* L_54 = V_0;
NullCheck(L_54);
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_55 = L_54->___node_0;
NullCheck(L_55);
List_1_t619EB3258C7F1EBD15A485EA09888BE9FC87AC7E* L_56;
L_56 = Node_get_inConnections_mDC21880D8511412E49EB8D4E615D1B5EFD9A668F_inline(L_55, NULL);
int32_t L_57 = V_2;
NullCheck(L_56);
Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D* L_58;
L_58 = List_1_get_Item_m10CB933550CAAA86A0E326BF1DECE5E7DE263E0E(L_56, L_57, List_1_get_Item_m10CB933550CAAA86A0E326BF1DECE5E7DE263E0E_RuntimeMethod_var);
Graph_RemoveConnection_m63E3F6B0E21D745084F7A0D531C589D3F6BBF814(__this, L_58, (bool)1, NULL);
}
IL_0129:
{
// for ( var i = node.inConnections.Count; i-- > 0; ) {
int32_t L_59 = V_2;
int32_t L_60 = L_59;
V_2 = ((int32_t)il2cpp_codegen_subtract(L_60, 1));
if ((((int32_t)L_60) > ((int32_t)0)))
{
goto IL_0111;
}
}
{
// for ( var i = node.outConnections.Count; i-- > 0; ) {
U3CU3Ec__DisplayClass211_0_tE7BCD680E06FE349AA2FBB1FEF736AC9C6D43775* L_61 = V_0;
NullCheck(L_61);
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_62 = L_61->___node_0;
NullCheck(L_62);
List_1_t619EB3258C7F1EBD15A485EA09888BE9FC87AC7E* L_63;
L_63 = Node_get_outConnections_mBD92942B179E5297C07F297E1D0F2F0946A8F7EE_inline(L_62, NULL);
NullCheck(L_63);
int32_t L_64;
L_64 = List_1_get_Count_mC96ADDB2914B9FADC03D3A91F7B5B647995A2E5C_inline(L_63, List_1_get_Count_mC96ADDB2914B9FADC03D3A91F7B5B647995A2E5C_RuntimeMethod_var);
V_3 = L_64;
goto IL_015c;
}
IL_0144:
{
// RemoveConnection(node.outConnections[i]);
U3CU3Ec__DisplayClass211_0_tE7BCD680E06FE349AA2FBB1FEF736AC9C6D43775* L_65 = V_0;
NullCheck(L_65);
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_66 = L_65->___node_0;
NullCheck(L_66);
List_1_t619EB3258C7F1EBD15A485EA09888BE9FC87AC7E* L_67;
L_67 = Node_get_outConnections_mBD92942B179E5297C07F297E1D0F2F0946A8F7EE_inline(L_66, NULL);
int32_t L_68 = V_3;
NullCheck(L_67);
Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D* L_69;
L_69 = List_1_get_Item_m10CB933550CAAA86A0E326BF1DECE5E7DE263E0E(L_67, L_68, List_1_get_Item_m10CB933550CAAA86A0E326BF1DECE5E7DE263E0E_RuntimeMethod_var);
Graph_RemoveConnection_m63E3F6B0E21D745084F7A0D531C589D3F6BBF814(__this, L_69, (bool)1, NULL);
}
IL_015c:
{
// for ( var i = node.outConnections.Count; i-- > 0; ) {
int32_t L_70 = V_3;
int32_t L_71 = L_70;
V_3 = ((int32_t)il2cpp_codegen_subtract(L_71, 1));
if ((((int32_t)L_71) > ((int32_t)0)))
{
goto IL_0144;
}
}
{
// if ( recordUndo ) { UndoUtility.RecordObject(this, "Delete Node"); }
bool L_72 = ___1_recordUndo;
// allNodes.Remove(node);
List_1_t90487A8EA186417AA0A6F2B22B58D1BAE3334437* L_73;
L_73 = Graph_get_allNodes_m16F2C73330C293E5724E04C1185FAA62C74BDAF6(__this, NULL);
U3CU3Ec__DisplayClass211_0_tE7BCD680E06FE349AA2FBB1FEF736AC9C6D43775* L_74 = V_0;
NullCheck(L_74);
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_75 = L_74->___node_0;
NullCheck(L_73);
bool L_76;
L_76 = List_1_Remove_mDD9E9D0183F118374408BCB0F47B74F75D394465(L_73, L_75, List_1_Remove_mDD9E9D0183F118374408BCB0F47B74F75D394465_RuntimeMethod_var);
// if ( node == primeNode ) {
U3CU3Ec__DisplayClass211_0_tE7BCD680E06FE349AA2FBB1FEF736AC9C6D43775* L_77 = V_0;
NullCheck(L_77);
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_78 = L_77->___node_0;
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_79;
L_79 = Graph_get_primeNode_mD442F7DA2FE8A6F5210F97A2F7563C835B5BAFC1(__this, NULL);
if ((!(((RuntimeObject*)(Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8*)L_78) == ((RuntimeObject*)(Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8*)L_79))))
{
goto IL_019f;
}
}
{
// primeNode = GetNodeWithID(primeNode.ID + 1);
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_80;
L_80 = Graph_get_primeNode_mD442F7DA2FE8A6F5210F97A2F7563C835B5BAFC1(__this, NULL);
NullCheck(L_80);
int32_t L_81;
L_81 = Node_get_ID_m1C2CE6645F79C1FBCFDEA0B2CBAE95EB3A7C0E26_inline(L_80, NULL);
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_82;
L_82 = Graph_GetNodeWithID_m8B2061D850F06DB5D8DEC2F080D72C23912B852A(__this, ((int32_t)il2cpp_codegen_add(L_81, 1)), NULL);
Graph_set_primeNode_m7EEE10C13637E907810FD86B9E8486B074A25962(__this, L_82, NULL);
}
IL_019f:
{
// UpdateNodeIDs(false);
Graph_UpdateNodeIDs_m1D449F68DE2FC98740D49C6F8791F1860B593276(__this, (bool)0, NULL);
// }
return;
}
}
// NodeCanvas.Framework.Connection NodeCanvas.Framework.Graph::ConnectNodes(NodeCanvas.Framework.Node,NodeCanvas.Framework.Node,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D* Graph_ConnectNodes_mA089261A7969075309077E8FF2F36A1430C728EF (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* ___0_sourceNode, Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* ___1_targetNode, int32_t ___2_sourceIndex, int32_t ___3_targetIndex, const RuntimeMethod* method)
{
{
// if ( Node.IsNewConnectionAllowed(sourceNode, targetNode) == false ) {
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_0 = ___0_sourceNode;
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_1 = ___1_targetNode;
bool L_2;
L_2 = Node_IsNewConnectionAllowed_mB4738504CC7B8F7ADC57F35AEEB55AA032129810(L_0, L_1, (Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D*)NULL, NULL);
if (L_2)
{
goto IL_000c;
}
}
{
// return null;
return (Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D*)NULL;
}
IL_000c:
{
// var newConnection = Connection.Create(sourceNode, targetNode, sourceIndex, targetIndex);
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_3 = ___0_sourceNode;
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_4 = ___1_targetNode;
int32_t L_5 = ___2_sourceIndex;
int32_t L_6 = ___3_targetIndex;
Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D* L_7;
L_7 = Connection_Create_m833585BEBA537B86FCB261CB272D567849B7443C(L_3, L_4, L_5, L_6, NULL);
// UpdateNodeIDs(false);
Graph_UpdateNodeIDs_m1D449F68DE2FC98740D49C6F8791F1860B593276(__this, (bool)0, NULL);
// return newConnection;
return L_7;
}
}
// System.Void NodeCanvas.Framework.Graph::RemoveConnection(NodeCanvas.Framework.Connection,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Graph_RemoveConnection_m63E3F6B0E21D745084F7A0D531C589D3F6BBF814 (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D* ___0_connection, bool ___1_recordUndo, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_IndexOf_m9016DF4B8B91C027A818053D47F29E55078D2B42_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Remove_mA20F1D76FE16ACB10B9FCABCA0607A339C23F495_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
// if ( Application.isPlaying ) {
bool L_0;
L_0 = Application_get_isPlaying_m25B0ABDFEF54F5370CD3F263A813540843D00F34(NULL);
if (!L_0)
{
goto IL_000e;
}
}
{
// connection.Reset();
Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D* L_1 = ___0_connection;
NullCheck(L_1);
Connection_Reset_m1F1F0FCB268CE47503C3206CC1EAFE9FDD670CA7(L_1, (bool)1, NULL);
}
IL_000e:
{
// if ( recordUndo ) { UndoUtility.RecordObject(this, "Remove Connection"); }
bool L_2 = ___1_recordUndo;
// connection.OnDestroy();
Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D* L_3 = ___0_connection;
NullCheck(L_3);
VirtualActionInvoker0::Invoke(10 /* System.Void NodeCanvas.Framework.Connection::OnDestroy() */, L_3);
// connection.sourceNode.OnChildDisconnected(connection.sourceNode.outConnections.IndexOf(connection));
Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D* L_4 = ___0_connection;
NullCheck(L_4);
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_5;
L_5 = Connection_get_sourceNode_m8AAB4D86A1F7E4AA641DD4D54B6288412058A10D_inline(L_4, NULL);
Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D* L_6 = ___0_connection;
NullCheck(L_6);
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_7;
L_7 = Connection_get_sourceNode_m8AAB4D86A1F7E4AA641DD4D54B6288412058A10D_inline(L_6, NULL);
NullCheck(L_7);
List_1_t619EB3258C7F1EBD15A485EA09888BE9FC87AC7E* L_8;
L_8 = Node_get_outConnections_mBD92942B179E5297C07F297E1D0F2F0946A8F7EE_inline(L_7, NULL);
Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D* L_9 = ___0_connection;
NullCheck(L_8);
int32_t L_10;
L_10 = List_1_IndexOf_m9016DF4B8B91C027A818053D47F29E55078D2B42(L_8, L_9, List_1_IndexOf_m9016DF4B8B91C027A818053D47F29E55078D2B42_RuntimeMethod_var);
NullCheck(L_5);
VirtualActionInvoker1< int32_t >::Invoke(32 /* System.Void NodeCanvas.Framework.Node::OnChildDisconnected(System.Int32) */, L_5, L_10);
// connection.targetNode.OnParentDisconnected(connection.targetNode.inConnections.IndexOf(connection));
Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D* L_11 = ___0_connection;
NullCheck(L_11);
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_12;
L_12 = Connection_get_targetNode_m6497814C735802779A09743F85F194212C0606F2_inline(L_11, NULL);
Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D* L_13 = ___0_connection;
NullCheck(L_13);
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_14;
L_14 = Connection_get_targetNode_m6497814C735802779A09743F85F194212C0606F2_inline(L_13, NULL);
NullCheck(L_14);
List_1_t619EB3258C7F1EBD15A485EA09888BE9FC87AC7E* L_15;
L_15 = Node_get_inConnections_mDC21880D8511412E49EB8D4E615D1B5EFD9A668F_inline(L_14, NULL);
Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D* L_16 = ___0_connection;
NullCheck(L_15);
int32_t L_17;
L_17 = List_1_IndexOf_m9016DF4B8B91C027A818053D47F29E55078D2B42(L_15, L_16, List_1_IndexOf_m9016DF4B8B91C027A818053D47F29E55078D2B42_RuntimeMethod_var);
NullCheck(L_12);
VirtualActionInvoker1< int32_t >::Invoke(30 /* System.Void NodeCanvas.Framework.Node::OnParentDisconnected(System.Int32) */, L_12, L_17);
// connection.sourceNode.outConnections.Remove(connection);
Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D* L_18 = ___0_connection;
NullCheck(L_18);
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_19;
L_19 = Connection_get_sourceNode_m8AAB4D86A1F7E4AA641DD4D54B6288412058A10D_inline(L_18, NULL);
NullCheck(L_19);
List_1_t619EB3258C7F1EBD15A485EA09888BE9FC87AC7E* L_20;
L_20 = Node_get_outConnections_mBD92942B179E5297C07F297E1D0F2F0946A8F7EE_inline(L_19, NULL);
Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D* L_21 = ___0_connection;
NullCheck(L_20);
bool L_22;
L_22 = List_1_Remove_mA20F1D76FE16ACB10B9FCABCA0607A339C23F495(L_20, L_21, List_1_Remove_mA20F1D76FE16ACB10B9FCABCA0607A339C23F495_RuntimeMethod_var);
// connection.targetNode.inConnections.Remove(connection);
Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D* L_23 = ___0_connection;
NullCheck(L_23);
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_24;
L_24 = Connection_get_targetNode_m6497814C735802779A09743F85F194212C0606F2_inline(L_23, NULL);
NullCheck(L_24);
List_1_t619EB3258C7F1EBD15A485EA09888BE9FC87AC7E* L_25;
L_25 = Node_get_inConnections_mDC21880D8511412E49EB8D4E615D1B5EFD9A668F_inline(L_24, NULL);
Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D* L_26 = ___0_connection;
NullCheck(L_25);
bool L_27;
L_27 = List_1_Remove_mA20F1D76FE16ACB10B9FCABCA0607A339C23F495(L_25, L_26, List_1_Remove_mA20F1D76FE16ACB10B9FCABCA0607A339C23F495_RuntimeMethod_var);
// UpdateNodeIDs(false);
Graph_UpdateNodeIDs_m1D449F68DE2FC98740D49C6F8791F1860B593276(__this, (bool)0, NULL);
// }
return;
}
}
// System.Collections.Generic.List`1<NodeCanvas.Framework.Node> NodeCanvas.Framework.Graph::CloneNodes(System.Collections.Generic.List`1<NodeCanvas.Framework.Node>,NodeCanvas.Framework.Graph,UnityEngine.Vector2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_t90487A8EA186417AA0A6F2B22B58D1BAE3334437* Graph_CloneNodes_m39A335E50339C375C25B2B22C2B4A6EACEDAA0D3 (List_1_t90487A8EA186417AA0A6F2B22B58D1BAE3334437* ___0_originalNodes, Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* ___1_targetGraph, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___2_originPosition, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_GetEnumerator_mD8EA7926E63CEF46448E7D56C2C1469D1DE041A8_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_m13F22486BDA23D56438669225FF35057A44BD92E_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_set_Item_m55AF731281FDD1B04900AF74117CDC083FC44151_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_tD87BFBED927A7DF2C98934882FEE5B7219B27295_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_Any_TisNode_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8_m4017DF89BC5FA889472690F83A4334E1F5C8E1E7_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m14E1F9AB87A69186F0F33417870A77202AC657F7_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m695B62553C94CD812A3EA54E4E3399FF95B6456E_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_mEA7FA64B74C84AE9B96913884B65ADA4E2BD1716_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_m07B46C738E7D984A3F7C9983B743B3C538421C3C_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_m74A1A00DA94A5CFCC6FEFA8DB0273073FEC22C8A_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_mCF980AA36CA0AFDB2B44B6C7713458B398F7FD58_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m4BC0D169BCFF7DC22C4E8990F2ED1F893984B45D_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m6F2FC86D886183CDF35D6A22E662025222C0DC49_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_mD90B56B712E8B515B3636F61EAE0944B3F1B1D61_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_tD3E7CDEEA1726BF1BD49AF012C291CE83DC4D942_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JSONSerializer_Clone_TisNode_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8_mC3D40722C18D081E65BC71D82FC110966663132D_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JSONSerializer_t41C2A6A19CE244C486DCA145CEF08B6A4C8CAA0F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyValuePair_2__ctor_m3C86D5D8BB0D1118068E83ED43D64F4E64E7C221_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyValuePair_2_get_Key_m5A886C4B3E54DEA04D456E49D7FB92A4545FCD8F_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyValuePair_2_get_Key_m9C25DC22AB1CADB9A5E852AD61B5600AF73F4FF6_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyValuePair_2_get_Value_m83DA000FF3605DAD9160D02FB36863DF77DB468A_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyValuePair_2_get_Value_mFDE82D223F4B3E824CA6F0B4D2871667012903EE_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mE069CE1D96BC07AD2BC62FF3384707A24AE315A5_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_GetEnumerator_m800565FC32EE083AB480F8C2A07E31AA661DDFBC_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_GetEnumerator_mFC8B56E797F71B95C595D1808F0D1A49D22A128A_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_IndexOf_m084878857FF8A6799C61CEAB3DA2116ABF8B5E27_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mF707AE7C482243841F338DB89342E5A39B1C84B0_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_mEAF0A2E85D550C81F0AB273862A6F9C2EA6F0D3A_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m9255414617C2AB53CD664FBA1177F6619233740A_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t90487A8EA186417AA0A6F2B22B58D1BAE3334437_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass214_0_U3CCloneNodesU3Eb__0_mF45581EA6F94A39B745D84A0B730F9890A90EC28_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass214_0_t9F0F42B648EEAE51628BEE31175C4982C2790732_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
U3CU3Ec__DisplayClass214_0_t9F0F42B648EEAE51628BEE31175C4982C2790732* V_0 = NULL;
List_1_t90487A8EA186417AA0A6F2B22B58D1BAE3334437* V_1 = NULL;
Dictionary_2_tD87BFBED927A7DF2C98934882FEE5B7219B27295* V_2 = NULL;
Enumerator_t3D27D75DE68B41FEB6AFC49A802F42032CECA660 V_3;
memset((&V_3), 0, sizeof(V_3));
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* V_4 = NULL;
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* V_5 = NULL;
Enumerator_tF82073725A10498AEE7CD48DA8817CB409E25C76 V_6;
memset((&V_6), 0, sizeof(V_6));
Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D* V_7 = NULL;
int32_t V_8 = 0;
int32_t V_9 = 0;
Enumerator_tA6D0EEBF997331E5FA7BA90EBA931AAA70AE9DD7 V_10;
memset((&V_10), 0, sizeof(V_10));
KeyValuePair_2_tE149B08555602A5DC470A2935E538BF3CB0548AA V_11;
memset((&V_11), 0, sizeof(V_11));
KeyValuePair_2_tA6BE5EEAC56CB97CB7383FCC3CC6C84FAF129189 V_12;
memset((&V_12), 0, sizeof(V_12));
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* V_13 = NULL;
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* V_14 = NULL;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_15;
memset((&V_15), 0, sizeof(V_15));
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_16;
memset((&V_16), 0, sizeof(V_16));
int32_t V_17 = 0;
int32_t V_18 = 0;
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* G_B8_0 = NULL;
{
U3CU3Ec__DisplayClass214_0_t9F0F42B648EEAE51628BEE31175C4982C2790732* L_0 = (U3CU3Ec__DisplayClass214_0_t9F0F42B648EEAE51628BEE31175C4982C2790732*)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass214_0_t9F0F42B648EEAE51628BEE31175C4982C2790732_il2cpp_TypeInfo_var);
NullCheck(L_0);
U3CU3Ec__DisplayClass214_0__ctor_m29FA757F8394AA8F82000711E16EB7755D0B35DE(L_0, NULL);
V_0 = L_0;
U3CU3Ec__DisplayClass214_0_t9F0F42B648EEAE51628BEE31175C4982C2790732* L_1 = V_0;
Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* L_2 = ___1_targetGraph;
NullCheck(L_1);
L_1->___targetGraph_0 = L_2;
Il2CppCodeGenWriteBarrier((void**)(&L_1->___targetGraph_0), (void*)L_2);
// if ( targetGraph != null ) {
U3CU3Ec__DisplayClass214_0_t9F0F42B648EEAE51628BEE31175C4982C2790732* L_3 = V_0;
NullCheck(L_3);
Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* L_4 = L_3->___targetGraph_0;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_5;
L_5 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_4, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
if (!L_5)
{
goto IL_0031;
}
}
{
// if ( originalNodes.Any(n => n.GetType().IsSubclassOf(targetGraph.baseNodeType) == false) ) {
List_1_t90487A8EA186417AA0A6F2B22B58D1BAE3334437* L_6 = ___0_originalNodes;
U3CU3Ec__DisplayClass214_0_t9F0F42B648EEAE51628BEE31175C4982C2790732* L_7 = V_0;
Func_2_tD3E7CDEEA1726BF1BD49AF012C291CE83DC4D942* L_8 = (Func_2_tD3E7CDEEA1726BF1BD49AF012C291CE83DC4D942*)il2cpp_codegen_object_new(Func_2_tD3E7CDEEA1726BF1BD49AF012C291CE83DC4D942_il2cpp_TypeInfo_var);
NullCheck(L_8);
Func_2__ctor_m9AC5DDE74645CF6F841560321B0D6861D2D38FCB(L_8, L_7, (intptr_t)((void*)U3CU3Ec__DisplayClass214_0_U3CCloneNodesU3Eb__0_mF45581EA6F94A39B745D84A0B730F9890A90EC28_RuntimeMethod_var), NULL);
bool L_9;
L_9 = Enumerable_Any_TisNode_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8_m4017DF89BC5FA889472690F83A4334E1F5C8E1E7(L_6, L_8, Enumerable_Any_TisNode_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8_m4017DF89BC5FA889472690F83A4334E1F5C8E1E7_RuntimeMethod_var);
if (!L_9)
{
goto IL_0031;
}
}
{
// return null;
return (List_1_t90487A8EA186417AA0A6F2B22B58D1BAE3334437*)NULL;
}
IL_0031:
{
// var newNodes = new List<Node>();
List_1_t90487A8EA186417AA0A6F2B22B58D1BAE3334437* L_10 = (List_1_t90487A8EA186417AA0A6F2B22B58D1BAE3334437*)il2cpp_codegen_object_new(List_1_t90487A8EA186417AA0A6F2B22B58D1BAE3334437_il2cpp_TypeInfo_var);
NullCheck(L_10);
List_1__ctor_mF707AE7C482243841F338DB89342E5A39B1C84B0(L_10, List_1__ctor_mF707AE7C482243841F338DB89342E5A39B1C84B0_RuntimeMethod_var);
V_1 = L_10;
// var linkInfo = new Dictionary<Connection, KeyValuePair<int, int>>();
Dictionary_2_tD87BFBED927A7DF2C98934882FEE5B7219B27295* L_11 = (Dictionary_2_tD87BFBED927A7DF2C98934882FEE5B7219B27295*)il2cpp_codegen_object_new(Dictionary_2_tD87BFBED927A7DF2C98934882FEE5B7219B27295_il2cpp_TypeInfo_var);
NullCheck(L_11);
Dictionary_2__ctor_m13F22486BDA23D56438669225FF35057A44BD92E(L_11, Dictionary_2__ctor_m13F22486BDA23D56438669225FF35057A44BD92E_RuntimeMethod_var);
V_2 = L_11;
// foreach ( var original in originalNodes ) {
List_1_t90487A8EA186417AA0A6F2B22B58D1BAE3334437* L_12 = ___0_originalNodes;
NullCheck(L_12);
Enumerator_t3D27D75DE68B41FEB6AFC49A802F42032CECA660 L_13;
L_13 = List_1_GetEnumerator_mFC8B56E797F71B95C595D1808F0D1A49D22A128A(L_12, List_1_GetEnumerator_mFC8B56E797F71B95C595D1808F0D1A49D22A128A_RuntimeMethod_var);
V_3 = L_13;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_00ef:
{// begin finally (depth: 1)
Enumerator_Dispose_m695B62553C94CD812A3EA54E4E3399FF95B6456E((&V_3), Enumerator_Dispose_m695B62553C94CD812A3EA54E4E3399FF95B6456E_RuntimeMethod_var);
return;
}// end finally (depth: 1)
});
try
{// begin try (depth: 1)
{
goto IL_00e1_1;
}
IL_0049_1:
{
// foreach ( var original in originalNodes ) {
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_14;
L_14 = Enumerator_get_Current_m6F2FC86D886183CDF35D6A22E662025222C0DC49_inline((&V_3), Enumerator_get_Current_m6F2FC86D886183CDF35D6A22E662025222C0DC49_RuntimeMethod_var);
V_4 = L_14;
// var newNode = targetGraph != null ? original.Duplicate(targetGraph) : JSONSerializer.Clone<Node>(original);
U3CU3Ec__DisplayClass214_0_t9F0F42B648EEAE51628BEE31175C4982C2790732* L_15 = V_0;
NullCheck(L_15);
Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* L_16 = L_15->___targetGraph_0;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_17;
L_17 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_16, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
if (L_17)
{
goto IL_0069_1;
}
}
{
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_18 = V_4;
il2cpp_codegen_runtime_class_init_inline(JSONSerializer_t41C2A6A19CE244C486DCA145CEF08B6A4C8CAA0F_il2cpp_TypeInfo_var);
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_19;
L_19 = JSONSerializer_Clone_TisNode_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8_mC3D40722C18D081E65BC71D82FC110966663132D(L_18, JSONSerializer_Clone_TisNode_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8_mC3D40722C18D081E65BC71D82FC110966663132D_RuntimeMethod_var);
G_B8_0 = L_19;
goto IL_0076_1;
}
IL_0069_1:
{
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_20 = V_4;
U3CU3Ec__DisplayClass214_0_t9F0F42B648EEAE51628BEE31175C4982C2790732* L_21 = V_0;
NullCheck(L_21);
Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* L_22 = L_21->___targetGraph_0;
NullCheck(L_20);
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_23;
L_23 = Node_Duplicate_m18FE9B9C106F6DB7BF98FE44466DE013020F9645(L_20, L_22, NULL);
G_B8_0 = L_23;
}
IL_0076_1:
{
V_5 = G_B8_0;
// newNodes.Add(newNode);
List_1_t90487A8EA186417AA0A6F2B22B58D1BAE3334437* L_24 = V_1;
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_25 = V_5;
NullCheck(L_24);
List_1_Add_mE069CE1D96BC07AD2BC62FF3384707A24AE315A5_inline(L_24, L_25, List_1_Add_mE069CE1D96BC07AD2BC62FF3384707A24AE315A5_RuntimeMethod_var);
// foreach ( var c in original.outConnections ) {
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_26 = V_4;
NullCheck(L_26);
List_1_t619EB3258C7F1EBD15A485EA09888BE9FC87AC7E* L_27;
L_27 = Node_get_outConnections_mBD92942B179E5297C07F297E1D0F2F0946A8F7EE_inline(L_26, NULL);
NullCheck(L_27);
Enumerator_tF82073725A10498AEE7CD48DA8817CB409E25C76 L_28;
L_28 = List_1_GetEnumerator_m800565FC32EE083AB480F8C2A07E31AA661DDFBC(L_27, List_1_GetEnumerator_m800565FC32EE083AB480F8C2A07E31AA661DDFBC_RuntimeMethod_var);
V_6 = L_28;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_00d3_1:
{// begin finally (depth: 2)
Enumerator_Dispose_m14E1F9AB87A69186F0F33417870A77202AC657F7((&V_6), Enumerator_Dispose_m14E1F9AB87A69186F0F33417870A77202AC657F7_RuntimeMethod_var);
return;
}// end finally (depth: 2)
});
try
{// begin try (depth: 2)
{
goto IL_00c8_2;
}
IL_0090_2:
{
// foreach ( var c in original.outConnections ) {
Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D* L_29;
L_29 = Enumerator_get_Current_mD90B56B712E8B515B3636F61EAE0944B3F1B1D61_inline((&V_6), Enumerator_get_Current_mD90B56B712E8B515B3636F61EAE0944B3F1B1D61_RuntimeMethod_var);
V_7 = L_29;
// var sourceIndex = originalNodes.IndexOf(c.sourceNode);
List_1_t90487A8EA186417AA0A6F2B22B58D1BAE3334437* L_30 = ___0_originalNodes;
Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D* L_31 = V_7;
NullCheck(L_31);
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_32;
L_32 = Connection_get_sourceNode_m8AAB4D86A1F7E4AA641DD4D54B6288412058A10D_inline(L_31, NULL);
NullCheck(L_30);
int32_t L_33;
L_33 = List_1_IndexOf_m084878857FF8A6799C61CEAB3DA2116ABF8B5E27(L_30, L_32, List_1_IndexOf_m084878857FF8A6799C61CEAB3DA2116ABF8B5E27_RuntimeMethod_var);
V_8 = L_33;
// var targetIndex = originalNodes.IndexOf(c.targetNode);
List_1_t90487A8EA186417AA0A6F2B22B58D1BAE3334437* L_34 = ___0_originalNodes;
Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D* L_35 = V_7;
NullCheck(L_35);
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_36;
L_36 = Connection_get_targetNode_m6497814C735802779A09743F85F194212C0606F2_inline(L_35, NULL);
NullCheck(L_34);
int32_t L_37;
L_37 = List_1_IndexOf_m084878857FF8A6799C61CEAB3DA2116ABF8B5E27(L_34, L_36, List_1_IndexOf_m084878857FF8A6799C61CEAB3DA2116ABF8B5E27_RuntimeMethod_var);
V_9 = L_37;
// linkInfo[c] = new KeyValuePair<int, int>(sourceIndex, targetIndex);
Dictionary_2_tD87BFBED927A7DF2C98934882FEE5B7219B27295* L_38 = V_2;
Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D* L_39 = V_7;
int32_t L_40 = V_8;
int32_t L_41 = V_9;
KeyValuePair_2_tA6BE5EEAC56CB97CB7383FCC3CC6C84FAF129189 L_42;
memset((&L_42), 0, sizeof(L_42));
KeyValuePair_2__ctor_m3C86D5D8BB0D1118068E83ED43D64F4E64E7C221((&L_42), L_40, L_41, /*hidden argument*/KeyValuePair_2__ctor_m3C86D5D8BB0D1118068E83ED43D64F4E64E7C221_RuntimeMethod_var);
NullCheck(L_38);
Dictionary_2_set_Item_m55AF731281FDD1B04900AF74117CDC083FC44151(L_38, L_39, L_42, Dictionary_2_set_Item_m55AF731281FDD1B04900AF74117CDC083FC44151_RuntimeMethod_var);
}
IL_00c8_2:
{
// foreach ( var c in original.outConnections ) {
bool L_43;
L_43 = Enumerator_MoveNext_mCF980AA36CA0AFDB2B44B6C7713458B398F7FD58((&V_6), Enumerator_MoveNext_mCF980AA36CA0AFDB2B44B6C7713458B398F7FD58_RuntimeMethod_var);
if (L_43)
{
goto IL_0090_2;
}
}
{
goto IL_00e1_1;
}
}// end try (depth: 2)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_00e1_1:
{
// foreach ( var original in originalNodes ) {
bool L_44;
L_44 = Enumerator_MoveNext_m74A1A00DA94A5CFCC6FEFA8DB0273073FEC22C8A((&V_3), Enumerator_MoveNext_m74A1A00DA94A5CFCC6FEFA8DB0273073FEC22C8A_RuntimeMethod_var);
if (L_44)
{
goto IL_0049_1;
}
}
{
goto IL_00fd;
}
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_00fd:
{
// foreach ( var linkPair in linkInfo ) {
Dictionary_2_tD87BFBED927A7DF2C98934882FEE5B7219B27295* L_45 = V_2;
NullCheck(L_45);
Enumerator_tA6D0EEBF997331E5FA7BA90EBA931AAA70AE9DD7 L_46;
L_46 = Dictionary_2_GetEnumerator_mD8EA7926E63CEF46448E7D56C2C1469D1DE041A8(L_45, Dictionary_2_GetEnumerator_mD8EA7926E63CEF46448E7D56C2C1469D1DE041A8_RuntimeMethod_var);
V_10 = L_46;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_016f:
{// begin finally (depth: 1)
Enumerator_Dispose_mEA7FA64B74C84AE9B96913884B65ADA4E2BD1716((&V_10), Enumerator_Dispose_mEA7FA64B74C84AE9B96913884B65ADA4E2BD1716_RuntimeMethod_var);
return;
}// end finally (depth: 1)
});
try
{// begin try (depth: 1)
{
goto IL_0164_1;
}
IL_0107_1:
{
// foreach ( var linkPair in linkInfo ) {
KeyValuePair_2_tE149B08555602A5DC470A2935E538BF3CB0548AA L_47;
L_47 = Enumerator_get_Current_m4BC0D169BCFF7DC22C4E8990F2ED1F893984B45D_inline((&V_10), Enumerator_get_Current_m4BC0D169BCFF7DC22C4E8990F2ED1F893984B45D_RuntimeMethod_var);
V_11 = L_47;
// if ( linkPair.Value.Value != -1 ) { //we check this to see if the target node is part of the duplicated nodes since IndexOf returns -1 if element is not part of the list
KeyValuePair_2_tA6BE5EEAC56CB97CB7383FCC3CC6C84FAF129189 L_48;
L_48 = KeyValuePair_2_get_Value_mFDE82D223F4B3E824CA6F0B4D2871667012903EE_inline((&V_11), KeyValuePair_2_get_Value_mFDE82D223F4B3E824CA6F0B4D2871667012903EE_RuntimeMethod_var);
V_12 = L_48;
int32_t L_49;
L_49 = KeyValuePair_2_get_Value_m83DA000FF3605DAD9160D02FB36863DF77DB468A_inline((&V_12), KeyValuePair_2_get_Value_m83DA000FF3605DAD9160D02FB36863DF77DB468A_RuntimeMethod_var);
if ((((int32_t)L_49) == ((int32_t)(-1))))
{
goto IL_0164_1;
}
}
{
// var newSource = newNodes[linkPair.Value.Key];
List_1_t90487A8EA186417AA0A6F2B22B58D1BAE3334437* L_50 = V_1;
KeyValuePair_2_tA6BE5EEAC56CB97CB7383FCC3CC6C84FAF129189 L_51;
L_51 = KeyValuePair_2_get_Value_mFDE82D223F4B3E824CA6F0B4D2871667012903EE_inline((&V_11), KeyValuePair_2_get_Value_mFDE82D223F4B3E824CA6F0B4D2871667012903EE_RuntimeMethod_var);
V_12 = L_51;
int32_t L_52;
L_52 = KeyValuePair_2_get_Key_m5A886C4B3E54DEA04D456E49D7FB92A4545FCD8F_inline((&V_12), KeyValuePair_2_get_Key_m5A886C4B3E54DEA04D456E49D7FB92A4545FCD8F_RuntimeMethod_var);
NullCheck(L_50);
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_53;
L_53 = List_1_get_Item_m9255414617C2AB53CD664FBA1177F6619233740A(L_50, L_52, List_1_get_Item_m9255414617C2AB53CD664FBA1177F6619233740A_RuntimeMethod_var);
V_13 = L_53;
// var newTarget = newNodes[linkPair.Value.Value];
List_1_t90487A8EA186417AA0A6F2B22B58D1BAE3334437* L_54 = V_1;
KeyValuePair_2_tA6BE5EEAC56CB97CB7383FCC3CC6C84FAF129189 L_55;
L_55 = KeyValuePair_2_get_Value_mFDE82D223F4B3E824CA6F0B4D2871667012903EE_inline((&V_11), KeyValuePair_2_get_Value_mFDE82D223F4B3E824CA6F0B4D2871667012903EE_RuntimeMethod_var);
V_12 = L_55;
int32_t L_56;
L_56 = KeyValuePair_2_get_Value_m83DA000FF3605DAD9160D02FB36863DF77DB468A_inline((&V_12), KeyValuePair_2_get_Value_m83DA000FF3605DAD9160D02FB36863DF77DB468A_RuntimeMethod_var);
NullCheck(L_54);
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_57;
L_57 = List_1_get_Item_m9255414617C2AB53CD664FBA1177F6619233740A(L_54, L_56, List_1_get_Item_m9255414617C2AB53CD664FBA1177F6619233740A_RuntimeMethod_var);
V_14 = L_57;
// linkPair.Key.Duplicate(newSource, newTarget);
Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D* L_58;
L_58 = KeyValuePair_2_get_Key_m9C25DC22AB1CADB9A5E852AD61B5600AF73F4FF6_inline((&V_11), KeyValuePair_2_get_Key_m9C25DC22AB1CADB9A5E852AD61B5600AF73F4FF6_RuntimeMethod_var);
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_59 = V_13;
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_60 = V_14;
NullCheck(L_58);
Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D* L_61;
L_61 = Connection_Duplicate_mB9AFCBE7698066A8E980BA6CCD834929686E6D62(L_58, L_59, L_60, NULL);
}
IL_0164_1:
{
// foreach ( var linkPair in linkInfo ) {
bool L_62;
L_62 = Enumerator_MoveNext_m07B46C738E7D984A3F7C9983B743B3C538421C3C((&V_10), Enumerator_MoveNext_m07B46C738E7D984A3F7C9983B743B3C538421C3C_RuntimeMethod_var);
if (L_62)
{
goto IL_0107_1;
}
}
{
goto IL_017d;
}
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_017d:
{
// if ( originPosition != default(Vector2) && newNodes.Count > 0 ) {
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_63 = ___2_originPosition;
il2cpp_codegen_initobj((&V_15), sizeof(Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7));
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_64 = V_15;
bool L_65;
L_65 = Vector2_op_Inequality_mBEA93B5A0E954FEFB863DC61CB209119980EC713_inline(L_63, L_64, NULL);
if (!L_65)
{
goto IL_0200;
}
}
{
List_1_t90487A8EA186417AA0A6F2B22B58D1BAE3334437* L_66 = V_1;
NullCheck(L_66);
int32_t L_67;
L_67 = List_1_get_Count_mEAF0A2E85D550C81F0AB273862A6F9C2EA6F0D3A_inline(L_66, List_1_get_Count_mEAF0A2E85D550C81F0AB273862A6F9C2EA6F0D3A_RuntimeMethod_var);
if ((((int32_t)L_67) <= ((int32_t)0)))
{
goto IL_0200;
}
}
{
// if ( newNodes.Count == 1 ) {
List_1_t90487A8EA186417AA0A6F2B22B58D1BAE3334437* L_68 = V_1;
NullCheck(L_68);
int32_t L_69;
L_69 = List_1_get_Count_mEAF0A2E85D550C81F0AB273862A6F9C2EA6F0D3A_inline(L_68, List_1_get_Count_mEAF0A2E85D550C81F0AB273862A6F9C2EA6F0D3A_RuntimeMethod_var);
if ((!(((uint32_t)L_69) == ((uint32_t)1))))
{
goto IL_01b0;
}
}
{
// newNodes[0].position = originPosition;
List_1_t90487A8EA186417AA0A6F2B22B58D1BAE3334437* L_70 = V_1;
NullCheck(L_70);
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_71;
L_71 = List_1_get_Item_m9255414617C2AB53CD664FBA1177F6619233740A(L_70, 0, List_1_get_Item_m9255414617C2AB53CD664FBA1177F6619233740A_RuntimeMethod_var);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_72 = ___2_originPosition;
NullCheck(L_71);
Node_set_position_m344223FBF8B08FBF88CB9FEB05B6B7EEA24E4033_inline(L_71, L_72, NULL);
goto IL_0200;
}
IL_01b0:
{
// var diff = newNodes[0].position - originPosition;
List_1_t90487A8EA186417AA0A6F2B22B58D1BAE3334437* L_73 = V_1;
NullCheck(L_73);
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_74;
L_74 = List_1_get_Item_m9255414617C2AB53CD664FBA1177F6619233740A(L_73, 0, List_1_get_Item_m9255414617C2AB53CD664FBA1177F6619233740A_RuntimeMethod_var);
NullCheck(L_74);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_75;
L_75 = Node_get_position_mB0B0C10C0BEEBD82E7CCEB0F01D1BFA95EFFB429_inline(L_74, NULL);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_76 = ___2_originPosition;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_77;
L_77 = Vector2_op_Subtraction_m44475FCDAD2DA2F98D78A6625EC2DCDFE8803837_inline(L_75, L_76, NULL);
V_16 = L_77;
// newNodes[0].position = originPosition;
List_1_t90487A8EA186417AA0A6F2B22B58D1BAE3334437* L_78 = V_1;
NullCheck(L_78);
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_79;
L_79 = List_1_get_Item_m9255414617C2AB53CD664FBA1177F6619233740A(L_78, 0, List_1_get_Item_m9255414617C2AB53CD664FBA1177F6619233740A_RuntimeMethod_var);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_80 = ___2_originPosition;
NullCheck(L_79);
Node_set_position_m344223FBF8B08FBF88CB9FEB05B6B7EEA24E4033_inline(L_79, L_80, NULL);
// for ( var i = 1; i < newNodes.Count; i++ ) {
V_17 = 1;
goto IL_01f6;
}
IL_01d6:
{
// newNodes[i].position -= diff;
List_1_t90487A8EA186417AA0A6F2B22B58D1BAE3334437* L_81 = V_1;
int32_t L_82 = V_17;
NullCheck(L_81);
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_83;
L_83 = List_1_get_Item_m9255414617C2AB53CD664FBA1177F6619233740A(L_81, L_82, List_1_get_Item_m9255414617C2AB53CD664FBA1177F6619233740A_RuntimeMethod_var);
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_84 = L_83;
NullCheck(L_84);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_85;
L_85 = Node_get_position_mB0B0C10C0BEEBD82E7CCEB0F01D1BFA95EFFB429_inline(L_84, NULL);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_86 = V_16;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_87;
L_87 = Vector2_op_Subtraction_m44475FCDAD2DA2F98D78A6625EC2DCDFE8803837_inline(L_85, L_86, NULL);
NullCheck(L_84);
Node_set_position_m344223FBF8B08FBF88CB9FEB05B6B7EEA24E4033_inline(L_84, L_87, NULL);
// for ( var i = 1; i < newNodes.Count; i++ ) {
int32_t L_88 = V_17;
V_17 = ((int32_t)il2cpp_codegen_add(L_88, 1));
}
IL_01f6:
{
// for ( var i = 1; i < newNodes.Count; i++ ) {
int32_t L_89 = V_17;
List_1_t90487A8EA186417AA0A6F2B22B58D1BAE3334437* L_90 = V_1;
NullCheck(L_90);
int32_t L_91;
L_91 = List_1_get_Count_mEAF0A2E85D550C81F0AB273862A6F9C2EA6F0D3A_inline(L_90, List_1_get_Count_mEAF0A2E85D550C81F0AB273862A6F9C2EA6F0D3A_RuntimeMethod_var);
if ((((int32_t)L_89) < ((int32_t)L_91)))
{
goto IL_01d6;
}
}
IL_0200:
{
// if ( targetGraph != null ) {
U3CU3Ec__DisplayClass214_0_t9F0F42B648EEAE51628BEE31175C4982C2790732* L_92 = V_0;
NullCheck(L_92);
Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* L_93 = L_92->___targetGraph_0;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_94;
L_94 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_93, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
if (!L_94)
{
goto IL_0236;
}
}
{
// for ( var i = 0; i < newNodes.Count; i++ ) {
V_18 = 0;
goto IL_022c;
}
IL_0213:
{
// newNodes[i].Validate(targetGraph);
List_1_t90487A8EA186417AA0A6F2B22B58D1BAE3334437* L_95 = V_1;
int32_t L_96 = V_18;
NullCheck(L_95);
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_97;
L_97 = List_1_get_Item_m9255414617C2AB53CD664FBA1177F6619233740A(L_95, L_96, List_1_get_Item_m9255414617C2AB53CD664FBA1177F6619233740A_RuntimeMethod_var);
U3CU3Ec__DisplayClass214_0_t9F0F42B648EEAE51628BEE31175C4982C2790732* L_98 = V_0;
NullCheck(L_98);
Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* L_99 = L_98->___targetGraph_0;
NullCheck(L_97);
Node_Validate_m5BA10AFC53F32621B2E8B9BA686214D0CEB6BBA4(L_97, L_99, NULL);
// for ( var i = 0; i < newNodes.Count; i++ ) {
int32_t L_100 = V_18;
V_18 = ((int32_t)il2cpp_codegen_add(L_100, 1));
}
IL_022c:
{
// for ( var i = 0; i < newNodes.Count; i++ ) {
int32_t L_101 = V_18;
List_1_t90487A8EA186417AA0A6F2B22B58D1BAE3334437* L_102 = V_1;
NullCheck(L_102);
int32_t L_103;
L_103 = List_1_get_Count_mEAF0A2E85D550C81F0AB273862A6F9C2EA6F0D3A_inline(L_102, List_1_get_Count_mEAF0A2E85D550C81F0AB273862A6F9C2EA6F0D3A_RuntimeMethod_var);
if ((((int32_t)L_101) < ((int32_t)L_103)))
{
goto IL_0213;
}
}
IL_0236:
{
// return newNodes;
List_1_t90487A8EA186417AA0A6F2B22B58D1BAE3334437* L_104 = V_1;
return L_104;
}
}
// System.Void NodeCanvas.Framework.Graph::ClearGraph()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Graph_ClearGraph_mF08793740A29981C1554DE1D94EBD683596C8DB4 (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_ToArray_m276974F3D252B2381211BA350C9B06ACC8A8BB7A_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
NodeU5BU5D_t9ED98B145FDFEDFC80FCBDF86A3D7B4D21CB89A2* V_0 = NULL;
int32_t V_1 = 0;
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* V_2 = NULL;
{
// canvasGroups = null;
Graph_set_canvasGroups_mC5B1BD4EA58240189E87CB28D2E31E25F65EB2FD(__this, (List_1_t5B06412E1CC59E5774C10EB7439C98F6C31449C3*)NULL, NULL);
// foreach ( var node in allNodes.ToArray() ) {
List_1_t90487A8EA186417AA0A6F2B22B58D1BAE3334437* L_0;
L_0 = Graph_get_allNodes_m16F2C73330C293E5724E04C1185FAA62C74BDAF6(__this, NULL);
NullCheck(L_0);
NodeU5BU5D_t9ED98B145FDFEDFC80FCBDF86A3D7B4D21CB89A2* L_1;
L_1 = List_1_ToArray_m276974F3D252B2381211BA350C9B06ACC8A8BB7A(L_0, List_1_ToArray_m276974F3D252B2381211BA350C9B06ACC8A8BB7A_RuntimeMethod_var);
V_0 = L_1;
V_1 = 0;
goto IL_0028;
}
IL_0017:
{
// foreach ( var node in allNodes.ToArray() ) {
NodeU5BU5D_t9ED98B145FDFEDFC80FCBDF86A3D7B4D21CB89A2* L_2 = V_0;
int32_t L_3 = V_1;
NullCheck(L_2);
int32_t L_4 = L_3;
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_5 = (L_2)->GetAt(static_cast<il2cpp_array_size_t>(L_4));
V_2 = L_5;
// RemoveNode(node);
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_6 = V_2;
Graph_RemoveNode_mD1B53BB2E29FCF39A567E0E23AFE34FABBCC1A08(__this, L_6, (bool)1, (bool)0, NULL);
int32_t L_7 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add(L_7, 1));
}
IL_0028:
{
// foreach ( var node in allNodes.ToArray() ) {
int32_t L_8 = V_1;
NodeU5BU5D_t9ED98B145FDFEDFC80FCBDF86A3D7B4D21CB89A2* L_9 = V_0;
NullCheck(L_9);
if ((((int32_t)L_8) < ((int32_t)((int32_t)(((RuntimeArray*)L_9)->max_length)))))
{
goto IL_0017;
}
}
{
// }
return;
}
}
// System.Void NodeCanvas.Framework.Graph::StartGraph(UnityEngine.Component,NodeCanvas.Framework.IBlackboard,System.Boolean,System.Action`1<System.Boolean>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Graph_StartGraph_mF5CDFBE1C338BFF3712A6394CDA859AEF85C709E (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* ___0_newAgent, RuntimeObject* ___1_newBlackboard, bool ___2_autoUpdate, Action_1_t10DCB0C07D0D3C565CEACADC80D1152B35A45F6C* ___3_callback, const RuntimeMethod* method)
{
RuntimeObject* G_B2_0 = NULL;
Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* G_B2_1 = NULL;
Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* G_B2_2 = NULL;
RuntimeObject* G_B1_0 = NULL;
Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* G_B1_1 = NULL;
Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* G_B1_2 = NULL;
int32_t G_B3_0 = 0;
RuntimeObject* G_B3_1 = NULL;
Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* G_B3_2 = NULL;
Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* G_B3_3 = NULL;
{
// StartGraph(newAgent, newBlackboard, autoUpdate ? UpdateMode.NormalUpdate : UpdateMode.Manual, callback);
Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* L_0 = ___0_newAgent;
RuntimeObject* L_1 = ___1_newBlackboard;
bool L_2 = ___2_autoUpdate;
G_B1_0 = L_1;
G_B1_1 = L_0;
G_B1_2 = __this;
if (L_2)
{
G_B2_0 = L_1;
G_B2_1 = L_0;
G_B2_2 = __this;
goto IL_0009;
}
}
{
G_B3_0 = 3;
G_B3_1 = G_B1_0;
G_B3_2 = G_B1_1;
G_B3_3 = G_B1_2;
goto IL_000a;
}
IL_0009:
{
G_B3_0 = 0;
G_B3_1 = G_B2_0;
G_B3_2 = G_B2_1;
G_B3_3 = G_B2_2;
}
IL_000a:
{
Action_1_t10DCB0C07D0D3C565CEACADC80D1152B35A45F6C* L_3 = ___3_callback;
NullCheck(G_B3_3);
Graph_StartGraph_mB8DA3D5BD87B7B1D66B097F8AC803BC3F91F4231(G_B3_3, G_B3_2, G_B3_1, G_B3_0, L_3, NULL);
// }
return;
}
}
// System.Void NodeCanvas.Framework.Graph::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Graph__ctor_m76DB709ADB4E1B0D9C2D310FA0D9DCB2A55464AF (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GraphSource_tDFC175F2BFB99D693583B1D52BB6857C73932914_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// [SerializeField] private GraphSource _graphSource = new GraphSource();
GraphSource_tDFC175F2BFB99D693583B1D52BB6857C73932914* L_0 = (GraphSource_tDFC175F2BFB99D693583B1D52BB6857C73932914*)il2cpp_codegen_object_new(GraphSource_tDFC175F2BFB99D693583B1D52BB6857C73932914_il2cpp_TypeInfo_var);
NullCheck(L_0);
GraphSource__ctor_m76E77CA1491FFDEAD6CEC4257AE15B109F93400E(L_0, NULL);
__this->____graphSource_6 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->____graphSource_6), (void*)L_0);
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 NodeCanvas.Framework.Graph/<>c::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__cctor_mD44CC98DB5C24B957102620BBBCA8C81CE70481C (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_tB79B6CA88AA31071491EC25DD1A17FD57FAA148F_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
U3CU3Ec_tB79B6CA88AA31071491EC25DD1A17FD57FAA148F* L_0 = (U3CU3Ec_tB79B6CA88AA31071491EC25DD1A17FD57FAA148F*)il2cpp_codegen_object_new(U3CU3Ec_tB79B6CA88AA31071491EC25DD1A17FD57FAA148F_il2cpp_TypeInfo_var);
NullCheck(L_0);
U3CU3Ec__ctor_m5DD8B0C4869811015A9DA267BDEA3C0C757B41D9(L_0, NULL);
((U3CU3Ec_tB79B6CA88AA31071491EC25DD1A17FD57FAA148F_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tB79B6CA88AA31071491EC25DD1A17FD57FAA148F_il2cpp_TypeInfo_var))->___U3CU3E9_0 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_tB79B6CA88AA31071491EC25DD1A17FD57FAA148F_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tB79B6CA88AA31071491EC25DD1A17FD57FAA148F_il2cpp_TypeInfo_var))->___U3CU3E9_0), (void*)L_0);
return;
}
}
// System.Void NodeCanvas.Framework.Graph/<>c::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_m5DD8B0C4869811015A9DA267BDEA3C0C757B41D9 (U3CU3Ec_tB79B6CA88AA31071491EC25DD1A17FD57FAA148F* __this, const RuntimeMethod* method)
{
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
return;
}
}
// System.Int32 NodeCanvas.Framework.Graph/<>c::<UpdateNodeIDs>b__149_0(NodeCanvas.Framework.Node)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t U3CU3Ec_U3CUpdateNodeIDsU3Eb__149_0_m6396608EE6BFF79A8752C88B967CB6922718CF8A (U3CU3Ec_tB79B6CA88AA31071491EC25DD1A17FD57FAA148F* __this, Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* ___0_n, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_mC96ADDB2914B9FADC03D3A91F7B5B647995A2E5C_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
int32_t G_B3_0 = 0;
{
// foreach ( var node in allNodes.OrderBy(n => ( n.inConnections.Count == 0 ? 0 : 1 ) + n.priority * -1) ) {
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_0 = ___0_n;
NullCheck(L_0);
List_1_t619EB3258C7F1EBD15A485EA09888BE9FC87AC7E* L_1;
L_1 = Node_get_inConnections_mDC21880D8511412E49EB8D4E615D1B5EFD9A668F_inline(L_0, NULL);
NullCheck(L_1);
int32_t L_2;
L_2 = List_1_get_Count_mC96ADDB2914B9FADC03D3A91F7B5B647995A2E5C_inline(L_1, List_1_get_Count_mC96ADDB2914B9FADC03D3A91F7B5B647995A2E5C_RuntimeMethod_var);
if (!L_2)
{
goto IL_0010;
}
}
{
G_B3_0 = 1;
goto IL_0011;
}
IL_0010:
{
G_B3_0 = 0;
}
IL_0011:
{
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_3 = ___0_n;
NullCheck(L_3);
int32_t L_4;
L_4 = VirtualFuncInvoker0< int32_t >::Invoke(12 /* System.Int32 NodeCanvas.Framework.Node::get_priority() */, L_3);
return ((int32_t)il2cpp_codegen_add(G_B3_0, ((int32_t)il2cpp_codegen_multiply(L_4, (-1)))));
}
}
// System.Boolean NodeCanvas.Framework.Graph/<>c::<GetRootNodes>b__190_0(NodeCanvas.Framework.Node)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec_U3CGetRootNodesU3Eb__190_0_m4368FEADDFED4828FCBC53A6160A939F9B8E289A (U3CU3Ec_tB79B6CA88AA31071491EC25DD1A17FD57FAA148F* __this, Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* ___0_n, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_mC96ADDB2914B9FADC03D3A91F7B5B647995A2E5C_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
// return allNodes.Where(n => n.inConnections.Count == 0);
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_0 = ___0_n;
NullCheck(L_0);
List_1_t619EB3258C7F1EBD15A485EA09888BE9FC87AC7E* L_1;
L_1 = Node_get_inConnections_mDC21880D8511412E49EB8D4E615D1B5EFD9A668F_inline(L_0, NULL);
NullCheck(L_1);
int32_t L_2;
L_2 = List_1_get_Count_mC96ADDB2914B9FADC03D3A91F7B5B647995A2E5C_inline(L_1, List_1_get_Count_mC96ADDB2914B9FADC03D3A91F7B5B647995A2E5C_RuntimeMethod_var);
return (bool)((((int32_t)L_2) == ((int32_t)0))? 1 : 0);
}
}
// System.Boolean NodeCanvas.Framework.Graph/<>c::<GetLeafNodes>b__191_0(NodeCanvas.Framework.Node)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec_U3CGetLeafNodesU3Eb__191_0_m8819EF4E4D8B1DE41BBA981F4C30ACB78F7CA417 (U3CU3Ec_tB79B6CA88AA31071491EC25DD1A17FD57FAA148F* __this, Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* ___0_n, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_mC96ADDB2914B9FADC03D3A91F7B5B647995A2E5C_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
// return allNodes.Where(n => n.outConnections.Count == 0);
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_0 = ___0_n;
NullCheck(L_0);
List_1_t619EB3258C7F1EBD15A485EA09888BE9FC87AC7E* L_1;
L_1 = Node_get_outConnections_mBD92942B179E5297C07F297E1D0F2F0946A8F7EE_inline(L_0, NULL);
NullCheck(L_1);
int32_t L_2;
L_2 = List_1_get_Count_mC96ADDB2914B9FADC03D3A91F7B5B647995A2E5C_inline(L_1, List_1_get_Count_mC96ADDB2914B9FADC03D3A91F7B5B647995A2E5C_RuntimeMethod_var);
return (bool)((((int32_t)L_2) == ((int32_t)0))? 1 : 0);
}
}
// System.Boolean NodeCanvas.Framework.Graph/<>c::<GetDefinedParameters>b__194_0(NodeCanvas.Framework.BBParameter)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec_U3CGetDefinedParametersU3Eb__194_0_m3F5EA54738BA027684B96207010B5503C0781529 (U3CU3Ec_tB79B6CA88AA31071491EC25DD1A17FD57FAA148F* __this, BBParameter_tD717AF8560E573DF3DA925034F257F669CDDBA60* ___0_p, const RuntimeMethod* method)
{
{
// return allParameters.Where(p => p != null && p.isDefined);
BBParameter_tD717AF8560E573DF3DA925034F257F669CDDBA60* L_0 = ___0_p;
if (!L_0)
{
goto IL_000a;
}
}
{
BBParameter_tD717AF8560E573DF3DA925034F257F669CDDBA60* L_1 = ___0_p;
NullCheck(L_1);
bool L_2;
L_2 = BBParameter_get_isDefined_m744EAB0C9534498335281FB293C529CD5C4A02E3(L_1, NULL);
return L_2;
}
IL_000a:
{
return (bool)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 NodeCanvas.Framework.Graph/<>c__DisplayClass155_0::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass155_0__ctor_mAC50C802A6978F3F33169B18524B73F9962DCC93 (U3CU3Ec__DisplayClass155_0_t19A2E35199D1C480877A09BF7E4109BCD469FFDE* __this, const RuntimeMethod* method)
{
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
return;
}
}
// System.Void NodeCanvas.Framework.Graph/<>c__DisplayClass155_0::<LoadOverwriteAsync>b__0()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass155_0_U3CLoadOverwriteAsyncU3Eb__0_mC63CD6B15791123CE4600703393A501F7F44C9DB (U3CU3Ec__DisplayClass155_0_t19A2E35199D1C480877A09BF7E4109BCD469FFDE* __this, const RuntimeMethod* method)
{
{
// await System.Threading.Tasks.Task.Run(() => LoadOverwrite(data));
Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* L_0 = __this->___U3CU3E4__this_0;
GraphLoadData_tB66F322B078529E7D0662DB455327C2E5C936304 L_1 = __this->___data_1;
NullCheck(L_0);
Graph_LoadOverwrite_mE26F3B76846AB5C5CDCAA76C6A8F8955B72A47B1(L_0, 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 NodeCanvas.Framework.Graph/<LoadOverwriteAsync>d__155::MoveNext()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CLoadOverwriteAsyncU3Ed__155_MoveNext_mDE1F86C4C3A262CCC4643407061940A517F58D01 (U3CLoadOverwriteAsyncU3Ed__155_t92C9479F26ED038416AFD5C493788CFB484FE053* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncVoidMethodBuilder_AwaitUnsafeOnCompleted_TisTaskAwaiter_t9B661AC8C2EFA6BAB94C77BB24A5DDA82D61F833_TisU3CLoadOverwriteAsyncU3Ed__155_t92C9479F26ED038416AFD5C493788CFB484FE053_m3CC6CA3BB90F37BEF3DB89949B36F45BA9D713FE_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass155_0_U3CLoadOverwriteAsyncU3Eb__0_mC63CD6B15791123CE4600703393A501F7F44C9DB_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass155_0_t19A2E35199D1C480877A09BF7E4109BCD469FFDE_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* V_1 = NULL;
TaskAwaiter_t9B661AC8C2EFA6BAB94C77BB24A5DDA82D61F833 V_2;
memset((&V_2), 0, sizeof(V_2));
Exception_t* V_3 = NULL;
il2cpp::utils::ExceptionSupportStack<RuntimeObject*, 1> __active_exceptions;
{
int32_t L_0 = __this->___U3CU3E1__state_0;
V_0 = L_0;
Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* L_1 = __this->___U3CU3E4__this_2;
V_1 = L_1;
}
try
{// begin try (depth: 1)
{
int32_t L_2 = V_0;
if (!L_2)
{
goto IL_006d_1;
}
}
{
U3CU3Ec__DisplayClass155_0_t19A2E35199D1C480877A09BF7E4109BCD469FFDE* L_3 = (U3CU3Ec__DisplayClass155_0_t19A2E35199D1C480877A09BF7E4109BCD469FFDE*)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass155_0_t19A2E35199D1C480877A09BF7E4109BCD469FFDE_il2cpp_TypeInfo_var);
NullCheck(L_3);
U3CU3Ec__DisplayClass155_0__ctor_mAC50C802A6978F3F33169B18524B73F9962DCC93(L_3, NULL);
U3CU3Ec__DisplayClass155_0_t19A2E35199D1C480877A09BF7E4109BCD469FFDE* L_4 = L_3;
Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* L_5 = __this->___U3CU3E4__this_2;
NullCheck(L_4);
L_4->___U3CU3E4__this_0 = L_5;
Il2CppCodeGenWriteBarrier((void**)(&L_4->___U3CU3E4__this_0), (void*)L_5);
U3CU3Ec__DisplayClass155_0_t19A2E35199D1C480877A09BF7E4109BCD469FFDE* L_6 = L_4;
GraphLoadData_tB66F322B078529E7D0662DB455327C2E5C936304 L_7 = __this->___data_3;
NullCheck(L_6);
L_6->___data_1 = L_7;
Il2CppCodeGenWriteBarrier((void**)&(((&L_6->___data_1))->___source_0), (void*)NULL);
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&(((&L_6->___data_1))->___json_1), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&(((&L_6->___data_1))->___references_2), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&(((&L_6->___data_1))->___agent_3), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&(((&L_6->___data_1))->___parentBlackboard_4), (void*)NULL);
#endif
// await System.Threading.Tasks.Task.Run(() => LoadOverwrite(data));
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_8 = (Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)il2cpp_codegen_object_new(Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var);
NullCheck(L_8);
Action__ctor_mBDC7B0B4A3F583B64C2896F01BDED360772F67DC(L_8, L_6, (intptr_t)((void*)U3CU3Ec__DisplayClass155_0_U3CLoadOverwriteAsyncU3Eb__0_mC63CD6B15791123CE4600703393A501F7F44C9DB_RuntimeMethod_var), NULL);
il2cpp_codegen_runtime_class_init_inline(Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572_il2cpp_TypeInfo_var);
Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_9;
L_9 = Task_Run_m03529F41B4EEF4AC57C3F110767A0E3AF599C853(L_8, NULL);
NullCheck(L_9);
TaskAwaiter_t9B661AC8C2EFA6BAB94C77BB24A5DDA82D61F833 L_10;
L_10 = Task_GetAwaiter_m08B368EAC939DD35D0AC428180822255A442CA29(L_9, NULL);
V_2 = L_10;
bool L_11;
L_11 = TaskAwaiter_get_IsCompleted_mC236D276FBE3A271B56EE13FCAF2C96E48453ED8((&V_2), NULL);
if (L_11)
{
goto IL_0089_1;
}
}
{
int32_t L_12 = 0;
V_0 = L_12;
__this->___U3CU3E1__state_0 = L_12;
TaskAwaiter_t9B661AC8C2EFA6BAB94C77BB24A5DDA82D61F833 L_13 = V_2;
__this->___U3CU3Eu__1_5 = L_13;
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CU3Eu__1_5))->___m_task_0), (void*)NULL);
AsyncVoidMethodBuilder_t253E37B63E7E7B504878AE6563347C147F98EF2D* L_14 = (&__this->___U3CU3Et__builder_1);
AsyncVoidMethodBuilder_AwaitUnsafeOnCompleted_TisTaskAwaiter_t9B661AC8C2EFA6BAB94C77BB24A5DDA82D61F833_TisU3CLoadOverwriteAsyncU3Ed__155_t92C9479F26ED038416AFD5C493788CFB484FE053_m3CC6CA3BB90F37BEF3DB89949B36F45BA9D713FE(L_14, (&V_2), __this, AsyncVoidMethodBuilder_AwaitUnsafeOnCompleted_TisTaskAwaiter_t9B661AC8C2EFA6BAB94C77BB24A5DDA82D61F833_TisU3CLoadOverwriteAsyncU3Ed__155_t92C9479F26ED038416AFD5C493788CFB484FE053_m3CC6CA3BB90F37BEF3DB89949B36F45BA9D713FE_RuntimeMethod_var);
goto IL_00e1;
}
IL_006d_1:
{
TaskAwaiter_t9B661AC8C2EFA6BAB94C77BB24A5DDA82D61F833 L_15 = __this->___U3CU3Eu__1_5;
V_2 = L_15;
TaskAwaiter_t9B661AC8C2EFA6BAB94C77BB24A5DDA82D61F833* L_16 = (&__this->___U3CU3Eu__1_5);
il2cpp_codegen_initobj(L_16, sizeof(TaskAwaiter_t9B661AC8C2EFA6BAB94C77BB24A5DDA82D61F833));
int32_t L_17 = (-1);
V_0 = L_17;
__this->___U3CU3E1__state_0 = L_17;
}
IL_0089_1:
{
TaskAwaiter_GetResult_mC1D712500AE49B4A89C85D6B79D87D1BA9A6B94D((&V_2), NULL);
// if ( delayedInitCalls != null ) {
Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* L_18 = V_1;
NullCheck(L_18);
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_19 = L_18->___delayedInitCalls_26;
if (!L_19)
{
goto IL_00aa_1;
}
}
{
// delayedInitCalls();
Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* L_20 = V_1;
NullCheck(L_20);
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_21 = L_20->___delayedInitCalls_26;
NullCheck(L_21);
Action_Invoke_m7126A54DACA72B845424072887B5F3A51FC3808E_inline(L_21, NULL);
// delayedInitCalls = null;
Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* L_22 = V_1;
NullCheck(L_22);
L_22->___delayedInitCalls_26 = (Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)NULL;
Il2CppCodeGenWriteBarrier((void**)(&L_22->___delayedInitCalls_26), (void*)(Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)NULL);
}
IL_00aa_1:
{
// callback();
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_23 = __this->___callback_4;
NullCheck(L_23);
Action_Invoke_m7126A54DACA72B845424072887B5F3A51FC3808E_inline(L_23, NULL);
goto IL_00ce;
}
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex)))
{
IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex);
goto CATCH_00b7;
}
throw e;
}
CATCH_00b7:
{// begin catch(System.Exception)
V_3 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*));
__this->___U3CU3E1__state_0 = ((int32_t)-2);
AsyncVoidMethodBuilder_t253E37B63E7E7B504878AE6563347C147F98EF2D* L_24 = (&__this->___U3CU3Et__builder_1);
Exception_t* L_25 = V_3;
AsyncVoidMethodBuilder_SetException_mD9A6F5D1A99A62AC9DF322901BFDE05193CB177B(L_24, L_25, NULL);
IL2CPP_POP_ACTIVE_EXCEPTION();
goto IL_00e1;
}// end catch (depth: 1)
IL_00ce:
{
// }
__this->___U3CU3E1__state_0 = ((int32_t)-2);
AsyncVoidMethodBuilder_t253E37B63E7E7B504878AE6563347C147F98EF2D* L_26 = (&__this->___U3CU3Et__builder_1);
AsyncVoidMethodBuilder_SetResult_m008490FDF057D5F5D871F537C7A58BE36027F3DC(L_26, NULL);
}
IL_00e1:
{
return;
}
}
IL2CPP_EXTERN_C void U3CLoadOverwriteAsyncU3Ed__155_MoveNext_mDE1F86C4C3A262CCC4643407061940A517F58D01_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
U3CLoadOverwriteAsyncU3Ed__155_t92C9479F26ED038416AFD5C493788CFB484FE053* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<U3CLoadOverwriteAsyncU3Ed__155_t92C9479F26ED038416AFD5C493788CFB484FE053*>(__this + _offset);
U3CLoadOverwriteAsyncU3Ed__155_MoveNext_mDE1F86C4C3A262CCC4643407061940A517F58D01(_thisAdjusted, method);
}
// System.Void NodeCanvas.Framework.Graph/<LoadOverwriteAsync>d__155::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CLoadOverwriteAsyncU3Ed__155_SetStateMachine_mC9D1EB04698D5373584C2003ADACE21148C69E04 (U3CLoadOverwriteAsyncU3Ed__155_t92C9479F26ED038416AFD5C493788CFB484FE053* __this, RuntimeObject* ___0_stateMachine, const RuntimeMethod* method)
{
{
AsyncVoidMethodBuilder_t253E37B63E7E7B504878AE6563347C147F98EF2D* L_0 = (&__this->___U3CU3Et__builder_1);
RuntimeObject* L_1 = ___0_stateMachine;
AsyncVoidMethodBuilder_SetStateMachine_m48640FB81C34D4C2B5A5BBA7F5AE17DC50BF1A25(L_0, L_1, NULL);
return;
}
}
IL2CPP_EXTERN_C void U3CLoadOverwriteAsyncU3Ed__155_SetStateMachine_mC9D1EB04698D5373584C2003ADACE21148C69E04_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_stateMachine, const RuntimeMethod* method)
{
U3CLoadOverwriteAsyncU3Ed__155_t92C9479F26ED038416AFD5C493788CFB484FE053* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<U3CLoadOverwriteAsyncU3Ed__155_t92C9479F26ED038416AFD5C493788CFB484FE053*>(__this + _offset);
U3CLoadOverwriteAsyncU3Ed__155_SetStateMachine_mC9D1EB04698D5373584C2003ADACE21148C69E04(_thisAdjusted, ___0_stateMachine, 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.Void NodeCanvas.Framework.Graph/<>c__DisplayClass156_0::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass156_0__ctor_mA5203782511F6D59BADF6028F09EB9E8A95E6DA2 (U3CU3Ec__DisplayClass156_0_tF1D763BE4C51972A687C63D6BF6ED14A80682E6D* __this, const RuntimeMethod* method)
{
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
return;
}
}
// System.Void NodeCanvas.Framework.Graph/<>c__DisplayClass156_0::<LoadOverwrite>b__0()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass156_0_U3CLoadOverwriteU3Eb__0_mAE866BED18CBF602B2EB7AD4A8B5DDDE5B4EB903 (U3CU3Ec__DisplayClass156_0_tF1D763BE4C51972A687C63D6BF6ED14A80682E6D* __this, const RuntimeMethod* method)
{
{
// ThreadSafeInitCall(() => localBlackboard.InitializePropertiesBinding(data.agent, false));
Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* L_0 = __this->___U3CU3E4__this_0;
NullCheck(L_0);
BlackboardSource_tDF1C560E163F6F63BE89278B7312A32BF329C89E* L_1;
L_1 = Graph_get_localBlackboard_m53B5DFCAEBE73DDC9AB3E8433B925F3E3A97F194(L_0, NULL);
GraphLoadData_tB66F322B078529E7D0662DB455327C2E5C936304* L_2 = (&__this->___data_1);
Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* L_3 = L_2->___agent_3;
IBlackboardExtensions_InitializePropertiesBinding_mE1FC0E7B48DD341FA2B4CDE3A84680C25F3D3113(L_1, L_3, (bool)0, NULL);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void NodeCanvas.Framework.Graph/<>c__DisplayClass185_0::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass185_0__ctor_m822164FF0888D574735CA86D0E5DA9B02F34476D (U3CU3Ec__DisplayClass185_0_tC22116BADA546CF32BB57A691C535061A1BF9806* __this, const RuntimeMethod* method)
{
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
return;
}
}
// System.Boolean NodeCanvas.Framework.Graph/<>c__DisplayClass185_0::<GetNodeWithID>b__0(NodeCanvas.Framework.Node)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec__DisplayClass185_0_U3CGetNodeWithIDU3Eb__0_mCCF928AAE364008FBAF34B29671746047ED9A07B (U3CU3Ec__DisplayClass185_0_tC22116BADA546CF32BB57A691C535061A1BF9806* __this, Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* ___0_n, const RuntimeMethod* method)
{
{
// return allNodes.Find(n => n.ID == searchID);
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_0 = ___0_n;
NullCheck(L_0);
int32_t L_1;
L_1 = Node_get_ID_m1C2CE6645F79C1FBCFDEA0B2CBAE95EB3A7C0E26_inline(L_0, NULL);
int32_t L_2 = __this->___searchID_0;
return (bool)((((int32_t)L_1) == ((int32_t)L_2))? 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 NodeCanvas.Framework.Graph/<>c__DisplayClass202_0::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass202_0__ctor_m35A198D307CC1EF14C048348BA08C5F9F22DC396 (U3CU3Ec__DisplayClass202_0_t594AC677C7AFEB1C4949A77503DA9CD7C148FEF3* __this, const RuntimeMethod* method)
{
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
return;
}
}
// System.Void NodeCanvas.Framework.Graph/<>c__DisplayClass202_0::<CollectSubElements>b__0(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass202_0_U3CCollectSubElementsU3Eb__0_m606D494CF1E7B4E3BACA209686F27FA01E4458AE (U3CU3Ec__DisplayClass202_0_t594AC677C7AFEB1C4949A77503DA9CD7C148FEF3* __this, RuntimeObject* ___0_o, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Element_t3ABE015B81AFFE208F4314A4A588E9E7EFD63407_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ISerializationCollectable_t36562017FF354B9E18C9802939132E4FF2FC74A0_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stack_1_Peek_mC900255A41855F4F681F3E978AFFD30D30862E84_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stack_1_Push_m358B0CF11F9F30DC3C71ABFCE335D6B6D16B2C77_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stack_1_get_Count_m8D99ECBB256D186F4492973C7BC6D2ABC9551D7D_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
Element_t3ABE015B81AFFE208F4314A4A588E9E7EFD63407* V_0 = NULL;
{
// if ( o is ISerializationCollectable ) {
RuntimeObject* L_0 = ___0_o;
if (!((RuntimeObject*)IsInst((RuntimeObject*)L_0, ISerializationCollectable_t36562017FF354B9E18C9802939132E4FF2FC74A0_il2cpp_TypeInfo_var)))
{
goto IL_003b;
}
}
{
// var e = new HierarchyTree.Element(o);
RuntimeObject* L_1 = ___0_o;
Element_t3ABE015B81AFFE208F4314A4A588E9E7EFD63407* L_2 = (Element_t3ABE015B81AFFE208F4314A4A588E9E7EFD63407*)il2cpp_codegen_object_new(Element_t3ABE015B81AFFE208F4314A4A588E9E7EFD63407_il2cpp_TypeInfo_var);
NullCheck(L_2);
Element__ctor_mE45F611F3A617627E9CFDBCEDEFD07CB4E3F1F59(L_2, L_1, NULL);
V_0 = L_2;
// if ( stack.Count > 0 ) { stack.Peek().AddChild(e); }
Stack_1_t8CF49818C4814B468364DB7D1B751062E3A6191B* L_3 = __this->___stack_0;
NullCheck(L_3);
int32_t L_4;
L_4 = Stack_1_get_Count_m8D99ECBB256D186F4492973C7BC6D2ABC9551D7D_inline(L_3, Stack_1_get_Count_m8D99ECBB256D186F4492973C7BC6D2ABC9551D7D_RuntimeMethod_var);
if ((((int32_t)L_4) <= ((int32_t)0)))
{
goto IL_002f;
}
}
{
// if ( stack.Count > 0 ) { stack.Peek().AddChild(e); }
Stack_1_t8CF49818C4814B468364DB7D1B751062E3A6191B* L_5 = __this->___stack_0;
NullCheck(L_5);
Element_t3ABE015B81AFFE208F4314A4A588E9E7EFD63407* L_6;
L_6 = Stack_1_Peek_mC900255A41855F4F681F3E978AFFD30D30862E84(L_5, Stack_1_Peek_mC900255A41855F4F681F3E978AFFD30D30862E84_RuntimeMethod_var);
Element_t3ABE015B81AFFE208F4314A4A588E9E7EFD63407* L_7 = V_0;
NullCheck(L_6);
Element_t3ABE015B81AFFE208F4314A4A588E9E7EFD63407* L_8;
L_8 = Element_AddChild_mB2FD019391869E576283C3C557295CC4FCE54282(L_6, L_7, NULL);
}
IL_002f:
{
// stack.Push(e);
Stack_1_t8CF49818C4814B468364DB7D1B751062E3A6191B* L_9 = __this->___stack_0;
Element_t3ABE015B81AFFE208F4314A4A588E9E7EFD63407* L_10 = V_0;
NullCheck(L_9);
Stack_1_Push_m358B0CF11F9F30DC3C71ABFCE335D6B6D16B2C77(L_9, L_10, Stack_1_Push_m358B0CF11F9F30DC3C71ABFCE335D6B6D16B2C77_RuntimeMethod_var);
}
IL_003b:
{
// }, (o, d) =>
return;
}
}
// System.Void NodeCanvas.Framework.Graph/<>c__DisplayClass202_0::<CollectSubElements>b__1(System.Object,ParadoxNotion.Serialization.FullSerializer.fsData)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass202_0_U3CCollectSubElementsU3Eb__1_m80D2D4E11574078DAD0FF0ABB1BC825156CF3A61 (U3CU3Ec__DisplayClass202_0_t594AC677C7AFEB1C4949A77503DA9CD7C148FEF3* __this, RuntimeObject* ___0_o, fsData_t0D9C403CA222F8A5CB8A66578340497D65E47FF0* ___1_d, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ISerializationCollectable_t36562017FF354B9E18C9802939132E4FF2FC74A0_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stack_1_Pop_mFBBDB6B4965710D5EE7793200C174F3EE3751152_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
// if ( o is ISerializationCollectable ) {
RuntimeObject* L_0 = ___0_o;
if (!((RuntimeObject*)IsInst((RuntimeObject*)L_0, ISerializationCollectable_t36562017FF354B9E18C9802939132E4FF2FC74A0_il2cpp_TypeInfo_var)))
{
goto IL_0019;
}
}
{
// parentElement = stack.Pop();
Stack_1_t8CF49818C4814B468364DB7D1B751062E3A6191B* L_1 = __this->___stack_0;
NullCheck(L_1);
Element_t3ABE015B81AFFE208F4314A4A588E9E7EFD63407* L_2;
L_2 = Stack_1_Pop_mFBBDB6B4965710D5EE7793200C174F3EE3751152(L_1, Stack_1_Pop_mFBBDB6B4965710D5EE7793200C174F3EE3751152_RuntimeMethod_var);
__this->___parentElement_1 = L_2;
Il2CppCodeGenWriteBarrier((void**)(&__this->___parentElement_1), (void*)L_2);
}
IL_0019:
{
// });
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.Framework.Graph/<>c__DisplayClass205_0::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass205_0__ctor_m297E82218881427035A9E13AF2298A76C28BC8DA (U3CU3Ec__DisplayClass205_0_t10347BA08C14B3385B4F2B7656D5125A2DF32098* __this, const RuntimeMethod* method)
{
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
return;
}
}
// System.Void NodeCanvas.Framework.Graph/<>c__DisplayClass205_0::<GetTasksInElement>b__0(System.Object,ParadoxNotion.Serialization.FullSerializer.fsData)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass205_0_U3CGetTasksInElementU3Eb__0_mACC3A59003931F4553CA35E902F0C472638F25FD (U3CU3Ec__DisplayClass205_0_t10347BA08C14B3385B4F2B7656D5125A2DF32098* __this, RuntimeObject* ___0_o, fsData_t0D9C403CA222F8A5CB8A66578340497D65E47FF0* ___1_d, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mFAE0E2616602E8726B520522DD3A7DAEA8A5C4B0_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Task_tF05C1B448C98EDD5D7E9E23660FCEAC40348A284_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// if ( o is Task ) { result.Add((Task)o); }
RuntimeObject* L_0 = ___0_o;
if (!((Task_tF05C1B448C98EDD5D7E9E23660FCEAC40348A284*)IsInstClass((RuntimeObject*)L_0, Task_tF05C1B448C98EDD5D7E9E23660FCEAC40348A284_il2cpp_TypeInfo_var)))
{
goto IL_0019;
}
}
{
// if ( o is Task ) { result.Add((Task)o); }
List_1_t2338E7E26462DEE44946C327D8DE6718C0BFFC4D* L_1 = __this->___result_0;
RuntimeObject* L_2 = ___0_o;
NullCheck(L_1);
List_1_Add_mFAE0E2616602E8726B520522DD3A7DAEA8A5C4B0_inline(L_1, ((Task_tF05C1B448C98EDD5D7E9E23660FCEAC40348A284*)CastclassClass((RuntimeObject*)L_2, Task_tF05C1B448C98EDD5D7E9E23660FCEAC40348A284_il2cpp_TypeInfo_var)), List_1_Add_mFAE0E2616602E8726B520522DD3A7DAEA8A5C4B0_RuntimeMethod_var);
}
IL_0019:
{
// });
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.Framework.Graph/<>c__DisplayClass206_0::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass206_0__ctor_mD365AA167F16DB2981402A028CB60B81349CCC74 (U3CU3Ec__DisplayClass206_0_t085B4A6928AC1787F49A73FD23EBF2938EB63A37* __this, const RuntimeMethod* method)
{
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
return;
}
}
// System.Void NodeCanvas.Framework.Graph/<>c__DisplayClass206_0::<GetParametersInElement>b__0(System.Object,ParadoxNotion.Serialization.FullSerializer.fsData)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass206_0_U3CGetParametersInElementU3Eb__0_m0CB09E60343ABD1435ECC38B19E1C593A2A76C35 (U3CU3Ec__DisplayClass206_0_t085B4A6928AC1787F49A73FD23EBF2938EB63A37* __this, RuntimeObject* ___0_o, fsData_t0D9C403CA222F8A5CB8A66578340497D65E47FF0* ___1_d, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BBParameter_tD717AF8560E573DF3DA925034F257F669CDDBA60_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mF4EADD805D55ECB8BA79EB55EFAB0CD1A544326B_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
// if ( o is BBParameter ) { result.Add((BBParameter)o); }
RuntimeObject* L_0 = ___0_o;
if (!((BBParameter_tD717AF8560E573DF3DA925034F257F669CDDBA60*)IsInstClass((RuntimeObject*)L_0, BBParameter_tD717AF8560E573DF3DA925034F257F669CDDBA60_il2cpp_TypeInfo_var)))
{
goto IL_0019;
}
}
{
// if ( o is BBParameter ) { result.Add((BBParameter)o); }
List_1_tAD83E1E173C28ABFECA64AA58E75072EF894EF92* L_1 = __this->___result_0;
RuntimeObject* L_2 = ___0_o;
NullCheck(L_1);
List_1_Add_mF4EADD805D55ECB8BA79EB55EFAB0CD1A544326B_inline(L_1, ((BBParameter_tD717AF8560E573DF3DA925034F257F669CDDBA60*)CastclassClass((RuntimeObject*)L_2, BBParameter_tD717AF8560E573DF3DA925034F257F669CDDBA60_il2cpp_TypeInfo_var)), List_1_Add_mF4EADD805D55ECB8BA79EB55EFAB0CD1A544326B_RuntimeMethod_var);
}
IL_0019:
{
// });
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.Framework.Graph/<>c__DisplayClass211_0::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass211_0__ctor_m8C057C5A5B18EE930E7FD8D55AA2F7EE777FA88F (U3CU3Ec__DisplayClass211_0_tE7BCD680E06FE349AA2FBB1FEF736AC9C6D43775* __this, const RuntimeMethod* method)
{
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
return;
}
}
// System.Boolean NodeCanvas.Framework.Graph/<>c__DisplayClass211_0::<RemoveNode>b__0(NodeCanvas.Framework.Node)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec__DisplayClass211_0_U3CRemoveNodeU3Eb__0_m904282ABA13B546C86D76369E1B617D35A4CEE96 (U3CU3Ec__DisplayClass211_0_tE7BCD680E06FE349AA2FBB1FEF736AC9C6D43775* __this, Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* ___0_n, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// if ( allNodes.Where(n => n.GetType() == node.GetType()).Count() == 1 ) {
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_0 = ___0_n;
NullCheck(L_0);
Type_t* L_1;
L_1 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(L_0, NULL);
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_2 = __this->___node_0;
NullCheck(L_2);
Type_t* L_3;
L_3 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(L_2, NULL);
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_4;
L_4 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_1, 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
// System.Void NodeCanvas.Framework.Graph/<>c__DisplayClass214_0::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass214_0__ctor_m29FA757F8394AA8F82000711E16EB7755D0B35DE (U3CU3Ec__DisplayClass214_0_t9F0F42B648EEAE51628BEE31175C4982C2790732* __this, const RuntimeMethod* method)
{
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
return;
}
}
// System.Boolean NodeCanvas.Framework.Graph/<>c__DisplayClass214_0::<CloneNodes>b__0(NodeCanvas.Framework.Node)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec__DisplayClass214_0_U3CCloneNodesU3Eb__0_mF45581EA6F94A39B745D84A0B730F9890A90EC28 (U3CU3Ec__DisplayClass214_0_t9F0F42B648EEAE51628BEE31175C4982C2790732* __this, Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* ___0_n, const RuntimeMethod* method)
{
{
// if ( originalNodes.Any(n => n.GetType().IsSubclassOf(targetGraph.baseNodeType) == false) ) {
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_0 = ___0_n;
NullCheck(L_0);
Type_t* L_1;
L_1 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(L_0, NULL);
Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* L_2 = __this->___targetGraph_0;
NullCheck(L_2);
Type_t* L_3;
L_3 = VirtualFuncInvoker0< Type_t* >::Invoke(14 /* System.Type NodeCanvas.Framework.Graph::get_baseNodeType() */, L_2);
NullCheck(L_1);
bool L_4;
L_4 = VirtualFuncInvoker1< bool, Type_t* >::Invoke(21 /* System.Boolean System.Type::IsSubclassOf(System.Type) */, L_1, L_3);
return (bool)((((int32_t)L_4) == ((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.Collections.Generic.List`1<NodeCanvas.Framework.ExposedParameter> NodeCanvas.Framework.GraphOwner::get_exposedParameters()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_t91EDD67AF63284D37C24863790C26947C3D343A8* GraphOwner_get_exposedParameters_m3FE7EA23CC9CC34677110F36778CCE56A6266261 (GraphOwner_t403B42955FE2A2C62A9578A7E1ED47FF1B39A37F* __this, const RuntimeMethod* method)
{
{
// public List<ExposedParameter> exposedParameters { get; set; }
List_1_t91EDD67AF63284D37C24863790C26947C3D343A8* L_0 = __this->___U3CexposedParametersU3Ek__BackingField_5;
return L_0;
}
}
// System.Void NodeCanvas.Framework.GraphOwner::set_exposedParameters(System.Collections.Generic.List`1<NodeCanvas.Framework.ExposedParameter>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GraphOwner_set_exposedParameters_mA46FCAD27A4E30D5E7F2845F53BCB071FA9A40CC (GraphOwner_t403B42955FE2A2C62A9578A7E1ED47FF1B39A37F* __this, List_1_t91EDD67AF63284D37C24863790C26947C3D343A8* ___0_value, const RuntimeMethod* method)
{
{
// public List<ExposedParameter> exposedParameters { get; set; }
List_1_t91EDD67AF63284D37C24863790C26947C3D343A8* L_0 = ___0_value;
__this->___U3CexposedParametersU3Ek__BackingField_5 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CexposedParametersU3Ek__BackingField_5), (void*)L_0);
return;
}
}
// System.Void NodeCanvas.Framework.GraphOwner::UnityEngine.ISerializationCallbackReceiver.OnBeforeSerialize()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GraphOwner_UnityEngine_ISerializationCallbackReceiver_OnBeforeSerialize_m3FF28960C3CCDD1B4A427B8878355DCF8D8AB897 (GraphOwner_t403B42955FE2A2C62A9578A7E1ED47FF1B39A37F* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ExposedParameter_t5B067E3C3C960B6EE910BDA92DC673245CC41F33_0_0_0_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JSONSerializer_t41C2A6A19CE244C486DCA145CEF08B6A4C8CAA0F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_mA398C569C086B0A552641E57CBC17DA97DE81023_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_mE1015C539BE1AF7FA95290E842529F7746781CCE_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SerializationPairU5BU5D_t88962332C676B5A1AFE3900B82395831B82DD3D8_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SerializationPair_tEEBA0A1C6CF5524A880536DE68383FA379AC8BF6_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
SerializationPair_tEEBA0A1C6CF5524A880536DE68383FA379AC8BF6* V_1 = NULL;
{
// if ( exposedParameters == null || exposedParameters.Count == 0 ) {
List_1_t91EDD67AF63284D37C24863790C26947C3D343A8* L_0;
L_0 = GraphOwner_get_exposedParameters_m3FE7EA23CC9CC34677110F36778CCE56A6266261_inline(__this, NULL);
if (!L_0)
{
goto IL_0015;
}
}
{
List_1_t91EDD67AF63284D37C24863790C26947C3D343A8* L_1;
L_1 = GraphOwner_get_exposedParameters_m3FE7EA23CC9CC34677110F36778CCE56A6266261_inline(__this, NULL);
NullCheck(L_1);
int32_t L_2;
L_2 = List_1_get_Count_mA398C569C086B0A552641E57CBC17DA97DE81023_inline(L_1, List_1_get_Count_mA398C569C086B0A552641E57CBC17DA97DE81023_RuntimeMethod_var);
if (L_2)
{
goto IL_001d;
}
}
IL_0015:
{
// _serializedExposedParameters = null;
__this->____serializedExposedParameters_4 = (SerializationPairU5BU5D_t88962332C676B5A1AFE3900B82395831B82DD3D8*)NULL;
Il2CppCodeGenWriteBarrier((void**)(&__this->____serializedExposedParameters_4), (void*)(SerializationPairU5BU5D_t88962332C676B5A1AFE3900B82395831B82DD3D8*)NULL);
// return;
return;
}
IL_001d:
{
// _serializedExposedParameters = new SerializationPair[exposedParameters.Count];
List_1_t91EDD67AF63284D37C24863790C26947C3D343A8* L_3;
L_3 = GraphOwner_get_exposedParameters_m3FE7EA23CC9CC34677110F36778CCE56A6266261_inline(__this, NULL);
NullCheck(L_3);
int32_t L_4;
L_4 = List_1_get_Count_mA398C569C086B0A552641E57CBC17DA97DE81023_inline(L_3, List_1_get_Count_mA398C569C086B0A552641E57CBC17DA97DE81023_RuntimeMethod_var);
SerializationPairU5BU5D_t88962332C676B5A1AFE3900B82395831B82DD3D8* L_5 = (SerializationPairU5BU5D_t88962332C676B5A1AFE3900B82395831B82DD3D8*)(SerializationPairU5BU5D_t88962332C676B5A1AFE3900B82395831B82DD3D8*)SZArrayNew(SerializationPairU5BU5D_t88962332C676B5A1AFE3900B82395831B82DD3D8_il2cpp_TypeInfo_var, (uint32_t)L_4);
__this->____serializedExposedParameters_4 = L_5;
Il2CppCodeGenWriteBarrier((void**)(&__this->____serializedExposedParameters_4), (void*)L_5);
// for ( var i = 0; i < _serializedExposedParameters.Length; i++ ) {
V_0 = 0;
goto IL_0072;
}
IL_0037:
{
// var serializedParam = new SerializationPair();
SerializationPair_tEEBA0A1C6CF5524A880536DE68383FA379AC8BF6* L_6 = (SerializationPair_tEEBA0A1C6CF5524A880536DE68383FA379AC8BF6*)il2cpp_codegen_object_new(SerializationPair_tEEBA0A1C6CF5524A880536DE68383FA379AC8BF6_il2cpp_TypeInfo_var);
NullCheck(L_6);
SerializationPair__ctor_mAD8D708E849481AE9597D1818DE9CFDFAB2D4616(L_6, NULL);
V_1 = L_6;
// serializedParam._json = JSONSerializer.Serialize(typeof(ExposedParameter), exposedParameters[i], serializedParam._references);
SerializationPair_tEEBA0A1C6CF5524A880536DE68383FA379AC8BF6* L_7 = V_1;
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_8 = { reinterpret_cast<intptr_t> (ExposedParameter_t5B067E3C3C960B6EE910BDA92DC673245CC41F33_0_0_0_var) };
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
Type_t* L_9;
L_9 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_8, NULL);
List_1_t91EDD67AF63284D37C24863790C26947C3D343A8* L_10;
L_10 = GraphOwner_get_exposedParameters_m3FE7EA23CC9CC34677110F36778CCE56A6266261_inline(__this, NULL);
int32_t L_11 = V_0;
NullCheck(L_10);
ExposedParameter_t5B067E3C3C960B6EE910BDA92DC673245CC41F33* L_12;
L_12 = List_1_get_Item_mE1015C539BE1AF7FA95290E842529F7746781CCE(L_10, L_11, List_1_get_Item_mE1015C539BE1AF7FA95290E842529F7746781CCE_RuntimeMethod_var);
SerializationPair_tEEBA0A1C6CF5524A880536DE68383FA379AC8BF6* L_13 = V_1;
NullCheck(L_13);
List_1_t9A2E2984B23260AECDFA90CEB1F2887075FA4DF3* L_14 = L_13->____references_1;
il2cpp_codegen_runtime_class_init_inline(JSONSerializer_t41C2A6A19CE244C486DCA145CEF08B6A4C8CAA0F_il2cpp_TypeInfo_var);
String_t* L_15;
L_15 = JSONSerializer_Serialize_mFF6961773B4747EEDA92E98667F4DF6F72072EF0(L_9, L_12, L_14, (bool)0, NULL);
NullCheck(L_7);
L_7->____json_0 = L_15;
Il2CppCodeGenWriteBarrier((void**)(&L_7->____json_0), (void*)L_15);
// _serializedExposedParameters[i] = serializedParam;
SerializationPairU5BU5D_t88962332C676B5A1AFE3900B82395831B82DD3D8* L_16 = __this->____serializedExposedParameters_4;
int32_t L_17 = V_0;
SerializationPair_tEEBA0A1C6CF5524A880536DE68383FA379AC8BF6* L_18 = V_1;
NullCheck(L_16);
ArrayElementTypeCheck (L_16, L_18);
(L_16)->SetAt(static_cast<il2cpp_array_size_t>(L_17), (SerializationPair_tEEBA0A1C6CF5524A880536DE68383FA379AC8BF6*)L_18);
// for ( var i = 0; i < _serializedExposedParameters.Length; i++ ) {
int32_t L_19 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add(L_19, 1));
}
IL_0072:
{
// for ( var i = 0; i < _serializedExposedParameters.Length; i++ ) {
int32_t L_20 = V_0;
SerializationPairU5BU5D_t88962332C676B5A1AFE3900B82395831B82DD3D8* L_21 = __this->____serializedExposedParameters_4;
NullCheck(L_21);
if ((((int32_t)L_20) < ((int32_t)((int32_t)(((RuntimeArray*)L_21)->max_length)))))
{
goto IL_0037;
}
}
{
// }
return;
}
}
// System.Void NodeCanvas.Framework.GraphOwner::UnityEngine.ISerializationCallbackReceiver.OnAfterDeserialize()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GraphOwner_UnityEngine_ISerializationCallbackReceiver_OnAfterDeserialize_m9B01EDA168ECA07807F568F53431713009115501 (GraphOwner_t403B42955FE2A2C62A9578A7E1ED47FF1B39A37F* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JSONSerializer_Deserialize_TisExposedParameter_t5B067E3C3C960B6EE910BDA92DC673245CC41F33_m7C3DC281DD962FB8C21C4B415A2421DD9FFBF544_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JSONSerializer_t41C2A6A19CE244C486DCA145CEF08B6A4C8CAA0F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mCC2CB3480383303073D88F88A92406ED59E02C4F_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Clear_m8CAE640F6CD337E003010E299866AA00BB3825E0_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mD2446449A799A876FB658D7165744B8AF2E72CF0_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t91EDD67AF63284D37C24863790C26947C3D343A8_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
ExposedParameter_t5B067E3C3C960B6EE910BDA92DC673245CC41F33* V_1 = NULL;
{
// if ( _serializedExposedParameters != null ) {
SerializationPairU5BU5D_t88962332C676B5A1AFE3900B82395831B82DD3D8* L_0 = __this->____serializedExposedParameters_4;
if (!L_0)
{
goto IL_0067;
}
}
{
// if ( exposedParameters == null ) { exposedParameters = new List<ExposedParameter>(); } else { exposedParameters.Clear(); }
List_1_t91EDD67AF63284D37C24863790C26947C3D343A8* L_1;
L_1 = GraphOwner_get_exposedParameters_m3FE7EA23CC9CC34677110F36778CCE56A6266261_inline(__this, NULL);
if (L_1)
{
goto IL_001d;
}
}
{
// if ( exposedParameters == null ) { exposedParameters = new List<ExposedParameter>(); } else { exposedParameters.Clear(); }
List_1_t91EDD67AF63284D37C24863790C26947C3D343A8* L_2 = (List_1_t91EDD67AF63284D37C24863790C26947C3D343A8*)il2cpp_codegen_object_new(List_1_t91EDD67AF63284D37C24863790C26947C3D343A8_il2cpp_TypeInfo_var);
NullCheck(L_2);
List_1__ctor_mD2446449A799A876FB658D7165744B8AF2E72CF0(L_2, List_1__ctor_mD2446449A799A876FB658D7165744B8AF2E72CF0_RuntimeMethod_var);
GraphOwner_set_exposedParameters_mA46FCAD27A4E30D5E7F2845F53BCB071FA9A40CC_inline(__this, L_2, NULL);
goto IL_0028;
}
IL_001d:
{
// if ( exposedParameters == null ) { exposedParameters = new List<ExposedParameter>(); } else { exposedParameters.Clear(); }
List_1_t91EDD67AF63284D37C24863790C26947C3D343A8* L_3;
L_3 = GraphOwner_get_exposedParameters_m3FE7EA23CC9CC34677110F36778CCE56A6266261_inline(__this, NULL);
NullCheck(L_3);
List_1_Clear_m8CAE640F6CD337E003010E299866AA00BB3825E0_inline(L_3, List_1_Clear_m8CAE640F6CD337E003010E299866AA00BB3825E0_RuntimeMethod_var);
}
IL_0028:
{
// for ( var i = 0; i < _serializedExposedParameters.Length; i++ ) {
V_0 = 0;
goto IL_005c;
}
IL_002c:
{
// var exposedParam = JSONSerializer.Deserialize<ExposedParameter>(_serializedExposedParameters[i]._json, _serializedExposedParameters[i]._references);
SerializationPairU5BU5D_t88962332C676B5A1AFE3900B82395831B82DD3D8* L_4 = __this->____serializedExposedParameters_4;
int32_t L_5 = V_0;
NullCheck(L_4);
int32_t L_6 = L_5;
SerializationPair_tEEBA0A1C6CF5524A880536DE68383FA379AC8BF6* L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
NullCheck(L_7);
String_t* L_8 = L_7->____json_0;
SerializationPairU5BU5D_t88962332C676B5A1AFE3900B82395831B82DD3D8* L_9 = __this->____serializedExposedParameters_4;
int32_t L_10 = V_0;
NullCheck(L_9);
int32_t L_11 = L_10;
SerializationPair_tEEBA0A1C6CF5524A880536DE68383FA379AC8BF6* L_12 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
NullCheck(L_12);
List_1_t9A2E2984B23260AECDFA90CEB1F2887075FA4DF3* L_13 = L_12->____references_1;
il2cpp_codegen_runtime_class_init_inline(JSONSerializer_t41C2A6A19CE244C486DCA145CEF08B6A4C8CAA0F_il2cpp_TypeInfo_var);
ExposedParameter_t5B067E3C3C960B6EE910BDA92DC673245CC41F33* L_14;
L_14 = JSONSerializer_Deserialize_TisExposedParameter_t5B067E3C3C960B6EE910BDA92DC673245CC41F33_m7C3DC281DD962FB8C21C4B415A2421DD9FFBF544(L_8, L_13, JSONSerializer_Deserialize_TisExposedParameter_t5B067E3C3C960B6EE910BDA92DC673245CC41F33_m7C3DC281DD962FB8C21C4B415A2421DD9FFBF544_RuntimeMethod_var);
V_1 = L_14;
// exposedParameters.Add(exposedParam);
List_1_t91EDD67AF63284D37C24863790C26947C3D343A8* L_15;
L_15 = GraphOwner_get_exposedParameters_m3FE7EA23CC9CC34677110F36778CCE56A6266261_inline(__this, NULL);
ExposedParameter_t5B067E3C3C960B6EE910BDA92DC673245CC41F33* L_16 = V_1;
NullCheck(L_15);
List_1_Add_mCC2CB3480383303073D88F88A92406ED59E02C4F_inline(L_15, L_16, List_1_Add_mCC2CB3480383303073D88F88A92406ED59E02C4F_RuntimeMethod_var);
// for ( var i = 0; i < _serializedExposedParameters.Length; i++ ) {
int32_t L_17 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add(L_17, 1));
}
IL_005c:
{
// for ( var i = 0; i < _serializedExposedParameters.Length; i++ ) {
int32_t L_18 = V_0;
SerializationPairU5BU5D_t88962332C676B5A1AFE3900B82395831B82DD3D8* L_19 = __this->____serializedExposedParameters_4;
NullCheck(L_19);
if ((((int32_t)L_18) < ((int32_t)((int32_t)(((RuntimeArray*)L_19)->max_length)))))
{
goto IL_002c;
}
}
IL_0067:
{
// }
return;
}
}
// System.Void NodeCanvas.Framework.GraphOwner::add_onOwnerBehaviourStateChange(System.Action`1<NodeCanvas.Framework.GraphOwner>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GraphOwner_add_onOwnerBehaviourStateChange_m29B85901C042895D36FB97E8600DFE80CDD495E0 (Action_1_t06A7661594CD9F4E038116E861A689CB3A3C2DEC* ___0_value, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_1_t06A7661594CD9F4E038116E861A689CB3A3C2DEC_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GraphOwner_t403B42955FE2A2C62A9578A7E1ED47FF1B39A37F_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
Action_1_t06A7661594CD9F4E038116E861A689CB3A3C2DEC* V_0 = NULL;
Action_1_t06A7661594CD9F4E038116E861A689CB3A3C2DEC* V_1 = NULL;
Action_1_t06A7661594CD9F4E038116E861A689CB3A3C2DEC* V_2 = NULL;
{
Action_1_t06A7661594CD9F4E038116E861A689CB3A3C2DEC* L_0 = ((GraphOwner_t403B42955FE2A2C62A9578A7E1ED47FF1B39A37F_StaticFields*)il2cpp_codegen_static_fields_for(GraphOwner_t403B42955FE2A2C62A9578A7E1ED47FF1B39A37F_il2cpp_TypeInfo_var))->___onOwnerBehaviourStateChange_6;
V_0 = L_0;
}
IL_0006:
{
Action_1_t06A7661594CD9F4E038116E861A689CB3A3C2DEC* L_1 = V_0;
V_1 = L_1;
Action_1_t06A7661594CD9F4E038116E861A689CB3A3C2DEC* L_2 = V_1;
Action_1_t06A7661594CD9F4E038116E861A689CB3A3C2DEC* L_3 = ___0_value;
Delegate_t* L_4;
L_4 = Delegate_Combine_m1F725AEF318BE6F0426863490691A6F4606E7D00(L_2, L_3, NULL);
V_2 = ((Action_1_t06A7661594CD9F4E038116E861A689CB3A3C2DEC*)Castclass((RuntimeObject*)L_4, Action_1_t06A7661594CD9F4E038116E861A689CB3A3C2DEC_il2cpp_TypeInfo_var));
Action_1_t06A7661594CD9F4E038116E861A689CB3A3C2DEC* L_5 = V_2;
Action_1_t06A7661594CD9F4E038116E861A689CB3A3C2DEC* L_6 = V_1;
Action_1_t06A7661594CD9F4E038116E861A689CB3A3C2DEC* L_7;
L_7 = InterlockedCompareExchangeImpl<Action_1_t06A7661594CD9F4E038116E861A689CB3A3C2DEC*>((&((GraphOwner_t403B42955FE2A2C62A9578A7E1ED47FF1B39A37F_StaticFields*)il2cpp_codegen_static_fields_for(GraphOwner_t403B42955FE2A2C62A9578A7E1ED47FF1B39A37F_il2cpp_TypeInfo_var))->___onOwnerBehaviourStateChange_6), L_5, L_6);
V_0 = L_7;
Action_1_t06A7661594CD9F4E038116E861A689CB3A3C2DEC* L_8 = V_0;
Action_1_t06A7661594CD9F4E038116E861A689CB3A3C2DEC* L_9 = V_1;
if ((!(((RuntimeObject*)(Action_1_t06A7661594CD9F4E038116E861A689CB3A3C2DEC*)L_8) == ((RuntimeObject*)(Action_1_t06A7661594CD9F4E038116E861A689CB3A3C2DEC*)L_9))))
{
goto IL_0006;
}
}
{
return;
}
}
// System.Void NodeCanvas.Framework.GraphOwner::remove_onOwnerBehaviourStateChange(System.Action`1<NodeCanvas.Framework.GraphOwner>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GraphOwner_remove_onOwnerBehaviourStateChange_m85A483B240C45DFC374A0A1E9CD71DF3A7EA5C51 (Action_1_t06A7661594CD9F4E038116E861A689CB3A3C2DEC* ___0_value, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_1_t06A7661594CD9F4E038116E861A689CB3A3C2DEC_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GraphOwner_t403B42955FE2A2C62A9578A7E1ED47FF1B39A37F_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
Action_1_t06A7661594CD9F4E038116E861A689CB3A3C2DEC* V_0 = NULL;
Action_1_t06A7661594CD9F4E038116E861A689CB3A3C2DEC* V_1 = NULL;
Action_1_t06A7661594CD9F4E038116E861A689CB3A3C2DEC* V_2 = NULL;
{
Action_1_t06A7661594CD9F4E038116E861A689CB3A3C2DEC* L_0 = ((GraphOwner_t403B42955FE2A2C62A9578A7E1ED47FF1B39A37F_StaticFields*)il2cpp_codegen_static_fields_for(GraphOwner_t403B42955FE2A2C62A9578A7E1ED47FF1B39A37F_il2cpp_TypeInfo_var))->___onOwnerBehaviourStateChange_6;
V_0 = L_0;
}
IL_0006:
{
Action_1_t06A7661594CD9F4E038116E861A689CB3A3C2DEC* L_1 = V_0;
V_1 = L_1;
Action_1_t06A7661594CD9F4E038116E861A689CB3A3C2DEC* L_2 = V_1;
Action_1_t06A7661594CD9F4E038116E861A689CB3A3C2DEC* L_3 = ___0_value;
Delegate_t* L_4;
L_4 = Delegate_Remove_m8B7DD5661308FA972E23CA1CC3FC9CEB355504E3(L_2, L_3, NULL);
V_2 = ((Action_1_t06A7661594CD9F4E038116E861A689CB3A3C2DEC*)Castclass((RuntimeObject*)L_4, Action_1_t06A7661594CD9F4E038116E861A689CB3A3C2DEC_il2cpp_TypeInfo_var));
Action_1_t06A7661594CD9F4E038116E861A689CB3A3C2DEC* L_5 = V_2;
Action_1_t06A7661594CD9F4E038116E861A689CB3A3C2DEC* L_6 = V_1;
Action_1_t06A7661594CD9F4E038116E861A689CB3A3C2DEC* L_7;
L_7 = InterlockedCompareExchangeImpl<Action_1_t06A7661594CD9F4E038116E861A689CB3A3C2DEC*>((&((GraphOwner_t403B42955FE2A2C62A9578A7E1ED47FF1B39A37F_StaticFields*)il2cpp_codegen_static_fields_for(GraphOwner_t403B42955FE2A2C62A9578A7E1ED47FF1B39A37F_il2cpp_TypeInfo_var))->___onOwnerBehaviourStateChange_6), L_5, L_6);
V_0 = L_7;
Action_1_t06A7661594CD9F4E038116E861A689CB3A3C2DEC* L_8 = V_0;
Action_1_t06A7661594CD9F4E038116E861A689CB3A3C2DEC* L_9 = V_1;
if ((!(((RuntimeObject*)(Action_1_t06A7661594CD9F4E038116E861A689CB3A3C2DEC*)L_8) == ((RuntimeObject*)(Action_1_t06A7661594CD9F4E038116E861A689CB3A3C2DEC*)L_9))))
{
goto IL_0006;
}
}
{
return;
}
}
// System.Void NodeCanvas.Framework.GraphOwner::add_onMonoBehaviourStart(System.Action)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GraphOwner_add_onMonoBehaviourStart_mE879A38DAC3A9191502013ADD295746C698B856A (GraphOwner_t403B42955FE2A2C62A9578A7E1ED47FF1B39A37F* __this, Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___0_value, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* V_0 = NULL;
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* V_1 = NULL;
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* V_2 = NULL;
{
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_0 = __this->___onMonoBehaviourStart_7;
V_0 = L_0;
}
IL_0007:
{
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_1 = V_0;
V_1 = L_1;
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_2 = V_1;
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_3 = ___0_value;
Delegate_t* L_4;
L_4 = Delegate_Combine_m1F725AEF318BE6F0426863490691A6F4606E7D00(L_2, L_3, NULL);
V_2 = ((Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)CastclassSealed((RuntimeObject*)L_4, Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var));
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07** L_5 = (&__this->___onMonoBehaviourStart_7);
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_6 = V_2;
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_7 = V_1;
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_8;
L_8 = InterlockedCompareExchangeImpl<Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*>(L_5, L_6, L_7);
V_0 = L_8;
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_9 = V_0;
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_10 = V_1;
if ((!(((RuntimeObject*)(Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)L_9) == ((RuntimeObject*)(Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)L_10))))
{
goto IL_0007;
}
}
{
return;
}
}
// System.Void NodeCanvas.Framework.GraphOwner::remove_onMonoBehaviourStart(System.Action)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GraphOwner_remove_onMonoBehaviourStart_mA0EF37016BBFD4243CBDB5EDFA3266541B8853A4 (GraphOwner_t403B42955FE2A2C62A9578A7E1ED47FF1B39A37F* __this, Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___0_value, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* V_0 = NULL;
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* V_1 = NULL;
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* V_2 = NULL;
{
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_0 = __this->___onMonoBehaviourStart_7;
V_0 = L_0;
}
IL_0007:
{
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_1 = V_0;
V_1 = L_1;
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_2 = V_1;
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_3 = ___0_value;
Delegate_t* L_4;
L_4 = Delegate_Remove_m8B7DD5661308FA972E23CA1CC3FC9CEB355504E3(L_2, L_3, NULL);
V_2 = ((Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)CastclassSealed((RuntimeObject*)L_4, Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var));
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07** L_5 = (&__this->___onMonoBehaviourStart_7);
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_6 = V_2;
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_7 = V_1;
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_8;
L_8 = InterlockedCompareExchangeImpl<Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*>(L_5, L_6, L_7);
V_0 = L_8;
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_9 = V_0;
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_10 = V_1;
if ((!(((RuntimeObject*)(Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)L_9) == ((RuntimeObject*)(Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)L_10))))
{
goto IL_0007;
}
}
{
return;
}
}
// System.Boolean NodeCanvas.Framework.GraphOwner::get_initialized()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GraphOwner_get_initialized_m73E4E0A67B1DC7B003E3C32F022FBAB33D8E9CAC (GraphOwner_t403B42955FE2A2C62A9578A7E1ED47FF1B39A37F* __this, const RuntimeMethod* method)
{
{
// public bool initialized { get; private set; }
bool L_0 = __this->___U3CinitializedU3Ek__BackingField_18;
return L_0;
}
}
// System.Void NodeCanvas.Framework.GraphOwner::set_initialized(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GraphOwner_set_initialized_m3B720B9AFC4AE2D702178D93C59515B54EC79EFA (GraphOwner_t403B42955FE2A2C62A9578A7E1ED47FF1B39A37F* __this, bool ___0_value, const RuntimeMethod* method)
{
{
// public bool initialized { get; private set; }
bool L_0 = ___0_value;
__this->___U3CinitializedU3Ek__BackingField_18 = L_0;
return;
}
}
// System.Boolean NodeCanvas.Framework.GraphOwner::get_enableCalled()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GraphOwner_get_enableCalled_m4ECA02587C68F17D85F3991E584F050F5FB4B7FA (GraphOwner_t403B42955FE2A2C62A9578A7E1ED47FF1B39A37F* __this, const RuntimeMethod* method)
{
{
// public bool enableCalled { get; private set; }
bool L_0 = __this->___U3CenableCalledU3Ek__BackingField_19;
return L_0;
}
}
// System.Void NodeCanvas.Framework.GraphOwner::set_enableCalled(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GraphOwner_set_enableCalled_m6FCE665C2E02A955AE14D44D5FDC80AB09C906FC (GraphOwner_t403B42955FE2A2C62A9578A7E1ED47FF1B39A37F* __this, bool ___0_value, const RuntimeMethod* method)
{
{
// public bool enableCalled { get; private set; }
bool L_0 = ___0_value;
__this->___U3CenableCalledU3Ek__BackingField_19 = L_0;
return;
}
}
// System.Boolean NodeCanvas.Framework.GraphOwner::get_startCalled()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GraphOwner_get_startCalled_m6E55CF0F502E5789E04D5E428E94551686E5DFED (GraphOwner_t403B42955FE2A2C62A9578A7E1ED47FF1B39A37F* __this, const RuntimeMethod* method)
{
{
// public bool startCalled { get; private set; }
bool L_0 = __this->___U3CstartCalledU3Ek__BackingField_20;
return L_0;
}
}
// System.Void NodeCanvas.Framework.GraphOwner::set_startCalled(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GraphOwner_set_startCalled_m9ADBC9F3B7A68FBBAF46667C44102BA4E99E2B67 (GraphOwner_t403B42955FE2A2C62A9578A7E1ED47FF1B39A37F* __this, bool ___0_value, const RuntimeMethod* method)
{
{
// public bool startCalled { get; private set; }
bool L_0 = ___0_value;
__this->___U3CstartCalledU3Ek__BackingField_20 = L_0;
return;
}
}
// NodeCanvas.Framework.Internal.GraphSource NodeCanvas.Framework.GraphOwner::get_boundGraphSource()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GraphSource_tDFC175F2BFB99D693583B1D52BB6857C73932914* GraphOwner_get_boundGraphSource_m6DD86AFF545200BBD114081E22DC5DC6363A654A (GraphOwner_t403B42955FE2A2C62A9578A7E1ED47FF1B39A37F* __this, const RuntimeMethod* method)
{
{
// get { return _boundGraphSource; }
GraphSource_tDFC175F2BFB99D693583B1D52BB6857C73932914* L_0 = __this->____boundGraphSource_10;
return L_0;
}
}
// System.Void NodeCanvas.Framework.GraphOwner::set_boundGraphSource(NodeCanvas.Framework.Internal.GraphSource)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GraphOwner_set_boundGraphSource_m1A2BC8BD70E365DB98BBE30F9FF5A1A016BB9ADC (GraphOwner_t403B42955FE2A2C62A9578A7E1ED47FF1B39A37F* __this, GraphSource_tDFC175F2BFB99D693583B1D52BB6857C73932914* ___0_value, const RuntimeMethod* method)
{
{
// private set { _boundGraphSource = value; }
GraphSource_tDFC175F2BFB99D693583B1D52BB6857C73932914* L_0 = ___0_value;
__this->____boundGraphSource_10 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->____boundGraphSource_10), (void*)L_0);
// private set { _boundGraphSource = value; }
return;
}
}
// System.String NodeCanvas.Framework.GraphOwner::get_boundGraphSerialization()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* GraphOwner_get_boundGraphSerialization_m74C20573C1B785DF8015007E3129552ABF753DEB (GraphOwner_t403B42955FE2A2C62A9578A7E1ED47FF1B39A37F* __this, const RuntimeMethod* method)
{
{
// get { return _boundGraphSerialization; }
String_t* L_0 = __this->____boundGraphSerialization_8;
return L_0;
}
}
// System.Void NodeCanvas.Framework.GraphOwner::set_boundGraphSerialization(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GraphOwner_set_boundGraphSerialization_mF1930CABA97B900B9A2BE700B85D0058ADD4F10F (GraphOwner_t403B42955FE2A2C62A9578A7E1ED47FF1B39A37F* __this, String_t* ___0_value, const RuntimeMethod* method)
{
{
// private set { _boundGraphSerialization = value; }
String_t* L_0 = ___0_value;
__this->____boundGraphSerialization_8 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->____boundGraphSerialization_8), (void*)L_0);
// private set { _boundGraphSerialization = value; }
return;
}
}
// System.Collections.Generic.List`1<UnityEngine.Object> NodeCanvas.Framework.GraphOwner::get_boundGraphObjectReferences()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_t9A2E2984B23260AECDFA90CEB1F2887075FA4DF3* GraphOwner_get_boundGraphObjectReferences_m7C3850E945CEDCB52B3B766A0D8B51FECA594484 (GraphOwner_t403B42955FE2A2C62A9578A7E1ED47FF1B39A37F* __this, const RuntimeMethod* method)
{
{
// get { return _boundGraphObjectReferences; }
List_1_t9A2E2984B23260AECDFA90CEB1F2887075FA4DF3* L_0 = __this->____boundGraphObjectReferences_9;
return L_0;
}
}
// System.Void NodeCanvas.Framework.GraphOwner::set_boundGraphObjectReferences(System.Collections.Generic.List`1<UnityEngine.Object>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GraphOwner_set_boundGraphObjectReferences_mCD0ECF9738ABE830151AF1A93BA9F2122B4E48FB (GraphOwner_t403B42955FE2A2C62A9578A7E1ED47FF1B39A37F* __this, List_1_t9A2E2984B23260AECDFA90CEB1F2887075FA4DF3* ___0_value, const RuntimeMethod* method)
{
{
// private set { _boundGraphObjectReferences = value; }
List_1_t9A2E2984B23260AECDFA90CEB1F2887075FA4DF3* L_0 = ___0_value;
__this->____boundGraphObjectReferences_9 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->____boundGraphObjectReferences_9), (void*)L_0);
// private set { _boundGraphObjectReferences = value; }
return;
}
}
// System.Boolean NodeCanvas.Framework.GraphOwner::get_lockBoundGraphPrefabOverrides()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GraphOwner_get_lockBoundGraphPrefabOverrides_mC3EFC5F1FB3E01B888E6585B67796CCE0ACB7858 (GraphOwner_t403B42955FE2A2C62A9578A7E1ED47FF1B39A37F* __this, const RuntimeMethod* method)
{
{
// get { return _lockBoundGraphPrefabOverrides && graphIsBound; }
bool L_0 = __this->____lockBoundGraphPrefabOverrides_14;
if (!L_0)
{
goto IL_000f;
}
}
{
bool L_1;
L_1 = GraphOwner_get_graphIsBound_mAAE593D78BB8A025D427F415D0F1118AE9C80E74(__this, NULL);
return L_1;
}
IL_000f:
{
return (bool)0;
}
}
// System.Void NodeCanvas.Framework.GraphOwner::set_lockBoundGraphPrefabOverrides(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GraphOwner_set_lockBoundGraphPrefabOverrides_mC8776FAFFF411951963E66BC3DA8FC2B6CA627F2 (GraphOwner_t403B42955FE2A2C62A9578A7E1ED47FF1B39A37F* __this, bool ___0_value, const RuntimeMethod* method)
{
{
// set { _lockBoundGraphPrefabOverrides = value; }
bool L_0 = ___0_value;
__this->____lockBoundGraphPrefabOverrides_14 = L_0;
// set { _lockBoundGraphPrefabOverrides = value; }
return;
}
}
// System.Boolean NodeCanvas.Framework.GraphOwner::get_preInitializeSubGraphs()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GraphOwner_get_preInitializeSubGraphs_mB185310FDE5B4AB973E6E99C5F54D2137AC70338 (GraphOwner_t403B42955FE2A2C62A9578A7E1ED47FF1B39A37F* __this, const RuntimeMethod* method)
{
{
// get { return _preInitializeSubGraphs; }
bool L_0 = __this->____preInitializeSubGraphs_15;
return L_0;
}
}
// System.Void NodeCanvas.Framework.GraphOwner::set_preInitializeSubGraphs(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GraphOwner_set_preInitializeSubGraphs_m8E0409DA21A0572117A51DE6829CCF516EA25EE7 (GraphOwner_t403B42955FE2A2C62A9578A7E1ED47FF1B39A37F* __this, bool ___0_value, const RuntimeMethod* method)
{
{
// set { _preInitializeSubGraphs = value; }
bool L_0 = ___0_value;
__this->____preInitializeSubGraphs_15 = L_0;
// set { _preInitializeSubGraphs = value; }
return;
}
}
// NodeCanvas.Framework.GraphOwner/FirstActivation NodeCanvas.Framework.GraphOwner::get_firstActivation()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GraphOwner_get_firstActivation_m9325EDFA6A6AD13273FBD21225C7B6B8D8F531E6 (GraphOwner_t403B42955FE2A2C62A9578A7E1ED47FF1B39A37F* __this, const RuntimeMethod* method)
{
{
// get { return _firstActivation; }
int32_t L_0 = __this->____firstActivation_11;
return L_0;
}
}
// System.Void NodeCanvas.Framework.GraphOwner::set_firstActivation(NodeCanvas.Framework.GraphOwner/FirstActivation)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GraphOwner_set_firstActivation_mD4399A82B99615BA038370D20E4589C197D67693 (GraphOwner_t403B42955FE2A2C62A9578A7E1ED47FF1B39A37F* __this, int32_t ___0_value, const RuntimeMethod* method)
{
{
// set { _firstActivation = value; }
int32_t L_0 = ___0_value;
__this->____firstActivation_11 = L_0;
// set { _firstActivation = value; }
return;
}
}
// NodeCanvas.Framework.GraphOwner/EnableAction NodeCanvas.Framework.GraphOwner::get_enableAction()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GraphOwner_get_enableAction_m79EEF23358CCCBF4DA6F01A9B762A4ED46B77A5A (GraphOwner_t403B42955FE2A2C62A9578A7E1ED47FF1B39A37F* __this, const RuntimeMethod* method)
{
{
// get { return _enableAction; }
int32_t L_0 = __this->____enableAction_12;
return L_0;
}
}
// System.Void NodeCanvas.Framework.GraphOwner::set_enableAction(NodeCanvas.Framework.GraphOwner/EnableAction)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GraphOwner_set_enableAction_m1EEA3074ABEEE5A89284B9BA3B08A1D4569FBD06 (GraphOwner_t403B42955FE2A2C62A9578A7E1ED47FF1B39A37F* __this, int32_t ___0_value, const RuntimeMethod* method)
{
{
// set { _enableAction = value; }
int32_t L_0 = ___0_value;
__this->____enableAction_12 = L_0;
// set { _enableAction = value; }
return;
}
}
// NodeCanvas.Framework.GraphOwner/DisableAction NodeCanvas.Framework.GraphOwner::get_disableAction()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GraphOwner_get_disableAction_m4242B22B4A13F33637079BC4F712BEDCF1C1485D (GraphOwner_t403B42955FE2A2C62A9578A7E1ED47FF1B39A37F* __this, const RuntimeMethod* method)
{
{
// get { return _disableAction; }
int32_t L_0 = __this->____disableAction_13;
return L_0;
}
}
// System.Void NodeCanvas.Framework.GraphOwner::set_disableAction(NodeCanvas.Framework.GraphOwner/DisableAction)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GraphOwner_set_disableAction_mCE1D1DCE5712097B45CC2ECB3D72E71420C11636 (GraphOwner_t403B42955FE2A2C62A9578A7E1ED47FF1B39A37F* __this, int32_t ___0_value, const RuntimeMethod* method)
{
{
// set { _disableAction = value; }
int32_t L_0 = ___0_value;
__this->____disableAction_13 = L_0;
// set { _disableAction = value; }
return;
}
}
// NodeCanvas.Framework.Graph/UpdateMode NodeCanvas.Framework.GraphOwner::get_updateMode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GraphOwner_get_updateMode_mF0B585371AB03A98999B5B767D1DAF8EF791491F (GraphOwner_t403B42955FE2A2C62A9578A7E1ED47FF1B39A37F* __this, const RuntimeMethod* method)
{
{
// get { return _updateMode; }
int32_t L_0 = __this->____updateMode_16;
return L_0;
}
}
// System.Void NodeCanvas.Framework.GraphOwner::set_updateMode(NodeCanvas.Framework.Graph/UpdateMode)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GraphOwner_set_updateMode_mFA0D5155719AC3FC26896579102B66B860DFE122 (GraphOwner_t403B42955FE2A2C62A9578A7E1ED47FF1B39A37F* __this, int32_t ___0_value, const RuntimeMethod* method)
{
{
// set { _updateMode = value; }
int32_t L_0 = ___0_value;
__this->____updateMode_16 = L_0;
// set { _updateMode = value; }
return;
}
}
// System.Boolean NodeCanvas.Framework.GraphOwner::get_graphIsBound()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GraphOwner_get_graphIsBound_mAAE593D78BB8A025D427F415D0F1118AE9C80E74 (GraphOwner_t403B42955FE2A2C62A9578A7E1ED47FF1B39A37F* __this, const RuntimeMethod* method)
{
{
// public bool graphIsBound => !string.IsNullOrEmpty(boundGraphSerialization);
String_t* L_0;
L_0 = GraphOwner_get_boundGraphSerialization_m74C20573C1B785DF8015007E3129552ABF753DEB_inline(__this, NULL);
bool L_1;
L_1 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_0, NULL);
return (bool)((((int32_t)L_1) == ((int32_t)0))? 1 : 0);
}
}
// System.Boolean NodeCanvas.Framework.GraphOwner::get_isRunning()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GraphOwner_get_isRunning_mB07F2A0E8A2463D4130C0BDA2261F3A013889B3D (GraphOwner_t403B42955FE2A2C62A9578A7E1ED47FF1B39A37F* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// public bool isRunning => graph != null ? graph.isRunning : false;
Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* L_0;
L_0 = VirtualFuncInvoker0< Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* >::Invoke(6 /* NodeCanvas.Framework.Graph NodeCanvas.Framework.GraphOwner::get_graph() */, __this);
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_0010;
}
}
{
return (bool)0;
}
IL_0010:
{
Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* L_2;
L_2 = VirtualFuncInvoker0< Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* >::Invoke(6 /* NodeCanvas.Framework.Graph NodeCanvas.Framework.GraphOwner::get_graph() */, __this);
NullCheck(L_2);
bool L_3;
L_3 = Graph_get_isRunning_m14C21438009A3DD223DA54AD983C886E5E3BBA18_inline(L_2, NULL);
return L_3;
}
}
// System.Boolean NodeCanvas.Framework.GraphOwner::get_isPaused()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GraphOwner_get_isPaused_m1F307B7DDE5732FD41C5EED2DBE65CC64363B653 (GraphOwner_t403B42955FE2A2C62A9578A7E1ED47FF1B39A37F* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// public bool isPaused => graph != null ? graph.isPaused : false;
Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* L_0;
L_0 = VirtualFuncInvoker0< Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* >::Invoke(6 /* NodeCanvas.Framework.Graph NodeCanvas.Framework.GraphOwner::get_graph() */, __this);
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_0010;
}
}
{
return (bool)0;
}
IL_0010:
{
Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* L_2;
L_2 = VirtualFuncInvoker0< Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* >::Invoke(6 /* NodeCanvas.Framework.Graph NodeCanvas.Framework.GraphOwner::get_graph() */, __this);
NullCheck(L_2);
bool L_3;
L_3 = Graph_get_isPaused_m6022B8A4A55D37BB78C4C4255497B08D558E1294_inline(L_2, NULL);
return L_3;
}
}
// System.Single NodeCanvas.Framework.GraphOwner::get_elapsedTime()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float GraphOwner_get_elapsedTime_m0BAE28D0D4E23D8A601EB9C38922670F9E189F0D (GraphOwner_t403B42955FE2A2C62A9578A7E1ED47FF1B39A37F* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// public float elapsedTime => graph != null ? graph.elapsedTime : 0;
Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* L_0;
L_0 = VirtualFuncInvoker0< Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* >::Invoke(6 /* NodeCanvas.Framework.Graph NodeCanvas.Framework.GraphOwner::get_graph() */, __this);
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_1;
L_1 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_0, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
if (L_1)
{
goto IL_0014;
}
}
{
return (0.0f);
}
IL_0014:
{
Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* L_2;
L_2 = VirtualFuncInvoker0< Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* >::Invoke(6 /* NodeCanvas.Framework.Graph NodeCanvas.Framework.GraphOwner::get_graph() */, __this);
NullCheck(L_2);
float L_3;
L_3 = Graph_get_elapsedTime_mD78F82F612A65CBFC791A3D27DCFDB8A600D0F44_inline(L_2, NULL);
return L_3;
}
}
// NodeCanvas.Framework.Graph NodeCanvas.Framework.GraphOwner::GetInstance(NodeCanvas.Framework.Graph)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* GraphOwner_GetInstance_m2C70861A609EBD0D9E8E62E95F7520490E9F5C29 (GraphOwner_t403B42955FE2A2C62A9578A7E1ED47FF1B39A37F* __this, Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* ___0_originalGraph, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_ContainsValue_m95CA1ED0B6378A4449B252271E0B4B70EA9B5CDD_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_m756028C2DE234FA9930758DF90FC96D922670092_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_set_Item_mEF1EA5784E50B8BFDDA6EF2A8067B3B1C28586BF_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Graph_Clone_TisGraph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032_m7F7B27784A0FA3A36B9889CDEA1F6C11CA6C406A_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* V_0 = NULL;
{
// if ( originalGraph == null ) {
Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* L_0 = ___0_originalGraph;
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_000b;
}
}
{
// return null;
return (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032*)NULL;
}
IL_000b:
{
// if ( !Application.isPlaying ) {
bool L_2;
L_2 = Application_get_isPlaying_m25B0ABDFEF54F5370CD3F263A813540843D00F34(NULL);
if (L_2)
{
goto IL_0014;
}
}
{
// return originalGraph;
Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* L_3 = ___0_originalGraph;
return L_3;
}
IL_0014:
{
// if ( instances.ContainsValue(originalGraph) ) {
Dictionary_2_t53340DA94CD089F96CBE1DAF7C4D853B6AF205FA* L_4 = __this->___instances_17;
Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* L_5 = ___0_originalGraph;
NullCheck(L_4);
bool L_6;
L_6 = Dictionary_2_ContainsValue_m95CA1ED0B6378A4449B252271E0B4B70EA9B5CDD(L_4, L_5, Dictionary_2_ContainsValue_m95CA1ED0B6378A4449B252271E0B4B70EA9B5CDD_RuntimeMethod_var);
if (!L_6)
{
goto IL_0024;
}
}
{
// return originalGraph;
Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* L_7 = ___0_originalGraph;
return L_7;
}
IL_0024:
{
// Graph instance = null;
V_0 = (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032*)NULL;
// if ( !instances.TryGetValue(originalGraph, out instance) ) {
Dictionary_2_t53340DA94CD089F96CBE1DAF7C4D853B6AF205FA* L_8 = __this->___instances_17;
Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* L_9 = ___0_originalGraph;
NullCheck(L_8);
bool L_10;
L_10 = Dictionary_2_TryGetValue_m756028C2DE234FA9930758DF90FC96D922670092(L_8, L_9, (&V_0), Dictionary_2_TryGetValue_m756028C2DE234FA9930758DF90FC96D922670092_RuntimeMethod_var);
if (L_10)
{
goto IL_004b;
}
}
{
// instance = Graph.Clone<Graph>(originalGraph, null);
Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* L_11 = ___0_originalGraph;
Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* L_12;
L_12 = Graph_Clone_TisGraph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032_m7F7B27784A0FA3A36B9889CDEA1F6C11CA6C406A(L_11, (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032*)NULL, Graph_Clone_TisGraph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032_m7F7B27784A0FA3A36B9889CDEA1F6C11CA6C406A_RuntimeMethod_var);
V_0 = L_12;
// instances[originalGraph] = instance;
Dictionary_2_t53340DA94CD089F96CBE1DAF7C4D853B6AF205FA* L_13 = __this->___instances_17;
Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* L_14 = ___0_originalGraph;
Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* L_15 = V_0;
NullCheck(L_13);
Dictionary_2_set_Item_mEF1EA5784E50B8BFDDA6EF2A8067B3B1C28586BF(L_13, L_14, L_15, Dictionary_2_set_Item_mEF1EA5784E50B8BFDDA6EF2A8067B3B1C28586BF_RuntimeMethod_var);
}
IL_004b:
{
// return instance;
Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* L_16 = V_0;
return L_16;
}
}
// System.Void NodeCanvas.Framework.GraphOwner::StartBehaviour()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GraphOwner_StartBehaviour_m89D9445FECDE19E7F78205E7F07B57C2AE7B4C19 (GraphOwner_t403B42955FE2A2C62A9578A7E1ED47FF1B39A37F* __this, const RuntimeMethod* method)
{
{
// public void StartBehaviour() { StartBehaviour(updateMode, null); }
int32_t L_0;
L_0 = GraphOwner_get_updateMode_mF0B585371AB03A98999B5B767D1DAF8EF791491F_inline(__this, NULL);
GraphOwner_StartBehaviour_m787D9A4E4E8FD14441E7F72DD86B772FD043B920(__this, L_0, (Action_1_t10DCB0C07D0D3C565CEACADC80D1152B35A45F6C*)NULL, NULL);
// public void StartBehaviour() { StartBehaviour(updateMode, null); }
return;
}
}
// System.Void NodeCanvas.Framework.GraphOwner::StartBehaviour(System.Action`1<System.Boolean>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GraphOwner_StartBehaviour_m09E4DAA7AFB497A968F83BD1B105AFA1CC10EB0B (GraphOwner_t403B42955FE2A2C62A9578A7E1ED47FF1B39A37F* __this, Action_1_t10DCB0C07D0D3C565CEACADC80D1152B35A45F6C* ___0_callback, const RuntimeMethod* method)
{
{
// public void StartBehaviour(System.Action<bool> callback) { StartBehaviour(updateMode, callback); }
int32_t L_0;
L_0 = GraphOwner_get_updateMode_mF0B585371AB03A98999B5B767D1DAF8EF791491F_inline(__this, NULL);
Action_1_t10DCB0C07D0D3C565CEACADC80D1152B35A45F6C* L_1 = ___0_callback;
GraphOwner_StartBehaviour_m787D9A4E4E8FD14441E7F72DD86B772FD043B920(__this, L_0, L_1, NULL);
// public void StartBehaviour(System.Action<bool> callback) { StartBehaviour(updateMode, callback); }
return;
}
}
// System.Void NodeCanvas.Framework.GraphOwner::StartBehaviour(NodeCanvas.Framework.Graph/UpdateMode,System.Action`1<System.Boolean>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GraphOwner_StartBehaviour_m787D9A4E4E8FD14441E7F72DD86B772FD043B920 (GraphOwner_t403B42955FE2A2C62A9578A7E1ED47FF1B39A37F* __this, int32_t ___0_updateMode, Action_1_t10DCB0C07D0D3C565CEACADC80D1152B35A45F6C* ___1_callback, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GraphOwner_t403B42955FE2A2C62A9578A7E1ED47FF1B39A37F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// graph = GetInstance(graph);
Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* L_0;
L_0 = VirtualFuncInvoker0< Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* >::Invoke(6 /* NodeCanvas.Framework.Graph NodeCanvas.Framework.GraphOwner::get_graph() */, __this);
Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* L_1;
L_1 = GraphOwner_GetInstance_m2C70861A609EBD0D9E8E62E95F7520490E9F5C29(__this, L_0, NULL);
VirtualActionInvoker1< Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* >::Invoke(7 /* System.Void NodeCanvas.Framework.GraphOwner::set_graph(NodeCanvas.Framework.Graph) */, __this, L_1);
// if ( graph != null ) {
Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* L_2;
L_2 = VirtualFuncInvoker0< Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* >::Invoke(6 /* NodeCanvas.Framework.Graph NodeCanvas.Framework.GraphOwner::get_graph() */, __this);
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_3;
L_3 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_2, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
if (!L_3)
{
goto IL_0046;
}
}
{
// graph.StartGraph(this, blackboard, updateMode, callback);
Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* L_4;
L_4 = VirtualFuncInvoker0< Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* >::Invoke(6 /* NodeCanvas.Framework.Graph NodeCanvas.Framework.GraphOwner::get_graph() */, __this);
RuntimeObject* L_5;
L_5 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(8 /* NodeCanvas.Framework.IBlackboard NodeCanvas.Framework.GraphOwner::get_blackboard() */, __this);
int32_t L_6 = ___0_updateMode;
Action_1_t10DCB0C07D0D3C565CEACADC80D1152B35A45F6C* L_7 = ___1_callback;
NullCheck(L_4);
Graph_StartGraph_mB8DA3D5BD87B7B1D66B097F8AC803BC3F91F4231(L_4, __this, L_5, L_6, L_7, NULL);
// if ( onOwnerBehaviourStateChange != null ) {
Action_1_t06A7661594CD9F4E038116E861A689CB3A3C2DEC* L_8 = ((GraphOwner_t403B42955FE2A2C62A9578A7E1ED47FF1B39A37F_StaticFields*)il2cpp_codegen_static_fields_for(GraphOwner_t403B42955FE2A2C62A9578A7E1ED47FF1B39A37F_il2cpp_TypeInfo_var))->___onOwnerBehaviourStateChange_6;
if (!L_8)
{
goto IL_0046;
}
}
{
// onOwnerBehaviourStateChange(this);
Action_1_t06A7661594CD9F4E038116E861A689CB3A3C2DEC* L_9 = ((GraphOwner_t403B42955FE2A2C62A9578A7E1ED47FF1B39A37F_StaticFields*)il2cpp_codegen_static_fields_for(GraphOwner_t403B42955FE2A2C62A9578A7E1ED47FF1B39A37F_il2cpp_TypeInfo_var))->___onOwnerBehaviourStateChange_6;
NullCheck(L_9);
Action_1_Invoke_m3AAAF6CD8BCE4783623BE289628441B12CC52AC5_inline(L_9, __this, NULL);
}
IL_0046:
{
// }
return;
}
}
// System.Void NodeCanvas.Framework.GraphOwner::PauseBehaviour()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GraphOwner_PauseBehaviour_mAE08099FFCBBE2648D8252EF835AD27ACC46588A (GraphOwner_t403B42955FE2A2C62A9578A7E1ED47FF1B39A37F* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GraphOwner_t403B42955FE2A2C62A9578A7E1ED47FF1B39A37F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// if ( graph != null ) {
Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* L_0;
L_0 = VirtualFuncInvoker0< Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* >::Invoke(6 /* NodeCanvas.Framework.Graph NodeCanvas.Framework.GraphOwner::get_graph() */, __this);
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_002b;
}
}
{
// graph.Pause();
Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* L_2;
L_2 = VirtualFuncInvoker0< Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* >::Invoke(6 /* NodeCanvas.Framework.Graph NodeCanvas.Framework.GraphOwner::get_graph() */, __this);
NullCheck(L_2);
Graph_Pause_mB1CAA109250FCC32DDF3A8ECF050111E8ADD2884(L_2, NULL);
// if ( onOwnerBehaviourStateChange != null ) {
Action_1_t06A7661594CD9F4E038116E861A689CB3A3C2DEC* L_3 = ((GraphOwner_t403B42955FE2A2C62A9578A7E1ED47FF1B39A37F_StaticFields*)il2cpp_codegen_static_fields_for(GraphOwner_t403B42955FE2A2C62A9578A7E1ED47FF1B39A37F_il2cpp_TypeInfo_var))->___onOwnerBehaviourStateChange_6;
if (!L_3)
{
goto IL_002b;
}
}
{
// onOwnerBehaviourStateChange(this);
Action_1_t06A7661594CD9F4E038116E861A689CB3A3C2DEC* L_4 = ((GraphOwner_t403B42955FE2A2C62A9578A7E1ED47FF1B39A37F_StaticFields*)il2cpp_codegen_static_fields_for(GraphOwner_t403B42955FE2A2C62A9578A7E1ED47FF1B39A37F_il2cpp_TypeInfo_var))->___onOwnerBehaviourStateChange_6;
NullCheck(L_4);
Action_1_Invoke_m3AAAF6CD8BCE4783623BE289628441B12CC52AC5_inline(L_4, __this, NULL);
}
IL_002b:
{
// }
return;
}
}
// System.Void NodeCanvas.Framework.GraphOwner::StopBehaviour(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GraphOwner_StopBehaviour_mAC5D3FD9AE0D017717DC0FE9EE0681DDC4CAFF7F (GraphOwner_t403B42955FE2A2C62A9578A7E1ED47FF1B39A37F* __this, bool ___0_success, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GraphOwner_t403B42955FE2A2C62A9578A7E1ED47FF1B39A37F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// if ( graph != null ) {
Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* L_0;
L_0 = VirtualFuncInvoker0< Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* >::Invoke(6 /* NodeCanvas.Framework.Graph NodeCanvas.Framework.GraphOwner::get_graph() */, __this);
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_002c;
}
}
{
// graph.Stop(success);
Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* L_2;
L_2 = VirtualFuncInvoker0< Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* >::Invoke(6 /* NodeCanvas.Framework.Graph NodeCanvas.Framework.GraphOwner::get_graph() */, __this);
bool L_3 = ___0_success;
NullCheck(L_2);
Graph_Stop_mD6BCF97B46BD1CF0C77D5E8758D4A3E00FA0464E(L_2, L_3, NULL);
// if ( onOwnerBehaviourStateChange != null ) {
Action_1_t06A7661594CD9F4E038116E861A689CB3A3C2DEC* L_4 = ((GraphOwner_t403B42955FE2A2C62A9578A7E1ED47FF1B39A37F_StaticFields*)il2cpp_codegen_static_fields_for(GraphOwner_t403B42955FE2A2C62A9578A7E1ED47FF1B39A37F_il2cpp_TypeInfo_var))->___onOwnerBehaviourStateChange_6;
if (!L_4)
{
goto IL_002c;
}
}
{
// onOwnerBehaviourStateChange(this);
Action_1_t06A7661594CD9F4E038116E861A689CB3A3C2DEC* L_5 = ((GraphOwner_t403B42955FE2A2C62A9578A7E1ED47FF1B39A37F_StaticFields*)il2cpp_codegen_static_fields_for(GraphOwner_t403B42955FE2A2C62A9578A7E1ED47FF1B39A37F_il2cpp_TypeInfo_var))->___onOwnerBehaviourStateChange_6;
NullCheck(L_5);
Action_1_Invoke_m3AAAF6CD8BCE4783623BE289628441B12CC52AC5_inline(L_5, __this, NULL);
}
IL_002c:
{
// }
return;
}
}
// System.Void NodeCanvas.Framework.GraphOwner::UpdateBehaviour()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GraphOwner_UpdateBehaviour_mC6F27858B6BA488C9DBC77FBC8101F2AFEF23911 (GraphOwner_t403B42955FE2A2C62A9578A7E1ED47FF1B39A37F* __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 ( graph != null ) {
Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* L_0;
L_0 = VirtualFuncInvoker0< Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* >::Invoke(6 /* NodeCanvas.Framework.Graph NodeCanvas.Framework.GraphOwner::get_graph() */, __this);
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_0019;
}
}
{
// graph.UpdateGraph();
Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* L_2;
L_2 = VirtualFuncInvoker0< Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* >::Invoke(6 /* NodeCanvas.Framework.Graph NodeCanvas.Framework.GraphOwner::get_graph() */, __this);
NullCheck(L_2);
Graph_UpdateGraph_m8863DEA7CACF2CD296F74924B561D840D05A924E(L_2, NULL);
}
IL_0019:
{
// }
return;
}
}
// System.Void NodeCanvas.Framework.GraphOwner::RestartBehaviour()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GraphOwner_RestartBehaviour_m2251D7EB58DED085B6EB30B5883824A65789BFB4 (GraphOwner_t403B42955FE2A2C62A9578A7E1ED47FF1B39A37F* __this, const RuntimeMethod* method)
{
{
// StopBehaviour();
GraphOwner_StopBehaviour_mAC5D3FD9AE0D017717DC0FE9EE0681DDC4CAFF7F(__this, (bool)1, NULL);
// StartBehaviour();
GraphOwner_StartBehaviour_m89D9445FECDE19E7F78205E7F07B57C2AE7B4C19(__this, NULL);
// }
return;
}
}
// System.Void NodeCanvas.Framework.GraphOwner::SendEvent(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GraphOwner_SendEvent_mEF4EC306127DC21D480BEBBF4FA688BE1C06ED92 (GraphOwner_t403B42955FE2A2C62A9578A7E1ED47FF1B39A37F* __this, String_t* ___0_eventName, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// public void SendEvent(string eventName) { if ( graph != null ) { graph.SendEvent(eventName, null, null); } }
Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* L_0;
L_0 = VirtualFuncInvoker0< Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* >::Invoke(6 /* NodeCanvas.Framework.Graph NodeCanvas.Framework.GraphOwner::get_graph() */, __this);
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_001c;
}
}
{
// public void SendEvent(string eventName) { if ( graph != null ) { graph.SendEvent(eventName, null, null); } }
Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* L_2;
L_2 = VirtualFuncInvoker0< Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* >::Invoke(6 /* NodeCanvas.Framework.Graph NodeCanvas.Framework.GraphOwner::get_graph() */, __this);
String_t* L_3 = ___0_eventName;
NullCheck(L_2);
Graph_SendEvent_m6472A6F8C3EB0D1303080E0AC3264A3C39C5B426(L_2, L_3, NULL, NULL, NULL);
}
IL_001c:
{
// public void SendEvent(string eventName) { if ( graph != null ) { graph.SendEvent(eventName, null, null); } }
return;
}
}
// System.Void NodeCanvas.Framework.GraphOwner::SendEvent(System.String,System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GraphOwner_SendEvent_m4D572F7D53193957DBCC120966B932DE5959A62A (GraphOwner_t403B42955FE2A2C62A9578A7E1ED47FF1B39A37F* __this, String_t* ___0_eventName, RuntimeObject* ___1_value, RuntimeObject* ___2_sender, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// public void SendEvent(string eventName, object value, object sender) { if ( graph != null ) { graph.SendEvent(eventName, value, sender); } }
Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* L_0;
L_0 = VirtualFuncInvoker0< Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* >::Invoke(6 /* NodeCanvas.Framework.Graph NodeCanvas.Framework.GraphOwner::get_graph() */, __this);
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_001c;
}
}
{
// public void SendEvent(string eventName, object value, object sender) { if ( graph != null ) { graph.SendEvent(eventName, value, sender); } }
Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* L_2;
L_2 = VirtualFuncInvoker0< Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* >::Invoke(6 /* NodeCanvas.Framework.Graph NodeCanvas.Framework.GraphOwner::get_graph() */, __this);
String_t* L_3 = ___0_eventName;
RuntimeObject* L_4 = ___1_value;
RuntimeObject* L_5 = ___2_sender;
NullCheck(L_2);
Graph_SendEvent_m6472A6F8C3EB0D1303080E0AC3264A3C39C5B426(L_2, L_3, L_4, L_5, NULL);
}
IL_001c:
{
// public void SendEvent(string eventName, object value, object sender) { if ( graph != null ) { graph.SendEvent(eventName, value, sender); } }
return;
}
}
// System.Void NodeCanvas.Framework.GraphOwner::Awake()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GraphOwner_Awake_m635349EF06487A35B506BB711FABAE7ED42644F4 (GraphOwner_t403B42955FE2A2C62A9578A7E1ED47FF1B39A37F* __this, const RuntimeMethod* method)
{
{
// Initialize();
GraphOwner_Initialize_m793BCF4D626FA31A546D282BD659682E765E4B74(__this, NULL);
// }
return;
}
}
// System.Void NodeCanvas.Framework.GraphOwner::Initialize()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GraphOwner_Initialize_m793BCF4D626FA31A546D282BD659682E765E4B74 (GraphOwner_t403B42955FE2A2C62A9578A7E1ED47FF1B39A37F* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_set_Item_mEF1EA5784E50B8BFDDA6EF2A8067B3B1C28586BF_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GraphOwner_U3CInitializeU3Eb__96_0_mF6C487DD007013C605BF32F951DC11CA51ECEED1_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
GraphSource_tDFC175F2BFB99D693583B1D52BB6857C73932914* V_0 = NULL;
String_t* V_1 = NULL;
List_1_t9A2E2984B23260AECDFA90CEB1F2887075FA4DF3* V_2 = NULL;
Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* V_3 = NULL;
GraphLoadData_tB66F322B078529E7D0662DB455327C2E5C936304 V_4;
memset((&V_4), 0, sizeof(V_4));
{
// if ( initialized ) {
bool L_0;
L_0 = GraphOwner_get_initialized_m73E4E0A67B1DC7B003E3C32F022FBAB33D8E9CAC_inline(__this, NULL);
if (!L_0)
{
goto IL_0009;
}
}
{
// return;
return;
}
IL_0009:
{
// if ( graph == null && !graphIsBound ) {
Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* L_1;
L_1 = VirtualFuncInvoker0< Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* >::Invoke(6 /* NodeCanvas.Framework.Graph NodeCanvas.Framework.GraphOwner::get_graph() */, __this);
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_0020;
}
}
{
bool L_3;
L_3 = GraphOwner_get_graphIsBound_mAAE593D78BB8A025D427F415D0F1118AE9C80E74(__this, NULL);
if (L_3)
{
goto IL_0020;
}
}
{
// return;
return;
}
IL_0020:
{
// var newGraph = (Graph)ScriptableObject.CreateInstance(graphType);
Type_t* L_4;
L_4 = VirtualFuncInvoker0< Type_t* >::Invoke(10 /* System.Type NodeCanvas.Framework.GraphOwner::get_graphType() */, __this);
ScriptableObject_tB3BFDB921A1B1795B38A5417D3B97A89A140436A* L_5;
L_5 = ScriptableObject_CreateInstance_mE015043D7EC19654FDFB830A9393B3914FF5FC24(L_4, NULL);
V_3 = ((Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032*)CastclassClass((RuntimeObject*)L_5, Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032_il2cpp_TypeInfo_var));
// if ( graphIsBound ) {
bool L_6;
L_6 = GraphOwner_get_graphIsBound_mAAE593D78BB8A025D427F415D0F1118AE9C80E74(__this, NULL);
if (!L_6)
{
goto IL_006e;
}
}
{
// newGraph.name = graphType.Name;
Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* L_7 = V_3;
Type_t* L_8;
L_8 = VirtualFuncInvoker0< Type_t* >::Invoke(10 /* System.Type NodeCanvas.Framework.GraphOwner::get_graphType() */, __this);
NullCheck(L_8);
String_t* L_9;
L_9 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_8);
NullCheck(L_7);
Object_set_name_mC79E6DC8FFD72479C90F0C4CC7F42A0FEAF5AE47(L_7, L_9, NULL);
// finalSource = boundGraphSource;
GraphSource_tDFC175F2BFB99D693583B1D52BB6857C73932914* L_10;
L_10 = GraphOwner_get_boundGraphSource_m6DD86AFF545200BBD114081E22DC5DC6363A654A_inline(__this, NULL);
V_0 = L_10;
// finalJson = boundGraphSerialization;
String_t* L_11;
L_11 = GraphOwner_get_boundGraphSerialization_m74C20573C1B785DF8015007E3129552ABF753DEB_inline(__this, NULL);
V_1 = L_11;
// finalReferences = boundGraphObjectReferences;
List_1_t9A2E2984B23260AECDFA90CEB1F2887075FA4DF3* L_12;
L_12 = GraphOwner_get_boundGraphObjectReferences_m7C3850E945CEDCB52B3B766A0D8B51FECA594484_inline(__this, NULL);
V_2 = L_12;
// instances[newGraph] = newGraph;
Dictionary_2_t53340DA94CD089F96CBE1DAF7C4D853B6AF205FA* L_13 = __this->___instances_17;
Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* L_14 = V_3;
Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* L_15 = V_3;
NullCheck(L_13);
Dictionary_2_set_Item_mEF1EA5784E50B8BFDDA6EF2A8067B3B1C28586BF(L_13, L_14, L_15, Dictionary_2_set_Item_mEF1EA5784E50B8BFDDA6EF2A8067B3B1C28586BF_RuntimeMethod_var);
goto IL_00b5;
}
IL_006e:
{
// newGraph.name = graph.name;
Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* L_16 = V_3;
Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* L_17;
L_17 = VirtualFuncInvoker0< Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* >::Invoke(6 /* NodeCanvas.Framework.Graph NodeCanvas.Framework.GraphOwner::get_graph() */, __this);
NullCheck(L_17);
String_t* L_18;
L_18 = Object_get_name_mAC2F6B897CF1303BA4249B4CB55271AFACBB6392(L_17, NULL);
NullCheck(L_16);
Object_set_name_mC79E6DC8FFD72479C90F0C4CC7F42A0FEAF5AE47(L_16, L_18, NULL);
// finalSource = graph.GetGraphSource();
Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* L_19;
L_19 = VirtualFuncInvoker0< Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* >::Invoke(6 /* NodeCanvas.Framework.Graph NodeCanvas.Framework.GraphOwner::get_graph() */, __this);
NullCheck(L_19);
GraphSource_tDFC175F2BFB99D693583B1D52BB6857C73932914* L_20;
L_20 = Graph_GetGraphSource_m798C5E088A38D293E865E8D471E08BC61CBD471F_inline(L_19, NULL);
V_0 = L_20;
// finalJson = graph.GetSerializedJsonData();
Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* L_21;
L_21 = VirtualFuncInvoker0< Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* >::Invoke(6 /* NodeCanvas.Framework.Graph NodeCanvas.Framework.GraphOwner::get_graph() */, __this);
NullCheck(L_21);
String_t* L_22;
L_22 = Graph_GetSerializedJsonData_m6026D4C8277466B69500277807128027791A7C83_inline(L_21, NULL);
V_1 = L_22;
// finalReferences = graph.GetSerializedReferencesData();
Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* L_23;
L_23 = VirtualFuncInvoker0< Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* >::Invoke(6 /* NodeCanvas.Framework.Graph NodeCanvas.Framework.GraphOwner::get_graph() */, __this);
NullCheck(L_23);
List_1_t9A2E2984B23260AECDFA90CEB1F2887075FA4DF3* L_24;
L_24 = Graph_GetSerializedReferencesData_mDEA56D20F624E14606C5985405EF2414C82C0FBF(L_23, NULL);
V_2 = L_24;
// instances[graph] = newGraph;
Dictionary_2_t53340DA94CD089F96CBE1DAF7C4D853B6AF205FA* L_25 = __this->___instances_17;
Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* L_26;
L_26 = VirtualFuncInvoker0< Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* >::Invoke(6 /* NodeCanvas.Framework.Graph NodeCanvas.Framework.GraphOwner::get_graph() */, __this);
Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* L_27 = V_3;
NullCheck(L_25);
Dictionary_2_set_Item_mEF1EA5784E50B8BFDDA6EF2A8067B3B1C28586BF(L_25, L_26, L_27, Dictionary_2_set_Item_mEF1EA5784E50B8BFDDA6EF2A8067B3B1C28586BF_RuntimeMethod_var);
}
IL_00b5:
{
// this.graph = newGraph;
Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* L_28 = V_3;
VirtualActionInvoker1< Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* >::Invoke(7 /* System.Void NodeCanvas.Framework.GraphOwner::set_graph(NodeCanvas.Framework.Graph) */, __this, L_28);
// var loadData = new GraphLoadData();
il2cpp_codegen_initobj((&V_4), sizeof(GraphLoadData_tB66F322B078529E7D0662DB455327C2E5C936304));
// loadData.source = finalSource;
GraphSource_tDFC175F2BFB99D693583B1D52BB6857C73932914* L_29 = V_0;
(&V_4)->___source_0 = L_29;
Il2CppCodeGenWriteBarrier((void**)(&(&V_4)->___source_0), (void*)L_29);
// loadData.json = finalJson;
String_t* L_30 = V_1;
(&V_4)->___json_1 = L_30;
Il2CppCodeGenWriteBarrier((void**)(&(&V_4)->___json_1), (void*)L_30);
// loadData.references = finalReferences;
List_1_t9A2E2984B23260AECDFA90CEB1F2887075FA4DF3* L_31 = V_2;
(&V_4)->___references_2 = L_31;
Il2CppCodeGenWriteBarrier((void**)(&(&V_4)->___references_2), (void*)L_31);
// loadData.agent = this;
(&V_4)->___agent_3 = __this;
Il2CppCodeGenWriteBarrier((void**)(&(&V_4)->___agent_3), (void*)__this);
// loadData.parentBlackboard = this.blackboard;
RuntimeObject* L_32;
L_32 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(8 /* NodeCanvas.Framework.IBlackboard NodeCanvas.Framework.GraphOwner::get_blackboard() */, __this);
(&V_4)->___parentBlackboard_4 = L_32;
Il2CppCodeGenWriteBarrier((void**)(&(&V_4)->___parentBlackboard_4), (void*)L_32);
// loadData.preInitializeSubGraphs = this.preInitializeSubGraphs;
bool L_33;
L_33 = GraphOwner_get_preInitializeSubGraphs_mB185310FDE5B4AB973E6E99C5F54D2137AC70338_inline(__this, NULL);
(&V_4)->___preInitializeSubGraphs_5 = L_33;
// if ( firstActivation == FirstActivation.Async ) {
int32_t L_34;
L_34 = GraphOwner_get_firstActivation_m9325EDFA6A6AD13273FBD21225C7B6B8D8F531E6_inline(__this, NULL);
if ((!(((uint32_t)L_34) == ((uint32_t)2))))
{
goto IL_0121;
}
}
{
// graph.LoadOverwriteAsync(loadData, () =>
// {
// BindExposedParameters();
// //remark: activeInHierarchy is checked in case user instantiate and disable gameobject instantly for pooling reasons
// if ( !isRunning && enableAction == EnableAction.EnableBehaviour && gameObject.activeInHierarchy ) {
// StartBehaviour();
// InvokeStartEvent();
// }
// initialized = true;
// });
Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* L_35;
L_35 = VirtualFuncInvoker0< Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* >::Invoke(6 /* NodeCanvas.Framework.Graph NodeCanvas.Framework.GraphOwner::get_graph() */, __this);
GraphLoadData_tB66F322B078529E7D0662DB455327C2E5C936304 L_36 = V_4;
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_37 = (Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)il2cpp_codegen_object_new(Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var);
NullCheck(L_37);
Action__ctor_mBDC7B0B4A3F583B64C2896F01BDED360772F67DC(L_37, __this, (intptr_t)((void*)GraphOwner_U3CInitializeU3Eb__96_0_mF6C487DD007013C605BF32F951DC11CA51ECEED1_RuntimeMethod_var), NULL);
NullCheck(L_35);
Graph_LoadOverwriteAsync_m942C0E7F38808B2E18F2E5F657DB6B0EFCF87825(L_35, L_36, L_37, NULL);
return;
}
IL_0121:
{
// graph.LoadOverwrite(loadData);
Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* L_38;
L_38 = VirtualFuncInvoker0< Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* >::Invoke(6 /* NodeCanvas.Framework.Graph NodeCanvas.Framework.GraphOwner::get_graph() */, __this);
GraphLoadData_tB66F322B078529E7D0662DB455327C2E5C936304 L_39 = V_4;
NullCheck(L_38);
Graph_LoadOverwrite_mE26F3B76846AB5C5CDCAA76C6A8F8955B72A47B1(L_38, L_39, NULL);
// BindExposedParameters();
GraphOwner_BindExposedParameters_m48BCDA0EEBD9D67B13C48E559A45741F6C8E76A7(__this, NULL);
// initialized = true;
GraphOwner_set_initialized_m3B720B9AFC4AE2D702178D93C59515B54EC79EFA_inline(__this, (bool)1, NULL);
// }
return;
}
}
// System.Void NodeCanvas.Framework.GraphOwner::BindExposedParameters()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GraphOwner_BindExposedParameters_m48BCDA0EEBD9D67B13C48E559A45741F6C8E76A7 (GraphOwner_t403B42955FE2A2C62A9578A7E1ED47FF1B39A37F* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_mA398C569C086B0A552641E57CBC17DA97DE81023_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_mE1015C539BE1AF7FA95290E842529F7746781CCE_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
// if ( exposedParameters != null && graph != null ) {
List_1_t91EDD67AF63284D37C24863790C26947C3D343A8* L_0;
L_0 = GraphOwner_get_exposedParameters_m3FE7EA23CC9CC34677110F36778CCE56A6266261_inline(__this, NULL);
if (!L_0)
{
goto IL_0048;
}
}
{
Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* L_1;
L_1 = VirtualFuncInvoker0< Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* >::Invoke(6 /* NodeCanvas.Framework.Graph NodeCanvas.Framework.GraphOwner::get_graph() */, __this);
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_0048;
}
}
{
// for ( var i = 0; i < exposedParameters.Count; i++ ) {
V_0 = 0;
goto IL_003a;
}
IL_001a:
{
// exposedParameters[i].Bind(graph.blackboard);
List_1_t91EDD67AF63284D37C24863790C26947C3D343A8* L_3;
L_3 = GraphOwner_get_exposedParameters_m3FE7EA23CC9CC34677110F36778CCE56A6266261_inline(__this, NULL);
int32_t L_4 = V_0;
NullCheck(L_3);
ExposedParameter_t5B067E3C3C960B6EE910BDA92DC673245CC41F33* L_5;
L_5 = List_1_get_Item_mE1015C539BE1AF7FA95290E842529F7746781CCE(L_3, L_4, List_1_get_Item_mE1015C539BE1AF7FA95290E842529F7746781CCE_RuntimeMethod_var);
Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* L_6;
L_6 = VirtualFuncInvoker0< Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* >::Invoke(6 /* NodeCanvas.Framework.Graph NodeCanvas.Framework.GraphOwner::get_graph() */, __this);
NullCheck(L_6);
RuntimeObject* L_7;
L_7 = Graph_get_blackboard_mEA857457C284A543695FBD6B8A9BA8C46EDB4B93(L_6, NULL);
NullCheck(L_5);
VirtualActionInvoker1< RuntimeObject* >::Invoke(8 /* System.Void NodeCanvas.Framework.ExposedParameter::Bind(NodeCanvas.Framework.IBlackboard) */, L_5, L_7);
// for ( var i = 0; i < exposedParameters.Count; i++ ) {
int32_t L_8 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add(L_8, 1));
}
IL_003a:
{
// for ( var i = 0; i < exposedParameters.Count; i++ ) {
int32_t L_9 = V_0;
List_1_t91EDD67AF63284D37C24863790C26947C3D343A8* L_10;
L_10 = GraphOwner_get_exposedParameters_m3FE7EA23CC9CC34677110F36778CCE56A6266261_inline(__this, NULL);
NullCheck(L_10);
int32_t L_11;
L_11 = List_1_get_Count_mA398C569C086B0A552641E57CBC17DA97DE81023_inline(L_10, List_1_get_Count_mA398C569C086B0A552641E57CBC17DA97DE81023_RuntimeMethod_var);
if ((((int32_t)L_9) < ((int32_t)L_11)))
{
goto IL_001a;
}
}
IL_0048:
{
// }
return;
}
}
// System.Void NodeCanvas.Framework.GraphOwner::OnEnable()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GraphOwner_OnEnable_mEEEA24AAB41827ABAD3A310626C630430FADB8A5 (GraphOwner_t403B42955FE2A2C62A9578A7E1ED47FF1B39A37F* __this, const RuntimeMethod* method)
{
{
// if ( firstActivation == FirstActivation.OnEnable || enableCalled ) {
int32_t L_0;
L_0 = GraphOwner_get_firstActivation_m9325EDFA6A6AD13273FBD21225C7B6B8D8F531E6_inline(__this, NULL);
if (!L_0)
{
goto IL_0010;
}
}
{
bool L_1;
L_1 = GraphOwner_get_enableCalled_m4ECA02587C68F17D85F3991E584F050F5FB4B7FA_inline(__this, NULL);
if (!L_1)
{
goto IL_002e;
}
}
IL_0010:
{
// if ( ( !isRunning || isPaused ) && enableAction == EnableAction.EnableBehaviour ) {
bool L_2;
L_2 = GraphOwner_get_isRunning_mB07F2A0E8A2463D4130C0BDA2261F3A013889B3D(__this, NULL);
if (!L_2)
{
goto IL_0020;
}
}
{
bool L_3;
L_3 = GraphOwner_get_isPaused_m1F307B7DDE5732FD41C5EED2DBE65CC64363B653(__this, NULL);
if (!L_3)
{
goto IL_002e;
}
}
IL_0020:
{
int32_t L_4;
L_4 = GraphOwner_get_enableAction_m79EEF23358CCCBF4DA6F01A9B762A4ED46B77A5A_inline(__this, NULL);
if (L_4)
{
goto IL_002e;
}
}
{
// StartBehaviour();
GraphOwner_StartBehaviour_m89D9445FECDE19E7F78205E7F07B57C2AE7B4C19(__this, NULL);
}
IL_002e:
{
// enableCalled = true;
GraphOwner_set_enableCalled_m6FCE665C2E02A955AE14D44D5FDC80AB09C906FC_inline(__this, (bool)1, NULL);
// }
return;
}
}
// System.Void NodeCanvas.Framework.GraphOwner::Start()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GraphOwner_Start_mD3A358D8D6400BA2FBB301E163A51EDD493A7D71 (GraphOwner_t403B42955FE2A2C62A9578A7E1ED47FF1B39A37F* __this, const RuntimeMethod* method)
{
{
// if ( firstActivation == FirstActivation.OnStart ) {
int32_t L_0;
L_0 = GraphOwner_get_firstActivation_m9325EDFA6A6AD13273FBD21225C7B6B8D8F531E6_inline(__this, NULL);
if ((!(((uint32_t)L_0) == ((uint32_t)1))))
{
goto IL_001f;
}
}
{
// if ( !isRunning && enableAction == EnableAction.EnableBehaviour ) {
bool L_1;
L_1 = GraphOwner_get_isRunning_mB07F2A0E8A2463D4130C0BDA2261F3A013889B3D(__this, NULL);
if (L_1)
{
goto IL_001f;
}
}
{
int32_t L_2;
L_2 = GraphOwner_get_enableAction_m79EEF23358CCCBF4DA6F01A9B762A4ED46B77A5A_inline(__this, NULL);
if (L_2)
{
goto IL_001f;
}
}
{
// StartBehaviour();
GraphOwner_StartBehaviour_m89D9445FECDE19E7F78205E7F07B57C2AE7B4C19(__this, NULL);
}
IL_001f:
{
// InvokeStartEvent();
GraphOwner_InvokeStartEvent_mDDC5D79EE19D647ABB01A479CAC033BDDE96FA7B(__this, NULL);
// startCalled = true;
GraphOwner_set_startCalled_m9ADBC9F3B7A68FBBAF46667C44102BA4E99E2B67_inline(__this, (bool)1, NULL);
// }
return;
}
}
// System.Void NodeCanvas.Framework.GraphOwner::InvokeStartEvent()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GraphOwner_InvokeStartEvent_mDDC5D79EE19D647ABB01A479CAC033BDDE96FA7B (GraphOwner_t403B42955FE2A2C62A9578A7E1ED47FF1B39A37F* __this, const RuntimeMethod* method)
{
{
// if ( onMonoBehaviourStart != null ) {
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_0 = __this->___onMonoBehaviourStart_7;
if (!L_0)
{
goto IL_001a;
}
}
{
// onMonoBehaviourStart();
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_1 = __this->___onMonoBehaviourStart_7;
NullCheck(L_1);
Action_Invoke_m7126A54DACA72B845424072887B5F3A51FC3808E_inline(L_1, NULL);
// onMonoBehaviourStart = null;
__this->___onMonoBehaviourStart_7 = (Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)NULL;
Il2CppCodeGenWriteBarrier((void**)(&__this->___onMonoBehaviourStart_7), (void*)(Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)NULL);
}
IL_001a:
{
// }
return;
}
}
// System.Void NodeCanvas.Framework.GraphOwner::OnDisable()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GraphOwner_OnDisable_m49B4FDB3A143A9520D8A684A924D04CC04885754 (GraphOwner_t403B42955FE2A2C62A9578A7E1ED47FF1B39A37F* __this, const RuntimeMethod* method)
{
{
// if ( disableAction == DisableAction.DisableBehaviour ) {
int32_t L_0;
L_0 = GraphOwner_get_disableAction_m4242B22B4A13F33637079BC4F712BEDCF1C1485D_inline(__this, NULL);
if (L_0)
{
goto IL_000f;
}
}
{
// StopBehaviour();
GraphOwner_StopBehaviour_mAC5D3FD9AE0D017717DC0FE9EE0681DDC4CAFF7F(__this, (bool)1, NULL);
}
IL_000f:
{
// if ( disableAction == DisableAction.PauseBehaviour ) {
int32_t L_1;
L_1 = GraphOwner_get_disableAction_m4242B22B4A13F33637079BC4F712BEDCF1C1485D_inline(__this, NULL);
if ((!(((uint32_t)L_1) == ((uint32_t)1))))
{
goto IL_001e;
}
}
{
// PauseBehaviour();
GraphOwner_PauseBehaviour_mAE08099FFCBBE2648D8252EF835AD27ACC46588A(__this, NULL);
}
IL_001e:
{
// }
return;
}
}
// System.Void NodeCanvas.Framework.GraphOwner::OnDestroy()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GraphOwner_OnDestroy_m38E6818D48E650709B4D488F9C84F6A5DC8560A7 (GraphOwner_t403B42955FE2A2C62A9578A7E1ED47FF1B39A37F* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_get_Values_mDED4843FCD82C3882CCEF62334BEAA5A00562666_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m6165D43C2F7FFEE459D8A15A5177D9E198A33D2B_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_m88FA3E50D2CFCE73248D4987EC3164078FC27D8A_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_mD6A5A42AC811A958FEA385EEEEE5795E8BFD8A02_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_1_t457FDEB8BE089FC72C6EFA5397B23950051729D5_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_1_t43D6032B5F7FE90162777995EEBFAECF6F6C4AFC_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Threader_tFDCB2BB163812D50862D40F363A5EEA1073B1412_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ValueCollection_GetEnumerator_m385DFE5699F972BAB6B47E76A983A4308940D2F2_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
Enumerator_t81FFCB650AC787ADAAC97862B2C0948DC1FA3B9D V_0;
memset((&V_0), 0, sizeof(V_0));
Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* V_1 = NULL;
RuntimeObject* V_2 = NULL;
{
// if ( ParadoxNotion.Services.Threader.applicationIsPlaying ) {
il2cpp_codegen_runtime_class_init_inline(Threader_tFDCB2BB163812D50862D40F363A5EEA1073B1412_il2cpp_TypeInfo_var);
bool L_0;
L_0 = Threader_get_applicationIsPlaying_m9BA0A1EA10F4B4C159C86F94A96B67D558FFA831_inline(NULL);
if (!L_0)
{
goto IL_000e;
}
}
{
// StopBehaviour();
GraphOwner_StopBehaviour_mAC5D3FD9AE0D017717DC0FE9EE0681DDC4CAFF7F(__this, (bool)1, NULL);
}
IL_000e:
{
// foreach ( var instanceGraph in instances.Values ) {
Dictionary_2_t53340DA94CD089F96CBE1DAF7C4D853B6AF205FA* L_1 = __this->___instances_17;
NullCheck(L_1);
ValueCollection_t92472E911F4576EC82C8BDBA86E6261CF5D65849* L_2;
L_2 = Dictionary_2_get_Values_mDED4843FCD82C3882CCEF62334BEAA5A00562666(L_1, Dictionary_2_get_Values_mDED4843FCD82C3882CCEF62334BEAA5A00562666_RuntimeMethod_var);
NullCheck(L_2);
Enumerator_t81FFCB650AC787ADAAC97862B2C0948DC1FA3B9D L_3;
L_3 = ValueCollection_GetEnumerator_m385DFE5699F972BAB6B47E76A983A4308940D2F2(L_2, ValueCollection_GetEnumerator_m385DFE5699F972BAB6B47E76A983A4308940D2F2_RuntimeMethod_var);
V_0 = L_3;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_0067:
{// begin finally (depth: 1)
Enumerator_Dispose_m6165D43C2F7FFEE459D8A15A5177D9E198A33D2B((&V_0), Enumerator_Dispose_m6165D43C2F7FFEE459D8A15A5177D9E198A33D2B_RuntimeMethod_var);
return;
}// end finally (depth: 1)
});
try
{// begin try (depth: 1)
{
goto IL_005c_1;
}
IL_0021_1:
{
// foreach ( var instanceGraph in instances.Values ) {
Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* L_4;
L_4 = Enumerator_get_Current_mD6A5A42AC811A958FEA385EEEEE5795E8BFD8A02_inline((&V_0), Enumerator_get_Current_mD6A5A42AC811A958FEA385EEEEE5795E8BFD8A02_RuntimeMethod_var);
V_1 = L_4;
// foreach ( var subGraph in instanceGraph.GetAllInstancedNestedGraphs() ) {
Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* L_5 = V_1;
NullCheck(L_5);
RuntimeObject* L_6;
L_6 = Graph_GetAllInstancedNestedGraphs_m7E07796C803F71F59DB7F12A97175A36913592AA(L_5, NULL);
NullCheck(L_6);
RuntimeObject* L_7;
L_7 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.IEnumerable`1<NodeCanvas.Framework.Graph>::GetEnumerator() */, IEnumerable_1_t457FDEB8BE089FC72C6EFA5397B23950051729D5_il2cpp_TypeInfo_var, L_6);
V_2 = L_7;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_004c_1:
{// begin finally (depth: 2)
{
RuntimeObject* L_8 = V_2;
if (!L_8)
{
goto IL_0055_1;
}
}
{
RuntimeObject* L_9 = V_2;
NullCheck(L_9);
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_9);
}
IL_0055_1:
{
return;
}
}// end finally (depth: 2)
});
try
{// begin try (depth: 2)
{
goto IL_0042_2;
}
IL_0037_2:
{
// foreach ( var subGraph in instanceGraph.GetAllInstancedNestedGraphs() ) {
RuntimeObject* L_10 = V_2;
NullCheck(L_10);
Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* L_11;
L_11 = InterfaceFuncInvoker0< Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* >::Invoke(0 /* T System.Collections.Generic.IEnumerator`1<NodeCanvas.Framework.Graph>::get_Current() */, IEnumerator_1_t43D6032B5F7FE90162777995EEBFAECF6F6C4AFC_il2cpp_TypeInfo_var, L_10);
// Destroy(subGraph);
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
Object_Destroy_mE97D0A766419A81296E8D4E5C23D01D3FE91ACBB(L_11, NULL);
}
IL_0042_2:
{
// foreach ( var subGraph in instanceGraph.GetAllInstancedNestedGraphs() ) {
RuntimeObject* L_12 = V_2;
NullCheck(L_12);
bool L_13;
L_13 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_12);
if (L_13)
{
goto IL_0037_2;
}
}
{
goto IL_0056_1;
}
}// end try (depth: 2)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_0056_1:
{
// Destroy(instanceGraph);
Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* L_14 = V_1;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
Object_Destroy_mE97D0A766419A81296E8D4E5C23D01D3FE91ACBB(L_14, NULL);
}
IL_005c_1:
{
// foreach ( var instanceGraph in instances.Values ) {
bool L_15;
L_15 = Enumerator_MoveNext_m88FA3E50D2CFCE73248D4987EC3164078FC27D8A((&V_0), Enumerator_MoveNext_m88FA3E50D2CFCE73248D4987EC3164078FC27D8A_RuntimeMethod_var);
if (L_15)
{
goto IL_0021_1;
}
}
{
goto IL_0075;
}
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_0075:
{
// }
return;
}
}
// System.Void NodeCanvas.Framework.GraphOwner::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GraphOwner__ctor_m475C7F4A83931B4505FA81EB40759D35B381E65E (GraphOwner_t403B42955FE2A2C62A9578A7E1ED47FF1B39A37F* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_mC309D921A9B6D5BD89BD95BC8A944368B441228B_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_t53340DA94CD089F96CBE1DAF7C4D853B6AF205FA_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GraphSource_tDFC175F2BFB99D693583B1D52BB6857C73932914_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// private GraphSource _boundGraphSource = new GraphSource();
GraphSource_tDFC175F2BFB99D693583B1D52BB6857C73932914* L_0 = (GraphSource_tDFC175F2BFB99D693583B1D52BB6857C73932914*)il2cpp_codegen_object_new(GraphSource_tDFC175F2BFB99D693583B1D52BB6857C73932914_il2cpp_TypeInfo_var);
NullCheck(L_0);
GraphSource__ctor_m76E77CA1491FFDEAD6CEC4257AE15B109F93400E(L_0, NULL);
__this->____boundGraphSource_10 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->____boundGraphSource_10), (void*)L_0);
// private bool _lockBoundGraphPrefabOverrides = true;
__this->____lockBoundGraphPrefabOverrides_14 = (bool)1;
// private Dictionary<Graph, Graph> instances = new Dictionary<Graph, Graph>();
Dictionary_2_t53340DA94CD089F96CBE1DAF7C4D853B6AF205FA* L_1 = (Dictionary_2_t53340DA94CD089F96CBE1DAF7C4D853B6AF205FA*)il2cpp_codegen_object_new(Dictionary_2_t53340DA94CD089F96CBE1DAF7C4D853B6AF205FA_il2cpp_TypeInfo_var);
NullCheck(L_1);
Dictionary_2__ctor_mC309D921A9B6D5BD89BD95BC8A944368B441228B(L_1, Dictionary_2__ctor_mC309D921A9B6D5BD89BD95BC8A944368B441228B_RuntimeMethod_var);
__this->___instances_17 = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->___instances_17), (void*)L_1);
MonoBehaviour__ctor_m592DB0105CA0BC97AA1C5F4AD27B12D68A3B7C1E(__this, NULL);
return;
}
}
// System.Void NodeCanvas.Framework.GraphOwner::<Initialize>b__96_0()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GraphOwner_U3CInitializeU3Eb__96_0_mF6C487DD007013C605BF32F951DC11CA51ECEED1 (GraphOwner_t403B42955FE2A2C62A9578A7E1ED47FF1B39A37F* __this, const RuntimeMethod* method)
{
{
// BindExposedParameters();
GraphOwner_BindExposedParameters_m48BCDA0EEBD9D67B13C48E559A45741F6C8E76A7(__this, NULL);
// if ( !isRunning && enableAction == EnableAction.EnableBehaviour && gameObject.activeInHierarchy ) {
bool L_0;
L_0 = GraphOwner_get_isRunning_mB07F2A0E8A2463D4130C0BDA2261F3A013889B3D(__this, NULL);
if (L_0)
{
goto IL_002f;
}
}
{
int32_t L_1;
L_1 = GraphOwner_get_enableAction_m79EEF23358CCCBF4DA6F01A9B762A4ED46B77A5A_inline(__this, NULL);
if (L_1)
{
goto IL_002f;
}
}
{
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_2;
L_2 = Component_get_gameObject_m57AEFBB14DB39EC476F740BA000E170355DE691B(__this, NULL);
NullCheck(L_2);
bool L_3;
L_3 = GameObject_get_activeInHierarchy_m49250F4F168DCC5388D5BE4F6A5681386907B109(L_2, NULL);
if (!L_3)
{
goto IL_002f;
}
}
{
// StartBehaviour();
GraphOwner_StartBehaviour_m89D9445FECDE19E7F78205E7F07B57C2AE7B4C19(__this, NULL);
// InvokeStartEvent();
GraphOwner_InvokeStartEvent_mDDC5D79EE19D647ABB01A479CAC033BDDE96FA7B(__this, NULL);
}
IL_002f:
{
// initialized = true;
GraphOwner_set_initialized_m3B720B9AFC4AE2D702178D93C59515B54EC79EFA_inline(__this, (bool)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
// NodeCanvas.Framework.Graph NodeCanvas.Framework.IGraphAssignableExtensions::CheckInstance(NodeCanvas.Framework.IGraphAssignable)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* IGraphAssignableExtensions_CheckInstance_m34C506975F1C52E85EBDD249F70CE6255F60D261 (RuntimeObject* ___0_assignable, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_m756028C2DE234FA9930758DF90FC96D922670092_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_mC309D921A9B6D5BD89BD95BC8A944368B441228B_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_set_Item_mEF1EA5784E50B8BFDDA6EF2A8067B3B1C28586BF_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_t53340DA94CD089F96CBE1DAF7C4D853B6AF205FA_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Graph_Clone_TisGraph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032_m7F7B27784A0FA3A36B9889CDEA1F6C11CA6C406A_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IGraphAssignable_tD5C8ED4B20F921681A68BEDADDA70F7BD60ED9AE_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IGraphElement_t5F3857CCE5EFB70AF8F6E9D93F460970198F0CAF_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* V_0 = NULL;
{
// if ( assignable.subGraph == assignable.currentInstance ) {
RuntimeObject* L_0 = ___0_assignable;
NullCheck(L_0);
Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* L_1;
L_1 = InterfaceFuncInvoker0< Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* >::Invoke(0 /* NodeCanvas.Framework.Graph NodeCanvas.Framework.IGraphAssignable::get_subGraph() */, IGraphAssignable_tD5C8ED4B20F921681A68BEDADDA70F7BD60ED9AE_il2cpp_TypeInfo_var, L_0);
RuntimeObject* L_2 = ___0_assignable;
NullCheck(L_2);
Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* L_3;
L_3 = InterfaceFuncInvoker0< Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* >::Invoke(2 /* NodeCanvas.Framework.Graph NodeCanvas.Framework.IGraphAssignable::get_currentInstance() */, IGraphAssignable_tD5C8ED4B20F921681A68BEDADDA70F7BD60ED9AE_il2cpp_TypeInfo_var, L_2);
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_4;
L_4 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_1, L_3, NULL);
if (!L_4)
{
goto IL_001a;
}
}
{
// return assignable.currentInstance;
RuntimeObject* L_5 = ___0_assignable;
NullCheck(L_5);
Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* L_6;
L_6 = InterfaceFuncInvoker0< Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* >::Invoke(2 /* NodeCanvas.Framework.Graph NodeCanvas.Framework.IGraphAssignable::get_currentInstance() */, IGraphAssignable_tD5C8ED4B20F921681A68BEDADDA70F7BD60ED9AE_il2cpp_TypeInfo_var, L_5);
return L_6;
}
IL_001a:
{
// Graph instance = null;
V_0 = (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032*)NULL;
// if ( assignable.instances == null ) { assignable.instances = new System.Collections.Generic.Dictionary<Graph, Graph>(); }
RuntimeObject* L_7 = ___0_assignable;
NullCheck(L_7);
Dictionary_2_t53340DA94CD089F96CBE1DAF7C4D853B6AF205FA* L_8;
L_8 = InterfaceFuncInvoker0< Dictionary_2_t53340DA94CD089F96CBE1DAF7C4D853B6AF205FA* >::Invoke(4 /* System.Collections.Generic.Dictionary`2<NodeCanvas.Framework.Graph,NodeCanvas.Framework.Graph> NodeCanvas.Framework.IGraphAssignable::get_instances() */, IGraphAssignable_tD5C8ED4B20F921681A68BEDADDA70F7BD60ED9AE_il2cpp_TypeInfo_var, L_7);
if (L_8)
{
goto IL_002f;
}
}
{
// if ( assignable.instances == null ) { assignable.instances = new System.Collections.Generic.Dictionary<Graph, Graph>(); }
RuntimeObject* L_9 = ___0_assignable;
Dictionary_2_t53340DA94CD089F96CBE1DAF7C4D853B6AF205FA* L_10 = (Dictionary_2_t53340DA94CD089F96CBE1DAF7C4D853B6AF205FA*)il2cpp_codegen_object_new(Dictionary_2_t53340DA94CD089F96CBE1DAF7C4D853B6AF205FA_il2cpp_TypeInfo_var);
NullCheck(L_10);
Dictionary_2__ctor_mC309D921A9B6D5BD89BD95BC8A944368B441228B(L_10, Dictionary_2__ctor_mC309D921A9B6D5BD89BD95BC8A944368B441228B_RuntimeMethod_var);
NullCheck(L_9);
InterfaceActionInvoker1< Dictionary_2_t53340DA94CD089F96CBE1DAF7C4D853B6AF205FA* >::Invoke(5 /* System.Void NodeCanvas.Framework.IGraphAssignable::set_instances(System.Collections.Generic.Dictionary`2<NodeCanvas.Framework.Graph,NodeCanvas.Framework.Graph>) */, IGraphAssignable_tD5C8ED4B20F921681A68BEDADDA70F7BD60ED9AE_il2cpp_TypeInfo_var, L_9, L_10);
}
IL_002f:
{
// if ( !assignable.instances.TryGetValue(assignable.subGraph, out instance) ) {
RuntimeObject* L_11 = ___0_assignable;
NullCheck(L_11);
Dictionary_2_t53340DA94CD089F96CBE1DAF7C4D853B6AF205FA* L_12;
L_12 = InterfaceFuncInvoker0< Dictionary_2_t53340DA94CD089F96CBE1DAF7C4D853B6AF205FA* >::Invoke(4 /* System.Collections.Generic.Dictionary`2<NodeCanvas.Framework.Graph,NodeCanvas.Framework.Graph> NodeCanvas.Framework.IGraphAssignable::get_instances() */, IGraphAssignable_tD5C8ED4B20F921681A68BEDADDA70F7BD60ED9AE_il2cpp_TypeInfo_var, L_11);
RuntimeObject* L_13 = ___0_assignable;
NullCheck(L_13);
Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* L_14;
L_14 = InterfaceFuncInvoker0< Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* >::Invoke(0 /* NodeCanvas.Framework.Graph NodeCanvas.Framework.IGraphAssignable::get_subGraph() */, IGraphAssignable_tD5C8ED4B20F921681A68BEDADDA70F7BD60ED9AE_il2cpp_TypeInfo_var, L_13);
NullCheck(L_12);
bool L_15;
L_15 = Dictionary_2_TryGetValue_m756028C2DE234FA9930758DF90FC96D922670092(L_12, L_14, (&V_0), Dictionary_2_TryGetValue_m756028C2DE234FA9930758DF90FC96D922670092_RuntimeMethod_var);
if (L_15)
{
goto IL_0068;
}
}
{
// instance = Graph.Clone(assignable.subGraph, assignable.graph);
RuntimeObject* L_16 = ___0_assignable;
NullCheck(L_16);
Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* L_17;
L_17 = InterfaceFuncInvoker0< Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* >::Invoke(0 /* NodeCanvas.Framework.Graph NodeCanvas.Framework.IGraphAssignable::get_subGraph() */, IGraphAssignable_tD5C8ED4B20F921681A68BEDADDA70F7BD60ED9AE_il2cpp_TypeInfo_var, L_16);
RuntimeObject* L_18 = ___0_assignable;
NullCheck(L_18);
Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* L_19;
L_19 = InterfaceFuncInvoker0< Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* >::Invoke(2 /* NodeCanvas.Framework.Graph NodeCanvas.Framework.IGraphElement::get_graph() */, IGraphElement_t5F3857CCE5EFB70AF8F6E9D93F460970198F0CAF_il2cpp_TypeInfo_var, L_18);
Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* L_20;
L_20 = Graph_Clone_TisGraph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032_m7F7B27784A0FA3A36B9889CDEA1F6C11CA6C406A(L_17, L_19, Graph_Clone_TisGraph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032_m7F7B27784A0FA3A36B9889CDEA1F6C11CA6C406A_RuntimeMethod_var);
V_0 = L_20;
// assignable.instances[assignable.subGraph] = instance;
RuntimeObject* L_21 = ___0_assignable;
NullCheck(L_21);
Dictionary_2_t53340DA94CD089F96CBE1DAF7C4D853B6AF205FA* L_22;
L_22 = InterfaceFuncInvoker0< Dictionary_2_t53340DA94CD089F96CBE1DAF7C4D853B6AF205FA* >::Invoke(4 /* System.Collections.Generic.Dictionary`2<NodeCanvas.Framework.Graph,NodeCanvas.Framework.Graph> NodeCanvas.Framework.IGraphAssignable::get_instances() */, IGraphAssignable_tD5C8ED4B20F921681A68BEDADDA70F7BD60ED9AE_il2cpp_TypeInfo_var, L_21);
RuntimeObject* L_23 = ___0_assignable;
NullCheck(L_23);
Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* L_24;
L_24 = InterfaceFuncInvoker0< Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* >::Invoke(0 /* NodeCanvas.Framework.Graph NodeCanvas.Framework.IGraphAssignable::get_subGraph() */, IGraphAssignable_tD5C8ED4B20F921681A68BEDADDA70F7BD60ED9AE_il2cpp_TypeInfo_var, L_23);
Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* L_25 = V_0;
NullCheck(L_22);
Dictionary_2_set_Item_mEF1EA5784E50B8BFDDA6EF2A8067B3B1C28586BF(L_22, L_24, L_25, Dictionary_2_set_Item_mEF1EA5784E50B8BFDDA6EF2A8067B3B1C28586BF_RuntimeMethod_var);
}
IL_0068:
{
// assignable.subGraph = instance;
RuntimeObject* L_26 = ___0_assignable;
Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* L_27 = V_0;
NullCheck(L_26);
InterfaceActionInvoker1< Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* >::Invoke(1 /* System.Void NodeCanvas.Framework.IGraphAssignable::set_subGraph(NodeCanvas.Framework.Graph) */, IGraphAssignable_tD5C8ED4B20F921681A68BEDADDA70F7BD60ED9AE_il2cpp_TypeInfo_var, L_26, L_27);
// assignable.currentInstance = instance;
RuntimeObject* L_28 = ___0_assignable;
Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* L_29 = V_0;
NullCheck(L_28);
InterfaceActionInvoker1< Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* >::Invoke(3 /* System.Void NodeCanvas.Framework.IGraphAssignable::set_currentInstance(NodeCanvas.Framework.Graph) */, IGraphAssignable_tD5C8ED4B20F921681A68BEDADDA70F7BD60ED9AE_il2cpp_TypeInfo_var, L_28, L_29);
// return instance;
Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* L_30 = V_0;
return L_30;
}
}
// System.Boolean NodeCanvas.Framework.IGraphAssignableExtensions::TryStartSubGraph(NodeCanvas.Framework.IGraphAssignable,UnityEngine.Component,System.Action`1<System.Boolean>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool IGraphAssignableExtensions_TryStartSubGraph_mBA9471DF709934AF8C87837258FE84CA1DED79C6 (RuntimeObject* ___0_assignable, Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* ___1_agent, Action_1_t10DCB0C07D0D3C565CEACADC80D1152B35A45F6C* ___2_callback, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_1_t10DCB0C07D0D3C565CEACADC80D1152B35A45F6C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IBlackboard_t5DD66755F75CEACCF1D3EC369782E2A07F1102ED_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IGraphAssignable_tD5C8ED4B20F921681A68BEDADDA70F7BD60ED9AE_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IGraphElement_t5F3857CCE5EFB70AF8F6E9D93F460970198F0CAF_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass1_0_U3CTryStartSubGraphU3Eb__0_mF60FBD4D7477A7A8166CBCDE03EEFBBA680804E4_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass1_0_tDAD823F42A503730E2CDC74818B01BA9EAB3613F_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
U3CU3Ec__DisplayClass1_0_tDAD823F42A503730E2CDC74818B01BA9EAB3613F* V_0 = NULL;
{
U3CU3Ec__DisplayClass1_0_tDAD823F42A503730E2CDC74818B01BA9EAB3613F* L_0 = (U3CU3Ec__DisplayClass1_0_tDAD823F42A503730E2CDC74818B01BA9EAB3613F*)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass1_0_tDAD823F42A503730E2CDC74818B01BA9EAB3613F_il2cpp_TypeInfo_var);
NullCheck(L_0);
U3CU3Ec__DisplayClass1_0__ctor_m9B1639D1BCDC12947B7CCAA83C73FCD6B8EF3C42(L_0, NULL);
V_0 = L_0;
U3CU3Ec__DisplayClass1_0_tDAD823F42A503730E2CDC74818B01BA9EAB3613F* L_1 = V_0;
RuntimeObject* L_2 = ___0_assignable;
NullCheck(L_1);
L_1->___assignable_0 = L_2;
Il2CppCodeGenWriteBarrier((void**)(&L_1->___assignable_0), (void*)L_2);
U3CU3Ec__DisplayClass1_0_tDAD823F42A503730E2CDC74818B01BA9EAB3613F* L_3 = V_0;
Action_1_t10DCB0C07D0D3C565CEACADC80D1152B35A45F6C* L_4 = ___2_callback;
NullCheck(L_3);
L_3->___callback_1 = L_4;
Il2CppCodeGenWriteBarrier((void**)(&L_3->___callback_1), (void*)L_4);
// assignable.currentInstance = assignable.CheckInstance();
U3CU3Ec__DisplayClass1_0_tDAD823F42A503730E2CDC74818B01BA9EAB3613F* L_5 = V_0;
NullCheck(L_5);
RuntimeObject* L_6 = L_5->___assignable_0;
U3CU3Ec__DisplayClass1_0_tDAD823F42A503730E2CDC74818B01BA9EAB3613F* L_7 = V_0;
NullCheck(L_7);
RuntimeObject* L_8 = L_7->___assignable_0;
Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* L_9;
L_9 = IGraphAssignableExtensions_CheckInstance_m34C506975F1C52E85EBDD249F70CE6255F60D261(L_8, NULL);
NullCheck(L_6);
InterfaceActionInvoker1< Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* >::Invoke(3 /* System.Void NodeCanvas.Framework.IGraphAssignable::set_currentInstance(NodeCanvas.Framework.Graph) */, IGraphAssignable_tD5C8ED4B20F921681A68BEDADDA70F7BD60ED9AE_il2cpp_TypeInfo_var, L_6, L_9);
// if ( assignable.currentInstance != null ) {
U3CU3Ec__DisplayClass1_0_tDAD823F42A503730E2CDC74818B01BA9EAB3613F* L_10 = V_0;
NullCheck(L_10);
RuntimeObject* L_11 = L_10->___assignable_0;
NullCheck(L_11);
Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* L_12;
L_12 = InterfaceFuncInvoker0< Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* >::Invoke(2 /* NodeCanvas.Framework.Graph NodeCanvas.Framework.IGraphAssignable::get_currentInstance() */, IGraphAssignable_tD5C8ED4B20F921681A68BEDADDA70F7BD60ED9AE_il2cpp_TypeInfo_var, L_11);
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_007d;
}
}
{
// assignable.TryWriteAndBindMappedVariables();
U3CU3Ec__DisplayClass1_0_tDAD823F42A503730E2CDC74818B01BA9EAB3613F* L_14 = V_0;
NullCheck(L_14);
RuntimeObject* L_15 = L_14->___assignable_0;
IGraphAssignableExtensions_TryWriteAndBindMappedVariables_m043692D64E9C795AB22FE9CB34DF324F3311FAA0(L_15, NULL);
// assignable.currentInstance.StartGraph(agent, assignable.graph.blackboard.parent, Graph.UpdateMode.Manual, (result) =>
// {
// if ( assignable.status == Status.Running ) { assignable.TryReadAndUnbindMappedVariables(); }
// if ( callback != null ) { callback(result); }
// });
U3CU3Ec__DisplayClass1_0_tDAD823F42A503730E2CDC74818B01BA9EAB3613F* L_16 = V_0;
NullCheck(L_16);
RuntimeObject* L_17 = L_16->___assignable_0;
NullCheck(L_17);
Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* L_18;
L_18 = InterfaceFuncInvoker0< Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* >::Invoke(2 /* NodeCanvas.Framework.Graph NodeCanvas.Framework.IGraphAssignable::get_currentInstance() */, IGraphAssignable_tD5C8ED4B20F921681A68BEDADDA70F7BD60ED9AE_il2cpp_TypeInfo_var, L_17);
Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* L_19 = ___1_agent;
U3CU3Ec__DisplayClass1_0_tDAD823F42A503730E2CDC74818B01BA9EAB3613F* L_20 = V_0;
NullCheck(L_20);
RuntimeObject* L_21 = L_20->___assignable_0;
NullCheck(L_21);
Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* L_22;
L_22 = InterfaceFuncInvoker0< Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* >::Invoke(2 /* NodeCanvas.Framework.Graph NodeCanvas.Framework.IGraphElement::get_graph() */, IGraphElement_t5F3857CCE5EFB70AF8F6E9D93F460970198F0CAF_il2cpp_TypeInfo_var, L_21);
NullCheck(L_22);
RuntimeObject* L_23;
L_23 = Graph_get_blackboard_mEA857457C284A543695FBD6B8A9BA8C46EDB4B93(L_22, NULL);
NullCheck(L_23);
RuntimeObject* L_24;
L_24 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(5 /* NodeCanvas.Framework.IBlackboard NodeCanvas.Framework.IBlackboard::get_parent() */, IBlackboard_t5DD66755F75CEACCF1D3EC369782E2A07F1102ED_il2cpp_TypeInfo_var, L_23);
U3CU3Ec__DisplayClass1_0_tDAD823F42A503730E2CDC74818B01BA9EAB3613F* L_25 = V_0;
Action_1_t10DCB0C07D0D3C565CEACADC80D1152B35A45F6C* L_26 = (Action_1_t10DCB0C07D0D3C565CEACADC80D1152B35A45F6C*)il2cpp_codegen_object_new(Action_1_t10DCB0C07D0D3C565CEACADC80D1152B35A45F6C_il2cpp_TypeInfo_var);
NullCheck(L_26);
Action_1__ctor_mA8C3AC97D1F076EA5D1D0C10CEE6BD3E94711501(L_26, L_25, (intptr_t)((void*)U3CU3Ec__DisplayClass1_0_U3CTryStartSubGraphU3Eb__0_mF60FBD4D7477A7A8166CBCDE03EEFBBA680804E4_RuntimeMethod_var), NULL);
NullCheck(L_18);
Graph_StartGraph_mB8DA3D5BD87B7B1D66B097F8AC803BC3F91F4231(L_18, L_19, L_24, 3, L_26, NULL);
// return true;
return (bool)1;
}
IL_007d:
{
// return false;
return (bool)0;
}
}
// System.Boolean NodeCanvas.Framework.IGraphAssignableExtensions::TryStopSubGraph(NodeCanvas.Framework.IGraphAssignable)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool IGraphAssignableExtensions_TryStopSubGraph_mBC18DB17F14A7D73B6A4B265BD6C210B174C5ED8 (RuntimeObject* ___0_assignable, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IGraphAssignable_tD5C8ED4B20F921681A68BEDADDA70F7BD60ED9AE_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// if ( assignable.currentInstance != null ) {
RuntimeObject* L_0 = ___0_assignable;
NullCheck(L_0);
Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* L_1;
L_1 = InterfaceFuncInvoker0< Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* >::Invoke(2 /* NodeCanvas.Framework.Graph NodeCanvas.Framework.IGraphAssignable::get_currentInstance() */, IGraphAssignable_tD5C8ED4B20F921681A68BEDADDA70F7BD60ED9AE_il2cpp_TypeInfo_var, L_0);
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_001c;
}
}
{
// assignable.currentInstance.Stop();
RuntimeObject* L_3 = ___0_assignable;
NullCheck(L_3);
Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* L_4;
L_4 = InterfaceFuncInvoker0< Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* >::Invoke(2 /* NodeCanvas.Framework.Graph NodeCanvas.Framework.IGraphAssignable::get_currentInstance() */, IGraphAssignable_tD5C8ED4B20F921681A68BEDADDA70F7BD60ED9AE_il2cpp_TypeInfo_var, L_3);
NullCheck(L_4);
Graph_Stop_mD6BCF97B46BD1CF0C77D5E8758D4A3E00FA0464E(L_4, (bool)1, NULL);
// return true;
return (bool)1;
}
IL_001c:
{
// return false;
return (bool)0;
}
}
// System.Boolean NodeCanvas.Framework.IGraphAssignableExtensions::TryPauseSubGraph(NodeCanvas.Framework.IGraphAssignable)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool IGraphAssignableExtensions_TryPauseSubGraph_mBF43EB74302C378BFB6DE36F0ED9609060231148 (RuntimeObject* ___0_assignable, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IGraphAssignable_tD5C8ED4B20F921681A68BEDADDA70F7BD60ED9AE_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// if ( assignable.currentInstance != null ) {
RuntimeObject* L_0 = ___0_assignable;
NullCheck(L_0);
Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* L_1;
L_1 = InterfaceFuncInvoker0< Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* >::Invoke(2 /* NodeCanvas.Framework.Graph NodeCanvas.Framework.IGraphAssignable::get_currentInstance() */, IGraphAssignable_tD5C8ED4B20F921681A68BEDADDA70F7BD60ED9AE_il2cpp_TypeInfo_var, L_0);
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_001b;
}
}
{
// assignable.currentInstance.Pause();
RuntimeObject* L_3 = ___0_assignable;
NullCheck(L_3);
Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* L_4;
L_4 = InterfaceFuncInvoker0< Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* >::Invoke(2 /* NodeCanvas.Framework.Graph NodeCanvas.Framework.IGraphAssignable::get_currentInstance() */, IGraphAssignable_tD5C8ED4B20F921681A68BEDADDA70F7BD60ED9AE_il2cpp_TypeInfo_var, L_3);
NullCheck(L_4);
Graph_Pause_mB1CAA109250FCC32DDF3A8ECF050111E8ADD2884(L_4, NULL);
// return true;
return (bool)1;
}
IL_001b:
{
// return false;
return (bool)0;
}
}
// System.Boolean NodeCanvas.Framework.IGraphAssignableExtensions::TryResumeSubGraph(NodeCanvas.Framework.IGraphAssignable)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool IGraphAssignableExtensions_TryResumeSubGraph_m83679A62D0761813E521616D3744988AF34AE6E2 (RuntimeObject* ___0_assignable, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IGraphAssignable_tD5C8ED4B20F921681A68BEDADDA70F7BD60ED9AE_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// if ( assignable.currentInstance != null ) {
RuntimeObject* L_0 = ___0_assignable;
NullCheck(L_0);
Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* L_1;
L_1 = InterfaceFuncInvoker0< Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* >::Invoke(2 /* NodeCanvas.Framework.Graph NodeCanvas.Framework.IGraphAssignable::get_currentInstance() */, IGraphAssignable_tD5C8ED4B20F921681A68BEDADDA70F7BD60ED9AE_il2cpp_TypeInfo_var, L_0);
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_001b;
}
}
{
// assignable.currentInstance.Resume();
RuntimeObject* L_3 = ___0_assignable;
NullCheck(L_3);
Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* L_4;
L_4 = InterfaceFuncInvoker0< Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* >::Invoke(2 /* NodeCanvas.Framework.Graph NodeCanvas.Framework.IGraphAssignable::get_currentInstance() */, IGraphAssignable_tD5C8ED4B20F921681A68BEDADDA70F7BD60ED9AE_il2cpp_TypeInfo_var, L_3);
NullCheck(L_4);
Graph_Resume_mEC5312DE2A87EA423BC66E137C5152636BEC3FC6(L_4, NULL);
// return true;
return (bool)1;
}
IL_001b:
{
// return false;
return (bool)0;
}
}
// System.Boolean NodeCanvas.Framework.IGraphAssignableExtensions::TryUpdateSubGraph(NodeCanvas.Framework.IGraphAssignable)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool IGraphAssignableExtensions_TryUpdateSubGraph_mE01C393EB2C4D9590A64F82B14EBAF822818FA0D (RuntimeObject* ___0_assignable, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IGraphAssignable_tD5C8ED4B20F921681A68BEDADDA70F7BD60ED9AE_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IGraphElement_t5F3857CCE5EFB70AF8F6E9D93F460970198F0CAF_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// if ( assignable.currentInstance != null ) {
RuntimeObject* L_0 = ___0_assignable;
NullCheck(L_0);
Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* L_1;
L_1 = InterfaceFuncInvoker0< Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* >::Invoke(2 /* NodeCanvas.Framework.Graph NodeCanvas.Framework.IGraphAssignable::get_currentInstance() */, IGraphAssignable_tD5C8ED4B20F921681A68BEDADDA70F7BD60ED9AE_il2cpp_TypeInfo_var, L_0);
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_0033;
}
}
{
// if ( assignable.currentInstance.isRunning ) {
RuntimeObject* L_3 = ___0_assignable;
NullCheck(L_3);
Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* L_4;
L_4 = InterfaceFuncInvoker0< Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* >::Invoke(2 /* NodeCanvas.Framework.Graph NodeCanvas.Framework.IGraphAssignable::get_currentInstance() */, IGraphAssignable_tD5C8ED4B20F921681A68BEDADDA70F7BD60ED9AE_il2cpp_TypeInfo_var, L_3);
NullCheck(L_4);
bool L_5;
L_5 = Graph_get_isRunning_m14C21438009A3DD223DA54AD983C886E5E3BBA18_inline(L_4, NULL);
if (!L_5)
{
goto IL_0033;
}
}
{
// assignable.currentInstance.UpdateGraph(assignable.graph.deltaTime);
RuntimeObject* L_6 = ___0_assignable;
NullCheck(L_6);
Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* L_7;
L_7 = InterfaceFuncInvoker0< Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* >::Invoke(2 /* NodeCanvas.Framework.Graph NodeCanvas.Framework.IGraphAssignable::get_currentInstance() */, IGraphAssignable_tD5C8ED4B20F921681A68BEDADDA70F7BD60ED9AE_il2cpp_TypeInfo_var, L_6);
RuntimeObject* L_8 = ___0_assignable;
NullCheck(L_8);
Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* L_9;
L_9 = InterfaceFuncInvoker0< Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* >::Invoke(2 /* NodeCanvas.Framework.Graph NodeCanvas.Framework.IGraphElement::get_graph() */, IGraphElement_t5F3857CCE5EFB70AF8F6E9D93F460970198F0CAF_il2cpp_TypeInfo_var, L_8);
NullCheck(L_9);
float L_10;
L_10 = Graph_get_deltaTime_mE54EE3C1B054C11AF60C7F4785F96DFF6BC3B6FC_inline(L_9, NULL);
NullCheck(L_7);
Graph_UpdateGraph_m8CE1931B8D3276FE54102A8BA479FDECF366AAF7(L_7, L_10, NULL);
// return true;
return (bool)1;
}
IL_0033:
{
// return false;
return (bool)0;
}
}
// System.Void NodeCanvas.Framework.IGraphAssignableExtensions::TryWriteAndBindMappedVariables(NodeCanvas.Framework.IGraphAssignable)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IGraphAssignableExtensions_TryWriteAndBindMappedVariables_m043692D64E9C795AB22FE9CB34DF324F3311FAA0 (RuntimeObject* ___0_assignable, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_1_t6F9EB113EB3F16226AEF811A2744F4111C116C87_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BBParameter_1_SetValue_m80857505A87AA0C8455C6ED54EC6DC73D7F48674_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BBParameter_1_get_value_mD726F3B9C069F7F2EF7CB68934E87764BAD6967F_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IGraphAssignable_tD5C8ED4B20F921681A68BEDADDA70F7BD60ED9AE_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m3F9FAE81BA2CB84F8698882D98BAEBF35EA9D1DA_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m4325E86308CBCAB93B5D22764CF1884F408FB9F2_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
BBMappingParameter_t271BF3D15F27980230AA7D18791AD2E533D6114A* V_1 = NULL;
Variable_t60C01143D3B1491B2FFEB305052C327D03DDF4AA* V_2 = NULL;
{
// if ( !assignable.currentInstance.allowBlackboardOverrides || assignable.variablesMap == null ) { return; }
RuntimeObject* L_0 = ___0_assignable;
NullCheck(L_0);
Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* L_1;
L_1 = InterfaceFuncInvoker0< Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* >::Invoke(2 /* NodeCanvas.Framework.Graph NodeCanvas.Framework.IGraphAssignable::get_currentInstance() */, IGraphAssignable_tD5C8ED4B20F921681A68BEDADDA70F7BD60ED9AE_il2cpp_TypeInfo_var, L_0);
NullCheck(L_1);
bool L_2;
L_2 = VirtualFuncInvoker0< bool >::Invoke(18 /* System.Boolean NodeCanvas.Framework.Graph::get_allowBlackboardOverrides() */, L_1);
if (!L_2)
{
goto IL_0015;
}
}
{
RuntimeObject* L_3 = ___0_assignable;
NullCheck(L_3);
List_1_t624B7FC2AE145EBF7BB7EE422EF3049A2BBD744B* L_4;
L_4 = InterfaceFuncInvoker0< List_1_t624B7FC2AE145EBF7BB7EE422EF3049A2BBD744B* >::Invoke(7 /* System.Collections.Generic.List`1<NodeCanvas.Framework.Internal.BBMappingParameter> NodeCanvas.Framework.IGraphAssignable::get_variablesMap() */, IGraphAssignable_tD5C8ED4B20F921681A68BEDADDA70F7BD60ED9AE_il2cpp_TypeInfo_var, L_3);
if (L_4)
{
goto IL_0016;
}
}
IL_0015:
{
// if ( !assignable.currentInstance.allowBlackboardOverrides || assignable.variablesMap == null ) { return; }
return;
}
IL_0016:
{
// for ( var i = 0; i < assignable.variablesMap.Count; i++ ) {
V_0 = 0;
goto IL_00a0;
}
IL_001d:
{
// var bbParam = assignable.variablesMap[i];
RuntimeObject* L_5 = ___0_assignable;
NullCheck(L_5);
List_1_t624B7FC2AE145EBF7BB7EE422EF3049A2BBD744B* L_6;
L_6 = InterfaceFuncInvoker0< List_1_t624B7FC2AE145EBF7BB7EE422EF3049A2BBD744B* >::Invoke(7 /* System.Collections.Generic.List`1<NodeCanvas.Framework.Internal.BBMappingParameter> NodeCanvas.Framework.IGraphAssignable::get_variablesMap() */, IGraphAssignable_tD5C8ED4B20F921681A68BEDADDA70F7BD60ED9AE_il2cpp_TypeInfo_var, L_5);
int32_t L_7 = V_0;
NullCheck(L_6);
BBMappingParameter_t271BF3D15F27980230AA7D18791AD2E533D6114A* L_8;
L_8 = List_1_get_Item_m4325E86308CBCAB93B5D22764CF1884F408FB9F2(L_6, L_7, List_1_get_Item_m4325E86308CBCAB93B5D22764CF1884F408FB9F2_RuntimeMethod_var);
V_1 = L_8;
// if ( bbParam.isNone ) { continue; }
BBMappingParameter_t271BF3D15F27980230AA7D18791AD2E533D6114A* L_9 = V_1;
NullCheck(L_9);
bool L_10;
L_10 = BBParameter_get_isNone_m7F2A1FEAE52ABDDE2D6163D9D80C414F7BC95F05(L_9, NULL);
if (L_10)
{
goto IL_009c;
}
}
{
// var targetSubVariable = assignable.currentInstance.blackboard.GetVariableByID(bbParam.targetSubGraphVariableID);
RuntimeObject* L_11 = ___0_assignable;
NullCheck(L_11);
Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* L_12;
L_12 = InterfaceFuncInvoker0< Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* >::Invoke(2 /* NodeCanvas.Framework.Graph NodeCanvas.Framework.IGraphAssignable::get_currentInstance() */, IGraphAssignable_tD5C8ED4B20F921681A68BEDADDA70F7BD60ED9AE_il2cpp_TypeInfo_var, L_11);
NullCheck(L_12);
RuntimeObject* L_13;
L_13 = Graph_get_blackboard_mEA857457C284A543695FBD6B8A9BA8C46EDB4B93(L_12, NULL);
BBMappingParameter_t271BF3D15F27980230AA7D18791AD2E533D6114A* L_14 = V_1;
NullCheck(L_14);
String_t* L_15;
L_15 = BBMappingParameter_get_targetSubGraphVariableID_mA94C80599DE1E9D141FDE407F5FF35C076B0329C_inline(L_14, NULL);
Variable_t60C01143D3B1491B2FFEB305052C327D03DDF4AA* L_16;
L_16 = IBlackboardExtensions_GetVariableByID_mF88E30ECB614EF83CB657BDD54598DE749613A34(L_13, L_15, NULL);
V_2 = L_16;
// if ( targetSubVariable != null && targetSubVariable.isExposedPublic && !targetSubVariable.isPropertyBound ) {
Variable_t60C01143D3B1491B2FFEB305052C327D03DDF4AA* L_17 = V_2;
if (!L_17)
{
goto IL_009c;
}
}
{
Variable_t60C01143D3B1491B2FFEB305052C327D03DDF4AA* L_18 = V_2;
NullCheck(L_18);
bool L_19;
L_19 = Variable_get_isExposedPublic_m642BC64143345099A173C4E51AF3AD0201C64B2F(L_18, NULL);
if (!L_19)
{
goto IL_009c;
}
}
{
Variable_t60C01143D3B1491B2FFEB305052C327D03DDF4AA* L_20 = V_2;
NullCheck(L_20);
bool L_21;
L_21 = Variable_get_isPropertyBound_mD875D0438FE286A0DFD36850A423E73F55F89CE7(L_20, NULL);
if (L_21)
{
goto IL_009c;
}
}
{
// if ( bbParam.canWrite ) { targetSubVariable.value = bbParam.value; }
BBMappingParameter_t271BF3D15F27980230AA7D18791AD2E533D6114A* L_22 = V_1;
NullCheck(L_22);
bool L_23;
L_23 = BBMappingParameter_get_canWrite_mE8F951FE54EE28A20618124DA221E18681CCD477_inline(L_22, NULL);
if (!L_23)
{
goto IL_0070;
}
}
{
// if ( bbParam.canWrite ) { targetSubVariable.value = bbParam.value; }
Variable_t60C01143D3B1491B2FFEB305052C327D03DDF4AA* L_24 = V_2;
BBMappingParameter_t271BF3D15F27980230AA7D18791AD2E533D6114A* L_25 = V_1;
NullCheck(L_25);
RuntimeObject* L_26;
L_26 = BBParameter_1_get_value_mD726F3B9C069F7F2EF7CB68934E87764BAD6967F(L_25, BBParameter_1_get_value_mD726F3B9C069F7F2EF7CB68934E87764BAD6967F_RuntimeMethod_var);
NullCheck(L_24);
Variable_set_value_mBA508811EA471E7E556AAAF8BFA11D4B8D61ABD6(L_24, L_26, NULL);
}
IL_0070:
{
// if ( bbParam.canRead ) {
BBMappingParameter_t271BF3D15F27980230AA7D18791AD2E533D6114A* L_27 = V_1;
NullCheck(L_27);
bool L_28;
L_28 = BBMappingParameter_get_canRead_m68BE9996096F8EB2C2F55F3433D3A822C7B3C975_inline(L_27, NULL);
if (!L_28)
{
goto IL_009c;
}
}
{
// targetSubVariable.onValueChanged -= bbParam.SetValue;
Variable_t60C01143D3B1491B2FFEB305052C327D03DDF4AA* L_29 = V_2;
BBMappingParameter_t271BF3D15F27980230AA7D18791AD2E533D6114A* L_30 = V_1;
Action_1_t6F9EB113EB3F16226AEF811A2744F4111C116C87* L_31 = (Action_1_t6F9EB113EB3F16226AEF811A2744F4111C116C87*)il2cpp_codegen_object_new(Action_1_t6F9EB113EB3F16226AEF811A2744F4111C116C87_il2cpp_TypeInfo_var);
NullCheck(L_31);
Action_1__ctor_m2E1DFA67718FC1A0B6E5DFEB78831FFE9C059EB4(L_31, L_30, (intptr_t)((void*)BBParameter_1_SetValue_m80857505A87AA0C8455C6ED54EC6DC73D7F48674_RuntimeMethod_var), NULL);
NullCheck(L_29);
Variable_remove_onValueChanged_mCF422A72D6D123E43F0B550B0186B2CA61F6D677(L_29, L_31, NULL);
// targetSubVariable.onValueChanged += bbParam.SetValue;
Variable_t60C01143D3B1491B2FFEB305052C327D03DDF4AA* L_32 = V_2;
BBMappingParameter_t271BF3D15F27980230AA7D18791AD2E533D6114A* L_33 = V_1;
Action_1_t6F9EB113EB3F16226AEF811A2744F4111C116C87* L_34 = (Action_1_t6F9EB113EB3F16226AEF811A2744F4111C116C87*)il2cpp_codegen_object_new(Action_1_t6F9EB113EB3F16226AEF811A2744F4111C116C87_il2cpp_TypeInfo_var);
NullCheck(L_34);
Action_1__ctor_m2E1DFA67718FC1A0B6E5DFEB78831FFE9C059EB4(L_34, L_33, (intptr_t)((void*)BBParameter_1_SetValue_m80857505A87AA0C8455C6ED54EC6DC73D7F48674_RuntimeMethod_var), NULL);
NullCheck(L_32);
Variable_add_onValueChanged_m30852D3B12E94087341EC3814FFB420C8F6EB375(L_32, L_34, NULL);
}
IL_009c:
{
// for ( var i = 0; i < assignable.variablesMap.Count; i++ ) {
int32_t L_35 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add(L_35, 1));
}
IL_00a0:
{
// for ( var i = 0; i < assignable.variablesMap.Count; i++ ) {
int32_t L_36 = V_0;
RuntimeObject* L_37 = ___0_assignable;
NullCheck(L_37);
List_1_t624B7FC2AE145EBF7BB7EE422EF3049A2BBD744B* L_38;
L_38 = InterfaceFuncInvoker0< List_1_t624B7FC2AE145EBF7BB7EE422EF3049A2BBD744B* >::Invoke(7 /* System.Collections.Generic.List`1<NodeCanvas.Framework.Internal.BBMappingParameter> NodeCanvas.Framework.IGraphAssignable::get_variablesMap() */, IGraphAssignable_tD5C8ED4B20F921681A68BEDADDA70F7BD60ED9AE_il2cpp_TypeInfo_var, L_37);
NullCheck(L_38);
int32_t L_39;
L_39 = List_1_get_Count_m3F9FAE81BA2CB84F8698882D98BAEBF35EA9D1DA_inline(L_38, List_1_get_Count_m3F9FAE81BA2CB84F8698882D98BAEBF35EA9D1DA_RuntimeMethod_var);
if ((((int32_t)L_36) < ((int32_t)L_39)))
{
goto IL_001d;
}
}
{
// }
return;
}
}
// System.Void NodeCanvas.Framework.IGraphAssignableExtensions::TryReadAndUnbindMappedVariables(NodeCanvas.Framework.IGraphAssignable)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IGraphAssignableExtensions_TryReadAndUnbindMappedVariables_m3F11676FA50F6A5E38E8962ACF0B050C4AE2E9C6 (RuntimeObject* ___0_assignable, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_1_t6F9EB113EB3F16226AEF811A2744F4111C116C87_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BBParameter_1_SetValue_m80857505A87AA0C8455C6ED54EC6DC73D7F48674_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BBParameter_1_set_value_mE339B1B867F08868D33B2AC7FD213B4CCAA3E2AA_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IGraphAssignable_tD5C8ED4B20F921681A68BEDADDA70F7BD60ED9AE_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m3F9FAE81BA2CB84F8698882D98BAEBF35EA9D1DA_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m4325E86308CBCAB93B5D22764CF1884F408FB9F2_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
BBMappingParameter_t271BF3D15F27980230AA7D18791AD2E533D6114A* V_1 = NULL;
Variable_t60C01143D3B1491B2FFEB305052C327D03DDF4AA* V_2 = NULL;
{
// if ( !assignable.currentInstance.allowBlackboardOverrides || assignable.variablesMap == null ) { return; }
RuntimeObject* L_0 = ___0_assignable;
NullCheck(L_0);
Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* L_1;
L_1 = InterfaceFuncInvoker0< Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* >::Invoke(2 /* NodeCanvas.Framework.Graph NodeCanvas.Framework.IGraphAssignable::get_currentInstance() */, IGraphAssignable_tD5C8ED4B20F921681A68BEDADDA70F7BD60ED9AE_il2cpp_TypeInfo_var, L_0);
NullCheck(L_1);
bool L_2;
L_2 = VirtualFuncInvoker0< bool >::Invoke(18 /* System.Boolean NodeCanvas.Framework.Graph::get_allowBlackboardOverrides() */, L_1);
if (!L_2)
{
goto IL_0015;
}
}
{
RuntimeObject* L_3 = ___0_assignable;
NullCheck(L_3);
List_1_t624B7FC2AE145EBF7BB7EE422EF3049A2BBD744B* L_4;
L_4 = InterfaceFuncInvoker0< List_1_t624B7FC2AE145EBF7BB7EE422EF3049A2BBD744B* >::Invoke(7 /* System.Collections.Generic.List`1<NodeCanvas.Framework.Internal.BBMappingParameter> NodeCanvas.Framework.IGraphAssignable::get_variablesMap() */, IGraphAssignable_tD5C8ED4B20F921681A68BEDADDA70F7BD60ED9AE_il2cpp_TypeInfo_var, L_3);
if (L_4)
{
goto IL_0016;
}
}
IL_0015:
{
// if ( !assignable.currentInstance.allowBlackboardOverrides || assignable.variablesMap == null ) { return; }
return;
}
IL_0016:
{
// for ( var i = 0; i < assignable.variablesMap.Count; i++ ) {
V_0 = 0;
goto IL_0083;
}
IL_001a:
{
// var bbParam = assignable.variablesMap[i];
RuntimeObject* L_5 = ___0_assignable;
NullCheck(L_5);
List_1_t624B7FC2AE145EBF7BB7EE422EF3049A2BBD744B* L_6;
L_6 = InterfaceFuncInvoker0< List_1_t624B7FC2AE145EBF7BB7EE422EF3049A2BBD744B* >::Invoke(7 /* System.Collections.Generic.List`1<NodeCanvas.Framework.Internal.BBMappingParameter> NodeCanvas.Framework.IGraphAssignable::get_variablesMap() */, IGraphAssignable_tD5C8ED4B20F921681A68BEDADDA70F7BD60ED9AE_il2cpp_TypeInfo_var, L_5);
int32_t L_7 = V_0;
NullCheck(L_6);
BBMappingParameter_t271BF3D15F27980230AA7D18791AD2E533D6114A* L_8;
L_8 = List_1_get_Item_m4325E86308CBCAB93B5D22764CF1884F408FB9F2(L_6, L_7, List_1_get_Item_m4325E86308CBCAB93B5D22764CF1884F408FB9F2_RuntimeMethod_var);
V_1 = L_8;
// if ( bbParam.isNone ) { continue; }
BBMappingParameter_t271BF3D15F27980230AA7D18791AD2E533D6114A* L_9 = V_1;
NullCheck(L_9);
bool L_10;
L_10 = BBParameter_get_isNone_m7F2A1FEAE52ABDDE2D6163D9D80C414F7BC95F05(L_9, NULL);
if (L_10)
{
goto IL_007f;
}
}
{
// var targetSubVariable = assignable.currentInstance.blackboard.GetVariableByID(bbParam.targetSubGraphVariableID);
RuntimeObject* L_11 = ___0_assignable;
NullCheck(L_11);
Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* L_12;
L_12 = InterfaceFuncInvoker0< Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* >::Invoke(2 /* NodeCanvas.Framework.Graph NodeCanvas.Framework.IGraphAssignable::get_currentInstance() */, IGraphAssignable_tD5C8ED4B20F921681A68BEDADDA70F7BD60ED9AE_il2cpp_TypeInfo_var, L_11);
NullCheck(L_12);
RuntimeObject* L_13;
L_13 = Graph_get_blackboard_mEA857457C284A543695FBD6B8A9BA8C46EDB4B93(L_12, NULL);
BBMappingParameter_t271BF3D15F27980230AA7D18791AD2E533D6114A* L_14 = V_1;
NullCheck(L_14);
String_t* L_15;
L_15 = BBMappingParameter_get_targetSubGraphVariableID_mA94C80599DE1E9D141FDE407F5FF35C076B0329C_inline(L_14, NULL);
Variable_t60C01143D3B1491B2FFEB305052C327D03DDF4AA* L_16;
L_16 = IBlackboardExtensions_GetVariableByID_mF88E30ECB614EF83CB657BDD54598DE749613A34(L_13, L_15, NULL);
V_2 = L_16;
// if ( targetSubVariable != null && targetSubVariable.isExposedPublic && !targetSubVariable.isPropertyBound ) {
Variable_t60C01143D3B1491B2FFEB305052C327D03DDF4AA* L_17 = V_2;
if (!L_17)
{
goto IL_007f;
}
}
{
Variable_t60C01143D3B1491B2FFEB305052C327D03DDF4AA* L_18 = V_2;
NullCheck(L_18);
bool L_19;
L_19 = Variable_get_isExposedPublic_m642BC64143345099A173C4E51AF3AD0201C64B2F(L_18, NULL);
if (!L_19)
{
goto IL_007f;
}
}
{
Variable_t60C01143D3B1491B2FFEB305052C327D03DDF4AA* L_20 = V_2;
NullCheck(L_20);
bool L_21;
L_21 = Variable_get_isPropertyBound_mD875D0438FE286A0DFD36850A423E73F55F89CE7(L_20, NULL);
if (L_21)
{
goto IL_007f;
}
}
{
// if ( bbParam.canRead ) { bbParam.value = targetSubVariable.value; }
BBMappingParameter_t271BF3D15F27980230AA7D18791AD2E533D6114A* L_22 = V_1;
NullCheck(L_22);
bool L_23;
L_23 = BBMappingParameter_get_canRead_m68BE9996096F8EB2C2F55F3433D3A822C7B3C975_inline(L_22, NULL);
if (!L_23)
{
goto IL_006d;
}
}
{
// if ( bbParam.canRead ) { bbParam.value = targetSubVariable.value; }
BBMappingParameter_t271BF3D15F27980230AA7D18791AD2E533D6114A* L_24 = V_1;
Variable_t60C01143D3B1491B2FFEB305052C327D03DDF4AA* L_25 = V_2;
NullCheck(L_25);
RuntimeObject* L_26;
L_26 = Variable_get_value_m6E603EC6574F8045C3A8F464C1ED0AA1B00A059F(L_25, NULL);
NullCheck(L_24);
BBParameter_1_set_value_mE339B1B867F08868D33B2AC7FD213B4CCAA3E2AA(L_24, L_26, BBParameter_1_set_value_mE339B1B867F08868D33B2AC7FD213B4CCAA3E2AA_RuntimeMethod_var);
}
IL_006d:
{
// targetSubVariable.onValueChanged -= bbParam.SetValue;
Variable_t60C01143D3B1491B2FFEB305052C327D03DDF4AA* L_27 = V_2;
BBMappingParameter_t271BF3D15F27980230AA7D18791AD2E533D6114A* L_28 = V_1;
Action_1_t6F9EB113EB3F16226AEF811A2744F4111C116C87* L_29 = (Action_1_t6F9EB113EB3F16226AEF811A2744F4111C116C87*)il2cpp_codegen_object_new(Action_1_t6F9EB113EB3F16226AEF811A2744F4111C116C87_il2cpp_TypeInfo_var);
NullCheck(L_29);
Action_1__ctor_m2E1DFA67718FC1A0B6E5DFEB78831FFE9C059EB4(L_29, L_28, (intptr_t)((void*)BBParameter_1_SetValue_m80857505A87AA0C8455C6ED54EC6DC73D7F48674_RuntimeMethod_var), NULL);
NullCheck(L_27);
Variable_remove_onValueChanged_mCF422A72D6D123E43F0B550B0186B2CA61F6D677(L_27, L_29, NULL);
}
IL_007f:
{
// for ( var i = 0; i < assignable.variablesMap.Count; i++ ) {
int32_t L_30 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add(L_30, 1));
}
IL_0083:
{
// for ( var i = 0; i < assignable.variablesMap.Count; i++ ) {
int32_t L_31 = V_0;
RuntimeObject* L_32 = ___0_assignable;
NullCheck(L_32);
List_1_t624B7FC2AE145EBF7BB7EE422EF3049A2BBD744B* L_33;
L_33 = InterfaceFuncInvoker0< List_1_t624B7FC2AE145EBF7BB7EE422EF3049A2BBD744B* >::Invoke(7 /* System.Collections.Generic.List`1<NodeCanvas.Framework.Internal.BBMappingParameter> NodeCanvas.Framework.IGraphAssignable::get_variablesMap() */, IGraphAssignable_tD5C8ED4B20F921681A68BEDADDA70F7BD60ED9AE_il2cpp_TypeInfo_var, L_32);
NullCheck(L_33);
int32_t L_34;
L_34 = List_1_get_Count_m3F9FAE81BA2CB84F8698882D98BAEBF35EA9D1DA_inline(L_33, List_1_get_Count_m3F9FAE81BA2CB84F8698882D98BAEBF35EA9D1DA_RuntimeMethod_var);
if ((((int32_t)L_31) < ((int32_t)L_34)))
{
goto IL_001a;
}
}
{
// }
return;
}
}
// System.Void NodeCanvas.Framework.IGraphAssignableExtensions::ValidateSubGraphAndParameters(NodeCanvas.Framework.IGraphAssignable)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IGraphAssignableExtensions_ValidateSubGraphAndParameters_mCB23DCBCD4CB19CFA3D91480559546C544D36FF0 (RuntimeObject* ___0_assignable, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_get_Count_m6A139A7CD2B091611E0191AC71D1F50463C5BA80_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IBlackboard_t5DD66755F75CEACCF1D3EC369782E2A07F1102ED_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IGraphAssignable_tD5C8ED4B20F921681A68BEDADDA70F7BD60ED9AE_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Threader_tFDCB2BB163812D50862D40F363A5EEA1073B1412_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// if ( !ParadoxNotion.Services.Threader.applicationIsPlaying ) {
il2cpp_codegen_runtime_class_init_inline(Threader_tFDCB2BB163812D50862D40F363A5EEA1073B1412_il2cpp_TypeInfo_var);
bool L_0;
L_0 = Threader_get_applicationIsPlaying_m9BA0A1EA10F4B4C159C86F94A96B67D558FFA831_inline(NULL);
if (L_0)
{
goto IL_0040;
}
}
{
// if ( assignable.subGraph == null || !assignable.subGraph.allowBlackboardOverrides || assignable.subGraph.blackboard.variables.Count == 0 ) {
RuntimeObject* L_1 = ___0_assignable;
NullCheck(L_1);
Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* L_2;
L_2 = InterfaceFuncInvoker0< Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* >::Invoke(0 /* NodeCanvas.Framework.Graph NodeCanvas.Framework.IGraphAssignable::get_subGraph() */, IGraphAssignable_tD5C8ED4B20F921681A68BEDADDA70F7BD60ED9AE_il2cpp_TypeInfo_var, L_1);
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_0039;
}
}
{
RuntimeObject* L_4 = ___0_assignable;
NullCheck(L_4);
Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* L_5;
L_5 = InterfaceFuncInvoker0< Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* >::Invoke(0 /* NodeCanvas.Framework.Graph NodeCanvas.Framework.IGraphAssignable::get_subGraph() */, IGraphAssignable_tD5C8ED4B20F921681A68BEDADDA70F7BD60ED9AE_il2cpp_TypeInfo_var, L_4);
NullCheck(L_5);
bool L_6;
L_6 = VirtualFuncInvoker0< bool >::Invoke(18 /* System.Boolean NodeCanvas.Framework.Graph::get_allowBlackboardOverrides() */, L_5);
if (!L_6)
{
goto IL_0039;
}
}
{
RuntimeObject* L_7 = ___0_assignable;
NullCheck(L_7);
Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* L_8;
L_8 = InterfaceFuncInvoker0< Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* >::Invoke(0 /* NodeCanvas.Framework.Graph NodeCanvas.Framework.IGraphAssignable::get_subGraph() */, IGraphAssignable_tD5C8ED4B20F921681A68BEDADDA70F7BD60ED9AE_il2cpp_TypeInfo_var, L_7);
NullCheck(L_8);
RuntimeObject* L_9;
L_9 = Graph_get_blackboard_mEA857457C284A543695FBD6B8A9BA8C46EDB4B93(L_8, NULL);
NullCheck(L_9);
Dictionary_2_tD3F950952CE25D0F85C802E5E8010086DF6EDE7C* L_10;
L_10 = 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_9);
NullCheck(L_10);
int32_t L_11;
L_11 = Dictionary_2_get_Count_m6A139A7CD2B091611E0191AC71D1F50463C5BA80(L_10, Dictionary_2_get_Count_m6A139A7CD2B091611E0191AC71D1F50463C5BA80_RuntimeMethod_var);
if (L_11)
{
goto IL_0040;
}
}
IL_0039:
{
// assignable.variablesMap = null;
RuntimeObject* L_12 = ___0_assignable;
NullCheck(L_12);
InterfaceActionInvoker1< List_1_t624B7FC2AE145EBF7BB7EE422EF3049A2BBD744B* >::Invoke(8 /* System.Void NodeCanvas.Framework.IGraphAssignable::set_variablesMap(System.Collections.Generic.List`1<NodeCanvas.Framework.Internal.BBMappingParameter>) */, IGraphAssignable_tD5C8ED4B20F921681A68BEDADDA70F7BD60ED9AE_il2cpp_TypeInfo_var, L_12, (List_1_t624B7FC2AE145EBF7BB7EE422EF3049A2BBD744B*)NULL);
}
IL_0040:
{
// }
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.Framework.IGraphAssignableExtensions/<>c__DisplayClass1_0::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass1_0__ctor_m9B1639D1BCDC12947B7CCAA83C73FCD6B8EF3C42 (U3CU3Ec__DisplayClass1_0_tDAD823F42A503730E2CDC74818B01BA9EAB3613F* __this, const RuntimeMethod* method)
{
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
return;
}
}
// System.Void NodeCanvas.Framework.IGraphAssignableExtensions/<>c__DisplayClass1_0::<TryStartSubGraph>b__0(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass1_0_U3CTryStartSubGraphU3Eb__0_mF60FBD4D7477A7A8166CBCDE03EEFBBA680804E4 (U3CU3Ec__DisplayClass1_0_tDAD823F42A503730E2CDC74818B01BA9EAB3613F* __this, bool ___0_result, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IGraphElement_t5F3857CCE5EFB70AF8F6E9D93F460970198F0CAF_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// if ( assignable.status == Status.Running ) { assignable.TryReadAndUnbindMappedVariables(); }
RuntimeObject* L_0 = __this->___assignable_0;
NullCheck(L_0);
int32_t L_1;
L_1 = InterfaceFuncInvoker0< int32_t >::Invoke(3 /* NodeCanvas.Framework.Status NodeCanvas.Framework.IGraphElement::get_status() */, IGraphElement_t5F3857CCE5EFB70AF8F6E9D93F460970198F0CAF_il2cpp_TypeInfo_var, L_0);
if ((!(((uint32_t)L_1) == ((uint32_t)2))))
{
goto IL_0019;
}
}
{
// if ( assignable.status == Status.Running ) { assignable.TryReadAndUnbindMappedVariables(); }
RuntimeObject* L_2 = __this->___assignable_0;
IGraphAssignableExtensions_TryReadAndUnbindMappedVariables_m3F11676FA50F6A5E38E8962ACF0B050C4AE2E9C6(L_2, NULL);
}
IL_0019:
{
// if ( callback != null ) { callback(result); }
Action_1_t10DCB0C07D0D3C565CEACADC80D1152B35A45F6C* L_3 = __this->___callback_1;
if (!L_3)
{
goto IL_002d;
}
}
{
// if ( callback != null ) { callback(result); }
Action_1_t10DCB0C07D0D3C565CEACADC80D1152B35A45F6C* L_4 = __this->___callback_1;
bool L_5 = ___0_result;
NullCheck(L_4);
Action_1_Invoke_m69C8773D6967F3B224777183E24EA621CE056F8F_inline(L_4, L_5, NULL);
}
IL_002d:
{
// });
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.Graph NodeCanvas.Framework.Node::get_graph()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* Node_get_graph_mB21F59A8B53310BF25DE6085397701DB23CC3A08 (Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* __this, const RuntimeMethod* method)
{
{
// get { return _graph; }
Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* L_0 = __this->____graph_6;
return L_0;
}
}
// System.Void NodeCanvas.Framework.Node::set_graph(NodeCanvas.Framework.Graph)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Node_set_graph_m8F7AFEA266E9BC7F8D774CE1A2C935C7963D44DD (Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* __this, Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* ___0_value, const RuntimeMethod* method)
{
{
// internal set { _graph = value; }
Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* L_0 = ___0_value;
__this->____graph_6 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->____graph_6), (void*)L_0);
// internal set { _graph = value; }
return;
}
}
// System.Int32 NodeCanvas.Framework.Node::get_ID()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Node_get_ID_m1C2CE6645F79C1FBCFDEA0B2CBAE95EB3A7C0E26 (Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* __this, const RuntimeMethod* method)
{
{
// get { return _ID; }
int32_t L_0 = __this->____ID_7;
return L_0;
}
}
// System.Void NodeCanvas.Framework.Node::set_ID(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Node_set_ID_mBEB98B3A6E2E6BC7D094CBE79B287CC90210EC18 (Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* __this, int32_t ___0_value, const RuntimeMethod* method)
{
{
// internal set { _ID = value; }
int32_t L_0 = ___0_value;
__this->____ID_7 = L_0;
// internal set { _ID = value; }
return;
}
}
// System.String NodeCanvas.Framework.Node::get_UID()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Node_get_UID_mA4B135046F820258F56B775AA497FBE1CCC75D01 (Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* __this, const RuntimeMethod* method)
{
Guid_t V_0;
memset((&V_0), 0, sizeof(V_0));
String_t* V_1 = NULL;
{
// public string UID => string.IsNullOrEmpty(_UID) ? _UID = System.Guid.NewGuid().ToString() : _UID;
String_t* L_0 = __this->____UID_0;
bool L_1;
L_1 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_0, NULL);
if (L_1)
{
goto IL_0014;
}
}
{
String_t* L_2 = __this->____UID_0;
return L_2;
}
IL_0014:
{
Guid_t L_3;
L_3 = Guid_NewGuid_m1F4894E8DC089811D6252148AD5858E58D43A7BD(NULL);
V_0 = L_3;
String_t* L_4;
L_4 = Guid_ToString_m2BFFD5FA726E03FA707AAFCCF065896C46D5290C((&V_0), NULL);
String_t* L_5 = L_4;
V_1 = L_5;
__this->____UID_0 = L_5;
Il2CppCodeGenWriteBarrier((void**)(&__this->____UID_0), (void*)L_5);
String_t* L_6 = V_1;
return L_6;
}
}
// System.Collections.Generic.List`1<NodeCanvas.Framework.Connection> NodeCanvas.Framework.Node::get_inConnections()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_t619EB3258C7F1EBD15A485EA09888BE9FC87AC7E* Node_get_inConnections_mDC21880D8511412E49EB8D4E615D1B5EFD9A668F (Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* __this, const RuntimeMethod* method)
{
{
// get { return _inConnections; }
List_1_t619EB3258C7F1EBD15A485EA09888BE9FC87AC7E* L_0 = __this->____inConnections_8;
return L_0;
}
}
// System.Void NodeCanvas.Framework.Node::set_inConnections(System.Collections.Generic.List`1<NodeCanvas.Framework.Connection>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Node_set_inConnections_m616700DC163EEB6809C75C6C06BBB2634ED6A4BB (Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* __this, List_1_t619EB3258C7F1EBD15A485EA09888BE9FC87AC7E* ___0_value, const RuntimeMethod* method)
{
{
// protected set { _inConnections = value; }
List_1_t619EB3258C7F1EBD15A485EA09888BE9FC87AC7E* L_0 = ___0_value;
__this->____inConnections_8 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->____inConnections_8), (void*)L_0);
// protected set { _inConnections = value; }
return;
}
}
// System.Collections.Generic.List`1<NodeCanvas.Framework.Connection> NodeCanvas.Framework.Node::get_outConnections()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_t619EB3258C7F1EBD15A485EA09888BE9FC87AC7E* Node_get_outConnections_mBD92942B179E5297C07F297E1D0F2F0946A8F7EE (Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* __this, const RuntimeMethod* method)
{
{
// get { return _outConnections; }
List_1_t619EB3258C7F1EBD15A485EA09888BE9FC87AC7E* L_0 = __this->____outConnections_9;
return L_0;
}
}
// System.Void NodeCanvas.Framework.Node::set_outConnections(System.Collections.Generic.List`1<NodeCanvas.Framework.Connection>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Node_set_outConnections_mAAF992B6FDC0B594FD70670F099455F64148FCB6 (Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* __this, List_1_t619EB3258C7F1EBD15A485EA09888BE9FC87AC7E* ___0_value, const RuntimeMethod* method)
{
{
// protected set { _outConnections = value; }
List_1_t619EB3258C7F1EBD15A485EA09888BE9FC87AC7E* L_0 = ___0_value;
__this->____outConnections_9 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->____outConnections_9), (void*)L_0);
// protected set { _outConnections = value; }
return;
}
}
// UnityEngine.Vector2 NodeCanvas.Framework.Node::get_position()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Node_get_position_mB0B0C10C0BEEBD82E7CCEB0F01D1BFA95EFFB429 (Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* __this, const RuntimeMethod* method)
{
{
// get { return _position; }
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_0 = __this->____position_3;
return L_0;
}
}
// System.Void NodeCanvas.Framework.Node::set_position(UnityEngine.Vector2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Node_set_position_m344223FBF8B08FBF88CB9FEB05B6B7EEA24E4033 (Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* __this, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___0_value, const RuntimeMethod* method)
{
{
// set { _position = value; }
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_0 = ___0_value;
__this->____position_3 = L_0;
// set { _position = value; }
return;
}
}
// System.String NodeCanvas.Framework.Node::get_customName()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Node_get_customName_m1A71FF743F6F47999FB07420D7E5F4E4261F1AA5 (Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* __this, const RuntimeMethod* method)
{
{
// get { return _name; }
String_t* L_0 = __this->____name_1;
return L_0;
}
}
// System.Void NodeCanvas.Framework.Node::set_customName(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Node_set_customName_m10E8409F84282D831782408F72673D81EB52601A (Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* __this, String_t* ___0_value, const RuntimeMethod* method)
{
{
// set { _name = value; }
String_t* L_0 = ___0_value;
__this->____name_1 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->____name_1), (void*)L_0);
// set { _name = value; }
return;
}
}
// System.String NodeCanvas.Framework.Node::get_tag()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Node_get_tag_m189542735248F2BE38EE5901A2408C27DD3D509C (Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* __this, const RuntimeMethod* method)
{
{
// get { return _tag; }
String_t* L_0 = __this->____tag_2;
return L_0;
}
}
// System.Void NodeCanvas.Framework.Node::set_tag(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Node_set_tag_m5AECC4C353EDCDB5DCA4EA662901B061715A0886 (Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* __this, String_t* ___0_value, const RuntimeMethod* method)
{
{
// set { _tag = value; }
String_t* L_0 = ___0_value;
__this->____tag_2 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->____tag_2), (void*)L_0);
// set { _tag = value; }
return;
}
}
// System.String NodeCanvas.Framework.Node::get_comments()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Node_get_comments_m104872F1BEE3ED48459DC62E0AD23FC252C0C2DF (Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* __this, const RuntimeMethod* method)
{
{
// get { return _comment; }
String_t* L_0 = __this->____comment_4;
return L_0;
}
}
// System.Void NodeCanvas.Framework.Node::set_comments(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Node_set_comments_mBC98376EB9CC97B5CA14E882275D18D2BE39ADE0 (Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* __this, String_t* ___0_value, const RuntimeMethod* method)
{
{
// set { _comment = value; }
String_t* L_0 = ___0_value;
__this->____comment_4 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->____comment_4), (void*)L_0);
// set { _comment = value; }
return;
}
}
// System.Boolean NodeCanvas.Framework.Node::get_isBreakpoint()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Node_get_isBreakpoint_mD99F295597B54C1A3D3A335D1B89AF28C14FBD1F (Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* __this, const RuntimeMethod* method)
{
{
// get { return _isBreakpoint; }
bool L_0 = __this->____isBreakpoint_5;
return L_0;
}
}
// System.Void NodeCanvas.Framework.Node::set_isBreakpoint(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Node_set_isBreakpoint_m6C78B3C2868E0B78415B6F1543E8BF3F68A6B94D (Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* __this, bool ___0_value, const RuntimeMethod* method)
{
{
// set { _isBreakpoint = value; }
bool L_0 = ___0_value;
__this->____isBreakpoint_5 = L_0;
// set { _isBreakpoint = value; }
return;
}
}
// System.String NodeCanvas.Framework.Node::get_name()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Node_get_name_m488D9048EA7C161BB554E76FB0FF523812055FAA (Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectionTools_RTGetAttribute_TisNameAttribute_t34E4A5AC3A040FAE69B4567071E4BDA34ECB03AC_m13F483E9F03E3153945688CD1172D4A34B4BD417_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectionTools_tE12B5251BB48C3A8B99BC5D4278C46DADBBF905A_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringUtils_t1B1A8555A1FD4C84FEEF6A67762EA7230E48164A_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
NameAttribute_t34E4A5AC3A040FAE69B4567071E4BDA34ECB03AC* V_0 = NULL;
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* G_B5_0 = NULL;
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* G_B4_0 = NULL;
String_t* G_B6_0 = NULL;
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* G_B6_1 = NULL;
{
// if ( !string.IsNullOrEmpty(customName) ) {
String_t* L_0;
L_0 = Node_get_customName_m1A71FF743F6F47999FB07420D7E5F4E4261F1AA5_inline(__this, NULL);
bool L_1;
L_1 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_0, NULL);
if (L_1)
{
goto IL_0014;
}
}
{
// return customName;
String_t* L_2;
L_2 = Node_get_customName_m1A71FF743F6F47999FB07420D7E5F4E4261F1AA5_inline(__this, NULL);
return L_2;
}
IL_0014:
{
// if ( string.IsNullOrEmpty(_nameCache) ) {
String_t* L_3 = __this->____nameCache_11;
bool L_4;
L_4 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_3, NULL);
if (!L_4)
{
goto IL_0050;
}
}
{
// var nameAtt = this.GetType().RTGetAttribute<NameAttribute>(true);
Type_t* L_5;
L_5 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(__this, NULL);
il2cpp_codegen_runtime_class_init_inline(ReflectionTools_tE12B5251BB48C3A8B99BC5D4278C46DADBBF905A_il2cpp_TypeInfo_var);
NameAttribute_t34E4A5AC3A040FAE69B4567071E4BDA34ECB03AC* L_6;
L_6 = ReflectionTools_RTGetAttribute_TisNameAttribute_t34E4A5AC3A040FAE69B4567071E4BDA34ECB03AC_m13F483E9F03E3153945688CD1172D4A34B4BD417(L_5, (bool)1, ReflectionTools_RTGetAttribute_TisNameAttribute_t34E4A5AC3A040FAE69B4567071E4BDA34ECB03AC_m13F483E9F03E3153945688CD1172D4A34B4BD417_RuntimeMethod_var);
V_0 = L_6;
// _nameCache = ( nameAtt != null ? nameAtt.name : GetType().FriendlyName().SplitCamelCase() );
NameAttribute_t34E4A5AC3A040FAE69B4567071E4BDA34ECB03AC* L_7 = V_0;
G_B4_0 = __this;
if (L_7)
{
G_B5_0 = __this;
goto IL_0045;
}
}
{
Type_t* L_8;
L_8 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(__this, NULL);
il2cpp_codegen_runtime_class_init_inline(ReflectionTools_tE12B5251BB48C3A8B99BC5D4278C46DADBBF905A_il2cpp_TypeInfo_var);
String_t* L_9;
L_9 = ReflectionTools_FriendlyName_mCA9B53218CF47CBC57E7EA260DE334F98D12E56C(L_8, (bool)0, NULL);
il2cpp_codegen_runtime_class_init_inline(StringUtils_t1B1A8555A1FD4C84FEEF6A67762EA7230E48164A_il2cpp_TypeInfo_var);
String_t* L_10;
L_10 = StringUtils_SplitCamelCase_mE03F4F3007C92573D017880C01F44BE6CC77DE6C(L_9, NULL);
G_B6_0 = L_10;
G_B6_1 = G_B4_0;
goto IL_004b;
}
IL_0045:
{
NameAttribute_t34E4A5AC3A040FAE69B4567071E4BDA34ECB03AC* L_11 = V_0;
NullCheck(L_11);
String_t* L_12 = L_11->___name_0;
G_B6_0 = L_12;
G_B6_1 = G_B5_0;
}
IL_004b:
{
NullCheck(G_B6_1);
G_B6_1->____nameCache_11 = G_B6_0;
Il2CppCodeGenWriteBarrier((void**)(&G_B6_1->____nameCache_11), (void*)G_B6_0);
}
IL_0050:
{
// return _nameCache;
String_t* L_13 = __this->____nameCache_11;
return L_13;
}
}
// System.Void NodeCanvas.Framework.Node::set_name(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Node_set_name_mD6B02AAB0A710DAA69506286A4635684E8D7D1EC (Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* __this, String_t* ___0_value, const RuntimeMethod* method)
{
{
// set { customName = value; }
String_t* L_0 = ___0_value;
Node_set_customName_m10E8409F84282D831782408F72673D81EB52601A_inline(__this, L_0, NULL);
// set { customName = value; }
return;
}
}
// System.String NodeCanvas.Framework.Node::get_description()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Node_get_description_mCC69A5C6CE184956EFF11FC431E24BEB328C6401 (Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectionTools_RTGetAttribute_TisDescriptionAttribute_tA36BC0FDBFFE79BC565383D33D6EBE3550B45F81_m6698F53A577EA9CBEA07182791F17EED2058116F_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectionTools_tE12B5251BB48C3A8B99BC5D4278C46DADBBF905A_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3B5F118300A34340CE6C853C76B32E77B20ACD5E);
s_Il2CppMethodInitialized = true;
}
DescriptionAttribute_tA36BC0FDBFFE79BC565383D33D6EBE3550B45F81* V_0 = NULL;
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* G_B3_0 = NULL;
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* G_B2_0 = NULL;
String_t* G_B4_0 = NULL;
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* G_B4_1 = NULL;
{
// if ( string.IsNullOrEmpty(_descriptionCache) ) {
String_t* L_0 = __this->____descriptionCache_12;
bool L_1;
L_1 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_0, NULL);
if (!L_1)
{
goto IL_0030;
}
}
{
// var descAtt = this.GetType().RTGetAttribute<DescriptionAttribute>(true);
Type_t* L_2;
L_2 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(__this, NULL);
il2cpp_codegen_runtime_class_init_inline(ReflectionTools_tE12B5251BB48C3A8B99BC5D4278C46DADBBF905A_il2cpp_TypeInfo_var);
DescriptionAttribute_tA36BC0FDBFFE79BC565383D33D6EBE3550B45F81* L_3;
L_3 = ReflectionTools_RTGetAttribute_TisDescriptionAttribute_tA36BC0FDBFFE79BC565383D33D6EBE3550B45F81_m6698F53A577EA9CBEA07182791F17EED2058116F(L_2, (bool)1, ReflectionTools_RTGetAttribute_TisDescriptionAttribute_tA36BC0FDBFFE79BC565383D33D6EBE3550B45F81_m6698F53A577EA9CBEA07182791F17EED2058116F_RuntimeMethod_var);
V_0 = L_3;
// _descriptionCache = descAtt != null ? descAtt.description : "No Description";
DescriptionAttribute_tA36BC0FDBFFE79BC565383D33D6EBE3550B45F81* L_4 = V_0;
G_B2_0 = __this;
if (L_4)
{
G_B3_0 = __this;
goto IL_0025;
}
}
{
G_B4_0 = _stringLiteral3B5F118300A34340CE6C853C76B32E77B20ACD5E;
G_B4_1 = G_B2_0;
goto IL_002b;
}
IL_0025:
{
DescriptionAttribute_tA36BC0FDBFFE79BC565383D33D6EBE3550B45F81* L_5 = V_0;
NullCheck(L_5);
String_t* L_6 = L_5->___description_0;
G_B4_0 = L_6;
G_B4_1 = G_B3_0;
}
IL_002b:
{
NullCheck(G_B4_1);
G_B4_1->____descriptionCache_12 = G_B4_0;
Il2CppCodeGenWriteBarrier((void**)(&G_B4_1->____descriptionCache_12), (void*)G_B4_0);
}
IL_0030:
{
// return _descriptionCache;
String_t* L_7 = __this->____descriptionCache_12;
return L_7;
}
}
// System.Int32 NodeCanvas.Framework.Node::get_priority()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Node_get_priority_m28DDD2F0BE2431DC50D6A75685D35CC8575DFC65 (Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectionTools_RTGetAttribute_TisExecutionPriorityAttribute_t1C76BF496673F5EEC9DA870670F9889E1A22BA14_m422511B1E926B1D92277A3A5854A8BA93CB044D3_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectionTools_tE12B5251BB48C3A8B99BC5D4278C46DADBBF905A_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
ExecutionPriorityAttribute_t1C76BF496673F5EEC9DA870670F9889E1A22BA14* V_0 = NULL;
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* G_B3_0 = NULL;
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* G_B2_0 = NULL;
int32_t G_B4_0 = 0;
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* G_B4_1 = NULL;
{
// if ( _priorityCache == int.MinValue ) {
int32_t L_0 = __this->____priorityCache_13;
if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)-2147483648LL)))))
{
goto IL_002c;
}
}
{
// var prioAtt = this.GetType().RTGetAttribute<ExecutionPriorityAttribute>(true);
Type_t* L_1;
L_1 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(__this, NULL);
il2cpp_codegen_runtime_class_init_inline(ReflectionTools_tE12B5251BB48C3A8B99BC5D4278C46DADBBF905A_il2cpp_TypeInfo_var);
ExecutionPriorityAttribute_t1C76BF496673F5EEC9DA870670F9889E1A22BA14* L_2;
L_2 = ReflectionTools_RTGetAttribute_TisExecutionPriorityAttribute_t1C76BF496673F5EEC9DA870670F9889E1A22BA14_m422511B1E926B1D92277A3A5854A8BA93CB044D3(L_1, (bool)1, ReflectionTools_RTGetAttribute_TisExecutionPriorityAttribute_t1C76BF496673F5EEC9DA870670F9889E1A22BA14_m422511B1E926B1D92277A3A5854A8BA93CB044D3_RuntimeMethod_var);
V_0 = L_2;
// _priorityCache = prioAtt != null ? prioAtt.priority : 0;
ExecutionPriorityAttribute_t1C76BF496673F5EEC9DA870670F9889E1A22BA14* L_3 = V_0;
G_B2_0 = __this;
if (L_3)
{
G_B3_0 = __this;
goto IL_0021;
}
}
{
G_B4_0 = 0;
G_B4_1 = G_B2_0;
goto IL_0027;
}
IL_0021:
{
ExecutionPriorityAttribute_t1C76BF496673F5EEC9DA870670F9889E1A22BA14* L_4 = V_0;
NullCheck(L_4);
int32_t L_5 = L_4->___priority_0;
G_B4_0 = L_5;
G_B4_1 = G_B3_0;
}
IL_0027:
{
NullCheck(G_B4_1);
G_B4_1->____priorityCache_13 = G_B4_0;
}
IL_002c:
{
// return _priorityCache;
int32_t L_6 = __this->____priorityCache_13;
return L_6;
}
}
// NodeCanvas.Framework.Status NodeCanvas.Framework.Node::get_status()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Node_get_status_m2FBF938FF2AA2979E7DC66B8F6AD3AD272FCB04B (Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* __this, const RuntimeMethod* method)
{
{
// get { return _status; }
int32_t L_0 = __this->____status_10;
return L_0;
}
}
// System.Void NodeCanvas.Framework.Node::set_status(NodeCanvas.Framework.Status)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Node_set_status_m2CEC604858DFD7F181CCCF75AA3D08A7C677F4D7 (Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* __this, int32_t ___0_value, const RuntimeMethod* method)
{
{
// if ( _status == Status.Resting && value == Status.Running ) {
int32_t L_0 = __this->____status_10;
if ((!(((uint32_t)L_0) == ((uint32_t)3))))
{
goto IL_001e;
}
}
{
int32_t L_1 = ___0_value;
if ((!(((uint32_t)L_1) == ((uint32_t)2))))
{
goto IL_001e;
}
}
{
// timeStarted = graph.elapsedTime;
Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* L_2;
L_2 = Node_get_graph_mB21F59A8B53310BF25DE6085397701DB23CC3A08_inline(__this, NULL);
NullCheck(L_2);
float L_3;
L_3 = Graph_get_elapsedTime_mD78F82F612A65CBFC791A3D27DCFDB8A600D0F44_inline(L_2, NULL);
Node_set_timeStarted_mD399976DE3E986FB52434EFE1AFC690A2FE6167C_inline(__this, L_3, NULL);
}
IL_001e:
{
// _status = value;
int32_t L_4 = ___0_value;
__this->____status_10 = L_4;
// }
return;
}
}
// UnityEngine.Component NodeCanvas.Framework.Node::get_graphAgent()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* Node_get_graphAgent_m1D13BBF1FBF26F5DC1C2B0B4D4C99815A7AEE929 (Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// public Component graphAgent => ( graph != null ? graph.agent : null );
Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* L_0;
L_0 = Node_get_graph_mB21F59A8B53310BF25DE6085397701DB23CC3A08_inline(__this, NULL);
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_1;
L_1 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_0, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
if (L_1)
{
goto IL_0010;
}
}
{
return (Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3*)NULL;
}
IL_0010:
{
Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* L_2;
L_2 = Node_get_graph_mB21F59A8B53310BF25DE6085397701DB23CC3A08_inline(__this, NULL);
NullCheck(L_2);
Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* L_3;
L_3 = Graph_get_agent_m2AD941592E9694084A4A44F0F30A363E95295EA8_inline(L_2, NULL);
return L_3;
}
}
// NodeCanvas.Framework.IBlackboard NodeCanvas.Framework.Node::get_graphBlackboard()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Node_get_graphBlackboard_mB73EB2C0616FE725B0CADE8A1090E0A56A1A7434 (Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// public IBlackboard graphBlackboard => ( graph != null ? graph.blackboard : null );
Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* L_0;
L_0 = Node_get_graph_mB21F59A8B53310BF25DE6085397701DB23CC3A08_inline(__this, NULL);
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_1;
L_1 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_0, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
if (L_1)
{
goto IL_0010;
}
}
{
return (RuntimeObject*)NULL;
}
IL_0010:
{
Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* L_2;
L_2 = Node_get_graph_mB21F59A8B53310BF25DE6085397701DB23CC3A08_inline(__this, NULL);
NullCheck(L_2);
RuntimeObject* L_3;
L_3 = Graph_get_blackboard_mEA857457C284A543695FBD6B8A9BA8C46EDB4B93(L_2, NULL);
return L_3;
}
}
// System.Single NodeCanvas.Framework.Node::get_elapsedTime()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Node_get_elapsedTime_m67AB02C31A465743D9D548D294CF6459C01846A4 (Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* __this, const RuntimeMethod* method)
{
{
// public float elapsedTime => ( status == Status.Running ? graph.elapsedTime - timeStarted : 0 );
int32_t L_0;
L_0 = Node_get_status_m2FBF938FF2AA2979E7DC66B8F6AD3AD272FCB04B_inline(__this, NULL);
if ((((int32_t)L_0) == ((int32_t)2)))
{
goto IL_000f;
}
}
{
return (0.0f);
}
IL_000f:
{
Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* L_1;
L_1 = Node_get_graph_mB21F59A8B53310BF25DE6085397701DB23CC3A08_inline(__this, NULL);
NullCheck(L_1);
float L_2;
L_2 = Graph_get_elapsedTime_mD78F82F612A65CBFC791A3D27DCFDB8A600D0F44_inline(L_1, NULL);
float L_3;
L_3 = Node_get_timeStarted_mDEFE149F16374A2DBF558340D7B6CE6A3F9D01F6_inline(__this, NULL);
return ((float)il2cpp_codegen_subtract(L_2, L_3));
}
}
// System.Single NodeCanvas.Framework.Node::get_timeStarted()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Node_get_timeStarted_mDEFE149F16374A2DBF558340D7B6CE6A3F9D01F6 (Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* __this, const RuntimeMethod* method)
{
{
// private float timeStarted { get; set; }
float L_0 = __this->___U3CtimeStartedU3Ek__BackingField_14;
return L_0;
}
}
// System.Void NodeCanvas.Framework.Node::set_timeStarted(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Node_set_timeStarted_mD399976DE3E986FB52434EFE1AFC690A2FE6167C (Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* __this, float ___0_value, const RuntimeMethod* method)
{
{
// private float timeStarted { get; set; }
float L_0 = ___0_value;
__this->___U3CtimeStartedU3Ek__BackingField_14 = L_0;
return;
}
}
// System.Boolean NodeCanvas.Framework.Node::get_isChecked()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Node_get_isChecked_m60774AAD4452C09C4558E27BF34AB706086FE4F1 (Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* __this, const RuntimeMethod* method)
{
{
// private bool isChecked { get; set; }
bool L_0 = __this->___U3CisCheckedU3Ek__BackingField_15;
return L_0;
}
}
// System.Void NodeCanvas.Framework.Node::set_isChecked(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Node_set_isChecked_mED281983153E5C31D31E045DFFCFAE737B9562A8 (Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* __this, bool ___0_value, const RuntimeMethod* method)
{
{
// private bool isChecked { get; set; }
bool L_0 = ___0_value;
__this->___U3CisCheckedU3Ek__BackingField_15 = L_0;
return;
}
}
// System.Boolean NodeCanvas.Framework.Node::get_breakPointReached()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Node_get_breakPointReached_m748D94D94EA4E1AA01AAC0033B00CC0CB223E3DA (Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* __this, const RuntimeMethod* method)
{
{
// private bool breakPointReached { get; set; }
bool L_0 = __this->___U3CbreakPointReachedU3Ek__BackingField_16;
return L_0;
}
}
// System.Void NodeCanvas.Framework.Node::set_breakPointReached(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Node_set_breakPointReached_m745C863C0B0FBED2D1D3EE38383C994901568BBF (Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* __this, bool ___0_value, const RuntimeMethod* method)
{
{
// private bool breakPointReached { get; set; }
bool L_0 = ___0_value;
__this->___U3CbreakPointReachedU3Ek__BackingField_16 = L_0;
return;
}
}
// System.Void NodeCanvas.Framework.Node::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Node__ctor_m6A082535101017B8BC64361B18AFDA90231DE23A (Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m526B1AB50DAA08A0D2372592D280D76F862DE81B_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t619EB3258C7F1EBD15A485EA09888BE9FC87AC7E_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// private List<Connection> _inConnections = new List<Connection>();
List_1_t619EB3258C7F1EBD15A485EA09888BE9FC87AC7E* L_0 = (List_1_t619EB3258C7F1EBD15A485EA09888BE9FC87AC7E*)il2cpp_codegen_object_new(List_1_t619EB3258C7F1EBD15A485EA09888BE9FC87AC7E_il2cpp_TypeInfo_var);
NullCheck(L_0);
List_1__ctor_m526B1AB50DAA08A0D2372592D280D76F862DE81B(L_0, List_1__ctor_m526B1AB50DAA08A0D2372592D280D76F862DE81B_RuntimeMethod_var);
__this->____inConnections_8 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->____inConnections_8), (void*)L_0);
// private List<Connection> _outConnections = new List<Connection>();
List_1_t619EB3258C7F1EBD15A485EA09888BE9FC87AC7E* L_1 = (List_1_t619EB3258C7F1EBD15A485EA09888BE9FC87AC7E*)il2cpp_codegen_object_new(List_1_t619EB3258C7F1EBD15A485EA09888BE9FC87AC7E_il2cpp_TypeInfo_var);
NullCheck(L_1);
List_1__ctor_m526B1AB50DAA08A0D2372592D280D76F862DE81B(L_1, List_1__ctor_m526B1AB50DAA08A0D2372592D280D76F862DE81B_RuntimeMethod_var);
__this->____outConnections_9 = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->____outConnections_9), (void*)L_1);
// [System.NonSerialized] private Status _status = Status.Resting;
__this->____status_10 = 3;
// [System.NonSerialized] private int _priorityCache = int.MinValue;
__this->____priorityCache_13 = ((int32_t)-2147483648LL);
// public Node() { /*_UID = System.Guid.NewGuid().ToString();*/ }
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
// public Node() { /*_UID = System.Guid.NewGuid().ToString();*/ }
return;
}
}
// NodeCanvas.Framework.Node NodeCanvas.Framework.Node::Create(NodeCanvas.Framework.Graph,System.Type,UnityEngine.Vector2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* Node_Create_mEDB5CFF2C4187251A2217E89B80030971DA5582D (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* ___0_targetGraph, Type_t* ___1_nodeType, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___2_pos, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectionTools_tE12B5251BB48C3A8B99BC5D4278C46DADBBF905A_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// if ( targetGraph == null ) {
Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* L_0 = ___0_targetGraph;
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_000b;
}
}
{
// return null;
return (Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8*)NULL;
}
IL_000b:
{
// if ( nodeType.IsGenericTypeDefinition ) {
Type_t* L_2 = ___1_nodeType;
NullCheck(L_2);
bool L_3;
L_3 = VirtualFuncInvoker0< bool >::Invoke(41 /* System.Boolean System.Type::get_IsGenericTypeDefinition() */, L_2);
if (!L_3)
{
goto IL_002a;
}
}
{
// nodeType = nodeType.RTMakeGenericType(nodeType.GetFirstGenericParameterConstraintType());
Type_t* L_4 = ___1_nodeType;
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_5 = (TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB*)(TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB*)SZArrayNew(TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB_il2cpp_TypeInfo_var, (uint32_t)1);
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_6 = L_5;
Type_t* L_7 = ___1_nodeType;
il2cpp_codegen_runtime_class_init_inline(ReflectionTools_tE12B5251BB48C3A8B99BC5D4278C46DADBBF905A_il2cpp_TypeInfo_var);
Type_t* L_8;
L_8 = ReflectionTools_GetFirstGenericParameterConstraintType_mFC2AAB975EC5BCF9A56B4D0C83C7F2E2AB9B305A(L_7, NULL);
NullCheck(L_6);
ArrayElementTypeCheck (L_6, L_8);
(L_6)->SetAt(static_cast<il2cpp_array_size_t>(0), (Type_t*)L_8);
Type_t* L_9;
L_9 = ReflectionTools_RTMakeGenericType_mDBED5C0EF581D096AA170F8704F5E555AA7DA2C8(L_4, L_6, NULL);
___1_nodeType = L_9;
}
IL_002a:
{
// var newNode = (Node)System.Activator.CreateInstance(nodeType);
Type_t* L_10 = ___1_nodeType;
RuntimeObject* L_11;
L_11 = Activator_CreateInstance_mFF030428C64FDDFACC74DFAC97388A1C628BFBCF(L_10, NULL);
// newNode.graph = targetGraph;
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_12 = ((Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8*)CastclassClass((RuntimeObject*)L_11, Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8_il2cpp_TypeInfo_var));
Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* L_13 = ___0_targetGraph;
NullCheck(L_12);
Node_set_graph_m8F7AFEA266E9BC7F8D774CE1A2C935C7963D44DD_inline(L_12, L_13, NULL);
// newNode.position = pos;
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_14 = L_12;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_15 = ___2_pos;
NullCheck(L_14);
Node_set_position_m344223FBF8B08FBF88CB9FEB05B6B7EEA24E4033_inline(L_14, L_15, NULL);
// BBParameter.SetBBFields(newNode, targetGraph.blackboard);
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_16 = L_14;
Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* L_17 = ___0_targetGraph;
NullCheck(L_17);
RuntimeObject* L_18;
L_18 = Graph_get_blackboard_mEA857457C284A543695FBD6B8A9BA8C46EDB4B93(L_17, NULL);
BBParameter_SetBBFields_m327944D49EE061B4C80840B5750BCFA498938F8C(L_16, L_18, NULL);
// newNode.Validate(targetGraph);
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_19 = L_16;
Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* L_20 = ___0_targetGraph;
NullCheck(L_19);
Node_Validate_m5BA10AFC53F32621B2E8B9BA686214D0CEB6BBA4(L_19, L_20, NULL);
// newNode.OnCreate(targetGraph);
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_21 = L_19;
Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* L_22 = ___0_targetGraph;
NullCheck(L_21);
VirtualActionInvoker1< Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* >::Invoke(26 /* System.Void NodeCanvas.Framework.Node::OnCreate(NodeCanvas.Framework.Graph) */, L_21, L_22);
// return newNode;
return L_21;
}
}
// NodeCanvas.Framework.Node NodeCanvas.Framework.Node::Duplicate(NodeCanvas.Framework.Graph)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* Node_Duplicate_m18FE9B9C106F6DB7BF98FE44466DE013020F9645 (Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* __this, Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* ___0_targetGraph, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_1_t6A55CC4C05DB035C0D82C5B95F9DFE36A3F00EC0_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_1_t1F4DAC7413714DCE273B737E40B592679CEED7D0_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JSONSerializer_Clone_TisNode_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8_mC3D40722C18D081E65BC71D82FC110966663132D_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JSONSerializer_t41C2A6A19CE244C486DCA145CEF08B6A4C8CAA0F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mE069CE1D96BC07AD2BC62FF3384707A24AE315A5_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Clear_m865DAF778D32CC2DED198BE801E8A22F81F05C2B_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* V_0 = NULL;
RuntimeObject* V_1 = NULL;
{
// if ( targetGraph == null ) {
Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* L_0 = ___0_targetGraph;
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_000b;
}
}
{
// return null;
return (Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8*)NULL;
}
IL_000b:
{
// var newNode = JSONSerializer.Clone<Node>(this);
il2cpp_codegen_runtime_class_init_inline(JSONSerializer_t41C2A6A19CE244C486DCA145CEF08B6A4C8CAA0F_il2cpp_TypeInfo_var);
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_2;
L_2 = JSONSerializer_Clone_TisNode_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8_mC3D40722C18D081E65BC71D82FC110966663132D(__this, JSONSerializer_Clone_TisNode_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8_mC3D40722C18D081E65BC71D82FC110966663132D_RuntimeMethod_var);
V_0 = L_2;
// targetGraph.allNodes.Add(newNode);
Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* L_3 = ___0_targetGraph;
NullCheck(L_3);
List_1_t90487A8EA186417AA0A6F2B22B58D1BAE3334437* L_4;
L_4 = Graph_get_allNodes_m16F2C73330C293E5724E04C1185FAA62C74BDAF6(L_3, NULL);
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_5 = V_0;
NullCheck(L_4);
List_1_Add_mE069CE1D96BC07AD2BC62FF3384707A24AE315A5_inline(L_4, L_5, List_1_Add_mE069CE1D96BC07AD2BC62FF3384707A24AE315A5_RuntimeMethod_var);
// newNode.inConnections.Clear();
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_6 = V_0;
NullCheck(L_6);
List_1_t619EB3258C7F1EBD15A485EA09888BE9FC87AC7E* L_7;
L_7 = Node_get_inConnections_mDC21880D8511412E49EB8D4E615D1B5EFD9A668F_inline(L_6, NULL);
NullCheck(L_7);
List_1_Clear_m865DAF778D32CC2DED198BE801E8A22F81F05C2B_inline(L_7, List_1_Clear_m865DAF778D32CC2DED198BE801E8A22F81F05C2B_RuntimeMethod_var);
// newNode.outConnections.Clear();
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_8 = V_0;
NullCheck(L_8);
List_1_t619EB3258C7F1EBD15A485EA09888BE9FC87AC7E* L_9;
L_9 = Node_get_outConnections_mBD92942B179E5297C07F297E1D0F2F0946A8F7EE_inline(L_8, NULL);
NullCheck(L_9);
List_1_Clear_m865DAF778D32CC2DED198BE801E8A22F81F05C2B_inline(L_9, List_1_Clear_m865DAF778D32CC2DED198BE801E8A22F81F05C2B_RuntimeMethod_var);
// if ( targetGraph == this.graph ) {
Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* L_10 = ___0_targetGraph;
Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* L_11;
L_11 = Node_get_graph_mB21F59A8B53310BF25DE6085397701DB23CC3A08_inline(__this, NULL);
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_12;
L_12 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_10, L_11, NULL);
if (!L_12)
{
goto IL_0062;
}
}
{
// newNode.position += new Vector2(50, 50);
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_13 = V_0;
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_14 = L_13;
NullCheck(L_14);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_15;
L_15 = Node_get_position_mB0B0C10C0BEEBD82E7CCEB0F01D1BFA95EFFB429_inline(L_14, NULL);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_16;
memset((&L_16), 0, sizeof(L_16));
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_16), (50.0f), (50.0f), /*hidden argument*/NULL);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_17;
L_17 = Vector2_op_Addition_m8136742CE6EE33BA4EB81C5F584678455917D2AE_inline(L_15, L_16, NULL);
NullCheck(L_14);
Node_set_position_m344223FBF8B08FBF88CB9FEB05B6B7EEA24E4033_inline(L_14, L_17, NULL);
}
IL_0062:
{
// newNode._UID = null;
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_18 = V_0;
NullCheck(L_18);
L_18->____UID_0 = (String_t*)NULL;
Il2CppCodeGenWriteBarrier((void**)(&L_18->____UID_0), (void*)(String_t*)NULL);
// newNode.graph = targetGraph;
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_19 = V_0;
Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* L_20 = ___0_targetGraph;
NullCheck(L_19);
Node_set_graph_m8F7AFEA266E9BC7F8D774CE1A2C935C7963D44DD_inline(L_19, L_20, NULL);
// BBParameter.SetBBFields(newNode, targetGraph.blackboard);
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_21 = V_0;
Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* L_22 = ___0_targetGraph;
NullCheck(L_22);
RuntimeObject* L_23;
L_23 = Graph_get_blackboard_mEA857457C284A543695FBD6B8A9BA8C46EDB4B93(L_22, NULL);
BBParameter_SetBBFields_m327944D49EE061B4C80840B5750BCFA498938F8C(L_21, L_23, NULL);
// foreach ( var task in Graph.GetTasksInElement(newNode) ) {
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_24 = V_0;
RuntimeObject* L_25;
L_25 = Graph_GetTasksInElement_m4986E53DBD263BFF39D8DE253CC20E00906D2F1E(L_24, NULL);
NullCheck(L_25);
RuntimeObject* L_26;
L_26 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.IEnumerable`1<NodeCanvas.Framework.Task>::GetEnumerator() */, IEnumerable_1_t6A55CC4C05DB035C0D82C5B95F9DFE36A3F00EC0_il2cpp_TypeInfo_var, L_25);
V_1 = L_26;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_00a0:
{// begin finally (depth: 1)
{
RuntimeObject* L_27 = V_1;
if (!L_27)
{
goto IL_00a9;
}
}
{
RuntimeObject* L_28 = V_1;
NullCheck(L_28);
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_28);
}
IL_00a9:
{
return;
}
}// end finally (depth: 1)
});
try
{// begin try (depth: 1)
{
goto IL_0096_1;
}
IL_008a_1:
{
// foreach ( var task in Graph.GetTasksInElement(newNode) ) {
RuntimeObject* L_29 = V_1;
NullCheck(L_29);
Task_tF05C1B448C98EDD5D7E9E23660FCEAC40348A284* L_30;
L_30 = InterfaceFuncInvoker0< Task_tF05C1B448C98EDD5D7E9E23660FCEAC40348A284* >::Invoke(0 /* T System.Collections.Generic.IEnumerator`1<NodeCanvas.Framework.Task>::get_Current() */, IEnumerator_1_t1F4DAC7413714DCE273B737E40B592679CEED7D0_il2cpp_TypeInfo_var, L_29);
// task.Validate(targetGraph);
Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* L_31 = ___0_targetGraph;
NullCheck(L_30);
Task_Validate_m67FCFF7C4BEA8F6BF459A603DA4A2B609EFDC618(L_30, L_31, NULL);
}
IL_0096_1:
{
// foreach ( var task in Graph.GetTasksInElement(newNode) ) {
RuntimeObject* L_32 = V_1;
NullCheck(L_32);
bool L_33;
L_33 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_32);
if (L_33)
{
goto IL_008a_1;
}
}
{
goto IL_00aa;
}
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_00aa:
{
// newNode.Validate(targetGraph);
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_34 = V_0;
Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* L_35 = ___0_targetGraph;
NullCheck(L_34);
Node_Validate_m5BA10AFC53F32621B2E8B9BA686214D0CEB6BBA4(L_34, L_35, NULL);
// return newNode;
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_36 = V_0;
return L_36;
}
}
// System.Void NodeCanvas.Framework.Node::Validate(NodeCanvas.Framework.Graph)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Node_Validate_m5BA10AFC53F32621B2E8B9BA686214D0CEB6BBA4 (Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* __this, Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* ___0_assignedGraph, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IGraphAssignable_tD5C8ED4B20F921681A68BEDADDA70F7BD60ED9AE_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// OnValidate(assignedGraph);
Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* L_0 = ___0_assignedGraph;
VirtualActionInvoker1< Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* >::Invoke(27 /* System.Void NodeCanvas.Framework.Node::OnValidate(NodeCanvas.Framework.Graph) */, __this, L_0);
// var hardError = GetHardError();
String_t* L_1;
L_1 = Node_GetHardError_mDA1406D491FA177BD63B1DBF63FDEC548BFCE768(__this, NULL);
// if ( hardError != null ) { Logger.LogError(hardError, LogTag.VALIDATION, this); }
// if ( this is IGraphAssignable ) { ( this as IGraphAssignable ).ValidateSubGraphAndParameters(); }
if (!((RuntimeObject*)IsInst((RuntimeObject*)__this, IGraphAssignable_tD5C8ED4B20F921681A68BEDADDA70F7BD60ED9AE_il2cpp_TypeInfo_var)))
{
goto IL_0021;
}
}
{
// if ( this is IGraphAssignable ) { ( this as IGraphAssignable ).ValidateSubGraphAndParameters(); }
IGraphAssignableExtensions_ValidateSubGraphAndParameters_mCB23DCBCD4CB19CFA3D91480559546C544D36FF0(((RuntimeObject*)IsInst((RuntimeObject*)__this, IGraphAssignable_tD5C8ED4B20F921681A68BEDADDA70F7BD60ED9AE_il2cpp_TypeInfo_var)), NULL);
}
IL_0021:
{
// }
return;
}
}
// NodeCanvas.Framework.Status NodeCanvas.Framework.Node::Execute(UnityEngine.Component,NodeCanvas.Framework.IBlackboard)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Node_Execute_m366460CDAE7045B3FC044ACB406C813F5484657E (Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* __this, Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* ___0_agent, RuntimeObject* ___1_blackboard, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
// if ( !graph.isRunning ) { return status; }
Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* L_0;
L_0 = Node_get_graph_mB21F59A8B53310BF25DE6085397701DB23CC3A08_inline(__this, NULL);
NullCheck(L_0);
bool L_1;
L_1 = Graph_get_isRunning_m14C21438009A3DD223DA54AD983C886E5E3BBA18_inline(L_0, NULL);
if (L_1)
{
goto IL_0014;
}
}
{
// if ( !graph.isRunning ) { return status; }
int32_t L_2;
L_2 = Node_get_status_m2FBF938FF2AA2979E7DC66B8F6AD3AD272FCB04B_inline(__this, NULL);
return L_2;
}
IL_0014:
{
// return status = OnExecute(agent, blackboard);
Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* L_3 = ___0_agent;
RuntimeObject* L_4 = ___1_blackboard;
int32_t L_5;
L_5 = VirtualFuncInvoker2< int32_t, Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3*, RuntimeObject* >::Invoke(24 /* NodeCanvas.Framework.Status NodeCanvas.Framework.Node::OnExecute(UnityEngine.Component,NodeCanvas.Framework.IBlackboard) */, __this, L_3, L_4);
int32_t L_6 = L_5;
V_0 = L_6;
Node_set_status_m2CEC604858DFD7F181CCCF75AA3D08A7C677F4D7(__this, L_6, NULL);
int32_t L_7 = V_0;
return L_7;
}
}
// System.Void NodeCanvas.Framework.Node::Reset(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Node_Reset_mB3743E20EC14B3089E4F6273C4E5626F2EDD8F59 (Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* __this, bool ___0_recursively, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_mC96ADDB2914B9FADC03D3A91F7B5B647995A2E5C_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m10CB933550CAAA86A0E326BF1DECE5E7DE263E0E_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
// if ( status == Status.Resting || isChecked ) {
int32_t L_0;
L_0 = Node_get_status_m2FBF938FF2AA2979E7DC66B8F6AD3AD272FCB04B_inline(__this, NULL);
if ((((int32_t)L_0) == ((int32_t)3)))
{
goto IL_0011;
}
}
{
bool L_1;
L_1 = Node_get_isChecked_m60774AAD4452C09C4558E27BF34AB706086FE4F1_inline(__this, NULL);
if (!L_1)
{
goto IL_0012;
}
}
IL_0011:
{
// return;
return;
}
IL_0012:
{
// OnReset();
VirtualActionInvoker0::Invoke(25 /* System.Void NodeCanvas.Framework.Node::OnReset() */, __this);
// status = Status.Resting;
Node_set_status_m2CEC604858DFD7F181CCCF75AA3D08A7C677F4D7(__this, 3, NULL);
// isChecked = true;
Node_set_isChecked_mED281983153E5C31D31E045DFFCFAE737B9562A8_inline(__this, (bool)1, NULL);
// for ( var i = 0; i < outConnections.Count; i++ ) {
V_0 = 0;
goto IL_0040;
}
IL_002a:
{
// outConnections[i].Reset(recursively);
List_1_t619EB3258C7F1EBD15A485EA09888BE9FC87AC7E* L_2;
L_2 = Node_get_outConnections_mBD92942B179E5297C07F297E1D0F2F0946A8F7EE_inline(__this, NULL);
int32_t L_3 = V_0;
NullCheck(L_2);
Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D* L_4;
L_4 = List_1_get_Item_m10CB933550CAAA86A0E326BF1DECE5E7DE263E0E(L_2, L_3, List_1_get_Item_m10CB933550CAAA86A0E326BF1DECE5E7DE263E0E_RuntimeMethod_var);
bool L_5 = ___0_recursively;
NullCheck(L_4);
Connection_Reset_m1F1F0FCB268CE47503C3206CC1EAFE9FDD670CA7(L_4, L_5, NULL);
// for ( var i = 0; i < outConnections.Count; i++ ) {
int32_t L_6 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add(L_6, 1));
}
IL_0040:
{
// for ( var i = 0; i < outConnections.Count; i++ ) {
int32_t L_7 = V_0;
List_1_t619EB3258C7F1EBD15A485EA09888BE9FC87AC7E* L_8;
L_8 = Node_get_outConnections_mBD92942B179E5297C07F297E1D0F2F0946A8F7EE_inline(__this, NULL);
NullCheck(L_8);
int32_t L_9;
L_9 = List_1_get_Count_mC96ADDB2914B9FADC03D3A91F7B5B647995A2E5C_inline(L_8, List_1_get_Count_mC96ADDB2914B9FADC03D3A91F7B5B647995A2E5C_RuntimeMethod_var);
if ((((int32_t)L_7) < ((int32_t)L_9)))
{
goto IL_002a;
}
}
{
// isChecked = false;
Node_set_isChecked_mED281983153E5C31D31E045DFFCFAE737B9562A8_inline(__this, (bool)0, NULL);
// }
return;
}
}
// System.Collections.IEnumerator NodeCanvas.Framework.Node::YieldBreak(System.Action)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Node_YieldBreak_m1CD62F40FB8E1C0610F9E110793509A66532242B (Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* __this, Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___0_resume, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CYieldBreakU3Ed__92_t09981DFD3E5295264477CD9DD9F49B77DAF3ECA6_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
U3CYieldBreakU3Ed__92_t09981DFD3E5295264477CD9DD9F49B77DAF3ECA6* L_0 = (U3CYieldBreakU3Ed__92_t09981DFD3E5295264477CD9DD9F49B77DAF3ECA6*)il2cpp_codegen_object_new(U3CYieldBreakU3Ed__92_t09981DFD3E5295264477CD9DD9F49B77DAF3ECA6_il2cpp_TypeInfo_var);
NullCheck(L_0);
U3CYieldBreakU3Ed__92__ctor_mF656F475B393BA70554C7EA3A81CF708A48FA010(L_0, 0, NULL);
U3CYieldBreakU3Ed__92_t09981DFD3E5295264477CD9DD9F49B77DAF3ECA6* L_1 = L_0;
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_2 = ___0_resume;
NullCheck(L_1);
L_1->___resume_2 = L_2;
Il2CppCodeGenWriteBarrier((void**)(&L_1->___resume_2), (void*)L_2);
return L_1;
}
}
// NodeCanvas.Framework.Status NodeCanvas.Framework.Node::Error(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Node_Error_mCB8D0BBA83891016AEDBA42BBC8130B493C94F94 (Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* __this, RuntimeObject* ___0_msg, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Logger_t94C2139B874BE54A76E5E93762A7A3BCFD0040CA_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1D5FB79246029E9B0BD896780C6DAED1AAD38026);
s_Il2CppMethodInitialized = true;
}
{
// if ( msg is System.Exception ) {
RuntimeObject* L_0 = ___0_msg;
if (!((Exception_t*)IsInstClass((RuntimeObject*)L_0, Exception_t_il2cpp_TypeInfo_var)))
{
goto IL_0019;
}
}
{
// Logger.LogException((System.Exception)msg, LogTag.EXECUTION, this);
RuntimeObject* L_1 = ___0_msg;
il2cpp_codegen_runtime_class_init_inline(Logger_t94C2139B874BE54A76E5E93762A7A3BCFD0040CA_il2cpp_TypeInfo_var);
Logger_LogException_mA706A3992EC5B640C913052D0A0DF70C6538D294(((Exception_t*)CastclassClass((RuntimeObject*)L_1, Exception_t_il2cpp_TypeInfo_var)), _stringLiteral1D5FB79246029E9B0BD896780C6DAED1AAD38026, __this, NULL);
}
IL_0019:
{
// status = Status.Error;
Node_set_status_m2CEC604858DFD7F181CCCF75AA3D08A7C677F4D7(__this, 4, NULL);
// return Status.Error;
return (int32_t)(4);
}
}
// NodeCanvas.Framework.Status NodeCanvas.Framework.Node::Fail(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Node_Fail_m8FBE64BC53DBB281AF412495F01D697A02EFDC5F (Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* __this, String_t* ___0_msg, const RuntimeMethod* method)
{
{
// status = Status.Failure;
Node_set_status_m2CEC604858DFD7F181CCCF75AA3D08A7C677F4D7(__this, 0, NULL);
// return Status.Failure;
return (int32_t)(0);
}
}
// System.Void NodeCanvas.Framework.Node::Warn(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Node_Warn_m3FF6882C2957709132E5460B1C38AEA0B23F9470 (Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* __this, String_t* ___0_msg, const RuntimeMethod* method)
{
{
// }
return;
}
}
// System.Void NodeCanvas.Framework.Node::SetStatus(NodeCanvas.Framework.Status)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Node_SetStatus_mBCEB5756F7764277482C9939FB907D5D72780C83 (Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* __this, int32_t ___0_status, const RuntimeMethod* method)
{
{
// this.status = status;
int32_t L_0 = ___0_status;
Node_set_status_m2CEC604858DFD7F181CCCF75AA3D08A7C677F4D7(__this, L_0, NULL);
// }
return;
}
}
// System.Void NodeCanvas.Framework.Node::SendEvent(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Node_SendEvent_mFCC29EA50462C11705AAFF935B02572D73B21A10 (Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* __this, String_t* ___0_eventName, const RuntimeMethod* method)
{
{
// graph.SendEvent(eventName, null, this);
Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* L_0;
L_0 = Node_get_graph_mB21F59A8B53310BF25DE6085397701DB23CC3A08_inline(__this, NULL);
String_t* L_1 = ___0_eventName;
NullCheck(L_0);
Graph_SendEvent_m6472A6F8C3EB0D1303080E0AC3264A3C39C5B426(L_0, L_1, NULL, __this, NULL);
// }
return;
}
}
// System.Boolean NodeCanvas.Framework.Node::IsNewConnectionAllowed(NodeCanvas.Framework.Node,NodeCanvas.Framework.Node,NodeCanvas.Framework.Connection)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Node_IsNewConnectionAllowed_mB4738504CC7B8F7ADC57F35AEEB55AA032129810 (Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* ___0_sourceNode, Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* ___1_targetNode, Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D* ___2_refConnection, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_mC96ADDB2914B9FADC03D3A91F7B5B647995A2E5C_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
// if ( sourceNode == null || targetNode == null ) {
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_0 = ___0_sourceNode;
if (!L_0)
{
goto IL_0006;
}
}
{
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_1 = ___1_targetNode;
if (L_1)
{
goto IL_0008;
}
}
IL_0006:
{
// return false;
return (bool)0;
}
IL_0008:
{
// if ( sourceNode == targetNode && !sourceNode.canSelfConnect ) {
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_2 = ___0_sourceNode;
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_3 = ___1_targetNode;
if ((!(((RuntimeObject*)(Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8*)L_2) == ((RuntimeObject*)(Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8*)L_3))))
{
goto IL_0016;
}
}
{
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_4 = ___0_sourceNode;
NullCheck(L_4);
bool L_5;
L_5 = VirtualFuncInvoker0< bool >::Invoke(17 /* System.Boolean NodeCanvas.Framework.Node::get_canSelfConnect() */, L_4);
if (L_5)
{
goto IL_0016;
}
}
{
// return false;
return (bool)0;
}
IL_0016:
{
// if ( refConnection == null || refConnection.sourceNode != sourceNode ) {
Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D* L_6 = ___2_refConnection;
if (!L_6)
{
goto IL_0022;
}
}
{
Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D* L_7 = ___2_refConnection;
NullCheck(L_7);
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_8;
L_8 = Connection_get_sourceNode_m8AAB4D86A1F7E4AA641DD4D54B6288412058A10D_inline(L_7, NULL);
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_9 = ___0_sourceNode;
if ((((RuntimeObject*)(Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8*)L_8) == ((RuntimeObject*)(Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8*)L_9)))
{
goto IL_0040;
}
}
IL_0022:
{
// if ( sourceNode.outConnections.Count >= sourceNode.maxOutConnections && sourceNode.maxOutConnections != -1 ) {
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_10 = ___0_sourceNode;
NullCheck(L_10);
List_1_t619EB3258C7F1EBD15A485EA09888BE9FC87AC7E* L_11;
L_11 = Node_get_outConnections_mBD92942B179E5297C07F297E1D0F2F0946A8F7EE_inline(L_10, NULL);
NullCheck(L_11);
int32_t L_12;
L_12 = List_1_get_Count_mC96ADDB2914B9FADC03D3A91F7B5B647995A2E5C_inline(L_11, List_1_get_Count_mC96ADDB2914B9FADC03D3A91F7B5B647995A2E5C_RuntimeMethod_var);
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_13 = ___0_sourceNode;
NullCheck(L_13);
int32_t L_14;
L_14 = VirtualFuncInvoker0< int32_t >::Invoke(14 /* System.Int32 NodeCanvas.Framework.Node::get_maxOutConnections() */, L_13);
if ((((int32_t)L_12) < ((int32_t)L_14)))
{
goto IL_0040;
}
}
{
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_15 = ___0_sourceNode;
NullCheck(L_15);
int32_t L_16;
L_16 = VirtualFuncInvoker0< int32_t >::Invoke(14 /* System.Int32 NodeCanvas.Framework.Node::get_maxOutConnections() */, L_15);
if ((((int32_t)L_16) == ((int32_t)(-1))))
{
goto IL_0040;
}
}
{
// return false;
return (bool)0;
}
IL_0040:
{
// if ( refConnection == null || refConnection.targetNode != targetNode ) {
Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D* L_17 = ___2_refConnection;
if (!L_17)
{
goto IL_004c;
}
}
{
Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D* L_18 = ___2_refConnection;
NullCheck(L_18);
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_19;
L_19 = Connection_get_targetNode_m6497814C735802779A09743F85F194212C0606F2_inline(L_18, NULL);
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_20 = ___1_targetNode;
if ((((RuntimeObject*)(Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8*)L_19) == ((RuntimeObject*)(Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8*)L_20)))
{
goto IL_006a;
}
}
IL_004c:
{
// if ( targetNode.maxInConnections <= targetNode.inConnections.Count && targetNode.maxInConnections != -1 ) {
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_21 = ___1_targetNode;
NullCheck(L_21);
int32_t L_22;
L_22 = VirtualFuncInvoker0< int32_t >::Invoke(13 /* System.Int32 NodeCanvas.Framework.Node::get_maxInConnections() */, L_21);
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_23 = ___1_targetNode;
NullCheck(L_23);
List_1_t619EB3258C7F1EBD15A485EA09888BE9FC87AC7E* L_24;
L_24 = Node_get_inConnections_mDC21880D8511412E49EB8D4E615D1B5EFD9A668F_inline(L_23, NULL);
NullCheck(L_24);
int32_t L_25;
L_25 = List_1_get_Count_mC96ADDB2914B9FADC03D3A91F7B5B647995A2E5C_inline(L_24, List_1_get_Count_mC96ADDB2914B9FADC03D3A91F7B5B647995A2E5C_RuntimeMethod_var);
if ((((int32_t)L_22) > ((int32_t)L_25)))
{
goto IL_006a;
}
}
{
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_26 = ___1_targetNode;
NullCheck(L_26);
int32_t L_27;
L_27 = VirtualFuncInvoker0< int32_t >::Invoke(13 /* System.Int32 NodeCanvas.Framework.Node::get_maxInConnections() */, L_26);
if ((((int32_t)L_27) == ((int32_t)(-1))))
{
goto IL_006a;
}
}
{
// return false;
return (bool)0;
}
IL_006a:
{
// var final = true;
// final &= sourceNode.CanConnectToTarget(targetNode);
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_28 = ___0_sourceNode;
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_29 = ___1_targetNode;
NullCheck(L_28);
bool L_30;
L_30 = VirtualFuncInvoker1< bool, Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* >::Invoke(21 /* System.Boolean NodeCanvas.Framework.Node::CanConnectToTarget(NodeCanvas.Framework.Node) */, L_28, L_29);
// final &= targetNode.CanConnectFromSource(sourceNode);
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_31 = ___1_targetNode;
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_32 = ___0_sourceNode;
NullCheck(L_31);
bool L_33;
L_33 = VirtualFuncInvoker1< bool, Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* >::Invoke(22 /* System.Boolean NodeCanvas.Framework.Node::CanConnectFromSource(NodeCanvas.Framework.Node) */, L_31, L_32);
// return final;
return (bool)((int32_t)(((int32_t)(1&(int32_t)L_30))&(int32_t)L_33));
}
}
// System.Boolean NodeCanvas.Framework.Node::CanConnectToTarget(NodeCanvas.Framework.Node)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Node_CanConnectToTarget_m16E496D7D421DE2633A8EB7D42EA9A60D5AD41A8 (Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* __this, Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* ___0_targetNode, const RuntimeMethod* method)
{
{
// virtual protected bool CanConnectToTarget(Node targetNode) { return true; }
return (bool)1;
}
}
// System.Boolean NodeCanvas.Framework.Node::CanConnectFromSource(NodeCanvas.Framework.Node)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Node_CanConnectFromSource_m3293B59F1DAB05130B3EF0D586D99D125FC2F59C (Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* __this, Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* ___0_sourceNode, const RuntimeMethod* method)
{
{
// virtual protected bool CanConnectFromSource(Node sourceNode) { return true; }
return (bool)1;
}
}
// System.Boolean NodeCanvas.Framework.Node::AreNodesConnected(NodeCanvas.Framework.Node,NodeCanvas.Framework.Node)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Node_AreNodesConnected_m0F444A9546C36D9C77EE6B774D58977A37D4E004 (Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* ___0_a, Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* ___1_b, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_FirstOrDefault_TisConnection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D_m9BB52A65BA4C5299B7222B3FC13C1B55CD08FE95_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_tB0B0849C03DD77E88F4026748F42333CEF0318B2_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass102_0_U3CAreNodesConnectedU3Eb__0_m1305D63DE9883D0CED63DE7FF9B4CD6ABC7D0572_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass102_0_U3CAreNodesConnectedU3Eb__1_mCB0C342B500DE5847C0FF2E6D2CF6F7FBAF7C55D_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass102_0_t6F8B591FF4ECC4D577E48F75C78B168C984D5548_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
U3CU3Ec__DisplayClass102_0_t6F8B591FF4ECC4D577E48F75C78B168C984D5548* V_0 = NULL;
bool V_1 = false;
{
U3CU3Ec__DisplayClass102_0_t6F8B591FF4ECC4D577E48F75C78B168C984D5548* L_0 = (U3CU3Ec__DisplayClass102_0_t6F8B591FF4ECC4D577E48F75C78B168C984D5548*)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass102_0_t6F8B591FF4ECC4D577E48F75C78B168C984D5548_il2cpp_TypeInfo_var);
NullCheck(L_0);
U3CU3Ec__DisplayClass102_0__ctor_mFD7AA38072C070243D76849BE61D6F289D5F7F5B(L_0, NULL);
V_0 = L_0;
U3CU3Ec__DisplayClass102_0_t6F8B591FF4ECC4D577E48F75C78B168C984D5548* L_1 = V_0;
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_2 = ___1_b;
NullCheck(L_1);
L_1->___b_0 = L_2;
Il2CppCodeGenWriteBarrier((void**)(&L_1->___b_0), (void*)L_2);
U3CU3Ec__DisplayClass102_0_t6F8B591FF4ECC4D577E48F75C78B168C984D5548* L_3 = V_0;
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_4 = ___0_a;
NullCheck(L_3);
L_3->___a_1 = L_4;
Il2CppCodeGenWriteBarrier((void**)(&L_3->___a_1), (void*)L_4);
// var conditionA = a.outConnections.FirstOrDefault(c => c.targetNode == b) != null;
U3CU3Ec__DisplayClass102_0_t6F8B591FF4ECC4D577E48F75C78B168C984D5548* L_5 = V_0;
NullCheck(L_5);
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_6 = L_5->___a_1;
NullCheck(L_6);
List_1_t619EB3258C7F1EBD15A485EA09888BE9FC87AC7E* L_7;
L_7 = Node_get_outConnections_mBD92942B179E5297C07F297E1D0F2F0946A8F7EE_inline(L_6, NULL);
U3CU3Ec__DisplayClass102_0_t6F8B591FF4ECC4D577E48F75C78B168C984D5548* L_8 = V_0;
Func_2_tB0B0849C03DD77E88F4026748F42333CEF0318B2* L_9 = (Func_2_tB0B0849C03DD77E88F4026748F42333CEF0318B2*)il2cpp_codegen_object_new(Func_2_tB0B0849C03DD77E88F4026748F42333CEF0318B2_il2cpp_TypeInfo_var);
NullCheck(L_9);
Func_2__ctor_m7CC6BA181CC92A61E158649813E1FD5193E81CC2(L_9, L_8, (intptr_t)((void*)U3CU3Ec__DisplayClass102_0_U3CAreNodesConnectedU3Eb__0_m1305D63DE9883D0CED63DE7FF9B4CD6ABC7D0572_RuntimeMethod_var), NULL);
Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D* L_10;
L_10 = Enumerable_FirstOrDefault_TisConnection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D_m9BB52A65BA4C5299B7222B3FC13C1B55CD08FE95(L_7, L_9, Enumerable_FirstOrDefault_TisConnection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D_m9BB52A65BA4C5299B7222B3FC13C1B55CD08FE95_RuntimeMethod_var);
// var conditionB = b.outConnections.FirstOrDefault(c => c.targetNode == a) != null;
U3CU3Ec__DisplayClass102_0_t6F8B591FF4ECC4D577E48F75C78B168C984D5548* L_11 = V_0;
NullCheck(L_11);
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_12 = L_11->___b_0;
NullCheck(L_12);
List_1_t619EB3258C7F1EBD15A485EA09888BE9FC87AC7E* L_13;
L_13 = Node_get_outConnections_mBD92942B179E5297C07F297E1D0F2F0946A8F7EE_inline(L_12, NULL);
U3CU3Ec__DisplayClass102_0_t6F8B591FF4ECC4D577E48F75C78B168C984D5548* L_14 = V_0;
Func_2_tB0B0849C03DD77E88F4026748F42333CEF0318B2* L_15 = (Func_2_tB0B0849C03DD77E88F4026748F42333CEF0318B2*)il2cpp_codegen_object_new(Func_2_tB0B0849C03DD77E88F4026748F42333CEF0318B2_il2cpp_TypeInfo_var);
NullCheck(L_15);
Func_2__ctor_m7CC6BA181CC92A61E158649813E1FD5193E81CC2(L_15, L_14, (intptr_t)((void*)U3CU3Ec__DisplayClass102_0_U3CAreNodesConnectedU3Eb__1_mCB0C342B500DE5847C0FF2E6D2CF6F7FBAF7C55D_RuntimeMethod_var), NULL);
Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D* L_16;
L_16 = Enumerable_FirstOrDefault_TisConnection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D_m9BB52A65BA4C5299B7222B3FC13C1B55CD08FE95(L_13, L_15, Enumerable_FirstOrDefault_TisConnection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D_m9BB52A65BA4C5299B7222B3FC13C1B55CD08FE95_RuntimeMethod_var);
V_1 = (bool)((!(((RuntimeObject*)(Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D*)L_16) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
// return conditionA || conditionB;
bool L_17 = V_1;
return (bool)((int32_t)(((!(((RuntimeObject*)(Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D*)L_10) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0)|(int32_t)L_17));
}
}
// UnityEngine.Coroutine NodeCanvas.Framework.Node::StartCoroutine(System.Collections.IEnumerator)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Coroutine_t85EA685566A254C23F3FD77AB5BDFFFF8799596B* Node_StartCoroutine_m886A901097F8E62953EC8E9E6DA1038DB43CB0ED (Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* __this, RuntimeObject* ___0_routine, 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;
}
{
// return MonoManager.current != null ? MonoManager.current.StartCoroutine(routine) : null;
MonoManager_tE81CE532B3B4DBD56BB7E9CBDB64B8872B210675* L_0;
L_0 = MonoManager_get_current_m02321AECFDF5F04A1D35CCBB9B39D56903ACCE3B(NULL);
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_1;
L_1 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_0, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
if (L_1)
{
goto IL_000f;
}
}
{
return (Coroutine_t85EA685566A254C23F3FD77AB5BDFFFF8799596B*)NULL;
}
IL_000f:
{
MonoManager_tE81CE532B3B4DBD56BB7E9CBDB64B8872B210675* L_2;
L_2 = MonoManager_get_current_m02321AECFDF5F04A1D35CCBB9B39D56903ACCE3B(NULL);
RuntimeObject* L_3 = ___0_routine;
NullCheck(L_2);
Coroutine_t85EA685566A254C23F3FD77AB5BDFFFF8799596B* L_4;
L_4 = MonoBehaviour_StartCoroutine_m4CAFF732AA28CD3BDC5363B44A863575530EC812(L_2, L_3, NULL);
return L_4;
}
}
// System.Void NodeCanvas.Framework.Node::StopCoroutine(UnityEngine.Coroutine)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Node_StopCoroutine_m6DC3781ED6F164EAE2C26C3BD6362320FE11AF65 (Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* __this, Coroutine_t85EA685566A254C23F3FD77AB5BDFFFF8799596B* ___0_routine, 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 ( MonoManager.current != null ) { MonoManager.current.StopCoroutine(routine); }
MonoManager_tE81CE532B3B4DBD56BB7E9CBDB64B8872B210675* L_0;
L_0 = MonoManager_get_current_m02321AECFDF5F04A1D35CCBB9B39D56903ACCE3B(NULL);
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_1;
L_1 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_0, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
if (!L_1)
{
goto IL_0018;
}
}
{
// if ( MonoManager.current != null ) { MonoManager.current.StopCoroutine(routine); }
MonoManager_tE81CE532B3B4DBD56BB7E9CBDB64B8872B210675* L_2;
L_2 = MonoManager_get_current_m02321AECFDF5F04A1D35CCBB9B39D56903ACCE3B(NULL);
Coroutine_t85EA685566A254C23F3FD77AB5BDFFFF8799596B* L_3 = ___0_routine;
NullCheck(L_2);
MonoBehaviour_StopCoroutine_mB0FC91BE84203BD8E360B3FBAE5B958B4C5ED22A(L_2, L_3, NULL);
}
IL_0018:
{
// }
return;
}
}
// System.Collections.Generic.IEnumerable`1<NodeCanvas.Framework.Node> NodeCanvas.Framework.Node::GetParentNodes()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Node_GetParentNodes_mD70D3C1B0C92DED53AD44123D9F8147323DDF4E5 (Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_Select_TisConnection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D_TisNode_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8_m1C1E4C1B5BEAFB379323233C3575F2CFBEBC7F23_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_t969C40999EC4065F39859EB2E1B1CF16663EBC6F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_mC96ADDB2914B9FADC03D3A91F7B5B647995A2E5C_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NodeU5BU5D_t9ED98B145FDFEDFC80FCBDF86A3D7B4D21CB89A2_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CGetParentNodesU3Eb__105_0_m3B2FF40600069EF88DA5CC06F31340F59BC082E1_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_tCE51E458C3D020B7B37D8BC9E23240C04C8E812F_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
Func_2_t969C40999EC4065F39859EB2E1B1CF16663EBC6F* G_B3_0 = NULL;
List_1_t619EB3258C7F1EBD15A485EA09888BE9FC87AC7E* G_B3_1 = NULL;
Func_2_t969C40999EC4065F39859EB2E1B1CF16663EBC6F* G_B2_0 = NULL;
List_1_t619EB3258C7F1EBD15A485EA09888BE9FC87AC7E* G_B2_1 = NULL;
{
// if ( inConnections.Count != 0 ) {
List_1_t619EB3258C7F1EBD15A485EA09888BE9FC87AC7E* L_0;
L_0 = Node_get_inConnections_mDC21880D8511412E49EB8D4E615D1B5EFD9A668F_inline(__this, NULL);
NullCheck(L_0);
int32_t L_1;
L_1 = List_1_get_Count_mC96ADDB2914B9FADC03D3A91F7B5B647995A2E5C_inline(L_0, List_1_get_Count_mC96ADDB2914B9FADC03D3A91F7B5B647995A2E5C_RuntimeMethod_var);
if (!L_1)
{
goto IL_0038;
}
}
{
// return inConnections.Select(c => c.sourceNode);
List_1_t619EB3258C7F1EBD15A485EA09888BE9FC87AC7E* L_2;
L_2 = Node_get_inConnections_mDC21880D8511412E49EB8D4E615D1B5EFD9A668F_inline(__this, NULL);
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_tCE51E458C3D020B7B37D8BC9E23240C04C8E812F_il2cpp_TypeInfo_var);
Func_2_t969C40999EC4065F39859EB2E1B1CF16663EBC6F* L_3 = ((U3CU3Ec_tCE51E458C3D020B7B37D8BC9E23240C04C8E812F_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tCE51E458C3D020B7B37D8BC9E23240C04C8E812F_il2cpp_TypeInfo_var))->___U3CU3E9__105_0_1;
Func_2_t969C40999EC4065F39859EB2E1B1CF16663EBC6F* L_4 = L_3;
G_B2_0 = L_4;
G_B2_1 = L_2;
if (L_4)
{
G_B3_0 = L_4;
G_B3_1 = L_2;
goto IL_0032;
}
}
{
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_tCE51E458C3D020B7B37D8BC9E23240C04C8E812F_il2cpp_TypeInfo_var);
U3CU3Ec_tCE51E458C3D020B7B37D8BC9E23240C04C8E812F* L_5 = ((U3CU3Ec_tCE51E458C3D020B7B37D8BC9E23240C04C8E812F_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tCE51E458C3D020B7B37D8BC9E23240C04C8E812F_il2cpp_TypeInfo_var))->___U3CU3E9_0;
Func_2_t969C40999EC4065F39859EB2E1B1CF16663EBC6F* L_6 = (Func_2_t969C40999EC4065F39859EB2E1B1CF16663EBC6F*)il2cpp_codegen_object_new(Func_2_t969C40999EC4065F39859EB2E1B1CF16663EBC6F_il2cpp_TypeInfo_var);
NullCheck(L_6);
Func_2__ctor_m6CFD64E1F5EE0B1E98544E95B6986E2D08274E40(L_6, L_5, (intptr_t)((void*)U3CU3Ec_U3CGetParentNodesU3Eb__105_0_m3B2FF40600069EF88DA5CC06F31340F59BC082E1_RuntimeMethod_var), NULL);
Func_2_t969C40999EC4065F39859EB2E1B1CF16663EBC6F* L_7 = L_6;
((U3CU3Ec_tCE51E458C3D020B7B37D8BC9E23240C04C8E812F_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tCE51E458C3D020B7B37D8BC9E23240C04C8E812F_il2cpp_TypeInfo_var))->___U3CU3E9__105_0_1 = L_7;
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_tCE51E458C3D020B7B37D8BC9E23240C04C8E812F_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tCE51E458C3D020B7B37D8BC9E23240C04C8E812F_il2cpp_TypeInfo_var))->___U3CU3E9__105_0_1), (void*)L_7);
G_B3_0 = L_7;
G_B3_1 = G_B2_1;
}
IL_0032:
{
RuntimeObject* L_8;
L_8 = Enumerable_Select_TisConnection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D_TisNode_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8_m1C1E4C1B5BEAFB379323233C3575F2CFBEBC7F23(G_B3_1, G_B3_0, Enumerable_Select_TisConnection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D_TisNode_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8_m1C1E4C1B5BEAFB379323233C3575F2CFBEBC7F23_RuntimeMethod_var);
return L_8;
}
IL_0038:
{
// return new Node[0];
NodeU5BU5D_t9ED98B145FDFEDFC80FCBDF86A3D7B4D21CB89A2* L_9 = (NodeU5BU5D_t9ED98B145FDFEDFC80FCBDF86A3D7B4D21CB89A2*)(NodeU5BU5D_t9ED98B145FDFEDFC80FCBDF86A3D7B4D21CB89A2*)SZArrayNew(NodeU5BU5D_t9ED98B145FDFEDFC80FCBDF86A3D7B4D21CB89A2_il2cpp_TypeInfo_var, (uint32_t)0);
return (RuntimeObject*)L_9;
}
}
// System.Collections.Generic.IEnumerable`1<NodeCanvas.Framework.Node> NodeCanvas.Framework.Node::GetChildNodes()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Node_GetChildNodes_mFF4E84CE3986BCEE1ABE2FDD4C3E960ECA641C64 (Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_Select_TisConnection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D_TisNode_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8_m1C1E4C1B5BEAFB379323233C3575F2CFBEBC7F23_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_t969C40999EC4065F39859EB2E1B1CF16663EBC6F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_mC96ADDB2914B9FADC03D3A91F7B5B647995A2E5C_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NodeU5BU5D_t9ED98B145FDFEDFC80FCBDF86A3D7B4D21CB89A2_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CGetChildNodesU3Eb__106_0_mB172ED19EEEB6CC8388FB8267461314743399630_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_tCE51E458C3D020B7B37D8BC9E23240C04C8E812F_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
Func_2_t969C40999EC4065F39859EB2E1B1CF16663EBC6F* G_B3_0 = NULL;
List_1_t619EB3258C7F1EBD15A485EA09888BE9FC87AC7E* G_B3_1 = NULL;
Func_2_t969C40999EC4065F39859EB2E1B1CF16663EBC6F* G_B2_0 = NULL;
List_1_t619EB3258C7F1EBD15A485EA09888BE9FC87AC7E* G_B2_1 = NULL;
{
// if ( outConnections.Count != 0 ) {
List_1_t619EB3258C7F1EBD15A485EA09888BE9FC87AC7E* L_0;
L_0 = Node_get_outConnections_mBD92942B179E5297C07F297E1D0F2F0946A8F7EE_inline(__this, NULL);
NullCheck(L_0);
int32_t L_1;
L_1 = List_1_get_Count_mC96ADDB2914B9FADC03D3A91F7B5B647995A2E5C_inline(L_0, List_1_get_Count_mC96ADDB2914B9FADC03D3A91F7B5B647995A2E5C_RuntimeMethod_var);
if (!L_1)
{
goto IL_0038;
}
}
{
// return outConnections.Select(c => c.targetNode);
List_1_t619EB3258C7F1EBD15A485EA09888BE9FC87AC7E* L_2;
L_2 = Node_get_outConnections_mBD92942B179E5297C07F297E1D0F2F0946A8F7EE_inline(__this, NULL);
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_tCE51E458C3D020B7B37D8BC9E23240C04C8E812F_il2cpp_TypeInfo_var);
Func_2_t969C40999EC4065F39859EB2E1B1CF16663EBC6F* L_3 = ((U3CU3Ec_tCE51E458C3D020B7B37D8BC9E23240C04C8E812F_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tCE51E458C3D020B7B37D8BC9E23240C04C8E812F_il2cpp_TypeInfo_var))->___U3CU3E9__106_0_2;
Func_2_t969C40999EC4065F39859EB2E1B1CF16663EBC6F* L_4 = L_3;
G_B2_0 = L_4;
G_B2_1 = L_2;
if (L_4)
{
G_B3_0 = L_4;
G_B3_1 = L_2;
goto IL_0032;
}
}
{
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_tCE51E458C3D020B7B37D8BC9E23240C04C8E812F_il2cpp_TypeInfo_var);
U3CU3Ec_tCE51E458C3D020B7B37D8BC9E23240C04C8E812F* L_5 = ((U3CU3Ec_tCE51E458C3D020B7B37D8BC9E23240C04C8E812F_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tCE51E458C3D020B7B37D8BC9E23240C04C8E812F_il2cpp_TypeInfo_var))->___U3CU3E9_0;
Func_2_t969C40999EC4065F39859EB2E1B1CF16663EBC6F* L_6 = (Func_2_t969C40999EC4065F39859EB2E1B1CF16663EBC6F*)il2cpp_codegen_object_new(Func_2_t969C40999EC4065F39859EB2E1B1CF16663EBC6F_il2cpp_TypeInfo_var);
NullCheck(L_6);
Func_2__ctor_m6CFD64E1F5EE0B1E98544E95B6986E2D08274E40(L_6, L_5, (intptr_t)((void*)U3CU3Ec_U3CGetChildNodesU3Eb__106_0_mB172ED19EEEB6CC8388FB8267461314743399630_RuntimeMethod_var), NULL);
Func_2_t969C40999EC4065F39859EB2E1B1CF16663EBC6F* L_7 = L_6;
((U3CU3Ec_tCE51E458C3D020B7B37D8BC9E23240C04C8E812F_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tCE51E458C3D020B7B37D8BC9E23240C04C8E812F_il2cpp_TypeInfo_var))->___U3CU3E9__106_0_2 = L_7;
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_tCE51E458C3D020B7B37D8BC9E23240C04C8E812F_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tCE51E458C3D020B7B37D8BC9E23240C04C8E812F_il2cpp_TypeInfo_var))->___U3CU3E9__106_0_2), (void*)L_7);
G_B3_0 = L_7;
G_B3_1 = G_B2_1;
}
IL_0032:
{
RuntimeObject* L_8;
L_8 = Enumerable_Select_TisConnection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D_TisNode_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8_m1C1E4C1B5BEAFB379323233C3575F2CFBEBC7F23(G_B3_1, G_B3_0, Enumerable_Select_TisConnection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D_TisNode_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8_m1C1E4C1B5BEAFB379323233C3575F2CFBEBC7F23_RuntimeMethod_var);
return L_8;
}
IL_0038:
{
// return new Node[0];
NodeU5BU5D_t9ED98B145FDFEDFC80FCBDF86A3D7B4D21CB89A2* L_9 = (NodeU5BU5D_t9ED98B145FDFEDFC80FCBDF86A3D7B4D21CB89A2*)(NodeU5BU5D_t9ED98B145FDFEDFC80FCBDF86A3D7B4D21CB89A2*)SZArrayNew(NodeU5BU5D_t9ED98B145FDFEDFC80FCBDF86A3D7B4D21CB89A2_il2cpp_TypeInfo_var, (uint32_t)0);
return (RuntimeObject*)L_9;
}
}
// System.Boolean NodeCanvas.Framework.Node::IsChildOf(NodeCanvas.Framework.Node)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Node_IsChildOf_m9798A9F8C228281B742B34A019D8FAC939BAEFC5 (Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* __this, Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* ___0_parentNode, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_Any_TisConnection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D_m4097FC8FCB353C35C096941465D1C3CADFC7D0AC_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_tB0B0849C03DD77E88F4026748F42333CEF0318B2_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass107_0_U3CIsChildOfU3Eb__0_m67FBEFFE5935B4208ADF8774F56B50799873CF51_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass107_0_t968F5A084AD5BCC9F177B35B08210FE8A240AFFF_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
U3CU3Ec__DisplayClass107_0_t968F5A084AD5BCC9F177B35B08210FE8A240AFFF* V_0 = NULL;
{
U3CU3Ec__DisplayClass107_0_t968F5A084AD5BCC9F177B35B08210FE8A240AFFF* L_0 = (U3CU3Ec__DisplayClass107_0_t968F5A084AD5BCC9F177B35B08210FE8A240AFFF*)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass107_0_t968F5A084AD5BCC9F177B35B08210FE8A240AFFF_il2cpp_TypeInfo_var);
NullCheck(L_0);
U3CU3Ec__DisplayClass107_0__ctor_m20B88957C580687D4761BABE2999F55A3BACB7BE(L_0, NULL);
V_0 = L_0;
U3CU3Ec__DisplayClass107_0_t968F5A084AD5BCC9F177B35B08210FE8A240AFFF* L_1 = V_0;
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_2 = ___0_parentNode;
NullCheck(L_1);
L_1->___parentNode_0 = L_2;
Il2CppCodeGenWriteBarrier((void**)(&L_1->___parentNode_0), (void*)L_2);
// return inConnections.Any(c => c.sourceNode == parentNode);
List_1_t619EB3258C7F1EBD15A485EA09888BE9FC87AC7E* L_3;
L_3 = Node_get_inConnections_mDC21880D8511412E49EB8D4E615D1B5EFD9A668F_inline(__this, NULL);
U3CU3Ec__DisplayClass107_0_t968F5A084AD5BCC9F177B35B08210FE8A240AFFF* L_4 = V_0;
Func_2_tB0B0849C03DD77E88F4026748F42333CEF0318B2* L_5 = (Func_2_tB0B0849C03DD77E88F4026748F42333CEF0318B2*)il2cpp_codegen_object_new(Func_2_tB0B0849C03DD77E88F4026748F42333CEF0318B2_il2cpp_TypeInfo_var);
NullCheck(L_5);
Func_2__ctor_m7CC6BA181CC92A61E158649813E1FD5193E81CC2(L_5, L_4, (intptr_t)((void*)U3CU3Ec__DisplayClass107_0_U3CIsChildOfU3Eb__0_m67FBEFFE5935B4208ADF8774F56B50799873CF51_RuntimeMethod_var), NULL);
bool L_6;
L_6 = Enumerable_Any_TisConnection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D_m4097FC8FCB353C35C096941465D1C3CADFC7D0AC(L_3, L_5, Enumerable_Any_TisConnection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D_m4097FC8FCB353C35C096941465D1C3CADFC7D0AC_RuntimeMethod_var);
return L_6;
}
}
// System.Boolean NodeCanvas.Framework.Node::IsParentOf(NodeCanvas.Framework.Node)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Node_IsParentOf_mE140848CFD3D12676AF1719A02E6E04DD1CD7FFD (Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* __this, Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* ___0_childNode, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_Any_TisConnection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D_m4097FC8FCB353C35C096941465D1C3CADFC7D0AC_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_tB0B0849C03DD77E88F4026748F42333CEF0318B2_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass108_0_U3CIsParentOfU3Eb__0_mE15662F8A503815021FE1AAFAD6E385181AD329B_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass108_0_t4DEC1C6F4995ACC7914D8F485C89686E8E083401_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
U3CU3Ec__DisplayClass108_0_t4DEC1C6F4995ACC7914D8F485C89686E8E083401* V_0 = NULL;
{
U3CU3Ec__DisplayClass108_0_t4DEC1C6F4995ACC7914D8F485C89686E8E083401* L_0 = (U3CU3Ec__DisplayClass108_0_t4DEC1C6F4995ACC7914D8F485C89686E8E083401*)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass108_0_t4DEC1C6F4995ACC7914D8F485C89686E8E083401_il2cpp_TypeInfo_var);
NullCheck(L_0);
U3CU3Ec__DisplayClass108_0__ctor_m3F1CB8A6391B46300E6F2AECF83803E4832C045E(L_0, NULL);
V_0 = L_0;
U3CU3Ec__DisplayClass108_0_t4DEC1C6F4995ACC7914D8F485C89686E8E083401* L_1 = V_0;
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_2 = ___0_childNode;
NullCheck(L_1);
L_1->___childNode_0 = L_2;
Il2CppCodeGenWriteBarrier((void**)(&L_1->___childNode_0), (void*)L_2);
// return outConnections.Any(c => c.targetNode == childNode);
List_1_t619EB3258C7F1EBD15A485EA09888BE9FC87AC7E* L_3;
L_3 = Node_get_outConnections_mBD92942B179E5297C07F297E1D0F2F0946A8F7EE_inline(__this, NULL);
U3CU3Ec__DisplayClass108_0_t4DEC1C6F4995ACC7914D8F485C89686E8E083401* L_4 = V_0;
Func_2_tB0B0849C03DD77E88F4026748F42333CEF0318B2* L_5 = (Func_2_tB0B0849C03DD77E88F4026748F42333CEF0318B2*)il2cpp_codegen_object_new(Func_2_tB0B0849C03DD77E88F4026748F42333CEF0318B2_il2cpp_TypeInfo_var);
NullCheck(L_5);
Func_2__ctor_m7CC6BA181CC92A61E158649813E1FD5193E81CC2(L_5, L_4, (intptr_t)((void*)U3CU3Ec__DisplayClass108_0_U3CIsParentOfU3Eb__0_mE15662F8A503815021FE1AAFAD6E385181AD329B_RuntimeMethod_var), NULL);
bool L_6;
L_6 = Enumerable_Any_TisConnection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D_m4097FC8FCB353C35C096941465D1C3CADFC7D0AC(L_3, L_5, Enumerable_Any_TisConnection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D_m4097FC8FCB353C35C096941465D1C3CADFC7D0AC_RuntimeMethod_var);
return L_6;
}
}
// System.String NodeCanvas.Framework.Node::GetWarningOrError()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Node_GetWarningOrError_mCEB36D8DB8F92717876779BD80114D31B63D5AF0 (Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ITaskAssignable_tF1DC2F9E7C1978316B3254693604C554AC75A02D_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral15FB8A04339464F72B79BAF171F17EF1E153CA52);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
String_t* V_1 = NULL;
RuntimeObject* V_2 = NULL;
{
// var hardError = GetHardError();
String_t* L_0;
L_0 = Node_GetHardError_mDA1406D491FA177BD63B1DBF63FDEC548BFCE768(__this, NULL);
V_0 = L_0;
// if ( hardError != null ) { return "* " + hardError; }
String_t* L_1 = V_0;
if (!L_1)
{
goto IL_0016;
}
}
{
// if ( hardError != null ) { return "* " + hardError; }
String_t* L_2 = V_0;
String_t* L_3;
L_3 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(_stringLiteral15FB8A04339464F72B79BAF171F17EF1E153CA52, L_2, NULL);
return L_3;
}
IL_0016:
{
// string result = null;
V_1 = (String_t*)NULL;
// var assignable = this as ITaskAssignable;
V_2 = ((RuntimeObject*)IsInst((RuntimeObject*)__this, ITaskAssignable_tF1DC2F9E7C1978316B3254693604C554AC75A02D_il2cpp_TypeInfo_var));
// if ( assignable != null && assignable.task != null ) {
RuntimeObject* L_4 = V_2;
if (!L_4)
{
goto IL_0036;
}
}
{
RuntimeObject* L_5 = V_2;
NullCheck(L_5);
Task_tF05C1B448C98EDD5D7E9E23660FCEAC40348A284* L_6;
L_6 = InterfaceFuncInvoker0< Task_tF05C1B448C98EDD5D7E9E23660FCEAC40348A284* >::Invoke(0 /* NodeCanvas.Framework.Task NodeCanvas.Framework.ITaskAssignable::get_task() */, ITaskAssignable_tF1DC2F9E7C1978316B3254693604C554AC75A02D_il2cpp_TypeInfo_var, L_5);
if (!L_6)
{
goto IL_0036;
}
}
{
// result = assignable.task.GetWarningOrError();
RuntimeObject* L_7 = V_2;
NullCheck(L_7);
Task_tF05C1B448C98EDD5D7E9E23660FCEAC40348A284* L_8;
L_8 = InterfaceFuncInvoker0< Task_tF05C1B448C98EDD5D7E9E23660FCEAC40348A284* >::Invoke(0 /* NodeCanvas.Framework.Task NodeCanvas.Framework.ITaskAssignable::get_task() */, ITaskAssignable_tF1DC2F9E7C1978316B3254693604C554AC75A02D_il2cpp_TypeInfo_var, L_7);
NullCheck(L_8);
String_t* L_9;
L_9 = VirtualFuncInvoker0< String_t* >::Invoke(9 /* System.String NodeCanvas.Framework.Task::GetWarningOrError() */, L_8);
V_1 = L_9;
}
IL_0036:
{
// return result;
String_t* L_10 = V_1;
return L_10;
}
}
// System.String NodeCanvas.Framework.Node::GetHardError()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Node_GetHardError_mDA1406D491FA177BD63B1DBF63FDEC548BFCE768 (Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IMissingRecoverable_tA8FEBB366BECE0584DC265F860C8BC21F8F3449C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IReflectedWrapper_tF1B077BF83B037AC5D97DDBB75AA3D1AFFBEEFB3_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ISerializedReflectedInfo_tA8F84061ADE95CA044973B21946C6EF3B3BF3745_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral37C573CA3CD65BE49168586B828B2094FD243E5E);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB771E7F12841BFB4DE54ECDC259592353EF1FD30);
s_Il2CppMethodInitialized = true;
}
RuntimeObject* V_0 = NULL;
{
// if ( this is IMissingRecoverable ) {
if (!((RuntimeObject*)IsInst((RuntimeObject*)__this, IMissingRecoverable_tA8FEBB366BECE0584DC265F860C8BC21F8F3449C_il2cpp_TypeInfo_var)))
{
goto IL_001e;
}
}
{
// return string.Format("Missing Node '{0}'", ( this as IMissingRecoverable ).missingType);
NullCheck(((RuntimeObject*)IsInst((RuntimeObject*)__this, IMissingRecoverable_tA8FEBB366BECE0584DC265F860C8BC21F8F3449C_il2cpp_TypeInfo_var)));
String_t* L_0;
L_0 = InterfaceFuncInvoker0< String_t* >::Invoke(0 /* System.String ParadoxNotion.Serialization.IMissingRecoverable::get_missingType() */, IMissingRecoverable_tA8FEBB366BECE0584DC265F860C8BC21F8F3449C_il2cpp_TypeInfo_var, ((RuntimeObject*)IsInst((RuntimeObject*)__this, IMissingRecoverable_tA8FEBB366BECE0584DC265F860C8BC21F8F3449C_il2cpp_TypeInfo_var)));
String_t* L_1;
L_1 = String_Format_mA8DBB4C2516B9723C5A41E6CB1E2FAF4BBE96DD8(_stringLiteralB771E7F12841BFB4DE54ECDC259592353EF1FD30, L_0, NULL);
return L_1;
}
IL_001e:
{
// if ( this is IReflectedWrapper ) {
if (!((RuntimeObject*)IsInst((RuntimeObject*)__this, IReflectedWrapper_tF1B077BF83B037AC5D97DDBB75AA3D1AFFBEEFB3_il2cpp_TypeInfo_var)))
{
goto IL_0054;
}
}
{
// var info = ( this as IReflectedWrapper ).GetSerializedInfo();
NullCheck(((RuntimeObject*)IsInst((RuntimeObject*)__this, IReflectedWrapper_tF1B077BF83B037AC5D97DDBB75AA3D1AFFBEEFB3_il2cpp_TypeInfo_var)));
RuntimeObject* L_2;
L_2 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* ParadoxNotion.Serialization.ISerializedReflectedInfo NodeCanvas.Framework.IReflectedWrapper::GetSerializedInfo() */, IReflectedWrapper_tF1B077BF83B037AC5D97DDBB75AA3D1AFFBEEFB3_il2cpp_TypeInfo_var, ((RuntimeObject*)IsInst((RuntimeObject*)__this, IReflectedWrapper_tF1B077BF83B037AC5D97DDBB75AA3D1AFFBEEFB3_il2cpp_TypeInfo_var)));
V_0 = L_2;
// if ( info != null && info.AsMemberInfo() == null ) { return string.Format("Missing Reflected Info '{0}'", info.AsString()); }
RuntimeObject* L_3 = V_0;
if (!L_3)
{
goto IL_0054;
}
}
{
RuntimeObject* L_4 = V_0;
NullCheck(L_4);
MemberInfo_t* L_5;
L_5 = InterfaceFuncInvoker0< MemberInfo_t* >::Invoke(0 /* System.Reflection.MemberInfo ParadoxNotion.Serialization.ISerializedReflectedInfo::AsMemberInfo() */, ISerializedReflectedInfo_tA8F84061ADE95CA044973B21946C6EF3B3BF3745_il2cpp_TypeInfo_var, L_4);
bool L_6;
L_6 = MemberInfo_op_Equality_m4B4F1AF29C9361D125F6D7FAB3D227ED3FECE685(L_5, (MemberInfo_t*)NULL, NULL);
if (!L_6)
{
goto IL_0054;
}
}
{
// if ( info != null && info.AsMemberInfo() == null ) { return string.Format("Missing Reflected Info '{0}'", info.AsString()); }
RuntimeObject* L_7 = V_0;
NullCheck(L_7);
String_t* L_8;
L_8 = InterfaceFuncInvoker0< String_t* >::Invoke(1 /* System.String ParadoxNotion.Serialization.ISerializedReflectedInfo::AsString() */, ISerializedReflectedInfo_tA8F84061ADE95CA044973B21946C6EF3B3BF3745_il2cpp_TypeInfo_var, L_7);
String_t* L_9;
L_9 = String_Format_mA8DBB4C2516B9723C5A41E6CB1E2FAF4BBE96DD8(_stringLiteral37C573CA3CD65BE49168586B828B2094FD243E5E, L_8, NULL);
return L_9;
}
IL_0054:
{
// return null;
return (String_t*)NULL;
}
}
// NodeCanvas.Framework.Status NodeCanvas.Framework.Node::OnExecute(UnityEngine.Component,NodeCanvas.Framework.IBlackboard)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Node_OnExecute_m9EF615646F86D6E26CE547787273D85F6124B792 (Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* __this, Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* ___0_agent, RuntimeObject* ___1_blackboard, const RuntimeMethod* method)
{
{
// virtual protected Status OnExecute(Component agent, IBlackboard blackboard) { return status; }
int32_t L_0;
L_0 = Node_get_status_m2FBF938FF2AA2979E7DC66B8F6AD3AD272FCB04B_inline(__this, NULL);
return L_0;
}
}
// System.Void NodeCanvas.Framework.Node::OnReset()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Node_OnReset_m5CBE17A5FD9EFAB1D2DFE396398A53F64F8B43B0 (Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* __this, const RuntimeMethod* method)
{
{
// virtual protected void OnReset() { }
return;
}
}
// System.Void NodeCanvas.Framework.Node::OnCreate(NodeCanvas.Framework.Graph)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Node_OnCreate_m042949E5E3DBA1B29A5C8CE223F1569CA2AD254E (Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* __this, Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* ___0_assignedGraph, const RuntimeMethod* method)
{
{
// virtual public void OnCreate(Graph assignedGraph) { }
return;
}
}
// System.Void NodeCanvas.Framework.Node::OnValidate(NodeCanvas.Framework.Graph)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Node_OnValidate_m694A40BFEDE737B1DF8E5973A4F65648BE595418 (Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* __this, Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* ___0_assignedGraph, const RuntimeMethod* method)
{
{
// virtual public void OnValidate(Graph assignedGraph) { }
return;
}
}
// System.Void NodeCanvas.Framework.Node::OnDestroy()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Node_OnDestroy_m9DD1FE49DD25C552582DCA95FD9125CE11E9AE01 (Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* __this, const RuntimeMethod* method)
{
{
// virtual public void OnDestroy() { }
return;
}
}
// System.Void NodeCanvas.Framework.Node::OnParentConnected(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Node_OnParentConnected_m66F7B963B079D4341ADB265E979A67ED801DE376 (Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* __this, int32_t ___0_connectionIndex, const RuntimeMethod* method)
{
{
// virtual public void OnParentConnected(int connectionIndex) { }
return;
}
}
// System.Void NodeCanvas.Framework.Node::OnParentDisconnected(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Node_OnParentDisconnected_m83AD8D6EAACA7A68D346090DD8993DED588E2562 (Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* __this, int32_t ___0_connectionIndex, const RuntimeMethod* method)
{
{
// virtual public void OnParentDisconnected(int connectionIndex) { }
return;
}
}
// System.Void NodeCanvas.Framework.Node::OnChildConnected(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Node_OnChildConnected_m130A38B8FF4EB050720C3325B70955C988FDE0D9 (Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* __this, int32_t ___0_connectionIndex, const RuntimeMethod* method)
{
{
// virtual public void OnChildConnected(int connectionIndex) { }
return;
}
}
// System.Void NodeCanvas.Framework.Node::OnChildDisconnected(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Node_OnChildDisconnected_m175D91BF70CFFE8DF131673098521341A04935FE (Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* __this, int32_t ___0_connectionIndex, const RuntimeMethod* method)
{
{
// virtual public void OnChildDisconnected(int connectionIndex) { }
return;
}
}
// System.Void NodeCanvas.Framework.Node::OnChildrenConnectionsSorted(System.Int32[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Node_OnChildrenConnectionsSorted_m420CC06FF3D8AE523D9C2D2F64CBF23756EE2147 (Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* __this, Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___0_oldIndeces, const RuntimeMethod* method)
{
{
// virtual public void OnChildrenConnectionsSorted(int[] oldIndeces) { }
return;
}
}
// System.Void NodeCanvas.Framework.Node::OnGraphStarted()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Node_OnGraphStarted_m9240C8A99F2BB8AFBDC9AB718D2C89ACAFCF3E94 (Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* __this, const RuntimeMethod* method)
{
{
// virtual public void OnGraphStarted() { }
return;
}
}
// System.Void NodeCanvas.Framework.Node::OnPostGraphStarted()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Node_OnPostGraphStarted_mCA2B91EACD88BFA1786C1F9516BEBA95B79E053E (Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* __this, const RuntimeMethod* method)
{
{
// virtual public void OnPostGraphStarted() { }
return;
}
}
// System.Void NodeCanvas.Framework.Node::OnGraphStoped()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Node_OnGraphStoped_mDB99CAF5C62757544905CF81B214AAE2F0ADCD7C (Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* __this, const RuntimeMethod* method)
{
{
// virtual public void OnGraphStoped() { }
return;
}
}
// System.Void NodeCanvas.Framework.Node::OnPostGraphStoped()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Node_OnPostGraphStoped_m4527CDD225617562F69183D3D51641B21EF1D896 (Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* __this, const RuntimeMethod* method)
{
{
// virtual public void OnPostGraphStoped() { }
return;
}
}
// System.Void NodeCanvas.Framework.Node::OnGraphPaused()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Node_OnGraphPaused_mEDFE6C79B1E010E66D5239AFD150936AFC1A2138 (Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* __this, const RuntimeMethod* method)
{
{
// virtual public void OnGraphPaused() { }
return;
}
}
// System.Void NodeCanvas.Framework.Node::OnGraphUnpaused()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Node_OnGraphUnpaused_m5D104357BB0732ADF7140F9A8D874F925B87FEDB (Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* __this, const RuntimeMethod* method)
{
{
// virtual public void OnGraphUnpaused() { }
return;
}
}
// System.String NodeCanvas.Framework.Node::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Node_ToString_mA4E068428C02E52D185B6A797EB8D36C1E32F889 (Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IGraphAssignable_tD5C8ED4B20F921681A68BEDADDA70F7BD60ED9AE_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IReflectedWrapper_tF1B077BF83B037AC5D97DDBB75AA3D1AFFBEEFB3_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ISerializedReflectedInfo_tA8F84061ADE95CA044973B21946C6EF3B3BF3745_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectionTools_tE12B5251BB48C3A8B99BC5D4278C46DADBBF905A_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1FB9018D8BFC0FACF068B1067EF9E96C35FED1FE);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB3F14BF976EFD974E34846B742502C802FABAE9D);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD99605E29810F93D7DAE4EFBB764C41AF4E80D32);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
MemberInfo_t* V_1 = NULL;
Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* V_2 = NULL;
RuntimeObject* G_B3_0 = NULL;
RuntimeObject* G_B2_0 = NULL;
MemberInfo_t* G_B4_0 = NULL;
String_t* G_B11_0 = NULL;
String_t* G_B11_1 = NULL;
String_t* G_B10_0 = NULL;
String_t* G_B10_1 = NULL;
String_t* G_B12_0 = NULL;
String_t* G_B12_1 = NULL;
String_t* G_B12_2 = NULL;
{
// var result = name;
String_t* L_0;
L_0 = VirtualFuncInvoker0< String_t* >::Invoke(9 /* System.String NodeCanvas.Framework.Node::get_name() */, __this);
V_0 = L_0;
// if ( this is IReflectedWrapper ) {
if (!((RuntimeObject*)IsInst((RuntimeObject*)__this, IReflectedWrapper_tF1B077BF83B037AC5D97DDBB75AA3D1AFFBEEFB3_il2cpp_TypeInfo_var)))
{
goto IL_0037;
}
}
{
// var info = ( this as IReflectedWrapper ).GetSerializedInfo()?.AsMemberInfo();
NullCheck(((RuntimeObject*)IsInst((RuntimeObject*)__this, IReflectedWrapper_tF1B077BF83B037AC5D97DDBB75AA3D1AFFBEEFB3_il2cpp_TypeInfo_var)));
RuntimeObject* L_1;
L_1 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* ParadoxNotion.Serialization.ISerializedReflectedInfo NodeCanvas.Framework.IReflectedWrapper::GetSerializedInfo() */, IReflectedWrapper_tF1B077BF83B037AC5D97DDBB75AA3D1AFFBEEFB3_il2cpp_TypeInfo_var, ((RuntimeObject*)IsInst((RuntimeObject*)__this, IReflectedWrapper_tF1B077BF83B037AC5D97DDBB75AA3D1AFFBEEFB3_il2cpp_TypeInfo_var)));
RuntimeObject* L_2 = L_1;
G_B2_0 = L_2;
if (L_2)
{
G_B3_0 = L_2;
goto IL_0021;
}
}
{
G_B4_0 = ((MemberInfo_t*)(NULL));
goto IL_0026;
}
IL_0021:
{
NullCheck(G_B3_0);
MemberInfo_t* L_3;
L_3 = InterfaceFuncInvoker0< MemberInfo_t* >::Invoke(0 /* System.Reflection.MemberInfo ParadoxNotion.Serialization.ISerializedReflectedInfo::AsMemberInfo() */, ISerializedReflectedInfo_tA8F84061ADE95CA044973B21946C6EF3B3BF3745_il2cpp_TypeInfo_var, G_B3_0);
G_B4_0 = L_3;
}
IL_0026:
{
V_1 = G_B4_0;
// if ( info != null ) { result = info.FriendlyName(); }
MemberInfo_t* L_4 = V_1;
bool L_5;
L_5 = MemberInfo_op_Inequality_m30A32A50379A6AD359992D3DED56EDE4646D17CA(L_4, (MemberInfo_t*)NULL, NULL);
if (!L_5)
{
goto IL_0037;
}
}
{
// if ( info != null ) { result = info.FriendlyName(); }
MemberInfo_t* L_6 = V_1;
il2cpp_codegen_runtime_class_init_inline(ReflectionTools_tE12B5251BB48C3A8B99BC5D4278C46DADBBF905A_il2cpp_TypeInfo_var);
String_t* L_7;
L_7 = ReflectionTools_FriendlyName_m5D910EBCAB4D33DE3C576BC15D307A043FCFF3CD(L_6, NULL);
V_0 = L_7;
}
IL_0037:
{
// if ( this is IGraphAssignable ) {
if (!((RuntimeObject*)IsInst((RuntimeObject*)__this, IGraphAssignable_tD5C8ED4B20F921681A68BEDADDA70F7BD60ED9AE_il2cpp_TypeInfo_var)))
{
goto IL_005b;
}
}
{
// var subGraph = ( this as IGraphAssignable ).subGraph;
NullCheck(((RuntimeObject*)IsInst((RuntimeObject*)__this, IGraphAssignable_tD5C8ED4B20F921681A68BEDADDA70F7BD60ED9AE_il2cpp_TypeInfo_var)));
Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* L_8;
L_8 = InterfaceFuncInvoker0< Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* >::Invoke(0 /* NodeCanvas.Framework.Graph NodeCanvas.Framework.IGraphAssignable::get_subGraph() */, IGraphAssignable_tD5C8ED4B20F921681A68BEDADDA70F7BD60ED9AE_il2cpp_TypeInfo_var, ((RuntimeObject*)IsInst((RuntimeObject*)__this, IGraphAssignable_tD5C8ED4B20F921681A68BEDADDA70F7BD60ED9AE_il2cpp_TypeInfo_var)));
V_2 = L_8;
// if ( subGraph != null ) { result = subGraph.name; }
Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* L_9 = V_2;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_10;
L_10 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_9, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
if (!L_10)
{
goto IL_005b;
}
}
{
// if ( subGraph != null ) { result = subGraph.name; }
Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* L_11 = V_2;
NullCheck(L_11);
String_t* L_12;
L_12 = Object_get_name_mAC2F6B897CF1303BA4249B4CB55271AFACBB6392(L_11, NULL);
V_0 = L_12;
}
IL_005b:
{
// return string.Format("{0}{1}", result, ( !string.IsNullOrEmpty(tag) ? " (" + tag + ")" : "" ));
String_t* L_13 = V_0;
String_t* L_14;
L_14 = Node_get_tag_m189542735248F2BE38EE5901A2408C27DD3D509C_inline(__this, NULL);
bool L_15;
L_15 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_14, NULL);
G_B10_0 = L_13;
G_B10_1 = _stringLiteral1FB9018D8BFC0FACF068B1067EF9E96C35FED1FE;
if (!L_15)
{
G_B11_0 = L_13;
G_B11_1 = _stringLiteral1FB9018D8BFC0FACF068B1067EF9E96C35FED1FE;
goto IL_0075;
}
}
{
G_B12_0 = _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709;
G_B12_1 = G_B10_0;
G_B12_2 = G_B10_1;
goto IL_008a;
}
IL_0075:
{
String_t* L_16;
L_16 = Node_get_tag_m189542735248F2BE38EE5901A2408C27DD3D509C_inline(__this, NULL);
String_t* L_17;
L_17 = String_Concat_m8855A6DE10F84DA7F4EC113CADDB59873A25573B(_stringLiteralD99605E29810F93D7DAE4EFBB764C41AF4E80D32, L_16, _stringLiteralB3F14BF976EFD974E34846B742502C802FABAE9D, NULL);
G_B12_0 = L_17;
G_B12_1 = G_B11_0;
G_B12_2 = G_B11_1;
}
IL_008a:
{
String_t* L_18;
L_18 = String_Format_mFB7DA489BD99F4670881FF50EC017BFB0A5C0987(G_B12_2, G_B12_1, G_B12_0, NULL);
return L_18;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* ActorParameter_get_name_m0E7B0682A7BFBD0764E7B252CC5CBEFC07664CD4_inline (ActorParameter_t745744DE212B4E613AA3951A71B2338C23F06070* __this, const RuntimeMethod* method)
{
{
// get { return _keyName; }
String_t* L_0 = __this->____keyName_0;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Color_tD001788D726C3A7F1379BEED0260B9591F440C1F Color_get_white_m068F5AF879B0FCA584E3693F762EA41BB65532C6_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), (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 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 int32_t GraphOwner_get_updateMode_mF0B585371AB03A98999B5B767D1DAF8EF791491F_inline (GraphOwner_t403B42955FE2A2C62A9578A7E1ED47FF1B39A37F* __this, const RuntimeMethod* method)
{
{
// get { return _updateMode; }
int32_t L_0 = __this->____updateMode_16;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* Node_get_graph_mB21F59A8B53310BF25DE6085397701DB23CC3A08_inline (Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* __this, const RuntimeMethod* method)
{
{
// get { return _graph; }
Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* L_0 = __this->____graph_6;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Statement_set_text_m87CB9B5E15221FF6151E8AAADEAF42D5F84E108E_inline (Statement_t6757EBA4322D6904926C2F6C6BA3586736638A77* __this, String_t* ___0_value, const RuntimeMethod* method)
{
{
// set { _text = value; }
String_t* L_0 = ___0_value;
__this->____text_0 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->____text_0), (void*)L_0);
// set { _text = value; }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Statement_set_audio_mBD58E009438A11400A8859A1C3B1FA7504A7C378_inline (Statement_t6757EBA4322D6904926C2F6C6BA3586736638A77* __this, AudioClip_t5D272C4EB4F2D3ED49F1C346DEA373CF6D585F20* ___0_value, const RuntimeMethod* method)
{
{
// set { _audio = value; }
AudioClip_t5D272C4EB4F2D3ED49F1C346DEA373CF6D585F20* L_0 = ___0_value;
__this->____audio_1 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->____audio_1), (void*)L_0);
// set { _audio = value; }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Statement_set_meta_mCB77EE9448582EE0CF651E88C7D964E5A1AA49E4_inline (Statement_t6757EBA4322D6904926C2F6C6BA3586736638A77* __this, String_t* ___0_value, const RuntimeMethod* method)
{
{
// set { _meta = value; }
String_t* L_0 = ___0_value;
__this->____meta_2 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->____meta_2), (void*)L_0);
// set { _meta = value; }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* Statement_get_text_m515E80E84252930130A9CFA8C98CE694B1BBEA1D_inline (Statement_t6757EBA4322D6904926C2F6C6BA3586736638A77* __this, const RuntimeMethod* method)
{
{
// get { return _text; }
String_t* L_0 = __this->____text_0;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ActionTask_t6B5C6B67D00E7AF678FAEDC91859B778C24A8E1E* ActionNode_get_action_m24D93BA96456F5D457E43DE8360C47A1EBA584E4_inline (ActionNode_t0FACE43AC34B62ABB244E5AC57C8225761F0C8DF* __this, const RuntimeMethod* method)
{
{
// get { return _action; }
ActionTask_t6B5C6B67D00E7AF678FAEDC91859B778C24A8E1E* L_0 = __this->____action_19;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ActionNode_set_action_m80381C23C72538FE0F53D501D18070E0B33484E7_inline (ActionNode_t0FACE43AC34B62ABB244E5AC57C8225761F0C8DF* __this, ActionTask_t6B5C6B67D00E7AF678FAEDC91859B778C24A8E1E* ___0_value, const RuntimeMethod* method)
{
{
// set { _action = value; }
ActionTask_t6B5C6B67D00E7AF678FAEDC91859B778C24A8E1E* L_0 = ___0_value;
__this->____action_19 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->____action_19), (void*)L_0);
// set { _action = value; }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Node_get_status_m2FBF938FF2AA2979E7DC66B8F6AD3AD272FCB04B_inline (Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* __this, const RuntimeMethod* method)
{
{
// get { return _status; }
int32_t L_0 = __this->____status_10;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ConditionTask_t518F9B03584F4835F78D6DE297CE36AED500BEE8* ConditionNode_get_condition_m329DBB6B09E6EF65CE95CC71693D17923F5F665C_inline (ConditionNode_t8B0CCC5B7F178FDC31EAB8138658256194DD91A9* __this, const RuntimeMethod* method)
{
{
// get { return _condition; }
ConditionTask_t518F9B03584F4835F78D6DE297CE36AED500BEE8* L_0 = __this->____condition_19;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ConditionNode_set_condition_mA8C3F65F812E62B05C1A35D08B1B2F7FE3B5CAC9_inline (ConditionNode_t8B0CCC5B7F178FDC31EAB8138658256194DD91A9* __this, ConditionTask_t518F9B03584F4835F78D6DE297CE36AED500BEE8* ___0_value, const RuntimeMethod* method)
{
{
// set { _condition = value; }
ConditionTask_t518F9B03584F4835F78D6DE297CE36AED500BEE8* L_0 = ___0_value;
__this->____condition_19 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->____condition_19), (void*)L_0);
// set { _condition = value; }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR List_1_t619EB3258C7F1EBD15A485EA09888BE9FC87AC7E* Node_get_outConnections_mBD92942B179E5297C07F297E1D0F2F0946A8F7EE_inline (Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* __this, const RuntimeMethod* method)
{
{
// get { return _outConnections; }
List_1_t619EB3258C7F1EBD15A485EA09888BE9FC87AC7E* L_0 = __this->____outConnections_9;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR List_1_t619EB3258C7F1EBD15A485EA09888BE9FC87AC7E* Node_get_inConnections_mDC21880D8511412E49EB8D4E615D1B5EFD9A668F_inline (Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* __this, const RuntimeMethod* method)
{
{
// get { return _inConnections; }
List_1_t619EB3258C7F1EBD15A485EA09888BE9FC87AC7E* L_0 = __this->____inConnections_8;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* Connection_get_sourceNode_m8AAB4D86A1F7E4AA641DD4D54B6288412058A10D_inline (Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D* __this, const RuntimeMethod* method)
{
{
// get { return _sourceNode; }
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_0 = __this->____sourceNode_0;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Action_Invoke_m7126A54DACA72B845424072887B5F3A51FC3808E_inline (Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* __this, const RuntimeMethod* method)
{
typedef void (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*);
((FunctionPointerType)__this->___invoke_impl_1)((Il2CppObject*)__this->___method_code_6, reinterpret_cast<RuntimeMethod*>(__this->___method_3));
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Graph_get_deltaTime_mE54EE3C1B054C11AF60C7F4785F96DFF6BC3B6FC_inline (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, const RuntimeMethod* method)
{
{
// public float deltaTime { get; private set; }
float L_0 = __this->___U3CdeltaTimeU3Ek__BackingField_19;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Vector2_op_Implicit_mE8EBEE9291F11BB02F062D6E000F4798968CBD96_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_v, const RuntimeMethod* method)
{
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_0;
memset((&V_0), 0, sizeof(V_0));
{
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_0 = ___0_v;
float L_1 = L_0.___x_2;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_2 = ___0_v;
float L_3 = L_2.___y_3;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_4;
memset((&L_4), 0, sizeof(L_4));
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_4), L_1, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0015;
}
IL_0015:
{
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* __this, float ___0_x, float ___1_y, const RuntimeMethod* method)
{
{
float L_0 = ___0_x;
__this->___x_0 = L_0;
float L_1 = ___1_y;
__this->___y_1 = L_1;
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* __this, float ___0_x, float ___1_y, float ___2_z, const RuntimeMethod* method)
{
{
float L_0 = ___0_x;
__this->___x_2 = L_0;
float L_1 = ___1_y;
__this->___y_3 = L_1;
float L_2 = ___2_z;
__this->___z_4 = L_2;
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR 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 ButtonClickedEvent_t8EA72E90B3BD1392FB3B3EF167D5121C23569E4C* Button_get_onClick_m701712A7F7F000CC80D517C4510697E15722C35C_inline (Button_t6786514A57F7AFDEE5431112FEA0CAB24F5AE098* __this, const RuntimeMethod* method)
{
{
// get { return m_OnClick; }
ButtonClickedEvent_t8EA72E90B3BD1392FB3B3EF167D5121C23569E4C* L_0 = __this->___m_OnClick_20;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Vector2_op_Implicit_m6D9CABB2C791A192867D7A4559D132BE86DD3EB7_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___0_v, const RuntimeMethod* method)
{
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_0;
memset((&V_0), 0, sizeof(V_0));
{
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_0 = ___0_v;
float L_1 = L_0.___x_0;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_2 = ___0_v;
float L_3 = L_2.___y_1;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_4;
memset((&L_4), 0, sizeof(L_4));
Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&L_4), L_1, L_3, (0.0f), /*hidden argument*/NULL);
V_0 = L_4;
goto IL_001a;
}
IL_001a:
{
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_5 = V_0;
return L_5;
}
}
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 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 Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* Graph_get_agent_m2AD941592E9694084A4A44F0F30A363E95295EA8_inline (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, const RuntimeMethod* method)
{
{
// public Component agent { get; private set; }
Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* L_0 = __this->___U3CagentU3Ek__BackingField_24;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t BehaviourTree_get_rootStatus_m67188F404246DE36ED2C02D912C28C0F0CB7A8B1_inline (BehaviourTree_t6AF4016EBA17F68BDB7FA2350CDD23D7D3629562* __this, const RuntimeMethod* method)
{
{
// get { return _rootStatus; }
int32_t L_0 = __this->____rootStatus_31;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* Connection_get_targetNode_m6497814C735802779A09743F85F194212C0606F2_inline (Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D* __this, const RuntimeMethod* method)
{
{
// get { return _targetNode; }
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_0 = __this->____targetNode_1;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ConditionTask_t518F9B03584F4835F78D6DE297CE36AED500BEE8* BinarySelector_get_condition_mBBA0C5A15302AA516433F3F5B3474EE70C63EDB4_inline (BinarySelector_tB810BEECE8F42A5E93D4C7CEC1EA8DE6192124D8* __this, const RuntimeMethod* method)
{
{
// get { return _condition; }
ConditionTask_t518F9B03584F4835F78D6DE297CE36AED500BEE8* L_0 = __this->____condition_18;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void BinarySelector_set_condition_mFB335F3444BAFD04623F2AA9B2490E2118395A21_inline (BinarySelector_tB810BEECE8F42A5E93D4C7CEC1EA8DE6192124D8* __this, ConditionTask_t518F9B03584F4835F78D6DE297CE36AED500BEE8* ___0_value, const RuntimeMethod* method)
{
{
// set { _condition = value; }
ConditionTask_t518F9B03584F4835F78D6DE297CE36AED500BEE8* L_0 = ___0_value;
__this->____condition_18 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->____condition_18), (void*)L_0);
// set { _condition = value; }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Connection_get_status_m399EC796A0B8161F43CC4FBC11D10D2A5E5B7037_inline (Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D* __this, const RuntimeMethod* method)
{
{
// get { return _status; }
int32_t L_0 = __this->____status_4;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Node_set_outConnections_mAAF992B6FDC0B594FD70670F099455F64148FCB6_inline (Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* __this, List_1_t619EB3258C7F1EBD15A485EA09888BE9FC87AC7E* ___0_value, const RuntimeMethod* method)
{
{
// protected set { _outConnections = value; }
List_1_t619EB3258C7F1EBD15A485EA09888BE9FC87AC7E* L_0 = ___0_value;
__this->____outConnections_9 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->____outConnections_9), (void*)L_0);
// protected set { _outConnections = value; }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Mathf_Abs_mD945EDDEA0D62D21BFDBAB7B1C0F18DFF1CEC905_inline (int32_t ___0_value, 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;
}
int32_t V_0 = 0;
{
int32_t L_0 = ___0_value;
il2cpp_codegen_runtime_class_init_inline(Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
int32_t L_1;
L_1 = il2cpp_codegen_abs(L_0);
V_0 = L_1;
goto IL_000a;
}
IL_000a:
{
int32_t L_2 = V_0;
return L_2;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ConditionTask_t518F9B03584F4835F78D6DE297CE36AED500BEE8* ConditionalEvaluator_get_condition_mA8D33071CCD9833D85CB19EC07EBD38DB1D6C982_inline (ConditionalEvaluator_t065AB6841FCFAA2B5796BB14ED5D801E2DD004D5* __this, const RuntimeMethod* method)
{
{
// get { return _condition; }
ConditionTask_t518F9B03584F4835F78D6DE297CE36AED500BEE8* L_0 = __this->____condition_19;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ConditionalEvaluator_set_condition_mC717930458E834DFCBE52949727D0939BA7EC568_inline (ConditionalEvaluator_t065AB6841FCFAA2B5796BB14ED5D801E2DD004D5* __this, ConditionTask_t518F9B03584F4835F78D6DE297CE36AED500BEE8* ___0_value, const RuntimeMethod* method)
{
{
// set { _condition = value; }
ConditionTask_t518F9B03584F4835F78D6DE297CE36AED500BEE8* L_0 = ___0_value;
__this->____condition_19 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->____condition_19), (void*)L_0);
// set { _condition = value; }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* Graph_get_runningGraphs_m6DFA416A57F9C18F70E8C6245E04A431C8C4AB19_inline (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// public static IEnumerable<Graph> runningGraphs => _runningGraphs;
List_1_tAC3699D052F658AFF59ECF6AB1A90478603F6294* L_0 = ((Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032_StaticFields*)il2cpp_codegen_static_fields_for(Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032_il2cpp_TypeInfo_var))->____runningGraphs_12;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ConditionTask_t518F9B03584F4835F78D6DE297CE36AED500BEE8* Interruptor_get_condition_m8DC53649C900DA9BC6677C56ED75B60CA775CCC2_inline (Interruptor_t0DCCA9D2F3F661051E8EDB5685692D3EE8B054A2* __this, const RuntimeMethod* method)
{
{
// get { return _condition; }
ConditionTask_t518F9B03584F4835F78D6DE297CE36AED500BEE8* L_0 = __this->____condition_17;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Interruptor_set_condition_m845BA6473898D4FEE1E900565F4B11A682826C71_inline (Interruptor_t0DCCA9D2F3F661051E8EDB5685692D3EE8B054A2* __this, ConditionTask_t518F9B03584F4835F78D6DE297CE36AED500BEE8* ___0_value, const RuntimeMethod* method)
{
{
// set { _condition = value; }
ConditionTask_t518F9B03584F4835F78D6DE297CE36AED500BEE8* L_0 = ___0_value;
__this->____condition_17 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->____condition_17), (void*)L_0);
// set { _condition = value; }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ActionTask_t6B5C6B67D00E7AF678FAEDC91859B778C24A8E1E* Monitor_get_action_m6D082B0CF37C9C4CB9914D98D4B510A517C910C2_inline (Monitor_t11D558C46EF48E9603E28C23284C9CE255D80D14* __this, const RuntimeMethod* method)
{
{
// get { return _action; }
ActionTask_t6B5C6B67D00E7AF678FAEDC91859B778C24A8E1E* L_0 = __this->____action_20;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Monitor_set_action_mD2040998A6FB55FD657814E03AD075A1E669CD9F_inline (Monitor_t11D558C46EF48E9603E28C23284C9CE255D80D14* __this, ActionTask_t6B5C6B67D00E7AF678FAEDC91859B778C24A8E1E* ___0_value, const RuntimeMethod* method)
{
{
// set { _action = value; }
ActionTask_t6B5C6B67D00E7AF678FAEDC91859B778C24A8E1E* L_0 = ___0_value;
__this->____action_20 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->____action_20), (void*)L_0);
// set { _action = value; }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ConditionTask_t518F9B03584F4835F78D6DE297CE36AED500BEE8* WaitUntil_get_condition_m34EA6A91014BA125374B10E203E725AD9680A244_inline (WaitUntil_tDF1DC02E80CC2ED3D624714BD1E13AD3EFC1F6C6* __this, const RuntimeMethod* method)
{
{
// get { return _condition; }
ConditionTask_t518F9B03584F4835F78D6DE297CE36AED500BEE8* L_0 = __this->____condition_17;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void WaitUntil_set_condition_mBBAF5D0336BE5DD3AE3DFB6821F29DA0292FF967_inline (WaitUntil_tDF1DC02E80CC2ED3D624714BD1E13AD3EFC1F6C6* __this, ConditionTask_t518F9B03584F4835F78D6DE297CE36AED500BEE8* ___0_value, const RuntimeMethod* method)
{
{
// set { _condition = value; }
ConditionTask_t518F9B03584F4835F78D6DE297CE36AED500BEE8* L_0 = ___0_value;
__this->____condition_17 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->____condition_17), (void*)L_0);
// set { _condition = value; }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ActionTask_t6B5C6B67D00E7AF678FAEDC91859B778C24A8E1E* ActionNode_get_action_m75504C7F86183A2676B6E49EF95B9586FBC8E19E_inline (ActionNode_tA858EA7644A26F48FAB1DEFD0F334B4215E1BA2B* __this, const RuntimeMethod* method)
{
{
// get { return _action; }
ActionTask_t6B5C6B67D00E7AF678FAEDC91859B778C24A8E1E* L_0 = __this->____action_17;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ActionNode_set_action_mE17990FC8ED95FD9A8379D7AEB0E768B16BF072E_inline (ActionNode_tA858EA7644A26F48FAB1DEFD0F334B4215E1BA2B* __this, ActionTask_t6B5C6B67D00E7AF678FAEDC91859B778C24A8E1E* ___0_value, const RuntimeMethod* method)
{
{
// set { _action = value; }
ActionTask_t6B5C6B67D00E7AF678FAEDC91859B778C24A8E1E* L_0 = ___0_value;
__this->____action_17 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->____action_17), (void*)L_0);
// set { _action = value; }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ConditionTask_t518F9B03584F4835F78D6DE297CE36AED500BEE8* ConditionNode_get_condition_m7ECB28994AE3C427F9B01352B1C4437AE0D2CA85_inline (ConditionNode_t9732E6C18B7489470130B6019296B22FE519BF17* __this, const RuntimeMethod* method)
{
{
// get { return _condition; }
ConditionTask_t518F9B03584F4835F78D6DE297CE36AED500BEE8* L_0 = __this->____condition_17;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ConditionNode_set_condition_m924840E72A4F3F8F99795D6E20B8AE9FEF62BC07_inline (ConditionNode_t9732E6C18B7489470130B6019296B22FE519BF17* __this, ConditionTask_t518F9B03584F4835F78D6DE297CE36AED500BEE8* ___0_value, const RuntimeMethod* method)
{
{
// set { _condition = value; }
ConditionTask_t518F9B03584F4835F78D6DE297CE36AED500BEE8* L_0 = ___0_value;
__this->____condition_17 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->____condition_17), (void*)L_0);
// set { _condition = value; }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void InvokeArguments_Invoke_mD7B165ECC5ADEA168F3DDF091B31E62265FF28AB_inline (InvokeArguments_tD6EAF2BA29D7D16ADE72398A72347303AF8DD954* __this, Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___0_sender, Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___1_receiver, bool ___2_isGlobal, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___3_args, const RuntimeMethod* method)
{
typedef void (*FunctionPointerType) (RuntimeObject*, Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1*, Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1*, bool, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*, const RuntimeMethod*);
((FunctionPointerType)__this->___invoke_impl_1)((Il2CppObject*)__this->___method_code_6, ___0_sender, ___1_receiver, ___2_isGlobal, ___3_args, reinterpret_cast<RuntimeMethod*>(__this->___method_3));
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* DynamicParameterDefinition_get_name_m9257360B2E9815ED37A471010EA7988695ECCB74_inline (DynamicParameterDefinition_t9B2EC9C6FF90EECDCC32CAB983D88026746D5874* __this, const RuntimeMethod* method)
{
{
// get { return _name; }
String_t* L_0 = __this->____name_1;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Connection_set_sourceNode_mA1DC1AC5824D59865963C9D3A7F96D715E0474E4_inline (Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D* __this, Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* ___0_value, const RuntimeMethod* method)
{
{
// protected set { _sourceNode = value; }
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_0 = ___0_value;
__this->____sourceNode_0 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->____sourceNode_0), (void*)L_0);
// protected set { _sourceNode = value; }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Connection_set_targetNode_m67FA42730D896F4DC0C262DB5DA0D0EF1E0D959D_inline (Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D* __this, Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* ___0_value, const RuntimeMethod* method)
{
{
// protected set { _targetNode = value; }
Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* L_0 = ___0_value;
__this->____targetNode_1 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->____targetNode_1), (void*)L_0);
// protected set { _targetNode = value; }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Connection_set_status_m465294253B1F7350BF1CCB503A9D63FAED89C091_inline (Connection_t5306F1F5231246BC84674F9646F1B1393C0F8C7D* __this, int32_t ___0_value, const RuntimeMethod* method)
{
{
// set { _status = value; }
int32_t L_0 = ___0_value;
__this->____status_4 = L_0;
// set { _status = value; }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Threader_get_applicationIsPlaying_m9BA0A1EA10F4B4C159C86F94A96B67D558FFA831_inline (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Threader_tFDCB2BB163812D50862D40F363A5EEA1073B1412_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// public static bool applicationIsPlaying { get; private set; }
il2cpp_codegen_runtime_class_init_inline(Threader_tFDCB2BB163812D50862D40F363A5EEA1073B1412_il2cpp_TypeInfo_var);
bool L_0 = ((Threader_tFDCB2BB163812D50862D40F363A5EEA1073B1412_StaticFields*)il2cpp_codegen_static_fields_for(Threader_tFDCB2BB163812D50862D40F363A5EEA1073B1412_il2cpp_TypeInfo_var))->___U3CapplicationIsPlayingU3Ek__BackingField_0;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR GraphSource_tDFC175F2BFB99D693583B1D52BB6857C73932914* Graph_get_graphSource_m6900E17C4759AD2A3E02D0F72F4597145DF3653B_inline (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, const RuntimeMethod* method)
{
{
// get { return _graphSource; }
GraphSource_tDFC175F2BFB99D693583B1D52BB6857C73932914* L_0 = __this->____graphSource_6;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Graph_set_flatMetaGraph_m5BAF3B8ED4FB766EBEC2806ED5D18C155A437DE4_inline (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, Element_t3ABE015B81AFFE208F4314A4A588E9E7EFD63407* ___0_value, const RuntimeMethod* method)
{
{
// private HierarchyTree.Element flatMetaGraph { get; set; }
Element_t3ABE015B81AFFE208F4314A4A588E9E7EFD63407* L_0 = ___0_value;
__this->___U3CflatMetaGraphU3Ek__BackingField_14 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CflatMetaGraphU3Ek__BackingField_14), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Graph_set_fullMetaGraph_m1550777136CF482B6F1C7C1628196538C962E86A_inline (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, Element_t3ABE015B81AFFE208F4314A4A588E9E7EFD63407* ___0_value, const RuntimeMethod* method)
{
{
// private HierarchyTree.Element fullMetaGraph { get; set; }
Element_t3ABE015B81AFFE208F4314A4A588E9E7EFD63407* L_0 = ___0_value;
__this->___U3CfullMetaGraphU3Ek__BackingField_15 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CfullMetaGraphU3Ek__BackingField_15), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Graph_set_nestedMetaGraph_m7CD6B44FFDE680723BD827A497371AD18FC4167A_inline (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, Element_t3ABE015B81AFFE208F4314A4A588E9E7EFD63407* ___0_value, const RuntimeMethod* method)
{
{
// private HierarchyTree.Element nestedMetaGraph { get; set; }
Element_t3ABE015B81AFFE208F4314A4A588E9E7EFD63407* L_0 = ___0_value;
__this->___U3CnestedMetaGraphU3Ek__BackingField_16 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CnestedMetaGraphU3Ek__BackingField_16), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* GraphSource_get_type_mB3305F57EEE6BCC2291D3C24EB9C8CBDB45E2544_inline (GraphSource_tDFC175F2BFB99D693583B1D52BB6857C73932914* __this, const RuntimeMethod* method)
{
{
// public string type { get { return _type; } set { _type = value; } }
String_t* L_0 = __this->____type_8;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* GraphSource_get_category_m7B104C80C46E75AAF81AEB0E4DE3BC8CF3D5B548_inline (GraphSource_tDFC175F2BFB99D693583B1D52BB6857C73932914* __this, const RuntimeMethod* method)
{
{
// public string category { get { return _category; } set { _category = value; } }
String_t* L_0 = __this->____category_4;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void GraphSource_set_category_m04F5D761FE1EE357FAB2ADA90AF53A35CB192986_inline (GraphSource_tDFC175F2BFB99D693583B1D52BB6857C73932914* __this, String_t* ___0_value, const RuntimeMethod* method)
{
{
// public string category { get { return _category; } set { _category = value; } }
String_t* L_0 = ___0_value;
__this->____category_4 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->____category_4), (void*)L_0);
// public string category { get { return _category; } set { _category = value; } }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* GraphSource_get_comments_m761D6938E4DF39468BE5B5BC6D43915BA8B69162_inline (GraphSource_tDFC175F2BFB99D693583B1D52BB6857C73932914* __this, const RuntimeMethod* method)
{
{
// public string comments { get { return _comments; } set { _comments = value; } }
String_t* L_0 = __this->____comments_5;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void GraphSource_set_comments_mB20CAD6EEB402AA758169FB5E77DFE422D11CED5_inline (GraphSource_tDFC175F2BFB99D693583B1D52BB6857C73932914* __this, String_t* ___0_value, const RuntimeMethod* method)
{
{
// public string comments { get { return _comments; } set { _comments = value; } }
String_t* L_0 = ___0_value;
__this->____comments_5 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->____comments_5), (void*)L_0);
// public string comments { get { return _comments; } set { _comments = value; } }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 GraphSource_get_translation_m81D7CA51B22FC01E425A038F25E04E8B5F3CA540_inline (GraphSource_tDFC175F2BFB99D693583B1D52BB6857C73932914* __this, const RuntimeMethod* method)
{
{
// public Vector2 translation { get { return _translation; } set { _translation = value; } }
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_0 = __this->____translation_6;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void GraphSource_set_translation_m33853430204DA24213A3C17CED3D6DE902413F53_inline (GraphSource_tDFC175F2BFB99D693583B1D52BB6857C73932914* __this, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___0_value, const RuntimeMethod* method)
{
{
// public Vector2 translation { get { return _translation; } set { _translation = value; } }
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_0 = ___0_value;
__this->____translation_6 = L_0;
// public Vector2 translation { get { return _translation; } set { _translation = value; } }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float GraphSource_get_zoomFactor_mF57509EEAA49DB2191AAA365BFFC476B29E5710E_inline (GraphSource_tDFC175F2BFB99D693583B1D52BB6857C73932914* __this, const RuntimeMethod* method)
{
{
// public float zoomFactor { get { return _zoomFactor; } set { _zoomFactor = value; } }
float L_0 = __this->____zoomFactor_7;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void GraphSource_set_zoomFactor_mBC99821FF93314A01728C4AE44A61642F3D73616_inline (GraphSource_tDFC175F2BFB99D693583B1D52BB6857C73932914* __this, float ___0_value, const RuntimeMethod* method)
{
{
// public float zoomFactor { get { return _zoomFactor; } set { _zoomFactor = value; } }
float L_0 = ___0_value;
__this->____zoomFactor_7 = L_0;
// public float zoomFactor { get { return _zoomFactor; } set { _zoomFactor = value; } }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR List_1_t90487A8EA186417AA0A6F2B22B58D1BAE3334437* GraphSource_get_nodes_m76F568B757695DACEEFDC097B976446E99C74754_inline (GraphSource_tDFC175F2BFB99D693583B1D52BB6857C73932914* __this, const RuntimeMethod* method)
{
{
// public List<Node> nodes { get { return _nodes; } set { _nodes = value; } }
List_1_t90487A8EA186417AA0A6F2B22B58D1BAE3334437* L_0 = __this->____nodes_9;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void GraphSource_set_nodes_m3A6C9FAAF14E9F5FA9F1546D950458E1B48EFA5D_inline (GraphSource_tDFC175F2BFB99D693583B1D52BB6857C73932914* __this, List_1_t90487A8EA186417AA0A6F2B22B58D1BAE3334437* ___0_value, const RuntimeMethod* method)
{
{
// public List<Node> nodes { get { return _nodes; } set { _nodes = value; } }
List_1_t90487A8EA186417AA0A6F2B22B58D1BAE3334437* L_0 = ___0_value;
__this->____nodes_9 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->____nodes_9), (void*)L_0);
// public List<Node> nodes { get { return _nodes; } set { _nodes = value; } }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR List_1_t5B06412E1CC59E5774C10EB7439C98F6C31449C3* GraphSource_get_canvasGroups_mD8AB40FF890FFC1A315AFA538D800D3E420EC8CC_inline (GraphSource_tDFC175F2BFB99D693583B1D52BB6857C73932914* __this, const RuntimeMethod* method)
{
{
// public List<CanvasGroup> canvasGroups { get { return _canvasGroups; } set { _canvasGroups = value; } }
List_1_t5B06412E1CC59E5774C10EB7439C98F6C31449C3* L_0 = __this->____canvasGroups_11;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void GraphSource_set_canvasGroups_m2D076C922EACC06A24CC8FD0637AD7957525AD62_inline (GraphSource_tDFC175F2BFB99D693583B1D52BB6857C73932914* __this, List_1_t5B06412E1CC59E5774C10EB7439C98F6C31449C3* ___0_value, const RuntimeMethod* method)
{
{
// public List<CanvasGroup> canvasGroups { get { return _canvasGroups; } set { _canvasGroups = value; } }
List_1_t5B06412E1CC59E5774C10EB7439C98F6C31449C3* L_0 = ___0_value;
__this->____canvasGroups_11 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->____canvasGroups_11), (void*)L_0);
// public List<CanvasGroup> canvasGroups { get { return _canvasGroups; } set { _canvasGroups = value; } }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR BlackboardSource_tDF1C560E163F6F63BE89278B7312A32BF329C89E* GraphSource_get_localBlackboard_mC798FB2AB8ECD11861EC4B429D386F1CB88C467F_inline (GraphSource_tDFC175F2BFB99D693583B1D52BB6857C73932914* __this, const RuntimeMethod* method)
{
{
// public BlackboardSource localBlackboard { get { return _localBlackboard; } set { _localBlackboard = value; } }
BlackboardSource_tDF1C560E163F6F63BE89278B7312A32BF329C89E* L_0 = __this->____localBlackboard_12;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void GraphSource_set_localBlackboard_m697EAC3F193AEA1112F9918ACB6151739DB05CAF_inline (GraphSource_tDFC175F2BFB99D693583B1D52BB6857C73932914* __this, BlackboardSource_tDF1C560E163F6F63BE89278B7312A32BF329C89E* ___0_value, const RuntimeMethod* method)
{
{
// public BlackboardSource localBlackboard { get { return _localBlackboard; } set { _localBlackboard = value; } }
BlackboardSource_tDF1C560E163F6F63BE89278B7312A32BF329C89E* L_0 = ___0_value;
__this->____localBlackboard_12 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->____localBlackboard_12), (void*)L_0);
// public BlackboardSource localBlackboard { get { return _localBlackboard; } set { _localBlackboard = value; } }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR List_1_t2338E7E26462DEE44946C327D8DE6718C0BFFC4D* GraphSource_get_allTasks_m88E334553E1B4561F8E0DACB4567EC2B8062FBC6_inline (GraphSource_tDFC175F2BFB99D693583B1D52BB6857C73932914* __this, const RuntimeMethod* method)
{
{
// public List<Task> allTasks { get; private set; }
List_1_t2338E7E26462DEE44946C327D8DE6718C0BFFC4D* L_0 = __this->___U3CallTasksU3Ek__BackingField_0;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR List_1_tAD83E1E173C28ABFECA64AA58E75072EF894EF92* GraphSource_get_allParameters_m4D491F3B3B1BC38C100132FCA0677386C5DF9E75_inline (GraphSource_tDFC175F2BFB99D693583B1D52BB6857C73932914* __this, const RuntimeMethod* method)
{
{
// public List<BBParameter> allParameters { get; private set; }
List_1_tAD83E1E173C28ABFECA64AA58E75072EF894EF92* L_0 = __this->___U3CallParametersU3Ek__BackingField_1;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR List_1_t619EB3258C7F1EBD15A485EA09888BE9FC87AC7E* GraphSource_get_connections_mAE8A0E236CE83203818C2DFEF0F01344A1B1B1C7_inline (GraphSource_tDFC175F2BFB99D693583B1D52BB6857C73932914* __this, const RuntimeMethod* method)
{
{
// public List<Connection> connections { get { return _connections; } private set { _connections = value; } }
List_1_t619EB3258C7F1EBD15A485EA09888BE9FC87AC7E* L_0 = __this->____connections_10;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* Graph_get_parentGraph_m31BB6F6E32D03D7744D095AF23DFB3F24426C6AB_inline (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, const RuntimeMethod* method)
{
{
// public Graph parentGraph { get; private set; }
Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* L_0 = __this->___U3CparentGraphU3Ek__BackingField_17;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Graph_get_lastUpdateFrame_m177B0BEE198F9D6A5B73939694F80BFCCC7667A0_inline (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, const RuntimeMethod* method)
{
{
// public int lastUpdateFrame { get; private set; }
int32_t L_0 = __this->___U3ClastUpdateFrameU3Ek__BackingField_20;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Graph_get_isRunning_m14C21438009A3DD223DA54AD983C886E5E3BBA18_inline (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, const RuntimeMethod* method)
{
{
// public bool isRunning { get; private set; }
bool L_0 = __this->___U3CisRunningU3Ek__BackingField_21;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* Graph_get_parentBlackboard_mB9267D486CB3132D8779D31C1FB3511BA54CBBB6_inline (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, const RuntimeMethod* method)
{
{
// public IBlackboard parentBlackboard { get; private set; }
RuntimeObject* L_0 = __this->___U3CparentBlackboardU3Ek__BackingField_25;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Graph_set_agent_mE91AA2243169F3853914EAFA0E353B2A9AAAF0D0_inline (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* ___0_value, const RuntimeMethod* method)
{
{
// public Component agent { get; private set; }
Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* L_0 = ___0_value;
__this->___U3CagentU3Ek__BackingField_24 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CagentU3Ek__BackingField_24), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Graph_set_parentBlackboard_m5057E995632D9D41599006EAC2FF7682ABC3F271_inline (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, RuntimeObject* ___0_value, const RuntimeMethod* method)
{
{
// public IBlackboard parentBlackboard { get; private set; }
RuntimeObject* L_0 = ___0_value;
__this->___U3CparentBlackboardU3Ek__BackingField_25 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CparentBlackboardU3Ek__BackingField_25), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void BlackboardSource_set_parent_mF0A3A945FFEE8F4F09514D016864A1BF6C671CB8_inline (BlackboardSource_tDF1C560E163F6F63BE89278B7312A32BF329C89E* __this, RuntimeObject* ___0_value, const RuntimeMethod* method)
{
{
// public IBlackboard parent { get; set; }
RuntimeObject* L_0 = ___0_value;
__this->___U3CparentU3Ek__BackingField_3 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CparentU3Ek__BackingField_3), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void BlackboardSource_set_propertiesBindTarget_mDC356C2F9DCC0400AC30420570E3C83089EFD334_inline (BlackboardSource_tDF1C560E163F6F63BE89278B7312A32BF329C89E* __this, Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* ___0_value, const RuntimeMethod* method)
{
{
// public Component propertiesBindTarget { get; set; }
Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* L_0 = ___0_value;
__this->___U3CpropertiesBindTargetU3Ek__BackingField_5 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CpropertiesBindTargetU3Ek__BackingField_5), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void BlackboardSource_set_unityContextObject_m5A66741ABA7881FBE8B8C1EC185983ED2CB06B5D_inline (BlackboardSource_tDF1C560E163F6F63BE89278B7312A32BF329C89E* __this, Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* ___0_value, const RuntimeMethod* method)
{
{
// public UnityEngine.Object unityContextObject { get; set; }
Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* L_0 = ___0_value;
__this->___U3CunityContextObjectU3Ek__BackingField_4 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CunityContextObjectU3Ek__BackingField_4), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Node_set_ID_mBEB98B3A6E2E6BC7D094CBE79B287CC90210EC18_inline (Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* __this, int32_t ___0_value, const RuntimeMethod* method)
{
{
// internal set { _ID = value; }
int32_t L_0 = ___0_value;
__this->____ID_7 = L_0;
// internal set { _ID = value; }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Graph_set_hasInitialized_mEC0A9F63926F7DE56E9717F927A61C622E61EE05_inline (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, bool ___0_value, const RuntimeMethod* method)
{
{
// private bool hasInitialized { get; set; }
bool L_0 = ___0_value;
__this->___U3ChasInitializedU3Ek__BackingField_13 = L_0;
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Graph_get_isPaused_m6022B8A4A55D37BB78C4C4255497B08D558E1294_inline (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, const RuntimeMethod* method)
{
{
// public bool isPaused { get; private set; }
bool L_0 = __this->___U3CisPausedU3Ek__BackingField_22;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Graph_get_hasInitialized_m21CC738CEBC9C077757E073A9F6FF5D75A79BEBE_inline (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, const RuntimeMethod* method)
{
{
// private bool hasInitialized { get; set; }
bool L_0 = __this->___U3ChasInitializedU3Ek__BackingField_13;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Graph_set_elapsedTime_m5CBC053B9E23A86D53966CC580E732921295A65A_inline (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, float ___0_value, const RuntimeMethod* method)
{
{
// public float elapsedTime { get; private set; }
float L_0 = ___0_value;
__this->___U3CelapsedTimeU3Ek__BackingField_18 = L_0;
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Graph_set_isRunning_mE58F68B92F3AB986898898F59D0C538BD711A81D_inline (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, bool ___0_value, const RuntimeMethod* method)
{
{
// public bool isRunning { get; private set; }
bool L_0 = ___0_value;
__this->___U3CisRunningU3Ek__BackingField_21 = L_0;
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Graph_set_isPaused_m9E8C911EBDD80D067298098E79E56975BBF847BF_inline (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, bool ___0_value, const RuntimeMethod* method)
{
{
// public bool isPaused { get; private set; }
bool L_0 = ___0_value;
__this->___U3CisPausedU3Ek__BackingField_22 = L_0;
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Graph_set_updateMode_m49477D00F419F9297434DD89E3E329E88E9F0FDB_inline (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, int32_t ___0_value, const RuntimeMethod* method)
{
{
// public UpdateMode updateMode { get; private set; }
int32_t L_0 = ___0_value;
__this->___U3CupdateModeU3Ek__BackingField_23 = L_0;
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Graph_get_updateMode_m52B8F58B53FD1023FBC45AD61BA61CB4B6F88F38_inline (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, const RuntimeMethod* method)
{
{
// public UpdateMode updateMode { get; private set; }
int32_t L_0 = __this->___U3CupdateModeU3Ek__BackingField_23;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Graph_set_deltaTime_m5199424C706FD47C781A1310532D8A5152F010B8_inline (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, float ___0_value, const RuntimeMethod* method)
{
{
// public float deltaTime { get; private set; }
float L_0 = ___0_value;
__this->___U3CdeltaTimeU3Ek__BackingField_19 = L_0;
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Graph_get_elapsedTime_mD78F82F612A65CBFC791A3D27DCFDB8A600D0F44_inline (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, const RuntimeMethod* method)
{
{
// public float elapsedTime { get; private set; }
float L_0 = __this->___U3CelapsedTimeU3Ek__BackingField_18;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Graph_set_lastUpdateFrame_m1799249C8CDEEFCBD74C76A5FAB2F24B8BF9AE07_inline (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, int32_t ___0_value, const RuntimeMethod* method)
{
{
// public int lastUpdateFrame { get; private set; }
int32_t L_0 = ___0_value;
__this->___U3ClastUpdateFrameU3Ek__BackingField_20 = L_0;
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Variable_t60C01143D3B1491B2FFEB305052C327D03DDF4AA* BBParameter_get_varRef_mD0DDBD4F6D0CF79AB5B1227FD5D3FCB56F19F919_inline (BBParameter_tD717AF8560E573DF3DA925034F257F669CDDBA60* __this, const RuntimeMethod* method)
{
{
// get { return _varRef; }
Variable_t60C01143D3B1491B2FFEB305052C327D03DDF4AA* L_0 = __this->____varRef_3;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* Task_get_ownerSystem_m980F955CAD5DE771E19FA231DA402096BF9B9233_inline (Task_tF05C1B448C98EDD5D7E9E23660FCEAC40348A284* __this, const RuntimeMethod* method)
{
{
// get { return _ownerSystem; }
RuntimeObject* L_0 = __this->____ownerSystem_2;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* BlackboardSource_get_unityContextObject_m938AC1ADFD91BCDDBAD024692CC86BBB3E1BB47C_inline (BlackboardSource_tDF1C560E163F6F63BE89278B7312A32BF329C89E* __this, const RuntimeMethod* method)
{
{
// public UnityEngine.Object unityContextObject { get; set; }
Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* L_0 = __this->___U3CunityContextObjectU3Ek__BackingField_4;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Element_t3ABE015B81AFFE208F4314A4A588E9E7EFD63407* Graph_get_flatMetaGraph_m482C52F589DB9EFA15EF38DFAEF560088617117A_inline (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, const RuntimeMethod* method)
{
{
// private HierarchyTree.Element flatMetaGraph { get; set; }
Element_t3ABE015B81AFFE208F4314A4A588E9E7EFD63407* L_0 = __this->___U3CflatMetaGraphU3Ek__BackingField_14;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Element_t3ABE015B81AFFE208F4314A4A588E9E7EFD63407* Graph_get_fullMetaGraph_m454E575035CF587A3D5B9AA64431351EFA8195F3_inline (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, const RuntimeMethod* method)
{
{
// private HierarchyTree.Element fullMetaGraph { get; set; }
Element_t3ABE015B81AFFE208F4314A4A588E9E7EFD63407* L_0 = __this->___U3CfullMetaGraphU3Ek__BackingField_15;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Node_get_ID_m1C2CE6645F79C1FBCFDEA0B2CBAE95EB3A7C0E26_inline (Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* __this, const RuntimeMethod* method)
{
{
// get { return _ID; }
int32_t L_0 = __this->____ID_7;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Element_t3ABE015B81AFFE208F4314A4A588E9E7EFD63407* Graph_get_nestedMetaGraph_mA3912216F9666729BC34482239E956EE119DE6AE_inline (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, const RuntimeMethod* method)
{
{
// private HierarchyTree.Element nestedMetaGraph { get; set; }
Element_t3ABE015B81AFFE208F4314A4A588E9E7EFD63407* L_0 = __this->___U3CnestedMetaGraphU3Ek__BackingField_16;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Vector2_op_Inequality_mBEA93B5A0E954FEFB863DC61CB209119980EC713_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___0_lhs, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___1_rhs, const RuntimeMethod* method)
{
bool V_0 = false;
{
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_0 = ___0_lhs;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_1 = ___1_rhs;
bool L_2;
L_2 = Vector2_op_Equality_m6F2E069A50E787D131261E5CB25FC9E03F95B5E1_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 void Node_set_position_m344223FBF8B08FBF88CB9FEB05B6B7EEA24E4033_inline (Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* __this, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___0_value, const RuntimeMethod* method)
{
{
// set { _position = value; }
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_0 = ___0_value;
__this->____position_3 = L_0;
// set { _position = value; }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Node_get_position_mB0B0C10C0BEEBD82E7CCEB0F01D1BFA95EFFB429_inline (Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* __this, const RuntimeMethod* method)
{
{
// get { return _position; }
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_0 = __this->____position_3;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Vector2_op_Subtraction_m44475FCDAD2DA2F98D78A6625EC2DCDFE8803837_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___0_a, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___1_b, 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;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_2 = ___1_b;
float L_3 = L_2.___x_0;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_4 = ___0_a;
float L_5 = L_4.___y_1;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_6 = ___1_b;
float L_7 = L_6.___y_1;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_8;
memset((&L_8), 0, sizeof(L_8));
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_8), ((float)il2cpp_codegen_subtract(L_1, L_3)), ((float)il2cpp_codegen_subtract(L_5, L_7)), /*hidden argument*/NULL);
V_0 = L_8;
goto IL_0023;
}
IL_0023:
{
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_9 = V_0;
return L_9;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR List_1_t91EDD67AF63284D37C24863790C26947C3D343A8* GraphOwner_get_exposedParameters_m3FE7EA23CC9CC34677110F36778CCE56A6266261_inline (GraphOwner_t403B42955FE2A2C62A9578A7E1ED47FF1B39A37F* __this, const RuntimeMethod* method)
{
{
// public List<ExposedParameter> exposedParameters { get; set; }
List_1_t91EDD67AF63284D37C24863790C26947C3D343A8* L_0 = __this->___U3CexposedParametersU3Ek__BackingField_5;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void GraphOwner_set_exposedParameters_mA46FCAD27A4E30D5E7F2845F53BCB071FA9A40CC_inline (GraphOwner_t403B42955FE2A2C62A9578A7E1ED47FF1B39A37F* __this, List_1_t91EDD67AF63284D37C24863790C26947C3D343A8* ___0_value, const RuntimeMethod* method)
{
{
// public List<ExposedParameter> exposedParameters { get; set; }
List_1_t91EDD67AF63284D37C24863790C26947C3D343A8* L_0 = ___0_value;
__this->___U3CexposedParametersU3Ek__BackingField_5 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CexposedParametersU3Ek__BackingField_5), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* GraphOwner_get_boundGraphSerialization_m74C20573C1B785DF8015007E3129552ABF753DEB_inline (GraphOwner_t403B42955FE2A2C62A9578A7E1ED47FF1B39A37F* __this, const RuntimeMethod* method)
{
{
// get { return _boundGraphSerialization; }
String_t* L_0 = __this->____boundGraphSerialization_8;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool GraphOwner_get_initialized_m73E4E0A67B1DC7B003E3C32F022FBAB33D8E9CAC_inline (GraphOwner_t403B42955FE2A2C62A9578A7E1ED47FF1B39A37F* __this, const RuntimeMethod* method)
{
{
// public bool initialized { get; private set; }
bool L_0 = __this->___U3CinitializedU3Ek__BackingField_18;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR GraphSource_tDFC175F2BFB99D693583B1D52BB6857C73932914* GraphOwner_get_boundGraphSource_m6DD86AFF545200BBD114081E22DC5DC6363A654A_inline (GraphOwner_t403B42955FE2A2C62A9578A7E1ED47FF1B39A37F* __this, const RuntimeMethod* method)
{
{
// get { return _boundGraphSource; }
GraphSource_tDFC175F2BFB99D693583B1D52BB6857C73932914* L_0 = __this->____boundGraphSource_10;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR List_1_t9A2E2984B23260AECDFA90CEB1F2887075FA4DF3* GraphOwner_get_boundGraphObjectReferences_m7C3850E945CEDCB52B3B766A0D8B51FECA594484_inline (GraphOwner_t403B42955FE2A2C62A9578A7E1ED47FF1B39A37F* __this, const RuntimeMethod* method)
{
{
// get { return _boundGraphObjectReferences; }
List_1_t9A2E2984B23260AECDFA90CEB1F2887075FA4DF3* L_0 = __this->____boundGraphObjectReferences_9;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR GraphSource_tDFC175F2BFB99D693583B1D52BB6857C73932914* Graph_GetGraphSource_m798C5E088A38D293E865E8D471E08BC61CBD471F_inline (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, const RuntimeMethod* method)
{
{
// public GraphSource GetGraphSource() { return _graphSource; }
GraphSource_tDFC175F2BFB99D693583B1D52BB6857C73932914* L_0 = __this->____graphSource_6;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* Graph_GetSerializedJsonData_m6026D4C8277466B69500277807128027791A7C83_inline (Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* __this, const RuntimeMethod* method)
{
{
// public string GetSerializedJsonData() { return _serializedGraph; }
String_t* L_0 = __this->____serializedGraph_4;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool GraphOwner_get_preInitializeSubGraphs_mB185310FDE5B4AB973E6E99C5F54D2137AC70338_inline (GraphOwner_t403B42955FE2A2C62A9578A7E1ED47FF1B39A37F* __this, const RuntimeMethod* method)
{
{
// get { return _preInitializeSubGraphs; }
bool L_0 = __this->____preInitializeSubGraphs_15;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t GraphOwner_get_firstActivation_m9325EDFA6A6AD13273FBD21225C7B6B8D8F531E6_inline (GraphOwner_t403B42955FE2A2C62A9578A7E1ED47FF1B39A37F* __this, const RuntimeMethod* method)
{
{
// get { return _firstActivation; }
int32_t L_0 = __this->____firstActivation_11;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void GraphOwner_set_initialized_m3B720B9AFC4AE2D702178D93C59515B54EC79EFA_inline (GraphOwner_t403B42955FE2A2C62A9578A7E1ED47FF1B39A37F* __this, bool ___0_value, const RuntimeMethod* method)
{
{
// public bool initialized { get; private set; }
bool L_0 = ___0_value;
__this->___U3CinitializedU3Ek__BackingField_18 = L_0;
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool GraphOwner_get_enableCalled_m4ECA02587C68F17D85F3991E584F050F5FB4B7FA_inline (GraphOwner_t403B42955FE2A2C62A9578A7E1ED47FF1B39A37F* __this, const RuntimeMethod* method)
{
{
// public bool enableCalled { get; private set; }
bool L_0 = __this->___U3CenableCalledU3Ek__BackingField_19;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t GraphOwner_get_enableAction_m79EEF23358CCCBF4DA6F01A9B762A4ED46B77A5A_inline (GraphOwner_t403B42955FE2A2C62A9578A7E1ED47FF1B39A37F* __this, const RuntimeMethod* method)
{
{
// get { return _enableAction; }
int32_t L_0 = __this->____enableAction_12;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void GraphOwner_set_enableCalled_m6FCE665C2E02A955AE14D44D5FDC80AB09C906FC_inline (GraphOwner_t403B42955FE2A2C62A9578A7E1ED47FF1B39A37F* __this, bool ___0_value, const RuntimeMethod* method)
{
{
// public bool enableCalled { get; private set; }
bool L_0 = ___0_value;
__this->___U3CenableCalledU3Ek__BackingField_19 = L_0;
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void GraphOwner_set_startCalled_m9ADBC9F3B7A68FBBAF46667C44102BA4E99E2B67_inline (GraphOwner_t403B42955FE2A2C62A9578A7E1ED47FF1B39A37F* __this, bool ___0_value, const RuntimeMethod* method)
{
{
// public bool startCalled { get; private set; }
bool L_0 = ___0_value;
__this->___U3CstartCalledU3Ek__BackingField_20 = L_0;
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t GraphOwner_get_disableAction_m4242B22B4A13F33637079BC4F712BEDCF1C1485D_inline (GraphOwner_t403B42955FE2A2C62A9578A7E1ED47FF1B39A37F* __this, const RuntimeMethod* method)
{
{
// get { return _disableAction; }
int32_t L_0 = __this->____disableAction_13;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* BBMappingParameter_get_targetSubGraphVariableID_mA94C80599DE1E9D141FDE407F5FF35C076B0329C_inline (BBMappingParameter_t271BF3D15F27980230AA7D18791AD2E533D6114A* __this, const RuntimeMethod* method)
{
{
// public string targetSubGraphVariableID => _targetSubGraphVariableID;
String_t* L_0 = __this->____targetSubGraphVariableID_10;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool BBMappingParameter_get_canWrite_mE8F951FE54EE28A20618124DA221E18681CCD477_inline (BBMappingParameter_t271BF3D15F27980230AA7D18791AD2E533D6114A* __this, const RuntimeMethod* method)
{
{
// public bool canWrite { get { return _canWrite; } set { _canWrite = value; } }
bool L_0 = __this->____canWrite_12;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool BBMappingParameter_get_canRead_m68BE9996096F8EB2C2F55F3433D3A822C7B3C975_inline (BBMappingParameter_t271BF3D15F27980230AA7D18791AD2E533D6114A* __this, const RuntimeMethod* method)
{
{
// public bool canRead { get { return _canRead; } set { _canRead = value; } }
bool L_0 = __this->____canRead_11;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* Node_get_customName_m1A71FF743F6F47999FB07420D7E5F4E4261F1AA5_inline (Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* __this, const RuntimeMethod* method)
{
{
// get { return _name; }
String_t* L_0 = __this->____name_1;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Node_set_customName_m10E8409F84282D831782408F72673D81EB52601A_inline (Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* __this, String_t* ___0_value, const RuntimeMethod* method)
{
{
// set { _name = value; }
String_t* L_0 = ___0_value;
__this->____name_1 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->____name_1), (void*)L_0);
// set { _name = value; }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Node_set_timeStarted_mD399976DE3E986FB52434EFE1AFC690A2FE6167C_inline (Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* __this, float ___0_value, const RuntimeMethod* method)
{
{
// private float timeStarted { get; set; }
float L_0 = ___0_value;
__this->___U3CtimeStartedU3Ek__BackingField_14 = L_0;
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Node_get_timeStarted_mDEFE149F16374A2DBF558340D7B6CE6A3F9D01F6_inline (Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* __this, const RuntimeMethod* method)
{
{
// private float timeStarted { get; set; }
float L_0 = __this->___U3CtimeStartedU3Ek__BackingField_14;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Node_set_graph_m8F7AFEA266E9BC7F8D774CE1A2C935C7963D44DD_inline (Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* __this, Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* ___0_value, const RuntimeMethod* method)
{
{
// internal set { _graph = value; }
Graph_tB1CBC9173527C9E453E52B1C7DE2F39E44CF9032* L_0 = ___0_value;
__this->____graph_6 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->____graph_6), (void*)L_0);
// internal set { _graph = value; }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Vector2_op_Addition_m8136742CE6EE33BA4EB81C5F584678455917D2AE_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___0_a, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___1_b, 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;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_2 = ___1_b;
float L_3 = L_2.___x_0;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_4 = ___0_a;
float L_5 = L_4.___y_1;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_6 = ___1_b;
float L_7 = L_6.___y_1;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_8;
memset((&L_8), 0, sizeof(L_8));
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_8), ((float)il2cpp_codegen_add(L_1, L_3)), ((float)il2cpp_codegen_add(L_5, L_7)), /*hidden argument*/NULL);
V_0 = L_8;
goto IL_0023;
}
IL_0023:
{
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_9 = V_0;
return L_9;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Node_get_isChecked_m60774AAD4452C09C4558E27BF34AB706086FE4F1_inline (Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* __this, const RuntimeMethod* method)
{
{
// private bool isChecked { get; set; }
bool L_0 = __this->___U3CisCheckedU3Ek__BackingField_15;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Node_set_isChecked_mED281983153E5C31D31E045DFFCFAE737B9562A8_inline (Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* __this, bool ___0_value, const RuntimeMethod* method)
{
{
// private bool isChecked { get; set; }
bool L_0 = ___0_value;
__this->___U3CisCheckedU3Ek__BackingField_15 = L_0;
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* Node_get_tag_m189542735248F2BE38EE5901A2408C27DD3D509C_inline (Node_tFE79C2F3D9D517984CDDFAD382448FF70E5B4FB8* __this, const RuntimeMethod* method)
{
{
// get { return _tag; }
String_t* L_0 = __this->____tag_2;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* KeyValuePair_2_get_Key_mBD8EA7557C27E6956F2AF29DA3F7499B2F51A282_gshared_inline (KeyValuePair_2_tFC32D2507216293851350D29B64D79F950B55230* __this, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = (RuntimeObject*)__this->___key_0;
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_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 void DTNodeNested_1_set_currentInstance_mD1FF65ECF13475C261B2533C25A6153E40307E43_gshared_inline (DTNodeNested_1_tD3A1B9F370EDEAC49FCDEC4E636B09F6FF44E5BF* __this, RuntimeObject* ___0_value, const RuntimeMethod* method)
{
{
// public T currentInstance { get; set; }
RuntimeObject* L_0 = ___0_value;
__this->___U3CcurrentInstanceU3Ek__BackingField_20 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CcurrentInstanceU3Ek__BackingField_20), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* DTNodeNested_1_get_currentInstance_m326493D522222570933A78BDD6C54DC744413183_gshared_inline (DTNodeNested_1_tD3A1B9F370EDEAC49FCDEC4E636B09F6FF44E5BF* __this, const RuntimeMethod* method)
{
{
// public T currentInstance { get; set; }
RuntimeObject* L_0 = (RuntimeObject*)__this->___U3CcurrentInstanceU3Ek__BackingField_20;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR KeyValuePair_2_tFC32D2507216293851350D29B64D79F950B55230 Enumerator_get_Current_mE3475384B761E1C7971D3639BD09117FE8363422_gshared_inline (Enumerator_tEA93FE2B778D098F590CA168BEFC4CD85D73A6B9* __this, const RuntimeMethod* method)
{
{
KeyValuePair_2_tFC32D2507216293851350D29B64D79F950B55230 L_0 = (KeyValuePair_2_tFC32D2507216293851350D29B64D79F950B55230)__this->____current_3;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* KeyValuePair_2_get_Value_mC6BD8075F9C9DDEF7B4D731E5C38EC19103988E7_gshared_inline (KeyValuePair_2_tFC32D2507216293851350D29B64D79F950B55230* __this, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = (RuntimeObject*)__this->___value_1;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* Enumerator_get_Current_m3D1077E7359AFFD5D8B1E52C5E47BA67581D2413_gshared_inline (Enumerator_t0EF9FB8013961DF612AC6D349B739450CA287820* __this, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = (RuntimeObject*)__this->____currentKey_3;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR KeyValuePair_2_tF11CA6D20F09EC4DAB7CB3C2C394F6F2C394E6B8 Enumerator_get_Current_mBE91823E27777785B42DB31E7A8E63EB596453D1_gshared_inline (Enumerator_t2F28D1CFE62CD55B7184C7D9DD43CCC9C03CC5EF* __this, const RuntimeMethod* method)
{
{
KeyValuePair_2_tF11CA6D20F09EC4DAB7CB3C2C394F6F2C394E6B8 L_0 = (KeyValuePair_2_tF11CA6D20F09EC4DAB7CB3C2C394F6F2C394E6B8)__this->____current_3;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* KeyValuePair_2_get_Key_mADC45FA05C759E6F88D7DADDFE0C0E1ADBB3E501_gshared_inline (KeyValuePair_2_tF11CA6D20F09EC4DAB7CB3C2C394F6F2C394E6B8* __this, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = (RuntimeObject*)__this->___key_0;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t KeyValuePair_2_get_Value_m7A836D9634814B22DF33AD801EA10741ABFBDFE2_gshared_inline (KeyValuePair_2_tF11CA6D20F09EC4DAB7CB3C2C394F6F2C394E6B8* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = (int32_t)__this->___value_1;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Action_1_Invoke_mAC3C34BA1905AB5B79E483CD9BB082B7D667F703_gshared_inline (Action_1_tD69A6DC9FBE94131E52F5A73B2A9D4AB51EEC404* __this, int32_t ___0_obj, const RuntimeMethod* method)
{
typedef void (*FunctionPointerType) (RuntimeObject*, int32_t, const RuntimeMethod*);
((FunctionPointerType)__this->___invoke_impl_1)((Il2CppObject*)__this->___method_code_6, ___0_obj, reinterpret_cast<RuntimeMethod*>(__this->___method_3));
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Action_2_Invoke_m3BFB5987F7235AEF25980B76D635DBD5B56B0F7A_gshared_inline (Action_2_t9C4E97D0565650F0AEF7C72077EB8A0F9326E40B* __this, RuntimeObject* ___0_arg1, int32_t ___1_arg2, const RuntimeMethod* method)
{
typedef void (*FunctionPointerType) (RuntimeObject*, RuntimeObject*, int32_t, const RuntimeMethod*);
((FunctionPointerType)__this->___invoke_impl_1)((Il2CppObject*)__this->___method_code_6, ___0_arg1, ___1_arg2, reinterpret_cast<RuntimeMethod*>(__this->___method_3));
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Add_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 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 RuntimeObject* BTNodeNested_1_get_currentInstance_mCA58722703351AEDD8DBA962677E9F6B71056022_gshared_inline (BTNodeNested_1_t0CEABCD7D52C61C6942C0788F0EDFCF04123DEF7* __this, const RuntimeMethod* method)
{
{
// public T currentInstance { get; set; }
RuntimeObject* L_0 = (RuntimeObject*)__this->___U3CcurrentInstanceU3Ek__BackingField_18;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Action_1_Invoke_mF2422B2DD29F74CE66F791C3F68E288EC7C3DB9E_gshared_inline (Action_1_t6F9EB113EB3F16226AEF811A2744F4111C116C87* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method)
{
typedef void (*FunctionPointerType) (RuntimeObject*, RuntimeObject*, const RuntimeMethod*);
((FunctionPointerType)__this->___invoke_impl_1)((Il2CppObject*)__this->___method_code_6, ___0_obj, reinterpret_cast<RuntimeMethod*>(__this->___method_3));
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR 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 void Action_1_Invoke_m69C8773D6967F3B224777183E24EA621CE056F8F_gshared_inline (Action_1_t10DCB0C07D0D3C565CEACADC80D1152B35A45F6C* __this, bool ___0_obj, const RuntimeMethod* method)
{
typedef void (*FunctionPointerType) (RuntimeObject*, bool, const RuntimeMethod*);
((FunctionPointerType)__this->___invoke_impl_1)((Il2CppObject*)__this->___method_code_6, ___0_obj, reinterpret_cast<RuntimeMethod*>(__this->___method_3));
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* Enumerator_get_Current_mB407E755F3B4C51C54D24338D00A352E5B16E7F3_gshared_inline (Enumerator_t44124D16E0B2F7308FF4069BE06369B5A83896EB* __this, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = (RuntimeObject*)__this->____currentValue_3;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR KeyValuePair_2_tE4364B5601CC30D4BA2F932B2EC3F5B702B9D494 Enumerator_get_Current_mC63724EBDE6D1F18D2D9B4FE8E70AFFE8B20FC4F_gshared_inline (Enumerator_t5E5BE7D0520A4FFF228FF0DD919703607E54D0C4* __this, const RuntimeMethod* method)
{
{
KeyValuePair_2_tE4364B5601CC30D4BA2F932B2EC3F5B702B9D494 L_0 = (KeyValuePair_2_tE4364B5601CC30D4BA2F932B2EC3F5B702B9D494)__this->____current_3;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR KeyValuePair_2_tA6BE5EEAC56CB97CB7383FCC3CC6C84FAF129189 KeyValuePair_2_get_Value_m59EC9495A559A77FE8C5EC4323AAA3FE92E37318_gshared_inline (KeyValuePair_2_tE4364B5601CC30D4BA2F932B2EC3F5B702B9D494* __this, const RuntimeMethod* method)
{
{
KeyValuePair_2_tA6BE5EEAC56CB97CB7383FCC3CC6C84FAF129189 L_0 = (KeyValuePair_2_tA6BE5EEAC56CB97CB7383FCC3CC6C84FAF129189)__this->___value_1;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t KeyValuePair_2_get_Value_m83DA000FF3605DAD9160D02FB36863DF77DB468A_gshared_inline (KeyValuePair_2_tA6BE5EEAC56CB97CB7383FCC3CC6C84FAF129189* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = (int32_t)__this->___value_1;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t KeyValuePair_2_get_Key_m5A886C4B3E54DEA04D456E49D7FB92A4545FCD8F_gshared_inline (KeyValuePair_2_tA6BE5EEAC56CB97CB7383FCC3CC6C84FAF129189* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = (int32_t)__this->___key_0;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* KeyValuePair_2_get_Key_m2BE92F1404D5E39C45DE15F37488A572D96C7863_gshared_inline (KeyValuePair_2_tE4364B5601CC30D4BA2F932B2EC3F5B702B9D494* __this, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = (RuntimeObject*)__this->___key_0;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Stack_1_get_Count_mD08AE71D49787D30DDD9D484BCD323D646744D2E_gshared_inline (Stack_1_tAD790A47551563636908E21E4F08C54C0C323EB5* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = (int32_t)__this->____size_1;
return L_0;
}
}
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 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 bool Vector2_op_Equality_m6F2E069A50E787D131261E5CB25FC9E03F95B5E1_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___0_lhs, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___1_rhs, const RuntimeMethod* method)
{
float V_0 = 0.0f;
float V_1 = 0.0f;
bool V_2 = false;
{
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_0 = ___0_lhs;
float L_1 = L_0.___x_0;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_2 = ___1_rhs;
float L_3 = L_2.___x_0;
V_0 = ((float)il2cpp_codegen_subtract(L_1, L_3));
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_4 = ___0_lhs;
float L_5 = L_4.___y_1;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_6 = ___1_rhs;
float L_7 = L_6.___y_1;
V_1 = ((float)il2cpp_codegen_subtract(L_5, L_7));
float L_8 = V_0;
float L_9 = V_0;
float L_10 = V_1;
float L_11 = V_1;
V_2 = (bool)((((float)((float)il2cpp_codegen_add(((float)il2cpp_codegen_multiply(L_8, L_9)), ((float)il2cpp_codegen_multiply(L_10, L_11))))) < ((float)(9.99999944E-11f)))? 1 : 0);
goto IL_002e;
}
IL_002e:
{
bool L_12 = V_2;
return L_12;
}
}