#include "pch-c.h" #ifndef _MSC_VER # include #else # include #endif #include "codegen/il2cpp-codegen-metadata.h" // 0x00000001 System.Void PathCreation.BezierPath::add_OnModified(System.Action) extern void BezierPath_add_OnModified_m55907110369088B1D0FEBE4B1547587124521C85 (void); // 0x00000002 System.Void PathCreation.BezierPath::remove_OnModified(System.Action) extern void BezierPath_remove_OnModified_mE4878246DCE71F1EE4C9135CF1533BF67AC8722C (void); // 0x00000003 System.Void PathCreation.BezierPath::.ctor(UnityEngine.Vector3,System.Boolean,PathCreation.PathSpace) extern void BezierPath__ctor_m7EEB485BCB9BE4AC0BE22912E280E5BA155628C6 (void); // 0x00000004 System.Void PathCreation.BezierPath::.ctor(System.Collections.Generic.IEnumerable`1,System.Boolean,PathCreation.PathSpace) extern void BezierPath__ctor_mFFA3DCA4C3861A584DB74A7026562534E393A6FE (void); // 0x00000005 System.Void PathCreation.BezierPath::.ctor(System.Collections.Generic.IEnumerable`1,System.Boolean,PathCreation.PathSpace) extern void BezierPath__ctor_mD240B3BA48C49B6E449362C4169122DD164FB169 (void); // 0x00000006 System.Void PathCreation.BezierPath::.ctor(System.Collections.Generic.IEnumerable`1,System.Boolean,PathCreation.PathSpace) extern void BezierPath__ctor_m5DC967A35A1721785656B6C766130DE06E972F28 (void); // 0x00000007 System.Void PathCreation.BezierPath::.ctor(System.Collections.Generic.IEnumerable`1,PathCreation.PathSpace,System.Boolean) extern void BezierPath__ctor_m0251E4CFE35F2B9B752150350DF7B48A8616EE86 (void); // 0x00000008 UnityEngine.Vector3 PathCreation.BezierPath::get_Item(System.Int32) extern void BezierPath_get_Item_m1701B002C1E13649800B06235CC157018ED6EF9C (void); // 0x00000009 UnityEngine.Vector3 PathCreation.BezierPath::GetPoint(System.Int32) extern void BezierPath_GetPoint_m1EDC696768D4A7917B471925F57D394F39EC70A2 (void); // 0x0000000A System.Void PathCreation.BezierPath::SetPoint(System.Int32,UnityEngine.Vector3,System.Boolean) extern void BezierPath_SetPoint_m3645A04354CD3F1EA89783D1DDCF6C0E1CA10099 (void); // 0x0000000B System.Int32 PathCreation.BezierPath::get_NumPoints() extern void BezierPath_get_NumPoints_mD9897BB2BCD556B7560B90626D9616FCC5EDE726 (void); // 0x0000000C System.Int32 PathCreation.BezierPath::get_NumAnchorPoints() extern void BezierPath_get_NumAnchorPoints_m2332B0100A3BC0BDCA8B170AA760CD8F5DA08BA1 (void); // 0x0000000D System.Int32 PathCreation.BezierPath::get_NumSegments() extern void BezierPath_get_NumSegments_m8D616555AFF4A4BF7212AE81D9EDEFAA95435D56 (void); // 0x0000000E PathCreation.PathSpace PathCreation.BezierPath::get_Space() extern void BezierPath_get_Space_m419DD54DAF2C480912B6803C6F89227E90E96955 (void); // 0x0000000F System.Void PathCreation.BezierPath::set_Space(PathCreation.PathSpace) extern void BezierPath_set_Space_m55261625671ABC8302E41987CE19FC71A2546932 (void); // 0x00000010 System.Boolean PathCreation.BezierPath::get_IsClosed() extern void BezierPath_get_IsClosed_mF6A01A18821BAE025900E68913A713DFC4AEA597 (void); // 0x00000011 System.Void PathCreation.BezierPath::set_IsClosed(System.Boolean) extern void BezierPath_set_IsClosed_m141141151819A1FEFAADF7758A157C437BE88E4C (void); // 0x00000012 PathCreation.BezierPath/ControlMode PathCreation.BezierPath::get_ControlPointMode() extern void BezierPath_get_ControlPointMode_m527C29AD4761776EB9EDDCEC4F35B4551493CC33 (void); // 0x00000013 System.Void PathCreation.BezierPath::set_ControlPointMode(PathCreation.BezierPath/ControlMode) extern void BezierPath_set_ControlPointMode_m711885CEB302FB318784257DF8A777ADC47CE908 (void); // 0x00000014 System.Single PathCreation.BezierPath::get_AutoControlLength() extern void BezierPath_get_AutoControlLength_m9B479CD80C66D7F313109AD2958AD3C1A1488CB1 (void); // 0x00000015 System.Void PathCreation.BezierPath::set_AutoControlLength(System.Single) extern void BezierPath_set_AutoControlLength_mCCA245F8A7888397B0309B158194C001F9155F27 (void); // 0x00000016 System.Void PathCreation.BezierPath::AddSegmentToEnd(UnityEngine.Vector3,System.Boolean,System.Single) extern void BezierPath_AddSegmentToEnd_mDF9AA2490D61518F9D50DCF7E16B1C0EEFA05789 (void); // 0x00000017 System.Void PathCreation.BezierPath::AddSegmentToStart(UnityEngine.Vector3) extern void BezierPath_AddSegmentToStart_mBEC063CA0FF14F627D579DA814D68657DEEB7C5D (void); // 0x00000018 System.Void PathCreation.BezierPath::SplitSegment(UnityEngine.Vector3,System.Int32,System.Single) extern void BezierPath_SplitSegment_m5C0F3ACF1800FF2817B46676824FF19658D0AD33 (void); // 0x00000019 System.Void PathCreation.BezierPath::DeleteSegment(System.Int32) extern void BezierPath_DeleteSegment_mAE38BD417C1EB15211BBE65ECC8E08E77FFFF639 (void); // 0x0000001A System.Void PathCreation.BezierPath::DeleteFirstSegment(System.Boolean) extern void BezierPath_DeleteFirstSegment_m81901E1993B5F4B2429AF41D8CB4297BFEE87B39 (void); // 0x0000001B UnityEngine.Vector3[] PathCreation.BezierPath::GetPointsInSegment(System.Int32) extern void BezierPath_GetPointsInSegment_mE695740C50097F8BB87FF156F4EE05E23691CE53 (void); // 0x0000001C System.Void PathCreation.BezierPath::MovePoint(System.Int32,UnityEngine.Vector3,System.Boolean) extern void BezierPath_MovePoint_m7550CACC18C4C8311A5AA5938DBF3F3C65A63EF7 (void); // 0x0000001D UnityEngine.Bounds PathCreation.BezierPath::CalculateBoundsWithTransform(UnityEngine.Transform) extern void BezierPath_CalculateBoundsWithTransform_mE9724B5656773F0C41347DF0FDEF9CBAA7F0AA30 (void); // 0x0000001E System.Boolean PathCreation.BezierPath::get_FlipNormals() extern void BezierPath_get_FlipNormals_m39F2C418ABA567C1B2CA91F0D4F60E068CFB4CE7 (void); // 0x0000001F System.Void PathCreation.BezierPath::set_FlipNormals(System.Boolean) extern void BezierPath_set_FlipNormals_m3F50FF279250379BF566DE6CE8D09F06AC56DEA3 (void); // 0x00000020 System.Single PathCreation.BezierPath::get_GlobalNormalsAngle() extern void BezierPath_get_GlobalNormalsAngle_m47C9AC07004785838462BB29C16728E2D1FBB794 (void); // 0x00000021 System.Void PathCreation.BezierPath::set_GlobalNormalsAngle(System.Single) extern void BezierPath_set_GlobalNormalsAngle_mB3C6CF111E90E785C0B816EFA4D4CD9E3ECB7334 (void); // 0x00000022 System.Single PathCreation.BezierPath::GetAnchorNormalAngle(System.Int32) extern void BezierPath_GetAnchorNormalAngle_m08D59613954484EE170B5CDBD70E7B79D0C96A90 (void); // 0x00000023 System.Void PathCreation.BezierPath::SetAnchorNormalAngle(System.Int32,System.Single) extern void BezierPath_SetAnchorNormalAngle_mBE2E9C135873F6F04ED40315053F1DCC11071978 (void); // 0x00000024 System.Void PathCreation.BezierPath::ResetNormalAngles() extern void BezierPath_ResetNormalAngles_m71E50CD6BB546DD99B163E208649C94960EF2ED7 (void); // 0x00000025 UnityEngine.Bounds PathCreation.BezierPath::get_PathBounds() extern void BezierPath_get_PathBounds_m762AAE5B2D024E8B8FD84144658DA988E5AA1B35 (void); // 0x00000026 System.Void PathCreation.BezierPath::UpdateBounds() extern void BezierPath_UpdateBounds_mCE2CB2E14FAB1BA25202D4FED8C7B125D6071610 (void); // 0x00000027 System.Void PathCreation.BezierPath::AutoSetAllAffectedControlPoints(System.Int32) extern void BezierPath_AutoSetAllAffectedControlPoints_mE157D050D8F810CCA0B854915A67415340F429F8 (void); // 0x00000028 System.Void PathCreation.BezierPath::AutoSetAllControlPoints() extern void BezierPath_AutoSetAllControlPoints_m0C0519636ACA8166B24236BE1F93BCEBD62A2B1E (void); // 0x00000029 System.Void PathCreation.BezierPath::AutoSetAnchorControlPoints(System.Int32) extern void BezierPath_AutoSetAnchorControlPoints_m310E602BF731F3C0A5ACB5EACA4A69D6A942D3BC (void); // 0x0000002A System.Void PathCreation.BezierPath::AutoSetStartAndEndControls() extern void BezierPath_AutoSetStartAndEndControls_m52B717866B3EAD2BE6E61D906050EDEA940A675D (void); // 0x0000002B System.Void PathCreation.BezierPath::UpdateToNewPathSpace(PathCreation.PathSpace) extern void BezierPath_UpdateToNewPathSpace_mA98A4C7B399C287910DFC2AA846436A00F56D47B (void); // 0x0000002C System.Void PathCreation.BezierPath::UpdateClosedState() extern void BezierPath_UpdateClosedState_m55E2ECC7C0043E3961E25EAF7AF00F6EB0639144 (void); // 0x0000002D System.Int32 PathCreation.BezierPath::LoopIndex(System.Int32) extern void BezierPath_LoopIndex_m8F91BCE2A032B40EB7450F75AFEBB998EA8B5272 (void); // 0x0000002E System.Void PathCreation.BezierPath::NotifyPathModified() extern void BezierPath_NotifyPathModified_m0D12EA092EDFD17C3F4E4CFFDCE50580B6856643 (void); // 0x0000002F System.Void PathCreation.BezierPath/<>c::.cctor() extern void U3CU3Ec__cctor_mA0AA3DEB04FE8749025CE9293EECBA3EA9CD34EF (void); // 0x00000030 System.Void PathCreation.BezierPath/<>c::.ctor() extern void U3CU3Ec__ctor_m996105A079467C9BE2338833D6AC8E4580E5A2B6 (void); // 0x00000031 UnityEngine.Vector3 PathCreation.BezierPath/<>c::<.ctor>b__16_0(UnityEngine.Vector2) extern void U3CU3Ec_U3C_ctorU3Eb__16_0_m73EDB18BAB1803D1AA24C21782D8EFDCFB0580FD (void); // 0x00000032 UnityEngine.Vector3 PathCreation.BezierPath/<>c::<.ctor>b__17_0(UnityEngine.Transform) extern void U3CU3Ec_U3C_ctorU3Eb__17_0_mE822E249E1022DCCDC423A0E622C5343CE26CC09 (void); // 0x00000033 UnityEngine.Vector3 PathCreation.BezierPath/<>c::<.ctor>b__18_0(UnityEngine.Vector2) extern void U3CU3Ec_U3C_ctorU3Eb__18_0_m99AA3935311E0C197C1B7F116FE1B6CD56A45DBA (void); // 0x00000034 System.Void PathCreation.GlobalDisplaySettings::.ctor() extern void GlobalDisplaySettings__ctor_m35675B8B63096A3F11F66BDD349EDE741C9FD5FB (void); // 0x00000035 UnityEngine.Vector3 PathCreation.MinMax3D::get_Min() extern void MinMax3D_get_Min_m27A2B5B03253FDB598A862C4D442C3AA8E708C92 (void); // 0x00000036 System.Void PathCreation.MinMax3D::set_Min(UnityEngine.Vector3) extern void MinMax3D_set_Min_m9FD8F40067AFD1DE82C63946AC69E206A271BC73 (void); // 0x00000037 UnityEngine.Vector3 PathCreation.MinMax3D::get_Max() extern void MinMax3D_get_Max_m9FA0BB60BC2F8AF54B40A517C972877DE7827AE6 (void); // 0x00000038 System.Void PathCreation.MinMax3D::set_Max(UnityEngine.Vector3) extern void MinMax3D_set_Max_m8FD4CF8C1193E6FDF240679623D8A13F6DE3DC68 (void); // 0x00000039 System.Void PathCreation.MinMax3D::.ctor() extern void MinMax3D__ctor_mF6184498BE0E266EC2E2E112D4EE3D3A98675C63 (void); // 0x0000003A System.Void PathCreation.MinMax3D::AddValue(UnityEngine.Vector3) extern void MinMax3D_AddValue_mAA012F008363E68713882A3648ADDEDDD0474199 (void); // 0x0000003B System.Void PathCreation.PathCreator::add_pathUpdated(System.Action) extern void PathCreator_add_pathUpdated_m821CD0FF90A3409BB6F798A380BDDF3A95CFC6BD (void); // 0x0000003C System.Void PathCreation.PathCreator::remove_pathUpdated(System.Action) extern void PathCreator_remove_pathUpdated_m9D31D7A3761BE9E62CF1284D781B57D66475D1F2 (void); // 0x0000003D PathCreation.VertexPath PathCreation.PathCreator::get_path() extern void PathCreator_get_path_m1D2BA17B74B561BB4668D206119F238682423791 (void); // 0x0000003E PathCreation.BezierPath PathCreation.PathCreator::get_bezierPath() extern void PathCreator_get_bezierPath_m8D01E8D974B57BEBE41CF0898880733217591ECA (void); // 0x0000003F System.Void PathCreation.PathCreator::set_bezierPath(PathCreation.BezierPath) extern void PathCreator_set_bezierPath_mA3D2D0AB742387A9BA201C3CFF073BBA52734F8B (void); // 0x00000040 System.Void PathCreation.PathCreator::Awake() extern void PathCreator_Awake_m2605616EFB21BCECF37160E70426D620353AA097 (void); // 0x00000041 System.Void PathCreation.PathCreator::InitializeEditorData(System.Boolean) extern void PathCreator_InitializeEditorData_mE8A616C627C9106C385DE6392115C69CA4A3B572 (void); // 0x00000042 PathCreation.PathCreatorData PathCreation.PathCreator::get_EditorData() extern void PathCreator_get_EditorData_m199DB3D285CC4B11236F28B59F9FF9F304A36D84 (void); // 0x00000043 System.Void PathCreation.PathCreator::TriggerPathUpdate() extern void PathCreator_TriggerPathUpdate_m195E2101B1F6A7FB67750798E021400B72A05F30 (void); // 0x00000044 System.Void PathCreation.PathCreator::.ctor() extern void PathCreator__ctor_mE4BC4561E5736BB0178586D538D882E279CAEC75 (void); // 0x00000045 System.Void PathCreation.PathCreatorData::add_bezierOrVertexPathModified(System.Action) extern void PathCreatorData_add_bezierOrVertexPathModified_mA850F1226CF2CEEC7B452D928025A31A0429A005 (void); // 0x00000046 System.Void PathCreation.PathCreatorData::remove_bezierOrVertexPathModified(System.Action) extern void PathCreatorData_remove_bezierOrVertexPathModified_m8071D439BA735C2E0767B9FD68A7381AC6CF8A4F (void); // 0x00000047 System.Void PathCreation.PathCreatorData::add_bezierCreated(System.Action) extern void PathCreatorData_add_bezierCreated_m36BED7EDAC1E1CE3BBA7D299561F9ADFE2CE40D0 (void); // 0x00000048 System.Void PathCreation.PathCreatorData::remove_bezierCreated(System.Action) extern void PathCreatorData_remove_bezierCreated_m4CB55AF9EC87568DDCB54BDD27271CC305C176E2 (void); // 0x00000049 System.Void PathCreation.PathCreatorData::Initialize(System.Boolean) extern void PathCreatorData_Initialize_m40F301A7585B91C81D8A4ABA804E78918A6ED2BF (void); // 0x0000004A System.Void PathCreation.PathCreatorData::ResetBezierPath(UnityEngine.Vector3,System.Boolean) extern void PathCreatorData_ResetBezierPath_m3798BB5E512630AACD4FDC2E383117A2705232D6 (void); // 0x0000004B System.Void PathCreation.PathCreatorData::CreateBezier(UnityEngine.Vector3,System.Boolean) extern void PathCreatorData_CreateBezier_m382E6B4AB1085B767C5526F02ECE2D6C4AAC1822 (void); // 0x0000004C PathCreation.BezierPath PathCreation.PathCreatorData::get_bezierPath() extern void PathCreatorData_get_bezierPath_m094752A18D7FED2C4152C8B0B7E40CFE6E0DAF7F (void); // 0x0000004D System.Void PathCreation.PathCreatorData::set_bezierPath(PathCreation.BezierPath) extern void PathCreatorData_set_bezierPath_mAD52C6998DFD2D79953B1E8F5A8497C18FF1366A (void); // 0x0000004E PathCreation.VertexPath PathCreation.PathCreatorData::GetVertexPath(UnityEngine.Transform) extern void PathCreatorData_GetVertexPath_m2EDCC1A5EF58C192CB1B4486B8D9F5C049233EB7 (void); // 0x0000004F System.Void PathCreation.PathCreatorData::PathTransformed() extern void PathCreatorData_PathTransformed_m4A9758A318957D0E9AAE5473B53325AAA531B451 (void); // 0x00000050 System.Void PathCreation.PathCreatorData::VertexPathSettingsChanged() extern void PathCreatorData_VertexPathSettingsChanged_m39D6CB2309508F15B4B77EEEC8D543DADFE75623 (void); // 0x00000051 System.Void PathCreation.PathCreatorData::PathModifiedByUndo() extern void PathCreatorData_PathModifiedByUndo_m0A4EC66325BF44801016A62AC6885083A33F4D3C (void); // 0x00000052 System.Void PathCreation.PathCreatorData::BezierPathEdited() extern void PathCreatorData_BezierPathEdited_m9451499680AF07402700EA3937DEF77A8A2417DA (void); // 0x00000053 System.Void PathCreation.PathCreatorData::.ctor() extern void PathCreatorData__ctor_m1068FBEE91F31920807C22533F800E0D7245AFDB (void); // 0x00000054 System.Void PathCreation.VertexPath::.ctor(PathCreation.BezierPath,UnityEngine.Transform,System.Single,System.Single,System.Single) extern void VertexPath__ctor_m0B59DF73539D9F4678BF36B54CD8B03869A1614D (void); // 0x00000055 System.Void PathCreation.VertexPath::.ctor(PathCreation.BezierPath,UnityEngine.Transform,System.Single) extern void VertexPath__ctor_mA8DBEE425DD5566076F025763411A04460C31E30 (void); // 0x00000056 System.Void PathCreation.VertexPath::.ctor(PathCreation.BezierPath,PathCreation.Utility.VertexPathUtility/PathSplitData,UnityEngine.Transform) extern void VertexPath__ctor_m8FB869600D5F62ACD44825A8BA16116C86671003 (void); // 0x00000057 System.Void PathCreation.VertexPath::UpdateTransform(UnityEngine.Transform) extern void VertexPath_UpdateTransform_mC6B82D95E954CE35D56D15811628403DFBA759F1 (void); // 0x00000058 System.Int32 PathCreation.VertexPath::get_NumPoints() extern void VertexPath_get_NumPoints_mD9A77D2B59F88099D6950AB50BDF2D86B3306572 (void); // 0x00000059 UnityEngine.Vector3 PathCreation.VertexPath::GetTangent(System.Int32) extern void VertexPath_GetTangent_m780A757C8CE1EF5AEFE72060689F611A0AC5B58F (void); // 0x0000005A UnityEngine.Vector3 PathCreation.VertexPath::GetNormal(System.Int32) extern void VertexPath_GetNormal_mE734782445FBB23E73403FA179580E1981BF8501 (void); // 0x0000005B UnityEngine.Vector3 PathCreation.VertexPath::GetPoint(System.Int32) extern void VertexPath_GetPoint_mC6D2F5E0E610826A6CCDDF8E76C473383C9BC07B (void); // 0x0000005C UnityEngine.Vector3 PathCreation.VertexPath::GetPointAtDistance(System.Single,PathCreation.EndOfPathInstruction) extern void VertexPath_GetPointAtDistance_mA36ED1FC59E5ADFB18AF58BB0ADD5DAE3A622BBE (void); // 0x0000005D UnityEngine.Vector3 PathCreation.VertexPath::GetDirectionAtDistance(System.Single,PathCreation.EndOfPathInstruction) extern void VertexPath_GetDirectionAtDistance_mE4B58F91658D2D9E19A63F13AE8E0E2930B4E993 (void); // 0x0000005E UnityEngine.Vector3 PathCreation.VertexPath::GetNormalAtDistance(System.Single,PathCreation.EndOfPathInstruction) extern void VertexPath_GetNormalAtDistance_m0A06E8C3D63BAFF3864C4C1E9C19A7B21290C19D (void); // 0x0000005F UnityEngine.Quaternion PathCreation.VertexPath::GetRotationAtDistance(System.Single,PathCreation.EndOfPathInstruction) extern void VertexPath_GetRotationAtDistance_m373C57D0071F81C1266836D63571C88EB1386BE4 (void); // 0x00000060 UnityEngine.Vector3 PathCreation.VertexPath::GetPointAtTime(System.Single,PathCreation.EndOfPathInstruction) extern void VertexPath_GetPointAtTime_mCCF19F9658CF55D8E2D6039D00418D8FD5EC318A (void); // 0x00000061 UnityEngine.Vector3 PathCreation.VertexPath::GetDirection(System.Single,PathCreation.EndOfPathInstruction) extern void VertexPath_GetDirection_m620A97268014E6586AB78838ADAFC4C0ECB5DEEF (void); // 0x00000062 UnityEngine.Vector3 PathCreation.VertexPath::GetNormal(System.Single,PathCreation.EndOfPathInstruction) extern void VertexPath_GetNormal_mBB6B6D05029D758878BA773DC98445D1ECD078EE (void); // 0x00000063 UnityEngine.Quaternion PathCreation.VertexPath::GetRotation(System.Single,PathCreation.EndOfPathInstruction) extern void VertexPath_GetRotation_m5F924A0F5F6CA1908A2D6486D52C1CF45591ED53 (void); // 0x00000064 UnityEngine.Vector3 PathCreation.VertexPath::GetClosestPointOnPath(UnityEngine.Vector3) extern void VertexPath_GetClosestPointOnPath_mF16F2ECDD7C0D53412B1CD0BA52A622559A306E0 (void); // 0x00000065 System.Single PathCreation.VertexPath::GetClosestTimeOnPath(UnityEngine.Vector3) extern void VertexPath_GetClosestTimeOnPath_mD6DD7A5008427D58A652B3F14F59E66143011089 (void); // 0x00000066 System.Single PathCreation.VertexPath::GetClosestDistanceAlongPath(UnityEngine.Vector3) extern void VertexPath_GetClosestDistanceAlongPath_mD2C010C35CFF65B1557F5EDF323D262FFEE83CAC (void); // 0x00000067 System.Int32 PathCreation.VertexPath::GetClosestIndexOnPath(UnityEngine.Vector3) extern void VertexPath_GetClosestIndexOnPath_m911D618208B0EBE5A9C1511B7ECC3C4176A3B2FA (void); // 0x00000068 System.Int32 PathCreation.VertexPath::GetPreviousIndexAtDistance(System.Single,PathCreation.EndOfPathInstruction) extern void VertexPath_GetPreviousIndexAtDistance_m035C3A4EEA5F2F9EC0F0ADE683D9B60CF9F63DAF (void); // 0x00000069 System.Int32 PathCreation.VertexPath::GetPreviousIndexAtTime(System.Single,PathCreation.EndOfPathInstruction) extern void VertexPath_GetPreviousIndexAtTime_m91C4FF203C02CACE7FCBE1774049FB061D4E9A5B (void); // 0x0000006A PathCreation.VertexPath/TimeOnPathData PathCreation.VertexPath::CalculatePercentOnPathData(System.Single,PathCreation.EndOfPathInstruction) extern void VertexPath_CalculatePercentOnPathData_m94D6688F743C5E64E8FD4B02D5267BCE7EDD1AAD (void); // 0x0000006B PathCreation.VertexPath/TimeOnPathData PathCreation.VertexPath::CalculateClosestPointOnPathData(UnityEngine.Vector3) extern void VertexPath_CalculateClosestPointOnPathData_m9E9611D7EF6BCA55311C1FE5BDEC8B76E59E79CA (void); // 0x0000006C System.Void PathCreation.VertexPath/TimeOnPathData::.ctor(System.Int32,System.Int32,System.Single) extern void TimeOnPathData__ctor_mB95318A172EF7BD690D25CD7ACD7911327F92CB3 (void); // 0x0000006D UnityEngine.Vector3 PathCreation.Utility.CubicBezierUtility::EvaluateCurve(UnityEngine.Vector3[],System.Single) extern void CubicBezierUtility_EvaluateCurve_m58E0B15F11A08479F82276151DA08D300BCEBBA4 (void); // 0x0000006E UnityEngine.Vector3 PathCreation.Utility.CubicBezierUtility::EvaluateCurve(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,System.Single) extern void CubicBezierUtility_EvaluateCurve_m981948AF6BDAD47902ACB903D1834FC639D0F305 (void); // 0x0000006F UnityEngine.Vector3 PathCreation.Utility.CubicBezierUtility::EvaluateCurveDerivative(UnityEngine.Vector3[],System.Single) extern void CubicBezierUtility_EvaluateCurveDerivative_m40F11C8221D59360AFAEAA757D5518E4E9AB4F65 (void); // 0x00000070 UnityEngine.Vector3 PathCreation.Utility.CubicBezierUtility::EvaluateCurveDerivative(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,System.Single) extern void CubicBezierUtility_EvaluateCurveDerivative_m9284F094E5877EA1076FC9C27CB5E04E6DF017CB (void); // 0x00000071 UnityEngine.Vector3 PathCreation.Utility.CubicBezierUtility::EvaluateCurveSecondDerivative(UnityEngine.Vector3[],System.Single) extern void CubicBezierUtility_EvaluateCurveSecondDerivative_mB0EE7836C29033D780C183515B2B4C52EEEF3772 (void); // 0x00000072 UnityEngine.Vector3 PathCreation.Utility.CubicBezierUtility::EvaluateCurveSecondDerivative(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,System.Single) extern void CubicBezierUtility_EvaluateCurveSecondDerivative_m4FE810E12A62DE0E3AAA5C9C94AC62689F4E2EDA (void); // 0x00000073 UnityEngine.Vector3 PathCreation.Utility.CubicBezierUtility::Normal(UnityEngine.Vector3[],System.Single) extern void CubicBezierUtility_Normal_mBBE47B13937735027EB5B75F4DDB7E2DD09400F4 (void); // 0x00000074 UnityEngine.Vector3 PathCreation.Utility.CubicBezierUtility::Normal(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,System.Single) extern void CubicBezierUtility_Normal_m8A8BA5ECC0DADBB8311810A5334D7A1DE6CEBFF2 (void); // 0x00000075 UnityEngine.Bounds PathCreation.Utility.CubicBezierUtility::CalculateSegmentBounds(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3) extern void CubicBezierUtility_CalculateSegmentBounds_mEDB972AB636E376DECA4B6C13AB959E69B238AB1 (void); // 0x00000076 UnityEngine.Vector3[][] PathCreation.Utility.CubicBezierUtility::SplitCurve(UnityEngine.Vector3[],System.Single) extern void CubicBezierUtility_SplitCurve_mD41BC8952892D6EB901AD9F61C0D24B5C59FB430 (void); // 0x00000077 System.Single PathCreation.Utility.CubicBezierUtility::EstimateCurveLength(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3) extern void CubicBezierUtility_EstimateCurveLength_m83EEB5ED0FCF557A6A13929A5E2B8482AA174AAF (void); // 0x00000078 System.Collections.Generic.List`1 PathCreation.Utility.CubicBezierUtility::ExtremePointTimes(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3) extern void CubicBezierUtility_ExtremePointTimes_m3EA3BB69862EDBA7643149CDA4A5F99CEEFA3C0F (void); // 0x00000079 System.Collections.Generic.IEnumerable`1 PathCreation.Utility.CubicBezierUtility::StationaryPointTimes(System.Single,System.Single,System.Single) extern void CubicBezierUtility_StationaryPointTimes_mB94B0F94D434FBF82ACCF90DECE2227AA8E63CBE (void); // 0x0000007A System.Void PathCreation.Utility.MathUtility::LockTransformToSpace(UnityEngine.Transform,PathCreation.PathSpace) extern void MathUtility_LockTransformToSpace_mE39BDFCEE99E9F33D3BAEA0350D42783361D2659 (void); // 0x0000007B UnityEngine.Vector3 PathCreation.Utility.MathUtility::TransformPoint(UnityEngine.Vector3,UnityEngine.Transform,PathCreation.PathSpace) extern void MathUtility_TransformPoint_m54EF4DA26D03B5733784BC8F74A7C60B6E4E77E1 (void); // 0x0000007C UnityEngine.Vector3 PathCreation.Utility.MathUtility::InverseTransformPoint(UnityEngine.Vector3,UnityEngine.Transform,PathCreation.PathSpace) extern void MathUtility_InverseTransformPoint_m86B30F2C92E36160AA092275B1CAE3B0AC900A82 (void); // 0x0000007D UnityEngine.Vector3 PathCreation.Utility.MathUtility::TransformVector(UnityEngine.Vector3,UnityEngine.Transform,PathCreation.PathSpace) extern void MathUtility_TransformVector_mBDABDE8E468BF945016BC53BFE274681CFBFBF83 (void); // 0x0000007E UnityEngine.Vector3 PathCreation.Utility.MathUtility::InverseTransformVector(UnityEngine.Vector3,UnityEngine.Transform,PathCreation.PathSpace) extern void MathUtility_InverseTransformVector_m76EBCEA5AD476FDE9F50D07FDBD1275181626031 (void); // 0x0000007F UnityEngine.Vector3 PathCreation.Utility.MathUtility::TransformDirection(UnityEngine.Vector3,UnityEngine.Transform,PathCreation.PathSpace) extern void MathUtility_TransformDirection_mEE95B8A52E969E442B13377C653F7DA8F45A70A2 (void); // 0x00000080 UnityEngine.Vector3 PathCreation.Utility.MathUtility::InverseTransformDirection(UnityEngine.Vector3,UnityEngine.Transform,PathCreation.PathSpace) extern void MathUtility_InverseTransformDirection_mE42D4EB4C748BAEA0E96C6A4E37C6A09FD0E8B4B (void); // 0x00000081 System.Boolean PathCreation.Utility.MathUtility::LineSegmentsIntersect(UnityEngine.Vector2,UnityEngine.Vector2,UnityEngine.Vector2,UnityEngine.Vector2) extern void MathUtility_LineSegmentsIntersect_m68A173E51187E39839B8AF74CEFC63B33456A87C (void); // 0x00000082 System.Boolean PathCreation.Utility.MathUtility::LinesIntersect(UnityEngine.Vector2,UnityEngine.Vector2,UnityEngine.Vector2,UnityEngine.Vector2) extern void MathUtility_LinesIntersect_mD6F891CBA56C495C6DB5FAF1B4BA7A0311BAAE9D (void); // 0x00000083 UnityEngine.Vector2 PathCreation.Utility.MathUtility::PointOfLineLineIntersection(UnityEngine.Vector2,UnityEngine.Vector2,UnityEngine.Vector2,UnityEngine.Vector2) extern void MathUtility_PointOfLineLineIntersection_m1BFEC22C3564B6AD2FE6C441685BDA6CE0B61D05 (void); // 0x00000084 UnityEngine.Vector2 PathCreation.Utility.MathUtility::ClosestPointOnLineSegment(UnityEngine.Vector2,UnityEngine.Vector2,UnityEngine.Vector2) extern void MathUtility_ClosestPointOnLineSegment_m6FB91BD718A8E49150EA095F1E14A615910E5AE2 (void); // 0x00000085 UnityEngine.Vector3 PathCreation.Utility.MathUtility::ClosestPointOnLineSegment(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3) extern void MathUtility_ClosestPointOnLineSegment_m91FE4376DB3ABF8456D77334AE4CE521F2E9875B (void); // 0x00000086 System.Int32 PathCreation.Utility.MathUtility::SideOfLine(UnityEngine.Vector2,UnityEngine.Vector2,UnityEngine.Vector2) extern void MathUtility_SideOfLine_mEAEB6CB442FDDAF72CC131092674AD917A648577 (void); // 0x00000087 System.Single PathCreation.Utility.MathUtility::MinAngle(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3) extern void MathUtility_MinAngle_mEFEC46BD8724EFF3748910635C2E9A823F985657 (void); // 0x00000088 System.Boolean PathCreation.Utility.MathUtility::PointInTriangle(UnityEngine.Vector2,UnityEngine.Vector2,UnityEngine.Vector2,UnityEngine.Vector2) extern void MathUtility_PointInTriangle_m6A3CE5579DC9CD98BEDE6FD3DE508C946CD8C045 (void); // 0x00000089 System.Boolean PathCreation.Utility.MathUtility::PointsAreClockwise(UnityEngine.Vector2[]) extern void MathUtility_PointsAreClockwise_m1C081EA783F73B5F012B5A7521ADA68DD0F5F29C (void); // 0x0000008A System.Void PathCreation.Utility.MathUtility::AssignOriginalsFromTransform(UnityEngine.Transform) extern void MathUtility_AssignOriginalsFromTransform_m195A000B47DD289E0DA46544BA048AEC2C14632B (void); // 0x0000008B System.Void PathCreation.Utility.MathUtility::AssignOriginalsToTransform(UnityEngine.Transform) extern void MathUtility_AssignOriginalsToTransform_m36865283BF460653877F3F67727FF03D5F5E7090 (void); // 0x0000008C PathCreation.Utility.VertexPathUtility/PathSplitData PathCreation.Utility.VertexPathUtility::SplitBezierPathByAngleError(PathCreation.BezierPath,System.Single,System.Single,System.Single,System.Single) extern void VertexPathUtility_SplitBezierPathByAngleError_m5108709215A79A8E667208E49CF622E11D309CE1 (void); // 0x0000008D PathCreation.Utility.VertexPathUtility/PathSplitData PathCreation.Utility.VertexPathUtility::SplitBezierPathEvenly(PathCreation.BezierPath,System.Single,System.Single) extern void VertexPathUtility_SplitBezierPathEvenly_m63AB7E25556014FE7F620BEC43FA23E9DE9A72E4 (void); // 0x0000008E System.Void PathCreation.Utility.VertexPathUtility/PathSplitData::.ctor() extern void PathSplitData__ctor_m7934402391C6F3997802376D1D55DED6149B63A0 (void); // 0x0000008F System.Void PathCreation.Examples.GeneratePathExample::Start() extern void GeneratePathExample_Start_m79D85FB3EB44ECCAE96EC150FC407B634A98710B (void); // 0x00000090 System.Void PathCreation.Examples.GeneratePathExample::.ctor() extern void GeneratePathExample__ctor_mF243BA101EBEB57DEA3C8CC05800933DA38CD75F (void); // 0x00000091 System.Void PathCreation.Examples.PathFollower::Start() extern void PathFollower_Start_m830C0BFCABBCA894396A76ACE93AE7281461472C (void); // 0x00000092 System.Void PathCreation.Examples.PathFollower::Update() extern void PathFollower_Update_m10B642E5267C797CDF6F19087F81F7A927F81AB2 (void); // 0x00000093 System.Void PathCreation.Examples.PathFollower::OnPathChanged() extern void PathFollower_OnPathChanged_mE088B03A0293D1F043F7FB3DF6B90CC9EE351DFC (void); // 0x00000094 System.Void PathCreation.Examples.PathFollower::.ctor() extern void PathFollower__ctor_m04AD6D6DD3E8176F85532D173B5823C0A5A85D3F (void); // 0x00000095 System.Void PathCreation.Examples.PathPlacer::Generate() extern void PathPlacer_Generate_mE1D69D4AF351B7743813479A7C63AE8AD27B0FE0 (void); // 0x00000096 System.Void PathCreation.Examples.PathPlacer::DestroyObjects() extern void PathPlacer_DestroyObjects_m58392F33DEDF67C7993B151FBA7669919888352A (void); // 0x00000097 System.Void PathCreation.Examples.PathPlacer::PathUpdated() extern void PathPlacer_PathUpdated_m78B16E17FE27B7C7AC5865EC698F91753551A037 (void); // 0x00000098 System.Void PathCreation.Examples.PathPlacer::.ctor() extern void PathPlacer__ctor_mBFF4C8BE6E750C95398E3557E6874DB931844EAB (void); // 0x00000099 System.Void PathCreation.Examples.PathSceneTool::add_onDestroyed(System.Action) extern void PathSceneTool_add_onDestroyed_m8613354D93E6ACCC845FEDE895C89C373831400B (void); // 0x0000009A System.Void PathCreation.Examples.PathSceneTool::remove_onDestroyed(System.Action) extern void PathSceneTool_remove_onDestroyed_m2E2AA42D2D6D62720D34C034C80AEB4B90D1B3B2 (void); // 0x0000009B PathCreation.VertexPath PathCreation.Examples.PathSceneTool::get_path() extern void PathSceneTool_get_path_m315F23E048286DE88F1A835769D4187B1B0A87F8 (void); // 0x0000009C System.Void PathCreation.Examples.PathSceneTool::OnEnable() extern void PathSceneTool_OnEnable_m365B009210A9C6F9C75C279EB5D3C8A1A7479518 (void); // 0x0000009D System.Void PathCreation.Examples.PathSceneTool::OnDisable() extern void PathSceneTool_OnDisable_mAC2E74946562B2C0DF3AF97B108809B2E08AB45A (void); // 0x0000009E System.Void PathCreation.Examples.PathSceneTool::TriggerUpdate() extern void PathSceneTool_TriggerUpdate_m42583E8BC16275A31D7E871DDAEA92D1771DBCD3 (void); // 0x0000009F System.Void PathCreation.Examples.PathSceneTool::OnDestroy() extern void PathSceneTool_OnDestroy_m7595EC630E564FE88E13C400D36DB29DE35C1816 (void); // 0x000000A0 System.Void PathCreation.Examples.PathSceneTool::PathUpdated() // 0x000000A1 System.Void PathCreation.Examples.PathSceneTool::.ctor() extern void PathSceneTool__ctor_m033CB530668E69C2FB4FE940E5AAA17A068B3F42 (void); // 0x000000A2 System.Void PathCreation.Examples.PathSpawner::Start() extern void PathSpawner_Start_m4FE03E9EEB1D6E7D1F3862B980E5DCCA821B2D18 (void); // 0x000000A3 System.Void PathCreation.Examples.PathSpawner::.ctor() extern void PathSpawner__ctor_m93AC4873BB393D2B147725BB91B93E73BB928FA9 (void); // 0x000000A4 System.Void PathCreation.Examples.RoadMeshCreator::PathUpdated() extern void RoadMeshCreator_PathUpdated_m9C75E2D588416ADDD0E347E89FCD152FD6A6BF65 (void); // 0x000000A5 System.Void PathCreation.Examples.RoadMeshCreator::CreateRoadMesh() extern void RoadMeshCreator_CreateRoadMesh_m48F33E576A11CEBA9FCCCB50E2A2B46B6056252C (void); // 0x000000A6 System.Void PathCreation.Examples.RoadMeshCreator::AssignMeshComponents() extern void RoadMeshCreator_AssignMeshComponents_m6AFD5134227C14241624E4B2A4E83A354972AF7C (void); // 0x000000A7 System.Void PathCreation.Examples.RoadMeshCreator::AssignMaterials() extern void RoadMeshCreator_AssignMaterials_mEB618FD001F66459FD056C799B45702FCE3F881D (void); // 0x000000A8 System.Void PathCreation.Examples.RoadMeshCreator::.ctor() extern void RoadMeshCreator__ctor_mEC12D7DF0061C2117EEDC8D02AA48FF8C160B99D (void); static Il2CppMethodPointer s_methodPointers[168] = { BezierPath_add_OnModified_m55907110369088B1D0FEBE4B1547587124521C85, BezierPath_remove_OnModified_mE4878246DCE71F1EE4C9135CF1533BF67AC8722C, BezierPath__ctor_m7EEB485BCB9BE4AC0BE22912E280E5BA155628C6, BezierPath__ctor_mFFA3DCA4C3861A584DB74A7026562534E393A6FE, BezierPath__ctor_mD240B3BA48C49B6E449362C4169122DD164FB169, BezierPath__ctor_m5DC967A35A1721785656B6C766130DE06E972F28, BezierPath__ctor_m0251E4CFE35F2B9B752150350DF7B48A8616EE86, BezierPath_get_Item_m1701B002C1E13649800B06235CC157018ED6EF9C, BezierPath_GetPoint_m1EDC696768D4A7917B471925F57D394F39EC70A2, BezierPath_SetPoint_m3645A04354CD3F1EA89783D1DDCF6C0E1CA10099, BezierPath_get_NumPoints_mD9897BB2BCD556B7560B90626D9616FCC5EDE726, BezierPath_get_NumAnchorPoints_m2332B0100A3BC0BDCA8B170AA760CD8F5DA08BA1, BezierPath_get_NumSegments_m8D616555AFF4A4BF7212AE81D9EDEFAA95435D56, BezierPath_get_Space_m419DD54DAF2C480912B6803C6F89227E90E96955, BezierPath_set_Space_m55261625671ABC8302E41987CE19FC71A2546932, BezierPath_get_IsClosed_mF6A01A18821BAE025900E68913A713DFC4AEA597, BezierPath_set_IsClosed_m141141151819A1FEFAADF7758A157C437BE88E4C, BezierPath_get_ControlPointMode_m527C29AD4761776EB9EDDCEC4F35B4551493CC33, BezierPath_set_ControlPointMode_m711885CEB302FB318784257DF8A777ADC47CE908, BezierPath_get_AutoControlLength_m9B479CD80C66D7F313109AD2958AD3C1A1488CB1, BezierPath_set_AutoControlLength_mCCA245F8A7888397B0309B158194C001F9155F27, BezierPath_AddSegmentToEnd_mDF9AA2490D61518F9D50DCF7E16B1C0EEFA05789, BezierPath_AddSegmentToStart_mBEC063CA0FF14F627D579DA814D68657DEEB7C5D, BezierPath_SplitSegment_m5C0F3ACF1800FF2817B46676824FF19658D0AD33, BezierPath_DeleteSegment_mAE38BD417C1EB15211BBE65ECC8E08E77FFFF639, BezierPath_DeleteFirstSegment_m81901E1993B5F4B2429AF41D8CB4297BFEE87B39, BezierPath_GetPointsInSegment_mE695740C50097F8BB87FF156F4EE05E23691CE53, BezierPath_MovePoint_m7550CACC18C4C8311A5AA5938DBF3F3C65A63EF7, BezierPath_CalculateBoundsWithTransform_mE9724B5656773F0C41347DF0FDEF9CBAA7F0AA30, BezierPath_get_FlipNormals_m39F2C418ABA567C1B2CA91F0D4F60E068CFB4CE7, BezierPath_set_FlipNormals_m3F50FF279250379BF566DE6CE8D09F06AC56DEA3, BezierPath_get_GlobalNormalsAngle_m47C9AC07004785838462BB29C16728E2D1FBB794, BezierPath_set_GlobalNormalsAngle_mB3C6CF111E90E785C0B816EFA4D4CD9E3ECB7334, BezierPath_GetAnchorNormalAngle_m08D59613954484EE170B5CDBD70E7B79D0C96A90, BezierPath_SetAnchorNormalAngle_mBE2E9C135873F6F04ED40315053F1DCC11071978, BezierPath_ResetNormalAngles_m71E50CD6BB546DD99B163E208649C94960EF2ED7, BezierPath_get_PathBounds_m762AAE5B2D024E8B8FD84144658DA988E5AA1B35, BezierPath_UpdateBounds_mCE2CB2E14FAB1BA25202D4FED8C7B125D6071610, BezierPath_AutoSetAllAffectedControlPoints_mE157D050D8F810CCA0B854915A67415340F429F8, BezierPath_AutoSetAllControlPoints_m0C0519636ACA8166B24236BE1F93BCEBD62A2B1E, BezierPath_AutoSetAnchorControlPoints_m310E602BF731F3C0A5ACB5EACA4A69D6A942D3BC, BezierPath_AutoSetStartAndEndControls_m52B717866B3EAD2BE6E61D906050EDEA940A675D, BezierPath_UpdateToNewPathSpace_mA98A4C7B399C287910DFC2AA846436A00F56D47B, BezierPath_UpdateClosedState_m55E2ECC7C0043E3961E25EAF7AF00F6EB0639144, BezierPath_LoopIndex_m8F91BCE2A032B40EB7450F75AFEBB998EA8B5272, BezierPath_NotifyPathModified_m0D12EA092EDFD17C3F4E4CFFDCE50580B6856643, U3CU3Ec__cctor_mA0AA3DEB04FE8749025CE9293EECBA3EA9CD34EF, U3CU3Ec__ctor_m996105A079467C9BE2338833D6AC8E4580E5A2B6, U3CU3Ec_U3C_ctorU3Eb__16_0_m73EDB18BAB1803D1AA24C21782D8EFDCFB0580FD, U3CU3Ec_U3C_ctorU3Eb__17_0_mE822E249E1022DCCDC423A0E622C5343CE26CC09, U3CU3Ec_U3C_ctorU3Eb__18_0_m99AA3935311E0C197C1B7F116FE1B6CD56A45DBA, GlobalDisplaySettings__ctor_m35675B8B63096A3F11F66BDD349EDE741C9FD5FB, MinMax3D_get_Min_m27A2B5B03253FDB598A862C4D442C3AA8E708C92, MinMax3D_set_Min_m9FD8F40067AFD1DE82C63946AC69E206A271BC73, MinMax3D_get_Max_m9FA0BB60BC2F8AF54B40A517C972877DE7827AE6, MinMax3D_set_Max_m8FD4CF8C1193E6FDF240679623D8A13F6DE3DC68, MinMax3D__ctor_mF6184498BE0E266EC2E2E112D4EE3D3A98675C63, MinMax3D_AddValue_mAA012F008363E68713882A3648ADDEDDD0474199, PathCreator_add_pathUpdated_m821CD0FF90A3409BB6F798A380BDDF3A95CFC6BD, PathCreator_remove_pathUpdated_m9D31D7A3761BE9E62CF1284D781B57D66475D1F2, PathCreator_get_path_m1D2BA17B74B561BB4668D206119F238682423791, PathCreator_get_bezierPath_m8D01E8D974B57BEBE41CF0898880733217591ECA, PathCreator_set_bezierPath_mA3D2D0AB742387A9BA201C3CFF073BBA52734F8B, PathCreator_Awake_m2605616EFB21BCECF37160E70426D620353AA097, PathCreator_InitializeEditorData_mE8A616C627C9106C385DE6392115C69CA4A3B572, PathCreator_get_EditorData_m199DB3D285CC4B11236F28B59F9FF9F304A36D84, PathCreator_TriggerPathUpdate_m195E2101B1F6A7FB67750798E021400B72A05F30, PathCreator__ctor_mE4BC4561E5736BB0178586D538D882E279CAEC75, PathCreatorData_add_bezierOrVertexPathModified_mA850F1226CF2CEEC7B452D928025A31A0429A005, PathCreatorData_remove_bezierOrVertexPathModified_m8071D439BA735C2E0767B9FD68A7381AC6CF8A4F, PathCreatorData_add_bezierCreated_m36BED7EDAC1E1CE3BBA7D299561F9ADFE2CE40D0, PathCreatorData_remove_bezierCreated_m4CB55AF9EC87568DDCB54BDD27271CC305C176E2, PathCreatorData_Initialize_m40F301A7585B91C81D8A4ABA804E78918A6ED2BF, PathCreatorData_ResetBezierPath_m3798BB5E512630AACD4FDC2E383117A2705232D6, PathCreatorData_CreateBezier_m382E6B4AB1085B767C5526F02ECE2D6C4AAC1822, PathCreatorData_get_bezierPath_m094752A18D7FED2C4152C8B0B7E40CFE6E0DAF7F, PathCreatorData_set_bezierPath_mAD52C6998DFD2D79953B1E8F5A8497C18FF1366A, PathCreatorData_GetVertexPath_m2EDCC1A5EF58C192CB1B4486B8D9F5C049233EB7, PathCreatorData_PathTransformed_m4A9758A318957D0E9AAE5473B53325AAA531B451, PathCreatorData_VertexPathSettingsChanged_m39D6CB2309508F15B4B77EEEC8D543DADFE75623, PathCreatorData_PathModifiedByUndo_m0A4EC66325BF44801016A62AC6885083A33F4D3C, PathCreatorData_BezierPathEdited_m9451499680AF07402700EA3937DEF77A8A2417DA, PathCreatorData__ctor_m1068FBEE91F31920807C22533F800E0D7245AFDB, VertexPath__ctor_m0B59DF73539D9F4678BF36B54CD8B03869A1614D, VertexPath__ctor_mA8DBEE425DD5566076F025763411A04460C31E30, VertexPath__ctor_m8FB869600D5F62ACD44825A8BA16116C86671003, VertexPath_UpdateTransform_mC6B82D95E954CE35D56D15811628403DFBA759F1, VertexPath_get_NumPoints_mD9A77D2B59F88099D6950AB50BDF2D86B3306572, VertexPath_GetTangent_m780A757C8CE1EF5AEFE72060689F611A0AC5B58F, VertexPath_GetNormal_mE734782445FBB23E73403FA179580E1981BF8501, VertexPath_GetPoint_mC6D2F5E0E610826A6CCDDF8E76C473383C9BC07B, VertexPath_GetPointAtDistance_mA36ED1FC59E5ADFB18AF58BB0ADD5DAE3A622BBE, VertexPath_GetDirectionAtDistance_mE4B58F91658D2D9E19A63F13AE8E0E2930B4E993, VertexPath_GetNormalAtDistance_m0A06E8C3D63BAFF3864C4C1E9C19A7B21290C19D, VertexPath_GetRotationAtDistance_m373C57D0071F81C1266836D63571C88EB1386BE4, VertexPath_GetPointAtTime_mCCF19F9658CF55D8E2D6039D00418D8FD5EC318A, VertexPath_GetDirection_m620A97268014E6586AB78838ADAFC4C0ECB5DEEF, VertexPath_GetNormal_mBB6B6D05029D758878BA773DC98445D1ECD078EE, VertexPath_GetRotation_m5F924A0F5F6CA1908A2D6486D52C1CF45591ED53, VertexPath_GetClosestPointOnPath_mF16F2ECDD7C0D53412B1CD0BA52A622559A306E0, VertexPath_GetClosestTimeOnPath_mD6DD7A5008427D58A652B3F14F59E66143011089, VertexPath_GetClosestDistanceAlongPath_mD2C010C35CFF65B1557F5EDF323D262FFEE83CAC, VertexPath_GetClosestIndexOnPath_m911D618208B0EBE5A9C1511B7ECC3C4176A3B2FA, VertexPath_GetPreviousIndexAtDistance_m035C3A4EEA5F2F9EC0F0ADE683D9B60CF9F63DAF, VertexPath_GetPreviousIndexAtTime_m91C4FF203C02CACE7FCBE1774049FB061D4E9A5B, VertexPath_CalculatePercentOnPathData_m94D6688F743C5E64E8FD4B02D5267BCE7EDD1AAD, VertexPath_CalculateClosestPointOnPathData_m9E9611D7EF6BCA55311C1FE5BDEC8B76E59E79CA, TimeOnPathData__ctor_mB95318A172EF7BD690D25CD7ACD7911327F92CB3, CubicBezierUtility_EvaluateCurve_m58E0B15F11A08479F82276151DA08D300BCEBBA4, CubicBezierUtility_EvaluateCurve_m981948AF6BDAD47902ACB903D1834FC639D0F305, CubicBezierUtility_EvaluateCurveDerivative_m40F11C8221D59360AFAEAA757D5518E4E9AB4F65, CubicBezierUtility_EvaluateCurveDerivative_m9284F094E5877EA1076FC9C27CB5E04E6DF017CB, CubicBezierUtility_EvaluateCurveSecondDerivative_mB0EE7836C29033D780C183515B2B4C52EEEF3772, CubicBezierUtility_EvaluateCurveSecondDerivative_m4FE810E12A62DE0E3AAA5C9C94AC62689F4E2EDA, CubicBezierUtility_Normal_mBBE47B13937735027EB5B75F4DDB7E2DD09400F4, CubicBezierUtility_Normal_m8A8BA5ECC0DADBB8311810A5334D7A1DE6CEBFF2, CubicBezierUtility_CalculateSegmentBounds_mEDB972AB636E376DECA4B6C13AB959E69B238AB1, CubicBezierUtility_SplitCurve_mD41BC8952892D6EB901AD9F61C0D24B5C59FB430, CubicBezierUtility_EstimateCurveLength_m83EEB5ED0FCF557A6A13929A5E2B8482AA174AAF, CubicBezierUtility_ExtremePointTimes_m3EA3BB69862EDBA7643149CDA4A5F99CEEFA3C0F, CubicBezierUtility_StationaryPointTimes_mB94B0F94D434FBF82ACCF90DECE2227AA8E63CBE, MathUtility_LockTransformToSpace_mE39BDFCEE99E9F33D3BAEA0350D42783361D2659, MathUtility_TransformPoint_m54EF4DA26D03B5733784BC8F74A7C60B6E4E77E1, MathUtility_InverseTransformPoint_m86B30F2C92E36160AA092275B1CAE3B0AC900A82, MathUtility_TransformVector_mBDABDE8E468BF945016BC53BFE274681CFBFBF83, MathUtility_InverseTransformVector_m76EBCEA5AD476FDE9F50D07FDBD1275181626031, MathUtility_TransformDirection_mEE95B8A52E969E442B13377C653F7DA8F45A70A2, MathUtility_InverseTransformDirection_mE42D4EB4C748BAEA0E96C6A4E37C6A09FD0E8B4B, MathUtility_LineSegmentsIntersect_m68A173E51187E39839B8AF74CEFC63B33456A87C, MathUtility_LinesIntersect_mD6F891CBA56C495C6DB5FAF1B4BA7A0311BAAE9D, MathUtility_PointOfLineLineIntersection_m1BFEC22C3564B6AD2FE6C441685BDA6CE0B61D05, MathUtility_ClosestPointOnLineSegment_m6FB91BD718A8E49150EA095F1E14A615910E5AE2, MathUtility_ClosestPointOnLineSegment_m91FE4376DB3ABF8456D77334AE4CE521F2E9875B, MathUtility_SideOfLine_mEAEB6CB442FDDAF72CC131092674AD917A648577, MathUtility_MinAngle_mEFEC46BD8724EFF3748910635C2E9A823F985657, MathUtility_PointInTriangle_m6A3CE5579DC9CD98BEDE6FD3DE508C946CD8C045, MathUtility_PointsAreClockwise_m1C081EA783F73B5F012B5A7521ADA68DD0F5F29C, MathUtility_AssignOriginalsFromTransform_m195A000B47DD289E0DA46544BA048AEC2C14632B, MathUtility_AssignOriginalsToTransform_m36865283BF460653877F3F67727FF03D5F5E7090, VertexPathUtility_SplitBezierPathByAngleError_m5108709215A79A8E667208E49CF622E11D309CE1, VertexPathUtility_SplitBezierPathEvenly_m63AB7E25556014FE7F620BEC43FA23E9DE9A72E4, PathSplitData__ctor_m7934402391C6F3997802376D1D55DED6149B63A0, GeneratePathExample_Start_m79D85FB3EB44ECCAE96EC150FC407B634A98710B, GeneratePathExample__ctor_mF243BA101EBEB57DEA3C8CC05800933DA38CD75F, PathFollower_Start_m830C0BFCABBCA894396A76ACE93AE7281461472C, PathFollower_Update_m10B642E5267C797CDF6F19087F81F7A927F81AB2, PathFollower_OnPathChanged_mE088B03A0293D1F043F7FB3DF6B90CC9EE351DFC, PathFollower__ctor_m04AD6D6DD3E8176F85532D173B5823C0A5A85D3F, PathPlacer_Generate_mE1D69D4AF351B7743813479A7C63AE8AD27B0FE0, PathPlacer_DestroyObjects_m58392F33DEDF67C7993B151FBA7669919888352A, PathPlacer_PathUpdated_m78B16E17FE27B7C7AC5865EC698F91753551A037, PathPlacer__ctor_mBFF4C8BE6E750C95398E3557E6874DB931844EAB, PathSceneTool_add_onDestroyed_m8613354D93E6ACCC845FEDE895C89C373831400B, PathSceneTool_remove_onDestroyed_m2E2AA42D2D6D62720D34C034C80AEB4B90D1B3B2, PathSceneTool_get_path_m315F23E048286DE88F1A835769D4187B1B0A87F8, PathSceneTool_OnEnable_m365B009210A9C6F9C75C279EB5D3C8A1A7479518, PathSceneTool_OnDisable_mAC2E74946562B2C0DF3AF97B108809B2E08AB45A, PathSceneTool_TriggerUpdate_m42583E8BC16275A31D7E871DDAEA92D1771DBCD3, PathSceneTool_OnDestroy_m7595EC630E564FE88E13C400D36DB29DE35C1816, NULL, PathSceneTool__ctor_m033CB530668E69C2FB4FE940E5AAA17A068B3F42, PathSpawner_Start_m4FE03E9EEB1D6E7D1F3862B980E5DCCA821B2D18, PathSpawner__ctor_m93AC4873BB393D2B147725BB91B93E73BB928FA9, RoadMeshCreator_PathUpdated_m9C75E2D588416ADDD0E347E89FCD152FD6A6BF65, RoadMeshCreator_CreateRoadMesh_m48F33E576A11CEBA9FCCCB50E2A2B46B6056252C, RoadMeshCreator_AssignMeshComponents_m6AFD5134227C14241624E4B2A4E83A354972AF7C, RoadMeshCreator_AssignMaterials_mEB618FD001F66459FD056C799B45702FCE3F881D, RoadMeshCreator__ctor_mEC12D7DF0061C2117EEDC8D02AA48FF8C160B99D, }; extern void TimeOnPathData__ctor_mB95318A172EF7BD690D25CD7ACD7911327F92CB3_AdjustorThunk (void); static Il2CppTokenAdjustorThunkPair s_adjustorThunks[1] = { { 0x0600006C, TimeOnPathData__ctor_mB95318A172EF7BD690D25CD7ACD7911327F92CB3_AdjustorThunk }, }; static const int32_t s_InvokerIndices[168] = { 4326, 4326, 1768, 1686, 1686, 1686, 1694, 4092, 4092, 1660, 5155, 5155, 5155, 5155, 4307, 5098, 4249, 5155, 4307, 5225, 4372, 1769, 4411, 1771, 4307, 4249, 3858, 1660, 2869, 5098, 4249, 5225, 4372, 3972, 2446, 5262, 5096, 5262, 4307, 5262, 4307, 5262, 4307, 5262, 3579, 5262, 8480, 5262, 4099, 4096, 4099, 5262, 5258, 4411, 5258, 4411, 5262, 4411, 4326, 4326, 5175, 5175, 4326, 5262, 4249, 5175, 5262, 5262, 4326, 4326, 4326, 4326, 4249, 2704, 2704, 5175, 4326, 3867, 5262, 5262, 5262, 5262, 5262, 641, 1716, 1713, 4326, 5155, 4092, 4092, 4092, 2233, 2233, 2233, 2183, 2233, 2233, 2233, 2183, 4100, 3975, 3975, 3655, 2063, 2063, 2742, 4717, 1646, 7507, 5911, 7507, 5911, 7507, 5911, 7507, 5911, 6050, 7365, 6367, 6359, 6761, 7618, 6844, 6844, 6844, 6844, 6844, 6844, 6106, 6106, 6384, 6841, 6847, 6678, 6793, 6106, 7822, 8303, 8303, 5885, 6750, 5262, 5262, 5262, 5262, 5262, 5262, 5262, 5262, 5262, 5262, 5262, 4326, 4326, 5175, 5262, 5262, 5262, 5262, 5262, 5262, 5262, 5262, 5262, 5262, 5262, 5262, 5262, }; extern const CustomAttributesCacheGenerator g_PathCreator_AttributeGenerators[]; IL2CPP_EXTERN_C const Il2CppCodeGenModule g_PathCreator_CodeGenModule; const Il2CppCodeGenModule g_PathCreator_CodeGenModule = { "PathCreator.dll", 168, s_methodPointers, 1, s_adjustorThunks, s_InvokerIndices, 0, NULL, 0, NULL, 0, NULL, NULL, g_PathCreator_AttributeGenerators, NULL, // module initializer, NULL, NULL, NULL, };