31289 lines
1.6 MiB
31289 lines
1.6 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, 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 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);
|
|
}
|
|
};
|
|
struct InterfaceActionInvoker0
|
|
{
|
|
typedef void (*Action)(void*, const RuntimeMethod*);
|
|
|
|
static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
|
|
((Action)invokeData.methodPtr)(obj, invokeData.method);
|
|
}
|
|
};
|
|
template <typename R>
|
|
struct InterfaceFuncInvoker0
|
|
{
|
|
typedef R (*Func)(void*, const RuntimeMethod*);
|
|
|
|
static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
|
|
return ((Func)invokeData.methodPtr)(obj, invokeData.method);
|
|
}
|
|
};
|
|
struct InvokerActionInvoker0
|
|
{
|
|
static inline void Invoke (Il2CppMethodPointer methodPtr, const RuntimeMethod* method, void* obj)
|
|
{
|
|
method->invoker_method(methodPtr, method, obj, NULL, NULL);
|
|
}
|
|
};
|
|
template <typename T1>
|
|
struct InvokerActionInvoker1;
|
|
template <typename T1>
|
|
struct InvokerActionInvoker1<T1*>
|
|
{
|
|
static inline void Invoke (Il2CppMethodPointer methodPtr, const RuntimeMethod* method, void* obj, T1* p1)
|
|
{
|
|
void* params[1] = { p1 };
|
|
method->invoker_method(methodPtr, method, obj, params, NULL);
|
|
}
|
|
};
|
|
|
|
// DungeonArchitect.Utils.BlackboardDatabase`1<System.Int32>
|
|
struct BlackboardDatabase_1_tF6BBF6273855B129F95CAFE2F765D24B5B70FC72;
|
|
// DungeonArchitect.Utils.BlackboardDatabase`1<DungeonArchitect.IntVector>
|
|
struct BlackboardDatabase_1_tAD075DE2546B5A614DB5F44C12D1BB35DAFCC260;
|
|
// DungeonArchitect.Utils.BlackboardDatabase`1<System.Single>
|
|
struct BlackboardDatabase_1_tB832A6F97B1D095490FF9B70B7E4C978FED46355;
|
|
// DungeonArchitect.Utils.BlackboardDatabase`1<System.String>
|
|
struct BlackboardDatabase_1_tAFAA73C37E560BACCAD590E452728043822C87FE;
|
|
// DungeonArchitect.Utils.BlackboardDatabase`1<UnityEngine.Vector3>
|
|
struct BlackboardDatabase_1_tAB707473BF382E39EB0C239AEC422BF52206FA16;
|
|
// System.Collections.Generic.Dictionary`2<System.Int32,System.Collections.Generic.Dictionary`2<System.Int32,DungeonArchitect.Builders.Grid.GridCellInfo>>
|
|
struct Dictionary_2_t1E4AAB19CD6B804B64AFAA5EBEFC031CA7775223;
|
|
// System.Collections.Generic.Dictionary`2<System.Int32,System.Collections.Generic.HashSet`1<UnityEngine.GameObject>>
|
|
struct Dictionary_2_t1657FC7D0CA5A01CEBBC689FF06E62E88BF18B41;
|
|
// System.Collections.Generic.Dictionary`2<System.Int32,System.Collections.Generic.List`1<DungeonArchitect.Builders.Grid.StairInfo>>
|
|
struct Dictionary_2_t1A5C7F5B67FB590E1188CB1637FE5572D8772941;
|
|
// System.Collections.Generic.Dictionary`2<System.Int32,System.Collections.Generic.List`1<DungeonArchitect.Builders.FloorPlan.FloorPlanBuilder/FloorIslandAdjacency>>
|
|
struct Dictionary_2_t9B6AC42299E71EECA8A4C0499C6DDE4C2E4522A8;
|
|
// System.Collections.Generic.Dictionary`2<System.Int32,UnityEngine.GameObject[]>
|
|
struct Dictionary_2_tA67244141E978011D16C324808EB61B56151233E;
|
|
// System.Collections.Generic.Dictionary`2<System.Int32,DungeonArchitect.Builders.Grid.Cell>
|
|
struct Dictionary_2_t3EFEE226B11F638A8B2F7F047C2D16B631714386;
|
|
// System.Collections.Generic.Dictionary`2<System.Int32,DungeonArchitect.LevelStreaming.DungeonItemGroupInfo>
|
|
struct Dictionary_2_t69BADD77B37C0499DACC2ACF275CBA1EBA2AE22A;
|
|
// System.Collections.Generic.Dictionary`2<System.Int32,DungeonArchitect.Builders.FloorPlan.FloorChunk>
|
|
struct Dictionary_2_tAEA84C7C44DD92B642158B354A5873A02D010B7B;
|
|
// System.Collections.Generic.Dictionary`2<System.Int32,DungeonArchitect.Builders.Grid.GridCellInfo>
|
|
struct Dictionary_2_t53B49FABD4B9D0B6192535AB9D483840D5EB99DB;
|
|
// System.Collections.Generic.Dictionary`2<System.Int32,System.Int32>
|
|
struct Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180;
|
|
// System.Collections.Generic.Dictionary`2<System.Int32,System.Object>
|
|
struct Dictionary_2_tA75D1125AC9BE8F005BA9B868B373398E643C907;
|
|
// System.Collections.Generic.Dictionary`2<System.Int32,DungeonArchitect.RoadNetworks.RoadGraphBuildNode>
|
|
struct Dictionary_2_t85E6F2F0D863E7AC43ECD6206B35F522AD15EC51;
|
|
// System.Collections.Generic.Dictionary`2<System.Int32,DungeonArchitect.RoadNetworks.RoadGraphNode>
|
|
struct Dictionary_2_t8D6A7A700F96E1A61157A5FEBCCD03E7AA57E00E;
|
|
// System.Collections.Generic.Dictionary`2<System.Int32,DungeonArchitect.Builders.FloorPlan.FloorChunkDB/FChunkCacheNode>
|
|
struct Dictionary_2_tDB52B2F94418CB3A97A8FF2E2378A3C67ABEDDCC;
|
|
// System.Collections.Generic.Dictionary`2<DungeonArchitect.IntVector,System.Collections.Generic.HashSet`1<DungeonArchitect.IntVector>>
|
|
struct Dictionary_2_t0A29C7F6E2FC79FA63F0CF7886E5407F4324D526;
|
|
// System.Collections.Generic.Dictionary`2<DungeonArchitect.IntVector,System.Object>
|
|
struct Dictionary_2_tD355634D8C6BD623CA0EA91DDC08BB5C650FC3D8;
|
|
// System.Collections.Generic.Dictionary`2<DungeonArchitect.IntVector,DungeonArchitect.Builders.FloorPlan.FloorPlanBuilder/FloorIslandNode>
|
|
struct Dictionary_2_tAEC15228CF936EF6CBEA3DA55EBD9B73E9821F78;
|
|
// System.Collections.Generic.Dictionary`2<DungeonArchitect.IntVector2,System.Collections.Generic.List`1<UnityEngine.Vector3>>
|
|
struct Dictionary_2_t10BD0B6C508CB4471BF107ECB9DC511E2BFA861E;
|
|
// System.Collections.Generic.Dictionary`2<DungeonArchitect.IntVector2,System.Object>
|
|
struct Dictionary_2_tA27C0DD25873C548F8AFBA67CD49F2CD8492DF93;
|
|
// System.Collections.Generic.Dictionary`2<DungeonArchitect.Builders.Grid.IntVector2Key,DungeonArchitect.Builders.Grid.CellDoor>
|
|
struct Dictionary_2_tF902D5EE5DE455988365F63F4B9C04E6B35303BC;
|
|
// System.Collections.Generic.Dictionary`2<DungeonArchitect.Builders.Grid.IntVector2Key,System.Object>
|
|
struct Dictionary_2_t591C28D7D31AE9E2D7558F9A953AC835E74132E6;
|
|
// System.Collections.Generic.Dictionary`2<System.Object,System.Object>
|
|
struct Dictionary_2_t14FE4A752A83D53771C584E4C8D14E01F2AFD7BA;
|
|
// System.Collections.Generic.Dictionary`2<System.String,System.Collections.Generic.HashSet`1<DungeonArchitect.IntVector>>
|
|
struct Dictionary_2_t280F5352954FEFD23A66FD58FCF640789C686B5B;
|
|
// System.Collections.Generic.Dictionary`2<System.String,System.Single>
|
|
struct Dictionary_2_tFF5BAE20C79FF62D8212212465EDB4D26909FFE9;
|
|
// System.Func`2<UnityEngine.Vector2,System.Single>
|
|
struct Func_2_t768E45AC224B8B0A2FF0AF51561075C9EA671111;
|
|
// System.Collections.Generic.HashSet`1<UnityEngine.GameObject>
|
|
struct HashSet_1_tAA6C1F6337C1D573AEC249E1B9B43BFCADF908F2;
|
|
// System.Collections.Generic.HashSet`1<System.Int32>
|
|
struct HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2;
|
|
// System.Collections.Generic.HashSet`1<DungeonArchitect.IntVector>
|
|
struct HashSet_1_tA1EF3184AD46B7255ABC462FA85BEA5168966215;
|
|
// System.Collections.Generic.HashSet`1<System.Object>
|
|
struct HashSet_1_t2F33BEB06EEA4A872E2FAF464382422AA39AE885;
|
|
// System.Collections.Generic.IComparer`1<System.Int32>
|
|
struct IComparer_1_t4483F9B9F43C7B0F8D4FEEAE12FAFDD3F9CF81FD;
|
|
// System.Collections.Generic.IEnumerable`1<DungeonArchitect.Builders.FloorPlan.FloorChunk>
|
|
struct IEnumerable_1_t8832FA42157A25591F788A22469EDD9B8FA5EEBF;
|
|
// System.Collections.Generic.IEnumerable`1<UnityEngine.GameObject>
|
|
struct IEnumerable_1_t73E24A3585FE00B560A12D422A7066F996ACD0A0;
|
|
// System.Collections.Generic.IEnumerable`1<System.Int32>
|
|
struct IEnumerable_1_tCE758D940790D6D0D56B457E522C195F8C413AF2;
|
|
// System.Collections.Generic.IEnumerable`1<System.Object>
|
|
struct IEnumerable_1_tF95C9E01A913DD50575531C8305932628663D9E9;
|
|
// System.Collections.Generic.IEnumerable`1<UnityEngine.TerrainLayer>
|
|
struct IEnumerable_1_tFF061A9026619AE9CDDB0428E268D9D243611A8F;
|
|
// System.Collections.Generic.IEnumerator`1<DungeonArchitect.PropSocket>
|
|
struct IEnumerator_1_t844FE973E8C3E7E004050D607560E134C7C3C2F1;
|
|
// System.Collections.Generic.IEqualityComparer`1<UnityEngine.GameObject>
|
|
struct IEqualityComparer_1_tFE667855A98BB6902B52DD03254BE42CC7CEB26E;
|
|
// System.Collections.Generic.IEqualityComparer`1<System.Int32>
|
|
struct IEqualityComparer_1_tDBFC8496F14612776AF930DBF84AFE7D06D1F0E9;
|
|
// System.Collections.Generic.IEqualityComparer`1<DungeonArchitect.IntVector>
|
|
struct IEqualityComparer_1_t41115AA9B0DFA796BB9383E392569782061C5CF8;
|
|
// System.Collections.Generic.IEqualityComparer`1<DungeonArchitect.IntVector2>
|
|
struct IEqualityComparer_1_t7CD434986F92F058C80B4824126AF1238FB6798D;
|
|
// System.Collections.Generic.IEqualityComparer`1<DungeonArchitect.Builders.Grid.IntVector2Key>
|
|
struct IEqualityComparer_1_t34E48221E66A5FC7AC54388F2EA6FAC0D40B2936;
|
|
// System.Collections.Generic.IEqualityComparer`1<System.String>
|
|
struct IEqualityComparer_1_tAE94C8F24AD5B94D4EE85CA9FC59E3409D41CAF7;
|
|
// System.Collections.Generic.Dictionary`2/KeyCollection<System.Int32,System.Collections.Generic.Dictionary`2<System.Int32,DungeonArchitect.Builders.Grid.GridCellInfo>>
|
|
struct KeyCollection_t6FA85319FE7B7A58E07F44ADD76146C5F1DCA521;
|
|
// System.Collections.Generic.Dictionary`2/KeyCollection<System.Int32,System.Collections.Generic.HashSet`1<UnityEngine.GameObject>>
|
|
struct KeyCollection_t0127C5AA0CEC23B29DE03FE45071DBFB9BF09311;
|
|
// System.Collections.Generic.Dictionary`2/KeyCollection<System.Int32,System.Collections.Generic.List`1<DungeonArchitect.Builders.Grid.StairInfo>>
|
|
struct KeyCollection_t59AB372FDA4C9DB285874F42E16D02C1648605A5;
|
|
// System.Collections.Generic.Dictionary`2/KeyCollection<System.Int32,System.Collections.Generic.List`1<DungeonArchitect.Builders.FloorPlan.FloorPlanBuilder/FloorIslandAdjacency>>
|
|
struct KeyCollection_tA162999B8E2783EF9B18AB112B501965DD238858;
|
|
// System.Collections.Generic.Dictionary`2/KeyCollection<System.Int32,UnityEngine.GameObject[]>
|
|
struct KeyCollection_tD4A4866259ED773EB3C368893E5A6382C8134854;
|
|
// System.Collections.Generic.Dictionary`2/KeyCollection<System.Int32,DungeonArchitect.Builders.Grid.Cell>
|
|
struct KeyCollection_t9AFE762BC356228E8AE33434D2BEF25AC8273621;
|
|
// System.Collections.Generic.Dictionary`2/KeyCollection<System.Int32,DungeonArchitect.LevelStreaming.DungeonItemGroupInfo>
|
|
struct KeyCollection_t88A8C9DD23305C0D3E4D4DE3EA5DC26C23B49028;
|
|
// System.Collections.Generic.Dictionary`2/KeyCollection<System.Int32,DungeonArchitect.Builders.FloorPlan.FloorChunk>
|
|
struct KeyCollection_tA1948E7DD146067349BBF090D1A9A210C39EED52;
|
|
// System.Collections.Generic.Dictionary`2/KeyCollection<System.Int32,DungeonArchitect.Builders.Grid.GridCellInfo>
|
|
struct KeyCollection_t81FCA90A5E70CE870F3354DB9D939D3F8E90C531;
|
|
// System.Collections.Generic.Dictionary`2/KeyCollection<System.Int32,System.Int32>
|
|
struct KeyCollection_t67E8423B5AEB30C254013AD88AB68D2A36F1F436;
|
|
// System.Collections.Generic.Dictionary`2/KeyCollection<System.Int32,DungeonArchitect.RoadNetworks.RoadGraphNode>
|
|
struct KeyCollection_tCA4CEB2C440D922A818450170AABAD2037EB1BB3;
|
|
// System.Collections.Generic.Dictionary`2/KeyCollection<System.Int32,DungeonArchitect.Builders.FloorPlan.FloorChunkDB/FChunkCacheNode>
|
|
struct KeyCollection_tD2B785226B497C90F4CFEF1C8789026F322A5D00;
|
|
// System.Collections.Generic.Dictionary`2/KeyCollection<DungeonArchitect.IntVector,System.Collections.Generic.HashSet`1<DungeonArchitect.IntVector>>
|
|
struct KeyCollection_t4B5A472501BE59C281F78E8E7AE016C5FB5083B6;
|
|
// System.Collections.Generic.Dictionary`2/KeyCollection<DungeonArchitect.IntVector,DungeonArchitect.Builders.FloorPlan.FloorPlanBuilder/FloorIslandNode>
|
|
struct KeyCollection_tABD9428F8C0B2DDB1EE00CB02721C13E84966BE8;
|
|
// System.Collections.Generic.Dictionary`2/KeyCollection<DungeonArchitect.IntVector2,System.Collections.Generic.List`1<UnityEngine.Vector3>>
|
|
struct KeyCollection_t0CBC5F8AD5646F55F0F57CCAB25D58C65BCA0F3E;
|
|
// System.Collections.Generic.Dictionary`2/KeyCollection<DungeonArchitect.Builders.Grid.IntVector2Key,DungeonArchitect.Builders.Grid.CellDoor>
|
|
struct KeyCollection_t8324FBCEAB9350B8D6825F328A3D3C87C2BA8129;
|
|
// System.Collections.Generic.Dictionary`2/KeyCollection<DungeonArchitect.Builders.Grid.IntVector2Key,System.Object>
|
|
struct KeyCollection_t0B3E261B016E1BB0EE469253A68FBEEF86F53BE7;
|
|
// System.Collections.Generic.Dictionary`2/KeyCollection<System.String,System.Collections.Generic.HashSet`1<DungeonArchitect.IntVector>>
|
|
struct KeyCollection_tA5AFB17910027203AAC18C9832B2D2A781B050CB;
|
|
// System.Collections.Generic.List`1<DungeonArchitect.Builders.Grid.Cell>
|
|
struct List_1_t987D5B80738D2852896A351FD59FC0CCCE96F45A;
|
|
// System.Collections.Generic.List`1<DungeonArchitect.Builders.Grid.CellDoor>
|
|
struct List_1_tC549A5C1202941CF8D7156AB07F868A64034EDBA;
|
|
// System.Collections.Generic.List`1<DungeonArchitect.Builders.FloorPlan.FloorChunk>
|
|
struct List_1_tC2B2F0FF500476942F279BAE4B554183BB036C00;
|
|
// System.Collections.Generic.List`1<UnityEngine.GameObject>
|
|
struct List_1_tB951CE80B58D1BF9650862451D8DAD8C231F207B;
|
|
// System.Collections.Generic.List`1<DungeonArchitect.Graphs.Graph>
|
|
struct List_1_t3CA4075AAE5B1E25B0348B3D467FB34DFA67B33A;
|
|
// System.Collections.Generic.List`1<System.Int32>
|
|
struct List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73;
|
|
// System.Collections.Generic.List`1<DungeonArchitect.IntVector>
|
|
struct List_1_t72F81508323A323FA6727DCAE9E4209241B62383;
|
|
// System.Collections.Generic.List`1<DungeonArchitect.Builders.Grid.IntVector2Key>
|
|
struct List_1_tC6466240AA55FBD6D754ACE31BB6994F07ACC198;
|
|
// System.Collections.Generic.List`1<System.Object>
|
|
struct List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D;
|
|
// System.Collections.Generic.List`1<DungeonArchitect.PropSocket>
|
|
struct List_1_t3277109A5299E6C87B7C98C80B56BF61F4BA41E8;
|
|
// System.Collections.Generic.List`1<DungeonArchitect.Builders.Grid.StairInfo>
|
|
struct List_1_t73B55D3BE443B7E7B725BA4D211DC08937B6C557;
|
|
// System.Collections.Generic.List`1<UnityEngine.TerrainLayer>
|
|
struct List_1_tBC631FCB854910673B2EF0EBFB74AAA581B47A26;
|
|
// System.Collections.Generic.List`1<UnityEngine.Vector2>
|
|
struct List_1_t8F3790B7F8C471B3A1336522C7415FB0AC36D47B;
|
|
// System.Collections.Generic.List`1<UnityEngine.Vector3>
|
|
struct List_1_t77B94703E05C519A9010DD0614F757F974E1CD8B;
|
|
// System.Collections.Generic.List`1<DungeonArchitect.Volume>
|
|
struct List_1_tC9D21D2966EBAA07241DB95D292FBCAE9A1227D2;
|
|
// System.Collections.Generic.List`1<DungeonArchitect.Builders.FloorPlan.FloorPlanBuilder/FloorIslandAdjacency>
|
|
struct List_1_t563D16E87A1075C93F235D7CD71E288AD32E0641;
|
|
// System.Collections.Generic.List`1<DungeonArchitect.Builders.FloorPlan.FloorPlanBuilder/FloorIslandNode>
|
|
struct List_1_t73EE720C502E868F742CE6FF43951DCD21F951A1;
|
|
// System.Collections.Generic.List`1<DungeonArchitect.Builders.Grid.MarkerEmitterGridWall2D/Wall2DMarkerInfo>
|
|
struct List_1_t58925A78A274F84D9E284F6F1D514B62092908B6;
|
|
// System.Collections.Generic.Queue`1<DungeonArchitect.IntVector>
|
|
struct Queue_1_t675E37081D47D7B3FC36A711EC6E61520AAE8EE5;
|
|
// System.Collections.Generic.Queue`1<DungeonArchitect.Builders.Grid.GridDungeonModelUtils/LongestPathBFSData>
|
|
struct Queue_1_t245F9661F5081C714C236CD99FF31CE174927FCC;
|
|
// System.Collections.Generic.Stack`1<DungeonArchitect.Builders.FloorPlan.FloorChunk>
|
|
struct Stack_1_t008F77A2EA1C59212A9090390D4194878D392F20;
|
|
// System.Collections.Generic.Stack`1<System.Int32>
|
|
struct Stack_1_t3197E0F5EA36E611B259A88751D31FC2396FE4B6;
|
|
// System.Collections.Generic.Stack`1<System.Object>
|
|
struct Stack_1_tAD790A47551563636908E21E4F08C54C0C323EB5;
|
|
// System.Collections.Generic.Dictionary`2/ValueCollection<System.Int32,System.Collections.Generic.Dictionary`2<System.Int32,DungeonArchitect.Builders.Grid.GridCellInfo>>
|
|
struct ValueCollection_tB374B7E14360F4ADE4500076A55F5E270AB2F9E0;
|
|
// System.Collections.Generic.Dictionary`2/ValueCollection<System.Int32,System.Collections.Generic.HashSet`1<UnityEngine.GameObject>>
|
|
struct ValueCollection_t6137C58435ED3AD87BE77C9CAE633EFE11F4D76A;
|
|
// System.Collections.Generic.Dictionary`2/ValueCollection<System.Int32,System.Collections.Generic.List`1<DungeonArchitect.Builders.Grid.StairInfo>>
|
|
struct ValueCollection_t4C336C078C33532BEDC53EFCA50B89F5B70ACF40;
|
|
// System.Collections.Generic.Dictionary`2/ValueCollection<System.Int32,System.Collections.Generic.List`1<DungeonArchitect.Builders.FloorPlan.FloorPlanBuilder/FloorIslandAdjacency>>
|
|
struct ValueCollection_t33B219179D0BD0DC44C03A803C2372CD76EFAF1B;
|
|
// System.Collections.Generic.Dictionary`2/ValueCollection<System.Int32,UnityEngine.GameObject[]>
|
|
struct ValueCollection_tA4D778970B5DF06EA2D06E32761D2337C203EB74;
|
|
// System.Collections.Generic.Dictionary`2/ValueCollection<System.Int32,DungeonArchitect.Builders.Grid.Cell>
|
|
struct ValueCollection_tFF62337A9D529A2FAAA0B723EDB1570C813144C3;
|
|
// System.Collections.Generic.Dictionary`2/ValueCollection<System.Int32,DungeonArchitect.LevelStreaming.DungeonItemGroupInfo>
|
|
struct ValueCollection_t19AB3A072225619ED4BCF157B555F66EFA5ED99C;
|
|
// System.Collections.Generic.Dictionary`2/ValueCollection<System.Int32,DungeonArchitect.Builders.FloorPlan.FloorChunk>
|
|
struct ValueCollection_t6EB79C992F3C3642BE21C01295A103410C83727D;
|
|
// System.Collections.Generic.Dictionary`2/ValueCollection<System.Int32,DungeonArchitect.Builders.Grid.GridCellInfo>
|
|
struct ValueCollection_t1CABFADC2BF40E471BBC2C33BC1DFE1427E1C428;
|
|
// System.Collections.Generic.Dictionary`2/ValueCollection<System.Int32,System.Int32>
|
|
struct ValueCollection_t74AF7C1BAE06C66E984668F663D574ED6A596D28;
|
|
// System.Collections.Generic.Dictionary`2/ValueCollection<System.Int32,System.Object>
|
|
struct ValueCollection_t65BBB6F728D41FD4760F6D6C59CC030CF237785F;
|
|
// System.Collections.Generic.Dictionary`2/ValueCollection<System.Int32,DungeonArchitect.RoadNetworks.RoadGraphNode>
|
|
struct ValueCollection_t0C00DAA5126D6A89132587152D36835E5B5F8198;
|
|
// System.Collections.Generic.Dictionary`2/ValueCollection<System.Int32,DungeonArchitect.Builders.FloorPlan.FloorChunkDB/FChunkCacheNode>
|
|
struct ValueCollection_t6E4107E75B30BDD2C535C5695A09AB5EBB3BE94A;
|
|
// System.Collections.Generic.Dictionary`2/ValueCollection<DungeonArchitect.IntVector,System.Collections.Generic.HashSet`1<DungeonArchitect.IntVector>>
|
|
struct ValueCollection_t9E8582630754E1D1F21A8BE883223557EF6CB748;
|
|
// System.Collections.Generic.Dictionary`2/ValueCollection<DungeonArchitect.IntVector,DungeonArchitect.Builders.FloorPlan.FloorPlanBuilder/FloorIslandNode>
|
|
struct ValueCollection_t539452C9405317759C3C98127DD6BE86BD9ECC04;
|
|
// System.Collections.Generic.Dictionary`2/ValueCollection<DungeonArchitect.IntVector2,System.Collections.Generic.List`1<UnityEngine.Vector3>>
|
|
struct ValueCollection_t4FA0EAC77D85CBB2603EE55D8A1C86778DF49FD4;
|
|
// System.Collections.Generic.Dictionary`2/ValueCollection<DungeonArchitect.Builders.Grid.IntVector2Key,DungeonArchitect.Builders.Grid.CellDoor>
|
|
struct ValueCollection_tBD07CE06578F1F5A801D1EDF533679EBCD024454;
|
|
// System.Collections.Generic.Dictionary`2/ValueCollection<System.String,System.Collections.Generic.HashSet`1<DungeonArchitect.IntVector>>
|
|
struct ValueCollection_t9FFBACBDC7A88982999D5D1FA818C446CC7E1341;
|
|
// System.Collections.Generic.Dictionary`2/Entry<System.Int32,System.Collections.Generic.Dictionary`2<System.Int32,DungeonArchitect.Builders.Grid.GridCellInfo>>[]
|
|
struct EntryU5BU5D_t69D221683D37F4727E91370B1C1E49B0EAA094AD;
|
|
// System.Collections.Generic.Dictionary`2/Entry<System.Int32,System.Collections.Generic.HashSet`1<UnityEngine.GameObject>>[]
|
|
struct EntryU5BU5D_t5F4831AB7F9F96AA25DFA8EDBE05BDB7C5A67F47;
|
|
// System.Collections.Generic.Dictionary`2/Entry<System.Int32,System.Collections.Generic.List`1<DungeonArchitect.Builders.Grid.StairInfo>>[]
|
|
struct EntryU5BU5D_tEC16774ED44AA19386703096E21433ED471BAEA6;
|
|
// System.Collections.Generic.Dictionary`2/Entry<System.Int32,System.Collections.Generic.List`1<DungeonArchitect.Builders.FloorPlan.FloorPlanBuilder/FloorIslandAdjacency>>[]
|
|
struct EntryU5BU5D_t1D4895DDC3F76D77F558C68B33D750FADEE0AF83;
|
|
// System.Collections.Generic.Dictionary`2/Entry<System.Int32,UnityEngine.GameObject[]>[]
|
|
struct EntryU5BU5D_tD5BE1378CECC410E1E3AC32486B80F0C477ABCD4;
|
|
// System.Collections.Generic.Dictionary`2/Entry<System.Int32,DungeonArchitect.Builders.Grid.Cell>[]
|
|
struct EntryU5BU5D_t1D064B317F19F98B5883C87960160E42FF4C684A;
|
|
// System.Collections.Generic.Dictionary`2/Entry<System.Int32,DungeonArchitect.LevelStreaming.DungeonItemGroupInfo>[]
|
|
struct EntryU5BU5D_t12AFCDC39032F5DA0EB518622FCDB6FDE83D4DF3;
|
|
// System.Collections.Generic.Dictionary`2/Entry<System.Int32,DungeonArchitect.Builders.FloorPlan.FloorChunk>[]
|
|
struct EntryU5BU5D_t1154DC4D6E737E33DAE20EF0495D4D3532B0EA4F;
|
|
// System.Collections.Generic.Dictionary`2/Entry<System.Int32,DungeonArchitect.Builders.Grid.GridCellInfo>[]
|
|
struct EntryU5BU5D_tB3FFA08548E68373C02C7C98103053F8CB9E632A;
|
|
// System.Collections.Generic.Dictionary`2/Entry<System.Int32,System.Int32>[]
|
|
struct EntryU5BU5D_t197C691F43F1694B771BF83C278D12BBFEEB86FA;
|
|
// System.Collections.Generic.Dictionary`2/Entry<System.Int32,DungeonArchitect.RoadNetworks.RoadGraphNode>[]
|
|
struct EntryU5BU5D_t84FC91E3F4E8A38DCBC1CDE2E711FE135132EA3A;
|
|
// System.Collections.Generic.Dictionary`2/Entry<System.Int32,DungeonArchitect.Builders.FloorPlan.FloorChunkDB/FChunkCacheNode>[]
|
|
struct EntryU5BU5D_t9EDC97C4565E2DDDDBABFE66760FABACFEFAD358;
|
|
// System.Collections.Generic.Dictionary`2/Entry<DungeonArchitect.IntVector,System.Collections.Generic.HashSet`1<DungeonArchitect.IntVector>>[]
|
|
struct EntryU5BU5D_t669D0C093011009C3E3E675B344309C8387B7ABB;
|
|
// System.Collections.Generic.Dictionary`2/Entry<DungeonArchitect.IntVector,DungeonArchitect.Builders.FloorPlan.FloorPlanBuilder/FloorIslandNode>[]
|
|
struct EntryU5BU5D_t7AC625E9DB128056AD4DD6730739315CCA7CD8BA;
|
|
// System.Collections.Generic.Dictionary`2/Entry<DungeonArchitect.IntVector2,System.Collections.Generic.List`1<UnityEngine.Vector3>>[]
|
|
struct EntryU5BU5D_tE76C101862AC5F2E8C93EE00DE0C22455ED747E0;
|
|
// System.Collections.Generic.Dictionary`2/Entry<DungeonArchitect.Builders.Grid.IntVector2Key,DungeonArchitect.Builders.Grid.CellDoor>[]
|
|
struct EntryU5BU5D_t35AD5D85D772BE61F25DC3E89C0BC36F2E9E09CF;
|
|
// System.Collections.Generic.Dictionary`2/Entry<System.String,System.Collections.Generic.HashSet`1<DungeonArchitect.IntVector>>[]
|
|
struct EntryU5BU5D_tAB3E59BA123565527B660A3DB5DAE79CFD36E45D;
|
|
// System.Collections.Generic.HashSet`1/Slot<UnityEngine.GameObject>[]
|
|
struct SlotU5BU5D_tB1C42D5EF2511EFCBAB55800F2BA34053EA1DBD9;
|
|
// System.Collections.Generic.HashSet`1/Slot<System.Int32>[]
|
|
struct SlotU5BU5D_tC4D7CD3E804DC835CCF2F990797BC1D9AE4330D7;
|
|
// System.Collections.Generic.HashSet`1/Slot<DungeonArchitect.IntVector>[]
|
|
struct SlotU5BU5D_t2CFDF858EE12B89FC5F13DBADC8CBAC5CC2370D6;
|
|
// DungeonArchitect.Builders.Grid.Cell[]
|
|
struct CellU5BU5D_t406DA9ADF2EEAF234F96021B19BC0F69BA6814C8;
|
|
// DungeonArchitect.Builders.Grid.CellDoor[]
|
|
struct CellDoorU5BU5D_t4C7F8D55D36058D4C4286AA43070C1F50CA66F48;
|
|
// DungeonArchitect.Builders.CircularCity.CircularCityFoliageEntry[]
|
|
struct CircularCityFoliageEntryU5BU5D_t8EAF7B897BEF1F7447C4F764E3084F68215F60B7;
|
|
// DungeonArchitect.Builders.CircularCity.CircularCityFoliageTheme[]
|
|
struct CircularCityFoliageThemeU5BU5D_t51432853E39CA85AF3A52EBB362A5F9A37BF886B;
|
|
// DungeonArchitect.Builders.CircularCity.CircularCityLandscapeTexture[]
|
|
struct CircularCityLandscapeTextureU5BU5D_tBF5B4BFA6BCB9527681787FD310AD7930ACA860B;
|
|
// System.Delegate[]
|
|
struct DelegateU5BU5D_tC5AB7E8F745616680F337909D3A8E6C722CDF771;
|
|
// UnityEngine.DetailPrototype[]
|
|
struct DetailPrototypeU5BU5D_tB9391EFBDD64B38867DFB8179C6C0E8C81998AB7;
|
|
// DungeonArchitect.LevelStreaming.DungeonItemGroupInfo[]
|
|
struct DungeonItemGroupInfoU5BU5D_t4D4E718A3EB5355FE1FBB267CDAF75A20DF36A5E;
|
|
// DungeonArchitect.Splatmap.DungeonSplatmapTextureInfo[]
|
|
struct DungeonSplatmapTextureInfoU5BU5D_tAC2647E1001113A9CE772F2EFF1F5FDE9326F60F;
|
|
// DungeonArchitect.Builders.FloorPlan.FloorChunk[]
|
|
struct FloorChunkU5BU5D_tD6A628523FF858A9D807AB3DF1912F14B30F8C91;
|
|
// DungeonArchitect.Builders.FloorPlan.Tooling.FloorPlanCorridorTool[]
|
|
struct FloorPlanCorridorToolU5BU5D_t71AC1A149B54544B328CEBAC49B50B4120F9597E;
|
|
// UnityEngine.GameObject[]
|
|
struct GameObjectU5BU5D_tFF67550DFCE87096D7A3734EA15B75896B2722CF;
|
|
// DungeonArchitect.Builders.Grid.GridItemDoorMetadata[]
|
|
struct GridItemDoorMetadataU5BU5D_tB267005524D13C184A8B3A86B31715CF9E5903CE;
|
|
// System.Int32[]
|
|
struct Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C;
|
|
// DungeonArchitect.IntVector[]
|
|
struct IntVectorU5BU5D_t51305BC25B133B84E9B4F1FB09FC5DE6C579C440;
|
|
// DungeonArchitect.Builders.Grid.IntVector2Key[]
|
|
struct IntVector2KeyU5BU5D_t087F2DCC252B2795AB9FBB8F57FEA28C87C16DB7;
|
|
// DungeonArchitect.Builders.Grid.LandscapeTexture[]
|
|
struct LandscapeTextureU5BU5D_tE6A0A60C237861AC0D17B818973967DF136BDE8F;
|
|
// System.Object[]
|
|
struct ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918;
|
|
// DungeonArchitect.RoadNetworks.RoadGraphEdge[]
|
|
struct RoadGraphEdgeU5BU5D_t2C07C4DE5840229A1B22D64F00BC0AED456D8AF7;
|
|
// DungeonArchitect.RoadNetworks.RoadGraphNode[]
|
|
struct RoadGraphNodeU5BU5D_tEC59482B7D29CC54052041F803ECFCC6D197DCA2;
|
|
// DungeonArchitect.Builders.Grid.StairInfo[]
|
|
struct StairInfoU5BU5D_t16C421F54D2E1FBCB0981BE2502E900A92CBD448;
|
|
// UnityEngine.TerrainLayer[]
|
|
struct TerrainLayerU5BU5D_t259E391D6115F121FCD284E79F62012D70956EB0;
|
|
// UnityEngine.Texture2D[]
|
|
struct Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191;
|
|
// System.Type[]
|
|
struct TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB;
|
|
// UnityEngine.Vector2[]
|
|
struct Vector2U5BU5D_tFEBBC94BCC6C9C88277BA04047D2B3FDB6ED7FDA;
|
|
// UnityEngine.Vector3[]
|
|
struct Vector3U5BU5D_tFF1859CCE176131B909E2044F76443064254679C;
|
|
// DungeonArchitect.Volume[]
|
|
struct VolumeU5BU5D_t97E8728F96D959704AD33D584EA52FCBA151008C;
|
|
// DungeonArchitect.Builders.FloorPlan.FloorPlanBuilder/FloorIslandAdjacency[]
|
|
struct FloorIslandAdjacencyU5BU5D_t78F7EEDD9E3F0910E3801F6FE2206D6E264EEA8B;
|
|
// DungeonArchitect.Builders.FloorPlan.FloorPlanBuilder/FloorIslandNode[]
|
|
struct FloorIslandNodeU5BU5D_t543F6F386AE85909D513E658B40ED2CE2C80175B;
|
|
// DungeonArchitect.Builders.Grid.GridDungeonModelUtils/LongestPathBFSData[]
|
|
struct LongestPathBFSDataU5BU5D_t0C288B426D25521C95A584D72E1F6B2259AD62FA;
|
|
// DungeonArchitect.Builders.Grid.MarkerEmitterCornerBeautifier/CellSpatialConfig[]
|
|
struct CellSpatialConfigU5BU5D_t5CB9A45719E0FC1CAB0C7ABE1F532A8773E0B554;
|
|
// DungeonArchitect.Builders.Grid.MarkerEmitterGridWall2D/Wall2DMarkerInfo[]
|
|
struct Wall2DMarkerInfoU5BU5D_t4C241154CE05190D091C6EF72D4430DBB4FE7B1E;
|
|
// System.Boolean[,]
|
|
struct BooleanU5BU2CU5D_t0A96EF7DC71D7FB5C1757A719712D1DFB2D571B6;
|
|
// System.Int32[,]
|
|
struct Int32U5BU2CU5D_t46F2694E7DAD7B2B05C940EC5B9DE04E40D0516F;
|
|
// System.Single[,]
|
|
struct SingleU5BU2CU5D_t8C95DA2D5056EB0490FC7DCB1ED30E33DE1D53F4;
|
|
// System.Single[,,]
|
|
struct SingleU5BU2CU2CU5D_tE902E5192C7283A470AAADB477117789A9682488;
|
|
// UnityEngine.AnimationCurve
|
|
struct AnimationCurve_tCBFFAAD05CEBB35EF8D8631BD99914BE1A6BB354;
|
|
// System.AsyncCallback
|
|
struct AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C;
|
|
// System.Reflection.Binder
|
|
struct Binder_t91BFCE95A7057FADF4D8A1A342AFE52872246235;
|
|
// DungeonArchitect.Utils.Blackboard
|
|
struct Blackboard_t02618F4A3DD340B66759F75B766D598574968BAA;
|
|
// DungeonArchitect.BlurFilter
|
|
struct BlurFilter_tF0801D259DC7617718278B642A023EDD7CEB7998;
|
|
// UnityEngine.Camera
|
|
struct Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184;
|
|
// DungeonArchitect.Builders.Grid.Cell
|
|
struct Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01;
|
|
// DungeonArchitect.Builders.Grid.CellDoor
|
|
struct CellDoor_t1C9E99F62317AEBD0FB8E640443435E6170AA6D5;
|
|
// DungeonArchitect.Builders.CircularCity.CircularCityCell
|
|
struct CircularCityCell_tC305431CA108A411593CA6849AB60777C7F720B5;
|
|
// DungeonArchitect.Builders.CircularCity.CircularCityDungeonBuilder
|
|
struct CircularCityDungeonBuilder_tEBE5CB17237826ACF003AAB85449D042810B3AB0;
|
|
// DungeonArchitect.Builders.CircularCity.CircularCityDungeonConfig
|
|
struct CircularCityDungeonConfig_t7817BFF1E73208574A6840788A4429EEE3654351;
|
|
// DungeonArchitect.Builders.CircularCity.CircularCityDungeonModel
|
|
struct CircularCityDungeonModel_t94F17830E23611EE5B86A93B5CA7B1024193ABDE;
|
|
// DungeonArchitect.Builders.CircularCity.CircularCityFoliageEntry
|
|
struct CircularCityFoliageEntry_tECB3EFBC73A369710EBC5E1322B34F9C3C0C2574;
|
|
// DungeonArchitect.Builders.CircularCity.CircularCityFoliageTheme
|
|
struct CircularCityFoliageTheme_t09AA71DB8CF25EAA15F9B1CFDB7FF55A8080F0CD;
|
|
// DungeonArchitect.Builders.CircularCity.CircularCityLandscapeTexture
|
|
struct CircularCityLandscapeTexture_t23AFB4233BF0F281F8B4DC5E02651DCDF43174FF;
|
|
// UnityEngine.Component
|
|
struct Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3;
|
|
// System.Delegate
|
|
struct Delegate_t;
|
|
// System.DelegateData
|
|
struct DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E;
|
|
// UnityEngine.DetailPrototype
|
|
struct DetailPrototype_t131E17755ED167435F60BA3F70869DA3876E254B;
|
|
// DungeonArchitect.Builders.Grid.DoorManager
|
|
struct DoorManager_t2E65BDE0A91F2AC349DA211CBF35427A2D919203;
|
|
// DungeonArchitect.Dungeon
|
|
struct Dungeon_tAA854F521189538FD299BECE6025726B6C359227;
|
|
// DungeonArchitect.DungeonBuilder
|
|
struct DungeonBuilder_tD1E33B0EE44EFF472152D3D8233F3804191E65EA;
|
|
// DungeonArchitect.DungeonConfig
|
|
struct DungeonConfig_tAB374D87D0852393B67D890DA66CD4B0EC2D7FBD;
|
|
// DungeonArchitect.DungeonEventListener
|
|
struct DungeonEventListener_tDD3B54FF16033C77DFC0C51CAF87B8C85D4C00CF;
|
|
// DungeonArchitect.LevelStreaming.DungeonItemGroup
|
|
struct DungeonItemGroup_t5E15F43B7FE778FB51B2AABDD373E83F75B38E05;
|
|
// DungeonArchitect.LevelStreaming.DungeonItemGroupInfo
|
|
struct DungeonItemGroupInfo_tA09BD7C420DC9326C8B2E15B525C857E0FEAFE3A;
|
|
// DungeonArchitect.DungeonItemSpawnListener
|
|
struct DungeonItemSpawnListener_tBDC8AD76E919B2F334244A50FA526900164FC124;
|
|
// DungeonArchitect.Landscape.DungeonLandscapeRestorationCache
|
|
struct DungeonLandscapeRestorationCache_t4A23E4B4E4C7CF585874E5F4185714B674A9BADF;
|
|
// DungeonArchitect.DungeonMarkerEmitter
|
|
struct DungeonMarkerEmitter_t87508438CFD72F4696EBA9DC78510FAD2AFA4CE5;
|
|
// DungeonArchitect.DungeonModel
|
|
struct DungeonModel_t53A77B7094F80C6A6C626E2E6B647289FBF29D19;
|
|
// DungeonArchitect.DungeonPaintMode
|
|
struct DungeonPaintMode_tB68FC25EDA93402B9DABA715A0CB27FEA0AE5331;
|
|
// DungeonArchitect.Builders.Grid.DungeonPaintModeGrid
|
|
struct DungeonPaintModeGrid_tF61C32FE7884294276DCC983A06BA23CA1A7E606;
|
|
// DungeonArchitect.DungeonSceneObjectSpawner
|
|
struct DungeonSceneObjectSpawner_t52E94CC1F6A2B096532E2EF07A5FCA64956BDF2A;
|
|
// DungeonArchitect.DungeonSceneProviderData
|
|
struct DungeonSceneProviderData_t550886CE6C51CA704025FA337DD6A8B9835DDA0A;
|
|
// DungeonArchitect.Splatmap.DungeonSplatAsset
|
|
struct DungeonSplatAsset_t58A425B4FC3E1B1460D445B2E0735BE5E4A4714C;
|
|
// DungeonArchitect.Splatmap.DungeonSplatmap
|
|
struct DungeonSplatmap_t029BF947A28B396CEB89BBB14D81A1DB0EF98672;
|
|
// DungeonArchitect.Themeing.DungeonThemeItem
|
|
struct DungeonThemeItem_t525C07FDEF1FE05205B04857B883591354D79AB1;
|
|
// DungeonArchitect.DungeonToolData
|
|
struct DungeonToolData_tB68AE001FFBF2D546FBF46869BE1DC68B320DE34;
|
|
// DungeonArchitect.Builders.FloorPlan.FloorChunk
|
|
struct FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775;
|
|
// DungeonArchitect.Builders.FloorPlan.FloorChunkDB
|
|
struct FloorChunkDB_tD6E5766D39D25018B82906C456A920512D9E0696;
|
|
// DungeonArchitect.Builders.FloorPlan.FloorDoorManager
|
|
struct FloorDoorManager_tB284F7FF94D176DB5250C96E2A25376D07FEB8E2;
|
|
// DungeonArchitect.Builders.FloorPlan.FloorPlanBuilder
|
|
struct FloorPlanBuilder_t6DB1ECBEE30EEB42CF67A373D06CAE68435ACE9D;
|
|
// DungeonArchitect.Builders.FloorPlan.FloorPlanConfig
|
|
struct FloorPlanConfig_t532D06F3A07E9398692974242B19B5D2A4A36D16;
|
|
// DungeonArchitect.Builders.FloorPlan.Tooling.FloorPlanCorridorTool
|
|
struct FloorPlanCorridorTool_t17CBA4719EEDAFE77EFE787606AC0A0AC90B47CB;
|
|
// DungeonArchitect.Builders.FloorPlan.FloorPlanModel
|
|
struct FloorPlanModel_tE088A489B868701717ABB0721C425F3FFCED18E1;
|
|
// DungeonArchitect.Builders.FloorPlan.FloorPlanSpatialConstraintProcessor
|
|
struct FloorPlanSpatialConstraintProcessor_tDDD8E47043037EB18D7166EBCB9BC824575E5B41;
|
|
// UnityEngine.GameObject
|
|
struct GameObject_t76FEDD663AB33C991A9C9A23129337651094216F;
|
|
// DungeonArchitect.Builders.Grid.GridBuilderUtils
|
|
struct GridBuilderUtils_t83B629539BADC8A9100BEC31D9A926026D104169;
|
|
// DungeonArchitect.Builders.Grid.GridCellInfo
|
|
struct GridCellInfo_t742531730F06A9444088AF5B821D776397CE6AFA;
|
|
// DungeonArchitect.Builders.Grid.GridDebugDrawUtils
|
|
struct GridDebugDrawUtils_t555B4AFAD348DE041AF3C9AC23AFB30923B03C42;
|
|
// DungeonArchitect.Builders.Grid.GridDungeonConfig
|
|
struct GridDungeonConfig_tA813B337E88DBA4D5849118F7CF0D012B1178726;
|
|
// DungeonArchitect.Builders.Grid.GridDungeonItemGroup
|
|
struct GridDungeonItemGroup_t44CDC31ACA50262CE242F8FA82942F1CD08A7CBC;
|
|
// DungeonArchitect.Builders.Grid.Mirroring.GridDungeonMirror
|
|
struct GridDungeonMirror_t7768DF7A92401BBF47F80F359EC0B211E2CC2EED;
|
|
// DungeonArchitect.Builders.Grid.Mirroring.GridDungeonMirrorAxisX
|
|
struct GridDungeonMirrorAxisX_t5DEFD4268DD5D373DEB2324A25D3F8939BD442CD;
|
|
// DungeonArchitect.Builders.Grid.Mirroring.GridDungeonMirrorAxisZ
|
|
struct GridDungeonMirrorAxisZ_tFE5366817390814C6DCF70D4A68EA5516933016D;
|
|
// DungeonArchitect.Builders.Grid.GridDungeonModel
|
|
struct GridDungeonModel_tAEF5278646C831FA4C6EEEFEF7128869C645942F;
|
|
// DungeonArchitect.Builders.Grid.GridDungeonModelUtils
|
|
struct GridDungeonModelUtils_tFA272E5A897CC266E42B9A1E1EEA0E629161E18A;
|
|
// DungeonArchitect.Builders.Grid.GridDungeonQuery
|
|
struct GridDungeonQuery_tCF307DEFBAEFBDFFD4767D61DB44001DBC527856;
|
|
// DungeonArchitect.Builders.Grid.GridDungeonToolData
|
|
struct GridDungeonToolData_tB12D8DE069614C3E4934A565DE6D5EEC510BBD5D;
|
|
// DungeonArchitect.Flow.Impl.GridFlow.GridFlowAsset
|
|
struct GridFlowAsset_t71A1F67943E1D1E9ABAC29C7F71A24A45BB34ABA;
|
|
// DungeonArchitect.Builders.Grid.GridItemDoorMetadata
|
|
struct GridItemDoorMetadata_t081FCB6F362B79356353002B75AA19D1E78920D7;
|
|
// DungeonArchitect.Builders.Grid.GridItemMetadataHandler
|
|
struct GridItemMetadataHandler_t7E08EDDF7CCA2A533CBAEFF1DD528B62360B92A5;
|
|
// System.IAsyncResult
|
|
struct IAsyncResult_t7B9B5A0ECB35DCEC31B8A8122C37D687369253B5;
|
|
// DungeonArchitect.Landscape.LandscapeDataRasterizer
|
|
struct LandscapeDataRasterizer_t6D31AE8F7C6DD9EE3A071999B4DFC52BFF802880;
|
|
// DungeonArchitect.Builders.Grid.LandscapeTexture
|
|
struct LandscapeTexture_t69F5DE300F8B6711B18B99396C81085C13786723;
|
|
// DungeonArchitect.Landscape.LandscapeTransformerBase
|
|
struct LandscapeTransformerBase_t5825BF43364CC2021181454F5AA4A6B5BCBE8B47;
|
|
// DungeonArchitect.Builders.CircularCity.LandscapeTransformerCity
|
|
struct LandscapeTransformerCity_t7CB6715ABE50F0DCA40C9714E6BF49F2AD873C3A;
|
|
// DungeonArchitect.Builders.Grid.LandscapeTransformerGrid
|
|
struct LandscapeTransformerGrid_t02E5535AC1B5F112D6D2B1F8485AFC486AEF787B;
|
|
// DungeonArchitect.LevelMarkerList
|
|
struct LevelMarkerList_t7F6AC91D47A569068C1D028934596FF16F3721A4;
|
|
// DungeonArchitect.Builders.Grid.MarkerEmitterCornerBeautifier
|
|
struct MarkerEmitterCornerBeautifier_tF610B2FB795FFE3084A287FFB58429710E6DEF24;
|
|
// DungeonArchitect.Builders.Grid.MarkerEmitterEmptySpace
|
|
struct MarkerEmitterEmptySpace_t463CB5E3864A5CECE52C39C5D115D72BE05943CF;
|
|
// DungeonArchitect.Builders.Grid.MarkerEmitterFindLowestPoint
|
|
struct MarkerEmitterFindLowestPoint_t7EC007CFCCC51D8B6D7BB13B2F8AED8EE653EEEF;
|
|
// DungeonArchitect.Builders.Grid.MarkerEmitterFreeSpaceDecorator
|
|
struct MarkerEmitterFreeSpaceDecorator_t9BB605EEAE9B9FCFE03060C625D0C4CE46D1D4C4;
|
|
// DungeonArchitect.Builders.Grid.MarkerEmitterGridWall2D
|
|
struct MarkerEmitterGridWall2D_t00EBC579D3DED3FA7088656D6F2B891D73C15690;
|
|
// System.Reflection.MemberFilter
|
|
struct MemberFilter_tF644F1AE82F611B677CE1964D5A3277DDA21D553;
|
|
// UnityEngine.MeshFilter
|
|
struct MeshFilter_t6D1CE2473A1E45AC73013400585A1163BF66B2F5;
|
|
// System.Reflection.MethodInfo
|
|
struct MethodInfo_t;
|
|
// UnityEngine.MonoBehaviour
|
|
struct MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71;
|
|
// UnityEngine.Object
|
|
struct Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C;
|
|
// DungeonArchitect.Utils.PMRandom
|
|
struct PMRandom_t8CD5631E068EF89CA6462C20604DE83B9EAEDAEB;
|
|
// DungeonArchitect.Builders.Grid.PlatformVolume
|
|
struct PlatformVolume_t33F227672EED86293E82558AFEC3E2B34BD4265F;
|
|
// DungeonArchitect.PooledDungeonSceneProvider
|
|
struct PooledDungeonSceneProvider_t5011D12BA88931054282BDB70EB8075DFA46B17C;
|
|
// DungeonArchitect.PropSocket
|
|
struct PropSocket_tDBD788EE4878B0FEF7F3848CD0882C4A2A735394;
|
|
// System.Random
|
|
struct Random_t79716069EDE67D1D7734F60AE402D0CA3FB6B4C8;
|
|
// DungeonArchitect.RoadNetworks.RoadBlockLayoutBuiltDelegate
|
|
struct RoadBlockLayoutBuiltDelegate_t2DE3113DA786100F32EE8C154BCBCA6197E00176;
|
|
// DungeonArchitect.RoadNetworks.RoadGraph
|
|
struct RoadGraph_tBBD3345D24DE5F906DB32FD25C86EBDCD929F20D;
|
|
// DungeonArchitect.RoadNetworks.RoadGraphBuilder
|
|
struct RoadGraphBuilder_tB366628D63C72AE64887B90EFAB119DFADC1E7C7;
|
|
// DungeonArchitect.RoadNetworks.RoadGraphBuilderSettings
|
|
struct RoadGraphBuilderSettings_t9C848EE52D518784261372600766D63BD6FDB6E6;
|
|
// DungeonArchitect.RoadNetworks.RoadGraphEdge
|
|
struct RoadGraphEdge_tDDAD2141B4A159FEB29A7790179FBDCE81F567F8;
|
|
// DungeonArchitect.RoadNetworks.RoadGraphNode
|
|
struct RoadGraphNode_t9C424C0D4CD008CFEF0B2F81ECCA533397B87D06;
|
|
// DungeonArchitect.RoadNetworks.RoadLayoutBuilder
|
|
struct RoadLayoutBuilder_t3A812F7CE786937B3129CC6D652A7CDE63C5CD81;
|
|
// DungeonArchitect.Graphs.SpatialConstraints.SCReferenceNode
|
|
struct SCReferenceNode_tF20A05CDC3404B5E7D48286452E1BADB10939F16;
|
|
// System.Runtime.Serialization.SerializationInfo
|
|
struct SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37;
|
|
// DungeonArchitect.SpatialConstraints.SpatialConstraintAsset
|
|
struct SpatialConstraintAsset_t78D5507EFFFEEB26573DC591D07E5CA10CE7198B;
|
|
// DungeonArchitect.SpatialConstraints.SpatialConstraintProcessor
|
|
struct SpatialConstraintProcessor_tCC087B0417271713989DB46A9785DCF36D276DD1;
|
|
// DungeonArchitect.SpatialConstraints.SpatialConstraintProcessorContext
|
|
struct SpatialConstraintProcessorContext_tEB099C91F3C403C98BD8A0E0B7DFFF1C9FA9AEF7;
|
|
// DungeonArchitect.Builders.Grid.SpatialConstraints.SpatialConstraintProcessorGrid2D
|
|
struct SpatialConstraintProcessorGrid2D_tC17CA689C3CB293EC2C712259126FBBB3C5650B3;
|
|
// DungeonArchitect.Builders.Grid.SpatialConstraints.SpatialConstraintProcessorGrid3D
|
|
struct SpatialConstraintProcessorGrid3D_tE54F6D2E763D240148E809E59B70E311BFA7A1CB;
|
|
// DungeonArchitect.Builders.Grid.SpatialConstraints.SpatialConstraintProcessorGridFlow2D
|
|
struct SpatialConstraintProcessorGridFlow2D_t80A1713FE4B57D862AB22C86D578B5F69A91B36C;
|
|
// DungeonArchitect.Builders.Grid.SpatialConstraints.SpatialConstraintProcessorGridFlow3D
|
|
struct SpatialConstraintProcessorGridFlow3D_t4850A07E299189C457DFC4454D2A70629F64BF8C;
|
|
// DungeonArchitect.SpatialConstraints.SpatialConstraintRuleDomain
|
|
struct SpatialConstraintRuleDomain_t8806A221A568DB9E1DB40B1853E58B52BB3EB4C3;
|
|
// DungeonArchitect.Builders.Grid.StairInfo
|
|
struct StairInfo_tBDA73E00B30BFD1098EEB5962BF910A6986C6E94;
|
|
// System.Diagnostics.Stopwatch
|
|
struct Stopwatch_tA188A210449E22C07053A7D3014DD182C7369043;
|
|
// System.String
|
|
struct String_t;
|
|
// UnityEngine.Terrain
|
|
struct Terrain_t7F309492F67238DBFBC4566F47385B2A665CF667;
|
|
// UnityEngine.TerrainData
|
|
struct TerrainData_t615A68EAC648066681875D47FC641496D12F2E24;
|
|
// UnityEngine.TerrainLayer
|
|
struct TerrainLayer_t52E14A94A0CF76B0B5509B7FDFDE64FF8A9FEFF9;
|
|
// UnityEngine.Texture2D
|
|
struct Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4;
|
|
// UnityEngine.Transform
|
|
struct Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1;
|
|
// System.Type
|
|
struct Type_t;
|
|
// System.Void
|
|
struct Void_t4861ACF8F4594C3437BB48B6E56783494B843915;
|
|
// DungeonArchitect.Volume
|
|
struct Volume_t171840DEFF59415CE26C50B8BDC663D2D36C57DA;
|
|
// UnityEngine.Camera/CameraCallback
|
|
struct CameraCallback_t844E527BFE37BC0495E7F67993E43C07642DA9DD;
|
|
// DungeonArchitect.Builders.CircularCity.CircularCityDungeonBuilder/InsertHouseDelegate
|
|
struct InsertHouseDelegate_tF8DFD4AD6765777DFB85B14E5F77FBD600EA7544;
|
|
// DungeonArchitect.Builders.CircularCity.CircularCityDungeonBuilder/SpatialPartitionCache
|
|
struct SpatialPartitionCache_t75656499ADE63A544DB658BFCAA6F4C2C44B4BE9;
|
|
// DungeonArchitect.Builders.FloorPlan.FloorChunkDB/FChunkCacheNode
|
|
struct FChunkCacheNode_t722B86EEBE14E122F52272E47BD65461C421A89B;
|
|
// DungeonArchitect.Builders.FloorPlan.FloorPlanBuilder/FloorIslandAdjacency
|
|
struct FloorIslandAdjacency_t4D525608EE3A20B521F0E9521AFA45C93E3C3B35;
|
|
// DungeonArchitect.Builders.FloorPlan.FloorPlanBuilder/FloorIslandNode
|
|
struct FloorIslandNode_tD0A7EFEA4CBC4A931D33B62BFBA4529A7A42F53F;
|
|
// DungeonArchitect.Builders.FloorPlan.FloorPlanBuilder/IslandNodePriorityPredicate
|
|
struct IslandNodePriorityPredicate_t90CDBCB4F85BC831175240B3C4DF5C85D372DBD1;
|
|
// DungeonArchitect.Builders.Grid.GridDungeonBuilder/<>c
|
|
struct U3CU3Ec_tD605903C30B8A9380AE9C564ACE714B7A7477BCC;
|
|
// DungeonArchitect.Builders.Grid.GridDungeonBuilder/ConnectionPointSorter
|
|
struct ConnectionPointSorter_t2B2FC28E768016402CAC90F4AFB1F1AB6EBE40DC;
|
|
// DungeonArchitect.Builders.Grid.GridDungeonBuilder/Edge
|
|
struct Edge_tD6CF372327799A38D6ED1F7A075A3800AD923A32;
|
|
// DungeonArchitect.Builders.Grid.GridDungeonBuilder/StairConnectionWeight
|
|
struct StairConnectionWeight_tE899421FC151A1A87BCD95AE81D09F5D76AA13AF;
|
|
// DungeonArchitect.Builders.Grid.GridDungeonBuilder/StairConnectionWeightComparer
|
|
struct StairConnectionWeightComparer_t0398EEFDBA215A3EE5DD0FAFA834FE82FFA604C3;
|
|
// DungeonArchitect.Builders.Grid.MarkerEmitterCornerBeautifier/CellSpatialConfig
|
|
struct CellSpatialConfig_tAC45731A99C871C8EA6161A4BFFD4585FC6C177D;
|
|
// DungeonArchitect.Builders.Grid.MarkerEmitterGridWall2D/Wall2DMarkerInfo
|
|
struct Wall2DMarkerInfo_t96E4C77D6D330E380EC7360D449681CAC8B287CD;
|
|
|
|
IL2CPP_EXTERN_C RuntimeClass* BlurFilter_tF0801D259DC7617718278B642A023EDD7CEB7998_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* CellDoor_t1C9E99F62317AEBD0FB8E640443435E6170AA6D5_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* CellSpatialConfigU5BU5D_t5CB9A45719E0FC1CAB0C7ABE1F532A8773E0B554_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* CellSpatialConfig_tAC45731A99C871C8EA6161A4BFFD4585FC6C177D_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* CellU5BU5D_t406DA9ADF2EEAF234F96021B19BC0F69BA6814C8_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* CircularCityDungeonConfig_t7817BFF1E73208574A6840788A4429EEE3654351_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* CircularCityDungeonMarkerNames_tD9DE7FBCEE796749D71974981B9047385DA12E60_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* CircularCityDungeonModel_t94F17830E23611EE5B86A93B5CA7B1024193ABDE_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_t0A29C7F6E2FC79FA63F0CF7886E5407F4324D526_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_t10BD0B6C508CB4471BF107ECB9DC511E2BFA861E_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_t1657FC7D0CA5A01CEBBC689FF06E62E88BF18B41_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_t1A5C7F5B67FB590E1188CB1637FE5572D8772941_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_t1E4AAB19CD6B804B64AFAA5EBEFC031CA7775223_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_t280F5352954FEFD23A66FD58FCF640789C686B5B_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_t3EFEE226B11F638A8B2F7F047C2D16B631714386_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_t53B49FABD4B9D0B6192535AB9D483840D5EB99DB_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_t69BADD77B37C0499DACC2ACF275CBA1EBA2AE22A_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_t8D6A7A700F96E1A61157A5FEBCCD03E7AA57E00E_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_t9B6AC42299E71EECA8A4C0499C6DDE4C2E4522A8_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_tA67244141E978011D16C324808EB61B56151233E_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_tAEA84C7C44DD92B642158B354A5873A02D010B7B_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_tAEC15228CF936EF6CBEA3DA55EBD9B73E9821F78_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_tDB52B2F94418CB3A97A8FF2E2378A3C67ABEDDCC_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_tF902D5EE5DE455988365F63F4B9C04E6B35303BC_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* DoorManager_t2E65BDE0A91F2AC349DA211CBF35427A2D919203_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* FChunkCacheNode_t722B86EEBE14E122F52272E47BD65461C421A89B_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* FloorChunkDB_tD6E5766D39D25018B82906C456A920512D9E0696_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* FloorDoorManager_tB284F7FF94D176DB5250C96E2A25376D07FEB8E2_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* FloorIslandAdjacency_t4D525608EE3A20B521F0E9521AFA45C93E3C3B35_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* FloorIslandNode_tD0A7EFEA4CBC4A931D33B62BFBA4529A7A42F53F_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* FloorPlanConfig_t532D06F3A07E9398692974242B19B5D2A4A36D16_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* FloorPlanMarkerNames_t1B709C8E5ADB09E034C1C7B0A96853FDBF0EF24D_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* FloorPlanModel_tE088A489B868701717ABB0721C425F3FFCED18E1_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* GUI_tA9CDB3D69DB13D51AD83ABDB587EF95947EC2D2A_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* GameObjectU5BU5D_tFF67550DFCE87096D7A3734EA15B75896B2722CF_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* GridBuilderDoorMetadata_t7C2BEDD9346F7B9E80AC7AD002B7C05454278E8D_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* GridCellInfo_t742531730F06A9444088AF5B821D776397CE6AFA_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* GridDungeonBuilder_tF519D1857BAF6A6DDB74CE4ED051BC2C967098D4_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* GridDungeonConfig_tA813B337E88DBA4D5849118F7CF0D012B1178726_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* GridDungeonMarkerNames_tC17AF5D30BC911B0C9537F392DC7B6007DEC93D8_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* GridDungeonMirrorAxisX_t5DEFD4268DD5D373DEB2324A25D3F8939BD442CD_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* GridDungeonMirrorAxisZ_tFE5366817390814C6DCF70D4A68EA5516933016D_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* GridDungeonModel_tAEF5278646C831FA4C6EEEFEF7128869C645942F_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* GridFlowDungeonConfig_t0E234576590D92DD585D565D0C248FA9CEE04792_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* HashSet_1_tA1EF3184AD46B7255ABC462FA85BEA5168966215_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* HashSet_1_tAA6C1F6337C1D573AEC249E1B9B43BFCADF908F2_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* IEnumerator_1_t844FE973E8C3E7E004050D607560E134C7C3C2F1_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Int32U5BU2CU5D_t46F2694E7DAD7B2B05C940EC5B9DE04E40D0516F_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* IntVector2Key_t876A74A676EAA0A8F636049D2756C9C7DE86AF19_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* IntVector2_t2DFD1430F75D3E32E93DE921832E85D4A3FD53F7_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* IntVectorU5BU5D_t51305BC25B133B84E9B4F1FB09FC5DE6C579C440_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* IslandNodePriorityPredicate_t90CDBCB4F85BC831175240B3C4DF5C85D372DBD1_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* LandscapeDataRasterizer_t6D31AE8F7C6DD9EE3A071999B4DFC52BFF802880_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* List_1_t563D16E87A1075C93F235D7CD71E288AD32E0641_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* List_1_t58925A78A274F84D9E284F6F1D514B62092908B6_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* List_1_t72F81508323A323FA6727DCAE9E4209241B62383_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* List_1_t73EE720C502E868F742CE6FF43951DCD21F951A1_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* List_1_t77B94703E05C519A9010DD0614F757F974E1CD8B_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* List_1_t8F3790B7F8C471B3A1336522C7415FB0AC36D47B_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* List_1_t987D5B80738D2852896A351FD59FC0CCCE96F45A_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* List_1_tB951CE80B58D1BF9650862451D8DAD8C231F207B_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* List_1_tBC631FCB854910673B2EF0EBFB74AAA581B47A26_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* List_1_tC2B2F0FF500476942F279BAE4B554183BB036C00_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* List_1_tC549A5C1202941CF8D7156AB07F868A64034EDBA_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* List_1_tC6466240AA55FBD6D754ACE31BB6994F07ACC198_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* MarkerEmitterCornerBeautifier_tF610B2FB795FFE3084A287FFB58429710E6DEF24_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* MathUtils_t05FC770BEB74714DF52EC7EB2718509420AEA703_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Mathf_tE284D016E3B297B72311AAD9EB8F0E643F6A4682_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Queue_1_t245F9661F5081C714C236CD99FF31CE174927FCC_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Queue_1_t675E37081D47D7B3FC36A711EC6E61520AAE8EE5_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Random_t79716069EDE67D1D7734F60AE402D0CA3FB6B4C8_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* RoadBlockLayoutBuiltDelegate_t2DE3113DA786100F32EE8C154BCBCA6197E00176_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* RoadGraphBuilderSettings_t9C848EE52D518784261372600766D63BD6FDB6E6_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* RoadGraphBuilder_tB366628D63C72AE64887B90EFAB119DFADC1E7C7_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* RoadLayoutBuilder_t3A812F7CE786937B3129CC6D652A7CDE63C5CD81_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* SingleU5BU2CU5D_t8C95DA2D5056EB0490FC7DCB1ED30E33DE1D53F4_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* SpatialPartitionCache_t75656499ADE63A544DB658BFCAA6F4C2C44B4BE9_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Stack_1_t008F77A2EA1C59212A9090390D4194878D392F20_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Stack_1_t3197E0F5EA36E611B259A88751D31FC2396FE4B6_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Stopwatch_tA188A210449E22C07053A7D3014DD182C7369043_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_tD605903C30B8A9380AE9C564ACE714B7A7477BCC_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Vector3U5BU5D_tFF1859CCE176131B909E2044F76443064254679C_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Wall2DMarkerInfo_t96E4C77D6D330E380EC7360D449681CAC8B287CD_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_tCD59FF2C3B13D6D3D539EF75FB31E3DFC1A4B77E____0608E0C005C97F5CEE6C83C54872FFA68A91F9A24B1FD02BC07E4C2807696705_0_FieldInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_tCD59FF2C3B13D6D3D539EF75FB31E3DFC1A4B77E____132A98ECE566273156D8B3997FB616A3D0299AC1422B1BEA8D31396A1AEC5912_2_FieldInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_tCD59FF2C3B13D6D3D539EF75FB31E3DFC1A4B77E____1F8407DAB4D0CD6A43CDA82C5C72B1D9E4023FAD36C5B151654BD686F098D203_3_FieldInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_tCD59FF2C3B13D6D3D539EF75FB31E3DFC1A4B77E____2A868E86FB0DC00F5BD41E7C7A6D90043051953C25DA9811799CAFE48E0E5683_4_FieldInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_tCD59FF2C3B13D6D3D539EF75FB31E3DFC1A4B77E____48DA5DDC9CD36D3F74A33B9C9F4B6634314F779E1A2EBE8116466087BFC5FD17_6_FieldInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_tCD59FF2C3B13D6D3D539EF75FB31E3DFC1A4B77E____559411536295B9E72B50D8476FF333ADDDE0C6A216F682F8219CC31AD4FBD00E_7_FieldInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_tCD59FF2C3B13D6D3D539EF75FB31E3DFC1A4B77E____5D134CF03FDD4E98368143157E6338BE48F5FF8627978C903F42C5618F553CD7_8_FieldInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_tCD59FF2C3B13D6D3D539EF75FB31E3DFC1A4B77E____6679E28B9FF699F392DF9754BEF088691751AFB4F9AEF7D5050E31E442B6B4AA_9_FieldInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_tCD59FF2C3B13D6D3D539EF75FB31E3DFC1A4B77E____9374E214F6282E85E67F30CB879638A47F2BA2F3504AE3FD2E0EA613AF0D87AB_10_FieldInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_tCD59FF2C3B13D6D3D539EF75FB31E3DFC1A4B77E____96A3E6A9EFFE5978A60E19DDA6BD201DE5B55B1DEB8061FFB5EE3793F3346B7A_11_FieldInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_tCD59FF2C3B13D6D3D539EF75FB31E3DFC1A4B77E____B2D0E6A72553EC81B00A2D51D8186DD44338DDAA9C37A2F1B0ED1BBEAB669422_12_FieldInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_tCD59FF2C3B13D6D3D539EF75FB31E3DFC1A4B77E____C6DD8AD6D88BF13B0B39A5E4499526E263C471EFFE7B0ADF11FD609D10213BE5_14_FieldInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_tCD59FF2C3B13D6D3D539EF75FB31E3DFC1A4B77E____C8C71DB52931E73356BEAA2A6F887237AFD41ABD2D2B34EF47FB73A35504B40A_15_FieldInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_tCD59FF2C3B13D6D3D539EF75FB31E3DFC1A4B77E____E3525C2408D5F7616BAB4D2D8DF75FACD395DFD1332E4EE75D0EE109FD5E6D94_17_FieldInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_tCD59FF2C3B13D6D3D539EF75FB31E3DFC1A4B77E____EEAC090DFB674F396B03BBD69941E9C1EE461A37C8DD84ED97192DC97871CB0C_18_FieldInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_tCD59FF2C3B13D6D3D539EF75FB31E3DFC1A4B77E____FAD8EAD280BA05A533BA4FDF0B4AE3EFCD2051DA81A4F7AB3DE90197A6008F82_19_FieldInfo_var;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral0190F7E19768C409E0C8F9F72E6B822B8D4C7875;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral01DABAEA1038CE94C68EC1934C99F3FAE1140A8B;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral03874C67068D8C0E79B571F2629E3964651C0A03;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral04628F3522C44D0D48AE5057A0F264C6CFA11561;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral11271472B2BE1C7B08BBBAE4F7B52B5CAF74989E;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral18FCAC1EAA21C5D8767A0F5FB099F9D5E9C100CC;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral1D2252272842A6D7BE6580F627FB1A4B4B90BCC7;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral1D4E8CCA379B39FF22457AFB17639FA26DD7DDEC;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral23E984FA455897D3F8EEE658901E36F0451B284F;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral28A7AC9D8C919C224000CAEB134D66D11C6FAB2C;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral2ECC0955B4C4B2B47FA60FDCF1725E2EC97048AB;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral3C89BD8F2FB3FE1447D86EB765FCAA4EDCADE289;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral3E412C65DD5ABF788D1F841A3BA595D88EE495B9;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral3F0372720CFF49FC8A4458840E3567ACBD8C0A34;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral3FC6EE92510AD4A9F26BE6C515D98FDA5990AA74;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral4503E5127BD849E45958D94404160B0374133184;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral4DE2DA90161D1986D3E63432B3F2AA60E39779A2;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral548D93DDB2AC6B24373148B19D9A625571AB2318;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral5BEFD8CC60A79699B5BB00E37BAC5B62D371E174;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral5CE36D1049E621945C0048E2ACEBBD3BAA0E02B3;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral5FB9FDF4E42E8DEA1765524C59C15EF21C0E1E1F;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral6413A6DBE4B7FE2DBF7DC010BE6CB99F6CF07334;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral64A8A214A1C2F562B33BDFF5648B633C5989FBFB;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral6FBACEBDAF7A3A017A379C39253BE597965F396E;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral70BF4C9D283826DF9CDEF1AD58DD09DC37CC109D;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral740A3E0E070382E541306AF2952CD846315649EB;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral7649AEE062EE200D5810926162F39A75BCEE5287;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral796FE75CFA4A0649EA383B404667A2BCBA44126F;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral7A65EFC5BB52048E35B0D3E2214BCF8CE116440A;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral7A9832BB72528E81C2B9F2B4E424184F4005FE60;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral7F7A67CCC0F09A9D8411C7C6F9A9A04D5BCFC7B3;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral81269EA88503FE5E8DAEEB2DA2574A252E597BD8;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral820625F64F794BCEAA8C8BA0AE99041D1738D0F1;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral837C4035AB8BA1A8AAC6887A2F5CC612315E276B;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral85DBAB3CD3996658ABE3E8DBFD619149CF989BC4;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral8FBF8AA6D7A72EEACFB864E4DB1AC71C83F59437;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral94A2C28C37E76DD1451D0D1814B3361E5DEEF569;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral959D9B34874D0AA745F9AEF984909A3080358D0F;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral96BCB583EE352A244913FF8B550746418399E86C;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral98F84D6CB4EE87D21E60C83991ADCB16A6195EB5;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral9B2A0EC4FF8355824A692B139C626A7E7CC76661;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral9D663893DB013B647BC135E0592448F55939D76D;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral9DE29D01AF39A16E126C934FFB37D95BEF629539;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral9E063A9B348BCB07C23849EA565FA85FED3695DA;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralA03A85A83E5B9B1DBB4C00DA4BBCF7C15B26FDAE;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralA09FE379E356DC8230033E38002AF189EE6E738F;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralA16B682CB385BB3ED64938016F8F2612536F245D;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralAF46E18F486C1FA3E0D2A2866176114101CACD05;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralB2D5CF834B3ADC1AADFB6AC910ACB630EDEC272E;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralC33E4D596C7993FDB66B44DBB288F7217F2689C4;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralC769C3A697EA17B9F3DC92BB9C6B01B4C301E93F;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralC93CEEE043F6977FE3E5134B95256B529517B6FB;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralCA11EB6587C29C39FDA72B5BD2B7F1EAC1045324;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralD95BA11EC07D9529B429010721599C0479634B7B;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralDC3C5C45CE17AFC34A5A461A2DF0E61DCFD062CD;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralE3F3915450F758AE96E311872A41092AEFC371F3;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralE4D6F2CE00D8605C1C4F295BEDB1283B2C53FAA6;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralE90DF4C6742D4ADBF6F4881428EDF26BF39FD8BA;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralF1C337A1AEBCA24E2EA14D5D3A012803EC2E1098;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralF2B5ABCA88E42CB4807AACD6DF08312AC896BD25;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralF4953520A0AD3A548C0606765A7BBC980EC8A8E7;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralF896526FAE3129B1EB505EA9E8EAA5D34074CEEB;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_IndexOf_TisTerrainLayer_t52E14A94A0CF76B0B5509B7FDFDE64FF8A9FEFF9_m83E02BCF47C5FFCBF6A422F76441258EA3BC2CD9_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_Sort_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_m25890A92F785FE37EA662CF502AB0E2A80143F68_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* BlackboardDatabase_1_GetValue_m52CFCDD3753ECD837BB1333FF0C5F959E2378BAF_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* BlackboardDatabase_1_SetValue_m4E4780FCB632FB83B2F0592E15FD61F394CC9DF2_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* CircularCityDungeonBuilder_LayoutBuilder_RoadBlockLayoutBuilt_mFEF086050FBB1138C55F5EC5F163B419A1FE7A6A_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponent_TisCircularCityDungeonConfig_t7817BFF1E73208574A6840788A4429EEE3654351_mCD052CFC3D0FEC3C5503829E3027B7D60DECE618_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponent_TisCircularCityDungeonModel_t94F17830E23611EE5B86A93B5CA7B1024193ABDE_m63AEE898B103B574B28EEC72FDB3EF542D890891_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponent_TisDungeonSplatmap_t029BF947A28B396CEB89BBB14D81A1DB0EF98672_mED46E1CAAE3A9A02116629EAA93A5A76AE2F90E2_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponent_TisDungeon_tAA854F521189538FD299BECE6025726B6C359227_mBD982A528DE9BA119B354B85129CEA38FF5B51F8_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponent_TisGridDungeonConfig_tA813B337E88DBA4D5849118F7CF0D012B1178726_m1A4DD6ECED7D0604F07F24A723CE4209C1B936E8_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponent_TisGridDungeonModel_tAEF5278646C831FA4C6EEEFEF7128869C645942F_m3EEF24796AFD9A8927D05513E28C0A6BDDE8C12D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Add_m081B5F4B0855D2104AE63FE2CDB5F6DE7EB55DB9_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Add_m1371CA196B939E7D86608032F8815559C9DFF364_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Add_m16E7736F4AEEB5C1BFE97D0D32B50C9A08676E64_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Add_m3EFA09167F803E634B36A20C93BEFA4B17570ECC_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Add_m52833CA29E587F3E5C573CAF18DDD29259A7A812_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Add_m76D43B8A2560203356DB2D8917D4B7EA08292E84_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Add_m78B15C61E153B4E977473AFBBFBCE512F8191C61_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Add_m832F97F27EDAB267F2DA94A0EBFA3FCD7E847CB9_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Add_mB0AAF73579E70C9DBAC57221C13DADEA0D4CB9BE_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Add_mD75D20ACEE0C76BC3619410DB58EDC6E4D966695_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Add_mEFBD91851E7400D6BBDB4E521092128F3C5E4FB7_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Add_mFD549E360DA40C8F8320EAD046D469395C198AD3_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Add_mFE8C62355775407D3871E53F6DA6CC4B7CD6098A_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Add_mFEB6223FF4F795CE541DA82578CF6354D0B16B80_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Clear_m18B47EFD1FC9A827076ADD944C9565F39F2CEA2B_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Clear_m232D6420CB72D707C2329510D58F53631343C43A_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Clear_m8E34619B0C56D7685DE8EFD5086C412C09D69009_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Clear_m93996D2172FAAB052355F66BD5396194A48422AA_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Clear_mC649F92C5A4CD26D587330715B975174D83619B8_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Clear_mCB2B62E29F8C002EF9C6323B503932BED655A398_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Clear_mDB02E5F2B0B7FF3FF6EA047850403759477332B4_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_ContainsKey_m050AC0D9D6F681C25C12FBBC7DD71F926D206ED9_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_ContainsKey_m07F84E71E7541E4ACE9E9A2EC069465C0AD4FBA1_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_ContainsKey_m0E75E2883BA24FF22B74045ED7E56A6B820368F6_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_ContainsKey_m327E5BE936BCFA42E0AEC26DCCE7EB6C3B215DE9_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_ContainsKey_m3EB7580C3C05673431D56168C159C82753E2EC37_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_ContainsKey_m5ABF644278F87C8439F7F51731987B461A4AE7D7_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_ContainsKey_m6A7D9A2B5D101C98D3BB27AD32ACD5867FDFB707_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_ContainsKey_m858F7F90339FC79355CA98D14FF61C9BE7C84C57_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_ContainsKey_m9B221216FCB5C31A46DE0826DCD5BFF25CEC7C76_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_ContainsKey_mB7C7D4280336EEBC0E33647D4CF3538E86199448_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_ContainsKey_mD95DF8A0602DB2690D700EBD4E855F767E3BF583_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_ContainsKey_mE05EDB3C98993F821B1BE020425BC494D23309F0_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_ContainsKey_mE903FC2225DFE2E867744B934C51D9C892D34A90_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_ContainsKey_mEA0ED153B6EFF261077D0C1C2768C88211FAB9D7_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_ContainsKey_mF5F83B221C03B5F078111D1A3940B431880728AA_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_ContainsKey_mFED17BC9996C5D3CCCD58B82D2F09B100EFAB963_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_GetEnumerator_m4591B4D6386737DF034F141C9D060A987945F657_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Remove_mBCC44B9A20FD2704A415D523A9D0C179B309EFB0_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_m05DF915F363DACA16099A5C66669849306BEA353_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_m0D97069EE2C92B43FF9D31140FDD1A14C45C20B7_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_m1C27BFCB76502719209514A2EE5F5149FA40DFBD_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_m258FF88E4E1102EA34D96DA0614BBABF3815FE8E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_m2BF09A02B0D962928EAD139F66AD99F425E2D90E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_m3A8F36D7A747D8600654C68A1847EA41B99D54F6_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_m56045BEED28D7A23AB075C0C9C4CA6ABC5748A00_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_m6E7D7A7782A7D7BE5BB88BD1A00B148744A4B81D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_m712893C2C48C47CCAFAD85A865C702E8D3D2B71F_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_m7E88CC76961F80F970C29A9CDDD95B43E943667D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_m8771754E2BBA32FB3F559F9140810B9B185B8938_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_m9242BF83415E907FCF962578CE4F90EB39A5D582_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_mA09809E0FB564DA6A196C0EC39471D9A9FAD2DD1_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_mAC820C19D7D3EBBD633CBF24C3C8648FFDD84D90_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_mB332995737ADDBF22B719CE12A0531054A88CAAC_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_mD8567A238BD2D9EF295E78526DC2D690F30C6CEB_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_mE4AF8F3A662F46547D5CBAC2AAE86DA97589507D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Item_m01C6D6B93A50CD0E695E24766749A5313E5ED357_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Item_m426CC66B8F11B4DEDB8769D20DA5C9ECCB98C455_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Item_m49065CB35CBE74F0E7D018D81BFD778544583625_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Item_m4C47332495DCF89778A760AB7D8D72BBFE1B6491_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Item_m55A977625E42E87073BBDADCDC2A145DD08AF1D9_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Item_m5CD1572F48972FBE16FC71542684B815F3FE1D01_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Item_m5D1468AA311E6D2EE4271DAA37EE59031C29C20E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Item_m842F9BFFF355FABD75DE6A2538ACA5000E4421F6_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Item_m8B87B804DF06D6420B1DCE028675738AA8F3310F_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Item_m94720ECB638EDA3601DFF000742DF88C2F479B60_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Item_mA812D91FE8B310DE904FBA1F50374F4180617D2D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Item_mAB52864F9EF1F4DEBEDD0DE53BE97854FCFD489C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Item_mB2B99A6E12F0E49419FE2C3EA9063E787981F827_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Item_mD400E9FFC63955E8423679CFA40070C4748B3F52_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Item_mDDD523513C55B4DAC5703EFB74C7542874E703E3_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Item_mEA15899328FDB5AC59085A4BDCB38F3AB109FE81_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Item_mFBC30BC3A1B7D1D664D8E00565A4214782B80516_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Keys_m5C89BD2919F901D503CB47625CC0A878B764E333_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Values_m3BA5011C7A6BE949F1F0A0B5A8C24E1B464BD560_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Values_m3BB780BD21162EC3C8BBADB82E29C3BEEAF0ACAA_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Values_mF5AFAFCA17D7C201D5265DFB47E3D68CF9B35F59_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_set_Item_m420CFC153320557E6823B06767710D1E636E5BDF_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_set_Item_mE41E2773982946A9E3CCF0E86AAC5A59A0E022B8_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_ToArray_TisFloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775_m03252E2823E7A14AA4AF320E0E6999B3211F72A0_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_ToArray_TisGameObject_t76FEDD663AB33C991A9C9A23129337651094216F_m86B5968901F31A7FE50DBA57509294CD77E18859_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_m07D362A07C19B36C2FD1B4DC79DD99903D4DA95D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_m13D8B7747BCE3651CB2FD43622DBEDC3E50EA0E6_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_m22A6920E5C432D33B159FAEA756BB77C735A9035_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_m3E940EAB813F5A3C42BCD0DB431BB66327BAA5FC_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_m4FB1D94258DBB5A015EF20B6665509CF162796E3_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_m614B8F6689F978BC2A3F6A7F3E2FF5DCE269E525_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_m63D831B0121B1CC19730ABF2E49EB1BAB3D8D410_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_m6F0308E6B4C8139E51F45E21F84A83F3AD755953_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_m7024952A8A06A2B2FD6A41027C224F14EFB9C2B0_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_m78CE33F908EF5E977351DDCF0DDE935CE81FC839_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_m80473F912ED20CF72FBF4F1BBA779685CBADA4FA_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_mB8CC35D3B6C5E7372C529656A3805F560A552DB7_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_mC12D67FB6B2738537F274204A04E2DA463771F54_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_mC5046E3ED8787B75675E118F1E891FC3511330AE_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_mC7EA452A8170B03342899CC33339B5FA25C99BEC_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_mCC86EAC0EE2AC10384CFC1F0DEF37AD9CED36705_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_mE1B879F00C37CAA51A917A2E29DC37DC500C9151_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_mE4C6EBC3AFC9DB57BD92B069A80A6C39F6444F6F_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_m058ADEC590C81C3B445E1CEEC139CD49DA79E7CC_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_m0CD2BD74D31D6B358226AC7938CDF455BD522A3E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_m214D1BF69ACADB0025E01533E6934D4D46F6DE10_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_m3229975E789FEBAFD3E8C4A5C1DBDA3CEBCADE29_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_m4554D265848AF3D4F0A422D41A195F18F61D21D9_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_m50DDAEE876CA7413DF294BFEC613BDEF32AEDF15_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_m549C2D3ED4E1D8DF35FAE5F8DD52D3A9E1D1AFF6_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_m561A81478F8A8A673F0EC31BF7663678A21FDA95_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_m60D63A8D06853E155D3A9E6D1BCD0BC8E5A008FF_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_m7B6866023EB53E858FA5ED0AE8A73A4CB1FE4FB8_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_m9439B8391013708A77AF0A0B485D8C4F4EEA5DC9_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_m96F4B0BD0A5485C8E8CC57D961DF6F1FA256AF27_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_m99C7EE977A1004680A927B694ED31BDBAFD3E0F3_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_m9C3D158CB944A2244D518FA7989D8312ACCD7C8A_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_m9E447237B39FBFD493CCD02FA686A6EAFE5EB6C2_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_mA125E128FD7E5C44FBBE377D1E91C64612726552_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_mA1D361FE9A99073D485E65E0A746D14AD56E6C1F_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_mFA85FAF612E39EF357417607B395858D588C3B31_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m0466311D5FD06C780338F8D9C9906C861CD51391_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m059E4D95449CCC59BCA08B7A8847532684DCB328_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m07970137362A5E637220042C7D63549DE6FB1CB1_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m098C9AE095DEFD00B1B0314A772330F537805EE2_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m290D3CCCA953D77838B15CD159F26283C4A99622_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m3955DEFF3A1FA3147B1FF403153F037C775F92FD_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m41203F0D5F6FCFD3CEF340A2D9E2C148E772C168_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m43F905F3CFA36123DB30E2FB63989A643C993C58_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m4AAC4833BA64EA18FAEB5AE98B1558ED8B463649_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m55B4D3B3527DAE1D7AAA97F389C9D82FB8002317_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m5D88F495E59567738ED64444B771E12E8235BCE4_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m5ECE4F4C0175BE8CF79895D245B30D2BEB4EAAF0_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m5FB849BD27E36D48FF75A612369B19AE25ED429C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m7236EBE1CFCB6533F96E030500D322B13D0CA5A4_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m95612E759213DA5D2883D68833AC155BF9174F5F_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_mB9D5C240AAB8BB8C4AEC862E805F99ABF5AAE3EC_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_mBA18E1D61B4E2BC488DDCB89194ECFABF658396F_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_mCC10AF4347888150C7C356728C8183205B81A638_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* GameObject_AddComponent_TisGridItemDoorMetadata_t081FCB6F362B79356353002B75AA19D1E78920D7_mF78B1ABFB855145CACD2559A1C8A0255F4D11D85_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* GameObject_GetComponent_TisDungeonSceneProviderData_t550886CE6C51CA704025FA337DD6A8B9835DDA0A_mDAD2CC0D89C67E462DC4D6DF661735DD3321DAFB_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* GameObject_GetComponent_TisGridItemDoorMetadata_t081FCB6F362B79356353002B75AA19D1E78920D7_m7A915F76BD8BADEDC4B302365D51245884AB204E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* HashSet_1_Add_m3CEC6A8ED133CA7EF3C957EA7C946E401291F79C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* HashSet_1_Add_m838292240F40A79A8FA7248252D9DFE734E6EDB3_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* HashSet_1_Add_m9B0DD9902395EE95D3DC522264BE1EBBBD3513EB_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* HashSet_1_Clear_m88C3BA6617F6667126635140414D44D76C42AE92_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* HashSet_1_Contains_m912E38AD34AEBA45CCD4C1D112E289133DFC1678_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* HashSet_1_Contains_m98A9F88FF94538B5EECB0F87E1E3B3572E02ACA1_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* HashSet_1_GetEnumerator_m19EB2056F3B65AFF2E826424C671E7A5371DAFE5_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* HashSet_1_GetEnumerator_m55BD13C9FD783AFB7B5B8F018E3008E05137A360_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* HashSet_1_Remove_mF4C8539185EBCAAE0803DF227E006B701007DD65_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* HashSet_1__ctor_m606D72FA17DC5FB76BFFBA90AE31EF85BE643D0A_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* HashSet_1__ctor_m78839548D7E3252DC1D5F2642AD73C49DD221534_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* HashSet_1__ctor_m90EA29D74B137C5317CDC485AA1D799F0B6726FF_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* KeyCollection_GetEnumerator_m9D3A2CAFEF4F18030D67807ABB156256047CB04F_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* KeyValuePair_2_get_Key_mFFCD113DA69AB2B6C410FF298DE942FCC42C8F3B_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* KeyValuePair_2_get_Value_mAEF0BF5830BAC18EAF54A7706692BD0DF9E50E89_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_AddRange_mCB1B0A8CE8B5286D13A6A48D5202B35CA8D55A45_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m0248A96C5334E9A93E6994B7780478BCD994EA3D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m03E4253ECAC9E7039504BA1D55BC6F0764A37D57_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m0EA451E346863E1702BA49D701BAE1C4CACCB93D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m30CC5D5DD597FD0D69739FA26E86FCBFCC0EEBE5_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m43FBF207375C6E06B8C45ECE614F9B8008FB686E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m717E39955894B7C971A660AC986DE10DCA856EA9_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m79E50C4F592B1703F4B76A8BE7B4855515460CA1_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mA71FE5F91021BEECB7A8263DD981E8EA8759C6B7_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mB3405F00743FB1DB6C39DC431D869FB23B97212F_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mB5FDF069171C4CB1778BFAC3B9015A22EA7DFBCD_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mD754C5426BA06E611CC9275902F4FF3BB4EA6996_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mF01C477CDADA3CC4D7589AF47F15AA10EDB9A371_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Clear_m1912721DF254DBA837C7E0ECFDC7B132E446C3F8_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Clear_m8FC4BDC8811DACDC2126E0932486A8EC9C1FE334_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Clear_mEFDD223B34297B0FE843FC774FE8E651368ED968_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Clear_mF6795DE5F49C1D0B91D6A0955F448B22970D67A9_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Contains_m1DF201FD94AF9D3B9E8472A51CCB5B34750B5E7C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Contains_m4A1BEF189C610FB4296FB42AFDBBE0984396D33A_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_GetEnumerator_m24A1CBC9428047F6672EC9B92A3E4154DC60337A_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_GetEnumerator_m26DC7A9844BEAAEB5CED6EFEF0676E2C0C778D32_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_GetEnumerator_m331144CA804502258AEEBB8716E62853936A0D9F_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_GetEnumerator_m4535DF4066B0735A32ADE60C729CBB57FD07FBF1_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_GetEnumerator_m5A8FFD32A62DDD1E1EF2C5746ADDD20468DE6F35_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_GetEnumerator_m6353C2F311D40B42FC5FF76519D054D93CCABEB0_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_GetEnumerator_m770F82B2052FDCF53229D91D9319599D9111294F_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_GetEnumerator_m96653C754F66CEF890C0DC6D1EE99EC43B709422_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_GetEnumerator_mA843D26C63E5963415DFCA6E49DFA27AFD9C75E8_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_GetEnumerator_mC8C49109360167803DF2DA528B0EF9F54A519D5C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_GetEnumerator_mE99C8F0AD0E80C16E9B36E83EF6F842C1835085D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_RemoveAt_m60D3B14293FFCFAB03D463B1F88FBC8AB695C991_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Remove_m749B64741C2184DA0AEA4EC8E542B2FC0ED3BF01_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Remove_mF24B1C0AF09B2538D76599740003111A58BC08FB_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_ToArray_m65479FB75A5FE539EA1A0D6681172717D23CEAAA_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_ToArray_m9237E7439BAF0FDCFB325D21398E459BEDB3432C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_ToArray_mE1AAAADDC775272475F2F94ADE4C9EAA3FEE0215_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_ToArray_mE3BABA0FB8BE9D8AA04901A6AF7329107FA32C86_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m17F501B5A5C289ECE1B4F3D6EBF05DFA421433F8_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m285462FF07F5F6C6BEA8D90B0F810D05D851DC7F_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m3594F0DA9A2356EC1BE06D92A122AC7D4953A063_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m3ADD9E8E65486E3DDCB59BA04C6E0E13EBB89E80_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m447372C1EF7141193B93090A77395B786C72C7BC_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m4852949C64E504D0806547640CA16F2E163B6BEC_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m4E8A77D9DC18B2DBEED0F31589C42848E91083AD_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m524CF04B2E031396E44907F97354688CCFCB87D3_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m5F1592E976EA8AF510CB7FAD0C29E4006D4BDDCB_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m88C4BD8AC607DB3585552068F4DC437406358D5F_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m93CB70076B61534200B27453DD47EC4151A16C45_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mA8CDBAA34EF84DC69D6C54EC79BD2B8DAE81675D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mC54E2BCBE43279A96FC082F5CDE2D76388BD8F9C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mCC0E71080DE343C1A527526A1AC2DBEC355CEA6C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m202842E768D67374DAFBC80E461722EC02CE0102_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m64AD633075AEC84BC10C1033242EAB61B70ED72A_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_mEEAFAAEB245C54FC097650424D1CECBEF528E966_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_mF1C0C56457C655BDFFC6EE5B46FAD8BAEC1F588B_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m1F8E226CAD72B83C5E75BB66B43025247806B543_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m30F652E544243C8D0A4EC46081125E203D2B4C5F_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_mA0801E662E91D084F2233F36ADE002C372201899_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Object_FindObjectsOfType_TisDungeonItemGroupInfo_tA09BD7C420DC9326C8B2E15B525C857E0FEAFE3A_m8EA71CD366174BEAA470D8A55F90A1141C21FA44_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Object_FindObjectsOfType_TisGridItemDoorMetadata_t081FCB6F362B79356353002B75AA19D1E78920D7_mFD7301947E45B7F74D992D3BF4B133C654E1D43A_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Queue_1_Dequeue_m76849534978A8A78C977E80086BA00C00139E4FF_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Queue_1_Dequeue_mCB71697D9C858BCC4C01E52CEF147CABDCD1494C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Queue_1_Enqueue_m8879529CDF2343DB523106AF0A9DC2A1ED40C73C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Queue_1_Enqueue_m9ECE78B3CD8728D57AF140082546B7D8F6DBE7F9_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Queue_1__ctor_m3761E315B92AD253BD2EDEC9ECF1F6240DE7A76A_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Queue_1__ctor_m3EF543CE477DDB5490A6B4C3D3AC897E15854B20_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Queue_1_get_Count_m198DDAE1090FBD93848BE998C8F00EDCB3BBFCA5_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Queue_1_get_Count_m3E3C68C92477B53FF71F6F8C8E338671743F8E09_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Stack_1_Pop_m59DFD2B5EC8D9044532E0AD0BDB20DB33BA76748_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Stack_1_Pop_m6C802318BB6B86EED2CF00BA8FE172580CBA4825_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Stack_1_Push_mE2C74D547B25BA45DE764E6915EDAA0BF7E657CB_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Stack_1_Push_mF7CC12CF73D9D4B66FFA2E2D264270212CAB3EDA_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Stack_1__ctor_m915995050DB3E545B0C98B198EC439F3460A03DF_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Stack_1__ctor_mF63AE96E8925749CDACE05B89002A389DDD748D1_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Stack_1_get_Count_m1E6B690145DDDBF7B24708A5A93CE2C43A11E270_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Stack_1_get_Count_m367DD1E571E10E5D1B0D13434E35DC7FC31FA886_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ValueCollection_GetEnumerator_mB162D40E3AF30119F38D51EB60B7507E716B482F_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ValueCollection_GetEnumerator_mB2A60B2138B5BFF5CE6F60511522C29586919FD8_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ValueCollection_GetEnumerator_mD8664E9B695F7F5F456F24EEE6A44E9257945204_RuntimeMethod_var;
|
|
struct Delegate_t_marshaled_com;
|
|
struct Delegate_t_marshaled_pinvoke;
|
|
|
|
struct CellU5BU5D_t406DA9ADF2EEAF234F96021B19BC0F69BA6814C8;
|
|
struct CellDoorU5BU5D_t4C7F8D55D36058D4C4286AA43070C1F50CA66F48;
|
|
struct DelegateU5BU5D_tC5AB7E8F745616680F337909D3A8E6C722CDF771;
|
|
struct DetailPrototypeU5BU5D_tB9391EFBDD64B38867DFB8179C6C0E8C81998AB7;
|
|
struct DungeonItemGroupInfoU5BU5D_t4D4E718A3EB5355FE1FBB267CDAF75A20DF36A5E;
|
|
struct FloorChunkU5BU5D_tD6A628523FF858A9D807AB3DF1912F14B30F8C91;
|
|
struct FloorPlanCorridorToolU5BU5D_t71AC1A149B54544B328CEBAC49B50B4120F9597E;
|
|
struct GameObjectU5BU5D_tFF67550DFCE87096D7A3734EA15B75896B2722CF;
|
|
struct GridItemDoorMetadataU5BU5D_tB267005524D13C184A8B3A86B31715CF9E5903CE;
|
|
struct Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C;
|
|
struct IntVectorU5BU5D_t51305BC25B133B84E9B4F1FB09FC5DE6C579C440;
|
|
struct IntVector2KeyU5BU5D_t087F2DCC252B2795AB9FBB8F57FEA28C87C16DB7;
|
|
struct LandscapeTextureU5BU5D_tE6A0A60C237861AC0D17B818973967DF136BDE8F;
|
|
struct ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918;
|
|
struct RoadGraphEdgeU5BU5D_t2C07C4DE5840229A1B22D64F00BC0AED456D8AF7;
|
|
struct RoadGraphNodeU5BU5D_tEC59482B7D29CC54052041F803ECFCC6D197DCA2;
|
|
struct TerrainLayerU5BU5D_t259E391D6115F121FCD284E79F62012D70956EB0;
|
|
struct Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191;
|
|
struct Vector2U5BU5D_tFEBBC94BCC6C9C88277BA04047D2B3FDB6ED7FDA;
|
|
struct Vector3U5BU5D_tFF1859CCE176131B909E2044F76443064254679C;
|
|
struct CellSpatialConfigU5BU5D_t5CB9A45719E0FC1CAB0C7ABE1F532A8773E0B554;
|
|
struct Int32U5BU2CU5D_t46F2694E7DAD7B2B05C940EC5B9DE04E40D0516F;
|
|
struct SingleU5BU2CU5D_t8C95DA2D5056EB0490FC7DCB1ED30E33DE1D53F4;
|
|
struct SingleU5BU2CU2CU5D_tE902E5192C7283A470AAADB477117789A9682488;
|
|
|
|
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
|
|
|
|
// DungeonArchitect.Utils.BlackboardDatabase`1<System.Single>
|
|
struct BlackboardDatabase_1_tB832A6F97B1D095490FF9B70B7E4C978FED46355 : public RuntimeObject
|
|
{
|
|
// T DungeonArchitect.Utils.BlackboardDatabase`1::defaultValue
|
|
float ___defaultValue_0;
|
|
// System.Collections.Generic.Dictionary`2<System.String,T> DungeonArchitect.Utils.BlackboardDatabase`1::database
|
|
Dictionary_2_tFF5BAE20C79FF62D8212212465EDB4D26909FFE9* ___database_1;
|
|
};
|
|
|
|
// System.Collections.Generic.Dictionary`2<System.Int32,System.Collections.Generic.Dictionary`2<System.Int32,DungeonArchitect.Builders.Grid.GridCellInfo>>
|
|
struct Dictionary_2_t1E4AAB19CD6B804B64AFAA5EBEFC031CA7775223 : 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_t69D221683D37F4727E91370B1C1E49B0EAA094AD* ____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_t6FA85319FE7B7A58E07F44ADD76146C5F1DCA521* ____keys_7;
|
|
// System.Collections.Generic.Dictionary`2/ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::_values
|
|
ValueCollection_tB374B7E14360F4ADE4500076A55F5E270AB2F9E0* ____values_8;
|
|
// System.Object System.Collections.Generic.Dictionary`2::_syncRoot
|
|
RuntimeObject* ____syncRoot_9;
|
|
};
|
|
|
|
// System.Collections.Generic.Dictionary`2<System.Int32,System.Collections.Generic.HashSet`1<UnityEngine.GameObject>>
|
|
struct Dictionary_2_t1657FC7D0CA5A01CEBBC689FF06E62E88BF18B41 : 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_t5F4831AB7F9F96AA25DFA8EDBE05BDB7C5A67F47* ____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_t0127C5AA0CEC23B29DE03FE45071DBFB9BF09311* ____keys_7;
|
|
// System.Collections.Generic.Dictionary`2/ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::_values
|
|
ValueCollection_t6137C58435ED3AD87BE77C9CAE633EFE11F4D76A* ____values_8;
|
|
// System.Object System.Collections.Generic.Dictionary`2::_syncRoot
|
|
RuntimeObject* ____syncRoot_9;
|
|
};
|
|
|
|
// System.Collections.Generic.Dictionary`2<System.Int32,System.Collections.Generic.List`1<DungeonArchitect.Builders.Grid.StairInfo>>
|
|
struct Dictionary_2_t1A5C7F5B67FB590E1188CB1637FE5572D8772941 : 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_tEC16774ED44AA19386703096E21433ED471BAEA6* ____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_t59AB372FDA4C9DB285874F42E16D02C1648605A5* ____keys_7;
|
|
// System.Collections.Generic.Dictionary`2/ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::_values
|
|
ValueCollection_t4C336C078C33532BEDC53EFCA50B89F5B70ACF40* ____values_8;
|
|
// System.Object System.Collections.Generic.Dictionary`2::_syncRoot
|
|
RuntimeObject* ____syncRoot_9;
|
|
};
|
|
|
|
// System.Collections.Generic.Dictionary`2<System.Int32,System.Collections.Generic.List`1<DungeonArchitect.Builders.FloorPlan.FloorPlanBuilder/FloorIslandAdjacency>>
|
|
struct Dictionary_2_t9B6AC42299E71EECA8A4C0499C6DDE4C2E4522A8 : 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_t1D4895DDC3F76D77F558C68B33D750FADEE0AF83* ____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_tA162999B8E2783EF9B18AB112B501965DD238858* ____keys_7;
|
|
// System.Collections.Generic.Dictionary`2/ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::_values
|
|
ValueCollection_t33B219179D0BD0DC44C03A803C2372CD76EFAF1B* ____values_8;
|
|
// System.Object System.Collections.Generic.Dictionary`2::_syncRoot
|
|
RuntimeObject* ____syncRoot_9;
|
|
};
|
|
|
|
// System.Collections.Generic.Dictionary`2<System.Int32,UnityEngine.GameObject[]>
|
|
struct Dictionary_2_tA67244141E978011D16C324808EB61B56151233E : 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_tD5BE1378CECC410E1E3AC32486B80F0C477ABCD4* ____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_tD4A4866259ED773EB3C368893E5A6382C8134854* ____keys_7;
|
|
// System.Collections.Generic.Dictionary`2/ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::_values
|
|
ValueCollection_tA4D778970B5DF06EA2D06E32761D2337C203EB74* ____values_8;
|
|
// System.Object System.Collections.Generic.Dictionary`2::_syncRoot
|
|
RuntimeObject* ____syncRoot_9;
|
|
};
|
|
|
|
// System.Collections.Generic.Dictionary`2<System.Int32,DungeonArchitect.Builders.Grid.Cell>
|
|
struct Dictionary_2_t3EFEE226B11F638A8B2F7F047C2D16B631714386 : 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_t1D064B317F19F98B5883C87960160E42FF4C684A* ____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_t9AFE762BC356228E8AE33434D2BEF25AC8273621* ____keys_7;
|
|
// System.Collections.Generic.Dictionary`2/ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::_values
|
|
ValueCollection_tFF62337A9D529A2FAAA0B723EDB1570C813144C3* ____values_8;
|
|
// System.Object System.Collections.Generic.Dictionary`2::_syncRoot
|
|
RuntimeObject* ____syncRoot_9;
|
|
};
|
|
|
|
// System.Collections.Generic.Dictionary`2<System.Int32,DungeonArchitect.LevelStreaming.DungeonItemGroupInfo>
|
|
struct Dictionary_2_t69BADD77B37C0499DACC2ACF275CBA1EBA2AE22A : 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_t12AFCDC39032F5DA0EB518622FCDB6FDE83D4DF3* ____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_t88A8C9DD23305C0D3E4D4DE3EA5DC26C23B49028* ____keys_7;
|
|
// System.Collections.Generic.Dictionary`2/ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::_values
|
|
ValueCollection_t19AB3A072225619ED4BCF157B555F66EFA5ED99C* ____values_8;
|
|
// System.Object System.Collections.Generic.Dictionary`2::_syncRoot
|
|
RuntimeObject* ____syncRoot_9;
|
|
};
|
|
|
|
// System.Collections.Generic.Dictionary`2<System.Int32,DungeonArchitect.Builders.FloorPlan.FloorChunk>
|
|
struct Dictionary_2_tAEA84C7C44DD92B642158B354A5873A02D010B7B : 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_t1154DC4D6E737E33DAE20EF0495D4D3532B0EA4F* ____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_tA1948E7DD146067349BBF090D1A9A210C39EED52* ____keys_7;
|
|
// System.Collections.Generic.Dictionary`2/ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::_values
|
|
ValueCollection_t6EB79C992F3C3642BE21C01295A103410C83727D* ____values_8;
|
|
// System.Object System.Collections.Generic.Dictionary`2::_syncRoot
|
|
RuntimeObject* ____syncRoot_9;
|
|
};
|
|
|
|
// System.Collections.Generic.Dictionary`2<System.Int32,DungeonArchitect.Builders.Grid.GridCellInfo>
|
|
struct Dictionary_2_t53B49FABD4B9D0B6192535AB9D483840D5EB99DB : 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_tB3FFA08548E68373C02C7C98103053F8CB9E632A* ____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_t81FCA90A5E70CE870F3354DB9D939D3F8E90C531* ____keys_7;
|
|
// System.Collections.Generic.Dictionary`2/ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::_values
|
|
ValueCollection_t1CABFADC2BF40E471BBC2C33BC1DFE1427E1C428* ____values_8;
|
|
// System.Object System.Collections.Generic.Dictionary`2::_syncRoot
|
|
RuntimeObject* ____syncRoot_9;
|
|
};
|
|
|
|
// System.Collections.Generic.Dictionary`2<System.Int32,System.Int32>
|
|
struct Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180 : public RuntimeObject
|
|
{
|
|
// System.Int32[] System.Collections.Generic.Dictionary`2::_buckets
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ____buckets_0;
|
|
// System.Collections.Generic.Dictionary`2/Entry<TKey,TValue>[] System.Collections.Generic.Dictionary`2::_entries
|
|
EntryU5BU5D_t197C691F43F1694B771BF83C278D12BBFEEB86FA* ____entries_1;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2::_count
|
|
int32_t ____count_2;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2::_freeList
|
|
int32_t ____freeList_3;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2::_freeCount
|
|
int32_t ____freeCount_4;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2::_version
|
|
int32_t ____version_5;
|
|
// System.Collections.Generic.IEqualityComparer`1<TKey> System.Collections.Generic.Dictionary`2::_comparer
|
|
RuntimeObject* ____comparer_6;
|
|
// System.Collections.Generic.Dictionary`2/KeyCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::_keys
|
|
KeyCollection_t67E8423B5AEB30C254013AD88AB68D2A36F1F436* ____keys_7;
|
|
// System.Collections.Generic.Dictionary`2/ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::_values
|
|
ValueCollection_t74AF7C1BAE06C66E984668F663D574ED6A596D28* ____values_8;
|
|
// System.Object System.Collections.Generic.Dictionary`2::_syncRoot
|
|
RuntimeObject* ____syncRoot_9;
|
|
};
|
|
|
|
// System.Collections.Generic.Dictionary`2<System.Int32,DungeonArchitect.RoadNetworks.RoadGraphNode>
|
|
struct Dictionary_2_t8D6A7A700F96E1A61157A5FEBCCD03E7AA57E00E : 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_t84FC91E3F4E8A38DCBC1CDE2E711FE135132EA3A* ____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_tCA4CEB2C440D922A818450170AABAD2037EB1BB3* ____keys_7;
|
|
// System.Collections.Generic.Dictionary`2/ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::_values
|
|
ValueCollection_t0C00DAA5126D6A89132587152D36835E5B5F8198* ____values_8;
|
|
// System.Object System.Collections.Generic.Dictionary`2::_syncRoot
|
|
RuntimeObject* ____syncRoot_9;
|
|
};
|
|
|
|
// System.Collections.Generic.Dictionary`2<System.Int32,DungeonArchitect.Builders.FloorPlan.FloorChunkDB/FChunkCacheNode>
|
|
struct Dictionary_2_tDB52B2F94418CB3A97A8FF2E2378A3C67ABEDDCC : 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_t9EDC97C4565E2DDDDBABFE66760FABACFEFAD358* ____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_tD2B785226B497C90F4CFEF1C8789026F322A5D00* ____keys_7;
|
|
// System.Collections.Generic.Dictionary`2/ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::_values
|
|
ValueCollection_t6E4107E75B30BDD2C535C5695A09AB5EBB3BE94A* ____values_8;
|
|
// System.Object System.Collections.Generic.Dictionary`2::_syncRoot
|
|
RuntimeObject* ____syncRoot_9;
|
|
};
|
|
|
|
// System.Collections.Generic.Dictionary`2<DungeonArchitect.IntVector,System.Collections.Generic.HashSet`1<DungeonArchitect.IntVector>>
|
|
struct Dictionary_2_t0A29C7F6E2FC79FA63F0CF7886E5407F4324D526 : 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_t669D0C093011009C3E3E675B344309C8387B7ABB* ____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_t4B5A472501BE59C281F78E8E7AE016C5FB5083B6* ____keys_7;
|
|
// System.Collections.Generic.Dictionary`2/ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::_values
|
|
ValueCollection_t9E8582630754E1D1F21A8BE883223557EF6CB748* ____values_8;
|
|
// System.Object System.Collections.Generic.Dictionary`2::_syncRoot
|
|
RuntimeObject* ____syncRoot_9;
|
|
};
|
|
|
|
// System.Collections.Generic.Dictionary`2<DungeonArchitect.IntVector,DungeonArchitect.Builders.FloorPlan.FloorPlanBuilder/FloorIslandNode>
|
|
struct Dictionary_2_tAEC15228CF936EF6CBEA3DA55EBD9B73E9821F78 : 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_t7AC625E9DB128056AD4DD6730739315CCA7CD8BA* ____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_tABD9428F8C0B2DDB1EE00CB02721C13E84966BE8* ____keys_7;
|
|
// System.Collections.Generic.Dictionary`2/ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::_values
|
|
ValueCollection_t539452C9405317759C3C98127DD6BE86BD9ECC04* ____values_8;
|
|
// System.Object System.Collections.Generic.Dictionary`2::_syncRoot
|
|
RuntimeObject* ____syncRoot_9;
|
|
};
|
|
|
|
// System.Collections.Generic.Dictionary`2<DungeonArchitect.IntVector2,System.Collections.Generic.List`1<UnityEngine.Vector3>>
|
|
struct Dictionary_2_t10BD0B6C508CB4471BF107ECB9DC511E2BFA861E : 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_tE76C101862AC5F2E8C93EE00DE0C22455ED747E0* ____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_t0CBC5F8AD5646F55F0F57CCAB25D58C65BCA0F3E* ____keys_7;
|
|
// System.Collections.Generic.Dictionary`2/ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::_values
|
|
ValueCollection_t4FA0EAC77D85CBB2603EE55D8A1C86778DF49FD4* ____values_8;
|
|
// System.Object System.Collections.Generic.Dictionary`2::_syncRoot
|
|
RuntimeObject* ____syncRoot_9;
|
|
};
|
|
|
|
// System.Collections.Generic.Dictionary`2<DungeonArchitect.Builders.Grid.IntVector2Key,DungeonArchitect.Builders.Grid.CellDoor>
|
|
struct Dictionary_2_tF902D5EE5DE455988365F63F4B9C04E6B35303BC : 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_t35AD5D85D772BE61F25DC3E89C0BC36F2E9E09CF* ____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_t8324FBCEAB9350B8D6825F328A3D3C87C2BA8129* ____keys_7;
|
|
// System.Collections.Generic.Dictionary`2/ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::_values
|
|
ValueCollection_tBD07CE06578F1F5A801D1EDF533679EBCD024454* ____values_8;
|
|
// System.Object System.Collections.Generic.Dictionary`2::_syncRoot
|
|
RuntimeObject* ____syncRoot_9;
|
|
};
|
|
|
|
// System.Collections.Generic.Dictionary`2<System.String,System.Collections.Generic.HashSet`1<DungeonArchitect.IntVector>>
|
|
struct Dictionary_2_t280F5352954FEFD23A66FD58FCF640789C686B5B : 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_tAB3E59BA123565527B660A3DB5DAE79CFD36E45D* ____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_tA5AFB17910027203AAC18C9832B2D2A781B050CB* ____keys_7;
|
|
// System.Collections.Generic.Dictionary`2/ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::_values
|
|
ValueCollection_t9FFBACBDC7A88982999D5D1FA818C446CC7E1341* ____values_8;
|
|
// System.Object System.Collections.Generic.Dictionary`2::_syncRoot
|
|
RuntimeObject* ____syncRoot_9;
|
|
};
|
|
|
|
// System.Collections.Generic.HashSet`1<UnityEngine.GameObject>
|
|
struct HashSet_1_tAA6C1F6337C1D573AEC249E1B9B43BFCADF908F2 : public RuntimeObject
|
|
{
|
|
// System.Int32[] System.Collections.Generic.HashSet`1::_buckets
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ____buckets_7;
|
|
// System.Collections.Generic.HashSet`1/Slot<T>[] System.Collections.Generic.HashSet`1::_slots
|
|
SlotU5BU5D_tB1C42D5EF2511EFCBAB55800F2BA34053EA1DBD9* ____slots_8;
|
|
// System.Int32 System.Collections.Generic.HashSet`1::_count
|
|
int32_t ____count_9;
|
|
// System.Int32 System.Collections.Generic.HashSet`1::_lastIndex
|
|
int32_t ____lastIndex_10;
|
|
// System.Int32 System.Collections.Generic.HashSet`1::_freeList
|
|
int32_t ____freeList_11;
|
|
// System.Collections.Generic.IEqualityComparer`1<T> System.Collections.Generic.HashSet`1::_comparer
|
|
RuntimeObject* ____comparer_12;
|
|
// System.Int32 System.Collections.Generic.HashSet`1::_version
|
|
int32_t ____version_13;
|
|
// System.Runtime.Serialization.SerializationInfo System.Collections.Generic.HashSet`1::_siInfo
|
|
SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* ____siInfo_14;
|
|
};
|
|
|
|
// System.Collections.Generic.HashSet`1<System.Int32>
|
|
struct HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2 : public RuntimeObject
|
|
{
|
|
// System.Int32[] System.Collections.Generic.HashSet`1::_buckets
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ____buckets_7;
|
|
// System.Collections.Generic.HashSet`1/Slot<T>[] System.Collections.Generic.HashSet`1::_slots
|
|
SlotU5BU5D_tC4D7CD3E804DC835CCF2F990797BC1D9AE4330D7* ____slots_8;
|
|
// System.Int32 System.Collections.Generic.HashSet`1::_count
|
|
int32_t ____count_9;
|
|
// System.Int32 System.Collections.Generic.HashSet`1::_lastIndex
|
|
int32_t ____lastIndex_10;
|
|
// System.Int32 System.Collections.Generic.HashSet`1::_freeList
|
|
int32_t ____freeList_11;
|
|
// System.Collections.Generic.IEqualityComparer`1<T> System.Collections.Generic.HashSet`1::_comparer
|
|
RuntimeObject* ____comparer_12;
|
|
// System.Int32 System.Collections.Generic.HashSet`1::_version
|
|
int32_t ____version_13;
|
|
// System.Runtime.Serialization.SerializationInfo System.Collections.Generic.HashSet`1::_siInfo
|
|
SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* ____siInfo_14;
|
|
};
|
|
|
|
// System.Collections.Generic.HashSet`1<DungeonArchitect.IntVector>
|
|
struct HashSet_1_tA1EF3184AD46B7255ABC462FA85BEA5168966215 : public RuntimeObject
|
|
{
|
|
// System.Int32[] System.Collections.Generic.HashSet`1::_buckets
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ____buckets_7;
|
|
// System.Collections.Generic.HashSet`1/Slot<T>[] System.Collections.Generic.HashSet`1::_slots
|
|
SlotU5BU5D_t2CFDF858EE12B89FC5F13DBADC8CBAC5CC2370D6* ____slots_8;
|
|
// System.Int32 System.Collections.Generic.HashSet`1::_count
|
|
int32_t ____count_9;
|
|
// System.Int32 System.Collections.Generic.HashSet`1::_lastIndex
|
|
int32_t ____lastIndex_10;
|
|
// System.Int32 System.Collections.Generic.HashSet`1::_freeList
|
|
int32_t ____freeList_11;
|
|
// System.Collections.Generic.IEqualityComparer`1<T> System.Collections.Generic.HashSet`1::_comparer
|
|
RuntimeObject* ____comparer_12;
|
|
// System.Int32 System.Collections.Generic.HashSet`1::_version
|
|
int32_t ____version_13;
|
|
// System.Runtime.Serialization.SerializationInfo System.Collections.Generic.HashSet`1::_siInfo
|
|
SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* ____siInfo_14;
|
|
};
|
|
|
|
// System.Collections.Generic.Dictionary`2/KeyCollection<DungeonArchitect.Builders.Grid.IntVector2Key,DungeonArchitect.Builders.Grid.CellDoor>
|
|
struct KeyCollection_t8324FBCEAB9350B8D6825F328A3D3C87C2BA8129 : public RuntimeObject
|
|
{
|
|
// System.Collections.Generic.Dictionary`2<TKey,TValue> System.Collections.Generic.Dictionary`2/KeyCollection::_dictionary
|
|
Dictionary_2_tF902D5EE5DE455988365F63F4B9C04E6B35303BC* ____dictionary_0;
|
|
};
|
|
|
|
// System.Collections.Generic.List`1<DungeonArchitect.Builders.Grid.Cell>
|
|
struct List_1_t987D5B80738D2852896A351FD59FC0CCCE96F45A : public RuntimeObject
|
|
{
|
|
// T[] System.Collections.Generic.List`1::_items
|
|
CellU5BU5D_t406DA9ADF2EEAF234F96021B19BC0F69BA6814C8* ____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<DungeonArchitect.Builders.Grid.CellDoor>
|
|
struct List_1_tC549A5C1202941CF8D7156AB07F868A64034EDBA : public RuntimeObject
|
|
{
|
|
// T[] System.Collections.Generic.List`1::_items
|
|
CellDoorU5BU5D_t4C7F8D55D36058D4C4286AA43070C1F50CA66F48* ____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<DungeonArchitect.Builders.FloorPlan.FloorChunk>
|
|
struct List_1_tC2B2F0FF500476942F279BAE4B554183BB036C00 : public RuntimeObject
|
|
{
|
|
// T[] System.Collections.Generic.List`1::_items
|
|
FloorChunkU5BU5D_tD6A628523FF858A9D807AB3DF1912F14B30F8C91* ____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<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<DungeonArchitect.IntVector>
|
|
struct List_1_t72F81508323A323FA6727DCAE9E4209241B62383 : public RuntimeObject
|
|
{
|
|
// T[] System.Collections.Generic.List`1::_items
|
|
IntVectorU5BU5D_t51305BC25B133B84E9B4F1FB09FC5DE6C579C440* ____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<DungeonArchitect.Builders.Grid.IntVector2Key>
|
|
struct List_1_tC6466240AA55FBD6D754ACE31BB6994F07ACC198 : public RuntimeObject
|
|
{
|
|
// T[] System.Collections.Generic.List`1::_items
|
|
IntVector2KeyU5BU5D_t087F2DCC252B2795AB9FBB8F57FEA28C87C16DB7* ____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<DungeonArchitect.Builders.Grid.StairInfo>
|
|
struct List_1_t73B55D3BE443B7E7B725BA4D211DC08937B6C557 : public RuntimeObject
|
|
{
|
|
// T[] System.Collections.Generic.List`1::_items
|
|
StairInfoU5BU5D_t16C421F54D2E1FBCB0981BE2502E900A92CBD448* ____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.TerrainLayer>
|
|
struct List_1_tBC631FCB854910673B2EF0EBFB74AAA581B47A26 : public RuntimeObject
|
|
{
|
|
// T[] System.Collections.Generic.List`1::_items
|
|
TerrainLayerU5BU5D_t259E391D6115F121FCD284E79F62012D70956EB0* ____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.Vector2>
|
|
struct List_1_t8F3790B7F8C471B3A1336522C7415FB0AC36D47B : public RuntimeObject
|
|
{
|
|
// T[] System.Collections.Generic.List`1::_items
|
|
Vector2U5BU5D_tFEBBC94BCC6C9C88277BA04047D2B3FDB6ED7FDA* ____items_1;
|
|
// System.Int32 System.Collections.Generic.List`1::_size
|
|
int32_t ____size_2;
|
|
// System.Int32 System.Collections.Generic.List`1::_version
|
|
int32_t ____version_3;
|
|
// System.Object System.Collections.Generic.List`1::_syncRoot
|
|
RuntimeObject* ____syncRoot_4;
|
|
};
|
|
|
|
// System.Collections.Generic.List`1<UnityEngine.Vector3>
|
|
struct List_1_t77B94703E05C519A9010DD0614F757F974E1CD8B : public RuntimeObject
|
|
{
|
|
// T[] System.Collections.Generic.List`1::_items
|
|
Vector3U5BU5D_tFF1859CCE176131B909E2044F76443064254679C* ____items_1;
|
|
// System.Int32 System.Collections.Generic.List`1::_size
|
|
int32_t ____size_2;
|
|
// System.Int32 System.Collections.Generic.List`1::_version
|
|
int32_t ____version_3;
|
|
// System.Object System.Collections.Generic.List`1::_syncRoot
|
|
RuntimeObject* ____syncRoot_4;
|
|
};
|
|
|
|
// System.Collections.Generic.List`1<DungeonArchitect.Volume>
|
|
struct List_1_tC9D21D2966EBAA07241DB95D292FBCAE9A1227D2 : public RuntimeObject
|
|
{
|
|
// T[] System.Collections.Generic.List`1::_items
|
|
VolumeU5BU5D_t97E8728F96D959704AD33D584EA52FCBA151008C* ____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<DungeonArchitect.Builders.FloorPlan.FloorPlanBuilder/FloorIslandAdjacency>
|
|
struct List_1_t563D16E87A1075C93F235D7CD71E288AD32E0641 : public RuntimeObject
|
|
{
|
|
// T[] System.Collections.Generic.List`1::_items
|
|
FloorIslandAdjacencyU5BU5D_t78F7EEDD9E3F0910E3801F6FE2206D6E264EEA8B* ____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<DungeonArchitect.Builders.FloorPlan.FloorPlanBuilder/FloorIslandNode>
|
|
struct List_1_t73EE720C502E868F742CE6FF43951DCD21F951A1 : public RuntimeObject
|
|
{
|
|
// T[] System.Collections.Generic.List`1::_items
|
|
FloorIslandNodeU5BU5D_t543F6F386AE85909D513E658B40ED2CE2C80175B* ____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<DungeonArchitect.Builders.Grid.MarkerEmitterGridWall2D/Wall2DMarkerInfo>
|
|
struct List_1_t58925A78A274F84D9E284F6F1D514B62092908B6 : public RuntimeObject
|
|
{
|
|
// T[] System.Collections.Generic.List`1::_items
|
|
Wall2DMarkerInfoU5BU5D_t4C241154CE05190D091C6EF72D4430DBB4FE7B1E* ____items_1;
|
|
// System.Int32 System.Collections.Generic.List`1::_size
|
|
int32_t ____size_2;
|
|
// System.Int32 System.Collections.Generic.List`1::_version
|
|
int32_t ____version_3;
|
|
// System.Object System.Collections.Generic.List`1::_syncRoot
|
|
RuntimeObject* ____syncRoot_4;
|
|
};
|
|
|
|
// System.Collections.Generic.Queue`1<DungeonArchitect.IntVector>
|
|
struct Queue_1_t675E37081D47D7B3FC36A711EC6E61520AAE8EE5 : public RuntimeObject
|
|
{
|
|
// T[] System.Collections.Generic.Queue`1::_array
|
|
IntVectorU5BU5D_t51305BC25B133B84E9B4F1FB09FC5DE6C579C440* ____array_0;
|
|
// System.Int32 System.Collections.Generic.Queue`1::_head
|
|
int32_t ____head_1;
|
|
// System.Int32 System.Collections.Generic.Queue`1::_tail
|
|
int32_t ____tail_2;
|
|
// System.Int32 System.Collections.Generic.Queue`1::_size
|
|
int32_t ____size_3;
|
|
// System.Int32 System.Collections.Generic.Queue`1::_version
|
|
int32_t ____version_4;
|
|
// System.Object System.Collections.Generic.Queue`1::_syncRoot
|
|
RuntimeObject* ____syncRoot_5;
|
|
};
|
|
|
|
// System.Collections.Generic.Queue`1<DungeonArchitect.Builders.Grid.GridDungeonModelUtils/LongestPathBFSData>
|
|
struct Queue_1_t245F9661F5081C714C236CD99FF31CE174927FCC : public RuntimeObject
|
|
{
|
|
// T[] System.Collections.Generic.Queue`1::_array
|
|
LongestPathBFSDataU5BU5D_t0C288B426D25521C95A584D72E1F6B2259AD62FA* ____array_0;
|
|
// System.Int32 System.Collections.Generic.Queue`1::_head
|
|
int32_t ____head_1;
|
|
// System.Int32 System.Collections.Generic.Queue`1::_tail
|
|
int32_t ____tail_2;
|
|
// System.Int32 System.Collections.Generic.Queue`1::_size
|
|
int32_t ____size_3;
|
|
// System.Int32 System.Collections.Generic.Queue`1::_version
|
|
int32_t ____version_4;
|
|
// System.Object System.Collections.Generic.Queue`1::_syncRoot
|
|
RuntimeObject* ____syncRoot_5;
|
|
};
|
|
|
|
// System.Collections.Generic.Stack`1<DungeonArchitect.Builders.FloorPlan.FloorChunk>
|
|
struct Stack_1_t008F77A2EA1C59212A9090390D4194878D392F20 : public RuntimeObject
|
|
{
|
|
// T[] System.Collections.Generic.Stack`1::_array
|
|
FloorChunkU5BU5D_tD6A628523FF858A9D807AB3DF1912F14B30F8C91* ____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<System.Int32>
|
|
struct Stack_1_t3197E0F5EA36E611B259A88751D31FC2396FE4B6 : public RuntimeObject
|
|
{
|
|
// T[] System.Collections.Generic.Stack`1::_array
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ____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<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.Dictionary`2/ValueCollection<System.Int32,System.Collections.Generic.List`1<DungeonArchitect.Builders.Grid.StairInfo>>
|
|
struct ValueCollection_t4C336C078C33532BEDC53EFCA50B89F5B70ACF40 : public RuntimeObject
|
|
{
|
|
// System.Collections.Generic.Dictionary`2<TKey,TValue> System.Collections.Generic.Dictionary`2/ValueCollection::_dictionary
|
|
Dictionary_2_t1A5C7F5B67FB590E1188CB1637FE5572D8772941* ____dictionary_0;
|
|
};
|
|
|
|
// System.Collections.Generic.Dictionary`2/ValueCollection<System.Int32,DungeonArchitect.LevelStreaming.DungeonItemGroupInfo>
|
|
struct ValueCollection_t19AB3A072225619ED4BCF157B555F66EFA5ED99C : public RuntimeObject
|
|
{
|
|
// System.Collections.Generic.Dictionary`2<TKey,TValue> System.Collections.Generic.Dictionary`2/ValueCollection::_dictionary
|
|
Dictionary_2_t69BADD77B37C0499DACC2ACF275CBA1EBA2AE22A* ____dictionary_0;
|
|
};
|
|
|
|
// System.Collections.Generic.Dictionary`2/ValueCollection<System.Int32,DungeonArchitect.Builders.FloorPlan.FloorChunk>
|
|
struct ValueCollection_t6EB79C992F3C3642BE21C01295A103410C83727D : public RuntimeObject
|
|
{
|
|
// System.Collections.Generic.Dictionary`2<TKey,TValue> System.Collections.Generic.Dictionary`2/ValueCollection::_dictionary
|
|
Dictionary_2_tAEA84C7C44DD92B642158B354A5873A02D010B7B* ____dictionary_0;
|
|
};
|
|
|
|
// DungeonArchitect.Utils.Blackboard
|
|
struct Blackboard_t02618F4A3DD340B66759F75B766D598574968BAA : public RuntimeObject
|
|
{
|
|
// DungeonArchitect.Utils.BlackboardDatabase`1<System.Int32> DungeonArchitect.Utils.Blackboard::intEntries
|
|
BlackboardDatabase_1_tF6BBF6273855B129F95CAFE2F765D24B5B70FC72* ___intEntries_0;
|
|
// DungeonArchitect.Utils.BlackboardDatabase`1<System.Single> DungeonArchitect.Utils.Blackboard::floatEntries
|
|
BlackboardDatabase_1_tB832A6F97B1D095490FF9B70B7E4C978FED46355* ___floatEntries_1;
|
|
// DungeonArchitect.Utils.BlackboardDatabase`1<System.String> DungeonArchitect.Utils.Blackboard::stringEntries
|
|
BlackboardDatabase_1_tAFAA73C37E560BACCAD590E452728043822C87FE* ___stringEntries_2;
|
|
// DungeonArchitect.Utils.BlackboardDatabase`1<UnityEngine.Vector3> DungeonArchitect.Utils.Blackboard::vectorEntries
|
|
BlackboardDatabase_1_tAB707473BF382E39EB0C239AEC422BF52206FA16* ___vectorEntries_3;
|
|
// DungeonArchitect.Utils.BlackboardDatabase`1<DungeonArchitect.IntVector> DungeonArchitect.Utils.Blackboard::intVectorEntries
|
|
BlackboardDatabase_1_tAD075DE2546B5A614DB5F44C12D1BB35DAFCC260* ___intVectorEntries_4;
|
|
};
|
|
|
|
// DungeonArchitect.BlurFilter
|
|
struct BlurFilter_tF0801D259DC7617718278B642A023EDD7CEB7998 : public RuntimeObject
|
|
{
|
|
// System.Int32 DungeonArchitect.BlurFilter::radius
|
|
int32_t ___radius_0;
|
|
// System.Int32 DungeonArchitect.BlurFilter::w
|
|
int32_t ___w_1;
|
|
// System.Int32 DungeonArchitect.BlurFilter::h
|
|
int32_t ___h_2;
|
|
};
|
|
|
|
// DungeonArchitect.Builders.Grid.CellDoor
|
|
struct CellDoor_t1C9E99F62317AEBD0FB8E640443435E6170AA6D5 : public RuntimeObject
|
|
{
|
|
// DungeonArchitect.IntVector[] DungeonArchitect.Builders.Grid.CellDoor::adjacentTiles
|
|
IntVectorU5BU5D_t51305BC25B133B84E9B4F1FB09FC5DE6C579C440* ___adjacentTiles_0;
|
|
// System.Boolean DungeonArchitect.Builders.Grid.CellDoor::enabled
|
|
bool ___enabled_1;
|
|
// System.Int32[] DungeonArchitect.Builders.Grid.CellDoor::adjacentCells
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___adjacentCells_2;
|
|
};
|
|
|
|
// DungeonArchitect.Builders.CircularCity.CircularCityDungeonMarkerNames
|
|
struct CircularCityDungeonMarkerNames_tD9DE7FBCEE796749D71974981B9047385DA12E60 : public RuntimeObject
|
|
{
|
|
};
|
|
|
|
// DungeonArchitect.Builders.CircularCity.CircularCityFoliageEntry
|
|
struct CircularCityFoliageEntry_tECB3EFBC73A369710EBC5E1322B34F9C3C0C2574 : public RuntimeObject
|
|
{
|
|
// System.Int32 DungeonArchitect.Builders.CircularCity.CircularCityFoliageEntry::grassIndex
|
|
int32_t ___grassIndex_0;
|
|
// System.Single DungeonArchitect.Builders.CircularCity.CircularCityFoliageEntry::density
|
|
float ___density_1;
|
|
};
|
|
|
|
// DungeonArchitect.Builders.CircularCity.CircularCityFoliageTheme
|
|
struct CircularCityFoliageTheme_t09AA71DB8CF25EAA15F9B1CFDB7FF55A8080F0CD : public RuntimeObject
|
|
{
|
|
// DungeonArchitect.Builders.CircularCity.CircularCityLandscapeTextureType DungeonArchitect.Builders.CircularCity.CircularCityFoliageTheme::textureType
|
|
int32_t ___textureType_0;
|
|
// DungeonArchitect.Builders.CircularCity.CircularCityFoliageEntry[] DungeonArchitect.Builders.CircularCity.CircularCityFoliageTheme::foliageEntries
|
|
CircularCityFoliageEntryU5BU5D_t8EAF7B897BEF1F7447C4F764E3084F68215F60B7* ___foliageEntries_1;
|
|
// UnityEngine.AnimationCurve DungeonArchitect.Builders.CircularCity.CircularCityFoliageTheme::curve
|
|
AnimationCurve_tCBFFAAD05CEBB35EF8D8631BD99914BE1A6BB354* ___curve_2;
|
|
// System.Single DungeonArchitect.Builders.CircularCity.CircularCityFoliageTheme::density
|
|
float ___density_3;
|
|
};
|
|
|
|
// DungeonArchitect.Builders.Grid.DoorManager
|
|
struct DoorManager_t2E65BDE0A91F2AC349DA211CBF35427A2D919203 : public RuntimeObject
|
|
{
|
|
// System.Collections.Generic.Dictionary`2<DungeonArchitect.Builders.Grid.IntVector2Key,DungeonArchitect.Builders.Grid.CellDoor> DungeonArchitect.Builders.Grid.DoorManager::doorLookupCache
|
|
Dictionary_2_tF902D5EE5DE455988365F63F4B9C04E6B35303BC* ___doorLookupCache_0;
|
|
// System.Collections.Generic.List`1<DungeonArchitect.Builders.Grid.CellDoor> DungeonArchitect.Builders.Grid.DoorManager::doors
|
|
List_1_tC549A5C1202941CF8D7156AB07F868A64034EDBA* ___doors_1;
|
|
};
|
|
|
|
// DungeonArchitect.Builders.FloorPlan.FloorChunkDB
|
|
struct FloorChunkDB_tD6E5766D39D25018B82906C456A920512D9E0696 : public RuntimeObject
|
|
{
|
|
// System.Collections.Generic.Dictionary`2<System.Int32,DungeonArchitect.Builders.FloorPlan.FloorChunk> DungeonArchitect.Builders.FloorPlan.FloorChunkDB::Chunks
|
|
Dictionary_2_tAEA84C7C44DD92B642158B354A5873A02D010B7B* ___Chunks_0;
|
|
// System.Collections.Generic.Dictionary`2<System.Int32,DungeonArchitect.Builders.FloorPlan.FloorChunkDB/FChunkCacheNode> DungeonArchitect.Builders.FloorPlan.FloorChunkDB::CachePositionToChunk
|
|
Dictionary_2_tDB52B2F94418CB3A97A8FF2E2378A3C67ABEDDCC* ___CachePositionToChunk_1;
|
|
// System.Int32 DungeonArchitect.Builders.FloorPlan.FloorChunkDB::IdCounter
|
|
int32_t ___IdCounter_2;
|
|
};
|
|
|
|
// DungeonArchitect.Builders.FloorPlan.FloorDoorManager
|
|
struct FloorDoorManager_tB284F7FF94D176DB5250C96E2A25376D07FEB8E2 : public RuntimeObject
|
|
{
|
|
// System.Collections.Generic.Dictionary`2<DungeonArchitect.IntVector,System.Collections.Generic.HashSet`1<DungeonArchitect.IntVector>> DungeonArchitect.Builders.FloorPlan.FloorDoorManager::DoorMap
|
|
Dictionary_2_t0A29C7F6E2FC79FA63F0CF7886E5407F4324D526* ___DoorMap_0;
|
|
};
|
|
|
|
// DungeonArchitect.Builders.FloorPlan.FloorPlanMarkerNames
|
|
struct FloorPlanMarkerNames_t1B709C8E5ADB09E034C1C7B0A96853FDBF0EF24D : public RuntimeObject
|
|
{
|
|
};
|
|
|
|
// DungeonArchitect.Builders.Grid.GridBuilderDoorMetadata
|
|
struct GridBuilderDoorMetadata_t7C2BEDD9346F7B9E80AC7AD002B7C05454278E8D : public RuntimeObject
|
|
{
|
|
// System.Int32 DungeonArchitect.Builders.Grid.GridBuilderDoorMetadata::CellA
|
|
int32_t ___CellA_0;
|
|
// System.Int32 DungeonArchitect.Builders.Grid.GridBuilderDoorMetadata::CellB
|
|
int32_t ___CellB_1;
|
|
};
|
|
|
|
// DungeonArchitect.Builders.Grid.GridBuilderUtils
|
|
struct GridBuilderUtils_t83B629539BADC8A9100BEC31D9A926026D104169 : public RuntimeObject
|
|
{
|
|
};
|
|
|
|
// DungeonArchitect.Builders.Grid.GridCellInfo
|
|
struct GridCellInfo_t742531730F06A9444088AF5B821D776397CE6AFA : public RuntimeObject
|
|
{
|
|
// System.Int32 DungeonArchitect.Builders.Grid.GridCellInfo::CellId
|
|
int32_t ___CellId_0;
|
|
// DungeonArchitect.Builders.Grid.CellType DungeonArchitect.Builders.Grid.GridCellInfo::CellType
|
|
int32_t ___CellType_1;
|
|
// System.Boolean DungeonArchitect.Builders.Grid.GridCellInfo::ContainsDoor
|
|
bool ___ContainsDoor_2;
|
|
};
|
|
|
|
// DungeonArchitect.Builders.Grid.GridDebugDrawUtils
|
|
struct GridDebugDrawUtils_t555B4AFAD348DE041AF3C9AC23AFB30923B03C42 : public RuntimeObject
|
|
{
|
|
};
|
|
|
|
// DungeonArchitect.Builders.Grid.GridDungeonMarkerNames
|
|
struct GridDungeonMarkerNames_tC17AF5D30BC911B0C9537F392DC7B6007DEC93D8 : public RuntimeObject
|
|
{
|
|
};
|
|
|
|
// DungeonArchitect.Builders.Grid.Mirroring.GridDungeonMirror
|
|
struct GridDungeonMirror_t7768DF7A92401BBF47F80F359EC0B211E2CC2EED : public RuntimeObject
|
|
{
|
|
// System.Single DungeonArchitect.Builders.Grid.Mirroring.GridDungeonMirror::mirrorBasePosition
|
|
float ___mirrorBasePosition_0;
|
|
// System.Single DungeonArchitect.Builders.Grid.Mirroring.GridDungeonMirror::gridSize
|
|
float ___gridSize_1;
|
|
};
|
|
|
|
// DungeonArchitect.Builders.Grid.GridDungeonModelUtils
|
|
struct GridDungeonModelUtils_tFA272E5A897CC266E42B9A1E1EEA0E629161E18A : public RuntimeObject
|
|
{
|
|
};
|
|
|
|
// DungeonArchitect.Builders.Grid.LandscapeTexture
|
|
struct LandscapeTexture_t69F5DE300F8B6711B18B99396C81085C13786723 : public RuntimeObject
|
|
{
|
|
// DungeonArchitect.Builders.Grid.LandscapeTextureType DungeonArchitect.Builders.Grid.LandscapeTexture::textureType
|
|
int32_t ___textureType_0;
|
|
// UnityEngine.TerrainLayer DungeonArchitect.Builders.Grid.LandscapeTexture::terrainLayer
|
|
TerrainLayer_t52E14A94A0CF76B0B5509B7FDFDE64FF8A9FEFF9* ___terrainLayer_1;
|
|
};
|
|
|
|
// DungeonArchitect.LevelMarkerList
|
|
struct LevelMarkerList_t7F6AC91D47A569068C1D028934596FF16F3721A4 : public RuntimeObject
|
|
{
|
|
// System.Collections.Generic.List`1<DungeonArchitect.PropSocket> DungeonArchitect.LevelMarkerList::markers
|
|
List_1_t3277109A5299E6C87B7C98C80B56BF61F4BA41E8* ___markers_0;
|
|
// System.Int32 DungeonArchitect.LevelMarkerList::_SocketIdCounter
|
|
int32_t ____SocketIdCounter_1;
|
|
};
|
|
|
|
// System.Reflection.MemberInfo
|
|
struct MemberInfo_t : public RuntimeObject
|
|
{
|
|
};
|
|
|
|
// System.Random
|
|
struct Random_t79716069EDE67D1D7734F60AE402D0CA3FB6B4C8 : public RuntimeObject
|
|
{
|
|
// System.Int32 System.Random::_inext
|
|
int32_t ____inext_3;
|
|
// System.Int32 System.Random::_inextp
|
|
int32_t ____inextp_4;
|
|
// System.Int32[] System.Random::_seedArray
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ____seedArray_5;
|
|
};
|
|
|
|
// DungeonArchitect.RoadNetworks.RoadGraph
|
|
struct RoadGraph_tBBD3345D24DE5F906DB32FD25C86EBDCD929F20D : public RuntimeObject
|
|
{
|
|
// DungeonArchitect.RoadNetworks.RoadGraphNode[] DungeonArchitect.RoadNetworks.RoadGraph::nodes
|
|
RoadGraphNodeU5BU5D_tEC59482B7D29CC54052041F803ECFCC6D197DCA2* ___nodes_0;
|
|
};
|
|
|
|
// DungeonArchitect.RoadNetworks.RoadGraphBuilder
|
|
struct RoadGraphBuilder_tB366628D63C72AE64887B90EFAB119DFADC1E7C7 : public RuntimeObject
|
|
{
|
|
// DungeonArchitect.RoadNetworks.RoadGraphBuilderSettings DungeonArchitect.RoadNetworks.RoadGraphBuilder::settings
|
|
RoadGraphBuilderSettings_t9C848EE52D518784261372600766D63BD6FDB6E6* ___settings_0;
|
|
// System.Collections.Generic.Dictionary`2<System.Int32,DungeonArchitect.RoadNetworks.RoadGraphBuildNode> DungeonArchitect.RoadNetworks.RoadGraphBuilder::nodes
|
|
Dictionary_2_t85E6F2F0D863E7AC43ECD6206B35F522AD15EC51* ___nodes_1;
|
|
// System.Int32 DungeonArchitect.RoadNetworks.RoadGraphBuilder::_nodeIdCounter
|
|
int32_t ____nodeIdCounter_2;
|
|
};
|
|
|
|
// DungeonArchitect.RoadNetworks.RoadGraphBuilderSettings
|
|
struct RoadGraphBuilderSettings_t9C848EE52D518784261372600766D63BD6FDB6E6 : public RuntimeObject
|
|
{
|
|
// System.Single DungeonArchitect.RoadNetworks.RoadGraphBuilderSettings::interNodeDistance
|
|
float ___interNodeDistance_0;
|
|
};
|
|
|
|
// DungeonArchitect.RoadNetworks.RoadGraphEdge
|
|
struct RoadGraphEdge_tDDAD2141B4A159FEB29A7790179FBDCE81F567F8 : public RuntimeObject
|
|
{
|
|
// System.Int32 DungeonArchitect.RoadNetworks.RoadGraphEdge::edgeId
|
|
int32_t ___edgeId_0;
|
|
// System.Int32 DungeonArchitect.RoadNetworks.RoadGraphEdge::ownerNodeId
|
|
int32_t ___ownerNodeId_1;
|
|
// System.Int32 DungeonArchitect.RoadNetworks.RoadGraphEdge::otherNodeId
|
|
int32_t ___otherNodeId_2;
|
|
// System.Single DungeonArchitect.RoadNetworks.RoadGraphEdge::thickness
|
|
float ___thickness_3;
|
|
// System.Single DungeonArchitect.RoadNetworks.RoadGraphEdge::angleToXAxis
|
|
float ___angleToXAxis_4;
|
|
};
|
|
|
|
// DungeonArchitect.RoadNetworks.RoadLayoutBuilder
|
|
struct RoadLayoutBuilder_t3A812F7CE786937B3129CC6D652A7CDE63C5CD81 : public RuntimeObject
|
|
{
|
|
// DungeonArchitect.RoadNetworks.RoadBlockLayoutBuiltDelegate DungeonArchitect.RoadNetworks.RoadLayoutBuilder::RoadBlockLayoutBuilt
|
|
RoadBlockLayoutBuiltDelegate_t2DE3113DA786100F32EE8C154BCBCA6197E00176* ___RoadBlockLayoutBuilt_0;
|
|
// System.Collections.Generic.Dictionary`2<System.Int32,DungeonArchitect.RoadNetworks.RoadGraphNode> DungeonArchitect.RoadNetworks.RoadLayoutBuilder::graphNodes
|
|
Dictionary_2_t8D6A7A700F96E1A61157A5FEBCCD03E7AA57E00E* ___graphNodes_1;
|
|
// UnityEngine.MeshFilter DungeonArchitect.RoadNetworks.RoadLayoutBuilder::meshFilter
|
|
MeshFilter_t6D1CE2473A1E45AC73013400585A1163BF66B2F5* ___meshFilter_2;
|
|
};
|
|
|
|
// DungeonArchitect.SpatialConstraints.SpatialConstraintProcessorContext
|
|
struct SpatialConstraintProcessorContext_tEB099C91F3C403C98BD8A0E0B7DFFF1C9FA9AEF7 : public RuntimeObject
|
|
{
|
|
// DungeonArchitect.SpatialConstraints.SpatialConstraintAsset DungeonArchitect.SpatialConstraints.SpatialConstraintProcessorContext::constraintAsset
|
|
SpatialConstraintAsset_t78D5507EFFFEEB26573DC591D07E5CA10CE7198B* ___constraintAsset_0;
|
|
// DungeonArchitect.PropSocket DungeonArchitect.SpatialConstraints.SpatialConstraintProcessorContext::marker
|
|
PropSocket_tDBD788EE4878B0FEF7F3848CD0882C4A2A735394* ___marker_1;
|
|
// DungeonArchitect.DungeonModel DungeonArchitect.SpatialConstraints.SpatialConstraintProcessorContext::model
|
|
DungeonModel_t53A77B7094F80C6A6C626E2E6B647289FBF29D19* ___model_2;
|
|
// DungeonArchitect.DungeonConfig DungeonArchitect.SpatialConstraints.SpatialConstraintProcessorContext::config
|
|
DungeonConfig_tAB374D87D0852393B67D890DA66CD4B0EC2D7FBD* ___config_3;
|
|
// DungeonArchitect.DungeonBuilder DungeonArchitect.SpatialConstraints.SpatialConstraintProcessorContext::builder
|
|
DungeonBuilder_tD1E33B0EE44EFF472152D3D8233F3804191E65EA* ___builder_4;
|
|
// DungeonArchitect.LevelMarkerList DungeonArchitect.SpatialConstraints.SpatialConstraintProcessorContext::levelMarkers
|
|
LevelMarkerList_t7F6AC91D47A569068C1D028934596FF16F3721A4* ___levelMarkers_5;
|
|
};
|
|
|
|
// System.Diagnostics.Stopwatch
|
|
struct Stopwatch_tA188A210449E22C07053A7D3014DD182C7369043 : public RuntimeObject
|
|
{
|
|
// System.Int64 System.Diagnostics.Stopwatch::elapsed
|
|
int64_t ___elapsed_2;
|
|
// System.Int64 System.Diagnostics.Stopwatch::started
|
|
int64_t ___started_3;
|
|
// System.Boolean System.Diagnostics.Stopwatch::is_running
|
|
bool ___is_running_4;
|
|
};
|
|
|
|
// System.String
|
|
struct String_t : public RuntimeObject
|
|
{
|
|
// System.Int32 System.String::_stringLength
|
|
int32_t ____stringLength_4;
|
|
// System.Char System.String::_firstChar
|
|
Il2CppChar ____firstChar_5;
|
|
};
|
|
|
|
// 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
|
|
{
|
|
};
|
|
|
|
// DungeonArchitect.Builders.CircularCity.CircularCityDungeonBuilder/SpatialPartitionCache
|
|
struct SpatialPartitionCache_t75656499ADE63A544DB658BFCAA6F4C2C44B4BE9 : public RuntimeObject
|
|
{
|
|
// System.Int32 DungeonArchitect.Builders.CircularCity.CircularCityDungeonBuilder/SpatialPartitionCache::gridSize
|
|
int32_t ___gridSize_0;
|
|
// System.Collections.Generic.Dictionary`2<DungeonArchitect.IntVector2,System.Collections.Generic.List`1<UnityEngine.Vector3>> DungeonArchitect.Builders.CircularCity.CircularCityDungeonBuilder/SpatialPartitionCache::occupancyGrid
|
|
Dictionary_2_t10BD0B6C508CB4471BF107ECB9DC511E2BFA861E* ___occupancyGrid_1;
|
|
};
|
|
|
|
// DungeonArchitect.Builders.FloorPlan.FloorChunkDB/FChunkCacheNode
|
|
struct FChunkCacheNode_t722B86EEBE14E122F52272E47BD65461C421A89B : public RuntimeObject
|
|
{
|
|
// System.Int32 DungeonArchitect.Builders.FloorPlan.FloorChunkDB/FChunkCacheNode::ChunkId
|
|
int32_t ___ChunkId_0;
|
|
// System.Single DungeonArchitect.Builders.FloorPlan.FloorChunkDB/FChunkCacheNode::Priority
|
|
float ___Priority_1;
|
|
};
|
|
|
|
// DungeonArchitect.Builders.FloorPlan.FloorPlanBuilder/FloorIslandAdjacency
|
|
struct FloorIslandAdjacency_t4D525608EE3A20B521F0E9521AFA45C93E3C3B35 : public RuntimeObject
|
|
{
|
|
// DungeonArchitect.Builders.FloorPlan.FloorPlanBuilder/FloorIslandNode DungeonArchitect.Builders.FloorPlan.FloorPlanBuilder/FloorIslandAdjacency::A
|
|
FloorIslandNode_tD0A7EFEA4CBC4A931D33B62BFBA4529A7A42F53F* ___A_0;
|
|
// DungeonArchitect.Builders.FloorPlan.FloorPlanBuilder/FloorIslandNode DungeonArchitect.Builders.FloorPlan.FloorPlanBuilder/FloorIslandAdjacency::B
|
|
FloorIslandNode_tD0A7EFEA4CBC4A931D33B62BFBA4529A7A42F53F* ___B_1;
|
|
};
|
|
|
|
// DungeonArchitect.Builders.FloorPlan.FloorPlanBuilder/IslandNodePriorityPredicate
|
|
struct IslandNodePriorityPredicate_t90CDBCB4F85BC831175240B3C4DF5C85D372DBD1 : public RuntimeObject
|
|
{
|
|
// System.Collections.Generic.Dictionary`2<System.Int32,DungeonArchitect.Builders.FloorPlan.FloorChunk> DungeonArchitect.Builders.FloorPlan.FloorPlanBuilder/IslandNodePriorityPredicate::IslandToChunkMap
|
|
Dictionary_2_tAEA84C7C44DD92B642158B354A5873A02D010B7B* ___IslandToChunkMap_0;
|
|
};
|
|
|
|
// DungeonArchitect.Builders.Grid.GridDungeonBuilder/<>c
|
|
struct U3CU3Ec_tD605903C30B8A9380AE9C564ACE714B7A7477BCC : public RuntimeObject
|
|
{
|
|
};
|
|
|
|
// DungeonArchitect.Builders.Grid.GridDungeonBuilder/Edge
|
|
struct Edge_tD6CF372327799A38D6ED1F7A075A3800AD923A32 : public RuntimeObject
|
|
{
|
|
// System.Int32 DungeonArchitect.Builders.Grid.GridDungeonBuilder/Edge::cellA
|
|
int32_t ___cellA_0;
|
|
// System.Int32 DungeonArchitect.Builders.Grid.GridDungeonBuilder/Edge::cellB
|
|
int32_t ___cellB_1;
|
|
// System.Single DungeonArchitect.Builders.Grid.GridDungeonBuilder/Edge::weight
|
|
float ___weight_2;
|
|
};
|
|
|
|
// DungeonArchitect.Builders.Grid.GridDungeonBuilder/StairConnectionWeight
|
|
struct StairConnectionWeight_tE899421FC151A1A87BCD95AE81D09F5D76AA13AF : public RuntimeObject
|
|
{
|
|
// System.Int32 DungeonArchitect.Builders.Grid.GridDungeonBuilder/StairConnectionWeight::position
|
|
int32_t ___position_0;
|
|
// System.Int32 DungeonArchitect.Builders.Grid.GridDungeonBuilder/StairConnectionWeight::weight
|
|
int32_t ___weight_1;
|
|
};
|
|
|
|
// DungeonArchitect.Builders.Grid.GridDungeonBuilder/StairConnectionWeightComparer
|
|
struct StairConnectionWeightComparer_t0398EEFDBA215A3EE5DD0FAFA834FE82FFA604C3 : public RuntimeObject
|
|
{
|
|
};
|
|
|
|
// DungeonArchitect.Builders.Grid.MarkerEmitterCornerBeautifier/CellSpatialConfig
|
|
struct CellSpatialConfig_tAC45731A99C871C8EA6161A4BFFD4585FC6C177D : public RuntimeObject
|
|
{
|
|
// System.String DungeonArchitect.Builders.Grid.MarkerEmitterCornerBeautifier/CellSpatialConfig::markerName
|
|
String_t* ___markerName_0;
|
|
// System.Int32[] DungeonArchitect.Builders.Grid.MarkerEmitterCornerBeautifier/CellSpatialConfig::neighborConfig
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___neighborConfig_1;
|
|
};
|
|
|
|
// System.Collections.Generic.List`1/Enumerator<DungeonArchitect.Builders.Grid.Cell>
|
|
struct Enumerator_tF7CD6203B7815A8F8DC4B853FF9FE5C6A3021FE8
|
|
{
|
|
// System.Collections.Generic.List`1<T> System.Collections.Generic.List`1/Enumerator::_list
|
|
List_1_t987D5B80738D2852896A351FD59FC0CCCE96F45A* ____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
|
|
Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01* ____current_3;
|
|
};
|
|
|
|
// System.Collections.Generic.List`1/Enumerator<DungeonArchitect.Builders.Grid.CellDoor>
|
|
struct Enumerator_t465076EDD9FCEBC3082A5EAE94FBAB224A95379F
|
|
{
|
|
// System.Collections.Generic.List`1<T> System.Collections.Generic.List`1/Enumerator::_list
|
|
List_1_tC549A5C1202941CF8D7156AB07F868A64034EDBA* ____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
|
|
CellDoor_t1C9E99F62317AEBD0FB8E640443435E6170AA6D5* ____current_3;
|
|
};
|
|
|
|
// System.Collections.Generic.List`1/Enumerator<DungeonArchitect.Builders.FloorPlan.FloorChunk>
|
|
struct Enumerator_tDFB92630CECB14E9DD1CF71E0032300637F0C7BF
|
|
{
|
|
// System.Collections.Generic.List`1<T> System.Collections.Generic.List`1/Enumerator::_list
|
|
List_1_tC2B2F0FF500476942F279BAE4B554183BB036C00* ____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
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* ____current_3;
|
|
};
|
|
|
|
// System.Collections.Generic.List`1/Enumerator<UnityEngine.GameObject>
|
|
struct Enumerator_t88BD1282EF117E59AACFC9EC55B89F0B9EDACE60
|
|
{
|
|
// System.Collections.Generic.List`1<T> System.Collections.Generic.List`1/Enumerator::_list
|
|
List_1_tB951CE80B58D1BF9650862451D8DAD8C231F207B* ____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
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ____current_3;
|
|
};
|
|
|
|
// System.Collections.Generic.HashSet`1/Enumerator<System.Int32>
|
|
struct Enumerator_t28FAA6D38864A25718956AF2B8AFCB3B8CCF4376
|
|
{
|
|
// System.Collections.Generic.HashSet`1<T> System.Collections.Generic.HashSet`1/Enumerator::_set
|
|
HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2* ____set_0;
|
|
// System.Int32 System.Collections.Generic.HashSet`1/Enumerator::_index
|
|
int32_t ____index_1;
|
|
// System.Int32 System.Collections.Generic.HashSet`1/Enumerator::_version
|
|
int32_t ____version_2;
|
|
// T System.Collections.Generic.HashSet`1/Enumerator::_current
|
|
int32_t ____current_3;
|
|
};
|
|
|
|
// System.Collections.Generic.List`1/Enumerator<System.Object>
|
|
struct Enumerator_t9473BAB568A27E2339D48C1F91319E0F6D244D7A
|
|
{
|
|
// System.Collections.Generic.List`1<T> System.Collections.Generic.List`1/Enumerator::_list
|
|
List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* ____list_0;
|
|
// System.Int32 System.Collections.Generic.List`1/Enumerator::_index
|
|
int32_t ____index_1;
|
|
// System.Int32 System.Collections.Generic.List`1/Enumerator::_version
|
|
int32_t ____version_2;
|
|
// T System.Collections.Generic.List`1/Enumerator::_current
|
|
RuntimeObject* ____current_3;
|
|
};
|
|
|
|
// System.Collections.Generic.List`1/Enumerator<DungeonArchitect.Builders.Grid.StairInfo>
|
|
struct Enumerator_t7141EDE80E453CD59C72B9541E0F98BCEEF919D5
|
|
{
|
|
// System.Collections.Generic.List`1<T> System.Collections.Generic.List`1/Enumerator::_list
|
|
List_1_t73B55D3BE443B7E7B725BA4D211DC08937B6C557* ____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
|
|
StairInfo_tBDA73E00B30BFD1098EEB5962BF910A6986C6E94* ____current_3;
|
|
};
|
|
|
|
// System.Collections.Generic.List`1/Enumerator<DungeonArchitect.Builders.FloorPlan.FloorPlanBuilder/FloorIslandAdjacency>
|
|
struct Enumerator_t30095E37FC72045637B96B124007618D3FFD57B3
|
|
{
|
|
// System.Collections.Generic.List`1<T> System.Collections.Generic.List`1/Enumerator::_list
|
|
List_1_t563D16E87A1075C93F235D7CD71E288AD32E0641* ____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
|
|
FloorIslandAdjacency_t4D525608EE3A20B521F0E9521AFA45C93E3C3B35* ____current_3;
|
|
};
|
|
|
|
// System.Collections.Generic.List`1/Enumerator<DungeonArchitect.Builders.FloorPlan.FloorPlanBuilder/FloorIslandNode>
|
|
struct Enumerator_tD70F68EEAA6FF703D85DE43B66F3724D0F183B26
|
|
{
|
|
// System.Collections.Generic.List`1<T> System.Collections.Generic.List`1/Enumerator::_list
|
|
List_1_t73EE720C502E868F742CE6FF43951DCD21F951A1* ____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
|
|
FloorIslandNode_tD0A7EFEA4CBC4A931D33B62BFBA4529A7A42F53F* ____current_3;
|
|
};
|
|
|
|
// System.Collections.Generic.List`1/Enumerator<DungeonArchitect.Builders.Grid.MarkerEmitterGridWall2D/Wall2DMarkerInfo>
|
|
struct Enumerator_t8222C8AC3C1FD947A576E6BF2F0CA10B8E991BA4
|
|
{
|
|
// System.Collections.Generic.List`1<T> System.Collections.Generic.List`1/Enumerator::_list
|
|
List_1_t58925A78A274F84D9E284F6F1D514B62092908B6* ____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
|
|
Wall2DMarkerInfo_t96E4C77D6D330E380EC7360D449681CAC8B287CD* ____current_3;
|
|
};
|
|
|
|
// System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Int32,System.Collections.Generic.List`1<DungeonArchitect.Builders.Grid.StairInfo>>
|
|
struct Enumerator_t139CA80E96E06E690816D22AB4879A34A7191AD7
|
|
{
|
|
// System.Collections.Generic.Dictionary`2<TKey,TValue> System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator::_dictionary
|
|
Dictionary_2_t1A5C7F5B67FB590E1188CB1637FE5572D8772941* ____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
|
|
List_1_t73B55D3BE443B7E7B725BA4D211DC08937B6C557* ____currentValue_3;
|
|
};
|
|
|
|
// System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Int32,DungeonArchitect.LevelStreaming.DungeonItemGroupInfo>
|
|
struct Enumerator_tA6F285141FD008B5C3ADF6F4DE8F99E1BD519AAE
|
|
{
|
|
// System.Collections.Generic.Dictionary`2<TKey,TValue> System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator::_dictionary
|
|
Dictionary_2_t69BADD77B37C0499DACC2ACF275CBA1EBA2AE22A* ____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
|
|
DungeonItemGroupInfo_tA09BD7C420DC9326C8B2E15B525C857E0FEAFE3A* ____currentValue_3;
|
|
};
|
|
|
|
// System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Int32,DungeonArchitect.Builders.FloorPlan.FloorChunk>
|
|
struct Enumerator_tB75683C415B87C0CEB09E5571AFAF23C65A6A3B1
|
|
{
|
|
// System.Collections.Generic.Dictionary`2<TKey,TValue> System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator::_dictionary
|
|
Dictionary_2_tAEA84C7C44DD92B642158B354A5873A02D010B7B* ____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
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* ____currentValue_3;
|
|
};
|
|
|
|
// System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Int32,System.Object>
|
|
struct Enumerator_tC17DB73F53085145D57EE2A8168426239B0B569D
|
|
{
|
|
// System.Collections.Generic.Dictionary`2<TKey,TValue> System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator::_dictionary
|
|
Dictionary_2_tA75D1125AC9BE8F005BA9B868B373398E643C907* ____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<System.Int32,System.Collections.Generic.HashSet`1<UnityEngine.GameObject>>
|
|
struct KeyValuePair_2_t6CF39B39B0BE8649E1670F543D27F3519E2E3550
|
|
{
|
|
// TKey System.Collections.Generic.KeyValuePair`2::key
|
|
int32_t ___key_0;
|
|
// TValue System.Collections.Generic.KeyValuePair`2::value
|
|
HashSet_1_tAA6C1F6337C1D573AEC249E1B9B43BFCADF908F2* ___value_1;
|
|
};
|
|
|
|
// System.Collections.Generic.KeyValuePair`2<System.Int32,System.Object>
|
|
struct KeyValuePair_2_tDC26B09C26BA829DDE331BCB6AF7C508C763D7A3
|
|
{
|
|
// TKey System.Collections.Generic.KeyValuePair`2::key
|
|
int32_t ___key_0;
|
|
// TValue System.Collections.Generic.KeyValuePair`2::value
|
|
RuntimeObject* ___value_1;
|
|
};
|
|
|
|
// System.Boolean
|
|
struct Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22
|
|
{
|
|
// System.Boolean System.Boolean::m_value
|
|
bool ___m_value_0;
|
|
};
|
|
|
|
// UnityEngine.Color
|
|
struct Color_tD001788D726C3A7F1379BEED0260B9591F440C1F
|
|
{
|
|
// System.Single UnityEngine.Color::r
|
|
float ___r_0;
|
|
// System.Single UnityEngine.Color::g
|
|
float ___g_1;
|
|
// System.Single UnityEngine.Color::b
|
|
float ___b_2;
|
|
// System.Single UnityEngine.Color::a
|
|
float ___a_3;
|
|
};
|
|
|
|
// System.Double
|
|
struct Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F
|
|
{
|
|
// System.Double System.Double::m_value
|
|
double ___m_value_0;
|
|
};
|
|
|
|
// DungeonArchitect.Builders.Grid.Mirroring.GridDungeonMirrorAxisX
|
|
struct GridDungeonMirrorAxisX_t5DEFD4268DD5D373DEB2324A25D3F8939BD442CD : public GridDungeonMirror_t7768DF7A92401BBF47F80F359EC0B211E2CC2EED
|
|
{
|
|
};
|
|
|
|
// DungeonArchitect.Builders.Grid.Mirroring.GridDungeonMirrorAxisZ
|
|
struct GridDungeonMirrorAxisZ_tFE5366817390814C6DCF70D4A68EA5516933016D : public GridDungeonMirror_t7768DF7A92401BBF47F80F359EC0B211E2CC2EED
|
|
{
|
|
};
|
|
|
|
// System.Int32
|
|
struct Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C
|
|
{
|
|
// System.Int32 System.Int32::m_value
|
|
int32_t ___m_value_0;
|
|
};
|
|
|
|
// System.Int64
|
|
struct Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3
|
|
{
|
|
// System.Int64 System.Int64::m_value
|
|
int64_t ___m_value_0;
|
|
};
|
|
|
|
// System.IntPtr
|
|
struct IntPtr_t
|
|
{
|
|
// System.Void* System.IntPtr::m_value
|
|
void* ___m_value_0;
|
|
};
|
|
|
|
// DungeonArchitect.IntVector
|
|
struct IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C
|
|
{
|
|
// System.Int32 DungeonArchitect.IntVector::x
|
|
int32_t ___x_0;
|
|
// System.Int32 DungeonArchitect.IntVector::y
|
|
int32_t ___y_1;
|
|
// System.Int32 DungeonArchitect.IntVector::z
|
|
int32_t ___z_2;
|
|
};
|
|
|
|
// DungeonArchitect.IntVector2
|
|
struct IntVector2_t2DFD1430F75D3E32E93DE921832E85D4A3FD53F7
|
|
{
|
|
// System.Int32 DungeonArchitect.IntVector2::x
|
|
int32_t ___x_0;
|
|
// System.Int32 DungeonArchitect.IntVector2::y
|
|
int32_t ___y_1;
|
|
};
|
|
|
|
// UnityEngine.Mathf
|
|
struct Mathf_tE284D016E3B297B72311AAD9EB8F0E643F6A4682
|
|
{
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
};
|
|
uint8_t Mathf_tE284D016E3B297B72311AAD9EB8F0E643F6A4682__padding[1];
|
|
};
|
|
};
|
|
|
|
// UnityEngine.Matrix4x4
|
|
struct Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6
|
|
{
|
|
// System.Single UnityEngine.Matrix4x4::m00
|
|
float ___m00_0;
|
|
// System.Single UnityEngine.Matrix4x4::m10
|
|
float ___m10_1;
|
|
// System.Single UnityEngine.Matrix4x4::m20
|
|
float ___m20_2;
|
|
// System.Single UnityEngine.Matrix4x4::m30
|
|
float ___m30_3;
|
|
// System.Single UnityEngine.Matrix4x4::m01
|
|
float ___m01_4;
|
|
// System.Single UnityEngine.Matrix4x4::m11
|
|
float ___m11_5;
|
|
// System.Single UnityEngine.Matrix4x4::m21
|
|
float ___m21_6;
|
|
// System.Single UnityEngine.Matrix4x4::m31
|
|
float ___m31_7;
|
|
// System.Single UnityEngine.Matrix4x4::m02
|
|
float ___m02_8;
|
|
// System.Single UnityEngine.Matrix4x4::m12
|
|
float ___m12_9;
|
|
// System.Single UnityEngine.Matrix4x4::m22
|
|
float ___m22_10;
|
|
// System.Single UnityEngine.Matrix4x4::m32
|
|
float ___m32_11;
|
|
// System.Single UnityEngine.Matrix4x4::m03
|
|
float ___m03_12;
|
|
// System.Single UnityEngine.Matrix4x4::m13
|
|
float ___m13_13;
|
|
// System.Single UnityEngine.Matrix4x4::m23
|
|
float ___m23_14;
|
|
// System.Single UnityEngine.Matrix4x4::m33
|
|
float ___m33_15;
|
|
};
|
|
|
|
// UnityEngine.Quaternion
|
|
struct Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974
|
|
{
|
|
// System.Single UnityEngine.Quaternion::x
|
|
float ___x_0;
|
|
// System.Single UnityEngine.Quaternion::y
|
|
float ___y_1;
|
|
// System.Single UnityEngine.Quaternion::z
|
|
float ___z_2;
|
|
// System.Single UnityEngine.Quaternion::w
|
|
float ___w_3;
|
|
};
|
|
|
|
// UnityEngine.Rect
|
|
struct Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D
|
|
{
|
|
// System.Single UnityEngine.Rect::m_XMin
|
|
float ___m_XMin_0;
|
|
// System.Single UnityEngine.Rect::m_YMin
|
|
float ___m_YMin_1;
|
|
// System.Single UnityEngine.Rect::m_Width
|
|
float ___m_Width_2;
|
|
// System.Single UnityEngine.Rect::m_Height
|
|
float ___m_Height_3;
|
|
};
|
|
|
|
// System.Single
|
|
struct Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C
|
|
{
|
|
// System.Single System.Single::m_value
|
|
float ___m_value_0;
|
|
};
|
|
|
|
// System.UInt32
|
|
struct UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B
|
|
{
|
|
// System.UInt32 System.UInt32::m_value
|
|
uint32_t ___m_value_0;
|
|
};
|
|
|
|
// UnityEngine.Vector2
|
|
struct Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7
|
|
{
|
|
// System.Single UnityEngine.Vector2::x
|
|
float ___x_0;
|
|
// System.Single UnityEngine.Vector2::y
|
|
float ___y_1;
|
|
};
|
|
|
|
// UnityEngine.Vector2Int
|
|
struct Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A
|
|
{
|
|
// System.Int32 UnityEngine.Vector2Int::m_X
|
|
int32_t ___m_X_0;
|
|
// System.Int32 UnityEngine.Vector2Int::m_Y
|
|
int32_t ___m_Y_1;
|
|
};
|
|
|
|
// UnityEngine.Vector3
|
|
struct Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2
|
|
{
|
|
// System.Single UnityEngine.Vector3::x
|
|
float ___x_2;
|
|
// System.Single UnityEngine.Vector3::y
|
|
float ___y_3;
|
|
// System.Single UnityEngine.Vector3::z
|
|
float ___z_4;
|
|
};
|
|
|
|
// System.Void
|
|
struct Void_t4861ACF8F4594C3437BB48B6E56783494B843915
|
|
{
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
};
|
|
uint8_t Void_t4861ACF8F4594C3437BB48B6E56783494B843915__padding[1];
|
|
};
|
|
};
|
|
|
|
// <PrivateImplementationDetails>/__StaticArrayInitTypeSize=12
|
|
struct __StaticArrayInitTypeSizeU3D12_t37E8C48CF76AEE07AB23A21C17A2223BA76B4E1D
|
|
{
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
union
|
|
{
|
|
};
|
|
};
|
|
uint8_t __StaticArrayInitTypeSizeU3D12_t37E8C48CF76AEE07AB23A21C17A2223BA76B4E1D__padding[12];
|
|
};
|
|
};
|
|
|
|
// <PrivateImplementationDetails>/__StaticArrayInitTypeSize=24
|
|
struct __StaticArrayInitTypeSizeU3D24_t0B6BD9C5AE0ACE280B5E2D1BD89F6B174CBEDCC7
|
|
{
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
union
|
|
{
|
|
};
|
|
};
|
|
uint8_t __StaticArrayInitTypeSizeU3D24_t0B6BD9C5AE0ACE280B5E2D1BD89F6B174CBEDCC7__padding[24];
|
|
};
|
|
};
|
|
|
|
// <PrivateImplementationDetails>/__StaticArrayInitTypeSize=32
|
|
struct __StaticArrayInitTypeSizeU3D32_tCDD62BFE04686EB56EDF820BC21983D3912EE679
|
|
{
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
union
|
|
{
|
|
};
|
|
};
|
|
uint8_t __StaticArrayInitTypeSizeU3D32_tCDD62BFE04686EB56EDF820BC21983D3912EE679__padding[32];
|
|
};
|
|
};
|
|
|
|
// <PrivateImplementationDetails>/__StaticArrayInitTypeSize=36
|
|
struct __StaticArrayInitTypeSizeU3D36_tE4E690942AF464D1BDFE19B9FDB736CE39B1D4C1
|
|
{
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
union
|
|
{
|
|
};
|
|
};
|
|
uint8_t __StaticArrayInitTypeSizeU3D36_tE4E690942AF464D1BDFE19B9FDB736CE39B1D4C1__padding[36];
|
|
};
|
|
};
|
|
|
|
// DungeonArchitect.Builders.Grid.GridDungeonModelUtils/LongestPathBFSData
|
|
struct LongestPathBFSData_t1F2EE676DD16486918B8BD28A1AFF5E55E3634FC
|
|
{
|
|
// DungeonArchitect.Builders.Grid.Cell DungeonArchitect.Builders.Grid.GridDungeonModelUtils/LongestPathBFSData::cell
|
|
Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01* ___cell_0;
|
|
// System.Int32 DungeonArchitect.Builders.Grid.GridDungeonModelUtils/LongestPathBFSData::distance
|
|
int32_t ___distance_1;
|
|
};
|
|
// Native definition for P/Invoke marshalling of DungeonArchitect.Builders.Grid.GridDungeonModelUtils/LongestPathBFSData
|
|
struct LongestPathBFSData_t1F2EE676DD16486918B8BD28A1AFF5E55E3634FC_marshaled_pinvoke
|
|
{
|
|
Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01* ___cell_0;
|
|
int32_t ___distance_1;
|
|
};
|
|
// Native definition for COM marshalling of DungeonArchitect.Builders.Grid.GridDungeonModelUtils/LongestPathBFSData
|
|
struct LongestPathBFSData_t1F2EE676DD16486918B8BD28A1AFF5E55E3634FC_marshaled_com
|
|
{
|
|
Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01* ___cell_0;
|
|
int32_t ___distance_1;
|
|
};
|
|
|
|
// System.Collections.Generic.HashSet`1/Enumerator<DungeonArchitect.IntVector>
|
|
struct Enumerator_t2014470E422F92BDF2E12368BBB52F968E3DA2CE
|
|
{
|
|
// System.Collections.Generic.HashSet`1<T> System.Collections.Generic.HashSet`1/Enumerator::_set
|
|
HashSet_1_tA1EF3184AD46B7255ABC462FA85BEA5168966215* ____set_0;
|
|
// System.Int32 System.Collections.Generic.HashSet`1/Enumerator::_index
|
|
int32_t ____index_1;
|
|
// System.Int32 System.Collections.Generic.HashSet`1/Enumerator::_version
|
|
int32_t ____version_2;
|
|
// T System.Collections.Generic.HashSet`1/Enumerator::_current
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C ____current_3;
|
|
};
|
|
|
|
// System.Collections.Generic.List`1/Enumerator<DungeonArchitect.IntVector>
|
|
struct Enumerator_t63D0D9D2F4A7D35CCD6B732EA566D06665532C5C
|
|
{
|
|
// System.Collections.Generic.List`1<T> System.Collections.Generic.List`1/Enumerator::_list
|
|
List_1_t72F81508323A323FA6727DCAE9E4209241B62383* ____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
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C ____current_3;
|
|
};
|
|
|
|
// System.Collections.Generic.List`1/Enumerator<UnityEngine.Vector3>
|
|
struct Enumerator_t609488A9291E792D6A59707FF2BF03FBB727E047
|
|
{
|
|
// System.Collections.Generic.List`1<T> System.Collections.Generic.List`1/Enumerator::_list
|
|
List_1_t77B94703E05C519A9010DD0614F757F974E1CD8B* ____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
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ____current_3;
|
|
};
|
|
|
|
// System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,System.Collections.Generic.HashSet`1<UnityEngine.GameObject>>
|
|
struct Enumerator_t9CC4D9CC22177512FCC642A41491A4E1F9959CB4
|
|
{
|
|
// System.Collections.Generic.Dictionary`2<TKey,TValue> System.Collections.Generic.Dictionary`2/Enumerator::_dictionary
|
|
Dictionary_2_t1657FC7D0CA5A01CEBBC689FF06E62E88BF18B41* ____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_t6CF39B39B0BE8649E1670F543D27F3519E2E3550 ____current_3;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::_getEnumeratorRetType
|
|
int32_t ____getEnumeratorRetType_4;
|
|
};
|
|
|
|
// System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,System.Object>
|
|
struct Enumerator_tE92C1AC40A104A179B94F8A013728FD9314CFBD3
|
|
{
|
|
// System.Collections.Generic.Dictionary`2<TKey,TValue> System.Collections.Generic.Dictionary`2/Enumerator::_dictionary
|
|
Dictionary_2_tA75D1125AC9BE8F005BA9B868B373398E643C907* ____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_tDC26B09C26BA829DDE331BCB6AF7C508C763D7A3 ____current_3;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::_getEnumeratorRetType
|
|
int32_t ____getEnumeratorRetType_4;
|
|
};
|
|
|
|
// <PrivateImplementationDetails>
|
|
struct U3CPrivateImplementationDetailsU3E_tCD59FF2C3B13D6D3D539EF75FB31E3DFC1A4B77E : public RuntimeObject
|
|
{
|
|
};
|
|
|
|
// 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;
|
|
};
|
|
|
|
// UnityEngine.Bounds
|
|
struct Bounds_t367E830C64BBF235ED8C3B2F8CF6254FDCAD39C3
|
|
{
|
|
// UnityEngine.Vector3 UnityEngine.Bounds::m_Center
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___m_Center_0;
|
|
// UnityEngine.Vector3 UnityEngine.Bounds::m_Extents
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___m_Extents_1;
|
|
};
|
|
|
|
// DungeonArchitect.Builders.CircularCity.CircularCityCell
|
|
struct CircularCityCell_tC305431CA108A411593CA6849AB60777C7F720B5 : public RuntimeObject
|
|
{
|
|
// DungeonArchitect.IntVector DungeonArchitect.Builders.CircularCity.CircularCityCell::Position
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C ___Position_0;
|
|
// DungeonArchitect.Builders.CircularCity.CircularCityCellType DungeonArchitect.Builders.CircularCity.CircularCityCell::CellType
|
|
int32_t ___CellType_1;
|
|
// UnityEngine.Quaternion DungeonArchitect.Builders.CircularCity.CircularCityCell::Rotation
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 ___Rotation_2;
|
|
// UnityEngine.Vector3 DungeonArchitect.Builders.CircularCity.CircularCityCell::BlockSize
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___BlockSize_3;
|
|
// System.String DungeonArchitect.Builders.CircularCity.CircularCityCell::MarkerNameOverride
|
|
String_t* ___MarkerNameOverride_4;
|
|
};
|
|
|
|
// DungeonArchitect.Builders.CircularCity.CircularCityLandscapeTexture
|
|
struct CircularCityLandscapeTexture_t23AFB4233BF0F281F8B4DC5E02651DCDF43174FF : public RuntimeObject
|
|
{
|
|
// DungeonArchitect.Builders.CircularCity.CircularCityLandscapeTextureType DungeonArchitect.Builders.CircularCity.CircularCityLandscapeTexture::textureType
|
|
int32_t ___textureType_0;
|
|
// UnityEngine.Texture2D DungeonArchitect.Builders.CircularCity.CircularCityLandscapeTexture::diffuse
|
|
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* ___diffuse_1;
|
|
// UnityEngine.Texture2D DungeonArchitect.Builders.CircularCity.CircularCityLandscapeTexture::normal
|
|
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* ___normal_2;
|
|
// System.Single DungeonArchitect.Builders.CircularCity.CircularCityLandscapeTexture::metallic
|
|
float ___metallic_3;
|
|
// UnityEngine.Vector2 DungeonArchitect.Builders.CircularCity.CircularCityLandscapeTexture::size
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___size_4;
|
|
// UnityEngine.Vector2 DungeonArchitect.Builders.CircularCity.CircularCityLandscapeTexture::offset
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___offset_5;
|
|
// UnityEngine.AnimationCurve DungeonArchitect.Builders.CircularCity.CircularCityLandscapeTexture::curve
|
|
AnimationCurve_tCBFFAAD05CEBB35EF8D8631BD99914BE1A6BB354* ___curve_6;
|
|
};
|
|
|
|
// 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;
|
|
};
|
|
|
|
// UnityEngine.DetailPrototype
|
|
struct DetailPrototype_t131E17755ED167435F60BA3F70869DA3876E254B : public RuntimeObject
|
|
{
|
|
// UnityEngine.GameObject UnityEngine.DetailPrototype::m_Prototype
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___m_Prototype_2;
|
|
// UnityEngine.Texture2D UnityEngine.DetailPrototype::m_PrototypeTexture
|
|
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* ___m_PrototypeTexture_3;
|
|
// UnityEngine.Color UnityEngine.DetailPrototype::m_HealthyColor
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___m_HealthyColor_4;
|
|
// UnityEngine.Color UnityEngine.DetailPrototype::m_DryColor
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___m_DryColor_5;
|
|
// System.Single UnityEngine.DetailPrototype::m_MinWidth
|
|
float ___m_MinWidth_6;
|
|
// System.Single UnityEngine.DetailPrototype::m_MaxWidth
|
|
float ___m_MaxWidth_7;
|
|
// System.Single UnityEngine.DetailPrototype::m_MinHeight
|
|
float ___m_MinHeight_8;
|
|
// System.Single UnityEngine.DetailPrototype::m_MaxHeight
|
|
float ___m_MaxHeight_9;
|
|
// System.Int32 UnityEngine.DetailPrototype::m_NoiseSeed
|
|
int32_t ___m_NoiseSeed_10;
|
|
// System.Single UnityEngine.DetailPrototype::m_NoiseSpread
|
|
float ___m_NoiseSpread_11;
|
|
// System.Single UnityEngine.DetailPrototype::m_HoleEdgePadding
|
|
float ___m_HoleEdgePadding_12;
|
|
// System.Int32 UnityEngine.DetailPrototype::m_RenderMode
|
|
int32_t ___m_RenderMode_13;
|
|
// System.Int32 UnityEngine.DetailPrototype::m_UsePrototypeMesh
|
|
int32_t ___m_UsePrototypeMesh_14;
|
|
// System.Int32 UnityEngine.DetailPrototype::m_UseInstancing
|
|
int32_t ___m_UseInstancing_15;
|
|
};
|
|
// Native definition for P/Invoke marshalling of UnityEngine.DetailPrototype
|
|
struct DetailPrototype_t131E17755ED167435F60BA3F70869DA3876E254B_marshaled_pinvoke
|
|
{
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___m_Prototype_2;
|
|
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* ___m_PrototypeTexture_3;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___m_HealthyColor_4;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___m_DryColor_5;
|
|
float ___m_MinWidth_6;
|
|
float ___m_MaxWidth_7;
|
|
float ___m_MinHeight_8;
|
|
float ___m_MaxHeight_9;
|
|
int32_t ___m_NoiseSeed_10;
|
|
float ___m_NoiseSpread_11;
|
|
float ___m_HoleEdgePadding_12;
|
|
int32_t ___m_RenderMode_13;
|
|
int32_t ___m_UsePrototypeMesh_14;
|
|
int32_t ___m_UseInstancing_15;
|
|
};
|
|
// Native definition for COM marshalling of UnityEngine.DetailPrototype
|
|
struct DetailPrototype_t131E17755ED167435F60BA3F70869DA3876E254B_marshaled_com
|
|
{
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___m_Prototype_2;
|
|
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* ___m_PrototypeTexture_3;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___m_HealthyColor_4;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___m_DryColor_5;
|
|
float ___m_MinWidth_6;
|
|
float ___m_MaxWidth_7;
|
|
float ___m_MinHeight_8;
|
|
float ___m_MaxHeight_9;
|
|
int32_t ___m_NoiseSeed_10;
|
|
float ___m_NoiseSpread_11;
|
|
float ___m_HoleEdgePadding_12;
|
|
int32_t ___m_RenderMode_13;
|
|
int32_t ___m_UsePrototypeMesh_14;
|
|
int32_t ___m_UseInstancing_15;
|
|
};
|
|
|
|
// DungeonArchitect.DungeonNodeSpawnData
|
|
struct DungeonNodeSpawnData_tBF69C9CE876E7D4438FBAA30AC0E003BE88E92A7
|
|
{
|
|
// DungeonArchitect.Themeing.DungeonThemeItem DungeonArchitect.DungeonNodeSpawnData::nodeData
|
|
DungeonThemeItem_t525C07FDEF1FE05205B04857B883591354D79AB1* ___nodeData_0;
|
|
// UnityEngine.Matrix4x4 DungeonArchitect.DungeonNodeSpawnData::transform
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___transform_1;
|
|
// DungeonArchitect.PropSocket DungeonArchitect.DungeonNodeSpawnData::socket
|
|
PropSocket_tDBD788EE4878B0FEF7F3848CD0882C4A2A735394* ___socket_2;
|
|
// System.Single DungeonArchitect.DungeonNodeSpawnData::_sortDistance
|
|
float ____sortDistance_3;
|
|
};
|
|
// Native definition for P/Invoke marshalling of DungeonArchitect.DungeonNodeSpawnData
|
|
struct DungeonNodeSpawnData_tBF69C9CE876E7D4438FBAA30AC0E003BE88E92A7_marshaled_pinvoke
|
|
{
|
|
DungeonThemeItem_t525C07FDEF1FE05205B04857B883591354D79AB1* ___nodeData_0;
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___transform_1;
|
|
PropSocket_tDBD788EE4878B0FEF7F3848CD0882C4A2A735394* ___socket_2;
|
|
float ____sortDistance_3;
|
|
};
|
|
// Native definition for COM marshalling of DungeonArchitect.DungeonNodeSpawnData
|
|
struct DungeonNodeSpawnData_tBF69C9CE876E7D4438FBAA30AC0E003BE88E92A7_marshaled_com
|
|
{
|
|
DungeonThemeItem_t525C07FDEF1FE05205B04857B883591354D79AB1* ___nodeData_0;
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___transform_1;
|
|
PropSocket_tDBD788EE4878B0FEF7F3848CD0882C4A2A735394* ___socket_2;
|
|
float ____sortDistance_3;
|
|
};
|
|
|
|
// DungeonArchitect.Builders.Grid.IntVector2Key
|
|
struct IntVector2Key_t876A74A676EAA0A8F636049D2756C9C7DE86AF19
|
|
{
|
|
// DungeonArchitect.IntVector DungeonArchitect.Builders.Grid.IntVector2Key::a
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C ___a_0;
|
|
// DungeonArchitect.IntVector DungeonArchitect.Builders.Grid.IntVector2Key::b
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C ___b_1;
|
|
};
|
|
|
|
// DungeonArchitect.Landscape.LandscapeDataRasterizer
|
|
struct LandscapeDataRasterizer_t6D31AE8F7C6DD9EE3A071999B4DFC52BFF802880 : public RuntimeObject
|
|
{
|
|
// UnityEngine.Terrain DungeonArchitect.Landscape.LandscapeDataRasterizer::terrain
|
|
Terrain_t7F309492F67238DBFBC4566F47385B2A665CF667* ___terrain_0;
|
|
// System.Single[,] DungeonArchitect.Landscape.LandscapeDataRasterizer::heights
|
|
SingleU5BU2CU5D_t8C95DA2D5056EB0490FC7DCB1ED30E33DE1D53F4* ___heights_1;
|
|
// System.Boolean[,] DungeonArchitect.Landscape.LandscapeDataRasterizer::lockedCells
|
|
BooleanU5BU2CU5D_t0A96EF7DC71D7FB5C1757A719712D1DFB2D571B6* ___lockedCells_2;
|
|
// UnityEngine.Rect DungeonArchitect.Landscape.LandscapeDataRasterizer::worldBounds
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___worldBounds_3;
|
|
// UnityEngine.Vector2Int DungeonArchitect.Landscape.LandscapeDataRasterizer::heightmapFrameStart
|
|
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___heightmapFrameStart_4;
|
|
// UnityEngine.Vector2Int DungeonArchitect.Landscape.LandscapeDataRasterizer::heightmapFrameSize
|
|
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___heightmapFrameSize_5;
|
|
};
|
|
|
|
// 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;
|
|
};
|
|
|
|
// DungeonArchitect.PropSocket
|
|
struct PropSocket_tDBD788EE4878B0FEF7F3848CD0882C4A2A735394 : public RuntimeObject
|
|
{
|
|
// System.Int32 DungeonArchitect.PropSocket::Id
|
|
int32_t ___Id_0;
|
|
// System.String DungeonArchitect.PropSocket::SocketType
|
|
String_t* ___SocketType_1;
|
|
// UnityEngine.Matrix4x4 DungeonArchitect.PropSocket::Transform
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___Transform_2;
|
|
// DungeonArchitect.IntVector DungeonArchitect.PropSocket::gridPosition
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C ___gridPosition_3;
|
|
// System.Int32 DungeonArchitect.PropSocket::cellId
|
|
int32_t ___cellId_4;
|
|
// System.Boolean DungeonArchitect.PropSocket::markForDeletion
|
|
bool ___markForDeletion_5;
|
|
// System.Collections.Generic.List`1<DungeonArchitect.PropSocket> DungeonArchitect.PropSocket::childMarkers
|
|
List_1_t3277109A5299E6C87B7C98C80B56BF61F4BA41E8* ___childMarkers_6;
|
|
// System.Object DungeonArchitect.PropSocket::metadata
|
|
RuntimeObject* ___metadata_7;
|
|
};
|
|
|
|
// DungeonArchitect.Rectangle
|
|
struct Rectangle_tA560F5F5599A7C11DDD6E7EC2A93ABD2AAA6C64E
|
|
{
|
|
// DungeonArchitect.IntVector DungeonArchitect.Rectangle::location
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C ___location_0;
|
|
// DungeonArchitect.IntVector DungeonArchitect.Rectangle::size
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C ___size_1;
|
|
};
|
|
|
|
// DungeonArchitect.RoadNetworks.RoadGraphNode
|
|
struct RoadGraphNode_t9C424C0D4CD008CFEF0B2F81ECCA533397B87D06 : public RuntimeObject
|
|
{
|
|
// System.Int32 DungeonArchitect.RoadNetworks.RoadGraphNode::nodeId
|
|
int32_t ___nodeId_0;
|
|
// UnityEngine.Vector3 DungeonArchitect.RoadNetworks.RoadGraphNode::position
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___position_1;
|
|
// DungeonArchitect.RoadNetworks.RoadGraphEdge[] DungeonArchitect.RoadNetworks.RoadGraphNode::adjacentEdges
|
|
RoadGraphEdgeU5BU5D_t2C07C4DE5840229A1B22D64F00BC0AED456D8AF7* ___adjacentEdges_2;
|
|
};
|
|
|
|
// System.RuntimeFieldHandle
|
|
struct RuntimeFieldHandle_t6E4C45B6D2EA12FC99185805A7E77527899B25C5
|
|
{
|
|
// System.IntPtr System.RuntimeFieldHandle::value
|
|
intptr_t ___value_0;
|
|
};
|
|
|
|
// System.RuntimeTypeHandle
|
|
struct RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B
|
|
{
|
|
// System.IntPtr System.RuntimeTypeHandle::value
|
|
intptr_t ___value_0;
|
|
};
|
|
|
|
// DungeonArchitect.SpatialConstraints.SpatialConstraintRuleDomain
|
|
struct SpatialConstraintRuleDomain_t8806A221A568DB9E1DB40B1853E58B52BB3EB4C3 : public RuntimeObject
|
|
{
|
|
// DungeonArchitect.Graphs.SpatialConstraints.SCReferenceNode DungeonArchitect.SpatialConstraints.SpatialConstraintRuleDomain::referenceNode
|
|
SCReferenceNode_tF20A05CDC3404B5E7D48286452E1BADB10939F16* ___referenceNode_0;
|
|
// UnityEngine.Vector3 DungeonArchitect.SpatialConstraints.SpatialConstraintRuleDomain::gridSize
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___gridSize_1;
|
|
};
|
|
|
|
// DungeonArchitect.Builders.Grid.StairInfo
|
|
struct StairInfo_tBDA73E00B30BFD1098EEB5962BF910A6986C6E94 : public RuntimeObject
|
|
{
|
|
// System.Int32 DungeonArchitect.Builders.Grid.StairInfo::OwnerCell
|
|
int32_t ___OwnerCell_0;
|
|
// System.Int32 DungeonArchitect.Builders.Grid.StairInfo::ConnectedToCell
|
|
int32_t ___ConnectedToCell_1;
|
|
// UnityEngine.Vector3 DungeonArchitect.Builders.Grid.StairInfo::Position
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___Position_2;
|
|
// UnityEngine.Quaternion DungeonArchitect.Builders.Grid.StairInfo::Rotation
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 ___Rotation_3;
|
|
// DungeonArchitect.IntVector DungeonArchitect.Builders.Grid.StairInfo::IPosition
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C ___IPosition_4;
|
|
};
|
|
|
|
// DungeonArchitect.Builders.FloorPlan.FloorPlanBuilder/FloorIslandNode
|
|
struct FloorIslandNode_tD0A7EFEA4CBC4A931D33B62BFBA4529A7A42F53F : public RuntimeObject
|
|
{
|
|
// System.Int32 DungeonArchitect.Builders.FloorPlan.FloorPlanBuilder/FloorIslandNode::IslandId
|
|
int32_t ___IslandId_0;
|
|
// DungeonArchitect.Builders.FloorPlan.FloorChunk DungeonArchitect.Builders.FloorPlan.FloorPlanBuilder/FloorIslandNode::Chunk
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* ___Chunk_1;
|
|
// DungeonArchitect.IntVector DungeonArchitect.Builders.FloorPlan.FloorPlanBuilder/FloorIslandNode::Location
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C ___Location_2;
|
|
};
|
|
|
|
// DungeonArchitect.Builders.Grid.GridDungeonBuilder/ConnectionPointSorter
|
|
struct ConnectionPointSorter_t2B2FC28E768016402CAC90F4AFB1F1AB6EBE40DC : public RuntimeObject
|
|
{
|
|
// UnityEngine.Vector3 DungeonArchitect.Builders.Grid.GridDungeonBuilder/ConnectionPointSorter::center
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___center_0;
|
|
};
|
|
|
|
// DungeonArchitect.Builders.Grid.MarkerEmitterGridWall2D/Wall2DMarkerInfo
|
|
struct Wall2DMarkerInfo_t96E4C77D6D330E380EC7360D449681CAC8B287CD : public RuntimeObject
|
|
{
|
|
// System.String DungeonArchitect.Builders.Grid.MarkerEmitterGridWall2D/Wall2DMarkerInfo::markerName
|
|
String_t* ___markerName_0;
|
|
// UnityEngine.Matrix4x4 DungeonArchitect.Builders.Grid.MarkerEmitterGridWall2D/Wall2DMarkerInfo::transform
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___transform_1;
|
|
// DungeonArchitect.IntVector DungeonArchitect.Builders.Grid.MarkerEmitterGridWall2D/Wall2DMarkerInfo::gridPosition
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C ___gridPosition_2;
|
|
// System.Int32 DungeonArchitect.Builders.Grid.MarkerEmitterGridWall2D/Wall2DMarkerInfo::cellId
|
|
int32_t ___cellId_3;
|
|
};
|
|
|
|
// System.Collections.Generic.List`1/Enumerator<DungeonArchitect.Builders.Grid.IntVector2Key>
|
|
struct Enumerator_t202E39372B5D40DDA8E818F2F79868B602494207
|
|
{
|
|
// System.Collections.Generic.List`1<T> System.Collections.Generic.List`1/Enumerator::_list
|
|
List_1_tC6466240AA55FBD6D754ACE31BB6994F07ACC198* ____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
|
|
IntVector2Key_t876A74A676EAA0A8F636049D2756C9C7DE86AF19 ____current_3;
|
|
};
|
|
|
|
// System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<DungeonArchitect.Builders.Grid.IntVector2Key,DungeonArchitect.Builders.Grid.CellDoor>
|
|
struct Enumerator_t824F4A6A862F1A4CEB3C1BDCFFBE23F9ED19C59B
|
|
{
|
|
// System.Collections.Generic.Dictionary`2<TKey,TValue> System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator::_dictionary
|
|
Dictionary_2_tF902D5EE5DE455988365F63F4B9C04E6B35303BC* ____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
|
|
IntVector2Key_t876A74A676EAA0A8F636049D2756C9C7DE86AF19 ____currentKey_3;
|
|
};
|
|
|
|
// System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<DungeonArchitect.Builders.Grid.IntVector2Key,System.Object>
|
|
struct Enumerator_t9746CAAA6795425AC46AAB040629C8DD18A0665C
|
|
{
|
|
// System.Collections.Generic.Dictionary`2<TKey,TValue> System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator::_dictionary
|
|
Dictionary_2_t591C28D7D31AE9E2D7558F9A953AC835E74132E6* ____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
|
|
IntVector2Key_t876A74A676EAA0A8F636049D2756C9C7DE86AF19 ____currentKey_3;
|
|
};
|
|
|
|
// DungeonArchitect.Builders.Grid.Cell
|
|
struct Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01 : public RuntimeObject
|
|
{
|
|
// System.Int32 DungeonArchitect.Builders.Grid.Cell::id
|
|
int32_t ___id_0;
|
|
// DungeonArchitect.Rectangle DungeonArchitect.Builders.Grid.Cell::bounds
|
|
Rectangle_tA560F5F5599A7C11DDD6E7EC2A93ABD2AAA6C64E ___bounds_1;
|
|
// DungeonArchitect.Builders.Grid.CellType DungeonArchitect.Builders.Grid.Cell::cellType
|
|
int32_t ___cellType_2;
|
|
// System.Boolean DungeonArchitect.Builders.Grid.Cell::userDefined
|
|
bool ___userDefined_3;
|
|
// System.Collections.Generic.HashSet`1<System.Int32> DungeonArchitect.Builders.Grid.Cell::connectedRooms
|
|
HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2* ___connectedRooms_4;
|
|
// System.Collections.Generic.HashSet`1<System.Int32> DungeonArchitect.Builders.Grid.Cell::fixedRoomConnections
|
|
HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2* ___fixedRoomConnections_5;
|
|
// System.Collections.Generic.HashSet`1<System.Int32> DungeonArchitect.Builders.Grid.Cell::adjacentCells
|
|
HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2* ___adjacentCells_6;
|
|
};
|
|
|
|
// UnityEngine.Component
|
|
struct Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3 : public Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C
|
|
{
|
|
};
|
|
|
|
// DungeonArchitect.Builders.FloorPlan.FloorChunk
|
|
struct FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775 : public RuntimeObject
|
|
{
|
|
// System.Int32 DungeonArchitect.Builders.FloorPlan.FloorChunk::Id
|
|
int32_t ___Id_0;
|
|
// DungeonArchitect.Builders.FloorPlan.FloorChunkType DungeonArchitect.Builders.FloorPlan.FloorChunk::ChunkType
|
|
int32_t ___ChunkType_1;
|
|
// DungeonArchitect.Rectangle DungeonArchitect.Builders.FloorPlan.FloorChunk::Bounds
|
|
Rectangle_tA560F5F5599A7C11DDD6E7EC2A93ABD2AAA6C64E ___Bounds_2;
|
|
// System.Collections.Generic.List`1<DungeonArchitect.IntVector> DungeonArchitect.Builders.FloorPlan.FloorChunk::BoundCells
|
|
List_1_t72F81508323A323FA6727DCAE9E4209241B62383* ___BoundCells_3;
|
|
// System.Boolean DungeonArchitect.Builders.FloorPlan.FloorChunk::bReachable
|
|
bool ___bReachable_4;
|
|
// System.Single DungeonArchitect.Builders.FloorPlan.FloorChunk::Priority
|
|
float ___Priority_5;
|
|
// System.Boolean DungeonArchitect.Builders.FloorPlan.FloorChunk::bEmitGroundMarker
|
|
bool ___bEmitGroundMarker_6;
|
|
// System.Boolean DungeonArchitect.Builders.FloorPlan.FloorChunk::bEmitCeilingMarker
|
|
bool ___bEmitCeilingMarker_7;
|
|
// System.Boolean DungeonArchitect.Builders.FloorPlan.FloorChunk::bConnectDoors
|
|
bool ___bConnectDoors_8;
|
|
// System.Boolean DungeonArchitect.Builders.FloorPlan.FloorChunk::bCreateWalls
|
|
bool ___bCreateWalls_9;
|
|
// System.String DungeonArchitect.Builders.FloorPlan.FloorChunk::WallMarker
|
|
String_t* ___WallMarker_10;
|
|
// System.String DungeonArchitect.Builders.FloorPlan.FloorChunk::GroundMarker
|
|
String_t* ___GroundMarker_11;
|
|
// System.String DungeonArchitect.Builders.FloorPlan.FloorChunk::CeilingMarker
|
|
String_t* ___CeilingMarker_12;
|
|
// System.String DungeonArchitect.Builders.FloorPlan.FloorChunk::DoorMarker
|
|
String_t* ___DoorMarker_13;
|
|
// System.String DungeonArchitect.Builders.FloorPlan.FloorChunk::CenterMarker
|
|
String_t* ___CenterMarker_14;
|
|
};
|
|
|
|
// UnityEngine.GameObject
|
|
struct GameObject_t76FEDD663AB33C991A9C9A23129337651094216F : public Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C
|
|
{
|
|
};
|
|
|
|
// System.MulticastDelegate
|
|
struct MulticastDelegate_t : public Delegate_t
|
|
{
|
|
// System.Delegate[] System.MulticastDelegate::delegates
|
|
DelegateU5BU5D_tC5AB7E8F745616680F337909D3A8E6C722CDF771* ___delegates_13;
|
|
};
|
|
// Native definition for P/Invoke marshalling of System.MulticastDelegate
|
|
struct MulticastDelegate_t_marshaled_pinvoke : public Delegate_t_marshaled_pinvoke
|
|
{
|
|
Delegate_t_marshaled_pinvoke** ___delegates_13;
|
|
};
|
|
// Native definition for COM marshalling of System.MulticastDelegate
|
|
struct MulticastDelegate_t_marshaled_com : public Delegate_t_marshaled_com
|
|
{
|
|
Delegate_t_marshaled_com** ___delegates_13;
|
|
};
|
|
|
|
// 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.TerrainData
|
|
struct TerrainData_t615A68EAC648066681875D47FC641496D12F2E24 : public Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C
|
|
{
|
|
};
|
|
|
|
// UnityEngine.TerrainLayer
|
|
struct TerrainLayer_t52E14A94A0CF76B0B5509B7FDFDE64FF8A9FEFF9 : public Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C
|
|
{
|
|
};
|
|
// Native definition for P/Invoke marshalling of UnityEngine.TerrainLayer
|
|
struct TerrainLayer_t52E14A94A0CF76B0B5509B7FDFDE64FF8A9FEFF9_marshaled_pinvoke : public Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_marshaled_pinvoke
|
|
{
|
|
};
|
|
// Native definition for COM marshalling of UnityEngine.TerrainLayer
|
|
struct TerrainLayer_t52E14A94A0CF76B0B5509B7FDFDE64FF8A9FEFF9_marshaled_com : public Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_marshaled_com
|
|
{
|
|
};
|
|
|
|
// 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;
|
|
};
|
|
|
|
// System.AsyncCallback
|
|
struct AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C : public MulticastDelegate_t
|
|
{
|
|
};
|
|
|
|
// UnityEngine.Behaviour
|
|
struct Behaviour_t01970CFBBA658497AE30F311C447DB0440BAB7FA : public Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3
|
|
{
|
|
};
|
|
|
|
// DungeonArchitect.Splatmap.DungeonSplatAsset
|
|
struct DungeonSplatAsset_t58A425B4FC3E1B1460D445B2E0735BE5E4A4714C : public ScriptableObject_tB3BFDB921A1B1795B38A5417D3B97A89A140436A
|
|
{
|
|
// UnityEngine.Texture2D[] DungeonArchitect.Splatmap.DungeonSplatAsset::splatTextures
|
|
Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191* ___splatTextures_4;
|
|
};
|
|
|
|
// UnityEngine.MeshFilter
|
|
struct MeshFilter_t6D1CE2473A1E45AC73013400585A1163BF66B2F5 : public Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3
|
|
{
|
|
};
|
|
|
|
// DungeonArchitect.RoadNetworks.RoadBlockLayoutBuiltDelegate
|
|
struct RoadBlockLayoutBuiltDelegate_t2DE3113DA786100F32EE8C154BCBCA6197E00176 : public MulticastDelegate_t
|
|
{
|
|
};
|
|
|
|
// UnityEngine.Texture2D
|
|
struct Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4 : public Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700
|
|
{
|
|
};
|
|
|
|
// UnityEngine.Transform
|
|
struct Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1 : public Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3
|
|
{
|
|
};
|
|
|
|
// DungeonArchitect.Builders.CircularCity.CircularCityDungeonBuilder/InsertHouseDelegate
|
|
struct InsertHouseDelegate_tF8DFD4AD6765777DFB85B14E5F77FBD600EA7544 : public MulticastDelegate_t
|
|
{
|
|
};
|
|
|
|
// UnityEngine.Camera
|
|
struct Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184 : public Behaviour_t01970CFBBA658497AE30F311C447DB0440BAB7FA
|
|
{
|
|
};
|
|
|
|
// UnityEngine.MonoBehaviour
|
|
struct MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71 : public Behaviour_t01970CFBBA658497AE30F311C447DB0440BAB7FA
|
|
{
|
|
};
|
|
|
|
// UnityEngine.Terrain
|
|
struct Terrain_t7F309492F67238DBFBC4566F47385B2A665CF667 : public Behaviour_t01970CFBBA658497AE30F311C447DB0440BAB7FA
|
|
{
|
|
};
|
|
|
|
// DungeonArchitect.Dungeon
|
|
struct Dungeon_tAA854F521189538FD299BECE6025726B6C359227 : public MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71
|
|
{
|
|
// System.Collections.Generic.List`1<DungeonArchitect.Graphs.Graph> DungeonArchitect.Dungeon::dungeonThemes
|
|
List_1_t3CA4075AAE5B1E25B0348B3D467FB34DFA67B33A* ___dungeonThemes_4;
|
|
// System.Boolean DungeonArchitect.Dungeon::debugDraw
|
|
bool ___debugDraw_5;
|
|
// DungeonArchitect.DungeonConfig DungeonArchitect.Dungeon::config
|
|
DungeonConfig_tAB374D87D0852393B67D890DA66CD4B0EC2D7FBD* ___config_6;
|
|
// DungeonArchitect.PooledDungeonSceneProvider DungeonArchitect.Dungeon::sceneProvider
|
|
PooledDungeonSceneProvider_t5011D12BA88931054282BDB70EB8075DFA46B17C* ___sceneProvider_7;
|
|
// DungeonArchitect.DungeonBuilder DungeonArchitect.Dungeon::dungeonBuilder
|
|
DungeonBuilder_tD1E33B0EE44EFF472152D3D8233F3804191E65EA* ___dungeonBuilder_8;
|
|
// DungeonArchitect.DungeonModel DungeonArchitect.Dungeon::dungeonModel
|
|
DungeonModel_t53A77B7094F80C6A6C626E2E6B647289FBF29D19* ___dungeonModel_9;
|
|
// DungeonArchitect.DungeonSceneObjectSpawner DungeonArchitect.Dungeon::objectSpawner
|
|
DungeonSceneObjectSpawner_t52E94CC1F6A2B096532E2EF07A5FCA64956BDF2A* ___objectSpawner_10;
|
|
// DungeonArchitect.LevelMarkerList DungeonArchitect.Dungeon::markers
|
|
LevelMarkerList_t7F6AC91D47A569068C1D028934596FF16F3721A4* ___markers_11;
|
|
// System.Boolean DungeonArchitect.Dungeon::requestedRebuild
|
|
bool ___requestedRebuild_12;
|
|
};
|
|
|
|
// DungeonArchitect.DungeonBuilder
|
|
struct DungeonBuilder_tD1E33B0EE44EFF472152D3D8233F3804191E65EA : public MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71
|
|
{
|
|
// DungeonArchitect.DungeonConfig DungeonArchitect.DungeonBuilder::config
|
|
DungeonConfig_tAB374D87D0852393B67D890DA66CD4B0EC2D7FBD* ___config_4;
|
|
// DungeonArchitect.Utils.PMRandom DungeonArchitect.DungeonBuilder::nrandom
|
|
PMRandom_t8CD5631E068EF89CA6462C20604DE83B9EAEDAEB* ___nrandom_5;
|
|
// DungeonArchitect.Utils.PMRandom DungeonArchitect.DungeonBuilder::random
|
|
PMRandom_t8CD5631E068EF89CA6462C20604DE83B9EAEDAEB* ___random_6;
|
|
// DungeonArchitect.DungeonModel DungeonArchitect.DungeonBuilder::model
|
|
DungeonModel_t53A77B7094F80C6A6C626E2E6B647289FBF29D19* ___model_7;
|
|
// DungeonArchitect.LevelMarkerList DungeonArchitect.DungeonBuilder::markers
|
|
LevelMarkerList_t7F6AC91D47A569068C1D028934596FF16F3721A4* ___markers_8;
|
|
// DungeonArchitect.Utils.Blackboard DungeonArchitect.DungeonBuilder::blackboard
|
|
Blackboard_t02618F4A3DD340B66759F75B766D598574968BAA* ___blackboard_9;
|
|
// System.Boolean DungeonArchitect.DungeonBuilder::asyncBuild
|
|
bool ___asyncBuild_10;
|
|
// System.Int64 DungeonArchitect.DungeonBuilder::maxBuildTimePerFrame
|
|
int64_t ___maxBuildTimePerFrame_11;
|
|
// UnityEngine.Transform DungeonArchitect.DungeonBuilder::asyncBuildStartPosition
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___asyncBuildStartPosition_12;
|
|
// System.Boolean DungeonArchitect.DungeonBuilder::isLayoutBuilt
|
|
bool ___isLayoutBuilt_13;
|
|
};
|
|
|
|
// DungeonArchitect.DungeonConfig
|
|
struct DungeonConfig_tAB374D87D0852393B67D890DA66CD4B0EC2D7FBD : public MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71
|
|
{
|
|
// System.UInt32 DungeonArchitect.DungeonConfig::Seed
|
|
uint32_t ___Seed_4;
|
|
};
|
|
|
|
// DungeonArchitect.DungeonEventListener
|
|
struct DungeonEventListener_tDD3B54FF16033C77DFC0C51CAF87B8C85D4C00CF : public MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71
|
|
{
|
|
};
|
|
|
|
// DungeonArchitect.LevelStreaming.DungeonItemGroupInfo
|
|
struct DungeonItemGroupInfo_tA09BD7C420DC9326C8B2E15B525C857E0FEAFE3A : public MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71
|
|
{
|
|
// DungeonArchitect.Dungeon DungeonArchitect.LevelStreaming.DungeonItemGroupInfo::dungeon
|
|
Dungeon_tAA854F521189538FD299BECE6025726B6C359227* ___dungeon_4;
|
|
// System.Int32 DungeonArchitect.LevelStreaming.DungeonItemGroupInfo::groupId
|
|
int32_t ___groupId_5;
|
|
// System.String DungeonArchitect.LevelStreaming.DungeonItemGroupInfo::groupType
|
|
String_t* ___groupType_6;
|
|
};
|
|
|
|
// DungeonArchitect.DungeonItemSpawnListener
|
|
struct DungeonItemSpawnListener_tBDC8AD76E919B2F334244A50FA526900164FC124 : public MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71
|
|
{
|
|
};
|
|
|
|
// DungeonArchitect.DungeonMarkerEmitter
|
|
struct DungeonMarkerEmitter_t87508438CFD72F4696EBA9DC78510FAD2AFA4CE5 : public MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71
|
|
{
|
|
};
|
|
|
|
// DungeonArchitect.DungeonModel
|
|
struct DungeonModel_t53A77B7094F80C6A6C626E2E6B647289FBF29D19 : public MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71
|
|
{
|
|
};
|
|
|
|
// DungeonArchitect.DungeonPaintMode
|
|
struct DungeonPaintMode_tB68FC25EDA93402B9DABA715A0CB27FEA0AE5331 : public MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71
|
|
{
|
|
// DungeonArchitect.Dungeon DungeonArchitect.DungeonPaintMode::dungeon
|
|
Dungeon_tAA854F521189538FD299BECE6025726B6C359227* ___dungeon_4;
|
|
// DungeonArchitect.DungeonModel DungeonArchitect.DungeonPaintMode::dungeonModel
|
|
DungeonModel_t53A77B7094F80C6A6C626E2E6B647289FBF29D19* ___dungeonModel_5;
|
|
// DungeonArchitect.DungeonConfig DungeonArchitect.DungeonPaintMode::dungeonConfig
|
|
DungeonConfig_tAB374D87D0852393B67D890DA66CD4B0EC2D7FBD* ___dungeonConfig_6;
|
|
// DungeonArchitect.DungeonToolData DungeonArchitect.DungeonPaintMode::dungeonToolData
|
|
DungeonToolData_tB68AE001FFBF2D546FBF46869BE1DC68B320DE34* ___dungeonToolData_7;
|
|
};
|
|
|
|
// DungeonArchitect.DungeonSceneProviderData
|
|
struct DungeonSceneProviderData_t550886CE6C51CA704025FA337DD6A8B9835DDA0A : public MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71
|
|
{
|
|
// System.String DungeonArchitect.DungeonSceneProviderData::NodeId
|
|
String_t* ___NodeId_4;
|
|
// DungeonArchitect.Dungeon DungeonArchitect.DungeonSceneProviderData::dungeon
|
|
Dungeon_tAA854F521189538FD299BECE6025726B6C359227* ___dungeon_5;
|
|
// System.Boolean DungeonArchitect.DungeonSceneProviderData::affectsNavigation
|
|
bool ___affectsNavigation_6;
|
|
// System.Int32 DungeonArchitect.DungeonSceneProviderData::userData
|
|
int32_t ___userData_7;
|
|
// System.Boolean DungeonArchitect.DungeonSceneProviderData::externallyManaged
|
|
bool ___externallyManaged_8;
|
|
};
|
|
|
|
// DungeonArchitect.Splatmap.DungeonSplatmap
|
|
struct DungeonSplatmap_t029BF947A28B396CEB89BBB14D81A1DB0EF98672 : public MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71
|
|
{
|
|
// DungeonArchitect.Splatmap.DungeonSplatmapTextureInfo[] DungeonArchitect.Splatmap.DungeonSplatmap::textures
|
|
DungeonSplatmapTextureInfoU5BU5D_tAC2647E1001113A9CE772F2EFF1F5FDE9326F60F* ___textures_4;
|
|
// DungeonArchitect.Splatmap.DungeonSplatAsset DungeonArchitect.Splatmap.DungeonSplatmap::splatmap
|
|
DungeonSplatAsset_t58A425B4FC3E1B1460D445B2E0735BE5E4A4714C* ___splatmap_5;
|
|
};
|
|
|
|
// DungeonArchitect.DungeonToolData
|
|
struct DungeonToolData_tB68AE001FFBF2D546FBF46869BE1DC68B320DE34 : public MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71
|
|
{
|
|
};
|
|
|
|
// DungeonArchitect.Builders.FloorPlan.Tooling.FloorPlanCorridorTool
|
|
struct FloorPlanCorridorTool_t17CBA4719EEDAFE77EFE787606AC0A0AC90B47CB : public MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71
|
|
{
|
|
// DungeonArchitect.Dungeon DungeonArchitect.Builders.FloorPlan.Tooling.FloorPlanCorridorTool::dungeon
|
|
Dungeon_tAA854F521189538FD299BECE6025726B6C359227* ___dungeon_4;
|
|
// System.Boolean DungeonArchitect.Builders.FloorPlan.Tooling.FloorPlanCorridorTool::dynamicUpdate
|
|
bool ___dynamicUpdate_5;
|
|
};
|
|
|
|
// DungeonArchitect.Builders.Grid.GridItemDoorMetadata
|
|
struct GridItemDoorMetadata_t081FCB6F362B79356353002B75AA19D1E78920D7 : public MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71
|
|
{
|
|
// System.Int32 DungeonArchitect.Builders.Grid.GridItemDoorMetadata::cellA
|
|
int32_t ___cellA_4;
|
|
// System.Int32 DungeonArchitect.Builders.Grid.GridItemDoorMetadata::cellB
|
|
int32_t ___cellB_5;
|
|
};
|
|
|
|
// DungeonArchitect.SpatialConstraints.SpatialConstraintProcessor
|
|
struct SpatialConstraintProcessor_tCC087B0417271713989DB46A9785DCF36D276DD1 : public MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71
|
|
{
|
|
};
|
|
|
|
// DungeonArchitect.Volume
|
|
struct Volume_t171840DEFF59415CE26C50B8BDC663D2D36C57DA : public MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71
|
|
{
|
|
// DungeonArchitect.Dungeon DungeonArchitect.Volume::dungeon
|
|
Dungeon_tAA854F521189538FD299BECE6025726B6C359227* ___dungeon_4;
|
|
// System.Boolean DungeonArchitect.Volume::mode2D
|
|
bool ___mode2D_5;
|
|
// UnityEngine.Color DungeonArchitect.Volume::COLOR_WIRE
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___COLOR_WIRE_6;
|
|
// UnityEngine.Color DungeonArchitect.Volume::COLOR_SOLID_DESELECTED
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___COLOR_SOLID_DESELECTED_7;
|
|
// UnityEngine.Color DungeonArchitect.Volume::COLOR_SOLID
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___COLOR_SOLID_8;
|
|
};
|
|
|
|
// DungeonArchitect.Builders.CircularCity.CircularCityDungeonBuilder
|
|
struct CircularCityDungeonBuilder_tEBE5CB17237826ACF003AAB85449D042810B3AB0 : public DungeonBuilder_tD1E33B0EE44EFF472152D3D8233F3804191E65EA
|
|
{
|
|
// DungeonArchitect.Builders.CircularCity.CircularCityDungeonConfig DungeonArchitect.Builders.CircularCity.CircularCityDungeonBuilder::cityConfig
|
|
CircularCityDungeonConfig_t7817BFF1E73208574A6840788A4429EEE3654351* ___cityConfig_14;
|
|
// DungeonArchitect.Builders.CircularCity.CircularCityDungeonModel DungeonArchitect.Builders.CircularCity.CircularCityDungeonBuilder::cityModel
|
|
CircularCityDungeonModel_t94F17830E23611EE5B86A93B5CA7B1024193ABDE* ___cityModel_15;
|
|
// System.Random DungeonArchitect.Builders.CircularCity.CircularCityDungeonBuilder::random
|
|
Random_t79716069EDE67D1D7734F60AE402D0CA3FB6B4C8* ___random_16;
|
|
};
|
|
|
|
// DungeonArchitect.Builders.CircularCity.CircularCityDungeonConfig
|
|
struct CircularCityDungeonConfig_t7817BFF1E73208574A6840788A4429EEE3654351 : public DungeonConfig_tAB374D87D0852393B67D890DA66CD4B0EC2D7FBD
|
|
{
|
|
// System.Int32 DungeonArchitect.Builders.CircularCity.CircularCityDungeonConfig::numRings
|
|
int32_t ___numRings_5;
|
|
// System.Int32 DungeonArchitect.Builders.CircularCity.CircularCityDungeonConfig::numRays
|
|
int32_t ___numRays_6;
|
|
// System.Single DungeonArchitect.Builders.CircularCity.CircularCityDungeonConfig::startRadius
|
|
float ___startRadius_7;
|
|
// System.Int32 DungeonArchitect.Builders.CircularCity.CircularCityDungeonConfig::endRadius
|
|
int32_t ___endRadius_8;
|
|
// System.Single DungeonArchitect.Builders.CircularCity.CircularCityDungeonConfig::mainRoadStrength
|
|
float ___mainRoadStrength_9;
|
|
// System.Single DungeonArchitect.Builders.CircularCity.CircularCityDungeonConfig::sideRoadStrength
|
|
float ___sideRoadStrength_10;
|
|
// System.Single DungeonArchitect.Builders.CircularCity.CircularCityDungeonConfig::mainRoadRemovalProbability
|
|
float ___mainRoadRemovalProbability_11;
|
|
// System.Single DungeonArchitect.Builders.CircularCity.CircularCityDungeonConfig::sideRoadRemovalProbability
|
|
float ___sideRoadRemovalProbability_12;
|
|
// System.Single DungeonArchitect.Builders.CircularCity.CircularCityDungeonConfig::randomSideLaneOffsetAngle
|
|
float ___randomSideLaneOffsetAngle_13;
|
|
// System.Single DungeonArchitect.Builders.CircularCity.CircularCityDungeonConfig::interNodeDistance
|
|
float ___interNodeDistance_14;
|
|
// System.Single DungeonArchitect.Builders.CircularCity.CircularCityDungeonConfig::buildingSize
|
|
float ___buildingSize_15;
|
|
// UnityEngine.MeshFilter DungeonArchitect.Builders.CircularCity.CircularCityDungeonConfig::roadMesh
|
|
MeshFilter_t6D1CE2473A1E45AC73013400585A1163BF66B2F5* ___roadMesh_16;
|
|
};
|
|
|
|
// DungeonArchitect.Builders.CircularCity.CircularCityDungeonModel
|
|
struct CircularCityDungeonModel_t94F17830E23611EE5B86A93B5CA7B1024193ABDE : public DungeonModel_t53A77B7094F80C6A6C626E2E6B647289FBF29D19
|
|
{
|
|
// DungeonArchitect.Builders.CircularCity.CircularCityDungeonConfig DungeonArchitect.Builders.CircularCity.CircularCityDungeonModel::Config
|
|
CircularCityDungeonConfig_t7817BFF1E73208574A6840788A4429EEE3654351* ___Config_4;
|
|
// DungeonArchitect.RoadNetworks.RoadGraph DungeonArchitect.Builders.CircularCity.CircularCityDungeonModel::roadGraph
|
|
RoadGraph_tBBD3345D24DE5F906DB32FD25C86EBDCD929F20D* ___roadGraph_5;
|
|
// DungeonArchitect.RoadNetworks.RoadGraph DungeonArchitect.Builders.CircularCity.CircularCityDungeonModel::layoutGraph
|
|
RoadGraph_tBBD3345D24DE5F906DB32FD25C86EBDCD929F20D* ___layoutGraph_6;
|
|
};
|
|
|
|
// DungeonArchitect.LevelStreaming.DungeonItemGroup
|
|
struct DungeonItemGroup_t5E15F43B7FE778FB51B2AABDD373E83F75B38E05 : public DungeonEventListener_tDD3B54FF16033C77DFC0C51CAF87B8C85D4C00CF
|
|
{
|
|
};
|
|
|
|
// DungeonArchitect.Builders.Grid.DungeonPaintModeGrid
|
|
struct DungeonPaintModeGrid_tF61C32FE7884294276DCC983A06BA23CA1A7E606 : public DungeonPaintMode_tB68FC25EDA93402B9DABA715A0CB27FEA0AE5331
|
|
{
|
|
// System.Int32 DungeonArchitect.Builders.Grid.DungeonPaintModeGrid::cursorLogicalHeight
|
|
int32_t ___cursorLogicalHeight_8;
|
|
// System.Single DungeonArchitect.Builders.Grid.DungeonPaintModeGrid::overlayOpacity
|
|
float ___overlayOpacity_9;
|
|
// System.Boolean DungeonArchitect.Builders.Grid.DungeonPaintModeGrid::mode2D
|
|
bool ___mode2D_10;
|
|
// System.Int32 DungeonArchitect.Builders.Grid.DungeonPaintModeGrid::brushSize
|
|
int32_t ___brushSize_11;
|
|
// DungeonArchitect.Builders.Grid.GridDungeonModel DungeonArchitect.Builders.Grid.DungeonPaintModeGrid::gridModel
|
|
GridDungeonModel_tAEF5278646C831FA4C6EEEFEF7128869C645942F* ___gridModel_12;
|
|
};
|
|
|
|
// DungeonArchitect.Builders.FloorPlan.FloorPlanBuilder
|
|
struct FloorPlanBuilder_t6DB1ECBEE30EEB42CF67A373D06CAE68435ACE9D : public DungeonBuilder_tD1E33B0EE44EFF472152D3D8233F3804191E65EA
|
|
{
|
|
// DungeonArchitect.Builders.FloorPlan.FloorPlanConfig DungeonArchitect.Builders.FloorPlan.FloorPlanBuilder::floorPlanConfig
|
|
FloorPlanConfig_t532D06F3A07E9398692974242B19B5D2A4A36D16* ___floorPlanConfig_14;
|
|
// DungeonArchitect.Builders.FloorPlan.FloorPlanModel DungeonArchitect.Builders.FloorPlan.FloorPlanBuilder::floorPlanModel
|
|
FloorPlanModel_tE088A489B868701717ABB0721C425F3FFCED18E1* ___floorPlanModel_15;
|
|
// DungeonArchitect.Builders.FloorPlan.FloorChunkDB DungeonArchitect.Builders.FloorPlan.FloorPlanBuilder::ChunkDB
|
|
FloorChunkDB_tD6E5766D39D25018B82906C456A920512D9E0696* ___ChunkDB_16;
|
|
// DungeonArchitect.Builders.FloorPlan.FloorDoorManager DungeonArchitect.Builders.FloorPlan.FloorPlanBuilder::DoorManager
|
|
FloorDoorManager_tB284F7FF94D176DB5250C96E2A25376D07FEB8E2* ___DoorManager_17;
|
|
// System.Collections.Generic.HashSet`1<System.Int32> DungeonArchitect.Builders.FloorPlan.FloorPlanBuilder::Visited
|
|
HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2* ___Visited_18;
|
|
// System.Random DungeonArchitect.Builders.FloorPlan.FloorPlanBuilder::random
|
|
Random_t79716069EDE67D1D7734F60AE402D0CA3FB6B4C8* ___random_19;
|
|
};
|
|
|
|
// DungeonArchitect.Builders.FloorPlan.FloorPlanConfig
|
|
struct FloorPlanConfig_t532D06F3A07E9398692974242B19B5D2A4A36D16 : public DungeonConfig_tAB374D87D0852393B67D890DA66CD4B0EC2D7FBD
|
|
{
|
|
// UnityEngine.Vector3 DungeonArchitect.Builders.FloorPlan.FloorPlanConfig::BuildingSize
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___BuildingSize_5;
|
|
// UnityEngine.Vector3 DungeonArchitect.Builders.FloorPlan.FloorPlanConfig::GridSize
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___GridSize_6;
|
|
// System.Int32 DungeonArchitect.Builders.FloorPlan.FloorPlanConfig::MinRoomSize
|
|
int32_t ___MinRoomSize_7;
|
|
// System.Int32 DungeonArchitect.Builders.FloorPlan.FloorPlanConfig::MaxRoomSize
|
|
int32_t ___MaxRoomSize_8;
|
|
// System.Int32 DungeonArchitect.Builders.FloorPlan.FloorPlanConfig::HallWidth
|
|
int32_t ___HallWidth_9;
|
|
// System.Int32 DungeonArchitect.Builders.FloorPlan.FloorPlanConfig::MinRoomChunkArea
|
|
int32_t ___MinRoomChunkArea_10;
|
|
// System.Int32 DungeonArchitect.Builders.FloorPlan.FloorPlanConfig::RoomSplitProbabilityOffset
|
|
int32_t ___RoomSplitProbabilityOffset_11;
|
|
// DungeonArchitect.Builders.FloorPlan.Tooling.FloorPlanCorridorTool[] DungeonArchitect.Builders.FloorPlan.FloorPlanConfig::manualHallwayPoints
|
|
FloorPlanCorridorToolU5BU5D_t71AC1A149B54544B328CEBAC49B50B4120F9597E* ___manualHallwayPoints_12;
|
|
};
|
|
|
|
// DungeonArchitect.Builders.FloorPlan.FloorPlanModel
|
|
struct FloorPlanModel_tE088A489B868701717ABB0721C425F3FFCED18E1 : public DungeonModel_t53A77B7094F80C6A6C626E2E6B647289FBF29D19
|
|
{
|
|
// DungeonArchitect.Builders.FloorPlan.FloorPlanConfig DungeonArchitect.Builders.FloorPlan.FloorPlanModel::Config
|
|
FloorPlanConfig_t532D06F3A07E9398692974242B19B5D2A4A36D16* ___Config_4;
|
|
// DungeonArchitect.Builders.FloorPlan.FloorChunk[] DungeonArchitect.Builders.FloorPlan.FloorPlanModel::Chunks
|
|
FloorChunkU5BU5D_tD6A628523FF858A9D807AB3DF1912F14B30F8C91* ___Chunks_5;
|
|
};
|
|
|
|
// DungeonArchitect.Builders.FloorPlan.FloorPlanSpatialConstraintProcessor
|
|
struct FloorPlanSpatialConstraintProcessor_tDDD8E47043037EB18D7166EBCB9BC824575E5B41 : public SpatialConstraintProcessor_tCC087B0417271713989DB46A9785DCF36D276DD1
|
|
{
|
|
};
|
|
|
|
// DungeonArchitect.Builders.Grid.GridDungeonBuilder
|
|
struct GridDungeonBuilder_tF519D1857BAF6A6DDB74CE4ED051BC2C967098D4 : public DungeonBuilder_tD1E33B0EE44EFF472152D3D8233F3804191E65EA
|
|
{
|
|
// System.Int32 DungeonArchitect.Builders.Grid.GridDungeonBuilder::_CellIdCounter
|
|
int32_t ____CellIdCounter_14;
|
|
// DungeonArchitect.Builders.Grid.GridDungeonModel DungeonArchitect.Builders.Grid.GridDungeonBuilder::gridModel
|
|
GridDungeonModel_tAEF5278646C831FA4C6EEEFEF7128869C645942F* ___gridModel_15;
|
|
// DungeonArchitect.Builders.Grid.GridDungeonConfig DungeonArchitect.Builders.Grid.GridDungeonBuilder::gridConfig
|
|
GridDungeonConfig_tA813B337E88DBA4D5849118F7CF0D012B1178726* ___gridConfig_16;
|
|
};
|
|
|
|
// DungeonArchitect.Builders.Grid.GridDungeonConfig
|
|
struct GridDungeonConfig_tA813B337E88DBA4D5849118F7CF0D012B1178726 : public DungeonConfig_tAB374D87D0852393B67D890DA66CD4B0EC2D7FBD
|
|
{
|
|
// UnityEngine.Vector3 DungeonArchitect.Builders.Grid.GridDungeonConfig::GridCellSize
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___GridCellSize_5;
|
|
// System.Int32 DungeonArchitect.Builders.Grid.GridDungeonConfig::NumCells
|
|
int32_t ___NumCells_6;
|
|
// System.Int32 DungeonArchitect.Builders.Grid.GridDungeonConfig::MinCellSize
|
|
int32_t ___MinCellSize_7;
|
|
// System.Int32 DungeonArchitect.Builders.Grid.GridDungeonConfig::MaxCellSize
|
|
int32_t ___MaxCellSize_8;
|
|
// System.Int32 DungeonArchitect.Builders.Grid.GridDungeonConfig::RoomAreaThreshold
|
|
int32_t ___RoomAreaThreshold_9;
|
|
// System.Single DungeonArchitect.Builders.Grid.GridDungeonConfig::RoomAspectDelta
|
|
float ___RoomAspectDelta_10;
|
|
// System.Int32 DungeonArchitect.Builders.Grid.GridDungeonConfig::CorridorWidth
|
|
int32_t ___CorridorWidth_11;
|
|
// System.Single DungeonArchitect.Builders.Grid.GridDungeonConfig::HeightVariationProbability
|
|
float ___HeightVariationProbability_12;
|
|
// System.Int32 DungeonArchitect.Builders.Grid.GridDungeonConfig::MaxAllowedStairHeight
|
|
int32_t ___MaxAllowedStairHeight_13;
|
|
// System.Single DungeonArchitect.Builders.Grid.GridDungeonConfig::SpanningTreeLoopProbability
|
|
float ___SpanningTreeLoopProbability_14;
|
|
// System.Single DungeonArchitect.Builders.Grid.GridDungeonConfig::StairConnectionTollerance
|
|
float ___StairConnectionTollerance_15;
|
|
// System.Single DungeonArchitect.Builders.Grid.GridDungeonConfig::DoorProximitySteps
|
|
float ___DoorProximitySteps_16;
|
|
// System.Single DungeonArchitect.Builders.Grid.GridDungeonConfig::NormalMean
|
|
float ___NormalMean_17;
|
|
// System.Single DungeonArchitect.Builders.Grid.GridDungeonConfig::NormalStd
|
|
float ___NormalStd_18;
|
|
// System.Single DungeonArchitect.Builders.Grid.GridDungeonConfig::InitialRoomRadius
|
|
float ___InitialRoomRadius_19;
|
|
// DungeonArchitect.Builders.Grid.GridDungeonWallType DungeonArchitect.Builders.Grid.GridDungeonConfig::WallLayoutType
|
|
int32_t ___WallLayoutType_20;
|
|
// System.Int32 DungeonArchitect.Builders.Grid.GridDungeonConfig::FloorHeight
|
|
int32_t ___FloorHeight_21;
|
|
// System.Boolean DungeonArchitect.Builders.Grid.GridDungeonConfig::UseFastCellDistribution
|
|
bool ___UseFastCellDistribution_22;
|
|
// System.Int32 DungeonArchitect.Builders.Grid.GridDungeonConfig::CellDistributionWidth
|
|
int32_t ___CellDistributionWidth_23;
|
|
// System.Int32 DungeonArchitect.Builders.Grid.GridDungeonConfig::CellDistributionLength
|
|
int32_t ___CellDistributionLength_24;
|
|
// System.Boolean DungeonArchitect.Builders.Grid.GridDungeonConfig::Mode2D
|
|
bool ___Mode2D_25;
|
|
};
|
|
|
|
// DungeonArchitect.Builders.Grid.GridDungeonModel
|
|
struct GridDungeonModel_tAEF5278646C831FA4C6EEEFEF7128869C645942F : public DungeonModel_t53A77B7094F80C6A6C626E2E6B647289FBF29D19
|
|
{
|
|
// DungeonArchitect.Builders.Grid.DoorManager DungeonArchitect.Builders.Grid.GridDungeonModel::DoorManager
|
|
DoorManager_t2E65BDE0A91F2AC349DA211CBF35427A2D919203* ___DoorManager_4;
|
|
// DungeonArchitect.Builders.Grid.GridDungeonConfig DungeonArchitect.Builders.Grid.GridDungeonModel::Config
|
|
GridDungeonConfig_tA813B337E88DBA4D5849118F7CF0D012B1178726* ___Config_5;
|
|
// System.Collections.Generic.List`1<DungeonArchitect.Builders.Grid.Cell> DungeonArchitect.Builders.Grid.GridDungeonModel::Cells
|
|
List_1_t987D5B80738D2852896A351FD59FC0CCCE96F45A* ___Cells_6;
|
|
// System.Collections.Generic.Dictionary`2<System.Int32,System.Collections.Generic.List`1<DungeonArchitect.Builders.Grid.StairInfo>> DungeonArchitect.Builders.Grid.GridDungeonModel::CellStairs
|
|
Dictionary_2_t1A5C7F5B67FB590E1188CB1637FE5572D8772941* ___CellStairs_7;
|
|
// System.Collections.Generic.Dictionary`2<System.Int32,System.Collections.Generic.Dictionary`2<System.Int32,DungeonArchitect.Builders.Grid.GridCellInfo>> DungeonArchitect.Builders.Grid.GridDungeonModel::GridCellInfoLookup
|
|
Dictionary_2_t1E4AAB19CD6B804B64AFAA5EBEFC031CA7775223* ___GridCellInfoLookup_8;
|
|
// System.Collections.Generic.Dictionary`2<System.Int32,DungeonArchitect.Builders.Grid.Cell> DungeonArchitect.Builders.Grid.GridDungeonModel::CellLookup
|
|
Dictionary_2_t3EFEE226B11F638A8B2F7F047C2D16B631714386* ___CellLookup_9;
|
|
};
|
|
|
|
// DungeonArchitect.Builders.Grid.GridDungeonQuery
|
|
struct GridDungeonQuery_tCF307DEFBAEFBDFFD4767D61DB44001DBC527856 : public DungeonEventListener_tDD3B54FF16033C77DFC0C51CAF87B8C85D4C00CF
|
|
{
|
|
// System.Collections.Generic.Dictionary`2<System.Int32,UnityEngine.GameObject[]> DungeonArchitect.Builders.Grid.GridDungeonQuery::DoorObjectsByCellId
|
|
Dictionary_2_tA67244141E978011D16C324808EB61B56151233E* ___DoorObjectsByCellId_4;
|
|
};
|
|
|
|
// DungeonArchitect.Builders.Grid.GridDungeonToolData
|
|
struct GridDungeonToolData_tB12D8DE069614C3E4934A565DE6D5EEC510BBD5D : public DungeonToolData_tB68AE001FFBF2D546FBF46869BE1DC68B320DE34
|
|
{
|
|
// System.Collections.Generic.List`1<DungeonArchitect.IntVector> DungeonArchitect.Builders.Grid.GridDungeonToolData::paintedCells
|
|
List_1_t72F81508323A323FA6727DCAE9E4209241B62383* ___paintedCells_4;
|
|
};
|
|
|
|
// DungeonArchitect.Builders.GridFlow.GridFlowDungeonConfig
|
|
struct GridFlowDungeonConfig_t0E234576590D92DD585D565D0C248FA9CEE04792 : public DungeonConfig_tAB374D87D0852393B67D890DA66CD4B0EC2D7FBD
|
|
{
|
|
// DungeonArchitect.Flow.Impl.GridFlow.GridFlowAsset DungeonArchitect.Builders.GridFlow.GridFlowDungeonConfig::flowAsset
|
|
GridFlowAsset_t71A1F67943E1D1E9ABAC29C7F71A24A45BB34ABA* ___flowAsset_5;
|
|
// UnityEngine.Vector3 DungeonArchitect.Builders.GridFlow.GridFlowDungeonConfig::gridSize
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___gridSize_6;
|
|
// System.Int32 DungeonArchitect.Builders.GridFlow.GridFlowDungeonConfig::numGraphRetries
|
|
int32_t ___numGraphRetries_7;
|
|
// System.Boolean DungeonArchitect.Builders.GridFlow.GridFlowDungeonConfig::Mode2D
|
|
bool ___Mode2D_8;
|
|
// System.Boolean DungeonArchitect.Builders.GridFlow.GridFlowDungeonConfig::flipEdgeWalls
|
|
bool ___flipEdgeWalls_9;
|
|
};
|
|
|
|
// DungeonArchitect.Builders.Grid.GridItemMetadataHandler
|
|
struct GridItemMetadataHandler_t7E08EDDF7CCA2A533CBAEFF1DD528B62360B92A5 : public DungeonItemSpawnListener_tBDC8AD76E919B2F334244A50FA526900164FC124
|
|
{
|
|
};
|
|
|
|
// DungeonArchitect.Landscape.LandscapeTransformerBase
|
|
struct LandscapeTransformerBase_t5825BF43364CC2021181454F5AA4A6B5BCBE8B47 : public DungeonEventListener_tDD3B54FF16033C77DFC0C51CAF87B8C85D4C00CF
|
|
{
|
|
// UnityEngine.Terrain DungeonArchitect.Landscape.LandscapeTransformerBase::terrain
|
|
Terrain_t7F309492F67238DBFBC4566F47385B2A665CF667* ___terrain_4;
|
|
// System.Boolean DungeonArchitect.Landscape.LandscapeTransformerBase::cachedTerrainDataRestored
|
|
bool ___cachedTerrainDataRestored_5;
|
|
// UnityEngine.Rect DungeonArchitect.Landscape.LandscapeTransformerBase::worldBounds
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___worldBounds_6;
|
|
// DungeonArchitect.Landscape.DungeonLandscapeRestorationCache DungeonArchitect.Landscape.LandscapeTransformerBase::landscapeRestorationCache
|
|
DungeonLandscapeRestorationCache_t4A23E4B4E4C7CF585874E5F4185714B674A9BADF* ___landscapeRestorationCache_7;
|
|
};
|
|
|
|
// DungeonArchitect.Builders.Grid.MarkerEmitterCornerBeautifier
|
|
struct MarkerEmitterCornerBeautifier_tF610B2FB795FFE3084A287FFB58429710E6DEF24 : public DungeonMarkerEmitter_t87508438CFD72F4696EBA9DC78510FAD2AFA4CE5
|
|
{
|
|
};
|
|
|
|
// DungeonArchitect.Builders.Grid.MarkerEmitterEmptySpace
|
|
struct MarkerEmitterEmptySpace_t463CB5E3864A5CECE52C39C5D115D72BE05943CF : public DungeonMarkerEmitter_t87508438CFD72F4696EBA9DC78510FAD2AFA4CE5
|
|
{
|
|
// System.Int32 DungeonArchitect.Builders.Grid.MarkerEmitterEmptySpace::distanceToCover
|
|
int32_t ___distanceToCover_4;
|
|
// System.String DungeonArchitect.Builders.Grid.MarkerEmitterEmptySpace::markerName
|
|
String_t* ___markerName_5;
|
|
// System.String DungeonArchitect.Builders.Grid.MarkerEmitterEmptySpace::indexedMarkerNamePrefix
|
|
String_t* ___indexedMarkerNamePrefix_6;
|
|
// System.Boolean DungeonArchitect.Builders.Grid.MarkerEmitterEmptySpace::overrideY
|
|
bool ___overrideY_7;
|
|
// System.String DungeonArchitect.Builders.Grid.MarkerEmitterEmptySpace::overrideYBlackboardKey
|
|
String_t* ___overrideYBlackboardKey_8;
|
|
};
|
|
|
|
// DungeonArchitect.Builders.Grid.MarkerEmitterFindLowestPoint
|
|
struct MarkerEmitterFindLowestPoint_t7EC007CFCCC51D8B6D7BB13B2F8AED8EE653EEEF : public DungeonMarkerEmitter_t87508438CFD72F4696EBA9DC78510FAD2AFA4CE5
|
|
{
|
|
// System.String DungeonArchitect.Builders.Grid.MarkerEmitterFindLowestPoint::MarkerName
|
|
String_t* ___MarkerName_4;
|
|
// System.String DungeonArchitect.Builders.Grid.MarkerEmitterFindLowestPoint::BlackboardKeyLowestY
|
|
String_t* ___BlackboardKeyLowestY_5;
|
|
};
|
|
|
|
// DungeonArchitect.Builders.Grid.MarkerEmitterFreeSpaceDecorator
|
|
struct MarkerEmitterFreeSpaceDecorator_t9BB605EEAE9B9FCFE03060C625D0C4CE46D1D4C4 : public DungeonMarkerEmitter_t87508438CFD72F4696EBA9DC78510FAD2AFA4CE5
|
|
{
|
|
// System.Int32 DungeonArchitect.Builders.Grid.MarkerEmitterFreeSpaceDecorator::distanceFromEdge
|
|
int32_t ___distanceFromEdge_4;
|
|
// System.String DungeonArchitect.Builders.Grid.MarkerEmitterFreeSpaceDecorator::markerName
|
|
String_t* ___markerName_5;
|
|
// System.Single DungeonArchitect.Builders.Grid.MarkerEmitterFreeSpaceDecorator::pushDownAmount
|
|
float ___pushDownAmount_6;
|
|
// UnityEngine.Vector3[] DungeonArchitect.Builders.Grid.MarkerEmitterFreeSpaceDecorator::pushDownTestAxis
|
|
Vector3U5BU5D_tFF1859CCE176131B909E2044F76443064254679C* ___pushDownTestAxis_7;
|
|
};
|
|
|
|
// DungeonArchitect.Builders.Grid.MarkerEmitterGridWall2D
|
|
struct MarkerEmitterGridWall2D_t00EBC579D3DED3FA7088656D6F2B891D73C15690 : public DungeonMarkerEmitter_t87508438CFD72F4696EBA9DC78510FAD2AFA4CE5
|
|
{
|
|
// DungeonArchitect.Builders.Grid.MarkerEmitterGridWall2D/WallPushType DungeonArchitect.Builders.Grid.MarkerEmitterGridWall2D::wallPushType
|
|
int32_t ___wallPushType_4;
|
|
// System.Boolean DungeonArchitect.Builders.Grid.MarkerEmitterGridWall2D::fixCorners
|
|
bool ___fixCorners_5;
|
|
};
|
|
|
|
// DungeonArchitect.Builders.Grid.PlatformVolume
|
|
struct PlatformVolume_t33F227672EED86293E82558AFEC3E2B34BD4265F : public Volume_t171840DEFF59415CE26C50B8BDC663D2D36C57DA
|
|
{
|
|
// DungeonArchitect.Builders.Grid.CellType DungeonArchitect.Builders.Grid.PlatformVolume::cellType
|
|
int32_t ___cellType_9;
|
|
};
|
|
|
|
// DungeonArchitect.Builders.Grid.SpatialConstraints.SpatialConstraintProcessorGrid2D
|
|
struct SpatialConstraintProcessorGrid2D_tC17CA689C3CB293EC2C712259126FBBB3C5650B3 : public SpatialConstraintProcessor_tCC087B0417271713989DB46A9785DCF36D276DD1
|
|
{
|
|
};
|
|
|
|
// DungeonArchitect.Builders.Grid.SpatialConstraints.SpatialConstraintProcessorGrid3D
|
|
struct SpatialConstraintProcessorGrid3D_tE54F6D2E763D240148E809E59B70E311BFA7A1CB : public SpatialConstraintProcessor_tCC087B0417271713989DB46A9785DCF36D276DD1
|
|
{
|
|
};
|
|
|
|
// DungeonArchitect.Builders.Grid.SpatialConstraints.SpatialConstraintProcessorGridFlow2D
|
|
struct SpatialConstraintProcessorGridFlow2D_t80A1713FE4B57D862AB22C86D578B5F69A91B36C : public SpatialConstraintProcessor_tCC087B0417271713989DB46A9785DCF36D276DD1
|
|
{
|
|
};
|
|
|
|
// DungeonArchitect.Builders.Grid.SpatialConstraints.SpatialConstraintProcessorGridFlow3D
|
|
struct SpatialConstraintProcessorGridFlow3D_t4850A07E299189C457DFC4454D2A70629F64BF8C : public SpatialConstraintProcessor_tCC087B0417271713989DB46A9785DCF36D276DD1
|
|
{
|
|
};
|
|
|
|
// DungeonArchitect.Builders.Grid.GridDungeonItemGroup
|
|
struct GridDungeonItemGroup_t44CDC31ACA50262CE242F8FA82942F1CD08A7CBC : public DungeonItemGroup_t5E15F43B7FE778FB51B2AABDD373E83F75B38E05
|
|
{
|
|
};
|
|
|
|
// DungeonArchitect.Builders.CircularCity.LandscapeTransformerCity
|
|
struct LandscapeTransformerCity_t7CB6715ABE50F0DCA40C9714E6BF49F2AD873C3A : public LandscapeTransformerBase_t5825BF43364CC2021181454F5AA4A6B5BCBE8B47
|
|
{
|
|
// DungeonArchitect.Builders.CircularCity.CircularCityLandscapeTexture[] DungeonArchitect.Builders.CircularCity.LandscapeTransformerCity::textures
|
|
CircularCityLandscapeTextureU5BU5D_tBF5B4BFA6BCB9527681787FD310AD7930ACA860B* ___textures_8;
|
|
// DungeonArchitect.Builders.CircularCity.CircularCityFoliageTheme[] DungeonArchitect.Builders.CircularCity.LandscapeTransformerCity::foliage
|
|
CircularCityFoliageThemeU5BU5D_t51432853E39CA85AF3A52EBB362A5F9A37BF886B* ___foliage_9;
|
|
// System.Int32 DungeonArchitect.Builders.CircularCity.LandscapeTransformerCity::roadBlurDistance
|
|
int32_t ___roadBlurDistance_10;
|
|
// System.Single DungeonArchitect.Builders.CircularCity.LandscapeTransformerCity::corridorBlurThreshold
|
|
float ___corridorBlurThreshold_11;
|
|
// System.Single DungeonArchitect.Builders.CircularCity.LandscapeTransformerCity::roomBlurThreshold
|
|
float ___roomBlurThreshold_12;
|
|
};
|
|
|
|
// DungeonArchitect.Builders.Grid.LandscapeTransformerGrid
|
|
struct LandscapeTransformerGrid_t02E5535AC1B5F112D6D2B1F8485AFC486AEF787B : public LandscapeTransformerBase_t5825BF43364CC2021181454F5AA4A6B5BCBE8B47
|
|
{
|
|
// DungeonArchitect.Builders.Grid.LandscapeTexture[] DungeonArchitect.Builders.Grid.LandscapeTransformerGrid::textures
|
|
LandscapeTextureU5BU5D_tE6A0A60C237861AC0D17B818973967DF136BDE8F* ___textures_8;
|
|
// System.Single DungeonArchitect.Builders.Grid.LandscapeTransformerGrid::layoutLevelOffset
|
|
float ___layoutLevelOffset_9;
|
|
// System.Int32 DungeonArchitect.Builders.Grid.LandscapeTransformerGrid::smoothingDistance
|
|
int32_t ___smoothingDistance_10;
|
|
// UnityEngine.AnimationCurve DungeonArchitect.Builders.Grid.LandscapeTransformerGrid::roomElevationCurve
|
|
AnimationCurve_tCBFFAAD05CEBB35EF8D8631BD99914BE1A6BB354* ___roomElevationCurve_11;
|
|
// UnityEngine.AnimationCurve DungeonArchitect.Builders.Grid.LandscapeTransformerGrid::corridorElevationCurve
|
|
AnimationCurve_tCBFFAAD05CEBB35EF8D8631BD99914BE1A6BB354* ___corridorElevationCurve_12;
|
|
// System.Int32 DungeonArchitect.Builders.Grid.LandscapeTransformerGrid::roadBlurDistance
|
|
int32_t ___roadBlurDistance_13;
|
|
// System.Single DungeonArchitect.Builders.Grid.LandscapeTransformerGrid::corridorBlurThreshold
|
|
float ___corridorBlurThreshold_14;
|
|
// System.Single DungeonArchitect.Builders.Grid.LandscapeTransformerGrid::roomBlurThreshold
|
|
float ___roomBlurThreshold_15;
|
|
};
|
|
|
|
// DungeonArchitect.Utils.BlackboardDatabase`1<System.Single>
|
|
|
|
// DungeonArchitect.Utils.BlackboardDatabase`1<System.Single>
|
|
|
|
// System.Collections.Generic.Dictionary`2<System.Int32,System.Collections.Generic.Dictionary`2<System.Int32,DungeonArchitect.Builders.Grid.GridCellInfo>>
|
|
|
|
// System.Collections.Generic.Dictionary`2<System.Int32,System.Collections.Generic.Dictionary`2<System.Int32,DungeonArchitect.Builders.Grid.GridCellInfo>>
|
|
|
|
// System.Collections.Generic.Dictionary`2<System.Int32,System.Collections.Generic.HashSet`1<UnityEngine.GameObject>>
|
|
|
|
// System.Collections.Generic.Dictionary`2<System.Int32,System.Collections.Generic.HashSet`1<UnityEngine.GameObject>>
|
|
|
|
// System.Collections.Generic.Dictionary`2<System.Int32,System.Collections.Generic.List`1<DungeonArchitect.Builders.Grid.StairInfo>>
|
|
|
|
// System.Collections.Generic.Dictionary`2<System.Int32,System.Collections.Generic.List`1<DungeonArchitect.Builders.Grid.StairInfo>>
|
|
|
|
// System.Collections.Generic.Dictionary`2<System.Int32,System.Collections.Generic.List`1<DungeonArchitect.Builders.FloorPlan.FloorPlanBuilder/FloorIslandAdjacency>>
|
|
|
|
// System.Collections.Generic.Dictionary`2<System.Int32,System.Collections.Generic.List`1<DungeonArchitect.Builders.FloorPlan.FloorPlanBuilder/FloorIslandAdjacency>>
|
|
|
|
// System.Collections.Generic.Dictionary`2<System.Int32,UnityEngine.GameObject[]>
|
|
|
|
// System.Collections.Generic.Dictionary`2<System.Int32,UnityEngine.GameObject[]>
|
|
|
|
// System.Collections.Generic.Dictionary`2<System.Int32,DungeonArchitect.Builders.Grid.Cell>
|
|
|
|
// System.Collections.Generic.Dictionary`2<System.Int32,DungeonArchitect.Builders.Grid.Cell>
|
|
|
|
// System.Collections.Generic.Dictionary`2<System.Int32,DungeonArchitect.LevelStreaming.DungeonItemGroupInfo>
|
|
|
|
// System.Collections.Generic.Dictionary`2<System.Int32,DungeonArchitect.LevelStreaming.DungeonItemGroupInfo>
|
|
|
|
// System.Collections.Generic.Dictionary`2<System.Int32,DungeonArchitect.Builders.FloorPlan.FloorChunk>
|
|
|
|
// System.Collections.Generic.Dictionary`2<System.Int32,DungeonArchitect.Builders.FloorPlan.FloorChunk>
|
|
|
|
// System.Collections.Generic.Dictionary`2<System.Int32,DungeonArchitect.Builders.Grid.GridCellInfo>
|
|
|
|
// System.Collections.Generic.Dictionary`2<System.Int32,DungeonArchitect.Builders.Grid.GridCellInfo>
|
|
|
|
// System.Collections.Generic.Dictionary`2<System.Int32,System.Int32>
|
|
|
|
// System.Collections.Generic.Dictionary`2<System.Int32,System.Int32>
|
|
|
|
// System.Collections.Generic.Dictionary`2<System.Int32,DungeonArchitect.RoadNetworks.RoadGraphNode>
|
|
|
|
// System.Collections.Generic.Dictionary`2<System.Int32,DungeonArchitect.RoadNetworks.RoadGraphNode>
|
|
|
|
// System.Collections.Generic.Dictionary`2<System.Int32,DungeonArchitect.Builders.FloorPlan.FloorChunkDB/FChunkCacheNode>
|
|
|
|
// System.Collections.Generic.Dictionary`2<System.Int32,DungeonArchitect.Builders.FloorPlan.FloorChunkDB/FChunkCacheNode>
|
|
|
|
// System.Collections.Generic.Dictionary`2<DungeonArchitect.IntVector,System.Collections.Generic.HashSet`1<DungeonArchitect.IntVector>>
|
|
|
|
// System.Collections.Generic.Dictionary`2<DungeonArchitect.IntVector,System.Collections.Generic.HashSet`1<DungeonArchitect.IntVector>>
|
|
|
|
// System.Collections.Generic.Dictionary`2<DungeonArchitect.IntVector,DungeonArchitect.Builders.FloorPlan.FloorPlanBuilder/FloorIslandNode>
|
|
|
|
// System.Collections.Generic.Dictionary`2<DungeonArchitect.IntVector,DungeonArchitect.Builders.FloorPlan.FloorPlanBuilder/FloorIslandNode>
|
|
|
|
// System.Collections.Generic.Dictionary`2<DungeonArchitect.IntVector2,System.Collections.Generic.List`1<UnityEngine.Vector3>>
|
|
|
|
// System.Collections.Generic.Dictionary`2<DungeonArchitect.IntVector2,System.Collections.Generic.List`1<UnityEngine.Vector3>>
|
|
|
|
// System.Collections.Generic.Dictionary`2<DungeonArchitect.Builders.Grid.IntVector2Key,DungeonArchitect.Builders.Grid.CellDoor>
|
|
|
|
// System.Collections.Generic.Dictionary`2<DungeonArchitect.Builders.Grid.IntVector2Key,DungeonArchitect.Builders.Grid.CellDoor>
|
|
|
|
// System.Collections.Generic.Dictionary`2<System.String,System.Collections.Generic.HashSet`1<DungeonArchitect.IntVector>>
|
|
|
|
// System.Collections.Generic.Dictionary`2<System.String,System.Collections.Generic.HashSet`1<DungeonArchitect.IntVector>>
|
|
|
|
// System.Collections.Generic.HashSet`1<UnityEngine.GameObject>
|
|
|
|
// System.Collections.Generic.HashSet`1<UnityEngine.GameObject>
|
|
|
|
// System.Collections.Generic.HashSet`1<System.Int32>
|
|
|
|
// System.Collections.Generic.HashSet`1<System.Int32>
|
|
|
|
// System.Collections.Generic.HashSet`1<DungeonArchitect.IntVector>
|
|
|
|
// System.Collections.Generic.HashSet`1<DungeonArchitect.IntVector>
|
|
|
|
// System.Collections.Generic.Dictionary`2/KeyCollection<DungeonArchitect.Builders.Grid.IntVector2Key,DungeonArchitect.Builders.Grid.CellDoor>
|
|
|
|
// System.Collections.Generic.Dictionary`2/KeyCollection<DungeonArchitect.Builders.Grid.IntVector2Key,DungeonArchitect.Builders.Grid.CellDoor>
|
|
|
|
// System.Collections.Generic.List`1<DungeonArchitect.Builders.Grid.Cell>
|
|
struct List_1_t987D5B80738D2852896A351FD59FC0CCCE96F45A_StaticFields
|
|
{
|
|
// T[] System.Collections.Generic.List`1::s_emptyArray
|
|
CellU5BU5D_t406DA9ADF2EEAF234F96021B19BC0F69BA6814C8* ___s_emptyArray_5;
|
|
};
|
|
|
|
// System.Collections.Generic.List`1<DungeonArchitect.Builders.Grid.Cell>
|
|
|
|
// System.Collections.Generic.List`1<DungeonArchitect.Builders.Grid.CellDoor>
|
|
struct List_1_tC549A5C1202941CF8D7156AB07F868A64034EDBA_StaticFields
|
|
{
|
|
// T[] System.Collections.Generic.List`1::s_emptyArray
|
|
CellDoorU5BU5D_t4C7F8D55D36058D4C4286AA43070C1F50CA66F48* ___s_emptyArray_5;
|
|
};
|
|
|
|
// System.Collections.Generic.List`1<DungeonArchitect.Builders.Grid.CellDoor>
|
|
|
|
// System.Collections.Generic.List`1<DungeonArchitect.Builders.FloorPlan.FloorChunk>
|
|
struct List_1_tC2B2F0FF500476942F279BAE4B554183BB036C00_StaticFields
|
|
{
|
|
// T[] System.Collections.Generic.List`1::s_emptyArray
|
|
FloorChunkU5BU5D_tD6A628523FF858A9D807AB3DF1912F14B30F8C91* ___s_emptyArray_5;
|
|
};
|
|
|
|
// System.Collections.Generic.List`1<DungeonArchitect.Builders.FloorPlan.FloorChunk>
|
|
|
|
// 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<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<DungeonArchitect.IntVector>
|
|
struct List_1_t72F81508323A323FA6727DCAE9E4209241B62383_StaticFields
|
|
{
|
|
// T[] System.Collections.Generic.List`1::s_emptyArray
|
|
IntVectorU5BU5D_t51305BC25B133B84E9B4F1FB09FC5DE6C579C440* ___s_emptyArray_5;
|
|
};
|
|
|
|
// System.Collections.Generic.List`1<DungeonArchitect.IntVector>
|
|
|
|
// System.Collections.Generic.List`1<DungeonArchitect.Builders.Grid.IntVector2Key>
|
|
struct List_1_tC6466240AA55FBD6D754ACE31BB6994F07ACC198_StaticFields
|
|
{
|
|
// T[] System.Collections.Generic.List`1::s_emptyArray
|
|
IntVector2KeyU5BU5D_t087F2DCC252B2795AB9FBB8F57FEA28C87C16DB7* ___s_emptyArray_5;
|
|
};
|
|
|
|
// System.Collections.Generic.List`1<DungeonArchitect.Builders.Grid.IntVector2Key>
|
|
|
|
// 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<DungeonArchitect.Builders.Grid.StairInfo>
|
|
struct List_1_t73B55D3BE443B7E7B725BA4D211DC08937B6C557_StaticFields
|
|
{
|
|
// T[] System.Collections.Generic.List`1::s_emptyArray
|
|
StairInfoU5BU5D_t16C421F54D2E1FBCB0981BE2502E900A92CBD448* ___s_emptyArray_5;
|
|
};
|
|
|
|
// System.Collections.Generic.List`1<DungeonArchitect.Builders.Grid.StairInfo>
|
|
|
|
// System.Collections.Generic.List`1<UnityEngine.TerrainLayer>
|
|
struct List_1_tBC631FCB854910673B2EF0EBFB74AAA581B47A26_StaticFields
|
|
{
|
|
// T[] System.Collections.Generic.List`1::s_emptyArray
|
|
TerrainLayerU5BU5D_t259E391D6115F121FCD284E79F62012D70956EB0* ___s_emptyArray_5;
|
|
};
|
|
|
|
// System.Collections.Generic.List`1<UnityEngine.TerrainLayer>
|
|
|
|
// System.Collections.Generic.List`1<UnityEngine.Vector2>
|
|
struct List_1_t8F3790B7F8C471B3A1336522C7415FB0AC36D47B_StaticFields
|
|
{
|
|
// T[] System.Collections.Generic.List`1::s_emptyArray
|
|
Vector2U5BU5D_tFEBBC94BCC6C9C88277BA04047D2B3FDB6ED7FDA* ___s_emptyArray_5;
|
|
};
|
|
|
|
// System.Collections.Generic.List`1<UnityEngine.Vector2>
|
|
|
|
// System.Collections.Generic.List`1<UnityEngine.Vector3>
|
|
struct List_1_t77B94703E05C519A9010DD0614F757F974E1CD8B_StaticFields
|
|
{
|
|
// T[] System.Collections.Generic.List`1::s_emptyArray
|
|
Vector3U5BU5D_tFF1859CCE176131B909E2044F76443064254679C* ___s_emptyArray_5;
|
|
};
|
|
|
|
// System.Collections.Generic.List`1<UnityEngine.Vector3>
|
|
|
|
// System.Collections.Generic.List`1<DungeonArchitect.Volume>
|
|
struct List_1_tC9D21D2966EBAA07241DB95D292FBCAE9A1227D2_StaticFields
|
|
{
|
|
// T[] System.Collections.Generic.List`1::s_emptyArray
|
|
VolumeU5BU5D_t97E8728F96D959704AD33D584EA52FCBA151008C* ___s_emptyArray_5;
|
|
};
|
|
|
|
// System.Collections.Generic.List`1<DungeonArchitect.Volume>
|
|
|
|
// System.Collections.Generic.List`1<DungeonArchitect.Builders.FloorPlan.FloorPlanBuilder/FloorIslandAdjacency>
|
|
struct List_1_t563D16E87A1075C93F235D7CD71E288AD32E0641_StaticFields
|
|
{
|
|
// T[] System.Collections.Generic.List`1::s_emptyArray
|
|
FloorIslandAdjacencyU5BU5D_t78F7EEDD9E3F0910E3801F6FE2206D6E264EEA8B* ___s_emptyArray_5;
|
|
};
|
|
|
|
// System.Collections.Generic.List`1<DungeonArchitect.Builders.FloorPlan.FloorPlanBuilder/FloorIslandAdjacency>
|
|
|
|
// System.Collections.Generic.List`1<DungeonArchitect.Builders.FloorPlan.FloorPlanBuilder/FloorIslandNode>
|
|
struct List_1_t73EE720C502E868F742CE6FF43951DCD21F951A1_StaticFields
|
|
{
|
|
// T[] System.Collections.Generic.List`1::s_emptyArray
|
|
FloorIslandNodeU5BU5D_t543F6F386AE85909D513E658B40ED2CE2C80175B* ___s_emptyArray_5;
|
|
};
|
|
|
|
// System.Collections.Generic.List`1<DungeonArchitect.Builders.FloorPlan.FloorPlanBuilder/FloorIslandNode>
|
|
|
|
// System.Collections.Generic.List`1<DungeonArchitect.Builders.Grid.MarkerEmitterGridWall2D/Wall2DMarkerInfo>
|
|
struct List_1_t58925A78A274F84D9E284F6F1D514B62092908B6_StaticFields
|
|
{
|
|
// T[] System.Collections.Generic.List`1::s_emptyArray
|
|
Wall2DMarkerInfoU5BU5D_t4C241154CE05190D091C6EF72D4430DBB4FE7B1E* ___s_emptyArray_5;
|
|
};
|
|
|
|
// System.Collections.Generic.List`1<DungeonArchitect.Builders.Grid.MarkerEmitterGridWall2D/Wall2DMarkerInfo>
|
|
|
|
// System.Collections.Generic.Queue`1<DungeonArchitect.IntVector>
|
|
|
|
// System.Collections.Generic.Queue`1<DungeonArchitect.IntVector>
|
|
|
|
// System.Collections.Generic.Queue`1<DungeonArchitect.Builders.Grid.GridDungeonModelUtils/LongestPathBFSData>
|
|
|
|
// System.Collections.Generic.Queue`1<DungeonArchitect.Builders.Grid.GridDungeonModelUtils/LongestPathBFSData>
|
|
|
|
// System.Collections.Generic.Stack`1<DungeonArchitect.Builders.FloorPlan.FloorChunk>
|
|
|
|
// System.Collections.Generic.Stack`1<DungeonArchitect.Builders.FloorPlan.FloorChunk>
|
|
|
|
// System.Collections.Generic.Stack`1<System.Int32>
|
|
|
|
// System.Collections.Generic.Stack`1<System.Int32>
|
|
|
|
// System.Collections.Generic.Stack`1<System.Object>
|
|
|
|
// System.Collections.Generic.Stack`1<System.Object>
|
|
|
|
// System.Collections.Generic.Dictionary`2/ValueCollection<System.Int32,System.Collections.Generic.List`1<DungeonArchitect.Builders.Grid.StairInfo>>
|
|
|
|
// System.Collections.Generic.Dictionary`2/ValueCollection<System.Int32,System.Collections.Generic.List`1<DungeonArchitect.Builders.Grid.StairInfo>>
|
|
|
|
// System.Collections.Generic.Dictionary`2/ValueCollection<System.Int32,DungeonArchitect.LevelStreaming.DungeonItemGroupInfo>
|
|
|
|
// System.Collections.Generic.Dictionary`2/ValueCollection<System.Int32,DungeonArchitect.LevelStreaming.DungeonItemGroupInfo>
|
|
|
|
// System.Collections.Generic.Dictionary`2/ValueCollection<System.Int32,DungeonArchitect.Builders.FloorPlan.FloorChunk>
|
|
|
|
// System.Collections.Generic.Dictionary`2/ValueCollection<System.Int32,DungeonArchitect.Builders.FloorPlan.FloorChunk>
|
|
|
|
// DungeonArchitect.Utils.Blackboard
|
|
|
|
// DungeonArchitect.Utils.Blackboard
|
|
|
|
// DungeonArchitect.BlurFilter
|
|
|
|
// DungeonArchitect.BlurFilter
|
|
|
|
// DungeonArchitect.Builders.Grid.CellDoor
|
|
|
|
// DungeonArchitect.Builders.Grid.CellDoor
|
|
|
|
// DungeonArchitect.Builders.CircularCity.CircularCityDungeonMarkerNames
|
|
struct CircularCityDungeonMarkerNames_tD9DE7FBCEE796749D71974981B9047385DA12E60_StaticFields
|
|
{
|
|
// System.String DungeonArchitect.Builders.CircularCity.CircularCityDungeonMarkerNames::House
|
|
String_t* ___House_0;
|
|
// System.String DungeonArchitect.Builders.CircularCity.CircularCityDungeonMarkerNames::WallMarkerName
|
|
String_t* ___WallMarkerName_1;
|
|
// System.String DungeonArchitect.Builders.CircularCity.CircularCityDungeonMarkerNames::DoorMarkerName
|
|
String_t* ___DoorMarkerName_2;
|
|
// System.String DungeonArchitect.Builders.CircularCity.CircularCityDungeonMarkerNames::GroundMarkerName
|
|
String_t* ___GroundMarkerName_3;
|
|
// System.String DungeonArchitect.Builders.CircularCity.CircularCityDungeonMarkerNames::CornerTowerMarkerName
|
|
String_t* ___CornerTowerMarkerName_4;
|
|
// System.String DungeonArchitect.Builders.CircularCity.CircularCityDungeonMarkerNames::WallPaddingMarkerName
|
|
String_t* ___WallPaddingMarkerName_5;
|
|
};
|
|
|
|
// DungeonArchitect.Builders.CircularCity.CircularCityDungeonMarkerNames
|
|
|
|
// DungeonArchitect.Builders.CircularCity.CircularCityFoliageEntry
|
|
|
|
// DungeonArchitect.Builders.CircularCity.CircularCityFoliageEntry
|
|
|
|
// DungeonArchitect.Builders.CircularCity.CircularCityFoliageTheme
|
|
|
|
// DungeonArchitect.Builders.CircularCity.CircularCityFoliageTheme
|
|
|
|
// DungeonArchitect.Builders.Grid.DoorManager
|
|
|
|
// DungeonArchitect.Builders.Grid.DoorManager
|
|
|
|
// DungeonArchitect.Builders.FloorPlan.FloorChunkDB
|
|
|
|
// DungeonArchitect.Builders.FloorPlan.FloorChunkDB
|
|
|
|
// DungeonArchitect.Builders.FloorPlan.FloorDoorManager
|
|
|
|
// DungeonArchitect.Builders.FloorPlan.FloorDoorManager
|
|
|
|
// DungeonArchitect.Builders.FloorPlan.FloorPlanMarkerNames
|
|
struct FloorPlanMarkerNames_t1B709C8E5ADB09E034C1C7B0A96853FDBF0EF24D_StaticFields
|
|
{
|
|
// System.String DungeonArchitect.Builders.FloorPlan.FloorPlanMarkerNames::Ground
|
|
String_t* ___Ground_0;
|
|
// System.String DungeonArchitect.Builders.FloorPlan.FloorPlanMarkerNames::Ceiling
|
|
String_t* ___Ceiling_1;
|
|
// System.String DungeonArchitect.Builders.FloorPlan.FloorPlanMarkerNames::Wall
|
|
String_t* ___Wall_2;
|
|
// System.String DungeonArchitect.Builders.FloorPlan.FloorPlanMarkerNames::Door
|
|
String_t* ___Door_3;
|
|
// System.String DungeonArchitect.Builders.FloorPlan.FloorPlanMarkerNames::BuildingWall
|
|
String_t* ___BuildingWall_4;
|
|
};
|
|
|
|
// DungeonArchitect.Builders.FloorPlan.FloorPlanMarkerNames
|
|
|
|
// DungeonArchitect.Builders.Grid.GridBuilderDoorMetadata
|
|
|
|
// DungeonArchitect.Builders.Grid.GridBuilderDoorMetadata
|
|
|
|
// DungeonArchitect.Builders.Grid.GridBuilderUtils
|
|
|
|
// DungeonArchitect.Builders.Grid.GridBuilderUtils
|
|
|
|
// DungeonArchitect.Builders.Grid.GridCellInfo
|
|
|
|
// DungeonArchitect.Builders.Grid.GridCellInfo
|
|
|
|
// DungeonArchitect.Builders.Grid.GridDebugDrawUtils
|
|
|
|
// DungeonArchitect.Builders.Grid.GridDebugDrawUtils
|
|
|
|
// DungeonArchitect.Builders.Grid.GridDungeonMarkerNames
|
|
struct GridDungeonMarkerNames_tC17AF5D30BC911B0C9537F392DC7B6007DEC93D8_StaticFields
|
|
{
|
|
// System.String DungeonArchitect.Builders.Grid.GridDungeonMarkerNames::Fence
|
|
String_t* ___Fence_0;
|
|
// System.String DungeonArchitect.Builders.Grid.GridDungeonMarkerNames::FenceSeparator
|
|
String_t* ___FenceSeparator_1;
|
|
// System.String DungeonArchitect.Builders.Grid.GridDungeonMarkerNames::Door
|
|
String_t* ___Door_2;
|
|
// System.String DungeonArchitect.Builders.Grid.GridDungeonMarkerNames::Door2D
|
|
String_t* ___Door2D_3;
|
|
// System.String DungeonArchitect.Builders.Grid.GridDungeonMarkerNames::Door2D_90
|
|
String_t* ___Door2D_90_4;
|
|
// System.String DungeonArchitect.Builders.Grid.GridDungeonMarkerNames::Wall
|
|
String_t* ___Wall_5;
|
|
// System.String DungeonArchitect.Builders.Grid.GridDungeonMarkerNames::Wall2D
|
|
String_t* ___Wall2D_6;
|
|
// System.String DungeonArchitect.Builders.Grid.GridDungeonMarkerNames::WallSeparator
|
|
String_t* ___WallSeparator_7;
|
|
// System.String DungeonArchitect.Builders.Grid.GridDungeonMarkerNames::Ground
|
|
String_t* ___Ground_8;
|
|
// System.String DungeonArchitect.Builders.Grid.GridDungeonMarkerNames::Ground2D
|
|
String_t* ___Ground2D_9;
|
|
// System.String DungeonArchitect.Builders.Grid.GridDungeonMarkerNames::Stair
|
|
String_t* ___Stair_10;
|
|
// System.String DungeonArchitect.Builders.Grid.GridDungeonMarkerNames::Stair2X
|
|
String_t* ___Stair2X_11;
|
|
// System.String DungeonArchitect.Builders.Grid.GridDungeonMarkerNames::WallHalf
|
|
String_t* ___WallHalf_12;
|
|
// System.String DungeonArchitect.Builders.Grid.GridDungeonMarkerNames::WallHalfSeparator
|
|
String_t* ___WallHalfSeparator_13;
|
|
// System.String DungeonArchitect.Builders.Grid.GridDungeonMarkerNames::None
|
|
String_t* ___None_14;
|
|
// System.String DungeonArchitect.Builders.Grid.GridDungeonMarkerNames::RoomWall
|
|
String_t* ___RoomWall_15;
|
|
// System.String DungeonArchitect.Builders.Grid.GridDungeonMarkerNames::RoomWallSeparator
|
|
String_t* ___RoomWallSeparator_16;
|
|
// System.String DungeonArchitect.Builders.Grid.GridDungeonMarkerNames::RoomOpenSpace
|
|
String_t* ___RoomOpenSpace_17;
|
|
// System.String DungeonArchitect.Builders.Grid.GridDungeonMarkerNames::Light
|
|
String_t* ___Light_18;
|
|
};
|
|
|
|
// DungeonArchitect.Builders.Grid.GridDungeonMarkerNames
|
|
|
|
// DungeonArchitect.Builders.Grid.Mirroring.GridDungeonMirror
|
|
|
|
// DungeonArchitect.Builders.Grid.Mirroring.GridDungeonMirror
|
|
|
|
// DungeonArchitect.Builders.Grid.GridDungeonModelUtils
|
|
|
|
// DungeonArchitect.Builders.Grid.GridDungeonModelUtils
|
|
|
|
// DungeonArchitect.Builders.Grid.LandscapeTexture
|
|
|
|
// DungeonArchitect.Builders.Grid.LandscapeTexture
|
|
|
|
// DungeonArchitect.LevelMarkerList
|
|
|
|
// DungeonArchitect.LevelMarkerList
|
|
|
|
// System.Random
|
|
struct Random_t79716069EDE67D1D7734F60AE402D0CA3FB6B4C8_StaticFields
|
|
{
|
|
// System.Random System.Random::s_globalRandom
|
|
Random_t79716069EDE67D1D7734F60AE402D0CA3FB6B4C8* ___s_globalRandom_7;
|
|
};
|
|
|
|
// System.Random
|
|
struct Random_t79716069EDE67D1D7734F60AE402D0CA3FB6B4C8_ThreadStaticFields
|
|
{
|
|
// System.Random System.Random::t_threadRandom
|
|
Random_t79716069EDE67D1D7734F60AE402D0CA3FB6B4C8* ___t_threadRandom_6;
|
|
};
|
|
|
|
// DungeonArchitect.RoadNetworks.RoadGraph
|
|
|
|
// DungeonArchitect.RoadNetworks.RoadGraph
|
|
|
|
// DungeonArchitect.RoadNetworks.RoadGraphBuilder
|
|
|
|
// DungeonArchitect.RoadNetworks.RoadGraphBuilder
|
|
|
|
// DungeonArchitect.RoadNetworks.RoadGraphBuilderSettings
|
|
|
|
// DungeonArchitect.RoadNetworks.RoadGraphBuilderSettings
|
|
|
|
// DungeonArchitect.RoadNetworks.RoadGraphEdge
|
|
|
|
// DungeonArchitect.RoadNetworks.RoadGraphEdge
|
|
|
|
// DungeonArchitect.RoadNetworks.RoadLayoutBuilder
|
|
|
|
// DungeonArchitect.RoadNetworks.RoadLayoutBuilder
|
|
|
|
// DungeonArchitect.SpatialConstraints.SpatialConstraintProcessorContext
|
|
|
|
// DungeonArchitect.SpatialConstraints.SpatialConstraintProcessorContext
|
|
|
|
// System.Diagnostics.Stopwatch
|
|
struct Stopwatch_tA188A210449E22C07053A7D3014DD182C7369043_StaticFields
|
|
{
|
|
// System.Int64 System.Diagnostics.Stopwatch::Frequency
|
|
int64_t ___Frequency_0;
|
|
// System.Boolean System.Diagnostics.Stopwatch::IsHighResolution
|
|
bool ___IsHighResolution_1;
|
|
};
|
|
|
|
// System.Diagnostics.Stopwatch
|
|
|
|
// System.String
|
|
struct String_t_StaticFields
|
|
{
|
|
// System.String System.String::Empty
|
|
String_t* ___Empty_6;
|
|
};
|
|
|
|
// System.String
|
|
|
|
// DungeonArchitect.Builders.CircularCity.CircularCityDungeonBuilder/SpatialPartitionCache
|
|
|
|
// DungeonArchitect.Builders.CircularCity.CircularCityDungeonBuilder/SpatialPartitionCache
|
|
|
|
// DungeonArchitect.Builders.FloorPlan.FloorChunkDB/FChunkCacheNode
|
|
|
|
// DungeonArchitect.Builders.FloorPlan.FloorChunkDB/FChunkCacheNode
|
|
|
|
// DungeonArchitect.Builders.FloorPlan.FloorPlanBuilder/FloorIslandAdjacency
|
|
|
|
// DungeonArchitect.Builders.FloorPlan.FloorPlanBuilder/FloorIslandAdjacency
|
|
|
|
// DungeonArchitect.Builders.FloorPlan.FloorPlanBuilder/IslandNodePriorityPredicate
|
|
|
|
// DungeonArchitect.Builders.FloorPlan.FloorPlanBuilder/IslandNodePriorityPredicate
|
|
|
|
// DungeonArchitect.Builders.Grid.GridDungeonBuilder/<>c
|
|
struct U3CU3Ec_tD605903C30B8A9380AE9C564ACE714B7A7477BCC_StaticFields
|
|
{
|
|
// DungeonArchitect.Builders.Grid.GridDungeonBuilder/<>c DungeonArchitect.Builders.Grid.GridDungeonBuilder/<>c::<>9
|
|
U3CU3Ec_tD605903C30B8A9380AE9C564ACE714B7A7477BCC* ___U3CU3E9_0;
|
|
// System.Func`2<UnityEngine.Vector2,System.Single> DungeonArchitect.Builders.Grid.GridDungeonBuilder/<>c::<>9__37_0
|
|
Func_2_t768E45AC224B8B0A2FF0AF51561075C9EA671111* ___U3CU3E9__37_0_1;
|
|
};
|
|
|
|
// DungeonArchitect.Builders.Grid.GridDungeonBuilder/<>c
|
|
|
|
// DungeonArchitect.Builders.Grid.GridDungeonBuilder/Edge
|
|
|
|
// DungeonArchitect.Builders.Grid.GridDungeonBuilder/Edge
|
|
|
|
// DungeonArchitect.Builders.Grid.GridDungeonBuilder/StairConnectionWeight
|
|
|
|
// DungeonArchitect.Builders.Grid.GridDungeonBuilder/StairConnectionWeight
|
|
|
|
// DungeonArchitect.Builders.Grid.GridDungeonBuilder/StairConnectionWeightComparer
|
|
|
|
// DungeonArchitect.Builders.Grid.GridDungeonBuilder/StairConnectionWeightComparer
|
|
|
|
// DungeonArchitect.Builders.Grid.MarkerEmitterCornerBeautifier/CellSpatialConfig
|
|
|
|
// DungeonArchitect.Builders.Grid.MarkerEmitterCornerBeautifier/CellSpatialConfig
|
|
|
|
// System.Collections.Generic.List`1/Enumerator<DungeonArchitect.Builders.Grid.Cell>
|
|
|
|
// System.Collections.Generic.List`1/Enumerator<DungeonArchitect.Builders.Grid.Cell>
|
|
|
|
// System.Collections.Generic.List`1/Enumerator<DungeonArchitect.Builders.Grid.CellDoor>
|
|
|
|
// System.Collections.Generic.List`1/Enumerator<DungeonArchitect.Builders.Grid.CellDoor>
|
|
|
|
// System.Collections.Generic.List`1/Enumerator<DungeonArchitect.Builders.FloorPlan.FloorChunk>
|
|
|
|
// System.Collections.Generic.List`1/Enumerator<DungeonArchitect.Builders.FloorPlan.FloorChunk>
|
|
|
|
// System.Collections.Generic.List`1/Enumerator<UnityEngine.GameObject>
|
|
|
|
// System.Collections.Generic.List`1/Enumerator<UnityEngine.GameObject>
|
|
|
|
// System.Collections.Generic.HashSet`1/Enumerator<System.Int32>
|
|
|
|
// System.Collections.Generic.HashSet`1/Enumerator<System.Int32>
|
|
|
|
// System.Collections.Generic.List`1/Enumerator<System.Object>
|
|
|
|
// System.Collections.Generic.List`1/Enumerator<System.Object>
|
|
|
|
// System.Collections.Generic.List`1/Enumerator<DungeonArchitect.Builders.Grid.StairInfo>
|
|
|
|
// System.Collections.Generic.List`1/Enumerator<DungeonArchitect.Builders.Grid.StairInfo>
|
|
|
|
// System.Collections.Generic.List`1/Enumerator<DungeonArchitect.Builders.FloorPlan.FloorPlanBuilder/FloorIslandAdjacency>
|
|
|
|
// System.Collections.Generic.List`1/Enumerator<DungeonArchitect.Builders.FloorPlan.FloorPlanBuilder/FloorIslandAdjacency>
|
|
|
|
// System.Collections.Generic.List`1/Enumerator<DungeonArchitect.Builders.FloorPlan.FloorPlanBuilder/FloorIslandNode>
|
|
|
|
// System.Collections.Generic.List`1/Enumerator<DungeonArchitect.Builders.FloorPlan.FloorPlanBuilder/FloorIslandNode>
|
|
|
|
// System.Collections.Generic.List`1/Enumerator<DungeonArchitect.Builders.Grid.MarkerEmitterGridWall2D/Wall2DMarkerInfo>
|
|
|
|
// System.Collections.Generic.List`1/Enumerator<DungeonArchitect.Builders.Grid.MarkerEmitterGridWall2D/Wall2DMarkerInfo>
|
|
|
|
// System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Int32,System.Collections.Generic.List`1<DungeonArchitect.Builders.Grid.StairInfo>>
|
|
|
|
// System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Int32,System.Collections.Generic.List`1<DungeonArchitect.Builders.Grid.StairInfo>>
|
|
|
|
// System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Int32,DungeonArchitect.LevelStreaming.DungeonItemGroupInfo>
|
|
|
|
// System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Int32,DungeonArchitect.LevelStreaming.DungeonItemGroupInfo>
|
|
|
|
// System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Int32,DungeonArchitect.Builders.FloorPlan.FloorChunk>
|
|
|
|
// System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Int32,DungeonArchitect.Builders.FloorPlan.FloorChunk>
|
|
|
|
// System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Int32,System.Object>
|
|
|
|
// System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Int32,System.Object>
|
|
|
|
// System.Collections.Generic.KeyValuePair`2<System.Int32,System.Collections.Generic.HashSet`1<UnityEngine.GameObject>>
|
|
|
|
// System.Collections.Generic.KeyValuePair`2<System.Int32,System.Collections.Generic.HashSet`1<UnityEngine.GameObject>>
|
|
|
|
// System.Collections.Generic.KeyValuePair`2<System.Int32,System.Object>
|
|
|
|
// System.Collections.Generic.KeyValuePair`2<System.Int32,System.Object>
|
|
|
|
// System.Boolean
|
|
struct Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_StaticFields
|
|
{
|
|
// System.String System.Boolean::TrueString
|
|
String_t* ___TrueString_5;
|
|
// System.String System.Boolean::FalseString
|
|
String_t* ___FalseString_6;
|
|
};
|
|
|
|
// System.Boolean
|
|
|
|
// UnityEngine.Color
|
|
|
|
// UnityEngine.Color
|
|
|
|
// System.Double
|
|
|
|
// System.Double
|
|
|
|
// DungeonArchitect.Builders.Grid.Mirroring.GridDungeonMirrorAxisX
|
|
|
|
// DungeonArchitect.Builders.Grid.Mirroring.GridDungeonMirrorAxisX
|
|
|
|
// DungeonArchitect.Builders.Grid.Mirroring.GridDungeonMirrorAxisZ
|
|
|
|
// DungeonArchitect.Builders.Grid.Mirroring.GridDungeonMirrorAxisZ
|
|
|
|
// System.Int32
|
|
|
|
// System.Int32
|
|
|
|
// System.Int64
|
|
|
|
// System.Int64
|
|
|
|
// System.IntPtr
|
|
struct IntPtr_t_StaticFields
|
|
{
|
|
// System.IntPtr System.IntPtr::Zero
|
|
intptr_t ___Zero_1;
|
|
};
|
|
|
|
// System.IntPtr
|
|
|
|
// DungeonArchitect.IntVector
|
|
struct IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C_StaticFields
|
|
{
|
|
// DungeonArchitect.IntVector DungeonArchitect.IntVector::Zero
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C ___Zero_3;
|
|
};
|
|
|
|
// DungeonArchitect.IntVector
|
|
|
|
// DungeonArchitect.IntVector2
|
|
struct IntVector2_t2DFD1430F75D3E32E93DE921832E85D4A3FD53F7_StaticFields
|
|
{
|
|
// DungeonArchitect.IntVector2 DungeonArchitect.IntVector2::Zero
|
|
IntVector2_t2DFD1430F75D3E32E93DE921832E85D4A3FD53F7 ___Zero_2;
|
|
};
|
|
|
|
// DungeonArchitect.IntVector2
|
|
|
|
// UnityEngine.Mathf
|
|
struct Mathf_tE284D016E3B297B72311AAD9EB8F0E643F6A4682_StaticFields
|
|
{
|
|
// System.Single UnityEngine.Mathf::Epsilon
|
|
float ___Epsilon_0;
|
|
};
|
|
|
|
// UnityEngine.Mathf
|
|
|
|
// UnityEngine.Matrix4x4
|
|
struct Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6_StaticFields
|
|
{
|
|
// UnityEngine.Matrix4x4 UnityEngine.Matrix4x4::zeroMatrix
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___zeroMatrix_16;
|
|
// UnityEngine.Matrix4x4 UnityEngine.Matrix4x4::identityMatrix
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___identityMatrix_17;
|
|
};
|
|
|
|
// UnityEngine.Matrix4x4
|
|
|
|
// UnityEngine.Quaternion
|
|
struct Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974_StaticFields
|
|
{
|
|
// UnityEngine.Quaternion UnityEngine.Quaternion::identityQuaternion
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 ___identityQuaternion_4;
|
|
};
|
|
|
|
// UnityEngine.Quaternion
|
|
|
|
// UnityEngine.Rect
|
|
|
|
// UnityEngine.Rect
|
|
|
|
// System.Single
|
|
|
|
// System.Single
|
|
|
|
// System.UInt32
|
|
|
|
// System.UInt32
|
|
|
|
// UnityEngine.Vector2
|
|
struct Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7_StaticFields
|
|
{
|
|
// UnityEngine.Vector2 UnityEngine.Vector2::zeroVector
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___zeroVector_2;
|
|
// UnityEngine.Vector2 UnityEngine.Vector2::oneVector
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___oneVector_3;
|
|
// UnityEngine.Vector2 UnityEngine.Vector2::upVector
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___upVector_4;
|
|
// UnityEngine.Vector2 UnityEngine.Vector2::downVector
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___downVector_5;
|
|
// UnityEngine.Vector2 UnityEngine.Vector2::leftVector
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___leftVector_6;
|
|
// UnityEngine.Vector2 UnityEngine.Vector2::rightVector
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___rightVector_7;
|
|
// UnityEngine.Vector2 UnityEngine.Vector2::positiveInfinityVector
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___positiveInfinityVector_8;
|
|
// UnityEngine.Vector2 UnityEngine.Vector2::negativeInfinityVector
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___negativeInfinityVector_9;
|
|
};
|
|
|
|
// UnityEngine.Vector2
|
|
|
|
// UnityEngine.Vector3
|
|
struct Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2_StaticFields
|
|
{
|
|
// UnityEngine.Vector3 UnityEngine.Vector3::zeroVector
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___zeroVector_5;
|
|
// UnityEngine.Vector3 UnityEngine.Vector3::oneVector
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___oneVector_6;
|
|
// UnityEngine.Vector3 UnityEngine.Vector3::upVector
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___upVector_7;
|
|
// UnityEngine.Vector3 UnityEngine.Vector3::downVector
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___downVector_8;
|
|
// UnityEngine.Vector3 UnityEngine.Vector3::leftVector
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___leftVector_9;
|
|
// UnityEngine.Vector3 UnityEngine.Vector3::rightVector
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___rightVector_10;
|
|
// UnityEngine.Vector3 UnityEngine.Vector3::forwardVector
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___forwardVector_11;
|
|
// UnityEngine.Vector3 UnityEngine.Vector3::backVector
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___backVector_12;
|
|
// UnityEngine.Vector3 UnityEngine.Vector3::positiveInfinityVector
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___positiveInfinityVector_13;
|
|
// UnityEngine.Vector3 UnityEngine.Vector3::negativeInfinityVector
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___negativeInfinityVector_14;
|
|
};
|
|
|
|
// UnityEngine.Vector3
|
|
|
|
// System.Void
|
|
|
|
// System.Void
|
|
|
|
// <PrivateImplementationDetails>/__StaticArrayInitTypeSize=12
|
|
|
|
// <PrivateImplementationDetails>/__StaticArrayInitTypeSize=12
|
|
|
|
// <PrivateImplementationDetails>/__StaticArrayInitTypeSize=24
|
|
|
|
// <PrivateImplementationDetails>/__StaticArrayInitTypeSize=24
|
|
|
|
// <PrivateImplementationDetails>/__StaticArrayInitTypeSize=32
|
|
|
|
// <PrivateImplementationDetails>/__StaticArrayInitTypeSize=32
|
|
|
|
// <PrivateImplementationDetails>/__StaticArrayInitTypeSize=36
|
|
|
|
// <PrivateImplementationDetails>/__StaticArrayInitTypeSize=36
|
|
|
|
// DungeonArchitect.Builders.Grid.GridDungeonModelUtils/LongestPathBFSData
|
|
|
|
// DungeonArchitect.Builders.Grid.GridDungeonModelUtils/LongestPathBFSData
|
|
|
|
// System.Collections.Generic.HashSet`1/Enumerator<DungeonArchitect.IntVector>
|
|
|
|
// System.Collections.Generic.HashSet`1/Enumerator<DungeonArchitect.IntVector>
|
|
|
|
// System.Collections.Generic.List`1/Enumerator<DungeonArchitect.IntVector>
|
|
|
|
// System.Collections.Generic.List`1/Enumerator<DungeonArchitect.IntVector>
|
|
|
|
// System.Collections.Generic.List`1/Enumerator<UnityEngine.Vector3>
|
|
|
|
// System.Collections.Generic.List`1/Enumerator<UnityEngine.Vector3>
|
|
|
|
// System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,System.Collections.Generic.HashSet`1<UnityEngine.GameObject>>
|
|
|
|
// System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,System.Collections.Generic.HashSet`1<UnityEngine.GameObject>>
|
|
|
|
// System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,System.Object>
|
|
|
|
// System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,System.Object>
|
|
|
|
// <PrivateImplementationDetails>
|
|
struct U3CPrivateImplementationDetailsU3E_tCD59FF2C3B13D6D3D539EF75FB31E3DFC1A4B77E_StaticFields
|
|
{
|
|
// <PrivateImplementationDetails>/__StaticArrayInitTypeSize=36 <PrivateImplementationDetails>::0608E0C005C97F5CEE6C83C54872FFA68A91F9A24B1FD02BC07E4C2807696705
|
|
__StaticArrayInitTypeSizeU3D36_tE4E690942AF464D1BDFE19B9FDB736CE39B1D4C1 ___0608E0C005C97F5CEE6C83C54872FFA68A91F9A24B1FD02BC07E4C2807696705_0;
|
|
// <PrivateImplementationDetails>/__StaticArrayInitTypeSize=24 <PrivateImplementationDetails>::0C67A4A3C70001CF4098884F94831C1507BBC11D6127B9E352BC0C27EF45F91E
|
|
__StaticArrayInitTypeSizeU3D24_t0B6BD9C5AE0ACE280B5E2D1BD89F6B174CBEDCC7 ___0C67A4A3C70001CF4098884F94831C1507BBC11D6127B9E352BC0C27EF45F91E_1;
|
|
// <PrivateImplementationDetails>/__StaticArrayInitTypeSize=36 <PrivateImplementationDetails>::132A98ECE566273156D8B3997FB616A3D0299AC1422B1BEA8D31396A1AEC5912
|
|
__StaticArrayInitTypeSizeU3D36_tE4E690942AF464D1BDFE19B9FDB736CE39B1D4C1 ___132A98ECE566273156D8B3997FB616A3D0299AC1422B1BEA8D31396A1AEC5912_2;
|
|
// <PrivateImplementationDetails>/__StaticArrayInitTypeSize=36 <PrivateImplementationDetails>::1F8407DAB4D0CD6A43CDA82C5C72B1D9E4023FAD36C5B151654BD686F098D203
|
|
__StaticArrayInitTypeSizeU3D36_tE4E690942AF464D1BDFE19B9FDB736CE39B1D4C1 ___1F8407DAB4D0CD6A43CDA82C5C72B1D9E4023FAD36C5B151654BD686F098D203_3;
|
|
// <PrivateImplementationDetails>/__StaticArrayInitTypeSize=36 <PrivateImplementationDetails>::2A868E86FB0DC00F5BD41E7C7A6D90043051953C25DA9811799CAFE48E0E5683
|
|
__StaticArrayInitTypeSizeU3D36_tE4E690942AF464D1BDFE19B9FDB736CE39B1D4C1 ___2A868E86FB0DC00F5BD41E7C7A6D90043051953C25DA9811799CAFE48E0E5683_4;
|
|
// <PrivateImplementationDetails>/__StaticArrayInitTypeSize=12 <PrivateImplementationDetails>::4636993D3E1DA4E9D6B8F87B79E8F7C6D018580D52661950EABC3845C5897A4D
|
|
__StaticArrayInitTypeSizeU3D12_t37E8C48CF76AEE07AB23A21C17A2223BA76B4E1D ___4636993D3E1DA4E9D6B8F87B79E8F7C6D018580D52661950EABC3845C5897A4D_5;
|
|
// <PrivateImplementationDetails>/__StaticArrayInitTypeSize=36 <PrivateImplementationDetails>::48DA5DDC9CD36D3F74A33B9C9F4B6634314F779E1A2EBE8116466087BFC5FD17
|
|
__StaticArrayInitTypeSizeU3D36_tE4E690942AF464D1BDFE19B9FDB736CE39B1D4C1 ___48DA5DDC9CD36D3F74A33B9C9F4B6634314F779E1A2EBE8116466087BFC5FD17_6;
|
|
// <PrivateImplementationDetails>/__StaticArrayInitTypeSize=36 <PrivateImplementationDetails>::559411536295B9E72B50D8476FF333ADDDE0C6A216F682F8219CC31AD4FBD00E
|
|
__StaticArrayInitTypeSizeU3D36_tE4E690942AF464D1BDFE19B9FDB736CE39B1D4C1 ___559411536295B9E72B50D8476FF333ADDDE0C6A216F682F8219CC31AD4FBD00E_7;
|
|
// <PrivateImplementationDetails>/__StaticArrayInitTypeSize=36 <PrivateImplementationDetails>::5D134CF03FDD4E98368143157E6338BE48F5FF8627978C903F42C5618F553CD7
|
|
__StaticArrayInitTypeSizeU3D36_tE4E690942AF464D1BDFE19B9FDB736CE39B1D4C1 ___5D134CF03FDD4E98368143157E6338BE48F5FF8627978C903F42C5618F553CD7_8;
|
|
// <PrivateImplementationDetails>/__StaticArrayInitTypeSize=36 <PrivateImplementationDetails>::6679E28B9FF699F392DF9754BEF088691751AFB4F9AEF7D5050E31E442B6B4AA
|
|
__StaticArrayInitTypeSizeU3D36_tE4E690942AF464D1BDFE19B9FDB736CE39B1D4C1 ___6679E28B9FF699F392DF9754BEF088691751AFB4F9AEF7D5050E31E442B6B4AA_9;
|
|
// <PrivateImplementationDetails>/__StaticArrayInitTypeSize=36 <PrivateImplementationDetails>::9374E214F6282E85E67F30CB879638A47F2BA2F3504AE3FD2E0EA613AF0D87AB
|
|
__StaticArrayInitTypeSizeU3D36_tE4E690942AF464D1BDFE19B9FDB736CE39B1D4C1 ___9374E214F6282E85E67F30CB879638A47F2BA2F3504AE3FD2E0EA613AF0D87AB_10;
|
|
// <PrivateImplementationDetails>/__StaticArrayInitTypeSize=36 <PrivateImplementationDetails>::96A3E6A9EFFE5978A60E19DDA6BD201DE5B55B1DEB8061FFB5EE3793F3346B7A
|
|
__StaticArrayInitTypeSizeU3D36_tE4E690942AF464D1BDFE19B9FDB736CE39B1D4C1 ___96A3E6A9EFFE5978A60E19DDA6BD201DE5B55B1DEB8061FFB5EE3793F3346B7A_11;
|
|
// <PrivateImplementationDetails>/__StaticArrayInitTypeSize=36 <PrivateImplementationDetails>::B2D0E6A72553EC81B00A2D51D8186DD44338DDAA9C37A2F1B0ED1BBEAB669422
|
|
__StaticArrayInitTypeSizeU3D36_tE4E690942AF464D1BDFE19B9FDB736CE39B1D4C1 ___B2D0E6A72553EC81B00A2D51D8186DD44338DDAA9C37A2F1B0ED1BBEAB669422_12;
|
|
// <PrivateImplementationDetails>/__StaticArrayInitTypeSize=32 <PrivateImplementationDetails>::C11C5B1A1ACE200F7ACCECCFEE328E05DCB4BE49E30C396CE8A52D4C2B364F65
|
|
__StaticArrayInitTypeSizeU3D32_tCDD62BFE04686EB56EDF820BC21983D3912EE679 ___C11C5B1A1ACE200F7ACCECCFEE328E05DCB4BE49E30C396CE8A52D4C2B364F65_13;
|
|
// <PrivateImplementationDetails>/__StaticArrayInitTypeSize=36 <PrivateImplementationDetails>::C6DD8AD6D88BF13B0B39A5E4499526E263C471EFFE7B0ADF11FD609D10213BE5
|
|
__StaticArrayInitTypeSizeU3D36_tE4E690942AF464D1BDFE19B9FDB736CE39B1D4C1 ___C6DD8AD6D88BF13B0B39A5E4499526E263C471EFFE7B0ADF11FD609D10213BE5_14;
|
|
// <PrivateImplementationDetails>/__StaticArrayInitTypeSize=36 <PrivateImplementationDetails>::C8C71DB52931E73356BEAA2A6F887237AFD41ABD2D2B34EF47FB73A35504B40A
|
|
__StaticArrayInitTypeSizeU3D36_tE4E690942AF464D1BDFE19B9FDB736CE39B1D4C1 ___C8C71DB52931E73356BEAA2A6F887237AFD41ABD2D2B34EF47FB73A35504B40A_15;
|
|
// <PrivateImplementationDetails>/__StaticArrayInitTypeSize=32 <PrivateImplementationDetails>::DD713C0C766EE0CFAA11D1C8722F6F67FB1EFCA5CBD7C982D47DEF4A91E24687
|
|
__StaticArrayInitTypeSizeU3D32_tCDD62BFE04686EB56EDF820BC21983D3912EE679 ___DD713C0C766EE0CFAA11D1C8722F6F67FB1EFCA5CBD7C982D47DEF4A91E24687_16;
|
|
// <PrivateImplementationDetails>/__StaticArrayInitTypeSize=36 <PrivateImplementationDetails>::E3525C2408D5F7616BAB4D2D8DF75FACD395DFD1332E4EE75D0EE109FD5E6D94
|
|
__StaticArrayInitTypeSizeU3D36_tE4E690942AF464D1BDFE19B9FDB736CE39B1D4C1 ___E3525C2408D5F7616BAB4D2D8DF75FACD395DFD1332E4EE75D0EE109FD5E6D94_17;
|
|
// <PrivateImplementationDetails>/__StaticArrayInitTypeSize=36 <PrivateImplementationDetails>::EEAC090DFB674F396B03BBD69941E9C1EE461A37C8DD84ED97192DC97871CB0C
|
|
__StaticArrayInitTypeSizeU3D36_tE4E690942AF464D1BDFE19B9FDB736CE39B1D4C1 ___EEAC090DFB674F396B03BBD69941E9C1EE461A37C8DD84ED97192DC97871CB0C_18;
|
|
// <PrivateImplementationDetails>/__StaticArrayInitTypeSize=36 <PrivateImplementationDetails>::FAD8EAD280BA05A533BA4FDF0B4AE3EFCD2051DA81A4F7AB3DE90197A6008F82
|
|
__StaticArrayInitTypeSizeU3D36_tE4E690942AF464D1BDFE19B9FDB736CE39B1D4C1 ___FAD8EAD280BA05A533BA4FDF0B4AE3EFCD2051DA81A4F7AB3DE90197A6008F82_19;
|
|
};
|
|
|
|
// <PrivateImplementationDetails>
|
|
|
|
// UnityEngine.AnimationCurve
|
|
|
|
// UnityEngine.AnimationCurve
|
|
|
|
// UnityEngine.Bounds
|
|
|
|
// UnityEngine.Bounds
|
|
|
|
// DungeonArchitect.Builders.CircularCity.CircularCityCell
|
|
|
|
// DungeonArchitect.Builders.CircularCity.CircularCityCell
|
|
|
|
// DungeonArchitect.Builders.CircularCity.CircularCityLandscapeTexture
|
|
|
|
// DungeonArchitect.Builders.CircularCity.CircularCityLandscapeTexture
|
|
|
|
// System.Delegate
|
|
|
|
// System.Delegate
|
|
|
|
// UnityEngine.DetailPrototype
|
|
struct DetailPrototype_t131E17755ED167435F60BA3F70869DA3876E254B_StaticFields
|
|
{
|
|
// UnityEngine.Color UnityEngine.DetailPrototype::DefaultHealthColor
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___DefaultHealthColor_0;
|
|
// UnityEngine.Color UnityEngine.DetailPrototype::DefaultDryColor
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___DefaultDryColor_1;
|
|
};
|
|
|
|
// UnityEngine.DetailPrototype
|
|
|
|
// DungeonArchitect.DungeonNodeSpawnData
|
|
|
|
// DungeonArchitect.DungeonNodeSpawnData
|
|
|
|
// DungeonArchitect.Builders.Grid.IntVector2Key
|
|
|
|
// DungeonArchitect.Builders.Grid.IntVector2Key
|
|
|
|
// DungeonArchitect.Landscape.LandscapeDataRasterizer
|
|
|
|
// DungeonArchitect.Landscape.LandscapeDataRasterizer
|
|
|
|
// UnityEngine.Object
|
|
struct Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_StaticFields
|
|
{
|
|
// System.Int32 UnityEngine.Object::OffsetOfInstanceIDInCPlusPlusObject
|
|
int32_t ___OffsetOfInstanceIDInCPlusPlusObject_1;
|
|
};
|
|
|
|
// UnityEngine.Object
|
|
|
|
// DungeonArchitect.PropSocket
|
|
|
|
// DungeonArchitect.PropSocket
|
|
|
|
// DungeonArchitect.Rectangle
|
|
|
|
// DungeonArchitect.Rectangle
|
|
|
|
// DungeonArchitect.RoadNetworks.RoadGraphNode
|
|
|
|
// DungeonArchitect.RoadNetworks.RoadGraphNode
|
|
|
|
// System.RuntimeFieldHandle
|
|
|
|
// System.RuntimeFieldHandle
|
|
|
|
// DungeonArchitect.SpatialConstraints.SpatialConstraintRuleDomain
|
|
|
|
// DungeonArchitect.SpatialConstraints.SpatialConstraintRuleDomain
|
|
|
|
// DungeonArchitect.Builders.Grid.StairInfo
|
|
|
|
// DungeonArchitect.Builders.Grid.StairInfo
|
|
|
|
// DungeonArchitect.Builders.FloorPlan.FloorPlanBuilder/FloorIslandNode
|
|
|
|
// DungeonArchitect.Builders.FloorPlan.FloorPlanBuilder/FloorIslandNode
|
|
|
|
// DungeonArchitect.Builders.Grid.GridDungeonBuilder/ConnectionPointSorter
|
|
|
|
// DungeonArchitect.Builders.Grid.GridDungeonBuilder/ConnectionPointSorter
|
|
|
|
// DungeonArchitect.Builders.Grid.MarkerEmitterGridWall2D/Wall2DMarkerInfo
|
|
|
|
// DungeonArchitect.Builders.Grid.MarkerEmitterGridWall2D/Wall2DMarkerInfo
|
|
|
|
// System.Collections.Generic.List`1/Enumerator<DungeonArchitect.Builders.Grid.IntVector2Key>
|
|
|
|
// System.Collections.Generic.List`1/Enumerator<DungeonArchitect.Builders.Grid.IntVector2Key>
|
|
|
|
// System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<DungeonArchitect.Builders.Grid.IntVector2Key,DungeonArchitect.Builders.Grid.CellDoor>
|
|
|
|
// System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<DungeonArchitect.Builders.Grid.IntVector2Key,DungeonArchitect.Builders.Grid.CellDoor>
|
|
|
|
// System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<DungeonArchitect.Builders.Grid.IntVector2Key,System.Object>
|
|
|
|
// System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<DungeonArchitect.Builders.Grid.IntVector2Key,System.Object>
|
|
|
|
// DungeonArchitect.Builders.Grid.Cell
|
|
|
|
// DungeonArchitect.Builders.Grid.Cell
|
|
|
|
// UnityEngine.Component
|
|
|
|
// UnityEngine.Component
|
|
|
|
// DungeonArchitect.Builders.FloorPlan.FloorChunk
|
|
|
|
// DungeonArchitect.Builders.FloorPlan.FloorChunk
|
|
|
|
// UnityEngine.GameObject
|
|
|
|
// UnityEngine.GameObject
|
|
|
|
// UnityEngine.TerrainData
|
|
struct TerrainData_t615A68EAC648066681875D47FC641496D12F2E24_StaticFields
|
|
{
|
|
// System.Int32 UnityEngine.TerrainData::k_MaximumResolution
|
|
int32_t ___k_MaximumResolution_4;
|
|
// System.Int32 UnityEngine.TerrainData::k_MinimumDetailResolutionPerPatch
|
|
int32_t ___k_MinimumDetailResolutionPerPatch_5;
|
|
// System.Int32 UnityEngine.TerrainData::k_MaximumDetailResolutionPerPatch
|
|
int32_t ___k_MaximumDetailResolutionPerPatch_6;
|
|
// System.Int32 UnityEngine.TerrainData::k_MaximumDetailPatchCount
|
|
int32_t ___k_MaximumDetailPatchCount_7;
|
|
// System.Int32 UnityEngine.TerrainData::k_MaximumDetailsPerRes
|
|
int32_t ___k_MaximumDetailsPerRes_8;
|
|
// System.Int32 UnityEngine.TerrainData::k_MinimumAlphamapResolution
|
|
int32_t ___k_MinimumAlphamapResolution_9;
|
|
// System.Int32 UnityEngine.TerrainData::k_MaximumAlphamapResolution
|
|
int32_t ___k_MaximumAlphamapResolution_10;
|
|
// System.Int32 UnityEngine.TerrainData::k_MinimumBaseMapResolution
|
|
int32_t ___k_MinimumBaseMapResolution_11;
|
|
// System.Int32 UnityEngine.TerrainData::k_MaximumBaseMapResolution
|
|
int32_t ___k_MaximumBaseMapResolution_12;
|
|
};
|
|
|
|
// UnityEngine.TerrainData
|
|
|
|
// UnityEngine.TerrainLayer
|
|
|
|
// UnityEngine.TerrainLayer
|
|
|
|
// 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
|
|
|
|
// System.AsyncCallback
|
|
|
|
// System.AsyncCallback
|
|
|
|
// DungeonArchitect.Splatmap.DungeonSplatAsset
|
|
|
|
// DungeonArchitect.Splatmap.DungeonSplatAsset
|
|
|
|
// UnityEngine.MeshFilter
|
|
|
|
// UnityEngine.MeshFilter
|
|
|
|
// DungeonArchitect.RoadNetworks.RoadBlockLayoutBuiltDelegate
|
|
|
|
// DungeonArchitect.RoadNetworks.RoadBlockLayoutBuiltDelegate
|
|
|
|
// UnityEngine.Texture2D
|
|
|
|
// UnityEngine.Texture2D
|
|
|
|
// UnityEngine.Transform
|
|
|
|
// UnityEngine.Transform
|
|
|
|
// DungeonArchitect.Builders.CircularCity.CircularCityDungeonBuilder/InsertHouseDelegate
|
|
|
|
// DungeonArchitect.Builders.CircularCity.CircularCityDungeonBuilder/InsertHouseDelegate
|
|
|
|
// UnityEngine.Camera
|
|
struct Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184_StaticFields
|
|
{
|
|
// UnityEngine.Camera/CameraCallback UnityEngine.Camera::onPreCull
|
|
CameraCallback_t844E527BFE37BC0495E7F67993E43C07642DA9DD* ___onPreCull_4;
|
|
// UnityEngine.Camera/CameraCallback UnityEngine.Camera::onPreRender
|
|
CameraCallback_t844E527BFE37BC0495E7F67993E43C07642DA9DD* ___onPreRender_5;
|
|
// UnityEngine.Camera/CameraCallback UnityEngine.Camera::onPostRender
|
|
CameraCallback_t844E527BFE37BC0495E7F67993E43C07642DA9DD* ___onPostRender_6;
|
|
};
|
|
|
|
// UnityEngine.Camera
|
|
|
|
// UnityEngine.MonoBehaviour
|
|
|
|
// UnityEngine.MonoBehaviour
|
|
|
|
// UnityEngine.Terrain
|
|
|
|
// UnityEngine.Terrain
|
|
|
|
// DungeonArchitect.Dungeon
|
|
|
|
// DungeonArchitect.Dungeon
|
|
|
|
// DungeonArchitect.DungeonBuilder
|
|
|
|
// DungeonArchitect.DungeonBuilder
|
|
|
|
// DungeonArchitect.DungeonConfig
|
|
|
|
// DungeonArchitect.DungeonConfig
|
|
|
|
// DungeonArchitect.DungeonEventListener
|
|
|
|
// DungeonArchitect.DungeonEventListener
|
|
|
|
// DungeonArchitect.LevelStreaming.DungeonItemGroupInfo
|
|
|
|
// DungeonArchitect.LevelStreaming.DungeonItemGroupInfo
|
|
|
|
// DungeonArchitect.DungeonItemSpawnListener
|
|
|
|
// DungeonArchitect.DungeonItemSpawnListener
|
|
|
|
// DungeonArchitect.DungeonMarkerEmitter
|
|
|
|
// DungeonArchitect.DungeonMarkerEmitter
|
|
|
|
// DungeonArchitect.DungeonModel
|
|
|
|
// DungeonArchitect.DungeonModel
|
|
|
|
// DungeonArchitect.DungeonPaintMode
|
|
|
|
// DungeonArchitect.DungeonPaintMode
|
|
|
|
// DungeonArchitect.DungeonSceneProviderData
|
|
|
|
// DungeonArchitect.DungeonSceneProviderData
|
|
|
|
// DungeonArchitect.Splatmap.DungeonSplatmap
|
|
|
|
// DungeonArchitect.Splatmap.DungeonSplatmap
|
|
|
|
// DungeonArchitect.DungeonToolData
|
|
|
|
// DungeonArchitect.DungeonToolData
|
|
|
|
// DungeonArchitect.Builders.FloorPlan.Tooling.FloorPlanCorridorTool
|
|
|
|
// DungeonArchitect.Builders.FloorPlan.Tooling.FloorPlanCorridorTool
|
|
|
|
// DungeonArchitect.Builders.Grid.GridItemDoorMetadata
|
|
|
|
// DungeonArchitect.Builders.Grid.GridItemDoorMetadata
|
|
|
|
// DungeonArchitect.SpatialConstraints.SpatialConstraintProcessor
|
|
|
|
// DungeonArchitect.SpatialConstraints.SpatialConstraintProcessor
|
|
|
|
// DungeonArchitect.Volume
|
|
|
|
// DungeonArchitect.Volume
|
|
|
|
// DungeonArchitect.Builders.CircularCity.CircularCityDungeonBuilder
|
|
|
|
// DungeonArchitect.Builders.CircularCity.CircularCityDungeonBuilder
|
|
|
|
// DungeonArchitect.Builders.CircularCity.CircularCityDungeonConfig
|
|
|
|
// DungeonArchitect.Builders.CircularCity.CircularCityDungeonConfig
|
|
|
|
// DungeonArchitect.Builders.CircularCity.CircularCityDungeonModel
|
|
|
|
// DungeonArchitect.Builders.CircularCity.CircularCityDungeonModel
|
|
|
|
// DungeonArchitect.LevelStreaming.DungeonItemGroup
|
|
|
|
// DungeonArchitect.LevelStreaming.DungeonItemGroup
|
|
|
|
// DungeonArchitect.Builders.Grid.DungeonPaintModeGrid
|
|
|
|
// DungeonArchitect.Builders.Grid.DungeonPaintModeGrid
|
|
|
|
// DungeonArchitect.Builders.FloorPlan.FloorPlanBuilder
|
|
|
|
// DungeonArchitect.Builders.FloorPlan.FloorPlanBuilder
|
|
|
|
// DungeonArchitect.Builders.FloorPlan.FloorPlanConfig
|
|
|
|
// DungeonArchitect.Builders.FloorPlan.FloorPlanConfig
|
|
|
|
// DungeonArchitect.Builders.FloorPlan.FloorPlanModel
|
|
|
|
// DungeonArchitect.Builders.FloorPlan.FloorPlanModel
|
|
|
|
// DungeonArchitect.Builders.FloorPlan.FloorPlanSpatialConstraintProcessor
|
|
|
|
// DungeonArchitect.Builders.FloorPlan.FloorPlanSpatialConstraintProcessor
|
|
|
|
// DungeonArchitect.Builders.Grid.GridDungeonBuilder
|
|
|
|
// DungeonArchitect.Builders.Grid.GridDungeonBuilder
|
|
|
|
// DungeonArchitect.Builders.Grid.GridDungeonConfig
|
|
|
|
// DungeonArchitect.Builders.Grid.GridDungeonConfig
|
|
|
|
// DungeonArchitect.Builders.Grid.GridDungeonModel
|
|
|
|
// DungeonArchitect.Builders.Grid.GridDungeonModel
|
|
|
|
// DungeonArchitect.Builders.Grid.GridDungeonQuery
|
|
|
|
// DungeonArchitect.Builders.Grid.GridDungeonQuery
|
|
|
|
// DungeonArchitect.Builders.Grid.GridDungeonToolData
|
|
|
|
// DungeonArchitect.Builders.Grid.GridDungeonToolData
|
|
|
|
// DungeonArchitect.Builders.GridFlow.GridFlowDungeonConfig
|
|
|
|
// DungeonArchitect.Builders.GridFlow.GridFlowDungeonConfig
|
|
|
|
// DungeonArchitect.Builders.Grid.GridItemMetadataHandler
|
|
|
|
// DungeonArchitect.Builders.Grid.GridItemMetadataHandler
|
|
|
|
// DungeonArchitect.Landscape.LandscapeTransformerBase
|
|
|
|
// DungeonArchitect.Landscape.LandscapeTransformerBase
|
|
|
|
// DungeonArchitect.Builders.Grid.MarkerEmitterCornerBeautifier
|
|
struct MarkerEmitterCornerBeautifier_tF610B2FB795FFE3084A287FFB58429710E6DEF24_StaticFields
|
|
{
|
|
// DungeonArchitect.Builders.Grid.MarkerEmitterCornerBeautifier/CellSpatialConfig[] DungeonArchitect.Builders.Grid.MarkerEmitterCornerBeautifier::CornerConfigs
|
|
CellSpatialConfigU5BU5D_t5CB9A45719E0FC1CAB0C7ABE1F532A8773E0B554* ___CornerConfigs_4;
|
|
};
|
|
|
|
// DungeonArchitect.Builders.Grid.MarkerEmitterCornerBeautifier
|
|
|
|
// DungeonArchitect.Builders.Grid.MarkerEmitterEmptySpace
|
|
|
|
// DungeonArchitect.Builders.Grid.MarkerEmitterEmptySpace
|
|
|
|
// DungeonArchitect.Builders.Grid.MarkerEmitterFindLowestPoint
|
|
|
|
// DungeonArchitect.Builders.Grid.MarkerEmitterFindLowestPoint
|
|
|
|
// DungeonArchitect.Builders.Grid.MarkerEmitterFreeSpaceDecorator
|
|
|
|
// DungeonArchitect.Builders.Grid.MarkerEmitterFreeSpaceDecorator
|
|
|
|
// DungeonArchitect.Builders.Grid.MarkerEmitterGridWall2D
|
|
|
|
// DungeonArchitect.Builders.Grid.MarkerEmitterGridWall2D
|
|
|
|
// DungeonArchitect.Builders.Grid.PlatformVolume
|
|
|
|
// DungeonArchitect.Builders.Grid.PlatformVolume
|
|
|
|
// DungeonArchitect.Builders.Grid.SpatialConstraints.SpatialConstraintProcessorGrid2D
|
|
|
|
// DungeonArchitect.Builders.Grid.SpatialConstraints.SpatialConstraintProcessorGrid2D
|
|
|
|
// DungeonArchitect.Builders.Grid.SpatialConstraints.SpatialConstraintProcessorGrid3D
|
|
|
|
// DungeonArchitect.Builders.Grid.SpatialConstraints.SpatialConstraintProcessorGrid3D
|
|
|
|
// DungeonArchitect.Builders.Grid.SpatialConstraints.SpatialConstraintProcessorGridFlow2D
|
|
|
|
// DungeonArchitect.Builders.Grid.SpatialConstraints.SpatialConstraintProcessorGridFlow2D
|
|
|
|
// DungeonArchitect.Builders.Grid.SpatialConstraints.SpatialConstraintProcessorGridFlow3D
|
|
|
|
// DungeonArchitect.Builders.Grid.SpatialConstraints.SpatialConstraintProcessorGridFlow3D
|
|
|
|
// DungeonArchitect.Builders.Grid.GridDungeonItemGroup
|
|
|
|
// DungeonArchitect.Builders.Grid.GridDungeonItemGroup
|
|
|
|
// DungeonArchitect.Builders.CircularCity.LandscapeTransformerCity
|
|
|
|
// DungeonArchitect.Builders.CircularCity.LandscapeTransformerCity
|
|
|
|
// DungeonArchitect.Builders.Grid.LandscapeTransformerGrid
|
|
|
|
// DungeonArchitect.Builders.Grid.LandscapeTransformerGrid
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
// DungeonArchitect.IntVector[]
|
|
struct IntVectorU5BU5D_t51305BC25B133B84E9B4F1FB09FC5DE6C579C440 : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C m_Items[1];
|
|
|
|
inline IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C* 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, IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
}
|
|
inline IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C* GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C value)
|
|
{
|
|
m_Items[index] = value;
|
|
}
|
|
};
|
|
// System.Int32[]
|
|
struct Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) int32_t m_Items[1];
|
|
|
|
inline int32_t GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline int32_t* GetAddressAt(il2cpp_array_size_t index)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAt(il2cpp_array_size_t index, int32_t value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
}
|
|
inline int32_t GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline int32_t* GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, int32_t value)
|
|
{
|
|
m_Items[index] = value;
|
|
}
|
|
};
|
|
// DungeonArchitect.Builders.Grid.CellDoor[]
|
|
struct CellDoorU5BU5D_t4C7F8D55D36058D4C4286AA43070C1F50CA66F48 : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) CellDoor_t1C9E99F62317AEBD0FB8E640443435E6170AA6D5* m_Items[1];
|
|
|
|
inline CellDoor_t1C9E99F62317AEBD0FB8E640443435E6170AA6D5* GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline CellDoor_t1C9E99F62317AEBD0FB8E640443435E6170AA6D5** 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, CellDoor_t1C9E99F62317AEBD0FB8E640443435E6170AA6D5* value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
inline CellDoor_t1C9E99F62317AEBD0FB8E640443435E6170AA6D5* GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline CellDoor_t1C9E99F62317AEBD0FB8E640443435E6170AA6D5** GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, CellDoor_t1C9E99F62317AEBD0FB8E640443435E6170AA6D5* value)
|
|
{
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
};
|
|
// DungeonArchitect.Builders.Grid.Cell[]
|
|
struct CellU5BU5D_t406DA9ADF2EEAF234F96021B19BC0F69BA6814C8 : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01* m_Items[1];
|
|
|
|
inline Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01* GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01** 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, Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01* value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
inline Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01* GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01** GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01* value)
|
|
{
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
};
|
|
// DungeonArchitect.Builders.Grid.LandscapeTexture[]
|
|
struct LandscapeTextureU5BU5D_tE6A0A60C237861AC0D17B818973967DF136BDE8F : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) LandscapeTexture_t69F5DE300F8B6711B18B99396C81085C13786723* m_Items[1];
|
|
|
|
inline LandscapeTexture_t69F5DE300F8B6711B18B99396C81085C13786723* GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline LandscapeTexture_t69F5DE300F8B6711B18B99396C81085C13786723** 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, LandscapeTexture_t69F5DE300F8B6711B18B99396C81085C13786723* value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
inline LandscapeTexture_t69F5DE300F8B6711B18B99396C81085C13786723* GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline LandscapeTexture_t69F5DE300F8B6711B18B99396C81085C13786723** GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, LandscapeTexture_t69F5DE300F8B6711B18B99396C81085C13786723* value)
|
|
{
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
};
|
|
// UnityEngine.TerrainLayer[]
|
|
struct TerrainLayerU5BU5D_t259E391D6115F121FCD284E79F62012D70956EB0 : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) TerrainLayer_t52E14A94A0CF76B0B5509B7FDFDE64FF8A9FEFF9* m_Items[1];
|
|
|
|
inline TerrainLayer_t52E14A94A0CF76B0B5509B7FDFDE64FF8A9FEFF9* GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline TerrainLayer_t52E14A94A0CF76B0B5509B7FDFDE64FF8A9FEFF9** 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, TerrainLayer_t52E14A94A0CF76B0B5509B7FDFDE64FF8A9FEFF9* value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
inline TerrainLayer_t52E14A94A0CF76B0B5509B7FDFDE64FF8A9FEFF9* GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline TerrainLayer_t52E14A94A0CF76B0B5509B7FDFDE64FF8A9FEFF9** GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, TerrainLayer_t52E14A94A0CF76B0B5509B7FDFDE64FF8A9FEFF9* value)
|
|
{
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
};
|
|
// System.Single[,,]
|
|
struct SingleU5BU2CU2CU5D_tE902E5192C7283A470AAADB477117789A9682488 : 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;
|
|
}
|
|
inline float GetAt(il2cpp_array_size_t i, il2cpp_array_size_t j, il2cpp_array_size_t k) const
|
|
{
|
|
il2cpp_array_size_t iBound = bounds[0].length;
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(i, iBound);
|
|
il2cpp_array_size_t jBound = bounds[1].length;
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(j, jBound);
|
|
il2cpp_array_size_t kBound = bounds[2].length;
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(k, kBound);
|
|
|
|
il2cpp_array_size_t index = (i * jBound + j) * kBound + k;
|
|
return m_Items[index];
|
|
}
|
|
inline float* GetAddressAt(il2cpp_array_size_t i, il2cpp_array_size_t j, il2cpp_array_size_t k)
|
|
{
|
|
il2cpp_array_size_t iBound = bounds[0].length;
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(i, iBound);
|
|
il2cpp_array_size_t jBound = bounds[1].length;
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(j, jBound);
|
|
il2cpp_array_size_t kBound = bounds[2].length;
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(k, kBound);
|
|
|
|
il2cpp_array_size_t index = (i * jBound + j) * kBound + k;
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAt(il2cpp_array_size_t i, il2cpp_array_size_t j, il2cpp_array_size_t k, float value)
|
|
{
|
|
il2cpp_array_size_t iBound = bounds[0].length;
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(i, iBound);
|
|
il2cpp_array_size_t jBound = bounds[1].length;
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(j, jBound);
|
|
il2cpp_array_size_t kBound = bounds[2].length;
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(k, kBound);
|
|
|
|
il2cpp_array_size_t index = (i * jBound + j) * kBound + k;
|
|
m_Items[index] = value;
|
|
}
|
|
inline float GetAtUnchecked(il2cpp_array_size_t i, il2cpp_array_size_t j, il2cpp_array_size_t k) const
|
|
{
|
|
il2cpp_array_size_t jBound = bounds[1].length;
|
|
il2cpp_array_size_t kBound = bounds[2].length;
|
|
|
|
il2cpp_array_size_t index = (i * jBound + j) * kBound + k;
|
|
return m_Items[index];
|
|
}
|
|
inline float* GetAddressAtUnchecked(il2cpp_array_size_t i, il2cpp_array_size_t j, il2cpp_array_size_t k)
|
|
{
|
|
il2cpp_array_size_t jBound = bounds[1].length;
|
|
il2cpp_array_size_t kBound = bounds[2].length;
|
|
|
|
il2cpp_array_size_t index = (i * jBound + j) * kBound + k;
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t i, il2cpp_array_size_t j, il2cpp_array_size_t k, float value)
|
|
{
|
|
il2cpp_array_size_t jBound = bounds[1].length;
|
|
il2cpp_array_size_t kBound = bounds[2].length;
|
|
|
|
il2cpp_array_size_t index = (i * jBound + j) * kBound + k;
|
|
m_Items[index] = value;
|
|
}
|
|
};
|
|
// System.Int32[,]
|
|
struct Int32U5BU2CU5D_t46F2694E7DAD7B2B05C940EC5B9DE04E40D0516F : 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;
|
|
}
|
|
inline int32_t GetAt(il2cpp_array_size_t i, il2cpp_array_size_t j) const
|
|
{
|
|
il2cpp_array_size_t iBound = bounds[0].length;
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(i, iBound);
|
|
il2cpp_array_size_t jBound = bounds[1].length;
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(j, jBound);
|
|
|
|
il2cpp_array_size_t index = i * jBound + j;
|
|
return m_Items[index];
|
|
}
|
|
inline int32_t* GetAddressAt(il2cpp_array_size_t i, il2cpp_array_size_t j)
|
|
{
|
|
il2cpp_array_size_t iBound = bounds[0].length;
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(i, iBound);
|
|
il2cpp_array_size_t jBound = bounds[1].length;
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(j, jBound);
|
|
|
|
il2cpp_array_size_t index = i * jBound + j;
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAt(il2cpp_array_size_t i, il2cpp_array_size_t j, int32_t value)
|
|
{
|
|
il2cpp_array_size_t iBound = bounds[0].length;
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(i, iBound);
|
|
il2cpp_array_size_t jBound = bounds[1].length;
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(j, jBound);
|
|
|
|
il2cpp_array_size_t index = i * jBound + j;
|
|
m_Items[index] = value;
|
|
}
|
|
inline int32_t GetAtUnchecked(il2cpp_array_size_t i, il2cpp_array_size_t j) const
|
|
{
|
|
il2cpp_array_size_t jBound = bounds[1].length;
|
|
|
|
il2cpp_array_size_t index = i * jBound + j;
|
|
return m_Items[index];
|
|
}
|
|
inline int32_t* GetAddressAtUnchecked(il2cpp_array_size_t i, il2cpp_array_size_t j)
|
|
{
|
|
il2cpp_array_size_t jBound = bounds[1].length;
|
|
|
|
il2cpp_array_size_t index = i * jBound + j;
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t i, il2cpp_array_size_t j, int32_t value)
|
|
{
|
|
il2cpp_array_size_t jBound = bounds[1].length;
|
|
|
|
il2cpp_array_size_t index = i * jBound + j;
|
|
m_Items[index] = value;
|
|
}
|
|
};
|
|
// UnityEngine.DetailPrototype[]
|
|
struct DetailPrototypeU5BU5D_tB9391EFBDD64B38867DFB8179C6C0E8C81998AB7 : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) DetailPrototype_t131E17755ED167435F60BA3F70869DA3876E254B* m_Items[1];
|
|
|
|
inline DetailPrototype_t131E17755ED167435F60BA3F70869DA3876E254B* GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline DetailPrototype_t131E17755ED167435F60BA3F70869DA3876E254B** 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, DetailPrototype_t131E17755ED167435F60BA3F70869DA3876E254B* value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
inline DetailPrototype_t131E17755ED167435F60BA3F70869DA3876E254B* GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline DetailPrototype_t131E17755ED167435F60BA3F70869DA3876E254B** GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, DetailPrototype_t131E17755ED167435F60BA3F70869DA3876E254B* value)
|
|
{
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
};
|
|
// System.Single[,]
|
|
struct SingleU5BU2CU5D_t8C95DA2D5056EB0490FC7DCB1ED30E33DE1D53F4 : 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;
|
|
}
|
|
inline float GetAt(il2cpp_array_size_t i, il2cpp_array_size_t j) const
|
|
{
|
|
il2cpp_array_size_t iBound = bounds[0].length;
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(i, iBound);
|
|
il2cpp_array_size_t jBound = bounds[1].length;
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(j, jBound);
|
|
|
|
il2cpp_array_size_t index = i * jBound + j;
|
|
return m_Items[index];
|
|
}
|
|
inline float* GetAddressAt(il2cpp_array_size_t i, il2cpp_array_size_t j)
|
|
{
|
|
il2cpp_array_size_t iBound = bounds[0].length;
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(i, iBound);
|
|
il2cpp_array_size_t jBound = bounds[1].length;
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(j, jBound);
|
|
|
|
il2cpp_array_size_t index = i * jBound + j;
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAt(il2cpp_array_size_t i, il2cpp_array_size_t j, float value)
|
|
{
|
|
il2cpp_array_size_t iBound = bounds[0].length;
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(i, iBound);
|
|
il2cpp_array_size_t jBound = bounds[1].length;
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(j, jBound);
|
|
|
|
il2cpp_array_size_t index = i * jBound + j;
|
|
m_Items[index] = value;
|
|
}
|
|
inline float GetAtUnchecked(il2cpp_array_size_t i, il2cpp_array_size_t j) const
|
|
{
|
|
il2cpp_array_size_t jBound = bounds[1].length;
|
|
|
|
il2cpp_array_size_t index = i * jBound + j;
|
|
return m_Items[index];
|
|
}
|
|
inline float* GetAddressAtUnchecked(il2cpp_array_size_t i, il2cpp_array_size_t j)
|
|
{
|
|
il2cpp_array_size_t jBound = bounds[1].length;
|
|
|
|
il2cpp_array_size_t index = i * jBound + j;
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t i, il2cpp_array_size_t j, float value)
|
|
{
|
|
il2cpp_array_size_t jBound = bounds[1].length;
|
|
|
|
il2cpp_array_size_t index = i * jBound + j;
|
|
m_Items[index] = value;
|
|
}
|
|
};
|
|
// DungeonArchitect.LevelStreaming.DungeonItemGroupInfo[]
|
|
struct DungeonItemGroupInfoU5BU5D_t4D4E718A3EB5355FE1FBB267CDAF75A20DF36A5E : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) DungeonItemGroupInfo_tA09BD7C420DC9326C8B2E15B525C857E0FEAFE3A* m_Items[1];
|
|
|
|
inline DungeonItemGroupInfo_tA09BD7C420DC9326C8B2E15B525C857E0FEAFE3A* GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline DungeonItemGroupInfo_tA09BD7C420DC9326C8B2E15B525C857E0FEAFE3A** 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, DungeonItemGroupInfo_tA09BD7C420DC9326C8B2E15B525C857E0FEAFE3A* value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
inline DungeonItemGroupInfo_tA09BD7C420DC9326C8B2E15B525C857E0FEAFE3A* GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline DungeonItemGroupInfo_tA09BD7C420DC9326C8B2E15B525C857E0FEAFE3A** GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, DungeonItemGroupInfo_tA09BD7C420DC9326C8B2E15B525C857E0FEAFE3A* value)
|
|
{
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
};
|
|
// UnityEngine.GameObject[]
|
|
struct GameObjectU5BU5D_tFF67550DFCE87096D7A3734EA15B75896B2722CF : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* m_Items[1];
|
|
|
|
inline GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline GameObject_t76FEDD663AB33C991A9C9A23129337651094216F** 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, GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
inline GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline GameObject_t76FEDD663AB33C991A9C9A23129337651094216F** GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* value)
|
|
{
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
};
|
|
// DungeonArchitect.Builders.Grid.MarkerEmitterCornerBeautifier/CellSpatialConfig[]
|
|
struct CellSpatialConfigU5BU5D_t5CB9A45719E0FC1CAB0C7ABE1F532A8773E0B554 : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) CellSpatialConfig_tAC45731A99C871C8EA6161A4BFFD4585FC6C177D* m_Items[1];
|
|
|
|
inline CellSpatialConfig_tAC45731A99C871C8EA6161A4BFFD4585FC6C177D* GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline CellSpatialConfig_tAC45731A99C871C8EA6161A4BFFD4585FC6C177D** 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, CellSpatialConfig_tAC45731A99C871C8EA6161A4BFFD4585FC6C177D* value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
inline CellSpatialConfig_tAC45731A99C871C8EA6161A4BFFD4585FC6C177D* GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline CellSpatialConfig_tAC45731A99C871C8EA6161A4BFFD4585FC6C177D** GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, CellSpatialConfig_tAC45731A99C871C8EA6161A4BFFD4585FC6C177D* value)
|
|
{
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
};
|
|
// UnityEngine.Vector3[]
|
|
struct Vector3U5BU5D_tFF1859CCE176131B909E2044F76443064254679C : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 m_Items[1];
|
|
|
|
inline Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* 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, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
}
|
|
inline Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 value)
|
|
{
|
|
m_Items[index] = value;
|
|
}
|
|
};
|
|
// DungeonArchitect.Builders.Grid.GridItemDoorMetadata[]
|
|
struct GridItemDoorMetadataU5BU5D_tB267005524D13C184A8B3A86B31715CF9E5903CE : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) GridItemDoorMetadata_t081FCB6F362B79356353002B75AA19D1E78920D7* m_Items[1];
|
|
|
|
inline GridItemDoorMetadata_t081FCB6F362B79356353002B75AA19D1E78920D7* GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline GridItemDoorMetadata_t081FCB6F362B79356353002B75AA19D1E78920D7** 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, GridItemDoorMetadata_t081FCB6F362B79356353002B75AA19D1E78920D7* value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
inline GridItemDoorMetadata_t081FCB6F362B79356353002B75AA19D1E78920D7* GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline GridItemDoorMetadata_t081FCB6F362B79356353002B75AA19D1E78920D7** GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, GridItemDoorMetadata_t081FCB6F362B79356353002B75AA19D1E78920D7* value)
|
|
{
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
};
|
|
// DungeonArchitect.Builders.FloorPlan.Tooling.FloorPlanCorridorTool[]
|
|
struct FloorPlanCorridorToolU5BU5D_t71AC1A149B54544B328CEBAC49B50B4120F9597E : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) FloorPlanCorridorTool_t17CBA4719EEDAFE77EFE787606AC0A0AC90B47CB* m_Items[1];
|
|
|
|
inline FloorPlanCorridorTool_t17CBA4719EEDAFE77EFE787606AC0A0AC90B47CB* GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline FloorPlanCorridorTool_t17CBA4719EEDAFE77EFE787606AC0A0AC90B47CB** 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, FloorPlanCorridorTool_t17CBA4719EEDAFE77EFE787606AC0A0AC90B47CB* value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
inline FloorPlanCorridorTool_t17CBA4719EEDAFE77EFE787606AC0A0AC90B47CB* GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline FloorPlanCorridorTool_t17CBA4719EEDAFE77EFE787606AC0A0AC90B47CB** GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, FloorPlanCorridorTool_t17CBA4719EEDAFE77EFE787606AC0A0AC90B47CB* value)
|
|
{
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
};
|
|
// DungeonArchitect.Builders.FloorPlan.FloorChunk[]
|
|
struct FloorChunkU5BU5D_tD6A628523FF858A9D807AB3DF1912F14B30F8C91 : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* m_Items[1];
|
|
|
|
inline FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775** 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, FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
inline FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775** GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* value)
|
|
{
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
};
|
|
// UnityEngine.Texture2D[]
|
|
struct Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191 : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* m_Items[1];
|
|
|
|
inline Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4** GetAddressAt(il2cpp_array_size_t index)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAt(il2cpp_array_size_t index, Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
inline Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4** GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* value)
|
|
{
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
};
|
|
// DungeonArchitect.RoadNetworks.RoadGraphNode[]
|
|
struct RoadGraphNodeU5BU5D_tEC59482B7D29CC54052041F803ECFCC6D197DCA2 : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) RoadGraphNode_t9C424C0D4CD008CFEF0B2F81ECCA533397B87D06* m_Items[1];
|
|
|
|
inline RoadGraphNode_t9C424C0D4CD008CFEF0B2F81ECCA533397B87D06* GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline RoadGraphNode_t9C424C0D4CD008CFEF0B2F81ECCA533397B87D06** 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, RoadGraphNode_t9C424C0D4CD008CFEF0B2F81ECCA533397B87D06* value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
inline RoadGraphNode_t9C424C0D4CD008CFEF0B2F81ECCA533397B87D06* GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline RoadGraphNode_t9C424C0D4CD008CFEF0B2F81ECCA533397B87D06** GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, RoadGraphNode_t9C424C0D4CD008CFEF0B2F81ECCA533397B87D06* value)
|
|
{
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
};
|
|
// DungeonArchitect.RoadNetworks.RoadGraphEdge[]
|
|
struct RoadGraphEdgeU5BU5D_t2C07C4DE5840229A1B22D64F00BC0AED456D8AF7 : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) RoadGraphEdge_tDDAD2141B4A159FEB29A7790179FBDCE81F567F8* m_Items[1];
|
|
|
|
inline RoadGraphEdge_tDDAD2141B4A159FEB29A7790179FBDCE81F567F8* GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline RoadGraphEdge_tDDAD2141B4A159FEB29A7790179FBDCE81F567F8** 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, RoadGraphEdge_tDDAD2141B4A159FEB29A7790179FBDCE81F567F8* value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
inline RoadGraphEdge_tDDAD2141B4A159FEB29A7790179FBDCE81F567F8* GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline RoadGraphEdge_tDDAD2141B4A159FEB29A7790179FBDCE81F567F8** GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, RoadGraphEdge_tDDAD2141B4A159FEB29A7790179FBDCE81F567F8* 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.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);
|
|
}
|
|
};
|
|
// DungeonArchitect.Builders.Grid.IntVector2Key[]
|
|
struct IntVector2KeyU5BU5D_t087F2DCC252B2795AB9FBB8F57FEA28C87C16DB7 : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) IntVector2Key_t876A74A676EAA0A8F636049D2756C9C7DE86AF19 m_Items[1];
|
|
|
|
inline IntVector2Key_t876A74A676EAA0A8F636049D2756C9C7DE86AF19 GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline IntVector2Key_t876A74A676EAA0A8F636049D2756C9C7DE86AF19* 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, IntVector2Key_t876A74A676EAA0A8F636049D2756C9C7DE86AF19 value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
}
|
|
inline IntVector2Key_t876A74A676EAA0A8F636049D2756C9C7DE86AF19 GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline IntVector2Key_t876A74A676EAA0A8F636049D2756C9C7DE86AF19* GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, IntVector2Key_t876A74A676EAA0A8F636049D2756C9C7DE86AF19 value)
|
|
{
|
|
m_Items[index] = value;
|
|
}
|
|
};
|
|
// UnityEngine.Vector2[]
|
|
struct Vector2U5BU5D_tFEBBC94BCC6C9C88277BA04047D2B3FDB6ED7FDA : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 m_Items[1];
|
|
|
|
inline Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* 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, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
}
|
|
inline Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 value)
|
|
{
|
|
m_Items[index] = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Void System.Collections.Generic.HashSet`1<System.Int32>::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HashSet_1__ctor_m90EA29D74B137C5317CDC485AA1D799F0B6726FF_gshared (HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.Dictionary`2<DungeonArchitect.Builders.Grid.IntVector2Key,System.Object>::Clear()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_Clear_m3DE4F765CB67EA82028CFC4C7031D04DAB467050_gshared (Dictionary_2_t591C28D7D31AE9E2D7558F9A953AC835E74132E6* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.List`1<System.Object>::Clear()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Clear_m16C1F2C61FED5955F10EB36BC1CB2DF34B128994_gshared_inline (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.List`1<DungeonArchitect.Builders.Grid.IntVector2Key>::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_mA8CDBAA34EF84DC69D6C54EC79BD2B8DAE81675D_gshared (List_1_tC6466240AA55FBD6D754ACE31BB6994F07ACC198* __this, const RuntimeMethod* method) ;
|
|
// System.Collections.Generic.Dictionary`2/KeyCollection<TKey,TValue> System.Collections.Generic.Dictionary`2<DungeonArchitect.Builders.Grid.IntVector2Key,System.Object>::get_Keys()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR KeyCollection_t0B3E261B016E1BB0EE469253A68FBEEF86F53BE7* Dictionary_2_get_Keys_m04F0E07B1BFF2B7D8116CDFEEA3D32099DEAD100_gshared (Dictionary_2_t591C28D7D31AE9E2D7558F9A953AC835E74132E6* __this, const RuntimeMethod* method) ;
|
|
// System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<TKey,TValue> System.Collections.Generic.Dictionary`2/KeyCollection<DungeonArchitect.Builders.Grid.IntVector2Key,System.Object>::GetEnumerator()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_t9746CAAA6795425AC46AAB040629C8DD18A0665C KeyCollection_GetEnumerator_m43B21ED660DE8BE14EB31B9F4E4B95BEE59D2F28_gshared (KeyCollection_t0B3E261B016E1BB0EE469253A68FBEEF86F53BE7* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<DungeonArchitect.Builders.Grid.IntVector2Key,System.Object>::Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_m840747E77EC469E851E9BCEC3FBACE76C9242ED5_gshared (Enumerator_t9746CAAA6795425AC46AAB040629C8DD18A0665C* __this, const RuntimeMethod* method) ;
|
|
// TKey System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<DungeonArchitect.Builders.Grid.IntVector2Key,System.Object>::get_Current()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR IntVector2Key_t876A74A676EAA0A8F636049D2756C9C7DE86AF19 Enumerator_get_Current_mC224601273301A939A8881AC883DAF3FED2C8BA0_gshared_inline (Enumerator_t9746CAAA6795425AC46AAB040629C8DD18A0665C* __this, const RuntimeMethod* method) ;
|
|
// TValue System.Collections.Generic.Dictionary`2<DungeonArchitect.Builders.Grid.IntVector2Key,System.Object>::get_Item(TKey)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Dictionary_2_get_Item_mB057F9A09E3ED46ADD6A2B245771B9C887E1C0B8_gshared (Dictionary_2_t591C28D7D31AE9E2D7558F9A953AC835E74132E6* __this, IntVector2Key_t876A74A676EAA0A8F636049D2756C9C7DE86AF19 ___0_key, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.List`1<DungeonArchitect.Builders.Grid.IntVector2Key>::Add(T)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Add_mB3405F00743FB1DB6C39DC431D869FB23B97212F_gshared_inline (List_1_tC6466240AA55FBD6D754ACE31BB6994F07ACC198* __this, IntVector2Key_t876A74A676EAA0A8F636049D2756C9C7DE86AF19 ___0_item, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<DungeonArchitect.Builders.Grid.IntVector2Key,System.Object>::MoveNext()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_mDD93EBEA31AB632831009AE0A21C3396938B233B_gshared (Enumerator_t9746CAAA6795425AC46AAB040629C8DD18A0665C* __this, const RuntimeMethod* method) ;
|
|
// System.Collections.Generic.List`1/Enumerator<T> System.Collections.Generic.List`1<DungeonArchitect.Builders.Grid.IntVector2Key>::GetEnumerator()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_t202E39372B5D40DDA8E818F2F79868B602494207 List_1_GetEnumerator_m4535DF4066B0735A32ADE60C729CBB57FD07FBF1_gshared (List_1_tC6466240AA55FBD6D754ACE31BB6994F07ACC198* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.List`1/Enumerator<DungeonArchitect.Builders.Grid.IntVector2Key>::Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_mE4C6EBC3AFC9DB57BD92B069A80A6C39F6444F6F_gshared (Enumerator_t202E39372B5D40DDA8E818F2F79868B602494207* __this, const RuntimeMethod* method) ;
|
|
// T System.Collections.Generic.List`1/Enumerator<DungeonArchitect.Builders.Grid.IntVector2Key>::get_Current()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR IntVector2Key_t876A74A676EAA0A8F636049D2756C9C7DE86AF19 Enumerator_get_Current_m55B4D3B3527DAE1D7AAA97F389C9D82FB8002317_gshared_inline (Enumerator_t202E39372B5D40DDA8E818F2F79868B602494207* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Collections.Generic.Dictionary`2<DungeonArchitect.Builders.Grid.IntVector2Key,System.Object>::Remove(TKey)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_Remove_mDC2EC0199DE3682AF22642089E2DB6DFB632C13B_gshared (Dictionary_2_t591C28D7D31AE9E2D7558F9A953AC835E74132E6* __this, IntVector2Key_t876A74A676EAA0A8F636049D2756C9C7DE86AF19 ___0_key, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Collections.Generic.List`1/Enumerator<DungeonArchitect.Builders.Grid.IntVector2Key>::MoveNext()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m9E447237B39FBFD493CCD02FA686A6EAFE5EB6C2_gshared (Enumerator_t202E39372B5D40DDA8E818F2F79868B602494207* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Collections.Generic.List`1<System.Object>::Remove(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool List_1_Remove_m4DFA48F4CEB9169601E75FC28517C5C06EFA5AD7_gshared (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, RuntimeObject* ___0_item, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Collections.Generic.Dictionary`2<DungeonArchitect.Builders.Grid.IntVector2Key,System.Object>::ContainsKey(TKey)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_ContainsKey_mA954C09DCE358FAB4119B6F085627DF2EF2E6DE2_gshared (Dictionary_2_t591C28D7D31AE9E2D7558F9A953AC835E74132E6* __this, IntVector2Key_t876A74A676EAA0A8F636049D2756C9C7DE86AF19 ___0_key, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.Dictionary`2<DungeonArchitect.Builders.Grid.IntVector2Key,System.Object>::Add(TKey,TValue)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_Add_m91EC8EDA3720F0DE5C2F940F2A7F5BA75F9E832C_gshared (Dictionary_2_t591C28D7D31AE9E2D7558F9A953AC835E74132E6* __this, IntVector2Key_t876A74A676EAA0A8F636049D2756C9C7DE86AF19 ___0_key, RuntimeObject* ___1_value, 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) ;
|
|
// 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.Collections.Generic.Dictionary`2<DungeonArchitect.Builders.Grid.IntVector2Key,System.Object>::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m83BA2A00E3605DA2076B624E36236CFB3C6E545F_gshared (Dictionary_2_t591C28D7D31AE9E2D7558F9A953AC835E74132E6* __this, 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.Boolean System.Collections.Generic.Dictionary`2<System.Int32,System.Object>::ContainsKey(TKey)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_ContainsKey_mED5C451F158CDDD2B3F4B0720CD248DA9DB27B25_gshared (Dictionary_2_tA75D1125AC9BE8F005BA9B868B373398E643C907* __this, int32_t ___0_key, const RuntimeMethod* method) ;
|
|
// TValue System.Collections.Generic.Dictionary`2<System.Int32,System.Object>::get_Item(TKey)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Dictionary_2_get_Item_mC3FEA647E750C27367C990777D8890E0E712E514_gshared (Dictionary_2_tA75D1125AC9BE8F005BA9B868B373398E643C907* __this, int32_t ___0_key, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Object>::Clear()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_Clear_mE1EFF7C68491EE07D21EE9924475A559BF0A4773_gshared (Dictionary_2_tA75D1125AC9BE8F005BA9B868B373398E643C907* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Object>::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m92E9AB321FBD7147CA109C822D99C8B0610C27B7_gshared (Dictionary_2_tA75D1125AC9BE8F005BA9B868B373398E643C907* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Object>::Add(TKey,TValue)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_Add_mAF1EF7DA16BD70E252EA5C4B0F74DE519A02CBCD_gshared (Dictionary_2_tA75D1125AC9BE8F005BA9B868B373398E643C907* __this, int32_t ___0_key, RuntimeObject* ___1_value, const RuntimeMethod* method) ;
|
|
// System.Collections.Generic.Dictionary`2/ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2<System.Int32,System.Object>::get_Values()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ValueCollection_t65BBB6F728D41FD4760F6D6C59CC030CF237785F* Dictionary_2_get_Values_mC5B06C3C3FA89D62D6035C5B4C5E64A08FCF4DB9_gshared (Dictionary_2_tA75D1125AC9BE8F005BA9B868B373398E643C907* __this, const RuntimeMethod* method) ;
|
|
// System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<TKey,TValue> System.Collections.Generic.Dictionary`2/ValueCollection<System.Int32,System.Object>::GetEnumerator()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_tC17DB73F53085145D57EE2A8168426239B0B569D ValueCollection_GetEnumerator_mDC2BD0AFDA087B7E7C23A8077E612664DFA8A152_gshared (ValueCollection_t65BBB6F728D41FD4760F6D6C59CC030CF237785F* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Int32,System.Object>::Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_m0647C4F434347E47D544621901E49835DF51F22B_gshared (Enumerator_tC17DB73F53085145D57EE2A8168426239B0B569D* __this, const RuntimeMethod* method) ;
|
|
// TValue System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Int32,System.Object>::get_Current()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* Enumerator_get_Current_m1412A508E37D95E08FB60E8976FB75714BE934C1_gshared_inline (Enumerator_tC17DB73F53085145D57EE2A8168426239B0B569D* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Int32,System.Object>::MoveNext()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_mF45CB0E0D7475963B61017A024634F60CF48548A_gshared (Enumerator_tC17DB73F53085145D57EE2A8168426239B0B569D* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.Queue`1<DungeonArchitect.Builders.Grid.GridDungeonModelUtils/LongestPathBFSData>::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Queue_1__ctor_m3EF543CE477DDB5490A6B4C3D3AC897E15854B20_gshared (Queue_1_t245F9661F5081C714C236CD99FF31CE174927FCC* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.Queue`1<DungeonArchitect.Builders.Grid.GridDungeonModelUtils/LongestPathBFSData>::Enqueue(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Queue_1_Enqueue_m9ECE78B3CD8728D57AF140082546B7D8F6DBE7F9_gshared (Queue_1_t245F9661F5081C714C236CD99FF31CE174927FCC* __this, LongestPathBFSData_t1F2EE676DD16486918B8BD28A1AFF5E55E3634FC ___0_item, 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) ;
|
|
// T System.Collections.Generic.Queue`1<DungeonArchitect.Builders.Grid.GridDungeonModelUtils/LongestPathBFSData>::Dequeue()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LongestPathBFSData_t1F2EE676DD16486918B8BD28A1AFF5E55E3634FC Queue_1_Dequeue_mCB71697D9C858BCC4C01E52CEF147CABDCD1494C_gshared (Queue_1_t245F9661F5081C714C236CD99FF31CE174927FCC* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,System.Int32>::ContainsKey(TKey)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_ContainsKey_m050AC0D9D6F681C25C12FBBC7DD71F926D206ED9_gshared (Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180* __this, int32_t ___0_key, 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) ;
|
|
// 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) ;
|
|
// System.Collections.Generic.HashSet`1/Enumerator<T> System.Collections.Generic.HashSet`1<System.Int32>::GetEnumerator()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_t28FAA6D38864A25718956AF2B8AFCB3B8CCF4376 HashSet_1_GetEnumerator_m55BD13C9FD783AFB7B5B8F018E3008E05137A360_gshared (HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.HashSet`1/Enumerator<System.Int32>::Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_mC7EA452A8170B03342899CC33339B5FA25C99BEC_gshared (Enumerator_t28FAA6D38864A25718956AF2B8AFCB3B8CCF4376* __this, const RuntimeMethod* method) ;
|
|
// T System.Collections.Generic.HashSet`1/Enumerator<System.Int32>::get_Current()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Enumerator_get_Current_m5FB849BD27E36D48FF75A612369B19AE25ED429C_gshared_inline (Enumerator_t28FAA6D38864A25718956AF2B8AFCB3B8CCF4376* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Collections.Generic.HashSet`1/Enumerator<System.Int32>::MoveNext()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m058ADEC590C81C3B445E1CEEC139CD49DA79E7CC_gshared (Enumerator_t28FAA6D38864A25718956AF2B8AFCB3B8CCF4376* __this, const RuntimeMethod* method) ;
|
|
// System.Int32 System.Collections.Generic.Queue`1<DungeonArchitect.Builders.Grid.GridDungeonModelUtils/LongestPathBFSData>::get_Count()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Queue_1_get_Count_m198DDAE1090FBD93848BE998C8F00EDCB3BBFCA5_gshared_inline (Queue_1_t245F9661F5081C714C236CD99FF31CE174927FCC* __this, const RuntimeMethod* method) ;
|
|
// System.Collections.Generic.List`1/Enumerator<T> System.Collections.Generic.List`1<DungeonArchitect.IntVector>::GetEnumerator()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_t63D0D9D2F4A7D35CCD6B732EA566D06665532C5C List_1_GetEnumerator_mE99C8F0AD0E80C16E9B36E83EF6F842C1835085D_gshared (List_1_t72F81508323A323FA6727DCAE9E4209241B62383* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.List`1/Enumerator<DungeonArchitect.IntVector>::Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_mC12D67FB6B2738537F274204A04E2DA463771F54_gshared (Enumerator_t63D0D9D2F4A7D35CCD6B732EA566D06665532C5C* __this, const RuntimeMethod* method) ;
|
|
// T System.Collections.Generic.List`1/Enumerator<DungeonArchitect.IntVector>::get_Current()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C Enumerator_get_Current_mCC10AF4347888150C7C356728C8183205B81A638_gshared_inline (Enumerator_t63D0D9D2F4A7D35CCD6B732EA566D06665532C5C* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Collections.Generic.List`1/Enumerator<DungeonArchitect.IntVector>::MoveNext()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_mA1D361FE9A99073D485E65E0A746D14AD56E6C1F_gshared (Enumerator_t63D0D9D2F4A7D35CCD6B732EA566D06665532C5C* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Collections.Generic.List`1<DungeonArchitect.IntVector>::Remove(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool List_1_Remove_m749B64741C2184DA0AEA4EC8E542B2FC0ED3BF01_gshared (List_1_t72F81508323A323FA6727DCAE9E4209241B62383* __this, IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C ___0_item, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.List`1<DungeonArchitect.IntVector>::Add(T)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Add_mF01C477CDADA3CC4D7589AF47F15AA10EDB9A371_gshared_inline (List_1_t72F81508323A323FA6727DCAE9E4209241B62383* __this, IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C ___0_item, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Collections.Generic.List`1<DungeonArchitect.IntVector>::Contains(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool List_1_Contains_m1DF201FD94AF9D3B9E8472A51CCB5B34750B5E7C_gshared (List_1_t72F81508323A323FA6727DCAE9E4209241B62383* __this, IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C ___0_item, const RuntimeMethod* method) ;
|
|
// System.Int32 System.Collections.Generic.List`1<DungeonArchitect.IntVector>::get_Count()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_mEEAFAAEB245C54FC097650424D1CECBEF528E966_gshared_inline (List_1_t72F81508323A323FA6727DCAE9E4209241B62383* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.List`1<DungeonArchitect.IntVector>::Clear()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Clear_m1912721DF254DBA837C7E0ECFDC7B132E446C3F8_gshared_inline (List_1_t72F81508323A323FA6727DCAE9E4209241B62383* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.List`1<DungeonArchitect.IntVector>::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_m3594F0DA9A2356EC1BE06D92A122AC7D4953A063_gshared (List_1_t72F81508323A323FA6727DCAE9E4209241B62383* __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.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) ;
|
|
// System.Void System.Collections.Generic.List`1<System.Object>::.ctor(System.Collections.Generic.IEnumerable`1<T>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_mE097DBD72433D1AFC11733F5678602603A756424_gshared (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, RuntimeObject* ___0_collection, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Collections.Generic.List`1<System.Object>::Contains(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool List_1_Contains_m4C9139C2A6B23E9343D3F87807B32C6E2CFE660D_gshared (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, RuntimeObject* ___0_item, const RuntimeMethod* method) ;
|
|
// System.Int32 System.Array::IndexOf<System.Object>(T[],T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Array_IndexOf_TisRuntimeObject_m69589B2C5A44BA495E1A2B1170931D92F9BB6BF1_gshared (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___0_array, RuntimeObject* ___1_value, const RuntimeMethod* method) ;
|
|
// T[] UnityEngine.Object::FindObjectsOfType<System.Object>()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* Object_FindObjectsOfType_TisRuntimeObject_m0B4DF4B8AB4C71E0F471BC9D0440B40844DA221D_gshared (const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Object>::set_Item(TKey,TValue)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_set_Item_m2888D71A14F2B8510102F24FEE90552E91B124C1_gshared (Dictionary_2_tA75D1125AC9BE8F005BA9B868B373398E643C907* __this, int32_t ___0_key, RuntimeObject* ___1_value, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Collections.Generic.HashSet`1<System.Int32>::Contains(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HashSet_1_Contains_m98A9F88FF94538B5EECB0F87E1E3B3572E02ACA1_gshared (HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2* __this, int32_t ___0_item, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Collections.Generic.HashSet`1<System.Int32>::Add(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HashSet_1_Add_m9B0DD9902395EE95D3DC522264BE1EBBBD3513EB_gshared (HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2* __this, int32_t ___0_item, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.HashSet`1<DungeonArchitect.IntVector>::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HashSet_1__ctor_m606D72FA17DC5FB76BFFBA90AE31EF85BE643D0A_gshared (HashSet_1_tA1EF3184AD46B7255ABC462FA85BEA5168966215* __this, const RuntimeMethod* method) ;
|
|
// T DungeonArchitect.Utils.BlackboardDatabase`1<System.Single>::GetValue(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float BlackboardDatabase_1_GetValue_m52CFCDD3753ECD837BB1333FF0C5F959E2378BAF_gshared (BlackboardDatabase_1_tB832A6F97B1D095490FF9B70B7E4C978FED46355* __this, String_t* ___0_key, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Collections.Generic.HashSet`1<DungeonArchitect.IntVector>::Contains(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HashSet_1_Contains_m912E38AD34AEBA45CCD4C1D112E289133DFC1678_gshared (HashSet_1_tA1EF3184AD46B7255ABC462FA85BEA5168966215* __this, IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C ___0_item, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Collections.Generic.HashSet`1<DungeonArchitect.IntVector>::Add(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HashSet_1_Add_m3CEC6A8ED133CA7EF3C957EA7C946E401291F79C_gshared (HashSet_1_tA1EF3184AD46B7255ABC462FA85BEA5168966215* __this, IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C ___0_item, const RuntimeMethod* method) ;
|
|
// System.Void DungeonArchitect.Utils.BlackboardDatabase`1<System.Single>::SetValue(System.String,T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BlackboardDatabase_1_SetValue_m4E4780FCB632FB83B2F0592E15FD61F394CC9DF2_gshared (BlackboardDatabase_1_tB832A6F97B1D095490FF9B70B7E4C978FED46355* __this, String_t* ___0_key, float ___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.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) ;
|
|
// 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.Collections.Generic.HashSet`1/Enumerator<T> System.Collections.Generic.HashSet`1<DungeonArchitect.IntVector>::GetEnumerator()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_t2014470E422F92BDF2E12368BBB52F968E3DA2CE HashSet_1_GetEnumerator_m19EB2056F3B65AFF2E826424C671E7A5371DAFE5_gshared (HashSet_1_tA1EF3184AD46B7255ABC462FA85BEA5168966215* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.HashSet`1/Enumerator<DungeonArchitect.IntVector>::Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_m7024952A8A06A2B2FD6A41027C224F14EFB9C2B0_gshared (Enumerator_t2014470E422F92BDF2E12368BBB52F968E3DA2CE* __this, const RuntimeMethod* method) ;
|
|
// T System.Collections.Generic.HashSet`1/Enumerator<DungeonArchitect.IntVector>::get_Current()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C Enumerator_get_Current_m5ECE4F4C0175BE8CF79895D245B30D2BEB4EAAF0_gshared_inline (Enumerator_t2014470E422F92BDF2E12368BBB52F968E3DA2CE* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Collections.Generic.HashSet`1/Enumerator<DungeonArchitect.IntVector>::MoveNext()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_mA125E128FD7E5C44FBBE377D1E91C64612726552_gshared (Enumerator_t2014470E422F92BDF2E12368BBB52F968E3DA2CE* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Object>::Add(TKey,TValue)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_Add_m93FFFABE8FCE7FA9793F0915E2A8842C7CD0C0C1_gshared (Dictionary_2_t14FE4A752A83D53771C584E4C8D14E01F2AFD7BA* __this, RuntimeObject* ___0_key, RuntimeObject* ___1_value, const RuntimeMethod* method) ;
|
|
// T UnityEngine.GameObject::GetComponent<System.Object>()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* GameObject_GetComponent_TisRuntimeObject_m6EAED4AA356F0F48288F67899E5958792395563B_gshared (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* __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.Collections.Generic.HashSet`1<System.Object>::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HashSet_1__ctor_m9132EE1422BAA45E44B7FFF495F378790D36D90E_gshared (HashSet_1_t2F33BEB06EEA4A872E2FAF464382422AA39AE885* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Collections.Generic.HashSet`1<System.Object>::Add(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HashSet_1_Add_m2CD7657B3459B61DD4BBA47024AC71F7D319658B_gshared (HashSet_1_t2F33BEB06EEA4A872E2FAF464382422AA39AE885* __this, RuntimeObject* ___0_item, const RuntimeMethod* method) ;
|
|
// System.Collections.Generic.Dictionary`2/Enumerator<TKey,TValue> System.Collections.Generic.Dictionary`2<System.Int32,System.Object>::GetEnumerator()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_tE92C1AC40A104A179B94F8A013728FD9314CFBD3 Dictionary_2_GetEnumerator_m3F1620145BA0815B7C7CD648EF054558AA26556A_gshared (Dictionary_2_tA75D1125AC9BE8F005BA9B868B373398E643C907* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,System.Object>::Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_mAECCBE12C0427D7ACF88F82FA266F1AE37402565_gshared (Enumerator_tE92C1AC40A104A179B94F8A013728FD9314CFBD3* __this, const RuntimeMethod* method) ;
|
|
// System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,System.Object>::get_Current()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR KeyValuePair_2_tDC26B09C26BA829DDE331BCB6AF7C508C763D7A3 Enumerator_get_Current_m90160D324DA0D9F5624A345F47D8E226A118911A_gshared_inline (Enumerator_tE92C1AC40A104A179B94F8A013728FD9314CFBD3* __this, const RuntimeMethod* method) ;
|
|
// TKey System.Collections.Generic.KeyValuePair`2<System.Int32,System.Object>::get_Key()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t KeyValuePair_2_get_Key_mF0E6A8A455FA71BC8EA94E39C8848FB35A836841_gshared_inline (KeyValuePair_2_tDC26B09C26BA829DDE331BCB6AF7C508C763D7A3* __this, const RuntimeMethod* method) ;
|
|
// TValue System.Collections.Generic.KeyValuePair`2<System.Int32,System.Object>::get_Value()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* KeyValuePair_2_get_Value_m8508BCECB0654E2E93B1A141382E2688ADE7EE7C_gshared_inline (KeyValuePair_2_tDC26B09C26BA829DDE331BCB6AF7C508C763D7A3* __this, 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.Boolean System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,System.Object>::MoveNext()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m4DC143BC57F14EDD85AB13B6D6F3B5D0E319B30E_gshared (Enumerator_tE92C1AC40A104A179B94F8A013728FD9314CFBD3* __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.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) ;
|
|
// T[] System.Collections.Generic.List`1<System.Int32>::ToArray()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* List_1_ToArray_m65479FB75A5FE539EA1A0D6681172717D23CEAAA_gshared (List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.Stack`1<System.Int32>::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stack_1__ctor_mF63AE96E8925749CDACE05B89002A389DDD748D1_gshared (Stack_1_t3197E0F5EA36E611B259A88751D31FC2396FE4B6* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.Stack`1<System.Int32>::Push(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stack_1_Push_mF7CC12CF73D9D4B66FFA2E2D264270212CAB3EDA_gshared (Stack_1_t3197E0F5EA36E611B259A88751D31FC2396FE4B6* __this, int32_t ___0_item, const RuntimeMethod* method) ;
|
|
// T System.Collections.Generic.Stack`1<System.Int32>::Pop()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Stack_1_Pop_m59DFD2B5EC8D9044532E0AD0BDB20DB33BA76748_gshared (Stack_1_t3197E0F5EA36E611B259A88751D31FC2396FE4B6* __this, const RuntimeMethod* method) ;
|
|
// System.Int32 System.Collections.Generic.Stack`1<System.Int32>::get_Count()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Stack_1_get_Count_m367DD1E571E10E5D1B0D13434E35DC7FC31FA886_gshared_inline (Stack_1_t3197E0F5EA36E611B259A88751D31FC2396FE4B6* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.List`1<System.Int32>::Clear()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Clear_mF6795DE5F49C1D0B91D6A0955F448B22970D67A9_gshared_inline (List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.HashSet`1<System.Int32>::Clear()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HashSet_1_Clear_m88C3BA6617F6667126635140414D44D76C42AE92_gshared (HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.List`1<UnityEngine.Vector2>::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_m88C4BD8AC607DB3585552068F4DC437406358D5F_gshared (List_1_t8F3790B7F8C471B3A1336522C7415FB0AC36D47B* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.List`1<UnityEngine.Vector2>::Add(T)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Add_mB5FDF069171C4CB1778BFAC3B9015A22EA7DFBCD_gshared_inline (List_1_t8F3790B7F8C471B3A1336522C7415FB0AC36D47B* __this, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___0_item, 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.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) ;
|
|
// System.Int32 System.Collections.Generic.List`1<UnityEngine.Vector2>::get_Count()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_mF1C0C56457C655BDFFC6EE5B46FAD8BAEC1F588B_gshared_inline (List_1_t8F3790B7F8C471B3A1336522C7415FB0AC36D47B* __this, const RuntimeMethod* method) ;
|
|
// T System.Collections.Generic.List`1<UnityEngine.Vector2>::get_Item(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 List_1_get_Item_m1F8E226CAD72B83C5E75BB66B43025247806B543_gshared (List_1_t8F3790B7F8C471B3A1336522C7415FB0AC36D47B* __this, int32_t ___0_index, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.List`1<UnityEngine.Vector2>::RemoveAt(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_RemoveAt_m60D3B14293FFCFAB03D463B1F88FBC8AB695C991_gshared (List_1_t8F3790B7F8C471B3A1336522C7415FB0AC36D47B* __this, int32_t ___0_index, 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) ;
|
|
// System.Void System.Collections.Generic.Queue`1<DungeonArchitect.IntVector>::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Queue_1__ctor_m3761E315B92AD253BD2EDEC9ECF1F6240DE7A76A_gshared (Queue_1_t675E37081D47D7B3FC36A711EC6E61520AAE8EE5* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.Queue`1<DungeonArchitect.IntVector>::Enqueue(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Queue_1_Enqueue_m8879529CDF2343DB523106AF0A9DC2A1ED40C73C_gshared (Queue_1_t675E37081D47D7B3FC36A711EC6E61520AAE8EE5* __this, IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C ___0_item, const RuntimeMethod* method) ;
|
|
// T System.Collections.Generic.Queue`1<DungeonArchitect.IntVector>::Dequeue()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C Queue_1_Dequeue_m76849534978A8A78C977E80086BA00C00139E4FF_gshared (Queue_1_t675E37081D47D7B3FC36A711EC6E61520AAE8EE5* __this, const RuntimeMethod* method) ;
|
|
// System.Int32 System.Collections.Generic.Queue`1<DungeonArchitect.IntVector>::get_Count()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Queue_1_get_Count_m3E3C68C92477B53FF71F6F8C8E338671743F8E09_gshared_inline (Queue_1_t675E37081D47D7B3FC36A711EC6E61520AAE8EE5* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Collections.Generic.HashSet`1<System.Int32>::Remove(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HashSet_1_Remove_mF4C8539185EBCAAE0803DF227E006B701007DD65_gshared (HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2* __this, int32_t ___0_item, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.List`1<System.Int32>::.ctor(System.Collections.Generic.IEnumerable`1<T>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_mCC0E71080DE343C1A527526A1AC2DBEC355CEA6C_gshared (List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73* __this, RuntimeObject* ___0_collection, const RuntimeMethod* method) ;
|
|
// System.Void System.Array::Sort<System.Int32>(T[],System.Collections.Generic.IComparer`1<T>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Sort_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_m25890A92F785FE37EA662CF502AB0E2A80143F68_gshared (Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___0_array, RuntimeObject* ___1_comparer, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.Dictionary`2<DungeonArchitect.IntVector,System.Object>::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2__ctor_mD4FB8668A855E3167DBA71D797CA142171A42F84_gshared (Dictionary_2_tD355634D8C6BD623CA0EA91DDC08BB5C650FC3D8* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.Dictionary`2<DungeonArchitect.IntVector,System.Object>::Add(TKey,TValue)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_Add_mA17ADE9C730978DE55F61A7821135D84B8FAE50F_gshared (Dictionary_2_tD355634D8C6BD623CA0EA91DDC08BB5C650FC3D8* __this, IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C ___0_key, RuntimeObject* ___1_value, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Collections.Generic.Dictionary`2<DungeonArchitect.IntVector,System.Object>::ContainsKey(TKey)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_ContainsKey_m62D46276AB4E9B0CDF3387F9A83B3502A386A18F_gshared (Dictionary_2_tD355634D8C6BD623CA0EA91DDC08BB5C650FC3D8* __this, IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C ___0_key, const RuntimeMethod* method) ;
|
|
// TValue System.Collections.Generic.Dictionary`2<DungeonArchitect.IntVector,System.Object>::get_Item(TKey)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Dictionary_2_get_Item_m061A891B7E0D7F34627A818B3EEEF06132F31C35_gshared (Dictionary_2_tD355634D8C6BD623CA0EA91DDC08BB5C650FC3D8* __this, IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C ___0_key, 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.Void System.Collections.Generic.Dictionary`2<DungeonArchitect.IntVector,System.Object>::Clear()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_Clear_m153796815D910C7A26306D711610C80FAA9D5CB7_gshared (Dictionary_2_tD355634D8C6BD623CA0EA91DDC08BB5C650FC3D8* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.Dictionary`2<DungeonArchitect.IntVector2,System.Object>::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m6CB7217352B925BB4008CD684804DB04B39ED2F5_gshared (Dictionary_2_tA27C0DD25873C548F8AFBA67CD49F2CD8492DF93* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Collections.Generic.Dictionary`2<DungeonArchitect.IntVector2,System.Object>::ContainsKey(TKey)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_ContainsKey_mFD874508917976E4B679DE7DD33C12E0DD7ACC21_gshared (Dictionary_2_tA27C0DD25873C548F8AFBA67CD49F2CD8492DF93* __this, IntVector2_t2DFD1430F75D3E32E93DE921832E85D4A3FD53F7 ___0_key, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.List`1<UnityEngine.Vector3>::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_mC54E2BCBE43279A96FC082F5CDE2D76388BD8F9C_gshared (List_1_t77B94703E05C519A9010DD0614F757F974E1CD8B* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.Dictionary`2<DungeonArchitect.IntVector2,System.Object>::Add(TKey,TValue)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_Add_m4FFFD525E71379179AE1B5E7866853382040181F_gshared (Dictionary_2_tA27C0DD25873C548F8AFBA67CD49F2CD8492DF93* __this, IntVector2_t2DFD1430F75D3E32E93DE921832E85D4A3FD53F7 ___0_key, RuntimeObject* ___1_value, const RuntimeMethod* method) ;
|
|
// TValue System.Collections.Generic.Dictionary`2<DungeonArchitect.IntVector2,System.Object>::get_Item(TKey)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Dictionary_2_get_Item_m24FA1D279FE2E8ABBC6AC29870F0AB585E24B30F_gshared (Dictionary_2_tA27C0DD25873C548F8AFBA67CD49F2CD8492DF93* __this, IntVector2_t2DFD1430F75D3E32E93DE921832E85D4A3FD53F7 ___0_key, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.List`1<UnityEngine.Vector3>::Add(T)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Add_m79E50C4F592B1703F4B76A8BE7B4855515460CA1_gshared_inline (List_1_t77B94703E05C519A9010DD0614F757F974E1CD8B* __this, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_item, const RuntimeMethod* method) ;
|
|
// System.Collections.Generic.List`1/Enumerator<T> System.Collections.Generic.List`1<UnityEngine.Vector3>::GetEnumerator()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_t609488A9291E792D6A59707FF2BF03FBB727E047 List_1_GetEnumerator_m24A1CBC9428047F6672EC9B92A3E4154DC60337A_gshared (List_1_t77B94703E05C519A9010DD0614F757F974E1CD8B* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.List`1/Enumerator<UnityEngine.Vector3>::Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_m13D8B7747BCE3651CB2FD43622DBEDC3E50EA0E6_gshared (Enumerator_t609488A9291E792D6A59707FF2BF03FBB727E047* __this, const RuntimeMethod* method) ;
|
|
// T System.Collections.Generic.List`1/Enumerator<UnityEngine.Vector3>::get_Current()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Enumerator_get_Current_m098C9AE095DEFD00B1B0314A772330F537805EE2_gshared_inline (Enumerator_t609488A9291E792D6A59707FF2BF03FBB727E047* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Collections.Generic.List`1/Enumerator<UnityEngine.Vector3>::MoveNext()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m9C3D158CB944A2244D518FA7989D8312ACCD7C8A_gshared (Enumerator_t609488A9291E792D6A59707FF2BF03FBB727E047* __this, const RuntimeMethod* method) ;
|
|
|
|
// System.Void System.Object::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2 (RuntimeObject* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.Vector3 DungeonArchitect.IntVector::ToVector3()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 IntVector_ToVector3_m9DF4AE99107BC7505A2C50BD51B5E7D17A02CEF0 (IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.Vector3 UnityEngine.Vector3::op_Subtraction(UnityEngine.Vector3,UnityEngine.Vector3)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Vector3_op_Subtraction_mE42023FF80067CB44A1D4A27EB7CF2B24CABB828_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_a, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___1_b, const RuntimeMethod* method) ;
|
|
// System.Single UnityEngine.Vector3::get_sqrMagnitude()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Vector3_get_sqrMagnitude_m43C27DEC47C4811FB30AB474FF2131A963B66FC8_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* __this, const RuntimeMethod* method) ;
|
|
// System.Void DungeonArchitect.Builders.Grid.GridDungeonBuilder/<>c::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_mE7A418F8B47F752E70F383A4C221A7DD83816C78 (U3CU3Ec_tD605903C30B8A9380AE9C564ACE714B7A7477BCC* __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) ;
|
|
// System.Void DungeonArchitect.DungeonConfig::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DungeonConfig__ctor_m6D90F75CA55996A65B7286D7A485462FBDEFC284 (DungeonConfig_tAB374D87D0852393B67D890DA66CD4B0EC2D7FBD* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.HashSet`1<System.Int32>::.ctor()
|
|
inline void HashSet_1__ctor_m90EA29D74B137C5317CDC485AA1D799F0B6726FF (HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2*, const RuntimeMethod*))HashSet_1__ctor_m90EA29D74B137C5317CDC485AA1D799F0B6726FF_gshared)(__this, method);
|
|
}
|
|
// System.Void DungeonArchitect.Rectangle::.ctor(System.Int32,System.Int32,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rectangle__ctor_m414C7059151B811D6B4A62521D618023D7EC25AA (Rectangle_tA560F5F5599A7C11DDD6E7EC2A93ABD2AAA6C64E* __this, int32_t ___0_x, int32_t ___1_z, int32_t ___2_width, int32_t ___3_length, const RuntimeMethod* method) ;
|
|
// DungeonArchitect.Rectangle DungeonArchitect.Builders.Grid.Cell::get_Bounds()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Rectangle_tA560F5F5599A7C11DDD6E7EC2A93ABD2AAA6C64E Cell_get_Bounds_m701BAE5F667F9ED03D14964497811072198366CE_inline (Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01* __this, const RuntimeMethod* method) ;
|
|
// System.Int32 DungeonArchitect.Rectangle::get_Width()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Rectangle_get_Width_m8EF061695117C080FF4BA340AFF6FCC43746A38C (Rectangle_tA560F5F5599A7C11DDD6E7EC2A93ABD2AAA6C64E* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.Vector3 DungeonArchitect.Rectangle::CenterF()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Rectangle_CenterF_mB7C46A685881BA29734F1EB9DE38B3228FCAC94B (Rectangle_tA560F5F5599A7C11DDD6E7EC2A93ABD2AAA6C64E* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.Vector3 UnityEngine.Vector3::Scale(UnityEngine.Vector3,UnityEngine.Vector3)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Vector3_Scale_m7C3CD199271902D5C00CBF35CD230DEB62B68CAE_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_a, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___1_b, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.Bounds::set_center(UnityEngine.Vector3)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Bounds_set_center_m891869DD5B1BEEE2D17907BBFB7EB79AAE44884B (Bounds_t367E830C64BBF235ED8C3B2F8CF6254FDCAD39C3* __this, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.Bounds::set_size(UnityEngine.Vector3)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Bounds_set_size_m950CFB68CDD1BF409E770509A38B958E1AE68128 (Bounds_t367E830C64BBF235ED8C3B2F8CF6254FDCAD39C3* __this, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_value, const RuntimeMethod* method) ;
|
|
// System.Int32 DungeonArchitect.Rectangle::get_X()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Rectangle_get_X_mD341734E31CFC938EC2F3E84BFBCFEC5508AF1F9 (Rectangle_tA560F5F5599A7C11DDD6E7EC2A93ABD2AAA6C64E* __this, const RuntimeMethod* method) ;
|
|
// System.Int32 DungeonArchitect.Rectangle::get_Z()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Rectangle_get_Z_mA65FD7EB998C73981F6B38913C44EA26AEF345F4 (Rectangle_tA560F5F5599A7C11DDD6E7EC2A93ABD2AAA6C64E* __this, const RuntimeMethod* method) ;
|
|
// System.Int32 DungeonArchitect.Rectangle::get_Length()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Rectangle_get_Length_mED01F5FFE1B4FFF9A67FE93A0C2D9258CECBB435 (Rectangle_tA560F5F5599A7C11DDD6E7EC2A93ABD2AAA6C64E* __this, const RuntimeMethod* method) ;
|
|
// System.Void DungeonArchitect.IntVector::.ctor(System.Int32,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IntVector__ctor_mA5653A9122DC5F76C09064F96D45BD4A1255EE34 (IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C* __this, int32_t ___0_x, int32_t ___1_y, int32_t ___2_z, const RuntimeMethod* method) ;
|
|
// DungeonArchitect.IntVector DungeonArchitect.Rectangle::get_Location()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C Rectangle_get_Location_mF005282420254BC725474ED27F3E4E7513956D2B_inline (Rectangle_tA560F5F5599A7C11DDD6E7EC2A93ABD2AAA6C64E* __this, const RuntimeMethod* method) ;
|
|
// System.Int32 DungeonArchitect.Builders.Grid.Cell::get_Id()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Cell_get_Id_m9019A9DE5723347E0DE724E363AC4F2AAB7429BA_inline (Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01* __this, const RuntimeMethod* method) ;
|
|
// System.Int32[] DungeonArchitect.Builders.Grid.CellDoor::get_AdjacentCells()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* CellDoor_get_AdjacentCells_m011DD845922C53A5C73C0B00ED1F051E6357EF24_inline (CellDoor_t1C9E99F62317AEBD0FB8E640443435E6170AA6D5* __this, const RuntimeMethod* method) ;
|
|
// System.String System.String::Format(System.String,System.Object,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_mFB7DA489BD99F4670881FF50EC017BFB0A5C0987 (String_t* ___0_format, RuntimeObject* ___1_arg0, RuntimeObject* ___2_arg1, const RuntimeMethod* method) ;
|
|
// System.Void DungeonArchitect.Builders.Grid.IntVector2Key::.ctor(DungeonArchitect.IntVector,DungeonArchitect.IntVector)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IntVector2Key__ctor_m56C21C1593650057C858E438786306AD8C11E6D5 (IntVector2Key_t876A74A676EAA0A8F636049D2756C9C7DE86AF19* __this, IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C ___0_a, IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C ___1_b, const RuntimeMethod* method) ;
|
|
// System.Boolean DungeonArchitect.IntVector::Equals(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool IntVector_Equals_m8C3D35F5DC3CB668216F7A6EFC77AE6D843D6C06 (IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method) ;
|
|
// System.Boolean DungeonArchitect.Builders.Grid.IntVector2Key::Equals(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool IntVector2Key_Equals_mF7C64E7548DD7CF69A1F0B799B7B7EF5F3486E25 (IntVector2Key_t876A74A676EAA0A8F636049D2756C9C7DE86AF19* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method) ;
|
|
// System.Int32 DungeonArchitect.IntVector::GetHashCode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t IntVector_GetHashCode_mB319BBE5886636E56617A0D52F8608F78E276142 (IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C* __this, const RuntimeMethod* method) ;
|
|
// System.Int32 DungeonArchitect.Builders.Grid.IntVector2Key::GetHashCode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t IntVector2Key_GetHashCode_m1FD5E70DFC387BCCB4B888E21EAD84F86F46AF43 (IntVector2Key_t876A74A676EAA0A8F636049D2756C9C7DE86AF19* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.Dictionary`2<DungeonArchitect.Builders.Grid.IntVector2Key,DungeonArchitect.Builders.Grid.CellDoor>::Clear()
|
|
inline void Dictionary_2_Clear_mDB02E5F2B0B7FF3FF6EA047850403759477332B4 (Dictionary_2_tF902D5EE5DE455988365F63F4B9C04E6B35303BC* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Dictionary_2_tF902D5EE5DE455988365F63F4B9C04E6B35303BC*, const RuntimeMethod*))Dictionary_2_Clear_m3DE4F765CB67EA82028CFC4C7031D04DAB467050_gshared)(__this, method);
|
|
}
|
|
// System.Void System.Collections.Generic.List`1<DungeonArchitect.Builders.Grid.CellDoor>::Clear()
|
|
inline void List_1_Clear_m8FC4BDC8811DACDC2126E0932486A8EC9C1FE334_inline (List_1_tC549A5C1202941CF8D7156AB07F868A64034EDBA* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_tC549A5C1202941CF8D7156AB07F868A64034EDBA*, const RuntimeMethod*))List_1_Clear_m16C1F2C61FED5955F10EB36BC1CB2DF34B128994_gshared_inline)(__this, method);
|
|
}
|
|
// System.Void System.Collections.Generic.List`1<DungeonArchitect.Builders.Grid.IntVector2Key>::.ctor()
|
|
inline void List_1__ctor_mA8CDBAA34EF84DC69D6C54EC79BD2B8DAE81675D (List_1_tC6466240AA55FBD6D754ACE31BB6994F07ACC198* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_tC6466240AA55FBD6D754ACE31BB6994F07ACC198*, const RuntimeMethod*))List_1__ctor_mA8CDBAA34EF84DC69D6C54EC79BD2B8DAE81675D_gshared)(__this, method);
|
|
}
|
|
// System.Collections.Generic.Dictionary`2/KeyCollection<TKey,TValue> System.Collections.Generic.Dictionary`2<DungeonArchitect.Builders.Grid.IntVector2Key,DungeonArchitect.Builders.Grid.CellDoor>::get_Keys()
|
|
inline KeyCollection_t8324FBCEAB9350B8D6825F328A3D3C87C2BA8129* Dictionary_2_get_Keys_m5C89BD2919F901D503CB47625CC0A878B764E333 (Dictionary_2_tF902D5EE5DE455988365F63F4B9C04E6B35303BC* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( KeyCollection_t8324FBCEAB9350B8D6825F328A3D3C87C2BA8129* (*) (Dictionary_2_tF902D5EE5DE455988365F63F4B9C04E6B35303BC*, const RuntimeMethod*))Dictionary_2_get_Keys_m04F0E07B1BFF2B7D8116CDFEEA3D32099DEAD100_gshared)(__this, method);
|
|
}
|
|
// System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<TKey,TValue> System.Collections.Generic.Dictionary`2/KeyCollection<DungeonArchitect.Builders.Grid.IntVector2Key,DungeonArchitect.Builders.Grid.CellDoor>::GetEnumerator()
|
|
inline Enumerator_t824F4A6A862F1A4CEB3C1BDCFFBE23F9ED19C59B KeyCollection_GetEnumerator_m9D3A2CAFEF4F18030D67807ABB156256047CB04F (KeyCollection_t8324FBCEAB9350B8D6825F328A3D3C87C2BA8129* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( Enumerator_t824F4A6A862F1A4CEB3C1BDCFFBE23F9ED19C59B (*) (KeyCollection_t8324FBCEAB9350B8D6825F328A3D3C87C2BA8129*, const RuntimeMethod*))KeyCollection_GetEnumerator_m43B21ED660DE8BE14EB31B9F4E4B95BEE59D2F28_gshared)(__this, method);
|
|
}
|
|
// System.Void System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<DungeonArchitect.Builders.Grid.IntVector2Key,DungeonArchitect.Builders.Grid.CellDoor>::Dispose()
|
|
inline void Enumerator_Dispose_m80473F912ED20CF72FBF4F1BBA779685CBADA4FA (Enumerator_t824F4A6A862F1A4CEB3C1BDCFFBE23F9ED19C59B* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Enumerator_t824F4A6A862F1A4CEB3C1BDCFFBE23F9ED19C59B*, const RuntimeMethod*))Enumerator_Dispose_m840747E77EC469E851E9BCEC3FBACE76C9242ED5_gshared)(__this, method);
|
|
}
|
|
// TKey System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<DungeonArchitect.Builders.Grid.IntVector2Key,DungeonArchitect.Builders.Grid.CellDoor>::get_Current()
|
|
inline IntVector2Key_t876A74A676EAA0A8F636049D2756C9C7DE86AF19 Enumerator_get_Current_m0466311D5FD06C780338F8D9C9906C861CD51391_inline (Enumerator_t824F4A6A862F1A4CEB3C1BDCFFBE23F9ED19C59B* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( IntVector2Key_t876A74A676EAA0A8F636049D2756C9C7DE86AF19 (*) (Enumerator_t824F4A6A862F1A4CEB3C1BDCFFBE23F9ED19C59B*, const RuntimeMethod*))Enumerator_get_Current_mC224601273301A939A8881AC883DAF3FED2C8BA0_gshared_inline)(__this, method);
|
|
}
|
|
// TValue System.Collections.Generic.Dictionary`2<DungeonArchitect.Builders.Grid.IntVector2Key,DungeonArchitect.Builders.Grid.CellDoor>::get_Item(TKey)
|
|
inline CellDoor_t1C9E99F62317AEBD0FB8E640443435E6170AA6D5* Dictionary_2_get_Item_m426CC66B8F11B4DEDB8769D20DA5C9ECCB98C455 (Dictionary_2_tF902D5EE5DE455988365F63F4B9C04E6B35303BC* __this, IntVector2Key_t876A74A676EAA0A8F636049D2756C9C7DE86AF19 ___0_key, const RuntimeMethod* method)
|
|
{
|
|
return (( CellDoor_t1C9E99F62317AEBD0FB8E640443435E6170AA6D5* (*) (Dictionary_2_tF902D5EE5DE455988365F63F4B9C04E6B35303BC*, IntVector2Key_t876A74A676EAA0A8F636049D2756C9C7DE86AF19, const RuntimeMethod*))Dictionary_2_get_Item_mB057F9A09E3ED46ADD6A2B245771B9C887E1C0B8_gshared)(__this, ___0_key, method);
|
|
}
|
|
// System.Void System.Collections.Generic.List`1<DungeonArchitect.Builders.Grid.IntVector2Key>::Add(T)
|
|
inline void List_1_Add_mB3405F00743FB1DB6C39DC431D869FB23B97212F_inline (List_1_tC6466240AA55FBD6D754ACE31BB6994F07ACC198* __this, IntVector2Key_t876A74A676EAA0A8F636049D2756C9C7DE86AF19 ___0_item, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_tC6466240AA55FBD6D754ACE31BB6994F07ACC198*, IntVector2Key_t876A74A676EAA0A8F636049D2756C9C7DE86AF19, const RuntimeMethod*))List_1_Add_mB3405F00743FB1DB6C39DC431D869FB23B97212F_gshared_inline)(__this, ___0_item, method);
|
|
}
|
|
// System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<DungeonArchitect.Builders.Grid.IntVector2Key,DungeonArchitect.Builders.Grid.CellDoor>::MoveNext()
|
|
inline bool Enumerator_MoveNext_m9439B8391013708A77AF0A0B485D8C4F4EEA5DC9 (Enumerator_t824F4A6A862F1A4CEB3C1BDCFFBE23F9ED19C59B* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Enumerator_t824F4A6A862F1A4CEB3C1BDCFFBE23F9ED19C59B*, const RuntimeMethod*))Enumerator_MoveNext_mDD93EBEA31AB632831009AE0A21C3396938B233B_gshared)(__this, method);
|
|
}
|
|
// System.Collections.Generic.List`1/Enumerator<T> System.Collections.Generic.List`1<DungeonArchitect.Builders.Grid.IntVector2Key>::GetEnumerator()
|
|
inline Enumerator_t202E39372B5D40DDA8E818F2F79868B602494207 List_1_GetEnumerator_m4535DF4066B0735A32ADE60C729CBB57FD07FBF1 (List_1_tC6466240AA55FBD6D754ACE31BB6994F07ACC198* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( Enumerator_t202E39372B5D40DDA8E818F2F79868B602494207 (*) (List_1_tC6466240AA55FBD6D754ACE31BB6994F07ACC198*, const RuntimeMethod*))List_1_GetEnumerator_m4535DF4066B0735A32ADE60C729CBB57FD07FBF1_gshared)(__this, method);
|
|
}
|
|
// System.Void System.Collections.Generic.List`1/Enumerator<DungeonArchitect.Builders.Grid.IntVector2Key>::Dispose()
|
|
inline void Enumerator_Dispose_mE4C6EBC3AFC9DB57BD92B069A80A6C39F6444F6F (Enumerator_t202E39372B5D40DDA8E818F2F79868B602494207* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Enumerator_t202E39372B5D40DDA8E818F2F79868B602494207*, const RuntimeMethod*))Enumerator_Dispose_mE4C6EBC3AFC9DB57BD92B069A80A6C39F6444F6F_gshared)(__this, method);
|
|
}
|
|
// T System.Collections.Generic.List`1/Enumerator<DungeonArchitect.Builders.Grid.IntVector2Key>::get_Current()
|
|
inline IntVector2Key_t876A74A676EAA0A8F636049D2756C9C7DE86AF19 Enumerator_get_Current_m55B4D3B3527DAE1D7AAA97F389C9D82FB8002317_inline (Enumerator_t202E39372B5D40DDA8E818F2F79868B602494207* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( IntVector2Key_t876A74A676EAA0A8F636049D2756C9C7DE86AF19 (*) (Enumerator_t202E39372B5D40DDA8E818F2F79868B602494207*, const RuntimeMethod*))Enumerator_get_Current_m55B4D3B3527DAE1D7AAA97F389C9D82FB8002317_gshared_inline)(__this, method);
|
|
}
|
|
// System.Boolean System.Collections.Generic.Dictionary`2<DungeonArchitect.Builders.Grid.IntVector2Key,DungeonArchitect.Builders.Grid.CellDoor>::Remove(TKey)
|
|
inline bool Dictionary_2_Remove_mBCC44B9A20FD2704A415D523A9D0C179B309EFB0 (Dictionary_2_tF902D5EE5DE455988365F63F4B9C04E6B35303BC* __this, IntVector2Key_t876A74A676EAA0A8F636049D2756C9C7DE86AF19 ___0_key, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Dictionary_2_tF902D5EE5DE455988365F63F4B9C04E6B35303BC*, IntVector2Key_t876A74A676EAA0A8F636049D2756C9C7DE86AF19, const RuntimeMethod*))Dictionary_2_Remove_mDC2EC0199DE3682AF22642089E2DB6DFB632C13B_gshared)(__this, ___0_key, method);
|
|
}
|
|
// System.Boolean System.Collections.Generic.List`1/Enumerator<DungeonArchitect.Builders.Grid.IntVector2Key>::MoveNext()
|
|
inline bool Enumerator_MoveNext_m9E447237B39FBFD493CCD02FA686A6EAFE5EB6C2 (Enumerator_t202E39372B5D40DDA8E818F2F79868B602494207* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Enumerator_t202E39372B5D40DDA8E818F2F79868B602494207*, const RuntimeMethod*))Enumerator_MoveNext_m9E447237B39FBFD493CCD02FA686A6EAFE5EB6C2_gshared)(__this, method);
|
|
}
|
|
// System.Boolean System.Collections.Generic.List`1<DungeonArchitect.Builders.Grid.CellDoor>::Remove(T)
|
|
inline bool List_1_Remove_mF24B1C0AF09B2538D76599740003111A58BC08FB (List_1_tC549A5C1202941CF8D7156AB07F868A64034EDBA* __this, CellDoor_t1C9E99F62317AEBD0FB8E640443435E6170AA6D5* ___0_item, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (List_1_tC549A5C1202941CF8D7156AB07F868A64034EDBA*, CellDoor_t1C9E99F62317AEBD0FB8E640443435E6170AA6D5*, const RuntimeMethod*))List_1_Remove_m4DFA48F4CEB9169601E75FC28517C5C06EFA5AD7_gshared)(__this, ___0_item, method);
|
|
}
|
|
// System.Boolean System.Collections.Generic.Dictionary`2<DungeonArchitect.Builders.Grid.IntVector2Key,DungeonArchitect.Builders.Grid.CellDoor>::ContainsKey(TKey)
|
|
inline bool Dictionary_2_ContainsKey_mE903FC2225DFE2E867744B934C51D9C892D34A90 (Dictionary_2_tF902D5EE5DE455988365F63F4B9C04E6B35303BC* __this, IntVector2Key_t876A74A676EAA0A8F636049D2756C9C7DE86AF19 ___0_key, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Dictionary_2_tF902D5EE5DE455988365F63F4B9C04E6B35303BC*, IntVector2Key_t876A74A676EAA0A8F636049D2756C9C7DE86AF19, const RuntimeMethod*))Dictionary_2_ContainsKey_mA954C09DCE358FAB4119B6F085627DF2EF2E6DE2_gshared)(__this, ___0_key, method);
|
|
}
|
|
// System.Void DungeonArchitect.Builders.Grid.CellDoor::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CellDoor__ctor_m86D0871C578916B1DB6A6C61AEFA468EA97D837C (CellDoor_t1C9E99F62317AEBD0FB8E640443435E6170AA6D5* __this, const RuntimeMethod* method) ;
|
|
// DungeonArchitect.IntVector[] DungeonArchitect.Builders.Grid.CellDoor::get_AdjacentTiles()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR IntVectorU5BU5D_t51305BC25B133B84E9B4F1FB09FC5DE6C579C440* CellDoor_get_AdjacentTiles_mCBE2648394F0561684348E29520F09B3D1031D38_inline (CellDoor_t1C9E99F62317AEBD0FB8E640443435E6170AA6D5* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.Dictionary`2<DungeonArchitect.Builders.Grid.IntVector2Key,DungeonArchitect.Builders.Grid.CellDoor>::Add(TKey,TValue)
|
|
inline void Dictionary_2_Add_m3EFA09167F803E634B36A20C93BEFA4B17570ECC (Dictionary_2_tF902D5EE5DE455988365F63F4B9C04E6B35303BC* __this, IntVector2Key_t876A74A676EAA0A8F636049D2756C9C7DE86AF19 ___0_key, CellDoor_t1C9E99F62317AEBD0FB8E640443435E6170AA6D5* ___1_value, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Dictionary_2_tF902D5EE5DE455988365F63F4B9C04E6B35303BC*, IntVector2Key_t876A74A676EAA0A8F636049D2756C9C7DE86AF19, CellDoor_t1C9E99F62317AEBD0FB8E640443435E6170AA6D5*, const RuntimeMethod*))Dictionary_2_Add_m91EC8EDA3720F0DE5C2F940F2A7F5BA75F9E832C_gshared)(__this, ___0_key, ___1_value, method);
|
|
}
|
|
// System.Void System.Collections.Generic.List`1<DungeonArchitect.Builders.Grid.CellDoor>::Add(T)
|
|
inline void List_1_Add_m30CC5D5DD597FD0D69739FA26E86FCBFCC0EEBE5_inline (List_1_tC549A5C1202941CF8D7156AB07F868A64034EDBA* __this, CellDoor_t1C9E99F62317AEBD0FB8E640443435E6170AA6D5* ___0_item, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_tC549A5C1202941CF8D7156AB07F868A64034EDBA*, CellDoor_t1C9E99F62317AEBD0FB8E640443435E6170AA6D5*, const RuntimeMethod*))List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_gshared_inline)(__this, ___0_item, method);
|
|
}
|
|
// System.Collections.Generic.List`1/Enumerator<T> System.Collections.Generic.List`1<DungeonArchitect.Builders.Grid.CellDoor>::GetEnumerator()
|
|
inline Enumerator_t465076EDD9FCEBC3082A5EAE94FBAB224A95379F List_1_GetEnumerator_m96653C754F66CEF890C0DC6D1EE99EC43B709422 (List_1_tC549A5C1202941CF8D7156AB07F868A64034EDBA* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( Enumerator_t465076EDD9FCEBC3082A5EAE94FBAB224A95379F (*) (List_1_tC549A5C1202941CF8D7156AB07F868A64034EDBA*, const RuntimeMethod*))List_1_GetEnumerator_mD8294A7FA2BEB1929487127D476F8EC1CDC23BFC_gshared)(__this, method);
|
|
}
|
|
// System.Void System.Collections.Generic.List`1/Enumerator<DungeonArchitect.Builders.Grid.CellDoor>::Dispose()
|
|
inline void Enumerator_Dispose_mE1B879F00C37CAA51A917A2E29DC37DC500C9151 (Enumerator_t465076EDD9FCEBC3082A5EAE94FBAB224A95379F* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Enumerator_t465076EDD9FCEBC3082A5EAE94FBAB224A95379F*, const RuntimeMethod*))Enumerator_Dispose_mD9DC3E3C3697830A4823047AB29A77DBBB5ED419_gshared)(__this, method);
|
|
}
|
|
// T System.Collections.Generic.List`1/Enumerator<DungeonArchitect.Builders.Grid.CellDoor>::get_Current()
|
|
inline CellDoor_t1C9E99F62317AEBD0FB8E640443435E6170AA6D5* Enumerator_get_Current_m059E4D95449CCC59BCA08B7A8847532684DCB328_inline (Enumerator_t465076EDD9FCEBC3082A5EAE94FBAB224A95379F* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( CellDoor_t1C9E99F62317AEBD0FB8E640443435E6170AA6D5* (*) (Enumerator_t465076EDD9FCEBC3082A5EAE94FBAB224A95379F*, const RuntimeMethod*))Enumerator_get_Current_m6330F15D18EE4F547C05DF9BF83C5EB710376027_gshared_inline)(__this, method);
|
|
}
|
|
// System.Boolean DungeonArchitect.Builders.Grid.CellDoor::get_Enabled()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool CellDoor_get_Enabled_m0A44D52B390E46F70DB3707806123B42E2AE2796_inline (CellDoor_t1C9E99F62317AEBD0FB8E640443435E6170AA6D5* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Collections.Generic.List`1/Enumerator<DungeonArchitect.Builders.Grid.CellDoor>::MoveNext()
|
|
inline bool Enumerator_MoveNext_m60D63A8D06853E155D3A9E6D1BCD0BC8E5A008FF (Enumerator_t465076EDD9FCEBC3082A5EAE94FBAB224A95379F* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Enumerator_t465076EDD9FCEBC3082A5EAE94FBAB224A95379F*, const RuntimeMethod*))Enumerator_MoveNext_mE921CC8F29FBBDE7CC3209A0ED0D921D58D00BCB_gshared)(__this, method);
|
|
}
|
|
// T[] System.Collections.Generic.List`1<DungeonArchitect.Builders.Grid.CellDoor>::ToArray()
|
|
inline CellDoorU5BU5D_t4C7F8D55D36058D4C4286AA43070C1F50CA66F48* List_1_ToArray_mE3BABA0FB8BE9D8AA04901A6AF7329107FA32C86 (List_1_tC549A5C1202941CF8D7156AB07F868A64034EDBA* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( CellDoorU5BU5D_t4C7F8D55D36058D4C4286AA43070C1F50CA66F48* (*) (List_1_tC549A5C1202941CF8D7156AB07F868A64034EDBA*, const RuntimeMethod*))List_1_ToArray_mD7E4F8E7C11C3C67CB5739FCC0A6E86106A6291F_gshared)(__this, method);
|
|
}
|
|
// System.Void System.Collections.Generic.Dictionary`2<DungeonArchitect.Builders.Grid.IntVector2Key,DungeonArchitect.Builders.Grid.CellDoor>::.ctor()
|
|
inline void Dictionary_2__ctor_m0D97069EE2C92B43FF9D31140FDD1A14C45C20B7 (Dictionary_2_tF902D5EE5DE455988365F63F4B9C04E6B35303BC* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Dictionary_2_tF902D5EE5DE455988365F63F4B9C04E6B35303BC*, const RuntimeMethod*))Dictionary_2__ctor_m83BA2A00E3605DA2076B624E36236CFB3C6E545F_gshared)(__this, method);
|
|
}
|
|
// System.Void System.Collections.Generic.List`1<DungeonArchitect.Builders.Grid.CellDoor>::.ctor()
|
|
inline void List_1__ctor_m4852949C64E504D0806547640CA16F2E163B6BEC (List_1_tC549A5C1202941CF8D7156AB07F868A64034EDBA* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_tC549A5C1202941CF8D7156AB07F868A64034EDBA*, const RuntimeMethod*))List_1__ctor_m7F078BB342729BDF11327FD89D7872265328F690_gshared)(__this, method);
|
|
}
|
|
// System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,System.Collections.Generic.Dictionary`2<System.Int32,DungeonArchitect.Builders.Grid.GridCellInfo>>::ContainsKey(TKey)
|
|
inline bool Dictionary_2_ContainsKey_mF5F83B221C03B5F078111D1A3940B431880728AA (Dictionary_2_t1E4AAB19CD6B804B64AFAA5EBEFC031CA7775223* __this, int32_t ___0_key, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Dictionary_2_t1E4AAB19CD6B804B64AFAA5EBEFC031CA7775223*, int32_t, const RuntimeMethod*))Dictionary_2_ContainsKey_mED5C451F158CDDD2B3F4B0720CD248DA9DB27B25_gshared)(__this, ___0_key, method);
|
|
}
|
|
// TValue System.Collections.Generic.Dictionary`2<System.Int32,System.Collections.Generic.Dictionary`2<System.Int32,DungeonArchitect.Builders.Grid.GridCellInfo>>::get_Item(TKey)
|
|
inline Dictionary_2_t53B49FABD4B9D0B6192535AB9D483840D5EB99DB* Dictionary_2_get_Item_m94720ECB638EDA3601DFF000742DF88C2F479B60 (Dictionary_2_t1E4AAB19CD6B804B64AFAA5EBEFC031CA7775223* __this, int32_t ___0_key, const RuntimeMethod* method)
|
|
{
|
|
return (( Dictionary_2_t53B49FABD4B9D0B6192535AB9D483840D5EB99DB* (*) (Dictionary_2_t1E4AAB19CD6B804B64AFAA5EBEFC031CA7775223*, int32_t, const RuntimeMethod*))Dictionary_2_get_Item_mC3FEA647E750C27367C990777D8890E0E712E514_gshared)(__this, ___0_key, method);
|
|
}
|
|
// System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,DungeonArchitect.Builders.Grid.GridCellInfo>::ContainsKey(TKey)
|
|
inline bool Dictionary_2_ContainsKey_m07F84E71E7541E4ACE9E9A2EC069465C0AD4FBA1 (Dictionary_2_t53B49FABD4B9D0B6192535AB9D483840D5EB99DB* __this, int32_t ___0_key, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Dictionary_2_t53B49FABD4B9D0B6192535AB9D483840D5EB99DB*, int32_t, const RuntimeMethod*))Dictionary_2_ContainsKey_mED5C451F158CDDD2B3F4B0720CD248DA9DB27B25_gshared)(__this, ___0_key, method);
|
|
}
|
|
// System.Void DungeonArchitect.Builders.Grid.GridCellInfo::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GridCellInfo__ctor_m8BD790D502511EF8EB9158C7497B3224FAAEA5A7 (GridCellInfo_t742531730F06A9444088AF5B821D776397CE6AFA* __this, const RuntimeMethod* method) ;
|
|
// TValue System.Collections.Generic.Dictionary`2<System.Int32,DungeonArchitect.Builders.Grid.GridCellInfo>::get_Item(TKey)
|
|
inline GridCellInfo_t742531730F06A9444088AF5B821D776397CE6AFA* Dictionary_2_get_Item_mAB52864F9EF1F4DEBEDD0DE53BE97854FCFD489C (Dictionary_2_t53B49FABD4B9D0B6192535AB9D483840D5EB99DB* __this, int32_t ___0_key, const RuntimeMethod* method)
|
|
{
|
|
return (( GridCellInfo_t742531730F06A9444088AF5B821D776397CE6AFA* (*) (Dictionary_2_t53B49FABD4B9D0B6192535AB9D483840D5EB99DB*, int32_t, const RuntimeMethod*))Dictionary_2_get_Item_mC3FEA647E750C27367C990777D8890E0E712E514_gshared)(__this, ___0_key, method);
|
|
}
|
|
// System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Collections.Generic.Dictionary`2<System.Int32,DungeonArchitect.Builders.Grid.GridCellInfo>>::Clear()
|
|
inline void Dictionary_2_Clear_mC649F92C5A4CD26D587330715B975174D83619B8 (Dictionary_2_t1E4AAB19CD6B804B64AFAA5EBEFC031CA7775223* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Dictionary_2_t1E4AAB19CD6B804B64AFAA5EBEFC031CA7775223*, const RuntimeMethod*))Dictionary_2_Clear_mE1EFF7C68491EE07D21EE9924475A559BF0A4773_gshared)(__this, method);
|
|
}
|
|
// System.Collections.Generic.List`1/Enumerator<T> System.Collections.Generic.List`1<DungeonArchitect.Builders.Grid.Cell>::GetEnumerator()
|
|
inline Enumerator_tF7CD6203B7815A8F8DC4B853FF9FE5C6A3021FE8 List_1_GetEnumerator_m5A8FFD32A62DDD1E1EF2C5746ADDD20468DE6F35 (List_1_t987D5B80738D2852896A351FD59FC0CCCE96F45A* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( Enumerator_tF7CD6203B7815A8F8DC4B853FF9FE5C6A3021FE8 (*) (List_1_t987D5B80738D2852896A351FD59FC0CCCE96F45A*, const RuntimeMethod*))List_1_GetEnumerator_mD8294A7FA2BEB1929487127D476F8EC1CDC23BFC_gshared)(__this, method);
|
|
}
|
|
// System.Void System.Collections.Generic.List`1/Enumerator<DungeonArchitect.Builders.Grid.Cell>::Dispose()
|
|
inline void Enumerator_Dispose_m78CE33F908EF5E977351DDCF0DDE935CE81FC839 (Enumerator_tF7CD6203B7815A8F8DC4B853FF9FE5C6A3021FE8* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Enumerator_tF7CD6203B7815A8F8DC4B853FF9FE5C6A3021FE8*, const RuntimeMethod*))Enumerator_Dispose_mD9DC3E3C3697830A4823047AB29A77DBBB5ED419_gshared)(__this, method);
|
|
}
|
|
// T System.Collections.Generic.List`1/Enumerator<DungeonArchitect.Builders.Grid.Cell>::get_Current()
|
|
inline Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01* Enumerator_get_Current_m4AAC4833BA64EA18FAEB5AE98B1558ED8B463649_inline (Enumerator_tF7CD6203B7815A8F8DC4B853FF9FE5C6A3021FE8* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01* (*) (Enumerator_tF7CD6203B7815A8F8DC4B853FF9FE5C6A3021FE8*, const RuntimeMethod*))Enumerator_get_Current_m6330F15D18EE4F547C05DF9BF83C5EB710376027_gshared_inline)(__this, method);
|
|
}
|
|
// DungeonArchitect.Builders.Grid.CellType DungeonArchitect.Builders.Grid.Cell::get_CellType()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Cell_get_CellType_m2C666B1ED7806805420EA64623AF5D3EDFF6F642_inline (Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.Dictionary`2<System.Int32,DungeonArchitect.Builders.Grid.GridCellInfo>::.ctor()
|
|
inline void Dictionary_2__ctor_m1C27BFCB76502719209514A2EE5F5149FA40DFBD (Dictionary_2_t53B49FABD4B9D0B6192535AB9D483840D5EB99DB* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Dictionary_2_t53B49FABD4B9D0B6192535AB9D483840D5EB99DB*, const RuntimeMethod*))Dictionary_2__ctor_m92E9AB321FBD7147CA109C822D99C8B0610C27B7_gshared)(__this, method);
|
|
}
|
|
// System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Collections.Generic.Dictionary`2<System.Int32,DungeonArchitect.Builders.Grid.GridCellInfo>>::Add(TKey,TValue)
|
|
inline void Dictionary_2_Add_mD75D20ACEE0C76BC3619410DB58EDC6E4D966695 (Dictionary_2_t1E4AAB19CD6B804B64AFAA5EBEFC031CA7775223* __this, int32_t ___0_key, Dictionary_2_t53B49FABD4B9D0B6192535AB9D483840D5EB99DB* ___1_value, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Dictionary_2_t1E4AAB19CD6B804B64AFAA5EBEFC031CA7775223*, int32_t, Dictionary_2_t53B49FABD4B9D0B6192535AB9D483840D5EB99DB*, const RuntimeMethod*))Dictionary_2_Add_mAF1EF7DA16BD70E252EA5C4B0F74DE519A02CBCD_gshared)(__this, ___0_key, ___1_value, method);
|
|
}
|
|
// System.Void DungeonArchitect.Builders.Grid.GridCellInfo::.ctor(System.Int32,DungeonArchitect.Builders.Grid.CellType)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GridCellInfo__ctor_m54379808FC760B10EF9F1D0B41BE452B8D354058 (GridCellInfo_t742531730F06A9444088AF5B821D776397CE6AFA* __this, int32_t ___0_pCellId, int32_t ___1_pCellType, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.Dictionary`2<System.Int32,DungeonArchitect.Builders.Grid.GridCellInfo>::Add(TKey,TValue)
|
|
inline void Dictionary_2_Add_m1371CA196B939E7D86608032F8815559C9DFF364 (Dictionary_2_t53B49FABD4B9D0B6192535AB9D483840D5EB99DB* __this, int32_t ___0_key, GridCellInfo_t742531730F06A9444088AF5B821D776397CE6AFA* ___1_value, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Dictionary_2_t53B49FABD4B9D0B6192535AB9D483840D5EB99DB*, int32_t, GridCellInfo_t742531730F06A9444088AF5B821D776397CE6AFA*, const RuntimeMethod*))Dictionary_2_Add_mAF1EF7DA16BD70E252EA5C4B0F74DE519A02CBCD_gshared)(__this, ___0_key, ___1_value, method);
|
|
}
|
|
// DungeonArchitect.IntVector DungeonArchitect.Rectangle::get_Size()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C Rectangle_get_Size_mA55765DC875BB6CEBED2C41C0DBC5258B7A79259_inline (Rectangle_tA560F5F5599A7C11DDD6E7EC2A93ABD2AAA6C64E* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Collections.Generic.List`1/Enumerator<DungeonArchitect.Builders.Grid.Cell>::MoveNext()
|
|
inline bool Enumerator_MoveNext_m99C7EE977A1004680A927B694ED31BDBAFD3E0F3 (Enumerator_tF7CD6203B7815A8F8DC4B853FF9FE5C6A3021FE8* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Enumerator_tF7CD6203B7815A8F8DC4B853FF9FE5C6A3021FE8*, const RuntimeMethod*))Enumerator_MoveNext_mE921CC8F29FBBDE7CC3209A0ED0D921D58D00BCB_gshared)(__this, method);
|
|
}
|
|
// DungeonArchitect.Builders.Grid.CellDoor[] DungeonArchitect.Builders.Grid.DoorManager::get_Doors()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CellDoorU5BU5D_t4C7F8D55D36058D4C4286AA43070C1F50CA66F48* DoorManager_get_Doors_mF5E5EB08F56C96641E4444C2AECEFF7E8D796406 (DoorManager_t2E65BDE0A91F2AC349DA211CBF35427A2D919203* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.Dictionary`2<System.Int32,DungeonArchitect.Builders.Grid.Cell>::Clear()
|
|
inline void Dictionary_2_Clear_m18B47EFD1FC9A827076ADD944C9565F39F2CEA2B (Dictionary_2_t3EFEE226B11F638A8B2F7F047C2D16B631714386* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Dictionary_2_t3EFEE226B11F638A8B2F7F047C2D16B631714386*, const RuntimeMethod*))Dictionary_2_Clear_mE1EFF7C68491EE07D21EE9924475A559BF0A4773_gshared)(__this, method);
|
|
}
|
|
// System.Void System.Collections.Generic.Dictionary`2<System.Int32,DungeonArchitect.Builders.Grid.Cell>::Add(TKey,TValue)
|
|
inline void Dictionary_2_Add_m16E7736F4AEEB5C1BFE97D0D32B50C9A08676E64 (Dictionary_2_t3EFEE226B11F638A8B2F7F047C2D16B631714386* __this, int32_t ___0_key, Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01* ___1_value, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Dictionary_2_t3EFEE226B11F638A8B2F7F047C2D16B631714386*, int32_t, Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01*, const RuntimeMethod*))Dictionary_2_Add_mAF1EF7DA16BD70E252EA5C4B0F74DE519A02CBCD_gshared)(__this, ___0_key, ___1_value, method);
|
|
}
|
|
// System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,DungeonArchitect.Builders.Grid.Cell>::ContainsKey(TKey)
|
|
inline bool Dictionary_2_ContainsKey_mB7C7D4280336EEBC0E33647D4CF3538E86199448 (Dictionary_2_t3EFEE226B11F638A8B2F7F047C2D16B631714386* __this, int32_t ___0_key, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Dictionary_2_t3EFEE226B11F638A8B2F7F047C2D16B631714386*, int32_t, const RuntimeMethod*))Dictionary_2_ContainsKey_mED5C451F158CDDD2B3F4B0720CD248DA9DB27B25_gshared)(__this, ___0_key, method);
|
|
}
|
|
// TValue System.Collections.Generic.Dictionary`2<System.Int32,DungeonArchitect.Builders.Grid.Cell>::get_Item(TKey)
|
|
inline Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01* Dictionary_2_get_Item_mEA15899328FDB5AC59085A4BDCB38F3AB109FE81 (Dictionary_2_t3EFEE226B11F638A8B2F7F047C2D16B631714386* __this, int32_t ___0_key, const RuntimeMethod* method)
|
|
{
|
|
return (( Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01* (*) (Dictionary_2_t3EFEE226B11F638A8B2F7F047C2D16B631714386*, int32_t, const RuntimeMethod*))Dictionary_2_get_Item_mC3FEA647E750C27367C990777D8890E0E712E514_gshared)(__this, ___0_key, method);
|
|
}
|
|
// System.Boolean DungeonArchitect.Rectangle::Contains(DungeonArchitect.IntVector)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Rectangle_Contains_m5B8120D7B31834142751391496AF2567F000ECFF (Rectangle_tA560F5F5599A7C11DDD6E7EC2A93ABD2AAA6C64E* __this, IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C ___0_Point, const RuntimeMethod* method) ;
|
|
// System.Void DungeonArchitect.Builders.Grid.DoorManager::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DoorManager__ctor_mFF9AE58A12C60EB79E321160B3525EBE7698ECFD (DoorManager_t2E65BDE0A91F2AC349DA211CBF35427A2D919203* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.List`1<DungeonArchitect.Builders.Grid.Cell>::.ctor()
|
|
inline void List_1__ctor_m93CB70076B61534200B27453DD47EC4151A16C45 (List_1_t987D5B80738D2852896A351FD59FC0CCCE96F45A* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_t987D5B80738D2852896A351FD59FC0CCCE96F45A*, const RuntimeMethod*))List_1__ctor_m7F078BB342729BDF11327FD89D7872265328F690_gshared)(__this, method);
|
|
}
|
|
// System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Collections.Generic.List`1<DungeonArchitect.Builders.Grid.StairInfo>>::Clear()
|
|
inline void Dictionary_2_Clear_m93996D2172FAAB052355F66BD5396194A48422AA (Dictionary_2_t1A5C7F5B67FB590E1188CB1637FE5572D8772941* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Dictionary_2_t1A5C7F5B67FB590E1188CB1637FE5572D8772941*, const RuntimeMethod*))Dictionary_2_Clear_mE1EFF7C68491EE07D21EE9924475A559BF0A4773_gshared)(__this, method);
|
|
}
|
|
// System.Collections.Generic.Dictionary`2/ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2<System.Int32,System.Collections.Generic.List`1<DungeonArchitect.Builders.Grid.StairInfo>>::get_Values()
|
|
inline ValueCollection_t4C336C078C33532BEDC53EFCA50B89F5B70ACF40* Dictionary_2_get_Values_m3BA5011C7A6BE949F1F0A0B5A8C24E1B464BD560 (Dictionary_2_t1A5C7F5B67FB590E1188CB1637FE5572D8772941* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( ValueCollection_t4C336C078C33532BEDC53EFCA50B89F5B70ACF40* (*) (Dictionary_2_t1A5C7F5B67FB590E1188CB1637FE5572D8772941*, const RuntimeMethod*))Dictionary_2_get_Values_mC5B06C3C3FA89D62D6035C5B4C5E64A08FCF4DB9_gshared)(__this, method);
|
|
}
|
|
// System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<TKey,TValue> System.Collections.Generic.Dictionary`2/ValueCollection<System.Int32,System.Collections.Generic.List`1<DungeonArchitect.Builders.Grid.StairInfo>>::GetEnumerator()
|
|
inline Enumerator_t139CA80E96E06E690816D22AB4879A34A7191AD7 ValueCollection_GetEnumerator_mB2A60B2138B5BFF5CE6F60511522C29586919FD8 (ValueCollection_t4C336C078C33532BEDC53EFCA50B89F5B70ACF40* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( Enumerator_t139CA80E96E06E690816D22AB4879A34A7191AD7 (*) (ValueCollection_t4C336C078C33532BEDC53EFCA50B89F5B70ACF40*, const RuntimeMethod*))ValueCollection_GetEnumerator_mDC2BD0AFDA087B7E7C23A8077E612664DFA8A152_gshared)(__this, method);
|
|
}
|
|
// System.Void System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Int32,System.Collections.Generic.List`1<DungeonArchitect.Builders.Grid.StairInfo>>::Dispose()
|
|
inline void Enumerator_Dispose_m63D831B0121B1CC19730ABF2E49EB1BAB3D8D410 (Enumerator_t139CA80E96E06E690816D22AB4879A34A7191AD7* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Enumerator_t139CA80E96E06E690816D22AB4879A34A7191AD7*, const RuntimeMethod*))Enumerator_Dispose_m0647C4F434347E47D544621901E49835DF51F22B_gshared)(__this, method);
|
|
}
|
|
// TValue System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Int32,System.Collections.Generic.List`1<DungeonArchitect.Builders.Grid.StairInfo>>::get_Current()
|
|
inline List_1_t73B55D3BE443B7E7B725BA4D211DC08937B6C557* Enumerator_get_Current_m41203F0D5F6FCFD3CEF340A2D9E2C148E772C168_inline (Enumerator_t139CA80E96E06E690816D22AB4879A34A7191AD7* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( List_1_t73B55D3BE443B7E7B725BA4D211DC08937B6C557* (*) (Enumerator_t139CA80E96E06E690816D22AB4879A34A7191AD7*, const RuntimeMethod*))Enumerator_get_Current_m1412A508E37D95E08FB60E8976FB75714BE934C1_gshared_inline)(__this, method);
|
|
}
|
|
// System.Collections.Generic.List`1/Enumerator<T> System.Collections.Generic.List`1<DungeonArchitect.Builders.Grid.StairInfo>::GetEnumerator()
|
|
inline Enumerator_t7141EDE80E453CD59C72B9541E0F98BCEEF919D5 List_1_GetEnumerator_m26DC7A9844BEAAEB5CED6EFEF0676E2C0C778D32 (List_1_t73B55D3BE443B7E7B725BA4D211DC08937B6C557* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( Enumerator_t7141EDE80E453CD59C72B9541E0F98BCEEF919D5 (*) (List_1_t73B55D3BE443B7E7B725BA4D211DC08937B6C557*, const RuntimeMethod*))List_1_GetEnumerator_mD8294A7FA2BEB1929487127D476F8EC1CDC23BFC_gshared)(__this, method);
|
|
}
|
|
// System.Void System.Collections.Generic.List`1/Enumerator<DungeonArchitect.Builders.Grid.StairInfo>::Dispose()
|
|
inline void Enumerator_Dispose_mCC86EAC0EE2AC10384CFC1F0DEF37AD9CED36705 (Enumerator_t7141EDE80E453CD59C72B9541E0F98BCEEF919D5* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Enumerator_t7141EDE80E453CD59C72B9541E0F98BCEEF919D5*, const RuntimeMethod*))Enumerator_Dispose_mD9DC3E3C3697830A4823047AB29A77DBBB5ED419_gshared)(__this, method);
|
|
}
|
|
// T System.Collections.Generic.List`1/Enumerator<DungeonArchitect.Builders.Grid.StairInfo>::get_Current()
|
|
inline StairInfo_tBDA73E00B30BFD1098EEB5962BF910A6986C6E94* Enumerator_get_Current_m43F905F3CFA36123DB30E2FB63989A643C993C58_inline (Enumerator_t7141EDE80E453CD59C72B9541E0F98BCEEF919D5* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( StairInfo_tBDA73E00B30BFD1098EEB5962BF910A6986C6E94* (*) (Enumerator_t7141EDE80E453CD59C72B9541E0F98BCEEF919D5*, const RuntimeMethod*))Enumerator_get_Current_m6330F15D18EE4F547C05DF9BF83C5EB710376027_gshared_inline)(__this, method);
|
|
}
|
|
// System.Boolean System.Collections.Generic.List`1/Enumerator<DungeonArchitect.Builders.Grid.StairInfo>::MoveNext()
|
|
inline bool Enumerator_MoveNext_m549C2D3ED4E1D8DF35FAE5F8DD52D3A9E1D1AFF6 (Enumerator_t7141EDE80E453CD59C72B9541E0F98BCEEF919D5* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Enumerator_t7141EDE80E453CD59C72B9541E0F98BCEEF919D5*, const RuntimeMethod*))Enumerator_MoveNext_mE921CC8F29FBBDE7CC3209A0ED0D921D58D00BCB_gshared)(__this, method);
|
|
}
|
|
// System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Int32,System.Collections.Generic.List`1<DungeonArchitect.Builders.Grid.StairInfo>>::MoveNext()
|
|
inline bool Enumerator_MoveNext_m0CD2BD74D31D6B358226AC7938CDF455BD522A3E (Enumerator_t139CA80E96E06E690816D22AB4879A34A7191AD7* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Enumerator_t139CA80E96E06E690816D22AB4879A34A7191AD7*, const RuntimeMethod*))Enumerator_MoveNext_mF45CB0E0D7475963B61017A024634F60CF48548A_gshared)(__this, method);
|
|
}
|
|
// System.Boolean DungeonArchitect.Builders.Grid.GridDungeonModel::CheckContainStair(System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GridDungeonModel_CheckContainStair_mE71FFDB0E5935B29AA8E6DF31D052ABE06E27EE2 (GridDungeonModel_tAEF5278646C831FA4C6EEEFEF7128869C645942F* __this, int32_t ___0_cellA, int32_t ___1_cellB, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,System.Collections.Generic.List`1<DungeonArchitect.Builders.Grid.StairInfo>>::ContainsKey(TKey)
|
|
inline bool Dictionary_2_ContainsKey_m0E75E2883BA24FF22B74045ED7E56A6B820368F6 (Dictionary_2_t1A5C7F5B67FB590E1188CB1637FE5572D8772941* __this, int32_t ___0_key, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Dictionary_2_t1A5C7F5B67FB590E1188CB1637FE5572D8772941*, int32_t, const RuntimeMethod*))Dictionary_2_ContainsKey_mED5C451F158CDDD2B3F4B0720CD248DA9DB27B25_gshared)(__this, ___0_key, method);
|
|
}
|
|
// TValue System.Collections.Generic.Dictionary`2<System.Int32,System.Collections.Generic.List`1<DungeonArchitect.Builders.Grid.StairInfo>>::get_Item(TKey)
|
|
inline List_1_t73B55D3BE443B7E7B725BA4D211DC08937B6C557* Dictionary_2_get_Item_mD400E9FFC63955E8423679CFA40070C4748B3F52 (Dictionary_2_t1A5C7F5B67FB590E1188CB1637FE5572D8772941* __this, int32_t ___0_key, const RuntimeMethod* method)
|
|
{
|
|
return (( List_1_t73B55D3BE443B7E7B725BA4D211DC08937B6C557* (*) (Dictionary_2_t1A5C7F5B67FB590E1188CB1637FE5572D8772941*, int32_t, const RuntimeMethod*))Dictionary_2_get_Item_mC3FEA647E750C27367C990777D8890E0E712E514_gshared)(__this, ___0_key, method);
|
|
}
|
|
// System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Collections.Generic.List`1<DungeonArchitect.Builders.Grid.StairInfo>>::.ctor()
|
|
inline void Dictionary_2__ctor_m258FF88E4E1102EA34D96DA0614BBABF3815FE8E (Dictionary_2_t1A5C7F5B67FB590E1188CB1637FE5572D8772941* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Dictionary_2_t1A5C7F5B67FB590E1188CB1637FE5572D8772941*, const RuntimeMethod*))Dictionary_2__ctor_m92E9AB321FBD7147CA109C822D99C8B0610C27B7_gshared)(__this, method);
|
|
}
|
|
// System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Collections.Generic.Dictionary`2<System.Int32,DungeonArchitect.Builders.Grid.GridCellInfo>>::.ctor()
|
|
inline void Dictionary_2__ctor_mE4AF8F3A662F46547D5CBAC2AAE86DA97589507D (Dictionary_2_t1E4AAB19CD6B804B64AFAA5EBEFC031CA7775223* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Dictionary_2_t1E4AAB19CD6B804B64AFAA5EBEFC031CA7775223*, const RuntimeMethod*))Dictionary_2__ctor_m92E9AB321FBD7147CA109C822D99C8B0610C27B7_gshared)(__this, method);
|
|
}
|
|
// System.Void System.Collections.Generic.Dictionary`2<System.Int32,DungeonArchitect.Builders.Grid.Cell>::.ctor()
|
|
inline void Dictionary_2__ctor_m7E88CC76961F80F970C29A9CDDD95B43E943667D (Dictionary_2_t3EFEE226B11F638A8B2F7F047C2D16B631714386* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Dictionary_2_t3EFEE226B11F638A8B2F7F047C2D16B631714386*, const RuntimeMethod*))Dictionary_2__ctor_m92E9AB321FBD7147CA109C822D99C8B0610C27B7_gshared)(__this, method);
|
|
}
|
|
// System.Void DungeonArchitect.DungeonModel::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DungeonModel__ctor_mB2DA27BF8A4E16B19BC4A3E293DC3FEA124BA709 (DungeonModel_t53A77B7094F80C6A6C626E2E6B647289FBF29D19* __this, const RuntimeMethod* method) ;
|
|
// DungeonArchitect.Builders.Grid.Cell[] DungeonArchitect.Builders.Grid.GridDungeonModelUtils::FindFurthestRooms(DungeonArchitect.Builders.Grid.GridDungeonModel,DungeonArchitect.Builders.Grid.CellType,DungeonArchitect.Builders.Grid.CellType)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CellU5BU5D_t406DA9ADF2EEAF234F96021B19BC0F69BA6814C8* GridDungeonModelUtils_FindFurthestRooms_m343E4E9A90E3D3F73DA40C50680886E854E19278 (GridDungeonModel_tAEF5278646C831FA4C6EEEFEF7128869C645942F* ___0_model, int32_t ___1_startCellType, int32_t ___2_endCellType, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.Queue`1<DungeonArchitect.Builders.Grid.GridDungeonModelUtils/LongestPathBFSData>::.ctor()
|
|
inline void Queue_1__ctor_m3EF543CE477DDB5490A6B4C3D3AC897E15854B20 (Queue_1_t245F9661F5081C714C236CD99FF31CE174927FCC* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Queue_1_t245F9661F5081C714C236CD99FF31CE174927FCC*, const RuntimeMethod*))Queue_1__ctor_m3EF543CE477DDB5490A6B4C3D3AC897E15854B20_gshared)(__this, method);
|
|
}
|
|
// System.Void System.Collections.Generic.Queue`1<DungeonArchitect.Builders.Grid.GridDungeonModelUtils/LongestPathBFSData>::Enqueue(T)
|
|
inline void Queue_1_Enqueue_m9ECE78B3CD8728D57AF140082546B7D8F6DBE7F9 (Queue_1_t245F9661F5081C714C236CD99FF31CE174927FCC* __this, LongestPathBFSData_t1F2EE676DD16486918B8BD28A1AFF5E55E3634FC ___0_item, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Queue_1_t245F9661F5081C714C236CD99FF31CE174927FCC*, LongestPathBFSData_t1F2EE676DD16486918B8BD28A1AFF5E55E3634FC, const RuntimeMethod*))Queue_1_Enqueue_m9ECE78B3CD8728D57AF140082546B7D8F6DBE7F9_gshared)(__this, ___0_item, 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);
|
|
}
|
|
// T System.Collections.Generic.Queue`1<DungeonArchitect.Builders.Grid.GridDungeonModelUtils/LongestPathBFSData>::Dequeue()
|
|
inline LongestPathBFSData_t1F2EE676DD16486918B8BD28A1AFF5E55E3634FC Queue_1_Dequeue_mCB71697D9C858BCC4C01E52CEF147CABDCD1494C (Queue_1_t245F9661F5081C714C236CD99FF31CE174927FCC* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( LongestPathBFSData_t1F2EE676DD16486918B8BD28A1AFF5E55E3634FC (*) (Queue_1_t245F9661F5081C714C236CD99FF31CE174927FCC*, const RuntimeMethod*))Queue_1_Dequeue_mCB71697D9C858BCC4C01E52CEF147CABDCD1494C_gshared)(__this, method);
|
|
}
|
|
// System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,System.Int32>::ContainsKey(TKey)
|
|
inline bool Dictionary_2_ContainsKey_m050AC0D9D6F681C25C12FBBC7DD71F926D206ED9 (Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180* __this, int32_t ___0_key, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180*, int32_t, const RuntimeMethod*))Dictionary_2_ContainsKey_m050AC0D9D6F681C25C12FBBC7DD71F926D206ED9_gshared)(__this, ___0_key, 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 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.Collections.Generic.HashSet`1<System.Int32> DungeonArchitect.Builders.Grid.Cell::get_AdjacentCells()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2* Cell_get_AdjacentCells_mC35A0A65ACAAB5271D19556623A0988F589AE523_inline (Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01* __this, const RuntimeMethod* method) ;
|
|
// System.Collections.Generic.HashSet`1/Enumerator<T> System.Collections.Generic.HashSet`1<System.Int32>::GetEnumerator()
|
|
inline Enumerator_t28FAA6D38864A25718956AF2B8AFCB3B8CCF4376 HashSet_1_GetEnumerator_m55BD13C9FD783AFB7B5B8F018E3008E05137A360 (HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( Enumerator_t28FAA6D38864A25718956AF2B8AFCB3B8CCF4376 (*) (HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2*, const RuntimeMethod*))HashSet_1_GetEnumerator_m55BD13C9FD783AFB7B5B8F018E3008E05137A360_gshared)(__this, method);
|
|
}
|
|
// System.Void System.Collections.Generic.HashSet`1/Enumerator<System.Int32>::Dispose()
|
|
inline void Enumerator_Dispose_mC7EA452A8170B03342899CC33339B5FA25C99BEC (Enumerator_t28FAA6D38864A25718956AF2B8AFCB3B8CCF4376* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Enumerator_t28FAA6D38864A25718956AF2B8AFCB3B8CCF4376*, const RuntimeMethod*))Enumerator_Dispose_mC7EA452A8170B03342899CC33339B5FA25C99BEC_gshared)(__this, method);
|
|
}
|
|
// T System.Collections.Generic.HashSet`1/Enumerator<System.Int32>::get_Current()
|
|
inline int32_t Enumerator_get_Current_m5FB849BD27E36D48FF75A612369B19AE25ED429C_inline (Enumerator_t28FAA6D38864A25718956AF2B8AFCB3B8CCF4376* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (Enumerator_t28FAA6D38864A25718956AF2B8AFCB3B8CCF4376*, const RuntimeMethod*))Enumerator_get_Current_m5FB849BD27E36D48FF75A612369B19AE25ED429C_gshared_inline)(__this, method);
|
|
}
|
|
// DungeonArchitect.Builders.Grid.Cell DungeonArchitect.Builders.Grid.GridDungeonModel::GetCell(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01* GridDungeonModel_GetCell_m161919F5C8F919C9D89B98E3AF0C4013E19784EE (GridDungeonModel_tAEF5278646C831FA4C6EEEFEF7128869C645942F* __this, int32_t ___0_Id, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Collections.Generic.HashSet`1/Enumerator<System.Int32>::MoveNext()
|
|
inline bool Enumerator_MoveNext_m058ADEC590C81C3B445E1CEEC139CD49DA79E7CC (Enumerator_t28FAA6D38864A25718956AF2B8AFCB3B8CCF4376* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Enumerator_t28FAA6D38864A25718956AF2B8AFCB3B8CCF4376*, const RuntimeMethod*))Enumerator_MoveNext_m058ADEC590C81C3B445E1CEEC139CD49DA79E7CC_gshared)(__this, method);
|
|
}
|
|
// System.Int32 System.Collections.Generic.Queue`1<DungeonArchitect.Builders.Grid.GridDungeonModelUtils/LongestPathBFSData>::get_Count()
|
|
inline int32_t Queue_1_get_Count_m198DDAE1090FBD93848BE998C8F00EDCB3BBFCA5_inline (Queue_1_t245F9661F5081C714C236CD99FF31CE174927FCC* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (Queue_1_t245F9661F5081C714C236CD99FF31CE174927FCC*, const RuntimeMethod*))Queue_1_get_Count_m198DDAE1090FBD93848BE998C8F00EDCB3BBFCA5_gshared_inline)(__this, method);
|
|
}
|
|
// System.Collections.Generic.List`1/Enumerator<T> System.Collections.Generic.List`1<DungeonArchitect.IntVector>::GetEnumerator()
|
|
inline Enumerator_t63D0D9D2F4A7D35CCD6B732EA566D06665532C5C List_1_GetEnumerator_mE99C8F0AD0E80C16E9B36E83EF6F842C1835085D (List_1_t72F81508323A323FA6727DCAE9E4209241B62383* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( Enumerator_t63D0D9D2F4A7D35CCD6B732EA566D06665532C5C (*) (List_1_t72F81508323A323FA6727DCAE9E4209241B62383*, const RuntimeMethod*))List_1_GetEnumerator_mE99C8F0AD0E80C16E9B36E83EF6F842C1835085D_gshared)(__this, method);
|
|
}
|
|
// System.Void System.Collections.Generic.List`1/Enumerator<DungeonArchitect.IntVector>::Dispose()
|
|
inline void Enumerator_Dispose_mC12D67FB6B2738537F274204A04E2DA463771F54 (Enumerator_t63D0D9D2F4A7D35CCD6B732EA566D06665532C5C* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Enumerator_t63D0D9D2F4A7D35CCD6B732EA566D06665532C5C*, const RuntimeMethod*))Enumerator_Dispose_mC12D67FB6B2738537F274204A04E2DA463771F54_gshared)(__this, method);
|
|
}
|
|
// T System.Collections.Generic.List`1/Enumerator<DungeonArchitect.IntVector>::get_Current()
|
|
inline IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C Enumerator_get_Current_mCC10AF4347888150C7C356728C8183205B81A638_inline (Enumerator_t63D0D9D2F4A7D35CCD6B732EA566D06665532C5C* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C (*) (Enumerator_t63D0D9D2F4A7D35CCD6B732EA566D06665532C5C*, const RuntimeMethod*))Enumerator_get_Current_mCC10AF4347888150C7C356728C8183205B81A638_gshared_inline)(__this, method);
|
|
}
|
|
// System.Boolean System.Collections.Generic.List`1/Enumerator<DungeonArchitect.IntVector>::MoveNext()
|
|
inline bool Enumerator_MoveNext_mA1D361FE9A99073D485E65E0A746D14AD56E6C1F (Enumerator_t63D0D9D2F4A7D35CCD6B732EA566D06665532C5C* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Enumerator_t63D0D9D2F4A7D35CCD6B732EA566D06665532C5C*, const RuntimeMethod*))Enumerator_MoveNext_mA1D361FE9A99073D485E65E0A746D14AD56E6C1F_gshared)(__this, method);
|
|
}
|
|
// System.Boolean System.Collections.Generic.List`1<DungeonArchitect.IntVector>::Remove(T)
|
|
inline bool List_1_Remove_m749B64741C2184DA0AEA4EC8E542B2FC0ED3BF01 (List_1_t72F81508323A323FA6727DCAE9E4209241B62383* __this, IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C ___0_item, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (List_1_t72F81508323A323FA6727DCAE9E4209241B62383*, IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C, const RuntimeMethod*))List_1_Remove_m749B64741C2184DA0AEA4EC8E542B2FC0ED3BF01_gshared)(__this, ___0_item, method);
|
|
}
|
|
// System.Void System.Collections.Generic.List`1<DungeonArchitect.IntVector>::Add(T)
|
|
inline void List_1_Add_mF01C477CDADA3CC4D7589AF47F15AA10EDB9A371_inline (List_1_t72F81508323A323FA6727DCAE9E4209241B62383* __this, IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C ___0_item, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_t72F81508323A323FA6727DCAE9E4209241B62383*, IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C, const RuntimeMethod*))List_1_Add_mF01C477CDADA3CC4D7589AF47F15AA10EDB9A371_gshared_inline)(__this, ___0_item, method);
|
|
}
|
|
// System.Boolean System.Collections.Generic.List`1<DungeonArchitect.IntVector>::Contains(T)
|
|
inline bool List_1_Contains_m1DF201FD94AF9D3B9E8472A51CCB5B34750B5E7C (List_1_t72F81508323A323FA6727DCAE9E4209241B62383* __this, IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C ___0_item, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (List_1_t72F81508323A323FA6727DCAE9E4209241B62383*, IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C, const RuntimeMethod*))List_1_Contains_m1DF201FD94AF9D3B9E8472A51CCB5B34750B5E7C_gshared)(__this, ___0_item, method);
|
|
}
|
|
// System.Int32 System.Collections.Generic.List`1<DungeonArchitect.IntVector>::get_Count()
|
|
inline int32_t List_1_get_Count_mEEAFAAEB245C54FC097650424D1CECBEF528E966_inline (List_1_t72F81508323A323FA6727DCAE9E4209241B62383* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (List_1_t72F81508323A323FA6727DCAE9E4209241B62383*, const RuntimeMethod*))List_1_get_Count_mEEAFAAEB245C54FC097650424D1CECBEF528E966_gshared_inline)(__this, method);
|
|
}
|
|
// System.Void System.Collections.Generic.List`1<DungeonArchitect.IntVector>::Clear()
|
|
inline void List_1_Clear_m1912721DF254DBA837C7E0ECFDC7B132E446C3F8_inline (List_1_t72F81508323A323FA6727DCAE9E4209241B62383* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_t72F81508323A323FA6727DCAE9E4209241B62383*, const RuntimeMethod*))List_1_Clear_m1912721DF254DBA837C7E0ECFDC7B132E446C3F8_gshared_inline)(__this, method);
|
|
}
|
|
// System.Void System.Collections.Generic.List`1<DungeonArchitect.IntVector>::.ctor()
|
|
inline void List_1__ctor_m3594F0DA9A2356EC1BE06D92A122AC7D4953A063 (List_1_t72F81508323A323FA6727DCAE9E4209241B62383* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_t72F81508323A323FA6727DCAE9E4209241B62383*, const RuntimeMethod*))List_1__ctor_m3594F0DA9A2356EC1BE06D92A122AC7D4953A063_gshared)(__this, method);
|
|
}
|
|
// System.Void DungeonArchitect.DungeonToolData::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DungeonToolData__ctor_m89F97D328AEED8FF32AA6C672950A10CBEB516D1 (DungeonToolData_tB68AE001FFBF2D546FBF46869BE1DC68B320DE34* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.Object::op_Inequality(UnityEngine.Object,UnityEngine.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602 (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* ___0_x, Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* ___1_y, const RuntimeMethod* method) ;
|
|
// System.Void DungeonArchitect.Builders.Grid.LandscapeTransformerGrid::SetupTextures()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LandscapeTransformerGrid_SetupTextures_m58CBF655E4920E6277A5CECDFDCDF9D002ECC151 (LandscapeTransformerGrid_t02E5535AC1B5F112D6D2B1F8485AFC486AEF787B* __this, const RuntimeMethod* method) ;
|
|
// System.Void DungeonArchitect.Builders.Grid.LandscapeTransformerGrid::UpdateHeights(DungeonArchitect.Builders.Grid.GridDungeonModel)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LandscapeTransformerGrid_UpdateHeights_mF97D560E68EE8FDEA21EE5869097EF5E069050DC (LandscapeTransformerGrid_t02E5535AC1B5F112D6D2B1F8485AFC486AEF787B* __this, GridDungeonModel_tAEF5278646C831FA4C6EEEFEF7128869C645942F* ___0_model, const RuntimeMethod* method) ;
|
|
// System.Void DungeonArchitect.Builders.Grid.LandscapeTransformerGrid::UpdateTerrainTextures(DungeonArchitect.Builders.Grid.GridDungeonModel)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LandscapeTransformerGrid_UpdateTerrainTextures_m07BD809B36EFD04EE548DD15CBF0330F69F72EAA (LandscapeTransformerGrid_t02E5535AC1B5F112D6D2B1F8485AFC486AEF787B* __this, GridDungeonModel_tAEF5278646C831FA4C6EEEFEF7128869C645942F* ___0_model, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.Mathf::Min(System.Int32,System.Int32)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Mathf_Min_m888083F74FF5655778F0403BB5E9608BEFDEA8CB_inline (int32_t ___0_a, int32_t ___1_b, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.Mathf::Max(System.Int32,System.Int32)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Mathf_Max_m7FA442918DE37E3A00106D1F2E789D65829792B8_inline (int32_t ___0_a, int32_t ___1_b, const RuntimeMethod* method) ;
|
|
// T UnityEngine.Component::GetComponent<DungeonArchitect.Builders.Grid.GridDungeonConfig>()
|
|
inline GridDungeonConfig_tA813B337E88DBA4D5849118F7CF0D012B1178726* Component_GetComponent_TisGridDungeonConfig_tA813B337E88DBA4D5849118F7CF0D012B1178726_m1A4DD6ECED7D0604F07F24A723CE4209C1B936E8 (Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( GridDungeonConfig_tA813B337E88DBA4D5849118F7CF0D012B1178726* (*) (Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3*, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_m7181F81CAEC2CF53F5D2BC79B7425C16E1F80D33_gshared)(__this, method);
|
|
}
|
|
// System.Boolean UnityEngine.Object::op_Implicit(UnityEngine.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Object_op_Implicit_m93896EF7D68FA113C42D3FE2BC6F661FC7EF514A (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* ___0_exists, const RuntimeMethod* method) ;
|
|
// System.Int32 System.Collections.Generic.List`1<DungeonArchitect.Builders.Grid.Cell>::get_Count()
|
|
inline int32_t List_1_get_Count_m202842E768D67374DAFBC80E461722EC02CE0102_inline (List_1_t987D5B80738D2852896A351FD59FC0CCCE96F45A* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (List_1_t987D5B80738D2852896A351FD59FC0CCCE96F45A*, const RuntimeMethod*))List_1_get_Count_m4407E4C389F22B8CEC282C15D56516658746C383_gshared_inline)(__this, method);
|
|
}
|
|
// DungeonArchitect.Rectangle DungeonArchitect.Builders.Grid.LandscapeTransformerGrid::EncompassCellBounds(DungeonArchitect.Rectangle,DungeonArchitect.Rectangle)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Rectangle_tA560F5F5599A7C11DDD6E7EC2A93ABD2AAA6C64E LandscapeTransformerGrid_EncompassCellBounds_m4FE04178343304626FBA9B4289F464B3FC5DB846 (LandscapeTransformerGrid_t02E5535AC1B5F112D6D2B1F8485AFC486AEF787B* __this, Rectangle_tA560F5F5599A7C11DDD6E7EC2A93ABD2AAA6C64E ___0_cellBounds, Rectangle_tA560F5F5599A7C11DDD6E7EC2A93ABD2AAA6C64E ___1_bounds, const RuntimeMethod* method) ;
|
|
// System.Void DungeonArchitect.Landscape.LandscapeDataRasterizer::TerrainToWorldDistance(UnityEngine.Terrain,System.Int32,System.Int32,System.Single&,System.Single&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LandscapeDataRasterizer_TerrainToWorldDistance_m9C50304BF62E6126CD1D0DAC8A4371A2942C5F3A (Terrain_t7F309492F67238DBFBC4566F47385B2A665CF667* ___0_terrain, int32_t ___1_terrainDistX, int32_t ___2_terrainDistZ, float* ___3_worldDistX, float* ___4_worldDistZ, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.Vector2::.ctor(System.Single,System.Single)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* __this, float ___0_x, float ___1_y, const RuntimeMethod* method) ;
|
|
// UnityEngine.Vector2 UnityEngine.Vector2::op_Multiply(UnityEngine.Vector2,UnityEngine.Vector2)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Vector2_op_Multiply_m6FFFFF6A9E069A4FBCA7E098D88AE39C2B80D442_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___0_a, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___1_b, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.Rect::.ctor(UnityEngine.Vector2,UnityEngine.Vector2)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rect__ctor_m503705FE0E4E413041E3CE7F09270489F401C675 (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* __this, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___0_position, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___1_size, const RuntimeMethod* method) ;
|
|
// System.Single UnityEngine.Rect::get_x()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Rect_get_x_mB267B718E0D067F2BAE31BA477647FBF964916EB (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.Rect::set_x(System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rect_set_x_mAB91AB71898A20762BC66FD0723C4C739C4C3406 (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* __this, float ___0_value, const RuntimeMethod* method) ;
|
|
// System.Single UnityEngine.Rect::get_y()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Rect_get_y_mC733E8D49F3CE21B2A3D40A1B72D687F22C97F49 (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.Rect::set_y(System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rect_set_y_mDE91F4B98A6E8623EFB1250FF6526D5DB5855629 (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* __this, float ___0_value, const RuntimeMethod* method) ;
|
|
// System.Single UnityEngine.Rect::get_width()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Rect_get_width_m620D67551372073C9C32C4C4624C2A5713F7F9A9 (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.Rect::set_width(System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rect_set_width_m93B6217CF3EFF89F9B0C81F34D7345DE90B93E5A (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* __this, float ___0_value, const RuntimeMethod* method) ;
|
|
// System.Single UnityEngine.Rect::get_height()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Rect_get_height_mE1AA6C6C725CCD2D317BD2157396D3CF7D47C9D8 (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.Rect::set_height(System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rect_set_height_mD00038E6E06637137A5626CA8CD421924005BF03 (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* __this, float ___0_value, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.Object::op_Equality(UnityEngine.Object,UnityEngine.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605 (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* ___0_x, Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* ___1_y, const RuntimeMethod* method) ;
|
|
// UnityEngine.TerrainData UnityEngine.Terrain::get_terrainData()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TerrainData_t615A68EAC648066681875D47FC641496D12F2E24* Terrain_get_terrainData_m3B6C1D89471A4E1C60FC19C168DB37A011B924FD (Terrain_t7F309492F67238DBFBC4566F47385B2A665CF667* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.TerrainLayer[] UnityEngine.TerrainData::get_terrainLayers()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TerrainLayerU5BU5D_t259E391D6115F121FCD284E79F62012D70956EB0* TerrainData_get_terrainLayers_m3B436DF37DDD9F18A46DD6BF112925AD5B8857C8 (TerrainData_t615A68EAC648066681875D47FC641496D12F2E24* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.List`1<UnityEngine.TerrainLayer>::.ctor(System.Collections.Generic.IEnumerable`1<T>)
|
|
inline void List_1__ctor_m3ADD9E8E65486E3DDCB59BA04C6E0E13EBB89E80 (List_1_tBC631FCB854910673B2EF0EBFB74AAA581B47A26* __this, RuntimeObject* ___0_collection, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_tBC631FCB854910673B2EF0EBFB74AAA581B47A26*, RuntimeObject*, const RuntimeMethod*))List_1__ctor_mE097DBD72433D1AFC11733F5678602603A756424_gshared)(__this, ___0_collection, method);
|
|
}
|
|
// System.Boolean System.Collections.Generic.List`1<UnityEngine.TerrainLayer>::Contains(T)
|
|
inline bool List_1_Contains_m4A1BEF189C610FB4296FB42AFDBBE0984396D33A (List_1_tBC631FCB854910673B2EF0EBFB74AAA581B47A26* __this, TerrainLayer_t52E14A94A0CF76B0B5509B7FDFDE64FF8A9FEFF9* ___0_item, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (List_1_tBC631FCB854910673B2EF0EBFB74AAA581B47A26*, TerrainLayer_t52E14A94A0CF76B0B5509B7FDFDE64FF8A9FEFF9*, const RuntimeMethod*))List_1_Contains_m4C9139C2A6B23E9343D3F87807B32C6E2CFE660D_gshared)(__this, ___0_item, method);
|
|
}
|
|
// System.Void System.Collections.Generic.List`1<UnityEngine.TerrainLayer>::Add(T)
|
|
inline void List_1_Add_mA71FE5F91021BEECB7A8263DD981E8EA8759C6B7_inline (List_1_tBC631FCB854910673B2EF0EBFB74AAA581B47A26* __this, TerrainLayer_t52E14A94A0CF76B0B5509B7FDFDE64FF8A9FEFF9* ___0_item, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_tBC631FCB854910673B2EF0EBFB74AAA581B47A26*, TerrainLayer_t52E14A94A0CF76B0B5509B7FDFDE64FF8A9FEFF9*, const RuntimeMethod*))List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_gshared_inline)(__this, ___0_item, method);
|
|
}
|
|
// T[] System.Collections.Generic.List`1<UnityEngine.TerrainLayer>::ToArray()
|
|
inline TerrainLayerU5BU5D_t259E391D6115F121FCD284E79F62012D70956EB0* List_1_ToArray_mE1AAAADDC775272475F2F94ADE4C9EAA3FEE0215 (List_1_tBC631FCB854910673B2EF0EBFB74AAA581B47A26* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( TerrainLayerU5BU5D_t259E391D6115F121FCD284E79F62012D70956EB0* (*) (List_1_tBC631FCB854910673B2EF0EBFB74AAA581B47A26*, const RuntimeMethod*))List_1_ToArray_mD7E4F8E7C11C3C67CB5739FCC0A6E86106A6291F_gshared)(__this, method);
|
|
}
|
|
// System.Void UnityEngine.TerrainData::set_terrainLayers(UnityEngine.TerrainLayer[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TerrainData_set_terrainLayers_m8FC80DAB5CD38A11CDB082F94DBD3186CD434671 (TerrainData_t615A68EAC648066681875D47FC641496D12F2E24* __this, TerrainLayerU5BU5D_t259E391D6115F121FCD284E79F62012D70956EB0* ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void DungeonArchitect.Landscape.LandscapeDataRasterizer::.ctor(UnityEngine.Terrain,UnityEngine.Rect)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LandscapeDataRasterizer__ctor_m9109C211B9AEA8FC3C9B42AA64831984ABCF7CF1 (LandscapeDataRasterizer_t6D31AE8F7C6DD9EE3A071999B4DFC52BFF802880* __this, Terrain_t7F309492F67238DBFBC4566F47385B2A665CF667* ___0_terrain, Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___1_worldBounds, const RuntimeMethod* method) ;
|
|
// System.Void DungeonArchitect.Landscape.LandscapeDataRasterizer::LoadData()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LandscapeDataRasterizer_LoadData_m73AEDCFAEB103365A658EDC7E7904C8863D0A8EE (LandscapeDataRasterizer_t6D31AE8F7C6DD9EE3A071999B4DFC52BFF802880* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.Vector3 DungeonArchitect.IntVector::op_Multiply(DungeonArchitect.IntVector,UnityEngine.Vector3)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 IntVector_op_Multiply_m3233E2C98AC1950B36883D28B04FF0B7C1E43AA3 (IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C ___0_a, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___1_b, const RuntimeMethod* method) ;
|
|
// System.Void DungeonArchitect.Landscape.LandscapeDataRasterizer::DrawCell(System.Single,System.Single,System.Single,System.Single,System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LandscapeDataRasterizer_DrawCell_m5F40F916C7AEEE8B651A762779F43C11467935EF (LandscapeDataRasterizer_t6D31AE8F7C6DD9EE3A071999B4DFC52BFF802880* __this, float ___0_x, float ___1_y, float ___2_w, float ___3_h, float ___4_elevation, const RuntimeMethod* method) ;
|
|
// System.Void DungeonArchitect.Landscape.LandscapeDataRasterizer::SaveData()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LandscapeDataRasterizer_SaveData_m754EAE4DABCB7425D51605487F4BDCF14FA85D62 (LandscapeDataRasterizer_t6D31AE8F7C6DD9EE3A071999B4DFC52BFF802880* __this, const RuntimeMethod* method) ;
|
|
// System.Void DungeonArchitect.Landscape.LandscapeDataRasterizer::SmoothCell(System.Single,System.Single,System.Single,System.Single,System.Single,System.Int32,UnityEngine.AnimationCurve)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LandscapeDataRasterizer_SmoothCell_mADBA426D7E8C9B01E22187D70BE39A3BCFCDFB2C (LandscapeDataRasterizer_t6D31AE8F7C6DD9EE3A071999B4DFC52BFF802880* __this, float ___0_x, float ___1_y, float ___2_w, float ___3_h, float ___4_elevation, int32_t ___5_smoothingDistance, AnimationCurve_tCBFFAAD05CEBB35EF8D8631BD99914BE1A6BB354* ___6_smoothingCurve, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.TerrainData::get_alphamapWidth()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TerrainData_get_alphamapWidth_m07E5B04B08E87AC9F66D766B363000F94C8612D4 (TerrainData_t615A68EAC648066681875D47FC641496D12F2E24* __this, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.TerrainData::get_alphamapHeight()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TerrainData_get_alphamapHeight_m4A8273D6E0E3526A31E2669FBAB240353C086AED (TerrainData_t615A68EAC648066681875D47FC641496D12F2E24* __this, const RuntimeMethod* method) ;
|
|
// System.Single[,,] UnityEngine.TerrainData::GetAlphamaps(System.Int32,System.Int32,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SingleU5BU2CU2CU5D_tE902E5192C7283A470AAADB477117789A9682488* TerrainData_GetAlphamaps_m2DEF5D2068D54BDAE78661483C1FC4936B06EA01 (TerrainData_t615A68EAC648066681875D47FC641496D12F2E24* __this, int32_t ___0_x, int32_t ___1_y, int32_t ___2_width, int32_t ___3_height, const RuntimeMethod* method) ;
|
|
// System.Void DungeonArchitect.Builders.Grid.LandscapeTransformerGrid::UpdateBaseTexture(DungeonArchitect.Builders.Grid.GridDungeonModel,System.Single[,,])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LandscapeTransformerGrid_UpdateBaseTexture_m77695B51C0EB1FED27EC6DA4645A940577CA4CE1 (LandscapeTransformerGrid_t02E5535AC1B5F112D6D2B1F8485AFC486AEF787B* __this, GridDungeonModel_tAEF5278646C831FA4C6EEEFEF7128869C645942F* ___0_model, SingleU5BU2CU2CU5D_tE902E5192C7283A470AAADB477117789A9682488* ___1_map, const RuntimeMethod* method) ;
|
|
// System.Void DungeonArchitect.Builders.Grid.LandscapeTransformerGrid::UpdateCliffTexture(System.Single[,,])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LandscapeTransformerGrid_UpdateCliffTexture_m18BB6DDB9E2FE8BE8949BDB0BAFE6DD541B7066D (LandscapeTransformerGrid_t02E5535AC1B5F112D6D2B1F8485AFC486AEF787B* __this, SingleU5BU2CU2CU5D_tE902E5192C7283A470AAADB477117789A9682488* ___0_map, const RuntimeMethod* method) ;
|
|
// System.Void DungeonArchitect.Builders.Grid.LandscapeTransformerGrid::RemoveFoliage(DungeonArchitect.Builders.Grid.GridDungeonModel)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LandscapeTransformerGrid_RemoveFoliage_m3BBA5F6DE2A41D4D512C63A5EBB404897BE1C6CC (LandscapeTransformerGrid_t02E5535AC1B5F112D6D2B1F8485AFC486AEF787B* __this, GridDungeonModel_tAEF5278646C831FA4C6EEEFEF7128869C645942F* ___0_model, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.TerrainData::SetAlphamaps(System.Int32,System.Int32,System.Single[,,])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TerrainData_SetAlphamaps_m2FA8E29ADF4D1B2B8286ED0FE61E0CEB1663E423 (TerrainData_t615A68EAC648066681875D47FC641496D12F2E24* __this, int32_t ___0_x, int32_t ___1_y, SingleU5BU2CU2CU5D_tE902E5192C7283A470AAADB477117789A9682488* ___2_map, const RuntimeMethod* method) ;
|
|
// System.Void DungeonArchitect.Landscape.LandscapeDataRasterizer::WorldToTerrainCoord(UnityEngine.Terrain,System.Single,System.Single,System.Int32&,System.Int32&,DungeonArchitect.Landscape.RasterizerTextureSpace)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LandscapeDataRasterizer_WorldToTerrainCoord_m0F16DB66D83FFF112F1B2FF79EE104AE7FE5AEC4 (Terrain_t7F309492F67238DBFBC4566F47385B2A665CF667* ___0_terrain, float ___1_x, float ___2_y, int32_t* ___3_gx, int32_t* ___4_gy, int32_t ___5_textureSpace, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.TerrainData::SetDetailLayer(System.Int32,System.Int32,System.Int32,System.Int32[,])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TerrainData_SetDetailLayer_m03F76CB703CB3277723319EBF29B4924E22ED84B (TerrainData_t615A68EAC648066681875D47FC641496D12F2E24* __this, int32_t ___0_xBase, int32_t ___1_yBase, int32_t ___2_layer, Int32U5BU2CU5D_t46F2694E7DAD7B2B05C940EC5B9DE04E40D0516F* ___3_details, const RuntimeMethod* method) ;
|
|
// UnityEngine.DetailPrototype[] UnityEngine.TerrainData::get_detailPrototypes()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DetailPrototypeU5BU5D_tB9391EFBDD64B38867DFB8179C6C0E8C81998AB7* TerrainData_get_detailPrototypes_m057F428D22C9FCCD36C6BE6768263DE777C6B2C4 (TerrainData_t615A68EAC648066681875D47FC641496D12F2E24* __this, const RuntimeMethod* method) ;
|
|
// System.Int32 DungeonArchitect.Builders.Grid.LandscapeTransformerGrid::GetTextureIndex(DungeonArchitect.Builders.Grid.LandscapeTextureType)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LandscapeTransformerGrid_GetTextureIndex_mE00B13138344AF2BE720F233E2498C93495A84FE (LandscapeTransformerGrid_t02E5535AC1B5F112D6D2B1F8485AFC486AEF787B* __this, int32_t ___0_textureType, const RuntimeMethod* method) ;
|
|
// System.Int32 System.Array::GetLength(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Array_GetLength_mFE7A9FE891DE1E07795230BE09854441CDD0E935 (RuntimeArray* __this, int32_t ___0_dimension, const RuntimeMethod* method) ;
|
|
// System.Void DungeonArchitect.Landscape.LandscapeDataRasterizer::WorldToTerrainTextureCoord(UnityEngine.Terrain,System.Single,System.Single,System.Int32&,System.Int32&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LandscapeDataRasterizer_WorldToTerrainTextureCoord_mD5B8ECF7455D72F378CE67E88A167AFE2AADD4F7 (Terrain_t7F309492F67238DBFBC4566F47385B2A665CF667* ___0_terrain, float ___1_x, float ___2_y, int32_t* ___3_tx, int32_t* ___4_ty, const RuntimeMethod* method) ;
|
|
// System.Void DungeonArchitect.BlurFilter::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BlurFilter__ctor_m2AFA86EE8D0AB5194A1A9ADA255F3DACCE35F5DA (BlurFilter_tF0801D259DC7617718278B642A023EDD7CEB7998* __this, int32_t ___0_radius, const RuntimeMethod* method) ;
|
|
// System.Single[,] DungeonArchitect.BlurFilter::ApplyFilter(System.Single[,])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SingleU5BU2CU5D_t8C95DA2D5056EB0490FC7DCB1ED30E33DE1D53F4* BlurFilter_ApplyFilter_m1D07FB1436DE5B3E18ABF560A86B1C2DFB2D8CBB (BlurFilter_tF0801D259DC7617718278B642A023EDD7CEB7998* __this, SingleU5BU2CU5D_t8C95DA2D5056EB0490FC7DCB1ED30E33DE1D53F4* ___0_data, const RuntimeMethod* method) ;
|
|
// System.Single UnityEngine.TerrainData::GetSteepness(System.Single,System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float TerrainData_GetSteepness_mA0AD10DFEA5D97CF63DBDB34D99E7A43640D93B9 (TerrainData_t615A68EAC648066681875D47FC641496D12F2E24* __this, float ___0_x, float ___1_y, 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.Int32 System.Array::IndexOf<UnityEngine.TerrainLayer>(T[],T)
|
|
inline int32_t Array_IndexOf_TisTerrainLayer_t52E14A94A0CF76B0B5509B7FDFDE64FF8A9FEFF9_m83E02BCF47C5FFCBF6A422F76441258EA3BC2CD9 (TerrainLayerU5BU5D_t259E391D6115F121FCD284E79F62012D70956EB0* ___0_array, TerrainLayer_t52E14A94A0CF76B0B5509B7FDFDE64FF8A9FEFF9* ___1_value, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (TerrainLayerU5BU5D_t259E391D6115F121FCD284E79F62012D70956EB0*, TerrainLayer_t52E14A94A0CF76B0B5509B7FDFDE64FF8A9FEFF9*, const RuntimeMethod*))Array_IndexOf_TisRuntimeObject_m69589B2C5A44BA495E1A2B1170931D92F9BB6BF1_gshared)(___0_array, ___1_value, method);
|
|
}
|
|
// System.Void DungeonArchitect.Landscape.LandscapeTransformerBase::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LandscapeTransformerBase__ctor_mCD05F588EB2909A2F491CDC96E7941FEE3E5F18B (LandscapeTransformerBase_t5825BF43364CC2021181454F5AA4A6B5BCBE8B47* __this, const RuntimeMethod* method) ;
|
|
// System.Void DungeonArchitect.LevelStreaming.DungeonItemGroup::OnPostDungeonBuild(DungeonArchitect.Dungeon,DungeonArchitect.DungeonModel)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DungeonItemGroup_OnPostDungeonBuild_m401AC1452E9016D4BFAC9D2332157A65204F3560 (DungeonItemGroup_t5E15F43B7FE778FB51B2AABDD373E83F75B38E05* __this, Dungeon_tAA854F521189538FD299BECE6025726B6C359227* ___0_dungeon, DungeonModel_t53A77B7094F80C6A6C626E2E6B647289FBF29D19* ___1_model, const RuntimeMethod* method) ;
|
|
// DungeonArchitect.DungeonModel DungeonArchitect.Dungeon::get_ActiveModel()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DungeonModel_t53A77B7094F80C6A6C626E2E6B647289FBF29D19* Dungeon_get_ActiveModel_m0E27473D49B3B5B81C49EC28DD20A4B00FC37794 (Dungeon_tAA854F521189538FD299BECE6025726B6C359227* __this, const RuntimeMethod* method) ;
|
|
// T[] UnityEngine.Object::FindObjectsOfType<DungeonArchitect.LevelStreaming.DungeonItemGroupInfo>()
|
|
inline DungeonItemGroupInfoU5BU5D_t4D4E718A3EB5355FE1FBB267CDAF75A20DF36A5E* Object_FindObjectsOfType_TisDungeonItemGroupInfo_tA09BD7C420DC9326C8B2E15B525C857E0FEAFE3A_m8EA71CD366174BEAA470D8A55F90A1141C21FA44 (const RuntimeMethod* method)
|
|
{
|
|
return (( DungeonItemGroupInfoU5BU5D_t4D4E718A3EB5355FE1FBB267CDAF75A20DF36A5E* (*) (const RuntimeMethod*))Object_FindObjectsOfType_TisRuntimeObject_m0B4DF4B8AB4C71E0F471BC9D0440B40844DA221D_gshared)(method);
|
|
}
|
|
// System.Void System.Collections.Generic.Dictionary`2<System.Int32,DungeonArchitect.LevelStreaming.DungeonItemGroupInfo>::.ctor()
|
|
inline void Dictionary_2__ctor_m2BF09A02B0D962928EAD139F66AD99F425E2D90E (Dictionary_2_t69BADD77B37C0499DACC2ACF275CBA1EBA2AE22A* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Dictionary_2_t69BADD77B37C0499DACC2ACF275CBA1EBA2AE22A*, const RuntimeMethod*))Dictionary_2__ctor_m92E9AB321FBD7147CA109C822D99C8B0610C27B7_gshared)(__this, method);
|
|
}
|
|
// System.Void System.Collections.Generic.Dictionary`2<System.Int32,DungeonArchitect.LevelStreaming.DungeonItemGroupInfo>::set_Item(TKey,TValue)
|
|
inline void Dictionary_2_set_Item_mE41E2773982946A9E3CCF0E86AAC5A59A0E022B8 (Dictionary_2_t69BADD77B37C0499DACC2ACF275CBA1EBA2AE22A* __this, int32_t ___0_key, DungeonItemGroupInfo_tA09BD7C420DC9326C8B2E15B525C857E0FEAFE3A* ___1_value, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Dictionary_2_t69BADD77B37C0499DACC2ACF275CBA1EBA2AE22A*, int32_t, DungeonItemGroupInfo_tA09BD7C420DC9326C8B2E15B525C857E0FEAFE3A*, const RuntimeMethod*))Dictionary_2_set_Item_m2888D71A14F2B8510102F24FEE90552E91B124C1_gshared)(__this, ___0_key, ___1_value, method);
|
|
}
|
|
// System.Int32 System.String::get_Length()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline (String_t* __this, const RuntimeMethod* method) ;
|
|
// System.String System.Int32::ToString()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Int32_ToString_m030E01C24E294D6762FB0B6F37CB541581F55CA5 (int32_t* __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) ;
|
|
// UnityEngine.GameObject UnityEngine.Component::get_gameObject()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* Component_get_gameObject_m57AEFBB14DB39EC476F740BA000E170355DE691B (Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* __this, const RuntimeMethod* method) ;
|
|
// System.Void 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) ;
|
|
// 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);
|
|
}
|
|
// System.Collections.Generic.Dictionary`2/ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2<System.Int32,DungeonArchitect.LevelStreaming.DungeonItemGroupInfo>::get_Values()
|
|
inline ValueCollection_t19AB3A072225619ED4BCF157B555F66EFA5ED99C* Dictionary_2_get_Values_mF5AFAFCA17D7C201D5265DFB47E3D68CF9B35F59 (Dictionary_2_t69BADD77B37C0499DACC2ACF275CBA1EBA2AE22A* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( ValueCollection_t19AB3A072225619ED4BCF157B555F66EFA5ED99C* (*) (Dictionary_2_t69BADD77B37C0499DACC2ACF275CBA1EBA2AE22A*, const RuntimeMethod*))Dictionary_2_get_Values_mC5B06C3C3FA89D62D6035C5B4C5E64A08FCF4DB9_gshared)(__this, method);
|
|
}
|
|
// System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<TKey,TValue> System.Collections.Generic.Dictionary`2/ValueCollection<System.Int32,DungeonArchitect.LevelStreaming.DungeonItemGroupInfo>::GetEnumerator()
|
|
inline Enumerator_tA6F285141FD008B5C3ADF6F4DE8F99E1BD519AAE ValueCollection_GetEnumerator_mB162D40E3AF30119F38D51EB60B7507E716B482F (ValueCollection_t19AB3A072225619ED4BCF157B555F66EFA5ED99C* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( Enumerator_tA6F285141FD008B5C3ADF6F4DE8F99E1BD519AAE (*) (ValueCollection_t19AB3A072225619ED4BCF157B555F66EFA5ED99C*, const RuntimeMethod*))ValueCollection_GetEnumerator_mDC2BD0AFDA087B7E7C23A8077E612664DFA8A152_gshared)(__this, method);
|
|
}
|
|
// System.Void System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Int32,DungeonArchitect.LevelStreaming.DungeonItemGroupInfo>::Dispose()
|
|
inline void Enumerator_Dispose_m3E940EAB813F5A3C42BCD0DB431BB66327BAA5FC (Enumerator_tA6F285141FD008B5C3ADF6F4DE8F99E1BD519AAE* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Enumerator_tA6F285141FD008B5C3ADF6F4DE8F99E1BD519AAE*, const RuntimeMethod*))Enumerator_Dispose_m0647C4F434347E47D544621901E49835DF51F22B_gshared)(__this, method);
|
|
}
|
|
// TValue System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Int32,DungeonArchitect.LevelStreaming.DungeonItemGroupInfo>::get_Current()
|
|
inline DungeonItemGroupInfo_tA09BD7C420DC9326C8B2E15B525C857E0FEAFE3A* Enumerator_get_Current_m290D3CCCA953D77838B15CD159F26283C4A99622_inline (Enumerator_tA6F285141FD008B5C3ADF6F4DE8F99E1BD519AAE* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( DungeonItemGroupInfo_tA09BD7C420DC9326C8B2E15B525C857E0FEAFE3A* (*) (Enumerator_tA6F285141FD008B5C3ADF6F4DE8F99E1BD519AAE*, const RuntimeMethod*))Enumerator_get_Current_m1412A508E37D95E08FB60E8976FB75714BE934C1_gshared_inline)(__this, method);
|
|
}
|
|
// System.Boolean System.Collections.Generic.HashSet`1<System.Int32>::Contains(T)
|
|
inline bool HashSet_1_Contains_m98A9F88FF94538B5EECB0F87E1E3B3572E02ACA1 (HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2* __this, int32_t ___0_item, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2*, int32_t, const RuntimeMethod*))HashSet_1_Contains_m98A9F88FF94538B5EECB0F87E1E3B3572E02ACA1_gshared)(__this, ___0_item, method);
|
|
}
|
|
// System.Int32[] DungeonArchitect.Builders.Grid.GridBuilderUtils::GetCellCluster(DungeonArchitect.Builders.Grid.GridDungeonModel,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* GridBuilderUtils_GetCellCluster_m0ED5816F8B988A155769E267B3792AF394C051CF (GridDungeonModel_tAEF5278646C831FA4C6EEEFEF7128869C645942F* ___0_gridModel, int32_t ___1_sampleCellId, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Collections.Generic.HashSet`1<System.Int32>::Add(T)
|
|
inline bool HashSet_1_Add_m9B0DD9902395EE95D3DC522264BE1EBBBD3513EB (HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2* __this, int32_t ___0_item, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2*, int32_t, const RuntimeMethod*))HashSet_1_Add_m9B0DD9902395EE95D3DC522264BE1EBBBD3513EB_gshared)(__this, ___0_item, method);
|
|
}
|
|
// System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,DungeonArchitect.LevelStreaming.DungeonItemGroupInfo>::ContainsKey(TKey)
|
|
inline bool Dictionary_2_ContainsKey_mE05EDB3C98993F821B1BE020425BC494D23309F0 (Dictionary_2_t69BADD77B37C0499DACC2ACF275CBA1EBA2AE22A* __this, int32_t ___0_key, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Dictionary_2_t69BADD77B37C0499DACC2ACF275CBA1EBA2AE22A*, int32_t, const RuntimeMethod*))Dictionary_2_ContainsKey_mED5C451F158CDDD2B3F4B0720CD248DA9DB27B25_gshared)(__this, ___0_key, method);
|
|
}
|
|
// TValue System.Collections.Generic.Dictionary`2<System.Int32,DungeonArchitect.LevelStreaming.DungeonItemGroupInfo>::get_Item(TKey)
|
|
inline DungeonItemGroupInfo_tA09BD7C420DC9326C8B2E15B525C857E0FEAFE3A* Dictionary_2_get_Item_mFBC30BC3A1B7D1D664D8E00565A4214782B80516 (Dictionary_2_t69BADD77B37C0499DACC2ACF275CBA1EBA2AE22A* __this, int32_t ___0_key, const RuntimeMethod* method)
|
|
{
|
|
return (( DungeonItemGroupInfo_tA09BD7C420DC9326C8B2E15B525C857E0FEAFE3A* (*) (Dictionary_2_t69BADD77B37C0499DACC2ACF275CBA1EBA2AE22A*, int32_t, const RuntimeMethod*))Dictionary_2_get_Item_mC3FEA647E750C27367C990777D8890E0E712E514_gshared)(__this, ___0_key, method);
|
|
}
|
|
// UnityEngine.Transform UnityEngine.Component::get_transform()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371 (Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.Transform UnityEngine.Transform::GetChild(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* Transform_GetChild_mE686DF0C7AAC1F7AEF356967B1C04D8B8E240EAF (Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* __this, int32_t ___0_index, const RuntimeMethod* 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.Int32 UnityEngine.Transform::get_childCount()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Transform_get_childCount_mE9C29C702AB662CC540CA053EDE48BDAFA35B4B0 (Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* __this, const RuntimeMethod* method) ;
|
|
// T[] System.Collections.Generic.List`1<UnityEngine.GameObject>::ToArray()
|
|
inline GameObjectU5BU5D_tFF67550DFCE87096D7A3734EA15B75896B2722CF* List_1_ToArray_m9237E7439BAF0FDCFB325D21398E459BEDB3432C (List_1_tB951CE80B58D1BF9650862451D8DAD8C231F207B* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( GameObjectU5BU5D_tFF67550DFCE87096D7A3734EA15B75896B2722CF* (*) (List_1_tB951CE80B58D1BF9650862451D8DAD8C231F207B*, const RuntimeMethod*))List_1_ToArray_mD7E4F8E7C11C3C67CB5739FCC0A6E86106A6291F_gshared)(__this, method);
|
|
}
|
|
// DungeonArchitect.LevelStreaming.DungeonItemGroupInfo DungeonArchitect.LevelStreaming.DungeonItemGroup::GroupItems(UnityEngine.GameObject[],System.String,DungeonArchitect.Dungeon,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DungeonItemGroupInfo_tA09BD7C420DC9326C8B2E15B525C857E0FEAFE3A* DungeonItemGroup_GroupItems_m612FAC92484392CA88943B8CD9D3B98A679ED169 (DungeonItemGroup_t5E15F43B7FE778FB51B2AABDD373E83F75B38E05* __this, GameObjectU5BU5D_tFF67550DFCE87096D7A3734EA15B75896B2722CF* ___0_items, String_t* ___1_groupName, Dungeon_tAA854F521189538FD299BECE6025726B6C359227* ___2_dungeon, int32_t ___3_groupId, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Int32,DungeonArchitect.LevelStreaming.DungeonItemGroupInfo>::MoveNext()
|
|
inline bool Enumerator_MoveNext_m214D1BF69ACADB0025E01533E6934D4D46F6DE10 (Enumerator_tA6F285141FD008B5C3ADF6F4DE8F99E1BD519AAE* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Enumerator_tA6F285141FD008B5C3ADF6F4DE8F99E1BD519AAE*, const RuntimeMethod*))Enumerator_MoveNext_mF45CB0E0D7475963B61017A024634F60CF48548A_gshared)(__this, method);
|
|
}
|
|
// System.Void System.Collections.Generic.Dictionary`2<System.Int32,DungeonArchitect.LevelStreaming.DungeonItemGroupInfo>::Clear()
|
|
inline void Dictionary_2_Clear_mCB2B62E29F8C002EF9C6323B503932BED655A398 (Dictionary_2_t69BADD77B37C0499DACC2ACF275CBA1EBA2AE22A* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Dictionary_2_t69BADD77B37C0499DACC2ACF275CBA1EBA2AE22A*, const RuntimeMethod*))Dictionary_2_Clear_mE1EFF7C68491EE07D21EE9924475A559BF0A4773_gshared)(__this, method);
|
|
}
|
|
// System.Collections.Generic.List`1/Enumerator<T> System.Collections.Generic.List`1<UnityEngine.GameObject>::GetEnumerator()
|
|
inline Enumerator_t88BD1282EF117E59AACFC9EC55B89F0B9EDACE60 List_1_GetEnumerator_mA843D26C63E5963415DFCA6E49DFA27AFD9C75E8 (List_1_tB951CE80B58D1BF9650862451D8DAD8C231F207B* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( Enumerator_t88BD1282EF117E59AACFC9EC55B89F0B9EDACE60 (*) (List_1_tB951CE80B58D1BF9650862451D8DAD8C231F207B*, const RuntimeMethod*))List_1_GetEnumerator_mD8294A7FA2BEB1929487127D476F8EC1CDC23BFC_gshared)(__this, method);
|
|
}
|
|
// System.Void System.Collections.Generic.List`1/Enumerator<UnityEngine.GameObject>::Dispose()
|
|
inline void Enumerator_Dispose_m07D362A07C19B36C2FD1B4DC79DD99903D4DA95D (Enumerator_t88BD1282EF117E59AACFC9EC55B89F0B9EDACE60* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Enumerator_t88BD1282EF117E59AACFC9EC55B89F0B9EDACE60*, const RuntimeMethod*))Enumerator_Dispose_mD9DC3E3C3697830A4823047AB29A77DBBB5ED419_gshared)(__this, method);
|
|
}
|
|
// T System.Collections.Generic.List`1/Enumerator<UnityEngine.GameObject>::get_Current()
|
|
inline GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* Enumerator_get_Current_m7236EBE1CFCB6533F96E030500D322B13D0CA5A4_inline (Enumerator_t88BD1282EF117E59AACFC9EC55B89F0B9EDACE60* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* (*) (Enumerator_t88BD1282EF117E59AACFC9EC55B89F0B9EDACE60*, const RuntimeMethod*))Enumerator_get_Current_m6330F15D18EE4F547C05DF9BF83C5EB710376027_gshared_inline)(__this, method);
|
|
}
|
|
// System.Void DungeonArchitect.LevelStreaming.DungeonItemGroup::EditorDestroyObject(UnityEngine.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DungeonItemGroup_EditorDestroyObject_m14910ACAA8580CF3BABB4BB9FD4322C5ABE151C6 (DungeonItemGroup_t5E15F43B7FE778FB51B2AABDD373E83F75B38E05* __this, Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* ___0_obj, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Collections.Generic.List`1/Enumerator<UnityEngine.GameObject>::MoveNext()
|
|
inline bool Enumerator_MoveNext_m96F4B0BD0A5485C8E8CC57D961DF6F1FA256AF27 (Enumerator_t88BD1282EF117E59AACFC9EC55B89F0B9EDACE60* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Enumerator_t88BD1282EF117E59AACFC9EC55B89F0B9EDACE60*, const RuntimeMethod*))Enumerator_MoveNext_mE921CC8F29FBBDE7CC3209A0ED0D921D58D00BCB_gshared)(__this, method);
|
|
}
|
|
// System.Void DungeonArchitect.LevelStreaming.DungeonItemGroup::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DungeonItemGroup__ctor_mC9F3A3723971712ED427312FFA39A2678C40011F (DungeonItemGroup_t5E15F43B7FE778FB51B2AABDD373E83F75B38E05* __this, const RuntimeMethod* method) ;
|
|
// System.Type System.Object::GetType()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3 (RuntimeObject* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.Debug::LogWarning(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debug_LogWarning_m33EF1B897E0C7C6FF538989610BFAFFEF4628CA9 (RuntimeObject* ___0_message, const RuntimeMethod* method) ;
|
|
// DungeonArchitect.DungeonModel DungeonArchitect.DungeonBuilder::get_Model()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR DungeonModel_t53A77B7094F80C6A6C626E2E6B647289FBF29D19* DungeonBuilder_get_Model_m389A71C7447944C07FFB0F24CDC1835A33E76C16_inline (DungeonBuilder_tD1E33B0EE44EFF472152D3D8233F3804191E65EA* __this, const RuntimeMethod* method) ;
|
|
// DungeonArchitect.IntVector[] DungeonArchitect.Rectangle::GetBorderPoints()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR IntVectorU5BU5D_t51305BC25B133B84E9B4F1FB09FC5DE6C579C440* Rectangle_GetBorderPoints_mD293F309F288D7B5E3AE3E4FDA774F0734E17116 (Rectangle_tA560F5F5599A7C11DDD6E7EC2A93ABD2AAA6C64E* __this, const RuntimeMethod* method) ;
|
|
// System.Void DungeonArchitect.Builders.Grid.MarkerEmitterCornerBeautifier::EmitForPoint(DungeonArchitect.DungeonBuilder,DungeonArchitect.Builders.Grid.GridDungeonModel,DungeonArchitect.IntVector)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MarkerEmitterCornerBeautifier_EmitForPoint_m23662CC931BA1A2E36127DBF57E00F1EACCF27F6 (MarkerEmitterCornerBeautifier_tF610B2FB795FFE3084A287FFB58429710E6DEF24* __this, DungeonBuilder_tD1E33B0EE44EFF472152D3D8233F3804191E65EA* ___0_builder, GridDungeonModel_tAEF5278646C831FA4C6EEEFEF7128869C645942F* ___1_model, IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C ___2_point, const RuntimeMethod* method) ;
|
|
// System.Boolean DungeonArchitect.Builders.Grid.MarkerEmitterCornerBeautifier::ConfigMatches(DungeonArchitect.Builders.Grid.GridDungeonModel,DungeonArchitect.IntVector,DungeonArchitect.Builders.Grid.MarkerEmitterCornerBeautifier/CellSpatialConfig)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MarkerEmitterCornerBeautifier_ConfigMatches_mD5B31C29165AF795D06E9DCE1A9BC24E671C026C (MarkerEmitterCornerBeautifier_tF610B2FB795FFE3084A287FFB58429710E6DEF24* __this, GridDungeonModel_tAEF5278646C831FA4C6EEEFEF7128869C645942F* ___0_model, IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C ___1_point, CellSpatialConfig_tAC45731A99C871C8EA6161A4BFFD4585FC6C177D* ___2_config, const RuntimeMethod* method) ;
|
|
// System.Void DungeonArchitect.Builders.Grid.MarkerEmitterCornerBeautifier::EmitCornerMarker(DungeonArchitect.DungeonBuilder,DungeonArchitect.Builders.Grid.GridDungeonModel,DungeonArchitect.IntVector,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MarkerEmitterCornerBeautifier_EmitCornerMarker_m449BA54E19CBFF5B886DC8D660D65F3775698CEA (MarkerEmitterCornerBeautifier_tF610B2FB795FFE3084A287FFB58429710E6DEF24* __this, DungeonBuilder_tD1E33B0EE44EFF472152D3D8233F3804191E65EA* ___0_builder, GridDungeonModel_tAEF5278646C831FA4C6EEEFEF7128869C645942F* ___1_model, IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C ___2_point, String_t* ___3_markerName, const RuntimeMethod* method) ;
|
|
// DungeonArchitect.Builders.Grid.GridCellInfo DungeonArchitect.Builders.Grid.GridDungeonModel::GetGridCellLookup(System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GridCellInfo_t742531730F06A9444088AF5B821D776397CE6AFA* GridDungeonModel_GetGridCellLookup_mDA4C3FF33EE7990C289589A8822E610513BFFBC4 (GridDungeonModel_tAEF5278646C831FA4C6EEEFEF7128869C645942F* __this, int32_t ___0_x, int32_t ___1_z, const RuntimeMethod* method) ;
|
|
// UnityEngine.Vector3 UnityEngine.Vector3::op_Addition(UnityEngine.Vector3,UnityEngine.Vector3)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Vector3_op_Addition_m78C0EC70CB66E8DCAC225743D82B268DAEE92067_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_a, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___1_b, const RuntimeMethod* method) ;
|
|
// UnityEngine.Quaternion UnityEngine.Quaternion::get_identity()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 Quaternion_get_identity_m7E701AE095ED10FD5EA0B50ABCFDE2EEFF2173A5_inline (const RuntimeMethod* method) ;
|
|
// UnityEngine.Vector3 UnityEngine.Vector3::get_one()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Vector3_get_one_mC9B289F1E15C42C597180C9FE6FB492495B51D02_inline (const RuntimeMethod* method) ;
|
|
// UnityEngine.Matrix4x4 UnityEngine.Matrix4x4::TRS(UnityEngine.Vector3,UnityEngine.Quaternion,UnityEngine.Vector3)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 Matrix4x4_TRS_mCC04FD47347234B451ACC6CCD2CE6D02E1E0E1E3 (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_pos, Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 ___1_q, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___2_s, const RuntimeMethod* method) ;
|
|
// DungeonArchitect.PropSocket DungeonArchitect.DungeonBuilder::EmitMarker(System.String,UnityEngine.Matrix4x4,DungeonArchitect.IntVector,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropSocket_tDBD788EE4878B0FEF7F3848CD0882C4A2A735394* DungeonBuilder_EmitMarker_m2269C1FA0350E2BE59E038CC9ADD6127C2998865 (DungeonBuilder_tD1E33B0EE44EFF472152D3D8233F3804191E65EA* __this, String_t* ___0_SocketType, Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___1_transform, IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C ___2_gridPosition, int32_t ___3_cellId, const RuntimeMethod* method) ;
|
|
// System.Void DungeonArchitect.DungeonMarkerEmitter::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DungeonMarkerEmitter__ctor_mB7D14BAAB473F014E801D612901A63F84DF9845C (DungeonMarkerEmitter_t87508438CFD72F4696EBA9DC78510FAD2AFA4CE5* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Runtime.CompilerServices.RuntimeHelpers::InitializeArray(System.Array,System.RuntimeFieldHandle)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeHelpers_InitializeArray_m751372AA3F24FBF6DA9B9D687CBFA2DE436CAB9B (RuntimeArray* ___0_array, RuntimeFieldHandle_t6E4C45B6D2EA12FC99185805A7E77527899B25C5 ___1_fldHandle, const RuntimeMethod* method) ;
|
|
// System.Void DungeonArchitect.Builders.Grid.MarkerEmitterCornerBeautifier/CellSpatialConfig::.ctor(System.String,System.Int32[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CellSpatialConfig__ctor_m770906A21D5264C6CA88C2C9DB65C10B3DBC6843 (CellSpatialConfig_tAC45731A99C871C8EA6161A4BFFD4585FC6C177D* __this, String_t* ___0_markerName, Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___1_neighborConfig, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.HashSet`1<DungeonArchitect.IntVector>::.ctor()
|
|
inline void HashSet_1__ctor_m606D72FA17DC5FB76BFFBA90AE31EF85BE643D0A (HashSet_1_tA1EF3184AD46B7255ABC462FA85BEA5168966215* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (HashSet_1_tA1EF3184AD46B7255ABC462FA85BEA5168966215*, const RuntimeMethod*))HashSet_1__ctor_m606D72FA17DC5FB76BFFBA90AE31EF85BE643D0A_gshared)(__this, method);
|
|
}
|
|
// DungeonArchitect.Utils.Blackboard DungeonArchitect.DungeonBuilder::get_Blackboard()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Blackboard_t02618F4A3DD340B66759F75B766D598574968BAA* DungeonBuilder_get_Blackboard_m317A9710A8A06515E716625CC4C4B719359F4702_inline (DungeonBuilder_tD1E33B0EE44EFF472152D3D8233F3804191E65EA* __this, const RuntimeMethod* method) ;
|
|
// DungeonArchitect.Utils.BlackboardDatabase`1<System.Single> DungeonArchitect.Utils.Blackboard::get_FloatEntries()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR BlackboardDatabase_1_tB832A6F97B1D095490FF9B70B7E4C978FED46355* Blackboard_get_FloatEntries_m2D0ACC94C741B901586F7CD30225F80627E33740_inline (Blackboard_t02618F4A3DD340B66759F75B766D598574968BAA* __this, const RuntimeMethod* method) ;
|
|
// T DungeonArchitect.Utils.BlackboardDatabase`1<System.Single>::GetValue(System.String)
|
|
inline float BlackboardDatabase_1_GetValue_m52CFCDD3753ECD837BB1333FF0C5F959E2378BAF (BlackboardDatabase_1_tB832A6F97B1D095490FF9B70B7E4C978FED46355* __this, String_t* ___0_key, const RuntimeMethod* method)
|
|
{
|
|
return (( float (*) (BlackboardDatabase_1_tB832A6F97B1D095490FF9B70B7E4C978FED46355*, String_t*, const RuntimeMethod*))BlackboardDatabase_1_GetValue_m52CFCDD3753ECD837BB1333FF0C5F959E2378BAF_gshared)(__this, ___0_key, method);
|
|
}
|
|
// DungeonArchitect.Rectangle DungeonArchitect.Rectangle::ExpandBounds(DungeonArchitect.Rectangle,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Rectangle_tA560F5F5599A7C11DDD6E7EC2A93ABD2AAA6C64E Rectangle_ExpandBounds_mB2B91D2CB09196E225226A740A2AE76AC1FCB319 (Rectangle_tA560F5F5599A7C11DDD6E7EC2A93ABD2AAA6C64E ___0_rect, int32_t ___1_distance, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Collections.Generic.HashSet`1<DungeonArchitect.IntVector>::Contains(T)
|
|
inline bool HashSet_1_Contains_m912E38AD34AEBA45CCD4C1D112E289133DFC1678 (HashSet_1_tA1EF3184AD46B7255ABC462FA85BEA5168966215* __this, IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C ___0_item, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (HashSet_1_tA1EF3184AD46B7255ABC462FA85BEA5168966215*, IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C, const RuntimeMethod*))HashSet_1_Contains_m912E38AD34AEBA45CCD4C1D112E289133DFC1678_gshared)(__this, ___0_item, method);
|
|
}
|
|
// System.Boolean System.Collections.Generic.HashSet`1<DungeonArchitect.IntVector>::Add(T)
|
|
inline bool HashSet_1_Add_m3CEC6A8ED133CA7EF3C957EA7C946E401291F79C (HashSet_1_tA1EF3184AD46B7255ABC462FA85BEA5168966215* __this, IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C ___0_item, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (HashSet_1_tA1EF3184AD46B7255ABC462FA85BEA5168966215*, IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C, const RuntimeMethod*))HashSet_1_Add_m3CEC6A8ED133CA7EF3C957EA7C946E401291F79C_gshared)(__this, ___0_item, method);
|
|
}
|
|
// UnityEngine.Vector3 UnityEngine.Vector3::get_zero()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Vector3_get_zero_m0C1249C3F25B1C70EAD3CC8B31259975A457AE39_inline (const RuntimeMethod* method) ;
|
|
// System.Single UnityEngine.Mathf::Min(System.Single,System.Single)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Mathf_Min_m747CA71A9483CDB394B13BD0AD048EE17E48FFE4_inline (float ___0_a, float ___1_b, const RuntimeMethod* method) ;
|
|
// System.Single UnityEngine.Mathf::Max(System.Single,System.Single)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Mathf_Max_mF5379E63D2BBAC76D090748695D833934F8AD051_inline (float ___0_a, float ___1_b, const RuntimeMethod* method) ;
|
|
// UnityEngine.Vector3 UnityEngine.Vector3::op_Division(UnityEngine.Vector3,System.Single)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Vector3_op_Division_mCC6BB24E372AB96B8380D1678446EF6A8BAE13BB_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_a, float ___1_d, const RuntimeMethod* method) ;
|
|
// System.Void DungeonArchitect.Utils.BlackboardDatabase`1<System.Single>::SetValue(System.String,T)
|
|
inline void BlackboardDatabase_1_SetValue_m4E4780FCB632FB83B2F0592E15FD61F394CC9DF2 (BlackboardDatabase_1_tB832A6F97B1D095490FF9B70B7E4C978FED46355* __this, String_t* ___0_key, float ___1_value, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (BlackboardDatabase_1_tB832A6F97B1D095490FF9B70B7E4C978FED46355*, String_t*, float, const RuntimeMethod*))BlackboardDatabase_1_SetValue_m4E4780FCB632FB83B2F0592E15FD61F394CC9DF2_gshared)(__this, ___0_key, ___1_value, method);
|
|
}
|
|
// UnityEngine.Vector3 UnityEngine.Vector3::op_Multiply(UnityEngine.Vector3,System.Single)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Vector3_op_Multiply_m87BA7C578F96C8E49BB07088DAAC4649F83B0353_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_a, float ___1_d, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.Mathf::RoundToInt(System.Single)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Mathf_RoundToInt_m60F8B66CF27F1FA75AA219342BD184B75771EB4B_inline (float ___0_f, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.List`1<DungeonArchitect.Builders.Grid.MarkerEmitterGridWall2D/Wall2DMarkerInfo>::.ctor()
|
|
inline void List_1__ctor_m285462FF07F5F6C6BEA8D90B0F810D05D851DC7F (List_1_t58925A78A274F84D9E284F6F1D514B62092908B6* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_t58925A78A274F84D9E284F6F1D514B62092908B6*, const RuntimeMethod*))List_1__ctor_m7F078BB342729BDF11327FD89D7872265328F690_gshared)(__this, method);
|
|
}
|
|
// System.Void System.Collections.Generic.Dictionary`2<System.String,System.Collections.Generic.HashSet`1<DungeonArchitect.IntVector>>::.ctor()
|
|
inline void Dictionary_2__ctor_m56045BEED28D7A23AB075C0C9C4CA6ABC5748A00 (Dictionary_2_t280F5352954FEFD23A66FD58FCF640789C686B5B* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Dictionary_2_t280F5352954FEFD23A66FD58FCF640789C686B5B*, const RuntimeMethod*))Dictionary_2__ctor_m5B32FBC624618211EB461D59CFBB10E987FD1329_gshared)(__this, method);
|
|
}
|
|
// DungeonArchitect.LevelMarkerList DungeonArchitect.DungeonBuilder::get_Markers()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR LevelMarkerList_t7F6AC91D47A569068C1D028934596FF16F3721A4* DungeonBuilder_get_Markers_m54679B042CFC062AA6B7BE30119712F19A0B8D2F_inline (DungeonBuilder_tD1E33B0EE44EFF472152D3D8233F3804191E65EA* __this, const RuntimeMethod* method) ;
|
|
// System.Collections.Generic.IEnumerator`1<DungeonArchitect.PropSocket> DungeonArchitect.LevelMarkerList::GetEnumerator()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* LevelMarkerList_GetEnumerator_m68262F857EAD49059EC5789DBDD7DA0EEC770A97 (LevelMarkerList_t7F6AC91D47A569068C1D028934596FF16F3721A4* __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) ;
|
|
// DungeonArchitect.Builders.Grid.MarkerEmitterGridWall2D/Wall2DMarkerInfo DungeonArchitect.Builders.Grid.MarkerEmitterGridWall2D::GetMarker2D(DungeonArchitect.PropSocket,System.String,UnityEngine.Vector3)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Wall2DMarkerInfo_t96E4C77D6D330E380EC7360D449681CAC8B287CD* MarkerEmitterGridWall2D_GetMarker2D_m08A2DCDAA192B3876656A768127DC0337BDD6985 (MarkerEmitterGridWall2D_t00EBC579D3DED3FA7088656D6F2B891D73C15690* __this, PropSocket_tDBD788EE4878B0FEF7F3848CD0882C4A2A735394* ___0_prop, String_t* ___1_markerName, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___2_gridSize, const RuntimeMethod* method) ;
|
|
// System.Void DungeonArchitect.Builders.Grid.MarkerEmitterGridWall2D::RegisterMarker(DungeonArchitect.Builders.Grid.MarkerEmitterGridWall2D/Wall2DMarkerInfo,System.Collections.Generic.List`1<DungeonArchitect.Builders.Grid.MarkerEmitterGridWall2D/Wall2DMarkerInfo>,System.Collections.Generic.Dictionary`2<System.String,System.Collections.Generic.HashSet`1<DungeonArchitect.IntVector>>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MarkerEmitterGridWall2D_RegisterMarker_mB84F1611B29ACC4169426508CECC0F7CB763B9BA (MarkerEmitterGridWall2D_t00EBC579D3DED3FA7088656D6F2B891D73C15690* __this, Wall2DMarkerInfo_t96E4C77D6D330E380EC7360D449681CAC8B287CD* ___0_markerInfo, List_1_t58925A78A274F84D9E284F6F1D514B62092908B6* ___1_markerList, Dictionary_2_t280F5352954FEFD23A66FD58FCF640789C686B5B* ___2_occupied, const RuntimeMethod* method) ;
|
|
// UnityEngine.Quaternion DungeonArchitect.Utils.Matrix::GetRotation(UnityEngine.Matrix4x4&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 Matrix_GetRotation_m9C9279D228DC3622E77F89C3CD9E1C2AE4012ED5 (Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6* ___0_matrix, const RuntimeMethod* method) ;
|
|
// UnityEngine.Vector3 UnityEngine.Quaternion::get_eulerAngles()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Quaternion_get_eulerAngles_m2DB5158B5C3A71FD60FC8A6EE43D3AAA1CFED122_inline (Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974* __this, const RuntimeMethod* method) ;
|
|
// System.Void DungeonArchitect.Builders.Grid.MarkerEmitterGridWall2D::FixCornerWalls(System.Collections.Generic.List`1<DungeonArchitect.Builders.Grid.MarkerEmitterGridWall2D/Wall2DMarkerInfo>,DungeonArchitect.LevelMarkerList,System.Collections.Generic.Dictionary`2<System.String,System.Collections.Generic.HashSet`1<DungeonArchitect.IntVector>>,UnityEngine.Vector3)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MarkerEmitterGridWall2D_FixCornerWalls_m72C5F48E730331F5A2E5B85E596FFED8C3E6299C (MarkerEmitterGridWall2D_t00EBC579D3DED3FA7088656D6F2B891D73C15690* __this, List_1_t58925A78A274F84D9E284F6F1D514B62092908B6* ___0_wall2DMarkers, LevelMarkerList_t7F6AC91D47A569068C1D028934596FF16F3721A4* ___1_gridMarkers, Dictionary_2_t280F5352954FEFD23A66FD58FCF640789C686B5B* ___2_occupied, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___3_gridSize, const RuntimeMethod* method) ;
|
|
// System.Void DungeonArchitect.Builders.Grid.MarkerEmitterGridWall2D::AddGround2DMarkers(System.Collections.Generic.List`1<DungeonArchitect.Builders.Grid.MarkerEmitterGridWall2D/Wall2DMarkerInfo>,System.Collections.Generic.Dictionary`2<System.String,System.Collections.Generic.HashSet`1<DungeonArchitect.IntVector>>,DungeonArchitect.LevelMarkerList,UnityEngine.Vector3)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MarkerEmitterGridWall2D_AddGround2DMarkers_m328D44BA28503997E33911FA48D227B4FD048A3B (MarkerEmitterGridWall2D_t00EBC579D3DED3FA7088656D6F2B891D73C15690* __this, List_1_t58925A78A274F84D9E284F6F1D514B62092908B6* ___0_markerList, Dictionary_2_t280F5352954FEFD23A66FD58FCF640789C686B5B* ___1_occupied, LevelMarkerList_t7F6AC91D47A569068C1D028934596FF16F3721A4* ___2_gridMarkers, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___3_gridSize, const RuntimeMethod* method) ;
|
|
// System.Collections.Generic.List`1/Enumerator<T> System.Collections.Generic.List`1<DungeonArchitect.Builders.Grid.MarkerEmitterGridWall2D/Wall2DMarkerInfo>::GetEnumerator()
|
|
inline Enumerator_t8222C8AC3C1FD947A576E6BF2F0CA10B8E991BA4 List_1_GetEnumerator_m331144CA804502258AEEBB8716E62853936A0D9F (List_1_t58925A78A274F84D9E284F6F1D514B62092908B6* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( Enumerator_t8222C8AC3C1FD947A576E6BF2F0CA10B8E991BA4 (*) (List_1_t58925A78A274F84D9E284F6F1D514B62092908B6*, const RuntimeMethod*))List_1_GetEnumerator_mD8294A7FA2BEB1929487127D476F8EC1CDC23BFC_gshared)(__this, method);
|
|
}
|
|
// System.Void System.Collections.Generic.List`1/Enumerator<DungeonArchitect.Builders.Grid.MarkerEmitterGridWall2D/Wall2DMarkerInfo>::Dispose()
|
|
inline void Enumerator_Dispose_mC5046E3ED8787B75675E118F1E891FC3511330AE (Enumerator_t8222C8AC3C1FD947A576E6BF2F0CA10B8E991BA4* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Enumerator_t8222C8AC3C1FD947A576E6BF2F0CA10B8E991BA4*, const RuntimeMethod*))Enumerator_Dispose_mD9DC3E3C3697830A4823047AB29A77DBBB5ED419_gshared)(__this, method);
|
|
}
|
|
// T System.Collections.Generic.List`1/Enumerator<DungeonArchitect.Builders.Grid.MarkerEmitterGridWall2D/Wall2DMarkerInfo>::get_Current()
|
|
inline Wall2DMarkerInfo_t96E4C77D6D330E380EC7360D449681CAC8B287CD* Enumerator_get_Current_m07970137362A5E637220042C7D63549DE6FB1CB1_inline (Enumerator_t8222C8AC3C1FD947A576E6BF2F0CA10B8E991BA4* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( Wall2DMarkerInfo_t96E4C77D6D330E380EC7360D449681CAC8B287CD* (*) (Enumerator_t8222C8AC3C1FD947A576E6BF2F0CA10B8E991BA4*, const RuntimeMethod*))Enumerator_get_Current_m6330F15D18EE4F547C05DF9BF83C5EB710376027_gshared_inline)(__this, method);
|
|
}
|
|
// System.Boolean System.Collections.Generic.List`1/Enumerator<DungeonArchitect.Builders.Grid.MarkerEmitterGridWall2D/Wall2DMarkerInfo>::MoveNext()
|
|
inline bool Enumerator_MoveNext_m50DDAEE876CA7413DF294BFEC613BDEF32AEDF15 (Enumerator_t8222C8AC3C1FD947A576E6BF2F0CA10B8E991BA4* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Enumerator_t8222C8AC3C1FD947A576E6BF2F0CA10B8E991BA4*, const RuntimeMethod*))Enumerator_MoveNext_mE921CC8F29FBBDE7CC3209A0ED0D921D58D00BCB_gshared)(__this, method);
|
|
}
|
|
// System.Collections.Generic.HashSet`1<DungeonArchitect.IntVector> DungeonArchitect.Builders.Grid.MarkerEmitterGridWall2D::GetHashSet(System.String,System.Collections.Generic.Dictionary`2<System.String,System.Collections.Generic.HashSet`1<DungeonArchitect.IntVector>>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HashSet_1_tA1EF3184AD46B7255ABC462FA85BEA5168966215* MarkerEmitterGridWall2D_GetHashSet_m94B5FA26E7721EAB9203BBC9F45367F1C10B9E07 (MarkerEmitterGridWall2D_t00EBC579D3DED3FA7088656D6F2B891D73C15690* __this, String_t* ___0_name, Dictionary_2_t280F5352954FEFD23A66FD58FCF640789C686B5B* ___1_occupied, const RuntimeMethod* method) ;
|
|
// System.Void DungeonArchitect.Builders.Grid.MarkerEmitterGridWall2D/Wall2DMarkerInfo::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Wall2DMarkerInfo__ctor_mFAE1A613ECAF4A83BCDB76FC9BCE17DD92D20CE2 (Wall2DMarkerInfo_t96E4C77D6D330E380EC7360D449681CAC8B287CD* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Collections.Generic.Dictionary`2<System.String,System.Collections.Generic.HashSet`1<DungeonArchitect.IntVector>>::ContainsKey(TKey)
|
|
inline bool Dictionary_2_ContainsKey_m858F7F90339FC79355CA98D14FF61C9BE7C84C57 (Dictionary_2_t280F5352954FEFD23A66FD58FCF640789C686B5B* __this, String_t* ___0_key, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Dictionary_2_t280F5352954FEFD23A66FD58FCF640789C686B5B*, String_t*, const RuntimeMethod*))Dictionary_2_ContainsKey_m703047C213F7AB55C9DC346596287773A1F670CD_gshared)(__this, ___0_key, method);
|
|
}
|
|
// TValue System.Collections.Generic.Dictionary`2<System.String,System.Collections.Generic.HashSet`1<DungeonArchitect.IntVector>>::get_Item(TKey)
|
|
inline HashSet_1_tA1EF3184AD46B7255ABC462FA85BEA5168966215* Dictionary_2_get_Item_m4C47332495DCF89778A760AB7D8D72BBFE1B6491 (Dictionary_2_t280F5352954FEFD23A66FD58FCF640789C686B5B* __this, String_t* ___0_key, const RuntimeMethod* method)
|
|
{
|
|
return (( HashSet_1_tA1EF3184AD46B7255ABC462FA85BEA5168966215* (*) (Dictionary_2_t280F5352954FEFD23A66FD58FCF640789C686B5B*, String_t*, const RuntimeMethod*))Dictionary_2_get_Item_m4AAAECBE902A211BF2126E6AFA280AEF73A3E0D6_gshared)(__this, ___0_key, method);
|
|
}
|
|
// System.Collections.Generic.HashSet`1/Enumerator<T> System.Collections.Generic.HashSet`1<DungeonArchitect.IntVector>::GetEnumerator()
|
|
inline Enumerator_t2014470E422F92BDF2E12368BBB52F968E3DA2CE HashSet_1_GetEnumerator_m19EB2056F3B65AFF2E826424C671E7A5371DAFE5 (HashSet_1_tA1EF3184AD46B7255ABC462FA85BEA5168966215* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( Enumerator_t2014470E422F92BDF2E12368BBB52F968E3DA2CE (*) (HashSet_1_tA1EF3184AD46B7255ABC462FA85BEA5168966215*, const RuntimeMethod*))HashSet_1_GetEnumerator_m19EB2056F3B65AFF2E826424C671E7A5371DAFE5_gshared)(__this, method);
|
|
}
|
|
// System.Void System.Collections.Generic.HashSet`1/Enumerator<DungeonArchitect.IntVector>::Dispose()
|
|
inline void Enumerator_Dispose_m7024952A8A06A2B2FD6A41027C224F14EFB9C2B0 (Enumerator_t2014470E422F92BDF2E12368BBB52F968E3DA2CE* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Enumerator_t2014470E422F92BDF2E12368BBB52F968E3DA2CE*, const RuntimeMethod*))Enumerator_Dispose_m7024952A8A06A2B2FD6A41027C224F14EFB9C2B0_gshared)(__this, method);
|
|
}
|
|
// T System.Collections.Generic.HashSet`1/Enumerator<DungeonArchitect.IntVector>::get_Current()
|
|
inline IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C Enumerator_get_Current_m5ECE4F4C0175BE8CF79895D245B30D2BEB4EAAF0_inline (Enumerator_t2014470E422F92BDF2E12368BBB52F968E3DA2CE* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C (*) (Enumerator_t2014470E422F92BDF2E12368BBB52F968E3DA2CE*, const RuntimeMethod*))Enumerator_get_Current_m5ECE4F4C0175BE8CF79895D245B30D2BEB4EAAF0_gshared_inline)(__this, method);
|
|
}
|
|
// System.Boolean System.Collections.Generic.HashSet`1/Enumerator<DungeonArchitect.IntVector>::MoveNext()
|
|
inline bool Enumerator_MoveNext_mA125E128FD7E5C44FBBE377D1E91C64612726552 (Enumerator_t2014470E422F92BDF2E12368BBB52F968E3DA2CE* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Enumerator_t2014470E422F92BDF2E12368BBB52F968E3DA2CE*, const RuntimeMethod*))Enumerator_MoveNext_mA125E128FD7E5C44FBBE377D1E91C64612726552_gshared)(__this, method);
|
|
}
|
|
// System.Boolean DungeonArchitect.Builders.Grid.MarkerEmitterGridWall2D::HasValidCornerNeighbors(System.Collections.Generic.HashSet`1<DungeonArchitect.IntVector>,System.Collections.Generic.HashSet`1<DungeonArchitect.IntVector>,DungeonArchitect.IntVector,System.Int32,System.Int32,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MarkerEmitterGridWall2D_HasValidCornerNeighbors_m8FC512264A3E09910A5D4328C5A62BBB77C3AC44 (MarkerEmitterGridWall2D_t00EBC579D3DED3FA7088656D6F2B891D73C15690* __this, HashSet_1_tA1EF3184AD46B7255ABC462FA85BEA5168966215* ___0_walls, HashSet_1_tA1EF3184AD46B7255ABC462FA85BEA5168966215* ___1_doors, IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C ___2_center, int32_t ___3_dx1, int32_t ___4_dz1, int32_t ___5_dx2, int32_t ___6_dz2, const RuntimeMethod* method) ;
|
|
// System.Void DungeonArchitect.Builders.Grid.MarkerEmitterGridWall2D::InsertCornerMarker(System.Int32,DungeonArchitect.IntVector,UnityEngine.Vector3,System.Collections.Generic.List`1<DungeonArchitect.Builders.Grid.MarkerEmitterGridWall2D/Wall2DMarkerInfo>,System.Collections.Generic.Dictionary`2<System.String,System.Collections.Generic.HashSet`1<DungeonArchitect.IntVector>>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MarkerEmitterGridWall2D_InsertCornerMarker_mF043782504BFEC1A7EF8FA6E12650F668F77EC36 (MarkerEmitterGridWall2D_t00EBC579D3DED3FA7088656D6F2B891D73C15690* __this, int32_t ___0_cellId, IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C ___1_gridPosition, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___2_gridSize, List_1_t58925A78A274F84D9E284F6F1D514B62092908B6* ___3_wall2DMarkers, Dictionary_2_t280F5352954FEFD23A66FD58FCF640789C686B5B* ___4_occupied, const RuntimeMethod* method) ;
|
|
// DungeonArchitect.IntVector DungeonArchitect.IntVector::op_Addition(DungeonArchitect.IntVector,DungeonArchitect.IntVector)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C IntVector_op_Addition_mDD66816374D94E99E89A052A5A1B6C78249273B6 (IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C ___0_a, IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C ___1_b, const RuntimeMethod* method) ;
|
|
// System.Boolean DungeonArchitect.Builders.Grid.MarkerEmitterGridWall2D::ContainsWall2D(System.Collections.Generic.HashSet`1<DungeonArchitect.IntVector>,System.Collections.Generic.HashSet`1<DungeonArchitect.IntVector>,DungeonArchitect.IntVector)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MarkerEmitterGridWall2D_ContainsWall2D_m64621D5A9470BBEFD92ED2AC957416E555124FC8 (MarkerEmitterGridWall2D_t00EBC579D3DED3FA7088656D6F2B891D73C15690* __this, HashSet_1_tA1EF3184AD46B7255ABC462FA85BEA5168966215* ___0_walls, HashSet_1_tA1EF3184AD46B7255ABC462FA85BEA5168966215* ___1_doors, IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C ___2_position, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.Dictionary`2<System.String,System.Collections.Generic.HashSet`1<DungeonArchitect.IntVector>>::Add(TKey,TValue)
|
|
inline void Dictionary_2_Add_m76D43B8A2560203356DB2D8917D4B7EA08292E84 (Dictionary_2_t280F5352954FEFD23A66FD58FCF640789C686B5B* __this, String_t* ___0_key, HashSet_1_tA1EF3184AD46B7255ABC462FA85BEA5168966215* ___1_value, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Dictionary_2_t280F5352954FEFD23A66FD58FCF640789C686B5B*, String_t*, HashSet_1_tA1EF3184AD46B7255ABC462FA85BEA5168966215*, const RuntimeMethod*))Dictionary_2_Add_m93FFFABE8FCE7FA9793F0915E2A8842C7CD0C0C1_gshared)(__this, ___0_key, ___1_value, method);
|
|
}
|
|
// System.Void System.Collections.Generic.List`1<DungeonArchitect.Builders.Grid.MarkerEmitterGridWall2D/Wall2DMarkerInfo>::Add(T)
|
|
inline void List_1_Add_m717E39955894B7C971A660AC986DE10DCA856EA9_inline (List_1_t58925A78A274F84D9E284F6F1D514B62092908B6* __this, Wall2DMarkerInfo_t96E4C77D6D330E380EC7360D449681CAC8B287CD* ___0_item, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_t58925A78A274F84D9E284F6F1D514B62092908B6*, Wall2DMarkerInfo_t96E4C77D6D330E380EC7360D449681CAC8B287CD*, const RuntimeMethod*))List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_gshared_inline)(__this, ___0_item, method);
|
|
}
|
|
// UnityEngine.Vector3 DungeonArchitect.Utils.Matrix::GetTranslation(UnityEngine.Matrix4x4&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Matrix_GetTranslation_mB62810FB3AF7E6E5DF0093725DD51A9E313FC4E6 (Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6* ___0_matrix, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.Mathf::FloorToInt(System.Single)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Mathf_FloorToInt_m2A39AE881CAEE6B6A4B3BFEF9CA1ED40625F5AB7_inline (float ___0_f, const RuntimeMethod* method) ;
|
|
// UnityEngine.Vector3 UnityEngine.Quaternion::op_Multiply(UnityEngine.Quaternion,UnityEngine.Vector3)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Quaternion_op_Multiply_mE1EBA73F9173432B50F8F17CE8190C5A7986FB8C (Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 ___0_rotation, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___1_point, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.MonoBehaviour::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MonoBehaviour__ctor_m592DB0105CA0BC97AA1C5F4AD27B12D68A3B7C1E (MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71* __this, const RuntimeMethod* method) ;
|
|
// T UnityEngine.GameObject::GetComponent<DungeonArchitect.Builders.Grid.GridItemDoorMetadata>()
|
|
inline GridItemDoorMetadata_t081FCB6F362B79356353002B75AA19D1E78920D7* GameObject_GetComponent_TisGridItemDoorMetadata_t081FCB6F362B79356353002B75AA19D1E78920D7_m7A915F76BD8BADEDC4B302365D51245884AB204E (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( GridItemDoorMetadata_t081FCB6F362B79356353002B75AA19D1E78920D7* (*) (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F*, const RuntimeMethod*))GameObject_GetComponent_TisRuntimeObject_m6EAED4AA356F0F48288F67899E5958792395563B_gshared)(__this, method);
|
|
}
|
|
// T UnityEngine.GameObject::AddComponent<DungeonArchitect.Builders.Grid.GridItemDoorMetadata>()
|
|
inline GridItemDoorMetadata_t081FCB6F362B79356353002B75AA19D1E78920D7* GameObject_AddComponent_TisGridItemDoorMetadata_t081FCB6F362B79356353002B75AA19D1E78920D7_mF78B1ABFB855145CACD2559A1C8A0255F4D11D85 (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( GridItemDoorMetadata_t081FCB6F362B79356353002B75AA19D1E78920D7* (*) (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F*, const RuntimeMethod*))GameObject_AddComponent_TisRuntimeObject_m69B93700FACCF372F5753371C6E8FB780800B824_gshared)(__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.Void DungeonArchitect.DungeonItemSpawnListener::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DungeonItemSpawnListener__ctor_mFFB221826E9ECF86D406826BBC188C01D81E802A (DungeonItemSpawnListener_tBDC8AD76E919B2F334244A50FA526900164FC124* __this, const RuntimeMethod* method) ;
|
|
// DungeonArchitect.DungeonConfig DungeonArchitect.DungeonPaintMode::GetDungeonConfig()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DungeonConfig_tAB374D87D0852393B67D890DA66CD4B0EC2D7FBD* DungeonPaintMode_GetDungeonConfig_m3A8C09F33A8155BC56E864E779E823010E709C6E (DungeonPaintMode_tB68FC25EDA93402B9DABA715A0CB27FEA0AE5331* __this, const RuntimeMethod* method) ;
|
|
// DungeonArchitect.DungeonModel DungeonArchitect.DungeonPaintMode::GetDungeonModel()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DungeonModel_t53A77B7094F80C6A6C626E2E6B647289FBF29D19* DungeonPaintMode_GetDungeonModel_mADD298C10D7835639C656CDBCFB3A40A0C0CC495 (DungeonPaintMode_tB68FC25EDA93402B9DABA715A0CB27FEA0AE5331* __this, const RuntimeMethod* method) ;
|
|
// System.Void DungeonArchitect.DungeonPaintMode::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DungeonPaintMode__ctor_mDCF81DD6B3043CFF3F1B0687D246EA7742FA6BBF (DungeonPaintMode_tB68FC25EDA93402B9DABA715A0CB27FEA0AE5331* __this, const RuntimeMethod* method) ;
|
|
// System.Void DungeonArchitect.Builders.Grid.GridDungeonQuery::GenerateQuery()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GridDungeonQuery_GenerateQuery_m4854145251A8D8053B9FCCDAFB0C68288731C630 (GridDungeonQuery_tCF307DEFBAEFBDFFD4767D61DB44001DBC527856* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.Dictionary`2<System.Int32,UnityEngine.GameObject[]>::Clear()
|
|
inline void Dictionary_2_Clear_m8E34619B0C56D7685DE8EFD5086C412C09D69009 (Dictionary_2_tA67244141E978011D16C324808EB61B56151233E* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Dictionary_2_tA67244141E978011D16C324808EB61B56151233E*, const RuntimeMethod*))Dictionary_2_Clear_mE1EFF7C68491EE07D21EE9924475A559BF0A4773_gshared)(__this, method);
|
|
}
|
|
// T UnityEngine.Component::GetComponent<DungeonArchitect.Dungeon>()
|
|
inline Dungeon_tAA854F521189538FD299BECE6025726B6C359227* Component_GetComponent_TisDungeon_tAA854F521189538FD299BECE6025726B6C359227_mBD982A528DE9BA119B354B85129CEA38FF5B51F8 (Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( Dungeon_tAA854F521189538FD299BECE6025726B6C359227* (*) (Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3*, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_m7181F81CAEC2CF53F5D2BC79B7425C16E1F80D33_gshared)(__this, method);
|
|
}
|
|
// System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Collections.Generic.HashSet`1<UnityEngine.GameObject>>::.ctor()
|
|
inline void Dictionary_2__ctor_mA09809E0FB564DA6A196C0EC39471D9A9FAD2DD1 (Dictionary_2_t1657FC7D0CA5A01CEBBC689FF06E62E88BF18B41* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Dictionary_2_t1657FC7D0CA5A01CEBBC689FF06E62E88BF18B41*, const RuntimeMethod*))Dictionary_2__ctor_m92E9AB321FBD7147CA109C822D99C8B0610C27B7_gshared)(__this, method);
|
|
}
|
|
// T[] UnityEngine.Object::FindObjectsOfType<DungeonArchitect.Builders.Grid.GridItemDoorMetadata>()
|
|
inline GridItemDoorMetadataU5BU5D_tB267005524D13C184A8B3A86B31715CF9E5903CE* Object_FindObjectsOfType_TisGridItemDoorMetadata_t081FCB6F362B79356353002B75AA19D1E78920D7_mFD7301947E45B7F74D992D3BF4B133C654E1D43A (const RuntimeMethod* method)
|
|
{
|
|
return (( GridItemDoorMetadataU5BU5D_tB267005524D13C184A8B3A86B31715CF9E5903CE* (*) (const RuntimeMethod*))Object_FindObjectsOfType_TisRuntimeObject_m0B4DF4B8AB4C71E0F471BC9D0440B40844DA221D_gshared)(method);
|
|
}
|
|
// T UnityEngine.GameObject::GetComponent<DungeonArchitect.DungeonSceneProviderData>()
|
|
inline DungeonSceneProviderData_t550886CE6C51CA704025FA337DD6A8B9835DDA0A* GameObject_GetComponent_TisDungeonSceneProviderData_t550886CE6C51CA704025FA337DD6A8B9835DDA0A_mDAD2CC0D89C67E462DC4D6DF661735DD3321DAFB (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( DungeonSceneProviderData_t550886CE6C51CA704025FA337DD6A8B9835DDA0A* (*) (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F*, const RuntimeMethod*))GameObject_GetComponent_TisRuntimeObject_m6EAED4AA356F0F48288F67899E5958792395563B_gshared)(__this, method);
|
|
}
|
|
// System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,System.Collections.Generic.HashSet`1<UnityEngine.GameObject>>::ContainsKey(TKey)
|
|
inline bool Dictionary_2_ContainsKey_m3EB7580C3C05673431D56168C159C82753E2EC37 (Dictionary_2_t1657FC7D0CA5A01CEBBC689FF06E62E88BF18B41* __this, int32_t ___0_key, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Dictionary_2_t1657FC7D0CA5A01CEBBC689FF06E62E88BF18B41*, int32_t, const RuntimeMethod*))Dictionary_2_ContainsKey_mED5C451F158CDDD2B3F4B0720CD248DA9DB27B25_gshared)(__this, ___0_key, method);
|
|
}
|
|
// System.Void System.Collections.Generic.HashSet`1<UnityEngine.GameObject>::.ctor()
|
|
inline void HashSet_1__ctor_m78839548D7E3252DC1D5F2642AD73C49DD221534 (HashSet_1_tAA6C1F6337C1D573AEC249E1B9B43BFCADF908F2* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (HashSet_1_tAA6C1F6337C1D573AEC249E1B9B43BFCADF908F2*, const RuntimeMethod*))HashSet_1__ctor_m9132EE1422BAA45E44B7FFF495F378790D36D90E_gshared)(__this, method);
|
|
}
|
|
// System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Collections.Generic.HashSet`1<UnityEngine.GameObject>>::Add(TKey,TValue)
|
|
inline void Dictionary_2_Add_mEFBD91851E7400D6BBDB4E521092128F3C5E4FB7 (Dictionary_2_t1657FC7D0CA5A01CEBBC689FF06E62E88BF18B41* __this, int32_t ___0_key, HashSet_1_tAA6C1F6337C1D573AEC249E1B9B43BFCADF908F2* ___1_value, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Dictionary_2_t1657FC7D0CA5A01CEBBC689FF06E62E88BF18B41*, int32_t, HashSet_1_tAA6C1F6337C1D573AEC249E1B9B43BFCADF908F2*, const RuntimeMethod*))Dictionary_2_Add_mAF1EF7DA16BD70E252EA5C4B0F74DE519A02CBCD_gshared)(__this, ___0_key, ___1_value, method);
|
|
}
|
|
// TValue System.Collections.Generic.Dictionary`2<System.Int32,System.Collections.Generic.HashSet`1<UnityEngine.GameObject>>::get_Item(TKey)
|
|
inline HashSet_1_tAA6C1F6337C1D573AEC249E1B9B43BFCADF908F2* Dictionary_2_get_Item_m842F9BFFF355FABD75DE6A2538ACA5000E4421F6 (Dictionary_2_t1657FC7D0CA5A01CEBBC689FF06E62E88BF18B41* __this, int32_t ___0_key, const RuntimeMethod* method)
|
|
{
|
|
return (( HashSet_1_tAA6C1F6337C1D573AEC249E1B9B43BFCADF908F2* (*) (Dictionary_2_t1657FC7D0CA5A01CEBBC689FF06E62E88BF18B41*, int32_t, const RuntimeMethod*))Dictionary_2_get_Item_mC3FEA647E750C27367C990777D8890E0E712E514_gshared)(__this, ___0_key, method);
|
|
}
|
|
// System.Boolean System.Collections.Generic.HashSet`1<UnityEngine.GameObject>::Add(T)
|
|
inline bool HashSet_1_Add_m838292240F40A79A8FA7248252D9DFE734E6EDB3 (HashSet_1_tAA6C1F6337C1D573AEC249E1B9B43BFCADF908F2* __this, GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___0_item, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (HashSet_1_tAA6C1F6337C1D573AEC249E1B9B43BFCADF908F2*, GameObject_t76FEDD663AB33C991A9C9A23129337651094216F*, const RuntimeMethod*))HashSet_1_Add_m2CD7657B3459B61DD4BBA47024AC71F7D319658B_gshared)(__this, ___0_item, method);
|
|
}
|
|
// System.Collections.Generic.Dictionary`2/Enumerator<TKey,TValue> System.Collections.Generic.Dictionary`2<System.Int32,System.Collections.Generic.HashSet`1<UnityEngine.GameObject>>::GetEnumerator()
|
|
inline Enumerator_t9CC4D9CC22177512FCC642A41491A4E1F9959CB4 Dictionary_2_GetEnumerator_m4591B4D6386737DF034F141C9D060A987945F657 (Dictionary_2_t1657FC7D0CA5A01CEBBC689FF06E62E88BF18B41* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( Enumerator_t9CC4D9CC22177512FCC642A41491A4E1F9959CB4 (*) (Dictionary_2_t1657FC7D0CA5A01CEBBC689FF06E62E88BF18B41*, const RuntimeMethod*))Dictionary_2_GetEnumerator_m3F1620145BA0815B7C7CD648EF054558AA26556A_gshared)(__this, method);
|
|
}
|
|
// System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,System.Collections.Generic.HashSet`1<UnityEngine.GameObject>>::Dispose()
|
|
inline void Enumerator_Dispose_mB8CC35D3B6C5E7372C529656A3805F560A552DB7 (Enumerator_t9CC4D9CC22177512FCC642A41491A4E1F9959CB4* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Enumerator_t9CC4D9CC22177512FCC642A41491A4E1F9959CB4*, const RuntimeMethod*))Enumerator_Dispose_mAECCBE12C0427D7ACF88F82FA266F1AE37402565_gshared)(__this, method);
|
|
}
|
|
// System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,System.Collections.Generic.HashSet`1<UnityEngine.GameObject>>::get_Current()
|
|
inline KeyValuePair_2_t6CF39B39B0BE8649E1670F543D27F3519E2E3550 Enumerator_get_Current_mBA18E1D61B4E2BC488DDCB89194ECFABF658396F_inline (Enumerator_t9CC4D9CC22177512FCC642A41491A4E1F9959CB4* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( KeyValuePair_2_t6CF39B39B0BE8649E1670F543D27F3519E2E3550 (*) (Enumerator_t9CC4D9CC22177512FCC642A41491A4E1F9959CB4*, const RuntimeMethod*))Enumerator_get_Current_m90160D324DA0D9F5624A345F47D8E226A118911A_gshared_inline)(__this, method);
|
|
}
|
|
// TKey System.Collections.Generic.KeyValuePair`2<System.Int32,System.Collections.Generic.HashSet`1<UnityEngine.GameObject>>::get_Key()
|
|
inline int32_t KeyValuePair_2_get_Key_mFFCD113DA69AB2B6C410FF298DE942FCC42C8F3B_inline (KeyValuePair_2_t6CF39B39B0BE8649E1670F543D27F3519E2E3550* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (KeyValuePair_2_t6CF39B39B0BE8649E1670F543D27F3519E2E3550*, const RuntimeMethod*))KeyValuePair_2_get_Key_mF0E6A8A455FA71BC8EA94E39C8848FB35A836841_gshared_inline)(__this, method);
|
|
}
|
|
// TValue System.Collections.Generic.KeyValuePair`2<System.Int32,System.Collections.Generic.HashSet`1<UnityEngine.GameObject>>::get_Value()
|
|
inline HashSet_1_tAA6C1F6337C1D573AEC249E1B9B43BFCADF908F2* KeyValuePair_2_get_Value_mAEF0BF5830BAC18EAF54A7706692BD0DF9E50E89_inline (KeyValuePair_2_t6CF39B39B0BE8649E1670F543D27F3519E2E3550* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( HashSet_1_tAA6C1F6337C1D573AEC249E1B9B43BFCADF908F2* (*) (KeyValuePair_2_t6CF39B39B0BE8649E1670F543D27F3519E2E3550*, const RuntimeMethod*))KeyValuePair_2_get_Value_m8508BCECB0654E2E93B1A141382E2688ADE7EE7C_gshared_inline)(__this, method);
|
|
}
|
|
// TSource[] System.Linq.Enumerable::ToArray<UnityEngine.GameObject>(System.Collections.Generic.IEnumerable`1<TSource>)
|
|
inline GameObjectU5BU5D_tFF67550DFCE87096D7A3734EA15B75896B2722CF* Enumerable_ToArray_TisGameObject_t76FEDD663AB33C991A9C9A23129337651094216F_m86B5968901F31A7FE50DBA57509294CD77E18859 (RuntimeObject* ___0_source, const RuntimeMethod* method)
|
|
{
|
|
return (( GameObjectU5BU5D_tFF67550DFCE87096D7A3734EA15B75896B2722CF* (*) (RuntimeObject*, const RuntimeMethod*))Enumerable_ToArray_TisRuntimeObject_mA54265C2C8A0864929ECD300B75E4952D553D17D_gshared)(___0_source, method);
|
|
}
|
|
// System.Void System.Collections.Generic.Dictionary`2<System.Int32,UnityEngine.GameObject[]>::Add(TKey,TValue)
|
|
inline void Dictionary_2_Add_mFD549E360DA40C8F8320EAD046D469395C198AD3 (Dictionary_2_tA67244141E978011D16C324808EB61B56151233E* __this, int32_t ___0_key, GameObjectU5BU5D_tFF67550DFCE87096D7A3734EA15B75896B2722CF* ___1_value, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Dictionary_2_tA67244141E978011D16C324808EB61B56151233E*, int32_t, GameObjectU5BU5D_tFF67550DFCE87096D7A3734EA15B75896B2722CF*, const RuntimeMethod*))Dictionary_2_Add_mAF1EF7DA16BD70E252EA5C4B0F74DE519A02CBCD_gshared)(__this, ___0_key, ___1_value, method);
|
|
}
|
|
// System.Boolean System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,System.Collections.Generic.HashSet`1<UnityEngine.GameObject>>::MoveNext()
|
|
inline bool Enumerator_MoveNext_m4554D265848AF3D4F0A422D41A195F18F61D21D9 (Enumerator_t9CC4D9CC22177512FCC642A41491A4E1F9959CB4* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Enumerator_t9CC4D9CC22177512FCC642A41491A4E1F9959CB4*, const RuntimeMethod*))Enumerator_MoveNext_m4DC143BC57F14EDD85AB13B6D6F3B5D0E319B30E_gshared)(__this, method);
|
|
}
|
|
// System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,UnityEngine.GameObject[]>::ContainsKey(TKey)
|
|
inline bool Dictionary_2_ContainsKey_mD95DF8A0602DB2690D700EBD4E855F767E3BF583 (Dictionary_2_tA67244141E978011D16C324808EB61B56151233E* __this, int32_t ___0_key, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Dictionary_2_tA67244141E978011D16C324808EB61B56151233E*, int32_t, const RuntimeMethod*))Dictionary_2_ContainsKey_mED5C451F158CDDD2B3F4B0720CD248DA9DB27B25_gshared)(__this, ___0_key, method);
|
|
}
|
|
// TValue System.Collections.Generic.Dictionary`2<System.Int32,UnityEngine.GameObject[]>::get_Item(TKey)
|
|
inline GameObjectU5BU5D_tFF67550DFCE87096D7A3734EA15B75896B2722CF* Dictionary_2_get_Item_mA812D91FE8B310DE904FBA1F50374F4180617D2D (Dictionary_2_tA67244141E978011D16C324808EB61B56151233E* __this, int32_t ___0_key, const RuntimeMethod* method)
|
|
{
|
|
return (( GameObjectU5BU5D_tFF67550DFCE87096D7A3734EA15B75896B2722CF* (*) (Dictionary_2_tA67244141E978011D16C324808EB61B56151233E*, int32_t, const RuntimeMethod*))Dictionary_2_get_Item_mC3FEA647E750C27367C990777D8890E0E712E514_gshared)(__this, ___0_key, method);
|
|
}
|
|
// T UnityEngine.Component::GetComponent<DungeonArchitect.Builders.Grid.GridDungeonModel>()
|
|
inline GridDungeonModel_tAEF5278646C831FA4C6EEEFEF7128869C645942F* Component_GetComponent_TisGridDungeonModel_tAEF5278646C831FA4C6EEEFEF7128869C645942F_m3EEF24796AFD9A8927D05513E28C0A6BDDE8C12D (Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( GridDungeonModel_tAEF5278646C831FA4C6EEEFEF7128869C645942F* (*) (Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3*, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_m7181F81CAEC2CF53F5D2BC79B7425C16E1F80D33_gshared)(__this, method);
|
|
}
|
|
// UnityEngine.Bounds DungeonArchitect.Builders.Grid.Cell::GetWorldBounds(UnityEngine.Vector3)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Bounds_t367E830C64BBF235ED8C3B2F8CF6254FDCAD39C3 Cell_GetWorldBounds_m1D2B416C78B4D566A0CE313FF3EC6CD40206D305 (Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01* __this, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_gridSize, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.Bounds::Contains(UnityEngine.Vector3)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Bounds_Contains_m584E9DE0CF9D90C3C4F928BA8F5AD328393F3555 (Bounds_t367E830C64BBF235ED8C3B2F8CF6254FDCAD39C3* __this, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_point, const RuntimeMethod* 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<DungeonArchitect.Builders.Grid.Cell>::get_Item(System.Int32)
|
|
inline Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01* List_1_get_Item_m30F652E544243C8D0A4EC46081125E203D2B4C5F (List_1_t987D5B80738D2852896A351FD59FC0CCCE96F45A* __this, int32_t ___0_index, const RuntimeMethod* method)
|
|
{
|
|
return (( Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01* (*) (List_1_t987D5B80738D2852896A351FD59FC0CCCE96F45A*, int32_t, const RuntimeMethod*))List_1_get_Item_m33561245D64798C2AB07584C0EC4F240E4839A38_gshared)(__this, ___0_index, method);
|
|
}
|
|
// DungeonArchitect.Builders.Grid.Cell[] DungeonArchitect.Builders.Grid.GridDungeonModelUtils::FindFurthestRooms(DungeonArchitect.Builders.Grid.GridDungeonModel)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CellU5BU5D_t406DA9ADF2EEAF234F96021B19BC0F69BA6814C8* GridDungeonModelUtils_FindFurthestRooms_m2D6178877810725C28FDFFBD2351835DA5E15A51 (GridDungeonModel_tAEF5278646C831FA4C6EEEFEF7128869C645942F* ___0_model, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.Dictionary`2<System.Int32,UnityEngine.GameObject[]>::.ctor()
|
|
inline void Dictionary_2__ctor_m9242BF83415E907FCF962578CE4F90EB39A5D582 (Dictionary_2_tA67244141E978011D16C324808EB61B56151233E* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Dictionary_2_tA67244141E978011D16C324808EB61B56151233E*, const RuntimeMethod*))Dictionary_2__ctor_m92E9AB321FBD7147CA109C822D99C8B0610C27B7_gshared)(__this, method);
|
|
}
|
|
// System.Void DungeonArchitect.DungeonEventListener::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DungeonEventListener__ctor_m922ECF10BBFD6A5CE70AFCE0E110EEFE569DCB01 (DungeonEventListener_tDD3B54FF16033C77DFC0C51CAF87B8C85D4C00CF* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean DungeonArchitect.Builders.Grid.GridBuilderUtils::IsCorridor(DungeonArchitect.Builders.Grid.CellType)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GridBuilderUtils_IsCorridor_mEBA6902F5A3C4C1B80F9E8A57527C6B1F99FF45E (int32_t ___0_type, const RuntimeMethod* method) ;
|
|
// System.Boolean DungeonArchitect.Builders.Grid.DoorManager::ContainsDoorBetweenCells(System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DoorManager_ContainsDoorBetweenCells_m9E6FD6D294A3617581772C81DDA8F7EC9CFF87F1 (DoorManager_t2E65BDE0A91F2AC349DA211CBF35427A2D919203* __this, int32_t ___0_cellA, int32_t ___1_cellB, const RuntimeMethod* method) ;
|
|
// System.Boolean DungeonArchitect.Builders.Grid.GridDungeonModel::ContainsStair(System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GridDungeonModel_ContainsStair_mC8A1985CC1FFBE3F8562CD6A69A4FF8A853B1E41 (GridDungeonModel_tAEF5278646C831FA4C6EEEFEF7128869C645942F* __this, int32_t ___0_cellA, int32_t ___1_cellB, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.List`1<System.Int32>::.ctor()
|
|
inline void List_1__ctor_m17F501B5A5C289ECE1B4F3D6EBF05DFA421433F8 (List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73*, const RuntimeMethod*))List_1__ctor_m17F501B5A5C289ECE1B4F3D6EBF05DFA421433F8_gshared)(__this, method);
|
|
}
|
|
// System.Void 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);
|
|
}
|
|
// T[] System.Collections.Generic.List`1<System.Int32>::ToArray()
|
|
inline Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* List_1_ToArray_m65479FB75A5FE539EA1A0D6681172717D23CEAAA (List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* (*) (List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73*, const RuntimeMethod*))List_1_ToArray_m65479FB75A5FE539EA1A0D6681172717D23CEAAA_gshared)(__this, method);
|
|
}
|
|
// System.Void System.Collections.Generic.Stack`1<System.Int32>::.ctor()
|
|
inline void Stack_1__ctor_mF63AE96E8925749CDACE05B89002A389DDD748D1 (Stack_1_t3197E0F5EA36E611B259A88751D31FC2396FE4B6* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Stack_1_t3197E0F5EA36E611B259A88751D31FC2396FE4B6*, const RuntimeMethod*))Stack_1__ctor_mF63AE96E8925749CDACE05B89002A389DDD748D1_gshared)(__this, method);
|
|
}
|
|
// System.Void System.Collections.Generic.Stack`1<System.Int32>::Push(T)
|
|
inline void Stack_1_Push_mF7CC12CF73D9D4B66FFA2E2D264270212CAB3EDA (Stack_1_t3197E0F5EA36E611B259A88751D31FC2396FE4B6* __this, int32_t ___0_item, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Stack_1_t3197E0F5EA36E611B259A88751D31FC2396FE4B6*, int32_t, const RuntimeMethod*))Stack_1_Push_mF7CC12CF73D9D4B66FFA2E2D264270212CAB3EDA_gshared)(__this, ___0_item, method);
|
|
}
|
|
// T System.Collections.Generic.Stack`1<System.Int32>::Pop()
|
|
inline int32_t Stack_1_Pop_m59DFD2B5EC8D9044532E0AD0BDB20DB33BA76748 (Stack_1_t3197E0F5EA36E611B259A88751D31FC2396FE4B6* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (Stack_1_t3197E0F5EA36E611B259A88751D31FC2396FE4B6*, const RuntimeMethod*))Stack_1_Pop_m59DFD2B5EC8D9044532E0AD0BDB20DB33BA76748_gshared)(__this, method);
|
|
}
|
|
// System.Boolean DungeonArchitect.Builders.Grid.GridBuilderUtils::AreAdjacentCellsReachable(DungeonArchitect.Builders.Grid.GridDungeonModel,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GridBuilderUtils_AreAdjacentCellsReachable_m3FA31F04999AAB0B6E605EC5843A8BBF0ADB9C09 (GridDungeonModel_tAEF5278646C831FA4C6EEEFEF7128869C645942F* ___0_gridModel, int32_t ___1_cellIdA, int32_t ___2_cellIdB, const RuntimeMethod* method) ;
|
|
// System.Int32 System.Collections.Generic.Stack`1<System.Int32>::get_Count()
|
|
inline int32_t Stack_1_get_Count_m367DD1E571E10E5D1B0D13434E35DC7FC31FA886_inline (Stack_1_t3197E0F5EA36E611B259A88751D31FC2396FE4B6* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (Stack_1_t3197E0F5EA36E611B259A88751D31FC2396FE4B6*, const RuntimeMethod*))Stack_1_get_Count_m367DD1E571E10E5D1B0D13434E35DC7FC31FA886_gshared_inline)(__this, method);
|
|
}
|
|
// System.Void System.Collections.Generic.List`1<System.Int32>::Clear()
|
|
inline void List_1_Clear_mF6795DE5F49C1D0B91D6A0955F448B22970D67A9_inline (List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73*, const RuntimeMethod*))List_1_Clear_mF6795DE5F49C1D0B91D6A0955F448B22970D67A9_gshared_inline)(__this, method);
|
|
}
|
|
// System.Void DungeonArchitect.Utils.DebugDrawUtils::DrawBounds(DungeonArchitect.Rectangle,UnityEngine.Color,UnityEngine.Vector3,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DebugDrawUtils_DrawBounds_m2A5835D6779302E0C451B7DECF5999CEF2A96457 (Rectangle_tA560F5F5599A7C11DDD6E7EC2A93ABD2AAA6C64E ___0_bounds, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___1_color, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___2_gridScale, bool ___3_mode2D, const RuntimeMethod* method) ;
|
|
// UnityEngine.Camera UnityEngine.Camera::get_main()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* Camera_get_main_m52C992F18E05355ABB9EEB64A4BF2215E12762DF (const RuntimeMethod* method) ;
|
|
// UnityEngine.Vector3 UnityEngine.Camera::WorldToScreenPoint(UnityEngine.Vector3)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Camera_WorldToScreenPoint_m26B4C8945C3B5731F1CC5944CFD96BF17126BAA3 (Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* __this, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_position, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.Screen::get_height()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Screen_get_height_m01A3102DE71EE1FBEA51D09D6B0261CF864FE8F9 (const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.Rect::.ctor(System.Single,System.Single,System.Single,System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rect__ctor_m18C3033D135097BEE424AAA68D91C706D2647F23 (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* __this, float ___0_x, float ___1_y, float ___2_width, float ___3_height, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.GUI::Label(UnityEngine.Rect,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUI_Label_m4A951E57C7DCCF95A0306240144CA2713F546526 (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___0_position, String_t* ___1_text, const RuntimeMethod* method) ;
|
|
// System.Void DungeonArchitect.Builders.Grid.GridBuilderUtils::GetRoomConnectionPointsForTiledMode(DungeonArchitect.Rectangle,System.Collections.Generic.List`1<DungeonArchitect.IntVector>&,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GridBuilderUtils_GetRoomConnectionPointsForTiledMode_mAF10C571825C25369191A06D7B40C6F7B9745CEA (Rectangle_tA560F5F5599A7C11DDD6E7EC2A93ABD2AAA6C64E ___0_bounds, List_1_t72F81508323A323FA6727DCAE9E4209241B62383** ___1_positions, bool ___2_skipCornersOnPathSelection, const RuntimeMethod* method) ;
|
|
// System.Void DungeonArchitect.Utils.DebugDrawUtils::DrawLine(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Color,System.Single,System.Boolean,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DebugDrawUtils_DrawLine_m515C5368090D3395D57BB470B0106FF58782383B (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_start, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___1_end, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___2_color, float ___3_duration, bool ___4_depthTest, bool ___5_mode2D, const RuntimeMethod* method) ;
|
|
// System.Collections.Generic.HashSet`1<System.Int32> DungeonArchitect.Builders.Grid.Cell::get_FixedRoomConnections()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2* Cell_get_FixedRoomConnections_m69E448BFEBEDDC29A140EA9E3441DEC098D0D692_inline (Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.Color UnityEngine.Color::get_red()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Color_tD001788D726C3A7F1379BEED0260B9591F440C1F Color_get_red_mA2E53E7173FDC97E68E335049AB0FAAEE43A844D_inline (const RuntimeMethod* method) ;
|
|
// System.Void DungeonArchitect.Volume::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Volume__ctor_mD78989B38E1986C8697A66AFC31678EBF6D14321 (Volume_t171840DEFF59415CE26C50B8BDC663D2D36C57DA* __this, const RuntimeMethod* method) ;
|
|
// DungeonArchitect.SpatialConstraints.SpatialConstraintRuleDomain DungeonArchitect.SpatialConstraints.SpatialConstraintProcessor::GetDomain(DungeonArchitect.SpatialConstraints.SpatialConstraintProcessorContext)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SpatialConstraintRuleDomain_t8806A221A568DB9E1DB40B1853E58B52BB3EB4C3* SpatialConstraintProcessor_GetDomain_mFEED4C45DA1FEB77D81395E21767AFB1AD05FED3 (SpatialConstraintProcessor_tCC087B0417271713989DB46A9785DCF36D276DD1* __this, SpatialConstraintProcessorContext_tEB099C91F3C403C98BD8A0E0B7DFFF1C9FA9AEF7* ___0_context, const RuntimeMethod* method) ;
|
|
// System.Void DungeonArchitect.SpatialConstraints.SpatialConstraintProcessor::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SpatialConstraintProcessor__ctor_m85DDD58A2DDE97F984125A531221E6E782865F6C (SpatialConstraintProcessor_tCC087B0417271713989DB46A9785DCF36D276DD1* __this, const RuntimeMethod* method) ;
|
|
// System.Void DungeonArchitect.Builders.Grid.Mirroring.GridDungeonMirror::.ctor(System.Single,System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GridDungeonMirror__ctor_m1C30B5F377AC246C0973800154D0B026BFF56C9D (GridDungeonMirror_t7768DF7A92401BBF47F80F359EC0B211E2CC2EED* __this, float ___0_mirrorBasePosition, float ___1_gridSize, const RuntimeMethod* method) ;
|
|
// System.Void DungeonArchitect.Builders.Grid.Mirroring.GridDungeonMirrorAxisX::.ctor(UnityEngine.Vector3,UnityEngine.Vector3)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GridDungeonMirrorAxisX__ctor_m99005EE3F1552A56186A71BE2D481AAD3F2C40C7 (GridDungeonMirrorAxisX_t5DEFD4268DD5D373DEB2324A25D3F8939BD442CD* __this, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_mirrorBasePosition, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___1_gridSize, const RuntimeMethod* method) ;
|
|
// System.Void DungeonArchitect.Builders.Grid.Mirroring.GridDungeonMirrorAxisZ::.ctor(UnityEngine.Vector3,UnityEngine.Vector3)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GridDungeonMirrorAxisZ__ctor_m063E2FEC45B1C42374B1F79A107D8770BA97747C (GridDungeonMirrorAxisZ_tFE5366817390814C6DCF70D4A68EA5516933016D* __this, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_mirrorBasePosition, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___1_gridSize, const RuntimeMethod* method) ;
|
|
// System.Void DungeonArchitect.Rectangle::.ctor(DungeonArchitect.IntVector,DungeonArchitect.IntVector)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rectangle__ctor_m3AC35F3E815A8A14017F485B942EC82A65BB78C3 (Rectangle_tA560F5F5599A7C11DDD6E7EC2A93ABD2AAA6C64E* __this, IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C ___0_location, IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C ___1_size, const RuntimeMethod* method) ;
|
|
// System.Int32 DungeonArchitect.Builders.Grid.Mirroring.GridDungeonMirror::GetCutoff()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GridDungeonMirror_GetCutoff_m2D479ED8132F1474F22E7699C5DFF39D4698A82C (GridDungeonMirror_t7768DF7A92401BBF47F80F359EC0B211E2CC2EED* __this, const RuntimeMethod* method) ;
|
|
// System.Void DungeonArchitect.Rectangle::set_Size(DungeonArchitect.IntVector)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Rectangle_set_Size_m49F71D3947C8EC86A65E51B75BCB096F54839CCB_inline (Rectangle_tA560F5F5599A7C11DDD6E7EC2A93ABD2AAA6C64E* __this, IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void DungeonArchitect.Builders.Grid.Cell::set_Bounds(DungeonArchitect.Rectangle)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Cell_set_Bounds_mF3AA7846D3CE9C23A1757A0A5E718DC1533545A9_inline (Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01* __this, Rectangle_tA560F5F5599A7C11DDD6E7EC2A93ABD2AAA6C64E ___0_value, const RuntimeMethod* method) ;
|
|
// UnityEngine.Vector3 UnityEngine.Vector3::get_forward()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Vector3_get_forward_mAA55A7034304DF8B2152EAD49AE779FC4CA2EB4A_inline (const RuntimeMethod* method) ;
|
|
// System.Single UnityEngine.Vector3::Dot(UnityEngine.Vector3,UnityEngine.Vector3)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Vector3_Dot_mBB86BB940AA0A32FA7D3C02AC42E5BC7095A5D52_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_lhs, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___1_rhs, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.Mathf::Approximately(System.Single,System.Single)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Mathf_Approximately_m1DADD012A8FC82E11FB282501AE2EBBF9A77150B_inline (float ___0_a, float ___1_b, const RuntimeMethod* method) ;
|
|
// UnityEngine.Quaternion UnityEngine.Quaternion::Euler(System.Single,System.Single,System.Single)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 Quaternion_Euler_m9262AB29E3E9CE94EF71051F38A28E82AEC73F90_inline (float ___0_x, float ___1_y, float ___2_z, const RuntimeMethod* method) ;
|
|
// UnityEngine.Quaternion UnityEngine.Quaternion::op_Multiply(UnityEngine.Quaternion,UnityEngine.Quaternion)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 Quaternion_op_Multiply_mCB375FCCC12A2EC8F9EB824A1BFB4453B58C2012_inline (Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 ___0_lhs, Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 ___1_rhs, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.Debug::Log(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debug_Log_m87A9A3C761FF5C43ED8A53B16190A53D08F818BB (RuntimeObject* ___0_message, const RuntimeMethod* method) ;
|
|
// System.Void DungeonArchitect.DungeonBuilder::BuildDungeon(DungeonArchitect.DungeonConfig,DungeonArchitect.DungeonModel)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DungeonBuilder_BuildDungeon_m3560800F8DB87C0B58247D249C2400C41A865535 (DungeonBuilder_tD1E33B0EE44EFF472152D3D8233F3804191E65EA* __this, DungeonConfig_tAB374D87D0852393B67D890DA66CD4B0EC2D7FBD* ___0_config, DungeonModel_t53A77B7094F80C6A6C626E2E6B647289FBF29D19* ___1_model, const RuntimeMethod* method) ;
|
|
// System.Void System.Random::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Random__ctor_mFB386F0C0ED85F26CD069C3527052B81878A2F1E (Random_t79716069EDE67D1D7734F60AE402D0CA3FB6B4C8* __this, int32_t ___0_Seed, const RuntimeMethod* method) ;
|
|
// System.Void DungeonArchitect.Builders.FloorPlan.FloorPlanBuilder::BuildLayout()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FloorPlanBuilder_BuildLayout_mBA562E364D5BF0FC0DC13D9F7639F81CEEDFC2EF (FloorPlanBuilder_t6DB1ECBEE30EEB42CF67A373D06CAE68435ACE9D* __this, const RuntimeMethod* method) ;
|
|
// System.Void DungeonArchitect.DungeonBuilder::EmitMarkers()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DungeonBuilder_EmitMarkers_m9A37877CCDCD23ED308C323678985233569EB0F1 (DungeonBuilder_tD1E33B0EE44EFF472152D3D8233F3804191E65EA* __this, const RuntimeMethod* method) ;
|
|
// System.Void DungeonArchitect.Builders.FloorPlan.FloorPlanBuilder::EmitBuildingMarkers()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FloorPlanBuilder_EmitBuildingMarkers_m3B643E67A74042BBDE641051E17CD747821DA246 (FloorPlanBuilder_t6DB1ECBEE30EEB42CF67A373D06CAE68435ACE9D* __this, const RuntimeMethod* method) ;
|
|
// System.Void DungeonArchitect.DungeonBuilder::ProcessMarkerOverrideVolumes()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DungeonBuilder_ProcessMarkerOverrideVolumes_m1D956AAA9A0ED06FEEA3CF88D40E4BAA41ACDFCA (DungeonBuilder_tD1E33B0EE44EFF472152D3D8233F3804191E65EA* __this, const RuntimeMethod* method) ;
|
|
// System.Void DungeonArchitect.Builders.FloorPlan.FloorChunkDB::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FloorChunkDB__ctor_m3275B54287C7D5FAB413DDDAA3A7E152796AD0CE (FloorChunkDB_tD6E5766D39D25018B82906C456A920512D9E0696* __this, const RuntimeMethod* method) ;
|
|
// System.Void DungeonArchitect.Builders.FloorPlan.FloorDoorManager::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FloorDoorManager__ctor_m54F0539CB605082CECBB4C7FD7014A0BC7884C44 (FloorDoorManager_tB284F7FF94D176DB5250C96E2A25376D07FEB8E2* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.HashSet`1<System.Int32>::Clear()
|
|
inline void HashSet_1_Clear_m88C3BA6617F6667126635140414D44D76C42AE92 (HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2*, const RuntimeMethod*))HashSet_1_Clear_m88C3BA6617F6667126635140414D44D76C42AE92_gshared)(__this, method);
|
|
}
|
|
// System.Void System.Collections.Generic.List`1<UnityEngine.Vector2>::.ctor()
|
|
inline void List_1__ctor_m88C4BD8AC607DB3585552068F4DC437406358D5F (List_1_t8F3790B7F8C471B3A1336522C7415FB0AC36D47B* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_t8F3790B7F8C471B3A1336522C7415FB0AC36D47B*, const RuntimeMethod*))List_1__ctor_m88C4BD8AC607DB3585552068F4DC437406358D5F_gshared)(__this, 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) ;
|
|
// System.Void System.Collections.Generic.List`1<UnityEngine.Vector2>::Add(T)
|
|
inline void List_1_Add_mB5FDF069171C4CB1778BFAC3B9015A22EA7DFBCD_inline (List_1_t8F3790B7F8C471B3A1336522C7415FB0AC36D47B* __this, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___0_item, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_t8F3790B7F8C471B3A1336522C7415FB0AC36D47B*, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7, const RuntimeMethod*))List_1_Add_mB5FDF069171C4CB1778BFAC3B9015A22EA7DFBCD_gshared_inline)(__this, ___0_item, method);
|
|
}
|
|
// System.Void System.Collections.Generic.List`1<DungeonArchitect.Builders.FloorPlan.FloorChunk>::.ctor()
|
|
inline void List_1__ctor_m4E8A77D9DC18B2DBEED0F31589C42848E91083AD (List_1_tC2B2F0FF500476942F279BAE4B554183BB036C00* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_tC2B2F0FF500476942F279BAE4B554183BB036C00*, const RuntimeMethod*))List_1__ctor_m7F078BB342729BDF11327FD89D7872265328F690_gshared)(__this, method);
|
|
}
|
|
// DungeonArchitect.Builders.FloorPlan.FloorChunk DungeonArchitect.Builders.FloorPlan.FloorChunkDB::Create()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* FloorChunkDB_Create_m15F0B47F5450A43BEE0F90828AED13C55BE99871 (FloorChunkDB_tD6E5766D39D25018B82906C456A920512D9E0696* __this, const RuntimeMethod* method) ;
|
|
// System.Void DungeonArchitect.Rectangle::set_Location(DungeonArchitect.IntVector)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Rectangle_set_Location_m6BBC646F493116B7888B219B2F48B0E634836185_inline (Rectangle_tA560F5F5599A7C11DDD6E7EC2A93ABD2AAA6C64E* __this, IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C ___0_value, const RuntimeMethod* method) ;
|
|
// DungeonArchitect.IntVector DungeonArchitect.Utils.MathUtils::ToIntVector(UnityEngine.Vector3)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C MathUtils_ToIntVector_mBB1A27762E1EB2064865DE6AC6A54A5B4A4C525E (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_v, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.Stack`1<DungeonArchitect.Builders.FloorPlan.FloorChunk>::.ctor()
|
|
inline void Stack_1__ctor_m915995050DB3E545B0C98B198EC439F3460A03DF (Stack_1_t008F77A2EA1C59212A9090390D4194878D392F20* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Stack_1_t008F77A2EA1C59212A9090390D4194878D392F20*, const RuntimeMethod*))Stack_1__ctor_m70E8EDA96A608CE9BAB7FC8313B233AADA573BD4_gshared)(__this, method);
|
|
}
|
|
// System.Void System.Collections.Generic.Stack`1<DungeonArchitect.Builders.FloorPlan.FloorChunk>::Push(T)
|
|
inline void Stack_1_Push_mE2C74D547B25BA45DE764E6915EDAA0BF7E657CB (Stack_1_t008F77A2EA1C59212A9090390D4194878D392F20* __this, FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* ___0_item, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Stack_1_t008F77A2EA1C59212A9090390D4194878D392F20*, FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775*, const RuntimeMethod*))Stack_1_Push_m709DD11BC1291A905814182CF9A367DE7399A778_gshared)(__this, ___0_item, method);
|
|
}
|
|
// T System.Collections.Generic.Stack`1<DungeonArchitect.Builders.FloorPlan.FloorChunk>::Pop()
|
|
inline FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* Stack_1_Pop_m6C802318BB6B86EED2CF00BA8FE172580CBA4825 (Stack_1_t008F77A2EA1C59212A9090390D4194878D392F20* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* (*) (Stack_1_t008F77A2EA1C59212A9090390D4194878D392F20*, const RuntimeMethod*))Stack_1_Pop_m2AFF69249659372F07EE25817DBCAFE74E1CF778_gshared)(__this, method);
|
|
}
|
|
// System.Int32 DungeonArchitect.Builders.FloorPlan.FloorChunk::Area()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FloorChunk_Area_m280221AF975E5E0C1C1A9E2186D43A20D0614403 (FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.List`1<DungeonArchitect.Builders.FloorPlan.FloorChunk>::Add(T)
|
|
inline void List_1_Add_mD754C5426BA06E611CC9275902F4FF3BB4EA6996_inline (List_1_tC2B2F0FF500476942F279BAE4B554183BB036C00* __this, FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* ___0_item, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_tC2B2F0FF500476942F279BAE4B554183BB036C00*, FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775*, const RuntimeMethod*))List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_gshared_inline)(__this, ___0_item, method);
|
|
}
|
|
// System.Int32 System.Collections.Generic.List`1<UnityEngine.Vector2>::get_Count()
|
|
inline int32_t List_1_get_Count_mF1C0C56457C655BDFFC6EE5B46FAD8BAEC1F588B_inline (List_1_t8F3790B7F8C471B3A1336522C7415FB0AC36D47B* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (List_1_t8F3790B7F8C471B3A1336522C7415FB0AC36D47B*, const RuntimeMethod*))List_1_get_Count_mF1C0C56457C655BDFFC6EE5B46FAD8BAEC1F588B_gshared_inline)(__this, method);
|
|
}
|
|
// T System.Collections.Generic.List`1<UnityEngine.Vector2>::get_Item(System.Int32)
|
|
inline Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 List_1_get_Item_m1F8E226CAD72B83C5E75BB66B43025247806B543 (List_1_t8F3790B7F8C471B3A1336522C7415FB0AC36D47B* __this, int32_t ___0_index, const RuntimeMethod* method)
|
|
{
|
|
return (( Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 (*) (List_1_t8F3790B7F8C471B3A1336522C7415FB0AC36D47B*, int32_t, const RuntimeMethod*))List_1_get_Item_m1F8E226CAD72B83C5E75BB66B43025247806B543_gshared)(__this, ___0_index, method);
|
|
}
|
|
// System.Boolean DungeonArchitect.Rectangle::Contains(System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Rectangle_Contains_m81F7B9823E19D05E59C7891D91ECD6BD703A03A8 (Rectangle_tA560F5F5599A7C11DDD6E7EC2A93ABD2AAA6C64E* __this, int32_t ___0_x, int32_t ___1_z, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.List`1<UnityEngine.Vector2>::RemoveAt(System.Int32)
|
|
inline void List_1_RemoveAt_m60D3B14293FFCFAB03D463B1F88FBC8AB695C991 (List_1_t8F3790B7F8C471B3A1336522C7415FB0AC36D47B* __this, int32_t ___0_index, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_t8F3790B7F8C471B3A1336522C7415FB0AC36D47B*, int32_t, const RuntimeMethod*))List_1_RemoveAt_m60D3B14293FFCFAB03D463B1F88FBC8AB695C991_gshared)(__this, ___0_index, method);
|
|
}
|
|
// System.Void DungeonArchitect.Builders.FloorPlan.FloorPlanBuilder::SplitChunk(DungeonArchitect.Builders.FloorPlan.FloorChunk,System.Single,DungeonArchitect.Builders.FloorPlan.FloorChunk,DungeonArchitect.Builders.FloorPlan.FloorChunk,DungeonArchitect.Builders.FloorPlan.FloorChunk)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FloorPlanBuilder_SplitChunk_m8C4E608BB6949049C352B46C7BF10DB5ABC98636 (FloorPlanBuilder_t6DB1ECBEE30EEB42CF67A373D06CAE68435ACE9D* __this, FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* ___0_Chunk, float ___1_ratio, FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* ___2_OutLeft, FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* ___3_OutRight, FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* ___4_OutHallway, const RuntimeMethod* method) ;
|
|
// System.Void DungeonArchitect.Builders.FloorPlan.FloorPlanBuilder::SplitChunk(DungeonArchitect.Builders.FloorPlan.FloorChunk,DungeonArchitect.Builders.FloorPlan.FloorChunk,DungeonArchitect.Builders.FloorPlan.FloorChunk,DungeonArchitect.Builders.FloorPlan.FloorChunk)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FloorPlanBuilder_SplitChunk_mA159BF8A2AAC23C24FA4113CAA422C106144E615 (FloorPlanBuilder_t6DB1ECBEE30EEB42CF67A373D06CAE68435ACE9D* __this, FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* ___0_Chunk, FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* ___1_OutLeft, FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* ___2_OutRight, FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* ___3_OutHallway, const RuntimeMethod* method) ;
|
|
// System.Void DungeonArchitect.Builders.FloorPlan.FloorChunkDB::Register(DungeonArchitect.Builders.FloorPlan.FloorChunk)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FloorChunkDB_Register_m38AA2C9FD9FA0517692CB14F9A536C93052AFB6B (FloorChunkDB_tD6E5766D39D25018B82906C456A920512D9E0696* __this, FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* ___0_Chunk, const RuntimeMethod* method) ;
|
|
// System.Int32 System.Collections.Generic.Stack`1<DungeonArchitect.Builders.FloorPlan.FloorChunk>::get_Count()
|
|
inline int32_t Stack_1_get_Count_m1E6B690145DDDBF7B24708A5A93CE2C43A11E270_inline (Stack_1_t008F77A2EA1C59212A9090390D4194878D392F20* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (Stack_1_t008F77A2EA1C59212A9090390D4194878D392F20*, const RuntimeMethod*))Stack_1_get_Count_mD08AE71D49787D30DDD9D484BCD323D646744D2E_gshared_inline)(__this, method);
|
|
}
|
|
// System.Collections.Generic.List`1/Enumerator<T> System.Collections.Generic.List`1<DungeonArchitect.Builders.FloorPlan.FloorChunk>::GetEnumerator()
|
|
inline Enumerator_tDFB92630CECB14E9DD1CF71E0032300637F0C7BF List_1_GetEnumerator_m6353C2F311D40B42FC5FF76519D054D93CCABEB0 (List_1_tC2B2F0FF500476942F279BAE4B554183BB036C00* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( Enumerator_tDFB92630CECB14E9DD1CF71E0032300637F0C7BF (*) (List_1_tC2B2F0FF500476942F279BAE4B554183BB036C00*, const RuntimeMethod*))List_1_GetEnumerator_mD8294A7FA2BEB1929487127D476F8EC1CDC23BFC_gshared)(__this, method);
|
|
}
|
|
// System.Void System.Collections.Generic.List`1/Enumerator<DungeonArchitect.Builders.FloorPlan.FloorChunk>::Dispose()
|
|
inline void Enumerator_Dispose_m6F0308E6B4C8139E51F45E21F84A83F3AD755953 (Enumerator_tDFB92630CECB14E9DD1CF71E0032300637F0C7BF* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Enumerator_tDFB92630CECB14E9DD1CF71E0032300637F0C7BF*, const RuntimeMethod*))Enumerator_Dispose_mD9DC3E3C3697830A4823047AB29A77DBBB5ED419_gshared)(__this, method);
|
|
}
|
|
// T System.Collections.Generic.List`1/Enumerator<DungeonArchitect.Builders.FloorPlan.FloorChunk>::get_Current()
|
|
inline FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* Enumerator_get_Current_mB9D5C240AAB8BB8C4AEC862E805F99ABF5AAE3EC_inline (Enumerator_tDFB92630CECB14E9DD1CF71E0032300637F0C7BF* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* (*) (Enumerator_tDFB92630CECB14E9DD1CF71E0032300637F0C7BF*, const RuntimeMethod*))Enumerator_get_Current_m6330F15D18EE4F547C05DF9BF83C5EB710376027_gshared_inline)(__this, method);
|
|
}
|
|
// System.Int32 DungeonArchitect.Builders.FloorPlan.FloorChunk::GetLength()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FloorChunk_GetLength_mD4F2D12F73D601302A81D3FF987EB54434944B3C (FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* __this, const RuntimeMethod* method) ;
|
|
// System.Int32 DungeonArchitect.Builders.FloorPlan.FloorChunk::GetWidth()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FloorChunk_GetWidth_m427E3D6C32B6C5368B62E8FE08CC465E56F03083 (FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* __this, const RuntimeMethod* method) ;
|
|
// System.Void DungeonArchitect.Builders.FloorPlan.FloorPlanBuilder::SplitChunk(DungeonArchitect.Builders.FloorPlan.FloorChunk,DungeonArchitect.Builders.FloorPlan.FloorChunk,DungeonArchitect.Builders.FloorPlan.FloorChunk)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FloorPlanBuilder_SplitChunk_m5D3E8F9D2E59030EAA4EFB70BDA19DE294BE21E7 (FloorPlanBuilder_t6DB1ECBEE30EEB42CF67A373D06CAE68435ACE9D* __this, FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* ___0_Chunk, FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* ___1_OutLeft, FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* ___2_OutRight, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Collections.Generic.List`1/Enumerator<DungeonArchitect.Builders.FloorPlan.FloorChunk>::MoveNext()
|
|
inline bool Enumerator_MoveNext_m561A81478F8A8A673F0EC31BF7663678A21FDA95 (Enumerator_tDFB92630CECB14E9DD1CF71E0032300637F0C7BF* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Enumerator_tDFB92630CECB14E9DD1CF71E0032300637F0C7BF*, const RuntimeMethod*))Enumerator_MoveNext_mE921CC8F29FBBDE7CC3209A0ED0D921D58D00BCB_gshared)(__this, method);
|
|
}
|
|
// System.Void DungeonArchitect.Builders.FloorPlan.FloorChunkDB::CacheChunkPositions()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FloorChunkDB_CacheChunkPositions_m6A62DCFFB972923717B9F89A73E2967E28591965 (FloorChunkDB_tD6E5766D39D25018B82906C456A920512D9E0696* __this, const RuntimeMethod* method) ;
|
|
// System.Void DungeonArchitect.Builders.FloorPlan.FloorPlanBuilder::CreateDoors(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FloorPlanBuilder_CreateDoors_m09B034BC8B182F0064C4A100A952624A2C47EAC2 (FloorPlanBuilder_t6DB1ECBEE30EEB42CF67A373D06CAE68435ACE9D* __this, int32_t ___0_y, const RuntimeMethod* method) ;
|
|
// DungeonArchitect.Builders.FloorPlan.FloorChunk[] DungeonArchitect.Builders.FloorPlan.FloorChunkDB::GetAllChunks()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FloorChunkU5BU5D_tD6A628523FF858A9D807AB3DF1912F14B30F8C91* FloorChunkDB_GetAllChunks_mF19CC1F91B2ECDB0A043537A537A893EA2B0E6FF (FloorChunkDB_tD6E5766D39D25018B82906C456A920512D9E0696* __this, const RuntimeMethod* method) ;
|
|
// System.Void DungeonArchitect.Builders.FloorPlan.FloorPlanBuilder::SplitChunk(DungeonArchitect.Builders.FloorPlan.FloorChunk,System.Int32,System.Int32,DungeonArchitect.Builders.FloorPlan.FloorChunk,DungeonArchitect.Builders.FloorPlan.FloorChunk,DungeonArchitect.Builders.FloorPlan.FloorChunk)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FloorPlanBuilder_SplitChunk_m93933511BF684CFD11E546B8B68EE513B905F7DC (FloorPlanBuilder_t6DB1ECBEE30EEB42CF67A373D06CAE68435ACE9D* __this, FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* ___0_Chunk, int32_t ___1_LengthLeft, int32_t ___2_LengthRight, FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* ___3_OutLeft, FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* ___4_OutRight, FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* ___5_OutHallway, const RuntimeMethod* method) ;
|
|
// System.Void DungeonArchitect.Builders.FloorPlan.FloorChunk::SetLength(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FloorChunk_SetLength_m6F42B001D667196888415F530EC96B3299F5BDC6 (FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* __this, int32_t ___0_Length, const RuntimeMethod* method) ;
|
|
// System.Void DungeonArchitect.Builders.FloorPlan.FloorChunk::OffsetAlongLength(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FloorChunk_OffsetAlongLength_mD9D47329441429F30523ECCED5A7923515F5FC2D (FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* __this, int32_t ___0_Offset, const RuntimeMethod* method) ;
|
|
// UnityEngine.Transform UnityEngine.GameObject::get_transform()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* GameObject_get_transform_m0BC10ADFA1632166AE5544BDF9038A2650C2AE56 (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* __this, const RuntimeMethod* method) ;
|
|
// System.Void DungeonArchitect.Builders.FloorPlan.FloorPlanBuilder::EmitMarkerAt(UnityEngine.Vector3,System.String,UnityEngine.Quaternion)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FloorPlanBuilder_EmitMarkerAt_mB0F4F5EBE286A727038AF3391B6058135C6DA3AF (FloorPlanBuilder_t6DB1ECBEE30EEB42CF67A373D06CAE68435ACE9D* __this, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_WorldLocation, String_t* ___1_MarkerName, Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 ___2_Rotation, const RuntimeMethod* method) ;
|
|
// DungeonArchitect.Builders.FloorPlan.FloorChunk DungeonArchitect.Builders.FloorPlan.FloorChunkDB::GetChunkAt(DungeonArchitect.IntVector)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* FloorChunkDB_GetChunkAt_m427B7E5A993F087040EB4411AC2C60A8CD093D3C (FloorChunkDB_tD6E5766D39D25018B82906C456A920512D9E0696* __this, IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C ___0_Location, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.Queue`1<DungeonArchitect.IntVector>::.ctor()
|
|
inline void Queue_1__ctor_m3761E315B92AD253BD2EDEC9ECF1F6240DE7A76A (Queue_1_t675E37081D47D7B3FC36A711EC6E61520AAE8EE5* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Queue_1_t675E37081D47D7B3FC36A711EC6E61520AAE8EE5*, const RuntimeMethod*))Queue_1__ctor_m3761E315B92AD253BD2EDEC9ECF1F6240DE7A76A_gshared)(__this, method);
|
|
}
|
|
// System.Void System.Collections.Generic.Queue`1<DungeonArchitect.IntVector>::Enqueue(T)
|
|
inline void Queue_1_Enqueue_m8879529CDF2343DB523106AF0A9DC2A1ED40C73C (Queue_1_t675E37081D47D7B3FC36A711EC6E61520AAE8EE5* __this, IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C ___0_item, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Queue_1_t675E37081D47D7B3FC36A711EC6E61520AAE8EE5*, IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C, const RuntimeMethod*))Queue_1_Enqueue_m8879529CDF2343DB523106AF0A9DC2A1ED40C73C_gshared)(__this, ___0_item, method);
|
|
}
|
|
// T System.Collections.Generic.Queue`1<DungeonArchitect.IntVector>::Dequeue()
|
|
inline IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C Queue_1_Dequeue_m76849534978A8A78C977E80086BA00C00139E4FF (Queue_1_t675E37081D47D7B3FC36A711EC6E61520AAE8EE5* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C (*) (Queue_1_t675E37081D47D7B3FC36A711EC6E61520AAE8EE5*, const RuntimeMethod*))Queue_1_Dequeue_m76849534978A8A78C977E80086BA00C00139E4FF_gshared)(__this, method);
|
|
}
|
|
// System.Void DungeonArchitect.Builders.FloorPlan.FloorPlanBuilder/FloorIslandNode::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FloorIslandNode__ctor_mAB02F0D082829B3E413741C1DFC4AA5CB21A7BD9 (FloorIslandNode_tD0A7EFEA4CBC4A931D33B62BFBA4529A7A42F53F* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.List`1<DungeonArchitect.Builders.FloorPlan.FloorPlanBuilder/FloorIslandNode>::Add(T)
|
|
inline void List_1_Add_m0EA451E346863E1702BA49D701BAE1C4CACCB93D_inline (List_1_t73EE720C502E868F742CE6FF43951DCD21F951A1* __this, FloorIslandNode_tD0A7EFEA4CBC4A931D33B62BFBA4529A7A42F53F* ___0_item, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_t73EE720C502E868F742CE6FF43951DCD21F951A1*, FloorIslandNode_tD0A7EFEA4CBC4A931D33B62BFBA4529A7A42F53F*, const RuntimeMethod*))List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_gshared_inline)(__this, ___0_item, method);
|
|
}
|
|
// System.Int32 System.Collections.Generic.Queue`1<DungeonArchitect.IntVector>::get_Count()
|
|
inline int32_t Queue_1_get_Count_m3E3C68C92477B53FF71F6F8C8E338671743F8E09_inline (Queue_1_t675E37081D47D7B3FC36A711EC6E61520AAE8EE5* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (Queue_1_t675E37081D47D7B3FC36A711EC6E61520AAE8EE5*, const RuntimeMethod*))Queue_1_get_Count_m3E3C68C92477B53FF71F6F8C8E338671743F8E09_gshared_inline)(__this, method);
|
|
}
|
|
// System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,System.Collections.Generic.List`1<DungeonArchitect.Builders.FloorPlan.FloorPlanBuilder/FloorIslandAdjacency>>::ContainsKey(TKey)
|
|
inline bool Dictionary_2_ContainsKey_m5ABF644278F87C8439F7F51731987B461A4AE7D7 (Dictionary_2_t9B6AC42299E71EECA8A4C0499C6DDE4C2E4522A8* __this, int32_t ___0_key, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Dictionary_2_t9B6AC42299E71EECA8A4C0499C6DDE4C2E4522A8*, int32_t, const RuntimeMethod*))Dictionary_2_ContainsKey_mED5C451F158CDDD2B3F4B0720CD248DA9DB27B25_gshared)(__this, ___0_key, method);
|
|
}
|
|
// TValue System.Collections.Generic.Dictionary`2<System.Int32,System.Collections.Generic.List`1<DungeonArchitect.Builders.FloorPlan.FloorPlanBuilder/FloorIslandAdjacency>>::get_Item(TKey)
|
|
inline List_1_t563D16E87A1075C93F235D7CD71E288AD32E0641* Dictionary_2_get_Item_m55A977625E42E87073BBDADCDC2A145DD08AF1D9 (Dictionary_2_t9B6AC42299E71EECA8A4C0499C6DDE4C2E4522A8* __this, int32_t ___0_key, const RuntimeMethod* method)
|
|
{
|
|
return (( List_1_t563D16E87A1075C93F235D7CD71E288AD32E0641* (*) (Dictionary_2_t9B6AC42299E71EECA8A4C0499C6DDE4C2E4522A8*, int32_t, const RuntimeMethod*))Dictionary_2_get_Item_mC3FEA647E750C27367C990777D8890E0E712E514_gshared)(__this, ___0_key, method);
|
|
}
|
|
// System.Collections.Generic.List`1/Enumerator<T> System.Collections.Generic.List`1<DungeonArchitect.Builders.FloorPlan.FloorPlanBuilder/FloorIslandAdjacency>::GetEnumerator()
|
|
inline Enumerator_t30095E37FC72045637B96B124007618D3FFD57B3 List_1_GetEnumerator_mC8C49109360167803DF2DA528B0EF9F54A519D5C (List_1_t563D16E87A1075C93F235D7CD71E288AD32E0641* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( Enumerator_t30095E37FC72045637B96B124007618D3FFD57B3 (*) (List_1_t563D16E87A1075C93F235D7CD71E288AD32E0641*, const RuntimeMethod*))List_1_GetEnumerator_mD8294A7FA2BEB1929487127D476F8EC1CDC23BFC_gshared)(__this, method);
|
|
}
|
|
// System.Void System.Collections.Generic.List`1/Enumerator<DungeonArchitect.Builders.FloorPlan.FloorPlanBuilder/FloorIslandAdjacency>::Dispose()
|
|
inline void Enumerator_Dispose_m614B8F6689F978BC2A3F6A7F3E2FF5DCE269E525 (Enumerator_t30095E37FC72045637B96B124007618D3FFD57B3* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Enumerator_t30095E37FC72045637B96B124007618D3FFD57B3*, const RuntimeMethod*))Enumerator_Dispose_mD9DC3E3C3697830A4823047AB29A77DBBB5ED419_gshared)(__this, method);
|
|
}
|
|
// T System.Collections.Generic.List`1/Enumerator<DungeonArchitect.Builders.FloorPlan.FloorPlanBuilder/FloorIslandAdjacency>::get_Current()
|
|
inline FloorIslandAdjacency_t4D525608EE3A20B521F0E9521AFA45C93E3C3B35* Enumerator_get_Current_m95612E759213DA5D2883D68833AC155BF9174F5F_inline (Enumerator_t30095E37FC72045637B96B124007618D3FFD57B3* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( FloorIslandAdjacency_t4D525608EE3A20B521F0E9521AFA45C93E3C3B35* (*) (Enumerator_t30095E37FC72045637B96B124007618D3FFD57B3*, const RuntimeMethod*))Enumerator_get_Current_m6330F15D18EE4F547C05DF9BF83C5EB710376027_gshared_inline)(__this, method);
|
|
}
|
|
// System.Boolean System.Collections.Generic.List`1/Enumerator<DungeonArchitect.Builders.FloorPlan.FloorPlanBuilder/FloorIslandAdjacency>::MoveNext()
|
|
inline bool Enumerator_MoveNext_m3229975E789FEBAFD3E8C4A5C1DBDA3CEBCADE29 (Enumerator_t30095E37FC72045637B96B124007618D3FFD57B3* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Enumerator_t30095E37FC72045637B96B124007618D3FFD57B3*, const RuntimeMethod*))Enumerator_MoveNext_mE921CC8F29FBBDE7CC3209A0ED0D921D58D00BCB_gshared)(__this, method);
|
|
}
|
|
// System.Boolean System.Collections.Generic.HashSet`1<System.Int32>::Remove(T)
|
|
inline bool HashSet_1_Remove_mF4C8539185EBCAAE0803DF227E006B701007DD65 (HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2* __this, int32_t ___0_item, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2*, int32_t, const RuntimeMethod*))HashSet_1_Remove_mF4C8539185EBCAAE0803DF227E006B701007DD65_gshared)(__this, ___0_item, method);
|
|
}
|
|
// System.Void DungeonArchitect.Builders.FloorPlan.FloorPlanBuilder/IslandNodePriorityPredicate::.ctor(System.Collections.Generic.Dictionary`2<System.Int32,DungeonArchitect.Builders.FloorPlan.FloorChunk>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IslandNodePriorityPredicate__ctor_m32A15A600308F5ED8A2D776242A1E3B941837D3B (IslandNodePriorityPredicate_t90CDBCB4F85BC831175240B3C4DF5C85D372DBD1* __this, Dictionary_2_tAEA84C7C44DD92B642158B354A5873A02D010B7B* ___0_InIslandToChunkMap, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.List`1<System.Int32>::.ctor(System.Collections.Generic.IEnumerable`1<T>)
|
|
inline void List_1__ctor_mCC0E71080DE343C1A527526A1AC2DBEC355CEA6C (List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73* __this, RuntimeObject* ___0_collection, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73*, RuntimeObject*, const RuntimeMethod*))List_1__ctor_mCC0E71080DE343C1A527526A1AC2DBEC355CEA6C_gshared)(__this, ___0_collection, method);
|
|
}
|
|
// System.Void System.Array::Sort<System.Int32>(T[],System.Collections.Generic.IComparer`1<T>)
|
|
inline void Array_Sort_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_m25890A92F785FE37EA662CF502AB0E2A80143F68 (Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___0_array, RuntimeObject* ___1_comparer, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*, RuntimeObject*, const RuntimeMethod*))Array_Sort_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_m25890A92F785FE37EA662CF502AB0E2A80143F68_gshared)(___0_array, ___1_comparer, method);
|
|
}
|
|
// System.Void System.Collections.Generic.List`1<DungeonArchitect.Builders.FloorPlan.FloorPlanBuilder/FloorIslandAdjacency>::.ctor()
|
|
inline void List_1__ctor_m524CF04B2E031396E44907F97354688CCFCB87D3 (List_1_t563D16E87A1075C93F235D7CD71E288AD32E0641* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_t563D16E87A1075C93F235D7CD71E288AD32E0641*, const RuntimeMethod*))List_1__ctor_m7F078BB342729BDF11327FD89D7872265328F690_gshared)(__this, method);
|
|
}
|
|
// System.Void System.Collections.Generic.List`1<DungeonArchitect.Builders.FloorPlan.FloorPlanBuilder/FloorIslandAdjacency>::Add(T)
|
|
inline void List_1_Add_m03E4253ECAC9E7039504BA1D55BC6F0764A37D57_inline (List_1_t563D16E87A1075C93F235D7CD71E288AD32E0641* __this, FloorIslandAdjacency_t4D525608EE3A20B521F0E9521AFA45C93E3C3B35* ___0_item, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_t563D16E87A1075C93F235D7CD71E288AD32E0641*, FloorIslandAdjacency_t4D525608EE3A20B521F0E9521AFA45C93E3C3B35*, const RuntimeMethod*))List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_gshared_inline)(__this, ___0_item, method);
|
|
}
|
|
// System.Int32 System.Collections.Generic.List`1<DungeonArchitect.Builders.FloorPlan.FloorPlanBuilder/FloorIslandAdjacency>::get_Count()
|
|
inline int32_t List_1_get_Count_m64AD633075AEC84BC10C1033242EAB61B70ED72A_inline (List_1_t563D16E87A1075C93F235D7CD71E288AD32E0641* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (List_1_t563D16E87A1075C93F235D7CD71E288AD32E0641*, const RuntimeMethod*))List_1_get_Count_m4407E4C389F22B8CEC282C15D56516658746C383_gshared_inline)(__this, method);
|
|
}
|
|
// T System.Collections.Generic.List`1<DungeonArchitect.Builders.FloorPlan.FloorPlanBuilder/FloorIslandAdjacency>::get_Item(System.Int32)
|
|
inline FloorIslandAdjacency_t4D525608EE3A20B521F0E9521AFA45C93E3C3B35* List_1_get_Item_mA0801E662E91D084F2233F36ADE002C372201899 (List_1_t563D16E87A1075C93F235D7CD71E288AD32E0641* __this, int32_t ___0_index, const RuntimeMethod* method)
|
|
{
|
|
return (( FloorIslandAdjacency_t4D525608EE3A20B521F0E9521AFA45C93E3C3B35* (*) (List_1_t563D16E87A1075C93F235D7CD71E288AD32E0641*, int32_t, const RuntimeMethod*))List_1_get_Item_m33561245D64798C2AB07584C0EC4F240E4839A38_gshared)(__this, ___0_index, method);
|
|
}
|
|
// System.Void DungeonArchitect.Builders.FloorPlan.FloorDoorManager::RegisterDoor(DungeonArchitect.IntVector,DungeonArchitect.IntVector)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FloorDoorManager_RegisterDoor_m9F6320D881720AE70E4FED473736F14534ABF9D9 (FloorDoorManager_tB284F7FF94D176DB5250C96E2A25376D07FEB8E2* __this, IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C ___0_A, IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C ___1_B, const RuntimeMethod* method) ;
|
|
// System.Void DungeonArchitect.Builders.FloorPlan.FloorPlanBuilder::ConnectIslandRecursive(System.Int32,System.Collections.Generic.Dictionary`2<System.Int32,System.Collections.Generic.List`1<DungeonArchitect.Builders.FloorPlan.FloorPlanBuilder/FloorIslandAdjacency>>,System.Collections.Generic.HashSet`1<System.Int32>,System.Random,DungeonArchitect.Builders.FloorPlan.FloorDoorManager,System.Collections.Generic.Dictionary`2<System.Int32,DungeonArchitect.Builders.FloorPlan.FloorChunk>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FloorPlanBuilder_ConnectIslandRecursive_m0500A98ED15EB92E84C5384C1CFF5ACD0C4D6ADF (FloorPlanBuilder_t6DB1ECBEE30EEB42CF67A373D06CAE68435ACE9D* __this, int32_t ___0_IslandId, Dictionary_2_t9B6AC42299E71EECA8A4C0499C6DDE4C2E4522A8* ___1_AdjacencyByIslands, HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2* ___2_IslandVisited, Random_t79716069EDE67D1D7734F60AE402D0CA3FB6B4C8* ___3_random, FloorDoorManager_tB284F7FF94D176DB5250C96E2A25376D07FEB8E2* ___4_DoorManager, Dictionary_2_tAEA84C7C44DD92B642158B354A5873A02D010B7B* ___5_IslandToChunkMap, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.List`1<DungeonArchitect.Builders.FloorPlan.FloorPlanBuilder/FloorIslandNode>::.ctor()
|
|
inline void List_1__ctor_m5F1592E976EA8AF510CB7FAD0C29E4006D4BDDCB (List_1_t73EE720C502E868F742CE6FF43951DCD21F951A1* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_t73EE720C502E868F742CE6FF43951DCD21F951A1*, const RuntimeMethod*))List_1__ctor_m7F078BB342729BDF11327FD89D7872265328F690_gshared)(__this, method);
|
|
}
|
|
// System.Void DungeonArchitect.Builders.FloorPlan.FloorPlanBuilder::FloodFill(DungeonArchitect.IntVector,System.Int32,System.Collections.Generic.HashSet`1<DungeonArchitect.IntVector>,System.Collections.Generic.List`1<DungeonArchitect.Builders.FloorPlan.FloorPlanBuilder/FloorIslandNode>,DungeonArchitect.Builders.FloorPlan.FloorChunkDB)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FloorPlanBuilder_FloodFill_m7059056974174869006365D815AFCA01BCD95288 (FloorPlanBuilder_t6DB1ECBEE30EEB42CF67A373D06CAE68435ACE9D* __this, IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C ___0_StartLocation, int32_t ___1_IslandId, HashSet_1_tA1EF3184AD46B7255ABC462FA85BEA5168966215* ___2_Visited, List_1_t73EE720C502E868F742CE6FF43951DCD21F951A1* ___3_IslandNodes, FloorChunkDB_tD6E5766D39D25018B82906C456A920512D9E0696* ___4_ChunkDB, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.Dictionary`2<DungeonArchitect.IntVector,DungeonArchitect.Builders.FloorPlan.FloorPlanBuilder/FloorIslandNode>::.ctor()
|
|
inline void Dictionary_2__ctor_m05DF915F363DACA16099A5C66669849306BEA353 (Dictionary_2_tAEC15228CF936EF6CBEA3DA55EBD9B73E9821F78* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Dictionary_2_tAEC15228CF936EF6CBEA3DA55EBD9B73E9821F78*, const RuntimeMethod*))Dictionary_2__ctor_mD4FB8668A855E3167DBA71D797CA142171A42F84_gshared)(__this, method);
|
|
}
|
|
// System.Collections.Generic.List`1/Enumerator<T> System.Collections.Generic.List`1<DungeonArchitect.Builders.FloorPlan.FloorPlanBuilder/FloorIslandNode>::GetEnumerator()
|
|
inline Enumerator_tD70F68EEAA6FF703D85DE43B66F3724D0F183B26 List_1_GetEnumerator_m770F82B2052FDCF53229D91D9319599D9111294F (List_1_t73EE720C502E868F742CE6FF43951DCD21F951A1* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( Enumerator_tD70F68EEAA6FF703D85DE43B66F3724D0F183B26 (*) (List_1_t73EE720C502E868F742CE6FF43951DCD21F951A1*, const RuntimeMethod*))List_1_GetEnumerator_mD8294A7FA2BEB1929487127D476F8EC1CDC23BFC_gshared)(__this, method);
|
|
}
|
|
// System.Void System.Collections.Generic.List`1/Enumerator<DungeonArchitect.Builders.FloorPlan.FloorPlanBuilder/FloorIslandNode>::Dispose()
|
|
inline void Enumerator_Dispose_m4FB1D94258DBB5A015EF20B6665509CF162796E3 (Enumerator_tD70F68EEAA6FF703D85DE43B66F3724D0F183B26* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Enumerator_tD70F68EEAA6FF703D85DE43B66F3724D0F183B26*, const RuntimeMethod*))Enumerator_Dispose_mD9DC3E3C3697830A4823047AB29A77DBBB5ED419_gshared)(__this, method);
|
|
}
|
|
// T System.Collections.Generic.List`1/Enumerator<DungeonArchitect.Builders.FloorPlan.FloorPlanBuilder/FloorIslandNode>::get_Current()
|
|
inline FloorIslandNode_tD0A7EFEA4CBC4A931D33B62BFBA4529A7A42F53F* Enumerator_get_Current_m3955DEFF3A1FA3147B1FF403153F037C775F92FD_inline (Enumerator_tD70F68EEAA6FF703D85DE43B66F3724D0F183B26* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( FloorIslandNode_tD0A7EFEA4CBC4A931D33B62BFBA4529A7A42F53F* (*) (Enumerator_tD70F68EEAA6FF703D85DE43B66F3724D0F183B26*, const RuntimeMethod*))Enumerator_get_Current_m6330F15D18EE4F547C05DF9BF83C5EB710376027_gshared_inline)(__this, method);
|
|
}
|
|
// System.Void System.Collections.Generic.Dictionary`2<DungeonArchitect.IntVector,DungeonArchitect.Builders.FloorPlan.FloorPlanBuilder/FloorIslandNode>::Add(TKey,TValue)
|
|
inline void Dictionary_2_Add_m52833CA29E587F3E5C573CAF18DDD29259A7A812 (Dictionary_2_tAEC15228CF936EF6CBEA3DA55EBD9B73E9821F78* __this, IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C ___0_key, FloorIslandNode_tD0A7EFEA4CBC4A931D33B62BFBA4529A7A42F53F* ___1_value, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Dictionary_2_tAEC15228CF936EF6CBEA3DA55EBD9B73E9821F78*, IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C, FloorIslandNode_tD0A7EFEA4CBC4A931D33B62BFBA4529A7A42F53F*, const RuntimeMethod*))Dictionary_2_Add_mA17ADE9C730978DE55F61A7821135D84B8FAE50F_gshared)(__this, ___0_key, ___1_value, method);
|
|
}
|
|
// System.Boolean System.Collections.Generic.List`1/Enumerator<DungeonArchitect.Builders.FloorPlan.FloorPlanBuilder/FloorIslandNode>::MoveNext()
|
|
inline bool Enumerator_MoveNext_m7B6866023EB53E858FA5ED0AE8A73A4CB1FE4FB8 (Enumerator_tD70F68EEAA6FF703D85DE43B66F3724D0F183B26* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Enumerator_tD70F68EEAA6FF703D85DE43B66F3724D0F183B26*, const RuntimeMethod*))Enumerator_MoveNext_mE921CC8F29FBBDE7CC3209A0ED0D921D58D00BCB_gshared)(__this, method);
|
|
}
|
|
// System.Boolean System.Collections.Generic.Dictionary`2<DungeonArchitect.IntVector,DungeonArchitect.Builders.FloorPlan.FloorPlanBuilder/FloorIslandNode>::ContainsKey(TKey)
|
|
inline bool Dictionary_2_ContainsKey_m6A7D9A2B5D101C98D3BB27AD32ACD5867FDFB707 (Dictionary_2_tAEC15228CF936EF6CBEA3DA55EBD9B73E9821F78* __this, IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C ___0_key, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Dictionary_2_tAEC15228CF936EF6CBEA3DA55EBD9B73E9821F78*, IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C, const RuntimeMethod*))Dictionary_2_ContainsKey_m62D46276AB4E9B0CDF3387F9A83B3502A386A18F_gshared)(__this, ___0_key, method);
|
|
}
|
|
// TValue System.Collections.Generic.Dictionary`2<DungeonArchitect.IntVector,DungeonArchitect.Builders.FloorPlan.FloorPlanBuilder/FloorIslandNode>::get_Item(TKey)
|
|
inline FloorIslandNode_tD0A7EFEA4CBC4A931D33B62BFBA4529A7A42F53F* Dictionary_2_get_Item_m5D1468AA311E6D2EE4271DAA37EE59031C29C20E (Dictionary_2_tAEC15228CF936EF6CBEA3DA55EBD9B73E9821F78* __this, IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C ___0_key, const RuntimeMethod* method)
|
|
{
|
|
return (( FloorIslandNode_tD0A7EFEA4CBC4A931D33B62BFBA4529A7A42F53F* (*) (Dictionary_2_tAEC15228CF936EF6CBEA3DA55EBD9B73E9821F78*, IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C, const RuntimeMethod*))Dictionary_2_get_Item_m061A891B7E0D7F34627A818B3EEEF06132F31C35_gshared)(__this, ___0_key, method);
|
|
}
|
|
// System.Void DungeonArchitect.Builders.FloorPlan.FloorPlanBuilder/FloorIslandAdjacency::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FloorIslandAdjacency__ctor_mE3AFEB6B5346F5EA01926B2F427FC7E926F80DDD (FloorIslandAdjacency_t4D525608EE3A20B521F0E9521AFA45C93E3C3B35* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Collections.Generic.List`1<DungeonArchitect.Builders.FloorPlan.FloorPlanBuilder/FloorIslandAdjacency>>::.ctor()
|
|
inline void Dictionary_2__ctor_mD8567A238BD2D9EF295E78526DC2D690F30C6CEB (Dictionary_2_t9B6AC42299E71EECA8A4C0499C6DDE4C2E4522A8* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Dictionary_2_t9B6AC42299E71EECA8A4C0499C6DDE4C2E4522A8*, const RuntimeMethod*))Dictionary_2__ctor_m92E9AB321FBD7147CA109C822D99C8B0610C27B7_gshared)(__this, method);
|
|
}
|
|
// System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Collections.Generic.List`1<DungeonArchitect.Builders.FloorPlan.FloorPlanBuilder/FloorIslandAdjacency>>::Add(TKey,TValue)
|
|
inline void Dictionary_2_Add_mFE8C62355775407D3871E53F6DA6CC4B7CD6098A (Dictionary_2_t9B6AC42299E71EECA8A4C0499C6DDE4C2E4522A8* __this, int32_t ___0_key, List_1_t563D16E87A1075C93F235D7CD71E288AD32E0641* ___1_value, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Dictionary_2_t9B6AC42299E71EECA8A4C0499C6DDE4C2E4522A8*, int32_t, List_1_t563D16E87A1075C93F235D7CD71E288AD32E0641*, const RuntimeMethod*))Dictionary_2_Add_mAF1EF7DA16BD70E252EA5C4B0F74DE519A02CBCD_gshared)(__this, ___0_key, ___1_value, method);
|
|
}
|
|
// System.Void System.Collections.Generic.Dictionary`2<System.Int32,DungeonArchitect.Builders.FloorPlan.FloorChunk>::.ctor()
|
|
inline void Dictionary_2__ctor_mB332995737ADDBF22B719CE12A0531054A88CAAC (Dictionary_2_tAEA84C7C44DD92B642158B354A5873A02D010B7B* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Dictionary_2_tAEA84C7C44DD92B642158B354A5873A02D010B7B*, const RuntimeMethod*))Dictionary_2__ctor_m92E9AB321FBD7147CA109C822D99C8B0610C27B7_gshared)(__this, method);
|
|
}
|
|
// System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,DungeonArchitect.Builders.FloorPlan.FloorChunk>::ContainsKey(TKey)
|
|
inline bool Dictionary_2_ContainsKey_mFED17BC9996C5D3CCCD58B82D2F09B100EFAB963 (Dictionary_2_tAEA84C7C44DD92B642158B354A5873A02D010B7B* __this, int32_t ___0_key, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Dictionary_2_tAEA84C7C44DD92B642158B354A5873A02D010B7B*, int32_t, const RuntimeMethod*))Dictionary_2_ContainsKey_mED5C451F158CDDD2B3F4B0720CD248DA9DB27B25_gshared)(__this, ___0_key, method);
|
|
}
|
|
// System.Void System.Collections.Generic.Dictionary`2<System.Int32,DungeonArchitect.Builders.FloorPlan.FloorChunk>::Add(TKey,TValue)
|
|
inline void Dictionary_2_Add_m081B5F4B0855D2104AE63FE2CDB5F6DE7EB55DB9 (Dictionary_2_tAEA84C7C44DD92B642158B354A5873A02D010B7B* __this, int32_t ___0_key, FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* ___1_value, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Dictionary_2_tAEA84C7C44DD92B642158B354A5873A02D010B7B*, int32_t, FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775*, const RuntimeMethod*))Dictionary_2_Add_mAF1EF7DA16BD70E252EA5C4B0F74DE519A02CBCD_gshared)(__this, ___0_key, ___1_value, method);
|
|
}
|
|
// System.Void DungeonArchitect.DungeonBuilder::ClearSockets()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DungeonBuilder_ClearSockets_m30F24A43870870974DE27711938250A8CCA21D6A (DungeonBuilder_tD1E33B0EE44EFF472152D3D8233F3804191E65EA* __this, const RuntimeMethod* method) ;
|
|
// DungeonArchitect.Builders.FloorPlan.FloorChunk DungeonArchitect.Builders.FloorPlan.FloorChunkDB::GetChunkAt(System.Int32,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* FloorChunkDB_GetChunkAt_m098C3CB7B7930CD15E72731BFA27C06959F8E305 (FloorChunkDB_tD6E5766D39D25018B82906C456A920512D9E0696* __this, int32_t ___0_x, int32_t ___1_y, int32_t ___2_z, const RuntimeMethod* method) ;
|
|
// System.Void DungeonArchitect.Builders.FloorPlan.FloorPlanBuilder::EmitMarkerAt(UnityEngine.Vector3,System.String,System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FloorPlanBuilder_EmitMarkerAt_mBA72C8AC36424883811E89BE5FCD461E854FB4ED (FloorPlanBuilder_t6DB1ECBEE30EEB42CF67A373D06CAE68435ACE9D* __this, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_WorldLocation, String_t* ___1_MarkerName, float ___2_Angle, const RuntimeMethod* method) ;
|
|
// System.Boolean DungeonArchitect.Builders.FloorPlan.FloorDoorManager::ContainsDoor(DungeonArchitect.IntVector,DungeonArchitect.IntVector)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FloorDoorManager_ContainsDoor_m13FA57D91217242D7035E4D7E4CD555A0E489FBD (FloorDoorManager_tB284F7FF94D176DB5250C96E2A25376D07FEB8E2* __this, IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C ___0_A, IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C ___1_B, const RuntimeMethod* method) ;
|
|
// DungeonArchitect.Builders.FloorPlan.FloorChunk DungeonArchitect.Builders.FloorPlan.FloorPlanBuilder::GetPriorityChunk(DungeonArchitect.Builders.FloorPlan.FloorChunk,DungeonArchitect.Builders.FloorPlan.FloorChunk)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* FloorPlanBuilder_GetPriorityChunk_m3CCB4B349161A919A85A767870B746BC5F305C5F (FloorPlanBuilder_t6DB1ECBEE30EEB42CF67A373D06CAE68435ACE9D* __this, FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* ___0_A, FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* ___1_B, const RuntimeMethod* method) ;
|
|
// System.String DungeonArchitect.Builders.FloorPlan.FloorPlanBuilder::GetDoorMarkerName(DungeonArchitect.Builders.FloorPlan.FloorChunk,DungeonArchitect.Builders.FloorPlan.FloorChunk)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* FloorPlanBuilder_GetDoorMarkerName_m7C6DC86C11239F7DAE64E21BCB03D79E8F33EBCD (FloorPlanBuilder_t6DB1ECBEE30EEB42CF67A373D06CAE68435ACE9D* __this, FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* ___0_ChunkA, FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* ___1_ChunkB, const RuntimeMethod* method) ;
|
|
// System.Void DungeonArchitect.Builders.FloorPlan.FloorChunkDB::GetChunks(System.Collections.Generic.List`1<DungeonArchitect.Builders.FloorPlan.FloorChunk>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FloorChunkDB_GetChunks_mEC7EF37B39E211C1E0D2413EB92A49B21E49A515 (FloorChunkDB_tD6E5766D39D25018B82906C456A920512D9E0696* __this, List_1_tC2B2F0FF500476942F279BAE4B554183BB036C00* ___0_OutChunks, const RuntimeMethod* method) ;
|
|
// UnityEngine.Vector3 DungeonArchitect.Utils.MathUtils::ToVector3(DungeonArchitect.IntVector)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 MathUtils_ToVector3_mAE6974448DEAE5A1A626372CB502927FED56CA49 (IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C ___0_v, const RuntimeMethod* method) ;
|
|
// System.Void DungeonArchitect.DungeonBuilder::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DungeonBuilder__ctor_m96192DED450E96D3B406AF0026E9E7D9B5E36ED2 (DungeonBuilder_tD1E33B0EE44EFF472152D3D8233F3804191E65EA* __this, const RuntimeMethod* method) ;
|
|
// TValue System.Collections.Generic.Dictionary`2<System.Int32,DungeonArchitect.Builders.FloorPlan.FloorChunk>::get_Item(TKey)
|
|
inline FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* Dictionary_2_get_Item_m5CD1572F48972FBE16FC71542684B815F3FE1D01 (Dictionary_2_tAEA84C7C44DD92B642158B354A5873A02D010B7B* __this, int32_t ___0_key, const RuntimeMethod* method)
|
|
{
|
|
return (( FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* (*) (Dictionary_2_tAEA84C7C44DD92B642158B354A5873A02D010B7B*, int32_t, const RuntimeMethod*))Dictionary_2_get_Item_mC3FEA647E750C27367C990777D8890E0E712E514_gshared)(__this, ___0_key, method);
|
|
}
|
|
// System.Int32 DungeonArchitect.Builders.FloorPlan.FloorPlanBuilder::GetChunkDoorConnectionScore(DungeonArchitect.Builders.FloorPlan.FloorChunk)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FloorPlanBuilder_GetChunkDoorConnectionScore_m45B05B9E6C5168840F90F1771D7485723AD51B60 (FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* ___0_Chunk, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.Dictionary`2<System.Int32,DungeonArchitect.Builders.FloorPlan.FloorChunkDB/FChunkCacheNode>::.ctor()
|
|
inline void Dictionary_2__ctor_mAC820C19D7D3EBBD633CBF24C3C8648FFDD84D90 (Dictionary_2_tDB52B2F94418CB3A97A8FF2E2378A3C67ABEDDCC* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Dictionary_2_tDB52B2F94418CB3A97A8FF2E2378A3C67ABEDDCC*, const RuntimeMethod*))Dictionary_2__ctor_m92E9AB321FBD7147CA109C822D99C8B0610C27B7_gshared)(__this, method);
|
|
}
|
|
// System.Void DungeonArchitect.Builders.FloorPlan.FloorChunk::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FloorChunk__ctor_m7FBD69219638545234AB2F897C884F8A03E071CE (FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.List`1<DungeonArchitect.Builders.FloorPlan.FloorChunk>::Clear()
|
|
inline void List_1_Clear_mEFDD223B34297B0FE843FC774FE8E651368ED968_inline (List_1_tC2B2F0FF500476942F279BAE4B554183BB036C00* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_tC2B2F0FF500476942F279BAE4B554183BB036C00*, const RuntimeMethod*))List_1_Clear_m16C1F2C61FED5955F10EB36BC1CB2DF34B128994_gshared_inline)(__this, method);
|
|
}
|
|
// System.Collections.Generic.Dictionary`2/ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2<System.Int32,DungeonArchitect.Builders.FloorPlan.FloorChunk>::get_Values()
|
|
inline ValueCollection_t6EB79C992F3C3642BE21C01295A103410C83727D* Dictionary_2_get_Values_m3BB780BD21162EC3C8BBADB82E29C3BEEAF0ACAA (Dictionary_2_tAEA84C7C44DD92B642158B354A5873A02D010B7B* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( ValueCollection_t6EB79C992F3C3642BE21C01295A103410C83727D* (*) (Dictionary_2_tAEA84C7C44DD92B642158B354A5873A02D010B7B*, const RuntimeMethod*))Dictionary_2_get_Values_mC5B06C3C3FA89D62D6035C5B4C5E64A08FCF4DB9_gshared)(__this, method);
|
|
}
|
|
// System.Void System.Collections.Generic.List`1<DungeonArchitect.Builders.FloorPlan.FloorChunk>::AddRange(System.Collections.Generic.IEnumerable`1<T>)
|
|
inline void List_1_AddRange_mCB1B0A8CE8B5286D13A6A48D5202B35CA8D55A45 (List_1_tC2B2F0FF500476942F279BAE4B554183BB036C00* __this, RuntimeObject* ___0_collection, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_tC2B2F0FF500476942F279BAE4B554183BB036C00*, 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<System.Int32,DungeonArchitect.Builders.FloorPlan.FloorChunk>::GetEnumerator()
|
|
inline Enumerator_tB75683C415B87C0CEB09E5571AFAF23C65A6A3B1 ValueCollection_GetEnumerator_mD8664E9B695F7F5F456F24EEE6A44E9257945204 (ValueCollection_t6EB79C992F3C3642BE21C01295A103410C83727D* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( Enumerator_tB75683C415B87C0CEB09E5571AFAF23C65A6A3B1 (*) (ValueCollection_t6EB79C992F3C3642BE21C01295A103410C83727D*, const RuntimeMethod*))ValueCollection_GetEnumerator_mDC2BD0AFDA087B7E7C23A8077E612664DFA8A152_gshared)(__this, method);
|
|
}
|
|
// System.Void System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Int32,DungeonArchitect.Builders.FloorPlan.FloorChunk>::Dispose()
|
|
inline void Enumerator_Dispose_m22A6920E5C432D33B159FAEA756BB77C735A9035 (Enumerator_tB75683C415B87C0CEB09E5571AFAF23C65A6A3B1* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Enumerator_tB75683C415B87C0CEB09E5571AFAF23C65A6A3B1*, const RuntimeMethod*))Enumerator_Dispose_m0647C4F434347E47D544621901E49835DF51F22B_gshared)(__this, method);
|
|
}
|
|
// TValue System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Int32,DungeonArchitect.Builders.FloorPlan.FloorChunk>::get_Current()
|
|
inline FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* Enumerator_get_Current_m5D88F495E59567738ED64444B771E12E8235BCE4_inline (Enumerator_tB75683C415B87C0CEB09E5571AFAF23C65A6A3B1* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* (*) (Enumerator_tB75683C415B87C0CEB09E5571AFAF23C65A6A3B1*, const RuntimeMethod*))Enumerator_get_Current_m1412A508E37D95E08FB60E8976FB75714BE934C1_gshared_inline)(__this, method);
|
|
}
|
|
// System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Int32,DungeonArchitect.Builders.FloorPlan.FloorChunk>::MoveNext()
|
|
inline bool Enumerator_MoveNext_mFA85FAF612E39EF357417607B395858D588C3B31 (Enumerator_tB75683C415B87C0CEB09E5571AFAF23C65A6A3B1* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Enumerator_tB75683C415B87C0CEB09E5571AFAF23C65A6A3B1*, const RuntimeMethod*))Enumerator_MoveNext_mF45CB0E0D7475963B61017A024634F60CF48548A_gshared)(__this, method);
|
|
}
|
|
// System.Int32 DungeonArchitect.Builders.FloorPlan.FloorChunkDB::HASH(System.Int32,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FloorChunkDB_HASH_m3352803F4A0F3DF4D2829C1D5E0EBA88C48CE5B7 (FloorChunkDB_tD6E5766D39D25018B82906C456A920512D9E0696* __this, int32_t ___0_x, int32_t ___1_y, int32_t ___2_z, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,DungeonArchitect.Builders.FloorPlan.FloorChunkDB/FChunkCacheNode>::ContainsKey(TKey)
|
|
inline bool Dictionary_2_ContainsKey_mEA0ED153B6EFF261077D0C1C2768C88211FAB9D7 (Dictionary_2_tDB52B2F94418CB3A97A8FF2E2378A3C67ABEDDCC* __this, int32_t ___0_key, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Dictionary_2_tDB52B2F94418CB3A97A8FF2E2378A3C67ABEDDCC*, int32_t, const RuntimeMethod*))Dictionary_2_ContainsKey_mED5C451F158CDDD2B3F4B0720CD248DA9DB27B25_gshared)(__this, ___0_key, method);
|
|
}
|
|
// TValue System.Collections.Generic.Dictionary`2<System.Int32,DungeonArchitect.Builders.FloorPlan.FloorChunkDB/FChunkCacheNode>::get_Item(TKey)
|
|
inline FChunkCacheNode_t722B86EEBE14E122F52272E47BD65461C421A89B* Dictionary_2_get_Item_mDDD523513C55B4DAC5703EFB74C7542874E703E3 (Dictionary_2_tDB52B2F94418CB3A97A8FF2E2378A3C67ABEDDCC* __this, int32_t ___0_key, const RuntimeMethod* method)
|
|
{
|
|
return (( FChunkCacheNode_t722B86EEBE14E122F52272E47BD65461C421A89B* (*) (Dictionary_2_tDB52B2F94418CB3A97A8FF2E2378A3C67ABEDDCC*, int32_t, const RuntimeMethod*))Dictionary_2_get_Item_mC3FEA647E750C27367C990777D8890E0E712E514_gshared)(__this, ___0_key, method);
|
|
}
|
|
// DungeonArchitect.Builders.FloorPlan.FloorChunk DungeonArchitect.Builders.FloorPlan.FloorChunkDB::GetChunk(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* FloorChunkDB_GetChunk_m41CDD141F80AE8A2784B994396B44E48E0F0C10A (FloorChunkDB_tD6E5766D39D25018B82906C456A920512D9E0696* __this, int32_t ___0_Id, const RuntimeMethod* method) ;
|
|
// System.Void DungeonArchitect.Builders.FloorPlan.FloorChunkDB/FChunkCacheNode::.ctor(System.Int32,System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FChunkCacheNode__ctor_m5DB854D2CC7A0EDA1D18CC62B935E6DE0052BBC2 (FChunkCacheNode_t722B86EEBE14E122F52272E47BD65461C421A89B* __this, int32_t ___0_InChunkId, float ___1_InPriority, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.Dictionary`2<System.Int32,DungeonArchitect.Builders.FloorPlan.FloorChunkDB/FChunkCacheNode>::Add(TKey,TValue)
|
|
inline void Dictionary_2_Add_m78B15C61E153B4E977473AFBBFBCE512F8191C61 (Dictionary_2_tDB52B2F94418CB3A97A8FF2E2378A3C67ABEDDCC* __this, int32_t ___0_key, FChunkCacheNode_t722B86EEBE14E122F52272E47BD65461C421A89B* ___1_value, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Dictionary_2_tDB52B2F94418CB3A97A8FF2E2378A3C67ABEDDCC*, int32_t, FChunkCacheNode_t722B86EEBE14E122F52272E47BD65461C421A89B*, const RuntimeMethod*))Dictionary_2_Add_mAF1EF7DA16BD70E252EA5C4B0F74DE519A02CBCD_gshared)(__this, ___0_key, ___1_value, method);
|
|
}
|
|
// TSource[] System.Linq.Enumerable::ToArray<DungeonArchitect.Builders.FloorPlan.FloorChunk>(System.Collections.Generic.IEnumerable`1<TSource>)
|
|
inline FloorChunkU5BU5D_tD6A628523FF858A9D807AB3DF1912F14B30F8C91* Enumerable_ToArray_TisFloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775_m03252E2823E7A14AA4AF320E0E6999B3211F72A0 (RuntimeObject* ___0_source, const RuntimeMethod* method)
|
|
{
|
|
return (( FloorChunkU5BU5D_tD6A628523FF858A9D807AB3DF1912F14B30F8C91* (*) (RuntimeObject*, const RuntimeMethod*))Enumerable_ToArray_TisRuntimeObject_mA54265C2C8A0864929ECD300B75E4952D553D17D_gshared)(___0_source, method);
|
|
}
|
|
// System.Boolean System.Collections.Generic.Dictionary`2<DungeonArchitect.IntVector,System.Collections.Generic.HashSet`1<DungeonArchitect.IntVector>>::ContainsKey(TKey)
|
|
inline bool Dictionary_2_ContainsKey_m9B221216FCB5C31A46DE0826DCD5BFF25CEC7C76 (Dictionary_2_t0A29C7F6E2FC79FA63F0CF7886E5407F4324D526* __this, IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C ___0_key, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Dictionary_2_t0A29C7F6E2FC79FA63F0CF7886E5407F4324D526*, IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C, const RuntimeMethod*))Dictionary_2_ContainsKey_m62D46276AB4E9B0CDF3387F9A83B3502A386A18F_gshared)(__this, ___0_key, method);
|
|
}
|
|
// System.Void System.Collections.Generic.Dictionary`2<DungeonArchitect.IntVector,System.Collections.Generic.HashSet`1<DungeonArchitect.IntVector>>::Add(TKey,TValue)
|
|
inline void Dictionary_2_Add_m832F97F27EDAB267F2DA94A0EBFA3FCD7E847CB9 (Dictionary_2_t0A29C7F6E2FC79FA63F0CF7886E5407F4324D526* __this, IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C ___0_key, HashSet_1_tA1EF3184AD46B7255ABC462FA85BEA5168966215* ___1_value, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Dictionary_2_t0A29C7F6E2FC79FA63F0CF7886E5407F4324D526*, IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C, HashSet_1_tA1EF3184AD46B7255ABC462FA85BEA5168966215*, const RuntimeMethod*))Dictionary_2_Add_mA17ADE9C730978DE55F61A7821135D84B8FAE50F_gshared)(__this, ___0_key, ___1_value, method);
|
|
}
|
|
// TValue System.Collections.Generic.Dictionary`2<DungeonArchitect.IntVector,System.Collections.Generic.HashSet`1<DungeonArchitect.IntVector>>::get_Item(TKey)
|
|
inline HashSet_1_tA1EF3184AD46B7255ABC462FA85BEA5168966215* Dictionary_2_get_Item_m01C6D6B93A50CD0E695E24766749A5313E5ED357 (Dictionary_2_t0A29C7F6E2FC79FA63F0CF7886E5407F4324D526* __this, IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C ___0_key, const RuntimeMethod* method)
|
|
{
|
|
return (( HashSet_1_tA1EF3184AD46B7255ABC462FA85BEA5168966215* (*) (Dictionary_2_t0A29C7F6E2FC79FA63F0CF7886E5407F4324D526*, IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C, const RuntimeMethod*))Dictionary_2_get_Item_m061A891B7E0D7F34627A818B3EEEF06132F31C35_gshared)(__this, ___0_key, method);
|
|
}
|
|
// System.Void System.Collections.Generic.Dictionary`2<DungeonArchitect.IntVector,System.Collections.Generic.HashSet`1<DungeonArchitect.IntVector>>::Clear()
|
|
inline void Dictionary_2_Clear_m232D6420CB72D707C2329510D58F53631343C43A (Dictionary_2_t0A29C7F6E2FC79FA63F0CF7886E5407F4324D526* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Dictionary_2_t0A29C7F6E2FC79FA63F0CF7886E5407F4324D526*, const RuntimeMethod*))Dictionary_2_Clear_m153796815D910C7A26306D711610C80FAA9D5CB7_gshared)(__this, method);
|
|
}
|
|
// System.Void System.Collections.Generic.Dictionary`2<DungeonArchitect.IntVector,System.Collections.Generic.HashSet`1<DungeonArchitect.IntVector>>::.ctor()
|
|
inline void Dictionary_2__ctor_m3A8F36D7A747D8600654C68A1847EA41B99D54F6 (Dictionary_2_t0A29C7F6E2FC79FA63F0CF7886E5407F4324D526* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Dictionary_2_t0A29C7F6E2FC79FA63F0CF7886E5407F4324D526*, const RuntimeMethod*))Dictionary_2__ctor_mD4FB8668A855E3167DBA71D797CA142171A42F84_gshared)(__this, method);
|
|
}
|
|
// System.Diagnostics.Stopwatch System.Diagnostics.Stopwatch::StartNew()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Stopwatch_tA188A210449E22C07053A7D3014DD182C7369043* Stopwatch_StartNew_mF813F15E68604C7734FECC301B7042A521041259 (const RuntimeMethod* method) ;
|
|
// System.Void DungeonArchitect.Builders.CircularCity.CircularCityDungeonBuilder::GenerateCityLayout()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CircularCityDungeonBuilder_GenerateCityLayout_m26B87DBC1CB06C99CF6B0E182B48758DFB2FCFCD (CircularCityDungeonBuilder_tEBE5CB17237826ACF003AAB85449D042810B3AB0* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Diagnostics.Stopwatch::Stop()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stopwatch_Stop_m8F2A2EFD9D7D5B4180A5E5379E5443864618D7DC (Stopwatch_tA188A210449E22C07053A7D3014DD182C7369043* __this, const RuntimeMethod* method) ;
|
|
// System.Int64 System.Diagnostics.Stopwatch::get_ElapsedMilliseconds()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t Stopwatch_get_ElapsedMilliseconds_m8D8E60ADEB47D008C06D8E57D28D41EAE07AECBF (Stopwatch_tA188A210449E22C07053A7D3014DD182C7369043* __this, const RuntimeMethod* method) ;
|
|
// System.String System.Single::ToString()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Single_ToString_mE282EDA9CA4F7DF88432D807732837A629D04972 (float* __this, const RuntimeMethod* method) ;
|
|
// System.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.Void DungeonArchitect.DungeonBuilder::OnDestroyed()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DungeonBuilder_OnDestroyed_m3E662FC6E5EF3FF6E579A72C71A9A8203CA25B35 (DungeonBuilder_tD1E33B0EE44EFF472152D3D8233F3804191E65EA* __this, const RuntimeMethod* method) ;
|
|
// System.Void DungeonArchitect.Builders.CircularCity.CircularCityDungeonBuilder::EmitCityMarkers()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CircularCityDungeonBuilder_EmitCityMarkers_m96941F538B4D68BD24FE39880DCB360C1B0A4A06 (CircularCityDungeonBuilder_tEBE5CB17237826ACF003AAB85449D042810B3AB0* __this, const RuntimeMethod* method) ;
|
|
// T UnityEngine.Component::GetComponent<DungeonArchitect.Splatmap.DungeonSplatmap>()
|
|
inline DungeonSplatmap_t029BF947A28B396CEB89BBB14D81A1DB0EF98672* Component_GetComponent_TisDungeonSplatmap_t029BF947A28B396CEB89BBB14D81A1DB0EF98672_mED46E1CAAE3A9A02116629EAA93A5A76AE2F90E2 (Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( DungeonSplatmap_t029BF947A28B396CEB89BBB14D81A1DB0EF98672* (*) (Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3*, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_m7181F81CAEC2CF53F5D2BC79B7425C16E1F80D33_gshared)(__this, method);
|
|
}
|
|
// UnityEngine.Texture2D DungeonArchitect.Builders.CircularCity.CircularCityDungeonBuilder::GetSplatTexture(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* CircularCityDungeonBuilder_GetSplatTexture_m702FDD71A4310B7580FC321D2FCC3D25F3DC693D (CircularCityDungeonBuilder_tEBE5CB17237826ACF003AAB85449D042810B3AB0* __this, int32_t ___0_index, const RuntimeMethod* method) ;
|
|
// System.Void DungeonArchitect.RoadNetworks.RoadGraphBuilderSettings::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RoadGraphBuilderSettings__ctor_m6C9046317A3A3D27A60D23432AA686FD34DFDD6B (RoadGraphBuilderSettings_t9C848EE52D518784261372600766D63BD6FDB6E6* __this, const RuntimeMethod* method) ;
|
|
// System.Void DungeonArchitect.RoadNetworks.RoadGraphBuilder::.ctor(DungeonArchitect.RoadNetworks.RoadGraphBuilderSettings)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RoadGraphBuilder__ctor_m8925562138E0E9D5EAB45F87F356E27C1D5C7922 (RoadGraphBuilder_tB366628D63C72AE64887B90EFAB119DFADC1E7C7* __this, RoadGraphBuilderSettings_t9C848EE52D518784261372600766D63BD6FDB6E6* ___0_settings, const RuntimeMethod* method) ;
|
|
// System.Void DungeonArchitect.RoadNetworks.RoadGraphBuilder::CreateCircle(UnityEngine.Vector3,System.Single,System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RoadGraphBuilder_CreateCircle_mBAC38FF9703B13714C6508EA53AC82CDA17CCF91 (RoadGraphBuilder_tB366628D63C72AE64887B90EFAB119DFADC1E7C7* __this, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_center, float ___1_radius, float ___2_thickness, const RuntimeMethod* method) ;
|
|
// System.Void DungeonArchitect.RoadNetworks.RoadGraphBuilder::CreateLine(UnityEngine.Vector3,UnityEngine.Vector3,System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RoadGraphBuilder_CreateLine_m120101FCC1AAE73B15FE04639824C5ACC4E86790 (RoadGraphBuilder_tB366628D63C72AE64887B90EFAB119DFADC1E7C7* __this, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_start, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___1_end, float ___2_thickness, const RuntimeMethod* method) ;
|
|
// System.Single RandomExtensions::NextFloat(System.Random)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float RandomExtensions_NextFloat_m83B4036CA53E0F8F86D3A8D8ABC1C564D0673A67 (Random_t79716069EDE67D1D7734F60AE402D0CA3FB6B4C8* ___0_random, const RuntimeMethod* method) ;
|
|
// DungeonArchitect.RoadNetworks.RoadGraph DungeonArchitect.RoadNetworks.RoadGraphBuilder::BakeRoadGraph()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RoadGraph_tBBD3345D24DE5F906DB32FD25C86EBDCD929F20D* RoadGraphBuilder_BakeRoadGraph_mB778DE98F5196A354D71EBE7A283A43A0E7BDA08 (RoadGraphBuilder_tB366628D63C72AE64887B90EFAB119DFADC1E7C7* __this, const RuntimeMethod* method) ;
|
|
// System.Void DungeonArchitect.RoadNetworks.RoadLayoutBuilder::.ctor(DungeonArchitect.RoadNetworks.RoadGraph,UnityEngine.MeshFilter)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RoadLayoutBuilder__ctor_mFE8509733E13D3AF9A149A8B1313632A4187AF46 (RoadLayoutBuilder_t3A812F7CE786937B3129CC6D652A7CDE63C5CD81* __this, RoadGraph_tBBD3345D24DE5F906DB32FD25C86EBDCD929F20D* ___0_roadGraph, MeshFilter_t6D1CE2473A1E45AC73013400585A1163BF66B2F5* ___1_meshFilter, const RuntimeMethod* method) ;
|
|
// System.Void DungeonArchitect.RoadNetworks.RoadBlockLayoutBuiltDelegate::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RoadBlockLayoutBuiltDelegate__ctor_mF5046DCC10FC355C79871BDC986F68B68F694D4C (RoadBlockLayoutBuiltDelegate_t2DE3113DA786100F32EE8C154BCBCA6197E00176* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) ;
|
|
// System.Void DungeonArchitect.RoadNetworks.RoadLayoutBuilder::add_RoadBlockLayoutBuilt(DungeonArchitect.RoadNetworks.RoadBlockLayoutBuiltDelegate)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RoadLayoutBuilder_add_RoadBlockLayoutBuilt_m6C253CBAFA0FD34FF429A8760F2B72A593824DBF (RoadLayoutBuilder_t3A812F7CE786937B3129CC6D652A7CDE63C5CD81* __this, RoadBlockLayoutBuiltDelegate_t2DE3113DA786100F32EE8C154BCBCA6197E00176* ___0_value, const RuntimeMethod* method) ;
|
|
// DungeonArchitect.RoadNetworks.RoadGraph DungeonArchitect.RoadNetworks.RoadLayoutBuilder::BakeLayoutGraph()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RoadGraph_tBBD3345D24DE5F906DB32FD25C86EBDCD929F20D* RoadLayoutBuilder_BakeLayoutGraph_m7033B0343FAA7B228D9EC24F07F52BBE54E8AEBE (RoadLayoutBuilder_t3A812F7CE786937B3129CC6D652A7CDE63C5CD81* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.Dictionary`2<System.Int32,DungeonArchitect.RoadNetworks.RoadGraphNode>::.ctor()
|
|
inline void Dictionary_2__ctor_m6E7D7A7782A7D7BE5BB88BD1A00B148744A4B81D (Dictionary_2_t8D6A7A700F96E1A61157A5FEBCCD03E7AA57E00E* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Dictionary_2_t8D6A7A700F96E1A61157A5FEBCCD03E7AA57E00E*, const RuntimeMethod*))Dictionary_2__ctor_m92E9AB321FBD7147CA109C822D99C8B0610C27B7_gshared)(__this, method);
|
|
}
|
|
// System.Void System.Collections.Generic.Dictionary`2<System.Int32,DungeonArchitect.RoadNetworks.RoadGraphNode>::Add(TKey,TValue)
|
|
inline void Dictionary_2_Add_mB0AAF73579E70C9DBAC57221C13DADEA0D4CB9BE (Dictionary_2_t8D6A7A700F96E1A61157A5FEBCCD03E7AA57E00E* __this, int32_t ___0_key, RoadGraphNode_t9C424C0D4CD008CFEF0B2F81ECCA533397B87D06* ___1_value, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Dictionary_2_t8D6A7A700F96E1A61157A5FEBCCD03E7AA57E00E*, int32_t, RoadGraphNode_t9C424C0D4CD008CFEF0B2F81ECCA533397B87D06*, const RuntimeMethod*))Dictionary_2_Add_mAF1EF7DA16BD70E252EA5C4B0F74DE519A02CBCD_gshared)(__this, ___0_key, ___1_value, method);
|
|
}
|
|
// System.Void UnityEngine.Gizmos::set_color(UnityEngine.Color)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Gizmos_set_color_m53927A2741937484180B20B55F7F20F8F60C5797 (Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___0_value, const RuntimeMethod* method) ;
|
|
// TValue System.Collections.Generic.Dictionary`2<System.Int32,DungeonArchitect.RoadNetworks.RoadGraphNode>::get_Item(TKey)
|
|
inline RoadGraphNode_t9C424C0D4CD008CFEF0B2F81ECCA533397B87D06* Dictionary_2_get_Item_m49065CB35CBE74F0E7D018D81BFD778544583625 (Dictionary_2_t8D6A7A700F96E1A61157A5FEBCCD03E7AA57E00E* __this, int32_t ___0_key, const RuntimeMethod* method)
|
|
{
|
|
return (( RoadGraphNode_t9C424C0D4CD008CFEF0B2F81ECCA533397B87D06* (*) (Dictionary_2_t8D6A7A700F96E1A61157A5FEBCCD03E7AA57E00E*, int32_t, const RuntimeMethod*))Dictionary_2_get_Item_mC3FEA647E750C27367C990777D8890E0E712E514_gshared)(__this, ___0_key, method);
|
|
}
|
|
// System.Void UnityEngine.Gizmos::DrawLine(UnityEngine.Vector3,UnityEngine.Vector3)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Gizmos_DrawLine_mB139054F55D615637A39A3127AADB16043387F8A (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_from, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___1_to, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.Gizmos::DrawSphere(UnityEngine.Vector3,System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Gizmos_DrawSphere_mC7B2862BBDB3141A63B83F0F1E56E30101D4F472 (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_center, float ___1_radius, const RuntimeMethod* method) ;
|
|
// T UnityEngine.Component::GetComponent<DungeonArchitect.Builders.CircularCity.CircularCityDungeonConfig>()
|
|
inline CircularCityDungeonConfig_t7817BFF1E73208574A6840788A4429EEE3654351* Component_GetComponent_TisCircularCityDungeonConfig_t7817BFF1E73208574A6840788A4429EEE3654351_mCD052CFC3D0FEC3C5503829E3027B7D60DECE618 (Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( CircularCityDungeonConfig_t7817BFF1E73208574A6840788A4429EEE3654351* (*) (Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3*, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_m7181F81CAEC2CF53F5D2BC79B7425C16E1F80D33_gshared)(__this, method);
|
|
}
|
|
// T UnityEngine.Component::GetComponent<DungeonArchitect.Builders.CircularCity.CircularCityDungeonModel>()
|
|
inline CircularCityDungeonModel_t94F17830E23611EE5B86A93B5CA7B1024193ABDE* Component_GetComponent_TisCircularCityDungeonModel_t94F17830E23611EE5B86A93B5CA7B1024193ABDE_m63AEE898B103B574B28EEC72FDB3EF542D890891 (Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( CircularCityDungeonModel_t94F17830E23611EE5B86A93B5CA7B1024193ABDE* (*) (Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3*, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_m7181F81CAEC2CF53F5D2BC79B7425C16E1F80D33_gshared)(__this, method);
|
|
}
|
|
// UnityEngine.Color UnityEngine.Color::get_green()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Color_tD001788D726C3A7F1379BEED0260B9591F440C1F Color_get_green_mEB001F2CD8C68C6BBAEF9101990B779D3AA2A6EF_inline (const RuntimeMethod* method) ;
|
|
// System.Void DungeonArchitect.Builders.CircularCity.CircularCityDungeonBuilder::DebugDrawGraphGizmo(DungeonArchitect.RoadNetworks.RoadGraph,UnityEngine.Color,UnityEngine.Color)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CircularCityDungeonBuilder_DebugDrawGraphGizmo_mA98F55AABE0B3E9F595F1528FC25887FD876C031 (CircularCityDungeonBuilder_tEBE5CB17237826ACF003AAB85449D042810B3AB0* __this, RoadGraph_tBBD3345D24DE5F906DB32FD25C86EBDCD929F20D* ___0_graph, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___1_edgeColor, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___2_nodeColor, const RuntimeMethod* method) ;
|
|
// UnityEngine.Color UnityEngine.Color::get_yellow()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Color_tD001788D726C3A7F1379BEED0260B9591F440C1F Color_get_yellow_m66637FA14383E8D74F24AE256B577CE1D55D469F_inline (const RuntimeMethod* method) ;
|
|
// UnityEngine.Color UnityEngine.Color::get_blue()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Color_tD001788D726C3A7F1379BEED0260B9591F440C1F Color_get_blue_mF04A26CE61D6DA3C0D8B1C4720901B1028C7AB87_inline (const RuntimeMethod* method) ;
|
|
// System.Void DungeonArchitect.Builders.CircularCity.CircularCityDungeonBuilder/SpatialPartitionCache::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SpatialPartitionCache__ctor_m5A2F6D125781B2C29E75DA7DC07401ABF9ECDC0B (SpatialPartitionCache_t75656499ADE63A544DB658BFCAA6F4C2C44B4BE9* __this, int32_t ___0_gridSize, const RuntimeMethod* method) ;
|
|
// System.Void DungeonArchitect.Builders.CircularCity.CircularCityDungeonBuilder/SpatialPartitionCache::RegisterAsOccupied(UnityEngine.Vector3)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SpatialPartitionCache_RegisterAsOccupied_m05CF3860D385BCAA77CB15F6EAD2B9FF73A7D42E (SpatialPartitionCache_t75656499ADE63A544DB658BFCAA6F4C2C44B4BE9* __this, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_position, const RuntimeMethod* method) ;
|
|
// System.Boolean DungeonArchitect.Builders.CircularCity.CircularCityDungeonBuilder/SpatialPartitionCache::IsFree(UnityEngine.Vector3,System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SpatialPartitionCache_IsFree_mB9B85FA9946D34517A76BE4CFE90569C732BB74B (SpatialPartitionCache_t75656499ADE63A544DB658BFCAA6F4C2C44B4BE9* __this, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_position, float ___1_distanceSearch, const RuntimeMethod* method) ;
|
|
// System.Void DungeonArchitect.Builders.CircularCity.CircularCityDungeonBuilder::EmitMarkerAt(System.String,UnityEngine.Vector3,UnityEngine.Quaternion)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CircularCityDungeonBuilder_EmitMarkerAt_m5C6434B6422852E9FB64FF664303EC1794FB4BDF (CircularCityDungeonBuilder_tEBE5CB17237826ACF003AAB85449D042810B3AB0* __this, String_t* ___0_markerName, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___1_worldPosition, Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 ___2_rotation, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.Dictionary`2<DungeonArchitect.IntVector2,System.Collections.Generic.List`1<UnityEngine.Vector3>>::.ctor()
|
|
inline void Dictionary_2__ctor_m8771754E2BBA32FB3F559F9140810B9B185B8938 (Dictionary_2_t10BD0B6C508CB4471BF107ECB9DC511E2BFA861E* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Dictionary_2_t10BD0B6C508CB4471BF107ECB9DC511E2BFA861E*, const RuntimeMethod*))Dictionary_2__ctor_m6CB7217352B925BB4008CD684804DB04B39ED2F5_gshared)(__this, method);
|
|
}
|
|
// DungeonArchitect.IntVector2 DungeonArchitect.Builders.CircularCity.CircularCityDungeonBuilder/SpatialPartitionCache::GetCell(UnityEngine.Vector3)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR IntVector2_t2DFD1430F75D3E32E93DE921832E85D4A3FD53F7 SpatialPartitionCache_GetCell_mD38917AACE69AA5FD584D76C794F9074A5280150 (SpatialPartitionCache_t75656499ADE63A544DB658BFCAA6F4C2C44B4BE9* __this, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_position, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Collections.Generic.Dictionary`2<DungeonArchitect.IntVector2,System.Collections.Generic.List`1<UnityEngine.Vector3>>::ContainsKey(TKey)
|
|
inline bool Dictionary_2_ContainsKey_m327E5BE936BCFA42E0AEC26DCCE7EB6C3B215DE9 (Dictionary_2_t10BD0B6C508CB4471BF107ECB9DC511E2BFA861E* __this, IntVector2_t2DFD1430F75D3E32E93DE921832E85D4A3FD53F7 ___0_key, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Dictionary_2_t10BD0B6C508CB4471BF107ECB9DC511E2BFA861E*, IntVector2_t2DFD1430F75D3E32E93DE921832E85D4A3FD53F7, const RuntimeMethod*))Dictionary_2_ContainsKey_mFD874508917976E4B679DE7DD33C12E0DD7ACC21_gshared)(__this, ___0_key, method);
|
|
}
|
|
// System.Void System.Collections.Generic.List`1<UnityEngine.Vector3>::.ctor()
|
|
inline void List_1__ctor_mC54E2BCBE43279A96FC082F5CDE2D76388BD8F9C (List_1_t77B94703E05C519A9010DD0614F757F974E1CD8B* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_t77B94703E05C519A9010DD0614F757F974E1CD8B*, const RuntimeMethod*))List_1__ctor_mC54E2BCBE43279A96FC082F5CDE2D76388BD8F9C_gshared)(__this, method);
|
|
}
|
|
// System.Void System.Collections.Generic.Dictionary`2<DungeonArchitect.IntVector2,System.Collections.Generic.List`1<UnityEngine.Vector3>>::Add(TKey,TValue)
|
|
inline void Dictionary_2_Add_mFEB6223FF4F795CE541DA82578CF6354D0B16B80 (Dictionary_2_t10BD0B6C508CB4471BF107ECB9DC511E2BFA861E* __this, IntVector2_t2DFD1430F75D3E32E93DE921832E85D4A3FD53F7 ___0_key, List_1_t77B94703E05C519A9010DD0614F757F974E1CD8B* ___1_value, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Dictionary_2_t10BD0B6C508CB4471BF107ECB9DC511E2BFA861E*, IntVector2_t2DFD1430F75D3E32E93DE921832E85D4A3FD53F7, List_1_t77B94703E05C519A9010DD0614F757F974E1CD8B*, const RuntimeMethod*))Dictionary_2_Add_m4FFFD525E71379179AE1B5E7866853382040181F_gshared)(__this, ___0_key, ___1_value, method);
|
|
}
|
|
// TValue System.Collections.Generic.Dictionary`2<DungeonArchitect.IntVector2,System.Collections.Generic.List`1<UnityEngine.Vector3>>::get_Item(TKey)
|
|
inline List_1_t77B94703E05C519A9010DD0614F757F974E1CD8B* Dictionary_2_get_Item_mB2B99A6E12F0E49419FE2C3EA9063E787981F827 (Dictionary_2_t10BD0B6C508CB4471BF107ECB9DC511E2BFA861E* __this, IntVector2_t2DFD1430F75D3E32E93DE921832E85D4A3FD53F7 ___0_key, const RuntimeMethod* method)
|
|
{
|
|
return (( List_1_t77B94703E05C519A9010DD0614F757F974E1CD8B* (*) (Dictionary_2_t10BD0B6C508CB4471BF107ECB9DC511E2BFA861E*, IntVector2_t2DFD1430F75D3E32E93DE921832E85D4A3FD53F7, const RuntimeMethod*))Dictionary_2_get_Item_m24FA1D279FE2E8ABBC6AC29870F0AB585E24B30F_gshared)(__this, ___0_key, method);
|
|
}
|
|
// System.Void System.Collections.Generic.List`1<UnityEngine.Vector3>::Add(T)
|
|
inline void List_1_Add_m79E50C4F592B1703F4B76A8BE7B4855515460CA1_inline (List_1_t77B94703E05C519A9010DD0614F757F974E1CD8B* __this, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_item, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_t77B94703E05C519A9010DD0614F757F974E1CD8B*, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2, const RuntimeMethod*))List_1_Add_m79E50C4F592B1703F4B76A8BE7B4855515460CA1_gshared_inline)(__this, ___0_item, method);
|
|
}
|
|
// System.Void DungeonArchitect.IntVector2::.ctor(System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IntVector2__ctor_mD3BAEE651E799C5D5F4BAE76D31BFAA7ABD176E0 (IntVector2_t2DFD1430F75D3E32E93DE921832E85D4A3FD53F7* __this, int32_t ___0_x, int32_t ___1_y, const RuntimeMethod* method) ;
|
|
// DungeonArchitect.IntVector2 DungeonArchitect.IntVector2::op_Addition(DungeonArchitect.IntVector2,DungeonArchitect.IntVector2)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR IntVector2_t2DFD1430F75D3E32E93DE921832E85D4A3FD53F7 IntVector2_op_Addition_m0B60F9588B271FC42836F32563C1017EA4668239 (IntVector2_t2DFD1430F75D3E32E93DE921832E85D4A3FD53F7 ___0_a, IntVector2_t2DFD1430F75D3E32E93DE921832E85D4A3FD53F7 ___1_b, const RuntimeMethod* method) ;
|
|
// System.Boolean DungeonArchitect.Builders.CircularCity.CircularCityDungeonBuilder/SpatialPartitionCache::IsFree(UnityEngine.Vector3,DungeonArchitect.IntVector2,System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SpatialPartitionCache_IsFree_m1296EE1F2116A3C1E16FF55997230418F90A69EF (SpatialPartitionCache_t75656499ADE63A544DB658BFCAA6F4C2C44B4BE9* __this, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_sourcePosition, IntVector2_t2DFD1430F75D3E32E93DE921832E85D4A3FD53F7 ___1_cell, float ___2_distanceSearch, const RuntimeMethod* method) ;
|
|
// System.Collections.Generic.List`1/Enumerator<T> System.Collections.Generic.List`1<UnityEngine.Vector3>::GetEnumerator()
|
|
inline Enumerator_t609488A9291E792D6A59707FF2BF03FBB727E047 List_1_GetEnumerator_m24A1CBC9428047F6672EC9B92A3E4154DC60337A (List_1_t77B94703E05C519A9010DD0614F757F974E1CD8B* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( Enumerator_t609488A9291E792D6A59707FF2BF03FBB727E047 (*) (List_1_t77B94703E05C519A9010DD0614F757F974E1CD8B*, const RuntimeMethod*))List_1_GetEnumerator_m24A1CBC9428047F6672EC9B92A3E4154DC60337A_gshared)(__this, method);
|
|
}
|
|
// System.Void System.Collections.Generic.List`1/Enumerator<UnityEngine.Vector3>::Dispose()
|
|
inline void Enumerator_Dispose_m13D8B7747BCE3651CB2FD43622DBEDC3E50EA0E6 (Enumerator_t609488A9291E792D6A59707FF2BF03FBB727E047* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Enumerator_t609488A9291E792D6A59707FF2BF03FBB727E047*, const RuntimeMethod*))Enumerator_Dispose_m13D8B7747BCE3651CB2FD43622DBEDC3E50EA0E6_gshared)(__this, method);
|
|
}
|
|
// T System.Collections.Generic.List`1/Enumerator<UnityEngine.Vector3>::get_Current()
|
|
inline Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Enumerator_get_Current_m098C9AE095DEFD00B1B0314A772330F537805EE2_inline (Enumerator_t609488A9291E792D6A59707FF2BF03FBB727E047* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 (*) (Enumerator_t609488A9291E792D6A59707FF2BF03FBB727E047*, const RuntimeMethod*))Enumerator_get_Current_m098C9AE095DEFD00B1B0314A772330F537805EE2_gshared_inline)(__this, method);
|
|
}
|
|
// System.Boolean System.Collections.Generic.List`1/Enumerator<UnityEngine.Vector3>::MoveNext()
|
|
inline bool Enumerator_MoveNext_m9C3D158CB944A2244D518FA7989D8312ACCD7C8A (Enumerator_t609488A9291E792D6A59707FF2BF03FBB727E047* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Enumerator_t609488A9291E792D6A59707FF2BF03FBB727E047*, const RuntimeMethod*))Enumerator_MoveNext_m9C3D158CB944A2244D518FA7989D8312ACCD7C8A_gshared)(__this, method);
|
|
}
|
|
// UnityEngine.Vector2 UnityEngine.Vector2::get_zero()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Vector2_get_zero_m32506C40EC2EE7D5D4410BF40D3EE683A3D5F32C_inline (const RuntimeMethod* method) ;
|
|
// UnityEngine.Vector3 UnityEngine.Quaternion::Internal_ToEulerRad(UnityEngine.Quaternion)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Quaternion_Internal_ToEulerRad_m5BD0EEC543120C320DC77FCCDFD2CE2E6BD3F1A8 (Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 ___0_rotation, const RuntimeMethod* method) ;
|
|
// UnityEngine.Vector3 UnityEngine.Quaternion::Internal_MakePositive(UnityEngine.Vector3)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Quaternion_Internal_MakePositive_m73E2D01920CB0DFE661A55022C129E8617F0C9A8 (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_euler, const RuntimeMethod* method) ;
|
|
// System.Void 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) ;
|
|
// UnityEngine.Quaternion UnityEngine.Quaternion::Internal_FromEulerRad(UnityEngine.Vector3)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 Quaternion_Internal_FromEulerRad_m66D4475341F53949471E6870FB5C5E4A5E9BA93E (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_euler, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.Quaternion::.ctor(System.Single,System.Single,System.Single,System.Single)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Quaternion__ctor_m868FD60AA65DD5A8AC0C5DEB0608381A8D85FCD8_inline (Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974* __this, float ___0_x, float ___1_y, float ___2_z, float ___3_w, const RuntimeMethod* method) ;
|
|
// System.Void 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 DungeonArchitect.Builders.Grid.GridDungeonBuilder/Edge::.ctor(System.Int32,System.Int32,System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Edge__ctor_m9C7199F1C687D11A8EC2A5DDAE9C36866D1849C5 (Edge_tD6CF372327799A38D6ED1F7A075A3800AD923A32* __this, int32_t ___0_cellA, int32_t ___1_cellB, float ___2_weight, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public Edge(int cellA, int cellB, float weight)
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
// this.cellA = cellA;
|
|
int32_t L_0 = ___0_cellA;
|
|
__this->___cellA_0 = L_0;
|
|
// this.cellB = cellB;
|
|
int32_t L_1 = ___1_cellB;
|
|
__this->___cellB_1 = L_1;
|
|
// this.weight = weight;
|
|
float L_2 = ___2_weight;
|
|
__this->___weight_2 = L_2;
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Int32 DungeonArchitect.Builders.Grid.GridDungeonBuilder/Edge::CompareTo(DungeonArchitect.Builders.Grid.GridDungeonBuilder/Edge)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Edge_CompareTo_m73AAF3CF5F626B36C046FAEA31195FDA10EBF45C (Edge_tD6CF372327799A38D6ED1F7A075A3800AD923A32* __this, Edge_tD6CF372327799A38D6ED1F7A075A3800AD923A32* ___0_other, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// if (weight == other.weight) return 0;
|
|
float L_0 = __this->___weight_2;
|
|
Edge_tD6CF372327799A38D6ED1F7A075A3800AD923A32* L_1 = ___0_other;
|
|
NullCheck(L_1);
|
|
float L_2 = L_1->___weight_2;
|
|
if ((!(((float)L_0) == ((float)L_2))))
|
|
{
|
|
goto IL_0010;
|
|
}
|
|
}
|
|
{
|
|
// if (weight == other.weight) return 0;
|
|
return 0;
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
// return (weight < other.weight) ? -1 : 1;
|
|
float L_3 = __this->___weight_2;
|
|
Edge_tD6CF372327799A38D6ED1F7A075A3800AD923A32* L_4 = ___0_other;
|
|
NullCheck(L_4);
|
|
float L_5 = L_4->___weight_2;
|
|
if ((((float)L_3) < ((float)L_5)))
|
|
{
|
|
goto IL_0020;
|
|
}
|
|
}
|
|
{
|
|
return 1;
|
|
}
|
|
|
|
IL_0020:
|
|
{
|
|
return (-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 DungeonArchitect.Builders.Grid.GridDungeonBuilder/ConnectionPointSorter::.ctor(UnityEngine.Vector3)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionPointSorter__ctor_m5BC22B2B60E21A3381CC68B42F407BAC8AD1A661 (ConnectionPointSorter_t2B2FC28E768016402CAC90F4AFB1F1AB6EBE40DC* __this, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_center, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public ConnectionPointSorter(Vector3 center)
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
// this.center = center;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_0 = ___0_center;
|
|
__this->___center_0 = L_0;
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Int32 DungeonArchitect.Builders.Grid.GridDungeonBuilder/ConnectionPointSorter::Compare(DungeonArchitect.IntVector,DungeonArchitect.IntVector)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ConnectionPointSorter_Compare_m0960E9D6B301C6998323F54906F7351F233385D6 (ConnectionPointSorter_t2B2FC28E768016402CAC90F4AFB1F1AB6EBE40DC* __this, IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C ___0_x, IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C ___1_y, const RuntimeMethod* method)
|
|
{
|
|
float V_0 = 0.0f;
|
|
float V_1 = 0.0f;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
// float distX = (x.ToVector3() - center).sqrMagnitude;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_0;
|
|
L_0 = IntVector_ToVector3_m9DF4AE99107BC7505A2C50BD51B5E7D17A02CEF0((&___0_x), NULL);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_1 = __this->___center_0;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_2;
|
|
L_2 = Vector3_op_Subtraction_mE42023FF80067CB44A1D4A27EB7CF2B24CABB828_inline(L_0, L_1, NULL);
|
|
V_2 = L_2;
|
|
float L_3;
|
|
L_3 = Vector3_get_sqrMagnitude_m43C27DEC47C4811FB30AB474FF2131A963B66FC8_inline((&V_2), NULL);
|
|
V_0 = L_3;
|
|
// float distY = (y.ToVector3() - center).sqrMagnitude;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_4;
|
|
L_4 = IntVector_ToVector3_m9DF4AE99107BC7505A2C50BD51B5E7D17A02CEF0((&___1_y), NULL);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_5 = __this->___center_0;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_6;
|
|
L_6 = Vector3_op_Subtraction_mE42023FF80067CB44A1D4A27EB7CF2B24CABB828_inline(L_4, L_5, NULL);
|
|
V_2 = L_6;
|
|
float L_7;
|
|
L_7 = Vector3_get_sqrMagnitude_m43C27DEC47C4811FB30AB474FF2131A963B66FC8_inline((&V_2), NULL);
|
|
V_1 = L_7;
|
|
// if (distX == distY) return 0;
|
|
float L_8 = V_0;
|
|
float L_9 = V_1;
|
|
if ((!(((float)L_8) == ((float)L_9))))
|
|
{
|
|
goto IL_003c;
|
|
}
|
|
}
|
|
{
|
|
// if (distX == distY) return 0;
|
|
return 0;
|
|
}
|
|
|
|
IL_003c:
|
|
{
|
|
// return distX < distY ? -1 : 1;
|
|
float L_10 = V_0;
|
|
float L_11 = V_1;
|
|
if ((((float)L_10) < ((float)L_11)))
|
|
{
|
|
goto IL_0042;
|
|
}
|
|
}
|
|
{
|
|
return 1;
|
|
}
|
|
|
|
IL_0042:
|
|
{
|
|
return (-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 DungeonArchitect.Builders.Grid.GridDungeonBuilder/StairConnectionWeight::.ctor(System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StairConnectionWeight__ctor_mB0C686FA89A5C60FFDC81B8AAFBA2E32DAAE996A (StairConnectionWeight_tE899421FC151A1A87BCD95AE81D09F5D76AA13AF* __this, int32_t ___0_position, int32_t ___1_weight, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public StairConnectionWeight(int position, int weight) {
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
// this.position = position;
|
|
int32_t L_0 = ___0_position;
|
|
__this->___position_0 = L_0;
|
|
// this.weight = weight;
|
|
int32_t L_1 = ___1_weight;
|
|
__this->___weight_1 = 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.Int32 DungeonArchitect.Builders.Grid.GridDungeonBuilder/StairConnectionWeightComparer::Compare(DungeonArchitect.Builders.Grid.GridDungeonBuilder/StairConnectionWeight,DungeonArchitect.Builders.Grid.GridDungeonBuilder/StairConnectionWeight)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StairConnectionWeightComparer_Compare_m99C57FA052E5FB2B062DEB9B53FC67F8A03A3334 (StairConnectionWeightComparer_t0398EEFDBA215A3EE5DD0FAFA834FE82FFA604C3* __this, StairConnectionWeight_tE899421FC151A1A87BCD95AE81D09F5D76AA13AF* ___0_x, StairConnectionWeight_tE899421FC151A1A87BCD95AE81D09F5D76AA13AF* ___1_y, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// if (x.weight == y.weight) return 0;
|
|
StairConnectionWeight_tE899421FC151A1A87BCD95AE81D09F5D76AA13AF* L_0 = ___0_x;
|
|
NullCheck(L_0);
|
|
int32_t L_1 = L_0->___weight_1;
|
|
StairConnectionWeight_tE899421FC151A1A87BCD95AE81D09F5D76AA13AF* L_2 = ___1_y;
|
|
NullCheck(L_2);
|
|
int32_t L_3 = L_2->___weight_1;
|
|
if ((!(((uint32_t)L_1) == ((uint32_t)L_3))))
|
|
{
|
|
goto IL_0010;
|
|
}
|
|
}
|
|
{
|
|
// if (x.weight == y.weight) return 0;
|
|
return 0;
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
// return (x.weight < y.weight) ? 1 : -1;
|
|
StairConnectionWeight_tE899421FC151A1A87BCD95AE81D09F5D76AA13AF* L_4 = ___0_x;
|
|
NullCheck(L_4);
|
|
int32_t L_5 = L_4->___weight_1;
|
|
StairConnectionWeight_tE899421FC151A1A87BCD95AE81D09F5D76AA13AF* L_6 = ___1_y;
|
|
NullCheck(L_6);
|
|
int32_t L_7 = L_6->___weight_1;
|
|
if ((((int32_t)L_5) < ((int32_t)L_7)))
|
|
{
|
|
goto IL_0020;
|
|
}
|
|
}
|
|
{
|
|
return (-1);
|
|
}
|
|
|
|
IL_0020:
|
|
{
|
|
return 1;
|
|
}
|
|
}
|
|
// System.Void DungeonArchitect.Builders.Grid.GridDungeonBuilder/StairConnectionWeightComparer::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StairConnectionWeightComparer__ctor_m3CFB83E897E31EE3BCE25C1E5E0081D81D9DD281 (StairConnectionWeightComparer_t0398EEFDBA215A3EE5DD0FAFA834FE82FFA604C3* __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 DungeonArchitect.Builders.Grid.GridDungeonBuilder/<>c::.cctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__cctor_m0AFFAEA66D7309E4C160DD5BF97F32A68CD3A0FB (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_tD605903C30B8A9380AE9C564ACE714B7A7477BCC_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
U3CU3Ec_tD605903C30B8A9380AE9C564ACE714B7A7477BCC* L_0 = (U3CU3Ec_tD605903C30B8A9380AE9C564ACE714B7A7477BCC*)il2cpp_codegen_object_new(U3CU3Ec_tD605903C30B8A9380AE9C564ACE714B7A7477BCC_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
U3CU3Ec__ctor_mE7A418F8B47F752E70F383A4C221A7DD83816C78(L_0, NULL);
|
|
((U3CU3Ec_tD605903C30B8A9380AE9C564ACE714B7A7477BCC_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tD605903C30B8A9380AE9C564ACE714B7A7477BCC_il2cpp_TypeInfo_var))->___U3CU3E9_0 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_tD605903C30B8A9380AE9C564ACE714B7A7477BCC_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tD605903C30B8A9380AE9C564ACE714B7A7477BCC_il2cpp_TypeInfo_var))->___U3CU3E9_0), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void DungeonArchitect.Builders.Grid.GridDungeonBuilder/<>c::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_mE7A418F8B47F752E70F383A4C221A7DD83816C78 (U3CU3Ec_tD605903C30B8A9380AE9C564ACE714B7A7477BCC* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Single DungeonArchitect.Builders.Grid.GridDungeonBuilder/<>c::<TriangulateRooms>b__37_0(UnityEngine.Vector2)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float U3CU3Ec_U3CTriangulateRoomsU3Eb__37_0_mC2F0EFB207D18FD95449EE015495A039C81C3116 (U3CU3Ec_tD605903C30B8A9380AE9C564ACE714B7A7477BCC* __this, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___0_v, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// vertices = vertices.OrderBy(v => v.x).ToList();
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_0 = ___0_v;
|
|
float L_1 = L_0.___x_0;
|
|
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 DungeonArchitect.Builders.Grid.GridDungeonMarkerNames::.cctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GridDungeonMarkerNames__cctor_m109F03A102D47EB36F85338D3FFBCA72D4573032 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GridDungeonMarkerNames_tC17AF5D30BC911B0C9537F392DC7B6007DEC93D8_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral03874C67068D8C0E79B571F2629E3964651C0A03);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3C89BD8F2FB3FE1447D86EB765FCAA4EDCADE289);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3E412C65DD5ABF788D1F841A3BA595D88EE495B9);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral548D93DDB2AC6B24373148B19D9A625571AB2318);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5CE36D1049E621945C0048E2ACEBBD3BAA0E02B3);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6FBACEBDAF7A3A017A379C39253BE597965F396E);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7649AEE062EE200D5810926162F39A75BCEE5287);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7A65EFC5BB52048E35B0D3E2214BCF8CE116440A);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral820625F64F794BCEAA8C8BA0AE99041D1738D0F1);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral85DBAB3CD3996658ABE3E8DBFD619149CF989BC4);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8FBF8AA6D7A72EEACFB864E4DB1AC71C83F59437);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9D663893DB013B647BC135E0592448F55939D76D);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA09FE379E356DC8230033E38002AF189EE6E738F);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA16B682CB385BB3ED64938016F8F2612536F245D);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAF46E18F486C1FA3E0D2A2866176114101CACD05);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC769C3A697EA17B9F3DC92BB9C6B01B4C301E93F);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE90DF4C6742D4ADBF6F4881428EDF26BF39FD8BA);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF4953520A0AD3A548C0606765A7BBC980EC8A8E7);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF896526FAE3129B1EB505EA9E8EAA5D34074CEEB);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public static readonly string Fence = "Fence";
|
|
((GridDungeonMarkerNames_tC17AF5D30BC911B0C9537F392DC7B6007DEC93D8_StaticFields*)il2cpp_codegen_static_fields_for(GridDungeonMarkerNames_tC17AF5D30BC911B0C9537F392DC7B6007DEC93D8_il2cpp_TypeInfo_var))->___Fence_0 = _stringLiteral3E412C65DD5ABF788D1F841A3BA595D88EE495B9;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((GridDungeonMarkerNames_tC17AF5D30BC911B0C9537F392DC7B6007DEC93D8_StaticFields*)il2cpp_codegen_static_fields_for(GridDungeonMarkerNames_tC17AF5D30BC911B0C9537F392DC7B6007DEC93D8_il2cpp_TypeInfo_var))->___Fence_0), (void*)_stringLiteral3E412C65DD5ABF788D1F841A3BA595D88EE495B9);
|
|
// public static readonly string FenceSeparator = "FenceSeparator";
|
|
((GridDungeonMarkerNames_tC17AF5D30BC911B0C9537F392DC7B6007DEC93D8_StaticFields*)il2cpp_codegen_static_fields_for(GridDungeonMarkerNames_tC17AF5D30BC911B0C9537F392DC7B6007DEC93D8_il2cpp_TypeInfo_var))->___FenceSeparator_1 = _stringLiteralAF46E18F486C1FA3E0D2A2866176114101CACD05;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((GridDungeonMarkerNames_tC17AF5D30BC911B0C9537F392DC7B6007DEC93D8_StaticFields*)il2cpp_codegen_static_fields_for(GridDungeonMarkerNames_tC17AF5D30BC911B0C9537F392DC7B6007DEC93D8_il2cpp_TypeInfo_var))->___FenceSeparator_1), (void*)_stringLiteralAF46E18F486C1FA3E0D2A2866176114101CACD05);
|
|
// public static readonly string Door = "Door";
|
|
((GridDungeonMarkerNames_tC17AF5D30BC911B0C9537F392DC7B6007DEC93D8_StaticFields*)il2cpp_codegen_static_fields_for(GridDungeonMarkerNames_tC17AF5D30BC911B0C9537F392DC7B6007DEC93D8_il2cpp_TypeInfo_var))->___Door_2 = _stringLiteral8FBF8AA6D7A72EEACFB864E4DB1AC71C83F59437;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((GridDungeonMarkerNames_tC17AF5D30BC911B0C9537F392DC7B6007DEC93D8_StaticFields*)il2cpp_codegen_static_fields_for(GridDungeonMarkerNames_tC17AF5D30BC911B0C9537F392DC7B6007DEC93D8_il2cpp_TypeInfo_var))->___Door_2), (void*)_stringLiteral8FBF8AA6D7A72EEACFB864E4DB1AC71C83F59437);
|
|
// public static readonly string Door2D = "Door2D";
|
|
((GridDungeonMarkerNames_tC17AF5D30BC911B0C9537F392DC7B6007DEC93D8_StaticFields*)il2cpp_codegen_static_fields_for(GridDungeonMarkerNames_tC17AF5D30BC911B0C9537F392DC7B6007DEC93D8_il2cpp_TypeInfo_var))->___Door2D_3 = _stringLiteral03874C67068D8C0E79B571F2629E3964651C0A03;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((GridDungeonMarkerNames_tC17AF5D30BC911B0C9537F392DC7B6007DEC93D8_StaticFields*)il2cpp_codegen_static_fields_for(GridDungeonMarkerNames_tC17AF5D30BC911B0C9537F392DC7B6007DEC93D8_il2cpp_TypeInfo_var))->___Door2D_3), (void*)_stringLiteral03874C67068D8C0E79B571F2629E3964651C0A03);
|
|
// public static readonly string Door2D_90 = "Door2D_90";
|
|
((GridDungeonMarkerNames_tC17AF5D30BC911B0C9537F392DC7B6007DEC93D8_StaticFields*)il2cpp_codegen_static_fields_for(GridDungeonMarkerNames_tC17AF5D30BC911B0C9537F392DC7B6007DEC93D8_il2cpp_TypeInfo_var))->___Door2D_90_4 = _stringLiteral820625F64F794BCEAA8C8BA0AE99041D1738D0F1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((GridDungeonMarkerNames_tC17AF5D30BC911B0C9537F392DC7B6007DEC93D8_StaticFields*)il2cpp_codegen_static_fields_for(GridDungeonMarkerNames_tC17AF5D30BC911B0C9537F392DC7B6007DEC93D8_il2cpp_TypeInfo_var))->___Door2D_90_4), (void*)_stringLiteral820625F64F794BCEAA8C8BA0AE99041D1738D0F1);
|
|
// public static readonly string Wall = "Wall";
|
|
((GridDungeonMarkerNames_tC17AF5D30BC911B0C9537F392DC7B6007DEC93D8_StaticFields*)il2cpp_codegen_static_fields_for(GridDungeonMarkerNames_tC17AF5D30BC911B0C9537F392DC7B6007DEC93D8_il2cpp_TypeInfo_var))->___Wall_5 = _stringLiteral7649AEE062EE200D5810926162F39A75BCEE5287;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((GridDungeonMarkerNames_tC17AF5D30BC911B0C9537F392DC7B6007DEC93D8_StaticFields*)il2cpp_codegen_static_fields_for(GridDungeonMarkerNames_tC17AF5D30BC911B0C9537F392DC7B6007DEC93D8_il2cpp_TypeInfo_var))->___Wall_5), (void*)_stringLiteral7649AEE062EE200D5810926162F39A75BCEE5287);
|
|
// public static readonly string Wall2D = "Wall2D";
|
|
((GridDungeonMarkerNames_tC17AF5D30BC911B0C9537F392DC7B6007DEC93D8_StaticFields*)il2cpp_codegen_static_fields_for(GridDungeonMarkerNames_tC17AF5D30BC911B0C9537F392DC7B6007DEC93D8_il2cpp_TypeInfo_var))->___Wall2D_6 = _stringLiteralA16B682CB385BB3ED64938016F8F2612536F245D;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((GridDungeonMarkerNames_tC17AF5D30BC911B0C9537F392DC7B6007DEC93D8_StaticFields*)il2cpp_codegen_static_fields_for(GridDungeonMarkerNames_tC17AF5D30BC911B0C9537F392DC7B6007DEC93D8_il2cpp_TypeInfo_var))->___Wall2D_6), (void*)_stringLiteralA16B682CB385BB3ED64938016F8F2612536F245D);
|
|
// public static readonly string WallSeparator = "WallSeparator";
|
|
((GridDungeonMarkerNames_tC17AF5D30BC911B0C9537F392DC7B6007DEC93D8_StaticFields*)il2cpp_codegen_static_fields_for(GridDungeonMarkerNames_tC17AF5D30BC911B0C9537F392DC7B6007DEC93D8_il2cpp_TypeInfo_var))->___WallSeparator_7 = _stringLiteral9D663893DB013B647BC135E0592448F55939D76D;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((GridDungeonMarkerNames_tC17AF5D30BC911B0C9537F392DC7B6007DEC93D8_StaticFields*)il2cpp_codegen_static_fields_for(GridDungeonMarkerNames_tC17AF5D30BC911B0C9537F392DC7B6007DEC93D8_il2cpp_TypeInfo_var))->___WallSeparator_7), (void*)_stringLiteral9D663893DB013B647BC135E0592448F55939D76D);
|
|
// public static readonly string Ground = "Ground";
|
|
((GridDungeonMarkerNames_tC17AF5D30BC911B0C9537F392DC7B6007DEC93D8_StaticFields*)il2cpp_codegen_static_fields_for(GridDungeonMarkerNames_tC17AF5D30BC911B0C9537F392DC7B6007DEC93D8_il2cpp_TypeInfo_var))->___Ground_8 = _stringLiteral7A65EFC5BB52048E35B0D3E2214BCF8CE116440A;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((GridDungeonMarkerNames_tC17AF5D30BC911B0C9537F392DC7B6007DEC93D8_StaticFields*)il2cpp_codegen_static_fields_for(GridDungeonMarkerNames_tC17AF5D30BC911B0C9537F392DC7B6007DEC93D8_il2cpp_TypeInfo_var))->___Ground_8), (void*)_stringLiteral7A65EFC5BB52048E35B0D3E2214BCF8CE116440A);
|
|
// public static readonly string Ground2D = "Ground2D";
|
|
((GridDungeonMarkerNames_tC17AF5D30BC911B0C9537F392DC7B6007DEC93D8_StaticFields*)il2cpp_codegen_static_fields_for(GridDungeonMarkerNames_tC17AF5D30BC911B0C9537F392DC7B6007DEC93D8_il2cpp_TypeInfo_var))->___Ground2D_9 = _stringLiteral6FBACEBDAF7A3A017A379C39253BE597965F396E;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((GridDungeonMarkerNames_tC17AF5D30BC911B0C9537F392DC7B6007DEC93D8_StaticFields*)il2cpp_codegen_static_fields_for(GridDungeonMarkerNames_tC17AF5D30BC911B0C9537F392DC7B6007DEC93D8_il2cpp_TypeInfo_var))->___Ground2D_9), (void*)_stringLiteral6FBACEBDAF7A3A017A379C39253BE597965F396E);
|
|
// public static readonly string Stair = "Stair";
|
|
((GridDungeonMarkerNames_tC17AF5D30BC911B0C9537F392DC7B6007DEC93D8_StaticFields*)il2cpp_codegen_static_fields_for(GridDungeonMarkerNames_tC17AF5D30BC911B0C9537F392DC7B6007DEC93D8_il2cpp_TypeInfo_var))->___Stair_10 = _stringLiteralC769C3A697EA17B9F3DC92BB9C6B01B4C301E93F;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((GridDungeonMarkerNames_tC17AF5D30BC911B0C9537F392DC7B6007DEC93D8_StaticFields*)il2cpp_codegen_static_fields_for(GridDungeonMarkerNames_tC17AF5D30BC911B0C9537F392DC7B6007DEC93D8_il2cpp_TypeInfo_var))->___Stair_10), (void*)_stringLiteralC769C3A697EA17B9F3DC92BB9C6B01B4C301E93F);
|
|
// public static readonly string Stair2X = "Stair2X";
|
|
((GridDungeonMarkerNames_tC17AF5D30BC911B0C9537F392DC7B6007DEC93D8_StaticFields*)il2cpp_codegen_static_fields_for(GridDungeonMarkerNames_tC17AF5D30BC911B0C9537F392DC7B6007DEC93D8_il2cpp_TypeInfo_var))->___Stair2X_11 = _stringLiteralF896526FAE3129B1EB505EA9E8EAA5D34074CEEB;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((GridDungeonMarkerNames_tC17AF5D30BC911B0C9537F392DC7B6007DEC93D8_StaticFields*)il2cpp_codegen_static_fields_for(GridDungeonMarkerNames_tC17AF5D30BC911B0C9537F392DC7B6007DEC93D8_il2cpp_TypeInfo_var))->___Stair2X_11), (void*)_stringLiteralF896526FAE3129B1EB505EA9E8EAA5D34074CEEB);
|
|
// public static readonly string WallHalf = "WallHalf";
|
|
((GridDungeonMarkerNames_tC17AF5D30BC911B0C9537F392DC7B6007DEC93D8_StaticFields*)il2cpp_codegen_static_fields_for(GridDungeonMarkerNames_tC17AF5D30BC911B0C9537F392DC7B6007DEC93D8_il2cpp_TypeInfo_var))->___WallHalf_12 = _stringLiteral85DBAB3CD3996658ABE3E8DBFD619149CF989BC4;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((GridDungeonMarkerNames_tC17AF5D30BC911B0C9537F392DC7B6007DEC93D8_StaticFields*)il2cpp_codegen_static_fields_for(GridDungeonMarkerNames_tC17AF5D30BC911B0C9537F392DC7B6007DEC93D8_il2cpp_TypeInfo_var))->___WallHalf_12), (void*)_stringLiteral85DBAB3CD3996658ABE3E8DBFD619149CF989BC4);
|
|
// public static readonly string WallHalfSeparator = "WallHalfSeparator";
|
|
((GridDungeonMarkerNames_tC17AF5D30BC911B0C9537F392DC7B6007DEC93D8_StaticFields*)il2cpp_codegen_static_fields_for(GridDungeonMarkerNames_tC17AF5D30BC911B0C9537F392DC7B6007DEC93D8_il2cpp_TypeInfo_var))->___WallHalfSeparator_13 = _stringLiteralA09FE379E356DC8230033E38002AF189EE6E738F;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((GridDungeonMarkerNames_tC17AF5D30BC911B0C9537F392DC7B6007DEC93D8_StaticFields*)il2cpp_codegen_static_fields_for(GridDungeonMarkerNames_tC17AF5D30BC911B0C9537F392DC7B6007DEC93D8_il2cpp_TypeInfo_var))->___WallHalfSeparator_13), (void*)_stringLiteralA09FE379E356DC8230033E38002AF189EE6E738F);
|
|
// public static readonly string None = "None";
|
|
((GridDungeonMarkerNames_tC17AF5D30BC911B0C9537F392DC7B6007DEC93D8_StaticFields*)il2cpp_codegen_static_fields_for(GridDungeonMarkerNames_tC17AF5D30BC911B0C9537F392DC7B6007DEC93D8_il2cpp_TypeInfo_var))->___None_14 = _stringLiteral548D93DDB2AC6B24373148B19D9A625571AB2318;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((GridDungeonMarkerNames_tC17AF5D30BC911B0C9537F392DC7B6007DEC93D8_StaticFields*)il2cpp_codegen_static_fields_for(GridDungeonMarkerNames_tC17AF5D30BC911B0C9537F392DC7B6007DEC93D8_il2cpp_TypeInfo_var))->___None_14), (void*)_stringLiteral548D93DDB2AC6B24373148B19D9A625571AB2318);
|
|
// public static readonly string RoomWall = "RoomWall";
|
|
((GridDungeonMarkerNames_tC17AF5D30BC911B0C9537F392DC7B6007DEC93D8_StaticFields*)il2cpp_codegen_static_fields_for(GridDungeonMarkerNames_tC17AF5D30BC911B0C9537F392DC7B6007DEC93D8_il2cpp_TypeInfo_var))->___RoomWall_15 = _stringLiteralE90DF4C6742D4ADBF6F4881428EDF26BF39FD8BA;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((GridDungeonMarkerNames_tC17AF5D30BC911B0C9537F392DC7B6007DEC93D8_StaticFields*)il2cpp_codegen_static_fields_for(GridDungeonMarkerNames_tC17AF5D30BC911B0C9537F392DC7B6007DEC93D8_il2cpp_TypeInfo_var))->___RoomWall_15), (void*)_stringLiteralE90DF4C6742D4ADBF6F4881428EDF26BF39FD8BA);
|
|
// public static readonly string RoomWallSeparator = "RoomWallSeparator";
|
|
((GridDungeonMarkerNames_tC17AF5D30BC911B0C9537F392DC7B6007DEC93D8_StaticFields*)il2cpp_codegen_static_fields_for(GridDungeonMarkerNames_tC17AF5D30BC911B0C9537F392DC7B6007DEC93D8_il2cpp_TypeInfo_var))->___RoomWallSeparator_16 = _stringLiteralF4953520A0AD3A548C0606765A7BBC980EC8A8E7;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((GridDungeonMarkerNames_tC17AF5D30BC911B0C9537F392DC7B6007DEC93D8_StaticFields*)il2cpp_codegen_static_fields_for(GridDungeonMarkerNames_tC17AF5D30BC911B0C9537F392DC7B6007DEC93D8_il2cpp_TypeInfo_var))->___RoomWallSeparator_16), (void*)_stringLiteralF4953520A0AD3A548C0606765A7BBC980EC8A8E7);
|
|
// public static readonly string RoomOpenSpace = "RoomOpenSpace";
|
|
((GridDungeonMarkerNames_tC17AF5D30BC911B0C9537F392DC7B6007DEC93D8_StaticFields*)il2cpp_codegen_static_fields_for(GridDungeonMarkerNames_tC17AF5D30BC911B0C9537F392DC7B6007DEC93D8_il2cpp_TypeInfo_var))->___RoomOpenSpace_17 = _stringLiteral3C89BD8F2FB3FE1447D86EB765FCAA4EDCADE289;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((GridDungeonMarkerNames_tC17AF5D30BC911B0C9537F392DC7B6007DEC93D8_StaticFields*)il2cpp_codegen_static_fields_for(GridDungeonMarkerNames_tC17AF5D30BC911B0C9537F392DC7B6007DEC93D8_il2cpp_TypeInfo_var))->___RoomOpenSpace_17), (void*)_stringLiteral3C89BD8F2FB3FE1447D86EB765FCAA4EDCADE289);
|
|
// public static readonly string Light = "Light";
|
|
((GridDungeonMarkerNames_tC17AF5D30BC911B0C9537F392DC7B6007DEC93D8_StaticFields*)il2cpp_codegen_static_fields_for(GridDungeonMarkerNames_tC17AF5D30BC911B0C9537F392DC7B6007DEC93D8_il2cpp_TypeInfo_var))->___Light_18 = _stringLiteral5CE36D1049E621945C0048E2ACEBBD3BAA0E02B3;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((GridDungeonMarkerNames_tC17AF5D30BC911B0C9537F392DC7B6007DEC93D8_StaticFields*)il2cpp_codegen_static_fields_for(GridDungeonMarkerNames_tC17AF5D30BC911B0C9537F392DC7B6007DEC93D8_il2cpp_TypeInfo_var))->___Light_18), (void*)_stringLiteral5CE36D1049E621945C0048E2ACEBBD3BAA0E02B3);
|
|
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 DungeonArchitect.Builders.Grid.GridDungeonConfig::IsMode2D()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GridDungeonConfig_IsMode2D_mF83770B1AB1880CAE5A3FBFF43B10621F1A7C7EA (GridDungeonConfig_tA813B337E88DBA4D5849118F7CF0D012B1178726* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return Mode2D;
|
|
bool L_0 = __this->___Mode2D_25;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void DungeonArchitect.Builders.Grid.GridDungeonConfig::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GridDungeonConfig__ctor_m9B67CB80CBAE20E43D67AAAD2FF051E7012FD28A (GridDungeonConfig_tA813B337E88DBA4D5849118F7CF0D012B1178726* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public Vector3 GridCellSize = new Vector3(4, 2, 4);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_0;
|
|
memset((&L_0), 0, sizeof(L_0));
|
|
Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&L_0), (4.0f), (2.0f), (4.0f), /*hidden argument*/NULL);
|
|
__this->___GridCellSize_5 = L_0;
|
|
// public int NumCells = 150;
|
|
__this->___NumCells_6 = ((int32_t)150);
|
|
// public int MinCellSize = 2;
|
|
__this->___MinCellSize_7 = 2;
|
|
// public int MaxCellSize = 5;
|
|
__this->___MaxCellSize_8 = 5;
|
|
// public int RoomAreaThreshold = 15;
|
|
__this->___RoomAreaThreshold_9 = ((int32_t)15);
|
|
// public float RoomAspectDelta = 0.4f;
|
|
__this->___RoomAspectDelta_10 = (0.400000006f);
|
|
// public int CorridorWidth = 1;
|
|
__this->___CorridorWidth_11 = 1;
|
|
// public float HeightVariationProbability = 0.2f;
|
|
__this->___HeightVariationProbability_12 = (0.200000003f);
|
|
// public int MaxAllowedStairHeight = 1;
|
|
__this->___MaxAllowedStairHeight_13 = 1;
|
|
// public float SpanningTreeLoopProbability = 0.15f;
|
|
__this->___SpanningTreeLoopProbability_14 = (0.150000006f);
|
|
// public float StairConnectionTollerance = 6;
|
|
__this->___StairConnectionTollerance_15 = (6.0f);
|
|
// public float DoorProximitySteps = 3;
|
|
__this->___DoorProximitySteps_16 = (3.0f);
|
|
// public float NormalStd = 0.3f;
|
|
__this->___NormalStd_18 = (0.300000012f);
|
|
// public float InitialRoomRadius = 15;
|
|
__this->___InitialRoomRadius_19 = (15.0f);
|
|
// public int CellDistributionWidth = 20;
|
|
__this->___CellDistributionWidth_23 = ((int32_t)20);
|
|
// public int CellDistributionLength = 30;
|
|
__this->___CellDistributionLength_24 = ((int32_t)30);
|
|
DungeonConfig__ctor_m6D90F75CA55996A65B7286D7A485462FBDEFC284(__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 DungeonArchitect.Builders.Grid.StairInfo::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StairInfo__ctor_mED54195F2978BEADCC2F18995C21B4626005679E (StairInfo_tBDA73E00B30BFD1098EEB5962BF910A6986C6E94* __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 DungeonArchitect.Builders.Grid.Cell::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Cell__ctor_m70B11F382B2071FAABF5CCE2AD0EED68F765EC7F (Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1__ctor_m90EA29D74B137C5317CDC485AA1D799F0B6726FF_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// CellType cellType = CellType.Unknown;
|
|
__this->___cellType_2 = 3;
|
|
// HashSet<int> connectedRooms = new HashSet<int>();
|
|
HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2* L_0 = (HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2*)il2cpp_codegen_object_new(HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
HashSet_1__ctor_m90EA29D74B137C5317CDC485AA1D799F0B6726FF(L_0, HashSet_1__ctor_m90EA29D74B137C5317CDC485AA1D799F0B6726FF_RuntimeMethod_var);
|
|
__this->___connectedRooms_4 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___connectedRooms_4), (void*)L_0);
|
|
// HashSet<int> fixedRoomConnections = new HashSet<int>();
|
|
HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2* L_1 = (HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2*)il2cpp_codegen_object_new(HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2_il2cpp_TypeInfo_var);
|
|
NullCheck(L_1);
|
|
HashSet_1__ctor_m90EA29D74B137C5317CDC485AA1D799F0B6726FF(L_1, HashSet_1__ctor_m90EA29D74B137C5317CDC485AA1D799F0B6726FF_RuntimeMethod_var);
|
|
__this->___fixedRoomConnections_5 = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___fixedRoomConnections_5), (void*)L_1);
|
|
// HashSet<int> adjacentCells = new HashSet<int>();
|
|
HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2* L_2 = (HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2*)il2cpp_codegen_object_new(HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2_il2cpp_TypeInfo_var);
|
|
NullCheck(L_2);
|
|
HashSet_1__ctor_m90EA29D74B137C5317CDC485AA1D799F0B6726FF(L_2, HashSet_1__ctor_m90EA29D74B137C5317CDC485AA1D799F0B6726FF_RuntimeMethod_var);
|
|
__this->___adjacentCells_6 = L_2;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___adjacentCells_6), (void*)L_2);
|
|
// public Cell()
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
// cellType = CellType.Unknown;
|
|
__this->___cellType_2 = 3;
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void DungeonArchitect.Builders.Grid.Cell::.ctor(System.Int32,System.Int32,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Cell__ctor_mDF0762D45505E366B121C490E21F37389D15624B (Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01* __this, int32_t ___0_x, int32_t ___1_z, int32_t ___2_width, int32_t ___3_length, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1__ctor_m90EA29D74B137C5317CDC485AA1D799F0B6726FF_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// CellType cellType = CellType.Unknown;
|
|
__this->___cellType_2 = 3;
|
|
// HashSet<int> connectedRooms = new HashSet<int>();
|
|
HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2* L_0 = (HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2*)il2cpp_codegen_object_new(HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
HashSet_1__ctor_m90EA29D74B137C5317CDC485AA1D799F0B6726FF(L_0, HashSet_1__ctor_m90EA29D74B137C5317CDC485AA1D799F0B6726FF_RuntimeMethod_var);
|
|
__this->___connectedRooms_4 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___connectedRooms_4), (void*)L_0);
|
|
// HashSet<int> fixedRoomConnections = new HashSet<int>();
|
|
HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2* L_1 = (HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2*)il2cpp_codegen_object_new(HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2_il2cpp_TypeInfo_var);
|
|
NullCheck(L_1);
|
|
HashSet_1__ctor_m90EA29D74B137C5317CDC485AA1D799F0B6726FF(L_1, HashSet_1__ctor_m90EA29D74B137C5317CDC485AA1D799F0B6726FF_RuntimeMethod_var);
|
|
__this->___fixedRoomConnections_5 = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___fixedRoomConnections_5), (void*)L_1);
|
|
// HashSet<int> adjacentCells = new HashSet<int>();
|
|
HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2* L_2 = (HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2*)il2cpp_codegen_object_new(HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2_il2cpp_TypeInfo_var);
|
|
NullCheck(L_2);
|
|
HashSet_1__ctor_m90EA29D74B137C5317CDC485AA1D799F0B6726FF(L_2, HashSet_1__ctor_m90EA29D74B137C5317CDC485AA1D799F0B6726FF_RuntimeMethod_var);
|
|
__this->___adjacentCells_6 = L_2;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___adjacentCells_6), (void*)L_2);
|
|
// public Cell(int x, int z, int width, int length)
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
// bounds = new Rectangle(x, z, width, length);
|
|
int32_t L_3 = ___0_x;
|
|
int32_t L_4 = ___1_z;
|
|
int32_t L_5 = ___2_width;
|
|
int32_t L_6 = ___3_length;
|
|
Rectangle_tA560F5F5599A7C11DDD6E7EC2A93ABD2AAA6C64E L_7;
|
|
memset((&L_7), 0, sizeof(L_7));
|
|
Rectangle__ctor_m414C7059151B811D6B4A62521D618023D7EC25AA((&L_7), L_3, L_4, L_5, L_6, /*hidden argument*/NULL);
|
|
__this->___bounds_1 = L_7;
|
|
// cellType = CellType.Unknown;
|
|
__this->___cellType_2 = 3;
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Int32 DungeonArchitect.Builders.Grid.Cell::get_Id()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Cell_get_Id_m9019A9DE5723347E0DE724E363AC4F2AAB7429BA (Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return id;
|
|
int32_t L_0 = __this->___id_0;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void DungeonArchitect.Builders.Grid.Cell::set_Id(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Cell_set_Id_m5253845B526FBCDC384016900110508451F982AC (Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01* __this, int32_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// id = value;
|
|
int32_t L_0 = ___0_value;
|
|
__this->___id_0 = L_0;
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// DungeonArchitect.Rectangle DungeonArchitect.Builders.Grid.Cell::get_Bounds()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Rectangle_tA560F5F5599A7C11DDD6E7EC2A93ABD2AAA6C64E Cell_get_Bounds_m701BAE5F667F9ED03D14964497811072198366CE (Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// get { return bounds; }
|
|
Rectangle_tA560F5F5599A7C11DDD6E7EC2A93ABD2AAA6C64E L_0 = __this->___bounds_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void DungeonArchitect.Builders.Grid.Cell::set_Bounds(DungeonArchitect.Rectangle)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Cell_set_Bounds_mF3AA7846D3CE9C23A1757A0A5E718DC1533545A9 (Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01* __this, Rectangle_tA560F5F5599A7C11DDD6E7EC2A93ABD2AAA6C64E ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// set { bounds = value; }
|
|
Rectangle_tA560F5F5599A7C11DDD6E7EC2A93ABD2AAA6C64E L_0 = ___0_value;
|
|
__this->___bounds_1 = L_0;
|
|
// set { bounds = value; }
|
|
return;
|
|
}
|
|
}
|
|
// DungeonArchitect.Builders.Grid.CellType DungeonArchitect.Builders.Grid.Cell::get_CellType()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Cell_get_CellType_m2C666B1ED7806805420EA64623AF5D3EDFF6F642 (Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// get { return cellType; }
|
|
int32_t L_0 = __this->___cellType_2;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void DungeonArchitect.Builders.Grid.Cell::set_CellType(DungeonArchitect.Builders.Grid.CellType)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Cell_set_CellType_mBC527C075CBF5266DC5BEF0BBE54EA7EF4A2D5FB (Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01* __this, int32_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// set { cellType = value; }
|
|
int32_t L_0 = ___0_value;
|
|
__this->___cellType_2 = L_0;
|
|
// set { cellType = value; }
|
|
return;
|
|
}
|
|
}
|
|
// UnityEngine.Bounds DungeonArchitect.Builders.Grid.Cell::GetWorldBounds(UnityEngine.Vector3)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Bounds_t367E830C64BBF235ED8C3B2F8CF6254FDCAD39C3 Cell_GetWorldBounds_m1D2B416C78B4D566A0CE313FF3EC6CD40206D305 (Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01* __this, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_gridSize, const RuntimeMethod* method)
|
|
{
|
|
Bounds_t367E830C64BBF235ED8C3B2F8CF6254FDCAD39C3 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
float V_1 = 0.0f;
|
|
float V_2 = 0.0f;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_3;
|
|
memset((&V_3), 0, sizeof(V_3));
|
|
Rectangle_tA560F5F5599A7C11DDD6E7EC2A93ABD2AAA6C64E V_4;
|
|
memset((&V_4), 0, sizeof(V_4));
|
|
{
|
|
// var bounds = new Bounds();
|
|
il2cpp_codegen_initobj((&V_0), sizeof(Bounds_t367E830C64BBF235ED8C3B2F8CF6254FDCAD39C3));
|
|
// var width = this.Bounds.Width * gridSize.x;
|
|
Rectangle_tA560F5F5599A7C11DDD6E7EC2A93ABD2AAA6C64E L_0;
|
|
L_0 = Cell_get_Bounds_m701BAE5F667F9ED03D14964497811072198366CE_inline(__this, NULL);
|
|
V_4 = L_0;
|
|
int32_t L_1;
|
|
L_1 = Rectangle_get_Width_m8EF061695117C080FF4BA340AFF6FCC43746A38C((&V_4), NULL);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_2 = ___0_gridSize;
|
|
float L_3 = L_2.___x_2;
|
|
V_1 = ((float)il2cpp_codegen_multiply(((float)L_1), L_3));
|
|
// var length = this.Bounds.Width * gridSize.z;
|
|
Rectangle_tA560F5F5599A7C11DDD6E7EC2A93ABD2AAA6C64E L_4;
|
|
L_4 = Cell_get_Bounds_m701BAE5F667F9ED03D14964497811072198366CE_inline(__this, NULL);
|
|
V_4 = L_4;
|
|
int32_t L_5;
|
|
L_5 = Rectangle_get_Width_m8EF061695117C080FF4BA340AFF6FCC43746A38C((&V_4), NULL);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_6 = ___0_gridSize;
|
|
float L_7 = L_6.___z_4;
|
|
V_2 = ((float)il2cpp_codegen_multiply(((float)L_5), L_7));
|
|
// var center = Vector3.Scale(this.Bounds.CenterF(), gridSize);
|
|
Rectangle_tA560F5F5599A7C11DDD6E7EC2A93ABD2AAA6C64E L_8;
|
|
L_8 = Cell_get_Bounds_m701BAE5F667F9ED03D14964497811072198366CE_inline(__this, NULL);
|
|
V_4 = L_8;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_9;
|
|
L_9 = Rectangle_CenterF_mB7C46A685881BA29734F1EB9DE38B3228FCAC94B((&V_4), NULL);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_10 = ___0_gridSize;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_11;
|
|
L_11 = Vector3_Scale_m7C3CD199271902D5C00CBF35CD230DEB62B68CAE_inline(L_9, L_10, NULL);
|
|
V_3 = L_11;
|
|
// bounds.center = center;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_12 = V_3;
|
|
Bounds_set_center_m891869DD5B1BEEE2D17907BBFB7EB79AAE44884B((&V_0), L_12, NULL);
|
|
// bounds.size = new Vector3(width, 2, length);
|
|
float L_13 = V_1;
|
|
float L_14 = V_2;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_15;
|
|
memset((&L_15), 0, sizeof(L_15));
|
|
Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&L_15), L_13, (2.0f), L_14, /*hidden argument*/NULL);
|
|
Bounds_set_size_m950CFB68CDD1BF409E770509A38B958E1AE68128((&V_0), L_15, NULL);
|
|
// return bounds;
|
|
Bounds_t367E830C64BBF235ED8C3B2F8CF6254FDCAD39C3 L_16 = V_0;
|
|
return L_16;
|
|
}
|
|
}
|
|
// System.Boolean DungeonArchitect.Builders.Grid.Cell::get_UserDefined()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Cell_get_UserDefined_m2BE221B6E61F670614D796E4146FA6BF853343C8 (Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return userDefined;
|
|
bool L_0 = __this->___userDefined_3;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void DungeonArchitect.Builders.Grid.Cell::set_UserDefined(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Cell_set_UserDefined_mB3F500D71EA1E999FC0EC7A4546362E3153747C7 (Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01* __this, bool ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// userDefined = value;
|
|
bool L_0 = ___0_value;
|
|
__this->___userDefined_3 = L_0;
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Collections.Generic.HashSet`1<System.Int32> DungeonArchitect.Builders.Grid.Cell::get_ConnectedRooms()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2* Cell_get_ConnectedRooms_m9E394F92010448ED945A80EA115181BE9D675E98 (Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// get { return connectedRooms; }
|
|
HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2* L_0 = __this->___connectedRooms_4;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void DungeonArchitect.Builders.Grid.Cell::set_ConnectedRooms(System.Collections.Generic.HashSet`1<System.Int32>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Cell_set_ConnectedRooms_m0DBA0CE86B0C4EC3E0F107FB2E9FE283A78A73F7 (Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01* __this, HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// set { connectedRooms = value; }
|
|
HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2* L_0 = ___0_value;
|
|
__this->___connectedRooms_4 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___connectedRooms_4), (void*)L_0);
|
|
// set { connectedRooms = value; }
|
|
return;
|
|
}
|
|
}
|
|
// System.Collections.Generic.HashSet`1<System.Int32> DungeonArchitect.Builders.Grid.Cell::get_FixedRoomConnections()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2* Cell_get_FixedRoomConnections_m69E448BFEBEDDC29A140EA9E3441DEC098D0D692 (Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// get { return fixedRoomConnections; }
|
|
HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2* L_0 = __this->___fixedRoomConnections_5;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void DungeonArchitect.Builders.Grid.Cell::set_FixedRoomConnections(System.Collections.Generic.HashSet`1<System.Int32>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Cell_set_FixedRoomConnections_mA93485C99DB03FE22B92B01ACCCA32A537E7E303 (Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01* __this, HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// set { fixedRoomConnections = value; }
|
|
HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2* L_0 = ___0_value;
|
|
__this->___fixedRoomConnections_5 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___fixedRoomConnections_5), (void*)L_0);
|
|
// set { fixedRoomConnections = value; }
|
|
return;
|
|
}
|
|
}
|
|
// System.Collections.Generic.HashSet`1<System.Int32> DungeonArchitect.Builders.Grid.Cell::get_AdjacentCells()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2* Cell_get_AdjacentCells_mC35A0A65ACAAB5271D19556623A0988F589AE523 (Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return adjacentCells;
|
|
HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2* L_0 = __this->___adjacentCells_6;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void DungeonArchitect.Builders.Grid.Cell::set_AdjacentCells(System.Collections.Generic.HashSet`1<System.Int32>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Cell_set_AdjacentCells_m8A6F19B21CB334EB75681A63B72608828A5DD1A1 (Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01* __this, HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// adjacentCells = value;
|
|
HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2* L_0 = ___0_value;
|
|
__this->___adjacentCells_6 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___adjacentCells_6), (void*)L_0);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// DungeonArchitect.IntVector DungeonArchitect.Builders.Grid.Cell::get_Center()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C Cell_get_Center_m4F2B66DE31874501A78D07852CEBD9106CA8CE2A (Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return new IntVector(bounds.X + bounds.Width / 2, 0, bounds.Z + bounds.Length / 2);
|
|
Rectangle_tA560F5F5599A7C11DDD6E7EC2A93ABD2AAA6C64E* L_0 = (&__this->___bounds_1);
|
|
int32_t L_1;
|
|
L_1 = Rectangle_get_X_mD341734E31CFC938EC2F3E84BFBCFEC5508AF1F9(L_0, NULL);
|
|
Rectangle_tA560F5F5599A7C11DDD6E7EC2A93ABD2AAA6C64E* L_2 = (&__this->___bounds_1);
|
|
int32_t L_3;
|
|
L_3 = Rectangle_get_Width_m8EF061695117C080FF4BA340AFF6FCC43746A38C(L_2, NULL);
|
|
Rectangle_tA560F5F5599A7C11DDD6E7EC2A93ABD2AAA6C64E* L_4 = (&__this->___bounds_1);
|
|
int32_t L_5;
|
|
L_5 = Rectangle_get_Z_mA65FD7EB998C73981F6B38913C44EA26AEF345F4(L_4, NULL);
|
|
Rectangle_tA560F5F5599A7C11DDD6E7EC2A93ABD2AAA6C64E* L_6 = (&__this->___bounds_1);
|
|
int32_t L_7;
|
|
L_7 = Rectangle_get_Length_mED01F5FFE1B4FFF9A67FE93A0C2D9258CECBB435(L_6, NULL);
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_8;
|
|
memset((&L_8), 0, sizeof(L_8));
|
|
IntVector__ctor_mA5653A9122DC5F76C09064F96D45BD4A1255EE34((&L_8), ((int32_t)il2cpp_codegen_add(L_1, ((int32_t)(L_3/2)))), 0, ((int32_t)il2cpp_codegen_add(L_5, ((int32_t)(L_7/2)))), /*hidden argument*/NULL);
|
|
return L_8;
|
|
}
|
|
}
|
|
// UnityEngine.Vector3 DungeonArchitect.Builders.Grid.Cell::get_CenterF()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Cell_get_CenterF_mB8D827E04A3E7CC3B708DAD634373265EC39EA8B (Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return new Vector3(bounds.X + bounds.Width / 2.0f, bounds.Location.y, bounds.Z + bounds.Length / 2.0f);
|
|
Rectangle_tA560F5F5599A7C11DDD6E7EC2A93ABD2AAA6C64E* L_0 = (&__this->___bounds_1);
|
|
int32_t L_1;
|
|
L_1 = Rectangle_get_X_mD341734E31CFC938EC2F3E84BFBCFEC5508AF1F9(L_0, NULL);
|
|
Rectangle_tA560F5F5599A7C11DDD6E7EC2A93ABD2AAA6C64E* L_2 = (&__this->___bounds_1);
|
|
int32_t L_3;
|
|
L_3 = Rectangle_get_Width_m8EF061695117C080FF4BA340AFF6FCC43746A38C(L_2, NULL);
|
|
Rectangle_tA560F5F5599A7C11DDD6E7EC2A93ABD2AAA6C64E* L_4 = (&__this->___bounds_1);
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_5;
|
|
L_5 = Rectangle_get_Location_mF005282420254BC725474ED27F3E4E7513956D2B_inline(L_4, NULL);
|
|
int32_t L_6 = L_5.___y_1;
|
|
Rectangle_tA560F5F5599A7C11DDD6E7EC2A93ABD2AAA6C64E* L_7 = (&__this->___bounds_1);
|
|
int32_t L_8;
|
|
L_8 = Rectangle_get_Z_mA65FD7EB998C73981F6B38913C44EA26AEF345F4(L_7, NULL);
|
|
Rectangle_tA560F5F5599A7C11DDD6E7EC2A93ABD2AAA6C64E* L_9 = (&__this->___bounds_1);
|
|
int32_t L_10;
|
|
L_10 = Rectangle_get_Length_mED01F5FFE1B4FFF9A67FE93A0C2D9258CECBB435(L_9, NULL);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_11;
|
|
memset((&L_11), 0, sizeof(L_11));
|
|
Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&L_11), ((float)il2cpp_codegen_add(((float)L_1), ((float)(((float)L_3)/(2.0f))))), ((float)L_6), ((float)il2cpp_codegen_add(((float)L_8), ((float)(((float)L_10)/(2.0f))))), /*hidden argument*/NULL);
|
|
return L_11;
|
|
}
|
|
}
|
|
// System.Boolean DungeonArchitect.Builders.Grid.Cell::Equals(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Cell_Equals_mF35750A1A01C0BC3836E6CB9686EBE46C84CC180 (Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01* V_0 = NULL;
|
|
{
|
|
// if (obj == null) return false;
|
|
RuntimeObject* L_0 = ___0_obj;
|
|
if (L_0)
|
|
{
|
|
goto IL_0005;
|
|
}
|
|
}
|
|
{
|
|
// if (obj == null) return false;
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0005:
|
|
{
|
|
// if (obj is Cell)
|
|
RuntimeObject* L_1 = ___0_obj;
|
|
if (!((Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01*)IsInstClass((RuntimeObject*)L_1, Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01_il2cpp_TypeInfo_var)))
|
|
{
|
|
goto IL_0023;
|
|
}
|
|
}
|
|
{
|
|
// var cell = obj as Cell;
|
|
RuntimeObject* L_2 = ___0_obj;
|
|
V_0 = ((Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01*)IsInstClass((RuntimeObject*)L_2, Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01_il2cpp_TypeInfo_var));
|
|
// return this.Id == cell.Id;
|
|
int32_t L_3;
|
|
L_3 = Cell_get_Id_m9019A9DE5723347E0DE724E363AC4F2AAB7429BA_inline(__this, NULL);
|
|
Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01* L_4 = V_0;
|
|
NullCheck(L_4);
|
|
int32_t L_5;
|
|
L_5 = Cell_get_Id_m9019A9DE5723347E0DE724E363AC4F2AAB7429BA_inline(L_4, NULL);
|
|
return (bool)((((int32_t)L_3) == ((int32_t)L_5))? 1 : 0);
|
|
}
|
|
|
|
IL_0023:
|
|
{
|
|
// return false;
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Int32 DungeonArchitect.Builders.Grid.Cell::GetHashCode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Cell_GetHashCode_mA3A0255C90E03D24965D5B39240E85B156F721A4 (Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return id;
|
|
int32_t L_0 = __this->___id_0;
|
|
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
|
|
// DungeonArchitect.IntVector[] DungeonArchitect.Builders.Grid.CellDoor::get_AdjacentTiles()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR IntVectorU5BU5D_t51305BC25B133B84E9B4F1FB09FC5DE6C579C440* CellDoor_get_AdjacentTiles_mCBE2648394F0561684348E29520F09B3D1031D38 (CellDoor_t1C9E99F62317AEBD0FB8E640443435E6170AA6D5* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return adjacentTiles;
|
|
IntVectorU5BU5D_t51305BC25B133B84E9B4F1FB09FC5DE6C579C440* L_0 = __this->___adjacentTiles_0;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Boolean DungeonArchitect.Builders.Grid.CellDoor::get_Enabled()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CellDoor_get_Enabled_m0A44D52B390E46F70DB3707806123B42E2AE2796 (CellDoor_t1C9E99F62317AEBD0FB8E640443435E6170AA6D5* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// get { return enabled; }
|
|
bool L_0 = __this->___enabled_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void DungeonArchitect.Builders.Grid.CellDoor::set_Enabled(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CellDoor_set_Enabled_m26DB49CD49920EE84FA7C92AD300323706F566E3 (CellDoor_t1C9E99F62317AEBD0FB8E640443435E6170AA6D5* __this, bool ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// set { enabled = value; }
|
|
bool L_0 = ___0_value;
|
|
__this->___enabled_1 = L_0;
|
|
// set { enabled = value; }
|
|
return;
|
|
}
|
|
}
|
|
// System.Int32[] DungeonArchitect.Builders.Grid.CellDoor::get_AdjacentCells()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* CellDoor_get_AdjacentCells_m011DD845922C53A5C73C0B00ED1F051E6357EF24 (CellDoor_t1C9E99F62317AEBD0FB8E640443435E6170AA6D5* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return adjacentCells;
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_0 = __this->___adjacentCells_2;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void DungeonArchitect.Builders.Grid.CellDoor::set_AdjacentCells(System.Int32[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CellDoor_set_AdjacentCells_mB3FF44B94DDB63CD91F20FBE03CF8684D7D7F40B (CellDoor_t1C9E99F62317AEBD0FB8E640443435E6170AA6D5* __this, Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// adjacentCells = value;
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_0 = ___0_value;
|
|
__this->___adjacentCells_2 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___adjacentCells_2), (void*)L_0);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.String DungeonArchitect.Builders.Grid.CellDoor::ToString()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CellDoor_ToString_m6EF96107AC14118EC169887D810CF12E2ACFC472 (CellDoor_t1C9E99F62317AEBD0FB8E640443435E6170AA6D5* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDC3C5C45CE17AFC34A5A461A2DF0E61DCFD062CD);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return string.Format("[CellDoor: {0} <=> {1}]", AdjacentCells[0], AdjacentCells[1]);
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_0;
|
|
L_0 = CellDoor_get_AdjacentCells_m011DD845922C53A5C73C0B00ED1F051E6357EF24_inline(__this, NULL);
|
|
NullCheck(L_0);
|
|
int32_t L_1 = 0;
|
|
int32_t L_2 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_1));
|
|
int32_t L_3 = L_2;
|
|
RuntimeObject* L_4 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_3);
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_5;
|
|
L_5 = CellDoor_get_AdjacentCells_m011DD845922C53A5C73C0B00ED1F051E6357EF24_inline(__this, NULL);
|
|
NullCheck(L_5);
|
|
int32_t L_6 = 1;
|
|
int32_t L_7 = (L_5)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
|
|
int32_t L_8 = L_7;
|
|
RuntimeObject* L_9 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_8);
|
|
String_t* L_10;
|
|
L_10 = String_Format_mFB7DA489BD99F4670881FF50EC017BFB0A5C0987(_stringLiteralDC3C5C45CE17AFC34A5A461A2DF0E61DCFD062CD, L_4, L_9, NULL);
|
|
return L_10;
|
|
}
|
|
}
|
|
// System.Void DungeonArchitect.Builders.Grid.CellDoor::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CellDoor__ctor_m86D0871C578916B1DB6A6C61AEFA468EA97D837C (CellDoor_t1C9E99F62317AEBD0FB8E640443435E6170AA6D5* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntVectorU5BU5D_t51305BC25B133B84E9B4F1FB09FC5DE6C579C440_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// IntVector[] adjacentTiles = new IntVector[2];
|
|
IntVectorU5BU5D_t51305BC25B133B84E9B4F1FB09FC5DE6C579C440* L_0 = (IntVectorU5BU5D_t51305BC25B133B84E9B4F1FB09FC5DE6C579C440*)(IntVectorU5BU5D_t51305BC25B133B84E9B4F1FB09FC5DE6C579C440*)SZArrayNew(IntVectorU5BU5D_t51305BC25B133B84E9B4F1FB09FC5DE6C579C440_il2cpp_TypeInfo_var, (uint32_t)2);
|
|
__this->___adjacentTiles_0 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___adjacentTiles_0), (void*)L_0);
|
|
// bool enabled = true;
|
|
__this->___enabled_1 = (bool)1;
|
|
// int[] adjacentCells = new int[2];
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_1 = (Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*)(Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*)SZArrayNew(Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C_il2cpp_TypeInfo_var, (uint32_t)2);
|
|
__this->___adjacentCells_2 = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___adjacentCells_2), (void*)L_1);
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void DungeonArchitect.Builders.Grid.IntVector2Key::.ctor(DungeonArchitect.IntVector,DungeonArchitect.IntVector)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IntVector2Key__ctor_m56C21C1593650057C858E438786306AD8C11E6D5 (IntVector2Key_t876A74A676EAA0A8F636049D2756C9C7DE86AF19* __this, IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C ___0_a, IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C ___1_b, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// this.a = a;
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_0 = ___0_a;
|
|
__this->___a_0 = L_0;
|
|
// this.b = b;
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_1 = ___1_b;
|
|
__this->___b_1 = L_1;
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void IntVector2Key__ctor_m56C21C1593650057C858E438786306AD8C11E6D5_AdjustorThunk (RuntimeObject* __this, IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C ___0_a, IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C ___1_b, const RuntimeMethod* method)
|
|
{
|
|
IntVector2Key_t876A74A676EAA0A8F636049D2756C9C7DE86AF19* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<IntVector2Key_t876A74A676EAA0A8F636049D2756C9C7DE86AF19*>(__this + _offset);
|
|
IntVector2Key__ctor_m56C21C1593650057C858E438786306AD8C11E6D5(_thisAdjusted, ___0_a, ___1_b, method);
|
|
}
|
|
// System.Boolean DungeonArchitect.Builders.Grid.IntVector2Key::Equals(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool IntVector2Key_Equals_mF7C64E7548DD7CF69A1F0B799B7B7EF5F3486E25 (IntVector2Key_t876A74A676EAA0A8F636049D2756C9C7DE86AF19* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntVector2Key_t876A74A676EAA0A8F636049D2756C9C7DE86AF19_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
IntVector2Key_t876A74A676EAA0A8F636049D2756C9C7DE86AF19 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
// if (obj != null && obj is IntVector2Key)
|
|
RuntimeObject* L_0 = ___0_obj;
|
|
if (!L_0)
|
|
{
|
|
goto IL_004f;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_1 = ___0_obj;
|
|
if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_1, IntVector2Key_t876A74A676EAA0A8F636049D2756C9C7DE86AF19_il2cpp_TypeInfo_var)))
|
|
{
|
|
goto IL_004f;
|
|
}
|
|
}
|
|
{
|
|
// var other = (IntVector2Key)obj;
|
|
RuntimeObject* L_2 = ___0_obj;
|
|
V_0 = ((*(IntVector2Key_t876A74A676EAA0A8F636049D2756C9C7DE86AF19*)((IntVector2Key_t876A74A676EAA0A8F636049D2756C9C7DE86AF19*)(IntVector2Key_t876A74A676EAA0A8F636049D2756C9C7DE86AF19*)UnBox(L_2, IntVector2Key_t876A74A676EAA0A8F636049D2756C9C7DE86AF19_il2cpp_TypeInfo_var))));
|
|
// return a.Equals(other.a) &&
|
|
// b.Equals(other.b);
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C* L_3 = (&__this->___a_0);
|
|
IntVector2Key_t876A74A676EAA0A8F636049D2756C9C7DE86AF19 L_4 = V_0;
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_5 = L_4.___a_0;
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_6 = L_5;
|
|
RuntimeObject* L_7 = Box(IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C_il2cpp_TypeInfo_var, &L_6);
|
|
bool L_8;
|
|
L_8 = IntVector_Equals_m8C3D35F5DC3CB668216F7A6EFC77AE6D843D6C06(L_3, L_7, NULL);
|
|
if (!L_8)
|
|
{
|
|
goto IL_004d;
|
|
}
|
|
}
|
|
{
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C* L_9 = (&__this->___b_1);
|
|
IntVector2Key_t876A74A676EAA0A8F636049D2756C9C7DE86AF19 L_10 = V_0;
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_11 = L_10.___b_1;
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_12 = L_11;
|
|
RuntimeObject* L_13 = Box(IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C_il2cpp_TypeInfo_var, &L_12);
|
|
bool L_14;
|
|
L_14 = IntVector_Equals_m8C3D35F5DC3CB668216F7A6EFC77AE6D843D6C06(L_9, L_13, NULL);
|
|
return L_14;
|
|
}
|
|
|
|
IL_004d:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_004f:
|
|
{
|
|
// return false;
|
|
return (bool)0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool IntVector2Key_Equals_mF7C64E7548DD7CF69A1F0B799B7B7EF5F3486E25_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method)
|
|
{
|
|
IntVector2Key_t876A74A676EAA0A8F636049D2756C9C7DE86AF19* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<IntVector2Key_t876A74A676EAA0A8F636049D2756C9C7DE86AF19*>(__this + _offset);
|
|
bool _returnValue;
|
|
_returnValue = IntVector2Key_Equals_mF7C64E7548DD7CF69A1F0B799B7B7EF5F3486E25(_thisAdjusted, ___0_obj, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Int32 DungeonArchitect.Builders.Grid.IntVector2Key::GetHashCode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t IntVector2Key_GetHashCode_m1FD5E70DFC387BCCB4B888E21EAD84F86F46AF43 (IntVector2Key_t876A74A676EAA0A8F636049D2756C9C7DE86AF19* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return (a.GetHashCode() << 16) + b.GetHashCode();
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C* L_0 = (&__this->___a_0);
|
|
int32_t L_1;
|
|
L_1 = IntVector_GetHashCode_mB319BBE5886636E56617A0D52F8608F78E276142(L_0, NULL);
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C* L_2 = (&__this->___b_1);
|
|
int32_t L_3;
|
|
L_3 = IntVector_GetHashCode_mB319BBE5886636E56617A0D52F8608F78E276142(L_2, NULL);
|
|
return ((int32_t)il2cpp_codegen_add(((int32_t)(L_1<<((int32_t)16))), L_3));
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int32_t IntVector2Key_GetHashCode_m1FD5E70DFC387BCCB4B888E21EAD84F86F46AF43_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
IntVector2Key_t876A74A676EAA0A8F636049D2756C9C7DE86AF19* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<IntVector2Key_t876A74A676EAA0A8F636049D2756C9C7DE86AF19*>(__this + _offset);
|
|
int32_t _returnValue;
|
|
_returnValue = IntVector2Key_GetHashCode_m1FD5E70DFC387BCCB4B888E21EAD84F86F46AF43(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void DungeonArchitect.Builders.Grid.DoorManager::Clear()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DoorManager_Clear_m40AE96A67A48FF0819904E77544B9727BF29B66B (DoorManager_t2E65BDE0A91F2AC349DA211CBF35427A2D919203* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Clear_mDB02E5F2B0B7FF3FF6EA047850403759477332B4_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Clear_m8FC4BDC8811DACDC2126E0932486A8EC9C1FE334_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// doorLookupCache.Clear();
|
|
Dictionary_2_tF902D5EE5DE455988365F63F4B9C04E6B35303BC* L_0 = __this->___doorLookupCache_0;
|
|
NullCheck(L_0);
|
|
Dictionary_2_Clear_mDB02E5F2B0B7FF3FF6EA047850403759477332B4(L_0, Dictionary_2_Clear_mDB02E5F2B0B7FF3FF6EA047850403759477332B4_RuntimeMethod_var);
|
|
// doors.Clear();
|
|
List_1_tC549A5C1202941CF8D7156AB07F868A64034EDBA* L_1 = __this->___doors_1;
|
|
NullCheck(L_1);
|
|
List_1_Clear_m8FC4BDC8811DACDC2126E0932486A8EC9C1FE334_inline(L_1, List_1_Clear_m8FC4BDC8811DACDC2126E0932486A8EC9C1FE334_RuntimeMethod_var);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void DungeonArchitect.Builders.Grid.DoorManager::RemoveDoor(DungeonArchitect.Builders.Grid.CellDoor)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DoorManager_RemoveDoor_mD24BA48E29BD012899538CC34FA749EFEB9C749A (DoorManager_t2E65BDE0A91F2AC349DA211CBF35427A2D919203* __this, CellDoor_t1C9E99F62317AEBD0FB8E640443435E6170AA6D5* ___0_door, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Remove_mBCC44B9A20FD2704A415D523A9D0C179B309EFB0_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_get_Item_m426CC66B8F11B4DEDB8769D20DA5C9ECCB98C455_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_get_Keys_m5C89BD2919F901D503CB47625CC0A878B764E333_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m80473F912ED20CF72FBF4F1BBA779685CBADA4FA_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_mE4C6EBC3AFC9DB57BD92B069A80A6C39F6444F6F_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_m9439B8391013708A77AF0A0B485D8C4F4EEA5DC9_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_m9E447237B39FBFD493CCD02FA686A6EAFE5EB6C2_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m0466311D5FD06C780338F8D9C9906C861CD51391_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m55B4D3B3527DAE1D7AAA97F389C9D82FB8002317_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyCollection_GetEnumerator_m9D3A2CAFEF4F18030D67807ABB156256047CB04F_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mB3405F00743FB1DB6C39DC431D869FB23B97212F_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_GetEnumerator_m4535DF4066B0735A32ADE60C729CBB57FD07FBF1_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Remove_mF24B1C0AF09B2538D76599740003111A58BC08FB_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mA8CDBAA34EF84DC69D6C54EC79BD2B8DAE81675D_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_tC6466240AA55FBD6D754ACE31BB6994F07ACC198_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
List_1_tC6466240AA55FBD6D754ACE31BB6994F07ACC198* V_0 = NULL;
|
|
Enumerator_t824F4A6A862F1A4CEB3C1BDCFFBE23F9ED19C59B V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
IntVector2Key_t876A74A676EAA0A8F636049D2756C9C7DE86AF19 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
Enumerator_t202E39372B5D40DDA8E818F2F79868B602494207 V_3;
|
|
memset((&V_3), 0, sizeof(V_3));
|
|
IntVector2Key_t876A74A676EAA0A8F636049D2756C9C7DE86AF19 V_4;
|
|
memset((&V_4), 0, sizeof(V_4));
|
|
{
|
|
// var keysToRemove = new List<IntVector2Key>();
|
|
List_1_tC6466240AA55FBD6D754ACE31BB6994F07ACC198* L_0 = (List_1_tC6466240AA55FBD6D754ACE31BB6994F07ACC198*)il2cpp_codegen_object_new(List_1_tC6466240AA55FBD6D754ACE31BB6994F07ACC198_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
List_1__ctor_mA8CDBAA34EF84DC69D6C54EC79BD2B8DAE81675D(L_0, List_1__ctor_mA8CDBAA34EF84DC69D6C54EC79BD2B8DAE81675D_RuntimeMethod_var);
|
|
V_0 = L_0;
|
|
// foreach (var key in doorLookupCache.Keys)
|
|
Dictionary_2_tF902D5EE5DE455988365F63F4B9C04E6B35303BC* L_1 = __this->___doorLookupCache_0;
|
|
NullCheck(L_1);
|
|
KeyCollection_t8324FBCEAB9350B8D6825F328A3D3C87C2BA8129* L_2;
|
|
L_2 = Dictionary_2_get_Keys_m5C89BD2919F901D503CB47625CC0A878B764E333(L_1, Dictionary_2_get_Keys_m5C89BD2919F901D503CB47625CC0A878B764E333_RuntimeMethod_var);
|
|
NullCheck(L_2);
|
|
Enumerator_t824F4A6A862F1A4CEB3C1BDCFFBE23F9ED19C59B L_3;
|
|
L_3 = KeyCollection_GetEnumerator_m9D3A2CAFEF4F18030D67807ABB156256047CB04F(L_2, KeyCollection_GetEnumerator_m9D3A2CAFEF4F18030D67807ABB156256047CB04F_RuntimeMethod_var);
|
|
V_1 = L_3;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_0042:
|
|
{// begin finally (depth: 1)
|
|
Enumerator_Dispose_m80473F912ED20CF72FBF4F1BBA779685CBADA4FA((&V_1), Enumerator_Dispose_m80473F912ED20CF72FBF4F1BBA779685CBADA4FA_RuntimeMethod_var);
|
|
return;
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
{
|
|
goto IL_0037_1;
|
|
}
|
|
|
|
IL_0019_1:
|
|
{
|
|
// foreach (var key in doorLookupCache.Keys)
|
|
IntVector2Key_t876A74A676EAA0A8F636049D2756C9C7DE86AF19 L_4;
|
|
L_4 = Enumerator_get_Current_m0466311D5FD06C780338F8D9C9906C861CD51391_inline((&V_1), Enumerator_get_Current_m0466311D5FD06C780338F8D9C9906C861CD51391_RuntimeMethod_var);
|
|
V_2 = L_4;
|
|
// if (doorLookupCache[key] == door)
|
|
Dictionary_2_tF902D5EE5DE455988365F63F4B9C04E6B35303BC* L_5 = __this->___doorLookupCache_0;
|
|
IntVector2Key_t876A74A676EAA0A8F636049D2756C9C7DE86AF19 L_6 = V_2;
|
|
NullCheck(L_5);
|
|
CellDoor_t1C9E99F62317AEBD0FB8E640443435E6170AA6D5* L_7;
|
|
L_7 = Dictionary_2_get_Item_m426CC66B8F11B4DEDB8769D20DA5C9ECCB98C455(L_5, L_6, Dictionary_2_get_Item_m426CC66B8F11B4DEDB8769D20DA5C9ECCB98C455_RuntimeMethod_var);
|
|
CellDoor_t1C9E99F62317AEBD0FB8E640443435E6170AA6D5* L_8 = ___0_door;
|
|
if ((!(((RuntimeObject*)(CellDoor_t1C9E99F62317AEBD0FB8E640443435E6170AA6D5*)L_7) == ((RuntimeObject*)(CellDoor_t1C9E99F62317AEBD0FB8E640443435E6170AA6D5*)L_8))))
|
|
{
|
|
goto IL_0037_1;
|
|
}
|
|
}
|
|
{
|
|
// keysToRemove.Add(key);
|
|
List_1_tC6466240AA55FBD6D754ACE31BB6994F07ACC198* L_9 = V_0;
|
|
IntVector2Key_t876A74A676EAA0A8F636049D2756C9C7DE86AF19 L_10 = V_2;
|
|
NullCheck(L_9);
|
|
List_1_Add_mB3405F00743FB1DB6C39DC431D869FB23B97212F_inline(L_9, L_10, List_1_Add_mB3405F00743FB1DB6C39DC431D869FB23B97212F_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0037_1:
|
|
{
|
|
// foreach (var key in doorLookupCache.Keys)
|
|
bool L_11;
|
|
L_11 = Enumerator_MoveNext_m9439B8391013708A77AF0A0B485D8C4F4EEA5DC9((&V_1), Enumerator_MoveNext_m9439B8391013708A77AF0A0B485D8C4F4EEA5DC9_RuntimeMethod_var);
|
|
if (L_11)
|
|
{
|
|
goto IL_0019_1;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0050;
|
|
}
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_0050:
|
|
{
|
|
// foreach (var key in keysToRemove)
|
|
List_1_tC6466240AA55FBD6D754ACE31BB6994F07ACC198* L_12 = V_0;
|
|
NullCheck(L_12);
|
|
Enumerator_t202E39372B5D40DDA8E818F2F79868B602494207 L_13;
|
|
L_13 = List_1_GetEnumerator_m4535DF4066B0735A32ADE60C729CBB57FD07FBF1(L_12, List_1_GetEnumerator_m4535DF4066B0735A32ADE60C729CBB57FD07FBF1_RuntimeMethod_var);
|
|
V_3 = L_13;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_007b:
|
|
{// begin finally (depth: 1)
|
|
Enumerator_Dispose_mE4C6EBC3AFC9DB57BD92B069A80A6C39F6444F6F((&V_3), Enumerator_Dispose_mE4C6EBC3AFC9DB57BD92B069A80A6C39F6444F6F_RuntimeMethod_var);
|
|
return;
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
{
|
|
goto IL_0070_1;
|
|
}
|
|
|
|
IL_0059_1:
|
|
{
|
|
// foreach (var key in keysToRemove)
|
|
IntVector2Key_t876A74A676EAA0A8F636049D2756C9C7DE86AF19 L_14;
|
|
L_14 = Enumerator_get_Current_m55B4D3B3527DAE1D7AAA97F389C9D82FB8002317_inline((&V_3), Enumerator_get_Current_m55B4D3B3527DAE1D7AAA97F389C9D82FB8002317_RuntimeMethod_var);
|
|
V_4 = L_14;
|
|
// doorLookupCache.Remove(key);
|
|
Dictionary_2_tF902D5EE5DE455988365F63F4B9C04E6B35303BC* L_15 = __this->___doorLookupCache_0;
|
|
IntVector2Key_t876A74A676EAA0A8F636049D2756C9C7DE86AF19 L_16 = V_4;
|
|
NullCheck(L_15);
|
|
bool L_17;
|
|
L_17 = Dictionary_2_Remove_mBCC44B9A20FD2704A415D523A9D0C179B309EFB0(L_15, L_16, Dictionary_2_Remove_mBCC44B9A20FD2704A415D523A9D0C179B309EFB0_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0070_1:
|
|
{
|
|
// foreach (var key in keysToRemove)
|
|
bool L_18;
|
|
L_18 = Enumerator_MoveNext_m9E447237B39FBFD493CCD02FA686A6EAFE5EB6C2((&V_3), Enumerator_MoveNext_m9E447237B39FBFD493CCD02FA686A6EAFE5EB6C2_RuntimeMethod_var);
|
|
if (L_18)
|
|
{
|
|
goto IL_0059_1;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0089;
|
|
}
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_0089:
|
|
{
|
|
// doors.Remove(door);
|
|
List_1_tC549A5C1202941CF8D7156AB07F868A64034EDBA* L_19 = __this->___doors_1;
|
|
CellDoor_t1C9E99F62317AEBD0FB8E640443435E6170AA6D5* L_20 = ___0_door;
|
|
NullCheck(L_19);
|
|
bool L_21;
|
|
L_21 = List_1_Remove_mF24B1C0AF09B2538D76599740003111A58BC08FB(L_19, L_20, List_1_Remove_mF24B1C0AF09B2538D76599740003111A58BC08FB_RuntimeMethod_var);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// DungeonArchitect.Builders.Grid.CellDoor DungeonArchitect.Builders.Grid.DoorManager::CreateDoor(DungeonArchitect.IntVector,DungeonArchitect.IntVector,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CellDoor_t1C9E99F62317AEBD0FB8E640443435E6170AA6D5* DoorManager_CreateDoor_mEAF1FB7D84C971DB8ABBFDD0C365E315D67558A9 (DoorManager_t2E65BDE0A91F2AC349DA211CBF35427A2D919203* __this, IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C ___0_p1, IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C ___1_p2, int32_t ___2_cellId1, int32_t ___3_cellId2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CellDoor_t1C9E99F62317AEBD0FB8E640443435E6170AA6D5_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Add_m3EFA09167F803E634B36A20C93BEFA4B17570ECC_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_ContainsKey_mE903FC2225DFE2E867744B934C51D9C892D34A90_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_get_Item_m426CC66B8F11B4DEDB8769D20DA5C9ECCB98C455_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m30CC5D5DD597FD0D69739FA26E86FCBFCC0EEBE5_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
IntVector2Key_t876A74A676EAA0A8F636049D2756C9C7DE86AF19 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
IntVector2Key_t876A74A676EAA0A8F636049D2756C9C7DE86AF19 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
CellDoor_t1C9E99F62317AEBD0FB8E640443435E6170AA6D5* V_2 = NULL;
|
|
{
|
|
// var key1 = new IntVector2Key(p1, p2);
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_0 = ___0_p1;
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_1 = ___1_p2;
|
|
IntVector2Key__ctor_m56C21C1593650057C858E438786306AD8C11E6D5((&V_0), L_0, L_1, NULL);
|
|
// if (doorLookupCache.ContainsKey(key1)) return doorLookupCache[key1];
|
|
Dictionary_2_tF902D5EE5DE455988365F63F4B9C04E6B35303BC* L_2 = __this->___doorLookupCache_0;
|
|
IntVector2Key_t876A74A676EAA0A8F636049D2756C9C7DE86AF19 L_3 = V_0;
|
|
NullCheck(L_2);
|
|
bool L_4;
|
|
L_4 = Dictionary_2_ContainsKey_mE903FC2225DFE2E867744B934C51D9C892D34A90(L_2, L_3, Dictionary_2_ContainsKey_mE903FC2225DFE2E867744B934C51D9C892D34A90_RuntimeMethod_var);
|
|
if (!L_4)
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
// if (doorLookupCache.ContainsKey(key1)) return doorLookupCache[key1];
|
|
Dictionary_2_tF902D5EE5DE455988365F63F4B9C04E6B35303BC* L_5 = __this->___doorLookupCache_0;
|
|
IntVector2Key_t876A74A676EAA0A8F636049D2756C9C7DE86AF19 L_6 = V_0;
|
|
NullCheck(L_5);
|
|
CellDoor_t1C9E99F62317AEBD0FB8E640443435E6170AA6D5* L_7;
|
|
L_7 = Dictionary_2_get_Item_m426CC66B8F11B4DEDB8769D20DA5C9ECCB98C455(L_5, L_6, Dictionary_2_get_Item_m426CC66B8F11B4DEDB8769D20DA5C9ECCB98C455_RuntimeMethod_var);
|
|
return L_7;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
// var key2 = new IntVector2Key(p2, p1);
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_8 = ___1_p2;
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_9 = ___0_p1;
|
|
IntVector2Key__ctor_m56C21C1593650057C858E438786306AD8C11E6D5((&V_1), L_8, L_9, NULL);
|
|
// if (doorLookupCache.ContainsKey(key2)) return doorLookupCache[key2];
|
|
Dictionary_2_tF902D5EE5DE455988365F63F4B9C04E6B35303BC* L_10 = __this->___doorLookupCache_0;
|
|
IntVector2Key_t876A74A676EAA0A8F636049D2756C9C7DE86AF19 L_11 = V_1;
|
|
NullCheck(L_10);
|
|
bool L_12;
|
|
L_12 = Dictionary_2_ContainsKey_mE903FC2225DFE2E867744B934C51D9C892D34A90(L_10, L_11, Dictionary_2_ContainsKey_mE903FC2225DFE2E867744B934C51D9C892D34A90_RuntimeMethod_var);
|
|
if (!L_12)
|
|
{
|
|
goto IL_0048;
|
|
}
|
|
}
|
|
{
|
|
// if (doorLookupCache.ContainsKey(key2)) return doorLookupCache[key2];
|
|
Dictionary_2_tF902D5EE5DE455988365F63F4B9C04E6B35303BC* L_13 = __this->___doorLookupCache_0;
|
|
IntVector2Key_t876A74A676EAA0A8F636049D2756C9C7DE86AF19 L_14 = V_1;
|
|
NullCheck(L_13);
|
|
CellDoor_t1C9E99F62317AEBD0FB8E640443435E6170AA6D5* L_15;
|
|
L_15 = Dictionary_2_get_Item_m426CC66B8F11B4DEDB8769D20DA5C9ECCB98C455(L_13, L_14, Dictionary_2_get_Item_m426CC66B8F11B4DEDB8769D20DA5C9ECCB98C455_RuntimeMethod_var);
|
|
return L_15;
|
|
}
|
|
|
|
IL_0048:
|
|
{
|
|
// var door = new CellDoor();
|
|
CellDoor_t1C9E99F62317AEBD0FB8E640443435E6170AA6D5* L_16 = (CellDoor_t1C9E99F62317AEBD0FB8E640443435E6170AA6D5*)il2cpp_codegen_object_new(CellDoor_t1C9E99F62317AEBD0FB8E640443435E6170AA6D5_il2cpp_TypeInfo_var);
|
|
NullCheck(L_16);
|
|
CellDoor__ctor_m86D0871C578916B1DB6A6C61AEFA468EA97D837C(L_16, NULL);
|
|
V_2 = L_16;
|
|
// door.AdjacentTiles[0] = new IntVector(p1.x, p1.y, p1.z);
|
|
CellDoor_t1C9E99F62317AEBD0FB8E640443435E6170AA6D5* L_17 = V_2;
|
|
NullCheck(L_17);
|
|
IntVectorU5BU5D_t51305BC25B133B84E9B4F1FB09FC5DE6C579C440* L_18;
|
|
L_18 = CellDoor_get_AdjacentTiles_mCBE2648394F0561684348E29520F09B3D1031D38_inline(L_17, NULL);
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_19 = ___0_p1;
|
|
int32_t L_20 = L_19.___x_0;
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_21 = ___0_p1;
|
|
int32_t L_22 = L_21.___y_1;
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_23 = ___0_p1;
|
|
int32_t L_24 = L_23.___z_2;
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_25;
|
|
memset((&L_25), 0, sizeof(L_25));
|
|
IntVector__ctor_mA5653A9122DC5F76C09064F96D45BD4A1255EE34((&L_25), L_20, L_22, L_24, /*hidden argument*/NULL);
|
|
NullCheck(L_18);
|
|
(L_18)->SetAt(static_cast<il2cpp_array_size_t>(0), (IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C)L_25);
|
|
// door.AdjacentTiles[1] = new IntVector(p2.x, p2.y, p2.z);
|
|
CellDoor_t1C9E99F62317AEBD0FB8E640443435E6170AA6D5* L_26 = V_2;
|
|
NullCheck(L_26);
|
|
IntVectorU5BU5D_t51305BC25B133B84E9B4F1FB09FC5DE6C579C440* L_27;
|
|
L_27 = CellDoor_get_AdjacentTiles_mCBE2648394F0561684348E29520F09B3D1031D38_inline(L_26, NULL);
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_28 = ___1_p2;
|
|
int32_t L_29 = L_28.___x_0;
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_30 = ___1_p2;
|
|
int32_t L_31 = L_30.___y_1;
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_32 = ___1_p2;
|
|
int32_t L_33 = L_32.___z_2;
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_34;
|
|
memset((&L_34), 0, sizeof(L_34));
|
|
IntVector__ctor_mA5653A9122DC5F76C09064F96D45BD4A1255EE34((&L_34), L_29, L_31, L_33, /*hidden argument*/NULL);
|
|
NullCheck(L_27);
|
|
(L_27)->SetAt(static_cast<il2cpp_array_size_t>(1), (IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C)L_34);
|
|
// door.AdjacentCells[0] = cellId1;
|
|
CellDoor_t1C9E99F62317AEBD0FB8E640443435E6170AA6D5* L_35 = V_2;
|
|
NullCheck(L_35);
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_36;
|
|
L_36 = CellDoor_get_AdjacentCells_m011DD845922C53A5C73C0B00ED1F051E6357EF24_inline(L_35, NULL);
|
|
int32_t L_37 = ___2_cellId1;
|
|
NullCheck(L_36);
|
|
(L_36)->SetAt(static_cast<il2cpp_array_size_t>(0), (int32_t)L_37);
|
|
// door.AdjacentCells[1] = cellId2;
|
|
CellDoor_t1C9E99F62317AEBD0FB8E640443435E6170AA6D5* L_38 = V_2;
|
|
NullCheck(L_38);
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_39;
|
|
L_39 = CellDoor_get_AdjacentCells_m011DD845922C53A5C73C0B00ED1F051E6357EF24_inline(L_38, NULL);
|
|
int32_t L_40 = ___3_cellId2;
|
|
NullCheck(L_39);
|
|
(L_39)->SetAt(static_cast<il2cpp_array_size_t>(1), (int32_t)L_40);
|
|
// doorLookupCache.Add(key1, door);
|
|
Dictionary_2_tF902D5EE5DE455988365F63F4B9C04E6B35303BC* L_41 = __this->___doorLookupCache_0;
|
|
IntVector2Key_t876A74A676EAA0A8F636049D2756C9C7DE86AF19 L_42 = V_0;
|
|
CellDoor_t1C9E99F62317AEBD0FB8E640443435E6170AA6D5* L_43 = V_2;
|
|
NullCheck(L_41);
|
|
Dictionary_2_Add_m3EFA09167F803E634B36A20C93BEFA4B17570ECC(L_41, L_42, L_43, Dictionary_2_Add_m3EFA09167F803E634B36A20C93BEFA4B17570ECC_RuntimeMethod_var);
|
|
// doorLookupCache.Add(key2, door);
|
|
Dictionary_2_tF902D5EE5DE455988365F63F4B9C04E6B35303BC* L_44 = __this->___doorLookupCache_0;
|
|
IntVector2Key_t876A74A676EAA0A8F636049D2756C9C7DE86AF19 L_45 = V_1;
|
|
CellDoor_t1C9E99F62317AEBD0FB8E640443435E6170AA6D5* L_46 = V_2;
|
|
NullCheck(L_44);
|
|
Dictionary_2_Add_m3EFA09167F803E634B36A20C93BEFA4B17570ECC(L_44, L_45, L_46, Dictionary_2_Add_m3EFA09167F803E634B36A20C93BEFA4B17570ECC_RuntimeMethod_var);
|
|
// doors.Add(door);
|
|
List_1_tC549A5C1202941CF8D7156AB07F868A64034EDBA* L_47 = __this->___doors_1;
|
|
CellDoor_t1C9E99F62317AEBD0FB8E640443435E6170AA6D5* L_48 = V_2;
|
|
NullCheck(L_47);
|
|
List_1_Add_m30CC5D5DD597FD0D69739FA26E86FCBFCC0EEBE5_inline(L_47, L_48, List_1_Add_m30CC5D5DD597FD0D69739FA26E86FCBFCC0EEBE5_RuntimeMethod_var);
|
|
// return door;
|
|
CellDoor_t1C9E99F62317AEBD0FB8E640443435E6170AA6D5* L_49 = V_2;
|
|
return L_49;
|
|
}
|
|
}
|
|
// System.Boolean DungeonArchitect.Builders.Grid.DoorManager::ContainsDoorBetweenCells(System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DoorManager_ContainsDoorBetweenCells_m9E6FD6D294A3617581772C81DDA8F7EC9CFF87F1 (DoorManager_t2E65BDE0A91F2AC349DA211CBF35427A2D919203* __this, int32_t ___0_cellA, int32_t ___1_cellB, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_mE1B879F00C37CAA51A917A2E29DC37DC500C9151_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_m60D63A8D06853E155D3A9E6D1BCD0BC8E5A008FF_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m059E4D95449CCC59BCA08B7A8847532684DCB328_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_GetEnumerator_m96653C754F66CEF890C0DC6D1EE99EC43B709422_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Enumerator_t465076EDD9FCEBC3082A5EAE94FBAB224A95379F V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
CellDoor_t1C9E99F62317AEBD0FB8E640443435E6170AA6D5* V_1 = NULL;
|
|
bool V_2 = false;
|
|
{
|
|
// foreach (var door in doors)
|
|
List_1_tC549A5C1202941CF8D7156AB07F868A64034EDBA* L_0 = __this->___doors_1;
|
|
NullCheck(L_0);
|
|
Enumerator_t465076EDD9FCEBC3082A5EAE94FBAB224A95379F L_1;
|
|
L_1 = List_1_GetEnumerator_m96653C754F66CEF890C0DC6D1EE99EC43B709422(L_0, List_1_GetEnumerator_m96653C754F66CEF890C0DC6D1EE99EC43B709422_RuntimeMethod_var);
|
|
V_0 = L_1;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_0059:
|
|
{// begin finally (depth: 1)
|
|
Enumerator_Dispose_mE1B879F00C37CAA51A917A2E29DC37DC500C9151((&V_0), Enumerator_Dispose_mE1B879F00C37CAA51A917A2E29DC37DC500C9151_RuntimeMethod_var);
|
|
return;
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
{
|
|
goto IL_004e_1;
|
|
}
|
|
|
|
IL_000e_1:
|
|
{
|
|
// foreach (var door in doors)
|
|
CellDoor_t1C9E99F62317AEBD0FB8E640443435E6170AA6D5* L_2;
|
|
L_2 = Enumerator_get_Current_m059E4D95449CCC59BCA08B7A8847532684DCB328_inline((&V_0), Enumerator_get_Current_m059E4D95449CCC59BCA08B7A8847532684DCB328_RuntimeMethod_var);
|
|
V_1 = L_2;
|
|
// if (!door.Enabled)
|
|
CellDoor_t1C9E99F62317AEBD0FB8E640443435E6170AA6D5* L_3 = V_1;
|
|
NullCheck(L_3);
|
|
bool L_4;
|
|
L_4 = CellDoor_get_Enabled_m0A44D52B390E46F70DB3707806123B42E2AE2796_inline(L_3, NULL);
|
|
if (!L_4)
|
|
{
|
|
goto IL_004e_1;
|
|
}
|
|
}
|
|
{
|
|
// if ((door.AdjacentCells[0] == cellA && door.AdjacentCells[1] == cellB) ||
|
|
// (door.AdjacentCells[0] == cellB && door.AdjacentCells[1] == cellA))
|
|
CellDoor_t1C9E99F62317AEBD0FB8E640443435E6170AA6D5* L_5 = V_1;
|
|
NullCheck(L_5);
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_6;
|
|
L_6 = CellDoor_get_AdjacentCells_m011DD845922C53A5C73C0B00ED1F051E6357EF24_inline(L_5, NULL);
|
|
NullCheck(L_6);
|
|
int32_t L_7 = 0;
|
|
int32_t L_8 = (L_6)->GetAt(static_cast<il2cpp_array_size_t>(L_7));
|
|
int32_t L_9 = ___0_cellA;
|
|
if ((!(((uint32_t)L_8) == ((uint32_t)L_9))))
|
|
{
|
|
goto IL_0034_1;
|
|
}
|
|
}
|
|
{
|
|
CellDoor_t1C9E99F62317AEBD0FB8E640443435E6170AA6D5* L_10 = V_1;
|
|
NullCheck(L_10);
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_11;
|
|
L_11 = CellDoor_get_AdjacentCells_m011DD845922C53A5C73C0B00ED1F051E6357EF24_inline(L_10, NULL);
|
|
NullCheck(L_11);
|
|
int32_t L_12 = 1;
|
|
int32_t L_13 = (L_11)->GetAt(static_cast<il2cpp_array_size_t>(L_12));
|
|
int32_t L_14 = ___1_cellB;
|
|
if ((((int32_t)L_13) == ((int32_t)L_14)))
|
|
{
|
|
goto IL_004a_1;
|
|
}
|
|
}
|
|
|
|
IL_0034_1:
|
|
{
|
|
CellDoor_t1C9E99F62317AEBD0FB8E640443435E6170AA6D5* L_15 = V_1;
|
|
NullCheck(L_15);
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_16;
|
|
L_16 = CellDoor_get_AdjacentCells_m011DD845922C53A5C73C0B00ED1F051E6357EF24_inline(L_15, NULL);
|
|
NullCheck(L_16);
|
|
int32_t L_17 = 0;
|
|
int32_t L_18 = (L_16)->GetAt(static_cast<il2cpp_array_size_t>(L_17));
|
|
int32_t L_19 = ___1_cellB;
|
|
if ((!(((uint32_t)L_18) == ((uint32_t)L_19))))
|
|
{
|
|
goto IL_004e_1;
|
|
}
|
|
}
|
|
{
|
|
CellDoor_t1C9E99F62317AEBD0FB8E640443435E6170AA6D5* L_20 = V_1;
|
|
NullCheck(L_20);
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_21;
|
|
L_21 = CellDoor_get_AdjacentCells_m011DD845922C53A5C73C0B00ED1F051E6357EF24_inline(L_20, NULL);
|
|
NullCheck(L_21);
|
|
int32_t L_22 = 1;
|
|
int32_t L_23 = (L_21)->GetAt(static_cast<il2cpp_array_size_t>(L_22));
|
|
int32_t L_24 = ___0_cellA;
|
|
if ((!(((uint32_t)L_23) == ((uint32_t)L_24))))
|
|
{
|
|
goto IL_004e_1;
|
|
}
|
|
}
|
|
|
|
IL_004a_1:
|
|
{
|
|
// return true;
|
|
V_2 = (bool)1;
|
|
goto IL_0069;
|
|
}
|
|
|
|
IL_004e_1:
|
|
{
|
|
// foreach (var door in doors)
|
|
bool L_25;
|
|
L_25 = Enumerator_MoveNext_m60D63A8D06853E155D3A9E6D1BCD0BC8E5A008FF((&V_0), Enumerator_MoveNext_m60D63A8D06853E155D3A9E6D1BCD0BC8E5A008FF_RuntimeMethod_var);
|
|
if (L_25)
|
|
{
|
|
goto IL_000e_1;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0067;
|
|
}
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_0067:
|
|
{
|
|
// return false;
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0069:
|
|
{
|
|
// }
|
|
bool L_26 = V_2;
|
|
return L_26;
|
|
}
|
|
}
|
|
// System.Boolean DungeonArchitect.Builders.Grid.DoorManager::ContainsDoor(System.Int32,System.Int32,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DoorManager_ContainsDoor_mCB5B72705EE61C8B47083C9937F7AF51864B6A6D (DoorManager_t2E65BDE0A91F2AC349DA211CBF35427A2D919203* __this, int32_t ___0_x1, int32_t ___1_z1, int32_t ___2_x2, int32_t ___3_z2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_mE1B879F00C37CAA51A917A2E29DC37DC500C9151_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_m60D63A8D06853E155D3A9E6D1BCD0BC8E5A008FF_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m059E4D95449CCC59BCA08B7A8847532684DCB328_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_GetEnumerator_m96653C754F66CEF890C0DC6D1EE99EC43B709422_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Enumerator_t465076EDD9FCEBC3082A5EAE94FBAB224A95379F V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
CellDoor_t1C9E99F62317AEBD0FB8E640443435E6170AA6D5* V_1 = NULL;
|
|
bool V_2 = false;
|
|
int32_t G_B8_0 = 0;
|
|
int32_t G_B15_0 = 0;
|
|
{
|
|
// foreach (var door in doors) {
|
|
List_1_tC549A5C1202941CF8D7156AB07F868A64034EDBA* L_0 = __this->___doors_1;
|
|
NullCheck(L_0);
|
|
Enumerator_t465076EDD9FCEBC3082A5EAE94FBAB224A95379F L_1;
|
|
L_1 = List_1_GetEnumerator_m96653C754F66CEF890C0DC6D1EE99EC43B709422(L_0, List_1_GetEnumerator_m96653C754F66CEF890C0DC6D1EE99EC43B709422_RuntimeMethod_var);
|
|
V_0 = L_1;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_00e6:
|
|
{// begin finally (depth: 1)
|
|
Enumerator_Dispose_mE1B879F00C37CAA51A917A2E29DC37DC500C9151((&V_0), Enumerator_Dispose_mE1B879F00C37CAA51A917A2E29DC37DC500C9151_RuntimeMethod_var);
|
|
return;
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
{
|
|
goto IL_00d8_1;
|
|
}
|
|
|
|
IL_0011_1:
|
|
{
|
|
// foreach (var door in doors) {
|
|
CellDoor_t1C9E99F62317AEBD0FB8E640443435E6170AA6D5* L_2;
|
|
L_2 = Enumerator_get_Current_m059E4D95449CCC59BCA08B7A8847532684DCB328_inline((&V_0), Enumerator_get_Current_m059E4D95449CCC59BCA08B7A8847532684DCB328_RuntimeMethod_var);
|
|
V_1 = L_2;
|
|
// if (!door.Enabled) { continue; }
|
|
CellDoor_t1C9E99F62317AEBD0FB8E640443435E6170AA6D5* L_3 = V_1;
|
|
NullCheck(L_3);
|
|
bool L_4;
|
|
L_4 = CellDoor_get_Enabled_m0A44D52B390E46F70DB3707806123B42E2AE2796_inline(L_3, NULL);
|
|
if (!L_4)
|
|
{
|
|
goto IL_00d8_1;
|
|
}
|
|
}
|
|
{
|
|
// var containsDoor =
|
|
// door.AdjacentTiles[0].x == x1 && door.AdjacentTiles[0].z == z1 &&
|
|
// door.AdjacentTiles[1].x == x2 && door.AdjacentTiles[1].z == z2;
|
|
CellDoor_t1C9E99F62317AEBD0FB8E640443435E6170AA6D5* L_5 = V_1;
|
|
NullCheck(L_5);
|
|
IntVectorU5BU5D_t51305BC25B133B84E9B4F1FB09FC5DE6C579C440* L_6;
|
|
L_6 = CellDoor_get_AdjacentTiles_mCBE2648394F0561684348E29520F09B3D1031D38_inline(L_5, NULL);
|
|
NullCheck(L_6);
|
|
int32_t L_7 = ((L_6)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))->___x_0;
|
|
int32_t L_8 = ___0_x1;
|
|
if ((!(((uint32_t)L_7) == ((uint32_t)L_8))))
|
|
{
|
|
goto IL_0077_1;
|
|
}
|
|
}
|
|
{
|
|
CellDoor_t1C9E99F62317AEBD0FB8E640443435E6170AA6D5* L_9 = V_1;
|
|
NullCheck(L_9);
|
|
IntVectorU5BU5D_t51305BC25B133B84E9B4F1FB09FC5DE6C579C440* L_10;
|
|
L_10 = CellDoor_get_AdjacentTiles_mCBE2648394F0561684348E29520F09B3D1031D38_inline(L_9, NULL);
|
|
NullCheck(L_10);
|
|
int32_t L_11 = ((L_10)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))->___z_2;
|
|
int32_t L_12 = ___1_z1;
|
|
if ((!(((uint32_t)L_11) == ((uint32_t)L_12))))
|
|
{
|
|
goto IL_0077_1;
|
|
}
|
|
}
|
|
{
|
|
CellDoor_t1C9E99F62317AEBD0FB8E640443435E6170AA6D5* L_13 = V_1;
|
|
NullCheck(L_13);
|
|
IntVectorU5BU5D_t51305BC25B133B84E9B4F1FB09FC5DE6C579C440* L_14;
|
|
L_14 = CellDoor_get_AdjacentTiles_mCBE2648394F0561684348E29520F09B3D1031D38_inline(L_13, NULL);
|
|
NullCheck(L_14);
|
|
int32_t L_15 = ((L_14)->GetAddressAt(static_cast<il2cpp_array_size_t>(1)))->___x_0;
|
|
int32_t L_16 = ___2_x2;
|
|
if ((!(((uint32_t)L_15) == ((uint32_t)L_16))))
|
|
{
|
|
goto IL_0077_1;
|
|
}
|
|
}
|
|
{
|
|
CellDoor_t1C9E99F62317AEBD0FB8E640443435E6170AA6D5* L_17 = V_1;
|
|
NullCheck(L_17);
|
|
IntVectorU5BU5D_t51305BC25B133B84E9B4F1FB09FC5DE6C579C440* L_18;
|
|
L_18 = CellDoor_get_AdjacentTiles_mCBE2648394F0561684348E29520F09B3D1031D38_inline(L_17, NULL);
|
|
NullCheck(L_18);
|
|
int32_t L_19 = ((L_18)->GetAddressAt(static_cast<il2cpp_array_size_t>(1)))->___z_2;
|
|
int32_t L_20 = ___3_z2;
|
|
G_B8_0 = ((((int32_t)L_19) == ((int32_t)L_20))? 1 : 0);
|
|
goto IL_0078_1;
|
|
}
|
|
|
|
IL_0077_1:
|
|
{
|
|
G_B8_0 = 0;
|
|
}
|
|
|
|
IL_0078_1:
|
|
{
|
|
// if (containsDoor) {
|
|
if (!G_B8_0)
|
|
{
|
|
goto IL_007e_1;
|
|
}
|
|
}
|
|
{
|
|
// return true;
|
|
V_2 = (bool)1;
|
|
goto IL_00f6;
|
|
}
|
|
|
|
IL_007e_1:
|
|
{
|
|
// containsDoor =
|
|
// door.AdjacentTiles[1].x == x1 && door.AdjacentTiles[1].z == z1 &&
|
|
// door.AdjacentTiles[0].x == x2 && door.AdjacentTiles[0].z == z2;
|
|
CellDoor_t1C9E99F62317AEBD0FB8E640443435E6170AA6D5* L_21 = V_1;
|
|
NullCheck(L_21);
|
|
IntVectorU5BU5D_t51305BC25B133B84E9B4F1FB09FC5DE6C579C440* L_22;
|
|
L_22 = CellDoor_get_AdjacentTiles_mCBE2648394F0561684348E29520F09B3D1031D38_inline(L_21, NULL);
|
|
NullCheck(L_22);
|
|
int32_t L_23 = ((L_22)->GetAddressAt(static_cast<il2cpp_array_size_t>(1)))->___x_0;
|
|
int32_t L_24 = ___0_x1;
|
|
if ((!(((uint32_t)L_23) == ((uint32_t)L_24))))
|
|
{
|
|
goto IL_00d1_1;
|
|
}
|
|
}
|
|
{
|
|
CellDoor_t1C9E99F62317AEBD0FB8E640443435E6170AA6D5* L_25 = V_1;
|
|
NullCheck(L_25);
|
|
IntVectorU5BU5D_t51305BC25B133B84E9B4F1FB09FC5DE6C579C440* L_26;
|
|
L_26 = CellDoor_get_AdjacentTiles_mCBE2648394F0561684348E29520F09B3D1031D38_inline(L_25, NULL);
|
|
NullCheck(L_26);
|
|
int32_t L_27 = ((L_26)->GetAddressAt(static_cast<il2cpp_array_size_t>(1)))->___z_2;
|
|
int32_t L_28 = ___1_z1;
|
|
if ((!(((uint32_t)L_27) == ((uint32_t)L_28))))
|
|
{
|
|
goto IL_00d1_1;
|
|
}
|
|
}
|
|
{
|
|
CellDoor_t1C9E99F62317AEBD0FB8E640443435E6170AA6D5* L_29 = V_1;
|
|
NullCheck(L_29);
|
|
IntVectorU5BU5D_t51305BC25B133B84E9B4F1FB09FC5DE6C579C440* L_30;
|
|
L_30 = CellDoor_get_AdjacentTiles_mCBE2648394F0561684348E29520F09B3D1031D38_inline(L_29, NULL);
|
|
NullCheck(L_30);
|
|
int32_t L_31 = ((L_30)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))->___x_0;
|
|
int32_t L_32 = ___2_x2;
|
|
if ((!(((uint32_t)L_31) == ((uint32_t)L_32))))
|
|
{
|
|
goto IL_00d1_1;
|
|
}
|
|
}
|
|
{
|
|
CellDoor_t1C9E99F62317AEBD0FB8E640443435E6170AA6D5* L_33 = V_1;
|
|
NullCheck(L_33);
|
|
IntVectorU5BU5D_t51305BC25B133B84E9B4F1FB09FC5DE6C579C440* L_34;
|
|
L_34 = CellDoor_get_AdjacentTiles_mCBE2648394F0561684348E29520F09B3D1031D38_inline(L_33, NULL);
|
|
NullCheck(L_34);
|
|
int32_t L_35 = ((L_34)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))->___z_2;
|
|
int32_t L_36 = ___3_z2;
|
|
G_B15_0 = ((((int32_t)L_35) == ((int32_t)L_36))? 1 : 0);
|
|
goto IL_00d2_1;
|
|
}
|
|
|
|
IL_00d1_1:
|
|
{
|
|
G_B15_0 = 0;
|
|
}
|
|
|
|
IL_00d2_1:
|
|
{
|
|
// if (containsDoor) {
|
|
if (!G_B15_0)
|
|
{
|
|
goto IL_00d8_1;
|
|
}
|
|
}
|
|
{
|
|
// return true;
|
|
V_2 = (bool)1;
|
|
goto IL_00f6;
|
|
}
|
|
|
|
IL_00d8_1:
|
|
{
|
|
// foreach (var door in doors) {
|
|
bool L_37;
|
|
L_37 = Enumerator_MoveNext_m60D63A8D06853E155D3A9E6D1BCD0BC8E5A008FF((&V_0), Enumerator_MoveNext_m60D63A8D06853E155D3A9E6D1BCD0BC8E5A008FF_RuntimeMethod_var);
|
|
if (L_37)
|
|
{
|
|
goto IL_0011_1;
|
|
}
|
|
}
|
|
{
|
|
goto IL_00f4;
|
|
}
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_00f4:
|
|
{
|
|
// return false;
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_00f6:
|
|
{
|
|
// }
|
|
bool L_38 = V_2;
|
|
return L_38;
|
|
}
|
|
}
|
|
// DungeonArchitect.Builders.Grid.CellDoor[] DungeonArchitect.Builders.Grid.DoorManager::get_Doors()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CellDoorU5BU5D_t4C7F8D55D36058D4C4286AA43070C1F50CA66F48* DoorManager_get_Doors_mF5E5EB08F56C96641E4444C2AECEFF7E8D796406 (DoorManager_t2E65BDE0A91F2AC349DA211CBF35427A2D919203* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_ToArray_mE3BABA0FB8BE9D8AA04901A6AF7329107FA32C86_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return doors.ToArray();
|
|
List_1_tC549A5C1202941CF8D7156AB07F868A64034EDBA* L_0 = __this->___doors_1;
|
|
NullCheck(L_0);
|
|
CellDoorU5BU5D_t4C7F8D55D36058D4C4286AA43070C1F50CA66F48* L_1;
|
|
L_1 = List_1_ToArray_mE3BABA0FB8BE9D8AA04901A6AF7329107FA32C86(L_0, List_1_ToArray_mE3BABA0FB8BE9D8AA04901A6AF7329107FA32C86_RuntimeMethod_var);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Void DungeonArchitect.Builders.Grid.DoorManager::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DoorManager__ctor_mFF9AE58A12C60EB79E321160B3525EBE7698ECFD (DoorManager_t2E65BDE0A91F2AC349DA211CBF35427A2D919203* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_m0D97069EE2C92B43FF9D31140FDD1A14C45C20B7_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_tF902D5EE5DE455988365F63F4B9C04E6B35303BC_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m4852949C64E504D0806547640CA16F2E163B6BEC_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_tC549A5C1202941CF8D7156AB07F868A64034EDBA_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// Dictionary<IntVector2Key, CellDoor> doorLookupCache = new Dictionary<IntVector2Key, CellDoor>();
|
|
Dictionary_2_tF902D5EE5DE455988365F63F4B9C04E6B35303BC* L_0 = (Dictionary_2_tF902D5EE5DE455988365F63F4B9C04E6B35303BC*)il2cpp_codegen_object_new(Dictionary_2_tF902D5EE5DE455988365F63F4B9C04E6B35303BC_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
Dictionary_2__ctor_m0D97069EE2C92B43FF9D31140FDD1A14C45C20B7(L_0, Dictionary_2__ctor_m0D97069EE2C92B43FF9D31140FDD1A14C45C20B7_RuntimeMethod_var);
|
|
__this->___doorLookupCache_0 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___doorLookupCache_0), (void*)L_0);
|
|
// List<CellDoor> doors = new List<CellDoor>();
|
|
List_1_tC549A5C1202941CF8D7156AB07F868A64034EDBA* L_1 = (List_1_tC549A5C1202941CF8D7156AB07F868A64034EDBA*)il2cpp_codegen_object_new(List_1_tC549A5C1202941CF8D7156AB07F868A64034EDBA_il2cpp_TypeInfo_var);
|
|
NullCheck(L_1);
|
|
List_1__ctor_m4852949C64E504D0806547640CA16F2E163B6BEC(L_1, List_1__ctor_m4852949C64E504D0806547640CA16F2E163B6BEC_RuntimeMethod_var);
|
|
__this->___doors_1 = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___doors_1), (void*)L_1);
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// DungeonArchitect.Builders.Grid.GridCellInfo DungeonArchitect.Builders.Grid.GridDungeonModel::GetGridCellLookup(System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GridCellInfo_t742531730F06A9444088AF5B821D776397CE6AFA* GridDungeonModel_GetGridCellLookup_mDA4C3FF33EE7990C289589A8822E610513BFFBC4 (GridDungeonModel_tAEF5278646C831FA4C6EEEFEF7128869C645942F* __this, int32_t ___0_x, int32_t ___1_z, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_ContainsKey_m07F84E71E7541E4ACE9E9A2EC069465C0AD4FBA1_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_ContainsKey_mF5F83B221C03B5F078111D1A3940B431880728AA_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_get_Item_m94720ECB638EDA3601DFF000742DF88C2F479B60_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_get_Item_mAB52864F9EF1F4DEBEDD0DE53BE97854FCFD489C_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GridCellInfo_t742531730F06A9444088AF5B821D776397CE6AFA_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (!GridCellInfoLookup.ContainsKey(x) || !GridCellInfoLookup[x].ContainsKey(z))
|
|
Dictionary_2_t1E4AAB19CD6B804B64AFAA5EBEFC031CA7775223* L_0 = __this->___GridCellInfoLookup_8;
|
|
int32_t L_1 = ___0_x;
|
|
NullCheck(L_0);
|
|
bool L_2;
|
|
L_2 = Dictionary_2_ContainsKey_mF5F83B221C03B5F078111D1A3940B431880728AA(L_0, L_1, Dictionary_2_ContainsKey_mF5F83B221C03B5F078111D1A3940B431880728AA_RuntimeMethod_var);
|
|
if (!L_2)
|
|
{
|
|
goto IL_0022;
|
|
}
|
|
}
|
|
{
|
|
Dictionary_2_t1E4AAB19CD6B804B64AFAA5EBEFC031CA7775223* L_3 = __this->___GridCellInfoLookup_8;
|
|
int32_t L_4 = ___0_x;
|
|
NullCheck(L_3);
|
|
Dictionary_2_t53B49FABD4B9D0B6192535AB9D483840D5EB99DB* L_5;
|
|
L_5 = Dictionary_2_get_Item_m94720ECB638EDA3601DFF000742DF88C2F479B60(L_3, L_4, Dictionary_2_get_Item_m94720ECB638EDA3601DFF000742DF88C2F479B60_RuntimeMethod_var);
|
|
int32_t L_6 = ___1_z;
|
|
NullCheck(L_5);
|
|
bool L_7;
|
|
L_7 = Dictionary_2_ContainsKey_m07F84E71E7541E4ACE9E9A2EC069465C0AD4FBA1(L_5, L_6, Dictionary_2_ContainsKey_m07F84E71E7541E4ACE9E9A2EC069465C0AD4FBA1_RuntimeMethod_var);
|
|
if (L_7)
|
|
{
|
|
goto IL_0028;
|
|
}
|
|
}
|
|
|
|
IL_0022:
|
|
{
|
|
// return new GridCellInfo();
|
|
GridCellInfo_t742531730F06A9444088AF5B821D776397CE6AFA* L_8 = (GridCellInfo_t742531730F06A9444088AF5B821D776397CE6AFA*)il2cpp_codegen_object_new(GridCellInfo_t742531730F06A9444088AF5B821D776397CE6AFA_il2cpp_TypeInfo_var);
|
|
NullCheck(L_8);
|
|
GridCellInfo__ctor_m8BD790D502511EF8EB9158C7497B3224FAAEA5A7(L_8, NULL);
|
|
return L_8;
|
|
}
|
|
|
|
IL_0028:
|
|
{
|
|
// return GridCellInfoLookup[x][z];
|
|
Dictionary_2_t1E4AAB19CD6B804B64AFAA5EBEFC031CA7775223* L_9 = __this->___GridCellInfoLookup_8;
|
|
int32_t L_10 = ___0_x;
|
|
NullCheck(L_9);
|
|
Dictionary_2_t53B49FABD4B9D0B6192535AB9D483840D5EB99DB* L_11;
|
|
L_11 = Dictionary_2_get_Item_m94720ECB638EDA3601DFF000742DF88C2F479B60(L_9, L_10, Dictionary_2_get_Item_m94720ECB638EDA3601DFF000742DF88C2F479B60_RuntimeMethod_var);
|
|
int32_t L_12 = ___1_z;
|
|
NullCheck(L_11);
|
|
GridCellInfo_t742531730F06A9444088AF5B821D776397CE6AFA* L_13;
|
|
L_13 = Dictionary_2_get_Item_mAB52864F9EF1F4DEBEDD0DE53BE97854FCFD489C(L_11, L_12, Dictionary_2_get_Item_mAB52864F9EF1F4DEBEDD0DE53BE97854FCFD489C_RuntimeMethod_var);
|
|
return L_13;
|
|
}
|
|
}
|
|
// System.Void DungeonArchitect.Builders.Grid.GridDungeonModel::BuildSpatialCellLookup()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GridDungeonModel_BuildSpatialCellLookup_m7436C2AF2E324CBC9933780F9AAF8A793B8D3BD4 (GridDungeonModel_tAEF5278646C831FA4C6EEEFEF7128869C645942F* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Add_m1371CA196B939E7D86608032F8815559C9DFF364_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Add_mD75D20ACEE0C76BC3619410DB58EDC6E4D966695_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Clear_mC649F92C5A4CD26D587330715B975174D83619B8_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_ContainsKey_m07F84E71E7541E4ACE9E9A2EC069465C0AD4FBA1_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_ContainsKey_mF5F83B221C03B5F078111D1A3940B431880728AA_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_m1C27BFCB76502719209514A2EE5F5149FA40DFBD_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_get_Item_m94720ECB638EDA3601DFF000742DF88C2F479B60_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_t53B49FABD4B9D0B6192535AB9D483840D5EB99DB_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m78CE33F908EF5E977351DDCF0DDE935CE81FC839_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_m99C7EE977A1004680A927B694ED31BDBAFD3E0F3_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m4AAC4833BA64EA18FAEB5AE98B1558ED8B463649_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GridCellInfo_t742531730F06A9444088AF5B821D776397CE6AFA_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_GetEnumerator_m5A8FFD32A62DDD1E1EF2C5746ADDD20468DE6F35_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Enumerator_tF7CD6203B7815A8F8DC4B853FF9FE5C6A3021FE8 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01* V_1 = NULL;
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
Rectangle_tA560F5F5599A7C11DDD6E7EC2A93ABD2AAA6C64E V_3;
|
|
memset((&V_3), 0, sizeof(V_3));
|
|
int32_t V_4 = 0;
|
|
int32_t V_5 = 0;
|
|
int32_t V_6 = 0;
|
|
int32_t V_7 = 0;
|
|
{
|
|
// GridCellInfoLookup.Clear();
|
|
Dictionary_2_t1E4AAB19CD6B804B64AFAA5EBEFC031CA7775223* L_0 = __this->___GridCellInfoLookup_8;
|
|
NullCheck(L_0);
|
|
Dictionary_2_Clear_mC649F92C5A4CD26D587330715B975174D83619B8(L_0, Dictionary_2_Clear_mC649F92C5A4CD26D587330715B975174D83619B8_RuntimeMethod_var);
|
|
// foreach (var cell in Cells)
|
|
List_1_t987D5B80738D2852896A351FD59FC0CCCE96F45A* L_1 = __this->___Cells_6;
|
|
NullCheck(L_1);
|
|
Enumerator_tF7CD6203B7815A8F8DC4B853FF9FE5C6A3021FE8 L_2;
|
|
L_2 = List_1_GetEnumerator_m5A8FFD32A62DDD1E1EF2C5746ADDD20468DE6F35(L_1, List_1_GetEnumerator_m5A8FFD32A62DDD1E1EF2C5746ADDD20468DE6F35_RuntimeMethod_var);
|
|
V_0 = L_2;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_010c:
|
|
{// begin finally (depth: 1)
|
|
Enumerator_Dispose_m78CE33F908EF5E977351DDCF0DDE935CE81FC839((&V_0), Enumerator_Dispose_m78CE33F908EF5E977351DDCF0DDE935CE81FC839_RuntimeMethod_var);
|
|
return;
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
{
|
|
goto IL_00fe_1;
|
|
}
|
|
|
|
IL_001c_1:
|
|
{
|
|
// foreach (var cell in Cells)
|
|
Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01* L_3;
|
|
L_3 = Enumerator_get_Current_m4AAC4833BA64EA18FAEB5AE98B1558ED8B463649_inline((&V_0), Enumerator_get_Current_m4AAC4833BA64EA18FAEB5AE98B1558ED8B463649_RuntimeMethod_var);
|
|
V_1 = L_3;
|
|
// if (cell.CellType == CellType.Unknown) continue;
|
|
Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01* L_4 = V_1;
|
|
NullCheck(L_4);
|
|
int32_t L_5;
|
|
L_5 = Cell_get_CellType_m2C666B1ED7806805420EA64623AF5D3EDFF6F642_inline(L_4, NULL);
|
|
if ((((int32_t)L_5) == ((int32_t)3)))
|
|
{
|
|
goto IL_00fe_1;
|
|
}
|
|
}
|
|
{
|
|
// IntVector basePosition = cell.Bounds.Location;
|
|
Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01* L_6 = V_1;
|
|
NullCheck(L_6);
|
|
Rectangle_tA560F5F5599A7C11DDD6E7EC2A93ABD2AAA6C64E L_7;
|
|
L_7 = Cell_get_Bounds_m701BAE5F667F9ED03D14964497811072198366CE_inline(L_6, NULL);
|
|
V_3 = L_7;
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_8;
|
|
L_8 = Rectangle_get_Location_mF005282420254BC725474ED27F3E4E7513956D2B_inline((&V_3), NULL);
|
|
V_2 = L_8;
|
|
// for (int dx = 0; dx < cell.Bounds.Size.x; dx++)
|
|
V_4 = 0;
|
|
goto IL_00e4_1;
|
|
}
|
|
|
|
IL_0047_1:
|
|
{
|
|
// for (int dz = 0; dz < cell.Bounds.Size.z; dz++)
|
|
V_5 = 0;
|
|
goto IL_00c4_1;
|
|
}
|
|
|
|
IL_004c_1:
|
|
{
|
|
// int x = basePosition.x + dx;
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_9 = V_2;
|
|
int32_t L_10 = L_9.___x_0;
|
|
int32_t L_11 = V_4;
|
|
V_6 = ((int32_t)il2cpp_codegen_add(L_10, L_11));
|
|
// int z = basePosition.z + dz;
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_12 = V_2;
|
|
int32_t L_13 = L_12.___z_2;
|
|
int32_t L_14 = V_5;
|
|
V_7 = ((int32_t)il2cpp_codegen_add(L_13, L_14));
|
|
// if (!GridCellInfoLookup.ContainsKey(x)) GridCellInfoLookup.Add(x, new Dictionary<int, GridCellInfo>());
|
|
Dictionary_2_t1E4AAB19CD6B804B64AFAA5EBEFC031CA7775223* L_15 = __this->___GridCellInfoLookup_8;
|
|
int32_t L_16 = V_6;
|
|
NullCheck(L_15);
|
|
bool L_17;
|
|
L_17 = Dictionary_2_ContainsKey_mF5F83B221C03B5F078111D1A3940B431880728AA(L_15, L_16, Dictionary_2_ContainsKey_mF5F83B221C03B5F078111D1A3940B431880728AA_RuntimeMethod_var);
|
|
if (L_17)
|
|
{
|
|
goto IL_0083_1;
|
|
}
|
|
}
|
|
{
|
|
// if (!GridCellInfoLookup.ContainsKey(x)) GridCellInfoLookup.Add(x, new Dictionary<int, GridCellInfo>());
|
|
Dictionary_2_t1E4AAB19CD6B804B64AFAA5EBEFC031CA7775223* L_18 = __this->___GridCellInfoLookup_8;
|
|
int32_t L_19 = V_6;
|
|
Dictionary_2_t53B49FABD4B9D0B6192535AB9D483840D5EB99DB* L_20 = (Dictionary_2_t53B49FABD4B9D0B6192535AB9D483840D5EB99DB*)il2cpp_codegen_object_new(Dictionary_2_t53B49FABD4B9D0B6192535AB9D483840D5EB99DB_il2cpp_TypeInfo_var);
|
|
NullCheck(L_20);
|
|
Dictionary_2__ctor_m1C27BFCB76502719209514A2EE5F5149FA40DFBD(L_20, Dictionary_2__ctor_m1C27BFCB76502719209514A2EE5F5149FA40DFBD_RuntimeMethod_var);
|
|
NullCheck(L_18);
|
|
Dictionary_2_Add_mD75D20ACEE0C76BC3619410DB58EDC6E4D966695(L_18, L_19, L_20, Dictionary_2_Add_mD75D20ACEE0C76BC3619410DB58EDC6E4D966695_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0083_1:
|
|
{
|
|
// if (!GridCellInfoLookup[x].ContainsKey(z))
|
|
Dictionary_2_t1E4AAB19CD6B804B64AFAA5EBEFC031CA7775223* L_21 = __this->___GridCellInfoLookup_8;
|
|
int32_t L_22 = V_6;
|
|
NullCheck(L_21);
|
|
Dictionary_2_t53B49FABD4B9D0B6192535AB9D483840D5EB99DB* L_23;
|
|
L_23 = Dictionary_2_get_Item_m94720ECB638EDA3601DFF000742DF88C2F479B60(L_21, L_22, Dictionary_2_get_Item_m94720ECB638EDA3601DFF000742DF88C2F479B60_RuntimeMethod_var);
|
|
int32_t L_24 = V_7;
|
|
NullCheck(L_23);
|
|
bool L_25;
|
|
L_25 = Dictionary_2_ContainsKey_m07F84E71E7541E4ACE9E9A2EC069465C0AD4FBA1(L_23, L_24, Dictionary_2_ContainsKey_m07F84E71E7541E4ACE9E9A2EC069465C0AD4FBA1_RuntimeMethod_var);
|
|
if (L_25)
|
|
{
|
|
goto IL_00be_1;
|
|
}
|
|
}
|
|
{
|
|
// GridCellInfoLookup[x].Add(z, new GridCellInfo(cell.Id, cell.CellType));
|
|
Dictionary_2_t1E4AAB19CD6B804B64AFAA5EBEFC031CA7775223* L_26 = __this->___GridCellInfoLookup_8;
|
|
int32_t L_27 = V_6;
|
|
NullCheck(L_26);
|
|
Dictionary_2_t53B49FABD4B9D0B6192535AB9D483840D5EB99DB* L_28;
|
|
L_28 = Dictionary_2_get_Item_m94720ECB638EDA3601DFF000742DF88C2F479B60(L_26, L_27, Dictionary_2_get_Item_m94720ECB638EDA3601DFF000742DF88C2F479B60_RuntimeMethod_var);
|
|
int32_t L_29 = V_7;
|
|
Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01* L_30 = V_1;
|
|
NullCheck(L_30);
|
|
int32_t L_31;
|
|
L_31 = Cell_get_Id_m9019A9DE5723347E0DE724E363AC4F2AAB7429BA_inline(L_30, NULL);
|
|
Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01* L_32 = V_1;
|
|
NullCheck(L_32);
|
|
int32_t L_33;
|
|
L_33 = Cell_get_CellType_m2C666B1ED7806805420EA64623AF5D3EDFF6F642_inline(L_32, NULL);
|
|
GridCellInfo_t742531730F06A9444088AF5B821D776397CE6AFA* L_34 = (GridCellInfo_t742531730F06A9444088AF5B821D776397CE6AFA*)il2cpp_codegen_object_new(GridCellInfo_t742531730F06A9444088AF5B821D776397CE6AFA_il2cpp_TypeInfo_var);
|
|
NullCheck(L_34);
|
|
GridCellInfo__ctor_m54379808FC760B10EF9F1D0B41BE452B8D354058(L_34, L_31, L_33, NULL);
|
|
NullCheck(L_28);
|
|
Dictionary_2_Add_m1371CA196B939E7D86608032F8815559C9DFF364(L_28, L_29, L_34, Dictionary_2_Add_m1371CA196B939E7D86608032F8815559C9DFF364_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_00be_1:
|
|
{
|
|
// for (int dz = 0; dz < cell.Bounds.Size.z; dz++)
|
|
int32_t L_35 = V_5;
|
|
V_5 = ((int32_t)il2cpp_codegen_add(L_35, 1));
|
|
}
|
|
|
|
IL_00c4_1:
|
|
{
|
|
// for (int dz = 0; dz < cell.Bounds.Size.z; dz++)
|
|
int32_t L_36 = V_5;
|
|
Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01* L_37 = V_1;
|
|
NullCheck(L_37);
|
|
Rectangle_tA560F5F5599A7C11DDD6E7EC2A93ABD2AAA6C64E L_38;
|
|
L_38 = Cell_get_Bounds_m701BAE5F667F9ED03D14964497811072198366CE_inline(L_37, NULL);
|
|
V_3 = L_38;
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_39;
|
|
L_39 = Rectangle_get_Size_mA55765DC875BB6CEBED2C41C0DBC5258B7A79259_inline((&V_3), NULL);
|
|
int32_t L_40 = L_39.___z_2;
|
|
if ((((int32_t)L_36) < ((int32_t)L_40)))
|
|
{
|
|
goto IL_004c_1;
|
|
}
|
|
}
|
|
{
|
|
// for (int dx = 0; dx < cell.Bounds.Size.x; dx++)
|
|
int32_t L_41 = V_4;
|
|
V_4 = ((int32_t)il2cpp_codegen_add(L_41, 1));
|
|
}
|
|
|
|
IL_00e4_1:
|
|
{
|
|
// for (int dx = 0; dx < cell.Bounds.Size.x; dx++)
|
|
int32_t L_42 = V_4;
|
|
Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01* L_43 = V_1;
|
|
NullCheck(L_43);
|
|
Rectangle_tA560F5F5599A7C11DDD6E7EC2A93ABD2AAA6C64E L_44;
|
|
L_44 = Cell_get_Bounds_m701BAE5F667F9ED03D14964497811072198366CE_inline(L_43, NULL);
|
|
V_3 = L_44;
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_45;
|
|
L_45 = Rectangle_get_Size_mA55765DC875BB6CEBED2C41C0DBC5258B7A79259_inline((&V_3), NULL);
|
|
int32_t L_46 = L_45.___x_0;
|
|
if ((((int32_t)L_42) < ((int32_t)L_46)))
|
|
{
|
|
goto IL_0047_1;
|
|
}
|
|
}
|
|
|
|
IL_00fe_1:
|
|
{
|
|
// foreach (var cell in Cells)
|
|
bool L_47;
|
|
L_47 = Enumerator_MoveNext_m99C7EE977A1004680A927B694ED31BDBAFD3E0F3((&V_0), Enumerator_MoveNext_m99C7EE977A1004680A927B694ED31BDBAFD3E0F3_RuntimeMethod_var);
|
|
if (L_47)
|
|
{
|
|
goto IL_001c_1;
|
|
}
|
|
}
|
|
{
|
|
goto IL_011a;
|
|
}
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_011a:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// DungeonArchitect.Builders.Grid.CellDoor[] DungeonArchitect.Builders.Grid.GridDungeonModel::get_Doors()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CellDoorU5BU5D_t4C7F8D55D36058D4C4286AA43070C1F50CA66F48* GridDungeonModel_get_Doors_m70CE1016AEFD36CFAB73316A0768B6FD842E903A (GridDungeonModel_tAEF5278646C831FA4C6EEEFEF7128869C645942F* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return DoorManager.Doors;
|
|
DoorManager_t2E65BDE0A91F2AC349DA211CBF35427A2D919203* L_0 = __this->___DoorManager_4;
|
|
NullCheck(L_0);
|
|
CellDoorU5BU5D_t4C7F8D55D36058D4C4286AA43070C1F50CA66F48* L_1;
|
|
L_1 = DoorManager_get_Doors_mF5E5EB08F56C96641E4444C2AECEFF7E8D796406(L_0, NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Void DungeonArchitect.Builders.Grid.GridDungeonModel::BuildCellLookup()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GridDungeonModel_BuildCellLookup_m5D99A5DAD6B35A98829228A1E4EB8BF0396CEA36 (GridDungeonModel_tAEF5278646C831FA4C6EEEFEF7128869C645942F* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Add_m16E7736F4AEEB5C1BFE97D0D32B50C9A08676E64_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Clear_m18B47EFD1FC9A827076ADD944C9565F39F2CEA2B_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m78CE33F908EF5E977351DDCF0DDE935CE81FC839_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_m99C7EE977A1004680A927B694ED31BDBAFD3E0F3_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m4AAC4833BA64EA18FAEB5AE98B1558ED8B463649_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_GetEnumerator_m5A8FFD32A62DDD1E1EF2C5746ADDD20468DE6F35_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Enumerator_tF7CD6203B7815A8F8DC4B853FF9FE5C6A3021FE8 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01* V_1 = NULL;
|
|
{
|
|
// CellLookup.Clear();
|
|
Dictionary_2_t3EFEE226B11F638A8B2F7F047C2D16B631714386* L_0 = __this->___CellLookup_9;
|
|
NullCheck(L_0);
|
|
Dictionary_2_Clear_m18B47EFD1FC9A827076ADD944C9565F39F2CEA2B(L_0, Dictionary_2_Clear_m18B47EFD1FC9A827076ADD944C9565F39F2CEA2B_RuntimeMethod_var);
|
|
// foreach (var cell in Cells)
|
|
List_1_t987D5B80738D2852896A351FD59FC0CCCE96F45A* L_1 = __this->___Cells_6;
|
|
NullCheck(L_1);
|
|
Enumerator_tF7CD6203B7815A8F8DC4B853FF9FE5C6A3021FE8 L_2;
|
|
L_2 = List_1_GetEnumerator_m5A8FFD32A62DDD1E1EF2C5746ADDD20468DE6F35(L_1, List_1_GetEnumerator_m5A8FFD32A62DDD1E1EF2C5746ADDD20468DE6F35_RuntimeMethod_var);
|
|
V_0 = L_2;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_003e:
|
|
{// begin finally (depth: 1)
|
|
Enumerator_Dispose_m78CE33F908EF5E977351DDCF0DDE935CE81FC839((&V_0), Enumerator_Dispose_m78CE33F908EF5E977351DDCF0DDE935CE81FC839_RuntimeMethod_var);
|
|
return;
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
{
|
|
goto IL_0033_1;
|
|
}
|
|
|
|
IL_0019_1:
|
|
{
|
|
// foreach (var cell in Cells)
|
|
Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01* L_3;
|
|
L_3 = Enumerator_get_Current_m4AAC4833BA64EA18FAEB5AE98B1558ED8B463649_inline((&V_0), Enumerator_get_Current_m4AAC4833BA64EA18FAEB5AE98B1558ED8B463649_RuntimeMethod_var);
|
|
V_1 = L_3;
|
|
// CellLookup.Add(cell.Id, cell);
|
|
Dictionary_2_t3EFEE226B11F638A8B2F7F047C2D16B631714386* L_4 = __this->___CellLookup_9;
|
|
Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01* L_5 = V_1;
|
|
NullCheck(L_5);
|
|
int32_t L_6;
|
|
L_6 = Cell_get_Id_m9019A9DE5723347E0DE724E363AC4F2AAB7429BA_inline(L_5, NULL);
|
|
Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01* L_7 = V_1;
|
|
NullCheck(L_4);
|
|
Dictionary_2_Add_m16E7736F4AEEB5C1BFE97D0D32B50C9A08676E64(L_4, L_6, L_7, Dictionary_2_Add_m16E7736F4AEEB5C1BFE97D0D32B50C9A08676E64_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0033_1:
|
|
{
|
|
// foreach (var cell in Cells)
|
|
bool L_8;
|
|
L_8 = Enumerator_MoveNext_m99C7EE977A1004680A927B694ED31BDBAFD3E0F3((&V_0), Enumerator_MoveNext_m99C7EE977A1004680A927B694ED31BDBAFD3E0F3_RuntimeMethod_var);
|
|
if (L_8)
|
|
{
|
|
goto IL_0019_1;
|
|
}
|
|
}
|
|
{
|
|
goto IL_004c;
|
|
}
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_004c:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// DungeonArchitect.Builders.Grid.Cell DungeonArchitect.Builders.Grid.GridDungeonModel::GetCell(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01* GridDungeonModel_GetCell_m161919F5C8F919C9D89B98E3AF0C4013E19784EE (GridDungeonModel_tAEF5278646C831FA4C6EEEFEF7128869C645942F* __this, int32_t ___0_Id, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_ContainsKey_mB7C7D4280336EEBC0E33647D4CF3538E86199448_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_get_Item_mEA15899328FDB5AC59085A4BDCB38F3AB109FE81_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return CellLookup.ContainsKey(Id) ? CellLookup[Id] : null;
|
|
Dictionary_2_t3EFEE226B11F638A8B2F7F047C2D16B631714386* L_0 = __this->___CellLookup_9;
|
|
int32_t L_1 = ___0_Id;
|
|
NullCheck(L_0);
|
|
bool L_2;
|
|
L_2 = Dictionary_2_ContainsKey_mB7C7D4280336EEBC0E33647D4CF3538E86199448(L_0, L_1, Dictionary_2_ContainsKey_mB7C7D4280336EEBC0E33647D4CF3538E86199448_RuntimeMethod_var);
|
|
if (L_2)
|
|
{
|
|
goto IL_0010;
|
|
}
|
|
}
|
|
{
|
|
return (Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01*)NULL;
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
Dictionary_2_t3EFEE226B11F638A8B2F7F047C2D16B631714386* L_3 = __this->___CellLookup_9;
|
|
int32_t L_4 = ___0_Id;
|
|
NullCheck(L_3);
|
|
Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01* L_5;
|
|
L_5 = Dictionary_2_get_Item_mEA15899328FDB5AC59085A4BDCB38F3AB109FE81(L_3, L_4, Dictionary_2_get_Item_mEA15899328FDB5AC59085A4BDCB38F3AB109FE81_RuntimeMethod_var);
|
|
return L_5;
|
|
}
|
|
}
|
|
// DungeonArchitect.Builders.Grid.Cell DungeonArchitect.Builders.Grid.GridDungeonModel::FindCellByPosition(DungeonArchitect.IntVector)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01* GridDungeonModel_FindCellByPosition_m5601F51C3C648EC03E179ADBC17003712DAAB476 (GridDungeonModel_tAEF5278646C831FA4C6EEEFEF7128869C645942F* __this, IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C ___0_position, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m78CE33F908EF5E977351DDCF0DDE935CE81FC839_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_m99C7EE977A1004680A927B694ED31BDBAFD3E0F3_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m4AAC4833BA64EA18FAEB5AE98B1558ED8B463649_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_GetEnumerator_m5A8FFD32A62DDD1E1EF2C5746ADDD20468DE6F35_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Enumerator_tF7CD6203B7815A8F8DC4B853FF9FE5C6A3021FE8 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01* V_1 = NULL;
|
|
Rectangle_tA560F5F5599A7C11DDD6E7EC2A93ABD2AAA6C64E V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01* V_3 = NULL;
|
|
{
|
|
// foreach (var cell in Cells)
|
|
List_1_t987D5B80738D2852896A351FD59FC0CCCE96F45A* L_0 = __this->___Cells_6;
|
|
NullCheck(L_0);
|
|
Enumerator_tF7CD6203B7815A8F8DC4B853FF9FE5C6A3021FE8 L_1;
|
|
L_1 = List_1_GetEnumerator_m5A8FFD32A62DDD1E1EF2C5746ADDD20468DE6F35(L_0, List_1_GetEnumerator_m5A8FFD32A62DDD1E1EF2C5746ADDD20468DE6F35_RuntimeMethod_var);
|
|
V_0 = L_1;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_0036:
|
|
{// begin finally (depth: 1)
|
|
Enumerator_Dispose_m78CE33F908EF5E977351DDCF0DDE935CE81FC839((&V_0), Enumerator_Dispose_m78CE33F908EF5E977351DDCF0DDE935CE81FC839_RuntimeMethod_var);
|
|
return;
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
{
|
|
goto IL_002b_1;
|
|
}
|
|
|
|
IL_000e_1:
|
|
{
|
|
// foreach (var cell in Cells)
|
|
Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01* L_2;
|
|
L_2 = Enumerator_get_Current_m4AAC4833BA64EA18FAEB5AE98B1558ED8B463649_inline((&V_0), Enumerator_get_Current_m4AAC4833BA64EA18FAEB5AE98B1558ED8B463649_RuntimeMethod_var);
|
|
V_1 = L_2;
|
|
// if (cell.Bounds.Contains(position))
|
|
Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01* L_3 = V_1;
|
|
NullCheck(L_3);
|
|
Rectangle_tA560F5F5599A7C11DDD6E7EC2A93ABD2AAA6C64E L_4;
|
|
L_4 = Cell_get_Bounds_m701BAE5F667F9ED03D14964497811072198366CE_inline(L_3, NULL);
|
|
V_2 = L_4;
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_5 = ___0_position;
|
|
bool L_6;
|
|
L_6 = Rectangle_Contains_m5B8120D7B31834142751391496AF2567F000ECFF((&V_2), L_5, NULL);
|
|
if (!L_6)
|
|
{
|
|
goto IL_002b_1;
|
|
}
|
|
}
|
|
{
|
|
// return cell;
|
|
Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01* L_7 = V_1;
|
|
V_3 = L_7;
|
|
goto IL_0046;
|
|
}
|
|
|
|
IL_002b_1:
|
|
{
|
|
// foreach (var cell in Cells)
|
|
bool L_8;
|
|
L_8 = Enumerator_MoveNext_m99C7EE977A1004680A927B694ED31BDBAFD3E0F3((&V_0), Enumerator_MoveNext_m99C7EE977A1004680A927B694ED31BDBAFD3E0F3_RuntimeMethod_var);
|
|
if (L_8)
|
|
{
|
|
goto IL_000e_1;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0044;
|
|
}
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_0044:
|
|
{
|
|
// return null;
|
|
return (Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01*)NULL;
|
|
}
|
|
|
|
IL_0046:
|
|
{
|
|
// }
|
|
Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01* L_9 = V_3;
|
|
return L_9;
|
|
}
|
|
}
|
|
// System.Void DungeonArchitect.Builders.Grid.GridDungeonModel::ResetModel()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GridDungeonModel_ResetModel_mC5139E34E6F13D6AA961F5BE435070D44FD39283 (GridDungeonModel_tAEF5278646C831FA4C6EEEFEF7128869C645942F* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Clear_m93996D2172FAAB052355F66BD5396194A48422AA_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DoorManager_t2E65BDE0A91F2AC349DA211CBF35427A2D919203_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m93CB70076B61534200B27453DD47EC4151A16C45_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t987D5B80738D2852896A351FD59FC0CCCE96F45A_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// DoorManager = new DoorManager();
|
|
DoorManager_t2E65BDE0A91F2AC349DA211CBF35427A2D919203* L_0 = (DoorManager_t2E65BDE0A91F2AC349DA211CBF35427A2D919203*)il2cpp_codegen_object_new(DoorManager_t2E65BDE0A91F2AC349DA211CBF35427A2D919203_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
DoorManager__ctor_mFF9AE58A12C60EB79E321160B3525EBE7698ECFD(L_0, NULL);
|
|
__this->___DoorManager_4 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___DoorManager_4), (void*)L_0);
|
|
// Config = null;
|
|
__this->___Config_5 = (GridDungeonConfig_tA813B337E88DBA4D5849118F7CF0D012B1178726*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___Config_5), (void*)(GridDungeonConfig_tA813B337E88DBA4D5849118F7CF0D012B1178726*)NULL);
|
|
// Cells = new List<Cell>();
|
|
List_1_t987D5B80738D2852896A351FD59FC0CCCE96F45A* L_1 = (List_1_t987D5B80738D2852896A351FD59FC0CCCE96F45A*)il2cpp_codegen_object_new(List_1_t987D5B80738D2852896A351FD59FC0CCCE96F45A_il2cpp_TypeInfo_var);
|
|
NullCheck(L_1);
|
|
List_1__ctor_m93CB70076B61534200B27453DD47EC4151A16C45(L_1, List_1__ctor_m93CB70076B61534200B27453DD47EC4151A16C45_RuntimeMethod_var);
|
|
__this->___Cells_6 = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___Cells_6), (void*)L_1);
|
|
// CellStairs.Clear();
|
|
Dictionary_2_t1A5C7F5B67FB590E1188CB1637FE5572D8772941* L_2 = __this->___CellStairs_7;
|
|
NullCheck(L_2);
|
|
Dictionary_2_Clear_m93996D2172FAAB052355F66BD5396194A48422AA(L_2, Dictionary_2_Clear_m93996D2172FAAB052355F66BD5396194A48422AA_RuntimeMethod_var);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean DungeonArchitect.Builders.Grid.GridDungeonModel::ContainsStairAtLocation(System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GridDungeonModel_ContainsStairAtLocation_mAECB8636D064B5AEA114BDBD3B226EA886F48EF2 (GridDungeonModel_tAEF5278646C831FA4C6EEEFEF7128869C645942F* __this, int32_t ___0_x, int32_t ___1_z, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_get_Values_m3BA5011C7A6BE949F1F0A0B5A8C24E1B464BD560_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m63D831B0121B1CC19730ABF2E49EB1BAB3D8D410_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_mCC86EAC0EE2AC10384CFC1F0DEF37AD9CED36705_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_m0CD2BD74D31D6B358226AC7938CDF455BD522A3E_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_m549C2D3ED4E1D8DF35FAE5F8DD52D3A9E1D1AFF6_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m41203F0D5F6FCFD3CEF340A2D9E2C148E772C168_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m43F905F3CFA36123DB30E2FB63989A643C993C58_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_GetEnumerator_m26DC7A9844BEAAEB5CED6EFEF0676E2C0C778D32_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ValueCollection_GetEnumerator_mB2A60B2138B5BFF5CE6F60511522C29586919FD8_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Enumerator_t139CA80E96E06E690816D22AB4879A34A7191AD7 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
Enumerator_t7141EDE80E453CD59C72B9541E0F98BCEEF919D5 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
StairInfo_tBDA73E00B30BFD1098EEB5962BF910A6986C6E94* V_2 = NULL;
|
|
bool V_3 = false;
|
|
{
|
|
// foreach (var stairList in CellStairs.Values) {
|
|
Dictionary_2_t1A5C7F5B67FB590E1188CB1637FE5572D8772941* L_0 = __this->___CellStairs_7;
|
|
NullCheck(L_0);
|
|
ValueCollection_t4C336C078C33532BEDC53EFCA50B89F5B70ACF40* L_1;
|
|
L_1 = Dictionary_2_get_Values_m3BA5011C7A6BE949F1F0A0B5A8C24E1B464BD560(L_0, Dictionary_2_get_Values_m3BA5011C7A6BE949F1F0A0B5A8C24E1B464BD560_RuntimeMethod_var);
|
|
NullCheck(L_1);
|
|
Enumerator_t139CA80E96E06E690816D22AB4879A34A7191AD7 L_2;
|
|
L_2 = ValueCollection_GetEnumerator_mB2A60B2138B5BFF5CE6F60511522C29586919FD8(L_1, ValueCollection_GetEnumerator_mB2A60B2138B5BFF5CE6F60511522C29586919FD8_RuntimeMethod_var);
|
|
V_0 = L_2;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_006e:
|
|
{// begin finally (depth: 1)
|
|
Enumerator_Dispose_m63D831B0121B1CC19730ABF2E49EB1BAB3D8D410((&V_0), Enumerator_Dispose_m63D831B0121B1CC19730ABF2E49EB1BAB3D8D410_RuntimeMethod_var);
|
|
return;
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
{
|
|
goto IL_0063_1;
|
|
}
|
|
|
|
IL_0013_1:
|
|
{
|
|
// foreach (var stairList in CellStairs.Values) {
|
|
List_1_t73B55D3BE443B7E7B725BA4D211DC08937B6C557* L_3;
|
|
L_3 = Enumerator_get_Current_m41203F0D5F6FCFD3CEF340A2D9E2C148E772C168_inline((&V_0), Enumerator_get_Current_m41203F0D5F6FCFD3CEF340A2D9E2C148E772C168_RuntimeMethod_var);
|
|
// foreach (var stair in stairList) {
|
|
NullCheck(L_3);
|
|
Enumerator_t7141EDE80E453CD59C72B9541E0F98BCEEF919D5 L_4;
|
|
L_4 = List_1_GetEnumerator_m26DC7A9844BEAAEB5CED6EFEF0676E2C0C778D32(L_3, List_1_GetEnumerator_m26DC7A9844BEAAEB5CED6EFEF0676E2C0C778D32_RuntimeMethod_var);
|
|
V_1 = L_4;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_0055_1:
|
|
{// begin finally (depth: 2)
|
|
Enumerator_Dispose_mCC86EAC0EE2AC10384CFC1F0DEF37AD9CED36705((&V_1), Enumerator_Dispose_mCC86EAC0EE2AC10384CFC1F0DEF37AD9CED36705_RuntimeMethod_var);
|
|
return;
|
|
}// end finally (depth: 2)
|
|
});
|
|
try
|
|
{// begin try (depth: 2)
|
|
{
|
|
goto IL_004a_2;
|
|
}
|
|
|
|
IL_0022_2:
|
|
{
|
|
// foreach (var stair in stairList) {
|
|
StairInfo_tBDA73E00B30BFD1098EEB5962BF910A6986C6E94* L_5;
|
|
L_5 = Enumerator_get_Current_m43F905F3CFA36123DB30E2FB63989A643C993C58_inline((&V_1), Enumerator_get_Current_m43F905F3CFA36123DB30E2FB63989A643C993C58_RuntimeMethod_var);
|
|
V_2 = L_5;
|
|
// if (stair.IPosition.x == x && stair.IPosition.z == z) {
|
|
StairInfo_tBDA73E00B30BFD1098EEB5962BF910A6986C6E94* L_6 = V_2;
|
|
NullCheck(L_6);
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C* L_7 = (&L_6->___IPosition_4);
|
|
int32_t L_8 = L_7->___x_0;
|
|
int32_t L_9 = ___0_x;
|
|
if ((!(((uint32_t)L_8) == ((uint32_t)L_9))))
|
|
{
|
|
goto IL_004a_2;
|
|
}
|
|
}
|
|
{
|
|
StairInfo_tBDA73E00B30BFD1098EEB5962BF910A6986C6E94* L_10 = V_2;
|
|
NullCheck(L_10);
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C* L_11 = (&L_10->___IPosition_4);
|
|
int32_t L_12 = L_11->___z_2;
|
|
int32_t L_13 = ___1_z;
|
|
if ((!(((uint32_t)L_12) == ((uint32_t)L_13))))
|
|
{
|
|
goto IL_004a_2;
|
|
}
|
|
}
|
|
{
|
|
// return true;
|
|
V_3 = (bool)1;
|
|
goto IL_007e;
|
|
}
|
|
|
|
IL_004a_2:
|
|
{
|
|
// foreach (var stair in stairList) {
|
|
bool L_14;
|
|
L_14 = Enumerator_MoveNext_m549C2D3ED4E1D8DF35FAE5F8DD52D3A9E1D1AFF6((&V_1), Enumerator_MoveNext_m549C2D3ED4E1D8DF35FAE5F8DD52D3A9E1D1AFF6_RuntimeMethod_var);
|
|
if (L_14)
|
|
{
|
|
goto IL_0022_2;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0063_1;
|
|
}
|
|
}// end try (depth: 2)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_0063_1:
|
|
{
|
|
// foreach (var stairList in CellStairs.Values) {
|
|
bool L_15;
|
|
L_15 = Enumerator_MoveNext_m0CD2BD74D31D6B358226AC7938CDF455BD522A3E((&V_0), Enumerator_MoveNext_m0CD2BD74D31D6B358226AC7938CDF455BD522A3E_RuntimeMethod_var);
|
|
if (L_15)
|
|
{
|
|
goto IL_0013_1;
|
|
}
|
|
}
|
|
{
|
|
goto IL_007c;
|
|
}
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_007c:
|
|
{
|
|
// return false;
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_007e:
|
|
{
|
|
// }
|
|
bool L_16 = V_3;
|
|
return L_16;
|
|
}
|
|
}
|
|
// DungeonArchitect.Builders.Grid.StairInfo DungeonArchitect.Builders.Grid.GridDungeonModel::GetStairAtLocation(System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StairInfo_tBDA73E00B30BFD1098EEB5962BF910A6986C6E94* GridDungeonModel_GetStairAtLocation_mB02C3322B872A101A92EAFB60CF99B2380D16C4C (GridDungeonModel_tAEF5278646C831FA4C6EEEFEF7128869C645942F* __this, int32_t ___0_x, int32_t ___1_z, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_get_Values_m3BA5011C7A6BE949F1F0A0B5A8C24E1B464BD560_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m63D831B0121B1CC19730ABF2E49EB1BAB3D8D410_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_mCC86EAC0EE2AC10384CFC1F0DEF37AD9CED36705_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_m0CD2BD74D31D6B358226AC7938CDF455BD522A3E_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_m549C2D3ED4E1D8DF35FAE5F8DD52D3A9E1D1AFF6_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m41203F0D5F6FCFD3CEF340A2D9E2C148E772C168_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m43F905F3CFA36123DB30E2FB63989A643C993C58_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_GetEnumerator_m26DC7A9844BEAAEB5CED6EFEF0676E2C0C778D32_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ValueCollection_GetEnumerator_mB2A60B2138B5BFF5CE6F60511522C29586919FD8_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Enumerator_t139CA80E96E06E690816D22AB4879A34A7191AD7 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
Enumerator_t7141EDE80E453CD59C72B9541E0F98BCEEF919D5 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
StairInfo_tBDA73E00B30BFD1098EEB5962BF910A6986C6E94* V_2 = NULL;
|
|
StairInfo_tBDA73E00B30BFD1098EEB5962BF910A6986C6E94* V_3 = NULL;
|
|
{
|
|
// foreach (var stairList in CellStairs.Values) {
|
|
Dictionary_2_t1A5C7F5B67FB590E1188CB1637FE5572D8772941* L_0 = __this->___CellStairs_7;
|
|
NullCheck(L_0);
|
|
ValueCollection_t4C336C078C33532BEDC53EFCA50B89F5B70ACF40* L_1;
|
|
L_1 = Dictionary_2_get_Values_m3BA5011C7A6BE949F1F0A0B5A8C24E1B464BD560(L_0, Dictionary_2_get_Values_m3BA5011C7A6BE949F1F0A0B5A8C24E1B464BD560_RuntimeMethod_var);
|
|
NullCheck(L_1);
|
|
Enumerator_t139CA80E96E06E690816D22AB4879A34A7191AD7 L_2;
|
|
L_2 = ValueCollection_GetEnumerator_mB2A60B2138B5BFF5CE6F60511522C29586919FD8(L_1, ValueCollection_GetEnumerator_mB2A60B2138B5BFF5CE6F60511522C29586919FD8_RuntimeMethod_var);
|
|
V_0 = L_2;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_006e:
|
|
{// begin finally (depth: 1)
|
|
Enumerator_Dispose_m63D831B0121B1CC19730ABF2E49EB1BAB3D8D410((&V_0), Enumerator_Dispose_m63D831B0121B1CC19730ABF2E49EB1BAB3D8D410_RuntimeMethod_var);
|
|
return;
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
{
|
|
goto IL_0063_1;
|
|
}
|
|
|
|
IL_0013_1:
|
|
{
|
|
// foreach (var stairList in CellStairs.Values) {
|
|
List_1_t73B55D3BE443B7E7B725BA4D211DC08937B6C557* L_3;
|
|
L_3 = Enumerator_get_Current_m41203F0D5F6FCFD3CEF340A2D9E2C148E772C168_inline((&V_0), Enumerator_get_Current_m41203F0D5F6FCFD3CEF340A2D9E2C148E772C168_RuntimeMethod_var);
|
|
// foreach (var stair in stairList) {
|
|
NullCheck(L_3);
|
|
Enumerator_t7141EDE80E453CD59C72B9541E0F98BCEEF919D5 L_4;
|
|
L_4 = List_1_GetEnumerator_m26DC7A9844BEAAEB5CED6EFEF0676E2C0C778D32(L_3, List_1_GetEnumerator_m26DC7A9844BEAAEB5CED6EFEF0676E2C0C778D32_RuntimeMethod_var);
|
|
V_1 = L_4;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_0055_1:
|
|
{// begin finally (depth: 2)
|
|
Enumerator_Dispose_mCC86EAC0EE2AC10384CFC1F0DEF37AD9CED36705((&V_1), Enumerator_Dispose_mCC86EAC0EE2AC10384CFC1F0DEF37AD9CED36705_RuntimeMethod_var);
|
|
return;
|
|
}// end finally (depth: 2)
|
|
});
|
|
try
|
|
{// begin try (depth: 2)
|
|
{
|
|
goto IL_004a_2;
|
|
}
|
|
|
|
IL_0022_2:
|
|
{
|
|
// foreach (var stair in stairList) {
|
|
StairInfo_tBDA73E00B30BFD1098EEB5962BF910A6986C6E94* L_5;
|
|
L_5 = Enumerator_get_Current_m43F905F3CFA36123DB30E2FB63989A643C993C58_inline((&V_1), Enumerator_get_Current_m43F905F3CFA36123DB30E2FB63989A643C993C58_RuntimeMethod_var);
|
|
V_2 = L_5;
|
|
// if (stair.IPosition.x == x && stair.IPosition.z == z) {
|
|
StairInfo_tBDA73E00B30BFD1098EEB5962BF910A6986C6E94* L_6 = V_2;
|
|
NullCheck(L_6);
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C* L_7 = (&L_6->___IPosition_4);
|
|
int32_t L_8 = L_7->___x_0;
|
|
int32_t L_9 = ___0_x;
|
|
if ((!(((uint32_t)L_8) == ((uint32_t)L_9))))
|
|
{
|
|
goto IL_004a_2;
|
|
}
|
|
}
|
|
{
|
|
StairInfo_tBDA73E00B30BFD1098EEB5962BF910A6986C6E94* L_10 = V_2;
|
|
NullCheck(L_10);
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C* L_11 = (&L_10->___IPosition_4);
|
|
int32_t L_12 = L_11->___z_2;
|
|
int32_t L_13 = ___1_z;
|
|
if ((!(((uint32_t)L_12) == ((uint32_t)L_13))))
|
|
{
|
|
goto IL_004a_2;
|
|
}
|
|
}
|
|
{
|
|
// return stair;
|
|
StairInfo_tBDA73E00B30BFD1098EEB5962BF910A6986C6E94* L_14 = V_2;
|
|
V_3 = L_14;
|
|
goto IL_007e;
|
|
}
|
|
|
|
IL_004a_2:
|
|
{
|
|
// foreach (var stair in stairList) {
|
|
bool L_15;
|
|
L_15 = Enumerator_MoveNext_m549C2D3ED4E1D8DF35FAE5F8DD52D3A9E1D1AFF6((&V_1), Enumerator_MoveNext_m549C2D3ED4E1D8DF35FAE5F8DD52D3A9E1D1AFF6_RuntimeMethod_var);
|
|
if (L_15)
|
|
{
|
|
goto IL_0022_2;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0063_1;
|
|
}
|
|
}// end try (depth: 2)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_0063_1:
|
|
{
|
|
// foreach (var stairList in CellStairs.Values) {
|
|
bool L_16;
|
|
L_16 = Enumerator_MoveNext_m0CD2BD74D31D6B358226AC7938CDF455BD522A3E((&V_0), Enumerator_MoveNext_m0CD2BD74D31D6B358226AC7938CDF455BD522A3E_RuntimeMethod_var);
|
|
if (L_16)
|
|
{
|
|
goto IL_0013_1;
|
|
}
|
|
}
|
|
{
|
|
goto IL_007c;
|
|
}
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_007c:
|
|
{
|
|
// return null;
|
|
return (StairInfo_tBDA73E00B30BFD1098EEB5962BF910A6986C6E94*)NULL;
|
|
}
|
|
|
|
IL_007e:
|
|
{
|
|
// }
|
|
StairInfo_tBDA73E00B30BFD1098EEB5962BF910A6986C6E94* L_17 = V_3;
|
|
return L_17;
|
|
}
|
|
}
|
|
// System.Boolean DungeonArchitect.Builders.Grid.GridDungeonModel::ContainsStair(System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GridDungeonModel_ContainsStair_mC8A1985CC1FFBE3F8562CD6A69A4FF8A853B1E41 (GridDungeonModel_tAEF5278646C831FA4C6EEEFEF7128869C645942F* __this, int32_t ___0_cellA, int32_t ___1_cellB, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return CheckContainStair(cellA, cellB) || CheckContainStair(cellB, cellA);
|
|
int32_t L_0 = ___0_cellA;
|
|
int32_t L_1 = ___1_cellB;
|
|
bool L_2;
|
|
L_2 = GridDungeonModel_CheckContainStair_mE71FFDB0E5935B29AA8E6DF31D052ABE06E27EE2(__this, L_0, L_1, NULL);
|
|
if (L_2)
|
|
{
|
|
goto IL_0013;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_3 = ___1_cellB;
|
|
int32_t L_4 = ___0_cellA;
|
|
bool L_5;
|
|
L_5 = GridDungeonModel_CheckContainStair_mE71FFDB0E5935B29AA8E6DF31D052ABE06E27EE2(__this, L_3, L_4, NULL);
|
|
return L_5;
|
|
}
|
|
|
|
IL_0013:
|
|
{
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// System.Boolean DungeonArchitect.Builders.Grid.GridDungeonModel::CheckContainStair(System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GridDungeonModel_CheckContainStair_mE71FFDB0E5935B29AA8E6DF31D052ABE06E27EE2 (GridDungeonModel_tAEF5278646C831FA4C6EEEFEF7128869C645942F* __this, int32_t ___0_cellA, int32_t ___1_cellB, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_ContainsKey_m0E75E2883BA24FF22B74045ED7E56A6B820368F6_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_get_Item_mD400E9FFC63955E8423679CFA40070C4748B3F52_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_mCC86EAC0EE2AC10384CFC1F0DEF37AD9CED36705_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_m549C2D3ED4E1D8DF35FAE5F8DD52D3A9E1D1AFF6_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m43F905F3CFA36123DB30E2FB63989A643C993C58_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_GetEnumerator_m26DC7A9844BEAAEB5CED6EFEF0676E2C0C778D32_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Enumerator_t7141EDE80E453CD59C72B9541E0F98BCEEF919D5 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
bool V_1 = false;
|
|
{
|
|
// if (!CellStairs.ContainsKey(cellA)) return false;
|
|
Dictionary_2_t1A5C7F5B67FB590E1188CB1637FE5572D8772941* L_0 = __this->___CellStairs_7;
|
|
int32_t L_1 = ___0_cellA;
|
|
NullCheck(L_0);
|
|
bool L_2;
|
|
L_2 = Dictionary_2_ContainsKey_m0E75E2883BA24FF22B74045ED7E56A6B820368F6(L_0, L_1, Dictionary_2_ContainsKey_m0E75E2883BA24FF22B74045ED7E56A6B820368F6_RuntimeMethod_var);
|
|
if (L_2)
|
|
{
|
|
goto IL_0010;
|
|
}
|
|
}
|
|
{
|
|
// if (!CellStairs.ContainsKey(cellA)) return false;
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
// foreach (var stair in CellStairs[cellA])
|
|
Dictionary_2_t1A5C7F5B67FB590E1188CB1637FE5572D8772941* L_3 = __this->___CellStairs_7;
|
|
int32_t L_4 = ___0_cellA;
|
|
NullCheck(L_3);
|
|
List_1_t73B55D3BE443B7E7B725BA4D211DC08937B6C557* L_5;
|
|
L_5 = Dictionary_2_get_Item_mD400E9FFC63955E8423679CFA40070C4748B3F52(L_3, L_4, Dictionary_2_get_Item_mD400E9FFC63955E8423679CFA40070C4748B3F52_RuntimeMethod_var);
|
|
NullCheck(L_5);
|
|
Enumerator_t7141EDE80E453CD59C72B9541E0F98BCEEF919D5 L_6;
|
|
L_6 = List_1_GetEnumerator_m26DC7A9844BEAAEB5CED6EFEF0676E2C0C778D32(L_5, List_1_GetEnumerator_m26DC7A9844BEAAEB5CED6EFEF0676E2C0C778D32_RuntimeMethod_var);
|
|
V_0 = L_6;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_0042:
|
|
{// begin finally (depth: 1)
|
|
Enumerator_Dispose_mCC86EAC0EE2AC10384CFC1F0DEF37AD9CED36705((&V_0), Enumerator_Dispose_mCC86EAC0EE2AC10384CFC1F0DEF37AD9CED36705_RuntimeMethod_var);
|
|
return;
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
{
|
|
goto IL_0037_1;
|
|
}
|
|
|
|
IL_0024_1:
|
|
{
|
|
// foreach (var stair in CellStairs[cellA])
|
|
StairInfo_tBDA73E00B30BFD1098EEB5962BF910A6986C6E94* L_7;
|
|
L_7 = Enumerator_get_Current_m43F905F3CFA36123DB30E2FB63989A643C993C58_inline((&V_0), Enumerator_get_Current_m43F905F3CFA36123DB30E2FB63989A643C993C58_RuntimeMethod_var);
|
|
// if (stair.ConnectedToCell == cellB) return true;
|
|
NullCheck(L_7);
|
|
int32_t L_8 = L_7->___ConnectedToCell_1;
|
|
int32_t L_9 = ___1_cellB;
|
|
if ((!(((uint32_t)L_8) == ((uint32_t)L_9))))
|
|
{
|
|
goto IL_0037_1;
|
|
}
|
|
}
|
|
{
|
|
// if (stair.ConnectedToCell == cellB) return true;
|
|
V_1 = (bool)1;
|
|
goto IL_0052;
|
|
}
|
|
|
|
IL_0037_1:
|
|
{
|
|
// foreach (var stair in CellStairs[cellA])
|
|
bool L_10;
|
|
L_10 = Enumerator_MoveNext_m549C2D3ED4E1D8DF35FAE5F8DD52D3A9E1D1AFF6((&V_0), Enumerator_MoveNext_m549C2D3ED4E1D8DF35FAE5F8DD52D3A9E1D1AFF6_RuntimeMethod_var);
|
|
if (L_10)
|
|
{
|
|
goto IL_0024_1;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0050;
|
|
}
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_0050:
|
|
{
|
|
// return false;
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0052:
|
|
{
|
|
// }
|
|
bool L_11 = V_1;
|
|
return L_11;
|
|
}
|
|
}
|
|
// System.Void DungeonArchitect.Builders.Grid.GridDungeonModel::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GridDungeonModel__ctor_m9B1CDF03825D49D00A82A8FDFC8B715AC9C4E613 (GridDungeonModel_tAEF5278646C831FA4C6EEEFEF7128869C645942F* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_m258FF88E4E1102EA34D96DA0614BBABF3815FE8E_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_m7E88CC76961F80F970C29A9CDDD95B43E943667D_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_mE4AF8F3A662F46547D5CBAC2AAE86DA97589507D_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_t1A5C7F5B67FB590E1188CB1637FE5572D8772941_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_t1E4AAB19CD6B804B64AFAA5EBEFC031CA7775223_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_t3EFEE226B11F638A8B2F7F047C2D16B631714386_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DoorManager_t2E65BDE0A91F2AC349DA211CBF35427A2D919203_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m93CB70076B61534200B27453DD47EC4151A16C45_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t987D5B80738D2852896A351FD59FC0CCCE96F45A_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public DoorManager DoorManager = new DoorManager();
|
|
DoorManager_t2E65BDE0A91F2AC349DA211CBF35427A2D919203* L_0 = (DoorManager_t2E65BDE0A91F2AC349DA211CBF35427A2D919203*)il2cpp_codegen_object_new(DoorManager_t2E65BDE0A91F2AC349DA211CBF35427A2D919203_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
DoorManager__ctor_mFF9AE58A12C60EB79E321160B3525EBE7698ECFD(L_0, NULL);
|
|
__this->___DoorManager_4 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___DoorManager_4), (void*)L_0);
|
|
// public List<Cell> Cells = new List<Cell>();
|
|
List_1_t987D5B80738D2852896A351FD59FC0CCCE96F45A* L_1 = (List_1_t987D5B80738D2852896A351FD59FC0CCCE96F45A*)il2cpp_codegen_object_new(List_1_t987D5B80738D2852896A351FD59FC0CCCE96F45A_il2cpp_TypeInfo_var);
|
|
NullCheck(L_1);
|
|
List_1__ctor_m93CB70076B61534200B27453DD47EC4151A16C45(L_1, List_1__ctor_m93CB70076B61534200B27453DD47EC4151A16C45_RuntimeMethod_var);
|
|
__this->___Cells_6 = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___Cells_6), (void*)L_1);
|
|
// public Dictionary<int, List<StairInfo>> CellStairs = new Dictionary<int, List<StairInfo>>();
|
|
Dictionary_2_t1A5C7F5B67FB590E1188CB1637FE5572D8772941* L_2 = (Dictionary_2_t1A5C7F5B67FB590E1188CB1637FE5572D8772941*)il2cpp_codegen_object_new(Dictionary_2_t1A5C7F5B67FB590E1188CB1637FE5572D8772941_il2cpp_TypeInfo_var);
|
|
NullCheck(L_2);
|
|
Dictionary_2__ctor_m258FF88E4E1102EA34D96DA0614BBABF3815FE8E(L_2, Dictionary_2__ctor_m258FF88E4E1102EA34D96DA0614BBABF3815FE8E_RuntimeMethod_var);
|
|
__this->___CellStairs_7 = L_2;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___CellStairs_7), (void*)L_2);
|
|
// public Dictionary<int, Dictionary<int, GridCellInfo>> GridCellInfoLookup = new Dictionary<int, Dictionary<int, GridCellInfo>>();
|
|
Dictionary_2_t1E4AAB19CD6B804B64AFAA5EBEFC031CA7775223* L_3 = (Dictionary_2_t1E4AAB19CD6B804B64AFAA5EBEFC031CA7775223*)il2cpp_codegen_object_new(Dictionary_2_t1E4AAB19CD6B804B64AFAA5EBEFC031CA7775223_il2cpp_TypeInfo_var);
|
|
NullCheck(L_3);
|
|
Dictionary_2__ctor_mE4AF8F3A662F46547D5CBAC2AAE86DA97589507D(L_3, Dictionary_2__ctor_mE4AF8F3A662F46547D5CBAC2AAE86DA97589507D_RuntimeMethod_var);
|
|
__this->___GridCellInfoLookup_8 = L_3;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___GridCellInfoLookup_8), (void*)L_3);
|
|
// public Dictionary<int, Cell> CellLookup = new Dictionary<int, Cell>();
|
|
Dictionary_2_t3EFEE226B11F638A8B2F7F047C2D16B631714386* L_4 = (Dictionary_2_t3EFEE226B11F638A8B2F7F047C2D16B631714386*)il2cpp_codegen_object_new(Dictionary_2_t3EFEE226B11F638A8B2F7F047C2D16B631714386_il2cpp_TypeInfo_var);
|
|
NullCheck(L_4);
|
|
Dictionary_2__ctor_m7E88CC76961F80F970C29A9CDDD95B43E943667D(L_4, Dictionary_2__ctor_m7E88CC76961F80F970C29A9CDDD95B43E943667D_RuntimeMethod_var);
|
|
__this->___CellLookup_9 = L_4;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___CellLookup_9), (void*)L_4);
|
|
DungeonModel__ctor_mB2DA27BF8A4E16B19BC4A3E293DC3FEA124BA709(__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
|
|
// DungeonArchitect.Builders.Grid.Cell[] DungeonArchitect.Builders.Grid.GridDungeonModelUtils::FindFurthestRooms(DungeonArchitect.Builders.Grid.GridDungeonModel)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CellU5BU5D_t406DA9ADF2EEAF234F96021B19BC0F69BA6814C8* GridDungeonModelUtils_FindFurthestRooms_m2D6178877810725C28FDFFBD2351835DA5E15A51 (GridDungeonModel_tAEF5278646C831FA4C6EEEFEF7128869C645942F* ___0_model, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return FindFurthestRooms(model, CellType.Room, CellType.Room);
|
|
GridDungeonModel_tAEF5278646C831FA4C6EEEFEF7128869C645942F* L_0 = ___0_model;
|
|
CellU5BU5D_t406DA9ADF2EEAF234F96021B19BC0F69BA6814C8* L_1;
|
|
L_1 = GridDungeonModelUtils_FindFurthestRooms_m343E4E9A90E3D3F73DA40C50680886E854E19278(L_0, 0, 0, NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
// DungeonArchitect.Builders.Grid.Cell[] DungeonArchitect.Builders.Grid.GridDungeonModelUtils::FindFurthestRooms(DungeonArchitect.Builders.Grid.GridDungeonModel,DungeonArchitect.Builders.Grid.CellType,DungeonArchitect.Builders.Grid.CellType)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CellU5BU5D_t406DA9ADF2EEAF234F96021B19BC0F69BA6814C8* GridDungeonModelUtils_FindFurthestRooms_m343E4E9A90E3D3F73DA40C50680886E854E19278 (GridDungeonModel_tAEF5278646C831FA4C6EEEFEF7128869C645942F* ___0_model, int32_t ___1_startCellType, int32_t ___2_endCellType, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CellU5BU5D_t406DA9ADF2EEAF234F96021B19BC0F69BA6814C8_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_ContainsKey_m050AC0D9D6F681C25C12FBBC7DD71F926D206ED9_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_m712893C2C48C47CCAFAD85A865C702E8D3D2B71F_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_get_Item_m8B87B804DF06D6420B1DCE028675738AA8F3310F_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*)&Enumerator_Dispose_m78CE33F908EF5E977351DDCF0DDE935CE81FC839_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_mC7EA452A8170B03342899CC33339B5FA25C99BEC_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_m058ADEC590C81C3B445E1CEEC139CD49DA79E7CC_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_m99C7EE977A1004680A927B694ED31BDBAFD3E0F3_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m4AAC4833BA64EA18FAEB5AE98B1558ED8B463649_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m5FB849BD27E36D48FF75A612369B19AE25ED429C_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_GetEnumerator_m55BD13C9FD783AFB7B5B8F018E3008E05137A360_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_GetEnumerator_m5A8FFD32A62DDD1E1EF2C5746ADDD20468DE6F35_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Queue_1_Dequeue_mCB71697D9C858BCC4C01E52CEF147CABDCD1494C_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Queue_1_Enqueue_m9ECE78B3CD8728D57AF140082546B7D8F6DBE7F9_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Queue_1__ctor_m3EF543CE477DDB5490A6B4C3D3AC897E15854B20_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Queue_1_get_Count_m198DDAE1090FBD93848BE998C8F00EDCB3BBFCA5_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Queue_1_t245F9661F5081C714C236CD99FF31CE174927FCC_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
CellU5BU5D_t406DA9ADF2EEAF234F96021B19BC0F69BA6814C8* V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
Enumerator_tF7CD6203B7815A8F8DC4B853FF9FE5C6A3021FE8 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01* V_3 = NULL;
|
|
Queue_1_t245F9661F5081C714C236CD99FF31CE174927FCC* V_4 = NULL;
|
|
LongestPathBFSData_t1F2EE676DD16486918B8BD28A1AFF5E55E3634FC V_5;
|
|
memset((&V_5), 0, sizeof(V_5));
|
|
LongestPathBFSData_t1F2EE676DD16486918B8BD28A1AFF5E55E3634FC V_6;
|
|
memset((&V_6), 0, sizeof(V_6));
|
|
Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180* V_7 = NULL;
|
|
LongestPathBFSData_t1F2EE676DD16486918B8BD28A1AFF5E55E3634FC V_8;
|
|
memset((&V_8), 0, sizeof(V_8));
|
|
LongestPathBFSData_t1F2EE676DD16486918B8BD28A1AFF5E55E3634FC V_9;
|
|
memset((&V_9), 0, sizeof(V_9));
|
|
bool V_10 = false;
|
|
Enumerator_t28FAA6D38864A25718956AF2B8AFCB3B8CCF4376 V_11;
|
|
memset((&V_11), 0, sizeof(V_11));
|
|
int32_t V_12 = 0;
|
|
Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01* V_13 = NULL;
|
|
LongestPathBFSData_t1F2EE676DD16486918B8BD28A1AFF5E55E3634FC V_14;
|
|
memset((&V_14), 0, sizeof(V_14));
|
|
{
|
|
// var result = new Cell[2];
|
|
CellU5BU5D_t406DA9ADF2EEAF234F96021B19BC0F69BA6814C8* L_0 = (CellU5BU5D_t406DA9ADF2EEAF234F96021B19BC0F69BA6814C8*)(CellU5BU5D_t406DA9ADF2EEAF234F96021B19BC0F69BA6814C8*)SZArrayNew(CellU5BU5D_t406DA9ADF2EEAF234F96021B19BC0F69BA6814C8_il2cpp_TypeInfo_var, (uint32_t)2);
|
|
V_0 = L_0;
|
|
// var bestDistance = 0;
|
|
V_1 = 0;
|
|
// foreach (var startCell in model.Cells) {
|
|
GridDungeonModel_tAEF5278646C831FA4C6EEEFEF7128869C645942F* L_1 = ___0_model;
|
|
NullCheck(L_1);
|
|
List_1_t987D5B80738D2852896A351FD59FC0CCCE96F45A* L_2 = L_1->___Cells_6;
|
|
NullCheck(L_2);
|
|
Enumerator_tF7CD6203B7815A8F8DC4B853FF9FE5C6A3021FE8 L_3;
|
|
L_3 = List_1_GetEnumerator_m5A8FFD32A62DDD1E1EF2C5746ADDD20468DE6F35(L_2, List_1_GetEnumerator_m5A8FFD32A62DDD1E1EF2C5746ADDD20468DE6F35_RuntimeMethod_var);
|
|
V_2 = L_3;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_01af:
|
|
{// begin finally (depth: 1)
|
|
Enumerator_Dispose_m78CE33F908EF5E977351DDCF0DDE935CE81FC839((&V_2), Enumerator_Dispose_m78CE33F908EF5E977351DDCF0DDE935CE81FC839_RuntimeMethod_var);
|
|
return;
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
{
|
|
goto IL_01a1_1;
|
|
}
|
|
|
|
IL_001a_1:
|
|
{
|
|
// foreach (var startCell in model.Cells) {
|
|
Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01* L_4;
|
|
L_4 = Enumerator_get_Current_m4AAC4833BA64EA18FAEB5AE98B1558ED8B463649_inline((&V_2), Enumerator_get_Current_m4AAC4833BA64EA18FAEB5AE98B1558ED8B463649_RuntimeMethod_var);
|
|
V_3 = L_4;
|
|
// if (startCell.CellType != startCellType)
|
|
Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01* L_5 = V_3;
|
|
NullCheck(L_5);
|
|
int32_t L_6;
|
|
L_6 = Cell_get_CellType_m2C666B1ED7806805420EA64623AF5D3EDFF6F642_inline(L_5, NULL);
|
|
int32_t L_7 = ___1_startCellType;
|
|
if ((!(((uint32_t)L_6) == ((uint32_t)L_7))))
|
|
{
|
|
goto IL_01a1_1;
|
|
}
|
|
}
|
|
{
|
|
// var queue = new Queue<LongestPathBFSData>();
|
|
Queue_1_t245F9661F5081C714C236CD99FF31CE174927FCC* L_8 = (Queue_1_t245F9661F5081C714C236CD99FF31CE174927FCC*)il2cpp_codegen_object_new(Queue_1_t245F9661F5081C714C236CD99FF31CE174927FCC_il2cpp_TypeInfo_var);
|
|
NullCheck(L_8);
|
|
Queue_1__ctor_m3EF543CE477DDB5490A6B4C3D3AC897E15854B20(L_8, Queue_1__ctor_m3EF543CE477DDB5490A6B4C3D3AC897E15854B20_RuntimeMethod_var);
|
|
V_4 = L_8;
|
|
// var startData = new LongestPathBFSData { cell = startCell, distance = 0 };
|
|
il2cpp_codegen_initobj((&V_8), sizeof(LongestPathBFSData_t1F2EE676DD16486918B8BD28A1AFF5E55E3634FC));
|
|
Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01* L_9 = V_3;
|
|
(&V_8)->___cell_0 = L_9;
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_8)->___cell_0), (void*)L_9);
|
|
(&V_8)->___distance_1 = 0;
|
|
LongestPathBFSData_t1F2EE676DD16486918B8BD28A1AFF5E55E3634FC L_10 = V_8;
|
|
V_5 = L_10;
|
|
// queue.Enqueue(startData);
|
|
Queue_1_t245F9661F5081C714C236CD99FF31CE174927FCC* L_11 = V_4;
|
|
LongestPathBFSData_t1F2EE676DD16486918B8BD28A1AFF5E55E3634FC L_12 = V_5;
|
|
NullCheck(L_11);
|
|
Queue_1_Enqueue_m9ECE78B3CD8728D57AF140082546B7D8F6DBE7F9(L_11, L_12, Queue_1_Enqueue_m9ECE78B3CD8728D57AF140082546B7D8F6DBE7F9_RuntimeMethod_var);
|
|
// LongestPathBFSData bestEndCell = startData;
|
|
LongestPathBFSData_t1F2EE676DD16486918B8BD28A1AFF5E55E3634FC L_13 = V_5;
|
|
V_6 = L_13;
|
|
// var cellDistances = new Dictionary<int, int>(); // CellId -> Distance mapping
|
|
Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180* L_14 = (Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180*)il2cpp_codegen_object_new(Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180_il2cpp_TypeInfo_var);
|
|
NullCheck(L_14);
|
|
Dictionary_2__ctor_m712893C2C48C47CCAFAD85A865C702E8D3D2B71F(L_14, Dictionary_2__ctor_m712893C2C48C47CCAFAD85A865C702E8D3D2B71F_RuntimeMethod_var);
|
|
V_7 = L_14;
|
|
goto IL_016e_1;
|
|
}
|
|
|
|
IL_006a_1:
|
|
{
|
|
// var front = queue.Dequeue();
|
|
Queue_1_t245F9661F5081C714C236CD99FF31CE174927FCC* L_15 = V_4;
|
|
NullCheck(L_15);
|
|
LongestPathBFSData_t1F2EE676DD16486918B8BD28A1AFF5E55E3634FC L_16;
|
|
L_16 = Queue_1_Dequeue_mCB71697D9C858BCC4C01E52CEF147CABDCD1494C(L_15, Queue_1_Dequeue_mCB71697D9C858BCC4C01E52CEF147CABDCD1494C_RuntimeMethod_var);
|
|
V_9 = L_16;
|
|
// if (front.cell == null) continue;
|
|
LongestPathBFSData_t1F2EE676DD16486918B8BD28A1AFF5E55E3634FC L_17 = V_9;
|
|
Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01* L_18 = L_17.___cell_0;
|
|
if (!L_18)
|
|
{
|
|
goto IL_016e_1;
|
|
}
|
|
}
|
|
{
|
|
// var processCell = false;
|
|
V_10 = (bool)0;
|
|
// if (!cellDistances.ContainsKey(front.cell.Id))
|
|
Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180* L_19 = V_7;
|
|
LongestPathBFSData_t1F2EE676DD16486918B8BD28A1AFF5E55E3634FC L_20 = V_9;
|
|
Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01* L_21 = L_20.___cell_0;
|
|
NullCheck(L_21);
|
|
int32_t L_22;
|
|
L_22 = Cell_get_Id_m9019A9DE5723347E0DE724E363AC4F2AAB7429BA_inline(L_21, NULL);
|
|
NullCheck(L_19);
|
|
bool L_23;
|
|
L_23 = Dictionary_2_ContainsKey_m050AC0D9D6F681C25C12FBBC7DD71F926D206ED9(L_19, L_22, Dictionary_2_ContainsKey_m050AC0D9D6F681C25C12FBBC7DD71F926D206ED9_RuntimeMethod_var);
|
|
if (L_23)
|
|
{
|
|
goto IL_009c_1;
|
|
}
|
|
}
|
|
{
|
|
// processCell = true;
|
|
V_10 = (bool)1;
|
|
goto IL_00bb_1;
|
|
}
|
|
|
|
IL_009c_1:
|
|
{
|
|
// else if (cellDistances[front.cell.Id] > front.distance)
|
|
Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180* L_24 = V_7;
|
|
LongestPathBFSData_t1F2EE676DD16486918B8BD28A1AFF5E55E3634FC L_25 = V_9;
|
|
Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01* L_26 = L_25.___cell_0;
|
|
NullCheck(L_26);
|
|
int32_t L_27;
|
|
L_27 = Cell_get_Id_m9019A9DE5723347E0DE724E363AC4F2AAB7429BA_inline(L_26, NULL);
|
|
NullCheck(L_24);
|
|
int32_t L_28;
|
|
L_28 = Dictionary_2_get_Item_m8B87B804DF06D6420B1DCE028675738AA8F3310F(L_24, L_27, Dictionary_2_get_Item_m8B87B804DF06D6420B1DCE028675738AA8F3310F_RuntimeMethod_var);
|
|
LongestPathBFSData_t1F2EE676DD16486918B8BD28A1AFF5E55E3634FC L_29 = V_9;
|
|
int32_t L_30 = L_29.___distance_1;
|
|
if ((((int32_t)L_28) <= ((int32_t)L_30)))
|
|
{
|
|
goto IL_00bb_1;
|
|
}
|
|
}
|
|
{
|
|
// processCell = true;
|
|
V_10 = (bool)1;
|
|
}
|
|
|
|
IL_00bb_1:
|
|
{
|
|
// if (processCell)
|
|
bool L_31 = V_10;
|
|
if (!L_31)
|
|
{
|
|
goto IL_014b_1;
|
|
}
|
|
}
|
|
{
|
|
// cellDistances[front.cell.Id] = front.distance;
|
|
Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180* L_32 = V_7;
|
|
LongestPathBFSData_t1F2EE676DD16486918B8BD28A1AFF5E55E3634FC L_33 = V_9;
|
|
Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01* L_34 = L_33.___cell_0;
|
|
NullCheck(L_34);
|
|
int32_t L_35;
|
|
L_35 = Cell_get_Id_m9019A9DE5723347E0DE724E363AC4F2AAB7429BA_inline(L_34, NULL);
|
|
LongestPathBFSData_t1F2EE676DD16486918B8BD28A1AFF5E55E3634FC L_36 = V_9;
|
|
int32_t L_37 = L_36.___distance_1;
|
|
NullCheck(L_32);
|
|
Dictionary_2_set_Item_m420CFC153320557E6823B06767710D1E636E5BDF(L_32, L_35, L_37, Dictionary_2_set_Item_m420CFC153320557E6823B06767710D1E636E5BDF_RuntimeMethod_var);
|
|
// foreach (var childId in front.cell.AdjacentCells) {
|
|
LongestPathBFSData_t1F2EE676DD16486918B8BD28A1AFF5E55E3634FC L_38 = V_9;
|
|
Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01* L_39 = L_38.___cell_0;
|
|
NullCheck(L_39);
|
|
HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2* L_40;
|
|
L_40 = Cell_get_AdjacentCells_mC35A0A65ACAAB5271D19556623A0988F589AE523_inline(L_39, NULL);
|
|
NullCheck(L_40);
|
|
Enumerator_t28FAA6D38864A25718956AF2B8AFCB3B8CCF4376 L_41;
|
|
L_41 = HashSet_1_GetEnumerator_m55BD13C9FD783AFB7B5B8F018E3008E05137A360(L_40, HashSet_1_GetEnumerator_m55BD13C9FD783AFB7B5B8F018E3008E05137A360_RuntimeMethod_var);
|
|
V_11 = L_41;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_013d_1:
|
|
{// begin finally (depth: 2)
|
|
Enumerator_Dispose_mC7EA452A8170B03342899CC33339B5FA25C99BEC((&V_11), Enumerator_Dispose_mC7EA452A8170B03342899CC33339B5FA25C99BEC_RuntimeMethod_var);
|
|
return;
|
|
}// end finally (depth: 2)
|
|
});
|
|
try
|
|
{// begin try (depth: 2)
|
|
{
|
|
goto IL_0132_2;
|
|
}
|
|
|
|
IL_00f1_2:
|
|
{
|
|
// foreach (var childId in front.cell.AdjacentCells) {
|
|
int32_t L_42;
|
|
L_42 = Enumerator_get_Current_m5FB849BD27E36D48FF75A612369B19AE25ED429C_inline((&V_11), Enumerator_get_Current_m5FB849BD27E36D48FF75A612369B19AE25ED429C_RuntimeMethod_var);
|
|
V_12 = L_42;
|
|
// var child = model.GetCell(childId);
|
|
GridDungeonModel_tAEF5278646C831FA4C6EEEFEF7128869C645942F* L_43 = ___0_model;
|
|
int32_t L_44 = V_12;
|
|
NullCheck(L_43);
|
|
Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01* L_45;
|
|
L_45 = GridDungeonModel_GetCell_m161919F5C8F919C9D89B98E3AF0C4013E19784EE(L_43, L_44, NULL);
|
|
V_13 = L_45;
|
|
// var childData = new LongestPathBFSData { cell = child, distance = front.distance + 1 };
|
|
il2cpp_codegen_initobj((&V_8), sizeof(LongestPathBFSData_t1F2EE676DD16486918B8BD28A1AFF5E55E3634FC));
|
|
Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01* L_46 = V_13;
|
|
(&V_8)->___cell_0 = L_46;
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_8)->___cell_0), (void*)L_46);
|
|
LongestPathBFSData_t1F2EE676DD16486918B8BD28A1AFF5E55E3634FC L_47 = V_9;
|
|
int32_t L_48 = L_47.___distance_1;
|
|
(&V_8)->___distance_1 = ((int32_t)il2cpp_codegen_add(L_48, 1));
|
|
LongestPathBFSData_t1F2EE676DD16486918B8BD28A1AFF5E55E3634FC L_49 = V_8;
|
|
V_14 = L_49;
|
|
// queue.Enqueue(childData);
|
|
Queue_1_t245F9661F5081C714C236CD99FF31CE174927FCC* L_50 = V_4;
|
|
LongestPathBFSData_t1F2EE676DD16486918B8BD28A1AFF5E55E3634FC L_51 = V_14;
|
|
NullCheck(L_50);
|
|
Queue_1_Enqueue_m9ECE78B3CD8728D57AF140082546B7D8F6DBE7F9(L_50, L_51, Queue_1_Enqueue_m9ECE78B3CD8728D57AF140082546B7D8F6DBE7F9_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0132_2:
|
|
{
|
|
// foreach (var childId in front.cell.AdjacentCells) {
|
|
bool L_52;
|
|
L_52 = Enumerator_MoveNext_m058ADEC590C81C3B445E1CEEC139CD49DA79E7CC((&V_11), Enumerator_MoveNext_m058ADEC590C81C3B445E1CEEC139CD49DA79E7CC_RuntimeMethod_var);
|
|
if (L_52)
|
|
{
|
|
goto IL_00f1_2;
|
|
}
|
|
}
|
|
{
|
|
goto IL_014b_1;
|
|
}
|
|
}// end try (depth: 2)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_014b_1:
|
|
{
|
|
// if (front.cell.CellType == endCellType && front.distance > bestEndCell.distance)
|
|
LongestPathBFSData_t1F2EE676DD16486918B8BD28A1AFF5E55E3634FC L_53 = V_9;
|
|
Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01* L_54 = L_53.___cell_0;
|
|
NullCheck(L_54);
|
|
int32_t L_55;
|
|
L_55 = Cell_get_CellType_m2C666B1ED7806805420EA64623AF5D3EDFF6F642_inline(L_54, NULL);
|
|
int32_t L_56 = ___2_endCellType;
|
|
if ((!(((uint32_t)L_55) == ((uint32_t)L_56))))
|
|
{
|
|
goto IL_016e_1;
|
|
}
|
|
}
|
|
{
|
|
LongestPathBFSData_t1F2EE676DD16486918B8BD28A1AFF5E55E3634FC L_57 = V_9;
|
|
int32_t L_58 = L_57.___distance_1;
|
|
LongestPathBFSData_t1F2EE676DD16486918B8BD28A1AFF5E55E3634FC L_59 = V_6;
|
|
int32_t L_60 = L_59.___distance_1;
|
|
if ((((int32_t)L_58) <= ((int32_t)L_60)))
|
|
{
|
|
goto IL_016e_1;
|
|
}
|
|
}
|
|
{
|
|
// bestEndCell = front;
|
|
LongestPathBFSData_t1F2EE676DD16486918B8BD28A1AFF5E55E3634FC L_61 = V_9;
|
|
V_6 = L_61;
|
|
}
|
|
|
|
IL_016e_1:
|
|
{
|
|
// while (queue.Count > 0) {
|
|
Queue_1_t245F9661F5081C714C236CD99FF31CE174927FCC* L_62 = V_4;
|
|
NullCheck(L_62);
|
|
int32_t L_63;
|
|
L_63 = Queue_1_get_Count_m198DDAE1090FBD93848BE998C8F00EDCB3BBFCA5_inline(L_62, Queue_1_get_Count_m198DDAE1090FBD93848BE998C8F00EDCB3BBFCA5_RuntimeMethod_var);
|
|
if ((((int32_t)L_63) > ((int32_t)0)))
|
|
{
|
|
goto IL_006a_1;
|
|
}
|
|
}
|
|
{
|
|
// if (bestEndCell.distance > bestDistance)
|
|
LongestPathBFSData_t1F2EE676DD16486918B8BD28A1AFF5E55E3634FC L_64 = V_6;
|
|
int32_t L_65 = L_64.___distance_1;
|
|
int32_t L_66 = V_1;
|
|
if ((((int32_t)L_65) <= ((int32_t)L_66)))
|
|
{
|
|
goto IL_01a1_1;
|
|
}
|
|
}
|
|
{
|
|
// result[0] = startData.cell;
|
|
CellU5BU5D_t406DA9ADF2EEAF234F96021B19BC0F69BA6814C8* L_67 = V_0;
|
|
LongestPathBFSData_t1F2EE676DD16486918B8BD28A1AFF5E55E3634FC L_68 = V_5;
|
|
Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01* L_69 = L_68.___cell_0;
|
|
NullCheck(L_67);
|
|
ArrayElementTypeCheck (L_67, L_69);
|
|
(L_67)->SetAt(static_cast<il2cpp_array_size_t>(0), (Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01*)L_69);
|
|
// result[1] = bestEndCell.cell;
|
|
CellU5BU5D_t406DA9ADF2EEAF234F96021B19BC0F69BA6814C8* L_70 = V_0;
|
|
LongestPathBFSData_t1F2EE676DD16486918B8BD28A1AFF5E55E3634FC L_71 = V_6;
|
|
Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01* L_72 = L_71.___cell_0;
|
|
NullCheck(L_70);
|
|
ArrayElementTypeCheck (L_70, L_72);
|
|
(L_70)->SetAt(static_cast<il2cpp_array_size_t>(1), (Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01*)L_72);
|
|
// bestDistance = bestEndCell.distance;
|
|
LongestPathBFSData_t1F2EE676DD16486918B8BD28A1AFF5E55E3634FC L_73 = V_6;
|
|
int32_t L_74 = L_73.___distance_1;
|
|
V_1 = L_74;
|
|
}
|
|
|
|
IL_01a1_1:
|
|
{
|
|
// foreach (var startCell in model.Cells) {
|
|
bool L_75;
|
|
L_75 = Enumerator_MoveNext_m99C7EE977A1004680A927B694ED31BDBAFD3E0F3((&V_2), Enumerator_MoveNext_m99C7EE977A1004680A927B694ED31BDBAFD3E0F3_RuntimeMethod_var);
|
|
if (L_75)
|
|
{
|
|
goto IL_001a_1;
|
|
}
|
|
}
|
|
{
|
|
goto IL_01bd;
|
|
}
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_01bd:
|
|
{
|
|
// return result;
|
|
CellU5BU5D_t406DA9ADF2EEAF234F96021B19BC0F69BA6814C8* L_76 = V_0;
|
|
return L_76;
|
|
}
|
|
}
|
|
// System.Void DungeonArchitect.Builders.Grid.GridDungeonModelUtils::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GridDungeonModelUtils__ctor_m43467FFB5DE3BAC989EEEF46FF95294EB5B7F090 (GridDungeonModelUtils_tFA272E5A897CC266E42B9A1E1EEA0E629161E18A* __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
|
|
// Conversion methods for marshalling of: DungeonArchitect.Builders.Grid.GridDungeonModelUtils/LongestPathBFSData
|
|
IL2CPP_EXTERN_C void LongestPathBFSData_t1F2EE676DD16486918B8BD28A1AFF5E55E3634FC_marshal_pinvoke(const LongestPathBFSData_t1F2EE676DD16486918B8BD28A1AFF5E55E3634FC& unmarshaled, LongestPathBFSData_t1F2EE676DD16486918B8BD28A1AFF5E55E3634FC_marshaled_pinvoke& marshaled)
|
|
{
|
|
Exception_t* ___cell_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'cell' of type 'LongestPathBFSData': Reference type field marshaling is not supported.");
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___cell_0Exception, NULL);
|
|
}
|
|
IL2CPP_EXTERN_C void LongestPathBFSData_t1F2EE676DD16486918B8BD28A1AFF5E55E3634FC_marshal_pinvoke_back(const LongestPathBFSData_t1F2EE676DD16486918B8BD28A1AFF5E55E3634FC_marshaled_pinvoke& marshaled, LongestPathBFSData_t1F2EE676DD16486918B8BD28A1AFF5E55E3634FC& unmarshaled)
|
|
{
|
|
Exception_t* ___cell_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'cell' of type 'LongestPathBFSData': Reference type field marshaling is not supported.");
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___cell_0Exception, NULL);
|
|
}
|
|
// Conversion method for clean up from marshalling of: DungeonArchitect.Builders.Grid.GridDungeonModelUtils/LongestPathBFSData
|
|
IL2CPP_EXTERN_C void LongestPathBFSData_t1F2EE676DD16486918B8BD28A1AFF5E55E3634FC_marshal_pinvoke_cleanup(LongestPathBFSData_t1F2EE676DD16486918B8BD28A1AFF5E55E3634FC_marshaled_pinvoke& marshaled)
|
|
{
|
|
}
|
|
// Conversion methods for marshalling of: DungeonArchitect.Builders.Grid.GridDungeonModelUtils/LongestPathBFSData
|
|
IL2CPP_EXTERN_C void LongestPathBFSData_t1F2EE676DD16486918B8BD28A1AFF5E55E3634FC_marshal_com(const LongestPathBFSData_t1F2EE676DD16486918B8BD28A1AFF5E55E3634FC& unmarshaled, LongestPathBFSData_t1F2EE676DD16486918B8BD28A1AFF5E55E3634FC_marshaled_com& marshaled)
|
|
{
|
|
Exception_t* ___cell_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'cell' of type 'LongestPathBFSData': Reference type field marshaling is not supported.");
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___cell_0Exception, NULL);
|
|
}
|
|
IL2CPP_EXTERN_C void LongestPathBFSData_t1F2EE676DD16486918B8BD28A1AFF5E55E3634FC_marshal_com_back(const LongestPathBFSData_t1F2EE676DD16486918B8BD28A1AFF5E55E3634FC_marshaled_com& marshaled, LongestPathBFSData_t1F2EE676DD16486918B8BD28A1AFF5E55E3634FC& unmarshaled)
|
|
{
|
|
Exception_t* ___cell_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'cell' of type 'LongestPathBFSData': Reference type field marshaling is not supported.");
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___cell_0Exception, NULL);
|
|
}
|
|
// Conversion method for clean up from marshalling of: DungeonArchitect.Builders.Grid.GridDungeonModelUtils/LongestPathBFSData
|
|
IL2CPP_EXTERN_C void LongestPathBFSData_t1F2EE676DD16486918B8BD28A1AFF5E55E3634FC_marshal_com_cleanup(LongestPathBFSData_t1F2EE676DD16486918B8BD28A1AFF5E55E3634FC_marshaled_com& marshaled)
|
|
{
|
|
}
|
|
#ifdef __clang__
|
|
#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 DungeonArchitect.Builders.Grid.GridDungeonToolData::AddPaintCell(DungeonArchitect.IntVector)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GridDungeonToolData_AddPaintCell_m10C76B36E1C46926902E0EA33018E63F121B27E9 (GridDungeonToolData_tB12D8DE069614C3E4934A565DE6D5EEC510BBD5D* __this, IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C ___0_location, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_mC12D67FB6B2738537F274204A04E2DA463771F54_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_mA1D361FE9A99073D485E65E0A746D14AD56E6C1F_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_mCC10AF4347888150C7C356728C8183205B81A638_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mF01C477CDADA3CC4D7589AF47F15AA10EDB9A371_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_GetEnumerator_mE99C8F0AD0E80C16E9B36E83EF6F842C1835085D_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Remove_m749B64741C2184DA0AEA4EC8E542B2FC0ED3BF01_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
Enumerator_t63D0D9D2F4A7D35CCD6B732EA566D06665532C5C V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C V_3;
|
|
memset((&V_3), 0, sizeof(V_3));
|
|
bool V_4 = false;
|
|
{
|
|
// bool overlappingCell = false;
|
|
V_0 = (bool)0;
|
|
// IntVector overlappingCellValue = new IntVector();
|
|
il2cpp_codegen_initobj((&V_1), sizeof(IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C));
|
|
// foreach (var cellData in paintedCells) {
|
|
List_1_t72F81508323A323FA6727DCAE9E4209241B62383* L_0 = __this->___paintedCells_4;
|
|
NullCheck(L_0);
|
|
Enumerator_t63D0D9D2F4A7D35CCD6B732EA566D06665532C5C L_1;
|
|
L_1 = List_1_GetEnumerator_mE99C8F0AD0E80C16E9B36E83EF6F842C1835085D(L_0, List_1_GetEnumerator_mE99C8F0AD0E80C16E9B36E83EF6F842C1835085D_RuntimeMethod_var);
|
|
V_2 = L_1;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_0060:
|
|
{// begin finally (depth: 1)
|
|
Enumerator_Dispose_mC12D67FB6B2738537F274204A04E2DA463771F54((&V_2), Enumerator_Dispose_mC12D67FB6B2738537F274204A04E2DA463771F54_RuntimeMethod_var);
|
|
return;
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
{
|
|
goto IL_0055_1;
|
|
}
|
|
|
|
IL_0018_1:
|
|
{
|
|
// foreach (var cellData in paintedCells) {
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_2;
|
|
L_2 = Enumerator_get_Current_mCC10AF4347888150C7C356728C8183205B81A638_inline((&V_2), Enumerator_get_Current_mCC10AF4347888150C7C356728C8183205B81A638_RuntimeMethod_var);
|
|
V_3 = L_2;
|
|
// if (cellData.x == location.x && cellData.z == location.z) {
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_3 = V_3;
|
|
int32_t L_4 = L_3.___x_0;
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_5 = ___0_location;
|
|
int32_t L_6 = L_5.___x_0;
|
|
if ((!(((uint32_t)L_4) == ((uint32_t)L_6))))
|
|
{
|
|
goto IL_0055_1;
|
|
}
|
|
}
|
|
{
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_7 = V_3;
|
|
int32_t L_8 = L_7.___z_2;
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_9 = ___0_location;
|
|
int32_t L_10 = L_9.___z_2;
|
|
if ((!(((uint32_t)L_8) == ((uint32_t)L_10))))
|
|
{
|
|
goto IL_0055_1;
|
|
}
|
|
}
|
|
{
|
|
// if (cellData.y != location.y) {
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_11 = V_3;
|
|
int32_t L_12 = L_11.___y_1;
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_13 = ___0_location;
|
|
int32_t L_14 = L_13.___y_1;
|
|
if ((((int32_t)L_12) == ((int32_t)L_14)))
|
|
{
|
|
goto IL_0050_1;
|
|
}
|
|
}
|
|
{
|
|
// overlappingCell = true;
|
|
V_0 = (bool)1;
|
|
// overlappingCellValue = cellData;
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_15 = V_3;
|
|
V_1 = L_15;
|
|
// break;
|
|
goto IL_006e;
|
|
}
|
|
|
|
IL_0050_1:
|
|
{
|
|
// return false;
|
|
V_4 = (bool)0;
|
|
goto IL_008c;
|
|
}
|
|
|
|
IL_0055_1:
|
|
{
|
|
// foreach (var cellData in paintedCells) {
|
|
bool L_16;
|
|
L_16 = Enumerator_MoveNext_mA1D361FE9A99073D485E65E0A746D14AD56E6C1F((&V_2), Enumerator_MoveNext_mA1D361FE9A99073D485E65E0A746D14AD56E6C1F_RuntimeMethod_var);
|
|
if (L_16)
|
|
{
|
|
goto IL_0018_1;
|
|
}
|
|
}
|
|
{
|
|
goto IL_006e;
|
|
}
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_006e:
|
|
{
|
|
// if (overlappingCell) {
|
|
bool L_17 = V_0;
|
|
if (!L_17)
|
|
{
|
|
goto IL_007e;
|
|
}
|
|
}
|
|
{
|
|
// paintedCells.Remove(overlappingCellValue);
|
|
List_1_t72F81508323A323FA6727DCAE9E4209241B62383* L_18 = __this->___paintedCells_4;
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_19 = V_1;
|
|
NullCheck(L_18);
|
|
bool L_20;
|
|
L_20 = List_1_Remove_m749B64741C2184DA0AEA4EC8E542B2FC0ED3BF01(L_18, L_19, List_1_Remove_m749B64741C2184DA0AEA4EC8E542B2FC0ED3BF01_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_007e:
|
|
{
|
|
// paintedCells.Add(location);
|
|
List_1_t72F81508323A323FA6727DCAE9E4209241B62383* L_21 = __this->___paintedCells_4;
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_22 = ___0_location;
|
|
NullCheck(L_21);
|
|
List_1_Add_mF01C477CDADA3CC4D7589AF47F15AA10EDB9A371_inline(L_21, L_22, List_1_Add_mF01C477CDADA3CC4D7589AF47F15AA10EDB9A371_RuntimeMethod_var);
|
|
// return true;
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_008c:
|
|
{
|
|
// }
|
|
bool L_23 = V_4;
|
|
return L_23;
|
|
}
|
|
}
|
|
// System.Boolean DungeonArchitect.Builders.Grid.GridDungeonToolData::RemovePaintCell(DungeonArchitect.IntVector)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GridDungeonToolData_RemovePaintCell_mA1C82EC9FEA072E34966206EEB5BD1981A4265CE (GridDungeonToolData_tB12D8DE069614C3E4934A565DE6D5EEC510BBD5D* __this, IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C ___0_location, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Contains_m1DF201FD94AF9D3B9E8472A51CCB5B34750B5E7C_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Remove_m749B64741C2184DA0AEA4EC8E542B2FC0ED3BF01_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (paintedCells.Contains(location)) {
|
|
List_1_t72F81508323A323FA6727DCAE9E4209241B62383* L_0 = __this->___paintedCells_4;
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_1 = ___0_location;
|
|
NullCheck(L_0);
|
|
bool L_2;
|
|
L_2 = List_1_Contains_m1DF201FD94AF9D3B9E8472A51CCB5B34750B5E7C(L_0, L_1, List_1_Contains_m1DF201FD94AF9D3B9E8472A51CCB5B34750B5E7C_RuntimeMethod_var);
|
|
if (!L_2)
|
|
{
|
|
goto IL_001d;
|
|
}
|
|
}
|
|
{
|
|
// paintedCells.Remove(location);
|
|
List_1_t72F81508323A323FA6727DCAE9E4209241B62383* L_3 = __this->___paintedCells_4;
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_4 = ___0_location;
|
|
NullCheck(L_3);
|
|
bool L_5;
|
|
L_5 = List_1_Remove_m749B64741C2184DA0AEA4EC8E542B2FC0ED3BF01(L_3, L_4, List_1_Remove_m749B64741C2184DA0AEA4EC8E542B2FC0ED3BF01_RuntimeMethod_var);
|
|
// return true;
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
// return false;
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean DungeonArchitect.Builders.Grid.GridDungeonToolData::ClearToolOverlayData()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GridDungeonToolData_ClearToolOverlayData_mF5DFA5A06A889E7D238CB574CA2303BDE93211E9 (GridDungeonToolData_tB12D8DE069614C3E4934A565DE6D5EEC510BBD5D* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Clear_m1912721DF254DBA837C7E0ECFDC7B132E446C3F8_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_mEEAFAAEB245C54FC097650424D1CECBEF528E966_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// var stateModified = paintedCells.Count > 0;
|
|
List_1_t72F81508323A323FA6727DCAE9E4209241B62383* L_0 = __this->___paintedCells_4;
|
|
NullCheck(L_0);
|
|
int32_t L_1;
|
|
L_1 = List_1_get_Count_mEEAFAAEB245C54FC097650424D1CECBEF528E966_inline(L_0, List_1_get_Count_mEEAFAAEB245C54FC097650424D1CECBEF528E966_RuntimeMethod_var);
|
|
// paintedCells.Clear();
|
|
List_1_t72F81508323A323FA6727DCAE9E4209241B62383* L_2 = __this->___paintedCells_4;
|
|
NullCheck(L_2);
|
|
List_1_Clear_m1912721DF254DBA837C7E0ECFDC7B132E446C3F8_inline(L_2, List_1_Clear_m1912721DF254DBA837C7E0ECFDC7B132E446C3F8_RuntimeMethod_var);
|
|
// return stateModified;
|
|
return (bool)((((int32_t)L_1) > ((int32_t)0))? 1 : 0);
|
|
}
|
|
}
|
|
// System.Void DungeonArchitect.Builders.Grid.GridDungeonToolData::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GridDungeonToolData__ctor_mD567993F630D9ADCE2FD3959D330B8E12FBA4F88 (GridDungeonToolData_tB12D8DE069614C3E4934A565DE6D5EEC510BBD5D* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m3594F0DA9A2356EC1BE06D92A122AC7D4953A063_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t72F81508323A323FA6727DCAE9E4209241B62383_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public List<IntVector> paintedCells = new List<IntVector>();
|
|
List_1_t72F81508323A323FA6727DCAE9E4209241B62383* L_0 = (List_1_t72F81508323A323FA6727DCAE9E4209241B62383*)il2cpp_codegen_object_new(List_1_t72F81508323A323FA6727DCAE9E4209241B62383_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
List_1__ctor_m3594F0DA9A2356EC1BE06D92A122AC7D4953A063(L_0, List_1__ctor_m3594F0DA9A2356EC1BE06D92A122AC7D4953A063_RuntimeMethod_var);
|
|
__this->___paintedCells_4 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___paintedCells_4), (void*)L_0);
|
|
DungeonToolData__ctor_m89F97D328AEED8FF32AA6C672950A10CBEB516D1(__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 DungeonArchitect.Builders.Grid.LandscapeTexture::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LandscapeTexture__ctor_m0F0B585845B151169D933C42B91359128301DC75 (LandscapeTexture_t69F5DE300F8B6711B18B99396C81085C13786723* __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 DungeonArchitect.Builders.Grid.LandscapeTransformerGrid::BuildTerrain(DungeonArchitect.DungeonModel)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LandscapeTransformerGrid_BuildTerrain_mDD5BFC402A0800821B1C0A4477F4768E748D1D37 (LandscapeTransformerGrid_t02E5535AC1B5F112D6D2B1F8485AFC486AEF787B* __this, DungeonModel_t53A77B7094F80C6A6C626E2E6B647289FBF29D19* ___0_model, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GridDungeonModel_tAEF5278646C831FA4C6EEEFEF7128869C645942F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
GridDungeonModel_tAEF5278646C831FA4C6EEEFEF7128869C645942F* V_0 = NULL;
|
|
{
|
|
// if (model is GridDungeonModel && terrain != null)
|
|
DungeonModel_t53A77B7094F80C6A6C626E2E6B647289FBF29D19* L_0 = ___0_model;
|
|
if (!((GridDungeonModel_tAEF5278646C831FA4C6EEEFEF7128869C645942F*)IsInstClass((RuntimeObject*)L_0, GridDungeonModel_tAEF5278646C831FA4C6EEEFEF7128869C645942F_il2cpp_TypeInfo_var)))
|
|
{
|
|
goto IL_0031;
|
|
}
|
|
}
|
|
{
|
|
Terrain_t7F309492F67238DBFBC4566F47385B2A665CF667* L_1 = ((LandscapeTransformerBase_t5825BF43364CC2021181454F5AA4A6B5BCBE8B47*)__this)->___terrain_4;
|
|
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_0031;
|
|
}
|
|
}
|
|
{
|
|
// var gridMode = model as GridDungeonModel;
|
|
DungeonModel_t53A77B7094F80C6A6C626E2E6B647289FBF29D19* L_3 = ___0_model;
|
|
V_0 = ((GridDungeonModel_tAEF5278646C831FA4C6EEEFEF7128869C645942F*)IsInstClass((RuntimeObject*)L_3, GridDungeonModel_tAEF5278646C831FA4C6EEEFEF7128869C645942F_il2cpp_TypeInfo_var));
|
|
// SetupTextures();
|
|
LandscapeTransformerGrid_SetupTextures_m58CBF655E4920E6277A5CECDFDCDF9D002ECC151(__this, NULL);
|
|
// UpdateHeights(gridMode);
|
|
GridDungeonModel_tAEF5278646C831FA4C6EEEFEF7128869C645942F* L_4 = V_0;
|
|
LandscapeTransformerGrid_UpdateHeights_mF97D560E68EE8FDEA21EE5869097EF5E069050DC(__this, L_4, NULL);
|
|
// UpdateTerrainTextures(gridMode);
|
|
GridDungeonModel_tAEF5278646C831FA4C6EEEFEF7128869C645942F* L_5 = V_0;
|
|
LandscapeTransformerGrid_UpdateTerrainTextures_m07BD809B36EFD04EE548DD15CBF0330F69F72EAA(__this, L_5, NULL);
|
|
}
|
|
|
|
IL_0031:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// DungeonArchitect.Rectangle DungeonArchitect.Builders.Grid.LandscapeTransformerGrid::EncompassCellBounds(DungeonArchitect.Rectangle,DungeonArchitect.Rectangle)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Rectangle_tA560F5F5599A7C11DDD6E7EC2A93ABD2AAA6C64E LandscapeTransformerGrid_EncompassCellBounds_m4FE04178343304626FBA9B4289F464B3FC5DB846 (LandscapeTransformerGrid_t02E5535AC1B5F112D6D2B1F8485AFC486AEF787B* __this, Rectangle_tA560F5F5599A7C11DDD6E7EC2A93ABD2AAA6C64E ___0_cellBounds, Rectangle_tA560F5F5599A7C11DDD6E7EC2A93ABD2AAA6C64E ___1_bounds, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
int32_t V_3 = 0;
|
|
{
|
|
// int minX = Mathf.Min(bounds.Location.x, cellBounds.Location.x);
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_0;
|
|
L_0 = Rectangle_get_Location_mF005282420254BC725474ED27F3E4E7513956D2B_inline((&___1_bounds), NULL);
|
|
int32_t L_1 = L_0.___x_0;
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_2;
|
|
L_2 = Rectangle_get_Location_mF005282420254BC725474ED27F3E4E7513956D2B_inline((&___0_cellBounds), NULL);
|
|
int32_t L_3 = L_2.___x_0;
|
|
int32_t L_4;
|
|
L_4 = Mathf_Min_m888083F74FF5655778F0403BB5E9608BEFDEA8CB_inline(L_1, L_3, NULL);
|
|
V_0 = L_4;
|
|
// int minZ = Mathf.Min(bounds.Location.z, cellBounds.Location.z);
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_5;
|
|
L_5 = Rectangle_get_Location_mF005282420254BC725474ED27F3E4E7513956D2B_inline((&___1_bounds), NULL);
|
|
int32_t L_6 = L_5.___z_2;
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_7;
|
|
L_7 = Rectangle_get_Location_mF005282420254BC725474ED27F3E4E7513956D2B_inline((&___0_cellBounds), NULL);
|
|
int32_t L_8 = L_7.___z_2;
|
|
int32_t L_9;
|
|
L_9 = Mathf_Min_m888083F74FF5655778F0403BB5E9608BEFDEA8CB_inline(L_6, L_8, NULL);
|
|
V_1 = L_9;
|
|
// int maxX = Mathf.Max(bounds.Location.x + bounds.Size.x, cellBounds.Location.x + cellBounds.Size.x);
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_10;
|
|
L_10 = Rectangle_get_Location_mF005282420254BC725474ED27F3E4E7513956D2B_inline((&___1_bounds), NULL);
|
|
int32_t L_11 = L_10.___x_0;
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_12;
|
|
L_12 = Rectangle_get_Size_mA55765DC875BB6CEBED2C41C0DBC5258B7A79259_inline((&___1_bounds), NULL);
|
|
int32_t L_13 = L_12.___x_0;
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_14;
|
|
L_14 = Rectangle_get_Location_mF005282420254BC725474ED27F3E4E7513956D2B_inline((&___0_cellBounds), NULL);
|
|
int32_t L_15 = L_14.___x_0;
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_16;
|
|
L_16 = Rectangle_get_Size_mA55765DC875BB6CEBED2C41C0DBC5258B7A79259_inline((&___0_cellBounds), NULL);
|
|
int32_t L_17 = L_16.___x_0;
|
|
int32_t L_18;
|
|
L_18 = Mathf_Max_m7FA442918DE37E3A00106D1F2E789D65829792B8_inline(((int32_t)il2cpp_codegen_add(L_11, L_13)), ((int32_t)il2cpp_codegen_add(L_15, L_17)), NULL);
|
|
V_2 = L_18;
|
|
// int maxZ = Mathf.Max(bounds.Location.z + bounds.Size.z, cellBounds.Location.z + cellBounds.Size.z);
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_19;
|
|
L_19 = Rectangle_get_Location_mF005282420254BC725474ED27F3E4E7513956D2B_inline((&___1_bounds), NULL);
|
|
int32_t L_20 = L_19.___z_2;
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_21;
|
|
L_21 = Rectangle_get_Size_mA55765DC875BB6CEBED2C41C0DBC5258B7A79259_inline((&___1_bounds), NULL);
|
|
int32_t L_22 = L_21.___z_2;
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_23;
|
|
L_23 = Rectangle_get_Location_mF005282420254BC725474ED27F3E4E7513956D2B_inline((&___0_cellBounds), NULL);
|
|
int32_t L_24 = L_23.___z_2;
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_25;
|
|
L_25 = Rectangle_get_Size_mA55765DC875BB6CEBED2C41C0DBC5258B7A79259_inline((&___0_cellBounds), NULL);
|
|
int32_t L_26 = L_25.___z_2;
|
|
int32_t L_27;
|
|
L_27 = Mathf_Max_m7FA442918DE37E3A00106D1F2E789D65829792B8_inline(((int32_t)il2cpp_codegen_add(L_20, L_22)), ((int32_t)il2cpp_codegen_add(L_24, L_26)), NULL);
|
|
V_3 = L_27;
|
|
// return new Rectangle(minX, minZ, maxX - minX, maxZ - minZ);
|
|
int32_t L_28 = V_0;
|
|
int32_t L_29 = V_1;
|
|
int32_t L_30 = V_2;
|
|
int32_t L_31 = V_0;
|
|
int32_t L_32 = V_3;
|
|
int32_t L_33 = V_1;
|
|
Rectangle_tA560F5F5599A7C11DDD6E7EC2A93ABD2AAA6C64E L_34;
|
|
memset((&L_34), 0, sizeof(L_34));
|
|
Rectangle__ctor_m414C7059151B811D6B4A62521D618023D7EC25AA((&L_34), L_28, L_29, ((int32_t)il2cpp_codegen_subtract(L_30, L_31)), ((int32_t)il2cpp_codegen_subtract(L_32, L_33)), /*hidden argument*/NULL);
|
|
return L_34;
|
|
}
|
|
}
|
|
// UnityEngine.Rect DungeonArchitect.Builders.Grid.LandscapeTransformerGrid::GetDungeonBounds(DungeonArchitect.DungeonModel)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D LandscapeTransformerGrid_GetDungeonBounds_mCBDB7EC2197995556B8182371701330390DB6E52 (LandscapeTransformerGrid_t02E5535AC1B5F112D6D2B1F8485AFC486AEF787B* __this, DungeonModel_t53A77B7094F80C6A6C626E2E6B647289FBF29D19* ___0_model, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisGridDungeonConfig_tA813B337E88DBA4D5849118F7CF0D012B1178726_m1A4DD6ECED7D0604F07F24A723CE4209C1B936E8_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m78CE33F908EF5E977351DDCF0DDE935CE81FC839_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_m99C7EE977A1004680A927B694ED31BDBAFD3E0F3_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m4AAC4833BA64EA18FAEB5AE98B1558ED8B463649_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GridDungeonModel_tAEF5278646C831FA4C6EEEFEF7128869C645942F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_GetEnumerator_m5A8FFD32A62DDD1E1EF2C5746ADDD20468DE6F35_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m202842E768D67374DAFBC80E461722EC02CE0102_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
GridDungeonConfig_tA813B337E88DBA4D5849118F7CF0D012B1178726* V_0 = NULL;
|
|
GridDungeonModel_tAEF5278646C831FA4C6EEEFEF7128869C645942F* V_1 = NULL;
|
|
Rectangle_tA560F5F5599A7C11DDD6E7EC2A93ABD2AAA6C64E V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
float V_3 = 0.0f;
|
|
float V_4 = 0.0f;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_5;
|
|
memset((&V_5), 0, sizeof(V_5));
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_6;
|
|
memset((&V_6), 0, sizeof(V_6));
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_7;
|
|
memset((&V_7), 0, sizeof(V_7));
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D V_8;
|
|
memset((&V_8), 0, sizeof(V_8));
|
|
bool V_9 = false;
|
|
Enumerator_tF7CD6203B7815A8F8DC4B853FF9FE5C6A3021FE8 V_10;
|
|
memset((&V_10), 0, sizeof(V_10));
|
|
Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01* V_11 = NULL;
|
|
int32_t V_12 = 0;
|
|
{
|
|
// var gridConfig = GetComponent<GridDungeonConfig>();
|
|
GridDungeonConfig_tA813B337E88DBA4D5849118F7CF0D012B1178726* L_0;
|
|
L_0 = Component_GetComponent_TisGridDungeonConfig_tA813B337E88DBA4D5849118F7CF0D012B1178726_m1A4DD6ECED7D0604F07F24A723CE4209C1B936E8(__this, Component_GetComponent_TisGridDungeonConfig_tA813B337E88DBA4D5849118F7CF0D012B1178726_m1A4DD6ECED7D0604F07F24A723CE4209C1B936E8_RuntimeMethod_var);
|
|
V_0 = L_0;
|
|
// var gridModel = model as GridDungeonModel;
|
|
DungeonModel_t53A77B7094F80C6A6C626E2E6B647289FBF29D19* L_1 = ___0_model;
|
|
V_1 = ((GridDungeonModel_tAEF5278646C831FA4C6EEEFEF7128869C645942F*)IsInstClass((RuntimeObject*)L_1, GridDungeonModel_tAEF5278646C831FA4C6EEEFEF7128869C645942F_il2cpp_TypeInfo_var));
|
|
// var bounds = new Rectangle(0, 0, 0, 0);
|
|
Rectangle__ctor_m414C7059151B811D6B4A62521D618023D7EC25AA((&V_2), 0, 0, 0, 0, NULL);
|
|
// if (gridModel && gridConfig)
|
|
GridDungeonModel_tAEF5278646C831FA4C6EEEFEF7128869C645942F* L_2 = V_1;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_3;
|
|
L_3 = Object_op_Implicit_m93896EF7D68FA113C42D3FE2BC6F661FC7EF514A(L_2, NULL);
|
|
if (!L_3)
|
|
{
|
|
goto IL_008b;
|
|
}
|
|
}
|
|
{
|
|
GridDungeonConfig_tA813B337E88DBA4D5849118F7CF0D012B1178726* L_4 = V_0;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_5;
|
|
L_5 = Object_op_Implicit_m93896EF7D68FA113C42D3FE2BC6F661FC7EF514A(L_4, NULL);
|
|
if (!L_5)
|
|
{
|
|
goto IL_008b;
|
|
}
|
|
}
|
|
{
|
|
// if (gridModel.Cells.Count > 0)
|
|
GridDungeonModel_tAEF5278646C831FA4C6EEEFEF7128869C645942F* L_6 = V_1;
|
|
NullCheck(L_6);
|
|
List_1_t987D5B80738D2852896A351FD59FC0CCCE96F45A* L_7 = L_6->___Cells_6;
|
|
NullCheck(L_7);
|
|
int32_t L_8;
|
|
L_8 = List_1_get_Count_m202842E768D67374DAFBC80E461722EC02CE0102_inline(L_7, List_1_get_Count_m202842E768D67374DAFBC80E461722EC02CE0102_RuntimeMethod_var);
|
|
if ((((int32_t)L_8) <= ((int32_t)0)))
|
|
{
|
|
goto IL_008b;
|
|
}
|
|
}
|
|
{
|
|
// bool first = true;
|
|
V_9 = (bool)1;
|
|
// foreach (var cell in gridModel.Cells)
|
|
GridDungeonModel_tAEF5278646C831FA4C6EEEFEF7128869C645942F* L_9 = V_1;
|
|
NullCheck(L_9);
|
|
List_1_t987D5B80738D2852896A351FD59FC0CCCE96F45A* L_10 = L_9->___Cells_6;
|
|
NullCheck(L_10);
|
|
Enumerator_tF7CD6203B7815A8F8DC4B853FF9FE5C6A3021FE8 L_11;
|
|
L_11 = List_1_GetEnumerator_m5A8FFD32A62DDD1E1EF2C5746ADDD20468DE6F35(L_10, List_1_GetEnumerator_m5A8FFD32A62DDD1E1EF2C5746ADDD20468DE6F35_RuntimeMethod_var);
|
|
V_10 = L_11;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_007d:
|
|
{// begin finally (depth: 1)
|
|
Enumerator_Dispose_m78CE33F908EF5E977351DDCF0DDE935CE81FC839((&V_10), Enumerator_Dispose_m78CE33F908EF5E977351DDCF0DDE935CE81FC839_RuntimeMethod_var);
|
|
return;
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
{
|
|
goto IL_0072_1;
|
|
}
|
|
|
|
IL_0049_1:
|
|
{
|
|
// foreach (var cell in gridModel.Cells)
|
|
Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01* L_12;
|
|
L_12 = Enumerator_get_Current_m4AAC4833BA64EA18FAEB5AE98B1558ED8B463649_inline((&V_10), Enumerator_get_Current_m4AAC4833BA64EA18FAEB5AE98B1558ED8B463649_RuntimeMethod_var);
|
|
V_11 = L_12;
|
|
// if (first)
|
|
bool L_13 = V_9;
|
|
if (!L_13)
|
|
{
|
|
goto IL_0063_1;
|
|
}
|
|
}
|
|
{
|
|
// bounds = cell.Bounds;
|
|
Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01* L_14 = V_11;
|
|
NullCheck(L_14);
|
|
Rectangle_tA560F5F5599A7C11DDD6E7EC2A93ABD2AAA6C64E L_15;
|
|
L_15 = Cell_get_Bounds_m701BAE5F667F9ED03D14964497811072198366CE_inline(L_14, NULL);
|
|
V_2 = L_15;
|
|
// first = false;
|
|
V_9 = (bool)0;
|
|
// continue;
|
|
goto IL_0072_1;
|
|
}
|
|
|
|
IL_0063_1:
|
|
{
|
|
// bounds = EncompassCellBounds(cell.Bounds, bounds);
|
|
Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01* L_16 = V_11;
|
|
NullCheck(L_16);
|
|
Rectangle_tA560F5F5599A7C11DDD6E7EC2A93ABD2AAA6C64E L_17;
|
|
L_17 = Cell_get_Bounds_m701BAE5F667F9ED03D14964497811072198366CE_inline(L_16, NULL);
|
|
Rectangle_tA560F5F5599A7C11DDD6E7EC2A93ABD2AAA6C64E L_18 = V_2;
|
|
Rectangle_tA560F5F5599A7C11DDD6E7EC2A93ABD2AAA6C64E L_19;
|
|
L_19 = LandscapeTransformerGrid_EncompassCellBounds_m4FE04178343304626FBA9B4289F464B3FC5DB846(__this, L_17, L_18, NULL);
|
|
V_2 = L_19;
|
|
}
|
|
|
|
IL_0072_1:
|
|
{
|
|
// foreach (var cell in gridModel.Cells)
|
|
bool L_20;
|
|
L_20 = Enumerator_MoveNext_m99C7EE977A1004680A927B694ED31BDBAFD3E0F3((&V_10), Enumerator_MoveNext_m99C7EE977A1004680A927B694ED31BDBAFD3E0F3_RuntimeMethod_var);
|
|
if (L_20)
|
|
{
|
|
goto IL_0049_1;
|
|
}
|
|
}
|
|
{
|
|
goto IL_008b;
|
|
}
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_008b:
|
|
{
|
|
// int expandByLogical = smoothingDistance * 2;
|
|
int32_t L_21 = __this->___smoothingDistance_10;
|
|
V_12 = ((int32_t)il2cpp_codegen_multiply(L_21, 2));
|
|
// LandscapeDataRasterizer.TerrainToWorldDistance(terrain, expandByLogical, expandByLogical, out expandX, out expandY);
|
|
Terrain_t7F309492F67238DBFBC4566F47385B2A665CF667* L_22 = ((LandscapeTransformerBase_t5825BF43364CC2021181454F5AA4A6B5BCBE8B47*)__this)->___terrain_4;
|
|
int32_t L_23 = V_12;
|
|
int32_t L_24 = V_12;
|
|
LandscapeDataRasterizer_TerrainToWorldDistance_m9C50304BF62E6126CD1D0DAC8A4371A2942C5F3A(L_22, L_23, L_24, (&V_3), (&V_4), NULL);
|
|
// var gridSize2D = new Vector2(gridConfig.GridCellSize.x, gridConfig.GridCellSize.z);
|
|
GridDungeonConfig_tA813B337E88DBA4D5849118F7CF0D012B1178726* L_25 = V_0;
|
|
NullCheck(L_25);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* L_26 = (&L_25->___GridCellSize_5);
|
|
float L_27 = L_26->___x_2;
|
|
GridDungeonConfig_tA813B337E88DBA4D5849118F7CF0D012B1178726* L_28 = V_0;
|
|
NullCheck(L_28);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* L_29 = (&L_28->___GridCellSize_5);
|
|
float L_30 = L_29->___z_4;
|
|
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&V_5), L_27, L_30, NULL);
|
|
// var worldPos = new Vector2(bounds.X, bounds.Z) * gridSize2D;
|
|
int32_t L_31;
|
|
L_31 = Rectangle_get_X_mD341734E31CFC938EC2F3E84BFBCFEC5508AF1F9((&V_2), NULL);
|
|
int32_t L_32;
|
|
L_32 = Rectangle_get_Z_mA65FD7EB998C73981F6B38913C44EA26AEF345F4((&V_2), NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_33;
|
|
memset((&L_33), 0, sizeof(L_33));
|
|
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_33), ((float)L_31), ((float)L_32), /*hidden argument*/NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_34 = V_5;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_35;
|
|
L_35 = Vector2_op_Multiply_m6FFFFF6A9E069A4FBCA7E098D88AE39C2B80D442_inline(L_33, L_34, NULL);
|
|
V_6 = L_35;
|
|
// var worldSize = new Vector2(bounds.Width, bounds.Length) * gridSize2D;
|
|
int32_t L_36;
|
|
L_36 = Rectangle_get_Width_m8EF061695117C080FF4BA340AFF6FCC43746A38C((&V_2), NULL);
|
|
int32_t L_37;
|
|
L_37 = Rectangle_get_Length_mED01F5FFE1B4FFF9A67FE93A0C2D9258CECBB435((&V_2), NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_38;
|
|
memset((&L_38), 0, sizeof(L_38));
|
|
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_38), ((float)L_36), ((float)L_37), /*hidden argument*/NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_39 = V_5;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_40;
|
|
L_40 = Vector2_op_Multiply_m6FFFFF6A9E069A4FBCA7E098D88AE39C2B80D442_inline(L_38, L_39, NULL);
|
|
V_7 = L_40;
|
|
// var result = new Rect(worldPos, worldSize);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_41 = V_6;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_42 = V_7;
|
|
Rect__ctor_m503705FE0E4E413041E3CE7F09270489F401C675((&V_8), L_41, L_42, NULL);
|
|
// result.x -= expandX;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_43 = (&V_8);
|
|
float L_44;
|
|
L_44 = Rect_get_x_mB267B718E0D067F2BAE31BA477647FBF964916EB(L_43, NULL);
|
|
float L_45 = V_3;
|
|
Rect_set_x_mAB91AB71898A20762BC66FD0723C4C739C4C3406(L_43, ((float)il2cpp_codegen_subtract(L_44, L_45)), NULL);
|
|
// result.y -= expandY;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_46 = (&V_8);
|
|
float L_47;
|
|
L_47 = Rect_get_y_mC733E8D49F3CE21B2A3D40A1B72D687F22C97F49(L_46, NULL);
|
|
float L_48 = V_4;
|
|
Rect_set_y_mDE91F4B98A6E8623EFB1250FF6526D5DB5855629(L_46, ((float)il2cpp_codegen_subtract(L_47, L_48)), NULL);
|
|
// result.width += expandX * 2;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_49 = (&V_8);
|
|
float L_50;
|
|
L_50 = Rect_get_width_m620D67551372073C9C32C4C4624C2A5713F7F9A9(L_49, NULL);
|
|
float L_51 = V_3;
|
|
Rect_set_width_m93B6217CF3EFF89F9B0C81F34D7345DE90B93E5A(L_49, ((float)il2cpp_codegen_add(L_50, ((float)il2cpp_codegen_multiply(L_51, (2.0f))))), NULL);
|
|
// result.height += expandY * 2;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_52 = (&V_8);
|
|
float L_53;
|
|
L_53 = Rect_get_height_mE1AA6C6C725CCD2D317BD2157396D3CF7D47C9D8(L_52, NULL);
|
|
float L_54 = V_4;
|
|
Rect_set_height_mD00038E6E06637137A5626CA8CD421924005BF03(L_52, ((float)il2cpp_codegen_add(L_53, ((float)il2cpp_codegen_multiply(L_54, (2.0f))))), NULL);
|
|
// return result;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_55 = V_8;
|
|
return L_55;
|
|
}
|
|
}
|
|
// System.Void DungeonArchitect.Builders.Grid.LandscapeTransformerGrid::SetupTextures()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LandscapeTransformerGrid_SetupTextures_m58CBF655E4920E6277A5CECDFDCDF9D002ECC151 (LandscapeTransformerGrid_t02E5535AC1B5F112D6D2B1F8485AFC486AEF787B* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mA71FE5F91021BEECB7A8263DD981E8EA8759C6B7_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Contains_m4A1BEF189C610FB4296FB42AFDBBE0984396D33A_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_ToArray_mE1AAAADDC775272475F2F94ADE4C9EAA3FEE0215_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m3ADD9E8E65486E3DDCB59BA04C6E0E13EBB89E80_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_tBC631FCB854910673B2EF0EBFB74AAA581B47A26_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
TerrainData_t615A68EAC648066681875D47FC641496D12F2E24* V_0 = NULL;
|
|
List_1_tBC631FCB854910673B2EF0EBFB74AAA581B47A26* V_1 = NULL;
|
|
LandscapeTextureU5BU5D_tE6A0A60C237861AC0D17B818973967DF136BDE8F* V_2 = NULL;
|
|
int32_t V_3 = 0;
|
|
LandscapeTexture_t69F5DE300F8B6711B18B99396C81085C13786723* V_4 = NULL;
|
|
{
|
|
// if (terrain == null || terrain.terrainData == null) return;
|
|
Terrain_t7F309492F67238DBFBC4566F47385B2A665CF667* L_0 = ((LandscapeTransformerBase_t5825BF43364CC2021181454F5AA4A6B5BCBE8B47*)__this)->___terrain_4;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_1;
|
|
L_1 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_0, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
if (L_1)
|
|
{
|
|
goto IL_0021;
|
|
}
|
|
}
|
|
{
|
|
Terrain_t7F309492F67238DBFBC4566F47385B2A665CF667* L_2 = ((LandscapeTransformerBase_t5825BF43364CC2021181454F5AA4A6B5BCBE8B47*)__this)->___terrain_4;
|
|
NullCheck(L_2);
|
|
TerrainData_t615A68EAC648066681875D47FC641496D12F2E24* L_3;
|
|
L_3 = Terrain_get_terrainData_m3B6C1D89471A4E1C60FC19C168DB37A011B924FD(L_2, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_4;
|
|
L_4 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_3, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
if (!L_4)
|
|
{
|
|
goto IL_0022;
|
|
}
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
// if (terrain == null || terrain.terrainData == null) return;
|
|
return;
|
|
}
|
|
|
|
IL_0022:
|
|
{
|
|
// var data = terrain.terrainData;
|
|
Terrain_t7F309492F67238DBFBC4566F47385B2A665CF667* L_5 = ((LandscapeTransformerBase_t5825BF43364CC2021181454F5AA4A6B5BCBE8B47*)__this)->___terrain_4;
|
|
NullCheck(L_5);
|
|
TerrainData_t615A68EAC648066681875D47FC641496D12F2E24* L_6;
|
|
L_6 = Terrain_get_terrainData_m3B6C1D89471A4E1C60FC19C168DB37A011B924FD(L_5, NULL);
|
|
V_0 = L_6;
|
|
// var targetLayers = new List<TerrainLayer>(data.terrainLayers);
|
|
TerrainData_t615A68EAC648066681875D47FC641496D12F2E24* L_7 = V_0;
|
|
NullCheck(L_7);
|
|
TerrainLayerU5BU5D_t259E391D6115F121FCD284E79F62012D70956EB0* L_8;
|
|
L_8 = TerrainData_get_terrainLayers_m3B436DF37DDD9F18A46DD6BF112925AD5B8857C8(L_7, NULL);
|
|
List_1_tBC631FCB854910673B2EF0EBFB74AAA581B47A26* L_9 = (List_1_tBC631FCB854910673B2EF0EBFB74AAA581B47A26*)il2cpp_codegen_object_new(List_1_tBC631FCB854910673B2EF0EBFB74AAA581B47A26_il2cpp_TypeInfo_var);
|
|
NullCheck(L_9);
|
|
List_1__ctor_m3ADD9E8E65486E3DDCB59BA04C6E0E13EBB89E80(L_9, (RuntimeObject*)L_8, List_1__ctor_m3ADD9E8E65486E3DDCB59BA04C6E0E13EBB89E80_RuntimeMethod_var);
|
|
V_1 = L_9;
|
|
// foreach (var texture in textures)
|
|
LandscapeTextureU5BU5D_tE6A0A60C237861AC0D17B818973967DF136BDE8F* L_10 = __this->___textures_8;
|
|
V_2 = L_10;
|
|
V_3 = 0;
|
|
goto IL_006a;
|
|
}
|
|
|
|
IL_0045:
|
|
{
|
|
// foreach (var texture in textures)
|
|
LandscapeTextureU5BU5D_tE6A0A60C237861AC0D17B818973967DF136BDE8F* L_11 = V_2;
|
|
int32_t L_12 = V_3;
|
|
NullCheck(L_11);
|
|
int32_t L_13 = L_12;
|
|
LandscapeTexture_t69F5DE300F8B6711B18B99396C81085C13786723* L_14 = (L_11)->GetAt(static_cast<il2cpp_array_size_t>(L_13));
|
|
V_4 = L_14;
|
|
// if (!targetLayers.Contains(texture.terrainLayer))
|
|
List_1_tBC631FCB854910673B2EF0EBFB74AAA581B47A26* L_15 = V_1;
|
|
LandscapeTexture_t69F5DE300F8B6711B18B99396C81085C13786723* L_16 = V_4;
|
|
NullCheck(L_16);
|
|
TerrainLayer_t52E14A94A0CF76B0B5509B7FDFDE64FF8A9FEFF9* L_17 = L_16->___terrainLayer_1;
|
|
NullCheck(L_15);
|
|
bool L_18;
|
|
L_18 = List_1_Contains_m4A1BEF189C610FB4296FB42AFDBBE0984396D33A(L_15, L_17, List_1_Contains_m4A1BEF189C610FB4296FB42AFDBBE0984396D33A_RuntimeMethod_var);
|
|
if (L_18)
|
|
{
|
|
goto IL_0066;
|
|
}
|
|
}
|
|
{
|
|
// targetLayers.Add(texture.terrainLayer);
|
|
List_1_tBC631FCB854910673B2EF0EBFB74AAA581B47A26* L_19 = V_1;
|
|
LandscapeTexture_t69F5DE300F8B6711B18B99396C81085C13786723* L_20 = V_4;
|
|
NullCheck(L_20);
|
|
TerrainLayer_t52E14A94A0CF76B0B5509B7FDFDE64FF8A9FEFF9* L_21 = L_20->___terrainLayer_1;
|
|
NullCheck(L_19);
|
|
List_1_Add_mA71FE5F91021BEECB7A8263DD981E8EA8759C6B7_inline(L_19, L_21, List_1_Add_mA71FE5F91021BEECB7A8263DD981E8EA8759C6B7_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0066:
|
|
{
|
|
int32_t L_22 = V_3;
|
|
V_3 = ((int32_t)il2cpp_codegen_add(L_22, 1));
|
|
}
|
|
|
|
IL_006a:
|
|
{
|
|
// foreach (var texture in textures)
|
|
int32_t L_23 = V_3;
|
|
LandscapeTextureU5BU5D_tE6A0A60C237861AC0D17B818973967DF136BDE8F* L_24 = V_2;
|
|
NullCheck(L_24);
|
|
if ((((int32_t)L_23) < ((int32_t)((int32_t)(((RuntimeArray*)L_24)->max_length)))))
|
|
{
|
|
goto IL_0045;
|
|
}
|
|
}
|
|
{
|
|
// data.terrainLayers = targetLayers.ToArray();
|
|
TerrainData_t615A68EAC648066681875D47FC641496D12F2E24* L_25 = V_0;
|
|
List_1_tBC631FCB854910673B2EF0EBFB74AAA581B47A26* L_26 = V_1;
|
|
NullCheck(L_26);
|
|
TerrainLayerU5BU5D_t259E391D6115F121FCD284E79F62012D70956EB0* L_27;
|
|
L_27 = List_1_ToArray_mE1AAAADDC775272475F2F94ADE4C9EAA3FEE0215(L_26, List_1_ToArray_mE1AAAADDC775272475F2F94ADE4C9EAA3FEE0215_RuntimeMethod_var);
|
|
NullCheck(L_25);
|
|
TerrainData_set_terrainLayers_m8FC80DAB5CD38A11CDB082F94DBD3186CD434671(L_25, L_27, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void DungeonArchitect.Builders.Grid.LandscapeTransformerGrid::UpdateHeights(DungeonArchitect.Builders.Grid.GridDungeonModel)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LandscapeTransformerGrid_UpdateHeights_mF97D560E68EE8FDEA21EE5869097EF5E069050DC (LandscapeTransformerGrid_t02E5535AC1B5F112D6D2B1F8485AFC486AEF787B* __this, GridDungeonModel_tAEF5278646C831FA4C6EEEFEF7128869C645942F* ___0_model, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m78CE33F908EF5E977351DDCF0DDE935CE81FC839_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_m99C7EE977A1004680A927B694ED31BDBAFD3E0F3_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m4AAC4833BA64EA18FAEB5AE98B1558ED8B463649_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LandscapeDataRasterizer_t6D31AE8F7C6DD9EE3A071999B4DFC52BFF802880_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_GetEnumerator_m5A8FFD32A62DDD1E1EF2C5746ADDD20468DE6F35_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
LandscapeDataRasterizer_t6D31AE8F7C6DD9EE3A071999B4DFC52BFF802880* V_0 = NULL;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
Enumerator_tF7CD6203B7815A8F8DC4B853FF9FE5C6A3021FE8 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_3;
|
|
memset((&V_3), 0, sizeof(V_3));
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_4;
|
|
memset((&V_4), 0, sizeof(V_4));
|
|
float V_5 = 0.0f;
|
|
Rectangle_tA560F5F5599A7C11DDD6E7EC2A93ABD2AAA6C64E V_6;
|
|
memset((&V_6), 0, sizeof(V_6));
|
|
{
|
|
// if (terrain == null || terrain.terrainData == null) return;
|
|
Terrain_t7F309492F67238DBFBC4566F47385B2A665CF667* L_0 = ((LandscapeTransformerBase_t5825BF43364CC2021181454F5AA4A6B5BCBE8B47*)__this)->___terrain_4;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_1;
|
|
L_1 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_0, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
if (L_1)
|
|
{
|
|
goto IL_0021;
|
|
}
|
|
}
|
|
{
|
|
Terrain_t7F309492F67238DBFBC4566F47385B2A665CF667* L_2 = ((LandscapeTransformerBase_t5825BF43364CC2021181454F5AA4A6B5BCBE8B47*)__this)->___terrain_4;
|
|
NullCheck(L_2);
|
|
TerrainData_t615A68EAC648066681875D47FC641496D12F2E24* L_3;
|
|
L_3 = Terrain_get_terrainData_m3B6C1D89471A4E1C60FC19C168DB37A011B924FD(L_2, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_4;
|
|
L_4 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_3, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
if (!L_4)
|
|
{
|
|
goto IL_0022;
|
|
}
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
// if (terrain == null || terrain.terrainData == null) return;
|
|
return;
|
|
}
|
|
|
|
IL_0022:
|
|
{
|
|
// var rasterizer = new LandscapeDataRasterizer(terrain, GetDungeonBounds(model));
|
|
Terrain_t7F309492F67238DBFBC4566F47385B2A665CF667* L_5 = ((LandscapeTransformerBase_t5825BF43364CC2021181454F5AA4A6B5BCBE8B47*)__this)->___terrain_4;
|
|
GridDungeonModel_tAEF5278646C831FA4C6EEEFEF7128869C645942F* L_6 = ___0_model;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_7;
|
|
L_7 = VirtualFuncInvoker1< Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D, DungeonModel_t53A77B7094F80C6A6C626E2E6B647289FBF29D19* >::Invoke(11 /* UnityEngine.Rect DungeonArchitect.Landscape.LandscapeTransformerBase::GetDungeonBounds(DungeonArchitect.DungeonModel) */, __this, L_6);
|
|
LandscapeDataRasterizer_t6D31AE8F7C6DD9EE3A071999B4DFC52BFF802880* L_8 = (LandscapeDataRasterizer_t6D31AE8F7C6DD9EE3A071999B4DFC52BFF802880*)il2cpp_codegen_object_new(LandscapeDataRasterizer_t6D31AE8F7C6DD9EE3A071999B4DFC52BFF802880_il2cpp_TypeInfo_var);
|
|
NullCheck(L_8);
|
|
LandscapeDataRasterizer__ctor_m9109C211B9AEA8FC3C9B42AA64831984ABCF7CF1(L_8, L_5, L_7, NULL);
|
|
V_0 = L_8;
|
|
// rasterizer.LoadData();
|
|
LandscapeDataRasterizer_t6D31AE8F7C6DD9EE3A071999B4DFC52BFF802880* L_9 = V_0;
|
|
NullCheck(L_9);
|
|
LandscapeDataRasterizer_LoadData_m73AEDCFAEB103365A658EDC7E7904C8863D0A8EE(L_9, NULL);
|
|
// var gridSize = model.Config.GridCellSize;
|
|
GridDungeonModel_tAEF5278646C831FA4C6EEEFEF7128869C645942F* L_10 = ___0_model;
|
|
NullCheck(L_10);
|
|
GridDungeonConfig_tA813B337E88DBA4D5849118F7CF0D012B1178726* L_11 = L_10->___Config_5;
|
|
NullCheck(L_11);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_12 = L_11->___GridCellSize_5;
|
|
V_1 = L_12;
|
|
// foreach (var cell in model.Cells) {
|
|
GridDungeonModel_tAEF5278646C831FA4C6EEEFEF7128869C645942F* L_13 = ___0_model;
|
|
NullCheck(L_13);
|
|
List_1_t987D5B80738D2852896A351FD59FC0CCCE96F45A* L_14 = L_13->___Cells_6;
|
|
NullCheck(L_14);
|
|
Enumerator_tF7CD6203B7815A8F8DC4B853FF9FE5C6A3021FE8 L_15;
|
|
L_15 = List_1_GetEnumerator_m5A8FFD32A62DDD1E1EF2C5746ADDD20468DE6F35(L_14, List_1_GetEnumerator_m5A8FFD32A62DDD1E1EF2C5746ADDD20468DE6F35_RuntimeMethod_var);
|
|
V_2 = L_15;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_00c4:
|
|
{// begin finally (depth: 1)
|
|
Enumerator_Dispose_m78CE33F908EF5E977351DDCF0DDE935CE81FC839((&V_2), Enumerator_Dispose_m78CE33F908EF5E977351DDCF0DDE935CE81FC839_RuntimeMethod_var);
|
|
return;
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
{
|
|
goto IL_00b9_1;
|
|
}
|
|
|
|
IL_0055_1:
|
|
{
|
|
// foreach (var cell in model.Cells) {
|
|
Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01* L_16;
|
|
L_16 = Enumerator_get_Current_m4AAC4833BA64EA18FAEB5AE98B1558ED8B463649_inline((&V_2), Enumerator_get_Current_m4AAC4833BA64EA18FAEB5AE98B1558ED8B463649_RuntimeMethod_var);
|
|
// var locationGrid = cell.Bounds.Location;
|
|
Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01* L_17 = L_16;
|
|
NullCheck(L_17);
|
|
Rectangle_tA560F5F5599A7C11DDD6E7EC2A93ABD2AAA6C64E L_18;
|
|
L_18 = Cell_get_Bounds_m701BAE5F667F9ED03D14964497811072198366CE_inline(L_17, NULL);
|
|
V_6 = L_18;
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_19;
|
|
L_19 = Rectangle_get_Location_mF005282420254BC725474ED27F3E4E7513956D2B_inline((&V_6), NULL);
|
|
// var location = locationGrid * gridSize;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_20 = V_1;
|
|
il2cpp_codegen_runtime_class_init_inline(IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C_il2cpp_TypeInfo_var);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_21;
|
|
L_21 = IntVector_op_Multiply_m3233E2C98AC1950B36883D28B04FF0B7C1E43AA3(L_19, L_20, NULL);
|
|
V_3 = L_21;
|
|
// var size = cell.Bounds.Size * gridSize;
|
|
NullCheck(L_17);
|
|
Rectangle_tA560F5F5599A7C11DDD6E7EC2A93ABD2AAA6C64E L_22;
|
|
L_22 = Cell_get_Bounds_m701BAE5F667F9ED03D14964497811072198366CE_inline(L_17, NULL);
|
|
V_6 = L_22;
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_23;
|
|
L_23 = Rectangle_get_Size_mA55765DC875BB6CEBED2C41C0DBC5258B7A79259_inline((&V_6), NULL);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_24 = V_1;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_25;
|
|
L_25 = IntVector_op_Multiply_m3233E2C98AC1950B36883D28B04FF0B7C1E43AA3(L_23, L_24, NULL);
|
|
V_4 = L_25;
|
|
// var cellY = location.y + layoutLevelOffset;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_26 = V_3;
|
|
float L_27 = L_26.___y_3;
|
|
float L_28 = __this->___layoutLevelOffset_9;
|
|
V_5 = ((float)il2cpp_codegen_add(L_27, L_28));
|
|
// rasterizer.DrawCell(location.x, location.z, size.x, size.z, cellY);
|
|
LandscapeDataRasterizer_t6D31AE8F7C6DD9EE3A071999B4DFC52BFF802880* L_29 = V_0;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_30 = V_3;
|
|
float L_31 = L_30.___x_2;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_32 = V_3;
|
|
float L_33 = L_32.___z_4;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_34 = V_4;
|
|
float L_35 = L_34.___x_2;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_36 = V_4;
|
|
float L_37 = L_36.___z_4;
|
|
float L_38 = V_5;
|
|
NullCheck(L_29);
|
|
LandscapeDataRasterizer_DrawCell_m5F40F916C7AEEE8B651A762779F43C11467935EF(L_29, L_31, L_33, L_35, L_37, L_38, NULL);
|
|
}
|
|
|
|
IL_00b9_1:
|
|
{
|
|
// foreach (var cell in model.Cells) {
|
|
bool L_39;
|
|
L_39 = Enumerator_MoveNext_m99C7EE977A1004680A927B694ED31BDBAFD3E0F3((&V_2), Enumerator_MoveNext_m99C7EE977A1004680A927B694ED31BDBAFD3E0F3_RuntimeMethod_var);
|
|
if (L_39)
|
|
{
|
|
goto IL_0055_1;
|
|
}
|
|
}
|
|
{
|
|
goto IL_00d2;
|
|
}
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_00d2:
|
|
{
|
|
// ApplySmoothing(model, rasterizer);
|
|
GridDungeonModel_tAEF5278646C831FA4C6EEEFEF7128869C645942F* L_40 = ___0_model;
|
|
LandscapeDataRasterizer_t6D31AE8F7C6DD9EE3A071999B4DFC52BFF802880* L_41 = V_0;
|
|
VirtualActionInvoker2< GridDungeonModel_tAEF5278646C831FA4C6EEEFEF7128869C645942F*, LandscapeDataRasterizer_t6D31AE8F7C6DD9EE3A071999B4DFC52BFF802880* >::Invoke(12 /* System.Void DungeonArchitect.Builders.Grid.LandscapeTransformerGrid::ApplySmoothing(DungeonArchitect.Builders.Grid.GridDungeonModel,DungeonArchitect.Landscape.LandscapeDataRasterizer) */, __this, L_40, L_41);
|
|
// rasterizer.SaveData();
|
|
LandscapeDataRasterizer_t6D31AE8F7C6DD9EE3A071999B4DFC52BFF802880* L_42 = V_0;
|
|
NullCheck(L_42);
|
|
LandscapeDataRasterizer_SaveData_m754EAE4DABCB7425D51605487F4BDCF14FA85D62(L_42, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void DungeonArchitect.Builders.Grid.LandscapeTransformerGrid::ApplySmoothing(DungeonArchitect.Builders.Grid.GridDungeonModel,DungeonArchitect.Landscape.LandscapeDataRasterizer)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LandscapeTransformerGrid_ApplySmoothing_mB03C638355AC2A5E3444C59C6FC99FA7A817F8FA (LandscapeTransformerGrid_t02E5535AC1B5F112D6D2B1F8485AFC486AEF787B* __this, GridDungeonModel_tAEF5278646C831FA4C6EEEFEF7128869C645942F* ___0_model, LandscapeDataRasterizer_t6D31AE8F7C6DD9EE3A071999B4DFC52BFF802880* ___1_rasterizer, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m78CE33F908EF5E977351DDCF0DDE935CE81FC839_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_m99C7EE977A1004680A927B694ED31BDBAFD3E0F3_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m4AAC4833BA64EA18FAEB5AE98B1558ED8B463649_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_GetEnumerator_m5A8FFD32A62DDD1E1EF2C5746ADDD20468DE6F35_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
Enumerator_tF7CD6203B7815A8F8DC4B853FF9FE5C6A3021FE8 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_3;
|
|
memset((&V_3), 0, sizeof(V_3));
|
|
float V_4 = 0.0f;
|
|
AnimationCurve_tCBFFAAD05CEBB35EF8D8631BD99914BE1A6BB354* V_5 = NULL;
|
|
Rectangle_tA560F5F5599A7C11DDD6E7EC2A93ABD2AAA6C64E V_6;
|
|
memset((&V_6), 0, sizeof(V_6));
|
|
AnimationCurve_tCBFFAAD05CEBB35EF8D8631BD99914BE1A6BB354* G_B5_0 = NULL;
|
|
{
|
|
// var gridSize = model.Config.GridCellSize;
|
|
GridDungeonModel_tAEF5278646C831FA4C6EEEFEF7128869C645942F* L_0 = ___0_model;
|
|
NullCheck(L_0);
|
|
GridDungeonConfig_tA813B337E88DBA4D5849118F7CF0D012B1178726* L_1 = L_0->___Config_5;
|
|
NullCheck(L_1);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_2 = L_1->___GridCellSize_5;
|
|
V_0 = L_2;
|
|
// foreach (var cell in model.Cells)
|
|
GridDungeonModel_tAEF5278646C831FA4C6EEEFEF7128869C645942F* L_3 = ___0_model;
|
|
NullCheck(L_3);
|
|
List_1_t987D5B80738D2852896A351FD59FC0CCCE96F45A* L_4 = L_3->___Cells_6;
|
|
NullCheck(L_4);
|
|
Enumerator_tF7CD6203B7815A8F8DC4B853FF9FE5C6A3021FE8 L_5;
|
|
L_5 = List_1_GetEnumerator_m5A8FFD32A62DDD1E1EF2C5746ADDD20468DE6F35(L_4, List_1_GetEnumerator_m5A8FFD32A62DDD1E1EF2C5746ADDD20468DE6F35_RuntimeMethod_var);
|
|
V_1 = L_5;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_00ac:
|
|
{// begin finally (depth: 1)
|
|
Enumerator_Dispose_m78CE33F908EF5E977351DDCF0DDE935CE81FC839((&V_1), Enumerator_Dispose_m78CE33F908EF5E977351DDCF0DDE935CE81FC839_RuntimeMethod_var);
|
|
return;
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
{
|
|
goto IL_009e_1;
|
|
}
|
|
|
|
IL_001d_1:
|
|
{
|
|
// foreach (var cell in model.Cells)
|
|
Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01* L_6;
|
|
L_6 = Enumerator_get_Current_m4AAC4833BA64EA18FAEB5AE98B1558ED8B463649_inline((&V_1), Enumerator_get_Current_m4AAC4833BA64EA18FAEB5AE98B1558ED8B463649_RuntimeMethod_var);
|
|
// var locationGrid = cell.Bounds.Location;
|
|
Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01* L_7 = L_6;
|
|
NullCheck(L_7);
|
|
Rectangle_tA560F5F5599A7C11DDD6E7EC2A93ABD2AAA6C64E L_8;
|
|
L_8 = Cell_get_Bounds_m701BAE5F667F9ED03D14964497811072198366CE_inline(L_7, NULL);
|
|
V_6 = L_8;
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_9;
|
|
L_9 = Rectangle_get_Location_mF005282420254BC725474ED27F3E4E7513956D2B_inline((&V_6), NULL);
|
|
// var location = locationGrid * gridSize;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_10 = V_0;
|
|
il2cpp_codegen_runtime_class_init_inline(IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C_il2cpp_TypeInfo_var);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_11;
|
|
L_11 = IntVector_op_Multiply_m3233E2C98AC1950B36883D28B04FF0B7C1E43AA3(L_9, L_10, NULL);
|
|
V_2 = L_11;
|
|
// var size = cell.Bounds.Size * gridSize;
|
|
Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01* L_12 = L_7;
|
|
NullCheck(L_12);
|
|
Rectangle_tA560F5F5599A7C11DDD6E7EC2A93ABD2AAA6C64E L_13;
|
|
L_13 = Cell_get_Bounds_m701BAE5F667F9ED03D14964497811072198366CE_inline(L_12, NULL);
|
|
V_6 = L_13;
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_14;
|
|
L_14 = Rectangle_get_Size_mA55765DC875BB6CEBED2C41C0DBC5258B7A79259_inline((&V_6), NULL);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_15 = V_0;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_16;
|
|
L_16 = IntVector_op_Multiply_m3233E2C98AC1950B36883D28B04FF0B7C1E43AA3(L_14, L_15, NULL);
|
|
V_3 = L_16;
|
|
// var cellY = location.y + layoutLevelOffset;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_17 = V_2;
|
|
float L_18 = L_17.___y_3;
|
|
float L_19 = __this->___layoutLevelOffset_9;
|
|
V_4 = ((float)il2cpp_codegen_add(L_18, L_19));
|
|
// var curve = (cell.CellType == CellType.Room) ? roomElevationCurve : corridorElevationCurve;
|
|
NullCheck(L_12);
|
|
int32_t L_20;
|
|
L_20 = Cell_get_CellType_m2C666B1ED7806805420EA64623AF5D3EDFF6F642_inline(L_12, NULL);
|
|
if (!L_20)
|
|
{
|
|
goto IL_006e_1;
|
|
}
|
|
}
|
|
{
|
|
AnimationCurve_tCBFFAAD05CEBB35EF8D8631BD99914BE1A6BB354* L_21 = __this->___corridorElevationCurve_12;
|
|
G_B5_0 = L_21;
|
|
goto IL_0074_1;
|
|
}
|
|
|
|
IL_006e_1:
|
|
{
|
|
AnimationCurve_tCBFFAAD05CEBB35EF8D8631BD99914BE1A6BB354* L_22 = __this->___roomElevationCurve_11;
|
|
G_B5_0 = L_22;
|
|
}
|
|
|
|
IL_0074_1:
|
|
{
|
|
V_5 = G_B5_0;
|
|
// rasterizer.SmoothCell(location.x, location.z, size.x, size.z, cellY, smoothingDistance, curve);
|
|
LandscapeDataRasterizer_t6D31AE8F7C6DD9EE3A071999B4DFC52BFF802880* L_23 = ___1_rasterizer;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_24 = V_2;
|
|
float L_25 = L_24.___x_2;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_26 = V_2;
|
|
float L_27 = L_26.___z_4;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_28 = V_3;
|
|
float L_29 = L_28.___x_2;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_30 = V_3;
|
|
float L_31 = L_30.___z_4;
|
|
float L_32 = V_4;
|
|
int32_t L_33 = __this->___smoothingDistance_10;
|
|
AnimationCurve_tCBFFAAD05CEBB35EF8D8631BD99914BE1A6BB354* L_34 = V_5;
|
|
NullCheck(L_23);
|
|
LandscapeDataRasterizer_SmoothCell_mADBA426D7E8C9B01E22187D70BE39A3BCFCDFB2C(L_23, L_25, L_27, L_29, L_31, L_32, L_33, L_34, NULL);
|
|
}
|
|
|
|
IL_009e_1:
|
|
{
|
|
// foreach (var cell in model.Cells)
|
|
bool L_35;
|
|
L_35 = Enumerator_MoveNext_m99C7EE977A1004680A927B694ED31BDBAFD3E0F3((&V_1), Enumerator_MoveNext_m99C7EE977A1004680A927B694ED31BDBAFD3E0F3_RuntimeMethod_var);
|
|
if (L_35)
|
|
{
|
|
goto IL_001d_1;
|
|
}
|
|
}
|
|
{
|
|
goto IL_00ba;
|
|
}
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_00ba:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void DungeonArchitect.Builders.Grid.LandscapeTransformerGrid::UpdateTerrainTextures(DungeonArchitect.Builders.Grid.GridDungeonModel)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LandscapeTransformerGrid_UpdateTerrainTextures_m07BD809B36EFD04EE548DD15CBF0330F69F72EAA (LandscapeTransformerGrid_t02E5535AC1B5F112D6D2B1F8485AFC486AEF787B* __this, GridDungeonModel_tAEF5278646C831FA4C6EEEFEF7128869C645942F* ___0_model, 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;
|
|
}
|
|
TerrainData_t615A68EAC648066681875D47FC641496D12F2E24* V_0 = NULL;
|
|
SingleU5BU2CU2CU5D_tE902E5192C7283A470AAADB477117789A9682488* V_1 = NULL;
|
|
{
|
|
// if (terrain == null || terrain.terrainData == null) return;
|
|
Terrain_t7F309492F67238DBFBC4566F47385B2A665CF667* L_0 = ((LandscapeTransformerBase_t5825BF43364CC2021181454F5AA4A6B5BCBE8B47*)__this)->___terrain_4;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_1;
|
|
L_1 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_0, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
if (L_1)
|
|
{
|
|
goto IL_0021;
|
|
}
|
|
}
|
|
{
|
|
Terrain_t7F309492F67238DBFBC4566F47385B2A665CF667* L_2 = ((LandscapeTransformerBase_t5825BF43364CC2021181454F5AA4A6B5BCBE8B47*)__this)->___terrain_4;
|
|
NullCheck(L_2);
|
|
TerrainData_t615A68EAC648066681875D47FC641496D12F2E24* L_3;
|
|
L_3 = Terrain_get_terrainData_m3B6C1D89471A4E1C60FC19C168DB37A011B924FD(L_2, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_4;
|
|
L_4 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_3, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
if (!L_4)
|
|
{
|
|
goto IL_0022;
|
|
}
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
// if (terrain == null || terrain.terrainData == null) return;
|
|
return;
|
|
}
|
|
|
|
IL_0022:
|
|
{
|
|
// var data = terrain.terrainData;
|
|
Terrain_t7F309492F67238DBFBC4566F47385B2A665CF667* L_5 = ((LandscapeTransformerBase_t5825BF43364CC2021181454F5AA4A6B5BCBE8B47*)__this)->___terrain_4;
|
|
NullCheck(L_5);
|
|
TerrainData_t615A68EAC648066681875D47FC641496D12F2E24* L_6;
|
|
L_6 = Terrain_get_terrainData_m3B6C1D89471A4E1C60FC19C168DB37A011B924FD(L_5, NULL);
|
|
V_0 = L_6;
|
|
// var map = data.GetAlphamaps(0, 0, data.alphamapWidth, data.alphamapHeight);
|
|
TerrainData_t615A68EAC648066681875D47FC641496D12F2E24* L_7 = V_0;
|
|
TerrainData_t615A68EAC648066681875D47FC641496D12F2E24* L_8 = V_0;
|
|
NullCheck(L_8);
|
|
int32_t L_9;
|
|
L_9 = TerrainData_get_alphamapWidth_m07E5B04B08E87AC9F66D766B363000F94C8612D4(L_8, NULL);
|
|
TerrainData_t615A68EAC648066681875D47FC641496D12F2E24* L_10 = V_0;
|
|
NullCheck(L_10);
|
|
int32_t L_11;
|
|
L_11 = TerrainData_get_alphamapHeight_m4A8273D6E0E3526A31E2669FBAB240353C086AED(L_10, NULL);
|
|
NullCheck(L_7);
|
|
SingleU5BU2CU2CU5D_tE902E5192C7283A470AAADB477117789A9682488* L_12;
|
|
L_12 = TerrainData_GetAlphamaps_m2DEF5D2068D54BDAE78661483C1FC4936B06EA01(L_7, 0, 0, L_9, L_11, NULL);
|
|
V_1 = L_12;
|
|
// UpdateBaseTexture(model, map);
|
|
GridDungeonModel_tAEF5278646C831FA4C6EEEFEF7128869C645942F* L_13 = ___0_model;
|
|
SingleU5BU2CU2CU5D_tE902E5192C7283A470AAADB477117789A9682488* L_14 = V_1;
|
|
LandscapeTransformerGrid_UpdateBaseTexture_m77695B51C0EB1FED27EC6DA4645A940577CA4CE1(__this, L_13, L_14, NULL);
|
|
// UpdateCliffTexture(map);
|
|
SingleU5BU2CU2CU5D_tE902E5192C7283A470AAADB477117789A9682488* L_15 = V_1;
|
|
LandscapeTransformerGrid_UpdateCliffTexture_m18BB6DDB9E2FE8BE8949BDB0BAFE6DD541B7066D(__this, L_15, NULL);
|
|
// RemoveFoliage(model);
|
|
GridDungeonModel_tAEF5278646C831FA4C6EEEFEF7128869C645942F* L_16 = ___0_model;
|
|
LandscapeTransformerGrid_RemoveFoliage_m3BBA5F6DE2A41D4D512C63A5EBB404897BE1C6CC(__this, L_16, NULL);
|
|
// data.SetAlphamaps(0, 0, map);
|
|
TerrainData_t615A68EAC648066681875D47FC641496D12F2E24* L_17 = V_0;
|
|
SingleU5BU2CU2CU5D_tE902E5192C7283A470AAADB477117789A9682488* L_18 = V_1;
|
|
NullCheck(L_17);
|
|
TerrainData_SetAlphamaps_m2FA8E29ADF4D1B2B8286ED0FE61E0CEB1663E423(L_17, 0, 0, L_18, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void DungeonArchitect.Builders.Grid.LandscapeTransformerGrid::RemoveFoliage(DungeonArchitect.Builders.Grid.GridDungeonModel)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LandscapeTransformerGrid_RemoveFoliage_m3BBA5F6DE2A41D4D512C63A5EBB404897BE1C6CC (LandscapeTransformerGrid_t02E5535AC1B5F112D6D2B1F8485AFC486AEF787B* __this, GridDungeonModel_tAEF5278646C831FA4C6EEEFEF7128869C645942F* ___0_model, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m78CE33F908EF5E977351DDCF0DDE935CE81FC839_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_m99C7EE977A1004680A927B694ED31BDBAFD3E0F3_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m4AAC4833BA64EA18FAEB5AE98B1558ED8B463649_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32U5BU2CU5D_t46F2694E7DAD7B2B05C940EC5B9DE04E40D0516F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_GetEnumerator_m5A8FFD32A62DDD1E1EF2C5746ADDD20468DE6F35_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
TerrainData_t615A68EAC648066681875D47FC641496D12F2E24* V_0 = NULL;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
Enumerator_tF7CD6203B7815A8F8DC4B853FF9FE5C6A3021FE8 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01* V_3 = NULL;
|
|
Rectangle_tA560F5F5599A7C11DDD6E7EC2A93ABD2AAA6C64E V_4;
|
|
memset((&V_4), 0, sizeof(V_4));
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_5;
|
|
memset((&V_5), 0, sizeof(V_5));
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_6;
|
|
memset((&V_6), 0, sizeof(V_6));
|
|
int32_t V_7 = 0;
|
|
int32_t V_8 = 0;
|
|
int32_t V_9 = 0;
|
|
int32_t V_10 = 0;
|
|
int32_t V_11 = 0;
|
|
Int32U5BU2CU5D_t46F2694E7DAD7B2B05C940EC5B9DE04E40D0516F* V_12 = NULL;
|
|
int32_t V_13 = 0;
|
|
{
|
|
// if (terrain == null || terrain.terrainData == null) return;
|
|
Terrain_t7F309492F67238DBFBC4566F47385B2A665CF667* L_0 = ((LandscapeTransformerBase_t5825BF43364CC2021181454F5AA4A6B5BCBE8B47*)__this)->___terrain_4;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_1;
|
|
L_1 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_0, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
if (L_1)
|
|
{
|
|
goto IL_0021;
|
|
}
|
|
}
|
|
{
|
|
Terrain_t7F309492F67238DBFBC4566F47385B2A665CF667* L_2 = ((LandscapeTransformerBase_t5825BF43364CC2021181454F5AA4A6B5BCBE8B47*)__this)->___terrain_4;
|
|
NullCheck(L_2);
|
|
TerrainData_t615A68EAC648066681875D47FC641496D12F2E24* L_3;
|
|
L_3 = Terrain_get_terrainData_m3B6C1D89471A4E1C60FC19C168DB37A011B924FD(L_2, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_4;
|
|
L_4 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_3, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
if (!L_4)
|
|
{
|
|
goto IL_0022;
|
|
}
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
// if (terrain == null || terrain.terrainData == null) return;
|
|
return;
|
|
}
|
|
|
|
IL_0022:
|
|
{
|
|
// var data = terrain.terrainData;
|
|
Terrain_t7F309492F67238DBFBC4566F47385B2A665CF667* L_5 = ((LandscapeTransformerBase_t5825BF43364CC2021181454F5AA4A6B5BCBE8B47*)__this)->___terrain_4;
|
|
NullCheck(L_5);
|
|
TerrainData_t615A68EAC648066681875D47FC641496D12F2E24* L_6;
|
|
L_6 = Terrain_get_terrainData_m3B6C1D89471A4E1C60FC19C168DB37A011B924FD(L_5, NULL);
|
|
V_0 = L_6;
|
|
// var gridSize = model.Config.GridCellSize;
|
|
GridDungeonModel_tAEF5278646C831FA4C6EEEFEF7128869C645942F* L_7 = ___0_model;
|
|
NullCheck(L_7);
|
|
GridDungeonConfig_tA813B337E88DBA4D5849118F7CF0D012B1178726* L_8 = L_7->___Config_5;
|
|
NullCheck(L_8);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_9 = L_8->___GridCellSize_5;
|
|
V_1 = L_9;
|
|
// foreach (var cell in model.Cells)
|
|
GridDungeonModel_tAEF5278646C831FA4C6EEEFEF7128869C645942F* L_10 = ___0_model;
|
|
NullCheck(L_10);
|
|
List_1_t987D5B80738D2852896A351FD59FC0CCCE96F45A* L_11 = L_10->___Cells_6;
|
|
NullCheck(L_11);
|
|
Enumerator_tF7CD6203B7815A8F8DC4B853FF9FE5C6A3021FE8 L_12;
|
|
L_12 = List_1_GetEnumerator_m5A8FFD32A62DDD1E1EF2C5746ADDD20468DE6F35(L_11, List_1_GetEnumerator_m5A8FFD32A62DDD1E1EF2C5746ADDD20468DE6F35_RuntimeMethod_var);
|
|
V_2 = L_12;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_011d:
|
|
{// begin finally (depth: 1)
|
|
Enumerator_Dispose_m78CE33F908EF5E977351DDCF0DDE935CE81FC839((&V_2), Enumerator_Dispose_m78CE33F908EF5E977351DDCF0DDE935CE81FC839_RuntimeMethod_var);
|
|
return;
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
{
|
|
goto IL_010f_1;
|
|
}
|
|
|
|
IL_004b_1:
|
|
{
|
|
// foreach (var cell in model.Cells)
|
|
Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01* L_13;
|
|
L_13 = Enumerator_get_Current_m4AAC4833BA64EA18FAEB5AE98B1558ED8B463649_inline((&V_2), Enumerator_get_Current_m4AAC4833BA64EA18FAEB5AE98B1558ED8B463649_RuntimeMethod_var);
|
|
V_3 = L_13;
|
|
// if (cell.CellType == CellType.Unknown) continue;
|
|
Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01* L_14 = V_3;
|
|
NullCheck(L_14);
|
|
int32_t L_15;
|
|
L_15 = Cell_get_CellType_m2C666B1ED7806805420EA64623AF5D3EDFF6F642_inline(L_14, NULL);
|
|
if ((((int32_t)L_15) == ((int32_t)3)))
|
|
{
|
|
goto IL_010f_1;
|
|
}
|
|
}
|
|
{
|
|
// var bounds = cell.Bounds;
|
|
Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01* L_16 = V_3;
|
|
NullCheck(L_16);
|
|
Rectangle_tA560F5F5599A7C11DDD6E7EC2A93ABD2AAA6C64E L_17;
|
|
L_17 = Cell_get_Bounds_m701BAE5F667F9ED03D14964497811072198366CE_inline(L_16, NULL);
|
|
V_4 = L_17;
|
|
// var locationGrid = bounds.Location;
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_18;
|
|
L_18 = Rectangle_get_Location_mF005282420254BC725474ED27F3E4E7513956D2B_inline((&V_4), NULL);
|
|
// var location = locationGrid * gridSize;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_19 = V_1;
|
|
il2cpp_codegen_runtime_class_init_inline(IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C_il2cpp_TypeInfo_var);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_20;
|
|
L_20 = IntVector_op_Multiply_m3233E2C98AC1950B36883D28B04FF0B7C1E43AA3(L_18, L_19, NULL);
|
|
V_5 = L_20;
|
|
// var size = bounds.Size * gridSize;
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_21;
|
|
L_21 = Rectangle_get_Size_mA55765DC875BB6CEBED2C41C0DBC5258B7A79259_inline((&V_4), NULL);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_22 = V_1;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_23;
|
|
L_23 = IntVector_op_Multiply_m3233E2C98AC1950B36883D28B04FF0B7C1E43AA3(L_21, L_22, NULL);
|
|
V_6 = L_23;
|
|
// LandscapeDataRasterizer.WorldToTerrainCoord(terrain, location.x, location.z, out gx1, out gy1, RasterizerTextureSpace.DetailMap);
|
|
Terrain_t7F309492F67238DBFBC4566F47385B2A665CF667* L_24 = ((LandscapeTransformerBase_t5825BF43364CC2021181454F5AA4A6B5BCBE8B47*)__this)->___terrain_4;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_25 = V_5;
|
|
float L_26 = L_25.___x_2;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_27 = V_5;
|
|
float L_28 = L_27.___z_4;
|
|
LandscapeDataRasterizer_WorldToTerrainCoord_m0F16DB66D83FFF112F1B2FF79EE104AE7FE5AEC4(L_24, L_26, L_28, (&V_7), (&V_8), 2, NULL);
|
|
// LandscapeDataRasterizer.WorldToTerrainCoord(terrain, location.x + size.x, location.z + size.z, out gx2, out gy2, RasterizerTextureSpace.DetailMap);
|
|
Terrain_t7F309492F67238DBFBC4566F47385B2A665CF667* L_29 = ((LandscapeTransformerBase_t5825BF43364CC2021181454F5AA4A6B5BCBE8B47*)__this)->___terrain_4;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_30 = V_5;
|
|
float L_31 = L_30.___x_2;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_32 = V_6;
|
|
float L_33 = L_32.___x_2;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_34 = V_5;
|
|
float L_35 = L_34.___z_4;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_36 = V_6;
|
|
float L_37 = L_36.___z_4;
|
|
LandscapeDataRasterizer_WorldToTerrainCoord_m0F16DB66D83FFF112F1B2FF79EE104AE7FE5AEC4(L_29, ((float)il2cpp_codegen_add(L_31, L_33)), ((float)il2cpp_codegen_add(L_35, L_37)), (&V_9), (&V_10), 2, NULL);
|
|
// int sx = gx2 - gx1 + 1;
|
|
int32_t L_38 = V_9;
|
|
int32_t L_39 = V_7;
|
|
V_11 = ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_subtract(L_38, L_39)), 1));
|
|
// int sy = gy2 - gy1 + 1;
|
|
int32_t L_40 = V_10;
|
|
int32_t L_41 = V_8;
|
|
// int[,] clearPatch = new int[sy, sx];
|
|
int32_t L_42 = V_11;
|
|
il2cpp_array_size_t L_44[] = { (il2cpp_array_size_t)((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_subtract(L_40, L_41)), 1)), (il2cpp_array_size_t)L_42 };
|
|
Int32U5BU2CU5D_t46F2694E7DAD7B2B05C940EC5B9DE04E40D0516F* L_43 = (Int32U5BU2CU5D_t46F2694E7DAD7B2B05C940EC5B9DE04E40D0516F*)GenArrayNew(Int32U5BU2CU5D_t46F2694E7DAD7B2B05C940EC5B9DE04E40D0516F_il2cpp_TypeInfo_var, L_44);
|
|
V_12 = L_43;
|
|
// for (int d = 0; d < data.detailPrototypes.Length; d++)
|
|
V_13 = 0;
|
|
goto IL_0103_1;
|
|
}
|
|
|
|
IL_00ef_1:
|
|
{
|
|
// data.SetDetailLayer(gx1, gy1, d, clearPatch);
|
|
TerrainData_t615A68EAC648066681875D47FC641496D12F2E24* L_45 = V_0;
|
|
int32_t L_46 = V_7;
|
|
int32_t L_47 = V_8;
|
|
int32_t L_48 = V_13;
|
|
Int32U5BU2CU5D_t46F2694E7DAD7B2B05C940EC5B9DE04E40D0516F* L_49 = V_12;
|
|
NullCheck(L_45);
|
|
TerrainData_SetDetailLayer_m03F76CB703CB3277723319EBF29B4924E22ED84B(L_45, L_46, L_47, L_48, L_49, NULL);
|
|
// for (int d = 0; d < data.detailPrototypes.Length; d++)
|
|
int32_t L_50 = V_13;
|
|
V_13 = ((int32_t)il2cpp_codegen_add(L_50, 1));
|
|
}
|
|
|
|
IL_0103_1:
|
|
{
|
|
// for (int d = 0; d < data.detailPrototypes.Length; d++)
|
|
int32_t L_51 = V_13;
|
|
TerrainData_t615A68EAC648066681875D47FC641496D12F2E24* L_52 = V_0;
|
|
NullCheck(L_52);
|
|
DetailPrototypeU5BU5D_tB9391EFBDD64B38867DFB8179C6C0E8C81998AB7* L_53;
|
|
L_53 = TerrainData_get_detailPrototypes_m057F428D22C9FCCD36C6BE6768263DE777C6B2C4(L_52, NULL);
|
|
NullCheck(L_53);
|
|
if ((((int32_t)L_51) < ((int32_t)((int32_t)(((RuntimeArray*)L_53)->max_length)))))
|
|
{
|
|
goto IL_00ef_1;
|
|
}
|
|
}
|
|
|
|
IL_010f_1:
|
|
{
|
|
// foreach (var cell in model.Cells)
|
|
bool L_54;
|
|
L_54 = Enumerator_MoveNext_m99C7EE977A1004680A927B694ED31BDBAFD3E0F3((&V_2), Enumerator_MoveNext_m99C7EE977A1004680A927B694ED31BDBAFD3E0F3_RuntimeMethod_var);
|
|
if (L_54)
|
|
{
|
|
goto IL_004b_1;
|
|
}
|
|
}
|
|
{
|
|
goto IL_012b;
|
|
}
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_012b:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void DungeonArchitect.Builders.Grid.LandscapeTransformerGrid::UpdateBaseTexture(DungeonArchitect.Builders.Grid.GridDungeonModel,System.Single[,,])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LandscapeTransformerGrid_UpdateBaseTexture_m77695B51C0EB1FED27EC6DA4645A940577CA4CE1 (LandscapeTransformerGrid_t02E5535AC1B5F112D6D2B1F8485AFC486AEF787B* __this, GridDungeonModel_tAEF5278646C831FA4C6EEEFEF7128869C645942F* ___0_model, SingleU5BU2CU2CU5D_tE902E5192C7283A470AAADB477117789A9682488* ___1_map, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BlurFilter_tF0801D259DC7617718278B642A023EDD7CEB7998_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m78CE33F908EF5E977351DDCF0DDE935CE81FC839_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_m99C7EE977A1004680A927B694ED31BDBAFD3E0F3_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m4AAC4833BA64EA18FAEB5AE98B1558ED8B463649_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_GetEnumerator_m5A8FFD32A62DDD1E1EF2C5746ADDD20468DE6F35_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SingleU5BU2CU5D_t8C95DA2D5056EB0490FC7DCB1ED30E33DE1D53F4_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
TerrainData_t615A68EAC648066681875D47FC641496D12F2E24* V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_3;
|
|
memset((&V_3), 0, sizeof(V_3));
|
|
SingleU5BU2CU5D_t8C95DA2D5056EB0490FC7DCB1ED30E33DE1D53F4* V_4 = NULL;
|
|
SingleU5BU2CU5D_t8C95DA2D5056EB0490FC7DCB1ED30E33DE1D53F4* V_5 = NULL;
|
|
int32_t V_6 = 0;
|
|
Enumerator_tF7CD6203B7815A8F8DC4B853FF9FE5C6A3021FE8 V_7;
|
|
memset((&V_7), 0, sizeof(V_7));
|
|
Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01* V_8 = NULL;
|
|
Rectangle_tA560F5F5599A7C11DDD6E7EC2A93ABD2AAA6C64E V_9;
|
|
memset((&V_9), 0, sizeof(V_9));
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_10;
|
|
memset((&V_10), 0, sizeof(V_10));
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_11;
|
|
memset((&V_11), 0, sizeof(V_11));
|
|
int32_t V_12 = 0;
|
|
int32_t V_13 = 0;
|
|
int32_t V_14 = 0;
|
|
int32_t V_15 = 0;
|
|
int32_t V_16 = 0;
|
|
int32_t V_17 = 0;
|
|
int32_t V_18 = 0;
|
|
int32_t V_19 = 0;
|
|
bool V_20 = false;
|
|
int32_t V_21 = 0;
|
|
{
|
|
// if (terrain == null || terrain.terrainData == null) return;
|
|
Terrain_t7F309492F67238DBFBC4566F47385B2A665CF667* L_0 = ((LandscapeTransformerBase_t5825BF43364CC2021181454F5AA4A6B5BCBE8B47*)__this)->___terrain_4;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_1;
|
|
L_1 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_0, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
if (L_1)
|
|
{
|
|
goto IL_0021;
|
|
}
|
|
}
|
|
{
|
|
Terrain_t7F309492F67238DBFBC4566F47385B2A665CF667* L_2 = ((LandscapeTransformerBase_t5825BF43364CC2021181454F5AA4A6B5BCBE8B47*)__this)->___terrain_4;
|
|
NullCheck(L_2);
|
|
TerrainData_t615A68EAC648066681875D47FC641496D12F2E24* L_3;
|
|
L_3 = Terrain_get_terrainData_m3B6C1D89471A4E1C60FC19C168DB37A011B924FD(L_2, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_4;
|
|
L_4 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_3, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
if (!L_4)
|
|
{
|
|
goto IL_0022;
|
|
}
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
// if (terrain == null || terrain.terrainData == null) return;
|
|
return;
|
|
}
|
|
|
|
IL_0022:
|
|
{
|
|
// var data = terrain.terrainData;
|
|
Terrain_t7F309492F67238DBFBC4566F47385B2A665CF667* L_5 = ((LandscapeTransformerBase_t5825BF43364CC2021181454F5AA4A6B5BCBE8B47*)__this)->___terrain_4;
|
|
NullCheck(L_5);
|
|
TerrainData_t615A68EAC648066681875D47FC641496D12F2E24* L_6;
|
|
L_6 = Terrain_get_terrainData_m3B6C1D89471A4E1C60FC19C168DB37A011B924FD(L_5, NULL);
|
|
V_0 = L_6;
|
|
// int corridorIndex = GetTextureIndex(LandscapeTextureType.Corridor);
|
|
int32_t L_7;
|
|
L_7 = LandscapeTransformerGrid_GetTextureIndex_mE00B13138344AF2BE720F233E2498C93495A84FE(__this, 1, NULL);
|
|
V_1 = L_7;
|
|
// int roomIndex = GetTextureIndex(LandscapeTextureType.Room);
|
|
int32_t L_8;
|
|
L_8 = LandscapeTransformerGrid_GetTextureIndex_mE00B13138344AF2BE720F233E2498C93495A84FE(__this, 0, NULL);
|
|
V_2 = L_8;
|
|
// var gridSize = model.Config.GridCellSize;
|
|
GridDungeonModel_tAEF5278646C831FA4C6EEEFEF7128869C645942F* L_9 = ___0_model;
|
|
NullCheck(L_9);
|
|
GridDungeonConfig_tA813B337E88DBA4D5849118F7CF0D012B1178726* L_10 = L_9->___Config_5;
|
|
NullCheck(L_10);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_11 = L_10->___GridCellSize_5;
|
|
V_3 = L_11;
|
|
// var roomMap = new float[map.GetLength(0), map.GetLength(1)];
|
|
SingleU5BU2CU2CU5D_tE902E5192C7283A470AAADB477117789A9682488* L_12 = ___1_map;
|
|
NullCheck((RuntimeArray*)L_12);
|
|
int32_t L_13;
|
|
L_13 = Array_GetLength_mFE7A9FE891DE1E07795230BE09854441CDD0E935((RuntimeArray*)L_12, 0, NULL);
|
|
SingleU5BU2CU2CU5D_tE902E5192C7283A470AAADB477117789A9682488* L_14 = ___1_map;
|
|
NullCheck((RuntimeArray*)L_14);
|
|
int32_t L_15;
|
|
L_15 = Array_GetLength_mFE7A9FE891DE1E07795230BE09854441CDD0E935((RuntimeArray*)L_14, 1, NULL);
|
|
il2cpp_array_size_t L_17[] = { (il2cpp_array_size_t)L_13, (il2cpp_array_size_t)L_15 };
|
|
SingleU5BU2CU5D_t8C95DA2D5056EB0490FC7DCB1ED30E33DE1D53F4* L_16 = (SingleU5BU2CU5D_t8C95DA2D5056EB0490FC7DCB1ED30E33DE1D53F4*)GenArrayNew(SingleU5BU2CU5D_t8C95DA2D5056EB0490FC7DCB1ED30E33DE1D53F4_il2cpp_TypeInfo_var, L_17);
|
|
V_4 = L_16;
|
|
// var corridorMap = new float[map.GetLength(0), map.GetLength(1)];
|
|
SingleU5BU2CU2CU5D_tE902E5192C7283A470AAADB477117789A9682488* L_18 = ___1_map;
|
|
NullCheck((RuntimeArray*)L_18);
|
|
int32_t L_19;
|
|
L_19 = Array_GetLength_mFE7A9FE891DE1E07795230BE09854441CDD0E935((RuntimeArray*)L_18, 0, NULL);
|
|
SingleU5BU2CU2CU5D_tE902E5192C7283A470AAADB477117789A9682488* L_20 = ___1_map;
|
|
NullCheck((RuntimeArray*)L_20);
|
|
int32_t L_21;
|
|
L_21 = Array_GetLength_mFE7A9FE891DE1E07795230BE09854441CDD0E935((RuntimeArray*)L_20, 1, NULL);
|
|
il2cpp_array_size_t L_23[] = { (il2cpp_array_size_t)L_19, (il2cpp_array_size_t)L_21 };
|
|
SingleU5BU2CU5D_t8C95DA2D5056EB0490FC7DCB1ED30E33DE1D53F4* L_22 = (SingleU5BU2CU5D_t8C95DA2D5056EB0490FC7DCB1ED30E33DE1D53F4*)GenArrayNew(SingleU5BU2CU5D_t8C95DA2D5056EB0490FC7DCB1ED30E33DE1D53F4_il2cpp_TypeInfo_var, L_23);
|
|
V_5 = L_22;
|
|
// foreach (var cell in model.Cells)
|
|
GridDungeonModel_tAEF5278646C831FA4C6EEEFEF7128869C645942F* L_24 = ___0_model;
|
|
NullCheck(L_24);
|
|
List_1_t987D5B80738D2852896A351FD59FC0CCCE96F45A* L_25 = L_24->___Cells_6;
|
|
NullCheck(L_25);
|
|
Enumerator_tF7CD6203B7815A8F8DC4B853FF9FE5C6A3021FE8 L_26;
|
|
L_26 = List_1_GetEnumerator_m5A8FFD32A62DDD1E1EF2C5746ADDD20468DE6F35(L_25, List_1_GetEnumerator_m5A8FFD32A62DDD1E1EF2C5746ADDD20468DE6F35_RuntimeMethod_var);
|
|
V_7 = L_26;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_0167:
|
|
{// begin finally (depth: 1)
|
|
Enumerator_Dispose_m78CE33F908EF5E977351DDCF0DDE935CE81FC839((&V_7), Enumerator_Dispose_m78CE33F908EF5E977351DDCF0DDE935CE81FC839_RuntimeMethod_var);
|
|
return;
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
{
|
|
goto IL_0159_1;
|
|
}
|
|
|
|
IL_0086_1:
|
|
{
|
|
// foreach (var cell in model.Cells)
|
|
Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01* L_27;
|
|
L_27 = Enumerator_get_Current_m4AAC4833BA64EA18FAEB5AE98B1558ED8B463649_inline((&V_7), Enumerator_get_Current_m4AAC4833BA64EA18FAEB5AE98B1558ED8B463649_RuntimeMethod_var);
|
|
V_8 = L_27;
|
|
// var bounds = cell.Bounds;
|
|
Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01* L_28 = V_8;
|
|
NullCheck(L_28);
|
|
Rectangle_tA560F5F5599A7C11DDD6E7EC2A93ABD2AAA6C64E L_29;
|
|
L_29 = Cell_get_Bounds_m701BAE5F667F9ED03D14964497811072198366CE_inline(L_28, NULL);
|
|
V_9 = L_29;
|
|
// var locationGrid = bounds.Location;
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_30;
|
|
L_30 = Rectangle_get_Location_mF005282420254BC725474ED27F3E4E7513956D2B_inline((&V_9), NULL);
|
|
// var location = locationGrid * gridSize;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_31 = V_3;
|
|
il2cpp_codegen_runtime_class_init_inline(IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C_il2cpp_TypeInfo_var);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_32;
|
|
L_32 = IntVector_op_Multiply_m3233E2C98AC1950B36883D28B04FF0B7C1E43AA3(L_30, L_31, NULL);
|
|
V_10 = L_32;
|
|
// var size = bounds.Size * gridSize;
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_33;
|
|
L_33 = Rectangle_get_Size_mA55765DC875BB6CEBED2C41C0DBC5258B7A79259_inline((&V_9), NULL);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_34 = V_3;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_35;
|
|
L_35 = IntVector_op_Multiply_m3233E2C98AC1950B36883D28B04FF0B7C1E43AA3(L_33, L_34, NULL);
|
|
V_11 = L_35;
|
|
// LandscapeDataRasterizer.WorldToTerrainTextureCoord(terrain, location.x, location.z, out gx1, out gy1);
|
|
Terrain_t7F309492F67238DBFBC4566F47385B2A665CF667* L_36 = ((LandscapeTransformerBase_t5825BF43364CC2021181454F5AA4A6B5BCBE8B47*)__this)->___terrain_4;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_37 = V_10;
|
|
float L_38 = L_37.___x_2;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_39 = V_10;
|
|
float L_40 = L_39.___z_4;
|
|
LandscapeDataRasterizer_WorldToTerrainTextureCoord_mD5B8ECF7455D72F378CE67E88A167AFE2AADD4F7(L_36, L_38, L_40, (&V_12), (&V_13), NULL);
|
|
// LandscapeDataRasterizer.WorldToTerrainTextureCoord(terrain, location.x + size.x, location.z + size.z, out gx2, out gy2);
|
|
Terrain_t7F309492F67238DBFBC4566F47385B2A665CF667* L_41 = ((LandscapeTransformerBase_t5825BF43364CC2021181454F5AA4A6B5BCBE8B47*)__this)->___terrain_4;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_42 = V_10;
|
|
float L_43 = L_42.___x_2;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_44 = V_11;
|
|
float L_45 = L_44.___x_2;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_46 = V_10;
|
|
float L_47 = L_46.___z_4;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_48 = V_11;
|
|
float L_49 = L_48.___z_4;
|
|
LandscapeDataRasterizer_WorldToTerrainTextureCoord_mD5B8ECF7455D72F378CE67E88A167AFE2AADD4F7(L_41, ((float)il2cpp_codegen_add(L_43, L_45)), ((float)il2cpp_codegen_add(L_47, L_49)), (&V_14), (&V_15), NULL);
|
|
// for (var gx = gx1; gx <= gx2; gx++) {
|
|
int32_t L_50 = V_12;
|
|
V_16 = L_50;
|
|
goto IL_0153_1;
|
|
}
|
|
|
|
IL_0106_1:
|
|
{
|
|
// for (var gy = gy1; gy <= gy2; gy++) {
|
|
int32_t L_51 = V_13;
|
|
V_17 = L_51;
|
|
goto IL_0147_1;
|
|
}
|
|
|
|
IL_010c_1:
|
|
{
|
|
// if (cell.CellType == CellType.Unknown) continue;
|
|
Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01* L_52 = V_8;
|
|
NullCheck(L_52);
|
|
int32_t L_53;
|
|
L_53 = Cell_get_CellType_m2C666B1ED7806805420EA64623AF5D3EDFF6F642_inline(L_52, NULL);
|
|
if ((((int32_t)L_53) == ((int32_t)3)))
|
|
{
|
|
goto IL_0141_1;
|
|
}
|
|
}
|
|
{
|
|
// if (cell.CellType == CellType.Room)
|
|
Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01* L_54 = V_8;
|
|
NullCheck(L_54);
|
|
int32_t L_55;
|
|
L_55 = Cell_get_CellType_m2C666B1ED7806805420EA64623AF5D3EDFF6F642_inline(L_54, NULL);
|
|
if (L_55)
|
|
{
|
|
goto IL_0131_1;
|
|
}
|
|
}
|
|
{
|
|
// roomMap[gy, gx] = 1;
|
|
SingleU5BU2CU5D_t8C95DA2D5056EB0490FC7DCB1ED30E33DE1D53F4* L_56 = V_4;
|
|
int32_t L_57 = V_17;
|
|
int32_t L_58 = V_16;
|
|
NullCheck(L_56);
|
|
(L_56)->SetAt(L_57, L_58, (1.0f));
|
|
goto IL_0141_1;
|
|
}
|
|
|
|
IL_0131_1:
|
|
{
|
|
// corridorMap[gy, gx] = 1;
|
|
SingleU5BU2CU5D_t8C95DA2D5056EB0490FC7DCB1ED30E33DE1D53F4* L_59 = V_5;
|
|
int32_t L_60 = V_17;
|
|
int32_t L_61 = V_16;
|
|
NullCheck(L_59);
|
|
(L_59)->SetAt(L_60, L_61, (1.0f));
|
|
}
|
|
|
|
IL_0141_1:
|
|
{
|
|
// for (var gy = gy1; gy <= gy2; gy++) {
|
|
int32_t L_62 = V_17;
|
|
V_17 = ((int32_t)il2cpp_codegen_add(L_62, 1));
|
|
}
|
|
|
|
IL_0147_1:
|
|
{
|
|
// for (var gy = gy1; gy <= gy2; gy++) {
|
|
int32_t L_63 = V_17;
|
|
int32_t L_64 = V_15;
|
|
if ((((int32_t)L_63) <= ((int32_t)L_64)))
|
|
{
|
|
goto IL_010c_1;
|
|
}
|
|
}
|
|
{
|
|
// for (var gx = gx1; gx <= gx2; gx++) {
|
|
int32_t L_65 = V_16;
|
|
V_16 = ((int32_t)il2cpp_codegen_add(L_65, 1));
|
|
}
|
|
|
|
IL_0153_1:
|
|
{
|
|
// for (var gx = gx1; gx <= gx2; gx++) {
|
|
int32_t L_66 = V_16;
|
|
int32_t L_67 = V_14;
|
|
if ((((int32_t)L_66) <= ((int32_t)L_67)))
|
|
{
|
|
goto IL_0106_1;
|
|
}
|
|
}
|
|
|
|
IL_0159_1:
|
|
{
|
|
// foreach (var cell in model.Cells)
|
|
bool L_68;
|
|
L_68 = Enumerator_MoveNext_m99C7EE977A1004680A927B694ED31BDBAFD3E0F3((&V_7), Enumerator_MoveNext_m99C7EE977A1004680A927B694ED31BDBAFD3E0F3_RuntimeMethod_var);
|
|
if (L_68)
|
|
{
|
|
goto IL_0086_1;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0175;
|
|
}
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_0175:
|
|
{
|
|
// var filter = new BlurFilter(roadBlurDistance);
|
|
int32_t L_69 = __this->___roadBlurDistance_13;
|
|
BlurFilter_tF0801D259DC7617718278B642A023EDD7CEB7998* L_70 = (BlurFilter_tF0801D259DC7617718278B642A023EDD7CEB7998*)il2cpp_codegen_object_new(BlurFilter_tF0801D259DC7617718278B642A023EDD7CEB7998_il2cpp_TypeInfo_var);
|
|
NullCheck(L_70);
|
|
BlurFilter__ctor_m2AFA86EE8D0AB5194A1A9ADA255F3DACCE35F5DA(L_70, L_69, NULL);
|
|
// roomMap = filter.ApplyFilter(roomMap);
|
|
BlurFilter_tF0801D259DC7617718278B642A023EDD7CEB7998* L_71 = L_70;
|
|
SingleU5BU2CU5D_t8C95DA2D5056EB0490FC7DCB1ED30E33DE1D53F4* L_72 = V_4;
|
|
NullCheck(L_71);
|
|
SingleU5BU2CU5D_t8C95DA2D5056EB0490FC7DCB1ED30E33DE1D53F4* L_73;
|
|
L_73 = BlurFilter_ApplyFilter_m1D07FB1436DE5B3E18ABF560A86B1C2DFB2D8CBB(L_71, L_72, NULL);
|
|
V_4 = L_73;
|
|
// corridorMap = filter.ApplyFilter(corridorMap);
|
|
SingleU5BU2CU5D_t8C95DA2D5056EB0490FC7DCB1ED30E33DE1D53F4* L_74 = V_5;
|
|
NullCheck(L_71);
|
|
SingleU5BU2CU5D_t8C95DA2D5056EB0490FC7DCB1ED30E33DE1D53F4* L_75;
|
|
L_75 = BlurFilter_ApplyFilter_m1D07FB1436DE5B3E18ABF560A86B1C2DFB2D8CBB(L_71, L_74, NULL);
|
|
V_5 = L_75;
|
|
// int numMaps = map.GetLength(2);
|
|
SingleU5BU2CU2CU5D_tE902E5192C7283A470AAADB477117789A9682488* L_76 = ___1_map;
|
|
NullCheck((RuntimeArray*)L_76);
|
|
int32_t L_77;
|
|
L_77 = Array_GetLength_mFE7A9FE891DE1E07795230BE09854441CDD0E935((RuntimeArray*)L_76, 2, NULL);
|
|
V_6 = L_77;
|
|
// for (var y = 0; y < data.alphamapHeight; y++) {
|
|
V_18 = 0;
|
|
goto IL_0278;
|
|
}
|
|
|
|
IL_01a4:
|
|
{
|
|
// for (var x = 0; x < data.alphamapWidth; x++) {
|
|
V_19 = 0;
|
|
goto IL_0265;
|
|
}
|
|
|
|
IL_01ac:
|
|
{
|
|
// bool wroteData = false;
|
|
V_20 = (bool)0;
|
|
// bool isCorridor = (corridorMap[y, x] > corridorBlurThreshold);
|
|
SingleU5BU2CU5D_t8C95DA2D5056EB0490FC7DCB1ED30E33DE1D53F4* L_78 = V_5;
|
|
int32_t L_79 = V_18;
|
|
int32_t L_80 = V_19;
|
|
NullCheck(L_78);
|
|
float L_81;
|
|
L_81 = (L_78)->GetAt(L_79, L_80);
|
|
float L_82 = __this->___corridorBlurThreshold_14;
|
|
// if (isCorridor) {
|
|
if (!((((float)L_81) > ((float)L_82))? 1 : 0))
|
|
{
|
|
goto IL_01ef;
|
|
}
|
|
}
|
|
{
|
|
// if (roomIndex >= 0)
|
|
int32_t L_83 = V_2;
|
|
if ((((int32_t)L_83) < ((int32_t)0)))
|
|
{
|
|
goto IL_01d8;
|
|
}
|
|
}
|
|
{
|
|
// map[y, x, roomIndex] = 0;
|
|
SingleU5BU2CU2CU5D_tE902E5192C7283A470AAADB477117789A9682488* L_84 = ___1_map;
|
|
int32_t L_85 = V_18;
|
|
int32_t L_86 = V_19;
|
|
int32_t L_87 = V_2;
|
|
NullCheck(L_84);
|
|
(L_84)->SetAt(L_85, L_86, L_87, (0.0f));
|
|
}
|
|
|
|
IL_01d8:
|
|
{
|
|
// if (corridorIndex >= 0)
|
|
int32_t L_88 = V_1;
|
|
if ((((int32_t)L_88) < ((int32_t)0)))
|
|
{
|
|
goto IL_01ef;
|
|
}
|
|
}
|
|
{
|
|
// map[y, x, corridorIndex] = 1;
|
|
SingleU5BU2CU2CU5D_tE902E5192C7283A470AAADB477117789A9682488* L_89 = ___1_map;
|
|
int32_t L_90 = V_18;
|
|
int32_t L_91 = V_19;
|
|
int32_t L_92 = V_1;
|
|
NullCheck(L_89);
|
|
(L_89)->SetAt(L_90, L_91, L_92, (1.0f));
|
|
// wroteData = true;
|
|
V_20 = (bool)1;
|
|
}
|
|
|
|
IL_01ef:
|
|
{
|
|
// bool isRoom = (roomMap[y, x] > roomBlurThreshold);
|
|
SingleU5BU2CU5D_t8C95DA2D5056EB0490FC7DCB1ED30E33DE1D53F4* L_93 = V_4;
|
|
int32_t L_94 = V_18;
|
|
int32_t L_95 = V_19;
|
|
NullCheck(L_93);
|
|
float L_96;
|
|
L_96 = (L_93)->GetAt(L_94, L_95);
|
|
float L_97 = __this->___roomBlurThreshold_15;
|
|
// if (isRoom)
|
|
if (!((((float)L_96) > ((float)L_97))? 1 : 0))
|
|
{
|
|
goto IL_022f;
|
|
}
|
|
}
|
|
{
|
|
// if (corridorIndex >= 0)
|
|
int32_t L_98 = V_1;
|
|
if ((((int32_t)L_98) < ((int32_t)0)))
|
|
{
|
|
goto IL_0218;
|
|
}
|
|
}
|
|
{
|
|
// map[y, x, corridorIndex] = 0;
|
|
SingleU5BU2CU2CU5D_tE902E5192C7283A470AAADB477117789A9682488* L_99 = ___1_map;
|
|
int32_t L_100 = V_18;
|
|
int32_t L_101 = V_19;
|
|
int32_t L_102 = V_1;
|
|
NullCheck(L_99);
|
|
(L_99)->SetAt(L_100, L_101, L_102, (0.0f));
|
|
}
|
|
|
|
IL_0218:
|
|
{
|
|
// if (roomIndex >= 0)
|
|
int32_t L_103 = V_2;
|
|
if ((((int32_t)L_103) < ((int32_t)0)))
|
|
{
|
|
goto IL_022f;
|
|
}
|
|
}
|
|
{
|
|
// map[y, x, roomIndex] = 1;
|
|
SingleU5BU2CU2CU5D_tE902E5192C7283A470AAADB477117789A9682488* L_104 = ___1_map;
|
|
int32_t L_105 = V_18;
|
|
int32_t L_106 = V_19;
|
|
int32_t L_107 = V_2;
|
|
NullCheck(L_104);
|
|
(L_104)->SetAt(L_105, L_106, L_107, (1.0f));
|
|
// wroteData = true;
|
|
V_20 = (bool)1;
|
|
}
|
|
|
|
IL_022f:
|
|
{
|
|
// if (wroteData)
|
|
bool L_108 = V_20;
|
|
if (!L_108)
|
|
{
|
|
goto IL_025f;
|
|
}
|
|
}
|
|
{
|
|
// for (int m = 0; m < numMaps; m++)
|
|
V_21 = 0;
|
|
goto IL_0259;
|
|
}
|
|
|
|
IL_0238:
|
|
{
|
|
// if (m == corridorIndex || m == roomIndex)
|
|
int32_t L_109 = V_21;
|
|
int32_t L_110 = V_1;
|
|
if ((((int32_t)L_109) == ((int32_t)L_110)))
|
|
{
|
|
goto IL_0253;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_111 = V_21;
|
|
int32_t L_112 = V_2;
|
|
if ((((int32_t)L_111) == ((int32_t)L_112)))
|
|
{
|
|
goto IL_0253;
|
|
}
|
|
}
|
|
{
|
|
// map[y, x, m] = 0;
|
|
SingleU5BU2CU2CU5D_tE902E5192C7283A470AAADB477117789A9682488* L_113 = ___1_map;
|
|
int32_t L_114 = V_18;
|
|
int32_t L_115 = V_19;
|
|
int32_t L_116 = V_21;
|
|
NullCheck(L_113);
|
|
(L_113)->SetAt(L_114, L_115, L_116, (0.0f));
|
|
}
|
|
|
|
IL_0253:
|
|
{
|
|
// for (int m = 0; m < numMaps; m++)
|
|
int32_t L_117 = V_21;
|
|
V_21 = ((int32_t)il2cpp_codegen_add(L_117, 1));
|
|
}
|
|
|
|
IL_0259:
|
|
{
|
|
// for (int m = 0; m < numMaps; m++)
|
|
int32_t L_118 = V_21;
|
|
int32_t L_119 = V_6;
|
|
if ((((int32_t)L_118) < ((int32_t)L_119)))
|
|
{
|
|
goto IL_0238;
|
|
}
|
|
}
|
|
|
|
IL_025f:
|
|
{
|
|
// for (var x = 0; x < data.alphamapWidth; x++) {
|
|
int32_t L_120 = V_19;
|
|
V_19 = ((int32_t)il2cpp_codegen_add(L_120, 1));
|
|
}
|
|
|
|
IL_0265:
|
|
{
|
|
// for (var x = 0; x < data.alphamapWidth; x++) {
|
|
int32_t L_121 = V_19;
|
|
TerrainData_t615A68EAC648066681875D47FC641496D12F2E24* L_122 = V_0;
|
|
NullCheck(L_122);
|
|
int32_t L_123;
|
|
L_123 = TerrainData_get_alphamapWidth_m07E5B04B08E87AC9F66D766B363000F94C8612D4(L_122, NULL);
|
|
if ((((int32_t)L_121) < ((int32_t)L_123)))
|
|
{
|
|
goto IL_01ac;
|
|
}
|
|
}
|
|
{
|
|
// for (var y = 0; y < data.alphamapHeight; y++) {
|
|
int32_t L_124 = V_18;
|
|
V_18 = ((int32_t)il2cpp_codegen_add(L_124, 1));
|
|
}
|
|
|
|
IL_0278:
|
|
{
|
|
// for (var y = 0; y < data.alphamapHeight; y++) {
|
|
int32_t L_125 = V_18;
|
|
TerrainData_t615A68EAC648066681875D47FC641496D12F2E24* L_126 = V_0;
|
|
NullCheck(L_126);
|
|
int32_t L_127;
|
|
L_127 = TerrainData_get_alphamapHeight_m4A8273D6E0E3526A31E2669FBAB240353C086AED(L_126, NULL);
|
|
if ((((int32_t)L_125) < ((int32_t)L_127)))
|
|
{
|
|
goto IL_01a4;
|
|
}
|
|
}
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void DungeonArchitect.Builders.Grid.LandscapeTransformerGrid::UpdateCliffTexture(System.Single[,,])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LandscapeTransformerGrid_UpdateCliffTexture_m18BB6DDB9E2FE8BE8949BDB0BAFE6DD541B7066D (LandscapeTransformerGrid_t02E5535AC1B5F112D6D2B1F8485AFC486AEF787B* __this, SingleU5BU2CU2CU5D_tE902E5192C7283A470AAADB477117789A9682488* ___0_map, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
TerrainData_t615A68EAC648066681875D47FC641496D12F2E24* V_1 = NULL;
|
|
int32_t V_2 = 0;
|
|
int32_t V_3 = 0;
|
|
float V_4 = 0.0f;
|
|
float V_5 = 0.0f;
|
|
float V_6 = 0.0f;
|
|
float V_7 = 0.0f;
|
|
float V_8 = 0.0f;
|
|
int32_t V_9 = 0;
|
|
{
|
|
// if (terrain == null) return;
|
|
Terrain_t7F309492F67238DBFBC4566F47385B2A665CF667* L_0 = ((LandscapeTransformerBase_t5825BF43364CC2021181454F5AA4A6B5BCBE8B47*)__this)->___terrain_4;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_1;
|
|
L_1 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_0, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_000f;
|
|
}
|
|
}
|
|
{
|
|
// if (terrain == null) return;
|
|
return;
|
|
}
|
|
|
|
IL_000f:
|
|
{
|
|
// int cliffIndex = GetTextureIndex(LandscapeTextureType.Cliff);
|
|
int32_t L_2;
|
|
L_2 = LandscapeTransformerGrid_GetTextureIndex_mE00B13138344AF2BE720F233E2498C93495A84FE(__this, 2, NULL);
|
|
V_0 = L_2;
|
|
// if (cliffIndex < 0) return;
|
|
int32_t L_3 = V_0;
|
|
if ((((int32_t)L_3) >= ((int32_t)0)))
|
|
{
|
|
goto IL_001c;
|
|
}
|
|
}
|
|
{
|
|
// if (cliffIndex < 0) return;
|
|
return;
|
|
}
|
|
|
|
IL_001c:
|
|
{
|
|
// var data = terrain.terrainData;
|
|
Terrain_t7F309492F67238DBFBC4566F47385B2A665CF667* L_4 = ((LandscapeTransformerBase_t5825BF43364CC2021181454F5AA4A6B5BCBE8B47*)__this)->___terrain_4;
|
|
NullCheck(L_4);
|
|
TerrainData_t615A68EAC648066681875D47FC641496D12F2E24* L_5;
|
|
L_5 = Terrain_get_terrainData_m3B6C1D89471A4E1C60FC19C168DB37A011B924FD(L_4, NULL);
|
|
V_1 = L_5;
|
|
// for (var y = 0; y < data.alphamapHeight; y++) {
|
|
V_2 = 0;
|
|
goto IL_00df;
|
|
}
|
|
|
|
IL_002f:
|
|
{
|
|
// for (var x = 0; x < data.alphamapWidth; x++) {
|
|
V_3 = 0;
|
|
goto IL_00cf;
|
|
}
|
|
|
|
IL_0036:
|
|
{
|
|
// var normX = x * 1.0f / (data.alphamapWidth - 1);
|
|
int32_t L_6 = V_3;
|
|
TerrainData_t615A68EAC648066681875D47FC641496D12F2E24* L_7 = V_1;
|
|
NullCheck(L_7);
|
|
int32_t L_8;
|
|
L_8 = TerrainData_get_alphamapWidth_m07E5B04B08E87AC9F66D766B363000F94C8612D4(L_7, NULL);
|
|
V_4 = ((float)(((float)il2cpp_codegen_multiply(((float)L_6), (1.0f)))/((float)((int32_t)il2cpp_codegen_subtract(L_8, 1)))));
|
|
// var normY = y * 1.0f / (data.alphamapHeight - 1);
|
|
int32_t L_9 = V_2;
|
|
TerrainData_t615A68EAC648066681875D47FC641496D12F2E24* L_10 = V_1;
|
|
NullCheck(L_10);
|
|
int32_t L_11;
|
|
L_11 = TerrainData_get_alphamapHeight_m4A8273D6E0E3526A31E2669FBAB240353C086AED(L_10, NULL);
|
|
V_5 = ((float)(((float)il2cpp_codegen_multiply(((float)L_9), (1.0f)))/((float)((int32_t)il2cpp_codegen_subtract(L_11, 1)))));
|
|
// var angle = data.GetSteepness(normX, normY);
|
|
TerrainData_t615A68EAC648066681875D47FC641496D12F2E24* L_12 = V_1;
|
|
float L_13 = V_4;
|
|
float L_14 = V_5;
|
|
NullCheck(L_12);
|
|
float L_15;
|
|
L_15 = TerrainData_GetSteepness_mA0AD10DFEA5D97CF63DBDB34D99E7A43640D93B9(L_12, L_13, L_14, NULL);
|
|
// var frac = angle / 90.0f;
|
|
V_6 = ((float)(L_15/(90.0f)));
|
|
// frac *= 2;
|
|
float L_16 = V_6;
|
|
V_6 = ((float)il2cpp_codegen_multiply(L_16, (2.0f)));
|
|
// frac = Mathf.Clamp01(frac);
|
|
float L_17 = V_6;
|
|
float L_18;
|
|
L_18 = Mathf_Clamp01_mA7E048DBDA832D399A581BE4D6DED9FA44CE0F14_inline(L_17, NULL);
|
|
V_6 = L_18;
|
|
// var cliffRatio = frac;
|
|
float L_19 = V_6;
|
|
V_7 = L_19;
|
|
// var nonCliffRatio = 1 - frac;
|
|
float L_20 = V_6;
|
|
V_8 = ((float)il2cpp_codegen_subtract((1.0f), L_20));
|
|
// for (int t = 0; t < textures.Length; t++) {
|
|
V_9 = 0;
|
|
goto IL_00bf;
|
|
}
|
|
|
|
IL_0096:
|
|
{
|
|
// if (t == cliffIndex) {
|
|
int32_t L_21 = V_9;
|
|
int32_t L_22 = V_0;
|
|
if ((!(((uint32_t)L_21) == ((uint32_t)L_22))))
|
|
{
|
|
goto IL_00a9;
|
|
}
|
|
}
|
|
{
|
|
// map[y, x, t] = cliffRatio;
|
|
SingleU5BU2CU2CU5D_tE902E5192C7283A470AAADB477117789A9682488* L_23 = ___0_map;
|
|
int32_t L_24 = V_2;
|
|
int32_t L_25 = V_3;
|
|
int32_t L_26 = V_9;
|
|
float L_27 = V_7;
|
|
NullCheck(L_23);
|
|
(L_23)->SetAt(L_24, L_25, L_26, L_27);
|
|
goto IL_00b9;
|
|
}
|
|
|
|
IL_00a9:
|
|
{
|
|
// map[y, x, t] *= nonCliffRatio;
|
|
SingleU5BU2CU2CU5D_tE902E5192C7283A470AAADB477117789A9682488* L_28 = ___0_map;
|
|
int32_t L_29 = V_2;
|
|
int32_t L_30 = V_3;
|
|
int32_t L_31 = V_9;
|
|
NullCheck(L_28);
|
|
float* L_32;
|
|
L_32 = (L_28)->GetAddressAt(L_29, L_30, L_31);
|
|
float* L_33 = L_32;
|
|
float L_34 = *((float*)L_33);
|
|
float L_35 = V_8;
|
|
*((float*)L_33) = (float)((float)il2cpp_codegen_multiply(L_34, L_35));
|
|
}
|
|
|
|
IL_00b9:
|
|
{
|
|
// for (int t = 0; t < textures.Length; t++) {
|
|
int32_t L_36 = V_9;
|
|
V_9 = ((int32_t)il2cpp_codegen_add(L_36, 1));
|
|
}
|
|
|
|
IL_00bf:
|
|
{
|
|
// for (int t = 0; t < textures.Length; t++) {
|
|
int32_t L_37 = V_9;
|
|
LandscapeTextureU5BU5D_tE6A0A60C237861AC0D17B818973967DF136BDE8F* L_38 = __this->___textures_8;
|
|
NullCheck(L_38);
|
|
if ((((int32_t)L_37) < ((int32_t)((int32_t)(((RuntimeArray*)L_38)->max_length)))))
|
|
{
|
|
goto IL_0096;
|
|
}
|
|
}
|
|
{
|
|
// for (var x = 0; x < data.alphamapWidth; x++) {
|
|
int32_t L_39 = V_3;
|
|
V_3 = ((int32_t)il2cpp_codegen_add(L_39, 1));
|
|
}
|
|
|
|
IL_00cf:
|
|
{
|
|
// for (var x = 0; x < data.alphamapWidth; x++) {
|
|
int32_t L_40 = V_3;
|
|
TerrainData_t615A68EAC648066681875D47FC641496D12F2E24* L_41 = V_1;
|
|
NullCheck(L_41);
|
|
int32_t L_42;
|
|
L_42 = TerrainData_get_alphamapWidth_m07E5B04B08E87AC9F66D766B363000F94C8612D4(L_41, NULL);
|
|
if ((((int32_t)L_40) < ((int32_t)L_42)))
|
|
{
|
|
goto IL_0036;
|
|
}
|
|
}
|
|
{
|
|
// for (var y = 0; y < data.alphamapHeight; y++) {
|
|
int32_t L_43 = V_2;
|
|
V_2 = ((int32_t)il2cpp_codegen_add(L_43, 1));
|
|
}
|
|
|
|
IL_00df:
|
|
{
|
|
// for (var y = 0; y < data.alphamapHeight; y++) {
|
|
int32_t L_44 = V_2;
|
|
TerrainData_t615A68EAC648066681875D47FC641496D12F2E24* L_45 = V_1;
|
|
NullCheck(L_45);
|
|
int32_t L_46;
|
|
L_46 = TerrainData_get_alphamapHeight_m4A8273D6E0E3526A31E2669FBAB240353C086AED(L_45, NULL);
|
|
if ((((int32_t)L_44) < ((int32_t)L_46)))
|
|
{
|
|
goto IL_002f;
|
|
}
|
|
}
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Int32 DungeonArchitect.Builders.Grid.LandscapeTransformerGrid::GetTextureIndex(DungeonArchitect.Builders.Grid.LandscapeTextureType)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LandscapeTransformerGrid_GetTextureIndex_mE00B13138344AF2BE720F233E2498C93495A84FE (LandscapeTransformerGrid_t02E5535AC1B5F112D6D2B1F8485AFC486AEF787B* __this, int32_t ___0_textureType, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Array_IndexOf_TisTerrainLayer_t52E14A94A0CF76B0B5509B7FDFDE64FF8A9FEFF9_m83E02BCF47C5FFCBF6A422F76441258EA3BC2CD9_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
TerrainData_t615A68EAC648066681875D47FC641496D12F2E24* V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
{
|
|
// if (terrain == null || terrain.terrainData == null) return -1;
|
|
Terrain_t7F309492F67238DBFBC4566F47385B2A665CF667* L_0 = ((LandscapeTransformerBase_t5825BF43364CC2021181454F5AA4A6B5BCBE8B47*)__this)->___terrain_4;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_1;
|
|
L_1 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_0, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
if (L_1)
|
|
{
|
|
goto IL_0021;
|
|
}
|
|
}
|
|
{
|
|
Terrain_t7F309492F67238DBFBC4566F47385B2A665CF667* L_2 = ((LandscapeTransformerBase_t5825BF43364CC2021181454F5AA4A6B5BCBE8B47*)__this)->___terrain_4;
|
|
NullCheck(L_2);
|
|
TerrainData_t615A68EAC648066681875D47FC641496D12F2E24* L_3;
|
|
L_3 = Terrain_get_terrainData_m3B6C1D89471A4E1C60FC19C168DB37A011B924FD(L_2, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_4;
|
|
L_4 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_3, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
if (!L_4)
|
|
{
|
|
goto IL_0023;
|
|
}
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
// if (terrain == null || terrain.terrainData == null) return -1;
|
|
return (-1);
|
|
}
|
|
|
|
IL_0023:
|
|
{
|
|
// var data = terrain.terrainData;
|
|
Terrain_t7F309492F67238DBFBC4566F47385B2A665CF667* L_5 = ((LandscapeTransformerBase_t5825BF43364CC2021181454F5AA4A6B5BCBE8B47*)__this)->___terrain_4;
|
|
NullCheck(L_5);
|
|
TerrainData_t615A68EAC648066681875D47FC641496D12F2E24* L_6;
|
|
L_6 = Terrain_get_terrainData_m3B6C1D89471A4E1C60FC19C168DB37A011B924FD(L_5, NULL);
|
|
V_0 = L_6;
|
|
// for (int i = 0; i < textures.Length; i++) {
|
|
V_1 = 0;
|
|
goto IL_0060;
|
|
}
|
|
|
|
IL_0033:
|
|
{
|
|
// if (textures[i].textureType == textureType) {
|
|
LandscapeTextureU5BU5D_tE6A0A60C237861AC0D17B818973967DF136BDE8F* L_7 = __this->___textures_8;
|
|
int32_t L_8 = V_1;
|
|
NullCheck(L_7);
|
|
int32_t L_9 = L_8;
|
|
LandscapeTexture_t69F5DE300F8B6711B18B99396C81085C13786723* L_10 = (L_7)->GetAt(static_cast<il2cpp_array_size_t>(L_9));
|
|
NullCheck(L_10);
|
|
int32_t L_11 = L_10->___textureType_0;
|
|
int32_t L_12 = ___0_textureType;
|
|
if ((!(((uint32_t)L_11) == ((uint32_t)L_12))))
|
|
{
|
|
goto IL_005c;
|
|
}
|
|
}
|
|
{
|
|
// return System.Array.IndexOf(data.terrainLayers, textures[i].terrainLayer);
|
|
TerrainData_t615A68EAC648066681875D47FC641496D12F2E24* L_13 = V_0;
|
|
NullCheck(L_13);
|
|
TerrainLayerU5BU5D_t259E391D6115F121FCD284E79F62012D70956EB0* L_14;
|
|
L_14 = TerrainData_get_terrainLayers_m3B436DF37DDD9F18A46DD6BF112925AD5B8857C8(L_13, NULL);
|
|
LandscapeTextureU5BU5D_tE6A0A60C237861AC0D17B818973967DF136BDE8F* L_15 = __this->___textures_8;
|
|
int32_t L_16 = V_1;
|
|
NullCheck(L_15);
|
|
int32_t L_17 = L_16;
|
|
LandscapeTexture_t69F5DE300F8B6711B18B99396C81085C13786723* L_18 = (L_15)->GetAt(static_cast<il2cpp_array_size_t>(L_17));
|
|
NullCheck(L_18);
|
|
TerrainLayer_t52E14A94A0CF76B0B5509B7FDFDE64FF8A9FEFF9* L_19 = L_18->___terrainLayer_1;
|
|
int32_t L_20;
|
|
L_20 = Array_IndexOf_TisTerrainLayer_t52E14A94A0CF76B0B5509B7FDFDE64FF8A9FEFF9_m83E02BCF47C5FFCBF6A422F76441258EA3BC2CD9(L_14, L_19, Array_IndexOf_TisTerrainLayer_t52E14A94A0CF76B0B5509B7FDFDE64FF8A9FEFF9_m83E02BCF47C5FFCBF6A422F76441258EA3BC2CD9_RuntimeMethod_var);
|
|
return L_20;
|
|
}
|
|
|
|
IL_005c:
|
|
{
|
|
// for (int i = 0; i < textures.Length; i++) {
|
|
int32_t L_21 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add(L_21, 1));
|
|
}
|
|
|
|
IL_0060:
|
|
{
|
|
// for (int i = 0; i < textures.Length; i++) {
|
|
int32_t L_22 = V_1;
|
|
LandscapeTextureU5BU5D_tE6A0A60C237861AC0D17B818973967DF136BDE8F* L_23 = __this->___textures_8;
|
|
NullCheck(L_23);
|
|
if ((((int32_t)L_22) < ((int32_t)((int32_t)(((RuntimeArray*)L_23)->max_length)))))
|
|
{
|
|
goto IL_0033;
|
|
}
|
|
}
|
|
{
|
|
// return -1; // Doesn't exist
|
|
return (-1);
|
|
}
|
|
}
|
|
// System.Void DungeonArchitect.Builders.Grid.LandscapeTransformerGrid::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LandscapeTransformerGrid__ctor_mC8ABA61F23BCAD8D2527E253E1339BCE976C84FF (LandscapeTransformerGrid_t02E5535AC1B5F112D6D2B1F8485AFC486AEF787B* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public int smoothingDistance = 5;
|
|
__this->___smoothingDistance_10 = 5;
|
|
// public int roadBlurDistance = 6;
|
|
__this->___roadBlurDistance_13 = 6;
|
|
// public float corridorBlurThreshold = 0.5f;
|
|
__this->___corridorBlurThreshold_14 = (0.5f);
|
|
// public float roomBlurThreshold = 0.5f;
|
|
__this->___roomBlurThreshold_15 = (0.5f);
|
|
LandscapeTransformerBase__ctor_mCD05F588EB2909A2F491CDC96E7941FEE3E5F18B(__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 DungeonArchitect.Builders.Grid.GridDungeonItemGroup::OnPostDungeonBuild(DungeonArchitect.Dungeon,DungeonArchitect.DungeonModel)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GridDungeonItemGroup_OnPostDungeonBuild_mE9967D3A57FBAFE6CCEFA35562EBC6AC415508C7 (GridDungeonItemGroup_t44CDC31ACA50262CE242F8FA82942F1CD08A7CBC* __this, Dungeon_tAA854F521189538FD299BECE6025726B6C359227* ___0_dungeon, DungeonModel_t53A77B7094F80C6A6C626E2E6B647289FBF29D19* ___1_model, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Clear_mCB2B62E29F8C002EF9C6323B503932BED655A398_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_ContainsKey_mE05EDB3C98993F821B1BE020425BC494D23309F0_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_m2BF09A02B0D962928EAD139F66AD99F425E2D90E_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_get_Item_mFBC30BC3A1B7D1D664D8E00565A4214782B80516_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_get_Values_mF5AFAFCA17D7C201D5265DFB47E3D68CF9B35F59_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_set_Item_mE41E2773982946A9E3CCF0E86AAC5A59A0E022B8_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_t69BADD77B37C0499DACC2ACF275CBA1EBA2AE22A_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m07D362A07C19B36C2FD1B4DC79DD99903D4DA95D_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m3E940EAB813F5A3C42BCD0DB431BB66327BAA5FC_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_m214D1BF69ACADB0025E01533E6934D4D46F6DE10_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_m96F4B0BD0A5485C8E8CC57D961DF6F1FA256AF27_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m290D3CCCA953D77838B15CD159F26283C4A99622_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m7236EBE1CFCB6533F96E030500D322B13D0CA5A4_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GridDungeonModel_tAEF5278646C831FA4C6EEEFEF7128869C645942F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_Add_m9B0DD9902395EE95D3DC522264BE1EBBBD3513EB_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_Contains_m98A9F88FF94538B5EECB0F87E1E3B3572E02ACA1_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1__ctor_m90EA29D74B137C5317CDC485AA1D799F0B6726FF_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2_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_GetEnumerator_mA843D26C63E5963415DFCA6E49DFA27AFD9C75E8_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_ToArray_m9237E7439BAF0FDCFB325D21398E459BEDB3432C_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_FindObjectsOfType_TisDungeonItemGroupInfo_tA09BD7C420DC9326C8B2E15B525C857E0FEAFE3A_m8EA71CD366174BEAA470D8A55F90A1141C21FA44_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ValueCollection_GetEnumerator_mB162D40E3AF30119F38D51EB60B7507E716B482F_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral18FCAC1EAA21C5D8767A0F5FB099F9D5E9C100CC);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral70BF4C9D283826DF9CDEF1AD58DD09DC37CC109D);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral81269EA88503FE5E8DAEEB2DA2574A252E597BD8);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9B2A0EC4FF8355824A692B139C626A7E7CC76661);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF2B5ABCA88E42CB4807AACD6DF08312AC896BD25);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
GridDungeonModel_tAEF5278646C831FA4C6EEEFEF7128869C645942F* V_0 = NULL;
|
|
Dictionary_2_t69BADD77B37C0499DACC2ACF275CBA1EBA2AE22A* V_1 = NULL;
|
|
HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2* V_2 = NULL;
|
|
int32_t V_3 = 0;
|
|
List_1_tB951CE80B58D1BF9650862451D8DAD8C231F207B* V_4 = NULL;
|
|
DungeonItemGroupInfoU5BU5D_t4D4E718A3EB5355FE1FBB267CDAF75A20DF36A5E* V_5 = NULL;
|
|
int32_t V_6 = 0;
|
|
DungeonItemGroupInfo_tA09BD7C420DC9326C8B2E15B525C857E0FEAFE3A* V_7 = NULL;
|
|
int32_t V_8 = 0;
|
|
Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01* V_9 = NULL;
|
|
String_t* V_10 = NULL;
|
|
String_t* V_11 = NULL;
|
|
int32_t V_12 = 0;
|
|
Enumerator_tA6F285141FD008B5C3ADF6F4DE8F99E1BD519AAE V_13;
|
|
memset((&V_13), 0, sizeof(V_13));
|
|
int32_t V_14 = 0;
|
|
List_1_tB951CE80B58D1BF9650862451D8DAD8C231F207B* V_15 = NULL;
|
|
int32_t V_16 = 0;
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* V_17 = NULL;
|
|
int32_t V_18 = 0;
|
|
DungeonItemGroupInfo_tA09BD7C420DC9326C8B2E15B525C857E0FEAFE3A* V_19 = NULL;
|
|
int32_t V_20 = 0;
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* V_21 = NULL;
|
|
Enumerator_t88BD1282EF117E59AACFC9EC55B89F0B9EDACE60 V_22;
|
|
memset((&V_22), 0, sizeof(V_22));
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* V_23 = NULL;
|
|
String_t* G_B9_0 = NULL;
|
|
{
|
|
// base.OnPostDungeonBuild(dungeon, model);
|
|
Dungeon_tAA854F521189538FD299BECE6025726B6C359227* L_0 = ___0_dungeon;
|
|
DungeonModel_t53A77B7094F80C6A6C626E2E6B647289FBF29D19* L_1 = ___1_model;
|
|
DungeonItemGroup_OnPostDungeonBuild_m401AC1452E9016D4BFAC9D2332157A65204F3560(__this, L_0, L_1, NULL);
|
|
// GridDungeonModel gridModel = dungeon.ActiveModel as GridDungeonModel;
|
|
Dungeon_tAA854F521189538FD299BECE6025726B6C359227* L_2 = ___0_dungeon;
|
|
NullCheck(L_2);
|
|
DungeonModel_t53A77B7094F80C6A6C626E2E6B647289FBF29D19* L_3;
|
|
L_3 = Dungeon_get_ActiveModel_m0E27473D49B3B5B81C49EC28DD20A4B00FC37794(L_2, NULL);
|
|
V_0 = ((GridDungeonModel_tAEF5278646C831FA4C6EEEFEF7128869C645942F*)IsInstClass((RuntimeObject*)L_3, GridDungeonModel_tAEF5278646C831FA4C6EEEFEF7128869C645942F_il2cpp_TypeInfo_var));
|
|
// var _groupInfoArray = GameObject.FindObjectsOfType<DungeonItemGroupInfo>();
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
DungeonItemGroupInfoU5BU5D_t4D4E718A3EB5355FE1FBB267CDAF75A20DF36A5E* L_4;
|
|
L_4 = Object_FindObjectsOfType_TisDungeonItemGroupInfo_tA09BD7C420DC9326C8B2E15B525C857E0FEAFE3A_m8EA71CD366174BEAA470D8A55F90A1141C21FA44(Object_FindObjectsOfType_TisDungeonItemGroupInfo_tA09BD7C420DC9326C8B2E15B525C857E0FEAFE3A_m8EA71CD366174BEAA470D8A55F90A1141C21FA44_RuntimeMethod_var);
|
|
// Dictionary<int, DungeonItemGroupInfo> groupObjectByCellId = new Dictionary<int, DungeonItemGroupInfo>();
|
|
Dictionary_2_t69BADD77B37C0499DACC2ACF275CBA1EBA2AE22A* L_5 = (Dictionary_2_t69BADD77B37C0499DACC2ACF275CBA1EBA2AE22A*)il2cpp_codegen_object_new(Dictionary_2_t69BADD77B37C0499DACC2ACF275CBA1EBA2AE22A_il2cpp_TypeInfo_var);
|
|
NullCheck(L_5);
|
|
Dictionary_2__ctor_m2BF09A02B0D962928EAD139F66AD99F425E2D90E(L_5, Dictionary_2__ctor_m2BF09A02B0D962928EAD139F66AD99F425E2D90E_RuntimeMethod_var);
|
|
V_1 = L_5;
|
|
// foreach (var groupInfo in _groupInfoArray)
|
|
V_5 = L_4;
|
|
V_6 = 0;
|
|
goto IL_00e3;
|
|
}
|
|
|
|
IL_0029:
|
|
{
|
|
// foreach (var groupInfo in _groupInfoArray)
|
|
DungeonItemGroupInfoU5BU5D_t4D4E718A3EB5355FE1FBB267CDAF75A20DF36A5E* L_6 = V_5;
|
|
int32_t L_7 = V_6;
|
|
NullCheck(L_6);
|
|
int32_t L_8 = L_7;
|
|
DungeonItemGroupInfo_tA09BD7C420DC9326C8B2E15B525C857E0FEAFE3A* L_9 = (L_6)->GetAt(static_cast<il2cpp_array_size_t>(L_8));
|
|
V_7 = L_9;
|
|
// if (groupInfo.dungeon == dungeon)
|
|
DungeonItemGroupInfo_tA09BD7C420DC9326C8B2E15B525C857E0FEAFE3A* L_10 = V_7;
|
|
NullCheck(L_10);
|
|
Dungeon_tAA854F521189538FD299BECE6025726B6C359227* L_11 = L_10->___dungeon_4;
|
|
Dungeon_tAA854F521189538FD299BECE6025726B6C359227* L_12 = ___0_dungeon;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_13;
|
|
L_13 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_11, L_12, NULL);
|
|
if (!L_13)
|
|
{
|
|
goto IL_00dd;
|
|
}
|
|
}
|
|
{
|
|
// var cellId = groupInfo.groupId;
|
|
DungeonItemGroupInfo_tA09BD7C420DC9326C8B2E15B525C857E0FEAFE3A* L_14 = V_7;
|
|
NullCheck(L_14);
|
|
int32_t L_15 = L_14->___groupId_5;
|
|
V_8 = L_15;
|
|
// var cell = gridModel.GetCell(cellId);
|
|
GridDungeonModel_tAEF5278646C831FA4C6EEEFEF7128869C645942F* L_16 = V_0;
|
|
int32_t L_17 = V_8;
|
|
NullCheck(L_16);
|
|
Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01* L_18;
|
|
L_18 = GridDungeonModel_GetCell_m161919F5C8F919C9D89B98E3AF0C4013E19784EE(L_16, L_17, NULL);
|
|
V_9 = L_18;
|
|
// if (cell == null || cell.CellType == CellType.Unknown)
|
|
Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01* L_19 = V_9;
|
|
if (!L_19)
|
|
{
|
|
goto IL_00dd;
|
|
}
|
|
}
|
|
{
|
|
Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01* L_20 = V_9;
|
|
NullCheck(L_20);
|
|
int32_t L_21;
|
|
L_21 = Cell_get_CellType_m2C666B1ED7806805420EA64623AF5D3EDFF6F642_inline(L_20, NULL);
|
|
if ((((int32_t)L_21) == ((int32_t)3)))
|
|
{
|
|
goto IL_00dd;
|
|
}
|
|
}
|
|
{
|
|
// string objectNamePrefix = "";
|
|
V_10 = _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709;
|
|
// if (cell.CellType == CellType.Room)
|
|
Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01* L_22 = V_9;
|
|
NullCheck(L_22);
|
|
int32_t L_23;
|
|
L_23 = Cell_get_CellType_m2C666B1ED7806805420EA64623AF5D3EDFF6F642_inline(L_22, NULL);
|
|
if (L_23)
|
|
{
|
|
goto IL_007f;
|
|
}
|
|
}
|
|
{
|
|
// objectNamePrefix = "Room_";
|
|
V_10 = _stringLiteralF2B5ABCA88E42CB4807AACD6DF08312AC896BD25;
|
|
goto IL_00a6;
|
|
}
|
|
|
|
IL_007f:
|
|
{
|
|
// groupObjectByCellId[cell.Id] = groupInfo;
|
|
Dictionary_2_t69BADD77B37C0499DACC2ACF275CBA1EBA2AE22A* L_24 = V_1;
|
|
Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01* L_25 = V_9;
|
|
NullCheck(L_25);
|
|
int32_t L_26;
|
|
L_26 = Cell_get_Id_m9019A9DE5723347E0DE724E363AC4F2AAB7429BA_inline(L_25, NULL);
|
|
DungeonItemGroupInfo_tA09BD7C420DC9326C8B2E15B525C857E0FEAFE3A* L_27 = V_7;
|
|
NullCheck(L_24);
|
|
Dictionary_2_set_Item_mE41E2773982946A9E3CCF0E86AAC5A59A0E022B8(L_24, L_26, L_27, Dictionary_2_set_Item_mE41E2773982946A9E3CCF0E86AAC5A59A0E022B8_RuntimeMethod_var);
|
|
// objectNamePrefix = (cell.CellType == CellType.Corridor) ? "CorridorBlock_" : "CorridorPad_";
|
|
Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01* L_28 = V_9;
|
|
NullCheck(L_28);
|
|
int32_t L_29;
|
|
L_29 = Cell_get_CellType_m2C666B1ED7806805420EA64623AF5D3EDFF6F642_inline(L_28, NULL);
|
|
if ((((int32_t)L_29) == ((int32_t)1)))
|
|
{
|
|
goto IL_009f;
|
|
}
|
|
}
|
|
{
|
|
G_B9_0 = _stringLiteral18FCAC1EAA21C5D8767A0F5FB099F9D5E9C100CC;
|
|
goto IL_00a4;
|
|
}
|
|
|
|
IL_009f:
|
|
{
|
|
G_B9_0 = _stringLiteral9B2A0EC4FF8355824A692B139C626A7E7CC76661;
|
|
}
|
|
|
|
IL_00a4:
|
|
{
|
|
V_10 = G_B9_0;
|
|
}
|
|
|
|
IL_00a6:
|
|
{
|
|
// if (objectNamePrefix.Length == 0)
|
|
String_t* L_30 = V_10;
|
|
NullCheck(L_30);
|
|
int32_t L_31;
|
|
L_31 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_30, NULL);
|
|
if (L_31)
|
|
{
|
|
goto IL_00b6;
|
|
}
|
|
}
|
|
{
|
|
// objectNamePrefix = "Cell_";
|
|
V_10 = _stringLiteral70BF4C9D283826DF9CDEF1AD58DD09DC37CC109D;
|
|
}
|
|
|
|
IL_00b6:
|
|
{
|
|
// string groupName = objectNamePrefix + cell.Id;
|
|
String_t* L_32 = V_10;
|
|
Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01* L_33 = V_9;
|
|
NullCheck(L_33);
|
|
int32_t L_34;
|
|
L_34 = Cell_get_Id_m9019A9DE5723347E0DE724E363AC4F2AAB7429BA_inline(L_33, NULL);
|
|
V_12 = L_34;
|
|
String_t* L_35;
|
|
L_35 = Int32_ToString_m030E01C24E294D6762FB0B6F37CB541581F55CA5((&V_12), NULL);
|
|
String_t* L_36;
|
|
L_36 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(L_32, L_35, NULL);
|
|
V_11 = L_36;
|
|
// groupInfo.gameObject.name = groupName;
|
|
DungeonItemGroupInfo_tA09BD7C420DC9326C8B2E15B525C857E0FEAFE3A* L_37 = V_7;
|
|
NullCheck(L_37);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_38;
|
|
L_38 = Component_get_gameObject_m57AEFBB14DB39EC476F740BA000E170355DE691B(L_37, NULL);
|
|
String_t* L_39 = V_11;
|
|
NullCheck(L_38);
|
|
Object_set_name_mC79E6DC8FFD72479C90F0C4CC7F42A0FEAF5AE47(L_38, L_39, NULL);
|
|
}
|
|
|
|
IL_00dd:
|
|
{
|
|
int32_t L_40 = V_6;
|
|
V_6 = ((int32_t)il2cpp_codegen_add(L_40, 1));
|
|
}
|
|
|
|
IL_00e3:
|
|
{
|
|
// foreach (var groupInfo in _groupInfoArray)
|
|
int32_t L_41 = V_6;
|
|
DungeonItemGroupInfoU5BU5D_t4D4E718A3EB5355FE1FBB267CDAF75A20DF36A5E* L_42 = V_5;
|
|
NullCheck(L_42);
|
|
if ((((int32_t)L_41) < ((int32_t)((int32_t)(((RuntimeArray*)L_42)->max_length)))))
|
|
{
|
|
goto IL_0029;
|
|
}
|
|
}
|
|
{
|
|
// var visited = new HashSet<int>();
|
|
HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2* L_43 = (HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2*)il2cpp_codegen_object_new(HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2_il2cpp_TypeInfo_var);
|
|
NullCheck(L_43);
|
|
HashSet_1__ctor_m90EA29D74B137C5317CDC485AA1D799F0B6726FF(L_43, HashSet_1__ctor_m90EA29D74B137C5317CDC485AA1D799F0B6726FF_RuntimeMethod_var);
|
|
V_2 = L_43;
|
|
// int clusterCounter = 1;
|
|
V_3 = 1;
|
|
// var oldGroupsToDelete = new List<GameObject>();
|
|
List_1_tB951CE80B58D1BF9650862451D8DAD8C231F207B* L_44 = (List_1_tB951CE80B58D1BF9650862451D8DAD8C231F207B*)il2cpp_codegen_object_new(List_1_tB951CE80B58D1BF9650862451D8DAD8C231F207B_il2cpp_TypeInfo_var);
|
|
NullCheck(L_44);
|
|
List_1__ctor_m447372C1EF7141193B93090A77395B786C72C7BC(L_44, List_1__ctor_m447372C1EF7141193B93090A77395B786C72C7BC_RuntimeMethod_var);
|
|
V_4 = L_44;
|
|
// foreach (var groupInfo in groupObjectByCellId.Values)
|
|
Dictionary_2_t69BADD77B37C0499DACC2ACF275CBA1EBA2AE22A* L_45 = V_1;
|
|
NullCheck(L_45);
|
|
ValueCollection_t19AB3A072225619ED4BCF157B555F66EFA5ED99C* L_46;
|
|
L_46 = Dictionary_2_get_Values_mF5AFAFCA17D7C201D5265DFB47E3D68CF9B35F59(L_45, Dictionary_2_get_Values_mF5AFAFCA17D7C201D5265DFB47E3D68CF9B35F59_RuntimeMethod_var);
|
|
NullCheck(L_46);
|
|
Enumerator_tA6F285141FD008B5C3ADF6F4DE8F99E1BD519AAE L_47;
|
|
L_47 = ValueCollection_GetEnumerator_mB162D40E3AF30119F38D51EB60B7507E716B482F(L_46, ValueCollection_GetEnumerator_mB162D40E3AF30119F38D51EB60B7507E716B482F_RuntimeMethod_var);
|
|
V_13 = L_47;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_01f0:
|
|
{// begin finally (depth: 1)
|
|
Enumerator_Dispose_m3E940EAB813F5A3C42BCD0DB431BB66327BAA5FC((&V_13), Enumerator_Dispose_m3E940EAB813F5A3C42BCD0DB431BB66327BAA5FC_RuntimeMethod_var);
|
|
return;
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
{
|
|
goto IL_01e2_1;
|
|
}
|
|
|
|
IL_010f_1:
|
|
{
|
|
// foreach (var groupInfo in groupObjectByCellId.Values)
|
|
DungeonItemGroupInfo_tA09BD7C420DC9326C8B2E15B525C857E0FEAFE3A* L_48;
|
|
L_48 = Enumerator_get_Current_m290D3CCCA953D77838B15CD159F26283C4A99622_inline((&V_13), Enumerator_get_Current_m290D3CCCA953D77838B15CD159F26283C4A99622_RuntimeMethod_var);
|
|
// var cellId = groupInfo.groupId;
|
|
NullCheck(L_48);
|
|
int32_t L_49 = L_48->___groupId_5;
|
|
V_14 = L_49;
|
|
// if (visited.Contains(cellId))
|
|
HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2* L_50 = V_2;
|
|
int32_t L_51 = V_14;
|
|
NullCheck(L_50);
|
|
bool L_52;
|
|
L_52 = HashSet_1_Contains_m98A9F88FF94538B5EECB0F87E1E3B3572E02ACA1(L_50, L_51, HashSet_1_Contains_m98A9F88FF94538B5EECB0F87E1E3B3572E02ACA1_RuntimeMethod_var);
|
|
if (L_52)
|
|
{
|
|
goto IL_01e2_1;
|
|
}
|
|
}
|
|
{
|
|
// var clusters = GridBuilderUtils.GetCellCluster(gridModel, cellId);
|
|
GridDungeonModel_tAEF5278646C831FA4C6EEEFEF7128869C645942F* L_53 = V_0;
|
|
int32_t L_54 = V_14;
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_55;
|
|
L_55 = GridBuilderUtils_GetCellCluster_m0ED5816F8B988A155769E267B3792AF394C051CF(L_53, L_54, NULL);
|
|
// var itemsToGroup = new List<GameObject>();
|
|
List_1_tB951CE80B58D1BF9650862451D8DAD8C231F207B* L_56 = (List_1_tB951CE80B58D1BF9650862451D8DAD8C231F207B*)il2cpp_codegen_object_new(List_1_tB951CE80B58D1BF9650862451D8DAD8C231F207B_il2cpp_TypeInfo_var);
|
|
NullCheck(L_56);
|
|
List_1__ctor_m447372C1EF7141193B93090A77395B786C72C7BC(L_56, List_1__ctor_m447372C1EF7141193B93090A77395B786C72C7BC_RuntimeMethod_var);
|
|
V_15 = L_56;
|
|
// foreach (var clusterItemId in clusters)
|
|
V_17 = L_55;
|
|
V_6 = 0;
|
|
goto IL_01b1_1;
|
|
}
|
|
|
|
IL_0140_1:
|
|
{
|
|
// foreach (var clusterItemId in clusters)
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_57 = V_17;
|
|
int32_t L_58 = V_6;
|
|
NullCheck(L_57);
|
|
int32_t L_59 = L_58;
|
|
int32_t L_60 = (L_57)->GetAt(static_cast<il2cpp_array_size_t>(L_59));
|
|
V_18 = L_60;
|
|
// visited.Add(clusterItemId);
|
|
HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2* L_61 = V_2;
|
|
int32_t L_62 = V_18;
|
|
NullCheck(L_61);
|
|
bool L_63;
|
|
L_63 = HashSet_1_Add_m9B0DD9902395EE95D3DC522264BE1EBBBD3513EB(L_61, L_62, HashSet_1_Add_m9B0DD9902395EE95D3DC522264BE1EBBBD3513EB_RuntimeMethod_var);
|
|
// if (groupObjectByCellId.ContainsKey(clusterItemId))
|
|
Dictionary_2_t69BADD77B37C0499DACC2ACF275CBA1EBA2AE22A* L_64 = V_1;
|
|
int32_t L_65 = V_18;
|
|
NullCheck(L_64);
|
|
bool L_66;
|
|
L_66 = Dictionary_2_ContainsKey_mE05EDB3C98993F821B1BE020425BC494D23309F0(L_64, L_65, Dictionary_2_ContainsKey_mE05EDB3C98993F821B1BE020425BC494D23309F0_RuntimeMethod_var);
|
|
if (!L_66)
|
|
{
|
|
goto IL_01ab_1;
|
|
}
|
|
}
|
|
{
|
|
// var clusterItemGroupInfo = groupObjectByCellId[clusterItemId];
|
|
Dictionary_2_t69BADD77B37C0499DACC2ACF275CBA1EBA2AE22A* L_67 = V_1;
|
|
int32_t L_68 = V_18;
|
|
NullCheck(L_67);
|
|
DungeonItemGroupInfo_tA09BD7C420DC9326C8B2E15B525C857E0FEAFE3A* L_69;
|
|
L_69 = Dictionary_2_get_Item_mFBC30BC3A1B7D1D664D8E00565A4214782B80516(L_67, L_68, Dictionary_2_get_Item_mFBC30BC3A1B7D1D664D8E00565A4214782B80516_RuntimeMethod_var);
|
|
V_19 = L_69;
|
|
// for (int i = 0; i < clusterItemGroupInfo.transform.childCount; i++)
|
|
V_20 = 0;
|
|
goto IL_018d_1;
|
|
}
|
|
|
|
IL_0169_1:
|
|
{
|
|
// var childObject = clusterItemGroupInfo.transform.GetChild(i);
|
|
DungeonItemGroupInfo_tA09BD7C420DC9326C8B2E15B525C857E0FEAFE3A* L_70 = V_19;
|
|
NullCheck(L_70);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_71;
|
|
L_71 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(L_70, NULL);
|
|
int32_t L_72 = V_20;
|
|
NullCheck(L_71);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_73;
|
|
L_73 = Transform_GetChild_mE686DF0C7AAC1F7AEF356967B1C04D8B8E240EAF(L_71, L_72, NULL);
|
|
V_21 = L_73;
|
|
// itemsToGroup.Add(childObject.gameObject);
|
|
List_1_tB951CE80B58D1BF9650862451D8DAD8C231F207B* L_74 = V_15;
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_75 = V_21;
|
|
NullCheck(L_75);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_76;
|
|
L_76 = Component_get_gameObject_m57AEFBB14DB39EC476F740BA000E170355DE691B(L_75, NULL);
|
|
NullCheck(L_74);
|
|
List_1_Add_m43FBF207375C6E06B8C45ECE614F9B8008FB686E_inline(L_74, L_76, List_1_Add_m43FBF207375C6E06B8C45ECE614F9B8008FB686E_RuntimeMethod_var);
|
|
// for (int i = 0; i < clusterItemGroupInfo.transform.childCount; i++)
|
|
int32_t L_77 = V_20;
|
|
V_20 = ((int32_t)il2cpp_codegen_add(L_77, 1));
|
|
}
|
|
|
|
IL_018d_1:
|
|
{
|
|
// for (int i = 0; i < clusterItemGroupInfo.transform.childCount; i++)
|
|
int32_t L_78 = V_20;
|
|
DungeonItemGroupInfo_tA09BD7C420DC9326C8B2E15B525C857E0FEAFE3A* L_79 = V_19;
|
|
NullCheck(L_79);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_80;
|
|
L_80 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(L_79, NULL);
|
|
NullCheck(L_80);
|
|
int32_t L_81;
|
|
L_81 = Transform_get_childCount_mE9C29C702AB662CC540CA053EDE48BDAFA35B4B0(L_80, NULL);
|
|
if ((((int32_t)L_78) < ((int32_t)L_81)))
|
|
{
|
|
goto IL_0169_1;
|
|
}
|
|
}
|
|
{
|
|
// oldGroupsToDelete.Add(clusterItemGroupInfo.gameObject);
|
|
List_1_tB951CE80B58D1BF9650862451D8DAD8C231F207B* L_82 = V_4;
|
|
DungeonItemGroupInfo_tA09BD7C420DC9326C8B2E15B525C857E0FEAFE3A* L_83 = V_19;
|
|
NullCheck(L_83);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_84;
|
|
L_84 = Component_get_gameObject_m57AEFBB14DB39EC476F740BA000E170355DE691B(L_83, NULL);
|
|
NullCheck(L_82);
|
|
List_1_Add_m43FBF207375C6E06B8C45ECE614F9B8008FB686E_inline(L_82, L_84, List_1_Add_m43FBF207375C6E06B8C45ECE614F9B8008FB686E_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_01ab_1:
|
|
{
|
|
int32_t L_85 = V_6;
|
|
V_6 = ((int32_t)il2cpp_codegen_add(L_85, 1));
|
|
}
|
|
|
|
IL_01b1_1:
|
|
{
|
|
// foreach (var clusterItemId in clusters)
|
|
int32_t L_86 = V_6;
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_87 = V_17;
|
|
NullCheck(L_87);
|
|
if ((((int32_t)L_86) < ((int32_t)((int32_t)(((RuntimeArray*)L_87)->max_length)))))
|
|
{
|
|
goto IL_0140_1;
|
|
}
|
|
}
|
|
{
|
|
// int clusterId = clusterCounter++;
|
|
int32_t L_88 = V_3;
|
|
int32_t L_89 = L_88;
|
|
V_3 = ((int32_t)il2cpp_codegen_add(L_89, 1));
|
|
V_16 = L_89;
|
|
// GroupItems(itemsToGroup.ToArray(), "Corridor_" + clusterId, dungeon, clusterId);
|
|
List_1_tB951CE80B58D1BF9650862451D8DAD8C231F207B* L_90 = V_15;
|
|
NullCheck(L_90);
|
|
GameObjectU5BU5D_tFF67550DFCE87096D7A3734EA15B75896B2722CF* L_91;
|
|
L_91 = List_1_ToArray_m9237E7439BAF0FDCFB325D21398E459BEDB3432C(L_90, List_1_ToArray_m9237E7439BAF0FDCFB325D21398E459BEDB3432C_RuntimeMethod_var);
|
|
String_t* L_92;
|
|
L_92 = Int32_ToString_m030E01C24E294D6762FB0B6F37CB541581F55CA5((&V_16), NULL);
|
|
String_t* L_93;
|
|
L_93 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(_stringLiteral81269EA88503FE5E8DAEEB2DA2574A252E597BD8, L_92, NULL);
|
|
Dungeon_tAA854F521189538FD299BECE6025726B6C359227* L_94 = ___0_dungeon;
|
|
int32_t L_95 = V_16;
|
|
DungeonItemGroupInfo_tA09BD7C420DC9326C8B2E15B525C857E0FEAFE3A* L_96;
|
|
L_96 = DungeonItemGroup_GroupItems_m612FAC92484392CA88943B8CD9D3B98A679ED169(__this, L_91, L_93, L_94, L_95, NULL);
|
|
}
|
|
|
|
IL_01e2_1:
|
|
{
|
|
// foreach (var groupInfo in groupObjectByCellId.Values)
|
|
bool L_97;
|
|
L_97 = Enumerator_MoveNext_m214D1BF69ACADB0025E01533E6934D4D46F6DE10((&V_13), Enumerator_MoveNext_m214D1BF69ACADB0025E01533E6934D4D46F6DE10_RuntimeMethod_var);
|
|
if (L_97)
|
|
{
|
|
goto IL_010f_1;
|
|
}
|
|
}
|
|
{
|
|
goto IL_01fe;
|
|
}
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_01fe:
|
|
{
|
|
// groupObjectByCellId.Clear();
|
|
Dictionary_2_t69BADD77B37C0499DACC2ACF275CBA1EBA2AE22A* L_98 = V_1;
|
|
NullCheck(L_98);
|
|
Dictionary_2_Clear_mCB2B62E29F8C002EF9C6323B503932BED655A398(L_98, Dictionary_2_Clear_mCB2B62E29F8C002EF9C6323B503932BED655A398_RuntimeMethod_var);
|
|
// foreach (var itemToDestory in oldGroupsToDelete)
|
|
List_1_tB951CE80B58D1BF9650862451D8DAD8C231F207B* L_99 = V_4;
|
|
NullCheck(L_99);
|
|
Enumerator_t88BD1282EF117E59AACFC9EC55B89F0B9EDACE60 L_100;
|
|
L_100 = List_1_GetEnumerator_mA843D26C63E5963415DFCA6E49DFA27AFD9C75E8(L_99, List_1_GetEnumerator_mA843D26C63E5963415DFCA6E49DFA27AFD9C75E8_RuntimeMethod_var);
|
|
V_22 = L_100;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_022b:
|
|
{// begin finally (depth: 1)
|
|
Enumerator_Dispose_m07D362A07C19B36C2FD1B4DC79DD99903D4DA95D((&V_22), Enumerator_Dispose_m07D362A07C19B36C2FD1B4DC79DD99903D4DA95D_RuntimeMethod_var);
|
|
return;
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
{
|
|
goto IL_0220_1;
|
|
}
|
|
|
|
IL_020f_1:
|
|
{
|
|
// foreach (var itemToDestory in oldGroupsToDelete)
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_101;
|
|
L_101 = Enumerator_get_Current_m7236EBE1CFCB6533F96E030500D322B13D0CA5A4_inline((&V_22), Enumerator_get_Current_m7236EBE1CFCB6533F96E030500D322B13D0CA5A4_RuntimeMethod_var);
|
|
V_23 = L_101;
|
|
// EditorDestroyObject(itemToDestory);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_102 = V_23;
|
|
DungeonItemGroup_EditorDestroyObject_m14910ACAA8580CF3BABB4BB9FD4322C5ABE151C6(__this, L_102, NULL);
|
|
}
|
|
|
|
IL_0220_1:
|
|
{
|
|
// foreach (var itemToDestory in oldGroupsToDelete)
|
|
bool L_103;
|
|
L_103 = Enumerator_MoveNext_m96F4B0BD0A5485C8E8CC57D961DF6F1FA256AF27((&V_22), Enumerator_MoveNext_m96F4B0BD0A5485C8E8CC57D961DF6F1FA256AF27_RuntimeMethod_var);
|
|
if (L_103)
|
|
{
|
|
goto IL_020f_1;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0239;
|
|
}
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_0239:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void DungeonArchitect.Builders.Grid.GridDungeonItemGroup::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GridDungeonItemGroup__ctor_m2C8E7BFF0877BCB0FF9CECA7EA45D7D7211E6BB0 (GridDungeonItemGroup_t44CDC31ACA50262CE242F8FA82942F1CD08A7CBC* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
DungeonItemGroup__ctor_mC9F3A3723971712ED427312FFA39A2678C40011F(__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 DungeonArchitect.Builders.Grid.MarkerEmitterCornerBeautifier::EmitMarkers(DungeonArchitect.DungeonBuilder)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MarkerEmitterCornerBeautifier_EmitMarkers_m773238877B8BA591EB75A3427E8E9E35C970CE2F (MarkerEmitterCornerBeautifier_tF610B2FB795FFE3084A287FFB58429710E6DEF24* __this, DungeonBuilder_tD1E33B0EE44EFF472152D3D8233F3804191E65EA* ___0_builder, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m78CE33F908EF5E977351DDCF0DDE935CE81FC839_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_m99C7EE977A1004680A927B694ED31BDBAFD3E0F3_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m4AAC4833BA64EA18FAEB5AE98B1558ED8B463649_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GridDungeonBuilder_tF519D1857BAF6A6DDB74CE4ED051BC2C967098D4_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GridDungeonModel_tAEF5278646C831FA4C6EEEFEF7128869C645942F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_GetEnumerator_m5A8FFD32A62DDD1E1EF2C5746ADDD20468DE6F35_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5BEFD8CC60A79699B5BB00E37BAC5B62D371E174);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral740A3E0E070382E541306AF2952CD846315649EB);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
GridDungeonModel_tAEF5278646C831FA4C6EEEFEF7128869C645942F* V_0 = NULL;
|
|
Enumerator_tF7CD6203B7815A8F8DC4B853FF9FE5C6A3021FE8 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
Rectangle_tA560F5F5599A7C11DDD6E7EC2A93ABD2AAA6C64E V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
IntVectorU5BU5D_t51305BC25B133B84E9B4F1FB09FC5DE6C579C440* V_3 = NULL;
|
|
int32_t V_4 = 0;
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C V_5;
|
|
memset((&V_5), 0, sizeof(V_5));
|
|
String_t* G_B3_0 = NULL;
|
|
String_t* G_B2_0 = NULL;
|
|
String_t* G_B4_0 = NULL;
|
|
String_t* G_B4_1 = NULL;
|
|
{
|
|
// if (!(builder is GridDungeonBuilder))
|
|
DungeonBuilder_tD1E33B0EE44EFF472152D3D8233F3804191E65EA* L_0 = ___0_builder;
|
|
if (((GridDungeonBuilder_tF519D1857BAF6A6DDB74CE4ED051BC2C967098D4*)IsInstClass((RuntimeObject*)L_0, GridDungeonBuilder_tF519D1857BAF6A6DDB74CE4ED051BC2C967098D4_il2cpp_TypeInfo_var)))
|
|
{
|
|
goto IL_0033;
|
|
}
|
|
}
|
|
{
|
|
// Debug.LogWarning("Unsupported builder type used with marker emitter MarkerEmitterFindLowestPoint. Expected GridDungeonBuilder. Received:" + (builder != null ? builder.GetType().ToString() : "null"));
|
|
DungeonBuilder_tD1E33B0EE44EFF472152D3D8233F3804191E65EA* L_1 = ___0_builder;
|
|
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_B2_0 = _stringLiteral740A3E0E070382E541306AF2952CD846315649EB;
|
|
if (L_2)
|
|
{
|
|
G_B3_0 = _stringLiteral740A3E0E070382E541306AF2952CD846315649EB;
|
|
goto IL_001d;
|
|
}
|
|
}
|
|
{
|
|
G_B4_0 = _stringLiteral5BEFD8CC60A79699B5BB00E37BAC5B62D371E174;
|
|
G_B4_1 = G_B2_0;
|
|
goto IL_0028;
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
DungeonBuilder_tD1E33B0EE44EFF472152D3D8233F3804191E65EA* L_3 = ___0_builder;
|
|
NullCheck(L_3);
|
|
Type_t* L_4;
|
|
L_4 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(L_3, NULL);
|
|
NullCheck(L_4);
|
|
String_t* L_5;
|
|
L_5 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_4);
|
|
G_B4_0 = L_5;
|
|
G_B4_1 = G_B3_0;
|
|
}
|
|
|
|
IL_0028:
|
|
{
|
|
String_t* L_6;
|
|
L_6 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(G_B4_1, G_B4_0, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
Debug_LogWarning_m33EF1B897E0C7C6FF538989610BFAFFEF4628CA9(L_6, NULL);
|
|
// return;
|
|
return;
|
|
}
|
|
|
|
IL_0033:
|
|
{
|
|
// var gridModel = builder.Model as GridDungeonModel;
|
|
DungeonBuilder_tD1E33B0EE44EFF472152D3D8233F3804191E65EA* L_7 = ___0_builder;
|
|
NullCheck(L_7);
|
|
DungeonModel_t53A77B7094F80C6A6C626E2E6B647289FBF29D19* L_8;
|
|
L_8 = DungeonBuilder_get_Model_m389A71C7447944C07FFB0F24CDC1835A33E76C16_inline(L_7, NULL);
|
|
V_0 = ((GridDungeonModel_tAEF5278646C831FA4C6EEEFEF7128869C645942F*)IsInstClass((RuntimeObject*)L_8, GridDungeonModel_tAEF5278646C831FA4C6EEEFEF7128869C645942F_il2cpp_TypeInfo_var));
|
|
// foreach (var cell in gridModel.Cells) {
|
|
GridDungeonModel_tAEF5278646C831FA4C6EEEFEF7128869C645942F* L_9 = V_0;
|
|
NullCheck(L_9);
|
|
List_1_t987D5B80738D2852896A351FD59FC0CCCE96F45A* L_10 = L_9->___Cells_6;
|
|
NullCheck(L_10);
|
|
Enumerator_tF7CD6203B7815A8F8DC4B853FF9FE5C6A3021FE8 L_11;
|
|
L_11 = List_1_GetEnumerator_m5A8FFD32A62DDD1E1EF2C5746ADDD20468DE6F35(L_10, List_1_GetEnumerator_m5A8FFD32A62DDD1E1EF2C5746ADDD20468DE6F35_RuntimeMethod_var);
|
|
V_1 = L_11;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_0093:
|
|
{// begin finally (depth: 1)
|
|
Enumerator_Dispose_m78CE33F908EF5E977351DDCF0DDE935CE81FC839((&V_1), Enumerator_Dispose_m78CE33F908EF5E977351DDCF0DDE935CE81FC839_RuntimeMethod_var);
|
|
return;
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
{
|
|
goto IL_0088_1;
|
|
}
|
|
|
|
IL_004d_1:
|
|
{
|
|
// foreach (var cell in gridModel.Cells) {
|
|
Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01* L_12;
|
|
L_12 = Enumerator_get_Current_m4AAC4833BA64EA18FAEB5AE98B1558ED8B463649_inline((&V_1), Enumerator_get_Current_m4AAC4833BA64EA18FAEB5AE98B1558ED8B463649_RuntimeMethod_var);
|
|
// var borderPoints = cell.Bounds.GetBorderPoints();
|
|
NullCheck(L_12);
|
|
Rectangle_tA560F5F5599A7C11DDD6E7EC2A93ABD2AAA6C64E L_13;
|
|
L_13 = Cell_get_Bounds_m701BAE5F667F9ED03D14964497811072198366CE_inline(L_12, NULL);
|
|
V_2 = L_13;
|
|
IntVectorU5BU5D_t51305BC25B133B84E9B4F1FB09FC5DE6C579C440* L_14;
|
|
L_14 = Rectangle_GetBorderPoints_mD293F309F288D7B5E3AE3E4FDA774F0734E17116((&V_2), NULL);
|
|
// foreach (var borderPoint in borderPoints) {
|
|
V_3 = L_14;
|
|
V_4 = 0;
|
|
goto IL_0081_1;
|
|
}
|
|
|
|
IL_0067_1:
|
|
{
|
|
// foreach (var borderPoint in borderPoints) {
|
|
IntVectorU5BU5D_t51305BC25B133B84E9B4F1FB09FC5DE6C579C440* L_15 = V_3;
|
|
int32_t L_16 = V_4;
|
|
NullCheck(L_15);
|
|
int32_t L_17 = L_16;
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_18 = (L_15)->GetAt(static_cast<il2cpp_array_size_t>(L_17));
|
|
V_5 = L_18;
|
|
// EmitForPoint(builder, gridModel, borderPoint);
|
|
DungeonBuilder_tD1E33B0EE44EFF472152D3D8233F3804191E65EA* L_19 = ___0_builder;
|
|
GridDungeonModel_tAEF5278646C831FA4C6EEEFEF7128869C645942F* L_20 = V_0;
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_21 = V_5;
|
|
MarkerEmitterCornerBeautifier_EmitForPoint_m23662CC931BA1A2E36127DBF57E00F1EACCF27F6(__this, L_19, L_20, L_21, NULL);
|
|
int32_t L_22 = V_4;
|
|
V_4 = ((int32_t)il2cpp_codegen_add(L_22, 1));
|
|
}
|
|
|
|
IL_0081_1:
|
|
{
|
|
// foreach (var borderPoint in borderPoints) {
|
|
int32_t L_23 = V_4;
|
|
IntVectorU5BU5D_t51305BC25B133B84E9B4F1FB09FC5DE6C579C440* L_24 = V_3;
|
|
NullCheck(L_24);
|
|
if ((((int32_t)L_23) < ((int32_t)((int32_t)(((RuntimeArray*)L_24)->max_length)))))
|
|
{
|
|
goto IL_0067_1;
|
|
}
|
|
}
|
|
|
|
IL_0088_1:
|
|
{
|
|
// foreach (var cell in gridModel.Cells) {
|
|
bool L_25;
|
|
L_25 = Enumerator_MoveNext_m99C7EE977A1004680A927B694ED31BDBAFD3E0F3((&V_1), Enumerator_MoveNext_m99C7EE977A1004680A927B694ED31BDBAFD3E0F3_RuntimeMethod_var);
|
|
if (L_25)
|
|
{
|
|
goto IL_004d_1;
|
|
}
|
|
}
|
|
{
|
|
goto IL_00a1;
|
|
}
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_00a1:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void DungeonArchitect.Builders.Grid.MarkerEmitterCornerBeautifier::EmitForPoint(DungeonArchitect.DungeonBuilder,DungeonArchitect.Builders.Grid.GridDungeonModel,DungeonArchitect.IntVector)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MarkerEmitterCornerBeautifier_EmitForPoint_m23662CC931BA1A2E36127DBF57E00F1EACCF27F6 (MarkerEmitterCornerBeautifier_tF610B2FB795FFE3084A287FFB58429710E6DEF24* __this, DungeonBuilder_tD1E33B0EE44EFF472152D3D8233F3804191E65EA* ___0_builder, GridDungeonModel_tAEF5278646C831FA4C6EEEFEF7128869C645942F* ___1_model, IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C ___2_point, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MarkerEmitterCornerBeautifier_tF610B2FB795FFE3084A287FFB58429710E6DEF24_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
CellSpatialConfigU5BU5D_t5CB9A45719E0FC1CAB0C7ABE1F532A8773E0B554* V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
CellSpatialConfig_tAC45731A99C871C8EA6161A4BFFD4585FC6C177D* V_2 = NULL;
|
|
{
|
|
// foreach (var config in CornerConfigs) {
|
|
il2cpp_codegen_runtime_class_init_inline(MarkerEmitterCornerBeautifier_tF610B2FB795FFE3084A287FFB58429710E6DEF24_il2cpp_TypeInfo_var);
|
|
CellSpatialConfigU5BU5D_t5CB9A45719E0FC1CAB0C7ABE1F532A8773E0B554* L_0 = ((MarkerEmitterCornerBeautifier_tF610B2FB795FFE3084A287FFB58429710E6DEF24_StaticFields*)il2cpp_codegen_static_fields_for(MarkerEmitterCornerBeautifier_tF610B2FB795FFE3084A287FFB58429710E6DEF24_il2cpp_TypeInfo_var))->___CornerConfigs_4;
|
|
V_0 = L_0;
|
|
V_1 = 0;
|
|
goto IL_002d;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
// foreach (var config in CornerConfigs) {
|
|
CellSpatialConfigU5BU5D_t5CB9A45719E0FC1CAB0C7ABE1F532A8773E0B554* L_1 = V_0;
|
|
int32_t L_2 = V_1;
|
|
NullCheck(L_1);
|
|
int32_t L_3 = L_2;
|
|
CellSpatialConfig_tAC45731A99C871C8EA6161A4BFFD4585FC6C177D* L_4 = (L_1)->GetAt(static_cast<il2cpp_array_size_t>(L_3));
|
|
V_2 = L_4;
|
|
// if (ConfigMatches(model, point, config)) {
|
|
GridDungeonModel_tAEF5278646C831FA4C6EEEFEF7128869C645942F* L_5 = ___1_model;
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_6 = ___2_point;
|
|
CellSpatialConfig_tAC45731A99C871C8EA6161A4BFFD4585FC6C177D* L_7 = V_2;
|
|
bool L_8;
|
|
L_8 = MarkerEmitterCornerBeautifier_ConfigMatches_mD5B31C29165AF795D06E9DCE1A9BC24E671C026C(__this, L_5, L_6, L_7, NULL);
|
|
if (!L_8)
|
|
{
|
|
goto IL_0029;
|
|
}
|
|
}
|
|
{
|
|
// EmitCornerMarker(builder, model, point, config.markerName);
|
|
DungeonBuilder_tD1E33B0EE44EFF472152D3D8233F3804191E65EA* L_9 = ___0_builder;
|
|
GridDungeonModel_tAEF5278646C831FA4C6EEEFEF7128869C645942F* L_10 = ___1_model;
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_11 = ___2_point;
|
|
CellSpatialConfig_tAC45731A99C871C8EA6161A4BFFD4585FC6C177D* L_12 = V_2;
|
|
NullCheck(L_12);
|
|
String_t* L_13 = L_12->___markerName_0;
|
|
MarkerEmitterCornerBeautifier_EmitCornerMarker_m449BA54E19CBFF5B886DC8D660D65F3775698CEA(__this, L_9, L_10, L_11, L_13, NULL);
|
|
// break;
|
|
return;
|
|
}
|
|
|
|
IL_0029:
|
|
{
|
|
int32_t L_14 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add(L_14, 1));
|
|
}
|
|
|
|
IL_002d:
|
|
{
|
|
// foreach (var config in CornerConfigs) {
|
|
int32_t L_15 = V_1;
|
|
CellSpatialConfigU5BU5D_t5CB9A45719E0FC1CAB0C7ABE1F532A8773E0B554* L_16 = V_0;
|
|
NullCheck(L_16);
|
|
if ((((int32_t)L_15) < ((int32_t)((int32_t)(((RuntimeArray*)L_16)->max_length)))))
|
|
{
|
|
goto IL_000a;
|
|
}
|
|
}
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean DungeonArchitect.Builders.Grid.MarkerEmitterCornerBeautifier::ConfigMatches(DungeonArchitect.Builders.Grid.GridDungeonModel,DungeonArchitect.IntVector,DungeonArchitect.Builders.Grid.MarkerEmitterCornerBeautifier/CellSpatialConfig)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MarkerEmitterCornerBeautifier_ConfigMatches_mD5B31C29165AF795D06E9DCE1A9BC24E671C026C (MarkerEmitterCornerBeautifier_tF610B2FB795FFE3084A287FFB58429710E6DEF24* __this, GridDungeonModel_tAEF5278646C831FA4C6EEEFEF7128869C645942F* ___0_model, IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C ___1_point, CellSpatialConfig_tAC45731A99C871C8EA6161A4BFFD4585FC6C177D* ___2_config, const RuntimeMethod* method)
|
|
{
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
int32_t V_3 = 0;
|
|
int32_t V_4 = 0;
|
|
int32_t V_5 = 0;
|
|
int32_t V_6 = 0;
|
|
bool V_7 = false;
|
|
{
|
|
// var neighbors = config.neighborConfig;
|
|
CellSpatialConfig_tAC45731A99C871C8EA6161A4BFFD4585FC6C177D* L_0 = ___2_config;
|
|
NullCheck(L_0);
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_1 = L_0->___neighborConfig_1;
|
|
V_0 = L_1;
|
|
// for (int i = 0; i < neighbors.Length; i++) {
|
|
V_1 = 0;
|
|
goto IL_006d;
|
|
}
|
|
|
|
IL_000b:
|
|
{
|
|
// var code = neighbors[i];
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_2 = V_0;
|
|
int32_t L_3 = V_1;
|
|
NullCheck(L_2);
|
|
int32_t L_4 = L_3;
|
|
int32_t L_5 = (L_2)->GetAt(static_cast<il2cpp_array_size_t>(L_4));
|
|
V_2 = L_5;
|
|
// if (code == 0) {
|
|
int32_t L_6 = V_2;
|
|
if (!L_6)
|
|
{
|
|
goto IL_0069;
|
|
}
|
|
}
|
|
{
|
|
// var dx = i % 3;
|
|
int32_t L_7 = V_1;
|
|
V_3 = ((int32_t)(L_7%3));
|
|
// var dz = i / 3;
|
|
int32_t L_8 = V_1;
|
|
V_4 = ((int32_t)(L_8/3));
|
|
// dx--; dz--; // bring to -1..1 range (from previous 0..2)
|
|
int32_t L_9 = V_3;
|
|
V_3 = ((int32_t)il2cpp_codegen_subtract(L_9, 1));
|
|
// dx--; dz--; // bring to -1..1 range (from previous 0..2)
|
|
int32_t L_10 = V_4;
|
|
V_4 = ((int32_t)il2cpp_codegen_subtract(L_10, 1));
|
|
// dz *= -1;
|
|
int32_t L_11 = V_4;
|
|
V_4 = ((int32_t)il2cpp_codegen_multiply(L_11, (-1)));
|
|
// var x = point.x + dx;
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_12 = ___1_point;
|
|
int32_t L_13 = L_12.___x_0;
|
|
int32_t L_14 = V_3;
|
|
V_5 = ((int32_t)il2cpp_codegen_add(L_13, L_14));
|
|
// var z = point.z + dz;
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_15 = ___1_point;
|
|
int32_t L_16 = L_15.___z_2;
|
|
int32_t L_17 = V_4;
|
|
V_6 = ((int32_t)il2cpp_codegen_add(L_16, L_17));
|
|
// var cellInfo = model.GetGridCellLookup(x, z);
|
|
GridDungeonModel_tAEF5278646C831FA4C6EEEFEF7128869C645942F* L_18 = ___0_model;
|
|
int32_t L_19 = V_5;
|
|
int32_t L_20 = V_6;
|
|
NullCheck(L_18);
|
|
GridCellInfo_t742531730F06A9444088AF5B821D776397CE6AFA* L_21;
|
|
L_21 = GridDungeonModel_GetGridCellLookup_mDA4C3FF33EE7990C289589A8822E610513BFFBC4(L_18, L_19, L_20, NULL);
|
|
// bool empty = cellInfo.CellType == CellType.Unknown;
|
|
NullCheck(L_21);
|
|
int32_t L_22 = L_21->___CellType_1;
|
|
V_7 = (bool)((((int32_t)L_22) == ((int32_t)3))? 1 : 0);
|
|
// if (code == 1 && empty) {
|
|
int32_t L_23 = V_2;
|
|
bool L_24 = V_7;
|
|
if (!((int32_t)(((((int32_t)L_23) == ((int32_t)1))? 1 : 0)&(int32_t)L_24)))
|
|
{
|
|
goto IL_005f;
|
|
}
|
|
}
|
|
{
|
|
// return false;
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_005f:
|
|
{
|
|
// else if (code == 2 && !empty) {
|
|
int32_t L_25 = V_2;
|
|
if ((!(((uint32_t)L_25) == ((uint32_t)2))))
|
|
{
|
|
goto IL_0069;
|
|
}
|
|
}
|
|
{
|
|
bool L_26 = V_7;
|
|
if (L_26)
|
|
{
|
|
goto IL_0069;
|
|
}
|
|
}
|
|
{
|
|
// return false;
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0069:
|
|
{
|
|
// for (int i = 0; i < neighbors.Length; i++) {
|
|
int32_t L_27 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add(L_27, 1));
|
|
}
|
|
|
|
IL_006d:
|
|
{
|
|
// for (int i = 0; i < neighbors.Length; i++) {
|
|
int32_t L_28 = V_1;
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_29 = V_0;
|
|
NullCheck(L_29);
|
|
if ((((int32_t)L_28) < ((int32_t)((int32_t)(((RuntimeArray*)L_29)->max_length)))))
|
|
{
|
|
goto IL_000b;
|
|
}
|
|
}
|
|
{
|
|
// return true;
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// System.Void DungeonArchitect.Builders.Grid.MarkerEmitterCornerBeautifier::EmitCornerMarker(DungeonArchitect.DungeonBuilder,DungeonArchitect.Builders.Grid.GridDungeonModel,DungeonArchitect.IntVector,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MarkerEmitterCornerBeautifier_EmitCornerMarker_m449BA54E19CBFF5B886DC8D660D65F3775698CEA (MarkerEmitterCornerBeautifier_tF610B2FB795FFE3084A287FFB58429710E6DEF24* __this, DungeonBuilder_tD1E33B0EE44EFF472152D3D8233F3804191E65EA* ___0_builder, GridDungeonModel_tAEF5278646C831FA4C6EEEFEF7128869C645942F* ___1_model, IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C ___2_point, String_t* ___3_markerName, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
{
|
|
// var gridSize = model.Config.GridCellSize;
|
|
GridDungeonModel_tAEF5278646C831FA4C6EEEFEF7128869C645942F* L_0 = ___1_model;
|
|
NullCheck(L_0);
|
|
GridDungeonConfig_tA813B337E88DBA4D5849118F7CF0D012B1178726* L_1 = L_0->___Config_5;
|
|
NullCheck(L_1);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_2 = L_1->___GridCellSize_5;
|
|
V_0 = L_2;
|
|
// var position = point * gridSize;
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_3 = ___2_point;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_4 = V_0;
|
|
il2cpp_codegen_runtime_class_init_inline(IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C_il2cpp_TypeInfo_var);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_5;
|
|
L_5 = IntVector_op_Multiply_m3233E2C98AC1950B36883D28B04FF0B7C1E43AA3(L_3, L_4, NULL);
|
|
// position += Vector3.Scale(new Vector3(0.5f, 0, 0.5f), gridSize);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_6;
|
|
memset((&L_6), 0, sizeof(L_6));
|
|
Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&L_6), (0.5f), (0.0f), (0.5f), /*hidden argument*/NULL);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_7 = V_0;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_8;
|
|
L_8 = Vector3_Scale_m7C3CD199271902D5C00CBF35CD230DEB62B68CAE_inline(L_6, L_7, NULL);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_9;
|
|
L_9 = Vector3_op_Addition_m78C0EC70CB66E8DCAC225743D82B268DAEE92067_inline(L_5, L_8, NULL);
|
|
// var transform = Matrix4x4.TRS(position, Quaternion.identity, Vector3.one);
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_10;
|
|
L_10 = Quaternion_get_identity_m7E701AE095ED10FD5EA0B50ABCFDE2EEFF2173A5_inline(NULL);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_11;
|
|
L_11 = Vector3_get_one_mC9B289F1E15C42C597180C9FE6FB492495B51D02_inline(NULL);
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_12;
|
|
L_12 = Matrix4x4_TRS_mCC04FD47347234B451ACC6CCD2CE6D02E1E0E1E3(L_9, L_10, L_11, NULL);
|
|
V_1 = L_12;
|
|
// builder.EmitMarker(markerName, transform, point, -1);
|
|
DungeonBuilder_tD1E33B0EE44EFF472152D3D8233F3804191E65EA* L_13 = ___0_builder;
|
|
String_t* L_14 = ___3_markerName;
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_15 = V_1;
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_16 = ___2_point;
|
|
NullCheck(L_13);
|
|
PropSocket_tDBD788EE4878B0FEF7F3848CD0882C4A2A735394* L_17;
|
|
L_17 = DungeonBuilder_EmitMarker_m2269C1FA0350E2BE59E038CC9ADD6127C2998865(L_13, L_14, L_15, L_16, (-1), NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void DungeonArchitect.Builders.Grid.MarkerEmitterCornerBeautifier::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MarkerEmitterCornerBeautifier__ctor_m4E8E5098412DC6325F3252E5EC0A39A13FDECF65 (MarkerEmitterCornerBeautifier_tF610B2FB795FFE3084A287FFB58429710E6DEF24* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
DungeonMarkerEmitter__ctor_mB7D14BAAB473F014E801D612901A63F84DF9845C(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void DungeonArchitect.Builders.Grid.MarkerEmitterCornerBeautifier::.cctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MarkerEmitterCornerBeautifier__cctor_m082E5FACDADC7F60A14DEC8E16983F4F13EA157B (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CellSpatialConfigU5BU5D_t5CB9A45719E0FC1CAB0C7ABE1F532A8773E0B554_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CellSpatialConfig_tAC45731A99C871C8EA6161A4BFFD4585FC6C177D_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MarkerEmitterCornerBeautifier_tF610B2FB795FFE3084A287FFB58429710E6DEF24_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_tCD59FF2C3B13D6D3D539EF75FB31E3DFC1A4B77E____0608E0C005C97F5CEE6C83C54872FFA68A91F9A24B1FD02BC07E4C2807696705_0_FieldInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_tCD59FF2C3B13D6D3D539EF75FB31E3DFC1A4B77E____132A98ECE566273156D8B3997FB616A3D0299AC1422B1BEA8D31396A1AEC5912_2_FieldInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_tCD59FF2C3B13D6D3D539EF75FB31E3DFC1A4B77E____1F8407DAB4D0CD6A43CDA82C5C72B1D9E4023FAD36C5B151654BD686F098D203_3_FieldInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_tCD59FF2C3B13D6D3D539EF75FB31E3DFC1A4B77E____2A868E86FB0DC00F5BD41E7C7A6D90043051953C25DA9811799CAFE48E0E5683_4_FieldInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_tCD59FF2C3B13D6D3D539EF75FB31E3DFC1A4B77E____48DA5DDC9CD36D3F74A33B9C9F4B6634314F779E1A2EBE8116466087BFC5FD17_6_FieldInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_tCD59FF2C3B13D6D3D539EF75FB31E3DFC1A4B77E____559411536295B9E72B50D8476FF333ADDDE0C6A216F682F8219CC31AD4FBD00E_7_FieldInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_tCD59FF2C3B13D6D3D539EF75FB31E3DFC1A4B77E____5D134CF03FDD4E98368143157E6338BE48F5FF8627978C903F42C5618F553CD7_8_FieldInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_tCD59FF2C3B13D6D3D539EF75FB31E3DFC1A4B77E____6679E28B9FF699F392DF9754BEF088691751AFB4F9AEF7D5050E31E442B6B4AA_9_FieldInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_tCD59FF2C3B13D6D3D539EF75FB31E3DFC1A4B77E____9374E214F6282E85E67F30CB879638A47F2BA2F3504AE3FD2E0EA613AF0D87AB_10_FieldInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_tCD59FF2C3B13D6D3D539EF75FB31E3DFC1A4B77E____96A3E6A9EFFE5978A60E19DDA6BD201DE5B55B1DEB8061FFB5EE3793F3346B7A_11_FieldInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_tCD59FF2C3B13D6D3D539EF75FB31E3DFC1A4B77E____B2D0E6A72553EC81B00A2D51D8186DD44338DDAA9C37A2F1B0ED1BBEAB669422_12_FieldInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_tCD59FF2C3B13D6D3D539EF75FB31E3DFC1A4B77E____C6DD8AD6D88BF13B0B39A5E4499526E263C471EFFE7B0ADF11FD609D10213BE5_14_FieldInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_tCD59FF2C3B13D6D3D539EF75FB31E3DFC1A4B77E____C8C71DB52931E73356BEAA2A6F887237AFD41ABD2D2B34EF47FB73A35504B40A_15_FieldInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_tCD59FF2C3B13D6D3D539EF75FB31E3DFC1A4B77E____E3525C2408D5F7616BAB4D2D8DF75FACD395DFD1332E4EE75D0EE109FD5E6D94_17_FieldInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_tCD59FF2C3B13D6D3D539EF75FB31E3DFC1A4B77E____EEAC090DFB674F396B03BBD69941E9C1EE461A37C8DD84ED97192DC97871CB0C_18_FieldInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_tCD59FF2C3B13D6D3D539EF75FB31E3DFC1A4B77E____FAD8EAD280BA05A533BA4FDF0B4AE3EFCD2051DA81A4F7AB3DE90197A6008F82_19_FieldInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0190F7E19768C409E0C8F9F72E6B822B8D4C7875);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1D2252272842A6D7BE6580F627FB1A4B4B90BCC7);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1D4E8CCA379B39FF22457AFB17639FA26DD7DDEC);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2ECC0955B4C4B2B47FA60FDCF1725E2EC97048AB);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3F0372720CFF49FC8A4458840E3567ACBD8C0A34);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4DE2DA90161D1986D3E63432B3F2AA60E39779A2);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5FB9FDF4E42E8DEA1765524C59C15EF21C0E1E1F);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6413A6DBE4B7FE2DBF7DC010BE6CB99F6CF07334);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7F7A67CCC0F09A9D8411C7C6F9A9A04D5BCFC7B3);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral94A2C28C37E76DD1451D0D1814B3361E5DEEF569);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral959D9B34874D0AA745F9AEF984909A3080358D0F);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral98F84D6CB4EE87D21E60C83991ADCB16A6195EB5);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA03A85A83E5B9B1DBB4C00DA4BBCF7C15B26FDAE);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE3F3915450F758AE96E311872A41092AEFC371F3);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE4D6F2CE00D8605C1C4F295BEDB1283B2C53FAA6);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF1C337A1AEBCA24E2EA14D5D3A012803EC2E1098);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// static CellSpatialConfig[] CornerConfigs = new CellSpatialConfig[] {
|
|
// new CellSpatialConfig("Corner_N", new int[] {
|
|
// 0, 2, 0,
|
|
// 1, 1, 1,
|
|
// 0, 0, 0
|
|
// }),
|
|
//
|
|
// new CellSpatialConfig("Corner_S", new int[] {
|
|
// 0, 0, 0,
|
|
// 1, 1, 1,
|
|
// 0, 2, 0
|
|
// }),
|
|
//
|
|
// new CellSpatialConfig("Corner_W", new int[] {
|
|
// 0, 1, 0,
|
|
// 2, 1, 0,
|
|
// 0, 1, 0
|
|
// }),
|
|
//
|
|
// new CellSpatialConfig("Corner_E", new int[] {
|
|
// 0, 1, 0,
|
|
// 0, 1, 2,
|
|
// 0, 1, 0
|
|
// }),
|
|
//
|
|
// /*
|
|
// *
|
|
// new CellSpatialConfig("Corner_BSlash", new int[] {
|
|
// 1, 1, 2,
|
|
// 1, 1, 1,
|
|
// 2, 1, 1
|
|
// }),
|
|
// new CellSpatialConfig("Corner_Slash", new int[] {
|
|
// 2, 1, 1,
|
|
// 1, 1, 1,
|
|
// 1, 1, 2
|
|
// }),
|
|
//
|
|
// new CellSpatialConfig("Corner_ISlash", new int[] {
|
|
// 1, 2, 2,
|
|
// 2, 1, 2,
|
|
// 2, 2, 1
|
|
// }),
|
|
// new CellSpatialConfig("Corner_IBSlash", new int[] {
|
|
// 2, 2, 1,
|
|
// 2, 1, 2,
|
|
// 1, 2, 2
|
|
// }),
|
|
//
|
|
// new CellSpatialConfig("Corner_NW", new int[] {
|
|
// 0, 2, 0,
|
|
// 2, 1, 1,
|
|
// 0, 1, 0
|
|
// }),
|
|
//
|
|
// new CellSpatialConfig("Corner_NE", new int[] {
|
|
// 0, 2, 0,
|
|
// 1, 1, 2,
|
|
// 0, 1, 0
|
|
// }),
|
|
//
|
|
// new CellSpatialConfig("Corner_SW", new int[] {
|
|
// 0, 1, 0,
|
|
// 2, 1, 1,
|
|
// 0, 2, 0
|
|
// }),
|
|
//
|
|
// new CellSpatialConfig("Corner_SE", new int[] {
|
|
// 0, 1, 0,
|
|
// 1, 1, 2,
|
|
// 0, 2, 0
|
|
// }),
|
|
//
|
|
// // Inverted
|
|
// new CellSpatialConfig("Corner_INW", new int[] {
|
|
// 2, 1, 0,
|
|
// 1, 1, 0,
|
|
// 0, 0, 0
|
|
// }),
|
|
//
|
|
// new CellSpatialConfig("Corner_INE", new int[] {
|
|
// 0, 1, 2,
|
|
// 0, 1, 1,
|
|
// 0, 0, 0
|
|
// }),
|
|
//
|
|
// new CellSpatialConfig("Corner_ISW", new int[] {
|
|
// 0, 0, 0,
|
|
// 1, 1, 0,
|
|
// 2, 1, 0
|
|
// }),
|
|
//
|
|
// new CellSpatialConfig("Corner_ISE", new int[] {
|
|
// 0, 0, 0,
|
|
// 0, 1, 1,
|
|
// 0, 1, 2
|
|
// }),
|
|
//
|
|
// };
|
|
CellSpatialConfigU5BU5D_t5CB9A45719E0FC1CAB0C7ABE1F532A8773E0B554* L_0 = (CellSpatialConfigU5BU5D_t5CB9A45719E0FC1CAB0C7ABE1F532A8773E0B554*)(CellSpatialConfigU5BU5D_t5CB9A45719E0FC1CAB0C7ABE1F532A8773E0B554*)SZArrayNew(CellSpatialConfigU5BU5D_t5CB9A45719E0FC1CAB0C7ABE1F532A8773E0B554_il2cpp_TypeInfo_var, (uint32_t)((int32_t)16));
|
|
CellSpatialConfigU5BU5D_t5CB9A45719E0FC1CAB0C7ABE1F532A8773E0B554* L_1 = L_0;
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_2 = (Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*)(Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*)SZArrayNew(Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C_il2cpp_TypeInfo_var, (uint32_t)((int32_t)9));
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_3 = L_2;
|
|
RuntimeFieldHandle_t6E4C45B6D2EA12FC99185805A7E77527899B25C5 L_4 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_tCD59FF2C3B13D6D3D539EF75FB31E3DFC1A4B77E____EEAC090DFB674F396B03BBD69941E9C1EE461A37C8DD84ED97192DC97871CB0C_18_FieldInfo_var) };
|
|
RuntimeHelpers_InitializeArray_m751372AA3F24FBF6DA9B9D687CBFA2DE436CAB9B((RuntimeArray*)L_3, L_4, NULL);
|
|
CellSpatialConfig_tAC45731A99C871C8EA6161A4BFFD4585FC6C177D* L_5 = (CellSpatialConfig_tAC45731A99C871C8EA6161A4BFFD4585FC6C177D*)il2cpp_codegen_object_new(CellSpatialConfig_tAC45731A99C871C8EA6161A4BFFD4585FC6C177D_il2cpp_TypeInfo_var);
|
|
NullCheck(L_5);
|
|
CellSpatialConfig__ctor_m770906A21D5264C6CA88C2C9DB65C10B3DBC6843(L_5, _stringLiteral1D2252272842A6D7BE6580F627FB1A4B4B90BCC7, L_3, NULL);
|
|
NullCheck(L_1);
|
|
ArrayElementTypeCheck (L_1, L_5);
|
|
(L_1)->SetAt(static_cast<il2cpp_array_size_t>(0), (CellSpatialConfig_tAC45731A99C871C8EA6161A4BFFD4585FC6C177D*)L_5);
|
|
CellSpatialConfigU5BU5D_t5CB9A45719E0FC1CAB0C7ABE1F532A8773E0B554* L_6 = L_1;
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_7 = (Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*)(Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*)SZArrayNew(Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C_il2cpp_TypeInfo_var, (uint32_t)((int32_t)9));
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_8 = L_7;
|
|
RuntimeFieldHandle_t6E4C45B6D2EA12FC99185805A7E77527899B25C5 L_9 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_tCD59FF2C3B13D6D3D539EF75FB31E3DFC1A4B77E____2A868E86FB0DC00F5BD41E7C7A6D90043051953C25DA9811799CAFE48E0E5683_4_FieldInfo_var) };
|
|
RuntimeHelpers_InitializeArray_m751372AA3F24FBF6DA9B9D687CBFA2DE436CAB9B((RuntimeArray*)L_8, L_9, NULL);
|
|
CellSpatialConfig_tAC45731A99C871C8EA6161A4BFFD4585FC6C177D* L_10 = (CellSpatialConfig_tAC45731A99C871C8EA6161A4BFFD4585FC6C177D*)il2cpp_codegen_object_new(CellSpatialConfig_tAC45731A99C871C8EA6161A4BFFD4585FC6C177D_il2cpp_TypeInfo_var);
|
|
NullCheck(L_10);
|
|
CellSpatialConfig__ctor_m770906A21D5264C6CA88C2C9DB65C10B3DBC6843(L_10, _stringLiteral0190F7E19768C409E0C8F9F72E6B822B8D4C7875, L_8, NULL);
|
|
NullCheck(L_6);
|
|
ArrayElementTypeCheck (L_6, L_10);
|
|
(L_6)->SetAt(static_cast<il2cpp_array_size_t>(1), (CellSpatialConfig_tAC45731A99C871C8EA6161A4BFFD4585FC6C177D*)L_10);
|
|
CellSpatialConfigU5BU5D_t5CB9A45719E0FC1CAB0C7ABE1F532A8773E0B554* L_11 = L_6;
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_12 = (Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*)(Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*)SZArrayNew(Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C_il2cpp_TypeInfo_var, (uint32_t)((int32_t)9));
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_13 = L_12;
|
|
RuntimeFieldHandle_t6E4C45B6D2EA12FC99185805A7E77527899B25C5 L_14 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_tCD59FF2C3B13D6D3D539EF75FB31E3DFC1A4B77E____48DA5DDC9CD36D3F74A33B9C9F4B6634314F779E1A2EBE8116466087BFC5FD17_6_FieldInfo_var) };
|
|
RuntimeHelpers_InitializeArray_m751372AA3F24FBF6DA9B9D687CBFA2DE436CAB9B((RuntimeArray*)L_13, L_14, NULL);
|
|
CellSpatialConfig_tAC45731A99C871C8EA6161A4BFFD4585FC6C177D* L_15 = (CellSpatialConfig_tAC45731A99C871C8EA6161A4BFFD4585FC6C177D*)il2cpp_codegen_object_new(CellSpatialConfig_tAC45731A99C871C8EA6161A4BFFD4585FC6C177D_il2cpp_TypeInfo_var);
|
|
NullCheck(L_15);
|
|
CellSpatialConfig__ctor_m770906A21D5264C6CA88C2C9DB65C10B3DBC6843(L_15, _stringLiteral7F7A67CCC0F09A9D8411C7C6F9A9A04D5BCFC7B3, L_13, NULL);
|
|
NullCheck(L_11);
|
|
ArrayElementTypeCheck (L_11, L_15);
|
|
(L_11)->SetAt(static_cast<il2cpp_array_size_t>(2), (CellSpatialConfig_tAC45731A99C871C8EA6161A4BFFD4585FC6C177D*)L_15);
|
|
CellSpatialConfigU5BU5D_t5CB9A45719E0FC1CAB0C7ABE1F532A8773E0B554* L_16 = L_11;
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_17 = (Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*)(Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*)SZArrayNew(Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C_il2cpp_TypeInfo_var, (uint32_t)((int32_t)9));
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_18 = L_17;
|
|
RuntimeFieldHandle_t6E4C45B6D2EA12FC99185805A7E77527899B25C5 L_19 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_tCD59FF2C3B13D6D3D539EF75FB31E3DFC1A4B77E____6679E28B9FF699F392DF9754BEF088691751AFB4F9AEF7D5050E31E442B6B4AA_9_FieldInfo_var) };
|
|
RuntimeHelpers_InitializeArray_m751372AA3F24FBF6DA9B9D687CBFA2DE436CAB9B((RuntimeArray*)L_18, L_19, NULL);
|
|
CellSpatialConfig_tAC45731A99C871C8EA6161A4BFFD4585FC6C177D* L_20 = (CellSpatialConfig_tAC45731A99C871C8EA6161A4BFFD4585FC6C177D*)il2cpp_codegen_object_new(CellSpatialConfig_tAC45731A99C871C8EA6161A4BFFD4585FC6C177D_il2cpp_TypeInfo_var);
|
|
NullCheck(L_20);
|
|
CellSpatialConfig__ctor_m770906A21D5264C6CA88C2C9DB65C10B3DBC6843(L_20, _stringLiteralE3F3915450F758AE96E311872A41092AEFC371F3, L_18, NULL);
|
|
NullCheck(L_16);
|
|
ArrayElementTypeCheck (L_16, L_20);
|
|
(L_16)->SetAt(static_cast<il2cpp_array_size_t>(3), (CellSpatialConfig_tAC45731A99C871C8EA6161A4BFFD4585FC6C177D*)L_20);
|
|
CellSpatialConfigU5BU5D_t5CB9A45719E0FC1CAB0C7ABE1F532A8773E0B554* L_21 = L_16;
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_22 = (Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*)(Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*)SZArrayNew(Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C_il2cpp_TypeInfo_var, (uint32_t)((int32_t)9));
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_23 = L_22;
|
|
RuntimeFieldHandle_t6E4C45B6D2EA12FC99185805A7E77527899B25C5 L_24 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_tCD59FF2C3B13D6D3D539EF75FB31E3DFC1A4B77E____C6DD8AD6D88BF13B0B39A5E4499526E263C471EFFE7B0ADF11FD609D10213BE5_14_FieldInfo_var) };
|
|
RuntimeHelpers_InitializeArray_m751372AA3F24FBF6DA9B9D687CBFA2DE436CAB9B((RuntimeArray*)L_23, L_24, NULL);
|
|
CellSpatialConfig_tAC45731A99C871C8EA6161A4BFFD4585FC6C177D* L_25 = (CellSpatialConfig_tAC45731A99C871C8EA6161A4BFFD4585FC6C177D*)il2cpp_codegen_object_new(CellSpatialConfig_tAC45731A99C871C8EA6161A4BFFD4585FC6C177D_il2cpp_TypeInfo_var);
|
|
NullCheck(L_25);
|
|
CellSpatialConfig__ctor_m770906A21D5264C6CA88C2C9DB65C10B3DBC6843(L_25, _stringLiteral1D4E8CCA379B39FF22457AFB17639FA26DD7DDEC, L_23, NULL);
|
|
NullCheck(L_21);
|
|
ArrayElementTypeCheck (L_21, L_25);
|
|
(L_21)->SetAt(static_cast<il2cpp_array_size_t>(4), (CellSpatialConfig_tAC45731A99C871C8EA6161A4BFFD4585FC6C177D*)L_25);
|
|
CellSpatialConfigU5BU5D_t5CB9A45719E0FC1CAB0C7ABE1F532A8773E0B554* L_26 = L_21;
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_27 = (Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*)(Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*)SZArrayNew(Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C_il2cpp_TypeInfo_var, (uint32_t)((int32_t)9));
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_28 = L_27;
|
|
RuntimeFieldHandle_t6E4C45B6D2EA12FC99185805A7E77527899B25C5 L_29 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_tCD59FF2C3B13D6D3D539EF75FB31E3DFC1A4B77E____0608E0C005C97F5CEE6C83C54872FFA68A91F9A24B1FD02BC07E4C2807696705_0_FieldInfo_var) };
|
|
RuntimeHelpers_InitializeArray_m751372AA3F24FBF6DA9B9D687CBFA2DE436CAB9B((RuntimeArray*)L_28, L_29, NULL);
|
|
CellSpatialConfig_tAC45731A99C871C8EA6161A4BFFD4585FC6C177D* L_30 = (CellSpatialConfig_tAC45731A99C871C8EA6161A4BFFD4585FC6C177D*)il2cpp_codegen_object_new(CellSpatialConfig_tAC45731A99C871C8EA6161A4BFFD4585FC6C177D_il2cpp_TypeInfo_var);
|
|
NullCheck(L_30);
|
|
CellSpatialConfig__ctor_m770906A21D5264C6CA88C2C9DB65C10B3DBC6843(L_30, _stringLiteral4DE2DA90161D1986D3E63432B3F2AA60E39779A2, L_28, NULL);
|
|
NullCheck(L_26);
|
|
ArrayElementTypeCheck (L_26, L_30);
|
|
(L_26)->SetAt(static_cast<il2cpp_array_size_t>(5), (CellSpatialConfig_tAC45731A99C871C8EA6161A4BFFD4585FC6C177D*)L_30);
|
|
CellSpatialConfigU5BU5D_t5CB9A45719E0FC1CAB0C7ABE1F532A8773E0B554* L_31 = L_26;
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_32 = (Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*)(Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*)SZArrayNew(Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C_il2cpp_TypeInfo_var, (uint32_t)((int32_t)9));
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_33 = L_32;
|
|
RuntimeFieldHandle_t6E4C45B6D2EA12FC99185805A7E77527899B25C5 L_34 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_tCD59FF2C3B13D6D3D539EF75FB31E3DFC1A4B77E____9374E214F6282E85E67F30CB879638A47F2BA2F3504AE3FD2E0EA613AF0D87AB_10_FieldInfo_var) };
|
|
RuntimeHelpers_InitializeArray_m751372AA3F24FBF6DA9B9D687CBFA2DE436CAB9B((RuntimeArray*)L_33, L_34, NULL);
|
|
CellSpatialConfig_tAC45731A99C871C8EA6161A4BFFD4585FC6C177D* L_35 = (CellSpatialConfig_tAC45731A99C871C8EA6161A4BFFD4585FC6C177D*)il2cpp_codegen_object_new(CellSpatialConfig_tAC45731A99C871C8EA6161A4BFFD4585FC6C177D_il2cpp_TypeInfo_var);
|
|
NullCheck(L_35);
|
|
CellSpatialConfig__ctor_m770906A21D5264C6CA88C2C9DB65C10B3DBC6843(L_35, _stringLiteralA03A85A83E5B9B1DBB4C00DA4BBCF7C15B26FDAE, L_33, NULL);
|
|
NullCheck(L_31);
|
|
ArrayElementTypeCheck (L_31, L_35);
|
|
(L_31)->SetAt(static_cast<il2cpp_array_size_t>(6), (CellSpatialConfig_tAC45731A99C871C8EA6161A4BFFD4585FC6C177D*)L_35);
|
|
CellSpatialConfigU5BU5D_t5CB9A45719E0FC1CAB0C7ABE1F532A8773E0B554* L_36 = L_31;
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_37 = (Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*)(Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*)SZArrayNew(Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C_il2cpp_TypeInfo_var, (uint32_t)((int32_t)9));
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_38 = L_37;
|
|
RuntimeFieldHandle_t6E4C45B6D2EA12FC99185805A7E77527899B25C5 L_39 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_tCD59FF2C3B13D6D3D539EF75FB31E3DFC1A4B77E____559411536295B9E72B50D8476FF333ADDDE0C6A216F682F8219CC31AD4FBD00E_7_FieldInfo_var) };
|
|
RuntimeHelpers_InitializeArray_m751372AA3F24FBF6DA9B9D687CBFA2DE436CAB9B((RuntimeArray*)L_38, L_39, NULL);
|
|
CellSpatialConfig_tAC45731A99C871C8EA6161A4BFFD4585FC6C177D* L_40 = (CellSpatialConfig_tAC45731A99C871C8EA6161A4BFFD4585FC6C177D*)il2cpp_codegen_object_new(CellSpatialConfig_tAC45731A99C871C8EA6161A4BFFD4585FC6C177D_il2cpp_TypeInfo_var);
|
|
NullCheck(L_40);
|
|
CellSpatialConfig__ctor_m770906A21D5264C6CA88C2C9DB65C10B3DBC6843(L_40, _stringLiteral6413A6DBE4B7FE2DBF7DC010BE6CB99F6CF07334, L_38, NULL);
|
|
NullCheck(L_36);
|
|
ArrayElementTypeCheck (L_36, L_40);
|
|
(L_36)->SetAt(static_cast<il2cpp_array_size_t>(7), (CellSpatialConfig_tAC45731A99C871C8EA6161A4BFFD4585FC6C177D*)L_40);
|
|
CellSpatialConfigU5BU5D_t5CB9A45719E0FC1CAB0C7ABE1F532A8773E0B554* L_41 = L_36;
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_42 = (Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*)(Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*)SZArrayNew(Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C_il2cpp_TypeInfo_var, (uint32_t)((int32_t)9));
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_43 = L_42;
|
|
RuntimeFieldHandle_t6E4C45B6D2EA12FC99185805A7E77527899B25C5 L_44 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_tCD59FF2C3B13D6D3D539EF75FB31E3DFC1A4B77E____C8C71DB52931E73356BEAA2A6F887237AFD41ABD2D2B34EF47FB73A35504B40A_15_FieldInfo_var) };
|
|
RuntimeHelpers_InitializeArray_m751372AA3F24FBF6DA9B9D687CBFA2DE436CAB9B((RuntimeArray*)L_43, L_44, NULL);
|
|
CellSpatialConfig_tAC45731A99C871C8EA6161A4BFFD4585FC6C177D* L_45 = (CellSpatialConfig_tAC45731A99C871C8EA6161A4BFFD4585FC6C177D*)il2cpp_codegen_object_new(CellSpatialConfig_tAC45731A99C871C8EA6161A4BFFD4585FC6C177D_il2cpp_TypeInfo_var);
|
|
NullCheck(L_45);
|
|
CellSpatialConfig__ctor_m770906A21D5264C6CA88C2C9DB65C10B3DBC6843(L_45, _stringLiteral98F84D6CB4EE87D21E60C83991ADCB16A6195EB5, L_43, NULL);
|
|
NullCheck(L_41);
|
|
ArrayElementTypeCheck (L_41, L_45);
|
|
(L_41)->SetAt(static_cast<il2cpp_array_size_t>(8), (CellSpatialConfig_tAC45731A99C871C8EA6161A4BFFD4585FC6C177D*)L_45);
|
|
CellSpatialConfigU5BU5D_t5CB9A45719E0FC1CAB0C7ABE1F532A8773E0B554* L_46 = L_41;
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_47 = (Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*)(Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*)SZArrayNew(Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C_il2cpp_TypeInfo_var, (uint32_t)((int32_t)9));
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_48 = L_47;
|
|
RuntimeFieldHandle_t6E4C45B6D2EA12FC99185805A7E77527899B25C5 L_49 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_tCD59FF2C3B13D6D3D539EF75FB31E3DFC1A4B77E____96A3E6A9EFFE5978A60E19DDA6BD201DE5B55B1DEB8061FFB5EE3793F3346B7A_11_FieldInfo_var) };
|
|
RuntimeHelpers_InitializeArray_m751372AA3F24FBF6DA9B9D687CBFA2DE436CAB9B((RuntimeArray*)L_48, L_49, NULL);
|
|
CellSpatialConfig_tAC45731A99C871C8EA6161A4BFFD4585FC6C177D* L_50 = (CellSpatialConfig_tAC45731A99C871C8EA6161A4BFFD4585FC6C177D*)il2cpp_codegen_object_new(CellSpatialConfig_tAC45731A99C871C8EA6161A4BFFD4585FC6C177D_il2cpp_TypeInfo_var);
|
|
NullCheck(L_50);
|
|
CellSpatialConfig__ctor_m770906A21D5264C6CA88C2C9DB65C10B3DBC6843(L_50, _stringLiteralF1C337A1AEBCA24E2EA14D5D3A012803EC2E1098, L_48, NULL);
|
|
NullCheck(L_46);
|
|
ArrayElementTypeCheck (L_46, L_50);
|
|
(L_46)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)9)), (CellSpatialConfig_tAC45731A99C871C8EA6161A4BFFD4585FC6C177D*)L_50);
|
|
CellSpatialConfigU5BU5D_t5CB9A45719E0FC1CAB0C7ABE1F532A8773E0B554* L_51 = L_46;
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_52 = (Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*)(Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*)SZArrayNew(Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C_il2cpp_TypeInfo_var, (uint32_t)((int32_t)9));
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_53 = L_52;
|
|
RuntimeFieldHandle_t6E4C45B6D2EA12FC99185805A7E77527899B25C5 L_54 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_tCD59FF2C3B13D6D3D539EF75FB31E3DFC1A4B77E____E3525C2408D5F7616BAB4D2D8DF75FACD395DFD1332E4EE75D0EE109FD5E6D94_17_FieldInfo_var) };
|
|
RuntimeHelpers_InitializeArray_m751372AA3F24FBF6DA9B9D687CBFA2DE436CAB9B((RuntimeArray*)L_53, L_54, NULL);
|
|
CellSpatialConfig_tAC45731A99C871C8EA6161A4BFFD4585FC6C177D* L_55 = (CellSpatialConfig_tAC45731A99C871C8EA6161A4BFFD4585FC6C177D*)il2cpp_codegen_object_new(CellSpatialConfig_tAC45731A99C871C8EA6161A4BFFD4585FC6C177D_il2cpp_TypeInfo_var);
|
|
NullCheck(L_55);
|
|
CellSpatialConfig__ctor_m770906A21D5264C6CA88C2C9DB65C10B3DBC6843(L_55, _stringLiteral3F0372720CFF49FC8A4458840E3567ACBD8C0A34, L_53, NULL);
|
|
NullCheck(L_51);
|
|
ArrayElementTypeCheck (L_51, L_55);
|
|
(L_51)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)10)), (CellSpatialConfig_tAC45731A99C871C8EA6161A4BFFD4585FC6C177D*)L_55);
|
|
CellSpatialConfigU5BU5D_t5CB9A45719E0FC1CAB0C7ABE1F532A8773E0B554* L_56 = L_51;
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_57 = (Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*)(Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*)SZArrayNew(Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C_il2cpp_TypeInfo_var, (uint32_t)((int32_t)9));
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_58 = L_57;
|
|
RuntimeFieldHandle_t6E4C45B6D2EA12FC99185805A7E77527899B25C5 L_59 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_tCD59FF2C3B13D6D3D539EF75FB31E3DFC1A4B77E____5D134CF03FDD4E98368143157E6338BE48F5FF8627978C903F42C5618F553CD7_8_FieldInfo_var) };
|
|
RuntimeHelpers_InitializeArray_m751372AA3F24FBF6DA9B9D687CBFA2DE436CAB9B((RuntimeArray*)L_58, L_59, NULL);
|
|
CellSpatialConfig_tAC45731A99C871C8EA6161A4BFFD4585FC6C177D* L_60 = (CellSpatialConfig_tAC45731A99C871C8EA6161A4BFFD4585FC6C177D*)il2cpp_codegen_object_new(CellSpatialConfig_tAC45731A99C871C8EA6161A4BFFD4585FC6C177D_il2cpp_TypeInfo_var);
|
|
NullCheck(L_60);
|
|
CellSpatialConfig__ctor_m770906A21D5264C6CA88C2C9DB65C10B3DBC6843(L_60, _stringLiteral2ECC0955B4C4B2B47FA60FDCF1725E2EC97048AB, L_58, NULL);
|
|
NullCheck(L_56);
|
|
ArrayElementTypeCheck (L_56, L_60);
|
|
(L_56)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)11)), (CellSpatialConfig_tAC45731A99C871C8EA6161A4BFFD4585FC6C177D*)L_60);
|
|
CellSpatialConfigU5BU5D_t5CB9A45719E0FC1CAB0C7ABE1F532A8773E0B554* L_61 = L_56;
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_62 = (Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*)(Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*)SZArrayNew(Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C_il2cpp_TypeInfo_var, (uint32_t)((int32_t)9));
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_63 = L_62;
|
|
RuntimeFieldHandle_t6E4C45B6D2EA12FC99185805A7E77527899B25C5 L_64 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_tCD59FF2C3B13D6D3D539EF75FB31E3DFC1A4B77E____B2D0E6A72553EC81B00A2D51D8186DD44338DDAA9C37A2F1B0ED1BBEAB669422_12_FieldInfo_var) };
|
|
RuntimeHelpers_InitializeArray_m751372AA3F24FBF6DA9B9D687CBFA2DE436CAB9B((RuntimeArray*)L_63, L_64, NULL);
|
|
CellSpatialConfig_tAC45731A99C871C8EA6161A4BFFD4585FC6C177D* L_65 = (CellSpatialConfig_tAC45731A99C871C8EA6161A4BFFD4585FC6C177D*)il2cpp_codegen_object_new(CellSpatialConfig_tAC45731A99C871C8EA6161A4BFFD4585FC6C177D_il2cpp_TypeInfo_var);
|
|
NullCheck(L_65);
|
|
CellSpatialConfig__ctor_m770906A21D5264C6CA88C2C9DB65C10B3DBC6843(L_65, _stringLiteralE4D6F2CE00D8605C1C4F295BEDB1283B2C53FAA6, L_63, NULL);
|
|
NullCheck(L_61);
|
|
ArrayElementTypeCheck (L_61, L_65);
|
|
(L_61)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)12)), (CellSpatialConfig_tAC45731A99C871C8EA6161A4BFFD4585FC6C177D*)L_65);
|
|
CellSpatialConfigU5BU5D_t5CB9A45719E0FC1CAB0C7ABE1F532A8773E0B554* L_66 = L_61;
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_67 = (Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*)(Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*)SZArrayNew(Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C_il2cpp_TypeInfo_var, (uint32_t)((int32_t)9));
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_68 = L_67;
|
|
RuntimeFieldHandle_t6E4C45B6D2EA12FC99185805A7E77527899B25C5 L_69 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_tCD59FF2C3B13D6D3D539EF75FB31E3DFC1A4B77E____132A98ECE566273156D8B3997FB616A3D0299AC1422B1BEA8D31396A1AEC5912_2_FieldInfo_var) };
|
|
RuntimeHelpers_InitializeArray_m751372AA3F24FBF6DA9B9D687CBFA2DE436CAB9B((RuntimeArray*)L_68, L_69, NULL);
|
|
CellSpatialConfig_tAC45731A99C871C8EA6161A4BFFD4585FC6C177D* L_70 = (CellSpatialConfig_tAC45731A99C871C8EA6161A4BFFD4585FC6C177D*)il2cpp_codegen_object_new(CellSpatialConfig_tAC45731A99C871C8EA6161A4BFFD4585FC6C177D_il2cpp_TypeInfo_var);
|
|
NullCheck(L_70);
|
|
CellSpatialConfig__ctor_m770906A21D5264C6CA88C2C9DB65C10B3DBC6843(L_70, _stringLiteral5FB9FDF4E42E8DEA1765524C59C15EF21C0E1E1F, L_68, NULL);
|
|
NullCheck(L_66);
|
|
ArrayElementTypeCheck (L_66, L_70);
|
|
(L_66)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)13)), (CellSpatialConfig_tAC45731A99C871C8EA6161A4BFFD4585FC6C177D*)L_70);
|
|
CellSpatialConfigU5BU5D_t5CB9A45719E0FC1CAB0C7ABE1F532A8773E0B554* L_71 = L_66;
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_72 = (Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*)(Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*)SZArrayNew(Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C_il2cpp_TypeInfo_var, (uint32_t)((int32_t)9));
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_73 = L_72;
|
|
RuntimeFieldHandle_t6E4C45B6D2EA12FC99185805A7E77527899B25C5 L_74 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_tCD59FF2C3B13D6D3D539EF75FB31E3DFC1A4B77E____1F8407DAB4D0CD6A43CDA82C5C72B1D9E4023FAD36C5B151654BD686F098D203_3_FieldInfo_var) };
|
|
RuntimeHelpers_InitializeArray_m751372AA3F24FBF6DA9B9D687CBFA2DE436CAB9B((RuntimeArray*)L_73, L_74, NULL);
|
|
CellSpatialConfig_tAC45731A99C871C8EA6161A4BFFD4585FC6C177D* L_75 = (CellSpatialConfig_tAC45731A99C871C8EA6161A4BFFD4585FC6C177D*)il2cpp_codegen_object_new(CellSpatialConfig_tAC45731A99C871C8EA6161A4BFFD4585FC6C177D_il2cpp_TypeInfo_var);
|
|
NullCheck(L_75);
|
|
CellSpatialConfig__ctor_m770906A21D5264C6CA88C2C9DB65C10B3DBC6843(L_75, _stringLiteral94A2C28C37E76DD1451D0D1814B3361E5DEEF569, L_73, NULL);
|
|
NullCheck(L_71);
|
|
ArrayElementTypeCheck (L_71, L_75);
|
|
(L_71)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)14)), (CellSpatialConfig_tAC45731A99C871C8EA6161A4BFFD4585FC6C177D*)L_75);
|
|
CellSpatialConfigU5BU5D_t5CB9A45719E0FC1CAB0C7ABE1F532A8773E0B554* L_76 = L_71;
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_77 = (Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*)(Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*)SZArrayNew(Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C_il2cpp_TypeInfo_var, (uint32_t)((int32_t)9));
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_78 = L_77;
|
|
RuntimeFieldHandle_t6E4C45B6D2EA12FC99185805A7E77527899B25C5 L_79 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_tCD59FF2C3B13D6D3D539EF75FB31E3DFC1A4B77E____FAD8EAD280BA05A533BA4FDF0B4AE3EFCD2051DA81A4F7AB3DE90197A6008F82_19_FieldInfo_var) };
|
|
RuntimeHelpers_InitializeArray_m751372AA3F24FBF6DA9B9D687CBFA2DE436CAB9B((RuntimeArray*)L_78, L_79, NULL);
|
|
CellSpatialConfig_tAC45731A99C871C8EA6161A4BFFD4585FC6C177D* L_80 = (CellSpatialConfig_tAC45731A99C871C8EA6161A4BFFD4585FC6C177D*)il2cpp_codegen_object_new(CellSpatialConfig_tAC45731A99C871C8EA6161A4BFFD4585FC6C177D_il2cpp_TypeInfo_var);
|
|
NullCheck(L_80);
|
|
CellSpatialConfig__ctor_m770906A21D5264C6CA88C2C9DB65C10B3DBC6843(L_80, _stringLiteral959D9B34874D0AA745F9AEF984909A3080358D0F, L_78, NULL);
|
|
NullCheck(L_76);
|
|
ArrayElementTypeCheck (L_76, L_80);
|
|
(L_76)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)15)), (CellSpatialConfig_tAC45731A99C871C8EA6161A4BFFD4585FC6C177D*)L_80);
|
|
((MarkerEmitterCornerBeautifier_tF610B2FB795FFE3084A287FFB58429710E6DEF24_StaticFields*)il2cpp_codegen_static_fields_for(MarkerEmitterCornerBeautifier_tF610B2FB795FFE3084A287FFB58429710E6DEF24_il2cpp_TypeInfo_var))->___CornerConfigs_4 = L_76;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((MarkerEmitterCornerBeautifier_tF610B2FB795FFE3084A287FFB58429710E6DEF24_StaticFields*)il2cpp_codegen_static_fields_for(MarkerEmitterCornerBeautifier_tF610B2FB795FFE3084A287FFB58429710E6DEF24_il2cpp_TypeInfo_var))->___CornerConfigs_4), (void*)L_76);
|
|
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 DungeonArchitect.Builders.Grid.MarkerEmitterCornerBeautifier/CellSpatialConfig::.ctor(System.String,System.Int32[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CellSpatialConfig__ctor_m770906A21D5264C6CA88C2C9DB65C10B3DBC6843 (CellSpatialConfig_tAC45731A99C871C8EA6161A4BFFD4585FC6C177D* __this, String_t* ___0_markerName, Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___1_neighborConfig, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public CellSpatialConfig(string markerName, int[] neighborConfig) {
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
// this.markerName = markerName;
|
|
String_t* L_0 = ___0_markerName;
|
|
__this->___markerName_0 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___markerName_0), (void*)L_0);
|
|
// this.neighborConfig = neighborConfig;
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_1 = ___1_neighborConfig;
|
|
__this->___neighborConfig_1 = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___neighborConfig_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.Void DungeonArchitect.Builders.Grid.MarkerEmitterEmptySpace::EmitMarkers(DungeonArchitect.DungeonBuilder)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MarkerEmitterEmptySpace_EmitMarkers_mD3FBD838C8C14484217B651BB877503E49F211E0 (MarkerEmitterEmptySpace_t463CB5E3864A5CECE52C39C5D115D72BE05943CF* __this, DungeonBuilder_tD1E33B0EE44EFF472152D3D8233F3804191E65EA* ___0_builder, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BlackboardDatabase_1_GetValue_m52CFCDD3753ECD837BB1333FF0C5F959E2378BAF_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m78CE33F908EF5E977351DDCF0DDE935CE81FC839_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_m99C7EE977A1004680A927B694ED31BDBAFD3E0F3_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m4AAC4833BA64EA18FAEB5AE98B1558ED8B463649_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GridDungeonModel_tAEF5278646C831FA4C6EEEFEF7128869C645942F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_Add_m3CEC6A8ED133CA7EF3C957EA7C946E401291F79C_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_Contains_m912E38AD34AEBA45CCD4C1D112E289133DFC1678_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1__ctor_m606D72FA17DC5FB76BFFBA90AE31EF85BE643D0A_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_tA1EF3184AD46B7255ABC462FA85BEA5168966215_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_GetEnumerator_m5A8FFD32A62DDD1E1EF2C5746ADDD20468DE6F35_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
HashSet_1_tA1EF3184AD46B7255ABC462FA85BEA5168966215* V_0 = NULL;
|
|
GridDungeonModel_tAEF5278646C831FA4C6EEEFEF7128869C645942F* V_1 = NULL;
|
|
GridDungeonConfig_tA813B337E88DBA4D5849118F7CF0D012B1178726* V_2 = NULL;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_3;
|
|
memset((&V_3), 0, sizeof(V_3));
|
|
float V_4 = 0.0f;
|
|
int32_t V_5 = 0;
|
|
String_t* V_6 = NULL;
|
|
Enumerator_tF7CD6203B7815A8F8DC4B853FF9FE5C6A3021FE8 V_7;
|
|
memset((&V_7), 0, sizeof(V_7));
|
|
Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01* V_8 = NULL;
|
|
Rectangle_tA560F5F5599A7C11DDD6E7EC2A93ABD2AAA6C64E V_9;
|
|
memset((&V_9), 0, sizeof(V_9));
|
|
IntVectorU5BU5D_t51305BC25B133B84E9B4F1FB09FC5DE6C579C440* V_10 = NULL;
|
|
int32_t V_11 = 0;
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C V_12;
|
|
memset((&V_12), 0, sizeof(V_12));
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C V_13;
|
|
memset((&V_13), 0, sizeof(V_13));
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_14;
|
|
memset((&V_14), 0, sizeof(V_14));
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 V_15;
|
|
memset((&V_15), 0, sizeof(V_15));
|
|
{
|
|
// var visited = new HashSet<IntVector>();
|
|
HashSet_1_tA1EF3184AD46B7255ABC462FA85BEA5168966215* L_0 = (HashSet_1_tA1EF3184AD46B7255ABC462FA85BEA5168966215*)il2cpp_codegen_object_new(HashSet_1_tA1EF3184AD46B7255ABC462FA85BEA5168966215_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
HashSet_1__ctor_m606D72FA17DC5FB76BFFBA90AE31EF85BE643D0A(L_0, HashSet_1__ctor_m606D72FA17DC5FB76BFFBA90AE31EF85BE643D0A_RuntimeMethod_var);
|
|
V_0 = L_0;
|
|
// var model = builder.Model as GridDungeonModel;
|
|
DungeonBuilder_tD1E33B0EE44EFF472152D3D8233F3804191E65EA* L_1 = ___0_builder;
|
|
NullCheck(L_1);
|
|
DungeonModel_t53A77B7094F80C6A6C626E2E6B647289FBF29D19* L_2;
|
|
L_2 = DungeonBuilder_get_Model_m389A71C7447944C07FFB0F24CDC1835A33E76C16_inline(L_1, NULL);
|
|
V_1 = ((GridDungeonModel_tAEF5278646C831FA4C6EEEFEF7128869C645942F*)IsInstClass((RuntimeObject*)L_2, GridDungeonModel_tAEF5278646C831FA4C6EEEFEF7128869C645942F_il2cpp_TypeInfo_var));
|
|
// if (model == null) return;
|
|
GridDungeonModel_tAEF5278646C831FA4C6EEEFEF7128869C645942F* L_3 = V_1;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_4;
|
|
L_4 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_3, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
if (!L_4)
|
|
{
|
|
goto IL_001c;
|
|
}
|
|
}
|
|
{
|
|
// if (model == null) return;
|
|
return;
|
|
}
|
|
|
|
IL_001c:
|
|
{
|
|
// var config = model.Config as GridDungeonConfig;
|
|
GridDungeonModel_tAEF5278646C831FA4C6EEEFEF7128869C645942F* L_5 = V_1;
|
|
NullCheck(L_5);
|
|
GridDungeonConfig_tA813B337E88DBA4D5849118F7CF0D012B1178726* L_6 = L_5->___Config_5;
|
|
V_2 = L_6;
|
|
// if (config == null) return;
|
|
GridDungeonConfig_tA813B337E88DBA4D5849118F7CF0D012B1178726* L_7 = V_2;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_8;
|
|
L_8 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_7, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
if (!L_8)
|
|
{
|
|
goto IL_002d;
|
|
}
|
|
}
|
|
{
|
|
// if (config == null) return;
|
|
return;
|
|
}
|
|
|
|
IL_002d:
|
|
{
|
|
// var gridSize = config.GridCellSize;
|
|
GridDungeonConfig_tA813B337E88DBA4D5849118F7CF0D012B1178726* L_9 = V_2;
|
|
NullCheck(L_9);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_10 = L_9->___GridCellSize_5;
|
|
V_3 = L_10;
|
|
// float overrideYValue = 0;
|
|
V_4 = (0.0f);
|
|
// if (overrideY)
|
|
bool L_11 = __this->___overrideY_7;
|
|
if (!L_11)
|
|
{
|
|
goto IL_005b;
|
|
}
|
|
}
|
|
{
|
|
// overrideYValue = builder.Blackboard.FloatEntries.GetValue(overrideYBlackboardKey);
|
|
DungeonBuilder_tD1E33B0EE44EFF472152D3D8233F3804191E65EA* L_12 = ___0_builder;
|
|
NullCheck(L_12);
|
|
Blackboard_t02618F4A3DD340B66759F75B766D598574968BAA* L_13;
|
|
L_13 = DungeonBuilder_get_Blackboard_m317A9710A8A06515E716625CC4C4B719359F4702_inline(L_12, NULL);
|
|
NullCheck(L_13);
|
|
BlackboardDatabase_1_tB832A6F97B1D095490FF9B70B7E4C978FED46355* L_14;
|
|
L_14 = Blackboard_get_FloatEntries_m2D0ACC94C741B901586F7CD30225F80627E33740_inline(L_13, NULL);
|
|
String_t* L_15 = __this->___overrideYBlackboardKey_8;
|
|
NullCheck(L_14);
|
|
float L_16;
|
|
L_16 = BlackboardDatabase_1_GetValue_m52CFCDD3753ECD837BB1333FF0C5F959E2378BAF(L_14, L_15, BlackboardDatabase_1_GetValue_m52CFCDD3753ECD837BB1333FF0C5F959E2378BAF_RuntimeMethod_var);
|
|
V_4 = L_16;
|
|
}
|
|
|
|
IL_005b:
|
|
{
|
|
// for (int d = 1; d <= distanceToCover; d++)
|
|
V_5 = 1;
|
|
goto IL_01bb;
|
|
}
|
|
|
|
IL_0063:
|
|
{
|
|
// var indexedMarkerName = indexedMarkerNamePrefix + d;
|
|
String_t* L_17 = __this->___indexedMarkerNamePrefix_6;
|
|
String_t* L_18;
|
|
L_18 = Int32_ToString_m030E01C24E294D6762FB0B6F37CB541581F55CA5((&V_5), NULL);
|
|
String_t* L_19;
|
|
L_19 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(L_17, L_18, NULL);
|
|
V_6 = L_19;
|
|
// foreach (var cell in model.Cells)
|
|
GridDungeonModel_tAEF5278646C831FA4C6EEEFEF7128869C645942F* L_20 = V_1;
|
|
NullCheck(L_20);
|
|
List_1_t987D5B80738D2852896A351FD59FC0CCCE96F45A* L_21 = L_20->___Cells_6;
|
|
NullCheck(L_21);
|
|
Enumerator_tF7CD6203B7815A8F8DC4B853FF9FE5C6A3021FE8 L_22;
|
|
L_22 = List_1_GetEnumerator_m5A8FFD32A62DDD1E1EF2C5746ADDD20468DE6F35(L_21, List_1_GetEnumerator_m5A8FFD32A62DDD1E1EF2C5746ADDD20468DE6F35_RuntimeMethod_var);
|
|
V_7 = L_22;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_01a7:
|
|
{// begin finally (depth: 1)
|
|
Enumerator_Dispose_m78CE33F908EF5E977351DDCF0DDE935CE81FC839((&V_7), Enumerator_Dispose_m78CE33F908EF5E977351DDCF0DDE935CE81FC839_RuntimeMethod_var);
|
|
return;
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
{
|
|
goto IL_0199_1;
|
|
}
|
|
|
|
IL_0089_1:
|
|
{
|
|
// foreach (var cell in model.Cells)
|
|
Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01* L_23;
|
|
L_23 = Enumerator_get_Current_m4AAC4833BA64EA18FAEB5AE98B1558ED8B463649_inline((&V_7), Enumerator_get_Current_m4AAC4833BA64EA18FAEB5AE98B1558ED8B463649_RuntimeMethod_var);
|
|
V_8 = L_23;
|
|
// if (cell.CellType == CellType.Unknown) continue;
|
|
Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01* L_24 = V_8;
|
|
NullCheck(L_24);
|
|
int32_t L_25;
|
|
L_25 = Cell_get_CellType_m2C666B1ED7806805420EA64623AF5D3EDFF6F642_inline(L_24, NULL);
|
|
if ((((int32_t)L_25) == ((int32_t)3)))
|
|
{
|
|
goto IL_0199_1;
|
|
}
|
|
}
|
|
{
|
|
// var bounds = cell.Bounds;
|
|
Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01* L_26 = V_8;
|
|
NullCheck(L_26);
|
|
Rectangle_tA560F5F5599A7C11DDD6E7EC2A93ABD2AAA6C64E L_27;
|
|
L_27 = Cell_get_Bounds_m701BAE5F667F9ED03D14964497811072198366CE_inline(L_26, NULL);
|
|
V_9 = L_27;
|
|
// bounds = Rectangle.ExpandBounds(bounds, d);
|
|
Rectangle_tA560F5F5599A7C11DDD6E7EC2A93ABD2AAA6C64E L_28 = V_9;
|
|
int32_t L_29 = V_5;
|
|
Rectangle_tA560F5F5599A7C11DDD6E7EC2A93ABD2AAA6C64E L_30;
|
|
L_30 = Rectangle_ExpandBounds_mB2B91D2CB09196E225226A740A2AE76AC1FCB319(L_28, L_29, NULL);
|
|
V_9 = L_30;
|
|
// var points = bounds.GetBorderPoints();
|
|
IntVectorU5BU5D_t51305BC25B133B84E9B4F1FB09FC5DE6C579C440* L_31;
|
|
L_31 = Rectangle_GetBorderPoints_mD293F309F288D7B5E3AE3E4FDA774F0734E17116((&V_9), NULL);
|
|
// foreach (var point in points)
|
|
V_10 = L_31;
|
|
V_11 = 0;
|
|
goto IL_018e_1;
|
|
}
|
|
|
|
IL_00c4_1:
|
|
{
|
|
// foreach (var point in points)
|
|
IntVectorU5BU5D_t51305BC25B133B84E9B4F1FB09FC5DE6C579C440* L_32 = V_10;
|
|
int32_t L_33 = V_11;
|
|
NullCheck(L_32);
|
|
int32_t L_34 = L_33;
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_35 = (L_32)->GetAt(static_cast<il2cpp_array_size_t>(L_34));
|
|
V_12 = L_35;
|
|
// var hash = new IntVector(point.x, 0, point.z);
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_36 = V_12;
|
|
int32_t L_37 = L_36.___x_0;
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_38 = V_12;
|
|
int32_t L_39 = L_38.___z_2;
|
|
IntVector__ctor_mA5653A9122DC5F76C09064F96D45BD4A1255EE34((&V_13), L_37, 0, L_39, NULL);
|
|
// if (!visited.Contains(hash))
|
|
HashSet_1_tA1EF3184AD46B7255ABC462FA85BEA5168966215* L_40 = V_0;
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_41 = V_13;
|
|
NullCheck(L_40);
|
|
bool L_42;
|
|
L_42 = HashSet_1_Contains_m912E38AD34AEBA45CCD4C1D112E289133DFC1678(L_40, L_41, HashSet_1_Contains_m912E38AD34AEBA45CCD4C1D112E289133DFC1678_RuntimeMethod_var);
|
|
if (L_42)
|
|
{
|
|
goto IL_0188_1;
|
|
}
|
|
}
|
|
{
|
|
// var cellInfo = model.GetGridCellLookup(point.x, point.z);
|
|
GridDungeonModel_tAEF5278646C831FA4C6EEEFEF7128869C645942F* L_43 = V_1;
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_44 = V_12;
|
|
int32_t L_45 = L_44.___x_0;
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_46 = V_12;
|
|
int32_t L_47 = L_46.___z_2;
|
|
NullCheck(L_43);
|
|
GridCellInfo_t742531730F06A9444088AF5B821D776397CE6AFA* L_48;
|
|
L_48 = GridDungeonModel_GetGridCellLookup_mDA4C3FF33EE7990C289589A8822E610513BFFBC4(L_43, L_45, L_47, NULL);
|
|
// if (cellInfo.CellType == CellType.Unknown)
|
|
NullCheck(L_48);
|
|
int32_t L_49 = L_48->___CellType_1;
|
|
if ((!(((uint32_t)L_49) == ((uint32_t)3))))
|
|
{
|
|
goto IL_017f_1;
|
|
}
|
|
}
|
|
{
|
|
// var position = point * gridSize;
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_50 = V_12;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_51 = V_3;
|
|
il2cpp_codegen_runtime_class_init_inline(IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C_il2cpp_TypeInfo_var);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_52;
|
|
L_52 = IntVector_op_Multiply_m3233E2C98AC1950B36883D28B04FF0B7C1E43AA3(L_50, L_51, NULL);
|
|
V_14 = L_52;
|
|
// position += Vector3.Scale(new Vector3(0.5f, 0, 0.5f), gridSize);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_53 = V_14;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_54;
|
|
memset((&L_54), 0, sizeof(L_54));
|
|
Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&L_54), (0.5f), (0.0f), (0.5f), /*hidden argument*/NULL);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_55 = V_3;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_56;
|
|
L_56 = Vector3_Scale_m7C3CD199271902D5C00CBF35CD230DEB62B68CAE_inline(L_54, L_55, NULL);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_57;
|
|
L_57 = Vector3_op_Addition_m78C0EC70CB66E8DCAC225743D82B268DAEE92067_inline(L_53, L_56, NULL);
|
|
V_14 = L_57;
|
|
// if (overrideY)
|
|
bool L_58 = __this->___overrideY_7;
|
|
if (!L_58)
|
|
{
|
|
goto IL_014c_1;
|
|
}
|
|
}
|
|
{
|
|
// position.y = overrideYValue;
|
|
float L_59 = V_4;
|
|
(&V_14)->___y_3 = L_59;
|
|
}
|
|
|
|
IL_014c_1:
|
|
{
|
|
// var transform = Matrix4x4.TRS(position, Quaternion.identity, Vector3.one);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_60 = V_14;
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_61;
|
|
L_61 = Quaternion_get_identity_m7E701AE095ED10FD5EA0B50ABCFDE2EEFF2173A5_inline(NULL);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_62;
|
|
L_62 = Vector3_get_one_mC9B289F1E15C42C597180C9FE6FB492495B51D02_inline(NULL);
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_63;
|
|
L_63 = Matrix4x4_TRS_mCC04FD47347234B451ACC6CCD2CE6D02E1E0E1E3(L_60, L_61, L_62, NULL);
|
|
V_15 = L_63;
|
|
// builder.EmitMarker(markerName, transform, point, -1);
|
|
DungeonBuilder_tD1E33B0EE44EFF472152D3D8233F3804191E65EA* L_64 = ___0_builder;
|
|
String_t* L_65 = __this->___markerName_5;
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_66 = V_15;
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_67 = V_12;
|
|
NullCheck(L_64);
|
|
PropSocket_tDBD788EE4878B0FEF7F3848CD0882C4A2A735394* L_68;
|
|
L_68 = DungeonBuilder_EmitMarker_m2269C1FA0350E2BE59E038CC9ADD6127C2998865(L_64, L_65, L_66, L_67, (-1), NULL);
|
|
// builder.EmitMarker(indexedMarkerName, transform, point, -1);
|
|
DungeonBuilder_tD1E33B0EE44EFF472152D3D8233F3804191E65EA* L_69 = ___0_builder;
|
|
String_t* L_70 = V_6;
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_71 = V_15;
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_72 = V_12;
|
|
NullCheck(L_69);
|
|
PropSocket_tDBD788EE4878B0FEF7F3848CD0882C4A2A735394* L_73;
|
|
L_73 = DungeonBuilder_EmitMarker_m2269C1FA0350E2BE59E038CC9ADD6127C2998865(L_69, L_70, L_71, L_72, (-1), NULL);
|
|
}
|
|
|
|
IL_017f_1:
|
|
{
|
|
// visited.Add(hash);
|
|
HashSet_1_tA1EF3184AD46B7255ABC462FA85BEA5168966215* L_74 = V_0;
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_75 = V_13;
|
|
NullCheck(L_74);
|
|
bool L_76;
|
|
L_76 = HashSet_1_Add_m3CEC6A8ED133CA7EF3C957EA7C946E401291F79C(L_74, L_75, HashSet_1_Add_m3CEC6A8ED133CA7EF3C957EA7C946E401291F79C_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0188_1:
|
|
{
|
|
int32_t L_77 = V_11;
|
|
V_11 = ((int32_t)il2cpp_codegen_add(L_77, 1));
|
|
}
|
|
|
|
IL_018e_1:
|
|
{
|
|
// foreach (var point in points)
|
|
int32_t L_78 = V_11;
|
|
IntVectorU5BU5D_t51305BC25B133B84E9B4F1FB09FC5DE6C579C440* L_79 = V_10;
|
|
NullCheck(L_79);
|
|
if ((((int32_t)L_78) < ((int32_t)((int32_t)(((RuntimeArray*)L_79)->max_length)))))
|
|
{
|
|
goto IL_00c4_1;
|
|
}
|
|
}
|
|
|
|
IL_0199_1:
|
|
{
|
|
// foreach (var cell in model.Cells)
|
|
bool L_80;
|
|
L_80 = Enumerator_MoveNext_m99C7EE977A1004680A927B694ED31BDBAFD3E0F3((&V_7), Enumerator_MoveNext_m99C7EE977A1004680A927B694ED31BDBAFD3E0F3_RuntimeMethod_var);
|
|
if (L_80)
|
|
{
|
|
goto IL_0089_1;
|
|
}
|
|
}
|
|
{
|
|
goto IL_01b5;
|
|
}
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_01b5:
|
|
{
|
|
// for (int d = 1; d <= distanceToCover; d++)
|
|
int32_t L_81 = V_5;
|
|
V_5 = ((int32_t)il2cpp_codegen_add(L_81, 1));
|
|
}
|
|
|
|
IL_01bb:
|
|
{
|
|
// for (int d = 1; d <= distanceToCover; d++)
|
|
int32_t L_82 = V_5;
|
|
int32_t L_83 = __this->___distanceToCover_4;
|
|
if ((((int32_t)L_82) <= ((int32_t)L_83)))
|
|
{
|
|
goto IL_0063;
|
|
}
|
|
}
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void DungeonArchitect.Builders.Grid.MarkerEmitterEmptySpace::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MarkerEmitterEmptySpace__ctor_mF0DA8EF8ED0800E85325109A52ECCE8BC8CBA726 (MarkerEmitterEmptySpace_t463CB5E3864A5CECE52C39C5D115D72BE05943CF* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4503E5127BD849E45958D94404160B0374133184);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral64A8A214A1C2F562B33BDFF5648B633C5989FBFB);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral837C4035AB8BA1A8AAC6887A2F5CC612315E276B);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public int distanceToCover = 3;
|
|
__this->___distanceToCover_4 = 3;
|
|
// public string markerName = "EmptySpace";
|
|
__this->___markerName_5 = _stringLiteral837C4035AB8BA1A8AAC6887A2F5CC612315E276B;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___markerName_5), (void*)_stringLiteral837C4035AB8BA1A8AAC6887A2F5CC612315E276B);
|
|
// public string indexedMarkerNamePrefix = "EmptySpace_";
|
|
__this->___indexedMarkerNamePrefix_6 = _stringLiteral64A8A214A1C2F562B33BDFF5648B633C5989FBFB;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___indexedMarkerNamePrefix_6), (void*)_stringLiteral64A8A214A1C2F562B33BDFF5648B633C5989FBFB);
|
|
// public string overrideYBlackboardKey = "DungeonLowestY";
|
|
__this->___overrideYBlackboardKey_8 = _stringLiteral4503E5127BD849E45958D94404160B0374133184;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___overrideYBlackboardKey_8), (void*)_stringLiteral4503E5127BD849E45958D94404160B0374133184);
|
|
DungeonMarkerEmitter__ctor_mB7D14BAAB473F014E801D612901A63F84DF9845C(__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 DungeonArchitect.Builders.Grid.MarkerEmitterFindLowestPoint::EmitMarkers(DungeonArchitect.DungeonBuilder)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MarkerEmitterFindLowestPoint_EmitMarkers_m990245BB7177FCDE61D49778F42E8C1DF2D981BE (MarkerEmitterFindLowestPoint_t7EC007CFCCC51D8B6D7BB13B2F8AED8EE653EEEF* __this, DungeonBuilder_tD1E33B0EE44EFF472152D3D8233F3804191E65EA* ___0_builder, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BlackboardDatabase_1_SetValue_m4E4780FCB632FB83B2F0592E15FD61F394CC9DF2_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m78CE33F908EF5E977351DDCF0DDE935CE81FC839_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_m99C7EE977A1004680A927B694ED31BDBAFD3E0F3_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m4AAC4833BA64EA18FAEB5AE98B1558ED8B463649_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GridDungeonBuilder_tF519D1857BAF6A6DDB74CE4ED051BC2C967098D4_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GridDungeonModel_tAEF5278646C831FA4C6EEEFEF7128869C645942F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_GetEnumerator_m5A8FFD32A62DDD1E1EF2C5746ADDD20468DE6F35_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m202842E768D67374DAFBC80E461722EC02CE0102_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5BEFD8CC60A79699B5BB00E37BAC5B62D371E174);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral740A3E0E070382E541306AF2952CD846315649EB);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
GridDungeonModel_tAEF5278646C831FA4C6EEEFEF7128869C645942F* V_0 = NULL;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_3;
|
|
memset((&V_3), 0, sizeof(V_3));
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_4;
|
|
memset((&V_4), 0, sizeof(V_4));
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_5;
|
|
memset((&V_5), 0, sizeof(V_5));
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_6;
|
|
memset((&V_6), 0, sizeof(V_6));
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 V_7;
|
|
memset((&V_7), 0, sizeof(V_7));
|
|
Enumerator_tF7CD6203B7815A8F8DC4B853FF9FE5C6A3021FE8 V_8;
|
|
memset((&V_8), 0, sizeof(V_8));
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_9;
|
|
memset((&V_9), 0, sizeof(V_9));
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_10;
|
|
memset((&V_10), 0, sizeof(V_10));
|
|
Rectangle_tA560F5F5599A7C11DDD6E7EC2A93ABD2AAA6C64E V_11;
|
|
memset((&V_11), 0, sizeof(V_11));
|
|
String_t* G_B3_0 = NULL;
|
|
String_t* G_B2_0 = NULL;
|
|
String_t* G_B4_0 = NULL;
|
|
String_t* G_B4_1 = NULL;
|
|
{
|
|
// if (!(builder is GridDungeonBuilder))
|
|
DungeonBuilder_tD1E33B0EE44EFF472152D3D8233F3804191E65EA* L_0 = ___0_builder;
|
|
if (((GridDungeonBuilder_tF519D1857BAF6A6DDB74CE4ED051BC2C967098D4*)IsInstClass((RuntimeObject*)L_0, GridDungeonBuilder_tF519D1857BAF6A6DDB74CE4ED051BC2C967098D4_il2cpp_TypeInfo_var)))
|
|
{
|
|
goto IL_0033;
|
|
}
|
|
}
|
|
{
|
|
// Debug.LogWarning("Unsupported builder type used with marker emitter MarkerEmitterFindLowestPoint. Expected GridDungeonBuilder. Received:" + (builder != null ? builder.GetType().ToString() : "null"));
|
|
DungeonBuilder_tD1E33B0EE44EFF472152D3D8233F3804191E65EA* L_1 = ___0_builder;
|
|
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_B2_0 = _stringLiteral740A3E0E070382E541306AF2952CD846315649EB;
|
|
if (L_2)
|
|
{
|
|
G_B3_0 = _stringLiteral740A3E0E070382E541306AF2952CD846315649EB;
|
|
goto IL_001d;
|
|
}
|
|
}
|
|
{
|
|
G_B4_0 = _stringLiteral5BEFD8CC60A79699B5BB00E37BAC5B62D371E174;
|
|
G_B4_1 = G_B2_0;
|
|
goto IL_0028;
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
DungeonBuilder_tD1E33B0EE44EFF472152D3D8233F3804191E65EA* L_3 = ___0_builder;
|
|
NullCheck(L_3);
|
|
Type_t* L_4;
|
|
L_4 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(L_3, NULL);
|
|
NullCheck(L_4);
|
|
String_t* L_5;
|
|
L_5 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_4);
|
|
G_B4_0 = L_5;
|
|
G_B4_1 = G_B3_0;
|
|
}
|
|
|
|
IL_0028:
|
|
{
|
|
String_t* L_6;
|
|
L_6 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(G_B4_1, G_B4_0, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
Debug_LogWarning_m33EF1B897E0C7C6FF538989610BFAFFEF4628CA9(L_6, NULL);
|
|
// return;
|
|
return;
|
|
}
|
|
|
|
IL_0033:
|
|
{
|
|
// var gridModel = builder.Model as GridDungeonModel;
|
|
DungeonBuilder_tD1E33B0EE44EFF472152D3D8233F3804191E65EA* L_7 = ___0_builder;
|
|
NullCheck(L_7);
|
|
DungeonModel_t53A77B7094F80C6A6C626E2E6B647289FBF29D19* L_8;
|
|
L_8 = DungeonBuilder_get_Model_m389A71C7447944C07FFB0F24CDC1835A33E76C16_inline(L_7, NULL);
|
|
V_0 = ((GridDungeonModel_tAEF5278646C831FA4C6EEEFEF7128869C645942F*)IsInstClass((RuntimeObject*)L_8, GridDungeonModel_tAEF5278646C831FA4C6EEEFEF7128869C645942F_il2cpp_TypeInfo_var));
|
|
// var Min = new Vector3(int.MaxValue, int.MaxValue, int.MaxValue);
|
|
Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&V_1), (2.14748365E+09f), (2.14748365E+09f), (2.14748365E+09f), NULL);
|
|
// var Max = new Vector3(-int.MaxValue, -int.MaxValue, -int.MaxValue);
|
|
Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&V_2), (-2.14748365E+09f), (-2.14748365E+09f), (-2.14748365E+09f), NULL);
|
|
// var gridSize = gridModel.Config.GridCellSize;
|
|
GridDungeonModel_tAEF5278646C831FA4C6EEEFEF7128869C645942F* L_9 = V_0;
|
|
NullCheck(L_9);
|
|
GridDungeonConfig_tA813B337E88DBA4D5849118F7CF0D012B1178726* L_10 = L_9->___Config_5;
|
|
NullCheck(L_10);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_11 = L_10->___GridCellSize_5;
|
|
V_3 = L_11;
|
|
// if (gridModel.Cells.Count == 0)
|
|
GridDungeonModel_tAEF5278646C831FA4C6EEEFEF7128869C645942F* L_12 = V_0;
|
|
NullCheck(L_12);
|
|
List_1_t987D5B80738D2852896A351FD59FC0CCCE96F45A* L_13 = L_12->___Cells_6;
|
|
NullCheck(L_13);
|
|
int32_t L_14;
|
|
L_14 = List_1_get_Count_m202842E768D67374DAFBC80E461722EC02CE0102_inline(L_13, List_1_get_Count_m202842E768D67374DAFBC80E461722EC02CE0102_RuntimeMethod_var);
|
|
if (L_14)
|
|
{
|
|
goto IL_0095;
|
|
}
|
|
}
|
|
{
|
|
// Min = Vector3.zero;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_15;
|
|
L_15 = Vector3_get_zero_m0C1249C3F25B1C70EAD3CC8B31259975A457AE39_inline(NULL);
|
|
V_1 = L_15;
|
|
// Max = Vector3.zero;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_16;
|
|
L_16 = Vector3_get_zero_m0C1249C3F25B1C70EAD3CC8B31259975A457AE39_inline(NULL);
|
|
V_2 = L_16;
|
|
goto IL_01a5;
|
|
}
|
|
|
|
IL_0095:
|
|
{
|
|
// foreach (var cell in gridModel.Cells)
|
|
GridDungeonModel_tAEF5278646C831FA4C6EEEFEF7128869C645942F* L_17 = V_0;
|
|
NullCheck(L_17);
|
|
List_1_t987D5B80738D2852896A351FD59FC0CCCE96F45A* L_18 = L_17->___Cells_6;
|
|
NullCheck(L_18);
|
|
Enumerator_tF7CD6203B7815A8F8DC4B853FF9FE5C6A3021FE8 L_19;
|
|
L_19 = List_1_GetEnumerator_m5A8FFD32A62DDD1E1EF2C5746ADDD20468DE6F35(L_18, List_1_GetEnumerator_m5A8FFD32A62DDD1E1EF2C5746ADDD20468DE6F35_RuntimeMethod_var);
|
|
V_8 = L_19;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_0197:
|
|
{// begin finally (depth: 1)
|
|
Enumerator_Dispose_m78CE33F908EF5E977351DDCF0DDE935CE81FC839((&V_8), Enumerator_Dispose_m78CE33F908EF5E977351DDCF0DDE935CE81FC839_RuntimeMethod_var);
|
|
return;
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
{
|
|
goto IL_0189_1;
|
|
}
|
|
|
|
IL_00a7_1:
|
|
{
|
|
// foreach (var cell in gridModel.Cells)
|
|
Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01* L_20;
|
|
L_20 = Enumerator_get_Current_m4AAC4833BA64EA18FAEB5AE98B1558ED8B463649_inline((&V_8), Enumerator_get_Current_m4AAC4833BA64EA18FAEB5AE98B1558ED8B463649_RuntimeMethod_var);
|
|
// var location = cell.Bounds.Location * gridSize;
|
|
Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01* L_21 = L_20;
|
|
NullCheck(L_21);
|
|
Rectangle_tA560F5F5599A7C11DDD6E7EC2A93ABD2AAA6C64E L_22;
|
|
L_22 = Cell_get_Bounds_m701BAE5F667F9ED03D14964497811072198366CE_inline(L_21, NULL);
|
|
V_11 = L_22;
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_23;
|
|
L_23 = Rectangle_get_Location_mF005282420254BC725474ED27F3E4E7513956D2B_inline((&V_11), NULL);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_24 = V_3;
|
|
il2cpp_codegen_runtime_class_init_inline(IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C_il2cpp_TypeInfo_var);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_25;
|
|
L_25 = IntVector_op_Multiply_m3233E2C98AC1950B36883D28B04FF0B7C1E43AA3(L_23, L_24, NULL);
|
|
V_9 = L_25;
|
|
// var size = cell.Bounds.Size * gridSize;
|
|
NullCheck(L_21);
|
|
Rectangle_tA560F5F5599A7C11DDD6E7EC2A93ABD2AAA6C64E L_26;
|
|
L_26 = Cell_get_Bounds_m701BAE5F667F9ED03D14964497811072198366CE_inline(L_21, NULL);
|
|
V_11 = L_26;
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_27;
|
|
L_27 = Rectangle_get_Size_mA55765DC875BB6CEBED2C41C0DBC5258B7A79259_inline((&V_11), NULL);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_28 = V_3;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_29;
|
|
L_29 = IntVector_op_Multiply_m3233E2C98AC1950B36883D28B04FF0B7C1E43AA3(L_27, L_28, NULL);
|
|
V_10 = L_29;
|
|
// Min.x = Mathf.Min(Min.x, location.x);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_30 = V_1;
|
|
float L_31 = L_30.___x_2;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_32 = V_9;
|
|
float L_33 = L_32.___x_2;
|
|
float L_34;
|
|
L_34 = Mathf_Min_m747CA71A9483CDB394B13BD0AD048EE17E48FFE4_inline(L_31, L_33, NULL);
|
|
(&V_1)->___x_2 = L_34;
|
|
// Min.y = Mathf.Min(Min.y, location.y);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_35 = V_1;
|
|
float L_36 = L_35.___y_3;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_37 = V_9;
|
|
float L_38 = L_37.___y_3;
|
|
float L_39;
|
|
L_39 = Mathf_Min_m747CA71A9483CDB394B13BD0AD048EE17E48FFE4_inline(L_36, L_38, NULL);
|
|
(&V_1)->___y_3 = L_39;
|
|
// Min.z = Mathf.Min(Min.z, location.z);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_40 = V_1;
|
|
float L_41 = L_40.___z_4;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_42 = V_9;
|
|
float L_43 = L_42.___z_4;
|
|
float L_44;
|
|
L_44 = Mathf_Min_m747CA71A9483CDB394B13BD0AD048EE17E48FFE4_inline(L_41, L_43, NULL);
|
|
(&V_1)->___z_4 = L_44;
|
|
// Max.x = Mathf.Max(Max.x, location.x + size.x);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_45 = V_2;
|
|
float L_46 = L_45.___x_2;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_47 = V_9;
|
|
float L_48 = L_47.___x_2;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_49 = V_10;
|
|
float L_50 = L_49.___x_2;
|
|
float L_51;
|
|
L_51 = Mathf_Max_mF5379E63D2BBAC76D090748695D833934F8AD051_inline(L_46, ((float)il2cpp_codegen_add(L_48, L_50)), NULL);
|
|
(&V_2)->___x_2 = L_51;
|
|
// Max.y = Mathf.Max(Max.y, location.y + size.y);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_52 = V_2;
|
|
float L_53 = L_52.___y_3;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_54 = V_9;
|
|
float L_55 = L_54.___y_3;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_56 = V_10;
|
|
float L_57 = L_56.___y_3;
|
|
float L_58;
|
|
L_58 = Mathf_Max_mF5379E63D2BBAC76D090748695D833934F8AD051_inline(L_53, ((float)il2cpp_codegen_add(L_55, L_57)), NULL);
|
|
(&V_2)->___y_3 = L_58;
|
|
// Max.z = Mathf.Max(Max.z, location.z + size.z);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_59 = V_2;
|
|
float L_60 = L_59.___z_4;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_61 = V_9;
|
|
float L_62 = L_61.___z_4;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_63 = V_10;
|
|
float L_64 = L_63.___z_4;
|
|
float L_65;
|
|
L_65 = Mathf_Max_mF5379E63D2BBAC76D090748695D833934F8AD051_inline(L_60, ((float)il2cpp_codegen_add(L_62, L_64)), NULL);
|
|
(&V_2)->___z_4 = L_65;
|
|
}
|
|
|
|
IL_0189_1:
|
|
{
|
|
// foreach (var cell in gridModel.Cells)
|
|
bool L_66;
|
|
L_66 = Enumerator_MoveNext_m99C7EE977A1004680A927B694ED31BDBAFD3E0F3((&V_8), Enumerator_MoveNext_m99C7EE977A1004680A927B694ED31BDBAFD3E0F3_RuntimeMethod_var);
|
|
if (L_66)
|
|
{
|
|
goto IL_00a7_1;
|
|
}
|
|
}
|
|
{
|
|
goto IL_01a5;
|
|
}
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_01a5:
|
|
{
|
|
// var rangeSize = Max - Min;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_67 = V_2;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_68 = V_1;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_69;
|
|
L_69 = Vector3_op_Subtraction_mE42023FF80067CB44A1D4A27EB7CF2B24CABB828_inline(L_67, L_68, NULL);
|
|
V_4 = L_69;
|
|
// var position = (Max + Min) / 2;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_70 = V_2;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_71 = V_1;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_72;
|
|
L_72 = Vector3_op_Addition_m78C0EC70CB66E8DCAC225743D82B268DAEE92067_inline(L_70, L_71, NULL);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_73;
|
|
L_73 = Vector3_op_Division_mCC6BB24E372AB96B8380D1678446EF6A8BAE13BB_inline(L_72, (2.0f), NULL);
|
|
V_5 = L_73;
|
|
// position.y = Min.y;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_74 = V_1;
|
|
float L_75 = L_74.___y_3;
|
|
(&V_5)->___y_3 = L_75;
|
|
// var scale = new Vector3(rangeSize.x, 1, rangeSize.z);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_76 = V_4;
|
|
float L_77 = L_76.___x_2;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_78 = V_4;
|
|
float L_79 = L_78.___z_4;
|
|
Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&V_6), L_77, (1.0f), L_79, NULL);
|
|
// var transform = Matrix4x4.TRS(position, Quaternion.identity, scale);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_80 = V_5;
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_81;
|
|
L_81 = Quaternion_get_identity_m7E701AE095ED10FD5EA0B50ABCFDE2EEFF2173A5_inline(NULL);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_82 = V_6;
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_83;
|
|
L_83 = Matrix4x4_TRS_mCC04FD47347234B451ACC6CCD2CE6D02E1E0E1E3(L_80, L_81, L_82, NULL);
|
|
V_7 = L_83;
|
|
// builder.EmitMarker(MarkerName, transform, IntVector.Zero, -1);
|
|
DungeonBuilder_tD1E33B0EE44EFF472152D3D8233F3804191E65EA* L_84 = ___0_builder;
|
|
String_t* L_85 = __this->___MarkerName_4;
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_86 = V_7;
|
|
il2cpp_codegen_runtime_class_init_inline(IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C_il2cpp_TypeInfo_var);
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_87 = ((IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C_StaticFields*)il2cpp_codegen_static_fields_for(IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C_il2cpp_TypeInfo_var))->___Zero_3;
|
|
NullCheck(L_84);
|
|
PropSocket_tDBD788EE4878B0FEF7F3848CD0882C4A2A735394* L_88;
|
|
L_88 = DungeonBuilder_EmitMarker_m2269C1FA0350E2BE59E038CC9ADD6127C2998865(L_84, L_85, L_86, L_87, (-1), NULL);
|
|
// builder.Blackboard.FloatEntries.SetValue(BlackboardKeyLowestY, Min.y);
|
|
DungeonBuilder_tD1E33B0EE44EFF472152D3D8233F3804191E65EA* L_89 = ___0_builder;
|
|
NullCheck(L_89);
|
|
Blackboard_t02618F4A3DD340B66759F75B766D598574968BAA* L_90;
|
|
L_90 = DungeonBuilder_get_Blackboard_m317A9710A8A06515E716625CC4C4B719359F4702_inline(L_89, NULL);
|
|
NullCheck(L_90);
|
|
BlackboardDatabase_1_tB832A6F97B1D095490FF9B70B7E4C978FED46355* L_91;
|
|
L_91 = Blackboard_get_FloatEntries_m2D0ACC94C741B901586F7CD30225F80627E33740_inline(L_90, NULL);
|
|
String_t* L_92 = __this->___BlackboardKeyLowestY_5;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_93 = V_1;
|
|
float L_94 = L_93.___y_3;
|
|
NullCheck(L_91);
|
|
BlackboardDatabase_1_SetValue_m4E4780FCB632FB83B2F0592E15FD61F394CC9DF2(L_91, L_92, L_94, BlackboardDatabase_1_SetValue_m4E4780FCB632FB83B2F0592E15FD61F394CC9DF2_RuntimeMethod_var);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void DungeonArchitect.Builders.Grid.MarkerEmitterFindLowestPoint::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MarkerEmitterFindLowestPoint__ctor_m058DADA33FBA6C0676EDEF430B574CA6E6B53064 (MarkerEmitterFindLowestPoint_t7EC007CFCCC51D8B6D7BB13B2F8AED8EE653EEEF* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4503E5127BD849E45958D94404160B0374133184);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral96BCB583EE352A244913FF8B550746418399E86C);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public string MarkerName = "LowestPoint";
|
|
__this->___MarkerName_4 = _stringLiteral96BCB583EE352A244913FF8B550746418399E86C;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___MarkerName_4), (void*)_stringLiteral96BCB583EE352A244913FF8B550746418399E86C);
|
|
// public string BlackboardKeyLowestY = "DungeonLowestY";
|
|
__this->___BlackboardKeyLowestY_5 = _stringLiteral4503E5127BD849E45958D94404160B0374133184;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___BlackboardKeyLowestY_5), (void*)_stringLiteral4503E5127BD849E45958D94404160B0374133184);
|
|
DungeonMarkerEmitter__ctor_mB7D14BAAB473F014E801D612901A63F84DF9845C(__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 DungeonArchitect.Builders.Grid.MarkerEmitterFreeSpaceDecorator::EmitMarkers(DungeonArchitect.DungeonBuilder)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MarkerEmitterFreeSpaceDecorator_EmitMarkers_mD9D875AC44E61DD635C8FC4695AF91F61EE26C4B (MarkerEmitterFreeSpaceDecorator_t9BB605EEAE9B9FCFE03060C625D0C4CE46D1D4C4* __this, DungeonBuilder_tD1E33B0EE44EFF472152D3D8233F3804191E65EA* ___0_builder, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m78CE33F908EF5E977351DDCF0DDE935CE81FC839_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_m99C7EE977A1004680A927B694ED31BDBAFD3E0F3_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m4AAC4833BA64EA18FAEB5AE98B1558ED8B463649_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GridDungeonBuilder_tF519D1857BAF6A6DDB74CE4ED051BC2C967098D4_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GridDungeonModel_tAEF5278646C831FA4C6EEEFEF7128869C645942F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_Add_m3CEC6A8ED133CA7EF3C957EA7C946E401291F79C_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_Contains_m912E38AD34AEBA45CCD4C1D112E289133DFC1678_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1__ctor_m606D72FA17DC5FB76BFFBA90AE31EF85BE643D0A_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_tA1EF3184AD46B7255ABC462FA85BEA5168966215_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_GetEnumerator_m5A8FFD32A62DDD1E1EF2C5746ADDD20468DE6F35_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral11271472B2BE1C7B08BBBAE4F7B52B5CAF74989E);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5BEFD8CC60A79699B5BB00E37BAC5B62D371E174);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
GridDungeonModel_tAEF5278646C831FA4C6EEEFEF7128869C645942F* V_0 = NULL;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
HashSet_1_tA1EF3184AD46B7255ABC462FA85BEA5168966215* V_2 = NULL;
|
|
HashSet_1_tA1EF3184AD46B7255ABC462FA85BEA5168966215* V_3 = NULL;
|
|
Enumerator_tF7CD6203B7815A8F8DC4B853FF9FE5C6A3021FE8 V_4;
|
|
memset((&V_4), 0, sizeof(V_4));
|
|
Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01* V_5 = NULL;
|
|
int32_t V_6 = 0;
|
|
Rectangle_tA560F5F5599A7C11DDD6E7EC2A93ABD2AAA6C64E V_7;
|
|
memset((&V_7), 0, sizeof(V_7));
|
|
IntVectorU5BU5D_t51305BC25B133B84E9B4F1FB09FC5DE6C579C440* V_8 = NULL;
|
|
int32_t V_9 = 0;
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C V_10;
|
|
memset((&V_10), 0, sizeof(V_10));
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C V_11;
|
|
memset((&V_11), 0, sizeof(V_11));
|
|
bool V_12 = false;
|
|
int32_t V_13 = 0;
|
|
int32_t V_14 = 0;
|
|
int32_t V_15 = 0;
|
|
int32_t V_16 = 0;
|
|
int32_t V_17 = 0;
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C V_18;
|
|
memset((&V_18), 0, sizeof(V_18));
|
|
float V_19 = 0.0f;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_20;
|
|
memset((&V_20), 0, sizeof(V_20));
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 V_21;
|
|
memset((&V_21), 0, sizeof(V_21));
|
|
int32_t V_22 = 0;
|
|
int32_t V_23 = 0;
|
|
int32_t V_24 = 0;
|
|
int32_t V_25 = 0;
|
|
Vector3U5BU5D_tFF1859CCE176131B909E2044F76443064254679C* V_26 = NULL;
|
|
int32_t V_27 = 0;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_28;
|
|
memset((&V_28), 0, sizeof(V_28));
|
|
int32_t V_29 = 0;
|
|
int32_t V_30 = 0;
|
|
String_t* G_B3_0 = NULL;
|
|
String_t* G_B2_0 = NULL;
|
|
String_t* G_B4_0 = NULL;
|
|
String_t* G_B4_1 = NULL;
|
|
{
|
|
// if (!(builder is GridDungeonBuilder))
|
|
DungeonBuilder_tD1E33B0EE44EFF472152D3D8233F3804191E65EA* L_0 = ___0_builder;
|
|
if (((GridDungeonBuilder_tF519D1857BAF6A6DDB74CE4ED051BC2C967098D4*)IsInstClass((RuntimeObject*)L_0, GridDungeonBuilder_tF519D1857BAF6A6DDB74CE4ED051BC2C967098D4_il2cpp_TypeInfo_var)))
|
|
{
|
|
goto IL_0033;
|
|
}
|
|
}
|
|
{
|
|
// Debug.LogWarning("Unsupported builder type used with marker emitter MarkerEmitterFreeSpaceDecorator. Expected GridDungeonBuilder. Received:" + (builder != null ? builder.GetType().ToString() : "null"));
|
|
DungeonBuilder_tD1E33B0EE44EFF472152D3D8233F3804191E65EA* L_1 = ___0_builder;
|
|
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_B2_0 = _stringLiteral11271472B2BE1C7B08BBBAE4F7B52B5CAF74989E;
|
|
if (L_2)
|
|
{
|
|
G_B3_0 = _stringLiteral11271472B2BE1C7B08BBBAE4F7B52B5CAF74989E;
|
|
goto IL_001d;
|
|
}
|
|
}
|
|
{
|
|
G_B4_0 = _stringLiteral5BEFD8CC60A79699B5BB00E37BAC5B62D371E174;
|
|
G_B4_1 = G_B2_0;
|
|
goto IL_0028;
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
DungeonBuilder_tD1E33B0EE44EFF472152D3D8233F3804191E65EA* L_3 = ___0_builder;
|
|
NullCheck(L_3);
|
|
Type_t* L_4;
|
|
L_4 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(L_3, NULL);
|
|
NullCheck(L_4);
|
|
String_t* L_5;
|
|
L_5 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_4);
|
|
G_B4_0 = L_5;
|
|
G_B4_1 = G_B3_0;
|
|
}
|
|
|
|
IL_0028:
|
|
{
|
|
String_t* L_6;
|
|
L_6 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(G_B4_1, G_B4_0, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
Debug_LogWarning_m33EF1B897E0C7C6FF538989610BFAFFEF4628CA9(L_6, NULL);
|
|
// return;
|
|
return;
|
|
}
|
|
|
|
IL_0033:
|
|
{
|
|
// var model = builder.Model as GridDungeonModel;
|
|
DungeonBuilder_tD1E33B0EE44EFF472152D3D8233F3804191E65EA* L_7 = ___0_builder;
|
|
NullCheck(L_7);
|
|
DungeonModel_t53A77B7094F80C6A6C626E2E6B647289FBF29D19* L_8;
|
|
L_8 = DungeonBuilder_get_Model_m389A71C7447944C07FFB0F24CDC1835A33E76C16_inline(L_7, NULL);
|
|
V_0 = ((GridDungeonModel_tAEF5278646C831FA4C6EEEFEF7128869C645942F*)IsInstClass((RuntimeObject*)L_8, GridDungeonModel_tAEF5278646C831FA4C6EEEFEF7128869C645942F_il2cpp_TypeInfo_var));
|
|
// var gridSize = model.Config.GridCellSize;
|
|
GridDungeonModel_tAEF5278646C831FA4C6EEEFEF7128869C645942F* L_9 = V_0;
|
|
NullCheck(L_9);
|
|
GridDungeonConfig_tA813B337E88DBA4D5849118F7CF0D012B1178726* L_10 = L_9->___Config_5;
|
|
NullCheck(L_10);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_11 = L_10->___GridCellSize_5;
|
|
V_1 = L_11;
|
|
// var visited = new HashSet<IntVector>();
|
|
HashSet_1_tA1EF3184AD46B7255ABC462FA85BEA5168966215* L_12 = (HashSet_1_tA1EF3184AD46B7255ABC462FA85BEA5168966215*)il2cpp_codegen_object_new(HashSet_1_tA1EF3184AD46B7255ABC462FA85BEA5168966215_il2cpp_TypeInfo_var);
|
|
NullCheck(L_12);
|
|
HashSet_1__ctor_m606D72FA17DC5FB76BFFBA90AE31EF85BE643D0A(L_12, HashSet_1__ctor_m606D72FA17DC5FB76BFFBA90AE31EF85BE643D0A_RuntimeMethod_var);
|
|
V_2 = L_12;
|
|
// var occupied = new HashSet<IntVector>();
|
|
HashSet_1_tA1EF3184AD46B7255ABC462FA85BEA5168966215* L_13 = (HashSet_1_tA1EF3184AD46B7255ABC462FA85BEA5168966215*)il2cpp_codegen_object_new(HashSet_1_tA1EF3184AD46B7255ABC462FA85BEA5168966215_il2cpp_TypeInfo_var);
|
|
NullCheck(L_13);
|
|
HashSet_1__ctor_m606D72FA17DC5FB76BFFBA90AE31EF85BE643D0A(L_13, HashSet_1__ctor_m606D72FA17DC5FB76BFFBA90AE31EF85BE643D0A_RuntimeMethod_var);
|
|
V_3 = L_13;
|
|
// foreach (var cell in model.Cells)
|
|
GridDungeonModel_tAEF5278646C831FA4C6EEEFEF7128869C645942F* L_14 = V_0;
|
|
NullCheck(L_14);
|
|
List_1_t987D5B80738D2852896A351FD59FC0CCCE96F45A* L_15 = L_14->___Cells_6;
|
|
NullCheck(L_15);
|
|
Enumerator_tF7CD6203B7815A8F8DC4B853FF9FE5C6A3021FE8 L_16;
|
|
L_16 = List_1_GetEnumerator_m5A8FFD32A62DDD1E1EF2C5746ADDD20468DE6F35(L_15, List_1_GetEnumerator_m5A8FFD32A62DDD1E1EF2C5746ADDD20468DE6F35_RuntimeMethod_var);
|
|
V_4 = L_16;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_0307:
|
|
{// begin finally (depth: 1)
|
|
Enumerator_Dispose_m78CE33F908EF5E977351DDCF0DDE935CE81FC839((&V_4), Enumerator_Dispose_m78CE33F908EF5E977351DDCF0DDE935CE81FC839_RuntimeMethod_var);
|
|
return;
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
{
|
|
goto IL_02f9_1;
|
|
}
|
|
|
|
IL_0069_1:
|
|
{
|
|
// foreach (var cell in model.Cells)
|
|
Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01* L_17;
|
|
L_17 = Enumerator_get_Current_m4AAC4833BA64EA18FAEB5AE98B1558ED8B463649_inline((&V_4), Enumerator_get_Current_m4AAC4833BA64EA18FAEB5AE98B1558ED8B463649_RuntimeMethod_var);
|
|
V_5 = L_17;
|
|
// if (cell.CellType == CellType.Unknown) continue;
|
|
Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01* L_18 = V_5;
|
|
NullCheck(L_18);
|
|
int32_t L_19;
|
|
L_19 = Cell_get_CellType_m2C666B1ED7806805420EA64623AF5D3EDFF6F642_inline(L_18, NULL);
|
|
if ((((int32_t)L_19) == ((int32_t)3)))
|
|
{
|
|
goto IL_02f9_1;
|
|
}
|
|
}
|
|
{
|
|
// for (var distance = 2; distance <= 2; distance++) {
|
|
V_6 = 2;
|
|
goto IL_02f1_1;
|
|
}
|
|
|
|
IL_0087_1:
|
|
{
|
|
// var bounds = cell.Bounds;
|
|
Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01* L_20 = V_5;
|
|
NullCheck(L_20);
|
|
Rectangle_tA560F5F5599A7C11DDD6E7EC2A93ABD2AAA6C64E L_21;
|
|
L_21 = Cell_get_Bounds_m701BAE5F667F9ED03D14964497811072198366CE_inline(L_20, NULL);
|
|
V_7 = L_21;
|
|
// bounds = Rectangle.ExpandBounds(bounds, distance);
|
|
Rectangle_tA560F5F5599A7C11DDD6E7EC2A93ABD2AAA6C64E L_22 = V_7;
|
|
int32_t L_23 = V_6;
|
|
Rectangle_tA560F5F5599A7C11DDD6E7EC2A93ABD2AAA6C64E L_24;
|
|
L_24 = Rectangle_ExpandBounds_mB2B91D2CB09196E225226A740A2AE76AC1FCB319(L_22, L_23, NULL);
|
|
V_7 = L_24;
|
|
// var points = bounds.GetBorderPoints();
|
|
IntVectorU5BU5D_t51305BC25B133B84E9B4F1FB09FC5DE6C579C440* L_25;
|
|
L_25 = Rectangle_GetBorderPoints_mD293F309F288D7B5E3AE3E4FDA774F0734E17116((&V_7), NULL);
|
|
// foreach (var point in points)
|
|
V_8 = L_25;
|
|
V_9 = 0;
|
|
goto IL_02e0_1;
|
|
}
|
|
|
|
IL_00ac_1:
|
|
{
|
|
// foreach (var point in points)
|
|
IntVectorU5BU5D_t51305BC25B133B84E9B4F1FB09FC5DE6C579C440* L_26 = V_8;
|
|
int32_t L_27 = V_9;
|
|
NullCheck(L_26);
|
|
int32_t L_28 = L_27;
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_29 = (L_26)->GetAt(static_cast<il2cpp_array_size_t>(L_28));
|
|
V_10 = L_29;
|
|
// var hash = new IntVector(point.x, 0, point.z);
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_30 = V_10;
|
|
int32_t L_31 = L_30.___x_0;
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_32 = V_10;
|
|
int32_t L_33 = L_32.___z_2;
|
|
IntVector__ctor_mA5653A9122DC5F76C09064F96D45BD4A1255EE34((&V_11), L_31, 0, L_33, NULL);
|
|
// if (!visited.Contains(hash))
|
|
HashSet_1_tA1EF3184AD46B7255ABC462FA85BEA5168966215* L_34 = V_2;
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_35 = V_11;
|
|
NullCheck(L_34);
|
|
bool L_36;
|
|
L_36 = HashSet_1_Contains_m912E38AD34AEBA45CCD4C1D112E289133DFC1678(L_34, L_35, HashSet_1_Contains_m912E38AD34AEBA45CCD4C1D112E289133DFC1678_RuntimeMethod_var);
|
|
if (L_36)
|
|
{
|
|
goto IL_02da_1;
|
|
}
|
|
}
|
|
{
|
|
// visited.Add(hash);
|
|
HashSet_1_tA1EF3184AD46B7255ABC462FA85BEA5168966215* L_37 = V_2;
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_38 = V_11;
|
|
NullCheck(L_37);
|
|
bool L_39;
|
|
L_39 = HashSet_1_Add_m3CEC6A8ED133CA7EF3C957EA7C946E401291F79C(L_37, L_38, HashSet_1_Add_m3CEC6A8ED133CA7EF3C957EA7C946E401291F79C_RuntimeMethod_var);
|
|
// if (occupied.Contains(hash)) continue;
|
|
HashSet_1_tA1EF3184AD46B7255ABC462FA85BEA5168966215* L_40 = V_3;
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_41 = V_11;
|
|
NullCheck(L_40);
|
|
bool L_42;
|
|
L_42 = HashSet_1_Contains_m912E38AD34AEBA45CCD4C1D112E289133DFC1678(L_40, L_41, HashSet_1_Contains_m912E38AD34AEBA45CCD4C1D112E289133DFC1678_RuntimeMethod_var);
|
|
if (L_42)
|
|
{
|
|
goto IL_02da_1;
|
|
}
|
|
}
|
|
{
|
|
// var cellInfo = model.GetGridCellLookup(point.x, point.z);
|
|
GridDungeonModel_tAEF5278646C831FA4C6EEEFEF7128869C645942F* L_43 = V_0;
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_44 = V_10;
|
|
int32_t L_45 = L_44.___x_0;
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_46 = V_10;
|
|
int32_t L_47 = L_46.___z_2;
|
|
NullCheck(L_43);
|
|
GridCellInfo_t742531730F06A9444088AF5B821D776397CE6AFA* L_48;
|
|
L_48 = GridDungeonModel_GetGridCellLookup_mDA4C3FF33EE7990C289589A8822E610513BFFBC4(L_43, L_45, L_47, NULL);
|
|
// if (cellInfo.CellType == CellType.Unknown)
|
|
NullCheck(L_48);
|
|
int32_t L_49 = L_48->___CellType_1;
|
|
if ((!(((uint32_t)L_49) == ((uint32_t)3))))
|
|
{
|
|
goto IL_02d1_1;
|
|
}
|
|
}
|
|
{
|
|
// bool valid = true;
|
|
V_12 = (bool)1;
|
|
// var s = distanceFromEdge - 1;
|
|
int32_t L_50 = __this->___distanceFromEdge_4;
|
|
V_13 = ((int32_t)il2cpp_codegen_subtract(L_50, 1));
|
|
// for (var dx = -s; dx <= s; dx++) {
|
|
int32_t L_51 = V_13;
|
|
V_14 = ((-L_51));
|
|
goto IL_0193_1;
|
|
}
|
|
|
|
IL_0123_1:
|
|
{
|
|
// for (var dz = -s; dz <= s; dz++) {
|
|
int32_t L_52 = V_13;
|
|
V_15 = ((-L_52));
|
|
goto IL_0183_1;
|
|
}
|
|
|
|
IL_012a_1:
|
|
{
|
|
// var x = point.x + dx;
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_53 = V_10;
|
|
int32_t L_54 = L_53.___x_0;
|
|
int32_t L_55 = V_14;
|
|
V_16 = ((int32_t)il2cpp_codegen_add(L_54, L_55));
|
|
// var z = point.z + dz;
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_56 = V_10;
|
|
int32_t L_57 = L_56.___z_2;
|
|
int32_t L_58 = V_15;
|
|
V_17 = ((int32_t)il2cpp_codegen_add(L_57, L_58));
|
|
// var neighborHash = new IntVector(x, 0, z);
|
|
int32_t L_59 = V_16;
|
|
int32_t L_60 = V_17;
|
|
IntVector__ctor_mA5653A9122DC5F76C09064F96D45BD4A1255EE34((&V_18), L_59, 0, L_60, NULL);
|
|
// if (occupied.Contains(neighborHash)) {
|
|
HashSet_1_tA1EF3184AD46B7255ABC462FA85BEA5168966215* L_61 = V_3;
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_62 = V_18;
|
|
NullCheck(L_61);
|
|
bool L_63;
|
|
L_63 = HashSet_1_Contains_m912E38AD34AEBA45CCD4C1D112E289133DFC1678(L_61, L_62, HashSet_1_Contains_m912E38AD34AEBA45CCD4C1D112E289133DFC1678_RuntimeMethod_var);
|
|
if (!L_63)
|
|
{
|
|
goto IL_015d_1;
|
|
}
|
|
}
|
|
{
|
|
// valid = false;
|
|
V_12 = (bool)0;
|
|
// break;
|
|
goto IL_0189_1;
|
|
}
|
|
|
|
IL_015d_1:
|
|
{
|
|
// var neighborCellInfo = model.GetGridCellLookup(x, z);
|
|
GridDungeonModel_tAEF5278646C831FA4C6EEEFEF7128869C645942F* L_64 = V_0;
|
|
int32_t L_65 = V_16;
|
|
int32_t L_66 = V_17;
|
|
NullCheck(L_64);
|
|
GridCellInfo_t742531730F06A9444088AF5B821D776397CE6AFA* L_67;
|
|
L_67 = GridDungeonModel_GetGridCellLookup_mDA4C3FF33EE7990C289589A8822E610513BFFBC4(L_64, L_65, L_66, NULL);
|
|
// if (neighborCellInfo.CellType != CellType.Unknown) {
|
|
NullCheck(L_67);
|
|
int32_t L_68 = L_67->___CellType_1;
|
|
if ((((int32_t)L_68) == ((int32_t)3)))
|
|
{
|
|
goto IL_017d_1;
|
|
}
|
|
}
|
|
{
|
|
// occupied.Add(neighborHash);
|
|
HashSet_1_tA1EF3184AD46B7255ABC462FA85BEA5168966215* L_69 = V_3;
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_70 = V_18;
|
|
NullCheck(L_69);
|
|
bool L_71;
|
|
L_71 = HashSet_1_Add_m3CEC6A8ED133CA7EF3C957EA7C946E401291F79C(L_69, L_70, HashSet_1_Add_m3CEC6A8ED133CA7EF3C957EA7C946E401291F79C_RuntimeMethod_var);
|
|
// valid = false;
|
|
V_12 = (bool)0;
|
|
// break;
|
|
goto IL_0189_1;
|
|
}
|
|
|
|
IL_017d_1:
|
|
{
|
|
// for (var dz = -s; dz <= s; dz++) {
|
|
int32_t L_72 = V_15;
|
|
V_15 = ((int32_t)il2cpp_codegen_add(L_72, 1));
|
|
}
|
|
|
|
IL_0183_1:
|
|
{
|
|
// for (var dz = -s; dz <= s; dz++) {
|
|
int32_t L_73 = V_15;
|
|
int32_t L_74 = V_13;
|
|
if ((((int32_t)L_73) <= ((int32_t)L_74)))
|
|
{
|
|
goto IL_012a_1;
|
|
}
|
|
}
|
|
|
|
IL_0189_1:
|
|
{
|
|
// if (!valid) {
|
|
bool L_75 = V_12;
|
|
if (!L_75)
|
|
{
|
|
goto IL_0199_1;
|
|
}
|
|
}
|
|
{
|
|
// for (var dx = -s; dx <= s; dx++) {
|
|
int32_t L_76 = V_14;
|
|
V_14 = ((int32_t)il2cpp_codegen_add(L_76, 1));
|
|
}
|
|
|
|
IL_0193_1:
|
|
{
|
|
// for (var dx = -s; dx <= s; dx++) {
|
|
int32_t L_77 = V_14;
|
|
int32_t L_78 = V_13;
|
|
if ((((int32_t)L_77) <= ((int32_t)L_78)))
|
|
{
|
|
goto IL_0123_1;
|
|
}
|
|
}
|
|
|
|
IL_0199_1:
|
|
{
|
|
// if (valid) {
|
|
bool L_79 = V_12;
|
|
if (!L_79)
|
|
{
|
|
goto IL_02da_1;
|
|
}
|
|
}
|
|
{
|
|
// for (var dx = -s; dx <= s; dx++) {
|
|
int32_t L_80 = V_13;
|
|
V_22 = ((-L_80));
|
|
goto IL_01e9_1;
|
|
}
|
|
|
|
IL_01a7_1:
|
|
{
|
|
// for (var dz = -s; dz <= s; dz++) {
|
|
int32_t L_81 = V_13;
|
|
V_23 = ((-L_81));
|
|
goto IL_01dd_1;
|
|
}
|
|
|
|
IL_01ae_1:
|
|
{
|
|
// var x = point.x + dx;
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_82 = V_10;
|
|
int32_t L_83 = L_82.___x_0;
|
|
int32_t L_84 = V_22;
|
|
V_24 = ((int32_t)il2cpp_codegen_add(L_83, L_84));
|
|
// var z = point.z + dz;
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_85 = V_10;
|
|
int32_t L_86 = L_85.___z_2;
|
|
int32_t L_87 = V_23;
|
|
V_25 = ((int32_t)il2cpp_codegen_add(L_86, L_87));
|
|
// occupied.Add (new IntVector(x, 0, z));
|
|
HashSet_1_tA1EF3184AD46B7255ABC462FA85BEA5168966215* L_88 = V_3;
|
|
int32_t L_89 = V_24;
|
|
int32_t L_90 = V_25;
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_91;
|
|
memset((&L_91), 0, sizeof(L_91));
|
|
IntVector__ctor_mA5653A9122DC5F76C09064F96D45BD4A1255EE34((&L_91), L_89, 0, L_90, /*hidden argument*/NULL);
|
|
NullCheck(L_88);
|
|
bool L_92;
|
|
L_92 = HashSet_1_Add_m3CEC6A8ED133CA7EF3C957EA7C946E401291F79C(L_88, L_91, HashSet_1_Add_m3CEC6A8ED133CA7EF3C957EA7C946E401291F79C_RuntimeMethod_var);
|
|
// for (var dz = -s; dz <= s; dz++) {
|
|
int32_t L_93 = V_23;
|
|
V_23 = ((int32_t)il2cpp_codegen_add(L_93, 1));
|
|
}
|
|
|
|
IL_01dd_1:
|
|
{
|
|
// for (var dz = -s; dz <= s; dz++) {
|
|
int32_t L_94 = V_23;
|
|
int32_t L_95 = V_13;
|
|
if ((((int32_t)L_94) <= ((int32_t)L_95)))
|
|
{
|
|
goto IL_01ae_1;
|
|
}
|
|
}
|
|
{
|
|
// for (var dx = -s; dx <= s; dx++) {
|
|
int32_t L_96 = V_22;
|
|
V_22 = ((int32_t)il2cpp_codegen_add(L_96, 1));
|
|
}
|
|
|
|
IL_01e9_1:
|
|
{
|
|
// for (var dx = -s; dx <= s; dx++) {
|
|
int32_t L_97 = V_22;
|
|
int32_t L_98 = V_13;
|
|
if ((((int32_t)L_97) <= ((int32_t)L_98)))
|
|
{
|
|
goto IL_01a7_1;
|
|
}
|
|
}
|
|
{
|
|
// var pushDownY = 0.0f;
|
|
V_19 = (0.0f);
|
|
// foreach (var pushDownAxis in pushDownTestAxis) {
|
|
Vector3U5BU5D_tFF1859CCE176131B909E2044F76443064254679C* L_99 = __this->___pushDownTestAxis_7;
|
|
V_26 = L_99;
|
|
V_27 = 0;
|
|
goto IL_0266_1;
|
|
}
|
|
|
|
IL_0203_1:
|
|
{
|
|
// foreach (var pushDownAxis in pushDownTestAxis) {
|
|
Vector3U5BU5D_tFF1859CCE176131B909E2044F76443064254679C* L_100 = V_26;
|
|
int32_t L_101 = V_27;
|
|
NullCheck(L_100);
|
|
int32_t L_102 = L_101;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_103 = (L_100)->GetAt(static_cast<il2cpp_array_size_t>(L_102));
|
|
// var delta = pushDownAxis * distanceFromEdge;
|
|
int32_t L_104 = __this->___distanceFromEdge_4;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_105;
|
|
L_105 = Vector3_op_Multiply_m87BA7C578F96C8E49BB07088DAAC4649F83B0353_inline(L_103, ((float)L_104), NULL);
|
|
V_28 = L_105;
|
|
// var x = point.x + Mathf.RoundToInt(delta.x);
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_106 = V_10;
|
|
int32_t L_107 = L_106.___x_0;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_108 = V_28;
|
|
float L_109 = L_108.___x_2;
|
|
int32_t L_110;
|
|
L_110 = Mathf_RoundToInt_m60F8B66CF27F1FA75AA219342BD184B75771EB4B_inline(L_109, NULL);
|
|
V_29 = ((int32_t)il2cpp_codegen_add(L_107, L_110));
|
|
// var z = point.z + Mathf.RoundToInt(delta.z);
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_111 = V_10;
|
|
int32_t L_112 = L_111.___z_2;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_113 = V_28;
|
|
float L_114 = L_113.___z_4;
|
|
int32_t L_115;
|
|
L_115 = Mathf_RoundToInt_m60F8B66CF27F1FA75AA219342BD184B75771EB4B_inline(L_114, NULL);
|
|
V_30 = ((int32_t)il2cpp_codegen_add(L_112, L_115));
|
|
// var testCellInfo = model.GetGridCellLookup(x, z);
|
|
GridDungeonModel_tAEF5278646C831FA4C6EEEFEF7128869C645942F* L_116 = V_0;
|
|
int32_t L_117 = V_29;
|
|
int32_t L_118 = V_30;
|
|
NullCheck(L_116);
|
|
GridCellInfo_t742531730F06A9444088AF5B821D776397CE6AFA* L_119;
|
|
L_119 = GridDungeonModel_GetGridCellLookup_mDA4C3FF33EE7990C289589A8822E610513BFFBC4(L_116, L_117, L_118, NULL);
|
|
// if (testCellInfo.CellType != CellType.Unknown) {
|
|
NullCheck(L_119);
|
|
int32_t L_120 = L_119->___CellType_1;
|
|
if ((((int32_t)L_120) == ((int32_t)3)))
|
|
{
|
|
goto IL_0260_1;
|
|
}
|
|
}
|
|
{
|
|
// pushDownY = pushDownAmount;
|
|
float L_121 = __this->___pushDownAmount_6;
|
|
V_19 = L_121;
|
|
}
|
|
|
|
IL_0260_1:
|
|
{
|
|
int32_t L_122 = V_27;
|
|
V_27 = ((int32_t)il2cpp_codegen_add(L_122, 1));
|
|
}
|
|
|
|
IL_0266_1:
|
|
{
|
|
// foreach (var pushDownAxis in pushDownTestAxis) {
|
|
int32_t L_123 = V_27;
|
|
Vector3U5BU5D_tFF1859CCE176131B909E2044F76443064254679C* L_124 = V_26;
|
|
NullCheck(L_124);
|
|
if ((((int32_t)L_123) < ((int32_t)((int32_t)(((RuntimeArray*)L_124)->max_length)))))
|
|
{
|
|
goto IL_0203_1;
|
|
}
|
|
}
|
|
{
|
|
// var position = point * gridSize + new Vector3(gridSize.x, 0, gridSize.z) * 0.5f;
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_125 = V_10;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_126 = V_1;
|
|
il2cpp_codegen_runtime_class_init_inline(IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C_il2cpp_TypeInfo_var);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_127;
|
|
L_127 = IntVector_op_Multiply_m3233E2C98AC1950B36883D28B04FF0B7C1E43AA3(L_125, L_126, NULL);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_128 = V_1;
|
|
float L_129 = L_128.___x_2;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_130 = V_1;
|
|
float L_131 = L_130.___z_4;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_132;
|
|
memset((&L_132), 0, sizeof(L_132));
|
|
Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&L_132), L_129, (0.0f), L_131, /*hidden argument*/NULL);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_133;
|
|
L_133 = Vector3_op_Multiply_m87BA7C578F96C8E49BB07088DAAC4649F83B0353_inline(L_132, (0.5f), NULL);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_134;
|
|
L_134 = Vector3_op_Addition_m78C0EC70CB66E8DCAC225743D82B268DAEE92067_inline(L_127, L_133, NULL);
|
|
V_20 = L_134;
|
|
// position.y -= pushDownY;
|
|
float* L_135 = (&(&V_20)->___y_3);
|
|
float* L_136 = L_135;
|
|
float L_137 = *((float*)L_136);
|
|
float L_138 = V_19;
|
|
*((float*)L_136) = (float)((float)il2cpp_codegen_subtract(L_137, L_138));
|
|
// var transform = Matrix4x4.TRS(position, Quaternion.identity, Vector3.one);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_139 = V_20;
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_140;
|
|
L_140 = Quaternion_get_identity_m7E701AE095ED10FD5EA0B50ABCFDE2EEFF2173A5_inline(NULL);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_141;
|
|
L_141 = Vector3_get_one_mC9B289F1E15C42C597180C9FE6FB492495B51D02_inline(NULL);
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_142;
|
|
L_142 = Matrix4x4_TRS_mCC04FD47347234B451ACC6CCD2CE6D02E1E0E1E3(L_139, L_140, L_141, NULL);
|
|
V_21 = L_142;
|
|
// builder.EmitMarker(markerName, transform, point, -1);
|
|
DungeonBuilder_tD1E33B0EE44EFF472152D3D8233F3804191E65EA* L_143 = ___0_builder;
|
|
String_t* L_144 = __this->___markerName_5;
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_145 = V_21;
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_146 = V_10;
|
|
NullCheck(L_143);
|
|
PropSocket_tDBD788EE4878B0FEF7F3848CD0882C4A2A735394* L_147;
|
|
L_147 = DungeonBuilder_EmitMarker_m2269C1FA0350E2BE59E038CC9ADD6127C2998865(L_143, L_144, L_145, L_146, (-1), NULL);
|
|
goto IL_02da_1;
|
|
}
|
|
|
|
IL_02d1_1:
|
|
{
|
|
// occupied.Add(hash);
|
|
HashSet_1_tA1EF3184AD46B7255ABC462FA85BEA5168966215* L_148 = V_3;
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_149 = V_11;
|
|
NullCheck(L_148);
|
|
bool L_150;
|
|
L_150 = HashSet_1_Add_m3CEC6A8ED133CA7EF3C957EA7C946E401291F79C(L_148, L_149, HashSet_1_Add_m3CEC6A8ED133CA7EF3C957EA7C946E401291F79C_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_02da_1:
|
|
{
|
|
int32_t L_151 = V_9;
|
|
V_9 = ((int32_t)il2cpp_codegen_add(L_151, 1));
|
|
}
|
|
|
|
IL_02e0_1:
|
|
{
|
|
// foreach (var point in points)
|
|
int32_t L_152 = V_9;
|
|
IntVectorU5BU5D_t51305BC25B133B84E9B4F1FB09FC5DE6C579C440* L_153 = V_8;
|
|
NullCheck(L_153);
|
|
if ((((int32_t)L_152) < ((int32_t)((int32_t)(((RuntimeArray*)L_153)->max_length)))))
|
|
{
|
|
goto IL_00ac_1;
|
|
}
|
|
}
|
|
{
|
|
// for (var distance = 2; distance <= 2; distance++) {
|
|
int32_t L_154 = V_6;
|
|
V_6 = ((int32_t)il2cpp_codegen_add(L_154, 1));
|
|
}
|
|
|
|
IL_02f1_1:
|
|
{
|
|
// for (var distance = 2; distance <= 2; distance++) {
|
|
int32_t L_155 = V_6;
|
|
if ((((int32_t)L_155) <= ((int32_t)2)))
|
|
{
|
|
goto IL_0087_1;
|
|
}
|
|
}
|
|
|
|
IL_02f9_1:
|
|
{
|
|
// foreach (var cell in model.Cells)
|
|
bool L_156;
|
|
L_156 = Enumerator_MoveNext_m99C7EE977A1004680A927B694ED31BDBAFD3E0F3((&V_4), Enumerator_MoveNext_m99C7EE977A1004680A927B694ED31BDBAFD3E0F3_RuntimeMethod_var);
|
|
if (L_156)
|
|
{
|
|
goto IL_0069_1;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0315;
|
|
}
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_0315:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void DungeonArchitect.Builders.Grid.MarkerEmitterFreeSpaceDecorator::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MarkerEmitterFreeSpaceDecorator__ctor_mA60D4A3497005B8C424420B35CAEF2E06088A659 (MarkerEmitterFreeSpaceDecorator_t9BB605EEAE9B9FCFE03060C625D0C4CE46D1D4C4* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector3U5BU5D_tFF1859CCE176131B909E2044F76443064254679C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3FC6EE92510AD4A9F26BE6C515D98FDA5990AA74);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public int distanceFromEdge = 2;
|
|
__this->___distanceFromEdge_4 = 2;
|
|
// public string markerName = "EmtpySpaceDecoration";
|
|
__this->___markerName_5 = _stringLiteral3FC6EE92510AD4A9F26BE6C515D98FDA5990AA74;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___markerName_5), (void*)_stringLiteral3FC6EE92510AD4A9F26BE6C515D98FDA5990AA74);
|
|
// public float pushDownAmount = 6;
|
|
__this->___pushDownAmount_6 = (6.0f);
|
|
// public Vector3[] pushDownTestAxis = new Vector3[0];
|
|
Vector3U5BU5D_tFF1859CCE176131B909E2044F76443064254679C* L_0 = (Vector3U5BU5D_tFF1859CCE176131B909E2044F76443064254679C*)(Vector3U5BU5D_tFF1859CCE176131B909E2044F76443064254679C*)SZArrayNew(Vector3U5BU5D_tFF1859CCE176131B909E2044F76443064254679C_il2cpp_TypeInfo_var, (uint32_t)0);
|
|
__this->___pushDownTestAxis_7 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___pushDownTestAxis_7), (void*)L_0);
|
|
DungeonMarkerEmitter__ctor_mB7D14BAAB473F014E801D612901A63F84DF9845C(__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 DungeonArchitect.Builders.Grid.MarkerEmitterGridWall2D::EmitMarkers(DungeonArchitect.DungeonBuilder)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MarkerEmitterGridWall2D_EmitMarkers_m7273096B6CAA11F1EAE0CFE5BAF2D92B63CC863F (MarkerEmitterGridWall2D_t00EBC579D3DED3FA7088656D6F2B891D73C15690* __this, DungeonBuilder_tD1E33B0EE44EFF472152D3D8233F3804191E65EA* ___0_builder, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_m56045BEED28D7A23AB075C0C9C4CA6ABC5748A00_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_t280F5352954FEFD23A66FD58FCF640789C686B5B_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_mC5046E3ED8787B75675E118F1E891FC3511330AE_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_m50DDAEE876CA7413DF294BFEC613BDEF32AEDF15_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m07970137362A5E637220042C7D63549DE6FB1CB1_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GridDungeonMarkerNames_tC17AF5D30BC911B0C9537F392DC7B6007DEC93D8_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GridDungeonModel_tAEF5278646C831FA4C6EEEFEF7128869C645942F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_1_t844FE973E8C3E7E004050D607560E134C7C3C2F1_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_GetEnumerator_m331144CA804502258AEEBB8716E62853936A0D9F_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m285462FF07F5F6C6BEA8D90B0F810D05D851DC7F_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t58925A78A274F84D9E284F6F1D514B62092908B6_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7A9832BB72528E81C2B9F2B4E424184F4005FE60);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
GridDungeonModel_tAEF5278646C831FA4C6EEEFEF7128869C645942F* V_0 = NULL;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
List_1_t58925A78A274F84D9E284F6F1D514B62092908B6* V_2 = NULL;
|
|
Dictionary_2_t280F5352954FEFD23A66FD58FCF640789C686B5B* V_3 = NULL;
|
|
RuntimeObject* V_4 = NULL;
|
|
PropSocket_tDBD788EE4878B0FEF7F3848CD0882C4A2A735394* V_5 = NULL;
|
|
Wall2DMarkerInfo_t96E4C77D6D330E380EC7360D449681CAC8B287CD* V_6 = NULL;
|
|
Wall2DMarkerInfo_t96E4C77D6D330E380EC7360D449681CAC8B287CD* V_7 = NULL;
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 V_8;
|
|
memset((&V_8), 0, sizeof(V_8));
|
|
int32_t V_9 = 0;
|
|
String_t* V_10 = NULL;
|
|
Wall2DMarkerInfo_t96E4C77D6D330E380EC7360D449681CAC8B287CD* V_11 = NULL;
|
|
Enumerator_t8222C8AC3C1FD947A576E6BF2F0CA10B8E991BA4 V_12;
|
|
memset((&V_12), 0, sizeof(V_12));
|
|
Wall2DMarkerInfo_t96E4C77D6D330E380EC7360D449681CAC8B287CD* V_13 = NULL;
|
|
{
|
|
// var gridModel = builder.Model as GridDungeonModel;
|
|
DungeonBuilder_tD1E33B0EE44EFF472152D3D8233F3804191E65EA* L_0 = ___0_builder;
|
|
NullCheck(L_0);
|
|
DungeonModel_t53A77B7094F80C6A6C626E2E6B647289FBF29D19* L_1;
|
|
L_1 = DungeonBuilder_get_Model_m389A71C7447944C07FFB0F24CDC1835A33E76C16_inline(L_0, NULL);
|
|
V_0 = ((GridDungeonModel_tAEF5278646C831FA4C6EEEFEF7128869C645942F*)IsInstClass((RuntimeObject*)L_1, GridDungeonModel_tAEF5278646C831FA4C6EEEFEF7128869C645942F_il2cpp_TypeInfo_var));
|
|
// if (gridModel == null)
|
|
GridDungeonModel_tAEF5278646C831FA4C6EEEFEF7128869C645942F* L_2 = V_0;
|
|
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_0020;
|
|
}
|
|
}
|
|
{
|
|
// Debug.LogWarning("invalid builder used with this marker emitter");
|
|
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
Debug_LogWarning_m33EF1B897E0C7C6FF538989610BFAFFEF4628CA9(_stringLiteral7A9832BB72528E81C2B9F2B4E424184F4005FE60, NULL);
|
|
// return;
|
|
return;
|
|
}
|
|
|
|
IL_0020:
|
|
{
|
|
// var config = gridModel.Config;
|
|
GridDungeonModel_tAEF5278646C831FA4C6EEEFEF7128869C645942F* L_4 = V_0;
|
|
NullCheck(L_4);
|
|
GridDungeonConfig_tA813B337E88DBA4D5849118F7CF0D012B1178726* L_5 = L_4->___Config_5;
|
|
// var gridSize = config.GridCellSize;
|
|
NullCheck(L_5);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_6 = L_5->___GridCellSize_5;
|
|
V_1 = L_6;
|
|
// var wall2DMarkers = new List<Wall2DMarkerInfo>();
|
|
List_1_t58925A78A274F84D9E284F6F1D514B62092908B6* L_7 = (List_1_t58925A78A274F84D9E284F6F1D514B62092908B6*)il2cpp_codegen_object_new(List_1_t58925A78A274F84D9E284F6F1D514B62092908B6_il2cpp_TypeInfo_var);
|
|
NullCheck(L_7);
|
|
List_1__ctor_m285462FF07F5F6C6BEA8D90B0F810D05D851DC7F(L_7, List_1__ctor_m285462FF07F5F6C6BEA8D90B0F810D05D851DC7F_RuntimeMethod_var);
|
|
V_2 = L_7;
|
|
// var occupied = new Dictionary<string, HashSet<IntVector>>();
|
|
Dictionary_2_t280F5352954FEFD23A66FD58FCF640789C686B5B* L_8 = (Dictionary_2_t280F5352954FEFD23A66FD58FCF640789C686B5B*)il2cpp_codegen_object_new(Dictionary_2_t280F5352954FEFD23A66FD58FCF640789C686B5B_il2cpp_TypeInfo_var);
|
|
NullCheck(L_8);
|
|
Dictionary_2__ctor_m56045BEED28D7A23AB075C0C9C4CA6ABC5748A00(L_8, Dictionary_2__ctor_m56045BEED28D7A23AB075C0C9C4CA6ABC5748A00_RuntimeMethod_var);
|
|
V_3 = L_8;
|
|
// foreach (var prop in builder.Markers)
|
|
DungeonBuilder_tD1E33B0EE44EFF472152D3D8233F3804191E65EA* L_9 = ___0_builder;
|
|
NullCheck(L_9);
|
|
LevelMarkerList_t7F6AC91D47A569068C1D028934596FF16F3721A4* L_10;
|
|
L_10 = DungeonBuilder_get_Markers_m54679B042CFC062AA6B7BE30119712F19A0B8D2F_inline(L_9, NULL);
|
|
NullCheck(L_10);
|
|
RuntimeObject* L_11;
|
|
L_11 = LevelMarkerList_GetEnumerator_m68262F857EAD49059EC5789DBDD7DA0EEC770A97(L_10, NULL);
|
|
V_4 = L_11;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_012f:
|
|
{// begin finally (depth: 1)
|
|
{
|
|
RuntimeObject* L_12 = V_4;
|
|
if (!L_12)
|
|
{
|
|
goto IL_013a;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_13 = V_4;
|
|
NullCheck(L_13);
|
|
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_13);
|
|
}
|
|
|
|
IL_013a:
|
|
{
|
|
return;
|
|
}
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
{
|
|
goto IL_0121_1;
|
|
}
|
|
|
|
IL_004a_1:
|
|
{
|
|
// foreach (var prop in builder.Markers)
|
|
RuntimeObject* L_14 = V_4;
|
|
NullCheck(L_14);
|
|
PropSocket_tDBD788EE4878B0FEF7F3848CD0882C4A2A735394* L_15;
|
|
L_15 = InterfaceFuncInvoker0< PropSocket_tDBD788EE4878B0FEF7F3848CD0882C4A2A735394* >::Invoke(0 /* T System.Collections.Generic.IEnumerator`1<DungeonArchitect.PropSocket>::get_Current() */, IEnumerator_1_t844FE973E8C3E7E004050D607560E134C7C3C2F1_il2cpp_TypeInfo_var, L_14);
|
|
V_5 = L_15;
|
|
// if (prop.SocketType == GridDungeonMarkerNames.Wall)
|
|
PropSocket_tDBD788EE4878B0FEF7F3848CD0882C4A2A735394* L_16 = V_5;
|
|
NullCheck(L_16);
|
|
String_t* L_17 = L_16->___SocketType_1;
|
|
il2cpp_codegen_runtime_class_init_inline(GridDungeonMarkerNames_tC17AF5D30BC911B0C9537F392DC7B6007DEC93D8_il2cpp_TypeInfo_var);
|
|
String_t* L_18 = ((GridDungeonMarkerNames_tC17AF5D30BC911B0C9537F392DC7B6007DEC93D8_StaticFields*)il2cpp_codegen_static_fields_for(GridDungeonMarkerNames_tC17AF5D30BC911B0C9537F392DC7B6007DEC93D8_il2cpp_TypeInfo_var))->___Wall_5;
|
|
bool L_19;
|
|
L_19 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_17, L_18, NULL);
|
|
if (!L_19)
|
|
{
|
|
goto IL_0085_1;
|
|
}
|
|
}
|
|
{
|
|
// var markerInfo = GetMarker2D(prop, GridDungeonMarkerNames.Wall2D, gridSize);
|
|
PropSocket_tDBD788EE4878B0FEF7F3848CD0882C4A2A735394* L_20 = V_5;
|
|
il2cpp_codegen_runtime_class_init_inline(GridDungeonMarkerNames_tC17AF5D30BC911B0C9537F392DC7B6007DEC93D8_il2cpp_TypeInfo_var);
|
|
String_t* L_21 = ((GridDungeonMarkerNames_tC17AF5D30BC911B0C9537F392DC7B6007DEC93D8_StaticFields*)il2cpp_codegen_static_fields_for(GridDungeonMarkerNames_tC17AF5D30BC911B0C9537F392DC7B6007DEC93D8_il2cpp_TypeInfo_var))->___Wall2D_6;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_22 = V_1;
|
|
Wall2DMarkerInfo_t96E4C77D6D330E380EC7360D449681CAC8B287CD* L_23;
|
|
L_23 = MarkerEmitterGridWall2D_GetMarker2D_m08A2DCDAA192B3876656A768127DC0337BDD6985(__this, L_20, L_21, L_22, NULL);
|
|
V_6 = L_23;
|
|
// RegisterMarker(markerInfo, wall2DMarkers, occupied);
|
|
Wall2DMarkerInfo_t96E4C77D6D330E380EC7360D449681CAC8B287CD* L_24 = V_6;
|
|
List_1_t58925A78A274F84D9E284F6F1D514B62092908B6* L_25 = V_2;
|
|
Dictionary_2_t280F5352954FEFD23A66FD58FCF640789C686B5B* L_26 = V_3;
|
|
MarkerEmitterGridWall2D_RegisterMarker_mB84F1611B29ACC4169426508CECC0F7CB763B9BA(__this, L_24, L_25, L_26, NULL);
|
|
goto IL_0121_1;
|
|
}
|
|
|
|
IL_0085_1:
|
|
{
|
|
// else if (prop.SocketType == GridDungeonMarkerNames.Fence)
|
|
PropSocket_tDBD788EE4878B0FEF7F3848CD0882C4A2A735394* L_27 = V_5;
|
|
NullCheck(L_27);
|
|
String_t* L_28 = L_27->___SocketType_1;
|
|
il2cpp_codegen_runtime_class_init_inline(GridDungeonMarkerNames_tC17AF5D30BC911B0C9537F392DC7B6007DEC93D8_il2cpp_TypeInfo_var);
|
|
String_t* L_29 = ((GridDungeonMarkerNames_tC17AF5D30BC911B0C9537F392DC7B6007DEC93D8_StaticFields*)il2cpp_codegen_static_fields_for(GridDungeonMarkerNames_tC17AF5D30BC911B0C9537F392DC7B6007DEC93D8_il2cpp_TypeInfo_var))->___Fence_0;
|
|
bool L_30;
|
|
L_30 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_28, L_29, NULL);
|
|
if (!L_30)
|
|
{
|
|
goto IL_00b4_1;
|
|
}
|
|
}
|
|
{
|
|
// var markerInfo = GetMarker2D(prop, GridDungeonMarkerNames.Wall2D, gridSize);
|
|
PropSocket_tDBD788EE4878B0FEF7F3848CD0882C4A2A735394* L_31 = V_5;
|
|
il2cpp_codegen_runtime_class_init_inline(GridDungeonMarkerNames_tC17AF5D30BC911B0C9537F392DC7B6007DEC93D8_il2cpp_TypeInfo_var);
|
|
String_t* L_32 = ((GridDungeonMarkerNames_tC17AF5D30BC911B0C9537F392DC7B6007DEC93D8_StaticFields*)il2cpp_codegen_static_fields_for(GridDungeonMarkerNames_tC17AF5D30BC911B0C9537F392DC7B6007DEC93D8_il2cpp_TypeInfo_var))->___Wall2D_6;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_33 = V_1;
|
|
Wall2DMarkerInfo_t96E4C77D6D330E380EC7360D449681CAC8B287CD* L_34;
|
|
L_34 = MarkerEmitterGridWall2D_GetMarker2D_m08A2DCDAA192B3876656A768127DC0337BDD6985(__this, L_31, L_32, L_33, NULL);
|
|
V_7 = L_34;
|
|
// RegisterMarker(markerInfo, wall2DMarkers, occupied);
|
|
Wall2DMarkerInfo_t96E4C77D6D330E380EC7360D449681CAC8B287CD* L_35 = V_7;
|
|
List_1_t58925A78A274F84D9E284F6F1D514B62092908B6* L_36 = V_2;
|
|
Dictionary_2_t280F5352954FEFD23A66FD58FCF640789C686B5B* L_37 = V_3;
|
|
MarkerEmitterGridWall2D_RegisterMarker_mB84F1611B29ACC4169426508CECC0F7CB763B9BA(__this, L_35, L_36, L_37, NULL);
|
|
goto IL_0121_1;
|
|
}
|
|
|
|
IL_00b4_1:
|
|
{
|
|
// else if (prop.SocketType == GridDungeonMarkerNames.Door)
|
|
PropSocket_tDBD788EE4878B0FEF7F3848CD0882C4A2A735394* L_38 = V_5;
|
|
NullCheck(L_38);
|
|
String_t* L_39 = L_38->___SocketType_1;
|
|
il2cpp_codegen_runtime_class_init_inline(GridDungeonMarkerNames_tC17AF5D30BC911B0C9537F392DC7B6007DEC93D8_il2cpp_TypeInfo_var);
|
|
String_t* L_40 = ((GridDungeonMarkerNames_tC17AF5D30BC911B0C9537F392DC7B6007DEC93D8_StaticFields*)il2cpp_codegen_static_fields_for(GridDungeonMarkerNames_tC17AF5D30BC911B0C9537F392DC7B6007DEC93D8_il2cpp_TypeInfo_var))->___Door_2;
|
|
bool L_41;
|
|
L_41 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_39, L_40, NULL);
|
|
if (!L_41)
|
|
{
|
|
goto IL_0121_1;
|
|
}
|
|
}
|
|
{
|
|
// var rotation = Matrix.GetRotation(ref prop.Transform);
|
|
PropSocket_tDBD788EE4878B0FEF7F3848CD0882C4A2A735394* L_42 = V_5;
|
|
NullCheck(L_42);
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6* L_43 = (&L_42->___Transform_2);
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_44;
|
|
L_44 = Matrix_GetRotation_m9C9279D228DC3622E77F89C3CD9E1C2AE4012ED5(L_43, NULL);
|
|
V_8 = L_44;
|
|
// var angleStep = (Mathf.RoundToInt(rotation.eulerAngles.y / 90.0f) + 4) % 4;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_45;
|
|
L_45 = Quaternion_get_eulerAngles_m2DB5158B5C3A71FD60FC8A6EE43D3AAA1CFED122_inline((&V_8), NULL);
|
|
float L_46 = L_45.___y_3;
|
|
int32_t L_47;
|
|
L_47 = Mathf_RoundToInt_m60F8B66CF27F1FA75AA219342BD184B75771EB4B_inline(((float)(L_46/(90.0f))), NULL);
|
|
V_9 = ((int32_t)(((int32_t)il2cpp_codegen_add(L_47, 4))%4));
|
|
// var doorMarker = GridDungeonMarkerNames.Door2D;
|
|
il2cpp_codegen_runtime_class_init_inline(GridDungeonMarkerNames_tC17AF5D30BC911B0C9537F392DC7B6007DEC93D8_il2cpp_TypeInfo_var);
|
|
String_t* L_48 = ((GridDungeonMarkerNames_tC17AF5D30BC911B0C9537F392DC7B6007DEC93D8_StaticFields*)il2cpp_codegen_static_fields_for(GridDungeonMarkerNames_tC17AF5D30BC911B0C9537F392DC7B6007DEC93D8_il2cpp_TypeInfo_var))->___Door2D_3;
|
|
V_10 = L_48;
|
|
// if (angleStep == 1 || angleStep == 3) {
|
|
int32_t L_49 = V_9;
|
|
if ((((int32_t)L_49) == ((int32_t)1)))
|
|
{
|
|
goto IL_0103_1;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_50 = V_9;
|
|
if ((!(((uint32_t)L_50) == ((uint32_t)3))))
|
|
{
|
|
goto IL_010a_1;
|
|
}
|
|
}
|
|
|
|
IL_0103_1:
|
|
{
|
|
// doorMarker = GridDungeonMarkerNames.Door2D_90;
|
|
il2cpp_codegen_runtime_class_init_inline(GridDungeonMarkerNames_tC17AF5D30BC911B0C9537F392DC7B6007DEC93D8_il2cpp_TypeInfo_var);
|
|
String_t* L_51 = ((GridDungeonMarkerNames_tC17AF5D30BC911B0C9537F392DC7B6007DEC93D8_StaticFields*)il2cpp_codegen_static_fields_for(GridDungeonMarkerNames_tC17AF5D30BC911B0C9537F392DC7B6007DEC93D8_il2cpp_TypeInfo_var))->___Door2D_90_4;
|
|
V_10 = L_51;
|
|
}
|
|
|
|
IL_010a_1:
|
|
{
|
|
// var markerInfo = GetMarker2D(prop, doorMarker, gridSize);
|
|
PropSocket_tDBD788EE4878B0FEF7F3848CD0882C4A2A735394* L_52 = V_5;
|
|
String_t* L_53 = V_10;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_54 = V_1;
|
|
Wall2DMarkerInfo_t96E4C77D6D330E380EC7360D449681CAC8B287CD* L_55;
|
|
L_55 = MarkerEmitterGridWall2D_GetMarker2D_m08A2DCDAA192B3876656A768127DC0337BDD6985(__this, L_52, L_53, L_54, NULL);
|
|
V_11 = L_55;
|
|
// RegisterMarker(markerInfo, wall2DMarkers, occupied);
|
|
Wall2DMarkerInfo_t96E4C77D6D330E380EC7360D449681CAC8B287CD* L_56 = V_11;
|
|
List_1_t58925A78A274F84D9E284F6F1D514B62092908B6* L_57 = V_2;
|
|
Dictionary_2_t280F5352954FEFD23A66FD58FCF640789C686B5B* L_58 = V_3;
|
|
MarkerEmitterGridWall2D_RegisterMarker_mB84F1611B29ACC4169426508CECC0F7CB763B9BA(__this, L_56, L_57, L_58, NULL);
|
|
}
|
|
|
|
IL_0121_1:
|
|
{
|
|
// foreach (var prop in builder.Markers)
|
|
RuntimeObject* L_59 = V_4;
|
|
NullCheck(L_59);
|
|
bool L_60;
|
|
L_60 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_59);
|
|
if (L_60)
|
|
{
|
|
goto IL_004a_1;
|
|
}
|
|
}
|
|
{
|
|
goto IL_013b;
|
|
}
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_013b:
|
|
{
|
|
// if (fixCorners)
|
|
bool L_61 = __this->___fixCorners_5;
|
|
if (!L_61)
|
|
{
|
|
goto IL_0152;
|
|
}
|
|
}
|
|
{
|
|
// FixCornerWalls(wall2DMarkers, builder.Markers, occupied, gridSize);
|
|
List_1_t58925A78A274F84D9E284F6F1D514B62092908B6* L_62 = V_2;
|
|
DungeonBuilder_tD1E33B0EE44EFF472152D3D8233F3804191E65EA* L_63 = ___0_builder;
|
|
NullCheck(L_63);
|
|
LevelMarkerList_t7F6AC91D47A569068C1D028934596FF16F3721A4* L_64;
|
|
L_64 = DungeonBuilder_get_Markers_m54679B042CFC062AA6B7BE30119712F19A0B8D2F_inline(L_63, NULL);
|
|
Dictionary_2_t280F5352954FEFD23A66FD58FCF640789C686B5B* L_65 = V_3;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_66 = V_1;
|
|
MarkerEmitterGridWall2D_FixCornerWalls_m72C5F48E730331F5A2E5B85E596FFED8C3E6299C(__this, L_62, L_64, L_65, L_66, NULL);
|
|
}
|
|
|
|
IL_0152:
|
|
{
|
|
// AddGround2DMarkers(wall2DMarkers, occupied, builder.Markers, gridSize);
|
|
List_1_t58925A78A274F84D9E284F6F1D514B62092908B6* L_67 = V_2;
|
|
Dictionary_2_t280F5352954FEFD23A66FD58FCF640789C686B5B* L_68 = V_3;
|
|
DungeonBuilder_tD1E33B0EE44EFF472152D3D8233F3804191E65EA* L_69 = ___0_builder;
|
|
NullCheck(L_69);
|
|
LevelMarkerList_t7F6AC91D47A569068C1D028934596FF16F3721A4* L_70;
|
|
L_70 = DungeonBuilder_get_Markers_m54679B042CFC062AA6B7BE30119712F19A0B8D2F_inline(L_69, NULL);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_71 = V_1;
|
|
MarkerEmitterGridWall2D_AddGround2DMarkers_m328D44BA28503997E33911FA48D227B4FD048A3B(__this, L_67, L_68, L_70, L_71, NULL);
|
|
// foreach (var markerInfo in wall2DMarkers)
|
|
List_1_t58925A78A274F84D9E284F6F1D514B62092908B6* L_72 = V_2;
|
|
NullCheck(L_72);
|
|
Enumerator_t8222C8AC3C1FD947A576E6BF2F0CA10B8E991BA4 L_73;
|
|
L_73 = List_1_GetEnumerator_m331144CA804502258AEEBB8716E62853936A0D9F(L_72, List_1_GetEnumerator_m331144CA804502258AEEBB8716E62853936A0D9F_RuntimeMethod_var);
|
|
V_12 = L_73;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_01a2:
|
|
{// begin finally (depth: 1)
|
|
Enumerator_Dispose_mC5046E3ED8787B75675E118F1E891FC3511330AE((&V_12), Enumerator_Dispose_mC5046E3ED8787B75675E118F1E891FC3511330AE_RuntimeMethod_var);
|
|
return;
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
{
|
|
goto IL_0197_1;
|
|
}
|
|
|
|
IL_016b_1:
|
|
{
|
|
// foreach (var markerInfo in wall2DMarkers)
|
|
Wall2DMarkerInfo_t96E4C77D6D330E380EC7360D449681CAC8B287CD* L_74;
|
|
L_74 = Enumerator_get_Current_m07970137362A5E637220042C7D63549DE6FB1CB1_inline((&V_12), Enumerator_get_Current_m07970137362A5E637220042C7D63549DE6FB1CB1_RuntimeMethod_var);
|
|
V_13 = L_74;
|
|
// builder.EmitMarker(markerInfo.markerName, markerInfo.transform, markerInfo.gridPosition, markerInfo.cellId);
|
|
DungeonBuilder_tD1E33B0EE44EFF472152D3D8233F3804191E65EA* L_75 = ___0_builder;
|
|
Wall2DMarkerInfo_t96E4C77D6D330E380EC7360D449681CAC8B287CD* L_76 = V_13;
|
|
NullCheck(L_76);
|
|
String_t* L_77 = L_76->___markerName_0;
|
|
Wall2DMarkerInfo_t96E4C77D6D330E380EC7360D449681CAC8B287CD* L_78 = V_13;
|
|
NullCheck(L_78);
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_79 = L_78->___transform_1;
|
|
Wall2DMarkerInfo_t96E4C77D6D330E380EC7360D449681CAC8B287CD* L_80 = V_13;
|
|
NullCheck(L_80);
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_81 = L_80->___gridPosition_2;
|
|
Wall2DMarkerInfo_t96E4C77D6D330E380EC7360D449681CAC8B287CD* L_82 = V_13;
|
|
NullCheck(L_82);
|
|
int32_t L_83 = L_82->___cellId_3;
|
|
NullCheck(L_75);
|
|
PropSocket_tDBD788EE4878B0FEF7F3848CD0882C4A2A735394* L_84;
|
|
L_84 = DungeonBuilder_EmitMarker_m2269C1FA0350E2BE59E038CC9ADD6127C2998865(L_75, L_77, L_79, L_81, L_83, NULL);
|
|
}
|
|
|
|
IL_0197_1:
|
|
{
|
|
// foreach (var markerInfo in wall2DMarkers)
|
|
bool L_85;
|
|
L_85 = Enumerator_MoveNext_m50DDAEE876CA7413DF294BFEC613BDEF32AEDF15((&V_12), Enumerator_MoveNext_m50DDAEE876CA7413DF294BFEC613BDEF32AEDF15_RuntimeMethod_var);
|
|
if (L_85)
|
|
{
|
|
goto IL_016b_1;
|
|
}
|
|
}
|
|
{
|
|
goto IL_01b0;
|
|
}
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_01b0:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void DungeonArchitect.Builders.Grid.MarkerEmitterGridWall2D::AddGround2DMarkers(System.Collections.Generic.List`1<DungeonArchitect.Builders.Grid.MarkerEmitterGridWall2D/Wall2DMarkerInfo>,System.Collections.Generic.Dictionary`2<System.String,System.Collections.Generic.HashSet`1<DungeonArchitect.IntVector>>,DungeonArchitect.LevelMarkerList,UnityEngine.Vector3)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MarkerEmitterGridWall2D_AddGround2DMarkers_m328D44BA28503997E33911FA48D227B4FD048A3B (MarkerEmitterGridWall2D_t00EBC579D3DED3FA7088656D6F2B891D73C15690* __this, List_1_t58925A78A274F84D9E284F6F1D514B62092908B6* ___0_markerList, Dictionary_2_t280F5352954FEFD23A66FD58FCF640789C686B5B* ___1_occupied, LevelMarkerList_t7F6AC91D47A569068C1D028934596FF16F3721A4* ___2_gridMarkers, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___3_gridSize, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GridDungeonMarkerNames_tC17AF5D30BC911B0C9537F392DC7B6007DEC93D8_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_Contains_m912E38AD34AEBA45CCD4C1D112E289133DFC1678_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_1_t844FE973E8C3E7E004050D607560E134C7C3C2F1_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Wall2DMarkerInfo_t96E4C77D6D330E380EC7360D449681CAC8B287CD_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
HashSet_1_tA1EF3184AD46B7255ABC462FA85BEA5168966215* V_0 = NULL;
|
|
RuntimeObject* V_1 = NULL;
|
|
PropSocket_tDBD788EE4878B0FEF7F3848CD0882C4A2A735394* V_2 = NULL;
|
|
Wall2DMarkerInfo_t96E4C77D6D330E380EC7360D449681CAC8B287CD* V_3 = NULL;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_4;
|
|
memset((&V_4), 0, sizeof(V_4));
|
|
{
|
|
// var walls = GetHashSet(GridDungeonMarkerNames.Wall2D, occupied);
|
|
il2cpp_codegen_runtime_class_init_inline(GridDungeonMarkerNames_tC17AF5D30BC911B0C9537F392DC7B6007DEC93D8_il2cpp_TypeInfo_var);
|
|
String_t* L_0 = ((GridDungeonMarkerNames_tC17AF5D30BC911B0C9537F392DC7B6007DEC93D8_StaticFields*)il2cpp_codegen_static_fields_for(GridDungeonMarkerNames_tC17AF5D30BC911B0C9537F392DC7B6007DEC93D8_il2cpp_TypeInfo_var))->___Wall2D_6;
|
|
Dictionary_2_t280F5352954FEFD23A66FD58FCF640789C686B5B* L_1 = ___1_occupied;
|
|
HashSet_1_tA1EF3184AD46B7255ABC462FA85BEA5168966215* L_2;
|
|
L_2 = MarkerEmitterGridWall2D_GetHashSet_m94B5FA26E7721EAB9203BBC9F45367F1C10B9E07(__this, L_0, L_1, NULL);
|
|
V_0 = L_2;
|
|
// foreach (var marker in gridMarkers)
|
|
LevelMarkerList_t7F6AC91D47A569068C1D028934596FF16F3721A4* L_3 = ___2_gridMarkers;
|
|
NullCheck(L_3);
|
|
RuntimeObject* L_4;
|
|
L_4 = LevelMarkerList_GetEnumerator_m68262F857EAD49059EC5789DBDD7DA0EEC770A97(L_3, NULL);
|
|
V_1 = L_4;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_00b6:
|
|
{// begin finally (depth: 1)
|
|
{
|
|
RuntimeObject* L_5 = V_1;
|
|
if (!L_5)
|
|
{
|
|
goto IL_00bf;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_6 = V_1;
|
|
NullCheck(L_6);
|
|
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_6);
|
|
}
|
|
|
|
IL_00bf:
|
|
{
|
|
return;
|
|
}
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
{
|
|
goto IL_00a9_1;
|
|
}
|
|
|
|
IL_0019_1:
|
|
{
|
|
// foreach (var marker in gridMarkers)
|
|
RuntimeObject* L_7 = V_1;
|
|
NullCheck(L_7);
|
|
PropSocket_tDBD788EE4878B0FEF7F3848CD0882C4A2A735394* L_8;
|
|
L_8 = InterfaceFuncInvoker0< PropSocket_tDBD788EE4878B0FEF7F3848CD0882C4A2A735394* >::Invoke(0 /* T System.Collections.Generic.IEnumerator`1<DungeonArchitect.PropSocket>::get_Current() */, IEnumerator_1_t844FE973E8C3E7E004050D607560E134C7C3C2F1_il2cpp_TypeInfo_var, L_7);
|
|
V_2 = L_8;
|
|
// if (marker.SocketType == GridDungeonMarkerNames.Ground)
|
|
PropSocket_tDBD788EE4878B0FEF7F3848CD0882C4A2A735394* L_9 = V_2;
|
|
NullCheck(L_9);
|
|
String_t* L_10 = L_9->___SocketType_1;
|
|
il2cpp_codegen_runtime_class_init_inline(GridDungeonMarkerNames_tC17AF5D30BC911B0C9537F392DC7B6007DEC93D8_il2cpp_TypeInfo_var);
|
|
String_t* L_11 = ((GridDungeonMarkerNames_tC17AF5D30BC911B0C9537F392DC7B6007DEC93D8_StaticFields*)il2cpp_codegen_static_fields_for(GridDungeonMarkerNames_tC17AF5D30BC911B0C9537F392DC7B6007DEC93D8_il2cpp_TypeInfo_var))->___Ground_8;
|
|
bool L_12;
|
|
L_12 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_10, L_11, NULL);
|
|
if (!L_12)
|
|
{
|
|
goto IL_00a9_1;
|
|
}
|
|
}
|
|
{
|
|
// if (walls.Contains(marker.gridPosition))
|
|
HashSet_1_tA1EF3184AD46B7255ABC462FA85BEA5168966215* L_13 = V_0;
|
|
PropSocket_tDBD788EE4878B0FEF7F3848CD0882C4A2A735394* L_14 = V_2;
|
|
NullCheck(L_14);
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_15 = L_14->___gridPosition_3;
|
|
NullCheck(L_13);
|
|
bool L_16;
|
|
L_16 = HashSet_1_Contains_m912E38AD34AEBA45CCD4C1D112E289133DFC1678(L_13, L_15, HashSet_1_Contains_m912E38AD34AEBA45CCD4C1D112E289133DFC1678_RuntimeMethod_var);
|
|
if (L_16)
|
|
{
|
|
goto IL_00a9_1;
|
|
}
|
|
}
|
|
{
|
|
// var wall2D = new Wall2DMarkerInfo();
|
|
Wall2DMarkerInfo_t96E4C77D6D330E380EC7360D449681CAC8B287CD* L_17 = (Wall2DMarkerInfo_t96E4C77D6D330E380EC7360D449681CAC8B287CD*)il2cpp_codegen_object_new(Wall2DMarkerInfo_t96E4C77D6D330E380EC7360D449681CAC8B287CD_il2cpp_TypeInfo_var);
|
|
NullCheck(L_17);
|
|
Wall2DMarkerInfo__ctor_mFAE1A613ECAF4A83BCDB76FC9BCE17DD92D20CE2(L_17, NULL);
|
|
V_3 = L_17;
|
|
// wall2D.cellId = marker.cellId;
|
|
Wall2DMarkerInfo_t96E4C77D6D330E380EC7360D449681CAC8B287CD* L_18 = V_3;
|
|
PropSocket_tDBD788EE4878B0FEF7F3848CD0882C4A2A735394* L_19 = V_2;
|
|
NullCheck(L_19);
|
|
int32_t L_20 = L_19->___cellId_4;
|
|
NullCheck(L_18);
|
|
L_18->___cellId_3 = L_20;
|
|
// wall2D.gridPosition = marker.gridPosition;
|
|
Wall2DMarkerInfo_t96E4C77D6D330E380EC7360D449681CAC8B287CD* L_21 = V_3;
|
|
PropSocket_tDBD788EE4878B0FEF7F3848CD0882C4A2A735394* L_22 = V_2;
|
|
NullCheck(L_22);
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_23 = L_22->___gridPosition_3;
|
|
NullCheck(L_21);
|
|
L_21->___gridPosition_2 = L_23;
|
|
// wall2D.markerName = GridDungeonMarkerNames.Ground2D;
|
|
Wall2DMarkerInfo_t96E4C77D6D330E380EC7360D449681CAC8B287CD* L_24 = V_3;
|
|
il2cpp_codegen_runtime_class_init_inline(GridDungeonMarkerNames_tC17AF5D30BC911B0C9537F392DC7B6007DEC93D8_il2cpp_TypeInfo_var);
|
|
String_t* L_25 = ((GridDungeonMarkerNames_tC17AF5D30BC911B0C9537F392DC7B6007DEC93D8_StaticFields*)il2cpp_codegen_static_fields_for(GridDungeonMarkerNames_tC17AF5D30BC911B0C9537F392DC7B6007DEC93D8_il2cpp_TypeInfo_var))->___Ground2D_9;
|
|
NullCheck(L_24);
|
|
L_24->___markerName_0 = L_25;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_24->___markerName_0), (void*)L_25);
|
|
// var position = marker.gridPosition * gridSize + gridSize / 2.0f;
|
|
PropSocket_tDBD788EE4878B0FEF7F3848CD0882C4A2A735394* L_26 = V_2;
|
|
NullCheck(L_26);
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_27 = L_26->___gridPosition_3;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_28 = ___3_gridSize;
|
|
il2cpp_codegen_runtime_class_init_inline(IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C_il2cpp_TypeInfo_var);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_29;
|
|
L_29 = IntVector_op_Multiply_m3233E2C98AC1950B36883D28B04FF0B7C1E43AA3(L_27, L_28, NULL);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_30 = ___3_gridSize;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_31;
|
|
L_31 = Vector3_op_Division_mCC6BB24E372AB96B8380D1678446EF6A8BAE13BB_inline(L_30, (2.0f), NULL);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_32;
|
|
L_32 = Vector3_op_Addition_m78C0EC70CB66E8DCAC225743D82B268DAEE92067_inline(L_29, L_31, NULL);
|
|
V_4 = L_32;
|
|
// wall2D.transform = Matrix4x4.TRS(position, Quaternion.identity, Vector3.one);
|
|
Wall2DMarkerInfo_t96E4C77D6D330E380EC7360D449681CAC8B287CD* L_33 = V_3;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_34 = V_4;
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_35;
|
|
L_35 = Quaternion_get_identity_m7E701AE095ED10FD5EA0B50ABCFDE2EEFF2173A5_inline(NULL);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_36;
|
|
L_36 = Vector3_get_one_mC9B289F1E15C42C597180C9FE6FB492495B51D02_inline(NULL);
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_37;
|
|
L_37 = Matrix4x4_TRS_mCC04FD47347234B451ACC6CCD2CE6D02E1E0E1E3(L_34, L_35, L_36, NULL);
|
|
NullCheck(L_33);
|
|
L_33->___transform_1 = L_37;
|
|
// RegisterMarker(wall2D, markerList, occupied);
|
|
Wall2DMarkerInfo_t96E4C77D6D330E380EC7360D449681CAC8B287CD* L_38 = V_3;
|
|
List_1_t58925A78A274F84D9E284F6F1D514B62092908B6* L_39 = ___0_markerList;
|
|
Dictionary_2_t280F5352954FEFD23A66FD58FCF640789C686B5B* L_40 = ___1_occupied;
|
|
MarkerEmitterGridWall2D_RegisterMarker_mB84F1611B29ACC4169426508CECC0F7CB763B9BA(__this, L_38, L_39, L_40, NULL);
|
|
}
|
|
|
|
IL_00a9_1:
|
|
{
|
|
// foreach (var marker in gridMarkers)
|
|
RuntimeObject* L_41 = V_1;
|
|
NullCheck(L_41);
|
|
bool L_42;
|
|
L_42 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_41);
|
|
if (L_42)
|
|
{
|
|
goto IL_0019_1;
|
|
}
|
|
}
|
|
{
|
|
goto IL_00c0;
|
|
}
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_00c0:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Collections.Generic.HashSet`1<DungeonArchitect.IntVector> DungeonArchitect.Builders.Grid.MarkerEmitterGridWall2D::GetHashSet(System.String,System.Collections.Generic.Dictionary`2<System.String,System.Collections.Generic.HashSet`1<DungeonArchitect.IntVector>>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HashSet_1_tA1EF3184AD46B7255ABC462FA85BEA5168966215* MarkerEmitterGridWall2D_GetHashSet_m94B5FA26E7721EAB9203BBC9F45367F1C10B9E07 (MarkerEmitterGridWall2D_t00EBC579D3DED3FA7088656D6F2B891D73C15690* __this, String_t* ___0_name, Dictionary_2_t280F5352954FEFD23A66FD58FCF640789C686B5B* ___1_occupied, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_ContainsKey_m858F7F90339FC79355CA98D14FF61C9BE7C84C57_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_get_Item_m4C47332495DCF89778A760AB7D8D72BBFE1B6491_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1__ctor_m606D72FA17DC5FB76BFFBA90AE31EF85BE643D0A_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_tA1EF3184AD46B7255ABC462FA85BEA5168966215_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (occupied.ContainsKey(name))
|
|
Dictionary_2_t280F5352954FEFD23A66FD58FCF640789C686B5B* L_0 = ___1_occupied;
|
|
String_t* L_1 = ___0_name;
|
|
NullCheck(L_0);
|
|
bool L_2;
|
|
L_2 = Dictionary_2_ContainsKey_m858F7F90339FC79355CA98D14FF61C9BE7C84C57(L_0, L_1, Dictionary_2_ContainsKey_m858F7F90339FC79355CA98D14FF61C9BE7C84C57_RuntimeMethod_var);
|
|
if (!L_2)
|
|
{
|
|
goto IL_0011;
|
|
}
|
|
}
|
|
{
|
|
// return occupied[name];
|
|
Dictionary_2_t280F5352954FEFD23A66FD58FCF640789C686B5B* L_3 = ___1_occupied;
|
|
String_t* L_4 = ___0_name;
|
|
NullCheck(L_3);
|
|
HashSet_1_tA1EF3184AD46B7255ABC462FA85BEA5168966215* L_5;
|
|
L_5 = Dictionary_2_get_Item_m4C47332495DCF89778A760AB7D8D72BBFE1B6491(L_3, L_4, Dictionary_2_get_Item_m4C47332495DCF89778A760AB7D8D72BBFE1B6491_RuntimeMethod_var);
|
|
return L_5;
|
|
}
|
|
|
|
IL_0011:
|
|
{
|
|
// return new HashSet<IntVector>();
|
|
HashSet_1_tA1EF3184AD46B7255ABC462FA85BEA5168966215* L_6 = (HashSet_1_tA1EF3184AD46B7255ABC462FA85BEA5168966215*)il2cpp_codegen_object_new(HashSet_1_tA1EF3184AD46B7255ABC462FA85BEA5168966215_il2cpp_TypeInfo_var);
|
|
NullCheck(L_6);
|
|
HashSet_1__ctor_m606D72FA17DC5FB76BFFBA90AE31EF85BE643D0A(L_6, HashSet_1__ctor_m606D72FA17DC5FB76BFFBA90AE31EF85BE643D0A_RuntimeMethod_var);
|
|
return L_6;
|
|
}
|
|
}
|
|
// System.Void DungeonArchitect.Builders.Grid.MarkerEmitterGridWall2D::FixCornerWalls(System.Collections.Generic.List`1<DungeonArchitect.Builders.Grid.MarkerEmitterGridWall2D/Wall2DMarkerInfo>,DungeonArchitect.LevelMarkerList,System.Collections.Generic.Dictionary`2<System.String,System.Collections.Generic.HashSet`1<DungeonArchitect.IntVector>>,UnityEngine.Vector3)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MarkerEmitterGridWall2D_FixCornerWalls_m72C5F48E730331F5A2E5B85E596FFED8C3E6299C (MarkerEmitterGridWall2D_t00EBC579D3DED3FA7088656D6F2B891D73C15690* __this, List_1_t58925A78A274F84D9E284F6F1D514B62092908B6* ___0_wall2DMarkers, LevelMarkerList_t7F6AC91D47A569068C1D028934596FF16F3721A4* ___1_gridMarkers, Dictionary_2_t280F5352954FEFD23A66FD58FCF640789C686B5B* ___2_occupied, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___3_gridSize, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_ContainsKey_m858F7F90339FC79355CA98D14FF61C9BE7C84C57_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_get_Item_m4C47332495DCF89778A760AB7D8D72BBFE1B6491_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m7024952A8A06A2B2FD6A41027C224F14EFB9C2B0_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_mA125E128FD7E5C44FBBE377D1E91C64612726552_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m5ECE4F4C0175BE8CF79895D245B30D2BEB4EAAF0_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GridDungeonMarkerNames_tC17AF5D30BC911B0C9537F392DC7B6007DEC93D8_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_Add_m3CEC6A8ED133CA7EF3C957EA7C946E401291F79C_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_Contains_m912E38AD34AEBA45CCD4C1D112E289133DFC1678_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_GetEnumerator_m19EB2056F3B65AFF2E826424C671E7A5371DAFE5_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1__ctor_m606D72FA17DC5FB76BFFBA90AE31EF85BE643D0A_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_tA1EF3184AD46B7255ABC462FA85BEA5168966215_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_1_t844FE973E8C3E7E004050D607560E134C7C3C2F1_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
HashSet_1_tA1EF3184AD46B7255ABC462FA85BEA5168966215* V_0 = NULL;
|
|
HashSet_1_tA1EF3184AD46B7255ABC462FA85BEA5168966215* V_1 = NULL;
|
|
Enumerator_t2014470E422F92BDF2E12368BBB52F968E3DA2CE V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C V_3;
|
|
memset((&V_3), 0, sizeof(V_3));
|
|
RuntimeObject* V_4 = NULL;
|
|
PropSocket_tDBD788EE4878B0FEF7F3848CD0882C4A2A735394* V_5 = NULL;
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C V_6;
|
|
memset((&V_6), 0, sizeof(V_6));
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C V_7;
|
|
memset((&V_7), 0, sizeof(V_7));
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C V_8;
|
|
memset((&V_8), 0, sizeof(V_8));
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C V_9;
|
|
memset((&V_9), 0, sizeof(V_9));
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C V_10;
|
|
memset((&V_10), 0, sizeof(V_10));
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C V_11;
|
|
memset((&V_11), 0, sizeof(V_11));
|
|
int32_t G_B19_0 = 0;
|
|
{
|
|
// HashSet<IntVector> wall2DPositions = GetHashSet(GridDungeonMarkerNames.Wall2D, occupied);
|
|
il2cpp_codegen_runtime_class_init_inline(GridDungeonMarkerNames_tC17AF5D30BC911B0C9537F392DC7B6007DEC93D8_il2cpp_TypeInfo_var);
|
|
String_t* L_0 = ((GridDungeonMarkerNames_tC17AF5D30BC911B0C9537F392DC7B6007DEC93D8_StaticFields*)il2cpp_codegen_static_fields_for(GridDungeonMarkerNames_tC17AF5D30BC911B0C9537F392DC7B6007DEC93D8_il2cpp_TypeInfo_var))->___Wall2D_6;
|
|
Dictionary_2_t280F5352954FEFD23A66FD58FCF640789C686B5B* L_1 = ___2_occupied;
|
|
HashSet_1_tA1EF3184AD46B7255ABC462FA85BEA5168966215* L_2;
|
|
L_2 = MarkerEmitterGridWall2D_GetHashSet_m94B5FA26E7721EAB9203BBC9F45367F1C10B9E07(__this, L_0, L_1, NULL);
|
|
V_0 = L_2;
|
|
// HashSet<IntVector> door2DPositions = GetHashSet(GridDungeonMarkerNames.Door2D, occupied);
|
|
String_t* L_3 = ((GridDungeonMarkerNames_tC17AF5D30BC911B0C9537F392DC7B6007DEC93D8_StaticFields*)il2cpp_codegen_static_fields_for(GridDungeonMarkerNames_tC17AF5D30BC911B0C9537F392DC7B6007DEC93D8_il2cpp_TypeInfo_var))->___Door2D_3;
|
|
Dictionary_2_t280F5352954FEFD23A66FD58FCF640789C686B5B* L_4 = ___2_occupied;
|
|
HashSet_1_tA1EF3184AD46B7255ABC462FA85BEA5168966215* L_5;
|
|
L_5 = MarkerEmitterGridWall2D_GetHashSet_m94B5FA26E7721EAB9203BBC9F45367F1C10B9E07(__this, L_3, L_4, NULL);
|
|
V_1 = L_5;
|
|
// HashSet<IntVector> door2DPositions90 = GetHashSet(GridDungeonMarkerNames.Door2D_90, occupied);
|
|
String_t* L_6 = ((GridDungeonMarkerNames_tC17AF5D30BC911B0C9537F392DC7B6007DEC93D8_StaticFields*)il2cpp_codegen_static_fields_for(GridDungeonMarkerNames_tC17AF5D30BC911B0C9537F392DC7B6007DEC93D8_il2cpp_TypeInfo_var))->___Door2D_90_4;
|
|
Dictionary_2_t280F5352954FEFD23A66FD58FCF640789C686B5B* L_7 = ___2_occupied;
|
|
HashSet_1_tA1EF3184AD46B7255ABC462FA85BEA5168966215* L_8;
|
|
L_8 = MarkerEmitterGridWall2D_GetHashSet_m94B5FA26E7721EAB9203BBC9F45367F1C10B9E07(__this, L_6, L_7, NULL);
|
|
// foreach (var door90Pos in door2DPositions90)
|
|
NullCheck(L_8);
|
|
Enumerator_t2014470E422F92BDF2E12368BBB52F968E3DA2CE L_9;
|
|
L_9 = HashSet_1_GetEnumerator_m19EB2056F3B65AFF2E826424C671E7A5371DAFE5(L_8, HashSet_1_GetEnumerator_m19EB2056F3B65AFF2E826424C671E7A5371DAFE5_RuntimeMethod_var);
|
|
V_2 = L_9;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_0049:
|
|
{// begin finally (depth: 1)
|
|
Enumerator_Dispose_m7024952A8A06A2B2FD6A41027C224F14EFB9C2B0((&V_2), Enumerator_Dispose_m7024952A8A06A2B2FD6A41027C224F14EFB9C2B0_RuntimeMethod_var);
|
|
return;
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
{
|
|
goto IL_003e_1;
|
|
}
|
|
|
|
IL_002e_1:
|
|
{
|
|
// foreach (var door90Pos in door2DPositions90)
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_10;
|
|
L_10 = Enumerator_get_Current_m5ECE4F4C0175BE8CF79895D245B30D2BEB4EAAF0_inline((&V_2), Enumerator_get_Current_m5ECE4F4C0175BE8CF79895D245B30D2BEB4EAAF0_RuntimeMethod_var);
|
|
V_3 = L_10;
|
|
// door2DPositions.Add(door90Pos);
|
|
HashSet_1_tA1EF3184AD46B7255ABC462FA85BEA5168966215* L_11 = V_1;
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_12 = V_3;
|
|
NullCheck(L_11);
|
|
bool L_13;
|
|
L_13 = HashSet_1_Add_m3CEC6A8ED133CA7EF3C957EA7C946E401291F79C(L_11, L_12, HashSet_1_Add_m3CEC6A8ED133CA7EF3C957EA7C946E401291F79C_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_003e_1:
|
|
{
|
|
// foreach (var door90Pos in door2DPositions90)
|
|
bool L_14;
|
|
L_14 = Enumerator_MoveNext_mA125E128FD7E5C44FBBE377D1E91C64612726552((&V_2), Enumerator_MoveNext_mA125E128FD7E5C44FBBE377D1E91C64612726552_RuntimeMethod_var);
|
|
if (L_14)
|
|
{
|
|
goto IL_002e_1;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0057;
|
|
}
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_0057:
|
|
{
|
|
// if (occupied.ContainsKey(GridDungeonMarkerNames.Door2D))
|
|
Dictionary_2_t280F5352954FEFD23A66FD58FCF640789C686B5B* L_15 = ___2_occupied;
|
|
il2cpp_codegen_runtime_class_init_inline(GridDungeonMarkerNames_tC17AF5D30BC911B0C9537F392DC7B6007DEC93D8_il2cpp_TypeInfo_var);
|
|
String_t* L_16 = ((GridDungeonMarkerNames_tC17AF5D30BC911B0C9537F392DC7B6007DEC93D8_StaticFields*)il2cpp_codegen_static_fields_for(GridDungeonMarkerNames_tC17AF5D30BC911B0C9537F392DC7B6007DEC93D8_il2cpp_TypeInfo_var))->___Door2D_3;
|
|
NullCheck(L_15);
|
|
bool L_17;
|
|
L_17 = Dictionary_2_ContainsKey_m858F7F90339FC79355CA98D14FF61C9BE7C84C57(L_15, L_16, Dictionary_2_ContainsKey_m858F7F90339FC79355CA98D14FF61C9BE7C84C57_RuntimeMethod_var);
|
|
if (!L_17)
|
|
{
|
|
goto IL_0072;
|
|
}
|
|
}
|
|
{
|
|
// door2DPositions = occupied[GridDungeonMarkerNames.Door2D];
|
|
Dictionary_2_t280F5352954FEFD23A66FD58FCF640789C686B5B* L_18 = ___2_occupied;
|
|
il2cpp_codegen_runtime_class_init_inline(GridDungeonMarkerNames_tC17AF5D30BC911B0C9537F392DC7B6007DEC93D8_il2cpp_TypeInfo_var);
|
|
String_t* L_19 = ((GridDungeonMarkerNames_tC17AF5D30BC911B0C9537F392DC7B6007DEC93D8_StaticFields*)il2cpp_codegen_static_fields_for(GridDungeonMarkerNames_tC17AF5D30BC911B0C9537F392DC7B6007DEC93D8_il2cpp_TypeInfo_var))->___Door2D_3;
|
|
NullCheck(L_18);
|
|
HashSet_1_tA1EF3184AD46B7255ABC462FA85BEA5168966215* L_20;
|
|
L_20 = Dictionary_2_get_Item_m4C47332495DCF89778A760AB7D8D72BBFE1B6491(L_18, L_19, Dictionary_2_get_Item_m4C47332495DCF89778A760AB7D8D72BBFE1B6491_RuntimeMethod_var);
|
|
V_1 = L_20;
|
|
goto IL_0078;
|
|
}
|
|
|
|
IL_0072:
|
|
{
|
|
// door2DPositions = new HashSet<IntVector>();
|
|
HashSet_1_tA1EF3184AD46B7255ABC462FA85BEA5168966215* L_21 = (HashSet_1_tA1EF3184AD46B7255ABC462FA85BEA5168966215*)il2cpp_codegen_object_new(HashSet_1_tA1EF3184AD46B7255ABC462FA85BEA5168966215_il2cpp_TypeInfo_var);
|
|
NullCheck(L_21);
|
|
HashSet_1__ctor_m606D72FA17DC5FB76BFFBA90AE31EF85BE643D0A(L_21, HashSet_1__ctor_m606D72FA17DC5FB76BFFBA90AE31EF85BE643D0A_RuntimeMethod_var);
|
|
V_1 = L_21;
|
|
}
|
|
|
|
IL_0078:
|
|
{
|
|
// foreach (var marker in gridMarkers)
|
|
LevelMarkerList_t7F6AC91D47A569068C1D028934596FF16F3721A4* L_22 = ___1_gridMarkers;
|
|
NullCheck(L_22);
|
|
RuntimeObject* L_23;
|
|
L_23 = LevelMarkerList_GetEnumerator_m68262F857EAD49059EC5789DBDD7DA0EEC770A97(L_22, NULL);
|
|
V_4 = L_23;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_0225:
|
|
{// begin finally (depth: 1)
|
|
{
|
|
RuntimeObject* L_24 = V_4;
|
|
if (!L_24)
|
|
{
|
|
goto IL_0230;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_25 = V_4;
|
|
NullCheck(L_25);
|
|
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_25);
|
|
}
|
|
|
|
IL_0230:
|
|
{
|
|
return;
|
|
}
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
{
|
|
goto IL_0217_1;
|
|
}
|
|
|
|
IL_0085_1:
|
|
{
|
|
// foreach (var marker in gridMarkers)
|
|
RuntimeObject* L_26 = V_4;
|
|
NullCheck(L_26);
|
|
PropSocket_tDBD788EE4878B0FEF7F3848CD0882C4A2A735394* L_27;
|
|
L_27 = InterfaceFuncInvoker0< PropSocket_tDBD788EE4878B0FEF7F3848CD0882C4A2A735394* >::Invoke(0 /* T System.Collections.Generic.IEnumerator`1<DungeonArchitect.PropSocket>::get_Current() */, IEnumerator_1_t844FE973E8C3E7E004050D607560E134C7C3C2F1_il2cpp_TypeInfo_var, L_26);
|
|
V_5 = L_27;
|
|
// if (marker.SocketType == GridDungeonMarkerNames.Ground)
|
|
PropSocket_tDBD788EE4878B0FEF7F3848CD0882C4A2A735394* L_28 = V_5;
|
|
NullCheck(L_28);
|
|
String_t* L_29 = L_28->___SocketType_1;
|
|
il2cpp_codegen_runtime_class_init_inline(GridDungeonMarkerNames_tC17AF5D30BC911B0C9537F392DC7B6007DEC93D8_il2cpp_TypeInfo_var);
|
|
String_t* L_30 = ((GridDungeonMarkerNames_tC17AF5D30BC911B0C9537F392DC7B6007DEC93D8_StaticFields*)il2cpp_codegen_static_fields_for(GridDungeonMarkerNames_tC17AF5D30BC911B0C9537F392DC7B6007DEC93D8_il2cpp_TypeInfo_var))->___Ground_8;
|
|
bool L_31;
|
|
L_31 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_29, L_30, NULL);
|
|
if (!L_31)
|
|
{
|
|
goto IL_0217_1;
|
|
}
|
|
}
|
|
{
|
|
// if (wallPushType == WallPushType.WallsInside)
|
|
int32_t L_32 = __this->___wallPushType_4;
|
|
if ((!(((uint32_t)L_32) == ((uint32_t)1))))
|
|
{
|
|
goto IL_0126_1;
|
|
}
|
|
}
|
|
{
|
|
// var center = marker.gridPosition;
|
|
PropSocket_tDBD788EE4878B0FEF7F3848CD0882C4A2A735394* L_33 = V_5;
|
|
NullCheck(L_33);
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_34 = L_33->___gridPosition_3;
|
|
V_6 = L_34;
|
|
// if (!wall2DPositions.Contains(center))
|
|
HashSet_1_tA1EF3184AD46B7255ABC462FA85BEA5168966215* L_35 = V_0;
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_36 = V_6;
|
|
NullCheck(L_35);
|
|
bool L_37;
|
|
L_37 = HashSet_1_Contains_m912E38AD34AEBA45CCD4C1D112E289133DFC1678(L_35, L_36, HashSet_1_Contains_m912E38AD34AEBA45CCD4C1D112E289133DFC1678_RuntimeMethod_var);
|
|
if (L_37)
|
|
{
|
|
goto IL_0217_1;
|
|
}
|
|
}
|
|
{
|
|
// insertCorner = HasValidCornerNeighbors(wall2DPositions, door2DPositions, center, -1, 0, 0, 1) ||
|
|
// HasValidCornerNeighbors(wall2DPositions, door2DPositions, center, 0, 1, 1, 0) ||
|
|
// HasValidCornerNeighbors(wall2DPositions, door2DPositions, center, 1, 0, 0, -1) ||
|
|
// HasValidCornerNeighbors(wall2DPositions, door2DPositions, center, 0, -1, -1, 0);
|
|
HashSet_1_tA1EF3184AD46B7255ABC462FA85BEA5168966215* L_38 = V_0;
|
|
HashSet_1_tA1EF3184AD46B7255ABC462FA85BEA5168966215* L_39 = V_1;
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_40 = V_6;
|
|
bool L_41;
|
|
L_41 = MarkerEmitterGridWall2D_HasValidCornerNeighbors_m8FC512264A3E09910A5D4328C5A62BBB77C3AC44(__this, L_38, L_39, L_40, (-1), 0, 0, 1, NULL);
|
|
if (L_41)
|
|
{
|
|
goto IL_0103_1;
|
|
}
|
|
}
|
|
{
|
|
HashSet_1_tA1EF3184AD46B7255ABC462FA85BEA5168966215* L_42 = V_0;
|
|
HashSet_1_tA1EF3184AD46B7255ABC462FA85BEA5168966215* L_43 = V_1;
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_44 = V_6;
|
|
bool L_45;
|
|
L_45 = MarkerEmitterGridWall2D_HasValidCornerNeighbors_m8FC512264A3E09910A5D4328C5A62BBB77C3AC44(__this, L_42, L_43, L_44, 0, 1, 1, 0, NULL);
|
|
if (L_45)
|
|
{
|
|
goto IL_0103_1;
|
|
}
|
|
}
|
|
{
|
|
HashSet_1_tA1EF3184AD46B7255ABC462FA85BEA5168966215* L_46 = V_0;
|
|
HashSet_1_tA1EF3184AD46B7255ABC462FA85BEA5168966215* L_47 = V_1;
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_48 = V_6;
|
|
bool L_49;
|
|
L_49 = MarkerEmitterGridWall2D_HasValidCornerNeighbors_m8FC512264A3E09910A5D4328C5A62BBB77C3AC44(__this, L_46, L_47, L_48, 1, 0, 0, (-1), NULL);
|
|
if (L_49)
|
|
{
|
|
goto IL_0103_1;
|
|
}
|
|
}
|
|
{
|
|
HashSet_1_tA1EF3184AD46B7255ABC462FA85BEA5168966215* L_50 = V_0;
|
|
HashSet_1_tA1EF3184AD46B7255ABC462FA85BEA5168966215* L_51 = V_1;
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_52 = V_6;
|
|
bool L_53;
|
|
L_53 = MarkerEmitterGridWall2D_HasValidCornerNeighbors_m8FC512264A3E09910A5D4328C5A62BBB77C3AC44(__this, L_50, L_51, L_52, 0, (-1), (-1), 0, NULL);
|
|
G_B19_0 = ((int32_t)(L_53));
|
|
goto IL_0104_1;
|
|
}
|
|
|
|
IL_0103_1:
|
|
{
|
|
G_B19_0 = 1;
|
|
}
|
|
|
|
IL_0104_1:
|
|
{
|
|
// if (insertCorner)
|
|
if (!G_B19_0)
|
|
{
|
|
goto IL_0217_1;
|
|
}
|
|
}
|
|
{
|
|
// InsertCornerMarker(marker.cellId, marker.gridPosition, gridSize, wall2DMarkers, occupied);
|
|
PropSocket_tDBD788EE4878B0FEF7F3848CD0882C4A2A735394* L_54 = V_5;
|
|
NullCheck(L_54);
|
|
int32_t L_55 = L_54->___cellId_4;
|
|
PropSocket_tDBD788EE4878B0FEF7F3848CD0882C4A2A735394* L_56 = V_5;
|
|
NullCheck(L_56);
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_57 = L_56->___gridPosition_3;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_58 = ___3_gridSize;
|
|
List_1_t58925A78A274F84D9E284F6F1D514B62092908B6* L_59 = ___0_wall2DMarkers;
|
|
Dictionary_2_t280F5352954FEFD23A66FD58FCF640789C686B5B* L_60 = ___2_occupied;
|
|
MarkerEmitterGridWall2D_InsertCornerMarker_mF043782504BFEC1A7EF8FA6E12650F668F77EC36(__this, L_55, L_57, L_58, L_59, L_60, NULL);
|
|
goto IL_0217_1;
|
|
}
|
|
|
|
IL_0126_1:
|
|
{
|
|
// else if (wallPushType == WallPushType.WallsOutside)
|
|
int32_t L_61 = __this->___wallPushType_4;
|
|
if (L_61)
|
|
{
|
|
goto IL_0217_1;
|
|
}
|
|
}
|
|
{
|
|
// var center = marker.gridPosition;
|
|
PropSocket_tDBD788EE4878B0FEF7F3848CD0882C4A2A735394* L_62 = V_5;
|
|
NullCheck(L_62);
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_63 = L_62->___gridPosition_3;
|
|
V_7 = L_63;
|
|
// if (!wall2DPositions.Contains(center))
|
|
HashSet_1_tA1EF3184AD46B7255ABC462FA85BEA5168966215* L_64 = V_0;
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_65 = V_7;
|
|
NullCheck(L_64);
|
|
bool L_66;
|
|
L_66 = HashSet_1_Contains_m912E38AD34AEBA45CCD4C1D112E289133DFC1678(L_64, L_65, HashSet_1_Contains_m912E38AD34AEBA45CCD4C1D112E289133DFC1678_RuntimeMethod_var);
|
|
if (L_66)
|
|
{
|
|
goto IL_0217_1;
|
|
}
|
|
}
|
|
{
|
|
// if (HasValidCornerNeighbors(wall2DPositions, door2DPositions, center, -1, 0, 0, 1))
|
|
HashSet_1_tA1EF3184AD46B7255ABC462FA85BEA5168966215* L_67 = V_0;
|
|
HashSet_1_tA1EF3184AD46B7255ABC462FA85BEA5168966215* L_68 = V_1;
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_69 = V_7;
|
|
bool L_70;
|
|
L_70 = MarkerEmitterGridWall2D_HasValidCornerNeighbors_m8FC512264A3E09910A5D4328C5A62BBB77C3AC44(__this, L_67, L_68, L_69, (-1), 0, 0, 1, NULL);
|
|
if (!L_70)
|
|
{
|
|
goto IL_017b_1;
|
|
}
|
|
}
|
|
{
|
|
// var corner = center + new IntVector(-1, 0, 1);
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_71 = V_7;
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_72;
|
|
memset((&L_72), 0, sizeof(L_72));
|
|
IntVector__ctor_mA5653A9122DC5F76C09064F96D45BD4A1255EE34((&L_72), (-1), 0, 1, /*hidden argument*/NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C_il2cpp_TypeInfo_var);
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_73;
|
|
L_73 = IntVector_op_Addition_mDD66816374D94E99E89A052A5A1B6C78249273B6(L_71, L_72, NULL);
|
|
V_8 = L_73;
|
|
// InsertCornerMarker(marker.cellId, corner, gridSize, wall2DMarkers, occupied);
|
|
PropSocket_tDBD788EE4878B0FEF7F3848CD0882C4A2A735394* L_74 = V_5;
|
|
NullCheck(L_74);
|
|
int32_t L_75 = L_74->___cellId_4;
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_76 = V_8;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_77 = ___3_gridSize;
|
|
List_1_t58925A78A274F84D9E284F6F1D514B62092908B6* L_78 = ___0_wall2DMarkers;
|
|
Dictionary_2_t280F5352954FEFD23A66FD58FCF640789C686B5B* L_79 = ___2_occupied;
|
|
MarkerEmitterGridWall2D_InsertCornerMarker_mF043782504BFEC1A7EF8FA6E12650F668F77EC36(__this, L_75, L_76, L_77, L_78, L_79, NULL);
|
|
}
|
|
|
|
IL_017b_1:
|
|
{
|
|
// if (HasValidCornerNeighbors(wall2DPositions, door2DPositions, center, 0, 1, 1, 0))
|
|
HashSet_1_tA1EF3184AD46B7255ABC462FA85BEA5168966215* L_80 = V_0;
|
|
HashSet_1_tA1EF3184AD46B7255ABC462FA85BEA5168966215* L_81 = V_1;
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_82 = V_7;
|
|
bool L_83;
|
|
L_83 = MarkerEmitterGridWall2D_HasValidCornerNeighbors_m8FC512264A3E09910A5D4328C5A62BBB77C3AC44(__this, L_80, L_81, L_82, 0, 1, 1, 0, NULL);
|
|
if (!L_83)
|
|
{
|
|
goto IL_01af_1;
|
|
}
|
|
}
|
|
{
|
|
// var corner = center + new IntVector(1, 0, 1);
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_84 = V_7;
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_85;
|
|
memset((&L_85), 0, sizeof(L_85));
|
|
IntVector__ctor_mA5653A9122DC5F76C09064F96D45BD4A1255EE34((&L_85), 1, 0, 1, /*hidden argument*/NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C_il2cpp_TypeInfo_var);
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_86;
|
|
L_86 = IntVector_op_Addition_mDD66816374D94E99E89A052A5A1B6C78249273B6(L_84, L_85, NULL);
|
|
V_9 = L_86;
|
|
// InsertCornerMarker(marker.cellId, corner, gridSize, wall2DMarkers, occupied);
|
|
PropSocket_tDBD788EE4878B0FEF7F3848CD0882C4A2A735394* L_87 = V_5;
|
|
NullCheck(L_87);
|
|
int32_t L_88 = L_87->___cellId_4;
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_89 = V_9;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_90 = ___3_gridSize;
|
|
List_1_t58925A78A274F84D9E284F6F1D514B62092908B6* L_91 = ___0_wall2DMarkers;
|
|
Dictionary_2_t280F5352954FEFD23A66FD58FCF640789C686B5B* L_92 = ___2_occupied;
|
|
MarkerEmitterGridWall2D_InsertCornerMarker_mF043782504BFEC1A7EF8FA6E12650F668F77EC36(__this, L_88, L_89, L_90, L_91, L_92, NULL);
|
|
}
|
|
|
|
IL_01af_1:
|
|
{
|
|
// if (HasValidCornerNeighbors(wall2DPositions, door2DPositions, center, 1, 0, 0, -1))
|
|
HashSet_1_tA1EF3184AD46B7255ABC462FA85BEA5168966215* L_93 = V_0;
|
|
HashSet_1_tA1EF3184AD46B7255ABC462FA85BEA5168966215* L_94 = V_1;
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_95 = V_7;
|
|
bool L_96;
|
|
L_96 = MarkerEmitterGridWall2D_HasValidCornerNeighbors_m8FC512264A3E09910A5D4328C5A62BBB77C3AC44(__this, L_93, L_94, L_95, 1, 0, 0, (-1), NULL);
|
|
if (!L_96)
|
|
{
|
|
goto IL_01e3_1;
|
|
}
|
|
}
|
|
{
|
|
// var corner = center + new IntVector(1, 0, -1);
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_97 = V_7;
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_98;
|
|
memset((&L_98), 0, sizeof(L_98));
|
|
IntVector__ctor_mA5653A9122DC5F76C09064F96D45BD4A1255EE34((&L_98), 1, 0, (-1), /*hidden argument*/NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C_il2cpp_TypeInfo_var);
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_99;
|
|
L_99 = IntVector_op_Addition_mDD66816374D94E99E89A052A5A1B6C78249273B6(L_97, L_98, NULL);
|
|
V_10 = L_99;
|
|
// InsertCornerMarker(marker.cellId, corner, gridSize, wall2DMarkers, occupied);
|
|
PropSocket_tDBD788EE4878B0FEF7F3848CD0882C4A2A735394* L_100 = V_5;
|
|
NullCheck(L_100);
|
|
int32_t L_101 = L_100->___cellId_4;
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_102 = V_10;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_103 = ___3_gridSize;
|
|
List_1_t58925A78A274F84D9E284F6F1D514B62092908B6* L_104 = ___0_wall2DMarkers;
|
|
Dictionary_2_t280F5352954FEFD23A66FD58FCF640789C686B5B* L_105 = ___2_occupied;
|
|
MarkerEmitterGridWall2D_InsertCornerMarker_mF043782504BFEC1A7EF8FA6E12650F668F77EC36(__this, L_101, L_102, L_103, L_104, L_105, NULL);
|
|
}
|
|
|
|
IL_01e3_1:
|
|
{
|
|
// if (HasValidCornerNeighbors(wall2DPositions, door2DPositions, center, 0, -1, -1, 0))
|
|
HashSet_1_tA1EF3184AD46B7255ABC462FA85BEA5168966215* L_106 = V_0;
|
|
HashSet_1_tA1EF3184AD46B7255ABC462FA85BEA5168966215* L_107 = V_1;
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_108 = V_7;
|
|
bool L_109;
|
|
L_109 = MarkerEmitterGridWall2D_HasValidCornerNeighbors_m8FC512264A3E09910A5D4328C5A62BBB77C3AC44(__this, L_106, L_107, L_108, 0, (-1), (-1), 0, NULL);
|
|
if (!L_109)
|
|
{
|
|
goto IL_0217_1;
|
|
}
|
|
}
|
|
{
|
|
// var corner = center + new IntVector(-1, 0, -1);
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_110 = V_7;
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_111;
|
|
memset((&L_111), 0, sizeof(L_111));
|
|
IntVector__ctor_mA5653A9122DC5F76C09064F96D45BD4A1255EE34((&L_111), (-1), 0, (-1), /*hidden argument*/NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C_il2cpp_TypeInfo_var);
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_112;
|
|
L_112 = IntVector_op_Addition_mDD66816374D94E99E89A052A5A1B6C78249273B6(L_110, L_111, NULL);
|
|
V_11 = L_112;
|
|
// InsertCornerMarker(marker.cellId, corner, gridSize, wall2DMarkers, occupied);
|
|
PropSocket_tDBD788EE4878B0FEF7F3848CD0882C4A2A735394* L_113 = V_5;
|
|
NullCheck(L_113);
|
|
int32_t L_114 = L_113->___cellId_4;
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_115 = V_11;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_116 = ___3_gridSize;
|
|
List_1_t58925A78A274F84D9E284F6F1D514B62092908B6* L_117 = ___0_wall2DMarkers;
|
|
Dictionary_2_t280F5352954FEFD23A66FD58FCF640789C686B5B* L_118 = ___2_occupied;
|
|
MarkerEmitterGridWall2D_InsertCornerMarker_mF043782504BFEC1A7EF8FA6E12650F668F77EC36(__this, L_114, L_115, L_116, L_117, L_118, NULL);
|
|
}
|
|
|
|
IL_0217_1:
|
|
{
|
|
// foreach (var marker in gridMarkers)
|
|
RuntimeObject* L_119 = V_4;
|
|
NullCheck(L_119);
|
|
bool L_120;
|
|
L_120 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_119);
|
|
if (L_120)
|
|
{
|
|
goto IL_0085_1;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0231;
|
|
}
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_0231:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void DungeonArchitect.Builders.Grid.MarkerEmitterGridWall2D::InsertCornerMarker(System.Int32,DungeonArchitect.IntVector,UnityEngine.Vector3,System.Collections.Generic.List`1<DungeonArchitect.Builders.Grid.MarkerEmitterGridWall2D/Wall2DMarkerInfo>,System.Collections.Generic.Dictionary`2<System.String,System.Collections.Generic.HashSet`1<DungeonArchitect.IntVector>>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MarkerEmitterGridWall2D_InsertCornerMarker_mF043782504BFEC1A7EF8FA6E12650F668F77EC36 (MarkerEmitterGridWall2D_t00EBC579D3DED3FA7088656D6F2B891D73C15690* __this, int32_t ___0_cellId, IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C ___1_gridPosition, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___2_gridSize, List_1_t58925A78A274F84D9E284F6F1D514B62092908B6* ___3_wall2DMarkers, Dictionary_2_t280F5352954FEFD23A66FD58FCF640789C686B5B* ___4_occupied, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GridDungeonMarkerNames_tC17AF5D30BC911B0C9537F392DC7B6007DEC93D8_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Wall2DMarkerInfo_t96E4C77D6D330E380EC7360D449681CAC8B287CD_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Wall2DMarkerInfo_t96E4C77D6D330E380EC7360D449681CAC8B287CD* V_0 = NULL;
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
{
|
|
// var markerInfo = new Wall2DMarkerInfo();
|
|
Wall2DMarkerInfo_t96E4C77D6D330E380EC7360D449681CAC8B287CD* L_0 = (Wall2DMarkerInfo_t96E4C77D6D330E380EC7360D449681CAC8B287CD*)il2cpp_codegen_object_new(Wall2DMarkerInfo_t96E4C77D6D330E380EC7360D449681CAC8B287CD_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
Wall2DMarkerInfo__ctor_mFAE1A613ECAF4A83BCDB76FC9BCE17DD92D20CE2(L_0, NULL);
|
|
V_0 = L_0;
|
|
// markerInfo.markerName = GridDungeonMarkerNames.Wall2D;
|
|
Wall2DMarkerInfo_t96E4C77D6D330E380EC7360D449681CAC8B287CD* L_1 = V_0;
|
|
il2cpp_codegen_runtime_class_init_inline(GridDungeonMarkerNames_tC17AF5D30BC911B0C9537F392DC7B6007DEC93D8_il2cpp_TypeInfo_var);
|
|
String_t* L_2 = ((GridDungeonMarkerNames_tC17AF5D30BC911B0C9537F392DC7B6007DEC93D8_StaticFields*)il2cpp_codegen_static_fields_for(GridDungeonMarkerNames_tC17AF5D30BC911B0C9537F392DC7B6007DEC93D8_il2cpp_TypeInfo_var))->___Wall2D_6;
|
|
NullCheck(L_1);
|
|
L_1->___markerName_0 = L_2;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_1->___markerName_0), (void*)L_2);
|
|
// markerInfo.cellId = cellId;
|
|
Wall2DMarkerInfo_t96E4C77D6D330E380EC7360D449681CAC8B287CD* L_3 = V_0;
|
|
int32_t L_4 = ___0_cellId;
|
|
NullCheck(L_3);
|
|
L_3->___cellId_3 = L_4;
|
|
// markerInfo.gridPosition = gridPosition;
|
|
Wall2DMarkerInfo_t96E4C77D6D330E380EC7360D449681CAC8B287CD* L_5 = V_0;
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_6 = ___1_gridPosition;
|
|
NullCheck(L_5);
|
|
L_5->___gridPosition_2 = L_6;
|
|
// var position = gridPosition * gridSize + (gridSize / 2.0f);
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_7 = ___1_gridPosition;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_8 = ___2_gridSize;
|
|
il2cpp_codegen_runtime_class_init_inline(IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C_il2cpp_TypeInfo_var);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_9;
|
|
L_9 = IntVector_op_Multiply_m3233E2C98AC1950B36883D28B04FF0B7C1E43AA3(L_7, L_8, NULL);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_10 = ___2_gridSize;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_11;
|
|
L_11 = Vector3_op_Division_mCC6BB24E372AB96B8380D1678446EF6A8BAE13BB_inline(L_10, (2.0f), NULL);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_12;
|
|
L_12 = Vector3_op_Addition_m78C0EC70CB66E8DCAC225743D82B268DAEE92067_inline(L_9, L_11, NULL);
|
|
// var transform = Matrix4x4.TRS(position, Quaternion.identity, Vector3.one);
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_13;
|
|
L_13 = Quaternion_get_identity_m7E701AE095ED10FD5EA0B50ABCFDE2EEFF2173A5_inline(NULL);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_14;
|
|
L_14 = Vector3_get_one_mC9B289F1E15C42C597180C9FE6FB492495B51D02_inline(NULL);
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_15;
|
|
L_15 = Matrix4x4_TRS_mCC04FD47347234B451ACC6CCD2CE6D02E1E0E1E3(L_12, L_13, L_14, NULL);
|
|
V_1 = L_15;
|
|
// markerInfo.transform = transform;
|
|
Wall2DMarkerInfo_t96E4C77D6D330E380EC7360D449681CAC8B287CD* L_16 = V_0;
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_17 = V_1;
|
|
NullCheck(L_16);
|
|
L_16->___transform_1 = L_17;
|
|
// RegisterMarker(markerInfo, wall2DMarkers, occupied);
|
|
Wall2DMarkerInfo_t96E4C77D6D330E380EC7360D449681CAC8B287CD* L_18 = V_0;
|
|
List_1_t58925A78A274F84D9E284F6F1D514B62092908B6* L_19 = ___3_wall2DMarkers;
|
|
Dictionary_2_t280F5352954FEFD23A66FD58FCF640789C686B5B* L_20 = ___4_occupied;
|
|
MarkerEmitterGridWall2D_RegisterMarker_mB84F1611B29ACC4169426508CECC0F7CB763B9BA(__this, L_18, L_19, L_20, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean DungeonArchitect.Builders.Grid.MarkerEmitterGridWall2D::ContainsWall2D(System.Collections.Generic.HashSet`1<DungeonArchitect.IntVector>,System.Collections.Generic.HashSet`1<DungeonArchitect.IntVector>,DungeonArchitect.IntVector)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MarkerEmitterGridWall2D_ContainsWall2D_m64621D5A9470BBEFD92ED2AC957416E555124FC8 (MarkerEmitterGridWall2D_t00EBC579D3DED3FA7088656D6F2B891D73C15690* __this, HashSet_1_tA1EF3184AD46B7255ABC462FA85BEA5168966215* ___0_walls, HashSet_1_tA1EF3184AD46B7255ABC462FA85BEA5168966215* ___1_doors, IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C ___2_position, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_Contains_m912E38AD34AEBA45CCD4C1D112E289133DFC1678_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return walls.Contains(position) || doors.Contains(position);
|
|
HashSet_1_tA1EF3184AD46B7255ABC462FA85BEA5168966215* L_0 = ___0_walls;
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_1 = ___2_position;
|
|
NullCheck(L_0);
|
|
bool L_2;
|
|
L_2 = HashSet_1_Contains_m912E38AD34AEBA45CCD4C1D112E289133DFC1678(L_0, L_1, HashSet_1_Contains_m912E38AD34AEBA45CCD4C1D112E289133DFC1678_RuntimeMethod_var);
|
|
if (L_2)
|
|
{
|
|
goto IL_0011;
|
|
}
|
|
}
|
|
{
|
|
HashSet_1_tA1EF3184AD46B7255ABC462FA85BEA5168966215* L_3 = ___1_doors;
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_4 = ___2_position;
|
|
NullCheck(L_3);
|
|
bool L_5;
|
|
L_5 = HashSet_1_Contains_m912E38AD34AEBA45CCD4C1D112E289133DFC1678(L_3, L_4, HashSet_1_Contains_m912E38AD34AEBA45CCD4C1D112E289133DFC1678_RuntimeMethod_var);
|
|
return L_5;
|
|
}
|
|
|
|
IL_0011:
|
|
{
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// System.Boolean DungeonArchitect.Builders.Grid.MarkerEmitterGridWall2D::HasValidCornerNeighbors(System.Collections.Generic.HashSet`1<DungeonArchitect.IntVector>,System.Collections.Generic.HashSet`1<DungeonArchitect.IntVector>,DungeonArchitect.IntVector,System.Int32,System.Int32,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MarkerEmitterGridWall2D_HasValidCornerNeighbors_m8FC512264A3E09910A5D4328C5A62BBB77C3AC44 (MarkerEmitterGridWall2D_t00EBC579D3DED3FA7088656D6F2B891D73C15690* __this, HashSet_1_tA1EF3184AD46B7255ABC462FA85BEA5168966215* ___0_walls, HashSet_1_tA1EF3184AD46B7255ABC462FA85BEA5168966215* ___1_doors, IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C ___2_center, int32_t ___3_dx1, int32_t ___4_dz1, int32_t ___5_dx2, int32_t ___6_dz2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C V_3;
|
|
memset((&V_3), 0, sizeof(V_3));
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C V_4;
|
|
memset((&V_4), 0, sizeof(V_4));
|
|
{
|
|
// var d1 = new IntVector(dx1, 0, dz1);
|
|
int32_t L_0 = ___3_dx1;
|
|
int32_t L_1 = ___4_dz1;
|
|
IntVector__ctor_mA5653A9122DC5F76C09064F96D45BD4A1255EE34((&V_0), L_0, 0, L_1, NULL);
|
|
// var d2 = new IntVector(dx2, 0, dz2);
|
|
int32_t L_2 = ___5_dx2;
|
|
int32_t L_3 = ___6_dz2;
|
|
IntVector__ctor_mA5653A9122DC5F76C09064F96D45BD4A1255EE34((&V_1), L_2, 0, L_3, NULL);
|
|
// var pos1 = center + d1;
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_4 = ___2_center;
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_5 = V_0;
|
|
il2cpp_codegen_runtime_class_init_inline(IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C_il2cpp_TypeInfo_var);
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_6;
|
|
L_6 = IntVector_op_Addition_mDD66816374D94E99E89A052A5A1B6C78249273B6(L_4, L_5, NULL);
|
|
V_2 = L_6;
|
|
// var pos2 = center + d2;
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_7 = ___2_center;
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_8 = V_1;
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_9;
|
|
L_9 = IntVector_op_Addition_mDD66816374D94E99E89A052A5A1B6C78249273B6(L_7, L_8, NULL);
|
|
V_3 = L_9;
|
|
// var pos12 = center + d1 + d2;
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_10 = ___2_center;
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_11 = V_0;
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_12;
|
|
L_12 = IntVector_op_Addition_mDD66816374D94E99E89A052A5A1B6C78249273B6(L_10, L_11, NULL);
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_13 = V_1;
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_14;
|
|
L_14 = IntVector_op_Addition_mDD66816374D94E99E89A052A5A1B6C78249273B6(L_12, L_13, NULL);
|
|
V_4 = L_14;
|
|
// return ContainsWall2D(walls, doors, pos1) && ContainsWall2D(walls, doors, pos2) && !ContainsWall2D(walls, doors, pos12);
|
|
HashSet_1_tA1EF3184AD46B7255ABC462FA85BEA5168966215* L_15 = ___0_walls;
|
|
HashSet_1_tA1EF3184AD46B7255ABC462FA85BEA5168966215* L_16 = ___1_doors;
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_17 = V_2;
|
|
bool L_18;
|
|
L_18 = MarkerEmitterGridWall2D_ContainsWall2D_m64621D5A9470BBEFD92ED2AC957416E555124FC8(__this, L_15, L_16, L_17, NULL);
|
|
if (!L_18)
|
|
{
|
|
goto IL_005b;
|
|
}
|
|
}
|
|
{
|
|
HashSet_1_tA1EF3184AD46B7255ABC462FA85BEA5168966215* L_19 = ___0_walls;
|
|
HashSet_1_tA1EF3184AD46B7255ABC462FA85BEA5168966215* L_20 = ___1_doors;
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_21 = V_3;
|
|
bool L_22;
|
|
L_22 = MarkerEmitterGridWall2D_ContainsWall2D_m64621D5A9470BBEFD92ED2AC957416E555124FC8(__this, L_19, L_20, L_21, NULL);
|
|
if (!L_22)
|
|
{
|
|
goto IL_005b;
|
|
}
|
|
}
|
|
{
|
|
HashSet_1_tA1EF3184AD46B7255ABC462FA85BEA5168966215* L_23 = ___0_walls;
|
|
HashSet_1_tA1EF3184AD46B7255ABC462FA85BEA5168966215* L_24 = ___1_doors;
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_25 = V_4;
|
|
bool L_26;
|
|
L_26 = MarkerEmitterGridWall2D_ContainsWall2D_m64621D5A9470BBEFD92ED2AC957416E555124FC8(__this, L_23, L_24, L_25, NULL);
|
|
return (bool)((((int32_t)L_26) == ((int32_t)0))? 1 : 0);
|
|
}
|
|
|
|
IL_005b:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Void DungeonArchitect.Builders.Grid.MarkerEmitterGridWall2D::RegisterMarker(DungeonArchitect.Builders.Grid.MarkerEmitterGridWall2D/Wall2DMarkerInfo,System.Collections.Generic.List`1<DungeonArchitect.Builders.Grid.MarkerEmitterGridWall2D/Wall2DMarkerInfo>,System.Collections.Generic.Dictionary`2<System.String,System.Collections.Generic.HashSet`1<DungeonArchitect.IntVector>>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MarkerEmitterGridWall2D_RegisterMarker_mB84F1611B29ACC4169426508CECC0F7CB763B9BA (MarkerEmitterGridWall2D_t00EBC579D3DED3FA7088656D6F2B891D73C15690* __this, Wall2DMarkerInfo_t96E4C77D6D330E380EC7360D449681CAC8B287CD* ___0_markerInfo, List_1_t58925A78A274F84D9E284F6F1D514B62092908B6* ___1_markerList, Dictionary_2_t280F5352954FEFD23A66FD58FCF640789C686B5B* ___2_occupied, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Add_m76D43B8A2560203356DB2D8917D4B7EA08292E84_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_ContainsKey_m858F7F90339FC79355CA98D14FF61C9BE7C84C57_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_get_Item_m4C47332495DCF89778A760AB7D8D72BBFE1B6491_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_Add_m3CEC6A8ED133CA7EF3C957EA7C946E401291F79C_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_Contains_m912E38AD34AEBA45CCD4C1D112E289133DFC1678_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1__ctor_m606D72FA17DC5FB76BFFBA90AE31EF85BE643D0A_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_tA1EF3184AD46B7255ABC462FA85BEA5168966215_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m717E39955894B7C971A660AC986DE10DCA856EA9_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (!occupied.ContainsKey(markerInfo.markerName))
|
|
Dictionary_2_t280F5352954FEFD23A66FD58FCF640789C686B5B* L_0 = ___2_occupied;
|
|
Wall2DMarkerInfo_t96E4C77D6D330E380EC7360D449681CAC8B287CD* L_1 = ___0_markerInfo;
|
|
NullCheck(L_1);
|
|
String_t* L_2 = L_1->___markerName_0;
|
|
NullCheck(L_0);
|
|
bool L_3;
|
|
L_3 = Dictionary_2_ContainsKey_m858F7F90339FC79355CA98D14FF61C9BE7C84C57(L_0, L_2, Dictionary_2_ContainsKey_m858F7F90339FC79355CA98D14FF61C9BE7C84C57_RuntimeMethod_var);
|
|
if (L_3)
|
|
{
|
|
goto IL_001f;
|
|
}
|
|
}
|
|
{
|
|
// occupied.Add(markerInfo.markerName, new HashSet<IntVector>());
|
|
Dictionary_2_t280F5352954FEFD23A66FD58FCF640789C686B5B* L_4 = ___2_occupied;
|
|
Wall2DMarkerInfo_t96E4C77D6D330E380EC7360D449681CAC8B287CD* L_5 = ___0_markerInfo;
|
|
NullCheck(L_5);
|
|
String_t* L_6 = L_5->___markerName_0;
|
|
HashSet_1_tA1EF3184AD46B7255ABC462FA85BEA5168966215* L_7 = (HashSet_1_tA1EF3184AD46B7255ABC462FA85BEA5168966215*)il2cpp_codegen_object_new(HashSet_1_tA1EF3184AD46B7255ABC462FA85BEA5168966215_il2cpp_TypeInfo_var);
|
|
NullCheck(L_7);
|
|
HashSet_1__ctor_m606D72FA17DC5FB76BFFBA90AE31EF85BE643D0A(L_7, HashSet_1__ctor_m606D72FA17DC5FB76BFFBA90AE31EF85BE643D0A_RuntimeMethod_var);
|
|
NullCheck(L_4);
|
|
Dictionary_2_Add_m76D43B8A2560203356DB2D8917D4B7EA08292E84(L_4, L_6, L_7, Dictionary_2_Add_m76D43B8A2560203356DB2D8917D4B7EA08292E84_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_001f:
|
|
{
|
|
// if (occupied[markerInfo.markerName].Contains(markerInfo.gridPosition))
|
|
Dictionary_2_t280F5352954FEFD23A66FD58FCF640789C686B5B* L_8 = ___2_occupied;
|
|
Wall2DMarkerInfo_t96E4C77D6D330E380EC7360D449681CAC8B287CD* L_9 = ___0_markerInfo;
|
|
NullCheck(L_9);
|
|
String_t* L_10 = L_9->___markerName_0;
|
|
NullCheck(L_8);
|
|
HashSet_1_tA1EF3184AD46B7255ABC462FA85BEA5168966215* L_11;
|
|
L_11 = Dictionary_2_get_Item_m4C47332495DCF89778A760AB7D8D72BBFE1B6491(L_8, L_10, Dictionary_2_get_Item_m4C47332495DCF89778A760AB7D8D72BBFE1B6491_RuntimeMethod_var);
|
|
Wall2DMarkerInfo_t96E4C77D6D330E380EC7360D449681CAC8B287CD* L_12 = ___0_markerInfo;
|
|
NullCheck(L_12);
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_13 = L_12->___gridPosition_2;
|
|
NullCheck(L_11);
|
|
bool L_14;
|
|
L_14 = HashSet_1_Contains_m912E38AD34AEBA45CCD4C1D112E289133DFC1678(L_11, L_13, HashSet_1_Contains_m912E38AD34AEBA45CCD4C1D112E289133DFC1678_RuntimeMethod_var);
|
|
if (!L_14)
|
|
{
|
|
goto IL_0039;
|
|
}
|
|
}
|
|
{
|
|
// return;
|
|
return;
|
|
}
|
|
|
|
IL_0039:
|
|
{
|
|
// occupied[markerInfo.markerName].Add(markerInfo.gridPosition);
|
|
Dictionary_2_t280F5352954FEFD23A66FD58FCF640789C686B5B* L_15 = ___2_occupied;
|
|
Wall2DMarkerInfo_t96E4C77D6D330E380EC7360D449681CAC8B287CD* L_16 = ___0_markerInfo;
|
|
NullCheck(L_16);
|
|
String_t* L_17 = L_16->___markerName_0;
|
|
NullCheck(L_15);
|
|
HashSet_1_tA1EF3184AD46B7255ABC462FA85BEA5168966215* L_18;
|
|
L_18 = Dictionary_2_get_Item_m4C47332495DCF89778A760AB7D8D72BBFE1B6491(L_15, L_17, Dictionary_2_get_Item_m4C47332495DCF89778A760AB7D8D72BBFE1B6491_RuntimeMethod_var);
|
|
Wall2DMarkerInfo_t96E4C77D6D330E380EC7360D449681CAC8B287CD* L_19 = ___0_markerInfo;
|
|
NullCheck(L_19);
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_20 = L_19->___gridPosition_2;
|
|
NullCheck(L_18);
|
|
bool L_21;
|
|
L_21 = HashSet_1_Add_m3CEC6A8ED133CA7EF3C957EA7C946E401291F79C(L_18, L_20, HashSet_1_Add_m3CEC6A8ED133CA7EF3C957EA7C946E401291F79C_RuntimeMethod_var);
|
|
// markerList.Add(markerInfo);
|
|
List_1_t58925A78A274F84D9E284F6F1D514B62092908B6* L_22 = ___1_markerList;
|
|
Wall2DMarkerInfo_t96E4C77D6D330E380EC7360D449681CAC8B287CD* L_23 = ___0_markerInfo;
|
|
NullCheck(L_22);
|
|
List_1_Add_m717E39955894B7C971A660AC986DE10DCA856EA9_inline(L_22, L_23, List_1_Add_m717E39955894B7C971A660AC986DE10DCA856EA9_RuntimeMethod_var);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// DungeonArchitect.Builders.Grid.MarkerEmitterGridWall2D/Wall2DMarkerInfo DungeonArchitect.Builders.Grid.MarkerEmitterGridWall2D::GetMarker2D(DungeonArchitect.PropSocket,System.String,UnityEngine.Vector3)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Wall2DMarkerInfo_t96E4C77D6D330E380EC7360D449681CAC8B287CD* MarkerEmitterGridWall2D_GetMarker2D_m08A2DCDAA192B3876656A768127DC0337BDD6985 (MarkerEmitterGridWall2D_t00EBC579D3DED3FA7088656D6F2B891D73C15690* __this, PropSocket_tDBD788EE4878B0FEF7F3848CD0882C4A2A735394* ___0_prop, String_t* ___1_markerName, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___2_gridSize, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Wall2DMarkerInfo_t96E4C77D6D330E380EC7360D449681CAC8B287CD_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C V_3;
|
|
memset((&V_3), 0, sizeof(V_3));
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_4;
|
|
memset((&V_4), 0, sizeof(V_4));
|
|
{
|
|
// var position = Matrix.GetTranslation(ref prop.Transform);
|
|
PropSocket_tDBD788EE4878B0FEF7F3848CD0882C4A2A735394* L_0 = ___0_prop;
|
|
NullCheck(L_0);
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6* L_1 = (&L_0->___Transform_2);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_2;
|
|
L_2 = Matrix_GetTranslation_mB62810FB3AF7E6E5DF0093725DD51A9E313FC4E6(L_1, NULL);
|
|
// var x = Mathf.FloorToInt(position.x / gridSize.x);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_3 = L_2;
|
|
float L_4 = L_3.___x_2;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_5 = ___2_gridSize;
|
|
float L_6 = L_5.___x_2;
|
|
int32_t L_7;
|
|
L_7 = Mathf_FloorToInt_m2A39AE881CAEE6B6A4B3BFEF9CA1ED40625F5AB7_inline(((float)(L_4/L_6)), NULL);
|
|
V_0 = L_7;
|
|
// var z = Mathf.FloorToInt(position.z / gridSize.z);
|
|
float L_8 = L_3.___z_4;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_9 = ___2_gridSize;
|
|
float L_10 = L_9.___z_4;
|
|
int32_t L_11;
|
|
L_11 = Mathf_FloorToInt_m2A39AE881CAEE6B6A4B3BFEF9CA1ED40625F5AB7_inline(((float)(L_8/L_10)), NULL);
|
|
V_1 = L_11;
|
|
// var rotation = Matrix.GetRotation(ref prop.Transform);
|
|
PropSocket_tDBD788EE4878B0FEF7F3848CD0882C4A2A735394* L_12 = ___0_prop;
|
|
NullCheck(L_12);
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6* L_13 = (&L_12->___Transform_2);
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_14;
|
|
L_14 = Matrix_GetRotation_m9C9279D228DC3622E77F89C3CD9E1C2AE4012ED5(L_13, NULL);
|
|
// var offset = rotation * new Vector3(0, 0, 1);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_15;
|
|
memset((&L_15), 0, sizeof(L_15));
|
|
Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&L_15), (0.0f), (0.0f), (1.0f), /*hidden argument*/NULL);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_16;
|
|
L_16 = Quaternion_op_Multiply_mE1EBA73F9173432B50F8F17CE8190C5A7986FB8C(L_14, L_15, NULL);
|
|
V_2 = L_16;
|
|
// if (wallPushType == WallPushType.WallsInside)
|
|
int32_t L_17 = __this->___wallPushType_4;
|
|
if ((!(((uint32_t)L_17) == ((uint32_t)1))))
|
|
{
|
|
goto IL_0082;
|
|
}
|
|
}
|
|
{
|
|
// if (offset.z > 0.5f) z--;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_18 = V_2;
|
|
float L_19 = L_18.___z_4;
|
|
if ((!(((float)L_19) > ((float)(0.5f)))))
|
|
{
|
|
goto IL_006f;
|
|
}
|
|
}
|
|
{
|
|
// if (offset.z > 0.5f) z--;
|
|
int32_t L_20 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_subtract(L_20, 1));
|
|
}
|
|
|
|
IL_006f:
|
|
{
|
|
// if (offset.x > 0.5f) x--;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_21 = V_2;
|
|
float L_22 = L_21.___x_2;
|
|
if ((!(((float)L_22) > ((float)(0.5f)))))
|
|
{
|
|
goto IL_00ac;
|
|
}
|
|
}
|
|
{
|
|
// if (offset.x > 0.5f) x--;
|
|
int32_t L_23 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_subtract(L_23, 1));
|
|
goto IL_00ac;
|
|
}
|
|
|
|
IL_0082:
|
|
{
|
|
// else if (wallPushType == WallPushType.WallsOutside)
|
|
int32_t L_24 = __this->___wallPushType_4;
|
|
if (L_24)
|
|
{
|
|
goto IL_00ac;
|
|
}
|
|
}
|
|
{
|
|
// if (offset.z < -0.5f) z--;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_25 = V_2;
|
|
float L_26 = L_25.___z_4;
|
|
if ((!(((float)L_26) < ((float)(-0.5f)))))
|
|
{
|
|
goto IL_009b;
|
|
}
|
|
}
|
|
{
|
|
// if (offset.z < -0.5f) z--;
|
|
int32_t L_27 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_subtract(L_27, 1));
|
|
}
|
|
|
|
IL_009b:
|
|
{
|
|
// if (offset.x < -0.5f) x--;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_28 = V_2;
|
|
float L_29 = L_28.___x_2;
|
|
if ((!(((float)L_29) < ((float)(-0.5f)))))
|
|
{
|
|
goto IL_00ac;
|
|
}
|
|
}
|
|
{
|
|
// if (offset.x < -0.5f) x--;
|
|
int32_t L_30 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_subtract(L_30, 1));
|
|
}
|
|
|
|
IL_00ac:
|
|
{
|
|
// var gridPosition = new IntVector(x, 0, z);
|
|
int32_t L_31 = V_0;
|
|
int32_t L_32 = V_1;
|
|
IntVector__ctor_mA5653A9122DC5F76C09064F96D45BD4A1255EE34((&V_3), L_31, 0, L_32, NULL);
|
|
// var wall2DPosition = gridPosition * gridSize;
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_33 = V_3;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_34 = ___2_gridSize;
|
|
il2cpp_codegen_runtime_class_init_inline(IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C_il2cpp_TypeInfo_var);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_35;
|
|
L_35 = IntVector_op_Multiply_m3233E2C98AC1950B36883D28B04FF0B7C1E43AA3(L_33, L_34, NULL);
|
|
V_4 = L_35;
|
|
// wall2DPosition += gridSize / 2.0f;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_36 = V_4;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_37 = ___2_gridSize;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_38;
|
|
L_38 = Vector3_op_Division_mCC6BB24E372AB96B8380D1678446EF6A8BAE13BB_inline(L_37, (2.0f), NULL);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_39;
|
|
L_39 = Vector3_op_Addition_m78C0EC70CB66E8DCAC225743D82B268DAEE92067_inline(L_36, L_38, NULL);
|
|
V_4 = L_39;
|
|
// wall2DPosition.y = 0;
|
|
(&V_4)->___y_3 = (0.0f);
|
|
// var markerInfo = new Wall2DMarkerInfo();
|
|
Wall2DMarkerInfo_t96E4C77D6D330E380EC7360D449681CAC8B287CD* L_40 = (Wall2DMarkerInfo_t96E4C77D6D330E380EC7360D449681CAC8B287CD*)il2cpp_codegen_object_new(Wall2DMarkerInfo_t96E4C77D6D330E380EC7360D449681CAC8B287CD_il2cpp_TypeInfo_var);
|
|
NullCheck(L_40);
|
|
Wall2DMarkerInfo__ctor_mFAE1A613ECAF4A83BCDB76FC9BCE17DD92D20CE2(L_40, NULL);
|
|
// markerInfo.transform = Matrix4x4.TRS(wall2DPosition, Quaternion.identity, Vector3.one);
|
|
Wall2DMarkerInfo_t96E4C77D6D330E380EC7360D449681CAC8B287CD* L_41 = L_40;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_42 = V_4;
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_43;
|
|
L_43 = Quaternion_get_identity_m7E701AE095ED10FD5EA0B50ABCFDE2EEFF2173A5_inline(NULL);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_44;
|
|
L_44 = Vector3_get_one_mC9B289F1E15C42C597180C9FE6FB492495B51D02_inline(NULL);
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_45;
|
|
L_45 = Matrix4x4_TRS_mCC04FD47347234B451ACC6CCD2CE6D02E1E0E1E3(L_42, L_43, L_44, NULL);
|
|
NullCheck(L_41);
|
|
L_41->___transform_1 = L_45;
|
|
// markerInfo.gridPosition = gridPosition;
|
|
Wall2DMarkerInfo_t96E4C77D6D330E380EC7360D449681CAC8B287CD* L_46 = L_41;
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_47 = V_3;
|
|
NullCheck(L_46);
|
|
L_46->___gridPosition_2 = L_47;
|
|
// markerInfo.cellId = prop.cellId;
|
|
Wall2DMarkerInfo_t96E4C77D6D330E380EC7360D449681CAC8B287CD* L_48 = L_46;
|
|
PropSocket_tDBD788EE4878B0FEF7F3848CD0882C4A2A735394* L_49 = ___0_prop;
|
|
NullCheck(L_49);
|
|
int32_t L_50 = L_49->___cellId_4;
|
|
NullCheck(L_48);
|
|
L_48->___cellId_3 = L_50;
|
|
// markerInfo.markerName = markerName;
|
|
Wall2DMarkerInfo_t96E4C77D6D330E380EC7360D449681CAC8B287CD* L_51 = L_48;
|
|
String_t* L_52 = ___1_markerName;
|
|
NullCheck(L_51);
|
|
L_51->___markerName_0 = L_52;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_51->___markerName_0), (void*)L_52);
|
|
// return markerInfo;
|
|
return L_51;
|
|
}
|
|
}
|
|
// System.Void DungeonArchitect.Builders.Grid.MarkerEmitterGridWall2D::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MarkerEmitterGridWall2D__ctor_mD1AB10A77E86277CAF3B6A3C17BB8A95A82AF75D (MarkerEmitterGridWall2D_t00EBC579D3DED3FA7088656D6F2B891D73C15690* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public bool fixCorners = true;
|
|
__this->___fixCorners_5 = (bool)1;
|
|
DungeonMarkerEmitter__ctor_mB7D14BAAB473F014E801D612901A63F84DF9845C(__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 DungeonArchitect.Builders.Grid.MarkerEmitterGridWall2D/Wall2DMarkerInfo::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Wall2DMarkerInfo__ctor_mFAE1A613ECAF4A83BCDB76FC9BCE17DD92D20CE2 (Wall2DMarkerInfo_t96E4C77D6D330E380EC7360D449681CAC8B287CD* __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 DungeonArchitect.Builders.Grid.GridItemDoorMetadata::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GridItemDoorMetadata__ctor_m0CF549064C1FA068A62E138BDFAB6E9E8FBB6655 (GridItemDoorMetadata_t081FCB6F362B79356353002B75AA19D1E78920D7* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
MonoBehaviour__ctor_m592DB0105CA0BC97AA1C5F4AD27B12D68A3B7C1E(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void DungeonArchitect.Builders.Grid.GridItemMetadataHandler::SetMetadata(UnityEngine.GameObject,DungeonArchitect.DungeonNodeSpawnData)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GridItemMetadataHandler_SetMetadata_m90AA985C9FD1762B1BB5AF96E6ED56E814F254E4 (GridItemMetadataHandler_t7E08EDDF7CCA2A533CBAEFF1DD528B62360B92A5* __this, GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___0_dungeonItem, DungeonNodeSpawnData_tBF69C9CE876E7D4438FBAA30AC0E003BE88E92A7 ___1_spawnData, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_AddComponent_TisGridItemDoorMetadata_t081FCB6F362B79356353002B75AA19D1E78920D7_mF78B1ABFB855145CACD2559A1C8A0255F4D11D85_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_GetComponent_TisGridItemDoorMetadata_t081FCB6F362B79356353002B75AA19D1E78920D7_m7A915F76BD8BADEDC4B302365D51245884AB204E_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GridBuilderDoorMetadata_t7C2BEDD9346F7B9E80AC7AD002B7C05454278E8D_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GridDungeonMarkerNames_tC17AF5D30BC911B0C9537F392DC7B6007DEC93D8_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
GridItemDoorMetadata_t081FCB6F362B79356353002B75AA19D1E78920D7* V_0 = NULL;
|
|
GridBuilderDoorMetadata_t7C2BEDD9346F7B9E80AC7AD002B7C05454278E8D* V_1 = NULL;
|
|
GridItemDoorMetadata_t081FCB6F362B79356353002B75AA19D1E78920D7* V_2 = NULL;
|
|
{
|
|
// if (spawnData.socket.SocketType == GridDungeonMarkerNames.Door)
|
|
DungeonNodeSpawnData_tBF69C9CE876E7D4438FBAA30AC0E003BE88E92A7 L_0 = ___1_spawnData;
|
|
PropSocket_tDBD788EE4878B0FEF7F3848CD0882C4A2A735394* L_1 = L_0.___socket_2;
|
|
NullCheck(L_1);
|
|
String_t* L_2 = L_1->___SocketType_1;
|
|
il2cpp_codegen_runtime_class_init_inline(GridDungeonMarkerNames_tC17AF5D30BC911B0C9537F392DC7B6007DEC93D8_il2cpp_TypeInfo_var);
|
|
String_t* L_3 = ((GridDungeonMarkerNames_tC17AF5D30BC911B0C9537F392DC7B6007DEC93D8_StaticFields*)il2cpp_codegen_static_fields_for(GridDungeonMarkerNames_tC17AF5D30BC911B0C9537F392DC7B6007DEC93D8_il2cpp_TypeInfo_var))->___Door_2;
|
|
bool L_4;
|
|
L_4 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_2, L_3, NULL);
|
|
if (!L_4)
|
|
{
|
|
goto IL_006a;
|
|
}
|
|
}
|
|
{
|
|
// var doorMeta = dungeonItem.GetComponent<GridItemDoorMetadata>();
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_5 = ___0_dungeonItem;
|
|
NullCheck(L_5);
|
|
GridItemDoorMetadata_t081FCB6F362B79356353002B75AA19D1E78920D7* L_6;
|
|
L_6 = GameObject_GetComponent_TisGridItemDoorMetadata_t081FCB6F362B79356353002B75AA19D1E78920D7_m7A915F76BD8BADEDC4B302365D51245884AB204E(L_5, GameObject_GetComponent_TisGridItemDoorMetadata_t081FCB6F362B79356353002B75AA19D1E78920D7_m7A915F76BD8BADEDC4B302365D51245884AB204E_RuntimeMethod_var);
|
|
V_0 = L_6;
|
|
// if (doorMeta == null)
|
|
GridItemDoorMetadata_t081FCB6F362B79356353002B75AA19D1E78920D7* L_7 = V_0;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_8;
|
|
L_8 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_7, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
if (!L_8)
|
|
{
|
|
goto IL_002e;
|
|
}
|
|
}
|
|
{
|
|
// doorMeta = dungeonItem.AddComponent<GridItemDoorMetadata>();
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_9 = ___0_dungeonItem;
|
|
NullCheck(L_9);
|
|
GridItemDoorMetadata_t081FCB6F362B79356353002B75AA19D1E78920D7* L_10;
|
|
L_10 = GameObject_AddComponent_TisGridItemDoorMetadata_t081FCB6F362B79356353002B75AA19D1E78920D7_mF78B1ABFB855145CACD2559A1C8A0255F4D11D85(L_9, GameObject_AddComponent_TisGridItemDoorMetadata_t081FCB6F362B79356353002B75AA19D1E78920D7_mF78B1ABFB855145CACD2559A1C8A0255F4D11D85_RuntimeMethod_var);
|
|
V_0 = L_10;
|
|
}
|
|
|
|
IL_002e:
|
|
{
|
|
// if (spawnData.socket.metadata is GridBuilderDoorMetadata)
|
|
DungeonNodeSpawnData_tBF69C9CE876E7D4438FBAA30AC0E003BE88E92A7 L_11 = ___1_spawnData;
|
|
PropSocket_tDBD788EE4878B0FEF7F3848CD0882C4A2A735394* L_12 = L_11.___socket_2;
|
|
NullCheck(L_12);
|
|
RuntimeObject* L_13 = L_12->___metadata_7;
|
|
if (!((GridBuilderDoorMetadata_t7C2BEDD9346F7B9E80AC7AD002B7C05454278E8D*)IsInstClass((RuntimeObject*)L_13, GridBuilderDoorMetadata_t7C2BEDD9346F7B9E80AC7AD002B7C05454278E8D_il2cpp_TypeInfo_var)))
|
|
{
|
|
goto IL_0088;
|
|
}
|
|
}
|
|
{
|
|
// var builderDoorMeta = spawnData.socket.metadata as GridBuilderDoorMetadata;
|
|
DungeonNodeSpawnData_tBF69C9CE876E7D4438FBAA30AC0E003BE88E92A7 L_14 = ___1_spawnData;
|
|
PropSocket_tDBD788EE4878B0FEF7F3848CD0882C4A2A735394* L_15 = L_14.___socket_2;
|
|
NullCheck(L_15);
|
|
RuntimeObject* L_16 = L_15->___metadata_7;
|
|
V_1 = ((GridBuilderDoorMetadata_t7C2BEDD9346F7B9E80AC7AD002B7C05454278E8D*)IsInstClass((RuntimeObject*)L_16, GridBuilderDoorMetadata_t7C2BEDD9346F7B9E80AC7AD002B7C05454278E8D_il2cpp_TypeInfo_var));
|
|
// doorMeta.cellA = builderDoorMeta.CellA;
|
|
GridItemDoorMetadata_t081FCB6F362B79356353002B75AA19D1E78920D7* L_17 = V_0;
|
|
GridBuilderDoorMetadata_t7C2BEDD9346F7B9E80AC7AD002B7C05454278E8D* L_18 = V_1;
|
|
NullCheck(L_18);
|
|
int32_t L_19 = L_18->___CellA_0;
|
|
NullCheck(L_17);
|
|
L_17->___cellA_4 = L_19;
|
|
// doorMeta.cellB = builderDoorMeta.CellB;
|
|
GridItemDoorMetadata_t081FCB6F362B79356353002B75AA19D1E78920D7* L_20 = V_0;
|
|
GridBuilderDoorMetadata_t7C2BEDD9346F7B9E80AC7AD002B7C05454278E8D* L_21 = V_1;
|
|
NullCheck(L_21);
|
|
int32_t L_22 = L_21->___CellB_1;
|
|
NullCheck(L_20);
|
|
L_20->___cellB_5 = L_22;
|
|
return;
|
|
}
|
|
|
|
IL_006a:
|
|
{
|
|
// if (dungeonItem != null)
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_23 = ___0_dungeonItem;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_24;
|
|
L_24 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_23, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
if (!L_24)
|
|
{
|
|
goto IL_0088;
|
|
}
|
|
}
|
|
{
|
|
// var doorMeta = dungeonItem.GetComponent<GridItemDoorMetadata>();
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_25 = ___0_dungeonItem;
|
|
NullCheck(L_25);
|
|
GridItemDoorMetadata_t081FCB6F362B79356353002B75AA19D1E78920D7* L_26;
|
|
L_26 = GameObject_GetComponent_TisGridItemDoorMetadata_t081FCB6F362B79356353002B75AA19D1E78920D7_m7A915F76BD8BADEDC4B302365D51245884AB204E(L_25, GameObject_GetComponent_TisGridItemDoorMetadata_t081FCB6F362B79356353002B75AA19D1E78920D7_m7A915F76BD8BADEDC4B302365D51245884AB204E_RuntimeMethod_var);
|
|
V_2 = L_26;
|
|
// if (doorMeta)
|
|
GridItemDoorMetadata_t081FCB6F362B79356353002B75AA19D1E78920D7* L_27 = V_2;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_28;
|
|
L_28 = Object_op_Implicit_m93896EF7D68FA113C42D3FE2BC6F661FC7EF514A(L_27, NULL);
|
|
if (!L_28)
|
|
{
|
|
goto IL_0088;
|
|
}
|
|
}
|
|
{
|
|
// Destroy(doorMeta);
|
|
GridItemDoorMetadata_t081FCB6F362B79356353002B75AA19D1E78920D7* L_29 = V_2;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
Object_Destroy_mE97D0A766419A81296E8D4E5C23D01D3FE91ACBB(L_29, NULL);
|
|
}
|
|
|
|
IL_0088:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void DungeonArchitect.Builders.Grid.GridItemMetadataHandler::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GridItemMetadataHandler__ctor_m0F3511A75B260ACFFA8722AE91CC2DCF83C85FD8 (GridItemMetadataHandler_t7E08EDDF7CCA2A533CBAEFF1DD528B62360B92A5* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
DungeonItemSpawnListener__ctor_mFFB221826E9ECF86D406826BBC188C01D81E802A(__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 DungeonArchitect.Builders.Grid.DungeonPaintModeGrid::GetCursorHeight()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float DungeonPaintModeGrid_GetCursorHeight_mFF5D9A2656B0EF0F78D635BAB54D7901D9D7046C (DungeonPaintModeGrid_tF61C32FE7884294276DCC983A06BA23CA1A7E606* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GridDungeonConfig_tA813B337E88DBA4D5849118F7CF0D012B1178726_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
GridDungeonConfig_tA813B337E88DBA4D5849118F7CF0D012B1178726* V_0 = NULL;
|
|
{
|
|
// var gridConfig = GetDungeonConfig() as GridDungeonConfig;
|
|
DungeonConfig_tAB374D87D0852393B67D890DA66CD4B0EC2D7FBD* L_0;
|
|
L_0 = DungeonPaintMode_GetDungeonConfig_m3A8C09F33A8155BC56E864E779E823010E709C6E(__this, NULL);
|
|
V_0 = ((GridDungeonConfig_tA813B337E88DBA4D5849118F7CF0D012B1178726*)IsInstClass((RuntimeObject*)L_0, GridDungeonConfig_tA813B337E88DBA4D5849118F7CF0D012B1178726_il2cpp_TypeInfo_var));
|
|
// if (gridConfig == null) return 0;
|
|
GridDungeonConfig_tA813B337E88DBA4D5849118F7CF0D012B1178726* L_1 = V_0;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_2;
|
|
L_2 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_1, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
if (!L_2)
|
|
{
|
|
goto IL_001b;
|
|
}
|
|
}
|
|
{
|
|
// if (gridConfig == null) return 0;
|
|
return (0.0f);
|
|
}
|
|
|
|
IL_001b:
|
|
{
|
|
// return cursorLogicalHeight * gridConfig.GridCellSize.y;
|
|
int32_t L_3 = __this->___cursorLogicalHeight_8;
|
|
GridDungeonConfig_tA813B337E88DBA4D5849118F7CF0D012B1178726* L_4 = V_0;
|
|
NullCheck(L_4);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* L_5 = (&L_4->___GridCellSize_5);
|
|
float L_6 = L_5->___y_3;
|
|
return ((float)il2cpp_codegen_multiply(((float)L_3), L_6));
|
|
}
|
|
}
|
|
// System.Void DungeonArchitect.Builders.Grid.DungeonPaintModeGrid::SetElevationDelta(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DungeonPaintModeGrid_SetElevationDelta_m4CA76CBE2F628FFB810103F18FA0304D72699155 (DungeonPaintModeGrid_tF61C32FE7884294276DCC983A06BA23CA1A7E606* __this, int32_t ___0_delta, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// cursorLogicalHeight += delta;
|
|
int32_t L_0 = __this->___cursorLogicalHeight_8;
|
|
int32_t L_1 = ___0_delta;
|
|
__this->___cursorLogicalHeight_8 = ((int32_t)il2cpp_codegen_add(L_0, L_1));
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// DungeonArchitect.Builders.Grid.GridDungeonModel DungeonArchitect.Builders.Grid.DungeonPaintModeGrid::GetDungeonModelGrid()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GridDungeonModel_tAEF5278646C831FA4C6EEEFEF7128869C645942F* DungeonPaintModeGrid_GetDungeonModelGrid_m79C6147BF778D50B6C7494F1D08B486286A3E805 (DungeonPaintModeGrid_tF61C32FE7884294276DCC983A06BA23CA1A7E606* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GridDungeonModel_tAEF5278646C831FA4C6EEEFEF7128869C645942F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral04628F3522C44D0D48AE5057A0F264C6CFA11561);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5BEFD8CC60A79699B5BB00E37BAC5B62D371E174);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
DungeonModel_t53A77B7094F80C6A6C626E2E6B647289FBF29D19* V_0 = NULL;
|
|
String_t* G_B3_0 = NULL;
|
|
String_t* G_B2_0 = NULL;
|
|
String_t* G_B4_0 = NULL;
|
|
String_t* G_B4_1 = NULL;
|
|
{
|
|
// var model = base.GetDungeonModel();
|
|
DungeonModel_t53A77B7094F80C6A6C626E2E6B647289FBF29D19* L_0;
|
|
L_0 = DungeonPaintMode_GetDungeonModel_mADD298C10D7835639C656CDBCFB3A40A0C0CC495(__this, NULL);
|
|
V_0 = L_0;
|
|
// gridModel = model as GridDungeonModel;
|
|
DungeonModel_t53A77B7094F80C6A6C626E2E6B647289FBF29D19* L_1 = V_0;
|
|
__this->___gridModel_12 = ((GridDungeonModel_tAEF5278646C831FA4C6EEEFEF7128869C645942F*)IsInstClass((RuntimeObject*)L_1, GridDungeonModel_tAEF5278646C831FA4C6EEEFEF7128869C645942F_il2cpp_TypeInfo_var));
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___gridModel_12), (void*)((GridDungeonModel_tAEF5278646C831FA4C6EEEFEF7128869C645942F*)IsInstClass((RuntimeObject*)L_1, GridDungeonModel_tAEF5278646C831FA4C6EEEFEF7128869C645942F_il2cpp_TypeInfo_var)));
|
|
// if (gridModel == null)
|
|
GridDungeonModel_tAEF5278646C831FA4C6EEEFEF7128869C645942F* L_2 = __this->___gridModel_12;
|
|
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_004b;
|
|
}
|
|
}
|
|
{
|
|
// Debug.LogWarning("Invalid dungeon model type for this type of paint tool. Expected DungeonModelGrid. Received:" + (model != null ? model.GetType().ToString() : "null"));
|
|
DungeonModel_t53A77B7094F80C6A6C626E2E6B647289FBF29D19* L_4 = V_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);
|
|
G_B2_0 = _stringLiteral04628F3522C44D0D48AE5057A0F264C6CFA11561;
|
|
if (L_5)
|
|
{
|
|
G_B3_0 = _stringLiteral04628F3522C44D0D48AE5057A0F264C6CFA11561;
|
|
goto IL_0036;
|
|
}
|
|
}
|
|
{
|
|
G_B4_0 = _stringLiteral5BEFD8CC60A79699B5BB00E37BAC5B62D371E174;
|
|
G_B4_1 = G_B2_0;
|
|
goto IL_0041;
|
|
}
|
|
|
|
IL_0036:
|
|
{
|
|
DungeonModel_t53A77B7094F80C6A6C626E2E6B647289FBF29D19* L_6 = V_0;
|
|
NullCheck(L_6);
|
|
Type_t* L_7;
|
|
L_7 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(L_6, NULL);
|
|
NullCheck(L_7);
|
|
String_t* L_8;
|
|
L_8 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_7);
|
|
G_B4_0 = L_8;
|
|
G_B4_1 = G_B3_0;
|
|
}
|
|
|
|
IL_0041:
|
|
{
|
|
String_t* L_9;
|
|
L_9 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(G_B4_1, G_B4_0, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
Debug_LogWarning_m33EF1B897E0C7C6FF538989610BFAFFEF4628CA9(L_9, NULL);
|
|
}
|
|
|
|
IL_004b:
|
|
{
|
|
// return gridModel;
|
|
GridDungeonModel_tAEF5278646C831FA4C6EEEFEF7128869C645942F* L_10 = __this->___gridModel_12;
|
|
return L_10;
|
|
}
|
|
}
|
|
// System.Void DungeonArchitect.Builders.Grid.DungeonPaintModeGrid::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DungeonPaintModeGrid__ctor_m672E0D76157C294C9817F4917E953657100B6C90 (DungeonPaintModeGrid_tF61C32FE7884294276DCC983A06BA23CA1A7E606* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public float overlayOpacity = 0.1f;
|
|
__this->___overlayOpacity_9 = (0.100000001f);
|
|
// public int brushSize = 1;
|
|
__this->___brushSize_11 = 1;
|
|
DungeonPaintMode__ctor_mDCF81DD6B3043CFF3F1B0687D246EA7742FA6BBF(__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 DungeonArchitect.Builders.Grid.GridDungeonQuery::OnPostDungeonBuild(DungeonArchitect.Dungeon,DungeonArchitect.DungeonModel)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GridDungeonQuery_OnPostDungeonBuild_m2D8B58C5DDB6F94C73C372B866AFBD4904F71523 (GridDungeonQuery_tCF307DEFBAEFBDFFD4767D61DB44001DBC527856* __this, Dungeon_tAA854F521189538FD299BECE6025726B6C359227* ___0_dungeon, DungeonModel_t53A77B7094F80C6A6C626E2E6B647289FBF29D19* ___1_model, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// GenerateQuery();
|
|
GridDungeonQuery_GenerateQuery_m4854145251A8D8053B9FCCDAFB0C68288731C630(__this, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void DungeonArchitect.Builders.Grid.GridDungeonQuery::OnPreDungeonDestroy(DungeonArchitect.Dungeon)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GridDungeonQuery_OnPreDungeonDestroy_mE2465F780ACD0B6A5157BFD992005805F7FA328B (GridDungeonQuery_tCF307DEFBAEFBDFFD4767D61DB44001DBC527856* __this, Dungeon_tAA854F521189538FD299BECE6025726B6C359227* ___0_dungeon, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Clear_m8E34619B0C56D7685DE8EFD5086C412C09D69009_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// DoorObjectsByCellId.Clear();
|
|
Dictionary_2_tA67244141E978011D16C324808EB61B56151233E* L_0 = __this->___DoorObjectsByCellId_4;
|
|
NullCheck(L_0);
|
|
Dictionary_2_Clear_m8E34619B0C56D7685DE8EFD5086C412C09D69009(L_0, Dictionary_2_Clear_m8E34619B0C56D7685DE8EFD5086C412C09D69009_RuntimeMethod_var);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void DungeonArchitect.Builders.Grid.GridDungeonQuery::GenerateQuery()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GridDungeonQuery_GenerateQuery_m4854145251A8D8053B9FCCDAFB0C68288731C630 (GridDungeonQuery_tCF307DEFBAEFBDFFD4767D61DB44001DBC527856* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisDungeon_tAA854F521189538FD299BECE6025726B6C359227_mBD982A528DE9BA119B354B85129CEA38FF5B51F8_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Add_mEFBD91851E7400D6BBDB4E521092128F3C5E4FB7_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Add_mFD549E360DA40C8F8320EAD046D469395C198AD3_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Clear_m8E34619B0C56D7685DE8EFD5086C412C09D69009_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_ContainsKey_m3EB7580C3C05673431D56168C159C82753E2EC37_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_GetEnumerator_m4591B4D6386737DF034F141C9D060A987945F657_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_mA09809E0FB564DA6A196C0EC39471D9A9FAD2DD1_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_get_Item_m842F9BFFF355FABD75DE6A2538ACA5000E4421F6_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_t1657FC7D0CA5A01CEBBC689FF06E62E88BF18B41_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_ToArray_TisGameObject_t76FEDD663AB33C991A9C9A23129337651094216F_m86B5968901F31A7FE50DBA57509294CD77E18859_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_mB8CC35D3B6C5E7372C529656A3805F560A552DB7_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_m4554D265848AF3D4F0A422D41A195F18F61D21D9_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_mBA18E1D61B4E2BC488DDCB89194ECFABF658396F_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_GetComponent_TisDungeonSceneProviderData_t550886CE6C51CA704025FA337DD6A8B9835DDA0A_mDAD2CC0D89C67E462DC4D6DF661735DD3321DAFB_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_Add_m838292240F40A79A8FA7248252D9DFE734E6EDB3_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1__ctor_m78839548D7E3252DC1D5F2642AD73C49DD221534_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_tAA6C1F6337C1D573AEC249E1B9B43BFCADF908F2_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyValuePair_2_get_Key_mFFCD113DA69AB2B6C410FF298DE942FCC42C8F3B_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyValuePair_2_get_Value_mAEF0BF5830BAC18EAF54A7706692BD0DF9E50E89_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_FindObjectsOfType_TisGridItemDoorMetadata_t081FCB6F362B79356353002B75AA19D1E78920D7_mFD7301947E45B7F74D992D3BF4B133C654E1D43A_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Dungeon_tAA854F521189538FD299BECE6025726B6C359227* V_0 = NULL;
|
|
Dictionary_2_t1657FC7D0CA5A01CEBBC689FF06E62E88BF18B41* V_1 = NULL;
|
|
GridItemDoorMetadataU5BU5D_tB267005524D13C184A8B3A86B31715CF9E5903CE* V_2 = NULL;
|
|
int32_t V_3 = 0;
|
|
GridItemDoorMetadata_t081FCB6F362B79356353002B75AA19D1E78920D7* V_4 = NULL;
|
|
DungeonSceneProviderData_t550886CE6C51CA704025FA337DD6A8B9835DDA0A* V_5 = NULL;
|
|
Enumerator_t9CC4D9CC22177512FCC642A41491A4E1F9959CB4 V_6;
|
|
memset((&V_6), 0, sizeof(V_6));
|
|
KeyValuePair_2_t6CF39B39B0BE8649E1670F543D27F3519E2E3550 V_7;
|
|
memset((&V_7), 0, sizeof(V_7));
|
|
{
|
|
// DoorObjectsByCellId.Clear();
|
|
Dictionary_2_tA67244141E978011D16C324808EB61B56151233E* L_0 = __this->___DoorObjectsByCellId_4;
|
|
NullCheck(L_0);
|
|
Dictionary_2_Clear_m8E34619B0C56D7685DE8EFD5086C412C09D69009(L_0, Dictionary_2_Clear_m8E34619B0C56D7685DE8EFD5086C412C09D69009_RuntimeMethod_var);
|
|
// var dungeon = GetComponent<Dungeon>();
|
|
Dungeon_tAA854F521189538FD299BECE6025726B6C359227* L_1;
|
|
L_1 = Component_GetComponent_TisDungeon_tAA854F521189538FD299BECE6025726B6C359227_mBD982A528DE9BA119B354B85129CEA38FF5B51F8(__this, Component_GetComponent_TisDungeon_tAA854F521189538FD299BECE6025726B6C359227_mBD982A528DE9BA119B354B85129CEA38FF5B51F8_RuntimeMethod_var);
|
|
V_0 = L_1;
|
|
// if (dungeon == null)
|
|
Dungeon_tAA854F521189538FD299BECE6025726B6C359227* L_2 = V_0;
|
|
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_001c;
|
|
}
|
|
}
|
|
{
|
|
// return;
|
|
return;
|
|
}
|
|
|
|
IL_001c:
|
|
{
|
|
// var doorsByCells = new Dictionary<int, HashSet<GameObject>>();
|
|
Dictionary_2_t1657FC7D0CA5A01CEBBC689FF06E62E88BF18B41* L_4 = (Dictionary_2_t1657FC7D0CA5A01CEBBC689FF06E62E88BF18B41*)il2cpp_codegen_object_new(Dictionary_2_t1657FC7D0CA5A01CEBBC689FF06E62E88BF18B41_il2cpp_TypeInfo_var);
|
|
NullCheck(L_4);
|
|
Dictionary_2__ctor_mA09809E0FB564DA6A196C0EC39471D9A9FAD2DD1(L_4, Dictionary_2__ctor_mA09809E0FB564DA6A196C0EC39471D9A9FAD2DD1_RuntimeMethod_var);
|
|
V_1 = L_4;
|
|
// var doorMetaArray = GameObject.FindObjectsOfType<GridItemDoorMetadata>();
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
GridItemDoorMetadataU5BU5D_tB267005524D13C184A8B3A86B31715CF9E5903CE* L_5;
|
|
L_5 = Object_FindObjectsOfType_TisGridItemDoorMetadata_t081FCB6F362B79356353002B75AA19D1E78920D7_mFD7301947E45B7F74D992D3BF4B133C654E1D43A(Object_FindObjectsOfType_TisGridItemDoorMetadata_t081FCB6F362B79356353002B75AA19D1E78920D7_mFD7301947E45B7F74D992D3BF4B133C654E1D43A_RuntimeMethod_var);
|
|
// foreach (var doorMeta in doorMetaArray)
|
|
V_2 = L_5;
|
|
V_3 = 0;
|
|
goto IL_00d7;
|
|
}
|
|
|
|
IL_002f:
|
|
{
|
|
// foreach (var doorMeta in doorMetaArray)
|
|
GridItemDoorMetadataU5BU5D_tB267005524D13C184A8B3A86B31715CF9E5903CE* L_6 = V_2;
|
|
int32_t L_7 = V_3;
|
|
NullCheck(L_6);
|
|
int32_t L_8 = L_7;
|
|
GridItemDoorMetadata_t081FCB6F362B79356353002B75AA19D1E78920D7* L_9 = (L_6)->GetAt(static_cast<il2cpp_array_size_t>(L_8));
|
|
V_4 = L_9;
|
|
// var itemData = doorMeta.gameObject.GetComponent<DungeonSceneProviderData>();
|
|
GridItemDoorMetadata_t081FCB6F362B79356353002B75AA19D1E78920D7* L_10 = V_4;
|
|
NullCheck(L_10);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_11;
|
|
L_11 = Component_get_gameObject_m57AEFBB14DB39EC476F740BA000E170355DE691B(L_10, NULL);
|
|
NullCheck(L_11);
|
|
DungeonSceneProviderData_t550886CE6C51CA704025FA337DD6A8B9835DDA0A* L_12;
|
|
L_12 = GameObject_GetComponent_TisDungeonSceneProviderData_t550886CE6C51CA704025FA337DD6A8B9835DDA0A_mDAD2CC0D89C67E462DC4D6DF661735DD3321DAFB(L_11, GameObject_GetComponent_TisDungeonSceneProviderData_t550886CE6C51CA704025FA337DD6A8B9835DDA0A_mDAD2CC0D89C67E462DC4D6DF661735DD3321DAFB_RuntimeMethod_var);
|
|
V_5 = L_12;
|
|
// if (itemData && itemData.dungeon == dungeon)
|
|
DungeonSceneProviderData_t550886CE6C51CA704025FA337DD6A8B9835DDA0A* L_13 = V_5;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_14;
|
|
L_14 = Object_op_Implicit_m93896EF7D68FA113C42D3FE2BC6F661FC7EF514A(L_13, NULL);
|
|
if (!L_14)
|
|
{
|
|
goto IL_00d3;
|
|
}
|
|
}
|
|
{
|
|
DungeonSceneProviderData_t550886CE6C51CA704025FA337DD6A8B9835DDA0A* L_15 = V_5;
|
|
NullCheck(L_15);
|
|
Dungeon_tAA854F521189538FD299BECE6025726B6C359227* L_16 = L_15->___dungeon_5;
|
|
Dungeon_tAA854F521189538FD299BECE6025726B6C359227* L_17 = V_0;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_18;
|
|
L_18 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_16, L_17, NULL);
|
|
if (!L_18)
|
|
{
|
|
goto IL_00d3;
|
|
}
|
|
}
|
|
{
|
|
// if (!doorsByCells.ContainsKey(doorMeta.cellA))
|
|
Dictionary_2_t1657FC7D0CA5A01CEBBC689FF06E62E88BF18B41* L_19 = V_1;
|
|
GridItemDoorMetadata_t081FCB6F362B79356353002B75AA19D1E78920D7* L_20 = V_4;
|
|
NullCheck(L_20);
|
|
int32_t L_21 = L_20->___cellA_4;
|
|
NullCheck(L_19);
|
|
bool L_22;
|
|
L_22 = Dictionary_2_ContainsKey_m3EB7580C3C05673431D56168C159C82753E2EC37(L_19, L_21, Dictionary_2_ContainsKey_m3EB7580C3C05673431D56168C159C82753E2EC37_RuntimeMethod_var);
|
|
if (L_22)
|
|
{
|
|
goto IL_007e;
|
|
}
|
|
}
|
|
{
|
|
// doorsByCells.Add(doorMeta.cellA, new HashSet<GameObject>());
|
|
Dictionary_2_t1657FC7D0CA5A01CEBBC689FF06E62E88BF18B41* L_23 = V_1;
|
|
GridItemDoorMetadata_t081FCB6F362B79356353002B75AA19D1E78920D7* L_24 = V_4;
|
|
NullCheck(L_24);
|
|
int32_t L_25 = L_24->___cellA_4;
|
|
HashSet_1_tAA6C1F6337C1D573AEC249E1B9B43BFCADF908F2* L_26 = (HashSet_1_tAA6C1F6337C1D573AEC249E1B9B43BFCADF908F2*)il2cpp_codegen_object_new(HashSet_1_tAA6C1F6337C1D573AEC249E1B9B43BFCADF908F2_il2cpp_TypeInfo_var);
|
|
NullCheck(L_26);
|
|
HashSet_1__ctor_m78839548D7E3252DC1D5F2642AD73C49DD221534(L_26, HashSet_1__ctor_m78839548D7E3252DC1D5F2642AD73C49DD221534_RuntimeMethod_var);
|
|
NullCheck(L_23);
|
|
Dictionary_2_Add_mEFBD91851E7400D6BBDB4E521092128F3C5E4FB7(L_23, L_25, L_26, Dictionary_2_Add_mEFBD91851E7400D6BBDB4E521092128F3C5E4FB7_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_007e:
|
|
{
|
|
// if (!doorsByCells.ContainsKey(doorMeta.cellB))
|
|
Dictionary_2_t1657FC7D0CA5A01CEBBC689FF06E62E88BF18B41* L_27 = V_1;
|
|
GridItemDoorMetadata_t081FCB6F362B79356353002B75AA19D1E78920D7* L_28 = V_4;
|
|
NullCheck(L_28);
|
|
int32_t L_29 = L_28->___cellB_5;
|
|
NullCheck(L_27);
|
|
bool L_30;
|
|
L_30 = Dictionary_2_ContainsKey_m3EB7580C3C05673431D56168C159C82753E2EC37(L_27, L_29, Dictionary_2_ContainsKey_m3EB7580C3C05673431D56168C159C82753E2EC37_RuntimeMethod_var);
|
|
if (L_30)
|
|
{
|
|
goto IL_009f;
|
|
}
|
|
}
|
|
{
|
|
// doorsByCells.Add(doorMeta.cellB, new HashSet<GameObject>());
|
|
Dictionary_2_t1657FC7D0CA5A01CEBBC689FF06E62E88BF18B41* L_31 = V_1;
|
|
GridItemDoorMetadata_t081FCB6F362B79356353002B75AA19D1E78920D7* L_32 = V_4;
|
|
NullCheck(L_32);
|
|
int32_t L_33 = L_32->___cellB_5;
|
|
HashSet_1_tAA6C1F6337C1D573AEC249E1B9B43BFCADF908F2* L_34 = (HashSet_1_tAA6C1F6337C1D573AEC249E1B9B43BFCADF908F2*)il2cpp_codegen_object_new(HashSet_1_tAA6C1F6337C1D573AEC249E1B9B43BFCADF908F2_il2cpp_TypeInfo_var);
|
|
NullCheck(L_34);
|
|
HashSet_1__ctor_m78839548D7E3252DC1D5F2642AD73C49DD221534(L_34, HashSet_1__ctor_m78839548D7E3252DC1D5F2642AD73C49DD221534_RuntimeMethod_var);
|
|
NullCheck(L_31);
|
|
Dictionary_2_Add_mEFBD91851E7400D6BBDB4E521092128F3C5E4FB7(L_31, L_33, L_34, Dictionary_2_Add_mEFBD91851E7400D6BBDB4E521092128F3C5E4FB7_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_009f:
|
|
{
|
|
// doorsByCells[doorMeta.cellA].Add(doorMeta.gameObject);
|
|
Dictionary_2_t1657FC7D0CA5A01CEBBC689FF06E62E88BF18B41* L_35 = V_1;
|
|
GridItemDoorMetadata_t081FCB6F362B79356353002B75AA19D1E78920D7* L_36 = V_4;
|
|
NullCheck(L_36);
|
|
int32_t L_37 = L_36->___cellA_4;
|
|
NullCheck(L_35);
|
|
HashSet_1_tAA6C1F6337C1D573AEC249E1B9B43BFCADF908F2* L_38;
|
|
L_38 = Dictionary_2_get_Item_m842F9BFFF355FABD75DE6A2538ACA5000E4421F6(L_35, L_37, Dictionary_2_get_Item_m842F9BFFF355FABD75DE6A2538ACA5000E4421F6_RuntimeMethod_var);
|
|
GridItemDoorMetadata_t081FCB6F362B79356353002B75AA19D1E78920D7* L_39 = V_4;
|
|
NullCheck(L_39);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_40;
|
|
L_40 = Component_get_gameObject_m57AEFBB14DB39EC476F740BA000E170355DE691B(L_39, NULL);
|
|
NullCheck(L_38);
|
|
bool L_41;
|
|
L_41 = HashSet_1_Add_m838292240F40A79A8FA7248252D9DFE734E6EDB3(L_38, L_40, HashSet_1_Add_m838292240F40A79A8FA7248252D9DFE734E6EDB3_RuntimeMethod_var);
|
|
// doorsByCells[doorMeta.cellB].Add(doorMeta.gameObject);
|
|
Dictionary_2_t1657FC7D0CA5A01CEBBC689FF06E62E88BF18B41* L_42 = V_1;
|
|
GridItemDoorMetadata_t081FCB6F362B79356353002B75AA19D1E78920D7* L_43 = V_4;
|
|
NullCheck(L_43);
|
|
int32_t L_44 = L_43->___cellB_5;
|
|
NullCheck(L_42);
|
|
HashSet_1_tAA6C1F6337C1D573AEC249E1B9B43BFCADF908F2* L_45;
|
|
L_45 = Dictionary_2_get_Item_m842F9BFFF355FABD75DE6A2538ACA5000E4421F6(L_42, L_44, Dictionary_2_get_Item_m842F9BFFF355FABD75DE6A2538ACA5000E4421F6_RuntimeMethod_var);
|
|
GridItemDoorMetadata_t081FCB6F362B79356353002B75AA19D1E78920D7* L_46 = V_4;
|
|
NullCheck(L_46);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_47;
|
|
L_47 = Component_get_gameObject_m57AEFBB14DB39EC476F740BA000E170355DE691B(L_46, NULL);
|
|
NullCheck(L_45);
|
|
bool L_48;
|
|
L_48 = HashSet_1_Add_m838292240F40A79A8FA7248252D9DFE734E6EDB3(L_45, L_47, HashSet_1_Add_m838292240F40A79A8FA7248252D9DFE734E6EDB3_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_00d3:
|
|
{
|
|
int32_t L_49 = V_3;
|
|
V_3 = ((int32_t)il2cpp_codegen_add(L_49, 1));
|
|
}
|
|
|
|
IL_00d7:
|
|
{
|
|
// foreach (var doorMeta in doorMetaArray)
|
|
int32_t L_50 = V_3;
|
|
GridItemDoorMetadataU5BU5D_tB267005524D13C184A8B3A86B31715CF9E5903CE* L_51 = V_2;
|
|
NullCheck(L_51);
|
|
if ((((int32_t)L_50) < ((int32_t)((int32_t)(((RuntimeArray*)L_51)->max_length)))))
|
|
{
|
|
goto IL_002f;
|
|
}
|
|
}
|
|
{
|
|
// foreach (var entry in doorsByCells)
|
|
Dictionary_2_t1657FC7D0CA5A01CEBBC689FF06E62E88BF18B41* L_52 = V_1;
|
|
NullCheck(L_52);
|
|
Enumerator_t9CC4D9CC22177512FCC642A41491A4E1F9959CB4 L_53;
|
|
L_53 = Dictionary_2_GetEnumerator_m4591B4D6386737DF034F141C9D060A987945F657(L_52, Dictionary_2_GetEnumerator_m4591B4D6386737DF034F141C9D060A987945F657_RuntimeMethod_var);
|
|
V_6 = L_53;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_011c:
|
|
{// begin finally (depth: 1)
|
|
Enumerator_Dispose_mB8CC35D3B6C5E7372C529656A3805F560A552DB7((&V_6), Enumerator_Dispose_mB8CC35D3B6C5E7372C529656A3805F560A552DB7_RuntimeMethod_var);
|
|
return;
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
{
|
|
goto IL_0111_1;
|
|
}
|
|
|
|
IL_00ea_1:
|
|
{
|
|
// foreach (var entry in doorsByCells)
|
|
KeyValuePair_2_t6CF39B39B0BE8649E1670F543D27F3519E2E3550 L_54;
|
|
L_54 = Enumerator_get_Current_mBA18E1D61B4E2BC488DDCB89194ECFABF658396F_inline((&V_6), Enumerator_get_Current_mBA18E1D61B4E2BC488DDCB89194ECFABF658396F_RuntimeMethod_var);
|
|
V_7 = L_54;
|
|
// DoorObjectsByCellId.Add(entry.Key, entry.Value.ToArray());
|
|
Dictionary_2_tA67244141E978011D16C324808EB61B56151233E* L_55 = __this->___DoorObjectsByCellId_4;
|
|
int32_t L_56;
|
|
L_56 = KeyValuePair_2_get_Key_mFFCD113DA69AB2B6C410FF298DE942FCC42C8F3B_inline((&V_7), KeyValuePair_2_get_Key_mFFCD113DA69AB2B6C410FF298DE942FCC42C8F3B_RuntimeMethod_var);
|
|
HashSet_1_tAA6C1F6337C1D573AEC249E1B9B43BFCADF908F2* L_57;
|
|
L_57 = KeyValuePair_2_get_Value_mAEF0BF5830BAC18EAF54A7706692BD0DF9E50E89_inline((&V_7), KeyValuePair_2_get_Value_mAEF0BF5830BAC18EAF54A7706692BD0DF9E50E89_RuntimeMethod_var);
|
|
GameObjectU5BU5D_tFF67550DFCE87096D7A3734EA15B75896B2722CF* L_58;
|
|
L_58 = Enumerable_ToArray_TisGameObject_t76FEDD663AB33C991A9C9A23129337651094216F_m86B5968901F31A7FE50DBA57509294CD77E18859(L_57, Enumerable_ToArray_TisGameObject_t76FEDD663AB33C991A9C9A23129337651094216F_m86B5968901F31A7FE50DBA57509294CD77E18859_RuntimeMethod_var);
|
|
NullCheck(L_55);
|
|
Dictionary_2_Add_mFD549E360DA40C8F8320EAD046D469395C198AD3(L_55, L_56, L_58, Dictionary_2_Add_mFD549E360DA40C8F8320EAD046D469395C198AD3_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0111_1:
|
|
{
|
|
// foreach (var entry in doorsByCells)
|
|
bool L_59;
|
|
L_59 = Enumerator_MoveNext_m4554D265848AF3D4F0A422D41A195F18F61D21D9((&V_6), Enumerator_MoveNext_m4554D265848AF3D4F0A422D41A195F18F61D21D9_RuntimeMethod_var);
|
|
if (L_59)
|
|
{
|
|
goto IL_00ea_1;
|
|
}
|
|
}
|
|
{
|
|
goto IL_012a;
|
|
}
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_012a:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void DungeonArchitect.Builders.Grid.GridDungeonQuery::GetDoorsForCell(System.Int32,UnityEngine.GameObject[]&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GridDungeonQuery_GetDoorsForCell_mC2ABCDD86581665CD0393F06D9BC8B52EA7F1125 (GridDungeonQuery_tCF307DEFBAEFBDFFD4767D61DB44001DBC527856* __this, int32_t ___0_cellId, GameObjectU5BU5D_tFF67550DFCE87096D7A3734EA15B75896B2722CF** ___1_doorGameObjects, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_ContainsKey_mD95DF8A0602DB2690D700EBD4E855F767E3BF583_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_get_Item_mA812D91FE8B310DE904FBA1F50374F4180617D2D_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObjectU5BU5D_tFF67550DFCE87096D7A3734EA15B75896B2722CF_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (DoorObjectsByCellId.ContainsKey(cellId))
|
|
Dictionary_2_tA67244141E978011D16C324808EB61B56151233E* L_0 = __this->___DoorObjectsByCellId_4;
|
|
int32_t L_1 = ___0_cellId;
|
|
NullCheck(L_0);
|
|
bool L_2;
|
|
L_2 = Dictionary_2_ContainsKey_mD95DF8A0602DB2690D700EBD4E855F767E3BF583(L_0, L_1, Dictionary_2_ContainsKey_mD95DF8A0602DB2690D700EBD4E855F767E3BF583_RuntimeMethod_var);
|
|
if (!L_2)
|
|
{
|
|
goto IL_001d;
|
|
}
|
|
}
|
|
{
|
|
// doorGameObjects = DoorObjectsByCellId[cellId];
|
|
GameObjectU5BU5D_tFF67550DFCE87096D7A3734EA15B75896B2722CF** L_3 = ___1_doorGameObjects;
|
|
Dictionary_2_tA67244141E978011D16C324808EB61B56151233E* L_4 = __this->___DoorObjectsByCellId_4;
|
|
int32_t L_5 = ___0_cellId;
|
|
NullCheck(L_4);
|
|
GameObjectU5BU5D_tFF67550DFCE87096D7A3734EA15B75896B2722CF* L_6;
|
|
L_6 = Dictionary_2_get_Item_mA812D91FE8B310DE904FBA1F50374F4180617D2D(L_4, L_5, Dictionary_2_get_Item_mA812D91FE8B310DE904FBA1F50374F4180617D2D_RuntimeMethod_var);
|
|
*((RuntimeObject**)L_3) = (RuntimeObject*)L_6;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_3, (void*)(RuntimeObject*)L_6);
|
|
return;
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
// doorGameObjects = new GameObject[0];
|
|
GameObjectU5BU5D_tFF67550DFCE87096D7A3734EA15B75896B2722CF** L_7 = ___1_doorGameObjects;
|
|
GameObjectU5BU5D_tFF67550DFCE87096D7A3734EA15B75896B2722CF* L_8 = (GameObjectU5BU5D_tFF67550DFCE87096D7A3734EA15B75896B2722CF*)(GameObjectU5BU5D_tFF67550DFCE87096D7A3734EA15B75896B2722CF*)SZArrayNew(GameObjectU5BU5D_tFF67550DFCE87096D7A3734EA15B75896B2722CF_il2cpp_TypeInfo_var, (uint32_t)0);
|
|
*((RuntimeObject**)L_7) = (RuntimeObject*)L_8;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_7, (void*)(RuntimeObject*)L_8);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean DungeonArchitect.Builders.Grid.GridDungeonQuery::GetCellAtPosition(UnityEngine.Vector3,DungeonArchitect.Builders.Grid.Cell&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GridDungeonQuery_GetCellAtPosition_m28DEB5231DC23FA8C133A02D2C4D9F002729A627 (GridDungeonQuery_tCF307DEFBAEFBDFFD4767D61DB44001DBC527856* __this, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_position, Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01** ___1_outCell, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisGridDungeonConfig_tA813B337E88DBA4D5849118F7CF0D012B1178726_m1A4DD6ECED7D0604F07F24A723CE4209C1B936E8_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisGridDungeonModel_tAEF5278646C831FA4C6EEEFEF7128869C645942F_m3EEF24796AFD9A8927D05513E28C0A6BDDE8C12D_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m78CE33F908EF5E977351DDCF0DDE935CE81FC839_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_m99C7EE977A1004680A927B694ED31BDBAFD3E0F3_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m4AAC4833BA64EA18FAEB5AE98B1558ED8B463649_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_GetEnumerator_m5A8FFD32A62DDD1E1EF2C5746ADDD20468DE6F35_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
GridDungeonConfig_tA813B337E88DBA4D5849118F7CF0D012B1178726* V_0 = NULL;
|
|
GridDungeonModel_tAEF5278646C831FA4C6EEEFEF7128869C645942F* V_1 = NULL;
|
|
Bounds_t367E830C64BBF235ED8C3B2F8CF6254FDCAD39C3 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
Enumerator_tF7CD6203B7815A8F8DC4B853FF9FE5C6A3021FE8 V_3;
|
|
memset((&V_3), 0, sizeof(V_3));
|
|
Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01* V_4 = NULL;
|
|
bool V_5 = false;
|
|
{
|
|
// var config = GetComponent<GridDungeonConfig>();
|
|
GridDungeonConfig_tA813B337E88DBA4D5849118F7CF0D012B1178726* L_0;
|
|
L_0 = Component_GetComponent_TisGridDungeonConfig_tA813B337E88DBA4D5849118F7CF0D012B1178726_m1A4DD6ECED7D0604F07F24A723CE4209C1B936E8(__this, Component_GetComponent_TisGridDungeonConfig_tA813B337E88DBA4D5849118F7CF0D012B1178726_m1A4DD6ECED7D0604F07F24A723CE4209C1B936E8_RuntimeMethod_var);
|
|
V_0 = L_0;
|
|
// var model = GetComponent<GridDungeonModel>();
|
|
GridDungeonModel_tAEF5278646C831FA4C6EEEFEF7128869C645942F* L_1;
|
|
L_1 = Component_GetComponent_TisGridDungeonModel_tAEF5278646C831FA4C6EEEFEF7128869C645942F_m3EEF24796AFD9A8927D05513E28C0A6BDDE8C12D(__this, Component_GetComponent_TisGridDungeonModel_tAEF5278646C831FA4C6EEEFEF7128869C645942F_m3EEF24796AFD9A8927D05513E28C0A6BDDE8C12D_RuntimeMethod_var);
|
|
V_1 = L_1;
|
|
// if (config != null && model != null)
|
|
GridDungeonConfig_tA813B337E88DBA4D5849118F7CF0D012B1178726* L_2 = V_0;
|
|
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_0079;
|
|
}
|
|
}
|
|
{
|
|
GridDungeonModel_tAEF5278646C831FA4C6EEEFEF7128869C645942F* L_4 = V_1;
|
|
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_0079;
|
|
}
|
|
}
|
|
{
|
|
// var bounds = new Bounds();
|
|
il2cpp_codegen_initobj((&V_2), sizeof(Bounds_t367E830C64BBF235ED8C3B2F8CF6254FDCAD39C3));
|
|
// foreach (var cell in model.Cells)
|
|
GridDungeonModel_tAEF5278646C831FA4C6EEEFEF7128869C645942F* L_6 = V_1;
|
|
NullCheck(L_6);
|
|
List_1_t987D5B80738D2852896A351FD59FC0CCCE96F45A* L_7 = L_6->___Cells_6;
|
|
NullCheck(L_7);
|
|
Enumerator_tF7CD6203B7815A8F8DC4B853FF9FE5C6A3021FE8 L_8;
|
|
L_8 = List_1_GetEnumerator_m5A8FFD32A62DDD1E1EF2C5746ADDD20468DE6F35(L_7, List_1_GetEnumerator_m5A8FFD32A62DDD1E1EF2C5746ADDD20468DE6F35_RuntimeMethod_var);
|
|
V_3 = L_8;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_006b:
|
|
{// begin finally (depth: 1)
|
|
Enumerator_Dispose_m78CE33F908EF5E977351DDCF0DDE935CE81FC839((&V_3), Enumerator_Dispose_m78CE33F908EF5E977351DDCF0DDE935CE81FC839_RuntimeMethod_var);
|
|
return;
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
{
|
|
goto IL_0060_1;
|
|
}
|
|
|
|
IL_0036_1:
|
|
{
|
|
// foreach (var cell in model.Cells)
|
|
Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01* L_9;
|
|
L_9 = Enumerator_get_Current_m4AAC4833BA64EA18FAEB5AE98B1558ED8B463649_inline((&V_3), Enumerator_get_Current_m4AAC4833BA64EA18FAEB5AE98B1558ED8B463649_RuntimeMethod_var);
|
|
V_4 = L_9;
|
|
// bounds = cell.GetWorldBounds(config.GridCellSize);
|
|
Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01* L_10 = V_4;
|
|
GridDungeonConfig_tA813B337E88DBA4D5849118F7CF0D012B1178726* L_11 = V_0;
|
|
NullCheck(L_11);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_12 = L_11->___GridCellSize_5;
|
|
NullCheck(L_10);
|
|
Bounds_t367E830C64BBF235ED8C3B2F8CF6254FDCAD39C3 L_13;
|
|
L_13 = Cell_GetWorldBounds_m1D2B416C78B4D566A0CE313FF3EC6CD40206D305(L_10, L_12, NULL);
|
|
V_2 = L_13;
|
|
// if (bounds.Contains(position))
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_14 = ___0_position;
|
|
bool L_15;
|
|
L_15 = Bounds_Contains_m584E9DE0CF9D90C3C4F928BA8F5AD328393F3555((&V_2), L_14, NULL);
|
|
if (!L_15)
|
|
{
|
|
goto IL_0060_1;
|
|
}
|
|
}
|
|
{
|
|
// outCell = cell;
|
|
Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01** L_16 = ___1_outCell;
|
|
Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01* L_17 = V_4;
|
|
*((RuntimeObject**)L_16) = (RuntimeObject*)L_17;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_16, (void*)(RuntimeObject*)L_17);
|
|
// return true;
|
|
V_5 = (bool)1;
|
|
goto IL_007e;
|
|
}
|
|
|
|
IL_0060_1:
|
|
{
|
|
// foreach (var cell in model.Cells)
|
|
bool L_18;
|
|
L_18 = Enumerator_MoveNext_m99C7EE977A1004680A927B694ED31BDBAFD3E0F3((&V_3), Enumerator_MoveNext_m99C7EE977A1004680A927B694ED31BDBAFD3E0F3_RuntimeMethod_var);
|
|
if (L_18)
|
|
{
|
|
goto IL_0036_1;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0079;
|
|
}
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_0079:
|
|
{
|
|
// outCell = null;
|
|
Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01** L_19 = ___1_outCell;
|
|
*((RuntimeObject**)L_19) = (RuntimeObject*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_19, (void*)(RuntimeObject*)NULL);
|
|
// return false;
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_007e:
|
|
{
|
|
// }
|
|
bool L_20 = V_5;
|
|
return L_20;
|
|
}
|
|
}
|
|
// UnityEngine.Bounds DungeonArchitect.Builders.Grid.GridDungeonQuery::GetCellBounds(DungeonArchitect.Builders.Grid.Cell)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Bounds_t367E830C64BBF235ED8C3B2F8CF6254FDCAD39C3 GridDungeonQuery_GetCellBounds_mF4D0BFB61493A885379FAA354F2F0DD12DBF4FED (GridDungeonQuery_tCF307DEFBAEFBDFFD4767D61DB44001DBC527856* __this, Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01* ___0_cell, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisGridDungeonConfig_tA813B337E88DBA4D5849118F7CF0D012B1178726_m1A4DD6ECED7D0604F07F24A723CE4209C1B936E8_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Bounds_t367E830C64BBF235ED8C3B2F8CF6254FDCAD39C3 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
GridDungeonConfig_tA813B337E88DBA4D5849118F7CF0D012B1178726* V_1 = NULL;
|
|
{
|
|
// var bounds = new Bounds();
|
|
il2cpp_codegen_initobj((&V_0), sizeof(Bounds_t367E830C64BBF235ED8C3B2F8CF6254FDCAD39C3));
|
|
// var config = GetComponent<GridDungeonConfig>();
|
|
GridDungeonConfig_tA813B337E88DBA4D5849118F7CF0D012B1178726* L_0;
|
|
L_0 = Component_GetComponent_TisGridDungeonConfig_tA813B337E88DBA4D5849118F7CF0D012B1178726_m1A4DD6ECED7D0604F07F24A723CE4209C1B936E8(__this, Component_GetComponent_TisGridDungeonConfig_tA813B337E88DBA4D5849118F7CF0D012B1178726_m1A4DD6ECED7D0604F07F24A723CE4209C1B936E8_RuntimeMethod_var);
|
|
V_1 = L_0;
|
|
// if (config != null)
|
|
GridDungeonConfig_tA813B337E88DBA4D5849118F7CF0D012B1178726* L_1 = V_1;
|
|
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_0025;
|
|
}
|
|
}
|
|
{
|
|
// bounds = cell.GetWorldBounds(config.GridCellSize);
|
|
Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01* L_3 = ___0_cell;
|
|
GridDungeonConfig_tA813B337E88DBA4D5849118F7CF0D012B1178726* L_4 = V_1;
|
|
NullCheck(L_4);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_5 = L_4->___GridCellSize_5;
|
|
NullCheck(L_3);
|
|
Bounds_t367E830C64BBF235ED8C3B2F8CF6254FDCAD39C3 L_6;
|
|
L_6 = Cell_GetWorldBounds_m1D2B416C78B4D566A0CE313FF3EC6CD40206D305(L_3, L_5, NULL);
|
|
V_0 = L_6;
|
|
}
|
|
|
|
IL_0025:
|
|
{
|
|
// return bounds;
|
|
Bounds_t367E830C64BBF235ED8C3B2F8CF6254FDCAD39C3 L_7 = V_0;
|
|
return L_7;
|
|
}
|
|
}
|
|
// DungeonArchitect.Builders.Grid.Cell DungeonArchitect.Builders.Grid.GridDungeonQuery::GetRandomCell()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01* GridDungeonQuery_GetRandomCell_mC50AEC7EFEA08AAE62E9C78E11D5907ED7D7523E (GridDungeonQuery_tCF307DEFBAEFBDFFD4767D61DB44001DBC527856* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisGridDungeonModel_tAEF5278646C831FA4C6EEEFEF7128869C645942F_m3EEF24796AFD9A8927D05513E28C0A6BDDE8C12D_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m202842E768D67374DAFBC80E461722EC02CE0102_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m30F652E544243C8D0A4EC46081125E203D2B4C5F_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
GridDungeonModel_tAEF5278646C831FA4C6EEEFEF7128869C645942F* V_0 = NULL;
|
|
{
|
|
// var model = GetComponent<GridDungeonModel>();
|
|
GridDungeonModel_tAEF5278646C831FA4C6EEEFEF7128869C645942F* L_0;
|
|
L_0 = Component_GetComponent_TisGridDungeonModel_tAEF5278646C831FA4C6EEEFEF7128869C645942F_m3EEF24796AFD9A8927D05513E28C0A6BDDE8C12D(__this, Component_GetComponent_TisGridDungeonModel_tAEF5278646C831FA4C6EEEFEF7128869C645942F_m3EEF24796AFD9A8927D05513E28C0A6BDDE8C12D_RuntimeMethod_var);
|
|
V_0 = L_0;
|
|
// if (model == null || model.Cells.Count == 0)
|
|
GridDungeonModel_tAEF5278646C831FA4C6EEEFEF7128869C645942F* L_1 = V_0;
|
|
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_001d;
|
|
}
|
|
}
|
|
{
|
|
GridDungeonModel_tAEF5278646C831FA4C6EEEFEF7128869C645942F* L_3 = V_0;
|
|
NullCheck(L_3);
|
|
List_1_t987D5B80738D2852896A351FD59FC0CCCE96F45A* L_4 = L_3->___Cells_6;
|
|
NullCheck(L_4);
|
|
int32_t L_5;
|
|
L_5 = List_1_get_Count_m202842E768D67374DAFBC80E461722EC02CE0102_inline(L_4, List_1_get_Count_m202842E768D67374DAFBC80E461722EC02CE0102_RuntimeMethod_var);
|
|
if (L_5)
|
|
{
|
|
goto IL_001f;
|
|
}
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
// return null;
|
|
return (Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01*)NULL;
|
|
}
|
|
|
|
IL_001f:
|
|
{
|
|
// return model.Cells[Random.Range(0, model.Cells.Count)];
|
|
GridDungeonModel_tAEF5278646C831FA4C6EEEFEF7128869C645942F* L_6 = V_0;
|
|
NullCheck(L_6);
|
|
List_1_t987D5B80738D2852896A351FD59FC0CCCE96F45A* L_7 = L_6->___Cells_6;
|
|
GridDungeonModel_tAEF5278646C831FA4C6EEEFEF7128869C645942F* L_8 = V_0;
|
|
NullCheck(L_8);
|
|
List_1_t987D5B80738D2852896A351FD59FC0CCCE96F45A* L_9 = L_8->___Cells_6;
|
|
NullCheck(L_9);
|
|
int32_t L_10;
|
|
L_10 = List_1_get_Count_m202842E768D67374DAFBC80E461722EC02CE0102_inline(L_9, List_1_get_Count_m202842E768D67374DAFBC80E461722EC02CE0102_RuntimeMethod_var);
|
|
int32_t L_11;
|
|
L_11 = Random_Range_m6763D9767F033357F88B6637F048F4ACA4123B68(0, L_10, NULL);
|
|
NullCheck(L_7);
|
|
Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01* L_12;
|
|
L_12 = List_1_get_Item_m30F652E544243C8D0A4EC46081125E203D2B4C5F(L_7, L_11, List_1_get_Item_m30F652E544243C8D0A4EC46081125E203D2B4C5F_RuntimeMethod_var);
|
|
return L_12;
|
|
}
|
|
}
|
|
// DungeonArchitect.Builders.Grid.Cell[] DungeonArchitect.Builders.Grid.GridDungeonQuery::FindFurthestRooms()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CellU5BU5D_t406DA9ADF2EEAF234F96021B19BC0F69BA6814C8* GridDungeonQuery_FindFurthestRooms_mB006549F4071BD1D60829D07F01BC9FDD2FF35B8 (GridDungeonQuery_tCF307DEFBAEFBDFFD4767D61DB44001DBC527856* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisGridDungeonModel_tAEF5278646C831FA4C6EEEFEF7128869C645942F_m3EEF24796AFD9A8927D05513E28C0A6BDDE8C12D_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// var model = GetComponent<GridDungeonModel>();
|
|
GridDungeonModel_tAEF5278646C831FA4C6EEEFEF7128869C645942F* L_0;
|
|
L_0 = Component_GetComponent_TisGridDungeonModel_tAEF5278646C831FA4C6EEEFEF7128869C645942F_m3EEF24796AFD9A8927D05513E28C0A6BDDE8C12D(__this, Component_GetComponent_TisGridDungeonModel_tAEF5278646C831FA4C6EEEFEF7128869C645942F_m3EEF24796AFD9A8927D05513E28C0A6BDDE8C12D_RuntimeMethod_var);
|
|
// return GridDungeonModelUtils.FindFurthestRooms(model);
|
|
CellU5BU5D_t406DA9ADF2EEAF234F96021B19BC0F69BA6814C8* L_1;
|
|
L_1 = GridDungeonModelUtils_FindFurthestRooms_m2D6178877810725C28FDFFBD2351835DA5E15A51(L_0, NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Void DungeonArchitect.Builders.Grid.GridDungeonQuery::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GridDungeonQuery__ctor_m5583C8DD4EB00E1E975D32AEEB25FDED0D547E45 (GridDungeonQuery_tCF307DEFBAEFBDFFD4767D61DB44001DBC527856* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_m9242BF83415E907FCF962578CE4F90EB39A5D582_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_tA67244141E978011D16C324808EB61B56151233E_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public Dictionary<int, GameObject[]> DoorObjectsByCellId = new Dictionary<int, GameObject[]>();
|
|
Dictionary_2_tA67244141E978011D16C324808EB61B56151233E* L_0 = (Dictionary_2_tA67244141E978011D16C324808EB61B56151233E*)il2cpp_codegen_object_new(Dictionary_2_tA67244141E978011D16C324808EB61B56151233E_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
Dictionary_2__ctor_m9242BF83415E907FCF962578CE4F90EB39A5D582(L_0, Dictionary_2__ctor_m9242BF83415E907FCF962578CE4F90EB39A5D582_RuntimeMethod_var);
|
|
__this->___DoorObjectsByCellId_4 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___DoorObjectsByCellId_4), (void*)L_0);
|
|
DungeonEventListener__ctor_m922ECF10BBFD6A5CE70AFCE0E110EEFE569DCB01(__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 DungeonArchitect.Builders.Grid.GridBuilderUtils::IsCorridor(DungeonArchitect.Builders.Grid.CellType)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GridBuilderUtils_IsCorridor_mEBA6902F5A3C4C1B80F9E8A57527C6B1F99FF45E (int32_t ___0_type, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return type == CellType.Corridor || type == CellType.CorridorPadding;
|
|
int32_t L_0 = ___0_type;
|
|
if ((((int32_t)L_0) == ((int32_t)1)))
|
|
{
|
|
goto IL_0009;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_1 = ___0_type;
|
|
return (bool)((((int32_t)L_1) == ((int32_t)2))? 1 : 0);
|
|
}
|
|
|
|
IL_0009:
|
|
{
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// System.Boolean DungeonArchitect.Builders.Grid.GridBuilderUtils::IsRoomCorridor(DungeonArchitect.Builders.Grid.CellType,DungeonArchitect.Builders.Grid.CellType)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GridBuilderUtils_IsRoomCorridor_m43306ADCAF9B22CDC72C242530887F6188AE0ABE (int32_t ___0_typeA, int32_t ___1_typeB, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return (typeA == CellType.Room && IsCorridor(typeB))
|
|
// || (typeB == CellType.Room && IsCorridor(typeA));
|
|
int32_t L_0 = ___0_typeA;
|
|
if (L_0)
|
|
{
|
|
goto IL_000b;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_1 = ___1_typeB;
|
|
bool L_2;
|
|
L_2 = GridBuilderUtils_IsCorridor_mEBA6902F5A3C4C1B80F9E8A57527C6B1F99FF45E(L_1, NULL);
|
|
if (L_2)
|
|
{
|
|
goto IL_0017;
|
|
}
|
|
}
|
|
|
|
IL_000b:
|
|
{
|
|
int32_t L_3 = ___1_typeB;
|
|
if (L_3)
|
|
{
|
|
goto IL_0015;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_4 = ___0_typeA;
|
|
bool L_5;
|
|
L_5 = GridBuilderUtils_IsCorridor_mEBA6902F5A3C4C1B80F9E8A57527C6B1F99FF45E(L_4, NULL);
|
|
return L_5;
|
|
}
|
|
|
|
IL_0015:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0017:
|
|
{
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// System.Void DungeonArchitect.Builders.Grid.GridBuilderUtils::GetRoomConnectionPointsForTiledMode(DungeonArchitect.Rectangle,System.Collections.Generic.List`1<DungeonArchitect.IntVector>&,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GridBuilderUtils_GetRoomConnectionPointsForTiledMode_mAF10C571825C25369191A06D7B40C6F7B9745CEA (Rectangle_tA560F5F5599A7C11DDD6E7EC2A93ABD2AAA6C64E ___0_bounds, List_1_t72F81508323A323FA6727DCAE9E4209241B62383** ___1_positions, bool ___2_skipCornersOnPathSelection, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mF01C477CDADA3CC4D7589AF47F15AA10EDB9A371_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 V_4 = 0;
|
|
int32_t V_5 = 0;
|
|
{
|
|
// int sx = bounds.X;
|
|
int32_t L_0;
|
|
L_0 = Rectangle_get_X_mD341734E31CFC938EC2F3E84BFBCFEC5508AF1F9((&___0_bounds), NULL);
|
|
V_0 = L_0;
|
|
// int ex = bounds.X + bounds.Width;
|
|
int32_t L_1;
|
|
L_1 = Rectangle_get_X_mD341734E31CFC938EC2F3E84BFBCFEC5508AF1F9((&___0_bounds), NULL);
|
|
int32_t L_2;
|
|
L_2 = Rectangle_get_Width_m8EF061695117C080FF4BA340AFF6FCC43746A38C((&___0_bounds), NULL);
|
|
V_1 = ((int32_t)il2cpp_codegen_add(L_1, L_2));
|
|
// int sz = bounds.Z;
|
|
int32_t L_3;
|
|
L_3 = Rectangle_get_Z_mA65FD7EB998C73981F6B38913C44EA26AEF345F4((&___0_bounds), NULL);
|
|
V_2 = L_3;
|
|
// int ez = bounds.Z + bounds.Length;
|
|
int32_t L_4;
|
|
L_4 = Rectangle_get_Z_mA65FD7EB998C73981F6B38913C44EA26AEF345F4((&___0_bounds), NULL);
|
|
int32_t L_5;
|
|
L_5 = Rectangle_get_Length_mED01F5FFE1B4FFF9A67FE93A0C2D9258CECBB435((&___0_bounds), NULL);
|
|
V_3 = ((int32_t)il2cpp_codegen_add(L_4, L_5));
|
|
// if (skipCornersOnPathSelection)
|
|
bool L_6 = ___2_skipCornersOnPathSelection;
|
|
if (!L_6)
|
|
{
|
|
goto IL_0043;
|
|
}
|
|
}
|
|
{
|
|
// sx++; sz++;
|
|
int32_t L_7 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_7, 1));
|
|
// sx++; sz++;
|
|
int32_t L_8 = V_2;
|
|
V_2 = ((int32_t)il2cpp_codegen_add(L_8, 1));
|
|
// ex--; ez--;
|
|
int32_t L_9 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_subtract(L_9, 1));
|
|
// ex--; ez--;
|
|
int32_t L_10 = V_3;
|
|
V_3 = ((int32_t)il2cpp_codegen_subtract(L_10, 1));
|
|
}
|
|
|
|
IL_0043:
|
|
{
|
|
// for (int x = sx; x < ex; x++)
|
|
int32_t L_11 = V_0;
|
|
V_4 = L_11;
|
|
goto IL_0084;
|
|
}
|
|
|
|
IL_0048:
|
|
{
|
|
// positions.Add(new IntVector(x, 0, bounds.Z - 1));
|
|
List_1_t72F81508323A323FA6727DCAE9E4209241B62383** L_12 = ___1_positions;
|
|
List_1_t72F81508323A323FA6727DCAE9E4209241B62383* L_13 = *((List_1_t72F81508323A323FA6727DCAE9E4209241B62383**)L_12);
|
|
int32_t L_14 = V_4;
|
|
int32_t L_15;
|
|
L_15 = Rectangle_get_Z_mA65FD7EB998C73981F6B38913C44EA26AEF345F4((&___0_bounds), NULL);
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_16;
|
|
memset((&L_16), 0, sizeof(L_16));
|
|
IntVector__ctor_mA5653A9122DC5F76C09064F96D45BD4A1255EE34((&L_16), L_14, 0, ((int32_t)il2cpp_codegen_subtract(L_15, 1)), /*hidden argument*/NULL);
|
|
NullCheck(L_13);
|
|
List_1_Add_mF01C477CDADA3CC4D7589AF47F15AA10EDB9A371_inline(L_13, L_16, List_1_Add_mF01C477CDADA3CC4D7589AF47F15AA10EDB9A371_RuntimeMethod_var);
|
|
// positions.Add(new IntVector(x, 0, bounds.Z + bounds.Length));
|
|
List_1_t72F81508323A323FA6727DCAE9E4209241B62383** L_17 = ___1_positions;
|
|
List_1_t72F81508323A323FA6727DCAE9E4209241B62383* L_18 = *((List_1_t72F81508323A323FA6727DCAE9E4209241B62383**)L_17);
|
|
int32_t L_19 = V_4;
|
|
int32_t L_20;
|
|
L_20 = Rectangle_get_Z_mA65FD7EB998C73981F6B38913C44EA26AEF345F4((&___0_bounds), NULL);
|
|
int32_t L_21;
|
|
L_21 = Rectangle_get_Length_mED01F5FFE1B4FFF9A67FE93A0C2D9258CECBB435((&___0_bounds), NULL);
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_22;
|
|
memset((&L_22), 0, sizeof(L_22));
|
|
IntVector__ctor_mA5653A9122DC5F76C09064F96D45BD4A1255EE34((&L_22), L_19, 0, ((int32_t)il2cpp_codegen_add(L_20, L_21)), /*hidden argument*/NULL);
|
|
NullCheck(L_18);
|
|
List_1_Add_mF01C477CDADA3CC4D7589AF47F15AA10EDB9A371_inline(L_18, L_22, List_1_Add_mF01C477CDADA3CC4D7589AF47F15AA10EDB9A371_RuntimeMethod_var);
|
|
// for (int x = sx; x < ex; x++)
|
|
int32_t L_23 = V_4;
|
|
V_4 = ((int32_t)il2cpp_codegen_add(L_23, 1));
|
|
}
|
|
|
|
IL_0084:
|
|
{
|
|
// for (int x = sx; x < ex; x++)
|
|
int32_t L_24 = V_4;
|
|
int32_t L_25 = V_1;
|
|
if ((((int32_t)L_24) < ((int32_t)L_25)))
|
|
{
|
|
goto IL_0048;
|
|
}
|
|
}
|
|
{
|
|
// for (int z = sz; z < ez; z++)
|
|
int32_t L_26 = V_2;
|
|
V_5 = L_26;
|
|
goto IL_00ca;
|
|
}
|
|
|
|
IL_008e:
|
|
{
|
|
// positions.Add(new IntVector(bounds.X - 1, 0, z));
|
|
List_1_t72F81508323A323FA6727DCAE9E4209241B62383** L_27 = ___1_positions;
|
|
List_1_t72F81508323A323FA6727DCAE9E4209241B62383* L_28 = *((List_1_t72F81508323A323FA6727DCAE9E4209241B62383**)L_27);
|
|
int32_t L_29;
|
|
L_29 = Rectangle_get_X_mD341734E31CFC938EC2F3E84BFBCFEC5508AF1F9((&___0_bounds), NULL);
|
|
int32_t L_30 = V_5;
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_31;
|
|
memset((&L_31), 0, sizeof(L_31));
|
|
IntVector__ctor_mA5653A9122DC5F76C09064F96D45BD4A1255EE34((&L_31), ((int32_t)il2cpp_codegen_subtract(L_29, 1)), 0, L_30, /*hidden argument*/NULL);
|
|
NullCheck(L_28);
|
|
List_1_Add_mF01C477CDADA3CC4D7589AF47F15AA10EDB9A371_inline(L_28, L_31, List_1_Add_mF01C477CDADA3CC4D7589AF47F15AA10EDB9A371_RuntimeMethod_var);
|
|
// positions.Add(new IntVector(bounds.X + bounds.Width, 0, z));
|
|
List_1_t72F81508323A323FA6727DCAE9E4209241B62383** L_32 = ___1_positions;
|
|
List_1_t72F81508323A323FA6727DCAE9E4209241B62383* L_33 = *((List_1_t72F81508323A323FA6727DCAE9E4209241B62383**)L_32);
|
|
int32_t L_34;
|
|
L_34 = Rectangle_get_X_mD341734E31CFC938EC2F3E84BFBCFEC5508AF1F9((&___0_bounds), NULL);
|
|
int32_t L_35;
|
|
L_35 = Rectangle_get_Width_m8EF061695117C080FF4BA340AFF6FCC43746A38C((&___0_bounds), NULL);
|
|
int32_t L_36 = V_5;
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_37;
|
|
memset((&L_37), 0, sizeof(L_37));
|
|
IntVector__ctor_mA5653A9122DC5F76C09064F96D45BD4A1255EE34((&L_37), ((int32_t)il2cpp_codegen_add(L_34, L_35)), 0, L_36, /*hidden argument*/NULL);
|
|
NullCheck(L_33);
|
|
List_1_Add_mF01C477CDADA3CC4D7589AF47F15AA10EDB9A371_inline(L_33, L_37, List_1_Add_mF01C477CDADA3CC4D7589AF47F15AA10EDB9A371_RuntimeMethod_var);
|
|
// for (int z = sz; z < ez; z++)
|
|
int32_t L_38 = V_5;
|
|
V_5 = ((int32_t)il2cpp_codegen_add(L_38, 1));
|
|
}
|
|
|
|
IL_00ca:
|
|
{
|
|
// for (int z = sz; z < ez; z++)
|
|
int32_t L_39 = V_5;
|
|
int32_t L_40 = V_3;
|
|
if ((((int32_t)L_39) < ((int32_t)L_40)))
|
|
{
|
|
goto IL_008e;
|
|
}
|
|
}
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean DungeonArchitect.Builders.Grid.GridBuilderUtils::AreAdjacentCellsReachable(DungeonArchitect.Builders.Grid.GridDungeonModel,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GridBuilderUtils_AreAdjacentCellsReachable_m3FA31F04999AAB0B6E605EC5843A8BBF0ADB9C09 (GridDungeonModel_tAEF5278646C831FA4C6EEEFEF7128869C645942F* ___0_gridModel, int32_t ___1_cellIdA, int32_t ___2_cellIdB, const RuntimeMethod* method)
|
|
{
|
|
Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01* V_0 = NULL;
|
|
Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01* V_1 = NULL;
|
|
Rectangle_tA560F5F5599A7C11DDD6E7EC2A93ABD2AAA6C64E V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
// var cellA = gridModel.GetCell(cellIdA);
|
|
GridDungeonModel_tAEF5278646C831FA4C6EEEFEF7128869C645942F* L_0 = ___0_gridModel;
|
|
int32_t L_1 = ___1_cellIdA;
|
|
NullCheck(L_0);
|
|
Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01* L_2;
|
|
L_2 = GridDungeonModel_GetCell_m161919F5C8F919C9D89B98E3AF0C4013E19784EE(L_0, L_1, NULL);
|
|
V_0 = L_2;
|
|
// var cellB = gridModel.GetCell(cellIdB);
|
|
GridDungeonModel_tAEF5278646C831FA4C6EEEFEF7128869C645942F* L_3 = ___0_gridModel;
|
|
int32_t L_4 = ___2_cellIdB;
|
|
NullCheck(L_3);
|
|
Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01* L_5;
|
|
L_5 = GridDungeonModel_GetCell_m161919F5C8F919C9D89B98E3AF0C4013E19784EE(L_3, L_4, NULL);
|
|
V_1 = L_5;
|
|
// if (cellA == null || cellB == null)
|
|
Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01* L_6 = V_0;
|
|
if (!L_6)
|
|
{
|
|
goto IL_0016;
|
|
}
|
|
}
|
|
{
|
|
Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01* L_7 = V_1;
|
|
if (L_7)
|
|
{
|
|
goto IL_0018;
|
|
}
|
|
}
|
|
|
|
IL_0016:
|
|
{
|
|
// return false;
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0018:
|
|
{
|
|
// if (cellA.CellType == CellType.Room || cellB.CellType == CellType.Room)
|
|
Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01* L_8 = V_0;
|
|
NullCheck(L_8);
|
|
int32_t L_9;
|
|
L_9 = Cell_get_CellType_m2C666B1ED7806805420EA64623AF5D3EDFF6F642_inline(L_8, NULL);
|
|
if (!L_9)
|
|
{
|
|
goto IL_0028;
|
|
}
|
|
}
|
|
{
|
|
Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01* L_10 = V_1;
|
|
NullCheck(L_10);
|
|
int32_t L_11;
|
|
L_11 = Cell_get_CellType_m2C666B1ED7806805420EA64623AF5D3EDFF6F642_inline(L_10, NULL);
|
|
if (L_11)
|
|
{
|
|
goto IL_0039;
|
|
}
|
|
}
|
|
|
|
IL_0028:
|
|
{
|
|
// if (!gridModel.DoorManager.ContainsDoorBetweenCells(cellIdA, cellIdB))
|
|
GridDungeonModel_tAEF5278646C831FA4C6EEEFEF7128869C645942F* L_12 = ___0_gridModel;
|
|
NullCheck(L_12);
|
|
DoorManager_t2E65BDE0A91F2AC349DA211CBF35427A2D919203* L_13 = L_12->___DoorManager_4;
|
|
int32_t L_14 = ___1_cellIdA;
|
|
int32_t L_15 = ___2_cellIdB;
|
|
NullCheck(L_13);
|
|
bool L_16;
|
|
L_16 = DoorManager_ContainsDoorBetweenCells_m9E6FD6D294A3617581772C81DDA8F7EC9CFF87F1(L_13, L_14, L_15, NULL);
|
|
if (L_16)
|
|
{
|
|
goto IL_0039;
|
|
}
|
|
}
|
|
{
|
|
// return false;
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0039:
|
|
{
|
|
// if (cellA.Bounds.Location.y != cellB.Bounds.Location.y)
|
|
Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01* L_17 = V_0;
|
|
NullCheck(L_17);
|
|
Rectangle_tA560F5F5599A7C11DDD6E7EC2A93ABD2AAA6C64E L_18;
|
|
L_18 = Cell_get_Bounds_m701BAE5F667F9ED03D14964497811072198366CE_inline(L_17, NULL);
|
|
V_2 = L_18;
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_19;
|
|
L_19 = Rectangle_get_Location_mF005282420254BC725474ED27F3E4E7513956D2B_inline((&V_2), NULL);
|
|
int32_t L_20 = L_19.___y_1;
|
|
Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01* L_21 = V_1;
|
|
NullCheck(L_21);
|
|
Rectangle_tA560F5F5599A7C11DDD6E7EC2A93ABD2AAA6C64E L_22;
|
|
L_22 = Cell_get_Bounds_m701BAE5F667F9ED03D14964497811072198366CE_inline(L_21, NULL);
|
|
V_2 = L_22;
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_23;
|
|
L_23 = Rectangle_get_Location_mF005282420254BC725474ED27F3E4E7513956D2B_inline((&V_2), NULL);
|
|
int32_t L_24 = L_23.___y_1;
|
|
if ((((int32_t)L_20) == ((int32_t)L_24)))
|
|
{
|
|
goto IL_006d;
|
|
}
|
|
}
|
|
{
|
|
// if (!gridModel.ContainsStair(cellIdA, cellIdB))
|
|
GridDungeonModel_tAEF5278646C831FA4C6EEEFEF7128869C645942F* L_25 = ___0_gridModel;
|
|
int32_t L_26 = ___1_cellIdA;
|
|
int32_t L_27 = ___2_cellIdB;
|
|
NullCheck(L_25);
|
|
bool L_28;
|
|
L_28 = GridDungeonModel_ContainsStair_mC8A1985CC1FFBE3F8562CD6A69A4FF8A853B1E41(L_25, L_26, L_27, NULL);
|
|
if (L_28)
|
|
{
|
|
goto IL_006d;
|
|
}
|
|
}
|
|
{
|
|
// return false;
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_006d:
|
|
{
|
|
// return true;
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// System.Int32[] DungeonArchitect.Builders.Grid.GridBuilderUtils::GetCellCluster(DungeonArchitect.Builders.Grid.GridDungeonModel,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* GridBuilderUtils_GetCellCluster_m0ED5816F8B988A155769E267B3792AF394C051CF (GridDungeonModel_tAEF5278646C831FA4C6EEEFEF7128869C645942F* ___0_gridModel, int32_t ___1_sampleCellId, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_mC7EA452A8170B03342899CC33339B5FA25C99BEC_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_m058ADEC590C81C3B445E1CEEC139CD49DA79E7CC_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m5FB849BD27E36D48FF75A612369B19AE25ED429C_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_Add_m9B0DD9902395EE95D3DC522264BE1EBBBD3513EB_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_Contains_m98A9F88FF94538B5EECB0F87E1E3B3572E02ACA1_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_GetEnumerator_m55BD13C9FD783AFB7B5B8F018E3008E05137A360_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1__ctor_m90EA29D74B137C5317CDC485AA1D799F0B6726FF_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2_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_ToArray_m65479FB75A5FE539EA1A0D6681172717D23CEAAA_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m17F501B5A5C289ECE1B4F3D6EBF05DFA421433F8_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stack_1_Pop_m59DFD2B5EC8D9044532E0AD0BDB20DB33BA76748_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stack_1_Push_mF7CC12CF73D9D4B66FFA2E2D264270212CAB3EDA_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stack_1__ctor_mF63AE96E8925749CDACE05B89002A389DDD748D1_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stack_1_get_Count_m367DD1E571E10E5D1B0D13434E35DC7FC31FA886_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stack_1_t3197E0F5EA36E611B259A88751D31FC2396FE4B6_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73* V_0 = NULL;
|
|
Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01* V_1 = NULL;
|
|
HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2* V_2 = NULL;
|
|
Stack_1_t3197E0F5EA36E611B259A88751D31FC2396FE4B6* V_3 = NULL;
|
|
int32_t V_4 = 0;
|
|
Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01* V_5 = NULL;
|
|
Enumerator_t28FAA6D38864A25718956AF2B8AFCB3B8CCF4376 V_6;
|
|
memset((&V_6), 0, sizeof(V_6));
|
|
int32_t V_7 = 0;
|
|
{
|
|
// var clusters = 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);
|
|
V_0 = L_0;
|
|
// var startCell = gridModel.GetCell(sampleCellId);
|
|
GridDungeonModel_tAEF5278646C831FA4C6EEEFEF7128869C645942F* L_1 = ___0_gridModel;
|
|
int32_t L_2 = ___1_sampleCellId;
|
|
NullCheck(L_1);
|
|
Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01* L_3;
|
|
L_3 = GridDungeonModel_GetCell_m161919F5C8F919C9D89B98E3AF0C4013E19784EE(L_1, L_2, NULL);
|
|
V_1 = L_3;
|
|
// if (startCell == null || startCell.CellType == CellType.Room)
|
|
Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01* L_4 = V_1;
|
|
if (!L_4)
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01* L_5 = V_1;
|
|
NullCheck(L_5);
|
|
int32_t L_6;
|
|
L_6 = Cell_get_CellType_m2C666B1ED7806805420EA64623AF5D3EDFF6F642_inline(L_5, NULL);
|
|
if (L_6)
|
|
{
|
|
goto IL_0027;
|
|
}
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
// clusters.Add(sampleCellId);
|
|
List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73* L_7 = V_0;
|
|
int32_t L_8 = ___1_sampleCellId;
|
|
NullCheck(L_7);
|
|
List_1_Add_m0248A96C5334E9A93E6994B7780478BCD994EA3D_inline(L_7, L_8, List_1_Add_m0248A96C5334E9A93E6994B7780478BCD994EA3D_RuntimeMethod_var);
|
|
// return clusters.ToArray();
|
|
List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73* L_9 = V_0;
|
|
NullCheck(L_9);
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_10;
|
|
L_10 = List_1_ToArray_m65479FB75A5FE539EA1A0D6681172717D23CEAAA(L_9, List_1_ToArray_m65479FB75A5FE539EA1A0D6681172717D23CEAAA_RuntimeMethod_var);
|
|
return L_10;
|
|
}
|
|
|
|
IL_0027:
|
|
{
|
|
// var visited = new HashSet<int>();
|
|
HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2* L_11 = (HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2*)il2cpp_codegen_object_new(HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2_il2cpp_TypeInfo_var);
|
|
NullCheck(L_11);
|
|
HashSet_1__ctor_m90EA29D74B137C5317CDC485AA1D799F0B6726FF(L_11, HashSet_1__ctor_m90EA29D74B137C5317CDC485AA1D799F0B6726FF_RuntimeMethod_var);
|
|
V_2 = L_11;
|
|
// var stack = new Stack<int>();
|
|
Stack_1_t3197E0F5EA36E611B259A88751D31FC2396FE4B6* L_12 = (Stack_1_t3197E0F5EA36E611B259A88751D31FC2396FE4B6*)il2cpp_codegen_object_new(Stack_1_t3197E0F5EA36E611B259A88751D31FC2396FE4B6_il2cpp_TypeInfo_var);
|
|
NullCheck(L_12);
|
|
Stack_1__ctor_mF63AE96E8925749CDACE05B89002A389DDD748D1(L_12, Stack_1__ctor_mF63AE96E8925749CDACE05B89002A389DDD748D1_RuntimeMethod_var);
|
|
V_3 = L_12;
|
|
// stack.Push(sampleCellId);
|
|
Stack_1_t3197E0F5EA36E611B259A88751D31FC2396FE4B6* L_13 = V_3;
|
|
int32_t L_14 = ___1_sampleCellId;
|
|
NullCheck(L_13);
|
|
Stack_1_Push_mF7CC12CF73D9D4B66FFA2E2D264270212CAB3EDA(L_13, L_14, Stack_1_Push_mF7CC12CF73D9D4B66FFA2E2D264270212CAB3EDA_RuntimeMethod_var);
|
|
goto IL_00da;
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
// var topId = stack.Pop();
|
|
Stack_1_t3197E0F5EA36E611B259A88751D31FC2396FE4B6* L_15 = V_3;
|
|
NullCheck(L_15);
|
|
int32_t L_16;
|
|
L_16 = Stack_1_Pop_m59DFD2B5EC8D9044532E0AD0BDB20DB33BA76748(L_15, Stack_1_Pop_m59DFD2B5EC8D9044532E0AD0BDB20DB33BA76748_RuntimeMethod_var);
|
|
V_4 = L_16;
|
|
// if (visited.Contains(topId)) continue;
|
|
HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2* L_17 = V_2;
|
|
int32_t L_18 = V_4;
|
|
NullCheck(L_17);
|
|
bool L_19;
|
|
L_19 = HashSet_1_Contains_m98A9F88FF94538B5EECB0F87E1E3B3572E02ACA1(L_17, L_18, HashSet_1_Contains_m98A9F88FF94538B5EECB0F87E1E3B3572E02ACA1_RuntimeMethod_var);
|
|
if (L_19)
|
|
{
|
|
goto IL_00da;
|
|
}
|
|
}
|
|
{
|
|
// visited.Add(topId);
|
|
HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2* L_20 = V_2;
|
|
int32_t L_21 = V_4;
|
|
NullCheck(L_20);
|
|
bool L_22;
|
|
L_22 = HashSet_1_Add_m9B0DD9902395EE95D3DC522264BE1EBBBD3513EB(L_20, L_21, HashSet_1_Add_m9B0DD9902395EE95D3DC522264BE1EBBBD3513EB_RuntimeMethod_var);
|
|
// var top = gridModel.GetCell(topId);
|
|
GridDungeonModel_tAEF5278646C831FA4C6EEEFEF7128869C645942F* L_23 = ___0_gridModel;
|
|
int32_t L_24 = V_4;
|
|
NullCheck(L_23);
|
|
Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01* L_25;
|
|
L_25 = GridDungeonModel_GetCell_m161919F5C8F919C9D89B98E3AF0C4013E19784EE(L_23, L_24, NULL);
|
|
V_5 = L_25;
|
|
// if (top == null) continue;
|
|
Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01* L_26 = V_5;
|
|
if (!L_26)
|
|
{
|
|
goto IL_00da;
|
|
}
|
|
}
|
|
{
|
|
// if (top.CellType == CellType.Unknown || top.CellType == CellType.Room) continue;
|
|
Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01* L_27 = V_5;
|
|
NullCheck(L_27);
|
|
int32_t L_28;
|
|
L_28 = Cell_get_CellType_m2C666B1ED7806805420EA64623AF5D3EDFF6F642_inline(L_27, NULL);
|
|
if ((((int32_t)L_28) == ((int32_t)3)))
|
|
{
|
|
goto IL_00da;
|
|
}
|
|
}
|
|
{
|
|
Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01* L_29 = V_5;
|
|
NullCheck(L_29);
|
|
int32_t L_30;
|
|
L_30 = Cell_get_CellType_m2C666B1ED7806805420EA64623AF5D3EDFF6F642_inline(L_29, NULL);
|
|
if (!L_30)
|
|
{
|
|
goto IL_00da;
|
|
}
|
|
}
|
|
{
|
|
// if (IsCorridor(top.CellType))
|
|
Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01* L_31 = V_5;
|
|
NullCheck(L_31);
|
|
int32_t L_32;
|
|
L_32 = Cell_get_CellType_m2C666B1ED7806805420EA64623AF5D3EDFF6F642_inline(L_31, NULL);
|
|
bool L_33;
|
|
L_33 = GridBuilderUtils_IsCorridor_mEBA6902F5A3C4C1B80F9E8A57527C6B1F99FF45E(L_32, NULL);
|
|
if (!L_33)
|
|
{
|
|
goto IL_0094;
|
|
}
|
|
}
|
|
{
|
|
// clusters.Add(topId);
|
|
List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73* L_34 = V_0;
|
|
int32_t L_35 = V_4;
|
|
NullCheck(L_34);
|
|
List_1_Add_m0248A96C5334E9A93E6994B7780478BCD994EA3D_inline(L_34, L_35, List_1_Add_m0248A96C5334E9A93E6994B7780478BCD994EA3D_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0094:
|
|
{
|
|
// foreach (var adjacentId in top.AdjacentCells)
|
|
Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01* L_36 = V_5;
|
|
NullCheck(L_36);
|
|
HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2* L_37;
|
|
L_37 = Cell_get_AdjacentCells_mC35A0A65ACAAB5271D19556623A0988F589AE523_inline(L_36, NULL);
|
|
NullCheck(L_37);
|
|
Enumerator_t28FAA6D38864A25718956AF2B8AFCB3B8CCF4376 L_38;
|
|
L_38 = HashSet_1_GetEnumerator_m55BD13C9FD783AFB7B5B8F018E3008E05137A360(L_37, HashSet_1_GetEnumerator_m55BD13C9FD783AFB7B5B8F018E3008E05137A360_RuntimeMethod_var);
|
|
V_6 = L_38;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_00cc:
|
|
{// begin finally (depth: 1)
|
|
Enumerator_Dispose_mC7EA452A8170B03342899CC33339B5FA25C99BEC((&V_6), Enumerator_Dispose_mC7EA452A8170B03342899CC33339B5FA25C99BEC_RuntimeMethod_var);
|
|
return;
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
{
|
|
goto IL_00c1_1;
|
|
}
|
|
|
|
IL_00a4_1:
|
|
{
|
|
// foreach (var adjacentId in top.AdjacentCells)
|
|
int32_t L_39;
|
|
L_39 = Enumerator_get_Current_m5FB849BD27E36D48FF75A612369B19AE25ED429C_inline((&V_6), Enumerator_get_Current_m5FB849BD27E36D48FF75A612369B19AE25ED429C_RuntimeMethod_var);
|
|
V_7 = L_39;
|
|
// if (AreAdjacentCellsReachable(gridModel, topId, adjacentId))
|
|
GridDungeonModel_tAEF5278646C831FA4C6EEEFEF7128869C645942F* L_40 = ___0_gridModel;
|
|
int32_t L_41 = V_4;
|
|
int32_t L_42 = V_7;
|
|
bool L_43;
|
|
L_43 = GridBuilderUtils_AreAdjacentCellsReachable_m3FA31F04999AAB0B6E605EC5843A8BBF0ADB9C09(L_40, L_41, L_42, NULL);
|
|
if (!L_43)
|
|
{
|
|
goto IL_00c1_1;
|
|
}
|
|
}
|
|
{
|
|
// stack.Push(adjacentId);
|
|
Stack_1_t3197E0F5EA36E611B259A88751D31FC2396FE4B6* L_44 = V_3;
|
|
int32_t L_45 = V_7;
|
|
NullCheck(L_44);
|
|
Stack_1_Push_mF7CC12CF73D9D4B66FFA2E2D264270212CAB3EDA(L_44, L_45, Stack_1_Push_mF7CC12CF73D9D4B66FFA2E2D264270212CAB3EDA_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_00c1_1:
|
|
{
|
|
// foreach (var adjacentId in top.AdjacentCells)
|
|
bool L_46;
|
|
L_46 = Enumerator_MoveNext_m058ADEC590C81C3B445E1CEEC139CD49DA79E7CC((&V_6), Enumerator_MoveNext_m058ADEC590C81C3B445E1CEEC139CD49DA79E7CC_RuntimeMethod_var);
|
|
if (L_46)
|
|
{
|
|
goto IL_00a4_1;
|
|
}
|
|
}
|
|
{
|
|
goto IL_00da;
|
|
}
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_00da:
|
|
{
|
|
// while (stack.Count > 0)
|
|
Stack_1_t3197E0F5EA36E611B259A88751D31FC2396FE4B6* L_47 = V_3;
|
|
NullCheck(L_47);
|
|
int32_t L_48;
|
|
L_48 = Stack_1_get_Count_m367DD1E571E10E5D1B0D13434E35DC7FC31FA886_inline(L_47, Stack_1_get_Count_m367DD1E571E10E5D1B0D13434E35DC7FC31FA886_RuntimeMethod_var);
|
|
if ((((int32_t)L_48) > ((int32_t)0)))
|
|
{
|
|
goto IL_003f;
|
|
}
|
|
}
|
|
{
|
|
// return clusters.ToArray();
|
|
List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73* L_49 = V_0;
|
|
NullCheck(L_49);
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_50;
|
|
L_50 = List_1_ToArray_m65479FB75A5FE539EA1A0D6681172717D23CEAAA(L_49, List_1_ToArray_m65479FB75A5FE539EA1A0D6681172717D23CEAAA_RuntimeMethod_var);
|
|
return L_50;
|
|
}
|
|
}
|
|
// System.Void DungeonArchitect.Builders.Grid.GridBuilderUtils::GetAdjacentCorridors(DungeonArchitect.Builders.Grid.GridDungeonModel,System.Int32,System.Collections.Generic.List`1<System.Int32>&,System.Collections.Generic.List`1<System.Int32>&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GridBuilderUtils_GetAdjacentCorridors_mAC8854B60A5CD709EC10498068D7C1F22C5BDCF1 (GridDungeonModel_tAEF5278646C831FA4C6EEEFEF7128869C645942F* ___0_gridModel, int32_t ___1_startCellId, List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73** ___2_OutConnectedCorridors, List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73** ___3_OutConnectedRooms, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_mC7EA452A8170B03342899CC33339B5FA25C99BEC_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_m058ADEC590C81C3B445E1CEEC139CD49DA79E7CC_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m5FB849BD27E36D48FF75A612369B19AE25ED429C_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_Add_m9B0DD9902395EE95D3DC522264BE1EBBBD3513EB_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_Contains_m98A9F88FF94538B5EECB0F87E1E3B3572E02ACA1_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_GetEnumerator_m55BD13C9FD783AFB7B5B8F018E3008E05137A360_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1__ctor_m90EA29D74B137C5317CDC485AA1D799F0B6726FF_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2_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_Clear_mF6795DE5F49C1D0B91D6A0955F448B22970D67A9_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stack_1_Pop_m59DFD2B5EC8D9044532E0AD0BDB20DB33BA76748_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stack_1_Push_mF7CC12CF73D9D4B66FFA2E2D264270212CAB3EDA_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stack_1__ctor_mF63AE96E8925749CDACE05B89002A389DDD748D1_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stack_1_get_Count_m367DD1E571E10E5D1B0D13434E35DC7FC31FA886_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stack_1_t3197E0F5EA36E611B259A88751D31FC2396FE4B6_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2* V_0 = NULL;
|
|
Stack_1_t3197E0F5EA36E611B259A88751D31FC2396FE4B6* V_1 = NULL;
|
|
int32_t V_2 = 0;
|
|
Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01* V_3 = NULL;
|
|
Enumerator_t28FAA6D38864A25718956AF2B8AFCB3B8CCF4376 V_4;
|
|
memset((&V_4), 0, sizeof(V_4));
|
|
int32_t V_5 = 0;
|
|
{
|
|
// OutConnectedCorridors.Clear();
|
|
List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73** L_0 = ___2_OutConnectedCorridors;
|
|
List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73* L_1 = *((List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73**)L_0);
|
|
NullCheck(L_1);
|
|
List_1_Clear_mF6795DE5F49C1D0B91D6A0955F448B22970D67A9_inline(L_1, List_1_Clear_mF6795DE5F49C1D0B91D6A0955F448B22970D67A9_RuntimeMethod_var);
|
|
// OutConnectedRooms.Clear();
|
|
List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73** L_2 = ___3_OutConnectedRooms;
|
|
List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73* L_3 = *((List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73**)L_2);
|
|
NullCheck(L_3);
|
|
List_1_Clear_mF6795DE5F49C1D0B91D6A0955F448B22970D67A9_inline(L_3, List_1_Clear_mF6795DE5F49C1D0B91D6A0955F448B22970D67A9_RuntimeMethod_var);
|
|
// var visited = new HashSet<int>();
|
|
HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2* L_4 = (HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2*)il2cpp_codegen_object_new(HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2_il2cpp_TypeInfo_var);
|
|
NullCheck(L_4);
|
|
HashSet_1__ctor_m90EA29D74B137C5317CDC485AA1D799F0B6726FF(L_4, HashSet_1__ctor_m90EA29D74B137C5317CDC485AA1D799F0B6726FF_RuntimeMethod_var);
|
|
V_0 = L_4;
|
|
// var stack = new Stack<int>();
|
|
Stack_1_t3197E0F5EA36E611B259A88751D31FC2396FE4B6* L_5 = (Stack_1_t3197E0F5EA36E611B259A88751D31FC2396FE4B6*)il2cpp_codegen_object_new(Stack_1_t3197E0F5EA36E611B259A88751D31FC2396FE4B6_il2cpp_TypeInfo_var);
|
|
NullCheck(L_5);
|
|
Stack_1__ctor_mF63AE96E8925749CDACE05B89002A389DDD748D1(L_5, Stack_1__ctor_mF63AE96E8925749CDACE05B89002A389DDD748D1_RuntimeMethod_var);
|
|
V_1 = L_5;
|
|
// stack.Push(startCellId);
|
|
Stack_1_t3197E0F5EA36E611B259A88751D31FC2396FE4B6* L_6 = V_1;
|
|
int32_t L_7 = ___1_startCellId;
|
|
NullCheck(L_6);
|
|
Stack_1_Push_mF7CC12CF73D9D4B66FFA2E2D264270212CAB3EDA(L_6, L_7, Stack_1_Push_mF7CC12CF73D9D4B66FFA2E2D264270212CAB3EDA_RuntimeMethod_var);
|
|
goto IL_00c9;
|
|
}
|
|
|
|
IL_0026:
|
|
{
|
|
// var topId = stack.Pop();
|
|
Stack_1_t3197E0F5EA36E611B259A88751D31FC2396FE4B6* L_8 = V_1;
|
|
NullCheck(L_8);
|
|
int32_t L_9;
|
|
L_9 = Stack_1_Pop_m59DFD2B5EC8D9044532E0AD0BDB20DB33BA76748(L_8, Stack_1_Pop_m59DFD2B5EC8D9044532E0AD0BDB20DB33BA76748_RuntimeMethod_var);
|
|
V_2 = L_9;
|
|
// if (visited.Contains(topId)) continue;
|
|
HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2* L_10 = V_0;
|
|
int32_t L_11 = V_2;
|
|
NullCheck(L_10);
|
|
bool L_12;
|
|
L_12 = HashSet_1_Contains_m98A9F88FF94538B5EECB0F87E1E3B3572E02ACA1(L_10, L_11, HashSet_1_Contains_m98A9F88FF94538B5EECB0F87E1E3B3572E02ACA1_RuntimeMethod_var);
|
|
if (L_12)
|
|
{
|
|
goto IL_00c9;
|
|
}
|
|
}
|
|
{
|
|
// visited.Add(topId);
|
|
HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2* L_13 = V_0;
|
|
int32_t L_14 = V_2;
|
|
NullCheck(L_13);
|
|
bool L_15;
|
|
L_15 = HashSet_1_Add_m9B0DD9902395EE95D3DC522264BE1EBBBD3513EB(L_13, L_14, HashSet_1_Add_m9B0DD9902395EE95D3DC522264BE1EBBBD3513EB_RuntimeMethod_var);
|
|
// var top = gridModel.GetCell(topId);
|
|
GridDungeonModel_tAEF5278646C831FA4C6EEEFEF7128869C645942F* L_16 = ___0_gridModel;
|
|
int32_t L_17 = V_2;
|
|
NullCheck(L_16);
|
|
Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01* L_18;
|
|
L_18 = GridDungeonModel_GetCell_m161919F5C8F919C9D89B98E3AF0C4013E19784EE(L_16, L_17, NULL);
|
|
V_3 = L_18;
|
|
// if (top == null) continue;
|
|
Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01* L_19 = V_3;
|
|
if (!L_19)
|
|
{
|
|
goto IL_00c9;
|
|
}
|
|
}
|
|
{
|
|
// if (top.CellType == CellType.Unknown) continue;
|
|
Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01* L_20 = V_3;
|
|
NullCheck(L_20);
|
|
int32_t L_21;
|
|
L_21 = Cell_get_CellType_m2C666B1ED7806805420EA64623AF5D3EDFF6F642_inline(L_20, NULL);
|
|
if ((((int32_t)L_21) == ((int32_t)3)))
|
|
{
|
|
goto IL_00c9;
|
|
}
|
|
}
|
|
{
|
|
// if (top.CellType == CellType.Room && top.Id != startCellId)
|
|
Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01* L_22 = V_3;
|
|
NullCheck(L_22);
|
|
int32_t L_23;
|
|
L_23 = Cell_get_CellType_m2C666B1ED7806805420EA64623AF5D3EDFF6F642_inline(L_22, NULL);
|
|
if (L_23)
|
|
{
|
|
goto IL_0070;
|
|
}
|
|
}
|
|
{
|
|
Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01* L_24 = V_3;
|
|
NullCheck(L_24);
|
|
int32_t L_25;
|
|
L_25 = Cell_get_Id_m9019A9DE5723347E0DE724E363AC4F2AAB7429BA_inline(L_24, NULL);
|
|
int32_t L_26 = ___1_startCellId;
|
|
if ((((int32_t)L_25) == ((int32_t)L_26)))
|
|
{
|
|
goto IL_0070;
|
|
}
|
|
}
|
|
{
|
|
// OutConnectedRooms.Add(topId);
|
|
List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73** L_27 = ___3_OutConnectedRooms;
|
|
List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73* L_28 = *((List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73**)L_27);
|
|
int32_t L_29 = V_2;
|
|
NullCheck(L_28);
|
|
List_1_Add_m0248A96C5334E9A93E6994B7780478BCD994EA3D_inline(L_28, L_29, List_1_Add_m0248A96C5334E9A93E6994B7780478BCD994EA3D_RuntimeMethod_var);
|
|
// continue;
|
|
goto IL_00c9;
|
|
}
|
|
|
|
IL_0070:
|
|
{
|
|
// if (IsCorridor(top.CellType))
|
|
Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01* L_30 = V_3;
|
|
NullCheck(L_30);
|
|
int32_t L_31;
|
|
L_31 = Cell_get_CellType_m2C666B1ED7806805420EA64623AF5D3EDFF6F642_inline(L_30, NULL);
|
|
bool L_32;
|
|
L_32 = GridBuilderUtils_IsCorridor_mEBA6902F5A3C4C1B80F9E8A57527C6B1F99FF45E(L_31, NULL);
|
|
if (!L_32)
|
|
{
|
|
goto IL_0085;
|
|
}
|
|
}
|
|
{
|
|
// OutConnectedCorridors.Add(topId);
|
|
List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73** L_33 = ___2_OutConnectedCorridors;
|
|
List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73* L_34 = *((List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73**)L_33);
|
|
int32_t L_35 = V_2;
|
|
NullCheck(L_34);
|
|
List_1_Add_m0248A96C5334E9A93E6994B7780478BCD994EA3D_inline(L_34, L_35, List_1_Add_m0248A96C5334E9A93E6994B7780478BCD994EA3D_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0085:
|
|
{
|
|
// foreach (var adjacentId in top.AdjacentCells)
|
|
Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01* L_36 = V_3;
|
|
NullCheck(L_36);
|
|
HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2* L_37;
|
|
L_37 = Cell_get_AdjacentCells_mC35A0A65ACAAB5271D19556623A0988F589AE523_inline(L_36, NULL);
|
|
NullCheck(L_37);
|
|
Enumerator_t28FAA6D38864A25718956AF2B8AFCB3B8CCF4376 L_38;
|
|
L_38 = HashSet_1_GetEnumerator_m55BD13C9FD783AFB7B5B8F018E3008E05137A360(L_37, HashSet_1_GetEnumerator_m55BD13C9FD783AFB7B5B8F018E3008E05137A360_RuntimeMethod_var);
|
|
V_4 = L_38;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_00bb:
|
|
{// begin finally (depth: 1)
|
|
Enumerator_Dispose_mC7EA452A8170B03342899CC33339B5FA25C99BEC((&V_4), Enumerator_Dispose_mC7EA452A8170B03342899CC33339B5FA25C99BEC_RuntimeMethod_var);
|
|
return;
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
{
|
|
goto IL_00b0_1;
|
|
}
|
|
|
|
IL_0094_1:
|
|
{
|
|
// foreach (var adjacentId in top.AdjacentCells)
|
|
int32_t L_39;
|
|
L_39 = Enumerator_get_Current_m5FB849BD27E36D48FF75A612369B19AE25ED429C_inline((&V_4), Enumerator_get_Current_m5FB849BD27E36D48FF75A612369B19AE25ED429C_RuntimeMethod_var);
|
|
V_5 = L_39;
|
|
// if (AreAdjacentCellsReachable(gridModel, topId, adjacentId))
|
|
GridDungeonModel_tAEF5278646C831FA4C6EEEFEF7128869C645942F* L_40 = ___0_gridModel;
|
|
int32_t L_41 = V_2;
|
|
int32_t L_42 = V_5;
|
|
bool L_43;
|
|
L_43 = GridBuilderUtils_AreAdjacentCellsReachable_m3FA31F04999AAB0B6E605EC5843A8BBF0ADB9C09(L_40, L_41, L_42, NULL);
|
|
if (!L_43)
|
|
{
|
|
goto IL_00b0_1;
|
|
}
|
|
}
|
|
{
|
|
// stack.Push(adjacentId);
|
|
Stack_1_t3197E0F5EA36E611B259A88751D31FC2396FE4B6* L_44 = V_1;
|
|
int32_t L_45 = V_5;
|
|
NullCheck(L_44);
|
|
Stack_1_Push_mF7CC12CF73D9D4B66FFA2E2D264270212CAB3EDA(L_44, L_45, Stack_1_Push_mF7CC12CF73D9D4B66FFA2E2D264270212CAB3EDA_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_00b0_1:
|
|
{
|
|
// foreach (var adjacentId in top.AdjacentCells)
|
|
bool L_46;
|
|
L_46 = Enumerator_MoveNext_m058ADEC590C81C3B445E1CEEC139CD49DA79E7CC((&V_4), Enumerator_MoveNext_m058ADEC590C81C3B445E1CEEC139CD49DA79E7CC_RuntimeMethod_var);
|
|
if (L_46)
|
|
{
|
|
goto IL_0094_1;
|
|
}
|
|
}
|
|
{
|
|
goto IL_00c9;
|
|
}
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_00c9:
|
|
{
|
|
// while (stack.Count > 0)
|
|
Stack_1_t3197E0F5EA36E611B259A88751D31FC2396FE4B6* L_47 = V_1;
|
|
NullCheck(L_47);
|
|
int32_t L_48;
|
|
L_48 = Stack_1_get_Count_m367DD1E571E10E5D1B0D13434E35DC7FC31FA886_inline(L_47, Stack_1_get_Count_m367DD1E571E10E5D1B0D13434E35DC7FC31FA886_RuntimeMethod_var);
|
|
if ((((int32_t)L_48) > ((int32_t)0)))
|
|
{
|
|
goto IL_0026;
|
|
}
|
|
}
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void DungeonArchitect.Builders.Grid.GridBuilderUtils::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GridBuilderUtils__ctor_mB78414C95E8C73E3E157825DED37FE0DA4578C79 (GridBuilderUtils_t83B629539BADC8A9100BEC31D9A926026D104169* __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 DungeonArchitect.Builders.Grid.GridDebugDrawUtils::DrawCell(DungeonArchitect.Builders.Grid.Cell,UnityEngine.Color,UnityEngine.Vector3,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GridDebugDrawUtils_DrawCell_m9F70A23D721C53A668610841A553C5C7B598C911 (Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01* ___0_cell, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___1_color, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___2_gridScale, bool ___3_mode2D, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// DebugDrawUtils.DrawBounds(cell.Bounds, color, gridScale, mode2D);
|
|
Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01* L_0 = ___0_cell;
|
|
NullCheck(L_0);
|
|
Rectangle_tA560F5F5599A7C11DDD6E7EC2A93ABD2AAA6C64E L_1;
|
|
L_1 = Cell_get_Bounds_m701BAE5F667F9ED03D14964497811072198366CE_inline(L_0, NULL);
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_2 = ___1_color;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_3 = ___2_gridScale;
|
|
bool L_4 = ___3_mode2D;
|
|
DebugDrawUtils_DrawBounds_m2A5835D6779302E0C451B7DECF5999CEF2A96457(L_1, L_2, L_3, L_4, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void DungeonArchitect.Builders.Grid.GridDebugDrawUtils::DrawCellId(DungeonArchitect.Builders.Grid.Cell,UnityEngine.Vector3,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GridDebugDrawUtils_DrawCellId_m5CC0C41AC6F58BEC270471F3970EF13D09DECD32 (Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01* ___0_cell, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___1_gridScale, bool ___2_mode2D, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GUI_tA9CDB3D69DB13D51AD83ABDB587EF95947EC2D2A_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
Rectangle_tA560F5F5599A7C11DDD6E7EC2A93ABD2AAA6C64E V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
int32_t V_3 = 0;
|
|
String_t* G_B3_0 = NULL;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D G_B3_1;
|
|
memset((&G_B3_1), 0, sizeof(G_B3_1));
|
|
String_t* G_B2_0 = NULL;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D G_B2_1;
|
|
memset((&G_B2_1), 0, sizeof(G_B2_1));
|
|
{
|
|
// var center = Vector3.Scale(cell.Bounds.CenterF(), gridScale); // + new Vector3(0, .2f, 0);
|
|
Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01* L_0 = ___0_cell;
|
|
NullCheck(L_0);
|
|
Rectangle_tA560F5F5599A7C11DDD6E7EC2A93ABD2AAA6C64E L_1;
|
|
L_1 = Cell_get_Bounds_m701BAE5F667F9ED03D14964497811072198366CE_inline(L_0, NULL);
|
|
V_2 = L_1;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_2;
|
|
L_2 = Rectangle_CenterF_mB7C46A685881BA29734F1EB9DE38B3228FCAC94B((&V_2), NULL);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_3 = ___1_gridScale;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_4;
|
|
L_4 = Vector3_Scale_m7C3CD199271902D5C00CBF35CD230DEB62B68CAE_inline(L_2, L_3, NULL);
|
|
V_0 = L_4;
|
|
// var screenCoord = Camera.main.WorldToScreenPoint(center);
|
|
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_5;
|
|
L_5 = Camera_get_main_m52C992F18E05355ABB9EEB64A4BF2215E12762DF(NULL);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_6 = V_0;
|
|
NullCheck(L_5);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_7;
|
|
L_7 = Camera_WorldToScreenPoint_m26B4C8945C3B5731F1CC5944CFD96BF17126BAA3(L_5, L_6, NULL);
|
|
V_1 = L_7;
|
|
// if (screenCoord.z > 0)
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_8 = V_1;
|
|
float L_9 = L_8.___z_4;
|
|
if ((!(((float)L_9) > ((float)(0.0f)))))
|
|
{
|
|
goto IL_006c;
|
|
}
|
|
}
|
|
{
|
|
// GUI.Label(new Rect(screenCoord.x, Screen.height - screenCoord.y, 100, 50), "" + cell.Id);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_10 = V_1;
|
|
float L_11 = L_10.___x_2;
|
|
int32_t L_12;
|
|
L_12 = Screen_get_height_m01A3102DE71EE1FBEA51D09D6B0261CF864FE8F9(NULL);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_13 = V_1;
|
|
float L_14 = L_13.___y_3;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_15;
|
|
memset((&L_15), 0, sizeof(L_15));
|
|
Rect__ctor_m18C3033D135097BEE424AAA68D91C706D2647F23((&L_15), L_11, ((float)il2cpp_codegen_subtract(((float)L_12), L_14)), (100.0f), (50.0f), /*hidden argument*/NULL);
|
|
Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01* L_16 = ___0_cell;
|
|
NullCheck(L_16);
|
|
int32_t L_17;
|
|
L_17 = Cell_get_Id_m9019A9DE5723347E0DE724E363AC4F2AAB7429BA_inline(L_16, NULL);
|
|
V_3 = L_17;
|
|
String_t* L_18;
|
|
L_18 = Int32_ToString_m030E01C24E294D6762FB0B6F37CB541581F55CA5((&V_3), NULL);
|
|
String_t* L_19 = L_18;
|
|
G_B2_0 = L_19;
|
|
G_B2_1 = L_15;
|
|
if (L_19)
|
|
{
|
|
G_B3_0 = L_19;
|
|
G_B3_1 = L_15;
|
|
goto IL_0067;
|
|
}
|
|
}
|
|
{
|
|
G_B3_0 = _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709;
|
|
G_B3_1 = G_B2_1;
|
|
}
|
|
|
|
IL_0067:
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(GUI_tA9CDB3D69DB13D51AD83ABDB587EF95947EC2D2A_il2cpp_TypeInfo_var);
|
|
GUI_Label_m4A951E57C7DCCF95A0306240144CA2713F546526(G_B3_1, G_B3_0, NULL);
|
|
}
|
|
|
|
IL_006c:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void DungeonArchitect.Builders.Grid.GridDebugDrawUtils::DrawCellConnectionPoints(DungeonArchitect.Builders.Grid.Cell,DungeonArchitect.Builders.Grid.GridDungeonModel,UnityEngine.Color,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GridDebugDrawUtils_DrawCellConnectionPoints_mCB4604E20EBA2EBF83D01577E877DD38589FECF4 (Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01* ___0_cell, GridDungeonModel_tAEF5278646C831FA4C6EEEFEF7128869C645942F* ___1_model, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___2_color, bool ___3_mode2D, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_mC12D67FB6B2738537F274204A04E2DA463771F54_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_mA1D361FE9A99073D485E65E0A746D14AD56E6C1F_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_mCC10AF4347888150C7C356728C8183205B81A638_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_GetEnumerator_mE99C8F0AD0E80C16E9B36E83EF6F842C1835085D_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m3594F0DA9A2356EC1BE06D92A122AC7D4953A063_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t72F81508323A323FA6727DCAE9E4209241B62383_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
GridDungeonConfig_tA813B337E88DBA4D5849118F7CF0D012B1178726* V_0 = NULL;
|
|
bool V_1 = false;
|
|
List_1_t72F81508323A323FA6727DCAE9E4209241B62383* V_2 = NULL;
|
|
Enumerator_t63D0D9D2F4A7D35CCD6B732EA566D06665532C5C V_3;
|
|
memset((&V_3), 0, sizeof(V_3));
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C V_4;
|
|
memset((&V_4), 0, sizeof(V_4));
|
|
{
|
|
// if (model == null) return;
|
|
GridDungeonModel_tAEF5278646C831FA4C6EEEFEF7128869C645942F* L_0 = ___1_model;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_1;
|
|
L_1 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_0, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_000a;
|
|
}
|
|
}
|
|
{
|
|
// if (model == null) return;
|
|
return;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
// var gridConfig = model.Config as GridDungeonConfig;
|
|
GridDungeonModel_tAEF5278646C831FA4C6EEEFEF7128869C645942F* L_2 = ___1_model;
|
|
NullCheck(L_2);
|
|
GridDungeonConfig_tA813B337E88DBA4D5849118F7CF0D012B1178726* L_3 = L_2->___Config_5;
|
|
V_0 = L_3;
|
|
// if (gridConfig == null) return;
|
|
GridDungeonConfig_tA813B337E88DBA4D5849118F7CF0D012B1178726* L_4 = V_0;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_5;
|
|
L_5 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_4, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
if (!L_5)
|
|
{
|
|
goto IL_001b;
|
|
}
|
|
}
|
|
{
|
|
// if (gridConfig == null) return;
|
|
return;
|
|
}
|
|
|
|
IL_001b:
|
|
{
|
|
// if (cell.CellType == CellType.Room)
|
|
Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01* L_6 = ___0_cell;
|
|
NullCheck(L_6);
|
|
int32_t L_7;
|
|
L_7 = Cell_get_CellType_m2C666B1ED7806805420EA64623AF5D3EDFF6F642_inline(L_6, NULL);
|
|
if (L_7)
|
|
{
|
|
goto IL_008e;
|
|
}
|
|
}
|
|
{
|
|
// var skipCornerConnectionPoints = (gridConfig.WallLayoutType == GridDungeonWallType.WallsAsTileBlocks);
|
|
GridDungeonConfig_tA813B337E88DBA4D5849118F7CF0D012B1178726* L_8 = V_0;
|
|
NullCheck(L_8);
|
|
int32_t L_9 = L_8->___WallLayoutType_20;
|
|
V_1 = (bool)((((int32_t)L_9) == ((int32_t)1))? 1 : 0);
|
|
// var connectionPoints = new List<IntVector>();
|
|
List_1_t72F81508323A323FA6727DCAE9E4209241B62383* L_10 = (List_1_t72F81508323A323FA6727DCAE9E4209241B62383*)il2cpp_codegen_object_new(List_1_t72F81508323A323FA6727DCAE9E4209241B62383_il2cpp_TypeInfo_var);
|
|
NullCheck(L_10);
|
|
List_1__ctor_m3594F0DA9A2356EC1BE06D92A122AC7D4953A063(L_10, List_1__ctor_m3594F0DA9A2356EC1BE06D92A122AC7D4953A063_RuntimeMethod_var);
|
|
V_2 = L_10;
|
|
// GridBuilderUtils.GetRoomConnectionPointsForTiledMode(cell.Bounds, ref connectionPoints, skipCornerConnectionPoints);
|
|
Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01* L_11 = ___0_cell;
|
|
NullCheck(L_11);
|
|
Rectangle_tA560F5F5599A7C11DDD6E7EC2A93ABD2AAA6C64E L_12;
|
|
L_12 = Cell_get_Bounds_m701BAE5F667F9ED03D14964497811072198366CE_inline(L_11, NULL);
|
|
bool L_13 = V_1;
|
|
GridBuilderUtils_GetRoomConnectionPointsForTiledMode_mAF10C571825C25369191A06D7B40C6F7B9745CEA(L_12, (&V_2), L_13, NULL);
|
|
// foreach (var point in connectionPoints)
|
|
List_1_t72F81508323A323FA6727DCAE9E4209241B62383* L_14 = V_2;
|
|
NullCheck(L_14);
|
|
Enumerator_t63D0D9D2F4A7D35CCD6B732EA566D06665532C5C L_15;
|
|
L_15 = List_1_GetEnumerator_mE99C8F0AD0E80C16E9B36E83EF6F842C1835085D(L_14, List_1_GetEnumerator_mE99C8F0AD0E80C16E9B36E83EF6F842C1835085D_RuntimeMethod_var);
|
|
V_3 = L_15;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_0080:
|
|
{// begin finally (depth: 1)
|
|
Enumerator_Dispose_mC12D67FB6B2738537F274204A04E2DA463771F54((&V_3), Enumerator_Dispose_mC12D67FB6B2738537F274204A04E2DA463771F54_RuntimeMethod_var);
|
|
return;
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
{
|
|
goto IL_0075_1;
|
|
}
|
|
|
|
IL_004a_1:
|
|
{
|
|
// foreach (var point in connectionPoints)
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_16;
|
|
L_16 = Enumerator_get_Current_mCC10AF4347888150C7C356728C8183205B81A638_inline((&V_3), Enumerator_get_Current_mCC10AF4347888150C7C356728C8183205B81A638_RuntimeMethod_var);
|
|
V_4 = L_16;
|
|
// var bounds = new Rectangle(point.x, point.z, 1, 1);
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_17 = V_4;
|
|
int32_t L_18 = L_17.___x_0;
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_19 = V_4;
|
|
int32_t L_20 = L_19.___z_2;
|
|
Rectangle_tA560F5F5599A7C11DDD6E7EC2A93ABD2AAA6C64E L_21;
|
|
memset((&L_21), 0, sizeof(L_21));
|
|
Rectangle__ctor_m414C7059151B811D6B4A62521D618023D7EC25AA((&L_21), L_18, L_20, 1, 1, /*hidden argument*/NULL);
|
|
// DebugDrawUtils.DrawBounds(bounds, color, gridConfig.GridCellSize, mode2D);
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_22 = ___2_color;
|
|
GridDungeonConfig_tA813B337E88DBA4D5849118F7CF0D012B1178726* L_23 = V_0;
|
|
NullCheck(L_23);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_24 = L_23->___GridCellSize_5;
|
|
bool L_25 = ___3_mode2D;
|
|
DebugDrawUtils_DrawBounds_m2A5835D6779302E0C451B7DECF5999CEF2A96457(L_21, L_22, L_24, L_25, NULL);
|
|
}
|
|
|
|
IL_0075_1:
|
|
{
|
|
// foreach (var point in connectionPoints)
|
|
bool L_26;
|
|
L_26 = Enumerator_MoveNext_mA1D361FE9A99073D485E65E0A746D14AD56E6C1F((&V_3), Enumerator_MoveNext_mA1D361FE9A99073D485E65E0A746D14AD56E6C1F_RuntimeMethod_var);
|
|
if (L_26)
|
|
{
|
|
goto IL_004a_1;
|
|
}
|
|
}
|
|
{
|
|
goto IL_008e;
|
|
}
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_008e:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void DungeonArchitect.Builders.Grid.GridDebugDrawUtils::DrawAdjacentCells(DungeonArchitect.Builders.Grid.Cell,DungeonArchitect.Builders.Grid.GridDungeonModel,UnityEngine.Color,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GridDebugDrawUtils_DrawAdjacentCells_m3A6F9FFED5BB59B3626ECEB0594AEC9A5CA918CC (Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01* ___0_cell, GridDungeonModel_tAEF5278646C831FA4C6EEEFEF7128869C645942F* ___1_model, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___2_color, bool ___3_mode2D, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_mC7EA452A8170B03342899CC33339B5FA25C99BEC_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_m058ADEC590C81C3B445E1CEEC139CD49DA79E7CC_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m5FB849BD27E36D48FF75A612369B19AE25ED429C_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_GetEnumerator_m55BD13C9FD783AFB7B5B8F018E3008E05137A360_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
GridDungeonConfig_tA813B337E88DBA4D5849118F7CF0D012B1178726* V_0 = NULL;
|
|
Enumerator_t28FAA6D38864A25718956AF2B8AFCB3B8CCF4376 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
int32_t V_2 = 0;
|
|
Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01* V_3 = NULL;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_4;
|
|
memset((&V_4), 0, sizeof(V_4));
|
|
Rectangle_tA560F5F5599A7C11DDD6E7EC2A93ABD2AAA6C64E V_5;
|
|
memset((&V_5), 0, sizeof(V_5));
|
|
int32_t V_6 = 0;
|
|
Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01* V_7 = NULL;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_8;
|
|
memset((&V_8), 0, sizeof(V_8));
|
|
{
|
|
// if (model == null) return;
|
|
GridDungeonModel_tAEF5278646C831FA4C6EEEFEF7128869C645942F* L_0 = ___1_model;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_1;
|
|
L_1 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_0, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_000a;
|
|
}
|
|
}
|
|
{
|
|
// if (model == null) return;
|
|
return;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
// var gridConfig = model.Config as GridDungeonConfig;
|
|
GridDungeonModel_tAEF5278646C831FA4C6EEEFEF7128869C645942F* L_2 = ___1_model;
|
|
NullCheck(L_2);
|
|
GridDungeonConfig_tA813B337E88DBA4D5849118F7CF0D012B1178726* L_3 = L_2->___Config_5;
|
|
V_0 = L_3;
|
|
// if (gridConfig == null) return;
|
|
GridDungeonConfig_tA813B337E88DBA4D5849118F7CF0D012B1178726* L_4 = V_0;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_5;
|
|
L_5 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_4, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
if (!L_5)
|
|
{
|
|
goto IL_001b;
|
|
}
|
|
}
|
|
{
|
|
// if (gridConfig == null) return;
|
|
return;
|
|
}
|
|
|
|
IL_001b:
|
|
{
|
|
// foreach (var adjacentId in cell.AdjacentCells)
|
|
Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01* L_6 = ___0_cell;
|
|
NullCheck(L_6);
|
|
HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2* L_7;
|
|
L_7 = Cell_get_AdjacentCells_mC35A0A65ACAAB5271D19556623A0988F589AE523_inline(L_6, NULL);
|
|
NullCheck(L_7);
|
|
Enumerator_t28FAA6D38864A25718956AF2B8AFCB3B8CCF4376 L_8;
|
|
L_8 = HashSet_1_GetEnumerator_m55BD13C9FD783AFB7B5B8F018E3008E05137A360(L_7, HashSet_1_GetEnumerator_m55BD13C9FD783AFB7B5B8F018E3008E05137A360_RuntimeMethod_var);
|
|
V_1 = L_8;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_0091:
|
|
{// begin finally (depth: 1)
|
|
Enumerator_Dispose_mC7EA452A8170B03342899CC33339B5FA25C99BEC((&V_1), Enumerator_Dispose_mC7EA452A8170B03342899CC33339B5FA25C99BEC_RuntimeMethod_var);
|
|
return;
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
{
|
|
goto IL_0086_1;
|
|
}
|
|
|
|
IL_0029_1:
|
|
{
|
|
// foreach (var adjacentId in cell.AdjacentCells)
|
|
int32_t L_9;
|
|
L_9 = Enumerator_get_Current_m5FB849BD27E36D48FF75A612369B19AE25ED429C_inline((&V_1), Enumerator_get_Current_m5FB849BD27E36D48FF75A612369B19AE25ED429C_RuntimeMethod_var);
|
|
V_2 = L_9;
|
|
// var adjacentCell = model.GetCell(adjacentId);
|
|
GridDungeonModel_tAEF5278646C831FA4C6EEEFEF7128869C645942F* L_10 = ___1_model;
|
|
int32_t L_11 = V_2;
|
|
NullCheck(L_10);
|
|
Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01* L_12;
|
|
L_12 = GridDungeonModel_GetCell_m161919F5C8F919C9D89B98E3AF0C4013E19784EE(L_10, L_11, NULL);
|
|
V_3 = L_12;
|
|
// if (adjacentCell == null) return;
|
|
Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01* L_13 = V_3;
|
|
if (L_13)
|
|
{
|
|
goto IL_0041_1;
|
|
}
|
|
}
|
|
{
|
|
// if (adjacentCell == null) return;
|
|
goto IL_0164;
|
|
}
|
|
|
|
IL_0041_1:
|
|
{
|
|
// var centerA = Vector3.Scale(cell.Bounds.CenterF(), gridConfig.GridCellSize);
|
|
Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01* L_14 = ___0_cell;
|
|
NullCheck(L_14);
|
|
Rectangle_tA560F5F5599A7C11DDD6E7EC2A93ABD2AAA6C64E L_15;
|
|
L_15 = Cell_get_Bounds_m701BAE5F667F9ED03D14964497811072198366CE_inline(L_14, NULL);
|
|
V_5 = L_15;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_16;
|
|
L_16 = Rectangle_CenterF_mB7C46A685881BA29734F1EB9DE38B3228FCAC94B((&V_5), NULL);
|
|
GridDungeonConfig_tA813B337E88DBA4D5849118F7CF0D012B1178726* L_17 = V_0;
|
|
NullCheck(L_17);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_18 = L_17->___GridCellSize_5;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_19;
|
|
L_19 = Vector3_Scale_m7C3CD199271902D5C00CBF35CD230DEB62B68CAE_inline(L_16, L_18, NULL);
|
|
// var centerB = Vector3.Scale(adjacentCell.Bounds.CenterF(), gridConfig.GridCellSize);
|
|
Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01* L_20 = V_3;
|
|
NullCheck(L_20);
|
|
Rectangle_tA560F5F5599A7C11DDD6E7EC2A93ABD2AAA6C64E L_21;
|
|
L_21 = Cell_get_Bounds_m701BAE5F667F9ED03D14964497811072198366CE_inline(L_20, NULL);
|
|
V_5 = L_21;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_22;
|
|
L_22 = Rectangle_CenterF_mB7C46A685881BA29734F1EB9DE38B3228FCAC94B((&V_5), NULL);
|
|
GridDungeonConfig_tA813B337E88DBA4D5849118F7CF0D012B1178726* L_23 = V_0;
|
|
NullCheck(L_23);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_24 = L_23->___GridCellSize_5;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_25;
|
|
L_25 = Vector3_Scale_m7C3CD199271902D5C00CBF35CD230DEB62B68CAE_inline(L_22, L_24, NULL);
|
|
V_4 = L_25;
|
|
// DebugDrawUtils.DrawLine(centerA, centerB, color, 0, false, mode2D);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_26 = V_4;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_27 = ___2_color;
|
|
bool L_28 = ___3_mode2D;
|
|
DebugDrawUtils_DrawLine_m515C5368090D3395D57BB470B0106FF58782383B(L_19, L_26, L_27, (0.0f), (bool)0, L_28, NULL);
|
|
}
|
|
|
|
IL_0086_1:
|
|
{
|
|
// foreach (var adjacentId in cell.AdjacentCells)
|
|
bool L_29;
|
|
L_29 = Enumerator_MoveNext_m058ADEC590C81C3B445E1CEEC139CD49DA79E7CC((&V_1), Enumerator_MoveNext_m058ADEC590C81C3B445E1CEEC139CD49DA79E7CC_RuntimeMethod_var);
|
|
if (L_29)
|
|
{
|
|
goto IL_0029_1;
|
|
}
|
|
}
|
|
{
|
|
goto IL_009f;
|
|
}
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_009f:
|
|
{
|
|
// foreach (var adjacentId in cell.FixedRoomConnections)
|
|
Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01* L_30 = ___0_cell;
|
|
NullCheck(L_30);
|
|
HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2* L_31;
|
|
L_31 = Cell_get_FixedRoomConnections_m69E448BFEBEDDC29A140EA9E3441DEC098D0D692_inline(L_30, NULL);
|
|
NullCheck(L_31);
|
|
Enumerator_t28FAA6D38864A25718956AF2B8AFCB3B8CCF4376 L_32;
|
|
L_32 = HashSet_1_GetEnumerator_m55BD13C9FD783AFB7B5B8F018E3008E05137A360(L_31, HashSet_1_GetEnumerator_m55BD13C9FD783AFB7B5B8F018E3008E05137A360_RuntimeMethod_var);
|
|
V_1 = L_32;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_0156:
|
|
{// begin finally (depth: 1)
|
|
Enumerator_Dispose_mC7EA452A8170B03342899CC33339B5FA25C99BEC((&V_1), Enumerator_Dispose_mC7EA452A8170B03342899CC33339B5FA25C99BEC_RuntimeMethod_var);
|
|
return;
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
{
|
|
goto IL_0148_1;
|
|
}
|
|
|
|
IL_00b0_1:
|
|
{
|
|
// foreach (var adjacentId in cell.FixedRoomConnections)
|
|
int32_t L_33;
|
|
L_33 = Enumerator_get_Current_m5FB849BD27E36D48FF75A612369B19AE25ED429C_inline((&V_1), Enumerator_get_Current_m5FB849BD27E36D48FF75A612369B19AE25ED429C_RuntimeMethod_var);
|
|
V_6 = L_33;
|
|
// var adjacentCell = model.GetCell(adjacentId);
|
|
GridDungeonModel_tAEF5278646C831FA4C6EEEFEF7128869C645942F* L_34 = ___1_model;
|
|
int32_t L_35 = V_6;
|
|
NullCheck(L_34);
|
|
Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01* L_36;
|
|
L_36 = GridDungeonModel_GetCell_m161919F5C8F919C9D89B98E3AF0C4013E19784EE(L_34, L_35, NULL);
|
|
V_7 = L_36;
|
|
// if (adjacentCell == null) return;
|
|
Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01* L_37 = V_7;
|
|
if (L_37)
|
|
{
|
|
goto IL_00cc_1;
|
|
}
|
|
}
|
|
{
|
|
// if (adjacentCell == null) return;
|
|
goto IL_0164;
|
|
}
|
|
|
|
IL_00cc_1:
|
|
{
|
|
// var centerA = Vector3.Scale(cell.Bounds.CenterF(), gridConfig.GridCellSize) + new Vector3(0, 0.2f, 0);
|
|
Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01* L_38 = ___0_cell;
|
|
NullCheck(L_38);
|
|
Rectangle_tA560F5F5599A7C11DDD6E7EC2A93ABD2AAA6C64E L_39;
|
|
L_39 = Cell_get_Bounds_m701BAE5F667F9ED03D14964497811072198366CE_inline(L_38, NULL);
|
|
V_5 = L_39;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_40;
|
|
L_40 = Rectangle_CenterF_mB7C46A685881BA29734F1EB9DE38B3228FCAC94B((&V_5), NULL);
|
|
GridDungeonConfig_tA813B337E88DBA4D5849118F7CF0D012B1178726* L_41 = V_0;
|
|
NullCheck(L_41);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_42 = L_41->___GridCellSize_5;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_43;
|
|
L_43 = Vector3_Scale_m7C3CD199271902D5C00CBF35CD230DEB62B68CAE_inline(L_40, L_42, NULL);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_44;
|
|
memset((&L_44), 0, sizeof(L_44));
|
|
Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&L_44), (0.0f), (0.200000003f), (0.0f), /*hidden argument*/NULL);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_45;
|
|
L_45 = Vector3_op_Addition_m78C0EC70CB66E8DCAC225743D82B268DAEE92067_inline(L_43, L_44, NULL);
|
|
// var centerB = Vector3.Scale(adjacentCell.Bounds.CenterF(), gridConfig.GridCellSize) + new Vector3(0, 0.2f, 0);
|
|
Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01* L_46 = V_7;
|
|
NullCheck(L_46);
|
|
Rectangle_tA560F5F5599A7C11DDD6E7EC2A93ABD2AAA6C64E L_47;
|
|
L_47 = Cell_get_Bounds_m701BAE5F667F9ED03D14964497811072198366CE_inline(L_46, NULL);
|
|
V_5 = L_47;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_48;
|
|
L_48 = Rectangle_CenterF_mB7C46A685881BA29734F1EB9DE38B3228FCAC94B((&V_5), NULL);
|
|
GridDungeonConfig_tA813B337E88DBA4D5849118F7CF0D012B1178726* L_49 = V_0;
|
|
NullCheck(L_49);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_50 = L_49->___GridCellSize_5;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_51;
|
|
L_51 = Vector3_Scale_m7C3CD199271902D5C00CBF35CD230DEB62B68CAE_inline(L_48, L_50, NULL);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_52;
|
|
memset((&L_52), 0, sizeof(L_52));
|
|
Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&L_52), (0.0f), (0.200000003f), (0.0f), /*hidden argument*/NULL);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_53;
|
|
L_53 = Vector3_op_Addition_m78C0EC70CB66E8DCAC225743D82B268DAEE92067_inline(L_51, L_52, NULL);
|
|
V_8 = L_53;
|
|
// DebugDrawUtils.DrawLine(centerA, centerB, Color.red, 0, false, mode2D);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_54 = V_8;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_55;
|
|
L_55 = Color_get_red_mA2E53E7173FDC97E68E335049AB0FAAEE43A844D_inline(NULL);
|
|
bool L_56 = ___3_mode2D;
|
|
DebugDrawUtils_DrawLine_m515C5368090D3395D57BB470B0106FF58782383B(L_45, L_54, L_55, (0.0f), (bool)0, L_56, NULL);
|
|
}
|
|
|
|
IL_0148_1:
|
|
{
|
|
// foreach (var adjacentId in cell.FixedRoomConnections)
|
|
bool L_57;
|
|
L_57 = Enumerator_MoveNext_m058ADEC590C81C3B445E1CEEC139CD49DA79E7CC((&V_1), Enumerator_MoveNext_m058ADEC590C81C3B445E1CEEC139CD49DA79E7CC_RuntimeMethod_var);
|
|
if (L_57)
|
|
{
|
|
goto IL_00b0_1;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0164;
|
|
}
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_0164:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void DungeonArchitect.Builders.Grid.GridDebugDrawUtils::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GridDebugDrawUtils__ctor_mA4F43AFD7493482776BF97424859C3273CF277AB (GridDebugDrawUtils_t555B4AFAD348DE041AF3C9AC23AFB30923B03C42* __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 DungeonArchitect.Builders.Grid.PlatformVolume::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PlatformVolume__ctor_m5144B5EF7C0F54D8E7E5BB7E222246BEC0CBA123 (PlatformVolume_t33F227672EED86293E82558AFEC3E2B34BD4265F* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public CellType cellType = CellType.Corridor;
|
|
__this->___cellType_9 = 1;
|
|
Volume__ctor_mD78989B38E1986C8697A66AFC31678EBF6D14321(__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
|
|
// DungeonArchitect.SpatialConstraints.SpatialConstraintRuleDomain DungeonArchitect.Builders.Grid.SpatialConstraints.SpatialConstraintProcessorGrid2D::GetDomain(DungeonArchitect.SpatialConstraints.SpatialConstraintProcessorContext)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SpatialConstraintRuleDomain_t8806A221A568DB9E1DB40B1853E58B52BB3EB4C3* SpatialConstraintProcessorGrid2D_GetDomain_m9835CA11CDEE88D3DAA6DC315FEC082F175D4CA8 (SpatialConstraintProcessorGrid2D_tC17CA689C3CB293EC2C712259126FBBB3C5650B3* __this, SpatialConstraintProcessorContext_tEB099C91F3C403C98BD8A0E0B7DFFF1C9FA9AEF7* ___0_context, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GridDungeonConfig_tA813B337E88DBA4D5849118F7CF0D012B1178726_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
GridDungeonConfig_tA813B337E88DBA4D5849118F7CF0D012B1178726* V_0 = NULL;
|
|
{
|
|
// var gridConfig = context.config as GridDungeonConfig;
|
|
SpatialConstraintProcessorContext_tEB099C91F3C403C98BD8A0E0B7DFFF1C9FA9AEF7* L_0 = ___0_context;
|
|
NullCheck(L_0);
|
|
DungeonConfig_tAB374D87D0852393B67D890DA66CD4B0EC2D7FBD* L_1 = L_0->___config_3;
|
|
V_0 = ((GridDungeonConfig_tA813B337E88DBA4D5849118F7CF0D012B1178726*)IsInstClass((RuntimeObject*)L_1, GridDungeonConfig_tA813B337E88DBA4D5849118F7CF0D012B1178726_il2cpp_TypeInfo_var));
|
|
// var domain = base.GetDomain(context);
|
|
SpatialConstraintProcessorContext_tEB099C91F3C403C98BD8A0E0B7DFFF1C9FA9AEF7* L_2 = ___0_context;
|
|
SpatialConstraintRuleDomain_t8806A221A568DB9E1DB40B1853E58B52BB3EB4C3* L_3;
|
|
L_3 = SpatialConstraintProcessor_GetDomain_mFEED4C45DA1FEB77D81395E21767AFB1AD05FED3(__this, L_2, NULL);
|
|
// domain.gridSize = gridConfig.GridCellSize;
|
|
SpatialConstraintRuleDomain_t8806A221A568DB9E1DB40B1853E58B52BB3EB4C3* L_4 = L_3;
|
|
GridDungeonConfig_tA813B337E88DBA4D5849118F7CF0D012B1178726* L_5 = V_0;
|
|
NullCheck(L_5);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_6 = L_5->___GridCellSize_5;
|
|
NullCheck(L_4);
|
|
L_4->___gridSize_1 = L_6;
|
|
// return domain;
|
|
return L_4;
|
|
}
|
|
}
|
|
// System.Void DungeonArchitect.Builders.Grid.SpatialConstraints.SpatialConstraintProcessorGrid2D::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SpatialConstraintProcessorGrid2D__ctor_m0189FD566FBF4E50B0DDBA6FB9EB88C51378A2B5 (SpatialConstraintProcessorGrid2D_tC17CA689C3CB293EC2C712259126FBBB3C5650B3* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
SpatialConstraintProcessor__ctor_m85DDD58A2DDE97F984125A531221E6E782865F6C(__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
|
|
// DungeonArchitect.SpatialConstraints.SpatialConstraintRuleDomain DungeonArchitect.Builders.Grid.SpatialConstraints.SpatialConstraintProcessorGrid3D::GetDomain(DungeonArchitect.SpatialConstraints.SpatialConstraintProcessorContext)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SpatialConstraintRuleDomain_t8806A221A568DB9E1DB40B1853E58B52BB3EB4C3* SpatialConstraintProcessorGrid3D_GetDomain_m84C4D5E553000F75568826A4AFEB7F91ABFA1992 (SpatialConstraintProcessorGrid3D_tE54F6D2E763D240148E809E59B70E311BFA7A1CB* __this, SpatialConstraintProcessorContext_tEB099C91F3C403C98BD8A0E0B7DFFF1C9FA9AEF7* ___0_context, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GridDungeonConfig_tA813B337E88DBA4D5849118F7CF0D012B1178726_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
GridDungeonConfig_tA813B337E88DBA4D5849118F7CF0D012B1178726* V_0 = NULL;
|
|
{
|
|
// var gridConfig = context.config as GridDungeonConfig;
|
|
SpatialConstraintProcessorContext_tEB099C91F3C403C98BD8A0E0B7DFFF1C9FA9AEF7* L_0 = ___0_context;
|
|
NullCheck(L_0);
|
|
DungeonConfig_tAB374D87D0852393B67D890DA66CD4B0EC2D7FBD* L_1 = L_0->___config_3;
|
|
V_0 = ((GridDungeonConfig_tA813B337E88DBA4D5849118F7CF0D012B1178726*)IsInstClass((RuntimeObject*)L_1, GridDungeonConfig_tA813B337E88DBA4D5849118F7CF0D012B1178726_il2cpp_TypeInfo_var));
|
|
// var domain = base.GetDomain(context);
|
|
SpatialConstraintProcessorContext_tEB099C91F3C403C98BD8A0E0B7DFFF1C9FA9AEF7* L_2 = ___0_context;
|
|
SpatialConstraintRuleDomain_t8806A221A568DB9E1DB40B1853E58B52BB3EB4C3* L_3;
|
|
L_3 = SpatialConstraintProcessor_GetDomain_mFEED4C45DA1FEB77D81395E21767AFB1AD05FED3(__this, L_2, NULL);
|
|
// domain.gridSize = gridConfig.GridCellSize;
|
|
SpatialConstraintRuleDomain_t8806A221A568DB9E1DB40B1853E58B52BB3EB4C3* L_4 = L_3;
|
|
GridDungeonConfig_tA813B337E88DBA4D5849118F7CF0D012B1178726* L_5 = V_0;
|
|
NullCheck(L_5);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_6 = L_5->___GridCellSize_5;
|
|
NullCheck(L_4);
|
|
L_4->___gridSize_1 = L_6;
|
|
// return domain;
|
|
return L_4;
|
|
}
|
|
}
|
|
// System.Void DungeonArchitect.Builders.Grid.SpatialConstraints.SpatialConstraintProcessorGrid3D::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SpatialConstraintProcessorGrid3D__ctor_m2D0100433677F0AFF76338AE2FC9BD71BF1D7B30 (SpatialConstraintProcessorGrid3D_tE54F6D2E763D240148E809E59B70E311BFA7A1CB* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
SpatialConstraintProcessor__ctor_m85DDD58A2DDE97F984125A531221E6E782865F6C(__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
|
|
// DungeonArchitect.SpatialConstraints.SpatialConstraintRuleDomain DungeonArchitect.Builders.Grid.SpatialConstraints.SpatialConstraintProcessorGridFlow2D::GetDomain(DungeonArchitect.SpatialConstraints.SpatialConstraintProcessorContext)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SpatialConstraintRuleDomain_t8806A221A568DB9E1DB40B1853E58B52BB3EB4C3* SpatialConstraintProcessorGridFlow2D_GetDomain_m54EE68605E4AD3B0CE28F37A5A97EB5641BE3E53 (SpatialConstraintProcessorGridFlow2D_t80A1713FE4B57D862AB22C86D578B5F69A91B36C* __this, SpatialConstraintProcessorContext_tEB099C91F3C403C98BD8A0E0B7DFFF1C9FA9AEF7* ___0_context, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GridFlowDungeonConfig_t0E234576590D92DD585D565D0C248FA9CEE04792_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
GridFlowDungeonConfig_t0E234576590D92DD585D565D0C248FA9CEE04792* V_0 = NULL;
|
|
{
|
|
// var gridConfig = context.config as GridFlowDungeonConfig;
|
|
SpatialConstraintProcessorContext_tEB099C91F3C403C98BD8A0E0B7DFFF1C9FA9AEF7* L_0 = ___0_context;
|
|
NullCheck(L_0);
|
|
DungeonConfig_tAB374D87D0852393B67D890DA66CD4B0EC2D7FBD* L_1 = L_0->___config_3;
|
|
V_0 = ((GridFlowDungeonConfig_t0E234576590D92DD585D565D0C248FA9CEE04792*)IsInstClass((RuntimeObject*)L_1, GridFlowDungeonConfig_t0E234576590D92DD585D565D0C248FA9CEE04792_il2cpp_TypeInfo_var));
|
|
// var domain = base.GetDomain(context);
|
|
SpatialConstraintProcessorContext_tEB099C91F3C403C98BD8A0E0B7DFFF1C9FA9AEF7* L_2 = ___0_context;
|
|
SpatialConstraintRuleDomain_t8806A221A568DB9E1DB40B1853E58B52BB3EB4C3* L_3;
|
|
L_3 = SpatialConstraintProcessor_GetDomain_mFEED4C45DA1FEB77D81395E21767AFB1AD05FED3(__this, L_2, NULL);
|
|
// domain.gridSize = gridConfig.gridSize;
|
|
SpatialConstraintRuleDomain_t8806A221A568DB9E1DB40B1853E58B52BB3EB4C3* L_4 = L_3;
|
|
GridFlowDungeonConfig_t0E234576590D92DD585D565D0C248FA9CEE04792* L_5 = V_0;
|
|
NullCheck(L_5);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_6 = L_5->___gridSize_6;
|
|
NullCheck(L_4);
|
|
L_4->___gridSize_1 = L_6;
|
|
// return domain;
|
|
return L_4;
|
|
}
|
|
}
|
|
// System.Void DungeonArchitect.Builders.Grid.SpatialConstraints.SpatialConstraintProcessorGridFlow2D::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SpatialConstraintProcessorGridFlow2D__ctor_m87705B3037917A9A4137507B84B5E38ABD2A168B (SpatialConstraintProcessorGridFlow2D_t80A1713FE4B57D862AB22C86D578B5F69A91B36C* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
SpatialConstraintProcessor__ctor_m85DDD58A2DDE97F984125A531221E6E782865F6C(__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
|
|
// DungeonArchitect.SpatialConstraints.SpatialConstraintRuleDomain DungeonArchitect.Builders.Grid.SpatialConstraints.SpatialConstraintProcessorGridFlow3D::GetDomain(DungeonArchitect.SpatialConstraints.SpatialConstraintProcessorContext)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SpatialConstraintRuleDomain_t8806A221A568DB9E1DB40B1853E58B52BB3EB4C3* SpatialConstraintProcessorGridFlow3D_GetDomain_mC829D00CE0E07E4F71CF76B4E168EB721FEB2B31 (SpatialConstraintProcessorGridFlow3D_t4850A07E299189C457DFC4454D2A70629F64BF8C* __this, SpatialConstraintProcessorContext_tEB099C91F3C403C98BD8A0E0B7DFFF1C9FA9AEF7* ___0_context, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GridFlowDungeonConfig_t0E234576590D92DD585D565D0C248FA9CEE04792_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
GridFlowDungeonConfig_t0E234576590D92DD585D565D0C248FA9CEE04792* V_0 = NULL;
|
|
{
|
|
// var gridConfig = context.config as GridFlowDungeonConfig;
|
|
SpatialConstraintProcessorContext_tEB099C91F3C403C98BD8A0E0B7DFFF1C9FA9AEF7* L_0 = ___0_context;
|
|
NullCheck(L_0);
|
|
DungeonConfig_tAB374D87D0852393B67D890DA66CD4B0EC2D7FBD* L_1 = L_0->___config_3;
|
|
V_0 = ((GridFlowDungeonConfig_t0E234576590D92DD585D565D0C248FA9CEE04792*)IsInstClass((RuntimeObject*)L_1, GridFlowDungeonConfig_t0E234576590D92DD585D565D0C248FA9CEE04792_il2cpp_TypeInfo_var));
|
|
// var domain = base.GetDomain(context);
|
|
SpatialConstraintProcessorContext_tEB099C91F3C403C98BD8A0E0B7DFFF1C9FA9AEF7* L_2 = ___0_context;
|
|
SpatialConstraintRuleDomain_t8806A221A568DB9E1DB40B1853E58B52BB3EB4C3* L_3;
|
|
L_3 = SpatialConstraintProcessor_GetDomain_mFEED4C45DA1FEB77D81395E21767AFB1AD05FED3(__this, L_2, NULL);
|
|
// domain.gridSize = gridConfig.gridSize;
|
|
SpatialConstraintRuleDomain_t8806A221A568DB9E1DB40B1853E58B52BB3EB4C3* L_4 = L_3;
|
|
GridFlowDungeonConfig_t0E234576590D92DD585D565D0C248FA9CEE04792* L_5 = V_0;
|
|
NullCheck(L_5);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_6 = L_5->___gridSize_6;
|
|
NullCheck(L_4);
|
|
L_4->___gridSize_1 = L_6;
|
|
// return domain;
|
|
return L_4;
|
|
}
|
|
}
|
|
// System.Void DungeonArchitect.Builders.Grid.SpatialConstraints.SpatialConstraintProcessorGridFlow3D::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SpatialConstraintProcessorGridFlow3D__ctor_m0ED1B4CAAD28E6AF1B1B344A86963C9AFCCB011F (SpatialConstraintProcessorGridFlow3D_t4850A07E299189C457DFC4454D2A70629F64BF8C* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
SpatialConstraintProcessor__ctor_m85DDD58A2DDE97F984125A531221E6E782865F6C(__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 DungeonArchitect.Builders.Grid.Mirroring.GridDungeonMirrorAxisX::.ctor(UnityEngine.Vector3,UnityEngine.Vector3)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GridDungeonMirrorAxisX__ctor_m99005EE3F1552A56186A71BE2D481AAD3F2C40C7 (GridDungeonMirrorAxisX_t5DEFD4268DD5D373DEB2324A25D3F8939BD442CD* __this, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_mirrorBasePosition, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___1_gridSize, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// : base(mirrorBasePosition.x, gridSize.x)
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_0 = ___0_mirrorBasePosition;
|
|
float L_1 = L_0.___x_2;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_2 = ___1_gridSize;
|
|
float L_3 = L_2.___x_2;
|
|
GridDungeonMirror__ctor_m1C30B5F377AC246C0973800154D0B026BFF56C9D(__this, L_1, L_3, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// UnityEngine.Vector3 DungeonArchitect.Builders.Grid.Mirroring.GridDungeonMirrorAxisX::GetMirrorTangent()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 GridDungeonMirrorAxisX_GetMirrorTangent_m6808C250E5250028E415CC1D145C42C1E7B37E68 (GridDungeonMirrorAxisX_t5DEFD4268DD5D373DEB2324A25D3F8939BD442CD* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return new Vector3(1, 0, 0);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_0;
|
|
memset((&L_0), 0, sizeof(L_0));
|
|
Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&L_0), (1.0f), (0.0f), (0.0f), /*hidden argument*/NULL);
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Single DungeonArchitect.Builders.Grid.Mirroring.GridDungeonMirrorAxisX::GetComponent(UnityEngine.Vector3)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float GridDungeonMirrorAxisX_GetComponent_mB8B24D537F376334E2B9732B9BB9D413BA488C74 (GridDungeonMirrorAxisX_t5DEFD4268DD5D373DEB2324A25D3F8939BD442CD* __this, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return value.x;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_0 = ___0_value;
|
|
float L_1 = L_0.___x_2;
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Int32 DungeonArchitect.Builders.Grid.Mirroring.GridDungeonMirrorAxisX::GetComponent(DungeonArchitect.IntVector)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GridDungeonMirrorAxisX_GetComponent_mCDCC2018FBA7B34F500F86B89D905AD107CFB5D1 (GridDungeonMirrorAxisX_t5DEFD4268DD5D373DEB2324A25D3F8939BD442CD* __this, IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return value.x;
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_0 = ___0_value;
|
|
int32_t L_1 = L_0.___x_0;
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Void DungeonArchitect.Builders.Grid.Mirroring.GridDungeonMirrorAxisX::SetComponent(UnityEngine.Vector3&,System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GridDungeonMirrorAxisX_SetComponent_mBA9E979CAF2D0E3FEBA6FAA44CFA56A68B12C8C1 (GridDungeonMirrorAxisX_t5DEFD4268DD5D373DEB2324A25D3F8939BD442CD* __this, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* ___0_v, float ___1_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// v.x = value;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* L_0 = ___0_v;
|
|
float L_1 = ___1_value;
|
|
L_0->___x_2 = L_1;
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void DungeonArchitect.Builders.Grid.Mirroring.GridDungeonMirrorAxisX::SetComponent(DungeonArchitect.IntVector&,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GridDungeonMirrorAxisX_SetComponent_m124B58F778036A6052C3FACD695927CDF6BEB9CA (GridDungeonMirrorAxisX_t5DEFD4268DD5D373DEB2324A25D3F8939BD442CD* __this, IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C* ___0_v, int32_t ___1_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// v.x = value;
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C* L_0 = ___0_v;
|
|
int32_t L_1 = ___1_value;
|
|
L_0->___x_0 = L_1;
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// UnityEngine.Vector3 DungeonArchitect.Builders.Grid.Mirroring.GridDungeonMirrorAxisX::CreateVector(UnityEngine.Vector3,System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 GridDungeonMirrorAxisX_CreateVector_mABC1AB24E33BE518B6EE3B6BF4FB5EB7B428DB0B (GridDungeonMirrorAxisX_t5DEFD4268DD5D373DEB2324A25D3F8939BD442CD* __this, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_template, float ___1_value, const RuntimeMethod* method)
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
// var v = template;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_0 = ___0_template;
|
|
V_0 = L_0;
|
|
// v.x = value;
|
|
float L_1 = ___1_value;
|
|
(&V_0)->___x_2 = L_1;
|
|
// return v;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_2 = V_0;
|
|
return L_2;
|
|
}
|
|
}
|
|
// DungeonArchitect.IntVector DungeonArchitect.Builders.Grid.Mirroring.GridDungeonMirrorAxisX::CreateVector(DungeonArchitect.IntVector,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C GridDungeonMirrorAxisX_CreateVector_m8679847F7C695D6F6EFC6C383E73D4DCE4EC832D (GridDungeonMirrorAxisX_t5DEFD4268DD5D373DEB2324A25D3F8939BD442CD* __this, IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C ___0_template, int32_t ___1_value, const RuntimeMethod* method)
|
|
{
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
// var v = template;
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_0 = ___0_template;
|
|
V_0 = L_0;
|
|
// v.x = value;
|
|
int32_t L_1 = ___1_value;
|
|
(&V_0)->___x_0 = L_1;
|
|
// return v;
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_2 = V_0;
|
|
return L_2;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void DungeonArchitect.Builders.Grid.Mirroring.GridDungeonMirrorAxisZ::.ctor(UnityEngine.Vector3,UnityEngine.Vector3)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GridDungeonMirrorAxisZ__ctor_m063E2FEC45B1C42374B1F79A107D8770BA97747C (GridDungeonMirrorAxisZ_tFE5366817390814C6DCF70D4A68EA5516933016D* __this, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_mirrorBasePosition, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___1_gridSize, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// : base(mirrorBasePosition.z, gridSize.z)
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_0 = ___0_mirrorBasePosition;
|
|
float L_1 = L_0.___z_4;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_2 = ___1_gridSize;
|
|
float L_3 = L_2.___z_4;
|
|
GridDungeonMirror__ctor_m1C30B5F377AC246C0973800154D0B026BFF56C9D(__this, L_1, L_3, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// UnityEngine.Vector3 DungeonArchitect.Builders.Grid.Mirroring.GridDungeonMirrorAxisZ::GetMirrorTangent()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 GridDungeonMirrorAxisZ_GetMirrorTangent_m14D9A0E6E8145BF49236D60891C7C7F9836D311C (GridDungeonMirrorAxisZ_tFE5366817390814C6DCF70D4A68EA5516933016D* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return new Vector3(0, 0, 1);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_0;
|
|
memset((&L_0), 0, sizeof(L_0));
|
|
Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&L_0), (0.0f), (0.0f), (1.0f), /*hidden argument*/NULL);
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Single DungeonArchitect.Builders.Grid.Mirroring.GridDungeonMirrorAxisZ::GetComponent(UnityEngine.Vector3)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float GridDungeonMirrorAxisZ_GetComponent_m42B08F7385217822E77B545B1DE551E865EF314E (GridDungeonMirrorAxisZ_tFE5366817390814C6DCF70D4A68EA5516933016D* __this, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return value.z;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_0 = ___0_value;
|
|
float L_1 = L_0.___z_4;
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Int32 DungeonArchitect.Builders.Grid.Mirroring.GridDungeonMirrorAxisZ::GetComponent(DungeonArchitect.IntVector)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GridDungeonMirrorAxisZ_GetComponent_m42A1294F812A279F549355B4BA95AA76BFFBD400 (GridDungeonMirrorAxisZ_tFE5366817390814C6DCF70D4A68EA5516933016D* __this, IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return value.z;
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_0 = ___0_value;
|
|
int32_t L_1 = L_0.___z_2;
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Void DungeonArchitect.Builders.Grid.Mirroring.GridDungeonMirrorAxisZ::SetComponent(UnityEngine.Vector3&,System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GridDungeonMirrorAxisZ_SetComponent_m4412E84204A884AE716644C74DA36D30DFC3A187 (GridDungeonMirrorAxisZ_tFE5366817390814C6DCF70D4A68EA5516933016D* __this, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* ___0_v, float ___1_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// v.z = value;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* L_0 = ___0_v;
|
|
float L_1 = ___1_value;
|
|
L_0->___z_4 = L_1;
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void DungeonArchitect.Builders.Grid.Mirroring.GridDungeonMirrorAxisZ::SetComponent(DungeonArchitect.IntVector&,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GridDungeonMirrorAxisZ_SetComponent_m7F5F0BF1DFB770068A56130E8C15035AE72FF6AF (GridDungeonMirrorAxisZ_tFE5366817390814C6DCF70D4A68EA5516933016D* __this, IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C* ___0_v, int32_t ___1_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// v.z = value;
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C* L_0 = ___0_v;
|
|
int32_t L_1 = ___1_value;
|
|
L_0->___z_2 = L_1;
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// UnityEngine.Vector3 DungeonArchitect.Builders.Grid.Mirroring.GridDungeonMirrorAxisZ::CreateVector(UnityEngine.Vector3,System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 GridDungeonMirrorAxisZ_CreateVector_m83868BDAC562B4A9C685D430EC430103219D096F (GridDungeonMirrorAxisZ_tFE5366817390814C6DCF70D4A68EA5516933016D* __this, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_template, float ___1_value, const RuntimeMethod* method)
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
// var v = template;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_0 = ___0_template;
|
|
V_0 = L_0;
|
|
// v.z = value;
|
|
float L_1 = ___1_value;
|
|
(&V_0)->___z_4 = L_1;
|
|
// return v;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_2 = V_0;
|
|
return L_2;
|
|
}
|
|
}
|
|
// DungeonArchitect.IntVector DungeonArchitect.Builders.Grid.Mirroring.GridDungeonMirrorAxisZ::CreateVector(DungeonArchitect.IntVector,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C GridDungeonMirrorAxisZ_CreateVector_m3C0954E990ED579197B95F50477EE1DD7603F907 (GridDungeonMirrorAxisZ_tFE5366817390814C6DCF70D4A68EA5516933016D* __this, IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C ___0_template, int32_t ___1_value, const RuntimeMethod* method)
|
|
{
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
// var v = template;
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_0 = ___0_template;
|
|
V_0 = L_0;
|
|
// v.z = value;
|
|
int32_t L_1 = ___1_value;
|
|
(&V_0)->___z_2 = L_1;
|
|
// return v;
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_2 = V_0;
|
|
return L_2;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// DungeonArchitect.Builders.Grid.Mirroring.GridDungeonMirror DungeonArchitect.Builders.Grid.Mirroring.GridDungeonMirror::Create(UnityEngine.Vector3,UnityEngine.Vector3,DungeonArchitect.MirrorVolumeDirection)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GridDungeonMirror_t7768DF7A92401BBF47F80F359EC0B211E2CC2EED* GridDungeonMirror_Create_m7AC842ABD3B659135A0075969A3400276D6AEAFD (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_mirrorBasePosition, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___1_gridSize, int32_t ___2_direction, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GridDungeonMirrorAxisX_t5DEFD4268DD5D373DEB2324A25D3F8939BD442CD_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GridDungeonMirrorAxisZ_tFE5366817390814C6DCF70D4A68EA5516933016D_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
int32_t L_0 = ___2_direction;
|
|
if (!L_0)
|
|
{
|
|
goto IL_0009;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_1 = ___2_direction;
|
|
if ((((int32_t)L_1) == ((int32_t)1)))
|
|
{
|
|
goto IL_0011;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0011;
|
|
}
|
|
|
|
IL_0009:
|
|
{
|
|
// return new GridDungeonMirrorAxisX(mirrorBasePosition, gridSize);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_2 = ___0_mirrorBasePosition;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_3 = ___1_gridSize;
|
|
GridDungeonMirrorAxisX_t5DEFD4268DD5D373DEB2324A25D3F8939BD442CD* L_4 = (GridDungeonMirrorAxisX_t5DEFD4268DD5D373DEB2324A25D3F8939BD442CD*)il2cpp_codegen_object_new(GridDungeonMirrorAxisX_t5DEFD4268DD5D373DEB2324A25D3F8939BD442CD_il2cpp_TypeInfo_var);
|
|
NullCheck(L_4);
|
|
GridDungeonMirrorAxisX__ctor_m99005EE3F1552A56186A71BE2D481AAD3F2C40C7(L_4, L_2, L_3, NULL);
|
|
return L_4;
|
|
}
|
|
|
|
IL_0011:
|
|
{
|
|
// return new GridDungeonMirrorAxisZ(mirrorBasePosition, gridSize);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_5 = ___0_mirrorBasePosition;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_6 = ___1_gridSize;
|
|
GridDungeonMirrorAxisZ_tFE5366817390814C6DCF70D4A68EA5516933016D* L_7 = (GridDungeonMirrorAxisZ_tFE5366817390814C6DCF70D4A68EA5516933016D*)il2cpp_codegen_object_new(GridDungeonMirrorAxisZ_tFE5366817390814C6DCF70D4A68EA5516933016D_il2cpp_TypeInfo_var);
|
|
NullCheck(L_7);
|
|
GridDungeonMirrorAxisZ__ctor_m063E2FEC45B1C42374B1F79A107D8770BA97747C(L_7, L_5, L_6, NULL);
|
|
return L_7;
|
|
}
|
|
}
|
|
// System.Void DungeonArchitect.Builders.Grid.Mirroring.GridDungeonMirror::.ctor(System.Single,System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GridDungeonMirror__ctor_m1C30B5F377AC246C0973800154D0B026BFF56C9D (GridDungeonMirror_t7768DF7A92401BBF47F80F359EC0B211E2CC2EED* __this, float ___0_mirrorBasePosition, float ___1_gridSize, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// protected GridDungeonMirror(float mirrorBasePosition, float gridSize)
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
// this.mirrorBasePosition = mirrorBasePosition;
|
|
float L_0 = ___0_mirrorBasePosition;
|
|
__this->___mirrorBasePosition_0 = L_0;
|
|
// this.gridSize = gridSize;
|
|
float L_1 = ___1_gridSize;
|
|
__this->___gridSize_1 = L_1;
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Int32 DungeonArchitect.Builders.Grid.Mirroring.GridDungeonMirror::GetCutoff()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GridDungeonMirror_GetCutoff_m2D479ED8132F1474F22E7699C5DFF39D4698A82C (GridDungeonMirror_t7768DF7A92401BBF47F80F359EC0B211E2CC2EED* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return Mathf.RoundToInt(mirrorBasePosition / gridSize);
|
|
float L_0 = __this->___mirrorBasePosition_0;
|
|
float L_1 = __this->___gridSize_1;
|
|
int32_t L_2;
|
|
L_2 = Mathf_RoundToInt_m60F8B66CF27F1FA75AA219342BD184B75771EB4B_inline(((float)(L_0/L_1)), NULL);
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.Boolean DungeonArchitect.Builders.Grid.Mirroring.GridDungeonMirror::CanMergeCells(DungeonArchitect.Rectangle,DungeonArchitect.Rectangle,DungeonArchitect.Rectangle&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GridDungeonMirror_CanMergeCells_m71EC7DA1B48045CA3D68F181A97232A668FD069F (GridDungeonMirror_t7768DF7A92401BBF47F80F359EC0B211E2CC2EED* __this, Rectangle_tA560F5F5599A7C11DDD6E7EC2A93ABD2AAA6C64E ___0_a, Rectangle_tA560F5F5599A7C11DDD6E7EC2A93ABD2AAA6C64E ___1_b, Rectangle_tA560F5F5599A7C11DDD6E7EC2A93ABD2AAA6C64E* ___2_mergedBounds, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
int32_t V_3 = 0;
|
|
int32_t V_4 = 0;
|
|
int32_t V_5 = 0;
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C V_6;
|
|
memset((&V_6), 0, sizeof(V_6));
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C V_7;
|
|
memset((&V_7), 0, sizeof(V_7));
|
|
{
|
|
// int a0 = GetComponent(a.Location);
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_0;
|
|
L_0 = Rectangle_get_Location_mF005282420254BC725474ED27F3E4E7513956D2B_inline((&___0_a), NULL);
|
|
int32_t L_1;
|
|
L_1 = VirtualFuncInvoker1< int32_t, IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C >::Invoke(6 /* System.Int32 DungeonArchitect.Builders.Grid.Mirroring.GridDungeonMirror::GetComponent(DungeonArchitect.IntVector) */, __this, L_0);
|
|
V_0 = L_1;
|
|
// int a1 = a0 + GetComponent(a.Size);
|
|
int32_t L_2 = V_0;
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_3;
|
|
L_3 = Rectangle_get_Size_mA55765DC875BB6CEBED2C41C0DBC5258B7A79259_inline((&___0_a), NULL);
|
|
int32_t L_4;
|
|
L_4 = VirtualFuncInvoker1< int32_t, IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C >::Invoke(6 /* System.Int32 DungeonArchitect.Builders.Grid.Mirroring.GridDungeonMirror::GetComponent(DungeonArchitect.IntVector) */, __this, L_3);
|
|
V_1 = ((int32_t)il2cpp_codegen_add(L_2, L_4));
|
|
// int b0 = GetComponent(b.Location);
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_5;
|
|
L_5 = Rectangle_get_Location_mF005282420254BC725474ED27F3E4E7513956D2B_inline((&___1_b), NULL);
|
|
int32_t L_6;
|
|
L_6 = VirtualFuncInvoker1< int32_t, IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C >::Invoke(6 /* System.Int32 DungeonArchitect.Builders.Grid.Mirroring.GridDungeonMirror::GetComponent(DungeonArchitect.IntVector) */, __this, L_5);
|
|
V_2 = L_6;
|
|
// int b1 = b0 + GetComponent(b.Size);
|
|
int32_t L_7 = V_2;
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_8;
|
|
L_8 = Rectangle_get_Size_mA55765DC875BB6CEBED2C41C0DBC5258B7A79259_inline((&___1_b), NULL);
|
|
int32_t L_9;
|
|
L_9 = VirtualFuncInvoker1< int32_t, IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C >::Invoke(6 /* System.Int32 DungeonArchitect.Builders.Grid.Mirroring.GridDungeonMirror::GetComponent(DungeonArchitect.IntVector) */, __this, L_8);
|
|
V_3 = ((int32_t)il2cpp_codegen_add(L_7, L_9));
|
|
// if (a1 == b0 || b1 == a0)
|
|
int32_t L_10 = V_1;
|
|
int32_t L_11 = V_2;
|
|
if ((((int32_t)L_10) == ((int32_t)L_11)))
|
|
{
|
|
goto IL_0044;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_12 = V_3;
|
|
int32_t L_13 = V_0;
|
|
if ((!(((uint32_t)L_12) == ((uint32_t)L_13))))
|
|
{
|
|
goto IL_0090;
|
|
}
|
|
}
|
|
|
|
IL_0044:
|
|
{
|
|
// var start = Mathf.Min(a0, b0);
|
|
int32_t L_14 = V_0;
|
|
int32_t L_15 = V_2;
|
|
int32_t L_16;
|
|
L_16 = Mathf_Min_m888083F74FF5655778F0403BB5E9608BEFDEA8CB_inline(L_14, L_15, NULL);
|
|
V_4 = L_16;
|
|
// var end = Mathf.Max(a1, b1);
|
|
int32_t L_17 = V_1;
|
|
int32_t L_18 = V_3;
|
|
int32_t L_19;
|
|
L_19 = Mathf_Max_m7FA442918DE37E3A00106D1F2E789D65829792B8_inline(L_17, L_18, NULL);
|
|
V_5 = L_19;
|
|
// var location = a.Location;
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_20;
|
|
L_20 = Rectangle_get_Location_mF005282420254BC725474ED27F3E4E7513956D2B_inline((&___0_a), NULL);
|
|
V_6 = L_20;
|
|
// var size = a.Size;
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_21;
|
|
L_21 = Rectangle_get_Size_mA55765DC875BB6CEBED2C41C0DBC5258B7A79259_inline((&___0_a), NULL);
|
|
V_7 = L_21;
|
|
// SetComponent(ref location, start);
|
|
int32_t L_22 = V_4;
|
|
VirtualActionInvoker2< IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C*, int32_t >::Invoke(8 /* System.Void DungeonArchitect.Builders.Grid.Mirroring.GridDungeonMirror::SetComponent(DungeonArchitect.IntVector&,System.Int32) */, __this, (&V_6), L_22);
|
|
// SetComponent(ref size, end - start);
|
|
int32_t L_23 = V_5;
|
|
int32_t L_24 = V_4;
|
|
VirtualActionInvoker2< IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C*, int32_t >::Invoke(8 /* System.Void DungeonArchitect.Builders.Grid.Mirroring.GridDungeonMirror::SetComponent(DungeonArchitect.IntVector&,System.Int32) */, __this, (&V_7), ((int32_t)il2cpp_codegen_subtract(L_23, L_24)));
|
|
// mergedBounds = new Rectangle(location, size);
|
|
Rectangle_tA560F5F5599A7C11DDD6E7EC2A93ABD2AAA6C64E* L_25 = ___2_mergedBounds;
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_26 = V_6;
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_27 = V_7;
|
|
Rectangle_tA560F5F5599A7C11DDD6E7EC2A93ABD2AAA6C64E L_28;
|
|
memset((&L_28), 0, sizeof(L_28));
|
|
Rectangle__ctor_m3AC35F3E815A8A14017F485B942EC82A65BB78C3((&L_28), L_26, L_27, /*hidden argument*/NULL);
|
|
*(Rectangle_tA560F5F5599A7C11DDD6E7EC2A93ABD2AAA6C64E*)L_25 = L_28;
|
|
// return true;
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0090:
|
|
{
|
|
// return false;
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// DungeonArchitect.Rectangle DungeonArchitect.Builders.Grid.Mirroring.GridDungeonMirror::CalculateMirrorReflection(DungeonArchitect.Rectangle)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Rectangle_tA560F5F5599A7C11DDD6E7EC2A93ABD2AAA6C64E GridDungeonMirror_CalculateMirrorReflection_m3C8730E89DAAF83C00054A4670BE7700DA6E7351 (GridDungeonMirror_t7768DF7A92401BBF47F80F359EC0B211E2CC2EED* __this, Rectangle_tA560F5F5599A7C11DDD6E7EC2A93ABD2AAA6C64E ___0_bounds, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
{
|
|
// var start = GetComponent(bounds.Location);
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_0;
|
|
L_0 = Rectangle_get_Location_mF005282420254BC725474ED27F3E4E7513956D2B_inline((&___0_bounds), NULL);
|
|
int32_t L_1;
|
|
L_1 = VirtualFuncInvoker1< int32_t, IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C >::Invoke(6 /* System.Int32 DungeonArchitect.Builders.Grid.Mirroring.GridDungeonMirror::GetComponent(DungeonArchitect.IntVector) */, __this, L_0);
|
|
// var end = GetComponent(bounds.Location) + GetComponent(bounds.Size);
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_2;
|
|
L_2 = Rectangle_get_Location_mF005282420254BC725474ED27F3E4E7513956D2B_inline((&___0_bounds), NULL);
|
|
int32_t L_3;
|
|
L_3 = VirtualFuncInvoker1< int32_t, IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C >::Invoke(6 /* System.Int32 DungeonArchitect.Builders.Grid.Mirroring.GridDungeonMirror::GetComponent(DungeonArchitect.IntVector) */, __this, L_2);
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_4;
|
|
L_4 = Rectangle_get_Size_mA55765DC875BB6CEBED2C41C0DBC5258B7A79259_inline((&___0_bounds), NULL);
|
|
int32_t L_5;
|
|
L_5 = VirtualFuncInvoker1< int32_t, IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C >::Invoke(6 /* System.Int32 DungeonArchitect.Builders.Grid.Mirroring.GridDungeonMirror::GetComponent(DungeonArchitect.IntVector) */, __this, L_4);
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_3, L_5));
|
|
// var cutoff = GetCutoff();
|
|
int32_t L_6;
|
|
L_6 = GridDungeonMirror_GetCutoff_m2D479ED8132F1474F22E7699C5DFF39D4698A82C(__this, NULL);
|
|
// var distanceToCutoff = cutoff - end;
|
|
int32_t L_7 = L_6;
|
|
int32_t L_8 = V_0;
|
|
V_1 = ((int32_t)il2cpp_codegen_subtract(L_7, L_8));
|
|
// var newX0 = cutoff + distanceToCutoff;
|
|
int32_t L_9 = V_1;
|
|
V_2 = ((int32_t)il2cpp_codegen_add(L_7, L_9));
|
|
// return new Rectangle(CreateVector(bounds.Location, newX0), bounds.Size);
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_10;
|
|
L_10 = Rectangle_get_Location_mF005282420254BC725474ED27F3E4E7513956D2B_inline((&___0_bounds), NULL);
|
|
int32_t L_11 = V_2;
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_12;
|
|
L_12 = VirtualFuncInvoker2< IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C, IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C, int32_t >::Invoke(10 /* DungeonArchitect.IntVector DungeonArchitect.Builders.Grid.Mirroring.GridDungeonMirror::CreateVector(DungeonArchitect.IntVector,System.Int32) */, __this, L_10, L_11);
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_13;
|
|
L_13 = Rectangle_get_Size_mA55765DC875BB6CEBED2C41C0DBC5258B7A79259_inline((&___0_bounds), NULL);
|
|
Rectangle_tA560F5F5599A7C11DDD6E7EC2A93ABD2AAA6C64E L_14;
|
|
memset((&L_14), 0, sizeof(L_14));
|
|
Rectangle__ctor_m3AC35F3E815A8A14017F485B942EC82A65BB78C3((&L_14), L_12, L_13, /*hidden argument*/NULL);
|
|
return L_14;
|
|
}
|
|
}
|
|
// System.Boolean DungeonArchitect.Builders.Grid.Mirroring.GridDungeonMirror::CanDiscardBounds(DungeonArchitect.Rectangle)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GridDungeonMirror_CanDiscardBounds_m0DC7BF607CD769765415676E2009CD49E4374ABC (GridDungeonMirror_t7768DF7A92401BBF47F80F359EC0B211E2CC2EED* __this, Rectangle_tA560F5F5599A7C11DDD6E7EC2A93ABD2AAA6C64E ___0_bounds, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
{
|
|
// var start = GetComponent(bounds.Location);
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_0;
|
|
L_0 = Rectangle_get_Location_mF005282420254BC725474ED27F3E4E7513956D2B_inline((&___0_bounds), NULL);
|
|
int32_t L_1;
|
|
L_1 = VirtualFuncInvoker1< int32_t, IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C >::Invoke(6 /* System.Int32 DungeonArchitect.Builders.Grid.Mirroring.GridDungeonMirror::GetComponent(DungeonArchitect.IntVector) */, __this, L_0);
|
|
// var end = GetComponent(bounds.Location) + GetComponent(bounds.Size);
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_2;
|
|
L_2 = Rectangle_get_Location_mF005282420254BC725474ED27F3E4E7513956D2B_inline((&___0_bounds), NULL);
|
|
int32_t L_3;
|
|
L_3 = VirtualFuncInvoker1< int32_t, IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C >::Invoke(6 /* System.Int32 DungeonArchitect.Builders.Grid.Mirroring.GridDungeonMirror::GetComponent(DungeonArchitect.IntVector) */, __this, L_2);
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_4;
|
|
L_4 = Rectangle_get_Size_mA55765DC875BB6CEBED2C41C0DBC5258B7A79259_inline((&___0_bounds), NULL);
|
|
int32_t L_5;
|
|
L_5 = VirtualFuncInvoker1< int32_t, IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C >::Invoke(6 /* System.Int32 DungeonArchitect.Builders.Grid.Mirroring.GridDungeonMirror::GetComponent(DungeonArchitect.IntVector) */, __this, L_4);
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_3, L_5));
|
|
// int cutoff = GetCutoff();
|
|
int32_t L_6;
|
|
L_6 = GridDungeonMirror_GetCutoff_m2D479ED8132F1474F22E7699C5DFF39D4698A82C(__this, NULL);
|
|
V_1 = L_6;
|
|
// return (start >= cutoff && end >= cutoff);
|
|
int32_t L_7 = V_1;
|
|
if ((((int32_t)L_1) < ((int32_t)L_7)))
|
|
{
|
|
goto IL_003b;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_8 = V_0;
|
|
int32_t L_9 = V_1;
|
|
return (bool)((((int32_t)((((int32_t)L_8) < ((int32_t)L_9))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
}
|
|
|
|
IL_003b:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean DungeonArchitect.Builders.Grid.Mirroring.GridDungeonMirror::CanCropBounds(DungeonArchitect.Rectangle)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GridDungeonMirror_CanCropBounds_mF0746325F7CC1A87C39501C28CE490F71B49C589 (GridDungeonMirror_t7768DF7A92401BBF47F80F359EC0B211E2CC2EED* __this, Rectangle_tA560F5F5599A7C11DDD6E7EC2A93ABD2AAA6C64E ___0_bounds, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
{
|
|
// var x0 = GetComponent(bounds.Location);
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_0;
|
|
L_0 = Rectangle_get_Location_mF005282420254BC725474ED27F3E4E7513956D2B_inline((&___0_bounds), NULL);
|
|
int32_t L_1;
|
|
L_1 = VirtualFuncInvoker1< int32_t, IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C >::Invoke(6 /* System.Int32 DungeonArchitect.Builders.Grid.Mirroring.GridDungeonMirror::GetComponent(DungeonArchitect.IntVector) */, __this, L_0);
|
|
// var x1 = GetComponent(bounds.Location) + GetComponent(bounds.Size);
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_2;
|
|
L_2 = Rectangle_get_Location_mF005282420254BC725474ED27F3E4E7513956D2B_inline((&___0_bounds), NULL);
|
|
int32_t L_3;
|
|
L_3 = VirtualFuncInvoker1< int32_t, IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C >::Invoke(6 /* System.Int32 DungeonArchitect.Builders.Grid.Mirroring.GridDungeonMirror::GetComponent(DungeonArchitect.IntVector) */, __this, L_2);
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_4;
|
|
L_4 = Rectangle_get_Size_mA55765DC875BB6CEBED2C41C0DBC5258B7A79259_inline((&___0_bounds), NULL);
|
|
int32_t L_5;
|
|
L_5 = VirtualFuncInvoker1< int32_t, IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C >::Invoke(6 /* System.Int32 DungeonArchitect.Builders.Grid.Mirroring.GridDungeonMirror::GetComponent(DungeonArchitect.IntVector) */, __this, L_4);
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_3, L_5));
|
|
// int cutoffX = GetCutoff();
|
|
int32_t L_6;
|
|
L_6 = GridDungeonMirror_GetCutoff_m2D479ED8132F1474F22E7699C5DFF39D4698A82C(__this, NULL);
|
|
V_1 = L_6;
|
|
// return (x0 < cutoffX && x1 > cutoffX);
|
|
int32_t L_7 = V_1;
|
|
if ((((int32_t)L_1) >= ((int32_t)L_7)))
|
|
{
|
|
goto IL_0038;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_8 = V_0;
|
|
int32_t L_9 = V_1;
|
|
return (bool)((((int32_t)L_8) > ((int32_t)L_9))? 1 : 0);
|
|
}
|
|
|
|
IL_0038:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Void DungeonArchitect.Builders.Grid.Mirroring.GridDungeonMirror::CropCell(DungeonArchitect.Builders.Grid.Cell)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GridDungeonMirror_CropCell_mA48EF3C22A99D549FF65716A34BC89048293C1D5 (GridDungeonMirror_t7768DF7A92401BBF47F80F359EC0B211E2CC2EED* __this, Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01* ___0_cell, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
Rectangle_tA560F5F5599A7C11DDD6E7EC2A93ABD2AAA6C64E V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
Rectangle_tA560F5F5599A7C11DDD6E7EC2A93ABD2AAA6C64E V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C V_3;
|
|
memset((&V_3), 0, sizeof(V_3));
|
|
{
|
|
// int cutoffX = GetCutoff();
|
|
int32_t L_0;
|
|
L_0 = GridDungeonMirror_GetCutoff_m2D479ED8132F1474F22E7699C5DFF39D4698A82C(__this, NULL);
|
|
// var newWidth = cutoffX - GetComponent(cell.Bounds.Location);
|
|
Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01* L_1 = ___0_cell;
|
|
NullCheck(L_1);
|
|
Rectangle_tA560F5F5599A7C11DDD6E7EC2A93ABD2AAA6C64E L_2;
|
|
L_2 = Cell_get_Bounds_m701BAE5F667F9ED03D14964497811072198366CE_inline(L_1, NULL);
|
|
V_1 = L_2;
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_3;
|
|
L_3 = Rectangle_get_Location_mF005282420254BC725474ED27F3E4E7513956D2B_inline((&V_1), NULL);
|
|
int32_t L_4;
|
|
L_4 = VirtualFuncInvoker1< int32_t, IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C >::Invoke(6 /* System.Int32 DungeonArchitect.Builders.Grid.Mirroring.GridDungeonMirror::GetComponent(DungeonArchitect.IntVector) */, __this, L_3);
|
|
V_0 = ((int32_t)il2cpp_codegen_subtract(L_0, L_4));
|
|
// if (newWidth > 0)
|
|
int32_t L_5 = V_0;
|
|
if ((((int32_t)L_5) <= ((int32_t)0)))
|
|
{
|
|
goto IL_0047;
|
|
}
|
|
}
|
|
{
|
|
// var bounds = cell.Bounds;
|
|
Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01* L_6 = ___0_cell;
|
|
NullCheck(L_6);
|
|
Rectangle_tA560F5F5599A7C11DDD6E7EC2A93ABD2AAA6C64E L_7;
|
|
L_7 = Cell_get_Bounds_m701BAE5F667F9ED03D14964497811072198366CE_inline(L_6, NULL);
|
|
V_2 = L_7;
|
|
// var size = bounds.Size;
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_8;
|
|
L_8 = Rectangle_get_Size_mA55765DC875BB6CEBED2C41C0DBC5258B7A79259_inline((&V_2), NULL);
|
|
V_3 = L_8;
|
|
// SetComponent(ref size, newWidth);
|
|
int32_t L_9 = V_0;
|
|
VirtualActionInvoker2< IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C*, int32_t >::Invoke(8 /* System.Void DungeonArchitect.Builders.Grid.Mirroring.GridDungeonMirror::SetComponent(DungeonArchitect.IntVector&,System.Int32) */, __this, (&V_3), L_9);
|
|
// bounds.Size = size;
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_10 = V_3;
|
|
Rectangle_set_Size_m49F71D3947C8EC86A65E51B75BCB096F54839CCB_inline((&V_2), L_10, NULL);
|
|
// cell.Bounds = bounds;
|
|
Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01* L_11 = ___0_cell;
|
|
Rectangle_tA560F5F5599A7C11DDD6E7EC2A93ABD2AAA6C64E L_12 = V_2;
|
|
NullCheck(L_11);
|
|
Cell_set_Bounds_mF3AA7846D3CE9C23A1757A0A5E718DC1533545A9_inline(L_11, L_12, NULL);
|
|
}
|
|
|
|
IL_0047:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// UnityEngine.Quaternion DungeonArchitect.Builders.Grid.Mirroring.GridDungeonMirror::CalculateMirrorReflection(UnityEngine.Quaternion)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 GridDungeonMirror_CalculateMirrorReflection_mDDBED94BABE1833C0AF740B25C0C3B1509C63D10 (GridDungeonMirror_t7768DF7A92401BBF47F80F359EC0B211E2CC2EED* __this, Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 ___0_rotation, const RuntimeMethod* method)
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
// var mirrorTangent = GetMirrorTangent();
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_0;
|
|
L_0 = VirtualFuncInvoker0< Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 >::Invoke(4 /* UnityEngine.Vector3 DungeonArchitect.Builders.Grid.Mirroring.GridDungeonMirror::GetMirrorTangent() */, __this);
|
|
// var forward = rotation * Vector3.forward;
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_1 = ___0_rotation;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_2;
|
|
L_2 = Vector3_get_forward_mAA55A7034304DF8B2152EAD49AE779FC4CA2EB4A_inline(NULL);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_3;
|
|
L_3 = Quaternion_op_Multiply_mE1EBA73F9173432B50F8F17CE8190C5A7986FB8C(L_1, L_2, NULL);
|
|
V_0 = L_3;
|
|
// var dot = Vector3.Dot(mirrorTangent, forward);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_4 = V_0;
|
|
float L_5;
|
|
L_5 = Vector3_Dot_mBB86BB940AA0A32FA7D3C02AC42E5BC7095A5D52_inline(L_0, L_4, NULL);
|
|
// dot = Mathf.Abs(dot);
|
|
float L_6;
|
|
L_6 = fabsf(L_5);
|
|
// if (Mathf.Approximately(dot, 1.0f))
|
|
bool L_7;
|
|
L_7 = Mathf_Approximately_m1DADD012A8FC82E11FB282501AE2EBBF9A77150B_inline(L_6, (1.0f), NULL);
|
|
if (!L_7)
|
|
{
|
|
goto IL_002b;
|
|
}
|
|
}
|
|
{
|
|
// return rotation;
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_8 = ___0_rotation;
|
|
return L_8;
|
|
}
|
|
|
|
IL_002b:
|
|
{
|
|
// return Quaternion.Euler(0, 180, 0) * rotation;
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_9;
|
|
L_9 = Quaternion_Euler_m9262AB29E3E9CE94EF71051F38A28E82AEC73F90_inline((0.0f), (180.0f), (0.0f), NULL);
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_10 = ___0_rotation;
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_11;
|
|
L_11 = Quaternion_op_Multiply_mCB375FCCC12A2EC8F9EB824A1BFB4453B58C2012_inline(L_9, L_10, NULL);
|
|
return L_11;
|
|
}
|
|
}
|
|
// UnityEngine.Vector3 DungeonArchitect.Builders.Grid.Mirroring.GridDungeonMirror::CalculateMirrorReflection(UnityEngine.Vector3)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 GridDungeonMirror_CalculateMirrorReflection_m0586C3A799977F07E94359D6935D5F40A384FAD7 (GridDungeonMirror_t7768DF7A92401BBF47F80F359EC0B211E2CC2EED* __this, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_position, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC33E4D596C7993FDB66B44DBB288F7217F2689C4);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
float V_0 = 0.0f;
|
|
float V_1 = 0.0f;
|
|
float V_2 = 0.0f;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_3;
|
|
memset((&V_3), 0, sizeof(V_3));
|
|
{
|
|
// var cutoffX = GetCutoff() * gridSize;
|
|
int32_t L_0;
|
|
L_0 = GridDungeonMirror_GetCutoff_m2D479ED8132F1474F22E7699C5DFF39D4698A82C(__this, NULL);
|
|
float L_1 = __this->___gridSize_1;
|
|
V_0 = ((float)il2cpp_codegen_multiply(((float)L_0), L_1));
|
|
// if (GetComponent(position) >= cutoffX)
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_2 = ___0_position;
|
|
float L_3;
|
|
L_3 = VirtualFuncInvoker1< float, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 >::Invoke(5 /* System.Single DungeonArchitect.Builders.Grid.Mirroring.GridDungeonMirror::GetComponent(UnityEngine.Vector3) */, __this, L_2);
|
|
float L_4 = V_0;
|
|
if ((!(((float)L_3) >= ((float)L_4))))
|
|
{
|
|
goto IL_0029;
|
|
}
|
|
}
|
|
{
|
|
// Debug.Log("Invalid mirror input");
|
|
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
Debug_Log_m87A9A3C761FF5C43ED8A53B16190A53D08F818BB(_stringLiteralC33E4D596C7993FDB66B44DBB288F7217F2689C4, NULL);
|
|
// return Vector3.zero;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_5;
|
|
L_5 = Vector3_get_zero_m0C1249C3F25B1C70EAD3CC8B31259975A457AE39_inline(NULL);
|
|
return L_5;
|
|
}
|
|
|
|
IL_0029:
|
|
{
|
|
// var distanceToCutoff = cutoffX - GetComponent(position);
|
|
float L_6 = V_0;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_7 = ___0_position;
|
|
float L_8;
|
|
L_8 = VirtualFuncInvoker1< float, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 >::Invoke(5 /* System.Single DungeonArchitect.Builders.Grid.Mirroring.GridDungeonMirror::GetComponent(UnityEngine.Vector3) */, __this, L_7);
|
|
V_1 = ((float)il2cpp_codegen_subtract(L_6, L_8));
|
|
// var mirroredDistance = cutoffX + distanceToCutoff;
|
|
float L_9 = V_0;
|
|
float L_10 = V_1;
|
|
V_2 = ((float)il2cpp_codegen_add(L_9, L_10));
|
|
// var mirroredPosition = position;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_11 = ___0_position;
|
|
V_3 = L_11;
|
|
// SetComponent(ref mirroredPosition, mirroredDistance);
|
|
float L_12 = V_2;
|
|
VirtualActionInvoker2< Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2*, float >::Invoke(7 /* System.Void DungeonArchitect.Builders.Grid.Mirroring.GridDungeonMirror::SetComponent(UnityEngine.Vector3&,System.Single) */, __this, (&V_3), L_12);
|
|
// return mirroredPosition;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_13 = V_3;
|
|
return L_13;
|
|
}
|
|
}
|
|
// DungeonArchitect.IntVector DungeonArchitect.Builders.Grid.Mirroring.GridDungeonMirror::CalculateMirrorReflection(DungeonArchitect.IntVector)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C GridDungeonMirror_CalculateMirrorReflection_mAEB4384FF0A3D03A57F1953ACBE3011C9E919F09 (GridDungeonMirror_t7768DF7A92401BBF47F80F359EC0B211E2CC2EED* __this, IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C ___0_position, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
// var cutoffX = GetCutoff();
|
|
int32_t L_0;
|
|
L_0 = GridDungeonMirror_GetCutoff_m2D479ED8132F1474F22E7699C5DFF39D4698A82C(__this, NULL);
|
|
// var distanceToCutoff = cutoffX - GetComponent(position);
|
|
int32_t L_1 = L_0;
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_2 = ___0_position;
|
|
int32_t L_3;
|
|
L_3 = VirtualFuncInvoker1< int32_t, IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C >::Invoke(6 /* System.Int32 DungeonArchitect.Builders.Grid.Mirroring.GridDungeonMirror::GetComponent(DungeonArchitect.IntVector) */, __this, L_2);
|
|
V_0 = ((int32_t)il2cpp_codegen_subtract(L_1, L_3));
|
|
// var mirroredDistance = cutoffX + distanceToCutoff - 1;
|
|
int32_t L_4 = V_0;
|
|
V_1 = ((int32_t)il2cpp_codegen_subtract(((int32_t)il2cpp_codegen_add(L_1, L_4)), 1));
|
|
// var mirroredPosition = position;
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_5 = ___0_position;
|
|
V_2 = L_5;
|
|
// SetComponent(ref mirroredPosition, mirroredDistance);
|
|
int32_t L_6 = V_1;
|
|
VirtualActionInvoker2< IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C*, int32_t >::Invoke(8 /* System.Void DungeonArchitect.Builders.Grid.Mirroring.GridDungeonMirror::SetComponent(DungeonArchitect.IntVector&,System.Int32) */, __this, (&V_2), L_6);
|
|
// return mirroredPosition;
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_7 = V_2;
|
|
return L_7;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void DungeonArchitect.Builders.FloorPlan.FloorPlanMarkerNames::.cctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FloorPlanMarkerNames__cctor_mAAA2F0285D75E7EDBF9DA93EF9342D9FBA11A5E7 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FloorPlanMarkerNames_t1B709C8E5ADB09E034C1C7B0A96853FDBF0EF24D_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral01DABAEA1038CE94C68EC1934C99F3FAE1140A8B);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral23E984FA455897D3F8EEE658901E36F0451B284F);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7649AEE062EE200D5810926162F39A75BCEE5287);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7A65EFC5BB52048E35B0D3E2214BCF8CE116440A);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8FBF8AA6D7A72EEACFB864E4DB1AC71C83F59437);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public static readonly string Ground = "Ground";
|
|
((FloorPlanMarkerNames_t1B709C8E5ADB09E034C1C7B0A96853FDBF0EF24D_StaticFields*)il2cpp_codegen_static_fields_for(FloorPlanMarkerNames_t1B709C8E5ADB09E034C1C7B0A96853FDBF0EF24D_il2cpp_TypeInfo_var))->___Ground_0 = _stringLiteral7A65EFC5BB52048E35B0D3E2214BCF8CE116440A;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((FloorPlanMarkerNames_t1B709C8E5ADB09E034C1C7B0A96853FDBF0EF24D_StaticFields*)il2cpp_codegen_static_fields_for(FloorPlanMarkerNames_t1B709C8E5ADB09E034C1C7B0A96853FDBF0EF24D_il2cpp_TypeInfo_var))->___Ground_0), (void*)_stringLiteral7A65EFC5BB52048E35B0D3E2214BCF8CE116440A);
|
|
// public static readonly string Ceiling = "Ceiling";
|
|
((FloorPlanMarkerNames_t1B709C8E5ADB09E034C1C7B0A96853FDBF0EF24D_StaticFields*)il2cpp_codegen_static_fields_for(FloorPlanMarkerNames_t1B709C8E5ADB09E034C1C7B0A96853FDBF0EF24D_il2cpp_TypeInfo_var))->___Ceiling_1 = _stringLiteral01DABAEA1038CE94C68EC1934C99F3FAE1140A8B;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((FloorPlanMarkerNames_t1B709C8E5ADB09E034C1C7B0A96853FDBF0EF24D_StaticFields*)il2cpp_codegen_static_fields_for(FloorPlanMarkerNames_t1B709C8E5ADB09E034C1C7B0A96853FDBF0EF24D_il2cpp_TypeInfo_var))->___Ceiling_1), (void*)_stringLiteral01DABAEA1038CE94C68EC1934C99F3FAE1140A8B);
|
|
// public static readonly string Wall = "Wall";
|
|
((FloorPlanMarkerNames_t1B709C8E5ADB09E034C1C7B0A96853FDBF0EF24D_StaticFields*)il2cpp_codegen_static_fields_for(FloorPlanMarkerNames_t1B709C8E5ADB09E034C1C7B0A96853FDBF0EF24D_il2cpp_TypeInfo_var))->___Wall_2 = _stringLiteral7649AEE062EE200D5810926162F39A75BCEE5287;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((FloorPlanMarkerNames_t1B709C8E5ADB09E034C1C7B0A96853FDBF0EF24D_StaticFields*)il2cpp_codegen_static_fields_for(FloorPlanMarkerNames_t1B709C8E5ADB09E034C1C7B0A96853FDBF0EF24D_il2cpp_TypeInfo_var))->___Wall_2), (void*)_stringLiteral7649AEE062EE200D5810926162F39A75BCEE5287);
|
|
// public static readonly string Door = "Door";
|
|
((FloorPlanMarkerNames_t1B709C8E5ADB09E034C1C7B0A96853FDBF0EF24D_StaticFields*)il2cpp_codegen_static_fields_for(FloorPlanMarkerNames_t1B709C8E5ADB09E034C1C7B0A96853FDBF0EF24D_il2cpp_TypeInfo_var))->___Door_3 = _stringLiteral8FBF8AA6D7A72EEACFB864E4DB1AC71C83F59437;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((FloorPlanMarkerNames_t1B709C8E5ADB09E034C1C7B0A96853FDBF0EF24D_StaticFields*)il2cpp_codegen_static_fields_for(FloorPlanMarkerNames_t1B709C8E5ADB09E034C1C7B0A96853FDBF0EF24D_il2cpp_TypeInfo_var))->___Door_3), (void*)_stringLiteral8FBF8AA6D7A72EEACFB864E4DB1AC71C83F59437);
|
|
// public static readonly string BuildingWall = "BuildingWall";
|
|
((FloorPlanMarkerNames_t1B709C8E5ADB09E034C1C7B0A96853FDBF0EF24D_StaticFields*)il2cpp_codegen_static_fields_for(FloorPlanMarkerNames_t1B709C8E5ADB09E034C1C7B0A96853FDBF0EF24D_il2cpp_TypeInfo_var))->___BuildingWall_4 = _stringLiteral23E984FA455897D3F8EEE658901E36F0451B284F;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((FloorPlanMarkerNames_t1B709C8E5ADB09E034C1C7B0A96853FDBF0EF24D_StaticFields*)il2cpp_codegen_static_fields_for(FloorPlanMarkerNames_t1B709C8E5ADB09E034C1C7B0A96853FDBF0EF24D_il2cpp_TypeInfo_var))->___BuildingWall_4), (void*)_stringLiteral23E984FA455897D3F8EEE658901E36F0451B284F);
|
|
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 DungeonArchitect.Builders.FloorPlan.FloorPlanBuilder::BuildDungeon(DungeonArchitect.DungeonConfig,DungeonArchitect.DungeonModel)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FloorPlanBuilder_BuildDungeon_m284DD403CADCA3FB7A56BBA765468FA9F226DCE9 (FloorPlanBuilder_t6DB1ECBEE30EEB42CF67A373D06CAE68435ACE9D* __this, DungeonConfig_tAB374D87D0852393B67D890DA66CD4B0EC2D7FBD* ___0_config, DungeonModel_t53A77B7094F80C6A6C626E2E6B647289FBF29D19* ___1_model, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FloorPlanConfig_t532D06F3A07E9398692974242B19B5D2A4A36D16_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FloorPlanModel_tE088A489B868701717ABB0721C425F3FFCED18E1_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Random_t79716069EDE67D1D7734F60AE402D0CA3FB6B4C8_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// base.BuildDungeon(config, model);
|
|
DungeonConfig_tAB374D87D0852393B67D890DA66CD4B0EC2D7FBD* L_0 = ___0_config;
|
|
DungeonModel_t53A77B7094F80C6A6C626E2E6B647289FBF29D19* L_1 = ___1_model;
|
|
DungeonBuilder_BuildDungeon_m3560800F8DB87C0B58247D249C2400C41A865535(__this, L_0, L_1, NULL);
|
|
// random = new System.Random((int)config.Seed);
|
|
DungeonConfig_tAB374D87D0852393B67D890DA66CD4B0EC2D7FBD* L_2 = ___0_config;
|
|
NullCheck(L_2);
|
|
uint32_t L_3 = L_2->___Seed_4;
|
|
Random_t79716069EDE67D1D7734F60AE402D0CA3FB6B4C8* L_4 = (Random_t79716069EDE67D1D7734F60AE402D0CA3FB6B4C8*)il2cpp_codegen_object_new(Random_t79716069EDE67D1D7734F60AE402D0CA3FB6B4C8_il2cpp_TypeInfo_var);
|
|
NullCheck(L_4);
|
|
Random__ctor_mFB386F0C0ED85F26CD069C3527052B81878A2F1E(L_4, L_3, NULL);
|
|
__this->___random_19 = L_4;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___random_19), (void*)L_4);
|
|
// floorPlanConfig = config as FloorPlanConfig;
|
|
DungeonConfig_tAB374D87D0852393B67D890DA66CD4B0EC2D7FBD* L_5 = ___0_config;
|
|
__this->___floorPlanConfig_14 = ((FloorPlanConfig_t532D06F3A07E9398692974242B19B5D2A4A36D16*)IsInstClass((RuntimeObject*)L_5, FloorPlanConfig_t532D06F3A07E9398692974242B19B5D2A4A36D16_il2cpp_TypeInfo_var));
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___floorPlanConfig_14), (void*)((FloorPlanConfig_t532D06F3A07E9398692974242B19B5D2A4A36D16*)IsInstClass((RuntimeObject*)L_5, FloorPlanConfig_t532D06F3A07E9398692974242B19B5D2A4A36D16_il2cpp_TypeInfo_var)));
|
|
// floorPlanModel = model as FloorPlanModel;
|
|
DungeonModel_t53A77B7094F80C6A6C626E2E6B647289FBF29D19* L_6 = ___1_model;
|
|
__this->___floorPlanModel_15 = ((FloorPlanModel_tE088A489B868701717ABB0721C425F3FFCED18E1*)IsInstClass((RuntimeObject*)L_6, FloorPlanModel_tE088A489B868701717ABB0721C425F3FFCED18E1_il2cpp_TypeInfo_var));
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___floorPlanModel_15), (void*)((FloorPlanModel_tE088A489B868701717ABB0721C425F3FFCED18E1*)IsInstClass((RuntimeObject*)L_6, FloorPlanModel_tE088A489B868701717ABB0721C425F3FFCED18E1_il2cpp_TypeInfo_var)));
|
|
// floorPlanModel.Config = floorPlanConfig;
|
|
FloorPlanModel_tE088A489B868701717ABB0721C425F3FFCED18E1* L_7 = __this->___floorPlanModel_15;
|
|
FloorPlanConfig_t532D06F3A07E9398692974242B19B5D2A4A36D16* L_8 = __this->___floorPlanConfig_14;
|
|
NullCheck(L_7);
|
|
L_7->___Config_4 = L_8;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_7->___Config_4), (void*)L_8);
|
|
// BuildLayout();
|
|
FloorPlanBuilder_BuildLayout_mBA562E364D5BF0FC0DC13D9F7639F81CEEDFC2EF(__this, NULL);
|
|
// markers.Clear();
|
|
LevelMarkerList_t7F6AC91D47A569068C1D028934596FF16F3721A4* L_9 = ((DungeonBuilder_tD1E33B0EE44EFF472152D3D8233F3804191E65EA*)__this)->___markers_8;
|
|
NullCheck(L_9);
|
|
VirtualActionInvoker0::Invoke(9 /* System.Void DungeonArchitect.LevelMarkerList::Clear() */, L_9);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void DungeonArchitect.Builders.FloorPlan.FloorPlanBuilder::EmitMarkers()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FloorPlanBuilder_EmitMarkers_mE9EF4C10F79246D386CF25B3D03D28359D722B12 (FloorPlanBuilder_t6DB1ECBEE30EEB42CF67A373D06CAE68435ACE9D* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// base.EmitMarkers();
|
|
DungeonBuilder_EmitMarkers_m9A37877CCDCD23ED308C323678985233569EB0F1(__this, NULL);
|
|
// EmitBuildingMarkers();
|
|
FloorPlanBuilder_EmitBuildingMarkers_m3B643E67A74042BBDE641051E17CD747821DA246(__this, NULL);
|
|
// ProcessMarkerOverrideVolumes();
|
|
DungeonBuilder_ProcessMarkerOverrideVolumes_m1D956AAA9A0ED06FEEA3CF88D40E4BAA41ACDFCA(__this, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void DungeonArchitect.Builders.FloorPlan.FloorPlanBuilder::BuildLayout()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FloorPlanBuilder_BuildLayout_mBA562E364D5BF0FC0DC13D9F7639F81CEEDFC2EF (FloorPlanBuilder_t6DB1ECBEE30EEB42CF67A373D06CAE68435ACE9D* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m6F0308E6B4C8139E51F45E21F84A83F3AD755953_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_m561A81478F8A8A673F0EC31BF7663678A21FDA95_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_mB9D5C240AAB8BB8C4AEC862E805F99ABF5AAE3EC_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FloorChunkDB_tD6E5766D39D25018B82906C456A920512D9E0696_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FloorDoorManager_tB284F7FF94D176DB5250C96E2A25376D07FEB8E2_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_Clear_m88C3BA6617F6667126635140414D44D76C42AE92_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mB5FDF069171C4CB1778BFAC3B9015A22EA7DFBCD_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mD754C5426BA06E611CC9275902F4FF3BB4EA6996_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_GetEnumerator_m6353C2F311D40B42FC5FF76519D054D93CCABEB0_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_RemoveAt_m60D3B14293FFCFAB03D463B1F88FBC8AB695C991_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m4E8A77D9DC18B2DBEED0F31589C42848E91083AD_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m88C4BD8AC607DB3585552068F4DC437406358D5F_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_mF1C0C56457C655BDFFC6EE5B46FAD8BAEC1F588B_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m1F8E226CAD72B83C5E75BB66B43025247806B543_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t8F3790B7F8C471B3A1336522C7415FB0AC36D47B_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_tC2B2F0FF500476942F279BAE4B554183BB036C00_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MathUtils_t05FC770BEB74714DF52EC7EB2718509420AEA703_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Random_t79716069EDE67D1D7734F60AE402D0CA3FB6B4C8_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stack_1_Pop_m6C802318BB6B86EED2CF00BA8FE172580CBA4825_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stack_1_Push_mE2C74D547B25BA45DE764E6915EDAA0BF7E657CB_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stack_1__ctor_m915995050DB3E545B0C98B198EC439F3460A03DF_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stack_1_get_Count_m1E6B690145DDDBF7B24708A5A93CE2C43A11E270_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stack_1_t008F77A2EA1C59212A9090390D4194878D392F20_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
List_1_t8F3790B7F8C471B3A1336522C7415FB0AC36D47B* V_0 = NULL;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
int32_t V_2 = 0;
|
|
FloorPlanCorridorToolU5BU5D_t71AC1A149B54544B328CEBAC49B50B4120F9597E* V_3 = NULL;
|
|
int32_t V_4 = 0;
|
|
FloorPlanCorridorTool_t17CBA4719EEDAFE77EFE787606AC0A0AC90B47CB* V_5 = NULL;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_6;
|
|
memset((&V_6), 0, sizeof(V_6));
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_7;
|
|
memset((&V_7), 0, sizeof(V_7));
|
|
int32_t V_8 = 0;
|
|
List_1_tC2B2F0FF500476942F279BAE4B554183BB036C00* V_9 = NULL;
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* V_10 = NULL;
|
|
Stack_1_t008F77A2EA1C59212A9090390D4194878D392F20* V_11 = NULL;
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* V_12 = NULL;
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* V_13 = NULL;
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* V_14 = NULL;
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* V_15 = NULL;
|
|
bool V_16 = false;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_17;
|
|
memset((&V_17), 0, sizeof(V_17));
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_18;
|
|
memset((&V_18), 0, sizeof(V_18));
|
|
float V_19 = 0.0f;
|
|
Enumerator_tDFB92630CECB14E9DD1CF71E0032300637F0C7BF V_20;
|
|
memset((&V_20), 0, sizeof(V_20));
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* V_21 = NULL;
|
|
Stack_1_t008F77A2EA1C59212A9090390D4194878D392F20* V_22 = NULL;
|
|
int32_t V_23 = 0;
|
|
int32_t V_24 = 0;
|
|
int32_t V_25 = 0;
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* V_26 = NULL;
|
|
bool V_27 = false;
|
|
int32_t V_28 = 0;
|
|
float V_29 = 0.0f;
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* V_30 = NULL;
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* V_31 = NULL;
|
|
int32_t V_32 = 0;
|
|
{
|
|
// ChunkDB = new FloorChunkDB();
|
|
FloorChunkDB_tD6E5766D39D25018B82906C456A920512D9E0696* L_0 = (FloorChunkDB_tD6E5766D39D25018B82906C456A920512D9E0696*)il2cpp_codegen_object_new(FloorChunkDB_tD6E5766D39D25018B82906C456A920512D9E0696_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
FloorChunkDB__ctor_m3275B54287C7D5FAB413DDDAA3A7E152796AD0CE(L_0, NULL);
|
|
__this->___ChunkDB_16 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___ChunkDB_16), (void*)L_0);
|
|
// DoorManager = new FloorDoorManager();
|
|
FloorDoorManager_tB284F7FF94D176DB5250C96E2A25376D07FEB8E2* L_1 = (FloorDoorManager_tB284F7FF94D176DB5250C96E2A25376D07FEB8E2*)il2cpp_codegen_object_new(FloorDoorManager_tB284F7FF94D176DB5250C96E2A25376D07FEB8E2_il2cpp_TypeInfo_var);
|
|
NullCheck(L_1);
|
|
FloorDoorManager__ctor_m54F0539CB605082CECBB4C7FD7014A0BC7884C44(L_1, NULL);
|
|
__this->___DoorManager_17 = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___DoorManager_17), (void*)L_1);
|
|
// Visited.Clear();
|
|
HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2* L_2 = __this->___Visited_18;
|
|
NullCheck(L_2);
|
|
HashSet_1_Clear_m88C3BA6617F6667126635140414D44D76C42AE92(L_2, HashSet_1_Clear_m88C3BA6617F6667126635140414D44D76C42AE92_RuntimeMethod_var);
|
|
// random = new System.Random((int)floorPlanConfig.Seed);
|
|
FloorPlanConfig_t532D06F3A07E9398692974242B19B5D2A4A36D16* L_3 = __this->___floorPlanConfig_14;
|
|
NullCheck(L_3);
|
|
uint32_t L_4 = ((DungeonConfig_tAB374D87D0852393B67D890DA66CD4B0EC2D7FBD*)L_3)->___Seed_4;
|
|
Random_t79716069EDE67D1D7734F60AE402D0CA3FB6B4C8* L_5 = (Random_t79716069EDE67D1D7734F60AE402D0CA3FB6B4C8*)il2cpp_codegen_object_new(Random_t79716069EDE67D1D7734F60AE402D0CA3FB6B4C8_il2cpp_TypeInfo_var);
|
|
NullCheck(L_5);
|
|
Random__ctor_mFB386F0C0ED85F26CD069C3527052B81878A2F1E(L_5, L_4, NULL);
|
|
__this->___random_19 = L_5;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___random_19), (void*)L_5);
|
|
// var userDefinedSplits = new List<Vector2>();
|
|
List_1_t8F3790B7F8C471B3A1336522C7415FB0AC36D47B* L_6 = (List_1_t8F3790B7F8C471B3A1336522C7415FB0AC36D47B*)il2cpp_codegen_object_new(List_1_t8F3790B7F8C471B3A1336522C7415FB0AC36D47B_il2cpp_TypeInfo_var);
|
|
NullCheck(L_6);
|
|
List_1__ctor_m88C4BD8AC607DB3585552068F4DC437406358D5F(L_6, List_1__ctor_m88C4BD8AC607DB3585552068F4DC437406358D5F_RuntimeMethod_var);
|
|
V_0 = L_6;
|
|
// var dungeonPosition = transform.position;
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_7;
|
|
L_7 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(__this, NULL);
|
|
NullCheck(L_7);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_8;
|
|
L_8 = Transform_get_position_m69CD5FA214FDAE7BB701552943674846C220FDE1(L_7, NULL);
|
|
V_1 = L_8;
|
|
// foreach (var pointTool in floorPlanConfig.manualHallwayPoints)
|
|
FloorPlanConfig_t532D06F3A07E9398692974242B19B5D2A4A36D16* L_9 = __this->___floorPlanConfig_14;
|
|
NullCheck(L_9);
|
|
FloorPlanCorridorToolU5BU5D_t71AC1A149B54544B328CEBAC49B50B4120F9597E* L_10 = L_9->___manualHallwayPoints_12;
|
|
V_3 = L_10;
|
|
V_4 = 0;
|
|
goto IL_00c3;
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
// foreach (var pointTool in floorPlanConfig.manualHallwayPoints)
|
|
FloorPlanCorridorToolU5BU5D_t71AC1A149B54544B328CEBAC49B50B4120F9597E* L_11 = V_3;
|
|
int32_t L_12 = V_4;
|
|
NullCheck(L_11);
|
|
int32_t L_13 = L_12;
|
|
FloorPlanCorridorTool_t17CBA4719EEDAFE77EFE787606AC0A0AC90B47CB* L_14 = (L_11)->GetAt(static_cast<il2cpp_array_size_t>(L_13));
|
|
V_5 = L_14;
|
|
// if (pointTool == null) continue;
|
|
FloorPlanCorridorTool_t17CBA4719EEDAFE77EFE787606AC0A0AC90B47CB* L_15 = V_5;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_16;
|
|
L_16 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_15, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
if (L_16)
|
|
{
|
|
goto IL_00bd;
|
|
}
|
|
}
|
|
{
|
|
// var worldPosition = pointTool.transform.position - dungeonPosition;
|
|
FloorPlanCorridorTool_t17CBA4719EEDAFE77EFE787606AC0A0AC90B47CB* L_17 = V_5;
|
|
NullCheck(L_17);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_18;
|
|
L_18 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(L_17, NULL);
|
|
NullCheck(L_18);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_19;
|
|
L_19 = Transform_get_position_m69CD5FA214FDAE7BB701552943674846C220FDE1(L_18, NULL);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_20 = V_1;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_21;
|
|
L_21 = Vector3_op_Subtraction_mE42023FF80067CB44A1D4A27EB7CF2B24CABB828_inline(L_19, L_20, NULL);
|
|
V_6 = L_21;
|
|
// var localPoint = new Vector2(worldPosition.x / floorPlanConfig.GridSize.x, worldPosition.z / floorPlanConfig.GridSize.z);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_22 = V_6;
|
|
float L_23 = L_22.___x_2;
|
|
FloorPlanConfig_t532D06F3A07E9398692974242B19B5D2A4A36D16* L_24 = __this->___floorPlanConfig_14;
|
|
NullCheck(L_24);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* L_25 = (&L_24->___GridSize_6);
|
|
float L_26 = L_25->___x_2;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_27 = V_6;
|
|
float L_28 = L_27.___z_4;
|
|
FloorPlanConfig_t532D06F3A07E9398692974242B19B5D2A4A36D16* L_29 = __this->___floorPlanConfig_14;
|
|
NullCheck(L_29);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* L_30 = (&L_29->___GridSize_6);
|
|
float L_31 = L_30->___z_4;
|
|
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&V_7), ((float)(L_23/L_26)), ((float)(L_28/L_31)), NULL);
|
|
// userDefinedSplits.Add(localPoint);
|
|
List_1_t8F3790B7F8C471B3A1336522C7415FB0AC36D47B* L_32 = V_0;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_33 = V_7;
|
|
NullCheck(L_32);
|
|
List_1_Add_mB5FDF069171C4CB1778BFAC3B9015A22EA7DFBCD_inline(L_32, L_33, List_1_Add_mB5FDF069171C4CB1778BFAC3B9015A22EA7DFBCD_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_00bd:
|
|
{
|
|
int32_t L_34 = V_4;
|
|
V_4 = ((int32_t)il2cpp_codegen_add(L_34, 1));
|
|
}
|
|
|
|
IL_00c3:
|
|
{
|
|
// foreach (var pointTool in floorPlanConfig.manualHallwayPoints)
|
|
int32_t L_35 = V_4;
|
|
FloorPlanCorridorToolU5BU5D_t71AC1A149B54544B328CEBAC49B50B4120F9597E* L_36 = V_3;
|
|
NullCheck(L_36);
|
|
if ((((int32_t)L_35) < ((int32_t)((int32_t)(((RuntimeArray*)L_36)->max_length)))))
|
|
{
|
|
goto IL_005a;
|
|
}
|
|
}
|
|
{
|
|
// int NumFloors = Mathf.RoundToInt(floorPlanConfig.BuildingSize.y);
|
|
FloorPlanConfig_t532D06F3A07E9398692974242B19B5D2A4A36D16* L_37 = __this->___floorPlanConfig_14;
|
|
NullCheck(L_37);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* L_38 = (&L_37->___BuildingSize_5);
|
|
float L_39 = L_38->___y_3;
|
|
int32_t L_40;
|
|
L_40 = Mathf_RoundToInt_m60F8B66CF27F1FA75AA219342BD184B75771EB4B_inline(L_39, NULL);
|
|
V_2 = L_40;
|
|
// for (int y = 0; y < NumFloors; y++) {
|
|
V_8 = 0;
|
|
goto IL_0408;
|
|
}
|
|
|
|
IL_00e8:
|
|
{
|
|
// List<FloorChunk> FloorChunks = new List<FloorChunk>();
|
|
List_1_tC2B2F0FF500476942F279BAE4B554183BB036C00* L_41 = (List_1_tC2B2F0FF500476942F279BAE4B554183BB036C00*)il2cpp_codegen_object_new(List_1_tC2B2F0FF500476942F279BAE4B554183BB036C00_il2cpp_TypeInfo_var);
|
|
NullCheck(L_41);
|
|
List_1__ctor_m4E8A77D9DC18B2DBEED0F31589C42848E91083AD(L_41, List_1__ctor_m4E8A77D9DC18B2DBEED0F31589C42848E91083AD_RuntimeMethod_var);
|
|
V_9 = L_41;
|
|
// FloorChunk InitialFloor = ChunkDB.Create();
|
|
FloorChunkDB_tD6E5766D39D25018B82906C456A920512D9E0696* L_42 = __this->___ChunkDB_16;
|
|
NullCheck(L_42);
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_43;
|
|
L_43 = FloorChunkDB_Create_m15F0B47F5450A43BEE0F90828AED13C55BE99871(L_42, NULL);
|
|
V_10 = L_43;
|
|
// InitialFloor.Bounds.Location = new IntVector(0, y, 0);
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_44 = V_10;
|
|
NullCheck(L_44);
|
|
Rectangle_tA560F5F5599A7C11DDD6E7EC2A93ABD2AAA6C64E* L_45 = (&L_44->___Bounds_2);
|
|
int32_t L_46 = V_8;
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_47;
|
|
memset((&L_47), 0, sizeof(L_47));
|
|
IntVector__ctor_mA5653A9122DC5F76C09064F96D45BD4A1255EE34((&L_47), 0, L_46, 0, /*hidden argument*/NULL);
|
|
Rectangle_set_Location_m6BBC646F493116B7888B219B2F48B0E634836185_inline(L_45, L_47, NULL);
|
|
// InitialFloor.Bounds.Size = MathUtils.ToIntVector(floorPlanConfig.BuildingSize);
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_48 = V_10;
|
|
NullCheck(L_48);
|
|
Rectangle_tA560F5F5599A7C11DDD6E7EC2A93ABD2AAA6C64E* L_49 = (&L_48->___Bounds_2);
|
|
FloorPlanConfig_t532D06F3A07E9398692974242B19B5D2A4A36D16* L_50 = __this->___floorPlanConfig_14;
|
|
NullCheck(L_50);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_51 = L_50->___BuildingSize_5;
|
|
il2cpp_codegen_runtime_class_init_inline(MathUtils_t05FC770BEB74714DF52EC7EB2718509420AEA703_il2cpp_TypeInfo_var);
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_52;
|
|
L_52 = MathUtils_ToIntVector_mBB1A27762E1EB2064865DE6AC6A54A5B4A4C525E(L_51, NULL);
|
|
Rectangle_set_Size_m49F71D3947C8EC86A65E51B75BCB096F54839CCB_inline(L_49, L_52, NULL);
|
|
// Stack<FloorChunk> Stack = new Stack<FloorChunk>();
|
|
Stack_1_t008F77A2EA1C59212A9090390D4194878D392F20* L_53 = (Stack_1_t008F77A2EA1C59212A9090390D4194878D392F20*)il2cpp_codegen_object_new(Stack_1_t008F77A2EA1C59212A9090390D4194878D392F20_il2cpp_TypeInfo_var);
|
|
NullCheck(L_53);
|
|
Stack_1__ctor_m915995050DB3E545B0C98B198EC439F3460A03DF(L_53, Stack_1__ctor_m915995050DB3E545B0C98B198EC439F3460A03DF_RuntimeMethod_var);
|
|
V_11 = L_53;
|
|
// Stack.Push(InitialFloor);
|
|
Stack_1_t008F77A2EA1C59212A9090390D4194878D392F20* L_54 = V_11;
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_55 = V_10;
|
|
NullCheck(L_54);
|
|
Stack_1_Push_mE2C74D547B25BA45DE764E6915EDAA0BF7E657CB(L_54, L_55, Stack_1_Push_mE2C74D547B25BA45DE764E6915EDAA0BF7E657CB_RuntimeMethod_var);
|
|
goto IL_0292;
|
|
}
|
|
|
|
IL_0142:
|
|
{
|
|
// FloorChunk Top = Stack.Pop();
|
|
Stack_1_t008F77A2EA1C59212A9090390D4194878D392F20* L_56 = V_11;
|
|
NullCheck(L_56);
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_57;
|
|
L_57 = Stack_1_Pop_m6C802318BB6B86EED2CF00BA8FE172580CBA4825(L_56, Stack_1_Pop_m6C802318BB6B86EED2CF00BA8FE172580CBA4825_RuntimeMethod_var);
|
|
V_12 = L_57;
|
|
// float Area = Top.Area();
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_58 = V_12;
|
|
NullCheck(L_58);
|
|
int32_t L_59;
|
|
L_59 = FloorChunk_Area_m280221AF975E5E0C1C1A9E2186D43A20D0614403(L_58, NULL);
|
|
// if (Area <= 0) continue;
|
|
if ((((float)((float)L_59)) <= ((float)(0.0f))))
|
|
{
|
|
goto IL_0292;
|
|
}
|
|
}
|
|
{
|
|
// if (Top.Area() <= floorPlanConfig.MinRoomChunkArea) {
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_60 = V_12;
|
|
NullCheck(L_60);
|
|
int32_t L_61;
|
|
L_61 = FloorChunk_Area_m280221AF975E5E0C1C1A9E2186D43A20D0614403(L_60, NULL);
|
|
FloorPlanConfig_t532D06F3A07E9398692974242B19B5D2A4A36D16* L_62 = __this->___floorPlanConfig_14;
|
|
NullCheck(L_62);
|
|
int32_t L_63 = L_62->___MinRoomChunkArea_10;
|
|
if ((((int32_t)L_61) > ((int32_t)L_63)))
|
|
{
|
|
goto IL_017f;
|
|
}
|
|
}
|
|
{
|
|
// FloorChunks.Add(Top);
|
|
List_1_tC2B2F0FF500476942F279BAE4B554183BB036C00* L_64 = V_9;
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_65 = V_12;
|
|
NullCheck(L_64);
|
|
List_1_Add_mD754C5426BA06E611CC9275902F4FF3BB4EA6996_inline(L_64, L_65, List_1_Add_mD754C5426BA06E611CC9275902F4FF3BB4EA6996_RuntimeMethod_var);
|
|
goto IL_0292;
|
|
}
|
|
|
|
IL_017f:
|
|
{
|
|
// FloorChunk Left = ChunkDB.Create();
|
|
FloorChunkDB_tD6E5766D39D25018B82906C456A920512D9E0696* L_66 = __this->___ChunkDB_16;
|
|
NullCheck(L_66);
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_67;
|
|
L_67 = FloorChunkDB_Create_m15F0B47F5450A43BEE0F90828AED13C55BE99871(L_66, NULL);
|
|
V_13 = L_67;
|
|
// FloorChunk Right = ChunkDB.Create();
|
|
FloorChunkDB_tD6E5766D39D25018B82906C456A920512D9E0696* L_68 = __this->___ChunkDB_16;
|
|
NullCheck(L_68);
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_69;
|
|
L_69 = FloorChunkDB_Create_m15F0B47F5450A43BEE0F90828AED13C55BE99871(L_68, NULL);
|
|
V_14 = L_69;
|
|
// FloorChunk Hallway = ChunkDB.Create();
|
|
FloorChunkDB_tD6E5766D39D25018B82906C456A920512D9E0696* L_70 = __this->___ChunkDB_16;
|
|
NullCheck(L_70);
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_71;
|
|
L_71 = FloorChunkDB_Create_m15F0B47F5450A43BEE0F90828AED13C55BE99871(L_70, NULL);
|
|
V_15 = L_71;
|
|
// bool userManualSplit = false;
|
|
V_16 = (bool)0;
|
|
// if (userDefinedSplits.Count > 0)
|
|
List_1_t8F3790B7F8C471B3A1336522C7415FB0AC36D47B* L_72 = V_0;
|
|
NullCheck(L_72);
|
|
int32_t L_73;
|
|
L_73 = List_1_get_Count_mF1C0C56457C655BDFFC6EE5B46FAD8BAEC1F588B_inline(L_72, List_1_get_Count_mF1C0C56457C655BDFFC6EE5B46FAD8BAEC1F588B_RuntimeMethod_var);
|
|
if ((((int32_t)L_73) <= ((int32_t)0)))
|
|
{
|
|
goto IL_01e4;
|
|
}
|
|
}
|
|
{
|
|
// var localPosition = userDefinedSplits[0];
|
|
List_1_t8F3790B7F8C471B3A1336522C7415FB0AC36D47B* L_74 = V_0;
|
|
NullCheck(L_74);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_75;
|
|
L_75 = List_1_get_Item_m1F8E226CAD72B83C5E75BB66B43025247806B543(L_74, 0, List_1_get_Item_m1F8E226CAD72B83C5E75BB66B43025247806B543_RuntimeMethod_var);
|
|
V_17 = L_75;
|
|
// if (Top.Bounds.Contains(Mathf.FloorToInt(localPosition.x), Mathf.FloorToInt(localPosition.y)))
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_76 = V_12;
|
|
NullCheck(L_76);
|
|
Rectangle_tA560F5F5599A7C11DDD6E7EC2A93ABD2AAA6C64E* L_77 = (&L_76->___Bounds_2);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_78 = V_17;
|
|
float L_79 = L_78.___x_0;
|
|
int32_t L_80;
|
|
L_80 = Mathf_FloorToInt_m2A39AE881CAEE6B6A4B3BFEF9CA1ED40625F5AB7_inline(L_79, NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_81 = V_17;
|
|
float L_82 = L_81.___y_1;
|
|
int32_t L_83;
|
|
L_83 = Mathf_FloorToInt_m2A39AE881CAEE6B6A4B3BFEF9CA1ED40625F5AB7_inline(L_82, NULL);
|
|
bool L_84;
|
|
L_84 = Rectangle_Contains_m81F7B9823E19D05E59C7891D91ECD6BD703A03A8(L_77, L_80, L_83, NULL);
|
|
if (!L_84)
|
|
{
|
|
goto IL_01e4;
|
|
}
|
|
}
|
|
{
|
|
// userManualSplit = true;
|
|
V_16 = (bool)1;
|
|
}
|
|
|
|
IL_01e4:
|
|
{
|
|
// if (userManualSplit)
|
|
bool L_85 = V_16;
|
|
if (!L_85)
|
|
{
|
|
goto IL_0265;
|
|
}
|
|
}
|
|
{
|
|
// var localPosition = userDefinedSplits[0];
|
|
List_1_t8F3790B7F8C471B3A1336522C7415FB0AC36D47B* L_86 = V_0;
|
|
NullCheck(L_86);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_87;
|
|
L_87 = List_1_get_Item_m1F8E226CAD72B83C5E75BB66B43025247806B543(L_86, 0, List_1_get_Item_m1F8E226CAD72B83C5E75BB66B43025247806B543_RuntimeMethod_var);
|
|
V_18 = L_87;
|
|
// userDefinedSplits.RemoveAt(0);
|
|
List_1_t8F3790B7F8C471B3A1336522C7415FB0AC36D47B* L_88 = V_0;
|
|
NullCheck(L_88);
|
|
List_1_RemoveAt_m60D3B14293FFCFAB03D463B1F88FBC8AB695C991(L_88, 0, List_1_RemoveAt_m60D3B14293FFCFAB03D463B1F88FBC8AB695C991_RuntimeMethod_var);
|
|
// float ratio = 0;
|
|
V_19 = (0.0f);
|
|
// if (Top.Bounds.Size.x > Top.Bounds.Size.z)
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_89 = V_12;
|
|
NullCheck(L_89);
|
|
Rectangle_tA560F5F5599A7C11DDD6E7EC2A93ABD2AAA6C64E* L_90 = (&L_89->___Bounds_2);
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_91;
|
|
L_91 = Rectangle_get_Size_mA55765DC875BB6CEBED2C41C0DBC5258B7A79259_inline(L_90, NULL);
|
|
int32_t L_92 = L_91.___x_0;
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_93 = V_12;
|
|
NullCheck(L_93);
|
|
Rectangle_tA560F5F5599A7C11DDD6E7EC2A93ABD2AAA6C64E* L_94 = (&L_93->___Bounds_2);
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_95;
|
|
L_95 = Rectangle_get_Size_mA55765DC875BB6CEBED2C41C0DBC5258B7A79259_inline(L_94, NULL);
|
|
int32_t L_96 = L_95.___z_2;
|
|
if ((((int32_t)L_92) <= ((int32_t)L_96)))
|
|
{
|
|
goto IL_023c;
|
|
}
|
|
}
|
|
{
|
|
// ratio = localPosition.x - Top.Bounds.X;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_97 = V_18;
|
|
float L_98 = L_97.___x_0;
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_99 = V_12;
|
|
NullCheck(L_99);
|
|
Rectangle_tA560F5F5599A7C11DDD6E7EC2A93ABD2AAA6C64E* L_100 = (&L_99->___Bounds_2);
|
|
int32_t L_101;
|
|
L_101 = Rectangle_get_X_mD341734E31CFC938EC2F3E84BFBCFEC5508AF1F9(L_100, NULL);
|
|
V_19 = ((float)il2cpp_codegen_subtract(L_98, ((float)L_101)));
|
|
goto IL_0253;
|
|
}
|
|
|
|
IL_023c:
|
|
{
|
|
// ratio = localPosition.y - Top.Bounds.Z;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_102 = V_18;
|
|
float L_103 = L_102.___y_1;
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_104 = V_12;
|
|
NullCheck(L_104);
|
|
Rectangle_tA560F5F5599A7C11DDD6E7EC2A93ABD2AAA6C64E* L_105 = (&L_104->___Bounds_2);
|
|
int32_t L_106;
|
|
L_106 = Rectangle_get_Z_mA65FD7EB998C73981F6B38913C44EA26AEF345F4(L_105, NULL);
|
|
V_19 = ((float)il2cpp_codegen_subtract(L_103, ((float)L_106)));
|
|
}
|
|
|
|
IL_0253:
|
|
{
|
|
// SplitChunk(Top, ratio, Left, Right, Hallway);
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_107 = V_12;
|
|
float L_108 = V_19;
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_109 = V_13;
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_110 = V_14;
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_111 = V_15;
|
|
FloorPlanBuilder_SplitChunk_m8C4E608BB6949049C352B46C7BF10DB5ABC98636(__this, L_107, L_108, L_109, L_110, L_111, NULL);
|
|
goto IL_0273;
|
|
}
|
|
|
|
IL_0265:
|
|
{
|
|
// SplitChunk(Top, Left, Right, Hallway);
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_112 = V_12;
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_113 = V_13;
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_114 = V_14;
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_115 = V_15;
|
|
FloorPlanBuilder_SplitChunk_mA159BF8A2AAC23C24FA4113CAA422C106144E615(__this, L_112, L_113, L_114, L_115, NULL);
|
|
}
|
|
|
|
IL_0273:
|
|
{
|
|
// ChunkDB.Register(Hallway);
|
|
FloorChunkDB_tD6E5766D39D25018B82906C456A920512D9E0696* L_116 = __this->___ChunkDB_16;
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_117 = V_15;
|
|
NullCheck(L_116);
|
|
FloorChunkDB_Register_m38AA2C9FD9FA0517692CB14F9A536C93052AFB6B(L_116, L_117, NULL);
|
|
// Stack.Push(Left);
|
|
Stack_1_t008F77A2EA1C59212A9090390D4194878D392F20* L_118 = V_11;
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_119 = V_13;
|
|
NullCheck(L_118);
|
|
Stack_1_Push_mE2C74D547B25BA45DE764E6915EDAA0BF7E657CB(L_118, L_119, Stack_1_Push_mE2C74D547B25BA45DE764E6915EDAA0BF7E657CB_RuntimeMethod_var);
|
|
// Stack.Push(Right);
|
|
Stack_1_t008F77A2EA1C59212A9090390D4194878D392F20* L_120 = V_11;
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_121 = V_14;
|
|
NullCheck(L_120);
|
|
Stack_1_Push_mE2C74D547B25BA45DE764E6915EDAA0BF7E657CB(L_120, L_121, Stack_1_Push_mE2C74D547B25BA45DE764E6915EDAA0BF7E657CB_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0292:
|
|
{
|
|
// while (Stack.Count > 0) {
|
|
Stack_1_t008F77A2EA1C59212A9090390D4194878D392F20* L_122 = V_11;
|
|
NullCheck(L_122);
|
|
int32_t L_123;
|
|
L_123 = Stack_1_get_Count_m1E6B690145DDDBF7B24708A5A93CE2C43A11E270_inline(L_122, Stack_1_get_Count_m1E6B690145DDDBF7B24708A5A93CE2C43A11E270_RuntimeMethod_var);
|
|
if ((((int32_t)L_123) > ((int32_t)0)))
|
|
{
|
|
goto IL_0142;
|
|
}
|
|
}
|
|
{
|
|
// foreach (FloorChunk Chunk in FloorChunks) {
|
|
List_1_tC2B2F0FF500476942F279BAE4B554183BB036C00* L_124 = V_9;
|
|
NullCheck(L_124);
|
|
Enumerator_tDFB92630CECB14E9DD1CF71E0032300637F0C7BF L_125;
|
|
L_125 = List_1_GetEnumerator_m6353C2F311D40B42FC5FF76519D054D93CCABEB0(L_124, List_1_GetEnumerator_m6353C2F311D40B42FC5FF76519D054D93CCABEB0_RuntimeMethod_var);
|
|
V_20 = L_125;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_03f4:
|
|
{// begin finally (depth: 1)
|
|
Enumerator_Dispose_m6F0308E6B4C8139E51F45E21F84A83F3AD755953((&V_20), Enumerator_Dispose_m6F0308E6B4C8139E51F45E21F84A83F3AD755953_RuntimeMethod_var);
|
|
return;
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
{
|
|
goto IL_03e6_1;
|
|
}
|
|
|
|
IL_02ad_1:
|
|
{
|
|
// foreach (FloorChunk Chunk in FloorChunks) {
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_126;
|
|
L_126 = Enumerator_get_Current_mB9D5C240AAB8BB8C4AEC862E805F99ABF5AAE3EC_inline((&V_20), Enumerator_get_Current_mB9D5C240AAB8BB8C4AEC862E805F99ABF5AAE3EC_RuntimeMethod_var);
|
|
V_21 = L_126;
|
|
// Stack<FloorChunk> Stack = new Stack<FloorChunk>();
|
|
Stack_1_t008F77A2EA1C59212A9090390D4194878D392F20* L_127 = (Stack_1_t008F77A2EA1C59212A9090390D4194878D392F20*)il2cpp_codegen_object_new(Stack_1_t008F77A2EA1C59212A9090390D4194878D392F20_il2cpp_TypeInfo_var);
|
|
NullCheck(L_127);
|
|
Stack_1__ctor_m915995050DB3E545B0C98B198EC439F3460A03DF(L_127, Stack_1__ctor_m915995050DB3E545B0C98B198EC439F3460A03DF_RuntimeMethod_var);
|
|
V_22 = L_127;
|
|
// Stack.Push(Chunk);
|
|
Stack_1_t008F77A2EA1C59212A9090390D4194878D392F20* L_128 = V_22;
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_129 = V_21;
|
|
NullCheck(L_128);
|
|
Stack_1_Push_mE2C74D547B25BA45DE764E6915EDAA0BF7E657CB(L_128, L_129, Stack_1_Push_mE2C74D547B25BA45DE764E6915EDAA0BF7E657CB_RuntimeMethod_var);
|
|
// int MinRoomSize = Mathf.Max(1, floorPlanConfig.MinRoomSize);
|
|
FloorPlanConfig_t532D06F3A07E9398692974242B19B5D2A4A36D16* L_130 = __this->___floorPlanConfig_14;
|
|
NullCheck(L_130);
|
|
int32_t L_131 = L_130->___MinRoomSize_7;
|
|
int32_t L_132;
|
|
L_132 = Mathf_Max_m7FA442918DE37E3A00106D1F2E789D65829792B8_inline(1, L_131, NULL);
|
|
// int MaxRoomSize = Mathf.Max(1, floorPlanConfig.MaxRoomSize);
|
|
FloorPlanConfig_t532D06F3A07E9398692974242B19B5D2A4A36D16* L_133 = __this->___floorPlanConfig_14;
|
|
NullCheck(L_133);
|
|
int32_t L_134 = L_133->___MaxRoomSize_8;
|
|
int32_t L_135;
|
|
L_135 = Mathf_Max_m7FA442918DE37E3A00106D1F2E789D65829792B8_inline(1, L_134, NULL);
|
|
V_23 = L_135;
|
|
// MaxRoomSize = Mathf.Max(MinRoomSize, MaxRoomSize);
|
|
int32_t L_136 = L_132;
|
|
int32_t L_137 = V_23;
|
|
int32_t L_138;
|
|
L_138 = Mathf_Max_m7FA442918DE37E3A00106D1F2E789D65829792B8_inline(L_136, L_137, NULL);
|
|
V_23 = L_138;
|
|
// int MinArea = MinRoomSize * MinRoomSize;
|
|
int32_t L_139 = L_136;
|
|
V_24 = ((int32_t)il2cpp_codegen_multiply(L_139, L_139));
|
|
// int MaxArea = MaxRoomSize * MaxRoomSize;
|
|
int32_t L_140 = V_23;
|
|
int32_t L_141 = V_23;
|
|
V_25 = ((int32_t)il2cpp_codegen_multiply(L_140, L_141));
|
|
goto IL_03d9_1;
|
|
}
|
|
|
|
IL_0304_1:
|
|
{
|
|
// FloorChunk Top = Stack.Pop();
|
|
Stack_1_t008F77A2EA1C59212A9090390D4194878D392F20* L_142 = V_22;
|
|
NullCheck(L_142);
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_143;
|
|
L_143 = Stack_1_Pop_m6C802318BB6B86EED2CF00BA8FE172580CBA4825(L_142, Stack_1_Pop_m6C802318BB6B86EED2CF00BA8FE172580CBA4825_RuntimeMethod_var);
|
|
V_26 = L_143;
|
|
// bool bRequiresSplit = true;
|
|
V_27 = (bool)1;
|
|
// int Area = Top.Area();
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_144 = V_26;
|
|
NullCheck(L_144);
|
|
int32_t L_145;
|
|
L_145 = FloorChunk_Area_m280221AF975E5E0C1C1A9E2186D43A20D0614403(L_144, NULL);
|
|
V_28 = L_145;
|
|
// int Length = Top.GetLength();
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_146 = V_26;
|
|
NullCheck(L_146);
|
|
int32_t L_147;
|
|
L_147 = FloorChunk_GetLength_mD4F2D12F73D601302A81D3FF987EB54434944B3C(L_146, NULL);
|
|
// if (Length > MaxRoomSize) {
|
|
int32_t L_148 = V_23;
|
|
if ((((int32_t)L_147) <= ((int32_t)L_148)))
|
|
{
|
|
goto IL_0329_1;
|
|
}
|
|
}
|
|
{
|
|
// bRequiresSplit = true;
|
|
V_27 = (bool)1;
|
|
goto IL_038e_1;
|
|
}
|
|
|
|
IL_0329_1:
|
|
{
|
|
// else if (Area <= MinArea) {
|
|
int32_t L_149 = V_28;
|
|
int32_t L_150 = V_24;
|
|
if ((((int32_t)L_149) > ((int32_t)L_150)))
|
|
{
|
|
goto IL_0334_1;
|
|
}
|
|
}
|
|
{
|
|
// bRequiresSplit = false;
|
|
V_27 = (bool)0;
|
|
goto IL_038e_1;
|
|
}
|
|
|
|
IL_0334_1:
|
|
{
|
|
// else if (Area <= MaxArea) {
|
|
int32_t L_151 = V_28;
|
|
int32_t L_152 = V_25;
|
|
if ((((int32_t)L_151) > ((int32_t)L_152)))
|
|
{
|
|
goto IL_038e_1;
|
|
}
|
|
}
|
|
{
|
|
// float SplitProbability = (Area - MinArea) / (MaxArea - MinArea);
|
|
int32_t L_153 = V_28;
|
|
int32_t L_154 = V_24;
|
|
int32_t L_155 = V_25;
|
|
int32_t L_156 = V_24;
|
|
V_29 = ((float)((int32_t)(((int32_t)il2cpp_codegen_subtract(L_153, L_154))/((int32_t)il2cpp_codegen_subtract(L_155, L_156)))));
|
|
// SplitProbability += floorPlanConfig.RoomSplitProbabilityOffset;
|
|
float L_157 = V_29;
|
|
FloorPlanConfig_t532D06F3A07E9398692974242B19B5D2A4A36D16* L_158 = __this->___floorPlanConfig_14;
|
|
NullCheck(L_158);
|
|
int32_t L_159 = L_158->___RoomSplitProbabilityOffset_11;
|
|
V_29 = ((float)il2cpp_codegen_add(L_157, ((float)L_159)));
|
|
// if (Chunk.GetLength() >= Chunk.GetWidth() * 2) {
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_160 = V_21;
|
|
NullCheck(L_160);
|
|
int32_t L_161;
|
|
L_161 = FloorChunk_GetLength_mD4F2D12F73D601302A81D3FF987EB54434944B3C(L_160, NULL);
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_162 = V_21;
|
|
NullCheck(L_162);
|
|
int32_t L_163;
|
|
L_163 = FloorChunk_GetWidth_m427E3D6C32B6C5368B62E8FE08CC465E56F03083(L_162, NULL);
|
|
if ((((int32_t)L_161) < ((int32_t)((int32_t)il2cpp_codegen_multiply(L_163, 2)))))
|
|
{
|
|
goto IL_037c_1;
|
|
}
|
|
}
|
|
{
|
|
// SplitProbability += floorPlanConfig.RoomSplitProbabilityOffset;
|
|
float L_164 = V_29;
|
|
FloorPlanConfig_t532D06F3A07E9398692974242B19B5D2A4A36D16* L_165 = __this->___floorPlanConfig_14;
|
|
NullCheck(L_165);
|
|
int32_t L_166 = L_165->___RoomSplitProbabilityOffset_11;
|
|
V_29 = ((float)il2cpp_codegen_add(L_164, ((float)L_166)));
|
|
}
|
|
|
|
IL_037c_1:
|
|
{
|
|
// bRequiresSplit = (random.Next() < SplitProbability);
|
|
Random_t79716069EDE67D1D7734F60AE402D0CA3FB6B4C8* L_167 = __this->___random_19;
|
|
NullCheck(L_167);
|
|
int32_t L_168;
|
|
L_168 = VirtualFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Random::Next() */, L_167);
|
|
float L_169 = V_29;
|
|
V_27 = (bool)((((float)((float)L_168)) < ((float)L_169))? 1 : 0);
|
|
}
|
|
|
|
IL_038e_1:
|
|
{
|
|
// if (bRequiresSplit) {
|
|
bool L_170 = V_27;
|
|
if (!L_170)
|
|
{
|
|
goto IL_03cc_1;
|
|
}
|
|
}
|
|
{
|
|
// FloorChunk Left = ChunkDB.Create();
|
|
FloorChunkDB_tD6E5766D39D25018B82906C456A920512D9E0696* L_171 = __this->___ChunkDB_16;
|
|
NullCheck(L_171);
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_172;
|
|
L_172 = FloorChunkDB_Create_m15F0B47F5450A43BEE0F90828AED13C55BE99871(L_171, NULL);
|
|
V_30 = L_172;
|
|
// FloorChunk Right = ChunkDB.Create();
|
|
FloorChunkDB_tD6E5766D39D25018B82906C456A920512D9E0696* L_173 = __this->___ChunkDB_16;
|
|
NullCheck(L_173);
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_174;
|
|
L_174 = FloorChunkDB_Create_m15F0B47F5450A43BEE0F90828AED13C55BE99871(L_173, NULL);
|
|
V_31 = L_174;
|
|
// SplitChunk(Top, Left, Right);
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_175 = V_26;
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_176 = V_30;
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_177 = V_31;
|
|
FloorPlanBuilder_SplitChunk_m5D3E8F9D2E59030EAA4EFB70BDA19DE294BE21E7(__this, L_175, L_176, L_177, NULL);
|
|
// Stack.Push(Left);
|
|
Stack_1_t008F77A2EA1C59212A9090390D4194878D392F20* L_178 = V_22;
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_179 = V_30;
|
|
NullCheck(L_178);
|
|
Stack_1_Push_mE2C74D547B25BA45DE764E6915EDAA0BF7E657CB(L_178, L_179, Stack_1_Push_mE2C74D547B25BA45DE764E6915EDAA0BF7E657CB_RuntimeMethod_var);
|
|
// Stack.Push(Right);
|
|
Stack_1_t008F77A2EA1C59212A9090390D4194878D392F20* L_180 = V_22;
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_181 = V_31;
|
|
NullCheck(L_180);
|
|
Stack_1_Push_mE2C74D547B25BA45DE764E6915EDAA0BF7E657CB(L_180, L_181, Stack_1_Push_mE2C74D547B25BA45DE764E6915EDAA0BF7E657CB_RuntimeMethod_var);
|
|
goto IL_03d9_1;
|
|
}
|
|
|
|
IL_03cc_1:
|
|
{
|
|
// ChunkDB.Register(Top);
|
|
FloorChunkDB_tD6E5766D39D25018B82906C456A920512D9E0696* L_182 = __this->___ChunkDB_16;
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_183 = V_26;
|
|
NullCheck(L_182);
|
|
FloorChunkDB_Register_m38AA2C9FD9FA0517692CB14F9A536C93052AFB6B(L_182, L_183, NULL);
|
|
}
|
|
|
|
IL_03d9_1:
|
|
{
|
|
// while (Stack.Count > 0) {
|
|
Stack_1_t008F77A2EA1C59212A9090390D4194878D392F20* L_184 = V_22;
|
|
NullCheck(L_184);
|
|
int32_t L_185;
|
|
L_185 = Stack_1_get_Count_m1E6B690145DDDBF7B24708A5A93CE2C43A11E270_inline(L_184, Stack_1_get_Count_m1E6B690145DDDBF7B24708A5A93CE2C43A11E270_RuntimeMethod_var);
|
|
if ((((int32_t)L_185) > ((int32_t)0)))
|
|
{
|
|
goto IL_0304_1;
|
|
}
|
|
}
|
|
|
|
IL_03e6_1:
|
|
{
|
|
// foreach (FloorChunk Chunk in FloorChunks) {
|
|
bool L_186;
|
|
L_186 = Enumerator_MoveNext_m561A81478F8A8A673F0EC31BF7663678A21FDA95((&V_20), Enumerator_MoveNext_m561A81478F8A8A673F0EC31BF7663678A21FDA95_RuntimeMethod_var);
|
|
if (L_186)
|
|
{
|
|
goto IL_02ad_1;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0402;
|
|
}
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_0402:
|
|
{
|
|
// for (int y = 0; y < NumFloors; y++) {
|
|
int32_t L_187 = V_8;
|
|
V_8 = ((int32_t)il2cpp_codegen_add(L_187, 1));
|
|
}
|
|
|
|
IL_0408:
|
|
{
|
|
// for (int y = 0; y < NumFloors; y++) {
|
|
int32_t L_188 = V_8;
|
|
int32_t L_189 = V_2;
|
|
if ((((int32_t)L_188) < ((int32_t)L_189)))
|
|
{
|
|
goto IL_00e8;
|
|
}
|
|
}
|
|
{
|
|
// ChunkDB.CacheChunkPositions();
|
|
FloorChunkDB_tD6E5766D39D25018B82906C456A920512D9E0696* L_190 = __this->___ChunkDB_16;
|
|
NullCheck(L_190);
|
|
FloorChunkDB_CacheChunkPositions_m6A62DCFFB972923717B9F89A73E2967E28591965(L_190, NULL);
|
|
// for (int y = 0; y < floorPlanConfig.BuildingSize.y; y++) {
|
|
V_32 = 0;
|
|
goto IL_042e;
|
|
}
|
|
|
|
IL_0420:
|
|
{
|
|
// CreateDoors(y);
|
|
int32_t L_191 = V_32;
|
|
FloorPlanBuilder_CreateDoors_m09B034BC8B182F0064C4A100A952624A2C47EAC2(__this, L_191, NULL);
|
|
// for (int y = 0; y < floorPlanConfig.BuildingSize.y; y++) {
|
|
int32_t L_192 = V_32;
|
|
V_32 = ((int32_t)il2cpp_codegen_add(L_192, 1));
|
|
}
|
|
|
|
IL_042e:
|
|
{
|
|
// for (int y = 0; y < floorPlanConfig.BuildingSize.y; y++) {
|
|
int32_t L_193 = V_32;
|
|
FloorPlanConfig_t532D06F3A07E9398692974242B19B5D2A4A36D16* L_194 = __this->___floorPlanConfig_14;
|
|
NullCheck(L_194);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* L_195 = (&L_194->___BuildingSize_5);
|
|
float L_196 = L_195->___y_3;
|
|
if ((((float)((float)L_193)) < ((float)L_196)))
|
|
{
|
|
goto IL_0420;
|
|
}
|
|
}
|
|
{
|
|
// floorPlanModel.Chunks = ChunkDB.GetAllChunks();
|
|
FloorPlanModel_tE088A489B868701717ABB0721C425F3FFCED18E1* L_197 = __this->___floorPlanModel_15;
|
|
FloorChunkDB_tD6E5766D39D25018B82906C456A920512D9E0696* L_198 = __this->___ChunkDB_16;
|
|
NullCheck(L_198);
|
|
FloorChunkU5BU5D_tD6A628523FF858A9D807AB3DF1912F14B30F8C91* L_199;
|
|
L_199 = FloorChunkDB_GetAllChunks_mF19CC1F91B2ECDB0A043537A537A893EA2B0E6FF(L_198, NULL);
|
|
NullCheck(L_197);
|
|
L_197->___Chunks_5 = L_199;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_197->___Chunks_5), (void*)L_199);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void DungeonArchitect.Builders.FloorPlan.FloorPlanBuilder::SplitChunk(DungeonArchitect.Builders.FloorPlan.FloorChunk,DungeonArchitect.Builders.FloorPlan.FloorChunk,DungeonArchitect.Builders.FloorPlan.FloorChunk,DungeonArchitect.Builders.FloorPlan.FloorChunk)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FloorPlanBuilder_SplitChunk_mA159BF8A2AAC23C24FA4113CAA422C106144E615 (FloorPlanBuilder_t6DB1ECBEE30EEB42CF67A373D06CAE68435ACE9D* __this, FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* ___0_Chunk, FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* ___1_OutLeft, FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* ___2_OutRight, FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* ___3_OutHallway, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
int32_t V_3 = 0;
|
|
int32_t V_4 = 0;
|
|
{
|
|
// int HallWidth = floorPlanConfig.HallWidth;
|
|
FloorPlanConfig_t532D06F3A07E9398692974242B19B5D2A4A36D16* L_0 = __this->___floorPlanConfig_14;
|
|
NullCheck(L_0);
|
|
int32_t L_1 = L_0->___HallWidth_9;
|
|
V_0 = L_1;
|
|
// int Length = Chunk.GetLength();
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_2 = ___0_Chunk;
|
|
NullCheck(L_2);
|
|
int32_t L_3;
|
|
L_3 = FloorChunk_GetLength_mD4F2D12F73D601302A81D3FF987EB54434944B3C(L_2, NULL);
|
|
// int RemainingLength = Length - HallWidth;
|
|
int32_t L_4 = V_0;
|
|
V_1 = ((int32_t)il2cpp_codegen_subtract(L_3, L_4));
|
|
// int MinChunkLength = floorPlanConfig.MinRoomSize;
|
|
FloorPlanConfig_t532D06F3A07E9398692974242B19B5D2A4A36D16* L_5 = __this->___floorPlanConfig_14;
|
|
NullCheck(L_5);
|
|
int32_t L_6 = L_5->___MinRoomSize_7;
|
|
V_2 = L_6;
|
|
// int LengthLeft = MinChunkLength + random.Next(0, Mathf.Max(0, RemainingLength - MinChunkLength * 2 + 1));
|
|
int32_t L_7 = V_2;
|
|
Random_t79716069EDE67D1D7734F60AE402D0CA3FB6B4C8* L_8 = __this->___random_19;
|
|
int32_t L_9 = V_1;
|
|
int32_t L_10 = V_2;
|
|
int32_t L_11;
|
|
L_11 = Mathf_Max_m7FA442918DE37E3A00106D1F2E789D65829792B8_inline(0, ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_subtract(L_9, ((int32_t)il2cpp_codegen_multiply(L_10, 2)))), 1)), NULL);
|
|
NullCheck(L_8);
|
|
int32_t L_12;
|
|
L_12 = VirtualFuncInvoker2< int32_t, int32_t, int32_t >::Invoke(6 /* System.Int32 System.Random::Next(System.Int32,System.Int32) */, L_8, 0, L_11);
|
|
V_3 = ((int32_t)il2cpp_codegen_add(L_7, L_12));
|
|
// int LengthRight = RemainingLength - LengthLeft;
|
|
int32_t L_13 = V_1;
|
|
int32_t L_14 = V_3;
|
|
V_4 = ((int32_t)il2cpp_codegen_subtract(L_13, L_14));
|
|
// SplitChunk(Chunk, LengthLeft, LengthRight, OutLeft, OutRight, OutHallway);
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_15 = ___0_Chunk;
|
|
int32_t L_16 = V_3;
|
|
int32_t L_17 = V_4;
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_18 = ___1_OutLeft;
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_19 = ___2_OutRight;
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_20 = ___3_OutHallway;
|
|
FloorPlanBuilder_SplitChunk_m93933511BF684CFD11E546B8B68EE513B905F7DC(__this, L_15, L_16, L_17, L_18, L_19, L_20, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void DungeonArchitect.Builders.FloorPlan.FloorPlanBuilder::SplitChunk(DungeonArchitect.Builders.FloorPlan.FloorChunk,System.Single,DungeonArchitect.Builders.FloorPlan.FloorChunk,DungeonArchitect.Builders.FloorPlan.FloorChunk,DungeonArchitect.Builders.FloorPlan.FloorChunk)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FloorPlanBuilder_SplitChunk_m8C4E608BB6949049C352B46C7BF10DB5ABC98636 (FloorPlanBuilder_t6DB1ECBEE30EEB42CF67A373D06CAE68435ACE9D* __this, FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* ___0_Chunk, float ___1_ratio, FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* ___2_OutLeft, FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* ___3_OutRight, FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* ___4_OutHallway, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
{
|
|
// int HallWidth = floorPlanConfig.HallWidth;
|
|
FloorPlanConfig_t532D06F3A07E9398692974242B19B5D2A4A36D16* L_0 = __this->___floorPlanConfig_14;
|
|
NullCheck(L_0);
|
|
int32_t L_1 = L_0->___HallWidth_9;
|
|
V_0 = L_1;
|
|
// int Length = Chunk.GetLength();
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_2 = ___0_Chunk;
|
|
NullCheck(L_2);
|
|
int32_t L_3;
|
|
L_3 = FloorChunk_GetLength_mD4F2D12F73D601302A81D3FF987EB54434944B3C(L_2, NULL);
|
|
// int RemainingLength = Length - HallWidth;
|
|
int32_t L_4 = V_0;
|
|
// int MinChunkLength = floorPlanConfig.MinRoomSize;
|
|
FloorPlanConfig_t532D06F3A07E9398692974242B19B5D2A4A36D16* L_5 = __this->___floorPlanConfig_14;
|
|
NullCheck(L_5);
|
|
int32_t L_6 = L_5->___MinRoomSize_7;
|
|
// int LengthLeft = Mathf.FloorToInt(ratio);
|
|
float L_7 = ___1_ratio;
|
|
int32_t L_8;
|
|
L_8 = Mathf_FloorToInt_m2A39AE881CAEE6B6A4B3BFEF9CA1ED40625F5AB7_inline(L_7, NULL);
|
|
V_1 = L_8;
|
|
// LengthLeft = Mathf.Max(MinChunkLength, LengthLeft);
|
|
int32_t L_9 = V_1;
|
|
int32_t L_10;
|
|
L_10 = Mathf_Max_m7FA442918DE37E3A00106D1F2E789D65829792B8_inline(L_6, L_9, NULL);
|
|
V_1 = L_10;
|
|
// int LengthRight = RemainingLength - LengthLeft;
|
|
int32_t L_11 = V_1;
|
|
V_2 = ((int32_t)il2cpp_codegen_subtract(((int32_t)il2cpp_codegen_subtract(L_3, L_4)), L_11));
|
|
// SplitChunk(Chunk, LengthLeft, LengthRight, OutLeft, OutRight, OutHallway);
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_12 = ___0_Chunk;
|
|
int32_t L_13 = V_1;
|
|
int32_t L_14 = V_2;
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_15 = ___2_OutLeft;
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_16 = ___3_OutRight;
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_17 = ___4_OutHallway;
|
|
FloorPlanBuilder_SplitChunk_m93933511BF684CFD11E546B8B68EE513B905F7DC(__this, L_12, L_13, L_14, L_15, L_16, L_17, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void DungeonArchitect.Builders.FloorPlan.FloorPlanBuilder::SplitChunk(DungeonArchitect.Builders.FloorPlan.FloorChunk,System.Int32,System.Int32,DungeonArchitect.Builders.FloorPlan.FloorChunk,DungeonArchitect.Builders.FloorPlan.FloorChunk,DungeonArchitect.Builders.FloorPlan.FloorChunk)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FloorPlanBuilder_SplitChunk_m93933511BF684CFD11E546B8B68EE513B905F7DC (FloorPlanBuilder_t6DB1ECBEE30EEB42CF67A373D06CAE68435ACE9D* __this, FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* ___0_Chunk, int32_t ___1_LengthLeft, int32_t ___2_LengthRight, FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* ___3_OutLeft, FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* ___4_OutRight, FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* ___5_OutHallway, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
{
|
|
// int HallWidth = floorPlanConfig.HallWidth;
|
|
FloorPlanConfig_t532D06F3A07E9398692974242B19B5D2A4A36D16* L_0 = __this->___floorPlanConfig_14;
|
|
NullCheck(L_0);
|
|
int32_t L_1 = L_0->___HallWidth_9;
|
|
V_0 = L_1;
|
|
// OutLeft.Bounds = Chunk.Bounds;
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_2 = ___3_OutLeft;
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_3 = ___0_Chunk;
|
|
NullCheck(L_3);
|
|
Rectangle_tA560F5F5599A7C11DDD6E7EC2A93ABD2AAA6C64E L_4 = L_3->___Bounds_2;
|
|
NullCheck(L_2);
|
|
L_2->___Bounds_2 = L_4;
|
|
// OutLeft.ChunkType = FloorChunkType.Room;
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_5 = ___3_OutLeft;
|
|
NullCheck(L_5);
|
|
L_5->___ChunkType_1 = 0;
|
|
// OutLeft.SetLength(LengthLeft);
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_6 = ___3_OutLeft;
|
|
int32_t L_7 = ___1_LengthLeft;
|
|
NullCheck(L_6);
|
|
FloorChunk_SetLength_m6F42B001D667196888415F530EC96B3299F5BDC6(L_6, L_7, NULL);
|
|
// OutHallway.Bounds = Chunk.Bounds;
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_8 = ___5_OutHallway;
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_9 = ___0_Chunk;
|
|
NullCheck(L_9);
|
|
Rectangle_tA560F5F5599A7C11DDD6E7EC2A93ABD2AAA6C64E L_10 = L_9->___Bounds_2;
|
|
NullCheck(L_8);
|
|
L_8->___Bounds_2 = L_10;
|
|
// OutHallway.ChunkType = FloorChunkType.Hall;
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_11 = ___5_OutHallway;
|
|
NullCheck(L_11);
|
|
L_11->___ChunkType_1 = 1;
|
|
// OutHallway.OffsetAlongLength(LengthLeft);
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_12 = ___5_OutHallway;
|
|
int32_t L_13 = ___1_LengthLeft;
|
|
NullCheck(L_12);
|
|
FloorChunk_OffsetAlongLength_mD9D47329441429F30523ECCED5A7923515F5FC2D(L_12, L_13, NULL);
|
|
// OutHallway.SetLength(HallWidth);
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_14 = ___5_OutHallway;
|
|
int32_t L_15 = V_0;
|
|
NullCheck(L_14);
|
|
FloorChunk_SetLength_m6F42B001D667196888415F530EC96B3299F5BDC6(L_14, L_15, NULL);
|
|
// OutRight.Bounds = Chunk.Bounds;
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_16 = ___4_OutRight;
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_17 = ___0_Chunk;
|
|
NullCheck(L_17);
|
|
Rectangle_tA560F5F5599A7C11DDD6E7EC2A93ABD2AAA6C64E L_18 = L_17->___Bounds_2;
|
|
NullCheck(L_16);
|
|
L_16->___Bounds_2 = L_18;
|
|
// OutRight.ChunkType = FloorChunkType.Room;
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_19 = ___4_OutRight;
|
|
NullCheck(L_19);
|
|
L_19->___ChunkType_1 = 0;
|
|
// OutRight.OffsetAlongLength(LengthLeft + HallWidth);
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_20 = ___4_OutRight;
|
|
int32_t L_21 = ___1_LengthLeft;
|
|
int32_t L_22 = V_0;
|
|
NullCheck(L_20);
|
|
FloorChunk_OffsetAlongLength_mD9D47329441429F30523ECCED5A7923515F5FC2D(L_20, ((int32_t)il2cpp_codegen_add(L_21, L_22)), NULL);
|
|
// OutRight.SetLength(LengthRight);
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_23 = ___4_OutRight;
|
|
int32_t L_24 = ___2_LengthRight;
|
|
NullCheck(L_23);
|
|
FloorChunk_SetLength_m6F42B001D667196888415F530EC96B3299F5BDC6(L_23, L_24, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void DungeonArchitect.Builders.FloorPlan.FloorPlanBuilder::SplitChunk(DungeonArchitect.Builders.FloorPlan.FloorChunk,DungeonArchitect.Builders.FloorPlan.FloorChunk,DungeonArchitect.Builders.FloorPlan.FloorChunk)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FloorPlanBuilder_SplitChunk_m5D3E8F9D2E59030EAA4EFB70BDA19DE294BE21E7 (FloorPlanBuilder_t6DB1ECBEE30EEB42CF67A373D06CAE68435ACE9D* __this, FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* ___0_Chunk, FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* ___1_OutLeft, FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* ___2_OutRight, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
int32_t V_3 = 0;
|
|
{
|
|
// int MinRoomLength = floorPlanConfig.MinRoomSize;
|
|
FloorPlanConfig_t532D06F3A07E9398692974242B19B5D2A4A36D16* L_0 = __this->___floorPlanConfig_14;
|
|
NullCheck(L_0);
|
|
int32_t L_1 = L_0->___MinRoomSize_7;
|
|
V_0 = L_1;
|
|
// int Length = Chunk.GetLength();
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_2 = ___0_Chunk;
|
|
NullCheck(L_2);
|
|
int32_t L_3;
|
|
L_3 = FloorChunk_GetLength_mD4F2D12F73D601302A81D3FF987EB54434944B3C(L_2, NULL);
|
|
V_1 = L_3;
|
|
// int LengthLeft = MinRoomLength + random.Next(0, Mathf.Max(0, Length - MinRoomLength * 2));
|
|
int32_t L_4 = V_0;
|
|
Random_t79716069EDE67D1D7734F60AE402D0CA3FB6B4C8* L_5 = __this->___random_19;
|
|
int32_t L_6 = V_1;
|
|
int32_t L_7 = V_0;
|
|
int32_t L_8;
|
|
L_8 = Mathf_Max_m7FA442918DE37E3A00106D1F2E789D65829792B8_inline(0, ((int32_t)il2cpp_codegen_subtract(L_6, ((int32_t)il2cpp_codegen_multiply(L_7, 2)))), NULL);
|
|
NullCheck(L_5);
|
|
int32_t L_9;
|
|
L_9 = VirtualFuncInvoker2< int32_t, int32_t, int32_t >::Invoke(6 /* System.Int32 System.Random::Next(System.Int32,System.Int32) */, L_5, 0, L_8);
|
|
V_2 = ((int32_t)il2cpp_codegen_add(L_4, L_9));
|
|
// int LengthRight = Length - LengthLeft;
|
|
int32_t L_10 = V_1;
|
|
int32_t L_11 = V_2;
|
|
V_3 = ((int32_t)il2cpp_codegen_subtract(L_10, L_11));
|
|
// OutLeft.Bounds = Chunk.Bounds;
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_12 = ___1_OutLeft;
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_13 = ___0_Chunk;
|
|
NullCheck(L_13);
|
|
Rectangle_tA560F5F5599A7C11DDD6E7EC2A93ABD2AAA6C64E L_14 = L_13->___Bounds_2;
|
|
NullCheck(L_12);
|
|
L_12->___Bounds_2 = L_14;
|
|
// OutLeft.ChunkType = FloorChunkType.Room;
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_15 = ___1_OutLeft;
|
|
NullCheck(L_15);
|
|
L_15->___ChunkType_1 = 0;
|
|
// OutLeft.SetLength(LengthLeft);
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_16 = ___1_OutLeft;
|
|
int32_t L_17 = V_2;
|
|
NullCheck(L_16);
|
|
FloorChunk_SetLength_m6F42B001D667196888415F530EC96B3299F5BDC6(L_16, L_17, NULL);
|
|
// OutRight.Bounds = Chunk.Bounds;
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_18 = ___2_OutRight;
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_19 = ___0_Chunk;
|
|
NullCheck(L_19);
|
|
Rectangle_tA560F5F5599A7C11DDD6E7EC2A93ABD2AAA6C64E L_20 = L_19->___Bounds_2;
|
|
NullCheck(L_18);
|
|
L_18->___Bounds_2 = L_20;
|
|
// OutRight.OffsetAlongLength(LengthLeft);
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_21 = ___2_OutRight;
|
|
int32_t L_22 = V_2;
|
|
NullCheck(L_21);
|
|
FloorChunk_OffsetAlongLength_mD9D47329441429F30523ECCED5A7923515F5FC2D(L_21, L_22, NULL);
|
|
// OutRight.ChunkType = FloorChunkType.Room;
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_23 = ___2_OutRight;
|
|
NullCheck(L_23);
|
|
L_23->___ChunkType_1 = 0;
|
|
// OutRight.SetLength(LengthRight);
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_24 = ___2_OutRight;
|
|
int32_t L_25 = V_3;
|
|
NullCheck(L_24);
|
|
FloorChunk_SetLength_m6F42B001D667196888415F530EC96B3299F5BDC6(L_24, L_25, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void DungeonArchitect.Builders.FloorPlan.FloorPlanBuilder::EmitMarkerAt(UnityEngine.Vector3,System.String,UnityEngine.Quaternion)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FloorPlanBuilder_EmitMarkerAt_mB0F4F5EBE286A727038AF3391B6058135C6DA3AF (FloorPlanBuilder_t6DB1ECBEE30EEB42CF67A373D06CAE68435ACE9D* __this, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_WorldLocation, String_t* ___1_MarkerName, Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 ___2_Rotation, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
// Vector3 BasePosition = gameObject.transform.position;
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_0;
|
|
L_0 = Component_get_gameObject_m57AEFBB14DB39EC476F740BA000E170355DE691B(__this, NULL);
|
|
NullCheck(L_0);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_1;
|
|
L_1 = GameObject_get_transform_m0BC10ADFA1632166AE5544BDF9038A2650C2AE56(L_0, NULL);
|
|
NullCheck(L_1);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_2;
|
|
L_2 = Transform_get_position_m69CD5FA214FDAE7BB701552943674846C220FDE1(L_1, NULL);
|
|
// Vector3 MarkerPosition = BasePosition + WorldLocation;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_3 = ___0_WorldLocation;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_4;
|
|
L_4 = Vector3_op_Addition_m78C0EC70CB66E8DCAC225743D82B268DAEE92067_inline(L_2, L_3, NULL);
|
|
// Matrix4x4 Transform = Matrix4x4.TRS(MarkerPosition, Rotation, Vector3.one);
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_5 = ___2_Rotation;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_6;
|
|
L_6 = Vector3_get_one_mC9B289F1E15C42C597180C9FE6FB492495B51D02_inline(NULL);
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_7;
|
|
L_7 = Matrix4x4_TRS_mCC04FD47347234B451ACC6CCD2CE6D02E1E0E1E3(L_4, L_5, L_6, NULL);
|
|
V_0 = L_7;
|
|
// EmitMarker(MarkerName, Transform, IntVector.Zero, -1);
|
|
String_t* L_8 = ___1_MarkerName;
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_9 = V_0;
|
|
il2cpp_codegen_runtime_class_init_inline(IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C_il2cpp_TypeInfo_var);
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_10 = ((IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C_StaticFields*)il2cpp_codegen_static_fields_for(IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C_il2cpp_TypeInfo_var))->___Zero_3;
|
|
PropSocket_tDBD788EE4878B0FEF7F3848CD0882C4A2A735394* L_11;
|
|
L_11 = DungeonBuilder_EmitMarker_m2269C1FA0350E2BE59E038CC9ADD6127C2998865(__this, L_8, L_9, L_10, (-1), NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void DungeonArchitect.Builders.FloorPlan.FloorPlanBuilder::EmitMarkerAt(UnityEngine.Vector3,System.String,System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FloorPlanBuilder_EmitMarkerAt_mBA72C8AC36424883811E89BE5FCD461E854FB4ED (FloorPlanBuilder_t6DB1ECBEE30EEB42CF67A373D06CAE68435ACE9D* __this, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_WorldLocation, String_t* ___1_MarkerName, float ___2_Angle, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// EmitMarkerAt(WorldLocation, MarkerName, Quaternion.Euler(0, Angle, 0));
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_0 = ___0_WorldLocation;
|
|
String_t* L_1 = ___1_MarkerName;
|
|
float L_2 = ___2_Angle;
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_3;
|
|
L_3 = Quaternion_Euler_m9262AB29E3E9CE94EF71051F38A28E82AEC73F90_inline((0.0f), L_2, (0.0f), NULL);
|
|
FloorPlanBuilder_EmitMarkerAt_mB0F4F5EBE286A727038AF3391B6058135C6DA3AF(__this, L_0, L_1, L_3, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean DungeonArchitect.Builders.FloorPlan.FloorPlanBuilder::VolumeEncompassesPoint(DungeonArchitect.Volume,DungeonArchitect.IntVector)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FloorPlanBuilder_VolumeEncompassesPoint_m2B49ECDB3BE5398003BF3A4A4E5A969F98E350FF (FloorPlanBuilder_t6DB1ECBEE30EEB42CF67A373D06CAE68435ACE9D* __this, Volume_t171840DEFF59415CE26C50B8BDC663D2D36C57DA* ___0_volume, IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C ___1_GridPoint, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return false;
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Void DungeonArchitect.Builders.FloorPlan.FloorPlanBuilder::GetVolumeCells(DungeonArchitect.Volume,System.Int32,System.Collections.Generic.List`1<DungeonArchitect.IntVector>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FloorPlanBuilder_GetVolumeCells_mF55CD3E1604FCD289DD74EB514409D6436BCD305 (FloorPlanBuilder_t6DB1ECBEE30EEB42CF67A373D06CAE68435ACE9D* __this, Volume_t171840DEFF59415CE26C50B8BDC663D2D36C57DA* ___0_volume, int32_t ___1_y, List_1_t72F81508323A323FA6727DCAE9E4209241B62383* ___2_OutCells, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Clear_m1912721DF254DBA837C7E0ECFDC7B132E446C3F8_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// OutCells.Clear();
|
|
List_1_t72F81508323A323FA6727DCAE9E4209241B62383* L_0 = ___2_OutCells;
|
|
NullCheck(L_0);
|
|
List_1_Clear_m1912721DF254DBA837C7E0ECFDC7B132E446C3F8_inline(L_0, List_1_Clear_m1912721DF254DBA837C7E0ECFDC7B132E446C3F8_RuntimeMethod_var);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Int32 DungeonArchitect.Builders.FloorPlan.FloorPlanBuilder::GetChunkDoorConnectionScore(DungeonArchitect.Builders.FloorPlan.FloorChunk)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FloorPlanBuilder_GetChunkDoorConnectionScore_m45B05B9E6C5168840F90F1771D7485723AD51B60 (FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* ___0_Chunk, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// if (Chunk == null) return -1000;
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_0 = ___0_Chunk;
|
|
if (L_0)
|
|
{
|
|
goto IL_0009;
|
|
}
|
|
}
|
|
{
|
|
// if (Chunk == null) return -1000;
|
|
return ((int32_t)-1000);
|
|
}
|
|
|
|
IL_0009:
|
|
{
|
|
// if (Chunk.bReachable) return -500;
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_1 = ___0_Chunk;
|
|
NullCheck(L_1);
|
|
bool L_2 = L_1->___bReachable_4;
|
|
if (!L_2)
|
|
{
|
|
goto IL_0017;
|
|
}
|
|
}
|
|
{
|
|
// if (Chunk.bReachable) return -500;
|
|
return ((int32_t)-500);
|
|
}
|
|
|
|
IL_0017:
|
|
{
|
|
// if (!Chunk.bConnectDoors) return -1000;
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_3 = ___0_Chunk;
|
|
NullCheck(L_3);
|
|
bool L_4 = L_3->___bConnectDoors_8;
|
|
if (L_4)
|
|
{
|
|
goto IL_0025;
|
|
}
|
|
}
|
|
{
|
|
// if (!Chunk.bConnectDoors) return -1000;
|
|
return ((int32_t)-1000);
|
|
}
|
|
|
|
IL_0025:
|
|
{
|
|
// if (Chunk.ChunkType == FloorChunkType.Hall) return 1000;
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_5 = ___0_Chunk;
|
|
NullCheck(L_5);
|
|
int32_t L_6 = L_5->___ChunkType_1;
|
|
if ((!(((uint32_t)L_6) == ((uint32_t)1))))
|
|
{
|
|
goto IL_0034;
|
|
}
|
|
}
|
|
{
|
|
// if (Chunk.ChunkType == FloorChunkType.Hall) return 1000;
|
|
return ((int32_t)1000);
|
|
}
|
|
|
|
IL_0034:
|
|
{
|
|
// if (Chunk.ChunkType == FloorChunkType.Room) return 500;
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_7 = ___0_Chunk;
|
|
NullCheck(L_7);
|
|
int32_t L_8 = L_7->___ChunkType_1;
|
|
if (L_8)
|
|
{
|
|
goto IL_0042;
|
|
}
|
|
}
|
|
{
|
|
// if (Chunk.ChunkType == FloorChunkType.Room) return 500;
|
|
return ((int32_t)500);
|
|
}
|
|
|
|
IL_0042:
|
|
{
|
|
// return 0;
|
|
return 0;
|
|
}
|
|
}
|
|
// System.Void DungeonArchitect.Builders.FloorPlan.FloorPlanBuilder::FloodFill(DungeonArchitect.IntVector,System.Int32,System.Collections.Generic.HashSet`1<DungeonArchitect.IntVector>,System.Collections.Generic.List`1<DungeonArchitect.Builders.FloorPlan.FloorPlanBuilder/FloorIslandNode>,DungeonArchitect.Builders.FloorPlan.FloorChunkDB)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FloorPlanBuilder_FloodFill_m7059056974174869006365D815AFCA01BCD95288 (FloorPlanBuilder_t6DB1ECBEE30EEB42CF67A373D06CAE68435ACE9D* __this, IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C ___0_StartLocation, int32_t ___1_IslandId, HashSet_1_tA1EF3184AD46B7255ABC462FA85BEA5168966215* ___2_Visited, List_1_t73EE720C502E868F742CE6FF43951DCD21F951A1* ___3_IslandNodes, FloorChunkDB_tD6E5766D39D25018B82906C456A920512D9E0696* ___4_ChunkDB, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_mC12D67FB6B2738537F274204A04E2DA463771F54_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_mA1D361FE9A99073D485E65E0A746D14AD56E6C1F_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_mCC10AF4347888150C7C356728C8183205B81A638_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FloorIslandNode_tD0A7EFEA4CBC4A931D33B62BFBA4529A7A42F53F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_Add_m3CEC6A8ED133CA7EF3C957EA7C946E401291F79C_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_Contains_m912E38AD34AEBA45CCD4C1D112E289133DFC1678_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m0EA451E346863E1702BA49D701BAE1C4CACCB93D_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mF01C477CDADA3CC4D7589AF47F15AA10EDB9A371_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_GetEnumerator_mE99C8F0AD0E80C16E9B36E83EF6F842C1835085D_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m3594F0DA9A2356EC1BE06D92A122AC7D4953A063_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t72F81508323A323FA6727DCAE9E4209241B62383_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Queue_1_Dequeue_m76849534978A8A78C977E80086BA00C00139E4FF_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Queue_1_Enqueue_m8879529CDF2343DB523106AF0A9DC2A1ED40C73C_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Queue_1__ctor_m3761E315B92AD253BD2EDEC9ECF1F6240DE7A76A_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Queue_1_get_Count_m3E3C68C92477B53FF71F6F8C8E338671743F8E09_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Queue_1_t675E37081D47D7B3FC36A711EC6E61520AAE8EE5_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* V_0 = NULL;
|
|
Queue_1_t675E37081D47D7B3FC36A711EC6E61520AAE8EE5* V_1 = NULL;
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* V_3 = NULL;
|
|
FloorIslandNode_tD0A7EFEA4CBC4A931D33B62BFBA4529A7A42F53F* V_4 = NULL;
|
|
Enumerator_t63D0D9D2F4A7D35CCD6B732EA566D06665532C5C V_5;
|
|
memset((&V_5), 0, sizeof(V_5));
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C V_6;
|
|
memset((&V_6), 0, sizeof(V_6));
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* V_7 = NULL;
|
|
{
|
|
// FloorChunk PreferedChunk = ChunkDB.GetChunkAt(StartLocation);
|
|
FloorChunkDB_tD6E5766D39D25018B82906C456A920512D9E0696* L_0 = ___4_ChunkDB;
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_1 = ___0_StartLocation;
|
|
NullCheck(L_0);
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_2;
|
|
L_2 = FloorChunkDB_GetChunkAt_m427B7E5A993F087040EB4411AC2C60A8CD093D3C(L_0, L_1, NULL);
|
|
V_0 = L_2;
|
|
// if (!PreferedChunk.bConnectDoors) {
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_3 = V_0;
|
|
NullCheck(L_3);
|
|
bool L_4 = L_3->___bConnectDoors_8;
|
|
if (L_4)
|
|
{
|
|
goto IL_0012;
|
|
}
|
|
}
|
|
{
|
|
// return;
|
|
return;
|
|
}
|
|
|
|
IL_0012:
|
|
{
|
|
// if (PreferedChunk == null) {
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_5 = V_0;
|
|
if (L_5)
|
|
{
|
|
goto IL_0016;
|
|
}
|
|
}
|
|
{
|
|
// return;
|
|
return;
|
|
}
|
|
|
|
IL_0016:
|
|
{
|
|
// Queue<IntVector> Queue = new Queue<IntVector>();
|
|
Queue_1_t675E37081D47D7B3FC36A711EC6E61520AAE8EE5* L_6 = (Queue_1_t675E37081D47D7B3FC36A711EC6E61520AAE8EE5*)il2cpp_codegen_object_new(Queue_1_t675E37081D47D7B3FC36A711EC6E61520AAE8EE5_il2cpp_TypeInfo_var);
|
|
NullCheck(L_6);
|
|
Queue_1__ctor_m3761E315B92AD253BD2EDEC9ECF1F6240DE7A76A(L_6, Queue_1__ctor_m3761E315B92AD253BD2EDEC9ECF1F6240DE7A76A_RuntimeMethod_var);
|
|
V_1 = L_6;
|
|
// Queue.Enqueue(StartLocation);
|
|
Queue_1_t675E37081D47D7B3FC36A711EC6E61520AAE8EE5* L_7 = V_1;
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_8 = ___0_StartLocation;
|
|
NullCheck(L_7);
|
|
Queue_1_Enqueue_m8879529CDF2343DB523106AF0A9DC2A1ED40C73C(L_7, L_8, Queue_1_Enqueue_m8879529CDF2343DB523106AF0A9DC2A1ED40C73C_RuntimeMethod_var);
|
|
goto IL_0120;
|
|
}
|
|
|
|
IL_0028:
|
|
{
|
|
// IntVector Location = Queue.Dequeue();
|
|
Queue_1_t675E37081D47D7B3FC36A711EC6E61520AAE8EE5* L_9 = V_1;
|
|
NullCheck(L_9);
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_10;
|
|
L_10 = Queue_1_Dequeue_m76849534978A8A78C977E80086BA00C00139E4FF(L_9, Queue_1_Dequeue_m76849534978A8A78C977E80086BA00C00139E4FF_RuntimeMethod_var);
|
|
V_2 = L_10;
|
|
// FloorChunk CurrentChunk = ChunkDB.GetChunkAt(Location);
|
|
FloorChunkDB_tD6E5766D39D25018B82906C456A920512D9E0696* L_11 = ___4_ChunkDB;
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_12 = V_2;
|
|
NullCheck(L_11);
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_13;
|
|
L_13 = FloorChunkDB_GetChunkAt_m427B7E5A993F087040EB4411AC2C60A8CD093D3C(L_11, L_12, NULL);
|
|
V_3 = L_13;
|
|
// if (CurrentChunk != PreferedChunk) {
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_14 = V_3;
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_15 = V_0;
|
|
if ((!(((RuntimeObject*)(FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775*)L_14) == ((RuntimeObject*)(FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775*)L_15))))
|
|
{
|
|
goto IL_0120;
|
|
}
|
|
}
|
|
{
|
|
// FloorIslandNode Node = new FloorIslandNode();
|
|
FloorIslandNode_tD0A7EFEA4CBC4A931D33B62BFBA4529A7A42F53F* L_16 = (FloorIslandNode_tD0A7EFEA4CBC4A931D33B62BFBA4529A7A42F53F*)il2cpp_codegen_object_new(FloorIslandNode_tD0A7EFEA4CBC4A931D33B62BFBA4529A7A42F53F_il2cpp_TypeInfo_var);
|
|
NullCheck(L_16);
|
|
FloorIslandNode__ctor_mAB02F0D082829B3E413741C1DFC4AA5CB21A7BD9(L_16, NULL);
|
|
V_4 = L_16;
|
|
// Node.IslandId = IslandId;
|
|
FloorIslandNode_tD0A7EFEA4CBC4A931D33B62BFBA4529A7A42F53F* L_17 = V_4;
|
|
int32_t L_18 = ___1_IslandId;
|
|
NullCheck(L_17);
|
|
L_17->___IslandId_0 = L_18;
|
|
// Node.Chunk = CurrentChunk;
|
|
FloorIslandNode_tD0A7EFEA4CBC4A931D33B62BFBA4529A7A42F53F* L_19 = V_4;
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_20 = V_3;
|
|
NullCheck(L_19);
|
|
L_19->___Chunk_1 = L_20;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_19->___Chunk_1), (void*)L_20);
|
|
// Node.Location = Location;
|
|
FloorIslandNode_tD0A7EFEA4CBC4A931D33B62BFBA4529A7A42F53F* L_21 = V_4;
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_22 = V_2;
|
|
NullCheck(L_21);
|
|
L_21->___Location_2 = L_22;
|
|
// IslandNodes.Add(Node);
|
|
List_1_t73EE720C502E868F742CE6FF43951DCD21F951A1* L_23 = ___3_IslandNodes;
|
|
FloorIslandNode_tD0A7EFEA4CBC4A931D33B62BFBA4529A7A42F53F* L_24 = V_4;
|
|
NullCheck(L_23);
|
|
List_1_Add_m0EA451E346863E1702BA49D701BAE1C4CACCB93D_inline(L_23, L_24, List_1_Add_m0EA451E346863E1702BA49D701BAE1C4CACCB93D_RuntimeMethod_var);
|
|
// List<IntVector> Neighbors = new List<IntVector>();
|
|
List_1_t72F81508323A323FA6727DCAE9E4209241B62383* L_25 = (List_1_t72F81508323A323FA6727DCAE9E4209241B62383*)il2cpp_codegen_object_new(List_1_t72F81508323A323FA6727DCAE9E4209241B62383_il2cpp_TypeInfo_var);
|
|
NullCheck(L_25);
|
|
List_1__ctor_m3594F0DA9A2356EC1BE06D92A122AC7D4953A063(L_25, List_1__ctor_m3594F0DA9A2356EC1BE06D92A122AC7D4953A063_RuntimeMethod_var);
|
|
// Neighbors.Add(Location + new IntVector(-1, 0, 0));
|
|
List_1_t72F81508323A323FA6727DCAE9E4209241B62383* L_26 = L_25;
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_27 = V_2;
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_28;
|
|
memset((&L_28), 0, sizeof(L_28));
|
|
IntVector__ctor_mA5653A9122DC5F76C09064F96D45BD4A1255EE34((&L_28), (-1), 0, 0, /*hidden argument*/NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C_il2cpp_TypeInfo_var);
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_29;
|
|
L_29 = IntVector_op_Addition_mDD66816374D94E99E89A052A5A1B6C78249273B6(L_27, L_28, NULL);
|
|
NullCheck(L_26);
|
|
List_1_Add_mF01C477CDADA3CC4D7589AF47F15AA10EDB9A371_inline(L_26, L_29, List_1_Add_mF01C477CDADA3CC4D7589AF47F15AA10EDB9A371_RuntimeMethod_var);
|
|
// Neighbors.Add(Location + new IntVector(1, 0, 0));
|
|
List_1_t72F81508323A323FA6727DCAE9E4209241B62383* L_30 = L_26;
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_31 = V_2;
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_32;
|
|
memset((&L_32), 0, sizeof(L_32));
|
|
IntVector__ctor_mA5653A9122DC5F76C09064F96D45BD4A1255EE34((&L_32), 1, 0, 0, /*hidden argument*/NULL);
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_33;
|
|
L_33 = IntVector_op_Addition_mDD66816374D94E99E89A052A5A1B6C78249273B6(L_31, L_32, NULL);
|
|
NullCheck(L_30);
|
|
List_1_Add_mF01C477CDADA3CC4D7589AF47F15AA10EDB9A371_inline(L_30, L_33, List_1_Add_mF01C477CDADA3CC4D7589AF47F15AA10EDB9A371_RuntimeMethod_var);
|
|
// Neighbors.Add(Location + new IntVector(0, 0, 1));
|
|
List_1_t72F81508323A323FA6727DCAE9E4209241B62383* L_34 = L_30;
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_35 = V_2;
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_36;
|
|
memset((&L_36), 0, sizeof(L_36));
|
|
IntVector__ctor_mA5653A9122DC5F76C09064F96D45BD4A1255EE34((&L_36), 0, 0, 1, /*hidden argument*/NULL);
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_37;
|
|
L_37 = IntVector_op_Addition_mDD66816374D94E99E89A052A5A1B6C78249273B6(L_35, L_36, NULL);
|
|
NullCheck(L_34);
|
|
List_1_Add_mF01C477CDADA3CC4D7589AF47F15AA10EDB9A371_inline(L_34, L_37, List_1_Add_mF01C477CDADA3CC4D7589AF47F15AA10EDB9A371_RuntimeMethod_var);
|
|
// Neighbors.Add(Location + new IntVector(0, 0, -1));
|
|
List_1_t72F81508323A323FA6727DCAE9E4209241B62383* L_38 = L_34;
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_39 = V_2;
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_40;
|
|
memset((&L_40), 0, sizeof(L_40));
|
|
IntVector__ctor_mA5653A9122DC5F76C09064F96D45BD4A1255EE34((&L_40), 0, 0, (-1), /*hidden argument*/NULL);
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_41;
|
|
L_41 = IntVector_op_Addition_mDD66816374D94E99E89A052A5A1B6C78249273B6(L_39, L_40, NULL);
|
|
NullCheck(L_38);
|
|
List_1_Add_mF01C477CDADA3CC4D7589AF47F15AA10EDB9A371_inline(L_38, L_41, List_1_Add_mF01C477CDADA3CC4D7589AF47F15AA10EDB9A371_RuntimeMethod_var);
|
|
// foreach (IntVector Neighbor in Neighbors) {
|
|
NullCheck(L_38);
|
|
Enumerator_t63D0D9D2F4A7D35CCD6B732EA566D06665532C5C L_42;
|
|
L_42 = List_1_GetEnumerator_mE99C8F0AD0E80C16E9B36E83EF6F842C1835085D(L_38, List_1_GetEnumerator_mE99C8F0AD0E80C16E9B36E83EF6F842C1835085D_RuntimeMethod_var);
|
|
V_5 = L_42;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_0112:
|
|
{// begin finally (depth: 1)
|
|
Enumerator_Dispose_mC12D67FB6B2738537F274204A04E2DA463771F54((&V_5), Enumerator_Dispose_mC12D67FB6B2738537F274204A04E2DA463771F54_RuntimeMethod_var);
|
|
return;
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
{
|
|
goto IL_0107_1;
|
|
}
|
|
|
|
IL_00c5_1:
|
|
{
|
|
// foreach (IntVector Neighbor in Neighbors) {
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_43;
|
|
L_43 = Enumerator_get_Current_mCC10AF4347888150C7C356728C8183205B81A638_inline((&V_5), Enumerator_get_Current_mCC10AF4347888150C7C356728C8183205B81A638_RuntimeMethod_var);
|
|
V_6 = L_43;
|
|
// if (Visited.Contains(Neighbor)) {
|
|
HashSet_1_tA1EF3184AD46B7255ABC462FA85BEA5168966215* L_44 = ___2_Visited;
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_45 = V_6;
|
|
NullCheck(L_44);
|
|
bool L_46;
|
|
L_46 = HashSet_1_Contains_m912E38AD34AEBA45CCD4C1D112E289133DFC1678(L_44, L_45, HashSet_1_Contains_m912E38AD34AEBA45CCD4C1D112E289133DFC1678_RuntimeMethod_var);
|
|
if (L_46)
|
|
{
|
|
goto IL_0107_1;
|
|
}
|
|
}
|
|
{
|
|
// FloorChunk NeighborChunk = ChunkDB.GetChunkAt(Neighbor);
|
|
FloorChunkDB_tD6E5766D39D25018B82906C456A920512D9E0696* L_47 = ___4_ChunkDB;
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_48 = V_6;
|
|
NullCheck(L_47);
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_49;
|
|
L_49 = FloorChunkDB_GetChunkAt_m427B7E5A993F087040EB4411AC2C60A8CD093D3C(L_47, L_48, NULL);
|
|
V_7 = L_49;
|
|
// if (NeighborChunk != null && NeighborChunk.Id == CurrentChunk.Id) {
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_50 = V_7;
|
|
if (!L_50)
|
|
{
|
|
goto IL_0107_1;
|
|
}
|
|
}
|
|
{
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_51 = V_7;
|
|
NullCheck(L_51);
|
|
int32_t L_52 = L_51->___Id_0;
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_53 = V_3;
|
|
NullCheck(L_53);
|
|
int32_t L_54 = L_53->___Id_0;
|
|
if ((!(((uint32_t)L_52) == ((uint32_t)L_54))))
|
|
{
|
|
goto IL_0107_1;
|
|
}
|
|
}
|
|
{
|
|
// Queue.Enqueue(Neighbor);
|
|
Queue_1_t675E37081D47D7B3FC36A711EC6E61520AAE8EE5* L_55 = V_1;
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_56 = V_6;
|
|
NullCheck(L_55);
|
|
Queue_1_Enqueue_m8879529CDF2343DB523106AF0A9DC2A1ED40C73C(L_55, L_56, Queue_1_Enqueue_m8879529CDF2343DB523106AF0A9DC2A1ED40C73C_RuntimeMethod_var);
|
|
// Visited.Add(Neighbor);
|
|
HashSet_1_tA1EF3184AD46B7255ABC462FA85BEA5168966215* L_57 = ___2_Visited;
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_58 = V_6;
|
|
NullCheck(L_57);
|
|
bool L_59;
|
|
L_59 = HashSet_1_Add_m3CEC6A8ED133CA7EF3C957EA7C946E401291F79C(L_57, L_58, HashSet_1_Add_m3CEC6A8ED133CA7EF3C957EA7C946E401291F79C_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0107_1:
|
|
{
|
|
// foreach (IntVector Neighbor in Neighbors) {
|
|
bool L_60;
|
|
L_60 = Enumerator_MoveNext_mA1D361FE9A99073D485E65E0A746D14AD56E6C1F((&V_5), Enumerator_MoveNext_mA1D361FE9A99073D485E65E0A746D14AD56E6C1F_RuntimeMethod_var);
|
|
if (L_60)
|
|
{
|
|
goto IL_00c5_1;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0120;
|
|
}
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_0120:
|
|
{
|
|
// while (Queue.Count > 0) {
|
|
Queue_1_t675E37081D47D7B3FC36A711EC6E61520AAE8EE5* L_61 = V_1;
|
|
NullCheck(L_61);
|
|
int32_t L_62;
|
|
L_62 = Queue_1_get_Count_m3E3C68C92477B53FF71F6F8C8E338671743F8E09_inline(L_61, Queue_1_get_Count_m3E3C68C92477B53FF71F6F8C8E338671743F8E09_RuntimeMethod_var);
|
|
if ((((int32_t)L_62) > ((int32_t)0)))
|
|
{
|
|
goto IL_0028;
|
|
}
|
|
}
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void DungeonArchitect.Builders.FloorPlan.FloorPlanBuilder::ConnectIslandRecursive(System.Int32,System.Collections.Generic.Dictionary`2<System.Int32,System.Collections.Generic.List`1<DungeonArchitect.Builders.FloorPlan.FloorPlanBuilder/FloorIslandAdjacency>>,System.Collections.Generic.HashSet`1<System.Int32>,System.Random,DungeonArchitect.Builders.FloorPlan.FloorDoorManager,System.Collections.Generic.Dictionary`2<System.Int32,DungeonArchitect.Builders.FloorPlan.FloorChunk>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FloorPlanBuilder_ConnectIslandRecursive_m0500A98ED15EB92E84C5384C1CFF5ACD0C4D6ADF (FloorPlanBuilder_t6DB1ECBEE30EEB42CF67A373D06CAE68435ACE9D* __this, int32_t ___0_IslandId, Dictionary_2_t9B6AC42299E71EECA8A4C0499C6DDE4C2E4522A8* ___1_AdjacencyByIslands, HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2* ___2_IslandVisited, Random_t79716069EDE67D1D7734F60AE402D0CA3FB6B4C8* ___3_random, FloorDoorManager_tB284F7FF94D176DB5250C96E2A25376D07FEB8E2* ___4_DoorManager, Dictionary_2_tAEA84C7C44DD92B642158B354A5873A02D010B7B* ___5_IslandToChunkMap, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Array_Sort_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_m25890A92F785FE37EA662CF502AB0E2A80143F68_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_ContainsKey_m5ABF644278F87C8439F7F51731987B461A4AE7D7_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_get_Item_m55A977625E42E87073BBDADCDC2A145DD08AF1D9_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m614B8F6689F978BC2A3F6A7F3E2FF5DCE269E525_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_m3229975E789FEBAFD3E8C4A5C1DBDA3CEBCADE29_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m95612E759213DA5D2883D68833AC155BF9174F5F_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_Add_m9B0DD9902395EE95D3DC522264BE1EBBBD3513EB_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_Contains_m98A9F88FF94538B5EECB0F87E1E3B3572E02ACA1_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_Remove_mF4C8539185EBCAAE0803DF227E006B701007DD65_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1__ctor_m90EA29D74B137C5317CDC485AA1D799F0B6726FF_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IslandNodePriorityPredicate_t90CDBCB4F85BC831175240B3C4DF5C85D372DBD1_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m03E4253ECAC9E7039504BA1D55BC6F0764A37D57_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_GetEnumerator_mC8C49109360167803DF2DA528B0EF9F54A519D5C_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_ToArray_m65479FB75A5FE539EA1A0D6681172717D23CEAAA_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m524CF04B2E031396E44907F97354688CCFCB87D3_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mCC0E71080DE343C1A527526A1AC2DBEC355CEA6C_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m64AD633075AEC84BC10C1033242EAB61B70ED72A_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_mA0801E662E91D084F2233F36ADE002C372201899_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t563D16E87A1075C93F235D7CD71E288AD32E0641_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
List_1_t563D16E87A1075C93F235D7CD71E288AD32E0641* V_0 = NULL;
|
|
HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2* V_1 = NULL;
|
|
IslandNodePriorityPredicate_t90CDBCB4F85BC831175240B3C4DF5C85D372DBD1* V_2 = NULL;
|
|
Enumerator_t30095E37FC72045637B96B124007618D3FFD57B3 V_3;
|
|
memset((&V_3), 0, sizeof(V_3));
|
|
FloorIslandAdjacency_t4D525608EE3A20B521F0E9521AFA45C93E3C3B35* V_4 = NULL;
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* V_5 = NULL;
|
|
int32_t V_6 = 0;
|
|
int32_t V_7 = 0;
|
|
List_1_t563D16E87A1075C93F235D7CD71E288AD32E0641* V_8 = NULL;
|
|
FloorIslandAdjacency_t4D525608EE3A20B521F0E9521AFA45C93E3C3B35* V_9 = NULL;
|
|
int32_t V_10 = 0;
|
|
FloorIslandAdjacency_t4D525608EE3A20B521F0E9521AFA45C93E3C3B35* V_11 = NULL;
|
|
{
|
|
// if (IslandVisited.Contains(IslandId)) {
|
|
HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2* L_0 = ___2_IslandVisited;
|
|
int32_t L_1 = ___0_IslandId;
|
|
NullCheck(L_0);
|
|
bool L_2;
|
|
L_2 = HashSet_1_Contains_m98A9F88FF94538B5EECB0F87E1E3B3572E02ACA1(L_0, L_1, HashSet_1_Contains_m98A9F88FF94538B5EECB0F87E1E3B3572E02ACA1_RuntimeMethod_var);
|
|
if (!L_2)
|
|
{
|
|
goto IL_000a;
|
|
}
|
|
}
|
|
{
|
|
// return;
|
|
return;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
// IslandVisited.Add(IslandId);
|
|
HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2* L_3 = ___2_IslandVisited;
|
|
int32_t L_4 = ___0_IslandId;
|
|
NullCheck(L_3);
|
|
bool L_5;
|
|
L_5 = HashSet_1_Add_m9B0DD9902395EE95D3DC522264BE1EBBBD3513EB(L_3, L_4, HashSet_1_Add_m9B0DD9902395EE95D3DC522264BE1EBBBD3513EB_RuntimeMethod_var);
|
|
// if (!AdjacencyByIslands.ContainsKey(IslandId)) {
|
|
Dictionary_2_t9B6AC42299E71EECA8A4C0499C6DDE4C2E4522A8* L_6 = ___1_AdjacencyByIslands;
|
|
int32_t L_7 = ___0_IslandId;
|
|
NullCheck(L_6);
|
|
bool L_8;
|
|
L_8 = Dictionary_2_ContainsKey_m5ABF644278F87C8439F7F51731987B461A4AE7D7(L_6, L_7, Dictionary_2_ContainsKey_m5ABF644278F87C8439F7F51731987B461A4AE7D7_RuntimeMethod_var);
|
|
if (L_8)
|
|
{
|
|
goto IL_001c;
|
|
}
|
|
}
|
|
{
|
|
// return;
|
|
return;
|
|
}
|
|
|
|
IL_001c:
|
|
{
|
|
// List<FloorIslandAdjacency> AdjacentNodes = AdjacencyByIslands[IslandId];
|
|
Dictionary_2_t9B6AC42299E71EECA8A4C0499C6DDE4C2E4522A8* L_9 = ___1_AdjacencyByIslands;
|
|
int32_t L_10 = ___0_IslandId;
|
|
NullCheck(L_9);
|
|
List_1_t563D16E87A1075C93F235D7CD71E288AD32E0641* L_11;
|
|
L_11 = Dictionary_2_get_Item_m55A977625E42E87073BBDADCDC2A145DD08AF1D9(L_9, L_10, Dictionary_2_get_Item_m55A977625E42E87073BBDADCDC2A145DD08AF1D9_RuntimeMethod_var);
|
|
V_0 = L_11;
|
|
// HashSet<int> AdjacentIslands = new HashSet<int>();
|
|
HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2* L_12 = (HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2*)il2cpp_codegen_object_new(HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2_il2cpp_TypeInfo_var);
|
|
NullCheck(L_12);
|
|
HashSet_1__ctor_m90EA29D74B137C5317CDC485AA1D799F0B6726FF(L_12, HashSet_1__ctor_m90EA29D74B137C5317CDC485AA1D799F0B6726FF_RuntimeMethod_var);
|
|
V_1 = L_12;
|
|
// foreach (FloorIslandAdjacency AdjacentNode in AdjacentNodes) {
|
|
List_1_t563D16E87A1075C93F235D7CD71E288AD32E0641* L_13 = V_0;
|
|
NullCheck(L_13);
|
|
Enumerator_t30095E37FC72045637B96B124007618D3FFD57B3 L_14;
|
|
L_14 = List_1_GetEnumerator_mC8C49109360167803DF2DA528B0EF9F54A519D5C(L_13, List_1_GetEnumerator_mC8C49109360167803DF2DA528B0EF9F54A519D5C_RuntimeMethod_var);
|
|
V_3 = L_14;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_006d:
|
|
{// begin finally (depth: 1)
|
|
Enumerator_Dispose_m614B8F6689F978BC2A3F6A7F3E2FF5DCE269E525((&V_3), Enumerator_Dispose_m614B8F6689F978BC2A3F6A7F3E2FF5DCE269E525_RuntimeMethod_var);
|
|
return;
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
{
|
|
goto IL_0062_1;
|
|
}
|
|
|
|
IL_0033_1:
|
|
{
|
|
// foreach (FloorIslandAdjacency AdjacentNode in AdjacentNodes) {
|
|
FloorIslandAdjacency_t4D525608EE3A20B521F0E9521AFA45C93E3C3B35* L_15;
|
|
L_15 = Enumerator_get_Current_m95612E759213DA5D2883D68833AC155BF9174F5F_inline((&V_3), Enumerator_get_Current_m95612E759213DA5D2883D68833AC155BF9174F5F_RuntimeMethod_var);
|
|
V_4 = L_15;
|
|
// AdjacentIslands.Add(AdjacentNode.A.IslandId);
|
|
HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2* L_16 = V_1;
|
|
FloorIslandAdjacency_t4D525608EE3A20B521F0E9521AFA45C93E3C3B35* L_17 = V_4;
|
|
NullCheck(L_17);
|
|
FloorIslandNode_tD0A7EFEA4CBC4A931D33B62BFBA4529A7A42F53F* L_18 = L_17->___A_0;
|
|
NullCheck(L_18);
|
|
int32_t L_19 = L_18->___IslandId_0;
|
|
NullCheck(L_16);
|
|
bool L_20;
|
|
L_20 = HashSet_1_Add_m9B0DD9902395EE95D3DC522264BE1EBBBD3513EB(L_16, L_19, HashSet_1_Add_m9B0DD9902395EE95D3DC522264BE1EBBBD3513EB_RuntimeMethod_var);
|
|
// AdjacentIslands.Add(AdjacentNode.B.IslandId);
|
|
HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2* L_21 = V_1;
|
|
FloorIslandAdjacency_t4D525608EE3A20B521F0E9521AFA45C93E3C3B35* L_22 = V_4;
|
|
NullCheck(L_22);
|
|
FloorIslandNode_tD0A7EFEA4CBC4A931D33B62BFBA4529A7A42F53F* L_23 = L_22->___B_1;
|
|
NullCheck(L_23);
|
|
int32_t L_24 = L_23->___IslandId_0;
|
|
NullCheck(L_21);
|
|
bool L_25;
|
|
L_25 = HashSet_1_Add_m9B0DD9902395EE95D3DC522264BE1EBBBD3513EB(L_21, L_24, HashSet_1_Add_m9B0DD9902395EE95D3DC522264BE1EBBBD3513EB_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0062_1:
|
|
{
|
|
// foreach (FloorIslandAdjacency AdjacentNode in AdjacentNodes) {
|
|
bool L_26;
|
|
L_26 = Enumerator_MoveNext_m3229975E789FEBAFD3E8C4A5C1DBDA3CEBCADE29((&V_3), Enumerator_MoveNext_m3229975E789FEBAFD3E8C4A5C1DBDA3CEBCADE29_RuntimeMethod_var);
|
|
if (L_26)
|
|
{
|
|
goto IL_0033_1;
|
|
}
|
|
}
|
|
{
|
|
goto IL_007b;
|
|
}
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_007b:
|
|
{
|
|
// AdjacentIslands.Remove(IslandId);
|
|
HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2* L_27 = V_1;
|
|
int32_t L_28 = ___0_IslandId;
|
|
NullCheck(L_27);
|
|
bool L_29;
|
|
L_29 = HashSet_1_Remove_mF4C8539185EBCAAE0803DF227E006B701007DD65(L_27, L_28, HashSet_1_Remove_mF4C8539185EBCAAE0803DF227E006B701007DD65_RuntimeMethod_var);
|
|
// IslandNodePriorityPredicate SortPredicate = new IslandNodePriorityPredicate(IslandToChunkMap);
|
|
Dictionary_2_tAEA84C7C44DD92B642158B354A5873A02D010B7B* L_30 = ___5_IslandToChunkMap;
|
|
IslandNodePriorityPredicate_t90CDBCB4F85BC831175240B3C4DF5C85D372DBD1* L_31 = (IslandNodePriorityPredicate_t90CDBCB4F85BC831175240B3C4DF5C85D372DBD1*)il2cpp_codegen_object_new(IslandNodePriorityPredicate_t90CDBCB4F85BC831175240B3C4DF5C85D372DBD1_il2cpp_TypeInfo_var);
|
|
NullCheck(L_31);
|
|
IslandNodePriorityPredicate__ctor_m32A15A600308F5ED8A2D776242A1E3B941837D3B(L_31, L_30, NULL);
|
|
V_2 = L_31;
|
|
// int[] AdjacentIslandArray = new List<int>(AdjacentIslands).ToArray();
|
|
HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2* L_32 = V_1;
|
|
List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73* L_33 = (List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73*)il2cpp_codegen_object_new(List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73_il2cpp_TypeInfo_var);
|
|
NullCheck(L_33);
|
|
List_1__ctor_mCC0E71080DE343C1A527526A1AC2DBEC355CEA6C(L_33, L_32, List_1__ctor_mCC0E71080DE343C1A527526A1AC2DBEC355CEA6C_RuntimeMethod_var);
|
|
NullCheck(L_33);
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_34;
|
|
L_34 = List_1_ToArray_m65479FB75A5FE539EA1A0D6681172717D23CEAAA(L_33, List_1_ToArray_m65479FB75A5FE539EA1A0D6681172717D23CEAAA_RuntimeMethod_var);
|
|
// System.Array.Sort(AdjacentIslandArray, SortPredicate);
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_35 = L_34;
|
|
IslandNodePriorityPredicate_t90CDBCB4F85BC831175240B3C4DF5C85D372DBD1* L_36 = V_2;
|
|
Array_Sort_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_m25890A92F785FE37EA662CF502AB0E2A80143F68(L_35, L_36, Array_Sort_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_m25890A92F785FE37EA662CF502AB0E2A80143F68_RuntimeMethod_var);
|
|
// foreach (int AdjacentIsland in AdjacentIslandArray) {
|
|
V_5 = L_35;
|
|
V_6 = 0;
|
|
goto IL_0171;
|
|
}
|
|
|
|
IL_00a7:
|
|
{
|
|
// foreach (int AdjacentIsland in AdjacentIslandArray) {
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_37 = V_5;
|
|
int32_t L_38 = V_6;
|
|
NullCheck(L_37);
|
|
int32_t L_39 = L_38;
|
|
int32_t L_40 = (L_37)->GetAt(static_cast<il2cpp_array_size_t>(L_39));
|
|
V_7 = L_40;
|
|
// if (IslandVisited.Contains(AdjacentIsland)) {
|
|
HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2* L_41 = ___2_IslandVisited;
|
|
int32_t L_42 = V_7;
|
|
NullCheck(L_41);
|
|
bool L_43;
|
|
L_43 = HashSet_1_Contains_m98A9F88FF94538B5EECB0F87E1E3B3572E02ACA1(L_41, L_42, HashSet_1_Contains_m98A9F88FF94538B5EECB0F87E1E3B3572E02ACA1_RuntimeMethod_var);
|
|
if (L_43)
|
|
{
|
|
goto IL_016b;
|
|
}
|
|
}
|
|
{
|
|
// List<FloorIslandAdjacency> EdgeNodes = new List<FloorIslandAdjacency>();
|
|
List_1_t563D16E87A1075C93F235D7CD71E288AD32E0641* L_44 = (List_1_t563D16E87A1075C93F235D7CD71E288AD32E0641*)il2cpp_codegen_object_new(List_1_t563D16E87A1075C93F235D7CD71E288AD32E0641_il2cpp_TypeInfo_var);
|
|
NullCheck(L_44);
|
|
List_1__ctor_m524CF04B2E031396E44907F97354688CCFCB87D3(L_44, List_1__ctor_m524CF04B2E031396E44907F97354688CCFCB87D3_RuntimeMethod_var);
|
|
V_8 = L_44;
|
|
// foreach (FloorIslandAdjacency AdjacentNode in AdjacentNodes) {
|
|
List_1_t563D16E87A1075C93F235D7CD71E288AD32E0641* L_45 = V_0;
|
|
NullCheck(L_45);
|
|
Enumerator_t30095E37FC72045637B96B124007618D3FFD57B3 L_46;
|
|
L_46 = List_1_GetEnumerator_mC8C49109360167803DF2DA528B0EF9F54A519D5C(L_45, List_1_GetEnumerator_mC8C49109360167803DF2DA528B0EF9F54A519D5C_RuntimeMethod_var);
|
|
V_3 = L_46;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_0108:
|
|
{// begin finally (depth: 1)
|
|
Enumerator_Dispose_m614B8F6689F978BC2A3F6A7F3E2FF5DCE269E525((&V_3), Enumerator_Dispose_m614B8F6689F978BC2A3F6A7F3E2FF5DCE269E525_RuntimeMethod_var);
|
|
return;
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
{
|
|
goto IL_00fd_1;
|
|
}
|
|
|
|
IL_00cb_1:
|
|
{
|
|
// foreach (FloorIslandAdjacency AdjacentNode in AdjacentNodes) {
|
|
FloorIslandAdjacency_t4D525608EE3A20B521F0E9521AFA45C93E3C3B35* L_47;
|
|
L_47 = Enumerator_get_Current_m95612E759213DA5D2883D68833AC155BF9174F5F_inline((&V_3), Enumerator_get_Current_m95612E759213DA5D2883D68833AC155BF9174F5F_RuntimeMethod_var);
|
|
V_9 = L_47;
|
|
// if (AdjacentNode.A.IslandId == AdjacentIsland || AdjacentNode.B.IslandId == AdjacentIsland) {
|
|
FloorIslandAdjacency_t4D525608EE3A20B521F0E9521AFA45C93E3C3B35* L_48 = V_9;
|
|
NullCheck(L_48);
|
|
FloorIslandNode_tD0A7EFEA4CBC4A931D33B62BFBA4529A7A42F53F* L_49 = L_48->___A_0;
|
|
NullCheck(L_49);
|
|
int32_t L_50 = L_49->___IslandId_0;
|
|
int32_t L_51 = V_7;
|
|
if ((((int32_t)L_50) == ((int32_t)L_51)))
|
|
{
|
|
goto IL_00f4_1;
|
|
}
|
|
}
|
|
{
|
|
FloorIslandAdjacency_t4D525608EE3A20B521F0E9521AFA45C93E3C3B35* L_52 = V_9;
|
|
NullCheck(L_52);
|
|
FloorIslandNode_tD0A7EFEA4CBC4A931D33B62BFBA4529A7A42F53F* L_53 = L_52->___B_1;
|
|
NullCheck(L_53);
|
|
int32_t L_54 = L_53->___IslandId_0;
|
|
int32_t L_55 = V_7;
|
|
if ((!(((uint32_t)L_54) == ((uint32_t)L_55))))
|
|
{
|
|
goto IL_00fd_1;
|
|
}
|
|
}
|
|
|
|
IL_00f4_1:
|
|
{
|
|
// EdgeNodes.Add(AdjacentNode);
|
|
List_1_t563D16E87A1075C93F235D7CD71E288AD32E0641* L_56 = V_8;
|
|
FloorIslandAdjacency_t4D525608EE3A20B521F0E9521AFA45C93E3C3B35* L_57 = V_9;
|
|
NullCheck(L_56);
|
|
List_1_Add_m03E4253ECAC9E7039504BA1D55BC6F0764A37D57_inline(L_56, L_57, List_1_Add_m03E4253ECAC9E7039504BA1D55BC6F0764A37D57_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_00fd_1:
|
|
{
|
|
// foreach (FloorIslandAdjacency AdjacentNode in AdjacentNodes) {
|
|
bool L_58;
|
|
L_58 = Enumerator_MoveNext_m3229975E789FEBAFD3E8C4A5C1DBDA3CEBCADE29((&V_3), Enumerator_MoveNext_m3229975E789FEBAFD3E8C4A5C1DBDA3CEBCADE29_RuntimeMethod_var);
|
|
if (L_58)
|
|
{
|
|
goto IL_00cb_1;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0116;
|
|
}
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_0116:
|
|
{
|
|
// if (EdgeNodes.Count > 0) {
|
|
List_1_t563D16E87A1075C93F235D7CD71E288AD32E0641* L_59 = V_8;
|
|
NullCheck(L_59);
|
|
int32_t L_60;
|
|
L_60 = List_1_get_Count_m64AD633075AEC84BC10C1033242EAB61B70ED72A_inline(L_59, List_1_get_Count_m64AD633075AEC84BC10C1033242EAB61B70ED72A_RuntimeMethod_var);
|
|
if ((((int32_t)L_60) <= ((int32_t)0)))
|
|
{
|
|
goto IL_016b;
|
|
}
|
|
}
|
|
{
|
|
// int Index = random.Next(0, EdgeNodes.Count);
|
|
Random_t79716069EDE67D1D7734F60AE402D0CA3FB6B4C8* L_61 = ___3_random;
|
|
List_1_t563D16E87A1075C93F235D7CD71E288AD32E0641* L_62 = V_8;
|
|
NullCheck(L_62);
|
|
int32_t L_63;
|
|
L_63 = List_1_get_Count_m64AD633075AEC84BC10C1033242EAB61B70ED72A_inline(L_62, List_1_get_Count_m64AD633075AEC84BC10C1033242EAB61B70ED72A_RuntimeMethod_var);
|
|
NullCheck(L_61);
|
|
int32_t L_64;
|
|
L_64 = VirtualFuncInvoker2< int32_t, int32_t, int32_t >::Invoke(6 /* System.Int32 System.Random::Next(System.Int32,System.Int32) */, L_61, 0, L_63);
|
|
V_10 = L_64;
|
|
// FloorIslandAdjacency DoorEdge = EdgeNodes[Index];
|
|
List_1_t563D16E87A1075C93F235D7CD71E288AD32E0641* L_65 = V_8;
|
|
int32_t L_66 = V_10;
|
|
NullCheck(L_65);
|
|
FloorIslandAdjacency_t4D525608EE3A20B521F0E9521AFA45C93E3C3B35* L_67;
|
|
L_67 = List_1_get_Item_mA0801E662E91D084F2233F36ADE002C372201899(L_65, L_66, List_1_get_Item_mA0801E662E91D084F2233F36ADE002C372201899_RuntimeMethod_var);
|
|
V_11 = L_67;
|
|
// DoorManager.RegisterDoor(DoorEdge.A.Location, DoorEdge.B.Location);
|
|
FloorDoorManager_tB284F7FF94D176DB5250C96E2A25376D07FEB8E2* L_68 = ___4_DoorManager;
|
|
FloorIslandAdjacency_t4D525608EE3A20B521F0E9521AFA45C93E3C3B35* L_69 = V_11;
|
|
NullCheck(L_69);
|
|
FloorIslandNode_tD0A7EFEA4CBC4A931D33B62BFBA4529A7A42F53F* L_70 = L_69->___A_0;
|
|
NullCheck(L_70);
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_71 = L_70->___Location_2;
|
|
FloorIslandAdjacency_t4D525608EE3A20B521F0E9521AFA45C93E3C3B35* L_72 = V_11;
|
|
NullCheck(L_72);
|
|
FloorIslandNode_tD0A7EFEA4CBC4A931D33B62BFBA4529A7A42F53F* L_73 = L_72->___B_1;
|
|
NullCheck(L_73);
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_74 = L_73->___Location_2;
|
|
NullCheck(L_68);
|
|
FloorDoorManager_RegisterDoor_m9F6320D881720AE70E4FED473736F14534ABF9D9(L_68, L_71, L_74, NULL);
|
|
// ConnectIslandRecursive(AdjacentIsland, AdjacencyByIslands, IslandVisited, random, DoorManager, IslandToChunkMap);
|
|
int32_t L_75 = V_7;
|
|
Dictionary_2_t9B6AC42299E71EECA8A4C0499C6DDE4C2E4522A8* L_76 = ___1_AdjacencyByIslands;
|
|
HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2* L_77 = ___2_IslandVisited;
|
|
Random_t79716069EDE67D1D7734F60AE402D0CA3FB6B4C8* L_78 = ___3_random;
|
|
FloorDoorManager_tB284F7FF94D176DB5250C96E2A25376D07FEB8E2* L_79 = ___4_DoorManager;
|
|
Dictionary_2_tAEA84C7C44DD92B642158B354A5873A02D010B7B* L_80 = ___5_IslandToChunkMap;
|
|
FloorPlanBuilder_ConnectIslandRecursive_m0500A98ED15EB92E84C5384C1CFF5ACD0C4D6ADF(__this, L_75, L_76, L_77, L_78, L_79, L_80, NULL);
|
|
}
|
|
|
|
IL_016b:
|
|
{
|
|
int32_t L_81 = V_6;
|
|
V_6 = ((int32_t)il2cpp_codegen_add(L_81, 1));
|
|
}
|
|
|
|
IL_0171:
|
|
{
|
|
// foreach (int AdjacentIsland in AdjacentIslandArray) {
|
|
int32_t L_82 = V_6;
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_83 = V_5;
|
|
NullCheck(L_83);
|
|
if ((((int32_t)L_82) < ((int32_t)((int32_t)(((RuntimeArray*)L_83)->max_length)))))
|
|
{
|
|
goto IL_00a7;
|
|
}
|
|
}
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void DungeonArchitect.Builders.FloorPlan.FloorPlanBuilder::CreateDoors(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FloorPlanBuilder_CreateDoors_m09B034BC8B182F0064C4A100A952624A2C47EAC2 (FloorPlanBuilder_t6DB1ECBEE30EEB42CF67A373D06CAE68435ACE9D* __this, int32_t ___0_y, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Add_m081B5F4B0855D2104AE63FE2CDB5F6DE7EB55DB9_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Add_m52833CA29E587F3E5C573CAF18DDD29259A7A812_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Add_mFE8C62355775407D3871E53F6DA6CC4B7CD6098A_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_ContainsKey_m5ABF644278F87C8439F7F51731987B461A4AE7D7_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_ContainsKey_m6A7D9A2B5D101C98D3BB27AD32ACD5867FDFB707_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_ContainsKey_mFED17BC9996C5D3CCCD58B82D2F09B100EFAB963_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_m05DF915F363DACA16099A5C66669849306BEA353_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_mB332995737ADDBF22B719CE12A0531054A88CAAC_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_mD8567A238BD2D9EF295E78526DC2D690F30C6CEB_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_get_Item_m55A977625E42E87073BBDADCDC2A145DD08AF1D9_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_get_Item_m5D1468AA311E6D2EE4271DAA37EE59031C29C20E_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_t9B6AC42299E71EECA8A4C0499C6DDE4C2E4522A8_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_tAEA84C7C44DD92B642158B354A5873A02D010B7B_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_tAEC15228CF936EF6CBEA3DA55EBD9B73E9821F78_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m4FB1D94258DBB5A015EF20B6665509CF162796E3_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m614B8F6689F978BC2A3F6A7F3E2FF5DCE269E525_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_m3229975E789FEBAFD3E8C4A5C1DBDA3CEBCADE29_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_m7B6866023EB53E858FA5ED0AE8A73A4CB1FE4FB8_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m3955DEFF3A1FA3147B1FF403153F037C775F92FD_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m95612E759213DA5D2883D68833AC155BF9174F5F_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FloorIslandAdjacency_t4D525608EE3A20B521F0E9521AFA45C93E3C3B35_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_Add_m3CEC6A8ED133CA7EF3C957EA7C946E401291F79C_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_Contains_m912E38AD34AEBA45CCD4C1D112E289133DFC1678_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1__ctor_m606D72FA17DC5FB76BFFBA90AE31EF85BE643D0A_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1__ctor_m90EA29D74B137C5317CDC485AA1D799F0B6726FF_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_tA1EF3184AD46B7255ABC462FA85BEA5168966215_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m03E4253ECAC9E7039504BA1D55BC6F0764A37D57_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_GetEnumerator_m770F82B2052FDCF53229D91D9319599D9111294F_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_GetEnumerator_mC8C49109360167803DF2DA528B0EF9F54A519D5C_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m524CF04B2E031396E44907F97354688CCFCB87D3_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m5F1592E976EA8AF510CB7FAD0C29E4006D4BDDCB_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t563D16E87A1075C93F235D7CD71E288AD32E0641_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t73EE720C502E868F742CE6FF43951DCD21F951A1_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
HashSet_1_tA1EF3184AD46B7255ABC462FA85BEA5168966215* V_0 = NULL;
|
|
List_1_t73EE720C502E868F742CE6FF43951DCD21F951A1* V_1 = NULL;
|
|
int32_t V_2 = 0;
|
|
Dictionary_2_tAEC15228CF936EF6CBEA3DA55EBD9B73E9821F78* V_3 = NULL;
|
|
List_1_t563D16E87A1075C93F235D7CD71E288AD32E0641* V_4 = NULL;
|
|
Dictionary_2_t9B6AC42299E71EECA8A4C0499C6DDE4C2E4522A8* V_5 = NULL;
|
|
Dictionary_2_tAEA84C7C44DD92B642158B354A5873A02D010B7B* V_6 = NULL;
|
|
HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2* V_7 = NULL;
|
|
int32_t V_8 = 0;
|
|
int32_t V_9 = 0;
|
|
int32_t V_10 = 0;
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C V_11;
|
|
memset((&V_11), 0, sizeof(V_11));
|
|
Enumerator_tD70F68EEAA6FF703D85DE43B66F3724D0F183B26 V_12;
|
|
memset((&V_12), 0, sizeof(V_12));
|
|
FloorIslandNode_tD0A7EFEA4CBC4A931D33B62BFBA4529A7A42F53F* V_13 = NULL;
|
|
int32_t V_14 = 0;
|
|
int32_t V_15 = 0;
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C V_16;
|
|
memset((&V_16), 0, sizeof(V_16));
|
|
FloorIslandNode_tD0A7EFEA4CBC4A931D33B62BFBA4529A7A42F53F* V_17 = NULL;
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C V_18;
|
|
memset((&V_18), 0, sizeof(V_18));
|
|
FloorIslandNode_tD0A7EFEA4CBC4A931D33B62BFBA4529A7A42F53F* V_19 = NULL;
|
|
FloorIslandAdjacency_t4D525608EE3A20B521F0E9521AFA45C93E3C3B35* V_20 = NULL;
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C V_21;
|
|
memset((&V_21), 0, sizeof(V_21));
|
|
FloorIslandNode_tD0A7EFEA4CBC4A931D33B62BFBA4529A7A42F53F* V_22 = NULL;
|
|
FloorIslandAdjacency_t4D525608EE3A20B521F0E9521AFA45C93E3C3B35* V_23 = NULL;
|
|
Enumerator_t30095E37FC72045637B96B124007618D3FFD57B3 V_24;
|
|
memset((&V_24), 0, sizeof(V_24));
|
|
FloorIslandAdjacency_t4D525608EE3A20B521F0E9521AFA45C93E3C3B35* V_25 = NULL;
|
|
int32_t V_26 = 0;
|
|
int32_t V_27 = 0;
|
|
FloorIslandNode_tD0A7EFEA4CBC4A931D33B62BFBA4529A7A42F53F* V_28 = NULL;
|
|
int32_t V_29 = 0;
|
|
{
|
|
// HashSet<IntVector> Visited = new HashSet<IntVector>();
|
|
HashSet_1_tA1EF3184AD46B7255ABC462FA85BEA5168966215* L_0 = (HashSet_1_tA1EF3184AD46B7255ABC462FA85BEA5168966215*)il2cpp_codegen_object_new(HashSet_1_tA1EF3184AD46B7255ABC462FA85BEA5168966215_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
HashSet_1__ctor_m606D72FA17DC5FB76BFFBA90AE31EF85BE643D0A(L_0, HashSet_1__ctor_m606D72FA17DC5FB76BFFBA90AE31EF85BE643D0A_RuntimeMethod_var);
|
|
V_0 = L_0;
|
|
// List<FloorIslandNode> IslandNodes = new List<FloorIslandNode>();
|
|
List_1_t73EE720C502E868F742CE6FF43951DCD21F951A1* L_1 = (List_1_t73EE720C502E868F742CE6FF43951DCD21F951A1*)il2cpp_codegen_object_new(List_1_t73EE720C502E868F742CE6FF43951DCD21F951A1_il2cpp_TypeInfo_var);
|
|
NullCheck(L_1);
|
|
List_1__ctor_m5F1592E976EA8AF510CB7FAD0C29E4006D4BDDCB(L_1, List_1__ctor_m5F1592E976EA8AF510CB7FAD0C29E4006D4BDDCB_RuntimeMethod_var);
|
|
V_1 = L_1;
|
|
// int TotalIslands = 0;
|
|
V_2 = 0;
|
|
// int IslandId = 0;
|
|
V_8 = 0;
|
|
// for (int x = 0; x < floorPlanConfig.BuildingSize.x; x++) {
|
|
V_9 = 0;
|
|
goto IL_0073;
|
|
}
|
|
|
|
IL_0016:
|
|
{
|
|
// for (int z = 0; z < floorPlanConfig.BuildingSize.z; z++) {
|
|
V_10 = 0;
|
|
goto IL_0058;
|
|
}
|
|
|
|
IL_001b:
|
|
{
|
|
// IntVector Location = new IntVector(x, y, z);
|
|
int32_t L_2 = V_9;
|
|
int32_t L_3 = ___0_y;
|
|
int32_t L_4 = V_10;
|
|
IntVector__ctor_mA5653A9122DC5F76C09064F96D45BD4A1255EE34((&V_11), L_2, L_3, L_4, NULL);
|
|
// if (!Visited.Contains(Location)) {
|
|
HashSet_1_tA1EF3184AD46B7255ABC462FA85BEA5168966215* L_5 = V_0;
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_6 = V_11;
|
|
NullCheck(L_5);
|
|
bool L_7;
|
|
L_7 = HashSet_1_Contains_m912E38AD34AEBA45CCD4C1D112E289133DFC1678(L_5, L_6, HashSet_1_Contains_m912E38AD34AEBA45CCD4C1D112E289133DFC1678_RuntimeMethod_var);
|
|
if (L_7)
|
|
{
|
|
goto IL_0052;
|
|
}
|
|
}
|
|
{
|
|
// Visited.Add(Location);
|
|
HashSet_1_tA1EF3184AD46B7255ABC462FA85BEA5168966215* L_8 = V_0;
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_9 = V_11;
|
|
NullCheck(L_8);
|
|
bool L_10;
|
|
L_10 = HashSet_1_Add_m3CEC6A8ED133CA7EF3C957EA7C946E401291F79C(L_8, L_9, HashSet_1_Add_m3CEC6A8ED133CA7EF3C957EA7C946E401291F79C_RuntimeMethod_var);
|
|
// FloodFill(Location, IslandId, Visited, IslandNodes, ChunkDB);
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_11 = V_11;
|
|
int32_t L_12 = V_8;
|
|
HashSet_1_tA1EF3184AD46B7255ABC462FA85BEA5168966215* L_13 = V_0;
|
|
List_1_t73EE720C502E868F742CE6FF43951DCD21F951A1* L_14 = V_1;
|
|
FloorChunkDB_tD6E5766D39D25018B82906C456A920512D9E0696* L_15 = __this->___ChunkDB_16;
|
|
FloorPlanBuilder_FloodFill_m7059056974174869006365D815AFCA01BCD95288(__this, L_11, L_12, L_13, L_14, L_15, NULL);
|
|
// IslandId++;
|
|
int32_t L_16 = V_8;
|
|
V_8 = ((int32_t)il2cpp_codegen_add(L_16, 1));
|
|
}
|
|
|
|
IL_0052:
|
|
{
|
|
// for (int z = 0; z < floorPlanConfig.BuildingSize.z; z++) {
|
|
int32_t L_17 = V_10;
|
|
V_10 = ((int32_t)il2cpp_codegen_add(L_17, 1));
|
|
}
|
|
|
|
IL_0058:
|
|
{
|
|
// for (int z = 0; z < floorPlanConfig.BuildingSize.z; z++) {
|
|
int32_t L_18 = V_10;
|
|
FloorPlanConfig_t532D06F3A07E9398692974242B19B5D2A4A36D16* L_19 = __this->___floorPlanConfig_14;
|
|
NullCheck(L_19);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* L_20 = (&L_19->___BuildingSize_5);
|
|
float L_21 = L_20->___z_4;
|
|
if ((((float)((float)L_18)) < ((float)L_21)))
|
|
{
|
|
goto IL_001b;
|
|
}
|
|
}
|
|
{
|
|
// for (int x = 0; x < floorPlanConfig.BuildingSize.x; x++) {
|
|
int32_t L_22 = V_9;
|
|
V_9 = ((int32_t)il2cpp_codegen_add(L_22, 1));
|
|
}
|
|
|
|
IL_0073:
|
|
{
|
|
// for (int x = 0; x < floorPlanConfig.BuildingSize.x; x++) {
|
|
int32_t L_23 = V_9;
|
|
FloorPlanConfig_t532D06F3A07E9398692974242B19B5D2A4A36D16* L_24 = __this->___floorPlanConfig_14;
|
|
NullCheck(L_24);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* L_25 = (&L_24->___BuildingSize_5);
|
|
float L_26 = L_25->___x_2;
|
|
if ((((float)((float)L_23)) < ((float)L_26)))
|
|
{
|
|
goto IL_0016;
|
|
}
|
|
}
|
|
{
|
|
// TotalIslands = IslandId;
|
|
int32_t L_27 = V_8;
|
|
V_2 = L_27;
|
|
// Dictionary<IntVector, FloorIslandNode> IslandNodeByLocation = new Dictionary<IntVector,FloorIslandNode>();
|
|
Dictionary_2_tAEC15228CF936EF6CBEA3DA55EBD9B73E9821F78* L_28 = (Dictionary_2_tAEC15228CF936EF6CBEA3DA55EBD9B73E9821F78*)il2cpp_codegen_object_new(Dictionary_2_tAEC15228CF936EF6CBEA3DA55EBD9B73E9821F78_il2cpp_TypeInfo_var);
|
|
NullCheck(L_28);
|
|
Dictionary_2__ctor_m05DF915F363DACA16099A5C66669849306BEA353(L_28, Dictionary_2__ctor_m05DF915F363DACA16099A5C66669849306BEA353_RuntimeMethod_var);
|
|
V_3 = L_28;
|
|
// foreach (FloorIslandNode Node in IslandNodes) {
|
|
List_1_t73EE720C502E868F742CE6FF43951DCD21F951A1* L_29 = V_1;
|
|
NullCheck(L_29);
|
|
Enumerator_tD70F68EEAA6FF703D85DE43B66F3724D0F183B26 L_30;
|
|
L_30 = List_1_GetEnumerator_m770F82B2052FDCF53229D91D9319599D9111294F(L_29, List_1_GetEnumerator_m770F82B2052FDCF53229D91D9319599D9111294F_RuntimeMethod_var);
|
|
V_12 = L_30;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_00c8:
|
|
{// begin finally (depth: 1)
|
|
Enumerator_Dispose_m4FB1D94258DBB5A015EF20B6665509CF162796E3((&V_12), Enumerator_Dispose_m4FB1D94258DBB5A015EF20B6665509CF162796E3_RuntimeMethod_var);
|
|
return;
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
{
|
|
goto IL_00bd_1;
|
|
}
|
|
|
|
IL_009b_1:
|
|
{
|
|
// foreach (FloorIslandNode Node in IslandNodes) {
|
|
FloorIslandNode_tD0A7EFEA4CBC4A931D33B62BFBA4529A7A42F53F* L_31;
|
|
L_31 = Enumerator_get_Current_m3955DEFF3A1FA3147B1FF403153F037C775F92FD_inline((&V_12), Enumerator_get_Current_m3955DEFF3A1FA3147B1FF403153F037C775F92FD_RuntimeMethod_var);
|
|
V_13 = L_31;
|
|
// if (Node.IslandId == -1) continue;
|
|
FloorIslandNode_tD0A7EFEA4CBC4A931D33B62BFBA4529A7A42F53F* L_32 = V_13;
|
|
NullCheck(L_32);
|
|
int32_t L_33 = L_32->___IslandId_0;
|
|
if ((((int32_t)L_33) == ((int32_t)(-1))))
|
|
{
|
|
goto IL_00bd_1;
|
|
}
|
|
}
|
|
{
|
|
// IslandNodeByLocation.Add(Node.Location, Node);
|
|
Dictionary_2_tAEC15228CF936EF6CBEA3DA55EBD9B73E9821F78* L_34 = V_3;
|
|
FloorIslandNode_tD0A7EFEA4CBC4A931D33B62BFBA4529A7A42F53F* L_35 = V_13;
|
|
NullCheck(L_35);
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_36 = L_35->___Location_2;
|
|
FloorIslandNode_tD0A7EFEA4CBC4A931D33B62BFBA4529A7A42F53F* L_37 = V_13;
|
|
NullCheck(L_34);
|
|
Dictionary_2_Add_m52833CA29E587F3E5C573CAF18DDD29259A7A812(L_34, L_36, L_37, Dictionary_2_Add_m52833CA29E587F3E5C573CAF18DDD29259A7A812_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_00bd_1:
|
|
{
|
|
// foreach (FloorIslandNode Node in IslandNodes) {
|
|
bool L_38;
|
|
L_38 = Enumerator_MoveNext_m7B6866023EB53E858FA5ED0AE8A73A4CB1FE4FB8((&V_12), Enumerator_MoveNext_m7B6866023EB53E858FA5ED0AE8A73A4CB1FE4FB8_RuntimeMethod_var);
|
|
if (L_38)
|
|
{
|
|
goto IL_009b_1;
|
|
}
|
|
}
|
|
{
|
|
goto IL_00d6;
|
|
}
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_00d6:
|
|
{
|
|
// List<FloorIslandAdjacency> AdjacencyList = new List<FloorIslandAdjacency>();
|
|
List_1_t563D16E87A1075C93F235D7CD71E288AD32E0641* L_39 = (List_1_t563D16E87A1075C93F235D7CD71E288AD32E0641*)il2cpp_codegen_object_new(List_1_t563D16E87A1075C93F235D7CD71E288AD32E0641_il2cpp_TypeInfo_var);
|
|
NullCheck(L_39);
|
|
List_1__ctor_m524CF04B2E031396E44907F97354688CCFCB87D3(L_39, List_1__ctor_m524CF04B2E031396E44907F97354688CCFCB87D3_RuntimeMethod_var);
|
|
V_4 = L_39;
|
|
// for (int x = 0; x < floorPlanConfig.BuildingSize.x; x++) {
|
|
V_14 = 0;
|
|
goto IL_01fd;
|
|
}
|
|
|
|
IL_00e5:
|
|
{
|
|
// for (int z = 0; z < floorPlanConfig.BuildingSize.z; z++) {
|
|
V_15 = 0;
|
|
goto IL_01df;
|
|
}
|
|
|
|
IL_00ed:
|
|
{
|
|
// IntVector Loc00 = new IntVector(x, y, z);
|
|
int32_t L_40 = V_14;
|
|
int32_t L_41 = ___0_y;
|
|
int32_t L_42 = V_15;
|
|
IntVector__ctor_mA5653A9122DC5F76C09064F96D45BD4A1255EE34((&V_16), L_40, L_41, L_42, NULL);
|
|
// if (!IslandNodeByLocation.ContainsKey(Loc00)) {
|
|
Dictionary_2_tAEC15228CF936EF6CBEA3DA55EBD9B73E9821F78* L_43 = V_3;
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_44 = V_16;
|
|
NullCheck(L_43);
|
|
bool L_45;
|
|
L_45 = Dictionary_2_ContainsKey_m6A7D9A2B5D101C98D3BB27AD32ACD5867FDFB707(L_43, L_44, Dictionary_2_ContainsKey_m6A7D9A2B5D101C98D3BB27AD32ACD5867FDFB707_RuntimeMethod_var);
|
|
if (!L_45)
|
|
{
|
|
goto IL_01d9;
|
|
}
|
|
}
|
|
{
|
|
// FloorIslandNode Node00 = IslandNodeByLocation[Loc00];
|
|
Dictionary_2_tAEC15228CF936EF6CBEA3DA55EBD9B73E9821F78* L_46 = V_3;
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_47 = V_16;
|
|
NullCheck(L_46);
|
|
FloorIslandNode_tD0A7EFEA4CBC4A931D33B62BFBA4529A7A42F53F* L_48;
|
|
L_48 = Dictionary_2_get_Item_m5D1468AA311E6D2EE4271DAA37EE59031C29C20E(L_46, L_47, Dictionary_2_get_Item_m5D1468AA311E6D2EE4271DAA37EE59031C29C20E_RuntimeMethod_var);
|
|
V_17 = L_48;
|
|
// if (Node00.IslandId == -1) {
|
|
FloorIslandNode_tD0A7EFEA4CBC4A931D33B62BFBA4529A7A42F53F* L_49 = V_17;
|
|
NullCheck(L_49);
|
|
int32_t L_50 = L_49->___IslandId_0;
|
|
if ((((int32_t)L_50) == ((int32_t)(-1))))
|
|
{
|
|
goto IL_01d9;
|
|
}
|
|
}
|
|
{
|
|
// IntVector Loc10 = new IntVector(x + 1, y, z);
|
|
int32_t L_51 = V_14;
|
|
int32_t L_52 = ___0_y;
|
|
int32_t L_53 = V_15;
|
|
IntVector__ctor_mA5653A9122DC5F76C09064F96D45BD4A1255EE34((&V_18), ((int32_t)il2cpp_codegen_add(L_51, 1)), L_52, L_53, NULL);
|
|
// if (IslandNodeByLocation.ContainsKey(Loc10)) {
|
|
Dictionary_2_tAEC15228CF936EF6CBEA3DA55EBD9B73E9821F78* L_54 = V_3;
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_55 = V_18;
|
|
NullCheck(L_54);
|
|
bool L_56;
|
|
L_56 = Dictionary_2_ContainsKey_m6A7D9A2B5D101C98D3BB27AD32ACD5867FDFB707(L_54, L_55, Dictionary_2_ContainsKey_m6A7D9A2B5D101C98D3BB27AD32ACD5867FDFB707_RuntimeMethod_var);
|
|
if (!L_56)
|
|
{
|
|
goto IL_017b;
|
|
}
|
|
}
|
|
{
|
|
// FloorIslandNode Node10 = IslandNodeByLocation[Loc10];
|
|
Dictionary_2_tAEC15228CF936EF6CBEA3DA55EBD9B73E9821F78* L_57 = V_3;
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_58 = V_18;
|
|
NullCheck(L_57);
|
|
FloorIslandNode_tD0A7EFEA4CBC4A931D33B62BFBA4529A7A42F53F* L_59;
|
|
L_59 = Dictionary_2_get_Item_m5D1468AA311E6D2EE4271DAA37EE59031C29C20E(L_57, L_58, Dictionary_2_get_Item_m5D1468AA311E6D2EE4271DAA37EE59031C29C20E_RuntimeMethod_var);
|
|
V_19 = L_59;
|
|
// if (Node10.IslandId != -1 && Node00.IslandId != Node10.IslandId) {
|
|
FloorIslandNode_tD0A7EFEA4CBC4A931D33B62BFBA4529A7A42F53F* L_60 = V_19;
|
|
NullCheck(L_60);
|
|
int32_t L_61 = L_60->___IslandId_0;
|
|
if ((((int32_t)L_61) == ((int32_t)(-1))))
|
|
{
|
|
goto IL_017b;
|
|
}
|
|
}
|
|
{
|
|
FloorIslandNode_tD0A7EFEA4CBC4A931D33B62BFBA4529A7A42F53F* L_62 = V_17;
|
|
NullCheck(L_62);
|
|
int32_t L_63 = L_62->___IslandId_0;
|
|
FloorIslandNode_tD0A7EFEA4CBC4A931D33B62BFBA4529A7A42F53F* L_64 = V_19;
|
|
NullCheck(L_64);
|
|
int32_t L_65 = L_64->___IslandId_0;
|
|
if ((((int32_t)L_63) == ((int32_t)L_65)))
|
|
{
|
|
goto IL_017b;
|
|
}
|
|
}
|
|
{
|
|
// FloorIslandAdjacency Adjacency = new FloorIslandAdjacency();
|
|
FloorIslandAdjacency_t4D525608EE3A20B521F0E9521AFA45C93E3C3B35* L_66 = (FloorIslandAdjacency_t4D525608EE3A20B521F0E9521AFA45C93E3C3B35*)il2cpp_codegen_object_new(FloorIslandAdjacency_t4D525608EE3A20B521F0E9521AFA45C93E3C3B35_il2cpp_TypeInfo_var);
|
|
NullCheck(L_66);
|
|
FloorIslandAdjacency__ctor_mE3AFEB6B5346F5EA01926B2F427FC7E926F80DDD(L_66, NULL);
|
|
V_20 = L_66;
|
|
// Adjacency.A = Node00;
|
|
FloorIslandAdjacency_t4D525608EE3A20B521F0E9521AFA45C93E3C3B35* L_67 = V_20;
|
|
FloorIslandNode_tD0A7EFEA4CBC4A931D33B62BFBA4529A7A42F53F* L_68 = V_17;
|
|
NullCheck(L_67);
|
|
L_67->___A_0 = L_68;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_67->___A_0), (void*)L_68);
|
|
// Adjacency.B = Node10;
|
|
FloorIslandAdjacency_t4D525608EE3A20B521F0E9521AFA45C93E3C3B35* L_69 = V_20;
|
|
FloorIslandNode_tD0A7EFEA4CBC4A931D33B62BFBA4529A7A42F53F* L_70 = V_19;
|
|
NullCheck(L_69);
|
|
L_69->___B_1 = L_70;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_69->___B_1), (void*)L_70);
|
|
// AdjacencyList.Add(Adjacency);
|
|
List_1_t563D16E87A1075C93F235D7CD71E288AD32E0641* L_71 = V_4;
|
|
FloorIslandAdjacency_t4D525608EE3A20B521F0E9521AFA45C93E3C3B35* L_72 = V_20;
|
|
NullCheck(L_71);
|
|
List_1_Add_m03E4253ECAC9E7039504BA1D55BC6F0764A37D57_inline(L_71, L_72, List_1_Add_m03E4253ECAC9E7039504BA1D55BC6F0764A37D57_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_017b:
|
|
{
|
|
// IntVector Loc01 = new IntVector(x, y, z + 1);
|
|
int32_t L_73 = V_14;
|
|
int32_t L_74 = ___0_y;
|
|
int32_t L_75 = V_15;
|
|
IntVector__ctor_mA5653A9122DC5F76C09064F96D45BD4A1255EE34((&V_21), L_73, L_74, ((int32_t)il2cpp_codegen_add(L_75, 1)), NULL);
|
|
// if (IslandNodeByLocation.ContainsKey(Loc01)) {
|
|
Dictionary_2_tAEC15228CF936EF6CBEA3DA55EBD9B73E9821F78* L_76 = V_3;
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_77 = V_21;
|
|
NullCheck(L_76);
|
|
bool L_78;
|
|
L_78 = Dictionary_2_ContainsKey_m6A7D9A2B5D101C98D3BB27AD32ACD5867FDFB707(L_76, L_77, Dictionary_2_ContainsKey_m6A7D9A2B5D101C98D3BB27AD32ACD5867FDFB707_RuntimeMethod_var);
|
|
if (!L_78)
|
|
{
|
|
goto IL_01d9;
|
|
}
|
|
}
|
|
{
|
|
// FloorIslandNode Node01 = IslandNodeByLocation[Loc01];
|
|
Dictionary_2_tAEC15228CF936EF6CBEA3DA55EBD9B73E9821F78* L_79 = V_3;
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_80 = V_21;
|
|
NullCheck(L_79);
|
|
FloorIslandNode_tD0A7EFEA4CBC4A931D33B62BFBA4529A7A42F53F* L_81;
|
|
L_81 = Dictionary_2_get_Item_m5D1468AA311E6D2EE4271DAA37EE59031C29C20E(L_79, L_80, Dictionary_2_get_Item_m5D1468AA311E6D2EE4271DAA37EE59031C29C20E_RuntimeMethod_var);
|
|
V_22 = L_81;
|
|
// if (Node01.IslandId != -1 && Node00.IslandId != Node01.IslandId) {
|
|
FloorIslandNode_tD0A7EFEA4CBC4A931D33B62BFBA4529A7A42F53F* L_82 = V_22;
|
|
NullCheck(L_82);
|
|
int32_t L_83 = L_82->___IslandId_0;
|
|
if ((((int32_t)L_83) == ((int32_t)(-1))))
|
|
{
|
|
goto IL_01d9;
|
|
}
|
|
}
|
|
{
|
|
FloorIslandNode_tD0A7EFEA4CBC4A931D33B62BFBA4529A7A42F53F* L_84 = V_17;
|
|
NullCheck(L_84);
|
|
int32_t L_85 = L_84->___IslandId_0;
|
|
FloorIslandNode_tD0A7EFEA4CBC4A931D33B62BFBA4529A7A42F53F* L_86 = V_22;
|
|
NullCheck(L_86);
|
|
int32_t L_87 = L_86->___IslandId_0;
|
|
if ((((int32_t)L_85) == ((int32_t)L_87)))
|
|
{
|
|
goto IL_01d9;
|
|
}
|
|
}
|
|
{
|
|
// FloorIslandAdjacency Adjacency = new FloorIslandAdjacency();
|
|
FloorIslandAdjacency_t4D525608EE3A20B521F0E9521AFA45C93E3C3B35* L_88 = (FloorIslandAdjacency_t4D525608EE3A20B521F0E9521AFA45C93E3C3B35*)il2cpp_codegen_object_new(FloorIslandAdjacency_t4D525608EE3A20B521F0E9521AFA45C93E3C3B35_il2cpp_TypeInfo_var);
|
|
NullCheck(L_88);
|
|
FloorIslandAdjacency__ctor_mE3AFEB6B5346F5EA01926B2F427FC7E926F80DDD(L_88, NULL);
|
|
V_23 = L_88;
|
|
// Adjacency.A = Node00;
|
|
FloorIslandAdjacency_t4D525608EE3A20B521F0E9521AFA45C93E3C3B35* L_89 = V_23;
|
|
FloorIslandNode_tD0A7EFEA4CBC4A931D33B62BFBA4529A7A42F53F* L_90 = V_17;
|
|
NullCheck(L_89);
|
|
L_89->___A_0 = L_90;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_89->___A_0), (void*)L_90);
|
|
// Adjacency.B = Node01;
|
|
FloorIslandAdjacency_t4D525608EE3A20B521F0E9521AFA45C93E3C3B35* L_91 = V_23;
|
|
FloorIslandNode_tD0A7EFEA4CBC4A931D33B62BFBA4529A7A42F53F* L_92 = V_22;
|
|
NullCheck(L_91);
|
|
L_91->___B_1 = L_92;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_91->___B_1), (void*)L_92);
|
|
// AdjacencyList.Add(Adjacency);
|
|
List_1_t563D16E87A1075C93F235D7CD71E288AD32E0641* L_93 = V_4;
|
|
FloorIslandAdjacency_t4D525608EE3A20B521F0E9521AFA45C93E3C3B35* L_94 = V_23;
|
|
NullCheck(L_93);
|
|
List_1_Add_m03E4253ECAC9E7039504BA1D55BC6F0764A37D57_inline(L_93, L_94, List_1_Add_m03E4253ECAC9E7039504BA1D55BC6F0764A37D57_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_01d9:
|
|
{
|
|
// for (int z = 0; z < floorPlanConfig.BuildingSize.z; z++) {
|
|
int32_t L_95 = V_15;
|
|
V_15 = ((int32_t)il2cpp_codegen_add(L_95, 1));
|
|
}
|
|
|
|
IL_01df:
|
|
{
|
|
// for (int z = 0; z < floorPlanConfig.BuildingSize.z; z++) {
|
|
int32_t L_96 = V_15;
|
|
FloorPlanConfig_t532D06F3A07E9398692974242B19B5D2A4A36D16* L_97 = __this->___floorPlanConfig_14;
|
|
NullCheck(L_97);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* L_98 = (&L_97->___BuildingSize_5);
|
|
float L_99 = L_98->___z_4;
|
|
if ((((float)((float)L_96)) < ((float)L_99)))
|
|
{
|
|
goto IL_00ed;
|
|
}
|
|
}
|
|
{
|
|
// for (int x = 0; x < floorPlanConfig.BuildingSize.x; x++) {
|
|
int32_t L_100 = V_14;
|
|
V_14 = ((int32_t)il2cpp_codegen_add(L_100, 1));
|
|
}
|
|
|
|
IL_01fd:
|
|
{
|
|
// for (int x = 0; x < floorPlanConfig.BuildingSize.x; x++) {
|
|
int32_t L_101 = V_14;
|
|
FloorPlanConfig_t532D06F3A07E9398692974242B19B5D2A4A36D16* L_102 = __this->___floorPlanConfig_14;
|
|
NullCheck(L_102);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* L_103 = (&L_102->___BuildingSize_5);
|
|
float L_104 = L_103->___x_2;
|
|
if ((((float)((float)L_101)) < ((float)L_104)))
|
|
{
|
|
goto IL_00e5;
|
|
}
|
|
}
|
|
{
|
|
// Dictionary<int, List<FloorIslandAdjacency>> AdjacencyByIsland = new Dictionary<int,List<FloorIslandAdjacency>>();
|
|
Dictionary_2_t9B6AC42299E71EECA8A4C0499C6DDE4C2E4522A8* L_105 = (Dictionary_2_t9B6AC42299E71EECA8A4C0499C6DDE4C2E4522A8*)il2cpp_codegen_object_new(Dictionary_2_t9B6AC42299E71EECA8A4C0499C6DDE4C2E4522A8_il2cpp_TypeInfo_var);
|
|
NullCheck(L_105);
|
|
Dictionary_2__ctor_mD8567A238BD2D9EF295E78526DC2D690F30C6CEB(L_105, Dictionary_2__ctor_mD8567A238BD2D9EF295E78526DC2D690F30C6CEB_RuntimeMethod_var);
|
|
V_5 = L_105;
|
|
// foreach (FloorIslandAdjacency Adjacency in AdjacencyList) {
|
|
List_1_t563D16E87A1075C93F235D7CD71E288AD32E0641* L_106 = V_4;
|
|
NullCheck(L_106);
|
|
Enumerator_t30095E37FC72045637B96B124007618D3FFD57B3 L_107;
|
|
L_107 = List_1_GetEnumerator_mC8C49109360167803DF2DA528B0EF9F54A519D5C(L_106, List_1_GetEnumerator_mC8C49109360167803DF2DA528B0EF9F54A519D5C_RuntimeMethod_var);
|
|
V_24 = L_107;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_02a9:
|
|
{// begin finally (depth: 1)
|
|
Enumerator_Dispose_m614B8F6689F978BC2A3F6A7F3E2FF5DCE269E525((&V_24), Enumerator_Dispose_m614B8F6689F978BC2A3F6A7F3E2FF5DCE269E525_RuntimeMethod_var);
|
|
return;
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
{
|
|
goto IL_029e_1;
|
|
}
|
|
|
|
IL_0227_1:
|
|
{
|
|
// foreach (FloorIslandAdjacency Adjacency in AdjacencyList) {
|
|
FloorIslandAdjacency_t4D525608EE3A20B521F0E9521AFA45C93E3C3B35* L_108;
|
|
L_108 = Enumerator_get_Current_m95612E759213DA5D2883D68833AC155BF9174F5F_inline((&V_24), Enumerator_get_Current_m95612E759213DA5D2883D68833AC155BF9174F5F_RuntimeMethod_var);
|
|
V_25 = L_108;
|
|
// int IslandA = Adjacency.A.IslandId;
|
|
FloorIslandAdjacency_t4D525608EE3A20B521F0E9521AFA45C93E3C3B35* L_109 = V_25;
|
|
NullCheck(L_109);
|
|
FloorIslandNode_tD0A7EFEA4CBC4A931D33B62BFBA4529A7A42F53F* L_110 = L_109->___A_0;
|
|
NullCheck(L_110);
|
|
int32_t L_111 = L_110->___IslandId_0;
|
|
V_26 = L_111;
|
|
// int IslandB = Adjacency.B.IslandId;
|
|
FloorIslandAdjacency_t4D525608EE3A20B521F0E9521AFA45C93E3C3B35* L_112 = V_25;
|
|
NullCheck(L_112);
|
|
FloorIslandNode_tD0A7EFEA4CBC4A931D33B62BFBA4529A7A42F53F* L_113 = L_112->___B_1;
|
|
NullCheck(L_113);
|
|
int32_t L_114 = L_113->___IslandId_0;
|
|
V_27 = L_114;
|
|
// if (!AdjacencyByIsland.ContainsKey(IslandA)) AdjacencyByIsland.Add(IslandA, new List<FloorIslandAdjacency>());
|
|
Dictionary_2_t9B6AC42299E71EECA8A4C0499C6DDE4C2E4522A8* L_115 = V_5;
|
|
int32_t L_116 = V_26;
|
|
NullCheck(L_115);
|
|
bool L_117;
|
|
L_117 = Dictionary_2_ContainsKey_m5ABF644278F87C8439F7F51731987B461A4AE7D7(L_115, L_116, Dictionary_2_ContainsKey_m5ABF644278F87C8439F7F51731987B461A4AE7D7_RuntimeMethod_var);
|
|
if (L_117)
|
|
{
|
|
goto IL_0265_1;
|
|
}
|
|
}
|
|
{
|
|
// if (!AdjacencyByIsland.ContainsKey(IslandA)) AdjacencyByIsland.Add(IslandA, new List<FloorIslandAdjacency>());
|
|
Dictionary_2_t9B6AC42299E71EECA8A4C0499C6DDE4C2E4522A8* L_118 = V_5;
|
|
int32_t L_119 = V_26;
|
|
List_1_t563D16E87A1075C93F235D7CD71E288AD32E0641* L_120 = (List_1_t563D16E87A1075C93F235D7CD71E288AD32E0641*)il2cpp_codegen_object_new(List_1_t563D16E87A1075C93F235D7CD71E288AD32E0641_il2cpp_TypeInfo_var);
|
|
NullCheck(L_120);
|
|
List_1__ctor_m524CF04B2E031396E44907F97354688CCFCB87D3(L_120, List_1__ctor_m524CF04B2E031396E44907F97354688CCFCB87D3_RuntimeMethod_var);
|
|
NullCheck(L_118);
|
|
Dictionary_2_Add_mFE8C62355775407D3871E53F6DA6CC4B7CD6098A(L_118, L_119, L_120, Dictionary_2_Add_mFE8C62355775407D3871E53F6DA6CC4B7CD6098A_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0265_1:
|
|
{
|
|
// if (!AdjacencyByIsland.ContainsKey(IslandB)) AdjacencyByIsland.Add(IslandB, new List<FloorIslandAdjacency>());
|
|
Dictionary_2_t9B6AC42299E71EECA8A4C0499C6DDE4C2E4522A8* L_121 = V_5;
|
|
int32_t L_122 = V_27;
|
|
NullCheck(L_121);
|
|
bool L_123;
|
|
L_123 = Dictionary_2_ContainsKey_m5ABF644278F87C8439F7F51731987B461A4AE7D7(L_121, L_122, Dictionary_2_ContainsKey_m5ABF644278F87C8439F7F51731987B461A4AE7D7_RuntimeMethod_var);
|
|
if (L_123)
|
|
{
|
|
goto IL_027e_1;
|
|
}
|
|
}
|
|
{
|
|
// if (!AdjacencyByIsland.ContainsKey(IslandB)) AdjacencyByIsland.Add(IslandB, new List<FloorIslandAdjacency>());
|
|
Dictionary_2_t9B6AC42299E71EECA8A4C0499C6DDE4C2E4522A8* L_124 = V_5;
|
|
int32_t L_125 = V_27;
|
|
List_1_t563D16E87A1075C93F235D7CD71E288AD32E0641* L_126 = (List_1_t563D16E87A1075C93F235D7CD71E288AD32E0641*)il2cpp_codegen_object_new(List_1_t563D16E87A1075C93F235D7CD71E288AD32E0641_il2cpp_TypeInfo_var);
|
|
NullCheck(L_126);
|
|
List_1__ctor_m524CF04B2E031396E44907F97354688CCFCB87D3(L_126, List_1__ctor_m524CF04B2E031396E44907F97354688CCFCB87D3_RuntimeMethod_var);
|
|
NullCheck(L_124);
|
|
Dictionary_2_Add_mFE8C62355775407D3871E53F6DA6CC4B7CD6098A(L_124, L_125, L_126, Dictionary_2_Add_mFE8C62355775407D3871E53F6DA6CC4B7CD6098A_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_027e_1:
|
|
{
|
|
// AdjacencyByIsland[IslandA].Add(Adjacency);
|
|
Dictionary_2_t9B6AC42299E71EECA8A4C0499C6DDE4C2E4522A8* L_127 = V_5;
|
|
int32_t L_128 = V_26;
|
|
NullCheck(L_127);
|
|
List_1_t563D16E87A1075C93F235D7CD71E288AD32E0641* L_129;
|
|
L_129 = Dictionary_2_get_Item_m55A977625E42E87073BBDADCDC2A145DD08AF1D9(L_127, L_128, Dictionary_2_get_Item_m55A977625E42E87073BBDADCDC2A145DD08AF1D9_RuntimeMethod_var);
|
|
FloorIslandAdjacency_t4D525608EE3A20B521F0E9521AFA45C93E3C3B35* L_130 = V_25;
|
|
NullCheck(L_129);
|
|
List_1_Add_m03E4253ECAC9E7039504BA1D55BC6F0764A37D57_inline(L_129, L_130, List_1_Add_m03E4253ECAC9E7039504BA1D55BC6F0764A37D57_RuntimeMethod_var);
|
|
// AdjacencyByIsland[IslandB].Add(Adjacency);
|
|
Dictionary_2_t9B6AC42299E71EECA8A4C0499C6DDE4C2E4522A8* L_131 = V_5;
|
|
int32_t L_132 = V_27;
|
|
NullCheck(L_131);
|
|
List_1_t563D16E87A1075C93F235D7CD71E288AD32E0641* L_133;
|
|
L_133 = Dictionary_2_get_Item_m55A977625E42E87073BBDADCDC2A145DD08AF1D9(L_131, L_132, Dictionary_2_get_Item_m55A977625E42E87073BBDADCDC2A145DD08AF1D9_RuntimeMethod_var);
|
|
FloorIslandAdjacency_t4D525608EE3A20B521F0E9521AFA45C93E3C3B35* L_134 = V_25;
|
|
NullCheck(L_133);
|
|
List_1_Add_m03E4253ECAC9E7039504BA1D55BC6F0764A37D57_inline(L_133, L_134, List_1_Add_m03E4253ECAC9E7039504BA1D55BC6F0764A37D57_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_029e_1:
|
|
{
|
|
// foreach (FloorIslandAdjacency Adjacency in AdjacencyList) {
|
|
bool L_135;
|
|
L_135 = Enumerator_MoveNext_m3229975E789FEBAFD3E8C4A5C1DBDA3CEBCADE29((&V_24), Enumerator_MoveNext_m3229975E789FEBAFD3E8C4A5C1DBDA3CEBCADE29_RuntimeMethod_var);
|
|
if (L_135)
|
|
{
|
|
goto IL_0227_1;
|
|
}
|
|
}
|
|
{
|
|
goto IL_02b7;
|
|
}
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_02b7:
|
|
{
|
|
// Dictionary<int, FloorChunk> IslandToChunkMap = new Dictionary<int,FloorChunk>();
|
|
Dictionary_2_tAEA84C7C44DD92B642158B354A5873A02D010B7B* L_136 = (Dictionary_2_tAEA84C7C44DD92B642158B354A5873A02D010B7B*)il2cpp_codegen_object_new(Dictionary_2_tAEA84C7C44DD92B642158B354A5873A02D010B7B_il2cpp_TypeInfo_var);
|
|
NullCheck(L_136);
|
|
Dictionary_2__ctor_mB332995737ADDBF22B719CE12A0531054A88CAAC(L_136, Dictionary_2__ctor_mB332995737ADDBF22B719CE12A0531054A88CAAC_RuntimeMethod_var);
|
|
V_6 = L_136;
|
|
// foreach (FloorIslandNode IslandNode in IslandNodes) {
|
|
List_1_t73EE720C502E868F742CE6FF43951DCD21F951A1* L_137 = V_1;
|
|
NullCheck(L_137);
|
|
Enumerator_tD70F68EEAA6FF703D85DE43B66F3724D0F183B26 L_138;
|
|
L_138 = List_1_GetEnumerator_m770F82B2052FDCF53229D91D9319599D9111294F(L_137, List_1_GetEnumerator_m770F82B2052FDCF53229D91D9319599D9111294F_RuntimeMethod_var);
|
|
V_12 = L_138;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_0301:
|
|
{// begin finally (depth: 1)
|
|
Enumerator_Dispose_m4FB1D94258DBB5A015EF20B6665509CF162796E3((&V_12), Enumerator_Dispose_m4FB1D94258DBB5A015EF20B6665509CF162796E3_RuntimeMethod_var);
|
|
return;
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
{
|
|
goto IL_02f6_1;
|
|
}
|
|
|
|
IL_02c8_1:
|
|
{
|
|
// foreach (FloorIslandNode IslandNode in IslandNodes) {
|
|
FloorIslandNode_tD0A7EFEA4CBC4A931D33B62BFBA4529A7A42F53F* L_139;
|
|
L_139 = Enumerator_get_Current_m3955DEFF3A1FA3147B1FF403153F037C775F92FD_inline((&V_12), Enumerator_get_Current_m3955DEFF3A1FA3147B1FF403153F037C775F92FD_RuntimeMethod_var);
|
|
V_28 = L_139;
|
|
// if (IslandToChunkMap.ContainsKey(IslandNode.IslandId)) {
|
|
Dictionary_2_tAEA84C7C44DD92B642158B354A5873A02D010B7B* L_140 = V_6;
|
|
FloorIslandNode_tD0A7EFEA4CBC4A931D33B62BFBA4529A7A42F53F* L_141 = V_28;
|
|
NullCheck(L_141);
|
|
int32_t L_142 = L_141->___IslandId_0;
|
|
NullCheck(L_140);
|
|
bool L_143;
|
|
L_143 = Dictionary_2_ContainsKey_mFED17BC9996C5D3CCCD58B82D2F09B100EFAB963(L_140, L_142, Dictionary_2_ContainsKey_mFED17BC9996C5D3CCCD58B82D2F09B100EFAB963_RuntimeMethod_var);
|
|
if (L_143)
|
|
{
|
|
goto IL_02f6_1;
|
|
}
|
|
}
|
|
{
|
|
// IslandToChunkMap.Add(IslandNode.IslandId, IslandNode.Chunk);
|
|
Dictionary_2_tAEA84C7C44DD92B642158B354A5873A02D010B7B* L_144 = V_6;
|
|
FloorIslandNode_tD0A7EFEA4CBC4A931D33B62BFBA4529A7A42F53F* L_145 = V_28;
|
|
NullCheck(L_145);
|
|
int32_t L_146 = L_145->___IslandId_0;
|
|
FloorIslandNode_tD0A7EFEA4CBC4A931D33B62BFBA4529A7A42F53F* L_147 = V_28;
|
|
NullCheck(L_147);
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_148 = L_147->___Chunk_1;
|
|
NullCheck(L_144);
|
|
Dictionary_2_Add_m081B5F4B0855D2104AE63FE2CDB5F6DE7EB55DB9(L_144, L_146, L_148, Dictionary_2_Add_m081B5F4B0855D2104AE63FE2CDB5F6DE7EB55DB9_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_02f6_1:
|
|
{
|
|
// foreach (FloorIslandNode IslandNode in IslandNodes) {
|
|
bool L_149;
|
|
L_149 = Enumerator_MoveNext_m7B6866023EB53E858FA5ED0AE8A73A4CB1FE4FB8((&V_12), Enumerator_MoveNext_m7B6866023EB53E858FA5ED0AE8A73A4CB1FE4FB8_RuntimeMethod_var);
|
|
if (L_149)
|
|
{
|
|
goto IL_02c8_1;
|
|
}
|
|
}
|
|
{
|
|
goto IL_030f;
|
|
}
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_030f:
|
|
{
|
|
// HashSet<int> IslandVisited = new HashSet<int>();
|
|
HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2* L_150 = (HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2*)il2cpp_codegen_object_new(HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2_il2cpp_TypeInfo_var);
|
|
NullCheck(L_150);
|
|
HashSet_1__ctor_m90EA29D74B137C5317CDC485AA1D799F0B6726FF(L_150, HashSet_1__ctor_m90EA29D74B137C5317CDC485AA1D799F0B6726FF_RuntimeMethod_var);
|
|
V_7 = L_150;
|
|
// for (int IslandId = 0; IslandId < TotalIslands; IslandId++) {
|
|
V_29 = 0;
|
|
goto IL_033b;
|
|
}
|
|
|
|
IL_031b:
|
|
{
|
|
// ConnectIslandRecursive(IslandId, AdjacencyByIsland, IslandVisited, random, DoorManager, IslandToChunkMap);
|
|
int32_t L_151 = V_29;
|
|
Dictionary_2_t9B6AC42299E71EECA8A4C0499C6DDE4C2E4522A8* L_152 = V_5;
|
|
HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2* L_153 = V_7;
|
|
Random_t79716069EDE67D1D7734F60AE402D0CA3FB6B4C8* L_154 = __this->___random_19;
|
|
FloorDoorManager_tB284F7FF94D176DB5250C96E2A25376D07FEB8E2* L_155 = __this->___DoorManager_17;
|
|
Dictionary_2_tAEA84C7C44DD92B642158B354A5873A02D010B7B* L_156 = V_6;
|
|
FloorPlanBuilder_ConnectIslandRecursive_m0500A98ED15EB92E84C5384C1CFF5ACD0C4D6ADF(__this, L_151, L_152, L_153, L_154, L_155, L_156, NULL);
|
|
// for (int IslandId = 0; IslandId < TotalIslands; IslandId++) {
|
|
int32_t L_157 = V_29;
|
|
V_29 = ((int32_t)il2cpp_codegen_add(L_157, 1));
|
|
}
|
|
|
|
IL_033b:
|
|
{
|
|
// for (int IslandId = 0; IslandId < TotalIslands; IslandId++) {
|
|
int32_t L_158 = V_29;
|
|
int32_t L_159 = V_2;
|
|
if ((((int32_t)L_158) < ((int32_t)L_159)))
|
|
{
|
|
goto IL_031b;
|
|
}
|
|
}
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// DungeonArchitect.Builders.FloorPlan.FloorChunk DungeonArchitect.Builders.FloorPlan.FloorPlanBuilder::GetPriorityChunk(DungeonArchitect.Builders.FloorPlan.FloorChunk,DungeonArchitect.Builders.FloorPlan.FloorChunk)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* FloorPlanBuilder_GetPriorityChunk_m3CCB4B349161A919A85A767870B746BC5F305C5F (FloorPlanBuilder_t6DB1ECBEE30EEB42CF67A373D06CAE68435ACE9D* __this, FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* ___0_A, FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* ___1_B, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// if (A == null) return B;
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_0 = ___0_A;
|
|
if (L_0)
|
|
{
|
|
goto IL_0005;
|
|
}
|
|
}
|
|
{
|
|
// if (A == null) return B;
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_1 = ___1_B;
|
|
return L_1;
|
|
}
|
|
|
|
IL_0005:
|
|
{
|
|
// if (B == null) return A;
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_2 = ___1_B;
|
|
if (L_2)
|
|
{
|
|
goto IL_000a;
|
|
}
|
|
}
|
|
{
|
|
// if (B == null) return A;
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_3 = ___0_A;
|
|
return L_3;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
// return A.Priority > B.Priority ? A : B;
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_4 = ___0_A;
|
|
NullCheck(L_4);
|
|
float L_5 = L_4->___Priority_5;
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_6 = ___1_B;
|
|
NullCheck(L_6);
|
|
float L_7 = L_6->___Priority_5;
|
|
if ((((float)L_5) > ((float)L_7)))
|
|
{
|
|
goto IL_001a;
|
|
}
|
|
}
|
|
{
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_8 = ___1_B;
|
|
return L_8;
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_9 = ___0_A;
|
|
return L_9;
|
|
}
|
|
}
|
|
// System.String DungeonArchitect.Builders.FloorPlan.FloorPlanBuilder::GetDoorMarkerName(DungeonArchitect.Builders.FloorPlan.FloorChunk,DungeonArchitect.Builders.FloorPlan.FloorChunk)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* FloorPlanBuilder_GetDoorMarkerName_m7C6DC86C11239F7DAE64E21BCB03D79E8F33EBCD (FloorPlanBuilder_t6DB1ECBEE30EEB42CF67A373D06CAE68435ACE9D* __this, FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* ___0_ChunkA, FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* ___1_ChunkB, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FloorPlanMarkerNames_t1B709C8E5ADB09E034C1C7B0A96853FDBF0EF24D_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* V_0 = NULL;
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* G_B10_0 = NULL;
|
|
{
|
|
// if (ChunkA == null && ChunkB == null)
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_0 = ___0_ChunkA;
|
|
if (L_0)
|
|
{
|
|
goto IL_000c;
|
|
}
|
|
}
|
|
{
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_1 = ___1_ChunkB;
|
|
if (L_1)
|
|
{
|
|
goto IL_000c;
|
|
}
|
|
}
|
|
{
|
|
// return FloorPlanMarkerNames.Door;
|
|
il2cpp_codegen_runtime_class_init_inline(FloorPlanMarkerNames_t1B709C8E5ADB09E034C1C7B0A96853FDBF0EF24D_il2cpp_TypeInfo_var);
|
|
String_t* L_2 = ((FloorPlanMarkerNames_t1B709C8E5ADB09E034C1C7B0A96853FDBF0EF24D_StaticFields*)il2cpp_codegen_static_fields_for(FloorPlanMarkerNames_t1B709C8E5ADB09E034C1C7B0A96853FDBF0EF24D_il2cpp_TypeInfo_var))->___Door_3;
|
|
return L_2;
|
|
}
|
|
|
|
IL_000c:
|
|
{
|
|
// if (ChunkA == null)
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_3 = ___0_ChunkA;
|
|
if (L_3)
|
|
{
|
|
goto IL_0013;
|
|
}
|
|
}
|
|
{
|
|
// PreferedChunk = ChunkB;
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_4 = ___1_ChunkB;
|
|
V_0 = L_4;
|
|
goto IL_002d;
|
|
}
|
|
|
|
IL_0013:
|
|
{
|
|
// else if (ChunkB == null)
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_5 = ___1_ChunkB;
|
|
if (L_5)
|
|
{
|
|
goto IL_001a;
|
|
}
|
|
}
|
|
{
|
|
// PreferedChunk = ChunkA;
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_6 = ___0_ChunkA;
|
|
V_0 = L_6;
|
|
goto IL_002d;
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
// PreferedChunk = (ChunkA.Priority > ChunkB.Priority) ? ChunkA : ChunkB;
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_7 = ___0_ChunkA;
|
|
NullCheck(L_7);
|
|
float L_8 = L_7->___Priority_5;
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_9 = ___1_ChunkB;
|
|
NullCheck(L_9);
|
|
float L_10 = L_9->___Priority_5;
|
|
if ((((float)L_8) > ((float)L_10)))
|
|
{
|
|
goto IL_002b;
|
|
}
|
|
}
|
|
{
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_11 = ___1_ChunkB;
|
|
G_B10_0 = L_11;
|
|
goto IL_002c;
|
|
}
|
|
|
|
IL_002b:
|
|
{
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_12 = ___0_ChunkA;
|
|
G_B10_0 = L_12;
|
|
}
|
|
|
|
IL_002c:
|
|
{
|
|
V_0 = G_B10_0;
|
|
}
|
|
|
|
IL_002d:
|
|
{
|
|
// return PreferedChunk.DoorMarker.Length > 0 ? PreferedChunk.DoorMarker : FloorPlanMarkerNames.Door;
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_13 = V_0;
|
|
NullCheck(L_13);
|
|
String_t* L_14 = L_13->___DoorMarker_13;
|
|
NullCheck(L_14);
|
|
int32_t L_15;
|
|
L_15 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_14, NULL);
|
|
if ((((int32_t)L_15) > ((int32_t)0)))
|
|
{
|
|
goto IL_0041;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(FloorPlanMarkerNames_t1B709C8E5ADB09E034C1C7B0A96853FDBF0EF24D_il2cpp_TypeInfo_var);
|
|
String_t* L_16 = ((FloorPlanMarkerNames_t1B709C8E5ADB09E034C1C7B0A96853FDBF0EF24D_StaticFields*)il2cpp_codegen_static_fields_for(FloorPlanMarkerNames_t1B709C8E5ADB09E034C1C7B0A96853FDBF0EF24D_il2cpp_TypeInfo_var))->___Door_3;
|
|
return L_16;
|
|
}
|
|
|
|
IL_0041:
|
|
{
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_17 = V_0;
|
|
NullCheck(L_17);
|
|
String_t* L_18 = L_17->___DoorMarker_13;
|
|
return L_18;
|
|
}
|
|
}
|
|
// System.Void DungeonArchitect.Builders.FloorPlan.FloorPlanBuilder::EmitBuildingMarkers()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FloorPlanBuilder_EmitBuildingMarkers_m3B643E67A74042BBDE641051E17CD747821DA246 (FloorPlanBuilder_t6DB1ECBEE30EEB42CF67A373D06CAE68435ACE9D* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m6F0308E6B4C8139E51F45E21F84A83F3AD755953_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_m561A81478F8A8A673F0EC31BF7663678A21FDA95_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_mB9D5C240AAB8BB8C4AEC862E805F99ABF5AAE3EC_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FloorPlanConfig_t532D06F3A07E9398692974242B19B5D2A4A36D16_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FloorPlanMarkerNames_t1B709C8E5ADB09E034C1C7B0A96853FDBF0EF24D_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FloorPlanModel_tE088A489B868701717ABB0721C425F3FFCED18E1_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_GetEnumerator_m6353C2F311D40B42FC5FF76519D054D93CCABEB0_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m4E8A77D9DC18B2DBEED0F31589C42848E91083AD_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_tC2B2F0FF500476942F279BAE4B554183BB036C00_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MathUtils_t05FC770BEB74714DF52EC7EB2718509420AEA703_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
bool V_2 = false;
|
|
bool V_3 = false;
|
|
List_1_tC2B2F0FF500476942F279BAE4B554183BB036C00* V_4 = NULL;
|
|
int32_t V_5 = 0;
|
|
int32_t V_6 = 0;
|
|
int32_t V_7 = 0;
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* V_8 = NULL;
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* V_9 = NULL;
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* V_10 = NULL;
|
|
String_t* V_11 = NULL;
|
|
String_t* V_12 = NULL;
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* V_13 = NULL;
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* V_14 = NULL;
|
|
bool V_15 = false;
|
|
bool V_16 = false;
|
|
int32_t V_17 = 0;
|
|
int32_t V_18 = 0;
|
|
bool V_19 = false;
|
|
bool V_20 = false;
|
|
bool V_21 = false;
|
|
bool V_22 = false;
|
|
float V_23 = 0.0f;
|
|
float V_24 = 0.0f;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_25;
|
|
memset((&V_25), 0, sizeof(V_25));
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_26;
|
|
memset((&V_26), 0, sizeof(V_26));
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* V_27 = NULL;
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* V_28 = NULL;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_29;
|
|
memset((&V_29), 0, sizeof(V_29));
|
|
String_t* V_30 = NULL;
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* V_31 = NULL;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_32;
|
|
memset((&V_32), 0, sizeof(V_32));
|
|
String_t* V_33 = NULL;
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* V_34 = NULL;
|
|
Enumerator_tDFB92630CECB14E9DD1CF71E0032300637F0C7BF V_35;
|
|
memset((&V_35), 0, sizeof(V_35));
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* V_36 = NULL;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_37;
|
|
memset((&V_37), 0, sizeof(V_37));
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_38;
|
|
memset((&V_38), 0, sizeof(V_38));
|
|
int32_t G_B5_0 = 0;
|
|
int32_t G_B9_0 = 0;
|
|
int32_t G_B22_0 = 0;
|
|
int32_t G_B24_0 = 0;
|
|
int32_t G_B23_0 = 0;
|
|
int32_t G_B25_0 = 0;
|
|
int32_t G_B25_1 = 0;
|
|
int32_t G_B27_0 = 0;
|
|
int32_t G_B26_0 = 0;
|
|
int32_t G_B28_0 = 0;
|
|
int32_t G_B28_1 = 0;
|
|
int32_t G_B52_0 = 0;
|
|
int32_t G_B55_0 = 0;
|
|
int32_t G_B60_0 = 0;
|
|
int32_t G_B63_0 = 0;
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* G_B74_0 = NULL;
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* G_B87_0 = NULL;
|
|
{
|
|
// floorPlanConfig = config as FloorPlanConfig;
|
|
DungeonConfig_tAB374D87D0852393B67D890DA66CD4B0EC2D7FBD* L_0 = ((DungeonBuilder_tD1E33B0EE44EFF472152D3D8233F3804191E65EA*)__this)->___config_4;
|
|
__this->___floorPlanConfig_14 = ((FloorPlanConfig_t532D06F3A07E9398692974242B19B5D2A4A36D16*)IsInstClass((RuntimeObject*)L_0, FloorPlanConfig_t532D06F3A07E9398692974242B19B5D2A4A36D16_il2cpp_TypeInfo_var));
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___floorPlanConfig_14), (void*)((FloorPlanConfig_t532D06F3A07E9398692974242B19B5D2A4A36D16*)IsInstClass((RuntimeObject*)L_0, FloorPlanConfig_t532D06F3A07E9398692974242B19B5D2A4A36D16_il2cpp_TypeInfo_var)));
|
|
// floorPlanModel = model as FloorPlanModel;
|
|
DungeonModel_t53A77B7094F80C6A6C626E2E6B647289FBF29D19* L_1 = ((DungeonBuilder_tD1E33B0EE44EFF472152D3D8233F3804191E65EA*)__this)->___model_7;
|
|
__this->___floorPlanModel_15 = ((FloorPlanModel_tE088A489B868701717ABB0721C425F3FFCED18E1*)IsInstClass((RuntimeObject*)L_1, FloorPlanModel_tE088A489B868701717ABB0721C425F3FFCED18E1_il2cpp_TypeInfo_var));
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___floorPlanModel_15), (void*)((FloorPlanModel_tE088A489B868701717ABB0721C425F3FFCED18E1*)IsInstClass((RuntimeObject*)L_1, FloorPlanModel_tE088A489B868701717ABB0721C425F3FFCED18E1_il2cpp_TypeInfo_var)));
|
|
// ClearSockets();
|
|
DungeonBuilder_ClearSockets_m30F24A43870870974DE27711938250A8CCA21D6A(__this, NULL);
|
|
// ClearSockets();
|
|
DungeonBuilder_ClearSockets_m30F24A43870870974DE27711938250A8CCA21D6A(__this, NULL);
|
|
// int NumFloors = Mathf.RoundToInt(floorPlanConfig.BuildingSize.y);
|
|
FloorPlanConfig_t532D06F3A07E9398692974242B19B5D2A4A36D16* L_2 = __this->___floorPlanConfig_14;
|
|
NullCheck(L_2);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* L_3 = (&L_2->___BuildingSize_5);
|
|
float L_4 = L_3->___y_3;
|
|
int32_t L_5;
|
|
L_5 = Mathf_RoundToInt_m60F8B66CF27F1FA75AA219342BD184B75771EB4B_inline(L_4, NULL);
|
|
V_0 = L_5;
|
|
// Vector3 GridSize = floorPlanConfig.GridSize;
|
|
FloorPlanConfig_t532D06F3A07E9398692974242B19B5D2A4A36D16* L_6 = __this->___floorPlanConfig_14;
|
|
NullCheck(L_6);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_7 = L_6->___GridSize_6;
|
|
V_1 = L_7;
|
|
// for (int y = 0; y < NumFloors; y++) {
|
|
V_5 = 0;
|
|
goto IL_04c9;
|
|
}
|
|
|
|
IL_0058:
|
|
{
|
|
// for (int x = -1; x < floorPlanConfig.BuildingSize.x; x++) {
|
|
V_6 = (-1);
|
|
goto IL_04ab;
|
|
}
|
|
|
|
IL_0060:
|
|
{
|
|
// bBuildingWallLeft = (x == -1 || x == floorPlanConfig.BuildingSize.x - 1);
|
|
int32_t L_8 = V_6;
|
|
if ((((int32_t)L_8) == ((int32_t)(-1))))
|
|
{
|
|
goto IL_0082;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_9 = V_6;
|
|
FloorPlanConfig_t532D06F3A07E9398692974242B19B5D2A4A36D16* L_10 = __this->___floorPlanConfig_14;
|
|
NullCheck(L_10);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* L_11 = (&L_10->___BuildingSize_5);
|
|
float L_12 = L_11->___x_2;
|
|
G_B5_0 = ((((float)((float)L_9)) == ((float)((float)il2cpp_codegen_subtract(L_12, (1.0f)))))? 1 : 0);
|
|
goto IL_0083;
|
|
}
|
|
|
|
IL_0082:
|
|
{
|
|
G_B5_0 = 1;
|
|
}
|
|
|
|
IL_0083:
|
|
{
|
|
V_2 = (bool)G_B5_0;
|
|
// for (int z = -1; z < floorPlanConfig.BuildingSize.z; z++) {
|
|
V_7 = (-1);
|
|
goto IL_048d;
|
|
}
|
|
|
|
IL_008c:
|
|
{
|
|
// bBuildingWallBottom = (z == -1 || z == floorPlanConfig.BuildingSize.z - 1);
|
|
int32_t L_13 = V_7;
|
|
if ((((int32_t)L_13) == ((int32_t)(-1))))
|
|
{
|
|
goto IL_00ae;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_14 = V_7;
|
|
FloorPlanConfig_t532D06F3A07E9398692974242B19B5D2A4A36D16* L_15 = __this->___floorPlanConfig_14;
|
|
NullCheck(L_15);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* L_16 = (&L_15->___BuildingSize_5);
|
|
float L_17 = L_16->___z_4;
|
|
G_B9_0 = ((((float)((float)L_14)) == ((float)((float)il2cpp_codegen_subtract(L_17, (1.0f)))))? 1 : 0);
|
|
goto IL_00af;
|
|
}
|
|
|
|
IL_00ae:
|
|
{
|
|
G_B9_0 = 1;
|
|
}
|
|
|
|
IL_00af:
|
|
{
|
|
V_3 = (bool)G_B9_0;
|
|
// FloorChunk Chunk00 = ChunkDB.GetChunkAt(x, y, z);
|
|
FloorChunkDB_tD6E5766D39D25018B82906C456A920512D9E0696* L_18 = __this->___ChunkDB_16;
|
|
int32_t L_19 = V_6;
|
|
int32_t L_20 = V_5;
|
|
int32_t L_21 = V_7;
|
|
NullCheck(L_18);
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_22;
|
|
L_22 = FloorChunkDB_GetChunkAt_m098C3CB7B7930CD15E72731BFA27C06959F8E305(L_18, L_19, L_20, L_21, NULL);
|
|
V_8 = L_22;
|
|
// FloorChunk Chunk10 = ChunkDB.GetChunkAt(x + 1, y, z);
|
|
FloorChunkDB_tD6E5766D39D25018B82906C456A920512D9E0696* L_23 = __this->___ChunkDB_16;
|
|
int32_t L_24 = V_6;
|
|
int32_t L_25 = V_5;
|
|
int32_t L_26 = V_7;
|
|
NullCheck(L_23);
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_27;
|
|
L_27 = FloorChunkDB_GetChunkAt_m098C3CB7B7930CD15E72731BFA27C06959F8E305(L_23, ((int32_t)il2cpp_codegen_add(L_24, 1)), L_25, L_26, NULL);
|
|
V_9 = L_27;
|
|
// FloorChunk Chunk01 = ChunkDB.GetChunkAt(x, y, z + 1);
|
|
FloorChunkDB_tD6E5766D39D25018B82906C456A920512D9E0696* L_28 = __this->___ChunkDB_16;
|
|
int32_t L_29 = V_6;
|
|
int32_t L_30 = V_5;
|
|
int32_t L_31 = V_7;
|
|
NullCheck(L_28);
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_32;
|
|
L_32 = FloorChunkDB_GetChunkAt_m098C3CB7B7930CD15E72731BFA27C06959F8E305(L_28, L_29, L_30, ((int32_t)il2cpp_codegen_add(L_31, 1)), NULL);
|
|
V_10 = L_32;
|
|
// string GroundMarkerName = FloorPlanMarkerNames.Ground;
|
|
il2cpp_codegen_runtime_class_init_inline(FloorPlanMarkerNames_t1B709C8E5ADB09E034C1C7B0A96853FDBF0EF24D_il2cpp_TypeInfo_var);
|
|
String_t* L_33 = ((FloorPlanMarkerNames_t1B709C8E5ADB09E034C1C7B0A96853FDBF0EF24D_StaticFields*)il2cpp_codegen_static_fields_for(FloorPlanMarkerNames_t1B709C8E5ADB09E034C1C7B0A96853FDBF0EF24D_il2cpp_TypeInfo_var))->___Ground_0;
|
|
V_11 = L_33;
|
|
// string CeilingMarkerName = FloorPlanMarkerNames.Ceiling;
|
|
String_t* L_34 = ((FloorPlanMarkerNames_t1B709C8E5ADB09E034C1C7B0A96853FDBF0EF24D_StaticFields*)il2cpp_codegen_static_fields_for(FloorPlanMarkerNames_t1B709C8E5ADB09E034C1C7B0A96853FDBF0EF24D_il2cpp_TypeInfo_var))->___Ceiling_1;
|
|
V_12 = L_34;
|
|
// FloorChunk ChunkAbove = ChunkDB.GetChunkAt(x, y + 1, z);
|
|
FloorChunkDB_tD6E5766D39D25018B82906C456A920512D9E0696* L_35 = __this->___ChunkDB_16;
|
|
int32_t L_36 = V_6;
|
|
int32_t L_37 = V_5;
|
|
int32_t L_38 = V_7;
|
|
NullCheck(L_35);
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_39;
|
|
L_39 = FloorChunkDB_GetChunkAt_m098C3CB7B7930CD15E72731BFA27C06959F8E305(L_35, L_36, ((int32_t)il2cpp_codegen_add(L_37, 1)), L_38, NULL);
|
|
V_13 = L_39;
|
|
// FloorChunk ChunkBelow = ChunkDB.GetChunkAt(x, y - 1, z);
|
|
FloorChunkDB_tD6E5766D39D25018B82906C456A920512D9E0696* L_40 = __this->___ChunkDB_16;
|
|
int32_t L_41 = V_6;
|
|
int32_t L_42 = V_5;
|
|
int32_t L_43 = V_7;
|
|
NullCheck(L_40);
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_44;
|
|
L_44 = FloorChunkDB_GetChunkAt_m098C3CB7B7930CD15E72731BFA27C06959F8E305(L_40, L_41, ((int32_t)il2cpp_codegen_subtract(L_42, 1)), L_43, NULL);
|
|
V_14 = L_44;
|
|
// bool bEmitGroundMarker = (Chunk00 != ChunkBelow);
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_45 = V_8;
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_46 = V_14;
|
|
V_15 = (bool)((((int32_t)((((RuntimeObject*)(FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775*)L_45) == ((RuntimeObject*)(FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775*)L_46))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
// bool bEmitCeilingMarker = (Chunk00 != ChunkAbove);
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_47 = V_8;
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_48 = V_13;
|
|
V_16 = (bool)((((int32_t)((((RuntimeObject*)(FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775*)L_47) == ((RuntimeObject*)(FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775*)L_48))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
// if (Chunk00 != null && Chunk00.ChunkType != FloorChunkType.Outside) {
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_49 = V_8;
|
|
if (!L_49)
|
|
{
|
|
goto IL_01fa;
|
|
}
|
|
}
|
|
{
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_50 = V_8;
|
|
NullCheck(L_50);
|
|
int32_t L_51 = L_50->___ChunkType_1;
|
|
if ((((int32_t)L_51) == ((int32_t)2)))
|
|
{
|
|
goto IL_01fa;
|
|
}
|
|
}
|
|
{
|
|
// if (bEmitGroundMarker) {
|
|
bool L_52 = V_15;
|
|
if (!L_52)
|
|
{
|
|
goto IL_019c;
|
|
}
|
|
}
|
|
{
|
|
// Vector3 GridLocation = new Vector3(x + 0.5f, y, z + 0.5f);
|
|
int32_t L_53 = V_6;
|
|
int32_t L_54 = V_5;
|
|
int32_t L_55 = V_7;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_56;
|
|
memset((&L_56), 0, sizeof(L_56));
|
|
Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&L_56), ((float)il2cpp_codegen_add(((float)L_53), (0.5f))), ((float)L_54), ((float)il2cpp_codegen_add(((float)L_55), (0.5f))), /*hidden argument*/NULL);
|
|
// Vector3 WorldLocation = Vector3.Scale(GridLocation, GridSize);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_57 = V_1;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_58;
|
|
L_58 = Vector3_Scale_m7C3CD199271902D5C00CBF35CD230DEB62B68CAE_inline(L_56, L_57, NULL);
|
|
V_25 = L_58;
|
|
// if (Chunk00.GroundMarker.Length > 0) {
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_59 = V_8;
|
|
NullCheck(L_59);
|
|
String_t* L_60 = L_59->___GroundMarker_11;
|
|
NullCheck(L_60);
|
|
int32_t L_61;
|
|
L_61 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_60, NULL);
|
|
if ((((int32_t)L_61) <= ((int32_t)0)))
|
|
{
|
|
goto IL_018d;
|
|
}
|
|
}
|
|
{
|
|
// GroundMarkerName = Chunk00.GroundMarker;
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_62 = V_8;
|
|
NullCheck(L_62);
|
|
String_t* L_63 = L_62->___GroundMarker_11;
|
|
V_11 = L_63;
|
|
}
|
|
|
|
IL_018d:
|
|
{
|
|
// EmitMarkerAt(WorldLocation, GroundMarkerName, 0);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_64 = V_25;
|
|
String_t* L_65 = V_11;
|
|
FloorPlanBuilder_EmitMarkerAt_mBA72C8AC36424883811E89BE5FCD461E854FB4ED(__this, L_64, L_65, (0.0f), NULL);
|
|
}
|
|
|
|
IL_019c:
|
|
{
|
|
// if (bEmitCeilingMarker) {
|
|
bool L_66 = V_16;
|
|
if (!L_66)
|
|
{
|
|
goto IL_01fa;
|
|
}
|
|
}
|
|
{
|
|
// Vector3 GridLocation = new Vector3(x + 0.5f, y + 1, z + 0.5f);
|
|
int32_t L_67 = V_6;
|
|
int32_t L_68 = V_5;
|
|
int32_t L_69 = V_7;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_70;
|
|
memset((&L_70), 0, sizeof(L_70));
|
|
Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&L_70), ((float)il2cpp_codegen_add(((float)L_67), (0.5f))), ((float)((int32_t)il2cpp_codegen_add(L_68, 1))), ((float)il2cpp_codegen_add(((float)L_69), (0.5f))), /*hidden argument*/NULL);
|
|
// Vector3 WorldLocation = Vector3.Scale(GridLocation, GridSize);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_71 = V_1;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_72;
|
|
L_72 = Vector3_Scale_m7C3CD199271902D5C00CBF35CD230DEB62B68CAE_inline(L_70, L_71, NULL);
|
|
V_26 = L_72;
|
|
// if (Chunk00.CeilingMarker.Length > 0) {
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_73 = V_8;
|
|
NullCheck(L_73);
|
|
String_t* L_74 = L_73->___CeilingMarker_12;
|
|
NullCheck(L_74);
|
|
int32_t L_75;
|
|
L_75 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_74, NULL);
|
|
if ((((int32_t)L_75) <= ((int32_t)0)))
|
|
{
|
|
goto IL_01dc;
|
|
}
|
|
}
|
|
{
|
|
// CeilingMarkerName = Chunk00.CeilingMarker;
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_76 = V_8;
|
|
NullCheck(L_76);
|
|
String_t* L_77 = L_76->___CeilingMarker_12;
|
|
V_12 = L_77;
|
|
}
|
|
|
|
IL_01dc:
|
|
{
|
|
// EmitMarkerAt(WorldLocation, CeilingMarkerName, Quaternion.Euler(180, 0, 0));
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_78 = V_26;
|
|
String_t* L_79 = V_12;
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_80;
|
|
L_80 = Quaternion_Euler_m9262AB29E3E9CE94EF71051F38A28E82AEC73F90_inline((180.0f), (0.0f), (0.0f), NULL);
|
|
FloorPlanBuilder_EmitMarkerAt_mB0F4F5EBE286A727038AF3391B6058135C6DA3AF(__this, L_78, L_79, L_80, NULL);
|
|
}
|
|
|
|
IL_01fa:
|
|
{
|
|
// int Chunk00Id = (Chunk00 != null ? Chunk00.Id : -1);
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_81 = V_8;
|
|
if (L_81)
|
|
{
|
|
goto IL_0201;
|
|
}
|
|
}
|
|
{
|
|
G_B22_0 = (-1);
|
|
goto IL_0208;
|
|
}
|
|
|
|
IL_0201:
|
|
{
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_82 = V_8;
|
|
NullCheck(L_82);
|
|
int32_t L_83 = L_82->___Id_0;
|
|
G_B22_0 = L_83;
|
|
}
|
|
|
|
IL_0208:
|
|
{
|
|
// int Chunk10Id = (Chunk10 != null ? Chunk10.Id : -1);
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_84 = V_9;
|
|
G_B23_0 = G_B22_0;
|
|
if (L_84)
|
|
{
|
|
G_B24_0 = G_B22_0;
|
|
goto IL_020f;
|
|
}
|
|
}
|
|
{
|
|
G_B25_0 = (-1);
|
|
G_B25_1 = G_B23_0;
|
|
goto IL_0216;
|
|
}
|
|
|
|
IL_020f:
|
|
{
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_85 = V_9;
|
|
NullCheck(L_85);
|
|
int32_t L_86 = L_85->___Id_0;
|
|
G_B25_0 = L_86;
|
|
G_B25_1 = G_B24_0;
|
|
}
|
|
|
|
IL_0216:
|
|
{
|
|
V_17 = G_B25_0;
|
|
// int Chunk01Id = (Chunk01 != null ? Chunk01.Id : -1);
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_87 = V_10;
|
|
G_B26_0 = G_B25_1;
|
|
if (L_87)
|
|
{
|
|
G_B27_0 = G_B25_1;
|
|
goto IL_021f;
|
|
}
|
|
}
|
|
{
|
|
G_B28_0 = (-1);
|
|
G_B28_1 = G_B26_0;
|
|
goto IL_0226;
|
|
}
|
|
|
|
IL_021f:
|
|
{
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_88 = V_10;
|
|
NullCheck(L_88);
|
|
int32_t L_89 = L_88->___Id_0;
|
|
G_B28_0 = L_89;
|
|
G_B28_1 = G_B27_0;
|
|
}
|
|
|
|
IL_0226:
|
|
{
|
|
V_18 = G_B28_0;
|
|
// bool bEmitLeftWall = (Chunk00Id != Chunk10Id);
|
|
int32_t L_90 = G_B28_1;
|
|
int32_t L_91 = V_17;
|
|
V_19 = (bool)((((int32_t)((((int32_t)L_90) == ((int32_t)L_91))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
// bool bEmitBottomWall = (Chunk00Id != Chunk01Id);
|
|
int32_t L_92 = V_18;
|
|
V_20 = (bool)((((int32_t)((((int32_t)L_90) == ((int32_t)L_92))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
// bool bLeftDoor = DoorManager.ContainsDoor(new IntVector(x, y, z), new IntVector(x + 1, y, z));
|
|
FloorDoorManager_tB284F7FF94D176DB5250C96E2A25376D07FEB8E2* L_93 = __this->___DoorManager_17;
|
|
int32_t L_94 = V_6;
|
|
int32_t L_95 = V_5;
|
|
int32_t L_96 = V_7;
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_97;
|
|
memset((&L_97), 0, sizeof(L_97));
|
|
IntVector__ctor_mA5653A9122DC5F76C09064F96D45BD4A1255EE34((&L_97), L_94, L_95, L_96, /*hidden argument*/NULL);
|
|
int32_t L_98 = V_6;
|
|
int32_t L_99 = V_5;
|
|
int32_t L_100 = V_7;
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_101;
|
|
memset((&L_101), 0, sizeof(L_101));
|
|
IntVector__ctor_mA5653A9122DC5F76C09064F96D45BD4A1255EE34((&L_101), ((int32_t)il2cpp_codegen_add(L_98, 1)), L_99, L_100, /*hidden argument*/NULL);
|
|
NullCheck(L_93);
|
|
bool L_102;
|
|
L_102 = FloorDoorManager_ContainsDoor_m13FA57D91217242D7035E4D7E4CD555A0E489FBD(L_93, L_97, L_101, NULL);
|
|
V_21 = L_102;
|
|
// bool bBottomDoor = DoorManager.ContainsDoor(new IntVector(x, y, z), new IntVector(x, y, z + 1));
|
|
FloorDoorManager_tB284F7FF94D176DB5250C96E2A25376D07FEB8E2* L_103 = __this->___DoorManager_17;
|
|
int32_t L_104 = V_6;
|
|
int32_t L_105 = V_5;
|
|
int32_t L_106 = V_7;
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_107;
|
|
memset((&L_107), 0, sizeof(L_107));
|
|
IntVector__ctor_mA5653A9122DC5F76C09064F96D45BD4A1255EE34((&L_107), L_104, L_105, L_106, /*hidden argument*/NULL);
|
|
int32_t L_108 = V_6;
|
|
int32_t L_109 = V_5;
|
|
int32_t L_110 = V_7;
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_111;
|
|
memset((&L_111), 0, sizeof(L_111));
|
|
IntVector__ctor_mA5653A9122DC5F76C09064F96D45BD4A1255EE34((&L_111), L_108, L_109, ((int32_t)il2cpp_codegen_add(L_110, 1)), /*hidden argument*/NULL);
|
|
NullCheck(L_103);
|
|
bool L_112;
|
|
L_112 = FloorDoorManager_ContainsDoor_m13FA57D91217242D7035E4D7E4CD555A0E489FBD(L_103, L_107, L_111, NULL);
|
|
V_22 = L_112;
|
|
// if (Chunk00 != null && Chunk10 != null && Chunk00.ChunkType == FloorChunkType.Hall && Chunk10.ChunkType == FloorChunkType.Hall) {
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_113 = V_8;
|
|
if (!L_113)
|
|
{
|
|
goto IL_02a4;
|
|
}
|
|
}
|
|
{
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_114 = V_9;
|
|
if (!L_114)
|
|
{
|
|
goto IL_02a4;
|
|
}
|
|
}
|
|
{
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_115 = V_8;
|
|
NullCheck(L_115);
|
|
int32_t L_116 = L_115->___ChunkType_1;
|
|
if ((!(((uint32_t)L_116) == ((uint32_t)1))))
|
|
{
|
|
goto IL_02a4;
|
|
}
|
|
}
|
|
{
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_117 = V_9;
|
|
NullCheck(L_117);
|
|
int32_t L_118 = L_117->___ChunkType_1;
|
|
if ((!(((uint32_t)L_118) == ((uint32_t)1))))
|
|
{
|
|
goto IL_02a4;
|
|
}
|
|
}
|
|
{
|
|
// bEmitLeftWall = false;
|
|
V_19 = (bool)0;
|
|
}
|
|
|
|
IL_02a4:
|
|
{
|
|
// if (Chunk00 != null && Chunk01 != null && Chunk00.ChunkType == FloorChunkType.Hall && Chunk01.ChunkType == FloorChunkType.Hall) {
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_119 = V_8;
|
|
if (!L_119)
|
|
{
|
|
goto IL_02c3;
|
|
}
|
|
}
|
|
{
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_120 = V_10;
|
|
if (!L_120)
|
|
{
|
|
goto IL_02c3;
|
|
}
|
|
}
|
|
{
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_121 = V_8;
|
|
NullCheck(L_121);
|
|
int32_t L_122 = L_121->___ChunkType_1;
|
|
if ((!(((uint32_t)L_122) == ((uint32_t)1))))
|
|
{
|
|
goto IL_02c3;
|
|
}
|
|
}
|
|
{
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_123 = V_10;
|
|
NullCheck(L_123);
|
|
int32_t L_124 = L_123->___ChunkType_1;
|
|
if ((!(((uint32_t)L_124) == ((uint32_t)1))))
|
|
{
|
|
goto IL_02c3;
|
|
}
|
|
}
|
|
{
|
|
// bEmitBottomWall = false;
|
|
V_20 = (bool)0;
|
|
}
|
|
|
|
IL_02c3:
|
|
{
|
|
// if (Chunk00 != null && Chunk10 != null && (!Chunk00.bEmitGroundMarker || !Chunk10.bEmitGroundMarker)) {
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_125 = V_8;
|
|
if (!L_125)
|
|
{
|
|
goto IL_02e0;
|
|
}
|
|
}
|
|
{
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_126 = V_9;
|
|
if (!L_126)
|
|
{
|
|
goto IL_02e0;
|
|
}
|
|
}
|
|
{
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_127 = V_8;
|
|
NullCheck(L_127);
|
|
bool L_128 = L_127->___bEmitGroundMarker_6;
|
|
if (!L_128)
|
|
{
|
|
goto IL_02dd;
|
|
}
|
|
}
|
|
{
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_129 = V_9;
|
|
NullCheck(L_129);
|
|
bool L_130 = L_129->___bEmitGroundMarker_6;
|
|
if (L_130)
|
|
{
|
|
goto IL_02e0;
|
|
}
|
|
}
|
|
|
|
IL_02dd:
|
|
{
|
|
// bLeftDoor = false;
|
|
V_21 = (bool)0;
|
|
}
|
|
|
|
IL_02e0:
|
|
{
|
|
// if (Chunk00 != null && Chunk01 != null && (!Chunk00.bEmitGroundMarker || !Chunk01.bEmitGroundMarker)) {
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_131 = V_8;
|
|
if (!L_131)
|
|
{
|
|
goto IL_02fd;
|
|
}
|
|
}
|
|
{
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_132 = V_10;
|
|
if (!L_132)
|
|
{
|
|
goto IL_02fd;
|
|
}
|
|
}
|
|
{
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_133 = V_8;
|
|
NullCheck(L_133);
|
|
bool L_134 = L_133->___bEmitGroundMarker_6;
|
|
if (!L_134)
|
|
{
|
|
goto IL_02fa;
|
|
}
|
|
}
|
|
{
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_135 = V_10;
|
|
NullCheck(L_135);
|
|
bool L_136 = L_135->___bEmitGroundMarker_6;
|
|
if (L_136)
|
|
{
|
|
goto IL_02fd;
|
|
}
|
|
}
|
|
|
|
IL_02fa:
|
|
{
|
|
// bBottomDoor = false;
|
|
V_22 = (bool)0;
|
|
}
|
|
|
|
IL_02fd:
|
|
{
|
|
// float wallAngleLeft = 0;
|
|
V_23 = (0.0f);
|
|
// if (bEmitLeftWall) {
|
|
bool L_137 = V_19;
|
|
if (!L_137)
|
|
{
|
|
goto IL_0333;
|
|
}
|
|
}
|
|
{
|
|
// FloorChunk PriorityChunk = GetPriorityChunk(Chunk00, Chunk10);
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_138 = V_8;
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_139 = V_9;
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_140;
|
|
L_140 = FloorPlanBuilder_GetPriorityChunk_m3CCB4B349161A919A85A767870B746BC5F305C5F(__this, L_138, L_139, NULL);
|
|
V_27 = L_140;
|
|
// bEmitLeftWall = PriorityChunk != null ? PriorityChunk.bCreateWalls : true;
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_141 = V_27;
|
|
if (L_141)
|
|
{
|
|
goto IL_031b;
|
|
}
|
|
}
|
|
{
|
|
G_B52_0 = 1;
|
|
goto IL_0322;
|
|
}
|
|
|
|
IL_031b:
|
|
{
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_142 = V_27;
|
|
NullCheck(L_142);
|
|
bool L_143 = L_142->___bCreateWalls_9;
|
|
G_B52_0 = ((int32_t)(L_143));
|
|
}
|
|
|
|
IL_0322:
|
|
{
|
|
V_19 = (bool)G_B52_0;
|
|
// wallAngleLeft = (PriorityChunk == Chunk10) ? 90 : -90;
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_144 = V_27;
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_145 = V_9;
|
|
if ((((RuntimeObject*)(FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775*)L_144) == ((RuntimeObject*)(FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775*)L_145)))
|
|
{
|
|
goto IL_032e;
|
|
}
|
|
}
|
|
{
|
|
G_B55_0 = ((int32_t)-90);
|
|
goto IL_0330;
|
|
}
|
|
|
|
IL_032e:
|
|
{
|
|
G_B55_0 = ((int32_t)90);
|
|
}
|
|
|
|
IL_0330:
|
|
{
|
|
V_23 = ((float)G_B55_0);
|
|
}
|
|
|
|
IL_0333:
|
|
{
|
|
// float wallAngleBottom = 0;
|
|
V_24 = (0.0f);
|
|
// if (bEmitBottomWall) {
|
|
bool L_146 = V_20;
|
|
if (!L_146)
|
|
{
|
|
goto IL_036b;
|
|
}
|
|
}
|
|
{
|
|
// FloorChunk PriorityChunk = GetPriorityChunk(Chunk00, Chunk01);
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_147 = V_8;
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_148 = V_10;
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_149;
|
|
L_149 = FloorPlanBuilder_GetPriorityChunk_m3CCB4B349161A919A85A767870B746BC5F305C5F(__this, L_147, L_148, NULL);
|
|
V_28 = L_149;
|
|
// bEmitBottomWall = PriorityChunk != null ? PriorityChunk.bCreateWalls : true;
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_150 = V_28;
|
|
if (L_150)
|
|
{
|
|
goto IL_0351;
|
|
}
|
|
}
|
|
{
|
|
G_B60_0 = 1;
|
|
goto IL_0358;
|
|
}
|
|
|
|
IL_0351:
|
|
{
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_151 = V_28;
|
|
NullCheck(L_151);
|
|
bool L_152 = L_151->___bCreateWalls_9;
|
|
G_B60_0 = ((int32_t)(L_152));
|
|
}
|
|
|
|
IL_0358:
|
|
{
|
|
V_20 = (bool)G_B60_0;
|
|
// wallAngleBottom = (PriorityChunk == Chunk01) ? 0 : 180;
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_153 = V_28;
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_154 = V_10;
|
|
if ((((RuntimeObject*)(FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775*)L_153) == ((RuntimeObject*)(FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775*)L_154)))
|
|
{
|
|
goto IL_0367;
|
|
}
|
|
}
|
|
{
|
|
G_B63_0 = ((int32_t)180);
|
|
goto IL_0368;
|
|
}
|
|
|
|
IL_0367:
|
|
{
|
|
G_B63_0 = 0;
|
|
}
|
|
|
|
IL_0368:
|
|
{
|
|
V_24 = ((float)G_B63_0);
|
|
}
|
|
|
|
IL_036b:
|
|
{
|
|
// if (bEmitLeftWall) {
|
|
bool L_155 = V_19;
|
|
if (!L_155)
|
|
{
|
|
goto IL_03f9;
|
|
}
|
|
}
|
|
{
|
|
// Vector3 GridLocation = new Vector3(x + 1, y, z + 0.5f);
|
|
int32_t L_156 = V_6;
|
|
int32_t L_157 = V_5;
|
|
int32_t L_158 = V_7;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_159;
|
|
memset((&L_159), 0, sizeof(L_159));
|
|
Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&L_159), ((float)((int32_t)il2cpp_codegen_add(L_156, 1))), ((float)L_157), ((float)il2cpp_codegen_add(((float)L_158), (0.5f))), /*hidden argument*/NULL);
|
|
// Vector3 WorldLocation = Vector3.Scale(GridLocation, GridSize);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_160 = V_1;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_161;
|
|
L_161 = Vector3_Scale_m7C3CD199271902D5C00CBF35CD230DEB62B68CAE_inline(L_159, L_160, NULL);
|
|
V_29 = L_161;
|
|
// if (bLeftDoor) {
|
|
bool L_162 = V_21;
|
|
if (!L_162)
|
|
{
|
|
goto IL_03a2;
|
|
}
|
|
}
|
|
{
|
|
// MarkerName = GetDoorMarkerName(Chunk00, Chunk10);
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_163 = V_8;
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_164 = V_9;
|
|
String_t* L_165;
|
|
L_165 = FloorPlanBuilder_GetDoorMarkerName_m7C6DC86C11239F7DAE64E21BCB03D79E8F33EBCD(__this, L_163, L_164, NULL);
|
|
V_30 = L_165;
|
|
goto IL_03ed;
|
|
}
|
|
|
|
IL_03a2:
|
|
{
|
|
// MarkerName = FloorPlanMarkerNames.Wall;
|
|
il2cpp_codegen_runtime_class_init_inline(FloorPlanMarkerNames_t1B709C8E5ADB09E034C1C7B0A96853FDBF0EF24D_il2cpp_TypeInfo_var);
|
|
String_t* L_166 = ((FloorPlanMarkerNames_t1B709C8E5ADB09E034C1C7B0A96853FDBF0EF24D_StaticFields*)il2cpp_codegen_static_fields_for(FloorPlanMarkerNames_t1B709C8E5ADB09E034C1C7B0A96853FDBF0EF24D_il2cpp_TypeInfo_var))->___Wall_2;
|
|
V_30 = L_166;
|
|
// if (bBuildingWallLeft) {
|
|
bool L_167 = V_2;
|
|
if (!L_167)
|
|
{
|
|
goto IL_03b5;
|
|
}
|
|
}
|
|
{
|
|
// MarkerName = FloorPlanMarkerNames.BuildingWall;
|
|
il2cpp_codegen_runtime_class_init_inline(FloorPlanMarkerNames_t1B709C8E5ADB09E034C1C7B0A96853FDBF0EF24D_il2cpp_TypeInfo_var);
|
|
String_t* L_168 = ((FloorPlanMarkerNames_t1B709C8E5ADB09E034C1C7B0A96853FDBF0EF24D_StaticFields*)il2cpp_codegen_static_fields_for(FloorPlanMarkerNames_t1B709C8E5ADB09E034C1C7B0A96853FDBF0EF24D_il2cpp_TypeInfo_var))->___BuildingWall_4;
|
|
V_30 = L_168;
|
|
goto IL_03ed;
|
|
}
|
|
|
|
IL_03b5:
|
|
{
|
|
// if (Chunk00 != null && Chunk10 != null) {
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_169 = V_8;
|
|
if (!L_169)
|
|
{
|
|
goto IL_03ed;
|
|
}
|
|
}
|
|
{
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_170 = V_9;
|
|
if (!L_170)
|
|
{
|
|
goto IL_03ed;
|
|
}
|
|
}
|
|
{
|
|
// FloorChunk PriorityChunk = (Chunk00.Priority > Chunk10.Priority) ? Chunk00 : Chunk10;
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_171 = V_8;
|
|
NullCheck(L_171);
|
|
float L_172 = L_171->___Priority_5;
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_173 = V_9;
|
|
NullCheck(L_173);
|
|
float L_174 = L_173->___Priority_5;
|
|
if ((((float)L_172) > ((float)L_174)))
|
|
{
|
|
goto IL_03d1;
|
|
}
|
|
}
|
|
{
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_175 = V_9;
|
|
G_B74_0 = L_175;
|
|
goto IL_03d3;
|
|
}
|
|
|
|
IL_03d1:
|
|
{
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_176 = V_8;
|
|
G_B74_0 = L_176;
|
|
}
|
|
|
|
IL_03d3:
|
|
{
|
|
V_31 = G_B74_0;
|
|
// if (PriorityChunk.WallMarker.Length > 0) {
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_177 = V_31;
|
|
NullCheck(L_177);
|
|
String_t* L_178 = L_177->___WallMarker_10;
|
|
NullCheck(L_178);
|
|
int32_t L_179;
|
|
L_179 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_178, NULL);
|
|
if ((((int32_t)L_179) <= ((int32_t)0)))
|
|
{
|
|
goto IL_03ed;
|
|
}
|
|
}
|
|
{
|
|
// MarkerName = PriorityChunk.WallMarker;
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_180 = V_31;
|
|
NullCheck(L_180);
|
|
String_t* L_181 = L_180->___WallMarker_10;
|
|
V_30 = L_181;
|
|
}
|
|
|
|
IL_03ed:
|
|
{
|
|
// EmitMarkerAt(WorldLocation, MarkerName, wallAngleLeft);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_182 = V_29;
|
|
String_t* L_183 = V_30;
|
|
float L_184 = V_23;
|
|
FloorPlanBuilder_EmitMarkerAt_mBA72C8AC36424883811E89BE5FCD461E854FB4ED(__this, L_182, L_183, L_184, NULL);
|
|
}
|
|
|
|
IL_03f9:
|
|
{
|
|
// if (bEmitBottomWall) {
|
|
bool L_185 = V_20;
|
|
if (!L_185)
|
|
{
|
|
goto IL_0487;
|
|
}
|
|
}
|
|
{
|
|
// Vector3 GridLocation = new Vector3(x + 0.5f, y, z + 1);
|
|
int32_t L_186 = V_6;
|
|
int32_t L_187 = V_5;
|
|
int32_t L_188 = V_7;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_189;
|
|
memset((&L_189), 0, sizeof(L_189));
|
|
Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&L_189), ((float)il2cpp_codegen_add(((float)L_186), (0.5f))), ((float)L_187), ((float)((int32_t)il2cpp_codegen_add(L_188, 1))), /*hidden argument*/NULL);
|
|
// Vector3 WorldLocation = Vector3.Scale(GridLocation, GridSize);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_190 = V_1;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_191;
|
|
L_191 = Vector3_Scale_m7C3CD199271902D5C00CBF35CD230DEB62B68CAE_inline(L_189, L_190, NULL);
|
|
V_32 = L_191;
|
|
// if (bBottomDoor) {
|
|
bool L_192 = V_22;
|
|
if (!L_192)
|
|
{
|
|
goto IL_0430;
|
|
}
|
|
}
|
|
{
|
|
// MarkerName = GetDoorMarkerName(Chunk00, Chunk01);
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_193 = V_8;
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_194 = V_10;
|
|
String_t* L_195;
|
|
L_195 = FloorPlanBuilder_GetDoorMarkerName_m7C6DC86C11239F7DAE64E21BCB03D79E8F33EBCD(__this, L_193, L_194, NULL);
|
|
V_33 = L_195;
|
|
goto IL_047b;
|
|
}
|
|
|
|
IL_0430:
|
|
{
|
|
// MarkerName = FloorPlanMarkerNames.Wall;
|
|
il2cpp_codegen_runtime_class_init_inline(FloorPlanMarkerNames_t1B709C8E5ADB09E034C1C7B0A96853FDBF0EF24D_il2cpp_TypeInfo_var);
|
|
String_t* L_196 = ((FloorPlanMarkerNames_t1B709C8E5ADB09E034C1C7B0A96853FDBF0EF24D_StaticFields*)il2cpp_codegen_static_fields_for(FloorPlanMarkerNames_t1B709C8E5ADB09E034C1C7B0A96853FDBF0EF24D_il2cpp_TypeInfo_var))->___Wall_2;
|
|
V_33 = L_196;
|
|
// if (bBuildingWallBottom) {
|
|
bool L_197 = V_3;
|
|
if (!L_197)
|
|
{
|
|
goto IL_0443;
|
|
}
|
|
}
|
|
{
|
|
// MarkerName = FloorPlanMarkerNames.BuildingWall;
|
|
il2cpp_codegen_runtime_class_init_inline(FloorPlanMarkerNames_t1B709C8E5ADB09E034C1C7B0A96853FDBF0EF24D_il2cpp_TypeInfo_var);
|
|
String_t* L_198 = ((FloorPlanMarkerNames_t1B709C8E5ADB09E034C1C7B0A96853FDBF0EF24D_StaticFields*)il2cpp_codegen_static_fields_for(FloorPlanMarkerNames_t1B709C8E5ADB09E034C1C7B0A96853FDBF0EF24D_il2cpp_TypeInfo_var))->___BuildingWall_4;
|
|
V_33 = L_198;
|
|
goto IL_047b;
|
|
}
|
|
|
|
IL_0443:
|
|
{
|
|
// if (Chunk00 != null && Chunk01 != null) {
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_199 = V_8;
|
|
if (!L_199)
|
|
{
|
|
goto IL_047b;
|
|
}
|
|
}
|
|
{
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_200 = V_10;
|
|
if (!L_200)
|
|
{
|
|
goto IL_047b;
|
|
}
|
|
}
|
|
{
|
|
// FloorChunk PriorityChunk = (Chunk00.Priority > Chunk01.Priority) ? Chunk00 : Chunk01;
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_201 = V_8;
|
|
NullCheck(L_201);
|
|
float L_202 = L_201->___Priority_5;
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_203 = V_10;
|
|
NullCheck(L_203);
|
|
float L_204 = L_203->___Priority_5;
|
|
if ((((float)L_202) > ((float)L_204)))
|
|
{
|
|
goto IL_045f;
|
|
}
|
|
}
|
|
{
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_205 = V_10;
|
|
G_B87_0 = L_205;
|
|
goto IL_0461;
|
|
}
|
|
|
|
IL_045f:
|
|
{
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_206 = V_8;
|
|
G_B87_0 = L_206;
|
|
}
|
|
|
|
IL_0461:
|
|
{
|
|
V_34 = G_B87_0;
|
|
// if (PriorityChunk.WallMarker.Length > 0) {
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_207 = V_34;
|
|
NullCheck(L_207);
|
|
String_t* L_208 = L_207->___WallMarker_10;
|
|
NullCheck(L_208);
|
|
int32_t L_209;
|
|
L_209 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_208, NULL);
|
|
if ((((int32_t)L_209) <= ((int32_t)0)))
|
|
{
|
|
goto IL_047b;
|
|
}
|
|
}
|
|
{
|
|
// MarkerName = PriorityChunk.WallMarker;
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_210 = V_34;
|
|
NullCheck(L_210);
|
|
String_t* L_211 = L_210->___WallMarker_10;
|
|
V_33 = L_211;
|
|
}
|
|
|
|
IL_047b:
|
|
{
|
|
// EmitMarkerAt(WorldLocation, MarkerName, wallAngleBottom);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_212 = V_32;
|
|
String_t* L_213 = V_33;
|
|
float L_214 = V_24;
|
|
FloorPlanBuilder_EmitMarkerAt_mBA72C8AC36424883811E89BE5FCD461E854FB4ED(__this, L_212, L_213, L_214, NULL);
|
|
}
|
|
|
|
IL_0487:
|
|
{
|
|
// for (int z = -1; z < floorPlanConfig.BuildingSize.z; z++) {
|
|
int32_t L_215 = V_7;
|
|
V_7 = ((int32_t)il2cpp_codegen_add(L_215, 1));
|
|
}
|
|
|
|
IL_048d:
|
|
{
|
|
// for (int z = -1; z < floorPlanConfig.BuildingSize.z; z++) {
|
|
int32_t L_216 = V_7;
|
|
FloorPlanConfig_t532D06F3A07E9398692974242B19B5D2A4A36D16* L_217 = __this->___floorPlanConfig_14;
|
|
NullCheck(L_217);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* L_218 = (&L_217->___BuildingSize_5);
|
|
float L_219 = L_218->___z_4;
|
|
if ((((float)((float)L_216)) < ((float)L_219)))
|
|
{
|
|
goto IL_008c;
|
|
}
|
|
}
|
|
{
|
|
// for (int x = -1; x < floorPlanConfig.BuildingSize.x; x++) {
|
|
int32_t L_220 = V_6;
|
|
V_6 = ((int32_t)il2cpp_codegen_add(L_220, 1));
|
|
}
|
|
|
|
IL_04ab:
|
|
{
|
|
// for (int x = -1; x < floorPlanConfig.BuildingSize.x; x++) {
|
|
int32_t L_221 = V_6;
|
|
FloorPlanConfig_t532D06F3A07E9398692974242B19B5D2A4A36D16* L_222 = __this->___floorPlanConfig_14;
|
|
NullCheck(L_222);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* L_223 = (&L_222->___BuildingSize_5);
|
|
float L_224 = L_223->___x_2;
|
|
if ((((float)((float)L_221)) < ((float)L_224)))
|
|
{
|
|
goto IL_0060;
|
|
}
|
|
}
|
|
{
|
|
// for (int y = 0; y < NumFloors; y++) {
|
|
int32_t L_225 = V_5;
|
|
V_5 = ((int32_t)il2cpp_codegen_add(L_225, 1));
|
|
}
|
|
|
|
IL_04c9:
|
|
{
|
|
// for (int y = 0; y < NumFloors; y++) {
|
|
int32_t L_226 = V_5;
|
|
int32_t L_227 = V_0;
|
|
if ((((int32_t)L_226) < ((int32_t)L_227)))
|
|
{
|
|
goto IL_0058;
|
|
}
|
|
}
|
|
{
|
|
// List<FloorChunk> Chunks = new List<FloorChunk>();
|
|
List_1_tC2B2F0FF500476942F279BAE4B554183BB036C00* L_228 = (List_1_tC2B2F0FF500476942F279BAE4B554183BB036C00*)il2cpp_codegen_object_new(List_1_tC2B2F0FF500476942F279BAE4B554183BB036C00_il2cpp_TypeInfo_var);
|
|
NullCheck(L_228);
|
|
List_1__ctor_m4E8A77D9DC18B2DBEED0F31589C42848E91083AD(L_228, List_1__ctor_m4E8A77D9DC18B2DBEED0F31589C42848E91083AD_RuntimeMethod_var);
|
|
V_4 = L_228;
|
|
// ChunkDB.GetChunks(Chunks);
|
|
FloorChunkDB_tD6E5766D39D25018B82906C456A920512D9E0696* L_229 = __this->___ChunkDB_16;
|
|
List_1_tC2B2F0FF500476942F279BAE4B554183BB036C00* L_230 = V_4;
|
|
NullCheck(L_229);
|
|
FloorChunkDB_GetChunks_mEC7EF37B39E211C1E0D2413EB92A49B21E49A515(L_229, L_230, NULL);
|
|
// foreach (FloorChunk Chunk in Chunks) {
|
|
List_1_tC2B2F0FF500476942F279BAE4B554183BB036C00* L_231 = V_4;
|
|
NullCheck(L_231);
|
|
Enumerator_tDFB92630CECB14E9DD1CF71E0032300637F0C7BF L_232;
|
|
L_232 = List_1_GetEnumerator_m6353C2F311D40B42FC5FF76519D054D93CCABEB0(L_231, List_1_GetEnumerator_m6353C2F311D40B42FC5FF76519D054D93CCABEB0_RuntimeMethod_var);
|
|
V_35 = L_232;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_057c:
|
|
{// begin finally (depth: 1)
|
|
Enumerator_Dispose_m6F0308E6B4C8139E51F45E21F84A83F3AD755953((&V_35), Enumerator_Dispose_m6F0308E6B4C8139E51F45E21F84A83F3AD755953_RuntimeMethod_var);
|
|
return;
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
{
|
|
goto IL_056e_1;
|
|
}
|
|
|
|
IL_04f0_1:
|
|
{
|
|
// foreach (FloorChunk Chunk in Chunks) {
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_233;
|
|
L_233 = Enumerator_get_Current_mB9D5C240AAB8BB8C4AEC862E805F99ABF5AAE3EC_inline((&V_35), Enumerator_get_Current_mB9D5C240AAB8BB8C4AEC862E805F99ABF5AAE3EC_RuntimeMethod_var);
|
|
V_36 = L_233;
|
|
// if (Chunk.bEmitGroundMarker && Chunk.CenterMarker.Length > 0) {
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_234 = V_36;
|
|
NullCheck(L_234);
|
|
bool L_235 = L_234->___bEmitGroundMarker_6;
|
|
if (!L_235)
|
|
{
|
|
goto IL_056e_1;
|
|
}
|
|
}
|
|
{
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_236 = V_36;
|
|
NullCheck(L_236);
|
|
String_t* L_237 = L_236->___CenterMarker_14;
|
|
NullCheck(L_237);
|
|
int32_t L_238;
|
|
L_238 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_237, NULL);
|
|
if ((((int32_t)L_238) <= ((int32_t)0)))
|
|
{
|
|
goto IL_056e_1;
|
|
}
|
|
}
|
|
{
|
|
// Vector3 ChunkSize = MathUtils.ToVector3(Chunk.Bounds.Size) / 2.0f;
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_239 = V_36;
|
|
NullCheck(L_239);
|
|
Rectangle_tA560F5F5599A7C11DDD6E7EC2A93ABD2AAA6C64E* L_240 = (&L_239->___Bounds_2);
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_241;
|
|
L_241 = Rectangle_get_Size_mA55765DC875BB6CEBED2C41C0DBC5258B7A79259_inline(L_240, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(MathUtils_t05FC770BEB74714DF52EC7EB2718509420AEA703_il2cpp_TypeInfo_var);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_242;
|
|
L_242 = MathUtils_ToVector3_mAE6974448DEAE5A1A626372CB502927FED56CA49(L_241, NULL);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_243;
|
|
L_243 = Vector3_op_Division_mCC6BB24E372AB96B8380D1678446EF6A8BAE13BB_inline(L_242, (2.0f), NULL);
|
|
V_37 = L_243;
|
|
// ChunkSize.y = 0;
|
|
(&V_37)->___y_3 = (0.0f);
|
|
// Vector3 GridLocation = MathUtils.ToVector3(Chunk.Bounds.Location) + ChunkSize;
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_244 = V_36;
|
|
NullCheck(L_244);
|
|
Rectangle_tA560F5F5599A7C11DDD6E7EC2A93ABD2AAA6C64E* L_245 = (&L_244->___Bounds_2);
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_246;
|
|
L_246 = Rectangle_get_Location_mF005282420254BC725474ED27F3E4E7513956D2B_inline(L_245, NULL);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_247;
|
|
L_247 = MathUtils_ToVector3_mAE6974448DEAE5A1A626372CB502927FED56CA49(L_246, NULL);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_248 = V_37;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_249;
|
|
L_249 = Vector3_op_Addition_m78C0EC70CB66E8DCAC225743D82B268DAEE92067_inline(L_247, L_248, NULL);
|
|
// Vector3 WorldLocation = Vector3.Scale(GridLocation, GridSize);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_250 = V_1;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_251;
|
|
L_251 = Vector3_Scale_m7C3CD199271902D5C00CBF35CD230DEB62B68CAE_inline(L_249, L_250, NULL);
|
|
V_38 = L_251;
|
|
// EmitMarkerAt(WorldLocation, Chunk.CenterMarker, 0);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_252 = V_38;
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_253 = V_36;
|
|
NullCheck(L_253);
|
|
String_t* L_254 = L_253->___CenterMarker_14;
|
|
FloorPlanBuilder_EmitMarkerAt_mBA72C8AC36424883811E89BE5FCD461E854FB4ED(__this, L_252, L_254, (0.0f), NULL);
|
|
}
|
|
|
|
IL_056e_1:
|
|
{
|
|
// foreach (FloorChunk Chunk in Chunks) {
|
|
bool L_255;
|
|
L_255 = Enumerator_MoveNext_m561A81478F8A8A673F0EC31BF7663678A21FDA95((&V_35), Enumerator_MoveNext_m561A81478F8A8A673F0EC31BF7663678A21FDA95_RuntimeMethod_var);
|
|
if (L_255)
|
|
{
|
|
goto IL_04f0_1;
|
|
}
|
|
}
|
|
{
|
|
goto IL_058a;
|
|
}
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_058a:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void DungeonArchitect.Builders.FloorPlan.FloorPlanBuilder::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FloorPlanBuilder__ctor_m6AF18C5D9A111AE830DE57D2B03A02896FF5834E (FloorPlanBuilder_t6DB1ECBEE30EEB42CF67A373D06CAE68435ACE9D* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1__ctor_m90EA29D74B137C5317CDC485AA1D799F0B6726FF_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// HashSet<int> Visited = new HashSet<int>();
|
|
HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2* L_0 = (HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2*)il2cpp_codegen_object_new(HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
HashSet_1__ctor_m90EA29D74B137C5317CDC485AA1D799F0B6726FF(L_0, HashSet_1__ctor_m90EA29D74B137C5317CDC485AA1D799F0B6726FF_RuntimeMethod_var);
|
|
__this->___Visited_18 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___Visited_18), (void*)L_0);
|
|
DungeonBuilder__ctor_m96192DED450E96D3B406AF0026E9E7D9B5E36ED2(__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 DungeonArchitect.Builders.FloorPlan.FloorPlanBuilder/FloorIslandNode::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FloorIslandNode__ctor_mAB02F0D082829B3E413741C1DFC4AA5CB21A7BD9 (FloorIslandNode_tD0A7EFEA4CBC4A931D33B62BFBA4529A7A42F53F* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public FloorIslandNode() {
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
// IslandId = -1;
|
|
__this->___IslandId_0 = (-1);
|
|
// Location = IntVector.Zero;
|
|
il2cpp_codegen_runtime_class_init_inline(IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C_il2cpp_TypeInfo_var);
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_0 = ((IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C_StaticFields*)il2cpp_codegen_static_fields_for(IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C_il2cpp_TypeInfo_var))->___Zero_3;
|
|
__this->___Location_2 = 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 DungeonArchitect.Builders.FloorPlan.FloorPlanBuilder/FloorIslandAdjacency::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FloorIslandAdjacency__ctor_mE3AFEB6B5346F5EA01926B2F427FC7E926F80DDD (FloorIslandAdjacency_t4D525608EE3A20B521F0E9521AFA45C93E3C3B35* __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 DungeonArchitect.Builders.FloorPlan.FloorPlanBuilder/IslandNodePriorityPredicate::.ctor(System.Collections.Generic.Dictionary`2<System.Int32,DungeonArchitect.Builders.FloorPlan.FloorChunk>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IslandNodePriorityPredicate__ctor_m32A15A600308F5ED8A2D776242A1E3B941837D3B (IslandNodePriorityPredicate_t90CDBCB4F85BC831175240B3C4DF5C85D372DBD1* __this, Dictionary_2_tAEA84C7C44DD92B642158B354A5873A02D010B7B* ___0_InIslandToChunkMap, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public IslandNodePriorityPredicate(Dictionary<int, FloorChunk> InIslandToChunkMap) {
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
// IslandToChunkMap = InIslandToChunkMap;
|
|
Dictionary_2_tAEA84C7C44DD92B642158B354A5873A02D010B7B* L_0 = ___0_InIslandToChunkMap;
|
|
__this->___IslandToChunkMap_0 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___IslandToChunkMap_0), (void*)L_0);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Int32 DungeonArchitect.Builders.FloorPlan.FloorPlanBuilder/IslandNodePriorityPredicate::Compare(System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t IslandNodePriorityPredicate_Compare_m147E8EDF567825638CBB7E4FE8AB07765BA1CCAB (IslandNodePriorityPredicate_t90CDBCB4F85BC831175240B3C4DF5C85D372DBD1* __this, int32_t ___0_IslandA, int32_t ___1_IslandB, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_ContainsKey_mFED17BC9996C5D3CCCD58B82D2F09B100EFAB963_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_get_Item_m5CD1572F48972FBE16FC71542684B815F3FE1D01_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* G_B3_0 = NULL;
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* G_B5_0 = NULL;
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* G_B4_0 = NULL;
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* G_B6_0 = NULL;
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* G_B6_1 = NULL;
|
|
{
|
|
// FloorChunk ChunkA = IslandToChunkMap.ContainsKey(IslandA) ? IslandToChunkMap[IslandA] : null;
|
|
Dictionary_2_tAEA84C7C44DD92B642158B354A5873A02D010B7B* L_0 = __this->___IslandToChunkMap_0;
|
|
int32_t L_1 = ___0_IslandA;
|
|
NullCheck(L_0);
|
|
bool L_2;
|
|
L_2 = Dictionary_2_ContainsKey_mFED17BC9996C5D3CCCD58B82D2F09B100EFAB963(L_0, L_1, Dictionary_2_ContainsKey_mFED17BC9996C5D3CCCD58B82D2F09B100EFAB963_RuntimeMethod_var);
|
|
if (L_2)
|
|
{
|
|
goto IL_0011;
|
|
}
|
|
}
|
|
{
|
|
G_B3_0 = ((FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775*)(NULL));
|
|
goto IL_001d;
|
|
}
|
|
|
|
IL_0011:
|
|
{
|
|
Dictionary_2_tAEA84C7C44DD92B642158B354A5873A02D010B7B* L_3 = __this->___IslandToChunkMap_0;
|
|
int32_t L_4 = ___0_IslandA;
|
|
NullCheck(L_3);
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_5;
|
|
L_5 = Dictionary_2_get_Item_m5CD1572F48972FBE16FC71542684B815F3FE1D01(L_3, L_4, Dictionary_2_get_Item_m5CD1572F48972FBE16FC71542684B815F3FE1D01_RuntimeMethod_var);
|
|
G_B3_0 = L_5;
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
// FloorChunk ChunkB = IslandToChunkMap.ContainsKey(IslandB) ? IslandToChunkMap[IslandB] : null;
|
|
Dictionary_2_tAEA84C7C44DD92B642158B354A5873A02D010B7B* L_6 = __this->___IslandToChunkMap_0;
|
|
int32_t L_7 = ___1_IslandB;
|
|
NullCheck(L_6);
|
|
bool L_8;
|
|
L_8 = Dictionary_2_ContainsKey_mFED17BC9996C5D3CCCD58B82D2F09B100EFAB963(L_6, L_7, Dictionary_2_ContainsKey_mFED17BC9996C5D3CCCD58B82D2F09B100EFAB963_RuntimeMethod_var);
|
|
G_B4_0 = G_B3_0;
|
|
if (L_8)
|
|
{
|
|
G_B5_0 = G_B3_0;
|
|
goto IL_002e;
|
|
}
|
|
}
|
|
{
|
|
G_B6_0 = ((FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775*)(NULL));
|
|
G_B6_1 = G_B4_0;
|
|
goto IL_003a;
|
|
}
|
|
|
|
IL_002e:
|
|
{
|
|
Dictionary_2_tAEA84C7C44DD92B642158B354A5873A02D010B7B* L_9 = __this->___IslandToChunkMap_0;
|
|
int32_t L_10 = ___1_IslandB;
|
|
NullCheck(L_9);
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_11;
|
|
L_11 = Dictionary_2_get_Item_m5CD1572F48972FBE16FC71542684B815F3FE1D01(L_9, L_10, Dictionary_2_get_Item_m5CD1572F48972FBE16FC71542684B815F3FE1D01_RuntimeMethod_var);
|
|
G_B6_0 = L_11;
|
|
G_B6_1 = G_B5_0;
|
|
}
|
|
|
|
IL_003a:
|
|
{
|
|
V_0 = G_B6_0;
|
|
// int ScoreA = GetChunkDoorConnectionScore(ChunkA);
|
|
int32_t L_12;
|
|
L_12 = FloorPlanBuilder_GetChunkDoorConnectionScore_m45B05B9E6C5168840F90F1771D7485723AD51B60(G_B6_1, NULL);
|
|
V_1 = L_12;
|
|
// int ScoreB = GetChunkDoorConnectionScore(ChunkB);
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_13 = V_0;
|
|
int32_t L_14;
|
|
L_14 = FloorPlanBuilder_GetChunkDoorConnectionScore_m45B05B9E6C5168840F90F1771D7485723AD51B60(L_13, NULL);
|
|
V_2 = L_14;
|
|
// if (ScoreA == ScoreB) return 0;
|
|
int32_t L_15 = V_1;
|
|
int32_t L_16 = V_2;
|
|
if ((!(((uint32_t)L_15) == ((uint32_t)L_16))))
|
|
{
|
|
goto IL_004e;
|
|
}
|
|
}
|
|
{
|
|
// if (ScoreA == ScoreB) return 0;
|
|
return 0;
|
|
}
|
|
|
|
IL_004e:
|
|
{
|
|
// return ScoreA < ScoreB ? 1 : -1;
|
|
int32_t L_17 = V_1;
|
|
int32_t L_18 = V_2;
|
|
if ((((int32_t)L_17) < ((int32_t)L_18)))
|
|
{
|
|
goto IL_0054;
|
|
}
|
|
}
|
|
{
|
|
return (-1);
|
|
}
|
|
|
|
IL_0054:
|
|
{
|
|
return 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 DungeonArchitect.Builders.FloorPlan.FloorPlanConfig::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FloorPlanConfig__ctor_m4E1000DD8583AFDB8F39E493FB8A3BE18C42EA60 (FloorPlanConfig_t532D06F3A07E9398692974242B19B5D2A4A36D16* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public Vector3 GridSize = new Vector3(4, 2, 4);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_0;
|
|
memset((&L_0), 0, sizeof(L_0));
|
|
Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&L_0), (4.0f), (2.0f), (4.0f), /*hidden argument*/NULL);
|
|
__this->___GridSize_6 = L_0;
|
|
// public int MinRoomSize = 2;
|
|
__this->___MinRoomSize_7 = 2;
|
|
// public int MaxRoomSize = 3;
|
|
__this->___MaxRoomSize_8 = 3;
|
|
// public int HallWidth = 1;
|
|
__this->___HallWidth_9 = 1;
|
|
// public int MinRoomChunkArea = 24;
|
|
__this->___MinRoomChunkArea_10 = ((int32_t)24);
|
|
DungeonConfig__ctor_m6D90F75CA55996A65B7286D7A485462FBDEFC284(__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 DungeonArchitect.Builders.FloorPlan.FloorPlanModel::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FloorPlanModel__ctor_m18F6EFDFD844ABF7D7191DC368D60B5DC19A258C (FloorPlanModel_tE088A489B868701717ABB0721C425F3FFCED18E1* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
DungeonModel__ctor_mB2DA27BF8A4E16B19BC4A3E293DC3FEA124BA709(__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 DungeonArchitect.Builders.FloorPlan.FloorChunk::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FloorChunk__ctor_m7FBD69219638545234AB2F897C884F8A03E071CE (FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m3594F0DA9A2356EC1BE06D92A122AC7D4953A063_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t72F81508323A323FA6727DCAE9E4209241B62383_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public List<IntVector> BoundCells = new List<IntVector>();
|
|
List_1_t72F81508323A323FA6727DCAE9E4209241B62383* L_0 = (List_1_t72F81508323A323FA6727DCAE9E4209241B62383*)il2cpp_codegen_object_new(List_1_t72F81508323A323FA6727DCAE9E4209241B62383_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
List_1__ctor_m3594F0DA9A2356EC1BE06D92A122AC7D4953A063(L_0, List_1__ctor_m3594F0DA9A2356EC1BE06D92A122AC7D4953A063_RuntimeMethod_var);
|
|
__this->___BoundCells_3 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___BoundCells_3), (void*)L_0);
|
|
// public string WallMarker = "";
|
|
__this->___WallMarker_10 = _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___WallMarker_10), (void*)_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709);
|
|
// public string GroundMarker = "";
|
|
__this->___GroundMarker_11 = _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___GroundMarker_11), (void*)_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709);
|
|
// public string CeilingMarker = "";
|
|
__this->___CeilingMarker_12 = _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___CeilingMarker_12), (void*)_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709);
|
|
// public string DoorMarker = "";
|
|
__this->___DoorMarker_13 = _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___DoorMarker_13), (void*)_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709);
|
|
// public string CenterMarker = "";
|
|
__this->___CenterMarker_14 = _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___CenterMarker_14), (void*)_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709);
|
|
// public FloorChunk()
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
// Id = -1;
|
|
__this->___Id_0 = (-1);
|
|
// ChunkType = FloorChunkType.Outside;
|
|
__this->___ChunkType_1 = 2;
|
|
// bReachable = false;
|
|
__this->___bReachable_4 = (bool)0;
|
|
// bConnectDoors = true;
|
|
__this->___bConnectDoors_8 = (bool)1;
|
|
// bCreateWalls = true;
|
|
__this->___bCreateWalls_9 = (bool)1;
|
|
// Priority = 0;
|
|
__this->___Priority_5 = (0.0f);
|
|
// bEmitGroundMarker = true;
|
|
__this->___bEmitGroundMarker_6 = (bool)1;
|
|
// bEmitCeilingMarker = true;
|
|
__this->___bEmitCeilingMarker_7 = (bool)1;
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Int32 DungeonArchitect.Builders.FloorPlan.FloorChunk::Area()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FloorChunk_Area_m280221AF975E5E0C1C1A9E2186D43A20D0614403 (FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public int Area() { return Bounds.Size.x * Bounds.Size.z; }
|
|
Rectangle_tA560F5F5599A7C11DDD6E7EC2A93ABD2AAA6C64E* L_0 = (&__this->___Bounds_2);
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_1;
|
|
L_1 = Rectangle_get_Size_mA55765DC875BB6CEBED2C41C0DBC5258B7A79259_inline(L_0, NULL);
|
|
int32_t L_2 = L_1.___x_0;
|
|
Rectangle_tA560F5F5599A7C11DDD6E7EC2A93ABD2AAA6C64E* L_3 = (&__this->___Bounds_2);
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_4;
|
|
L_4 = Rectangle_get_Size_mA55765DC875BB6CEBED2C41C0DBC5258B7A79259_inline(L_3, NULL);
|
|
int32_t L_5 = L_4.___z_2;
|
|
return ((int32_t)il2cpp_codegen_multiply(L_2, L_5));
|
|
}
|
|
}
|
|
// System.Int32 DungeonArchitect.Builders.FloorPlan.FloorChunk::GetLength()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FloorChunk_GetLength_mD4F2D12F73D601302A81D3FF987EB54434944B3C (FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public int GetLength() { return Bounds.Size.x > Bounds.Size.z ? Bounds.Size.x : Bounds.Size.z; }
|
|
Rectangle_tA560F5F5599A7C11DDD6E7EC2A93ABD2AAA6C64E* L_0 = (&__this->___Bounds_2);
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_1;
|
|
L_1 = Rectangle_get_Size_mA55765DC875BB6CEBED2C41C0DBC5258B7A79259_inline(L_0, NULL);
|
|
int32_t L_2 = L_1.___x_0;
|
|
Rectangle_tA560F5F5599A7C11DDD6E7EC2A93ABD2AAA6C64E* L_3 = (&__this->___Bounds_2);
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_4;
|
|
L_4 = Rectangle_get_Size_mA55765DC875BB6CEBED2C41C0DBC5258B7A79259_inline(L_3, NULL);
|
|
int32_t L_5 = L_4.___z_2;
|
|
if ((((int32_t)L_2) > ((int32_t)L_5)))
|
|
{
|
|
goto IL_0033;
|
|
}
|
|
}
|
|
{
|
|
Rectangle_tA560F5F5599A7C11DDD6E7EC2A93ABD2AAA6C64E* L_6 = (&__this->___Bounds_2);
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_7;
|
|
L_7 = Rectangle_get_Size_mA55765DC875BB6CEBED2C41C0DBC5258B7A79259_inline(L_6, NULL);
|
|
int32_t L_8 = L_7.___z_2;
|
|
return L_8;
|
|
}
|
|
|
|
IL_0033:
|
|
{
|
|
Rectangle_tA560F5F5599A7C11DDD6E7EC2A93ABD2AAA6C64E* L_9 = (&__this->___Bounds_2);
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_10;
|
|
L_10 = Rectangle_get_Size_mA55765DC875BB6CEBED2C41C0DBC5258B7A79259_inline(L_9, NULL);
|
|
int32_t L_11 = L_10.___x_0;
|
|
return L_11;
|
|
}
|
|
}
|
|
// System.Int32 DungeonArchitect.Builders.FloorPlan.FloorChunk::GetWidth()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FloorChunk_GetWidth_m427E3D6C32B6C5368B62E8FE08CC465E56F03083 (FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public int GetWidth() { return Bounds.Size.x < Bounds.Size.z ? Bounds.Size.x : Bounds.Size.z; }
|
|
Rectangle_tA560F5F5599A7C11DDD6E7EC2A93ABD2AAA6C64E* L_0 = (&__this->___Bounds_2);
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_1;
|
|
L_1 = Rectangle_get_Size_mA55765DC875BB6CEBED2C41C0DBC5258B7A79259_inline(L_0, NULL);
|
|
int32_t L_2 = L_1.___x_0;
|
|
Rectangle_tA560F5F5599A7C11DDD6E7EC2A93ABD2AAA6C64E* L_3 = (&__this->___Bounds_2);
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_4;
|
|
L_4 = Rectangle_get_Size_mA55765DC875BB6CEBED2C41C0DBC5258B7A79259_inline(L_3, NULL);
|
|
int32_t L_5 = L_4.___z_2;
|
|
if ((((int32_t)L_2) < ((int32_t)L_5)))
|
|
{
|
|
goto IL_0033;
|
|
}
|
|
}
|
|
{
|
|
Rectangle_tA560F5F5599A7C11DDD6E7EC2A93ABD2AAA6C64E* L_6 = (&__this->___Bounds_2);
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_7;
|
|
L_7 = Rectangle_get_Size_mA55765DC875BB6CEBED2C41C0DBC5258B7A79259_inline(L_6, NULL);
|
|
int32_t L_8 = L_7.___z_2;
|
|
return L_8;
|
|
}
|
|
|
|
IL_0033:
|
|
{
|
|
Rectangle_tA560F5F5599A7C11DDD6E7EC2A93ABD2AAA6C64E* L_9 = (&__this->___Bounds_2);
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_10;
|
|
L_10 = Rectangle_get_Size_mA55765DC875BB6CEBED2C41C0DBC5258B7A79259_inline(L_9, NULL);
|
|
int32_t L_11 = L_10.___x_0;
|
|
return L_11;
|
|
}
|
|
}
|
|
// System.Void DungeonArchitect.Builders.FloorPlan.FloorChunk::SetLength(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FloorChunk_SetLength_m6F42B001D667196888415F530EC96B3299F5BDC6 (FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* __this, int32_t ___0_Length, const RuntimeMethod* method)
|
|
{
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
// IntVector Size = Bounds.Size;
|
|
Rectangle_tA560F5F5599A7C11DDD6E7EC2A93ABD2AAA6C64E* L_0 = (&__this->___Bounds_2);
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_1;
|
|
L_1 = Rectangle_get_Size_mA55765DC875BB6CEBED2C41C0DBC5258B7A79259_inline(L_0, NULL);
|
|
V_0 = L_1;
|
|
// if (Bounds.Size.x > Bounds.Size.z) {
|
|
Rectangle_tA560F5F5599A7C11DDD6E7EC2A93ABD2AAA6C64E* L_2 = (&__this->___Bounds_2);
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_3;
|
|
L_3 = Rectangle_get_Size_mA55765DC875BB6CEBED2C41C0DBC5258B7A79259_inline(L_2, NULL);
|
|
int32_t L_4 = L_3.___x_0;
|
|
Rectangle_tA560F5F5599A7C11DDD6E7EC2A93ABD2AAA6C64E* L_5 = (&__this->___Bounds_2);
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_6;
|
|
L_6 = Rectangle_get_Size_mA55765DC875BB6CEBED2C41C0DBC5258B7A79259_inline(L_5, NULL);
|
|
int32_t L_7 = L_6.___z_2;
|
|
if ((((int32_t)L_4) <= ((int32_t)L_7)))
|
|
{
|
|
goto IL_0038;
|
|
}
|
|
}
|
|
{
|
|
// Size.x = Length;
|
|
int32_t L_8 = ___0_Length;
|
|
(&V_0)->___x_0 = L_8;
|
|
goto IL_0040;
|
|
}
|
|
|
|
IL_0038:
|
|
{
|
|
// Size.z = Length;
|
|
int32_t L_9 = ___0_Length;
|
|
(&V_0)->___z_2 = L_9;
|
|
}
|
|
|
|
IL_0040:
|
|
{
|
|
// Bounds.Size = Size;
|
|
Rectangle_tA560F5F5599A7C11DDD6E7EC2A93ABD2AAA6C64E* L_10 = (&__this->___Bounds_2);
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_11 = V_0;
|
|
Rectangle_set_Size_m49F71D3947C8EC86A65E51B75BCB096F54839CCB_inline(L_10, L_11, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void DungeonArchitect.Builders.FloorPlan.FloorChunk::OffsetAlongLength(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FloorChunk_OffsetAlongLength_mD9D47329441429F30523ECCED5A7923515F5FC2D (FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* __this, int32_t ___0_Offset, const RuntimeMethod* method)
|
|
{
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
// IntVector Location = Bounds.Location;
|
|
Rectangle_tA560F5F5599A7C11DDD6E7EC2A93ABD2AAA6C64E* L_0 = (&__this->___Bounds_2);
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_1;
|
|
L_1 = Rectangle_get_Location_mF005282420254BC725474ED27F3E4E7513956D2B_inline(L_0, NULL);
|
|
V_0 = L_1;
|
|
// if (Bounds.Size.x > Bounds.Size.z) {
|
|
Rectangle_tA560F5F5599A7C11DDD6E7EC2A93ABD2AAA6C64E* L_2 = (&__this->___Bounds_2);
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_3;
|
|
L_3 = Rectangle_get_Size_mA55765DC875BB6CEBED2C41C0DBC5258B7A79259_inline(L_2, NULL);
|
|
int32_t L_4 = L_3.___x_0;
|
|
Rectangle_tA560F5F5599A7C11DDD6E7EC2A93ABD2AAA6C64E* L_5 = (&__this->___Bounds_2);
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_6;
|
|
L_6 = Rectangle_get_Size_mA55765DC875BB6CEBED2C41C0DBC5258B7A79259_inline(L_5, NULL);
|
|
int32_t L_7 = L_6.___z_2;
|
|
if ((((int32_t)L_4) <= ((int32_t)L_7)))
|
|
{
|
|
goto IL_003c;
|
|
}
|
|
}
|
|
{
|
|
// Location.x += Offset;
|
|
int32_t* L_8 = (&(&V_0)->___x_0);
|
|
int32_t* L_9 = L_8;
|
|
int32_t L_10 = *((int32_t*)L_9);
|
|
int32_t L_11 = ___0_Offset;
|
|
*((int32_t*)L_9) = (int32_t)((int32_t)il2cpp_codegen_add(L_10, L_11));
|
|
goto IL_0048;
|
|
}
|
|
|
|
IL_003c:
|
|
{
|
|
// Location.z += Offset;
|
|
int32_t* L_12 = (&(&V_0)->___z_2);
|
|
int32_t* L_13 = L_12;
|
|
int32_t L_14 = *((int32_t*)L_13);
|
|
int32_t L_15 = ___0_Offset;
|
|
*((int32_t*)L_13) = (int32_t)((int32_t)il2cpp_codegen_add(L_14, L_15));
|
|
}
|
|
|
|
IL_0048:
|
|
{
|
|
// Bounds.Location = Location;
|
|
Rectangle_tA560F5F5599A7C11DDD6E7EC2A93ABD2AAA6C64E* L_16 = (&__this->___Bounds_2);
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_17 = V_0;
|
|
Rectangle_set_Location_m6BBC646F493116B7888B219B2F48B0E634836185_inline(L_16, L_17, 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 DungeonArchitect.Builders.FloorPlan.FloorChunkDB::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FloorChunkDB__ctor_m3275B54287C7D5FAB413DDDAA3A7E152796AD0CE (FloorChunkDB_tD6E5766D39D25018B82906C456A920512D9E0696* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_mAC820C19D7D3EBBD633CBF24C3C8648FFDD84D90_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_mB332995737ADDBF22B719CE12A0531054A88CAAC_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_tAEA84C7C44DD92B642158B354A5873A02D010B7B_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_tDB52B2F94418CB3A97A8FF2E2378A3C67ABEDDCC_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// private Dictionary<int, FloorChunk> Chunks = new Dictionary<int,FloorChunk>();
|
|
Dictionary_2_tAEA84C7C44DD92B642158B354A5873A02D010B7B* L_0 = (Dictionary_2_tAEA84C7C44DD92B642158B354A5873A02D010B7B*)il2cpp_codegen_object_new(Dictionary_2_tAEA84C7C44DD92B642158B354A5873A02D010B7B_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
Dictionary_2__ctor_mB332995737ADDBF22B719CE12A0531054A88CAAC(L_0, Dictionary_2__ctor_mB332995737ADDBF22B719CE12A0531054A88CAAC_RuntimeMethod_var);
|
|
__this->___Chunks_0 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___Chunks_0), (void*)L_0);
|
|
// private Dictionary<int, FChunkCacheNode> CachePositionToChunk = new Dictionary<int,FChunkCacheNode>();
|
|
Dictionary_2_tDB52B2F94418CB3A97A8FF2E2378A3C67ABEDDCC* L_1 = (Dictionary_2_tDB52B2F94418CB3A97A8FF2E2378A3C67ABEDDCC*)il2cpp_codegen_object_new(Dictionary_2_tDB52B2F94418CB3A97A8FF2E2378A3C67ABEDDCC_il2cpp_TypeInfo_var);
|
|
NullCheck(L_1);
|
|
Dictionary_2__ctor_mAC820C19D7D3EBBD633CBF24C3C8648FFDD84D90(L_1, Dictionary_2__ctor_mAC820C19D7D3EBBD633CBF24C3C8648FFDD84D90_RuntimeMethod_var);
|
|
__this->___CachePositionToChunk_1 = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___CachePositionToChunk_1), (void*)L_1);
|
|
// public FloorChunkDB() {
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
// IdCounter = 0;
|
|
__this->___IdCounter_2 = 0;
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// DungeonArchitect.Builders.FloorPlan.FloorChunk DungeonArchitect.Builders.FloorPlan.FloorChunkDB::Create()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* FloorChunkDB_Create_m15F0B47F5450A43BEE0F90828AED13C55BE99871 (FloorChunkDB_tD6E5766D39D25018B82906C456A920512D9E0696* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
{
|
|
// var Chunk = new FloorChunk();
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_0 = (FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775*)il2cpp_codegen_object_new(FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
FloorChunk__ctor_m7FBD69219638545234AB2F897C884F8A03E071CE(L_0, NULL);
|
|
// Chunk.Id = ++IdCounter;
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_1 = L_0;
|
|
int32_t L_2 = __this->___IdCounter_2;
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_2, 1));
|
|
int32_t L_3 = V_0;
|
|
__this->___IdCounter_2 = L_3;
|
|
int32_t L_4 = V_0;
|
|
NullCheck(L_1);
|
|
L_1->___Id_0 = L_4;
|
|
// return Chunk;
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Void DungeonArchitect.Builders.FloorPlan.FloorChunkDB::Register(DungeonArchitect.Builders.FloorPlan.FloorChunk)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FloorChunkDB_Register_m38AA2C9FD9FA0517692CB14F9A536C93052AFB6B (FloorChunkDB_tD6E5766D39D25018B82906C456A920512D9E0696* __this, FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* ___0_Chunk, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Add_m081B5F4B0855D2104AE63FE2CDB5F6DE7EB55DB9_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_ContainsKey_mFED17BC9996C5D3CCCD58B82D2F09B100EFAB963_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (!Chunks.ContainsKey(Chunk.Id))
|
|
Dictionary_2_tAEA84C7C44DD92B642158B354A5873A02D010B7B* L_0 = __this->___Chunks_0;
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_1 = ___0_Chunk;
|
|
NullCheck(L_1);
|
|
int32_t L_2 = L_1->___Id_0;
|
|
NullCheck(L_0);
|
|
bool L_3;
|
|
L_3 = Dictionary_2_ContainsKey_mFED17BC9996C5D3CCCD58B82D2F09B100EFAB963(L_0, L_2, Dictionary_2_ContainsKey_mFED17BC9996C5D3CCCD58B82D2F09B100EFAB963_RuntimeMethod_var);
|
|
if (L_3)
|
|
{
|
|
goto IL_0025;
|
|
}
|
|
}
|
|
{
|
|
// Chunks.Add(Chunk.Id, Chunk);
|
|
Dictionary_2_tAEA84C7C44DD92B642158B354A5873A02D010B7B* L_4 = __this->___Chunks_0;
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_5 = ___0_Chunk;
|
|
NullCheck(L_5);
|
|
int32_t L_6 = L_5->___Id_0;
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_7 = ___0_Chunk;
|
|
NullCheck(L_4);
|
|
Dictionary_2_Add_m081B5F4B0855D2104AE63FE2CDB5F6DE7EB55DB9(L_4, L_6, L_7, Dictionary_2_Add_m081B5F4B0855D2104AE63FE2CDB5F6DE7EB55DB9_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0025:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void DungeonArchitect.Builders.FloorPlan.FloorChunkDB::GetChunks(System.Collections.Generic.List`1<DungeonArchitect.Builders.FloorPlan.FloorChunk>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FloorChunkDB_GetChunks_mEC7EF37B39E211C1E0D2413EB92A49B21E49A515 (FloorChunkDB_tD6E5766D39D25018B82906C456A920512D9E0696* __this, List_1_tC2B2F0FF500476942F279BAE4B554183BB036C00* ___0_OutChunks, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_get_Values_m3BB780BD21162EC3C8BBADB82E29C3BEEAF0ACAA_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_AddRange_mCB1B0A8CE8B5286D13A6A48D5202B35CA8D55A45_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Clear_mEFDD223B34297B0FE843FC774FE8E651368ED968_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// OutChunks.Clear();
|
|
List_1_tC2B2F0FF500476942F279BAE4B554183BB036C00* L_0 = ___0_OutChunks;
|
|
NullCheck(L_0);
|
|
List_1_Clear_mEFDD223B34297B0FE843FC774FE8E651368ED968_inline(L_0, List_1_Clear_mEFDD223B34297B0FE843FC774FE8E651368ED968_RuntimeMethod_var);
|
|
// OutChunks.AddRange(Chunks.Values);
|
|
List_1_tC2B2F0FF500476942F279BAE4B554183BB036C00* L_1 = ___0_OutChunks;
|
|
Dictionary_2_tAEA84C7C44DD92B642158B354A5873A02D010B7B* L_2 = __this->___Chunks_0;
|
|
NullCheck(L_2);
|
|
ValueCollection_t6EB79C992F3C3642BE21C01295A103410C83727D* L_3;
|
|
L_3 = Dictionary_2_get_Values_m3BB780BD21162EC3C8BBADB82E29C3BEEAF0ACAA(L_2, Dictionary_2_get_Values_m3BB780BD21162EC3C8BBADB82E29C3BEEAF0ACAA_RuntimeMethod_var);
|
|
NullCheck(L_1);
|
|
List_1_AddRange_mCB1B0A8CE8B5286D13A6A48D5202B35CA8D55A45(L_1, L_3, List_1_AddRange_mCB1B0A8CE8B5286D13A6A48D5202B35CA8D55A45_RuntimeMethod_var);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void DungeonArchitect.Builders.FloorPlan.FloorChunkDB::GetChunks(System.Collections.Generic.List`1<DungeonArchitect.Builders.FloorPlan.FloorChunk>,DungeonArchitect.Builders.FloorPlan.FloorChunkType)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FloorChunkDB_GetChunks_mD703E251ECFE1F07F3CDC4DD5C5CE28A84295888 (FloorChunkDB_tD6E5766D39D25018B82906C456A920512D9E0696* __this, List_1_tC2B2F0FF500476942F279BAE4B554183BB036C00* ___0_OutChunks, int32_t ___1_ChunkType, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_get_Values_m3BB780BD21162EC3C8BBADB82E29C3BEEAF0ACAA_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m22A6920E5C432D33B159FAEA756BB77C735A9035_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_mFA85FAF612E39EF357417607B395858D588C3B31_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m5D88F495E59567738ED64444B771E12E8235BCE4_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mD754C5426BA06E611CC9275902F4FF3BB4EA6996_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Clear_mEFDD223B34297B0FE843FC774FE8E651368ED968_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m4E8A77D9DC18B2DBEED0F31589C42848E91083AD_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_tC2B2F0FF500476942F279BAE4B554183BB036C00_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ValueCollection_GetEnumerator_mD8664E9B695F7F5F456F24EEE6A44E9257945204_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
List_1_tC2B2F0FF500476942F279BAE4B554183BB036C00* V_0 = NULL;
|
|
Enumerator_tB75683C415B87C0CEB09E5571AFAF23C65A6A3B1 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* V_2 = NULL;
|
|
{
|
|
// var AllChunks = new List<FloorChunk>();
|
|
List_1_tC2B2F0FF500476942F279BAE4B554183BB036C00* L_0 = (List_1_tC2B2F0FF500476942F279BAE4B554183BB036C00*)il2cpp_codegen_object_new(List_1_tC2B2F0FF500476942F279BAE4B554183BB036C00_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
List_1__ctor_m4E8A77D9DC18B2DBEED0F31589C42848E91083AD(L_0, List_1__ctor_m4E8A77D9DC18B2DBEED0F31589C42848E91083AD_RuntimeMethod_var);
|
|
V_0 = L_0;
|
|
// GetChunks(AllChunks);
|
|
List_1_tC2B2F0FF500476942F279BAE4B554183BB036C00* L_1 = V_0;
|
|
FloorChunkDB_GetChunks_mEC7EF37B39E211C1E0D2413EB92A49B21E49A515(__this, L_1, NULL);
|
|
// OutChunks.Clear();
|
|
List_1_tC2B2F0FF500476942F279BAE4B554183BB036C00* L_2 = ___0_OutChunks;
|
|
NullCheck(L_2);
|
|
List_1_Clear_mEFDD223B34297B0FE843FC774FE8E651368ED968_inline(L_2, List_1_Clear_mEFDD223B34297B0FE843FC774FE8E651368ED968_RuntimeMethod_var);
|
|
// foreach (var Chunk in Chunks.Values)
|
|
Dictionary_2_tAEA84C7C44DD92B642158B354A5873A02D010B7B* L_3 = __this->___Chunks_0;
|
|
NullCheck(L_3);
|
|
ValueCollection_t6EB79C992F3C3642BE21C01295A103410C83727D* L_4;
|
|
L_4 = Dictionary_2_get_Values_m3BB780BD21162EC3C8BBADB82E29C3BEEAF0ACAA(L_3, Dictionary_2_get_Values_m3BB780BD21162EC3C8BBADB82E29C3BEEAF0ACAA_RuntimeMethod_var);
|
|
NullCheck(L_4);
|
|
Enumerator_tB75683C415B87C0CEB09E5571AFAF23C65A6A3B1 L_5;
|
|
L_5 = ValueCollection_GetEnumerator_mD8664E9B695F7F5F456F24EEE6A44E9257945204(L_4, ValueCollection_GetEnumerator_mD8664E9B695F7F5F456F24EEE6A44E9257945204_RuntimeMethod_var);
|
|
V_1 = L_5;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_0049:
|
|
{// begin finally (depth: 1)
|
|
Enumerator_Dispose_m22A6920E5C432D33B159FAEA756BB77C735A9035((&V_1), Enumerator_Dispose_m22A6920E5C432D33B159FAEA756BB77C735A9035_RuntimeMethod_var);
|
|
return;
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
{
|
|
goto IL_003e_1;
|
|
}
|
|
|
|
IL_0026_1:
|
|
{
|
|
// foreach (var Chunk in Chunks.Values)
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_6;
|
|
L_6 = Enumerator_get_Current_m5D88F495E59567738ED64444B771E12E8235BCE4_inline((&V_1), Enumerator_get_Current_m5D88F495E59567738ED64444B771E12E8235BCE4_RuntimeMethod_var);
|
|
V_2 = L_6;
|
|
// if (Chunk.ChunkType == ChunkType)
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_7 = V_2;
|
|
NullCheck(L_7);
|
|
int32_t L_8 = L_7->___ChunkType_1;
|
|
int32_t L_9 = ___1_ChunkType;
|
|
if ((!(((uint32_t)L_8) == ((uint32_t)L_9))))
|
|
{
|
|
goto IL_003e_1;
|
|
}
|
|
}
|
|
{
|
|
// OutChunks.Add(Chunk);
|
|
List_1_tC2B2F0FF500476942F279BAE4B554183BB036C00* L_10 = ___0_OutChunks;
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_11 = V_2;
|
|
NullCheck(L_10);
|
|
List_1_Add_mD754C5426BA06E611CC9275902F4FF3BB4EA6996_inline(L_10, L_11, List_1_Add_mD754C5426BA06E611CC9275902F4FF3BB4EA6996_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_003e_1:
|
|
{
|
|
// foreach (var Chunk in Chunks.Values)
|
|
bool L_12;
|
|
L_12 = Enumerator_MoveNext_mFA85FAF612E39EF357417607B395858D588C3B31((&V_1), Enumerator_MoveNext_mFA85FAF612E39EF357417607B395858D588C3B31_RuntimeMethod_var);
|
|
if (L_12)
|
|
{
|
|
goto IL_0026_1;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0057;
|
|
}
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_0057:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// DungeonArchitect.Builders.FloorPlan.FloorChunk DungeonArchitect.Builders.FloorPlan.FloorChunkDB::GetChunk(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* FloorChunkDB_GetChunk_m41CDD141F80AE8A2784B994396B44E48E0F0C10A (FloorChunkDB_tD6E5766D39D25018B82906C456A920512D9E0696* __this, int32_t ___0_Id, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_ContainsKey_mFED17BC9996C5D3CCCD58B82D2F09B100EFAB963_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_get_Item_m5CD1572F48972FBE16FC71542684B815F3FE1D01_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return Chunks.ContainsKey(Id) ? Chunks[Id] : null;
|
|
Dictionary_2_tAEA84C7C44DD92B642158B354A5873A02D010B7B* L_0 = __this->___Chunks_0;
|
|
int32_t L_1 = ___0_Id;
|
|
NullCheck(L_0);
|
|
bool L_2;
|
|
L_2 = Dictionary_2_ContainsKey_mFED17BC9996C5D3CCCD58B82D2F09B100EFAB963(L_0, L_1, Dictionary_2_ContainsKey_mFED17BC9996C5D3CCCD58B82D2F09B100EFAB963_RuntimeMethod_var);
|
|
if (L_2)
|
|
{
|
|
goto IL_0010;
|
|
}
|
|
}
|
|
{
|
|
return (FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775*)NULL;
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
Dictionary_2_tAEA84C7C44DD92B642158B354A5873A02D010B7B* L_3 = __this->___Chunks_0;
|
|
int32_t L_4 = ___0_Id;
|
|
NullCheck(L_3);
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_5;
|
|
L_5 = Dictionary_2_get_Item_m5CD1572F48972FBE16FC71542684B815F3FE1D01(L_3, L_4, Dictionary_2_get_Item_m5CD1572F48972FBE16FC71542684B815F3FE1D01_RuntimeMethod_var);
|
|
return L_5;
|
|
}
|
|
}
|
|
// DungeonArchitect.Builders.FloorPlan.FloorChunk DungeonArchitect.Builders.FloorPlan.FloorChunkDB::GetChunkAt(System.Int32,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* FloorChunkDB_GetChunkAt_m098C3CB7B7930CD15E72731BFA27C06959F8E305 (FloorChunkDB_tD6E5766D39D25018B82906C456A920512D9E0696* __this, int32_t ___0_x, int32_t ___1_y, int32_t ___2_z, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_ContainsKey_mEA0ED153B6EFF261077D0C1C2768C88211FAB9D7_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_get_Item_mDDD523513C55B4DAC5703EFB74C7542874E703E3_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
{
|
|
// int Hash = HASH(x, y, z);
|
|
int32_t L_0 = ___0_x;
|
|
int32_t L_1 = ___1_y;
|
|
int32_t L_2 = ___2_z;
|
|
int32_t L_3;
|
|
L_3 = FloorChunkDB_HASH_m3352803F4A0F3DF4D2829C1D5E0EBA88C48CE5B7(__this, L_0, L_1, L_2, NULL);
|
|
V_0 = L_3;
|
|
// if (CachePositionToChunk.ContainsKey(Hash))
|
|
Dictionary_2_tDB52B2F94418CB3A97A8FF2E2378A3C67ABEDDCC* L_4 = __this->___CachePositionToChunk_1;
|
|
int32_t L_5 = V_0;
|
|
NullCheck(L_4);
|
|
bool L_6;
|
|
L_6 = Dictionary_2_ContainsKey_mEA0ED153B6EFF261077D0C1C2768C88211FAB9D7(L_4, L_5, Dictionary_2_ContainsKey_mEA0ED153B6EFF261077D0C1C2768C88211FAB9D7_RuntimeMethod_var);
|
|
if (!L_6)
|
|
{
|
|
goto IL_0032;
|
|
}
|
|
}
|
|
{
|
|
// int ChunkId = CachePositionToChunk[Hash].ChunkId;
|
|
Dictionary_2_tDB52B2F94418CB3A97A8FF2E2378A3C67ABEDDCC* L_7 = __this->___CachePositionToChunk_1;
|
|
int32_t L_8 = V_0;
|
|
NullCheck(L_7);
|
|
FChunkCacheNode_t722B86EEBE14E122F52272E47BD65461C421A89B* L_9;
|
|
L_9 = Dictionary_2_get_Item_mDDD523513C55B4DAC5703EFB74C7542874E703E3(L_7, L_8, Dictionary_2_get_Item_mDDD523513C55B4DAC5703EFB74C7542874E703E3_RuntimeMethod_var);
|
|
NullCheck(L_9);
|
|
int32_t L_10 = L_9->___ChunkId_0;
|
|
V_1 = L_10;
|
|
// return GetChunk(ChunkId);
|
|
int32_t L_11 = V_1;
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_12;
|
|
L_12 = FloorChunkDB_GetChunk_m41CDD141F80AE8A2784B994396B44E48E0F0C10A(__this, L_11, NULL);
|
|
return L_12;
|
|
}
|
|
|
|
IL_0032:
|
|
{
|
|
// return null;
|
|
return (FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775*)NULL;
|
|
}
|
|
}
|
|
// DungeonArchitect.Builders.FloorPlan.FloorChunk DungeonArchitect.Builders.FloorPlan.FloorChunkDB::GetChunkAt(DungeonArchitect.IntVector)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* FloorChunkDB_GetChunkAt_m427B7E5A993F087040EB4411AC2C60A8CD093D3C (FloorChunkDB_tD6E5766D39D25018B82906C456A920512D9E0696* __this, IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C ___0_Location, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return GetChunkAt(Location.x, Location.y, Location.z);
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_0 = ___0_Location;
|
|
int32_t L_1 = L_0.___x_0;
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_2 = ___0_Location;
|
|
int32_t L_3 = L_2.___y_1;
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_4 = ___0_Location;
|
|
int32_t L_5 = L_4.___z_2;
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_6;
|
|
L_6 = FloorChunkDB_GetChunkAt_m098C3CB7B7930CD15E72731BFA27C06959F8E305(__this, L_1, L_3, L_5, NULL);
|
|
return L_6;
|
|
}
|
|
}
|
|
// System.Void DungeonArchitect.Builders.FloorPlan.FloorChunkDB::CacheChunkPositions()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FloorChunkDB_CacheChunkPositions_m6A62DCFFB972923717B9F89A73E2967E28591965 (FloorChunkDB_tD6E5766D39D25018B82906C456A920512D9E0696* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Add_m78B15C61E153B4E977473AFBBFBCE512F8191C61_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_ContainsKey_mEA0ED153B6EFF261077D0C1C2768C88211FAB9D7_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_get_Item_mDDD523513C55B4DAC5703EFB74C7542874E703E3_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m6F0308E6B4C8139E51F45E21F84A83F3AD755953_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_mC12D67FB6B2738537F274204A04E2DA463771F54_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_m561A81478F8A8A673F0EC31BF7663678A21FDA95_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_mA1D361FE9A99073D485E65E0A746D14AD56E6C1F_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_mB9D5C240AAB8BB8C4AEC862E805F99ABF5AAE3EC_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_mCC10AF4347888150C7C356728C8183205B81A638_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FChunkCacheNode_t722B86EEBE14E122F52272E47BD65461C421A89B_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mF01C477CDADA3CC4D7589AF47F15AA10EDB9A371_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_GetEnumerator_m6353C2F311D40B42FC5FF76519D054D93CCABEB0_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_GetEnumerator_mE99C8F0AD0E80C16E9B36E83EF6F842C1835085D_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m4E8A77D9DC18B2DBEED0F31589C42848E91083AD_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_mEEAFAAEB245C54FC097650424D1CECBEF528E966_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_tC2B2F0FF500476942F279BAE4B554183BB036C00_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
List_1_tC2B2F0FF500476942F279BAE4B554183BB036C00* V_0 = NULL;
|
|
Enumerator_tDFB92630CECB14E9DD1CF71E0032300637F0C7BF V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* V_2 = NULL;
|
|
int32_t V_3 = 0;
|
|
int32_t V_4 = 0;
|
|
int32_t V_5 = 0;
|
|
int32_t V_6 = 0;
|
|
int32_t V_7 = 0;
|
|
List_1_t72F81508323A323FA6727DCAE9E4209241B62383* V_8 = NULL;
|
|
int32_t V_9 = 0;
|
|
int32_t V_10 = 0;
|
|
Enumerator_t63D0D9D2F4A7D35CCD6B732EA566D06665532C5C V_11;
|
|
memset((&V_11), 0, sizeof(V_11));
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C V_12;
|
|
memset((&V_12), 0, sizeof(V_12));
|
|
int32_t V_13 = 0;
|
|
FChunkCacheNode_t722B86EEBE14E122F52272E47BD65461C421A89B* V_14 = NULL;
|
|
{
|
|
// List<FloorChunk> Chunks = new List<FloorChunk>();
|
|
List_1_tC2B2F0FF500476942F279BAE4B554183BB036C00* L_0 = (List_1_tC2B2F0FF500476942F279BAE4B554183BB036C00*)il2cpp_codegen_object_new(List_1_tC2B2F0FF500476942F279BAE4B554183BB036C00_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
List_1__ctor_m4E8A77D9DC18B2DBEED0F31589C42848E91083AD(L_0, List_1__ctor_m4E8A77D9DC18B2DBEED0F31589C42848E91083AD_RuntimeMethod_var);
|
|
V_0 = L_0;
|
|
// GetChunks(Chunks);
|
|
List_1_tC2B2F0FF500476942F279BAE4B554183BB036C00* L_1 = V_0;
|
|
FloorChunkDB_GetChunks_mEC7EF37B39E211C1E0D2413EB92A49B21E49A515(__this, L_1, NULL);
|
|
// foreach (FloorChunk Chunk in Chunks) {
|
|
List_1_tC2B2F0FF500476942F279BAE4B554183BB036C00* L_2 = V_0;
|
|
NullCheck(L_2);
|
|
Enumerator_tDFB92630CECB14E9DD1CF71E0032300637F0C7BF L_3;
|
|
L_3 = List_1_GetEnumerator_m6353C2F311D40B42FC5FF76519D054D93CCABEB0(L_2, List_1_GetEnumerator_m6353C2F311D40B42FC5FF76519D054D93CCABEB0_RuntimeMethod_var);
|
|
V_1 = L_3;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_018a:
|
|
{// begin finally (depth: 1)
|
|
Enumerator_Dispose_m6F0308E6B4C8139E51F45E21F84A83F3AD755953((&V_1), Enumerator_Dispose_m6F0308E6B4C8139E51F45E21F84A83F3AD755953_RuntimeMethod_var);
|
|
return;
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
{
|
|
goto IL_017c_1;
|
|
}
|
|
|
|
IL_0019_1:
|
|
{
|
|
// foreach (FloorChunk Chunk in Chunks) {
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_4;
|
|
L_4 = Enumerator_get_Current_mB9D5C240AAB8BB8C4AEC862E805F99ABF5AAE3EC_inline((&V_1), Enumerator_get_Current_mB9D5C240AAB8BB8C4AEC862E805F99ABF5AAE3EC_RuntimeMethod_var);
|
|
V_2 = L_4;
|
|
// int X0 = Chunk.Bounds.Location.x;
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_5 = V_2;
|
|
NullCheck(L_5);
|
|
Rectangle_tA560F5F5599A7C11DDD6E7EC2A93ABD2AAA6C64E* L_6 = (&L_5->___Bounds_2);
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_7;
|
|
L_7 = Rectangle_get_Location_mF005282420254BC725474ED27F3E4E7513956D2B_inline(L_6, NULL);
|
|
int32_t L_8 = L_7.___x_0;
|
|
V_3 = L_8;
|
|
// int Z0 = Chunk.Bounds.Location.z;
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_9 = V_2;
|
|
NullCheck(L_9);
|
|
Rectangle_tA560F5F5599A7C11DDD6E7EC2A93ABD2AAA6C64E* L_10 = (&L_9->___Bounds_2);
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_11;
|
|
L_11 = Rectangle_get_Location_mF005282420254BC725474ED27F3E4E7513956D2B_inline(L_10, NULL);
|
|
int32_t L_12 = L_11.___z_2;
|
|
V_4 = L_12;
|
|
// int X1 = X0 + Chunk.Bounds.Size.x;
|
|
int32_t L_13 = V_3;
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_14 = V_2;
|
|
NullCheck(L_14);
|
|
Rectangle_tA560F5F5599A7C11DDD6E7EC2A93ABD2AAA6C64E* L_15 = (&L_14->___Bounds_2);
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_16;
|
|
L_16 = Rectangle_get_Size_mA55765DC875BB6CEBED2C41C0DBC5258B7A79259_inline(L_15, NULL);
|
|
int32_t L_17 = L_16.___x_0;
|
|
V_5 = ((int32_t)il2cpp_codegen_add(L_13, L_17));
|
|
// int Z1 = Z0 + Chunk.Bounds.Size.z;
|
|
int32_t L_18 = V_4;
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_19 = V_2;
|
|
NullCheck(L_19);
|
|
Rectangle_tA560F5F5599A7C11DDD6E7EC2A93ABD2AAA6C64E* L_20 = (&L_19->___Bounds_2);
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_21;
|
|
L_21 = Rectangle_get_Size_mA55765DC875BB6CEBED2C41C0DBC5258B7A79259_inline(L_20, NULL);
|
|
int32_t L_22 = L_21.___z_2;
|
|
V_6 = ((int32_t)il2cpp_codegen_add(L_18, L_22));
|
|
// int y = Chunk.Bounds.Location.y;
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_23 = V_2;
|
|
NullCheck(L_23);
|
|
Rectangle_tA560F5F5599A7C11DDD6E7EC2A93ABD2AAA6C64E* L_24 = (&L_23->___Bounds_2);
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_25;
|
|
L_25 = Rectangle_get_Location_mF005282420254BC725474ED27F3E4E7513956D2B_inline(L_24, NULL);
|
|
int32_t L_26 = L_25.___y_1;
|
|
V_7 = L_26;
|
|
// List<IntVector> BoundCells = Chunk.BoundCells;
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_27 = V_2;
|
|
NullCheck(L_27);
|
|
List_1_t72F81508323A323FA6727DCAE9E4209241B62383* L_28 = L_27->___BoundCells_3;
|
|
V_8 = L_28;
|
|
// if (BoundCells.Count == 0) {
|
|
List_1_t72F81508323A323FA6727DCAE9E4209241B62383* L_29 = V_8;
|
|
NullCheck(L_29);
|
|
int32_t L_30;
|
|
L_30 = List_1_get_Count_mEEAFAAEB245C54FC097650424D1CECBEF528E966_inline(L_29, List_1_get_Count_mEEAFAAEB245C54FC097650424D1CECBEF528E966_RuntimeMethod_var);
|
|
if (L_30)
|
|
{
|
|
goto IL_00c5_1;
|
|
}
|
|
}
|
|
{
|
|
// for (int x = X0; x < X1; x++) {
|
|
int32_t L_31 = V_3;
|
|
V_9 = L_31;
|
|
goto IL_00bf_1;
|
|
}
|
|
|
|
IL_0095_1:
|
|
{
|
|
// for (int z = Z0; z < Z1; z++) {
|
|
int32_t L_32 = V_4;
|
|
V_10 = L_32;
|
|
goto IL_00b3_1;
|
|
}
|
|
|
|
IL_009b_1:
|
|
{
|
|
// BoundCells.Add(new IntVector(x, y, z));
|
|
List_1_t72F81508323A323FA6727DCAE9E4209241B62383* L_33 = V_8;
|
|
int32_t L_34 = V_9;
|
|
int32_t L_35 = V_7;
|
|
int32_t L_36 = V_10;
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_37;
|
|
memset((&L_37), 0, sizeof(L_37));
|
|
IntVector__ctor_mA5653A9122DC5F76C09064F96D45BD4A1255EE34((&L_37), L_34, L_35, L_36, /*hidden argument*/NULL);
|
|
NullCheck(L_33);
|
|
List_1_Add_mF01C477CDADA3CC4D7589AF47F15AA10EDB9A371_inline(L_33, L_37, List_1_Add_mF01C477CDADA3CC4D7589AF47F15AA10EDB9A371_RuntimeMethod_var);
|
|
// for (int z = Z0; z < Z1; z++) {
|
|
int32_t L_38 = V_10;
|
|
V_10 = ((int32_t)il2cpp_codegen_add(L_38, 1));
|
|
}
|
|
|
|
IL_00b3_1:
|
|
{
|
|
// for (int z = Z0; z < Z1; z++) {
|
|
int32_t L_39 = V_10;
|
|
int32_t L_40 = V_6;
|
|
if ((((int32_t)L_39) < ((int32_t)L_40)))
|
|
{
|
|
goto IL_009b_1;
|
|
}
|
|
}
|
|
{
|
|
// for (int x = X0; x < X1; x++) {
|
|
int32_t L_41 = V_9;
|
|
V_9 = ((int32_t)il2cpp_codegen_add(L_41, 1));
|
|
}
|
|
|
|
IL_00bf_1:
|
|
{
|
|
// for (int x = X0; x < X1; x++) {
|
|
int32_t L_42 = V_9;
|
|
int32_t L_43 = V_5;
|
|
if ((((int32_t)L_42) < ((int32_t)L_43)))
|
|
{
|
|
goto IL_0095_1;
|
|
}
|
|
}
|
|
|
|
IL_00c5_1:
|
|
{
|
|
// foreach (IntVector Cell in BoundCells) {
|
|
List_1_t72F81508323A323FA6727DCAE9E4209241B62383* L_44 = V_8;
|
|
NullCheck(L_44);
|
|
Enumerator_t63D0D9D2F4A7D35CCD6B732EA566D06665532C5C L_45;
|
|
L_45 = List_1_GetEnumerator_mE99C8F0AD0E80C16E9B36E83EF6F842C1835085D(L_44, List_1_GetEnumerator_mE99C8F0AD0E80C16E9B36E83EF6F842C1835085D_RuntimeMethod_var);
|
|
V_11 = L_45;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_016e_1:
|
|
{// begin finally (depth: 2)
|
|
Enumerator_Dispose_mC12D67FB6B2738537F274204A04E2DA463771F54((&V_11), Enumerator_Dispose_mC12D67FB6B2738537F274204A04E2DA463771F54_RuntimeMethod_var);
|
|
return;
|
|
}// end finally (depth: 2)
|
|
});
|
|
try
|
|
{// begin try (depth: 2)
|
|
{
|
|
goto IL_0160_2;
|
|
}
|
|
|
|
IL_00d3_2:
|
|
{
|
|
// foreach (IntVector Cell in BoundCells) {
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_46;
|
|
L_46 = Enumerator_get_Current_mCC10AF4347888150C7C356728C8183205B81A638_inline((&V_11), Enumerator_get_Current_mCC10AF4347888150C7C356728C8183205B81A638_RuntimeMethod_var);
|
|
V_12 = L_46;
|
|
// int Hash = HASH(Cell.x, Cell.y, Cell.z);
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_47 = V_12;
|
|
int32_t L_48 = L_47.___x_0;
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_49 = V_12;
|
|
int32_t L_50 = L_49.___y_1;
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_51 = V_12;
|
|
int32_t L_52 = L_51.___z_2;
|
|
int32_t L_53;
|
|
L_53 = FloorChunkDB_HASH_m3352803F4A0F3DF4D2829C1D5E0EBA88C48CE5B7(__this, L_48, L_50, L_52, NULL);
|
|
V_13 = L_53;
|
|
// if (!CachePositionToChunk.ContainsKey(Hash)) {
|
|
Dictionary_2_tDB52B2F94418CB3A97A8FF2E2378A3C67ABEDDCC* L_54 = __this->___CachePositionToChunk_1;
|
|
int32_t L_55 = V_13;
|
|
NullCheck(L_54);
|
|
bool L_56;
|
|
L_56 = Dictionary_2_ContainsKey_mEA0ED153B6EFF261077D0C1C2768C88211FAB9D7(L_54, L_55, Dictionary_2_ContainsKey_mEA0ED153B6EFF261077D0C1C2768C88211FAB9D7_RuntimeMethod_var);
|
|
if (L_56)
|
|
{
|
|
goto IL_0128_2;
|
|
}
|
|
}
|
|
{
|
|
// CachePositionToChunk.Add(Hash, new FChunkCacheNode(Chunk.Id, Chunk.Priority));
|
|
Dictionary_2_tDB52B2F94418CB3A97A8FF2E2378A3C67ABEDDCC* L_57 = __this->___CachePositionToChunk_1;
|
|
int32_t L_58 = V_13;
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_59 = V_2;
|
|
NullCheck(L_59);
|
|
int32_t L_60 = L_59->___Id_0;
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_61 = V_2;
|
|
NullCheck(L_61);
|
|
float L_62 = L_61->___Priority_5;
|
|
FChunkCacheNode_t722B86EEBE14E122F52272E47BD65461C421A89B* L_63 = (FChunkCacheNode_t722B86EEBE14E122F52272E47BD65461C421A89B*)il2cpp_codegen_object_new(FChunkCacheNode_t722B86EEBE14E122F52272E47BD65461C421A89B_il2cpp_TypeInfo_var);
|
|
NullCheck(L_63);
|
|
FChunkCacheNode__ctor_m5DB854D2CC7A0EDA1D18CC62B935E6DE0052BBC2(L_63, L_60, L_62, NULL);
|
|
NullCheck(L_57);
|
|
Dictionary_2_Add_m78B15C61E153B4E977473AFBBFBCE512F8191C61(L_57, L_58, L_63, Dictionary_2_Add_m78B15C61E153B4E977473AFBBFBCE512F8191C61_RuntimeMethod_var);
|
|
goto IL_0160_2;
|
|
}
|
|
|
|
IL_0128_2:
|
|
{
|
|
// FChunkCacheNode Node = CachePositionToChunk[Hash];
|
|
Dictionary_2_tDB52B2F94418CB3A97A8FF2E2378A3C67ABEDDCC* L_64 = __this->___CachePositionToChunk_1;
|
|
int32_t L_65 = V_13;
|
|
NullCheck(L_64);
|
|
FChunkCacheNode_t722B86EEBE14E122F52272E47BD65461C421A89B* L_66;
|
|
L_66 = Dictionary_2_get_Item_mDDD523513C55B4DAC5703EFB74C7542874E703E3(L_64, L_65, Dictionary_2_get_Item_mDDD523513C55B4DAC5703EFB74C7542874E703E3_RuntimeMethod_var);
|
|
V_14 = L_66;
|
|
// if (Node.Priority < Chunk.Priority) {
|
|
FChunkCacheNode_t722B86EEBE14E122F52272E47BD65461C421A89B* L_67 = V_14;
|
|
NullCheck(L_67);
|
|
float L_68 = L_67->___Priority_1;
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_69 = V_2;
|
|
NullCheck(L_69);
|
|
float L_70 = L_69->___Priority_5;
|
|
if ((!(((float)L_68) < ((float)L_70))))
|
|
{
|
|
goto IL_0160_2;
|
|
}
|
|
}
|
|
{
|
|
// Node.ChunkId = Chunk.Id;
|
|
FChunkCacheNode_t722B86EEBE14E122F52272E47BD65461C421A89B* L_71 = V_14;
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_72 = V_2;
|
|
NullCheck(L_72);
|
|
int32_t L_73 = L_72->___Id_0;
|
|
NullCheck(L_71);
|
|
L_71->___ChunkId_0 = L_73;
|
|
// Node.Priority = Chunk.Priority;
|
|
FChunkCacheNode_t722B86EEBE14E122F52272E47BD65461C421A89B* L_74 = V_14;
|
|
FloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775* L_75 = V_2;
|
|
NullCheck(L_75);
|
|
float L_76 = L_75->___Priority_5;
|
|
NullCheck(L_74);
|
|
L_74->___Priority_1 = L_76;
|
|
}
|
|
|
|
IL_0160_2:
|
|
{
|
|
// foreach (IntVector Cell in BoundCells) {
|
|
bool L_77;
|
|
L_77 = Enumerator_MoveNext_mA1D361FE9A99073D485E65E0A746D14AD56E6C1F((&V_11), Enumerator_MoveNext_mA1D361FE9A99073D485E65E0A746D14AD56E6C1F_RuntimeMethod_var);
|
|
if (L_77)
|
|
{
|
|
goto IL_00d3_2;
|
|
}
|
|
}
|
|
{
|
|
goto IL_017c_1;
|
|
}
|
|
}// end try (depth: 2)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_017c_1:
|
|
{
|
|
// foreach (FloorChunk Chunk in Chunks) {
|
|
bool L_78;
|
|
L_78 = Enumerator_MoveNext_m561A81478F8A8A673F0EC31BF7663678A21FDA95((&V_1), Enumerator_MoveNext_m561A81478F8A8A673F0EC31BF7663678A21FDA95_RuntimeMethod_var);
|
|
if (L_78)
|
|
{
|
|
goto IL_0019_1;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0198;
|
|
}
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_0198:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Int32 DungeonArchitect.Builders.FloorPlan.FloorChunkDB::HASH(System.Int32,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FloorChunkDB_HASH_m3352803F4A0F3DF4D2829C1D5E0EBA88C48CE5B7 (FloorChunkDB_tD6E5766D39D25018B82906C456A920512D9E0696* __this, int32_t ___0_x, int32_t ___1_y, int32_t ___2_z, const RuntimeMethod* method)
|
|
{
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
// return new IntVector(x, y, z).GetHashCode();
|
|
int32_t L_0 = ___0_x;
|
|
int32_t L_1 = ___1_y;
|
|
int32_t L_2 = ___2_z;
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_3;
|
|
memset((&L_3), 0, sizeof(L_3));
|
|
IntVector__ctor_mA5653A9122DC5F76C09064F96D45BD4A1255EE34((&L_3), L_0, L_1, L_2, /*hidden argument*/NULL);
|
|
V_0 = L_3;
|
|
int32_t L_4;
|
|
L_4 = IntVector_GetHashCode_mB319BBE5886636E56617A0D52F8608F78E276142((&V_0), NULL);
|
|
return L_4;
|
|
}
|
|
}
|
|
// DungeonArchitect.Builders.FloorPlan.FloorChunk[] DungeonArchitect.Builders.FloorPlan.FloorChunkDB::GetAllChunks()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FloorChunkU5BU5D_tD6A628523FF858A9D807AB3DF1912F14B30F8C91* FloorChunkDB_GetAllChunks_mF19CC1F91B2ECDB0A043537A537A893EA2B0E6FF (FloorChunkDB_tD6E5766D39D25018B82906C456A920512D9E0696* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_get_Values_m3BB780BD21162EC3C8BBADB82E29C3BEEAF0ACAA_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_ToArray_TisFloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775_m03252E2823E7A14AA4AF320E0E6999B3211F72A0_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return Chunks.Values.ToArray();
|
|
Dictionary_2_tAEA84C7C44DD92B642158B354A5873A02D010B7B* L_0 = __this->___Chunks_0;
|
|
NullCheck(L_0);
|
|
ValueCollection_t6EB79C992F3C3642BE21C01295A103410C83727D* L_1;
|
|
L_1 = Dictionary_2_get_Values_m3BB780BD21162EC3C8BBADB82E29C3BEEAF0ACAA(L_0, Dictionary_2_get_Values_m3BB780BD21162EC3C8BBADB82E29C3BEEAF0ACAA_RuntimeMethod_var);
|
|
FloorChunkU5BU5D_tD6A628523FF858A9D807AB3DF1912F14B30F8C91* L_2;
|
|
L_2 = Enumerable_ToArray_TisFloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775_m03252E2823E7A14AA4AF320E0E6999B3211F72A0(L_1, Enumerable_ToArray_TisFloorChunk_tAC83CD48FF7274B4A43054F73811E8863870D775_m03252E2823E7A14AA4AF320E0E6999B3211F72A0_RuntimeMethod_var);
|
|
return L_2;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void DungeonArchitect.Builders.FloorPlan.FloorChunkDB/FChunkCacheNode::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FChunkCacheNode__ctor_mC8F25C5EE4E5EBC96C0D438EFA7E337E80BEB4A9 (FChunkCacheNode_t722B86EEBE14E122F52272E47BD65461C421A89B* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public FChunkCacheNode() {
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
// ChunkId = -1;
|
|
__this->___ChunkId_0 = (-1);
|
|
// Priority = 0;
|
|
__this->___Priority_1 = (0.0f);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void DungeonArchitect.Builders.FloorPlan.FloorChunkDB/FChunkCacheNode::.ctor(System.Int32,System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FChunkCacheNode__ctor_m5DB854D2CC7A0EDA1D18CC62B935E6DE0052BBC2 (FChunkCacheNode_t722B86EEBE14E122F52272E47BD65461C421A89B* __this, int32_t ___0_InChunkId, float ___1_InPriority, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public FChunkCacheNode(int InChunkId, float InPriority)
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
// ChunkId = InChunkId;
|
|
int32_t L_0 = ___0_InChunkId;
|
|
__this->___ChunkId_0 = L_0;
|
|
// Priority = InPriority;
|
|
float L_1 = ___1_InPriority;
|
|
__this->___Priority_1 = 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.Void DungeonArchitect.Builders.FloorPlan.FloorDoorManager::RegisterDoor(DungeonArchitect.IntVector,DungeonArchitect.IntVector)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FloorDoorManager_RegisterDoor_m9F6320D881720AE70E4FED473736F14534ABF9D9 (FloorDoorManager_tB284F7FF94D176DB5250C96E2A25376D07FEB8E2* __this, IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C ___0_A, IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C ___1_B, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Add_m832F97F27EDAB267F2DA94A0EBFA3FCD7E847CB9_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_ContainsKey_m9B221216FCB5C31A46DE0826DCD5BFF25CEC7C76_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_get_Item_m01C6D6B93A50CD0E695E24766749A5313E5ED357_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_Add_m3CEC6A8ED133CA7EF3C957EA7C946E401291F79C_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1__ctor_m606D72FA17DC5FB76BFFBA90AE31EF85BE643D0A_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_tA1EF3184AD46B7255ABC462FA85BEA5168966215_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (!DoorMap.ContainsKey(A))
|
|
Dictionary_2_t0A29C7F6E2FC79FA63F0CF7886E5407F4324D526* L_0 = __this->___DoorMap_0;
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_1 = ___0_A;
|
|
NullCheck(L_0);
|
|
bool L_2;
|
|
L_2 = Dictionary_2_ContainsKey_m9B221216FCB5C31A46DE0826DCD5BFF25CEC7C76(L_0, L_1, Dictionary_2_ContainsKey_m9B221216FCB5C31A46DE0826DCD5BFF25CEC7C76_RuntimeMethod_var);
|
|
if (L_2)
|
|
{
|
|
goto IL_001f;
|
|
}
|
|
}
|
|
{
|
|
// DoorMap.Add(A, new HashSet<IntVector>());
|
|
Dictionary_2_t0A29C7F6E2FC79FA63F0CF7886E5407F4324D526* L_3 = __this->___DoorMap_0;
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_4 = ___0_A;
|
|
HashSet_1_tA1EF3184AD46B7255ABC462FA85BEA5168966215* L_5 = (HashSet_1_tA1EF3184AD46B7255ABC462FA85BEA5168966215*)il2cpp_codegen_object_new(HashSet_1_tA1EF3184AD46B7255ABC462FA85BEA5168966215_il2cpp_TypeInfo_var);
|
|
NullCheck(L_5);
|
|
HashSet_1__ctor_m606D72FA17DC5FB76BFFBA90AE31EF85BE643D0A(L_5, HashSet_1__ctor_m606D72FA17DC5FB76BFFBA90AE31EF85BE643D0A_RuntimeMethod_var);
|
|
NullCheck(L_3);
|
|
Dictionary_2_Add_m832F97F27EDAB267F2DA94A0EBFA3FCD7E847CB9(L_3, L_4, L_5, Dictionary_2_Add_m832F97F27EDAB267F2DA94A0EBFA3FCD7E847CB9_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_001f:
|
|
{
|
|
// DoorMap[A].Add(B);
|
|
Dictionary_2_t0A29C7F6E2FC79FA63F0CF7886E5407F4324D526* L_6 = __this->___DoorMap_0;
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_7 = ___0_A;
|
|
NullCheck(L_6);
|
|
HashSet_1_tA1EF3184AD46B7255ABC462FA85BEA5168966215* L_8;
|
|
L_8 = Dictionary_2_get_Item_m01C6D6B93A50CD0E695E24766749A5313E5ED357(L_6, L_7, Dictionary_2_get_Item_m01C6D6B93A50CD0E695E24766749A5313E5ED357_RuntimeMethod_var);
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_9 = ___1_B;
|
|
NullCheck(L_8);
|
|
bool L_10;
|
|
L_10 = HashSet_1_Add_m3CEC6A8ED133CA7EF3C957EA7C946E401291F79C(L_8, L_9, HashSet_1_Add_m3CEC6A8ED133CA7EF3C957EA7C946E401291F79C_RuntimeMethod_var);
|
|
// if (!DoorMap.ContainsKey(B))
|
|
Dictionary_2_t0A29C7F6E2FC79FA63F0CF7886E5407F4324D526* L_11 = __this->___DoorMap_0;
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_12 = ___1_B;
|
|
NullCheck(L_11);
|
|
bool L_13;
|
|
L_13 = Dictionary_2_ContainsKey_m9B221216FCB5C31A46DE0826DCD5BFF25CEC7C76(L_11, L_12, Dictionary_2_ContainsKey_m9B221216FCB5C31A46DE0826DCD5BFF25CEC7C76_RuntimeMethod_var);
|
|
if (L_13)
|
|
{
|
|
goto IL_0051;
|
|
}
|
|
}
|
|
{
|
|
// DoorMap.Add(B, new HashSet<IntVector>());
|
|
Dictionary_2_t0A29C7F6E2FC79FA63F0CF7886E5407F4324D526* L_14 = __this->___DoorMap_0;
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_15 = ___1_B;
|
|
HashSet_1_tA1EF3184AD46B7255ABC462FA85BEA5168966215* L_16 = (HashSet_1_tA1EF3184AD46B7255ABC462FA85BEA5168966215*)il2cpp_codegen_object_new(HashSet_1_tA1EF3184AD46B7255ABC462FA85BEA5168966215_il2cpp_TypeInfo_var);
|
|
NullCheck(L_16);
|
|
HashSet_1__ctor_m606D72FA17DC5FB76BFFBA90AE31EF85BE643D0A(L_16, HashSet_1__ctor_m606D72FA17DC5FB76BFFBA90AE31EF85BE643D0A_RuntimeMethod_var);
|
|
NullCheck(L_14);
|
|
Dictionary_2_Add_m832F97F27EDAB267F2DA94A0EBFA3FCD7E847CB9(L_14, L_15, L_16, Dictionary_2_Add_m832F97F27EDAB267F2DA94A0EBFA3FCD7E847CB9_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0051:
|
|
{
|
|
// DoorMap[B].Add(A);
|
|
Dictionary_2_t0A29C7F6E2FC79FA63F0CF7886E5407F4324D526* L_17 = __this->___DoorMap_0;
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_18 = ___1_B;
|
|
NullCheck(L_17);
|
|
HashSet_1_tA1EF3184AD46B7255ABC462FA85BEA5168966215* L_19;
|
|
L_19 = Dictionary_2_get_Item_m01C6D6B93A50CD0E695E24766749A5313E5ED357(L_17, L_18, Dictionary_2_get_Item_m01C6D6B93A50CD0E695E24766749A5313E5ED357_RuntimeMethod_var);
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_20 = ___0_A;
|
|
NullCheck(L_19);
|
|
bool L_21;
|
|
L_21 = HashSet_1_Add_m3CEC6A8ED133CA7EF3C957EA7C946E401291F79C(L_19, L_20, HashSet_1_Add_m3CEC6A8ED133CA7EF3C957EA7C946E401291F79C_RuntimeMethod_var);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean DungeonArchitect.Builders.FloorPlan.FloorDoorManager::ContainsDoorVolume(UnityEngine.Vector3,System.Collections.Generic.List`1<DungeonArchitect.Volume>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FloorDoorManager_ContainsDoorVolume_m97F9EF3116EB7CCB22109AD4BA8C5B569CB000D1 (FloorDoorManager_tB284F7FF94D176DB5250C96E2A25376D07FEB8E2* __this, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_WorldLocation, List_1_tC9D21D2966EBAA07241DB95D292FBCAE9A1227D2* ___1_DoorVolumes, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return false;
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean DungeonArchitect.Builders.FloorPlan.FloorDoorManager::ContainsDoor(DungeonArchitect.IntVector,DungeonArchitect.IntVector)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FloorDoorManager_ContainsDoor_m13FA57D91217242D7035E4D7E4CD555A0E489FBD (FloorDoorManager_tB284F7FF94D176DB5250C96E2A25376D07FEB8E2* __this, IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C ___0_A, IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C ___1_B, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_ContainsKey_m9B221216FCB5C31A46DE0826DCD5BFF25CEC7C76_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_get_Item_m01C6D6B93A50CD0E695E24766749A5313E5ED357_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_Contains_m912E38AD34AEBA45CCD4C1D112E289133DFC1678_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (!DoorMap.ContainsKey(A)) {
|
|
Dictionary_2_t0A29C7F6E2FC79FA63F0CF7886E5407F4324D526* L_0 = __this->___DoorMap_0;
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_1 = ___0_A;
|
|
NullCheck(L_0);
|
|
bool L_2;
|
|
L_2 = Dictionary_2_ContainsKey_m9B221216FCB5C31A46DE0826DCD5BFF25CEC7C76(L_0, L_1, Dictionary_2_ContainsKey_m9B221216FCB5C31A46DE0826DCD5BFF25CEC7C76_RuntimeMethod_var);
|
|
if (L_2)
|
|
{
|
|
goto IL_0010;
|
|
}
|
|
}
|
|
{
|
|
// return false;
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
// return DoorMap[A].Contains(B);
|
|
Dictionary_2_t0A29C7F6E2FC79FA63F0CF7886E5407F4324D526* L_3 = __this->___DoorMap_0;
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_4 = ___0_A;
|
|
NullCheck(L_3);
|
|
HashSet_1_tA1EF3184AD46B7255ABC462FA85BEA5168966215* L_5;
|
|
L_5 = Dictionary_2_get_Item_m01C6D6B93A50CD0E695E24766749A5313E5ED357(L_3, L_4, Dictionary_2_get_Item_m01C6D6B93A50CD0E695E24766749A5313E5ED357_RuntimeMethod_var);
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_6 = ___1_B;
|
|
NullCheck(L_5);
|
|
bool L_7;
|
|
L_7 = HashSet_1_Contains_m912E38AD34AEBA45CCD4C1D112E289133DFC1678(L_5, L_6, HashSet_1_Contains_m912E38AD34AEBA45CCD4C1D112E289133DFC1678_RuntimeMethod_var);
|
|
return L_7;
|
|
}
|
|
}
|
|
// System.Void DungeonArchitect.Builders.FloorPlan.FloorDoorManager::Clear()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FloorDoorManager_Clear_mCB13BC6518F1131B6BD9EA75ED4F5830BDDE0616 (FloorDoorManager_tB284F7FF94D176DB5250C96E2A25376D07FEB8E2* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Clear_m232D6420CB72D707C2329510D58F53631343C43A_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// DoorMap.Clear();
|
|
Dictionary_2_t0A29C7F6E2FC79FA63F0CF7886E5407F4324D526* L_0 = __this->___DoorMap_0;
|
|
NullCheck(L_0);
|
|
Dictionary_2_Clear_m232D6420CB72D707C2329510D58F53631343C43A(L_0, Dictionary_2_Clear_m232D6420CB72D707C2329510D58F53631343C43A_RuntimeMethod_var);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void DungeonArchitect.Builders.FloorPlan.FloorDoorManager::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FloorDoorManager__ctor_m54F0539CB605082CECBB4C7FD7014A0BC7884C44 (FloorDoorManager_tB284F7FF94D176DB5250C96E2A25376D07FEB8E2* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_m3A8F36D7A747D8600654C68A1847EA41B99D54F6_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_t0A29C7F6E2FC79FA63F0CF7886E5407F4324D526_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// private Dictionary<IntVector, HashSet<IntVector>> DoorMap = new Dictionary<IntVector,HashSet<IntVector>>();
|
|
Dictionary_2_t0A29C7F6E2FC79FA63F0CF7886E5407F4324D526* L_0 = (Dictionary_2_t0A29C7F6E2FC79FA63F0CF7886E5407F4324D526*)il2cpp_codegen_object_new(Dictionary_2_t0A29C7F6E2FC79FA63F0CF7886E5407F4324D526_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
Dictionary_2__ctor_m3A8F36D7A747D8600654C68A1847EA41B99D54F6(L_0, Dictionary_2__ctor_m3A8F36D7A747D8600654C68A1847EA41B99D54F6_RuntimeMethod_var);
|
|
__this->___DoorMap_0 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___DoorMap_0), (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
|
|
// DungeonArchitect.SpatialConstraints.SpatialConstraintRuleDomain DungeonArchitect.Builders.FloorPlan.FloorPlanSpatialConstraintProcessor::GetDomain(DungeonArchitect.SpatialConstraints.SpatialConstraintProcessorContext)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SpatialConstraintRuleDomain_t8806A221A568DB9E1DB40B1853E58B52BB3EB4C3* FloorPlanSpatialConstraintProcessor_GetDomain_m9D9EC9317E74136FFEC9718B2C260150B3D14A4C (FloorPlanSpatialConstraintProcessor_tDDD8E47043037EB18D7166EBCB9BC824575E5B41* __this, SpatialConstraintProcessorContext_tEB099C91F3C403C98BD8A0E0B7DFFF1C9FA9AEF7* ___0_context, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FloorPlanConfig_t532D06F3A07E9398692974242B19B5D2A4A36D16_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
FloorPlanConfig_t532D06F3A07E9398692974242B19B5D2A4A36D16* V_0 = NULL;
|
|
{
|
|
// var floorPlanConfig = context.config as FloorPlanConfig;
|
|
SpatialConstraintProcessorContext_tEB099C91F3C403C98BD8A0E0B7DFFF1C9FA9AEF7* L_0 = ___0_context;
|
|
NullCheck(L_0);
|
|
DungeonConfig_tAB374D87D0852393B67D890DA66CD4B0EC2D7FBD* L_1 = L_0->___config_3;
|
|
V_0 = ((FloorPlanConfig_t532D06F3A07E9398692974242B19B5D2A4A36D16*)IsInstClass((RuntimeObject*)L_1, FloorPlanConfig_t532D06F3A07E9398692974242B19B5D2A4A36D16_il2cpp_TypeInfo_var));
|
|
// var domain = base.GetDomain(context);
|
|
SpatialConstraintProcessorContext_tEB099C91F3C403C98BD8A0E0B7DFFF1C9FA9AEF7* L_2 = ___0_context;
|
|
SpatialConstraintRuleDomain_t8806A221A568DB9E1DB40B1853E58B52BB3EB4C3* L_3;
|
|
L_3 = SpatialConstraintProcessor_GetDomain_mFEED4C45DA1FEB77D81395E21767AFB1AD05FED3(__this, L_2, NULL);
|
|
// domain.gridSize = floorPlanConfig.GridSize;
|
|
SpatialConstraintRuleDomain_t8806A221A568DB9E1DB40B1853E58B52BB3EB4C3* L_4 = L_3;
|
|
FloorPlanConfig_t532D06F3A07E9398692974242B19B5D2A4A36D16* L_5 = V_0;
|
|
NullCheck(L_5);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_6 = L_5->___GridSize_6;
|
|
NullCheck(L_4);
|
|
L_4->___gridSize_1 = L_6;
|
|
// return domain;
|
|
return L_4;
|
|
}
|
|
}
|
|
// System.Void DungeonArchitect.Builders.FloorPlan.FloorPlanSpatialConstraintProcessor::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FloorPlanSpatialConstraintProcessor__ctor_mBAA031B205A14F0F8872FF8D58E0A4E9C6FA5F5E (FloorPlanSpatialConstraintProcessor_tDDD8E47043037EB18D7166EBCB9BC824575E5B41* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
SpatialConstraintProcessor__ctor_m85DDD58A2DDE97F984125A531221E6E782865F6C(__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 DungeonArchitect.Builders.FloorPlan.Tooling.FloorPlanCorridorTool::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FloorPlanCorridorTool__ctor_mA32292433FF1DD0235F17D772FF5C63331BC849A (FloorPlanCorridorTool_t17CBA4719EEDAFE77EFE787606AC0A0AC90B47CB* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public bool dynamicUpdate = true;
|
|
__this->___dynamicUpdate_5 = (bool)1;
|
|
MonoBehaviour__ctor_m592DB0105CA0BC97AA1C5F4AD27B12D68A3B7C1E(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void DungeonArchitect.Builders.CircularCity.CircularCityDungeonMarkerNames::.cctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CircularCityDungeonMarkerNames__cctor_m1D1172F9AF7766BE80C3AF77A8BAC19A3BD59B00 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CircularCityDungeonMarkerNames_tD9DE7FBCEE796749D71974981B9047385DA12E60_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral796FE75CFA4A0649EA383B404667A2BCBA44126F);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9DE29D01AF39A16E126C934FFB37D95BEF629539);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9E063A9B348BCB07C23849EA565FA85FED3695DA);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC93CEEE043F6977FE3E5134B95256B529517B6FB);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCA11EB6587C29C39FDA72B5BD2B7F1EAC1045324);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD95BA11EC07D9529B429010721599C0479634B7B);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public static readonly string House = "House";
|
|
((CircularCityDungeonMarkerNames_tD9DE7FBCEE796749D71974981B9047385DA12E60_StaticFields*)il2cpp_codegen_static_fields_for(CircularCityDungeonMarkerNames_tD9DE7FBCEE796749D71974981B9047385DA12E60_il2cpp_TypeInfo_var))->___House_0 = _stringLiteralC93CEEE043F6977FE3E5134B95256B529517B6FB;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((CircularCityDungeonMarkerNames_tD9DE7FBCEE796749D71974981B9047385DA12E60_StaticFields*)il2cpp_codegen_static_fields_for(CircularCityDungeonMarkerNames_tD9DE7FBCEE796749D71974981B9047385DA12E60_il2cpp_TypeInfo_var))->___House_0), (void*)_stringLiteralC93CEEE043F6977FE3E5134B95256B529517B6FB);
|
|
// public static readonly string WallMarkerName = "CityWall";
|
|
((CircularCityDungeonMarkerNames_tD9DE7FBCEE796749D71974981B9047385DA12E60_StaticFields*)il2cpp_codegen_static_fields_for(CircularCityDungeonMarkerNames_tD9DE7FBCEE796749D71974981B9047385DA12E60_il2cpp_TypeInfo_var))->___WallMarkerName_1 = _stringLiteral9E063A9B348BCB07C23849EA565FA85FED3695DA;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((CircularCityDungeonMarkerNames_tD9DE7FBCEE796749D71974981B9047385DA12E60_StaticFields*)il2cpp_codegen_static_fields_for(CircularCityDungeonMarkerNames_tD9DE7FBCEE796749D71974981B9047385DA12E60_il2cpp_TypeInfo_var))->___WallMarkerName_1), (void*)_stringLiteral9E063A9B348BCB07C23849EA565FA85FED3695DA);
|
|
// public static readonly string DoorMarkerName = "CityDoor";
|
|
((CircularCityDungeonMarkerNames_tD9DE7FBCEE796749D71974981B9047385DA12E60_StaticFields*)il2cpp_codegen_static_fields_for(CircularCityDungeonMarkerNames_tD9DE7FBCEE796749D71974981B9047385DA12E60_il2cpp_TypeInfo_var))->___DoorMarkerName_2 = _stringLiteral9DE29D01AF39A16E126C934FFB37D95BEF629539;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((CircularCityDungeonMarkerNames_tD9DE7FBCEE796749D71974981B9047385DA12E60_StaticFields*)il2cpp_codegen_static_fields_for(CircularCityDungeonMarkerNames_tD9DE7FBCEE796749D71974981B9047385DA12E60_il2cpp_TypeInfo_var))->___DoorMarkerName_2), (void*)_stringLiteral9DE29D01AF39A16E126C934FFB37D95BEF629539);
|
|
// public static readonly string GroundMarkerName = "CityGround";
|
|
((CircularCityDungeonMarkerNames_tD9DE7FBCEE796749D71974981B9047385DA12E60_StaticFields*)il2cpp_codegen_static_fields_for(CircularCityDungeonMarkerNames_tD9DE7FBCEE796749D71974981B9047385DA12E60_il2cpp_TypeInfo_var))->___GroundMarkerName_3 = _stringLiteralD95BA11EC07D9529B429010721599C0479634B7B;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((CircularCityDungeonMarkerNames_tD9DE7FBCEE796749D71974981B9047385DA12E60_StaticFields*)il2cpp_codegen_static_fields_for(CircularCityDungeonMarkerNames_tD9DE7FBCEE796749D71974981B9047385DA12E60_il2cpp_TypeInfo_var))->___GroundMarkerName_3), (void*)_stringLiteralD95BA11EC07D9529B429010721599C0479634B7B);
|
|
// public static readonly string CornerTowerMarkerName = "CornerTower";
|
|
((CircularCityDungeonMarkerNames_tD9DE7FBCEE796749D71974981B9047385DA12E60_StaticFields*)il2cpp_codegen_static_fields_for(CircularCityDungeonMarkerNames_tD9DE7FBCEE796749D71974981B9047385DA12E60_il2cpp_TypeInfo_var))->___CornerTowerMarkerName_4 = _stringLiteral796FE75CFA4A0649EA383B404667A2BCBA44126F;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((CircularCityDungeonMarkerNames_tD9DE7FBCEE796749D71974981B9047385DA12E60_StaticFields*)il2cpp_codegen_static_fields_for(CircularCityDungeonMarkerNames_tD9DE7FBCEE796749D71974981B9047385DA12E60_il2cpp_TypeInfo_var))->___CornerTowerMarkerName_4), (void*)_stringLiteral796FE75CFA4A0649EA383B404667A2BCBA44126F);
|
|
// public static readonly string WallPaddingMarkerName = "CityWallPadding";
|
|
((CircularCityDungeonMarkerNames_tD9DE7FBCEE796749D71974981B9047385DA12E60_StaticFields*)il2cpp_codegen_static_fields_for(CircularCityDungeonMarkerNames_tD9DE7FBCEE796749D71974981B9047385DA12E60_il2cpp_TypeInfo_var))->___WallPaddingMarkerName_5 = _stringLiteralCA11EB6587C29C39FDA72B5BD2B7F1EAC1045324;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((CircularCityDungeonMarkerNames_tD9DE7FBCEE796749D71974981B9047385DA12E60_StaticFields*)il2cpp_codegen_static_fields_for(CircularCityDungeonMarkerNames_tD9DE7FBCEE796749D71974981B9047385DA12E60_il2cpp_TypeInfo_var))->___WallPaddingMarkerName_5), (void*)_stringLiteralCA11EB6587C29C39FDA72B5BD2B7F1EAC1045324);
|
|
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 DungeonArchitect.Builders.CircularCity.CircularCityDungeonBuilder::BuildDungeon(DungeonArchitect.DungeonConfig,DungeonArchitect.DungeonModel)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CircularCityDungeonBuilder_BuildDungeon_m894B85E9A53A1A4A87A95CA51BE68107ED109BFC (CircularCityDungeonBuilder_tEBE5CB17237826ACF003AAB85449D042810B3AB0* __this, DungeonConfig_tAB374D87D0852393B67D890DA66CD4B0EC2D7FBD* ___0_config, DungeonModel_t53A77B7094F80C6A6C626E2E6B647289FBF29D19* ___1_model, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CircularCityDungeonConfig_t7817BFF1E73208574A6840788A4429EEE3654351_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CircularCityDungeonModel_t94F17830E23611EE5B86A93B5CA7B1024193ABDE_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Random_t79716069EDE67D1D7734F60AE402D0CA3FB6B4C8_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stopwatch_tA188A210449E22C07053A7D3014DD182C7369043_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral28A7AC9D8C919C224000CAEB134D66D11C6FAB2C);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB2D5CF834B3ADC1AADFB6AC910ACB630EDEC272E);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Stopwatch_tA188A210449E22C07053A7D3014DD182C7369043* V_0 = NULL;
|
|
float V_1 = 0.0f;
|
|
{
|
|
// var sw = System.Diagnostics.Stopwatch.StartNew();
|
|
il2cpp_codegen_runtime_class_init_inline(Stopwatch_tA188A210449E22C07053A7D3014DD182C7369043_il2cpp_TypeInfo_var);
|
|
Stopwatch_tA188A210449E22C07053A7D3014DD182C7369043* L_0;
|
|
L_0 = Stopwatch_StartNew_mF813F15E68604C7734FECC301B7042A521041259(NULL);
|
|
V_0 = L_0;
|
|
// base.BuildDungeon(config, model);
|
|
DungeonConfig_tAB374D87D0852393B67D890DA66CD4B0EC2D7FBD* L_1 = ___0_config;
|
|
DungeonModel_t53A77B7094F80C6A6C626E2E6B647289FBF29D19* L_2 = ___1_model;
|
|
DungeonBuilder_BuildDungeon_m3560800F8DB87C0B58247D249C2400C41A865535(__this, L_1, L_2, NULL);
|
|
// random = new System.Random((int)config.Seed);
|
|
DungeonConfig_tAB374D87D0852393B67D890DA66CD4B0EC2D7FBD* L_3 = ___0_config;
|
|
NullCheck(L_3);
|
|
uint32_t L_4 = L_3->___Seed_4;
|
|
Random_t79716069EDE67D1D7734F60AE402D0CA3FB6B4C8* L_5 = (Random_t79716069EDE67D1D7734F60AE402D0CA3FB6B4C8*)il2cpp_codegen_object_new(Random_t79716069EDE67D1D7734F60AE402D0CA3FB6B4C8_il2cpp_TypeInfo_var);
|
|
NullCheck(L_5);
|
|
Random__ctor_mFB386F0C0ED85F26CD069C3527052B81878A2F1E(L_5, L_4, NULL);
|
|
__this->___random_16 = L_5;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___random_16), (void*)L_5);
|
|
// cityConfig = config as CircularCityDungeonConfig;
|
|
DungeonConfig_tAB374D87D0852393B67D890DA66CD4B0EC2D7FBD* L_6 = ___0_config;
|
|
__this->___cityConfig_14 = ((CircularCityDungeonConfig_t7817BFF1E73208574A6840788A4429EEE3654351*)IsInstClass((RuntimeObject*)L_6, CircularCityDungeonConfig_t7817BFF1E73208574A6840788A4429EEE3654351_il2cpp_TypeInfo_var));
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___cityConfig_14), (void*)((CircularCityDungeonConfig_t7817BFF1E73208574A6840788A4429EEE3654351*)IsInstClass((RuntimeObject*)L_6, CircularCityDungeonConfig_t7817BFF1E73208574A6840788A4429EEE3654351_il2cpp_TypeInfo_var)));
|
|
// cityModel = model as CircularCityDungeonModel;
|
|
DungeonModel_t53A77B7094F80C6A6C626E2E6B647289FBF29D19* L_7 = ___1_model;
|
|
__this->___cityModel_15 = ((CircularCityDungeonModel_t94F17830E23611EE5B86A93B5CA7B1024193ABDE*)IsInstClass((RuntimeObject*)L_7, CircularCityDungeonModel_t94F17830E23611EE5B86A93B5CA7B1024193ABDE_il2cpp_TypeInfo_var));
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___cityModel_15), (void*)((CircularCityDungeonModel_t94F17830E23611EE5B86A93B5CA7B1024193ABDE*)IsInstClass((RuntimeObject*)L_7, CircularCityDungeonModel_t94F17830E23611EE5B86A93B5CA7B1024193ABDE_il2cpp_TypeInfo_var)));
|
|
// cityModel.Config = cityConfig;
|
|
CircularCityDungeonModel_t94F17830E23611EE5B86A93B5CA7B1024193ABDE* L_8 = __this->___cityModel_15;
|
|
CircularCityDungeonConfig_t7817BFF1E73208574A6840788A4429EEE3654351* L_9 = __this->___cityConfig_14;
|
|
NullCheck(L_8);
|
|
L_8->___Config_4 = L_9;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_8->___Config_4), (void*)L_9);
|
|
// GenerateCityLayout();
|
|
CircularCityDungeonBuilder_GenerateCityLayout_m26B87DBC1CB06C99CF6B0E182B48758DFB2FCFCD(__this, NULL);
|
|
// sw.Stop();
|
|
Stopwatch_tA188A210449E22C07053A7D3014DD182C7369043* L_10 = V_0;
|
|
NullCheck(L_10);
|
|
Stopwatch_Stop_m8F2A2EFD9D7D5B4180A5E5379E5443864618D7DC(L_10, NULL);
|
|
// Debug.Log("Time elapsed: " + (sw.ElapsedMilliseconds / 1000.0f) + " s");
|
|
Stopwatch_tA188A210449E22C07053A7D3014DD182C7369043* L_11 = V_0;
|
|
NullCheck(L_11);
|
|
int64_t L_12;
|
|
L_12 = Stopwatch_get_ElapsedMilliseconds_m8D8E60ADEB47D008C06D8E57D28D41EAE07AECBF(L_11, NULL);
|
|
V_1 = ((float)(((float)L_12)/(1000.0f)));
|
|
String_t* L_13;
|
|
L_13 = Single_ToString_mE282EDA9CA4F7DF88432D807732837A629D04972((&V_1), NULL);
|
|
String_t* L_14;
|
|
L_14 = String_Concat_m8855A6DE10F84DA7F4EC113CADDB59873A25573B(_stringLiteralB2D5CF834B3ADC1AADFB6AC910ACB630EDEC272E, L_13, _stringLiteral28A7AC9D8C919C224000CAEB134D66D11C6FAB2C, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
Debug_Log_m87A9A3C761FF5C43ED8A53B16190A53D08F818BB(L_14, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void DungeonArchitect.Builders.CircularCity.CircularCityDungeonBuilder::OnDestroyed()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CircularCityDungeonBuilder_OnDestroyed_m37FCEEA1A5E2CC06A580E7E7CBA8C523A6177A15 (CircularCityDungeonBuilder_tEBE5CB17237826ACF003AAB85449D042810B3AB0* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CircularCityDungeonModel_t94F17830E23611EE5B86A93B5CA7B1024193ABDE_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// base.OnDestroyed();
|
|
DungeonBuilder_OnDestroyed_m3E662FC6E5EF3FF6E579A72C71A9A8203CA25B35(__this, NULL);
|
|
// cityModel = model as CircularCityDungeonModel;
|
|
DungeonModel_t53A77B7094F80C6A6C626E2E6B647289FBF29D19* L_0 = ((DungeonBuilder_tD1E33B0EE44EFF472152D3D8233F3804191E65EA*)__this)->___model_7;
|
|
__this->___cityModel_15 = ((CircularCityDungeonModel_t94F17830E23611EE5B86A93B5CA7B1024193ABDE*)IsInstClass((RuntimeObject*)L_0, CircularCityDungeonModel_t94F17830E23611EE5B86A93B5CA7B1024193ABDE_il2cpp_TypeInfo_var));
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___cityModel_15), (void*)((CircularCityDungeonModel_t94F17830E23611EE5B86A93B5CA7B1024193ABDE*)IsInstClass((RuntimeObject*)L_0, CircularCityDungeonModel_t94F17830E23611EE5B86A93B5CA7B1024193ABDE_il2cpp_TypeInfo_var)));
|
|
// if (cityModel.roadGraph != null)
|
|
CircularCityDungeonModel_t94F17830E23611EE5B86A93B5CA7B1024193ABDE* L_1 = __this->___cityModel_15;
|
|
NullCheck(L_1);
|
|
RoadGraph_tBBD3345D24DE5F906DB32FD25C86EBDCD929F20D* L_2 = L_1->___roadGraph_5;
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void DungeonArchitect.Builders.CircularCity.CircularCityDungeonBuilder::EmitMarkers()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CircularCityDungeonBuilder_EmitMarkers_mC790F8233FA3B616EC89D758B9C5A4F1FD5E4CFA (CircularCityDungeonBuilder_tEBE5CB17237826ACF003AAB85449D042810B3AB0* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// base.EmitMarkers();
|
|
DungeonBuilder_EmitMarkers_m9A37877CCDCD23ED308C323678985233569EB0F1(__this, NULL);
|
|
// EmitCityMarkers();
|
|
CircularCityDungeonBuilder_EmitCityMarkers_m96941F538B4D68BD24FE39880DCB360C1B0A4A06(__this, NULL);
|
|
// ProcessMarkerOverrideVolumes();
|
|
DungeonBuilder_ProcessMarkerOverrideVolumes_m1D956AAA9A0ED06FEEA3CF88D40E4BAA41ACDFCA(__this, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// UnityEngine.Texture2D DungeonArchitect.Builders.CircularCity.CircularCityDungeonBuilder::GetSplatTexture(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* CircularCityDungeonBuilder_GetSplatTexture_m702FDD71A4310B7580FC321D2FCC3D25F3DC693D (CircularCityDungeonBuilder_tEBE5CB17237826ACF003AAB85449D042810B3AB0* __this, int32_t ___0_index, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisDungeonSplatmap_t029BF947A28B396CEB89BBB14D81A1DB0EF98672_mED46E1CAAE3A9A02116629EAA93A5A76AE2F90E2_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
DungeonSplatmap_t029BF947A28B396CEB89BBB14D81A1DB0EF98672* V_0 = NULL;
|
|
DungeonSplatAsset_t58A425B4FC3E1B1460D445B2E0735BE5E4A4714C* V_1 = NULL;
|
|
{
|
|
// var splatComponent = GetComponent<DungeonSplatmap>();
|
|
DungeonSplatmap_t029BF947A28B396CEB89BBB14D81A1DB0EF98672* L_0;
|
|
L_0 = Component_GetComponent_TisDungeonSplatmap_t029BF947A28B396CEB89BBB14D81A1DB0EF98672_mED46E1CAAE3A9A02116629EAA93A5A76AE2F90E2(__this, Component_GetComponent_TisDungeonSplatmap_t029BF947A28B396CEB89BBB14D81A1DB0EF98672_mED46E1CAAE3A9A02116629EAA93A5A76AE2F90E2_RuntimeMethod_var);
|
|
V_0 = L_0;
|
|
// if (splatComponent == null) return null;
|
|
DungeonSplatmap_t029BF947A28B396CEB89BBB14D81A1DB0EF98672* L_1 = V_0;
|
|
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_0012;
|
|
}
|
|
}
|
|
{
|
|
// if (splatComponent == null) return null;
|
|
return (Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4*)NULL;
|
|
}
|
|
|
|
IL_0012:
|
|
{
|
|
// if (splatComponent.splatmap == null) return null;
|
|
DungeonSplatmap_t029BF947A28B396CEB89BBB14D81A1DB0EF98672* L_3 = V_0;
|
|
NullCheck(L_3);
|
|
DungeonSplatAsset_t58A425B4FC3E1B1460D445B2E0735BE5E4A4714C* L_4 = L_3->___splatmap_5;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_5;
|
|
L_5 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_4, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
if (!L_5)
|
|
{
|
|
goto IL_0022;
|
|
}
|
|
}
|
|
{
|
|
// if (splatComponent.splatmap == null) return null;
|
|
return (Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4*)NULL;
|
|
}
|
|
|
|
IL_0022:
|
|
{
|
|
// var splatmap = splatComponent.splatmap;
|
|
DungeonSplatmap_t029BF947A28B396CEB89BBB14D81A1DB0EF98672* L_6 = V_0;
|
|
NullCheck(L_6);
|
|
DungeonSplatAsset_t58A425B4FC3E1B1460D445B2E0735BE5E4A4714C* L_7 = L_6->___splatmap_5;
|
|
V_1 = L_7;
|
|
// if (index >= splatmap.splatTextures.Length) return null;
|
|
int32_t L_8 = ___0_index;
|
|
DungeonSplatAsset_t58A425B4FC3E1B1460D445B2E0735BE5E4A4714C* L_9 = V_1;
|
|
NullCheck(L_9);
|
|
Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191* L_10 = L_9->___splatTextures_4;
|
|
NullCheck(L_10);
|
|
if ((((int32_t)L_8) < ((int32_t)((int32_t)(((RuntimeArray*)L_10)->max_length)))))
|
|
{
|
|
goto IL_0036;
|
|
}
|
|
}
|
|
{
|
|
// if (index >= splatmap.splatTextures.Length) return null;
|
|
return (Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4*)NULL;
|
|
}
|
|
|
|
IL_0036:
|
|
{
|
|
// return splatmap.splatTextures[index];
|
|
DungeonSplatAsset_t58A425B4FC3E1B1460D445B2E0735BE5E4A4714C* L_11 = V_1;
|
|
NullCheck(L_11);
|
|
Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191* L_12 = L_11->___splatTextures_4;
|
|
int32_t L_13 = ___0_index;
|
|
NullCheck(L_12);
|
|
int32_t L_14 = L_13;
|
|
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_15 = (L_12)->GetAt(static_cast<il2cpp_array_size_t>(L_14));
|
|
return L_15;
|
|
}
|
|
}
|
|
// UnityEngine.Texture2D DungeonArchitect.Builders.CircularCity.CircularCityDungeonBuilder::GetRoadmap()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* CircularCityDungeonBuilder_GetRoadmap_mADBC002783191933522BC88B787FC0145A92BB1E (CircularCityDungeonBuilder_tEBE5CB17237826ACF003AAB85449D042810B3AB0* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return GetSplatTexture(0);
|
|
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_0;
|
|
L_0 = CircularCityDungeonBuilder_GetSplatTexture_m702FDD71A4310B7580FC321D2FCC3D25F3DC693D(__this, 0, NULL);
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void DungeonArchitect.Builders.CircularCity.CircularCityDungeonBuilder::GenerateCityLayout()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CircularCityDungeonBuilder_GenerateCityLayout_m26B87DBC1CB06C99CF6B0E182B48758DFB2FCFCD (CircularCityDungeonBuilder_tEBE5CB17237826ACF003AAB85449D042810B3AB0* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CircularCityDungeonBuilder_LayoutBuilder_RoadBlockLayoutBuilt_mFEF086050FBB1138C55F5EC5F163B419A1FE7A6A_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RoadBlockLayoutBuiltDelegate_t2DE3113DA786100F32EE8C154BCBCA6197E00176_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RoadGraphBuilderSettings_t9C848EE52D518784261372600766D63BD6FDB6E6_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RoadGraphBuilder_tB366628D63C72AE64887B90EFAB119DFADC1E7C7_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RoadLayoutBuilder_t3A812F7CE786937B3129CC6D652A7CDE63C5CD81_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RoadGraphBuilder_tB366628D63C72AE64887B90EFAB119DFADC1E7C7* V_0 = NULL;
|
|
float V_1 = 0.0f;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
float V_3 = 0.0f;
|
|
float V_4 = 0.0f;
|
|
float V_5 = 0.0f;
|
|
float V_6 = 0.0f;
|
|
RoadLayoutBuilder_t3A812F7CE786937B3129CC6D652A7CDE63C5CD81* V_7 = NULL;
|
|
float V_8 = 0.0f;
|
|
int32_t V_9 = 0;
|
|
float V_10 = 0.0f;
|
|
int32_t V_11 = 0;
|
|
float V_12 = 0.0f;
|
|
int32_t V_13 = 0;
|
|
int32_t V_14 = 0;
|
|
float V_15 = 0.0f;
|
|
float V_16 = 0.0f;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_17;
|
|
memset((&V_17), 0, sizeof(V_17));
|
|
float V_18 = 0.0f;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_19;
|
|
memset((&V_19), 0, sizeof(V_19));
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_20;
|
|
memset((&V_20), 0, sizeof(V_20));
|
|
float V_21 = 0.0f;
|
|
float V_22 = 0.0f;
|
|
float V_23 = 0.0f;
|
|
int32_t V_24 = 0;
|
|
int32_t V_25 = 0;
|
|
float V_26 = 0.0f;
|
|
float V_27 = 0.0f;
|
|
float V_28 = 0.0f;
|
|
float V_29 = 0.0f;
|
|
float V_30 = 0.0f;
|
|
float V_31 = 0.0f;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_32;
|
|
memset((&V_32), 0, sizeof(V_32));
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_33;
|
|
memset((&V_33), 0, sizeof(V_33));
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_34;
|
|
memset((&V_34), 0, sizeof(V_34));
|
|
{
|
|
// var roadGraphSettings = new RoadGraphBuilderSettings();
|
|
RoadGraphBuilderSettings_t9C848EE52D518784261372600766D63BD6FDB6E6* L_0 = (RoadGraphBuilderSettings_t9C848EE52D518784261372600766D63BD6FDB6E6*)il2cpp_codegen_object_new(RoadGraphBuilderSettings_t9C848EE52D518784261372600766D63BD6FDB6E6_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
RoadGraphBuilderSettings__ctor_m6C9046317A3A3D27A60D23432AA686FD34DFDD6B(L_0, NULL);
|
|
// roadGraphSettings.interNodeDistance = cityConfig.interNodeDistance;
|
|
RoadGraphBuilderSettings_t9C848EE52D518784261372600766D63BD6FDB6E6* L_1 = L_0;
|
|
CircularCityDungeonConfig_t7817BFF1E73208574A6840788A4429EEE3654351* L_2 = __this->___cityConfig_14;
|
|
NullCheck(L_2);
|
|
float L_3 = L_2->___interNodeDistance_14;
|
|
NullCheck(L_1);
|
|
L_1->___interNodeDistance_0 = L_3;
|
|
// var roadGraphBuilder = new RoadGraphBuilder(roadGraphSettings);
|
|
RoadGraphBuilder_tB366628D63C72AE64887B90EFAB119DFADC1E7C7* L_4 = (RoadGraphBuilder_tB366628D63C72AE64887B90EFAB119DFADC1E7C7*)il2cpp_codegen_object_new(RoadGraphBuilder_tB366628D63C72AE64887B90EFAB119DFADC1E7C7_il2cpp_TypeInfo_var);
|
|
NullCheck(L_4);
|
|
RoadGraphBuilder__ctor_m8925562138E0E9D5EAB45F87F356E27C1D5C7922(L_4, L_1, NULL);
|
|
V_0 = L_4;
|
|
// float startRadius = cityConfig.startRadius;
|
|
CircularCityDungeonConfig_t7817BFF1E73208574A6840788A4429EEE3654351* L_5 = __this->___cityConfig_14;
|
|
NullCheck(L_5);
|
|
float L_6 = L_5->___startRadius_7;
|
|
V_1 = L_6;
|
|
// float endRadius = cityConfig.endRadius;
|
|
CircularCityDungeonConfig_t7817BFF1E73208574A6840788A4429EEE3654351* L_7 = __this->___cityConfig_14;
|
|
NullCheck(L_7);
|
|
int32_t L_8 = L_7->___endRadius_8;
|
|
// var center = Vector3.zero;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_9;
|
|
L_9 = Vector3_get_zero_m0C1249C3F25B1C70EAD3CC8B31259975A457AE39_inline(NULL);
|
|
V_2 = L_9;
|
|
// float mainRoadStrength = cityConfig.mainRoadStrength;
|
|
CircularCityDungeonConfig_t7817BFF1E73208574A6840788A4429EEE3654351* L_10 = __this->___cityConfig_14;
|
|
NullCheck(L_10);
|
|
float L_11 = L_10->___mainRoadStrength_9;
|
|
V_3 = L_11;
|
|
// float sideRoadStrength = cityConfig.sideRoadStrength;
|
|
CircularCityDungeonConfig_t7817BFF1E73208574A6840788A4429EEE3654351* L_12 = __this->___cityConfig_14;
|
|
NullCheck(L_12);
|
|
float L_13 = L_12->___sideRoadStrength_10;
|
|
V_4 = L_13;
|
|
// float interRingDistance = (endRadius - startRadius) / (cityConfig.numRings - 1);
|
|
float L_14 = V_1;
|
|
CircularCityDungeonConfig_t7817BFF1E73208574A6840788A4429EEE3654351* L_15 = __this->___cityConfig_14;
|
|
NullCheck(L_15);
|
|
int32_t L_16 = L_15->___numRings_5;
|
|
V_5 = ((float)(((float)il2cpp_codegen_subtract(((float)L_8), L_14))/((float)((int32_t)il2cpp_codegen_subtract(L_16, 1)))));
|
|
// float ringRadius = startRadius;
|
|
float L_17 = V_1;
|
|
V_8 = L_17;
|
|
// for (int r = 0; r < cityConfig.numRings; r++)
|
|
V_9 = 0;
|
|
goto IL_00ae;
|
|
}
|
|
|
|
IL_006e:
|
|
{
|
|
// roadGraphBuilder.CreateCircle(center, ringRadius, mainRoadStrength);
|
|
RoadGraphBuilder_tB366628D63C72AE64887B90EFAB119DFADC1E7C7* L_18 = V_0;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_19 = V_2;
|
|
float L_20 = V_8;
|
|
float L_21 = V_3;
|
|
NullCheck(L_18);
|
|
RoadGraphBuilder_CreateCircle_mBAC38FF9703B13714C6508EA53AC82CDA17CCF91(L_18, L_19, L_20, L_21, NULL);
|
|
// if (r < cityConfig.numRings - 1)
|
|
int32_t L_22 = V_9;
|
|
CircularCityDungeonConfig_t7817BFF1E73208574A6840788A4429EEE3654351* L_23 = __this->___cityConfig_14;
|
|
NullCheck(L_23);
|
|
int32_t L_24 = L_23->___numRings_5;
|
|
if ((((int32_t)L_22) >= ((int32_t)((int32_t)il2cpp_codegen_subtract(L_24, 1)))))
|
|
{
|
|
goto IL_00a1;
|
|
}
|
|
}
|
|
{
|
|
// float ringLaneRadius = ringRadius + interRingDistance / 2.0f;
|
|
float L_25 = V_8;
|
|
float L_26 = V_5;
|
|
V_10 = ((float)il2cpp_codegen_add(L_25, ((float)(L_26/(2.0f)))));
|
|
// roadGraphBuilder.CreateCircle(center, ringLaneRadius, sideRoadStrength);
|
|
RoadGraphBuilder_tB366628D63C72AE64887B90EFAB119DFADC1E7C7* L_27 = V_0;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_28 = V_2;
|
|
float L_29 = V_10;
|
|
float L_30 = V_4;
|
|
NullCheck(L_27);
|
|
RoadGraphBuilder_CreateCircle_mBAC38FF9703B13714C6508EA53AC82CDA17CCF91(L_27, L_28, L_29, L_30, NULL);
|
|
}
|
|
|
|
IL_00a1:
|
|
{
|
|
// ringRadius += interRingDistance;
|
|
float L_31 = V_8;
|
|
float L_32 = V_5;
|
|
V_8 = ((float)il2cpp_codegen_add(L_31, L_32));
|
|
// for (int r = 0; r < cityConfig.numRings; r++)
|
|
int32_t L_33 = V_9;
|
|
V_9 = ((int32_t)il2cpp_codegen_add(L_33, 1));
|
|
}
|
|
|
|
IL_00ae:
|
|
{
|
|
// for (int r = 0; r < cityConfig.numRings; r++)
|
|
int32_t L_34 = V_9;
|
|
CircularCityDungeonConfig_t7817BFF1E73208574A6840788A4429EEE3654351* L_35 = __this->___cityConfig_14;
|
|
NullCheck(L_35);
|
|
int32_t L_36 = L_35->___numRings_5;
|
|
if ((((int32_t)L_34) < ((int32_t)L_36)))
|
|
{
|
|
goto IL_006e;
|
|
}
|
|
}
|
|
{
|
|
// float interRayAngle = Mathf.PI * 2 / cityConfig.numRays;
|
|
CircularCityDungeonConfig_t7817BFF1E73208574A6840788A4429EEE3654351* L_37 = __this->___cityConfig_14;
|
|
NullCheck(L_37);
|
|
int32_t L_38 = L_37->___numRays_6;
|
|
V_6 = ((float)((6.28318548f)/((float)L_38)));
|
|
// for (int i = 0; i < cityConfig.numRays; i++)
|
|
V_11 = 0;
|
|
goto IL_02d4;
|
|
}
|
|
|
|
IL_00d9:
|
|
{
|
|
// float ringRadius = startRadius;
|
|
float L_39 = V_1;
|
|
V_12 = L_39;
|
|
// int mainSegmentToRemove = random.Next() % (cityConfig.numRings - 1);
|
|
Random_t79716069EDE67D1D7734F60AE402D0CA3FB6B4C8* L_40 = __this->___random_16;
|
|
NullCheck(L_40);
|
|
int32_t L_41;
|
|
L_41 = VirtualFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Random::Next() */, L_40);
|
|
CircularCityDungeonConfig_t7817BFF1E73208574A6840788A4429EEE3654351* L_42 = __this->___cityConfig_14;
|
|
NullCheck(L_42);
|
|
int32_t L_43 = L_42->___numRings_5;
|
|
V_13 = ((int32_t)(L_41%((int32_t)il2cpp_codegen_subtract(L_43, 1))));
|
|
// for (int r = 0; r < cityConfig.numRings - 1; r++)
|
|
V_14 = 0;
|
|
goto IL_02ba;
|
|
}
|
|
|
|
IL_00ff:
|
|
{
|
|
// float nextRingRadius = ringRadius + interRingDistance;
|
|
float L_44 = V_12;
|
|
float L_45 = V_5;
|
|
V_15 = ((float)il2cpp_codegen_add(L_44, L_45));
|
|
// bool bDrawMainSegment = (r != mainSegmentToRemove);
|
|
int32_t L_46 = V_14;
|
|
int32_t L_47 = V_13;
|
|
// if (bDrawMainSegment)
|
|
if (!((((int32_t)((((int32_t)L_46) == ((int32_t)L_47))? 1 : 0)) == ((int32_t)0))? 1 : 0))
|
|
{
|
|
goto IL_01a0;
|
|
}
|
|
}
|
|
{
|
|
// float angle = i * interRayAngle;
|
|
int32_t L_48 = V_11;
|
|
float L_49 = V_6;
|
|
V_16 = ((float)il2cpp_codegen_multiply(((float)L_48), L_49));
|
|
// var direction = new Vector3(Mathf.Cos(angle), 0, Mathf.Sin(angle));
|
|
float L_50 = V_16;
|
|
float L_51;
|
|
L_51 = cosf(L_50);
|
|
float L_52 = V_16;
|
|
float L_53;
|
|
L_53 = sinf(L_52);
|
|
Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&V_17), L_51, (0.0f), L_53, NULL);
|
|
// float midRingRadius = ringRadius + (nextRingRadius - ringRadius) / 2.0f;
|
|
float L_54 = V_12;
|
|
float L_55 = V_15;
|
|
float L_56 = V_12;
|
|
V_18 = ((float)il2cpp_codegen_add(L_54, ((float)(((float)il2cpp_codegen_subtract(L_55, L_56))/(2.0f)))));
|
|
// var start = center + direction * ringRadius;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_57 = V_2;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_58 = V_17;
|
|
float L_59 = V_12;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_60;
|
|
L_60 = Vector3_op_Multiply_m87BA7C578F96C8E49BB07088DAAC4649F83B0353_inline(L_58, L_59, NULL);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_61;
|
|
L_61 = Vector3_op_Addition_m78C0EC70CB66E8DCAC225743D82B268DAEE92067_inline(L_57, L_60, NULL);
|
|
V_19 = L_61;
|
|
// var end = center + direction * midRingRadius;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_62 = V_2;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_63 = V_17;
|
|
float L_64 = V_18;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_65;
|
|
L_65 = Vector3_op_Multiply_m87BA7C578F96C8E49BB07088DAAC4649F83B0353_inline(L_63, L_64, NULL);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_66;
|
|
L_66 = Vector3_op_Addition_m78C0EC70CB66E8DCAC225743D82B268DAEE92067_inline(L_62, L_65, NULL);
|
|
V_20 = L_66;
|
|
// roadGraphBuilder.CreateLine(start, end, mainRoadStrength);
|
|
RoadGraphBuilder_tB366628D63C72AE64887B90EFAB119DFADC1E7C7* L_67 = V_0;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_68 = V_19;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_69 = V_20;
|
|
float L_70 = V_3;
|
|
NullCheck(L_67);
|
|
RoadGraphBuilder_CreateLine_m120101FCC1AAE73B15FE04639824C5ACC4E86790(L_67, L_68, L_69, L_70, NULL);
|
|
// start = center + direction * midRingRadius;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_71 = V_2;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_72 = V_17;
|
|
float L_73 = V_18;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_74;
|
|
L_74 = Vector3_op_Multiply_m87BA7C578F96C8E49BB07088DAAC4649F83B0353_inline(L_72, L_73, NULL);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_75;
|
|
L_75 = Vector3_op_Addition_m78C0EC70CB66E8DCAC225743D82B268DAEE92067_inline(L_71, L_74, NULL);
|
|
V_19 = L_75;
|
|
// end = center + direction * nextRingRadius;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_76 = V_2;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_77 = V_17;
|
|
float L_78 = V_15;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_79;
|
|
L_79 = Vector3_op_Multiply_m87BA7C578F96C8E49BB07088DAAC4649F83B0353_inline(L_77, L_78, NULL);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_80;
|
|
L_80 = Vector3_op_Addition_m78C0EC70CB66E8DCAC225743D82B268DAEE92067_inline(L_76, L_79, NULL);
|
|
V_20 = L_80;
|
|
// roadGraphBuilder.CreateLine(start, end, mainRoadStrength);
|
|
RoadGraphBuilder_tB366628D63C72AE64887B90EFAB119DFADC1E7C7* L_81 = V_0;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_82 = V_19;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_83 = V_20;
|
|
float L_84 = V_3;
|
|
NullCheck(L_81);
|
|
RoadGraphBuilder_CreateLine_m120101FCC1AAE73B15FE04639824C5ACC4E86790(L_81, L_82, L_83, L_84, NULL);
|
|
}
|
|
|
|
IL_01a0:
|
|
{
|
|
// float interSideRayAngle = interRayAngle / (r + 2);
|
|
float L_85 = V_6;
|
|
int32_t L_86 = V_14;
|
|
V_21 = ((float)(L_85/((float)((int32_t)il2cpp_codegen_add(L_86, 2)))));
|
|
// float sideRayAngle = i * interRayAngle;
|
|
int32_t L_87 = V_11;
|
|
float L_88 = V_6;
|
|
V_22 = ((float)il2cpp_codegen_multiply(((float)L_87), L_88));
|
|
// float interSideRingDistance = interRingDistance / 2.0f;
|
|
float L_89 = V_5;
|
|
V_23 = ((float)(L_89/(2.0f)));
|
|
// for (int si = 0; si <= r; si++)
|
|
V_24 = 0;
|
|
goto IL_02a7;
|
|
}
|
|
|
|
IL_01c4:
|
|
{
|
|
// sideRayAngle += interSideRayAngle;
|
|
float L_90 = V_22;
|
|
float L_91 = V_21;
|
|
V_22 = ((float)il2cpp_codegen_add(L_90, L_91));
|
|
// for (int t = 0; t < 2; t++)
|
|
V_25 = 0;
|
|
goto IL_0299;
|
|
}
|
|
|
|
IL_01d3:
|
|
{
|
|
// bool bRemoveSideSegment = (random.NextFloat() < cityConfig.sideRoadRemovalProbability);
|
|
Random_t79716069EDE67D1D7734F60AE402D0CA3FB6B4C8* L_92 = __this->___random_16;
|
|
float L_93;
|
|
L_93 = RandomExtensions_NextFloat_m83B4036CA53E0F8F86D3A8D8ABC1C564D0673A67(L_92, NULL);
|
|
CircularCityDungeonConfig_t7817BFF1E73208574A6840788A4429EEE3654351* L_94 = __this->___cityConfig_14;
|
|
NullCheck(L_94);
|
|
float L_95 = L_94->___sideRoadRemovalProbability_12;
|
|
// if (!bRemoveSideSegment)
|
|
if (((((float)L_93) < ((float)L_95))? 1 : 0))
|
|
{
|
|
goto IL_0293;
|
|
}
|
|
}
|
|
{
|
|
// float perimeter = Mathf.PI * 2 * ringRadius;
|
|
float L_96 = V_12;
|
|
V_26 = ((float)il2cpp_codegen_multiply((6.28318548f), L_96));
|
|
// float angleRandomization = cityConfig.randomSideLaneOffsetAngle * Mathf.Deg2Rad / perimeter;
|
|
CircularCityDungeonConfig_t7817BFF1E73208574A6840788A4429EEE3654351* L_97 = __this->___cityConfig_14;
|
|
NullCheck(L_97);
|
|
float L_98 = L_97->___randomSideLaneOffsetAngle_13;
|
|
float L_99 = V_26;
|
|
V_27 = ((float)(((float)il2cpp_codegen_multiply(L_98, (0.0174532924f)))/L_99));
|
|
// float randomValue = random.NextFloat() * 2 - 1;
|
|
Random_t79716069EDE67D1D7734F60AE402D0CA3FB6B4C8* L_100 = __this->___random_16;
|
|
float L_101;
|
|
L_101 = RandomExtensions_NextFloat_m83B4036CA53E0F8F86D3A8D8ABC1C564D0673A67(L_100, NULL);
|
|
V_28 = ((float)il2cpp_codegen_subtract(((float)il2cpp_codegen_multiply(L_101, (2.0f))), (1.0f)));
|
|
// float randomizedAngle = sideRayAngle + angleRandomization * randomValue;
|
|
float L_102 = V_22;
|
|
float L_103 = V_27;
|
|
float L_104 = V_28;
|
|
V_29 = ((float)il2cpp_codegen_add(L_102, ((float)il2cpp_codegen_multiply(L_103, L_104))));
|
|
// float laneStartRadius = ringRadius + interSideRingDistance * t;
|
|
float L_105 = V_12;
|
|
float L_106 = V_23;
|
|
int32_t L_107 = V_25;
|
|
V_30 = ((float)il2cpp_codegen_add(L_105, ((float)il2cpp_codegen_multiply(L_106, ((float)L_107)))));
|
|
// float laneEndRadius = ringRadius + interSideRingDistance * (t + 1);
|
|
float L_108 = V_12;
|
|
float L_109 = V_23;
|
|
int32_t L_110 = V_25;
|
|
V_31 = ((float)il2cpp_codegen_add(L_108, ((float)il2cpp_codegen_multiply(L_109, ((float)((int32_t)il2cpp_codegen_add(L_110, 1)))))));
|
|
// var direction = new Vector3(Mathf.Cos(randomizedAngle), 0, Mathf.Sin(randomizedAngle));
|
|
float L_111 = V_29;
|
|
float L_112;
|
|
L_112 = cosf(L_111);
|
|
float L_113 = V_29;
|
|
float L_114;
|
|
L_114 = sinf(L_113);
|
|
Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&V_32), L_112, (0.0f), L_114, NULL);
|
|
// var start = center + direction * laneStartRadius;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_115 = V_2;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_116 = V_32;
|
|
float L_117 = V_30;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_118;
|
|
L_118 = Vector3_op_Multiply_m87BA7C578F96C8E49BB07088DAAC4649F83B0353_inline(L_116, L_117, NULL);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_119;
|
|
L_119 = Vector3_op_Addition_m78C0EC70CB66E8DCAC225743D82B268DAEE92067_inline(L_115, L_118, NULL);
|
|
V_33 = L_119;
|
|
// var end = center + direction * laneEndRadius;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_120 = V_2;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_121 = V_32;
|
|
float L_122 = V_31;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_123;
|
|
L_123 = Vector3_op_Multiply_m87BA7C578F96C8E49BB07088DAAC4649F83B0353_inline(L_121, L_122, NULL);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_124;
|
|
L_124 = Vector3_op_Addition_m78C0EC70CB66E8DCAC225743D82B268DAEE92067_inline(L_120, L_123, NULL);
|
|
V_34 = L_124;
|
|
// roadGraphBuilder.CreateLine(start, end, sideRoadStrength);
|
|
RoadGraphBuilder_tB366628D63C72AE64887B90EFAB119DFADC1E7C7* L_125 = V_0;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_126 = V_33;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_127 = V_34;
|
|
float L_128 = V_4;
|
|
NullCheck(L_125);
|
|
RoadGraphBuilder_CreateLine_m120101FCC1AAE73B15FE04639824C5ACC4E86790(L_125, L_126, L_127, L_128, NULL);
|
|
}
|
|
|
|
IL_0293:
|
|
{
|
|
// for (int t = 0; t < 2; t++)
|
|
int32_t L_129 = V_25;
|
|
V_25 = ((int32_t)il2cpp_codegen_add(L_129, 1));
|
|
}
|
|
|
|
IL_0299:
|
|
{
|
|
// for (int t = 0; t < 2; t++)
|
|
int32_t L_130 = V_25;
|
|
if ((((int32_t)L_130) < ((int32_t)2)))
|
|
{
|
|
goto IL_01d3;
|
|
}
|
|
}
|
|
{
|
|
// for (int si = 0; si <= r; si++)
|
|
int32_t L_131 = V_24;
|
|
V_24 = ((int32_t)il2cpp_codegen_add(L_131, 1));
|
|
}
|
|
|
|
IL_02a7:
|
|
{
|
|
// for (int si = 0; si <= r; si++)
|
|
int32_t L_132 = V_24;
|
|
int32_t L_133 = V_14;
|
|
if ((((int32_t)L_132) <= ((int32_t)L_133)))
|
|
{
|
|
goto IL_01c4;
|
|
}
|
|
}
|
|
{
|
|
// ringRadius = nextRingRadius;
|
|
float L_134 = V_15;
|
|
V_12 = L_134;
|
|
// for (int r = 0; r < cityConfig.numRings - 1; r++)
|
|
int32_t L_135 = V_14;
|
|
V_14 = ((int32_t)il2cpp_codegen_add(L_135, 1));
|
|
}
|
|
|
|
IL_02ba:
|
|
{
|
|
// for (int r = 0; r < cityConfig.numRings - 1; r++)
|
|
int32_t L_136 = V_14;
|
|
CircularCityDungeonConfig_t7817BFF1E73208574A6840788A4429EEE3654351* L_137 = __this->___cityConfig_14;
|
|
NullCheck(L_137);
|
|
int32_t L_138 = L_137->___numRings_5;
|
|
if ((((int32_t)L_136) < ((int32_t)((int32_t)il2cpp_codegen_subtract(L_138, 1)))))
|
|
{
|
|
goto IL_00ff;
|
|
}
|
|
}
|
|
{
|
|
// for (int i = 0; i < cityConfig.numRays; i++)
|
|
int32_t L_139 = V_11;
|
|
V_11 = ((int32_t)il2cpp_codegen_add(L_139, 1));
|
|
}
|
|
|
|
IL_02d4:
|
|
{
|
|
// for (int i = 0; i < cityConfig.numRays; i++)
|
|
int32_t L_140 = V_11;
|
|
CircularCityDungeonConfig_t7817BFF1E73208574A6840788A4429EEE3654351* L_141 = __this->___cityConfig_14;
|
|
NullCheck(L_141);
|
|
int32_t L_142 = L_141->___numRays_6;
|
|
if ((((int32_t)L_140) < ((int32_t)L_142)))
|
|
{
|
|
goto IL_00d9;
|
|
}
|
|
}
|
|
{
|
|
// cityModel.roadGraph = roadGraphBuilder.BakeRoadGraph();
|
|
CircularCityDungeonModel_t94F17830E23611EE5B86A93B5CA7B1024193ABDE* L_143 = __this->___cityModel_15;
|
|
RoadGraphBuilder_tB366628D63C72AE64887B90EFAB119DFADC1E7C7* L_144 = V_0;
|
|
NullCheck(L_144);
|
|
RoadGraph_tBBD3345D24DE5F906DB32FD25C86EBDCD929F20D* L_145;
|
|
L_145 = RoadGraphBuilder_BakeRoadGraph_mB778DE98F5196A354D71EBE7A283A43A0E7BDA08(L_144, NULL);
|
|
NullCheck(L_143);
|
|
L_143->___roadGraph_5 = L_145;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_143->___roadGraph_5), (void*)L_145);
|
|
// var layoutBuilder = new RoadLayoutBuilder(cityModel.roadGraph, cityConfig.roadMesh);
|
|
CircularCityDungeonModel_t94F17830E23611EE5B86A93B5CA7B1024193ABDE* L_146 = __this->___cityModel_15;
|
|
NullCheck(L_146);
|
|
RoadGraph_tBBD3345D24DE5F906DB32FD25C86EBDCD929F20D* L_147 = L_146->___roadGraph_5;
|
|
CircularCityDungeonConfig_t7817BFF1E73208574A6840788A4429EEE3654351* L_148 = __this->___cityConfig_14;
|
|
NullCheck(L_148);
|
|
MeshFilter_t6D1CE2473A1E45AC73013400585A1163BF66B2F5* L_149 = L_148->___roadMesh_16;
|
|
RoadLayoutBuilder_t3A812F7CE786937B3129CC6D652A7CDE63C5CD81* L_150 = (RoadLayoutBuilder_t3A812F7CE786937B3129CC6D652A7CDE63C5CD81*)il2cpp_codegen_object_new(RoadLayoutBuilder_t3A812F7CE786937B3129CC6D652A7CDE63C5CD81_il2cpp_TypeInfo_var);
|
|
NullCheck(L_150);
|
|
RoadLayoutBuilder__ctor_mFE8509733E13D3AF9A149A8B1313632A4187AF46(L_150, L_147, L_149, NULL);
|
|
V_7 = L_150;
|
|
// layoutBuilder.RoadBlockLayoutBuilt += LayoutBuilder_RoadBlockLayoutBuilt;
|
|
RoadLayoutBuilder_t3A812F7CE786937B3129CC6D652A7CDE63C5CD81* L_151 = V_7;
|
|
RoadBlockLayoutBuiltDelegate_t2DE3113DA786100F32EE8C154BCBCA6197E00176* L_152 = (RoadBlockLayoutBuiltDelegate_t2DE3113DA786100F32EE8C154BCBCA6197E00176*)il2cpp_codegen_object_new(RoadBlockLayoutBuiltDelegate_t2DE3113DA786100F32EE8C154BCBCA6197E00176_il2cpp_TypeInfo_var);
|
|
NullCheck(L_152);
|
|
RoadBlockLayoutBuiltDelegate__ctor_mF5046DCC10FC355C79871BDC986F68B68F694D4C(L_152, __this, (intptr_t)((void*)CircularCityDungeonBuilder_LayoutBuilder_RoadBlockLayoutBuilt_mFEF086050FBB1138C55F5EC5F163B419A1FE7A6A_RuntimeMethod_var), NULL);
|
|
NullCheck(L_151);
|
|
RoadLayoutBuilder_add_RoadBlockLayoutBuilt_m6C253CBAFA0FD34FF429A8760F2B72A593824DBF(L_151, L_152, NULL);
|
|
// cityModel.layoutGraph = layoutBuilder.BakeLayoutGraph();
|
|
CircularCityDungeonModel_t94F17830E23611EE5B86A93B5CA7B1024193ABDE* L_153 = __this->___cityModel_15;
|
|
RoadLayoutBuilder_t3A812F7CE786937B3129CC6D652A7CDE63C5CD81* L_154 = V_7;
|
|
NullCheck(L_154);
|
|
RoadGraph_tBBD3345D24DE5F906DB32FD25C86EBDCD929F20D* L_155;
|
|
L_155 = RoadLayoutBuilder_BakeLayoutGraph_m7033B0343FAA7B228D9EC24F07F52BBE54E8AEBE(L_154, NULL);
|
|
NullCheck(L_153);
|
|
L_153->___layoutGraph_6 = L_155;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_153->___layoutGraph_6), (void*)L_155);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void DungeonArchitect.Builders.CircularCity.CircularCityDungeonBuilder::LayoutBuilder_RoadBlockLayoutBuilt(UnityEngine.Vector3[]&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CircularCityDungeonBuilder_LayoutBuilder_RoadBlockLayoutBuilt_mFEF086050FBB1138C55F5EC5F163B419A1FE7A6A (CircularCityDungeonBuilder_tEBE5CB17237826ACF003AAB85449D042810B3AB0* __this, Vector3U5BU5D_tFF1859CCE176131B909E2044F76443064254679C** ___0_layout, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void DungeonArchitect.Builders.CircularCity.CircularCityDungeonBuilder::DebugDrawGraphGizmo(DungeonArchitect.RoadNetworks.RoadGraph,UnityEngine.Color,UnityEngine.Color)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CircularCityDungeonBuilder_DebugDrawGraphGizmo_mA98F55AABE0B3E9F595F1528FC25887FD876C031 (CircularCityDungeonBuilder_tEBE5CB17237826ACF003AAB85449D042810B3AB0* __this, RoadGraph_tBBD3345D24DE5F906DB32FD25C86EBDCD929F20D* ___0_graph, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___1_edgeColor, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___2_nodeColor, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Add_mB0AAF73579E70C9DBAC57221C13DADEA0D4CB9BE_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_m6E7D7A7782A7D7BE5BB88BD1A00B148744A4B81D_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_get_Item_m49065CB35CBE74F0E7D018D81BFD778544583625_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_t8D6A7A700F96E1A61157A5FEBCCD03E7AA57E00E_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Dictionary_2_t8D6A7A700F96E1A61157A5FEBCCD03E7AA57E00E* V_0 = NULL;
|
|
RoadGraphNodeU5BU5D_tEC59482B7D29CC54052041F803ECFCC6D197DCA2* V_1 = NULL;
|
|
int32_t V_2 = 0;
|
|
RoadGraphNode_t9C424C0D4CD008CFEF0B2F81ECCA533397B87D06* V_3 = NULL;
|
|
RoadGraphNode_t9C424C0D4CD008CFEF0B2F81ECCA533397B87D06* V_4 = NULL;
|
|
RoadGraphEdgeU5BU5D_t2C07C4DE5840229A1B22D64F00BC0AED456D8AF7* V_5 = NULL;
|
|
int32_t V_6 = 0;
|
|
RoadGraphEdge_tDDAD2141B4A159FEB29A7790179FBDCE81F567F8* V_7 = NULL;
|
|
RoadGraphNode_t9C424C0D4CD008CFEF0B2F81ECCA533397B87D06* V_8 = NULL;
|
|
{
|
|
// if (graph == null || graph.nodes == null)
|
|
RoadGraph_tBBD3345D24DE5F906DB32FD25C86EBDCD929F20D* L_0 = ___0_graph;
|
|
if (!L_0)
|
|
{
|
|
goto IL_000b;
|
|
}
|
|
}
|
|
{
|
|
RoadGraph_tBBD3345D24DE5F906DB32FD25C86EBDCD929F20D* L_1 = ___0_graph;
|
|
NullCheck(L_1);
|
|
RoadGraphNodeU5BU5D_tEC59482B7D29CC54052041F803ECFCC6D197DCA2* L_2 = L_1->___nodes_0;
|
|
if (L_2)
|
|
{
|
|
goto IL_000c;
|
|
}
|
|
}
|
|
|
|
IL_000b:
|
|
{
|
|
// return;
|
|
return;
|
|
}
|
|
|
|
IL_000c:
|
|
{
|
|
// var nodes = new Dictionary<int, RoadGraphNode>();
|
|
Dictionary_2_t8D6A7A700F96E1A61157A5FEBCCD03E7AA57E00E* L_3 = (Dictionary_2_t8D6A7A700F96E1A61157A5FEBCCD03E7AA57E00E*)il2cpp_codegen_object_new(Dictionary_2_t8D6A7A700F96E1A61157A5FEBCCD03E7AA57E00E_il2cpp_TypeInfo_var);
|
|
NullCheck(L_3);
|
|
Dictionary_2__ctor_m6E7D7A7782A7D7BE5BB88BD1A00B148744A4B81D(L_3, Dictionary_2__ctor_m6E7D7A7782A7D7BE5BB88BD1A00B148744A4B81D_RuntimeMethod_var);
|
|
V_0 = L_3;
|
|
// foreach (var node in graph.nodes)
|
|
RoadGraph_tBBD3345D24DE5F906DB32FD25C86EBDCD929F20D* L_4 = ___0_graph;
|
|
NullCheck(L_4);
|
|
RoadGraphNodeU5BU5D_tEC59482B7D29CC54052041F803ECFCC6D197DCA2* L_5 = L_4->___nodes_0;
|
|
V_1 = L_5;
|
|
V_2 = 0;
|
|
goto IL_0032;
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
// foreach (var node in graph.nodes)
|
|
RoadGraphNodeU5BU5D_tEC59482B7D29CC54052041F803ECFCC6D197DCA2* L_6 = V_1;
|
|
int32_t L_7 = V_2;
|
|
NullCheck(L_6);
|
|
int32_t L_8 = L_7;
|
|
RoadGraphNode_t9C424C0D4CD008CFEF0B2F81ECCA533397B87D06* L_9 = (L_6)->GetAt(static_cast<il2cpp_array_size_t>(L_8));
|
|
V_3 = L_9;
|
|
// nodes.Add(node.nodeId, node);
|
|
Dictionary_2_t8D6A7A700F96E1A61157A5FEBCCD03E7AA57E00E* L_10 = V_0;
|
|
RoadGraphNode_t9C424C0D4CD008CFEF0B2F81ECCA533397B87D06* L_11 = V_3;
|
|
NullCheck(L_11);
|
|
int32_t L_12 = L_11->___nodeId_0;
|
|
RoadGraphNode_t9C424C0D4CD008CFEF0B2F81ECCA533397B87D06* L_13 = V_3;
|
|
NullCheck(L_10);
|
|
Dictionary_2_Add_mB0AAF73579E70C9DBAC57221C13DADEA0D4CB9BE(L_10, L_12, L_13, Dictionary_2_Add_mB0AAF73579E70C9DBAC57221C13DADEA0D4CB9BE_RuntimeMethod_var);
|
|
int32_t L_14 = V_2;
|
|
V_2 = ((int32_t)il2cpp_codegen_add(L_14, 1));
|
|
}
|
|
|
|
IL_0032:
|
|
{
|
|
// foreach (var node in graph.nodes)
|
|
int32_t L_15 = V_2;
|
|
RoadGraphNodeU5BU5D_tEC59482B7D29CC54052041F803ECFCC6D197DCA2* L_16 = V_1;
|
|
NullCheck(L_16);
|
|
if ((((int32_t)L_15) < ((int32_t)((int32_t)(((RuntimeArray*)L_16)->max_length)))))
|
|
{
|
|
goto IL_001d;
|
|
}
|
|
}
|
|
{
|
|
// Gizmos.color = edgeColor;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_17 = ___1_edgeColor;
|
|
Gizmos_set_color_m53927A2741937484180B20B55F7F20F8F60C5797(L_17, NULL);
|
|
// foreach (var node in graph.nodes)
|
|
RoadGraph_tBBD3345D24DE5F906DB32FD25C86EBDCD929F20D* L_18 = ___0_graph;
|
|
NullCheck(L_18);
|
|
RoadGraphNodeU5BU5D_tEC59482B7D29CC54052041F803ECFCC6D197DCA2* L_19 = L_18->___nodes_0;
|
|
V_1 = L_19;
|
|
V_2 = 0;
|
|
goto IL_0097;
|
|
}
|
|
|
|
IL_0049:
|
|
{
|
|
// foreach (var node in graph.nodes)
|
|
RoadGraphNodeU5BU5D_tEC59482B7D29CC54052041F803ECFCC6D197DCA2* L_20 = V_1;
|
|
int32_t L_21 = V_2;
|
|
NullCheck(L_20);
|
|
int32_t L_22 = L_21;
|
|
RoadGraphNode_t9C424C0D4CD008CFEF0B2F81ECCA533397B87D06* L_23 = (L_20)->GetAt(static_cast<il2cpp_array_size_t>(L_22));
|
|
V_4 = L_23;
|
|
// foreach (var edge in node.adjacentEdges)
|
|
RoadGraphNode_t9C424C0D4CD008CFEF0B2F81ECCA533397B87D06* L_24 = V_4;
|
|
NullCheck(L_24);
|
|
RoadGraphEdgeU5BU5D_t2C07C4DE5840229A1B22D64F00BC0AED456D8AF7* L_25 = L_24->___adjacentEdges_2;
|
|
V_5 = L_25;
|
|
V_6 = 0;
|
|
goto IL_008b;
|
|
}
|
|
|
|
IL_005c:
|
|
{
|
|
// foreach (var edge in node.adjacentEdges)
|
|
RoadGraphEdgeU5BU5D_t2C07C4DE5840229A1B22D64F00BC0AED456D8AF7* L_26 = V_5;
|
|
int32_t L_27 = V_6;
|
|
NullCheck(L_26);
|
|
int32_t L_28 = L_27;
|
|
RoadGraphEdge_tDDAD2141B4A159FEB29A7790179FBDCE81F567F8* L_29 = (L_26)->GetAt(static_cast<il2cpp_array_size_t>(L_28));
|
|
V_7 = L_29;
|
|
// var otherNode = nodes[edge.otherNodeId];
|
|
Dictionary_2_t8D6A7A700F96E1A61157A5FEBCCD03E7AA57E00E* L_30 = V_0;
|
|
RoadGraphEdge_tDDAD2141B4A159FEB29A7790179FBDCE81F567F8* L_31 = V_7;
|
|
NullCheck(L_31);
|
|
int32_t L_32 = L_31->___otherNodeId_2;
|
|
NullCheck(L_30);
|
|
RoadGraphNode_t9C424C0D4CD008CFEF0B2F81ECCA533397B87D06* L_33;
|
|
L_33 = Dictionary_2_get_Item_m49065CB35CBE74F0E7D018D81BFD778544583625(L_30, L_32, Dictionary_2_get_Item_m49065CB35CBE74F0E7D018D81BFD778544583625_RuntimeMethod_var);
|
|
V_8 = L_33;
|
|
// Gizmos.DrawLine(node.position, otherNode.position);
|
|
RoadGraphNode_t9C424C0D4CD008CFEF0B2F81ECCA533397B87D06* L_34 = V_4;
|
|
NullCheck(L_34);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_35 = L_34->___position_1;
|
|
RoadGraphNode_t9C424C0D4CD008CFEF0B2F81ECCA533397B87D06* L_36 = V_8;
|
|
NullCheck(L_36);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_37 = L_36->___position_1;
|
|
Gizmos_DrawLine_mB139054F55D615637A39A3127AADB16043387F8A(L_35, L_37, NULL);
|
|
int32_t L_38 = V_6;
|
|
V_6 = ((int32_t)il2cpp_codegen_add(L_38, 1));
|
|
}
|
|
|
|
IL_008b:
|
|
{
|
|
// foreach (var edge in node.adjacentEdges)
|
|
int32_t L_39 = V_6;
|
|
RoadGraphEdgeU5BU5D_t2C07C4DE5840229A1B22D64F00BC0AED456D8AF7* L_40 = V_5;
|
|
NullCheck(L_40);
|
|
if ((((int32_t)L_39) < ((int32_t)((int32_t)(((RuntimeArray*)L_40)->max_length)))))
|
|
{
|
|
goto IL_005c;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_41 = V_2;
|
|
V_2 = ((int32_t)il2cpp_codegen_add(L_41, 1));
|
|
}
|
|
|
|
IL_0097:
|
|
{
|
|
// foreach (var node in graph.nodes)
|
|
int32_t L_42 = V_2;
|
|
RoadGraphNodeU5BU5D_tEC59482B7D29CC54052041F803ECFCC6D197DCA2* L_43 = V_1;
|
|
NullCheck(L_43);
|
|
if ((((int32_t)L_42) < ((int32_t)((int32_t)(((RuntimeArray*)L_43)->max_length)))))
|
|
{
|
|
goto IL_0049;
|
|
}
|
|
}
|
|
{
|
|
// Gizmos.color = nodeColor;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_44 = ___2_nodeColor;
|
|
Gizmos_set_color_m53927A2741937484180B20B55F7F20F8F60C5797(L_44, NULL);
|
|
// foreach (var node in graph.nodes)
|
|
RoadGraph_tBBD3345D24DE5F906DB32FD25C86EBDCD929F20D* L_45 = ___0_graph;
|
|
NullCheck(L_45);
|
|
RoadGraphNodeU5BU5D_tEC59482B7D29CC54052041F803ECFCC6D197DCA2* L_46 = L_45->___nodes_0;
|
|
V_1 = L_46;
|
|
V_2 = 0;
|
|
goto IL_00c4;
|
|
}
|
|
|
|
IL_00ae:
|
|
{
|
|
// foreach (var node in graph.nodes)
|
|
RoadGraphNodeU5BU5D_tEC59482B7D29CC54052041F803ECFCC6D197DCA2* L_47 = V_1;
|
|
int32_t L_48 = V_2;
|
|
NullCheck(L_47);
|
|
int32_t L_49 = L_48;
|
|
RoadGraphNode_t9C424C0D4CD008CFEF0B2F81ECCA533397B87D06* L_50 = (L_47)->GetAt(static_cast<il2cpp_array_size_t>(L_49));
|
|
// Gizmos.DrawSphere(node.position, .25f);
|
|
NullCheck(L_50);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_51 = L_50->___position_1;
|
|
Gizmos_DrawSphere_mC7B2862BBDB3141A63B83F0F1E56E30101D4F472(L_51, (0.25f), NULL);
|
|
int32_t L_52 = V_2;
|
|
V_2 = ((int32_t)il2cpp_codegen_add(L_52, 1));
|
|
}
|
|
|
|
IL_00c4:
|
|
{
|
|
// foreach (var node in graph.nodes)
|
|
int32_t L_53 = V_2;
|
|
RoadGraphNodeU5BU5D_tEC59482B7D29CC54052041F803ECFCC6D197DCA2* L_54 = V_1;
|
|
NullCheck(L_54);
|
|
if ((((int32_t)L_53) < ((int32_t)((int32_t)(((RuntimeArray*)L_54)->max_length)))))
|
|
{
|
|
goto IL_00ae;
|
|
}
|
|
}
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void DungeonArchitect.Builders.CircularCity.CircularCityDungeonBuilder::DebugDrawGizmos()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CircularCityDungeonBuilder_DebugDrawGizmos_m3826AEBC4D982592FC9BC34A3398BF23BF828110 (CircularCityDungeonBuilder_tEBE5CB17237826ACF003AAB85449D042810B3AB0* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CircularCityDungeonModel_t94F17830E23611EE5B86A93B5CA7B1024193ABDE_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisCircularCityDungeonConfig_t7817BFF1E73208574A6840788A4429EEE3654351_mCD052CFC3D0FEC3C5503829E3027B7D60DECE618_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisCircularCityDungeonModel_t94F17830E23611EE5B86A93B5CA7B1024193ABDE_m63AEE898B103B574B28EEC72FDB3EF542D890891_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (cityConfig == null)
|
|
CircularCityDungeonConfig_t7817BFF1E73208574A6840788A4429EEE3654351* L_0 = __this->___cityConfig_14;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_1;
|
|
L_1 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_0, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_0029;
|
|
}
|
|
}
|
|
{
|
|
// cityConfig = GetComponent<CircularCityDungeonConfig>();
|
|
CircularCityDungeonConfig_t7817BFF1E73208574A6840788A4429EEE3654351* L_2;
|
|
L_2 = Component_GetComponent_TisCircularCityDungeonConfig_t7817BFF1E73208574A6840788A4429EEE3654351_mCD052CFC3D0FEC3C5503829E3027B7D60DECE618(__this, Component_GetComponent_TisCircularCityDungeonConfig_t7817BFF1E73208574A6840788A4429EEE3654351_mCD052CFC3D0FEC3C5503829E3027B7D60DECE618_RuntimeMethod_var);
|
|
__this->___cityConfig_14 = L_2;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___cityConfig_14), (void*)L_2);
|
|
// if (cityConfig == null) return;
|
|
CircularCityDungeonConfig_t7817BFF1E73208574A6840788A4429EEE3654351* L_3 = __this->___cityConfig_14;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_4;
|
|
L_4 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_3, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
if (!L_4)
|
|
{
|
|
goto IL_0029;
|
|
}
|
|
}
|
|
{
|
|
// if (cityConfig == null) return;
|
|
return;
|
|
}
|
|
|
|
IL_0029:
|
|
{
|
|
// if (model == null)
|
|
DungeonModel_t53A77B7094F80C6A6C626E2E6B647289FBF29D19* L_5 = ((DungeonBuilder_tD1E33B0EE44EFF472152D3D8233F3804191E65EA*)__this)->___model_7;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_6;
|
|
L_6 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_5, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
if (!L_6)
|
|
{
|
|
goto IL_0043;
|
|
}
|
|
}
|
|
{
|
|
// model = GetComponent<CircularCityDungeonModel>();
|
|
CircularCityDungeonModel_t94F17830E23611EE5B86A93B5CA7B1024193ABDE* L_7;
|
|
L_7 = Component_GetComponent_TisCircularCityDungeonModel_t94F17830E23611EE5B86A93B5CA7B1024193ABDE_m63AEE898B103B574B28EEC72FDB3EF542D890891(__this, Component_GetComponent_TisCircularCityDungeonModel_t94F17830E23611EE5B86A93B5CA7B1024193ABDE_m63AEE898B103B574B28EEC72FDB3EF542D890891_RuntimeMethod_var);
|
|
((DungeonBuilder_tD1E33B0EE44EFF472152D3D8233F3804191E65EA*)__this)->___model_7 = L_7;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((DungeonBuilder_tD1E33B0EE44EFF472152D3D8233F3804191E65EA*)__this)->___model_7), (void*)L_7);
|
|
}
|
|
|
|
IL_0043:
|
|
{
|
|
// if (cityModel == null) {
|
|
CircularCityDungeonModel_t94F17830E23611EE5B86A93B5CA7B1024193ABDE* L_8 = __this->___cityModel_15;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_9;
|
|
L_9 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_8, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
if (!L_9)
|
|
{
|
|
goto IL_0062;
|
|
}
|
|
}
|
|
{
|
|
// cityModel = model as CircularCityDungeonModel;
|
|
DungeonModel_t53A77B7094F80C6A6C626E2E6B647289FBF29D19* L_10 = ((DungeonBuilder_tD1E33B0EE44EFF472152D3D8233F3804191E65EA*)__this)->___model_7;
|
|
__this->___cityModel_15 = ((CircularCityDungeonModel_t94F17830E23611EE5B86A93B5CA7B1024193ABDE*)IsInstClass((RuntimeObject*)L_10, CircularCityDungeonModel_t94F17830E23611EE5B86A93B5CA7B1024193ABDE_il2cpp_TypeInfo_var));
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___cityModel_15), (void*)((CircularCityDungeonModel_t94F17830E23611EE5B86A93B5CA7B1024193ABDE*)IsInstClass((RuntimeObject*)L_10, CircularCityDungeonModel_t94F17830E23611EE5B86A93B5CA7B1024193ABDE_il2cpp_TypeInfo_var)));
|
|
}
|
|
|
|
IL_0062:
|
|
{
|
|
// if (cityModel == null)
|
|
CircularCityDungeonModel_t94F17830E23611EE5B86A93B5CA7B1024193ABDE* L_11 = __this->___cityModel_15;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_12;
|
|
L_12 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_11, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
if (!L_12)
|
|
{
|
|
goto IL_0071;
|
|
}
|
|
}
|
|
{
|
|
// return;
|
|
return;
|
|
}
|
|
|
|
IL_0071:
|
|
{
|
|
// DebugDrawGraphGizmo(cityModel.roadGraph, Color.green, Color.red);
|
|
CircularCityDungeonModel_t94F17830E23611EE5B86A93B5CA7B1024193ABDE* L_13 = __this->___cityModel_15;
|
|
NullCheck(L_13);
|
|
RoadGraph_tBBD3345D24DE5F906DB32FD25C86EBDCD929F20D* L_14 = L_13->___roadGraph_5;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_15;
|
|
L_15 = Color_get_green_mEB001F2CD8C68C6BBAEF9101990B779D3AA2A6EF_inline(NULL);
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_16;
|
|
L_16 = Color_get_red_mA2E53E7173FDC97E68E335049AB0FAAEE43A844D_inline(NULL);
|
|
CircularCityDungeonBuilder_DebugDrawGraphGizmo_mA98F55AABE0B3E9F595F1528FC25887FD876C031(__this, L_14, L_15, L_16, NULL);
|
|
// DebugDrawGraphGizmo(cityModel.layoutGraph, Color.yellow, Color.blue);
|
|
CircularCityDungeonModel_t94F17830E23611EE5B86A93B5CA7B1024193ABDE* L_17 = __this->___cityModel_15;
|
|
NullCheck(L_17);
|
|
RoadGraph_tBBD3345D24DE5F906DB32FD25C86EBDCD929F20D* L_18 = L_17->___layoutGraph_6;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_19;
|
|
L_19 = Color_get_yellow_m66637FA14383E8D74F24AE256B577CE1D55D469F_inline(NULL);
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_20;
|
|
L_20 = Color_get_blue_mF04A26CE61D6DA3C0D8B1C4720901B1028C7AB87_inline(NULL);
|
|
CircularCityDungeonBuilder_DebugDrawGraphGizmo_mA98F55AABE0B3E9F595F1528FC25887FD876C031(__this, L_18, L_19, L_20, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void DungeonArchitect.Builders.CircularCity.CircularCityDungeonBuilder::EmitCityMarkers()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CircularCityDungeonBuilder_EmitCityMarkers_m96941F538B4D68BD24FE39880DCB360C1B0A4A06 (CircularCityDungeonBuilder_tEBE5CB17237826ACF003AAB85449D042810B3AB0* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CircularCityDungeonMarkerNames_tD9DE7FBCEE796749D71974981B9047385DA12E60_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SpatialPartitionCache_t75656499ADE63A544DB658BFCAA6F4C2C44B4BE9_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
float V_1 = 0.0f;
|
|
SpatialPartitionCache_t75656499ADE63A544DB658BFCAA6F4C2C44B4BE9* V_2 = NULL;
|
|
RoadGraphNodeU5BU5D_tEC59482B7D29CC54052041F803ECFCC6D197DCA2* V_3 = NULL;
|
|
int32_t V_4 = 0;
|
|
RoadGraphNode_t9C424C0D4CD008CFEF0B2F81ECCA533397B87D06* V_5 = NULL;
|
|
RoadGraphNode_t9C424C0D4CD008CFEF0B2F81ECCA533397B87D06* V_6 = NULL;
|
|
float V_7 = 0.0f;
|
|
int32_t V_8 = 0;
|
|
int32_t V_9 = 0;
|
|
float V_10 = 0.0f;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_11;
|
|
memset((&V_11), 0, sizeof(V_11));
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_12;
|
|
memset((&V_12), 0, sizeof(V_12));
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 V_13;
|
|
memset((&V_13), 0, sizeof(V_13));
|
|
{
|
|
// var basePosition = transform.position;
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_0;
|
|
L_0 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(__this, NULL);
|
|
NullCheck(L_0);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_1;
|
|
L_1 = Transform_get_position_m69CD5FA214FDAE7BB701552943674846C220FDE1(L_0, NULL);
|
|
V_0 = L_1;
|
|
// float occupancySearchDistance = cityConfig.buildingSize * 1.0f;
|
|
CircularCityDungeonConfig_t7817BFF1E73208574A6840788A4429EEE3654351* L_2 = __this->___cityConfig_14;
|
|
NullCheck(L_2);
|
|
float L_3 = L_2->___buildingSize_15;
|
|
V_1 = ((float)il2cpp_codegen_multiply(L_3, (1.0f)));
|
|
// int cacheGridResolution = Mathf.RoundToInt(occupancySearchDistance * 2.0f);
|
|
float L_4 = V_1;
|
|
int32_t L_5;
|
|
L_5 = Mathf_RoundToInt_m60F8B66CF27F1FA75AA219342BD184B75771EB4B_inline(((float)il2cpp_codegen_multiply(L_4, (2.0f))), NULL);
|
|
// var spatialOccupancy = new SpatialPartitionCache(cacheGridResolution);
|
|
SpatialPartitionCache_t75656499ADE63A544DB658BFCAA6F4C2C44B4BE9* L_6 = (SpatialPartitionCache_t75656499ADE63A544DB658BFCAA6F4C2C44B4BE9*)il2cpp_codegen_object_new(SpatialPartitionCache_t75656499ADE63A544DB658BFCAA6F4C2C44B4BE9_il2cpp_TypeInfo_var);
|
|
NullCheck(L_6);
|
|
SpatialPartitionCache__ctor_m5A2F6D125781B2C29E75DA7DC07401ABF9ECDC0B(L_6, L_5, NULL);
|
|
V_2 = L_6;
|
|
// foreach (var node in cityModel.roadGraph.nodes)
|
|
CircularCityDungeonModel_t94F17830E23611EE5B86A93B5CA7B1024193ABDE* L_7 = __this->___cityModel_15;
|
|
NullCheck(L_7);
|
|
RoadGraph_tBBD3345D24DE5F906DB32FD25C86EBDCD929F20D* L_8 = L_7->___roadGraph_5;
|
|
NullCheck(L_8);
|
|
RoadGraphNodeU5BU5D_tEC59482B7D29CC54052041F803ECFCC6D197DCA2* L_9 = L_8->___nodes_0;
|
|
V_3 = L_9;
|
|
V_4 = 0;
|
|
goto IL_005f;
|
|
}
|
|
|
|
IL_0046:
|
|
{
|
|
// foreach (var node in cityModel.roadGraph.nodes)
|
|
RoadGraphNodeU5BU5D_tEC59482B7D29CC54052041F803ECFCC6D197DCA2* L_10 = V_3;
|
|
int32_t L_11 = V_4;
|
|
NullCheck(L_10);
|
|
int32_t L_12 = L_11;
|
|
RoadGraphNode_t9C424C0D4CD008CFEF0B2F81ECCA533397B87D06* L_13 = (L_10)->GetAt(static_cast<il2cpp_array_size_t>(L_12));
|
|
V_5 = L_13;
|
|
// spatialOccupancy.RegisterAsOccupied(node.position);
|
|
SpatialPartitionCache_t75656499ADE63A544DB658BFCAA6F4C2C44B4BE9* L_14 = V_2;
|
|
RoadGraphNode_t9C424C0D4CD008CFEF0B2F81ECCA533397B87D06* L_15 = V_5;
|
|
NullCheck(L_15);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_16 = L_15->___position_1;
|
|
NullCheck(L_14);
|
|
SpatialPartitionCache_RegisterAsOccupied_m05CF3860D385BCAA77CB15F6EAD2B9FF73A7D42E(L_14, L_16, NULL);
|
|
int32_t L_17 = V_4;
|
|
V_4 = ((int32_t)il2cpp_codegen_add(L_17, 1));
|
|
}
|
|
|
|
IL_005f:
|
|
{
|
|
// foreach (var node in cityModel.roadGraph.nodes)
|
|
int32_t L_18 = V_4;
|
|
RoadGraphNodeU5BU5D_tEC59482B7D29CC54052041F803ECFCC6D197DCA2* L_19 = V_3;
|
|
NullCheck(L_19);
|
|
if ((((int32_t)L_18) < ((int32_t)((int32_t)(((RuntimeArray*)L_19)->max_length)))))
|
|
{
|
|
goto IL_0046;
|
|
}
|
|
}
|
|
{
|
|
// foreach (var node in cityModel.layoutGraph.nodes)
|
|
CircularCityDungeonModel_t94F17830E23611EE5B86A93B5CA7B1024193ABDE* L_20 = __this->___cityModel_15;
|
|
NullCheck(L_20);
|
|
RoadGraph_tBBD3345D24DE5F906DB32FD25C86EBDCD929F20D* L_21 = L_20->___layoutGraph_6;
|
|
NullCheck(L_21);
|
|
RoadGraphNodeU5BU5D_tEC59482B7D29CC54052041F803ECFCC6D197DCA2* L_22 = L_21->___nodes_0;
|
|
V_3 = L_22;
|
|
V_4 = 0;
|
|
goto IL_0095;
|
|
}
|
|
|
|
IL_007c:
|
|
{
|
|
// foreach (var node in cityModel.layoutGraph.nodes)
|
|
RoadGraphNodeU5BU5D_tEC59482B7D29CC54052041F803ECFCC6D197DCA2* L_23 = V_3;
|
|
int32_t L_24 = V_4;
|
|
NullCheck(L_23);
|
|
int32_t L_25 = L_24;
|
|
RoadGraphNode_t9C424C0D4CD008CFEF0B2F81ECCA533397B87D06* L_26 = (L_23)->GetAt(static_cast<il2cpp_array_size_t>(L_25));
|
|
V_6 = L_26;
|
|
// spatialOccupancy.RegisterAsOccupied(node.position);
|
|
SpatialPartitionCache_t75656499ADE63A544DB658BFCAA6F4C2C44B4BE9* L_27 = V_2;
|
|
RoadGraphNode_t9C424C0D4CD008CFEF0B2F81ECCA533397B87D06* L_28 = V_6;
|
|
NullCheck(L_28);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_29 = L_28->___position_1;
|
|
NullCheck(L_27);
|
|
SpatialPartitionCache_RegisterAsOccupied_m05CF3860D385BCAA77CB15F6EAD2B9FF73A7D42E(L_27, L_29, NULL);
|
|
int32_t L_30 = V_4;
|
|
V_4 = ((int32_t)il2cpp_codegen_add(L_30, 1));
|
|
}
|
|
|
|
IL_0095:
|
|
{
|
|
// foreach (var node in cityModel.layoutGraph.nodes)
|
|
int32_t L_31 = V_4;
|
|
RoadGraphNodeU5BU5D_tEC59482B7D29CC54052041F803ECFCC6D197DCA2* L_32 = V_3;
|
|
NullCheck(L_32);
|
|
if ((((int32_t)L_31) < ((int32_t)((int32_t)(((RuntimeArray*)L_32)->max_length)))))
|
|
{
|
|
goto IL_007c;
|
|
}
|
|
}
|
|
{
|
|
// for (float r = cityConfig.startRadius; r < cityConfig.endRadius; r += cityConfig.buildingSize)
|
|
CircularCityDungeonConfig_t7817BFF1E73208574A6840788A4429EEE3654351* L_33 = __this->___cityConfig_14;
|
|
NullCheck(L_33);
|
|
float L_34 = L_33->___startRadius_7;
|
|
V_7 = L_34;
|
|
goto IL_0163;
|
|
}
|
|
|
|
IL_00ae:
|
|
{
|
|
// float circumference = 2 * Mathf.PI * r;
|
|
float L_35 = V_7;
|
|
// int numBuildings = Mathf.RoundToInt(circumference / cityConfig.buildingSize);
|
|
CircularCityDungeonConfig_t7817BFF1E73208574A6840788A4429EEE3654351* L_36 = __this->___cityConfig_14;
|
|
NullCheck(L_36);
|
|
float L_37 = L_36->___buildingSize_15;
|
|
int32_t L_38;
|
|
L_38 = Mathf_RoundToInt_m60F8B66CF27F1FA75AA219342BD184B75771EB4B_inline(((float)(((float)il2cpp_codegen_multiply((6.28318548f), L_35))/L_37)), NULL);
|
|
V_8 = L_38;
|
|
// for (int i = 0; i < numBuildings; i++)
|
|
V_9 = 0;
|
|
goto IL_014a;
|
|
}
|
|
|
|
IL_00ce:
|
|
{
|
|
// float angle = 2 * Mathf.PI * i / (float)numBuildings;
|
|
int32_t L_39 = V_9;
|
|
int32_t L_40 = V_8;
|
|
V_10 = ((float)(((float)il2cpp_codegen_multiply((6.28318548f), ((float)L_39)))/((float)L_40)));
|
|
// var offset = Vector3.zero;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_41;
|
|
L_41 = Vector3_get_zero_m0C1249C3F25B1C70EAD3CC8B31259975A457AE39_inline(NULL);
|
|
V_11 = L_41;
|
|
// offset.x = Mathf.Cos(angle) * r;
|
|
float L_42 = V_10;
|
|
float L_43;
|
|
L_43 = cosf(L_42);
|
|
float L_44 = V_7;
|
|
(&V_11)->___x_2 = ((float)il2cpp_codegen_multiply(L_43, L_44));
|
|
// offset.z = Mathf.Sin(angle) * r;
|
|
float L_45 = V_10;
|
|
float L_46;
|
|
L_46 = sinf(L_45);
|
|
float L_47 = V_7;
|
|
(&V_11)->___z_4 = ((float)il2cpp_codegen_multiply(L_46, L_47));
|
|
// var position = basePosition + offset;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_48 = V_0;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_49 = V_11;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_50;
|
|
L_50 = Vector3_op_Addition_m78C0EC70CB66E8DCAC225743D82B268DAEE92067_inline(L_48, L_49, NULL);
|
|
V_12 = L_50;
|
|
// if (!spatialOccupancy.IsFree(offset, occupancySearchDistance))
|
|
SpatialPartitionCache_t75656499ADE63A544DB658BFCAA6F4C2C44B4BE9* L_51 = V_2;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_52 = V_11;
|
|
float L_53 = V_1;
|
|
NullCheck(L_51);
|
|
bool L_54;
|
|
L_54 = SpatialPartitionCache_IsFree_mB9B85FA9946D34517A76BE4CFE90569C732BB74B(L_51, L_52, L_53, NULL);
|
|
if (!L_54)
|
|
{
|
|
goto IL_0144;
|
|
}
|
|
}
|
|
{
|
|
// var rotation = Quaternion.Euler(0, -angle * Mathf.Rad2Deg, 0);
|
|
float L_55 = V_10;
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_56;
|
|
L_56 = Quaternion_Euler_m9262AB29E3E9CE94EF71051F38A28E82AEC73F90_inline((0.0f), ((float)il2cpp_codegen_multiply(((-L_55)), (57.2957802f))), (0.0f), NULL);
|
|
V_13 = L_56;
|
|
// EmitMarkerAt(CircularCityDungeonMarkerNames.House, position, rotation);
|
|
il2cpp_codegen_runtime_class_init_inline(CircularCityDungeonMarkerNames_tD9DE7FBCEE796749D71974981B9047385DA12E60_il2cpp_TypeInfo_var);
|
|
String_t* L_57 = ((CircularCityDungeonMarkerNames_tD9DE7FBCEE796749D71974981B9047385DA12E60_StaticFields*)il2cpp_codegen_static_fields_for(CircularCityDungeonMarkerNames_tD9DE7FBCEE796749D71974981B9047385DA12E60_il2cpp_TypeInfo_var))->___House_0;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_58 = V_12;
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_59 = V_13;
|
|
CircularCityDungeonBuilder_EmitMarkerAt_m5C6434B6422852E9FB64FF664303EC1794FB4BDF(__this, L_57, L_58, L_59, NULL);
|
|
}
|
|
|
|
IL_0144:
|
|
{
|
|
// for (int i = 0; i < numBuildings; i++)
|
|
int32_t L_60 = V_9;
|
|
V_9 = ((int32_t)il2cpp_codegen_add(L_60, 1));
|
|
}
|
|
|
|
IL_014a:
|
|
{
|
|
// for (int i = 0; i < numBuildings; i++)
|
|
int32_t L_61 = V_9;
|
|
int32_t L_62 = V_8;
|
|
if ((((int32_t)L_61) < ((int32_t)L_62)))
|
|
{
|
|
goto IL_00ce;
|
|
}
|
|
}
|
|
{
|
|
// for (float r = cityConfig.startRadius; r < cityConfig.endRadius; r += cityConfig.buildingSize)
|
|
float L_63 = V_7;
|
|
CircularCityDungeonConfig_t7817BFF1E73208574A6840788A4429EEE3654351* L_64 = __this->___cityConfig_14;
|
|
NullCheck(L_64);
|
|
float L_65 = L_64->___buildingSize_15;
|
|
V_7 = ((float)il2cpp_codegen_add(L_63, L_65));
|
|
}
|
|
|
|
IL_0163:
|
|
{
|
|
// for (float r = cityConfig.startRadius; r < cityConfig.endRadius; r += cityConfig.buildingSize)
|
|
float L_66 = V_7;
|
|
CircularCityDungeonConfig_t7817BFF1E73208574A6840788A4429EEE3654351* L_67 = __this->___cityConfig_14;
|
|
NullCheck(L_67);
|
|
int32_t L_68 = L_67->___endRadius_8;
|
|
if ((((float)L_66) < ((float)((float)L_68))))
|
|
{
|
|
goto IL_00ae;
|
|
}
|
|
}
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void DungeonArchitect.Builders.CircularCity.CircularCityDungeonBuilder::EmitMarkerAt(System.String,UnityEngine.Vector3,UnityEngine.Quaternion)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CircularCityDungeonBuilder_EmitMarkerAt_m5C6434B6422852E9FB64FF664303EC1794FB4BDF (CircularCityDungeonBuilder_tEBE5CB17237826ACF003AAB85449D042810B3AB0* __this, String_t* ___0_markerName, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___1_worldPosition, Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 ___2_rotation, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
{
|
|
// var transformation = Matrix4x4.TRS(worldPosition, rotation, Vector3.one);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_0 = ___1_worldPosition;
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_1 = ___2_rotation;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_2;
|
|
L_2 = Vector3_get_one_mC9B289F1E15C42C597180C9FE6FB492495B51D02_inline(NULL);
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_3;
|
|
L_3 = Matrix4x4_TRS_mCC04FD47347234B451ACC6CCD2CE6D02E1E0E1E3(L_0, L_1, L_2, NULL);
|
|
V_0 = L_3;
|
|
// var gridPosition = IntVector.Zero;
|
|
il2cpp_codegen_runtime_class_init_inline(IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C_il2cpp_TypeInfo_var);
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_4 = ((IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C_StaticFields*)il2cpp_codegen_static_fields_for(IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C_il2cpp_TypeInfo_var))->___Zero_3;
|
|
V_1 = L_4;
|
|
// EmitMarker(markerName, transformation, gridPosition, -1);
|
|
String_t* L_5 = ___0_markerName;
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_6 = V_0;
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_7 = V_1;
|
|
PropSocket_tDBD788EE4878B0FEF7F3848CD0882C4A2A735394* L_8;
|
|
L_8 = DungeonBuilder_EmitMarker_m2269C1FA0350E2BE59E038CC9ADD6127C2998865(__this, L_5, L_6, L_7, (-1), NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void DungeonArchitect.Builders.CircularCity.CircularCityDungeonBuilder::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CircularCityDungeonBuilder__ctor_mD9C53EC3C29555516269654695E19DD424FF5BEF (CircularCityDungeonBuilder_tEBE5CB17237826ACF003AAB85449D042810B3AB0* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
DungeonBuilder__ctor_m96192DED450E96D3B406AF0026E9E7D9B5E36ED2(__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 InsertHouseDelegate_Invoke_mE71C7AE747B6D17D9626A04777A79F6D37E32EAB_Multicast(InsertHouseDelegate_tF8DFD4AD6765777DFB85B14E5F77FBD600EA7544* __this, 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++)
|
|
{
|
|
InsertHouseDelegate_tF8DFD4AD6765777DFB85B14E5F77FBD600EA7544* currentDelegate = reinterpret_cast<InsertHouseDelegate_tF8DFD4AD6765777DFB85B14E5F77FBD600EA7544*>(delegatesToInvoke[i]);
|
|
typedef void (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*);
|
|
((FunctionPointerType)currentDelegate->___invoke_impl_1)((Il2CppObject*)currentDelegate->___method_code_6, reinterpret_cast<RuntimeMethod*>(currentDelegate->___method_3));
|
|
}
|
|
}
|
|
void InsertHouseDelegate_Invoke_mE71C7AE747B6D17D9626A04777A79F6D37E32EAB_OpenInst(InsertHouseDelegate_tF8DFD4AD6765777DFB85B14E5F77FBD600EA7544* __this, const RuntimeMethod* method)
|
|
{
|
|
typedef void (*FunctionPointerType) (const RuntimeMethod*);
|
|
((FunctionPointerType)__this->___method_ptr_0)(method);
|
|
}
|
|
void InsertHouseDelegate_Invoke_mE71C7AE747B6D17D9626A04777A79F6D37E32EAB_OpenStatic(InsertHouseDelegate_tF8DFD4AD6765777DFB85B14E5F77FBD600EA7544* __this, const RuntimeMethod* method)
|
|
{
|
|
typedef void (*FunctionPointerType) (const RuntimeMethod*);
|
|
((FunctionPointerType)__this->___method_ptr_0)(method);
|
|
}
|
|
void InsertHouseDelegate_Invoke_mE71C7AE747B6D17D9626A04777A79F6D37E32EAB_OpenStaticInvoker(InsertHouseDelegate_tF8DFD4AD6765777DFB85B14E5F77FBD600EA7544* __this, const RuntimeMethod* method)
|
|
{
|
|
InvokerActionInvoker0::Invoke(__this->___method_ptr_0, method, NULL);
|
|
}
|
|
void InsertHouseDelegate_Invoke_mE71C7AE747B6D17D9626A04777A79F6D37E32EAB_ClosedStaticInvoker(InsertHouseDelegate_tF8DFD4AD6765777DFB85B14E5F77FBD600EA7544* __this, const RuntimeMethod* method)
|
|
{
|
|
InvokerActionInvoker1< RuntimeObject* >::Invoke(__this->___method_ptr_0, method, NULL, __this->___m_target_2);
|
|
}
|
|
IL2CPP_EXTERN_C void DelegatePInvokeWrapper_InsertHouseDelegate_tF8DFD4AD6765777DFB85B14E5F77FBD600EA7544 (InsertHouseDelegate_tF8DFD4AD6765777DFB85B14E5F77FBD600EA7544* __this, const RuntimeMethod* method)
|
|
{
|
|
typedef void (DEFAULT_CALL *PInvokeFunc)();
|
|
PInvokeFunc il2cppPInvokeFunc = reinterpret_cast<PInvokeFunc>(il2cpp_codegen_get_reverse_pinvoke_function_ptr(__this));
|
|
// Native function invocation
|
|
il2cppPInvokeFunc();
|
|
|
|
}
|
|
// System.Void DungeonArchitect.Builders.CircularCity.CircularCityDungeonBuilder/InsertHouseDelegate::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InsertHouseDelegate__ctor_mBAC721898C000414DD77C6BD9C898B57030C8016 (InsertHouseDelegate_tF8DFD4AD6765777DFB85B14E5F77FBD600EA7544* __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 == 0;
|
|
if (il2cpp_codegen_call_method_via_invoker((RuntimeMethod*)___1_method))
|
|
if (isOpen)
|
|
__this->___invoke_impl_1 = (intptr_t)&InsertHouseDelegate_Invoke_mE71C7AE747B6D17D9626A04777A79F6D37E32EAB_OpenStaticInvoker;
|
|
else
|
|
__this->___invoke_impl_1 = (intptr_t)&InsertHouseDelegate_Invoke_mE71C7AE747B6D17D9626A04777A79F6D37E32EAB_ClosedStaticInvoker;
|
|
else
|
|
if (isOpen)
|
|
__this->___invoke_impl_1 = (intptr_t)&InsertHouseDelegate_Invoke_mE71C7AE747B6D17D9626A04777A79F6D37E32EAB_OpenStatic;
|
|
else
|
|
{
|
|
__this->___invoke_impl_1 = (intptr_t)__this->___method_ptr_0;
|
|
__this->___method_code_6 = (intptr_t)__this->___m_target_2;
|
|
}
|
|
}
|
|
else
|
|
{
|
|
if (___0_object == NULL)
|
|
il2cpp_codegen_raise_exception(il2cpp_codegen_get_argument_exception(NULL, "Delegate to an instance method cannot have null 'this'."), NULL);
|
|
__this->___invoke_impl_1 = (intptr_t)__this->___method_ptr_0;
|
|
__this->___method_code_6 = (intptr_t)__this->___m_target_2;
|
|
}
|
|
__this->___extra_arg_5 = (intptr_t)&InsertHouseDelegate_Invoke_mE71C7AE747B6D17D9626A04777A79F6D37E32EAB_Multicast;
|
|
}
|
|
// System.Void DungeonArchitect.Builders.CircularCity.CircularCityDungeonBuilder/InsertHouseDelegate::Invoke()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InsertHouseDelegate_Invoke_mE71C7AE747B6D17D9626A04777A79F6D37E32EAB (InsertHouseDelegate_tF8DFD4AD6765777DFB85B14E5F77FBD600EA7544* __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));
|
|
}
|
|
// System.IAsyncResult DungeonArchitect.Builders.CircularCity.CircularCityDungeonBuilder/InsertHouseDelegate::BeginInvoke(System.AsyncCallback,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* InsertHouseDelegate_BeginInvoke_m9FF9F88CB5945DDF152D9446F1BE55666353674B (InsertHouseDelegate_tF8DFD4AD6765777DFB85B14E5F77FBD600EA7544* __this, AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C* ___0_callback, RuntimeObject* ___1_object, const RuntimeMethod* method)
|
|
{
|
|
void *__d_args[1] = {0};
|
|
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___0_callback, (RuntimeObject*)___1_object);
|
|
}
|
|
// System.Void DungeonArchitect.Builders.CircularCity.CircularCityDungeonBuilder/InsertHouseDelegate::EndInvoke(System.IAsyncResult)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InsertHouseDelegate_EndInvoke_mBAD16D3E3DA291140FDA5B13FB507FF6A18B6022 (InsertHouseDelegate_tF8DFD4AD6765777DFB85B14E5F77FBD600EA7544* __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 DungeonArchitect.Builders.CircularCity.CircularCityDungeonBuilder/SpatialPartitionCache::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SpatialPartitionCache__ctor_m5A2F6D125781B2C29E75DA7DC07401ABF9ECDC0B (SpatialPartitionCache_t75656499ADE63A544DB658BFCAA6F4C2C44B4BE9* __this, int32_t ___0_gridSize, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_m8771754E2BBA32FB3F559F9140810B9B185B8938_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_t10BD0B6C508CB4471BF107ECB9DC511E2BFA861E_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// Dictionary<IntVector2, List<Vector3>> occupancyGrid = new Dictionary<IntVector2, List<Vector3>>();
|
|
Dictionary_2_t10BD0B6C508CB4471BF107ECB9DC511E2BFA861E* L_0 = (Dictionary_2_t10BD0B6C508CB4471BF107ECB9DC511E2BFA861E*)il2cpp_codegen_object_new(Dictionary_2_t10BD0B6C508CB4471BF107ECB9DC511E2BFA861E_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
Dictionary_2__ctor_m8771754E2BBA32FB3F559F9140810B9B185B8938(L_0, Dictionary_2__ctor_m8771754E2BBA32FB3F559F9140810B9B185B8938_RuntimeMethod_var);
|
|
__this->___occupancyGrid_1 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___occupancyGrid_1), (void*)L_0);
|
|
// public SpatialPartitionCache(int gridSize)
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
// this.gridSize = gridSize;
|
|
int32_t L_1 = ___0_gridSize;
|
|
__this->___gridSize_0 = L_1;
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void DungeonArchitect.Builders.CircularCity.CircularCityDungeonBuilder/SpatialPartitionCache::RegisterAsOccupied(UnityEngine.Vector3)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SpatialPartitionCache_RegisterAsOccupied_m05CF3860D385BCAA77CB15F6EAD2B9FF73A7D42E (SpatialPartitionCache_t75656499ADE63A544DB658BFCAA6F4C2C44B4BE9* __this, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_position, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Add_mFEB6223FF4F795CE541DA82578CF6354D0B16B80_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_ContainsKey_m327E5BE936BCFA42E0AEC26DCCE7EB6C3B215DE9_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_get_Item_mB2B99A6E12F0E49419FE2C3EA9063E787981F827_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m79E50C4F592B1703F4B76A8BE7B4855515460CA1_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mC54E2BCBE43279A96FC082F5CDE2D76388BD8F9C_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t77B94703E05C519A9010DD0614F757F974E1CD8B_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
IntVector2_t2DFD1430F75D3E32E93DE921832E85D4A3FD53F7 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
// var cell = GetCell(position);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_0 = ___0_position;
|
|
IntVector2_t2DFD1430F75D3E32E93DE921832E85D4A3FD53F7 L_1;
|
|
L_1 = SpatialPartitionCache_GetCell_mD38917AACE69AA5FD584D76C794F9074A5280150(__this, L_0, NULL);
|
|
V_0 = L_1;
|
|
// if (!occupancyGrid.ContainsKey(cell))
|
|
Dictionary_2_t10BD0B6C508CB4471BF107ECB9DC511E2BFA861E* L_2 = __this->___occupancyGrid_1;
|
|
IntVector2_t2DFD1430F75D3E32E93DE921832E85D4A3FD53F7 L_3 = V_0;
|
|
NullCheck(L_2);
|
|
bool L_4;
|
|
L_4 = Dictionary_2_ContainsKey_m327E5BE936BCFA42E0AEC26DCCE7EB6C3B215DE9(L_2, L_3, Dictionary_2_ContainsKey_m327E5BE936BCFA42E0AEC26DCCE7EB6C3B215DE9_RuntimeMethod_var);
|
|
if (L_4)
|
|
{
|
|
goto IL_0027;
|
|
}
|
|
}
|
|
{
|
|
// occupancyGrid.Add(cell, new List<Vector3>());
|
|
Dictionary_2_t10BD0B6C508CB4471BF107ECB9DC511E2BFA861E* L_5 = __this->___occupancyGrid_1;
|
|
IntVector2_t2DFD1430F75D3E32E93DE921832E85D4A3FD53F7 L_6 = V_0;
|
|
List_1_t77B94703E05C519A9010DD0614F757F974E1CD8B* L_7 = (List_1_t77B94703E05C519A9010DD0614F757F974E1CD8B*)il2cpp_codegen_object_new(List_1_t77B94703E05C519A9010DD0614F757F974E1CD8B_il2cpp_TypeInfo_var);
|
|
NullCheck(L_7);
|
|
List_1__ctor_mC54E2BCBE43279A96FC082F5CDE2D76388BD8F9C(L_7, List_1__ctor_mC54E2BCBE43279A96FC082F5CDE2D76388BD8F9C_RuntimeMethod_var);
|
|
NullCheck(L_5);
|
|
Dictionary_2_Add_mFEB6223FF4F795CE541DA82578CF6354D0B16B80(L_5, L_6, L_7, Dictionary_2_Add_mFEB6223FF4F795CE541DA82578CF6354D0B16B80_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0027:
|
|
{
|
|
// occupancyGrid[cell].Add(position);
|
|
Dictionary_2_t10BD0B6C508CB4471BF107ECB9DC511E2BFA861E* L_8 = __this->___occupancyGrid_1;
|
|
IntVector2_t2DFD1430F75D3E32E93DE921832E85D4A3FD53F7 L_9 = V_0;
|
|
NullCheck(L_8);
|
|
List_1_t77B94703E05C519A9010DD0614F757F974E1CD8B* L_10;
|
|
L_10 = Dictionary_2_get_Item_mB2B99A6E12F0E49419FE2C3EA9063E787981F827(L_8, L_9, Dictionary_2_get_Item_mB2B99A6E12F0E49419FE2C3EA9063E787981F827_RuntimeMethod_var);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_11 = ___0_position;
|
|
NullCheck(L_10);
|
|
List_1_Add_m79E50C4F592B1703F4B76A8BE7B4855515460CA1_inline(L_10, L_11, List_1_Add_m79E50C4F592B1703F4B76A8BE7B4855515460CA1_RuntimeMethod_var);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean DungeonArchitect.Builders.CircularCity.CircularCityDungeonBuilder/SpatialPartitionCache::IsFree(UnityEngine.Vector3,System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SpatialPartitionCache_IsFree_mB9B85FA9946D34517A76BE4CFE90569C732BB74B (SpatialPartitionCache_t75656499ADE63A544DB658BFCAA6F4C2C44B4BE9* __this, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_position, float ___1_distanceSearch, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntVector2_t2DFD1430F75D3E32E93DE921832E85D4A3FD53F7_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
IntVector2_t2DFD1430F75D3E32E93DE921832E85D4A3FD53F7 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
int32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
IntVector2_t2DFD1430F75D3E32E93DE921832E85D4A3FD53F7 V_3;
|
|
memset((&V_3), 0, sizeof(V_3));
|
|
{
|
|
// var baseCell = GetCell(position);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_0 = ___0_position;
|
|
IntVector2_t2DFD1430F75D3E32E93DE921832E85D4A3FD53F7 L_1;
|
|
L_1 = SpatialPartitionCache_GetCell_mD38917AACE69AA5FD584D76C794F9074A5280150(__this, L_0, NULL);
|
|
V_0 = L_1;
|
|
// for (int dx = -1; dx <= 1; dx++)
|
|
V_1 = (-1);
|
|
goto IL_0037;
|
|
}
|
|
|
|
IL_000c:
|
|
{
|
|
// for (int dy = -1; dy <= 1; dy++)
|
|
V_2 = (-1);
|
|
goto IL_002f;
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
// var cell = baseCell + new IntVector2(dx, dy);
|
|
IntVector2_t2DFD1430F75D3E32E93DE921832E85D4A3FD53F7 L_2 = V_0;
|
|
int32_t L_3 = V_1;
|
|
int32_t L_4 = V_2;
|
|
IntVector2_t2DFD1430F75D3E32E93DE921832E85D4A3FD53F7 L_5;
|
|
memset((&L_5), 0, sizeof(L_5));
|
|
IntVector2__ctor_mD3BAEE651E799C5D5F4BAE76D31BFAA7ABD176E0((&L_5), L_3, L_4, /*hidden argument*/NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(IntVector2_t2DFD1430F75D3E32E93DE921832E85D4A3FD53F7_il2cpp_TypeInfo_var);
|
|
IntVector2_t2DFD1430F75D3E32E93DE921832E85D4A3FD53F7 L_6;
|
|
L_6 = IntVector2_op_Addition_m0B60F9588B271FC42836F32563C1017EA4668239(L_2, L_5, NULL);
|
|
V_3 = L_6;
|
|
// if (!IsFree(position, cell, distanceSearch))
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_7 = ___0_position;
|
|
IntVector2_t2DFD1430F75D3E32E93DE921832E85D4A3FD53F7 L_8 = V_3;
|
|
float L_9 = ___1_distanceSearch;
|
|
bool L_10;
|
|
L_10 = SpatialPartitionCache_IsFree_m1296EE1F2116A3C1E16FF55997230418F90A69EF(__this, L_7, L_8, L_9, NULL);
|
|
if (L_10)
|
|
{
|
|
goto IL_002b;
|
|
}
|
|
}
|
|
{
|
|
// return false;
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_002b:
|
|
{
|
|
// for (int dy = -1; dy <= 1; dy++)
|
|
int32_t L_11 = V_2;
|
|
V_2 = ((int32_t)il2cpp_codegen_add(L_11, 1));
|
|
}
|
|
|
|
IL_002f:
|
|
{
|
|
// for (int dy = -1; dy <= 1; dy++)
|
|
int32_t L_12 = V_2;
|
|
if ((((int32_t)L_12) <= ((int32_t)1)))
|
|
{
|
|
goto IL_0010;
|
|
}
|
|
}
|
|
{
|
|
// for (int dx = -1; dx <= 1; dx++)
|
|
int32_t L_13 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add(L_13, 1));
|
|
}
|
|
|
|
IL_0037:
|
|
{
|
|
// for (int dx = -1; dx <= 1; dx++)
|
|
int32_t L_14 = V_1;
|
|
if ((((int32_t)L_14) <= ((int32_t)1)))
|
|
{
|
|
goto IL_000c;
|
|
}
|
|
}
|
|
{
|
|
// return true;
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// System.Boolean DungeonArchitect.Builders.CircularCity.CircularCityDungeonBuilder/SpatialPartitionCache::IsFree(UnityEngine.Vector3,DungeonArchitect.IntVector2,System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SpatialPartitionCache_IsFree_m1296EE1F2116A3C1E16FF55997230418F90A69EF (SpatialPartitionCache_t75656499ADE63A544DB658BFCAA6F4C2C44B4BE9* __this, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_sourcePosition, IntVector2_t2DFD1430F75D3E32E93DE921832E85D4A3FD53F7 ___1_cell, float ___2_distanceSearch, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_ContainsKey_m327E5BE936BCFA42E0AEC26DCCE7EB6C3B215DE9_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_get_Item_mB2B99A6E12F0E49419FE2C3EA9063E787981F827_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m13D8B7747BCE3651CB2FD43622DBEDC3E50EA0E6_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_m9C3D158CB944A2244D518FA7989D8312ACCD7C8A_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m098C9AE095DEFD00B1B0314A772330F537805EE2_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_GetEnumerator_m24A1CBC9428047F6672EC9B92A3E4154DC60337A_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
float V_0 = 0.0f;
|
|
Enumerator_t609488A9291E792D6A59707FF2BF03FBB727E047 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_3;
|
|
memset((&V_3), 0, sizeof(V_3));
|
|
bool V_4 = false;
|
|
{
|
|
// if (!occupancyGrid.ContainsKey(cell))
|
|
Dictionary_2_t10BD0B6C508CB4471BF107ECB9DC511E2BFA861E* L_0 = __this->___occupancyGrid_1;
|
|
IntVector2_t2DFD1430F75D3E32E93DE921832E85D4A3FD53F7 L_1 = ___1_cell;
|
|
NullCheck(L_0);
|
|
bool L_2;
|
|
L_2 = Dictionary_2_ContainsKey_m327E5BE936BCFA42E0AEC26DCCE7EB6C3B215DE9(L_0, L_1, Dictionary_2_ContainsKey_m327E5BE936BCFA42E0AEC26DCCE7EB6C3B215DE9_RuntimeMethod_var);
|
|
if (L_2)
|
|
{
|
|
goto IL_0010;
|
|
}
|
|
}
|
|
{
|
|
// return true;
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
// float distanceSearchSq = distanceSearch * distanceSearch;
|
|
float L_3 = ___2_distanceSearch;
|
|
float L_4 = ___2_distanceSearch;
|
|
V_0 = ((float)il2cpp_codegen_multiply(L_3, L_4));
|
|
// foreach (var position in occupancyGrid[cell])
|
|
Dictionary_2_t10BD0B6C508CB4471BF107ECB9DC511E2BFA861E* L_5 = __this->___occupancyGrid_1;
|
|
IntVector2_t2DFD1430F75D3E32E93DE921832E85D4A3FD53F7 L_6 = ___1_cell;
|
|
NullCheck(L_5);
|
|
List_1_t77B94703E05C519A9010DD0614F757F974E1CD8B* L_7;
|
|
L_7 = Dictionary_2_get_Item_mB2B99A6E12F0E49419FE2C3EA9063E787981F827(L_5, L_6, Dictionary_2_get_Item_mB2B99A6E12F0E49419FE2C3EA9063E787981F827_RuntimeMethod_var);
|
|
NullCheck(L_7);
|
|
Enumerator_t609488A9291E792D6A59707FF2BF03FBB727E047 L_8;
|
|
L_8 = List_1_GetEnumerator_m24A1CBC9428047F6672EC9B92A3E4154DC60337A(L_7, List_1_GetEnumerator_m24A1CBC9428047F6672EC9B92A3E4154DC60337A_RuntimeMethod_var);
|
|
V_1 = L_8;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_0052:
|
|
{// begin finally (depth: 1)
|
|
Enumerator_Dispose_m13D8B7747BCE3651CB2FD43622DBEDC3E50EA0E6((&V_1), Enumerator_Dispose_m13D8B7747BCE3651CB2FD43622DBEDC3E50EA0E6_RuntimeMethod_var);
|
|
return;
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
{
|
|
goto IL_0047_1;
|
|
}
|
|
|
|
IL_0028_1:
|
|
{
|
|
// foreach (var position in occupancyGrid[cell])
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_9;
|
|
L_9 = Enumerator_get_Current_m098C9AE095DEFD00B1B0314A772330F537805EE2_inline((&V_1), Enumerator_get_Current_m098C9AE095DEFD00B1B0314A772330F537805EE2_RuntimeMethod_var);
|
|
V_2 = L_9;
|
|
// var distanceSq = (sourcePosition - position).sqrMagnitude;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_10 = ___0_sourcePosition;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_11 = V_2;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_12;
|
|
L_12 = Vector3_op_Subtraction_mE42023FF80067CB44A1D4A27EB7CF2B24CABB828_inline(L_10, L_11, NULL);
|
|
V_3 = L_12;
|
|
float L_13;
|
|
L_13 = Vector3_get_sqrMagnitude_m43C27DEC47C4811FB30AB474FF2131A963B66FC8_inline((&V_3), NULL);
|
|
// if (distanceSq < distanceSearchSq)
|
|
float L_14 = V_0;
|
|
if ((!(((float)L_13) < ((float)L_14))))
|
|
{
|
|
goto IL_0047_1;
|
|
}
|
|
}
|
|
{
|
|
// return false;
|
|
V_4 = (bool)0;
|
|
goto IL_0062;
|
|
}
|
|
|
|
IL_0047_1:
|
|
{
|
|
// foreach (var position in occupancyGrid[cell])
|
|
bool L_15;
|
|
L_15 = Enumerator_MoveNext_m9C3D158CB944A2244D518FA7989D8312ACCD7C8A((&V_1), Enumerator_MoveNext_m9C3D158CB944A2244D518FA7989D8312ACCD7C8A_RuntimeMethod_var);
|
|
if (L_15)
|
|
{
|
|
goto IL_0028_1;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0060;
|
|
}
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_0060:
|
|
{
|
|
// return true;
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0062:
|
|
{
|
|
// }
|
|
bool L_16 = V_4;
|
|
return L_16;
|
|
}
|
|
}
|
|
// DungeonArchitect.IntVector2 DungeonArchitect.Builders.CircularCity.CircularCityDungeonBuilder/SpatialPartitionCache::GetCell(UnityEngine.Vector3)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR IntVector2_t2DFD1430F75D3E32E93DE921832E85D4A3FD53F7 SpatialPartitionCache_GetCell_mD38917AACE69AA5FD584D76C794F9074A5280150 (SpatialPartitionCache_t75656499ADE63A544DB658BFCAA6F4C2C44B4BE9* __this, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_position, const RuntimeMethod* method)
|
|
{
|
|
IntVector2_t2DFD1430F75D3E32E93DE921832E85D4A3FD53F7 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
// var cell = new IntVector2();
|
|
il2cpp_codegen_initobj((&V_0), sizeof(IntVector2_t2DFD1430F75D3E32E93DE921832E85D4A3FD53F7));
|
|
// cell.x = Mathf.RoundToInt(position.x / gridSize);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_0 = ___0_position;
|
|
float L_1 = L_0.___x_2;
|
|
int32_t L_2 = __this->___gridSize_0;
|
|
int32_t L_3;
|
|
L_3 = Mathf_RoundToInt_m60F8B66CF27F1FA75AA219342BD184B75771EB4B_inline(((float)(L_1/((float)L_2))), NULL);
|
|
(&V_0)->___x_0 = L_3;
|
|
// cell.y = Mathf.RoundToInt(position.z / gridSize);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_4 = ___0_position;
|
|
float L_5 = L_4.___z_4;
|
|
int32_t L_6 = __this->___gridSize_0;
|
|
int32_t L_7;
|
|
L_7 = Mathf_RoundToInt_m60F8B66CF27F1FA75AA219342BD184B75771EB4B_inline(((float)(L_5/((float)L_6))), NULL);
|
|
(&V_0)->___y_1 = L_7;
|
|
// return cell;
|
|
IntVector2_t2DFD1430F75D3E32E93DE921832E85D4A3FD53F7 L_8 = V_0;
|
|
return L_8;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void DungeonArchitect.Builders.CircularCity.CircularCityDungeonConfig::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CircularCityDungeonConfig__ctor_m3922F60E5B8A6B1CD02D9509481E200CAA827450 (CircularCityDungeonConfig_t7817BFF1E73208574A6840788A4429EEE3654351* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public int numRings = 5;
|
|
__this->___numRings_5 = 5;
|
|
// public int numRays = 7;
|
|
__this->___numRays_6 = 7;
|
|
// public float startRadius = 50;
|
|
__this->___startRadius_7 = (50.0f);
|
|
// public int endRadius = 200;
|
|
__this->___endRadius_8 = ((int32_t)200);
|
|
// public float mainRoadStrength = 4.0f;
|
|
__this->___mainRoadStrength_9 = (4.0f);
|
|
// public float sideRoadStrength = 2.0f;
|
|
__this->___sideRoadStrength_10 = (2.0f);
|
|
// public float mainRoadRemovalProbability = 0.1f;
|
|
__this->___mainRoadRemovalProbability_11 = (0.100000001f);
|
|
// public float sideRoadRemovalProbability = 0.2f;
|
|
__this->___sideRoadRemovalProbability_12 = (0.200000003f);
|
|
// public float randomSideLaneOffsetAngle = 3;
|
|
__this->___randomSideLaneOffsetAngle_13 = (3.0f);
|
|
// public float interNodeDistance = 6.0f;
|
|
__this->___interNodeDistance_14 = (6.0f);
|
|
// public float buildingSize = 4.0f;
|
|
__this->___buildingSize_15 = (4.0f);
|
|
DungeonConfig__ctor_m6D90F75CA55996A65B7286D7A485462FBDEFC284(__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 DungeonArchitect.Builders.CircularCity.CircularCityCell::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CircularCityCell__ctor_mE64239A58F31F6F07F94C10CC595B78EA021554B (CircularCityCell_tC305431CA108A411593CA6849AB60777C7F720B5* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public Vector3 BlockSize = new Vector3(1, 0, 1);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_0;
|
|
memset((&L_0), 0, sizeof(L_0));
|
|
Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&L_0), (1.0f), (0.0f), (1.0f), /*hidden argument*/NULL);
|
|
__this->___BlockSize_3 = L_0;
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void DungeonArchitect.Builders.CircularCity.CircularCityDungeonModel::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CircularCityDungeonModel__ctor_m94B7073C756A8486214F6B2AF9AF26C7F873188C (CircularCityDungeonModel_t94F17830E23611EE5B86A93B5CA7B1024193ABDE* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
DungeonModel__ctor_mB2DA27BF8A4E16B19BC4A3E293DC3FEA124BA709(__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 DungeonArchitect.Builders.CircularCity.CircularCityLandscapeTexture::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CircularCityLandscapeTexture__ctor_m4202D39CB6C53D96374498D2D22055E7A5795AA1 (CircularCityLandscapeTexture_t23AFB4233BF0F281F8B4DC5E02651DCDF43174FF* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public Vector2 size = new Vector2(15, 15);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_0;
|
|
memset((&L_0), 0, sizeof(L_0));
|
|
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_0), (15.0f), (15.0f), /*hidden argument*/NULL);
|
|
__this->___size_4 = L_0;
|
|
// public Vector2 offset = Vector2.zero;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_1;
|
|
L_1 = Vector2_get_zero_m32506C40EC2EE7D5D4410BF40D3EE683A3D5F32C_inline(NULL);
|
|
__this->___offset_5 = L_1;
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void DungeonArchitect.Builders.CircularCity.CircularCityFoliageEntry::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CircularCityFoliageEntry__ctor_mD0699AFDECCD1D7849E9F6322CCA72D2AB9FB8CB (CircularCityFoliageEntry_tECB3EFBC73A369710EBC5E1322B34F9C3C0C2574* __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 DungeonArchitect.Builders.CircularCity.CircularCityFoliageTheme::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CircularCityFoliageTheme__ctor_mB3BE8A1BF71B2797A107DC638CAE437D7DD0A865 (CircularCityFoliageTheme_t09AA71DB8CF25EAA15F9B1CFDB7FF55A8080F0CD* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public CircularCityLandscapeTextureType textureType = CircularCityLandscapeTextureType.Park;
|
|
__this->___textureType_0 = 2;
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void DungeonArchitect.Builders.CircularCity.LandscapeTransformerCity::BuildTerrain(DungeonArchitect.DungeonModel)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LandscapeTransformerCity_BuildTerrain_mABF65FA3143EBF55E62D9402DC0A6962AD70E7F2 (LandscapeTransformerCity_t7CB6715ABE50F0DCA40C9714E6BF49F2AD873C3A* __this, DungeonModel_t53A77B7094F80C6A6C626E2E6B647289FBF29D19* ___0_model, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CircularCityDungeonModel_t94F17830E23611EE5B86A93B5CA7B1024193ABDE_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (model is CircularCityDungeonModel && terrain != null)
|
|
DungeonModel_t53A77B7094F80C6A6C626E2E6B647289FBF29D19* L_0 = ___0_model;
|
|
if (!((CircularCityDungeonModel_t94F17830E23611EE5B86A93B5CA7B1024193ABDE*)IsInstClass((RuntimeObject*)L_0, CircularCityDungeonModel_t94F17830E23611EE5B86A93B5CA7B1024193ABDE_il2cpp_TypeInfo_var)))
|
|
{
|
|
goto IL_0015;
|
|
}
|
|
}
|
|
{
|
|
Terrain_t7F309492F67238DBFBC4566F47385B2A665CF667* L_1 = ((LandscapeTransformerBase_t5825BF43364CC2021181454F5AA4A6B5BCBE8B47*)__this)->___terrain_4;
|
|
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);
|
|
}
|
|
|
|
IL_0015:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void DungeonArchitect.Builders.CircularCity.LandscapeTransformerCity::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LandscapeTransformerCity__ctor_m3D70B7C93216D9B0C823B775EF943A85CEDF0A78 (LandscapeTransformerCity_t7CB6715ABE50F0DCA40C9714E6BF49F2AD873C3A* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public int roadBlurDistance = 6;
|
|
__this->___roadBlurDistance_10 = 6;
|
|
// public float corridorBlurThreshold = 0.5f;
|
|
__this->___corridorBlurThreshold_11 = (0.5f);
|
|
// public float roomBlurThreshold = 0.5f;
|
|
__this->___roomBlurThreshold_12 = (0.5f);
|
|
LandscapeTransformerBase__ctor_mCD05F588EB2909A2F491CDC96E7941FEE3E5F18B(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
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 float Vector3_get_sqrMagnitude_m43C27DEC47C4811FB30AB474FF2131A963B66FC8_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* __this, const RuntimeMethod* method)
|
|
{
|
|
float V_0 = 0.0f;
|
|
{
|
|
float L_0 = __this->___x_2;
|
|
float L_1 = __this->___x_2;
|
|
float L_2 = __this->___y_3;
|
|
float L_3 = __this->___y_3;
|
|
float L_4 = __this->___z_4;
|
|
float L_5 = __this->___z_4;
|
|
V_0 = ((float)il2cpp_codegen_add(((float)il2cpp_codegen_add(((float)il2cpp_codegen_multiply(L_0, L_1)), ((float)il2cpp_codegen_multiply(L_2, L_3)))), ((float)il2cpp_codegen_multiply(L_4, L_5))));
|
|
goto IL_002d;
|
|
}
|
|
|
|
IL_002d:
|
|
{
|
|
float L_6 = V_0;
|
|
return L_6;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR 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 Rectangle_tA560F5F5599A7C11DDD6E7EC2A93ABD2AAA6C64E Cell_get_Bounds_m701BAE5F667F9ED03D14964497811072198366CE_inline (Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// get { return bounds; }
|
|
Rectangle_tA560F5F5599A7C11DDD6E7EC2A93ABD2AAA6C64E L_0 = __this->___bounds_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Vector3_Scale_m7C3CD199271902D5C00CBF35CD230DEB62B68CAE_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_a, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___1_b, const RuntimeMethod* method)
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_0 = ___0_a;
|
|
float L_1 = L_0.___x_2;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_2 = ___1_b;
|
|
float L_3 = L_2.___x_2;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_4 = ___0_a;
|
|
float L_5 = L_4.___y_3;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_6 = ___1_b;
|
|
float L_7 = L_6.___y_3;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_8 = ___0_a;
|
|
float L_9 = L_8.___z_4;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_10 = ___1_b;
|
|
float L_11 = L_10.___z_4;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_12;
|
|
memset((&L_12), 0, sizeof(L_12));
|
|
Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&L_12), ((float)il2cpp_codegen_multiply(L_1, L_3)), ((float)il2cpp_codegen_multiply(L_5, L_7)), ((float)il2cpp_codegen_multiply(L_9, L_11)), /*hidden argument*/NULL);
|
|
V_0 = L_12;
|
|
goto IL_0030;
|
|
}
|
|
|
|
IL_0030:
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_13 = V_0;
|
|
return L_13;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C Rectangle_get_Location_mF005282420254BC725474ED27F3E4E7513956D2B_inline (Rectangle_tA560F5F5599A7C11DDD6E7EC2A93ABD2AAA6C64E* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return location;
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_0 = __this->___location_0;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Cell_get_Id_m9019A9DE5723347E0DE724E363AC4F2AAB7429BA_inline (Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return id;
|
|
int32_t L_0 = __this->___id_0;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* CellDoor_get_AdjacentCells_m011DD845922C53A5C73C0B00ED1F051E6357EF24_inline (CellDoor_t1C9E99F62317AEBD0FB8E640443435E6170AA6D5* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return adjacentCells;
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_0 = __this->___adjacentCells_2;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR IntVectorU5BU5D_t51305BC25B133B84E9B4F1FB09FC5DE6C579C440* CellDoor_get_AdjacentTiles_mCBE2648394F0561684348E29520F09B3D1031D38_inline (CellDoor_t1C9E99F62317AEBD0FB8E640443435E6170AA6D5* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return adjacentTiles;
|
|
IntVectorU5BU5D_t51305BC25B133B84E9B4F1FB09FC5DE6C579C440* L_0 = __this->___adjacentTiles_0;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool CellDoor_get_Enabled_m0A44D52B390E46F70DB3707806123B42E2AE2796_inline (CellDoor_t1C9E99F62317AEBD0FB8E640443435E6170AA6D5* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// get { return enabled; }
|
|
bool L_0 = __this->___enabled_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Cell_get_CellType_m2C666B1ED7806805420EA64623AF5D3EDFF6F642_inline (Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// get { return cellType; }
|
|
int32_t L_0 = __this->___cellType_2;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C Rectangle_get_Size_mA55765DC875BB6CEBED2C41C0DBC5258B7A79259_inline (Rectangle_tA560F5F5599A7C11DDD6E7EC2A93ABD2AAA6C64E* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return size;
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_0 = __this->___size_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2* Cell_get_AdjacentCells_mC35A0A65ACAAB5271D19556623A0988F589AE523_inline (Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return adjacentCells;
|
|
HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2* L_0 = __this->___adjacentCells_6;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Mathf_Min_m888083F74FF5655778F0403BB5E9608BEFDEA8CB_inline (int32_t ___0_a, int32_t ___1_b, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
int32_t G_B3_0 = 0;
|
|
{
|
|
int32_t L_0 = ___0_a;
|
|
int32_t L_1 = ___1_b;
|
|
if ((((int32_t)L_0) < ((int32_t)L_1)))
|
|
{
|
|
goto IL_0008;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_2 = ___1_b;
|
|
G_B3_0 = L_2;
|
|
goto IL_0009;
|
|
}
|
|
|
|
IL_0008:
|
|
{
|
|
int32_t L_3 = ___0_a;
|
|
G_B3_0 = L_3;
|
|
}
|
|
|
|
IL_0009:
|
|
{
|
|
V_0 = G_B3_0;
|
|
goto IL_000c;
|
|
}
|
|
|
|
IL_000c:
|
|
{
|
|
int32_t L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Mathf_Max_m7FA442918DE37E3A00106D1F2E789D65829792B8_inline (int32_t ___0_a, int32_t ___1_b, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
int32_t G_B3_0 = 0;
|
|
{
|
|
int32_t L_0 = ___0_a;
|
|
int32_t L_1 = ___1_b;
|
|
if ((((int32_t)L_0) > ((int32_t)L_1)))
|
|
{
|
|
goto IL_0008;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_2 = ___1_b;
|
|
G_B3_0 = L_2;
|
|
goto IL_0009;
|
|
}
|
|
|
|
IL_0008:
|
|
{
|
|
int32_t L_3 = ___0_a;
|
|
G_B3_0 = L_3;
|
|
}
|
|
|
|
IL_0009:
|
|
{
|
|
V_0 = G_B3_0;
|
|
goto IL_000c;
|
|
}
|
|
|
|
IL_000c:
|
|
{
|
|
int32_t L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
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 Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Vector2_op_Multiply_m6FFFFF6A9E069A4FBCA7E098D88AE39C2B80D442_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_multiply(L_1, L_3)), ((float)il2cpp_codegen_multiply(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 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 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 DungeonModel_t53A77B7094F80C6A6C626E2E6B647289FBF29D19* DungeonBuilder_get_Model_m389A71C7447944C07FFB0F24CDC1835A33E76C16_inline (DungeonBuilder_tD1E33B0EE44EFF472152D3D8233F3804191E65EA* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// get { return model; }
|
|
DungeonModel_t53A77B7094F80C6A6C626E2E6B647289FBF29D19* L_0 = __this->___model_7;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Vector3_op_Addition_m78C0EC70CB66E8DCAC225743D82B268DAEE92067_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_a, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___1_b, const RuntimeMethod* method)
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_0 = ___0_a;
|
|
float L_1 = L_0.___x_2;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_2 = ___1_b;
|
|
float L_3 = L_2.___x_2;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_4 = ___0_a;
|
|
float L_5 = L_4.___y_3;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_6 = ___1_b;
|
|
float L_7 = L_6.___y_3;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_8 = ___0_a;
|
|
float L_9 = L_8.___z_4;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_10 = ___1_b;
|
|
float L_11 = L_10.___z_4;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_12;
|
|
memset((&L_12), 0, sizeof(L_12));
|
|
Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&L_12), ((float)il2cpp_codegen_add(L_1, L_3)), ((float)il2cpp_codegen_add(L_5, L_7)), ((float)il2cpp_codegen_add(L_9, L_11)), /*hidden argument*/NULL);
|
|
V_0 = L_12;
|
|
goto IL_0030;
|
|
}
|
|
|
|
IL_0030:
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_13 = V_0;
|
|
return L_13;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 Quaternion_get_identity_m7E701AE095ED10FD5EA0B50ABCFDE2EEFF2173A5_inline (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_0 = ((Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974_StaticFields*)il2cpp_codegen_static_fields_for(Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974_il2cpp_TypeInfo_var))->___identityQuaternion_4;
|
|
V_0 = L_0;
|
|
goto IL_0009;
|
|
}
|
|
|
|
IL_0009:
|
|
{
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Vector3_get_one_mC9B289F1E15C42C597180C9FE6FB492495B51D02_inline (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_0 = ((Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2_StaticFields*)il2cpp_codegen_static_fields_for(Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2_il2cpp_TypeInfo_var))->___oneVector_6;
|
|
V_0 = L_0;
|
|
goto IL_0009;
|
|
}
|
|
|
|
IL_0009:
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Blackboard_t02618F4A3DD340B66759F75B766D598574968BAA* DungeonBuilder_get_Blackboard_m317A9710A8A06515E716625CC4C4B719359F4702_inline (DungeonBuilder_tD1E33B0EE44EFF472152D3D8233F3804191E65EA* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// get { return blackboard; }
|
|
Blackboard_t02618F4A3DD340B66759F75B766D598574968BAA* L_0 = __this->___blackboard_9;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR BlackboardDatabase_1_tB832A6F97B1D095490FF9B70B7E4C978FED46355* Blackboard_get_FloatEntries_m2D0ACC94C741B901586F7CD30225F80627E33740_inline (Blackboard_t02618F4A3DD340B66759F75B766D598574968BAA* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// get { return floatEntries; }
|
|
BlackboardDatabase_1_tB832A6F97B1D095490FF9B70B7E4C978FED46355* L_0 = __this->___floatEntries_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
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 float Mathf_Min_m747CA71A9483CDB394B13BD0AD048EE17E48FFE4_inline (float ___0_a, float ___1_b, const RuntimeMethod* method)
|
|
{
|
|
float V_0 = 0.0f;
|
|
float G_B3_0 = 0.0f;
|
|
{
|
|
float L_0 = ___0_a;
|
|
float L_1 = ___1_b;
|
|
if ((((float)L_0) < ((float)L_1)))
|
|
{
|
|
goto IL_0008;
|
|
}
|
|
}
|
|
{
|
|
float L_2 = ___1_b;
|
|
G_B3_0 = L_2;
|
|
goto IL_0009;
|
|
}
|
|
|
|
IL_0008:
|
|
{
|
|
float L_3 = ___0_a;
|
|
G_B3_0 = L_3;
|
|
}
|
|
|
|
IL_0009:
|
|
{
|
|
V_0 = G_B3_0;
|
|
goto IL_000c;
|
|
}
|
|
|
|
IL_000c:
|
|
{
|
|
float L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Mathf_Max_mF5379E63D2BBAC76D090748695D833934F8AD051_inline (float ___0_a, float ___1_b, const RuntimeMethod* method)
|
|
{
|
|
float V_0 = 0.0f;
|
|
float G_B3_0 = 0.0f;
|
|
{
|
|
float L_0 = ___0_a;
|
|
float L_1 = ___1_b;
|
|
if ((((float)L_0) > ((float)L_1)))
|
|
{
|
|
goto IL_0008;
|
|
}
|
|
}
|
|
{
|
|
float L_2 = ___1_b;
|
|
G_B3_0 = L_2;
|
|
goto IL_0009;
|
|
}
|
|
|
|
IL_0008:
|
|
{
|
|
float L_3 = ___0_a;
|
|
G_B3_0 = L_3;
|
|
}
|
|
|
|
IL_0009:
|
|
{
|
|
V_0 = G_B3_0;
|
|
goto IL_000c;
|
|
}
|
|
|
|
IL_000c:
|
|
{
|
|
float L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Vector3_op_Division_mCC6BB24E372AB96B8380D1678446EF6A8BAE13BB_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_a, float ___1_d, const RuntimeMethod* method)
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_0 = ___0_a;
|
|
float L_1 = L_0.___x_2;
|
|
float L_2 = ___1_d;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_3 = ___0_a;
|
|
float L_4 = L_3.___y_3;
|
|
float L_5 = ___1_d;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_6 = ___0_a;
|
|
float L_7 = L_6.___z_4;
|
|
float L_8 = ___1_d;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_9;
|
|
memset((&L_9), 0, sizeof(L_9));
|
|
Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&L_9), ((float)(L_1/L_2)), ((float)(L_4/L_5)), ((float)(L_7/L_8)), /*hidden argument*/NULL);
|
|
V_0 = L_9;
|
|
goto IL_0021;
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_10 = V_0;
|
|
return L_10;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Vector3_op_Multiply_m87BA7C578F96C8E49BB07088DAAC4649F83B0353_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_a, float ___1_d, const RuntimeMethod* method)
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_0 = ___0_a;
|
|
float L_1 = L_0.___x_2;
|
|
float L_2 = ___1_d;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_3 = ___0_a;
|
|
float L_4 = L_3.___y_3;
|
|
float L_5 = ___1_d;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_6 = ___0_a;
|
|
float L_7 = L_6.___z_4;
|
|
float L_8 = ___1_d;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_9;
|
|
memset((&L_9), 0, sizeof(L_9));
|
|
Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&L_9), ((float)il2cpp_codegen_multiply(L_1, L_2)), ((float)il2cpp_codegen_multiply(L_4, L_5)), ((float)il2cpp_codegen_multiply(L_7, L_8)), /*hidden argument*/NULL);
|
|
V_0 = L_9;
|
|
goto IL_0021;
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_10 = V_0;
|
|
return L_10;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Mathf_RoundToInt_m60F8B66CF27F1FA75AA219342BD184B75771EB4B_inline (float ___0_f, 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;
|
|
{
|
|
float L_0 = ___0_f;
|
|
il2cpp_codegen_runtime_class_init_inline(Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
|
|
double L_1;
|
|
L_1 = bankers_round(((double)L_0));
|
|
V_0 = il2cpp_codegen_cast_double_to_int<int32_t>(L_1);
|
|
goto IL_000c;
|
|
}
|
|
|
|
IL_000c:
|
|
{
|
|
int32_t L_2 = V_0;
|
|
return L_2;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR LevelMarkerList_t7F6AC91D47A569068C1D028934596FF16F3721A4* DungeonBuilder_get_Markers_m54679B042CFC062AA6B7BE30119712F19A0B8D2F_inline (DungeonBuilder_tD1E33B0EE44EFF472152D3D8233F3804191E65EA* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// get { return markers; }
|
|
LevelMarkerList_t7F6AC91D47A569068C1D028934596FF16F3721A4* L_0 = __this->___markers_8;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Quaternion_get_eulerAngles_m2DB5158B5C3A71FD60FC8A6EE43D3AAA1CFED122_inline (Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974* __this, const RuntimeMethod* method)
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_0 = (*(Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974*)__this);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_1;
|
|
L_1 = Quaternion_Internal_ToEulerRad_m5BD0EEC543120C320DC77FCCDFD2CE2E6BD3F1A8(L_0, NULL);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_2;
|
|
L_2 = Vector3_op_Multiply_m87BA7C578F96C8E49BB07088DAAC4649F83B0353_inline(L_1, (57.2957802f), NULL);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_3;
|
|
L_3 = Quaternion_Internal_MakePositive_m73E2D01920CB0DFE661A55022C129E8617F0C9A8(L_2, NULL);
|
|
V_0 = L_3;
|
|
goto IL_001e;
|
|
}
|
|
|
|
IL_001e:
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Mathf_FloorToInt_m2A39AE881CAEE6B6A4B3BFEF9CA1ED40625F5AB7_inline (float ___0_f, 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;
|
|
{
|
|
float L_0 = ___0_f;
|
|
il2cpp_codegen_runtime_class_init_inline(Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
|
|
double L_1;
|
|
L_1 = floor(((double)L_0));
|
|
V_0 = il2cpp_codegen_cast_double_to_int<int32_t>(L_1);
|
|
goto IL_000c;
|
|
}
|
|
|
|
IL_000c:
|
|
{
|
|
int32_t L_2 = V_0;
|
|
return L_2;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2* Cell_get_FixedRoomConnections_m69E448BFEBEDDC29A140EA9E3441DEC098D0D692_inline (Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// get { return fixedRoomConnections; }
|
|
HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2* L_0 = __this->___fixedRoomConnections_5;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Color_tD001788D726C3A7F1379BEED0260B9591F440C1F Color_get_red_mA2E53E7173FDC97E68E335049AB0FAAEE43A844D_inline (const RuntimeMethod* method)
|
|
{
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_0;
|
|
memset((&L_0), 0, sizeof(L_0));
|
|
Color__ctor_m3786F0D6E510D9CFA544523A955870BD2A514C8C_inline((&L_0), (1.0f), (0.0f), (0.0f), (1.0f), /*hidden argument*/NULL);
|
|
V_0 = L_0;
|
|
goto IL_001d;
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Rectangle_set_Size_m49F71D3947C8EC86A65E51B75BCB096F54839CCB_inline (Rectangle_tA560F5F5599A7C11DDD6E7EC2A93ABD2AAA6C64E* __this, IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// size = value;
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_0 = ___0_value;
|
|
__this->___size_1 = L_0;
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Cell_set_Bounds_mF3AA7846D3CE9C23A1757A0A5E718DC1533545A9_inline (Cell_tCF4282AD1DF4C4794E81C61514A1489C9EC1FD01* __this, Rectangle_tA560F5F5599A7C11DDD6E7EC2A93ABD2AAA6C64E ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// set { bounds = value; }
|
|
Rectangle_tA560F5F5599A7C11DDD6E7EC2A93ABD2AAA6C64E L_0 = ___0_value;
|
|
__this->___bounds_1 = L_0;
|
|
// set { bounds = value; }
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Vector3_get_forward_mAA55A7034304DF8B2152EAD49AE779FC4CA2EB4A_inline (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_0 = ((Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2_StaticFields*)il2cpp_codegen_static_fields_for(Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2_il2cpp_TypeInfo_var))->___forwardVector_11;
|
|
V_0 = L_0;
|
|
goto IL_0009;
|
|
}
|
|
|
|
IL_0009:
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Vector3_Dot_mBB86BB940AA0A32FA7D3C02AC42E5BC7095A5D52_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_lhs, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___1_rhs, const RuntimeMethod* method)
|
|
{
|
|
float V_0 = 0.0f;
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_0 = ___0_lhs;
|
|
float L_1 = L_0.___x_2;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_2 = ___1_rhs;
|
|
float L_3 = L_2.___x_2;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_4 = ___0_lhs;
|
|
float L_5 = L_4.___y_3;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_6 = ___1_rhs;
|
|
float L_7 = L_6.___y_3;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_8 = ___0_lhs;
|
|
float L_9 = L_8.___z_4;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_10 = ___1_rhs;
|
|
float L_11 = L_10.___z_4;
|
|
V_0 = ((float)il2cpp_codegen_add(((float)il2cpp_codegen_add(((float)il2cpp_codegen_multiply(L_1, L_3)), ((float)il2cpp_codegen_multiply(L_5, L_7)))), ((float)il2cpp_codegen_multiply(L_9, L_11))));
|
|
goto IL_002d;
|
|
}
|
|
|
|
IL_002d:
|
|
{
|
|
float L_12 = V_0;
|
|
return L_12;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Mathf_Approximately_m1DADD012A8FC82E11FB282501AE2EBBF9A77150B_inline (float ___0_a, float ___1_b, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Mathf_tE284D016E3B297B72311AAD9EB8F0E643F6A4682_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
{
|
|
float L_0 = ___1_b;
|
|
float L_1 = ___0_a;
|
|
float L_2;
|
|
L_2 = fabsf(((float)il2cpp_codegen_subtract(L_0, L_1)));
|
|
float L_3 = ___0_a;
|
|
float L_4;
|
|
L_4 = fabsf(L_3);
|
|
float L_5 = ___1_b;
|
|
float L_6;
|
|
L_6 = fabsf(L_5);
|
|
float L_7;
|
|
L_7 = Mathf_Max_mF5379E63D2BBAC76D090748695D833934F8AD051_inline(L_4, L_6, NULL);
|
|
float L_8 = ((Mathf_tE284D016E3B297B72311AAD9EB8F0E643F6A4682_StaticFields*)il2cpp_codegen_static_fields_for(Mathf_tE284D016E3B297B72311AAD9EB8F0E643F6A4682_il2cpp_TypeInfo_var))->___Epsilon_0;
|
|
float L_9;
|
|
L_9 = Mathf_Max_mF5379E63D2BBAC76D090748695D833934F8AD051_inline(((float)il2cpp_codegen_multiply((9.99999997E-07f), L_7)), ((float)il2cpp_codegen_multiply(L_8, (8.0f))), NULL);
|
|
V_0 = (bool)((((float)L_2) < ((float)L_9))? 1 : 0);
|
|
goto IL_0035;
|
|
}
|
|
|
|
IL_0035:
|
|
{
|
|
bool L_10 = V_0;
|
|
return L_10;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 Quaternion_Euler_m9262AB29E3E9CE94EF71051F38A28E82AEC73F90_inline (float ___0_x, float ___1_y, float ___2_z, const RuntimeMethod* method)
|
|
{
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
float L_0 = ___0_x;
|
|
float L_1 = ___1_y;
|
|
float L_2 = ___2_z;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_3;
|
|
memset((&L_3), 0, sizeof(L_3));
|
|
Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&L_3), L_0, L_1, L_2, /*hidden argument*/NULL);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_4;
|
|
L_4 = Vector3_op_Multiply_m87BA7C578F96C8E49BB07088DAAC4649F83B0353_inline(L_3, (0.0174532924f), NULL);
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_5;
|
|
L_5 = Quaternion_Internal_FromEulerRad_m66D4475341F53949471E6870FB5C5E4A5E9BA93E(L_4, NULL);
|
|
V_0 = L_5;
|
|
goto IL_001b;
|
|
}
|
|
|
|
IL_001b:
|
|
{
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_6 = V_0;
|
|
return L_6;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 Quaternion_op_Multiply_mCB375FCCC12A2EC8F9EB824A1BFB4453B58C2012_inline (Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 ___0_lhs, Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 ___1_rhs, const RuntimeMethod* method)
|
|
{
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_0 = ___0_lhs;
|
|
float L_1 = L_0.___w_3;
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_2 = ___1_rhs;
|
|
float L_3 = L_2.___x_0;
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_4 = ___0_lhs;
|
|
float L_5 = L_4.___x_0;
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_6 = ___1_rhs;
|
|
float L_7 = L_6.___w_3;
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_8 = ___0_lhs;
|
|
float L_9 = L_8.___y_1;
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_10 = ___1_rhs;
|
|
float L_11 = L_10.___z_2;
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_12 = ___0_lhs;
|
|
float L_13 = L_12.___z_2;
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_14 = ___1_rhs;
|
|
float L_15 = L_14.___y_1;
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_16 = ___0_lhs;
|
|
float L_17 = L_16.___w_3;
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_18 = ___1_rhs;
|
|
float L_19 = L_18.___y_1;
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_20 = ___0_lhs;
|
|
float L_21 = L_20.___y_1;
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_22 = ___1_rhs;
|
|
float L_23 = L_22.___w_3;
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_24 = ___0_lhs;
|
|
float L_25 = L_24.___z_2;
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_26 = ___1_rhs;
|
|
float L_27 = L_26.___x_0;
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_28 = ___0_lhs;
|
|
float L_29 = L_28.___x_0;
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_30 = ___1_rhs;
|
|
float L_31 = L_30.___z_2;
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_32 = ___0_lhs;
|
|
float L_33 = L_32.___w_3;
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_34 = ___1_rhs;
|
|
float L_35 = L_34.___z_2;
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_36 = ___0_lhs;
|
|
float L_37 = L_36.___z_2;
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_38 = ___1_rhs;
|
|
float L_39 = L_38.___w_3;
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_40 = ___0_lhs;
|
|
float L_41 = L_40.___x_0;
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_42 = ___1_rhs;
|
|
float L_43 = L_42.___y_1;
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_44 = ___0_lhs;
|
|
float L_45 = L_44.___y_1;
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_46 = ___1_rhs;
|
|
float L_47 = L_46.___x_0;
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_48 = ___0_lhs;
|
|
float L_49 = L_48.___w_3;
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_50 = ___1_rhs;
|
|
float L_51 = L_50.___w_3;
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_52 = ___0_lhs;
|
|
float L_53 = L_52.___x_0;
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_54 = ___1_rhs;
|
|
float L_55 = L_54.___x_0;
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_56 = ___0_lhs;
|
|
float L_57 = L_56.___y_1;
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_58 = ___1_rhs;
|
|
float L_59 = L_58.___y_1;
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_60 = ___0_lhs;
|
|
float L_61 = L_60.___z_2;
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_62 = ___1_rhs;
|
|
float L_63 = L_62.___z_2;
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_64;
|
|
memset((&L_64), 0, sizeof(L_64));
|
|
Quaternion__ctor_m868FD60AA65DD5A8AC0C5DEB0608381A8D85FCD8_inline((&L_64), ((float)il2cpp_codegen_subtract(((float)il2cpp_codegen_add(((float)il2cpp_codegen_add(((float)il2cpp_codegen_multiply(L_1, L_3)), ((float)il2cpp_codegen_multiply(L_5, L_7)))), ((float)il2cpp_codegen_multiply(L_9, L_11)))), ((float)il2cpp_codegen_multiply(L_13, L_15)))), ((float)il2cpp_codegen_subtract(((float)il2cpp_codegen_add(((float)il2cpp_codegen_add(((float)il2cpp_codegen_multiply(L_17, L_19)), ((float)il2cpp_codegen_multiply(L_21, L_23)))), ((float)il2cpp_codegen_multiply(L_25, L_27)))), ((float)il2cpp_codegen_multiply(L_29, L_31)))), ((float)il2cpp_codegen_subtract(((float)il2cpp_codegen_add(((float)il2cpp_codegen_add(((float)il2cpp_codegen_multiply(L_33, L_35)), ((float)il2cpp_codegen_multiply(L_37, L_39)))), ((float)il2cpp_codegen_multiply(L_41, L_43)))), ((float)il2cpp_codegen_multiply(L_45, L_47)))), ((float)il2cpp_codegen_subtract(((float)il2cpp_codegen_subtract(((float)il2cpp_codegen_subtract(((float)il2cpp_codegen_multiply(L_49, L_51)), ((float)il2cpp_codegen_multiply(L_53, L_55)))), ((float)il2cpp_codegen_multiply(L_57, L_59)))), ((float)il2cpp_codegen_multiply(L_61, L_63)))), /*hidden argument*/NULL);
|
|
V_0 = L_64;
|
|
goto IL_00e5;
|
|
}
|
|
|
|
IL_00e5:
|
|
{
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_65 = V_0;
|
|
return L_65;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Rectangle_set_Location_m6BBC646F493116B7888B219B2F48B0E634836185_inline (Rectangle_tA560F5F5599A7C11DDD6E7EC2A93ABD2AAA6C64E* __this, IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// location = value;
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_0 = ___0_value;
|
|
__this->___location_0 = L_0;
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Color_tD001788D726C3A7F1379BEED0260B9591F440C1F Color_get_green_mEB001F2CD8C68C6BBAEF9101990B779D3AA2A6EF_inline (const RuntimeMethod* method)
|
|
{
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_0;
|
|
memset((&L_0), 0, sizeof(L_0));
|
|
Color__ctor_m3786F0D6E510D9CFA544523A955870BD2A514C8C_inline((&L_0), (0.0f), (1.0f), (0.0f), (1.0f), /*hidden argument*/NULL);
|
|
V_0 = L_0;
|
|
goto IL_001d;
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Color_tD001788D726C3A7F1379BEED0260B9591F440C1F Color_get_yellow_m66637FA14383E8D74F24AE256B577CE1D55D469F_inline (const RuntimeMethod* method)
|
|
{
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_0;
|
|
memset((&L_0), 0, sizeof(L_0));
|
|
Color__ctor_m3786F0D6E510D9CFA544523A955870BD2A514C8C_inline((&L_0), (1.0f), (0.921568632f), (0.0156862754f), (1.0f), /*hidden argument*/NULL);
|
|
V_0 = L_0;
|
|
goto IL_001d;
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Color_tD001788D726C3A7F1379BEED0260B9591F440C1F Color_get_blue_mF04A26CE61D6DA3C0D8B1C4720901B1028C7AB87_inline (const RuntimeMethod* method)
|
|
{
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_0;
|
|
memset((&L_0), 0, sizeof(L_0));
|
|
Color__ctor_m3786F0D6E510D9CFA544523A955870BD2A514C8C_inline((&L_0), (0.0f), (0.0f), (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 Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Vector2_get_zero_m32506C40EC2EE7D5D4410BF40D3EE683A3D5F32C_inline (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_0 = ((Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7_StaticFields*)il2cpp_codegen_static_fields_for(Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7_il2cpp_TypeInfo_var))->___zeroVector_2;
|
|
V_0 = L_0;
|
|
goto IL_0009;
|
|
}
|
|
|
|
IL_0009:
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
}
|
|
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 IntVector2Key_t876A74A676EAA0A8F636049D2756C9C7DE86AF19 Enumerator_get_Current_mC224601273301A939A8881AC883DAF3FED2C8BA0_gshared_inline (Enumerator_t9746CAAA6795425AC46AAB040629C8DD18A0665C* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
IntVector2Key_t876A74A676EAA0A8F636049D2756C9C7DE86AF19 L_0 = (IntVector2Key_t876A74A676EAA0A8F636049D2756C9C7DE86AF19)__this->____currentKey_3;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Add_mB3405F00743FB1DB6C39DC431D869FB23B97212F_gshared_inline (List_1_tC6466240AA55FBD6D754ACE31BB6994F07ACC198* __this, IntVector2Key_t876A74A676EAA0A8F636049D2756C9C7DE86AF19 ___0_item, const RuntimeMethod* method)
|
|
{
|
|
IntVector2KeyU5BU5D_t087F2DCC252B2795AB9FBB8F57FEA28C87C16DB7* 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));
|
|
IntVector2KeyU5BU5D_t087F2DCC252B2795AB9FBB8F57FEA28C87C16DB7* L_1 = (IntVector2KeyU5BU5D_t087F2DCC252B2795AB9FBB8F57FEA28C87C16DB7*)__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;
|
|
IntVector2KeyU5BU5D_t087F2DCC252B2795AB9FBB8F57FEA28C87C16DB7* 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));
|
|
IntVector2KeyU5BU5D_t087F2DCC252B2795AB9FBB8F57FEA28C87C16DB7* L_6 = V_0;
|
|
int32_t L_7 = V_1;
|
|
IntVector2Key_t876A74A676EAA0A8F636049D2756C9C7DE86AF19 L_8 = ___0_item;
|
|
NullCheck(L_6);
|
|
(L_6)->SetAt(static_cast<il2cpp_array_size_t>(L_7), (IntVector2Key_t876A74A676EAA0A8F636049D2756C9C7DE86AF19)L_8);
|
|
return;
|
|
}
|
|
|
|
IL_0034:
|
|
{
|
|
IntVector2Key_t876A74A676EAA0A8F636049D2756C9C7DE86AF19 L_9 = ___0_item;
|
|
(( void (*) (List_1_tC6466240AA55FBD6D754ACE31BB6994F07ACC198*, IntVector2Key_t876A74A676EAA0A8F636049D2756C9C7DE86AF19, 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 IntVector2Key_t876A74A676EAA0A8F636049D2756C9C7DE86AF19 Enumerator_get_Current_m55B4D3B3527DAE1D7AAA97F389C9D82FB8002317_gshared_inline (Enumerator_t202E39372B5D40DDA8E818F2F79868B602494207* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
IntVector2Key_t876A74A676EAA0A8F636049D2756C9C7DE86AF19 L_0 = (IntVector2Key_t876A74A676EAA0A8F636049D2756C9C7DE86AF19)__this->____current_3;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_gshared_inline (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, RuntimeObject* ___0_item, const RuntimeMethod* method)
|
|
{
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
{
|
|
int32_t L_0 = (int32_t)__this->____version_3;
|
|
__this->____version_3 = ((int32_t)il2cpp_codegen_add(L_0, 1));
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_1 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)__this->____items_1;
|
|
V_0 = L_1;
|
|
int32_t L_2 = (int32_t)__this->____size_2;
|
|
V_1 = L_2;
|
|
int32_t L_3 = V_1;
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_4 = V_0;
|
|
NullCheck(L_4);
|
|
if ((!(((uint32_t)L_3) < ((uint32_t)((int32_t)(((RuntimeArray*)L_4)->max_length))))))
|
|
{
|
|
goto IL_0034;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_5 = V_1;
|
|
__this->____size_2 = ((int32_t)il2cpp_codegen_add(L_5, 1));
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_6 = V_0;
|
|
int32_t L_7 = V_1;
|
|
RuntimeObject* L_8 = ___0_item;
|
|
NullCheck(L_6);
|
|
(L_6)->SetAt(static_cast<il2cpp_array_size_t>(L_7), (RuntimeObject*)L_8);
|
|
return;
|
|
}
|
|
|
|
IL_0034:
|
|
{
|
|
RuntimeObject* L_9 = ___0_item;
|
|
(( void (*) (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D*, RuntimeObject*, const RuntimeMethod*))il2cpp_codegen_get_method_pointer(il2cpp_rgctx_method(method->klass->rgctx_data, 11)))(__this, L_9, il2cpp_rgctx_method(method->klass->rgctx_data, 11));
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR 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* Enumerator_get_Current_m1412A508E37D95E08FB60E8976FB75714BE934C1_gshared_inline (Enumerator_tC17DB73F53085145D57EE2A8168426239B0B569D* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject* L_0 = (RuntimeObject*)__this->____currentValue_3;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Enumerator_get_Current_m5FB849BD27E36D48FF75A612369B19AE25ED429C_gshared_inline (Enumerator_t28FAA6D38864A25718956AF2B8AFCB3B8CCF4376* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = (int32_t)__this->____current_3;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Queue_1_get_Count_m198DDAE1090FBD93848BE998C8F00EDCB3BBFCA5_gshared_inline (Queue_1_t245F9661F5081C714C236CD99FF31CE174927FCC* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = (int32_t)__this->____size_3;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C Enumerator_get_Current_mCC10AF4347888150C7C356728C8183205B81A638_gshared_inline (Enumerator_t63D0D9D2F4A7D35CCD6B732EA566D06665532C5C* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_0 = (IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C)__this->____current_3;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Add_mF01C477CDADA3CC4D7589AF47F15AA10EDB9A371_gshared_inline (List_1_t72F81508323A323FA6727DCAE9E4209241B62383* __this, IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C ___0_item, const RuntimeMethod* method)
|
|
{
|
|
IntVectorU5BU5D_t51305BC25B133B84E9B4F1FB09FC5DE6C579C440* 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));
|
|
IntVectorU5BU5D_t51305BC25B133B84E9B4F1FB09FC5DE6C579C440* L_1 = (IntVectorU5BU5D_t51305BC25B133B84E9B4F1FB09FC5DE6C579C440*)__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;
|
|
IntVectorU5BU5D_t51305BC25B133B84E9B4F1FB09FC5DE6C579C440* 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));
|
|
IntVectorU5BU5D_t51305BC25B133B84E9B4F1FB09FC5DE6C579C440* L_6 = V_0;
|
|
int32_t L_7 = V_1;
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_8 = ___0_item;
|
|
NullCheck(L_6);
|
|
(L_6)->SetAt(static_cast<il2cpp_array_size_t>(L_7), (IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C)L_8);
|
|
return;
|
|
}
|
|
|
|
IL_0034:
|
|
{
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_9 = ___0_item;
|
|
(( void (*) (List_1_t72F81508323A323FA6727DCAE9E4209241B62383*, IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C, const RuntimeMethod*))il2cpp_codegen_get_method_pointer(il2cpp_rgctx_method(method->klass->rgctx_data, 11)))(__this, L_9, il2cpp_rgctx_method(method->klass->rgctx_data, 11));
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_mEEAFAAEB245C54FC097650424D1CECBEF528E966_gshared_inline (List_1_t72F81508323A323FA6727DCAE9E4209241B62383* __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_Clear_m1912721DF254DBA837C7E0ECFDC7B132E446C3F8_gshared_inline (List_1_t72F81508323A323FA6727DCAE9E4209241B62383* __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 (!false)
|
|
{
|
|
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;
|
|
}
|
|
}
|
|
{
|
|
IntVectorU5BU5D_t51305BC25B133B84E9B4F1FB09FC5DE6C579C440* L_3 = (IntVectorU5BU5D_t51305BC25B133B84E9B4F1FB09FC5DE6C579C440*)__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 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 IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C Enumerator_get_Current_m5ECE4F4C0175BE8CF79895D245B30D2BEB4EAAF0_gshared_inline (Enumerator_t2014470E422F92BDF2E12368BBB52F968E3DA2CE* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C L_0 = (IntVector_tF31403FD7CA4A560745719B0E36FAF35F1EBC71C)__this->____current_3;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR KeyValuePair_2_tDC26B09C26BA829DDE331BCB6AF7C508C763D7A3 Enumerator_get_Current_m90160D324DA0D9F5624A345F47D8E226A118911A_gshared_inline (Enumerator_tE92C1AC40A104A179B94F8A013728FD9314CFBD3* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
KeyValuePair_2_tDC26B09C26BA829DDE331BCB6AF7C508C763D7A3 L_0 = (KeyValuePair_2_tDC26B09C26BA829DDE331BCB6AF7C508C763D7A3)__this->____current_3;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t KeyValuePair_2_get_Key_mF0E6A8A455FA71BC8EA94E39C8848FB35A836841_gshared_inline (KeyValuePair_2_tDC26B09C26BA829DDE331BCB6AF7C508C763D7A3* __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_Value_m8508BCECB0654E2E93B1A141382E2688ADE7EE7C_gshared_inline (KeyValuePair_2_tDC26B09C26BA829DDE331BCB6AF7C508C763D7A3* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject* L_0 = (RuntimeObject*)__this->___value_1;
|
|
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 int32_t Stack_1_get_Count_m367DD1E571E10E5D1B0D13434E35DC7FC31FA886_gshared_inline (Stack_1_t3197E0F5EA36E611B259A88751D31FC2396FE4B6* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = (int32_t)__this->____size_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Clear_mF6795DE5F49C1D0B91D6A0955F448B22970D67A9_gshared_inline (List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73* __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 (!false)
|
|
{
|
|
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;
|
|
}
|
|
}
|
|
{
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_3 = (Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*)__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 List_1_Add_mB5FDF069171C4CB1778BFAC3B9015A22EA7DFBCD_gshared_inline (List_1_t8F3790B7F8C471B3A1336522C7415FB0AC36D47B* __this, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___0_item, const RuntimeMethod* method)
|
|
{
|
|
Vector2U5BU5D_tFEBBC94BCC6C9C88277BA04047D2B3FDB6ED7FDA* 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));
|
|
Vector2U5BU5D_tFEBBC94BCC6C9C88277BA04047D2B3FDB6ED7FDA* L_1 = (Vector2U5BU5D_tFEBBC94BCC6C9C88277BA04047D2B3FDB6ED7FDA*)__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;
|
|
Vector2U5BU5D_tFEBBC94BCC6C9C88277BA04047D2B3FDB6ED7FDA* 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));
|
|
Vector2U5BU5D_tFEBBC94BCC6C9C88277BA04047D2B3FDB6ED7FDA* L_6 = V_0;
|
|
int32_t L_7 = V_1;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_8 = ___0_item;
|
|
NullCheck(L_6);
|
|
(L_6)->SetAt(static_cast<il2cpp_array_size_t>(L_7), (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7)L_8);
|
|
return;
|
|
}
|
|
|
|
IL_0034:
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_9 = ___0_item;
|
|
(( void (*) (List_1_t8F3790B7F8C471B3A1336522C7415FB0AC36D47B*, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7, const RuntimeMethod*))il2cpp_codegen_get_method_pointer(il2cpp_rgctx_method(method->klass->rgctx_data, 11)))(__this, L_9, il2cpp_rgctx_method(method->klass->rgctx_data, 11));
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_mF1C0C56457C655BDFFC6EE5B46FAD8BAEC1F588B_gshared_inline (List_1_t8F3790B7F8C471B3A1336522C7415FB0AC36D47B* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = (int32_t)__this->____size_2;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t 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 int32_t Queue_1_get_Count_m3E3C68C92477B53FF71F6F8C8E338671743F8E09_gshared_inline (Queue_1_t675E37081D47D7B3FC36A711EC6E61520AAE8EE5* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = (int32_t)__this->____size_3;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Add_m79E50C4F592B1703F4B76A8BE7B4855515460CA1_gshared_inline (List_1_t77B94703E05C519A9010DD0614F757F974E1CD8B* __this, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_item, const RuntimeMethod* method)
|
|
{
|
|
Vector3U5BU5D_tFF1859CCE176131B909E2044F76443064254679C* 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));
|
|
Vector3U5BU5D_tFF1859CCE176131B909E2044F76443064254679C* L_1 = (Vector3U5BU5D_tFF1859CCE176131B909E2044F76443064254679C*)__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;
|
|
Vector3U5BU5D_tFF1859CCE176131B909E2044F76443064254679C* 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));
|
|
Vector3U5BU5D_tFF1859CCE176131B909E2044F76443064254679C* L_6 = V_0;
|
|
int32_t L_7 = V_1;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_8 = ___0_item;
|
|
NullCheck(L_6);
|
|
(L_6)->SetAt(static_cast<il2cpp_array_size_t>(L_7), (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2)L_8);
|
|
return;
|
|
}
|
|
|
|
IL_0034:
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_9 = ___0_item;
|
|
(( void (*) (List_1_t77B94703E05C519A9010DD0614F757F974E1CD8B*, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2, 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 Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Enumerator_get_Current_m098C9AE095DEFD00B1B0314A772330F537805EE2_gshared_inline (Enumerator_t609488A9291E792D6A59707FF2BF03FBB727E047* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_0 = (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2)__this->____current_3;
|
|
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 void Quaternion__ctor_m868FD60AA65DD5A8AC0C5DEB0608381A8D85FCD8_inline (Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974* __this, float ___0_x, float ___1_y, float ___2_z, float ___3_w, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
float L_0 = ___0_x;
|
|
__this->___x_0 = L_0;
|
|
float L_1 = ___1_y;
|
|
__this->___y_1 = L_1;
|
|
float L_2 = ___2_z;
|
|
__this->___z_2 = L_2;
|
|
float L_3 = ___3_w;
|
|
__this->___w_3 = L_3;
|
|
return;
|
|
}
|
|
}
|