mirror of
https://github.com/Kizuren/SynthMaze.git
synced 2026-01-09 16:09:01 +01:00
28481 lines
1.3 MiB
28481 lines
1.3 MiB
#include "pch-cpp.hpp"
|
|
|
|
#ifndef _MSC_VER
|
|
# include <alloca.h>
|
|
#else
|
|
# include <malloc.h>
|
|
#endif
|
|
|
|
|
|
#include <limits>
|
|
|
|
|
|
template <typename T1>
|
|
struct VirtualActionInvoker1
|
|
{
|
|
typedef void (*Action)(void*, T1, const RuntimeMethod*);
|
|
|
|
static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
|
|
((Action)invokeData.methodPtr)(obj, p1, invokeData.method);
|
|
}
|
|
};
|
|
template <typename 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);
|
|
}
|
|
};
|
|
|
|
// System.Action`1<UnityEngine.Font>
|
|
struct Action_1_tD91E4D0ED3C2E385D3BDD4B3EA48B5F99D39F1DC;
|
|
// System.Action`1<System.Int32>
|
|
struct Action_1_tD69A6DC9FBE94131E52F5A73B2A9D4AB51EEC404;
|
|
// System.Action`1<TMPro.TMP_TextInfo>
|
|
struct Action_1_tB93AB717F9D419A1BEC832FF76E74EAA32184CC1;
|
|
// System.Action`2<System.Int32,System.Int32>
|
|
struct Action_2_tD7438462601D3939500ED67463331FE00CFFBDB8;
|
|
// System.Collections.Generic.Dictionary`2<System.Int32,System.Int32>
|
|
struct Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180;
|
|
// System.Collections.Generic.Dictionary`2<System.UInt32,UnityEngine.TextCore.Glyph>
|
|
struct Dictionary_2_tC61348D10610A6B3D7B65102D82AC3467D59EAA7;
|
|
// System.Collections.Generic.Dictionary`2<System.UInt32,TMPro.TMP_Character>
|
|
struct Dictionary_2_tCB5FEF8D6CEA1557D9B9BA25946AD6BF3E6C14D0;
|
|
// System.Func`3<System.Int32,System.String,TMPro.TMP_FontAsset>
|
|
struct Func_3_tC721DF8CDD07ED66A4833A19A2ED2302608C906C;
|
|
// System.Func`3<System.Int32,System.String,TMPro.TMP_SpriteAsset>
|
|
struct Func_3_t6F6D9932638EA1A5A45303C6626C818C25D164E5;
|
|
// System.Collections.Generic.HashSet`1<System.Int32>
|
|
struct HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2;
|
|
// System.Collections.Generic.HashSet`1<System.UInt32>
|
|
struct HashSet_1_t5DD20B42149A11AEBF12A75505306E6EFC34943A;
|
|
// System.Collections.Generic.List`1<UnityEngine.CanvasGroup>
|
|
struct List_1_t2CDCA768E7F493F5EDEBC75AEB200FD621354E35;
|
|
// System.Collections.Generic.List`1<UnityEngine.GameObject>
|
|
struct List_1_tB951CE80B58D1BF9650862451D8DAD8C231F207B;
|
|
// System.Collections.Generic.List`1<UnityEngine.TextCore.Glyph>
|
|
struct List_1_t95DB74B8EE315F8F92B7B96D93C901C8C3F6FE2C;
|
|
// System.Collections.Generic.List`1<UnityEngine.TextCore.GlyphRect>
|
|
struct List_1_t425D3A455811E316D2DF73E46CF9CD90A4341C1B;
|
|
// System.Collections.Generic.List`1<Pathfinding.GraphNode>
|
|
struct List_1_tFFD15BEE5A463816F03AD5239859E32F4C228B59;
|
|
// System.Collections.Generic.List`1<Pathfinding.IPathModifier>
|
|
struct List_1_t942307E6491535C222375071452B86EBA636C4CD;
|
|
// System.Collections.Generic.List`1<System.Object>
|
|
struct List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D;
|
|
// System.Collections.Generic.List`1<TMPro.TMP_Character>
|
|
struct List_1_tCE1ACAA0C2736A7797B2C134895298CAB10BEB5E;
|
|
// System.Collections.Generic.List`1<TMPro.TMP_FontAsset>
|
|
struct List_1_t06C3ABB0C6F2347B32881E33D154431EADAE3ECF;
|
|
// System.Collections.Generic.List`1<TMPro.TMP_Glyph>
|
|
struct List_1_tAB7976FADCF872E418770E60783056C23394843D;
|
|
// System.Collections.Generic.List`1<System.UInt32>
|
|
struct List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A;
|
|
// System.Collections.Generic.List`1<UnityEngine.Vector3>
|
|
struct List_1_t77B94703E05C519A9010DD0614F757F974E1CD8B;
|
|
// System.Collections.Generic.List`1<TMPro.TMP_Dropdown/DropdownItem>
|
|
struct List_1_tA7EEECF976A6B4957450A4D235070C9324ED1A97;
|
|
// TMPro.TweenRunner`1<TMPro.FloatTween>
|
|
struct TweenRunner_1_tF277B20625C8B1939DC85508C4679C690757395E;
|
|
// UnityEngine.UI.CoroutineTween.TweenRunner`1<UnityEngine.UI.CoroutineTween.ColorTween>
|
|
struct TweenRunner_1_t5BB0582F926E75E2FE795492679A6CF55A4B4BC4;
|
|
// UnityEngine.Events.UnityAction`1<System.Object>
|
|
struct UnityAction_1_t9C30BCD020745BF400CBACF22C6F34ADBA2DDA6A;
|
|
// UnityEngine.Events.UnityAction`1<System.String>
|
|
struct UnityAction_1_t690494F0E492A2098660E28B8EB7D71B2C69BE1B;
|
|
// UnityEngine.Events.UnityEvent`1<System.Object>
|
|
struct UnityEvent_1_t3CE03B42D5873C0C0E0692BEE72E1E6D5399F205;
|
|
// UnityEngine.Events.UnityEvent`1<UnityEngine.SpriteRenderer>
|
|
struct UnityEvent_1_t8ABE5544759145B8D7A09F1C54FFCB6907EDD56E;
|
|
// UnityEngine.Events.UnityEvent`1<System.String>
|
|
struct UnityEvent_1_tC9859540CF1468306CAB6D758C0A0D95DBCEC257;
|
|
// UnityEngine.Events.UnityEvent`2<System.Char,System.Int32>
|
|
struct UnityEvent_2_tE1EF7CBD9965CD9466B63C1AD8FB3661A30C25B3;
|
|
// UnityEngine.Events.UnityEvent`3<System.Object,System.Int32,System.Int32>
|
|
struct UnityEvent_3_tD7E14BDD38F12B63EFECBD1604C666F9AF100EAA;
|
|
// UnityEngine.Events.UnityEvent`3<System.Object,System.Object,System.Int32>
|
|
struct UnityEvent_3_tCE934710A8225E2574DC47F0C89DD63B7324C18F;
|
|
// UnityEngine.Events.UnityEvent`3<System.String,System.Int32,System.Int32>
|
|
struct UnityEvent_3_t5EE2DC870C12CB60384C5FCBB0DAD36392E701AD;
|
|
// UnityEngine.Events.UnityEvent`3<System.String,System.String,System.Int32>
|
|
struct UnityEvent_3_t978FAA968D1FEECACADDD0969B822861FA0C6622;
|
|
// TMPro.TMP_TextProcessingStack`1<System.Int32>[]
|
|
struct TMP_TextProcessingStack_1U5BU5D_t08293E0BB072311BB96170F351D1083BCA97B9B2;
|
|
// System.Byte[]
|
|
struct ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031;
|
|
// System.Char[]
|
|
struct CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB;
|
|
// UnityEngine.Collider2D[]
|
|
struct Collider2DU5BU5D_t4771A44B23D278BC01AB6ED33A9A28E48DC0B034;
|
|
// UnityEngine.Color32[]
|
|
struct Color32U5BU5D_t38116C3E91765C4C5726CE12C77FAD7F9F737259;
|
|
// UnityEngine.ContactPoint2D[]
|
|
struct ContactPoint2DU5BU5D_t427621BF8902AE33C86E7BF384D9B2B5B781F949;
|
|
// System.Decimal[]
|
|
struct DecimalU5BU5D_t93BA0C88FA80728F73B792EE1A5199D0C060B615;
|
|
// System.Delegate[]
|
|
struct DelegateU5BU5D_tC5AB7E8F745616680F337909D3A8E6C722CDF771;
|
|
// TMPro.FontWeight[]
|
|
struct FontWeightU5BU5D_t2A406B5BAB0DD0F06E7F1773DB062E4AF98067BA;
|
|
// TMPro.HighlightState[]
|
|
struct HighlightStateU5BU5D_tA878A0AF1F4F52882ACD29515AADC277EE135622;
|
|
// TMPro.HorizontalAlignmentOptions[]
|
|
struct HorizontalAlignmentOptionsU5BU5D_t4D185662282BFB910D8B9A8199E91578E9422658;
|
|
// System.Int32[]
|
|
struct Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C;
|
|
// System.IntPtr[]
|
|
struct IntPtrU5BU5D_tFD177F8C806A6921AD7150264CCC62FA00CAD832;
|
|
// UnityEngine.Material[]
|
|
struct MaterialU5BU5D_t2B1D11C42DB07A4400C0535F92DBB87A2E346D3D;
|
|
// TMPro.MaterialReference[]
|
|
struct MaterialReferenceU5BU5D_t7491D335AB3E3E13CE9C0F5E931F396F6A02E1F2;
|
|
// System.Object[]
|
|
struct ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918;
|
|
// TMPro.RichTextTagAttribute[]
|
|
struct RichTextTagAttributeU5BU5D_t5816316EFD8F59DBC30B9F88E15828C564E47B6D;
|
|
// UnityEngine.UI.Selectable[]
|
|
struct SelectableU5BU5D_t4160E135F02A40F75A63F787D36F31FEC6FE91A9;
|
|
// System.Single[]
|
|
struct SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C;
|
|
// System.Diagnostics.StackTrace[]
|
|
struct StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF;
|
|
// System.String[]
|
|
struct StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248;
|
|
// TMPro.TMP_CharacterInfo[]
|
|
struct TMP_CharacterInfoU5BU5D_t297D56FCF66DAA99D8FEA7C30F9F3926902C5B99;
|
|
// TMPro.TMP_ColorGradient[]
|
|
struct TMP_ColorGradientU5BU5D_t2F65E8C42F268DFF33BB1392D94BCF5B5087308A;
|
|
// TMPro.TMP_FontWeightPair[]
|
|
struct TMP_FontWeightPairU5BU5D_t0A3A5955F13FEB2F7329D81BA157110DB99F9F37;
|
|
// TMPro.TMP_LineInfo[]
|
|
struct TMP_LineInfoU5BU5D_tE485ECF6A7A96441C72B53D75E7A5A5461A2CA0E;
|
|
// TMPro.TMP_LinkInfo[]
|
|
struct TMP_LinkInfoU5BU5D_tE11BE54A5923BD2148E716289F44EA465E06536E;
|
|
// TMPro.TMP_MeshInfo[]
|
|
struct TMP_MeshInfoU5BU5D_t3549EA3B9F542558E0DB1EDFAB98C612FE4231D7;
|
|
// TMPro.TMP_PageInfo[]
|
|
struct TMP_PageInfoU5BU5D_tE3DAAA8E2E9147F97C424A9034F677A516E8DAF9;
|
|
// TMPro.TMP_SubMesh[]
|
|
struct TMP_SubMeshU5BU5D_t48FE70F8537594C6446E85588EB5D69635194CB9;
|
|
// TMPro.TMP_SubMeshUI[]
|
|
struct TMP_SubMeshUIU5BU5D_tC77B263183A59A75345C26152457207EAC3BBF29;
|
|
// TMPro.TMP_WordInfo[]
|
|
struct TMP_WordInfoU5BU5D_tD1759E5A84DCCCD42B718D79E953E72A432BB4DC;
|
|
// UnityEngine.Texture2D[]
|
|
struct Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191;
|
|
// System.Type[]
|
|
struct TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB;
|
|
// UnityEngine.UIVertex[]
|
|
struct UIVertexU5BU5D_tBC532486B45D071A520751A90E819C77BA4E3D2F;
|
|
// System.UInt32[]
|
|
struct UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA;
|
|
// UnityEngine.Vector2[]
|
|
struct Vector2U5BU5D_tFEBBC94BCC6C9C88277BA04047D2B3FDB6ED7FDA;
|
|
// UnityEngine.Vector3[]
|
|
struct Vector3U5BU5D_tFF1859CCE176131B909E2044F76443064254679C;
|
|
// UnityEngine.WaitForSeconds[]
|
|
struct WaitForSecondsU5BU5D_t2A9038ECB6E643745AEF2AD9A4F7FFD3D272186E;
|
|
// TMPro.WordWrapState[]
|
|
struct WordWrapStateU5BU5D_t473D59C9DBCC949CE72EF1EB471CBA152A6CEAC9;
|
|
// TMPro.TMP_Text/UnicodeChar[]
|
|
struct UnicodeCharU5BU5D_t67F27D09F8EB28D2C42DFF16FE60054F157012F5;
|
|
// Pathfinding.AIBase
|
|
struct AIBase_t6F37563B5BCFAE844B1938EEB022B2EED8635EC5;
|
|
// Pathfinding.AIPath
|
|
struct AIPath_t2E3FAF42B0674CE8C4F7178BCBCEB2F0B0AD32A8;
|
|
// System.Action
|
|
struct Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07;
|
|
// Aleksei
|
|
struct Aleksei_t280569A24333DAEDAECB8ADA24EDE720F1153AD0;
|
|
// AlekseiAutomaticDoor
|
|
struct AlekseiAutomaticDoor_tC7B41CA8CB5C02E6C661F3251EB85299CA8FE2DC;
|
|
// AlekseiHealthBar
|
|
struct AlekseiHealthBar_t79B8F5D14CA32B068761264FFCF476C4402ABCD0;
|
|
// Ali
|
|
struct Ali_tF62EAA8C857226D373422D276B8C8CEFE1580E32;
|
|
// AliAutomaticDoor
|
|
struct AliAutomaticDoor_tE238322FBCEE1DB7A157DB55BA3D16B84E98BA14;
|
|
// AliHealthBar
|
|
struct AliHealthBar_tB5C4E11C5C2A19946910A5F477D7DD87C158BAF2;
|
|
// UnityEngine.UI.AnimationTriggers
|
|
struct AnimationTriggers_tA0DC06F89C5280C6DD972F6F4C8A56D7F4F79074;
|
|
// UnityEngine.Animator
|
|
struct Animator_t8A52E42AE54F76681838FE9E632683EF3952E883;
|
|
// System.AsyncCallback
|
|
struct AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C;
|
|
// UnityEngine.AudioSource
|
|
struct AudioSource_t871AC2272F896738252F04EE949AEF5B241D3299;
|
|
// Pathfinding.AutoRepathPolicy
|
|
struct AutoRepathPolicy_t3965E2D39B57E4801FE942D6E357D395ABC68A42;
|
|
// UnityEngine.EventSystems.BaseRaycaster
|
|
struct BaseRaycaster_t7DC8158FD3CA0193455344379DD5FF7CD5F1F832;
|
|
// TMPro.Examples.Benchmark01
|
|
struct Benchmark01_t5B476C61575B5B6B64FA318EE0B32114E702DD5D;
|
|
// TMPro.Examples.Benchmark01_UGUI
|
|
struct Benchmark01_UGUI_t7DF9DF96E75AF6072B851B638B90BD76FEE0EFD7;
|
|
// TMPro.Examples.Benchmark02
|
|
struct Benchmark02_t4F19F4C449CC8F7FAAED31A6C1D03F4192B3C7E8;
|
|
// TMPro.Examples.Benchmark03
|
|
struct Benchmark03_t20465BC4BB859B19BA37877E83DC8946576C359D;
|
|
// TMPro.Examples.Benchmark04
|
|
struct Benchmark04_t10F8FE01330047EC5B83FE59EE23381CD2BE2F01;
|
|
// System.Reflection.Binder
|
|
struct Binder_t91BFCE95A7057FADF4D8A1A342AFE52872246235;
|
|
// BirdBoss
|
|
struct BirdBoss_t3A1202F672EAC48F5A2DB72AA5B31459ACEA750C;
|
|
// BirdBossAutomaticDoor
|
|
struct BirdBossAutomaticDoor_t278C5223818E754E2AF92EB6630AB065A7078013;
|
|
// BirdBossHealthBar
|
|
struct BirdBossHealthBar_tD8DF656F3AB220340FF1967DBA91D368E426E92F;
|
|
// BulletAli
|
|
struct BulletAli_tE455FAC26C0415294783E0262583465A4F2E4333;
|
|
// BulletAng
|
|
struct BulletAng_tFC16BEEEE2C709ACDF0F93DD931E61BA3AD79037;
|
|
// BulletCon
|
|
struct BulletCon_tA1F4067BF0690B9FF99F7814A33E0481868CD865;
|
|
// BulletHam
|
|
struct BulletHam_t118295D89506A0DAF47C071040CFF6A4B98E30C0;
|
|
// BulletKim
|
|
struct BulletKim_tDDD7A85A163ED463385F3EDB91BD17069E0766AB;
|
|
// BulletNugget
|
|
struct BulletNugget_t948264ED1EB31D25E0304C36FB5E8359D0FC698A;
|
|
// UnityEngine.Camera
|
|
struct Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184;
|
|
// TMPro.Examples.CameraController
|
|
struct CameraController_t7E0AA7DC0B482A31CC3D60F6032912FE8B581DA8;
|
|
// UnityEngine.Canvas
|
|
struct Canvas_t2DB4CEFDFF732884866C83F11ABF75F5AE8FFB26;
|
|
// UnityEngine.CanvasRenderer
|
|
struct CanvasRenderer_tAB9A55A976C4E3B2B37D0CE5616E5685A8B43860;
|
|
// UnityEngine.CharacterController
|
|
struct CharacterController_t847C1A2719F60547D7D6077B648D6CE2D1EF3A6A;
|
|
// CharacterController2D
|
|
struct CharacterController2D_tD2C50F840BF7B04C01AD8DBDCE9B580803684EC5;
|
|
// ChatController
|
|
struct ChatController_t21BE953E1D5ADF0BA9F3B03C205203CADDC64C15;
|
|
// Claudia
|
|
struct Claudia_t3B4385E120AF691D3F79244D4E34948D7E440335;
|
|
// UnityEngine.Collider2D
|
|
struct Collider2D_t6A17BA7734600EF3F26588E9ED903617D5B8EB52;
|
|
// UnityEngine.Collision2D
|
|
struct Collision2D_t81E83212C969FDDE2AB84EBCA31502818EEAB85B;
|
|
// UnityEngine.Component
|
|
struct Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3;
|
|
// UnityEngine.Coroutine
|
|
struct Coroutine_t85EA685566A254C23F3FD77AB5BDFFFF8799596B;
|
|
// System.DelegateData
|
|
struct DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E;
|
|
// DiePlayer
|
|
struct DiePlayer_tC3FD49BA07F27A2A252F774A55F19EB8DB51F100;
|
|
// DropdownSample
|
|
struct DropdownSample_tCE5EBEBD2E880BDC4DF110CCD08388269E021100;
|
|
// Enemy
|
|
struct Enemy_t10DB314C96B1CE78B8D967CD3B39F05126409BBB;
|
|
// EnemyDeath
|
|
struct EnemyDeath_t7BC723C142E66F33CFDA14BEFD015F44FC65033B;
|
|
// EnemyGFX
|
|
struct EnemyGFX_tA18523A651AD87E2BC8B16AE6F361E40C4E46676;
|
|
// EnvMapAnimator
|
|
struct EnvMapAnimator_tFBDB01D5863979E446E8FF4A3A9C1EA6933D38DB;
|
|
// UnityEngine.Event
|
|
struct Event_tEBC6F24B56CE22B9C9AD1AC6C24A6B83BC3860CB;
|
|
// UnityEngine.EventSystems.EventSystem
|
|
struct EventSystem_t61C51380B105BE9D2C39C4F15B7E655659957707;
|
|
// TMPro.FaceInfo_Legacy
|
|
struct FaceInfo_Legacy_t23B118EFD5AB7162515ABF18C0212DF155CCF7B8;
|
|
// Firnschliff
|
|
struct Firnschliff_t10763D693AFFD85CD0B8094B4526E1445DA3325C;
|
|
// UnityEngine.Font
|
|
struct Font_tC95270EA3198038970422D78B74A7F2E218A96B6;
|
|
// UnityEngine.UI.FontData
|
|
struct FontData_tB8E562846C6CB59C43260F69AE346B9BF3157224;
|
|
// UnityEngine.GameObject
|
|
struct GameObject_t76FEDD663AB33C991A9C9A23129337651094216F;
|
|
// Pathfinding.GraphNode
|
|
struct GraphNode_t95E96E7408290ADAA41F999EB8311CD5356A238A;
|
|
// UnityEngine.UI.Graphic
|
|
struct Graphic_tCBFCA4585A19E2B75465AECFEAC43F4016BF7931;
|
|
// System.IAsyncResult
|
|
struct IAsyncResult_t7B9B5A0ECB35DCEC31B8A8122C37D687369253B5;
|
|
// System.Collections.IDictionary
|
|
struct IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220;
|
|
// System.Collections.IEnumerator
|
|
struct IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA;
|
|
// Pathfinding.Util.IMovementPlane
|
|
struct IMovementPlane_t1223AE38D4AC8DF9E3BCD2ACCF06E5CBA45484F7;
|
|
// UnityEngine.EventSystems.IScrollHandler
|
|
struct IScrollHandler_t762CB73017D561E11CF6759ED9FD8C9F24B3D13F;
|
|
// TMPro.ITextPreprocessor
|
|
struct ITextPreprocessor_tDBB49C8B68D7B80E8D233B9D9666C43981EFAAB9;
|
|
// Pathfinding.ITraversalProvider
|
|
struct ITraversalProvider_t474AA0687BE15276ECA6110D88A03BFFED8340A2;
|
|
// UnityEngine.UI.Image
|
|
struct Image_tBC1D03F63BF71132E9A5E472B8742F172A011E7E;
|
|
// UnityEngine.Events.InvokableCallList
|
|
struct InvokableCallList_t309E1C8C7CE885A0D2F98C84CEA77A8935688382;
|
|
// Justin
|
|
struct Justin_t0D390F6CEA78DA46A451C80DD2FA2928EAC3D574;
|
|
// TMPro.KerningTable
|
|
struct KerningTable_t040C3FE3B519B12AADE1C5B00628581551D5AB6B;
|
|
// Kimberley
|
|
struct Kimberley_t317DD93F6C0908A201808B55F26F226B8BE0F663;
|
|
// UnityEngine.UI.LayoutElement
|
|
struct LayoutElement_tB1F24CC11AF4AA87015C8D8EE06D22349C5BF40A;
|
|
// UnityEngine.UI.LayoutGroup
|
|
struct LayoutGroup_t32417833C700E77EDFA7C20034DAFD26604E05CE;
|
|
// Marc
|
|
struct Marc_t496C7D9DB27E8B598F0A1E81A3369594A780986D;
|
|
// UnityEngine.Material
|
|
struct Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3;
|
|
// System.Reflection.MemberFilter
|
|
struct MemberFilter_tF644F1AE82F611B677CE1964D5A3277DDA21D553;
|
|
// UnityEngine.Mesh
|
|
struct Mesh_t6D9C539763A09BC2B12AEAEF36F6DFFC98AE63D4;
|
|
// UnityEngine.MeshFilter
|
|
struct MeshFilter_t6D1CE2473A1E45AC73013400585A1163BF66B2F5;
|
|
// System.Reflection.MethodInfo
|
|
struct MethodInfo_t;
|
|
// UnityEngine.MonoBehaviour
|
|
struct MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71;
|
|
// Pathfinding.NNConstraint
|
|
struct NNConstraint_tFFCC140E8D37F8EE7521E04FB8B3EAC85F927DB5;
|
|
// Niko
|
|
struct Niko_t289A792A1F8261E2D57C422B5D136FD721E21DCF;
|
|
// System.NotSupportedException
|
|
struct NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A;
|
|
// UnityEngine.Object
|
|
struct Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C;
|
|
// Pathfinding.OnPathDelegate
|
|
struct OnPathDelegate_tBC5D616171AC6FA3DFA2083777FDA787D35047D4;
|
|
// Pathfinding.Path
|
|
struct Path_tF8373A11D8EE16052CE8F7D66EB9D74E17EE8F7A;
|
|
// Pathfinding.PathHandler
|
|
struct PathHandler_tA1D5AE20432988B79E3C0A8927BF0196C96CC638;
|
|
// Pathfinding.Util.PathInterpolator
|
|
struct PathInterpolator_t21CD37B2C14C176C9D66D8BB95A9E675975A123B;
|
|
// Pathfinding.PathNode
|
|
struct PathNode_t5C7712AE42F73061C0F102F1EF4DA106B3440C1A;
|
|
// UnityEngine.Events.PersistentCallGroup
|
|
struct PersistentCallGroup_tB826EDF15DC80F71BCBCD8E410FD959A04C33F25;
|
|
// UnityEngine.EventSystems.PointerEventData
|
|
struct PointerEventData_t9670F3C7D823CCB738A1604C72A1EB90292396FB;
|
|
// UnityEngine.UI.RectMask2D
|
|
struct RectMask2D_tACF92BE999C791A665BD1ADEABF5BCEB82846670;
|
|
// UnityEngine.RectTransform
|
|
struct RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5;
|
|
// UnityEngine.Renderer
|
|
struct Renderer_t320575F223BCB177A982E5DDB5DB19FAA89E7FBF;
|
|
// UnityEngine.Rigidbody
|
|
struct Rigidbody_t268697F5A994213ED97393309870968BC1C7393C;
|
|
// UnityEngine.Rigidbody2D
|
|
struct Rigidbody2D_tBEBE9523CF4448544085AF46BF7E10AA499F320F;
|
|
// System.Runtime.Serialization.SafeSerializationManager
|
|
struct SafeSerializationManager_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6;
|
|
// SceneFader
|
|
struct SceneFader_t41A0B4278C6BCDB89DEB66C032DF3623F7693E70;
|
|
// UnityEngine.UI.Scrollbar
|
|
struct Scrollbar_t7CDC9B956698D9385A11E4C12964CD51477072C3;
|
|
// Pathfinding.Seeker
|
|
struct Seeker_t6FEA42FECA98333BE993B3BBFB7BBC08AC65D441;
|
|
// UnityEngine.UI.Selectable
|
|
struct Selectable_t3251808068A17B8E92FB33590A4C2FA66D456712;
|
|
// UnityEngine.Shader
|
|
struct Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692;
|
|
// UnityEngine.Sprite
|
|
struct Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99;
|
|
// UnityEngine.SpriteRenderer
|
|
struct SpriteRenderer_t1DD7FE258F072E1FA87D6577BA27225892B8047B;
|
|
// Pathfinding.StartEndModifier
|
|
struct StartEndModifier_t69365942D4D0908748A6405B017F6B0C341028F7;
|
|
// System.String
|
|
struct String_t;
|
|
// TMPro.TMP_Character
|
|
struct TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35;
|
|
// TMPro.TMP_ColorGradient
|
|
struct TMP_ColorGradient_t17B51752B4E9499A1FF7D875DCEC1D15A0F4AEBB;
|
|
// TMPro.TMP_DigitValidator
|
|
struct TMP_DigitValidator_t1C162B062ED9C2BB89E448EAA6D43CC4B82D4B14;
|
|
// TMPro.TMP_Dropdown
|
|
struct TMP_Dropdown_t73B37BFDA0D005451C7B750938AFB1748E5EA504;
|
|
// TMPro.TMP_FontAsset
|
|
struct TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160;
|
|
// TMPro.TMP_FontFeatureTable
|
|
struct TMP_FontFeatureTable_t726A09E64FDF682A8FFE294BB6CFE7747F6C40EA;
|
|
// TMPro.TMP_InputField
|
|
struct TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F;
|
|
// TMPro.TMP_InputValidator
|
|
struct TMP_InputValidator_t3429AF61284AE19180C3FB81C0C7D2F90165EA98;
|
|
// TMPro.TMP_PhoneNumberValidator
|
|
struct TMP_PhoneNumberValidator_t0746D23F4BE9695B737D9997BCD6A3B3F916B48C;
|
|
// TMPro.TMP_ScrollbarEventHandler
|
|
struct TMP_ScrollbarEventHandler_t84C389ED6800977DAEA8C025E18C9F3321888F4D;
|
|
// TMPro.TMP_SpriteAnimator
|
|
struct TMP_SpriteAnimator_t2E0F016A61CA343E3222FF51E7CF0E53F9F256E4;
|
|
// TMPro.TMP_SpriteAsset
|
|
struct TMP_SpriteAsset_t81F779E6F705CE190DC0D1F93A954CB8B1774B39;
|
|
// TMPro.TMP_Style
|
|
struct TMP_Style_tA9E5B1B35EBFE24EF980CEA03251B638282E120C;
|
|
// TMPro.TMP_StyleSheet
|
|
struct TMP_StyleSheet_t70C71699F5CB2D855C361DBB78A44C901236C859;
|
|
// TMPro.TMP_Text
|
|
struct TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9;
|
|
// TMPro.TMP_TextElement
|
|
struct TMP_TextElement_t262A55214F712D4274485ABE5676E5254B84D0A5;
|
|
// TMPro.TMP_TextEventHandler
|
|
struct TMP_TextEventHandler_t1B20EF196557E1AC0E6AB6AACFA95740CC17A333;
|
|
// TMPro.TMP_TextInfo
|
|
struct TMP_TextInfo_t09A8E906329422C3F0C059876801DD695B8D524D;
|
|
// UnityEngine.UI.Text
|
|
struct Text_tD60B2346DAA6666BF0D822FF607F0B220C2B9E62;
|
|
// TMPro.TextContainer
|
|
struct TextContainer_t949A6EBEE5C8832723E73D8D3DCF4C8D0B3D7F3C;
|
|
// UnityEngine.TextGenerator
|
|
struct TextGenerator_t85D00417640A53953556C01F9D4E7DDE1ABD8FEC;
|
|
// UnityEngine.TextMesh
|
|
struct TextMesh_t7E1981C7B03E50D5CA5A3AD5B0D9BB0AB6EE91F8;
|
|
// TMPro.TextMeshPro
|
|
struct TextMeshPro_t4560AB28A3EAF503895A781A9C625273D833270E;
|
|
// TMPro.Examples.TextMeshProFloatingText
|
|
struct TextMeshProFloatingText_t833773B79A4826E78EDF2799C157B0EC3ACACB31;
|
|
// TMPro.TextMeshProUGUI
|
|
struct TextMeshProUGUI_t101091AF4B578BB534C92E9D1EEAF0611636D957;
|
|
// UnityEngine.Texture2D
|
|
struct Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4;
|
|
// UnityEngine.TouchScreenKeyboard
|
|
struct TouchScreenKeyboard_tE87B78A3DAED69816B44C99270A734682E093E7A;
|
|
// UnityEngine.Transform
|
|
struct Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1;
|
|
// System.Type
|
|
struct Type_t;
|
|
// UnityEngine.Events.UnityAction
|
|
struct UnityAction_t11A1F3B953B365C072A5DCC32677EE1796A962A7;
|
|
// UnityEngine.UI.VertexHelper
|
|
struct VertexHelper_tB905FCB02AE67CBEE5F265FE37A5938FC5D136FE;
|
|
// System.Void
|
|
struct Void_t4861ACF8F4594C3437BB48B6E56783494B843915;
|
|
// UnityEngine.WaitForEndOfFrame
|
|
struct WaitForEndOfFrame_tE38D80923E3F8380069B423968C25ABE50A46663;
|
|
// UnityEngine.WaitForSeconds
|
|
struct WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3;
|
|
// UnityEngine.WaitForSecondsRealtime
|
|
struct WaitForSecondsRealtime_tA8CE0AAB4B0C872B843E7973637037D17682BA01;
|
|
// Zoltan
|
|
struct Zoltan_t9BB7971A3F5BE25CD8BE2991AA7512E6D4B8057C;
|
|
// Aleksei/<Attack>d__45
|
|
struct U3CAttackU3Ed__45_t7EEEA56BE3E94DACD44E72E16522BF80CA0FF8F9;
|
|
// Aleksei/<BulletAttacked>d__51
|
|
struct U3CBulletAttackedU3Ed__51_t6464024B1130F5A958055F4C06B41743EC185733;
|
|
// Aleksei/<ColAttack>d__46
|
|
struct U3CColAttackU3Ed__46_t4CE51E41D22BA968BC21D446A1ED073AB39FBFDB;
|
|
// Aleksei/<DamageAnimation>d__47
|
|
struct U3CDamageAnimationU3Ed__47_t33471CE9E459A74A668888F6131E508813FB56C6;
|
|
// Aleksei/<Encourage>d__50
|
|
struct U3CEncourageU3Ed__50_tC0E6828D6A25D76B219DF60923BB41D896F63F5C;
|
|
// Aleksei/<Music>d__52
|
|
struct U3CMusicU3Ed__52_tB7937D669D1DA6ADF8B3585C58055F554C25317D;
|
|
// Aleksei/<SlowDown>d__49
|
|
struct U3CSlowDownU3Ed__49_t3B3927657A0E5DA67C19D391DF015ED466F1AA2D;
|
|
// Aleksei/<Wait>d__48
|
|
struct U3CWaitU3Ed__48_t2818D250483AD5D719CBBA7008B8F8485FC4DC8D;
|
|
// AlekseiAutomaticDoor/<StopDoor>d__4
|
|
struct U3CStopDoorU3Ed__4_t4FFB83447AF943E7DF55FFDDC124E02DBD993218;
|
|
// Ali/<Attack>d__47
|
|
struct U3CAttackU3Ed__47_tD025EE74A7847A4A5DC1408940D89FC8DE127031;
|
|
// Ali/<BulletAttacked>d__54
|
|
struct U3CBulletAttackedU3Ed__54_t8C2703C7141738FF52922C0729C5CD1B1D19C7DE;
|
|
// Ali/<ColAttack>d__49
|
|
struct U3CColAttackU3Ed__49_t29BF8A791A4F0BF372BDB1936E6ACE5D17EE70C0;
|
|
// Ali/<DamageAnimation>d__50
|
|
struct U3CDamageAnimationU3Ed__50_tBE59A3D318B94A57C63701ACCE31B4DBA69F20BA;
|
|
// Ali/<Encourage>d__53
|
|
struct U3CEncourageU3Ed__53_t63885BD89F4982FAB1FAF0E042EB86A2925AA25D;
|
|
// Ali/<Music>d__55
|
|
struct U3CMusicU3Ed__55_t08178C88924BA738B65441BA7F887793637C84C2;
|
|
// Ali/<SlowDown>d__52
|
|
struct U3CSlowDownU3Ed__52_t52B6AE342C8D2F5C893A0F64A9F1004AEAA1A34D;
|
|
// Ali/<SwordAttack>d__48
|
|
struct U3CSwordAttackU3Ed__48_t04C9BC821EA6C89326694BA8750D54785F671CF3;
|
|
// Ali/<Wait>d__51
|
|
struct U3CWaitU3Ed__51_t81CA4BBACFA19618E8CE2DF5D385B52223B7094D;
|
|
// AliAutomaticDoor/<StopDoor>d__4
|
|
struct U3CStopDoorU3Ed__4_tAA16A9049F044D3CC8453919A99F9CD5BAFD39F0;
|
|
// TMPro.Examples.Benchmark01/<Start>d__10
|
|
struct U3CStartU3Ed__10_tB81FF4C98E539AF1EEA095D6A6C11409A26E7819;
|
|
// TMPro.Examples.Benchmark01_UGUI/<Start>d__10
|
|
struct U3CStartU3Ed__10_t06713955D554742C727996BE112A81AD0BCF3D00;
|
|
// BirdBoss/<Attack>d__38
|
|
struct U3CAttackU3Ed__38_t541AA3EB7882FFEC43DB8718862F2C47CDEC4F7A;
|
|
// BirdBoss/<BulletAttacked>d__41
|
|
struct U3CBulletAttackedU3Ed__41_t5BF69329E11E18B1106E7DAEA3F4F2B620971479;
|
|
// BirdBoss/<DamageAnimation>d__39
|
|
struct U3CDamageAnimationU3Ed__39_t82DA31A95EA25CDB3FA669BCB786C3BFD0D8C2EA;
|
|
// BirdBoss/<Encourage>d__40
|
|
struct U3CEncourageU3Ed__40_t1B2AC2A5A0A6648E08F335113822FAEAF7C26B5E;
|
|
// BirdBoss/<Music>d__42
|
|
struct U3CMusicU3Ed__42_t9EEAA140C1B356D6B532CDE33B54F6D9CF9F13E1;
|
|
// BirdBossAutomaticDoor/<StopDoor>d__4
|
|
struct U3CStopDoorU3Ed__4_t734E57A73151FD7BF9F6A4B82B07C6F4A3F14730;
|
|
// UnityEngine.Camera/CameraCallback
|
|
struct CameraCallback_t844E527BFE37BC0495E7F67993E43C07642DA9DD;
|
|
// UnityEngine.Canvas/WillRenderCanvases
|
|
struct WillRenderCanvases_tA4A6E66DBA797DCB45B995DBA449A9D1D80D0FBC;
|
|
// Claudia/<Attack>d__27
|
|
struct U3CAttackU3Ed__27_t52A4B7D31F728FDEF71E0B7B1745E551E4DD5CE5;
|
|
// Claudia/<BulletAttacked>d__28
|
|
struct U3CBulletAttackedU3Ed__28_tABA8E0C071F9F822C9430063C885778A41B50A3D;
|
|
// EnvMapAnimator/<Start>d__4
|
|
struct U3CStartU3Ed__4_t7AF0F1ABA8D3AE9575A02603D2DC2137FA816557;
|
|
// Firnschliff/<Attack>d__24
|
|
struct U3CAttackU3Ed__24_tF446122B8C55986281BE30FD5AFDA14E2E0EEF47;
|
|
// Firnschliff/<BulletAttacked>d__27
|
|
struct U3CBulletAttackedU3Ed__27_tE70C1DF205F8367EEF76F9435B80BA124844F55E;
|
|
// Firnschliff/<DamageAnimation>d__25
|
|
struct U3CDamageAnimationU3Ed__25_t669760AC93AF6CA9FC280546BAAB6FA5937D5ED4;
|
|
// Firnschliff/<Wait>d__26
|
|
struct U3CWaitU3Ed__26_tB24F19E5FBE1EA890F5534E6759E792B337FA6C2;
|
|
// UnityEngine.Font/FontTextureRebuildCallback
|
|
struct FontTextureRebuildCallback_t76D5E172DF8AA57E67763D453AAC40F0961D09B1;
|
|
// Kimberley/<Attack>d__32
|
|
struct U3CAttackU3Ed__32_t69902BB0831F3F0EEE018B50E28D1C909E94C070;
|
|
// Kimberley/<BulletAttacked>d__34
|
|
struct U3CBulletAttackedU3Ed__34_t79CE420FD5CAE00AC1C74CFD44F2E753B03E47A1;
|
|
// Kimberley/<Wait>d__33
|
|
struct U3CWaitU3Ed__33_t481B2AB4ED887ABE4C09065906639129295C86E3;
|
|
// Marc/<Attack>d__32
|
|
struct U3CAttackU3Ed__32_t1B837AE2B029630E76B649DDD5AFC91D31134221;
|
|
// Marc/<BulletAttacked>d__34
|
|
struct U3CBulletAttackedU3Ed__34_t9F878E2E09338F59641B3E90D6B490DEA7B84F11;
|
|
// Marc/<Wait>d__33
|
|
struct U3CWaitU3Ed__33_t911EE9E7D48321D7861C829FF8362D4B15DCF7D8;
|
|
// UnityEngine.UI.MaskableGraphic/CullStateChangedEvent
|
|
struct CullStateChangedEvent_t6073CD0D951EC1256BF74B8F9107D68FC89B99B8;
|
|
// Niko/<Attack>d__24
|
|
struct U3CAttackU3Ed__24_tB0A4257A175CB6FFFF8D9F84FB9233161EB93B83;
|
|
// Niko/<BulletAttacked>d__27
|
|
struct U3CBulletAttackedU3Ed__27_t57C55B9429346E41FC52A83C64E57300AD4BD441;
|
|
// Niko/<DamageAnimation>d__25
|
|
struct U3CDamageAnimationU3Ed__25_t8B3754ED2B2F58921BF61A0EC7EDDDEE48F75BE5;
|
|
// Niko/<Wait>d__26
|
|
struct U3CWaitU3Ed__26_t0D08BB0B63CF382D5507BB0A16F15A7B39752E5B;
|
|
// UnityEngine.RectTransform/ReapplyDrivenProperties
|
|
struct ReapplyDrivenProperties_t3482EA130A01FF7EE2EEFE37F66A5215D08CFE24;
|
|
// UnityEngine.UI.Scrollbar/ScrollEvent
|
|
struct ScrollEvent_tDDBE21D44D65DF069C54FE3ACF7668D976E6BBB6;
|
|
// TMPro.TMP_Dropdown/DropdownEvent
|
|
struct DropdownEvent_tFD4609E80240BC887A6D31F9F3C252A8A6843E91;
|
|
// TMPro.TMP_Dropdown/OptionData
|
|
struct OptionData_tFDFBCB4A5FB860E95AE46FDAC112DB4140A8525E;
|
|
// TMPro.TMP_Dropdown/OptionDataList
|
|
struct OptionDataList_tF66EA4801BFA499F010E6EFF89ED760BF4F0BEE1;
|
|
// TMPro.TMP_InputField/OnChangeEvent
|
|
struct OnChangeEvent_tDBB13012ABF81899E4DFDD82258EB7E9BB7A9F1D;
|
|
// TMPro.TMP_InputField/OnValidateInput
|
|
struct OnValidateInput_t88ECDC5C12A807AF2A5761369563B0FAA6A25530;
|
|
// TMPro.TMP_InputField/SelectionEvent
|
|
struct SelectionEvent_t8FC75B869F70C9F0BF13390AD0237AD310511119;
|
|
// TMPro.TMP_InputField/SubmitEvent
|
|
struct SubmitEvent_tF7E2843B6A79D94B8EEEA259707F77BD1773B500;
|
|
// TMPro.TMP_InputField/TextSelectionEvent
|
|
struct TextSelectionEvent_t6C496DAA6DAF01754C27C58A94A5FBA562BA9401;
|
|
// TMPro.TMP_InputField/TouchScreenKeyboardEvent
|
|
struct TouchScreenKeyboardEvent_tB9BEBEF5D6F2B52547EF3861FF437AC25BC06AF1;
|
|
// TMPro.TMP_TextEventHandler/CharacterSelectionEvent
|
|
struct CharacterSelectionEvent_t5D7AF67F47A37175CF8615AD66DEC4A0AA021392;
|
|
// TMPro.TMP_TextEventHandler/LineSelectionEvent
|
|
struct LineSelectionEvent_t526120C6113E0638913B951E3D1D7B1CF94F0880;
|
|
// TMPro.TMP_TextEventHandler/LinkSelectionEvent
|
|
struct LinkSelectionEvent_t5CE74F742D231580ED2C810ECE394E1A2BC81B3D;
|
|
// TMPro.TMP_TextEventHandler/SpriteSelectionEvent
|
|
struct SpriteSelectionEvent_t770551D2973013622C464E817FA74D53BCD4FD95;
|
|
// TMPro.TMP_TextEventHandler/WordSelectionEvent
|
|
struct WordSelectionEvent_t340E6006406B5E90F7190C56218E8F7E3712945E;
|
|
|
|
IL2CPP_EXTERN_C RuntimeClass* Aleksei_t280569A24333DAEDAECB8ADA24EDE720F1153AD0_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Ali_tF62EAA8C857226D373422D276B8C8CEFE1580E32_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* BirdBoss_t3A1202F672EAC48F5A2DB72AA5B31459ACEA750C_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* CharacterSelectionEvent_t5D7AF67F47A37175CF8615AD66DEC4A0AA021392_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* DiePlayer_tC3FD49BA07F27A2A252F774A55F19EB8DB51F100_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Enemy_t10DB314C96B1CE78B8D967CD3B39F05126409BBB_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Firnschliff_t10763D693AFFD85CD0B8094B4526E1445DA3325C_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Font_tC95270EA3198038970422D78B74A7F2E218A96B6_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* GameObject_t76FEDD663AB33C991A9C9A23129337651094216F_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Kimberley_t317DD93F6C0908A201808B55F26F226B8BE0F663_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* LineSelectionEvent_t526120C6113E0638913B951E3D1D7B1CF94F0880_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* LinkSelectionEvent_t5CE74F742D231580ED2C810ECE394E1A2BC81B3D_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* MainMenu_t5A8A8E4906FD2B24D16567A6BFFDAA6B91DD12DF_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Marc_t496C7D9DB27E8B598F0A1E81A3369594A780986D_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Niko_t289A792A1F8261E2D57C422B5D136FD721E21DCF_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* OnPathDelegate_tBC5D616171AC6FA3DFA2083777FDA787D35047D4_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Pause_tBA95B8E0340B28796AF51B491AF0D3EEC1F06DD7_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Physics2D_t64C0DB5246067DAC2E83A52558A0AC68AF3BE94D_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* PlayerMovement_t4A0A0A8C937BC1D4FC570D1B5B50847338423351_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* SpriteSelectionEvent_t770551D2973013622C464E817FA74D53BCD4FD95_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* String_t_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* TMP_TextUtilities_tD7ED516E31C2AA0EB607D587C0BB0FE71A8BB934_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Type_t_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* U3CAttackU3Ed__24_tB0A4257A175CB6FFFF8D9F84FB9233161EB93B83_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* U3CAttackU3Ed__24_tF446122B8C55986281BE30FD5AFDA14E2E0EEF47_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* U3CAttackU3Ed__27_t52A4B7D31F728FDEF71E0B7B1745E551E4DD5CE5_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* U3CAttackU3Ed__32_t1B837AE2B029630E76B649DDD5AFC91D31134221_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* U3CAttackU3Ed__32_t69902BB0831F3F0EEE018B50E28D1C909E94C070_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* U3CAttackU3Ed__38_t541AA3EB7882FFEC43DB8718862F2C47CDEC4F7A_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* U3CAttackU3Ed__45_t7EEEA56BE3E94DACD44E72E16522BF80CA0FF8F9_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* U3CAttackU3Ed__47_tD025EE74A7847A4A5DC1408940D89FC8DE127031_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* U3CBulletAttackedU3Ed__27_t57C55B9429346E41FC52A83C64E57300AD4BD441_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* U3CBulletAttackedU3Ed__27_tE70C1DF205F8367EEF76F9435B80BA124844F55E_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* U3CBulletAttackedU3Ed__28_tABA8E0C071F9F822C9430063C885778A41B50A3D_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* U3CBulletAttackedU3Ed__34_t79CE420FD5CAE00AC1C74CFD44F2E753B03E47A1_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* U3CBulletAttackedU3Ed__34_t9F878E2E09338F59641B3E90D6B490DEA7B84F11_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* U3CBulletAttackedU3Ed__41_t5BF69329E11E18B1106E7DAEA3F4F2B620971479_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* U3CBulletAttackedU3Ed__51_t6464024B1130F5A958055F4C06B41743EC185733_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* U3CBulletAttackedU3Ed__54_t8C2703C7141738FF52922C0729C5CD1B1D19C7DE_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* U3CColAttackU3Ed__46_t4CE51E41D22BA968BC21D446A1ED073AB39FBFDB_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* U3CColAttackU3Ed__49_t29BF8A791A4F0BF372BDB1936E6ACE5D17EE70C0_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* U3CDamageAnimationU3Ed__25_t669760AC93AF6CA9FC280546BAAB6FA5937D5ED4_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* U3CDamageAnimationU3Ed__25_t8B3754ED2B2F58921BF61A0EC7EDDDEE48F75BE5_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* U3CDamageAnimationU3Ed__39_t82DA31A95EA25CDB3FA669BCB786C3BFD0D8C2EA_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* U3CDamageAnimationU3Ed__47_t33471CE9E459A74A668888F6131E508813FB56C6_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* U3CDamageAnimationU3Ed__50_tBE59A3D318B94A57C63701ACCE31B4DBA69F20BA_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* U3CEncourageU3Ed__40_t1B2AC2A5A0A6648E08F335113822FAEAF7C26B5E_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* U3CEncourageU3Ed__50_tC0E6828D6A25D76B219DF60923BB41D896F63F5C_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* U3CEncourageU3Ed__53_t63885BD89F4982FAB1FAF0E042EB86A2925AA25D_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* U3CMusicU3Ed__42_t9EEAA140C1B356D6B532CDE33B54F6D9CF9F13E1_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* U3CMusicU3Ed__52_tB7937D669D1DA6ADF8B3585C58055F554C25317D_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* U3CMusicU3Ed__55_t08178C88924BA738B65441BA7F887793637C84C2_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* U3CSlowDownU3Ed__49_t3B3927657A0E5DA67C19D391DF015ED466F1AA2D_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* U3CSlowDownU3Ed__52_t52B6AE342C8D2F5C893A0F64A9F1004AEAA1A34D_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* U3CStartU3Ed__10_t06713955D554742C727996BE112A81AD0BCF3D00_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* U3CStartU3Ed__10_tB81FF4C98E539AF1EEA095D6A6C11409A26E7819_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* U3CStartU3Ed__4_t7AF0F1ABA8D3AE9575A02603D2DC2137FA816557_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* U3CStopDoorU3Ed__4_t4FFB83447AF943E7DF55FFDDC124E02DBD993218_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* U3CStopDoorU3Ed__4_t734E57A73151FD7BF9F6A4B82B07C6F4A3F14730_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* U3CStopDoorU3Ed__4_tAA16A9049F044D3CC8453919A99F9CD5BAFD39F0_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* U3CSwordAttackU3Ed__48_t04C9BC821EA6C89326694BA8750D54785F671CF3_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* U3CWaitU3Ed__26_t0D08BB0B63CF382D5507BB0A16F15A7B39752E5B_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* U3CWaitU3Ed__26_tB24F19E5FBE1EA890F5534E6759E792B337FA6C2_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* U3CWaitU3Ed__33_t481B2AB4ED887ABE4C09065906639129295C86E3_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* U3CWaitU3Ed__33_t911EE9E7D48321D7861C829FF8362D4B15DCF7D8_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* U3CWaitU3Ed__48_t2818D250483AD5D719CBBA7008B8F8485FC4DC8D_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* U3CWaitU3Ed__51_t81CA4BBACFA19618E8CE2DF5D385B52223B7094D_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* UnityAction_1_t690494F0E492A2098660E28B8EB7D71B2C69BE1B_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* WordSelectionEvent_t340E6006406B5E90F7190C56218E8F7E3712945E_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral000A577FA6F1044FCB37680E918D59D0DA3E7DDA;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral008F6E1BE2B28B633406A8328A0C886C24DD0A51;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral00B28FF06B788B9B67C6B259800F404F9F3761FD;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral0A5B75A180F8485D63D34FF1F4EDF6699CD0E2E0;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral0EF911B4E5C5A3E63DAB6CEA449EF637C363EF9B;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral13CED75BBB7DCAD57996F7422897CAF3E454AA29;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral15196F05B117690F3E12E56AA0C43803EA0D2A46;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral16DD21BE77B115D392226EB71A2D3A9FDC29E3F0;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral17CF05962AC1AC77CD4B5247CC6311690D8DAFE5;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral20E4282ED5D053581F550B962017BAD511D3B593;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral223CA56814CE64D5CFDB92BD828F5C0263182384;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral3783D62DA544C4A10F6775DC60E5A763AA9BED1B;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral3B2C1C62D4D1C2A0C8A9AC42DB00D33C654F9AD0;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral508450355DF2A5BB172C6D21A5C54D7806587D91;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral526343302592D286EDDC6AF17EA051AF37BE4D22;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral55F097B2603C69F9353B2AE824F1FE43E6B46F87;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral75A94EE44309525CF46FB9C022ED6E9EFAC8B506;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral7A65EFC5BB52048E35B0D3E2214BCF8CE116440A;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral876C4B39B6E4D0187090400768899C71D99DE90D;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral87EC9E6B1D53FB72E3610EE8D1FBACA5F8D07BB0;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral88BEE283254D7094E258B3A88730F4CC4F1E4AC7;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral8FE94193A3EF39943F898714AC9062F7EBD96279;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral9053A871E348B471F5A5207CA639DA03B33AC315;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral960E5E7F211EFF3243DF14EDD1901DC9EF314D62;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral9A7E77DB84E1908153085B0037B2757EFD9E6B67;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral9C311850C974AD222115D59D4F9F42F19002BA4B;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral9D329ACFC4F7EECCB821A7FEF99A0F23E1C721B7;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralA3DFC0C77ACADE0EE48DCC73E795A597D0270A73;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralB90AEB71EEF73D732FF86A926D89C87006CD9ADF;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralBA1039E8CDAE53E44AC3E6185B0871F3D031A476;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralBCB0D16199887E37F909DAF76D05B31B82328C6A;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralC087E631060AB76B7C814C0E1B92D5C7C4C4B924;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralC20F010AEFDFB4CFFE6A6B3B418ED00D432B1C03;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralC307A6AA53A901DED3039EE47F98C72B9160E490;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralC56D8B760DA0CEC01983ED455FA2F4F6D226A0D7;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralC81D4815798A03842AAC413360D527A2550FDA1A;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralCAF8804297181FF007CA835529DD4477CFD94A70;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralCED30D471F9ECB011896E4C24680A6982ECBCAFE;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralD579F97F4A33C344330AED1285CC5B545618BC19;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralDECFB8F380101725B06EAE2D3F983211A277171C;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralEA4794204F92E72456A88E6C1E39E92A22DA8333;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralEF516EC7240CA160FD729299C926B5EDB246658A;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralF359E6DDFFFF3D8B034D057E57DBD8ABA4ED7FFC;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralFAE74549D07FE5D38BE375A2E20B9E26944AC372;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralFC6687DC37346CD2569888E29764F727FAF530E0;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Aleksei_OnPathComplete_m699F7376B8F12209D3228FB2C475E900B64249DB_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Ali_OnPathComplete_mFE47DF181F743B1907DB556A690A3E528F51F900_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* BirdBoss_OnPathComplete_m488EEED4C9E8F45E40B89B3A77E6F9D8DC1807DC_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ChatController_AddToChatOutput_m9AB8FA8A32EA23F2E55795D8301ED0BF6A59F722_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Claudia_OnPathComplete_m8E3CB0B29D5D28B59C04A320D509574546750E44_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponentInChildren_TisAnimator_t8A52E42AE54F76681838FE9E632683EF3952E883_mDB9FC26B94B8EE9CF1F88BFEC75DF06CC2E3A000_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponent_TisRenderer_t320575F223BCB177A982E5DDB5DB19FAA89E7FBF_mC91ACC92AD57CA6CA00991DAF1DB3830BCE07AF8_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponent_TisRigidbody2D_tBEBE9523CF4448544085AF46BF7E10AA499F320F_m0712B7A9DBBAE2C319B4B03394E7731B86FACBF2_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponent_TisSeeker_t6FEA42FECA98333BE993B3BBFB7BBC08AC65D441_m179FE34C9BA1E2ADE08520ABE3281BCB187FD629_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponent_TisSpriteRenderer_t1DD7FE258F072E1FA87D6577BA27225892B8047B_m6181F10C09FC1650DAE0EF2308D344A2F170AA45_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponent_TisTMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9_m0C4C5268B54C7097888C6B109527A680772EBCB5_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* GameObject_AddComponent_TisCanvas_t2DB4CEFDFF732884866C83F11ABF75F5AE8FFB26_m13C85FD585C0679530F8B35D0B39D965702FD0F5_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* GameObject_AddComponent_TisTextMeshProFloatingText_t833773B79A4826E78EDF2799C157B0EC3ACACB31_m3DBA7F56D8D880227B1D70FAA3DF6988A4EE69F1_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* GameObject_AddComponent_TisTextMeshProUGUI_t101091AF4B578BB534C92E9D1EEAF0611636D957_m15E50057DA76710B136ADF4E7CA55A463D9DA3EB_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* GameObject_AddComponent_TisTextMeshPro_t4560AB28A3EAF503895A781A9C625273D833270E_mD3BE0A75BBE971456A1D7C8C6F6688A094A81C9C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* GameObject_AddComponent_TisTextMesh_t7E1981C7B03E50D5CA5A3AD5B0D9BB0AB6EE91F8_mFAD74D91BCACF9C3FAE6960EB58D5C346DDBD9C2_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* GameObject_AddComponent_TisText_tD60B2346DAA6666BF0D822FF607F0B220C2B9E62_mFECE312B08FC5FD0A081E51ACA01FAEFD6B841A9_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* GameObject_GetComponentInParent_TisCanvas_t2DB4CEFDFF732884866C83F11ABF75F5AE8FFB26_m0A41CB7A7F9A10FCC98D1C7B5799D57C2724D991_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* GameObject_GetComponent_TisTMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9_mA59A63181077B821132B53D44724D7F86C6FECB3_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Kimberley_OnPathComplete_m1B3E99ECCEB3CEBCDA83E834774E5F0EF1DDC109_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m46EEFFA770BE665EA0CB3A5332E941DA4B3C1D37_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m8F2E15FC96DA75186C51228128A0660709E4E810_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Marc_OnPathComplete_m1CB3B2D2B168C9B25BD283985082ED2E0EF1A2CE_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Object_Instantiate_TisGameObject_t76FEDD663AB33C991A9C9A23129337651094216F_m831D2F71DF2AA6C93AFDFEFA04CF2CFC5FBBCDB4_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Resources_Load_TisFont_tC95270EA3198038970422D78B74A7F2E218A96B6_m2B532BE5E14BE59B8F59F82BF8193EEEE249DC6D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Resources_Load_TisMaterial_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3_mC909CC888641BC8E1E29C8AB1C790C637C9B390E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CAttackU3Ed__24_System_Collections_IEnumerator_Reset_m0543051806B77AFDAC645670AD54C0FD8F47B7AC_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CAttackU3Ed__24_System_Collections_IEnumerator_Reset_mCD80D3C1CDE98C49019165B7A463C1929D1D3B3A_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CAttackU3Ed__27_System_Collections_IEnumerator_Reset_m25C73E340292FB8139D01D6CCFFC22F6F97BD840_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CAttackU3Ed__32_System_Collections_IEnumerator_Reset_m2C5552CDF23C8771C694176F4820FFCD24AACF0A_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CAttackU3Ed__32_System_Collections_IEnumerator_Reset_m716EB3BF384DE5A1596E1746B91BDF26211335D5_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CAttackU3Ed__38_System_Collections_IEnumerator_Reset_m96387BD9DF46FFF1E8676F0AB2A76B3BA872D749_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CAttackU3Ed__45_System_Collections_IEnumerator_Reset_m328E6E91618E72E8C95D34EB16BFAC7293A23B86_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CAttackU3Ed__47_System_Collections_IEnumerator_Reset_m20AF0B230572514409F6F7204BABB4DF37FA3464_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CBulletAttackedU3Ed__27_System_Collections_IEnumerator_Reset_m388C3DA05370699829201E899C14D6A3021F3358_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CBulletAttackedU3Ed__27_System_Collections_IEnumerator_Reset_mBA098D23432DA2AE3C5799F98A1C9981AAE8D028_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CBulletAttackedU3Ed__28_System_Collections_IEnumerator_Reset_m5DC4A2B6BA79D61E3C8E1454F131DEAAA54C9038_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CBulletAttackedU3Ed__34_System_Collections_IEnumerator_Reset_m3AA9D07EB2B3B831DC09E9E25D7DAB0671D20795_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CBulletAttackedU3Ed__34_System_Collections_IEnumerator_Reset_m85010021DD49D9BB86416FB1EBDA4E34AEA5C75E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CBulletAttackedU3Ed__41_System_Collections_IEnumerator_Reset_mC45ECFDA4956709A8605B4311672EAFCC820DDBD_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CBulletAttackedU3Ed__51_System_Collections_IEnumerator_Reset_m4C628DCBBA2038E6436DB914267D7C8655AEEF08_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CBulletAttackedU3Ed__54_System_Collections_IEnumerator_Reset_m5450397F83684EC2DCDB8EE65A84D8C672347EC3_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CColAttackU3Ed__46_System_Collections_IEnumerator_Reset_mB239FF467229236DF1C17EB326446E920C09B117_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CColAttackU3Ed__49_System_Collections_IEnumerator_Reset_m3E9FE2C535279FEBFE59971952480B00C53F5C2B_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CDamageAnimationU3Ed__25_System_Collections_IEnumerator_Reset_m8A69E19AB2D2AFEB41AE1AA02E2BEC166AA3FAE8_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CDamageAnimationU3Ed__25_System_Collections_IEnumerator_Reset_mE5891BE6DA94479F7F46482799CCD926C451B823_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CDamageAnimationU3Ed__39_System_Collections_IEnumerator_Reset_m9C94F3717C65A7CC614915A4442751BB625445D4_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CDamageAnimationU3Ed__47_System_Collections_IEnumerator_Reset_m545EADC00053FFA6190AC9E283E570A3F5410EDE_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CDamageAnimationU3Ed__50_System_Collections_IEnumerator_Reset_m790D41188F0FBAC02DB530ED82D74F8BE97DAF70_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CEncourageU3Ed__40_System_Collections_IEnumerator_Reset_m039F6D01443FDAA111B8628C8AC5FC423CF4C97C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CEncourageU3Ed__50_System_Collections_IEnumerator_Reset_m8BC9DA97352D65E287144BFC3CB191191715419A_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CEncourageU3Ed__53_System_Collections_IEnumerator_Reset_m8038FB80BC9D8BC703C7B8163800537DF954456C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CMusicU3Ed__42_System_Collections_IEnumerator_Reset_m4B76B3AE44772D509960C0C2006FF48ACF82A211_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CMusicU3Ed__52_System_Collections_IEnumerator_Reset_m05C91915EA109BBC6BE6CB79C5D077C36DFD8575_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CMusicU3Ed__55_System_Collections_IEnumerator_Reset_mDAE8E9081CDF613C40963C87EF08813C867E1CF4_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CSlowDownU3Ed__49_System_Collections_IEnumerator_Reset_m1BFC2D924F40F398D3485DBED4D4D71A171E014A_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CSlowDownU3Ed__52_System_Collections_IEnumerator_Reset_mD8068A7EBE7D3B97E0354DD202C47E71CF7665DF_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CStartU3Ed__10_System_Collections_IEnumerator_Reset_m553F892690ED74A33F57B1359743D31F8BB93C2A_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CStartU3Ed__10_System_Collections_IEnumerator_Reset_mC9F90586F057E3728D9F93BB0E12197C9B994EEA_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CStartU3Ed__4_System_Collections_IEnumerator_Reset_m3EF23BF40634D4262D8A2AE3DB14140FEFB4BF52_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CStopDoorU3Ed__4_System_Collections_IEnumerator_Reset_m0F11B430A5431B615FD21AA08A5157A7D810F459_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CStopDoorU3Ed__4_System_Collections_IEnumerator_Reset_m123B35ED87D3F6CD9842DC11F20F11AD3067924A_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CStopDoorU3Ed__4_System_Collections_IEnumerator_Reset_m84A88E7B8F588DB0D879D917CCAA89E0B65429D6_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CSwordAttackU3Ed__48_System_Collections_IEnumerator_Reset_m3DF5AD3012347E74DDACD22AA333A5B5662FFE4F_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CWaitU3Ed__26_System_Collections_IEnumerator_Reset_mC77DC9B97C7E264B641E226495C7F5C7FF745318_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CWaitU3Ed__26_System_Collections_IEnumerator_Reset_mCC844C8A0604D5AC0F35A79258A48E1064738B68_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CWaitU3Ed__33_System_Collections_IEnumerator_Reset_m0772A928AB87DDF93A65CEFBE6050E22A98E60A4_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CWaitU3Ed__33_System_Collections_IEnumerator_Reset_mA1C8479B9BFA6234767B06A0E0BF96B21CF40DA1_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CWaitU3Ed__48_System_Collections_IEnumerator_Reset_mE70CBBAC2AE23328D3DA9D9DFDD7E30A89FF3B3A_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CWaitU3Ed__51_System_Collections_IEnumerator_Reset_m2098ED1CF7DE0F655A3BF3BAD59BA2D9BC99A775_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEvent_1_AddListener_mEC384A8CFC5D4D41B62B08248A738CF61B82172F_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEvent_1_RemoveListener_m580353A1B030A82D1205B9BA94CF3484866C027F_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEvent_2_Invoke_m0491A8025093B0C329C5ACEBAB83DC6DE3CD0C3F_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEvent_2__ctor_mC75313448B2ABE238198CDD698EA81B87F379C61_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEvent_3_Invoke_m279F1BE667EB6AACD304BC58E7B39C09CE0E2D69_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEvent_3_Invoke_mA9B8756BF3A597179581D20E1EDC4ECAAC73F0F6_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEvent_3__ctor_m945E5A788027E4B7491C93E2ACBD523B5A8E1829_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEvent_3__ctor_mFE0002F38DAAC29805C09ACB9F397DE80F6CB7BC_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* Font_tC95270EA3198038970422D78B74A7F2E218A96B6_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* TextMeshProUGUI_t101091AF4B578BB534C92E9D1EEAF0611636D957_0_0_0_var;
|
|
struct ContactPoint2D_t16A7EE2DDFB4FA3A09C6554E11F30CEDAEBFA801;
|
|
struct Delegate_t_marshaled_com;
|
|
struct Delegate_t_marshaled_pinvoke;
|
|
struct Exception_t_marshaled_com;
|
|
struct Exception_t_marshaled_pinvoke;
|
|
|
|
struct CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB;
|
|
struct Collider2DU5BU5D_t4771A44B23D278BC01AB6ED33A9A28E48DC0B034;
|
|
struct StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248;
|
|
struct TMP_CharacterInfoU5BU5D_t297D56FCF66DAA99D8FEA7C30F9F3926902C5B99;
|
|
struct TMP_LineInfoU5BU5D_tE485ECF6A7A96441C72B53D75E7A5A5461A2CA0E;
|
|
struct TMP_LinkInfoU5BU5D_tE11BE54A5923BD2148E716289F44EA465E06536E;
|
|
struct TMP_WordInfoU5BU5D_tD1759E5A84DCCCD42B718D79E953E72A432BB4DC;
|
|
|
|
IL2CPP_EXTERN_C_BEGIN
|
|
IL2CPP_EXTERN_C_END
|
|
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
|
|
// System.Collections.Generic.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;
|
|
};
|
|
|
|
// UnityEngine.EventSystems.AbstractEventData
|
|
struct AbstractEventData_tAE1A127ED657117548181D29FFE4B1B14D8E67F7 : public RuntimeObject
|
|
{
|
|
// System.Boolean UnityEngine.EventSystems.AbstractEventData::m_Used
|
|
bool ___m_Used_0;
|
|
};
|
|
|
|
// System.Reflection.MemberInfo
|
|
struct MemberInfo_t : public RuntimeObject
|
|
{
|
|
};
|
|
|
|
// System.String
|
|
struct String_t : public RuntimeObject
|
|
{
|
|
// System.Int32 System.String::_stringLength
|
|
int32_t ____stringLength_4;
|
|
// System.Char System.String::_firstChar
|
|
Il2CppChar ____firstChar_5;
|
|
};
|
|
|
|
// TMPro.TMP_TextInfo
|
|
struct TMP_TextInfo_t09A8E906329422C3F0C059876801DD695B8D524D : public RuntimeObject
|
|
{
|
|
// TMPro.TMP_Text TMPro.TMP_TextInfo::textComponent
|
|
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* ___textComponent_2;
|
|
// System.Int32 TMPro.TMP_TextInfo::characterCount
|
|
int32_t ___characterCount_3;
|
|
// System.Int32 TMPro.TMP_TextInfo::spriteCount
|
|
int32_t ___spriteCount_4;
|
|
// System.Int32 TMPro.TMP_TextInfo::spaceCount
|
|
int32_t ___spaceCount_5;
|
|
// System.Int32 TMPro.TMP_TextInfo::wordCount
|
|
int32_t ___wordCount_6;
|
|
// System.Int32 TMPro.TMP_TextInfo::linkCount
|
|
int32_t ___linkCount_7;
|
|
// System.Int32 TMPro.TMP_TextInfo::lineCount
|
|
int32_t ___lineCount_8;
|
|
// System.Int32 TMPro.TMP_TextInfo::pageCount
|
|
int32_t ___pageCount_9;
|
|
// System.Int32 TMPro.TMP_TextInfo::materialCount
|
|
int32_t ___materialCount_10;
|
|
// TMPro.TMP_CharacterInfo[] TMPro.TMP_TextInfo::characterInfo
|
|
TMP_CharacterInfoU5BU5D_t297D56FCF66DAA99D8FEA7C30F9F3926902C5B99* ___characterInfo_11;
|
|
// TMPro.TMP_WordInfo[] TMPro.TMP_TextInfo::wordInfo
|
|
TMP_WordInfoU5BU5D_tD1759E5A84DCCCD42B718D79E953E72A432BB4DC* ___wordInfo_12;
|
|
// TMPro.TMP_LinkInfo[] TMPro.TMP_TextInfo::linkInfo
|
|
TMP_LinkInfoU5BU5D_tE11BE54A5923BD2148E716289F44EA465E06536E* ___linkInfo_13;
|
|
// TMPro.TMP_LineInfo[] TMPro.TMP_TextInfo::lineInfo
|
|
TMP_LineInfoU5BU5D_tE485ECF6A7A96441C72B53D75E7A5A5461A2CA0E* ___lineInfo_14;
|
|
// TMPro.TMP_PageInfo[] TMPro.TMP_TextInfo::pageInfo
|
|
TMP_PageInfoU5BU5D_tE3DAAA8E2E9147F97C424A9034F677A516E8DAF9* ___pageInfo_15;
|
|
// TMPro.TMP_MeshInfo[] TMPro.TMP_TextInfo::meshInfo
|
|
TMP_MeshInfoU5BU5D_t3549EA3B9F542558E0DB1EDFAB98C612FE4231D7* ___meshInfo_16;
|
|
// TMPro.TMP_MeshInfo[] TMPro.TMP_TextInfo::m_CachedMeshInfo
|
|
TMP_MeshInfoU5BU5D_t3549EA3B9F542558E0DB1EDFAB98C612FE4231D7* ___m_CachedMeshInfo_17;
|
|
};
|
|
|
|
// UnityEngine.Events.UnityEventBase
|
|
struct UnityEventBase_t4968A4C72559F35C0923E4BD9C042C3A842E1DB8 : public RuntimeObject
|
|
{
|
|
// UnityEngine.Events.InvokableCallList UnityEngine.Events.UnityEventBase::m_Calls
|
|
InvokableCallList_t309E1C8C7CE885A0D2F98C84CEA77A8935688382* ___m_Calls_0;
|
|
// UnityEngine.Events.PersistentCallGroup UnityEngine.Events.UnityEventBase::m_PersistentCalls
|
|
PersistentCallGroup_tB826EDF15DC80F71BCBCD8E410FD959A04C33F25* ___m_PersistentCalls_1;
|
|
// System.Boolean UnityEngine.Events.UnityEventBase::m_CallsDirty
|
|
bool ___m_CallsDirty_2;
|
|
};
|
|
|
|
// System.ValueType
|
|
struct ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F : public RuntimeObject
|
|
{
|
|
};
|
|
// Native definition for P/Invoke marshalling of System.ValueType
|
|
struct ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F_marshaled_pinvoke
|
|
{
|
|
};
|
|
// Native definition for COM marshalling of System.ValueType
|
|
struct ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F_marshaled_com
|
|
{
|
|
};
|
|
|
|
// UnityEngine.YieldInstruction
|
|
struct YieldInstruction_tFCE35FD0907950EFEE9BC2890AC664E41C53728D : public RuntimeObject
|
|
{
|
|
};
|
|
// Native definition for P/Invoke marshalling of UnityEngine.YieldInstruction
|
|
struct YieldInstruction_tFCE35FD0907950EFEE9BC2890AC664E41C53728D_marshaled_pinvoke
|
|
{
|
|
};
|
|
// Native definition for COM marshalling of UnityEngine.YieldInstruction
|
|
struct YieldInstruction_tFCE35FD0907950EFEE9BC2890AC664E41C53728D_marshaled_com
|
|
{
|
|
};
|
|
|
|
// Aleksei/<Attack>d__45
|
|
struct U3CAttackU3Ed__45_t7EEEA56BE3E94DACD44E72E16522BF80CA0FF8F9 : public RuntimeObject
|
|
{
|
|
// System.Int32 Aleksei/<Attack>d__45::<>1__state
|
|
int32_t ___U3CU3E1__state_0;
|
|
// System.Object Aleksei/<Attack>d__45::<>2__current
|
|
RuntimeObject* ___U3CU3E2__current_1;
|
|
// Aleksei Aleksei/<Attack>d__45::<>4__this
|
|
Aleksei_t280569A24333DAEDAECB8ADA24EDE720F1153AD0* ___U3CU3E4__this_2;
|
|
};
|
|
|
|
// Aleksei/<BulletAttacked>d__51
|
|
struct U3CBulletAttackedU3Ed__51_t6464024B1130F5A958055F4C06B41743EC185733 : public RuntimeObject
|
|
{
|
|
// System.Int32 Aleksei/<BulletAttacked>d__51::<>1__state
|
|
int32_t ___U3CU3E1__state_0;
|
|
// System.Object Aleksei/<BulletAttacked>d__51::<>2__current
|
|
RuntimeObject* ___U3CU3E2__current_1;
|
|
// Aleksei Aleksei/<BulletAttacked>d__51::<>4__this
|
|
Aleksei_t280569A24333DAEDAECB8ADA24EDE720F1153AD0* ___U3CU3E4__this_2;
|
|
};
|
|
|
|
// Aleksei/<ColAttack>d__46
|
|
struct U3CColAttackU3Ed__46_t4CE51E41D22BA968BC21D446A1ED073AB39FBFDB : public RuntimeObject
|
|
{
|
|
// System.Int32 Aleksei/<ColAttack>d__46::<>1__state
|
|
int32_t ___U3CU3E1__state_0;
|
|
// System.Object Aleksei/<ColAttack>d__46::<>2__current
|
|
RuntimeObject* ___U3CU3E2__current_1;
|
|
// Aleksei Aleksei/<ColAttack>d__46::<>4__this
|
|
Aleksei_t280569A24333DAEDAECB8ADA24EDE720F1153AD0* ___U3CU3E4__this_2;
|
|
};
|
|
|
|
// Aleksei/<DamageAnimation>d__47
|
|
struct U3CDamageAnimationU3Ed__47_t33471CE9E459A74A668888F6131E508813FB56C6 : public RuntimeObject
|
|
{
|
|
// System.Int32 Aleksei/<DamageAnimation>d__47::<>1__state
|
|
int32_t ___U3CU3E1__state_0;
|
|
// System.Object Aleksei/<DamageAnimation>d__47::<>2__current
|
|
RuntimeObject* ___U3CU3E2__current_1;
|
|
// Aleksei Aleksei/<DamageAnimation>d__47::<>4__this
|
|
Aleksei_t280569A24333DAEDAECB8ADA24EDE720F1153AD0* ___U3CU3E4__this_2;
|
|
};
|
|
|
|
// Aleksei/<Encourage>d__50
|
|
struct U3CEncourageU3Ed__50_tC0E6828D6A25D76B219DF60923BB41D896F63F5C : public RuntimeObject
|
|
{
|
|
// System.Int32 Aleksei/<Encourage>d__50::<>1__state
|
|
int32_t ___U3CU3E1__state_0;
|
|
// System.Object Aleksei/<Encourage>d__50::<>2__current
|
|
RuntimeObject* ___U3CU3E2__current_1;
|
|
// Aleksei Aleksei/<Encourage>d__50::<>4__this
|
|
Aleksei_t280569A24333DAEDAECB8ADA24EDE720F1153AD0* ___U3CU3E4__this_2;
|
|
};
|
|
|
|
// Aleksei/<Music>d__52
|
|
struct U3CMusicU3Ed__52_tB7937D669D1DA6ADF8B3585C58055F554C25317D : public RuntimeObject
|
|
{
|
|
// System.Int32 Aleksei/<Music>d__52::<>1__state
|
|
int32_t ___U3CU3E1__state_0;
|
|
// System.Object Aleksei/<Music>d__52::<>2__current
|
|
RuntimeObject* ___U3CU3E2__current_1;
|
|
// Aleksei Aleksei/<Music>d__52::<>4__this
|
|
Aleksei_t280569A24333DAEDAECB8ADA24EDE720F1153AD0* ___U3CU3E4__this_2;
|
|
};
|
|
|
|
// Aleksei/<SlowDown>d__49
|
|
struct U3CSlowDownU3Ed__49_t3B3927657A0E5DA67C19D391DF015ED466F1AA2D : public RuntimeObject
|
|
{
|
|
// System.Int32 Aleksei/<SlowDown>d__49::<>1__state
|
|
int32_t ___U3CU3E1__state_0;
|
|
// System.Object Aleksei/<SlowDown>d__49::<>2__current
|
|
RuntimeObject* ___U3CU3E2__current_1;
|
|
// Aleksei Aleksei/<SlowDown>d__49::<>4__this
|
|
Aleksei_t280569A24333DAEDAECB8ADA24EDE720F1153AD0* ___U3CU3E4__this_2;
|
|
};
|
|
|
|
// Aleksei/<Wait>d__48
|
|
struct U3CWaitU3Ed__48_t2818D250483AD5D719CBBA7008B8F8485FC4DC8D : public RuntimeObject
|
|
{
|
|
// System.Int32 Aleksei/<Wait>d__48::<>1__state
|
|
int32_t ___U3CU3E1__state_0;
|
|
// System.Object Aleksei/<Wait>d__48::<>2__current
|
|
RuntimeObject* ___U3CU3E2__current_1;
|
|
// Aleksei Aleksei/<Wait>d__48::<>4__this
|
|
Aleksei_t280569A24333DAEDAECB8ADA24EDE720F1153AD0* ___U3CU3E4__this_2;
|
|
};
|
|
|
|
// AlekseiAutomaticDoor/<StopDoor>d__4
|
|
struct U3CStopDoorU3Ed__4_t4FFB83447AF943E7DF55FFDDC124E02DBD993218 : public RuntimeObject
|
|
{
|
|
// System.Int32 AlekseiAutomaticDoor/<StopDoor>d__4::<>1__state
|
|
int32_t ___U3CU3E1__state_0;
|
|
// System.Object AlekseiAutomaticDoor/<StopDoor>d__4::<>2__current
|
|
RuntimeObject* ___U3CU3E2__current_1;
|
|
};
|
|
|
|
// Ali/<Attack>d__47
|
|
struct U3CAttackU3Ed__47_tD025EE74A7847A4A5DC1408940D89FC8DE127031 : public RuntimeObject
|
|
{
|
|
// System.Int32 Ali/<Attack>d__47::<>1__state
|
|
int32_t ___U3CU3E1__state_0;
|
|
// System.Object Ali/<Attack>d__47::<>2__current
|
|
RuntimeObject* ___U3CU3E2__current_1;
|
|
// Ali Ali/<Attack>d__47::<>4__this
|
|
Ali_tF62EAA8C857226D373422D276B8C8CEFE1580E32* ___U3CU3E4__this_2;
|
|
};
|
|
|
|
// Ali/<BulletAttacked>d__54
|
|
struct U3CBulletAttackedU3Ed__54_t8C2703C7141738FF52922C0729C5CD1B1D19C7DE : public RuntimeObject
|
|
{
|
|
// System.Int32 Ali/<BulletAttacked>d__54::<>1__state
|
|
int32_t ___U3CU3E1__state_0;
|
|
// System.Object Ali/<BulletAttacked>d__54::<>2__current
|
|
RuntimeObject* ___U3CU3E2__current_1;
|
|
// Ali Ali/<BulletAttacked>d__54::<>4__this
|
|
Ali_tF62EAA8C857226D373422D276B8C8CEFE1580E32* ___U3CU3E4__this_2;
|
|
};
|
|
|
|
// Ali/<ColAttack>d__49
|
|
struct U3CColAttackU3Ed__49_t29BF8A791A4F0BF372BDB1936E6ACE5D17EE70C0 : public RuntimeObject
|
|
{
|
|
// System.Int32 Ali/<ColAttack>d__49::<>1__state
|
|
int32_t ___U3CU3E1__state_0;
|
|
// System.Object Ali/<ColAttack>d__49::<>2__current
|
|
RuntimeObject* ___U3CU3E2__current_1;
|
|
// Ali Ali/<ColAttack>d__49::<>4__this
|
|
Ali_tF62EAA8C857226D373422D276B8C8CEFE1580E32* ___U3CU3E4__this_2;
|
|
};
|
|
|
|
// Ali/<DamageAnimation>d__50
|
|
struct U3CDamageAnimationU3Ed__50_tBE59A3D318B94A57C63701ACCE31B4DBA69F20BA : public RuntimeObject
|
|
{
|
|
// System.Int32 Ali/<DamageAnimation>d__50::<>1__state
|
|
int32_t ___U3CU3E1__state_0;
|
|
// System.Object Ali/<DamageAnimation>d__50::<>2__current
|
|
RuntimeObject* ___U3CU3E2__current_1;
|
|
// Ali Ali/<DamageAnimation>d__50::<>4__this
|
|
Ali_tF62EAA8C857226D373422D276B8C8CEFE1580E32* ___U3CU3E4__this_2;
|
|
};
|
|
|
|
// Ali/<Encourage>d__53
|
|
struct U3CEncourageU3Ed__53_t63885BD89F4982FAB1FAF0E042EB86A2925AA25D : public RuntimeObject
|
|
{
|
|
// System.Int32 Ali/<Encourage>d__53::<>1__state
|
|
int32_t ___U3CU3E1__state_0;
|
|
// System.Object Ali/<Encourage>d__53::<>2__current
|
|
RuntimeObject* ___U3CU3E2__current_1;
|
|
// Ali Ali/<Encourage>d__53::<>4__this
|
|
Ali_tF62EAA8C857226D373422D276B8C8CEFE1580E32* ___U3CU3E4__this_2;
|
|
};
|
|
|
|
// Ali/<Music>d__55
|
|
struct U3CMusicU3Ed__55_t08178C88924BA738B65441BA7F887793637C84C2 : public RuntimeObject
|
|
{
|
|
// System.Int32 Ali/<Music>d__55::<>1__state
|
|
int32_t ___U3CU3E1__state_0;
|
|
// System.Object Ali/<Music>d__55::<>2__current
|
|
RuntimeObject* ___U3CU3E2__current_1;
|
|
// Ali Ali/<Music>d__55::<>4__this
|
|
Ali_tF62EAA8C857226D373422D276B8C8CEFE1580E32* ___U3CU3E4__this_2;
|
|
};
|
|
|
|
// Ali/<SlowDown>d__52
|
|
struct U3CSlowDownU3Ed__52_t52B6AE342C8D2F5C893A0F64A9F1004AEAA1A34D : public RuntimeObject
|
|
{
|
|
// System.Int32 Ali/<SlowDown>d__52::<>1__state
|
|
int32_t ___U3CU3E1__state_0;
|
|
// System.Object Ali/<SlowDown>d__52::<>2__current
|
|
RuntimeObject* ___U3CU3E2__current_1;
|
|
// Ali Ali/<SlowDown>d__52::<>4__this
|
|
Ali_tF62EAA8C857226D373422D276B8C8CEFE1580E32* ___U3CU3E4__this_2;
|
|
};
|
|
|
|
// Ali/<SwordAttack>d__48
|
|
struct U3CSwordAttackU3Ed__48_t04C9BC821EA6C89326694BA8750D54785F671CF3 : public RuntimeObject
|
|
{
|
|
// System.Int32 Ali/<SwordAttack>d__48::<>1__state
|
|
int32_t ___U3CU3E1__state_0;
|
|
// System.Object Ali/<SwordAttack>d__48::<>2__current
|
|
RuntimeObject* ___U3CU3E2__current_1;
|
|
// Ali Ali/<SwordAttack>d__48::<>4__this
|
|
Ali_tF62EAA8C857226D373422D276B8C8CEFE1580E32* ___U3CU3E4__this_2;
|
|
};
|
|
|
|
// Ali/<Wait>d__51
|
|
struct U3CWaitU3Ed__51_t81CA4BBACFA19618E8CE2DF5D385B52223B7094D : public RuntimeObject
|
|
{
|
|
// System.Int32 Ali/<Wait>d__51::<>1__state
|
|
int32_t ___U3CU3E1__state_0;
|
|
// System.Object Ali/<Wait>d__51::<>2__current
|
|
RuntimeObject* ___U3CU3E2__current_1;
|
|
// Ali Ali/<Wait>d__51::<>4__this
|
|
Ali_tF62EAA8C857226D373422D276B8C8CEFE1580E32* ___U3CU3E4__this_2;
|
|
};
|
|
|
|
// AliAutomaticDoor/<StopDoor>d__4
|
|
struct U3CStopDoorU3Ed__4_tAA16A9049F044D3CC8453919A99F9CD5BAFD39F0 : public RuntimeObject
|
|
{
|
|
// System.Int32 AliAutomaticDoor/<StopDoor>d__4::<>1__state
|
|
int32_t ___U3CU3E1__state_0;
|
|
// System.Object AliAutomaticDoor/<StopDoor>d__4::<>2__current
|
|
RuntimeObject* ___U3CU3E2__current_1;
|
|
};
|
|
|
|
// TMPro.Examples.Benchmark01/<Start>d__10
|
|
struct U3CStartU3Ed__10_tB81FF4C98E539AF1EEA095D6A6C11409A26E7819 : public RuntimeObject
|
|
{
|
|
// System.Int32 TMPro.Examples.Benchmark01/<Start>d__10::<>1__state
|
|
int32_t ___U3CU3E1__state_0;
|
|
// System.Object TMPro.Examples.Benchmark01/<Start>d__10::<>2__current
|
|
RuntimeObject* ___U3CU3E2__current_1;
|
|
// TMPro.Examples.Benchmark01 TMPro.Examples.Benchmark01/<Start>d__10::<>4__this
|
|
Benchmark01_t5B476C61575B5B6B64FA318EE0B32114E702DD5D* ___U3CU3E4__this_2;
|
|
// System.Int32 TMPro.Examples.Benchmark01/<Start>d__10::<i>5__2
|
|
int32_t ___U3CiU3E5__2_3;
|
|
};
|
|
|
|
// TMPro.Examples.Benchmark01_UGUI/<Start>d__10
|
|
struct U3CStartU3Ed__10_t06713955D554742C727996BE112A81AD0BCF3D00 : public RuntimeObject
|
|
{
|
|
// System.Int32 TMPro.Examples.Benchmark01_UGUI/<Start>d__10::<>1__state
|
|
int32_t ___U3CU3E1__state_0;
|
|
// System.Object TMPro.Examples.Benchmark01_UGUI/<Start>d__10::<>2__current
|
|
RuntimeObject* ___U3CU3E2__current_1;
|
|
// TMPro.Examples.Benchmark01_UGUI TMPro.Examples.Benchmark01_UGUI/<Start>d__10::<>4__this
|
|
Benchmark01_UGUI_t7DF9DF96E75AF6072B851B638B90BD76FEE0EFD7* ___U3CU3E4__this_2;
|
|
// System.Int32 TMPro.Examples.Benchmark01_UGUI/<Start>d__10::<i>5__2
|
|
int32_t ___U3CiU3E5__2_3;
|
|
};
|
|
|
|
// BirdBoss/<Attack>d__38
|
|
struct U3CAttackU3Ed__38_t541AA3EB7882FFEC43DB8718862F2C47CDEC4F7A : public RuntimeObject
|
|
{
|
|
// System.Int32 BirdBoss/<Attack>d__38::<>1__state
|
|
int32_t ___U3CU3E1__state_0;
|
|
// System.Object BirdBoss/<Attack>d__38::<>2__current
|
|
RuntimeObject* ___U3CU3E2__current_1;
|
|
// BirdBoss BirdBoss/<Attack>d__38::<>4__this
|
|
BirdBoss_t3A1202F672EAC48F5A2DB72AA5B31459ACEA750C* ___U3CU3E4__this_2;
|
|
};
|
|
|
|
// BirdBoss/<BulletAttacked>d__41
|
|
struct U3CBulletAttackedU3Ed__41_t5BF69329E11E18B1106E7DAEA3F4F2B620971479 : public RuntimeObject
|
|
{
|
|
// System.Int32 BirdBoss/<BulletAttacked>d__41::<>1__state
|
|
int32_t ___U3CU3E1__state_0;
|
|
// System.Object BirdBoss/<BulletAttacked>d__41::<>2__current
|
|
RuntimeObject* ___U3CU3E2__current_1;
|
|
// BirdBoss BirdBoss/<BulletAttacked>d__41::<>4__this
|
|
BirdBoss_t3A1202F672EAC48F5A2DB72AA5B31459ACEA750C* ___U3CU3E4__this_2;
|
|
};
|
|
|
|
// BirdBoss/<DamageAnimation>d__39
|
|
struct U3CDamageAnimationU3Ed__39_t82DA31A95EA25CDB3FA669BCB786C3BFD0D8C2EA : public RuntimeObject
|
|
{
|
|
// System.Int32 BirdBoss/<DamageAnimation>d__39::<>1__state
|
|
int32_t ___U3CU3E1__state_0;
|
|
// System.Object BirdBoss/<DamageAnimation>d__39::<>2__current
|
|
RuntimeObject* ___U3CU3E2__current_1;
|
|
// BirdBoss BirdBoss/<DamageAnimation>d__39::<>4__this
|
|
BirdBoss_t3A1202F672EAC48F5A2DB72AA5B31459ACEA750C* ___U3CU3E4__this_2;
|
|
};
|
|
|
|
// BirdBoss/<Encourage>d__40
|
|
struct U3CEncourageU3Ed__40_t1B2AC2A5A0A6648E08F335113822FAEAF7C26B5E : public RuntimeObject
|
|
{
|
|
// System.Int32 BirdBoss/<Encourage>d__40::<>1__state
|
|
int32_t ___U3CU3E1__state_0;
|
|
// System.Object BirdBoss/<Encourage>d__40::<>2__current
|
|
RuntimeObject* ___U3CU3E2__current_1;
|
|
// BirdBoss BirdBoss/<Encourage>d__40::<>4__this
|
|
BirdBoss_t3A1202F672EAC48F5A2DB72AA5B31459ACEA750C* ___U3CU3E4__this_2;
|
|
};
|
|
|
|
// BirdBoss/<Music>d__42
|
|
struct U3CMusicU3Ed__42_t9EEAA140C1B356D6B532CDE33B54F6D9CF9F13E1 : public RuntimeObject
|
|
{
|
|
// System.Int32 BirdBoss/<Music>d__42::<>1__state
|
|
int32_t ___U3CU3E1__state_0;
|
|
// System.Object BirdBoss/<Music>d__42::<>2__current
|
|
RuntimeObject* ___U3CU3E2__current_1;
|
|
// BirdBoss BirdBoss/<Music>d__42::<>4__this
|
|
BirdBoss_t3A1202F672EAC48F5A2DB72AA5B31459ACEA750C* ___U3CU3E4__this_2;
|
|
};
|
|
|
|
// BirdBossAutomaticDoor/<StopDoor>d__4
|
|
struct U3CStopDoorU3Ed__4_t734E57A73151FD7BF9F6A4B82B07C6F4A3F14730 : public RuntimeObject
|
|
{
|
|
// System.Int32 BirdBossAutomaticDoor/<StopDoor>d__4::<>1__state
|
|
int32_t ___U3CU3E1__state_0;
|
|
// System.Object BirdBossAutomaticDoor/<StopDoor>d__4::<>2__current
|
|
RuntimeObject* ___U3CU3E2__current_1;
|
|
};
|
|
|
|
// Claudia/<Attack>d__27
|
|
struct U3CAttackU3Ed__27_t52A4B7D31F728FDEF71E0B7B1745E551E4DD5CE5 : public RuntimeObject
|
|
{
|
|
// System.Int32 Claudia/<Attack>d__27::<>1__state
|
|
int32_t ___U3CU3E1__state_0;
|
|
// System.Object Claudia/<Attack>d__27::<>2__current
|
|
RuntimeObject* ___U3CU3E2__current_1;
|
|
// Claudia Claudia/<Attack>d__27::<>4__this
|
|
Claudia_t3B4385E120AF691D3F79244D4E34948D7E440335* ___U3CU3E4__this_2;
|
|
};
|
|
|
|
// Claudia/<BulletAttacked>d__28
|
|
struct U3CBulletAttackedU3Ed__28_tABA8E0C071F9F822C9430063C885778A41B50A3D : public RuntimeObject
|
|
{
|
|
// System.Int32 Claudia/<BulletAttacked>d__28::<>1__state
|
|
int32_t ___U3CU3E1__state_0;
|
|
// System.Object Claudia/<BulletAttacked>d__28::<>2__current
|
|
RuntimeObject* ___U3CU3E2__current_1;
|
|
// Claudia Claudia/<BulletAttacked>d__28::<>4__this
|
|
Claudia_t3B4385E120AF691D3F79244D4E34948D7E440335* ___U3CU3E4__this_2;
|
|
};
|
|
|
|
// Firnschliff/<Attack>d__24
|
|
struct U3CAttackU3Ed__24_tF446122B8C55986281BE30FD5AFDA14E2E0EEF47 : public RuntimeObject
|
|
{
|
|
// System.Int32 Firnschliff/<Attack>d__24::<>1__state
|
|
int32_t ___U3CU3E1__state_0;
|
|
// System.Object Firnschliff/<Attack>d__24::<>2__current
|
|
RuntimeObject* ___U3CU3E2__current_1;
|
|
// Firnschliff Firnschliff/<Attack>d__24::<>4__this
|
|
Firnschliff_t10763D693AFFD85CD0B8094B4526E1445DA3325C* ___U3CU3E4__this_2;
|
|
};
|
|
|
|
// Firnschliff/<BulletAttacked>d__27
|
|
struct U3CBulletAttackedU3Ed__27_tE70C1DF205F8367EEF76F9435B80BA124844F55E : public RuntimeObject
|
|
{
|
|
// System.Int32 Firnschliff/<BulletAttacked>d__27::<>1__state
|
|
int32_t ___U3CU3E1__state_0;
|
|
// System.Object Firnschliff/<BulletAttacked>d__27::<>2__current
|
|
RuntimeObject* ___U3CU3E2__current_1;
|
|
// Firnschliff Firnschliff/<BulletAttacked>d__27::<>4__this
|
|
Firnschliff_t10763D693AFFD85CD0B8094B4526E1445DA3325C* ___U3CU3E4__this_2;
|
|
};
|
|
|
|
// Firnschliff/<DamageAnimation>d__25
|
|
struct U3CDamageAnimationU3Ed__25_t669760AC93AF6CA9FC280546BAAB6FA5937D5ED4 : public RuntimeObject
|
|
{
|
|
// System.Int32 Firnschliff/<DamageAnimation>d__25::<>1__state
|
|
int32_t ___U3CU3E1__state_0;
|
|
// System.Object Firnschliff/<DamageAnimation>d__25::<>2__current
|
|
RuntimeObject* ___U3CU3E2__current_1;
|
|
// Firnschliff Firnschliff/<DamageAnimation>d__25::<>4__this
|
|
Firnschliff_t10763D693AFFD85CD0B8094B4526E1445DA3325C* ___U3CU3E4__this_2;
|
|
};
|
|
|
|
// Firnschliff/<Wait>d__26
|
|
struct U3CWaitU3Ed__26_tB24F19E5FBE1EA890F5534E6759E792B337FA6C2 : public RuntimeObject
|
|
{
|
|
// System.Int32 Firnschliff/<Wait>d__26::<>1__state
|
|
int32_t ___U3CU3E1__state_0;
|
|
// System.Object Firnschliff/<Wait>d__26::<>2__current
|
|
RuntimeObject* ___U3CU3E2__current_1;
|
|
// Firnschliff Firnschliff/<Wait>d__26::<>4__this
|
|
Firnschliff_t10763D693AFFD85CD0B8094B4526E1445DA3325C* ___U3CU3E4__this_2;
|
|
};
|
|
|
|
// Kimberley/<Attack>d__32
|
|
struct U3CAttackU3Ed__32_t69902BB0831F3F0EEE018B50E28D1C909E94C070 : public RuntimeObject
|
|
{
|
|
// System.Int32 Kimberley/<Attack>d__32::<>1__state
|
|
int32_t ___U3CU3E1__state_0;
|
|
// System.Object Kimberley/<Attack>d__32::<>2__current
|
|
RuntimeObject* ___U3CU3E2__current_1;
|
|
// Kimberley Kimberley/<Attack>d__32::<>4__this
|
|
Kimberley_t317DD93F6C0908A201808B55F26F226B8BE0F663* ___U3CU3E4__this_2;
|
|
};
|
|
|
|
// Kimberley/<BulletAttacked>d__34
|
|
struct U3CBulletAttackedU3Ed__34_t79CE420FD5CAE00AC1C74CFD44F2E753B03E47A1 : public RuntimeObject
|
|
{
|
|
// System.Int32 Kimberley/<BulletAttacked>d__34::<>1__state
|
|
int32_t ___U3CU3E1__state_0;
|
|
// System.Object Kimberley/<BulletAttacked>d__34::<>2__current
|
|
RuntimeObject* ___U3CU3E2__current_1;
|
|
// Kimberley Kimberley/<BulletAttacked>d__34::<>4__this
|
|
Kimberley_t317DD93F6C0908A201808B55F26F226B8BE0F663* ___U3CU3E4__this_2;
|
|
};
|
|
|
|
// Kimberley/<Wait>d__33
|
|
struct U3CWaitU3Ed__33_t481B2AB4ED887ABE4C09065906639129295C86E3 : public RuntimeObject
|
|
{
|
|
// System.Int32 Kimberley/<Wait>d__33::<>1__state
|
|
int32_t ___U3CU3E1__state_0;
|
|
// System.Object Kimberley/<Wait>d__33::<>2__current
|
|
RuntimeObject* ___U3CU3E2__current_1;
|
|
// Kimberley Kimberley/<Wait>d__33::<>4__this
|
|
Kimberley_t317DD93F6C0908A201808B55F26F226B8BE0F663* ___U3CU3E4__this_2;
|
|
};
|
|
|
|
// Marc/<Attack>d__32
|
|
struct U3CAttackU3Ed__32_t1B837AE2B029630E76B649DDD5AFC91D31134221 : public RuntimeObject
|
|
{
|
|
// System.Int32 Marc/<Attack>d__32::<>1__state
|
|
int32_t ___U3CU3E1__state_0;
|
|
// System.Object Marc/<Attack>d__32::<>2__current
|
|
RuntimeObject* ___U3CU3E2__current_1;
|
|
// Marc Marc/<Attack>d__32::<>4__this
|
|
Marc_t496C7D9DB27E8B598F0A1E81A3369594A780986D* ___U3CU3E4__this_2;
|
|
};
|
|
|
|
// Marc/<BulletAttacked>d__34
|
|
struct U3CBulletAttackedU3Ed__34_t9F878E2E09338F59641B3E90D6B490DEA7B84F11 : public RuntimeObject
|
|
{
|
|
// System.Int32 Marc/<BulletAttacked>d__34::<>1__state
|
|
int32_t ___U3CU3E1__state_0;
|
|
// System.Object Marc/<BulletAttacked>d__34::<>2__current
|
|
RuntimeObject* ___U3CU3E2__current_1;
|
|
// Marc Marc/<BulletAttacked>d__34::<>4__this
|
|
Marc_t496C7D9DB27E8B598F0A1E81A3369594A780986D* ___U3CU3E4__this_2;
|
|
};
|
|
|
|
// Marc/<Wait>d__33
|
|
struct U3CWaitU3Ed__33_t911EE9E7D48321D7861C829FF8362D4B15DCF7D8 : public RuntimeObject
|
|
{
|
|
// System.Int32 Marc/<Wait>d__33::<>1__state
|
|
int32_t ___U3CU3E1__state_0;
|
|
// System.Object Marc/<Wait>d__33::<>2__current
|
|
RuntimeObject* ___U3CU3E2__current_1;
|
|
// Marc Marc/<Wait>d__33::<>4__this
|
|
Marc_t496C7D9DB27E8B598F0A1E81A3369594A780986D* ___U3CU3E4__this_2;
|
|
};
|
|
|
|
// Niko/<Attack>d__24
|
|
struct U3CAttackU3Ed__24_tB0A4257A175CB6FFFF8D9F84FB9233161EB93B83 : public RuntimeObject
|
|
{
|
|
// System.Int32 Niko/<Attack>d__24::<>1__state
|
|
int32_t ___U3CU3E1__state_0;
|
|
// System.Object Niko/<Attack>d__24::<>2__current
|
|
RuntimeObject* ___U3CU3E2__current_1;
|
|
// Niko Niko/<Attack>d__24::<>4__this
|
|
Niko_t289A792A1F8261E2D57C422B5D136FD721E21DCF* ___U3CU3E4__this_2;
|
|
};
|
|
|
|
// Niko/<BulletAttacked>d__27
|
|
struct U3CBulletAttackedU3Ed__27_t57C55B9429346E41FC52A83C64E57300AD4BD441 : public RuntimeObject
|
|
{
|
|
// System.Int32 Niko/<BulletAttacked>d__27::<>1__state
|
|
int32_t ___U3CU3E1__state_0;
|
|
// System.Object Niko/<BulletAttacked>d__27::<>2__current
|
|
RuntimeObject* ___U3CU3E2__current_1;
|
|
// Niko Niko/<BulletAttacked>d__27::<>4__this
|
|
Niko_t289A792A1F8261E2D57C422B5D136FD721E21DCF* ___U3CU3E4__this_2;
|
|
};
|
|
|
|
// Niko/<DamageAnimation>d__25
|
|
struct U3CDamageAnimationU3Ed__25_t8B3754ED2B2F58921BF61A0EC7EDDDEE48F75BE5 : public RuntimeObject
|
|
{
|
|
// System.Int32 Niko/<DamageAnimation>d__25::<>1__state
|
|
int32_t ___U3CU3E1__state_0;
|
|
// System.Object Niko/<DamageAnimation>d__25::<>2__current
|
|
RuntimeObject* ___U3CU3E2__current_1;
|
|
// Niko Niko/<DamageAnimation>d__25::<>4__this
|
|
Niko_t289A792A1F8261E2D57C422B5D136FD721E21DCF* ___U3CU3E4__this_2;
|
|
};
|
|
|
|
// Niko/<Wait>d__26
|
|
struct U3CWaitU3Ed__26_t0D08BB0B63CF382D5507BB0A16F15A7B39752E5B : public RuntimeObject
|
|
{
|
|
// System.Int32 Niko/<Wait>d__26::<>1__state
|
|
int32_t ___U3CU3E1__state_0;
|
|
// System.Object Niko/<Wait>d__26::<>2__current
|
|
RuntimeObject* ___U3CU3E2__current_1;
|
|
// Niko Niko/<Wait>d__26::<>4__this
|
|
Niko_t289A792A1F8261E2D57C422B5D136FD721E21DCF* ___U3CU3E4__this_2;
|
|
};
|
|
|
|
// TMPro.TMP_TextProcessingStack`1<System.Int32>
|
|
struct TMP_TextProcessingStack_1_tFBA719426D68CE1F2B5849D97AF5E5D65846290C
|
|
{
|
|
// T[] TMPro.TMP_TextProcessingStack`1::itemStack
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___itemStack_0;
|
|
// System.Int32 TMPro.TMP_TextProcessingStack`1::index
|
|
int32_t ___index_1;
|
|
// T TMPro.TMP_TextProcessingStack`1::m_DefaultItem
|
|
int32_t ___m_DefaultItem_2;
|
|
// System.Int32 TMPro.TMP_TextProcessingStack`1::m_Capacity
|
|
int32_t ___m_Capacity_3;
|
|
// System.Int32 TMPro.TMP_TextProcessingStack`1::m_RolloverSize
|
|
int32_t ___m_RolloverSize_4;
|
|
// System.Int32 TMPro.TMP_TextProcessingStack`1::m_Count
|
|
int32_t ___m_Count_5;
|
|
};
|
|
|
|
// TMPro.TMP_TextProcessingStack`1<System.Single>
|
|
struct TMP_TextProcessingStack_1_t138EC06BE7F101AA0A3C8D2DC951E55AACE085E9
|
|
{
|
|
// T[] TMPro.TMP_TextProcessingStack`1::itemStack
|
|
SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* ___itemStack_0;
|
|
// System.Int32 TMPro.TMP_TextProcessingStack`1::index
|
|
int32_t ___index_1;
|
|
// T TMPro.TMP_TextProcessingStack`1::m_DefaultItem
|
|
float ___m_DefaultItem_2;
|
|
// System.Int32 TMPro.TMP_TextProcessingStack`1::m_Capacity
|
|
int32_t ___m_Capacity_3;
|
|
// System.Int32 TMPro.TMP_TextProcessingStack`1::m_RolloverSize
|
|
int32_t ___m_RolloverSize_4;
|
|
// System.Int32 TMPro.TMP_TextProcessingStack`1::m_Count
|
|
int32_t ___m_Count_5;
|
|
};
|
|
|
|
// TMPro.TMP_TextProcessingStack`1<TMPro.TMP_ColorGradient>
|
|
struct TMP_TextProcessingStack_1_tC8FAEB17246D3B171EFD11165A5761AE39B40D0C
|
|
{
|
|
// T[] TMPro.TMP_TextProcessingStack`1::itemStack
|
|
TMP_ColorGradientU5BU5D_t2F65E8C42F268DFF33BB1392D94BCF5B5087308A* ___itemStack_0;
|
|
// System.Int32 TMPro.TMP_TextProcessingStack`1::index
|
|
int32_t ___index_1;
|
|
// T TMPro.TMP_TextProcessingStack`1::m_DefaultItem
|
|
TMP_ColorGradient_t17B51752B4E9499A1FF7D875DCEC1D15A0F4AEBB* ___m_DefaultItem_2;
|
|
// System.Int32 TMPro.TMP_TextProcessingStack`1::m_Capacity
|
|
int32_t ___m_Capacity_3;
|
|
// System.Int32 TMPro.TMP_TextProcessingStack`1::m_RolloverSize
|
|
int32_t ___m_RolloverSize_4;
|
|
// System.Int32 TMPro.TMP_TextProcessingStack`1::m_Count
|
|
int32_t ___m_Count_5;
|
|
};
|
|
|
|
// UnityEngine.Events.UnityEvent`1<System.String>
|
|
struct UnityEvent_1_tC9859540CF1468306CAB6D758C0A0D95DBCEC257 : public UnityEventBase_t4968A4C72559F35C0923E4BD9C042C3A842E1DB8
|
|
{
|
|
// System.Object[] UnityEngine.Events.UnityEvent`1::m_InvokeArray
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___m_InvokeArray_3;
|
|
};
|
|
|
|
// UnityEngine.Events.UnityEvent`2<System.Char,System.Int32>
|
|
struct UnityEvent_2_tE1EF7CBD9965CD9466B63C1AD8FB3661A30C25B3 : public UnityEventBase_t4968A4C72559F35C0923E4BD9C042C3A842E1DB8
|
|
{
|
|
// System.Object[] UnityEngine.Events.UnityEvent`2::m_InvokeArray
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___m_InvokeArray_3;
|
|
};
|
|
|
|
// UnityEngine.Events.UnityEvent`3<System.String,System.Int32,System.Int32>
|
|
struct UnityEvent_3_t5EE2DC870C12CB60384C5FCBB0DAD36392E701AD : public UnityEventBase_t4968A4C72559F35C0923E4BD9C042C3A842E1DB8
|
|
{
|
|
// System.Object[] UnityEngine.Events.UnityEvent`3::m_InvokeArray
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___m_InvokeArray_3;
|
|
};
|
|
|
|
// UnityEngine.Events.UnityEvent`3<System.String,System.String,System.Int32>
|
|
struct UnityEvent_3_t978FAA968D1FEECACADDD0969B822861FA0C6622 : public UnityEventBase_t4968A4C72559F35C0923E4BD9C042C3A842E1DB8
|
|
{
|
|
// System.Object[] UnityEngine.Events.UnityEvent`3::m_InvokeArray
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___m_InvokeArray_3;
|
|
};
|
|
|
|
// UnityEngine.EventSystems.BaseEventData
|
|
struct BaseEventData_tE03A848325C0AE8E76C6CA15FD86395EBF83364F : public AbstractEventData_tAE1A127ED657117548181D29FFE4B1B14D8E67F7
|
|
{
|
|
// UnityEngine.EventSystems.EventSystem UnityEngine.EventSystems.BaseEventData::m_EventSystem
|
|
EventSystem_t61C51380B105BE9D2C39C4F15B7E655659957707* ___m_EventSystem_1;
|
|
};
|
|
|
|
// System.Boolean
|
|
struct Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22
|
|
{
|
|
// System.Boolean System.Boolean::m_value
|
|
bool ___m_value_0;
|
|
};
|
|
|
|
// System.Byte
|
|
struct Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3
|
|
{
|
|
// System.Byte System.Byte::m_value
|
|
uint8_t ___m_value_0;
|
|
};
|
|
|
|
// System.Char
|
|
struct Char_t521A6F19B456D956AF452D926C32709DC03D6B17
|
|
{
|
|
// System.Char System.Char::m_value
|
|
Il2CppChar ___m_value_0;
|
|
};
|
|
|
|
// UnityEngine.Color
|
|
struct Color_tD001788D726C3A7F1379BEED0260B9591F440C1F
|
|
{
|
|
// System.Single UnityEngine.Color::r
|
|
float ___r_0;
|
|
// System.Single UnityEngine.Color::g
|
|
float ___g_1;
|
|
// System.Single UnityEngine.Color::b
|
|
float ___b_2;
|
|
// System.Single UnityEngine.Color::a
|
|
float ___a_3;
|
|
};
|
|
|
|
// UnityEngine.Color32
|
|
struct Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B
|
|
{
|
|
union
|
|
{
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
// System.Int32 UnityEngine.Color32::rgba
|
|
int32_t ___rgba_0;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
int32_t ___rgba_0_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
// System.Byte UnityEngine.Color32::r
|
|
uint8_t ___r_1;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
uint8_t ___r_1_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___g_2_OffsetPadding[1];
|
|
// System.Byte UnityEngine.Color32::g
|
|
uint8_t ___g_2;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___g_2_OffsetPadding_forAlignmentOnly[1];
|
|
uint8_t ___g_2_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___b_3_OffsetPadding[2];
|
|
// System.Byte UnityEngine.Color32::b
|
|
uint8_t ___b_3;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___b_3_OffsetPadding_forAlignmentOnly[2];
|
|
uint8_t ___b_3_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___a_4_OffsetPadding[3];
|
|
// System.Byte UnityEngine.Color32::a
|
|
uint8_t ___a_4;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___a_4_OffsetPadding_forAlignmentOnly[3];
|
|
uint8_t ___a_4_forAlignmentOnly;
|
|
};
|
|
};
|
|
};
|
|
|
|
// System.DateTime
|
|
struct DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D
|
|
{
|
|
// System.UInt64 System.DateTime::_dateData
|
|
uint64_t ____dateData_46;
|
|
};
|
|
|
|
// System.Double
|
|
struct Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F
|
|
{
|
|
// System.Double System.Double::m_value
|
|
double ___m_value_0;
|
|
};
|
|
|
|
// UnityEngine.DrivenRectTransformTracker
|
|
struct DrivenRectTransformTracker_tFB0706C933E3C68E4F377C204FCEEF091F1EE0B1
|
|
{
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
};
|
|
uint8_t DrivenRectTransformTracker_tFB0706C933E3C68E4F377C204FCEEF091F1EE0B1__padding[1];
|
|
};
|
|
};
|
|
|
|
// System.Enum
|
|
struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2 : public ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F
|
|
{
|
|
};
|
|
// Native definition for P/Invoke marshalling of System.Enum
|
|
struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_marshaled_pinvoke
|
|
{
|
|
};
|
|
// Native definition for COM marshalling of System.Enum
|
|
struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_marshaled_com
|
|
{
|
|
};
|
|
|
|
// UnityEngine.TextCore.FaceInfo
|
|
struct FaceInfo_t12F0319E555A62CBA1D9E51A16C7963393932756
|
|
{
|
|
// System.Int32 UnityEngine.TextCore.FaceInfo::m_FaceIndex
|
|
int32_t ___m_FaceIndex_0;
|
|
// System.String UnityEngine.TextCore.FaceInfo::m_FamilyName
|
|
String_t* ___m_FamilyName_1;
|
|
// System.String UnityEngine.TextCore.FaceInfo::m_StyleName
|
|
String_t* ___m_StyleName_2;
|
|
// System.Int32 UnityEngine.TextCore.FaceInfo::m_PointSize
|
|
int32_t ___m_PointSize_3;
|
|
// System.Single UnityEngine.TextCore.FaceInfo::m_Scale
|
|
float ___m_Scale_4;
|
|
// System.Int32 UnityEngine.TextCore.FaceInfo::m_UnitsPerEM
|
|
int32_t ___m_UnitsPerEM_5;
|
|
// System.Single UnityEngine.TextCore.FaceInfo::m_LineHeight
|
|
float ___m_LineHeight_6;
|
|
// System.Single UnityEngine.TextCore.FaceInfo::m_AscentLine
|
|
float ___m_AscentLine_7;
|
|
// System.Single UnityEngine.TextCore.FaceInfo::m_CapLine
|
|
float ___m_CapLine_8;
|
|
// System.Single UnityEngine.TextCore.FaceInfo::m_MeanLine
|
|
float ___m_MeanLine_9;
|
|
// System.Single UnityEngine.TextCore.FaceInfo::m_Baseline
|
|
float ___m_Baseline_10;
|
|
// System.Single UnityEngine.TextCore.FaceInfo::m_DescentLine
|
|
float ___m_DescentLine_11;
|
|
// System.Single UnityEngine.TextCore.FaceInfo::m_SuperscriptOffset
|
|
float ___m_SuperscriptOffset_12;
|
|
// System.Single UnityEngine.TextCore.FaceInfo::m_SuperscriptSize
|
|
float ___m_SuperscriptSize_13;
|
|
// System.Single UnityEngine.TextCore.FaceInfo::m_SubscriptOffset
|
|
float ___m_SubscriptOffset_14;
|
|
// System.Single UnityEngine.TextCore.FaceInfo::m_SubscriptSize
|
|
float ___m_SubscriptSize_15;
|
|
// System.Single UnityEngine.TextCore.FaceInfo::m_UnderlineOffset
|
|
float ___m_UnderlineOffset_16;
|
|
// System.Single UnityEngine.TextCore.FaceInfo::m_UnderlineThickness
|
|
float ___m_UnderlineThickness_17;
|
|
// System.Single UnityEngine.TextCore.FaceInfo::m_StrikethroughOffset
|
|
float ___m_StrikethroughOffset_18;
|
|
// System.Single UnityEngine.TextCore.FaceInfo::m_StrikethroughThickness
|
|
float ___m_StrikethroughThickness_19;
|
|
// System.Single UnityEngine.TextCore.FaceInfo::m_TabWidth
|
|
float ___m_TabWidth_20;
|
|
};
|
|
// Native definition for P/Invoke marshalling of UnityEngine.TextCore.FaceInfo
|
|
struct FaceInfo_t12F0319E555A62CBA1D9E51A16C7963393932756_marshaled_pinvoke
|
|
{
|
|
int32_t ___m_FaceIndex_0;
|
|
char* ___m_FamilyName_1;
|
|
char* ___m_StyleName_2;
|
|
int32_t ___m_PointSize_3;
|
|
float ___m_Scale_4;
|
|
int32_t ___m_UnitsPerEM_5;
|
|
float ___m_LineHeight_6;
|
|
float ___m_AscentLine_7;
|
|
float ___m_CapLine_8;
|
|
float ___m_MeanLine_9;
|
|
float ___m_Baseline_10;
|
|
float ___m_DescentLine_11;
|
|
float ___m_SuperscriptOffset_12;
|
|
float ___m_SuperscriptSize_13;
|
|
float ___m_SubscriptOffset_14;
|
|
float ___m_SubscriptSize_15;
|
|
float ___m_UnderlineOffset_16;
|
|
float ___m_UnderlineThickness_17;
|
|
float ___m_StrikethroughOffset_18;
|
|
float ___m_StrikethroughThickness_19;
|
|
float ___m_TabWidth_20;
|
|
};
|
|
// Native definition for COM marshalling of UnityEngine.TextCore.FaceInfo
|
|
struct FaceInfo_t12F0319E555A62CBA1D9E51A16C7963393932756_marshaled_com
|
|
{
|
|
int32_t ___m_FaceIndex_0;
|
|
Il2CppChar* ___m_FamilyName_1;
|
|
Il2CppChar* ___m_StyleName_2;
|
|
int32_t ___m_PointSize_3;
|
|
float ___m_Scale_4;
|
|
int32_t ___m_UnitsPerEM_5;
|
|
float ___m_LineHeight_6;
|
|
float ___m_AscentLine_7;
|
|
float ___m_CapLine_8;
|
|
float ___m_MeanLine_9;
|
|
float ___m_Baseline_10;
|
|
float ___m_DescentLine_11;
|
|
float ___m_SuperscriptOffset_12;
|
|
float ___m_SuperscriptSize_13;
|
|
float ___m_SubscriptOffset_14;
|
|
float ___m_SubscriptSize_15;
|
|
float ___m_UnderlineOffset_16;
|
|
float ___m_UnderlineThickness_17;
|
|
float ___m_StrikethroughOffset_18;
|
|
float ___m_StrikethroughThickness_19;
|
|
float ___m_TabWidth_20;
|
|
};
|
|
|
|
// TMPro.FontAssetCreationSettings
|
|
struct FontAssetCreationSettings_t2B94078737A72F814E8BC2126F967B94231190DF
|
|
{
|
|
// System.String TMPro.FontAssetCreationSettings::sourceFontFileName
|
|
String_t* ___sourceFontFileName_0;
|
|
// System.String TMPro.FontAssetCreationSettings::sourceFontFileGUID
|
|
String_t* ___sourceFontFileGUID_1;
|
|
// System.Int32 TMPro.FontAssetCreationSettings::pointSizeSamplingMode
|
|
int32_t ___pointSizeSamplingMode_2;
|
|
// System.Int32 TMPro.FontAssetCreationSettings::pointSize
|
|
int32_t ___pointSize_3;
|
|
// System.Int32 TMPro.FontAssetCreationSettings::padding
|
|
int32_t ___padding_4;
|
|
// System.Int32 TMPro.FontAssetCreationSettings::packingMode
|
|
int32_t ___packingMode_5;
|
|
// System.Int32 TMPro.FontAssetCreationSettings::atlasWidth
|
|
int32_t ___atlasWidth_6;
|
|
// System.Int32 TMPro.FontAssetCreationSettings::atlasHeight
|
|
int32_t ___atlasHeight_7;
|
|
// System.Int32 TMPro.FontAssetCreationSettings::characterSetSelectionMode
|
|
int32_t ___characterSetSelectionMode_8;
|
|
// System.String TMPro.FontAssetCreationSettings::characterSequence
|
|
String_t* ___characterSequence_9;
|
|
// System.String TMPro.FontAssetCreationSettings::referencedFontAssetGUID
|
|
String_t* ___referencedFontAssetGUID_10;
|
|
// System.String TMPro.FontAssetCreationSettings::referencedTextAssetGUID
|
|
String_t* ___referencedTextAssetGUID_11;
|
|
// System.Int32 TMPro.FontAssetCreationSettings::fontStyle
|
|
int32_t ___fontStyle_12;
|
|
// System.Single TMPro.FontAssetCreationSettings::fontStyleModifier
|
|
float ___fontStyleModifier_13;
|
|
// System.Int32 TMPro.FontAssetCreationSettings::renderMode
|
|
int32_t ___renderMode_14;
|
|
// System.Boolean TMPro.FontAssetCreationSettings::includeFontFeatures
|
|
bool ___includeFontFeatures_15;
|
|
};
|
|
// Native definition for P/Invoke marshalling of TMPro.FontAssetCreationSettings
|
|
struct FontAssetCreationSettings_t2B94078737A72F814E8BC2126F967B94231190DF_marshaled_pinvoke
|
|
{
|
|
char* ___sourceFontFileName_0;
|
|
char* ___sourceFontFileGUID_1;
|
|
int32_t ___pointSizeSamplingMode_2;
|
|
int32_t ___pointSize_3;
|
|
int32_t ___padding_4;
|
|
int32_t ___packingMode_5;
|
|
int32_t ___atlasWidth_6;
|
|
int32_t ___atlasHeight_7;
|
|
int32_t ___characterSetSelectionMode_8;
|
|
char* ___characterSequence_9;
|
|
char* ___referencedFontAssetGUID_10;
|
|
char* ___referencedTextAssetGUID_11;
|
|
int32_t ___fontStyle_12;
|
|
float ___fontStyleModifier_13;
|
|
int32_t ___renderMode_14;
|
|
int32_t ___includeFontFeatures_15;
|
|
};
|
|
// Native definition for COM marshalling of TMPro.FontAssetCreationSettings
|
|
struct FontAssetCreationSettings_t2B94078737A72F814E8BC2126F967B94231190DF_marshaled_com
|
|
{
|
|
Il2CppChar* ___sourceFontFileName_0;
|
|
Il2CppChar* ___sourceFontFileGUID_1;
|
|
int32_t ___pointSizeSamplingMode_2;
|
|
int32_t ___pointSize_3;
|
|
int32_t ___padding_4;
|
|
int32_t ___packingMode_5;
|
|
int32_t ___atlasWidth_6;
|
|
int32_t ___atlasHeight_7;
|
|
int32_t ___characterSetSelectionMode_8;
|
|
Il2CppChar* ___characterSequence_9;
|
|
Il2CppChar* ___referencedFontAssetGUID_10;
|
|
Il2CppChar* ___referencedTextAssetGUID_11;
|
|
int32_t ___fontStyle_12;
|
|
float ___fontStyleModifier_13;
|
|
int32_t ___renderMode_14;
|
|
int32_t ___includeFontFeatures_15;
|
|
};
|
|
|
|
// Pathfinding.GraphMask
|
|
struct GraphMask_t0D3B81600BFA722AB8C720E124358F9ABA57D404
|
|
{
|
|
// System.Int32 Pathfinding.GraphMask::value
|
|
int32_t ___value_0;
|
|
};
|
|
|
|
// Pathfinding.Int3
|
|
struct Int3_t3D1B990C798A218E8F705930EF9F0A373A439553
|
|
{
|
|
// System.Int32 Pathfinding.Int3::x
|
|
int32_t ___x_0;
|
|
// System.Int32 Pathfinding.Int3::y
|
|
int32_t ___y_1;
|
|
// System.Int32 Pathfinding.Int3::z
|
|
int32_t ___z_2;
|
|
};
|
|
|
|
// System.Int32
|
|
struct Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C
|
|
{
|
|
// System.Int32 System.Int32::m_value
|
|
int32_t ___m_value_0;
|
|
};
|
|
|
|
// System.IntPtr
|
|
struct IntPtr_t
|
|
{
|
|
// System.Void* System.IntPtr::m_value
|
|
void* ___m_value_0;
|
|
};
|
|
|
|
// UnityEngine.LayerMask
|
|
struct LayerMask_t97CB6BDADEDC3D6423C7BCFEA7F86DA2EC6241DB
|
|
{
|
|
// System.Int32 UnityEngine.LayerMask::m_Mask
|
|
int32_t ___m_Mask_0;
|
|
};
|
|
|
|
// TMPro.MaterialReference
|
|
struct MaterialReference_tFD98FFFBBDF168028E637446C6676507186F4D0B
|
|
{
|
|
// System.Int32 TMPro.MaterialReference::index
|
|
int32_t ___index_0;
|
|
// TMPro.TMP_FontAsset TMPro.MaterialReference::fontAsset
|
|
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* ___fontAsset_1;
|
|
// TMPro.TMP_SpriteAsset TMPro.MaterialReference::spriteAsset
|
|
TMP_SpriteAsset_t81F779E6F705CE190DC0D1F93A954CB8B1774B39* ___spriteAsset_2;
|
|
// UnityEngine.Material TMPro.MaterialReference::material
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___material_3;
|
|
// System.Boolean TMPro.MaterialReference::isDefaultMaterial
|
|
bool ___isDefaultMaterial_4;
|
|
// System.Boolean TMPro.MaterialReference::isFallbackMaterial
|
|
bool ___isFallbackMaterial_5;
|
|
// UnityEngine.Material TMPro.MaterialReference::fallbackMaterial
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___fallbackMaterial_6;
|
|
// System.Single TMPro.MaterialReference::padding
|
|
float ___padding_7;
|
|
// System.Int32 TMPro.MaterialReference::referenceCount
|
|
int32_t ___referenceCount_8;
|
|
};
|
|
// Native definition for P/Invoke marshalling of TMPro.MaterialReference
|
|
struct MaterialReference_tFD98FFFBBDF168028E637446C6676507186F4D0B_marshaled_pinvoke
|
|
{
|
|
int32_t ___index_0;
|
|
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* ___fontAsset_1;
|
|
TMP_SpriteAsset_t81F779E6F705CE190DC0D1F93A954CB8B1774B39* ___spriteAsset_2;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___material_3;
|
|
int32_t ___isDefaultMaterial_4;
|
|
int32_t ___isFallbackMaterial_5;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___fallbackMaterial_6;
|
|
float ___padding_7;
|
|
int32_t ___referenceCount_8;
|
|
};
|
|
// Native definition for COM marshalling of TMPro.MaterialReference
|
|
struct MaterialReference_tFD98FFFBBDF168028E637446C6676507186F4D0B_marshaled_com
|
|
{
|
|
int32_t ___index_0;
|
|
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* ___fontAsset_1;
|
|
TMP_SpriteAsset_t81F779E6F705CE190DC0D1F93A954CB8B1774B39* ___spriteAsset_2;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___material_3;
|
|
int32_t ___isDefaultMaterial_4;
|
|
int32_t ___isFallbackMaterial_5;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___fallbackMaterial_6;
|
|
float ___padding_7;
|
|
int32_t ___referenceCount_8;
|
|
};
|
|
|
|
// UnityEngine.Matrix4x4
|
|
struct Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6
|
|
{
|
|
// System.Single UnityEngine.Matrix4x4::m00
|
|
float ___m00_0;
|
|
// System.Single UnityEngine.Matrix4x4::m10
|
|
float ___m10_1;
|
|
// System.Single UnityEngine.Matrix4x4::m20
|
|
float ___m20_2;
|
|
// System.Single UnityEngine.Matrix4x4::m30
|
|
float ___m30_3;
|
|
// System.Single UnityEngine.Matrix4x4::m01
|
|
float ___m01_4;
|
|
// System.Single UnityEngine.Matrix4x4::m11
|
|
float ___m11_5;
|
|
// System.Single UnityEngine.Matrix4x4::m21
|
|
float ___m21_6;
|
|
// System.Single UnityEngine.Matrix4x4::m31
|
|
float ___m31_7;
|
|
// System.Single UnityEngine.Matrix4x4::m02
|
|
float ___m02_8;
|
|
// System.Single UnityEngine.Matrix4x4::m12
|
|
float ___m12_9;
|
|
// System.Single UnityEngine.Matrix4x4::m22
|
|
float ___m22_10;
|
|
// System.Single UnityEngine.Matrix4x4::m32
|
|
float ___m32_11;
|
|
// System.Single UnityEngine.Matrix4x4::m03
|
|
float ___m03_12;
|
|
// System.Single UnityEngine.Matrix4x4::m13
|
|
float ___m13_13;
|
|
// System.Single UnityEngine.Matrix4x4::m23
|
|
float ___m23_14;
|
|
// System.Single UnityEngine.Matrix4x4::m33
|
|
float ___m33_15;
|
|
};
|
|
|
|
// UnityEngine.Quaternion
|
|
struct Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974
|
|
{
|
|
// System.Single UnityEngine.Quaternion::x
|
|
float ___x_0;
|
|
// System.Single UnityEngine.Quaternion::y
|
|
float ___y_1;
|
|
// System.Single UnityEngine.Quaternion::z
|
|
float ___z_2;
|
|
// System.Single UnityEngine.Quaternion::w
|
|
float ___w_3;
|
|
};
|
|
|
|
// UnityEngine.Rect
|
|
struct Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D
|
|
{
|
|
// System.Single UnityEngine.Rect::m_XMin
|
|
float ___m_XMin_0;
|
|
// System.Single UnityEngine.Rect::m_YMin
|
|
float ___m_YMin_1;
|
|
// System.Single UnityEngine.Rect::m_Width
|
|
float ___m_Width_2;
|
|
// System.Single UnityEngine.Rect::m_Height
|
|
float ___m_Height_3;
|
|
};
|
|
|
|
// System.Single
|
|
struct Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C
|
|
{
|
|
// System.Single System.Single::m_value
|
|
float ___m_value_0;
|
|
};
|
|
|
|
// UnityEngine.UI.SpriteState
|
|
struct SpriteState_tC8199570BE6337FB5C49347C97892B4222E5AACD
|
|
{
|
|
// UnityEngine.Sprite UnityEngine.UI.SpriteState::m_HighlightedSprite
|
|
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* ___m_HighlightedSprite_0;
|
|
// UnityEngine.Sprite UnityEngine.UI.SpriteState::m_PressedSprite
|
|
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* ___m_PressedSprite_1;
|
|
// UnityEngine.Sprite UnityEngine.UI.SpriteState::m_SelectedSprite
|
|
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* ___m_SelectedSprite_2;
|
|
// UnityEngine.Sprite UnityEngine.UI.SpriteState::m_DisabledSprite
|
|
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* ___m_DisabledSprite_3;
|
|
};
|
|
// Native definition for P/Invoke marshalling of UnityEngine.UI.SpriteState
|
|
struct SpriteState_tC8199570BE6337FB5C49347C97892B4222E5AACD_marshaled_pinvoke
|
|
{
|
|
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* ___m_HighlightedSprite_0;
|
|
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* ___m_PressedSprite_1;
|
|
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* ___m_SelectedSprite_2;
|
|
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* ___m_DisabledSprite_3;
|
|
};
|
|
// Native definition for COM marshalling of UnityEngine.UI.SpriteState
|
|
struct SpriteState_tC8199570BE6337FB5C49347C97892B4222E5AACD_marshaled_com
|
|
{
|
|
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* ___m_HighlightedSprite_0;
|
|
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* ___m_PressedSprite_1;
|
|
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* ___m_SelectedSprite_2;
|
|
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* ___m_DisabledSprite_3;
|
|
};
|
|
|
|
// TMPro.TMP_FontStyleStack
|
|
struct TMP_FontStyleStack_t52885F172FADBC21346C835B5302167BDA8020DC
|
|
{
|
|
// System.Byte TMPro.TMP_FontStyleStack::bold
|
|
uint8_t ___bold_0;
|
|
// System.Byte TMPro.TMP_FontStyleStack::italic
|
|
uint8_t ___italic_1;
|
|
// System.Byte TMPro.TMP_FontStyleStack::underline
|
|
uint8_t ___underline_2;
|
|
// System.Byte TMPro.TMP_FontStyleStack::strikethrough
|
|
uint8_t ___strikethrough_3;
|
|
// System.Byte TMPro.TMP_FontStyleStack::highlight
|
|
uint8_t ___highlight_4;
|
|
// System.Byte TMPro.TMP_FontStyleStack::superscript
|
|
uint8_t ___superscript_5;
|
|
// System.Byte TMPro.TMP_FontStyleStack::subscript
|
|
uint8_t ___subscript_6;
|
|
// System.Byte TMPro.TMP_FontStyleStack::uppercase
|
|
uint8_t ___uppercase_7;
|
|
// System.Byte TMPro.TMP_FontStyleStack::lowercase
|
|
uint8_t ___lowercase_8;
|
|
// System.Byte TMPro.TMP_FontStyleStack::smallcaps
|
|
uint8_t ___smallcaps_9;
|
|
};
|
|
|
|
// TMPro.TMP_LinkInfo
|
|
struct TMP_LinkInfo_t9DC08E8BF8C5E8094AFF8C9FB3C251AF88B92DA6
|
|
{
|
|
// TMPro.TMP_Text TMPro.TMP_LinkInfo::textComponent
|
|
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* ___textComponent_0;
|
|
// System.Int32 TMPro.TMP_LinkInfo::hashCode
|
|
int32_t ___hashCode_1;
|
|
// System.Int32 TMPro.TMP_LinkInfo::linkIdFirstCharacterIndex
|
|
int32_t ___linkIdFirstCharacterIndex_2;
|
|
// System.Int32 TMPro.TMP_LinkInfo::linkIdLength
|
|
int32_t ___linkIdLength_3;
|
|
// System.Int32 TMPro.TMP_LinkInfo::linkTextfirstCharacterIndex
|
|
int32_t ___linkTextfirstCharacterIndex_4;
|
|
// System.Int32 TMPro.TMP_LinkInfo::linkTextLength
|
|
int32_t ___linkTextLength_5;
|
|
// System.Char[] TMPro.TMP_LinkInfo::linkID
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___linkID_6;
|
|
};
|
|
// Native definition for P/Invoke marshalling of TMPro.TMP_LinkInfo
|
|
struct TMP_LinkInfo_t9DC08E8BF8C5E8094AFF8C9FB3C251AF88B92DA6_marshaled_pinvoke
|
|
{
|
|
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* ___textComponent_0;
|
|
int32_t ___hashCode_1;
|
|
int32_t ___linkIdFirstCharacterIndex_2;
|
|
int32_t ___linkIdLength_3;
|
|
int32_t ___linkTextfirstCharacterIndex_4;
|
|
int32_t ___linkTextLength_5;
|
|
uint8_t* ___linkID_6;
|
|
};
|
|
// Native definition for COM marshalling of TMPro.TMP_LinkInfo
|
|
struct TMP_LinkInfo_t9DC08E8BF8C5E8094AFF8C9FB3C251AF88B92DA6_marshaled_com
|
|
{
|
|
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* ___textComponent_0;
|
|
int32_t ___hashCode_1;
|
|
int32_t ___linkIdFirstCharacterIndex_2;
|
|
int32_t ___linkIdLength_3;
|
|
int32_t ___linkTextfirstCharacterIndex_4;
|
|
int32_t ___linkTextLength_5;
|
|
uint8_t* ___linkID_6;
|
|
};
|
|
|
|
// TMPro.TMP_Offset
|
|
struct TMP_Offset_t2262BE4E87D9662487777FF8FFE1B17B0E4438C6
|
|
{
|
|
// System.Single TMPro.TMP_Offset::m_Left
|
|
float ___m_Left_0;
|
|
// System.Single TMPro.TMP_Offset::m_Right
|
|
float ___m_Right_1;
|
|
// System.Single TMPro.TMP_Offset::m_Top
|
|
float ___m_Top_2;
|
|
// System.Single TMPro.TMP_Offset::m_Bottom
|
|
float ___m_Bottom_3;
|
|
};
|
|
|
|
// TMPro.TMP_WordInfo
|
|
struct TMP_WordInfo_t825112AF0B76E4461F9C7DD336A02CC6A090A983
|
|
{
|
|
// TMPro.TMP_Text TMPro.TMP_WordInfo::textComponent
|
|
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* ___textComponent_0;
|
|
// System.Int32 TMPro.TMP_WordInfo::firstCharacterIndex
|
|
int32_t ___firstCharacterIndex_1;
|
|
// System.Int32 TMPro.TMP_WordInfo::lastCharacterIndex
|
|
int32_t ___lastCharacterIndex_2;
|
|
// System.Int32 TMPro.TMP_WordInfo::characterCount
|
|
int32_t ___characterCount_3;
|
|
};
|
|
// Native definition for P/Invoke marshalling of TMPro.TMP_WordInfo
|
|
struct TMP_WordInfo_t825112AF0B76E4461F9C7DD336A02CC6A090A983_marshaled_pinvoke
|
|
{
|
|
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* ___textComponent_0;
|
|
int32_t ___firstCharacterIndex_1;
|
|
int32_t ___lastCharacterIndex_2;
|
|
int32_t ___characterCount_3;
|
|
};
|
|
// Native definition for COM marshalling of TMPro.TMP_WordInfo
|
|
struct TMP_WordInfo_t825112AF0B76E4461F9C7DD336A02CC6A090A983_marshaled_com
|
|
{
|
|
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* ___textComponent_0;
|
|
int32_t ___firstCharacterIndex_1;
|
|
int32_t ___lastCharacterIndex_2;
|
|
int32_t ___characterCount_3;
|
|
};
|
|
|
|
// UnityEngine.Vector2
|
|
struct Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7
|
|
{
|
|
// System.Single UnityEngine.Vector2::x
|
|
float ___x_0;
|
|
// System.Single UnityEngine.Vector2::y
|
|
float ___y_1;
|
|
};
|
|
|
|
// UnityEngine.Vector3
|
|
struct Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2
|
|
{
|
|
// System.Single UnityEngine.Vector3::x
|
|
float ___x_2;
|
|
// System.Single UnityEngine.Vector3::y
|
|
float ___y_3;
|
|
// System.Single UnityEngine.Vector3::z
|
|
float ___z_4;
|
|
};
|
|
|
|
// UnityEngine.Vector4
|
|
struct Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3
|
|
{
|
|
// System.Single UnityEngine.Vector4::x
|
|
float ___x_1;
|
|
// System.Single UnityEngine.Vector4::y
|
|
float ___y_2;
|
|
// System.Single UnityEngine.Vector4::z
|
|
float ___z_3;
|
|
// System.Single UnityEngine.Vector4::w
|
|
float ___w_4;
|
|
};
|
|
|
|
// System.Void
|
|
struct Void_t4861ACF8F4594C3437BB48B6E56783494B843915
|
|
{
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
};
|
|
uint8_t Void_t4861ACF8F4594C3437BB48B6E56783494B843915__padding[1];
|
|
};
|
|
};
|
|
|
|
// UnityEngine.WaitForSeconds
|
|
struct WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3 : public YieldInstruction_tFCE35FD0907950EFEE9BC2890AC664E41C53728D
|
|
{
|
|
// System.Single UnityEngine.WaitForSeconds::m_Seconds
|
|
float ___m_Seconds_0;
|
|
};
|
|
// Native definition for P/Invoke marshalling of UnityEngine.WaitForSeconds
|
|
struct WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3_marshaled_pinvoke : public YieldInstruction_tFCE35FD0907950EFEE9BC2890AC664E41C53728D_marshaled_pinvoke
|
|
{
|
|
float ___m_Seconds_0;
|
|
};
|
|
// Native definition for COM marshalling of UnityEngine.WaitForSeconds
|
|
struct WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3_marshaled_com : public YieldInstruction_tFCE35FD0907950EFEE9BC2890AC664E41C53728D_marshaled_com
|
|
{
|
|
float ___m_Seconds_0;
|
|
};
|
|
|
|
// TMPro.TMP_Text/SpecialCharacter
|
|
struct SpecialCharacter_t6C1DBE8C490706D1620899BAB7F0B8091AD26777
|
|
{
|
|
// TMPro.TMP_Character TMPro.TMP_Text/SpecialCharacter::character
|
|
TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35* ___character_0;
|
|
// TMPro.TMP_FontAsset TMPro.TMP_Text/SpecialCharacter::fontAsset
|
|
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* ___fontAsset_1;
|
|
// UnityEngine.Material TMPro.TMP_Text/SpecialCharacter::material
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___material_2;
|
|
// System.Int32 TMPro.TMP_Text/SpecialCharacter::materialIndex
|
|
int32_t ___materialIndex_3;
|
|
};
|
|
// Native definition for P/Invoke marshalling of TMPro.TMP_Text/SpecialCharacter
|
|
struct SpecialCharacter_t6C1DBE8C490706D1620899BAB7F0B8091AD26777_marshaled_pinvoke
|
|
{
|
|
TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35* ___character_0;
|
|
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* ___fontAsset_1;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___material_2;
|
|
int32_t ___materialIndex_3;
|
|
};
|
|
// Native definition for COM marshalling of TMPro.TMP_Text/SpecialCharacter
|
|
struct SpecialCharacter_t6C1DBE8C490706D1620899BAB7F0B8091AD26777_marshaled_com
|
|
{
|
|
TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35* ___character_0;
|
|
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* ___fontAsset_1;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___material_2;
|
|
int32_t ___materialIndex_3;
|
|
};
|
|
|
|
// TMPro.TMP_Text/TextBackingContainer
|
|
struct TextBackingContainer_t33D1CE628E7B26C45EDAC1D87BEF2DD22A5C6361
|
|
{
|
|
// System.UInt32[] TMPro.TMP_Text/TextBackingContainer::m_Array
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* ___m_Array_0;
|
|
// System.Int32 TMPro.TMP_Text/TextBackingContainer::m_Count
|
|
int32_t ___m_Count_1;
|
|
};
|
|
// Native definition for P/Invoke marshalling of TMPro.TMP_Text/TextBackingContainer
|
|
struct TextBackingContainer_t33D1CE628E7B26C45EDAC1D87BEF2DD22A5C6361_marshaled_pinvoke
|
|
{
|
|
Il2CppSafeArray/*NONE*/* ___m_Array_0;
|
|
int32_t ___m_Count_1;
|
|
};
|
|
// Native definition for COM marshalling of TMPro.TMP_Text/TextBackingContainer
|
|
struct TextBackingContainer_t33D1CE628E7B26C45EDAC1D87BEF2DD22A5C6361_marshaled_com
|
|
{
|
|
Il2CppSafeArray/*NONE*/* ___m_Array_0;
|
|
int32_t ___m_Count_1;
|
|
};
|
|
|
|
// TMPro.TMP_TextProcessingStack`1<UnityEngine.Color32>
|
|
struct TMP_TextProcessingStack_1_tF2CD5BE59E5EB22EA9E3EE3043A004EA918C4BB3
|
|
{
|
|
// T[] TMPro.TMP_TextProcessingStack`1::itemStack
|
|
Color32U5BU5D_t38116C3E91765C4C5726CE12C77FAD7F9F737259* ___itemStack_0;
|
|
// System.Int32 TMPro.TMP_TextProcessingStack`1::index
|
|
int32_t ___index_1;
|
|
// T TMPro.TMP_TextProcessingStack`1::m_DefaultItem
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___m_DefaultItem_2;
|
|
// System.Int32 TMPro.TMP_TextProcessingStack`1::m_Capacity
|
|
int32_t ___m_Capacity_3;
|
|
// System.Int32 TMPro.TMP_TextProcessingStack`1::m_RolloverSize
|
|
int32_t ___m_RolloverSize_4;
|
|
// System.Int32 TMPro.TMP_TextProcessingStack`1::m_Count
|
|
int32_t ___m_Count_5;
|
|
};
|
|
|
|
// TMPro.TMP_TextProcessingStack`1<TMPro.MaterialReference>
|
|
struct TMP_TextProcessingStack_1_tB03E08F69415B281A5A81138F09E49EE58402DF9
|
|
{
|
|
// T[] TMPro.TMP_TextProcessingStack`1::itemStack
|
|
MaterialReferenceU5BU5D_t7491D335AB3E3E13CE9C0F5E931F396F6A02E1F2* ___itemStack_0;
|
|
// System.Int32 TMPro.TMP_TextProcessingStack`1::index
|
|
int32_t ___index_1;
|
|
// T TMPro.TMP_TextProcessingStack`1::m_DefaultItem
|
|
MaterialReference_tFD98FFFBBDF168028E637446C6676507186F4D0B ___m_DefaultItem_2;
|
|
// System.Int32 TMPro.TMP_TextProcessingStack`1::m_Capacity
|
|
int32_t ___m_Capacity_3;
|
|
// System.Int32 TMPro.TMP_TextProcessingStack`1::m_RolloverSize
|
|
int32_t ___m_RolloverSize_4;
|
|
// System.Int32 TMPro.TMP_TextProcessingStack`1::m_Count
|
|
int32_t ___m_Count_5;
|
|
};
|
|
|
|
// TMPro.AtlasPopulationMode
|
|
struct AtlasPopulationMode_tBEF72CCC11BFA8D80FA4EEE9A10D49C406167C75
|
|
{
|
|
// System.Int32 TMPro.AtlasPopulationMode::value__
|
|
int32_t ___value___2;
|
|
};
|
|
|
|
// 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;
|
|
};
|
|
|
|
// Pathfinding.CloseToDestinationMode
|
|
struct CloseToDestinationMode_t68C473BAA999057568DD6837C8E5B128E4C6B9E0
|
|
{
|
|
// System.Int32 Pathfinding.CloseToDestinationMode::value__
|
|
int32_t ___value___2;
|
|
};
|
|
|
|
// UnityEngine.Collision2D
|
|
struct Collision2D_t81E83212C969FDDE2AB84EBCA31502818EEAB85B : public RuntimeObject
|
|
{
|
|
// System.Int32 UnityEngine.Collision2D::m_Collider
|
|
int32_t ___m_Collider_0;
|
|
// System.Int32 UnityEngine.Collision2D::m_OtherCollider
|
|
int32_t ___m_OtherCollider_1;
|
|
// System.Int32 UnityEngine.Collision2D::m_Rigidbody
|
|
int32_t ___m_Rigidbody_2;
|
|
// System.Int32 UnityEngine.Collision2D::m_OtherRigidbody
|
|
int32_t ___m_OtherRigidbody_3;
|
|
// UnityEngine.Vector2 UnityEngine.Collision2D::m_RelativeVelocity
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___m_RelativeVelocity_4;
|
|
// System.Int32 UnityEngine.Collision2D::m_Enabled
|
|
int32_t ___m_Enabled_5;
|
|
// System.Int32 UnityEngine.Collision2D::m_ContactCount
|
|
int32_t ___m_ContactCount_6;
|
|
// UnityEngine.ContactPoint2D[] UnityEngine.Collision2D::m_ReusedContacts
|
|
ContactPoint2DU5BU5D_t427621BF8902AE33C86E7BF384D9B2B5B781F949* ___m_ReusedContacts_7;
|
|
// UnityEngine.ContactPoint2D[] UnityEngine.Collision2D::m_LegacyContacts
|
|
ContactPoint2DU5BU5D_t427621BF8902AE33C86E7BF384D9B2B5B781F949* ___m_LegacyContacts_8;
|
|
};
|
|
// Native definition for P/Invoke marshalling of UnityEngine.Collision2D
|
|
struct Collision2D_t81E83212C969FDDE2AB84EBCA31502818EEAB85B_marshaled_pinvoke
|
|
{
|
|
int32_t ___m_Collider_0;
|
|
int32_t ___m_OtherCollider_1;
|
|
int32_t ___m_Rigidbody_2;
|
|
int32_t ___m_OtherRigidbody_3;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___m_RelativeVelocity_4;
|
|
int32_t ___m_Enabled_5;
|
|
int32_t ___m_ContactCount_6;
|
|
ContactPoint2D_t16A7EE2DDFB4FA3A09C6554E11F30CEDAEBFA801* ___m_ReusedContacts_7;
|
|
ContactPoint2D_t16A7EE2DDFB4FA3A09C6554E11F30CEDAEBFA801* ___m_LegacyContacts_8;
|
|
};
|
|
// Native definition for COM marshalling of UnityEngine.Collision2D
|
|
struct Collision2D_t81E83212C969FDDE2AB84EBCA31502818EEAB85B_marshaled_com
|
|
{
|
|
int32_t ___m_Collider_0;
|
|
int32_t ___m_OtherCollider_1;
|
|
int32_t ___m_Rigidbody_2;
|
|
int32_t ___m_OtherRigidbody_3;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___m_RelativeVelocity_4;
|
|
int32_t ___m_Enabled_5;
|
|
int32_t ___m_ContactCount_6;
|
|
ContactPoint2D_t16A7EE2DDFB4FA3A09C6554E11F30CEDAEBFA801* ___m_ReusedContacts_7;
|
|
ContactPoint2D_t16A7EE2DDFB4FA3A09C6554E11F30CEDAEBFA801* ___m_LegacyContacts_8;
|
|
};
|
|
|
|
// UnityEngine.UI.ColorBlock
|
|
struct ColorBlock_tDD7C62E7AFE442652FC98F8D058CE8AE6BFD7C11
|
|
{
|
|
// UnityEngine.Color UnityEngine.UI.ColorBlock::m_NormalColor
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___m_NormalColor_0;
|
|
// UnityEngine.Color UnityEngine.UI.ColorBlock::m_HighlightedColor
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___m_HighlightedColor_1;
|
|
// UnityEngine.Color UnityEngine.UI.ColorBlock::m_PressedColor
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___m_PressedColor_2;
|
|
// UnityEngine.Color UnityEngine.UI.ColorBlock::m_SelectedColor
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___m_SelectedColor_3;
|
|
// UnityEngine.Color UnityEngine.UI.ColorBlock::m_DisabledColor
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___m_DisabledColor_4;
|
|
// System.Single UnityEngine.UI.ColorBlock::m_ColorMultiplier
|
|
float ___m_ColorMultiplier_5;
|
|
// System.Single UnityEngine.UI.ColorBlock::m_FadeDuration
|
|
float ___m_FadeDuration_6;
|
|
};
|
|
|
|
// TMPro.ColorMode
|
|
struct ColorMode_tA7A815AAB9F175EFBA0AE0814E55728432A880BF
|
|
{
|
|
// System.Int32 TMPro.ColorMode::value__
|
|
int32_t ___value___2;
|
|
};
|
|
|
|
// UnityEngine.Coroutine
|
|
struct Coroutine_t85EA685566A254C23F3FD77AB5BDFFFF8799596B : public YieldInstruction_tFCE35FD0907950EFEE9BC2890AC664E41C53728D
|
|
{
|
|
// System.IntPtr UnityEngine.Coroutine::m_Ptr
|
|
intptr_t ___m_Ptr_0;
|
|
};
|
|
// Native definition for P/Invoke marshalling of UnityEngine.Coroutine
|
|
struct Coroutine_t85EA685566A254C23F3FD77AB5BDFFFF8799596B_marshaled_pinvoke : public YieldInstruction_tFCE35FD0907950EFEE9BC2890AC664E41C53728D_marshaled_pinvoke
|
|
{
|
|
intptr_t ___m_Ptr_0;
|
|
};
|
|
// Native definition for COM marshalling of UnityEngine.Coroutine
|
|
struct Coroutine_t85EA685566A254C23F3FD77AB5BDFFFF8799596B_marshaled_com : public YieldInstruction_tFCE35FD0907950EFEE9BC2890AC664E41C53728D_marshaled_com
|
|
{
|
|
intptr_t ___m_Ptr_0;
|
|
};
|
|
|
|
// System.Delegate
|
|
struct Delegate_t : public RuntimeObject
|
|
{
|
|
// System.IntPtr System.Delegate::method_ptr
|
|
intptr_t ___method_ptr_0;
|
|
// System.IntPtr System.Delegate::invoke_impl
|
|
intptr_t ___invoke_impl_1;
|
|
// System.Object System.Delegate::m_target
|
|
RuntimeObject* ___m_target_2;
|
|
// System.IntPtr System.Delegate::method
|
|
intptr_t ___method_3;
|
|
// System.IntPtr System.Delegate::delegate_trampoline
|
|
intptr_t ___delegate_trampoline_4;
|
|
// System.IntPtr System.Delegate::extra_arg
|
|
intptr_t ___extra_arg_5;
|
|
// System.IntPtr System.Delegate::method_code
|
|
intptr_t ___method_code_6;
|
|
// System.IntPtr System.Delegate::interp_method
|
|
intptr_t ___interp_method_7;
|
|
// System.IntPtr System.Delegate::interp_invoke_impl
|
|
intptr_t ___interp_invoke_impl_8;
|
|
// System.Reflection.MethodInfo System.Delegate::method_info
|
|
MethodInfo_t* ___method_info_9;
|
|
// System.Reflection.MethodInfo System.Delegate::original_method_info
|
|
MethodInfo_t* ___original_method_info_10;
|
|
// System.DelegateData System.Delegate::data
|
|
DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E* ___data_11;
|
|
// System.Boolean System.Delegate::method_is_virtual
|
|
bool ___method_is_virtual_12;
|
|
};
|
|
// Native definition for P/Invoke marshalling of System.Delegate
|
|
struct Delegate_t_marshaled_pinvoke
|
|
{
|
|
intptr_t ___method_ptr_0;
|
|
intptr_t ___invoke_impl_1;
|
|
Il2CppIUnknown* ___m_target_2;
|
|
intptr_t ___method_3;
|
|
intptr_t ___delegate_trampoline_4;
|
|
intptr_t ___extra_arg_5;
|
|
intptr_t ___method_code_6;
|
|
intptr_t ___interp_method_7;
|
|
intptr_t ___interp_invoke_impl_8;
|
|
MethodInfo_t* ___method_info_9;
|
|
MethodInfo_t* ___original_method_info_10;
|
|
DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E* ___data_11;
|
|
int32_t ___method_is_virtual_12;
|
|
};
|
|
// Native definition for COM marshalling of System.Delegate
|
|
struct Delegate_t_marshaled_com
|
|
{
|
|
intptr_t ___method_ptr_0;
|
|
intptr_t ___invoke_impl_1;
|
|
Il2CppIUnknown* ___m_target_2;
|
|
intptr_t ___method_3;
|
|
intptr_t ___delegate_trampoline_4;
|
|
intptr_t ___extra_arg_5;
|
|
intptr_t ___method_code_6;
|
|
intptr_t ___interp_method_7;
|
|
intptr_t ___interp_invoke_impl_8;
|
|
MethodInfo_t* ___method_info_9;
|
|
MethodInfo_t* ___original_method_info_10;
|
|
DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E* ___data_11;
|
|
int32_t ___method_is_virtual_12;
|
|
};
|
|
|
|
// System.Exception
|
|
struct Exception_t : public RuntimeObject
|
|
{
|
|
// System.String System.Exception::_className
|
|
String_t* ____className_1;
|
|
// System.String System.Exception::_message
|
|
String_t* ____message_2;
|
|
// System.Collections.IDictionary System.Exception::_data
|
|
RuntimeObject* ____data_3;
|
|
// System.Exception System.Exception::_innerException
|
|
Exception_t* ____innerException_4;
|
|
// System.String System.Exception::_helpURL
|
|
String_t* ____helpURL_5;
|
|
// System.Object System.Exception::_stackTrace
|
|
RuntimeObject* ____stackTrace_6;
|
|
// System.String System.Exception::_stackTraceString
|
|
String_t* ____stackTraceString_7;
|
|
// System.String System.Exception::_remoteStackTraceString
|
|
String_t* ____remoteStackTraceString_8;
|
|
// System.Int32 System.Exception::_remoteStackIndex
|
|
int32_t ____remoteStackIndex_9;
|
|
// System.Object System.Exception::_dynamicMethods
|
|
RuntimeObject* ____dynamicMethods_10;
|
|
// System.Int32 System.Exception::_HResult
|
|
int32_t ____HResult_11;
|
|
// System.String System.Exception::_source
|
|
String_t* ____source_12;
|
|
// System.Runtime.Serialization.SafeSerializationManager System.Exception::_safeSerializationManager
|
|
SafeSerializationManager_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6* ____safeSerializationManager_13;
|
|
// System.Diagnostics.StackTrace[] System.Exception::captured_traces
|
|
StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF* ___captured_traces_14;
|
|
// System.IntPtr[] System.Exception::native_trace_ips
|
|
IntPtrU5BU5D_tFD177F8C806A6921AD7150264CCC62FA00CAD832* ___native_trace_ips_15;
|
|
// System.Int32 System.Exception::caught_in_unmanaged
|
|
int32_t ___caught_in_unmanaged_16;
|
|
};
|
|
// Native definition for P/Invoke marshalling of System.Exception
|
|
struct Exception_t_marshaled_pinvoke
|
|
{
|
|
char* ____className_1;
|
|
char* ____message_2;
|
|
RuntimeObject* ____data_3;
|
|
Exception_t_marshaled_pinvoke* ____innerException_4;
|
|
char* ____helpURL_5;
|
|
Il2CppIUnknown* ____stackTrace_6;
|
|
char* ____stackTraceString_7;
|
|
char* ____remoteStackTraceString_8;
|
|
int32_t ____remoteStackIndex_9;
|
|
Il2CppIUnknown* ____dynamicMethods_10;
|
|
int32_t ____HResult_11;
|
|
char* ____source_12;
|
|
SafeSerializationManager_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6* ____safeSerializationManager_13;
|
|
StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF* ___captured_traces_14;
|
|
Il2CppSafeArray/*NONE*/* ___native_trace_ips_15;
|
|
int32_t ___caught_in_unmanaged_16;
|
|
};
|
|
// Native definition for COM marshalling of System.Exception
|
|
struct Exception_t_marshaled_com
|
|
{
|
|
Il2CppChar* ____className_1;
|
|
Il2CppChar* ____message_2;
|
|
RuntimeObject* ____data_3;
|
|
Exception_t_marshaled_com* ____innerException_4;
|
|
Il2CppChar* ____helpURL_5;
|
|
Il2CppIUnknown* ____stackTrace_6;
|
|
Il2CppChar* ____stackTraceString_7;
|
|
Il2CppChar* ____remoteStackTraceString_8;
|
|
int32_t ____remoteStackIndex_9;
|
|
Il2CppIUnknown* ____dynamicMethods_10;
|
|
int32_t ____HResult_11;
|
|
Il2CppChar* ____source_12;
|
|
SafeSerializationManager_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6* ____safeSerializationManager_13;
|
|
StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF* ___captured_traces_14;
|
|
Il2CppSafeArray/*NONE*/* ___native_trace_ips_15;
|
|
int32_t ___caught_in_unmanaged_16;
|
|
};
|
|
|
|
// TMPro.Extents
|
|
struct Extents_tA2D2F95811D0A18CB7AC3570D2D8F8CD3AF4C4A8
|
|
{
|
|
// UnityEngine.Vector2 TMPro.Extents::min
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___min_2;
|
|
// UnityEngine.Vector2 TMPro.Extents::max
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___max_3;
|
|
};
|
|
|
|
// TMPro.FontStyles
|
|
struct FontStyles_t9E611EE6BBE6E192A73EAFF7872596517C527FF5
|
|
{
|
|
// System.Int32 TMPro.FontStyles::value__
|
|
int32_t ___value___2;
|
|
};
|
|
|
|
// TMPro.FontWeight
|
|
struct FontWeight_tA2585C0A73B70D31CE71E7843149098A5E16BC80
|
|
{
|
|
// System.Int32 TMPro.FontWeight::value__
|
|
int32_t ___value___2;
|
|
};
|
|
|
|
// UnityEngine.TextCore.LowLevel.GlyphRenderMode
|
|
struct GlyphRenderMode_tE7FB60827750662A45E89D168932FE2D8AEB5281
|
|
{
|
|
// System.Int32 UnityEngine.TextCore.LowLevel.GlyphRenderMode::value__
|
|
int32_t ___value___2;
|
|
};
|
|
|
|
// Pathfinding.Heuristic
|
|
struct Heuristic_t682FD4AD16A830982AE098B3901C9BA07E1AE888
|
|
{
|
|
// System.Int32 Pathfinding.Heuristic::value__
|
|
int32_t ___value___2;
|
|
};
|
|
|
|
// TMPro.HighlightState
|
|
struct HighlightState_tE4F50287E5E2E91D42AB77DEA281D88D3AD6A28B
|
|
{
|
|
// UnityEngine.Color32 TMPro.HighlightState::color
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___color_0;
|
|
// TMPro.TMP_Offset TMPro.HighlightState::padding
|
|
TMP_Offset_t2262BE4E87D9662487777FF8FFE1B17B0E4438C6 ___padding_1;
|
|
};
|
|
|
|
// TMPro.HorizontalAlignmentOptions
|
|
struct HorizontalAlignmentOptions_tCC21260E9FBEC656BA7783643ED5F44AFF7955A1
|
|
{
|
|
// System.Int32 TMPro.HorizontalAlignmentOptions::value__
|
|
int32_t ___value___2;
|
|
};
|
|
|
|
// UnityEngine.KeyCode
|
|
struct KeyCode_t75B9ECCC26D858F55040DDFF9523681E996D17E9
|
|
{
|
|
// System.Int32 UnityEngine.KeyCode::value__
|
|
int32_t ___value___2;
|
|
};
|
|
|
|
// TMPro.MaskingTypes
|
|
struct MaskingTypes_tF4913BE3D6A47C3AD642902F83C6C52B4A39D2B5
|
|
{
|
|
// System.Int32 TMPro.MaskingTypes::value__
|
|
int32_t ___value___2;
|
|
};
|
|
|
|
// UnityEngine.Object
|
|
struct Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C : public RuntimeObject
|
|
{
|
|
// System.IntPtr UnityEngine.Object::m_CachedPtr
|
|
intptr_t ___m_CachedPtr_0;
|
|
};
|
|
// Native definition for P/Invoke marshalling of UnityEngine.Object
|
|
struct Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_marshaled_pinvoke
|
|
{
|
|
intptr_t ___m_CachedPtr_0;
|
|
};
|
|
// Native definition for COM marshalling of UnityEngine.Object
|
|
struct Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_marshaled_com
|
|
{
|
|
intptr_t ___m_CachedPtr_0;
|
|
};
|
|
|
|
// Pathfinding.OrientationMode
|
|
struct OrientationMode_tD5BB596E7A265917500F11EF852676E61046E5A3
|
|
{
|
|
// System.Int32 Pathfinding.OrientationMode::value__
|
|
int32_t ___value___2;
|
|
};
|
|
|
|
// Pathfinding.PathCompleteState
|
|
struct PathCompleteState_tE8C58BD32B43D49750064066CE12F7467F63D700
|
|
{
|
|
// System.Int32 Pathfinding.PathCompleteState::value__
|
|
int32_t ___value___2;
|
|
};
|
|
|
|
// Pathfinding.PathState
|
|
struct PathState_tC6833B9DC1F70871D5FB2B6D62ACFEEA6C32C8FB
|
|
{
|
|
// System.Int32 Pathfinding.PathState::value__
|
|
int32_t ___value___2;
|
|
};
|
|
|
|
// Unity.Profiling.ProfilerMarker
|
|
struct ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD
|
|
{
|
|
// System.IntPtr Unity.Profiling.ProfilerMarker::m_Ptr
|
|
intptr_t ___m_Ptr_0;
|
|
};
|
|
|
|
// UnityEngine.Ray
|
|
struct Ray_t2B1742D7958DC05BDC3EFC7461D3593E1430DC00
|
|
{
|
|
// UnityEngine.Vector3 UnityEngine.Ray::m_Origin
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___m_Origin_0;
|
|
// UnityEngine.Vector3 UnityEngine.Ray::m_Direction
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___m_Direction_1;
|
|
};
|
|
|
|
// UnityEngine.RaycastHit
|
|
struct RaycastHit_t6F30BD0B38B56401CA833A1B87BD74F2ACD2F2B5
|
|
{
|
|
// UnityEngine.Vector3 UnityEngine.RaycastHit::m_Point
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___m_Point_0;
|
|
// UnityEngine.Vector3 UnityEngine.RaycastHit::m_Normal
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___m_Normal_1;
|
|
// System.UInt32 UnityEngine.RaycastHit::m_FaceID
|
|
uint32_t ___m_FaceID_2;
|
|
// System.Single UnityEngine.RaycastHit::m_Distance
|
|
float ___m_Distance_3;
|
|
// UnityEngine.Vector2 UnityEngine.RaycastHit::m_UV
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___m_UV_4;
|
|
// System.Int32 UnityEngine.RaycastHit::m_Collider
|
|
int32_t ___m_Collider_5;
|
|
};
|
|
|
|
// UnityEngine.EventSystems.RaycastResult
|
|
struct RaycastResult_tEC6A7B7CABA99C386F054F01E498AEC426CF8023
|
|
{
|
|
// UnityEngine.GameObject UnityEngine.EventSystems.RaycastResult::m_GameObject
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___m_GameObject_0;
|
|
// UnityEngine.EventSystems.BaseRaycaster UnityEngine.EventSystems.RaycastResult::module
|
|
BaseRaycaster_t7DC8158FD3CA0193455344379DD5FF7CD5F1F832* ___module_1;
|
|
// System.Single UnityEngine.EventSystems.RaycastResult::distance
|
|
float ___distance_2;
|
|
// System.Single UnityEngine.EventSystems.RaycastResult::index
|
|
float ___index_3;
|
|
// System.Int32 UnityEngine.EventSystems.RaycastResult::depth
|
|
int32_t ___depth_4;
|
|
// System.Int32 UnityEngine.EventSystems.RaycastResult::sortingGroupID
|
|
int32_t ___sortingGroupID_5;
|
|
// System.Int32 UnityEngine.EventSystems.RaycastResult::sortingGroupOrder
|
|
int32_t ___sortingGroupOrder_6;
|
|
// System.Int32 UnityEngine.EventSystems.RaycastResult::sortingLayer
|
|
int32_t ___sortingLayer_7;
|
|
// System.Int32 UnityEngine.EventSystems.RaycastResult::sortingOrder
|
|
int32_t ___sortingOrder_8;
|
|
// UnityEngine.Vector3 UnityEngine.EventSystems.RaycastResult::worldPosition
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___worldPosition_9;
|
|
// UnityEngine.Vector3 UnityEngine.EventSystems.RaycastResult::worldNormal
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___worldNormal_10;
|
|
// UnityEngine.Vector2 UnityEngine.EventSystems.RaycastResult::screenPosition
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___screenPosition_11;
|
|
// System.Int32 UnityEngine.EventSystems.RaycastResult::displayIndex
|
|
int32_t ___displayIndex_12;
|
|
};
|
|
// Native definition for P/Invoke marshalling of UnityEngine.EventSystems.RaycastResult
|
|
struct RaycastResult_tEC6A7B7CABA99C386F054F01E498AEC426CF8023_marshaled_pinvoke
|
|
{
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___m_GameObject_0;
|
|
BaseRaycaster_t7DC8158FD3CA0193455344379DD5FF7CD5F1F832* ___module_1;
|
|
float ___distance_2;
|
|
float ___index_3;
|
|
int32_t ___depth_4;
|
|
int32_t ___sortingGroupID_5;
|
|
int32_t ___sortingGroupOrder_6;
|
|
int32_t ___sortingLayer_7;
|
|
int32_t ___sortingOrder_8;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___worldPosition_9;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___worldNormal_10;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___screenPosition_11;
|
|
int32_t ___displayIndex_12;
|
|
};
|
|
// Native definition for COM marshalling of UnityEngine.EventSystems.RaycastResult
|
|
struct RaycastResult_tEC6A7B7CABA99C386F054F01E498AEC426CF8023_marshaled_com
|
|
{
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___m_GameObject_0;
|
|
BaseRaycaster_t7DC8158FD3CA0193455344379DD5FF7CD5F1F832* ___module_1;
|
|
float ___distance_2;
|
|
float ___index_3;
|
|
int32_t ___depth_4;
|
|
int32_t ___sortingGroupID_5;
|
|
int32_t ___sortingGroupOrder_6;
|
|
int32_t ___sortingLayer_7;
|
|
int32_t ___sortingOrder_8;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___worldPosition_9;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___worldNormal_10;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___screenPosition_11;
|
|
int32_t ___displayIndex_12;
|
|
};
|
|
|
|
// UnityEngine.RenderMode
|
|
struct RenderMode_tB63553E26C26A0B62C47B995F86AC41768494633
|
|
{
|
|
// System.Int32 UnityEngine.RenderMode::value__
|
|
int32_t ___value___2;
|
|
};
|
|
|
|
// UnityEngine.RuntimePlatform
|
|
struct RuntimePlatform_t9A8AAF204603076FCAAECCCC05DA386AEE7BF66E
|
|
{
|
|
// System.Int32 UnityEngine.RuntimePlatform::value__
|
|
int32_t ___value___2;
|
|
};
|
|
|
|
// System.RuntimeTypeHandle
|
|
struct RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B
|
|
{
|
|
// System.IntPtr System.RuntimeTypeHandle::value
|
|
intptr_t ___value_0;
|
|
};
|
|
|
|
// UnityEngine.Space
|
|
struct Space_tF043E93E06B702DD05199C28C6F779049B38A969
|
|
{
|
|
// System.Int32 UnityEngine.Space::value__
|
|
int32_t ___value___2;
|
|
};
|
|
|
|
// TMPro.TMP_TextElementType
|
|
struct TMP_TextElementType_t51EE6662436732F22C6B599F5757B7F35F706342
|
|
{
|
|
// System.Int32 TMPro.TMP_TextElementType::value__
|
|
int32_t ___value___2;
|
|
};
|
|
|
|
// TMPro.TMP_Vertex
|
|
struct TMP_Vertex_t0FD80AE2515219689310A8F619A265667B530E1A
|
|
{
|
|
// UnityEngine.Vector3 TMPro.TMP_Vertex::position
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___position_0;
|
|
// UnityEngine.Vector2 TMPro.TMP_Vertex::uv
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___uv_1;
|
|
// UnityEngine.Vector2 TMPro.TMP_Vertex::uv2
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___uv2_2;
|
|
// UnityEngine.Vector2 TMPro.TMP_Vertex::uv4
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___uv4_3;
|
|
// UnityEngine.Color32 TMPro.TMP_Vertex::color
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___color_4;
|
|
};
|
|
|
|
// TMPro.TextAlignmentOptions
|
|
struct TextAlignmentOptions_tF3FA9020F7E2AF1A48660044540254009A22EF01
|
|
{
|
|
// System.Int32 TMPro.TextAlignmentOptions::value__
|
|
int32_t ___value___2;
|
|
};
|
|
|
|
// UnityEngine.TextAnchor
|
|
struct TextAnchor_tA46E794186AC1CD0F22888652F589EBF7DFDF830
|
|
{
|
|
// System.Int32 UnityEngine.TextAnchor::value__
|
|
int32_t ___value___2;
|
|
};
|
|
|
|
// TMPro.TextOverflowModes
|
|
struct TextOverflowModes_t7DCCD00C16E3223CE50CDDCC53F785C0405BE203
|
|
{
|
|
// System.Int32 TMPro.TextOverflowModes::value__
|
|
int32_t ___value___2;
|
|
};
|
|
|
|
// TMPro.TextRenderFlags
|
|
struct TextRenderFlags_tE023FF398ECFE57A1DBC6FD2A1AF4AE9620F6E1C
|
|
{
|
|
// System.Int32 TMPro.TextRenderFlags::value__
|
|
int32_t ___value___2;
|
|
};
|
|
|
|
// TMPro.TextureMappingOptions
|
|
struct TextureMappingOptions_t0E1A47C529DEB45A875486256E7026E97C940DAE
|
|
{
|
|
// System.Int32 TMPro.TextureMappingOptions::value__
|
|
int32_t ___value___2;
|
|
};
|
|
|
|
// UnityEngine.TouchPhase
|
|
struct TouchPhase_t54E0A1AF80465997849420A72317B733E1D49A9E
|
|
{
|
|
// System.Int32 UnityEngine.TouchPhase::value__
|
|
int32_t ___value___2;
|
|
};
|
|
|
|
// UnityEngine.TouchScreenKeyboardType
|
|
struct TouchScreenKeyboardType_t3F5A06315B263282460BE67DE01393B6FB3780C1
|
|
{
|
|
// System.Int32 UnityEngine.TouchScreenKeyboardType::value__
|
|
int32_t ___value___2;
|
|
};
|
|
|
|
// UnityEngine.TouchType
|
|
struct TouchType_t84F82C73BC1A6012141735AD84DA67AA7F7AB43F
|
|
{
|
|
// System.Int32 UnityEngine.TouchType::value__
|
|
int32_t ___value___2;
|
|
};
|
|
|
|
// TMPro.VertexGradient
|
|
struct VertexGradient_t2C057B53C0EA6E987C2B7BAB0305E686DA1C9A8F
|
|
{
|
|
// UnityEngine.Color TMPro.VertexGradient::topLeft
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___topLeft_0;
|
|
// UnityEngine.Color TMPro.VertexGradient::topRight
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___topRight_1;
|
|
// UnityEngine.Color TMPro.VertexGradient::bottomLeft
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___bottomLeft_2;
|
|
// UnityEngine.Color TMPro.VertexGradient::bottomRight
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___bottomRight_3;
|
|
};
|
|
|
|
// TMPro.VertexSortingOrder
|
|
struct VertexSortingOrder_t95B7AEDBDCAACC3459B6476E5CCC594A6422FFA8
|
|
{
|
|
// System.Int32 TMPro.VertexSortingOrder::value__
|
|
int32_t ___value___2;
|
|
};
|
|
|
|
// TMPro.VerticalAlignmentOptions
|
|
struct VerticalAlignmentOptions_tCEF70AF60282B71AEEE14D51253CE6A61E72D855
|
|
{
|
|
// System.Int32 TMPro.VerticalAlignmentOptions::value__
|
|
int32_t ___value___2;
|
|
};
|
|
|
|
// TMPro.Examples.Benchmark03/BenchmarkType
|
|
struct BenchmarkType_t0C41233AD0232A8929EB165E128549E909E12627
|
|
{
|
|
// System.Int32 TMPro.Examples.Benchmark03/BenchmarkType::value__
|
|
int32_t ___value___2;
|
|
};
|
|
|
|
// TMPro.Examples.CameraController/CameraModes
|
|
struct CameraModes_t6068EDB528ADD814A5D4E622149E8A82033EB109
|
|
{
|
|
// System.Int32 TMPro.Examples.CameraController/CameraModes::value__
|
|
int32_t ___value___2;
|
|
};
|
|
|
|
// EnvMapAnimator/<Start>d__4
|
|
struct U3CStartU3Ed__4_t7AF0F1ABA8D3AE9575A02603D2DC2137FA816557 : public RuntimeObject
|
|
{
|
|
// System.Int32 EnvMapAnimator/<Start>d__4::<>1__state
|
|
int32_t ___U3CU3E1__state_0;
|
|
// System.Object EnvMapAnimator/<Start>d__4::<>2__current
|
|
RuntimeObject* ___U3CU3E2__current_1;
|
|
// EnvMapAnimator EnvMapAnimator/<Start>d__4::<>4__this
|
|
EnvMapAnimator_tFBDB01D5863979E446E8FF4A3A9C1EA6933D38DB* ___U3CU3E4__this_2;
|
|
// UnityEngine.Matrix4x4 EnvMapAnimator/<Start>d__4::<matrix>5__2
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___U3CmatrixU3E5__2_3;
|
|
};
|
|
|
|
// UnityEngine.UI.Navigation/Mode
|
|
struct Mode_t2D49D0E10E2FDA0026278C2400C16033888D0542
|
|
{
|
|
// System.Int32 UnityEngine.UI.Navigation/Mode::value__
|
|
int32_t ___value___2;
|
|
};
|
|
|
|
// UnityEngine.EventSystems.PointerEventData/InputButton
|
|
struct InputButton_t7F40241CC7C406EBD574D426F736CB744DE86CDA
|
|
{
|
|
// System.Int32 UnityEngine.EventSystems.PointerEventData/InputButton::value__
|
|
int32_t ___value___2;
|
|
};
|
|
|
|
// UnityEngine.UI.Scrollbar/Direction
|
|
struct Direction_t66B968909AA36972158FF8E756987AD7E12896DF
|
|
{
|
|
// System.Int32 UnityEngine.UI.Scrollbar/Direction::value__
|
|
int32_t ___value___2;
|
|
};
|
|
|
|
// UnityEngine.UI.Selectable/Transition
|
|
struct Transition_tF856A77C9FAC6D26EA3CA158CF68B739D35397B3
|
|
{
|
|
// System.Int32 UnityEngine.UI.Selectable/Transition::value__
|
|
int32_t ___value___2;
|
|
};
|
|
|
|
// TMPro.TMP_InputField/CharacterValidation
|
|
struct CharacterValidation_t14B82768014D219C74BC91657D6B013A0CAFF2B9
|
|
{
|
|
// System.Int32 TMPro.TMP_InputField/CharacterValidation::value__
|
|
int32_t ___value___2;
|
|
};
|
|
|
|
// TMPro.TMP_InputField/ContentType
|
|
struct ContentType_tC6315BB238AB8B34EEAC496ECDA3F92692694276
|
|
{
|
|
// System.Int32 TMPro.TMP_InputField/ContentType::value__
|
|
int32_t ___value___2;
|
|
};
|
|
|
|
// TMPro.TMP_InputField/InputType
|
|
struct InputType_tF2224DC7469AAC22BF653D00F6E29F8739175DA1
|
|
{
|
|
// System.Int32 TMPro.TMP_InputField/InputType::value__
|
|
int32_t ___value___2;
|
|
};
|
|
|
|
// TMPro.TMP_InputField/LineType
|
|
struct LineType_t004C9AD8E9A2D86ABDE2F2F55F09446F6E46AF6E
|
|
{
|
|
// System.Int32 TMPro.TMP_InputField/LineType::value__
|
|
int32_t ___value___2;
|
|
};
|
|
|
|
// TMPro.TMP_InputField/SubmitEvent
|
|
struct SubmitEvent_tF7E2843B6A79D94B8EEEA259707F77BD1773B500 : public UnityEvent_1_tC9859540CF1468306CAB6D758C0A0D95DBCEC257
|
|
{
|
|
};
|
|
|
|
// TMPro.TMP_Text/TextInputSources
|
|
struct TextInputSources_t41387D6C9CB16E60390F47A15AEB8185BE966D26
|
|
{
|
|
// System.Int32 TMPro.TMP_Text/TextInputSources::value__
|
|
int32_t ___value___2;
|
|
};
|
|
|
|
// TMPro.TMP_TextEventHandler/CharacterSelectionEvent
|
|
struct CharacterSelectionEvent_t5D7AF67F47A37175CF8615AD66DEC4A0AA021392 : public UnityEvent_2_tE1EF7CBD9965CD9466B63C1AD8FB3661A30C25B3
|
|
{
|
|
};
|
|
|
|
// TMPro.TMP_TextEventHandler/LineSelectionEvent
|
|
struct LineSelectionEvent_t526120C6113E0638913B951E3D1D7B1CF94F0880 : public UnityEvent_3_t5EE2DC870C12CB60384C5FCBB0DAD36392E701AD
|
|
{
|
|
};
|
|
|
|
// TMPro.TMP_TextEventHandler/LinkSelectionEvent
|
|
struct LinkSelectionEvent_t5CE74F742D231580ED2C810ECE394E1A2BC81B3D : public UnityEvent_3_t978FAA968D1FEECACADDD0969B822861FA0C6622
|
|
{
|
|
};
|
|
|
|
// TMPro.TMP_TextEventHandler/SpriteSelectionEvent
|
|
struct SpriteSelectionEvent_t770551D2973013622C464E817FA74D53BCD4FD95 : public UnityEvent_2_tE1EF7CBD9965CD9466B63C1AD8FB3661A30C25B3
|
|
{
|
|
};
|
|
|
|
// TMPro.TMP_TextEventHandler/WordSelectionEvent
|
|
struct WordSelectionEvent_t340E6006406B5E90F7190C56218E8F7E3712945E : public UnityEvent_3_t5EE2DC870C12CB60384C5FCBB0DAD36392E701AD
|
|
{
|
|
};
|
|
|
|
// TMPro.TMP_TextProcessingStack`1<TMPro.FontWeight>
|
|
struct TMP_TextProcessingStack_1_tA5C8CED87DD9E73F6359E23B334FFB5B6F813FD4
|
|
{
|
|
// T[] TMPro.TMP_TextProcessingStack`1::itemStack
|
|
FontWeightU5BU5D_t2A406B5BAB0DD0F06E7F1773DB062E4AF98067BA* ___itemStack_0;
|
|
// System.Int32 TMPro.TMP_TextProcessingStack`1::index
|
|
int32_t ___index_1;
|
|
// T TMPro.TMP_TextProcessingStack`1::m_DefaultItem
|
|
int32_t ___m_DefaultItem_2;
|
|
// System.Int32 TMPro.TMP_TextProcessingStack`1::m_Capacity
|
|
int32_t ___m_Capacity_3;
|
|
// System.Int32 TMPro.TMP_TextProcessingStack`1::m_RolloverSize
|
|
int32_t ___m_RolloverSize_4;
|
|
// System.Int32 TMPro.TMP_TextProcessingStack`1::m_Count
|
|
int32_t ___m_Count_5;
|
|
};
|
|
|
|
// TMPro.TMP_TextProcessingStack`1<TMPro.HighlightState>
|
|
struct TMP_TextProcessingStack_1_t57AECDCC936A7FF1D6CF66CA11560B28A675648D
|
|
{
|
|
// T[] TMPro.TMP_TextProcessingStack`1::itemStack
|
|
HighlightStateU5BU5D_tA878A0AF1F4F52882ACD29515AADC277EE135622* ___itemStack_0;
|
|
// System.Int32 TMPro.TMP_TextProcessingStack`1::index
|
|
int32_t ___index_1;
|
|
// T TMPro.TMP_TextProcessingStack`1::m_DefaultItem
|
|
HighlightState_tE4F50287E5E2E91D42AB77DEA281D88D3AD6A28B ___m_DefaultItem_2;
|
|
// System.Int32 TMPro.TMP_TextProcessingStack`1::m_Capacity
|
|
int32_t ___m_Capacity_3;
|
|
// System.Int32 TMPro.TMP_TextProcessingStack`1::m_RolloverSize
|
|
int32_t ___m_RolloverSize_4;
|
|
// System.Int32 TMPro.TMP_TextProcessingStack`1::m_Count
|
|
int32_t ___m_Count_5;
|
|
};
|
|
|
|
// TMPro.TMP_TextProcessingStack`1<TMPro.HorizontalAlignmentOptions>
|
|
struct TMP_TextProcessingStack_1_t243EA1B5D7FD2295D6533B953F0BBE8F52EFB8A0
|
|
{
|
|
// T[] TMPro.TMP_TextProcessingStack`1::itemStack
|
|
HorizontalAlignmentOptionsU5BU5D_t4D185662282BFB910D8B9A8199E91578E9422658* ___itemStack_0;
|
|
// System.Int32 TMPro.TMP_TextProcessingStack`1::index
|
|
int32_t ___index_1;
|
|
// T TMPro.TMP_TextProcessingStack`1::m_DefaultItem
|
|
int32_t ___m_DefaultItem_2;
|
|
// System.Int32 TMPro.TMP_TextProcessingStack`1::m_Capacity
|
|
int32_t ___m_Capacity_3;
|
|
// System.Int32 TMPro.TMP_TextProcessingStack`1::m_RolloverSize
|
|
int32_t ___m_RolloverSize_4;
|
|
// System.Int32 TMPro.TMP_TextProcessingStack`1::m_Count
|
|
int32_t ___m_Count_5;
|
|
};
|
|
|
|
// UnityEngine.Component
|
|
struct Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3 : public Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C
|
|
{
|
|
};
|
|
|
|
// UnityEngine.Font
|
|
struct Font_tC95270EA3198038970422D78B74A7F2E218A96B6 : public Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C
|
|
{
|
|
// UnityEngine.Font/FontTextureRebuildCallback UnityEngine.Font::m_FontTextureRebuildCallback
|
|
FontTextureRebuildCallback_t76D5E172DF8AA57E67763D453AAC40F0961D09B1* ___m_FontTextureRebuildCallback_5;
|
|
};
|
|
|
|
// UnityEngine.GameObject
|
|
struct GameObject_t76FEDD663AB33C991A9C9A23129337651094216F : public Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C
|
|
{
|
|
};
|
|
|
|
// UnityEngine.Material
|
|
struct Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3 : 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.UI.Navigation
|
|
struct Navigation_t4D2E201D65749CF4E104E8AC1232CF1D6F14795C
|
|
{
|
|
// UnityEngine.UI.Navigation/Mode UnityEngine.UI.Navigation::m_Mode
|
|
int32_t ___m_Mode_0;
|
|
// System.Boolean UnityEngine.UI.Navigation::m_WrapAround
|
|
bool ___m_WrapAround_1;
|
|
// UnityEngine.UI.Selectable UnityEngine.UI.Navigation::m_SelectOnUp
|
|
Selectable_t3251808068A17B8E92FB33590A4C2FA66D456712* ___m_SelectOnUp_2;
|
|
// UnityEngine.UI.Selectable UnityEngine.UI.Navigation::m_SelectOnDown
|
|
Selectable_t3251808068A17B8E92FB33590A4C2FA66D456712* ___m_SelectOnDown_3;
|
|
// UnityEngine.UI.Selectable UnityEngine.UI.Navigation::m_SelectOnLeft
|
|
Selectable_t3251808068A17B8E92FB33590A4C2FA66D456712* ___m_SelectOnLeft_4;
|
|
// UnityEngine.UI.Selectable UnityEngine.UI.Navigation::m_SelectOnRight
|
|
Selectable_t3251808068A17B8E92FB33590A4C2FA66D456712* ___m_SelectOnRight_5;
|
|
};
|
|
// Native definition for P/Invoke marshalling of UnityEngine.UI.Navigation
|
|
struct Navigation_t4D2E201D65749CF4E104E8AC1232CF1D6F14795C_marshaled_pinvoke
|
|
{
|
|
int32_t ___m_Mode_0;
|
|
int32_t ___m_WrapAround_1;
|
|
Selectable_t3251808068A17B8E92FB33590A4C2FA66D456712* ___m_SelectOnUp_2;
|
|
Selectable_t3251808068A17B8E92FB33590A4C2FA66D456712* ___m_SelectOnDown_3;
|
|
Selectable_t3251808068A17B8E92FB33590A4C2FA66D456712* ___m_SelectOnLeft_4;
|
|
Selectable_t3251808068A17B8E92FB33590A4C2FA66D456712* ___m_SelectOnRight_5;
|
|
};
|
|
// Native definition for COM marshalling of UnityEngine.UI.Navigation
|
|
struct Navigation_t4D2E201D65749CF4E104E8AC1232CF1D6F14795C_marshaled_com
|
|
{
|
|
int32_t ___m_Mode_0;
|
|
int32_t ___m_WrapAround_1;
|
|
Selectable_t3251808068A17B8E92FB33590A4C2FA66D456712* ___m_SelectOnUp_2;
|
|
Selectable_t3251808068A17B8E92FB33590A4C2FA66D456712* ___m_SelectOnDown_3;
|
|
Selectable_t3251808068A17B8E92FB33590A4C2FA66D456712* ___m_SelectOnLeft_4;
|
|
Selectable_t3251808068A17B8E92FB33590A4C2FA66D456712* ___m_SelectOnRight_5;
|
|
};
|
|
|
|
// Pathfinding.Path
|
|
struct Path_tF8373A11D8EE16052CE8F7D66EB9D74E17EE8F7A : public RuntimeObject
|
|
{
|
|
// Pathfinding.PathHandler Pathfinding.Path::pathHandler
|
|
PathHandler_tA1D5AE20432988B79E3C0A8927BF0196C96CC638* ___pathHandler_0;
|
|
// Pathfinding.OnPathDelegate Pathfinding.Path::callback
|
|
OnPathDelegate_tBC5D616171AC6FA3DFA2083777FDA787D35047D4* ___callback_1;
|
|
// Pathfinding.OnPathDelegate Pathfinding.Path::immediateCallback
|
|
OnPathDelegate_tBC5D616171AC6FA3DFA2083777FDA787D35047D4* ___immediateCallback_2;
|
|
// Pathfinding.PathState Pathfinding.Path::<PipelineState>k__BackingField
|
|
int32_t ___U3CPipelineStateU3Ek__BackingField_3;
|
|
// System.Object Pathfinding.Path::stateLock
|
|
RuntimeObject* ___stateLock_4;
|
|
// Pathfinding.ITraversalProvider Pathfinding.Path::traversalProvider
|
|
RuntimeObject* ___traversalProvider_5;
|
|
// Pathfinding.PathCompleteState Pathfinding.Path::completeState
|
|
int32_t ___completeState_6;
|
|
// System.String Pathfinding.Path::<errorLog>k__BackingField
|
|
String_t* ___U3CerrorLogU3Ek__BackingField_7;
|
|
// System.Collections.Generic.List`1<Pathfinding.GraphNode> Pathfinding.Path::path
|
|
List_1_tFFD15BEE5A463816F03AD5239859E32F4C228B59* ___path_8;
|
|
// System.Collections.Generic.List`1<UnityEngine.Vector3> Pathfinding.Path::vectorPath
|
|
List_1_t77B94703E05C519A9010DD0614F757F974E1CD8B* ___vectorPath_9;
|
|
// Pathfinding.PathNode Pathfinding.Path::currentR
|
|
PathNode_t5C7712AE42F73061C0F102F1EF4DA106B3440C1A* ___currentR_10;
|
|
// System.Single Pathfinding.Path::duration
|
|
float ___duration_11;
|
|
// System.Int32 Pathfinding.Path::<searchedNodes>k__BackingField
|
|
int32_t ___U3CsearchedNodesU3Ek__BackingField_12;
|
|
// System.Boolean Pathfinding.Path::<Pathfinding.IPathInternals.Pooled>k__BackingField
|
|
bool ___U3CPathfinding_IPathInternals_PooledU3Ek__BackingField_13;
|
|
// System.Boolean Pathfinding.Path::hasBeenReset
|
|
bool ___hasBeenReset_14;
|
|
// Pathfinding.NNConstraint Pathfinding.Path::nnConstraint
|
|
NNConstraint_tFFCC140E8D37F8EE7521E04FB8B3EAC85F927DB5* ___nnConstraint_15;
|
|
// Pathfinding.Path Pathfinding.Path::next
|
|
Path_tF8373A11D8EE16052CE8F7D66EB9D74E17EE8F7A* ___next_16;
|
|
// Pathfinding.Heuristic Pathfinding.Path::heuristic
|
|
int32_t ___heuristic_17;
|
|
// System.Single Pathfinding.Path::heuristicScale
|
|
float ___heuristicScale_18;
|
|
// System.UInt16 Pathfinding.Path::<pathID>k__BackingField
|
|
uint16_t ___U3CpathIDU3Ek__BackingField_19;
|
|
// Pathfinding.GraphNode Pathfinding.Path::hTargetNode
|
|
GraphNode_t95E96E7408290ADAA41F999EB8311CD5356A238A* ___hTargetNode_20;
|
|
// Pathfinding.Int3 Pathfinding.Path::hTarget
|
|
Int3_t3D1B990C798A218E8F705930EF9F0A373A439553 ___hTarget_21;
|
|
// System.Int32 Pathfinding.Path::enabledTags
|
|
int32_t ___enabledTags_22;
|
|
// System.Int32[] Pathfinding.Path::internalTagPenalties
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___internalTagPenalties_24;
|
|
// System.Int32[] Pathfinding.Path::manualTagPenalties
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___manualTagPenalties_25;
|
|
// System.Collections.Generic.List`1<System.Object> Pathfinding.Path::claimed
|
|
List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* ___claimed_26;
|
|
// System.Boolean Pathfinding.Path::releasedNotSilent
|
|
bool ___releasedNotSilent_27;
|
|
};
|
|
|
|
// UnityEngine.EventSystems.PointerEventData
|
|
struct PointerEventData_t9670F3C7D823CCB738A1604C72A1EB90292396FB : public BaseEventData_tE03A848325C0AE8E76C6CA15FD86395EBF83364F
|
|
{
|
|
// UnityEngine.GameObject UnityEngine.EventSystems.PointerEventData::<pointerEnter>k__BackingField
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___U3CpointerEnterU3Ek__BackingField_2;
|
|
// UnityEngine.GameObject UnityEngine.EventSystems.PointerEventData::m_PointerPress
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___m_PointerPress_3;
|
|
// UnityEngine.GameObject UnityEngine.EventSystems.PointerEventData::<lastPress>k__BackingField
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___U3ClastPressU3Ek__BackingField_4;
|
|
// UnityEngine.GameObject UnityEngine.EventSystems.PointerEventData::<rawPointerPress>k__BackingField
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___U3CrawPointerPressU3Ek__BackingField_5;
|
|
// UnityEngine.GameObject UnityEngine.EventSystems.PointerEventData::<pointerDrag>k__BackingField
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___U3CpointerDragU3Ek__BackingField_6;
|
|
// UnityEngine.GameObject UnityEngine.EventSystems.PointerEventData::<pointerClick>k__BackingField
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___U3CpointerClickU3Ek__BackingField_7;
|
|
// UnityEngine.EventSystems.RaycastResult UnityEngine.EventSystems.PointerEventData::<pointerCurrentRaycast>k__BackingField
|
|
RaycastResult_tEC6A7B7CABA99C386F054F01E498AEC426CF8023 ___U3CpointerCurrentRaycastU3Ek__BackingField_8;
|
|
// UnityEngine.EventSystems.RaycastResult UnityEngine.EventSystems.PointerEventData::<pointerPressRaycast>k__BackingField
|
|
RaycastResult_tEC6A7B7CABA99C386F054F01E498AEC426CF8023 ___U3CpointerPressRaycastU3Ek__BackingField_9;
|
|
// System.Collections.Generic.List`1<UnityEngine.GameObject> UnityEngine.EventSystems.PointerEventData::hovered
|
|
List_1_tB951CE80B58D1BF9650862451D8DAD8C231F207B* ___hovered_10;
|
|
// System.Boolean UnityEngine.EventSystems.PointerEventData::<eligibleForClick>k__BackingField
|
|
bool ___U3CeligibleForClickU3Ek__BackingField_11;
|
|
// System.Int32 UnityEngine.EventSystems.PointerEventData::<pointerId>k__BackingField
|
|
int32_t ___U3CpointerIdU3Ek__BackingField_12;
|
|
// UnityEngine.Vector2 UnityEngine.EventSystems.PointerEventData::<position>k__BackingField
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___U3CpositionU3Ek__BackingField_13;
|
|
// UnityEngine.Vector2 UnityEngine.EventSystems.PointerEventData::<delta>k__BackingField
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___U3CdeltaU3Ek__BackingField_14;
|
|
// UnityEngine.Vector2 UnityEngine.EventSystems.PointerEventData::<pressPosition>k__BackingField
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___U3CpressPositionU3Ek__BackingField_15;
|
|
// UnityEngine.Vector3 UnityEngine.EventSystems.PointerEventData::<worldPosition>k__BackingField
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___U3CworldPositionU3Ek__BackingField_16;
|
|
// UnityEngine.Vector3 UnityEngine.EventSystems.PointerEventData::<worldNormal>k__BackingField
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___U3CworldNormalU3Ek__BackingField_17;
|
|
// System.Single UnityEngine.EventSystems.PointerEventData::<clickTime>k__BackingField
|
|
float ___U3CclickTimeU3Ek__BackingField_18;
|
|
// System.Int32 UnityEngine.EventSystems.PointerEventData::<clickCount>k__BackingField
|
|
int32_t ___U3CclickCountU3Ek__BackingField_19;
|
|
// UnityEngine.Vector2 UnityEngine.EventSystems.PointerEventData::<scrollDelta>k__BackingField
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___U3CscrollDeltaU3Ek__BackingField_20;
|
|
// System.Boolean UnityEngine.EventSystems.PointerEventData::<useDragThreshold>k__BackingField
|
|
bool ___U3CuseDragThresholdU3Ek__BackingField_21;
|
|
// System.Boolean UnityEngine.EventSystems.PointerEventData::<dragging>k__BackingField
|
|
bool ___U3CdraggingU3Ek__BackingField_22;
|
|
// UnityEngine.EventSystems.PointerEventData/InputButton UnityEngine.EventSystems.PointerEventData::<button>k__BackingField
|
|
int32_t ___U3CbuttonU3Ek__BackingField_23;
|
|
// System.Single UnityEngine.EventSystems.PointerEventData::<pressure>k__BackingField
|
|
float ___U3CpressureU3Ek__BackingField_24;
|
|
// System.Single UnityEngine.EventSystems.PointerEventData::<tangentialPressure>k__BackingField
|
|
float ___U3CtangentialPressureU3Ek__BackingField_25;
|
|
// System.Single UnityEngine.EventSystems.PointerEventData::<altitudeAngle>k__BackingField
|
|
float ___U3CaltitudeAngleU3Ek__BackingField_26;
|
|
// System.Single UnityEngine.EventSystems.PointerEventData::<azimuthAngle>k__BackingField
|
|
float ___U3CazimuthAngleU3Ek__BackingField_27;
|
|
// System.Single UnityEngine.EventSystems.PointerEventData::<twist>k__BackingField
|
|
float ___U3CtwistU3Ek__BackingField_28;
|
|
// UnityEngine.Vector2 UnityEngine.EventSystems.PointerEventData::<radius>k__BackingField
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___U3CradiusU3Ek__BackingField_29;
|
|
// UnityEngine.Vector2 UnityEngine.EventSystems.PointerEventData::<radiusVariance>k__BackingField
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___U3CradiusVarianceU3Ek__BackingField_30;
|
|
// System.Boolean UnityEngine.EventSystems.PointerEventData::<fullyExited>k__BackingField
|
|
bool ___U3CfullyExitedU3Ek__BackingField_31;
|
|
// System.Boolean UnityEngine.EventSystems.PointerEventData::<reentered>k__BackingField
|
|
bool ___U3CreenteredU3Ek__BackingField_32;
|
|
};
|
|
|
|
// UnityEngine.ScriptableObject
|
|
struct ScriptableObject_tB3BFDB921A1B1795B38A5417D3B97A89A140436A : public Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C
|
|
{
|
|
};
|
|
// Native definition for P/Invoke marshalling of UnityEngine.ScriptableObject
|
|
struct ScriptableObject_tB3BFDB921A1B1795B38A5417D3B97A89A140436A_marshaled_pinvoke : public Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_marshaled_pinvoke
|
|
{
|
|
};
|
|
// Native definition for COM marshalling of UnityEngine.ScriptableObject
|
|
struct ScriptableObject_tB3BFDB921A1B1795B38A5417D3B97A89A140436A_marshaled_com : public Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_marshaled_com
|
|
{
|
|
};
|
|
|
|
// UnityEngine.Shader
|
|
struct Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692 : public Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C
|
|
{
|
|
};
|
|
|
|
// System.SystemException
|
|
struct SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295 : public Exception_t
|
|
{
|
|
};
|
|
|
|
// TMPro.TMP_CharacterInfo
|
|
struct TMP_CharacterInfo_t8B8FF32D6AACE251F2E7835AA5BC6608D535D9F8
|
|
{
|
|
// System.Char TMPro.TMP_CharacterInfo::character
|
|
Il2CppChar ___character_0;
|
|
// System.Int32 TMPro.TMP_CharacterInfo::index
|
|
int32_t ___index_1;
|
|
// System.Int32 TMPro.TMP_CharacterInfo::stringLength
|
|
int32_t ___stringLength_2;
|
|
// TMPro.TMP_TextElementType TMPro.TMP_CharacterInfo::elementType
|
|
int32_t ___elementType_3;
|
|
// TMPro.TMP_TextElement TMPro.TMP_CharacterInfo::textElement
|
|
TMP_TextElement_t262A55214F712D4274485ABE5676E5254B84D0A5* ___textElement_4;
|
|
// TMPro.TMP_FontAsset TMPro.TMP_CharacterInfo::fontAsset
|
|
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* ___fontAsset_5;
|
|
// TMPro.TMP_SpriteAsset TMPro.TMP_CharacterInfo::spriteAsset
|
|
TMP_SpriteAsset_t81F779E6F705CE190DC0D1F93A954CB8B1774B39* ___spriteAsset_6;
|
|
// System.Int32 TMPro.TMP_CharacterInfo::spriteIndex
|
|
int32_t ___spriteIndex_7;
|
|
// UnityEngine.Material TMPro.TMP_CharacterInfo::material
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___material_8;
|
|
// System.Int32 TMPro.TMP_CharacterInfo::materialReferenceIndex
|
|
int32_t ___materialReferenceIndex_9;
|
|
// System.Boolean TMPro.TMP_CharacterInfo::isUsingAlternateTypeface
|
|
bool ___isUsingAlternateTypeface_10;
|
|
// System.Single TMPro.TMP_CharacterInfo::pointSize
|
|
float ___pointSize_11;
|
|
// System.Int32 TMPro.TMP_CharacterInfo::lineNumber
|
|
int32_t ___lineNumber_12;
|
|
// System.Int32 TMPro.TMP_CharacterInfo::pageNumber
|
|
int32_t ___pageNumber_13;
|
|
// System.Int32 TMPro.TMP_CharacterInfo::vertexIndex
|
|
int32_t ___vertexIndex_14;
|
|
// TMPro.TMP_Vertex TMPro.TMP_CharacterInfo::vertex_BL
|
|
TMP_Vertex_t0FD80AE2515219689310A8F619A265667B530E1A ___vertex_BL_15;
|
|
// TMPro.TMP_Vertex TMPro.TMP_CharacterInfo::vertex_TL
|
|
TMP_Vertex_t0FD80AE2515219689310A8F619A265667B530E1A ___vertex_TL_16;
|
|
// TMPro.TMP_Vertex TMPro.TMP_CharacterInfo::vertex_TR
|
|
TMP_Vertex_t0FD80AE2515219689310A8F619A265667B530E1A ___vertex_TR_17;
|
|
// TMPro.TMP_Vertex TMPro.TMP_CharacterInfo::vertex_BR
|
|
TMP_Vertex_t0FD80AE2515219689310A8F619A265667B530E1A ___vertex_BR_18;
|
|
// UnityEngine.Vector3 TMPro.TMP_CharacterInfo::topLeft
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___topLeft_19;
|
|
// UnityEngine.Vector3 TMPro.TMP_CharacterInfo::bottomLeft
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___bottomLeft_20;
|
|
// UnityEngine.Vector3 TMPro.TMP_CharacterInfo::topRight
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___topRight_21;
|
|
// UnityEngine.Vector3 TMPro.TMP_CharacterInfo::bottomRight
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___bottomRight_22;
|
|
// System.Single TMPro.TMP_CharacterInfo::origin
|
|
float ___origin_23;
|
|
// System.Single TMPro.TMP_CharacterInfo::xAdvance
|
|
float ___xAdvance_24;
|
|
// System.Single TMPro.TMP_CharacterInfo::ascender
|
|
float ___ascender_25;
|
|
// System.Single TMPro.TMP_CharacterInfo::baseLine
|
|
float ___baseLine_26;
|
|
// System.Single TMPro.TMP_CharacterInfo::descender
|
|
float ___descender_27;
|
|
// System.Single TMPro.TMP_CharacterInfo::adjustedAscender
|
|
float ___adjustedAscender_28;
|
|
// System.Single TMPro.TMP_CharacterInfo::adjustedDescender
|
|
float ___adjustedDescender_29;
|
|
// System.Single TMPro.TMP_CharacterInfo::aspectRatio
|
|
float ___aspectRatio_30;
|
|
// System.Single TMPro.TMP_CharacterInfo::scale
|
|
float ___scale_31;
|
|
// UnityEngine.Color32 TMPro.TMP_CharacterInfo::color
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___color_32;
|
|
// UnityEngine.Color32 TMPro.TMP_CharacterInfo::underlineColor
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___underlineColor_33;
|
|
// System.Int32 TMPro.TMP_CharacterInfo::underlineVertexIndex
|
|
int32_t ___underlineVertexIndex_34;
|
|
// UnityEngine.Color32 TMPro.TMP_CharacterInfo::strikethroughColor
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___strikethroughColor_35;
|
|
// System.Int32 TMPro.TMP_CharacterInfo::strikethroughVertexIndex
|
|
int32_t ___strikethroughVertexIndex_36;
|
|
// UnityEngine.Color32 TMPro.TMP_CharacterInfo::highlightColor
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___highlightColor_37;
|
|
// TMPro.HighlightState TMPro.TMP_CharacterInfo::highlightState
|
|
HighlightState_tE4F50287E5E2E91D42AB77DEA281D88D3AD6A28B ___highlightState_38;
|
|
// TMPro.FontStyles TMPro.TMP_CharacterInfo::style
|
|
int32_t ___style_39;
|
|
// System.Boolean TMPro.TMP_CharacterInfo::isVisible
|
|
bool ___isVisible_40;
|
|
};
|
|
// Native definition for P/Invoke marshalling of TMPro.TMP_CharacterInfo
|
|
struct TMP_CharacterInfo_t8B8FF32D6AACE251F2E7835AA5BC6608D535D9F8_marshaled_pinvoke
|
|
{
|
|
uint8_t ___character_0;
|
|
int32_t ___index_1;
|
|
int32_t ___stringLength_2;
|
|
int32_t ___elementType_3;
|
|
TMP_TextElement_t262A55214F712D4274485ABE5676E5254B84D0A5* ___textElement_4;
|
|
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* ___fontAsset_5;
|
|
TMP_SpriteAsset_t81F779E6F705CE190DC0D1F93A954CB8B1774B39* ___spriteAsset_6;
|
|
int32_t ___spriteIndex_7;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___material_8;
|
|
int32_t ___materialReferenceIndex_9;
|
|
int32_t ___isUsingAlternateTypeface_10;
|
|
float ___pointSize_11;
|
|
int32_t ___lineNumber_12;
|
|
int32_t ___pageNumber_13;
|
|
int32_t ___vertexIndex_14;
|
|
TMP_Vertex_t0FD80AE2515219689310A8F619A265667B530E1A ___vertex_BL_15;
|
|
TMP_Vertex_t0FD80AE2515219689310A8F619A265667B530E1A ___vertex_TL_16;
|
|
TMP_Vertex_t0FD80AE2515219689310A8F619A265667B530E1A ___vertex_TR_17;
|
|
TMP_Vertex_t0FD80AE2515219689310A8F619A265667B530E1A ___vertex_BR_18;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___topLeft_19;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___bottomLeft_20;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___topRight_21;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___bottomRight_22;
|
|
float ___origin_23;
|
|
float ___xAdvance_24;
|
|
float ___ascender_25;
|
|
float ___baseLine_26;
|
|
float ___descender_27;
|
|
float ___adjustedAscender_28;
|
|
float ___adjustedDescender_29;
|
|
float ___aspectRatio_30;
|
|
float ___scale_31;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___color_32;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___underlineColor_33;
|
|
int32_t ___underlineVertexIndex_34;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___strikethroughColor_35;
|
|
int32_t ___strikethroughVertexIndex_36;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___highlightColor_37;
|
|
HighlightState_tE4F50287E5E2E91D42AB77DEA281D88D3AD6A28B ___highlightState_38;
|
|
int32_t ___style_39;
|
|
int32_t ___isVisible_40;
|
|
};
|
|
// Native definition for COM marshalling of TMPro.TMP_CharacterInfo
|
|
struct TMP_CharacterInfo_t8B8FF32D6AACE251F2E7835AA5BC6608D535D9F8_marshaled_com
|
|
{
|
|
uint8_t ___character_0;
|
|
int32_t ___index_1;
|
|
int32_t ___stringLength_2;
|
|
int32_t ___elementType_3;
|
|
TMP_TextElement_t262A55214F712D4274485ABE5676E5254B84D0A5* ___textElement_4;
|
|
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* ___fontAsset_5;
|
|
TMP_SpriteAsset_t81F779E6F705CE190DC0D1F93A954CB8B1774B39* ___spriteAsset_6;
|
|
int32_t ___spriteIndex_7;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___material_8;
|
|
int32_t ___materialReferenceIndex_9;
|
|
int32_t ___isUsingAlternateTypeface_10;
|
|
float ___pointSize_11;
|
|
int32_t ___lineNumber_12;
|
|
int32_t ___pageNumber_13;
|
|
int32_t ___vertexIndex_14;
|
|
TMP_Vertex_t0FD80AE2515219689310A8F619A265667B530E1A ___vertex_BL_15;
|
|
TMP_Vertex_t0FD80AE2515219689310A8F619A265667B530E1A ___vertex_TL_16;
|
|
TMP_Vertex_t0FD80AE2515219689310A8F619A265667B530E1A ___vertex_TR_17;
|
|
TMP_Vertex_t0FD80AE2515219689310A8F619A265667B530E1A ___vertex_BR_18;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___topLeft_19;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___bottomLeft_20;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___topRight_21;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___bottomRight_22;
|
|
float ___origin_23;
|
|
float ___xAdvance_24;
|
|
float ___ascender_25;
|
|
float ___baseLine_26;
|
|
float ___descender_27;
|
|
float ___adjustedAscender_28;
|
|
float ___adjustedDescender_29;
|
|
float ___aspectRatio_30;
|
|
float ___scale_31;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___color_32;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___underlineColor_33;
|
|
int32_t ___underlineVertexIndex_34;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___strikethroughColor_35;
|
|
int32_t ___strikethroughVertexIndex_36;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___highlightColor_37;
|
|
HighlightState_tE4F50287E5E2E91D42AB77DEA281D88D3AD6A28B ___highlightState_38;
|
|
int32_t ___style_39;
|
|
int32_t ___isVisible_40;
|
|
};
|
|
|
|
// TMPro.TMP_LineInfo
|
|
struct TMP_LineInfo_tB75C1965B58DB7B3A046C8CA55AD6AB92B6B17B3
|
|
{
|
|
// System.Int32 TMPro.TMP_LineInfo::controlCharacterCount
|
|
int32_t ___controlCharacterCount_0;
|
|
// System.Int32 TMPro.TMP_LineInfo::characterCount
|
|
int32_t ___characterCount_1;
|
|
// System.Int32 TMPro.TMP_LineInfo::visibleCharacterCount
|
|
int32_t ___visibleCharacterCount_2;
|
|
// System.Int32 TMPro.TMP_LineInfo::spaceCount
|
|
int32_t ___spaceCount_3;
|
|
// System.Int32 TMPro.TMP_LineInfo::wordCount
|
|
int32_t ___wordCount_4;
|
|
// System.Int32 TMPro.TMP_LineInfo::firstCharacterIndex
|
|
int32_t ___firstCharacterIndex_5;
|
|
// System.Int32 TMPro.TMP_LineInfo::firstVisibleCharacterIndex
|
|
int32_t ___firstVisibleCharacterIndex_6;
|
|
// System.Int32 TMPro.TMP_LineInfo::lastCharacterIndex
|
|
int32_t ___lastCharacterIndex_7;
|
|
// System.Int32 TMPro.TMP_LineInfo::lastVisibleCharacterIndex
|
|
int32_t ___lastVisibleCharacterIndex_8;
|
|
// System.Single TMPro.TMP_LineInfo::length
|
|
float ___length_9;
|
|
// System.Single TMPro.TMP_LineInfo::lineHeight
|
|
float ___lineHeight_10;
|
|
// System.Single TMPro.TMP_LineInfo::ascender
|
|
float ___ascender_11;
|
|
// System.Single TMPro.TMP_LineInfo::baseline
|
|
float ___baseline_12;
|
|
// System.Single TMPro.TMP_LineInfo::descender
|
|
float ___descender_13;
|
|
// System.Single TMPro.TMP_LineInfo::maxAdvance
|
|
float ___maxAdvance_14;
|
|
// System.Single TMPro.TMP_LineInfo::width
|
|
float ___width_15;
|
|
// System.Single TMPro.TMP_LineInfo::marginLeft
|
|
float ___marginLeft_16;
|
|
// System.Single TMPro.TMP_LineInfo::marginRight
|
|
float ___marginRight_17;
|
|
// TMPro.HorizontalAlignmentOptions TMPro.TMP_LineInfo::alignment
|
|
int32_t ___alignment_18;
|
|
// TMPro.Extents TMPro.TMP_LineInfo::lineExtents
|
|
Extents_tA2D2F95811D0A18CB7AC3570D2D8F8CD3AF4C4A8 ___lineExtents_19;
|
|
};
|
|
|
|
// UnityEngine.Touch
|
|
struct Touch_t03E51455ED508492B3F278903A0114FA0E87B417
|
|
{
|
|
// System.Int32 UnityEngine.Touch::m_FingerId
|
|
int32_t ___m_FingerId_0;
|
|
// UnityEngine.Vector2 UnityEngine.Touch::m_Position
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___m_Position_1;
|
|
// UnityEngine.Vector2 UnityEngine.Touch::m_RawPosition
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___m_RawPosition_2;
|
|
// UnityEngine.Vector2 UnityEngine.Touch::m_PositionDelta
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___m_PositionDelta_3;
|
|
// System.Single UnityEngine.Touch::m_TimeDelta
|
|
float ___m_TimeDelta_4;
|
|
// System.Int32 UnityEngine.Touch::m_TapCount
|
|
int32_t ___m_TapCount_5;
|
|
// UnityEngine.TouchPhase UnityEngine.Touch::m_Phase
|
|
int32_t ___m_Phase_6;
|
|
// UnityEngine.TouchType UnityEngine.Touch::m_Type
|
|
int32_t ___m_Type_7;
|
|
// System.Single UnityEngine.Touch::m_Pressure
|
|
float ___m_Pressure_8;
|
|
// System.Single UnityEngine.Touch::m_maximumPossiblePressure
|
|
float ___m_maximumPossiblePressure_9;
|
|
// System.Single UnityEngine.Touch::m_Radius
|
|
float ___m_Radius_10;
|
|
// System.Single UnityEngine.Touch::m_RadiusVariance
|
|
float ___m_RadiusVariance_11;
|
|
// System.Single UnityEngine.Touch::m_AltitudeAngle
|
|
float ___m_AltitudeAngle_12;
|
|
// System.Single UnityEngine.Touch::m_AzimuthAngle
|
|
float ___m_AzimuthAngle_13;
|
|
};
|
|
|
|
// System.Type
|
|
struct Type_t : public MemberInfo_t
|
|
{
|
|
// System.RuntimeTypeHandle System.Type::_impl
|
|
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B ____impl_8;
|
|
};
|
|
|
|
// UnityEngine.Events.UnityAction`1<System.String>
|
|
struct UnityAction_1_t690494F0E492A2098660E28B8EB7D71B2C69BE1B : public MulticastDelegate_t
|
|
{
|
|
};
|
|
|
|
// UnityEngine.Behaviour
|
|
struct Behaviour_t01970CFBBA658497AE30F311C447DB0440BAB7FA : public Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3
|
|
{
|
|
};
|
|
|
|
// System.NotSupportedException
|
|
struct NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295
|
|
{
|
|
};
|
|
|
|
// Pathfinding.OnPathDelegate
|
|
struct OnPathDelegate_tBC5D616171AC6FA3DFA2083777FDA787D35047D4 : public MulticastDelegate_t
|
|
{
|
|
};
|
|
|
|
// UnityEngine.Renderer
|
|
struct Renderer_t320575F223BCB177A982E5DDB5DB19FAA89E7FBF : public Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3
|
|
{
|
|
};
|
|
|
|
// UnityEngine.Rigidbody2D
|
|
struct Rigidbody2D_tBEBE9523CF4448544085AF46BF7E10AA499F320F : public Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3
|
|
{
|
|
};
|
|
|
|
// TMPro.TMP_Asset
|
|
struct TMP_Asset_t135A047D4F5CBBA9CD356B762B55AB164122B969 : public ScriptableObject_tB3BFDB921A1B1795B38A5417D3B97A89A140436A
|
|
{
|
|
// System.Int32 TMPro.TMP_Asset::m_InstanceID
|
|
int32_t ___m_InstanceID_4;
|
|
// System.Int32 TMPro.TMP_Asset::hashCode
|
|
int32_t ___hashCode_5;
|
|
// UnityEngine.Material TMPro.TMP_Asset::material
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___material_6;
|
|
// System.Int32 TMPro.TMP_Asset::materialHashCode
|
|
int32_t ___materialHashCode_7;
|
|
};
|
|
|
|
// TMPro.TMP_InputValidator
|
|
struct TMP_InputValidator_t3429AF61284AE19180C3FB81C0C7D2F90165EA98 : public ScriptableObject_tB3BFDB921A1B1795B38A5417D3B97A89A140436A
|
|
{
|
|
};
|
|
|
|
// UnityEngine.TextMesh
|
|
struct TextMesh_t7E1981C7B03E50D5CA5A3AD5B0D9BB0AB6EE91F8 : public Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3
|
|
{
|
|
};
|
|
|
|
// UnityEngine.Transform
|
|
struct Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1 : public Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3
|
|
{
|
|
};
|
|
|
|
// TMPro.WordWrapState
|
|
struct WordWrapState_t80F67D8CAA9B1A0A3D5266521E23A9F3100EDD0A
|
|
{
|
|
// System.Int32 TMPro.WordWrapState::previous_WordBreak
|
|
int32_t ___previous_WordBreak_0;
|
|
// System.Int32 TMPro.WordWrapState::total_CharacterCount
|
|
int32_t ___total_CharacterCount_1;
|
|
// System.Int32 TMPro.WordWrapState::visible_CharacterCount
|
|
int32_t ___visible_CharacterCount_2;
|
|
// System.Int32 TMPro.WordWrapState::visible_SpriteCount
|
|
int32_t ___visible_SpriteCount_3;
|
|
// System.Int32 TMPro.WordWrapState::visible_LinkCount
|
|
int32_t ___visible_LinkCount_4;
|
|
// System.Int32 TMPro.WordWrapState::firstCharacterIndex
|
|
int32_t ___firstCharacterIndex_5;
|
|
// System.Int32 TMPro.WordWrapState::firstVisibleCharacterIndex
|
|
int32_t ___firstVisibleCharacterIndex_6;
|
|
// System.Int32 TMPro.WordWrapState::lastCharacterIndex
|
|
int32_t ___lastCharacterIndex_7;
|
|
// System.Int32 TMPro.WordWrapState::lastVisibleCharIndex
|
|
int32_t ___lastVisibleCharIndex_8;
|
|
// System.Int32 TMPro.WordWrapState::lineNumber
|
|
int32_t ___lineNumber_9;
|
|
// System.Single TMPro.WordWrapState::maxCapHeight
|
|
float ___maxCapHeight_10;
|
|
// System.Single TMPro.WordWrapState::maxAscender
|
|
float ___maxAscender_11;
|
|
// System.Single TMPro.WordWrapState::maxDescender
|
|
float ___maxDescender_12;
|
|
// System.Single TMPro.WordWrapState::startOfLineAscender
|
|
float ___startOfLineAscender_13;
|
|
// System.Single TMPro.WordWrapState::maxLineAscender
|
|
float ___maxLineAscender_14;
|
|
// System.Single TMPro.WordWrapState::maxLineDescender
|
|
float ___maxLineDescender_15;
|
|
// System.Single TMPro.WordWrapState::pageAscender
|
|
float ___pageAscender_16;
|
|
// TMPro.HorizontalAlignmentOptions TMPro.WordWrapState::horizontalAlignment
|
|
int32_t ___horizontalAlignment_17;
|
|
// System.Single TMPro.WordWrapState::marginLeft
|
|
float ___marginLeft_18;
|
|
// System.Single TMPro.WordWrapState::marginRight
|
|
float ___marginRight_19;
|
|
// System.Single TMPro.WordWrapState::xAdvance
|
|
float ___xAdvance_20;
|
|
// System.Single TMPro.WordWrapState::preferredWidth
|
|
float ___preferredWidth_21;
|
|
// System.Single TMPro.WordWrapState::preferredHeight
|
|
float ___preferredHeight_22;
|
|
// System.Single TMPro.WordWrapState::previousLineScale
|
|
float ___previousLineScale_23;
|
|
// System.Int32 TMPro.WordWrapState::wordCount
|
|
int32_t ___wordCount_24;
|
|
// TMPro.FontStyles TMPro.WordWrapState::fontStyle
|
|
int32_t ___fontStyle_25;
|
|
// System.Int32 TMPro.WordWrapState::italicAngle
|
|
int32_t ___italicAngle_26;
|
|
// System.Single TMPro.WordWrapState::fontScaleMultiplier
|
|
float ___fontScaleMultiplier_27;
|
|
// System.Single TMPro.WordWrapState::currentFontSize
|
|
float ___currentFontSize_28;
|
|
// System.Single TMPro.WordWrapState::baselineOffset
|
|
float ___baselineOffset_29;
|
|
// System.Single TMPro.WordWrapState::lineOffset
|
|
float ___lineOffset_30;
|
|
// System.Boolean TMPro.WordWrapState::isDrivenLineSpacing
|
|
bool ___isDrivenLineSpacing_31;
|
|
// System.Single TMPro.WordWrapState::glyphHorizontalAdvanceAdjustment
|
|
float ___glyphHorizontalAdvanceAdjustment_32;
|
|
// System.Single TMPro.WordWrapState::cSpace
|
|
float ___cSpace_33;
|
|
// System.Single TMPro.WordWrapState::mSpace
|
|
float ___mSpace_34;
|
|
// TMPro.TMP_TextInfo TMPro.WordWrapState::textInfo
|
|
TMP_TextInfo_t09A8E906329422C3F0C059876801DD695B8D524D* ___textInfo_35;
|
|
// TMPro.TMP_LineInfo TMPro.WordWrapState::lineInfo
|
|
TMP_LineInfo_tB75C1965B58DB7B3A046C8CA55AD6AB92B6B17B3 ___lineInfo_36;
|
|
// UnityEngine.Color32 TMPro.WordWrapState::vertexColor
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___vertexColor_37;
|
|
// UnityEngine.Color32 TMPro.WordWrapState::underlineColor
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___underlineColor_38;
|
|
// UnityEngine.Color32 TMPro.WordWrapState::strikethroughColor
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___strikethroughColor_39;
|
|
// UnityEngine.Color32 TMPro.WordWrapState::highlightColor
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___highlightColor_40;
|
|
// TMPro.TMP_FontStyleStack TMPro.WordWrapState::basicStyleStack
|
|
TMP_FontStyleStack_t52885F172FADBC21346C835B5302167BDA8020DC ___basicStyleStack_41;
|
|
// TMPro.TMP_TextProcessingStack`1<System.Int32> TMPro.WordWrapState::italicAngleStack
|
|
TMP_TextProcessingStack_1_tFBA719426D68CE1F2B5849D97AF5E5D65846290C ___italicAngleStack_42;
|
|
// TMPro.TMP_TextProcessingStack`1<UnityEngine.Color32> TMPro.WordWrapState::colorStack
|
|
TMP_TextProcessingStack_1_tF2CD5BE59E5EB22EA9E3EE3043A004EA918C4BB3 ___colorStack_43;
|
|
// TMPro.TMP_TextProcessingStack`1<UnityEngine.Color32> TMPro.WordWrapState::underlineColorStack
|
|
TMP_TextProcessingStack_1_tF2CD5BE59E5EB22EA9E3EE3043A004EA918C4BB3 ___underlineColorStack_44;
|
|
// TMPro.TMP_TextProcessingStack`1<UnityEngine.Color32> TMPro.WordWrapState::strikethroughColorStack
|
|
TMP_TextProcessingStack_1_tF2CD5BE59E5EB22EA9E3EE3043A004EA918C4BB3 ___strikethroughColorStack_45;
|
|
// TMPro.TMP_TextProcessingStack`1<UnityEngine.Color32> TMPro.WordWrapState::highlightColorStack
|
|
TMP_TextProcessingStack_1_tF2CD5BE59E5EB22EA9E3EE3043A004EA918C4BB3 ___highlightColorStack_46;
|
|
// TMPro.TMP_TextProcessingStack`1<TMPro.HighlightState> TMPro.WordWrapState::highlightStateStack
|
|
TMP_TextProcessingStack_1_t57AECDCC936A7FF1D6CF66CA11560B28A675648D ___highlightStateStack_47;
|
|
// TMPro.TMP_TextProcessingStack`1<TMPro.TMP_ColorGradient> TMPro.WordWrapState::colorGradientStack
|
|
TMP_TextProcessingStack_1_tC8FAEB17246D3B171EFD11165A5761AE39B40D0C ___colorGradientStack_48;
|
|
// TMPro.TMP_TextProcessingStack`1<System.Single> TMPro.WordWrapState::sizeStack
|
|
TMP_TextProcessingStack_1_t138EC06BE7F101AA0A3C8D2DC951E55AACE085E9 ___sizeStack_49;
|
|
// TMPro.TMP_TextProcessingStack`1<System.Single> TMPro.WordWrapState::indentStack
|
|
TMP_TextProcessingStack_1_t138EC06BE7F101AA0A3C8D2DC951E55AACE085E9 ___indentStack_50;
|
|
// TMPro.TMP_TextProcessingStack`1<TMPro.FontWeight> TMPro.WordWrapState::fontWeightStack
|
|
TMP_TextProcessingStack_1_tA5C8CED87DD9E73F6359E23B334FFB5B6F813FD4 ___fontWeightStack_51;
|
|
// TMPro.TMP_TextProcessingStack`1<System.Int32> TMPro.WordWrapState::styleStack
|
|
TMP_TextProcessingStack_1_tFBA719426D68CE1F2B5849D97AF5E5D65846290C ___styleStack_52;
|
|
// TMPro.TMP_TextProcessingStack`1<System.Single> TMPro.WordWrapState::baselineStack
|
|
TMP_TextProcessingStack_1_t138EC06BE7F101AA0A3C8D2DC951E55AACE085E9 ___baselineStack_53;
|
|
// TMPro.TMP_TextProcessingStack`1<System.Int32> TMPro.WordWrapState::actionStack
|
|
TMP_TextProcessingStack_1_tFBA719426D68CE1F2B5849D97AF5E5D65846290C ___actionStack_54;
|
|
// TMPro.TMP_TextProcessingStack`1<TMPro.MaterialReference> TMPro.WordWrapState::materialReferenceStack
|
|
TMP_TextProcessingStack_1_tB03E08F69415B281A5A81138F09E49EE58402DF9 ___materialReferenceStack_55;
|
|
// TMPro.TMP_TextProcessingStack`1<TMPro.HorizontalAlignmentOptions> TMPro.WordWrapState::lineJustificationStack
|
|
TMP_TextProcessingStack_1_t243EA1B5D7FD2295D6533B953F0BBE8F52EFB8A0 ___lineJustificationStack_56;
|
|
// System.Int32 TMPro.WordWrapState::spriteAnimationID
|
|
int32_t ___spriteAnimationID_57;
|
|
// TMPro.TMP_FontAsset TMPro.WordWrapState::currentFontAsset
|
|
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* ___currentFontAsset_58;
|
|
// TMPro.TMP_SpriteAsset TMPro.WordWrapState::currentSpriteAsset
|
|
TMP_SpriteAsset_t81F779E6F705CE190DC0D1F93A954CB8B1774B39* ___currentSpriteAsset_59;
|
|
// UnityEngine.Material TMPro.WordWrapState::currentMaterial
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___currentMaterial_60;
|
|
// System.Int32 TMPro.WordWrapState::currentMaterialIndex
|
|
int32_t ___currentMaterialIndex_61;
|
|
// TMPro.Extents TMPro.WordWrapState::meshExtents
|
|
Extents_tA2D2F95811D0A18CB7AC3570D2D8F8CD3AF4C4A8 ___meshExtents_62;
|
|
// System.Boolean TMPro.WordWrapState::tagNoParsing
|
|
bool ___tagNoParsing_63;
|
|
// System.Boolean TMPro.WordWrapState::isNonBreakingSpace
|
|
bool ___isNonBreakingSpace_64;
|
|
};
|
|
// Native definition for P/Invoke marshalling of TMPro.WordWrapState
|
|
struct WordWrapState_t80F67D8CAA9B1A0A3D5266521E23A9F3100EDD0A_marshaled_pinvoke
|
|
{
|
|
int32_t ___previous_WordBreak_0;
|
|
int32_t ___total_CharacterCount_1;
|
|
int32_t ___visible_CharacterCount_2;
|
|
int32_t ___visible_SpriteCount_3;
|
|
int32_t ___visible_LinkCount_4;
|
|
int32_t ___firstCharacterIndex_5;
|
|
int32_t ___firstVisibleCharacterIndex_6;
|
|
int32_t ___lastCharacterIndex_7;
|
|
int32_t ___lastVisibleCharIndex_8;
|
|
int32_t ___lineNumber_9;
|
|
float ___maxCapHeight_10;
|
|
float ___maxAscender_11;
|
|
float ___maxDescender_12;
|
|
float ___startOfLineAscender_13;
|
|
float ___maxLineAscender_14;
|
|
float ___maxLineDescender_15;
|
|
float ___pageAscender_16;
|
|
int32_t ___horizontalAlignment_17;
|
|
float ___marginLeft_18;
|
|
float ___marginRight_19;
|
|
float ___xAdvance_20;
|
|
float ___preferredWidth_21;
|
|
float ___preferredHeight_22;
|
|
float ___previousLineScale_23;
|
|
int32_t ___wordCount_24;
|
|
int32_t ___fontStyle_25;
|
|
int32_t ___italicAngle_26;
|
|
float ___fontScaleMultiplier_27;
|
|
float ___currentFontSize_28;
|
|
float ___baselineOffset_29;
|
|
float ___lineOffset_30;
|
|
int32_t ___isDrivenLineSpacing_31;
|
|
float ___glyphHorizontalAdvanceAdjustment_32;
|
|
float ___cSpace_33;
|
|
float ___mSpace_34;
|
|
TMP_TextInfo_t09A8E906329422C3F0C059876801DD695B8D524D* ___textInfo_35;
|
|
TMP_LineInfo_tB75C1965B58DB7B3A046C8CA55AD6AB92B6B17B3 ___lineInfo_36;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___vertexColor_37;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___underlineColor_38;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___strikethroughColor_39;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___highlightColor_40;
|
|
TMP_FontStyleStack_t52885F172FADBC21346C835B5302167BDA8020DC ___basicStyleStack_41;
|
|
TMP_TextProcessingStack_1_tFBA719426D68CE1F2B5849D97AF5E5D65846290C ___italicAngleStack_42;
|
|
TMP_TextProcessingStack_1_tF2CD5BE59E5EB22EA9E3EE3043A004EA918C4BB3 ___colorStack_43;
|
|
TMP_TextProcessingStack_1_tF2CD5BE59E5EB22EA9E3EE3043A004EA918C4BB3 ___underlineColorStack_44;
|
|
TMP_TextProcessingStack_1_tF2CD5BE59E5EB22EA9E3EE3043A004EA918C4BB3 ___strikethroughColorStack_45;
|
|
TMP_TextProcessingStack_1_tF2CD5BE59E5EB22EA9E3EE3043A004EA918C4BB3 ___highlightColorStack_46;
|
|
TMP_TextProcessingStack_1_t57AECDCC936A7FF1D6CF66CA11560B28A675648D ___highlightStateStack_47;
|
|
TMP_TextProcessingStack_1_tC8FAEB17246D3B171EFD11165A5761AE39B40D0C ___colorGradientStack_48;
|
|
TMP_TextProcessingStack_1_t138EC06BE7F101AA0A3C8D2DC951E55AACE085E9 ___sizeStack_49;
|
|
TMP_TextProcessingStack_1_t138EC06BE7F101AA0A3C8D2DC951E55AACE085E9 ___indentStack_50;
|
|
TMP_TextProcessingStack_1_tA5C8CED87DD9E73F6359E23B334FFB5B6F813FD4 ___fontWeightStack_51;
|
|
TMP_TextProcessingStack_1_tFBA719426D68CE1F2B5849D97AF5E5D65846290C ___styleStack_52;
|
|
TMP_TextProcessingStack_1_t138EC06BE7F101AA0A3C8D2DC951E55AACE085E9 ___baselineStack_53;
|
|
TMP_TextProcessingStack_1_tFBA719426D68CE1F2B5849D97AF5E5D65846290C ___actionStack_54;
|
|
TMP_TextProcessingStack_1_tB03E08F69415B281A5A81138F09E49EE58402DF9 ___materialReferenceStack_55;
|
|
TMP_TextProcessingStack_1_t243EA1B5D7FD2295D6533B953F0BBE8F52EFB8A0 ___lineJustificationStack_56;
|
|
int32_t ___spriteAnimationID_57;
|
|
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* ___currentFontAsset_58;
|
|
TMP_SpriteAsset_t81F779E6F705CE190DC0D1F93A954CB8B1774B39* ___currentSpriteAsset_59;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___currentMaterial_60;
|
|
int32_t ___currentMaterialIndex_61;
|
|
Extents_tA2D2F95811D0A18CB7AC3570D2D8F8CD3AF4C4A8 ___meshExtents_62;
|
|
int32_t ___tagNoParsing_63;
|
|
int32_t ___isNonBreakingSpace_64;
|
|
};
|
|
// Native definition for COM marshalling of TMPro.WordWrapState
|
|
struct WordWrapState_t80F67D8CAA9B1A0A3D5266521E23A9F3100EDD0A_marshaled_com
|
|
{
|
|
int32_t ___previous_WordBreak_0;
|
|
int32_t ___total_CharacterCount_1;
|
|
int32_t ___visible_CharacterCount_2;
|
|
int32_t ___visible_SpriteCount_3;
|
|
int32_t ___visible_LinkCount_4;
|
|
int32_t ___firstCharacterIndex_5;
|
|
int32_t ___firstVisibleCharacterIndex_6;
|
|
int32_t ___lastCharacterIndex_7;
|
|
int32_t ___lastVisibleCharIndex_8;
|
|
int32_t ___lineNumber_9;
|
|
float ___maxCapHeight_10;
|
|
float ___maxAscender_11;
|
|
float ___maxDescender_12;
|
|
float ___startOfLineAscender_13;
|
|
float ___maxLineAscender_14;
|
|
float ___maxLineDescender_15;
|
|
float ___pageAscender_16;
|
|
int32_t ___horizontalAlignment_17;
|
|
float ___marginLeft_18;
|
|
float ___marginRight_19;
|
|
float ___xAdvance_20;
|
|
float ___preferredWidth_21;
|
|
float ___preferredHeight_22;
|
|
float ___previousLineScale_23;
|
|
int32_t ___wordCount_24;
|
|
int32_t ___fontStyle_25;
|
|
int32_t ___italicAngle_26;
|
|
float ___fontScaleMultiplier_27;
|
|
float ___currentFontSize_28;
|
|
float ___baselineOffset_29;
|
|
float ___lineOffset_30;
|
|
int32_t ___isDrivenLineSpacing_31;
|
|
float ___glyphHorizontalAdvanceAdjustment_32;
|
|
float ___cSpace_33;
|
|
float ___mSpace_34;
|
|
TMP_TextInfo_t09A8E906329422C3F0C059876801DD695B8D524D* ___textInfo_35;
|
|
TMP_LineInfo_tB75C1965B58DB7B3A046C8CA55AD6AB92B6B17B3 ___lineInfo_36;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___vertexColor_37;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___underlineColor_38;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___strikethroughColor_39;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___highlightColor_40;
|
|
TMP_FontStyleStack_t52885F172FADBC21346C835B5302167BDA8020DC ___basicStyleStack_41;
|
|
TMP_TextProcessingStack_1_tFBA719426D68CE1F2B5849D97AF5E5D65846290C ___italicAngleStack_42;
|
|
TMP_TextProcessingStack_1_tF2CD5BE59E5EB22EA9E3EE3043A004EA918C4BB3 ___colorStack_43;
|
|
TMP_TextProcessingStack_1_tF2CD5BE59E5EB22EA9E3EE3043A004EA918C4BB3 ___underlineColorStack_44;
|
|
TMP_TextProcessingStack_1_tF2CD5BE59E5EB22EA9E3EE3043A004EA918C4BB3 ___strikethroughColorStack_45;
|
|
TMP_TextProcessingStack_1_tF2CD5BE59E5EB22EA9E3EE3043A004EA918C4BB3 ___highlightColorStack_46;
|
|
TMP_TextProcessingStack_1_t57AECDCC936A7FF1D6CF66CA11560B28A675648D ___highlightStateStack_47;
|
|
TMP_TextProcessingStack_1_tC8FAEB17246D3B171EFD11165A5761AE39B40D0C ___colorGradientStack_48;
|
|
TMP_TextProcessingStack_1_t138EC06BE7F101AA0A3C8D2DC951E55AACE085E9 ___sizeStack_49;
|
|
TMP_TextProcessingStack_1_t138EC06BE7F101AA0A3C8D2DC951E55AACE085E9 ___indentStack_50;
|
|
TMP_TextProcessingStack_1_tA5C8CED87DD9E73F6359E23B334FFB5B6F813FD4 ___fontWeightStack_51;
|
|
TMP_TextProcessingStack_1_tFBA719426D68CE1F2B5849D97AF5E5D65846290C ___styleStack_52;
|
|
TMP_TextProcessingStack_1_t138EC06BE7F101AA0A3C8D2DC951E55AACE085E9 ___baselineStack_53;
|
|
TMP_TextProcessingStack_1_tFBA719426D68CE1F2B5849D97AF5E5D65846290C ___actionStack_54;
|
|
TMP_TextProcessingStack_1_tB03E08F69415B281A5A81138F09E49EE58402DF9 ___materialReferenceStack_55;
|
|
TMP_TextProcessingStack_1_t243EA1B5D7FD2295D6533B953F0BBE8F52EFB8A0 ___lineJustificationStack_56;
|
|
int32_t ___spriteAnimationID_57;
|
|
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* ___currentFontAsset_58;
|
|
TMP_SpriteAsset_t81F779E6F705CE190DC0D1F93A954CB8B1774B39* ___currentSpriteAsset_59;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___currentMaterial_60;
|
|
int32_t ___currentMaterialIndex_61;
|
|
Extents_tA2D2F95811D0A18CB7AC3570D2D8F8CD3AF4C4A8 ___meshExtents_62;
|
|
int32_t ___tagNoParsing_63;
|
|
int32_t ___isNonBreakingSpace_64;
|
|
};
|
|
|
|
// TMPro.TMP_TextProcessingStack`1<TMPro.WordWrapState>
|
|
struct TMP_TextProcessingStack_1_t2DDA00FFC64AF6E3AFD475AB2086D16C34787E0F
|
|
{
|
|
// T[] TMPro.TMP_TextProcessingStack`1::itemStack
|
|
WordWrapStateU5BU5D_t473D59C9DBCC949CE72EF1EB471CBA152A6CEAC9* ___itemStack_0;
|
|
// System.Int32 TMPro.TMP_TextProcessingStack`1::index
|
|
int32_t ___index_1;
|
|
// T TMPro.TMP_TextProcessingStack`1::m_DefaultItem
|
|
WordWrapState_t80F67D8CAA9B1A0A3D5266521E23A9F3100EDD0A ___m_DefaultItem_2;
|
|
// System.Int32 TMPro.TMP_TextProcessingStack`1::m_Capacity
|
|
int32_t ___m_Capacity_3;
|
|
// System.Int32 TMPro.TMP_TextProcessingStack`1::m_RolloverSize
|
|
int32_t ___m_RolloverSize_4;
|
|
// System.Int32 TMPro.TMP_TextProcessingStack`1::m_Count
|
|
int32_t ___m_Count_5;
|
|
};
|
|
|
|
// UnityEngine.Animator
|
|
struct Animator_t8A52E42AE54F76681838FE9E632683EF3952E883 : public Behaviour_t01970CFBBA658497AE30F311C447DB0440BAB7FA
|
|
{
|
|
};
|
|
|
|
// UnityEngine.AudioBehaviour
|
|
struct AudioBehaviour_t2DC0BEF7B020C952F3D2DA5AAAC88501C7EEB941 : public Behaviour_t01970CFBBA658497AE30F311C447DB0440BAB7FA
|
|
{
|
|
};
|
|
|
|
// UnityEngine.Camera
|
|
struct Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184 : public Behaviour_t01970CFBBA658497AE30F311C447DB0440BAB7FA
|
|
{
|
|
};
|
|
|
|
// UnityEngine.Canvas
|
|
struct Canvas_t2DB4CEFDFF732884866C83F11ABF75F5AE8FFB26 : public Behaviour_t01970CFBBA658497AE30F311C447DB0440BAB7FA
|
|
{
|
|
};
|
|
|
|
// UnityEngine.Collider2D
|
|
struct Collider2D_t6A17BA7734600EF3F26588E9ED903617D5B8EB52 : public Behaviour_t01970CFBBA658497AE30F311C447DB0440BAB7FA
|
|
{
|
|
};
|
|
|
|
// UnityEngine.MonoBehaviour
|
|
struct MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71 : public Behaviour_t01970CFBBA658497AE30F311C447DB0440BAB7FA
|
|
{
|
|
};
|
|
|
|
// UnityEngine.RectTransform
|
|
struct RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5 : public Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1
|
|
{
|
|
};
|
|
|
|
// UnityEngine.SpriteRenderer
|
|
struct SpriteRenderer_t1DD7FE258F072E1FA87D6577BA27225892B8047B : public Renderer_t320575F223BCB177A982E5DDB5DB19FAA89E7FBF
|
|
{
|
|
// UnityEngine.Events.UnityEvent`1<UnityEngine.SpriteRenderer> UnityEngine.SpriteRenderer::m_SpriteChangeEvent
|
|
UnityEvent_1_t8ABE5544759145B8D7A09F1C54FFCB6907EDD56E* ___m_SpriteChangeEvent_4;
|
|
};
|
|
|
|
// TMPro.TMP_DigitValidator
|
|
struct TMP_DigitValidator_t1C162B062ED9C2BB89E448EAA6D43CC4B82D4B14 : public TMP_InputValidator_t3429AF61284AE19180C3FB81C0C7D2F90165EA98
|
|
{
|
|
};
|
|
|
|
// TMPro.TMP_FontAsset
|
|
struct TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160 : public TMP_Asset_t135A047D4F5CBBA9CD356B762B55AB164122B969
|
|
{
|
|
// System.String TMPro.TMP_FontAsset::m_Version
|
|
String_t* ___m_Version_8;
|
|
// System.String TMPro.TMP_FontAsset::m_SourceFontFileGUID
|
|
String_t* ___m_SourceFontFileGUID_9;
|
|
// UnityEngine.Font TMPro.TMP_FontAsset::m_SourceFontFile
|
|
Font_tC95270EA3198038970422D78B74A7F2E218A96B6* ___m_SourceFontFile_10;
|
|
// TMPro.AtlasPopulationMode TMPro.TMP_FontAsset::m_AtlasPopulationMode
|
|
int32_t ___m_AtlasPopulationMode_11;
|
|
// UnityEngine.TextCore.FaceInfo TMPro.TMP_FontAsset::m_FaceInfo
|
|
FaceInfo_t12F0319E555A62CBA1D9E51A16C7963393932756 ___m_FaceInfo_12;
|
|
// System.Collections.Generic.List`1<UnityEngine.TextCore.Glyph> TMPro.TMP_FontAsset::m_GlyphTable
|
|
List_1_t95DB74B8EE315F8F92B7B96D93C901C8C3F6FE2C* ___m_GlyphTable_13;
|
|
// System.Collections.Generic.Dictionary`2<System.UInt32,UnityEngine.TextCore.Glyph> TMPro.TMP_FontAsset::m_GlyphLookupDictionary
|
|
Dictionary_2_tC61348D10610A6B3D7B65102D82AC3467D59EAA7* ___m_GlyphLookupDictionary_14;
|
|
// System.Collections.Generic.List`1<TMPro.TMP_Character> TMPro.TMP_FontAsset::m_CharacterTable
|
|
List_1_tCE1ACAA0C2736A7797B2C134895298CAB10BEB5E* ___m_CharacterTable_15;
|
|
// System.Collections.Generic.Dictionary`2<System.UInt32,TMPro.TMP_Character> TMPro.TMP_FontAsset::m_CharacterLookupDictionary
|
|
Dictionary_2_tCB5FEF8D6CEA1557D9B9BA25946AD6BF3E6C14D0* ___m_CharacterLookupDictionary_16;
|
|
// UnityEngine.Texture2D TMPro.TMP_FontAsset::m_AtlasTexture
|
|
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* ___m_AtlasTexture_17;
|
|
// UnityEngine.Texture2D[] TMPro.TMP_FontAsset::m_AtlasTextures
|
|
Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191* ___m_AtlasTextures_18;
|
|
// System.Int32 TMPro.TMP_FontAsset::m_AtlasTextureIndex
|
|
int32_t ___m_AtlasTextureIndex_19;
|
|
// System.Boolean TMPro.TMP_FontAsset::m_IsMultiAtlasTexturesEnabled
|
|
bool ___m_IsMultiAtlasTexturesEnabled_20;
|
|
// System.Boolean TMPro.TMP_FontAsset::m_ClearDynamicDataOnBuild
|
|
bool ___m_ClearDynamicDataOnBuild_21;
|
|
// System.Collections.Generic.List`1<UnityEngine.TextCore.GlyphRect> TMPro.TMP_FontAsset::m_UsedGlyphRects
|
|
List_1_t425D3A455811E316D2DF73E46CF9CD90A4341C1B* ___m_UsedGlyphRects_22;
|
|
// System.Collections.Generic.List`1<UnityEngine.TextCore.GlyphRect> TMPro.TMP_FontAsset::m_FreeGlyphRects
|
|
List_1_t425D3A455811E316D2DF73E46CF9CD90A4341C1B* ___m_FreeGlyphRects_23;
|
|
// TMPro.FaceInfo_Legacy TMPro.TMP_FontAsset::m_fontInfo
|
|
FaceInfo_Legacy_t23B118EFD5AB7162515ABF18C0212DF155CCF7B8* ___m_fontInfo_24;
|
|
// UnityEngine.Texture2D TMPro.TMP_FontAsset::atlas
|
|
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* ___atlas_25;
|
|
// System.Int32 TMPro.TMP_FontAsset::m_AtlasWidth
|
|
int32_t ___m_AtlasWidth_26;
|
|
// System.Int32 TMPro.TMP_FontAsset::m_AtlasHeight
|
|
int32_t ___m_AtlasHeight_27;
|
|
// System.Int32 TMPro.TMP_FontAsset::m_AtlasPadding
|
|
int32_t ___m_AtlasPadding_28;
|
|
// UnityEngine.TextCore.LowLevel.GlyphRenderMode TMPro.TMP_FontAsset::m_AtlasRenderMode
|
|
int32_t ___m_AtlasRenderMode_29;
|
|
// System.Collections.Generic.List`1<TMPro.TMP_Glyph> TMPro.TMP_FontAsset::m_glyphInfoList
|
|
List_1_tAB7976FADCF872E418770E60783056C23394843D* ___m_glyphInfoList_30;
|
|
// TMPro.KerningTable TMPro.TMP_FontAsset::m_KerningTable
|
|
KerningTable_t040C3FE3B519B12AADE1C5B00628581551D5AB6B* ___m_KerningTable_31;
|
|
// TMPro.TMP_FontFeatureTable TMPro.TMP_FontAsset::m_FontFeatureTable
|
|
TMP_FontFeatureTable_t726A09E64FDF682A8FFE294BB6CFE7747F6C40EA* ___m_FontFeatureTable_32;
|
|
// System.Collections.Generic.List`1<TMPro.TMP_FontAsset> TMPro.TMP_FontAsset::fallbackFontAssets
|
|
List_1_t06C3ABB0C6F2347B32881E33D154431EADAE3ECF* ___fallbackFontAssets_33;
|
|
// System.Collections.Generic.List`1<TMPro.TMP_FontAsset> TMPro.TMP_FontAsset::m_FallbackFontAssetTable
|
|
List_1_t06C3ABB0C6F2347B32881E33D154431EADAE3ECF* ___m_FallbackFontAssetTable_34;
|
|
// TMPro.FontAssetCreationSettings TMPro.TMP_FontAsset::m_CreationSettings
|
|
FontAssetCreationSettings_t2B94078737A72F814E8BC2126F967B94231190DF ___m_CreationSettings_35;
|
|
// TMPro.TMP_FontWeightPair[] TMPro.TMP_FontAsset::m_FontWeightTable
|
|
TMP_FontWeightPairU5BU5D_t0A3A5955F13FEB2F7329D81BA157110DB99F9F37* ___m_FontWeightTable_36;
|
|
// TMPro.TMP_FontWeightPair[] TMPro.TMP_FontAsset::fontWeights
|
|
TMP_FontWeightPairU5BU5D_t0A3A5955F13FEB2F7329D81BA157110DB99F9F37* ___fontWeights_37;
|
|
// System.Single TMPro.TMP_FontAsset::normalStyle
|
|
float ___normalStyle_38;
|
|
// System.Single TMPro.TMP_FontAsset::normalSpacingOffset
|
|
float ___normalSpacingOffset_39;
|
|
// System.Single TMPro.TMP_FontAsset::boldStyle
|
|
float ___boldStyle_40;
|
|
// System.Single TMPro.TMP_FontAsset::boldSpacing
|
|
float ___boldSpacing_41;
|
|
// System.Byte TMPro.TMP_FontAsset::italicStyle
|
|
uint8_t ___italicStyle_42;
|
|
// System.Byte TMPro.TMP_FontAsset::tabSize
|
|
uint8_t ___tabSize_43;
|
|
// System.Boolean TMPro.TMP_FontAsset::IsFontAssetLookupTablesDirty
|
|
bool ___IsFontAssetLookupTablesDirty_44;
|
|
// System.Collections.Generic.HashSet`1<System.Int32> TMPro.TMP_FontAsset::FallbackSearchQueryLookup
|
|
HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2* ___FallbackSearchQueryLookup_53;
|
|
// System.Collections.Generic.List`1<UnityEngine.TextCore.Glyph> TMPro.TMP_FontAsset::m_GlyphsToRender
|
|
List_1_t95DB74B8EE315F8F92B7B96D93C901C8C3F6FE2C* ___m_GlyphsToRender_59;
|
|
// System.Collections.Generic.List`1<UnityEngine.TextCore.Glyph> TMPro.TMP_FontAsset::m_GlyphsRendered
|
|
List_1_t95DB74B8EE315F8F92B7B96D93C901C8C3F6FE2C* ___m_GlyphsRendered_60;
|
|
// System.Collections.Generic.List`1<System.UInt32> TMPro.TMP_FontAsset::m_GlyphIndexList
|
|
List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A* ___m_GlyphIndexList_61;
|
|
// System.Collections.Generic.List`1<System.UInt32> TMPro.TMP_FontAsset::m_GlyphIndexListNewlyAdded
|
|
List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A* ___m_GlyphIndexListNewlyAdded_62;
|
|
// System.Collections.Generic.List`1<System.UInt32> TMPro.TMP_FontAsset::m_GlyphsToAdd
|
|
List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A* ___m_GlyphsToAdd_63;
|
|
// System.Collections.Generic.HashSet`1<System.UInt32> TMPro.TMP_FontAsset::m_GlyphsToAddLookup
|
|
HashSet_1_t5DD20B42149A11AEBF12A75505306E6EFC34943A* ___m_GlyphsToAddLookup_64;
|
|
// System.Collections.Generic.List`1<TMPro.TMP_Character> TMPro.TMP_FontAsset::m_CharactersToAdd
|
|
List_1_tCE1ACAA0C2736A7797B2C134895298CAB10BEB5E* ___m_CharactersToAdd_65;
|
|
// System.Collections.Generic.HashSet`1<System.UInt32> TMPro.TMP_FontAsset::m_CharactersToAddLookup
|
|
HashSet_1_t5DD20B42149A11AEBF12A75505306E6EFC34943A* ___m_CharactersToAddLookup_66;
|
|
// System.Collections.Generic.List`1<System.UInt32> TMPro.TMP_FontAsset::s_MissingCharacterList
|
|
List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A* ___s_MissingCharacterList_67;
|
|
// System.Collections.Generic.HashSet`1<System.UInt32> TMPro.TMP_FontAsset::m_MissingUnicodesFromFontFile
|
|
HashSet_1_t5DD20B42149A11AEBF12A75505306E6EFC34943A* ___m_MissingUnicodesFromFontFile_68;
|
|
};
|
|
|
|
// TMPro.TMP_PhoneNumberValidator
|
|
struct TMP_PhoneNumberValidator_t0746D23F4BE9695B737D9997BCD6A3B3F916B48C : public TMP_InputValidator_t3429AF61284AE19180C3FB81C0C7D2F90165EA98
|
|
{
|
|
};
|
|
|
|
// Aleksei
|
|
struct Aleksei_t280569A24333DAEDAECB8ADA24EDE720F1153AD0 : public MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71
|
|
{
|
|
// UnityEngine.Transform Aleksei::target
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___target_4;
|
|
// UnityEngine.Transform Aleksei::firePoint
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___firePoint_5;
|
|
// System.Single Aleksei::SlowSpeed
|
|
float ___SlowSpeed_6;
|
|
// System.Single Aleksei::NormalSpeed
|
|
float ___NormalSpeed_7;
|
|
// System.Single Aleksei::FastSpeed
|
|
float ___FastSpeed_8;
|
|
// System.Single Aleksei::speed
|
|
float ___speed_9;
|
|
// System.Single Aleksei::encourageSpeed
|
|
float ___encourageSpeed_10;
|
|
// System.Single Aleksei::nextWaypointDistance
|
|
float ___nextWaypointDistance_11;
|
|
// UnityEngine.AudioSource Aleksei::BackgroundMusic
|
|
AudioSource_t871AC2272F896738252F04EE949AEF5B241D3299* ___BackgroundMusic_12;
|
|
// UnityEngine.AudioSource Aleksei::audioSource
|
|
AudioSource_t871AC2272F896738252F04EE949AEF5B241D3299* ___audioSource_13;
|
|
// System.Boolean Aleksei::IsPlay
|
|
bool ___IsPlay_14;
|
|
// System.Int32 Aleksei::health
|
|
int32_t ___health_15;
|
|
// System.Boolean Aleksei::StopHearting
|
|
bool ___StopHearting_16;
|
|
// System.Boolean Aleksei::TimeStopHearting
|
|
bool ___TimeStopHearting_17;
|
|
// UnityEngine.GameObject Aleksei::deathEffect
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___deathEffect_19;
|
|
// System.Single Aleksei::range
|
|
float ___range_20;
|
|
// System.Single Aleksei::attackRange
|
|
float ___attackRange_21;
|
|
// System.Single Aleksei::distance
|
|
float ___distance_22;
|
|
// UnityEngine.Transform Aleksei::enemyGFX
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___enemyGFX_23;
|
|
// UnityEngine.Transform Aleksei::player
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___player_24;
|
|
// UnityEngine.GameObject Aleksei::EnemyWeapon
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___EnemyWeapon_25;
|
|
// Pathfinding.Path Aleksei::path
|
|
Path_tF8373A11D8EE16052CE8F7D66EB9D74E17EE8F7A* ___path_26;
|
|
// System.Int32 Aleksei::currentWaypoint
|
|
int32_t ___currentWaypoint_27;
|
|
// Pathfinding.Seeker Aleksei::seeker
|
|
Seeker_t6FEA42FECA98333BE993B3BBFB7BBC08AC65D441* ___seeker_28;
|
|
// UnityEngine.Rigidbody2D Aleksei::rb
|
|
Rigidbody2D_tBEBE9523CF4448544085AF46BF7E10AA499F320F* ___rb_29;
|
|
// UnityEngine.Animator Aleksei::animator
|
|
Animator_t8A52E42AE54F76681838FE9E632683EF3952E883* ___animator_30;
|
|
// System.Boolean Aleksei::StopAttack
|
|
bool ___StopAttack_31;
|
|
// System.Boolean Aleksei::NormalSpeeding
|
|
bool ___NormalSpeeding_32;
|
|
// System.Boolean Aleksei::FirstStop
|
|
bool ___FirstStop_34;
|
|
// System.Boolean Aleksei::Attacking
|
|
bool ___Attacking_35;
|
|
// System.Single Aleksei::encourageSec
|
|
float ___encourageSec_36;
|
|
// System.Single Aleksei::encourageStart
|
|
float ___encourageStart_37;
|
|
// System.Boolean Aleksei::Stop
|
|
bool ___Stop_38;
|
|
// System.Boolean Aleksei::DamageAnim
|
|
bool ___DamageAnim_39;
|
|
};
|
|
|
|
// AlekseiAutomaticDoor
|
|
struct AlekseiAutomaticDoor_tC7B41CA8CB5C02E6C661F3251EB85299CA8FE2DC : public MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71
|
|
{
|
|
// UnityEngine.Transform AlekseiAutomaticDoor::door
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___door_4;
|
|
// System.Single AlekseiAutomaticDoor::speed
|
|
float ___speed_5;
|
|
};
|
|
|
|
// AlekseiHealthBar
|
|
struct AlekseiHealthBar_t79B8F5D14CA32B068761264FFCF476C4402ABCD0 : public MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71
|
|
{
|
|
// Aleksei AlekseiHealthBar::aleksei
|
|
Aleksei_t280569A24333DAEDAECB8ADA24EDE720F1153AD0* ___aleksei_4;
|
|
// UnityEngine.Animator AlekseiHealthBar::animator
|
|
Animator_t8A52E42AE54F76681838FE9E632683EF3952E883* ___animator_5;
|
|
// System.Int32 AlekseiHealthBar::NewHealth
|
|
int32_t ___NewHealth_6;
|
|
// System.Int32 AlekseiHealthBar::HealthCounter
|
|
int32_t ___HealthCounter_7;
|
|
};
|
|
|
|
// Ali
|
|
struct Ali_tF62EAA8C857226D373422D276B8C8CEFE1580E32 : public MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71
|
|
{
|
|
// UnityEngine.Transform Ali::target
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___target_4;
|
|
// UnityEngine.Transform Ali::firePoint
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___firePoint_5;
|
|
// System.Single Ali::SlowSpeed
|
|
float ___SlowSpeed_6;
|
|
// System.Single Ali::NormalSpeed
|
|
float ___NormalSpeed_7;
|
|
// System.Single Ali::FastSpeed
|
|
float ___FastSpeed_8;
|
|
// System.Single Ali::speed
|
|
float ___speed_9;
|
|
// System.Single Ali::encourageSpeed
|
|
float ___encourageSpeed_10;
|
|
// System.Single Ali::nextWaypointDistance
|
|
float ___nextWaypointDistance_11;
|
|
// UnityEngine.AudioSource Ali::BackgroundMusic
|
|
AudioSource_t871AC2272F896738252F04EE949AEF5B241D3299* ___BackgroundMusic_12;
|
|
// UnityEngine.AudioSource Ali::audioSource
|
|
AudioSource_t871AC2272F896738252F04EE949AEF5B241D3299* ___audioSource_13;
|
|
// System.Boolean Ali::IsPlay
|
|
bool ___IsPlay_14;
|
|
// System.Int32 Ali::health
|
|
int32_t ___health_15;
|
|
// System.Boolean Ali::StopHearting
|
|
bool ___StopHearting_16;
|
|
// System.Boolean Ali::TimeStopHearting
|
|
bool ___TimeStopHearting_17;
|
|
// UnityEngine.GameObject Ali::deathEffect
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___deathEffect_19;
|
|
// System.Single Ali::range
|
|
float ___range_20;
|
|
// System.Single Ali::attackRange
|
|
float ___attackRange_21;
|
|
// System.Single Ali::SwordAttackRange
|
|
float ___SwordAttackRange_22;
|
|
// System.Single Ali::distance
|
|
float ___distance_23;
|
|
// UnityEngine.Transform Ali::enemyGFX
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___enemyGFX_24;
|
|
// UnityEngine.Transform Ali::player
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___player_25;
|
|
// UnityEngine.GameObject Ali::EnemyWeapon
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___EnemyWeapon_26;
|
|
// Pathfinding.Path Ali::path
|
|
Path_tF8373A11D8EE16052CE8F7D66EB9D74E17EE8F7A* ___path_27;
|
|
// System.Int32 Ali::currentWaypoint
|
|
int32_t ___currentWaypoint_28;
|
|
// Pathfinding.Seeker Ali::seeker
|
|
Seeker_t6FEA42FECA98333BE993B3BBFB7BBC08AC65D441* ___seeker_29;
|
|
// UnityEngine.Rigidbody2D Ali::rb
|
|
Rigidbody2D_tBEBE9523CF4448544085AF46BF7E10AA499F320F* ___rb_30;
|
|
// UnityEngine.Animator Ali::animator
|
|
Animator_t8A52E42AE54F76681838FE9E632683EF3952E883* ___animator_31;
|
|
// System.Boolean Ali::StopAttack
|
|
bool ___StopAttack_32;
|
|
// System.Boolean Ali::NormalSpeeding
|
|
bool ___NormalSpeeding_33;
|
|
// System.Boolean Ali::FirstStop
|
|
bool ___FirstStop_35;
|
|
// System.Boolean Ali::Attacking
|
|
bool ___Attacking_36;
|
|
// System.Single Ali::encourageSec
|
|
float ___encourageSec_37;
|
|
// System.Single Ali::encourageStart
|
|
float ___encourageStart_38;
|
|
// System.Boolean Ali::Stop
|
|
bool ___Stop_39;
|
|
// System.Single Ali::AttackDec
|
|
float ___AttackDec_40;
|
|
// System.Boolean Ali::DamageAnim
|
|
bool ___DamageAnim_41;
|
|
};
|
|
|
|
// AliAutomaticDoor
|
|
struct AliAutomaticDoor_tE238322FBCEE1DB7A157DB55BA3D16B84E98BA14 : public MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71
|
|
{
|
|
// UnityEngine.Transform AliAutomaticDoor::door
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___door_4;
|
|
// System.Single AliAutomaticDoor::speed
|
|
float ___speed_5;
|
|
};
|
|
|
|
// AliHealthBar
|
|
struct AliHealthBar_tB5C4E11C5C2A19946910A5F477D7DD87C158BAF2 : public MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71
|
|
{
|
|
// Ali AliHealthBar::ali
|
|
Ali_tF62EAA8C857226D373422D276B8C8CEFE1580E32* ___ali_4;
|
|
// UnityEngine.Animator AliHealthBar::animator
|
|
Animator_t8A52E42AE54F76681838FE9E632683EF3952E883* ___animator_5;
|
|
// System.Int32 AliHealthBar::NewHealth
|
|
int32_t ___NewHealth_6;
|
|
// System.Int32 AliHealthBar::HealthCounter
|
|
int32_t ___HealthCounter_7;
|
|
};
|
|
|
|
// UnityEngine.AudioSource
|
|
struct AudioSource_t871AC2272F896738252F04EE949AEF5B241D3299 : public AudioBehaviour_t2DC0BEF7B020C952F3D2DA5AAAC88501C7EEB941
|
|
{
|
|
};
|
|
|
|
// TMPro.Examples.Benchmark01
|
|
struct Benchmark01_t5B476C61575B5B6B64FA318EE0B32114E702DD5D : public MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71
|
|
{
|
|
// System.Int32 TMPro.Examples.Benchmark01::BenchmarkType
|
|
int32_t ___BenchmarkType_4;
|
|
// TMPro.TMP_FontAsset TMPro.Examples.Benchmark01::TMProFont
|
|
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* ___TMProFont_5;
|
|
// UnityEngine.Font TMPro.Examples.Benchmark01::TextMeshFont
|
|
Font_tC95270EA3198038970422D78B74A7F2E218A96B6* ___TextMeshFont_6;
|
|
// TMPro.TextMeshPro TMPro.Examples.Benchmark01::m_textMeshPro
|
|
TextMeshPro_t4560AB28A3EAF503895A781A9C625273D833270E* ___m_textMeshPro_7;
|
|
// TMPro.TextContainer TMPro.Examples.Benchmark01::m_textContainer
|
|
TextContainer_t949A6EBEE5C8832723E73D8D3DCF4C8D0B3D7F3C* ___m_textContainer_8;
|
|
// UnityEngine.TextMesh TMPro.Examples.Benchmark01::m_textMesh
|
|
TextMesh_t7E1981C7B03E50D5CA5A3AD5B0D9BB0AB6EE91F8* ___m_textMesh_9;
|
|
// UnityEngine.Material TMPro.Examples.Benchmark01::m_material01
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___m_material01_12;
|
|
// UnityEngine.Material TMPro.Examples.Benchmark01::m_material02
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___m_material02_13;
|
|
};
|
|
|
|
// TMPro.Examples.Benchmark01_UGUI
|
|
struct Benchmark01_UGUI_t7DF9DF96E75AF6072B851B638B90BD76FEE0EFD7 : public MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71
|
|
{
|
|
// System.Int32 TMPro.Examples.Benchmark01_UGUI::BenchmarkType
|
|
int32_t ___BenchmarkType_4;
|
|
// UnityEngine.Canvas TMPro.Examples.Benchmark01_UGUI::canvas
|
|
Canvas_t2DB4CEFDFF732884866C83F11ABF75F5AE8FFB26* ___canvas_5;
|
|
// TMPro.TMP_FontAsset TMPro.Examples.Benchmark01_UGUI::TMProFont
|
|
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* ___TMProFont_6;
|
|
// UnityEngine.Font TMPro.Examples.Benchmark01_UGUI::TextMeshFont
|
|
Font_tC95270EA3198038970422D78B74A7F2E218A96B6* ___TextMeshFont_7;
|
|
// TMPro.TextMeshProUGUI TMPro.Examples.Benchmark01_UGUI::m_textMeshPro
|
|
TextMeshProUGUI_t101091AF4B578BB534C92E9D1EEAF0611636D957* ___m_textMeshPro_8;
|
|
// UnityEngine.UI.Text TMPro.Examples.Benchmark01_UGUI::m_textMesh
|
|
Text_tD60B2346DAA6666BF0D822FF607F0B220C2B9E62* ___m_textMesh_9;
|
|
// UnityEngine.Material TMPro.Examples.Benchmark01_UGUI::m_material01
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___m_material01_12;
|
|
// UnityEngine.Material TMPro.Examples.Benchmark01_UGUI::m_material02
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___m_material02_13;
|
|
};
|
|
|
|
// TMPro.Examples.Benchmark02
|
|
struct Benchmark02_t4F19F4C449CC8F7FAAED31A6C1D03F4192B3C7E8 : public MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71
|
|
{
|
|
// System.Int32 TMPro.Examples.Benchmark02::SpawnType
|
|
int32_t ___SpawnType_4;
|
|
// System.Int32 TMPro.Examples.Benchmark02::NumberOfNPC
|
|
int32_t ___NumberOfNPC_5;
|
|
// System.Boolean TMPro.Examples.Benchmark02::IsTextObjectScaleStatic
|
|
bool ___IsTextObjectScaleStatic_6;
|
|
// TMPro.Examples.TextMeshProFloatingText TMPro.Examples.Benchmark02::floatingText_Script
|
|
TextMeshProFloatingText_t833773B79A4826E78EDF2799C157B0EC3ACACB31* ___floatingText_Script_7;
|
|
};
|
|
|
|
// TMPro.Examples.Benchmark03
|
|
struct Benchmark03_t20465BC4BB859B19BA37877E83DC8946576C359D : public MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71
|
|
{
|
|
// System.Int32 TMPro.Examples.Benchmark03::NumberOfSamples
|
|
int32_t ___NumberOfSamples_4;
|
|
// TMPro.Examples.Benchmark03/BenchmarkType TMPro.Examples.Benchmark03::Benchmark
|
|
int32_t ___Benchmark_5;
|
|
// UnityEngine.Font TMPro.Examples.Benchmark03::SourceFont
|
|
Font_tC95270EA3198038970422D78B74A7F2E218A96B6* ___SourceFont_6;
|
|
};
|
|
|
|
// TMPro.Examples.Benchmark04
|
|
struct Benchmark04_t10F8FE01330047EC5B83FE59EE23381CD2BE2F01 : public MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71
|
|
{
|
|
// System.Int32 TMPro.Examples.Benchmark04::SpawnType
|
|
int32_t ___SpawnType_4;
|
|
// System.Int32 TMPro.Examples.Benchmark04::MinPointSize
|
|
int32_t ___MinPointSize_5;
|
|
// System.Int32 TMPro.Examples.Benchmark04::MaxPointSize
|
|
int32_t ___MaxPointSize_6;
|
|
// System.Int32 TMPro.Examples.Benchmark04::Steps
|
|
int32_t ___Steps_7;
|
|
// UnityEngine.Transform TMPro.Examples.Benchmark04::m_Transform
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___m_Transform_8;
|
|
};
|
|
|
|
// BirdBoss
|
|
struct BirdBoss_t3A1202F672EAC48F5A2DB72AA5B31459ACEA750C : public MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71
|
|
{
|
|
// UnityEngine.Animator BirdBoss::animator
|
|
Animator_t8A52E42AE54F76681838FE9E632683EF3952E883* ___animator_4;
|
|
// UnityEngine.Transform BirdBoss::target
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___target_5;
|
|
// System.Single BirdBoss::SlowSpeed
|
|
float ___SlowSpeed_6;
|
|
// System.Single BirdBoss::NormalSpeed
|
|
float ___NormalSpeed_7;
|
|
// System.Single BirdBoss::FastSpeed
|
|
float ___FastSpeed_8;
|
|
// System.Single BirdBoss::speed
|
|
float ___speed_9;
|
|
// System.Single BirdBoss::encourageSpeed
|
|
float ___encourageSpeed_10;
|
|
// System.Single BirdBoss::encourageSec
|
|
float ___encourageSec_11;
|
|
// System.Single BirdBoss::nextWaypointDistance
|
|
float ___nextWaypointDistance_12;
|
|
// UnityEngine.AudioSource BirdBoss::BackgroundMusic
|
|
AudioSource_t871AC2272F896738252F04EE949AEF5B241D3299* ___BackgroundMusic_13;
|
|
// UnityEngine.AudioSource BirdBoss::audioSource
|
|
AudioSource_t871AC2272F896738252F04EE949AEF5B241D3299* ___audioSource_14;
|
|
// System.Boolean BirdBoss::IsPlay
|
|
bool ___IsPlay_15;
|
|
// UnityEngine.Transform BirdBoss::enemyGFX
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___enemyGFX_16;
|
|
// Pathfinding.Path BirdBoss::path
|
|
Path_tF8373A11D8EE16052CE8F7D66EB9D74E17EE8F7A* ___path_17;
|
|
// System.Int32 BirdBoss::currentWaypoint
|
|
int32_t ___currentWaypoint_18;
|
|
// System.Boolean BirdBoss::start
|
|
bool ___start_19;
|
|
// System.Single BirdBoss::StartRange
|
|
float ___StartRange_20;
|
|
// Pathfinding.Seeker BirdBoss::seeker
|
|
Seeker_t6FEA42FECA98333BE993B3BBFB7BBC08AC65D441* ___seeker_21;
|
|
// UnityEngine.Rigidbody2D BirdBoss::rb
|
|
Rigidbody2D_tBEBE9523CF4448544085AF46BF7E10AA499F320F* ___rb_22;
|
|
// System.Int32 BirdBoss::health
|
|
int32_t ___health_23;
|
|
// UnityEngine.GameObject BirdBoss::deathEffect
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___deathEffect_24;
|
|
// System.Boolean BirdBoss::StopHearting
|
|
bool ___StopHearting_26;
|
|
// System.Boolean BirdBoss::TimeStopHearting
|
|
bool ___TimeStopHearting_27;
|
|
// System.Single BirdBoss::encourageStart
|
|
float ___encourageStart_28;
|
|
// System.Boolean BirdBoss::DamageAnim
|
|
bool ___DamageAnim_29;
|
|
// System.Single BirdBoss::distance
|
|
float ___distance_30;
|
|
// System.Single BirdBoss::range
|
|
float ___range_31;
|
|
// System.Boolean BirdBoss::Stop
|
|
bool ___Stop_32;
|
|
};
|
|
|
|
// BirdBossAutomaticDoor
|
|
struct BirdBossAutomaticDoor_t278C5223818E754E2AF92EB6630AB065A7078013 : public MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71
|
|
{
|
|
// UnityEngine.Transform BirdBossAutomaticDoor::door
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___door_4;
|
|
// System.Single BirdBossAutomaticDoor::speed
|
|
float ___speed_5;
|
|
};
|
|
|
|
// BirdBossHealthBar
|
|
struct BirdBossHealthBar_tD8DF656F3AB220340FF1967DBA91D368E426E92F : public MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71
|
|
{
|
|
// BirdBoss BirdBossHealthBar::birdBoss
|
|
BirdBoss_t3A1202F672EAC48F5A2DB72AA5B31459ACEA750C* ___birdBoss_4;
|
|
// UnityEngine.Animator BirdBossHealthBar::animator
|
|
Animator_t8A52E42AE54F76681838FE9E632683EF3952E883* ___animator_5;
|
|
// System.Int32 BirdBossHealthBar::NewHealth
|
|
int32_t ___NewHealth_6;
|
|
// System.Int32 BirdBossHealthBar::HealthCounter
|
|
int32_t ___HealthCounter_7;
|
|
};
|
|
|
|
// BulletAli
|
|
struct BulletAli_tE455FAC26C0415294783E0262583465A4F2E4333 : public MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71
|
|
{
|
|
// System.Single BulletAli::speed
|
|
float ___speed_4;
|
|
// System.Int32 BulletAli::damage
|
|
int32_t ___damage_5;
|
|
// UnityEngine.Rigidbody2D BulletAli::rb
|
|
Rigidbody2D_tBEBE9523CF4448544085AF46BF7E10AA499F320F* ___rb_6;
|
|
// UnityEngine.GameObject BulletAli::impactEffect
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___impactEffect_7;
|
|
// UnityEngine.SpriteRenderer BulletAli::spriteRenderer
|
|
SpriteRenderer_t1DD7FE258F072E1FA87D6577BA27225892B8047B* ___spriteRenderer_8;
|
|
};
|
|
|
|
// BulletAng
|
|
struct BulletAng_tFC16BEEEE2C709ACDF0F93DD931E61BA3AD79037 : public MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71
|
|
{
|
|
// System.Single BulletAng::speed
|
|
float ___speed_4;
|
|
// System.Int32 BulletAng::damage
|
|
int32_t ___damage_5;
|
|
// UnityEngine.Rigidbody2D BulletAng::rb
|
|
Rigidbody2D_tBEBE9523CF4448544085AF46BF7E10AA499F320F* ___rb_6;
|
|
// UnityEngine.GameObject BulletAng::impactEffect
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___impactEffect_7;
|
|
// UnityEngine.Vector3 BulletAng::desiredRotation0
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___desiredRotation0_8;
|
|
// UnityEngine.Vector3 BulletAng::desiredRotation1
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___desiredRotation1_9;
|
|
};
|
|
|
|
// BulletCon
|
|
struct BulletCon_tA1F4067BF0690B9FF99F7814A33E0481868CD865 : public MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71
|
|
{
|
|
// System.Single BulletCon::speed
|
|
float ___speed_4;
|
|
// System.Int32 BulletCon::damage
|
|
int32_t ___damage_5;
|
|
// UnityEngine.Rigidbody2D BulletCon::rb
|
|
Rigidbody2D_tBEBE9523CF4448544085AF46BF7E10AA499F320F* ___rb_6;
|
|
// UnityEngine.GameObject BulletCon::impactEffect
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___impactEffect_7;
|
|
};
|
|
|
|
// BulletHam
|
|
struct BulletHam_t118295D89506A0DAF47C071040CFF6A4B98E30C0 : public MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71
|
|
{
|
|
// System.Single BulletHam::speed
|
|
float ___speed_4;
|
|
// System.Int32 BulletHam::damage
|
|
int32_t ___damage_5;
|
|
// UnityEngine.Rigidbody2D BulletHam::rb
|
|
Rigidbody2D_tBEBE9523CF4448544085AF46BF7E10AA499F320F* ___rb_6;
|
|
// UnityEngine.GameObject BulletHam::impactEffect
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___impactEffect_7;
|
|
};
|
|
|
|
// BulletKim
|
|
struct BulletKim_tDDD7A85A163ED463385F3EDB91BD17069E0766AB : public MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71
|
|
{
|
|
// System.Single BulletKim::speed
|
|
float ___speed_4;
|
|
// System.Int32 BulletKim::damage
|
|
int32_t ___damage_5;
|
|
// UnityEngine.Rigidbody2D BulletKim::rb
|
|
Rigidbody2D_tBEBE9523CF4448544085AF46BF7E10AA499F320F* ___rb_6;
|
|
// UnityEngine.GameObject BulletKim::impactEffect
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___impactEffect_7;
|
|
};
|
|
|
|
// BulletNugget
|
|
struct BulletNugget_t948264ED1EB31D25E0304C36FB5E8359D0FC698A : public MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71
|
|
{
|
|
// System.Single BulletNugget::speed
|
|
float ___speed_4;
|
|
// System.Int32 BulletNugget::damage
|
|
int32_t ___damage_5;
|
|
// UnityEngine.Rigidbody2D BulletNugget::rb
|
|
Rigidbody2D_tBEBE9523CF4448544085AF46BF7E10AA499F320F* ___rb_6;
|
|
// UnityEngine.GameObject BulletNugget::impactEffect
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___impactEffect_7;
|
|
};
|
|
|
|
// TMPro.Examples.CameraController
|
|
struct CameraController_t7E0AA7DC0B482A31CC3D60F6032912FE8B581DA8 : public MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71
|
|
{
|
|
// UnityEngine.Transform TMPro.Examples.CameraController::cameraTransform
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___cameraTransform_4;
|
|
// UnityEngine.Transform TMPro.Examples.CameraController::dummyTarget
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___dummyTarget_5;
|
|
// UnityEngine.Transform TMPro.Examples.CameraController::CameraTarget
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___CameraTarget_6;
|
|
// System.Single TMPro.Examples.CameraController::FollowDistance
|
|
float ___FollowDistance_7;
|
|
// System.Single TMPro.Examples.CameraController::MaxFollowDistance
|
|
float ___MaxFollowDistance_8;
|
|
// System.Single TMPro.Examples.CameraController::MinFollowDistance
|
|
float ___MinFollowDistance_9;
|
|
// System.Single TMPro.Examples.CameraController::ElevationAngle
|
|
float ___ElevationAngle_10;
|
|
// System.Single TMPro.Examples.CameraController::MaxElevationAngle
|
|
float ___MaxElevationAngle_11;
|
|
// System.Single TMPro.Examples.CameraController::MinElevationAngle
|
|
float ___MinElevationAngle_12;
|
|
// System.Single TMPro.Examples.CameraController::OrbitalAngle
|
|
float ___OrbitalAngle_13;
|
|
// TMPro.Examples.CameraController/CameraModes TMPro.Examples.CameraController::CameraMode
|
|
int32_t ___CameraMode_14;
|
|
// System.Boolean TMPro.Examples.CameraController::MovementSmoothing
|
|
bool ___MovementSmoothing_15;
|
|
// System.Boolean TMPro.Examples.CameraController::RotationSmoothing
|
|
bool ___RotationSmoothing_16;
|
|
// System.Boolean TMPro.Examples.CameraController::previousSmoothing
|
|
bool ___previousSmoothing_17;
|
|
// System.Single TMPro.Examples.CameraController::MovementSmoothingValue
|
|
float ___MovementSmoothingValue_18;
|
|
// System.Single TMPro.Examples.CameraController::RotationSmoothingValue
|
|
float ___RotationSmoothingValue_19;
|
|
// System.Single TMPro.Examples.CameraController::MoveSensitivity
|
|
float ___MoveSensitivity_20;
|
|
// UnityEngine.Vector3 TMPro.Examples.CameraController::currentVelocity
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___currentVelocity_21;
|
|
// UnityEngine.Vector3 TMPro.Examples.CameraController::desiredPosition
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___desiredPosition_22;
|
|
// System.Single TMPro.Examples.CameraController::mouseX
|
|
float ___mouseX_23;
|
|
// System.Single TMPro.Examples.CameraController::mouseY
|
|
float ___mouseY_24;
|
|
// UnityEngine.Vector3 TMPro.Examples.CameraController::moveVector
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___moveVector_25;
|
|
// System.Single TMPro.Examples.CameraController::mouseWheel
|
|
float ___mouseWheel_26;
|
|
};
|
|
|
|
// ChatController
|
|
struct ChatController_t21BE953E1D5ADF0BA9F3B03C205203CADDC64C15 : public MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71
|
|
{
|
|
// TMPro.TMP_InputField ChatController::ChatInputField
|
|
TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* ___ChatInputField_4;
|
|
// TMPro.TMP_Text ChatController::ChatDisplayOutput
|
|
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* ___ChatDisplayOutput_5;
|
|
// UnityEngine.UI.Scrollbar ChatController::ChatScrollbar
|
|
Scrollbar_t7CDC9B956698D9385A11E4C12964CD51477072C3* ___ChatScrollbar_6;
|
|
};
|
|
|
|
// Claudia
|
|
struct Claudia_t3B4385E120AF691D3F79244D4E34948D7E440335 : public MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71
|
|
{
|
|
// UnityEngine.Transform Claudia::target
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___target_4;
|
|
// System.Single Claudia::speed
|
|
float ___speed_5;
|
|
// System.Single Claudia::nextWaypointDistance
|
|
float ___nextWaypointDistance_6;
|
|
// System.Single Claudia::range
|
|
float ___range_7;
|
|
// System.Single Claudia::distance
|
|
float ___distance_8;
|
|
// UnityEngine.Transform Claudia::enemyGFX
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___enemyGFX_9;
|
|
// UnityEngine.Transform Claudia::player
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___player_10;
|
|
// Pathfinding.Path Claudia::path
|
|
Path_tF8373A11D8EE16052CE8F7D66EB9D74E17EE8F7A* ___path_11;
|
|
// System.Int32 Claudia::currentWaypoint
|
|
int32_t ___currentWaypoint_12;
|
|
// Pathfinding.Seeker Claudia::seeker
|
|
Seeker_t6FEA42FECA98333BE993B3BBFB7BBC08AC65D441* ___seeker_13;
|
|
// UnityEngine.Rigidbody2D Claudia::rb
|
|
Rigidbody2D_tBEBE9523CF4448544085AF46BF7E10AA499F320F* ___rb_14;
|
|
// UnityEngine.Animator Claudia::animator
|
|
Animator_t8A52E42AE54F76681838FE9E632683EF3952E883* ___animator_15;
|
|
// System.Boolean Claudia::Stop
|
|
bool ___Stop_16;
|
|
// UnityEngine.Collider2D Claudia::groundCheckCollider
|
|
Collider2D_t6A17BA7734600EF3F26588E9ED903617D5B8EB52* ___groundCheckCollider_17;
|
|
// System.Int32 Claudia::health
|
|
int32_t ___health_18;
|
|
// UnityEngine.GameObject Claudia::deathEffect
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___deathEffect_19;
|
|
// System.Boolean Claudia::TimeStopHearting
|
|
bool ___TimeStopHearting_20;
|
|
// System.Boolean Claudia::StopAttack
|
|
bool ___StopAttack_21;
|
|
// System.Boolean Claudia::InNear
|
|
bool ___InNear_22;
|
|
};
|
|
|
|
// DiePlayer
|
|
struct DiePlayer_tC3FD49BA07F27A2A252F774A55F19EB8DB51F100 : public MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71
|
|
{
|
|
};
|
|
|
|
// DropdownSample
|
|
struct DropdownSample_tCE5EBEBD2E880BDC4DF110CCD08388269E021100 : public MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71
|
|
{
|
|
// TMPro.TextMeshProUGUI DropdownSample::text
|
|
TextMeshProUGUI_t101091AF4B578BB534C92E9D1EEAF0611636D957* ___text_4;
|
|
// TMPro.TMP_Dropdown DropdownSample::dropdownWithoutPlaceholder
|
|
TMP_Dropdown_t73B37BFDA0D005451C7B750938AFB1748E5EA504* ___dropdownWithoutPlaceholder_5;
|
|
// TMPro.TMP_Dropdown DropdownSample::dropdownWithPlaceholder
|
|
TMP_Dropdown_t73B37BFDA0D005451C7B750938AFB1748E5EA504* ___dropdownWithPlaceholder_6;
|
|
};
|
|
|
|
// Enemy
|
|
struct Enemy_t10DB314C96B1CE78B8D967CD3B39F05126409BBB : public MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71
|
|
{
|
|
};
|
|
|
|
// EnemyDeath
|
|
struct EnemyDeath_t7BC723C142E66F33CFDA14BEFD015F44FC65033B : public MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71
|
|
{
|
|
// System.Int32 EnemyDeath::health
|
|
int32_t ___health_4;
|
|
// UnityEngine.GameObject EnemyDeath::deathEffect
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___deathEffect_5;
|
|
};
|
|
|
|
// EnemyGFX
|
|
struct EnemyGFX_tA18523A651AD87E2BC8B16AE6F361E40C4E46676 : public MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71
|
|
{
|
|
// Pathfinding.AIPath EnemyGFX::aiPath
|
|
AIPath_t2E3FAF42B0674CE8C4F7178BCBCEB2F0B0AD32A8* ___aiPath_4;
|
|
};
|
|
|
|
// EnvMapAnimator
|
|
struct EnvMapAnimator_tFBDB01D5863979E446E8FF4A3A9C1EA6933D38DB : public MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71
|
|
{
|
|
// UnityEngine.Vector3 EnvMapAnimator::RotationSpeeds
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___RotationSpeeds_4;
|
|
// TMPro.TMP_Text EnvMapAnimator::m_textMeshPro
|
|
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* ___m_textMeshPro_5;
|
|
// UnityEngine.Material EnvMapAnimator::m_material
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___m_material_6;
|
|
};
|
|
|
|
// Firnschliff
|
|
struct Firnschliff_t10763D693AFFD85CD0B8094B4526E1445DA3325C : public MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71
|
|
{
|
|
// UnityEngine.Transform Firnschliff::target
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___target_4;
|
|
// UnityEngine.Transform Firnschliff::firePoint
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___firePoint_5;
|
|
// System.Single Firnschliff::speed
|
|
float ___speed_6;
|
|
// System.Single Firnschliff::SlowSpeed
|
|
float ___SlowSpeed_7;
|
|
// System.Single Firnschliff::NormalSpeed
|
|
float ___NormalSpeed_8;
|
|
// System.Single Firnschliff::range
|
|
float ___range_9;
|
|
// System.Single Firnschliff::distance
|
|
float ___distance_10;
|
|
// UnityEngine.Transform Firnschliff::enemyGFX
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___enemyGFX_11;
|
|
// UnityEngine.Transform Firnschliff::player
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___player_12;
|
|
// UnityEngine.GameObject Firnschliff::EnemyWeapon
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___EnemyWeapon_13;
|
|
// UnityEngine.Rigidbody2D Firnschliff::rb
|
|
Rigidbody2D_tBEBE9523CF4448544085AF46BF7E10AA499F320F* ___rb_14;
|
|
// UnityEngine.Animator Firnschliff::animator
|
|
Animator_t8A52E42AE54F76681838FE9E632683EF3952E883* ___animator_15;
|
|
// System.Boolean Firnschliff::Stop
|
|
bool ___Stop_16;
|
|
// System.Int32 Firnschliff::health
|
|
int32_t ___health_18;
|
|
// UnityEngine.GameObject Firnschliff::deathEffect
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___deathEffect_19;
|
|
// System.Boolean Firnschliff::TimeStopHearting
|
|
bool ___TimeStopHearting_20;
|
|
// UnityEngine.Collider2D Firnschliff::groundCheckCollider
|
|
Collider2D_t6A17BA7734600EF3F26588E9ED903617D5B8EB52* ___groundCheckCollider_21;
|
|
};
|
|
|
|
// Justin
|
|
struct Justin_t0D390F6CEA78DA46A451C80DD2FA2928EAC3D574 : public MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71
|
|
{
|
|
// System.Single Justin::range
|
|
float ___range_4;
|
|
// System.Single Justin::speed
|
|
float ___speed_5;
|
|
// UnityEngine.Transform Justin::player
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___player_6;
|
|
// UnityEngine.Rigidbody2D Justin::rb
|
|
Rigidbody2D_tBEBE9523CF4448544085AF46BF7E10AA499F320F* ___rb_7;
|
|
// UnityEngine.Collider2D Justin::groundCheckCollider
|
|
Collider2D_t6A17BA7734600EF3F26588E9ED903617D5B8EB52* ___groundCheckCollider_8;
|
|
// UnityEngine.GameObject Justin::deathEffect
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___deathEffect_9;
|
|
// UnityEngine.Animator Justin::playerAnimator
|
|
Animator_t8A52E42AE54F76681838FE9E632683EF3952E883* ___playerAnimator_10;
|
|
};
|
|
|
|
// Kimberley
|
|
struct Kimberley_t317DD93F6C0908A201808B55F26F226B8BE0F663 : public MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71
|
|
{
|
|
// UnityEngine.Transform Kimberley::target
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___target_4;
|
|
// UnityEngine.Transform Kimberley::firePoint
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___firePoint_5;
|
|
// System.Boolean Kimberley::WalkStop
|
|
bool ___WalkStop_6;
|
|
// System.Single Kimberley::speed
|
|
float ___speed_7;
|
|
// System.Single Kimberley::nextWaypointDistance
|
|
float ___nextWaypointDistance_8;
|
|
// System.Boolean Kimberley::DestroyYourSelf
|
|
bool ___DestroyYourSelf_9;
|
|
// System.Single Kimberley::range
|
|
float ___range_10;
|
|
// System.Single Kimberley::attackRange
|
|
float ___attackRange_11;
|
|
// System.Single Kimberley::distance
|
|
float ___distance_12;
|
|
// UnityEngine.Transform Kimberley::enemyGFX
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___enemyGFX_13;
|
|
// UnityEngine.Transform Kimberley::player
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___player_14;
|
|
// UnityEngine.GameObject Kimberley::EnemyWeapon
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___EnemyWeapon_15;
|
|
// Pathfinding.Path Kimberley::path
|
|
Path_tF8373A11D8EE16052CE8F7D66EB9D74E17EE8F7A* ___path_16;
|
|
// System.Int32 Kimberley::currentWaypoint
|
|
int32_t ___currentWaypoint_17;
|
|
// Pathfinding.Seeker Kimberley::seeker
|
|
Seeker_t6FEA42FECA98333BE993B3BBFB7BBC08AC65D441* ___seeker_18;
|
|
// UnityEngine.Rigidbody2D Kimberley::rb
|
|
Rigidbody2D_tBEBE9523CF4448544085AF46BF7E10AA499F320F* ___rb_19;
|
|
// UnityEngine.Animator Kimberley::animator
|
|
Animator_t8A52E42AE54F76681838FE9E632683EF3952E883* ___animator_20;
|
|
// System.Boolean Kimberley::Stop
|
|
bool ___Stop_21;
|
|
// System.Int32 Kimberley::health
|
|
int32_t ___health_23;
|
|
// UnityEngine.GameObject Kimberley::deathEffect
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___deathEffect_24;
|
|
// System.Boolean Kimberley::TimeStopHearting
|
|
bool ___TimeStopHearting_25;
|
|
// UnityEngine.Collider2D Kimberley::groundCheckCollider
|
|
Collider2D_t6A17BA7734600EF3F26588E9ED903617D5B8EB52* ___groundCheckCollider_26;
|
|
};
|
|
|
|
// MainMenu
|
|
struct MainMenu_t5A8A8E4906FD2B24D16567A6BFFDAA6B91DD12DF : public MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71
|
|
{
|
|
// System.String MainMenu::levelToLoad
|
|
String_t* ___levelToLoad_4;
|
|
// System.String MainMenu::start
|
|
String_t* ___start_5;
|
|
// System.String MainMenu::levelselect
|
|
String_t* ___levelselect_6;
|
|
// System.String MainMenu::levelTutorial
|
|
String_t* ___levelTutorial_7;
|
|
// System.String MainMenu::level1
|
|
String_t* ___level1_8;
|
|
// System.String MainMenu::level2
|
|
String_t* ___level2_9;
|
|
// System.String MainMenu::level3
|
|
String_t* ___level3_10;
|
|
// System.String MainMenu::level4
|
|
String_t* ___level4_11;
|
|
// System.String MainMenu::level5
|
|
String_t* ___level5_12;
|
|
// System.String MainMenu::level6
|
|
String_t* ___level6_13;
|
|
// System.String MainMenu::level7
|
|
String_t* ___level7_14;
|
|
// System.String MainMenu::level8
|
|
String_t* ___level8_15;
|
|
// System.String MainMenu::level9
|
|
String_t* ___level9_16;
|
|
// System.String MainMenu::level10
|
|
String_t* ___level10_17;
|
|
// System.String MainMenu::level11
|
|
String_t* ___level11_18;
|
|
// System.String MainMenu::level12
|
|
String_t* ___level12_19;
|
|
// System.String MainMenu::level13
|
|
String_t* ___level13_20;
|
|
// System.String MainMenu::level14
|
|
String_t* ___level14_21;
|
|
// System.String MainMenu::level15
|
|
String_t* ___level15_22;
|
|
// System.String MainMenu::level16
|
|
String_t* ___level16_23;
|
|
// System.String MainMenu::level17
|
|
String_t* ___level17_24;
|
|
// System.String MainMenu::level18
|
|
String_t* ___level18_25;
|
|
// System.String MainMenu::level19
|
|
String_t* ___level19_26;
|
|
// System.String MainMenu::level20
|
|
String_t* ___level20_27;
|
|
// System.String MainMenu::bonus
|
|
String_t* ___bonus_28;
|
|
// System.String MainMenu::about
|
|
String_t* ___about_29;
|
|
// SceneFader MainMenu::sceneFader
|
|
SceneFader_t41A0B4278C6BCDB89DEB66C032DF3623F7693E70* ___sceneFader_31;
|
|
};
|
|
|
|
// Marc
|
|
struct Marc_t496C7D9DB27E8B598F0A1E81A3369594A780986D : public MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71
|
|
{
|
|
// UnityEngine.Transform Marc::target
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___target_4;
|
|
// UnityEngine.Transform Marc::firePoint
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___firePoint_5;
|
|
// System.Boolean Marc::WalkStop
|
|
bool ___WalkStop_6;
|
|
// System.Single Marc::speed
|
|
float ___speed_7;
|
|
// System.Single Marc::nextWaypointDistance
|
|
float ___nextWaypointDistance_8;
|
|
// System.Boolean Marc::DestroyYourSelf
|
|
bool ___DestroyYourSelf_9;
|
|
// System.Single Marc::range
|
|
float ___range_10;
|
|
// System.Single Marc::attackRange
|
|
float ___attackRange_11;
|
|
// System.Single Marc::distance
|
|
float ___distance_12;
|
|
// UnityEngine.Transform Marc::enemyGFX
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___enemyGFX_13;
|
|
// UnityEngine.Transform Marc::player
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___player_14;
|
|
// UnityEngine.GameObject Marc::EnemyWeapon
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___EnemyWeapon_15;
|
|
// Pathfinding.Path Marc::path
|
|
Path_tF8373A11D8EE16052CE8F7D66EB9D74E17EE8F7A* ___path_16;
|
|
// System.Int32 Marc::currentWaypoint
|
|
int32_t ___currentWaypoint_17;
|
|
// Pathfinding.Seeker Marc::seeker
|
|
Seeker_t6FEA42FECA98333BE993B3BBFB7BBC08AC65D441* ___seeker_18;
|
|
// UnityEngine.Rigidbody2D Marc::rb
|
|
Rigidbody2D_tBEBE9523CF4448544085AF46BF7E10AA499F320F* ___rb_19;
|
|
// UnityEngine.Animator Marc::animator
|
|
Animator_t8A52E42AE54F76681838FE9E632683EF3952E883* ___animator_20;
|
|
// System.Boolean Marc::Stop
|
|
bool ___Stop_21;
|
|
// System.Int32 Marc::health
|
|
int32_t ___health_23;
|
|
// UnityEngine.GameObject Marc::deathEffect
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___deathEffect_24;
|
|
// System.Boolean Marc::TimeStopHearting
|
|
bool ___TimeStopHearting_25;
|
|
// UnityEngine.Collider2D Marc::groundCheckCollider
|
|
Collider2D_t6A17BA7734600EF3F26588E9ED903617D5B8EB52* ___groundCheckCollider_26;
|
|
};
|
|
|
|
// Niko
|
|
struct Niko_t289A792A1F8261E2D57C422B5D136FD721E21DCF : public MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71
|
|
{
|
|
// UnityEngine.Transform Niko::target
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___target_4;
|
|
// UnityEngine.Transform Niko::firePoint
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___firePoint_5;
|
|
// System.Single Niko::speed
|
|
float ___speed_6;
|
|
// System.Single Niko::SlowSpeed
|
|
float ___SlowSpeed_7;
|
|
// System.Single Niko::NormalSpeed
|
|
float ___NormalSpeed_8;
|
|
// System.Single Niko::range
|
|
float ___range_9;
|
|
// System.Single Niko::distance
|
|
float ___distance_10;
|
|
// UnityEngine.Transform Niko::enemyGFX
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___enemyGFX_11;
|
|
// UnityEngine.Transform Niko::player
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___player_12;
|
|
// UnityEngine.GameObject Niko::EnemyWeapon
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___EnemyWeapon_13;
|
|
// UnityEngine.Rigidbody2D Niko::rb
|
|
Rigidbody2D_tBEBE9523CF4448544085AF46BF7E10AA499F320F* ___rb_14;
|
|
// UnityEngine.Animator Niko::animator
|
|
Animator_t8A52E42AE54F76681838FE9E632683EF3952E883* ___animator_15;
|
|
// System.Boolean Niko::Stop
|
|
bool ___Stop_16;
|
|
// System.Int32 Niko::health
|
|
int32_t ___health_18;
|
|
// UnityEngine.GameObject Niko::deathEffect
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___deathEffect_19;
|
|
// System.Boolean Niko::TimeStopHearting
|
|
bool ___TimeStopHearting_20;
|
|
// UnityEngine.Collider2D Niko::groundCheckCollider
|
|
Collider2D_t6A17BA7734600EF3F26588E9ED903617D5B8EB52* ___groundCheckCollider_21;
|
|
};
|
|
|
|
// Pause
|
|
struct Pause_tBA95B8E0340B28796AF51B491AF0D3EEC1F06DD7 : public MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71
|
|
{
|
|
// UnityEngine.GameObject Pause::CoinCounterUI
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___CoinCounterUI_5;
|
|
// UnityEngine.GameObject Pause::PauseButton
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___PauseButton_6;
|
|
// UnityEngine.GameObject Pause::PauseMenu
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___PauseMenu_7;
|
|
};
|
|
|
|
// PlayerMovement
|
|
struct PlayerMovement_t4A0A0A8C937BC1D4FC570D1B5B50847338423351 : public MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71
|
|
{
|
|
// CharacterController2D PlayerMovement::controller
|
|
CharacterController2D_tD2C50F840BF7B04C01AD8DBDCE9B580803684EC5* ___controller_4;
|
|
// UnityEngine.Animator PlayerMovement::animator
|
|
Animator_t8A52E42AE54F76681838FE9E632683EF3952E883* ___animator_5;
|
|
// UnityEngine.AudioSource PlayerMovement::audioSource
|
|
AudioSource_t871AC2272F896738252F04EE949AEF5B241D3299* ___audioSource_6;
|
|
// System.Single PlayerMovement::runSpeed
|
|
float ___runSpeed_7;
|
|
// System.Boolean PlayerMovement::IsPauseing
|
|
bool ___IsPauseing_11;
|
|
// System.Boolean PlayerMovement::IsPlay
|
|
bool ___IsPlay_12;
|
|
// System.Boolean PlayerMovement::moveLeft
|
|
bool ___moveLeft_13;
|
|
// System.Boolean PlayerMovement::moveRight
|
|
bool ___moveRight_14;
|
|
};
|
|
|
|
// TMPro.TMP_TextEventHandler
|
|
struct TMP_TextEventHandler_t1B20EF196557E1AC0E6AB6AACFA95740CC17A333 : public MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71
|
|
{
|
|
// TMPro.TMP_TextEventHandler/CharacterSelectionEvent TMPro.TMP_TextEventHandler::m_OnCharacterSelection
|
|
CharacterSelectionEvent_t5D7AF67F47A37175CF8615AD66DEC4A0AA021392* ___m_OnCharacterSelection_4;
|
|
// TMPro.TMP_TextEventHandler/SpriteSelectionEvent TMPro.TMP_TextEventHandler::m_OnSpriteSelection
|
|
SpriteSelectionEvent_t770551D2973013622C464E817FA74D53BCD4FD95* ___m_OnSpriteSelection_5;
|
|
// TMPro.TMP_TextEventHandler/WordSelectionEvent TMPro.TMP_TextEventHandler::m_OnWordSelection
|
|
WordSelectionEvent_t340E6006406B5E90F7190C56218E8F7E3712945E* ___m_OnWordSelection_6;
|
|
// TMPro.TMP_TextEventHandler/LineSelectionEvent TMPro.TMP_TextEventHandler::m_OnLineSelection
|
|
LineSelectionEvent_t526120C6113E0638913B951E3D1D7B1CF94F0880* ___m_OnLineSelection_7;
|
|
// TMPro.TMP_TextEventHandler/LinkSelectionEvent TMPro.TMP_TextEventHandler::m_OnLinkSelection
|
|
LinkSelectionEvent_t5CE74F742D231580ED2C810ECE394E1A2BC81B3D* ___m_OnLinkSelection_8;
|
|
// TMPro.TMP_Text TMPro.TMP_TextEventHandler::m_TextComponent
|
|
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* ___m_TextComponent_9;
|
|
// UnityEngine.Camera TMPro.TMP_TextEventHandler::m_Camera
|
|
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* ___m_Camera_10;
|
|
// UnityEngine.Canvas TMPro.TMP_TextEventHandler::m_Canvas
|
|
Canvas_t2DB4CEFDFF732884866C83F11ABF75F5AE8FFB26* ___m_Canvas_11;
|
|
// System.Int32 TMPro.TMP_TextEventHandler::m_selectedLink
|
|
int32_t ___m_selectedLink_12;
|
|
// System.Int32 TMPro.TMP_TextEventHandler::m_lastCharIndex
|
|
int32_t ___m_lastCharIndex_13;
|
|
// System.Int32 TMPro.TMP_TextEventHandler::m_lastWordIndex
|
|
int32_t ___m_lastWordIndex_14;
|
|
// System.Int32 TMPro.TMP_TextEventHandler::m_lastLineIndex
|
|
int32_t ___m_lastLineIndex_15;
|
|
};
|
|
|
|
// TMPro.Examples.TextMeshProFloatingText
|
|
struct TextMeshProFloatingText_t833773B79A4826E78EDF2799C157B0EC3ACACB31 : public MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71
|
|
{
|
|
// UnityEngine.Font TMPro.Examples.TextMeshProFloatingText::TheFont
|
|
Font_tC95270EA3198038970422D78B74A7F2E218A96B6* ___TheFont_4;
|
|
// UnityEngine.GameObject TMPro.Examples.TextMeshProFloatingText::m_floatingText
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___m_floatingText_5;
|
|
// TMPro.TextMeshPro TMPro.Examples.TextMeshProFloatingText::m_textMeshPro
|
|
TextMeshPro_t4560AB28A3EAF503895A781A9C625273D833270E* ___m_textMeshPro_6;
|
|
// UnityEngine.TextMesh TMPro.Examples.TextMeshProFloatingText::m_textMesh
|
|
TextMesh_t7E1981C7B03E50D5CA5A3AD5B0D9BB0AB6EE91F8* ___m_textMesh_7;
|
|
// UnityEngine.Transform TMPro.Examples.TextMeshProFloatingText::m_transform
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___m_transform_8;
|
|
// UnityEngine.Transform TMPro.Examples.TextMeshProFloatingText::m_floatingText_Transform
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___m_floatingText_Transform_9;
|
|
// UnityEngine.Transform TMPro.Examples.TextMeshProFloatingText::m_cameraTransform
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___m_cameraTransform_10;
|
|
// UnityEngine.Vector3 TMPro.Examples.TextMeshProFloatingText::lastPOS
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___lastPOS_11;
|
|
// UnityEngine.Quaternion TMPro.Examples.TextMeshProFloatingText::lastRotation
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 ___lastRotation_12;
|
|
// System.Int32 TMPro.Examples.TextMeshProFloatingText::SpawnType
|
|
int32_t ___SpawnType_13;
|
|
// System.Boolean TMPro.Examples.TextMeshProFloatingText::IsTextObjectScaleStatic
|
|
bool ___IsTextObjectScaleStatic_14;
|
|
};
|
|
|
|
// UnityEngine.EventSystems.UIBehaviour
|
|
struct UIBehaviour_tB9D4295827BD2EEDEF0749200C6CA7090C742A9D : public MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71
|
|
{
|
|
};
|
|
|
|
// Pathfinding.VersionedMonoBehaviour
|
|
struct VersionedMonoBehaviour_t13F17B0D6039238CC5328E19B6DBB74A6E9CFD3B : public MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71
|
|
{
|
|
// System.Int32 Pathfinding.VersionedMonoBehaviour::version
|
|
int32_t ___version_4;
|
|
};
|
|
|
|
// Zoltan
|
|
struct Zoltan_t9BB7971A3F5BE25CD8BE2991AA7512E6D4B8057C : public MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71
|
|
{
|
|
// System.Single Zoltan::range
|
|
float ___range_4;
|
|
// System.Single Zoltan::speed
|
|
float ___speed_5;
|
|
// UnityEngine.Transform Zoltan::player
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___player_6;
|
|
// UnityEngine.Rigidbody2D Zoltan::rb
|
|
Rigidbody2D_tBEBE9523CF4448544085AF46BF7E10AA499F320F* ___rb_7;
|
|
// UnityEngine.Collider2D Zoltan::groundCheckCollider
|
|
Collider2D_t6A17BA7734600EF3F26588E9ED903617D5B8EB52* ___groundCheckCollider_8;
|
|
// UnityEngine.GameObject Zoltan::deathEffect
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___deathEffect_9;
|
|
// UnityEngine.Animator Zoltan::playerAnimator
|
|
Animator_t8A52E42AE54F76681838FE9E632683EF3952E883* ___playerAnimator_10;
|
|
};
|
|
|
|
// Pathfinding.AIBase
|
|
struct AIBase_t6F37563B5BCFAE844B1938EEB022B2EED8635EC5 : public VersionedMonoBehaviour_t13F17B0D6039238CC5328E19B6DBB74A6E9CFD3B
|
|
{
|
|
// System.Single Pathfinding.AIBase::radius
|
|
float ___radius_5;
|
|
// System.Single Pathfinding.AIBase::height
|
|
float ___height_6;
|
|
// System.Boolean Pathfinding.AIBase::canMove
|
|
bool ___canMove_7;
|
|
// System.Single Pathfinding.AIBase::maxSpeed
|
|
float ___maxSpeed_8;
|
|
// UnityEngine.Vector3 Pathfinding.AIBase::gravity
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___gravity_9;
|
|
// UnityEngine.LayerMask Pathfinding.AIBase::groundMask
|
|
LayerMask_t97CB6BDADEDC3D6423C7BCFEA7F86DA2EC6241DB ___groundMask_10;
|
|
// System.Single Pathfinding.AIBase::centerOffsetCompatibility
|
|
float ___centerOffsetCompatibility_11;
|
|
// System.Single Pathfinding.AIBase::repathRateCompatibility
|
|
float ___repathRateCompatibility_12;
|
|
// System.Boolean Pathfinding.AIBase::canSearchCompability
|
|
bool ___canSearchCompability_13;
|
|
// Pathfinding.OrientationMode Pathfinding.AIBase::orientation
|
|
int32_t ___orientation_14;
|
|
// System.Boolean Pathfinding.AIBase::enableRotation
|
|
bool ___enableRotation_15;
|
|
// UnityEngine.Vector3 Pathfinding.AIBase::simulatedPosition
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___simulatedPosition_16;
|
|
// UnityEngine.Quaternion Pathfinding.AIBase::simulatedRotation
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 ___simulatedRotation_17;
|
|
// UnityEngine.Vector3 Pathfinding.AIBase::accumulatedMovementDelta
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___accumulatedMovementDelta_18;
|
|
// UnityEngine.Vector2 Pathfinding.AIBase::velocity2D
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___velocity2D_19;
|
|
// System.Single Pathfinding.AIBase::verticalVelocity
|
|
float ___verticalVelocity_20;
|
|
// Pathfinding.Seeker Pathfinding.AIBase::seeker
|
|
Seeker_t6FEA42FECA98333BE993B3BBFB7BBC08AC65D441* ___seeker_21;
|
|
// UnityEngine.Transform Pathfinding.AIBase::tr
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___tr_22;
|
|
// UnityEngine.Rigidbody Pathfinding.AIBase::rigid
|
|
Rigidbody_t268697F5A994213ED97393309870968BC1C7393C* ___rigid_23;
|
|
// UnityEngine.Rigidbody2D Pathfinding.AIBase::rigid2D
|
|
Rigidbody2D_tBEBE9523CF4448544085AF46BF7E10AA499F320F* ___rigid2D_24;
|
|
// UnityEngine.CharacterController Pathfinding.AIBase::controller
|
|
CharacterController_t847C1A2719F60547D7D6077B648D6CE2D1EF3A6A* ___controller_25;
|
|
// Pathfinding.Util.IMovementPlane Pathfinding.AIBase::movementPlane
|
|
RuntimeObject* ___movementPlane_26;
|
|
// System.Boolean Pathfinding.AIBase::updatePosition
|
|
bool ___updatePosition_27;
|
|
// System.Boolean Pathfinding.AIBase::updateRotation
|
|
bool ___updateRotation_28;
|
|
// Pathfinding.AutoRepathPolicy Pathfinding.AIBase::autoRepath
|
|
AutoRepathPolicy_t3965E2D39B57E4801FE942D6E357D395ABC68A42* ___autoRepath_29;
|
|
// System.Boolean Pathfinding.AIBase::<usingGravity>k__BackingField
|
|
bool ___U3CusingGravityU3Ek__BackingField_30;
|
|
// System.Single Pathfinding.AIBase::lastDeltaTime
|
|
float ___lastDeltaTime_31;
|
|
// System.Int32 Pathfinding.AIBase::prevFrame
|
|
int32_t ___prevFrame_32;
|
|
// UnityEngine.Vector3 Pathfinding.AIBase::prevPosition1
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___prevPosition1_33;
|
|
// UnityEngine.Vector3 Pathfinding.AIBase::prevPosition2
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___prevPosition2_34;
|
|
// UnityEngine.Vector2 Pathfinding.AIBase::lastDeltaPosition
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___lastDeltaPosition_35;
|
|
// System.Boolean Pathfinding.AIBase::waitingForPathCalculation
|
|
bool ___waitingForPathCalculation_36;
|
|
// UnityEngine.Transform Pathfinding.AIBase::targetCompatibility
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___targetCompatibility_37;
|
|
// System.Boolean Pathfinding.AIBase::startHasRun
|
|
bool ___startHasRun_38;
|
|
// UnityEngine.Vector3 Pathfinding.AIBase::<destination>k__BackingField
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___U3CdestinationU3Ek__BackingField_39;
|
|
// System.Boolean Pathfinding.AIBase::<isStopped>k__BackingField
|
|
bool ___U3CisStoppedU3Ek__BackingField_40;
|
|
// System.Action Pathfinding.AIBase::<onSearchPath>k__BackingField
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___U3ConSearchPathU3Ek__BackingField_41;
|
|
};
|
|
|
|
// UnityEngine.UI.Graphic
|
|
struct Graphic_tCBFCA4585A19E2B75465AECFEAC43F4016BF7931 : public UIBehaviour_tB9D4295827BD2EEDEF0749200C6CA7090C742A9D
|
|
{
|
|
// UnityEngine.Material UnityEngine.UI.Graphic::m_Material
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___m_Material_6;
|
|
// UnityEngine.Color UnityEngine.UI.Graphic::m_Color
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___m_Color_7;
|
|
// System.Boolean UnityEngine.UI.Graphic::m_SkipLayoutUpdate
|
|
bool ___m_SkipLayoutUpdate_8;
|
|
// System.Boolean UnityEngine.UI.Graphic::m_SkipMaterialUpdate
|
|
bool ___m_SkipMaterialUpdate_9;
|
|
// System.Boolean UnityEngine.UI.Graphic::m_RaycastTarget
|
|
bool ___m_RaycastTarget_10;
|
|
// System.Boolean UnityEngine.UI.Graphic::m_RaycastTargetCache
|
|
bool ___m_RaycastTargetCache_11;
|
|
// UnityEngine.Vector4 UnityEngine.UI.Graphic::m_RaycastPadding
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___m_RaycastPadding_12;
|
|
// UnityEngine.RectTransform UnityEngine.UI.Graphic::m_RectTransform
|
|
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* ___m_RectTransform_13;
|
|
// UnityEngine.CanvasRenderer UnityEngine.UI.Graphic::m_CanvasRenderer
|
|
CanvasRenderer_tAB9A55A976C4E3B2B37D0CE5616E5685A8B43860* ___m_CanvasRenderer_14;
|
|
// UnityEngine.Canvas UnityEngine.UI.Graphic::m_Canvas
|
|
Canvas_t2DB4CEFDFF732884866C83F11ABF75F5AE8FFB26* ___m_Canvas_15;
|
|
// System.Boolean UnityEngine.UI.Graphic::m_VertsDirty
|
|
bool ___m_VertsDirty_16;
|
|
// System.Boolean UnityEngine.UI.Graphic::m_MaterialDirty
|
|
bool ___m_MaterialDirty_17;
|
|
// UnityEngine.Events.UnityAction UnityEngine.UI.Graphic::m_OnDirtyLayoutCallback
|
|
UnityAction_t11A1F3B953B365C072A5DCC32677EE1796A962A7* ___m_OnDirtyLayoutCallback_18;
|
|
// UnityEngine.Events.UnityAction UnityEngine.UI.Graphic::m_OnDirtyVertsCallback
|
|
UnityAction_t11A1F3B953B365C072A5DCC32677EE1796A962A7* ___m_OnDirtyVertsCallback_19;
|
|
// UnityEngine.Events.UnityAction UnityEngine.UI.Graphic::m_OnDirtyMaterialCallback
|
|
UnityAction_t11A1F3B953B365C072A5DCC32677EE1796A962A7* ___m_OnDirtyMaterialCallback_20;
|
|
// UnityEngine.Mesh UnityEngine.UI.Graphic::m_CachedMesh
|
|
Mesh_t6D9C539763A09BC2B12AEAEF36F6DFFC98AE63D4* ___m_CachedMesh_23;
|
|
// UnityEngine.Vector2[] UnityEngine.UI.Graphic::m_CachedUvs
|
|
Vector2U5BU5D_tFEBBC94BCC6C9C88277BA04047D2B3FDB6ED7FDA* ___m_CachedUvs_24;
|
|
// UnityEngine.UI.CoroutineTween.TweenRunner`1<UnityEngine.UI.CoroutineTween.ColorTween> UnityEngine.UI.Graphic::m_ColorTweenRunner
|
|
TweenRunner_1_t5BB0582F926E75E2FE795492679A6CF55A4B4BC4* ___m_ColorTweenRunner_25;
|
|
// System.Boolean UnityEngine.UI.Graphic::<useLegacyMeshGeneration>k__BackingField
|
|
bool ___U3CuseLegacyMeshGenerationU3Ek__BackingField_26;
|
|
};
|
|
|
|
// Pathfinding.Seeker
|
|
struct Seeker_t6FEA42FECA98333BE993B3BBFB7BBC08AC65D441 : public VersionedMonoBehaviour_t13F17B0D6039238CC5328E19B6DBB74A6E9CFD3B
|
|
{
|
|
// System.Boolean Pathfinding.Seeker::drawGizmos
|
|
bool ___drawGizmos_5;
|
|
// System.Boolean Pathfinding.Seeker::detailedGizmos
|
|
bool ___detailedGizmos_6;
|
|
// Pathfinding.StartEndModifier Pathfinding.Seeker::startEndModifier
|
|
StartEndModifier_t69365942D4D0908748A6405B017F6B0C341028F7* ___startEndModifier_7;
|
|
// System.Int32 Pathfinding.Seeker::traversableTags
|
|
int32_t ___traversableTags_8;
|
|
// System.Int32[] Pathfinding.Seeker::tagPenalties
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___tagPenalties_9;
|
|
// Pathfinding.GraphMask Pathfinding.Seeker::graphMask
|
|
GraphMask_t0D3B81600BFA722AB8C720E124358F9ABA57D404 ___graphMask_10;
|
|
// System.Int32 Pathfinding.Seeker::graphMaskCompatibility
|
|
int32_t ___graphMaskCompatibility_11;
|
|
// Pathfinding.OnPathDelegate Pathfinding.Seeker::pathCallback
|
|
OnPathDelegate_tBC5D616171AC6FA3DFA2083777FDA787D35047D4* ___pathCallback_12;
|
|
// Pathfinding.OnPathDelegate Pathfinding.Seeker::preProcessPath
|
|
OnPathDelegate_tBC5D616171AC6FA3DFA2083777FDA787D35047D4* ___preProcessPath_13;
|
|
// Pathfinding.OnPathDelegate Pathfinding.Seeker::postProcessPath
|
|
OnPathDelegate_tBC5D616171AC6FA3DFA2083777FDA787D35047D4* ___postProcessPath_14;
|
|
// System.Collections.Generic.List`1<UnityEngine.Vector3> Pathfinding.Seeker::lastCompletedVectorPath
|
|
List_1_t77B94703E05C519A9010DD0614F757F974E1CD8B* ___lastCompletedVectorPath_15;
|
|
// System.Collections.Generic.List`1<Pathfinding.GraphNode> Pathfinding.Seeker::lastCompletedNodePath
|
|
List_1_tFFD15BEE5A463816F03AD5239859E32F4C228B59* ___lastCompletedNodePath_16;
|
|
// Pathfinding.Path Pathfinding.Seeker::path
|
|
Path_tF8373A11D8EE16052CE8F7D66EB9D74E17EE8F7A* ___path_17;
|
|
// Pathfinding.Path Pathfinding.Seeker::prevPath
|
|
Path_tF8373A11D8EE16052CE8F7D66EB9D74E17EE8F7A* ___prevPath_18;
|
|
// Pathfinding.OnPathDelegate Pathfinding.Seeker::onPathDelegate
|
|
OnPathDelegate_tBC5D616171AC6FA3DFA2083777FDA787D35047D4* ___onPathDelegate_19;
|
|
// Pathfinding.OnPathDelegate Pathfinding.Seeker::tmpPathCallback
|
|
OnPathDelegate_tBC5D616171AC6FA3DFA2083777FDA787D35047D4* ___tmpPathCallback_20;
|
|
// System.UInt32 Pathfinding.Seeker::lastPathID
|
|
uint32_t ___lastPathID_21;
|
|
// System.Collections.Generic.List`1<Pathfinding.IPathModifier> Pathfinding.Seeker::modifiers
|
|
List_1_t942307E6491535C222375071452B86EBA636C4CD* ___modifiers_22;
|
|
};
|
|
|
|
// UnityEngine.UI.Selectable
|
|
struct Selectable_t3251808068A17B8E92FB33590A4C2FA66D456712 : public UIBehaviour_tB9D4295827BD2EEDEF0749200C6CA7090C742A9D
|
|
{
|
|
// System.Boolean UnityEngine.UI.Selectable::m_EnableCalled
|
|
bool ___m_EnableCalled_6;
|
|
// UnityEngine.UI.Navigation UnityEngine.UI.Selectable::m_Navigation
|
|
Navigation_t4D2E201D65749CF4E104E8AC1232CF1D6F14795C ___m_Navigation_7;
|
|
// UnityEngine.UI.Selectable/Transition UnityEngine.UI.Selectable::m_Transition
|
|
int32_t ___m_Transition_8;
|
|
// UnityEngine.UI.ColorBlock UnityEngine.UI.Selectable::m_Colors
|
|
ColorBlock_tDD7C62E7AFE442652FC98F8D058CE8AE6BFD7C11 ___m_Colors_9;
|
|
// UnityEngine.UI.SpriteState UnityEngine.UI.Selectable::m_SpriteState
|
|
SpriteState_tC8199570BE6337FB5C49347C97892B4222E5AACD ___m_SpriteState_10;
|
|
// UnityEngine.UI.AnimationTriggers UnityEngine.UI.Selectable::m_AnimationTriggers
|
|
AnimationTriggers_tA0DC06F89C5280C6DD972F6F4C8A56D7F4F79074* ___m_AnimationTriggers_11;
|
|
// System.Boolean UnityEngine.UI.Selectable::m_Interactable
|
|
bool ___m_Interactable_12;
|
|
// UnityEngine.UI.Graphic UnityEngine.UI.Selectable::m_TargetGraphic
|
|
Graphic_tCBFCA4585A19E2B75465AECFEAC43F4016BF7931* ___m_TargetGraphic_13;
|
|
// System.Boolean UnityEngine.UI.Selectable::m_GroupsAllowInteraction
|
|
bool ___m_GroupsAllowInteraction_14;
|
|
// System.Int32 UnityEngine.UI.Selectable::m_CurrentIndex
|
|
int32_t ___m_CurrentIndex_15;
|
|
// System.Boolean UnityEngine.UI.Selectable::<isPointerInside>k__BackingField
|
|
bool ___U3CisPointerInsideU3Ek__BackingField_16;
|
|
// System.Boolean UnityEngine.UI.Selectable::<isPointerDown>k__BackingField
|
|
bool ___U3CisPointerDownU3Ek__BackingField_17;
|
|
// System.Boolean UnityEngine.UI.Selectable::<hasSelection>k__BackingField
|
|
bool ___U3ChasSelectionU3Ek__BackingField_18;
|
|
// System.Collections.Generic.List`1<UnityEngine.CanvasGroup> UnityEngine.UI.Selectable::m_CanvasGroupCache
|
|
List_1_t2CDCA768E7F493F5EDEBC75AEB200FD621354E35* ___m_CanvasGroupCache_19;
|
|
};
|
|
|
|
// Pathfinding.AIPath
|
|
struct AIPath_t2E3FAF42B0674CE8C4F7178BCBCEB2F0B0AD32A8 : public AIBase_t6F37563B5BCFAE844B1938EEB022B2EED8635EC5
|
|
{
|
|
// System.Single Pathfinding.AIPath::maxAcceleration
|
|
float ___maxAcceleration_43;
|
|
// System.Single Pathfinding.AIPath::rotationSpeed
|
|
float ___rotationSpeed_44;
|
|
// System.Single Pathfinding.AIPath::slowdownDistance
|
|
float ___slowdownDistance_45;
|
|
// System.Single Pathfinding.AIPath::pickNextWaypointDist
|
|
float ___pickNextWaypointDist_46;
|
|
// System.Single Pathfinding.AIPath::endReachedDistance
|
|
float ___endReachedDistance_47;
|
|
// System.Boolean Pathfinding.AIPath::alwaysDrawGizmos
|
|
bool ___alwaysDrawGizmos_48;
|
|
// System.Boolean Pathfinding.AIPath::slowWhenNotFacingTarget
|
|
bool ___slowWhenNotFacingTarget_49;
|
|
// Pathfinding.CloseToDestinationMode Pathfinding.AIPath::whenCloseToDestination
|
|
int32_t ___whenCloseToDestination_50;
|
|
// System.Boolean Pathfinding.AIPath::constrainInsideGraph
|
|
bool ___constrainInsideGraph_51;
|
|
// Pathfinding.Path Pathfinding.AIPath::path
|
|
Path_tF8373A11D8EE16052CE8F7D66EB9D74E17EE8F7A* ___path_52;
|
|
// Pathfinding.Util.PathInterpolator Pathfinding.AIPath::interpolator
|
|
PathInterpolator_t21CD37B2C14C176C9D66D8BB95A9E675975A123B* ___interpolator_53;
|
|
// System.Boolean Pathfinding.AIPath::<reachedEndOfPath>k__BackingField
|
|
bool ___U3CreachedEndOfPathU3Ek__BackingField_54;
|
|
};
|
|
|
|
// UnityEngine.UI.MaskableGraphic
|
|
struct MaskableGraphic_tFC5B6BE351C90DE53744DF2A70940242774B361E : public Graphic_tCBFCA4585A19E2B75465AECFEAC43F4016BF7931
|
|
{
|
|
// System.Boolean UnityEngine.UI.MaskableGraphic::m_ShouldRecalculateStencil
|
|
bool ___m_ShouldRecalculateStencil_27;
|
|
// UnityEngine.Material UnityEngine.UI.MaskableGraphic::m_MaskMaterial
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___m_MaskMaterial_28;
|
|
// UnityEngine.UI.RectMask2D UnityEngine.UI.MaskableGraphic::m_ParentMask
|
|
RectMask2D_tACF92BE999C791A665BD1ADEABF5BCEB82846670* ___m_ParentMask_29;
|
|
// System.Boolean UnityEngine.UI.MaskableGraphic::m_Maskable
|
|
bool ___m_Maskable_30;
|
|
// System.Boolean UnityEngine.UI.MaskableGraphic::m_IsMaskingGraphic
|
|
bool ___m_IsMaskingGraphic_31;
|
|
// System.Boolean UnityEngine.UI.MaskableGraphic::m_IncludeForMasking
|
|
bool ___m_IncludeForMasking_32;
|
|
// UnityEngine.UI.MaskableGraphic/CullStateChangedEvent UnityEngine.UI.MaskableGraphic::m_OnCullStateChanged
|
|
CullStateChangedEvent_t6073CD0D951EC1256BF74B8F9107D68FC89B99B8* ___m_OnCullStateChanged_33;
|
|
// System.Boolean UnityEngine.UI.MaskableGraphic::m_ShouldRecalculate
|
|
bool ___m_ShouldRecalculate_34;
|
|
// System.Int32 UnityEngine.UI.MaskableGraphic::m_StencilValue
|
|
int32_t ___m_StencilValue_35;
|
|
// UnityEngine.Vector3[] UnityEngine.UI.MaskableGraphic::m_Corners
|
|
Vector3U5BU5D_tFF1859CCE176131B909E2044F76443064254679C* ___m_Corners_36;
|
|
};
|
|
|
|
// UnityEngine.UI.Scrollbar
|
|
struct Scrollbar_t7CDC9B956698D9385A11E4C12964CD51477072C3 : public Selectable_t3251808068A17B8E92FB33590A4C2FA66D456712
|
|
{
|
|
// UnityEngine.RectTransform UnityEngine.UI.Scrollbar::m_HandleRect
|
|
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* ___m_HandleRect_20;
|
|
// UnityEngine.UI.Scrollbar/Direction UnityEngine.UI.Scrollbar::m_Direction
|
|
int32_t ___m_Direction_21;
|
|
// System.Single UnityEngine.UI.Scrollbar::m_Value
|
|
float ___m_Value_22;
|
|
// System.Single UnityEngine.UI.Scrollbar::m_Size
|
|
float ___m_Size_23;
|
|
// System.Int32 UnityEngine.UI.Scrollbar::m_NumberOfSteps
|
|
int32_t ___m_NumberOfSteps_24;
|
|
// UnityEngine.UI.Scrollbar/ScrollEvent UnityEngine.UI.Scrollbar::m_OnValueChanged
|
|
ScrollEvent_tDDBE21D44D65DF069C54FE3ACF7668D976E6BBB6* ___m_OnValueChanged_25;
|
|
// UnityEngine.RectTransform UnityEngine.UI.Scrollbar::m_ContainerRect
|
|
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* ___m_ContainerRect_26;
|
|
// UnityEngine.Vector2 UnityEngine.UI.Scrollbar::m_Offset
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___m_Offset_27;
|
|
// UnityEngine.DrivenRectTransformTracker UnityEngine.UI.Scrollbar::m_Tracker
|
|
DrivenRectTransformTracker_tFB0706C933E3C68E4F377C204FCEEF091F1EE0B1 ___m_Tracker_28;
|
|
// UnityEngine.Coroutine UnityEngine.UI.Scrollbar::m_PointerDownRepeat
|
|
Coroutine_t85EA685566A254C23F3FD77AB5BDFFFF8799596B* ___m_PointerDownRepeat_29;
|
|
// System.Boolean UnityEngine.UI.Scrollbar::isPointerDownAndNotDragging
|
|
bool ___isPointerDownAndNotDragging_30;
|
|
// System.Boolean UnityEngine.UI.Scrollbar::m_DelayedUpdateVisuals
|
|
bool ___m_DelayedUpdateVisuals_31;
|
|
};
|
|
|
|
// TMPro.TMP_Dropdown
|
|
struct TMP_Dropdown_t73B37BFDA0D005451C7B750938AFB1748E5EA504 : public Selectable_t3251808068A17B8E92FB33590A4C2FA66D456712
|
|
{
|
|
// UnityEngine.RectTransform TMPro.TMP_Dropdown::m_Template
|
|
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* ___m_Template_20;
|
|
// TMPro.TMP_Text TMPro.TMP_Dropdown::m_CaptionText
|
|
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* ___m_CaptionText_21;
|
|
// UnityEngine.UI.Image TMPro.TMP_Dropdown::m_CaptionImage
|
|
Image_tBC1D03F63BF71132E9A5E472B8742F172A011E7E* ___m_CaptionImage_22;
|
|
// UnityEngine.UI.Graphic TMPro.TMP_Dropdown::m_Placeholder
|
|
Graphic_tCBFCA4585A19E2B75465AECFEAC43F4016BF7931* ___m_Placeholder_23;
|
|
// TMPro.TMP_Text TMPro.TMP_Dropdown::m_ItemText
|
|
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* ___m_ItemText_24;
|
|
// UnityEngine.UI.Image TMPro.TMP_Dropdown::m_ItemImage
|
|
Image_tBC1D03F63BF71132E9A5E472B8742F172A011E7E* ___m_ItemImage_25;
|
|
// System.Int32 TMPro.TMP_Dropdown::m_Value
|
|
int32_t ___m_Value_26;
|
|
// TMPro.TMP_Dropdown/OptionDataList TMPro.TMP_Dropdown::m_Options
|
|
OptionDataList_tF66EA4801BFA499F010E6EFF89ED760BF4F0BEE1* ___m_Options_27;
|
|
// TMPro.TMP_Dropdown/DropdownEvent TMPro.TMP_Dropdown::m_OnValueChanged
|
|
DropdownEvent_tFD4609E80240BC887A6D31F9F3C252A8A6843E91* ___m_OnValueChanged_28;
|
|
// System.Single TMPro.TMP_Dropdown::m_AlphaFadeSpeed
|
|
float ___m_AlphaFadeSpeed_29;
|
|
// UnityEngine.GameObject TMPro.TMP_Dropdown::m_Dropdown
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___m_Dropdown_30;
|
|
// UnityEngine.GameObject TMPro.TMP_Dropdown::m_Blocker
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___m_Blocker_31;
|
|
// System.Collections.Generic.List`1<TMPro.TMP_Dropdown/DropdownItem> TMPro.TMP_Dropdown::m_Items
|
|
List_1_tA7EEECF976A6B4957450A4D235070C9324ED1A97* ___m_Items_32;
|
|
// TMPro.TweenRunner`1<TMPro.FloatTween> TMPro.TMP_Dropdown::m_AlphaTweenRunner
|
|
TweenRunner_1_tF277B20625C8B1939DC85508C4679C690757395E* ___m_AlphaTweenRunner_33;
|
|
// System.Boolean TMPro.TMP_Dropdown::validTemplate
|
|
bool ___validTemplate_34;
|
|
// UnityEngine.Coroutine TMPro.TMP_Dropdown::m_Coroutine
|
|
Coroutine_t85EA685566A254C23F3FD77AB5BDFFFF8799596B* ___m_Coroutine_35;
|
|
};
|
|
|
|
// TMPro.TMP_InputField
|
|
struct TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F : public Selectable_t3251808068A17B8E92FB33590A4C2FA66D456712
|
|
{
|
|
// UnityEngine.TouchScreenKeyboard TMPro.TMP_InputField::m_SoftKeyboard
|
|
TouchScreenKeyboard_tE87B78A3DAED69816B44C99270A734682E093E7A* ___m_SoftKeyboard_20;
|
|
// UnityEngine.RectTransform TMPro.TMP_InputField::m_RectTransform
|
|
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* ___m_RectTransform_22;
|
|
// UnityEngine.RectTransform TMPro.TMP_InputField::m_TextViewport
|
|
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* ___m_TextViewport_23;
|
|
// UnityEngine.UI.RectMask2D TMPro.TMP_InputField::m_TextComponentRectMask
|
|
RectMask2D_tACF92BE999C791A665BD1ADEABF5BCEB82846670* ___m_TextComponentRectMask_24;
|
|
// UnityEngine.UI.RectMask2D TMPro.TMP_InputField::m_TextViewportRectMask
|
|
RectMask2D_tACF92BE999C791A665BD1ADEABF5BCEB82846670* ___m_TextViewportRectMask_25;
|
|
// UnityEngine.Rect TMPro.TMP_InputField::m_CachedViewportRect
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___m_CachedViewportRect_26;
|
|
// TMPro.TMP_Text TMPro.TMP_InputField::m_TextComponent
|
|
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* ___m_TextComponent_27;
|
|
// UnityEngine.RectTransform TMPro.TMP_InputField::m_TextComponentRectTransform
|
|
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* ___m_TextComponentRectTransform_28;
|
|
// UnityEngine.UI.Graphic TMPro.TMP_InputField::m_Placeholder
|
|
Graphic_tCBFCA4585A19E2B75465AECFEAC43F4016BF7931* ___m_Placeholder_29;
|
|
// UnityEngine.UI.Scrollbar TMPro.TMP_InputField::m_VerticalScrollbar
|
|
Scrollbar_t7CDC9B956698D9385A11E4C12964CD51477072C3* ___m_VerticalScrollbar_30;
|
|
// TMPro.TMP_ScrollbarEventHandler TMPro.TMP_InputField::m_VerticalScrollbarEventHandler
|
|
TMP_ScrollbarEventHandler_t84C389ED6800977DAEA8C025E18C9F3321888F4D* ___m_VerticalScrollbarEventHandler_31;
|
|
// System.Boolean TMPro.TMP_InputField::m_IsDrivenByLayoutComponents
|
|
bool ___m_IsDrivenByLayoutComponents_32;
|
|
// UnityEngine.UI.LayoutGroup TMPro.TMP_InputField::m_LayoutGroup
|
|
LayoutGroup_t32417833C700E77EDFA7C20034DAFD26604E05CE* ___m_LayoutGroup_33;
|
|
// UnityEngine.EventSystems.IScrollHandler TMPro.TMP_InputField::m_IScrollHandlerParent
|
|
RuntimeObject* ___m_IScrollHandlerParent_34;
|
|
// System.Single TMPro.TMP_InputField::m_ScrollPosition
|
|
float ___m_ScrollPosition_35;
|
|
// System.Single TMPro.TMP_InputField::m_ScrollSensitivity
|
|
float ___m_ScrollSensitivity_36;
|
|
// TMPro.TMP_InputField/ContentType TMPro.TMP_InputField::m_ContentType
|
|
int32_t ___m_ContentType_37;
|
|
// TMPro.TMP_InputField/InputType TMPro.TMP_InputField::m_InputType
|
|
int32_t ___m_InputType_38;
|
|
// System.Char TMPro.TMP_InputField::m_AsteriskChar
|
|
Il2CppChar ___m_AsteriskChar_39;
|
|
// UnityEngine.TouchScreenKeyboardType TMPro.TMP_InputField::m_KeyboardType
|
|
int32_t ___m_KeyboardType_40;
|
|
// TMPro.TMP_InputField/LineType TMPro.TMP_InputField::m_LineType
|
|
int32_t ___m_LineType_41;
|
|
// System.Boolean TMPro.TMP_InputField::m_HideMobileInput
|
|
bool ___m_HideMobileInput_42;
|
|
// System.Boolean TMPro.TMP_InputField::m_HideSoftKeyboard
|
|
bool ___m_HideSoftKeyboard_43;
|
|
// TMPro.TMP_InputField/CharacterValidation TMPro.TMP_InputField::m_CharacterValidation
|
|
int32_t ___m_CharacterValidation_44;
|
|
// System.String TMPro.TMP_InputField::m_RegexValue
|
|
String_t* ___m_RegexValue_45;
|
|
// System.Single TMPro.TMP_InputField::m_GlobalPointSize
|
|
float ___m_GlobalPointSize_46;
|
|
// System.Int32 TMPro.TMP_InputField::m_CharacterLimit
|
|
int32_t ___m_CharacterLimit_47;
|
|
// TMPro.TMP_InputField/SubmitEvent TMPro.TMP_InputField::m_OnEndEdit
|
|
SubmitEvent_tF7E2843B6A79D94B8EEEA259707F77BD1773B500* ___m_OnEndEdit_48;
|
|
// TMPro.TMP_InputField/SubmitEvent TMPro.TMP_InputField::m_OnSubmit
|
|
SubmitEvent_tF7E2843B6A79D94B8EEEA259707F77BD1773B500* ___m_OnSubmit_49;
|
|
// TMPro.TMP_InputField/SelectionEvent TMPro.TMP_InputField::m_OnSelect
|
|
SelectionEvent_t8FC75B869F70C9F0BF13390AD0237AD310511119* ___m_OnSelect_50;
|
|
// TMPro.TMP_InputField/SelectionEvent TMPro.TMP_InputField::m_OnDeselect
|
|
SelectionEvent_t8FC75B869F70C9F0BF13390AD0237AD310511119* ___m_OnDeselect_51;
|
|
// TMPro.TMP_InputField/TextSelectionEvent TMPro.TMP_InputField::m_OnTextSelection
|
|
TextSelectionEvent_t6C496DAA6DAF01754C27C58A94A5FBA562BA9401* ___m_OnTextSelection_52;
|
|
// TMPro.TMP_InputField/TextSelectionEvent TMPro.TMP_InputField::m_OnEndTextSelection
|
|
TextSelectionEvent_t6C496DAA6DAF01754C27C58A94A5FBA562BA9401* ___m_OnEndTextSelection_53;
|
|
// TMPro.TMP_InputField/OnChangeEvent TMPro.TMP_InputField::m_OnValueChanged
|
|
OnChangeEvent_tDBB13012ABF81899E4DFDD82258EB7E9BB7A9F1D* ___m_OnValueChanged_54;
|
|
// TMPro.TMP_InputField/TouchScreenKeyboardEvent TMPro.TMP_InputField::m_OnTouchScreenKeyboardStatusChanged
|
|
TouchScreenKeyboardEvent_tB9BEBEF5D6F2B52547EF3861FF437AC25BC06AF1* ___m_OnTouchScreenKeyboardStatusChanged_55;
|
|
// TMPro.TMP_InputField/OnValidateInput TMPro.TMP_InputField::m_OnValidateInput
|
|
OnValidateInput_t88ECDC5C12A807AF2A5761369563B0FAA6A25530* ___m_OnValidateInput_56;
|
|
// UnityEngine.Color TMPro.TMP_InputField::m_CaretColor
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___m_CaretColor_57;
|
|
// System.Boolean TMPro.TMP_InputField::m_CustomCaretColor
|
|
bool ___m_CustomCaretColor_58;
|
|
// UnityEngine.Color TMPro.TMP_InputField::m_SelectionColor
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___m_SelectionColor_59;
|
|
// System.String TMPro.TMP_InputField::m_Text
|
|
String_t* ___m_Text_60;
|
|
// System.Single TMPro.TMP_InputField::m_CaretBlinkRate
|
|
float ___m_CaretBlinkRate_61;
|
|
// System.Int32 TMPro.TMP_InputField::m_CaretWidth
|
|
int32_t ___m_CaretWidth_62;
|
|
// System.Boolean TMPro.TMP_InputField::m_ReadOnly
|
|
bool ___m_ReadOnly_63;
|
|
// System.Boolean TMPro.TMP_InputField::m_RichText
|
|
bool ___m_RichText_64;
|
|
// System.Int32 TMPro.TMP_InputField::m_StringPosition
|
|
int32_t ___m_StringPosition_65;
|
|
// System.Int32 TMPro.TMP_InputField::m_StringSelectPosition
|
|
int32_t ___m_StringSelectPosition_66;
|
|
// System.Int32 TMPro.TMP_InputField::m_CaretPosition
|
|
int32_t ___m_CaretPosition_67;
|
|
// System.Int32 TMPro.TMP_InputField::m_CaretSelectPosition
|
|
int32_t ___m_CaretSelectPosition_68;
|
|
// UnityEngine.RectTransform TMPro.TMP_InputField::caretRectTrans
|
|
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* ___caretRectTrans_69;
|
|
// UnityEngine.UIVertex[] TMPro.TMP_InputField::m_CursorVerts
|
|
UIVertexU5BU5D_tBC532486B45D071A520751A90E819C77BA4E3D2F* ___m_CursorVerts_70;
|
|
// UnityEngine.CanvasRenderer TMPro.TMP_InputField::m_CachedInputRenderer
|
|
CanvasRenderer_tAB9A55A976C4E3B2B37D0CE5616E5685A8B43860* ___m_CachedInputRenderer_71;
|
|
// UnityEngine.Vector2 TMPro.TMP_InputField::m_LastPosition
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___m_LastPosition_72;
|
|
// UnityEngine.Mesh TMPro.TMP_InputField::m_Mesh
|
|
Mesh_t6D9C539763A09BC2B12AEAEF36F6DFFC98AE63D4* ___m_Mesh_73;
|
|
// System.Boolean TMPro.TMP_InputField::m_AllowInput
|
|
bool ___m_AllowInput_74;
|
|
// System.Boolean TMPro.TMP_InputField::m_ShouldActivateNextUpdate
|
|
bool ___m_ShouldActivateNextUpdate_75;
|
|
// System.Boolean TMPro.TMP_InputField::m_UpdateDrag
|
|
bool ___m_UpdateDrag_76;
|
|
// System.Boolean TMPro.TMP_InputField::m_DragPositionOutOfBounds
|
|
bool ___m_DragPositionOutOfBounds_77;
|
|
// System.Boolean TMPro.TMP_InputField::m_CaretVisible
|
|
bool ___m_CaretVisible_80;
|
|
// UnityEngine.Coroutine TMPro.TMP_InputField::m_BlinkCoroutine
|
|
Coroutine_t85EA685566A254C23F3FD77AB5BDFFFF8799596B* ___m_BlinkCoroutine_81;
|
|
// System.Single TMPro.TMP_InputField::m_BlinkStartTime
|
|
float ___m_BlinkStartTime_82;
|
|
// UnityEngine.Coroutine TMPro.TMP_InputField::m_DragCoroutine
|
|
Coroutine_t85EA685566A254C23F3FD77AB5BDFFFF8799596B* ___m_DragCoroutine_83;
|
|
// System.String TMPro.TMP_InputField::m_OriginalText
|
|
String_t* ___m_OriginalText_84;
|
|
// System.Boolean TMPro.TMP_InputField::m_WasCanceled
|
|
bool ___m_WasCanceled_85;
|
|
// System.Boolean TMPro.TMP_InputField::m_HasDoneFocusTransition
|
|
bool ___m_HasDoneFocusTransition_86;
|
|
// UnityEngine.WaitForSecondsRealtime TMPro.TMP_InputField::m_WaitForSecondsRealtime
|
|
WaitForSecondsRealtime_tA8CE0AAB4B0C872B843E7973637037D17682BA01* ___m_WaitForSecondsRealtime_87;
|
|
// System.Boolean TMPro.TMP_InputField::m_PreventCallback
|
|
bool ___m_PreventCallback_88;
|
|
// System.Boolean TMPro.TMP_InputField::m_TouchKeyboardAllowsInPlaceEditing
|
|
bool ___m_TouchKeyboardAllowsInPlaceEditing_89;
|
|
// System.Boolean TMPro.TMP_InputField::m_IsTextComponentUpdateRequired
|
|
bool ___m_IsTextComponentUpdateRequired_90;
|
|
// System.Boolean TMPro.TMP_InputField::m_isLastKeyBackspace
|
|
bool ___m_isLastKeyBackspace_91;
|
|
// System.Single TMPro.TMP_InputField::m_PointerDownClickStartTime
|
|
float ___m_PointerDownClickStartTime_92;
|
|
// System.Single TMPro.TMP_InputField::m_KeyDownStartTime
|
|
float ___m_KeyDownStartTime_93;
|
|
// System.Single TMPro.TMP_InputField::m_DoubleClickDelay
|
|
float ___m_DoubleClickDelay_94;
|
|
// System.Boolean TMPro.TMP_InputField::m_IsCompositionActive
|
|
bool ___m_IsCompositionActive_96;
|
|
// System.Boolean TMPro.TMP_InputField::m_ShouldUpdateIMEWindowPosition
|
|
bool ___m_ShouldUpdateIMEWindowPosition_97;
|
|
// System.Int32 TMPro.TMP_InputField::m_PreviousIMEInsertionLine
|
|
int32_t ___m_PreviousIMEInsertionLine_98;
|
|
// TMPro.TMP_FontAsset TMPro.TMP_InputField::m_GlobalFontAsset
|
|
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* ___m_GlobalFontAsset_99;
|
|
// System.Boolean TMPro.TMP_InputField::m_OnFocusSelectAll
|
|
bool ___m_OnFocusSelectAll_100;
|
|
// System.Boolean TMPro.TMP_InputField::m_isSelectAll
|
|
bool ___m_isSelectAll_101;
|
|
// System.Boolean TMPro.TMP_InputField::m_ResetOnDeActivation
|
|
bool ___m_ResetOnDeActivation_102;
|
|
// System.Boolean TMPro.TMP_InputField::m_SelectionStillActive
|
|
bool ___m_SelectionStillActive_103;
|
|
// System.Boolean TMPro.TMP_InputField::m_ReleaseSelection
|
|
bool ___m_ReleaseSelection_104;
|
|
// UnityEngine.GameObject TMPro.TMP_InputField::m_PreviouslySelectedObject
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___m_PreviouslySelectedObject_105;
|
|
// System.Boolean TMPro.TMP_InputField::m_RestoreOriginalTextOnEscape
|
|
bool ___m_RestoreOriginalTextOnEscape_106;
|
|
// System.Boolean TMPro.TMP_InputField::m_isRichTextEditingAllowed
|
|
bool ___m_isRichTextEditingAllowed_107;
|
|
// System.Int32 TMPro.TMP_InputField::m_LineLimit
|
|
int32_t ___m_LineLimit_108;
|
|
// TMPro.TMP_InputValidator TMPro.TMP_InputField::m_InputValidator
|
|
TMP_InputValidator_t3429AF61284AE19180C3FB81C0C7D2F90165EA98* ___m_InputValidator_109;
|
|
// System.Boolean TMPro.TMP_InputField::m_isSelected
|
|
bool ___m_isSelected_110;
|
|
// System.Boolean TMPro.TMP_InputField::m_IsStringPositionDirty
|
|
bool ___m_IsStringPositionDirty_111;
|
|
// System.Boolean TMPro.TMP_InputField::m_IsCaretPositionDirty
|
|
bool ___m_IsCaretPositionDirty_112;
|
|
// System.Boolean TMPro.TMP_InputField::m_forceRectTransformAdjustment
|
|
bool ___m_forceRectTransformAdjustment_113;
|
|
// UnityEngine.Event TMPro.TMP_InputField::m_ProcessingEvent
|
|
Event_tEBC6F24B56CE22B9C9AD1AC6C24A6B83BC3860CB* ___m_ProcessingEvent_114;
|
|
};
|
|
|
|
// TMPro.TMP_Text
|
|
struct TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9 : public MaskableGraphic_tFC5B6BE351C90DE53744DF2A70940242774B361E
|
|
{
|
|
// System.String TMPro.TMP_Text::m_text
|
|
String_t* ___m_text_37;
|
|
// System.Boolean TMPro.TMP_Text::m_IsTextBackingStringDirty
|
|
bool ___m_IsTextBackingStringDirty_38;
|
|
// TMPro.ITextPreprocessor TMPro.TMP_Text::m_TextPreprocessor
|
|
RuntimeObject* ___m_TextPreprocessor_39;
|
|
// System.Boolean TMPro.TMP_Text::m_isRightToLeft
|
|
bool ___m_isRightToLeft_40;
|
|
// TMPro.TMP_FontAsset TMPro.TMP_Text::m_fontAsset
|
|
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* ___m_fontAsset_41;
|
|
// TMPro.TMP_FontAsset TMPro.TMP_Text::m_currentFontAsset
|
|
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* ___m_currentFontAsset_42;
|
|
// System.Boolean TMPro.TMP_Text::m_isSDFShader
|
|
bool ___m_isSDFShader_43;
|
|
// UnityEngine.Material TMPro.TMP_Text::m_sharedMaterial
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___m_sharedMaterial_44;
|
|
// UnityEngine.Material TMPro.TMP_Text::m_currentMaterial
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___m_currentMaterial_45;
|
|
// System.Int32 TMPro.TMP_Text::m_currentMaterialIndex
|
|
int32_t ___m_currentMaterialIndex_49;
|
|
// UnityEngine.Material[] TMPro.TMP_Text::m_fontSharedMaterials
|
|
MaterialU5BU5D_t2B1D11C42DB07A4400C0535F92DBB87A2E346D3D* ___m_fontSharedMaterials_50;
|
|
// UnityEngine.Material TMPro.TMP_Text::m_fontMaterial
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___m_fontMaterial_51;
|
|
// UnityEngine.Material[] TMPro.TMP_Text::m_fontMaterials
|
|
MaterialU5BU5D_t2B1D11C42DB07A4400C0535F92DBB87A2E346D3D* ___m_fontMaterials_52;
|
|
// System.Boolean TMPro.TMP_Text::m_isMaterialDirty
|
|
bool ___m_isMaterialDirty_53;
|
|
// UnityEngine.Color32 TMPro.TMP_Text::m_fontColor32
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___m_fontColor32_54;
|
|
// UnityEngine.Color TMPro.TMP_Text::m_fontColor
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___m_fontColor_55;
|
|
// UnityEngine.Color32 TMPro.TMP_Text::m_underlineColor
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___m_underlineColor_57;
|
|
// UnityEngine.Color32 TMPro.TMP_Text::m_strikethroughColor
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___m_strikethroughColor_58;
|
|
// System.Boolean TMPro.TMP_Text::m_enableVertexGradient
|
|
bool ___m_enableVertexGradient_59;
|
|
// TMPro.ColorMode TMPro.TMP_Text::m_colorMode
|
|
int32_t ___m_colorMode_60;
|
|
// TMPro.VertexGradient TMPro.TMP_Text::m_fontColorGradient
|
|
VertexGradient_t2C057B53C0EA6E987C2B7BAB0305E686DA1C9A8F ___m_fontColorGradient_61;
|
|
// TMPro.TMP_ColorGradient TMPro.TMP_Text::m_fontColorGradientPreset
|
|
TMP_ColorGradient_t17B51752B4E9499A1FF7D875DCEC1D15A0F4AEBB* ___m_fontColorGradientPreset_62;
|
|
// TMPro.TMP_SpriteAsset TMPro.TMP_Text::m_spriteAsset
|
|
TMP_SpriteAsset_t81F779E6F705CE190DC0D1F93A954CB8B1774B39* ___m_spriteAsset_63;
|
|
// System.Boolean TMPro.TMP_Text::m_tintAllSprites
|
|
bool ___m_tintAllSprites_64;
|
|
// System.Boolean TMPro.TMP_Text::m_tintSprite
|
|
bool ___m_tintSprite_65;
|
|
// UnityEngine.Color32 TMPro.TMP_Text::m_spriteColor
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___m_spriteColor_66;
|
|
// TMPro.TMP_StyleSheet TMPro.TMP_Text::m_StyleSheet
|
|
TMP_StyleSheet_t70C71699F5CB2D855C361DBB78A44C901236C859* ___m_StyleSheet_67;
|
|
// TMPro.TMP_Style TMPro.TMP_Text::m_TextStyle
|
|
TMP_Style_tA9E5B1B35EBFE24EF980CEA03251B638282E120C* ___m_TextStyle_68;
|
|
// System.Int32 TMPro.TMP_Text::m_TextStyleHashCode
|
|
int32_t ___m_TextStyleHashCode_69;
|
|
// System.Boolean TMPro.TMP_Text::m_overrideHtmlColors
|
|
bool ___m_overrideHtmlColors_70;
|
|
// UnityEngine.Color32 TMPro.TMP_Text::m_faceColor
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___m_faceColor_71;
|
|
// UnityEngine.Color32 TMPro.TMP_Text::m_outlineColor
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___m_outlineColor_72;
|
|
// System.Single TMPro.TMP_Text::m_outlineWidth
|
|
float ___m_outlineWidth_73;
|
|
// System.Single TMPro.TMP_Text::m_fontSize
|
|
float ___m_fontSize_74;
|
|
// System.Single TMPro.TMP_Text::m_currentFontSize
|
|
float ___m_currentFontSize_75;
|
|
// System.Single TMPro.TMP_Text::m_fontSizeBase
|
|
float ___m_fontSizeBase_76;
|
|
// TMPro.TMP_TextProcessingStack`1<System.Single> TMPro.TMP_Text::m_sizeStack
|
|
TMP_TextProcessingStack_1_t138EC06BE7F101AA0A3C8D2DC951E55AACE085E9 ___m_sizeStack_77;
|
|
// TMPro.FontWeight TMPro.TMP_Text::m_fontWeight
|
|
int32_t ___m_fontWeight_78;
|
|
// TMPro.FontWeight TMPro.TMP_Text::m_FontWeightInternal
|
|
int32_t ___m_FontWeightInternal_79;
|
|
// TMPro.TMP_TextProcessingStack`1<TMPro.FontWeight> TMPro.TMP_Text::m_FontWeightStack
|
|
TMP_TextProcessingStack_1_tA5C8CED87DD9E73F6359E23B334FFB5B6F813FD4 ___m_FontWeightStack_80;
|
|
// System.Boolean TMPro.TMP_Text::m_enableAutoSizing
|
|
bool ___m_enableAutoSizing_81;
|
|
// System.Single TMPro.TMP_Text::m_maxFontSize
|
|
float ___m_maxFontSize_82;
|
|
// System.Single TMPro.TMP_Text::m_minFontSize
|
|
float ___m_minFontSize_83;
|
|
// System.Int32 TMPro.TMP_Text::m_AutoSizeIterationCount
|
|
int32_t ___m_AutoSizeIterationCount_84;
|
|
// System.Int32 TMPro.TMP_Text::m_AutoSizeMaxIterationCount
|
|
int32_t ___m_AutoSizeMaxIterationCount_85;
|
|
// System.Boolean TMPro.TMP_Text::m_IsAutoSizePointSizeSet
|
|
bool ___m_IsAutoSizePointSizeSet_86;
|
|
// System.Single TMPro.TMP_Text::m_fontSizeMin
|
|
float ___m_fontSizeMin_87;
|
|
// System.Single TMPro.TMP_Text::m_fontSizeMax
|
|
float ___m_fontSizeMax_88;
|
|
// TMPro.FontStyles TMPro.TMP_Text::m_fontStyle
|
|
int32_t ___m_fontStyle_89;
|
|
// TMPro.FontStyles TMPro.TMP_Text::m_FontStyleInternal
|
|
int32_t ___m_FontStyleInternal_90;
|
|
// TMPro.TMP_FontStyleStack TMPro.TMP_Text::m_fontStyleStack
|
|
TMP_FontStyleStack_t52885F172FADBC21346C835B5302167BDA8020DC ___m_fontStyleStack_91;
|
|
// System.Boolean TMPro.TMP_Text::m_isUsingBold
|
|
bool ___m_isUsingBold_92;
|
|
// TMPro.HorizontalAlignmentOptions TMPro.TMP_Text::m_HorizontalAlignment
|
|
int32_t ___m_HorizontalAlignment_93;
|
|
// TMPro.VerticalAlignmentOptions TMPro.TMP_Text::m_VerticalAlignment
|
|
int32_t ___m_VerticalAlignment_94;
|
|
// TMPro.TextAlignmentOptions TMPro.TMP_Text::m_textAlignment
|
|
int32_t ___m_textAlignment_95;
|
|
// TMPro.HorizontalAlignmentOptions TMPro.TMP_Text::m_lineJustification
|
|
int32_t ___m_lineJustification_96;
|
|
// TMPro.TMP_TextProcessingStack`1<TMPro.HorizontalAlignmentOptions> TMPro.TMP_Text::m_lineJustificationStack
|
|
TMP_TextProcessingStack_1_t243EA1B5D7FD2295D6533B953F0BBE8F52EFB8A0 ___m_lineJustificationStack_97;
|
|
// UnityEngine.Vector3[] TMPro.TMP_Text::m_textContainerLocalCorners
|
|
Vector3U5BU5D_tFF1859CCE176131B909E2044F76443064254679C* ___m_textContainerLocalCorners_98;
|
|
// System.Single TMPro.TMP_Text::m_characterSpacing
|
|
float ___m_characterSpacing_99;
|
|
// System.Single TMPro.TMP_Text::m_cSpacing
|
|
float ___m_cSpacing_100;
|
|
// System.Single TMPro.TMP_Text::m_monoSpacing
|
|
float ___m_monoSpacing_101;
|
|
// System.Single TMPro.TMP_Text::m_wordSpacing
|
|
float ___m_wordSpacing_102;
|
|
// System.Single TMPro.TMP_Text::m_lineSpacing
|
|
float ___m_lineSpacing_103;
|
|
// System.Single TMPro.TMP_Text::m_lineSpacingDelta
|
|
float ___m_lineSpacingDelta_104;
|
|
// System.Single TMPro.TMP_Text::m_lineHeight
|
|
float ___m_lineHeight_105;
|
|
// System.Boolean TMPro.TMP_Text::m_IsDrivenLineSpacing
|
|
bool ___m_IsDrivenLineSpacing_106;
|
|
// System.Single TMPro.TMP_Text::m_lineSpacingMax
|
|
float ___m_lineSpacingMax_107;
|
|
// System.Single TMPro.TMP_Text::m_paragraphSpacing
|
|
float ___m_paragraphSpacing_108;
|
|
// System.Single TMPro.TMP_Text::m_charWidthMaxAdj
|
|
float ___m_charWidthMaxAdj_109;
|
|
// System.Single TMPro.TMP_Text::m_charWidthAdjDelta
|
|
float ___m_charWidthAdjDelta_110;
|
|
// System.Boolean TMPro.TMP_Text::m_enableWordWrapping
|
|
bool ___m_enableWordWrapping_111;
|
|
// System.Boolean TMPro.TMP_Text::m_isCharacterWrappingEnabled
|
|
bool ___m_isCharacterWrappingEnabled_112;
|
|
// System.Boolean TMPro.TMP_Text::m_isNonBreakingSpace
|
|
bool ___m_isNonBreakingSpace_113;
|
|
// System.Boolean TMPro.TMP_Text::m_isIgnoringAlignment
|
|
bool ___m_isIgnoringAlignment_114;
|
|
// System.Single TMPro.TMP_Text::m_wordWrappingRatios
|
|
float ___m_wordWrappingRatios_115;
|
|
// TMPro.TextOverflowModes TMPro.TMP_Text::m_overflowMode
|
|
int32_t ___m_overflowMode_116;
|
|
// System.Int32 TMPro.TMP_Text::m_firstOverflowCharacterIndex
|
|
int32_t ___m_firstOverflowCharacterIndex_117;
|
|
// TMPro.TMP_Text TMPro.TMP_Text::m_linkedTextComponent
|
|
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* ___m_linkedTextComponent_118;
|
|
// TMPro.TMP_Text TMPro.TMP_Text::parentLinkedComponent
|
|
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* ___parentLinkedComponent_119;
|
|
// System.Boolean TMPro.TMP_Text::m_isTextTruncated
|
|
bool ___m_isTextTruncated_120;
|
|
// System.Boolean TMPro.TMP_Text::m_enableKerning
|
|
bool ___m_enableKerning_121;
|
|
// System.Single TMPro.TMP_Text::m_GlyphHorizontalAdvanceAdjustment
|
|
float ___m_GlyphHorizontalAdvanceAdjustment_122;
|
|
// System.Boolean TMPro.TMP_Text::m_enableExtraPadding
|
|
bool ___m_enableExtraPadding_123;
|
|
// System.Boolean TMPro.TMP_Text::checkPaddingRequired
|
|
bool ___checkPaddingRequired_124;
|
|
// System.Boolean TMPro.TMP_Text::m_isRichText
|
|
bool ___m_isRichText_125;
|
|
// System.Boolean TMPro.TMP_Text::m_parseCtrlCharacters
|
|
bool ___m_parseCtrlCharacters_126;
|
|
// System.Boolean TMPro.TMP_Text::m_isOverlay
|
|
bool ___m_isOverlay_127;
|
|
// System.Boolean TMPro.TMP_Text::m_isOrthographic
|
|
bool ___m_isOrthographic_128;
|
|
// System.Boolean TMPro.TMP_Text::m_isCullingEnabled
|
|
bool ___m_isCullingEnabled_129;
|
|
// System.Boolean TMPro.TMP_Text::m_isMaskingEnabled
|
|
bool ___m_isMaskingEnabled_130;
|
|
// System.Boolean TMPro.TMP_Text::isMaskUpdateRequired
|
|
bool ___isMaskUpdateRequired_131;
|
|
// System.Boolean TMPro.TMP_Text::m_ignoreCulling
|
|
bool ___m_ignoreCulling_132;
|
|
// TMPro.TextureMappingOptions TMPro.TMP_Text::m_horizontalMapping
|
|
int32_t ___m_horizontalMapping_133;
|
|
// TMPro.TextureMappingOptions TMPro.TMP_Text::m_verticalMapping
|
|
int32_t ___m_verticalMapping_134;
|
|
// System.Single TMPro.TMP_Text::m_uvLineOffset
|
|
float ___m_uvLineOffset_135;
|
|
// TMPro.TextRenderFlags TMPro.TMP_Text::m_renderMode
|
|
int32_t ___m_renderMode_136;
|
|
// TMPro.VertexSortingOrder TMPro.TMP_Text::m_geometrySortingOrder
|
|
int32_t ___m_geometrySortingOrder_137;
|
|
// System.Boolean TMPro.TMP_Text::m_IsTextObjectScaleStatic
|
|
bool ___m_IsTextObjectScaleStatic_138;
|
|
// System.Boolean TMPro.TMP_Text::m_VertexBufferAutoSizeReduction
|
|
bool ___m_VertexBufferAutoSizeReduction_139;
|
|
// System.Int32 TMPro.TMP_Text::m_firstVisibleCharacter
|
|
int32_t ___m_firstVisibleCharacter_140;
|
|
// System.Int32 TMPro.TMP_Text::m_maxVisibleCharacters
|
|
int32_t ___m_maxVisibleCharacters_141;
|
|
// System.Int32 TMPro.TMP_Text::m_maxVisibleWords
|
|
int32_t ___m_maxVisibleWords_142;
|
|
// System.Int32 TMPro.TMP_Text::m_maxVisibleLines
|
|
int32_t ___m_maxVisibleLines_143;
|
|
// System.Boolean TMPro.TMP_Text::m_useMaxVisibleDescender
|
|
bool ___m_useMaxVisibleDescender_144;
|
|
// System.Int32 TMPro.TMP_Text::m_pageToDisplay
|
|
int32_t ___m_pageToDisplay_145;
|
|
// System.Boolean TMPro.TMP_Text::m_isNewPage
|
|
bool ___m_isNewPage_146;
|
|
// UnityEngine.Vector4 TMPro.TMP_Text::m_margin
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___m_margin_147;
|
|
// System.Single TMPro.TMP_Text::m_marginLeft
|
|
float ___m_marginLeft_148;
|
|
// System.Single TMPro.TMP_Text::m_marginRight
|
|
float ___m_marginRight_149;
|
|
// System.Single TMPro.TMP_Text::m_marginWidth
|
|
float ___m_marginWidth_150;
|
|
// System.Single TMPro.TMP_Text::m_marginHeight
|
|
float ___m_marginHeight_151;
|
|
// System.Single TMPro.TMP_Text::m_width
|
|
float ___m_width_152;
|
|
// TMPro.TMP_TextInfo TMPro.TMP_Text::m_textInfo
|
|
TMP_TextInfo_t09A8E906329422C3F0C059876801DD695B8D524D* ___m_textInfo_153;
|
|
// System.Boolean TMPro.TMP_Text::m_havePropertiesChanged
|
|
bool ___m_havePropertiesChanged_154;
|
|
// System.Boolean TMPro.TMP_Text::m_isUsingLegacyAnimationComponent
|
|
bool ___m_isUsingLegacyAnimationComponent_155;
|
|
// UnityEngine.Transform TMPro.TMP_Text::m_transform
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___m_transform_156;
|
|
// UnityEngine.RectTransform TMPro.TMP_Text::m_rectTransform
|
|
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* ___m_rectTransform_157;
|
|
// UnityEngine.Vector2 TMPro.TMP_Text::m_PreviousRectTransformSize
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___m_PreviousRectTransformSize_158;
|
|
// UnityEngine.Vector2 TMPro.TMP_Text::m_PreviousPivotPosition
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___m_PreviousPivotPosition_159;
|
|
// System.Boolean TMPro.TMP_Text::<autoSizeTextContainer>k__BackingField
|
|
bool ___U3CautoSizeTextContainerU3Ek__BackingField_160;
|
|
// System.Boolean TMPro.TMP_Text::m_autoSizeTextContainer
|
|
bool ___m_autoSizeTextContainer_161;
|
|
// UnityEngine.Mesh TMPro.TMP_Text::m_mesh
|
|
Mesh_t6D9C539763A09BC2B12AEAEF36F6DFFC98AE63D4* ___m_mesh_162;
|
|
// System.Boolean TMPro.TMP_Text::m_isVolumetricText
|
|
bool ___m_isVolumetricText_163;
|
|
// System.Action`1<TMPro.TMP_TextInfo> TMPro.TMP_Text::OnPreRenderText
|
|
Action_1_tB93AB717F9D419A1BEC832FF76E74EAA32184CC1* ___OnPreRenderText_166;
|
|
// TMPro.TMP_SpriteAnimator TMPro.TMP_Text::m_spriteAnimator
|
|
TMP_SpriteAnimator_t2E0F016A61CA343E3222FF51E7CF0E53F9F256E4* ___m_spriteAnimator_167;
|
|
// System.Single TMPro.TMP_Text::m_flexibleHeight
|
|
float ___m_flexibleHeight_168;
|
|
// System.Single TMPro.TMP_Text::m_flexibleWidth
|
|
float ___m_flexibleWidth_169;
|
|
// System.Single TMPro.TMP_Text::m_minWidth
|
|
float ___m_minWidth_170;
|
|
// System.Single TMPro.TMP_Text::m_minHeight
|
|
float ___m_minHeight_171;
|
|
// System.Single TMPro.TMP_Text::m_maxWidth
|
|
float ___m_maxWidth_172;
|
|
// System.Single TMPro.TMP_Text::m_maxHeight
|
|
float ___m_maxHeight_173;
|
|
// UnityEngine.UI.LayoutElement TMPro.TMP_Text::m_LayoutElement
|
|
LayoutElement_tB1F24CC11AF4AA87015C8D8EE06D22349C5BF40A* ___m_LayoutElement_174;
|
|
// System.Single TMPro.TMP_Text::m_preferredWidth
|
|
float ___m_preferredWidth_175;
|
|
// System.Single TMPro.TMP_Text::m_renderedWidth
|
|
float ___m_renderedWidth_176;
|
|
// System.Boolean TMPro.TMP_Text::m_isPreferredWidthDirty
|
|
bool ___m_isPreferredWidthDirty_177;
|
|
// System.Single TMPro.TMP_Text::m_preferredHeight
|
|
float ___m_preferredHeight_178;
|
|
// System.Single TMPro.TMP_Text::m_renderedHeight
|
|
float ___m_renderedHeight_179;
|
|
// System.Boolean TMPro.TMP_Text::m_isPreferredHeightDirty
|
|
bool ___m_isPreferredHeightDirty_180;
|
|
// System.Boolean TMPro.TMP_Text::m_isCalculatingPreferredValues
|
|
bool ___m_isCalculatingPreferredValues_181;
|
|
// System.Int32 TMPro.TMP_Text::m_layoutPriority
|
|
int32_t ___m_layoutPriority_182;
|
|
// System.Boolean TMPro.TMP_Text::m_isLayoutDirty
|
|
bool ___m_isLayoutDirty_183;
|
|
// System.Boolean TMPro.TMP_Text::m_isAwake
|
|
bool ___m_isAwake_184;
|
|
// System.Boolean TMPro.TMP_Text::m_isWaitingOnResourceLoad
|
|
bool ___m_isWaitingOnResourceLoad_185;
|
|
// TMPro.TMP_Text/TextInputSources TMPro.TMP_Text::m_inputSource
|
|
int32_t ___m_inputSource_186;
|
|
// System.Single TMPro.TMP_Text::m_fontScaleMultiplier
|
|
float ___m_fontScaleMultiplier_187;
|
|
// System.Single TMPro.TMP_Text::tag_LineIndent
|
|
float ___tag_LineIndent_191;
|
|
// System.Single TMPro.TMP_Text::tag_Indent
|
|
float ___tag_Indent_192;
|
|
// TMPro.TMP_TextProcessingStack`1<System.Single> TMPro.TMP_Text::m_indentStack
|
|
TMP_TextProcessingStack_1_t138EC06BE7F101AA0A3C8D2DC951E55AACE085E9 ___m_indentStack_193;
|
|
// System.Boolean TMPro.TMP_Text::tag_NoParsing
|
|
bool ___tag_NoParsing_194;
|
|
// System.Boolean TMPro.TMP_Text::m_isParsingText
|
|
bool ___m_isParsingText_195;
|
|
// UnityEngine.Matrix4x4 TMPro.TMP_Text::m_FXMatrix
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___m_FXMatrix_196;
|
|
// System.Boolean TMPro.TMP_Text::m_isFXMatrixSet
|
|
bool ___m_isFXMatrixSet_197;
|
|
// TMPro.TMP_Text/UnicodeChar[] TMPro.TMP_Text::m_TextProcessingArray
|
|
UnicodeCharU5BU5D_t67F27D09F8EB28D2C42DFF16FE60054F157012F5* ___m_TextProcessingArray_198;
|
|
// System.Int32 TMPro.TMP_Text::m_InternalTextProcessingArraySize
|
|
int32_t ___m_InternalTextProcessingArraySize_199;
|
|
// TMPro.TMP_CharacterInfo[] TMPro.TMP_Text::m_internalCharacterInfo
|
|
TMP_CharacterInfoU5BU5D_t297D56FCF66DAA99D8FEA7C30F9F3926902C5B99* ___m_internalCharacterInfo_200;
|
|
// System.Int32 TMPro.TMP_Text::m_totalCharacterCount
|
|
int32_t ___m_totalCharacterCount_201;
|
|
// System.Int32 TMPro.TMP_Text::m_characterCount
|
|
int32_t ___m_characterCount_208;
|
|
// System.Int32 TMPro.TMP_Text::m_firstCharacterOfLine
|
|
int32_t ___m_firstCharacterOfLine_209;
|
|
// System.Int32 TMPro.TMP_Text::m_firstVisibleCharacterOfLine
|
|
int32_t ___m_firstVisibleCharacterOfLine_210;
|
|
// System.Int32 TMPro.TMP_Text::m_lastCharacterOfLine
|
|
int32_t ___m_lastCharacterOfLine_211;
|
|
// System.Int32 TMPro.TMP_Text::m_lastVisibleCharacterOfLine
|
|
int32_t ___m_lastVisibleCharacterOfLine_212;
|
|
// System.Int32 TMPro.TMP_Text::m_lineNumber
|
|
int32_t ___m_lineNumber_213;
|
|
// System.Int32 TMPro.TMP_Text::m_lineVisibleCharacterCount
|
|
int32_t ___m_lineVisibleCharacterCount_214;
|
|
// System.Int32 TMPro.TMP_Text::m_pageNumber
|
|
int32_t ___m_pageNumber_215;
|
|
// System.Single TMPro.TMP_Text::m_PageAscender
|
|
float ___m_PageAscender_216;
|
|
// System.Single TMPro.TMP_Text::m_maxTextAscender
|
|
float ___m_maxTextAscender_217;
|
|
// System.Single TMPro.TMP_Text::m_maxCapHeight
|
|
float ___m_maxCapHeight_218;
|
|
// System.Single TMPro.TMP_Text::m_ElementAscender
|
|
float ___m_ElementAscender_219;
|
|
// System.Single TMPro.TMP_Text::m_ElementDescender
|
|
float ___m_ElementDescender_220;
|
|
// System.Single TMPro.TMP_Text::m_maxLineAscender
|
|
float ___m_maxLineAscender_221;
|
|
// System.Single TMPro.TMP_Text::m_maxLineDescender
|
|
float ___m_maxLineDescender_222;
|
|
// System.Single TMPro.TMP_Text::m_startOfLineAscender
|
|
float ___m_startOfLineAscender_223;
|
|
// System.Single TMPro.TMP_Text::m_startOfLineDescender
|
|
float ___m_startOfLineDescender_224;
|
|
// System.Single TMPro.TMP_Text::m_lineOffset
|
|
float ___m_lineOffset_225;
|
|
// TMPro.Extents TMPro.TMP_Text::m_meshExtents
|
|
Extents_tA2D2F95811D0A18CB7AC3570D2D8F8CD3AF4C4A8 ___m_meshExtents_226;
|
|
// UnityEngine.Color32 TMPro.TMP_Text::m_htmlColor
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___m_htmlColor_227;
|
|
// TMPro.TMP_TextProcessingStack`1<UnityEngine.Color32> TMPro.TMP_Text::m_colorStack
|
|
TMP_TextProcessingStack_1_tF2CD5BE59E5EB22EA9E3EE3043A004EA918C4BB3 ___m_colorStack_228;
|
|
// TMPro.TMP_TextProcessingStack`1<UnityEngine.Color32> TMPro.TMP_Text::m_underlineColorStack
|
|
TMP_TextProcessingStack_1_tF2CD5BE59E5EB22EA9E3EE3043A004EA918C4BB3 ___m_underlineColorStack_229;
|
|
// TMPro.TMP_TextProcessingStack`1<UnityEngine.Color32> TMPro.TMP_Text::m_strikethroughColorStack
|
|
TMP_TextProcessingStack_1_tF2CD5BE59E5EB22EA9E3EE3043A004EA918C4BB3 ___m_strikethroughColorStack_230;
|
|
// TMPro.TMP_TextProcessingStack`1<TMPro.HighlightState> TMPro.TMP_Text::m_HighlightStateStack
|
|
TMP_TextProcessingStack_1_t57AECDCC936A7FF1D6CF66CA11560B28A675648D ___m_HighlightStateStack_231;
|
|
// TMPro.TMP_ColorGradient TMPro.TMP_Text::m_colorGradientPreset
|
|
TMP_ColorGradient_t17B51752B4E9499A1FF7D875DCEC1D15A0F4AEBB* ___m_colorGradientPreset_232;
|
|
// TMPro.TMP_TextProcessingStack`1<TMPro.TMP_ColorGradient> TMPro.TMP_Text::m_colorGradientStack
|
|
TMP_TextProcessingStack_1_tC8FAEB17246D3B171EFD11165A5761AE39B40D0C ___m_colorGradientStack_233;
|
|
// System.Boolean TMPro.TMP_Text::m_colorGradientPresetIsTinted
|
|
bool ___m_colorGradientPresetIsTinted_234;
|
|
// System.Single TMPro.TMP_Text::m_tabSpacing
|
|
float ___m_tabSpacing_235;
|
|
// System.Single TMPro.TMP_Text::m_spacing
|
|
float ___m_spacing_236;
|
|
// TMPro.TMP_TextProcessingStack`1<System.Int32>[] TMPro.TMP_Text::m_TextStyleStacks
|
|
TMP_TextProcessingStack_1U5BU5D_t08293E0BB072311BB96170F351D1083BCA97B9B2* ___m_TextStyleStacks_237;
|
|
// System.Int32 TMPro.TMP_Text::m_TextStyleStackDepth
|
|
int32_t ___m_TextStyleStackDepth_238;
|
|
// TMPro.TMP_TextProcessingStack`1<System.Int32> TMPro.TMP_Text::m_ItalicAngleStack
|
|
TMP_TextProcessingStack_1_tFBA719426D68CE1F2B5849D97AF5E5D65846290C ___m_ItalicAngleStack_239;
|
|
// System.Int32 TMPro.TMP_Text::m_ItalicAngle
|
|
int32_t ___m_ItalicAngle_240;
|
|
// TMPro.TMP_TextProcessingStack`1<System.Int32> TMPro.TMP_Text::m_actionStack
|
|
TMP_TextProcessingStack_1_tFBA719426D68CE1F2B5849D97AF5E5D65846290C ___m_actionStack_241;
|
|
// System.Single TMPro.TMP_Text::m_padding
|
|
float ___m_padding_242;
|
|
// System.Single TMPro.TMP_Text::m_baselineOffset
|
|
float ___m_baselineOffset_243;
|
|
// TMPro.TMP_TextProcessingStack`1<System.Single> TMPro.TMP_Text::m_baselineOffsetStack
|
|
TMP_TextProcessingStack_1_t138EC06BE7F101AA0A3C8D2DC951E55AACE085E9 ___m_baselineOffsetStack_244;
|
|
// System.Single TMPro.TMP_Text::m_xAdvance
|
|
float ___m_xAdvance_245;
|
|
// TMPro.TMP_TextElementType TMPro.TMP_Text::m_textElementType
|
|
int32_t ___m_textElementType_246;
|
|
// TMPro.TMP_TextElement TMPro.TMP_Text::m_cached_TextElement
|
|
TMP_TextElement_t262A55214F712D4274485ABE5676E5254B84D0A5* ___m_cached_TextElement_247;
|
|
// TMPro.TMP_Text/SpecialCharacter TMPro.TMP_Text::m_Ellipsis
|
|
SpecialCharacter_t6C1DBE8C490706D1620899BAB7F0B8091AD26777 ___m_Ellipsis_248;
|
|
// TMPro.TMP_Text/SpecialCharacter TMPro.TMP_Text::m_Underline
|
|
SpecialCharacter_t6C1DBE8C490706D1620899BAB7F0B8091AD26777 ___m_Underline_249;
|
|
// TMPro.TMP_SpriteAsset TMPro.TMP_Text::m_defaultSpriteAsset
|
|
TMP_SpriteAsset_t81F779E6F705CE190DC0D1F93A954CB8B1774B39* ___m_defaultSpriteAsset_250;
|
|
// TMPro.TMP_SpriteAsset TMPro.TMP_Text::m_currentSpriteAsset
|
|
TMP_SpriteAsset_t81F779E6F705CE190DC0D1F93A954CB8B1774B39* ___m_currentSpriteAsset_251;
|
|
// System.Int32 TMPro.TMP_Text::m_spriteCount
|
|
int32_t ___m_spriteCount_252;
|
|
// System.Int32 TMPro.TMP_Text::m_spriteIndex
|
|
int32_t ___m_spriteIndex_253;
|
|
// System.Int32 TMPro.TMP_Text::m_spriteAnimationID
|
|
int32_t ___m_spriteAnimationID_254;
|
|
// System.Boolean TMPro.TMP_Text::m_ignoreActiveState
|
|
bool ___m_ignoreActiveState_257;
|
|
// TMPro.TMP_Text/TextBackingContainer TMPro.TMP_Text::m_TextBackingArray
|
|
TextBackingContainer_t33D1CE628E7B26C45EDAC1D87BEF2DD22A5C6361 ___m_TextBackingArray_258;
|
|
// System.Decimal[] TMPro.TMP_Text::k_Power
|
|
DecimalU5BU5D_t93BA0C88FA80728F73B792EE1A5199D0C060B615* ___k_Power_259;
|
|
};
|
|
|
|
// UnityEngine.UI.Text
|
|
struct Text_tD60B2346DAA6666BF0D822FF607F0B220C2B9E62 : public MaskableGraphic_tFC5B6BE351C90DE53744DF2A70940242774B361E
|
|
{
|
|
// UnityEngine.UI.FontData UnityEngine.UI.Text::m_FontData
|
|
FontData_tB8E562846C6CB59C43260F69AE346B9BF3157224* ___m_FontData_37;
|
|
// System.String UnityEngine.UI.Text::m_Text
|
|
String_t* ___m_Text_38;
|
|
// UnityEngine.TextGenerator UnityEngine.UI.Text::m_TextCache
|
|
TextGenerator_t85D00417640A53953556C01F9D4E7DDE1ABD8FEC* ___m_TextCache_39;
|
|
// UnityEngine.TextGenerator UnityEngine.UI.Text::m_TextCacheForLayout
|
|
TextGenerator_t85D00417640A53953556C01F9D4E7DDE1ABD8FEC* ___m_TextCacheForLayout_40;
|
|
// System.Boolean UnityEngine.UI.Text::m_DisableFontTextureRebuiltCallback
|
|
bool ___m_DisableFontTextureRebuiltCallback_42;
|
|
// UnityEngine.UIVertex[] UnityEngine.UI.Text::m_TempVerts
|
|
UIVertexU5BU5D_tBC532486B45D071A520751A90E819C77BA4E3D2F* ___m_TempVerts_43;
|
|
};
|
|
|
|
// TMPro.TextMeshPro
|
|
struct TextMeshPro_t4560AB28A3EAF503895A781A9C625273D833270E : public TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9
|
|
{
|
|
// System.Int32 TMPro.TextMeshPro::_SortingLayer
|
|
int32_t ____SortingLayer_266;
|
|
// System.Int32 TMPro.TextMeshPro::_SortingLayerID
|
|
int32_t ____SortingLayerID_267;
|
|
// System.Int32 TMPro.TextMeshPro::_SortingOrder
|
|
int32_t ____SortingOrder_268;
|
|
// System.Action`1<TMPro.TMP_TextInfo> TMPro.TextMeshPro::OnPreRenderText
|
|
Action_1_tB93AB717F9D419A1BEC832FF76E74EAA32184CC1* ___OnPreRenderText_269;
|
|
// System.Boolean TMPro.TextMeshPro::m_currentAutoSizeMode
|
|
bool ___m_currentAutoSizeMode_270;
|
|
// System.Boolean TMPro.TextMeshPro::m_hasFontAssetChanged
|
|
bool ___m_hasFontAssetChanged_271;
|
|
// System.Single TMPro.TextMeshPro::m_previousLossyScaleY
|
|
float ___m_previousLossyScaleY_272;
|
|
// UnityEngine.Renderer TMPro.TextMeshPro::m_renderer
|
|
Renderer_t320575F223BCB177A982E5DDB5DB19FAA89E7FBF* ___m_renderer_273;
|
|
// UnityEngine.MeshFilter TMPro.TextMeshPro::m_meshFilter
|
|
MeshFilter_t6D1CE2473A1E45AC73013400585A1163BF66B2F5* ___m_meshFilter_274;
|
|
// System.Boolean TMPro.TextMeshPro::m_isFirstAllocation
|
|
bool ___m_isFirstAllocation_275;
|
|
// System.Int32 TMPro.TextMeshPro::m_max_characters
|
|
int32_t ___m_max_characters_276;
|
|
// System.Int32 TMPro.TextMeshPro::m_max_numberOfLines
|
|
int32_t ___m_max_numberOfLines_277;
|
|
// TMPro.TMP_SubMesh[] TMPro.TextMeshPro::m_subTextObjects
|
|
TMP_SubMeshU5BU5D_t48FE70F8537594C6446E85588EB5D69635194CB9* ___m_subTextObjects_278;
|
|
// TMPro.MaskingTypes TMPro.TextMeshPro::m_maskType
|
|
int32_t ___m_maskType_279;
|
|
// UnityEngine.Matrix4x4 TMPro.TextMeshPro::m_EnvMapMatrix
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___m_EnvMapMatrix_280;
|
|
// UnityEngine.Vector3[] TMPro.TextMeshPro::m_RectTransformCorners
|
|
Vector3U5BU5D_tFF1859CCE176131B909E2044F76443064254679C* ___m_RectTransformCorners_281;
|
|
// System.Boolean TMPro.TextMeshPro::m_isRegisteredForEvents
|
|
bool ___m_isRegisteredForEvents_282;
|
|
};
|
|
|
|
// TMPro.TextMeshProUGUI
|
|
struct TextMeshProUGUI_t101091AF4B578BB534C92E9D1EEAF0611636D957 : public TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9
|
|
{
|
|
// System.Boolean TMPro.TextMeshProUGUI::m_isRebuildingLayout
|
|
bool ___m_isRebuildingLayout_266;
|
|
// UnityEngine.Coroutine TMPro.TextMeshProUGUI::m_DelayedGraphicRebuild
|
|
Coroutine_t85EA685566A254C23F3FD77AB5BDFFFF8799596B* ___m_DelayedGraphicRebuild_267;
|
|
// UnityEngine.Coroutine TMPro.TextMeshProUGUI::m_DelayedMaterialRebuild
|
|
Coroutine_t85EA685566A254C23F3FD77AB5BDFFFF8799596B* ___m_DelayedMaterialRebuild_268;
|
|
// UnityEngine.Rect TMPro.TextMeshProUGUI::m_ClipRect
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___m_ClipRect_269;
|
|
// System.Boolean TMPro.TextMeshProUGUI::m_ValidRect
|
|
bool ___m_ValidRect_270;
|
|
// System.Action`1<TMPro.TMP_TextInfo> TMPro.TextMeshProUGUI::OnPreRenderText
|
|
Action_1_tB93AB717F9D419A1BEC832FF76E74EAA32184CC1* ___OnPreRenderText_271;
|
|
// System.Boolean TMPro.TextMeshProUGUI::m_hasFontAssetChanged
|
|
bool ___m_hasFontAssetChanged_272;
|
|
// TMPro.TMP_SubMeshUI[] TMPro.TextMeshProUGUI::m_subTextObjects
|
|
TMP_SubMeshUIU5BU5D_tC77B263183A59A75345C26152457207EAC3BBF29* ___m_subTextObjects_273;
|
|
// System.Single TMPro.TextMeshProUGUI::m_previousLossyScaleY
|
|
float ___m_previousLossyScaleY_274;
|
|
// UnityEngine.Vector3[] TMPro.TextMeshProUGUI::m_RectTransformCorners
|
|
Vector3U5BU5D_tFF1859CCE176131B909E2044F76443064254679C* ___m_RectTransformCorners_275;
|
|
// UnityEngine.CanvasRenderer TMPro.TextMeshProUGUI::m_canvasRenderer
|
|
CanvasRenderer_tAB9A55A976C4E3B2B37D0CE5616E5685A8B43860* ___m_canvasRenderer_276;
|
|
// UnityEngine.Canvas TMPro.TextMeshProUGUI::m_canvas
|
|
Canvas_t2DB4CEFDFF732884866C83F11ABF75F5AE8FFB26* ___m_canvas_277;
|
|
// System.Single TMPro.TextMeshProUGUI::m_CanvasScaleFactor
|
|
float ___m_CanvasScaleFactor_278;
|
|
// System.Boolean TMPro.TextMeshProUGUI::m_isFirstAllocation
|
|
bool ___m_isFirstAllocation_279;
|
|
// System.Int32 TMPro.TextMeshProUGUI::m_max_characters
|
|
int32_t ___m_max_characters_280;
|
|
// UnityEngine.Material TMPro.TextMeshProUGUI::m_baseMaterial
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___m_baseMaterial_281;
|
|
// System.Boolean TMPro.TextMeshProUGUI::m_isScrollRegionSet
|
|
bool ___m_isScrollRegionSet_282;
|
|
// UnityEngine.Vector4 TMPro.TextMeshProUGUI::m_maskOffset
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___m_maskOffset_283;
|
|
// UnityEngine.Matrix4x4 TMPro.TextMeshProUGUI::m_EnvMapMatrix
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___m_EnvMapMatrix_284;
|
|
// System.Boolean TMPro.TextMeshProUGUI::m_isRegisteredForEvents
|
|
bool ___m_isRegisteredForEvents_285;
|
|
};
|
|
|
|
// 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.String
|
|
struct String_t_StaticFields
|
|
{
|
|
// System.String System.String::Empty
|
|
String_t* ___Empty_6;
|
|
};
|
|
|
|
// System.String
|
|
|
|
// TMPro.TMP_TextInfo
|
|
struct TMP_TextInfo_t09A8E906329422C3F0C059876801DD695B8D524D_StaticFields
|
|
{
|
|
// UnityEngine.Vector2 TMPro.TMP_TextInfo::k_InfinityVectorPositive
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___k_InfinityVectorPositive_0;
|
|
// UnityEngine.Vector2 TMPro.TMP_TextInfo::k_InfinityVectorNegative
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___k_InfinityVectorNegative_1;
|
|
};
|
|
|
|
// TMPro.TMP_TextInfo
|
|
|
|
// Aleksei/<Attack>d__45
|
|
|
|
// Aleksei/<Attack>d__45
|
|
|
|
// Aleksei/<BulletAttacked>d__51
|
|
|
|
// Aleksei/<BulletAttacked>d__51
|
|
|
|
// Aleksei/<ColAttack>d__46
|
|
|
|
// Aleksei/<ColAttack>d__46
|
|
|
|
// Aleksei/<DamageAnimation>d__47
|
|
|
|
// Aleksei/<DamageAnimation>d__47
|
|
|
|
// Aleksei/<Encourage>d__50
|
|
|
|
// Aleksei/<Encourage>d__50
|
|
|
|
// Aleksei/<Music>d__52
|
|
|
|
// Aleksei/<Music>d__52
|
|
|
|
// Aleksei/<SlowDown>d__49
|
|
|
|
// Aleksei/<SlowDown>d__49
|
|
|
|
// Aleksei/<Wait>d__48
|
|
|
|
// Aleksei/<Wait>d__48
|
|
|
|
// AlekseiAutomaticDoor/<StopDoor>d__4
|
|
|
|
// AlekseiAutomaticDoor/<StopDoor>d__4
|
|
|
|
// Ali/<Attack>d__47
|
|
|
|
// Ali/<Attack>d__47
|
|
|
|
// Ali/<BulletAttacked>d__54
|
|
|
|
// Ali/<BulletAttacked>d__54
|
|
|
|
// Ali/<ColAttack>d__49
|
|
|
|
// Ali/<ColAttack>d__49
|
|
|
|
// Ali/<DamageAnimation>d__50
|
|
|
|
// Ali/<DamageAnimation>d__50
|
|
|
|
// Ali/<Encourage>d__53
|
|
|
|
// Ali/<Encourage>d__53
|
|
|
|
// Ali/<Music>d__55
|
|
|
|
// Ali/<Music>d__55
|
|
|
|
// Ali/<SlowDown>d__52
|
|
|
|
// Ali/<SlowDown>d__52
|
|
|
|
// Ali/<SwordAttack>d__48
|
|
|
|
// Ali/<SwordAttack>d__48
|
|
|
|
// Ali/<Wait>d__51
|
|
|
|
// Ali/<Wait>d__51
|
|
|
|
// AliAutomaticDoor/<StopDoor>d__4
|
|
|
|
// AliAutomaticDoor/<StopDoor>d__4
|
|
|
|
// TMPro.Examples.Benchmark01/<Start>d__10
|
|
|
|
// TMPro.Examples.Benchmark01/<Start>d__10
|
|
|
|
// TMPro.Examples.Benchmark01_UGUI/<Start>d__10
|
|
|
|
// TMPro.Examples.Benchmark01_UGUI/<Start>d__10
|
|
|
|
// BirdBoss/<Attack>d__38
|
|
|
|
// BirdBoss/<Attack>d__38
|
|
|
|
// BirdBoss/<BulletAttacked>d__41
|
|
|
|
// BirdBoss/<BulletAttacked>d__41
|
|
|
|
// BirdBoss/<DamageAnimation>d__39
|
|
|
|
// BirdBoss/<DamageAnimation>d__39
|
|
|
|
// BirdBoss/<Encourage>d__40
|
|
|
|
// BirdBoss/<Encourage>d__40
|
|
|
|
// BirdBoss/<Music>d__42
|
|
|
|
// BirdBoss/<Music>d__42
|
|
|
|
// BirdBossAutomaticDoor/<StopDoor>d__4
|
|
|
|
// BirdBossAutomaticDoor/<StopDoor>d__4
|
|
|
|
// Claudia/<Attack>d__27
|
|
|
|
// Claudia/<Attack>d__27
|
|
|
|
// Claudia/<BulletAttacked>d__28
|
|
|
|
// Claudia/<BulletAttacked>d__28
|
|
|
|
// Firnschliff/<Attack>d__24
|
|
|
|
// Firnschliff/<Attack>d__24
|
|
|
|
// Firnschliff/<BulletAttacked>d__27
|
|
|
|
// Firnschliff/<BulletAttacked>d__27
|
|
|
|
// Firnschliff/<DamageAnimation>d__25
|
|
|
|
// Firnschliff/<DamageAnimation>d__25
|
|
|
|
// Firnschliff/<Wait>d__26
|
|
|
|
// Firnschliff/<Wait>d__26
|
|
|
|
// Kimberley/<Attack>d__32
|
|
|
|
// Kimberley/<Attack>d__32
|
|
|
|
// Kimberley/<BulletAttacked>d__34
|
|
|
|
// Kimberley/<BulletAttacked>d__34
|
|
|
|
// Kimberley/<Wait>d__33
|
|
|
|
// Kimberley/<Wait>d__33
|
|
|
|
// Marc/<Attack>d__32
|
|
|
|
// Marc/<Attack>d__32
|
|
|
|
// Marc/<BulletAttacked>d__34
|
|
|
|
// Marc/<BulletAttacked>d__34
|
|
|
|
// Marc/<Wait>d__33
|
|
|
|
// Marc/<Wait>d__33
|
|
|
|
// Niko/<Attack>d__24
|
|
|
|
// Niko/<Attack>d__24
|
|
|
|
// Niko/<BulletAttacked>d__27
|
|
|
|
// Niko/<BulletAttacked>d__27
|
|
|
|
// Niko/<DamageAnimation>d__25
|
|
|
|
// Niko/<DamageAnimation>d__25
|
|
|
|
// Niko/<Wait>d__26
|
|
|
|
// Niko/<Wait>d__26
|
|
|
|
// UnityEngine.Events.UnityEvent`1<System.String>
|
|
|
|
// UnityEngine.Events.UnityEvent`1<System.String>
|
|
|
|
// UnityEngine.Events.UnityEvent`2<System.Char,System.Int32>
|
|
|
|
// UnityEngine.Events.UnityEvent`2<System.Char,System.Int32>
|
|
|
|
// UnityEngine.Events.UnityEvent`3<System.String,System.Int32,System.Int32>
|
|
|
|
// UnityEngine.Events.UnityEvent`3<System.String,System.Int32,System.Int32>
|
|
|
|
// UnityEngine.Events.UnityEvent`3<System.String,System.String,System.Int32>
|
|
|
|
// UnityEngine.Events.UnityEvent`3<System.String,System.String,System.Int32>
|
|
|
|
// System.Boolean
|
|
struct Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_StaticFields
|
|
{
|
|
// System.String System.Boolean::TrueString
|
|
String_t* ___TrueString_5;
|
|
// System.String System.Boolean::FalseString
|
|
String_t* ___FalseString_6;
|
|
};
|
|
|
|
// System.Boolean
|
|
|
|
// System.Byte
|
|
|
|
// System.Byte
|
|
|
|
// System.Char
|
|
struct Char_t521A6F19B456D956AF452D926C32709DC03D6B17_StaticFields
|
|
{
|
|
// System.Byte[] System.Char::s_categoryForLatin1
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___s_categoryForLatin1_3;
|
|
};
|
|
|
|
// System.Char
|
|
|
|
// UnityEngine.Color
|
|
|
|
// UnityEngine.Color
|
|
|
|
// UnityEngine.Color32
|
|
|
|
// UnityEngine.Color32
|
|
|
|
// System.DateTime
|
|
struct DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_StaticFields
|
|
{
|
|
// System.Int32[] System.DateTime::s_daysToMonth365
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___s_daysToMonth365_30;
|
|
// System.Int32[] System.DateTime::s_daysToMonth366
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___s_daysToMonth366_31;
|
|
// System.DateTime System.DateTime::MinValue
|
|
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___MinValue_32;
|
|
// System.DateTime System.DateTime::MaxValue
|
|
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___MaxValue_33;
|
|
// System.DateTime System.DateTime::UnixEpoch
|
|
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___UnixEpoch_34;
|
|
};
|
|
|
|
// System.DateTime
|
|
|
|
// System.Double
|
|
|
|
// System.Double
|
|
|
|
// System.Int32
|
|
|
|
// System.Int32
|
|
|
|
// System.IntPtr
|
|
struct IntPtr_t_StaticFields
|
|
{
|
|
// System.IntPtr System.IntPtr::Zero
|
|
intptr_t ___Zero_1;
|
|
};
|
|
|
|
// System.IntPtr
|
|
|
|
// 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
|
|
|
|
// System.Single
|
|
|
|
// System.Single
|
|
|
|
// TMPro.TMP_LinkInfo
|
|
|
|
// TMPro.TMP_LinkInfo
|
|
|
|
// TMPro.TMP_WordInfo
|
|
|
|
// TMPro.TMP_WordInfo
|
|
|
|
// UnityEngine.Vector2
|
|
struct Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7_StaticFields
|
|
{
|
|
// UnityEngine.Vector2 UnityEngine.Vector2::zeroVector
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___zeroVector_2;
|
|
// UnityEngine.Vector2 UnityEngine.Vector2::oneVector
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___oneVector_3;
|
|
// UnityEngine.Vector2 UnityEngine.Vector2::upVector
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___upVector_4;
|
|
// UnityEngine.Vector2 UnityEngine.Vector2::downVector
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___downVector_5;
|
|
// UnityEngine.Vector2 UnityEngine.Vector2::leftVector
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___leftVector_6;
|
|
// UnityEngine.Vector2 UnityEngine.Vector2::rightVector
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___rightVector_7;
|
|
// UnityEngine.Vector2 UnityEngine.Vector2::positiveInfinityVector
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___positiveInfinityVector_8;
|
|
// UnityEngine.Vector2 UnityEngine.Vector2::negativeInfinityVector
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___negativeInfinityVector_9;
|
|
};
|
|
|
|
// UnityEngine.Vector2
|
|
|
|
// UnityEngine.Vector3
|
|
struct Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2_StaticFields
|
|
{
|
|
// UnityEngine.Vector3 UnityEngine.Vector3::zeroVector
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___zeroVector_5;
|
|
// UnityEngine.Vector3 UnityEngine.Vector3::oneVector
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___oneVector_6;
|
|
// UnityEngine.Vector3 UnityEngine.Vector3::upVector
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___upVector_7;
|
|
// UnityEngine.Vector3 UnityEngine.Vector3::downVector
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___downVector_8;
|
|
// UnityEngine.Vector3 UnityEngine.Vector3::leftVector
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___leftVector_9;
|
|
// UnityEngine.Vector3 UnityEngine.Vector3::rightVector
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___rightVector_10;
|
|
// UnityEngine.Vector3 UnityEngine.Vector3::forwardVector
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___forwardVector_11;
|
|
// UnityEngine.Vector3 UnityEngine.Vector3::backVector
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___backVector_12;
|
|
// UnityEngine.Vector3 UnityEngine.Vector3::positiveInfinityVector
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___positiveInfinityVector_13;
|
|
// UnityEngine.Vector3 UnityEngine.Vector3::negativeInfinityVector
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___negativeInfinityVector_14;
|
|
};
|
|
|
|
// UnityEngine.Vector3
|
|
|
|
// System.Void
|
|
|
|
// System.Void
|
|
|
|
// UnityEngine.WaitForSeconds
|
|
|
|
// UnityEngine.WaitForSeconds
|
|
|
|
// TMPro.AtlasPopulationMode
|
|
|
|
// TMPro.AtlasPopulationMode
|
|
|
|
// UnityEngine.Bounds
|
|
|
|
// UnityEngine.Bounds
|
|
|
|
// UnityEngine.Collision2D
|
|
|
|
// UnityEngine.Collision2D
|
|
|
|
// UnityEngine.Coroutine
|
|
|
|
// UnityEngine.Coroutine
|
|
|
|
// UnityEngine.TextCore.LowLevel.GlyphRenderMode
|
|
|
|
// UnityEngine.TextCore.LowLevel.GlyphRenderMode
|
|
|
|
// UnityEngine.KeyCode
|
|
|
|
// UnityEngine.KeyCode
|
|
|
|
// UnityEngine.Object
|
|
struct Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_StaticFields
|
|
{
|
|
// System.Int32 UnityEngine.Object::OffsetOfInstanceIDInCPlusPlusObject
|
|
int32_t ___OffsetOfInstanceIDInCPlusPlusObject_1;
|
|
};
|
|
|
|
// UnityEngine.Object
|
|
|
|
// UnityEngine.Ray
|
|
|
|
// UnityEngine.Ray
|
|
|
|
// UnityEngine.RaycastHit
|
|
|
|
// UnityEngine.RaycastHit
|
|
|
|
// UnityEngine.RenderMode
|
|
|
|
// UnityEngine.RenderMode
|
|
|
|
// UnityEngine.RuntimePlatform
|
|
|
|
// UnityEngine.RuntimePlatform
|
|
|
|
// System.RuntimeTypeHandle
|
|
|
|
// System.RuntimeTypeHandle
|
|
|
|
// UnityEngine.Space
|
|
|
|
// UnityEngine.Space
|
|
|
|
// TMPro.TMP_TextElementType
|
|
|
|
// TMPro.TMP_TextElementType
|
|
|
|
// TMPro.TextAlignmentOptions
|
|
|
|
// TMPro.TextAlignmentOptions
|
|
|
|
// UnityEngine.TextAnchor
|
|
|
|
// UnityEngine.TextAnchor
|
|
|
|
// UnityEngine.TouchPhase
|
|
|
|
// UnityEngine.TouchPhase
|
|
|
|
// TMPro.Examples.Benchmark03/BenchmarkType
|
|
|
|
// TMPro.Examples.Benchmark03/BenchmarkType
|
|
|
|
// TMPro.Examples.CameraController/CameraModes
|
|
|
|
// TMPro.Examples.CameraController/CameraModes
|
|
|
|
// EnvMapAnimator/<Start>d__4
|
|
|
|
// EnvMapAnimator/<Start>d__4
|
|
|
|
// TMPro.TMP_InputField/SubmitEvent
|
|
|
|
// TMPro.TMP_InputField/SubmitEvent
|
|
|
|
// TMPro.TMP_TextEventHandler/CharacterSelectionEvent
|
|
|
|
// TMPro.TMP_TextEventHandler/CharacterSelectionEvent
|
|
|
|
// TMPro.TMP_TextEventHandler/LineSelectionEvent
|
|
|
|
// TMPro.TMP_TextEventHandler/LineSelectionEvent
|
|
|
|
// TMPro.TMP_TextEventHandler/LinkSelectionEvent
|
|
|
|
// TMPro.TMP_TextEventHandler/LinkSelectionEvent
|
|
|
|
// TMPro.TMP_TextEventHandler/SpriteSelectionEvent
|
|
|
|
// TMPro.TMP_TextEventHandler/SpriteSelectionEvent
|
|
|
|
// TMPro.TMP_TextEventHandler/WordSelectionEvent
|
|
|
|
// TMPro.TMP_TextEventHandler/WordSelectionEvent
|
|
|
|
// UnityEngine.Component
|
|
|
|
// UnityEngine.Component
|
|
|
|
// UnityEngine.Font
|
|
struct Font_tC95270EA3198038970422D78B74A7F2E218A96B6_StaticFields
|
|
{
|
|
// System.Action`1<UnityEngine.Font> UnityEngine.Font::textureRebuilt
|
|
Action_1_tD91E4D0ED3C2E385D3BDD4B3EA48B5F99D39F1DC* ___textureRebuilt_4;
|
|
};
|
|
|
|
// UnityEngine.Font
|
|
|
|
// UnityEngine.GameObject
|
|
|
|
// UnityEngine.GameObject
|
|
|
|
// UnityEngine.Material
|
|
|
|
// UnityEngine.Material
|
|
|
|
// Pathfinding.Path
|
|
struct Path_tF8373A11D8EE16052CE8F7D66EB9D74E17EE8F7A_StaticFields
|
|
{
|
|
// System.Int32[] Pathfinding.Path::ZeroTagPenalties
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___ZeroTagPenalties_23;
|
|
};
|
|
|
|
// Pathfinding.Path
|
|
|
|
// UnityEngine.EventSystems.PointerEventData
|
|
|
|
// UnityEngine.EventSystems.PointerEventData
|
|
|
|
// UnityEngine.Shader
|
|
|
|
// UnityEngine.Shader
|
|
|
|
// TMPro.TMP_CharacterInfo
|
|
|
|
// TMPro.TMP_CharacterInfo
|
|
|
|
// TMPro.TMP_LineInfo
|
|
|
|
// TMPro.TMP_LineInfo
|
|
|
|
// UnityEngine.Touch
|
|
|
|
// UnityEngine.Touch
|
|
|
|
// 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
|
|
|
|
// UnityEngine.Events.UnityAction`1<System.String>
|
|
|
|
// UnityEngine.Events.UnityAction`1<System.String>
|
|
|
|
// System.NotSupportedException
|
|
|
|
// System.NotSupportedException
|
|
|
|
// Pathfinding.OnPathDelegate
|
|
|
|
// Pathfinding.OnPathDelegate
|
|
|
|
// UnityEngine.Renderer
|
|
|
|
// UnityEngine.Renderer
|
|
|
|
// UnityEngine.Rigidbody2D
|
|
|
|
// UnityEngine.Rigidbody2D
|
|
|
|
// TMPro.TMP_Asset
|
|
|
|
// TMPro.TMP_Asset
|
|
|
|
// TMPro.TMP_InputValidator
|
|
|
|
// TMPro.TMP_InputValidator
|
|
|
|
// UnityEngine.TextMesh
|
|
|
|
// UnityEngine.TextMesh
|
|
|
|
// UnityEngine.Transform
|
|
|
|
// UnityEngine.Transform
|
|
|
|
// UnityEngine.Animator
|
|
|
|
// UnityEngine.Animator
|
|
|
|
// UnityEngine.Camera
|
|
struct Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184_StaticFields
|
|
{
|
|
// UnityEngine.Camera/CameraCallback UnityEngine.Camera::onPreCull
|
|
CameraCallback_t844E527BFE37BC0495E7F67993E43C07642DA9DD* ___onPreCull_4;
|
|
// UnityEngine.Camera/CameraCallback UnityEngine.Camera::onPreRender
|
|
CameraCallback_t844E527BFE37BC0495E7F67993E43C07642DA9DD* ___onPreRender_5;
|
|
// UnityEngine.Camera/CameraCallback UnityEngine.Camera::onPostRender
|
|
CameraCallback_t844E527BFE37BC0495E7F67993E43C07642DA9DD* ___onPostRender_6;
|
|
};
|
|
|
|
// UnityEngine.Camera
|
|
|
|
// UnityEngine.Canvas
|
|
struct Canvas_t2DB4CEFDFF732884866C83F11ABF75F5AE8FFB26_StaticFields
|
|
{
|
|
// UnityEngine.Canvas/WillRenderCanvases UnityEngine.Canvas::preWillRenderCanvases
|
|
WillRenderCanvases_tA4A6E66DBA797DCB45B995DBA449A9D1D80D0FBC* ___preWillRenderCanvases_4;
|
|
// UnityEngine.Canvas/WillRenderCanvases UnityEngine.Canvas::willRenderCanvases
|
|
WillRenderCanvases_tA4A6E66DBA797DCB45B995DBA449A9D1D80D0FBC* ___willRenderCanvases_5;
|
|
// System.Action`1<System.Int32> UnityEngine.Canvas::<externBeginRenderOverlays>k__BackingField
|
|
Action_1_tD69A6DC9FBE94131E52F5A73B2A9D4AB51EEC404* ___U3CexternBeginRenderOverlaysU3Ek__BackingField_6;
|
|
// System.Action`2<System.Int32,System.Int32> UnityEngine.Canvas::<externRenderOverlaysBefore>k__BackingField
|
|
Action_2_tD7438462601D3939500ED67463331FE00CFFBDB8* ___U3CexternRenderOverlaysBeforeU3Ek__BackingField_7;
|
|
// System.Action`1<System.Int32> UnityEngine.Canvas::<externEndRenderOverlays>k__BackingField
|
|
Action_1_tD69A6DC9FBE94131E52F5A73B2A9D4AB51EEC404* ___U3CexternEndRenderOverlaysU3Ek__BackingField_8;
|
|
};
|
|
|
|
// UnityEngine.Canvas
|
|
|
|
// UnityEngine.Collider2D
|
|
|
|
// UnityEngine.Collider2D
|
|
|
|
// UnityEngine.MonoBehaviour
|
|
|
|
// UnityEngine.MonoBehaviour
|
|
|
|
// UnityEngine.RectTransform
|
|
struct RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5_StaticFields
|
|
{
|
|
// UnityEngine.RectTransform/ReapplyDrivenProperties UnityEngine.RectTransform::reapplyDrivenProperties
|
|
ReapplyDrivenProperties_t3482EA130A01FF7EE2EEFE37F66A5215D08CFE24* ___reapplyDrivenProperties_4;
|
|
};
|
|
|
|
// UnityEngine.RectTransform
|
|
|
|
// UnityEngine.SpriteRenderer
|
|
|
|
// UnityEngine.SpriteRenderer
|
|
|
|
// TMPro.TMP_DigitValidator
|
|
|
|
// TMPro.TMP_DigitValidator
|
|
|
|
// TMPro.TMP_FontAsset
|
|
struct TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_StaticFields
|
|
{
|
|
// Unity.Profiling.ProfilerMarker TMPro.TMP_FontAsset::k_ReadFontAssetDefinitionMarker
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___k_ReadFontAssetDefinitionMarker_45;
|
|
// Unity.Profiling.ProfilerMarker TMPro.TMP_FontAsset::k_AddSynthesizedCharactersMarker
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___k_AddSynthesizedCharactersMarker_46;
|
|
// Unity.Profiling.ProfilerMarker TMPro.TMP_FontAsset::k_TryAddCharacterMarker
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___k_TryAddCharacterMarker_47;
|
|
// Unity.Profiling.ProfilerMarker TMPro.TMP_FontAsset::k_TryAddCharactersMarker
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___k_TryAddCharactersMarker_48;
|
|
// Unity.Profiling.ProfilerMarker TMPro.TMP_FontAsset::k_UpdateGlyphAdjustmentRecordsMarker
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___k_UpdateGlyphAdjustmentRecordsMarker_49;
|
|
// Unity.Profiling.ProfilerMarker TMPro.TMP_FontAsset::k_ClearFontAssetDataMarker
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___k_ClearFontAssetDataMarker_50;
|
|
// Unity.Profiling.ProfilerMarker TMPro.TMP_FontAsset::k_UpdateFontAssetDataMarker
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___k_UpdateFontAssetDataMarker_51;
|
|
// System.String TMPro.TMP_FontAsset::s_DefaultMaterialSuffix
|
|
String_t* ___s_DefaultMaterialSuffix_52;
|
|
// System.Collections.Generic.HashSet`1<System.Int32> TMPro.TMP_FontAsset::k_SearchedFontAssetLookup
|
|
HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2* ___k_SearchedFontAssetLookup_54;
|
|
// System.Collections.Generic.List`1<TMPro.TMP_FontAsset> TMPro.TMP_FontAsset::k_FontAssets_FontFeaturesUpdateQueue
|
|
List_1_t06C3ABB0C6F2347B32881E33D154431EADAE3ECF* ___k_FontAssets_FontFeaturesUpdateQueue_55;
|
|
// System.Collections.Generic.HashSet`1<System.Int32> TMPro.TMP_FontAsset::k_FontAssets_FontFeaturesUpdateQueueLookup
|
|
HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2* ___k_FontAssets_FontFeaturesUpdateQueueLookup_56;
|
|
// System.Collections.Generic.List`1<TMPro.TMP_FontAsset> TMPro.TMP_FontAsset::k_FontAssets_AtlasTexturesUpdateQueue
|
|
List_1_t06C3ABB0C6F2347B32881E33D154431EADAE3ECF* ___k_FontAssets_AtlasTexturesUpdateQueue_57;
|
|
// System.Collections.Generic.HashSet`1<System.Int32> TMPro.TMP_FontAsset::k_FontAssets_AtlasTexturesUpdateQueueLookup
|
|
HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2* ___k_FontAssets_AtlasTexturesUpdateQueueLookup_58;
|
|
// System.UInt32[] TMPro.TMP_FontAsset::k_GlyphIndexArray
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* ___k_GlyphIndexArray_69;
|
|
};
|
|
|
|
// TMPro.TMP_FontAsset
|
|
|
|
// TMPro.TMP_PhoneNumberValidator
|
|
|
|
// TMPro.TMP_PhoneNumberValidator
|
|
|
|
// Aleksei
|
|
struct Aleksei_t280569A24333DAEDAECB8ADA24EDE720F1153AD0_StaticFields
|
|
{
|
|
// System.Boolean Aleksei::AlekseiDead
|
|
bool ___AlekseiDead_18;
|
|
// System.Single Aleksei::BulletAngDirection
|
|
float ___BulletAngDirection_33;
|
|
};
|
|
|
|
// Aleksei
|
|
|
|
// AlekseiAutomaticDoor
|
|
|
|
// AlekseiAutomaticDoor
|
|
|
|
// AlekseiHealthBar
|
|
|
|
// AlekseiHealthBar
|
|
|
|
// Ali
|
|
struct Ali_tF62EAA8C857226D373422D276B8C8CEFE1580E32_StaticFields
|
|
{
|
|
// System.Boolean Ali::AliDead
|
|
bool ___AliDead_18;
|
|
// System.Single Ali::BulletAliDirection
|
|
float ___BulletAliDirection_34;
|
|
};
|
|
|
|
// Ali
|
|
|
|
// AliAutomaticDoor
|
|
|
|
// AliAutomaticDoor
|
|
|
|
// AliHealthBar
|
|
|
|
// AliHealthBar
|
|
|
|
// UnityEngine.AudioSource
|
|
|
|
// UnityEngine.AudioSource
|
|
|
|
// TMPro.Examples.Benchmark01
|
|
|
|
// TMPro.Examples.Benchmark01
|
|
|
|
// TMPro.Examples.Benchmark01_UGUI
|
|
|
|
// TMPro.Examples.Benchmark01_UGUI
|
|
|
|
// TMPro.Examples.Benchmark02
|
|
|
|
// TMPro.Examples.Benchmark02
|
|
|
|
// TMPro.Examples.Benchmark03
|
|
|
|
// TMPro.Examples.Benchmark03
|
|
|
|
// TMPro.Examples.Benchmark04
|
|
|
|
// TMPro.Examples.Benchmark04
|
|
|
|
// BirdBoss
|
|
struct BirdBoss_t3A1202F672EAC48F5A2DB72AA5B31459ACEA750C_StaticFields
|
|
{
|
|
// System.Boolean BirdBoss::BirdDead
|
|
bool ___BirdDead_25;
|
|
};
|
|
|
|
// BirdBoss
|
|
|
|
// BirdBossAutomaticDoor
|
|
|
|
// BirdBossAutomaticDoor
|
|
|
|
// BirdBossHealthBar
|
|
|
|
// BirdBossHealthBar
|
|
|
|
// BulletAli
|
|
|
|
// BulletAli
|
|
|
|
// BulletAng
|
|
|
|
// BulletAng
|
|
|
|
// BulletCon
|
|
|
|
// BulletCon
|
|
|
|
// BulletHam
|
|
|
|
// BulletHam
|
|
|
|
// BulletKim
|
|
|
|
// BulletKim
|
|
|
|
// BulletNugget
|
|
|
|
// BulletNugget
|
|
|
|
// TMPro.Examples.CameraController
|
|
|
|
// TMPro.Examples.CameraController
|
|
|
|
// ChatController
|
|
|
|
// ChatController
|
|
|
|
// Claudia
|
|
|
|
// Claudia
|
|
|
|
// DiePlayer
|
|
struct DiePlayer_tC3FD49BA07F27A2A252F774A55F19EB8DB51F100_StaticFields
|
|
{
|
|
// System.Boolean DiePlayer::KillPlayer
|
|
bool ___KillPlayer_4;
|
|
};
|
|
|
|
// DiePlayer
|
|
|
|
// DropdownSample
|
|
|
|
// DropdownSample
|
|
|
|
// Enemy
|
|
struct Enemy_t10DB314C96B1CE78B8D967CD3B39F05126409BBB_StaticFields
|
|
{
|
|
// System.Boolean Enemy::TakedDamage
|
|
bool ___TakedDamage_4;
|
|
};
|
|
|
|
// Enemy
|
|
|
|
// EnemyDeath
|
|
|
|
// EnemyDeath
|
|
|
|
// EnemyGFX
|
|
|
|
// EnemyGFX
|
|
|
|
// EnvMapAnimator
|
|
|
|
// EnvMapAnimator
|
|
|
|
// Firnschliff
|
|
struct Firnschliff_t10763D693AFFD85CD0B8094B4526E1445DA3325C_StaticFields
|
|
{
|
|
// System.Single Firnschliff::BulletNuggetDirection
|
|
float ___BulletNuggetDirection_17;
|
|
};
|
|
|
|
// Firnschliff
|
|
|
|
// Justin
|
|
|
|
// Justin
|
|
|
|
// Kimberley
|
|
struct Kimberley_t317DD93F6C0908A201808B55F26F226B8BE0F663_StaticFields
|
|
{
|
|
// System.Single Kimberley::BulletKimDirection
|
|
float ___BulletKimDirection_22;
|
|
};
|
|
|
|
// Kimberley
|
|
|
|
// MainMenu
|
|
struct MainMenu_t5A8A8E4906FD2B24D16567A6BFFDAA6B91DD12DF_StaticFields
|
|
{
|
|
// System.Int32 MainMenu::Tutorial
|
|
int32_t ___Tutorial_30;
|
|
// System.Boolean MainMenu::ExitLevel
|
|
bool ___ExitLevel_32;
|
|
};
|
|
|
|
// MainMenu
|
|
|
|
// Marc
|
|
struct Marc_t496C7D9DB27E8B598F0A1E81A3369594A780986D_StaticFields
|
|
{
|
|
// System.Single Marc::BulletConDirection
|
|
float ___BulletConDirection_22;
|
|
};
|
|
|
|
// Marc
|
|
|
|
// Niko
|
|
struct Niko_t289A792A1F8261E2D57C422B5D136FD721E21DCF_StaticFields
|
|
{
|
|
// System.Single Niko::BulletHamDirection
|
|
float ___BulletHamDirection_17;
|
|
};
|
|
|
|
// Niko
|
|
|
|
// Pause
|
|
struct Pause_tBA95B8E0340B28796AF51B491AF0D3EEC1F06DD7_StaticFields
|
|
{
|
|
// System.Boolean Pause::IsPause
|
|
bool ___IsPause_4;
|
|
};
|
|
|
|
// Pause
|
|
|
|
// PlayerMovement
|
|
struct PlayerMovement_t4A0A0A8C937BC1D4FC570D1B5B50847338423351_StaticFields
|
|
{
|
|
// System.Single PlayerMovement::horizontalMove
|
|
float ___horizontalMove_8;
|
|
// System.Boolean PlayerMovement::jump
|
|
bool ___jump_9;
|
|
// System.Boolean PlayerMovement::crouch
|
|
bool ___crouch_10;
|
|
};
|
|
|
|
// PlayerMovement
|
|
|
|
// TMPro.TMP_TextEventHandler
|
|
|
|
// TMPro.TMP_TextEventHandler
|
|
|
|
// TMPro.Examples.TextMeshProFloatingText
|
|
struct TextMeshProFloatingText_t833773B79A4826E78EDF2799C157B0EC3ACACB31_StaticFields
|
|
{
|
|
// UnityEngine.WaitForEndOfFrame TMPro.Examples.TextMeshProFloatingText::k_WaitForEndOfFrame
|
|
WaitForEndOfFrame_tE38D80923E3F8380069B423968C25ABE50A46663* ___k_WaitForEndOfFrame_15;
|
|
// UnityEngine.WaitForSeconds[] TMPro.Examples.TextMeshProFloatingText::k_WaitForSecondsRandom
|
|
WaitForSecondsU5BU5D_t2A9038ECB6E643745AEF2AD9A4F7FFD3D272186E* ___k_WaitForSecondsRandom_16;
|
|
};
|
|
|
|
// TMPro.Examples.TextMeshProFloatingText
|
|
|
|
// Zoltan
|
|
|
|
// Zoltan
|
|
|
|
// Pathfinding.AIBase
|
|
struct AIBase_t6F37563B5BCFAE844B1938EEB022B2EED8635EC5_StaticFields
|
|
{
|
|
// UnityEngine.Color Pathfinding.AIBase::ShapeGizmoColor
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___ShapeGizmoColor_42;
|
|
};
|
|
|
|
// Pathfinding.AIBase
|
|
|
|
// UnityEngine.UI.Graphic
|
|
struct Graphic_tCBFCA4585A19E2B75465AECFEAC43F4016BF7931_StaticFields
|
|
{
|
|
// UnityEngine.Material UnityEngine.UI.Graphic::s_DefaultUI
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___s_DefaultUI_4;
|
|
// UnityEngine.Texture2D UnityEngine.UI.Graphic::s_WhiteTexture
|
|
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* ___s_WhiteTexture_5;
|
|
// UnityEngine.Mesh UnityEngine.UI.Graphic::s_Mesh
|
|
Mesh_t6D9C539763A09BC2B12AEAEF36F6DFFC98AE63D4* ___s_Mesh_21;
|
|
// UnityEngine.UI.VertexHelper UnityEngine.UI.Graphic::s_VertexHelper
|
|
VertexHelper_tB905FCB02AE67CBEE5F265FE37A5938FC5D136FE* ___s_VertexHelper_22;
|
|
};
|
|
|
|
// UnityEngine.UI.Graphic
|
|
|
|
// Pathfinding.Seeker
|
|
|
|
// Pathfinding.Seeker
|
|
|
|
// Pathfinding.AIPath
|
|
struct AIPath_t2E3FAF42B0674CE8C4F7178BCBCEB2F0B0AD32A8_StaticFields
|
|
{
|
|
// Pathfinding.NNConstraint Pathfinding.AIPath::cachedNNConstraint
|
|
NNConstraint_tFFCC140E8D37F8EE7521E04FB8B3EAC85F927DB5* ___cachedNNConstraint_55;
|
|
};
|
|
|
|
// Pathfinding.AIPath
|
|
|
|
// UnityEngine.UI.Scrollbar
|
|
|
|
// UnityEngine.UI.Scrollbar
|
|
|
|
// TMPro.TMP_Dropdown
|
|
struct TMP_Dropdown_t73B37BFDA0D005451C7B750938AFB1748E5EA504_StaticFields
|
|
{
|
|
// TMPro.TMP_Dropdown/OptionData TMPro.TMP_Dropdown::s_NoOptionData
|
|
OptionData_tFDFBCB4A5FB860E95AE46FDAC112DB4140A8525E* ___s_NoOptionData_36;
|
|
};
|
|
|
|
// TMPro.TMP_Dropdown
|
|
|
|
// TMPro.TMP_InputField
|
|
struct TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F_StaticFields
|
|
{
|
|
// System.Char[] TMPro.TMP_InputField::kSeparators
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___kSeparators_21;
|
|
};
|
|
|
|
// TMPro.TMP_InputField
|
|
|
|
// TMPro.TMP_Text
|
|
struct TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9_StaticFields
|
|
{
|
|
// TMPro.MaterialReference[] TMPro.TMP_Text::m_materialReferences
|
|
MaterialReferenceU5BU5D_t7491D335AB3E3E13CE9C0F5E931F396F6A02E1F2* ___m_materialReferences_46;
|
|
// System.Collections.Generic.Dictionary`2<System.Int32,System.Int32> TMPro.TMP_Text::m_materialReferenceIndexLookup
|
|
Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180* ___m_materialReferenceIndexLookup_47;
|
|
// TMPro.TMP_TextProcessingStack`1<TMPro.MaterialReference> TMPro.TMP_Text::m_materialReferenceStack
|
|
TMP_TextProcessingStack_1_tB03E08F69415B281A5A81138F09E49EE58402DF9 ___m_materialReferenceStack_48;
|
|
// UnityEngine.Color32 TMPro.TMP_Text::s_colorWhite
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___s_colorWhite_56;
|
|
// System.Func`3<System.Int32,System.String,TMPro.TMP_FontAsset> TMPro.TMP_Text::OnFontAssetRequest
|
|
Func_3_tC721DF8CDD07ED66A4833A19A2ED2302608C906C* ___OnFontAssetRequest_164;
|
|
// System.Func`3<System.Int32,System.String,TMPro.TMP_SpriteAsset> TMPro.TMP_Text::OnSpriteAssetRequest
|
|
Func_3_t6F6D9932638EA1A5A45303C6626C818C25D164E5* ___OnSpriteAssetRequest_165;
|
|
// System.Char[] TMPro.TMP_Text::m_htmlTag
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___m_htmlTag_188;
|
|
// TMPro.RichTextTagAttribute[] TMPro.TMP_Text::m_xmlAttribute
|
|
RichTextTagAttributeU5BU5D_t5816316EFD8F59DBC30B9F88E15828C564E47B6D* ___m_xmlAttribute_189;
|
|
// System.Single[] TMPro.TMP_Text::m_attributeParameterValues
|
|
SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* ___m_attributeParameterValues_190;
|
|
// TMPro.WordWrapState TMPro.TMP_Text::m_SavedWordWrapState
|
|
WordWrapState_t80F67D8CAA9B1A0A3D5266521E23A9F3100EDD0A ___m_SavedWordWrapState_202;
|
|
// TMPro.WordWrapState TMPro.TMP_Text::m_SavedLineState
|
|
WordWrapState_t80F67D8CAA9B1A0A3D5266521E23A9F3100EDD0A ___m_SavedLineState_203;
|
|
// TMPro.WordWrapState TMPro.TMP_Text::m_SavedEllipsisState
|
|
WordWrapState_t80F67D8CAA9B1A0A3D5266521E23A9F3100EDD0A ___m_SavedEllipsisState_204;
|
|
// TMPro.WordWrapState TMPro.TMP_Text::m_SavedLastValidState
|
|
WordWrapState_t80F67D8CAA9B1A0A3D5266521E23A9F3100EDD0A ___m_SavedLastValidState_205;
|
|
// TMPro.WordWrapState TMPro.TMP_Text::m_SavedSoftLineBreakState
|
|
WordWrapState_t80F67D8CAA9B1A0A3D5266521E23A9F3100EDD0A ___m_SavedSoftLineBreakState_206;
|
|
// TMPro.TMP_TextProcessingStack`1<TMPro.WordWrapState> TMPro.TMP_Text::m_EllipsisInsertionCandidateStack
|
|
TMP_TextProcessingStack_1_t2DDA00FFC64AF6E3AFD475AB2086D16C34787E0F ___m_EllipsisInsertionCandidateStack_207;
|
|
// Unity.Profiling.ProfilerMarker TMPro.TMP_Text::k_ParseTextMarker
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___k_ParseTextMarker_255;
|
|
// Unity.Profiling.ProfilerMarker TMPro.TMP_Text::k_InsertNewLineMarker
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___k_InsertNewLineMarker_256;
|
|
// UnityEngine.Vector2 TMPro.TMP_Text::k_LargePositiveVector2
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___k_LargePositiveVector2_260;
|
|
// UnityEngine.Vector2 TMPro.TMP_Text::k_LargeNegativeVector2
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___k_LargeNegativeVector2_261;
|
|
// System.Single TMPro.TMP_Text::k_LargePositiveFloat
|
|
float ___k_LargePositiveFloat_262;
|
|
// System.Single TMPro.TMP_Text::k_LargeNegativeFloat
|
|
float ___k_LargeNegativeFloat_263;
|
|
// System.Int32 TMPro.TMP_Text::k_LargePositiveInt
|
|
int32_t ___k_LargePositiveInt_264;
|
|
// System.Int32 TMPro.TMP_Text::k_LargeNegativeInt
|
|
int32_t ___k_LargeNegativeInt_265;
|
|
};
|
|
|
|
// TMPro.TMP_Text
|
|
|
|
// UnityEngine.UI.Text
|
|
struct Text_tD60B2346DAA6666BF0D822FF607F0B220C2B9E62_StaticFields
|
|
{
|
|
// UnityEngine.Material UnityEngine.UI.Text::s_DefaultText
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___s_DefaultText_41;
|
|
};
|
|
|
|
// UnityEngine.UI.Text
|
|
|
|
// TMPro.TextMeshPro
|
|
struct TextMeshPro_t4560AB28A3EAF503895A781A9C625273D833270E_StaticFields
|
|
{
|
|
// Unity.Profiling.ProfilerMarker TMPro.TextMeshPro::k_GenerateTextMarker
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___k_GenerateTextMarker_283;
|
|
// Unity.Profiling.ProfilerMarker TMPro.TextMeshPro::k_SetArraySizesMarker
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___k_SetArraySizesMarker_284;
|
|
// Unity.Profiling.ProfilerMarker TMPro.TextMeshPro::k_GenerateTextPhaseIMarker
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___k_GenerateTextPhaseIMarker_285;
|
|
// Unity.Profiling.ProfilerMarker TMPro.TextMeshPro::k_ParseMarkupTextMarker
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___k_ParseMarkupTextMarker_286;
|
|
// Unity.Profiling.ProfilerMarker TMPro.TextMeshPro::k_CharacterLookupMarker
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___k_CharacterLookupMarker_287;
|
|
// Unity.Profiling.ProfilerMarker TMPro.TextMeshPro::k_HandleGPOSFeaturesMarker
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___k_HandleGPOSFeaturesMarker_288;
|
|
// Unity.Profiling.ProfilerMarker TMPro.TextMeshPro::k_CalculateVerticesPositionMarker
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___k_CalculateVerticesPositionMarker_289;
|
|
// Unity.Profiling.ProfilerMarker TMPro.TextMeshPro::k_ComputeTextMetricsMarker
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___k_ComputeTextMetricsMarker_290;
|
|
// Unity.Profiling.ProfilerMarker TMPro.TextMeshPro::k_HandleVisibleCharacterMarker
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___k_HandleVisibleCharacterMarker_291;
|
|
// Unity.Profiling.ProfilerMarker TMPro.TextMeshPro::k_HandleWhiteSpacesMarker
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___k_HandleWhiteSpacesMarker_292;
|
|
// Unity.Profiling.ProfilerMarker TMPro.TextMeshPro::k_HandleHorizontalLineBreakingMarker
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___k_HandleHorizontalLineBreakingMarker_293;
|
|
// Unity.Profiling.ProfilerMarker TMPro.TextMeshPro::k_HandleVerticalLineBreakingMarker
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___k_HandleVerticalLineBreakingMarker_294;
|
|
// Unity.Profiling.ProfilerMarker TMPro.TextMeshPro::k_SaveGlyphVertexDataMarker
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___k_SaveGlyphVertexDataMarker_295;
|
|
// Unity.Profiling.ProfilerMarker TMPro.TextMeshPro::k_ComputeCharacterAdvanceMarker
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___k_ComputeCharacterAdvanceMarker_296;
|
|
// Unity.Profiling.ProfilerMarker TMPro.TextMeshPro::k_HandleCarriageReturnMarker
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___k_HandleCarriageReturnMarker_297;
|
|
// Unity.Profiling.ProfilerMarker TMPro.TextMeshPro::k_HandleLineTerminationMarker
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___k_HandleLineTerminationMarker_298;
|
|
// Unity.Profiling.ProfilerMarker TMPro.TextMeshPro::k_SavePageInfoMarker
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___k_SavePageInfoMarker_299;
|
|
// Unity.Profiling.ProfilerMarker TMPro.TextMeshPro::k_SaveProcessingStatesMarker
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___k_SaveProcessingStatesMarker_300;
|
|
// Unity.Profiling.ProfilerMarker TMPro.TextMeshPro::k_GenerateTextPhaseIIMarker
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___k_GenerateTextPhaseIIMarker_301;
|
|
// Unity.Profiling.ProfilerMarker TMPro.TextMeshPro::k_GenerateTextPhaseIIIMarker
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___k_GenerateTextPhaseIIIMarker_302;
|
|
};
|
|
|
|
// TMPro.TextMeshPro
|
|
|
|
// TMPro.TextMeshProUGUI
|
|
struct TextMeshProUGUI_t101091AF4B578BB534C92E9D1EEAF0611636D957_StaticFields
|
|
{
|
|
// Unity.Profiling.ProfilerMarker TMPro.TextMeshProUGUI::k_GenerateTextMarker
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___k_GenerateTextMarker_286;
|
|
// Unity.Profiling.ProfilerMarker TMPro.TextMeshProUGUI::k_SetArraySizesMarker
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___k_SetArraySizesMarker_287;
|
|
// Unity.Profiling.ProfilerMarker TMPro.TextMeshProUGUI::k_GenerateTextPhaseIMarker
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___k_GenerateTextPhaseIMarker_288;
|
|
// Unity.Profiling.ProfilerMarker TMPro.TextMeshProUGUI::k_ParseMarkupTextMarker
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___k_ParseMarkupTextMarker_289;
|
|
// Unity.Profiling.ProfilerMarker TMPro.TextMeshProUGUI::k_CharacterLookupMarker
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___k_CharacterLookupMarker_290;
|
|
// Unity.Profiling.ProfilerMarker TMPro.TextMeshProUGUI::k_HandleGPOSFeaturesMarker
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___k_HandleGPOSFeaturesMarker_291;
|
|
// Unity.Profiling.ProfilerMarker TMPro.TextMeshProUGUI::k_CalculateVerticesPositionMarker
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___k_CalculateVerticesPositionMarker_292;
|
|
// Unity.Profiling.ProfilerMarker TMPro.TextMeshProUGUI::k_ComputeTextMetricsMarker
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___k_ComputeTextMetricsMarker_293;
|
|
// Unity.Profiling.ProfilerMarker TMPro.TextMeshProUGUI::k_HandleVisibleCharacterMarker
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___k_HandleVisibleCharacterMarker_294;
|
|
// Unity.Profiling.ProfilerMarker TMPro.TextMeshProUGUI::k_HandleWhiteSpacesMarker
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___k_HandleWhiteSpacesMarker_295;
|
|
// Unity.Profiling.ProfilerMarker TMPro.TextMeshProUGUI::k_HandleHorizontalLineBreakingMarker
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___k_HandleHorizontalLineBreakingMarker_296;
|
|
// Unity.Profiling.ProfilerMarker TMPro.TextMeshProUGUI::k_HandleVerticalLineBreakingMarker
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___k_HandleVerticalLineBreakingMarker_297;
|
|
// Unity.Profiling.ProfilerMarker TMPro.TextMeshProUGUI::k_SaveGlyphVertexDataMarker
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___k_SaveGlyphVertexDataMarker_298;
|
|
// Unity.Profiling.ProfilerMarker TMPro.TextMeshProUGUI::k_ComputeCharacterAdvanceMarker
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___k_ComputeCharacterAdvanceMarker_299;
|
|
// Unity.Profiling.ProfilerMarker TMPro.TextMeshProUGUI::k_HandleCarriageReturnMarker
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___k_HandleCarriageReturnMarker_300;
|
|
// Unity.Profiling.ProfilerMarker TMPro.TextMeshProUGUI::k_HandleLineTerminationMarker
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___k_HandleLineTerminationMarker_301;
|
|
// Unity.Profiling.ProfilerMarker TMPro.TextMeshProUGUI::k_SavePageInfoMarker
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___k_SavePageInfoMarker_302;
|
|
// Unity.Profiling.ProfilerMarker TMPro.TextMeshProUGUI::k_SaveProcessingStatesMarker
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___k_SaveProcessingStatesMarker_303;
|
|
// Unity.Profiling.ProfilerMarker TMPro.TextMeshProUGUI::k_GenerateTextPhaseIIMarker
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___k_GenerateTextPhaseIIMarker_304;
|
|
// Unity.Profiling.ProfilerMarker TMPro.TextMeshProUGUI::k_GenerateTextPhaseIIIMarker
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___k_GenerateTextPhaseIIIMarker_305;
|
|
};
|
|
|
|
// TMPro.TextMeshProUGUI
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
// UnityEngine.Collider2D[]
|
|
struct Collider2DU5BU5D_t4771A44B23D278BC01AB6ED33A9A28E48DC0B034 : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) Collider2D_t6A17BA7734600EF3F26588E9ED903617D5B8EB52* m_Items[1];
|
|
|
|
inline Collider2D_t6A17BA7734600EF3F26588E9ED903617D5B8EB52* GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline Collider2D_t6A17BA7734600EF3F26588E9ED903617D5B8EB52** 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, Collider2D_t6A17BA7734600EF3F26588E9ED903617D5B8EB52* value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
inline Collider2D_t6A17BA7734600EF3F26588E9ED903617D5B8EB52* GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline Collider2D_t6A17BA7734600EF3F26588E9ED903617D5B8EB52** GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, Collider2D_t6A17BA7734600EF3F26588E9ED903617D5B8EB52* value)
|
|
{
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
};
|
|
// System.String[]
|
|
struct StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248 : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) String_t* m_Items[1];
|
|
|
|
inline String_t* GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline String_t** GetAddressAt(il2cpp_array_size_t index)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAt(il2cpp_array_size_t index, String_t* value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
inline String_t* GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline String_t** GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, String_t* value)
|
|
{
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
};
|
|
// System.Char[]
|
|
struct CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) Il2CppChar m_Items[1];
|
|
|
|
inline Il2CppChar GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline Il2CppChar* 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, Il2CppChar value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
}
|
|
inline Il2CppChar GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline Il2CppChar* GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, Il2CppChar value)
|
|
{
|
|
m_Items[index] = value;
|
|
}
|
|
};
|
|
// TMPro.TMP_CharacterInfo[]
|
|
struct TMP_CharacterInfoU5BU5D_t297D56FCF66DAA99D8FEA7C30F9F3926902C5B99 : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) TMP_CharacterInfo_t8B8FF32D6AACE251F2E7835AA5BC6608D535D9F8 m_Items[1];
|
|
|
|
inline TMP_CharacterInfo_t8B8FF32D6AACE251F2E7835AA5BC6608D535D9F8 GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline TMP_CharacterInfo_t8B8FF32D6AACE251F2E7835AA5BC6608D535D9F8* 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, TMP_CharacterInfo_t8B8FF32D6AACE251F2E7835AA5BC6608D535D9F8 value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___textElement_4), (void*)NULL);
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___fontAsset_5), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___spriteAsset_6), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___material_8), (void*)NULL);
|
|
#endif
|
|
}
|
|
inline TMP_CharacterInfo_t8B8FF32D6AACE251F2E7835AA5BC6608D535D9F8 GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline TMP_CharacterInfo_t8B8FF32D6AACE251F2E7835AA5BC6608D535D9F8* GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, TMP_CharacterInfo_t8B8FF32D6AACE251F2E7835AA5BC6608D535D9F8 value)
|
|
{
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___textElement_4), (void*)NULL);
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___fontAsset_5), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___spriteAsset_6), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___material_8), (void*)NULL);
|
|
#endif
|
|
}
|
|
};
|
|
// TMPro.TMP_WordInfo[]
|
|
struct TMP_WordInfoU5BU5D_tD1759E5A84DCCCD42B718D79E953E72A432BB4DC : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) TMP_WordInfo_t825112AF0B76E4461F9C7DD336A02CC6A090A983 m_Items[1];
|
|
|
|
inline TMP_WordInfo_t825112AF0B76E4461F9C7DD336A02CC6A090A983 GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline TMP_WordInfo_t825112AF0B76E4461F9C7DD336A02CC6A090A983* 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, TMP_WordInfo_t825112AF0B76E4461F9C7DD336A02CC6A090A983 value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___textComponent_0), (void*)NULL);
|
|
}
|
|
inline TMP_WordInfo_t825112AF0B76E4461F9C7DD336A02CC6A090A983 GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline TMP_WordInfo_t825112AF0B76E4461F9C7DD336A02CC6A090A983* GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, TMP_WordInfo_t825112AF0B76E4461F9C7DD336A02CC6A090A983 value)
|
|
{
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___textComponent_0), (void*)NULL);
|
|
}
|
|
};
|
|
// TMPro.TMP_LineInfo[]
|
|
struct TMP_LineInfoU5BU5D_tE485ECF6A7A96441C72B53D75E7A5A5461A2CA0E : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) TMP_LineInfo_tB75C1965B58DB7B3A046C8CA55AD6AB92B6B17B3 m_Items[1];
|
|
|
|
inline TMP_LineInfo_tB75C1965B58DB7B3A046C8CA55AD6AB92B6B17B3 GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline TMP_LineInfo_tB75C1965B58DB7B3A046C8CA55AD6AB92B6B17B3* 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, TMP_LineInfo_tB75C1965B58DB7B3A046C8CA55AD6AB92B6B17B3 value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
}
|
|
inline TMP_LineInfo_tB75C1965B58DB7B3A046C8CA55AD6AB92B6B17B3 GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline TMP_LineInfo_tB75C1965B58DB7B3A046C8CA55AD6AB92B6B17B3* GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, TMP_LineInfo_tB75C1965B58DB7B3A046C8CA55AD6AB92B6B17B3 value)
|
|
{
|
|
m_Items[index] = value;
|
|
}
|
|
};
|
|
// TMPro.TMP_LinkInfo[]
|
|
struct TMP_LinkInfoU5BU5D_tE11BE54A5923BD2148E716289F44EA465E06536E : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) TMP_LinkInfo_t9DC08E8BF8C5E8094AFF8C9FB3C251AF88B92DA6 m_Items[1];
|
|
|
|
inline TMP_LinkInfo_t9DC08E8BF8C5E8094AFF8C9FB3C251AF88B92DA6 GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline TMP_LinkInfo_t9DC08E8BF8C5E8094AFF8C9FB3C251AF88B92DA6* 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, TMP_LinkInfo_t9DC08E8BF8C5E8094AFF8C9FB3C251AF88B92DA6 value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___textComponent_0), (void*)NULL);
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___linkID_6), (void*)NULL);
|
|
#endif
|
|
}
|
|
inline TMP_LinkInfo_t9DC08E8BF8C5E8094AFF8C9FB3C251AF88B92DA6 GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline TMP_LinkInfo_t9DC08E8BF8C5E8094AFF8C9FB3C251AF88B92DA6* GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, TMP_LinkInfo_t9DC08E8BF8C5E8094AFF8C9FB3C251AF88B92DA6 value)
|
|
{
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___textComponent_0), (void*)NULL);
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___linkID_6), (void*)NULL);
|
|
#endif
|
|
}
|
|
};
|
|
|
|
|
|
// 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<UnityEngine.Vector3>::get_Count()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m46EEFFA770BE665EA0CB3A5332E941DA4B3C1D37_gshared_inline (List_1_t77B94703E05C519A9010DD0614F757F974E1CD8B* __this, const RuntimeMethod* method) ;
|
|
// T System.Collections.Generic.List`1<UnityEngine.Vector3>::get_Item(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 List_1_get_Item_m8F2E15FC96DA75186C51228128A0660709E4E810_gshared (List_1_t77B94703E05C519A9010DD0614F757F974E1CD8B* __this, int32_t ___0_index, const RuntimeMethod* method) ;
|
|
// T UnityEngine.Object::Instantiate<System.Object>(T,UnityEngine.Vector3,UnityEngine.Quaternion)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Object_Instantiate_TisRuntimeObject_m249A6BA4F2F19C2D3CE217D4D31847DF0EF03EFE_gshared (RuntimeObject* ___0_original, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___1_position, Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 ___2_rotation, const RuntimeMethod* method) ;
|
|
// T UnityEngine.Component::GetComponentInChildren<System.Object>()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Component_GetComponentInChildren_TisRuntimeObject_mE483A27E876DE8E4E6901D6814837F81D7C42F65_gshared (Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.Events.UnityAction`1<System.Object>::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityAction_1__ctor_m0C2FC6B483B474AE9596A43EBA7FF6E85503A92A_gshared (UnityAction_1_t9C30BCD020745BF400CBACF22C6F34ADBA2DDA6A* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.Events.UnityEvent`1<System.Object>::AddListener(UnityEngine.Events.UnityAction`1<T0>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEvent_1_AddListener_m055233246714700E4BDAA62635BC0AA49E8165CC_gshared (UnityEvent_1_t3CE03B42D5873C0C0E0692BEE72E1E6D5399F205* __this, UnityAction_1_t9C30BCD020745BF400CBACF22C6F34ADBA2DDA6A* ___0_call, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.Events.UnityEvent`1<System.Object>::RemoveListener(UnityEngine.Events.UnityAction`1<T0>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEvent_1_RemoveListener_m904FA6BDD0D33FDF8650EF816FF5C131867E693E_gshared (UnityEvent_1_t3CE03B42D5873C0C0E0692BEE72E1E6D5399F205* __this, UnityAction_1_t9C30BCD020745BF400CBACF22C6F34ADBA2DDA6A* ___0_call, 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::GetComponentInParent<System.Object>()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* GameObject_GetComponentInParent_TisRuntimeObject_mDD9FD68B12361AC472D4A83310CAD793C02C6654_gshared (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.Events.UnityEvent`2<System.Char,System.Int32>::Invoke(T0,T1)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEvent_2_Invoke_m0491A8025093B0C329C5ACEBAB83DC6DE3CD0C3F_gshared (UnityEvent_2_tE1EF7CBD9965CD9466B63C1AD8FB3661A30C25B3* __this, Il2CppChar ___0_arg0, int32_t ___1_arg1, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.Events.UnityEvent`3<System.Object,System.Int32,System.Int32>::Invoke(T0,T1,T2)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEvent_3_Invoke_m50868D681E7B0FAE1AA2516EF4DA7DB16CBD9DA9_gshared (UnityEvent_3_tD7E14BDD38F12B63EFECBD1604C666F9AF100EAA* __this, RuntimeObject* ___0_arg0, int32_t ___1_arg1, int32_t ___2_arg2, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.Events.UnityEvent`3<System.Object,System.Object,System.Int32>::Invoke(T0,T1,T2)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEvent_3_Invoke_m1331145C187AE9ABB8C1236006F36A1D20D57C6A_gshared (UnityEvent_3_tCE934710A8225E2574DC47F0C89DD63B7324C18F* __this, RuntimeObject* ___0_arg0, RuntimeObject* ___1_arg1, int32_t ___2_arg2, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.Events.UnityEvent`2<System.Char,System.Int32>::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEvent_2__ctor_mC75313448B2ABE238198CDD698EA81B87F379C61_gshared (UnityEvent_2_tE1EF7CBD9965CD9466B63C1AD8FB3661A30C25B3* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.Events.UnityEvent`3<System.Object,System.Int32,System.Int32>::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEvent_3__ctor_m941EF00E4EF658BB1461C8BD9E6527F9E495DCFE_gshared (UnityEvent_3_tD7E14BDD38F12B63EFECBD1604C666F9AF100EAA* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.Events.UnityEvent`3<System.Object,System.Object,System.Int32>::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEvent_3__ctor_mB689E1A15DDACB9ED22ACAB2BCA3D97B893FFA5B_gshared (UnityEvent_3_tCE934710A8225E2574DC47F0C89DD63B7324C18F* __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) ;
|
|
// T UnityEngine.Resources::Load<System.Object>(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Resources_Load_TisRuntimeObject_mD1AF6299B14F87ED1D1A6199A51480919F7C79D7_gshared (String_t* ___0_path, const RuntimeMethod* method) ;
|
|
|
|
// UnityEngine.Vector3 Pathfinding.AIBase::get_desiredVelocity()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 AIBase_get_desiredVelocity_m036DD21E95B595C9407BDD88D9B1087205BC3FB9 (AIBase_t6F37563B5BCFAE844B1938EEB022B2EED8635EC5* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.Transform UnityEngine.Component::get_transform()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371 (Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.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 UnityEngine.Transform::set_localScale(UnityEngine.Vector3)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transform_set_localScale_mBA79E811BAF6C47B80FF76414C12B47B3CD03633 (Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* __this, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.MonoBehaviour::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MonoBehaviour__ctor_m592DB0105CA0BC97AA1C5F4AD27B12D68A3B7C1E (MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71* __this, const RuntimeMethod* method) ;
|
|
// T UnityEngine.Component::GetComponent<Pathfinding.Seeker>()
|
|
inline Seeker_t6FEA42FECA98333BE993B3BBFB7BBC08AC65D441* Component_GetComponent_TisSeeker_t6FEA42FECA98333BE993B3BBFB7BBC08AC65D441_m179FE34C9BA1E2ADE08520ABE3281BCB187FD629 (Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( Seeker_t6FEA42FECA98333BE993B3BBFB7BBC08AC65D441* (*) (Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3*, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_m7181F81CAEC2CF53F5D2BC79B7425C16E1F80D33_gshared)(__this, method);
|
|
}
|
|
// T UnityEngine.Component::GetComponent<UnityEngine.Rigidbody2D>()
|
|
inline Rigidbody2D_tBEBE9523CF4448544085AF46BF7E10AA499F320F* Component_GetComponent_TisRigidbody2D_tBEBE9523CF4448544085AF46BF7E10AA499F320F_m0712B7A9DBBAE2C319B4B03394E7731B86FACBF2 (Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( Rigidbody2D_tBEBE9523CF4448544085AF46BF7E10AA499F320F* (*) (Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3*, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_m7181F81CAEC2CF53F5D2BC79B7425C16E1F80D33_gshared)(__this, method);
|
|
}
|
|
// System.Void UnityEngine.MonoBehaviour::InvokeRepeating(System.String,System.Single,System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MonoBehaviour_InvokeRepeating_mF208501E0E4918F9168BBBA5FC50D8F80D01514D (MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71* __this, String_t* ___0_methodName, float ___1_time, float ___2_repeatRate, const RuntimeMethod* method) ;
|
|
// System.Boolean Pathfinding.Seeker::IsDone()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Seeker_IsDone_m02E37DC5F042AC06A69BA1A65886B1BA9369EB2D (Seeker_t6FEA42FECA98333BE993B3BBFB7BBC08AC65D441* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.Vector2 UnityEngine.Rigidbody2D::get_position()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Rigidbody2D_get_position_m07070C4416DFE2229070F95B349E411AE4869276 (Rigidbody2D_tBEBE9523CF4448544085AF46BF7E10AA499F320F* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.Vector3 UnityEngine.Vector2::op_Implicit(UnityEngine.Vector2)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Vector2_op_Implicit_m6D9CABB2C791A192867D7A4559D132BE86DD3EB7_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___0_v, const RuntimeMethod* method) ;
|
|
// 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 Pathfinding.OnPathDelegate::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnPathDelegate__ctor_mD3FAB4AAEAF5DCAA68A6D1C3C8A7A9F316362C43 (OnPathDelegate_tBC5D616171AC6FA3DFA2083777FDA787D35047D4* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) ;
|
|
// Pathfinding.Path Pathfinding.Seeker::StartPath(UnityEngine.Vector3,UnityEngine.Vector3,Pathfinding.OnPathDelegate)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Path_tF8373A11D8EE16052CE8F7D66EB9D74E17EE8F7A* Seeker_StartPath_m5F4742FD2F4BC23BB40FAA281193B5CCD1D63B8B (Seeker_t6FEA42FECA98333BE993B3BBFB7BBC08AC65D441* __this, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_start, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___1_end, OnPathDelegate_tBC5D616171AC6FA3DFA2083777FDA787D35047D4* ___2_callback, const RuntimeMethod* method) ;
|
|
// System.Boolean Pathfinding.Path::get_error()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Path_get_error_m53DE4309315C8B6A124412EC3CBF9AA514414FE2 (Path_tF8373A11D8EE16052CE8F7D66EB9D74E17EE8F7A* __this, const RuntimeMethod* method) ;
|
|
// System.Int32 System.Collections.Generic.List`1<UnityEngine.Vector3>::get_Count()
|
|
inline int32_t List_1_get_Count_m46EEFFA770BE665EA0CB3A5332E941DA4B3C1D37_inline (List_1_t77B94703E05C519A9010DD0614F757F974E1CD8B* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (List_1_t77B94703E05C519A9010DD0614F757F974E1CD8B*, const RuntimeMethod*))List_1_get_Count_m46EEFFA770BE665EA0CB3A5332E941DA4B3C1D37_gshared_inline)(__this, method);
|
|
}
|
|
// T System.Collections.Generic.List`1<UnityEngine.Vector3>::get_Item(System.Int32)
|
|
inline Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 List_1_get_Item_m8F2E15FC96DA75186C51228128A0660709E4E810 (List_1_t77B94703E05C519A9010DD0614F757F974E1CD8B* __this, int32_t ___0_index, const RuntimeMethod* method)
|
|
{
|
|
return (( Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 (*) (List_1_t77B94703E05C519A9010DD0614F757F974E1CD8B*, int32_t, const RuntimeMethod*))List_1_get_Item_m8F2E15FC96DA75186C51228128A0660709E4E810_gshared)(__this, ___0_index, method);
|
|
}
|
|
// UnityEngine.Vector2 UnityEngine.Vector2::op_Implicit(UnityEngine.Vector3)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Vector2_op_Implicit_mE8EBEE9291F11BB02F062D6E000F4798968CBD96_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_v, const RuntimeMethod* method) ;
|
|
// UnityEngine.Vector2 UnityEngine.Vector2::op_Subtraction(UnityEngine.Vector2,UnityEngine.Vector2)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Vector2_op_Subtraction_m44475FCDAD2DA2F98D78A6625EC2DCDFE8803837_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___0_a, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___1_b, const RuntimeMethod* method) ;
|
|
// UnityEngine.Vector2 UnityEngine.Vector2::get_normalized()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Vector2_get_normalized_mF6722883AEFB5027690A778DF8ACC20F0FA65297_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.Vector2 UnityEngine.Vector2::op_Multiply(UnityEngine.Vector2,System.Single)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Vector2_op_Multiply_m2D984B613020089BF5165BA4CA10988E2DC771FE_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___0_a, float ___1_d, const RuntimeMethod* method) ;
|
|
// System.Single UnityEngine.Time::get_deltaTime()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Time_get_deltaTime_mC3195000401F0FD167DD2F948FD2BC58330D0865 (const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.Rigidbody2D::AddForce(UnityEngine.Vector2)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rigidbody2D_AddForce_mC635C76F94D56891007700CA0E653EB269E955CB (Rigidbody2D_tBEBE9523CF4448544085AF46BF7E10AA499F320F* __this, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___0_force, const RuntimeMethod* method) ;
|
|
// System.Single UnityEngine.Vector2::Distance(UnityEngine.Vector2,UnityEngine.Vector2)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Vector2_Distance_mBACBB1609E1894D68F882D86A93519E311810C89_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___0_a, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___1_b, const RuntimeMethod* method) ;
|
|
// UnityEngine.Vector2 UnityEngine.Rigidbody2D::get_velocity()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Rigidbody2D_get_velocity_mBD8AC6F93F0E24CC41D2361BCEF74F81303720EF (Rigidbody2D_tBEBE9523CF4448544085AF46BF7E10AA499F320F* __this, 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.String UnityEngine.GameObject::get_tag()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* GameObject_get_tag_mEDD27BF795072834D656B286CBE51B2C99747805 (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* __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) ;
|
|
// System.Void BirdBoss::TakeDamage(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BirdBoss_TakeDamage_m94B62CD3EACEE7A31E2136044480490824D5EFDB (BirdBoss_t3A1202F672EAC48F5A2DB72AA5B31459ACEA750C* __this, int32_t ___0_damage, const RuntimeMethod* method) ;
|
|
// UnityEngine.GameObject UnityEngine.Collision2D::get_gameObject()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* Collision2D_get_gameObject_mE4B3D56F3477F7D2D6D7B217DF5488DA1D13204C (Collision2D_t81E83212C969FDDE2AB84EBCA31502818EEAB85B* __this, const RuntimeMethod* method) ;
|
|
// System.Collections.IEnumerator BirdBoss::Attack()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* BirdBoss_Attack_m1354CBD0F2C25D406940754E2A1BD9903B199912 (BirdBoss_t3A1202F672EAC48F5A2DB72AA5B31459ACEA750C* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.Coroutine UnityEngine.MonoBehaviour::StartCoroutine(System.Collections.IEnumerator)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Coroutine_t85EA685566A254C23F3FD77AB5BDFFFF8799596B* MonoBehaviour_StartCoroutine_m4CAFF732AA28CD3BDC5363B44A863575530EC812 (MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71* __this, RuntimeObject* ___0_routine, const RuntimeMethod* method) ;
|
|
// System.Collections.IEnumerator BirdBoss::DamageAnimation()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* BirdBoss_DamageAnimation_mCFA78D2345D4E105CC8266CB7F6E982368236113 (BirdBoss_t3A1202F672EAC48F5A2DB72AA5B31459ACEA750C* __this, const RuntimeMethod* method) ;
|
|
// System.Collections.IEnumerator BirdBoss::BulletAttacked()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* BirdBoss_BulletAttacked_mBA01E1D01DF0265C1535C9572D07258F25DAEB9F (BirdBoss_t3A1202F672EAC48F5A2DB72AA5B31459ACEA750C* __this, const RuntimeMethod* method) ;
|
|
// System.Void BirdBoss::Die()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BirdBoss_Die_m482EB0A0CC8C050DC4AB4731997DF72802706EED (BirdBoss_t3A1202F672EAC48F5A2DB72AA5B31459ACEA750C* __this, 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) ;
|
|
// T UnityEngine.Object::Instantiate<UnityEngine.GameObject>(T,UnityEngine.Vector3,UnityEngine.Quaternion)
|
|
inline GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* Object_Instantiate_TisGameObject_t76FEDD663AB33C991A9C9A23129337651094216F_m831D2F71DF2AA6C93AFDFEFA04CF2CFC5FBBCDB4 (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___0_original, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___1_position, Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 ___2_rotation, const RuntimeMethod* method)
|
|
{
|
|
return (( GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* (*) (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F*, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2, Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974, const RuntimeMethod*))Object_Instantiate_TisRuntimeObject_m249A6BA4F2F19C2D3CE217D4D31847DF0EF03EFE_gshared)(___0_original, ___1_position, ___2_rotation, method);
|
|
}
|
|
// System.Void UnityEngine.Object::Destroy(UnityEngine.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object_Destroy_mE97D0A766419A81296E8D4E5C23D01D3FE91ACBB (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* ___0_obj, const RuntimeMethod* method) ;
|
|
// System.Collections.IEnumerator BirdBoss::Encourage()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* BirdBoss_Encourage_m9BBE6F2C3DEEA5AAB92DFCB64BFA813591A84786 (BirdBoss_t3A1202F672EAC48F5A2DB72AA5B31459ACEA750C* __this, 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.Collections.IEnumerator BirdBoss::Music()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* BirdBoss_Music_m93D47C4FE1BFC20D80385CC124293E39C76FE78E (BirdBoss_t3A1202F672EAC48F5A2DB72AA5B31459ACEA750C* __this, const RuntimeMethod* method) ;
|
|
// System.Void BirdBoss/<Attack>d__38::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CAttackU3Ed__38__ctor_m876684AF70371AD2469699053E2A9586C9E35C1C (U3CAttackU3Ed__38_t541AA3EB7882FFEC43DB8718862F2C47CDEC4F7A* __this, int32_t ___0_U3CU3E1__state, const RuntimeMethod* method) ;
|
|
// System.Void BirdBoss/<DamageAnimation>d__39::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CDamageAnimationU3Ed__39__ctor_m8B977DEAB63B153DD59EE60CA0971C41B501D7A8 (U3CDamageAnimationU3Ed__39_t82DA31A95EA25CDB3FA669BCB786C3BFD0D8C2EA* __this, int32_t ___0_U3CU3E1__state, const RuntimeMethod* method) ;
|
|
// System.Void BirdBoss/<Encourage>d__40::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CEncourageU3Ed__40__ctor_m85762BCC3CFC0F0B5FE6DE51C54F8F25C47C3CF9 (U3CEncourageU3Ed__40_t1B2AC2A5A0A6648E08F335113822FAEAF7C26B5E* __this, int32_t ___0_U3CU3E1__state, const RuntimeMethod* method) ;
|
|
// System.Void BirdBoss/<BulletAttacked>d__41::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CBulletAttackedU3Ed__41__ctor_m13B2B83E5C25C89EA62C48CA98AE3CF29BD76D2B (U3CBulletAttackedU3Ed__41_t5BF69329E11E18B1106E7DAEA3F4F2B620971479* __this, int32_t ___0_U3CU3E1__state, const RuntimeMethod* method) ;
|
|
// System.Void BirdBoss/<Music>d__42::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CMusicU3Ed__42__ctor_mCA081FAC3EE34114ECAC8C4B18DDA9AD3C3AADE4 (U3CMusicU3Ed__42_t9EEAA140C1B356D6B532CDE33B54F6D9CF9F13E1* __this, int32_t ___0_U3CU3E1__state, const RuntimeMethod* method) ;
|
|
// System.Void System.Object::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2 (RuntimeObject* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.Animator::SetBool(System.String,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Animator_SetBool_m6F8D4FAF0770CD4EC1F54406249785DE7391E42B (Animator_t8A52E42AE54F76681838FE9E632683EF3952E883* __this, String_t* ___0_name, bool ___1_value, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.WaitForSeconds::.ctor(System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WaitForSeconds__ctor_m579F95BADEDBAB4B3A7E302C6EE3995926EF2EFC (WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3* __this, float ___0_seconds, const RuntimeMethod* method) ;
|
|
// System.Void System.NotSupportedException::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotSupportedException__ctor_m1398D0CDE19B36AA3DE9392879738C1EA2439CDF (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.AudioSource::set_volume(System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AudioSource_set_volume_mD902BBDBBDE0E3C148609BF3C05096148E90F2C0 (AudioSource_t871AC2272F896738252F04EE949AEF5B241D3299* __this, float ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.AudioSource::Play()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AudioSource_Play_m95DF07111C61D0E0F00257A00384D31531D590C3 (AudioSource_t871AC2272F896738252F04EE949AEF5B241D3299* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.Vector3 UnityEngine.Vector3::get_up()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Vector3_get_up_m128AF3FDC820BF59D5DE86D973E7DE3F20C3AEBA_inline (const RuntimeMethod* method) ;
|
|
// UnityEngine.Vector3 UnityEngine.Vector3::op_Multiply(UnityEngine.Vector3,System.Single)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Vector3_op_Multiply_m87BA7C578F96C8E49BB07088DAAC4649F83B0353_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_a, float ___1_d, const RuntimeMethod* method) ;
|
|
// UnityEngine.Vector3 UnityEngine.Vector3::op_Addition(UnityEngine.Vector3,UnityEngine.Vector3)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Vector3_op_Addition_m78C0EC70CB66E8DCAC225743D82B268DAEE92067_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_a, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___1_b, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.Transform::set_position(UnityEngine.Vector3)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transform_set_position_mA1A817124BB41B685043DED2A9BA48CDF37C4156 (Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* __this, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_value, const RuntimeMethod* method) ;
|
|
// System.Collections.IEnumerator BirdBossAutomaticDoor::StopDoor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* BirdBossAutomaticDoor_StopDoor_m6D14384F0D68B09D2CDABCBBD1B935E584A12D95 (BirdBossAutomaticDoor_t278C5223818E754E2AF92EB6630AB065A7078013* __this, const RuntimeMethod* method) ;
|
|
// System.Void BirdBossAutomaticDoor/<StopDoor>d__4::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CStopDoorU3Ed__4__ctor_mE76714DC31C42C5F66C2B953A058FA5DFDB02880 (U3CStopDoorU3Ed__4_t734E57A73151FD7BF9F6A4B82B07C6F4A3F14730* __this, int32_t ___0_U3CU3E1__state, const RuntimeMethod* method) ;
|
|
// T UnityEngine.Component::GetComponentInChildren<UnityEngine.Animator>()
|
|
inline Animator_t8A52E42AE54F76681838FE9E632683EF3952E883* Component_GetComponentInChildren_TisAnimator_t8A52E42AE54F76681838FE9E632683EF3952E883_mDB9FC26B94B8EE9CF1F88BFEC75DF06CC2E3A000 (Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( Animator_t8A52E42AE54F76681838FE9E632683EF3952E883* (*) (Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3*, const RuntimeMethod*))Component_GetComponentInChildren_TisRuntimeObject_mE483A27E876DE8E4E6901D6814837F81D7C42F65_gshared)(__this, method);
|
|
}
|
|
// UnityEngine.GameObject UnityEngine.GameObject::FindGameObjectWithTag(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* GameObject_FindGameObjectWithTag_mF0229BC2074CE9EEA72FAB1E5A4BC2AEC3D2CDBE (String_t* ___0_tag, 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.Collections.IEnumerator Aleksei::Attack()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Aleksei_Attack_m4EE08C9A803CB56596230281580889C070B1C99A (Aleksei_t280569A24333DAEDAECB8ADA24EDE720F1153AD0* __this, const RuntimeMethod* method) ;
|
|
// System.Collections.IEnumerator Aleksei::ColAttack()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Aleksei_ColAttack_mA5BBF7843206FE6CB44E76EA2D6E9AEC58494431 (Aleksei_t280569A24333DAEDAECB8ADA24EDE720F1153AD0* __this, const RuntimeMethod* method) ;
|
|
// System.Void Aleksei::TakeDamage(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Aleksei_TakeDamage_m837CC2A565088F82CFBEAE9D9FDD523657E084E4 (Aleksei_t280569A24333DAEDAECB8ADA24EDE720F1153AD0* __this, int32_t ___0_damage, const RuntimeMethod* method) ;
|
|
// System.Collections.IEnumerator Aleksei::DamageAnimation()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Aleksei_DamageAnimation_mCDADB324AD8F6A0536A30F69AB875CCE504ED7C9 (Aleksei_t280569A24333DAEDAECB8ADA24EDE720F1153AD0* __this, const RuntimeMethod* method) ;
|
|
// System.Collections.IEnumerator Aleksei::BulletAttacked()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Aleksei_BulletAttacked_m6B7A29805E58B1C810EC60AD9FB58AB03002CF04 (Aleksei_t280569A24333DAEDAECB8ADA24EDE720F1153AD0* __this, const RuntimeMethod* method) ;
|
|
// System.Void Aleksei::Die()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Aleksei_Die_m4AE9E54DC540C97294E1F3FE8CE735ECDC6A26D4 (Aleksei_t280569A24333DAEDAECB8ADA24EDE720F1153AD0* __this, const RuntimeMethod* method) ;
|
|
// System.Collections.IEnumerator Aleksei::Encourage()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Aleksei_Encourage_m21588CBDC37B73608C72A2FB96A8CF646C045210 (Aleksei_t280569A24333DAEDAECB8ADA24EDE720F1153AD0* __this, const RuntimeMethod* method) ;
|
|
// System.Collections.IEnumerator Aleksei::Music()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Aleksei_Music_m94279A98E4CCFB6E019B45600A6A941B44FBADC4 (Aleksei_t280569A24333DAEDAECB8ADA24EDE720F1153AD0* __this, const RuntimeMethod* method) ;
|
|
// System.Void Aleksei/<Attack>d__45::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CAttackU3Ed__45__ctor_m7C9BB1C3769B39511BE171E1C81B9CFE2E3DE3D0 (U3CAttackU3Ed__45_t7EEEA56BE3E94DACD44E72E16522BF80CA0FF8F9* __this, int32_t ___0_U3CU3E1__state, const RuntimeMethod* method) ;
|
|
// System.Void Aleksei/<ColAttack>d__46::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CColAttackU3Ed__46__ctor_m42C12B8BF9E8B876A3343C4296848B9C64FD50A8 (U3CColAttackU3Ed__46_t4CE51E41D22BA968BC21D446A1ED073AB39FBFDB* __this, int32_t ___0_U3CU3E1__state, const RuntimeMethod* method) ;
|
|
// System.Void Aleksei/<DamageAnimation>d__47::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CDamageAnimationU3Ed__47__ctor_mAF7DD7510BF3BB25A8CC1AF04CD5CE2DD1A75F0A (U3CDamageAnimationU3Ed__47_t33471CE9E459A74A668888F6131E508813FB56C6* __this, int32_t ___0_U3CU3E1__state, const RuntimeMethod* method) ;
|
|
// System.Void Aleksei/<Wait>d__48::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CWaitU3Ed__48__ctor_mC480A3FDD68BAB4449534B24FB605C81CA0F988D (U3CWaitU3Ed__48_t2818D250483AD5D719CBBA7008B8F8485FC4DC8D* __this, int32_t ___0_U3CU3E1__state, const RuntimeMethod* method) ;
|
|
// System.Void Aleksei/<SlowDown>d__49::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CSlowDownU3Ed__49__ctor_m261E3441463E5F625538867BCEE33BAB234BF1D0 (U3CSlowDownU3Ed__49_t3B3927657A0E5DA67C19D391DF015ED466F1AA2D* __this, int32_t ___0_U3CU3E1__state, const RuntimeMethod* method) ;
|
|
// System.Void Aleksei/<Encourage>d__50::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CEncourageU3Ed__50__ctor_m9618824CA2A16ACCE66261DBD611F9EDB33C9F29 (U3CEncourageU3Ed__50_tC0E6828D6A25D76B219DF60923BB41D896F63F5C* __this, int32_t ___0_U3CU3E1__state, const RuntimeMethod* method) ;
|
|
// System.Void Aleksei/<BulletAttacked>d__51::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CBulletAttackedU3Ed__51__ctor_m14DE95D5577F851AE1391173A00AA941AE591DFC (U3CBulletAttackedU3Ed__51_t6464024B1130F5A958055F4C06B41743EC185733* __this, int32_t ___0_U3CU3E1__state, const RuntimeMethod* method) ;
|
|
// System.Void Aleksei/<Music>d__52::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CMusicU3Ed__52__ctor_mACC6AD1358670DFB853D513D8684FFB0CFDF2360 (U3CMusicU3Ed__52_tB7937D669D1DA6ADF8B3585C58055F554C25317D* __this, int32_t ___0_U3CU3E1__state, const RuntimeMethod* method) ;
|
|
// UnityEngine.Quaternion UnityEngine.Transform::get_rotation()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 Transform_get_rotation_m32AF40CA0D50C797DA639A696F8EAEC7524C179C (Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* __this, const RuntimeMethod* method) ;
|
|
// System.Collections.IEnumerator Aleksei::Wait()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Aleksei_Wait_m0DF5F717EA5134A25106F059F16933DF3DC1668C (Aleksei_t280569A24333DAEDAECB8ADA24EDE720F1153AD0* __this, const RuntimeMethod* method) ;
|
|
// System.Collections.IEnumerator AlekseiAutomaticDoor::StopDoor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* AlekseiAutomaticDoor_StopDoor_mA3E8557A60546133CDD62919D1439D58CCD9C724 (AlekseiAutomaticDoor_tC7B41CA8CB5C02E6C661F3251EB85299CA8FE2DC* __this, const RuntimeMethod* method) ;
|
|
// System.Void AlekseiAutomaticDoor/<StopDoor>d__4::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CStopDoorU3Ed__4__ctor_m30770C30C9F0B49E0625F671EBFA67806BD295E6 (U3CStopDoorU3Ed__4_t4FFB83447AF943E7DF55FFDDC124E02DBD993218* __this, int32_t ___0_U3CU3E1__state, const RuntimeMethod* method) ;
|
|
// UnityEngine.Vector3 UnityEngine.Transform::get_right()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Transform_get_right_mC6DC057C23313802E2186A9E0DB760D795A758A4 (Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.Vector3 UnityEngine.Vector3::op_UnaryNegation(UnityEngine.Vector3)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Vector3_op_UnaryNegation_m5450829F333BD2A88AF9A592C4EE331661225915_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_a, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.Rigidbody2D::set_velocity(UnityEngine.Vector2)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rigidbody2D_set_velocity_m9335C5883B218F6FCDF7E229AC96232FCBAC4CE6 (Rigidbody2D_tBEBE9523CF4448544085AF46BF7E10AA499F320F* __this, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___0_value, const RuntimeMethod* method) ;
|
|
// UnityEngine.Quaternion UnityEngine.Quaternion::Euler(UnityEngine.Vector3)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 Quaternion_Euler_m5BCCC19216CFAD2426F15BC51A30421880D27B73_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_euler, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.Transform::set_rotation(UnityEngine.Quaternion)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transform_set_rotation_m61340DE74726CF0F9946743A727C4D444397331D (Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* __this, Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 ___0_value, const RuntimeMethod* method) ;
|
|
// System.Single UnityEngine.Random::Range(System.Single,System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Random_Range_m5236C99A7D8AE6AC9190592DC66016652A2D2494 (float ___0_minInclusive, float ___1_maxInclusive, const RuntimeMethod* method) ;
|
|
// System.Collections.IEnumerator Ali::Attack()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Ali_Attack_m98041F6B5A2F892E577951EB64B663469623DCC5 (Ali_tF62EAA8C857226D373422D276B8C8CEFE1580E32* __this, const RuntimeMethod* method) ;
|
|
// System.Collections.IEnumerator Ali::SwordAttack()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Ali_SwordAttack_mDC15FC7BF635F856CEE069C07E5F257A3EA191E3 (Ali_tF62EAA8C857226D373422D276B8C8CEFE1580E32* __this, const RuntimeMethod* method) ;
|
|
// System.Collections.IEnumerator Ali::ColAttack()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Ali_ColAttack_mFDBFFF8612EBCCA2C44D993EB88DDFF52788353A (Ali_tF62EAA8C857226D373422D276B8C8CEFE1580E32* __this, const RuntimeMethod* method) ;
|
|
// System.Void Ali::TakeDamage(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ali_TakeDamage_m0557E27267CD39D552AE52F687883062552980D6 (Ali_tF62EAA8C857226D373422D276B8C8CEFE1580E32* __this, int32_t ___0_damage, const RuntimeMethod* method) ;
|
|
// System.Collections.IEnumerator Ali::DamageAnimation()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Ali_DamageAnimation_m927DDA34508EF287A096FBDC4AEA9C12B3C18B5E (Ali_tF62EAA8C857226D373422D276B8C8CEFE1580E32* __this, const RuntimeMethod* method) ;
|
|
// System.Collections.IEnumerator Ali::BulletAttacked()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Ali_BulletAttacked_m15B2CB90916BBAAF5927293C499C8FA130AC702E (Ali_tF62EAA8C857226D373422D276B8C8CEFE1580E32* __this, const RuntimeMethod* method) ;
|
|
// System.Void Ali::Die()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ali_Die_mABEC2BBCED44C71F09D1FBC8C6EDE233D61317DE (Ali_tF62EAA8C857226D373422D276B8C8CEFE1580E32* __this, const RuntimeMethod* method) ;
|
|
// System.Collections.IEnumerator Ali::Encourage()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Ali_Encourage_m51A5AF4E64608C4E22B8FD542D54A9242507990A (Ali_tF62EAA8C857226D373422D276B8C8CEFE1580E32* __this, const RuntimeMethod* method) ;
|
|
// System.Collections.IEnumerator Ali::Music()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Ali_Music_m271723F341BC8E028BBCA7A9B026A3D97E983566 (Ali_tF62EAA8C857226D373422D276B8C8CEFE1580E32* __this, const RuntimeMethod* method) ;
|
|
// System.Void Ali/<Attack>d__47::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CAttackU3Ed__47__ctor_m85E792709B02040AFF4CE306CE1E51AE6A66A1D3 (U3CAttackU3Ed__47_tD025EE74A7847A4A5DC1408940D89FC8DE127031* __this, int32_t ___0_U3CU3E1__state, const RuntimeMethod* method) ;
|
|
// System.Void Ali/<SwordAttack>d__48::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CSwordAttackU3Ed__48__ctor_mB7E099A604B040F0F33C48D83BB415A14CB6E9C3 (U3CSwordAttackU3Ed__48_t04C9BC821EA6C89326694BA8750D54785F671CF3* __this, int32_t ___0_U3CU3E1__state, const RuntimeMethod* method) ;
|
|
// System.Void Ali/<ColAttack>d__49::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CColAttackU3Ed__49__ctor_m691EC99CB290AF1276197CFF8BCE46962FF4CBA8 (U3CColAttackU3Ed__49_t29BF8A791A4F0BF372BDB1936E6ACE5D17EE70C0* __this, int32_t ___0_U3CU3E1__state, const RuntimeMethod* method) ;
|
|
// System.Void Ali/<DamageAnimation>d__50::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CDamageAnimationU3Ed__50__ctor_mC7302C35294F5BEA6FD5136D307E422634718AB9 (U3CDamageAnimationU3Ed__50_tBE59A3D318B94A57C63701ACCE31B4DBA69F20BA* __this, int32_t ___0_U3CU3E1__state, const RuntimeMethod* method) ;
|
|
// System.Void Ali/<Wait>d__51::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CWaitU3Ed__51__ctor_m385F86E8CB5E7628536B1E4A03D566382D19022A (U3CWaitU3Ed__51_t81CA4BBACFA19618E8CE2DF5D385B52223B7094D* __this, int32_t ___0_U3CU3E1__state, const RuntimeMethod* method) ;
|
|
// System.Void Ali/<SlowDown>d__52::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CSlowDownU3Ed__52__ctor_mE27410C3585295A5CD19F88C075644C109823480 (U3CSlowDownU3Ed__52_t52B6AE342C8D2F5C893A0F64A9F1004AEAA1A34D* __this, int32_t ___0_U3CU3E1__state, const RuntimeMethod* method) ;
|
|
// System.Void Ali/<Encourage>d__53::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CEncourageU3Ed__53__ctor_mA4DAC5E130FAD935BDA3285E8472D9AF5E20E0CB (U3CEncourageU3Ed__53_t63885BD89F4982FAB1FAF0E042EB86A2925AA25D* __this, int32_t ___0_U3CU3E1__state, const RuntimeMethod* method) ;
|
|
// System.Void Ali/<BulletAttacked>d__54::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CBulletAttackedU3Ed__54__ctor_mC2F1ECDC107F89252CF9CFAD985EB3503E69251D (U3CBulletAttackedU3Ed__54_t8C2703C7141738FF52922C0729C5CD1B1D19C7DE* __this, int32_t ___0_U3CU3E1__state, const RuntimeMethod* method) ;
|
|
// System.Void Ali/<Music>d__55::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CMusicU3Ed__55__ctor_mD62E25A23833C733BB9661A21C33019B6F7BC5CE (U3CMusicU3Ed__55_t08178C88924BA738B65441BA7F887793637C84C2* __this, int32_t ___0_U3CU3E1__state, const RuntimeMethod* method) ;
|
|
// System.Collections.IEnumerator Ali::Wait()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Ali_Wait_m7B53E70AA70A39D68880342E8D4D75F1E684B380 (Ali_tF62EAA8C857226D373422D276B8C8CEFE1580E32* __this, const RuntimeMethod* method) ;
|
|
// System.Collections.IEnumerator AliAutomaticDoor::StopDoor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* AliAutomaticDoor_StopDoor_m3F079B04F70E447E23B12BFAFE1E62982C56B53C (AliAutomaticDoor_tE238322FBCEE1DB7A157DB55BA3D16B84E98BA14* __this, const RuntimeMethod* method) ;
|
|
// System.Void AliAutomaticDoor/<StopDoor>d__4::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CStopDoorU3Ed__4__ctor_m1805A189CD4CD9B626D97E0BA0BB7319D4E3A050 (U3CStopDoorU3Ed__4_tAA16A9049F044D3CC8453919A99F9CD5BAFD39F0* __this, int32_t ___0_U3CU3E1__state, const RuntimeMethod* method) ;
|
|
// T UnityEngine.Component::GetComponent<UnityEngine.SpriteRenderer>()
|
|
inline SpriteRenderer_t1DD7FE258F072E1FA87D6577BA27225892B8047B* Component_GetComponent_TisSpriteRenderer_t1DD7FE258F072E1FA87D6577BA27225892B8047B_m6181F10C09FC1650DAE0EF2308D344A2F170AA45 (Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( SpriteRenderer_t1DD7FE258F072E1FA87D6577BA27225892B8047B* (*) (Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3*, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_m7181F81CAEC2CF53F5D2BC79B7425C16E1F80D33_gshared)(__this, method);
|
|
}
|
|
// UnityEngine.Vector3 UnityEngine.Transform::get_localScale()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Transform_get_localScale_m804A002A53A645CDFCD15BB0F37209162720363F (Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* __this, const RuntimeMethod* method) ;
|
|
// System.Collections.IEnumerator Claudia::Attack()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Claudia_Attack_m2EE8B905C13A3A3B46592CBA0C1D275B6A1FD8F2 (Claudia_t3B4385E120AF691D3F79244D4E34948D7E440335* __this, const RuntimeMethod* method) ;
|
|
// System.Collections.IEnumerator Claudia::BulletAttacked()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Claudia_BulletAttacked_mD033A599C603935AB445C82A1B15B31074E49FD1 (Claudia_t3B4385E120AF691D3F79244D4E34948D7E440335* __this, const RuntimeMethod* method) ;
|
|
// System.Void Claudia::TakeDamage(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Claudia_TakeDamage_m8687D05F93F1F5EA5E98609B67324D57A79C255D (Claudia_t3B4385E120AF691D3F79244D4E34948D7E440335* __this, int32_t ___0_damage, const RuntimeMethod* method) ;
|
|
// System.Void Claudia::Die()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Claudia_Die_m7556E8F2F178246B6303FC03A99675067B9EF037 (Claudia_t3B4385E120AF691D3F79244D4E34948D7E440335* __this, const RuntimeMethod* method) ;
|
|
// System.Void Claudia/<Attack>d__27::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CAttackU3Ed__27__ctor_m12A956D920037BBE87772C1816352EAE9D89A2A0 (U3CAttackU3Ed__27_t52A4B7D31F728FDEF71E0B7B1745E551E4DD5CE5* __this, int32_t ___0_U3CU3E1__state, const RuntimeMethod* method) ;
|
|
// System.Void Claudia/<BulletAttacked>d__28::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CBulletAttackedU3Ed__28__ctor_mEEE23C126F5692370CC9EFC9F45B4D7FC586A520 (U3CBulletAttackedU3Ed__28_tABA8E0C071F9F822C9430063C885778A41B50A3D* __this, int32_t ___0_U3CU3E1__state, const RuntimeMethod* method) ;
|
|
// System.Boolean Claudia::IsOnGround()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Claudia_IsOnGround_m81CA78FC0784FF3345F44164909BB167105AC0E2 (Claudia_t3B4385E120AF691D3F79244D4E34948D7E440335* __this, const RuntimeMethod* method) ;
|
|
// System.Void Claudia::DestroyEnemy()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Claudia_DestroyEnemy_m19B02F0EF39F91068A1B84C097B0F14C32124CAA (Claudia_t3B4385E120AF691D3F79244D4E34948D7E440335* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.Bounds UnityEngine.Collider2D::get_bounds()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Bounds_t367E830C64BBF235ED8C3B2F8CF6254FDCAD39C3 Collider2D_get_bounds_m74F65CE702BA9D9EED05B870325B4FE3B2401B5E (Collider2D_t6A17BA7734600EF3F26588E9ED903617D5B8EB52* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.Vector3 UnityEngine.Bounds::get_center()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Bounds_get_center_m5B05F81CB835EB6DD8628FDA24B638F477984DC3 (Bounds_t367E830C64BBF235ED8C3B2F8CF6254FDCAD39C3* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.Vector3 UnityEngine.Bounds::get_size()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Bounds_get_size_m0699A53A55A78B3201D7270D6F338DFA91B6FAD4 (Bounds_t367E830C64BBF235ED8C3B2F8CF6254FDCAD39C3* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.Collider2D[] UnityEngine.Physics2D::OverlapBoxAll(UnityEngine.Vector2,UnityEngine.Vector2,System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Collider2DU5BU5D_t4771A44B23D278BC01AB6ED33A9A28E48DC0B034* Physics2D_OverlapBoxAll_mBE79BB1EA100B859488D14DE01EA77E68DBD434D (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___0_point, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___1_size, float ___2_angle, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.GameObject::CompareTag(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GameObject_CompareTag_m6378BE50D009A93D46036F74CC3F7E2ECB0636E5 (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* __this, String_t* ___0_tag, const RuntimeMethod* method) ;
|
|
// System.Collections.IEnumerator Firnschliff::BulletAttacked()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Firnschliff_BulletAttacked_m26DD26F9E01EACD0FA37105665AB6C02697FEF86 (Firnschliff_t10763D693AFFD85CD0B8094B4526E1445DA3325C* __this, const RuntimeMethod* method) ;
|
|
// System.Void Firnschliff::TakeDamage(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Firnschliff_TakeDamage_mAF50423A230F78F79959F2ACE1118DFBD5C9F1AE (Firnschliff_t10763D693AFFD85CD0B8094B4526E1445DA3325C* __this, int32_t ___0_damage, const RuntimeMethod* method) ;
|
|
// System.Void Firnschliff::Die()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Firnschliff_Die_m26171B61672388A8A83AA9B9E9B39E900B077787 (Firnschliff_t10763D693AFFD85CD0B8094B4526E1445DA3325C* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.Animator::GetBool(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Animator_GetBool_mBC4D952885FF7504963E5923C29481A891028FD8 (Animator_t8A52E42AE54F76681838FE9E632683EF3952E883* __this, String_t* ___0_name, const RuntimeMethod* method) ;
|
|
// System.Collections.IEnumerator Firnschliff::DamageAnimation()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Firnschliff_DamageAnimation_mA9321D830086CB64E6D45CA8128F9461C3C1E716 (Firnschliff_t10763D693AFFD85CD0B8094B4526E1445DA3325C* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.Vector3 UnityEngine.Vector3::get_left()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Vector3_get_left_m8C1116485A9E689760AEE1142F5977852278B7E1_inline (const RuntimeMethod* method) ;
|
|
// System.Collections.IEnumerator Firnschliff::Attack()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Firnschliff_Attack_mB0A89718A09D86B5699541FBCF23307C00637926 (Firnschliff_t10763D693AFFD85CD0B8094B4526E1445DA3325C* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean Firnschliff::IsOnGround()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Firnschliff_IsOnGround_m55AC028E4CE653ECD1B519A87EEC0361DDC544BD (Firnschliff_t10763D693AFFD85CD0B8094B4526E1445DA3325C* __this, const RuntimeMethod* method) ;
|
|
// System.Void Firnschliff::DestroyEnemy()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Firnschliff_DestroyEnemy_m9557EE3C837DBF7637EB9B6919C261CD9C498162 (Firnschliff_t10763D693AFFD85CD0B8094B4526E1445DA3325C* __this, const RuntimeMethod* method) ;
|
|
// System.Void Firnschliff/<Attack>d__24::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CAttackU3Ed__24__ctor_m24D444F50FE196761A6A9171823AA02BE5C7F63E (U3CAttackU3Ed__24_tF446122B8C55986281BE30FD5AFDA14E2E0EEF47* __this, int32_t ___0_U3CU3E1__state, const RuntimeMethod* method) ;
|
|
// System.Void Firnschliff/<DamageAnimation>d__25::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CDamageAnimationU3Ed__25__ctor_m372AD3025C17B58FFF063178560A9F16428C58F9 (U3CDamageAnimationU3Ed__25_t669760AC93AF6CA9FC280546BAAB6FA5937D5ED4* __this, int32_t ___0_U3CU3E1__state, const RuntimeMethod* method) ;
|
|
// System.Void Firnschliff/<Wait>d__26::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CWaitU3Ed__26__ctor_m6EACDD46537780CC2FB757B81D6E371195229DE9 (U3CWaitU3Ed__26_tB24F19E5FBE1EA890F5534E6759E792B337FA6C2* __this, int32_t ___0_U3CU3E1__state, const RuntimeMethod* method) ;
|
|
// System.Void Firnschliff/<BulletAttacked>d__27::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CBulletAttackedU3Ed__27__ctor_mB4D9D121743F3A11FD4D2B79C35AAB8EC7A55AE6 (U3CBulletAttackedU3Ed__27_tE70C1DF205F8367EEF76F9435B80BA124844F55E* __this, int32_t ___0_U3CU3E1__state, const RuntimeMethod* method) ;
|
|
// System.Collections.IEnumerator Firnschliff::Wait()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Firnschliff_Wait_m09FB98F4CC88E6A81AB696483163F04ABB16CADD (Firnschliff_t10763D693AFFD85CD0B8094B4526E1445DA3325C* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean Justin::IsOnGround()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Justin_IsOnGround_mD579C86B3480EF9165E7CF0AD76F3E897368A8B3 (Justin_t0D390F6CEA78DA46A451C80DD2FA2928EAC3D574* __this, const RuntimeMethod* method) ;
|
|
// System.Void Justin::DestroyEnemy()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Justin_DestroyEnemy_mB85E1E7282873C0FCBDD21CAB5BA53458AB17117 (Justin_t0D390F6CEA78DA46A451C80DD2FA2928EAC3D574* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.Vector2 UnityEngine.Collision2D::get_relativeVelocity()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Collision2D_get_relativeVelocity_m1F0BB90BC73FB0A0EA27212D832BB3F26D4C004A (Collision2D_t81E83212C969FDDE2AB84EBCA31502818EEAB85B* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.Transform UnityEngine.Collision2D::get_transform()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* Collision2D_get_transform_mC59737F246B2DAFF2AB4F6322664C87B28605CC7 (Collision2D_t81E83212C969FDDE2AB84EBCA31502818EEAB85B* __this, const RuntimeMethod* method) ;
|
|
// System.Void Kimberley::Die()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Kimberley_Die_m0CE09635D84A32A30E85AA409AD83474C9B433FF (Kimberley_t317DD93F6C0908A201808B55F26F226B8BE0F663* __this, const RuntimeMethod* method) ;
|
|
// System.Collections.IEnumerator Kimberley::Attack()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Kimberley_Attack_m6C352E25E745025EA6E413BBB01CC53D2F89C5EA (Kimberley_t317DD93F6C0908A201808B55F26F226B8BE0F663* __this, const RuntimeMethod* method) ;
|
|
// System.Collections.IEnumerator Kimberley::BulletAttacked()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Kimberley_BulletAttacked_mCFA23A496AF22EC08257BC232A76060E43127AF2 (Kimberley_t317DD93F6C0908A201808B55F26F226B8BE0F663* __this, const RuntimeMethod* method) ;
|
|
// System.Void Kimberley::TakeDamage(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Kimberley_TakeDamage_m4ABFAFCF0920BE9507DD710A51C2EDD26D1E9716 (Kimberley_t317DD93F6C0908A201808B55F26F226B8BE0F663* __this, int32_t ___0_damage, const RuntimeMethod* method) ;
|
|
// System.Boolean Kimberley::IsOnGround()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Kimberley_IsOnGround_m237BFEE248BBDB4DFC71285EFECEABAD0FB22FFF (Kimberley_t317DD93F6C0908A201808B55F26F226B8BE0F663* __this, const RuntimeMethod* method) ;
|
|
// System.Void Kimberley::DestroyEnemy()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Kimberley_DestroyEnemy_mB29FC67DCA7E06AB3C83C136F628003C78793694 (Kimberley_t317DD93F6C0908A201808B55F26F226B8BE0F663* __this, const RuntimeMethod* method) ;
|
|
// System.Void Kimberley/<Attack>d__32::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CAttackU3Ed__32__ctor_m685312E27B3E3FC2AE24749E5862680EE05D945E (U3CAttackU3Ed__32_t69902BB0831F3F0EEE018B50E28D1C909E94C070* __this, int32_t ___0_U3CU3E1__state, const RuntimeMethod* method) ;
|
|
// System.Void Kimberley/<Wait>d__33::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CWaitU3Ed__33__ctor_mC96FC2B476B34D391906A36A5BCD3A5285A1CE0D (U3CWaitU3Ed__33_t481B2AB4ED887ABE4C09065906639129295C86E3* __this, int32_t ___0_U3CU3E1__state, const RuntimeMethod* method) ;
|
|
// System.Void Kimberley/<BulletAttacked>d__34::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CBulletAttackedU3Ed__34__ctor_m16EE100EAA44237DE3D0162FC5FB09F0827A9A63 (U3CBulletAttackedU3Ed__34_t79CE420FD5CAE00AC1C74CFD44F2E753B03E47A1* __this, int32_t ___0_U3CU3E1__state, const RuntimeMethod* method) ;
|
|
// System.Collections.IEnumerator Kimberley::Wait()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Kimberley_Wait_m789A9EE98852ADCEC70AAC2A7D028A5747618EF8 (Kimberley_t317DD93F6C0908A201808B55F26F226B8BE0F663* __this, const RuntimeMethod* method) ;
|
|
// System.Void Marc::Die()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Marc_Die_m0E1C9A57E4B32E145311C48B201BBCF24BF74213 (Marc_t496C7D9DB27E8B598F0A1E81A3369594A780986D* __this, const RuntimeMethod* method) ;
|
|
// System.Collections.IEnumerator Marc::Attack()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Marc_Attack_m15FDD034ABD189FA7374308CACD80801EFAB5607 (Marc_t496C7D9DB27E8B598F0A1E81A3369594A780986D* __this, const RuntimeMethod* method) ;
|
|
// System.Collections.IEnumerator Marc::BulletAttacked()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Marc_BulletAttacked_m6EC51FE70539BE751D4B2B7F9C44324C47270D6F (Marc_t496C7D9DB27E8B598F0A1E81A3369594A780986D* __this, const RuntimeMethod* method) ;
|
|
// System.Void Marc::TakeDamage(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Marc_TakeDamage_m64EFAE685009563B2C1BF5BA466F2E8926751220 (Marc_t496C7D9DB27E8B598F0A1E81A3369594A780986D* __this, int32_t ___0_damage, const RuntimeMethod* method) ;
|
|
// System.Boolean Marc::IsOnGround()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Marc_IsOnGround_mE2ABE2EEB948207416542F2363DD15DB93A2A030 (Marc_t496C7D9DB27E8B598F0A1E81A3369594A780986D* __this, const RuntimeMethod* method) ;
|
|
// System.Void Marc::DestroyEnemy()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Marc_DestroyEnemy_m1E33D43E7DED496D23FB6221A332288D66FE9148 (Marc_t496C7D9DB27E8B598F0A1E81A3369594A780986D* __this, const RuntimeMethod* method) ;
|
|
// System.Void Marc/<Attack>d__32::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CAttackU3Ed__32__ctor_m65B652F36F123F29851587C273EC7C1C2F22A188 (U3CAttackU3Ed__32_t1B837AE2B029630E76B649DDD5AFC91D31134221* __this, int32_t ___0_U3CU3E1__state, const RuntimeMethod* method) ;
|
|
// System.Void Marc/<Wait>d__33::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CWaitU3Ed__33__ctor_m8373864041E47F9A897B404B862E02517D2C07C3 (U3CWaitU3Ed__33_t911EE9E7D48321D7861C829FF8362D4B15DCF7D8* __this, int32_t ___0_U3CU3E1__state, const RuntimeMethod* method) ;
|
|
// System.Void Marc/<BulletAttacked>d__34::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CBulletAttackedU3Ed__34__ctor_m4CE1ADB0C1C15799F912BD29329ACA7E5298A505 (U3CBulletAttackedU3Ed__34_t9F878E2E09338F59641B3E90D6B490DEA7B84F11* __this, int32_t ___0_U3CU3E1__state, const RuntimeMethod* method) ;
|
|
// System.Collections.IEnumerator Marc::Wait()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Marc_Wait_m45FDCBD461CCA7AAB2831C48C067A425E8CD7F9A (Marc_t496C7D9DB27E8B598F0A1E81A3369594A780986D* __this, const RuntimeMethod* method) ;
|
|
// System.Collections.IEnumerator Niko::BulletAttacked()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Niko_BulletAttacked_m2F9CC5FFB04421F0E8ACE420239EAC011791B388 (Niko_t289A792A1F8261E2D57C422B5D136FD721E21DCF* __this, const RuntimeMethod* method) ;
|
|
// System.Void Niko::TakeDamage(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Niko_TakeDamage_m245633E0B1BEA45B0AAA3C0DB26FA02F05CA4CE6 (Niko_t289A792A1F8261E2D57C422B5D136FD721E21DCF* __this, int32_t ___0_damage, const RuntimeMethod* method) ;
|
|
// System.Void Niko::Die()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Niko_Die_mC5E50A81B461B52D71133569F7CC2C53821B4198 (Niko_t289A792A1F8261E2D57C422B5D136FD721E21DCF* __this, const RuntimeMethod* method) ;
|
|
// System.Collections.IEnumerator Niko::DamageAnimation()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Niko_DamageAnimation_m0338DB5F50375559A82AD2F3BE759D0701FC7FFA (Niko_t289A792A1F8261E2D57C422B5D136FD721E21DCF* __this, const RuntimeMethod* method) ;
|
|
// System.Collections.IEnumerator Niko::Attack()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Niko_Attack_mA856AAA017FAFCB299A9A687A4FAB7133540C281 (Niko_t289A792A1F8261E2D57C422B5D136FD721E21DCF* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean Niko::IsOnGround()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Niko_IsOnGround_m580DDBB07E9DB25E003B25A6C45DAEF0C1C12656 (Niko_t289A792A1F8261E2D57C422B5D136FD721E21DCF* __this, const RuntimeMethod* method) ;
|
|
// System.Void Niko::DestroyEnemy()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Niko_DestroyEnemy_m730E33107EC47F6CF27B1381C5C27A91F1634F7D (Niko_t289A792A1F8261E2D57C422B5D136FD721E21DCF* __this, const RuntimeMethod* method) ;
|
|
// System.Void Niko/<Attack>d__24::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CAttackU3Ed__24__ctor_mC1D1E3CCB0EFB07AE16083E6B9C023539C3B40FA (U3CAttackU3Ed__24_tB0A4257A175CB6FFFF8D9F84FB9233161EB93B83* __this, int32_t ___0_U3CU3E1__state, const RuntimeMethod* method) ;
|
|
// System.Void Niko/<DamageAnimation>d__25::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CDamageAnimationU3Ed__25__ctor_m81F331D5798FFF52DE1443C8785EB6473A312CB5 (U3CDamageAnimationU3Ed__25_t8B3754ED2B2F58921BF61A0EC7EDDDEE48F75BE5* __this, int32_t ___0_U3CU3E1__state, const RuntimeMethod* method) ;
|
|
// System.Void Niko/<Wait>d__26::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CWaitU3Ed__26__ctor_m76826FFCAC510299647307F34F70CFEAA67649BF (U3CWaitU3Ed__26_t0D08BB0B63CF382D5507BB0A16F15A7B39752E5B* __this, int32_t ___0_U3CU3E1__state, const RuntimeMethod* method) ;
|
|
// System.Void Niko/<BulletAttacked>d__27::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CBulletAttackedU3Ed__27__ctor_m533AB5B7EA1C4D746CD78B99C59E08833EF13363 (U3CBulletAttackedU3Ed__27_t57C55B9429346E41FC52A83C64E57300AD4BD441* __this, int32_t ___0_U3CU3E1__state, const RuntimeMethod* method) ;
|
|
// System.Collections.IEnumerator Niko::Wait()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Niko_Wait_mACD43EF23CF2AEA5408C26ED094DFCE5FEBAE1E3 (Niko_t289A792A1F8261E2D57C422B5D136FD721E21DCF* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.Component::CompareTag(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Component_CompareTag_mE6F8897E84F12DF12D302FFC4D58204D51096FC5 (Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* __this, String_t* ___0_tag, const RuntimeMethod* method) ;
|
|
// System.Void EnemyDeath::Die()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnemyDeath_Die_m35016B5E02F3365197BD71FD523D946BA959400A (EnemyDeath_t7BC723C142E66F33CFDA14BEFD015F44FC65033B* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean Zoltan::IsOnGround()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Zoltan_IsOnGround_m903346BA611EB98692520D64330A38887A5304A1 (Zoltan_t9BB7971A3F5BE25CD8BE2991AA7512E6D4B8057C* __this, const RuntimeMethod* method) ;
|
|
// System.Void Zoltan::DestroyEnemy()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Zoltan_DestroyEnemy_m33D004EE1F7F916087DC11A958B7F633A04CC66E (Zoltan_t9BB7971A3F5BE25CD8BE2991AA7512E6D4B8057C* __this, const RuntimeMethod* method) ;
|
|
// TMPro.TMP_InputField/SubmitEvent TMPro.TMP_InputField::get_onSubmit()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR SubmitEvent_tF7E2843B6A79D94B8EEEA259707F77BD1773B500* TMP_InputField_get_onSubmit_mAA494FA0B3CFFB2916B399BD5D87C2E1AA637B90_inline (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.Events.UnityAction`1<System.String>::.ctor(System.Object,System.IntPtr)
|
|
inline void UnityAction_1__ctor_mE6251CCFD943EB114960F556A546E2777B18AC71 (UnityAction_1_t690494F0E492A2098660E28B8EB7D71B2C69BE1B* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (UnityAction_1_t690494F0E492A2098660E28B8EB7D71B2C69BE1B*, RuntimeObject*, intptr_t, const RuntimeMethod*))UnityAction_1__ctor_m0C2FC6B483B474AE9596A43EBA7FF6E85503A92A_gshared)(__this, ___0_object, ___1_method, method);
|
|
}
|
|
// System.Void UnityEngine.Events.UnityEvent`1<System.String>::AddListener(UnityEngine.Events.UnityAction`1<T0>)
|
|
inline void UnityEvent_1_AddListener_mEC384A8CFC5D4D41B62B08248A738CF61B82172F (UnityEvent_1_tC9859540CF1468306CAB6D758C0A0D95DBCEC257* __this, UnityAction_1_t690494F0E492A2098660E28B8EB7D71B2C69BE1B* ___0_call, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (UnityEvent_1_tC9859540CF1468306CAB6D758C0A0D95DBCEC257*, UnityAction_1_t690494F0E492A2098660E28B8EB7D71B2C69BE1B*, const RuntimeMethod*))UnityEvent_1_AddListener_m055233246714700E4BDAA62635BC0AA49E8165CC_gshared)(__this, ___0_call, method);
|
|
}
|
|
// System.Void UnityEngine.Events.UnityEvent`1<System.String>::RemoveListener(UnityEngine.Events.UnityAction`1<T0>)
|
|
inline void UnityEvent_1_RemoveListener_m580353A1B030A82D1205B9BA94CF3484866C027F (UnityEvent_1_tC9859540CF1468306CAB6D758C0A0D95DBCEC257* __this, UnityAction_1_t690494F0E492A2098660E28B8EB7D71B2C69BE1B* ___0_call, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (UnityEvent_1_tC9859540CF1468306CAB6D758C0A0D95DBCEC257*, UnityAction_1_t690494F0E492A2098660E28B8EB7D71B2C69BE1B*, const RuntimeMethod*))UnityEvent_1_RemoveListener_m904FA6BDD0D33FDF8650EF816FF5C131867E693E_gshared)(__this, ___0_call, method);
|
|
}
|
|
// System.Void TMPro.TMP_InputField::set_text(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_set_text_m684E9CDA2D9E82D1C497B5E03DBE79C00584FF62 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, String_t* ___0_value, const RuntimeMethod* method) ;
|
|
// System.DateTime System.DateTime::get_Now()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D DateTime_get_Now_m636CB9651A9099D20BA1CF813A0C69637317325C (const RuntimeMethod* method) ;
|
|
// System.Int32 System.DateTime::get_Hour()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTime_get_Hour_m350B2AEB6ED8AAD80F0779C1FD37EEE13952A7F3 (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* __this, const RuntimeMethod* method) ;
|
|
// System.String System.Int32::ToString(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Int32_ToString_m967AECC237535C552A97A80C7875E31B98496CA9 (int32_t* __this, String_t* ___0_format, const RuntimeMethod* method) ;
|
|
// System.Int32 System.DateTime::get_Minute()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTime_get_Minute_m73003491DA85D2C9951ECCF890D9BF6AFFB9E973 (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* __this, const RuntimeMethod* method) ;
|
|
// System.Int32 System.DateTime::get_Second()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTime_get_Second_mC860BA28DED65249BE9EA46E4898730C7828B3EA (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* __this, const RuntimeMethod* method) ;
|
|
// System.String System.String::Concat(System.String[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m647EBF831F54B6DF7D5AFA5FD012CF4EE7571B6A (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___0_values, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.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.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 TMPro.TMP_InputField::ActivateInputField()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_ActivateInputField_m9471012A606F201DF838539F5400D072A827914F (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UI.Scrollbar::set_value(System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Scrollbar_set_value_m8F7815DB02D4A69B33B091FC5F674609F070D804 (Scrollbar_t7CDC9B956698D9385A11E4C12964CD51477072C3* __this, float ___0_value, const RuntimeMethod* method) ;
|
|
// System.Int32 TMPro.TMP_Dropdown::get_value()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t TMP_Dropdown_get_value_m5916A6D1897431E8ED789FEC24551A311D1B5C70_inline (TMP_Dropdown_t73B37BFDA0D005451C7B750938AFB1748E5EA504* __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,System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m093934F71A9B351911EE46311674ED463B180006 (String_t* ___0_str0, String_t* ___1_str1, String_t* ___2_str2, String_t* ___3_str3, const RuntimeMethod* method) ;
|
|
// T UnityEngine.Component::GetComponent<TMPro.TMP_Text>()
|
|
inline TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* Component_GetComponent_TisTMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9_m0C4C5268B54C7097888C6B109527A680772EBCB5 (Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* (*) (Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3*, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_m7181F81CAEC2CF53F5D2BC79B7425C16E1F80D33_gshared)(__this, method);
|
|
}
|
|
// System.Void EnvMapAnimator/<Start>d__4::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CStartU3Ed__4__ctor_m432062D94FDEF42B01FAB69EBC06A4D137C525C2 (U3CStartU3Ed__4_t7AF0F1ABA8D3AE9575A02603D2DC2137FA816557* __this, int32_t ___0_U3CU3E1__state, const RuntimeMethod* method) ;
|
|
// UnityEngine.Vector3 UnityEngine.Vector3::get_zero()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Vector3_get_zero_m0C1249C3F25B1C70EAD3CC8B31259975A457AE39_inline (const RuntimeMethod* method) ;
|
|
// System.Single UnityEngine.Time::get_time()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Time_get_time_m3A271BB1B20041144AC5B7863B71AB1F0150374B (const RuntimeMethod* method) ;
|
|
// UnityEngine.Quaternion UnityEngine.Quaternion::Euler(System.Single,System.Single,System.Single)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 Quaternion_Euler_m9262AB29E3E9CE94EF71051F38A28E82AEC73F90_inline (float ___0_x, float ___1_y, float ___2_z, const RuntimeMethod* method) ;
|
|
// UnityEngine.Vector3 UnityEngine.Vector3::get_one()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Vector3_get_one_mC9B289F1E15C42C597180C9FE6FB492495B51D02_inline (const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.Matrix4x4::SetTRS(UnityEngine.Vector3,UnityEngine.Quaternion,UnityEngine.Vector3)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Matrix4x4_SetTRS_m8002A569FE81574DABE86044C8FF6F7C44DA21AA (Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6* __this, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_pos, Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 ___1_q, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___2_s, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.Material::SetMatrix(System.String,UnityEngine.Matrix4x4)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Material_SetMatrix_m1F4E20583C898A1C1DBA256868E1F98C539F13FB (Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* __this, String_t* ___0_name, Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___1_value, const RuntimeMethod* method) ;
|
|
// System.String System.Char::ToString()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Char_ToString_m2A308731F9577C06AF3C0901234E2EAC8327410C (Il2CppChar* __this, const RuntimeMethod* method) ;
|
|
// System.String System.String::Concat(System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m9E3155FB84015C823606188F53B47CB44C444991 (String_t* ___0_str0, String_t* ___1_str1, const RuntimeMethod* method) ;
|
|
// System.Void TMPro.TMP_InputValidator::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputValidator__ctor_mD15E0AFA50E8CA10B2849A66A5B96D50B7EA66F3 (TMP_InputValidator_t3429AF61284AE19180C3FB81C0C7D2F90165EA98* __this, const RuntimeMethod* method) ;
|
|
// System.Int32 System.String::get_Length()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline (String_t* __this, const RuntimeMethod* method) ;
|
|
// T UnityEngine.GameObject::GetComponent<TMPro.TMP_Text>()
|
|
inline TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* GameObject_GetComponent_TisTMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9_mA59A63181077B821132B53D44724D7F86C6FECB3 (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* (*) (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F*, const RuntimeMethod*))GameObject_GetComponent_TisRuntimeObject_m6EAED4AA356F0F48288F67899E5958792395563B_gshared)(__this, method);
|
|
}
|
|
// System.Type System.Object::GetType()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3 (RuntimeObject* __this, const RuntimeMethod* method) ;
|
|
// System.Type System.Type::GetTypeFromHandle(System.RuntimeTypeHandle)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57 (RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B ___0_handle, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Type::op_Equality(System.Type,System.Type)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC (Type_t* ___0_left, Type_t* ___1_right, const RuntimeMethod* method) ;
|
|
// T UnityEngine.GameObject::GetComponentInParent<UnityEngine.Canvas>()
|
|
inline Canvas_t2DB4CEFDFF732884866C83F11ABF75F5AE8FFB26* GameObject_GetComponentInParent_TisCanvas_t2DB4CEFDFF732884866C83F11ABF75F5AE8FFB26_m0A41CB7A7F9A10FCC98D1C7B5799D57C2724D991 (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( Canvas_t2DB4CEFDFF732884866C83F11ABF75F5AE8FFB26* (*) (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F*, const RuntimeMethod*))GameObject_GetComponentInParent_TisRuntimeObject_mDD9FD68B12361AC472D4A83310CAD793C02C6654_gshared)(__this, method);
|
|
}
|
|
// UnityEngine.RenderMode UnityEngine.Canvas::get_renderMode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Canvas_get_renderMode_m1BEF259548C6CAD27E4466F31D20752D246688CC (Canvas_t2DB4CEFDFF732884866C83F11ABF75F5AE8FFB26* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.Camera UnityEngine.Canvas::get_worldCamera()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* Canvas_get_worldCamera_mD2FDE13B61A5213F4E64B40008EB0A8D2D07B853 (Canvas_t2DB4CEFDFF732884866C83F11ABF75F5AE8FFB26* __this, 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.RectTransform TMPro.TMP_Text::get_rectTransform()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* TMP_Text_get_rectTransform_m22DC10116809BEB2C66047A55337A588ED023EBF (TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.Vector3 UnityEngine.Input::get_mousePosition()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Input_get_mousePosition_mFF21FBD2647DAE2A23BD4C45571CA95D05A0A42C (const RuntimeMethod* method) ;
|
|
// System.Boolean TMPro.TMP_TextUtilities::IsIntersectingRectTransform(UnityEngine.RectTransform,UnityEngine.Vector3,UnityEngine.Camera)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TMP_TextUtilities_IsIntersectingRectTransform_m6AAA4D9F7266A54E014CA2A6BC5A37FB32CE7CC5 (RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* ___0_rectTransform, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___1_position, Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* ___2_camera, const RuntimeMethod* method) ;
|
|
// System.Int32 TMPro.TMP_TextUtilities::FindIntersectingCharacter(TMPro.TMP_Text,UnityEngine.Vector3,UnityEngine.Camera,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TMP_TextUtilities_FindIntersectingCharacter_m89C20D1FB440DECC3C06670B457A707B6DB36453 (TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* ___0_text, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___1_position, Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* ___2_camera, bool ___3_visibleOnly, const RuntimeMethod* method) ;
|
|
// TMPro.TMP_TextInfo TMPro.TMP_Text::get_textInfo()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TMP_TextInfo_t09A8E906329422C3F0C059876801DD695B8D524D* TMP_Text_get_textInfo_mA24C606B8EA51436E4AA3B9D6DCDFA7A8995E10E_inline (TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* __this, const RuntimeMethod* method) ;
|
|
// System.Void TMPro.TMP_TextEventHandler::SendOnCharacterSelection(System.Char,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_TextEventHandler_SendOnCharacterSelection_m5A891393BC3211CFEF2390B5E9899129CBDAC189 (TMP_TextEventHandler_t1B20EF196557E1AC0E6AB6AACFA95740CC17A333* __this, Il2CppChar ___0_character, int32_t ___1_characterIndex, const RuntimeMethod* method) ;
|
|
// System.Void TMPro.TMP_TextEventHandler::SendOnSpriteSelection(System.Char,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_TextEventHandler_SendOnSpriteSelection_m8242C5F9626A3C1330927FEACF3ECAD287500475 (TMP_TextEventHandler_t1B20EF196557E1AC0E6AB6AACFA95740CC17A333* __this, Il2CppChar ___0_character, int32_t ___1_characterIndex, const RuntimeMethod* method) ;
|
|
// System.Int32 TMPro.TMP_TextUtilities::FindIntersectingWord(TMPro.TMP_Text,UnityEngine.Vector3,UnityEngine.Camera)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TMP_TextUtilities_FindIntersectingWord_m93E6DBCA2781A67271E7D0F8906CA0488CA08EB2 (TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* ___0_text, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___1_position, Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* ___2_camera, const RuntimeMethod* method) ;
|
|
// System.String TMPro.TMP_WordInfo::GetWord()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TMP_WordInfo_GetWord_m7F72AB87E8AB0FA75616FD5409A8F5C031294D2C (TMP_WordInfo_t825112AF0B76E4461F9C7DD336A02CC6A090A983* __this, const RuntimeMethod* method) ;
|
|
// System.Void TMPro.TMP_TextEventHandler::SendOnWordSelection(System.String,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_TextEventHandler_SendOnWordSelection_mCB9E9ACB06AC524273C163743C9191CAF9C1FD33 (TMP_TextEventHandler_t1B20EF196557E1AC0E6AB6AACFA95740CC17A333* __this, String_t* ___0_word, int32_t ___1_charIndex, int32_t ___2_length, const RuntimeMethod* method) ;
|
|
// System.Int32 TMPro.TMP_TextUtilities::FindIntersectingLine(TMPro.TMP_Text,UnityEngine.Vector3,UnityEngine.Camera)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TMP_TextUtilities_FindIntersectingLine_mDC468F4E9D28F89D313DEC468155185CB4E803E8 (TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* ___0_text, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___1_position, Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* ___2_camera, const RuntimeMethod* method) ;
|
|
// System.String System.String::CreateString(System.Char[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_CreateString_mFBC28D2E3EB87D497F7E702E4FFAD65F635E44DF (String_t* __this, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___0_val, const RuntimeMethod* method) ;
|
|
// System.Void TMPro.TMP_TextEventHandler::SendOnLineSelection(System.String,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_TextEventHandler_SendOnLineSelection_mF0691C407CA44C2E8F2D7CD6C9C2099693CBE7A6 (TMP_TextEventHandler_t1B20EF196557E1AC0E6AB6AACFA95740CC17A333* __this, String_t* ___0_line, int32_t ___1_charIndex, int32_t ___2_length, const RuntimeMethod* method) ;
|
|
// System.Int32 TMPro.TMP_TextUtilities::FindIntersectingLink(TMPro.TMP_Text,UnityEngine.Vector3,UnityEngine.Camera)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TMP_TextUtilities_FindIntersectingLink_mC752442B8650D5146505B5C18C7D92B681D276E9 (TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* ___0_text, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___1_position, Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* ___2_camera, const RuntimeMethod* method) ;
|
|
// System.String TMPro.TMP_LinkInfo::GetLinkID()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TMP_LinkInfo_GetLinkID_mCC9D9E783D606660A4D15E0E746E1E27AD9C2425 (TMP_LinkInfo_t9DC08E8BF8C5E8094AFF8C9FB3C251AF88B92DA6* __this, const RuntimeMethod* method) ;
|
|
// System.String TMPro.TMP_LinkInfo::GetLinkText()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TMP_LinkInfo_GetLinkText_m954EE8FF39D62BA8113773A696095EAE85CD5E3F (TMP_LinkInfo_t9DC08E8BF8C5E8094AFF8C9FB3C251AF88B92DA6* __this, const RuntimeMethod* method) ;
|
|
// System.Void TMPro.TMP_TextEventHandler::SendOnLinkSelection(System.String,System.String,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_TextEventHandler_SendOnLinkSelection_m2809D6FFF57FAE45DC5BB4DD579328535E255A02 (TMP_TextEventHandler_t1B20EF196557E1AC0E6AB6AACFA95740CC17A333* __this, String_t* ___0_linkID, String_t* ___1_linkText, int32_t ___2_linkIndex, const RuntimeMethod* method) ;
|
|
// TMPro.TMP_TextEventHandler/CharacterSelectionEvent TMPro.TMP_TextEventHandler::get_onCharacterSelection()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR CharacterSelectionEvent_t5D7AF67F47A37175CF8615AD66DEC4A0AA021392* TMP_TextEventHandler_get_onCharacterSelection_mA62049738125E3C48405E6DFF09E2D42300BE8C3_inline (TMP_TextEventHandler_t1B20EF196557E1AC0E6AB6AACFA95740CC17A333* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.Events.UnityEvent`2<System.Char,System.Int32>::Invoke(T0,T1)
|
|
inline void UnityEvent_2_Invoke_m0491A8025093B0C329C5ACEBAB83DC6DE3CD0C3F (UnityEvent_2_tE1EF7CBD9965CD9466B63C1AD8FB3661A30C25B3* __this, Il2CppChar ___0_arg0, int32_t ___1_arg1, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (UnityEvent_2_tE1EF7CBD9965CD9466B63C1AD8FB3661A30C25B3*, Il2CppChar, int32_t, const RuntimeMethod*))UnityEvent_2_Invoke_m0491A8025093B0C329C5ACEBAB83DC6DE3CD0C3F_gshared)(__this, ___0_arg0, ___1_arg1, method);
|
|
}
|
|
// TMPro.TMP_TextEventHandler/SpriteSelectionEvent TMPro.TMP_TextEventHandler::get_onSpriteSelection()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR SpriteSelectionEvent_t770551D2973013622C464E817FA74D53BCD4FD95* TMP_TextEventHandler_get_onSpriteSelection_m95CDEB7394FFF38F310717EEEFDCD481D96A5E82_inline (TMP_TextEventHandler_t1B20EF196557E1AC0E6AB6AACFA95740CC17A333* __this, const RuntimeMethod* method) ;
|
|
// TMPro.TMP_TextEventHandler/WordSelectionEvent TMPro.TMP_TextEventHandler::get_onWordSelection()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR WordSelectionEvent_t340E6006406B5E90F7190C56218E8F7E3712945E* TMP_TextEventHandler_get_onWordSelection_mF22771B4213EEB3AEFCDA390A4FF28FED5D9184C_inline (TMP_TextEventHandler_t1B20EF196557E1AC0E6AB6AACFA95740CC17A333* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.Events.UnityEvent`3<System.String,System.Int32,System.Int32>::Invoke(T0,T1,T2)
|
|
inline void UnityEvent_3_Invoke_mA9B8756BF3A597179581D20E1EDC4ECAAC73F0F6 (UnityEvent_3_t5EE2DC870C12CB60384C5FCBB0DAD36392E701AD* __this, String_t* ___0_arg0, int32_t ___1_arg1, int32_t ___2_arg2, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (UnityEvent_3_t5EE2DC870C12CB60384C5FCBB0DAD36392E701AD*, String_t*, int32_t, int32_t, const RuntimeMethod*))UnityEvent_3_Invoke_m50868D681E7B0FAE1AA2516EF4DA7DB16CBD9DA9_gshared)(__this, ___0_arg0, ___1_arg1, ___2_arg2, method);
|
|
}
|
|
// TMPro.TMP_TextEventHandler/LineSelectionEvent TMPro.TMP_TextEventHandler::get_onLineSelection()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR LineSelectionEvent_t526120C6113E0638913B951E3D1D7B1CF94F0880* TMP_TextEventHandler_get_onLineSelection_mDDF07E7000993FCD6EAF2FBD2D2226EB66273908_inline (TMP_TextEventHandler_t1B20EF196557E1AC0E6AB6AACFA95740CC17A333* __this, const RuntimeMethod* method) ;
|
|
// TMPro.TMP_TextEventHandler/LinkSelectionEvent TMPro.TMP_TextEventHandler::get_onLinkSelection()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR LinkSelectionEvent_t5CE74F742D231580ED2C810ECE394E1A2BC81B3D* TMP_TextEventHandler_get_onLinkSelection_m87FB9EABE7F917B2F910A18A3B5F1AE3020D976D_inline (TMP_TextEventHandler_t1B20EF196557E1AC0E6AB6AACFA95740CC17A333* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.Events.UnityEvent`3<System.String,System.String,System.Int32>::Invoke(T0,T1,T2)
|
|
inline void UnityEvent_3_Invoke_m279F1BE667EB6AACD304BC58E7B39C09CE0E2D69 (UnityEvent_3_t978FAA968D1FEECACADDD0969B822861FA0C6622* __this, String_t* ___0_arg0, String_t* ___1_arg1, int32_t ___2_arg2, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (UnityEvent_3_t978FAA968D1FEECACADDD0969B822861FA0C6622*, String_t*, String_t*, int32_t, const RuntimeMethod*))UnityEvent_3_Invoke_m1331145C187AE9ABB8C1236006F36A1D20D57C6A_gshared)(__this, ___0_arg0, ___1_arg1, ___2_arg2, method);
|
|
}
|
|
// System.Void TMPro.TMP_TextEventHandler/CharacterSelectionEvent::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CharacterSelectionEvent__ctor_m054FE9253D3C4478F57DE900A15AC9A61EC3C11E (CharacterSelectionEvent_t5D7AF67F47A37175CF8615AD66DEC4A0AA021392* __this, const RuntimeMethod* method) ;
|
|
// System.Void TMPro.TMP_TextEventHandler/SpriteSelectionEvent::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SpriteSelectionEvent__ctor_m89C1D1F720F140491B28D9B32B0C7202EE8C4963 (SpriteSelectionEvent_t770551D2973013622C464E817FA74D53BCD4FD95* __this, const RuntimeMethod* method) ;
|
|
// System.Void TMPro.TMP_TextEventHandler/WordSelectionEvent::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WordSelectionEvent__ctor_m3F52F327A9627042EDB065C1080CEB764F1154F2 (WordSelectionEvent_t340E6006406B5E90F7190C56218E8F7E3712945E* __this, const RuntimeMethod* method) ;
|
|
// System.Void TMPro.TMP_TextEventHandler/LineSelectionEvent::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LineSelectionEvent__ctor_m419828B3E32BC3F6F5AAC88D7B90CF50A74C80B2 (LineSelectionEvent_t526120C6113E0638913B951E3D1D7B1CF94F0880* __this, const RuntimeMethod* method) ;
|
|
// System.Void TMPro.TMP_TextEventHandler/LinkSelectionEvent::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LinkSelectionEvent__ctor_m4083D6FF46F61AAF956F77FFE849B5166E2579BC (LinkSelectionEvent_t5CE74F742D231580ED2C810ECE394E1A2BC81B3D* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.Events.UnityEvent`2<System.Char,System.Int32>::.ctor()
|
|
inline void UnityEvent_2__ctor_mC75313448B2ABE238198CDD698EA81B87F379C61 (UnityEvent_2_tE1EF7CBD9965CD9466B63C1AD8FB3661A30C25B3* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (UnityEvent_2_tE1EF7CBD9965CD9466B63C1AD8FB3661A30C25B3*, const RuntimeMethod*))UnityEvent_2__ctor_mC75313448B2ABE238198CDD698EA81B87F379C61_gshared)(__this, method);
|
|
}
|
|
// System.Void UnityEngine.Events.UnityEvent`3<System.String,System.Int32,System.Int32>::.ctor()
|
|
inline void UnityEvent_3__ctor_m945E5A788027E4B7491C93E2ACBD523B5A8E1829 (UnityEvent_3_t5EE2DC870C12CB60384C5FCBB0DAD36392E701AD* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (UnityEvent_3_t5EE2DC870C12CB60384C5FCBB0DAD36392E701AD*, const RuntimeMethod*))UnityEvent_3__ctor_m941EF00E4EF658BB1461C8BD9E6527F9E495DCFE_gshared)(__this, method);
|
|
}
|
|
// System.Void UnityEngine.Events.UnityEvent`3<System.String,System.String,System.Int32>::.ctor()
|
|
inline void UnityEvent_3__ctor_mFE0002F38DAAC29805C09ACB9F397DE80F6CB7BC (UnityEvent_3_t978FAA968D1FEECACADDD0969B822861FA0C6622* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (UnityEvent_3_t978FAA968D1FEECACADDD0969B822861FA0C6622*, const RuntimeMethod*))UnityEvent_3__ctor_mB689E1A15DDACB9ED22ACAB2BCA3D97B893FFA5B_gshared)(__this, method);
|
|
}
|
|
// System.Void TMPro.Examples.Benchmark01/<Start>d__10::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CStartU3Ed__10__ctor_m242187966C9D563957FB0F76C467B25C25D91D69 (U3CStartU3Ed__10_tB81FF4C98E539AF1EEA095D6A6C11409A26E7819* __this, int32_t ___0_U3CU3E1__state, const RuntimeMethod* method) ;
|
|
// T UnityEngine.GameObject::AddComponent<TMPro.TextMeshPro>()
|
|
inline TextMeshPro_t4560AB28A3EAF503895A781A9C625273D833270E* GameObject_AddComponent_TisTextMeshPro_t4560AB28A3EAF503895A781A9C625273D833270E_mD3BE0A75BBE971456A1D7C8C6F6688A094A81C9C (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( TextMeshPro_t4560AB28A3EAF503895A781A9C625273D833270E* (*) (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F*, const RuntimeMethod*))GameObject_AddComponent_TisRuntimeObject_m69B93700FACCF372F5753371C6E8FB780800B824_gshared)(__this, method);
|
|
}
|
|
// System.Void TMPro.TMP_Text::set_font(TMPro.TMP_FontAsset)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_Text_set_font_mC55E4A8C1C09595031384B35F2C2FB2FC3479E83 (TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* __this, TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void TMPro.TMP_Text::set_fontSize(System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_Text_set_fontSize_m1C3A3BA2BC88E5E1D89375FD35A0AA91E75D3AAD (TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* __this, float ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void TMPro.TMP_Text::set_alignment(TMPro.TextAlignmentOptions)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_Text_set_alignment_mE5216A28797987CC19927ED3CB8DFAC438C6B95A (TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* __this, int32_t ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void TMPro.TMP_Text::set_extraPadding(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_Text_set_extraPadding_m26595B78EDE43EFBCCBF7D5E23932ADCB983EF32 (TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* __this, bool ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void TMPro.TMP_Text::set_enableWordWrapping(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_Text_set_enableWordWrapping_mFAEE849315B4723F9C86C127B1A59EF50BE1C12F (TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* __this, bool ___0_value, const RuntimeMethod* method) ;
|
|
// TMPro.TMP_FontAsset TMPro.TMP_Text::get_font()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* TMP_Text_get_font_m1F5E907B9181A54212FBD8123242583C1CA4BE2A_inline (TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* __this, const RuntimeMethod* method) ;
|
|
// T UnityEngine.Resources::Load<UnityEngine.Material>(System.String)
|
|
inline Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* Resources_Load_TisMaterial_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3_mC909CC888641BC8E1E29C8AB1C790C637C9B390E (String_t* ___0_path, const RuntimeMethod* method)
|
|
{
|
|
return (( Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* (*) (String_t*, const RuntimeMethod*))Resources_Load_TisRuntimeObject_mD1AF6299B14F87ED1D1A6199A51480919F7C79D7_gshared)(___0_path, method);
|
|
}
|
|
// T UnityEngine.GameObject::AddComponent<UnityEngine.TextMesh>()
|
|
inline TextMesh_t7E1981C7B03E50D5CA5A3AD5B0D9BB0AB6EE91F8* GameObject_AddComponent_TisTextMesh_t7E1981C7B03E50D5CA5A3AD5B0D9BB0AB6EE91F8_mFAD74D91BCACF9C3FAE6960EB58D5C346DDBD9C2 (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( TextMesh_t7E1981C7B03E50D5CA5A3AD5B0D9BB0AB6EE91F8* (*) (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F*, const RuntimeMethod*))GameObject_AddComponent_TisRuntimeObject_m69B93700FACCF372F5753371C6E8FB780800B824_gshared)(__this, method);
|
|
}
|
|
// System.Void UnityEngine.TextMesh::set_font(UnityEngine.Font)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextMesh_set_font_m7E407CAEDBB382B95B70069D8FAB8A9E74EAAA74 (TextMesh_t7E1981C7B03E50D5CA5A3AD5B0D9BB0AB6EE91F8* __this, Font_tC95270EA3198038970422D78B74A7F2E218A96B6* ___0_value, const RuntimeMethod* method) ;
|
|
// T UnityEngine.Component::GetComponent<UnityEngine.Renderer>()
|
|
inline Renderer_t320575F223BCB177A982E5DDB5DB19FAA89E7FBF* Component_GetComponent_TisRenderer_t320575F223BCB177A982E5DDB5DB19FAA89E7FBF_mC91ACC92AD57CA6CA00991DAF1DB3830BCE07AF8 (Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( Renderer_t320575F223BCB177A982E5DDB5DB19FAA89E7FBF* (*) (Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3*, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_m7181F81CAEC2CF53F5D2BC79B7425C16E1F80D33_gshared)(__this, method);
|
|
}
|
|
// UnityEngine.Font UnityEngine.TextMesh::get_font()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Font_tC95270EA3198038970422D78B74A7F2E218A96B6* TextMesh_get_font_m94D3A4C8E4DB171B74E4FF00AC7EC27F3D495664 (TextMesh_t7E1981C7B03E50D5CA5A3AD5B0D9BB0AB6EE91F8* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.Material UnityEngine.Font::get_material()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* Font_get_material_m61ABDEC14C6D659DDC5A4F080023699116C17364 (Font_tC95270EA3198038970422D78B74A7F2E218A96B6* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.Renderer::set_sharedMaterial(UnityEngine.Material)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Renderer_set_sharedMaterial_m5E842F9A06CFB7B77656EB319881CB4B3E8E4288 (Renderer_t320575F223BCB177A982E5DDB5DB19FAA89E7FBF* __this, Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___0_value, const RuntimeMethod* method) ;
|
|
// UnityEngine.Object UnityEngine.Resources::Load(System.String,System.Type)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* Resources_Load_m6CD8FBBCCFFF22179FA0E7B1806B888103008D33 (String_t* ___0_path, Type_t* ___1_systemTypeInstance, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.TextMesh::set_fontSize(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextMesh_set_fontSize_mAB9F7FFC0E4DB759B786F6A9357B18C86015498B (TextMesh_t7E1981C7B03E50D5CA5A3AD5B0D9BB0AB6EE91F8* __this, int32_t ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.TextMesh::set_anchor(UnityEngine.TextAnchor)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextMesh_set_anchor_m3FCB7C4B1FF66CE189B56076C0306AFE984FCD32 (TextMesh_t7E1981C7B03E50D5CA5A3AD5B0D9BB0AB6EE91F8* __this, int32_t ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void TMPro.TMP_Text::SetText(System.String,System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_Text_SetText_mC6973FFC60DB6A96B0C4253CD2FD9D0789ECC533 (TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* __this, String_t* ___0_sourceText, float ___1_arg0, 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) ;
|
|
// System.Void UnityEngine.TextMesh::set_text(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextMesh_set_text_mDF79D39638ED82797D0B0B3BB9E6B10712F8EA9E (TextMesh_t7E1981C7B03E50D5CA5A3AD5B0D9BB0AB6EE91F8* __this, String_t* ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void TMPro.Examples.Benchmark01_UGUI/<Start>d__10::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CStartU3Ed__10__ctor_m515F107569D5BDE7C81F5DFDAB4A298A5399EB5A (U3CStartU3Ed__10_t06713955D554742C727996BE112A81AD0BCF3D00* __this, int32_t ___0_U3CU3E1__state, const RuntimeMethod* method) ;
|
|
// T UnityEngine.GameObject::AddComponent<TMPro.TextMeshProUGUI>()
|
|
inline TextMeshProUGUI_t101091AF4B578BB534C92E9D1EEAF0611636D957* GameObject_AddComponent_TisTextMeshProUGUI_t101091AF4B578BB534C92E9D1EEAF0611636D957_m15E50057DA76710B136ADF4E7CA55A463D9DA3EB (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( TextMeshProUGUI_t101091AF4B578BB534C92E9D1EEAF0611636D957* (*) (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F*, const RuntimeMethod*))GameObject_AddComponent_TisRuntimeObject_m69B93700FACCF372F5753371C6E8FB780800B824_gshared)(__this, method);
|
|
}
|
|
// T UnityEngine.GameObject::AddComponent<UnityEngine.UI.Text>()
|
|
inline Text_tD60B2346DAA6666BF0D822FF607F0B220C2B9E62* GameObject_AddComponent_TisText_tD60B2346DAA6666BF0D822FF607F0B220C2B9E62_mFECE312B08FC5FD0A081E51ACA01FAEFD6B841A9 (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( Text_tD60B2346DAA6666BF0D822FF607F0B220C2B9E62* (*) (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F*, const RuntimeMethod*))GameObject_AddComponent_TisRuntimeObject_m69B93700FACCF372F5753371C6E8FB780800B824_gshared)(__this, method);
|
|
}
|
|
// System.Void UnityEngine.UI.Text::set_font(UnityEngine.Font)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Text_set_font_mA0D2999281A72029A5BC7294A886C5674F07DC5F (Text_tD60B2346DAA6666BF0D822FF607F0B220C2B9E62* __this, Font_tC95270EA3198038970422D78B74A7F2E218A96B6* ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UI.Text::set_fontSize(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Text_set_fontSize_m426338B0A2CDA58609028FFD471EF5F2C9F364D4 (Text_tD60B2346DAA6666BF0D822FF607F0B220C2B9E62* __this, int32_t ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UI.Text::set_alignment(UnityEngine.TextAnchor)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Text_set_alignment_m9FAD6C1C270FA28C610AB1E07414FBF96403157A (Text_tD60B2346DAA6666BF0D822FF607F0B220C2B9E62* __this, int32_t ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.GameObject::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GameObject__ctor_m7D0340DE160786E6EFA8DABD39EC3B694DA30AAD (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.Vector2::.ctor(System.Single,System.Single)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* __this, float ___0_x, float ___1_y, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.RectTransform::set_pivot(UnityEngine.Vector2)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RectTransform_set_pivot_m79D0177D383D432A93C2615F1932B739B1C6E146 (RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* __this, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void TMPro.TMP_Text::set_enableKerning(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_Text_set_enableKerning_m681685E06B8789F5F2B7043EBEA561AAE48E82BD (TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* __this, bool ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.Color32::.ctor(System.Byte,System.Byte,System.Byte,System.Byte)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Color32__ctor_mC9C6B443F0C7CA3F8B174158B2AF6F05E18EAC4E_inline (Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B* __this, uint8_t ___0_r, uint8_t ___1_g, uint8_t ___2_b, uint8_t ___3_a, const RuntimeMethod* method) ;
|
|
// UnityEngine.Color UnityEngine.Color32::op_Implicit(UnityEngine.Color32)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Color_tD001788D726C3A7F1379BEED0260B9591F440C1F Color32_op_Implicit_m47CBB138122B400E0B1F4BFD7C30A6C2C00FCA3E_inline (Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___0_c, const RuntimeMethod* method) ;
|
|
// System.Void TMPro.TMP_Text::set_isTextObjectScaleStatic(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_Text_set_isTextObjectScaleStatic_m8436FC38400ABE08F513770AF9C8CC6743DBE092 (TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* __this, bool ___0_value, const RuntimeMethod* method) ;
|
|
// T UnityEngine.GameObject::AddComponent<TMPro.Examples.TextMeshProFloatingText>()
|
|
inline TextMeshProFloatingText_t833773B79A4826E78EDF2799C157B0EC3ACACB31* GameObject_AddComponent_TisTextMeshProFloatingText_t833773B79A4826E78EDF2799C157B0EC3ACACB31_m3DBA7F56D8D880227B1D70FAA3DF6988A4EE69F1 (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( TextMeshProFloatingText_t833773B79A4826E78EDF2799C157B0EC3ACACB31* (*) (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F*, const RuntimeMethod*))GameObject_AddComponent_TisRuntimeObject_m69B93700FACCF372F5753371C6E8FB780800B824_gshared)(__this, method);
|
|
}
|
|
// T UnityEngine.Resources::Load<UnityEngine.Font>(System.String)
|
|
inline Font_tC95270EA3198038970422D78B74A7F2E218A96B6* Resources_Load_TisFont_tC95270EA3198038970422D78B74A7F2E218A96B6_m2B532BE5E14BE59B8F59F82BF8193EEEE249DC6D (String_t* ___0_path, const RuntimeMethod* method)
|
|
{
|
|
return (( Font_tC95270EA3198038970422D78B74A7F2E218A96B6* (*) (String_t*, const RuntimeMethod*))Resources_Load_TisRuntimeObject_mD1AF6299B14F87ED1D1A6199A51480919F7C79D7_gshared)(___0_path, method);
|
|
}
|
|
// System.Void UnityEngine.TextMesh::set_color(UnityEngine.Color)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextMesh_set_color_mF08F30C3CD797C16289225B567724B9F07DC641E (TextMesh_t7E1981C7B03E50D5CA5A3AD5B0D9BB0AB6EE91F8* __this, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___0_value, const RuntimeMethod* method) ;
|
|
// T UnityEngine.GameObject::AddComponent<UnityEngine.Canvas>()
|
|
inline Canvas_t2DB4CEFDFF732884866C83F11ABF75F5AE8FFB26* GameObject_AddComponent_TisCanvas_t2DB4CEFDFF732884866C83F11ABF75F5AE8FFB26_m13C85FD585C0679530F8B35D0B39D965702FD0F5 (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( Canvas_t2DB4CEFDFF732884866C83F11ABF75F5AE8FFB26* (*) (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F*, const RuntimeMethod*))GameObject_AddComponent_TisRuntimeObject_m69B93700FACCF372F5753371C6E8FB780800B824_gshared)(__this, method);
|
|
}
|
|
// System.Void UnityEngine.Canvas::set_worldCamera(UnityEngine.Camera)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Canvas_set_worldCamera_m007F7DABDB5A3A6BFB043E3500DA82A4D936EDD4 (Canvas_t2DB4CEFDFF732884866C83F11ABF75F5AE8FFB26* __this, Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.Transform::SetParent(UnityEngine.Transform,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transform_SetParent_m9BDD7B7476714B2D7919B10BDC22CE75C0A0A195 (Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* __this, Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___0_parent, bool ___1_worldPositionStays, const RuntimeMethod* method) ;
|
|
// TMPro.TMP_FontAsset TMPro.TMP_FontAsset::CreateFontAsset(UnityEngine.Font,System.Int32,System.Int32,UnityEngine.TextCore.LowLevel.GlyphRenderMode,System.Int32,System.Int32,TMPro.AtlasPopulationMode,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* TMP_FontAsset_CreateFontAsset_mC0DE04380E79B7A0A33E5F84DBD7B8595A27C639 (Font_tC95270EA3198038970422D78B74A7F2E218A96B6* ___0_font, int32_t ___1_samplingPointSize, int32_t ___2_atlasPadding, int32_t ___3_renderMode, int32_t ___4_atlasWidth, int32_t ___5_atlasHeight, int32_t ___6_atlasPopulationMode, bool ___7_enableMultiAtlasSupport, const RuntimeMethod* method) ;
|
|
// UnityEngine.Shader UnityEngine.Shader::Find(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* Shader_Find_m183AA54F78320212DDEC811592F98456898A41C5 (String_t* ___0_name, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.Material::set_shader(UnityEngine.Shader)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Material_set_shader_mBD3A0D9AB14DE2F7CD5F2775E9AD58E15424C171 (Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* __this, Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* ___0_value, 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.Camera::set_orthographicSize(System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_set_orthographicSize_m76DD021032ACB3DDBD052B75EC66DCE3A7295A5C (Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* __this, float ___0_value, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.Screen::get_width()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Screen_get_width_mF608FF3252213E7EFA1F0D2F744C28110E9E5AC9 (const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.GameObject::.ctor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GameObject__ctor_m37D512B05D292F954792225E6C6EEE95293A9B88 (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* __this, String_t* ___0_name, const RuntimeMethod* method) ;
|
|
// System.Void TMPro.TMP_Text::set_isOrthographic(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_Text_set_isOrthographic_mF58B9C6B492D4FD1BA0AB339E4B91F0A1F644C18 (TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* __this, bool ___0_value, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.QualitySettings::get_vSyncCount()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t QualitySettings_get_vSyncCount_m0293E74C6CEF18FA03FB12C85802361FA83DC293 (const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.Application::set_targetFrameRate(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Application_set_targetFrameRate_mB90EEA60DAE55CD71C38D4B7DFDBE2B34EA6B46F (int32_t ___0_value, const RuntimeMethod* method) ;
|
|
// UnityEngine.RuntimePlatform UnityEngine.Application::get_platform()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Application_get_platform_m59EF7D6155D18891B24767F83F388160B1FF2138 (const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.Input::set_simulateMouseWithTouches(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Input_set_simulateMouseWithTouches_m1D86DBF4BDCAA4AF3F15EE2BD51FB4C215D2AC6E (bool ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void TMPro.Examples.CameraController::GetPlayerInput()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CameraController_GetPlayerInput_m31AE86C54785402EB078A40F37D83FEA9216388F (CameraController_t7E0AA7DC0B482A31CC3D60F6032912FE8B581DA8* __this, 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) ;
|
|
// UnityEngine.Vector3 UnityEngine.Transform::TransformDirection(UnityEngine.Vector3)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Transform_TransformDirection_m9BE1261DF2D48B7A4A27D31EE24D2D97F89E7757 (Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* __this, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_direction, const RuntimeMethod* method) ;
|
|
// System.Single UnityEngine.Time::get_fixedDeltaTime()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Time_get_fixedDeltaTime_m43136893D00AF5D5FE80AD05609558F6E2381381 (const RuntimeMethod* method) ;
|
|
// UnityEngine.Vector3 UnityEngine.Vector3::SmoothDamp(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3&,System.Single)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Vector3_SmoothDamp_mF673AC30464B7DF671A0556140EB6E9DD75827ED_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_current, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___1_target, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* ___2_currentVelocity, float ___3_smoothTime, const RuntimeMethod* method) ;
|
|
// UnityEngine.Vector3 UnityEngine.Vector3::op_Subtraction(UnityEngine.Vector3,UnityEngine.Vector3)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Vector3_op_Subtraction_mE42023FF80067CB44A1D4A27EB7CF2B24CABB828_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_a, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___1_b, const RuntimeMethod* method) ;
|
|
// UnityEngine.Quaternion UnityEngine.Quaternion::LookRotation(UnityEngine.Vector3)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 Quaternion_LookRotation_mDB2CCA75B8E1AB98104F2A6E1A1EA57D0D1298D7 (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_forward, const RuntimeMethod* method) ;
|
|
// UnityEngine.Quaternion UnityEngine.Quaternion::Lerp(UnityEngine.Quaternion,UnityEngine.Quaternion,System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 Quaternion_Lerp_m259606226726C2F46E079A5A688B9E24FF7E9A0D (Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 ___0_a, Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 ___1_b, float ___2_t, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.Transform::LookAt(UnityEngine.Transform)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transform_LookAt_mA8567593181FD78BBDC2AF29AD99F93BDB2976B2 (Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* __this, Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___0_target, const RuntimeMethod* method) ;
|
|
// System.Single UnityEngine.Input::GetAxis(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Input_GetAxis_m10372E6C5FF591668D2DC5F58C58D213CC598A62 (String_t* ___0_axisName, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.Input::get_touchCount()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Input_get_touchCount_m057388BFC67A0F4CA53764B1022867ED81D01E39 (const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.Input::GetKey(UnityEngine.KeyCode)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Input_GetKey_mE5681EF775F3CEBA7EAD7C63984F7B34C8E8D434 (int32_t ___0_key, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.Input::GetKeyDown(UnityEngine.KeyCode)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Input_GetKeyDown_mB237DEA6244132670D38990BAB77D813FBB028D2 (int32_t ___0_key, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.Input::GetMouseButton(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Input_GetMouseButton_m4995DD4A2D4F916565C1B1B5AAF7DF17C126B3EA (int32_t ___0_button, const RuntimeMethod* method) ;
|
|
// System.Single UnityEngine.Mathf::Clamp(System.Single,System.Single,System.Single)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Mathf_Clamp_mEB9AEA827D27D20FCC787F7375156AF46BB12BBF_inline (float ___0_value, float ___1_min, float ___2_max, const RuntimeMethod* method) ;
|
|
// UnityEngine.Touch UnityEngine.Input::GetTouch(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Touch_t03E51455ED508492B3F278903A0114FA0E87B417 Input_GetTouch_m75D99FE801A94279874FA8DC6B6ADAD35F5123B1 (int32_t ___0_index, const RuntimeMethod* method) ;
|
|
// UnityEngine.TouchPhase UnityEngine.Touch::get_phase()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Touch_get_phase_mB82409FB2BE1C32ABDBA6A72E52A099D28AB70B0 (Touch_t03E51455ED508492B3F278903A0114FA0E87B417* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.Vector2 UnityEngine.Touch::get_deltaPosition()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Touch_get_deltaPosition_m2D51F960B74C94821ED0F6A09E44C80FD796D299 (Touch_t03E51455ED508492B3F278903A0114FA0E87B417* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.Ray UnityEngine.Camera::ScreenPointToRay(UnityEngine.Vector3)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Ray_t2B1742D7958DC05BDC3EFC7461D3593E1430DC00 Camera_ScreenPointToRay_m2887B9A49880B7AB670C57D66B67D6A6689FE315 (Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* __this, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_pos, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.Physics::Raycast(UnityEngine.Ray,UnityEngine.RaycastHit&,System.Single,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Physics_Raycast_m34AC1210E893A9EF969BD2C7104B10BE5B580025 (Ray_t2B1742D7958DC05BDC3EFC7461D3593E1430DC00 ___0_ray, RaycastHit_t6F30BD0B38B56401CA833A1B87BD74F2ACD2F2B5* ___1_hitInfo, float ___2_maxDistance, int32_t ___3_layerMask, const RuntimeMethod* method) ;
|
|
// UnityEngine.Transform UnityEngine.RaycastHit::get_transform()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* RaycastHit_get_transform_m89DB7FCFC50E0213A37CBE089400064B8FA19155 (RaycastHit_t6F30BD0B38B56401CA833A1B87BD74F2ACD2F2B5* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.Vector3 UnityEngine.Transform::TransformDirection(System.Single,System.Single,System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Transform_TransformDirection_m9C397BCD37FEFEDDE923D38FDCBC9DDC517AE5C3 (Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* __this, float ___0_x, float ___1_y, float ___2_z, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.Transform::Translate(UnityEngine.Vector3,UnityEngine.Space)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transform_Translate_m4A9E3D8836586E7562F6A18EBF5F5B6089D8B649 (Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* __this, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_translation, int32_t ___1_relativeTo, const RuntimeMethod* method) ;
|
|
// UnityEngine.Vector2 UnityEngine.Touch::get_position()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Touch_get_position_m41B9EB0F3F3E1BE98CEB388253A9E31979CB964A (Touch_t03E51455ED508492B3F278903A0114FA0E87B417* __this, const RuntimeMethod* method) ;
|
|
// System.Single UnityEngine.Vector2::get_magnitude()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Vector2_get_magnitude_m5C59B4056420AEFDB291AD0914A3F675330A75CE_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.Vector2::Normalize()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Vector2_Normalize_m56DABCAB5967DF37A6B96710477D3660D800C652_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* __this, 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.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.Vector3 UnityEngine.Vector3::SmoothDamp(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3&,System.Single,System.Single,System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Vector3_SmoothDamp_mAF61EA22D4906BF87DD00A91FB4F6AC0C54C495A (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_current, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___1_target, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* ___2_currentVelocity, float ___3_smoothTime, float ___4_maxSpeed, float ___5_deltaTime, const RuntimeMethod* method) ;
|
|
// UnityEngine.Vector2 UnityEngine.Vector2::op_Division(UnityEngine.Vector2,System.Single)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Vector2_op_Division_m57A2DCD71E0CE7420851D705D1951F9238902AAB_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___0_a, float ___1_d, const RuntimeMethod* method) ;
|
|
// UnityEngine.Vector2 UnityEngine.Vector2::get_zero()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Vector2_get_zero_m32506C40EC2EE7D5D4410BF40D3EE683A3D5F32C_inline (const RuntimeMethod* method) ;
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void EnemyGFX::Update()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnemyGFX_Update_mBAEF485D241D11CD085187701FB73423EB55A524 (EnemyGFX_tA18523A651AD87E2BC8B16AE6F361E40C4E46676* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// if (aiPath.desiredVelocity.x >= 0.01f)
|
|
AIPath_t2E3FAF42B0674CE8C4F7178BCBCEB2F0B0AD32A8* L_0 = __this->___aiPath_4;
|
|
NullCheck(L_0);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_1;
|
|
L_1 = AIBase_get_desiredVelocity_m036DD21E95B595C9407BDD88D9B1087205BC3FB9(L_0, NULL);
|
|
float L_2 = L_1.___x_2;
|
|
if ((!(((float)L_2) >= ((float)(0.00999999978f)))))
|
|
{
|
|
goto IL_0037;
|
|
}
|
|
}
|
|
{
|
|
// transform.localScale = new Vector3(-1f, 1f, 1f);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_3;
|
|
L_3 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(__this, NULL);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_4;
|
|
memset((&L_4), 0, sizeof(L_4));
|
|
Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&L_4), (-1.0f), (1.0f), (1.0f), /*hidden argument*/NULL);
|
|
NullCheck(L_3);
|
|
Transform_set_localScale_mBA79E811BAF6C47B80FF76414C12B47B3CD03633(L_3, L_4, NULL);
|
|
return;
|
|
}
|
|
|
|
IL_0037:
|
|
{
|
|
// else if (aiPath.desiredVelocity.x <= -0.01f)
|
|
AIPath_t2E3FAF42B0674CE8C4F7178BCBCEB2F0B0AD32A8* L_5 = __this->___aiPath_4;
|
|
NullCheck(L_5);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_6;
|
|
L_6 = AIBase_get_desiredVelocity_m036DD21E95B595C9407BDD88D9B1087205BC3FB9(L_5, NULL);
|
|
float L_7 = L_6.___x_2;
|
|
if ((!(((float)L_7) <= ((float)(-0.00999999978f)))))
|
|
{
|
|
goto IL_006d;
|
|
}
|
|
}
|
|
{
|
|
// transform.localScale = new Vector3(1f, 1f, 1f);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_8;
|
|
L_8 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(__this, NULL);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_9;
|
|
memset((&L_9), 0, sizeof(L_9));
|
|
Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&L_9), (1.0f), (1.0f), (1.0f), /*hidden argument*/NULL);
|
|
NullCheck(L_8);
|
|
Transform_set_localScale_mBA79E811BAF6C47B80FF76414C12B47B3CD03633(L_8, L_9, NULL);
|
|
}
|
|
|
|
IL_006d:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void EnemyGFX::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnemyGFX__ctor_mE15A7AA0F78BB738469969542D4A121A34076DAA (EnemyGFX_tA18523A651AD87E2BC8B16AE6F361E40C4E46676* __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 BirdBoss::Start()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BirdBoss_Start_mD2A94FA125A1CB8BA8D44E5F36D2446C69B8A548 (BirdBoss_t3A1202F672EAC48F5A2DB72AA5B31459ACEA750C* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisRigidbody2D_tBEBE9523CF4448544085AF46BF7E10AA499F320F_m0712B7A9DBBAE2C319B4B03394E7731B86FACBF2_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisSeeker_t6FEA42FECA98333BE993B3BBFB7BBC08AC65D441_m179FE34C9BA1E2ADE08520ABE3281BCB187FD629_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEA4794204F92E72456A88E6C1E39E92A22DA8333);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// seeker = GetComponent<Seeker>();
|
|
Seeker_t6FEA42FECA98333BE993B3BBFB7BBC08AC65D441* L_0;
|
|
L_0 = Component_GetComponent_TisSeeker_t6FEA42FECA98333BE993B3BBFB7BBC08AC65D441_m179FE34C9BA1E2ADE08520ABE3281BCB187FD629(__this, Component_GetComponent_TisSeeker_t6FEA42FECA98333BE993B3BBFB7BBC08AC65D441_m179FE34C9BA1E2ADE08520ABE3281BCB187FD629_RuntimeMethod_var);
|
|
__this->___seeker_21 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___seeker_21), (void*)L_0);
|
|
// rb = GetComponent<Rigidbody2D>();
|
|
Rigidbody2D_tBEBE9523CF4448544085AF46BF7E10AA499F320F* L_1;
|
|
L_1 = Component_GetComponent_TisRigidbody2D_tBEBE9523CF4448544085AF46BF7E10AA499F320F_m0712B7A9DBBAE2C319B4B03394E7731B86FACBF2(__this, Component_GetComponent_TisRigidbody2D_tBEBE9523CF4448544085AF46BF7E10AA499F320F_m0712B7A9DBBAE2C319B4B03394E7731B86FACBF2_RuntimeMethod_var);
|
|
__this->___rb_22 = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___rb_22), (void*)L_1);
|
|
// InvokeRepeating("UpdatePath", 0f, .5f);
|
|
MonoBehaviour_InvokeRepeating_mF208501E0E4918F9168BBBA5FC50D8F80D01514D(__this, _stringLiteralEA4794204F92E72456A88E6C1E39E92A22DA8333, (0.0f), (0.5f), NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void BirdBoss::UpdatePath()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BirdBoss_UpdatePath_m0C7DA88AC395BF53E7FC4708295BD91D0C0CFEFE (BirdBoss_t3A1202F672EAC48F5A2DB72AA5B31459ACEA750C* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BirdBoss_OnPathComplete_m488EEED4C9E8F45E40B89B3A77E6F9D8DC1807DC_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnPathDelegate_tBC5D616171AC6FA3DFA2083777FDA787D35047D4_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (seeker.IsDone())
|
|
Seeker_t6FEA42FECA98333BE993B3BBFB7BBC08AC65D441* L_0 = __this->___seeker_21;
|
|
NullCheck(L_0);
|
|
bool L_1;
|
|
L_1 = Seeker_IsDone_m02E37DC5F042AC06A69BA1A65886B1BA9369EB2D(L_0, NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_0040;
|
|
}
|
|
}
|
|
{
|
|
// seeker.StartPath(rb.position, target.position, OnPathComplete);
|
|
Seeker_t6FEA42FECA98333BE993B3BBFB7BBC08AC65D441* L_2 = __this->___seeker_21;
|
|
Rigidbody2D_tBEBE9523CF4448544085AF46BF7E10AA499F320F* L_3 = __this->___rb_22;
|
|
NullCheck(L_3);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_4;
|
|
L_4 = Rigidbody2D_get_position_m07070C4416DFE2229070F95B349E411AE4869276(L_3, NULL);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_5;
|
|
L_5 = Vector2_op_Implicit_m6D9CABB2C791A192867D7A4559D132BE86DD3EB7_inline(L_4, NULL);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_6 = __this->___target_5;
|
|
NullCheck(L_6);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_7;
|
|
L_7 = Transform_get_position_m69CD5FA214FDAE7BB701552943674846C220FDE1(L_6, NULL);
|
|
OnPathDelegate_tBC5D616171AC6FA3DFA2083777FDA787D35047D4* L_8 = (OnPathDelegate_tBC5D616171AC6FA3DFA2083777FDA787D35047D4*)il2cpp_codegen_object_new(OnPathDelegate_tBC5D616171AC6FA3DFA2083777FDA787D35047D4_il2cpp_TypeInfo_var);
|
|
NullCheck(L_8);
|
|
OnPathDelegate__ctor_mD3FAB4AAEAF5DCAA68A6D1C3C8A7A9F316362C43(L_8, __this, (intptr_t)((void*)BirdBoss_OnPathComplete_m488EEED4C9E8F45E40B89B3A77E6F9D8DC1807DC_RuntimeMethod_var), NULL);
|
|
NullCheck(L_2);
|
|
Path_tF8373A11D8EE16052CE8F7D66EB9D74E17EE8F7A* L_9;
|
|
L_9 = Seeker_StartPath_m5F4742FD2F4BC23BB40FAA281193B5CCD1D63B8B(L_2, L_5, L_7, L_8, NULL);
|
|
}
|
|
|
|
IL_0040:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void BirdBoss::OnPathComplete(Pathfinding.Path)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BirdBoss_OnPathComplete_m488EEED4C9E8F45E40B89B3A77E6F9D8DC1807DC (BirdBoss_t3A1202F672EAC48F5A2DB72AA5B31459ACEA750C* __this, Path_tF8373A11D8EE16052CE8F7D66EB9D74E17EE8F7A* ___0_p, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// if (!p.error)
|
|
Path_tF8373A11D8EE16052CE8F7D66EB9D74E17EE8F7A* L_0 = ___0_p;
|
|
NullCheck(L_0);
|
|
bool L_1;
|
|
L_1 = Path_get_error_m53DE4309315C8B6A124412EC3CBF9AA514414FE2(L_0, NULL);
|
|
if (L_1)
|
|
{
|
|
goto IL_0016;
|
|
}
|
|
}
|
|
{
|
|
// path = p;
|
|
Path_tF8373A11D8EE16052CE8F7D66EB9D74E17EE8F7A* L_2 = ___0_p;
|
|
__this->___path_17 = L_2;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___path_17), (void*)L_2);
|
|
// currentWaypoint = 0;
|
|
__this->___currentWaypoint_18 = 0;
|
|
}
|
|
|
|
IL_0016:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void BirdBoss::FixedUpdate()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BirdBoss_FixedUpdate_mF62ACD30019A8D44A8134434CB53EE0333A04F9E (BirdBoss_t3A1202F672EAC48F5A2DB72AA5B31459ACEA750C* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m46EEFFA770BE665EA0CB3A5332E941DA4B3C1D37_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m8F2E15FC96DA75186C51228128A0660709E4E810_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Pause_tBA95B8E0340B28796AF51B491AF0D3EEC1F06DD7_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
{
|
|
// if (Pause.IsPause == false && Stop == false && start == true)
|
|
bool L_0 = ((Pause_tBA95B8E0340B28796AF51B491AF0D3EEC1F06DD7_StaticFields*)il2cpp_codegen_static_fields_for(Pause_tBA95B8E0340B28796AF51B491AF0D3EEC1F06DD7_il2cpp_TypeInfo_var))->___IsPause_4;
|
|
if (L_0)
|
|
{
|
|
goto IL_014f;
|
|
}
|
|
}
|
|
{
|
|
bool L_1 = __this->___Stop_32;
|
|
if (L_1)
|
|
{
|
|
goto IL_014f;
|
|
}
|
|
}
|
|
{
|
|
bool L_2 = __this->___start_19;
|
|
if (!L_2)
|
|
{
|
|
goto IL_014f;
|
|
}
|
|
}
|
|
{
|
|
// if (path == null)
|
|
Path_tF8373A11D8EE16052CE8F7D66EB9D74E17EE8F7A* L_3 = __this->___path_17;
|
|
if (L_3)
|
|
{
|
|
goto IL_0029;
|
|
}
|
|
}
|
|
{
|
|
// return;
|
|
return;
|
|
}
|
|
|
|
IL_0029:
|
|
{
|
|
// if (currentWaypoint >= path.vectorPath.Count)
|
|
int32_t L_4 = __this->___currentWaypoint_18;
|
|
Path_tF8373A11D8EE16052CE8F7D66EB9D74E17EE8F7A* L_5 = __this->___path_17;
|
|
NullCheck(L_5);
|
|
List_1_t77B94703E05C519A9010DD0614F757F974E1CD8B* L_6 = L_5->___vectorPath_9;
|
|
NullCheck(L_6);
|
|
int32_t L_7;
|
|
L_7 = List_1_get_Count_m46EEFFA770BE665EA0CB3A5332E941DA4B3C1D37_inline(L_6, List_1_get_Count_m46EEFFA770BE665EA0CB3A5332E941DA4B3C1D37_RuntimeMethod_var);
|
|
if ((((int32_t)L_4) < ((int32_t)L_7)))
|
|
{
|
|
goto IL_0042;
|
|
}
|
|
}
|
|
{
|
|
// return;
|
|
return;
|
|
}
|
|
|
|
IL_0042:
|
|
{
|
|
// Vector2 direction = ((Vector2)path.vectorPath[currentWaypoint] -rb.position).normalized;
|
|
Path_tF8373A11D8EE16052CE8F7D66EB9D74E17EE8F7A* L_8 = __this->___path_17;
|
|
NullCheck(L_8);
|
|
List_1_t77B94703E05C519A9010DD0614F757F974E1CD8B* L_9 = L_8->___vectorPath_9;
|
|
int32_t L_10 = __this->___currentWaypoint_18;
|
|
NullCheck(L_9);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_11;
|
|
L_11 = List_1_get_Item_m8F2E15FC96DA75186C51228128A0660709E4E810(L_9, L_10, List_1_get_Item_m8F2E15FC96DA75186C51228128A0660709E4E810_RuntimeMethod_var);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_12;
|
|
L_12 = Vector2_op_Implicit_mE8EBEE9291F11BB02F062D6E000F4798968CBD96_inline(L_11, NULL);
|
|
Rigidbody2D_tBEBE9523CF4448544085AF46BF7E10AA499F320F* L_13 = __this->___rb_22;
|
|
NullCheck(L_13);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_14;
|
|
L_14 = Rigidbody2D_get_position_m07070C4416DFE2229070F95B349E411AE4869276(L_13, NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_15;
|
|
L_15 = Vector2_op_Subtraction_m44475FCDAD2DA2F98D78A6625EC2DCDFE8803837_inline(L_12, L_14, NULL);
|
|
V_1 = L_15;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_16;
|
|
L_16 = Vector2_get_normalized_mF6722883AEFB5027690A778DF8ACC20F0FA65297_inline((&V_1), NULL);
|
|
// Vector2 force = direction * speed * Time.deltaTime;
|
|
float L_17 = __this->___speed_9;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_18;
|
|
L_18 = Vector2_op_Multiply_m2D984B613020089BF5165BA4CA10988E2DC771FE_inline(L_16, L_17, NULL);
|
|
float L_19;
|
|
L_19 = Time_get_deltaTime_mC3195000401F0FD167DD2F948FD2BC58330D0865(NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_20;
|
|
L_20 = Vector2_op_Multiply_m2D984B613020089BF5165BA4CA10988E2DC771FE_inline(L_18, L_19, NULL);
|
|
V_0 = L_20;
|
|
// rb.AddForce(force);
|
|
Rigidbody2D_tBEBE9523CF4448544085AF46BF7E10AA499F320F* L_21 = __this->___rb_22;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_22 = V_0;
|
|
NullCheck(L_21);
|
|
Rigidbody2D_AddForce_mC635C76F94D56891007700CA0E653EB269E955CB(L_21, L_22, NULL);
|
|
// float distance = Vector2.Distance(rb.position, path.vectorPath[currentWaypoint]);
|
|
Rigidbody2D_tBEBE9523CF4448544085AF46BF7E10AA499F320F* L_23 = __this->___rb_22;
|
|
NullCheck(L_23);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_24;
|
|
L_24 = Rigidbody2D_get_position_m07070C4416DFE2229070F95B349E411AE4869276(L_23, NULL);
|
|
Path_tF8373A11D8EE16052CE8F7D66EB9D74E17EE8F7A* L_25 = __this->___path_17;
|
|
NullCheck(L_25);
|
|
List_1_t77B94703E05C519A9010DD0614F757F974E1CD8B* L_26 = L_25->___vectorPath_9;
|
|
int32_t L_27 = __this->___currentWaypoint_18;
|
|
NullCheck(L_26);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_28;
|
|
L_28 = List_1_get_Item_m8F2E15FC96DA75186C51228128A0660709E4E810(L_26, L_27, List_1_get_Item_m8F2E15FC96DA75186C51228128A0660709E4E810_RuntimeMethod_var);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_29;
|
|
L_29 = Vector2_op_Implicit_mE8EBEE9291F11BB02F062D6E000F4798968CBD96_inline(L_28, NULL);
|
|
float L_30;
|
|
L_30 = Vector2_Distance_mBACBB1609E1894D68F882D86A93519E311810C89_inline(L_24, L_29, NULL);
|
|
// if (distance < nextWaypointDistance)
|
|
float L_31 = __this->___nextWaypointDistance_12;
|
|
if ((!(((float)L_30) < ((float)L_31))))
|
|
{
|
|
goto IL_00d8;
|
|
}
|
|
}
|
|
{
|
|
// currentWaypoint++;
|
|
int32_t L_32 = __this->___currentWaypoint_18;
|
|
__this->___currentWaypoint_18 = ((int32_t)il2cpp_codegen_add(L_32, 1));
|
|
}
|
|
|
|
IL_00d8:
|
|
{
|
|
// if (rb.velocity.x >= 0.01f)
|
|
Rigidbody2D_tBEBE9523CF4448544085AF46BF7E10AA499F320F* L_33 = __this->___rb_22;
|
|
NullCheck(L_33);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_34;
|
|
L_34 = Rigidbody2D_get_velocity_mBD8AC6F93F0E24CC41D2361BCEF74F81303720EF(L_33, NULL);
|
|
float L_35 = L_34.___x_0;
|
|
if ((!(((float)L_35) >= ((float)(0.00999999978f)))))
|
|
{
|
|
goto IL_0114;
|
|
}
|
|
}
|
|
{
|
|
// enemyGFX.transform.localScale = new Vector3(-1f, 1f, 1f);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_36 = __this->___enemyGFX_16;
|
|
NullCheck(L_36);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_37;
|
|
L_37 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(L_36, NULL);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_38;
|
|
memset((&L_38), 0, sizeof(L_38));
|
|
Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&L_38), (-1.0f), (1.0f), (1.0f), /*hidden argument*/NULL);
|
|
NullCheck(L_37);
|
|
Transform_set_localScale_mBA79E811BAF6C47B80FF76414C12B47B3CD03633(L_37, L_38, NULL);
|
|
return;
|
|
}
|
|
|
|
IL_0114:
|
|
{
|
|
// else if (rb.velocity.x <= -0.01f)
|
|
Rigidbody2D_tBEBE9523CF4448544085AF46BF7E10AA499F320F* L_39 = __this->___rb_22;
|
|
NullCheck(L_39);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_40;
|
|
L_40 = Rigidbody2D_get_velocity_mBD8AC6F93F0E24CC41D2361BCEF74F81303720EF(L_39, NULL);
|
|
float L_41 = L_40.___x_0;
|
|
if ((!(((float)L_41) <= ((float)(-0.00999999978f)))))
|
|
{
|
|
goto IL_014f;
|
|
}
|
|
}
|
|
{
|
|
// enemyGFX.transform.localScale = new Vector3(1f, 1f, 1f);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_42 = __this->___enemyGFX_16;
|
|
NullCheck(L_42);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_43;
|
|
L_43 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(L_42, NULL);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_44;
|
|
memset((&L_44), 0, sizeof(L_44));
|
|
Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&L_44), (1.0f), (1.0f), (1.0f), /*hidden argument*/NULL);
|
|
NullCheck(L_43);
|
|
Transform_set_localScale_mBA79E811BAF6C47B80FF76414C12B47B3CD03633(L_43, L_44, NULL);
|
|
}
|
|
|
|
IL_014f:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void BirdBoss::OnTriggerEnter2D(UnityEngine.Collider2D)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BirdBoss_OnTriggerEnter2D_m26D58238CFEFDF4AC13C1B9A5AF2F8163F7DDA07 (BirdBoss_t3A1202F672EAC48F5A2DB72AA5B31459ACEA750C* __this, Collider2D_t6A17BA7734600EF3F26588E9ED903617D5B8EB52* ___0_collider, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral87EC9E6B1D53FB72E3610EE8D1FBACA5F8D07BB0);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (collider.gameObject.tag == "Bullet" && distance < range && StopHearting == false && TimeStopHearting == false)
|
|
Collider2D_t6A17BA7734600EF3F26588E9ED903617D5B8EB52* L_0 = ___0_collider;
|
|
NullCheck(L_0);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_1;
|
|
L_1 = Component_get_gameObject_m57AEFBB14DB39EC476F740BA000E170355DE691B(L_0, NULL);
|
|
NullCheck(L_1);
|
|
String_t* L_2;
|
|
L_2 = GameObject_get_tag_mEDD27BF795072834D656B286CBE51B2C99747805(L_1, NULL);
|
|
bool L_3;
|
|
L_3 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_2, _stringLiteral87EC9E6B1D53FB72E3610EE8D1FBACA5F8D07BB0, NULL);
|
|
if (!L_3)
|
|
{
|
|
goto IL_003d;
|
|
}
|
|
}
|
|
{
|
|
float L_4 = __this->___distance_30;
|
|
float L_5 = __this->___range_31;
|
|
if ((!(((float)L_4) < ((float)L_5))))
|
|
{
|
|
goto IL_003d;
|
|
}
|
|
}
|
|
{
|
|
bool L_6 = __this->___StopHearting_26;
|
|
if (L_6)
|
|
{
|
|
goto IL_003d;
|
|
}
|
|
}
|
|
{
|
|
bool L_7 = __this->___TimeStopHearting_27;
|
|
if (L_7)
|
|
{
|
|
goto IL_003d;
|
|
}
|
|
}
|
|
{
|
|
// TakeDamage(10);
|
|
BirdBoss_TakeDamage_m94B62CD3EACEE7A31E2136044480490824D5EFDB(__this, ((int32_t)10), NULL);
|
|
}
|
|
|
|
IL_003d:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void BirdBoss::OnCollisionEnter2D(UnityEngine.Collision2D)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BirdBoss_OnCollisionEnter2D_m4C3D0BCBDAD3E76221FF1CF2978AC63FA4CC3F01 (BirdBoss_t3A1202F672EAC48F5A2DB72AA5B31459ACEA750C* __this, Collision2D_t81E83212C969FDDE2AB84EBCA31502818EEAB85B* ___0_collision, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCAF8804297181FF007CA835529DD4477CFD94A70);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (collision.gameObject.tag == "Player")
|
|
Collision2D_t81E83212C969FDDE2AB84EBCA31502818EEAB85B* L_0 = ___0_collision;
|
|
NullCheck(L_0);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_1;
|
|
L_1 = Collision2D_get_gameObject_mE4B3D56F3477F7D2D6D7B217DF5488DA1D13204C(L_0, NULL);
|
|
NullCheck(L_1);
|
|
String_t* L_2;
|
|
L_2 = GameObject_get_tag_mEDD27BF795072834D656B286CBE51B2C99747805(L_1, NULL);
|
|
bool L_3;
|
|
L_3 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_2, _stringLiteralCAF8804297181FF007CA835529DD4477CFD94A70, NULL);
|
|
if (!L_3)
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
// StartCoroutine(Attack());
|
|
RuntimeObject* L_4;
|
|
L_4 = BirdBoss_Attack_m1354CBD0F2C25D406940754E2A1BD9903B199912(__this, NULL);
|
|
Coroutine_t85EA685566A254C23F3FD77AB5BDFFFF8799596B* L_5;
|
|
L_5 = MonoBehaviour_StartCoroutine_m4CAFF732AA28CD3BDC5363B44A863575530EC812(__this, L_4, NULL);
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void BirdBoss::TakeDamage(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BirdBoss_TakeDamage_m94B62CD3EACEE7A31E2136044480490824D5EFDB (BirdBoss_t3A1202F672EAC48F5A2DB72AA5B31459ACEA750C* __this, int32_t ___0_damage, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MainMenu_t5A8A8E4906FD2B24D16567A6BFFDAA6B91DD12DF_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (MainMenu.ExitLevel == false)
|
|
bool L_0 = ((MainMenu_t5A8A8E4906FD2B24D16567A6BFFDAA6B91DD12DF_StaticFields*)il2cpp_codegen_static_fields_for(MainMenu_t5A8A8E4906FD2B24D16567A6BFFDAA6B91DD12DF_il2cpp_TypeInfo_var))->___ExitLevel_32;
|
|
if (L_0)
|
|
{
|
|
goto IL_003e;
|
|
}
|
|
}
|
|
{
|
|
// health -= damage;
|
|
int32_t L_1 = __this->___health_23;
|
|
int32_t L_2 = ___0_damage;
|
|
__this->___health_23 = ((int32_t)il2cpp_codegen_subtract(L_1, L_2));
|
|
// StartCoroutine(DamageAnimation());
|
|
RuntimeObject* L_3;
|
|
L_3 = BirdBoss_DamageAnimation_mCFA78D2345D4E105CC8266CB7F6E982368236113(__this, NULL);
|
|
Coroutine_t85EA685566A254C23F3FD77AB5BDFFFF8799596B* L_4;
|
|
L_4 = MonoBehaviour_StartCoroutine_m4CAFF732AA28CD3BDC5363B44A863575530EC812(__this, L_3, NULL);
|
|
// StartCoroutine(BulletAttacked());
|
|
RuntimeObject* L_5;
|
|
L_5 = BirdBoss_BulletAttacked_mBA01E1D01DF0265C1535C9572D07258F25DAEB9F(__this, NULL);
|
|
Coroutine_t85EA685566A254C23F3FD77AB5BDFFFF8799596B* L_6;
|
|
L_6 = MonoBehaviour_StartCoroutine_m4CAFF732AA28CD3BDC5363B44A863575530EC812(__this, L_5, NULL);
|
|
// if (health <= 0)
|
|
int32_t L_7 = __this->___health_23;
|
|
if ((((int32_t)L_7) > ((int32_t)0)))
|
|
{
|
|
goto IL_003e;
|
|
}
|
|
}
|
|
{
|
|
// Die();
|
|
BirdBoss_Die_m482EB0A0CC8C050DC4AB4731997DF72802706EED(__this, NULL);
|
|
}
|
|
|
|
IL_003e:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void BirdBoss::Die()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BirdBoss_Die_m482EB0A0CC8C050DC4AB4731997DF72802706EED (BirdBoss_t3A1202F672EAC48F5A2DB72AA5B31459ACEA750C* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BirdBoss_t3A1202F672EAC48F5A2DB72AA5B31459ACEA750C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_Instantiate_TisGameObject_t76FEDD663AB33C991A9C9A23129337651094216F_m831D2F71DF2AA6C93AFDFEFA04CF2CFC5FBBCDB4_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// BirdDead = true;
|
|
((BirdBoss_t3A1202F672EAC48F5A2DB72AA5B31459ACEA750C_StaticFields*)il2cpp_codegen_static_fields_for(BirdBoss_t3A1202F672EAC48F5A2DB72AA5B31459ACEA750C_il2cpp_TypeInfo_var))->___BirdDead_25 = (bool)1;
|
|
// Instantiate(deathEffect, transform.position, Quaternion.identity);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_0 = __this->___deathEffect_24;
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_1;
|
|
L_1 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(__this, NULL);
|
|
NullCheck(L_1);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_2;
|
|
L_2 = Transform_get_position_m69CD5FA214FDAE7BB701552943674846C220FDE1(L_1, NULL);
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_3;
|
|
L_3 = Quaternion_get_identity_m7E701AE095ED10FD5EA0B50ABCFDE2EEFF2173A5_inline(NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_4;
|
|
L_4 = Object_Instantiate_TisGameObject_t76FEDD663AB33C991A9C9A23129337651094216F_m831D2F71DF2AA6C93AFDFEFA04CF2CFC5FBBCDB4(L_0, L_2, L_3, Object_Instantiate_TisGameObject_t76FEDD663AB33C991A9C9A23129337651094216F_m831D2F71DF2AA6C93AFDFEFA04CF2CFC5FBBCDB4_RuntimeMethod_var);
|
|
// Destroy(gameObject);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_5;
|
|
L_5 = Component_get_gameObject_m57AEFBB14DB39EC476F740BA000E170355DE691B(__this, NULL);
|
|
Object_Destroy_mE97D0A766419A81296E8D4E5C23D01D3FE91ACBB(L_5, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void BirdBoss::Update()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BirdBoss_Update_mD171D31A6A0C6DC04801F72032C25F86DAA432AC (BirdBoss_t3A1202F672EAC48F5A2DB72AA5B31459ACEA750C* __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*)&Pause_tBA95B8E0340B28796AF51B491AF0D3EEC1F06DD7_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral008F6E1BE2B28B633406A8328A0C886C24DD0A51);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (Pause.IsPause == false)
|
|
bool L_0 = ((Pause_tBA95B8E0340B28796AF51B491AF0D3EEC1F06DD7_StaticFields*)il2cpp_codegen_static_fields_for(Pause_tBA95B8E0340B28796AF51B491AF0D3EEC1F06DD7_il2cpp_TypeInfo_var))->___IsPause_4;
|
|
if (L_0)
|
|
{
|
|
goto IL_0090;
|
|
}
|
|
}
|
|
{
|
|
// if (health <= 25 && encourageStart == 1f)
|
|
int32_t L_1 = __this->___health_23;
|
|
if ((((int32_t)L_1) > ((int32_t)((int32_t)25))))
|
|
{
|
|
goto IL_002e;
|
|
}
|
|
}
|
|
{
|
|
float L_2 = __this->___encourageStart_28;
|
|
if ((!(((float)L_2) == ((float)(1.0f)))))
|
|
{
|
|
goto IL_002e;
|
|
}
|
|
}
|
|
{
|
|
// StartCoroutine(Encourage());
|
|
RuntimeObject* L_3;
|
|
L_3 = BirdBoss_Encourage_m9BBE6F2C3DEEA5AAB92DFCB64BFA813591A84786(__this, NULL);
|
|
Coroutine_t85EA685566A254C23F3FD77AB5BDFFFF8799596B* L_4;
|
|
L_4 = MonoBehaviour_StartCoroutine_m4CAFF732AA28CD3BDC5363B44A863575530EC812(__this, L_3, NULL);
|
|
}
|
|
|
|
IL_002e:
|
|
{
|
|
// if (start == false)
|
|
bool L_5 = __this->___start_19;
|
|
if (L_5)
|
|
{
|
|
goto IL_0074;
|
|
}
|
|
}
|
|
{
|
|
// float distancce = Vector2.Distance(transform.position, target.position);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_6;
|
|
L_6 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(__this, NULL);
|
|
NullCheck(L_6);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_7;
|
|
L_7 = Transform_get_position_m69CD5FA214FDAE7BB701552943674846C220FDE1(L_6, NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_8;
|
|
L_8 = Vector2_op_Implicit_mE8EBEE9291F11BB02F062D6E000F4798968CBD96_inline(L_7, NULL);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_9 = __this->___target_5;
|
|
NullCheck(L_9);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_10;
|
|
L_10 = Transform_get_position_m69CD5FA214FDAE7BB701552943674846C220FDE1(L_9, NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_11;
|
|
L_11 = Vector2_op_Implicit_mE8EBEE9291F11BB02F062D6E000F4798968CBD96_inline(L_10, NULL);
|
|
float L_12;
|
|
L_12 = Vector2_Distance_mBACBB1609E1894D68F882D86A93519E311810C89_inline(L_8, L_11, NULL);
|
|
// if (distancce < StartRange)
|
|
float L_13 = __this->___StartRange_20;
|
|
if ((!(((float)L_12) < ((float)L_13))))
|
|
{
|
|
goto IL_0074;
|
|
}
|
|
}
|
|
{
|
|
// Debug.Log("started");
|
|
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
Debug_Log_m87A9A3C761FF5C43ED8A53B16190A53D08F818BB(_stringLiteral008F6E1BE2B28B633406A8328A0C886C24DD0A51, NULL);
|
|
// start = true;
|
|
__this->___start_19 = (bool)1;
|
|
}
|
|
|
|
IL_0074:
|
|
{
|
|
// if (IsPlay == true)
|
|
bool L_14 = __this->___IsPlay_15;
|
|
if (!L_14)
|
|
{
|
|
goto IL_0090;
|
|
}
|
|
}
|
|
{
|
|
// StartCoroutine(Music());
|
|
RuntimeObject* L_15;
|
|
L_15 = BirdBoss_Music_m93D47C4FE1BFC20D80385CC124293E39C76FE78E(__this, NULL);
|
|
Coroutine_t85EA685566A254C23F3FD77AB5BDFFFF8799596B* L_16;
|
|
L_16 = MonoBehaviour_StartCoroutine_m4CAFF732AA28CD3BDC5363B44A863575530EC812(__this, L_15, NULL);
|
|
// IsPlay = false;
|
|
__this->___IsPlay_15 = (bool)0;
|
|
}
|
|
|
|
IL_0090:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Collections.IEnumerator BirdBoss::Attack()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* BirdBoss_Attack_m1354CBD0F2C25D406940754E2A1BD9903B199912 (BirdBoss_t3A1202F672EAC48F5A2DB72AA5B31459ACEA750C* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CAttackU3Ed__38_t541AA3EB7882FFEC43DB8718862F2C47CDEC4F7A_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
U3CAttackU3Ed__38_t541AA3EB7882FFEC43DB8718862F2C47CDEC4F7A* L_0 = (U3CAttackU3Ed__38_t541AA3EB7882FFEC43DB8718862F2C47CDEC4F7A*)il2cpp_codegen_object_new(U3CAttackU3Ed__38_t541AA3EB7882FFEC43DB8718862F2C47CDEC4F7A_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
U3CAttackU3Ed__38__ctor_m876684AF70371AD2469699053E2A9586C9E35C1C(L_0, 0, NULL);
|
|
U3CAttackU3Ed__38_t541AA3EB7882FFEC43DB8718862F2C47CDEC4F7A* L_1 = L_0;
|
|
NullCheck(L_1);
|
|
L_1->___U3CU3E4__this_2 = __this;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_1->___U3CU3E4__this_2), (void*)__this);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Collections.IEnumerator BirdBoss::DamageAnimation()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* BirdBoss_DamageAnimation_mCFA78D2345D4E105CC8266CB7F6E982368236113 (BirdBoss_t3A1202F672EAC48F5A2DB72AA5B31459ACEA750C* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CDamageAnimationU3Ed__39_t82DA31A95EA25CDB3FA669BCB786C3BFD0D8C2EA_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
U3CDamageAnimationU3Ed__39_t82DA31A95EA25CDB3FA669BCB786C3BFD0D8C2EA* L_0 = (U3CDamageAnimationU3Ed__39_t82DA31A95EA25CDB3FA669BCB786C3BFD0D8C2EA*)il2cpp_codegen_object_new(U3CDamageAnimationU3Ed__39_t82DA31A95EA25CDB3FA669BCB786C3BFD0D8C2EA_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
U3CDamageAnimationU3Ed__39__ctor_m8B977DEAB63B153DD59EE60CA0971C41B501D7A8(L_0, 0, NULL);
|
|
U3CDamageAnimationU3Ed__39_t82DA31A95EA25CDB3FA669BCB786C3BFD0D8C2EA* L_1 = L_0;
|
|
NullCheck(L_1);
|
|
L_1->___U3CU3E4__this_2 = __this;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_1->___U3CU3E4__this_2), (void*)__this);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Collections.IEnumerator BirdBoss::Encourage()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* BirdBoss_Encourage_m9BBE6F2C3DEEA5AAB92DFCB64BFA813591A84786 (BirdBoss_t3A1202F672EAC48F5A2DB72AA5B31459ACEA750C* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CEncourageU3Ed__40_t1B2AC2A5A0A6648E08F335113822FAEAF7C26B5E_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
U3CEncourageU3Ed__40_t1B2AC2A5A0A6648E08F335113822FAEAF7C26B5E* L_0 = (U3CEncourageU3Ed__40_t1B2AC2A5A0A6648E08F335113822FAEAF7C26B5E*)il2cpp_codegen_object_new(U3CEncourageU3Ed__40_t1B2AC2A5A0A6648E08F335113822FAEAF7C26B5E_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
U3CEncourageU3Ed__40__ctor_m85762BCC3CFC0F0B5FE6DE51C54F8F25C47C3CF9(L_0, 0, NULL);
|
|
U3CEncourageU3Ed__40_t1B2AC2A5A0A6648E08F335113822FAEAF7C26B5E* L_1 = L_0;
|
|
NullCheck(L_1);
|
|
L_1->___U3CU3E4__this_2 = __this;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_1->___U3CU3E4__this_2), (void*)__this);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Collections.IEnumerator BirdBoss::BulletAttacked()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* BirdBoss_BulletAttacked_mBA01E1D01DF0265C1535C9572D07258F25DAEB9F (BirdBoss_t3A1202F672EAC48F5A2DB72AA5B31459ACEA750C* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CBulletAttackedU3Ed__41_t5BF69329E11E18B1106E7DAEA3F4F2B620971479_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
U3CBulletAttackedU3Ed__41_t5BF69329E11E18B1106E7DAEA3F4F2B620971479* L_0 = (U3CBulletAttackedU3Ed__41_t5BF69329E11E18B1106E7DAEA3F4F2B620971479*)il2cpp_codegen_object_new(U3CBulletAttackedU3Ed__41_t5BF69329E11E18B1106E7DAEA3F4F2B620971479_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
U3CBulletAttackedU3Ed__41__ctor_m13B2B83E5C25C89EA62C48CA98AE3CF29BD76D2B(L_0, 0, NULL);
|
|
U3CBulletAttackedU3Ed__41_t5BF69329E11E18B1106E7DAEA3F4F2B620971479* L_1 = L_0;
|
|
NullCheck(L_1);
|
|
L_1->___U3CU3E4__this_2 = __this;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_1->___U3CU3E4__this_2), (void*)__this);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Collections.IEnumerator BirdBoss::Music()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* BirdBoss_Music_m93D47C4FE1BFC20D80385CC124293E39C76FE78E (BirdBoss_t3A1202F672EAC48F5A2DB72AA5B31459ACEA750C* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CMusicU3Ed__42_t9EEAA140C1B356D6B532CDE33B54F6D9CF9F13E1_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
U3CMusicU3Ed__42_t9EEAA140C1B356D6B532CDE33B54F6D9CF9F13E1* L_0 = (U3CMusicU3Ed__42_t9EEAA140C1B356D6B532CDE33B54F6D9CF9F13E1*)il2cpp_codegen_object_new(U3CMusicU3Ed__42_t9EEAA140C1B356D6B532CDE33B54F6D9CF9F13E1_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
U3CMusicU3Ed__42__ctor_mCA081FAC3EE34114ECAC8C4B18DDA9AD3C3AADE4(L_0, 0, NULL);
|
|
U3CMusicU3Ed__42_t9EEAA140C1B356D6B532CDE33B54F6D9CF9F13E1* L_1 = L_0;
|
|
NullCheck(L_1);
|
|
L_1->___U3CU3E4__this_2 = __this;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_1->___U3CU3E4__this_2), (void*)__this);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Void BirdBoss::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BirdBoss__ctor_m92B54D906DA774F6E9B4AAD96FD88D59B1AFA610 (BirdBoss_t3A1202F672EAC48F5A2DB72AA5B31459ACEA750C* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public float SlowSpeed = 100f;
|
|
__this->___SlowSpeed_6 = (100.0f);
|
|
// public float NormalSpeed = 300f;
|
|
__this->___NormalSpeed_7 = (300.0f);
|
|
// public float FastSpeed = 500f;
|
|
__this->___FastSpeed_8 = (500.0f);
|
|
// public float speed = 300f;
|
|
__this->___speed_9 = (300.0f);
|
|
// public float encourageSpeed = 700f;
|
|
__this->___encourageSpeed_10 = (700.0f);
|
|
// public float encourageSec = 2.0f;
|
|
__this->___encourageSec_11 = (2.0f);
|
|
// public float nextWaypointDistance = 3f;
|
|
__this->___nextWaypointDistance_12 = (3.0f);
|
|
// public float StartRange = 20f;
|
|
__this->___StartRange_20 = (20.0f);
|
|
// public int health = 100;
|
|
__this->___health_23 = ((int32_t)100);
|
|
// float encourageStart = 1f;
|
|
__this->___encourageStart_28 = (1.0f);
|
|
// public float range = 10f;
|
|
__this->___range_31 = (10.0f);
|
|
MonoBehaviour__ctor_m592DB0105CA0BC97AA1C5F4AD27B12D68A3B7C1E(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void BirdBoss/<Attack>d__38::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CAttackU3Ed__38__ctor_m876684AF70371AD2469699053E2A9586C9E35C1C (U3CAttackU3Ed__38_t541AA3EB7882FFEC43DB8718862F2C47CDEC4F7A* __this, int32_t ___0_U3CU3E1__state, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
int32_t L_0 = ___0_U3CU3E1__state;
|
|
__this->___U3CU3E1__state_0 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// System.Void BirdBoss/<Attack>d__38::System.IDisposable.Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CAttackU3Ed__38_System_IDisposable_Dispose_m5E01EDDC2D78C0B6C712F35C75D2653022861EC9 (U3CAttackU3Ed__38_t541AA3EB7882FFEC43DB8718862F2C47CDEC4F7A* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean BirdBoss/<Attack>d__38::MoveNext()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CAttackU3Ed__38_MoveNext_m9D047BE321EA6C3AD11DA9D7ED9DE7EF4649B955 (U3CAttackU3Ed__38_t541AA3EB7882FFEC43DB8718862F2C47CDEC4F7A* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enemy_t10DB314C96B1CE78B8D967CD3B39F05126409BBB_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral508450355DF2A5BB172C6D21A5C54D7806587D91);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
BirdBoss_t3A1202F672EAC48F5A2DB72AA5B31459ACEA750C* V_1 = NULL;
|
|
{
|
|
int32_t L_0 = __this->___U3CU3E1__state_0;
|
|
V_0 = L_0;
|
|
BirdBoss_t3A1202F672EAC48F5A2DB72AA5B31459ACEA750C* L_1 = __this->___U3CU3E4__this_2;
|
|
V_1 = L_1;
|
|
int32_t L_2 = V_0;
|
|
if (!L_2)
|
|
{
|
|
goto IL_0017;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_3 = V_0;
|
|
if ((((int32_t)L_3) == ((int32_t)1)))
|
|
{
|
|
goto IL_004e;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0017:
|
|
{
|
|
__this->___U3CU3E1__state_0 = (-1);
|
|
// animator.SetBool("Attack", true);
|
|
BirdBoss_t3A1202F672EAC48F5A2DB72AA5B31459ACEA750C* L_4 = V_1;
|
|
NullCheck(L_4);
|
|
Animator_t8A52E42AE54F76681838FE9E632683EF3952E883* L_5 = L_4->___animator_4;
|
|
NullCheck(L_5);
|
|
Animator_SetBool_m6F8D4FAF0770CD4EC1F54406249785DE7391E42B(L_5, _stringLiteral508450355DF2A5BB172C6D21A5C54D7806587D91, (bool)1, NULL);
|
|
// Enemy.TakedDamage = true;
|
|
((Enemy_t10DB314C96B1CE78B8D967CD3B39F05126409BBB_StaticFields*)il2cpp_codegen_static_fields_for(Enemy_t10DB314C96B1CE78B8D967CD3B39F05126409BBB_il2cpp_TypeInfo_var))->___TakedDamage_4 = (bool)1;
|
|
// yield return new WaitForSeconds(2.0f);
|
|
WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3* L_6 = (WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3*)il2cpp_codegen_object_new(WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3_il2cpp_TypeInfo_var);
|
|
NullCheck(L_6);
|
|
WaitForSeconds__ctor_m579F95BADEDBAB4B3A7E302C6EE3995926EF2EFC(L_6, (2.0f), NULL);
|
|
__this->___U3CU3E2__current_1 = L_6;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CU3E2__current_1), (void*)L_6);
|
|
__this->___U3CU3E1__state_0 = 1;
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_004e:
|
|
{
|
|
__this->___U3CU3E1__state_0 = (-1);
|
|
// animator.SetBool("Attack", false);
|
|
BirdBoss_t3A1202F672EAC48F5A2DB72AA5B31459ACEA750C* L_7 = V_1;
|
|
NullCheck(L_7);
|
|
Animator_t8A52E42AE54F76681838FE9E632683EF3952E883* L_8 = L_7->___animator_4;
|
|
NullCheck(L_8);
|
|
Animator_SetBool_m6F8D4FAF0770CD4EC1F54406249785DE7391E42B(L_8, _stringLiteral508450355DF2A5BB172C6D21A5C54D7806587D91, (bool)0, NULL);
|
|
// }
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Object BirdBoss/<Attack>d__38::System.Collections.Generic.IEnumerator<System.Object>.get_Current()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CAttackU3Ed__38_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_mF0EF9F408FD6567EA8CE17E5DC6A471940F48F34 (U3CAttackU3Ed__38_t541AA3EB7882FFEC43DB8718862F2C47CDEC4F7A* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject* L_0 = __this->___U3CU3E2__current_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void BirdBoss/<Attack>d__38::System.Collections.IEnumerator.Reset()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CAttackU3Ed__38_System_Collections_IEnumerator_Reset_m96387BD9DF46FFF1E8676F0AB2A76B3BA872D749 (U3CAttackU3Ed__38_t541AA3EB7882FFEC43DB8718862F2C47CDEC4F7A* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* L_0 = (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_0);
|
|
NotSupportedException__ctor_m1398D0CDE19B36AA3DE9392879738C1EA2439CDF(L_0, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CAttackU3Ed__38_System_Collections_IEnumerator_Reset_m96387BD9DF46FFF1E8676F0AB2A76B3BA872D749_RuntimeMethod_var)));
|
|
}
|
|
}
|
|
// System.Object BirdBoss/<Attack>d__38::System.Collections.IEnumerator.get_Current()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CAttackU3Ed__38_System_Collections_IEnumerator_get_Current_mBA74212DA28653ACD359829484181AC41E7D1A7D (U3CAttackU3Ed__38_t541AA3EB7882FFEC43DB8718862F2C47CDEC4F7A* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject* L_0 = __this->___U3CU3E2__current_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void BirdBoss/<DamageAnimation>d__39::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CDamageAnimationU3Ed__39__ctor_m8B977DEAB63B153DD59EE60CA0971C41B501D7A8 (U3CDamageAnimationU3Ed__39_t82DA31A95EA25CDB3FA669BCB786C3BFD0D8C2EA* __this, int32_t ___0_U3CU3E1__state, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
int32_t L_0 = ___0_U3CU3E1__state;
|
|
__this->___U3CU3E1__state_0 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// System.Void BirdBoss/<DamageAnimation>d__39::System.IDisposable.Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CDamageAnimationU3Ed__39_System_IDisposable_Dispose_mAD23BF381E293E1EF697A8647E036F69DE348FC9 (U3CDamageAnimationU3Ed__39_t82DA31A95EA25CDB3FA669BCB786C3BFD0D8C2EA* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean BirdBoss/<DamageAnimation>d__39::MoveNext()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CDamageAnimationU3Ed__39_MoveNext_m99C7B32199F8AAB93C334DB20BF16C6233A19E34 (U3CDamageAnimationU3Ed__39_t82DA31A95EA25CDB3FA669BCB786C3BFD0D8C2EA* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral13CED75BBB7DCAD57996F7422897CAF3E454AA29);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
BirdBoss_t3A1202F672EAC48F5A2DB72AA5B31459ACEA750C* V_1 = NULL;
|
|
{
|
|
int32_t L_0 = __this->___U3CU3E1__state_0;
|
|
V_0 = L_0;
|
|
BirdBoss_t3A1202F672EAC48F5A2DB72AA5B31459ACEA750C* L_1 = __this->___U3CU3E4__this_2;
|
|
V_1 = L_1;
|
|
int32_t L_2 = V_0;
|
|
if (!L_2)
|
|
{
|
|
goto IL_0017;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_3 = V_0;
|
|
if ((((int32_t)L_3) == ((int32_t)1)))
|
|
{
|
|
goto IL_006e;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0017:
|
|
{
|
|
__this->___U3CU3E1__state_0 = (-1);
|
|
// if (health <= 60 && encourageStart == 1f)
|
|
BirdBoss_t3A1202F672EAC48F5A2DB72AA5B31459ACEA750C* L_4 = V_1;
|
|
NullCheck(L_4);
|
|
int32_t L_5 = L_4->___health_23;
|
|
if ((((int32_t)L_5) > ((int32_t)((int32_t)60))))
|
|
{
|
|
goto IL_003c;
|
|
}
|
|
}
|
|
{
|
|
BirdBoss_t3A1202F672EAC48F5A2DB72AA5B31459ACEA750C* L_6 = V_1;
|
|
NullCheck(L_6);
|
|
float L_7 = L_6->___encourageStart_28;
|
|
if ((!(((float)L_7) == ((float)(1.0f)))))
|
|
{
|
|
goto IL_003c;
|
|
}
|
|
}
|
|
{
|
|
// DamageAnim = true;
|
|
BirdBoss_t3A1202F672EAC48F5A2DB72AA5B31459ACEA750C* L_8 = V_1;
|
|
NullCheck(L_8);
|
|
L_8->___DamageAnim_29 = (bool)1;
|
|
}
|
|
|
|
IL_003c:
|
|
{
|
|
// if (DamageAnim == false)
|
|
BirdBoss_t3A1202F672EAC48F5A2DB72AA5B31459ACEA750C* L_9 = V_1;
|
|
NullCheck(L_9);
|
|
bool L_10 = L_9->___DamageAnim_29;
|
|
if (L_10)
|
|
{
|
|
goto IL_0086;
|
|
}
|
|
}
|
|
{
|
|
// animator.SetBool("Damage", true);
|
|
BirdBoss_t3A1202F672EAC48F5A2DB72AA5B31459ACEA750C* L_11 = V_1;
|
|
NullCheck(L_11);
|
|
Animator_t8A52E42AE54F76681838FE9E632683EF3952E883* L_12 = L_11->___animator_4;
|
|
NullCheck(L_12);
|
|
Animator_SetBool_m6F8D4FAF0770CD4EC1F54406249785DE7391E42B(L_12, _stringLiteral13CED75BBB7DCAD57996F7422897CAF3E454AA29, (bool)1, NULL);
|
|
// yield return new WaitForSeconds(2.0f);
|
|
WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3* L_13 = (WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3*)il2cpp_codegen_object_new(WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3_il2cpp_TypeInfo_var);
|
|
NullCheck(L_13);
|
|
WaitForSeconds__ctor_m579F95BADEDBAB4B3A7E302C6EE3995926EF2EFC(L_13, (2.0f), NULL);
|
|
__this->___U3CU3E2__current_1 = L_13;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CU3E2__current_1), (void*)L_13);
|
|
__this->___U3CU3E1__state_0 = 1;
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_006e:
|
|
{
|
|
__this->___U3CU3E1__state_0 = (-1);
|
|
// animator.SetBool("Damage", false);
|
|
BirdBoss_t3A1202F672EAC48F5A2DB72AA5B31459ACEA750C* L_14 = V_1;
|
|
NullCheck(L_14);
|
|
Animator_t8A52E42AE54F76681838FE9E632683EF3952E883* L_15 = L_14->___animator_4;
|
|
NullCheck(L_15);
|
|
Animator_SetBool_m6F8D4FAF0770CD4EC1F54406249785DE7391E42B(L_15, _stringLiteral13CED75BBB7DCAD57996F7422897CAF3E454AA29, (bool)0, NULL);
|
|
}
|
|
|
|
IL_0086:
|
|
{
|
|
// }
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Object BirdBoss/<DamageAnimation>d__39::System.Collections.Generic.IEnumerator<System.Object>.get_Current()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CDamageAnimationU3Ed__39_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_m8AF8F96960BEABDA171F5D34F274802701B020AB (U3CDamageAnimationU3Ed__39_t82DA31A95EA25CDB3FA669BCB786C3BFD0D8C2EA* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject* L_0 = __this->___U3CU3E2__current_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void BirdBoss/<DamageAnimation>d__39::System.Collections.IEnumerator.Reset()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CDamageAnimationU3Ed__39_System_Collections_IEnumerator_Reset_m9C94F3717C65A7CC614915A4442751BB625445D4 (U3CDamageAnimationU3Ed__39_t82DA31A95EA25CDB3FA669BCB786C3BFD0D8C2EA* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* L_0 = (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_0);
|
|
NotSupportedException__ctor_m1398D0CDE19B36AA3DE9392879738C1EA2439CDF(L_0, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CDamageAnimationU3Ed__39_System_Collections_IEnumerator_Reset_m9C94F3717C65A7CC614915A4442751BB625445D4_RuntimeMethod_var)));
|
|
}
|
|
}
|
|
// System.Object BirdBoss/<DamageAnimation>d__39::System.Collections.IEnumerator.get_Current()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CDamageAnimationU3Ed__39_System_Collections_IEnumerator_get_Current_m07FBAE6EBB81AD19AD13C0490CE683B3AE9F0B17 (U3CDamageAnimationU3Ed__39_t82DA31A95EA25CDB3FA669BCB786C3BFD0D8C2EA* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject* L_0 = __this->___U3CU3E2__current_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void BirdBoss/<Encourage>d__40::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CEncourageU3Ed__40__ctor_m85762BCC3CFC0F0B5FE6DE51C54F8F25C47C3CF9 (U3CEncourageU3Ed__40_t1B2AC2A5A0A6648E08F335113822FAEAF7C26B5E* __this, int32_t ___0_U3CU3E1__state, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
int32_t L_0 = ___0_U3CU3E1__state;
|
|
__this->___U3CU3E1__state_0 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// System.Void BirdBoss/<Encourage>d__40::System.IDisposable.Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CEncourageU3Ed__40_System_IDisposable_Dispose_m290BFE1B4D8F9D4B6346D2AB977949AD79083766 (U3CEncourageU3Ed__40_t1B2AC2A5A0A6648E08F335113822FAEAF7C26B5E* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean BirdBoss/<Encourage>d__40::MoveNext()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CEncourageU3Ed__40_MoveNext_m5A1EB027BDB733B5DF8C2EDD6ADC097F6EA413BD (U3CEncourageU3Ed__40_t1B2AC2A5A0A6648E08F335113822FAEAF7C26B5E* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9053A871E348B471F5A5207CA639DA03B33AC315);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
BirdBoss_t3A1202F672EAC48F5A2DB72AA5B31459ACEA750C* V_1 = NULL;
|
|
{
|
|
int32_t L_0 = __this->___U3CU3E1__state_0;
|
|
V_0 = L_0;
|
|
BirdBoss_t3A1202F672EAC48F5A2DB72AA5B31459ACEA750C* L_1 = __this->___U3CU3E4__this_2;
|
|
V_1 = L_1;
|
|
int32_t L_2 = V_0;
|
|
if (!L_2)
|
|
{
|
|
goto IL_0017;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_3 = V_0;
|
|
if ((((int32_t)L_3) == ((int32_t)1)))
|
|
{
|
|
goto IL_0088;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0017:
|
|
{
|
|
__this->___U3CU3E1__state_0 = (-1);
|
|
// StopHearting = true;
|
|
BirdBoss_t3A1202F672EAC48F5A2DB72AA5B31459ACEA750C* L_4 = V_1;
|
|
NullCheck(L_4);
|
|
L_4->___StopHearting_26 = (bool)1;
|
|
// encourageStart++;
|
|
BirdBoss_t3A1202F672EAC48F5A2DB72AA5B31459ACEA750C* L_5 = V_1;
|
|
BirdBoss_t3A1202F672EAC48F5A2DB72AA5B31459ACEA750C* L_6 = V_1;
|
|
NullCheck(L_6);
|
|
float L_7 = L_6->___encourageStart_28;
|
|
NullCheck(L_5);
|
|
L_5->___encourageStart_28 = ((float)il2cpp_codegen_add(L_7, (1.0f)));
|
|
// animator.SetBool("Encourage", true);
|
|
BirdBoss_t3A1202F672EAC48F5A2DB72AA5B31459ACEA750C* L_8 = V_1;
|
|
NullCheck(L_8);
|
|
Animator_t8A52E42AE54F76681838FE9E632683EF3952E883* L_9 = L_8->___animator_4;
|
|
NullCheck(L_9);
|
|
Animator_SetBool_m6F8D4FAF0770CD4EC1F54406249785DE7391E42B(L_9, _stringLiteral9053A871E348B471F5A5207CA639DA03B33AC315, (bool)1, NULL);
|
|
// Stop = true;
|
|
BirdBoss_t3A1202F672EAC48F5A2DB72AA5B31459ACEA750C* L_10 = V_1;
|
|
NullCheck(L_10);
|
|
L_10->___Stop_32 = (bool)1;
|
|
// IsPlay = true;
|
|
BirdBoss_t3A1202F672EAC48F5A2DB72AA5B31459ACEA750C* L_11 = V_1;
|
|
NullCheck(L_11);
|
|
L_11->___IsPlay_15 = (bool)1;
|
|
// NormalSpeed = FastSpeed;
|
|
BirdBoss_t3A1202F672EAC48F5A2DB72AA5B31459ACEA750C* L_12 = V_1;
|
|
BirdBoss_t3A1202F672EAC48F5A2DB72AA5B31459ACEA750C* L_13 = V_1;
|
|
NullCheck(L_13);
|
|
float L_14 = L_13->___FastSpeed_8;
|
|
NullCheck(L_12);
|
|
L_12->___NormalSpeed_7 = L_14;
|
|
// speed = encourageSpeed;
|
|
BirdBoss_t3A1202F672EAC48F5A2DB72AA5B31459ACEA750C* L_15 = V_1;
|
|
BirdBoss_t3A1202F672EAC48F5A2DB72AA5B31459ACEA750C* L_16 = V_1;
|
|
NullCheck(L_16);
|
|
float L_17 = L_16->___encourageSpeed_10;
|
|
NullCheck(L_15);
|
|
L_15->___speed_9 = L_17;
|
|
// yield return new WaitForSeconds(encourageSec);
|
|
BirdBoss_t3A1202F672EAC48F5A2DB72AA5B31459ACEA750C* L_18 = V_1;
|
|
NullCheck(L_18);
|
|
float L_19 = L_18->___encourageSec_11;
|
|
WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3* L_20 = (WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3*)il2cpp_codegen_object_new(WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3_il2cpp_TypeInfo_var);
|
|
NullCheck(L_20);
|
|
WaitForSeconds__ctor_m579F95BADEDBAB4B3A7E302C6EE3995926EF2EFC(L_20, L_19, NULL);
|
|
__this->___U3CU3E2__current_1 = L_20;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CU3E2__current_1), (void*)L_20);
|
|
__this->___U3CU3E1__state_0 = 1;
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0088:
|
|
{
|
|
__this->___U3CU3E1__state_0 = (-1);
|
|
// Stop = false;
|
|
BirdBoss_t3A1202F672EAC48F5A2DB72AA5B31459ACEA750C* L_21 = V_1;
|
|
NullCheck(L_21);
|
|
L_21->___Stop_32 = (bool)0;
|
|
// StopHearting = false;
|
|
BirdBoss_t3A1202F672EAC48F5A2DB72AA5B31459ACEA750C* L_22 = V_1;
|
|
NullCheck(L_22);
|
|
L_22->___StopHearting_26 = (bool)0;
|
|
// DamageAnim = false;
|
|
BirdBoss_t3A1202F672EAC48F5A2DB72AA5B31459ACEA750C* L_23 = V_1;
|
|
NullCheck(L_23);
|
|
L_23->___DamageAnim_29 = (bool)0;
|
|
// }
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Object BirdBoss/<Encourage>d__40::System.Collections.Generic.IEnumerator<System.Object>.get_Current()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CEncourageU3Ed__40_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_m315AF7DB6376BE77AF5B0F8198E8C72517C6DC03 (U3CEncourageU3Ed__40_t1B2AC2A5A0A6648E08F335113822FAEAF7C26B5E* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject* L_0 = __this->___U3CU3E2__current_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void BirdBoss/<Encourage>d__40::System.Collections.IEnumerator.Reset()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CEncourageU3Ed__40_System_Collections_IEnumerator_Reset_m039F6D01443FDAA111B8628C8AC5FC423CF4C97C (U3CEncourageU3Ed__40_t1B2AC2A5A0A6648E08F335113822FAEAF7C26B5E* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* L_0 = (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_0);
|
|
NotSupportedException__ctor_m1398D0CDE19B36AA3DE9392879738C1EA2439CDF(L_0, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CEncourageU3Ed__40_System_Collections_IEnumerator_Reset_m039F6D01443FDAA111B8628C8AC5FC423CF4C97C_RuntimeMethod_var)));
|
|
}
|
|
}
|
|
// System.Object BirdBoss/<Encourage>d__40::System.Collections.IEnumerator.get_Current()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CEncourageU3Ed__40_System_Collections_IEnumerator_get_Current_mFE79E03BA10B67B4A40C0D0A920FE4ED751768EB (U3CEncourageU3Ed__40_t1B2AC2A5A0A6648E08F335113822FAEAF7C26B5E* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject* L_0 = __this->___U3CU3E2__current_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void BirdBoss/<BulletAttacked>d__41::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CBulletAttackedU3Ed__41__ctor_m13B2B83E5C25C89EA62C48CA98AE3CF29BD76D2B (U3CBulletAttackedU3Ed__41_t5BF69329E11E18B1106E7DAEA3F4F2B620971479* __this, int32_t ___0_U3CU3E1__state, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
int32_t L_0 = ___0_U3CU3E1__state;
|
|
__this->___U3CU3E1__state_0 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// System.Void BirdBoss/<BulletAttacked>d__41::System.IDisposable.Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CBulletAttackedU3Ed__41_System_IDisposable_Dispose_m7143549147A99ACB1C19F9AE1B2D3FF00124633E (U3CBulletAttackedU3Ed__41_t5BF69329E11E18B1106E7DAEA3F4F2B620971479* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean BirdBoss/<BulletAttacked>d__41::MoveNext()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CBulletAttackedU3Ed__41_MoveNext_m91E73309C1FA7A25664C26F16B8249A0E1D61AE4 (U3CBulletAttackedU3Ed__41_t5BF69329E11E18B1106E7DAEA3F4F2B620971479* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
BirdBoss_t3A1202F672EAC48F5A2DB72AA5B31459ACEA750C* V_1 = NULL;
|
|
{
|
|
int32_t L_0 = __this->___U3CU3E1__state_0;
|
|
V_0 = L_0;
|
|
BirdBoss_t3A1202F672EAC48F5A2DB72AA5B31459ACEA750C* L_1 = __this->___U3CU3E4__this_2;
|
|
V_1 = L_1;
|
|
int32_t L_2 = V_0;
|
|
if (!L_2)
|
|
{
|
|
goto IL_0017;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_3 = V_0;
|
|
if ((((int32_t)L_3) == ((int32_t)1)))
|
|
{
|
|
goto IL_003e;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0017:
|
|
{
|
|
__this->___U3CU3E1__state_0 = (-1);
|
|
// TimeStopHearting = true;
|
|
BirdBoss_t3A1202F672EAC48F5A2DB72AA5B31459ACEA750C* L_4 = V_1;
|
|
NullCheck(L_4);
|
|
L_4->___TimeStopHearting_27 = (bool)1;
|
|
// yield return new WaitForSeconds(2.0f);
|
|
WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3* L_5 = (WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3*)il2cpp_codegen_object_new(WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3_il2cpp_TypeInfo_var);
|
|
NullCheck(L_5);
|
|
WaitForSeconds__ctor_m579F95BADEDBAB4B3A7E302C6EE3995926EF2EFC(L_5, (2.0f), NULL);
|
|
__this->___U3CU3E2__current_1 = L_5;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CU3E2__current_1), (void*)L_5);
|
|
__this->___U3CU3E1__state_0 = 1;
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_003e:
|
|
{
|
|
__this->___U3CU3E1__state_0 = (-1);
|
|
// TimeStopHearting = false;
|
|
BirdBoss_t3A1202F672EAC48F5A2DB72AA5B31459ACEA750C* L_6 = V_1;
|
|
NullCheck(L_6);
|
|
L_6->___TimeStopHearting_27 = (bool)0;
|
|
// }
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Object BirdBoss/<BulletAttacked>d__41::System.Collections.Generic.IEnumerator<System.Object>.get_Current()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CBulletAttackedU3Ed__41_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_m329AD91979D37B8CF8B3E72A1E1E3B254C00E42E (U3CBulletAttackedU3Ed__41_t5BF69329E11E18B1106E7DAEA3F4F2B620971479* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject* L_0 = __this->___U3CU3E2__current_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void BirdBoss/<BulletAttacked>d__41::System.Collections.IEnumerator.Reset()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CBulletAttackedU3Ed__41_System_Collections_IEnumerator_Reset_mC45ECFDA4956709A8605B4311672EAFCC820DDBD (U3CBulletAttackedU3Ed__41_t5BF69329E11E18B1106E7DAEA3F4F2B620971479* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* L_0 = (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_0);
|
|
NotSupportedException__ctor_m1398D0CDE19B36AA3DE9392879738C1EA2439CDF(L_0, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CBulletAttackedU3Ed__41_System_Collections_IEnumerator_Reset_mC45ECFDA4956709A8605B4311672EAFCC820DDBD_RuntimeMethod_var)));
|
|
}
|
|
}
|
|
// System.Object BirdBoss/<BulletAttacked>d__41::System.Collections.IEnumerator.get_Current()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CBulletAttackedU3Ed__41_System_Collections_IEnumerator_get_Current_m449AED7416E06FD319D372BA78F1E34416C369BC (U3CBulletAttackedU3Ed__41_t5BF69329E11E18B1106E7DAEA3F4F2B620971479* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject* L_0 = __this->___U3CU3E2__current_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void BirdBoss/<Music>d__42::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CMusicU3Ed__42__ctor_mCA081FAC3EE34114ECAC8C4B18DDA9AD3C3AADE4 (U3CMusicU3Ed__42_t9EEAA140C1B356D6B532CDE33B54F6D9CF9F13E1* __this, int32_t ___0_U3CU3E1__state, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
int32_t L_0 = ___0_U3CU3E1__state;
|
|
__this->___U3CU3E1__state_0 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// System.Void BirdBoss/<Music>d__42::System.IDisposable.Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CMusicU3Ed__42_System_IDisposable_Dispose_mC879964C6111BC79A23E2B4AD197269AA3D42092 (U3CMusicU3Ed__42_t9EEAA140C1B356D6B532CDE33B54F6D9CF9F13E1* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean BirdBoss/<Music>d__42::MoveNext()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CMusicU3Ed__42_MoveNext_m4A3734780951F35D12D10400BA8728D19674D341 (U3CMusicU3Ed__42_t9EEAA140C1B356D6B532CDE33B54F6D9CF9F13E1* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
BirdBoss_t3A1202F672EAC48F5A2DB72AA5B31459ACEA750C* V_1 = NULL;
|
|
{
|
|
int32_t L_0 = __this->___U3CU3E1__state_0;
|
|
V_0 = L_0;
|
|
BirdBoss_t3A1202F672EAC48F5A2DB72AA5B31459ACEA750C* L_1 = __this->___U3CU3E4__this_2;
|
|
V_1 = L_1;
|
|
int32_t L_2 = V_0;
|
|
if (!L_2)
|
|
{
|
|
goto IL_0017;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_3 = V_0;
|
|
if ((((int32_t)L_3) == ((int32_t)1)))
|
|
{
|
|
goto IL_0052;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0017:
|
|
{
|
|
__this->___U3CU3E1__state_0 = (-1);
|
|
// BackgroundMusic.volume = 0.25f;
|
|
BirdBoss_t3A1202F672EAC48F5A2DB72AA5B31459ACEA750C* L_4 = V_1;
|
|
NullCheck(L_4);
|
|
AudioSource_t871AC2272F896738252F04EE949AEF5B241D3299* L_5 = L_4->___BackgroundMusic_13;
|
|
NullCheck(L_5);
|
|
AudioSource_set_volume_mD902BBDBBDE0E3C148609BF3C05096148E90F2C0(L_5, (0.25f), NULL);
|
|
// audioSource.Play();
|
|
BirdBoss_t3A1202F672EAC48F5A2DB72AA5B31459ACEA750C* L_6 = V_1;
|
|
NullCheck(L_6);
|
|
AudioSource_t871AC2272F896738252F04EE949AEF5B241D3299* L_7 = L_6->___audioSource_14;
|
|
NullCheck(L_7);
|
|
AudioSource_Play_m95DF07111C61D0E0F00257A00384D31531D590C3(L_7, NULL);
|
|
// yield return new WaitForSeconds(3.0f);
|
|
WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3* L_8 = (WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3*)il2cpp_codegen_object_new(WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3_il2cpp_TypeInfo_var);
|
|
NullCheck(L_8);
|
|
WaitForSeconds__ctor_m579F95BADEDBAB4B3A7E302C6EE3995926EF2EFC(L_8, (3.0f), NULL);
|
|
__this->___U3CU3E2__current_1 = L_8;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CU3E2__current_1), (void*)L_8);
|
|
__this->___U3CU3E1__state_0 = 1;
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0052:
|
|
{
|
|
__this->___U3CU3E1__state_0 = (-1);
|
|
// BackgroundMusic.volume = 0.75f;
|
|
BirdBoss_t3A1202F672EAC48F5A2DB72AA5B31459ACEA750C* L_9 = V_1;
|
|
NullCheck(L_9);
|
|
AudioSource_t871AC2272F896738252F04EE949AEF5B241D3299* L_10 = L_9->___BackgroundMusic_13;
|
|
NullCheck(L_10);
|
|
AudioSource_set_volume_mD902BBDBBDE0E3C148609BF3C05096148E90F2C0(L_10, (0.75f), NULL);
|
|
// }
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Object BirdBoss/<Music>d__42::System.Collections.Generic.IEnumerator<System.Object>.get_Current()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CMusicU3Ed__42_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_mC83AF041F25BBA8A558E4337A3AC10440CBE5B7C (U3CMusicU3Ed__42_t9EEAA140C1B356D6B532CDE33B54F6D9CF9F13E1* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject* L_0 = __this->___U3CU3E2__current_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void BirdBoss/<Music>d__42::System.Collections.IEnumerator.Reset()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CMusicU3Ed__42_System_Collections_IEnumerator_Reset_m4B76B3AE44772D509960C0C2006FF48ACF82A211 (U3CMusicU3Ed__42_t9EEAA140C1B356D6B532CDE33B54F6D9CF9F13E1* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* L_0 = (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_0);
|
|
NotSupportedException__ctor_m1398D0CDE19B36AA3DE9392879738C1EA2439CDF(L_0, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CMusicU3Ed__42_System_Collections_IEnumerator_Reset_m4B76B3AE44772D509960C0C2006FF48ACF82A211_RuntimeMethod_var)));
|
|
}
|
|
}
|
|
// System.Object BirdBoss/<Music>d__42::System.Collections.IEnumerator.get_Current()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CMusicU3Ed__42_System_Collections_IEnumerator_get_Current_m1A9A250D11DFE069E90EB028D63B2593CCE7DF7E (U3CMusicU3Ed__42_t9EEAA140C1B356D6B532CDE33B54F6D9CF9F13E1* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject* L_0 = __this->___U3CU3E2__current_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void BirdBossAutomaticDoor::Start()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BirdBossAutomaticDoor_Start_m4B5815EA06B6E085ECEA2034E4736123FDA14CA4 (BirdBossAutomaticDoor_t278C5223818E754E2AF92EB6630AB065A7078013* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void BirdBossAutomaticDoor::Update()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BirdBossAutomaticDoor_Update_m26C481CAA6EE0EAD42365CF3E871476B8B5F33B6 (BirdBossAutomaticDoor_t278C5223818E754E2AF92EB6630AB065A7078013* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BirdBoss_t3A1202F672EAC48F5A2DB72AA5B31459ACEA750C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (BirdBoss.BirdDead == true)
|
|
bool L_0 = ((BirdBoss_t3A1202F672EAC48F5A2DB72AA5B31459ACEA750C_StaticFields*)il2cpp_codegen_static_fields_for(BirdBoss_t3A1202F672EAC48F5A2DB72AA5B31459ACEA750C_il2cpp_TypeInfo_var))->___BirdDead_25;
|
|
if (!L_0)
|
|
{
|
|
goto IL_0044;
|
|
}
|
|
}
|
|
{
|
|
// transform.position += Vector3.up * speed * Time.deltaTime;
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_1;
|
|
L_1 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(__this, NULL);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_2 = L_1;
|
|
NullCheck(L_2);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_3;
|
|
L_3 = Transform_get_position_m69CD5FA214FDAE7BB701552943674846C220FDE1(L_2, NULL);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_4;
|
|
L_4 = Vector3_get_up_m128AF3FDC820BF59D5DE86D973E7DE3F20C3AEBA_inline(NULL);
|
|
float L_5 = __this->___speed_5;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_6;
|
|
L_6 = Vector3_op_Multiply_m87BA7C578F96C8E49BB07088DAAC4649F83B0353_inline(L_4, L_5, NULL);
|
|
float L_7;
|
|
L_7 = Time_get_deltaTime_mC3195000401F0FD167DD2F948FD2BC58330D0865(NULL);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_8;
|
|
L_8 = Vector3_op_Multiply_m87BA7C578F96C8E49BB07088DAAC4649F83B0353_inline(L_6, L_7, NULL);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_9;
|
|
L_9 = Vector3_op_Addition_m78C0EC70CB66E8DCAC225743D82B268DAEE92067_inline(L_3, L_8, NULL);
|
|
NullCheck(L_2);
|
|
Transform_set_position_mA1A817124BB41B685043DED2A9BA48CDF37C4156(L_2, L_9, NULL);
|
|
// StartCoroutine(StopDoor());
|
|
RuntimeObject* L_10;
|
|
L_10 = BirdBossAutomaticDoor_StopDoor_m6D14384F0D68B09D2CDABCBBD1B935E584A12D95(__this, NULL);
|
|
Coroutine_t85EA685566A254C23F3FD77AB5BDFFFF8799596B* L_11;
|
|
L_11 = MonoBehaviour_StartCoroutine_m4CAFF732AA28CD3BDC5363B44A863575530EC812(__this, L_10, NULL);
|
|
}
|
|
|
|
IL_0044:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Collections.IEnumerator BirdBossAutomaticDoor::StopDoor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* BirdBossAutomaticDoor_StopDoor_m6D14384F0D68B09D2CDABCBBD1B935E584A12D95 (BirdBossAutomaticDoor_t278C5223818E754E2AF92EB6630AB065A7078013* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CStopDoorU3Ed__4_t734E57A73151FD7BF9F6A4B82B07C6F4A3F14730_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
U3CStopDoorU3Ed__4_t734E57A73151FD7BF9F6A4B82B07C6F4A3F14730* L_0 = (U3CStopDoorU3Ed__4_t734E57A73151FD7BF9F6A4B82B07C6F4A3F14730*)il2cpp_codegen_object_new(U3CStopDoorU3Ed__4_t734E57A73151FD7BF9F6A4B82B07C6F4A3F14730_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
U3CStopDoorU3Ed__4__ctor_mE76714DC31C42C5F66C2B953A058FA5DFDB02880(L_0, 0, NULL);
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void BirdBossAutomaticDoor::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BirdBossAutomaticDoor__ctor_mED67ACD304C9DBF272F13AA6E2A5D99275D69D75 (BirdBossAutomaticDoor_t278C5223818E754E2AF92EB6630AB065A7078013* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public float speed = 5f;
|
|
__this->___speed_5 = (5.0f);
|
|
MonoBehaviour__ctor_m592DB0105CA0BC97AA1C5F4AD27B12D68A3B7C1E(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void BirdBossAutomaticDoor/<StopDoor>d__4::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CStopDoorU3Ed__4__ctor_mE76714DC31C42C5F66C2B953A058FA5DFDB02880 (U3CStopDoorU3Ed__4_t734E57A73151FD7BF9F6A4B82B07C6F4A3F14730* __this, int32_t ___0_U3CU3E1__state, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
int32_t L_0 = ___0_U3CU3E1__state;
|
|
__this->___U3CU3E1__state_0 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// System.Void BirdBossAutomaticDoor/<StopDoor>d__4::System.IDisposable.Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CStopDoorU3Ed__4_System_IDisposable_Dispose_m808203EDB24BBE3D4968486A2A8B345A8E077704 (U3CStopDoorU3Ed__4_t734E57A73151FD7BF9F6A4B82B07C6F4A3F14730* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean BirdBossAutomaticDoor/<StopDoor>d__4::MoveNext()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CStopDoorU3Ed__4_MoveNext_m94D393109413F8FB4E57140DF81F89483F9D0FE5 (U3CStopDoorU3Ed__4_t734E57A73151FD7BF9F6A4B82B07C6F4A3F14730* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BirdBoss_t3A1202F672EAC48F5A2DB72AA5B31459ACEA750C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
{
|
|
int32_t L_0 = __this->___U3CU3E1__state_0;
|
|
V_0 = L_0;
|
|
int32_t L_1 = V_0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_0010;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_2 = V_0;
|
|
if ((((int32_t)L_2) == ((int32_t)1)))
|
|
{
|
|
goto IL_0030;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
__this->___U3CU3E1__state_0 = (-1);
|
|
// yield return new WaitForSeconds(2.0f);
|
|
WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3* L_3 = (WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3*)il2cpp_codegen_object_new(WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3_il2cpp_TypeInfo_var);
|
|
NullCheck(L_3);
|
|
WaitForSeconds__ctor_m579F95BADEDBAB4B3A7E302C6EE3995926EF2EFC(L_3, (2.0f), NULL);
|
|
__this->___U3CU3E2__current_1 = L_3;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CU3E2__current_1), (void*)L_3);
|
|
__this->___U3CU3E1__state_0 = 1;
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0030:
|
|
{
|
|
__this->___U3CU3E1__state_0 = (-1);
|
|
// BirdBoss.BirdDead = false;
|
|
((BirdBoss_t3A1202F672EAC48F5A2DB72AA5B31459ACEA750C_StaticFields*)il2cpp_codegen_static_fields_for(BirdBoss_t3A1202F672EAC48F5A2DB72AA5B31459ACEA750C_il2cpp_TypeInfo_var))->___BirdDead_25 = (bool)0;
|
|
// }
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Object BirdBossAutomaticDoor/<StopDoor>d__4::System.Collections.Generic.IEnumerator<System.Object>.get_Current()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CStopDoorU3Ed__4_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_mA568B6D679DC4D686F9F8E5B7A4398A711081530 (U3CStopDoorU3Ed__4_t734E57A73151FD7BF9F6A4B82B07C6F4A3F14730* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject* L_0 = __this->___U3CU3E2__current_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void BirdBossAutomaticDoor/<StopDoor>d__4::System.Collections.IEnumerator.Reset()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CStopDoorU3Ed__4_System_Collections_IEnumerator_Reset_m84A88E7B8F588DB0D879D917CCAA89E0B65429D6 (U3CStopDoorU3Ed__4_t734E57A73151FD7BF9F6A4B82B07C6F4A3F14730* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* L_0 = (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_0);
|
|
NotSupportedException__ctor_m1398D0CDE19B36AA3DE9392879738C1EA2439CDF(L_0, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CStopDoorU3Ed__4_System_Collections_IEnumerator_Reset_m84A88E7B8F588DB0D879D917CCAA89E0B65429D6_RuntimeMethod_var)));
|
|
}
|
|
}
|
|
// System.Object BirdBossAutomaticDoor/<StopDoor>d__4::System.Collections.IEnumerator.get_Current()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CStopDoorU3Ed__4_System_Collections_IEnumerator_get_Current_mFB52BCC3082B6F21C2958A9D95873B40EB47B443 (U3CStopDoorU3Ed__4_t734E57A73151FD7BF9F6A4B82B07C6F4A3F14730* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject* L_0 = __this->___U3CU3E2__current_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void BirdBossHealthBar::Start()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BirdBossHealthBar_Start_m9BE69E74708BD80565DCD866BD27C55640BEAC2E (BirdBossHealthBar_tD8DF656F3AB220340FF1967DBA91D368E426E92F* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8FE94193A3EF39943F898714AC9062F7EBD96279);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// animator.SetBool("100", true);
|
|
Animator_t8A52E42AE54F76681838FE9E632683EF3952E883* L_0 = __this->___animator_5;
|
|
NullCheck(L_0);
|
|
Animator_SetBool_m6F8D4FAF0770CD4EC1F54406249785DE7391E42B(L_0, _stringLiteral8FE94193A3EF39943F898714AC9062F7EBD96279, (bool)1, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void BirdBossHealthBar::Update()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BirdBossHealthBar_Update_m8C7B5A81E653128587AC036480FBE7D7146707EB (BirdBossHealthBar_tD8DF656F3AB220340FF1967DBA91D368E426E92F* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral17CF05962AC1AC77CD4B5247CC6311690D8DAFE5);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral223CA56814CE64D5CFDB92BD828F5C0263182384);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8FE94193A3EF39943F898714AC9062F7EBD96279);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFAE74549D07FE5D38BE375A2E20B9E26944AC372);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// NewHealth = (birdBoss.health * 100) / 100;
|
|
BirdBoss_t3A1202F672EAC48F5A2DB72AA5B31459ACEA750C* L_0 = __this->___birdBoss_4;
|
|
NullCheck(L_0);
|
|
int32_t L_1 = L_0->___health_23;
|
|
__this->___NewHealth_6 = ((int32_t)(((int32_t)il2cpp_codegen_multiply(L_1, ((int32_t)100)))/((int32_t)100)));
|
|
// if (NewHealth <= 100)
|
|
int32_t L_2 = __this->___NewHealth_6;
|
|
if ((((int32_t)L_2) > ((int32_t)((int32_t)100))))
|
|
{
|
|
goto IL_0028;
|
|
}
|
|
}
|
|
{
|
|
// HealthCounter = 0;
|
|
__this->___HealthCounter_7 = 0;
|
|
}
|
|
|
|
IL_0028:
|
|
{
|
|
// if (NewHealth <= 75)
|
|
int32_t L_3 = __this->___NewHealth_6;
|
|
if ((((int32_t)L_3) > ((int32_t)((int32_t)75))))
|
|
{
|
|
goto IL_0039;
|
|
}
|
|
}
|
|
{
|
|
// HealthCounter = 1;
|
|
__this->___HealthCounter_7 = 1;
|
|
}
|
|
|
|
IL_0039:
|
|
{
|
|
// if (NewHealth <= 50)
|
|
int32_t L_4 = __this->___NewHealth_6;
|
|
if ((((int32_t)L_4) > ((int32_t)((int32_t)50))))
|
|
{
|
|
goto IL_004a;
|
|
}
|
|
}
|
|
{
|
|
// HealthCounter = 2;
|
|
__this->___HealthCounter_7 = 2;
|
|
}
|
|
|
|
IL_004a:
|
|
{
|
|
// if (NewHealth <= 25)
|
|
int32_t L_5 = __this->___NewHealth_6;
|
|
if ((((int32_t)L_5) > ((int32_t)((int32_t)25))))
|
|
{
|
|
goto IL_005b;
|
|
}
|
|
}
|
|
{
|
|
// HealthCounter = 3;
|
|
__this->___HealthCounter_7 = 3;
|
|
}
|
|
|
|
IL_005b:
|
|
{
|
|
// if (HealthCounter == 0)
|
|
int32_t L_6 = __this->___HealthCounter_7;
|
|
if (L_6)
|
|
{
|
|
goto IL_00a7;
|
|
}
|
|
}
|
|
{
|
|
// animator.SetBool("100", true);
|
|
Animator_t8A52E42AE54F76681838FE9E632683EF3952E883* L_7 = __this->___animator_5;
|
|
NullCheck(L_7);
|
|
Animator_SetBool_m6F8D4FAF0770CD4EC1F54406249785DE7391E42B(L_7, _stringLiteral8FE94193A3EF39943F898714AC9062F7EBD96279, (bool)1, NULL);
|
|
// animator.SetBool("75", false);
|
|
Animator_t8A52E42AE54F76681838FE9E632683EF3952E883* L_8 = __this->___animator_5;
|
|
NullCheck(L_8);
|
|
Animator_SetBool_m6F8D4FAF0770CD4EC1F54406249785DE7391E42B(L_8, _stringLiteral223CA56814CE64D5CFDB92BD828F5C0263182384, (bool)0, NULL);
|
|
// animator.SetBool("50", false);
|
|
Animator_t8A52E42AE54F76681838FE9E632683EF3952E883* L_9 = __this->___animator_5;
|
|
NullCheck(L_9);
|
|
Animator_SetBool_m6F8D4FAF0770CD4EC1F54406249785DE7391E42B(L_9, _stringLiteralFAE74549D07FE5D38BE375A2E20B9E26944AC372, (bool)0, NULL);
|
|
// animator.SetBool("25", false);
|
|
Animator_t8A52E42AE54F76681838FE9E632683EF3952E883* L_10 = __this->___animator_5;
|
|
NullCheck(L_10);
|
|
Animator_SetBool_m6F8D4FAF0770CD4EC1F54406249785DE7391E42B(L_10, _stringLiteral17CF05962AC1AC77CD4B5247CC6311690D8DAFE5, (bool)0, NULL);
|
|
}
|
|
|
|
IL_00a7:
|
|
{
|
|
// if (HealthCounter == 1)
|
|
int32_t L_11 = __this->___HealthCounter_7;
|
|
if ((!(((uint32_t)L_11) == ((uint32_t)1))))
|
|
{
|
|
goto IL_00f4;
|
|
}
|
|
}
|
|
{
|
|
// animator.SetBool("100", false);
|
|
Animator_t8A52E42AE54F76681838FE9E632683EF3952E883* L_12 = __this->___animator_5;
|
|
NullCheck(L_12);
|
|
Animator_SetBool_m6F8D4FAF0770CD4EC1F54406249785DE7391E42B(L_12, _stringLiteral8FE94193A3EF39943F898714AC9062F7EBD96279, (bool)0, NULL);
|
|
// animator.SetBool("75", true);
|
|
Animator_t8A52E42AE54F76681838FE9E632683EF3952E883* L_13 = __this->___animator_5;
|
|
NullCheck(L_13);
|
|
Animator_SetBool_m6F8D4FAF0770CD4EC1F54406249785DE7391E42B(L_13, _stringLiteral223CA56814CE64D5CFDB92BD828F5C0263182384, (bool)1, NULL);
|
|
// animator.SetBool("50", false);
|
|
Animator_t8A52E42AE54F76681838FE9E632683EF3952E883* L_14 = __this->___animator_5;
|
|
NullCheck(L_14);
|
|
Animator_SetBool_m6F8D4FAF0770CD4EC1F54406249785DE7391E42B(L_14, _stringLiteralFAE74549D07FE5D38BE375A2E20B9E26944AC372, (bool)0, NULL);
|
|
// animator.SetBool("25", false);
|
|
Animator_t8A52E42AE54F76681838FE9E632683EF3952E883* L_15 = __this->___animator_5;
|
|
NullCheck(L_15);
|
|
Animator_SetBool_m6F8D4FAF0770CD4EC1F54406249785DE7391E42B(L_15, _stringLiteral17CF05962AC1AC77CD4B5247CC6311690D8DAFE5, (bool)0, NULL);
|
|
}
|
|
|
|
IL_00f4:
|
|
{
|
|
// if (HealthCounter == 2)
|
|
int32_t L_16 = __this->___HealthCounter_7;
|
|
if ((!(((uint32_t)L_16) == ((uint32_t)2))))
|
|
{
|
|
goto IL_0141;
|
|
}
|
|
}
|
|
{
|
|
// animator.SetBool("100", false);
|
|
Animator_t8A52E42AE54F76681838FE9E632683EF3952E883* L_17 = __this->___animator_5;
|
|
NullCheck(L_17);
|
|
Animator_SetBool_m6F8D4FAF0770CD4EC1F54406249785DE7391E42B(L_17, _stringLiteral8FE94193A3EF39943F898714AC9062F7EBD96279, (bool)0, NULL);
|
|
// animator.SetBool("75", false);
|
|
Animator_t8A52E42AE54F76681838FE9E632683EF3952E883* L_18 = __this->___animator_5;
|
|
NullCheck(L_18);
|
|
Animator_SetBool_m6F8D4FAF0770CD4EC1F54406249785DE7391E42B(L_18, _stringLiteral223CA56814CE64D5CFDB92BD828F5C0263182384, (bool)0, NULL);
|
|
// animator.SetBool("50", true);
|
|
Animator_t8A52E42AE54F76681838FE9E632683EF3952E883* L_19 = __this->___animator_5;
|
|
NullCheck(L_19);
|
|
Animator_SetBool_m6F8D4FAF0770CD4EC1F54406249785DE7391E42B(L_19, _stringLiteralFAE74549D07FE5D38BE375A2E20B9E26944AC372, (bool)1, NULL);
|
|
// animator.SetBool("25", false);
|
|
Animator_t8A52E42AE54F76681838FE9E632683EF3952E883* L_20 = __this->___animator_5;
|
|
NullCheck(L_20);
|
|
Animator_SetBool_m6F8D4FAF0770CD4EC1F54406249785DE7391E42B(L_20, _stringLiteral17CF05962AC1AC77CD4B5247CC6311690D8DAFE5, (bool)0, NULL);
|
|
}
|
|
|
|
IL_0141:
|
|
{
|
|
// if (HealthCounter == 3)
|
|
int32_t L_21 = __this->___HealthCounter_7;
|
|
if ((!(((uint32_t)L_21) == ((uint32_t)3))))
|
|
{
|
|
goto IL_018e;
|
|
}
|
|
}
|
|
{
|
|
// animator.SetBool("100", false);
|
|
Animator_t8A52E42AE54F76681838FE9E632683EF3952E883* L_22 = __this->___animator_5;
|
|
NullCheck(L_22);
|
|
Animator_SetBool_m6F8D4FAF0770CD4EC1F54406249785DE7391E42B(L_22, _stringLiteral8FE94193A3EF39943F898714AC9062F7EBD96279, (bool)0, NULL);
|
|
// animator.SetBool("75", false);
|
|
Animator_t8A52E42AE54F76681838FE9E632683EF3952E883* L_23 = __this->___animator_5;
|
|
NullCheck(L_23);
|
|
Animator_SetBool_m6F8D4FAF0770CD4EC1F54406249785DE7391E42B(L_23, _stringLiteral223CA56814CE64D5CFDB92BD828F5C0263182384, (bool)0, NULL);
|
|
// animator.SetBool("50", false);
|
|
Animator_t8A52E42AE54F76681838FE9E632683EF3952E883* L_24 = __this->___animator_5;
|
|
NullCheck(L_24);
|
|
Animator_SetBool_m6F8D4FAF0770CD4EC1F54406249785DE7391E42B(L_24, _stringLiteralFAE74549D07FE5D38BE375A2E20B9E26944AC372, (bool)0, NULL);
|
|
// animator.SetBool("25", true);
|
|
Animator_t8A52E42AE54F76681838FE9E632683EF3952E883* L_25 = __this->___animator_5;
|
|
NullCheck(L_25);
|
|
Animator_SetBool_m6F8D4FAF0770CD4EC1F54406249785DE7391E42B(L_25, _stringLiteral17CF05962AC1AC77CD4B5247CC6311690D8DAFE5, (bool)1, NULL);
|
|
}
|
|
|
|
IL_018e:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void BirdBossHealthBar::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BirdBossHealthBar__ctor_mEAC3436ACE4628A544D973FABD3B364D85459A0D (BirdBossHealthBar_tD8DF656F3AB220340FF1967DBA91D368E426E92F* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// int NewHealth = 100;
|
|
__this->___NewHealth_6 = ((int32_t)100);
|
|
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 Aleksei::Start()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Aleksei_Start_m0276DAE4371F5B72DDFAA2AE1F756E6744DA6F46 (Aleksei_t280569A24333DAEDAECB8ADA24EDE720F1153AD0* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponentInChildren_TisAnimator_t8A52E42AE54F76681838FE9E632683EF3952E883_mDB9FC26B94B8EE9CF1F88BFEC75DF06CC2E3A000_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisRigidbody2D_tBEBE9523CF4448544085AF46BF7E10AA499F320F_m0712B7A9DBBAE2C319B4B03394E7731B86FACBF2_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisSeeker_t6FEA42FECA98333BE993B3BBFB7BBC08AC65D441_m179FE34C9BA1E2ADE08520ABE3281BCB187FD629_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCAF8804297181FF007CA835529DD4477CFD94A70);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEA4794204F92E72456A88E6C1E39E92A22DA8333);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// seeker = GetComponent<Seeker>();
|
|
Seeker_t6FEA42FECA98333BE993B3BBFB7BBC08AC65D441* L_0;
|
|
L_0 = Component_GetComponent_TisSeeker_t6FEA42FECA98333BE993B3BBFB7BBC08AC65D441_m179FE34C9BA1E2ADE08520ABE3281BCB187FD629(__this, Component_GetComponent_TisSeeker_t6FEA42FECA98333BE993B3BBFB7BBC08AC65D441_m179FE34C9BA1E2ADE08520ABE3281BCB187FD629_RuntimeMethod_var);
|
|
__this->___seeker_28 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___seeker_28), (void*)L_0);
|
|
// rb = GetComponent<Rigidbody2D>();
|
|
Rigidbody2D_tBEBE9523CF4448544085AF46BF7E10AA499F320F* L_1;
|
|
L_1 = Component_GetComponent_TisRigidbody2D_tBEBE9523CF4448544085AF46BF7E10AA499F320F_m0712B7A9DBBAE2C319B4B03394E7731B86FACBF2(__this, Component_GetComponent_TisRigidbody2D_tBEBE9523CF4448544085AF46BF7E10AA499F320F_m0712B7A9DBBAE2C319B4B03394E7731B86FACBF2_RuntimeMethod_var);
|
|
__this->___rb_29 = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___rb_29), (void*)L_1);
|
|
// animator = GetComponentInChildren<Animator>();
|
|
Animator_t8A52E42AE54F76681838FE9E632683EF3952E883* L_2;
|
|
L_2 = Component_GetComponentInChildren_TisAnimator_t8A52E42AE54F76681838FE9E632683EF3952E883_mDB9FC26B94B8EE9CF1F88BFEC75DF06CC2E3A000(__this, Component_GetComponentInChildren_TisAnimator_t8A52E42AE54F76681838FE9E632683EF3952E883_mDB9FC26B94B8EE9CF1F88BFEC75DF06CC2E3A000_RuntimeMethod_var);
|
|
__this->___animator_30 = L_2;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___animator_30), (void*)L_2);
|
|
// player = GameObject.FindGameObjectWithTag("Player").transform;
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_3;
|
|
L_3 = GameObject_FindGameObjectWithTag_mF0229BC2074CE9EEA72FAB1E5A4BC2AEC3D2CDBE(_stringLiteralCAF8804297181FF007CA835529DD4477CFD94A70, NULL);
|
|
NullCheck(L_3);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_4;
|
|
L_4 = GameObject_get_transform_m0BC10ADFA1632166AE5544BDF9038A2650C2AE56(L_3, NULL);
|
|
__this->___player_24 = L_4;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___player_24), (void*)L_4);
|
|
// InvokeRepeating("UpdatePath", 0f, .5f);
|
|
MonoBehaviour_InvokeRepeating_mF208501E0E4918F9168BBBA5FC50D8F80D01514D(__this, _stringLiteralEA4794204F92E72456A88E6C1E39E92A22DA8333, (0.0f), (0.5f), NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void Aleksei::UpdatePath()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Aleksei_UpdatePath_mB592E45D7A59C36C228439794D3258C18453F1AF (Aleksei_t280569A24333DAEDAECB8ADA24EDE720F1153AD0* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Aleksei_OnPathComplete_m699F7376B8F12209D3228FB2C475E900B64249DB_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnPathDelegate_tBC5D616171AC6FA3DFA2083777FDA787D35047D4_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (seeker.IsDone())
|
|
Seeker_t6FEA42FECA98333BE993B3BBFB7BBC08AC65D441* L_0 = __this->___seeker_28;
|
|
NullCheck(L_0);
|
|
bool L_1;
|
|
L_1 = Seeker_IsDone_m02E37DC5F042AC06A69BA1A65886B1BA9369EB2D(L_0, NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_0040;
|
|
}
|
|
}
|
|
{
|
|
// seeker.StartPath(rb.position, target.position, OnPathComplete);
|
|
Seeker_t6FEA42FECA98333BE993B3BBFB7BBC08AC65D441* L_2 = __this->___seeker_28;
|
|
Rigidbody2D_tBEBE9523CF4448544085AF46BF7E10AA499F320F* L_3 = __this->___rb_29;
|
|
NullCheck(L_3);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_4;
|
|
L_4 = Rigidbody2D_get_position_m07070C4416DFE2229070F95B349E411AE4869276(L_3, NULL);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_5;
|
|
L_5 = Vector2_op_Implicit_m6D9CABB2C791A192867D7A4559D132BE86DD3EB7_inline(L_4, NULL);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_6 = __this->___target_4;
|
|
NullCheck(L_6);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_7;
|
|
L_7 = Transform_get_position_m69CD5FA214FDAE7BB701552943674846C220FDE1(L_6, NULL);
|
|
OnPathDelegate_tBC5D616171AC6FA3DFA2083777FDA787D35047D4* L_8 = (OnPathDelegate_tBC5D616171AC6FA3DFA2083777FDA787D35047D4*)il2cpp_codegen_object_new(OnPathDelegate_tBC5D616171AC6FA3DFA2083777FDA787D35047D4_il2cpp_TypeInfo_var);
|
|
NullCheck(L_8);
|
|
OnPathDelegate__ctor_mD3FAB4AAEAF5DCAA68A6D1C3C8A7A9F316362C43(L_8, __this, (intptr_t)((void*)Aleksei_OnPathComplete_m699F7376B8F12209D3228FB2C475E900B64249DB_RuntimeMethod_var), NULL);
|
|
NullCheck(L_2);
|
|
Path_tF8373A11D8EE16052CE8F7D66EB9D74E17EE8F7A* L_9;
|
|
L_9 = Seeker_StartPath_m5F4742FD2F4BC23BB40FAA281193B5CCD1D63B8B(L_2, L_5, L_7, L_8, NULL);
|
|
}
|
|
|
|
IL_0040:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void Aleksei::OnPathComplete(Pathfinding.Path)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Aleksei_OnPathComplete_m699F7376B8F12209D3228FB2C475E900B64249DB (Aleksei_t280569A24333DAEDAECB8ADA24EDE720F1153AD0* __this, Path_tF8373A11D8EE16052CE8F7D66EB9D74E17EE8F7A* ___0_p, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// if (!p.error)
|
|
Path_tF8373A11D8EE16052CE8F7D66EB9D74E17EE8F7A* L_0 = ___0_p;
|
|
NullCheck(L_0);
|
|
bool L_1;
|
|
L_1 = Path_get_error_m53DE4309315C8B6A124412EC3CBF9AA514414FE2(L_0, NULL);
|
|
if (L_1)
|
|
{
|
|
goto IL_0016;
|
|
}
|
|
}
|
|
{
|
|
// path = p;
|
|
Path_tF8373A11D8EE16052CE8F7D66EB9D74E17EE8F7A* L_2 = ___0_p;
|
|
__this->___path_26 = L_2;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___path_26), (void*)L_2);
|
|
// currentWaypoint = 0;
|
|
__this->___currentWaypoint_27 = 0;
|
|
}
|
|
|
|
IL_0016:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void Aleksei::FixedUpdate()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Aleksei_FixedUpdate_m885153A63FFCE771C808047121590CC72F1285A0 (Aleksei_t280569A24333DAEDAECB8ADA24EDE720F1153AD0* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Aleksei_t280569A24333DAEDAECB8ADA24EDE720F1153AD0_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m46EEFFA770BE665EA0CB3A5332E941DA4B3C1D37_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m8F2E15FC96DA75186C51228128A0660709E4E810_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Pause_tBA95B8E0340B28796AF51B491AF0D3EEC1F06DD7_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
float G_B10_0 = 0.0f;
|
|
float G_B9_0 = 0.0f;
|
|
float G_B12_0 = 0.0f;
|
|
float G_B11_0 = 0.0f;
|
|
float G_B14_0 = 0.0f;
|
|
float G_B13_0 = 0.0f;
|
|
{
|
|
// if (Pause.IsPause == false && FirstStop == false && Attacking == false && Stop == false)
|
|
bool L_0 = ((Pause_tBA95B8E0340B28796AF51B491AF0D3EEC1F06DD7_StaticFields*)il2cpp_codegen_static_fields_for(Pause_tBA95B8E0340B28796AF51B491AF0D3EEC1F06DD7_il2cpp_TypeInfo_var))->___IsPause_4;
|
|
if (L_0)
|
|
{
|
|
goto IL_018d;
|
|
}
|
|
}
|
|
{
|
|
bool L_1 = __this->___FirstStop_34;
|
|
if (L_1)
|
|
{
|
|
goto IL_018d;
|
|
}
|
|
}
|
|
{
|
|
bool L_2 = __this->___Attacking_35;
|
|
if (L_2)
|
|
{
|
|
goto IL_018d;
|
|
}
|
|
}
|
|
{
|
|
bool L_3 = __this->___Stop_38;
|
|
if (L_3)
|
|
{
|
|
goto IL_018d;
|
|
}
|
|
}
|
|
{
|
|
// if (path == null)
|
|
Path_tF8373A11D8EE16052CE8F7D66EB9D74E17EE8F7A* L_4 = __this->___path_26;
|
|
if (L_4)
|
|
{
|
|
goto IL_0034;
|
|
}
|
|
}
|
|
{
|
|
// return;
|
|
return;
|
|
}
|
|
|
|
IL_0034:
|
|
{
|
|
// if (currentWaypoint >= path.vectorPath.Count)
|
|
int32_t L_5 = __this->___currentWaypoint_27;
|
|
Path_tF8373A11D8EE16052CE8F7D66EB9D74E17EE8F7A* L_6 = __this->___path_26;
|
|
NullCheck(L_6);
|
|
List_1_t77B94703E05C519A9010DD0614F757F974E1CD8B* L_7 = L_6->___vectorPath_9;
|
|
NullCheck(L_7);
|
|
int32_t L_8;
|
|
L_8 = List_1_get_Count_m46EEFFA770BE665EA0CB3A5332E941DA4B3C1D37_inline(L_7, List_1_get_Count_m46EEFFA770BE665EA0CB3A5332E941DA4B3C1D37_RuntimeMethod_var);
|
|
if ((((int32_t)L_5) < ((int32_t)L_8)))
|
|
{
|
|
goto IL_004d;
|
|
}
|
|
}
|
|
{
|
|
// return;
|
|
return;
|
|
}
|
|
|
|
IL_004d:
|
|
{
|
|
// Vector2 direction = ((Vector2)path.vectorPath[currentWaypoint] -rb.position).normalized;
|
|
Path_tF8373A11D8EE16052CE8F7D66EB9D74E17EE8F7A* L_9 = __this->___path_26;
|
|
NullCheck(L_9);
|
|
List_1_t77B94703E05C519A9010DD0614F757F974E1CD8B* L_10 = L_9->___vectorPath_9;
|
|
int32_t L_11 = __this->___currentWaypoint_27;
|
|
NullCheck(L_10);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_12;
|
|
L_12 = List_1_get_Item_m8F2E15FC96DA75186C51228128A0660709E4E810(L_10, L_11, List_1_get_Item_m8F2E15FC96DA75186C51228128A0660709E4E810_RuntimeMethod_var);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_13;
|
|
L_13 = Vector2_op_Implicit_mE8EBEE9291F11BB02F062D6E000F4798968CBD96_inline(L_12, NULL);
|
|
Rigidbody2D_tBEBE9523CF4448544085AF46BF7E10AA499F320F* L_14 = __this->___rb_29;
|
|
NullCheck(L_14);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_15;
|
|
L_15 = Rigidbody2D_get_position_m07070C4416DFE2229070F95B349E411AE4869276(L_14, NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_16;
|
|
L_16 = Vector2_op_Subtraction_m44475FCDAD2DA2F98D78A6625EC2DCDFE8803837_inline(L_13, L_15, NULL);
|
|
V_1 = L_16;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_17;
|
|
L_17 = Vector2_get_normalized_mF6722883AEFB5027690A778DF8ACC20F0FA65297_inline((&V_1), NULL);
|
|
// Vector2 force = direction * speed * Time.deltaTime;
|
|
float L_18 = __this->___speed_9;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_19;
|
|
L_19 = Vector2_op_Multiply_m2D984B613020089BF5165BA4CA10988E2DC771FE_inline(L_17, L_18, NULL);
|
|
float L_20;
|
|
L_20 = Time_get_deltaTime_mC3195000401F0FD167DD2F948FD2BC58330D0865(NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_21;
|
|
L_21 = Vector2_op_Multiply_m2D984B613020089BF5165BA4CA10988E2DC771FE_inline(L_19, L_20, NULL);
|
|
V_0 = L_21;
|
|
// rb.AddForce(force);
|
|
Rigidbody2D_tBEBE9523CF4448544085AF46BF7E10AA499F320F* L_22 = __this->___rb_29;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_23 = V_0;
|
|
NullCheck(L_22);
|
|
Rigidbody2D_AddForce_mC635C76F94D56891007700CA0E653EB269E955CB(L_22, L_23, NULL);
|
|
// float distance = Vector2.Distance(rb.position, path.vectorPath[currentWaypoint]);
|
|
Rigidbody2D_tBEBE9523CF4448544085AF46BF7E10AA499F320F* L_24 = __this->___rb_29;
|
|
NullCheck(L_24);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_25;
|
|
L_25 = Rigidbody2D_get_position_m07070C4416DFE2229070F95B349E411AE4869276(L_24, NULL);
|
|
Path_tF8373A11D8EE16052CE8F7D66EB9D74E17EE8F7A* L_26 = __this->___path_26;
|
|
NullCheck(L_26);
|
|
List_1_t77B94703E05C519A9010DD0614F757F974E1CD8B* L_27 = L_26->___vectorPath_9;
|
|
int32_t L_28 = __this->___currentWaypoint_27;
|
|
NullCheck(L_27);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_29;
|
|
L_29 = List_1_get_Item_m8F2E15FC96DA75186C51228128A0660709E4E810(L_27, L_28, List_1_get_Item_m8F2E15FC96DA75186C51228128A0660709E4E810_RuntimeMethod_var);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_30;
|
|
L_30 = Vector2_op_Implicit_mE8EBEE9291F11BB02F062D6E000F4798968CBD96_inline(L_29, NULL);
|
|
float L_31;
|
|
L_31 = Vector2_Distance_mBACBB1609E1894D68F882D86A93519E311810C89_inline(L_25, L_30, NULL);
|
|
// if (distance < nextWaypointDistance)
|
|
float L_32 = L_31;
|
|
float L_33 = __this->___nextWaypointDistance_11;
|
|
G_B9_0 = L_32;
|
|
if ((!(((float)L_32) < ((float)L_33))))
|
|
{
|
|
G_B10_0 = L_32;
|
|
goto IL_00e4;
|
|
}
|
|
}
|
|
{
|
|
// currentWaypoint++;
|
|
int32_t L_34 = __this->___currentWaypoint_27;
|
|
__this->___currentWaypoint_27 = ((int32_t)il2cpp_codegen_add(L_34, 1));
|
|
G_B10_0 = G_B9_0;
|
|
}
|
|
|
|
IL_00e4:
|
|
{
|
|
// if (rb.velocity.x >= 0.01f)
|
|
Rigidbody2D_tBEBE9523CF4448544085AF46BF7E10AA499F320F* L_35 = __this->___rb_29;
|
|
NullCheck(L_35);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_36;
|
|
L_36 = Rigidbody2D_get_velocity_mBD8AC6F93F0E24CC41D2361BCEF74F81303720EF(L_35, NULL);
|
|
float L_37 = L_36.___x_0;
|
|
G_B11_0 = G_B10_0;
|
|
if ((!(((float)L_37) >= ((float)(0.00999999978f)))))
|
|
{
|
|
G_B12_0 = G_B10_0;
|
|
goto IL_012b;
|
|
}
|
|
}
|
|
{
|
|
// enemyGFX.transform.localScale = new Vector3(-1f, 1f, 1f);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_38 = __this->___enemyGFX_23;
|
|
NullCheck(L_38);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_39;
|
|
L_39 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(L_38, NULL);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_40;
|
|
memset((&L_40), 0, sizeof(L_40));
|
|
Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&L_40), (-1.0f), (1.0f), (1.0f), /*hidden argument*/NULL);
|
|
NullCheck(L_39);
|
|
Transform_set_localScale_mBA79E811BAF6C47B80FF76414C12B47B3CD03633(L_39, L_40, NULL);
|
|
// BulletAngDirection = 1f;
|
|
((Aleksei_t280569A24333DAEDAECB8ADA24EDE720F1153AD0_StaticFields*)il2cpp_codegen_static_fields_for(Aleksei_t280569A24333DAEDAECB8ADA24EDE720F1153AD0_il2cpp_TypeInfo_var))->___BulletAngDirection_33 = (1.0f);
|
|
G_B14_0 = G_B11_0;
|
|
goto IL_0170;
|
|
}
|
|
|
|
IL_012b:
|
|
{
|
|
// else if (rb.velocity.x <= -0.01f)
|
|
Rigidbody2D_tBEBE9523CF4448544085AF46BF7E10AA499F320F* L_41 = __this->___rb_29;
|
|
NullCheck(L_41);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_42;
|
|
L_42 = Rigidbody2D_get_velocity_mBD8AC6F93F0E24CC41D2361BCEF74F81303720EF(L_41, NULL);
|
|
float L_43 = L_42.___x_0;
|
|
G_B13_0 = G_B12_0;
|
|
if ((!(((float)L_43) <= ((float)(-0.00999999978f)))))
|
|
{
|
|
G_B14_0 = G_B12_0;
|
|
goto IL_0170;
|
|
}
|
|
}
|
|
{
|
|
// enemyGFX.transform.localScale = new Vector3(1f, 1f, 1f);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_44 = __this->___enemyGFX_23;
|
|
NullCheck(L_44);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_45;
|
|
L_45 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(L_44, NULL);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_46;
|
|
memset((&L_46), 0, sizeof(L_46));
|
|
Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&L_46), (1.0f), (1.0f), (1.0f), /*hidden argument*/NULL);
|
|
NullCheck(L_45);
|
|
Transform_set_localScale_mBA79E811BAF6C47B80FF76414C12B47B3CD03633(L_45, L_46, NULL);
|
|
// BulletAngDirection = 0f;
|
|
((Aleksei_t280569A24333DAEDAECB8ADA24EDE720F1153AD0_StaticFields*)il2cpp_codegen_static_fields_for(Aleksei_t280569A24333DAEDAECB8ADA24EDE720F1153AD0_il2cpp_TypeInfo_var))->___BulletAngDirection_33 = (0.0f);
|
|
G_B14_0 = G_B13_0;
|
|
}
|
|
|
|
IL_0170:
|
|
{
|
|
// if (distance < attackRange)
|
|
float L_47 = __this->___attackRange_21;
|
|
if ((!(((float)G_B14_0) < ((float)L_47))))
|
|
{
|
|
goto IL_018d;
|
|
}
|
|
}
|
|
{
|
|
// if (StopAttack == false)
|
|
bool L_48 = __this->___StopAttack_31;
|
|
if (L_48)
|
|
{
|
|
goto IL_018d;
|
|
}
|
|
}
|
|
{
|
|
// StartCoroutine(Attack());
|
|
RuntimeObject* L_49;
|
|
L_49 = Aleksei_Attack_m4EE08C9A803CB56596230281580889C070B1C99A(__this, NULL);
|
|
Coroutine_t85EA685566A254C23F3FD77AB5BDFFFF8799596B* L_50;
|
|
L_50 = MonoBehaviour_StartCoroutine_m4CAFF732AA28CD3BDC5363B44A863575530EC812(__this, L_49, NULL);
|
|
}
|
|
|
|
IL_018d:
|
|
{
|
|
// distance = Vector2.Distance(transform.position, player.position);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_51;
|
|
L_51 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(__this, NULL);
|
|
NullCheck(L_51);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_52;
|
|
L_52 = Transform_get_position_m69CD5FA214FDAE7BB701552943674846C220FDE1(L_51, NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_53;
|
|
L_53 = Vector2_op_Implicit_mE8EBEE9291F11BB02F062D6E000F4798968CBD96_inline(L_52, NULL);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_54 = __this->___player_24;
|
|
NullCheck(L_54);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_55;
|
|
L_55 = Transform_get_position_m69CD5FA214FDAE7BB701552943674846C220FDE1(L_54, NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_56;
|
|
L_56 = Vector2_op_Implicit_mE8EBEE9291F11BB02F062D6E000F4798968CBD96_inline(L_55, NULL);
|
|
float L_57;
|
|
L_57 = Vector2_Distance_mBACBB1609E1894D68F882D86A93519E311810C89_inline(L_53, L_56, NULL);
|
|
__this->___distance_22 = L_57;
|
|
// if (distance > range)
|
|
float L_58 = __this->___distance_22;
|
|
float L_59 = __this->___range_20;
|
|
if ((!(((float)L_58) > ((float)L_59))))
|
|
{
|
|
goto IL_01d2;
|
|
}
|
|
}
|
|
{
|
|
// speed = FastSpeed;
|
|
float L_60 = __this->___FastSpeed_8;
|
|
__this->___speed_9 = L_60;
|
|
}
|
|
|
|
IL_01d2:
|
|
{
|
|
// if (distance < range)
|
|
float L_61 = __this->___distance_22;
|
|
float L_62 = __this->___range_20;
|
|
if ((!(((float)L_61) < ((float)L_62))))
|
|
{
|
|
goto IL_01e7;
|
|
}
|
|
}
|
|
{
|
|
// FirstStop = false;
|
|
__this->___FirstStop_34 = (bool)0;
|
|
}
|
|
|
|
IL_01e7:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void Aleksei::OnCollisionEnter2D(UnityEngine.Collision2D)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Aleksei_OnCollisionEnter2D_m7B3411ED135F97DEB2313DBFC2B721FF8D9F91E5 (Aleksei_t280569A24333DAEDAECB8ADA24EDE720F1153AD0* __this, Collision2D_t81E83212C969FDDE2AB84EBCA31502818EEAB85B* ___0_collision, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCAF8804297181FF007CA835529DD4477CFD94A70);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (collision.gameObject.tag == "Player")
|
|
Collision2D_t81E83212C969FDDE2AB84EBCA31502818EEAB85B* L_0 = ___0_collision;
|
|
NullCheck(L_0);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_1;
|
|
L_1 = Collision2D_get_gameObject_mE4B3D56F3477F7D2D6D7B217DF5488DA1D13204C(L_0, NULL);
|
|
NullCheck(L_1);
|
|
String_t* L_2;
|
|
L_2 = GameObject_get_tag_mEDD27BF795072834D656B286CBE51B2C99747805(L_1, NULL);
|
|
bool L_3;
|
|
L_3 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_2, _stringLiteralCAF8804297181FF007CA835529DD4477CFD94A70, NULL);
|
|
if (!L_3)
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
// StartCoroutine(ColAttack());
|
|
RuntimeObject* L_4;
|
|
L_4 = Aleksei_ColAttack_mA5BBF7843206FE6CB44E76EA2D6E9AEC58494431(__this, NULL);
|
|
Coroutine_t85EA685566A254C23F3FD77AB5BDFFFF8799596B* L_5;
|
|
L_5 = MonoBehaviour_StartCoroutine_m4CAFF732AA28CD3BDC5363B44A863575530EC812(__this, L_4, NULL);
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void Aleksei::OnTriggerEnter2D(UnityEngine.Collider2D)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Aleksei_OnTriggerEnter2D_mEBE3F6FD44B1E3EB8614A80BF819E04D2BEB320A (Aleksei_t280569A24333DAEDAECB8ADA24EDE720F1153AD0* __this, Collider2D_t6A17BA7734600EF3F26588E9ED903617D5B8EB52* ___0_collider, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral87EC9E6B1D53FB72E3610EE8D1FBACA5F8D07BB0);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (collider.gameObject.tag == "Bullet" && distance < range && StopHearting == false && TimeStopHearting == false)
|
|
Collider2D_t6A17BA7734600EF3F26588E9ED903617D5B8EB52* L_0 = ___0_collider;
|
|
NullCheck(L_0);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_1;
|
|
L_1 = Component_get_gameObject_m57AEFBB14DB39EC476F740BA000E170355DE691B(L_0, NULL);
|
|
NullCheck(L_1);
|
|
String_t* L_2;
|
|
L_2 = GameObject_get_tag_mEDD27BF795072834D656B286CBE51B2C99747805(L_1, NULL);
|
|
bool L_3;
|
|
L_3 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_2, _stringLiteral87EC9E6B1D53FB72E3610EE8D1FBACA5F8D07BB0, NULL);
|
|
if (!L_3)
|
|
{
|
|
goto IL_003d;
|
|
}
|
|
}
|
|
{
|
|
float L_4 = __this->___distance_22;
|
|
float L_5 = __this->___range_20;
|
|
if ((!(((float)L_4) < ((float)L_5))))
|
|
{
|
|
goto IL_003d;
|
|
}
|
|
}
|
|
{
|
|
bool L_6 = __this->___StopHearting_16;
|
|
if (L_6)
|
|
{
|
|
goto IL_003d;
|
|
}
|
|
}
|
|
{
|
|
bool L_7 = __this->___TimeStopHearting_17;
|
|
if (L_7)
|
|
{
|
|
goto IL_003d;
|
|
}
|
|
}
|
|
{
|
|
// TakeDamage(10);
|
|
Aleksei_TakeDamage_m837CC2A565088F82CFBEAE9D9FDD523657E084E4(__this, ((int32_t)10), NULL);
|
|
}
|
|
|
|
IL_003d:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void Aleksei::TakeDamage(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Aleksei_TakeDamage_m837CC2A565088F82CFBEAE9D9FDD523657E084E4 (Aleksei_t280569A24333DAEDAECB8ADA24EDE720F1153AD0* __this, int32_t ___0_damage, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MainMenu_t5A8A8E4906FD2B24D16567A6BFFDAA6B91DD12DF_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (MainMenu.ExitLevel == false)
|
|
bool L_0 = ((MainMenu_t5A8A8E4906FD2B24D16567A6BFFDAA6B91DD12DF_StaticFields*)il2cpp_codegen_static_fields_for(MainMenu_t5A8A8E4906FD2B24D16567A6BFFDAA6B91DD12DF_il2cpp_TypeInfo_var))->___ExitLevel_32;
|
|
if (L_0)
|
|
{
|
|
goto IL_003e;
|
|
}
|
|
}
|
|
{
|
|
// health -= damage;
|
|
int32_t L_1 = __this->___health_15;
|
|
int32_t L_2 = ___0_damage;
|
|
__this->___health_15 = ((int32_t)il2cpp_codegen_subtract(L_1, L_2));
|
|
// StartCoroutine(DamageAnimation());
|
|
RuntimeObject* L_3;
|
|
L_3 = Aleksei_DamageAnimation_mCDADB324AD8F6A0536A30F69AB875CCE504ED7C9(__this, NULL);
|
|
Coroutine_t85EA685566A254C23F3FD77AB5BDFFFF8799596B* L_4;
|
|
L_4 = MonoBehaviour_StartCoroutine_m4CAFF732AA28CD3BDC5363B44A863575530EC812(__this, L_3, NULL);
|
|
// StartCoroutine(BulletAttacked());
|
|
RuntimeObject* L_5;
|
|
L_5 = Aleksei_BulletAttacked_m6B7A29805E58B1C810EC60AD9FB58AB03002CF04(__this, NULL);
|
|
Coroutine_t85EA685566A254C23F3FD77AB5BDFFFF8799596B* L_6;
|
|
L_6 = MonoBehaviour_StartCoroutine_m4CAFF732AA28CD3BDC5363B44A863575530EC812(__this, L_5, NULL);
|
|
// if (health <= 0)
|
|
int32_t L_7 = __this->___health_15;
|
|
if ((((int32_t)L_7) > ((int32_t)0)))
|
|
{
|
|
goto IL_003e;
|
|
}
|
|
}
|
|
{
|
|
// Die();
|
|
Aleksei_Die_m4AE9E54DC540C97294E1F3FE8CE735ECDC6A26D4(__this, NULL);
|
|
}
|
|
|
|
IL_003e:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void Aleksei::Die()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Aleksei_Die_m4AE9E54DC540C97294E1F3FE8CE735ECDC6A26D4 (Aleksei_t280569A24333DAEDAECB8ADA24EDE720F1153AD0* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Aleksei_t280569A24333DAEDAECB8ADA24EDE720F1153AD0_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_Instantiate_TisGameObject_t76FEDD663AB33C991A9C9A23129337651094216F_m831D2F71DF2AA6C93AFDFEFA04CF2CFC5FBBCDB4_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// AlekseiDead = true;
|
|
((Aleksei_t280569A24333DAEDAECB8ADA24EDE720F1153AD0_StaticFields*)il2cpp_codegen_static_fields_for(Aleksei_t280569A24333DAEDAECB8ADA24EDE720F1153AD0_il2cpp_TypeInfo_var))->___AlekseiDead_18 = (bool)1;
|
|
// Instantiate(deathEffect, transform.position, Quaternion.identity);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_0 = __this->___deathEffect_19;
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_1;
|
|
L_1 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(__this, NULL);
|
|
NullCheck(L_1);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_2;
|
|
L_2 = Transform_get_position_m69CD5FA214FDAE7BB701552943674846C220FDE1(L_1, NULL);
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_3;
|
|
L_3 = Quaternion_get_identity_m7E701AE095ED10FD5EA0B50ABCFDE2EEFF2173A5_inline(NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_4;
|
|
L_4 = Object_Instantiate_TisGameObject_t76FEDD663AB33C991A9C9A23129337651094216F_m831D2F71DF2AA6C93AFDFEFA04CF2CFC5FBBCDB4(L_0, L_2, L_3, Object_Instantiate_TisGameObject_t76FEDD663AB33C991A9C9A23129337651094216F_m831D2F71DF2AA6C93AFDFEFA04CF2CFC5FBBCDB4_RuntimeMethod_var);
|
|
// Destroy(gameObject);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_5;
|
|
L_5 = Component_get_gameObject_m57AEFBB14DB39EC476F740BA000E170355DE691B(__this, NULL);
|
|
Object_Destroy_mE97D0A766419A81296E8D4E5C23D01D3FE91ACBB(L_5, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void Aleksei::Update()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Aleksei_Update_m2E9257F219167B52D708CA1EE252CE3806B44BDD (Aleksei_t280569A24333DAEDAECB8ADA24EDE720F1153AD0* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Pause_tBA95B8E0340B28796AF51B491AF0D3EEC1F06DD7_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (Pause.IsPause == false)
|
|
bool L_0 = ((Pause_tBA95B8E0340B28796AF51B491AF0D3EEC1F06DD7_StaticFields*)il2cpp_codegen_static_fields_for(Pause_tBA95B8E0340B28796AF51B491AF0D3EEC1F06DD7_il2cpp_TypeInfo_var))->___IsPause_4;
|
|
if (L_0)
|
|
{
|
|
goto IL_0070;
|
|
}
|
|
}
|
|
{
|
|
// if (distance < range && NormalSpeeding == true)
|
|
float L_1 = __this->___distance_22;
|
|
float L_2 = __this->___range_20;
|
|
if ((!(((float)L_1) < ((float)L_2))))
|
|
{
|
|
goto IL_0030;
|
|
}
|
|
}
|
|
{
|
|
bool L_3 = __this->___NormalSpeeding_32;
|
|
if (!L_3)
|
|
{
|
|
goto IL_0030;
|
|
}
|
|
}
|
|
{
|
|
// NormalSpeeding = false;
|
|
__this->___NormalSpeeding_32 = (bool)0;
|
|
// speed = NormalSpeed;
|
|
float L_4 = __this->___NormalSpeed_7;
|
|
__this->___speed_9 = L_4;
|
|
}
|
|
|
|
IL_0030:
|
|
{
|
|
// if (health <= 60 && encourageStart == 1f)
|
|
int32_t L_5 = __this->___health_15;
|
|
if ((((int32_t)L_5) > ((int32_t)((int32_t)60))))
|
|
{
|
|
goto IL_0054;
|
|
}
|
|
}
|
|
{
|
|
float L_6 = __this->___encourageStart_37;
|
|
if ((!(((float)L_6) == ((float)(1.0f)))))
|
|
{
|
|
goto IL_0054;
|
|
}
|
|
}
|
|
{
|
|
// StartCoroutine(Encourage());
|
|
RuntimeObject* L_7;
|
|
L_7 = Aleksei_Encourage_m21588CBDC37B73608C72A2FB96A8CF646C045210(__this, NULL);
|
|
Coroutine_t85EA685566A254C23F3FD77AB5BDFFFF8799596B* L_8;
|
|
L_8 = MonoBehaviour_StartCoroutine_m4CAFF732AA28CD3BDC5363B44A863575530EC812(__this, L_7, NULL);
|
|
}
|
|
|
|
IL_0054:
|
|
{
|
|
// if (IsPlay == true)
|
|
bool L_9 = __this->___IsPlay_14;
|
|
if (!L_9)
|
|
{
|
|
goto IL_0070;
|
|
}
|
|
}
|
|
{
|
|
// StartCoroutine(Music());
|
|
RuntimeObject* L_10;
|
|
L_10 = Aleksei_Music_m94279A98E4CCFB6E019B45600A6A941B44FBADC4(__this, NULL);
|
|
Coroutine_t85EA685566A254C23F3FD77AB5BDFFFF8799596B* L_11;
|
|
L_11 = MonoBehaviour_StartCoroutine_m4CAFF732AA28CD3BDC5363B44A863575530EC812(__this, L_10, NULL);
|
|
// IsPlay = false;
|
|
__this->___IsPlay_14 = (bool)0;
|
|
}
|
|
|
|
IL_0070:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Collections.IEnumerator Aleksei::Attack()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Aleksei_Attack_m4EE08C9A803CB56596230281580889C070B1C99A (Aleksei_t280569A24333DAEDAECB8ADA24EDE720F1153AD0* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CAttackU3Ed__45_t7EEEA56BE3E94DACD44E72E16522BF80CA0FF8F9_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
U3CAttackU3Ed__45_t7EEEA56BE3E94DACD44E72E16522BF80CA0FF8F9* L_0 = (U3CAttackU3Ed__45_t7EEEA56BE3E94DACD44E72E16522BF80CA0FF8F9*)il2cpp_codegen_object_new(U3CAttackU3Ed__45_t7EEEA56BE3E94DACD44E72E16522BF80CA0FF8F9_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
U3CAttackU3Ed__45__ctor_m7C9BB1C3769B39511BE171E1C81B9CFE2E3DE3D0(L_0, 0, NULL);
|
|
U3CAttackU3Ed__45_t7EEEA56BE3E94DACD44E72E16522BF80CA0FF8F9* L_1 = L_0;
|
|
NullCheck(L_1);
|
|
L_1->___U3CU3E4__this_2 = __this;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_1->___U3CU3E4__this_2), (void*)__this);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Collections.IEnumerator Aleksei::ColAttack()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Aleksei_ColAttack_mA5BBF7843206FE6CB44E76EA2D6E9AEC58494431 (Aleksei_t280569A24333DAEDAECB8ADA24EDE720F1153AD0* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CColAttackU3Ed__46_t4CE51E41D22BA968BC21D446A1ED073AB39FBFDB_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
U3CColAttackU3Ed__46_t4CE51E41D22BA968BC21D446A1ED073AB39FBFDB* L_0 = (U3CColAttackU3Ed__46_t4CE51E41D22BA968BC21D446A1ED073AB39FBFDB*)il2cpp_codegen_object_new(U3CColAttackU3Ed__46_t4CE51E41D22BA968BC21D446A1ED073AB39FBFDB_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
U3CColAttackU3Ed__46__ctor_m42C12B8BF9E8B876A3343C4296848B9C64FD50A8(L_0, 0, NULL);
|
|
U3CColAttackU3Ed__46_t4CE51E41D22BA968BC21D446A1ED073AB39FBFDB* L_1 = L_0;
|
|
NullCheck(L_1);
|
|
L_1->___U3CU3E4__this_2 = __this;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_1->___U3CU3E4__this_2), (void*)__this);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Collections.IEnumerator Aleksei::DamageAnimation()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Aleksei_DamageAnimation_mCDADB324AD8F6A0536A30F69AB875CCE504ED7C9 (Aleksei_t280569A24333DAEDAECB8ADA24EDE720F1153AD0* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CDamageAnimationU3Ed__47_t33471CE9E459A74A668888F6131E508813FB56C6_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
U3CDamageAnimationU3Ed__47_t33471CE9E459A74A668888F6131E508813FB56C6* L_0 = (U3CDamageAnimationU3Ed__47_t33471CE9E459A74A668888F6131E508813FB56C6*)il2cpp_codegen_object_new(U3CDamageAnimationU3Ed__47_t33471CE9E459A74A668888F6131E508813FB56C6_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
U3CDamageAnimationU3Ed__47__ctor_mAF7DD7510BF3BB25A8CC1AF04CD5CE2DD1A75F0A(L_0, 0, NULL);
|
|
U3CDamageAnimationU3Ed__47_t33471CE9E459A74A668888F6131E508813FB56C6* L_1 = L_0;
|
|
NullCheck(L_1);
|
|
L_1->___U3CU3E4__this_2 = __this;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_1->___U3CU3E4__this_2), (void*)__this);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Collections.IEnumerator Aleksei::Wait()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Aleksei_Wait_m0DF5F717EA5134A25106F059F16933DF3DC1668C (Aleksei_t280569A24333DAEDAECB8ADA24EDE720F1153AD0* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CWaitU3Ed__48_t2818D250483AD5D719CBBA7008B8F8485FC4DC8D_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
U3CWaitU3Ed__48_t2818D250483AD5D719CBBA7008B8F8485FC4DC8D* L_0 = (U3CWaitU3Ed__48_t2818D250483AD5D719CBBA7008B8F8485FC4DC8D*)il2cpp_codegen_object_new(U3CWaitU3Ed__48_t2818D250483AD5D719CBBA7008B8F8485FC4DC8D_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
U3CWaitU3Ed__48__ctor_mC480A3FDD68BAB4449534B24FB605C81CA0F988D(L_0, 0, NULL);
|
|
U3CWaitU3Ed__48_t2818D250483AD5D719CBBA7008B8F8485FC4DC8D* L_1 = L_0;
|
|
NullCheck(L_1);
|
|
L_1->___U3CU3E4__this_2 = __this;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_1->___U3CU3E4__this_2), (void*)__this);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Collections.IEnumerator Aleksei::SlowDown()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Aleksei_SlowDown_mFF6CBFF90AD27514444C018387CB151CB68A1A34 (Aleksei_t280569A24333DAEDAECB8ADA24EDE720F1153AD0* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CSlowDownU3Ed__49_t3B3927657A0E5DA67C19D391DF015ED466F1AA2D_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
U3CSlowDownU3Ed__49_t3B3927657A0E5DA67C19D391DF015ED466F1AA2D* L_0 = (U3CSlowDownU3Ed__49_t3B3927657A0E5DA67C19D391DF015ED466F1AA2D*)il2cpp_codegen_object_new(U3CSlowDownU3Ed__49_t3B3927657A0E5DA67C19D391DF015ED466F1AA2D_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
U3CSlowDownU3Ed__49__ctor_m261E3441463E5F625538867BCEE33BAB234BF1D0(L_0, 0, NULL);
|
|
U3CSlowDownU3Ed__49_t3B3927657A0E5DA67C19D391DF015ED466F1AA2D* L_1 = L_0;
|
|
NullCheck(L_1);
|
|
L_1->___U3CU3E4__this_2 = __this;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_1->___U3CU3E4__this_2), (void*)__this);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Collections.IEnumerator Aleksei::Encourage()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Aleksei_Encourage_m21588CBDC37B73608C72A2FB96A8CF646C045210 (Aleksei_t280569A24333DAEDAECB8ADA24EDE720F1153AD0* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CEncourageU3Ed__50_tC0E6828D6A25D76B219DF60923BB41D896F63F5C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
U3CEncourageU3Ed__50_tC0E6828D6A25D76B219DF60923BB41D896F63F5C* L_0 = (U3CEncourageU3Ed__50_tC0E6828D6A25D76B219DF60923BB41D896F63F5C*)il2cpp_codegen_object_new(U3CEncourageU3Ed__50_tC0E6828D6A25D76B219DF60923BB41D896F63F5C_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
U3CEncourageU3Ed__50__ctor_m9618824CA2A16ACCE66261DBD611F9EDB33C9F29(L_0, 0, NULL);
|
|
U3CEncourageU3Ed__50_tC0E6828D6A25D76B219DF60923BB41D896F63F5C* L_1 = L_0;
|
|
NullCheck(L_1);
|
|
L_1->___U3CU3E4__this_2 = __this;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_1->___U3CU3E4__this_2), (void*)__this);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Collections.IEnumerator Aleksei::BulletAttacked()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Aleksei_BulletAttacked_m6B7A29805E58B1C810EC60AD9FB58AB03002CF04 (Aleksei_t280569A24333DAEDAECB8ADA24EDE720F1153AD0* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CBulletAttackedU3Ed__51_t6464024B1130F5A958055F4C06B41743EC185733_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
U3CBulletAttackedU3Ed__51_t6464024B1130F5A958055F4C06B41743EC185733* L_0 = (U3CBulletAttackedU3Ed__51_t6464024B1130F5A958055F4C06B41743EC185733*)il2cpp_codegen_object_new(U3CBulletAttackedU3Ed__51_t6464024B1130F5A958055F4C06B41743EC185733_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
U3CBulletAttackedU3Ed__51__ctor_m14DE95D5577F851AE1391173A00AA941AE591DFC(L_0, 0, NULL);
|
|
U3CBulletAttackedU3Ed__51_t6464024B1130F5A958055F4C06B41743EC185733* L_1 = L_0;
|
|
NullCheck(L_1);
|
|
L_1->___U3CU3E4__this_2 = __this;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_1->___U3CU3E4__this_2), (void*)__this);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Collections.IEnumerator Aleksei::Music()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Aleksei_Music_m94279A98E4CCFB6E019B45600A6A941B44FBADC4 (Aleksei_t280569A24333DAEDAECB8ADA24EDE720F1153AD0* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CMusicU3Ed__52_tB7937D669D1DA6ADF8B3585C58055F554C25317D_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
U3CMusicU3Ed__52_tB7937D669D1DA6ADF8B3585C58055F554C25317D* L_0 = (U3CMusicU3Ed__52_tB7937D669D1DA6ADF8B3585C58055F554C25317D*)il2cpp_codegen_object_new(U3CMusicU3Ed__52_tB7937D669D1DA6ADF8B3585C58055F554C25317D_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
U3CMusicU3Ed__52__ctor_mACC6AD1358670DFB853D513D8684FFB0CFDF2360(L_0, 0, NULL);
|
|
U3CMusicU3Ed__52_tB7937D669D1DA6ADF8B3585C58055F554C25317D* L_1 = L_0;
|
|
NullCheck(L_1);
|
|
L_1->___U3CU3E4__this_2 = __this;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_1->___U3CU3E4__this_2), (void*)__this);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Void Aleksei::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Aleksei__ctor_m882CCD5CB18640C97F01AF8788FFA0393C85D3E5 (Aleksei_t280569A24333DAEDAECB8ADA24EDE720F1153AD0* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public float SlowSpeed = 300f;
|
|
__this->___SlowSpeed_6 = (300.0f);
|
|
// public float NormalSpeed = 500f;
|
|
__this->___NormalSpeed_7 = (500.0f);
|
|
// public float FastSpeed = 700f;
|
|
__this->___FastSpeed_8 = (700.0f);
|
|
// public float speed = 500f;
|
|
__this->___speed_9 = (500.0f);
|
|
// public float encourageSpeed = 900f;
|
|
__this->___encourageSpeed_10 = (900.0f);
|
|
// public float nextWaypointDistance = 3f;
|
|
__this->___nextWaypointDistance_11 = (3.0f);
|
|
// public int health = 200;
|
|
__this->___health_15 = ((int32_t)200);
|
|
// public float range = 10f; // the range at which the enemy will start moving towards the player
|
|
__this->___range_20 = (10.0f);
|
|
// public float attackRange = 8f; // the range at which the enemy will attack the player
|
|
__this->___attackRange_21 = (8.0f);
|
|
// bool FirstStop = true;
|
|
__this->___FirstStop_34 = (bool)1;
|
|
// public float encourageSec = 2.0f;
|
|
__this->___encourageSec_36 = (2.0f);
|
|
// float encourageStart = 1f;
|
|
__this->___encourageStart_37 = (1.0f);
|
|
MonoBehaviour__ctor_m592DB0105CA0BC97AA1C5F4AD27B12D68A3B7C1E(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void Aleksei/<Attack>d__45::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CAttackU3Ed__45__ctor_m7C9BB1C3769B39511BE171E1C81B9CFE2E3DE3D0 (U3CAttackU3Ed__45_t7EEEA56BE3E94DACD44E72E16522BF80CA0FF8F9* __this, int32_t ___0_U3CU3E1__state, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
int32_t L_0 = ___0_U3CU3E1__state;
|
|
__this->___U3CU3E1__state_0 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// System.Void Aleksei/<Attack>d__45::System.IDisposable.Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CAttackU3Ed__45_System_IDisposable_Dispose_m2581F0513DAE93FB4F55EEE796CFA3DD2C01D31C (U3CAttackU3Ed__45_t7EEEA56BE3E94DACD44E72E16522BF80CA0FF8F9* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean Aleksei/<Attack>d__45::MoveNext()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CAttackU3Ed__45_MoveNext_m6DC3C92B3285B34652939DB2504C19197540DB49 (U3CAttackU3Ed__45_t7EEEA56BE3E94DACD44E72E16522BF80CA0FF8F9* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_Instantiate_TisGameObject_t76FEDD663AB33C991A9C9A23129337651094216F_m831D2F71DF2AA6C93AFDFEFA04CF2CFC5FBBCDB4_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral508450355DF2A5BB172C6D21A5C54D7806587D91);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
Aleksei_t280569A24333DAEDAECB8ADA24EDE720F1153AD0* V_1 = NULL;
|
|
{
|
|
int32_t L_0 = __this->___U3CU3E1__state_0;
|
|
V_0 = L_0;
|
|
Aleksei_t280569A24333DAEDAECB8ADA24EDE720F1153AD0* L_1 = __this->___U3CU3E4__this_2;
|
|
V_1 = L_1;
|
|
int32_t L_2 = V_0;
|
|
switch (L_2)
|
|
{
|
|
case 0:
|
|
{
|
|
goto IL_0022;
|
|
}
|
|
case 1:
|
|
{
|
|
goto IL_0049;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_00a3;
|
|
}
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0022:
|
|
{
|
|
__this->___U3CU3E1__state_0 = (-1);
|
|
// StopAttack = true;
|
|
Aleksei_t280569A24333DAEDAECB8ADA24EDE720F1153AD0* L_3 = V_1;
|
|
NullCheck(L_3);
|
|
L_3->___StopAttack_31 = (bool)1;
|
|
// yield return new WaitForSeconds(2.0f);
|
|
WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3* L_4 = (WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3*)il2cpp_codegen_object_new(WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3_il2cpp_TypeInfo_var);
|
|
NullCheck(L_4);
|
|
WaitForSeconds__ctor_m579F95BADEDBAB4B3A7E302C6EE3995926EF2EFC(L_4, (2.0f), NULL);
|
|
__this->___U3CU3E2__current_1 = L_4;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CU3E2__current_1), (void*)L_4);
|
|
__this->___U3CU3E1__state_0 = 1;
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0049:
|
|
{
|
|
__this->___U3CU3E1__state_0 = (-1);
|
|
// Attacking = true;
|
|
Aleksei_t280569A24333DAEDAECB8ADA24EDE720F1153AD0* L_5 = V_1;
|
|
NullCheck(L_5);
|
|
L_5->___Attacking_35 = (bool)1;
|
|
// animator.SetBool("Attack", true);
|
|
Aleksei_t280569A24333DAEDAECB8ADA24EDE720F1153AD0* L_6 = V_1;
|
|
NullCheck(L_6);
|
|
Animator_t8A52E42AE54F76681838FE9E632683EF3952E883* L_7 = L_6->___animator_30;
|
|
NullCheck(L_7);
|
|
Animator_SetBool_m6F8D4FAF0770CD4EC1F54406249785DE7391E42B(L_7, _stringLiteral508450355DF2A5BB172C6D21A5C54D7806587D91, (bool)1, NULL);
|
|
// Instantiate(EnemyWeapon, firePoint.position, firePoint.rotation);
|
|
Aleksei_t280569A24333DAEDAECB8ADA24EDE720F1153AD0* L_8 = V_1;
|
|
NullCheck(L_8);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_9 = L_8->___EnemyWeapon_25;
|
|
Aleksei_t280569A24333DAEDAECB8ADA24EDE720F1153AD0* L_10 = V_1;
|
|
NullCheck(L_10);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_11 = L_10->___firePoint_5;
|
|
NullCheck(L_11);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_12;
|
|
L_12 = Transform_get_position_m69CD5FA214FDAE7BB701552943674846C220FDE1(L_11, NULL);
|
|
Aleksei_t280569A24333DAEDAECB8ADA24EDE720F1153AD0* L_13 = V_1;
|
|
NullCheck(L_13);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_14 = L_13->___firePoint_5;
|
|
NullCheck(L_14);
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_15;
|
|
L_15 = Transform_get_rotation_m32AF40CA0D50C797DA639A696F8EAEC7524C179C(L_14, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_16;
|
|
L_16 = Object_Instantiate_TisGameObject_t76FEDD663AB33C991A9C9A23129337651094216F_m831D2F71DF2AA6C93AFDFEFA04CF2CFC5FBBCDB4(L_9, L_12, L_15, Object_Instantiate_TisGameObject_t76FEDD663AB33C991A9C9A23129337651094216F_m831D2F71DF2AA6C93AFDFEFA04CF2CFC5FBBCDB4_RuntimeMethod_var);
|
|
// yield return new WaitForSeconds(2.0f);
|
|
WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3* L_17 = (WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3*)il2cpp_codegen_object_new(WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3_il2cpp_TypeInfo_var);
|
|
NullCheck(L_17);
|
|
WaitForSeconds__ctor_m579F95BADEDBAB4B3A7E302C6EE3995926EF2EFC(L_17, (2.0f), NULL);
|
|
__this->___U3CU3E2__current_1 = L_17;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CU3E2__current_1), (void*)L_17);
|
|
__this->___U3CU3E1__state_0 = 2;
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_00a3:
|
|
{
|
|
__this->___U3CU3E1__state_0 = (-1);
|
|
// animator.SetBool("Attack", false);
|
|
Aleksei_t280569A24333DAEDAECB8ADA24EDE720F1153AD0* L_18 = V_1;
|
|
NullCheck(L_18);
|
|
Animator_t8A52E42AE54F76681838FE9E632683EF3952E883* L_19 = L_18->___animator_30;
|
|
NullCheck(L_19);
|
|
Animator_SetBool_m6F8D4FAF0770CD4EC1F54406249785DE7391E42B(L_19, _stringLiteral508450355DF2A5BB172C6D21A5C54D7806587D91, (bool)0, NULL);
|
|
// Attacking = false;
|
|
Aleksei_t280569A24333DAEDAECB8ADA24EDE720F1153AD0* L_20 = V_1;
|
|
NullCheck(L_20);
|
|
L_20->___Attacking_35 = (bool)0;
|
|
// StartCoroutine(Wait());
|
|
Aleksei_t280569A24333DAEDAECB8ADA24EDE720F1153AD0* L_21 = V_1;
|
|
Aleksei_t280569A24333DAEDAECB8ADA24EDE720F1153AD0* L_22 = V_1;
|
|
NullCheck(L_22);
|
|
RuntimeObject* L_23;
|
|
L_23 = Aleksei_Wait_m0DF5F717EA5134A25106F059F16933DF3DC1668C(L_22, NULL);
|
|
NullCheck(L_21);
|
|
Coroutine_t85EA685566A254C23F3FD77AB5BDFFFF8799596B* L_24;
|
|
L_24 = MonoBehaviour_StartCoroutine_m4CAFF732AA28CD3BDC5363B44A863575530EC812(L_21, L_23, NULL);
|
|
// }
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Object Aleksei/<Attack>d__45::System.Collections.Generic.IEnumerator<System.Object>.get_Current()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CAttackU3Ed__45_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_m824BC63CB23E70397CEAC439420A69B91C7F36A9 (U3CAttackU3Ed__45_t7EEEA56BE3E94DACD44E72E16522BF80CA0FF8F9* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject* L_0 = __this->___U3CU3E2__current_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void Aleksei/<Attack>d__45::System.Collections.IEnumerator.Reset()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CAttackU3Ed__45_System_Collections_IEnumerator_Reset_m328E6E91618E72E8C95D34EB16BFAC7293A23B86 (U3CAttackU3Ed__45_t7EEEA56BE3E94DACD44E72E16522BF80CA0FF8F9* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* L_0 = (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_0);
|
|
NotSupportedException__ctor_m1398D0CDE19B36AA3DE9392879738C1EA2439CDF(L_0, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CAttackU3Ed__45_System_Collections_IEnumerator_Reset_m328E6E91618E72E8C95D34EB16BFAC7293A23B86_RuntimeMethod_var)));
|
|
}
|
|
}
|
|
// System.Object Aleksei/<Attack>d__45::System.Collections.IEnumerator.get_Current()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CAttackU3Ed__45_System_Collections_IEnumerator_get_Current_m51EFAB4CCD0B13AD78D656571BC2517DA770C0BF (U3CAttackU3Ed__45_t7EEEA56BE3E94DACD44E72E16522BF80CA0FF8F9* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject* L_0 = __this->___U3CU3E2__current_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void Aleksei/<ColAttack>d__46::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CColAttackU3Ed__46__ctor_m42C12B8BF9E8B876A3343C4296848B9C64FD50A8 (U3CColAttackU3Ed__46_t4CE51E41D22BA968BC21D446A1ED073AB39FBFDB* __this, int32_t ___0_U3CU3E1__state, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
int32_t L_0 = ___0_U3CU3E1__state;
|
|
__this->___U3CU3E1__state_0 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// System.Void Aleksei/<ColAttack>d__46::System.IDisposable.Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CColAttackU3Ed__46_System_IDisposable_Dispose_m2E3EEF1984586220EF1EB15D8828797D5B49935C (U3CColAttackU3Ed__46_t4CE51E41D22BA968BC21D446A1ED073AB39FBFDB* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean Aleksei/<ColAttack>d__46::MoveNext()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CColAttackU3Ed__46_MoveNext_mFFDD47EA9497EEB96EA947C2D44442D208EC84FA (U3CColAttackU3Ed__46_t4CE51E41D22BA968BC21D446A1ED073AB39FBFDB* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enemy_t10DB314C96B1CE78B8D967CD3B39F05126409BBB_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral526343302592D286EDDC6AF17EA051AF37BE4D22);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
Aleksei_t280569A24333DAEDAECB8ADA24EDE720F1153AD0* V_1 = NULL;
|
|
{
|
|
int32_t L_0 = __this->___U3CU3E1__state_0;
|
|
V_0 = L_0;
|
|
Aleksei_t280569A24333DAEDAECB8ADA24EDE720F1153AD0* L_1 = __this->___U3CU3E4__this_2;
|
|
V_1 = L_1;
|
|
int32_t L_2 = V_0;
|
|
if (!L_2)
|
|
{
|
|
goto IL_0017;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_3 = V_0;
|
|
if ((((int32_t)L_3) == ((int32_t)1)))
|
|
{
|
|
goto IL_004e;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0017:
|
|
{
|
|
__this->___U3CU3E1__state_0 = (-1);
|
|
// animator.SetBool("SwordAttack", true);
|
|
Aleksei_t280569A24333DAEDAECB8ADA24EDE720F1153AD0* L_4 = V_1;
|
|
NullCheck(L_4);
|
|
Animator_t8A52E42AE54F76681838FE9E632683EF3952E883* L_5 = L_4->___animator_30;
|
|
NullCheck(L_5);
|
|
Animator_SetBool_m6F8D4FAF0770CD4EC1F54406249785DE7391E42B(L_5, _stringLiteral526343302592D286EDDC6AF17EA051AF37BE4D22, (bool)1, NULL);
|
|
// Enemy.TakedDamage = true;
|
|
((Enemy_t10DB314C96B1CE78B8D967CD3B39F05126409BBB_StaticFields*)il2cpp_codegen_static_fields_for(Enemy_t10DB314C96B1CE78B8D967CD3B39F05126409BBB_il2cpp_TypeInfo_var))->___TakedDamage_4 = (bool)1;
|
|
// yield return new WaitForSeconds(2.0f);
|
|
WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3* L_6 = (WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3*)il2cpp_codegen_object_new(WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3_il2cpp_TypeInfo_var);
|
|
NullCheck(L_6);
|
|
WaitForSeconds__ctor_m579F95BADEDBAB4B3A7E302C6EE3995926EF2EFC(L_6, (2.0f), NULL);
|
|
__this->___U3CU3E2__current_1 = L_6;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CU3E2__current_1), (void*)L_6);
|
|
__this->___U3CU3E1__state_0 = 1;
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_004e:
|
|
{
|
|
__this->___U3CU3E1__state_0 = (-1);
|
|
// animator.SetBool("SwordAttack", false);
|
|
Aleksei_t280569A24333DAEDAECB8ADA24EDE720F1153AD0* L_7 = V_1;
|
|
NullCheck(L_7);
|
|
Animator_t8A52E42AE54F76681838FE9E632683EF3952E883* L_8 = L_7->___animator_30;
|
|
NullCheck(L_8);
|
|
Animator_SetBool_m6F8D4FAF0770CD4EC1F54406249785DE7391E42B(L_8, _stringLiteral526343302592D286EDDC6AF17EA051AF37BE4D22, (bool)0, NULL);
|
|
// }
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Object Aleksei/<ColAttack>d__46::System.Collections.Generic.IEnumerator<System.Object>.get_Current()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CColAttackU3Ed__46_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_m9109E9D49EBD5906412344DB5BB7BCA074A5055B (U3CColAttackU3Ed__46_t4CE51E41D22BA968BC21D446A1ED073AB39FBFDB* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject* L_0 = __this->___U3CU3E2__current_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void Aleksei/<ColAttack>d__46::System.Collections.IEnumerator.Reset()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CColAttackU3Ed__46_System_Collections_IEnumerator_Reset_mB239FF467229236DF1C17EB326446E920C09B117 (U3CColAttackU3Ed__46_t4CE51E41D22BA968BC21D446A1ED073AB39FBFDB* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* L_0 = (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_0);
|
|
NotSupportedException__ctor_m1398D0CDE19B36AA3DE9392879738C1EA2439CDF(L_0, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CColAttackU3Ed__46_System_Collections_IEnumerator_Reset_mB239FF467229236DF1C17EB326446E920C09B117_RuntimeMethod_var)));
|
|
}
|
|
}
|
|
// System.Object Aleksei/<ColAttack>d__46::System.Collections.IEnumerator.get_Current()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CColAttackU3Ed__46_System_Collections_IEnumerator_get_Current_m4B6C067BE8F137C08F6DCE047CBCED6041134305 (U3CColAttackU3Ed__46_t4CE51E41D22BA968BC21D446A1ED073AB39FBFDB* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject* L_0 = __this->___U3CU3E2__current_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void Aleksei/<DamageAnimation>d__47::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CDamageAnimationU3Ed__47__ctor_mAF7DD7510BF3BB25A8CC1AF04CD5CE2DD1A75F0A (U3CDamageAnimationU3Ed__47_t33471CE9E459A74A668888F6131E508813FB56C6* __this, int32_t ___0_U3CU3E1__state, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
int32_t L_0 = ___0_U3CU3E1__state;
|
|
__this->___U3CU3E1__state_0 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// System.Void Aleksei/<DamageAnimation>d__47::System.IDisposable.Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CDamageAnimationU3Ed__47_System_IDisposable_Dispose_mF6ED6AA33C3F9B5D2022DD3B1CD4F690631AE49B (U3CDamageAnimationU3Ed__47_t33471CE9E459A74A668888F6131E508813FB56C6* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean Aleksei/<DamageAnimation>d__47::MoveNext()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CDamageAnimationU3Ed__47_MoveNext_m0ED7FB66D3CD9C0BEC6C6EC3BFD45EC3E50DB1B5 (U3CDamageAnimationU3Ed__47_t33471CE9E459A74A668888F6131E508813FB56C6* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral13CED75BBB7DCAD57996F7422897CAF3E454AA29);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
Aleksei_t280569A24333DAEDAECB8ADA24EDE720F1153AD0* V_1 = NULL;
|
|
{
|
|
int32_t L_0 = __this->___U3CU3E1__state_0;
|
|
V_0 = L_0;
|
|
Aleksei_t280569A24333DAEDAECB8ADA24EDE720F1153AD0* L_1 = __this->___U3CU3E4__this_2;
|
|
V_1 = L_1;
|
|
int32_t L_2 = V_0;
|
|
if (!L_2)
|
|
{
|
|
goto IL_0017;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_3 = V_0;
|
|
if ((((int32_t)L_3) == ((int32_t)1)))
|
|
{
|
|
goto IL_006e;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0017:
|
|
{
|
|
__this->___U3CU3E1__state_0 = (-1);
|
|
// if (health <= 60 && encourageStart == 1f)
|
|
Aleksei_t280569A24333DAEDAECB8ADA24EDE720F1153AD0* L_4 = V_1;
|
|
NullCheck(L_4);
|
|
int32_t L_5 = L_4->___health_15;
|
|
if ((((int32_t)L_5) > ((int32_t)((int32_t)60))))
|
|
{
|
|
goto IL_003c;
|
|
}
|
|
}
|
|
{
|
|
Aleksei_t280569A24333DAEDAECB8ADA24EDE720F1153AD0* L_6 = V_1;
|
|
NullCheck(L_6);
|
|
float L_7 = L_6->___encourageStart_37;
|
|
if ((!(((float)L_7) == ((float)(1.0f)))))
|
|
{
|
|
goto IL_003c;
|
|
}
|
|
}
|
|
{
|
|
// DamageAnim = true;
|
|
Aleksei_t280569A24333DAEDAECB8ADA24EDE720F1153AD0* L_8 = V_1;
|
|
NullCheck(L_8);
|
|
L_8->___DamageAnim_39 = (bool)1;
|
|
}
|
|
|
|
IL_003c:
|
|
{
|
|
// if (DamageAnim == false)
|
|
Aleksei_t280569A24333DAEDAECB8ADA24EDE720F1153AD0* L_9 = V_1;
|
|
NullCheck(L_9);
|
|
bool L_10 = L_9->___DamageAnim_39;
|
|
if (L_10)
|
|
{
|
|
goto IL_0086;
|
|
}
|
|
}
|
|
{
|
|
// animator.SetBool("Damage", true);
|
|
Aleksei_t280569A24333DAEDAECB8ADA24EDE720F1153AD0* L_11 = V_1;
|
|
NullCheck(L_11);
|
|
Animator_t8A52E42AE54F76681838FE9E632683EF3952E883* L_12 = L_11->___animator_30;
|
|
NullCheck(L_12);
|
|
Animator_SetBool_m6F8D4FAF0770CD4EC1F54406249785DE7391E42B(L_12, _stringLiteral13CED75BBB7DCAD57996F7422897CAF3E454AA29, (bool)1, NULL);
|
|
// yield return new WaitForSeconds(2.0f);
|
|
WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3* L_13 = (WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3*)il2cpp_codegen_object_new(WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3_il2cpp_TypeInfo_var);
|
|
NullCheck(L_13);
|
|
WaitForSeconds__ctor_m579F95BADEDBAB4B3A7E302C6EE3995926EF2EFC(L_13, (2.0f), NULL);
|
|
__this->___U3CU3E2__current_1 = L_13;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CU3E2__current_1), (void*)L_13);
|
|
__this->___U3CU3E1__state_0 = 1;
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_006e:
|
|
{
|
|
__this->___U3CU3E1__state_0 = (-1);
|
|
// animator.SetBool("Damage", false);
|
|
Aleksei_t280569A24333DAEDAECB8ADA24EDE720F1153AD0* L_14 = V_1;
|
|
NullCheck(L_14);
|
|
Animator_t8A52E42AE54F76681838FE9E632683EF3952E883* L_15 = L_14->___animator_30;
|
|
NullCheck(L_15);
|
|
Animator_SetBool_m6F8D4FAF0770CD4EC1F54406249785DE7391E42B(L_15, _stringLiteral13CED75BBB7DCAD57996F7422897CAF3E454AA29, (bool)0, NULL);
|
|
}
|
|
|
|
IL_0086:
|
|
{
|
|
// }
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Object Aleksei/<DamageAnimation>d__47::System.Collections.Generic.IEnumerator<System.Object>.get_Current()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CDamageAnimationU3Ed__47_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_m5BF03E0BCD8B1A64A4306C8AF274C3EDD9B2DDD2 (U3CDamageAnimationU3Ed__47_t33471CE9E459A74A668888F6131E508813FB56C6* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject* L_0 = __this->___U3CU3E2__current_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void Aleksei/<DamageAnimation>d__47::System.Collections.IEnumerator.Reset()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CDamageAnimationU3Ed__47_System_Collections_IEnumerator_Reset_m545EADC00053FFA6190AC9E283E570A3F5410EDE (U3CDamageAnimationU3Ed__47_t33471CE9E459A74A668888F6131E508813FB56C6* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* L_0 = (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_0);
|
|
NotSupportedException__ctor_m1398D0CDE19B36AA3DE9392879738C1EA2439CDF(L_0, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CDamageAnimationU3Ed__47_System_Collections_IEnumerator_Reset_m545EADC00053FFA6190AC9E283E570A3F5410EDE_RuntimeMethod_var)));
|
|
}
|
|
}
|
|
// System.Object Aleksei/<DamageAnimation>d__47::System.Collections.IEnumerator.get_Current()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CDamageAnimationU3Ed__47_System_Collections_IEnumerator_get_Current_mBCDC742C6CBE17187A3B9D4BA3769764E3BBB898 (U3CDamageAnimationU3Ed__47_t33471CE9E459A74A668888F6131E508813FB56C6* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject* L_0 = __this->___U3CU3E2__current_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void Aleksei/<Wait>d__48::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CWaitU3Ed__48__ctor_mC480A3FDD68BAB4449534B24FB605C81CA0F988D (U3CWaitU3Ed__48_t2818D250483AD5D719CBBA7008B8F8485FC4DC8D* __this, int32_t ___0_U3CU3E1__state, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
int32_t L_0 = ___0_U3CU3E1__state;
|
|
__this->___U3CU3E1__state_0 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// System.Void Aleksei/<Wait>d__48::System.IDisposable.Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CWaitU3Ed__48_System_IDisposable_Dispose_m302A01E560D823FF56FF6D3236BE6A917D1474D6 (U3CWaitU3Ed__48_t2818D250483AD5D719CBBA7008B8F8485FC4DC8D* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean Aleksei/<Wait>d__48::MoveNext()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CWaitU3Ed__48_MoveNext_m8E1432C07723F7941B41D428459E3AC09286A387 (U3CWaitU3Ed__48_t2818D250483AD5D719CBBA7008B8F8485FC4DC8D* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
Aleksei_t280569A24333DAEDAECB8ADA24EDE720F1153AD0* V_1 = NULL;
|
|
{
|
|
int32_t L_0 = __this->___U3CU3E1__state_0;
|
|
V_0 = L_0;
|
|
Aleksei_t280569A24333DAEDAECB8ADA24EDE720F1153AD0* L_1 = __this->___U3CU3E4__this_2;
|
|
V_1 = L_1;
|
|
int32_t L_2 = V_0;
|
|
if (!L_2)
|
|
{
|
|
goto IL_0017;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_3 = V_0;
|
|
if ((((int32_t)L_3) == ((int32_t)1)))
|
|
{
|
|
goto IL_0037;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0017:
|
|
{
|
|
__this->___U3CU3E1__state_0 = (-1);
|
|
// yield return new WaitForSeconds(2.0f);
|
|
WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3* L_4 = (WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3*)il2cpp_codegen_object_new(WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3_il2cpp_TypeInfo_var);
|
|
NullCheck(L_4);
|
|
WaitForSeconds__ctor_m579F95BADEDBAB4B3A7E302C6EE3995926EF2EFC(L_4, (2.0f), NULL);
|
|
__this->___U3CU3E2__current_1 = L_4;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CU3E2__current_1), (void*)L_4);
|
|
__this->___U3CU3E1__state_0 = 1;
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0037:
|
|
{
|
|
__this->___U3CU3E1__state_0 = (-1);
|
|
// StopAttack = false;
|
|
Aleksei_t280569A24333DAEDAECB8ADA24EDE720F1153AD0* L_5 = V_1;
|
|
NullCheck(L_5);
|
|
L_5->___StopAttack_31 = (bool)0;
|
|
// }
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Object Aleksei/<Wait>d__48::System.Collections.Generic.IEnumerator<System.Object>.get_Current()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CWaitU3Ed__48_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_mB0F2300D45E495ECC592E3385C1026859916C0F3 (U3CWaitU3Ed__48_t2818D250483AD5D719CBBA7008B8F8485FC4DC8D* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject* L_0 = __this->___U3CU3E2__current_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void Aleksei/<Wait>d__48::System.Collections.IEnumerator.Reset()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CWaitU3Ed__48_System_Collections_IEnumerator_Reset_mE70CBBAC2AE23328D3DA9D9DFDD7E30A89FF3B3A (U3CWaitU3Ed__48_t2818D250483AD5D719CBBA7008B8F8485FC4DC8D* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* L_0 = (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_0);
|
|
NotSupportedException__ctor_m1398D0CDE19B36AA3DE9392879738C1EA2439CDF(L_0, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CWaitU3Ed__48_System_Collections_IEnumerator_Reset_mE70CBBAC2AE23328D3DA9D9DFDD7E30A89FF3B3A_RuntimeMethod_var)));
|
|
}
|
|
}
|
|
// System.Object Aleksei/<Wait>d__48::System.Collections.IEnumerator.get_Current()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CWaitU3Ed__48_System_Collections_IEnumerator_get_Current_m0B01F0B4D57EF94DCFC329D2E0CB3F2F30009AF5 (U3CWaitU3Ed__48_t2818D250483AD5D719CBBA7008B8F8485FC4DC8D* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject* L_0 = __this->___U3CU3E2__current_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void Aleksei/<SlowDown>d__49::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CSlowDownU3Ed__49__ctor_m261E3441463E5F625538867BCEE33BAB234BF1D0 (U3CSlowDownU3Ed__49_t3B3927657A0E5DA67C19D391DF015ED466F1AA2D* __this, int32_t ___0_U3CU3E1__state, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
int32_t L_0 = ___0_U3CU3E1__state;
|
|
__this->___U3CU3E1__state_0 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// System.Void Aleksei/<SlowDown>d__49::System.IDisposable.Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CSlowDownU3Ed__49_System_IDisposable_Dispose_m0EDF36B0DCE2BB802B7C7E5318FFBED66E867B56 (U3CSlowDownU3Ed__49_t3B3927657A0E5DA67C19D391DF015ED466F1AA2D* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean Aleksei/<SlowDown>d__49::MoveNext()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CSlowDownU3Ed__49_MoveNext_mC8FCF842F613185AA6BCE02B511DC9A1B3BD2DBD (U3CSlowDownU3Ed__49_t3B3927657A0E5DA67C19D391DF015ED466F1AA2D* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
Aleksei_t280569A24333DAEDAECB8ADA24EDE720F1153AD0* V_1 = NULL;
|
|
{
|
|
int32_t L_0 = __this->___U3CU3E1__state_0;
|
|
V_0 = L_0;
|
|
Aleksei_t280569A24333DAEDAECB8ADA24EDE720F1153AD0* L_1 = __this->___U3CU3E4__this_2;
|
|
V_1 = L_1;
|
|
int32_t L_2 = V_0;
|
|
if (!L_2)
|
|
{
|
|
goto IL_0017;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_3 = V_0;
|
|
if ((((int32_t)L_3) == ((int32_t)1)))
|
|
{
|
|
goto IL_0043;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0017:
|
|
{
|
|
__this->___U3CU3E1__state_0 = (-1);
|
|
// speed = SlowSpeed;
|
|
Aleksei_t280569A24333DAEDAECB8ADA24EDE720F1153AD0* L_4 = V_1;
|
|
Aleksei_t280569A24333DAEDAECB8ADA24EDE720F1153AD0* L_5 = V_1;
|
|
NullCheck(L_5);
|
|
float L_6 = L_5->___SlowSpeed_6;
|
|
NullCheck(L_4);
|
|
L_4->___speed_9 = L_6;
|
|
// yield return new WaitForSeconds(2.0f);
|
|
WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3* L_7 = (WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3*)il2cpp_codegen_object_new(WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3_il2cpp_TypeInfo_var);
|
|
NullCheck(L_7);
|
|
WaitForSeconds__ctor_m579F95BADEDBAB4B3A7E302C6EE3995926EF2EFC(L_7, (2.0f), NULL);
|
|
__this->___U3CU3E2__current_1 = L_7;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CU3E2__current_1), (void*)L_7);
|
|
__this->___U3CU3E1__state_0 = 1;
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0043:
|
|
{
|
|
__this->___U3CU3E1__state_0 = (-1);
|
|
// NormalSpeeding = true;
|
|
Aleksei_t280569A24333DAEDAECB8ADA24EDE720F1153AD0* L_8 = V_1;
|
|
NullCheck(L_8);
|
|
L_8->___NormalSpeeding_32 = (bool)1;
|
|
// }
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Object Aleksei/<SlowDown>d__49::System.Collections.Generic.IEnumerator<System.Object>.get_Current()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CSlowDownU3Ed__49_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_m146E70E715CB3892EBBBA458BA4234323A51854D (U3CSlowDownU3Ed__49_t3B3927657A0E5DA67C19D391DF015ED466F1AA2D* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject* L_0 = __this->___U3CU3E2__current_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void Aleksei/<SlowDown>d__49::System.Collections.IEnumerator.Reset()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CSlowDownU3Ed__49_System_Collections_IEnumerator_Reset_m1BFC2D924F40F398D3485DBED4D4D71A171E014A (U3CSlowDownU3Ed__49_t3B3927657A0E5DA67C19D391DF015ED466F1AA2D* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* L_0 = (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_0);
|
|
NotSupportedException__ctor_m1398D0CDE19B36AA3DE9392879738C1EA2439CDF(L_0, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CSlowDownU3Ed__49_System_Collections_IEnumerator_Reset_m1BFC2D924F40F398D3485DBED4D4D71A171E014A_RuntimeMethod_var)));
|
|
}
|
|
}
|
|
// System.Object Aleksei/<SlowDown>d__49::System.Collections.IEnumerator.get_Current()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CSlowDownU3Ed__49_System_Collections_IEnumerator_get_Current_mF4E83D10FEFEE92D41DF309FE7AA2D17D3BC3854 (U3CSlowDownU3Ed__49_t3B3927657A0E5DA67C19D391DF015ED466F1AA2D* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject* L_0 = __this->___U3CU3E2__current_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void Aleksei/<Encourage>d__50::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CEncourageU3Ed__50__ctor_m9618824CA2A16ACCE66261DBD611F9EDB33C9F29 (U3CEncourageU3Ed__50_tC0E6828D6A25D76B219DF60923BB41D896F63F5C* __this, int32_t ___0_U3CU3E1__state, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
int32_t L_0 = ___0_U3CU3E1__state;
|
|
__this->___U3CU3E1__state_0 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// System.Void Aleksei/<Encourage>d__50::System.IDisposable.Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CEncourageU3Ed__50_System_IDisposable_Dispose_m8618756569DB190CFB2DCFD14B4305BFBF4929EC (U3CEncourageU3Ed__50_tC0E6828D6A25D76B219DF60923BB41D896F63F5C* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean Aleksei/<Encourage>d__50::MoveNext()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CEncourageU3Ed__50_MoveNext_mC06EA36F44D5A42790B8A3ED18D1A1F39BFC6187 (U3CEncourageU3Ed__50_tC0E6828D6A25D76B219DF60923BB41D896F63F5C* __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*)&WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9053A871E348B471F5A5207CA639DA03B33AC315);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC20F010AEFDFB4CFFE6A6B3B418ED00D432B1C03);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
Aleksei_t280569A24333DAEDAECB8ADA24EDE720F1153AD0* V_1 = NULL;
|
|
{
|
|
int32_t L_0 = __this->___U3CU3E1__state_0;
|
|
V_0 = L_0;
|
|
Aleksei_t280569A24333DAEDAECB8ADA24EDE720F1153AD0* L_1 = __this->___U3CU3E4__this_2;
|
|
V_1 = L_1;
|
|
int32_t L_2 = V_0;
|
|
if (!L_2)
|
|
{
|
|
goto IL_0017;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_3 = V_0;
|
|
if ((((int32_t)L_3) == ((int32_t)1)))
|
|
{
|
|
goto IL_0092;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0017:
|
|
{
|
|
__this->___U3CU3E1__state_0 = (-1);
|
|
// Debug.Log("Enc");
|
|
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
Debug_Log_m87A9A3C761FF5C43ED8A53B16190A53D08F818BB(_stringLiteralC20F010AEFDFB4CFFE6A6B3B418ED00D432B1C03, NULL);
|
|
// StopHearting = true;
|
|
Aleksei_t280569A24333DAEDAECB8ADA24EDE720F1153AD0* L_4 = V_1;
|
|
NullCheck(L_4);
|
|
L_4->___StopHearting_16 = (bool)1;
|
|
// encourageStart++;
|
|
Aleksei_t280569A24333DAEDAECB8ADA24EDE720F1153AD0* L_5 = V_1;
|
|
Aleksei_t280569A24333DAEDAECB8ADA24EDE720F1153AD0* L_6 = V_1;
|
|
NullCheck(L_6);
|
|
float L_7 = L_6->___encourageStart_37;
|
|
NullCheck(L_5);
|
|
L_5->___encourageStart_37 = ((float)il2cpp_codegen_add(L_7, (1.0f)));
|
|
// animator.SetBool("Encourage", true);
|
|
Aleksei_t280569A24333DAEDAECB8ADA24EDE720F1153AD0* L_8 = V_1;
|
|
NullCheck(L_8);
|
|
Animator_t8A52E42AE54F76681838FE9E632683EF3952E883* L_9 = L_8->___animator_30;
|
|
NullCheck(L_9);
|
|
Animator_SetBool_m6F8D4FAF0770CD4EC1F54406249785DE7391E42B(L_9, _stringLiteral9053A871E348B471F5A5207CA639DA03B33AC315, (bool)1, NULL);
|
|
// Stop = true;
|
|
Aleksei_t280569A24333DAEDAECB8ADA24EDE720F1153AD0* L_10 = V_1;
|
|
NullCheck(L_10);
|
|
L_10->___Stop_38 = (bool)1;
|
|
// IsPlay = true;
|
|
Aleksei_t280569A24333DAEDAECB8ADA24EDE720F1153AD0* L_11 = V_1;
|
|
NullCheck(L_11);
|
|
L_11->___IsPlay_14 = (bool)1;
|
|
// NormalSpeed = FastSpeed;
|
|
Aleksei_t280569A24333DAEDAECB8ADA24EDE720F1153AD0* L_12 = V_1;
|
|
Aleksei_t280569A24333DAEDAECB8ADA24EDE720F1153AD0* L_13 = V_1;
|
|
NullCheck(L_13);
|
|
float L_14 = L_13->___FastSpeed_8;
|
|
NullCheck(L_12);
|
|
L_12->___NormalSpeed_7 = L_14;
|
|
// FastSpeed = encourageSpeed;
|
|
Aleksei_t280569A24333DAEDAECB8ADA24EDE720F1153AD0* L_15 = V_1;
|
|
Aleksei_t280569A24333DAEDAECB8ADA24EDE720F1153AD0* L_16 = V_1;
|
|
NullCheck(L_16);
|
|
float L_17 = L_16->___encourageSpeed_10;
|
|
NullCheck(L_15);
|
|
L_15->___FastSpeed_8 = L_17;
|
|
// yield return new WaitForSeconds(encourageSec);
|
|
Aleksei_t280569A24333DAEDAECB8ADA24EDE720F1153AD0* L_18 = V_1;
|
|
NullCheck(L_18);
|
|
float L_19 = L_18->___encourageSec_36;
|
|
WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3* L_20 = (WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3*)il2cpp_codegen_object_new(WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3_il2cpp_TypeInfo_var);
|
|
NullCheck(L_20);
|
|
WaitForSeconds__ctor_m579F95BADEDBAB4B3A7E302C6EE3995926EF2EFC(L_20, L_19, NULL);
|
|
__this->___U3CU3E2__current_1 = L_20;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CU3E2__current_1), (void*)L_20);
|
|
__this->___U3CU3E1__state_0 = 1;
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0092:
|
|
{
|
|
__this->___U3CU3E1__state_0 = (-1);
|
|
// animator.SetBool("Encourage", false);
|
|
Aleksei_t280569A24333DAEDAECB8ADA24EDE720F1153AD0* L_21 = V_1;
|
|
NullCheck(L_21);
|
|
Animator_t8A52E42AE54F76681838FE9E632683EF3952E883* L_22 = L_21->___animator_30;
|
|
NullCheck(L_22);
|
|
Animator_SetBool_m6F8D4FAF0770CD4EC1F54406249785DE7391E42B(L_22, _stringLiteral9053A871E348B471F5A5207CA639DA03B33AC315, (bool)0, NULL);
|
|
// Stop = false;
|
|
Aleksei_t280569A24333DAEDAECB8ADA24EDE720F1153AD0* L_23 = V_1;
|
|
NullCheck(L_23);
|
|
L_23->___Stop_38 = (bool)0;
|
|
// StopHearting = false;
|
|
Aleksei_t280569A24333DAEDAECB8ADA24EDE720F1153AD0* L_24 = V_1;
|
|
NullCheck(L_24);
|
|
L_24->___StopHearting_16 = (bool)0;
|
|
// DamageAnim = false;
|
|
Aleksei_t280569A24333DAEDAECB8ADA24EDE720F1153AD0* L_25 = V_1;
|
|
NullCheck(L_25);
|
|
L_25->___DamageAnim_39 = (bool)0;
|
|
// }
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Object Aleksei/<Encourage>d__50::System.Collections.Generic.IEnumerator<System.Object>.get_Current()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CEncourageU3Ed__50_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_m0B1986CD708A0426E1B2EF024DC5A009AB7ED6A1 (U3CEncourageU3Ed__50_tC0E6828D6A25D76B219DF60923BB41D896F63F5C* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject* L_0 = __this->___U3CU3E2__current_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void Aleksei/<Encourage>d__50::System.Collections.IEnumerator.Reset()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CEncourageU3Ed__50_System_Collections_IEnumerator_Reset_m8BC9DA97352D65E287144BFC3CB191191715419A (U3CEncourageU3Ed__50_tC0E6828D6A25D76B219DF60923BB41D896F63F5C* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* L_0 = (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_0);
|
|
NotSupportedException__ctor_m1398D0CDE19B36AA3DE9392879738C1EA2439CDF(L_0, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CEncourageU3Ed__50_System_Collections_IEnumerator_Reset_m8BC9DA97352D65E287144BFC3CB191191715419A_RuntimeMethod_var)));
|
|
}
|
|
}
|
|
// System.Object Aleksei/<Encourage>d__50::System.Collections.IEnumerator.get_Current()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CEncourageU3Ed__50_System_Collections_IEnumerator_get_Current_m4CF451C4B3074533FB8B3532C51BAECDAF920D80 (U3CEncourageU3Ed__50_tC0E6828D6A25D76B219DF60923BB41D896F63F5C* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject* L_0 = __this->___U3CU3E2__current_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void Aleksei/<BulletAttacked>d__51::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CBulletAttackedU3Ed__51__ctor_m14DE95D5577F851AE1391173A00AA941AE591DFC (U3CBulletAttackedU3Ed__51_t6464024B1130F5A958055F4C06B41743EC185733* __this, int32_t ___0_U3CU3E1__state, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
int32_t L_0 = ___0_U3CU3E1__state;
|
|
__this->___U3CU3E1__state_0 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// System.Void Aleksei/<BulletAttacked>d__51::System.IDisposable.Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CBulletAttackedU3Ed__51_System_IDisposable_Dispose_mF991C6259A8F4BAE355694637C276A4150B8C65F (U3CBulletAttackedU3Ed__51_t6464024B1130F5A958055F4C06B41743EC185733* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean Aleksei/<BulletAttacked>d__51::MoveNext()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CBulletAttackedU3Ed__51_MoveNext_m5FD0ABA6860B517D9D25E733878D60689FA79CED (U3CBulletAttackedU3Ed__51_t6464024B1130F5A958055F4C06B41743EC185733* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
Aleksei_t280569A24333DAEDAECB8ADA24EDE720F1153AD0* V_1 = NULL;
|
|
{
|
|
int32_t L_0 = __this->___U3CU3E1__state_0;
|
|
V_0 = L_0;
|
|
Aleksei_t280569A24333DAEDAECB8ADA24EDE720F1153AD0* L_1 = __this->___U3CU3E4__this_2;
|
|
V_1 = L_1;
|
|
int32_t L_2 = V_0;
|
|
if (!L_2)
|
|
{
|
|
goto IL_0017;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_3 = V_0;
|
|
if ((((int32_t)L_3) == ((int32_t)1)))
|
|
{
|
|
goto IL_003e;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0017:
|
|
{
|
|
__this->___U3CU3E1__state_0 = (-1);
|
|
// TimeStopHearting = true;
|
|
Aleksei_t280569A24333DAEDAECB8ADA24EDE720F1153AD0* L_4 = V_1;
|
|
NullCheck(L_4);
|
|
L_4->___TimeStopHearting_17 = (bool)1;
|
|
// yield return new WaitForSeconds(1.5f);
|
|
WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3* L_5 = (WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3*)il2cpp_codegen_object_new(WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3_il2cpp_TypeInfo_var);
|
|
NullCheck(L_5);
|
|
WaitForSeconds__ctor_m579F95BADEDBAB4B3A7E302C6EE3995926EF2EFC(L_5, (1.5f), NULL);
|
|
__this->___U3CU3E2__current_1 = L_5;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CU3E2__current_1), (void*)L_5);
|
|
__this->___U3CU3E1__state_0 = 1;
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_003e:
|
|
{
|
|
__this->___U3CU3E1__state_0 = (-1);
|
|
// TimeStopHearting = false;
|
|
Aleksei_t280569A24333DAEDAECB8ADA24EDE720F1153AD0* L_6 = V_1;
|
|
NullCheck(L_6);
|
|
L_6->___TimeStopHearting_17 = (bool)0;
|
|
// }
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Object Aleksei/<BulletAttacked>d__51::System.Collections.Generic.IEnumerator<System.Object>.get_Current()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CBulletAttackedU3Ed__51_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_mB6426996F043E8F1AE85FFBEF5DDB11E2B5EB478 (U3CBulletAttackedU3Ed__51_t6464024B1130F5A958055F4C06B41743EC185733* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject* L_0 = __this->___U3CU3E2__current_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void Aleksei/<BulletAttacked>d__51::System.Collections.IEnumerator.Reset()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CBulletAttackedU3Ed__51_System_Collections_IEnumerator_Reset_m4C628DCBBA2038E6436DB914267D7C8655AEEF08 (U3CBulletAttackedU3Ed__51_t6464024B1130F5A958055F4C06B41743EC185733* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* L_0 = (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_0);
|
|
NotSupportedException__ctor_m1398D0CDE19B36AA3DE9392879738C1EA2439CDF(L_0, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CBulletAttackedU3Ed__51_System_Collections_IEnumerator_Reset_m4C628DCBBA2038E6436DB914267D7C8655AEEF08_RuntimeMethod_var)));
|
|
}
|
|
}
|
|
// System.Object Aleksei/<BulletAttacked>d__51::System.Collections.IEnumerator.get_Current()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CBulletAttackedU3Ed__51_System_Collections_IEnumerator_get_Current_mE9E35913A0CE75AC3725401924AD27BD3CE2EB76 (U3CBulletAttackedU3Ed__51_t6464024B1130F5A958055F4C06B41743EC185733* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject* L_0 = __this->___U3CU3E2__current_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void Aleksei/<Music>d__52::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CMusicU3Ed__52__ctor_mACC6AD1358670DFB853D513D8684FFB0CFDF2360 (U3CMusicU3Ed__52_tB7937D669D1DA6ADF8B3585C58055F554C25317D* __this, int32_t ___0_U3CU3E1__state, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
int32_t L_0 = ___0_U3CU3E1__state;
|
|
__this->___U3CU3E1__state_0 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// System.Void Aleksei/<Music>d__52::System.IDisposable.Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CMusicU3Ed__52_System_IDisposable_Dispose_m84E6FB3107E19E2AB76AED9901899A9198B6CEDA (U3CMusicU3Ed__52_tB7937D669D1DA6ADF8B3585C58055F554C25317D* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean Aleksei/<Music>d__52::MoveNext()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CMusicU3Ed__52_MoveNext_mE10603AC0980C856AFF0D8C254ECE321FA9BBF44 (U3CMusicU3Ed__52_tB7937D669D1DA6ADF8B3585C58055F554C25317D* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
Aleksei_t280569A24333DAEDAECB8ADA24EDE720F1153AD0* V_1 = NULL;
|
|
{
|
|
int32_t L_0 = __this->___U3CU3E1__state_0;
|
|
V_0 = L_0;
|
|
Aleksei_t280569A24333DAEDAECB8ADA24EDE720F1153AD0* L_1 = __this->___U3CU3E4__this_2;
|
|
V_1 = L_1;
|
|
int32_t L_2 = V_0;
|
|
if (!L_2)
|
|
{
|
|
goto IL_0017;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_3 = V_0;
|
|
if ((((int32_t)L_3) == ((int32_t)1)))
|
|
{
|
|
goto IL_0052;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0017:
|
|
{
|
|
__this->___U3CU3E1__state_0 = (-1);
|
|
// BackgroundMusic.volume = 0.25f;
|
|
Aleksei_t280569A24333DAEDAECB8ADA24EDE720F1153AD0* L_4 = V_1;
|
|
NullCheck(L_4);
|
|
AudioSource_t871AC2272F896738252F04EE949AEF5B241D3299* L_5 = L_4->___BackgroundMusic_12;
|
|
NullCheck(L_5);
|
|
AudioSource_set_volume_mD902BBDBBDE0E3C148609BF3C05096148E90F2C0(L_5, (0.25f), NULL);
|
|
// audioSource.Play();
|
|
Aleksei_t280569A24333DAEDAECB8ADA24EDE720F1153AD0* L_6 = V_1;
|
|
NullCheck(L_6);
|
|
AudioSource_t871AC2272F896738252F04EE949AEF5B241D3299* L_7 = L_6->___audioSource_13;
|
|
NullCheck(L_7);
|
|
AudioSource_Play_m95DF07111C61D0E0F00257A00384D31531D590C3(L_7, NULL);
|
|
// yield return new WaitForSeconds(3.0f);
|
|
WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3* L_8 = (WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3*)il2cpp_codegen_object_new(WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3_il2cpp_TypeInfo_var);
|
|
NullCheck(L_8);
|
|
WaitForSeconds__ctor_m579F95BADEDBAB4B3A7E302C6EE3995926EF2EFC(L_8, (3.0f), NULL);
|
|
__this->___U3CU3E2__current_1 = L_8;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CU3E2__current_1), (void*)L_8);
|
|
__this->___U3CU3E1__state_0 = 1;
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0052:
|
|
{
|
|
__this->___U3CU3E1__state_0 = (-1);
|
|
// BackgroundMusic.volume = 1f;
|
|
Aleksei_t280569A24333DAEDAECB8ADA24EDE720F1153AD0* L_9 = V_1;
|
|
NullCheck(L_9);
|
|
AudioSource_t871AC2272F896738252F04EE949AEF5B241D3299* L_10 = L_9->___BackgroundMusic_12;
|
|
NullCheck(L_10);
|
|
AudioSource_set_volume_mD902BBDBBDE0E3C148609BF3C05096148E90F2C0(L_10, (1.0f), NULL);
|
|
// }
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Object Aleksei/<Music>d__52::System.Collections.Generic.IEnumerator<System.Object>.get_Current()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CMusicU3Ed__52_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_m7D1EF6C071C6AE0AE495C3566B92D1AFE1B996F1 (U3CMusicU3Ed__52_tB7937D669D1DA6ADF8B3585C58055F554C25317D* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject* L_0 = __this->___U3CU3E2__current_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void Aleksei/<Music>d__52::System.Collections.IEnumerator.Reset()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CMusicU3Ed__52_System_Collections_IEnumerator_Reset_m05C91915EA109BBC6BE6CB79C5D077C36DFD8575 (U3CMusicU3Ed__52_tB7937D669D1DA6ADF8B3585C58055F554C25317D* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* L_0 = (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_0);
|
|
NotSupportedException__ctor_m1398D0CDE19B36AA3DE9392879738C1EA2439CDF(L_0, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CMusicU3Ed__52_System_Collections_IEnumerator_Reset_m05C91915EA109BBC6BE6CB79C5D077C36DFD8575_RuntimeMethod_var)));
|
|
}
|
|
}
|
|
// System.Object Aleksei/<Music>d__52::System.Collections.IEnumerator.get_Current()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CMusicU3Ed__52_System_Collections_IEnumerator_get_Current_mB73EC790BB17413B50339940F1EB0DD0A71C3FC5 (U3CMusicU3Ed__52_tB7937D669D1DA6ADF8B3585C58055F554C25317D* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject* L_0 = __this->___U3CU3E2__current_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void AlekseiAutomaticDoor::Start()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AlekseiAutomaticDoor_Start_mD1C7DA1E341FFDD71AD21BF2097C802B81F3D071 (AlekseiAutomaticDoor_tC7B41CA8CB5C02E6C661F3251EB85299CA8FE2DC* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void AlekseiAutomaticDoor::Update()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AlekseiAutomaticDoor_Update_m5CAEF241FBB3BC152C3F2FAA1D9127EFBE600659 (AlekseiAutomaticDoor_tC7B41CA8CB5C02E6C661F3251EB85299CA8FE2DC* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Aleksei_t280569A24333DAEDAECB8ADA24EDE720F1153AD0_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (Aleksei.AlekseiDead == true)
|
|
bool L_0 = ((Aleksei_t280569A24333DAEDAECB8ADA24EDE720F1153AD0_StaticFields*)il2cpp_codegen_static_fields_for(Aleksei_t280569A24333DAEDAECB8ADA24EDE720F1153AD0_il2cpp_TypeInfo_var))->___AlekseiDead_18;
|
|
if (!L_0)
|
|
{
|
|
goto IL_0044;
|
|
}
|
|
}
|
|
{
|
|
// transform.position += Vector3.up * speed * Time.deltaTime;
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_1;
|
|
L_1 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(__this, NULL);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_2 = L_1;
|
|
NullCheck(L_2);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_3;
|
|
L_3 = Transform_get_position_m69CD5FA214FDAE7BB701552943674846C220FDE1(L_2, NULL);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_4;
|
|
L_4 = Vector3_get_up_m128AF3FDC820BF59D5DE86D973E7DE3F20C3AEBA_inline(NULL);
|
|
float L_5 = __this->___speed_5;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_6;
|
|
L_6 = Vector3_op_Multiply_m87BA7C578F96C8E49BB07088DAAC4649F83B0353_inline(L_4, L_5, NULL);
|
|
float L_7;
|
|
L_7 = Time_get_deltaTime_mC3195000401F0FD167DD2F948FD2BC58330D0865(NULL);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_8;
|
|
L_8 = Vector3_op_Multiply_m87BA7C578F96C8E49BB07088DAAC4649F83B0353_inline(L_6, L_7, NULL);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_9;
|
|
L_9 = Vector3_op_Addition_m78C0EC70CB66E8DCAC225743D82B268DAEE92067_inline(L_3, L_8, NULL);
|
|
NullCheck(L_2);
|
|
Transform_set_position_mA1A817124BB41B685043DED2A9BA48CDF37C4156(L_2, L_9, NULL);
|
|
// StartCoroutine(StopDoor());
|
|
RuntimeObject* L_10;
|
|
L_10 = AlekseiAutomaticDoor_StopDoor_mA3E8557A60546133CDD62919D1439D58CCD9C724(__this, NULL);
|
|
Coroutine_t85EA685566A254C23F3FD77AB5BDFFFF8799596B* L_11;
|
|
L_11 = MonoBehaviour_StartCoroutine_m4CAFF732AA28CD3BDC5363B44A863575530EC812(__this, L_10, NULL);
|
|
}
|
|
|
|
IL_0044:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Collections.IEnumerator AlekseiAutomaticDoor::StopDoor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* AlekseiAutomaticDoor_StopDoor_mA3E8557A60546133CDD62919D1439D58CCD9C724 (AlekseiAutomaticDoor_tC7B41CA8CB5C02E6C661F3251EB85299CA8FE2DC* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CStopDoorU3Ed__4_t4FFB83447AF943E7DF55FFDDC124E02DBD993218_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
U3CStopDoorU3Ed__4_t4FFB83447AF943E7DF55FFDDC124E02DBD993218* L_0 = (U3CStopDoorU3Ed__4_t4FFB83447AF943E7DF55FFDDC124E02DBD993218*)il2cpp_codegen_object_new(U3CStopDoorU3Ed__4_t4FFB83447AF943E7DF55FFDDC124E02DBD993218_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
U3CStopDoorU3Ed__4__ctor_m30770C30C9F0B49E0625F671EBFA67806BD295E6(L_0, 0, NULL);
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void AlekseiAutomaticDoor::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AlekseiAutomaticDoor__ctor_mECB95F6803D93C93E6356761FA1FB08DFE682D9D (AlekseiAutomaticDoor_tC7B41CA8CB5C02E6C661F3251EB85299CA8FE2DC* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public float speed = 5f;
|
|
__this->___speed_5 = (5.0f);
|
|
MonoBehaviour__ctor_m592DB0105CA0BC97AA1C5F4AD27B12D68A3B7C1E(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void AlekseiAutomaticDoor/<StopDoor>d__4::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CStopDoorU3Ed__4__ctor_m30770C30C9F0B49E0625F671EBFA67806BD295E6 (U3CStopDoorU3Ed__4_t4FFB83447AF943E7DF55FFDDC124E02DBD993218* __this, int32_t ___0_U3CU3E1__state, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
int32_t L_0 = ___0_U3CU3E1__state;
|
|
__this->___U3CU3E1__state_0 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// System.Void AlekseiAutomaticDoor/<StopDoor>d__4::System.IDisposable.Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CStopDoorU3Ed__4_System_IDisposable_Dispose_m613A7B38A0E7844E6C5978792ADAC848F699B67E (U3CStopDoorU3Ed__4_t4FFB83447AF943E7DF55FFDDC124E02DBD993218* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean AlekseiAutomaticDoor/<StopDoor>d__4::MoveNext()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CStopDoorU3Ed__4_MoveNext_m20674903934CEAA2980C42F45CDE4224BB52891E (U3CStopDoorU3Ed__4_t4FFB83447AF943E7DF55FFDDC124E02DBD993218* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Aleksei_t280569A24333DAEDAECB8ADA24EDE720F1153AD0_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
{
|
|
int32_t L_0 = __this->___U3CU3E1__state_0;
|
|
V_0 = L_0;
|
|
int32_t L_1 = V_0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_0010;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_2 = V_0;
|
|
if ((((int32_t)L_2) == ((int32_t)1)))
|
|
{
|
|
goto IL_0030;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
__this->___U3CU3E1__state_0 = (-1);
|
|
// yield return new WaitForSeconds(2.0f);
|
|
WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3* L_3 = (WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3*)il2cpp_codegen_object_new(WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3_il2cpp_TypeInfo_var);
|
|
NullCheck(L_3);
|
|
WaitForSeconds__ctor_m579F95BADEDBAB4B3A7E302C6EE3995926EF2EFC(L_3, (2.0f), NULL);
|
|
__this->___U3CU3E2__current_1 = L_3;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CU3E2__current_1), (void*)L_3);
|
|
__this->___U3CU3E1__state_0 = 1;
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0030:
|
|
{
|
|
__this->___U3CU3E1__state_0 = (-1);
|
|
// Aleksei.AlekseiDead = false;
|
|
((Aleksei_t280569A24333DAEDAECB8ADA24EDE720F1153AD0_StaticFields*)il2cpp_codegen_static_fields_for(Aleksei_t280569A24333DAEDAECB8ADA24EDE720F1153AD0_il2cpp_TypeInfo_var))->___AlekseiDead_18 = (bool)0;
|
|
// }
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Object AlekseiAutomaticDoor/<StopDoor>d__4::System.Collections.Generic.IEnumerator<System.Object>.get_Current()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CStopDoorU3Ed__4_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_m6FE5607508895E229ED3F3D45F99F4FB6B41722A (U3CStopDoorU3Ed__4_t4FFB83447AF943E7DF55FFDDC124E02DBD993218* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject* L_0 = __this->___U3CU3E2__current_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void AlekseiAutomaticDoor/<StopDoor>d__4::System.Collections.IEnumerator.Reset()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CStopDoorU3Ed__4_System_Collections_IEnumerator_Reset_m123B35ED87D3F6CD9842DC11F20F11AD3067924A (U3CStopDoorU3Ed__4_t4FFB83447AF943E7DF55FFDDC124E02DBD993218* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* L_0 = (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_0);
|
|
NotSupportedException__ctor_m1398D0CDE19B36AA3DE9392879738C1EA2439CDF(L_0, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CStopDoorU3Ed__4_System_Collections_IEnumerator_Reset_m123B35ED87D3F6CD9842DC11F20F11AD3067924A_RuntimeMethod_var)));
|
|
}
|
|
}
|
|
// System.Object AlekseiAutomaticDoor/<StopDoor>d__4::System.Collections.IEnumerator.get_Current()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CStopDoorU3Ed__4_System_Collections_IEnumerator_get_Current_mCCB8C3F8E43DA314410E5769D9C664724B29B3B3 (U3CStopDoorU3Ed__4_t4FFB83447AF943E7DF55FFDDC124E02DBD993218* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject* L_0 = __this->___U3CU3E2__current_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void AlekseiHealthBar::Start()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AlekseiHealthBar_Start_mBAB9498A14AA75EF3BF1D3FCD16B0FBE60B26333 (AlekseiHealthBar_t79B8F5D14CA32B068761264FFCF476C4402ABCD0* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8FE94193A3EF39943F898714AC9062F7EBD96279);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// animator.SetBool("100", true);
|
|
Animator_t8A52E42AE54F76681838FE9E632683EF3952E883* L_0 = __this->___animator_5;
|
|
NullCheck(L_0);
|
|
Animator_SetBool_m6F8D4FAF0770CD4EC1F54406249785DE7391E42B(L_0, _stringLiteral8FE94193A3EF39943F898714AC9062F7EBD96279, (bool)1, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void AlekseiHealthBar::Update()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AlekseiHealthBar_Update_m82A7B3591111784481ECE2ADC9272C91463CEB4F (AlekseiHealthBar_t79B8F5D14CA32B068761264FFCF476C4402ABCD0* __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*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral17CF05962AC1AC77CD4B5247CC6311690D8DAFE5);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral223CA56814CE64D5CFDB92BD828F5C0263182384);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8FE94193A3EF39943F898714AC9062F7EBD96279);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFAE74549D07FE5D38BE375A2E20B9E26944AC372);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// NewHealth = (aleksei.health * 100) / 200;
|
|
Aleksei_t280569A24333DAEDAECB8ADA24EDE720F1153AD0* L_0 = __this->___aleksei_4;
|
|
NullCheck(L_0);
|
|
int32_t L_1 = L_0->___health_15;
|
|
__this->___NewHealth_6 = ((int32_t)(((int32_t)il2cpp_codegen_multiply(L_1, ((int32_t)100)))/((int32_t)200)));
|
|
// Debug.Log(NewHealth);
|
|
int32_t L_2 = __this->___NewHealth_6;
|
|
int32_t L_3 = L_2;
|
|
RuntimeObject* L_4 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_3);
|
|
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
Debug_Log_m87A9A3C761FF5C43ED8A53B16190A53D08F818BB(L_4, NULL);
|
|
// if (NewHealth <= 100)
|
|
int32_t L_5 = __this->___NewHealth_6;
|
|
if ((((int32_t)L_5) > ((int32_t)((int32_t)100))))
|
|
{
|
|
goto IL_003b;
|
|
}
|
|
}
|
|
{
|
|
// HealthCounter = 0;
|
|
__this->___HealthCounter_7 = 0;
|
|
}
|
|
|
|
IL_003b:
|
|
{
|
|
// if (NewHealth <= 75)
|
|
int32_t L_6 = __this->___NewHealth_6;
|
|
if ((((int32_t)L_6) > ((int32_t)((int32_t)75))))
|
|
{
|
|
goto IL_004c;
|
|
}
|
|
}
|
|
{
|
|
// HealthCounter = 1;
|
|
__this->___HealthCounter_7 = 1;
|
|
}
|
|
|
|
IL_004c:
|
|
{
|
|
// if (NewHealth <= 50)
|
|
int32_t L_7 = __this->___NewHealth_6;
|
|
if ((((int32_t)L_7) > ((int32_t)((int32_t)50))))
|
|
{
|
|
goto IL_005d;
|
|
}
|
|
}
|
|
{
|
|
// HealthCounter = 2;
|
|
__this->___HealthCounter_7 = 2;
|
|
}
|
|
|
|
IL_005d:
|
|
{
|
|
// if (NewHealth <= 25)
|
|
int32_t L_8 = __this->___NewHealth_6;
|
|
if ((((int32_t)L_8) > ((int32_t)((int32_t)25))))
|
|
{
|
|
goto IL_006e;
|
|
}
|
|
}
|
|
{
|
|
// HealthCounter = 3;
|
|
__this->___HealthCounter_7 = 3;
|
|
}
|
|
|
|
IL_006e:
|
|
{
|
|
// if (HealthCounter == 0)
|
|
int32_t L_9 = __this->___HealthCounter_7;
|
|
if (L_9)
|
|
{
|
|
goto IL_00ba;
|
|
}
|
|
}
|
|
{
|
|
// animator.SetBool("100", true);
|
|
Animator_t8A52E42AE54F76681838FE9E632683EF3952E883* L_10 = __this->___animator_5;
|
|
NullCheck(L_10);
|
|
Animator_SetBool_m6F8D4FAF0770CD4EC1F54406249785DE7391E42B(L_10, _stringLiteral8FE94193A3EF39943F898714AC9062F7EBD96279, (bool)1, NULL);
|
|
// animator.SetBool("75", false);
|
|
Animator_t8A52E42AE54F76681838FE9E632683EF3952E883* L_11 = __this->___animator_5;
|
|
NullCheck(L_11);
|
|
Animator_SetBool_m6F8D4FAF0770CD4EC1F54406249785DE7391E42B(L_11, _stringLiteral223CA56814CE64D5CFDB92BD828F5C0263182384, (bool)0, NULL);
|
|
// animator.SetBool("50", false);
|
|
Animator_t8A52E42AE54F76681838FE9E632683EF3952E883* L_12 = __this->___animator_5;
|
|
NullCheck(L_12);
|
|
Animator_SetBool_m6F8D4FAF0770CD4EC1F54406249785DE7391E42B(L_12, _stringLiteralFAE74549D07FE5D38BE375A2E20B9E26944AC372, (bool)0, NULL);
|
|
// animator.SetBool("25", false);
|
|
Animator_t8A52E42AE54F76681838FE9E632683EF3952E883* L_13 = __this->___animator_5;
|
|
NullCheck(L_13);
|
|
Animator_SetBool_m6F8D4FAF0770CD4EC1F54406249785DE7391E42B(L_13, _stringLiteral17CF05962AC1AC77CD4B5247CC6311690D8DAFE5, (bool)0, NULL);
|
|
}
|
|
|
|
IL_00ba:
|
|
{
|
|
// if (HealthCounter == 1)
|
|
int32_t L_14 = __this->___HealthCounter_7;
|
|
if ((!(((uint32_t)L_14) == ((uint32_t)1))))
|
|
{
|
|
goto IL_0107;
|
|
}
|
|
}
|
|
{
|
|
// animator.SetBool("100", false);
|
|
Animator_t8A52E42AE54F76681838FE9E632683EF3952E883* L_15 = __this->___animator_5;
|
|
NullCheck(L_15);
|
|
Animator_SetBool_m6F8D4FAF0770CD4EC1F54406249785DE7391E42B(L_15, _stringLiteral8FE94193A3EF39943F898714AC9062F7EBD96279, (bool)0, NULL);
|
|
// animator.SetBool("75", true);
|
|
Animator_t8A52E42AE54F76681838FE9E632683EF3952E883* L_16 = __this->___animator_5;
|
|
NullCheck(L_16);
|
|
Animator_SetBool_m6F8D4FAF0770CD4EC1F54406249785DE7391E42B(L_16, _stringLiteral223CA56814CE64D5CFDB92BD828F5C0263182384, (bool)1, NULL);
|
|
// animator.SetBool("50", false);
|
|
Animator_t8A52E42AE54F76681838FE9E632683EF3952E883* L_17 = __this->___animator_5;
|
|
NullCheck(L_17);
|
|
Animator_SetBool_m6F8D4FAF0770CD4EC1F54406249785DE7391E42B(L_17, _stringLiteralFAE74549D07FE5D38BE375A2E20B9E26944AC372, (bool)0, NULL);
|
|
// animator.SetBool("25", false);
|
|
Animator_t8A52E42AE54F76681838FE9E632683EF3952E883* L_18 = __this->___animator_5;
|
|
NullCheck(L_18);
|
|
Animator_SetBool_m6F8D4FAF0770CD4EC1F54406249785DE7391E42B(L_18, _stringLiteral17CF05962AC1AC77CD4B5247CC6311690D8DAFE5, (bool)0, NULL);
|
|
}
|
|
|
|
IL_0107:
|
|
{
|
|
// if (HealthCounter == 2)
|
|
int32_t L_19 = __this->___HealthCounter_7;
|
|
if ((!(((uint32_t)L_19) == ((uint32_t)2))))
|
|
{
|
|
goto IL_0154;
|
|
}
|
|
}
|
|
{
|
|
// animator.SetBool("100", false);
|
|
Animator_t8A52E42AE54F76681838FE9E632683EF3952E883* L_20 = __this->___animator_5;
|
|
NullCheck(L_20);
|
|
Animator_SetBool_m6F8D4FAF0770CD4EC1F54406249785DE7391E42B(L_20, _stringLiteral8FE94193A3EF39943F898714AC9062F7EBD96279, (bool)0, NULL);
|
|
// animator.SetBool("75", false);
|
|
Animator_t8A52E42AE54F76681838FE9E632683EF3952E883* L_21 = __this->___animator_5;
|
|
NullCheck(L_21);
|
|
Animator_SetBool_m6F8D4FAF0770CD4EC1F54406249785DE7391E42B(L_21, _stringLiteral223CA56814CE64D5CFDB92BD828F5C0263182384, (bool)0, NULL);
|
|
// animator.SetBool("50", true);
|
|
Animator_t8A52E42AE54F76681838FE9E632683EF3952E883* L_22 = __this->___animator_5;
|
|
NullCheck(L_22);
|
|
Animator_SetBool_m6F8D4FAF0770CD4EC1F54406249785DE7391E42B(L_22, _stringLiteralFAE74549D07FE5D38BE375A2E20B9E26944AC372, (bool)1, NULL);
|
|
// animator.SetBool("25", false);
|
|
Animator_t8A52E42AE54F76681838FE9E632683EF3952E883* L_23 = __this->___animator_5;
|
|
NullCheck(L_23);
|
|
Animator_SetBool_m6F8D4FAF0770CD4EC1F54406249785DE7391E42B(L_23, _stringLiteral17CF05962AC1AC77CD4B5247CC6311690D8DAFE5, (bool)0, NULL);
|
|
}
|
|
|
|
IL_0154:
|
|
{
|
|
// if (HealthCounter == 3)
|
|
int32_t L_24 = __this->___HealthCounter_7;
|
|
if ((!(((uint32_t)L_24) == ((uint32_t)3))))
|
|
{
|
|
goto IL_01a1;
|
|
}
|
|
}
|
|
{
|
|
// animator.SetBool("100", false);
|
|
Animator_t8A52E42AE54F76681838FE9E632683EF3952E883* L_25 = __this->___animator_5;
|
|
NullCheck(L_25);
|
|
Animator_SetBool_m6F8D4FAF0770CD4EC1F54406249785DE7391E42B(L_25, _stringLiteral8FE94193A3EF39943F898714AC9062F7EBD96279, (bool)0, NULL);
|
|
// animator.SetBool("75", false);
|
|
Animator_t8A52E42AE54F76681838FE9E632683EF3952E883* L_26 = __this->___animator_5;
|
|
NullCheck(L_26);
|
|
Animator_SetBool_m6F8D4FAF0770CD4EC1F54406249785DE7391E42B(L_26, _stringLiteral223CA56814CE64D5CFDB92BD828F5C0263182384, (bool)0, NULL);
|
|
// animator.SetBool("50", false);
|
|
Animator_t8A52E42AE54F76681838FE9E632683EF3952E883* L_27 = __this->___animator_5;
|
|
NullCheck(L_27);
|
|
Animator_SetBool_m6F8D4FAF0770CD4EC1F54406249785DE7391E42B(L_27, _stringLiteralFAE74549D07FE5D38BE375A2E20B9E26944AC372, (bool)0, NULL);
|
|
// animator.SetBool("25", true);
|
|
Animator_t8A52E42AE54F76681838FE9E632683EF3952E883* L_28 = __this->___animator_5;
|
|
NullCheck(L_28);
|
|
Animator_SetBool_m6F8D4FAF0770CD4EC1F54406249785DE7391E42B(L_28, _stringLiteral17CF05962AC1AC77CD4B5247CC6311690D8DAFE5, (bool)1, NULL);
|
|
}
|
|
|
|
IL_01a1:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void AlekseiHealthBar::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AlekseiHealthBar__ctor_m24E1871FF1F294716C4D566A16601DC3178C358D (AlekseiHealthBar_t79B8F5D14CA32B068761264FFCF476C4402ABCD0* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// int NewHealth = 100;
|
|
__this->___NewHealth_6 = ((int32_t)100);
|
|
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 BulletAng::Start()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BulletAng_Start_m90022A8255603F9E7998498D5A841BCF1B432524 (BulletAng_tFC16BEEEE2C709ACDF0F93DD931E61BA3AD79037* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Aleksei_t280569A24333DAEDAECB8ADA24EDE720F1153AD0_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (Aleksei.BulletAngDirection == 0f)
|
|
float L_0 = ((Aleksei_t280569A24333DAEDAECB8ADA24EDE720F1153AD0_StaticFields*)il2cpp_codegen_static_fields_for(Aleksei_t280569A24333DAEDAECB8ADA24EDE720F1153AD0_il2cpp_TypeInfo_var))->___BulletAngDirection_33;
|
|
if ((!(((float)L_0) == ((float)(0.0f)))))
|
|
{
|
|
goto IL_004d;
|
|
}
|
|
}
|
|
{
|
|
// rb.velocity = -transform.right * speed;
|
|
Rigidbody2D_tBEBE9523CF4448544085AF46BF7E10AA499F320F* L_1 = __this->___rb_6;
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_2;
|
|
L_2 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(__this, NULL);
|
|
NullCheck(L_2);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_3;
|
|
L_3 = Transform_get_right_mC6DC057C23313802E2186A9E0DB760D795A758A4(L_2, NULL);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_4;
|
|
L_4 = Vector3_op_UnaryNegation_m5450829F333BD2A88AF9A592C4EE331661225915_inline(L_3, NULL);
|
|
float L_5 = __this->___speed_4;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_6;
|
|
L_6 = Vector3_op_Multiply_m87BA7C578F96C8E49BB07088DAAC4649F83B0353_inline(L_4, L_5, NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_7;
|
|
L_7 = Vector2_op_Implicit_mE8EBEE9291F11BB02F062D6E000F4798968CBD96_inline(L_6, NULL);
|
|
NullCheck(L_1);
|
|
Rigidbody2D_set_velocity_m9335C5883B218F6FCDF7E229AC96232FCBAC4CE6(L_1, L_7, NULL);
|
|
// transform.rotation = Quaternion.Euler(desiredRotation0);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_8;
|
|
L_8 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(__this, NULL);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_9 = __this->___desiredRotation0_8;
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_10;
|
|
L_10 = Quaternion_Euler_m5BCCC19216CFAD2426F15BC51A30421880D27B73_inline(L_9, NULL);
|
|
NullCheck(L_8);
|
|
Transform_set_rotation_m61340DE74726CF0F9946743A727C4D444397331D(L_8, L_10, NULL);
|
|
}
|
|
|
|
IL_004d:
|
|
{
|
|
// if (Aleksei.BulletAngDirection == 1f)
|
|
float L_11 = ((Aleksei_t280569A24333DAEDAECB8ADA24EDE720F1153AD0_StaticFields*)il2cpp_codegen_static_fields_for(Aleksei_t280569A24333DAEDAECB8ADA24EDE720F1153AD0_il2cpp_TypeInfo_var))->___BulletAngDirection_33;
|
|
if ((!(((float)L_11) == ((float)(1.0f)))))
|
|
{
|
|
goto IL_0095;
|
|
}
|
|
}
|
|
{
|
|
// rb.velocity = transform.right * speed;
|
|
Rigidbody2D_tBEBE9523CF4448544085AF46BF7E10AA499F320F* L_12 = __this->___rb_6;
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_13;
|
|
L_13 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(__this, NULL);
|
|
NullCheck(L_13);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_14;
|
|
L_14 = Transform_get_right_mC6DC057C23313802E2186A9E0DB760D795A758A4(L_13, NULL);
|
|
float L_15 = __this->___speed_4;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_16;
|
|
L_16 = Vector3_op_Multiply_m87BA7C578F96C8E49BB07088DAAC4649F83B0353_inline(L_14, L_15, NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_17;
|
|
L_17 = Vector2_op_Implicit_mE8EBEE9291F11BB02F062D6E000F4798968CBD96_inline(L_16, NULL);
|
|
NullCheck(L_12);
|
|
Rigidbody2D_set_velocity_m9335C5883B218F6FCDF7E229AC96232FCBAC4CE6(L_12, L_17, NULL);
|
|
// transform.rotation = Quaternion.Euler(desiredRotation1);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_18;
|
|
L_18 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(__this, NULL);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_19 = __this->___desiredRotation1_9;
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_20;
|
|
L_20 = Quaternion_Euler_m5BCCC19216CFAD2426F15BC51A30421880D27B73_inline(L_19, NULL);
|
|
NullCheck(L_18);
|
|
Transform_set_rotation_m61340DE74726CF0F9946743A727C4D444397331D(L_18, L_20, NULL);
|
|
}
|
|
|
|
IL_0095:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void BulletAng::OnTriggerEnter2D(UnityEngine.Collider2D)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BulletAng_OnTriggerEnter2D_m08B68994DBD2958AA4055D43FF896D885B09DFAF (BulletAng_tFC16BEEEE2C709ACDF0F93DD931E61BA3AD79037* __this, Collider2D_t6A17BA7734600EF3F26588E9ED903617D5B8EB52* ___0_collision, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enemy_t10DB314C96B1CE78B8D967CD3B39F05126409BBB_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_Instantiate_TisGameObject_t76FEDD663AB33C991A9C9A23129337651094216F_m831D2F71DF2AA6C93AFDFEFA04CF2CFC5FBBCDB4_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCAF8804297181FF007CA835529DD4477CFD94A70);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (collision.gameObject.tag == "Player")
|
|
Collider2D_t6A17BA7734600EF3F26588E9ED903617D5B8EB52* L_0 = ___0_collision;
|
|
NullCheck(L_0);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_1;
|
|
L_1 = Component_get_gameObject_m57AEFBB14DB39EC476F740BA000E170355DE691B(L_0, NULL);
|
|
NullCheck(L_1);
|
|
String_t* L_2;
|
|
L_2 = GameObject_get_tag_mEDD27BF795072834D656B286CBE51B2C99747805(L_1, NULL);
|
|
bool L_3;
|
|
L_3 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_2, _stringLiteralCAF8804297181FF007CA835529DD4477CFD94A70, NULL);
|
|
if (!L_3)
|
|
{
|
|
goto IL_001d;
|
|
}
|
|
}
|
|
{
|
|
// Enemy.TakedDamage = true;
|
|
((Enemy_t10DB314C96B1CE78B8D967CD3B39F05126409BBB_StaticFields*)il2cpp_codegen_static_fields_for(Enemy_t10DB314C96B1CE78B8D967CD3B39F05126409BBB_il2cpp_TypeInfo_var))->___TakedDamage_4 = (bool)1;
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
// Instantiate(impactEffect, transform.position, transform.rotation);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_4 = __this->___impactEffect_7;
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_5;
|
|
L_5 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(__this, NULL);
|
|
NullCheck(L_5);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_6;
|
|
L_6 = Transform_get_position_m69CD5FA214FDAE7BB701552943674846C220FDE1(L_5, NULL);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_7;
|
|
L_7 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(__this, NULL);
|
|
NullCheck(L_7);
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_8;
|
|
L_8 = Transform_get_rotation_m32AF40CA0D50C797DA639A696F8EAEC7524C179C(L_7, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_9;
|
|
L_9 = Object_Instantiate_TisGameObject_t76FEDD663AB33C991A9C9A23129337651094216F_m831D2F71DF2AA6C93AFDFEFA04CF2CFC5FBBCDB4(L_4, L_6, L_8, Object_Instantiate_TisGameObject_t76FEDD663AB33C991A9C9A23129337651094216F_m831D2F71DF2AA6C93AFDFEFA04CF2CFC5FBBCDB4_RuntimeMethod_var);
|
|
// Destroy(gameObject);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_10;
|
|
L_10 = Component_get_gameObject_m57AEFBB14DB39EC476F740BA000E170355DE691B(__this, NULL);
|
|
Object_Destroy_mE97D0A766419A81296E8D4E5C23D01D3FE91ACBB(L_10, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void BulletAng::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BulletAng__ctor_m1B3B7E288CF6047A77DFA5B82E445FE3007F56C3 (BulletAng_tFC16BEEEE2C709ACDF0F93DD931E61BA3AD79037* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public float speed = 20f;
|
|
__this->___speed_4 = (20.0f);
|
|
// public int damage = 40;
|
|
__this->___damage_5 = ((int32_t)40);
|
|
// public Vector3 desiredRotation0 = new Vector3(0f, 0f, 24f); // Change this to your desired rotation
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_0;
|
|
memset((&L_0), 0, sizeof(L_0));
|
|
Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&L_0), (0.0f), (0.0f), (24.0f), /*hidden argument*/NULL);
|
|
__this->___desiredRotation0_8 = L_0;
|
|
// public Vector3 desiredRotation1 = new Vector3(0f, 0f, -24f); // Change this to your desired rotation
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_1;
|
|
memset((&L_1), 0, sizeof(L_1));
|
|
Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&L_1), (0.0f), (0.0f), (-24.0f), /*hidden argument*/NULL);
|
|
__this->___desiredRotation1_9 = L_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 Ali::Start()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ali_Start_m6B0EB73A667EB2FED6308360E5D2666543D37804 (Ali_tF62EAA8C857226D373422D276B8C8CEFE1580E32* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponentInChildren_TisAnimator_t8A52E42AE54F76681838FE9E632683EF3952E883_mDB9FC26B94B8EE9CF1F88BFEC75DF06CC2E3A000_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisRigidbody2D_tBEBE9523CF4448544085AF46BF7E10AA499F320F_m0712B7A9DBBAE2C319B4B03394E7731B86FACBF2_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisSeeker_t6FEA42FECA98333BE993B3BBFB7BBC08AC65D441_m179FE34C9BA1E2ADE08520ABE3281BCB187FD629_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCAF8804297181FF007CA835529DD4477CFD94A70);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEA4794204F92E72456A88E6C1E39E92A22DA8333);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// seeker = GetComponent<Seeker>();
|
|
Seeker_t6FEA42FECA98333BE993B3BBFB7BBC08AC65D441* L_0;
|
|
L_0 = Component_GetComponent_TisSeeker_t6FEA42FECA98333BE993B3BBFB7BBC08AC65D441_m179FE34C9BA1E2ADE08520ABE3281BCB187FD629(__this, Component_GetComponent_TisSeeker_t6FEA42FECA98333BE993B3BBFB7BBC08AC65D441_m179FE34C9BA1E2ADE08520ABE3281BCB187FD629_RuntimeMethod_var);
|
|
__this->___seeker_29 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___seeker_29), (void*)L_0);
|
|
// rb = GetComponent<Rigidbody2D>();
|
|
Rigidbody2D_tBEBE9523CF4448544085AF46BF7E10AA499F320F* L_1;
|
|
L_1 = Component_GetComponent_TisRigidbody2D_tBEBE9523CF4448544085AF46BF7E10AA499F320F_m0712B7A9DBBAE2C319B4B03394E7731B86FACBF2(__this, Component_GetComponent_TisRigidbody2D_tBEBE9523CF4448544085AF46BF7E10AA499F320F_m0712B7A9DBBAE2C319B4B03394E7731B86FACBF2_RuntimeMethod_var);
|
|
__this->___rb_30 = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___rb_30), (void*)L_1);
|
|
// animator = GetComponentInChildren<Animator>();
|
|
Animator_t8A52E42AE54F76681838FE9E632683EF3952E883* L_2;
|
|
L_2 = Component_GetComponentInChildren_TisAnimator_t8A52E42AE54F76681838FE9E632683EF3952E883_mDB9FC26B94B8EE9CF1F88BFEC75DF06CC2E3A000(__this, Component_GetComponentInChildren_TisAnimator_t8A52E42AE54F76681838FE9E632683EF3952E883_mDB9FC26B94B8EE9CF1F88BFEC75DF06CC2E3A000_RuntimeMethod_var);
|
|
__this->___animator_31 = L_2;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___animator_31), (void*)L_2);
|
|
// player = GameObject.FindGameObjectWithTag("Player").transform;
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_3;
|
|
L_3 = GameObject_FindGameObjectWithTag_mF0229BC2074CE9EEA72FAB1E5A4BC2AEC3D2CDBE(_stringLiteralCAF8804297181FF007CA835529DD4477CFD94A70, NULL);
|
|
NullCheck(L_3);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_4;
|
|
L_4 = GameObject_get_transform_m0BC10ADFA1632166AE5544BDF9038A2650C2AE56(L_3, NULL);
|
|
__this->___player_25 = L_4;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___player_25), (void*)L_4);
|
|
// InvokeRepeating("UpdatePath", 0f, .5f);
|
|
MonoBehaviour_InvokeRepeating_mF208501E0E4918F9168BBBA5FC50D8F80D01514D(__this, _stringLiteralEA4794204F92E72456A88E6C1E39E92A22DA8333, (0.0f), (0.5f), NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void Ali::UpdatePath()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ali_UpdatePath_m1C1B85698906380F5431BDFF98304345DCB25FB7 (Ali_tF62EAA8C857226D373422D276B8C8CEFE1580E32* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Ali_OnPathComplete_mFE47DF181F743B1907DB556A690A3E528F51F900_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnPathDelegate_tBC5D616171AC6FA3DFA2083777FDA787D35047D4_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (seeker.IsDone())
|
|
Seeker_t6FEA42FECA98333BE993B3BBFB7BBC08AC65D441* L_0 = __this->___seeker_29;
|
|
NullCheck(L_0);
|
|
bool L_1;
|
|
L_1 = Seeker_IsDone_m02E37DC5F042AC06A69BA1A65886B1BA9369EB2D(L_0, NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_0040;
|
|
}
|
|
}
|
|
{
|
|
// seeker.StartPath(rb.position, target.position, OnPathComplete);
|
|
Seeker_t6FEA42FECA98333BE993B3BBFB7BBC08AC65D441* L_2 = __this->___seeker_29;
|
|
Rigidbody2D_tBEBE9523CF4448544085AF46BF7E10AA499F320F* L_3 = __this->___rb_30;
|
|
NullCheck(L_3);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_4;
|
|
L_4 = Rigidbody2D_get_position_m07070C4416DFE2229070F95B349E411AE4869276(L_3, NULL);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_5;
|
|
L_5 = Vector2_op_Implicit_m6D9CABB2C791A192867D7A4559D132BE86DD3EB7_inline(L_4, NULL);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_6 = __this->___target_4;
|
|
NullCheck(L_6);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_7;
|
|
L_7 = Transform_get_position_m69CD5FA214FDAE7BB701552943674846C220FDE1(L_6, NULL);
|
|
OnPathDelegate_tBC5D616171AC6FA3DFA2083777FDA787D35047D4* L_8 = (OnPathDelegate_tBC5D616171AC6FA3DFA2083777FDA787D35047D4*)il2cpp_codegen_object_new(OnPathDelegate_tBC5D616171AC6FA3DFA2083777FDA787D35047D4_il2cpp_TypeInfo_var);
|
|
NullCheck(L_8);
|
|
OnPathDelegate__ctor_mD3FAB4AAEAF5DCAA68A6D1C3C8A7A9F316362C43(L_8, __this, (intptr_t)((void*)Ali_OnPathComplete_mFE47DF181F743B1907DB556A690A3E528F51F900_RuntimeMethod_var), NULL);
|
|
NullCheck(L_2);
|
|
Path_tF8373A11D8EE16052CE8F7D66EB9D74E17EE8F7A* L_9;
|
|
L_9 = Seeker_StartPath_m5F4742FD2F4BC23BB40FAA281193B5CCD1D63B8B(L_2, L_5, L_7, L_8, NULL);
|
|
}
|
|
|
|
IL_0040:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void Ali::OnPathComplete(Pathfinding.Path)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ali_OnPathComplete_mFE47DF181F743B1907DB556A690A3E528F51F900 (Ali_tF62EAA8C857226D373422D276B8C8CEFE1580E32* __this, Path_tF8373A11D8EE16052CE8F7D66EB9D74E17EE8F7A* ___0_p, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// if (!p.error)
|
|
Path_tF8373A11D8EE16052CE8F7D66EB9D74E17EE8F7A* L_0 = ___0_p;
|
|
NullCheck(L_0);
|
|
bool L_1;
|
|
L_1 = Path_get_error_m53DE4309315C8B6A124412EC3CBF9AA514414FE2(L_0, NULL);
|
|
if (L_1)
|
|
{
|
|
goto IL_0016;
|
|
}
|
|
}
|
|
{
|
|
// path = p;
|
|
Path_tF8373A11D8EE16052CE8F7D66EB9D74E17EE8F7A* L_2 = ___0_p;
|
|
__this->___path_27 = L_2;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___path_27), (void*)L_2);
|
|
// currentWaypoint = 0;
|
|
__this->___currentWaypoint_28 = 0;
|
|
}
|
|
|
|
IL_0016:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void Ali::FixedUpdate()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ali_FixedUpdate_m94DAA66FCE799B3E6EC3EC803F03F20F2A3D26E2 (Ali_tF62EAA8C857226D373422D276B8C8CEFE1580E32* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Ali_tF62EAA8C857226D373422D276B8C8CEFE1580E32_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m46EEFFA770BE665EA0CB3A5332E941DA4B3C1D37_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m8F2E15FC96DA75186C51228128A0660709E4E810_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Pause_tBA95B8E0340B28796AF51B491AF0D3EEC1F06DD7_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
float G_B10_0 = 0.0f;
|
|
float G_B9_0 = 0.0f;
|
|
float G_B12_0 = 0.0f;
|
|
float G_B11_0 = 0.0f;
|
|
float G_B14_0 = 0.0f;
|
|
float G_B13_0 = 0.0f;
|
|
float G_B18_0 = 0.0f;
|
|
float G_B15_0 = 0.0f;
|
|
float G_B16_0 = 0.0f;
|
|
float G_B17_0 = 0.0f;
|
|
{
|
|
// if (Pause.IsPause == false && FirstStop == false && Attacking == false && Stop == false)
|
|
bool L_0 = ((Pause_tBA95B8E0340B28796AF51B491AF0D3EEC1F06DD7_StaticFields*)il2cpp_codegen_static_fields_for(Pause_tBA95B8E0340B28796AF51B491AF0D3EEC1F06DD7_il2cpp_TypeInfo_var))->___IsPause_4;
|
|
if (L_0)
|
|
{
|
|
goto IL_01df;
|
|
}
|
|
}
|
|
{
|
|
bool L_1 = __this->___FirstStop_35;
|
|
if (L_1)
|
|
{
|
|
goto IL_01df;
|
|
}
|
|
}
|
|
{
|
|
bool L_2 = __this->___Attacking_36;
|
|
if (L_2)
|
|
{
|
|
goto IL_01df;
|
|
}
|
|
}
|
|
{
|
|
bool L_3 = __this->___Stop_39;
|
|
if (L_3)
|
|
{
|
|
goto IL_01df;
|
|
}
|
|
}
|
|
{
|
|
// if (path == null)
|
|
Path_tF8373A11D8EE16052CE8F7D66EB9D74E17EE8F7A* L_4 = __this->___path_27;
|
|
if (L_4)
|
|
{
|
|
goto IL_0034;
|
|
}
|
|
}
|
|
{
|
|
// return;
|
|
return;
|
|
}
|
|
|
|
IL_0034:
|
|
{
|
|
// if (currentWaypoint >= path.vectorPath.Count)
|
|
int32_t L_5 = __this->___currentWaypoint_28;
|
|
Path_tF8373A11D8EE16052CE8F7D66EB9D74E17EE8F7A* L_6 = __this->___path_27;
|
|
NullCheck(L_6);
|
|
List_1_t77B94703E05C519A9010DD0614F757F974E1CD8B* L_7 = L_6->___vectorPath_9;
|
|
NullCheck(L_7);
|
|
int32_t L_8;
|
|
L_8 = List_1_get_Count_m46EEFFA770BE665EA0CB3A5332E941DA4B3C1D37_inline(L_7, List_1_get_Count_m46EEFFA770BE665EA0CB3A5332E941DA4B3C1D37_RuntimeMethod_var);
|
|
if ((((int32_t)L_5) < ((int32_t)L_8)))
|
|
{
|
|
goto IL_004d;
|
|
}
|
|
}
|
|
{
|
|
// return;
|
|
return;
|
|
}
|
|
|
|
IL_004d:
|
|
{
|
|
// Vector2 direction = ((Vector2)path.vectorPath[currentWaypoint] -rb.position).normalized;
|
|
Path_tF8373A11D8EE16052CE8F7D66EB9D74E17EE8F7A* L_9 = __this->___path_27;
|
|
NullCheck(L_9);
|
|
List_1_t77B94703E05C519A9010DD0614F757F974E1CD8B* L_10 = L_9->___vectorPath_9;
|
|
int32_t L_11 = __this->___currentWaypoint_28;
|
|
NullCheck(L_10);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_12;
|
|
L_12 = List_1_get_Item_m8F2E15FC96DA75186C51228128A0660709E4E810(L_10, L_11, List_1_get_Item_m8F2E15FC96DA75186C51228128A0660709E4E810_RuntimeMethod_var);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_13;
|
|
L_13 = Vector2_op_Implicit_mE8EBEE9291F11BB02F062D6E000F4798968CBD96_inline(L_12, NULL);
|
|
Rigidbody2D_tBEBE9523CF4448544085AF46BF7E10AA499F320F* L_14 = __this->___rb_30;
|
|
NullCheck(L_14);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_15;
|
|
L_15 = Rigidbody2D_get_position_m07070C4416DFE2229070F95B349E411AE4869276(L_14, NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_16;
|
|
L_16 = Vector2_op_Subtraction_m44475FCDAD2DA2F98D78A6625EC2DCDFE8803837_inline(L_13, L_15, NULL);
|
|
V_1 = L_16;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_17;
|
|
L_17 = Vector2_get_normalized_mF6722883AEFB5027690A778DF8ACC20F0FA65297_inline((&V_1), NULL);
|
|
// Vector2 force = direction * speed * Time.deltaTime;
|
|
float L_18 = __this->___speed_9;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_19;
|
|
L_19 = Vector2_op_Multiply_m2D984B613020089BF5165BA4CA10988E2DC771FE_inline(L_17, L_18, NULL);
|
|
float L_20;
|
|
L_20 = Time_get_deltaTime_mC3195000401F0FD167DD2F948FD2BC58330D0865(NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_21;
|
|
L_21 = Vector2_op_Multiply_m2D984B613020089BF5165BA4CA10988E2DC771FE_inline(L_19, L_20, NULL);
|
|
V_0 = L_21;
|
|
// rb.AddForce(force);
|
|
Rigidbody2D_tBEBE9523CF4448544085AF46BF7E10AA499F320F* L_22 = __this->___rb_30;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_23 = V_0;
|
|
NullCheck(L_22);
|
|
Rigidbody2D_AddForce_mC635C76F94D56891007700CA0E653EB269E955CB(L_22, L_23, NULL);
|
|
// float distance = Vector2.Distance(rb.position, path.vectorPath[currentWaypoint]);
|
|
Rigidbody2D_tBEBE9523CF4448544085AF46BF7E10AA499F320F* L_24 = __this->___rb_30;
|
|
NullCheck(L_24);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_25;
|
|
L_25 = Rigidbody2D_get_position_m07070C4416DFE2229070F95B349E411AE4869276(L_24, NULL);
|
|
Path_tF8373A11D8EE16052CE8F7D66EB9D74E17EE8F7A* L_26 = __this->___path_27;
|
|
NullCheck(L_26);
|
|
List_1_t77B94703E05C519A9010DD0614F757F974E1CD8B* L_27 = L_26->___vectorPath_9;
|
|
int32_t L_28 = __this->___currentWaypoint_28;
|
|
NullCheck(L_27);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_29;
|
|
L_29 = List_1_get_Item_m8F2E15FC96DA75186C51228128A0660709E4E810(L_27, L_28, List_1_get_Item_m8F2E15FC96DA75186C51228128A0660709E4E810_RuntimeMethod_var);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_30;
|
|
L_30 = Vector2_op_Implicit_mE8EBEE9291F11BB02F062D6E000F4798968CBD96_inline(L_29, NULL);
|
|
float L_31;
|
|
L_31 = Vector2_Distance_mBACBB1609E1894D68F882D86A93519E311810C89_inline(L_25, L_30, NULL);
|
|
// if (distance < nextWaypointDistance)
|
|
float L_32 = L_31;
|
|
float L_33 = __this->___nextWaypointDistance_11;
|
|
G_B9_0 = L_32;
|
|
if ((!(((float)L_32) < ((float)L_33))))
|
|
{
|
|
G_B10_0 = L_32;
|
|
goto IL_00e4;
|
|
}
|
|
}
|
|
{
|
|
// currentWaypoint++;
|
|
int32_t L_34 = __this->___currentWaypoint_28;
|
|
__this->___currentWaypoint_28 = ((int32_t)il2cpp_codegen_add(L_34, 1));
|
|
G_B10_0 = G_B9_0;
|
|
}
|
|
|
|
IL_00e4:
|
|
{
|
|
// if (rb.velocity.x >= 0.01f)
|
|
Rigidbody2D_tBEBE9523CF4448544085AF46BF7E10AA499F320F* L_35 = __this->___rb_30;
|
|
NullCheck(L_35);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_36;
|
|
L_36 = Rigidbody2D_get_velocity_mBD8AC6F93F0E24CC41D2361BCEF74F81303720EF(L_35, NULL);
|
|
float L_37 = L_36.___x_0;
|
|
G_B11_0 = G_B10_0;
|
|
if ((!(((float)L_37) >= ((float)(0.00999999978f)))))
|
|
{
|
|
G_B12_0 = G_B10_0;
|
|
goto IL_012b;
|
|
}
|
|
}
|
|
{
|
|
// enemyGFX.transform.localScale = new Vector3(-1f, 1f, 1f);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_38 = __this->___enemyGFX_24;
|
|
NullCheck(L_38);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_39;
|
|
L_39 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(L_38, NULL);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_40;
|
|
memset((&L_40), 0, sizeof(L_40));
|
|
Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&L_40), (-1.0f), (1.0f), (1.0f), /*hidden argument*/NULL);
|
|
NullCheck(L_39);
|
|
Transform_set_localScale_mBA79E811BAF6C47B80FF76414C12B47B3CD03633(L_39, L_40, NULL);
|
|
// BulletAliDirection = 1f;
|
|
((Ali_tF62EAA8C857226D373422D276B8C8CEFE1580E32_StaticFields*)il2cpp_codegen_static_fields_for(Ali_tF62EAA8C857226D373422D276B8C8CEFE1580E32_il2cpp_TypeInfo_var))->___BulletAliDirection_34 = (1.0f);
|
|
G_B14_0 = G_B11_0;
|
|
goto IL_0170;
|
|
}
|
|
|
|
IL_012b:
|
|
{
|
|
// else if (rb.velocity.x <= -0.01f)
|
|
Rigidbody2D_tBEBE9523CF4448544085AF46BF7E10AA499F320F* L_41 = __this->___rb_30;
|
|
NullCheck(L_41);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_42;
|
|
L_42 = Rigidbody2D_get_velocity_mBD8AC6F93F0E24CC41D2361BCEF74F81303720EF(L_41, NULL);
|
|
float L_43 = L_42.___x_0;
|
|
G_B13_0 = G_B12_0;
|
|
if ((!(((float)L_43) <= ((float)(-0.00999999978f)))))
|
|
{
|
|
G_B14_0 = G_B12_0;
|
|
goto IL_0170;
|
|
}
|
|
}
|
|
{
|
|
// enemyGFX.transform.localScale = new Vector3(1f, 1f, 1f);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_44 = __this->___enemyGFX_24;
|
|
NullCheck(L_44);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_45;
|
|
L_45 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(L_44, NULL);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_46;
|
|
memset((&L_46), 0, sizeof(L_46));
|
|
Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&L_46), (1.0f), (1.0f), (1.0f), /*hidden argument*/NULL);
|
|
NullCheck(L_45);
|
|
Transform_set_localScale_mBA79E811BAF6C47B80FF76414C12B47B3CD03633(L_45, L_46, NULL);
|
|
// BulletAliDirection = 0f;
|
|
((Ali_tF62EAA8C857226D373422D276B8C8CEFE1580E32_StaticFields*)il2cpp_codegen_static_fields_for(Ali_tF62EAA8C857226D373422D276B8C8CEFE1580E32_il2cpp_TypeInfo_var))->___BulletAliDirection_34 = (0.0f);
|
|
G_B14_0 = G_B13_0;
|
|
}
|
|
|
|
IL_0170:
|
|
{
|
|
// AttackDec = Mathf.Round(UnityEngine.Random.Range(1.0f, 2.0f));
|
|
float L_47;
|
|
L_47 = Random_Range_m5236C99A7D8AE6AC9190592DC66016652A2D2494((1.0f), (2.0f), NULL);
|
|
float L_48;
|
|
L_48 = bankers_roundf(L_47);
|
|
__this->___AttackDec_40 = L_48;
|
|
// if (distance < attackRange && AttackDec == 1f)
|
|
float L_49 = G_B14_0;
|
|
float L_50 = __this->___attackRange_21;
|
|
G_B15_0 = L_49;
|
|
if ((!(((float)L_49) < ((float)L_50))))
|
|
{
|
|
G_B18_0 = L_49;
|
|
goto IL_01b5;
|
|
}
|
|
}
|
|
{
|
|
float L_51 = __this->___AttackDec_40;
|
|
G_B16_0 = G_B15_0;
|
|
if ((!(((float)L_51) == ((float)(1.0f)))))
|
|
{
|
|
G_B18_0 = G_B15_0;
|
|
goto IL_01b5;
|
|
}
|
|
}
|
|
{
|
|
// if (StopAttack == false)
|
|
bool L_52 = __this->___StopAttack_32;
|
|
G_B17_0 = G_B16_0;
|
|
if (L_52)
|
|
{
|
|
G_B18_0 = G_B16_0;
|
|
goto IL_01b5;
|
|
}
|
|
}
|
|
{
|
|
// StartCoroutine(Attack());
|
|
RuntimeObject* L_53;
|
|
L_53 = Ali_Attack_m98041F6B5A2F892E577951EB64B663469623DCC5(__this, NULL);
|
|
Coroutine_t85EA685566A254C23F3FD77AB5BDFFFF8799596B* L_54;
|
|
L_54 = MonoBehaviour_StartCoroutine_m4CAFF732AA28CD3BDC5363B44A863575530EC812(__this, L_53, NULL);
|
|
G_B18_0 = G_B17_0;
|
|
}
|
|
|
|
IL_01b5:
|
|
{
|
|
// if (distance < SwordAttackRange && AttackDec == 2f)
|
|
float L_55 = __this->___SwordAttackRange_22;
|
|
if ((!(((float)G_B18_0) < ((float)L_55))))
|
|
{
|
|
goto IL_01df;
|
|
}
|
|
}
|
|
{
|
|
float L_56 = __this->___AttackDec_40;
|
|
if ((!(((float)L_56) == ((float)(2.0f)))))
|
|
{
|
|
goto IL_01df;
|
|
}
|
|
}
|
|
{
|
|
// if (StopAttack == false)
|
|
bool L_57 = __this->___StopAttack_32;
|
|
if (L_57)
|
|
{
|
|
goto IL_01df;
|
|
}
|
|
}
|
|
{
|
|
// StartCoroutine(SwordAttack());
|
|
RuntimeObject* L_58;
|
|
L_58 = Ali_SwordAttack_mDC15FC7BF635F856CEE069C07E5F257A3EA191E3(__this, NULL);
|
|
Coroutine_t85EA685566A254C23F3FD77AB5BDFFFF8799596B* L_59;
|
|
L_59 = MonoBehaviour_StartCoroutine_m4CAFF732AA28CD3BDC5363B44A863575530EC812(__this, L_58, NULL);
|
|
}
|
|
|
|
IL_01df:
|
|
{
|
|
// distance = Vector2.Distance(transform.position, player.position);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_60;
|
|
L_60 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(__this, NULL);
|
|
NullCheck(L_60);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_61;
|
|
L_61 = Transform_get_position_m69CD5FA214FDAE7BB701552943674846C220FDE1(L_60, NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_62;
|
|
L_62 = Vector2_op_Implicit_mE8EBEE9291F11BB02F062D6E000F4798968CBD96_inline(L_61, NULL);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_63 = __this->___player_25;
|
|
NullCheck(L_63);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_64;
|
|
L_64 = Transform_get_position_m69CD5FA214FDAE7BB701552943674846C220FDE1(L_63, NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_65;
|
|
L_65 = Vector2_op_Implicit_mE8EBEE9291F11BB02F062D6E000F4798968CBD96_inline(L_64, NULL);
|
|
float L_66;
|
|
L_66 = Vector2_Distance_mBACBB1609E1894D68F882D86A93519E311810C89_inline(L_62, L_65, NULL);
|
|
__this->___distance_23 = L_66;
|
|
// if (distance > range)
|
|
float L_67 = __this->___distance_23;
|
|
float L_68 = __this->___range_20;
|
|
if ((!(((float)L_67) > ((float)L_68))))
|
|
{
|
|
goto IL_0224;
|
|
}
|
|
}
|
|
{
|
|
// speed = FastSpeed;
|
|
float L_69 = __this->___FastSpeed_8;
|
|
__this->___speed_9 = L_69;
|
|
}
|
|
|
|
IL_0224:
|
|
{
|
|
// if (distance < range)
|
|
float L_70 = __this->___distance_23;
|
|
float L_71 = __this->___range_20;
|
|
if ((!(((float)L_70) < ((float)L_71))))
|
|
{
|
|
goto IL_0239;
|
|
}
|
|
}
|
|
{
|
|
// FirstStop = false;
|
|
__this->___FirstStop_35 = (bool)0;
|
|
}
|
|
|
|
IL_0239:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void Ali::OnCollisionEnter2D(UnityEngine.Collision2D)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ali_OnCollisionEnter2D_mDEE9C07EC578868E375A017BCDAA424364188A52 (Ali_tF62EAA8C857226D373422D276B8C8CEFE1580E32* __this, Collision2D_t81E83212C969FDDE2AB84EBCA31502818EEAB85B* ___0_collision, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCAF8804297181FF007CA835529DD4477CFD94A70);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (collision.gameObject.tag == "Player")
|
|
Collision2D_t81E83212C969FDDE2AB84EBCA31502818EEAB85B* L_0 = ___0_collision;
|
|
NullCheck(L_0);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_1;
|
|
L_1 = Collision2D_get_gameObject_mE4B3D56F3477F7D2D6D7B217DF5488DA1D13204C(L_0, NULL);
|
|
NullCheck(L_1);
|
|
String_t* L_2;
|
|
L_2 = GameObject_get_tag_mEDD27BF795072834D656B286CBE51B2C99747805(L_1, NULL);
|
|
bool L_3;
|
|
L_3 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_2, _stringLiteralCAF8804297181FF007CA835529DD4477CFD94A70, NULL);
|
|
if (!L_3)
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
// StartCoroutine(ColAttack());
|
|
RuntimeObject* L_4;
|
|
L_4 = Ali_ColAttack_mFDBFFF8612EBCCA2C44D993EB88DDFF52788353A(__this, NULL);
|
|
Coroutine_t85EA685566A254C23F3FD77AB5BDFFFF8799596B* L_5;
|
|
L_5 = MonoBehaviour_StartCoroutine_m4CAFF732AA28CD3BDC5363B44A863575530EC812(__this, L_4, NULL);
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void Ali::OnTriggerEnter2D(UnityEngine.Collider2D)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ali_OnTriggerEnter2D_m8848FCEC7E57479B299B5804ED389CFA20D2C161 (Ali_tF62EAA8C857226D373422D276B8C8CEFE1580E32* __this, Collider2D_t6A17BA7734600EF3F26588E9ED903617D5B8EB52* ___0_collider, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral87EC9E6B1D53FB72E3610EE8D1FBACA5F8D07BB0);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (collider.gameObject.tag == "Bullet" && distance < range && StopHearting == false && TimeStopHearting == false)
|
|
Collider2D_t6A17BA7734600EF3F26588E9ED903617D5B8EB52* L_0 = ___0_collider;
|
|
NullCheck(L_0);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_1;
|
|
L_1 = Component_get_gameObject_m57AEFBB14DB39EC476F740BA000E170355DE691B(L_0, NULL);
|
|
NullCheck(L_1);
|
|
String_t* L_2;
|
|
L_2 = GameObject_get_tag_mEDD27BF795072834D656B286CBE51B2C99747805(L_1, NULL);
|
|
bool L_3;
|
|
L_3 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_2, _stringLiteral87EC9E6B1D53FB72E3610EE8D1FBACA5F8D07BB0, NULL);
|
|
if (!L_3)
|
|
{
|
|
goto IL_003d;
|
|
}
|
|
}
|
|
{
|
|
float L_4 = __this->___distance_23;
|
|
float L_5 = __this->___range_20;
|
|
if ((!(((float)L_4) < ((float)L_5))))
|
|
{
|
|
goto IL_003d;
|
|
}
|
|
}
|
|
{
|
|
bool L_6 = __this->___StopHearting_16;
|
|
if (L_6)
|
|
{
|
|
goto IL_003d;
|
|
}
|
|
}
|
|
{
|
|
bool L_7 = __this->___TimeStopHearting_17;
|
|
if (L_7)
|
|
{
|
|
goto IL_003d;
|
|
}
|
|
}
|
|
{
|
|
// TakeDamage(10);
|
|
Ali_TakeDamage_m0557E27267CD39D552AE52F687883062552980D6(__this, ((int32_t)10), NULL);
|
|
}
|
|
|
|
IL_003d:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void Ali::TakeDamage(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ali_TakeDamage_m0557E27267CD39D552AE52F687883062552980D6 (Ali_tF62EAA8C857226D373422D276B8C8CEFE1580E32* __this, int32_t ___0_damage, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MainMenu_t5A8A8E4906FD2B24D16567A6BFFDAA6B91DD12DF_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (MainMenu.ExitLevel == false)
|
|
bool L_0 = ((MainMenu_t5A8A8E4906FD2B24D16567A6BFFDAA6B91DD12DF_StaticFields*)il2cpp_codegen_static_fields_for(MainMenu_t5A8A8E4906FD2B24D16567A6BFFDAA6B91DD12DF_il2cpp_TypeInfo_var))->___ExitLevel_32;
|
|
if (L_0)
|
|
{
|
|
goto IL_003e;
|
|
}
|
|
}
|
|
{
|
|
// health -= damage;
|
|
int32_t L_1 = __this->___health_15;
|
|
int32_t L_2 = ___0_damage;
|
|
__this->___health_15 = ((int32_t)il2cpp_codegen_subtract(L_1, L_2));
|
|
// StartCoroutine(DamageAnimation());
|
|
RuntimeObject* L_3;
|
|
L_3 = Ali_DamageAnimation_m927DDA34508EF287A096FBDC4AEA9C12B3C18B5E(__this, NULL);
|
|
Coroutine_t85EA685566A254C23F3FD77AB5BDFFFF8799596B* L_4;
|
|
L_4 = MonoBehaviour_StartCoroutine_m4CAFF732AA28CD3BDC5363B44A863575530EC812(__this, L_3, NULL);
|
|
// StartCoroutine(BulletAttacked());
|
|
RuntimeObject* L_5;
|
|
L_5 = Ali_BulletAttacked_m15B2CB90916BBAAF5927293C499C8FA130AC702E(__this, NULL);
|
|
Coroutine_t85EA685566A254C23F3FD77AB5BDFFFF8799596B* L_6;
|
|
L_6 = MonoBehaviour_StartCoroutine_m4CAFF732AA28CD3BDC5363B44A863575530EC812(__this, L_5, NULL);
|
|
// if (health <= 0)
|
|
int32_t L_7 = __this->___health_15;
|
|
if ((((int32_t)L_7) > ((int32_t)0)))
|
|
{
|
|
goto IL_003e;
|
|
}
|
|
}
|
|
{
|
|
// Die();
|
|
Ali_Die_mABEC2BBCED44C71F09D1FBC8C6EDE233D61317DE(__this, NULL);
|
|
}
|
|
|
|
IL_003e:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void Ali::Die()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ali_Die_mABEC2BBCED44C71F09D1FBC8C6EDE233D61317DE (Ali_tF62EAA8C857226D373422D276B8C8CEFE1580E32* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Ali_tF62EAA8C857226D373422D276B8C8CEFE1580E32_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_Instantiate_TisGameObject_t76FEDD663AB33C991A9C9A23129337651094216F_m831D2F71DF2AA6C93AFDFEFA04CF2CFC5FBBCDB4_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// AliDead = true;
|
|
((Ali_tF62EAA8C857226D373422D276B8C8CEFE1580E32_StaticFields*)il2cpp_codegen_static_fields_for(Ali_tF62EAA8C857226D373422D276B8C8CEFE1580E32_il2cpp_TypeInfo_var))->___AliDead_18 = (bool)1;
|
|
// Instantiate(deathEffect, transform.position, Quaternion.identity);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_0 = __this->___deathEffect_19;
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_1;
|
|
L_1 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(__this, NULL);
|
|
NullCheck(L_1);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_2;
|
|
L_2 = Transform_get_position_m69CD5FA214FDAE7BB701552943674846C220FDE1(L_1, NULL);
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_3;
|
|
L_3 = Quaternion_get_identity_m7E701AE095ED10FD5EA0B50ABCFDE2EEFF2173A5_inline(NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_4;
|
|
L_4 = Object_Instantiate_TisGameObject_t76FEDD663AB33C991A9C9A23129337651094216F_m831D2F71DF2AA6C93AFDFEFA04CF2CFC5FBBCDB4(L_0, L_2, L_3, Object_Instantiate_TisGameObject_t76FEDD663AB33C991A9C9A23129337651094216F_m831D2F71DF2AA6C93AFDFEFA04CF2CFC5FBBCDB4_RuntimeMethod_var);
|
|
// Destroy(gameObject);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_5;
|
|
L_5 = Component_get_gameObject_m57AEFBB14DB39EC476F740BA000E170355DE691B(__this, NULL);
|
|
Object_Destroy_mE97D0A766419A81296E8D4E5C23D01D3FE91ACBB(L_5, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void Ali::Update()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ali_Update_m3F677D3DD218C676D801BBC8675885D4B5E6799B (Ali_tF62EAA8C857226D373422D276B8C8CEFE1580E32* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Pause_tBA95B8E0340B28796AF51B491AF0D3EEC1F06DD7_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (Pause.IsPause == false)
|
|
bool L_0 = ((Pause_tBA95B8E0340B28796AF51B491AF0D3EEC1F06DD7_StaticFields*)il2cpp_codegen_static_fields_for(Pause_tBA95B8E0340B28796AF51B491AF0D3EEC1F06DD7_il2cpp_TypeInfo_var))->___IsPause_4;
|
|
if (L_0)
|
|
{
|
|
goto IL_0070;
|
|
}
|
|
}
|
|
{
|
|
// if (distance < range && NormalSpeeding == true)
|
|
float L_1 = __this->___distance_23;
|
|
float L_2 = __this->___range_20;
|
|
if ((!(((float)L_1) < ((float)L_2))))
|
|
{
|
|
goto IL_0030;
|
|
}
|
|
}
|
|
{
|
|
bool L_3 = __this->___NormalSpeeding_33;
|
|
if (!L_3)
|
|
{
|
|
goto IL_0030;
|
|
}
|
|
}
|
|
{
|
|
// NormalSpeeding = false;
|
|
__this->___NormalSpeeding_33 = (bool)0;
|
|
// speed = NormalSpeed;
|
|
float L_4 = __this->___NormalSpeed_7;
|
|
__this->___speed_9 = L_4;
|
|
}
|
|
|
|
IL_0030:
|
|
{
|
|
// if (health <= 60 && encourageStart == 1f)
|
|
int32_t L_5 = __this->___health_15;
|
|
if ((((int32_t)L_5) > ((int32_t)((int32_t)60))))
|
|
{
|
|
goto IL_0054;
|
|
}
|
|
}
|
|
{
|
|
float L_6 = __this->___encourageStart_38;
|
|
if ((!(((float)L_6) == ((float)(1.0f)))))
|
|
{
|
|
goto IL_0054;
|
|
}
|
|
}
|
|
{
|
|
// StartCoroutine(Encourage());
|
|
RuntimeObject* L_7;
|
|
L_7 = Ali_Encourage_m51A5AF4E64608C4E22B8FD542D54A9242507990A(__this, NULL);
|
|
Coroutine_t85EA685566A254C23F3FD77AB5BDFFFF8799596B* L_8;
|
|
L_8 = MonoBehaviour_StartCoroutine_m4CAFF732AA28CD3BDC5363B44A863575530EC812(__this, L_7, NULL);
|
|
}
|
|
|
|
IL_0054:
|
|
{
|
|
// if (IsPlay == true)
|
|
bool L_9 = __this->___IsPlay_14;
|
|
if (!L_9)
|
|
{
|
|
goto IL_0070;
|
|
}
|
|
}
|
|
{
|
|
// StartCoroutine(Music());
|
|
RuntimeObject* L_10;
|
|
L_10 = Ali_Music_m271723F341BC8E028BBCA7A9B026A3D97E983566(__this, NULL);
|
|
Coroutine_t85EA685566A254C23F3FD77AB5BDFFFF8799596B* L_11;
|
|
L_11 = MonoBehaviour_StartCoroutine_m4CAFF732AA28CD3BDC5363B44A863575530EC812(__this, L_10, NULL);
|
|
// IsPlay = false;
|
|
__this->___IsPlay_14 = (bool)0;
|
|
}
|
|
|
|
IL_0070:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Collections.IEnumerator Ali::Attack()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Ali_Attack_m98041F6B5A2F892E577951EB64B663469623DCC5 (Ali_tF62EAA8C857226D373422D276B8C8CEFE1580E32* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CAttackU3Ed__47_tD025EE74A7847A4A5DC1408940D89FC8DE127031_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
U3CAttackU3Ed__47_tD025EE74A7847A4A5DC1408940D89FC8DE127031* L_0 = (U3CAttackU3Ed__47_tD025EE74A7847A4A5DC1408940D89FC8DE127031*)il2cpp_codegen_object_new(U3CAttackU3Ed__47_tD025EE74A7847A4A5DC1408940D89FC8DE127031_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
U3CAttackU3Ed__47__ctor_m85E792709B02040AFF4CE306CE1E51AE6A66A1D3(L_0, 0, NULL);
|
|
U3CAttackU3Ed__47_tD025EE74A7847A4A5DC1408940D89FC8DE127031* L_1 = L_0;
|
|
NullCheck(L_1);
|
|
L_1->___U3CU3E4__this_2 = __this;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_1->___U3CU3E4__this_2), (void*)__this);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Collections.IEnumerator Ali::SwordAttack()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Ali_SwordAttack_mDC15FC7BF635F856CEE069C07E5F257A3EA191E3 (Ali_tF62EAA8C857226D373422D276B8C8CEFE1580E32* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CSwordAttackU3Ed__48_t04C9BC821EA6C89326694BA8750D54785F671CF3_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
U3CSwordAttackU3Ed__48_t04C9BC821EA6C89326694BA8750D54785F671CF3* L_0 = (U3CSwordAttackU3Ed__48_t04C9BC821EA6C89326694BA8750D54785F671CF3*)il2cpp_codegen_object_new(U3CSwordAttackU3Ed__48_t04C9BC821EA6C89326694BA8750D54785F671CF3_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
U3CSwordAttackU3Ed__48__ctor_mB7E099A604B040F0F33C48D83BB415A14CB6E9C3(L_0, 0, NULL);
|
|
U3CSwordAttackU3Ed__48_t04C9BC821EA6C89326694BA8750D54785F671CF3* L_1 = L_0;
|
|
NullCheck(L_1);
|
|
L_1->___U3CU3E4__this_2 = __this;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_1->___U3CU3E4__this_2), (void*)__this);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Collections.IEnumerator Ali::ColAttack()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Ali_ColAttack_mFDBFFF8612EBCCA2C44D993EB88DDFF52788353A (Ali_tF62EAA8C857226D373422D276B8C8CEFE1580E32* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CColAttackU3Ed__49_t29BF8A791A4F0BF372BDB1936E6ACE5D17EE70C0_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
U3CColAttackU3Ed__49_t29BF8A791A4F0BF372BDB1936E6ACE5D17EE70C0* L_0 = (U3CColAttackU3Ed__49_t29BF8A791A4F0BF372BDB1936E6ACE5D17EE70C0*)il2cpp_codegen_object_new(U3CColAttackU3Ed__49_t29BF8A791A4F0BF372BDB1936E6ACE5D17EE70C0_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
U3CColAttackU3Ed__49__ctor_m691EC99CB290AF1276197CFF8BCE46962FF4CBA8(L_0, 0, NULL);
|
|
U3CColAttackU3Ed__49_t29BF8A791A4F0BF372BDB1936E6ACE5D17EE70C0* L_1 = L_0;
|
|
NullCheck(L_1);
|
|
L_1->___U3CU3E4__this_2 = __this;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_1->___U3CU3E4__this_2), (void*)__this);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Collections.IEnumerator Ali::DamageAnimation()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Ali_DamageAnimation_m927DDA34508EF287A096FBDC4AEA9C12B3C18B5E (Ali_tF62EAA8C857226D373422D276B8C8CEFE1580E32* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CDamageAnimationU3Ed__50_tBE59A3D318B94A57C63701ACCE31B4DBA69F20BA_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
U3CDamageAnimationU3Ed__50_tBE59A3D318B94A57C63701ACCE31B4DBA69F20BA* L_0 = (U3CDamageAnimationU3Ed__50_tBE59A3D318B94A57C63701ACCE31B4DBA69F20BA*)il2cpp_codegen_object_new(U3CDamageAnimationU3Ed__50_tBE59A3D318B94A57C63701ACCE31B4DBA69F20BA_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
U3CDamageAnimationU3Ed__50__ctor_mC7302C35294F5BEA6FD5136D307E422634718AB9(L_0, 0, NULL);
|
|
U3CDamageAnimationU3Ed__50_tBE59A3D318B94A57C63701ACCE31B4DBA69F20BA* L_1 = L_0;
|
|
NullCheck(L_1);
|
|
L_1->___U3CU3E4__this_2 = __this;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_1->___U3CU3E4__this_2), (void*)__this);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Collections.IEnumerator Ali::Wait()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Ali_Wait_m7B53E70AA70A39D68880342E8D4D75F1E684B380 (Ali_tF62EAA8C857226D373422D276B8C8CEFE1580E32* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CWaitU3Ed__51_t81CA4BBACFA19618E8CE2DF5D385B52223B7094D_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
U3CWaitU3Ed__51_t81CA4BBACFA19618E8CE2DF5D385B52223B7094D* L_0 = (U3CWaitU3Ed__51_t81CA4BBACFA19618E8CE2DF5D385B52223B7094D*)il2cpp_codegen_object_new(U3CWaitU3Ed__51_t81CA4BBACFA19618E8CE2DF5D385B52223B7094D_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
U3CWaitU3Ed__51__ctor_m385F86E8CB5E7628536B1E4A03D566382D19022A(L_0, 0, NULL);
|
|
U3CWaitU3Ed__51_t81CA4BBACFA19618E8CE2DF5D385B52223B7094D* L_1 = L_0;
|
|
NullCheck(L_1);
|
|
L_1->___U3CU3E4__this_2 = __this;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_1->___U3CU3E4__this_2), (void*)__this);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Collections.IEnumerator Ali::SlowDown()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Ali_SlowDown_mE9E0A0864F5CFC78CC41BC6DA60CFC6457212E92 (Ali_tF62EAA8C857226D373422D276B8C8CEFE1580E32* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CSlowDownU3Ed__52_t52B6AE342C8D2F5C893A0F64A9F1004AEAA1A34D_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
U3CSlowDownU3Ed__52_t52B6AE342C8D2F5C893A0F64A9F1004AEAA1A34D* L_0 = (U3CSlowDownU3Ed__52_t52B6AE342C8D2F5C893A0F64A9F1004AEAA1A34D*)il2cpp_codegen_object_new(U3CSlowDownU3Ed__52_t52B6AE342C8D2F5C893A0F64A9F1004AEAA1A34D_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
U3CSlowDownU3Ed__52__ctor_mE27410C3585295A5CD19F88C075644C109823480(L_0, 0, NULL);
|
|
U3CSlowDownU3Ed__52_t52B6AE342C8D2F5C893A0F64A9F1004AEAA1A34D* L_1 = L_0;
|
|
NullCheck(L_1);
|
|
L_1->___U3CU3E4__this_2 = __this;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_1->___U3CU3E4__this_2), (void*)__this);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Collections.IEnumerator Ali::Encourage()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Ali_Encourage_m51A5AF4E64608C4E22B8FD542D54A9242507990A (Ali_tF62EAA8C857226D373422D276B8C8CEFE1580E32* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CEncourageU3Ed__53_t63885BD89F4982FAB1FAF0E042EB86A2925AA25D_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
U3CEncourageU3Ed__53_t63885BD89F4982FAB1FAF0E042EB86A2925AA25D* L_0 = (U3CEncourageU3Ed__53_t63885BD89F4982FAB1FAF0E042EB86A2925AA25D*)il2cpp_codegen_object_new(U3CEncourageU3Ed__53_t63885BD89F4982FAB1FAF0E042EB86A2925AA25D_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
U3CEncourageU3Ed__53__ctor_mA4DAC5E130FAD935BDA3285E8472D9AF5E20E0CB(L_0, 0, NULL);
|
|
U3CEncourageU3Ed__53_t63885BD89F4982FAB1FAF0E042EB86A2925AA25D* L_1 = L_0;
|
|
NullCheck(L_1);
|
|
L_1->___U3CU3E4__this_2 = __this;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_1->___U3CU3E4__this_2), (void*)__this);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Collections.IEnumerator Ali::BulletAttacked()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Ali_BulletAttacked_m15B2CB90916BBAAF5927293C499C8FA130AC702E (Ali_tF62EAA8C857226D373422D276B8C8CEFE1580E32* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CBulletAttackedU3Ed__54_t8C2703C7141738FF52922C0729C5CD1B1D19C7DE_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
U3CBulletAttackedU3Ed__54_t8C2703C7141738FF52922C0729C5CD1B1D19C7DE* L_0 = (U3CBulletAttackedU3Ed__54_t8C2703C7141738FF52922C0729C5CD1B1D19C7DE*)il2cpp_codegen_object_new(U3CBulletAttackedU3Ed__54_t8C2703C7141738FF52922C0729C5CD1B1D19C7DE_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
U3CBulletAttackedU3Ed__54__ctor_mC2F1ECDC107F89252CF9CFAD985EB3503E69251D(L_0, 0, NULL);
|
|
U3CBulletAttackedU3Ed__54_t8C2703C7141738FF52922C0729C5CD1B1D19C7DE* L_1 = L_0;
|
|
NullCheck(L_1);
|
|
L_1->___U3CU3E4__this_2 = __this;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_1->___U3CU3E4__this_2), (void*)__this);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Collections.IEnumerator Ali::Music()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Ali_Music_m271723F341BC8E028BBCA7A9B026A3D97E983566 (Ali_tF62EAA8C857226D373422D276B8C8CEFE1580E32* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CMusicU3Ed__55_t08178C88924BA738B65441BA7F887793637C84C2_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
U3CMusicU3Ed__55_t08178C88924BA738B65441BA7F887793637C84C2* L_0 = (U3CMusicU3Ed__55_t08178C88924BA738B65441BA7F887793637C84C2*)il2cpp_codegen_object_new(U3CMusicU3Ed__55_t08178C88924BA738B65441BA7F887793637C84C2_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
U3CMusicU3Ed__55__ctor_mD62E25A23833C733BB9661A21C33019B6F7BC5CE(L_0, 0, NULL);
|
|
U3CMusicU3Ed__55_t08178C88924BA738B65441BA7F887793637C84C2* L_1 = L_0;
|
|
NullCheck(L_1);
|
|
L_1->___U3CU3E4__this_2 = __this;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_1->___U3CU3E4__this_2), (void*)__this);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Void Ali::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ali__ctor_m048A1B4DBFF78C56EA932E0ED806B80C0AD0CAA6 (Ali_tF62EAA8C857226D373422D276B8C8CEFE1580E32* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public float SlowSpeed = 300f;
|
|
__this->___SlowSpeed_6 = (300.0f);
|
|
// public float NormalSpeed = 500f;
|
|
__this->___NormalSpeed_7 = (500.0f);
|
|
// public float FastSpeed = 700f;
|
|
__this->___FastSpeed_8 = (700.0f);
|
|
// public float speed = 500f;
|
|
__this->___speed_9 = (500.0f);
|
|
// public float encourageSpeed = 900f;
|
|
__this->___encourageSpeed_10 = (900.0f);
|
|
// public float nextWaypointDistance = 3f;
|
|
__this->___nextWaypointDistance_11 = (3.0f);
|
|
// public int health = 200;
|
|
__this->___health_15 = ((int32_t)200);
|
|
// public float range = 10f; // the range at which the enemy will start moving towards the player
|
|
__this->___range_20 = (10.0f);
|
|
// public float attackRange = 8f; // the range at which the enemy will attack the player
|
|
__this->___attackRange_21 = (8.0f);
|
|
// public float SwordAttackRange = 2f;
|
|
__this->___SwordAttackRange_22 = (2.0f);
|
|
// bool FirstStop = true;
|
|
__this->___FirstStop_35 = (bool)1;
|
|
// public float encourageSec = 2.0f;
|
|
__this->___encourageSec_37 = (2.0f);
|
|
// float encourageStart = 1f;
|
|
__this->___encourageStart_38 = (1.0f);
|
|
MonoBehaviour__ctor_m592DB0105CA0BC97AA1C5F4AD27B12D68A3B7C1E(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void Ali/<Attack>d__47::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CAttackU3Ed__47__ctor_m85E792709B02040AFF4CE306CE1E51AE6A66A1D3 (U3CAttackU3Ed__47_tD025EE74A7847A4A5DC1408940D89FC8DE127031* __this, int32_t ___0_U3CU3E1__state, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
int32_t L_0 = ___0_U3CU3E1__state;
|
|
__this->___U3CU3E1__state_0 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// System.Void Ali/<Attack>d__47::System.IDisposable.Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CAttackU3Ed__47_System_IDisposable_Dispose_m8CC2A4B3344438DB7F3F619CBFF0B3E97FB2CFAE (U3CAttackU3Ed__47_tD025EE74A7847A4A5DC1408940D89FC8DE127031* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean Ali/<Attack>d__47::MoveNext()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CAttackU3Ed__47_MoveNext_m3C1FF409909E894305EA8BB029BAB5AEB7FA7D26 (U3CAttackU3Ed__47_tD025EE74A7847A4A5DC1408940D89FC8DE127031* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_Instantiate_TisGameObject_t76FEDD663AB33C991A9C9A23129337651094216F_m831D2F71DF2AA6C93AFDFEFA04CF2CFC5FBBCDB4_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral508450355DF2A5BB172C6D21A5C54D7806587D91);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
Ali_tF62EAA8C857226D373422D276B8C8CEFE1580E32* V_1 = NULL;
|
|
{
|
|
int32_t L_0 = __this->___U3CU3E1__state_0;
|
|
V_0 = L_0;
|
|
Ali_tF62EAA8C857226D373422D276B8C8CEFE1580E32* L_1 = __this->___U3CU3E4__this_2;
|
|
V_1 = L_1;
|
|
int32_t L_2 = V_0;
|
|
switch (L_2)
|
|
{
|
|
case 0:
|
|
{
|
|
goto IL_0022;
|
|
}
|
|
case 1:
|
|
{
|
|
goto IL_0049;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_00a3;
|
|
}
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0022:
|
|
{
|
|
__this->___U3CU3E1__state_0 = (-1);
|
|
// StopAttack = true;
|
|
Ali_tF62EAA8C857226D373422D276B8C8CEFE1580E32* L_3 = V_1;
|
|
NullCheck(L_3);
|
|
L_3->___StopAttack_32 = (bool)1;
|
|
// yield return new WaitForSeconds(2.0f);
|
|
WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3* L_4 = (WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3*)il2cpp_codegen_object_new(WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3_il2cpp_TypeInfo_var);
|
|
NullCheck(L_4);
|
|
WaitForSeconds__ctor_m579F95BADEDBAB4B3A7E302C6EE3995926EF2EFC(L_4, (2.0f), NULL);
|
|
__this->___U3CU3E2__current_1 = L_4;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CU3E2__current_1), (void*)L_4);
|
|
__this->___U3CU3E1__state_0 = 1;
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0049:
|
|
{
|
|
__this->___U3CU3E1__state_0 = (-1);
|
|
// Attacking = true;
|
|
Ali_tF62EAA8C857226D373422D276B8C8CEFE1580E32* L_5 = V_1;
|
|
NullCheck(L_5);
|
|
L_5->___Attacking_36 = (bool)1;
|
|
// animator.SetBool("Attack", true);
|
|
Ali_tF62EAA8C857226D373422D276B8C8CEFE1580E32* L_6 = V_1;
|
|
NullCheck(L_6);
|
|
Animator_t8A52E42AE54F76681838FE9E632683EF3952E883* L_7 = L_6->___animator_31;
|
|
NullCheck(L_7);
|
|
Animator_SetBool_m6F8D4FAF0770CD4EC1F54406249785DE7391E42B(L_7, _stringLiteral508450355DF2A5BB172C6D21A5C54D7806587D91, (bool)1, NULL);
|
|
// Instantiate(EnemyWeapon, firePoint.position, firePoint.rotation);
|
|
Ali_tF62EAA8C857226D373422D276B8C8CEFE1580E32* L_8 = V_1;
|
|
NullCheck(L_8);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_9 = L_8->___EnemyWeapon_26;
|
|
Ali_tF62EAA8C857226D373422D276B8C8CEFE1580E32* L_10 = V_1;
|
|
NullCheck(L_10);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_11 = L_10->___firePoint_5;
|
|
NullCheck(L_11);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_12;
|
|
L_12 = Transform_get_position_m69CD5FA214FDAE7BB701552943674846C220FDE1(L_11, NULL);
|
|
Ali_tF62EAA8C857226D373422D276B8C8CEFE1580E32* L_13 = V_1;
|
|
NullCheck(L_13);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_14 = L_13->___firePoint_5;
|
|
NullCheck(L_14);
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_15;
|
|
L_15 = Transform_get_rotation_m32AF40CA0D50C797DA639A696F8EAEC7524C179C(L_14, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_16;
|
|
L_16 = Object_Instantiate_TisGameObject_t76FEDD663AB33C991A9C9A23129337651094216F_m831D2F71DF2AA6C93AFDFEFA04CF2CFC5FBBCDB4(L_9, L_12, L_15, Object_Instantiate_TisGameObject_t76FEDD663AB33C991A9C9A23129337651094216F_m831D2F71DF2AA6C93AFDFEFA04CF2CFC5FBBCDB4_RuntimeMethod_var);
|
|
// yield return new WaitForSeconds(2.0f);
|
|
WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3* L_17 = (WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3*)il2cpp_codegen_object_new(WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3_il2cpp_TypeInfo_var);
|
|
NullCheck(L_17);
|
|
WaitForSeconds__ctor_m579F95BADEDBAB4B3A7E302C6EE3995926EF2EFC(L_17, (2.0f), NULL);
|
|
__this->___U3CU3E2__current_1 = L_17;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CU3E2__current_1), (void*)L_17);
|
|
__this->___U3CU3E1__state_0 = 2;
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_00a3:
|
|
{
|
|
__this->___U3CU3E1__state_0 = (-1);
|
|
// animator.SetBool("Attack", false);
|
|
Ali_tF62EAA8C857226D373422D276B8C8CEFE1580E32* L_18 = V_1;
|
|
NullCheck(L_18);
|
|
Animator_t8A52E42AE54F76681838FE9E632683EF3952E883* L_19 = L_18->___animator_31;
|
|
NullCheck(L_19);
|
|
Animator_SetBool_m6F8D4FAF0770CD4EC1F54406249785DE7391E42B(L_19, _stringLiteral508450355DF2A5BB172C6D21A5C54D7806587D91, (bool)0, NULL);
|
|
// Attacking = false;
|
|
Ali_tF62EAA8C857226D373422D276B8C8CEFE1580E32* L_20 = V_1;
|
|
NullCheck(L_20);
|
|
L_20->___Attacking_36 = (bool)0;
|
|
// StartCoroutine(Wait());
|
|
Ali_tF62EAA8C857226D373422D276B8C8CEFE1580E32* L_21 = V_1;
|
|
Ali_tF62EAA8C857226D373422D276B8C8CEFE1580E32* L_22 = V_1;
|
|
NullCheck(L_22);
|
|
RuntimeObject* L_23;
|
|
L_23 = Ali_Wait_m7B53E70AA70A39D68880342E8D4D75F1E684B380(L_22, NULL);
|
|
NullCheck(L_21);
|
|
Coroutine_t85EA685566A254C23F3FD77AB5BDFFFF8799596B* L_24;
|
|
L_24 = MonoBehaviour_StartCoroutine_m4CAFF732AA28CD3BDC5363B44A863575530EC812(L_21, L_23, NULL);
|
|
// }
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Object Ali/<Attack>d__47::System.Collections.Generic.IEnumerator<System.Object>.get_Current()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CAttackU3Ed__47_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_m3756F367D52992046412151BCEEBEEFE8E4F3C37 (U3CAttackU3Ed__47_tD025EE74A7847A4A5DC1408940D89FC8DE127031* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject* L_0 = __this->___U3CU3E2__current_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void Ali/<Attack>d__47::System.Collections.IEnumerator.Reset()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CAttackU3Ed__47_System_Collections_IEnumerator_Reset_m20AF0B230572514409F6F7204BABB4DF37FA3464 (U3CAttackU3Ed__47_tD025EE74A7847A4A5DC1408940D89FC8DE127031* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* L_0 = (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_0);
|
|
NotSupportedException__ctor_m1398D0CDE19B36AA3DE9392879738C1EA2439CDF(L_0, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CAttackU3Ed__47_System_Collections_IEnumerator_Reset_m20AF0B230572514409F6F7204BABB4DF37FA3464_RuntimeMethod_var)));
|
|
}
|
|
}
|
|
// System.Object Ali/<Attack>d__47::System.Collections.IEnumerator.get_Current()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CAttackU3Ed__47_System_Collections_IEnumerator_get_Current_m09A4E3F824E1EC6B09701F86CCFE7DD8621DBE26 (U3CAttackU3Ed__47_tD025EE74A7847A4A5DC1408940D89FC8DE127031* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject* L_0 = __this->___U3CU3E2__current_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void Ali/<SwordAttack>d__48::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CSwordAttackU3Ed__48__ctor_mB7E099A604B040F0F33C48D83BB415A14CB6E9C3 (U3CSwordAttackU3Ed__48_t04C9BC821EA6C89326694BA8750D54785F671CF3* __this, int32_t ___0_U3CU3E1__state, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
int32_t L_0 = ___0_U3CU3E1__state;
|
|
__this->___U3CU3E1__state_0 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// System.Void Ali/<SwordAttack>d__48::System.IDisposable.Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CSwordAttackU3Ed__48_System_IDisposable_Dispose_m4BFA96E67CEF7B61E0B76B8087FD3119E9E25232 (U3CSwordAttackU3Ed__48_t04C9BC821EA6C89326694BA8750D54785F671CF3* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean Ali/<SwordAttack>d__48::MoveNext()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CSwordAttackU3Ed__48_MoveNext_mC8A2C2E5F340FBBC374496DE638B5248FA3D912A (U3CSwordAttackU3Ed__48_t04C9BC821EA6C89326694BA8750D54785F671CF3* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enemy_t10DB314C96B1CE78B8D967CD3B39F05126409BBB_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral526343302592D286EDDC6AF17EA051AF37BE4D22);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
Ali_tF62EAA8C857226D373422D276B8C8CEFE1580E32* V_1 = NULL;
|
|
{
|
|
int32_t L_0 = __this->___U3CU3E1__state_0;
|
|
V_0 = L_0;
|
|
Ali_tF62EAA8C857226D373422D276B8C8CEFE1580E32* L_1 = __this->___U3CU3E4__this_2;
|
|
V_1 = L_1;
|
|
int32_t L_2 = V_0;
|
|
switch (L_2)
|
|
{
|
|
case 0:
|
|
{
|
|
goto IL_0026;
|
|
}
|
|
case 1:
|
|
{
|
|
goto IL_004d;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_007e;
|
|
}
|
|
case 3:
|
|
{
|
|
goto IL_00ab;
|
|
}
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0026:
|
|
{
|
|
__this->___U3CU3E1__state_0 = (-1);
|
|
// StopAttack = true;
|
|
Ali_tF62EAA8C857226D373422D276B8C8CEFE1580E32* L_3 = V_1;
|
|
NullCheck(L_3);
|
|
L_3->___StopAttack_32 = (bool)1;
|
|
// yield return new WaitForSeconds(1.9f);
|
|
WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3* L_4 = (WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3*)il2cpp_codegen_object_new(WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3_il2cpp_TypeInfo_var);
|
|
NullCheck(L_4);
|
|
WaitForSeconds__ctor_m579F95BADEDBAB4B3A7E302C6EE3995926EF2EFC(L_4, (1.89999998f), NULL);
|
|
__this->___U3CU3E2__current_1 = L_4;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CU3E2__current_1), (void*)L_4);
|
|
__this->___U3CU3E1__state_0 = 1;
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_004d:
|
|
{
|
|
__this->___U3CU3E1__state_0 = (-1);
|
|
// animator.SetBool("SwordAttack", true);
|
|
Ali_tF62EAA8C857226D373422D276B8C8CEFE1580E32* L_5 = V_1;
|
|
NullCheck(L_5);
|
|
Animator_t8A52E42AE54F76681838FE9E632683EF3952E883* L_6 = L_5->___animator_31;
|
|
NullCheck(L_6);
|
|
Animator_SetBool_m6F8D4FAF0770CD4EC1F54406249785DE7391E42B(L_6, _stringLiteral526343302592D286EDDC6AF17EA051AF37BE4D22, (bool)1, NULL);
|
|
// yield return new WaitForSeconds(0.1f);
|
|
WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3* L_7 = (WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3*)il2cpp_codegen_object_new(WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3_il2cpp_TypeInfo_var);
|
|
NullCheck(L_7);
|
|
WaitForSeconds__ctor_m579F95BADEDBAB4B3A7E302C6EE3995926EF2EFC(L_7, (0.100000001f), NULL);
|
|
__this->___U3CU3E2__current_1 = L_7;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CU3E2__current_1), (void*)L_7);
|
|
__this->___U3CU3E1__state_0 = 2;
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_007e:
|
|
{
|
|
__this->___U3CU3E1__state_0 = (-1);
|
|
// Attacking = true;
|
|
Ali_tF62EAA8C857226D373422D276B8C8CEFE1580E32* L_8 = V_1;
|
|
NullCheck(L_8);
|
|
L_8->___Attacking_36 = (bool)1;
|
|
// Enemy.TakedDamage = true;
|
|
((Enemy_t10DB314C96B1CE78B8D967CD3B39F05126409BBB_StaticFields*)il2cpp_codegen_static_fields_for(Enemy_t10DB314C96B1CE78B8D967CD3B39F05126409BBB_il2cpp_TypeInfo_var))->___TakedDamage_4 = (bool)1;
|
|
// yield return new WaitForSeconds(2.0f);
|
|
WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3* L_9 = (WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3*)il2cpp_codegen_object_new(WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3_il2cpp_TypeInfo_var);
|
|
NullCheck(L_9);
|
|
WaitForSeconds__ctor_m579F95BADEDBAB4B3A7E302C6EE3995926EF2EFC(L_9, (2.0f), NULL);
|
|
__this->___U3CU3E2__current_1 = L_9;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CU3E2__current_1), (void*)L_9);
|
|
__this->___U3CU3E1__state_0 = 3;
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_00ab:
|
|
{
|
|
__this->___U3CU3E1__state_0 = (-1);
|
|
// animator.SetBool("SwordAttack", false);
|
|
Ali_tF62EAA8C857226D373422D276B8C8CEFE1580E32* L_10 = V_1;
|
|
NullCheck(L_10);
|
|
Animator_t8A52E42AE54F76681838FE9E632683EF3952E883* L_11 = L_10->___animator_31;
|
|
NullCheck(L_11);
|
|
Animator_SetBool_m6F8D4FAF0770CD4EC1F54406249785DE7391E42B(L_11, _stringLiteral526343302592D286EDDC6AF17EA051AF37BE4D22, (bool)0, NULL);
|
|
// Attacking = false;
|
|
Ali_tF62EAA8C857226D373422D276B8C8CEFE1580E32* L_12 = V_1;
|
|
NullCheck(L_12);
|
|
L_12->___Attacking_36 = (bool)0;
|
|
// StartCoroutine(Wait());
|
|
Ali_tF62EAA8C857226D373422D276B8C8CEFE1580E32* L_13 = V_1;
|
|
Ali_tF62EAA8C857226D373422D276B8C8CEFE1580E32* L_14 = V_1;
|
|
NullCheck(L_14);
|
|
RuntimeObject* L_15;
|
|
L_15 = Ali_Wait_m7B53E70AA70A39D68880342E8D4D75F1E684B380(L_14, NULL);
|
|
NullCheck(L_13);
|
|
Coroutine_t85EA685566A254C23F3FD77AB5BDFFFF8799596B* L_16;
|
|
L_16 = MonoBehaviour_StartCoroutine_m4CAFF732AA28CD3BDC5363B44A863575530EC812(L_13, L_15, NULL);
|
|
// }
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Object Ali/<SwordAttack>d__48::System.Collections.Generic.IEnumerator<System.Object>.get_Current()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CSwordAttackU3Ed__48_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_m08094A8C151B8B35E571F0FCB74B3FD16A705ABA (U3CSwordAttackU3Ed__48_t04C9BC821EA6C89326694BA8750D54785F671CF3* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject* L_0 = __this->___U3CU3E2__current_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void Ali/<SwordAttack>d__48::System.Collections.IEnumerator.Reset()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CSwordAttackU3Ed__48_System_Collections_IEnumerator_Reset_m3DF5AD3012347E74DDACD22AA333A5B5662FFE4F (U3CSwordAttackU3Ed__48_t04C9BC821EA6C89326694BA8750D54785F671CF3* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* L_0 = (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_0);
|
|
NotSupportedException__ctor_m1398D0CDE19B36AA3DE9392879738C1EA2439CDF(L_0, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CSwordAttackU3Ed__48_System_Collections_IEnumerator_Reset_m3DF5AD3012347E74DDACD22AA333A5B5662FFE4F_RuntimeMethod_var)));
|
|
}
|
|
}
|
|
// System.Object Ali/<SwordAttack>d__48::System.Collections.IEnumerator.get_Current()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CSwordAttackU3Ed__48_System_Collections_IEnumerator_get_Current_mD7640600E3E370AAA3892FDC464FCDF9910EF962 (U3CSwordAttackU3Ed__48_t04C9BC821EA6C89326694BA8750D54785F671CF3* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject* L_0 = __this->___U3CU3E2__current_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void Ali/<ColAttack>d__49::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CColAttackU3Ed__49__ctor_m691EC99CB290AF1276197CFF8BCE46962FF4CBA8 (U3CColAttackU3Ed__49_t29BF8A791A4F0BF372BDB1936E6ACE5D17EE70C0* __this, int32_t ___0_U3CU3E1__state, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
int32_t L_0 = ___0_U3CU3E1__state;
|
|
__this->___U3CU3E1__state_0 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// System.Void Ali/<ColAttack>d__49::System.IDisposable.Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CColAttackU3Ed__49_System_IDisposable_Dispose_m394DB9F24070BB4279968BA58C50C9348C9D4CF6 (U3CColAttackU3Ed__49_t29BF8A791A4F0BF372BDB1936E6ACE5D17EE70C0* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean Ali/<ColAttack>d__49::MoveNext()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CColAttackU3Ed__49_MoveNext_m6E974C217A0FBF8B334CD7FB729624E1C5C69D50 (U3CColAttackU3Ed__49_t29BF8A791A4F0BF372BDB1936E6ACE5D17EE70C0* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enemy_t10DB314C96B1CE78B8D967CD3B39F05126409BBB_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral526343302592D286EDDC6AF17EA051AF37BE4D22);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
Ali_tF62EAA8C857226D373422D276B8C8CEFE1580E32* V_1 = NULL;
|
|
{
|
|
int32_t L_0 = __this->___U3CU3E1__state_0;
|
|
V_0 = L_0;
|
|
Ali_tF62EAA8C857226D373422D276B8C8CEFE1580E32* L_1 = __this->___U3CU3E4__this_2;
|
|
V_1 = L_1;
|
|
int32_t L_2 = V_0;
|
|
if (!L_2)
|
|
{
|
|
goto IL_0017;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_3 = V_0;
|
|
if ((((int32_t)L_3) == ((int32_t)1)))
|
|
{
|
|
goto IL_004e;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0017:
|
|
{
|
|
__this->___U3CU3E1__state_0 = (-1);
|
|
// animator.SetBool("SwordAttack", true);
|
|
Ali_tF62EAA8C857226D373422D276B8C8CEFE1580E32* L_4 = V_1;
|
|
NullCheck(L_4);
|
|
Animator_t8A52E42AE54F76681838FE9E632683EF3952E883* L_5 = L_4->___animator_31;
|
|
NullCheck(L_5);
|
|
Animator_SetBool_m6F8D4FAF0770CD4EC1F54406249785DE7391E42B(L_5, _stringLiteral526343302592D286EDDC6AF17EA051AF37BE4D22, (bool)1, NULL);
|
|
// Enemy.TakedDamage = true;
|
|
((Enemy_t10DB314C96B1CE78B8D967CD3B39F05126409BBB_StaticFields*)il2cpp_codegen_static_fields_for(Enemy_t10DB314C96B1CE78B8D967CD3B39F05126409BBB_il2cpp_TypeInfo_var))->___TakedDamage_4 = (bool)1;
|
|
// yield return new WaitForSeconds(2.0f);
|
|
WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3* L_6 = (WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3*)il2cpp_codegen_object_new(WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3_il2cpp_TypeInfo_var);
|
|
NullCheck(L_6);
|
|
WaitForSeconds__ctor_m579F95BADEDBAB4B3A7E302C6EE3995926EF2EFC(L_6, (2.0f), NULL);
|
|
__this->___U3CU3E2__current_1 = L_6;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CU3E2__current_1), (void*)L_6);
|
|
__this->___U3CU3E1__state_0 = 1;
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_004e:
|
|
{
|
|
__this->___U3CU3E1__state_0 = (-1);
|
|
// animator.SetBool("SwordAttack", false);
|
|
Ali_tF62EAA8C857226D373422D276B8C8CEFE1580E32* L_7 = V_1;
|
|
NullCheck(L_7);
|
|
Animator_t8A52E42AE54F76681838FE9E632683EF3952E883* L_8 = L_7->___animator_31;
|
|
NullCheck(L_8);
|
|
Animator_SetBool_m6F8D4FAF0770CD4EC1F54406249785DE7391E42B(L_8, _stringLiteral526343302592D286EDDC6AF17EA051AF37BE4D22, (bool)0, NULL);
|
|
// }
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Object Ali/<ColAttack>d__49::System.Collections.Generic.IEnumerator<System.Object>.get_Current()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CColAttackU3Ed__49_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_mD0D1639639AF90DEC139605EA2666BBF6340414F (U3CColAttackU3Ed__49_t29BF8A791A4F0BF372BDB1936E6ACE5D17EE70C0* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject* L_0 = __this->___U3CU3E2__current_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void Ali/<ColAttack>d__49::System.Collections.IEnumerator.Reset()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CColAttackU3Ed__49_System_Collections_IEnumerator_Reset_m3E9FE2C535279FEBFE59971952480B00C53F5C2B (U3CColAttackU3Ed__49_t29BF8A791A4F0BF372BDB1936E6ACE5D17EE70C0* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* L_0 = (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_0);
|
|
NotSupportedException__ctor_m1398D0CDE19B36AA3DE9392879738C1EA2439CDF(L_0, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CColAttackU3Ed__49_System_Collections_IEnumerator_Reset_m3E9FE2C535279FEBFE59971952480B00C53F5C2B_RuntimeMethod_var)));
|
|
}
|
|
}
|
|
// System.Object Ali/<ColAttack>d__49::System.Collections.IEnumerator.get_Current()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CColAttackU3Ed__49_System_Collections_IEnumerator_get_Current_m5E44A10B1302DE3AE572873DA57BD1B01B23F5D4 (U3CColAttackU3Ed__49_t29BF8A791A4F0BF372BDB1936E6ACE5D17EE70C0* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject* L_0 = __this->___U3CU3E2__current_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void Ali/<DamageAnimation>d__50::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CDamageAnimationU3Ed__50__ctor_mC7302C35294F5BEA6FD5136D307E422634718AB9 (U3CDamageAnimationU3Ed__50_tBE59A3D318B94A57C63701ACCE31B4DBA69F20BA* __this, int32_t ___0_U3CU3E1__state, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
int32_t L_0 = ___0_U3CU3E1__state;
|
|
__this->___U3CU3E1__state_0 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// System.Void Ali/<DamageAnimation>d__50::System.IDisposable.Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CDamageAnimationU3Ed__50_System_IDisposable_Dispose_mAB91D62B0C2566A17E594942411D0DFC250AD50D (U3CDamageAnimationU3Ed__50_tBE59A3D318B94A57C63701ACCE31B4DBA69F20BA* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean Ali/<DamageAnimation>d__50::MoveNext()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CDamageAnimationU3Ed__50_MoveNext_m0102500EEAA50F138331E91F7CEFAAB267DBBD15 (U3CDamageAnimationU3Ed__50_tBE59A3D318B94A57C63701ACCE31B4DBA69F20BA* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral13CED75BBB7DCAD57996F7422897CAF3E454AA29);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
Ali_tF62EAA8C857226D373422D276B8C8CEFE1580E32* V_1 = NULL;
|
|
{
|
|
int32_t L_0 = __this->___U3CU3E1__state_0;
|
|
V_0 = L_0;
|
|
Ali_tF62EAA8C857226D373422D276B8C8CEFE1580E32* L_1 = __this->___U3CU3E4__this_2;
|
|
V_1 = L_1;
|
|
int32_t L_2 = V_0;
|
|
if (!L_2)
|
|
{
|
|
goto IL_0017;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_3 = V_0;
|
|
if ((((int32_t)L_3) == ((int32_t)1)))
|
|
{
|
|
goto IL_006e;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0017:
|
|
{
|
|
__this->___U3CU3E1__state_0 = (-1);
|
|
// if (health <= 60 && encourageStart == 1f)
|
|
Ali_tF62EAA8C857226D373422D276B8C8CEFE1580E32* L_4 = V_1;
|
|
NullCheck(L_4);
|
|
int32_t L_5 = L_4->___health_15;
|
|
if ((((int32_t)L_5) > ((int32_t)((int32_t)60))))
|
|
{
|
|
goto IL_003c;
|
|
}
|
|
}
|
|
{
|
|
Ali_tF62EAA8C857226D373422D276B8C8CEFE1580E32* L_6 = V_1;
|
|
NullCheck(L_6);
|
|
float L_7 = L_6->___encourageStart_38;
|
|
if ((!(((float)L_7) == ((float)(1.0f)))))
|
|
{
|
|
goto IL_003c;
|
|
}
|
|
}
|
|
{
|
|
// DamageAnim = true;
|
|
Ali_tF62EAA8C857226D373422D276B8C8CEFE1580E32* L_8 = V_1;
|
|
NullCheck(L_8);
|
|
L_8->___DamageAnim_41 = (bool)1;
|
|
}
|
|
|
|
IL_003c:
|
|
{
|
|
// if (DamageAnim == false)
|
|
Ali_tF62EAA8C857226D373422D276B8C8CEFE1580E32* L_9 = V_1;
|
|
NullCheck(L_9);
|
|
bool L_10 = L_9->___DamageAnim_41;
|
|
if (L_10)
|
|
{
|
|
goto IL_0086;
|
|
}
|
|
}
|
|
{
|
|
// animator.SetBool("Damage", true);
|
|
Ali_tF62EAA8C857226D373422D276B8C8CEFE1580E32* L_11 = V_1;
|
|
NullCheck(L_11);
|
|
Animator_t8A52E42AE54F76681838FE9E632683EF3952E883* L_12 = L_11->___animator_31;
|
|
NullCheck(L_12);
|
|
Animator_SetBool_m6F8D4FAF0770CD4EC1F54406249785DE7391E42B(L_12, _stringLiteral13CED75BBB7DCAD57996F7422897CAF3E454AA29, (bool)1, NULL);
|
|
// yield return new WaitForSeconds(2.0f);
|
|
WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3* L_13 = (WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3*)il2cpp_codegen_object_new(WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3_il2cpp_TypeInfo_var);
|
|
NullCheck(L_13);
|
|
WaitForSeconds__ctor_m579F95BADEDBAB4B3A7E302C6EE3995926EF2EFC(L_13, (2.0f), NULL);
|
|
__this->___U3CU3E2__current_1 = L_13;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CU3E2__current_1), (void*)L_13);
|
|
__this->___U3CU3E1__state_0 = 1;
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_006e:
|
|
{
|
|
__this->___U3CU3E1__state_0 = (-1);
|
|
// animator.SetBool("Damage", false);
|
|
Ali_tF62EAA8C857226D373422D276B8C8CEFE1580E32* L_14 = V_1;
|
|
NullCheck(L_14);
|
|
Animator_t8A52E42AE54F76681838FE9E632683EF3952E883* L_15 = L_14->___animator_31;
|
|
NullCheck(L_15);
|
|
Animator_SetBool_m6F8D4FAF0770CD4EC1F54406249785DE7391E42B(L_15, _stringLiteral13CED75BBB7DCAD57996F7422897CAF3E454AA29, (bool)0, NULL);
|
|
}
|
|
|
|
IL_0086:
|
|
{
|
|
// }
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Object Ali/<DamageAnimation>d__50::System.Collections.Generic.IEnumerator<System.Object>.get_Current()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CDamageAnimationU3Ed__50_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_m4D6A354F013B7875911952140F5DF8C11C3216EB (U3CDamageAnimationU3Ed__50_tBE59A3D318B94A57C63701ACCE31B4DBA69F20BA* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject* L_0 = __this->___U3CU3E2__current_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void Ali/<DamageAnimation>d__50::System.Collections.IEnumerator.Reset()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CDamageAnimationU3Ed__50_System_Collections_IEnumerator_Reset_m790D41188F0FBAC02DB530ED82D74F8BE97DAF70 (U3CDamageAnimationU3Ed__50_tBE59A3D318B94A57C63701ACCE31B4DBA69F20BA* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* L_0 = (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_0);
|
|
NotSupportedException__ctor_m1398D0CDE19B36AA3DE9392879738C1EA2439CDF(L_0, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CDamageAnimationU3Ed__50_System_Collections_IEnumerator_Reset_m790D41188F0FBAC02DB530ED82D74F8BE97DAF70_RuntimeMethod_var)));
|
|
}
|
|
}
|
|
// System.Object Ali/<DamageAnimation>d__50::System.Collections.IEnumerator.get_Current()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CDamageAnimationU3Ed__50_System_Collections_IEnumerator_get_Current_m2FBF571861B0EE35ED2F9CA14E79EE06FD346628 (U3CDamageAnimationU3Ed__50_tBE59A3D318B94A57C63701ACCE31B4DBA69F20BA* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject* L_0 = __this->___U3CU3E2__current_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void Ali/<Wait>d__51::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CWaitU3Ed__51__ctor_m385F86E8CB5E7628536B1E4A03D566382D19022A (U3CWaitU3Ed__51_t81CA4BBACFA19618E8CE2DF5D385B52223B7094D* __this, int32_t ___0_U3CU3E1__state, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
int32_t L_0 = ___0_U3CU3E1__state;
|
|
__this->___U3CU3E1__state_0 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// System.Void Ali/<Wait>d__51::System.IDisposable.Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CWaitU3Ed__51_System_IDisposable_Dispose_m90BA7A4E44878C153641613AC43111244DA6F420 (U3CWaitU3Ed__51_t81CA4BBACFA19618E8CE2DF5D385B52223B7094D* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean Ali/<Wait>d__51::MoveNext()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CWaitU3Ed__51_MoveNext_m8D7F3C593C5C69A0065537CA7A7FFE138896E5E9 (U3CWaitU3Ed__51_t81CA4BBACFA19618E8CE2DF5D385B52223B7094D* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
Ali_tF62EAA8C857226D373422D276B8C8CEFE1580E32* V_1 = NULL;
|
|
{
|
|
int32_t L_0 = __this->___U3CU3E1__state_0;
|
|
V_0 = L_0;
|
|
Ali_tF62EAA8C857226D373422D276B8C8CEFE1580E32* L_1 = __this->___U3CU3E4__this_2;
|
|
V_1 = L_1;
|
|
int32_t L_2 = V_0;
|
|
if (!L_2)
|
|
{
|
|
goto IL_0017;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_3 = V_0;
|
|
if ((((int32_t)L_3) == ((int32_t)1)))
|
|
{
|
|
goto IL_0037;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0017:
|
|
{
|
|
__this->___U3CU3E1__state_0 = (-1);
|
|
// yield return new WaitForSeconds(2.0f);
|
|
WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3* L_4 = (WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3*)il2cpp_codegen_object_new(WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3_il2cpp_TypeInfo_var);
|
|
NullCheck(L_4);
|
|
WaitForSeconds__ctor_m579F95BADEDBAB4B3A7E302C6EE3995926EF2EFC(L_4, (2.0f), NULL);
|
|
__this->___U3CU3E2__current_1 = L_4;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CU3E2__current_1), (void*)L_4);
|
|
__this->___U3CU3E1__state_0 = 1;
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0037:
|
|
{
|
|
__this->___U3CU3E1__state_0 = (-1);
|
|
// StopAttack = false;
|
|
Ali_tF62EAA8C857226D373422D276B8C8CEFE1580E32* L_5 = V_1;
|
|
NullCheck(L_5);
|
|
L_5->___StopAttack_32 = (bool)0;
|
|
// }
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Object Ali/<Wait>d__51::System.Collections.Generic.IEnumerator<System.Object>.get_Current()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CWaitU3Ed__51_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_mF059312E0ADD5C3454C510694A5CBAB99C11B7A8 (U3CWaitU3Ed__51_t81CA4BBACFA19618E8CE2DF5D385B52223B7094D* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject* L_0 = __this->___U3CU3E2__current_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void Ali/<Wait>d__51::System.Collections.IEnumerator.Reset()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CWaitU3Ed__51_System_Collections_IEnumerator_Reset_m2098ED1CF7DE0F655A3BF3BAD59BA2D9BC99A775 (U3CWaitU3Ed__51_t81CA4BBACFA19618E8CE2DF5D385B52223B7094D* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* L_0 = (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_0);
|
|
NotSupportedException__ctor_m1398D0CDE19B36AA3DE9392879738C1EA2439CDF(L_0, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CWaitU3Ed__51_System_Collections_IEnumerator_Reset_m2098ED1CF7DE0F655A3BF3BAD59BA2D9BC99A775_RuntimeMethod_var)));
|
|
}
|
|
}
|
|
// System.Object Ali/<Wait>d__51::System.Collections.IEnumerator.get_Current()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CWaitU3Ed__51_System_Collections_IEnumerator_get_Current_m5744379C3063FFDEF4635C6D567C61AC02046251 (U3CWaitU3Ed__51_t81CA4BBACFA19618E8CE2DF5D385B52223B7094D* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject* L_0 = __this->___U3CU3E2__current_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void Ali/<SlowDown>d__52::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CSlowDownU3Ed__52__ctor_mE27410C3585295A5CD19F88C075644C109823480 (U3CSlowDownU3Ed__52_t52B6AE342C8D2F5C893A0F64A9F1004AEAA1A34D* __this, int32_t ___0_U3CU3E1__state, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
int32_t L_0 = ___0_U3CU3E1__state;
|
|
__this->___U3CU3E1__state_0 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// System.Void Ali/<SlowDown>d__52::System.IDisposable.Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CSlowDownU3Ed__52_System_IDisposable_Dispose_mE80D9A00D5A8D56A1E7213362E1BF3861986D2C3 (U3CSlowDownU3Ed__52_t52B6AE342C8D2F5C893A0F64A9F1004AEAA1A34D* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean Ali/<SlowDown>d__52::MoveNext()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CSlowDownU3Ed__52_MoveNext_m9DA1D526B5F8E37766EEE96400C62A40406F81A2 (U3CSlowDownU3Ed__52_t52B6AE342C8D2F5C893A0F64A9F1004AEAA1A34D* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
Ali_tF62EAA8C857226D373422D276B8C8CEFE1580E32* V_1 = NULL;
|
|
{
|
|
int32_t L_0 = __this->___U3CU3E1__state_0;
|
|
V_0 = L_0;
|
|
Ali_tF62EAA8C857226D373422D276B8C8CEFE1580E32* L_1 = __this->___U3CU3E4__this_2;
|
|
V_1 = L_1;
|
|
int32_t L_2 = V_0;
|
|
if (!L_2)
|
|
{
|
|
goto IL_0017;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_3 = V_0;
|
|
if ((((int32_t)L_3) == ((int32_t)1)))
|
|
{
|
|
goto IL_0043;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0017:
|
|
{
|
|
__this->___U3CU3E1__state_0 = (-1);
|
|
// speed = SlowSpeed;
|
|
Ali_tF62EAA8C857226D373422D276B8C8CEFE1580E32* L_4 = V_1;
|
|
Ali_tF62EAA8C857226D373422D276B8C8CEFE1580E32* L_5 = V_1;
|
|
NullCheck(L_5);
|
|
float L_6 = L_5->___SlowSpeed_6;
|
|
NullCheck(L_4);
|
|
L_4->___speed_9 = L_6;
|
|
// yield return new WaitForSeconds(2.0f);
|
|
WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3* L_7 = (WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3*)il2cpp_codegen_object_new(WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3_il2cpp_TypeInfo_var);
|
|
NullCheck(L_7);
|
|
WaitForSeconds__ctor_m579F95BADEDBAB4B3A7E302C6EE3995926EF2EFC(L_7, (2.0f), NULL);
|
|
__this->___U3CU3E2__current_1 = L_7;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CU3E2__current_1), (void*)L_7);
|
|
__this->___U3CU3E1__state_0 = 1;
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0043:
|
|
{
|
|
__this->___U3CU3E1__state_0 = (-1);
|
|
// NormalSpeeding = true;
|
|
Ali_tF62EAA8C857226D373422D276B8C8CEFE1580E32* L_8 = V_1;
|
|
NullCheck(L_8);
|
|
L_8->___NormalSpeeding_33 = (bool)1;
|
|
// }
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Object Ali/<SlowDown>d__52::System.Collections.Generic.IEnumerator<System.Object>.get_Current()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CSlowDownU3Ed__52_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_m3F22EAADCF28AAAA9ECEF2E2279A8D2A8DFB008B (U3CSlowDownU3Ed__52_t52B6AE342C8D2F5C893A0F64A9F1004AEAA1A34D* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject* L_0 = __this->___U3CU3E2__current_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void Ali/<SlowDown>d__52::System.Collections.IEnumerator.Reset()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CSlowDownU3Ed__52_System_Collections_IEnumerator_Reset_mD8068A7EBE7D3B97E0354DD202C47E71CF7665DF (U3CSlowDownU3Ed__52_t52B6AE342C8D2F5C893A0F64A9F1004AEAA1A34D* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* L_0 = (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_0);
|
|
NotSupportedException__ctor_m1398D0CDE19B36AA3DE9392879738C1EA2439CDF(L_0, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CSlowDownU3Ed__52_System_Collections_IEnumerator_Reset_mD8068A7EBE7D3B97E0354DD202C47E71CF7665DF_RuntimeMethod_var)));
|
|
}
|
|
}
|
|
// System.Object Ali/<SlowDown>d__52::System.Collections.IEnumerator.get_Current()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CSlowDownU3Ed__52_System_Collections_IEnumerator_get_Current_mBD56D317E9FE170AEEAE14C4937597AF36B7AF12 (U3CSlowDownU3Ed__52_t52B6AE342C8D2F5C893A0F64A9F1004AEAA1A34D* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject* L_0 = __this->___U3CU3E2__current_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void Ali/<Encourage>d__53::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CEncourageU3Ed__53__ctor_mA4DAC5E130FAD935BDA3285E8472D9AF5E20E0CB (U3CEncourageU3Ed__53_t63885BD89F4982FAB1FAF0E042EB86A2925AA25D* __this, int32_t ___0_U3CU3E1__state, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
int32_t L_0 = ___0_U3CU3E1__state;
|
|
__this->___U3CU3E1__state_0 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// System.Void Ali/<Encourage>d__53::System.IDisposable.Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CEncourageU3Ed__53_System_IDisposable_Dispose_mC4EAD860242C57916C904045CA42C3DD084BC625 (U3CEncourageU3Ed__53_t63885BD89F4982FAB1FAF0E042EB86A2925AA25D* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean Ali/<Encourage>d__53::MoveNext()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CEncourageU3Ed__53_MoveNext_m090FBA3A147C612CE9E5F98B1C73CA3EBA01C272 (U3CEncourageU3Ed__53_t63885BD89F4982FAB1FAF0E042EB86A2925AA25D* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9053A871E348B471F5A5207CA639DA03B33AC315);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
Ali_tF62EAA8C857226D373422D276B8C8CEFE1580E32* V_1 = NULL;
|
|
{
|
|
int32_t L_0 = __this->___U3CU3E1__state_0;
|
|
V_0 = L_0;
|
|
Ali_tF62EAA8C857226D373422D276B8C8CEFE1580E32* L_1 = __this->___U3CU3E4__this_2;
|
|
V_1 = L_1;
|
|
int32_t L_2 = V_0;
|
|
if (!L_2)
|
|
{
|
|
goto IL_0017;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_3 = V_0;
|
|
if ((((int32_t)L_3) == ((int32_t)1)))
|
|
{
|
|
goto IL_0088;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0017:
|
|
{
|
|
__this->___U3CU3E1__state_0 = (-1);
|
|
// StopHearting = true;
|
|
Ali_tF62EAA8C857226D373422D276B8C8CEFE1580E32* L_4 = V_1;
|
|
NullCheck(L_4);
|
|
L_4->___StopHearting_16 = (bool)1;
|
|
// encourageStart++;
|
|
Ali_tF62EAA8C857226D373422D276B8C8CEFE1580E32* L_5 = V_1;
|
|
Ali_tF62EAA8C857226D373422D276B8C8CEFE1580E32* L_6 = V_1;
|
|
NullCheck(L_6);
|
|
float L_7 = L_6->___encourageStart_38;
|
|
NullCheck(L_5);
|
|
L_5->___encourageStart_38 = ((float)il2cpp_codegen_add(L_7, (1.0f)));
|
|
// animator.SetBool("Encourage", true);
|
|
Ali_tF62EAA8C857226D373422D276B8C8CEFE1580E32* L_8 = V_1;
|
|
NullCheck(L_8);
|
|
Animator_t8A52E42AE54F76681838FE9E632683EF3952E883* L_9 = L_8->___animator_31;
|
|
NullCheck(L_9);
|
|
Animator_SetBool_m6F8D4FAF0770CD4EC1F54406249785DE7391E42B(L_9, _stringLiteral9053A871E348B471F5A5207CA639DA03B33AC315, (bool)1, NULL);
|
|
// Stop = true;
|
|
Ali_tF62EAA8C857226D373422D276B8C8CEFE1580E32* L_10 = V_1;
|
|
NullCheck(L_10);
|
|
L_10->___Stop_39 = (bool)1;
|
|
// IsPlay = true;
|
|
Ali_tF62EAA8C857226D373422D276B8C8CEFE1580E32* L_11 = V_1;
|
|
NullCheck(L_11);
|
|
L_11->___IsPlay_14 = (bool)1;
|
|
// NormalSpeed = FastSpeed;
|
|
Ali_tF62EAA8C857226D373422D276B8C8CEFE1580E32* L_12 = V_1;
|
|
Ali_tF62EAA8C857226D373422D276B8C8CEFE1580E32* L_13 = V_1;
|
|
NullCheck(L_13);
|
|
float L_14 = L_13->___FastSpeed_8;
|
|
NullCheck(L_12);
|
|
L_12->___NormalSpeed_7 = L_14;
|
|
// FastSpeed = encourageSpeed;
|
|
Ali_tF62EAA8C857226D373422D276B8C8CEFE1580E32* L_15 = V_1;
|
|
Ali_tF62EAA8C857226D373422D276B8C8CEFE1580E32* L_16 = V_1;
|
|
NullCheck(L_16);
|
|
float L_17 = L_16->___encourageSpeed_10;
|
|
NullCheck(L_15);
|
|
L_15->___FastSpeed_8 = L_17;
|
|
// yield return new WaitForSeconds(encourageSec);
|
|
Ali_tF62EAA8C857226D373422D276B8C8CEFE1580E32* L_18 = V_1;
|
|
NullCheck(L_18);
|
|
float L_19 = L_18->___encourageSec_37;
|
|
WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3* L_20 = (WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3*)il2cpp_codegen_object_new(WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3_il2cpp_TypeInfo_var);
|
|
NullCheck(L_20);
|
|
WaitForSeconds__ctor_m579F95BADEDBAB4B3A7E302C6EE3995926EF2EFC(L_20, L_19, NULL);
|
|
__this->___U3CU3E2__current_1 = L_20;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CU3E2__current_1), (void*)L_20);
|
|
__this->___U3CU3E1__state_0 = 1;
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0088:
|
|
{
|
|
__this->___U3CU3E1__state_0 = (-1);
|
|
// animator.SetBool("Encourage", false);
|
|
Ali_tF62EAA8C857226D373422D276B8C8CEFE1580E32* L_21 = V_1;
|
|
NullCheck(L_21);
|
|
Animator_t8A52E42AE54F76681838FE9E632683EF3952E883* L_22 = L_21->___animator_31;
|
|
NullCheck(L_22);
|
|
Animator_SetBool_m6F8D4FAF0770CD4EC1F54406249785DE7391E42B(L_22, _stringLiteral9053A871E348B471F5A5207CA639DA03B33AC315, (bool)0, NULL);
|
|
// Stop = false;
|
|
Ali_tF62EAA8C857226D373422D276B8C8CEFE1580E32* L_23 = V_1;
|
|
NullCheck(L_23);
|
|
L_23->___Stop_39 = (bool)0;
|
|
// StopHearting = false;
|
|
Ali_tF62EAA8C857226D373422D276B8C8CEFE1580E32* L_24 = V_1;
|
|
NullCheck(L_24);
|
|
L_24->___StopHearting_16 = (bool)0;
|
|
// DamageAnim = false;
|
|
Ali_tF62EAA8C857226D373422D276B8C8CEFE1580E32* L_25 = V_1;
|
|
NullCheck(L_25);
|
|
L_25->___DamageAnim_41 = (bool)0;
|
|
// }
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Object Ali/<Encourage>d__53::System.Collections.Generic.IEnumerator<System.Object>.get_Current()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CEncourageU3Ed__53_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_mD2BD0E49919695E721A8C4B5099807B33D1A4380 (U3CEncourageU3Ed__53_t63885BD89F4982FAB1FAF0E042EB86A2925AA25D* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject* L_0 = __this->___U3CU3E2__current_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void Ali/<Encourage>d__53::System.Collections.IEnumerator.Reset()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CEncourageU3Ed__53_System_Collections_IEnumerator_Reset_m8038FB80BC9D8BC703C7B8163800537DF954456C (U3CEncourageU3Ed__53_t63885BD89F4982FAB1FAF0E042EB86A2925AA25D* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* L_0 = (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_0);
|
|
NotSupportedException__ctor_m1398D0CDE19B36AA3DE9392879738C1EA2439CDF(L_0, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CEncourageU3Ed__53_System_Collections_IEnumerator_Reset_m8038FB80BC9D8BC703C7B8163800537DF954456C_RuntimeMethod_var)));
|
|
}
|
|
}
|
|
// System.Object Ali/<Encourage>d__53::System.Collections.IEnumerator.get_Current()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CEncourageU3Ed__53_System_Collections_IEnumerator_get_Current_mEC8825E54D7F5AA2473EDD4A0122B1E66F18A015 (U3CEncourageU3Ed__53_t63885BD89F4982FAB1FAF0E042EB86A2925AA25D* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject* L_0 = __this->___U3CU3E2__current_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void Ali/<BulletAttacked>d__54::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CBulletAttackedU3Ed__54__ctor_mC2F1ECDC107F89252CF9CFAD985EB3503E69251D (U3CBulletAttackedU3Ed__54_t8C2703C7141738FF52922C0729C5CD1B1D19C7DE* __this, int32_t ___0_U3CU3E1__state, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
int32_t L_0 = ___0_U3CU3E1__state;
|
|
__this->___U3CU3E1__state_0 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// System.Void Ali/<BulletAttacked>d__54::System.IDisposable.Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CBulletAttackedU3Ed__54_System_IDisposable_Dispose_m3F1AF15EB570F30EF973FA0803378D8FF0420771 (U3CBulletAttackedU3Ed__54_t8C2703C7141738FF52922C0729C5CD1B1D19C7DE* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean Ali/<BulletAttacked>d__54::MoveNext()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CBulletAttackedU3Ed__54_MoveNext_m8E6B725D81592AB7A569A6953E76AEE03513F8DB (U3CBulletAttackedU3Ed__54_t8C2703C7141738FF52922C0729C5CD1B1D19C7DE* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
Ali_tF62EAA8C857226D373422D276B8C8CEFE1580E32* V_1 = NULL;
|
|
{
|
|
int32_t L_0 = __this->___U3CU3E1__state_0;
|
|
V_0 = L_0;
|
|
Ali_tF62EAA8C857226D373422D276B8C8CEFE1580E32* L_1 = __this->___U3CU3E4__this_2;
|
|
V_1 = L_1;
|
|
int32_t L_2 = V_0;
|
|
if (!L_2)
|
|
{
|
|
goto IL_0017;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_3 = V_0;
|
|
if ((((int32_t)L_3) == ((int32_t)1)))
|
|
{
|
|
goto IL_003e;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0017:
|
|
{
|
|
__this->___U3CU3E1__state_0 = (-1);
|
|
// TimeStopHearting = true;
|
|
Ali_tF62EAA8C857226D373422D276B8C8CEFE1580E32* L_4 = V_1;
|
|
NullCheck(L_4);
|
|
L_4->___TimeStopHearting_17 = (bool)1;
|
|
// yield return new WaitForSeconds(1.5f);
|
|
WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3* L_5 = (WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3*)il2cpp_codegen_object_new(WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3_il2cpp_TypeInfo_var);
|
|
NullCheck(L_5);
|
|
WaitForSeconds__ctor_m579F95BADEDBAB4B3A7E302C6EE3995926EF2EFC(L_5, (1.5f), NULL);
|
|
__this->___U3CU3E2__current_1 = L_5;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CU3E2__current_1), (void*)L_5);
|
|
__this->___U3CU3E1__state_0 = 1;
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_003e:
|
|
{
|
|
__this->___U3CU3E1__state_0 = (-1);
|
|
// TimeStopHearting = false;
|
|
Ali_tF62EAA8C857226D373422D276B8C8CEFE1580E32* L_6 = V_1;
|
|
NullCheck(L_6);
|
|
L_6->___TimeStopHearting_17 = (bool)0;
|
|
// }
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Object Ali/<BulletAttacked>d__54::System.Collections.Generic.IEnumerator<System.Object>.get_Current()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CBulletAttackedU3Ed__54_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_mC672166BEC24834B9A44A67F2E113D013756E4A3 (U3CBulletAttackedU3Ed__54_t8C2703C7141738FF52922C0729C5CD1B1D19C7DE* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject* L_0 = __this->___U3CU3E2__current_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void Ali/<BulletAttacked>d__54::System.Collections.IEnumerator.Reset()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CBulletAttackedU3Ed__54_System_Collections_IEnumerator_Reset_m5450397F83684EC2DCDB8EE65A84D8C672347EC3 (U3CBulletAttackedU3Ed__54_t8C2703C7141738FF52922C0729C5CD1B1D19C7DE* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* L_0 = (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_0);
|
|
NotSupportedException__ctor_m1398D0CDE19B36AA3DE9392879738C1EA2439CDF(L_0, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CBulletAttackedU3Ed__54_System_Collections_IEnumerator_Reset_m5450397F83684EC2DCDB8EE65A84D8C672347EC3_RuntimeMethod_var)));
|
|
}
|
|
}
|
|
// System.Object Ali/<BulletAttacked>d__54::System.Collections.IEnumerator.get_Current()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CBulletAttackedU3Ed__54_System_Collections_IEnumerator_get_Current_m9C229051D00D9CECD8A5976BA48BEEDF12DFC6C5 (U3CBulletAttackedU3Ed__54_t8C2703C7141738FF52922C0729C5CD1B1D19C7DE* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject* L_0 = __this->___U3CU3E2__current_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void Ali/<Music>d__55::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CMusicU3Ed__55__ctor_mD62E25A23833C733BB9661A21C33019B6F7BC5CE (U3CMusicU3Ed__55_t08178C88924BA738B65441BA7F887793637C84C2* __this, int32_t ___0_U3CU3E1__state, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
int32_t L_0 = ___0_U3CU3E1__state;
|
|
__this->___U3CU3E1__state_0 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// System.Void Ali/<Music>d__55::System.IDisposable.Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CMusicU3Ed__55_System_IDisposable_Dispose_m532C790837B9E32AC592994A2DC89D01AA27D756 (U3CMusicU3Ed__55_t08178C88924BA738B65441BA7F887793637C84C2* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean Ali/<Music>d__55::MoveNext()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CMusicU3Ed__55_MoveNext_m949AC1F51A6E1E0B851E861E91F7ED571050B3EA (U3CMusicU3Ed__55_t08178C88924BA738B65441BA7F887793637C84C2* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
Ali_tF62EAA8C857226D373422D276B8C8CEFE1580E32* V_1 = NULL;
|
|
{
|
|
int32_t L_0 = __this->___U3CU3E1__state_0;
|
|
V_0 = L_0;
|
|
Ali_tF62EAA8C857226D373422D276B8C8CEFE1580E32* L_1 = __this->___U3CU3E4__this_2;
|
|
V_1 = L_1;
|
|
int32_t L_2 = V_0;
|
|
if (!L_2)
|
|
{
|
|
goto IL_0017;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_3 = V_0;
|
|
if ((((int32_t)L_3) == ((int32_t)1)))
|
|
{
|
|
goto IL_0052;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0017:
|
|
{
|
|
__this->___U3CU3E1__state_0 = (-1);
|
|
// BackgroundMusic.volume = 0.25f;
|
|
Ali_tF62EAA8C857226D373422D276B8C8CEFE1580E32* L_4 = V_1;
|
|
NullCheck(L_4);
|
|
AudioSource_t871AC2272F896738252F04EE949AEF5B241D3299* L_5 = L_4->___BackgroundMusic_12;
|
|
NullCheck(L_5);
|
|
AudioSource_set_volume_mD902BBDBBDE0E3C148609BF3C05096148E90F2C0(L_5, (0.25f), NULL);
|
|
// audioSource.Play();
|
|
Ali_tF62EAA8C857226D373422D276B8C8CEFE1580E32* L_6 = V_1;
|
|
NullCheck(L_6);
|
|
AudioSource_t871AC2272F896738252F04EE949AEF5B241D3299* L_7 = L_6->___audioSource_13;
|
|
NullCheck(L_7);
|
|
AudioSource_Play_m95DF07111C61D0E0F00257A00384D31531D590C3(L_7, NULL);
|
|
// yield return new WaitForSeconds(3.0f);
|
|
WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3* L_8 = (WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3*)il2cpp_codegen_object_new(WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3_il2cpp_TypeInfo_var);
|
|
NullCheck(L_8);
|
|
WaitForSeconds__ctor_m579F95BADEDBAB4B3A7E302C6EE3995926EF2EFC(L_8, (3.0f), NULL);
|
|
__this->___U3CU3E2__current_1 = L_8;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CU3E2__current_1), (void*)L_8);
|
|
__this->___U3CU3E1__state_0 = 1;
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0052:
|
|
{
|
|
__this->___U3CU3E1__state_0 = (-1);
|
|
// BackgroundMusic.volume = 1f;
|
|
Ali_tF62EAA8C857226D373422D276B8C8CEFE1580E32* L_9 = V_1;
|
|
NullCheck(L_9);
|
|
AudioSource_t871AC2272F896738252F04EE949AEF5B241D3299* L_10 = L_9->___BackgroundMusic_12;
|
|
NullCheck(L_10);
|
|
AudioSource_set_volume_mD902BBDBBDE0E3C148609BF3C05096148E90F2C0(L_10, (1.0f), NULL);
|
|
// }
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Object Ali/<Music>d__55::System.Collections.Generic.IEnumerator<System.Object>.get_Current()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CMusicU3Ed__55_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_mEEEE176D32F83D8A68A3C457F3431C4A8684BBCC (U3CMusicU3Ed__55_t08178C88924BA738B65441BA7F887793637C84C2* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject* L_0 = __this->___U3CU3E2__current_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void Ali/<Music>d__55::System.Collections.IEnumerator.Reset()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CMusicU3Ed__55_System_Collections_IEnumerator_Reset_mDAE8E9081CDF613C40963C87EF08813C867E1CF4 (U3CMusicU3Ed__55_t08178C88924BA738B65441BA7F887793637C84C2* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* L_0 = (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_0);
|
|
NotSupportedException__ctor_m1398D0CDE19B36AA3DE9392879738C1EA2439CDF(L_0, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CMusicU3Ed__55_System_Collections_IEnumerator_Reset_mDAE8E9081CDF613C40963C87EF08813C867E1CF4_RuntimeMethod_var)));
|
|
}
|
|
}
|
|
// System.Object Ali/<Music>d__55::System.Collections.IEnumerator.get_Current()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CMusicU3Ed__55_System_Collections_IEnumerator_get_Current_mBECF72744F123571FA2AA1BB69484FE551C98375 (U3CMusicU3Ed__55_t08178C88924BA738B65441BA7F887793637C84C2* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject* L_0 = __this->___U3CU3E2__current_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void AliAutomaticDoor::Start()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AliAutomaticDoor_Start_m350A3D6F9B2E94BB7DA73DE18EB6769E3BAA0B49 (AliAutomaticDoor_tE238322FBCEE1DB7A157DB55BA3D16B84E98BA14* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void AliAutomaticDoor::Update()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AliAutomaticDoor_Update_m4437AD5B37AEF48063580D8D98C28C731875DE53 (AliAutomaticDoor_tE238322FBCEE1DB7A157DB55BA3D16B84E98BA14* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Ali_tF62EAA8C857226D373422D276B8C8CEFE1580E32_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (Ali.AliDead == true)
|
|
bool L_0 = ((Ali_tF62EAA8C857226D373422D276B8C8CEFE1580E32_StaticFields*)il2cpp_codegen_static_fields_for(Ali_tF62EAA8C857226D373422D276B8C8CEFE1580E32_il2cpp_TypeInfo_var))->___AliDead_18;
|
|
if (!L_0)
|
|
{
|
|
goto IL_0044;
|
|
}
|
|
}
|
|
{
|
|
// transform.position += Vector3.up * speed * Time.deltaTime;
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_1;
|
|
L_1 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(__this, NULL);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_2 = L_1;
|
|
NullCheck(L_2);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_3;
|
|
L_3 = Transform_get_position_m69CD5FA214FDAE7BB701552943674846C220FDE1(L_2, NULL);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_4;
|
|
L_4 = Vector3_get_up_m128AF3FDC820BF59D5DE86D973E7DE3F20C3AEBA_inline(NULL);
|
|
float L_5 = __this->___speed_5;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_6;
|
|
L_6 = Vector3_op_Multiply_m87BA7C578F96C8E49BB07088DAAC4649F83B0353_inline(L_4, L_5, NULL);
|
|
float L_7;
|
|
L_7 = Time_get_deltaTime_mC3195000401F0FD167DD2F948FD2BC58330D0865(NULL);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_8;
|
|
L_8 = Vector3_op_Multiply_m87BA7C578F96C8E49BB07088DAAC4649F83B0353_inline(L_6, L_7, NULL);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_9;
|
|
L_9 = Vector3_op_Addition_m78C0EC70CB66E8DCAC225743D82B268DAEE92067_inline(L_3, L_8, NULL);
|
|
NullCheck(L_2);
|
|
Transform_set_position_mA1A817124BB41B685043DED2A9BA48CDF37C4156(L_2, L_9, NULL);
|
|
// StartCoroutine(StopDoor());
|
|
RuntimeObject* L_10;
|
|
L_10 = AliAutomaticDoor_StopDoor_m3F079B04F70E447E23B12BFAFE1E62982C56B53C(__this, NULL);
|
|
Coroutine_t85EA685566A254C23F3FD77AB5BDFFFF8799596B* L_11;
|
|
L_11 = MonoBehaviour_StartCoroutine_m4CAFF732AA28CD3BDC5363B44A863575530EC812(__this, L_10, NULL);
|
|
}
|
|
|
|
IL_0044:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Collections.IEnumerator AliAutomaticDoor::StopDoor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* AliAutomaticDoor_StopDoor_m3F079B04F70E447E23B12BFAFE1E62982C56B53C (AliAutomaticDoor_tE238322FBCEE1DB7A157DB55BA3D16B84E98BA14* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CStopDoorU3Ed__4_tAA16A9049F044D3CC8453919A99F9CD5BAFD39F0_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
U3CStopDoorU3Ed__4_tAA16A9049F044D3CC8453919A99F9CD5BAFD39F0* L_0 = (U3CStopDoorU3Ed__4_tAA16A9049F044D3CC8453919A99F9CD5BAFD39F0*)il2cpp_codegen_object_new(U3CStopDoorU3Ed__4_tAA16A9049F044D3CC8453919A99F9CD5BAFD39F0_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
U3CStopDoorU3Ed__4__ctor_m1805A189CD4CD9B626D97E0BA0BB7319D4E3A050(L_0, 0, NULL);
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void AliAutomaticDoor::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AliAutomaticDoor__ctor_m60C49D46BB70DBCA09E908CA13EDF87331B8B3A0 (AliAutomaticDoor_tE238322FBCEE1DB7A157DB55BA3D16B84E98BA14* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public float speed = 5f;
|
|
__this->___speed_5 = (5.0f);
|
|
MonoBehaviour__ctor_m592DB0105CA0BC97AA1C5F4AD27B12D68A3B7C1E(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void AliAutomaticDoor/<StopDoor>d__4::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CStopDoorU3Ed__4__ctor_m1805A189CD4CD9B626D97E0BA0BB7319D4E3A050 (U3CStopDoorU3Ed__4_tAA16A9049F044D3CC8453919A99F9CD5BAFD39F0* __this, int32_t ___0_U3CU3E1__state, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
int32_t L_0 = ___0_U3CU3E1__state;
|
|
__this->___U3CU3E1__state_0 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// System.Void AliAutomaticDoor/<StopDoor>d__4::System.IDisposable.Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CStopDoorU3Ed__4_System_IDisposable_Dispose_m2460D0C17A727F0106C846CD229D92BBF577AE0E (U3CStopDoorU3Ed__4_tAA16A9049F044D3CC8453919A99F9CD5BAFD39F0* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean AliAutomaticDoor/<StopDoor>d__4::MoveNext()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CStopDoorU3Ed__4_MoveNext_m44AC40F138CF0D0A4DC86311593CAF9B50832889 (U3CStopDoorU3Ed__4_tAA16A9049F044D3CC8453919A99F9CD5BAFD39F0* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Ali_tF62EAA8C857226D373422D276B8C8CEFE1580E32_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
{
|
|
int32_t L_0 = __this->___U3CU3E1__state_0;
|
|
V_0 = L_0;
|
|
int32_t L_1 = V_0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_0010;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_2 = V_0;
|
|
if ((((int32_t)L_2) == ((int32_t)1)))
|
|
{
|
|
goto IL_0030;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
__this->___U3CU3E1__state_0 = (-1);
|
|
// yield return new WaitForSeconds(2.0f);
|
|
WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3* L_3 = (WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3*)il2cpp_codegen_object_new(WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3_il2cpp_TypeInfo_var);
|
|
NullCheck(L_3);
|
|
WaitForSeconds__ctor_m579F95BADEDBAB4B3A7E302C6EE3995926EF2EFC(L_3, (2.0f), NULL);
|
|
__this->___U3CU3E2__current_1 = L_3;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CU3E2__current_1), (void*)L_3);
|
|
__this->___U3CU3E1__state_0 = 1;
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0030:
|
|
{
|
|
__this->___U3CU3E1__state_0 = (-1);
|
|
// Ali.AliDead = false;
|
|
((Ali_tF62EAA8C857226D373422D276B8C8CEFE1580E32_StaticFields*)il2cpp_codegen_static_fields_for(Ali_tF62EAA8C857226D373422D276B8C8CEFE1580E32_il2cpp_TypeInfo_var))->___AliDead_18 = (bool)0;
|
|
// }
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Object AliAutomaticDoor/<StopDoor>d__4::System.Collections.Generic.IEnumerator<System.Object>.get_Current()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CStopDoorU3Ed__4_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_m5FF2DBE53963FEB75688101C43C843872460CDC6 (U3CStopDoorU3Ed__4_tAA16A9049F044D3CC8453919A99F9CD5BAFD39F0* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject* L_0 = __this->___U3CU3E2__current_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void AliAutomaticDoor/<StopDoor>d__4::System.Collections.IEnumerator.Reset()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CStopDoorU3Ed__4_System_Collections_IEnumerator_Reset_m0F11B430A5431B615FD21AA08A5157A7D810F459 (U3CStopDoorU3Ed__4_tAA16A9049F044D3CC8453919A99F9CD5BAFD39F0* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* L_0 = (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_0);
|
|
NotSupportedException__ctor_m1398D0CDE19B36AA3DE9392879738C1EA2439CDF(L_0, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CStopDoorU3Ed__4_System_Collections_IEnumerator_Reset_m0F11B430A5431B615FD21AA08A5157A7D810F459_RuntimeMethod_var)));
|
|
}
|
|
}
|
|
// System.Object AliAutomaticDoor/<StopDoor>d__4::System.Collections.IEnumerator.get_Current()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CStopDoorU3Ed__4_System_Collections_IEnumerator_get_Current_m7CF5FD4A3B942CF9F28597EFC05AB45B0FF7579D (U3CStopDoorU3Ed__4_tAA16A9049F044D3CC8453919A99F9CD5BAFD39F0* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject* L_0 = __this->___U3CU3E2__current_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void AliHealthBar::Start()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AliHealthBar_Start_mECD305C7DC60821470CE460ACE2EBE01C0C4DCAA (AliHealthBar_tB5C4E11C5C2A19946910A5F477D7DD87C158BAF2* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8FE94193A3EF39943F898714AC9062F7EBD96279);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// animator.SetBool("100", true);
|
|
Animator_t8A52E42AE54F76681838FE9E632683EF3952E883* L_0 = __this->___animator_5;
|
|
NullCheck(L_0);
|
|
Animator_SetBool_m6F8D4FAF0770CD4EC1F54406249785DE7391E42B(L_0, _stringLiteral8FE94193A3EF39943F898714AC9062F7EBD96279, (bool)1, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void AliHealthBar::Update()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AliHealthBar_Update_mFD68C512C29902EC7F370FB3D5E68104F31557F5 (AliHealthBar_tB5C4E11C5C2A19946910A5F477D7DD87C158BAF2* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral17CF05962AC1AC77CD4B5247CC6311690D8DAFE5);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral223CA56814CE64D5CFDB92BD828F5C0263182384);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8FE94193A3EF39943F898714AC9062F7EBD96279);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFAE74549D07FE5D38BE375A2E20B9E26944AC372);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// NewHealth = (ali.health * 100) / 200;
|
|
Ali_tF62EAA8C857226D373422D276B8C8CEFE1580E32* L_0 = __this->___ali_4;
|
|
NullCheck(L_0);
|
|
int32_t L_1 = L_0->___health_15;
|
|
__this->___NewHealth_6 = ((int32_t)(((int32_t)il2cpp_codegen_multiply(L_1, ((int32_t)100)))/((int32_t)200)));
|
|
// if (NewHealth <= 100)
|
|
int32_t L_2 = __this->___NewHealth_6;
|
|
if ((((int32_t)L_2) > ((int32_t)((int32_t)100))))
|
|
{
|
|
goto IL_002b;
|
|
}
|
|
}
|
|
{
|
|
// HealthCounter = 0;
|
|
__this->___HealthCounter_7 = 0;
|
|
}
|
|
|
|
IL_002b:
|
|
{
|
|
// if (NewHealth <= 75)
|
|
int32_t L_3 = __this->___NewHealth_6;
|
|
if ((((int32_t)L_3) > ((int32_t)((int32_t)75))))
|
|
{
|
|
goto IL_003c;
|
|
}
|
|
}
|
|
{
|
|
// HealthCounter = 1;
|
|
__this->___HealthCounter_7 = 1;
|
|
}
|
|
|
|
IL_003c:
|
|
{
|
|
// if (NewHealth <= 50)
|
|
int32_t L_4 = __this->___NewHealth_6;
|
|
if ((((int32_t)L_4) > ((int32_t)((int32_t)50))))
|
|
{
|
|
goto IL_004d;
|
|
}
|
|
}
|
|
{
|
|
// HealthCounter = 2;
|
|
__this->___HealthCounter_7 = 2;
|
|
}
|
|
|
|
IL_004d:
|
|
{
|
|
// if (NewHealth <= 25)
|
|
int32_t L_5 = __this->___NewHealth_6;
|
|
if ((((int32_t)L_5) > ((int32_t)((int32_t)25))))
|
|
{
|
|
goto IL_005e;
|
|
}
|
|
}
|
|
{
|
|
// HealthCounter = 3;
|
|
__this->___HealthCounter_7 = 3;
|
|
}
|
|
|
|
IL_005e:
|
|
{
|
|
// if (HealthCounter == 0)
|
|
int32_t L_6 = __this->___HealthCounter_7;
|
|
if (L_6)
|
|
{
|
|
goto IL_00aa;
|
|
}
|
|
}
|
|
{
|
|
// animator.SetBool("100", true);
|
|
Animator_t8A52E42AE54F76681838FE9E632683EF3952E883* L_7 = __this->___animator_5;
|
|
NullCheck(L_7);
|
|
Animator_SetBool_m6F8D4FAF0770CD4EC1F54406249785DE7391E42B(L_7, _stringLiteral8FE94193A3EF39943F898714AC9062F7EBD96279, (bool)1, NULL);
|
|
// animator.SetBool("75", false);
|
|
Animator_t8A52E42AE54F76681838FE9E632683EF3952E883* L_8 = __this->___animator_5;
|
|
NullCheck(L_8);
|
|
Animator_SetBool_m6F8D4FAF0770CD4EC1F54406249785DE7391E42B(L_8, _stringLiteral223CA56814CE64D5CFDB92BD828F5C0263182384, (bool)0, NULL);
|
|
// animator.SetBool("50", false);
|
|
Animator_t8A52E42AE54F76681838FE9E632683EF3952E883* L_9 = __this->___animator_5;
|
|
NullCheck(L_9);
|
|
Animator_SetBool_m6F8D4FAF0770CD4EC1F54406249785DE7391E42B(L_9, _stringLiteralFAE74549D07FE5D38BE375A2E20B9E26944AC372, (bool)0, NULL);
|
|
// animator.SetBool("25", false);
|
|
Animator_t8A52E42AE54F76681838FE9E632683EF3952E883* L_10 = __this->___animator_5;
|
|
NullCheck(L_10);
|
|
Animator_SetBool_m6F8D4FAF0770CD4EC1F54406249785DE7391E42B(L_10, _stringLiteral17CF05962AC1AC77CD4B5247CC6311690D8DAFE5, (bool)0, NULL);
|
|
}
|
|
|
|
IL_00aa:
|
|
{
|
|
// if (HealthCounter == 1)
|
|
int32_t L_11 = __this->___HealthCounter_7;
|
|
if ((!(((uint32_t)L_11) == ((uint32_t)1))))
|
|
{
|
|
goto IL_00f7;
|
|
}
|
|
}
|
|
{
|
|
// animator.SetBool("100", false);
|
|
Animator_t8A52E42AE54F76681838FE9E632683EF3952E883* L_12 = __this->___animator_5;
|
|
NullCheck(L_12);
|
|
Animator_SetBool_m6F8D4FAF0770CD4EC1F54406249785DE7391E42B(L_12, _stringLiteral8FE94193A3EF39943F898714AC9062F7EBD96279, (bool)0, NULL);
|
|
// animator.SetBool("75", true);
|
|
Animator_t8A52E42AE54F76681838FE9E632683EF3952E883* L_13 = __this->___animator_5;
|
|
NullCheck(L_13);
|
|
Animator_SetBool_m6F8D4FAF0770CD4EC1F54406249785DE7391E42B(L_13, _stringLiteral223CA56814CE64D5CFDB92BD828F5C0263182384, (bool)1, NULL);
|
|
// animator.SetBool("50", false);
|
|
Animator_t8A52E42AE54F76681838FE9E632683EF3952E883* L_14 = __this->___animator_5;
|
|
NullCheck(L_14);
|
|
Animator_SetBool_m6F8D4FAF0770CD4EC1F54406249785DE7391E42B(L_14, _stringLiteralFAE74549D07FE5D38BE375A2E20B9E26944AC372, (bool)0, NULL);
|
|
// animator.SetBool("25", false);
|
|
Animator_t8A52E42AE54F76681838FE9E632683EF3952E883* L_15 = __this->___animator_5;
|
|
NullCheck(L_15);
|
|
Animator_SetBool_m6F8D4FAF0770CD4EC1F54406249785DE7391E42B(L_15, _stringLiteral17CF05962AC1AC77CD4B5247CC6311690D8DAFE5, (bool)0, NULL);
|
|
}
|
|
|
|
IL_00f7:
|
|
{
|
|
// if (HealthCounter == 2)
|
|
int32_t L_16 = __this->___HealthCounter_7;
|
|
if ((!(((uint32_t)L_16) == ((uint32_t)2))))
|
|
{
|
|
goto IL_0144;
|
|
}
|
|
}
|
|
{
|
|
// animator.SetBool("100", false);
|
|
Animator_t8A52E42AE54F76681838FE9E632683EF3952E883* L_17 = __this->___animator_5;
|
|
NullCheck(L_17);
|
|
Animator_SetBool_m6F8D4FAF0770CD4EC1F54406249785DE7391E42B(L_17, _stringLiteral8FE94193A3EF39943F898714AC9062F7EBD96279, (bool)0, NULL);
|
|
// animator.SetBool("75", false);
|
|
Animator_t8A52E42AE54F76681838FE9E632683EF3952E883* L_18 = __this->___animator_5;
|
|
NullCheck(L_18);
|
|
Animator_SetBool_m6F8D4FAF0770CD4EC1F54406249785DE7391E42B(L_18, _stringLiteral223CA56814CE64D5CFDB92BD828F5C0263182384, (bool)0, NULL);
|
|
// animator.SetBool("50", true);
|
|
Animator_t8A52E42AE54F76681838FE9E632683EF3952E883* L_19 = __this->___animator_5;
|
|
NullCheck(L_19);
|
|
Animator_SetBool_m6F8D4FAF0770CD4EC1F54406249785DE7391E42B(L_19, _stringLiteralFAE74549D07FE5D38BE375A2E20B9E26944AC372, (bool)1, NULL);
|
|
// animator.SetBool("25", false);
|
|
Animator_t8A52E42AE54F76681838FE9E632683EF3952E883* L_20 = __this->___animator_5;
|
|
NullCheck(L_20);
|
|
Animator_SetBool_m6F8D4FAF0770CD4EC1F54406249785DE7391E42B(L_20, _stringLiteral17CF05962AC1AC77CD4B5247CC6311690D8DAFE5, (bool)0, NULL);
|
|
}
|
|
|
|
IL_0144:
|
|
{
|
|
// if (HealthCounter == 3)
|
|
int32_t L_21 = __this->___HealthCounter_7;
|
|
if ((!(((uint32_t)L_21) == ((uint32_t)3))))
|
|
{
|
|
goto IL_0191;
|
|
}
|
|
}
|
|
{
|
|
// animator.SetBool("100", false);
|
|
Animator_t8A52E42AE54F76681838FE9E632683EF3952E883* L_22 = __this->___animator_5;
|
|
NullCheck(L_22);
|
|
Animator_SetBool_m6F8D4FAF0770CD4EC1F54406249785DE7391E42B(L_22, _stringLiteral8FE94193A3EF39943F898714AC9062F7EBD96279, (bool)0, NULL);
|
|
// animator.SetBool("75", false);
|
|
Animator_t8A52E42AE54F76681838FE9E632683EF3952E883* L_23 = __this->___animator_5;
|
|
NullCheck(L_23);
|
|
Animator_SetBool_m6F8D4FAF0770CD4EC1F54406249785DE7391E42B(L_23, _stringLiteral223CA56814CE64D5CFDB92BD828F5C0263182384, (bool)0, NULL);
|
|
// animator.SetBool("50", false);
|
|
Animator_t8A52E42AE54F76681838FE9E632683EF3952E883* L_24 = __this->___animator_5;
|
|
NullCheck(L_24);
|
|
Animator_SetBool_m6F8D4FAF0770CD4EC1F54406249785DE7391E42B(L_24, _stringLiteralFAE74549D07FE5D38BE375A2E20B9E26944AC372, (bool)0, NULL);
|
|
// animator.SetBool("25", true);
|
|
Animator_t8A52E42AE54F76681838FE9E632683EF3952E883* L_25 = __this->___animator_5;
|
|
NullCheck(L_25);
|
|
Animator_SetBool_m6F8D4FAF0770CD4EC1F54406249785DE7391E42B(L_25, _stringLiteral17CF05962AC1AC77CD4B5247CC6311690D8DAFE5, (bool)1, NULL);
|
|
}
|
|
|
|
IL_0191:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void AliHealthBar::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AliHealthBar__ctor_mCC70E8D23B73EF6A17EE3E5113DC358DD3A50351 (AliHealthBar_tB5C4E11C5C2A19946910A5F477D7DD87C158BAF2* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// int NewHealth = 100;
|
|
__this->___NewHealth_6 = ((int32_t)100);
|
|
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 BulletAli::Start()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BulletAli_Start_mE017B595D04B779F8710310ADE6E0CFE5F551133 (BulletAli_tE455FAC26C0415294783E0262583465A4F2E4333* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Ali_tF62EAA8C857226D373422D276B8C8CEFE1580E32_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisSpriteRenderer_t1DD7FE258F072E1FA87D6577BA27225892B8047B_m6181F10C09FC1650DAE0EF2308D344A2F170AA45_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
// spriteRenderer = GetComponent<SpriteRenderer>();
|
|
SpriteRenderer_t1DD7FE258F072E1FA87D6577BA27225892B8047B* L_0;
|
|
L_0 = Component_GetComponent_TisSpriteRenderer_t1DD7FE258F072E1FA87D6577BA27225892B8047B_m6181F10C09FC1650DAE0EF2308D344A2F170AA45(__this, Component_GetComponent_TisSpriteRenderer_t1DD7FE258F072E1FA87D6577BA27225892B8047B_m6181F10C09FC1650DAE0EF2308D344A2F170AA45_RuntimeMethod_var);
|
|
__this->___spriteRenderer_8 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___spriteRenderer_8), (void*)L_0);
|
|
// Vector3 newScale = transform.localScale;
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_1;
|
|
L_1 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(__this, NULL);
|
|
NullCheck(L_1);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_2;
|
|
L_2 = Transform_get_localScale_m804A002A53A645CDFCD15BB0F37209162720363F(L_1, NULL);
|
|
V_0 = L_2;
|
|
// if (Ali.BulletAliDirection == 0f)
|
|
float L_3 = ((Ali_tF62EAA8C857226D373422D276B8C8CEFE1580E32_StaticFields*)il2cpp_codegen_static_fields_for(Ali_tF62EAA8C857226D373422D276B8C8CEFE1580E32_il2cpp_TypeInfo_var))->___BulletAliDirection_34;
|
|
if ((!(((float)L_3) == ((float)(0.0f)))))
|
|
{
|
|
goto IL_005f;
|
|
}
|
|
}
|
|
{
|
|
// rb.velocity = -transform.right * speed;
|
|
Rigidbody2D_tBEBE9523CF4448544085AF46BF7E10AA499F320F* L_4 = __this->___rb_6;
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_5;
|
|
L_5 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(__this, NULL);
|
|
NullCheck(L_5);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_6;
|
|
L_6 = Transform_get_right_mC6DC057C23313802E2186A9E0DB760D795A758A4(L_5, NULL);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_7;
|
|
L_7 = Vector3_op_UnaryNegation_m5450829F333BD2A88AF9A592C4EE331661225915_inline(L_6, NULL);
|
|
float L_8 = __this->___speed_4;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_9;
|
|
L_9 = Vector3_op_Multiply_m87BA7C578F96C8E49BB07088DAAC4649F83B0353_inline(L_7, L_8, NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_10;
|
|
L_10 = Vector2_op_Implicit_mE8EBEE9291F11BB02F062D6E000F4798968CBD96_inline(L_9, NULL);
|
|
NullCheck(L_4);
|
|
Rigidbody2D_set_velocity_m9335C5883B218F6FCDF7E229AC96232FCBAC4CE6(L_4, L_10, NULL);
|
|
// newScale.x *= -1; // Flipping along the X-axis
|
|
float* L_11 = (float*)(&(&V_0)->___x_2);
|
|
float* L_12 = L_11;
|
|
float L_13 = *((float*)L_12);
|
|
*((float*)L_12) = (float)((float)il2cpp_codegen_multiply(L_13, (-1.0f)));
|
|
}
|
|
|
|
IL_005f:
|
|
{
|
|
// if (Ali.BulletAliDirection == 1f)
|
|
float L_14 = ((Ali_tF62EAA8C857226D373422D276B8C8CEFE1580E32_StaticFields*)il2cpp_codegen_static_fields_for(Ali_tF62EAA8C857226D373422D276B8C8CEFE1580E32_il2cpp_TypeInfo_var))->___BulletAliDirection_34;
|
|
if ((!(((float)L_14) == ((float)(1.0f)))))
|
|
{
|
|
goto IL_0091;
|
|
}
|
|
}
|
|
{
|
|
// rb.velocity = transform.right * speed;
|
|
Rigidbody2D_tBEBE9523CF4448544085AF46BF7E10AA499F320F* L_15 = __this->___rb_6;
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_16;
|
|
L_16 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(__this, NULL);
|
|
NullCheck(L_16);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_17;
|
|
L_17 = Transform_get_right_mC6DC057C23313802E2186A9E0DB760D795A758A4(L_16, NULL);
|
|
float L_18 = __this->___speed_4;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_19;
|
|
L_19 = Vector3_op_Multiply_m87BA7C578F96C8E49BB07088DAAC4649F83B0353_inline(L_17, L_18, NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_20;
|
|
L_20 = Vector2_op_Implicit_mE8EBEE9291F11BB02F062D6E000F4798968CBD96_inline(L_19, NULL);
|
|
NullCheck(L_15);
|
|
Rigidbody2D_set_velocity_m9335C5883B218F6FCDF7E229AC96232FCBAC4CE6(L_15, L_20, NULL);
|
|
}
|
|
|
|
IL_0091:
|
|
{
|
|
// transform.localScale = newScale;
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_21;
|
|
L_21 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(__this, NULL);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_22 = V_0;
|
|
NullCheck(L_21);
|
|
Transform_set_localScale_mBA79E811BAF6C47B80FF76414C12B47B3CD03633(L_21, L_22, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void BulletAli::Flip()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BulletAli_Flip_m6935764135FF09F638DCCF40393661938BBF8E71 (BulletAli_tE455FAC26C0415294783E0262583465A4F2E4333* __this, const RuntimeMethod* method)
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
// Vector3 newScale = transform.localScale;
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_0;
|
|
L_0 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(__this, NULL);
|
|
NullCheck(L_0);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_1;
|
|
L_1 = Transform_get_localScale_m804A002A53A645CDFCD15BB0F37209162720363F(L_0, NULL);
|
|
V_0 = L_1;
|
|
// newScale.x *= -1; // Flipping along the X-axis
|
|
float* L_2 = (float*)(&(&V_0)->___x_2);
|
|
float* L_3 = L_2;
|
|
float L_4 = *((float*)L_3);
|
|
*((float*)L_3) = (float)((float)il2cpp_codegen_multiply(L_4, (-1.0f)));
|
|
// transform.localScale = newScale;
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_5;
|
|
L_5 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(__this, NULL);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_6 = V_0;
|
|
NullCheck(L_5);
|
|
Transform_set_localScale_mBA79E811BAF6C47B80FF76414C12B47B3CD03633(L_5, L_6, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void BulletAli::OnTriggerEnter2D(UnityEngine.Collider2D)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BulletAli_OnTriggerEnter2D_m4101CB9E14B115C6900D3B2A44FFD829BFE742BB (BulletAli_tE455FAC26C0415294783E0262583465A4F2E4333* __this, Collider2D_t6A17BA7734600EF3F26588E9ED903617D5B8EB52* ___0_collision, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enemy_t10DB314C96B1CE78B8D967CD3B39F05126409BBB_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_Instantiate_TisGameObject_t76FEDD663AB33C991A9C9A23129337651094216F_m831D2F71DF2AA6C93AFDFEFA04CF2CFC5FBBCDB4_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCAF8804297181FF007CA835529DD4477CFD94A70);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (collision.gameObject.tag == "Player")
|
|
Collider2D_t6A17BA7734600EF3F26588E9ED903617D5B8EB52* L_0 = ___0_collision;
|
|
NullCheck(L_0);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_1;
|
|
L_1 = Component_get_gameObject_m57AEFBB14DB39EC476F740BA000E170355DE691B(L_0, NULL);
|
|
NullCheck(L_1);
|
|
String_t* L_2;
|
|
L_2 = GameObject_get_tag_mEDD27BF795072834D656B286CBE51B2C99747805(L_1, NULL);
|
|
bool L_3;
|
|
L_3 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_2, _stringLiteralCAF8804297181FF007CA835529DD4477CFD94A70, NULL);
|
|
if (!L_3)
|
|
{
|
|
goto IL_001d;
|
|
}
|
|
}
|
|
{
|
|
// Enemy.TakedDamage = true;
|
|
((Enemy_t10DB314C96B1CE78B8D967CD3B39F05126409BBB_StaticFields*)il2cpp_codegen_static_fields_for(Enemy_t10DB314C96B1CE78B8D967CD3B39F05126409BBB_il2cpp_TypeInfo_var))->___TakedDamage_4 = (bool)1;
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
// Instantiate(impactEffect, transform.position, transform.rotation);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_4 = __this->___impactEffect_7;
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_5;
|
|
L_5 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(__this, NULL);
|
|
NullCheck(L_5);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_6;
|
|
L_6 = Transform_get_position_m69CD5FA214FDAE7BB701552943674846C220FDE1(L_5, NULL);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_7;
|
|
L_7 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(__this, NULL);
|
|
NullCheck(L_7);
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_8;
|
|
L_8 = Transform_get_rotation_m32AF40CA0D50C797DA639A696F8EAEC7524C179C(L_7, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_9;
|
|
L_9 = Object_Instantiate_TisGameObject_t76FEDD663AB33C991A9C9A23129337651094216F_m831D2F71DF2AA6C93AFDFEFA04CF2CFC5FBBCDB4(L_4, L_6, L_8, Object_Instantiate_TisGameObject_t76FEDD663AB33C991A9C9A23129337651094216F_m831D2F71DF2AA6C93AFDFEFA04CF2CFC5FBBCDB4_RuntimeMethod_var);
|
|
// Destroy(gameObject);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_10;
|
|
L_10 = Component_get_gameObject_m57AEFBB14DB39EC476F740BA000E170355DE691B(__this, NULL);
|
|
Object_Destroy_mE97D0A766419A81296E8D4E5C23D01D3FE91ACBB(L_10, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void BulletAli::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BulletAli__ctor_mA07869BE6CDF248E0C3E9538B7983512A9174C40 (BulletAli_tE455FAC26C0415294783E0262583465A4F2E4333* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public float speed = 20f;
|
|
__this->___speed_4 = (20.0f);
|
|
// public int damage = 40;
|
|
__this->___damage_5 = ((int32_t)40);
|
|
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 Claudia::Start()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Claudia_Start_mC9A4680C78EEE27AC11C3990B49A5FDDBE89D421 (Claudia_t3B4385E120AF691D3F79244D4E34948D7E440335* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponentInChildren_TisAnimator_t8A52E42AE54F76681838FE9E632683EF3952E883_mDB9FC26B94B8EE9CF1F88BFEC75DF06CC2E3A000_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisRigidbody2D_tBEBE9523CF4448544085AF46BF7E10AA499F320F_m0712B7A9DBBAE2C319B4B03394E7731B86FACBF2_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisSeeker_t6FEA42FECA98333BE993B3BBFB7BBC08AC65D441_m179FE34C9BA1E2ADE08520ABE3281BCB187FD629_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCAF8804297181FF007CA835529DD4477CFD94A70);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEA4794204F92E72456A88E6C1E39E92A22DA8333);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// seeker = GetComponent<Seeker>();
|
|
Seeker_t6FEA42FECA98333BE993B3BBFB7BBC08AC65D441* L_0;
|
|
L_0 = Component_GetComponent_TisSeeker_t6FEA42FECA98333BE993B3BBFB7BBC08AC65D441_m179FE34C9BA1E2ADE08520ABE3281BCB187FD629(__this, Component_GetComponent_TisSeeker_t6FEA42FECA98333BE993B3BBFB7BBC08AC65D441_m179FE34C9BA1E2ADE08520ABE3281BCB187FD629_RuntimeMethod_var);
|
|
__this->___seeker_13 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___seeker_13), (void*)L_0);
|
|
// rb = GetComponent<Rigidbody2D>();
|
|
Rigidbody2D_tBEBE9523CF4448544085AF46BF7E10AA499F320F* L_1;
|
|
L_1 = Component_GetComponent_TisRigidbody2D_tBEBE9523CF4448544085AF46BF7E10AA499F320F_m0712B7A9DBBAE2C319B4B03394E7731B86FACBF2(__this, Component_GetComponent_TisRigidbody2D_tBEBE9523CF4448544085AF46BF7E10AA499F320F_m0712B7A9DBBAE2C319B4B03394E7731B86FACBF2_RuntimeMethod_var);
|
|
__this->___rb_14 = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___rb_14), (void*)L_1);
|
|
// animator = GetComponentInChildren<Animator>();
|
|
Animator_t8A52E42AE54F76681838FE9E632683EF3952E883* L_2;
|
|
L_2 = Component_GetComponentInChildren_TisAnimator_t8A52E42AE54F76681838FE9E632683EF3952E883_mDB9FC26B94B8EE9CF1F88BFEC75DF06CC2E3A000(__this, Component_GetComponentInChildren_TisAnimator_t8A52E42AE54F76681838FE9E632683EF3952E883_mDB9FC26B94B8EE9CF1F88BFEC75DF06CC2E3A000_RuntimeMethod_var);
|
|
__this->___animator_15 = L_2;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___animator_15), (void*)L_2);
|
|
// player = GameObject.FindGameObjectWithTag("Player").transform;
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_3;
|
|
L_3 = GameObject_FindGameObjectWithTag_mF0229BC2074CE9EEA72FAB1E5A4BC2AEC3D2CDBE(_stringLiteralCAF8804297181FF007CA835529DD4477CFD94A70, NULL);
|
|
NullCheck(L_3);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_4;
|
|
L_4 = GameObject_get_transform_m0BC10ADFA1632166AE5544BDF9038A2650C2AE56(L_3, NULL);
|
|
__this->___player_10 = L_4;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___player_10), (void*)L_4);
|
|
// InvokeRepeating("UpdatePath", 0f, .5f);
|
|
MonoBehaviour_InvokeRepeating_mF208501E0E4918F9168BBBA5FC50D8F80D01514D(__this, _stringLiteralEA4794204F92E72456A88E6C1E39E92A22DA8333, (0.0f), (0.5f), NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void Claudia::UpdatePath()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Claudia_UpdatePath_m4EF00ECDA5CBC72DDF8B0F6826CBBC476357D994 (Claudia_t3B4385E120AF691D3F79244D4E34948D7E440335* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Claudia_OnPathComplete_m8E3CB0B29D5D28B59C04A320D509574546750E44_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnPathDelegate_tBC5D616171AC6FA3DFA2083777FDA787D35047D4_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (seeker.IsDone())
|
|
Seeker_t6FEA42FECA98333BE993B3BBFB7BBC08AC65D441* L_0 = __this->___seeker_13;
|
|
NullCheck(L_0);
|
|
bool L_1;
|
|
L_1 = Seeker_IsDone_m02E37DC5F042AC06A69BA1A65886B1BA9369EB2D(L_0, NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_0040;
|
|
}
|
|
}
|
|
{
|
|
// seeker.StartPath(rb.position, target.position, OnPathComplete);
|
|
Seeker_t6FEA42FECA98333BE993B3BBFB7BBC08AC65D441* L_2 = __this->___seeker_13;
|
|
Rigidbody2D_tBEBE9523CF4448544085AF46BF7E10AA499F320F* L_3 = __this->___rb_14;
|
|
NullCheck(L_3);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_4;
|
|
L_4 = Rigidbody2D_get_position_m07070C4416DFE2229070F95B349E411AE4869276(L_3, NULL);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_5;
|
|
L_5 = Vector2_op_Implicit_m6D9CABB2C791A192867D7A4559D132BE86DD3EB7_inline(L_4, NULL);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_6 = __this->___target_4;
|
|
NullCheck(L_6);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_7;
|
|
L_7 = Transform_get_position_m69CD5FA214FDAE7BB701552943674846C220FDE1(L_6, NULL);
|
|
OnPathDelegate_tBC5D616171AC6FA3DFA2083777FDA787D35047D4* L_8 = (OnPathDelegate_tBC5D616171AC6FA3DFA2083777FDA787D35047D4*)il2cpp_codegen_object_new(OnPathDelegate_tBC5D616171AC6FA3DFA2083777FDA787D35047D4_il2cpp_TypeInfo_var);
|
|
NullCheck(L_8);
|
|
OnPathDelegate__ctor_mD3FAB4AAEAF5DCAA68A6D1C3C8A7A9F316362C43(L_8, __this, (intptr_t)((void*)Claudia_OnPathComplete_m8E3CB0B29D5D28B59C04A320D509574546750E44_RuntimeMethod_var), NULL);
|
|
NullCheck(L_2);
|
|
Path_tF8373A11D8EE16052CE8F7D66EB9D74E17EE8F7A* L_9;
|
|
L_9 = Seeker_StartPath_m5F4742FD2F4BC23BB40FAA281193B5CCD1D63B8B(L_2, L_5, L_7, L_8, NULL);
|
|
}
|
|
|
|
IL_0040:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void Claudia::OnPathComplete(Pathfinding.Path)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Claudia_OnPathComplete_m8E3CB0B29D5D28B59C04A320D509574546750E44 (Claudia_t3B4385E120AF691D3F79244D4E34948D7E440335* __this, Path_tF8373A11D8EE16052CE8F7D66EB9D74E17EE8F7A* ___0_p, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// if (!p.error)
|
|
Path_tF8373A11D8EE16052CE8F7D66EB9D74E17EE8F7A* L_0 = ___0_p;
|
|
NullCheck(L_0);
|
|
bool L_1;
|
|
L_1 = Path_get_error_m53DE4309315C8B6A124412EC3CBF9AA514414FE2(L_0, NULL);
|
|
if (L_1)
|
|
{
|
|
goto IL_0016;
|
|
}
|
|
}
|
|
{
|
|
// path = p;
|
|
Path_tF8373A11D8EE16052CE8F7D66EB9D74E17EE8F7A* L_2 = ___0_p;
|
|
__this->___path_11 = L_2;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___path_11), (void*)L_2);
|
|
// currentWaypoint = 0;
|
|
__this->___currentWaypoint_12 = 0;
|
|
}
|
|
|
|
IL_0016:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void Claudia::FixedUpdate()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Claudia_FixedUpdate_m0CE1F9CC9A29037FA2191E0FBAD7A53A947D415E (Claudia_t3B4385E120AF691D3F79244D4E34948D7E440335* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m46EEFFA770BE665EA0CB3A5332E941DA4B3C1D37_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m8F2E15FC96DA75186C51228128A0660709E4E810_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Pause_tBA95B8E0340B28796AF51B491AF0D3EEC1F06DD7_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
{
|
|
// if (Pause.IsPause == false && Stop == false && InNear == true && StopAttack == false)
|
|
bool L_0 = ((Pause_tBA95B8E0340B28796AF51B491AF0D3EEC1F06DD7_StaticFields*)il2cpp_codegen_static_fields_for(Pause_tBA95B8E0340B28796AF51B491AF0D3EEC1F06DD7_il2cpp_TypeInfo_var))->___IsPause_4;
|
|
if (L_0)
|
|
{
|
|
goto IL_015b;
|
|
}
|
|
}
|
|
{
|
|
bool L_1 = __this->___Stop_16;
|
|
if (L_1)
|
|
{
|
|
goto IL_015b;
|
|
}
|
|
}
|
|
{
|
|
bool L_2 = __this->___InNear_22;
|
|
if (!L_2)
|
|
{
|
|
goto IL_015b;
|
|
}
|
|
}
|
|
{
|
|
bool L_3 = __this->___StopAttack_21;
|
|
if (L_3)
|
|
{
|
|
goto IL_015b;
|
|
}
|
|
}
|
|
{
|
|
// if (path == null)
|
|
Path_tF8373A11D8EE16052CE8F7D66EB9D74E17EE8F7A* L_4 = __this->___path_11;
|
|
if (L_4)
|
|
{
|
|
goto IL_0034;
|
|
}
|
|
}
|
|
{
|
|
// return;
|
|
return;
|
|
}
|
|
|
|
IL_0034:
|
|
{
|
|
// if (currentWaypoint >= path.vectorPath.Count)
|
|
int32_t L_5 = __this->___currentWaypoint_12;
|
|
Path_tF8373A11D8EE16052CE8F7D66EB9D74E17EE8F7A* L_6 = __this->___path_11;
|
|
NullCheck(L_6);
|
|
List_1_t77B94703E05C519A9010DD0614F757F974E1CD8B* L_7 = L_6->___vectorPath_9;
|
|
NullCheck(L_7);
|
|
int32_t L_8;
|
|
L_8 = List_1_get_Count_m46EEFFA770BE665EA0CB3A5332E941DA4B3C1D37_inline(L_7, List_1_get_Count_m46EEFFA770BE665EA0CB3A5332E941DA4B3C1D37_RuntimeMethod_var);
|
|
if ((((int32_t)L_5) < ((int32_t)L_8)))
|
|
{
|
|
goto IL_004d;
|
|
}
|
|
}
|
|
{
|
|
// return;
|
|
return;
|
|
}
|
|
|
|
IL_004d:
|
|
{
|
|
// Vector2 direction = ((Vector2)path.vectorPath[currentWaypoint] -rb.position).normalized;
|
|
Path_tF8373A11D8EE16052CE8F7D66EB9D74E17EE8F7A* L_9 = __this->___path_11;
|
|
NullCheck(L_9);
|
|
List_1_t77B94703E05C519A9010DD0614F757F974E1CD8B* L_10 = L_9->___vectorPath_9;
|
|
int32_t L_11 = __this->___currentWaypoint_12;
|
|
NullCheck(L_10);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_12;
|
|
L_12 = List_1_get_Item_m8F2E15FC96DA75186C51228128A0660709E4E810(L_10, L_11, List_1_get_Item_m8F2E15FC96DA75186C51228128A0660709E4E810_RuntimeMethod_var);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_13;
|
|
L_13 = Vector2_op_Implicit_mE8EBEE9291F11BB02F062D6E000F4798968CBD96_inline(L_12, NULL);
|
|
Rigidbody2D_tBEBE9523CF4448544085AF46BF7E10AA499F320F* L_14 = __this->___rb_14;
|
|
NullCheck(L_14);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_15;
|
|
L_15 = Rigidbody2D_get_position_m07070C4416DFE2229070F95B349E411AE4869276(L_14, NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_16;
|
|
L_16 = Vector2_op_Subtraction_m44475FCDAD2DA2F98D78A6625EC2DCDFE8803837_inline(L_13, L_15, NULL);
|
|
V_1 = L_16;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_17;
|
|
L_17 = Vector2_get_normalized_mF6722883AEFB5027690A778DF8ACC20F0FA65297_inline((&V_1), NULL);
|
|
// Vector2 force = direction * speed * Time.deltaTime;
|
|
float L_18 = __this->___speed_5;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_19;
|
|
L_19 = Vector2_op_Multiply_m2D984B613020089BF5165BA4CA10988E2DC771FE_inline(L_17, L_18, NULL);
|
|
float L_20;
|
|
L_20 = Time_get_deltaTime_mC3195000401F0FD167DD2F948FD2BC58330D0865(NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_21;
|
|
L_21 = Vector2_op_Multiply_m2D984B613020089BF5165BA4CA10988E2DC771FE_inline(L_19, L_20, NULL);
|
|
V_0 = L_21;
|
|
// rb.AddForce(force);
|
|
Rigidbody2D_tBEBE9523CF4448544085AF46BF7E10AA499F320F* L_22 = __this->___rb_14;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_23 = V_0;
|
|
NullCheck(L_22);
|
|
Rigidbody2D_AddForce_mC635C76F94D56891007700CA0E653EB269E955CB(L_22, L_23, NULL);
|
|
// float distance = Vector2.Distance(rb.position, path.vectorPath[currentWaypoint]);
|
|
Rigidbody2D_tBEBE9523CF4448544085AF46BF7E10AA499F320F* L_24 = __this->___rb_14;
|
|
NullCheck(L_24);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_25;
|
|
L_25 = Rigidbody2D_get_position_m07070C4416DFE2229070F95B349E411AE4869276(L_24, NULL);
|
|
Path_tF8373A11D8EE16052CE8F7D66EB9D74E17EE8F7A* L_26 = __this->___path_11;
|
|
NullCheck(L_26);
|
|
List_1_t77B94703E05C519A9010DD0614F757F974E1CD8B* L_27 = L_26->___vectorPath_9;
|
|
int32_t L_28 = __this->___currentWaypoint_12;
|
|
NullCheck(L_27);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_29;
|
|
L_29 = List_1_get_Item_m8F2E15FC96DA75186C51228128A0660709E4E810(L_27, L_28, List_1_get_Item_m8F2E15FC96DA75186C51228128A0660709E4E810_RuntimeMethod_var);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_30;
|
|
L_30 = Vector2_op_Implicit_mE8EBEE9291F11BB02F062D6E000F4798968CBD96_inline(L_29, NULL);
|
|
float L_31;
|
|
L_31 = Vector2_Distance_mBACBB1609E1894D68F882D86A93519E311810C89_inline(L_25, L_30, NULL);
|
|
// if (distance < nextWaypointDistance)
|
|
float L_32 = __this->___nextWaypointDistance_6;
|
|
if ((!(((float)L_31) < ((float)L_32))))
|
|
{
|
|
goto IL_00e3;
|
|
}
|
|
}
|
|
{
|
|
// currentWaypoint++;
|
|
int32_t L_33 = __this->___currentWaypoint_12;
|
|
__this->___currentWaypoint_12 = ((int32_t)il2cpp_codegen_add(L_33, 1));
|
|
}
|
|
|
|
IL_00e3:
|
|
{
|
|
// if (rb.velocity.x >= 0.01f)
|
|
Rigidbody2D_tBEBE9523CF4448544085AF46BF7E10AA499F320F* L_34 = __this->___rb_14;
|
|
NullCheck(L_34);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_35;
|
|
L_35 = Rigidbody2D_get_velocity_mBD8AC6F93F0E24CC41D2361BCEF74F81303720EF(L_34, NULL);
|
|
float L_36 = L_35.___x_0;
|
|
if ((!(((float)L_36) >= ((float)(0.00999999978f)))))
|
|
{
|
|
goto IL_0120;
|
|
}
|
|
}
|
|
{
|
|
// enemyGFX.transform.localScale = new Vector3(-1f, 1f, 1f);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_37 = __this->___enemyGFX_9;
|
|
NullCheck(L_37);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_38;
|
|
L_38 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(L_37, NULL);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_39;
|
|
memset((&L_39), 0, sizeof(L_39));
|
|
Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&L_39), (-1.0f), (1.0f), (1.0f), /*hidden argument*/NULL);
|
|
NullCheck(L_38);
|
|
Transform_set_localScale_mBA79E811BAF6C47B80FF76414C12B47B3CD03633(L_38, L_39, NULL);
|
|
goto IL_015b;
|
|
}
|
|
|
|
IL_0120:
|
|
{
|
|
// else if (rb.velocity.x <= -0.01f)
|
|
Rigidbody2D_tBEBE9523CF4448544085AF46BF7E10AA499F320F* L_40 = __this->___rb_14;
|
|
NullCheck(L_40);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_41;
|
|
L_41 = Rigidbody2D_get_velocity_mBD8AC6F93F0E24CC41D2361BCEF74F81303720EF(L_40, NULL);
|
|
float L_42 = L_41.___x_0;
|
|
if ((!(((float)L_42) <= ((float)(-0.00999999978f)))))
|
|
{
|
|
goto IL_015b;
|
|
}
|
|
}
|
|
{
|
|
// enemyGFX.transform.localScale = new Vector3(1f, 1f, 1f);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_43 = __this->___enemyGFX_9;
|
|
NullCheck(L_43);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_44;
|
|
L_44 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(L_43, NULL);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_45;
|
|
memset((&L_45), 0, sizeof(L_45));
|
|
Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&L_45), (1.0f), (1.0f), (1.0f), /*hidden argument*/NULL);
|
|
NullCheck(L_44);
|
|
Transform_set_localScale_mBA79E811BAF6C47B80FF76414C12B47B3CD03633(L_44, L_45, NULL);
|
|
}
|
|
|
|
IL_015b:
|
|
{
|
|
// distance = Vector2.Distance(transform.position, player.position);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_46;
|
|
L_46 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(__this, NULL);
|
|
NullCheck(L_46);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_47;
|
|
L_47 = Transform_get_position_m69CD5FA214FDAE7BB701552943674846C220FDE1(L_46, NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_48;
|
|
L_48 = Vector2_op_Implicit_mE8EBEE9291F11BB02F062D6E000F4798968CBD96_inline(L_47, NULL);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_49 = __this->___player_10;
|
|
NullCheck(L_49);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_50;
|
|
L_50 = Transform_get_position_m69CD5FA214FDAE7BB701552943674846C220FDE1(L_49, NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_51;
|
|
L_51 = Vector2_op_Implicit_mE8EBEE9291F11BB02F062D6E000F4798968CBD96_inline(L_50, NULL);
|
|
float L_52;
|
|
L_52 = Vector2_Distance_mBACBB1609E1894D68F882D86A93519E311810C89_inline(L_48, L_51, NULL);
|
|
__this->___distance_8 = L_52;
|
|
// if (distance < range && Pause.IsPause == false)
|
|
float L_53 = __this->___distance_8;
|
|
float L_54 = __this->___range_7;
|
|
if ((!(((float)L_53) < ((float)L_54))))
|
|
{
|
|
goto IL_01e6;
|
|
}
|
|
}
|
|
{
|
|
bool L_55 = ((Pause_tBA95B8E0340B28796AF51B491AF0D3EEC1F06DD7_StaticFields*)il2cpp_codegen_static_fields_for(Pause_tBA95B8E0340B28796AF51B491AF0D3EEC1F06DD7_il2cpp_TypeInfo_var))->___IsPause_4;
|
|
if (L_55)
|
|
{
|
|
goto IL_01e6;
|
|
}
|
|
}
|
|
{
|
|
// InNear = true;
|
|
__this->___InNear_22 = (bool)1;
|
|
// distance = Vector2.Distance(transform.position, player.position);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_56;
|
|
L_56 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(__this, NULL);
|
|
NullCheck(L_56);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_57;
|
|
L_57 = Transform_get_position_m69CD5FA214FDAE7BB701552943674846C220FDE1(L_56, NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_58;
|
|
L_58 = Vector2_op_Implicit_mE8EBEE9291F11BB02F062D6E000F4798968CBD96_inline(L_57, NULL);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_59 = __this->___player_10;
|
|
NullCheck(L_59);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_60;
|
|
L_60 = Transform_get_position_m69CD5FA214FDAE7BB701552943674846C220FDE1(L_59, NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_61;
|
|
L_61 = Vector2_op_Implicit_mE8EBEE9291F11BB02F062D6E000F4798968CBD96_inline(L_60, NULL);
|
|
float L_62;
|
|
L_62 = Vector2_Distance_mBACBB1609E1894D68F882D86A93519E311810C89_inline(L_58, L_61, NULL);
|
|
__this->___distance_8 = L_62;
|
|
// if (distance > range)
|
|
float L_63 = __this->___distance_8;
|
|
float L_64 = __this->___range_7;
|
|
if ((!(((float)L_63) > ((float)L_64))))
|
|
{
|
|
goto IL_01e6;
|
|
}
|
|
}
|
|
{
|
|
// Destroy(gameObject);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_65;
|
|
L_65 = Component_get_gameObject_m57AEFBB14DB39EC476F740BA000E170355DE691B(__this, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
Object_Destroy_mE97D0A766419A81296E8D4E5C23D01D3FE91ACBB(L_65, NULL);
|
|
}
|
|
|
|
IL_01e6:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void Claudia::OnCollisionEnter2D(UnityEngine.Collision2D)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Claudia_OnCollisionEnter2D_m7BD8E1C540EAA45CC74379FE3A9A0BD614C53B08 (Claudia_t3B4385E120AF691D3F79244D4E34948D7E440335* __this, Collision2D_t81E83212C969FDDE2AB84EBCA31502818EEAB85B* ___0_collision, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCAF8804297181FF007CA835529DD4477CFD94A70);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (collision.gameObject.tag == "Player" && StopAttack == false)
|
|
Collision2D_t81E83212C969FDDE2AB84EBCA31502818EEAB85B* L_0 = ___0_collision;
|
|
NullCheck(L_0);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_1;
|
|
L_1 = Collision2D_get_gameObject_mE4B3D56F3477F7D2D6D7B217DF5488DA1D13204C(L_0, NULL);
|
|
NullCheck(L_1);
|
|
String_t* L_2;
|
|
L_2 = GameObject_get_tag_mEDD27BF795072834D656B286CBE51B2C99747805(L_1, NULL);
|
|
bool L_3;
|
|
L_3 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_2, _stringLiteralCAF8804297181FF007CA835529DD4477CFD94A70, NULL);
|
|
if (!L_3)
|
|
{
|
|
goto IL_002c;
|
|
}
|
|
}
|
|
{
|
|
bool L_4 = __this->___StopAttack_21;
|
|
if (L_4)
|
|
{
|
|
goto IL_002c;
|
|
}
|
|
}
|
|
{
|
|
// StartCoroutine(Attack());
|
|
RuntimeObject* L_5;
|
|
L_5 = Claudia_Attack_m2EE8B905C13A3A3B46592CBA0C1D275B6A1FD8F2(__this, NULL);
|
|
Coroutine_t85EA685566A254C23F3FD77AB5BDFFFF8799596B* L_6;
|
|
L_6 = MonoBehaviour_StartCoroutine_m4CAFF732AA28CD3BDC5363B44A863575530EC812(__this, L_5, NULL);
|
|
}
|
|
|
|
IL_002c:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void Claudia::OnTriggerEnter2D(UnityEngine.Collider2D)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Claudia_OnTriggerEnter2D_m22A7E32BBDCB19CD117C98E72DF6EB5ABBDA1A57 (Claudia_t3B4385E120AF691D3F79244D4E34948D7E440335* __this, Collider2D_t6A17BA7734600EF3F26588E9ED903617D5B8EB52* ___0_collider, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral87EC9E6B1D53FB72E3610EE8D1FBACA5F8D07BB0);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (collider.gameObject.tag == "Bullet" && distance < range && TimeStopHearting == false)
|
|
Collider2D_t6A17BA7734600EF3F26588E9ED903617D5B8EB52* L_0 = ___0_collider;
|
|
NullCheck(L_0);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_1;
|
|
L_1 = Component_get_gameObject_m57AEFBB14DB39EC476F740BA000E170355DE691B(L_0, NULL);
|
|
NullCheck(L_1);
|
|
String_t* L_2;
|
|
L_2 = GameObject_get_tag_mEDD27BF795072834D656B286CBE51B2C99747805(L_1, NULL);
|
|
bool L_3;
|
|
L_3 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_2, _stringLiteral87EC9E6B1D53FB72E3610EE8D1FBACA5F8D07BB0, NULL);
|
|
if (!L_3)
|
|
{
|
|
goto IL_0042;
|
|
}
|
|
}
|
|
{
|
|
float L_4 = __this->___distance_8;
|
|
float L_5 = __this->___range_7;
|
|
if ((!(((float)L_4) < ((float)L_5))))
|
|
{
|
|
goto IL_0042;
|
|
}
|
|
}
|
|
{
|
|
bool L_6 = __this->___TimeStopHearting_20;
|
|
if (L_6)
|
|
{
|
|
goto IL_0042;
|
|
}
|
|
}
|
|
{
|
|
// StartCoroutine(BulletAttacked());
|
|
RuntimeObject* L_7;
|
|
L_7 = Claudia_BulletAttacked_mD033A599C603935AB445C82A1B15B31074E49FD1(__this, NULL);
|
|
Coroutine_t85EA685566A254C23F3FD77AB5BDFFFF8799596B* L_8;
|
|
L_8 = MonoBehaviour_StartCoroutine_m4CAFF732AA28CD3BDC5363B44A863575530EC812(__this, L_7, NULL);
|
|
// TakeDamage(50);
|
|
Claudia_TakeDamage_m8687D05F93F1F5EA5E98609B67324D57A79C255D(__this, ((int32_t)50), NULL);
|
|
}
|
|
|
|
IL_0042:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void Claudia::TakeDamage(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Claudia_TakeDamage_m8687D05F93F1F5EA5E98609B67324D57A79C255D (Claudia_t3B4385E120AF691D3F79244D4E34948D7E440335* __this, int32_t ___0_damage, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MainMenu_t5A8A8E4906FD2B24D16567A6BFFDAA6B91DD12DF_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (MainMenu.ExitLevel == false)
|
|
bool L_0 = ((MainMenu_t5A8A8E4906FD2B24D16567A6BFFDAA6B91DD12DF_StaticFields*)il2cpp_codegen_static_fields_for(MainMenu_t5A8A8E4906FD2B24D16567A6BFFDAA6B91DD12DF_il2cpp_TypeInfo_var))->___ExitLevel_32;
|
|
if (L_0)
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
// health -= damage;
|
|
int32_t L_1 = __this->___health_18;
|
|
int32_t L_2 = ___0_damage;
|
|
__this->___health_18 = ((int32_t)il2cpp_codegen_subtract(L_1, L_2));
|
|
// if (health <= 0)
|
|
int32_t L_3 = __this->___health_18;
|
|
if ((((int32_t)L_3) > ((int32_t)0)))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
// Die();
|
|
Claudia_Die_m7556E8F2F178246B6303FC03A99675067B9EF037(__this, NULL);
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void Claudia::Die()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Claudia_Die_m7556E8F2F178246B6303FC03A99675067B9EF037 (Claudia_t3B4385E120AF691D3F79244D4E34948D7E440335* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_Instantiate_TisGameObject_t76FEDD663AB33C991A9C9A23129337651094216F_m831D2F71DF2AA6C93AFDFEFA04CF2CFC5FBBCDB4_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// Instantiate(deathEffect, transform.position, Quaternion.identity);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_0 = __this->___deathEffect_19;
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_1;
|
|
L_1 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(__this, NULL);
|
|
NullCheck(L_1);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_2;
|
|
L_2 = Transform_get_position_m69CD5FA214FDAE7BB701552943674846C220FDE1(L_1, NULL);
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_3;
|
|
L_3 = Quaternion_get_identity_m7E701AE095ED10FD5EA0B50ABCFDE2EEFF2173A5_inline(NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_4;
|
|
L_4 = Object_Instantiate_TisGameObject_t76FEDD663AB33C991A9C9A23129337651094216F_m831D2F71DF2AA6C93AFDFEFA04CF2CFC5FBBCDB4(L_0, L_2, L_3, Object_Instantiate_TisGameObject_t76FEDD663AB33C991A9C9A23129337651094216F_m831D2F71DF2AA6C93AFDFEFA04CF2CFC5FBBCDB4_RuntimeMethod_var);
|
|
// Destroy(gameObject);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_5;
|
|
L_5 = Component_get_gameObject_m57AEFBB14DB39EC476F740BA000E170355DE691B(__this, NULL);
|
|
Object_Destroy_mE97D0A766419A81296E8D4E5C23D01D3FE91ACBB(L_5, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Collections.IEnumerator Claudia::Attack()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Claudia_Attack_m2EE8B905C13A3A3B46592CBA0C1D275B6A1FD8F2 (Claudia_t3B4385E120AF691D3F79244D4E34948D7E440335* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CAttackU3Ed__27_t52A4B7D31F728FDEF71E0B7B1745E551E4DD5CE5_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
U3CAttackU3Ed__27_t52A4B7D31F728FDEF71E0B7B1745E551E4DD5CE5* L_0 = (U3CAttackU3Ed__27_t52A4B7D31F728FDEF71E0B7B1745E551E4DD5CE5*)il2cpp_codegen_object_new(U3CAttackU3Ed__27_t52A4B7D31F728FDEF71E0B7B1745E551E4DD5CE5_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
U3CAttackU3Ed__27__ctor_m12A956D920037BBE87772C1816352EAE9D89A2A0(L_0, 0, NULL);
|
|
U3CAttackU3Ed__27_t52A4B7D31F728FDEF71E0B7B1745E551E4DD5CE5* L_1 = L_0;
|
|
NullCheck(L_1);
|
|
L_1->___U3CU3E4__this_2 = __this;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_1->___U3CU3E4__this_2), (void*)__this);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Collections.IEnumerator Claudia::BulletAttacked()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Claudia_BulletAttacked_mD033A599C603935AB445C82A1B15B31074E49FD1 (Claudia_t3B4385E120AF691D3F79244D4E34948D7E440335* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CBulletAttackedU3Ed__28_tABA8E0C071F9F822C9430063C885778A41B50A3D_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
U3CBulletAttackedU3Ed__28_tABA8E0C071F9F822C9430063C885778A41B50A3D* L_0 = (U3CBulletAttackedU3Ed__28_tABA8E0C071F9F822C9430063C885778A41B50A3D*)il2cpp_codegen_object_new(U3CBulletAttackedU3Ed__28_tABA8E0C071F9F822C9430063C885778A41B50A3D_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
U3CBulletAttackedU3Ed__28__ctor_mEEE23C126F5692370CC9EFC9F45B4D7FC586A520(L_0, 0, NULL);
|
|
U3CBulletAttackedU3Ed__28_tABA8E0C071F9F822C9430063C885778A41B50A3D* L_1 = L_0;
|
|
NullCheck(L_1);
|
|
L_1->___U3CU3E4__this_2 = __this;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_1->___U3CU3E4__this_2), (void*)__this);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Void Claudia::Update()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Claudia_Update_m0F0BA9F94CA6FD944D199A8F9398F913F4CF6411 (Claudia_t3B4385E120AF691D3F79244D4E34948D7E440335* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Pause_tBA95B8E0340B28796AF51B491AF0D3EEC1F06DD7_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (Pause.IsPause == false)
|
|
bool L_0 = ((Pause_tBA95B8E0340B28796AF51B491AF0D3EEC1F06DD7_StaticFields*)il2cpp_codegen_static_fields_for(Pause_tBA95B8E0340B28796AF51B491AF0D3EEC1F06DD7_il2cpp_TypeInfo_var))->___IsPause_4;
|
|
if (L_0)
|
|
{
|
|
goto IL_0015;
|
|
}
|
|
}
|
|
{
|
|
// if (!IsOnGround())
|
|
bool L_1;
|
|
L_1 = Claudia_IsOnGround_m81CA78FC0784FF3345F44164909BB167105AC0E2(__this, NULL);
|
|
if (L_1)
|
|
{
|
|
goto IL_0015;
|
|
}
|
|
}
|
|
{
|
|
// DestroyEnemy();
|
|
Claudia_DestroyEnemy_m19B02F0EF39F91068A1B84C097B0F14C32124CAA(__this, NULL);
|
|
}
|
|
|
|
IL_0015:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean Claudia::IsOnGround()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Claudia_IsOnGround_m81CA78FC0784FF3345F44164909BB167105AC0E2 (Claudia_t3B4385E120AF691D3F79244D4E34948D7E440335* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Physics2D_t64C0DB5246067DAC2E83A52558A0AC68AF3BE94D_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7A65EFC5BB52048E35B0D3E2214BCF8CE116440A);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Bounds_t367E830C64BBF235ED8C3B2F8CF6254FDCAD39C3 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
Collider2DU5BU5D_t4771A44B23D278BC01AB6ED33A9A28E48DC0B034* V_1 = NULL;
|
|
int32_t V_2 = 0;
|
|
{
|
|
// Collider2D[] colliders = Physics2D.OverlapBoxAll(groundCheckCollider.bounds.center, groundCheckCollider.bounds.size, 0f);
|
|
Collider2D_t6A17BA7734600EF3F26588E9ED903617D5B8EB52* L_0 = __this->___groundCheckCollider_17;
|
|
NullCheck(L_0);
|
|
Bounds_t367E830C64BBF235ED8C3B2F8CF6254FDCAD39C3 L_1;
|
|
L_1 = Collider2D_get_bounds_m74F65CE702BA9D9EED05B870325B4FE3B2401B5E(L_0, NULL);
|
|
V_0 = L_1;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_2;
|
|
L_2 = Bounds_get_center_m5B05F81CB835EB6DD8628FDA24B638F477984DC3((&V_0), NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_3;
|
|
L_3 = Vector2_op_Implicit_mE8EBEE9291F11BB02F062D6E000F4798968CBD96_inline(L_2, NULL);
|
|
Collider2D_t6A17BA7734600EF3F26588E9ED903617D5B8EB52* L_4 = __this->___groundCheckCollider_17;
|
|
NullCheck(L_4);
|
|
Bounds_t367E830C64BBF235ED8C3B2F8CF6254FDCAD39C3 L_5;
|
|
L_5 = Collider2D_get_bounds_m74F65CE702BA9D9EED05B870325B4FE3B2401B5E(L_4, NULL);
|
|
V_0 = L_5;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_6;
|
|
L_6 = Bounds_get_size_m0699A53A55A78B3201D7270D6F338DFA91B6FAD4((&V_0), NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_7;
|
|
L_7 = Vector2_op_Implicit_mE8EBEE9291F11BB02F062D6E000F4798968CBD96_inline(L_6, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Physics2D_t64C0DB5246067DAC2E83A52558A0AC68AF3BE94D_il2cpp_TypeInfo_var);
|
|
Collider2DU5BU5D_t4771A44B23D278BC01AB6ED33A9A28E48DC0B034* L_8;
|
|
L_8 = Physics2D_OverlapBoxAll_mBE79BB1EA100B859488D14DE01EA77E68DBD434D(L_3, L_7, (0.0f), NULL);
|
|
// foreach (Collider2D collider in colliders)
|
|
V_1 = L_8;
|
|
V_2 = 0;
|
|
goto IL_0059;
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
// foreach (Collider2D collider in colliders)
|
|
Collider2DU5BU5D_t4771A44B23D278BC01AB6ED33A9A28E48DC0B034* L_9 = V_1;
|
|
int32_t L_10 = V_2;
|
|
NullCheck(L_9);
|
|
int32_t L_11 = L_10;
|
|
Collider2D_t6A17BA7734600EF3F26588E9ED903617D5B8EB52* L_12 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
|
|
// if (collider.gameObject.CompareTag("Ground"))
|
|
NullCheck(L_12);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_13;
|
|
L_13 = Component_get_gameObject_m57AEFBB14DB39EC476F740BA000E170355DE691B(L_12, NULL);
|
|
NullCheck(L_13);
|
|
bool L_14;
|
|
L_14 = GameObject_CompareTag_m6378BE50D009A93D46036F74CC3F7E2ECB0636E5(L_13, _stringLiteral7A65EFC5BB52048E35B0D3E2214BCF8CE116440A, NULL);
|
|
if (!L_14)
|
|
{
|
|
goto IL_0055;
|
|
}
|
|
}
|
|
{
|
|
// return true;
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0055:
|
|
{
|
|
int32_t L_15 = V_2;
|
|
V_2 = ((int32_t)il2cpp_codegen_add(L_15, 1));
|
|
}
|
|
|
|
IL_0059:
|
|
{
|
|
// foreach (Collider2D collider in colliders)
|
|
int32_t L_16 = V_2;
|
|
Collider2DU5BU5D_t4771A44B23D278BC01AB6ED33A9A28E48DC0B034* L_17 = V_1;
|
|
NullCheck(L_17);
|
|
if ((((int32_t)L_16) < ((int32_t)((int32_t)(((RuntimeArray*)L_17)->max_length)))))
|
|
{
|
|
goto IL_003f;
|
|
}
|
|
}
|
|
{
|
|
// return false;
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Void Claudia::DestroyEnemy()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Claudia_DestroyEnemy_m19B02F0EF39F91068A1B84C097B0F14C32124CAA (Claudia_t3B4385E120AF691D3F79244D4E34948D7E440335* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_Instantiate_TisGameObject_t76FEDD663AB33C991A9C9A23129337651094216F_m831D2F71DF2AA6C93AFDFEFA04CF2CFC5FBBCDB4_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// Instantiate(deathEffect, transform.position, Quaternion.identity);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_0 = __this->___deathEffect_19;
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_1;
|
|
L_1 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(__this, NULL);
|
|
NullCheck(L_1);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_2;
|
|
L_2 = Transform_get_position_m69CD5FA214FDAE7BB701552943674846C220FDE1(L_1, NULL);
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_3;
|
|
L_3 = Quaternion_get_identity_m7E701AE095ED10FD5EA0B50ABCFDE2EEFF2173A5_inline(NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_4;
|
|
L_4 = Object_Instantiate_TisGameObject_t76FEDD663AB33C991A9C9A23129337651094216F_m831D2F71DF2AA6C93AFDFEFA04CF2CFC5FBBCDB4(L_0, L_2, L_3, Object_Instantiate_TisGameObject_t76FEDD663AB33C991A9C9A23129337651094216F_m831D2F71DF2AA6C93AFDFEFA04CF2CFC5FBBCDB4_RuntimeMethod_var);
|
|
// Destroy(gameObject);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_5;
|
|
L_5 = Component_get_gameObject_m57AEFBB14DB39EC476F740BA000E170355DE691B(__this, NULL);
|
|
Object_Destroy_mE97D0A766419A81296E8D4E5C23D01D3FE91ACBB(L_5, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void Claudia::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Claudia__ctor_mED6FBE52CCC0D5F74024FB6198D4BBF7CFE60743 (Claudia_t3B4385E120AF691D3F79244D4E34948D7E440335* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public float speed = 200f;
|
|
__this->___speed_5 = (200.0f);
|
|
// public float nextWaypointDistance = 3f;
|
|
__this->___nextWaypointDistance_6 = (3.0f);
|
|
// public float range = 10f; // the range at which the enemy will start moving towards the player
|
|
__this->___range_7 = (10.0f);
|
|
// public int health = 100;
|
|
__this->___health_18 = ((int32_t)100);
|
|
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 Claudia/<Attack>d__27::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CAttackU3Ed__27__ctor_m12A956D920037BBE87772C1816352EAE9D89A2A0 (U3CAttackU3Ed__27_t52A4B7D31F728FDEF71E0B7B1745E551E4DD5CE5* __this, int32_t ___0_U3CU3E1__state, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
int32_t L_0 = ___0_U3CU3E1__state;
|
|
__this->___U3CU3E1__state_0 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// System.Void Claudia/<Attack>d__27::System.IDisposable.Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CAttackU3Ed__27_System_IDisposable_Dispose_m6730886088AABF661DD0A70457642A06F251D043 (U3CAttackU3Ed__27_t52A4B7D31F728FDEF71E0B7B1745E551E4DD5CE5* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean Claudia/<Attack>d__27::MoveNext()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CAttackU3Ed__27_MoveNext_m3DE636E2D57083C6EC671BE5D4592320F89E5A76 (U3CAttackU3Ed__27_t52A4B7D31F728FDEF71E0B7B1745E551E4DD5CE5* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enemy_t10DB314C96B1CE78B8D967CD3B39F05126409BBB_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral508450355DF2A5BB172C6D21A5C54D7806587D91);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
Claudia_t3B4385E120AF691D3F79244D4E34948D7E440335* V_1 = NULL;
|
|
{
|
|
int32_t L_0 = __this->___U3CU3E1__state_0;
|
|
V_0 = L_0;
|
|
Claudia_t3B4385E120AF691D3F79244D4E34948D7E440335* L_1 = __this->___U3CU3E4__this_2;
|
|
V_1 = L_1;
|
|
int32_t L_2 = V_0;
|
|
if (!L_2)
|
|
{
|
|
goto IL_0017;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_3 = V_0;
|
|
if ((((int32_t)L_3) == ((int32_t)1)))
|
|
{
|
|
goto IL_0055;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0017:
|
|
{
|
|
__this->___U3CU3E1__state_0 = (-1);
|
|
// StopAttack = true;
|
|
Claudia_t3B4385E120AF691D3F79244D4E34948D7E440335* L_4 = V_1;
|
|
NullCheck(L_4);
|
|
L_4->___StopAttack_21 = (bool)1;
|
|
// animator.SetBool("Attack", true);
|
|
Claudia_t3B4385E120AF691D3F79244D4E34948D7E440335* L_5 = V_1;
|
|
NullCheck(L_5);
|
|
Animator_t8A52E42AE54F76681838FE9E632683EF3952E883* L_6 = L_5->___animator_15;
|
|
NullCheck(L_6);
|
|
Animator_SetBool_m6F8D4FAF0770CD4EC1F54406249785DE7391E42B(L_6, _stringLiteral508450355DF2A5BB172C6D21A5C54D7806587D91, (bool)1, NULL);
|
|
// Enemy.TakedDamage = true;
|
|
((Enemy_t10DB314C96B1CE78B8D967CD3B39F05126409BBB_StaticFields*)il2cpp_codegen_static_fields_for(Enemy_t10DB314C96B1CE78B8D967CD3B39F05126409BBB_il2cpp_TypeInfo_var))->___TakedDamage_4 = (bool)1;
|
|
// yield return new WaitForSeconds(2.0f);
|
|
WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3* L_7 = (WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3*)il2cpp_codegen_object_new(WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3_il2cpp_TypeInfo_var);
|
|
NullCheck(L_7);
|
|
WaitForSeconds__ctor_m579F95BADEDBAB4B3A7E302C6EE3995926EF2EFC(L_7, (2.0f), NULL);
|
|
__this->___U3CU3E2__current_1 = L_7;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CU3E2__current_1), (void*)L_7);
|
|
__this->___U3CU3E1__state_0 = 1;
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0055:
|
|
{
|
|
__this->___U3CU3E1__state_0 = (-1);
|
|
// animator.SetBool("Attack", false);
|
|
Claudia_t3B4385E120AF691D3F79244D4E34948D7E440335* L_8 = V_1;
|
|
NullCheck(L_8);
|
|
Animator_t8A52E42AE54F76681838FE9E632683EF3952E883* L_9 = L_8->___animator_15;
|
|
NullCheck(L_9);
|
|
Animator_SetBool_m6F8D4FAF0770CD4EC1F54406249785DE7391E42B(L_9, _stringLiteral508450355DF2A5BB172C6D21A5C54D7806587D91, (bool)0, NULL);
|
|
// StopAttack = false;
|
|
Claudia_t3B4385E120AF691D3F79244D4E34948D7E440335* L_10 = V_1;
|
|
NullCheck(L_10);
|
|
L_10->___StopAttack_21 = (bool)0;
|
|
// }
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Object Claudia/<Attack>d__27::System.Collections.Generic.IEnumerator<System.Object>.get_Current()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CAttackU3Ed__27_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_mC735BC7DC89DD6EB20D3CDFFEA6CBF2EEEC683F0 (U3CAttackU3Ed__27_t52A4B7D31F728FDEF71E0B7B1745E551E4DD5CE5* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject* L_0 = __this->___U3CU3E2__current_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void Claudia/<Attack>d__27::System.Collections.IEnumerator.Reset()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CAttackU3Ed__27_System_Collections_IEnumerator_Reset_m25C73E340292FB8139D01D6CCFFC22F6F97BD840 (U3CAttackU3Ed__27_t52A4B7D31F728FDEF71E0B7B1745E551E4DD5CE5* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* L_0 = (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_0);
|
|
NotSupportedException__ctor_m1398D0CDE19B36AA3DE9392879738C1EA2439CDF(L_0, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CAttackU3Ed__27_System_Collections_IEnumerator_Reset_m25C73E340292FB8139D01D6CCFFC22F6F97BD840_RuntimeMethod_var)));
|
|
}
|
|
}
|
|
// System.Object Claudia/<Attack>d__27::System.Collections.IEnumerator.get_Current()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CAttackU3Ed__27_System_Collections_IEnumerator_get_Current_m1DE87FED90D88A6B5AB03DB15763D4DBD4260E97 (U3CAttackU3Ed__27_t52A4B7D31F728FDEF71E0B7B1745E551E4DD5CE5* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject* L_0 = __this->___U3CU3E2__current_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void Claudia/<BulletAttacked>d__28::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CBulletAttackedU3Ed__28__ctor_mEEE23C126F5692370CC9EFC9F45B4D7FC586A520 (U3CBulletAttackedU3Ed__28_tABA8E0C071F9F822C9430063C885778A41B50A3D* __this, int32_t ___0_U3CU3E1__state, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
int32_t L_0 = ___0_U3CU3E1__state;
|
|
__this->___U3CU3E1__state_0 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// System.Void Claudia/<BulletAttacked>d__28::System.IDisposable.Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CBulletAttackedU3Ed__28_System_IDisposable_Dispose_m9FB03DAFCB4AD7C596B3D4ABB195D4C838810926 (U3CBulletAttackedU3Ed__28_tABA8E0C071F9F822C9430063C885778A41B50A3D* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean Claudia/<BulletAttacked>d__28::MoveNext()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CBulletAttackedU3Ed__28_MoveNext_m6FBB69386499078231F9ECD60116CC3A15E6134A (U3CBulletAttackedU3Ed__28_tABA8E0C071F9F822C9430063C885778A41B50A3D* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral13CED75BBB7DCAD57996F7422897CAF3E454AA29);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
Claudia_t3B4385E120AF691D3F79244D4E34948D7E440335* V_1 = NULL;
|
|
{
|
|
int32_t L_0 = __this->___U3CU3E1__state_0;
|
|
V_0 = L_0;
|
|
Claudia_t3B4385E120AF691D3F79244D4E34948D7E440335* L_1 = __this->___U3CU3E4__this_2;
|
|
V_1 = L_1;
|
|
int32_t L_2 = V_0;
|
|
if (!L_2)
|
|
{
|
|
goto IL_0017;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_3 = V_0;
|
|
if ((((int32_t)L_3) == ((int32_t)1)))
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0017:
|
|
{
|
|
__this->___U3CU3E1__state_0 = (-1);
|
|
// Stop = true;
|
|
Claudia_t3B4385E120AF691D3F79244D4E34948D7E440335* L_4 = V_1;
|
|
NullCheck(L_4);
|
|
L_4->___Stop_16 = (bool)1;
|
|
// animator.SetBool("Damage", true);
|
|
Claudia_t3B4385E120AF691D3F79244D4E34948D7E440335* L_5 = V_1;
|
|
NullCheck(L_5);
|
|
Animator_t8A52E42AE54F76681838FE9E632683EF3952E883* L_6 = L_5->___animator_15;
|
|
NullCheck(L_6);
|
|
Animator_SetBool_m6F8D4FAF0770CD4EC1F54406249785DE7391E42B(L_6, _stringLiteral13CED75BBB7DCAD57996F7422897CAF3E454AA29, (bool)1, NULL);
|
|
// TimeStopHearting = true;
|
|
Claudia_t3B4385E120AF691D3F79244D4E34948D7E440335* L_7 = V_1;
|
|
NullCheck(L_7);
|
|
L_7->___TimeStopHearting_20 = (bool)1;
|
|
// yield return new WaitForSeconds(2.0f);
|
|
WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3* L_8 = (WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3*)il2cpp_codegen_object_new(WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3_il2cpp_TypeInfo_var);
|
|
NullCheck(L_8);
|
|
WaitForSeconds__ctor_m579F95BADEDBAB4B3A7E302C6EE3995926EF2EFC(L_8, (2.0f), NULL);
|
|
__this->___U3CU3E2__current_1 = L_8;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CU3E2__current_1), (void*)L_8);
|
|
__this->___U3CU3E1__state_0 = 1;
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
__this->___U3CU3E1__state_0 = (-1);
|
|
// TimeStopHearting = false;
|
|
Claudia_t3B4385E120AF691D3F79244D4E34948D7E440335* L_9 = V_1;
|
|
NullCheck(L_9);
|
|
L_9->___TimeStopHearting_20 = (bool)0;
|
|
// animator.SetBool("Damage", false);
|
|
Claudia_t3B4385E120AF691D3F79244D4E34948D7E440335* L_10 = V_1;
|
|
NullCheck(L_10);
|
|
Animator_t8A52E42AE54F76681838FE9E632683EF3952E883* L_11 = L_10->___animator_15;
|
|
NullCheck(L_11);
|
|
Animator_SetBool_m6F8D4FAF0770CD4EC1F54406249785DE7391E42B(L_11, _stringLiteral13CED75BBB7DCAD57996F7422897CAF3E454AA29, (bool)0, NULL);
|
|
// Stop = false;
|
|
Claudia_t3B4385E120AF691D3F79244D4E34948D7E440335* L_12 = V_1;
|
|
NullCheck(L_12);
|
|
L_12->___Stop_16 = (bool)0;
|
|
// }
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Object Claudia/<BulletAttacked>d__28::System.Collections.Generic.IEnumerator<System.Object>.get_Current()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CBulletAttackedU3Ed__28_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_m2FF27BA73FDD294FFC89A5A151890BE73BEF3290 (U3CBulletAttackedU3Ed__28_tABA8E0C071F9F822C9430063C885778A41B50A3D* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject* L_0 = __this->___U3CU3E2__current_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void Claudia/<BulletAttacked>d__28::System.Collections.IEnumerator.Reset()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CBulletAttackedU3Ed__28_System_Collections_IEnumerator_Reset_m5DC4A2B6BA79D61E3C8E1454F131DEAAA54C9038 (U3CBulletAttackedU3Ed__28_tABA8E0C071F9F822C9430063C885778A41B50A3D* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* L_0 = (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_0);
|
|
NotSupportedException__ctor_m1398D0CDE19B36AA3DE9392879738C1EA2439CDF(L_0, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CBulletAttackedU3Ed__28_System_Collections_IEnumerator_Reset_m5DC4A2B6BA79D61E3C8E1454F131DEAAA54C9038_RuntimeMethod_var)));
|
|
}
|
|
}
|
|
// System.Object Claudia/<BulletAttacked>d__28::System.Collections.IEnumerator.get_Current()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CBulletAttackedU3Ed__28_System_Collections_IEnumerator_get_Current_mFE4EA190F64B89D80C5DEC6746AAFF76DE730E11 (U3CBulletAttackedU3Ed__28_tABA8E0C071F9F822C9430063C885778A41B50A3D* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject* L_0 = __this->___U3CU3E2__current_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void BulletNugget::Start()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BulletNugget_Start_mC7DE477CD5A77CD0DDAE42634115FF5E199FB4EF (BulletNugget_t948264ED1EB31D25E0304C36FB5E8359D0FC698A* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Firnschliff_t10763D693AFFD85CD0B8094B4526E1445DA3325C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (Firnschliff.BulletNuggetDirection == 0f)
|
|
float L_0 = ((Firnschliff_t10763D693AFFD85CD0B8094B4526E1445DA3325C_StaticFields*)il2cpp_codegen_static_fields_for(Firnschliff_t10763D693AFFD85CD0B8094B4526E1445DA3325C_il2cpp_TypeInfo_var))->___BulletNuggetDirection_17;
|
|
if ((!(((float)L_0) == ((float)(0.0f)))))
|
|
{
|
|
goto IL_0037;
|
|
}
|
|
}
|
|
{
|
|
// rb.velocity = -transform.right * speed;
|
|
Rigidbody2D_tBEBE9523CF4448544085AF46BF7E10AA499F320F* L_1 = __this->___rb_6;
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_2;
|
|
L_2 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(__this, NULL);
|
|
NullCheck(L_2);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_3;
|
|
L_3 = Transform_get_right_mC6DC057C23313802E2186A9E0DB760D795A758A4(L_2, NULL);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_4;
|
|
L_4 = Vector3_op_UnaryNegation_m5450829F333BD2A88AF9A592C4EE331661225915_inline(L_3, NULL);
|
|
float L_5 = __this->___speed_4;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_6;
|
|
L_6 = Vector3_op_Multiply_m87BA7C578F96C8E49BB07088DAAC4649F83B0353_inline(L_4, L_5, NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_7;
|
|
L_7 = Vector2_op_Implicit_mE8EBEE9291F11BB02F062D6E000F4798968CBD96_inline(L_6, NULL);
|
|
NullCheck(L_1);
|
|
Rigidbody2D_set_velocity_m9335C5883B218F6FCDF7E229AC96232FCBAC4CE6(L_1, L_7, NULL);
|
|
}
|
|
|
|
IL_0037:
|
|
{
|
|
// if (Firnschliff.BulletNuggetDirection == 1f)
|
|
float L_8 = ((Firnschliff_t10763D693AFFD85CD0B8094B4526E1445DA3325C_StaticFields*)il2cpp_codegen_static_fields_for(Firnschliff_t10763D693AFFD85CD0B8094B4526E1445DA3325C_il2cpp_TypeInfo_var))->___BulletNuggetDirection_17;
|
|
if ((!(((float)L_8) == ((float)(1.0f)))))
|
|
{
|
|
goto IL_0069;
|
|
}
|
|
}
|
|
{
|
|
// rb.velocity = transform.right * speed;
|
|
Rigidbody2D_tBEBE9523CF4448544085AF46BF7E10AA499F320F* L_9 = __this->___rb_6;
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_10;
|
|
L_10 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(__this, NULL);
|
|
NullCheck(L_10);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_11;
|
|
L_11 = Transform_get_right_mC6DC057C23313802E2186A9E0DB760D795A758A4(L_10, NULL);
|
|
float L_12 = __this->___speed_4;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_13;
|
|
L_13 = Vector3_op_Multiply_m87BA7C578F96C8E49BB07088DAAC4649F83B0353_inline(L_11, L_12, NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_14;
|
|
L_14 = Vector2_op_Implicit_mE8EBEE9291F11BB02F062D6E000F4798968CBD96_inline(L_13, NULL);
|
|
NullCheck(L_9);
|
|
Rigidbody2D_set_velocity_m9335C5883B218F6FCDF7E229AC96232FCBAC4CE6(L_9, L_14, NULL);
|
|
}
|
|
|
|
IL_0069:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void BulletNugget::OnTriggerEnter2D(UnityEngine.Collider2D)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BulletNugget_OnTriggerEnter2D_mB8B0DEE1C59584DF18D791DBF9FE44C87800EBF0 (BulletNugget_t948264ED1EB31D25E0304C36FB5E8359D0FC698A* __this, Collider2D_t6A17BA7734600EF3F26588E9ED903617D5B8EB52* ___0_collision, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enemy_t10DB314C96B1CE78B8D967CD3B39F05126409BBB_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_Instantiate_TisGameObject_t76FEDD663AB33C991A9C9A23129337651094216F_m831D2F71DF2AA6C93AFDFEFA04CF2CFC5FBBCDB4_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCAF8804297181FF007CA835529DD4477CFD94A70);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (collision.gameObject.tag == "Player")
|
|
Collider2D_t6A17BA7734600EF3F26588E9ED903617D5B8EB52* L_0 = ___0_collision;
|
|
NullCheck(L_0);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_1;
|
|
L_1 = Component_get_gameObject_m57AEFBB14DB39EC476F740BA000E170355DE691B(L_0, NULL);
|
|
NullCheck(L_1);
|
|
String_t* L_2;
|
|
L_2 = GameObject_get_tag_mEDD27BF795072834D656B286CBE51B2C99747805(L_1, NULL);
|
|
bool L_3;
|
|
L_3 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_2, _stringLiteralCAF8804297181FF007CA835529DD4477CFD94A70, NULL);
|
|
if (!L_3)
|
|
{
|
|
goto IL_001d;
|
|
}
|
|
}
|
|
{
|
|
// Enemy.TakedDamage = true;
|
|
((Enemy_t10DB314C96B1CE78B8D967CD3B39F05126409BBB_StaticFields*)il2cpp_codegen_static_fields_for(Enemy_t10DB314C96B1CE78B8D967CD3B39F05126409BBB_il2cpp_TypeInfo_var))->___TakedDamage_4 = (bool)1;
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
// Instantiate(impactEffect, transform.position, transform.rotation);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_4 = __this->___impactEffect_7;
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_5;
|
|
L_5 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(__this, NULL);
|
|
NullCheck(L_5);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_6;
|
|
L_6 = Transform_get_position_m69CD5FA214FDAE7BB701552943674846C220FDE1(L_5, NULL);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_7;
|
|
L_7 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(__this, NULL);
|
|
NullCheck(L_7);
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_8;
|
|
L_8 = Transform_get_rotation_m32AF40CA0D50C797DA639A696F8EAEC7524C179C(L_7, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_9;
|
|
L_9 = Object_Instantiate_TisGameObject_t76FEDD663AB33C991A9C9A23129337651094216F_m831D2F71DF2AA6C93AFDFEFA04CF2CFC5FBBCDB4(L_4, L_6, L_8, Object_Instantiate_TisGameObject_t76FEDD663AB33C991A9C9A23129337651094216F_m831D2F71DF2AA6C93AFDFEFA04CF2CFC5FBBCDB4_RuntimeMethod_var);
|
|
// Destroy(gameObject);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_10;
|
|
L_10 = Component_get_gameObject_m57AEFBB14DB39EC476F740BA000E170355DE691B(__this, NULL);
|
|
Object_Destroy_mE97D0A766419A81296E8D4E5C23D01D3FE91ACBB(L_10, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void BulletNugget::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BulletNugget__ctor_m28F0D40F5ACDBD7E9AD0EA5FD2CCC34088143669 (BulletNugget_t948264ED1EB31D25E0304C36FB5E8359D0FC698A* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public float speed = 20f;
|
|
__this->___speed_4 = (20.0f);
|
|
// public int damage = 40;
|
|
__this->___damage_5 = ((int32_t)40);
|
|
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 Firnschliff::Start()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Firnschliff_Start_m8AB0DB54EDBFE6DA3C47782A57CBEF8B9E18C2DD (Firnschliff_t10763D693AFFD85CD0B8094B4526E1445DA3325C* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponentInChildren_TisAnimator_t8A52E42AE54F76681838FE9E632683EF3952E883_mDB9FC26B94B8EE9CF1F88BFEC75DF06CC2E3A000_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Firnschliff_t10763D693AFFD85CD0B8094B4526E1445DA3325C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCAF8804297181FF007CA835529DD4477CFD94A70);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// animator = GetComponentInChildren<Animator>();
|
|
Animator_t8A52E42AE54F76681838FE9E632683EF3952E883* L_0;
|
|
L_0 = Component_GetComponentInChildren_TisAnimator_t8A52E42AE54F76681838FE9E632683EF3952E883_mDB9FC26B94B8EE9CF1F88BFEC75DF06CC2E3A000(__this, Component_GetComponentInChildren_TisAnimator_t8A52E42AE54F76681838FE9E632683EF3952E883_mDB9FC26B94B8EE9CF1F88BFEC75DF06CC2E3A000_RuntimeMethod_var);
|
|
__this->___animator_15 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___animator_15), (void*)L_0);
|
|
// player = GameObject.FindGameObjectWithTag("Player").transform;
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_1;
|
|
L_1 = GameObject_FindGameObjectWithTag_mF0229BC2074CE9EEA72FAB1E5A4BC2AEC3D2CDBE(_stringLiteralCAF8804297181FF007CA835529DD4477CFD94A70, NULL);
|
|
NullCheck(L_1);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_2;
|
|
L_2 = GameObject_get_transform_m0BC10ADFA1632166AE5544BDF9038A2650C2AE56(L_1, NULL);
|
|
__this->___player_12 = L_2;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___player_12), (void*)L_2);
|
|
// BulletNuggetDirection = 0f;
|
|
((Firnschliff_t10763D693AFFD85CD0B8094B4526E1445DA3325C_StaticFields*)il2cpp_codegen_static_fields_for(Firnschliff_t10763D693AFFD85CD0B8094B4526E1445DA3325C_il2cpp_TypeInfo_var))->___BulletNuggetDirection_17 = (0.0f);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void Firnschliff::OnCollisionEnter2D(UnityEngine.Collision2D)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Firnschliff_OnCollisionEnter2D_mC30E458943CB4D720D384490AE341D2F347737CB (Firnschliff_t10763D693AFFD85CD0B8094B4526E1445DA3325C* __this, Collision2D_t81E83212C969FDDE2AB84EBCA31502818EEAB85B* ___0_collision, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral13CED75BBB7DCAD57996F7422897CAF3E454AA29);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCAF8804297181FF007CA835529DD4477CFD94A70);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (collision.gameObject.tag == "Player")
|
|
Collision2D_t81E83212C969FDDE2AB84EBCA31502818EEAB85B* L_0 = ___0_collision;
|
|
NullCheck(L_0);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_1;
|
|
L_1 = Collision2D_get_gameObject_mE4B3D56F3477F7D2D6D7B217DF5488DA1D13204C(L_0, NULL);
|
|
NullCheck(L_1);
|
|
String_t* L_2;
|
|
L_2 = GameObject_get_tag_mEDD27BF795072834D656B286CBE51B2C99747805(L_1, NULL);
|
|
bool L_3;
|
|
L_3 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_2, _stringLiteralCAF8804297181FF007CA835529DD4477CFD94A70, NULL);
|
|
if (!L_3)
|
|
{
|
|
goto IL_0028;
|
|
}
|
|
}
|
|
{
|
|
// animator.SetBool("Damage", true);
|
|
Animator_t8A52E42AE54F76681838FE9E632683EF3952E883* L_4 = __this->___animator_15;
|
|
NullCheck(L_4);
|
|
Animator_SetBool_m6F8D4FAF0770CD4EC1F54406249785DE7391E42B(L_4, _stringLiteral13CED75BBB7DCAD57996F7422897CAF3E454AA29, (bool)1, NULL);
|
|
}
|
|
|
|
IL_0028:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void Firnschliff::OnTriggerEnter2D(UnityEngine.Collider2D)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Firnschliff_OnTriggerEnter2D_m32349DAB0AB8DA96E209CD52CC07D7BDD7D7FD44 (Firnschliff_t10763D693AFFD85CD0B8094B4526E1445DA3325C* __this, Collider2D_t6A17BA7734600EF3F26588E9ED903617D5B8EB52* ___0_collider, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral87EC9E6B1D53FB72E3610EE8D1FBACA5F8D07BB0);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (collider.gameObject.tag == "Bullet" && distance < range && TimeStopHearting == false)
|
|
Collider2D_t6A17BA7734600EF3F26588E9ED903617D5B8EB52* L_0 = ___0_collider;
|
|
NullCheck(L_0);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_1;
|
|
L_1 = Component_get_gameObject_m57AEFBB14DB39EC476F740BA000E170355DE691B(L_0, NULL);
|
|
NullCheck(L_1);
|
|
String_t* L_2;
|
|
L_2 = GameObject_get_tag_mEDD27BF795072834D656B286CBE51B2C99747805(L_1, NULL);
|
|
bool L_3;
|
|
L_3 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_2, _stringLiteral87EC9E6B1D53FB72E3610EE8D1FBACA5F8D07BB0, NULL);
|
|
if (!L_3)
|
|
{
|
|
goto IL_0042;
|
|
}
|
|
}
|
|
{
|
|
float L_4 = __this->___distance_10;
|
|
float L_5 = __this->___range_9;
|
|
if ((!(((float)L_4) < ((float)L_5))))
|
|
{
|
|
goto IL_0042;
|
|
}
|
|
}
|
|
{
|
|
bool L_6 = __this->___TimeStopHearting_20;
|
|
if (L_6)
|
|
{
|
|
goto IL_0042;
|
|
}
|
|
}
|
|
{
|
|
// StartCoroutine(BulletAttacked());
|
|
RuntimeObject* L_7;
|
|
L_7 = Firnschliff_BulletAttacked_m26DD26F9E01EACD0FA37105665AB6C02697FEF86(__this, NULL);
|
|
Coroutine_t85EA685566A254C23F3FD77AB5BDFFFF8799596B* L_8;
|
|
L_8 = MonoBehaviour_StartCoroutine_m4CAFF732AA28CD3BDC5363B44A863575530EC812(__this, L_7, NULL);
|
|
// TakeDamage(50);
|
|
Firnschliff_TakeDamage_mAF50423A230F78F79959F2ACE1118DFBD5C9F1AE(__this, ((int32_t)50), NULL);
|
|
}
|
|
|
|
IL_0042:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void Firnschliff::TakeDamage(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Firnschliff_TakeDamage_mAF50423A230F78F79959F2ACE1118DFBD5C9F1AE (Firnschliff_t10763D693AFFD85CD0B8094B4526E1445DA3325C* __this, int32_t ___0_damage, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MainMenu_t5A8A8E4906FD2B24D16567A6BFFDAA6B91DD12DF_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (MainMenu.ExitLevel == false)
|
|
bool L_0 = ((MainMenu_t5A8A8E4906FD2B24D16567A6BFFDAA6B91DD12DF_StaticFields*)il2cpp_codegen_static_fields_for(MainMenu_t5A8A8E4906FD2B24D16567A6BFFDAA6B91DD12DF_il2cpp_TypeInfo_var))->___ExitLevel_32;
|
|
if (L_0)
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
// health -= damage;
|
|
int32_t L_1 = __this->___health_18;
|
|
int32_t L_2 = ___0_damage;
|
|
__this->___health_18 = ((int32_t)il2cpp_codegen_subtract(L_1, L_2));
|
|
// if (health <= 0)
|
|
int32_t L_3 = __this->___health_18;
|
|
if ((((int32_t)L_3) > ((int32_t)0)))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
// Die();
|
|
Firnschliff_Die_m26171B61672388A8A83AA9B9E9B39E900B077787(__this, NULL);
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void Firnschliff::Die()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Firnschliff_Die_m26171B61672388A8A83AA9B9E9B39E900B077787 (Firnschliff_t10763D693AFFD85CD0B8094B4526E1445DA3325C* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_Instantiate_TisGameObject_t76FEDD663AB33C991A9C9A23129337651094216F_m831D2F71DF2AA6C93AFDFEFA04CF2CFC5FBBCDB4_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// Instantiate(deathEffect, transform.position, Quaternion.identity);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_0 = __this->___deathEffect_19;
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_1;
|
|
L_1 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(__this, NULL);
|
|
NullCheck(L_1);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_2;
|
|
L_2 = Transform_get_position_m69CD5FA214FDAE7BB701552943674846C220FDE1(L_1, NULL);
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_3;
|
|
L_3 = Quaternion_get_identity_m7E701AE095ED10FD5EA0B50ABCFDE2EEFF2173A5_inline(NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_4;
|
|
L_4 = Object_Instantiate_TisGameObject_t76FEDD663AB33C991A9C9A23129337651094216F_m831D2F71DF2AA6C93AFDFEFA04CF2CFC5FBBCDB4(L_0, L_2, L_3, Object_Instantiate_TisGameObject_t76FEDD663AB33C991A9C9A23129337651094216F_m831D2F71DF2AA6C93AFDFEFA04CF2CFC5FBBCDB4_RuntimeMethod_var);
|
|
// Destroy(gameObject);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_5;
|
|
L_5 = Component_get_gameObject_m57AEFBB14DB39EC476F740BA000E170355DE691B(__this, NULL);
|
|
Object_Destroy_mE97D0A766419A81296E8D4E5C23D01D3FE91ACBB(L_5, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void Firnschliff::Update()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Firnschliff_Update_mE3C7D8627621C7A9726EBD270AA7F152810CD083 (Firnschliff_t10763D693AFFD85CD0B8094B4526E1445DA3325C* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Pause_tBA95B8E0340B28796AF51B491AF0D3EEC1F06DD7_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral13CED75BBB7DCAD57996F7422897CAF3E454AA29);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (animator.GetBool("Damage"))
|
|
Animator_t8A52E42AE54F76681838FE9E632683EF3952E883* L_0 = __this->___animator_15;
|
|
NullCheck(L_0);
|
|
bool L_1;
|
|
L_1 = Animator_GetBool_mBC4D952885FF7504963E5923C29481A891028FD8(L_0, _stringLiteral13CED75BBB7DCAD57996F7422897CAF3E454AA29, NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_001f;
|
|
}
|
|
}
|
|
{
|
|
// StartCoroutine(DamageAnimation());
|
|
RuntimeObject* L_2;
|
|
L_2 = Firnschliff_DamageAnimation_mA9321D830086CB64E6D45CA8128F9461C3C1E716(__this, NULL);
|
|
Coroutine_t85EA685566A254C23F3FD77AB5BDFFFF8799596B* L_3;
|
|
L_3 = MonoBehaviour_StartCoroutine_m4CAFF732AA28CD3BDC5363B44A863575530EC812(__this, L_2, NULL);
|
|
}
|
|
|
|
IL_001f:
|
|
{
|
|
// distance = Vector2.Distance(transform.position, player.position);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_4;
|
|
L_4 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(__this, NULL);
|
|
NullCheck(L_4);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_5;
|
|
L_5 = Transform_get_position_m69CD5FA214FDAE7BB701552943674846C220FDE1(L_4, NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_6;
|
|
L_6 = Vector2_op_Implicit_mE8EBEE9291F11BB02F062D6E000F4798968CBD96_inline(L_5, NULL);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_7 = __this->___player_12;
|
|
NullCheck(L_7);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_8;
|
|
L_8 = Transform_get_position_m69CD5FA214FDAE7BB701552943674846C220FDE1(L_7, NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_9;
|
|
L_9 = Vector2_op_Implicit_mE8EBEE9291F11BB02F062D6E000F4798968CBD96_inline(L_8, NULL);
|
|
float L_10;
|
|
L_10 = Vector2_Distance_mBACBB1609E1894D68F882D86A93519E311810C89_inline(L_6, L_9, NULL);
|
|
__this->___distance_10 = L_10;
|
|
// if (distance < range && Pause.IsPause == false)
|
|
float L_11 = __this->___distance_10;
|
|
float L_12 = __this->___range_9;
|
|
if ((!(((float)L_11) < ((float)L_12))))
|
|
{
|
|
goto IL_00fc;
|
|
}
|
|
}
|
|
{
|
|
bool L_13 = ((Pause_tBA95B8E0340B28796AF51B491AF0D3EEC1F06DD7_StaticFields*)il2cpp_codegen_static_fields_for(Pause_tBA95B8E0340B28796AF51B491AF0D3EEC1F06DD7_il2cpp_TypeInfo_var))->___IsPause_4;
|
|
if (L_13)
|
|
{
|
|
goto IL_00fc;
|
|
}
|
|
}
|
|
{
|
|
// transform.position += Vector3.left * speed * Time.deltaTime;
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_14;
|
|
L_14 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(__this, NULL);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_15 = L_14;
|
|
NullCheck(L_15);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_16;
|
|
L_16 = Transform_get_position_m69CD5FA214FDAE7BB701552943674846C220FDE1(L_15, NULL);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_17;
|
|
L_17 = Vector3_get_left_m8C1116485A9E689760AEE1142F5977852278B7E1_inline(NULL);
|
|
float L_18 = __this->___speed_6;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_19;
|
|
L_19 = Vector3_op_Multiply_m87BA7C578F96C8E49BB07088DAAC4649F83B0353_inline(L_17, L_18, NULL);
|
|
float L_20;
|
|
L_20 = Time_get_deltaTime_mC3195000401F0FD167DD2F948FD2BC58330D0865(NULL);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_21;
|
|
L_21 = Vector3_op_Multiply_m87BA7C578F96C8E49BB07088DAAC4649F83B0353_inline(L_19, L_20, NULL);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_22;
|
|
L_22 = Vector3_op_Addition_m78C0EC70CB66E8DCAC225743D82B268DAEE92067_inline(L_16, L_21, NULL);
|
|
NullCheck(L_15);
|
|
Transform_set_position_mA1A817124BB41B685043DED2A9BA48CDF37C4156(L_15, L_22, NULL);
|
|
// distance = Vector2.Distance(transform.position, player.position);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_23;
|
|
L_23 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(__this, NULL);
|
|
NullCheck(L_23);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_24;
|
|
L_24 = Transform_get_position_m69CD5FA214FDAE7BB701552943674846C220FDE1(L_23, NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_25;
|
|
L_25 = Vector2_op_Implicit_mE8EBEE9291F11BB02F062D6E000F4798968CBD96_inline(L_24, NULL);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_26 = __this->___player_12;
|
|
NullCheck(L_26);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_27;
|
|
L_27 = Transform_get_position_m69CD5FA214FDAE7BB701552943674846C220FDE1(L_26, NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_28;
|
|
L_28 = Vector2_op_Implicit_mE8EBEE9291F11BB02F062D6E000F4798968CBD96_inline(L_27, NULL);
|
|
float L_29;
|
|
L_29 = Vector2_Distance_mBACBB1609E1894D68F882D86A93519E311810C89_inline(L_25, L_28, NULL);
|
|
__this->___distance_10 = L_29;
|
|
// if (Stop == false)
|
|
bool L_30 = __this->___Stop_16;
|
|
if (L_30)
|
|
{
|
|
goto IL_00d5;
|
|
}
|
|
}
|
|
{
|
|
// StartCoroutine(Attack());
|
|
RuntimeObject* L_31;
|
|
L_31 = Firnschliff_Attack_mB0A89718A09D86B5699541FBCF23307C00637926(__this, NULL);
|
|
Coroutine_t85EA685566A254C23F3FD77AB5BDFFFF8799596B* L_32;
|
|
L_32 = MonoBehaviour_StartCoroutine_m4CAFF732AA28CD3BDC5363B44A863575530EC812(__this, L_31, NULL);
|
|
}
|
|
|
|
IL_00d5:
|
|
{
|
|
// if (distance > range)
|
|
float L_33 = __this->___distance_10;
|
|
float L_34 = __this->___range_9;
|
|
if ((!(((float)L_33) > ((float)L_34))))
|
|
{
|
|
goto IL_00ee;
|
|
}
|
|
}
|
|
{
|
|
// Destroy(gameObject);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_35;
|
|
L_35 = Component_get_gameObject_m57AEFBB14DB39EC476F740BA000E170355DE691B(__this, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
Object_Destroy_mE97D0A766419A81296E8D4E5C23D01D3FE91ACBB(L_35, NULL);
|
|
}
|
|
|
|
IL_00ee:
|
|
{
|
|
// if (!IsOnGround())
|
|
bool L_36;
|
|
L_36 = Firnschliff_IsOnGround_m55AC028E4CE653ECD1B519A87EEC0361DDC544BD(__this, NULL);
|
|
if (L_36)
|
|
{
|
|
goto IL_00fc;
|
|
}
|
|
}
|
|
{
|
|
// DestroyEnemy();
|
|
Firnschliff_DestroyEnemy_m9557EE3C837DBF7637EB9B6919C261CD9C498162(__this, NULL);
|
|
}
|
|
|
|
IL_00fc:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Collections.IEnumerator Firnschliff::Attack()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Firnschliff_Attack_mB0A89718A09D86B5699541FBCF23307C00637926 (Firnschliff_t10763D693AFFD85CD0B8094B4526E1445DA3325C* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CAttackU3Ed__24_tF446122B8C55986281BE30FD5AFDA14E2E0EEF47_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
U3CAttackU3Ed__24_tF446122B8C55986281BE30FD5AFDA14E2E0EEF47* L_0 = (U3CAttackU3Ed__24_tF446122B8C55986281BE30FD5AFDA14E2E0EEF47*)il2cpp_codegen_object_new(U3CAttackU3Ed__24_tF446122B8C55986281BE30FD5AFDA14E2E0EEF47_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
U3CAttackU3Ed__24__ctor_m24D444F50FE196761A6A9171823AA02BE5C7F63E(L_0, 0, NULL);
|
|
U3CAttackU3Ed__24_tF446122B8C55986281BE30FD5AFDA14E2E0EEF47* L_1 = L_0;
|
|
NullCheck(L_1);
|
|
L_1->___U3CU3E4__this_2 = __this;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_1->___U3CU3E4__this_2), (void*)__this);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Collections.IEnumerator Firnschliff::DamageAnimation()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Firnschliff_DamageAnimation_mA9321D830086CB64E6D45CA8128F9461C3C1E716 (Firnschliff_t10763D693AFFD85CD0B8094B4526E1445DA3325C* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CDamageAnimationU3Ed__25_t669760AC93AF6CA9FC280546BAAB6FA5937D5ED4_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
U3CDamageAnimationU3Ed__25_t669760AC93AF6CA9FC280546BAAB6FA5937D5ED4* L_0 = (U3CDamageAnimationU3Ed__25_t669760AC93AF6CA9FC280546BAAB6FA5937D5ED4*)il2cpp_codegen_object_new(U3CDamageAnimationU3Ed__25_t669760AC93AF6CA9FC280546BAAB6FA5937D5ED4_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
U3CDamageAnimationU3Ed__25__ctor_m372AD3025C17B58FFF063178560A9F16428C58F9(L_0, 0, NULL);
|
|
U3CDamageAnimationU3Ed__25_t669760AC93AF6CA9FC280546BAAB6FA5937D5ED4* L_1 = L_0;
|
|
NullCheck(L_1);
|
|
L_1->___U3CU3E4__this_2 = __this;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_1->___U3CU3E4__this_2), (void*)__this);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Collections.IEnumerator Firnschliff::Wait()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Firnschliff_Wait_m09FB98F4CC88E6A81AB696483163F04ABB16CADD (Firnschliff_t10763D693AFFD85CD0B8094B4526E1445DA3325C* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CWaitU3Ed__26_tB24F19E5FBE1EA890F5534E6759E792B337FA6C2_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
U3CWaitU3Ed__26_tB24F19E5FBE1EA890F5534E6759E792B337FA6C2* L_0 = (U3CWaitU3Ed__26_tB24F19E5FBE1EA890F5534E6759E792B337FA6C2*)il2cpp_codegen_object_new(U3CWaitU3Ed__26_tB24F19E5FBE1EA890F5534E6759E792B337FA6C2_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
U3CWaitU3Ed__26__ctor_m6EACDD46537780CC2FB757B81D6E371195229DE9(L_0, 0, NULL);
|
|
U3CWaitU3Ed__26_tB24F19E5FBE1EA890F5534E6759E792B337FA6C2* L_1 = L_0;
|
|
NullCheck(L_1);
|
|
L_1->___U3CU3E4__this_2 = __this;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_1->___U3CU3E4__this_2), (void*)__this);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Collections.IEnumerator Firnschliff::BulletAttacked()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Firnschliff_BulletAttacked_m26DD26F9E01EACD0FA37105665AB6C02697FEF86 (Firnschliff_t10763D693AFFD85CD0B8094B4526E1445DA3325C* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CBulletAttackedU3Ed__27_tE70C1DF205F8367EEF76F9435B80BA124844F55E_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
U3CBulletAttackedU3Ed__27_tE70C1DF205F8367EEF76F9435B80BA124844F55E* L_0 = (U3CBulletAttackedU3Ed__27_tE70C1DF205F8367EEF76F9435B80BA124844F55E*)il2cpp_codegen_object_new(U3CBulletAttackedU3Ed__27_tE70C1DF205F8367EEF76F9435B80BA124844F55E_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
U3CBulletAttackedU3Ed__27__ctor_mB4D9D121743F3A11FD4D2B79C35AAB8EC7A55AE6(L_0, 0, NULL);
|
|
U3CBulletAttackedU3Ed__27_tE70C1DF205F8367EEF76F9435B80BA124844F55E* L_1 = L_0;
|
|
NullCheck(L_1);
|
|
L_1->___U3CU3E4__this_2 = __this;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_1->___U3CU3E4__this_2), (void*)__this);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Boolean Firnschliff::IsOnGround()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Firnschliff_IsOnGround_m55AC028E4CE653ECD1B519A87EEC0361DDC544BD (Firnschliff_t10763D693AFFD85CD0B8094B4526E1445DA3325C* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Physics2D_t64C0DB5246067DAC2E83A52558A0AC68AF3BE94D_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7A65EFC5BB52048E35B0D3E2214BCF8CE116440A);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Bounds_t367E830C64BBF235ED8C3B2F8CF6254FDCAD39C3 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
Collider2DU5BU5D_t4771A44B23D278BC01AB6ED33A9A28E48DC0B034* V_1 = NULL;
|
|
int32_t V_2 = 0;
|
|
{
|
|
// Collider2D[] colliders = Physics2D.OverlapBoxAll(groundCheckCollider.bounds.center, groundCheckCollider.bounds.size, 0f);
|
|
Collider2D_t6A17BA7734600EF3F26588E9ED903617D5B8EB52* L_0 = __this->___groundCheckCollider_21;
|
|
NullCheck(L_0);
|
|
Bounds_t367E830C64BBF235ED8C3B2F8CF6254FDCAD39C3 L_1;
|
|
L_1 = Collider2D_get_bounds_m74F65CE702BA9D9EED05B870325B4FE3B2401B5E(L_0, NULL);
|
|
V_0 = L_1;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_2;
|
|
L_2 = Bounds_get_center_m5B05F81CB835EB6DD8628FDA24B638F477984DC3((&V_0), NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_3;
|
|
L_3 = Vector2_op_Implicit_mE8EBEE9291F11BB02F062D6E000F4798968CBD96_inline(L_2, NULL);
|
|
Collider2D_t6A17BA7734600EF3F26588E9ED903617D5B8EB52* L_4 = __this->___groundCheckCollider_21;
|
|
NullCheck(L_4);
|
|
Bounds_t367E830C64BBF235ED8C3B2F8CF6254FDCAD39C3 L_5;
|
|
L_5 = Collider2D_get_bounds_m74F65CE702BA9D9EED05B870325B4FE3B2401B5E(L_4, NULL);
|
|
V_0 = L_5;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_6;
|
|
L_6 = Bounds_get_size_m0699A53A55A78B3201D7270D6F338DFA91B6FAD4((&V_0), NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_7;
|
|
L_7 = Vector2_op_Implicit_mE8EBEE9291F11BB02F062D6E000F4798968CBD96_inline(L_6, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Physics2D_t64C0DB5246067DAC2E83A52558A0AC68AF3BE94D_il2cpp_TypeInfo_var);
|
|
Collider2DU5BU5D_t4771A44B23D278BC01AB6ED33A9A28E48DC0B034* L_8;
|
|
L_8 = Physics2D_OverlapBoxAll_mBE79BB1EA100B859488D14DE01EA77E68DBD434D(L_3, L_7, (0.0f), NULL);
|
|
// foreach (Collider2D collider in colliders)
|
|
V_1 = L_8;
|
|
V_2 = 0;
|
|
goto IL_0059;
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
// foreach (Collider2D collider in colliders)
|
|
Collider2DU5BU5D_t4771A44B23D278BC01AB6ED33A9A28E48DC0B034* L_9 = V_1;
|
|
int32_t L_10 = V_2;
|
|
NullCheck(L_9);
|
|
int32_t L_11 = L_10;
|
|
Collider2D_t6A17BA7734600EF3F26588E9ED903617D5B8EB52* L_12 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
|
|
// if (collider.gameObject.CompareTag("Ground"))
|
|
NullCheck(L_12);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_13;
|
|
L_13 = Component_get_gameObject_m57AEFBB14DB39EC476F740BA000E170355DE691B(L_12, NULL);
|
|
NullCheck(L_13);
|
|
bool L_14;
|
|
L_14 = GameObject_CompareTag_m6378BE50D009A93D46036F74CC3F7E2ECB0636E5(L_13, _stringLiteral7A65EFC5BB52048E35B0D3E2214BCF8CE116440A, NULL);
|
|
if (!L_14)
|
|
{
|
|
goto IL_0055;
|
|
}
|
|
}
|
|
{
|
|
// return true;
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0055:
|
|
{
|
|
int32_t L_15 = V_2;
|
|
V_2 = ((int32_t)il2cpp_codegen_add(L_15, 1));
|
|
}
|
|
|
|
IL_0059:
|
|
{
|
|
// foreach (Collider2D collider in colliders)
|
|
int32_t L_16 = V_2;
|
|
Collider2DU5BU5D_t4771A44B23D278BC01AB6ED33A9A28E48DC0B034* L_17 = V_1;
|
|
NullCheck(L_17);
|
|
if ((((int32_t)L_16) < ((int32_t)((int32_t)(((RuntimeArray*)L_17)->max_length)))))
|
|
{
|
|
goto IL_003f;
|
|
}
|
|
}
|
|
{
|
|
// return false;
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Void Firnschliff::DestroyEnemy()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Firnschliff_DestroyEnemy_m9557EE3C837DBF7637EB9B6919C261CD9C498162 (Firnschliff_t10763D693AFFD85CD0B8094B4526E1445DA3325C* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_Instantiate_TisGameObject_t76FEDD663AB33C991A9C9A23129337651094216F_m831D2F71DF2AA6C93AFDFEFA04CF2CFC5FBBCDB4_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// Instantiate(deathEffect, transform.position, Quaternion.identity);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_0 = __this->___deathEffect_19;
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_1;
|
|
L_1 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(__this, NULL);
|
|
NullCheck(L_1);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_2;
|
|
L_2 = Transform_get_position_m69CD5FA214FDAE7BB701552943674846C220FDE1(L_1, NULL);
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_3;
|
|
L_3 = Quaternion_get_identity_m7E701AE095ED10FD5EA0B50ABCFDE2EEFF2173A5_inline(NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_4;
|
|
L_4 = Object_Instantiate_TisGameObject_t76FEDD663AB33C991A9C9A23129337651094216F_m831D2F71DF2AA6C93AFDFEFA04CF2CFC5FBBCDB4(L_0, L_2, L_3, Object_Instantiate_TisGameObject_t76FEDD663AB33C991A9C9A23129337651094216F_m831D2F71DF2AA6C93AFDFEFA04CF2CFC5FBBCDB4_RuntimeMethod_var);
|
|
// Destroy(gameObject);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_5;
|
|
L_5 = Component_get_gameObject_m57AEFBB14DB39EC476F740BA000E170355DE691B(__this, NULL);
|
|
Object_Destroy_mE97D0A766419A81296E8D4E5C23D01D3FE91ACBB(L_5, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void Firnschliff::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Firnschliff__ctor_m17A27F047B0C4F7458038E7D9AC3FB5A368451AA (Firnschliff_t10763D693AFFD85CD0B8094B4526E1445DA3325C* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public float speed = 3f;
|
|
__this->___speed_6 = (3.0f);
|
|
// public float SlowSpeed = 0.5f;
|
|
__this->___SlowSpeed_7 = (0.5f);
|
|
// public float NormalSpeed = 3f;
|
|
__this->___NormalSpeed_8 = (3.0f);
|
|
// public float range = 10f; // the range at which the enemy will start moving towards the player
|
|
__this->___range_9 = (10.0f);
|
|
// public int health = 100;
|
|
__this->___health_18 = ((int32_t)100);
|
|
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 Firnschliff/<Attack>d__24::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CAttackU3Ed__24__ctor_m24D444F50FE196761A6A9171823AA02BE5C7F63E (U3CAttackU3Ed__24_tF446122B8C55986281BE30FD5AFDA14E2E0EEF47* __this, int32_t ___0_U3CU3E1__state, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
int32_t L_0 = ___0_U3CU3E1__state;
|
|
__this->___U3CU3E1__state_0 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// System.Void Firnschliff/<Attack>d__24::System.IDisposable.Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CAttackU3Ed__24_System_IDisposable_Dispose_mC303973385F6CF25D80C3E55F36A45211D76A4BA (U3CAttackU3Ed__24_tF446122B8C55986281BE30FD5AFDA14E2E0EEF47* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean Firnschliff/<Attack>d__24::MoveNext()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CAttackU3Ed__24_MoveNext_m0BA8D793C11DFB252EA83562585BFF19BC9F36B8 (U3CAttackU3Ed__24_tF446122B8C55986281BE30FD5AFDA14E2E0EEF47* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_Instantiate_TisGameObject_t76FEDD663AB33C991A9C9A23129337651094216F_m831D2F71DF2AA6C93AFDFEFA04CF2CFC5FBBCDB4_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral508450355DF2A5BB172C6D21A5C54D7806587D91);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
Firnschliff_t10763D693AFFD85CD0B8094B4526E1445DA3325C* V_1 = NULL;
|
|
{
|
|
int32_t L_0 = __this->___U3CU3E1__state_0;
|
|
V_0 = L_0;
|
|
Firnschliff_t10763D693AFFD85CD0B8094B4526E1445DA3325C* L_1 = __this->___U3CU3E4__this_2;
|
|
V_1 = L_1;
|
|
int32_t L_2 = V_0;
|
|
switch (L_2)
|
|
{
|
|
case 0:
|
|
{
|
|
goto IL_0022;
|
|
}
|
|
case 1:
|
|
{
|
|
goto IL_0049;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_00a8;
|
|
}
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0022:
|
|
{
|
|
__this->___U3CU3E1__state_0 = (-1);
|
|
// Stop = true;
|
|
Firnschliff_t10763D693AFFD85CD0B8094B4526E1445DA3325C* L_3 = V_1;
|
|
NullCheck(L_3);
|
|
L_3->___Stop_16 = (bool)1;
|
|
// yield return new WaitForSeconds(2.0f);
|
|
WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3* L_4 = (WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3*)il2cpp_codegen_object_new(WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3_il2cpp_TypeInfo_var);
|
|
NullCheck(L_4);
|
|
WaitForSeconds__ctor_m579F95BADEDBAB4B3A7E302C6EE3995926EF2EFC(L_4, (2.0f), NULL);
|
|
__this->___U3CU3E2__current_1 = L_4;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CU3E2__current_1), (void*)L_4);
|
|
__this->___U3CU3E1__state_0 = 1;
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0049:
|
|
{
|
|
__this->___U3CU3E1__state_0 = (-1);
|
|
// speed = SlowSpeed;
|
|
Firnschliff_t10763D693AFFD85CD0B8094B4526E1445DA3325C* L_5 = V_1;
|
|
Firnschliff_t10763D693AFFD85CD0B8094B4526E1445DA3325C* L_6 = V_1;
|
|
NullCheck(L_6);
|
|
float L_7 = L_6->___SlowSpeed_7;
|
|
NullCheck(L_5);
|
|
L_5->___speed_6 = L_7;
|
|
// animator.SetBool("Attack", true);
|
|
Firnschliff_t10763D693AFFD85CD0B8094B4526E1445DA3325C* L_8 = V_1;
|
|
NullCheck(L_8);
|
|
Animator_t8A52E42AE54F76681838FE9E632683EF3952E883* L_9 = L_8->___animator_15;
|
|
NullCheck(L_9);
|
|
Animator_SetBool_m6F8D4FAF0770CD4EC1F54406249785DE7391E42B(L_9, _stringLiteral508450355DF2A5BB172C6D21A5C54D7806587D91, (bool)1, NULL);
|
|
// Instantiate(EnemyWeapon, firePoint.position, firePoint.rotation);
|
|
Firnschliff_t10763D693AFFD85CD0B8094B4526E1445DA3325C* L_10 = V_1;
|
|
NullCheck(L_10);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_11 = L_10->___EnemyWeapon_13;
|
|
Firnschliff_t10763D693AFFD85CD0B8094B4526E1445DA3325C* L_12 = V_1;
|
|
NullCheck(L_12);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_13 = L_12->___firePoint_5;
|
|
NullCheck(L_13);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_14;
|
|
L_14 = Transform_get_position_m69CD5FA214FDAE7BB701552943674846C220FDE1(L_13, NULL);
|
|
Firnschliff_t10763D693AFFD85CD0B8094B4526E1445DA3325C* L_15 = V_1;
|
|
NullCheck(L_15);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_16 = L_15->___firePoint_5;
|
|
NullCheck(L_16);
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_17;
|
|
L_17 = Transform_get_rotation_m32AF40CA0D50C797DA639A696F8EAEC7524C179C(L_16, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_18;
|
|
L_18 = Object_Instantiate_TisGameObject_t76FEDD663AB33C991A9C9A23129337651094216F_m831D2F71DF2AA6C93AFDFEFA04CF2CFC5FBBCDB4(L_11, L_14, L_17, Object_Instantiate_TisGameObject_t76FEDD663AB33C991A9C9A23129337651094216F_m831D2F71DF2AA6C93AFDFEFA04CF2CFC5FBBCDB4_RuntimeMethod_var);
|
|
// yield return new WaitForSeconds(2.0f);
|
|
WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3* L_19 = (WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3*)il2cpp_codegen_object_new(WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3_il2cpp_TypeInfo_var);
|
|
NullCheck(L_19);
|
|
WaitForSeconds__ctor_m579F95BADEDBAB4B3A7E302C6EE3995926EF2EFC(L_19, (2.0f), NULL);
|
|
__this->___U3CU3E2__current_1 = L_19;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CU3E2__current_1), (void*)L_19);
|
|
__this->___U3CU3E1__state_0 = 2;
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_00a8:
|
|
{
|
|
__this->___U3CU3E1__state_0 = (-1);
|
|
// speed = NormalSpeed;
|
|
Firnschliff_t10763D693AFFD85CD0B8094B4526E1445DA3325C* L_20 = V_1;
|
|
Firnschliff_t10763D693AFFD85CD0B8094B4526E1445DA3325C* L_21 = V_1;
|
|
NullCheck(L_21);
|
|
float L_22 = L_21->___NormalSpeed_8;
|
|
NullCheck(L_20);
|
|
L_20->___speed_6 = L_22;
|
|
// animator.SetBool("Attack", false);
|
|
Firnschliff_t10763D693AFFD85CD0B8094B4526E1445DA3325C* L_23 = V_1;
|
|
NullCheck(L_23);
|
|
Animator_t8A52E42AE54F76681838FE9E632683EF3952E883* L_24 = L_23->___animator_15;
|
|
NullCheck(L_24);
|
|
Animator_SetBool_m6F8D4FAF0770CD4EC1F54406249785DE7391E42B(L_24, _stringLiteral508450355DF2A5BB172C6D21A5C54D7806587D91, (bool)0, NULL);
|
|
// StartCoroutine(Wait());
|
|
Firnschliff_t10763D693AFFD85CD0B8094B4526E1445DA3325C* L_25 = V_1;
|
|
Firnschliff_t10763D693AFFD85CD0B8094B4526E1445DA3325C* L_26 = V_1;
|
|
NullCheck(L_26);
|
|
RuntimeObject* L_27;
|
|
L_27 = Firnschliff_Wait_m09FB98F4CC88E6A81AB696483163F04ABB16CADD(L_26, NULL);
|
|
NullCheck(L_25);
|
|
Coroutine_t85EA685566A254C23F3FD77AB5BDFFFF8799596B* L_28;
|
|
L_28 = MonoBehaviour_StartCoroutine_m4CAFF732AA28CD3BDC5363B44A863575530EC812(L_25, L_27, NULL);
|
|
// }
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Object Firnschliff/<Attack>d__24::System.Collections.Generic.IEnumerator<System.Object>.get_Current()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CAttackU3Ed__24_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_m371DA8A7B27D0E5ACF3CFCFED4C09C476C6B761F (U3CAttackU3Ed__24_tF446122B8C55986281BE30FD5AFDA14E2E0EEF47* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject* L_0 = __this->___U3CU3E2__current_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void Firnschliff/<Attack>d__24::System.Collections.IEnumerator.Reset()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CAttackU3Ed__24_System_Collections_IEnumerator_Reset_mCD80D3C1CDE98C49019165B7A463C1929D1D3B3A (U3CAttackU3Ed__24_tF446122B8C55986281BE30FD5AFDA14E2E0EEF47* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* L_0 = (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_0);
|
|
NotSupportedException__ctor_m1398D0CDE19B36AA3DE9392879738C1EA2439CDF(L_0, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CAttackU3Ed__24_System_Collections_IEnumerator_Reset_mCD80D3C1CDE98C49019165B7A463C1929D1D3B3A_RuntimeMethod_var)));
|
|
}
|
|
}
|
|
// System.Object Firnschliff/<Attack>d__24::System.Collections.IEnumerator.get_Current()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CAttackU3Ed__24_System_Collections_IEnumerator_get_Current_m65335FBE4709AB07825702F022D36D3FD5821742 (U3CAttackU3Ed__24_tF446122B8C55986281BE30FD5AFDA14E2E0EEF47* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject* L_0 = __this->___U3CU3E2__current_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void Firnschliff/<DamageAnimation>d__25::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CDamageAnimationU3Ed__25__ctor_m372AD3025C17B58FFF063178560A9F16428C58F9 (U3CDamageAnimationU3Ed__25_t669760AC93AF6CA9FC280546BAAB6FA5937D5ED4* __this, int32_t ___0_U3CU3E1__state, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
int32_t L_0 = ___0_U3CU3E1__state;
|
|
__this->___U3CU3E1__state_0 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// System.Void Firnschliff/<DamageAnimation>d__25::System.IDisposable.Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CDamageAnimationU3Ed__25_System_IDisposable_Dispose_m3D9C55ACF68307A5F1A44668CF1141A8F01F3291 (U3CDamageAnimationU3Ed__25_t669760AC93AF6CA9FC280546BAAB6FA5937D5ED4* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean Firnschliff/<DamageAnimation>d__25::MoveNext()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CDamageAnimationU3Ed__25_MoveNext_m6BC0AB804179FDD8E5CDFB2C1458719B015F3794 (U3CDamageAnimationU3Ed__25_t669760AC93AF6CA9FC280546BAAB6FA5937D5ED4* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral13CED75BBB7DCAD57996F7422897CAF3E454AA29);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
Firnschliff_t10763D693AFFD85CD0B8094B4526E1445DA3325C* V_1 = NULL;
|
|
{
|
|
int32_t L_0 = __this->___U3CU3E1__state_0;
|
|
V_0 = L_0;
|
|
Firnschliff_t10763D693AFFD85CD0B8094B4526E1445DA3325C* L_1 = __this->___U3CU3E4__this_2;
|
|
V_1 = L_1;
|
|
int32_t L_2 = V_0;
|
|
if (!L_2)
|
|
{
|
|
goto IL_0017;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_3 = V_0;
|
|
if ((((int32_t)L_3) == ((int32_t)1)))
|
|
{
|
|
goto IL_0037;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0017:
|
|
{
|
|
__this->___U3CU3E1__state_0 = (-1);
|
|
// yield return new WaitForSeconds(2.0f);
|
|
WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3* L_4 = (WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3*)il2cpp_codegen_object_new(WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3_il2cpp_TypeInfo_var);
|
|
NullCheck(L_4);
|
|
WaitForSeconds__ctor_m579F95BADEDBAB4B3A7E302C6EE3995926EF2EFC(L_4, (2.0f), NULL);
|
|
__this->___U3CU3E2__current_1 = L_4;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CU3E2__current_1), (void*)L_4);
|
|
__this->___U3CU3E1__state_0 = 1;
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0037:
|
|
{
|
|
__this->___U3CU3E1__state_0 = (-1);
|
|
// animator.SetBool("Damage", false);
|
|
Firnschliff_t10763D693AFFD85CD0B8094B4526E1445DA3325C* L_5 = V_1;
|
|
NullCheck(L_5);
|
|
Animator_t8A52E42AE54F76681838FE9E632683EF3952E883* L_6 = L_5->___animator_15;
|
|
NullCheck(L_6);
|
|
Animator_SetBool_m6F8D4FAF0770CD4EC1F54406249785DE7391E42B(L_6, _stringLiteral13CED75BBB7DCAD57996F7422897CAF3E454AA29, (bool)0, NULL);
|
|
// }
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Object Firnschliff/<DamageAnimation>d__25::System.Collections.Generic.IEnumerator<System.Object>.get_Current()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CDamageAnimationU3Ed__25_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_mEAED9E1B0475898322C027E95BFE3EEEC1C4C491 (U3CDamageAnimationU3Ed__25_t669760AC93AF6CA9FC280546BAAB6FA5937D5ED4* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject* L_0 = __this->___U3CU3E2__current_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void Firnschliff/<DamageAnimation>d__25::System.Collections.IEnumerator.Reset()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CDamageAnimationU3Ed__25_System_Collections_IEnumerator_Reset_m8A69E19AB2D2AFEB41AE1AA02E2BEC166AA3FAE8 (U3CDamageAnimationU3Ed__25_t669760AC93AF6CA9FC280546BAAB6FA5937D5ED4* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* L_0 = (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_0);
|
|
NotSupportedException__ctor_m1398D0CDE19B36AA3DE9392879738C1EA2439CDF(L_0, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CDamageAnimationU3Ed__25_System_Collections_IEnumerator_Reset_m8A69E19AB2D2AFEB41AE1AA02E2BEC166AA3FAE8_RuntimeMethod_var)));
|
|
}
|
|
}
|
|
// System.Object Firnschliff/<DamageAnimation>d__25::System.Collections.IEnumerator.get_Current()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CDamageAnimationU3Ed__25_System_Collections_IEnumerator_get_Current_m970A57920D2B194C18F1458CF5CFD4D0BA898031 (U3CDamageAnimationU3Ed__25_t669760AC93AF6CA9FC280546BAAB6FA5937D5ED4* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject* L_0 = __this->___U3CU3E2__current_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void Firnschliff/<Wait>d__26::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CWaitU3Ed__26__ctor_m6EACDD46537780CC2FB757B81D6E371195229DE9 (U3CWaitU3Ed__26_tB24F19E5FBE1EA890F5534E6759E792B337FA6C2* __this, int32_t ___0_U3CU3E1__state, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
int32_t L_0 = ___0_U3CU3E1__state;
|
|
__this->___U3CU3E1__state_0 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// System.Void Firnschliff/<Wait>d__26::System.IDisposable.Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CWaitU3Ed__26_System_IDisposable_Dispose_mAD298A6ADB467F2411832AD0ED644261A762CF79 (U3CWaitU3Ed__26_tB24F19E5FBE1EA890F5534E6759E792B337FA6C2* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean Firnschliff/<Wait>d__26::MoveNext()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CWaitU3Ed__26_MoveNext_mF5BC481B912195BEF2239B002B8196747F4A6D00 (U3CWaitU3Ed__26_tB24F19E5FBE1EA890F5534E6759E792B337FA6C2* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
Firnschliff_t10763D693AFFD85CD0B8094B4526E1445DA3325C* V_1 = NULL;
|
|
{
|
|
int32_t L_0 = __this->___U3CU3E1__state_0;
|
|
V_0 = L_0;
|
|
Firnschliff_t10763D693AFFD85CD0B8094B4526E1445DA3325C* L_1 = __this->___U3CU3E4__this_2;
|
|
V_1 = L_1;
|
|
int32_t L_2 = V_0;
|
|
if (!L_2)
|
|
{
|
|
goto IL_0017;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_3 = V_0;
|
|
if ((((int32_t)L_3) == ((int32_t)1)))
|
|
{
|
|
goto IL_0037;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0017:
|
|
{
|
|
__this->___U3CU3E1__state_0 = (-1);
|
|
// yield return new WaitForSeconds(2.0f);
|
|
WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3* L_4 = (WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3*)il2cpp_codegen_object_new(WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3_il2cpp_TypeInfo_var);
|
|
NullCheck(L_4);
|
|
WaitForSeconds__ctor_m579F95BADEDBAB4B3A7E302C6EE3995926EF2EFC(L_4, (2.0f), NULL);
|
|
__this->___U3CU3E2__current_1 = L_4;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CU3E2__current_1), (void*)L_4);
|
|
__this->___U3CU3E1__state_0 = 1;
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0037:
|
|
{
|
|
__this->___U3CU3E1__state_0 = (-1);
|
|
// Stop = false;
|
|
Firnschliff_t10763D693AFFD85CD0B8094B4526E1445DA3325C* L_5 = V_1;
|
|
NullCheck(L_5);
|
|
L_5->___Stop_16 = (bool)0;
|
|
// }
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Object Firnschliff/<Wait>d__26::System.Collections.Generic.IEnumerator<System.Object>.get_Current()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CWaitU3Ed__26_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_m84C874EE725B3D374511385B8800BAA430ECD290 (U3CWaitU3Ed__26_tB24F19E5FBE1EA890F5534E6759E792B337FA6C2* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject* L_0 = __this->___U3CU3E2__current_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void Firnschliff/<Wait>d__26::System.Collections.IEnumerator.Reset()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CWaitU3Ed__26_System_Collections_IEnumerator_Reset_mC77DC9B97C7E264B641E226495C7F5C7FF745318 (U3CWaitU3Ed__26_tB24F19E5FBE1EA890F5534E6759E792B337FA6C2* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* L_0 = (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_0);
|
|
NotSupportedException__ctor_m1398D0CDE19B36AA3DE9392879738C1EA2439CDF(L_0, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CWaitU3Ed__26_System_Collections_IEnumerator_Reset_mC77DC9B97C7E264B641E226495C7F5C7FF745318_RuntimeMethod_var)));
|
|
}
|
|
}
|
|
// System.Object Firnschliff/<Wait>d__26::System.Collections.IEnumerator.get_Current()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CWaitU3Ed__26_System_Collections_IEnumerator_get_Current_mF67B01E015BBDF89380565945CCFF2CAA1D4E291 (U3CWaitU3Ed__26_tB24F19E5FBE1EA890F5534E6759E792B337FA6C2* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject* L_0 = __this->___U3CU3E2__current_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void Firnschliff/<BulletAttacked>d__27::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CBulletAttackedU3Ed__27__ctor_mB4D9D121743F3A11FD4D2B79C35AAB8EC7A55AE6 (U3CBulletAttackedU3Ed__27_tE70C1DF205F8367EEF76F9435B80BA124844F55E* __this, int32_t ___0_U3CU3E1__state, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
int32_t L_0 = ___0_U3CU3E1__state;
|
|
__this->___U3CU3E1__state_0 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// System.Void Firnschliff/<BulletAttacked>d__27::System.IDisposable.Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CBulletAttackedU3Ed__27_System_IDisposable_Dispose_m4BDB131119C77EBBA37C6DD192508084D5D9E5DD (U3CBulletAttackedU3Ed__27_tE70C1DF205F8367EEF76F9435B80BA124844F55E* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean Firnschliff/<BulletAttacked>d__27::MoveNext()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CBulletAttackedU3Ed__27_MoveNext_m7AEAC554A4B29869FA68370819B71E0E5380942D (U3CBulletAttackedU3Ed__27_tE70C1DF205F8367EEF76F9435B80BA124844F55E* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral13CED75BBB7DCAD57996F7422897CAF3E454AA29);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
Firnschliff_t10763D693AFFD85CD0B8094B4526E1445DA3325C* V_1 = NULL;
|
|
{
|
|
int32_t L_0 = __this->___U3CU3E1__state_0;
|
|
V_0 = L_0;
|
|
Firnschliff_t10763D693AFFD85CD0B8094B4526E1445DA3325C* L_1 = __this->___U3CU3E4__this_2;
|
|
V_1 = L_1;
|
|
int32_t L_2 = V_0;
|
|
if (!L_2)
|
|
{
|
|
goto IL_0017;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_3 = V_0;
|
|
if ((((int32_t)L_3) == ((int32_t)1)))
|
|
{
|
|
goto IL_004f;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0017:
|
|
{
|
|
__this->___U3CU3E1__state_0 = (-1);
|
|
// animator.SetBool("Damage", true);
|
|
Firnschliff_t10763D693AFFD85CD0B8094B4526E1445DA3325C* L_4 = V_1;
|
|
NullCheck(L_4);
|
|
Animator_t8A52E42AE54F76681838FE9E632683EF3952E883* L_5 = L_4->___animator_15;
|
|
NullCheck(L_5);
|
|
Animator_SetBool_m6F8D4FAF0770CD4EC1F54406249785DE7391E42B(L_5, _stringLiteral13CED75BBB7DCAD57996F7422897CAF3E454AA29, (bool)1, NULL);
|
|
// TimeStopHearting = true;
|
|
Firnschliff_t10763D693AFFD85CD0B8094B4526E1445DA3325C* L_6 = V_1;
|
|
NullCheck(L_6);
|
|
L_6->___TimeStopHearting_20 = (bool)1;
|
|
// yield return new WaitForSeconds(0.5f);
|
|
WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3* L_7 = (WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3*)il2cpp_codegen_object_new(WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3_il2cpp_TypeInfo_var);
|
|
NullCheck(L_7);
|
|
WaitForSeconds__ctor_m579F95BADEDBAB4B3A7E302C6EE3995926EF2EFC(L_7, (0.5f), NULL);
|
|
__this->___U3CU3E2__current_1 = L_7;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CU3E2__current_1), (void*)L_7);
|
|
__this->___U3CU3E1__state_0 = 1;
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_004f:
|
|
{
|
|
__this->___U3CU3E1__state_0 = (-1);
|
|
// TimeStopHearting = false;
|
|
Firnschliff_t10763D693AFFD85CD0B8094B4526E1445DA3325C* L_8 = V_1;
|
|
NullCheck(L_8);
|
|
L_8->___TimeStopHearting_20 = (bool)0;
|
|
// animator.SetBool("Damage", false);
|
|
Firnschliff_t10763D693AFFD85CD0B8094B4526E1445DA3325C* L_9 = V_1;
|
|
NullCheck(L_9);
|
|
Animator_t8A52E42AE54F76681838FE9E632683EF3952E883* L_10 = L_9->___animator_15;
|
|
NullCheck(L_10);
|
|
Animator_SetBool_m6F8D4FAF0770CD4EC1F54406249785DE7391E42B(L_10, _stringLiteral13CED75BBB7DCAD57996F7422897CAF3E454AA29, (bool)0, NULL);
|
|
// }
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Object Firnschliff/<BulletAttacked>d__27::System.Collections.Generic.IEnumerator<System.Object>.get_Current()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CBulletAttackedU3Ed__27_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_mDF1220466727EF2EEA30D5C1E5FCE3151B998303 (U3CBulletAttackedU3Ed__27_tE70C1DF205F8367EEF76F9435B80BA124844F55E* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject* L_0 = __this->___U3CU3E2__current_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void Firnschliff/<BulletAttacked>d__27::System.Collections.IEnumerator.Reset()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CBulletAttackedU3Ed__27_System_Collections_IEnumerator_Reset_mBA098D23432DA2AE3C5799F98A1C9981AAE8D028 (U3CBulletAttackedU3Ed__27_tE70C1DF205F8367EEF76F9435B80BA124844F55E* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* L_0 = (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_0);
|
|
NotSupportedException__ctor_m1398D0CDE19B36AA3DE9392879738C1EA2439CDF(L_0, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CBulletAttackedU3Ed__27_System_Collections_IEnumerator_Reset_mBA098D23432DA2AE3C5799F98A1C9981AAE8D028_RuntimeMethod_var)));
|
|
}
|
|
}
|
|
// System.Object Firnschliff/<BulletAttacked>d__27::System.Collections.IEnumerator.get_Current()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CBulletAttackedU3Ed__27_System_Collections_IEnumerator_get_Current_mA12AFFB58A07F50C966BC451D31765D0C6834536 (U3CBulletAttackedU3Ed__27_tE70C1DF205F8367EEF76F9435B80BA124844F55E* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject* L_0 = __this->___U3CU3E2__current_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void Justin::Start()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Justin_Start_m90DE95692E7059718466E580DD5825D2D6640033 (Justin_t0D390F6CEA78DA46A451C80DD2FA2928EAC3D574* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisRigidbody2D_tBEBE9523CF4448544085AF46BF7E10AA499F320F_m0712B7A9DBBAE2C319B4B03394E7731B86FACBF2_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCAF8804297181FF007CA835529DD4477CFD94A70);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// player = GameObject.FindGameObjectWithTag("Player").transform;
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_0;
|
|
L_0 = GameObject_FindGameObjectWithTag_mF0229BC2074CE9EEA72FAB1E5A4BC2AEC3D2CDBE(_stringLiteralCAF8804297181FF007CA835529DD4477CFD94A70, NULL);
|
|
NullCheck(L_0);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_1;
|
|
L_1 = GameObject_get_transform_m0BC10ADFA1632166AE5544BDF9038A2650C2AE56(L_0, NULL);
|
|
__this->___player_6 = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___player_6), (void*)L_1);
|
|
// rb = GetComponent<Rigidbody2D>();
|
|
Rigidbody2D_tBEBE9523CF4448544085AF46BF7E10AA499F320F* L_2;
|
|
L_2 = Component_GetComponent_TisRigidbody2D_tBEBE9523CF4448544085AF46BF7E10AA499F320F_m0712B7A9DBBAE2C319B4B03394E7731B86FACBF2(__this, Component_GetComponent_TisRigidbody2D_tBEBE9523CF4448544085AF46BF7E10AA499F320F_m0712B7A9DBBAE2C319B4B03394E7731B86FACBF2_RuntimeMethod_var);
|
|
__this->___rb_7 = L_2;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___rb_7), (void*)L_2);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void Justin::Update()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Justin_Update_m3050BA90C11BF9B76B470AF37712F47C79BE48FD (Justin_t0D390F6CEA78DA46A451C80DD2FA2928EAC3D574* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Pause_tBA95B8E0340B28796AF51B491AF0D3EEC1F06DD7_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// float distance = Vector2.Distance(transform.position, player.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);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_2;
|
|
L_2 = Vector2_op_Implicit_mE8EBEE9291F11BB02F062D6E000F4798968CBD96_inline(L_1, NULL);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_3 = __this->___player_6;
|
|
NullCheck(L_3);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_4;
|
|
L_4 = Transform_get_position_m69CD5FA214FDAE7BB701552943674846C220FDE1(L_3, NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_5;
|
|
L_5 = Vector2_op_Implicit_mE8EBEE9291F11BB02F062D6E000F4798968CBD96_inline(L_4, NULL);
|
|
float L_6;
|
|
L_6 = Vector2_Distance_mBACBB1609E1894D68F882D86A93519E311810C89_inline(L_2, L_5, NULL);
|
|
// if (distance < range && Pause.IsPause == false)
|
|
float L_7 = __this->___range_4;
|
|
if ((!(((float)L_6) < ((float)L_7))))
|
|
{
|
|
goto IL_00aa;
|
|
}
|
|
}
|
|
{
|
|
bool L_8 = ((Pause_tBA95B8E0340B28796AF51B491AF0D3EEC1F06DD7_StaticFields*)il2cpp_codegen_static_fields_for(Pause_tBA95B8E0340B28796AF51B491AF0D3EEC1F06DD7_il2cpp_TypeInfo_var))->___IsPause_4;
|
|
if (L_8)
|
|
{
|
|
goto IL_00aa;
|
|
}
|
|
}
|
|
{
|
|
// transform.position += Vector3.left * speed * Time.deltaTime;
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_9;
|
|
L_9 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(__this, NULL);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_10 = L_9;
|
|
NullCheck(L_10);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_11;
|
|
L_11 = Transform_get_position_m69CD5FA214FDAE7BB701552943674846C220FDE1(L_10, NULL);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_12;
|
|
L_12 = Vector3_get_left_m8C1116485A9E689760AEE1142F5977852278B7E1_inline(NULL);
|
|
float L_13 = __this->___speed_5;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_14;
|
|
L_14 = Vector3_op_Multiply_m87BA7C578F96C8E49BB07088DAAC4649F83B0353_inline(L_12, L_13, NULL);
|
|
float L_15;
|
|
L_15 = Time_get_deltaTime_mC3195000401F0FD167DD2F948FD2BC58330D0865(NULL);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_16;
|
|
L_16 = Vector3_op_Multiply_m87BA7C578F96C8E49BB07088DAAC4649F83B0353_inline(L_14, L_15, NULL);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_17;
|
|
L_17 = Vector3_op_Addition_m78C0EC70CB66E8DCAC225743D82B268DAEE92067_inline(L_11, L_16, NULL);
|
|
NullCheck(L_10);
|
|
Transform_set_position_mA1A817124BB41B685043DED2A9BA48CDF37C4156(L_10, L_17, NULL);
|
|
// distance = Vector2.Distance(transform.position, player.position);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_18;
|
|
L_18 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(__this, NULL);
|
|
NullCheck(L_18);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_19;
|
|
L_19 = Transform_get_position_m69CD5FA214FDAE7BB701552943674846C220FDE1(L_18, NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_20;
|
|
L_20 = Vector2_op_Implicit_mE8EBEE9291F11BB02F062D6E000F4798968CBD96_inline(L_19, NULL);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_21 = __this->___player_6;
|
|
NullCheck(L_21);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_22;
|
|
L_22 = Transform_get_position_m69CD5FA214FDAE7BB701552943674846C220FDE1(L_21, NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_23;
|
|
L_23 = Vector2_op_Implicit_mE8EBEE9291F11BB02F062D6E000F4798968CBD96_inline(L_22, NULL);
|
|
float L_24;
|
|
L_24 = Vector2_Distance_mBACBB1609E1894D68F882D86A93519E311810C89_inline(L_20, L_23, NULL);
|
|
// if (distance > range)
|
|
float L_25 = __this->___range_4;
|
|
if ((!(((float)L_24) > ((float)L_25))))
|
|
{
|
|
goto IL_009c;
|
|
}
|
|
}
|
|
{
|
|
// Destroy(gameObject);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_26;
|
|
L_26 = Component_get_gameObject_m57AEFBB14DB39EC476F740BA000E170355DE691B(__this, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
Object_Destroy_mE97D0A766419A81296E8D4E5C23D01D3FE91ACBB(L_26, NULL);
|
|
}
|
|
|
|
IL_009c:
|
|
{
|
|
// if (!IsOnGround())
|
|
bool L_27;
|
|
L_27 = Justin_IsOnGround_mD579C86B3480EF9165E7CF0AD76F3E897368A8B3(__this, NULL);
|
|
if (L_27)
|
|
{
|
|
goto IL_00aa;
|
|
}
|
|
}
|
|
{
|
|
// DestroyEnemy();
|
|
Justin_DestroyEnemy_mB85E1E7282873C0FCBDD21CAB5BA53458AB17117(__this, NULL);
|
|
}
|
|
|
|
IL_00aa:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void Justin::OnCollisionEnter2D(UnityEngine.Collision2D)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Justin_OnCollisionEnter2D_m1AE739DCF4B6C076E2A2851DA9A9A0D3A90B52D1 (Justin_t0D390F6CEA78DA46A451C80DD2FA2928EAC3D574* __this, Collision2D_t81E83212C969FDDE2AB84EBCA31502818EEAB85B* ___0_collision, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enemy_t10DB314C96B1CE78B8D967CD3B39F05126409BBB_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PlayerMovement_t4A0A0A8C937BC1D4FC570D1B5B50847338423351_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral20E4282ED5D053581F550B962017BAD511D3B593);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCAF8804297181FF007CA835529DD4477CFD94A70);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (collision.gameObject.tag == "Player")
|
|
Collision2D_t81E83212C969FDDE2AB84EBCA31502818EEAB85B* L_0 = ___0_collision;
|
|
NullCheck(L_0);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_1;
|
|
L_1 = Collision2D_get_gameObject_mE4B3D56F3477F7D2D6D7B217DF5488DA1D13204C(L_0, NULL);
|
|
NullCheck(L_1);
|
|
String_t* L_2;
|
|
L_2 = GameObject_get_tag_mEDD27BF795072834D656B286CBE51B2C99747805(L_1, NULL);
|
|
bool L_3;
|
|
L_3 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_2, _stringLiteralCAF8804297181FF007CA835529DD4477CFD94A70, NULL);
|
|
if (!L_3)
|
|
{
|
|
goto IL_006f;
|
|
}
|
|
}
|
|
{
|
|
// if (collision.relativeVelocity.y < 0 && transform.position.y < collision.transform.position.y)
|
|
Collision2D_t81E83212C969FDDE2AB84EBCA31502818EEAB85B* L_4 = ___0_collision;
|
|
NullCheck(L_4);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_5;
|
|
L_5 = Collision2D_get_relativeVelocity_m1F0BB90BC73FB0A0EA27212D832BB3F26D4C004A(L_4, NULL);
|
|
float L_6 = L_5.___y_1;
|
|
if ((!(((float)L_6) < ((float)(0.0f)))))
|
|
{
|
|
goto IL_0069;
|
|
}
|
|
}
|
|
{
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_7;
|
|
L_7 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(__this, NULL);
|
|
NullCheck(L_7);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_8;
|
|
L_8 = Transform_get_position_m69CD5FA214FDAE7BB701552943674846C220FDE1(L_7, NULL);
|
|
float L_9 = L_8.___y_3;
|
|
Collision2D_t81E83212C969FDDE2AB84EBCA31502818EEAB85B* L_10 = ___0_collision;
|
|
NullCheck(L_10);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_11;
|
|
L_11 = Collision2D_get_transform_mC59737F246B2DAFF2AB4F6322664C87B28605CC7(L_10, NULL);
|
|
NullCheck(L_11);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_12;
|
|
L_12 = Transform_get_position_m69CD5FA214FDAE7BB701552943674846C220FDE1(L_11, NULL);
|
|
float L_13 = L_12.___y_3;
|
|
if ((!(((float)L_9) < ((float)L_13))))
|
|
{
|
|
goto IL_0069;
|
|
}
|
|
}
|
|
{
|
|
// PlayerMovement.jump = true;
|
|
((PlayerMovement_t4A0A0A8C937BC1D4FC570D1B5B50847338423351_StaticFields*)il2cpp_codegen_static_fields_for(PlayerMovement_t4A0A0A8C937BC1D4FC570D1B5B50847338423351_il2cpp_TypeInfo_var))->___jump_9 = (bool)1;
|
|
// playerAnimator.SetBool("IsJumping", true);
|
|
Animator_t8A52E42AE54F76681838FE9E632683EF3952E883* L_14 = __this->___playerAnimator_10;
|
|
NullCheck(L_14);
|
|
Animator_SetBool_m6F8D4FAF0770CD4EC1F54406249785DE7391E42B(L_14, _stringLiteral20E4282ED5D053581F550B962017BAD511D3B593, (bool)1, NULL);
|
|
// DestroyEnemy();
|
|
Justin_DestroyEnemy_mB85E1E7282873C0FCBDD21CAB5BA53458AB17117(__this, NULL);
|
|
return;
|
|
}
|
|
|
|
IL_0069:
|
|
{
|
|
// Enemy.TakedDamage = true;
|
|
((Enemy_t10DB314C96B1CE78B8D967CD3B39F05126409BBB_StaticFields*)il2cpp_codegen_static_fields_for(Enemy_t10DB314C96B1CE78B8D967CD3B39F05126409BBB_il2cpp_TypeInfo_var))->___TakedDamage_4 = (bool)1;
|
|
}
|
|
|
|
IL_006f:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean Justin::IsOnGround()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Justin_IsOnGround_mD579C86B3480EF9165E7CF0AD76F3E897368A8B3 (Justin_t0D390F6CEA78DA46A451C80DD2FA2928EAC3D574* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Physics2D_t64C0DB5246067DAC2E83A52558A0AC68AF3BE94D_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7A65EFC5BB52048E35B0D3E2214BCF8CE116440A);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Bounds_t367E830C64BBF235ED8C3B2F8CF6254FDCAD39C3 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
Collider2DU5BU5D_t4771A44B23D278BC01AB6ED33A9A28E48DC0B034* V_1 = NULL;
|
|
int32_t V_2 = 0;
|
|
{
|
|
// Collider2D[] colliders = Physics2D.OverlapBoxAll(groundCheckCollider.bounds.center, groundCheckCollider.bounds.size, 0f);
|
|
Collider2D_t6A17BA7734600EF3F26588E9ED903617D5B8EB52* L_0 = __this->___groundCheckCollider_8;
|
|
NullCheck(L_0);
|
|
Bounds_t367E830C64BBF235ED8C3B2F8CF6254FDCAD39C3 L_1;
|
|
L_1 = Collider2D_get_bounds_m74F65CE702BA9D9EED05B870325B4FE3B2401B5E(L_0, NULL);
|
|
V_0 = L_1;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_2;
|
|
L_2 = Bounds_get_center_m5B05F81CB835EB6DD8628FDA24B638F477984DC3((&V_0), NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_3;
|
|
L_3 = Vector2_op_Implicit_mE8EBEE9291F11BB02F062D6E000F4798968CBD96_inline(L_2, NULL);
|
|
Collider2D_t6A17BA7734600EF3F26588E9ED903617D5B8EB52* L_4 = __this->___groundCheckCollider_8;
|
|
NullCheck(L_4);
|
|
Bounds_t367E830C64BBF235ED8C3B2F8CF6254FDCAD39C3 L_5;
|
|
L_5 = Collider2D_get_bounds_m74F65CE702BA9D9EED05B870325B4FE3B2401B5E(L_4, NULL);
|
|
V_0 = L_5;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_6;
|
|
L_6 = Bounds_get_size_m0699A53A55A78B3201D7270D6F338DFA91B6FAD4((&V_0), NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_7;
|
|
L_7 = Vector2_op_Implicit_mE8EBEE9291F11BB02F062D6E000F4798968CBD96_inline(L_6, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Physics2D_t64C0DB5246067DAC2E83A52558A0AC68AF3BE94D_il2cpp_TypeInfo_var);
|
|
Collider2DU5BU5D_t4771A44B23D278BC01AB6ED33A9A28E48DC0B034* L_8;
|
|
L_8 = Physics2D_OverlapBoxAll_mBE79BB1EA100B859488D14DE01EA77E68DBD434D(L_3, L_7, (0.0f), NULL);
|
|
// foreach (Collider2D collider in colliders)
|
|
V_1 = L_8;
|
|
V_2 = 0;
|
|
goto IL_0059;
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
// foreach (Collider2D collider in colliders)
|
|
Collider2DU5BU5D_t4771A44B23D278BC01AB6ED33A9A28E48DC0B034* L_9 = V_1;
|
|
int32_t L_10 = V_2;
|
|
NullCheck(L_9);
|
|
int32_t L_11 = L_10;
|
|
Collider2D_t6A17BA7734600EF3F26588E9ED903617D5B8EB52* L_12 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
|
|
// if (collider.gameObject.CompareTag("Ground"))
|
|
NullCheck(L_12);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_13;
|
|
L_13 = Component_get_gameObject_m57AEFBB14DB39EC476F740BA000E170355DE691B(L_12, NULL);
|
|
NullCheck(L_13);
|
|
bool L_14;
|
|
L_14 = GameObject_CompareTag_m6378BE50D009A93D46036F74CC3F7E2ECB0636E5(L_13, _stringLiteral7A65EFC5BB52048E35B0D3E2214BCF8CE116440A, NULL);
|
|
if (!L_14)
|
|
{
|
|
goto IL_0055;
|
|
}
|
|
}
|
|
{
|
|
// return true;
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0055:
|
|
{
|
|
int32_t L_15 = V_2;
|
|
V_2 = ((int32_t)il2cpp_codegen_add(L_15, 1));
|
|
}
|
|
|
|
IL_0059:
|
|
{
|
|
// foreach (Collider2D collider in colliders)
|
|
int32_t L_16 = V_2;
|
|
Collider2DU5BU5D_t4771A44B23D278BC01AB6ED33A9A28E48DC0B034* L_17 = V_1;
|
|
NullCheck(L_17);
|
|
if ((((int32_t)L_16) < ((int32_t)((int32_t)(((RuntimeArray*)L_17)->max_length)))))
|
|
{
|
|
goto IL_003f;
|
|
}
|
|
}
|
|
{
|
|
// return false;
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Void Justin::DestroyEnemy()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Justin_DestroyEnemy_mB85E1E7282873C0FCBDD21CAB5BA53458AB17117 (Justin_t0D390F6CEA78DA46A451C80DD2FA2928EAC3D574* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_Instantiate_TisGameObject_t76FEDD663AB33C991A9C9A23129337651094216F_m831D2F71DF2AA6C93AFDFEFA04CF2CFC5FBBCDB4_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// Instantiate(deathEffect, transform.position, Quaternion.identity);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_0 = __this->___deathEffect_9;
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_1;
|
|
L_1 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(__this, NULL);
|
|
NullCheck(L_1);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_2;
|
|
L_2 = Transform_get_position_m69CD5FA214FDAE7BB701552943674846C220FDE1(L_1, NULL);
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_3;
|
|
L_3 = Quaternion_get_identity_m7E701AE095ED10FD5EA0B50ABCFDE2EEFF2173A5_inline(NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_4;
|
|
L_4 = Object_Instantiate_TisGameObject_t76FEDD663AB33C991A9C9A23129337651094216F_m831D2F71DF2AA6C93AFDFEFA04CF2CFC5FBBCDB4(L_0, L_2, L_3, Object_Instantiate_TisGameObject_t76FEDD663AB33C991A9C9A23129337651094216F_m831D2F71DF2AA6C93AFDFEFA04CF2CFC5FBBCDB4_RuntimeMethod_var);
|
|
// Destroy(gameObject);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_5;
|
|
L_5 = Component_get_gameObject_m57AEFBB14DB39EC476F740BA000E170355DE691B(__this, NULL);
|
|
Object_Destroy_mE97D0A766419A81296E8D4E5C23D01D3FE91ACBB(L_5, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void Justin::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Justin__ctor_mC04CDF702D09DF506401E13B05065B9F22D27DB5 (Justin_t0D390F6CEA78DA46A451C80DD2FA2928EAC3D574* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public float range = 10f; // the range at which the enemy will start moving towards the player
|
|
__this->___range_4 = (10.0f);
|
|
// public float speed = 5f; // the speed at which the enemy will move
|
|
__this->___speed_5 = (5.0f);
|
|
MonoBehaviour__ctor_m592DB0105CA0BC97AA1C5F4AD27B12D68A3B7C1E(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void BulletKim::Start()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BulletKim_Start_m2B16818B02CD0B81F8CD476958B3D40A93A7BC73 (BulletKim_tDDD7A85A163ED463385F3EDB91BD17069E0766AB* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Kimberley_t317DD93F6C0908A201808B55F26F226B8BE0F663_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (Kimberley.BulletKimDirection == 0f)
|
|
float L_0 = ((Kimberley_t317DD93F6C0908A201808B55F26F226B8BE0F663_StaticFields*)il2cpp_codegen_static_fields_for(Kimberley_t317DD93F6C0908A201808B55F26F226B8BE0F663_il2cpp_TypeInfo_var))->___BulletKimDirection_22;
|
|
if ((!(((float)L_0) == ((float)(0.0f)))))
|
|
{
|
|
goto IL_0037;
|
|
}
|
|
}
|
|
{
|
|
// rb.velocity = -transform.right * speed;
|
|
Rigidbody2D_tBEBE9523CF4448544085AF46BF7E10AA499F320F* L_1 = __this->___rb_6;
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_2;
|
|
L_2 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(__this, NULL);
|
|
NullCheck(L_2);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_3;
|
|
L_3 = Transform_get_right_mC6DC057C23313802E2186A9E0DB760D795A758A4(L_2, NULL);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_4;
|
|
L_4 = Vector3_op_UnaryNegation_m5450829F333BD2A88AF9A592C4EE331661225915_inline(L_3, NULL);
|
|
float L_5 = __this->___speed_4;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_6;
|
|
L_6 = Vector3_op_Multiply_m87BA7C578F96C8E49BB07088DAAC4649F83B0353_inline(L_4, L_5, NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_7;
|
|
L_7 = Vector2_op_Implicit_mE8EBEE9291F11BB02F062D6E000F4798968CBD96_inline(L_6, NULL);
|
|
NullCheck(L_1);
|
|
Rigidbody2D_set_velocity_m9335C5883B218F6FCDF7E229AC96232FCBAC4CE6(L_1, L_7, NULL);
|
|
}
|
|
|
|
IL_0037:
|
|
{
|
|
// if (Kimberley.BulletKimDirection == 1f)
|
|
float L_8 = ((Kimberley_t317DD93F6C0908A201808B55F26F226B8BE0F663_StaticFields*)il2cpp_codegen_static_fields_for(Kimberley_t317DD93F6C0908A201808B55F26F226B8BE0F663_il2cpp_TypeInfo_var))->___BulletKimDirection_22;
|
|
if ((!(((float)L_8) == ((float)(1.0f)))))
|
|
{
|
|
goto IL_0069;
|
|
}
|
|
}
|
|
{
|
|
// rb.velocity = transform.right * speed;
|
|
Rigidbody2D_tBEBE9523CF4448544085AF46BF7E10AA499F320F* L_9 = __this->___rb_6;
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_10;
|
|
L_10 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(__this, NULL);
|
|
NullCheck(L_10);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_11;
|
|
L_11 = Transform_get_right_mC6DC057C23313802E2186A9E0DB760D795A758A4(L_10, NULL);
|
|
float L_12 = __this->___speed_4;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_13;
|
|
L_13 = Vector3_op_Multiply_m87BA7C578F96C8E49BB07088DAAC4649F83B0353_inline(L_11, L_12, NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_14;
|
|
L_14 = Vector2_op_Implicit_mE8EBEE9291F11BB02F062D6E000F4798968CBD96_inline(L_13, NULL);
|
|
NullCheck(L_9);
|
|
Rigidbody2D_set_velocity_m9335C5883B218F6FCDF7E229AC96232FCBAC4CE6(L_9, L_14, NULL);
|
|
}
|
|
|
|
IL_0069:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void BulletKim::OnTriggerEnter2D(UnityEngine.Collider2D)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BulletKim_OnTriggerEnter2D_mC395C1D9A8686A2F619A97BC8A40A2A39D01FC3D (BulletKim_tDDD7A85A163ED463385F3EDB91BD17069E0766AB* __this, Collider2D_t6A17BA7734600EF3F26588E9ED903617D5B8EB52* ___0_collision, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enemy_t10DB314C96B1CE78B8D967CD3B39F05126409BBB_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_Instantiate_TisGameObject_t76FEDD663AB33C991A9C9A23129337651094216F_m831D2F71DF2AA6C93AFDFEFA04CF2CFC5FBBCDB4_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCAF8804297181FF007CA835529DD4477CFD94A70);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (collision.gameObject.tag == "Player")
|
|
Collider2D_t6A17BA7734600EF3F26588E9ED903617D5B8EB52* L_0 = ___0_collision;
|
|
NullCheck(L_0);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_1;
|
|
L_1 = Component_get_gameObject_m57AEFBB14DB39EC476F740BA000E170355DE691B(L_0, NULL);
|
|
NullCheck(L_1);
|
|
String_t* L_2;
|
|
L_2 = GameObject_get_tag_mEDD27BF795072834D656B286CBE51B2C99747805(L_1, NULL);
|
|
bool L_3;
|
|
L_3 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_2, _stringLiteralCAF8804297181FF007CA835529DD4477CFD94A70, NULL);
|
|
if (!L_3)
|
|
{
|
|
goto IL_001d;
|
|
}
|
|
}
|
|
{
|
|
// Enemy.TakedDamage = true;
|
|
((Enemy_t10DB314C96B1CE78B8D967CD3B39F05126409BBB_StaticFields*)il2cpp_codegen_static_fields_for(Enemy_t10DB314C96B1CE78B8D967CD3B39F05126409BBB_il2cpp_TypeInfo_var))->___TakedDamage_4 = (bool)1;
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
// Instantiate(impactEffect, transform.position, transform.rotation);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_4 = __this->___impactEffect_7;
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_5;
|
|
L_5 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(__this, NULL);
|
|
NullCheck(L_5);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_6;
|
|
L_6 = Transform_get_position_m69CD5FA214FDAE7BB701552943674846C220FDE1(L_5, NULL);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_7;
|
|
L_7 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(__this, NULL);
|
|
NullCheck(L_7);
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_8;
|
|
L_8 = Transform_get_rotation_m32AF40CA0D50C797DA639A696F8EAEC7524C179C(L_7, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_9;
|
|
L_9 = Object_Instantiate_TisGameObject_t76FEDD663AB33C991A9C9A23129337651094216F_m831D2F71DF2AA6C93AFDFEFA04CF2CFC5FBBCDB4(L_4, L_6, L_8, Object_Instantiate_TisGameObject_t76FEDD663AB33C991A9C9A23129337651094216F_m831D2F71DF2AA6C93AFDFEFA04CF2CFC5FBBCDB4_RuntimeMethod_var);
|
|
// Destroy(gameObject);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_10;
|
|
L_10 = Component_get_gameObject_m57AEFBB14DB39EC476F740BA000E170355DE691B(__this, NULL);
|
|
Object_Destroy_mE97D0A766419A81296E8D4E5C23D01D3FE91ACBB(L_10, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void BulletKim::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BulletKim__ctor_mFA3D11B7B33C35BE90BFC7C782B1F7B93EB87F72 (BulletKim_tDDD7A85A163ED463385F3EDB91BD17069E0766AB* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public float speed = 20f;
|
|
__this->___speed_4 = (20.0f);
|
|
// public int damage = 40;
|
|
__this->___damage_5 = ((int32_t)40);
|
|
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 Kimberley::Start()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Kimberley_Start_m97D78A534ED712C2C88E2C8D74006AD65D73AF14 (Kimberley_t317DD93F6C0908A201808B55F26F226B8BE0F663* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponentInChildren_TisAnimator_t8A52E42AE54F76681838FE9E632683EF3952E883_mDB9FC26B94B8EE9CF1F88BFEC75DF06CC2E3A000_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisRigidbody2D_tBEBE9523CF4448544085AF46BF7E10AA499F320F_m0712B7A9DBBAE2C319B4B03394E7731B86FACBF2_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisSeeker_t6FEA42FECA98333BE993B3BBFB7BBC08AC65D441_m179FE34C9BA1E2ADE08520ABE3281BCB187FD629_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCAF8804297181FF007CA835529DD4477CFD94A70);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEA4794204F92E72456A88E6C1E39E92A22DA8333);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// seeker = GetComponent<Seeker>();
|
|
Seeker_t6FEA42FECA98333BE993B3BBFB7BBC08AC65D441* L_0;
|
|
L_0 = Component_GetComponent_TisSeeker_t6FEA42FECA98333BE993B3BBFB7BBC08AC65D441_m179FE34C9BA1E2ADE08520ABE3281BCB187FD629(__this, Component_GetComponent_TisSeeker_t6FEA42FECA98333BE993B3BBFB7BBC08AC65D441_m179FE34C9BA1E2ADE08520ABE3281BCB187FD629_RuntimeMethod_var);
|
|
__this->___seeker_18 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___seeker_18), (void*)L_0);
|
|
// rb = GetComponent<Rigidbody2D>();
|
|
Rigidbody2D_tBEBE9523CF4448544085AF46BF7E10AA499F320F* L_1;
|
|
L_1 = Component_GetComponent_TisRigidbody2D_tBEBE9523CF4448544085AF46BF7E10AA499F320F_m0712B7A9DBBAE2C319B4B03394E7731B86FACBF2(__this, Component_GetComponent_TisRigidbody2D_tBEBE9523CF4448544085AF46BF7E10AA499F320F_m0712B7A9DBBAE2C319B4B03394E7731B86FACBF2_RuntimeMethod_var);
|
|
__this->___rb_19 = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___rb_19), (void*)L_1);
|
|
// animator = GetComponentInChildren<Animator>();
|
|
Animator_t8A52E42AE54F76681838FE9E632683EF3952E883* L_2;
|
|
L_2 = Component_GetComponentInChildren_TisAnimator_t8A52E42AE54F76681838FE9E632683EF3952E883_mDB9FC26B94B8EE9CF1F88BFEC75DF06CC2E3A000(__this, Component_GetComponentInChildren_TisAnimator_t8A52E42AE54F76681838FE9E632683EF3952E883_mDB9FC26B94B8EE9CF1F88BFEC75DF06CC2E3A000_RuntimeMethod_var);
|
|
__this->___animator_20 = L_2;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___animator_20), (void*)L_2);
|
|
// player = GameObject.FindGameObjectWithTag("Player").transform;
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_3;
|
|
L_3 = GameObject_FindGameObjectWithTag_mF0229BC2074CE9EEA72FAB1E5A4BC2AEC3D2CDBE(_stringLiteralCAF8804297181FF007CA835529DD4477CFD94A70, NULL);
|
|
NullCheck(L_3);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_4;
|
|
L_4 = GameObject_get_transform_m0BC10ADFA1632166AE5544BDF9038A2650C2AE56(L_3, NULL);
|
|
__this->___player_14 = L_4;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___player_14), (void*)L_4);
|
|
// InvokeRepeating("UpdatePath", 0f, .5f);
|
|
MonoBehaviour_InvokeRepeating_mF208501E0E4918F9168BBBA5FC50D8F80D01514D(__this, _stringLiteralEA4794204F92E72456A88E6C1E39E92A22DA8333, (0.0f), (0.5f), NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void Kimberley::UpdatePath()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Kimberley_UpdatePath_mA7364A8625F5D077FBE610A3D4177644C1CE1F87 (Kimberley_t317DD93F6C0908A201808B55F26F226B8BE0F663* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Kimberley_OnPathComplete_m1B3E99ECCEB3CEBCDA83E834774E5F0EF1DDC109_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnPathDelegate_tBC5D616171AC6FA3DFA2083777FDA787D35047D4_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (seeker.IsDone())
|
|
Seeker_t6FEA42FECA98333BE993B3BBFB7BBC08AC65D441* L_0 = __this->___seeker_18;
|
|
NullCheck(L_0);
|
|
bool L_1;
|
|
L_1 = Seeker_IsDone_m02E37DC5F042AC06A69BA1A65886B1BA9369EB2D(L_0, NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_0040;
|
|
}
|
|
}
|
|
{
|
|
// seeker.StartPath(rb.position, target.position, OnPathComplete);
|
|
Seeker_t6FEA42FECA98333BE993B3BBFB7BBC08AC65D441* L_2 = __this->___seeker_18;
|
|
Rigidbody2D_tBEBE9523CF4448544085AF46BF7E10AA499F320F* L_3 = __this->___rb_19;
|
|
NullCheck(L_3);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_4;
|
|
L_4 = Rigidbody2D_get_position_m07070C4416DFE2229070F95B349E411AE4869276(L_3, NULL);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_5;
|
|
L_5 = Vector2_op_Implicit_m6D9CABB2C791A192867D7A4559D132BE86DD3EB7_inline(L_4, NULL);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_6 = __this->___target_4;
|
|
NullCheck(L_6);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_7;
|
|
L_7 = Transform_get_position_m69CD5FA214FDAE7BB701552943674846C220FDE1(L_6, NULL);
|
|
OnPathDelegate_tBC5D616171AC6FA3DFA2083777FDA787D35047D4* L_8 = (OnPathDelegate_tBC5D616171AC6FA3DFA2083777FDA787D35047D4*)il2cpp_codegen_object_new(OnPathDelegate_tBC5D616171AC6FA3DFA2083777FDA787D35047D4_il2cpp_TypeInfo_var);
|
|
NullCheck(L_8);
|
|
OnPathDelegate__ctor_mD3FAB4AAEAF5DCAA68A6D1C3C8A7A9F316362C43(L_8, __this, (intptr_t)((void*)Kimberley_OnPathComplete_m1B3E99ECCEB3CEBCDA83E834774E5F0EF1DDC109_RuntimeMethod_var), NULL);
|
|
NullCheck(L_2);
|
|
Path_tF8373A11D8EE16052CE8F7D66EB9D74E17EE8F7A* L_9;
|
|
L_9 = Seeker_StartPath_m5F4742FD2F4BC23BB40FAA281193B5CCD1D63B8B(L_2, L_5, L_7, L_8, NULL);
|
|
}
|
|
|
|
IL_0040:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void Kimberley::OnPathComplete(Pathfinding.Path)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Kimberley_OnPathComplete_m1B3E99ECCEB3CEBCDA83E834774E5F0EF1DDC109 (Kimberley_t317DD93F6C0908A201808B55F26F226B8BE0F663* __this, Path_tF8373A11D8EE16052CE8F7D66EB9D74E17EE8F7A* ___0_p, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// if (!p.error)
|
|
Path_tF8373A11D8EE16052CE8F7D66EB9D74E17EE8F7A* L_0 = ___0_p;
|
|
NullCheck(L_0);
|
|
bool L_1;
|
|
L_1 = Path_get_error_m53DE4309315C8B6A124412EC3CBF9AA514414FE2(L_0, NULL);
|
|
if (L_1)
|
|
{
|
|
goto IL_0016;
|
|
}
|
|
}
|
|
{
|
|
// path = p;
|
|
Path_tF8373A11D8EE16052CE8F7D66EB9D74E17EE8F7A* L_2 = ___0_p;
|
|
__this->___path_16 = L_2;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___path_16), (void*)L_2);
|
|
// currentWaypoint = 0;
|
|
__this->___currentWaypoint_17 = 0;
|
|
}
|
|
|
|
IL_0016:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void Kimberley::TakeDamage(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Kimberley_TakeDamage_m4ABFAFCF0920BE9507DD710A51C2EDD26D1E9716 (Kimberley_t317DD93F6C0908A201808B55F26F226B8BE0F663* __this, int32_t ___0_damage, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MainMenu_t5A8A8E4906FD2B24D16567A6BFFDAA6B91DD12DF_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (MainMenu.ExitLevel == false)
|
|
bool L_0 = ((MainMenu_t5A8A8E4906FD2B24D16567A6BFFDAA6B91DD12DF_StaticFields*)il2cpp_codegen_static_fields_for(MainMenu_t5A8A8E4906FD2B24D16567A6BFFDAA6B91DD12DF_il2cpp_TypeInfo_var))->___ExitLevel_32;
|
|
if (L_0)
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
// health -= damage;
|
|
int32_t L_1 = __this->___health_23;
|
|
int32_t L_2 = ___0_damage;
|
|
__this->___health_23 = ((int32_t)il2cpp_codegen_subtract(L_1, L_2));
|
|
// if (health <= 0)
|
|
int32_t L_3 = __this->___health_23;
|
|
if ((((int32_t)L_3) > ((int32_t)0)))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
// Die();
|
|
Kimberley_Die_m0CE09635D84A32A30E85AA409AD83474C9B433FF(__this, NULL);
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void Kimberley::Die()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Kimberley_Die_m0CE09635D84A32A30E85AA409AD83474C9B433FF (Kimberley_t317DD93F6C0908A201808B55F26F226B8BE0F663* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_Instantiate_TisGameObject_t76FEDD663AB33C991A9C9A23129337651094216F_m831D2F71DF2AA6C93AFDFEFA04CF2CFC5FBBCDB4_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// Instantiate(deathEffect, transform.position, Quaternion.identity);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_0 = __this->___deathEffect_24;
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_1;
|
|
L_1 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(__this, NULL);
|
|
NullCheck(L_1);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_2;
|
|
L_2 = Transform_get_position_m69CD5FA214FDAE7BB701552943674846C220FDE1(L_1, NULL);
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_3;
|
|
L_3 = Quaternion_get_identity_m7E701AE095ED10FD5EA0B50ABCFDE2EEFF2173A5_inline(NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_4;
|
|
L_4 = Object_Instantiate_TisGameObject_t76FEDD663AB33C991A9C9A23129337651094216F_m831D2F71DF2AA6C93AFDFEFA04CF2CFC5FBBCDB4(L_0, L_2, L_3, Object_Instantiate_TisGameObject_t76FEDD663AB33C991A9C9A23129337651094216F_m831D2F71DF2AA6C93AFDFEFA04CF2CFC5FBBCDB4_RuntimeMethod_var);
|
|
// Destroy(gameObject);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_5;
|
|
L_5 = Component_get_gameObject_m57AEFBB14DB39EC476F740BA000E170355DE691B(__this, NULL);
|
|
Object_Destroy_mE97D0A766419A81296E8D4E5C23D01D3FE91ACBB(L_5, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void Kimberley::FixedUpdate()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Kimberley_FixedUpdate_m99760A92E385B543DEDE7102CD5A0364D44A315E (Kimberley_t317DD93F6C0908A201808B55F26F226B8BE0F663* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Kimberley_t317DD93F6C0908A201808B55F26F226B8BE0F663_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m46EEFFA770BE665EA0CB3A5332E941DA4B3C1D37_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m8F2E15FC96DA75186C51228128A0660709E4E810_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Pause_tBA95B8E0340B28796AF51B491AF0D3EEC1F06DD7_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
float G_B9_0 = 0.0f;
|
|
float G_B8_0 = 0.0f;
|
|
float G_B11_0 = 0.0f;
|
|
float G_B10_0 = 0.0f;
|
|
float G_B13_0 = 0.0f;
|
|
float G_B12_0 = 0.0f;
|
|
{
|
|
// distance = Vector2.Distance(transform.position, player.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);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_2;
|
|
L_2 = Vector2_op_Implicit_mE8EBEE9291F11BB02F062D6E000F4798968CBD96_inline(L_1, NULL);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_3 = __this->___player_14;
|
|
NullCheck(L_3);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_4;
|
|
L_4 = Transform_get_position_m69CD5FA214FDAE7BB701552943674846C220FDE1(L_3, NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_5;
|
|
L_5 = Vector2_op_Implicit_mE8EBEE9291F11BB02F062D6E000F4798968CBD96_inline(L_4, NULL);
|
|
float L_6;
|
|
L_6 = Vector2_Distance_mBACBB1609E1894D68F882D86A93519E311810C89_inline(L_2, L_5, NULL);
|
|
__this->___distance_12 = L_6;
|
|
// if (Pause.IsPause == false && distance < range && WalkStop == false)
|
|
bool L_7 = ((Pause_tBA95B8E0340B28796AF51B491AF0D3EEC1F06DD7_StaticFields*)il2cpp_codegen_static_fields_for(Pause_tBA95B8E0340B28796AF51B491AF0D3EEC1F06DD7_il2cpp_TypeInfo_var))->___IsPause_4;
|
|
if (L_7)
|
|
{
|
|
goto IL_01ba;
|
|
}
|
|
}
|
|
{
|
|
float L_8 = __this->___distance_12;
|
|
float L_9 = __this->___range_10;
|
|
if ((!(((float)L_8) < ((float)L_9))))
|
|
{
|
|
goto IL_01ba;
|
|
}
|
|
}
|
|
{
|
|
bool L_10 = __this->___WalkStop_6;
|
|
if (L_10)
|
|
{
|
|
goto IL_01ba;
|
|
}
|
|
}
|
|
{
|
|
// if (path == null)
|
|
Path_tF8373A11D8EE16052CE8F7D66EB9D74E17EE8F7A* L_11 = __this->___path_16;
|
|
if (L_11)
|
|
{
|
|
goto IL_005a;
|
|
}
|
|
}
|
|
{
|
|
// return;
|
|
return;
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
// if (currentWaypoint >= path.vectorPath.Count)
|
|
int32_t L_12 = __this->___currentWaypoint_17;
|
|
Path_tF8373A11D8EE16052CE8F7D66EB9D74E17EE8F7A* L_13 = __this->___path_16;
|
|
NullCheck(L_13);
|
|
List_1_t77B94703E05C519A9010DD0614F757F974E1CD8B* L_14 = L_13->___vectorPath_9;
|
|
NullCheck(L_14);
|
|
int32_t L_15;
|
|
L_15 = List_1_get_Count_m46EEFFA770BE665EA0CB3A5332E941DA4B3C1D37_inline(L_14, List_1_get_Count_m46EEFFA770BE665EA0CB3A5332E941DA4B3C1D37_RuntimeMethod_var);
|
|
if ((((int32_t)L_12) < ((int32_t)L_15)))
|
|
{
|
|
goto IL_0073;
|
|
}
|
|
}
|
|
{
|
|
// return;
|
|
return;
|
|
}
|
|
|
|
IL_0073:
|
|
{
|
|
// Vector2 direction = ((Vector2)path.vectorPath[currentWaypoint] -rb.position).normalized;
|
|
Path_tF8373A11D8EE16052CE8F7D66EB9D74E17EE8F7A* L_16 = __this->___path_16;
|
|
NullCheck(L_16);
|
|
List_1_t77B94703E05C519A9010DD0614F757F974E1CD8B* L_17 = L_16->___vectorPath_9;
|
|
int32_t L_18 = __this->___currentWaypoint_17;
|
|
NullCheck(L_17);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_19;
|
|
L_19 = List_1_get_Item_m8F2E15FC96DA75186C51228128A0660709E4E810(L_17, L_18, List_1_get_Item_m8F2E15FC96DA75186C51228128A0660709E4E810_RuntimeMethod_var);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_20;
|
|
L_20 = Vector2_op_Implicit_mE8EBEE9291F11BB02F062D6E000F4798968CBD96_inline(L_19, NULL);
|
|
Rigidbody2D_tBEBE9523CF4448544085AF46BF7E10AA499F320F* L_21 = __this->___rb_19;
|
|
NullCheck(L_21);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_22;
|
|
L_22 = Rigidbody2D_get_position_m07070C4416DFE2229070F95B349E411AE4869276(L_21, NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_23;
|
|
L_23 = Vector2_op_Subtraction_m44475FCDAD2DA2F98D78A6625EC2DCDFE8803837_inline(L_20, L_22, NULL);
|
|
V_1 = L_23;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_24;
|
|
L_24 = Vector2_get_normalized_mF6722883AEFB5027690A778DF8ACC20F0FA65297_inline((&V_1), NULL);
|
|
// Vector2 force = direction * speed * Time.deltaTime;
|
|
float L_25 = __this->___speed_7;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_26;
|
|
L_26 = Vector2_op_Multiply_m2D984B613020089BF5165BA4CA10988E2DC771FE_inline(L_24, L_25, NULL);
|
|
float L_27;
|
|
L_27 = Time_get_deltaTime_mC3195000401F0FD167DD2F948FD2BC58330D0865(NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_28;
|
|
L_28 = Vector2_op_Multiply_m2D984B613020089BF5165BA4CA10988E2DC771FE_inline(L_26, L_27, NULL);
|
|
V_0 = L_28;
|
|
// rb.AddForce(force);
|
|
Rigidbody2D_tBEBE9523CF4448544085AF46BF7E10AA499F320F* L_29 = __this->___rb_19;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_30 = V_0;
|
|
NullCheck(L_29);
|
|
Rigidbody2D_AddForce_mC635C76F94D56891007700CA0E653EB269E955CB(L_29, L_30, NULL);
|
|
// float distance = Vector2.Distance(rb.position, path.vectorPath[currentWaypoint]);
|
|
Rigidbody2D_tBEBE9523CF4448544085AF46BF7E10AA499F320F* L_31 = __this->___rb_19;
|
|
NullCheck(L_31);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_32;
|
|
L_32 = Rigidbody2D_get_position_m07070C4416DFE2229070F95B349E411AE4869276(L_31, NULL);
|
|
Path_tF8373A11D8EE16052CE8F7D66EB9D74E17EE8F7A* L_33 = __this->___path_16;
|
|
NullCheck(L_33);
|
|
List_1_t77B94703E05C519A9010DD0614F757F974E1CD8B* L_34 = L_33->___vectorPath_9;
|
|
int32_t L_35 = __this->___currentWaypoint_17;
|
|
NullCheck(L_34);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_36;
|
|
L_36 = List_1_get_Item_m8F2E15FC96DA75186C51228128A0660709E4E810(L_34, L_35, List_1_get_Item_m8F2E15FC96DA75186C51228128A0660709E4E810_RuntimeMethod_var);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_37;
|
|
L_37 = Vector2_op_Implicit_mE8EBEE9291F11BB02F062D6E000F4798968CBD96_inline(L_36, NULL);
|
|
float L_38;
|
|
L_38 = Vector2_Distance_mBACBB1609E1894D68F882D86A93519E311810C89_inline(L_32, L_37, NULL);
|
|
// if (distance < nextWaypointDistance)
|
|
float L_39 = L_38;
|
|
float L_40 = __this->___nextWaypointDistance_8;
|
|
G_B8_0 = L_39;
|
|
if ((!(((float)L_39) < ((float)L_40))))
|
|
{
|
|
G_B9_0 = L_39;
|
|
goto IL_010a;
|
|
}
|
|
}
|
|
{
|
|
// currentWaypoint++;
|
|
int32_t L_41 = __this->___currentWaypoint_17;
|
|
__this->___currentWaypoint_17 = ((int32_t)il2cpp_codegen_add(L_41, 1));
|
|
G_B9_0 = G_B8_0;
|
|
}
|
|
|
|
IL_010a:
|
|
{
|
|
// if (rb.velocity.x >= 0.01f)
|
|
Rigidbody2D_tBEBE9523CF4448544085AF46BF7E10AA499F320F* L_42 = __this->___rb_19;
|
|
NullCheck(L_42);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_43;
|
|
L_43 = Rigidbody2D_get_velocity_mBD8AC6F93F0E24CC41D2361BCEF74F81303720EF(L_42, NULL);
|
|
float L_44 = L_43.___x_0;
|
|
G_B10_0 = G_B9_0;
|
|
if ((!(((float)L_44) >= ((float)(0.00999999978f)))))
|
|
{
|
|
G_B11_0 = G_B9_0;
|
|
goto IL_0151;
|
|
}
|
|
}
|
|
{
|
|
// enemyGFX.transform.localScale = new Vector3(-1f, 1f, 1f);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_45 = __this->___enemyGFX_13;
|
|
NullCheck(L_45);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_46;
|
|
L_46 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(L_45, NULL);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_47;
|
|
memset((&L_47), 0, sizeof(L_47));
|
|
Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&L_47), (-1.0f), (1.0f), (1.0f), /*hidden argument*/NULL);
|
|
NullCheck(L_46);
|
|
Transform_set_localScale_mBA79E811BAF6C47B80FF76414C12B47B3CD03633(L_46, L_47, NULL);
|
|
// BulletKimDirection = 1f;
|
|
((Kimberley_t317DD93F6C0908A201808B55F26F226B8BE0F663_StaticFields*)il2cpp_codegen_static_fields_for(Kimberley_t317DD93F6C0908A201808B55F26F226B8BE0F663_il2cpp_TypeInfo_var))->___BulletKimDirection_22 = (1.0f);
|
|
G_B13_0 = G_B10_0;
|
|
goto IL_0196;
|
|
}
|
|
|
|
IL_0151:
|
|
{
|
|
// else if (rb.velocity.x <= -0.01f)
|
|
Rigidbody2D_tBEBE9523CF4448544085AF46BF7E10AA499F320F* L_48 = __this->___rb_19;
|
|
NullCheck(L_48);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_49;
|
|
L_49 = Rigidbody2D_get_velocity_mBD8AC6F93F0E24CC41D2361BCEF74F81303720EF(L_48, NULL);
|
|
float L_50 = L_49.___x_0;
|
|
G_B12_0 = G_B11_0;
|
|
if ((!(((float)L_50) <= ((float)(-0.00999999978f)))))
|
|
{
|
|
G_B13_0 = G_B11_0;
|
|
goto IL_0196;
|
|
}
|
|
}
|
|
{
|
|
// enemyGFX.transform.localScale = new Vector3(1f, 1f, 1f);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_51 = __this->___enemyGFX_13;
|
|
NullCheck(L_51);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_52;
|
|
L_52 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(L_51, NULL);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_53;
|
|
memset((&L_53), 0, sizeof(L_53));
|
|
Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&L_53), (1.0f), (1.0f), (1.0f), /*hidden argument*/NULL);
|
|
NullCheck(L_52);
|
|
Transform_set_localScale_mBA79E811BAF6C47B80FF76414C12B47B3CD03633(L_52, L_53, NULL);
|
|
// BulletKimDirection = 0f;
|
|
((Kimberley_t317DD93F6C0908A201808B55F26F226B8BE0F663_StaticFields*)il2cpp_codegen_static_fields_for(Kimberley_t317DD93F6C0908A201808B55F26F226B8BE0F663_il2cpp_TypeInfo_var))->___BulletKimDirection_22 = (0.0f);
|
|
G_B13_0 = G_B12_0;
|
|
}
|
|
|
|
IL_0196:
|
|
{
|
|
// if (distance < attackRange)
|
|
float L_54 = __this->___attackRange_11;
|
|
if ((!(((float)G_B13_0) < ((float)L_54))))
|
|
{
|
|
goto IL_01b3;
|
|
}
|
|
}
|
|
{
|
|
// if (Stop == false)
|
|
bool L_55 = __this->___Stop_21;
|
|
if (L_55)
|
|
{
|
|
goto IL_01b3;
|
|
}
|
|
}
|
|
{
|
|
// StartCoroutine(Attack());
|
|
RuntimeObject* L_56;
|
|
L_56 = Kimberley_Attack_m6C352E25E745025EA6E413BBB01CC53D2F89C5EA(__this, NULL);
|
|
Coroutine_t85EA685566A254C23F3FD77AB5BDFFFF8799596B* L_57;
|
|
L_57 = MonoBehaviour_StartCoroutine_m4CAFF732AA28CD3BDC5363B44A863575530EC812(__this, L_56, NULL);
|
|
}
|
|
|
|
IL_01b3:
|
|
{
|
|
// DestroyYourSelf = true;
|
|
__this->___DestroyYourSelf_9 = (bool)1;
|
|
}
|
|
|
|
IL_01ba:
|
|
{
|
|
// distance = Vector2.Distance(transform.position, player.position);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_58;
|
|
L_58 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(__this, NULL);
|
|
NullCheck(L_58);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_59;
|
|
L_59 = Transform_get_position_m69CD5FA214FDAE7BB701552943674846C220FDE1(L_58, NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_60;
|
|
L_60 = Vector2_op_Implicit_mE8EBEE9291F11BB02F062D6E000F4798968CBD96_inline(L_59, NULL);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_61 = __this->___player_14;
|
|
NullCheck(L_61);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_62;
|
|
L_62 = Transform_get_position_m69CD5FA214FDAE7BB701552943674846C220FDE1(L_61, NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_63;
|
|
L_63 = Vector2_op_Implicit_mE8EBEE9291F11BB02F062D6E000F4798968CBD96_inline(L_62, NULL);
|
|
float L_64;
|
|
L_64 = Vector2_Distance_mBACBB1609E1894D68F882D86A93519E311810C89_inline(L_60, L_63, NULL);
|
|
__this->___distance_12 = L_64;
|
|
// if (distance > range && DestroyYourSelf == true)
|
|
float L_65 = __this->___distance_12;
|
|
float L_66 = __this->___range_10;
|
|
if ((!(((float)L_65) > ((float)L_66))))
|
|
{
|
|
goto IL_020d;
|
|
}
|
|
}
|
|
{
|
|
bool L_67 = __this->___DestroyYourSelf_9;
|
|
if (!L_67)
|
|
{
|
|
goto IL_020d;
|
|
}
|
|
}
|
|
{
|
|
// DestroyYourSelf = false;
|
|
__this->___DestroyYourSelf_9 = (bool)0;
|
|
// Destroy(gameObject);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_68;
|
|
L_68 = Component_get_gameObject_m57AEFBB14DB39EC476F740BA000E170355DE691B(__this, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
Object_Destroy_mE97D0A766419A81296E8D4E5C23D01D3FE91ACBB(L_68, NULL);
|
|
}
|
|
|
|
IL_020d:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void Kimberley::OnCollisionEnter2D(UnityEngine.Collision2D)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Kimberley_OnCollisionEnter2D_m37C8A84498CA1934153E42B0E8EDEAC422D65D68 (Kimberley_t317DD93F6C0908A201808B55F26F226B8BE0F663* __this, Collision2D_t81E83212C969FDDE2AB84EBCA31502818EEAB85B* ___0_collision, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral13CED75BBB7DCAD57996F7422897CAF3E454AA29);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCAF8804297181FF007CA835529DD4477CFD94A70);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (collision.gameObject.tag == "Player")
|
|
Collision2D_t81E83212C969FDDE2AB84EBCA31502818EEAB85B* L_0 = ___0_collision;
|
|
NullCheck(L_0);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_1;
|
|
L_1 = Collision2D_get_gameObject_mE4B3D56F3477F7D2D6D7B217DF5488DA1D13204C(L_0, NULL);
|
|
NullCheck(L_1);
|
|
String_t* L_2;
|
|
L_2 = GameObject_get_tag_mEDD27BF795072834D656B286CBE51B2C99747805(L_1, NULL);
|
|
bool L_3;
|
|
L_3 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_2, _stringLiteralCAF8804297181FF007CA835529DD4477CFD94A70, NULL);
|
|
if (!L_3)
|
|
{
|
|
goto IL_0028;
|
|
}
|
|
}
|
|
{
|
|
// animator.SetBool("Damage", true);
|
|
Animator_t8A52E42AE54F76681838FE9E632683EF3952E883* L_4 = __this->___animator_20;
|
|
NullCheck(L_4);
|
|
Animator_SetBool_m6F8D4FAF0770CD4EC1F54406249785DE7391E42B(L_4, _stringLiteral13CED75BBB7DCAD57996F7422897CAF3E454AA29, (bool)1, NULL);
|
|
}
|
|
|
|
IL_0028:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void Kimberley::OnTriggerEnter2D(UnityEngine.Collider2D)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Kimberley_OnTriggerEnter2D_m0DDDCF9D3D74B220842E8F785A425752CB554981 (Kimberley_t317DD93F6C0908A201808B55F26F226B8BE0F663* __this, Collider2D_t6A17BA7734600EF3F26588E9ED903617D5B8EB52* ___0_collider, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral87EC9E6B1D53FB72E3610EE8D1FBACA5F8D07BB0);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (collider.gameObject.tag == "Bullet" && distance < range && TimeStopHearting == false)
|
|
Collider2D_t6A17BA7734600EF3F26588E9ED903617D5B8EB52* L_0 = ___0_collider;
|
|
NullCheck(L_0);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_1;
|
|
L_1 = Component_get_gameObject_m57AEFBB14DB39EC476F740BA000E170355DE691B(L_0, NULL);
|
|
NullCheck(L_1);
|
|
String_t* L_2;
|
|
L_2 = GameObject_get_tag_mEDD27BF795072834D656B286CBE51B2C99747805(L_1, NULL);
|
|
bool L_3;
|
|
L_3 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_2, _stringLiteral87EC9E6B1D53FB72E3610EE8D1FBACA5F8D07BB0, NULL);
|
|
if (!L_3)
|
|
{
|
|
goto IL_0042;
|
|
}
|
|
}
|
|
{
|
|
float L_4 = __this->___distance_12;
|
|
float L_5 = __this->___range_10;
|
|
if ((!(((float)L_4) < ((float)L_5))))
|
|
{
|
|
goto IL_0042;
|
|
}
|
|
}
|
|
{
|
|
bool L_6 = __this->___TimeStopHearting_25;
|
|
if (L_6)
|
|
{
|
|
goto IL_0042;
|
|
}
|
|
}
|
|
{
|
|
// StartCoroutine(BulletAttacked());
|
|
RuntimeObject* L_7;
|
|
L_7 = Kimberley_BulletAttacked_mCFA23A496AF22EC08257BC232A76060E43127AF2(__this, NULL);
|
|
Coroutine_t85EA685566A254C23F3FD77AB5BDFFFF8799596B* L_8;
|
|
L_8 = MonoBehaviour_StartCoroutine_m4CAFF732AA28CD3BDC5363B44A863575530EC812(__this, L_7, NULL);
|
|
// TakeDamage(40);
|
|
Kimberley_TakeDamage_m4ABFAFCF0920BE9507DD710A51C2EDD26D1E9716(__this, ((int32_t)40), NULL);
|
|
}
|
|
|
|
IL_0042:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void Kimberley::Update()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Kimberley_Update_mD2822D7260E10FC2DD6328375FD4C54D288E5DD2 (Kimberley_t317DD93F6C0908A201808B55F26F226B8BE0F663* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Pause_tBA95B8E0340B28796AF51B491AF0D3EEC1F06DD7_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (Pause.IsPause == false)
|
|
bool L_0 = ((Pause_tBA95B8E0340B28796AF51B491AF0D3EEC1F06DD7_StaticFields*)il2cpp_codegen_static_fields_for(Pause_tBA95B8E0340B28796AF51B491AF0D3EEC1F06DD7_il2cpp_TypeInfo_var))->___IsPause_4;
|
|
if (L_0)
|
|
{
|
|
goto IL_0015;
|
|
}
|
|
}
|
|
{
|
|
// if (!IsOnGround())
|
|
bool L_1;
|
|
L_1 = Kimberley_IsOnGround_m237BFEE248BBDB4DFC71285EFECEABAD0FB22FFF(__this, NULL);
|
|
if (L_1)
|
|
{
|
|
goto IL_0015;
|
|
}
|
|
}
|
|
{
|
|
// DestroyEnemy();
|
|
Kimberley_DestroyEnemy_mB29FC67DCA7E06AB3C83C136F628003C78793694(__this, NULL);
|
|
}
|
|
|
|
IL_0015:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Collections.IEnumerator Kimberley::Attack()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Kimberley_Attack_m6C352E25E745025EA6E413BBB01CC53D2F89C5EA (Kimberley_t317DD93F6C0908A201808B55F26F226B8BE0F663* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CAttackU3Ed__32_t69902BB0831F3F0EEE018B50E28D1C909E94C070_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
U3CAttackU3Ed__32_t69902BB0831F3F0EEE018B50E28D1C909E94C070* L_0 = (U3CAttackU3Ed__32_t69902BB0831F3F0EEE018B50E28D1C909E94C070*)il2cpp_codegen_object_new(U3CAttackU3Ed__32_t69902BB0831F3F0EEE018B50E28D1C909E94C070_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
U3CAttackU3Ed__32__ctor_m685312E27B3E3FC2AE24749E5862680EE05D945E(L_0, 0, NULL);
|
|
U3CAttackU3Ed__32_t69902BB0831F3F0EEE018B50E28D1C909E94C070* L_1 = L_0;
|
|
NullCheck(L_1);
|
|
L_1->___U3CU3E4__this_2 = __this;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_1->___U3CU3E4__this_2), (void*)__this);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Collections.IEnumerator Kimberley::Wait()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Kimberley_Wait_m789A9EE98852ADCEC70AAC2A7D028A5747618EF8 (Kimberley_t317DD93F6C0908A201808B55F26F226B8BE0F663* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CWaitU3Ed__33_t481B2AB4ED887ABE4C09065906639129295C86E3_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
U3CWaitU3Ed__33_t481B2AB4ED887ABE4C09065906639129295C86E3* L_0 = (U3CWaitU3Ed__33_t481B2AB4ED887ABE4C09065906639129295C86E3*)il2cpp_codegen_object_new(U3CWaitU3Ed__33_t481B2AB4ED887ABE4C09065906639129295C86E3_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
U3CWaitU3Ed__33__ctor_mC96FC2B476B34D391906A36A5BCD3A5285A1CE0D(L_0, 0, NULL);
|
|
U3CWaitU3Ed__33_t481B2AB4ED887ABE4C09065906639129295C86E3* L_1 = L_0;
|
|
NullCheck(L_1);
|
|
L_1->___U3CU3E4__this_2 = __this;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_1->___U3CU3E4__this_2), (void*)__this);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Collections.IEnumerator Kimberley::BulletAttacked()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Kimberley_BulletAttacked_mCFA23A496AF22EC08257BC232A76060E43127AF2 (Kimberley_t317DD93F6C0908A201808B55F26F226B8BE0F663* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CBulletAttackedU3Ed__34_t79CE420FD5CAE00AC1C74CFD44F2E753B03E47A1_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
U3CBulletAttackedU3Ed__34_t79CE420FD5CAE00AC1C74CFD44F2E753B03E47A1* L_0 = (U3CBulletAttackedU3Ed__34_t79CE420FD5CAE00AC1C74CFD44F2E753B03E47A1*)il2cpp_codegen_object_new(U3CBulletAttackedU3Ed__34_t79CE420FD5CAE00AC1C74CFD44F2E753B03E47A1_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
U3CBulletAttackedU3Ed__34__ctor_m16EE100EAA44237DE3D0162FC5FB09F0827A9A63(L_0, 0, NULL);
|
|
U3CBulletAttackedU3Ed__34_t79CE420FD5CAE00AC1C74CFD44F2E753B03E47A1* L_1 = L_0;
|
|
NullCheck(L_1);
|
|
L_1->___U3CU3E4__this_2 = __this;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_1->___U3CU3E4__this_2), (void*)__this);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Boolean Kimberley::IsOnGround()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Kimberley_IsOnGround_m237BFEE248BBDB4DFC71285EFECEABAD0FB22FFF (Kimberley_t317DD93F6C0908A201808B55F26F226B8BE0F663* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Physics2D_t64C0DB5246067DAC2E83A52558A0AC68AF3BE94D_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7A65EFC5BB52048E35B0D3E2214BCF8CE116440A);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Bounds_t367E830C64BBF235ED8C3B2F8CF6254FDCAD39C3 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
Collider2DU5BU5D_t4771A44B23D278BC01AB6ED33A9A28E48DC0B034* V_1 = NULL;
|
|
int32_t V_2 = 0;
|
|
{
|
|
// Collider2D[] colliders = Physics2D.OverlapBoxAll(groundCheckCollider.bounds.center, groundCheckCollider.bounds.size, 0f);
|
|
Collider2D_t6A17BA7734600EF3F26588E9ED903617D5B8EB52* L_0 = __this->___groundCheckCollider_26;
|
|
NullCheck(L_0);
|
|
Bounds_t367E830C64BBF235ED8C3B2F8CF6254FDCAD39C3 L_1;
|
|
L_1 = Collider2D_get_bounds_m74F65CE702BA9D9EED05B870325B4FE3B2401B5E(L_0, NULL);
|
|
V_0 = L_1;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_2;
|
|
L_2 = Bounds_get_center_m5B05F81CB835EB6DD8628FDA24B638F477984DC3((&V_0), NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_3;
|
|
L_3 = Vector2_op_Implicit_mE8EBEE9291F11BB02F062D6E000F4798968CBD96_inline(L_2, NULL);
|
|
Collider2D_t6A17BA7734600EF3F26588E9ED903617D5B8EB52* L_4 = __this->___groundCheckCollider_26;
|
|
NullCheck(L_4);
|
|
Bounds_t367E830C64BBF235ED8C3B2F8CF6254FDCAD39C3 L_5;
|
|
L_5 = Collider2D_get_bounds_m74F65CE702BA9D9EED05B870325B4FE3B2401B5E(L_4, NULL);
|
|
V_0 = L_5;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_6;
|
|
L_6 = Bounds_get_size_m0699A53A55A78B3201D7270D6F338DFA91B6FAD4((&V_0), NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_7;
|
|
L_7 = Vector2_op_Implicit_mE8EBEE9291F11BB02F062D6E000F4798968CBD96_inline(L_6, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Physics2D_t64C0DB5246067DAC2E83A52558A0AC68AF3BE94D_il2cpp_TypeInfo_var);
|
|
Collider2DU5BU5D_t4771A44B23D278BC01AB6ED33A9A28E48DC0B034* L_8;
|
|
L_8 = Physics2D_OverlapBoxAll_mBE79BB1EA100B859488D14DE01EA77E68DBD434D(L_3, L_7, (0.0f), NULL);
|
|
// foreach (Collider2D collider in colliders)
|
|
V_1 = L_8;
|
|
V_2 = 0;
|
|
goto IL_0059;
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
// foreach (Collider2D collider in colliders)
|
|
Collider2DU5BU5D_t4771A44B23D278BC01AB6ED33A9A28E48DC0B034* L_9 = V_1;
|
|
int32_t L_10 = V_2;
|
|
NullCheck(L_9);
|
|
int32_t L_11 = L_10;
|
|
Collider2D_t6A17BA7734600EF3F26588E9ED903617D5B8EB52* L_12 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
|
|
// if (collider.gameObject.CompareTag("Ground"))
|
|
NullCheck(L_12);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_13;
|
|
L_13 = Component_get_gameObject_m57AEFBB14DB39EC476F740BA000E170355DE691B(L_12, NULL);
|
|
NullCheck(L_13);
|
|
bool L_14;
|
|
L_14 = GameObject_CompareTag_m6378BE50D009A93D46036F74CC3F7E2ECB0636E5(L_13, _stringLiteral7A65EFC5BB52048E35B0D3E2214BCF8CE116440A, NULL);
|
|
if (!L_14)
|
|
{
|
|
goto IL_0055;
|
|
}
|
|
}
|
|
{
|
|
// return true;
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0055:
|
|
{
|
|
int32_t L_15 = V_2;
|
|
V_2 = ((int32_t)il2cpp_codegen_add(L_15, 1));
|
|
}
|
|
|
|
IL_0059:
|
|
{
|
|
// foreach (Collider2D collider in colliders)
|
|
int32_t L_16 = V_2;
|
|
Collider2DU5BU5D_t4771A44B23D278BC01AB6ED33A9A28E48DC0B034* L_17 = V_1;
|
|
NullCheck(L_17);
|
|
if ((((int32_t)L_16) < ((int32_t)((int32_t)(((RuntimeArray*)L_17)->max_length)))))
|
|
{
|
|
goto IL_003f;
|
|
}
|
|
}
|
|
{
|
|
// return false;
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Void Kimberley::DestroyEnemy()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Kimberley_DestroyEnemy_mB29FC67DCA7E06AB3C83C136F628003C78793694 (Kimberley_t317DD93F6C0908A201808B55F26F226B8BE0F663* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_Instantiate_TisGameObject_t76FEDD663AB33C991A9C9A23129337651094216F_m831D2F71DF2AA6C93AFDFEFA04CF2CFC5FBBCDB4_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// Instantiate(deathEffect, transform.position, Quaternion.identity);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_0 = __this->___deathEffect_24;
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_1;
|
|
L_1 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(__this, NULL);
|
|
NullCheck(L_1);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_2;
|
|
L_2 = Transform_get_position_m69CD5FA214FDAE7BB701552943674846C220FDE1(L_1, NULL);
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_3;
|
|
L_3 = Quaternion_get_identity_m7E701AE095ED10FD5EA0B50ABCFDE2EEFF2173A5_inline(NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_4;
|
|
L_4 = Object_Instantiate_TisGameObject_t76FEDD663AB33C991A9C9A23129337651094216F_m831D2F71DF2AA6C93AFDFEFA04CF2CFC5FBBCDB4(L_0, L_2, L_3, Object_Instantiate_TisGameObject_t76FEDD663AB33C991A9C9A23129337651094216F_m831D2F71DF2AA6C93AFDFEFA04CF2CFC5FBBCDB4_RuntimeMethod_var);
|
|
// Destroy(gameObject);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_5;
|
|
L_5 = Component_get_gameObject_m57AEFBB14DB39EC476F740BA000E170355DE691B(__this, NULL);
|
|
Object_Destroy_mE97D0A766419A81296E8D4E5C23D01D3FE91ACBB(L_5, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void Kimberley::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Kimberley__ctor_m30C9DAE3E96F6500C9D9719CFBCC02E5075248E4 (Kimberley_t317DD93F6C0908A201808B55F26F226B8BE0F663* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public float speed = 200f;
|
|
__this->___speed_7 = (200.0f);
|
|
// public float nextWaypointDistance = 3f;
|
|
__this->___nextWaypointDistance_8 = (3.0f);
|
|
// public float range = 10f; // the range at which the enemy will start moving towards the player
|
|
__this->___range_10 = (10.0f);
|
|
// public float attackRange = 8f; // the range at which the enemy will attack the player
|
|
__this->___attackRange_11 = (8.0f);
|
|
// public int health = 100;
|
|
__this->___health_23 = ((int32_t)100);
|
|
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 Kimberley/<Attack>d__32::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CAttackU3Ed__32__ctor_m685312E27B3E3FC2AE24749E5862680EE05D945E (U3CAttackU3Ed__32_t69902BB0831F3F0EEE018B50E28D1C909E94C070* __this, int32_t ___0_U3CU3E1__state, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
int32_t L_0 = ___0_U3CU3E1__state;
|
|
__this->___U3CU3E1__state_0 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// System.Void Kimberley/<Attack>d__32::System.IDisposable.Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CAttackU3Ed__32_System_IDisposable_Dispose_m0AEF02A33EEA19F8ABA7619CC3C279BB952A4868 (U3CAttackU3Ed__32_t69902BB0831F3F0EEE018B50E28D1C909E94C070* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean Kimberley/<Attack>d__32::MoveNext()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CAttackU3Ed__32_MoveNext_m0363EC8C4B2A5FB2C755F664FF5BE36050651807 (U3CAttackU3Ed__32_t69902BB0831F3F0EEE018B50E28D1C909E94C070* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_Instantiate_TisGameObject_t76FEDD663AB33C991A9C9A23129337651094216F_m831D2F71DF2AA6C93AFDFEFA04CF2CFC5FBBCDB4_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral508450355DF2A5BB172C6D21A5C54D7806587D91);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
Kimberley_t317DD93F6C0908A201808B55F26F226B8BE0F663* V_1 = NULL;
|
|
{
|
|
int32_t L_0 = __this->___U3CU3E1__state_0;
|
|
V_0 = L_0;
|
|
Kimberley_t317DD93F6C0908A201808B55F26F226B8BE0F663* L_1 = __this->___U3CU3E4__this_2;
|
|
V_1 = L_1;
|
|
int32_t L_2 = V_0;
|
|
switch (L_2)
|
|
{
|
|
case 0:
|
|
{
|
|
goto IL_0022;
|
|
}
|
|
case 1:
|
|
{
|
|
goto IL_0049;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_00a3;
|
|
}
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0022:
|
|
{
|
|
__this->___U3CU3E1__state_0 = (-1);
|
|
// Stop = true;
|
|
Kimberley_t317DD93F6C0908A201808B55F26F226B8BE0F663* L_3 = V_1;
|
|
NullCheck(L_3);
|
|
L_3->___Stop_21 = (bool)1;
|
|
// yield return new WaitForSeconds(2.0f);
|
|
WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3* L_4 = (WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3*)il2cpp_codegen_object_new(WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3_il2cpp_TypeInfo_var);
|
|
NullCheck(L_4);
|
|
WaitForSeconds__ctor_m579F95BADEDBAB4B3A7E302C6EE3995926EF2EFC(L_4, (2.0f), NULL);
|
|
__this->___U3CU3E2__current_1 = L_4;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CU3E2__current_1), (void*)L_4);
|
|
__this->___U3CU3E1__state_0 = 1;
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0049:
|
|
{
|
|
__this->___U3CU3E1__state_0 = (-1);
|
|
// WalkStop = true;
|
|
Kimberley_t317DD93F6C0908A201808B55F26F226B8BE0F663* L_5 = V_1;
|
|
NullCheck(L_5);
|
|
L_5->___WalkStop_6 = (bool)1;
|
|
// animator.SetBool("Attack", true);
|
|
Kimberley_t317DD93F6C0908A201808B55F26F226B8BE0F663* L_6 = V_1;
|
|
NullCheck(L_6);
|
|
Animator_t8A52E42AE54F76681838FE9E632683EF3952E883* L_7 = L_6->___animator_20;
|
|
NullCheck(L_7);
|
|
Animator_SetBool_m6F8D4FAF0770CD4EC1F54406249785DE7391E42B(L_7, _stringLiteral508450355DF2A5BB172C6D21A5C54D7806587D91, (bool)1, NULL);
|
|
// Instantiate(EnemyWeapon, firePoint.position, firePoint.rotation);
|
|
Kimberley_t317DD93F6C0908A201808B55F26F226B8BE0F663* L_8 = V_1;
|
|
NullCheck(L_8);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_9 = L_8->___EnemyWeapon_15;
|
|
Kimberley_t317DD93F6C0908A201808B55F26F226B8BE0F663* L_10 = V_1;
|
|
NullCheck(L_10);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_11 = L_10->___firePoint_5;
|
|
NullCheck(L_11);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_12;
|
|
L_12 = Transform_get_position_m69CD5FA214FDAE7BB701552943674846C220FDE1(L_11, NULL);
|
|
Kimberley_t317DD93F6C0908A201808B55F26F226B8BE0F663* L_13 = V_1;
|
|
NullCheck(L_13);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_14 = L_13->___firePoint_5;
|
|
NullCheck(L_14);
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_15;
|
|
L_15 = Transform_get_rotation_m32AF40CA0D50C797DA639A696F8EAEC7524C179C(L_14, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_16;
|
|
L_16 = Object_Instantiate_TisGameObject_t76FEDD663AB33C991A9C9A23129337651094216F_m831D2F71DF2AA6C93AFDFEFA04CF2CFC5FBBCDB4(L_9, L_12, L_15, Object_Instantiate_TisGameObject_t76FEDD663AB33C991A9C9A23129337651094216F_m831D2F71DF2AA6C93AFDFEFA04CF2CFC5FBBCDB4_RuntimeMethod_var);
|
|
// yield return new WaitForSeconds(2.0f);
|
|
WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3* L_17 = (WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3*)il2cpp_codegen_object_new(WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3_il2cpp_TypeInfo_var);
|
|
NullCheck(L_17);
|
|
WaitForSeconds__ctor_m579F95BADEDBAB4B3A7E302C6EE3995926EF2EFC(L_17, (2.0f), NULL);
|
|
__this->___U3CU3E2__current_1 = L_17;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CU3E2__current_1), (void*)L_17);
|
|
__this->___U3CU3E1__state_0 = 2;
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_00a3:
|
|
{
|
|
__this->___U3CU3E1__state_0 = (-1);
|
|
// WalkStop = false;
|
|
Kimberley_t317DD93F6C0908A201808B55F26F226B8BE0F663* L_18 = V_1;
|
|
NullCheck(L_18);
|
|
L_18->___WalkStop_6 = (bool)0;
|
|
// animator.SetBool("Attack", false);
|
|
Kimberley_t317DD93F6C0908A201808B55F26F226B8BE0F663* L_19 = V_1;
|
|
NullCheck(L_19);
|
|
Animator_t8A52E42AE54F76681838FE9E632683EF3952E883* L_20 = L_19->___animator_20;
|
|
NullCheck(L_20);
|
|
Animator_SetBool_m6F8D4FAF0770CD4EC1F54406249785DE7391E42B(L_20, _stringLiteral508450355DF2A5BB172C6D21A5C54D7806587D91, (bool)0, NULL);
|
|
// StartCoroutine(Wait());
|
|
Kimberley_t317DD93F6C0908A201808B55F26F226B8BE0F663* L_21 = V_1;
|
|
Kimberley_t317DD93F6C0908A201808B55F26F226B8BE0F663* L_22 = V_1;
|
|
NullCheck(L_22);
|
|
RuntimeObject* L_23;
|
|
L_23 = Kimberley_Wait_m789A9EE98852ADCEC70AAC2A7D028A5747618EF8(L_22, NULL);
|
|
NullCheck(L_21);
|
|
Coroutine_t85EA685566A254C23F3FD77AB5BDFFFF8799596B* L_24;
|
|
L_24 = MonoBehaviour_StartCoroutine_m4CAFF732AA28CD3BDC5363B44A863575530EC812(L_21, L_23, NULL);
|
|
// }
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Object Kimberley/<Attack>d__32::System.Collections.Generic.IEnumerator<System.Object>.get_Current()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CAttackU3Ed__32_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_mADDB8315CD1F4769B7F1215254340F0444A75A1A (U3CAttackU3Ed__32_t69902BB0831F3F0EEE018B50E28D1C909E94C070* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject* L_0 = __this->___U3CU3E2__current_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void Kimberley/<Attack>d__32::System.Collections.IEnumerator.Reset()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CAttackU3Ed__32_System_Collections_IEnumerator_Reset_m2C5552CDF23C8771C694176F4820FFCD24AACF0A (U3CAttackU3Ed__32_t69902BB0831F3F0EEE018B50E28D1C909E94C070* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* L_0 = (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_0);
|
|
NotSupportedException__ctor_m1398D0CDE19B36AA3DE9392879738C1EA2439CDF(L_0, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CAttackU3Ed__32_System_Collections_IEnumerator_Reset_m2C5552CDF23C8771C694176F4820FFCD24AACF0A_RuntimeMethod_var)));
|
|
}
|
|
}
|
|
// System.Object Kimberley/<Attack>d__32::System.Collections.IEnumerator.get_Current()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CAttackU3Ed__32_System_Collections_IEnumerator_get_Current_m3C860CAD683464769E0A7B3BB2EC8F87C10B29D3 (U3CAttackU3Ed__32_t69902BB0831F3F0EEE018B50E28D1C909E94C070* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject* L_0 = __this->___U3CU3E2__current_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void Kimberley/<Wait>d__33::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CWaitU3Ed__33__ctor_mC96FC2B476B34D391906A36A5BCD3A5285A1CE0D (U3CWaitU3Ed__33_t481B2AB4ED887ABE4C09065906639129295C86E3* __this, int32_t ___0_U3CU3E1__state, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
int32_t L_0 = ___0_U3CU3E1__state;
|
|
__this->___U3CU3E1__state_0 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// System.Void Kimberley/<Wait>d__33::System.IDisposable.Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CWaitU3Ed__33_System_IDisposable_Dispose_m0D3CA6665C0068E6DDDE4902EA1D12951C4A2281 (U3CWaitU3Ed__33_t481B2AB4ED887ABE4C09065906639129295C86E3* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean Kimberley/<Wait>d__33::MoveNext()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CWaitU3Ed__33_MoveNext_mCF4B64A5517A7F4574DAC4634DF6800FD32431E1 (U3CWaitU3Ed__33_t481B2AB4ED887ABE4C09065906639129295C86E3* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
Kimberley_t317DD93F6C0908A201808B55F26F226B8BE0F663* V_1 = NULL;
|
|
{
|
|
int32_t L_0 = __this->___U3CU3E1__state_0;
|
|
V_0 = L_0;
|
|
Kimberley_t317DD93F6C0908A201808B55F26F226B8BE0F663* L_1 = __this->___U3CU3E4__this_2;
|
|
V_1 = L_1;
|
|
int32_t L_2 = V_0;
|
|
if (!L_2)
|
|
{
|
|
goto IL_0017;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_3 = V_0;
|
|
if ((((int32_t)L_3) == ((int32_t)1)))
|
|
{
|
|
goto IL_0037;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0017:
|
|
{
|
|
__this->___U3CU3E1__state_0 = (-1);
|
|
// yield return new WaitForSeconds(2.0f);
|
|
WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3* L_4 = (WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3*)il2cpp_codegen_object_new(WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3_il2cpp_TypeInfo_var);
|
|
NullCheck(L_4);
|
|
WaitForSeconds__ctor_m579F95BADEDBAB4B3A7E302C6EE3995926EF2EFC(L_4, (2.0f), NULL);
|
|
__this->___U3CU3E2__current_1 = L_4;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CU3E2__current_1), (void*)L_4);
|
|
__this->___U3CU3E1__state_0 = 1;
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0037:
|
|
{
|
|
__this->___U3CU3E1__state_0 = (-1);
|
|
// Stop = false;
|
|
Kimberley_t317DD93F6C0908A201808B55F26F226B8BE0F663* L_5 = V_1;
|
|
NullCheck(L_5);
|
|
L_5->___Stop_21 = (bool)0;
|
|
// }
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Object Kimberley/<Wait>d__33::System.Collections.Generic.IEnumerator<System.Object>.get_Current()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CWaitU3Ed__33_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_m27B2B0CC898BC86C7BC8B4EA8927AF50346728AB (U3CWaitU3Ed__33_t481B2AB4ED887ABE4C09065906639129295C86E3* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject* L_0 = __this->___U3CU3E2__current_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void Kimberley/<Wait>d__33::System.Collections.IEnumerator.Reset()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CWaitU3Ed__33_System_Collections_IEnumerator_Reset_m0772A928AB87DDF93A65CEFBE6050E22A98E60A4 (U3CWaitU3Ed__33_t481B2AB4ED887ABE4C09065906639129295C86E3* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* L_0 = (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_0);
|
|
NotSupportedException__ctor_m1398D0CDE19B36AA3DE9392879738C1EA2439CDF(L_0, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CWaitU3Ed__33_System_Collections_IEnumerator_Reset_m0772A928AB87DDF93A65CEFBE6050E22A98E60A4_RuntimeMethod_var)));
|
|
}
|
|
}
|
|
// System.Object Kimberley/<Wait>d__33::System.Collections.IEnumerator.get_Current()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CWaitU3Ed__33_System_Collections_IEnumerator_get_Current_m6FB8A7E6BC6DD2705F1D27E693125BD8537BBEA4 (U3CWaitU3Ed__33_t481B2AB4ED887ABE4C09065906639129295C86E3* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject* L_0 = __this->___U3CU3E2__current_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void Kimberley/<BulletAttacked>d__34::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CBulletAttackedU3Ed__34__ctor_m16EE100EAA44237DE3D0162FC5FB09F0827A9A63 (U3CBulletAttackedU3Ed__34_t79CE420FD5CAE00AC1C74CFD44F2E753B03E47A1* __this, int32_t ___0_U3CU3E1__state, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
int32_t L_0 = ___0_U3CU3E1__state;
|
|
__this->___U3CU3E1__state_0 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// System.Void Kimberley/<BulletAttacked>d__34::System.IDisposable.Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CBulletAttackedU3Ed__34_System_IDisposable_Dispose_m64CF8E4F8FBEC592196132958CBC5E26C344DC2C (U3CBulletAttackedU3Ed__34_t79CE420FD5CAE00AC1C74CFD44F2E753B03E47A1* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean Kimberley/<BulletAttacked>d__34::MoveNext()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CBulletAttackedU3Ed__34_MoveNext_mB252DCE34B928061D0053B06A4F6052D9DBA0821 (U3CBulletAttackedU3Ed__34_t79CE420FD5CAE00AC1C74CFD44F2E753B03E47A1* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral13CED75BBB7DCAD57996F7422897CAF3E454AA29);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
Kimberley_t317DD93F6C0908A201808B55F26F226B8BE0F663* V_1 = NULL;
|
|
{
|
|
int32_t L_0 = __this->___U3CU3E1__state_0;
|
|
V_0 = L_0;
|
|
Kimberley_t317DD93F6C0908A201808B55F26F226B8BE0F663* L_1 = __this->___U3CU3E4__this_2;
|
|
V_1 = L_1;
|
|
int32_t L_2 = V_0;
|
|
if (!L_2)
|
|
{
|
|
goto IL_0017;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_3 = V_0;
|
|
if ((((int32_t)L_3) == ((int32_t)1)))
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0017:
|
|
{
|
|
__this->___U3CU3E1__state_0 = (-1);
|
|
// WalkStop = true;
|
|
Kimberley_t317DD93F6C0908A201808B55F26F226B8BE0F663* L_4 = V_1;
|
|
NullCheck(L_4);
|
|
L_4->___WalkStop_6 = (bool)1;
|
|
// animator.SetBool("Damage", true);
|
|
Kimberley_t317DD93F6C0908A201808B55F26F226B8BE0F663* L_5 = V_1;
|
|
NullCheck(L_5);
|
|
Animator_t8A52E42AE54F76681838FE9E632683EF3952E883* L_6 = L_5->___animator_20;
|
|
NullCheck(L_6);
|
|
Animator_SetBool_m6F8D4FAF0770CD4EC1F54406249785DE7391E42B(L_6, _stringLiteral13CED75BBB7DCAD57996F7422897CAF3E454AA29, (bool)1, NULL);
|
|
// TimeStopHearting = true;
|
|
Kimberley_t317DD93F6C0908A201808B55F26F226B8BE0F663* L_7 = V_1;
|
|
NullCheck(L_7);
|
|
L_7->___TimeStopHearting_25 = (bool)1;
|
|
// yield return new WaitForSeconds(2.0f);
|
|
WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3* L_8 = (WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3*)il2cpp_codegen_object_new(WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3_il2cpp_TypeInfo_var);
|
|
NullCheck(L_8);
|
|
WaitForSeconds__ctor_m579F95BADEDBAB4B3A7E302C6EE3995926EF2EFC(L_8, (2.0f), NULL);
|
|
__this->___U3CU3E2__current_1 = L_8;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CU3E2__current_1), (void*)L_8);
|
|
__this->___U3CU3E1__state_0 = 1;
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
__this->___U3CU3E1__state_0 = (-1);
|
|
// TimeStopHearting = false;
|
|
Kimberley_t317DD93F6C0908A201808B55F26F226B8BE0F663* L_9 = V_1;
|
|
NullCheck(L_9);
|
|
L_9->___TimeStopHearting_25 = (bool)0;
|
|
// WalkStop = false;
|
|
Kimberley_t317DD93F6C0908A201808B55F26F226B8BE0F663* L_10 = V_1;
|
|
NullCheck(L_10);
|
|
L_10->___WalkStop_6 = (bool)0;
|
|
// animator.SetBool("Damage", false);
|
|
Kimberley_t317DD93F6C0908A201808B55F26F226B8BE0F663* L_11 = V_1;
|
|
NullCheck(L_11);
|
|
Animator_t8A52E42AE54F76681838FE9E632683EF3952E883* L_12 = L_11->___animator_20;
|
|
NullCheck(L_12);
|
|
Animator_SetBool_m6F8D4FAF0770CD4EC1F54406249785DE7391E42B(L_12, _stringLiteral13CED75BBB7DCAD57996F7422897CAF3E454AA29, (bool)0, NULL);
|
|
// }
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Object Kimberley/<BulletAttacked>d__34::System.Collections.Generic.IEnumerator<System.Object>.get_Current()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CBulletAttackedU3Ed__34_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_m9EA0A40AB891CE4A38579B4D87A99ED7EDDC86DE (U3CBulletAttackedU3Ed__34_t79CE420FD5CAE00AC1C74CFD44F2E753B03E47A1* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject* L_0 = __this->___U3CU3E2__current_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void Kimberley/<BulletAttacked>d__34::System.Collections.IEnumerator.Reset()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CBulletAttackedU3Ed__34_System_Collections_IEnumerator_Reset_m3AA9D07EB2B3B831DC09E9E25D7DAB0671D20795 (U3CBulletAttackedU3Ed__34_t79CE420FD5CAE00AC1C74CFD44F2E753B03E47A1* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* L_0 = (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_0);
|
|
NotSupportedException__ctor_m1398D0CDE19B36AA3DE9392879738C1EA2439CDF(L_0, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CBulletAttackedU3Ed__34_System_Collections_IEnumerator_Reset_m3AA9D07EB2B3B831DC09E9E25D7DAB0671D20795_RuntimeMethod_var)));
|
|
}
|
|
}
|
|
// System.Object Kimberley/<BulletAttacked>d__34::System.Collections.IEnumerator.get_Current()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CBulletAttackedU3Ed__34_System_Collections_IEnumerator_get_Current_mF5AE0D37791F8CDA9AF7C73D14E9003B70C28F7E (U3CBulletAttackedU3Ed__34_t79CE420FD5CAE00AC1C74CFD44F2E753B03E47A1* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject* L_0 = __this->___U3CU3E2__current_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void BulletCon::Start()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BulletCon_Start_m218EB17D91896DE402A886E6BC58A680FA04FBEF (BulletCon_tA1F4067BF0690B9FF99F7814A33E0481868CD865* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Marc_t496C7D9DB27E8B598F0A1E81A3369594A780986D_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (Marc.BulletConDirection == 0f)
|
|
float L_0 = ((Marc_t496C7D9DB27E8B598F0A1E81A3369594A780986D_StaticFields*)il2cpp_codegen_static_fields_for(Marc_t496C7D9DB27E8B598F0A1E81A3369594A780986D_il2cpp_TypeInfo_var))->___BulletConDirection_22;
|
|
if ((!(((float)L_0) == ((float)(0.0f)))))
|
|
{
|
|
goto IL_0037;
|
|
}
|
|
}
|
|
{
|
|
// rb.velocity = -transform.right * speed;
|
|
Rigidbody2D_tBEBE9523CF4448544085AF46BF7E10AA499F320F* L_1 = __this->___rb_6;
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_2;
|
|
L_2 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(__this, NULL);
|
|
NullCheck(L_2);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_3;
|
|
L_3 = Transform_get_right_mC6DC057C23313802E2186A9E0DB760D795A758A4(L_2, NULL);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_4;
|
|
L_4 = Vector3_op_UnaryNegation_m5450829F333BD2A88AF9A592C4EE331661225915_inline(L_3, NULL);
|
|
float L_5 = __this->___speed_4;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_6;
|
|
L_6 = Vector3_op_Multiply_m87BA7C578F96C8E49BB07088DAAC4649F83B0353_inline(L_4, L_5, NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_7;
|
|
L_7 = Vector2_op_Implicit_mE8EBEE9291F11BB02F062D6E000F4798968CBD96_inline(L_6, NULL);
|
|
NullCheck(L_1);
|
|
Rigidbody2D_set_velocity_m9335C5883B218F6FCDF7E229AC96232FCBAC4CE6(L_1, L_7, NULL);
|
|
}
|
|
|
|
IL_0037:
|
|
{
|
|
// if (Marc.BulletConDirection == 1f)
|
|
float L_8 = ((Marc_t496C7D9DB27E8B598F0A1E81A3369594A780986D_StaticFields*)il2cpp_codegen_static_fields_for(Marc_t496C7D9DB27E8B598F0A1E81A3369594A780986D_il2cpp_TypeInfo_var))->___BulletConDirection_22;
|
|
if ((!(((float)L_8) == ((float)(1.0f)))))
|
|
{
|
|
goto IL_0069;
|
|
}
|
|
}
|
|
{
|
|
// rb.velocity = transform.right * speed;
|
|
Rigidbody2D_tBEBE9523CF4448544085AF46BF7E10AA499F320F* L_9 = __this->___rb_6;
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_10;
|
|
L_10 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(__this, NULL);
|
|
NullCheck(L_10);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_11;
|
|
L_11 = Transform_get_right_mC6DC057C23313802E2186A9E0DB760D795A758A4(L_10, NULL);
|
|
float L_12 = __this->___speed_4;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_13;
|
|
L_13 = Vector3_op_Multiply_m87BA7C578F96C8E49BB07088DAAC4649F83B0353_inline(L_11, L_12, NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_14;
|
|
L_14 = Vector2_op_Implicit_mE8EBEE9291F11BB02F062D6E000F4798968CBD96_inline(L_13, NULL);
|
|
NullCheck(L_9);
|
|
Rigidbody2D_set_velocity_m9335C5883B218F6FCDF7E229AC96232FCBAC4CE6(L_9, L_14, NULL);
|
|
}
|
|
|
|
IL_0069:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void BulletCon::OnTriggerEnter2D(UnityEngine.Collider2D)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BulletCon_OnTriggerEnter2D_m0C665C3D22F4EB31ED915E9036E6F8A3AAAE4B7A (BulletCon_tA1F4067BF0690B9FF99F7814A33E0481868CD865* __this, Collider2D_t6A17BA7734600EF3F26588E9ED903617D5B8EB52* ___0_collision, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enemy_t10DB314C96B1CE78B8D967CD3B39F05126409BBB_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_Instantiate_TisGameObject_t76FEDD663AB33C991A9C9A23129337651094216F_m831D2F71DF2AA6C93AFDFEFA04CF2CFC5FBBCDB4_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCAF8804297181FF007CA835529DD4477CFD94A70);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (collision.gameObject.tag == "Player")
|
|
Collider2D_t6A17BA7734600EF3F26588E9ED903617D5B8EB52* L_0 = ___0_collision;
|
|
NullCheck(L_0);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_1;
|
|
L_1 = Component_get_gameObject_m57AEFBB14DB39EC476F740BA000E170355DE691B(L_0, NULL);
|
|
NullCheck(L_1);
|
|
String_t* L_2;
|
|
L_2 = GameObject_get_tag_mEDD27BF795072834D656B286CBE51B2C99747805(L_1, NULL);
|
|
bool L_3;
|
|
L_3 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_2, _stringLiteralCAF8804297181FF007CA835529DD4477CFD94A70, NULL);
|
|
if (!L_3)
|
|
{
|
|
goto IL_001d;
|
|
}
|
|
}
|
|
{
|
|
// Enemy.TakedDamage = true;
|
|
((Enemy_t10DB314C96B1CE78B8D967CD3B39F05126409BBB_StaticFields*)il2cpp_codegen_static_fields_for(Enemy_t10DB314C96B1CE78B8D967CD3B39F05126409BBB_il2cpp_TypeInfo_var))->___TakedDamage_4 = (bool)1;
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
// Instantiate(impactEffect, transform.position, transform.rotation);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_4 = __this->___impactEffect_7;
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_5;
|
|
L_5 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(__this, NULL);
|
|
NullCheck(L_5);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_6;
|
|
L_6 = Transform_get_position_m69CD5FA214FDAE7BB701552943674846C220FDE1(L_5, NULL);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_7;
|
|
L_7 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(__this, NULL);
|
|
NullCheck(L_7);
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_8;
|
|
L_8 = Transform_get_rotation_m32AF40CA0D50C797DA639A696F8EAEC7524C179C(L_7, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_9;
|
|
L_9 = Object_Instantiate_TisGameObject_t76FEDD663AB33C991A9C9A23129337651094216F_m831D2F71DF2AA6C93AFDFEFA04CF2CFC5FBBCDB4(L_4, L_6, L_8, Object_Instantiate_TisGameObject_t76FEDD663AB33C991A9C9A23129337651094216F_m831D2F71DF2AA6C93AFDFEFA04CF2CFC5FBBCDB4_RuntimeMethod_var);
|
|
// Destroy(gameObject);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_10;
|
|
L_10 = Component_get_gameObject_m57AEFBB14DB39EC476F740BA000E170355DE691B(__this, NULL);
|
|
Object_Destroy_mE97D0A766419A81296E8D4E5C23D01D3FE91ACBB(L_10, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void BulletCon::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BulletCon__ctor_m33F78E77B7C54818C91FA49E4C16C61E62C2DE4B (BulletCon_tA1F4067BF0690B9FF99F7814A33E0481868CD865* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public float speed = 20f;
|
|
__this->___speed_4 = (20.0f);
|
|
// public int damage = 40;
|
|
__this->___damage_5 = ((int32_t)40);
|
|
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 Marc::Start()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Marc_Start_m32D6CF77CAC9D773DDC05668251BECB02EB4D1AE (Marc_t496C7D9DB27E8B598F0A1E81A3369594A780986D* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponentInChildren_TisAnimator_t8A52E42AE54F76681838FE9E632683EF3952E883_mDB9FC26B94B8EE9CF1F88BFEC75DF06CC2E3A000_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisRigidbody2D_tBEBE9523CF4448544085AF46BF7E10AA499F320F_m0712B7A9DBBAE2C319B4B03394E7731B86FACBF2_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisSeeker_t6FEA42FECA98333BE993B3BBFB7BBC08AC65D441_m179FE34C9BA1E2ADE08520ABE3281BCB187FD629_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCAF8804297181FF007CA835529DD4477CFD94A70);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEA4794204F92E72456A88E6C1E39E92A22DA8333);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// seeker = GetComponent<Seeker>();
|
|
Seeker_t6FEA42FECA98333BE993B3BBFB7BBC08AC65D441* L_0;
|
|
L_0 = Component_GetComponent_TisSeeker_t6FEA42FECA98333BE993B3BBFB7BBC08AC65D441_m179FE34C9BA1E2ADE08520ABE3281BCB187FD629(__this, Component_GetComponent_TisSeeker_t6FEA42FECA98333BE993B3BBFB7BBC08AC65D441_m179FE34C9BA1E2ADE08520ABE3281BCB187FD629_RuntimeMethod_var);
|
|
__this->___seeker_18 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___seeker_18), (void*)L_0);
|
|
// rb = GetComponent<Rigidbody2D>();
|
|
Rigidbody2D_tBEBE9523CF4448544085AF46BF7E10AA499F320F* L_1;
|
|
L_1 = Component_GetComponent_TisRigidbody2D_tBEBE9523CF4448544085AF46BF7E10AA499F320F_m0712B7A9DBBAE2C319B4B03394E7731B86FACBF2(__this, Component_GetComponent_TisRigidbody2D_tBEBE9523CF4448544085AF46BF7E10AA499F320F_m0712B7A9DBBAE2C319B4B03394E7731B86FACBF2_RuntimeMethod_var);
|
|
__this->___rb_19 = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___rb_19), (void*)L_1);
|
|
// animator = GetComponentInChildren<Animator>();
|
|
Animator_t8A52E42AE54F76681838FE9E632683EF3952E883* L_2;
|
|
L_2 = Component_GetComponentInChildren_TisAnimator_t8A52E42AE54F76681838FE9E632683EF3952E883_mDB9FC26B94B8EE9CF1F88BFEC75DF06CC2E3A000(__this, Component_GetComponentInChildren_TisAnimator_t8A52E42AE54F76681838FE9E632683EF3952E883_mDB9FC26B94B8EE9CF1F88BFEC75DF06CC2E3A000_RuntimeMethod_var);
|
|
__this->___animator_20 = L_2;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___animator_20), (void*)L_2);
|
|
// player = GameObject.FindGameObjectWithTag("Player").transform;
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_3;
|
|
L_3 = GameObject_FindGameObjectWithTag_mF0229BC2074CE9EEA72FAB1E5A4BC2AEC3D2CDBE(_stringLiteralCAF8804297181FF007CA835529DD4477CFD94A70, NULL);
|
|
NullCheck(L_3);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_4;
|
|
L_4 = GameObject_get_transform_m0BC10ADFA1632166AE5544BDF9038A2650C2AE56(L_3, NULL);
|
|
__this->___player_14 = L_4;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___player_14), (void*)L_4);
|
|
// InvokeRepeating("UpdatePath", 0f, .5f);
|
|
MonoBehaviour_InvokeRepeating_mF208501E0E4918F9168BBBA5FC50D8F80D01514D(__this, _stringLiteralEA4794204F92E72456A88E6C1E39E92A22DA8333, (0.0f), (0.5f), NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void Marc::UpdatePath()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Marc_UpdatePath_mD26811590519927223DD2376B8EE4C364D459699 (Marc_t496C7D9DB27E8B598F0A1E81A3369594A780986D* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Marc_OnPathComplete_m1CB3B2D2B168C9B25BD283985082ED2E0EF1A2CE_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnPathDelegate_tBC5D616171AC6FA3DFA2083777FDA787D35047D4_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (seeker.IsDone())
|
|
Seeker_t6FEA42FECA98333BE993B3BBFB7BBC08AC65D441* L_0 = __this->___seeker_18;
|
|
NullCheck(L_0);
|
|
bool L_1;
|
|
L_1 = Seeker_IsDone_m02E37DC5F042AC06A69BA1A65886B1BA9369EB2D(L_0, NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_0040;
|
|
}
|
|
}
|
|
{
|
|
// seeker.StartPath(rb.position, target.position, OnPathComplete);
|
|
Seeker_t6FEA42FECA98333BE993B3BBFB7BBC08AC65D441* L_2 = __this->___seeker_18;
|
|
Rigidbody2D_tBEBE9523CF4448544085AF46BF7E10AA499F320F* L_3 = __this->___rb_19;
|
|
NullCheck(L_3);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_4;
|
|
L_4 = Rigidbody2D_get_position_m07070C4416DFE2229070F95B349E411AE4869276(L_3, NULL);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_5;
|
|
L_5 = Vector2_op_Implicit_m6D9CABB2C791A192867D7A4559D132BE86DD3EB7_inline(L_4, NULL);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_6 = __this->___target_4;
|
|
NullCheck(L_6);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_7;
|
|
L_7 = Transform_get_position_m69CD5FA214FDAE7BB701552943674846C220FDE1(L_6, NULL);
|
|
OnPathDelegate_tBC5D616171AC6FA3DFA2083777FDA787D35047D4* L_8 = (OnPathDelegate_tBC5D616171AC6FA3DFA2083777FDA787D35047D4*)il2cpp_codegen_object_new(OnPathDelegate_tBC5D616171AC6FA3DFA2083777FDA787D35047D4_il2cpp_TypeInfo_var);
|
|
NullCheck(L_8);
|
|
OnPathDelegate__ctor_mD3FAB4AAEAF5DCAA68A6D1C3C8A7A9F316362C43(L_8, __this, (intptr_t)((void*)Marc_OnPathComplete_m1CB3B2D2B168C9B25BD283985082ED2E0EF1A2CE_RuntimeMethod_var), NULL);
|
|
NullCheck(L_2);
|
|
Path_tF8373A11D8EE16052CE8F7D66EB9D74E17EE8F7A* L_9;
|
|
L_9 = Seeker_StartPath_m5F4742FD2F4BC23BB40FAA281193B5CCD1D63B8B(L_2, L_5, L_7, L_8, NULL);
|
|
}
|
|
|
|
IL_0040:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void Marc::OnPathComplete(Pathfinding.Path)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Marc_OnPathComplete_m1CB3B2D2B168C9B25BD283985082ED2E0EF1A2CE (Marc_t496C7D9DB27E8B598F0A1E81A3369594A780986D* __this, Path_tF8373A11D8EE16052CE8F7D66EB9D74E17EE8F7A* ___0_p, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// if (!p.error)
|
|
Path_tF8373A11D8EE16052CE8F7D66EB9D74E17EE8F7A* L_0 = ___0_p;
|
|
NullCheck(L_0);
|
|
bool L_1;
|
|
L_1 = Path_get_error_m53DE4309315C8B6A124412EC3CBF9AA514414FE2(L_0, NULL);
|
|
if (L_1)
|
|
{
|
|
goto IL_0016;
|
|
}
|
|
}
|
|
{
|
|
// path = p;
|
|
Path_tF8373A11D8EE16052CE8F7D66EB9D74E17EE8F7A* L_2 = ___0_p;
|
|
__this->___path_16 = L_2;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___path_16), (void*)L_2);
|
|
// currentWaypoint = 0;
|
|
__this->___currentWaypoint_17 = 0;
|
|
}
|
|
|
|
IL_0016:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void Marc::TakeDamage(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Marc_TakeDamage_m64EFAE685009563B2C1BF5BA466F2E8926751220 (Marc_t496C7D9DB27E8B598F0A1E81A3369594A780986D* __this, int32_t ___0_damage, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MainMenu_t5A8A8E4906FD2B24D16567A6BFFDAA6B91DD12DF_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (MainMenu.ExitLevel == false)
|
|
bool L_0 = ((MainMenu_t5A8A8E4906FD2B24D16567A6BFFDAA6B91DD12DF_StaticFields*)il2cpp_codegen_static_fields_for(MainMenu_t5A8A8E4906FD2B24D16567A6BFFDAA6B91DD12DF_il2cpp_TypeInfo_var))->___ExitLevel_32;
|
|
if (L_0)
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
// health -= damage;
|
|
int32_t L_1 = __this->___health_23;
|
|
int32_t L_2 = ___0_damage;
|
|
__this->___health_23 = ((int32_t)il2cpp_codegen_subtract(L_1, L_2));
|
|
// if (health <= 0)
|
|
int32_t L_3 = __this->___health_23;
|
|
if ((((int32_t)L_3) > ((int32_t)0)))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
// Die();
|
|
Marc_Die_m0E1C9A57E4B32E145311C48B201BBCF24BF74213(__this, NULL);
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void Marc::Die()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Marc_Die_m0E1C9A57E4B32E145311C48B201BBCF24BF74213 (Marc_t496C7D9DB27E8B598F0A1E81A3369594A780986D* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_Instantiate_TisGameObject_t76FEDD663AB33C991A9C9A23129337651094216F_m831D2F71DF2AA6C93AFDFEFA04CF2CFC5FBBCDB4_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// Instantiate(deathEffect, transform.position, Quaternion.identity);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_0 = __this->___deathEffect_24;
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_1;
|
|
L_1 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(__this, NULL);
|
|
NullCheck(L_1);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_2;
|
|
L_2 = Transform_get_position_m69CD5FA214FDAE7BB701552943674846C220FDE1(L_1, NULL);
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_3;
|
|
L_3 = Quaternion_get_identity_m7E701AE095ED10FD5EA0B50ABCFDE2EEFF2173A5_inline(NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_4;
|
|
L_4 = Object_Instantiate_TisGameObject_t76FEDD663AB33C991A9C9A23129337651094216F_m831D2F71DF2AA6C93AFDFEFA04CF2CFC5FBBCDB4(L_0, L_2, L_3, Object_Instantiate_TisGameObject_t76FEDD663AB33C991A9C9A23129337651094216F_m831D2F71DF2AA6C93AFDFEFA04CF2CFC5FBBCDB4_RuntimeMethod_var);
|
|
// Destroy(gameObject);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_5;
|
|
L_5 = Component_get_gameObject_m57AEFBB14DB39EC476F740BA000E170355DE691B(__this, NULL);
|
|
Object_Destroy_mE97D0A766419A81296E8D4E5C23D01D3FE91ACBB(L_5, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void Marc::FixedUpdate()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Marc_FixedUpdate_mBBD20D41246B01F5C845C694960DC463ACEAE683 (Marc_t496C7D9DB27E8B598F0A1E81A3369594A780986D* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m46EEFFA770BE665EA0CB3A5332E941DA4B3C1D37_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m8F2E15FC96DA75186C51228128A0660709E4E810_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Marc_t496C7D9DB27E8B598F0A1E81A3369594A780986D_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Pause_tBA95B8E0340B28796AF51B491AF0D3EEC1F06DD7_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
float G_B9_0 = 0.0f;
|
|
float G_B8_0 = 0.0f;
|
|
float G_B11_0 = 0.0f;
|
|
float G_B10_0 = 0.0f;
|
|
float G_B13_0 = 0.0f;
|
|
float G_B12_0 = 0.0f;
|
|
{
|
|
// distance = Vector2.Distance(transform.position, player.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);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_2;
|
|
L_2 = Vector2_op_Implicit_mE8EBEE9291F11BB02F062D6E000F4798968CBD96_inline(L_1, NULL);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_3 = __this->___player_14;
|
|
NullCheck(L_3);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_4;
|
|
L_4 = Transform_get_position_m69CD5FA214FDAE7BB701552943674846C220FDE1(L_3, NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_5;
|
|
L_5 = Vector2_op_Implicit_mE8EBEE9291F11BB02F062D6E000F4798968CBD96_inline(L_4, NULL);
|
|
float L_6;
|
|
L_6 = Vector2_Distance_mBACBB1609E1894D68F882D86A93519E311810C89_inline(L_2, L_5, NULL);
|
|
__this->___distance_12 = L_6;
|
|
// if (Pause.IsPause == false && distance < range && WalkStop == false)
|
|
bool L_7 = ((Pause_tBA95B8E0340B28796AF51B491AF0D3EEC1F06DD7_StaticFields*)il2cpp_codegen_static_fields_for(Pause_tBA95B8E0340B28796AF51B491AF0D3EEC1F06DD7_il2cpp_TypeInfo_var))->___IsPause_4;
|
|
if (L_7)
|
|
{
|
|
goto IL_01ba;
|
|
}
|
|
}
|
|
{
|
|
float L_8 = __this->___distance_12;
|
|
float L_9 = __this->___range_10;
|
|
if ((!(((float)L_8) < ((float)L_9))))
|
|
{
|
|
goto IL_01ba;
|
|
}
|
|
}
|
|
{
|
|
bool L_10 = __this->___WalkStop_6;
|
|
if (L_10)
|
|
{
|
|
goto IL_01ba;
|
|
}
|
|
}
|
|
{
|
|
// if (path == null)
|
|
Path_tF8373A11D8EE16052CE8F7D66EB9D74E17EE8F7A* L_11 = __this->___path_16;
|
|
if (L_11)
|
|
{
|
|
goto IL_005a;
|
|
}
|
|
}
|
|
{
|
|
// return;
|
|
return;
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
// if (currentWaypoint >= path.vectorPath.Count)
|
|
int32_t L_12 = __this->___currentWaypoint_17;
|
|
Path_tF8373A11D8EE16052CE8F7D66EB9D74E17EE8F7A* L_13 = __this->___path_16;
|
|
NullCheck(L_13);
|
|
List_1_t77B94703E05C519A9010DD0614F757F974E1CD8B* L_14 = L_13->___vectorPath_9;
|
|
NullCheck(L_14);
|
|
int32_t L_15;
|
|
L_15 = List_1_get_Count_m46EEFFA770BE665EA0CB3A5332E941DA4B3C1D37_inline(L_14, List_1_get_Count_m46EEFFA770BE665EA0CB3A5332E941DA4B3C1D37_RuntimeMethod_var);
|
|
if ((((int32_t)L_12) < ((int32_t)L_15)))
|
|
{
|
|
goto IL_0073;
|
|
}
|
|
}
|
|
{
|
|
// return;
|
|
return;
|
|
}
|
|
|
|
IL_0073:
|
|
{
|
|
// Vector2 direction = ((Vector2)path.vectorPath[currentWaypoint] -rb.position).normalized;
|
|
Path_tF8373A11D8EE16052CE8F7D66EB9D74E17EE8F7A* L_16 = __this->___path_16;
|
|
NullCheck(L_16);
|
|
List_1_t77B94703E05C519A9010DD0614F757F974E1CD8B* L_17 = L_16->___vectorPath_9;
|
|
int32_t L_18 = __this->___currentWaypoint_17;
|
|
NullCheck(L_17);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_19;
|
|
L_19 = List_1_get_Item_m8F2E15FC96DA75186C51228128A0660709E4E810(L_17, L_18, List_1_get_Item_m8F2E15FC96DA75186C51228128A0660709E4E810_RuntimeMethod_var);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_20;
|
|
L_20 = Vector2_op_Implicit_mE8EBEE9291F11BB02F062D6E000F4798968CBD96_inline(L_19, NULL);
|
|
Rigidbody2D_tBEBE9523CF4448544085AF46BF7E10AA499F320F* L_21 = __this->___rb_19;
|
|
NullCheck(L_21);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_22;
|
|
L_22 = Rigidbody2D_get_position_m07070C4416DFE2229070F95B349E411AE4869276(L_21, NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_23;
|
|
L_23 = Vector2_op_Subtraction_m44475FCDAD2DA2F98D78A6625EC2DCDFE8803837_inline(L_20, L_22, NULL);
|
|
V_1 = L_23;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_24;
|
|
L_24 = Vector2_get_normalized_mF6722883AEFB5027690A778DF8ACC20F0FA65297_inline((&V_1), NULL);
|
|
// Vector2 force = direction * speed * Time.deltaTime;
|
|
float L_25 = __this->___speed_7;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_26;
|
|
L_26 = Vector2_op_Multiply_m2D984B613020089BF5165BA4CA10988E2DC771FE_inline(L_24, L_25, NULL);
|
|
float L_27;
|
|
L_27 = Time_get_deltaTime_mC3195000401F0FD167DD2F948FD2BC58330D0865(NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_28;
|
|
L_28 = Vector2_op_Multiply_m2D984B613020089BF5165BA4CA10988E2DC771FE_inline(L_26, L_27, NULL);
|
|
V_0 = L_28;
|
|
// rb.AddForce(force);
|
|
Rigidbody2D_tBEBE9523CF4448544085AF46BF7E10AA499F320F* L_29 = __this->___rb_19;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_30 = V_0;
|
|
NullCheck(L_29);
|
|
Rigidbody2D_AddForce_mC635C76F94D56891007700CA0E653EB269E955CB(L_29, L_30, NULL);
|
|
// float distance = Vector2.Distance(rb.position, path.vectorPath[currentWaypoint]);
|
|
Rigidbody2D_tBEBE9523CF4448544085AF46BF7E10AA499F320F* L_31 = __this->___rb_19;
|
|
NullCheck(L_31);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_32;
|
|
L_32 = Rigidbody2D_get_position_m07070C4416DFE2229070F95B349E411AE4869276(L_31, NULL);
|
|
Path_tF8373A11D8EE16052CE8F7D66EB9D74E17EE8F7A* L_33 = __this->___path_16;
|
|
NullCheck(L_33);
|
|
List_1_t77B94703E05C519A9010DD0614F757F974E1CD8B* L_34 = L_33->___vectorPath_9;
|
|
int32_t L_35 = __this->___currentWaypoint_17;
|
|
NullCheck(L_34);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_36;
|
|
L_36 = List_1_get_Item_m8F2E15FC96DA75186C51228128A0660709E4E810(L_34, L_35, List_1_get_Item_m8F2E15FC96DA75186C51228128A0660709E4E810_RuntimeMethod_var);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_37;
|
|
L_37 = Vector2_op_Implicit_mE8EBEE9291F11BB02F062D6E000F4798968CBD96_inline(L_36, NULL);
|
|
float L_38;
|
|
L_38 = Vector2_Distance_mBACBB1609E1894D68F882D86A93519E311810C89_inline(L_32, L_37, NULL);
|
|
// if (distance < nextWaypointDistance)
|
|
float L_39 = L_38;
|
|
float L_40 = __this->___nextWaypointDistance_8;
|
|
G_B8_0 = L_39;
|
|
if ((!(((float)L_39) < ((float)L_40))))
|
|
{
|
|
G_B9_0 = L_39;
|
|
goto IL_010a;
|
|
}
|
|
}
|
|
{
|
|
// currentWaypoint++;
|
|
int32_t L_41 = __this->___currentWaypoint_17;
|
|
__this->___currentWaypoint_17 = ((int32_t)il2cpp_codegen_add(L_41, 1));
|
|
G_B9_0 = G_B8_0;
|
|
}
|
|
|
|
IL_010a:
|
|
{
|
|
// if (rb.velocity.x >= 0.01f)
|
|
Rigidbody2D_tBEBE9523CF4448544085AF46BF7E10AA499F320F* L_42 = __this->___rb_19;
|
|
NullCheck(L_42);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_43;
|
|
L_43 = Rigidbody2D_get_velocity_mBD8AC6F93F0E24CC41D2361BCEF74F81303720EF(L_42, NULL);
|
|
float L_44 = L_43.___x_0;
|
|
G_B10_0 = G_B9_0;
|
|
if ((!(((float)L_44) >= ((float)(0.00999999978f)))))
|
|
{
|
|
G_B11_0 = G_B9_0;
|
|
goto IL_0151;
|
|
}
|
|
}
|
|
{
|
|
// enemyGFX.transform.localScale = new Vector3(-1f, 1f, 1f);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_45 = __this->___enemyGFX_13;
|
|
NullCheck(L_45);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_46;
|
|
L_46 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(L_45, NULL);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_47;
|
|
memset((&L_47), 0, sizeof(L_47));
|
|
Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&L_47), (-1.0f), (1.0f), (1.0f), /*hidden argument*/NULL);
|
|
NullCheck(L_46);
|
|
Transform_set_localScale_mBA79E811BAF6C47B80FF76414C12B47B3CD03633(L_46, L_47, NULL);
|
|
// BulletConDirection = 1f;
|
|
((Marc_t496C7D9DB27E8B598F0A1E81A3369594A780986D_StaticFields*)il2cpp_codegen_static_fields_for(Marc_t496C7D9DB27E8B598F0A1E81A3369594A780986D_il2cpp_TypeInfo_var))->___BulletConDirection_22 = (1.0f);
|
|
G_B13_0 = G_B10_0;
|
|
goto IL_0196;
|
|
}
|
|
|
|
IL_0151:
|
|
{
|
|
// else if (rb.velocity.x <= -0.01f)
|
|
Rigidbody2D_tBEBE9523CF4448544085AF46BF7E10AA499F320F* L_48 = __this->___rb_19;
|
|
NullCheck(L_48);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_49;
|
|
L_49 = Rigidbody2D_get_velocity_mBD8AC6F93F0E24CC41D2361BCEF74F81303720EF(L_48, NULL);
|
|
float L_50 = L_49.___x_0;
|
|
G_B12_0 = G_B11_0;
|
|
if ((!(((float)L_50) <= ((float)(-0.00999999978f)))))
|
|
{
|
|
G_B13_0 = G_B11_0;
|
|
goto IL_0196;
|
|
}
|
|
}
|
|
{
|
|
// enemyGFX.transform.localScale = new Vector3(1f, 1f, 1f);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_51 = __this->___enemyGFX_13;
|
|
NullCheck(L_51);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_52;
|
|
L_52 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(L_51, NULL);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_53;
|
|
memset((&L_53), 0, sizeof(L_53));
|
|
Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&L_53), (1.0f), (1.0f), (1.0f), /*hidden argument*/NULL);
|
|
NullCheck(L_52);
|
|
Transform_set_localScale_mBA79E811BAF6C47B80FF76414C12B47B3CD03633(L_52, L_53, NULL);
|
|
// BulletConDirection = 0f;
|
|
((Marc_t496C7D9DB27E8B598F0A1E81A3369594A780986D_StaticFields*)il2cpp_codegen_static_fields_for(Marc_t496C7D9DB27E8B598F0A1E81A3369594A780986D_il2cpp_TypeInfo_var))->___BulletConDirection_22 = (0.0f);
|
|
G_B13_0 = G_B12_0;
|
|
}
|
|
|
|
IL_0196:
|
|
{
|
|
// if (distance < attackRange)
|
|
float L_54 = __this->___attackRange_11;
|
|
if ((!(((float)G_B13_0) < ((float)L_54))))
|
|
{
|
|
goto IL_01b3;
|
|
}
|
|
}
|
|
{
|
|
// if (Stop == false)
|
|
bool L_55 = __this->___Stop_21;
|
|
if (L_55)
|
|
{
|
|
goto IL_01b3;
|
|
}
|
|
}
|
|
{
|
|
// StartCoroutine(Attack());
|
|
RuntimeObject* L_56;
|
|
L_56 = Marc_Attack_m15FDD034ABD189FA7374308CACD80801EFAB5607(__this, NULL);
|
|
Coroutine_t85EA685566A254C23F3FD77AB5BDFFFF8799596B* L_57;
|
|
L_57 = MonoBehaviour_StartCoroutine_m4CAFF732AA28CD3BDC5363B44A863575530EC812(__this, L_56, NULL);
|
|
}
|
|
|
|
IL_01b3:
|
|
{
|
|
// DestroyYourSelf = true;
|
|
__this->___DestroyYourSelf_9 = (bool)1;
|
|
}
|
|
|
|
IL_01ba:
|
|
{
|
|
// distance = Vector2.Distance(transform.position, player.position);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_58;
|
|
L_58 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(__this, NULL);
|
|
NullCheck(L_58);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_59;
|
|
L_59 = Transform_get_position_m69CD5FA214FDAE7BB701552943674846C220FDE1(L_58, NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_60;
|
|
L_60 = Vector2_op_Implicit_mE8EBEE9291F11BB02F062D6E000F4798968CBD96_inline(L_59, NULL);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_61 = __this->___player_14;
|
|
NullCheck(L_61);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_62;
|
|
L_62 = Transform_get_position_m69CD5FA214FDAE7BB701552943674846C220FDE1(L_61, NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_63;
|
|
L_63 = Vector2_op_Implicit_mE8EBEE9291F11BB02F062D6E000F4798968CBD96_inline(L_62, NULL);
|
|
float L_64;
|
|
L_64 = Vector2_Distance_mBACBB1609E1894D68F882D86A93519E311810C89_inline(L_60, L_63, NULL);
|
|
__this->___distance_12 = L_64;
|
|
// if (distance > range && DestroyYourSelf == true)
|
|
float L_65 = __this->___distance_12;
|
|
float L_66 = __this->___range_10;
|
|
if ((!(((float)L_65) > ((float)L_66))))
|
|
{
|
|
goto IL_020d;
|
|
}
|
|
}
|
|
{
|
|
bool L_67 = __this->___DestroyYourSelf_9;
|
|
if (!L_67)
|
|
{
|
|
goto IL_020d;
|
|
}
|
|
}
|
|
{
|
|
// DestroyYourSelf = false;
|
|
__this->___DestroyYourSelf_9 = (bool)0;
|
|
// Destroy(gameObject);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_68;
|
|
L_68 = Component_get_gameObject_m57AEFBB14DB39EC476F740BA000E170355DE691B(__this, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
Object_Destroy_mE97D0A766419A81296E8D4E5C23D01D3FE91ACBB(L_68, NULL);
|
|
}
|
|
|
|
IL_020d:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void Marc::OnCollisionEnter2D(UnityEngine.Collision2D)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Marc_OnCollisionEnter2D_m7B31BC12FBA8BD1520DFA682C503D71DB6D9C4CF (Marc_t496C7D9DB27E8B598F0A1E81A3369594A780986D* __this, Collision2D_t81E83212C969FDDE2AB84EBCA31502818EEAB85B* ___0_collision, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral13CED75BBB7DCAD57996F7422897CAF3E454AA29);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCAF8804297181FF007CA835529DD4477CFD94A70);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (collision.gameObject.tag == "Player")
|
|
Collision2D_t81E83212C969FDDE2AB84EBCA31502818EEAB85B* L_0 = ___0_collision;
|
|
NullCheck(L_0);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_1;
|
|
L_1 = Collision2D_get_gameObject_mE4B3D56F3477F7D2D6D7B217DF5488DA1D13204C(L_0, NULL);
|
|
NullCheck(L_1);
|
|
String_t* L_2;
|
|
L_2 = GameObject_get_tag_mEDD27BF795072834D656B286CBE51B2C99747805(L_1, NULL);
|
|
bool L_3;
|
|
L_3 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_2, _stringLiteralCAF8804297181FF007CA835529DD4477CFD94A70, NULL);
|
|
if (!L_3)
|
|
{
|
|
goto IL_0028;
|
|
}
|
|
}
|
|
{
|
|
// animator.SetBool("Damage", true);
|
|
Animator_t8A52E42AE54F76681838FE9E632683EF3952E883* L_4 = __this->___animator_20;
|
|
NullCheck(L_4);
|
|
Animator_SetBool_m6F8D4FAF0770CD4EC1F54406249785DE7391E42B(L_4, _stringLiteral13CED75BBB7DCAD57996F7422897CAF3E454AA29, (bool)1, NULL);
|
|
}
|
|
|
|
IL_0028:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void Marc::OnTriggerEnter2D(UnityEngine.Collider2D)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Marc_OnTriggerEnter2D_m6C58258A7F6C6FC4A602C3AEBBC182AC63A9ADBD (Marc_t496C7D9DB27E8B598F0A1E81A3369594A780986D* __this, Collider2D_t6A17BA7734600EF3F26588E9ED903617D5B8EB52* ___0_collider, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral87EC9E6B1D53FB72E3610EE8D1FBACA5F8D07BB0);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (collider.gameObject.tag == "Bullet" && distance < range && TimeStopHearting == false)
|
|
Collider2D_t6A17BA7734600EF3F26588E9ED903617D5B8EB52* L_0 = ___0_collider;
|
|
NullCheck(L_0);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_1;
|
|
L_1 = Component_get_gameObject_m57AEFBB14DB39EC476F740BA000E170355DE691B(L_0, NULL);
|
|
NullCheck(L_1);
|
|
String_t* L_2;
|
|
L_2 = GameObject_get_tag_mEDD27BF795072834D656B286CBE51B2C99747805(L_1, NULL);
|
|
bool L_3;
|
|
L_3 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_2, _stringLiteral87EC9E6B1D53FB72E3610EE8D1FBACA5F8D07BB0, NULL);
|
|
if (!L_3)
|
|
{
|
|
goto IL_0042;
|
|
}
|
|
}
|
|
{
|
|
float L_4 = __this->___distance_12;
|
|
float L_5 = __this->___range_10;
|
|
if ((!(((float)L_4) < ((float)L_5))))
|
|
{
|
|
goto IL_0042;
|
|
}
|
|
}
|
|
{
|
|
bool L_6 = __this->___TimeStopHearting_25;
|
|
if (L_6)
|
|
{
|
|
goto IL_0042;
|
|
}
|
|
}
|
|
{
|
|
// StartCoroutine(BulletAttacked());
|
|
RuntimeObject* L_7;
|
|
L_7 = Marc_BulletAttacked_m6EC51FE70539BE751D4B2B7F9C44324C47270D6F(__this, NULL);
|
|
Coroutine_t85EA685566A254C23F3FD77AB5BDFFFF8799596B* L_8;
|
|
L_8 = MonoBehaviour_StartCoroutine_m4CAFF732AA28CD3BDC5363B44A863575530EC812(__this, L_7, NULL);
|
|
// TakeDamage(40);
|
|
Marc_TakeDamage_m64EFAE685009563B2C1BF5BA466F2E8926751220(__this, ((int32_t)40), NULL);
|
|
}
|
|
|
|
IL_0042:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void Marc::Update()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Marc_Update_m0A94D4581066A3925CCCC9225B6DD3E61E2054EA (Marc_t496C7D9DB27E8B598F0A1E81A3369594A780986D* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Pause_tBA95B8E0340B28796AF51B491AF0D3EEC1F06DD7_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (Pause.IsPause == false)
|
|
bool L_0 = ((Pause_tBA95B8E0340B28796AF51B491AF0D3EEC1F06DD7_StaticFields*)il2cpp_codegen_static_fields_for(Pause_tBA95B8E0340B28796AF51B491AF0D3EEC1F06DD7_il2cpp_TypeInfo_var))->___IsPause_4;
|
|
if (L_0)
|
|
{
|
|
goto IL_0015;
|
|
}
|
|
}
|
|
{
|
|
// if (!IsOnGround())
|
|
bool L_1;
|
|
L_1 = Marc_IsOnGround_mE2ABE2EEB948207416542F2363DD15DB93A2A030(__this, NULL);
|
|
if (L_1)
|
|
{
|
|
goto IL_0015;
|
|
}
|
|
}
|
|
{
|
|
// DestroyEnemy();
|
|
Marc_DestroyEnemy_m1E33D43E7DED496D23FB6221A332288D66FE9148(__this, NULL);
|
|
}
|
|
|
|
IL_0015:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Collections.IEnumerator Marc::Attack()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Marc_Attack_m15FDD034ABD189FA7374308CACD80801EFAB5607 (Marc_t496C7D9DB27E8B598F0A1E81A3369594A780986D* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CAttackU3Ed__32_t1B837AE2B029630E76B649DDD5AFC91D31134221_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
U3CAttackU3Ed__32_t1B837AE2B029630E76B649DDD5AFC91D31134221* L_0 = (U3CAttackU3Ed__32_t1B837AE2B029630E76B649DDD5AFC91D31134221*)il2cpp_codegen_object_new(U3CAttackU3Ed__32_t1B837AE2B029630E76B649DDD5AFC91D31134221_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
U3CAttackU3Ed__32__ctor_m65B652F36F123F29851587C273EC7C1C2F22A188(L_0, 0, NULL);
|
|
U3CAttackU3Ed__32_t1B837AE2B029630E76B649DDD5AFC91D31134221* L_1 = L_0;
|
|
NullCheck(L_1);
|
|
L_1->___U3CU3E4__this_2 = __this;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_1->___U3CU3E4__this_2), (void*)__this);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Collections.IEnumerator Marc::Wait()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Marc_Wait_m45FDCBD461CCA7AAB2831C48C067A425E8CD7F9A (Marc_t496C7D9DB27E8B598F0A1E81A3369594A780986D* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CWaitU3Ed__33_t911EE9E7D48321D7861C829FF8362D4B15DCF7D8_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
U3CWaitU3Ed__33_t911EE9E7D48321D7861C829FF8362D4B15DCF7D8* L_0 = (U3CWaitU3Ed__33_t911EE9E7D48321D7861C829FF8362D4B15DCF7D8*)il2cpp_codegen_object_new(U3CWaitU3Ed__33_t911EE9E7D48321D7861C829FF8362D4B15DCF7D8_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
U3CWaitU3Ed__33__ctor_m8373864041E47F9A897B404B862E02517D2C07C3(L_0, 0, NULL);
|
|
U3CWaitU3Ed__33_t911EE9E7D48321D7861C829FF8362D4B15DCF7D8* L_1 = L_0;
|
|
NullCheck(L_1);
|
|
L_1->___U3CU3E4__this_2 = __this;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_1->___U3CU3E4__this_2), (void*)__this);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Collections.IEnumerator Marc::BulletAttacked()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Marc_BulletAttacked_m6EC51FE70539BE751D4B2B7F9C44324C47270D6F (Marc_t496C7D9DB27E8B598F0A1E81A3369594A780986D* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CBulletAttackedU3Ed__34_t9F878E2E09338F59641B3E90D6B490DEA7B84F11_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
U3CBulletAttackedU3Ed__34_t9F878E2E09338F59641B3E90D6B490DEA7B84F11* L_0 = (U3CBulletAttackedU3Ed__34_t9F878E2E09338F59641B3E90D6B490DEA7B84F11*)il2cpp_codegen_object_new(U3CBulletAttackedU3Ed__34_t9F878E2E09338F59641B3E90D6B490DEA7B84F11_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
U3CBulletAttackedU3Ed__34__ctor_m4CE1ADB0C1C15799F912BD29329ACA7E5298A505(L_0, 0, NULL);
|
|
U3CBulletAttackedU3Ed__34_t9F878E2E09338F59641B3E90D6B490DEA7B84F11* L_1 = L_0;
|
|
NullCheck(L_1);
|
|
L_1->___U3CU3E4__this_2 = __this;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_1->___U3CU3E4__this_2), (void*)__this);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Boolean Marc::IsOnGround()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Marc_IsOnGround_mE2ABE2EEB948207416542F2363DD15DB93A2A030 (Marc_t496C7D9DB27E8B598F0A1E81A3369594A780986D* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Physics2D_t64C0DB5246067DAC2E83A52558A0AC68AF3BE94D_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7A65EFC5BB52048E35B0D3E2214BCF8CE116440A);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Bounds_t367E830C64BBF235ED8C3B2F8CF6254FDCAD39C3 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
Collider2DU5BU5D_t4771A44B23D278BC01AB6ED33A9A28E48DC0B034* V_1 = NULL;
|
|
int32_t V_2 = 0;
|
|
{
|
|
// Collider2D[] colliders = Physics2D.OverlapBoxAll(groundCheckCollider.bounds.center, groundCheckCollider.bounds.size, 0f);
|
|
Collider2D_t6A17BA7734600EF3F26588E9ED903617D5B8EB52* L_0 = __this->___groundCheckCollider_26;
|
|
NullCheck(L_0);
|
|
Bounds_t367E830C64BBF235ED8C3B2F8CF6254FDCAD39C3 L_1;
|
|
L_1 = Collider2D_get_bounds_m74F65CE702BA9D9EED05B870325B4FE3B2401B5E(L_0, NULL);
|
|
V_0 = L_1;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_2;
|
|
L_2 = Bounds_get_center_m5B05F81CB835EB6DD8628FDA24B638F477984DC3((&V_0), NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_3;
|
|
L_3 = Vector2_op_Implicit_mE8EBEE9291F11BB02F062D6E000F4798968CBD96_inline(L_2, NULL);
|
|
Collider2D_t6A17BA7734600EF3F26588E9ED903617D5B8EB52* L_4 = __this->___groundCheckCollider_26;
|
|
NullCheck(L_4);
|
|
Bounds_t367E830C64BBF235ED8C3B2F8CF6254FDCAD39C3 L_5;
|
|
L_5 = Collider2D_get_bounds_m74F65CE702BA9D9EED05B870325B4FE3B2401B5E(L_4, NULL);
|
|
V_0 = L_5;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_6;
|
|
L_6 = Bounds_get_size_m0699A53A55A78B3201D7270D6F338DFA91B6FAD4((&V_0), NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_7;
|
|
L_7 = Vector2_op_Implicit_mE8EBEE9291F11BB02F062D6E000F4798968CBD96_inline(L_6, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Physics2D_t64C0DB5246067DAC2E83A52558A0AC68AF3BE94D_il2cpp_TypeInfo_var);
|
|
Collider2DU5BU5D_t4771A44B23D278BC01AB6ED33A9A28E48DC0B034* L_8;
|
|
L_8 = Physics2D_OverlapBoxAll_mBE79BB1EA100B859488D14DE01EA77E68DBD434D(L_3, L_7, (0.0f), NULL);
|
|
// foreach (Collider2D collider in colliders)
|
|
V_1 = L_8;
|
|
V_2 = 0;
|
|
goto IL_0059;
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
// foreach (Collider2D collider in colliders)
|
|
Collider2DU5BU5D_t4771A44B23D278BC01AB6ED33A9A28E48DC0B034* L_9 = V_1;
|
|
int32_t L_10 = V_2;
|
|
NullCheck(L_9);
|
|
int32_t L_11 = L_10;
|
|
Collider2D_t6A17BA7734600EF3F26588E9ED903617D5B8EB52* L_12 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
|
|
// if (collider.gameObject.CompareTag("Ground"))
|
|
NullCheck(L_12);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_13;
|
|
L_13 = Component_get_gameObject_m57AEFBB14DB39EC476F740BA000E170355DE691B(L_12, NULL);
|
|
NullCheck(L_13);
|
|
bool L_14;
|
|
L_14 = GameObject_CompareTag_m6378BE50D009A93D46036F74CC3F7E2ECB0636E5(L_13, _stringLiteral7A65EFC5BB52048E35B0D3E2214BCF8CE116440A, NULL);
|
|
if (!L_14)
|
|
{
|
|
goto IL_0055;
|
|
}
|
|
}
|
|
{
|
|
// return true;
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0055:
|
|
{
|
|
int32_t L_15 = V_2;
|
|
V_2 = ((int32_t)il2cpp_codegen_add(L_15, 1));
|
|
}
|
|
|
|
IL_0059:
|
|
{
|
|
// foreach (Collider2D collider in colliders)
|
|
int32_t L_16 = V_2;
|
|
Collider2DU5BU5D_t4771A44B23D278BC01AB6ED33A9A28E48DC0B034* L_17 = V_1;
|
|
NullCheck(L_17);
|
|
if ((((int32_t)L_16) < ((int32_t)((int32_t)(((RuntimeArray*)L_17)->max_length)))))
|
|
{
|
|
goto IL_003f;
|
|
}
|
|
}
|
|
{
|
|
// return false;
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Void Marc::DestroyEnemy()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Marc_DestroyEnemy_m1E33D43E7DED496D23FB6221A332288D66FE9148 (Marc_t496C7D9DB27E8B598F0A1E81A3369594A780986D* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_Instantiate_TisGameObject_t76FEDD663AB33C991A9C9A23129337651094216F_m831D2F71DF2AA6C93AFDFEFA04CF2CFC5FBBCDB4_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// Instantiate(deathEffect, transform.position, Quaternion.identity);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_0 = __this->___deathEffect_24;
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_1;
|
|
L_1 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(__this, NULL);
|
|
NullCheck(L_1);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_2;
|
|
L_2 = Transform_get_position_m69CD5FA214FDAE7BB701552943674846C220FDE1(L_1, NULL);
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_3;
|
|
L_3 = Quaternion_get_identity_m7E701AE095ED10FD5EA0B50ABCFDE2EEFF2173A5_inline(NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_4;
|
|
L_4 = Object_Instantiate_TisGameObject_t76FEDD663AB33C991A9C9A23129337651094216F_m831D2F71DF2AA6C93AFDFEFA04CF2CFC5FBBCDB4(L_0, L_2, L_3, Object_Instantiate_TisGameObject_t76FEDD663AB33C991A9C9A23129337651094216F_m831D2F71DF2AA6C93AFDFEFA04CF2CFC5FBBCDB4_RuntimeMethod_var);
|
|
// Destroy(gameObject);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_5;
|
|
L_5 = Component_get_gameObject_m57AEFBB14DB39EC476F740BA000E170355DE691B(__this, NULL);
|
|
Object_Destroy_mE97D0A766419A81296E8D4E5C23D01D3FE91ACBB(L_5, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void Marc::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Marc__ctor_m5E021C98F6FE784CA25E5C5BC56CFC9E059C57A1 (Marc_t496C7D9DB27E8B598F0A1E81A3369594A780986D* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public float speed = 200f;
|
|
__this->___speed_7 = (200.0f);
|
|
// public float nextWaypointDistance = 3f;
|
|
__this->___nextWaypointDistance_8 = (3.0f);
|
|
// public float range = 10f; // the range at which the enemy will start moving towards the player
|
|
__this->___range_10 = (10.0f);
|
|
// public float attackRange = 8f; // the range at which the enemy will attack the player
|
|
__this->___attackRange_11 = (8.0f);
|
|
// public int health = 100;
|
|
__this->___health_23 = ((int32_t)100);
|
|
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 Marc/<Attack>d__32::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CAttackU3Ed__32__ctor_m65B652F36F123F29851587C273EC7C1C2F22A188 (U3CAttackU3Ed__32_t1B837AE2B029630E76B649DDD5AFC91D31134221* __this, int32_t ___0_U3CU3E1__state, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
int32_t L_0 = ___0_U3CU3E1__state;
|
|
__this->___U3CU3E1__state_0 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// System.Void Marc/<Attack>d__32::System.IDisposable.Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CAttackU3Ed__32_System_IDisposable_Dispose_m4FAC07A4ECC17D5C1B539D40E6CC6ED6C2E09AA3 (U3CAttackU3Ed__32_t1B837AE2B029630E76B649DDD5AFC91D31134221* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean Marc/<Attack>d__32::MoveNext()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CAttackU3Ed__32_MoveNext_m55E278B9CB6A98504E29A44CB47844580E68C808 (U3CAttackU3Ed__32_t1B837AE2B029630E76B649DDD5AFC91D31134221* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_Instantiate_TisGameObject_t76FEDD663AB33C991A9C9A23129337651094216F_m831D2F71DF2AA6C93AFDFEFA04CF2CFC5FBBCDB4_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral508450355DF2A5BB172C6D21A5C54D7806587D91);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
Marc_t496C7D9DB27E8B598F0A1E81A3369594A780986D* V_1 = NULL;
|
|
{
|
|
int32_t L_0 = __this->___U3CU3E1__state_0;
|
|
V_0 = L_0;
|
|
Marc_t496C7D9DB27E8B598F0A1E81A3369594A780986D* L_1 = __this->___U3CU3E4__this_2;
|
|
V_1 = L_1;
|
|
int32_t L_2 = V_0;
|
|
switch (L_2)
|
|
{
|
|
case 0:
|
|
{
|
|
goto IL_0022;
|
|
}
|
|
case 1:
|
|
{
|
|
goto IL_0049;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_00a3;
|
|
}
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0022:
|
|
{
|
|
__this->___U3CU3E1__state_0 = (-1);
|
|
// Stop = true;
|
|
Marc_t496C7D9DB27E8B598F0A1E81A3369594A780986D* L_3 = V_1;
|
|
NullCheck(L_3);
|
|
L_3->___Stop_21 = (bool)1;
|
|
// yield return new WaitForSeconds(2.0f);
|
|
WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3* L_4 = (WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3*)il2cpp_codegen_object_new(WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3_il2cpp_TypeInfo_var);
|
|
NullCheck(L_4);
|
|
WaitForSeconds__ctor_m579F95BADEDBAB4B3A7E302C6EE3995926EF2EFC(L_4, (2.0f), NULL);
|
|
__this->___U3CU3E2__current_1 = L_4;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CU3E2__current_1), (void*)L_4);
|
|
__this->___U3CU3E1__state_0 = 1;
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0049:
|
|
{
|
|
__this->___U3CU3E1__state_0 = (-1);
|
|
// WalkStop = true;
|
|
Marc_t496C7D9DB27E8B598F0A1E81A3369594A780986D* L_5 = V_1;
|
|
NullCheck(L_5);
|
|
L_5->___WalkStop_6 = (bool)1;
|
|
// animator.SetBool("Attack", true);
|
|
Marc_t496C7D9DB27E8B598F0A1E81A3369594A780986D* L_6 = V_1;
|
|
NullCheck(L_6);
|
|
Animator_t8A52E42AE54F76681838FE9E632683EF3952E883* L_7 = L_6->___animator_20;
|
|
NullCheck(L_7);
|
|
Animator_SetBool_m6F8D4FAF0770CD4EC1F54406249785DE7391E42B(L_7, _stringLiteral508450355DF2A5BB172C6D21A5C54D7806587D91, (bool)1, NULL);
|
|
// Instantiate(EnemyWeapon, firePoint.position, firePoint.rotation);
|
|
Marc_t496C7D9DB27E8B598F0A1E81A3369594A780986D* L_8 = V_1;
|
|
NullCheck(L_8);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_9 = L_8->___EnemyWeapon_15;
|
|
Marc_t496C7D9DB27E8B598F0A1E81A3369594A780986D* L_10 = V_1;
|
|
NullCheck(L_10);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_11 = L_10->___firePoint_5;
|
|
NullCheck(L_11);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_12;
|
|
L_12 = Transform_get_position_m69CD5FA214FDAE7BB701552943674846C220FDE1(L_11, NULL);
|
|
Marc_t496C7D9DB27E8B598F0A1E81A3369594A780986D* L_13 = V_1;
|
|
NullCheck(L_13);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_14 = L_13->___firePoint_5;
|
|
NullCheck(L_14);
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_15;
|
|
L_15 = Transform_get_rotation_m32AF40CA0D50C797DA639A696F8EAEC7524C179C(L_14, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_16;
|
|
L_16 = Object_Instantiate_TisGameObject_t76FEDD663AB33C991A9C9A23129337651094216F_m831D2F71DF2AA6C93AFDFEFA04CF2CFC5FBBCDB4(L_9, L_12, L_15, Object_Instantiate_TisGameObject_t76FEDD663AB33C991A9C9A23129337651094216F_m831D2F71DF2AA6C93AFDFEFA04CF2CFC5FBBCDB4_RuntimeMethod_var);
|
|
// yield return new WaitForSeconds(2.0f);
|
|
WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3* L_17 = (WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3*)il2cpp_codegen_object_new(WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3_il2cpp_TypeInfo_var);
|
|
NullCheck(L_17);
|
|
WaitForSeconds__ctor_m579F95BADEDBAB4B3A7E302C6EE3995926EF2EFC(L_17, (2.0f), NULL);
|
|
__this->___U3CU3E2__current_1 = L_17;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CU3E2__current_1), (void*)L_17);
|
|
__this->___U3CU3E1__state_0 = 2;
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_00a3:
|
|
{
|
|
__this->___U3CU3E1__state_0 = (-1);
|
|
// WalkStop = false;
|
|
Marc_t496C7D9DB27E8B598F0A1E81A3369594A780986D* L_18 = V_1;
|
|
NullCheck(L_18);
|
|
L_18->___WalkStop_6 = (bool)0;
|
|
// animator.SetBool("Attack", false);
|
|
Marc_t496C7D9DB27E8B598F0A1E81A3369594A780986D* L_19 = V_1;
|
|
NullCheck(L_19);
|
|
Animator_t8A52E42AE54F76681838FE9E632683EF3952E883* L_20 = L_19->___animator_20;
|
|
NullCheck(L_20);
|
|
Animator_SetBool_m6F8D4FAF0770CD4EC1F54406249785DE7391E42B(L_20, _stringLiteral508450355DF2A5BB172C6D21A5C54D7806587D91, (bool)0, NULL);
|
|
// StartCoroutine(Wait());
|
|
Marc_t496C7D9DB27E8B598F0A1E81A3369594A780986D* L_21 = V_1;
|
|
Marc_t496C7D9DB27E8B598F0A1E81A3369594A780986D* L_22 = V_1;
|
|
NullCheck(L_22);
|
|
RuntimeObject* L_23;
|
|
L_23 = Marc_Wait_m45FDCBD461CCA7AAB2831C48C067A425E8CD7F9A(L_22, NULL);
|
|
NullCheck(L_21);
|
|
Coroutine_t85EA685566A254C23F3FD77AB5BDFFFF8799596B* L_24;
|
|
L_24 = MonoBehaviour_StartCoroutine_m4CAFF732AA28CD3BDC5363B44A863575530EC812(L_21, L_23, NULL);
|
|
// }
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Object Marc/<Attack>d__32::System.Collections.Generic.IEnumerator<System.Object>.get_Current()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CAttackU3Ed__32_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_m0F73D412F57F15595FAFFAFA4E772EDC4AD732F2 (U3CAttackU3Ed__32_t1B837AE2B029630E76B649DDD5AFC91D31134221* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject* L_0 = __this->___U3CU3E2__current_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void Marc/<Attack>d__32::System.Collections.IEnumerator.Reset()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CAttackU3Ed__32_System_Collections_IEnumerator_Reset_m716EB3BF384DE5A1596E1746B91BDF26211335D5 (U3CAttackU3Ed__32_t1B837AE2B029630E76B649DDD5AFC91D31134221* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* L_0 = (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_0);
|
|
NotSupportedException__ctor_m1398D0CDE19B36AA3DE9392879738C1EA2439CDF(L_0, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CAttackU3Ed__32_System_Collections_IEnumerator_Reset_m716EB3BF384DE5A1596E1746B91BDF26211335D5_RuntimeMethod_var)));
|
|
}
|
|
}
|
|
// System.Object Marc/<Attack>d__32::System.Collections.IEnumerator.get_Current()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CAttackU3Ed__32_System_Collections_IEnumerator_get_Current_mB972C3F1783CE7E0321E332C656A113B1BC1A845 (U3CAttackU3Ed__32_t1B837AE2B029630E76B649DDD5AFC91D31134221* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject* L_0 = __this->___U3CU3E2__current_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void Marc/<Wait>d__33::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CWaitU3Ed__33__ctor_m8373864041E47F9A897B404B862E02517D2C07C3 (U3CWaitU3Ed__33_t911EE9E7D48321D7861C829FF8362D4B15DCF7D8* __this, int32_t ___0_U3CU3E1__state, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
int32_t L_0 = ___0_U3CU3E1__state;
|
|
__this->___U3CU3E1__state_0 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// System.Void Marc/<Wait>d__33::System.IDisposable.Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CWaitU3Ed__33_System_IDisposable_Dispose_mBAA01845AF07E71D6FDE5846EBA75D7CEEFF8215 (U3CWaitU3Ed__33_t911EE9E7D48321D7861C829FF8362D4B15DCF7D8* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean Marc/<Wait>d__33::MoveNext()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CWaitU3Ed__33_MoveNext_m9BB9D144B91C456C78EABE789E67E06A14A53148 (U3CWaitU3Ed__33_t911EE9E7D48321D7861C829FF8362D4B15DCF7D8* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
Marc_t496C7D9DB27E8B598F0A1E81A3369594A780986D* V_1 = NULL;
|
|
{
|
|
int32_t L_0 = __this->___U3CU3E1__state_0;
|
|
V_0 = L_0;
|
|
Marc_t496C7D9DB27E8B598F0A1E81A3369594A780986D* L_1 = __this->___U3CU3E4__this_2;
|
|
V_1 = L_1;
|
|
int32_t L_2 = V_0;
|
|
if (!L_2)
|
|
{
|
|
goto IL_0017;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_3 = V_0;
|
|
if ((((int32_t)L_3) == ((int32_t)1)))
|
|
{
|
|
goto IL_0037;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0017:
|
|
{
|
|
__this->___U3CU3E1__state_0 = (-1);
|
|
// yield return new WaitForSeconds(2.0f);
|
|
WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3* L_4 = (WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3*)il2cpp_codegen_object_new(WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3_il2cpp_TypeInfo_var);
|
|
NullCheck(L_4);
|
|
WaitForSeconds__ctor_m579F95BADEDBAB4B3A7E302C6EE3995926EF2EFC(L_4, (2.0f), NULL);
|
|
__this->___U3CU3E2__current_1 = L_4;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CU3E2__current_1), (void*)L_4);
|
|
__this->___U3CU3E1__state_0 = 1;
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0037:
|
|
{
|
|
__this->___U3CU3E1__state_0 = (-1);
|
|
// Stop = false;
|
|
Marc_t496C7D9DB27E8B598F0A1E81A3369594A780986D* L_5 = V_1;
|
|
NullCheck(L_5);
|
|
L_5->___Stop_21 = (bool)0;
|
|
// }
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Object Marc/<Wait>d__33::System.Collections.Generic.IEnumerator<System.Object>.get_Current()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CWaitU3Ed__33_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_mAC0E5E432C1F6148FC8CF58079B5D04B1619EAD0 (U3CWaitU3Ed__33_t911EE9E7D48321D7861C829FF8362D4B15DCF7D8* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject* L_0 = __this->___U3CU3E2__current_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void Marc/<Wait>d__33::System.Collections.IEnumerator.Reset()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CWaitU3Ed__33_System_Collections_IEnumerator_Reset_mA1C8479B9BFA6234767B06A0E0BF96B21CF40DA1 (U3CWaitU3Ed__33_t911EE9E7D48321D7861C829FF8362D4B15DCF7D8* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* L_0 = (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_0);
|
|
NotSupportedException__ctor_m1398D0CDE19B36AA3DE9392879738C1EA2439CDF(L_0, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CWaitU3Ed__33_System_Collections_IEnumerator_Reset_mA1C8479B9BFA6234767B06A0E0BF96B21CF40DA1_RuntimeMethod_var)));
|
|
}
|
|
}
|
|
// System.Object Marc/<Wait>d__33::System.Collections.IEnumerator.get_Current()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CWaitU3Ed__33_System_Collections_IEnumerator_get_Current_mF29AE750F43E56075F297842294EBA5CA7EE412C (U3CWaitU3Ed__33_t911EE9E7D48321D7861C829FF8362D4B15DCF7D8* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject* L_0 = __this->___U3CU3E2__current_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void Marc/<BulletAttacked>d__34::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CBulletAttackedU3Ed__34__ctor_m4CE1ADB0C1C15799F912BD29329ACA7E5298A505 (U3CBulletAttackedU3Ed__34_t9F878E2E09338F59641B3E90D6B490DEA7B84F11* __this, int32_t ___0_U3CU3E1__state, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
int32_t L_0 = ___0_U3CU3E1__state;
|
|
__this->___U3CU3E1__state_0 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// System.Void Marc/<BulletAttacked>d__34::System.IDisposable.Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CBulletAttackedU3Ed__34_System_IDisposable_Dispose_m429FA52A0BABAC15A33E0F4217FDB4818609FC8E (U3CBulletAttackedU3Ed__34_t9F878E2E09338F59641B3E90D6B490DEA7B84F11* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean Marc/<BulletAttacked>d__34::MoveNext()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CBulletAttackedU3Ed__34_MoveNext_m6D4EA3423800854F35F380ED39E5C0474F5BE3C6 (U3CBulletAttackedU3Ed__34_t9F878E2E09338F59641B3E90D6B490DEA7B84F11* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral13CED75BBB7DCAD57996F7422897CAF3E454AA29);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
Marc_t496C7D9DB27E8B598F0A1E81A3369594A780986D* V_1 = NULL;
|
|
{
|
|
int32_t L_0 = __this->___U3CU3E1__state_0;
|
|
V_0 = L_0;
|
|
Marc_t496C7D9DB27E8B598F0A1E81A3369594A780986D* L_1 = __this->___U3CU3E4__this_2;
|
|
V_1 = L_1;
|
|
int32_t L_2 = V_0;
|
|
if (!L_2)
|
|
{
|
|
goto IL_0017;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_3 = V_0;
|
|
if ((((int32_t)L_3) == ((int32_t)1)))
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0017:
|
|
{
|
|
__this->___U3CU3E1__state_0 = (-1);
|
|
// WalkStop = true;
|
|
Marc_t496C7D9DB27E8B598F0A1E81A3369594A780986D* L_4 = V_1;
|
|
NullCheck(L_4);
|
|
L_4->___WalkStop_6 = (bool)1;
|
|
// animator.SetBool("Damage", true);
|
|
Marc_t496C7D9DB27E8B598F0A1E81A3369594A780986D* L_5 = V_1;
|
|
NullCheck(L_5);
|
|
Animator_t8A52E42AE54F76681838FE9E632683EF3952E883* L_6 = L_5->___animator_20;
|
|
NullCheck(L_6);
|
|
Animator_SetBool_m6F8D4FAF0770CD4EC1F54406249785DE7391E42B(L_6, _stringLiteral13CED75BBB7DCAD57996F7422897CAF3E454AA29, (bool)1, NULL);
|
|
// TimeStopHearting = true;
|
|
Marc_t496C7D9DB27E8B598F0A1E81A3369594A780986D* L_7 = V_1;
|
|
NullCheck(L_7);
|
|
L_7->___TimeStopHearting_25 = (bool)1;
|
|
// yield return new WaitForSeconds(2.0f);
|
|
WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3* L_8 = (WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3*)il2cpp_codegen_object_new(WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3_il2cpp_TypeInfo_var);
|
|
NullCheck(L_8);
|
|
WaitForSeconds__ctor_m579F95BADEDBAB4B3A7E302C6EE3995926EF2EFC(L_8, (2.0f), NULL);
|
|
__this->___U3CU3E2__current_1 = L_8;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CU3E2__current_1), (void*)L_8);
|
|
__this->___U3CU3E1__state_0 = 1;
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
__this->___U3CU3E1__state_0 = (-1);
|
|
// TimeStopHearting = false;
|
|
Marc_t496C7D9DB27E8B598F0A1E81A3369594A780986D* L_9 = V_1;
|
|
NullCheck(L_9);
|
|
L_9->___TimeStopHearting_25 = (bool)0;
|
|
// WalkStop = false;
|
|
Marc_t496C7D9DB27E8B598F0A1E81A3369594A780986D* L_10 = V_1;
|
|
NullCheck(L_10);
|
|
L_10->___WalkStop_6 = (bool)0;
|
|
// animator.SetBool("Damage", false);
|
|
Marc_t496C7D9DB27E8B598F0A1E81A3369594A780986D* L_11 = V_1;
|
|
NullCheck(L_11);
|
|
Animator_t8A52E42AE54F76681838FE9E632683EF3952E883* L_12 = L_11->___animator_20;
|
|
NullCheck(L_12);
|
|
Animator_SetBool_m6F8D4FAF0770CD4EC1F54406249785DE7391E42B(L_12, _stringLiteral13CED75BBB7DCAD57996F7422897CAF3E454AA29, (bool)0, NULL);
|
|
// }
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Object Marc/<BulletAttacked>d__34::System.Collections.Generic.IEnumerator<System.Object>.get_Current()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CBulletAttackedU3Ed__34_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_mFD79AB2DF6A1AF04184B26DA54253DFD576B8C1B (U3CBulletAttackedU3Ed__34_t9F878E2E09338F59641B3E90D6B490DEA7B84F11* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject* L_0 = __this->___U3CU3E2__current_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void Marc/<BulletAttacked>d__34::System.Collections.IEnumerator.Reset()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CBulletAttackedU3Ed__34_System_Collections_IEnumerator_Reset_m85010021DD49D9BB86416FB1EBDA4E34AEA5C75E (U3CBulletAttackedU3Ed__34_t9F878E2E09338F59641B3E90D6B490DEA7B84F11* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* L_0 = (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_0);
|
|
NotSupportedException__ctor_m1398D0CDE19B36AA3DE9392879738C1EA2439CDF(L_0, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CBulletAttackedU3Ed__34_System_Collections_IEnumerator_Reset_m85010021DD49D9BB86416FB1EBDA4E34AEA5C75E_RuntimeMethod_var)));
|
|
}
|
|
}
|
|
// System.Object Marc/<BulletAttacked>d__34::System.Collections.IEnumerator.get_Current()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CBulletAttackedU3Ed__34_System_Collections_IEnumerator_get_Current_mDED4DBEA04A87A455A28706FC955C514C208084C (U3CBulletAttackedU3Ed__34_t9F878E2E09338F59641B3E90D6B490DEA7B84F11* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject* L_0 = __this->___U3CU3E2__current_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void BulletHam::Start()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BulletHam_Start_m8A3AB0E8930B44D03CDB8453696BB4C03A8A9511 (BulletHam_t118295D89506A0DAF47C071040CFF6A4B98E30C0* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Niko_t289A792A1F8261E2D57C422B5D136FD721E21DCF_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (Niko.BulletHamDirection == 0f)
|
|
float L_0 = ((Niko_t289A792A1F8261E2D57C422B5D136FD721E21DCF_StaticFields*)il2cpp_codegen_static_fields_for(Niko_t289A792A1F8261E2D57C422B5D136FD721E21DCF_il2cpp_TypeInfo_var))->___BulletHamDirection_17;
|
|
if ((!(((float)L_0) == ((float)(0.0f)))))
|
|
{
|
|
goto IL_0037;
|
|
}
|
|
}
|
|
{
|
|
// rb.velocity = -transform.right * speed;
|
|
Rigidbody2D_tBEBE9523CF4448544085AF46BF7E10AA499F320F* L_1 = __this->___rb_6;
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_2;
|
|
L_2 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(__this, NULL);
|
|
NullCheck(L_2);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_3;
|
|
L_3 = Transform_get_right_mC6DC057C23313802E2186A9E0DB760D795A758A4(L_2, NULL);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_4;
|
|
L_4 = Vector3_op_UnaryNegation_m5450829F333BD2A88AF9A592C4EE331661225915_inline(L_3, NULL);
|
|
float L_5 = __this->___speed_4;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_6;
|
|
L_6 = Vector3_op_Multiply_m87BA7C578F96C8E49BB07088DAAC4649F83B0353_inline(L_4, L_5, NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_7;
|
|
L_7 = Vector2_op_Implicit_mE8EBEE9291F11BB02F062D6E000F4798968CBD96_inline(L_6, NULL);
|
|
NullCheck(L_1);
|
|
Rigidbody2D_set_velocity_m9335C5883B218F6FCDF7E229AC96232FCBAC4CE6(L_1, L_7, NULL);
|
|
}
|
|
|
|
IL_0037:
|
|
{
|
|
// if (Niko.BulletHamDirection == 1f)
|
|
float L_8 = ((Niko_t289A792A1F8261E2D57C422B5D136FD721E21DCF_StaticFields*)il2cpp_codegen_static_fields_for(Niko_t289A792A1F8261E2D57C422B5D136FD721E21DCF_il2cpp_TypeInfo_var))->___BulletHamDirection_17;
|
|
if ((!(((float)L_8) == ((float)(1.0f)))))
|
|
{
|
|
goto IL_0069;
|
|
}
|
|
}
|
|
{
|
|
// rb.velocity = transform.right * speed;
|
|
Rigidbody2D_tBEBE9523CF4448544085AF46BF7E10AA499F320F* L_9 = __this->___rb_6;
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_10;
|
|
L_10 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(__this, NULL);
|
|
NullCheck(L_10);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_11;
|
|
L_11 = Transform_get_right_mC6DC057C23313802E2186A9E0DB760D795A758A4(L_10, NULL);
|
|
float L_12 = __this->___speed_4;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_13;
|
|
L_13 = Vector3_op_Multiply_m87BA7C578F96C8E49BB07088DAAC4649F83B0353_inline(L_11, L_12, NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_14;
|
|
L_14 = Vector2_op_Implicit_mE8EBEE9291F11BB02F062D6E000F4798968CBD96_inline(L_13, NULL);
|
|
NullCheck(L_9);
|
|
Rigidbody2D_set_velocity_m9335C5883B218F6FCDF7E229AC96232FCBAC4CE6(L_9, L_14, NULL);
|
|
}
|
|
|
|
IL_0069:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void BulletHam::OnTriggerEnter2D(UnityEngine.Collider2D)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BulletHam_OnTriggerEnter2D_mB94600D387C67D5A4390AA2D03BB3BA16D4E5B0A (BulletHam_t118295D89506A0DAF47C071040CFF6A4B98E30C0* __this, Collider2D_t6A17BA7734600EF3F26588E9ED903617D5B8EB52* ___0_collision, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enemy_t10DB314C96B1CE78B8D967CD3B39F05126409BBB_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_Instantiate_TisGameObject_t76FEDD663AB33C991A9C9A23129337651094216F_m831D2F71DF2AA6C93AFDFEFA04CF2CFC5FBBCDB4_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCAF8804297181FF007CA835529DD4477CFD94A70);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (collision.gameObject.tag == "Player")
|
|
Collider2D_t6A17BA7734600EF3F26588E9ED903617D5B8EB52* L_0 = ___0_collision;
|
|
NullCheck(L_0);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_1;
|
|
L_1 = Component_get_gameObject_m57AEFBB14DB39EC476F740BA000E170355DE691B(L_0, NULL);
|
|
NullCheck(L_1);
|
|
String_t* L_2;
|
|
L_2 = GameObject_get_tag_mEDD27BF795072834D656B286CBE51B2C99747805(L_1, NULL);
|
|
bool L_3;
|
|
L_3 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_2, _stringLiteralCAF8804297181FF007CA835529DD4477CFD94A70, NULL);
|
|
if (!L_3)
|
|
{
|
|
goto IL_001d;
|
|
}
|
|
}
|
|
{
|
|
// Enemy.TakedDamage = true;
|
|
((Enemy_t10DB314C96B1CE78B8D967CD3B39F05126409BBB_StaticFields*)il2cpp_codegen_static_fields_for(Enemy_t10DB314C96B1CE78B8D967CD3B39F05126409BBB_il2cpp_TypeInfo_var))->___TakedDamage_4 = (bool)1;
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
// Instantiate(impactEffect, transform.position, transform.rotation);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_4 = __this->___impactEffect_7;
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_5;
|
|
L_5 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(__this, NULL);
|
|
NullCheck(L_5);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_6;
|
|
L_6 = Transform_get_position_m69CD5FA214FDAE7BB701552943674846C220FDE1(L_5, NULL);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_7;
|
|
L_7 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(__this, NULL);
|
|
NullCheck(L_7);
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_8;
|
|
L_8 = Transform_get_rotation_m32AF40CA0D50C797DA639A696F8EAEC7524C179C(L_7, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_9;
|
|
L_9 = Object_Instantiate_TisGameObject_t76FEDD663AB33C991A9C9A23129337651094216F_m831D2F71DF2AA6C93AFDFEFA04CF2CFC5FBBCDB4(L_4, L_6, L_8, Object_Instantiate_TisGameObject_t76FEDD663AB33C991A9C9A23129337651094216F_m831D2F71DF2AA6C93AFDFEFA04CF2CFC5FBBCDB4_RuntimeMethod_var);
|
|
// Destroy(gameObject);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_10;
|
|
L_10 = Component_get_gameObject_m57AEFBB14DB39EC476F740BA000E170355DE691B(__this, NULL);
|
|
Object_Destroy_mE97D0A766419A81296E8D4E5C23D01D3FE91ACBB(L_10, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void BulletHam::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BulletHam__ctor_m8F7FBBA8790E65040AC9622E537EF10DD9011974 (BulletHam_t118295D89506A0DAF47C071040CFF6A4B98E30C0* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public float speed = 20f;
|
|
__this->___speed_4 = (20.0f);
|
|
// public int damage = 40;
|
|
__this->___damage_5 = ((int32_t)40);
|
|
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 Niko::Start()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Niko_Start_mA359AB8C23C2320467EDF0C651557AECAC5F4421 (Niko_t289A792A1F8261E2D57C422B5D136FD721E21DCF* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponentInChildren_TisAnimator_t8A52E42AE54F76681838FE9E632683EF3952E883_mDB9FC26B94B8EE9CF1F88BFEC75DF06CC2E3A000_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Niko_t289A792A1F8261E2D57C422B5D136FD721E21DCF_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCAF8804297181FF007CA835529DD4477CFD94A70);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// animator = GetComponentInChildren<Animator>();
|
|
Animator_t8A52E42AE54F76681838FE9E632683EF3952E883* L_0;
|
|
L_0 = Component_GetComponentInChildren_TisAnimator_t8A52E42AE54F76681838FE9E632683EF3952E883_mDB9FC26B94B8EE9CF1F88BFEC75DF06CC2E3A000(__this, Component_GetComponentInChildren_TisAnimator_t8A52E42AE54F76681838FE9E632683EF3952E883_mDB9FC26B94B8EE9CF1F88BFEC75DF06CC2E3A000_RuntimeMethod_var);
|
|
__this->___animator_15 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___animator_15), (void*)L_0);
|
|
// player = GameObject.FindGameObjectWithTag("Player").transform;
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_1;
|
|
L_1 = GameObject_FindGameObjectWithTag_mF0229BC2074CE9EEA72FAB1E5A4BC2AEC3D2CDBE(_stringLiteralCAF8804297181FF007CA835529DD4477CFD94A70, NULL);
|
|
NullCheck(L_1);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_2;
|
|
L_2 = GameObject_get_transform_m0BC10ADFA1632166AE5544BDF9038A2650C2AE56(L_1, NULL);
|
|
__this->___player_12 = L_2;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___player_12), (void*)L_2);
|
|
// BulletHamDirection = 0f;
|
|
((Niko_t289A792A1F8261E2D57C422B5D136FD721E21DCF_StaticFields*)il2cpp_codegen_static_fields_for(Niko_t289A792A1F8261E2D57C422B5D136FD721E21DCF_il2cpp_TypeInfo_var))->___BulletHamDirection_17 = (0.0f);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void Niko::OnCollisionEnter2D(UnityEngine.Collision2D)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Niko_OnCollisionEnter2D_m9A4981C7BABC35C307D7F9A6C77E613692A4F218 (Niko_t289A792A1F8261E2D57C422B5D136FD721E21DCF* __this, Collision2D_t81E83212C969FDDE2AB84EBCA31502818EEAB85B* ___0_collision, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral13CED75BBB7DCAD57996F7422897CAF3E454AA29);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCAF8804297181FF007CA835529DD4477CFD94A70);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (collision.gameObject.tag == "Player")
|
|
Collision2D_t81E83212C969FDDE2AB84EBCA31502818EEAB85B* L_0 = ___0_collision;
|
|
NullCheck(L_0);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_1;
|
|
L_1 = Collision2D_get_gameObject_mE4B3D56F3477F7D2D6D7B217DF5488DA1D13204C(L_0, NULL);
|
|
NullCheck(L_1);
|
|
String_t* L_2;
|
|
L_2 = GameObject_get_tag_mEDD27BF795072834D656B286CBE51B2C99747805(L_1, NULL);
|
|
bool L_3;
|
|
L_3 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_2, _stringLiteralCAF8804297181FF007CA835529DD4477CFD94A70, NULL);
|
|
if (!L_3)
|
|
{
|
|
goto IL_0028;
|
|
}
|
|
}
|
|
{
|
|
// animator.SetBool("Damage", true);
|
|
Animator_t8A52E42AE54F76681838FE9E632683EF3952E883* L_4 = __this->___animator_15;
|
|
NullCheck(L_4);
|
|
Animator_SetBool_m6F8D4FAF0770CD4EC1F54406249785DE7391E42B(L_4, _stringLiteral13CED75BBB7DCAD57996F7422897CAF3E454AA29, (bool)1, NULL);
|
|
}
|
|
|
|
IL_0028:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void Niko::OnTriggerEnter2D(UnityEngine.Collider2D)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Niko_OnTriggerEnter2D_mAC4F27E8C70EAA50D267AD7D608DA31807D2EB5F (Niko_t289A792A1F8261E2D57C422B5D136FD721E21DCF* __this, Collider2D_t6A17BA7734600EF3F26588E9ED903617D5B8EB52* ___0_collider, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral87EC9E6B1D53FB72E3610EE8D1FBACA5F8D07BB0);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (collider.gameObject.tag == "Bullet" && distance < range && TimeStopHearting == false)
|
|
Collider2D_t6A17BA7734600EF3F26588E9ED903617D5B8EB52* L_0 = ___0_collider;
|
|
NullCheck(L_0);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_1;
|
|
L_1 = Component_get_gameObject_m57AEFBB14DB39EC476F740BA000E170355DE691B(L_0, NULL);
|
|
NullCheck(L_1);
|
|
String_t* L_2;
|
|
L_2 = GameObject_get_tag_mEDD27BF795072834D656B286CBE51B2C99747805(L_1, NULL);
|
|
bool L_3;
|
|
L_3 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_2, _stringLiteral87EC9E6B1D53FB72E3610EE8D1FBACA5F8D07BB0, NULL);
|
|
if (!L_3)
|
|
{
|
|
goto IL_0042;
|
|
}
|
|
}
|
|
{
|
|
float L_4 = __this->___distance_10;
|
|
float L_5 = __this->___range_9;
|
|
if ((!(((float)L_4) < ((float)L_5))))
|
|
{
|
|
goto IL_0042;
|
|
}
|
|
}
|
|
{
|
|
bool L_6 = __this->___TimeStopHearting_20;
|
|
if (L_6)
|
|
{
|
|
goto IL_0042;
|
|
}
|
|
}
|
|
{
|
|
// StartCoroutine(BulletAttacked());
|
|
RuntimeObject* L_7;
|
|
L_7 = Niko_BulletAttacked_m2F9CC5FFB04421F0E8ACE420239EAC011791B388(__this, NULL);
|
|
Coroutine_t85EA685566A254C23F3FD77AB5BDFFFF8799596B* L_8;
|
|
L_8 = MonoBehaviour_StartCoroutine_m4CAFF732AA28CD3BDC5363B44A863575530EC812(__this, L_7, NULL);
|
|
// TakeDamage(50);
|
|
Niko_TakeDamage_m245633E0B1BEA45B0AAA3C0DB26FA02F05CA4CE6(__this, ((int32_t)50), NULL);
|
|
}
|
|
|
|
IL_0042:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void Niko::TakeDamage(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Niko_TakeDamage_m245633E0B1BEA45B0AAA3C0DB26FA02F05CA4CE6 (Niko_t289A792A1F8261E2D57C422B5D136FD721E21DCF* __this, int32_t ___0_damage, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MainMenu_t5A8A8E4906FD2B24D16567A6BFFDAA6B91DD12DF_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (MainMenu.ExitLevel == false)
|
|
bool L_0 = ((MainMenu_t5A8A8E4906FD2B24D16567A6BFFDAA6B91DD12DF_StaticFields*)il2cpp_codegen_static_fields_for(MainMenu_t5A8A8E4906FD2B24D16567A6BFFDAA6B91DD12DF_il2cpp_TypeInfo_var))->___ExitLevel_32;
|
|
if (L_0)
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
// health -= damage;
|
|
int32_t L_1 = __this->___health_18;
|
|
int32_t L_2 = ___0_damage;
|
|
__this->___health_18 = ((int32_t)il2cpp_codegen_subtract(L_1, L_2));
|
|
// if (health <= 0)
|
|
int32_t L_3 = __this->___health_18;
|
|
if ((((int32_t)L_3) > ((int32_t)0)))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
// Die();
|
|
Niko_Die_mC5E50A81B461B52D71133569F7CC2C53821B4198(__this, NULL);
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void Niko::Die()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Niko_Die_mC5E50A81B461B52D71133569F7CC2C53821B4198 (Niko_t289A792A1F8261E2D57C422B5D136FD721E21DCF* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_Instantiate_TisGameObject_t76FEDD663AB33C991A9C9A23129337651094216F_m831D2F71DF2AA6C93AFDFEFA04CF2CFC5FBBCDB4_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// Instantiate(deathEffect, transform.position, Quaternion.identity);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_0 = __this->___deathEffect_19;
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_1;
|
|
L_1 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(__this, NULL);
|
|
NullCheck(L_1);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_2;
|
|
L_2 = Transform_get_position_m69CD5FA214FDAE7BB701552943674846C220FDE1(L_1, NULL);
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_3;
|
|
L_3 = Quaternion_get_identity_m7E701AE095ED10FD5EA0B50ABCFDE2EEFF2173A5_inline(NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_4;
|
|
L_4 = Object_Instantiate_TisGameObject_t76FEDD663AB33C991A9C9A23129337651094216F_m831D2F71DF2AA6C93AFDFEFA04CF2CFC5FBBCDB4(L_0, L_2, L_3, Object_Instantiate_TisGameObject_t76FEDD663AB33C991A9C9A23129337651094216F_m831D2F71DF2AA6C93AFDFEFA04CF2CFC5FBBCDB4_RuntimeMethod_var);
|
|
// Destroy(gameObject);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_5;
|
|
L_5 = Component_get_gameObject_m57AEFBB14DB39EC476F740BA000E170355DE691B(__this, NULL);
|
|
Object_Destroy_mE97D0A766419A81296E8D4E5C23D01D3FE91ACBB(L_5, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void Niko::Update()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Niko_Update_m00ACAE887D9B8813C98ED74E8B704ACD73A37AEE (Niko_t289A792A1F8261E2D57C422B5D136FD721E21DCF* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Pause_tBA95B8E0340B28796AF51B491AF0D3EEC1F06DD7_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral13CED75BBB7DCAD57996F7422897CAF3E454AA29);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (animator.GetBool("Damage"))
|
|
Animator_t8A52E42AE54F76681838FE9E632683EF3952E883* L_0 = __this->___animator_15;
|
|
NullCheck(L_0);
|
|
bool L_1;
|
|
L_1 = Animator_GetBool_mBC4D952885FF7504963E5923C29481A891028FD8(L_0, _stringLiteral13CED75BBB7DCAD57996F7422897CAF3E454AA29, NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_001f;
|
|
}
|
|
}
|
|
{
|
|
// StartCoroutine(DamageAnimation());
|
|
RuntimeObject* L_2;
|
|
L_2 = Niko_DamageAnimation_m0338DB5F50375559A82AD2F3BE759D0701FC7FFA(__this, NULL);
|
|
Coroutine_t85EA685566A254C23F3FD77AB5BDFFFF8799596B* L_3;
|
|
L_3 = MonoBehaviour_StartCoroutine_m4CAFF732AA28CD3BDC5363B44A863575530EC812(__this, L_2, NULL);
|
|
}
|
|
|
|
IL_001f:
|
|
{
|
|
// distance = Vector2.Distance(transform.position, player.position);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_4;
|
|
L_4 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(__this, NULL);
|
|
NullCheck(L_4);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_5;
|
|
L_5 = Transform_get_position_m69CD5FA214FDAE7BB701552943674846C220FDE1(L_4, NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_6;
|
|
L_6 = Vector2_op_Implicit_mE8EBEE9291F11BB02F062D6E000F4798968CBD96_inline(L_5, NULL);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_7 = __this->___player_12;
|
|
NullCheck(L_7);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_8;
|
|
L_8 = Transform_get_position_m69CD5FA214FDAE7BB701552943674846C220FDE1(L_7, NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_9;
|
|
L_9 = Vector2_op_Implicit_mE8EBEE9291F11BB02F062D6E000F4798968CBD96_inline(L_8, NULL);
|
|
float L_10;
|
|
L_10 = Vector2_Distance_mBACBB1609E1894D68F882D86A93519E311810C89_inline(L_6, L_9, NULL);
|
|
__this->___distance_10 = L_10;
|
|
// if (distance < range && Pause.IsPause == false)
|
|
float L_11 = __this->___distance_10;
|
|
float L_12 = __this->___range_9;
|
|
if ((!(((float)L_11) < ((float)L_12))))
|
|
{
|
|
goto IL_00fc;
|
|
}
|
|
}
|
|
{
|
|
bool L_13 = ((Pause_tBA95B8E0340B28796AF51B491AF0D3EEC1F06DD7_StaticFields*)il2cpp_codegen_static_fields_for(Pause_tBA95B8E0340B28796AF51B491AF0D3EEC1F06DD7_il2cpp_TypeInfo_var))->___IsPause_4;
|
|
if (L_13)
|
|
{
|
|
goto IL_00fc;
|
|
}
|
|
}
|
|
{
|
|
// transform.position += Vector3.left * speed * Time.deltaTime;
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_14;
|
|
L_14 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(__this, NULL);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_15 = L_14;
|
|
NullCheck(L_15);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_16;
|
|
L_16 = Transform_get_position_m69CD5FA214FDAE7BB701552943674846C220FDE1(L_15, NULL);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_17;
|
|
L_17 = Vector3_get_left_m8C1116485A9E689760AEE1142F5977852278B7E1_inline(NULL);
|
|
float L_18 = __this->___speed_6;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_19;
|
|
L_19 = Vector3_op_Multiply_m87BA7C578F96C8E49BB07088DAAC4649F83B0353_inline(L_17, L_18, NULL);
|
|
float L_20;
|
|
L_20 = Time_get_deltaTime_mC3195000401F0FD167DD2F948FD2BC58330D0865(NULL);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_21;
|
|
L_21 = Vector3_op_Multiply_m87BA7C578F96C8E49BB07088DAAC4649F83B0353_inline(L_19, L_20, NULL);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_22;
|
|
L_22 = Vector3_op_Addition_m78C0EC70CB66E8DCAC225743D82B268DAEE92067_inline(L_16, L_21, NULL);
|
|
NullCheck(L_15);
|
|
Transform_set_position_mA1A817124BB41B685043DED2A9BA48CDF37C4156(L_15, L_22, NULL);
|
|
// distance = Vector2.Distance(transform.position, player.position);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_23;
|
|
L_23 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(__this, NULL);
|
|
NullCheck(L_23);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_24;
|
|
L_24 = Transform_get_position_m69CD5FA214FDAE7BB701552943674846C220FDE1(L_23, NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_25;
|
|
L_25 = Vector2_op_Implicit_mE8EBEE9291F11BB02F062D6E000F4798968CBD96_inline(L_24, NULL);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_26 = __this->___player_12;
|
|
NullCheck(L_26);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_27;
|
|
L_27 = Transform_get_position_m69CD5FA214FDAE7BB701552943674846C220FDE1(L_26, NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_28;
|
|
L_28 = Vector2_op_Implicit_mE8EBEE9291F11BB02F062D6E000F4798968CBD96_inline(L_27, NULL);
|
|
float L_29;
|
|
L_29 = Vector2_Distance_mBACBB1609E1894D68F882D86A93519E311810C89_inline(L_25, L_28, NULL);
|
|
__this->___distance_10 = L_29;
|
|
// if (Stop == false)
|
|
bool L_30 = __this->___Stop_16;
|
|
if (L_30)
|
|
{
|
|
goto IL_00d5;
|
|
}
|
|
}
|
|
{
|
|
// StartCoroutine(Attack());
|
|
RuntimeObject* L_31;
|
|
L_31 = Niko_Attack_mA856AAA017FAFCB299A9A687A4FAB7133540C281(__this, NULL);
|
|
Coroutine_t85EA685566A254C23F3FD77AB5BDFFFF8799596B* L_32;
|
|
L_32 = MonoBehaviour_StartCoroutine_m4CAFF732AA28CD3BDC5363B44A863575530EC812(__this, L_31, NULL);
|
|
}
|
|
|
|
IL_00d5:
|
|
{
|
|
// if (distance > range)
|
|
float L_33 = __this->___distance_10;
|
|
float L_34 = __this->___range_9;
|
|
if ((!(((float)L_33) > ((float)L_34))))
|
|
{
|
|
goto IL_00ee;
|
|
}
|
|
}
|
|
{
|
|
// Destroy(gameObject);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_35;
|
|
L_35 = Component_get_gameObject_m57AEFBB14DB39EC476F740BA000E170355DE691B(__this, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
Object_Destroy_mE97D0A766419A81296E8D4E5C23D01D3FE91ACBB(L_35, NULL);
|
|
}
|
|
|
|
IL_00ee:
|
|
{
|
|
// if (!IsOnGround())
|
|
bool L_36;
|
|
L_36 = Niko_IsOnGround_m580DDBB07E9DB25E003B25A6C45DAEF0C1C12656(__this, NULL);
|
|
if (L_36)
|
|
{
|
|
goto IL_00fc;
|
|
}
|
|
}
|
|
{
|
|
// DestroyEnemy();
|
|
Niko_DestroyEnemy_m730E33107EC47F6CF27B1381C5C27A91F1634F7D(__this, NULL);
|
|
}
|
|
|
|
IL_00fc:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Collections.IEnumerator Niko::Attack()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Niko_Attack_mA856AAA017FAFCB299A9A687A4FAB7133540C281 (Niko_t289A792A1F8261E2D57C422B5D136FD721E21DCF* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CAttackU3Ed__24_tB0A4257A175CB6FFFF8D9F84FB9233161EB93B83_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
U3CAttackU3Ed__24_tB0A4257A175CB6FFFF8D9F84FB9233161EB93B83* L_0 = (U3CAttackU3Ed__24_tB0A4257A175CB6FFFF8D9F84FB9233161EB93B83*)il2cpp_codegen_object_new(U3CAttackU3Ed__24_tB0A4257A175CB6FFFF8D9F84FB9233161EB93B83_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
U3CAttackU3Ed__24__ctor_mC1D1E3CCB0EFB07AE16083E6B9C023539C3B40FA(L_0, 0, NULL);
|
|
U3CAttackU3Ed__24_tB0A4257A175CB6FFFF8D9F84FB9233161EB93B83* L_1 = L_0;
|
|
NullCheck(L_1);
|
|
L_1->___U3CU3E4__this_2 = __this;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_1->___U3CU3E4__this_2), (void*)__this);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Collections.IEnumerator Niko::DamageAnimation()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Niko_DamageAnimation_m0338DB5F50375559A82AD2F3BE759D0701FC7FFA (Niko_t289A792A1F8261E2D57C422B5D136FD721E21DCF* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CDamageAnimationU3Ed__25_t8B3754ED2B2F58921BF61A0EC7EDDDEE48F75BE5_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
U3CDamageAnimationU3Ed__25_t8B3754ED2B2F58921BF61A0EC7EDDDEE48F75BE5* L_0 = (U3CDamageAnimationU3Ed__25_t8B3754ED2B2F58921BF61A0EC7EDDDEE48F75BE5*)il2cpp_codegen_object_new(U3CDamageAnimationU3Ed__25_t8B3754ED2B2F58921BF61A0EC7EDDDEE48F75BE5_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
U3CDamageAnimationU3Ed__25__ctor_m81F331D5798FFF52DE1443C8785EB6473A312CB5(L_0, 0, NULL);
|
|
U3CDamageAnimationU3Ed__25_t8B3754ED2B2F58921BF61A0EC7EDDDEE48F75BE5* L_1 = L_0;
|
|
NullCheck(L_1);
|
|
L_1->___U3CU3E4__this_2 = __this;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_1->___U3CU3E4__this_2), (void*)__this);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Collections.IEnumerator Niko::Wait()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Niko_Wait_mACD43EF23CF2AEA5408C26ED094DFCE5FEBAE1E3 (Niko_t289A792A1F8261E2D57C422B5D136FD721E21DCF* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CWaitU3Ed__26_t0D08BB0B63CF382D5507BB0A16F15A7B39752E5B_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
U3CWaitU3Ed__26_t0D08BB0B63CF382D5507BB0A16F15A7B39752E5B* L_0 = (U3CWaitU3Ed__26_t0D08BB0B63CF382D5507BB0A16F15A7B39752E5B*)il2cpp_codegen_object_new(U3CWaitU3Ed__26_t0D08BB0B63CF382D5507BB0A16F15A7B39752E5B_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
U3CWaitU3Ed__26__ctor_m76826FFCAC510299647307F34F70CFEAA67649BF(L_0, 0, NULL);
|
|
U3CWaitU3Ed__26_t0D08BB0B63CF382D5507BB0A16F15A7B39752E5B* L_1 = L_0;
|
|
NullCheck(L_1);
|
|
L_1->___U3CU3E4__this_2 = __this;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_1->___U3CU3E4__this_2), (void*)__this);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Collections.IEnumerator Niko::BulletAttacked()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Niko_BulletAttacked_m2F9CC5FFB04421F0E8ACE420239EAC011791B388 (Niko_t289A792A1F8261E2D57C422B5D136FD721E21DCF* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CBulletAttackedU3Ed__27_t57C55B9429346E41FC52A83C64E57300AD4BD441_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
U3CBulletAttackedU3Ed__27_t57C55B9429346E41FC52A83C64E57300AD4BD441* L_0 = (U3CBulletAttackedU3Ed__27_t57C55B9429346E41FC52A83C64E57300AD4BD441*)il2cpp_codegen_object_new(U3CBulletAttackedU3Ed__27_t57C55B9429346E41FC52A83C64E57300AD4BD441_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
U3CBulletAttackedU3Ed__27__ctor_m533AB5B7EA1C4D746CD78B99C59E08833EF13363(L_0, 0, NULL);
|
|
U3CBulletAttackedU3Ed__27_t57C55B9429346E41FC52A83C64E57300AD4BD441* L_1 = L_0;
|
|
NullCheck(L_1);
|
|
L_1->___U3CU3E4__this_2 = __this;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_1->___U3CU3E4__this_2), (void*)__this);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Boolean Niko::IsOnGround()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Niko_IsOnGround_m580DDBB07E9DB25E003B25A6C45DAEF0C1C12656 (Niko_t289A792A1F8261E2D57C422B5D136FD721E21DCF* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Physics2D_t64C0DB5246067DAC2E83A52558A0AC68AF3BE94D_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7A65EFC5BB52048E35B0D3E2214BCF8CE116440A);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Bounds_t367E830C64BBF235ED8C3B2F8CF6254FDCAD39C3 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
Collider2DU5BU5D_t4771A44B23D278BC01AB6ED33A9A28E48DC0B034* V_1 = NULL;
|
|
int32_t V_2 = 0;
|
|
{
|
|
// Collider2D[] colliders = Physics2D.OverlapBoxAll(groundCheckCollider.bounds.center, groundCheckCollider.bounds.size, 0f);
|
|
Collider2D_t6A17BA7734600EF3F26588E9ED903617D5B8EB52* L_0 = __this->___groundCheckCollider_21;
|
|
NullCheck(L_0);
|
|
Bounds_t367E830C64BBF235ED8C3B2F8CF6254FDCAD39C3 L_1;
|
|
L_1 = Collider2D_get_bounds_m74F65CE702BA9D9EED05B870325B4FE3B2401B5E(L_0, NULL);
|
|
V_0 = L_1;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_2;
|
|
L_2 = Bounds_get_center_m5B05F81CB835EB6DD8628FDA24B638F477984DC3((&V_0), NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_3;
|
|
L_3 = Vector2_op_Implicit_mE8EBEE9291F11BB02F062D6E000F4798968CBD96_inline(L_2, NULL);
|
|
Collider2D_t6A17BA7734600EF3F26588E9ED903617D5B8EB52* L_4 = __this->___groundCheckCollider_21;
|
|
NullCheck(L_4);
|
|
Bounds_t367E830C64BBF235ED8C3B2F8CF6254FDCAD39C3 L_5;
|
|
L_5 = Collider2D_get_bounds_m74F65CE702BA9D9EED05B870325B4FE3B2401B5E(L_4, NULL);
|
|
V_0 = L_5;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_6;
|
|
L_6 = Bounds_get_size_m0699A53A55A78B3201D7270D6F338DFA91B6FAD4((&V_0), NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_7;
|
|
L_7 = Vector2_op_Implicit_mE8EBEE9291F11BB02F062D6E000F4798968CBD96_inline(L_6, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Physics2D_t64C0DB5246067DAC2E83A52558A0AC68AF3BE94D_il2cpp_TypeInfo_var);
|
|
Collider2DU5BU5D_t4771A44B23D278BC01AB6ED33A9A28E48DC0B034* L_8;
|
|
L_8 = Physics2D_OverlapBoxAll_mBE79BB1EA100B859488D14DE01EA77E68DBD434D(L_3, L_7, (0.0f), NULL);
|
|
// foreach (Collider2D collider in colliders)
|
|
V_1 = L_8;
|
|
V_2 = 0;
|
|
goto IL_0059;
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
// foreach (Collider2D collider in colliders)
|
|
Collider2DU5BU5D_t4771A44B23D278BC01AB6ED33A9A28E48DC0B034* L_9 = V_1;
|
|
int32_t L_10 = V_2;
|
|
NullCheck(L_9);
|
|
int32_t L_11 = L_10;
|
|
Collider2D_t6A17BA7734600EF3F26588E9ED903617D5B8EB52* L_12 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
|
|
// if (collider.gameObject.CompareTag("Ground"))
|
|
NullCheck(L_12);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_13;
|
|
L_13 = Component_get_gameObject_m57AEFBB14DB39EC476F740BA000E170355DE691B(L_12, NULL);
|
|
NullCheck(L_13);
|
|
bool L_14;
|
|
L_14 = GameObject_CompareTag_m6378BE50D009A93D46036F74CC3F7E2ECB0636E5(L_13, _stringLiteral7A65EFC5BB52048E35B0D3E2214BCF8CE116440A, NULL);
|
|
if (!L_14)
|
|
{
|
|
goto IL_0055;
|
|
}
|
|
}
|
|
{
|
|
// return true;
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0055:
|
|
{
|
|
int32_t L_15 = V_2;
|
|
V_2 = ((int32_t)il2cpp_codegen_add(L_15, 1));
|
|
}
|
|
|
|
IL_0059:
|
|
{
|
|
// foreach (Collider2D collider in colliders)
|
|
int32_t L_16 = V_2;
|
|
Collider2DU5BU5D_t4771A44B23D278BC01AB6ED33A9A28E48DC0B034* L_17 = V_1;
|
|
NullCheck(L_17);
|
|
if ((((int32_t)L_16) < ((int32_t)((int32_t)(((RuntimeArray*)L_17)->max_length)))))
|
|
{
|
|
goto IL_003f;
|
|
}
|
|
}
|
|
{
|
|
// return false;
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Void Niko::DestroyEnemy()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Niko_DestroyEnemy_m730E33107EC47F6CF27B1381C5C27A91F1634F7D (Niko_t289A792A1F8261E2D57C422B5D136FD721E21DCF* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_Instantiate_TisGameObject_t76FEDD663AB33C991A9C9A23129337651094216F_m831D2F71DF2AA6C93AFDFEFA04CF2CFC5FBBCDB4_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// Instantiate(deathEffect, transform.position, Quaternion.identity);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_0 = __this->___deathEffect_19;
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_1;
|
|
L_1 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(__this, NULL);
|
|
NullCheck(L_1);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_2;
|
|
L_2 = Transform_get_position_m69CD5FA214FDAE7BB701552943674846C220FDE1(L_1, NULL);
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_3;
|
|
L_3 = Quaternion_get_identity_m7E701AE095ED10FD5EA0B50ABCFDE2EEFF2173A5_inline(NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_4;
|
|
L_4 = Object_Instantiate_TisGameObject_t76FEDD663AB33C991A9C9A23129337651094216F_m831D2F71DF2AA6C93AFDFEFA04CF2CFC5FBBCDB4(L_0, L_2, L_3, Object_Instantiate_TisGameObject_t76FEDD663AB33C991A9C9A23129337651094216F_m831D2F71DF2AA6C93AFDFEFA04CF2CFC5FBBCDB4_RuntimeMethod_var);
|
|
// Destroy(gameObject);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_5;
|
|
L_5 = Component_get_gameObject_m57AEFBB14DB39EC476F740BA000E170355DE691B(__this, NULL);
|
|
Object_Destroy_mE97D0A766419A81296E8D4E5C23D01D3FE91ACBB(L_5, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void Niko::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Niko__ctor_m52AA802E94C23880542A29BFD03B1827CE4845AD (Niko_t289A792A1F8261E2D57C422B5D136FD721E21DCF* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public float speed = 3f;
|
|
__this->___speed_6 = (3.0f);
|
|
// public float SlowSpeed = 0.5f;
|
|
__this->___SlowSpeed_7 = (0.5f);
|
|
// public float NormalSpeed = 3f;
|
|
__this->___NormalSpeed_8 = (3.0f);
|
|
// public float range = 10f; // the range at which the enemy will start moving towards the player
|
|
__this->___range_9 = (10.0f);
|
|
// public int health = 100;
|
|
__this->___health_18 = ((int32_t)100);
|
|
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 Niko/<Attack>d__24::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CAttackU3Ed__24__ctor_mC1D1E3CCB0EFB07AE16083E6B9C023539C3B40FA (U3CAttackU3Ed__24_tB0A4257A175CB6FFFF8D9F84FB9233161EB93B83* __this, int32_t ___0_U3CU3E1__state, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
int32_t L_0 = ___0_U3CU3E1__state;
|
|
__this->___U3CU3E1__state_0 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// System.Void Niko/<Attack>d__24::System.IDisposable.Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CAttackU3Ed__24_System_IDisposable_Dispose_m734AFA6EDBCA2D60AB1E36E1F7D1FABB6CB02AE1 (U3CAttackU3Ed__24_tB0A4257A175CB6FFFF8D9F84FB9233161EB93B83* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean Niko/<Attack>d__24::MoveNext()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CAttackU3Ed__24_MoveNext_m8D7115117516CE5D24B71EAC26764EF05883302D (U3CAttackU3Ed__24_tB0A4257A175CB6FFFF8D9F84FB9233161EB93B83* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_Instantiate_TisGameObject_t76FEDD663AB33C991A9C9A23129337651094216F_m831D2F71DF2AA6C93AFDFEFA04CF2CFC5FBBCDB4_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral508450355DF2A5BB172C6D21A5C54D7806587D91);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
Niko_t289A792A1F8261E2D57C422B5D136FD721E21DCF* V_1 = NULL;
|
|
{
|
|
int32_t L_0 = __this->___U3CU3E1__state_0;
|
|
V_0 = L_0;
|
|
Niko_t289A792A1F8261E2D57C422B5D136FD721E21DCF* L_1 = __this->___U3CU3E4__this_2;
|
|
V_1 = L_1;
|
|
int32_t L_2 = V_0;
|
|
switch (L_2)
|
|
{
|
|
case 0:
|
|
{
|
|
goto IL_0022;
|
|
}
|
|
case 1:
|
|
{
|
|
goto IL_0049;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_00a8;
|
|
}
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0022:
|
|
{
|
|
__this->___U3CU3E1__state_0 = (-1);
|
|
// Stop = true;
|
|
Niko_t289A792A1F8261E2D57C422B5D136FD721E21DCF* L_3 = V_1;
|
|
NullCheck(L_3);
|
|
L_3->___Stop_16 = (bool)1;
|
|
// yield return new WaitForSeconds(2.0f);
|
|
WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3* L_4 = (WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3*)il2cpp_codegen_object_new(WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3_il2cpp_TypeInfo_var);
|
|
NullCheck(L_4);
|
|
WaitForSeconds__ctor_m579F95BADEDBAB4B3A7E302C6EE3995926EF2EFC(L_4, (2.0f), NULL);
|
|
__this->___U3CU3E2__current_1 = L_4;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CU3E2__current_1), (void*)L_4);
|
|
__this->___U3CU3E1__state_0 = 1;
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0049:
|
|
{
|
|
__this->___U3CU3E1__state_0 = (-1);
|
|
// speed = SlowSpeed;
|
|
Niko_t289A792A1F8261E2D57C422B5D136FD721E21DCF* L_5 = V_1;
|
|
Niko_t289A792A1F8261E2D57C422B5D136FD721E21DCF* L_6 = V_1;
|
|
NullCheck(L_6);
|
|
float L_7 = L_6->___SlowSpeed_7;
|
|
NullCheck(L_5);
|
|
L_5->___speed_6 = L_7;
|
|
// animator.SetBool("Attack", true);
|
|
Niko_t289A792A1F8261E2D57C422B5D136FD721E21DCF* L_8 = V_1;
|
|
NullCheck(L_8);
|
|
Animator_t8A52E42AE54F76681838FE9E632683EF3952E883* L_9 = L_8->___animator_15;
|
|
NullCheck(L_9);
|
|
Animator_SetBool_m6F8D4FAF0770CD4EC1F54406249785DE7391E42B(L_9, _stringLiteral508450355DF2A5BB172C6D21A5C54D7806587D91, (bool)1, NULL);
|
|
// Instantiate(EnemyWeapon, firePoint.position, firePoint.rotation);
|
|
Niko_t289A792A1F8261E2D57C422B5D136FD721E21DCF* L_10 = V_1;
|
|
NullCheck(L_10);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_11 = L_10->___EnemyWeapon_13;
|
|
Niko_t289A792A1F8261E2D57C422B5D136FD721E21DCF* L_12 = V_1;
|
|
NullCheck(L_12);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_13 = L_12->___firePoint_5;
|
|
NullCheck(L_13);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_14;
|
|
L_14 = Transform_get_position_m69CD5FA214FDAE7BB701552943674846C220FDE1(L_13, NULL);
|
|
Niko_t289A792A1F8261E2D57C422B5D136FD721E21DCF* L_15 = V_1;
|
|
NullCheck(L_15);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_16 = L_15->___firePoint_5;
|
|
NullCheck(L_16);
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_17;
|
|
L_17 = Transform_get_rotation_m32AF40CA0D50C797DA639A696F8EAEC7524C179C(L_16, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_18;
|
|
L_18 = Object_Instantiate_TisGameObject_t76FEDD663AB33C991A9C9A23129337651094216F_m831D2F71DF2AA6C93AFDFEFA04CF2CFC5FBBCDB4(L_11, L_14, L_17, Object_Instantiate_TisGameObject_t76FEDD663AB33C991A9C9A23129337651094216F_m831D2F71DF2AA6C93AFDFEFA04CF2CFC5FBBCDB4_RuntimeMethod_var);
|
|
// yield return new WaitForSeconds(2.0f);
|
|
WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3* L_19 = (WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3*)il2cpp_codegen_object_new(WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3_il2cpp_TypeInfo_var);
|
|
NullCheck(L_19);
|
|
WaitForSeconds__ctor_m579F95BADEDBAB4B3A7E302C6EE3995926EF2EFC(L_19, (2.0f), NULL);
|
|
__this->___U3CU3E2__current_1 = L_19;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CU3E2__current_1), (void*)L_19);
|
|
__this->___U3CU3E1__state_0 = 2;
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_00a8:
|
|
{
|
|
__this->___U3CU3E1__state_0 = (-1);
|
|
// speed = NormalSpeed;
|
|
Niko_t289A792A1F8261E2D57C422B5D136FD721E21DCF* L_20 = V_1;
|
|
Niko_t289A792A1F8261E2D57C422B5D136FD721E21DCF* L_21 = V_1;
|
|
NullCheck(L_21);
|
|
float L_22 = L_21->___NormalSpeed_8;
|
|
NullCheck(L_20);
|
|
L_20->___speed_6 = L_22;
|
|
// animator.SetBool("Attack", false);
|
|
Niko_t289A792A1F8261E2D57C422B5D136FD721E21DCF* L_23 = V_1;
|
|
NullCheck(L_23);
|
|
Animator_t8A52E42AE54F76681838FE9E632683EF3952E883* L_24 = L_23->___animator_15;
|
|
NullCheck(L_24);
|
|
Animator_SetBool_m6F8D4FAF0770CD4EC1F54406249785DE7391E42B(L_24, _stringLiteral508450355DF2A5BB172C6D21A5C54D7806587D91, (bool)0, NULL);
|
|
// StartCoroutine(Wait());
|
|
Niko_t289A792A1F8261E2D57C422B5D136FD721E21DCF* L_25 = V_1;
|
|
Niko_t289A792A1F8261E2D57C422B5D136FD721E21DCF* L_26 = V_1;
|
|
NullCheck(L_26);
|
|
RuntimeObject* L_27;
|
|
L_27 = Niko_Wait_mACD43EF23CF2AEA5408C26ED094DFCE5FEBAE1E3(L_26, NULL);
|
|
NullCheck(L_25);
|
|
Coroutine_t85EA685566A254C23F3FD77AB5BDFFFF8799596B* L_28;
|
|
L_28 = MonoBehaviour_StartCoroutine_m4CAFF732AA28CD3BDC5363B44A863575530EC812(L_25, L_27, NULL);
|
|
// }
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Object Niko/<Attack>d__24::System.Collections.Generic.IEnumerator<System.Object>.get_Current()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CAttackU3Ed__24_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_mE0DA3B42187BF94F39B6DBE3FDACB78B96BA16E3 (U3CAttackU3Ed__24_tB0A4257A175CB6FFFF8D9F84FB9233161EB93B83* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject* L_0 = __this->___U3CU3E2__current_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void Niko/<Attack>d__24::System.Collections.IEnumerator.Reset()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CAttackU3Ed__24_System_Collections_IEnumerator_Reset_m0543051806B77AFDAC645670AD54C0FD8F47B7AC (U3CAttackU3Ed__24_tB0A4257A175CB6FFFF8D9F84FB9233161EB93B83* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* L_0 = (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_0);
|
|
NotSupportedException__ctor_m1398D0CDE19B36AA3DE9392879738C1EA2439CDF(L_0, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CAttackU3Ed__24_System_Collections_IEnumerator_Reset_m0543051806B77AFDAC645670AD54C0FD8F47B7AC_RuntimeMethod_var)));
|
|
}
|
|
}
|
|
// System.Object Niko/<Attack>d__24::System.Collections.IEnumerator.get_Current()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CAttackU3Ed__24_System_Collections_IEnumerator_get_Current_mEB76AA52A104E517160A24D12067FACC6DE1F190 (U3CAttackU3Ed__24_tB0A4257A175CB6FFFF8D9F84FB9233161EB93B83* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject* L_0 = __this->___U3CU3E2__current_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void Niko/<DamageAnimation>d__25::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CDamageAnimationU3Ed__25__ctor_m81F331D5798FFF52DE1443C8785EB6473A312CB5 (U3CDamageAnimationU3Ed__25_t8B3754ED2B2F58921BF61A0EC7EDDDEE48F75BE5* __this, int32_t ___0_U3CU3E1__state, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
int32_t L_0 = ___0_U3CU3E1__state;
|
|
__this->___U3CU3E1__state_0 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// System.Void Niko/<DamageAnimation>d__25::System.IDisposable.Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CDamageAnimationU3Ed__25_System_IDisposable_Dispose_mD245C50CAD5D53E1A3AFFFC9134F12FAEC751EC3 (U3CDamageAnimationU3Ed__25_t8B3754ED2B2F58921BF61A0EC7EDDDEE48F75BE5* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean Niko/<DamageAnimation>d__25::MoveNext()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CDamageAnimationU3Ed__25_MoveNext_m711F78A7C2D953E579A50F6A41987FC3BE170380 (U3CDamageAnimationU3Ed__25_t8B3754ED2B2F58921BF61A0EC7EDDDEE48F75BE5* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral13CED75BBB7DCAD57996F7422897CAF3E454AA29);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
Niko_t289A792A1F8261E2D57C422B5D136FD721E21DCF* V_1 = NULL;
|
|
{
|
|
int32_t L_0 = __this->___U3CU3E1__state_0;
|
|
V_0 = L_0;
|
|
Niko_t289A792A1F8261E2D57C422B5D136FD721E21DCF* L_1 = __this->___U3CU3E4__this_2;
|
|
V_1 = L_1;
|
|
int32_t L_2 = V_0;
|
|
if (!L_2)
|
|
{
|
|
goto IL_0017;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_3 = V_0;
|
|
if ((((int32_t)L_3) == ((int32_t)1)))
|
|
{
|
|
goto IL_0037;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0017:
|
|
{
|
|
__this->___U3CU3E1__state_0 = (-1);
|
|
// yield return new WaitForSeconds(2.0f);
|
|
WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3* L_4 = (WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3*)il2cpp_codegen_object_new(WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3_il2cpp_TypeInfo_var);
|
|
NullCheck(L_4);
|
|
WaitForSeconds__ctor_m579F95BADEDBAB4B3A7E302C6EE3995926EF2EFC(L_4, (2.0f), NULL);
|
|
__this->___U3CU3E2__current_1 = L_4;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CU3E2__current_1), (void*)L_4);
|
|
__this->___U3CU3E1__state_0 = 1;
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0037:
|
|
{
|
|
__this->___U3CU3E1__state_0 = (-1);
|
|
// animator.SetBool("Damage", false);
|
|
Niko_t289A792A1F8261E2D57C422B5D136FD721E21DCF* L_5 = V_1;
|
|
NullCheck(L_5);
|
|
Animator_t8A52E42AE54F76681838FE9E632683EF3952E883* L_6 = L_5->___animator_15;
|
|
NullCheck(L_6);
|
|
Animator_SetBool_m6F8D4FAF0770CD4EC1F54406249785DE7391E42B(L_6, _stringLiteral13CED75BBB7DCAD57996F7422897CAF3E454AA29, (bool)0, NULL);
|
|
// }
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Object Niko/<DamageAnimation>d__25::System.Collections.Generic.IEnumerator<System.Object>.get_Current()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CDamageAnimationU3Ed__25_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_m7FAED851D1EF2F14C178E361E9C9E2DAA4BACA4E (U3CDamageAnimationU3Ed__25_t8B3754ED2B2F58921BF61A0EC7EDDDEE48F75BE5* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject* L_0 = __this->___U3CU3E2__current_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void Niko/<DamageAnimation>d__25::System.Collections.IEnumerator.Reset()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CDamageAnimationU3Ed__25_System_Collections_IEnumerator_Reset_mE5891BE6DA94479F7F46482799CCD926C451B823 (U3CDamageAnimationU3Ed__25_t8B3754ED2B2F58921BF61A0EC7EDDDEE48F75BE5* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* L_0 = (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_0);
|
|
NotSupportedException__ctor_m1398D0CDE19B36AA3DE9392879738C1EA2439CDF(L_0, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CDamageAnimationU3Ed__25_System_Collections_IEnumerator_Reset_mE5891BE6DA94479F7F46482799CCD926C451B823_RuntimeMethod_var)));
|
|
}
|
|
}
|
|
// System.Object Niko/<DamageAnimation>d__25::System.Collections.IEnumerator.get_Current()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CDamageAnimationU3Ed__25_System_Collections_IEnumerator_get_Current_m640D43BD94559F9BDBEAC1A0537458E3368D54B7 (U3CDamageAnimationU3Ed__25_t8B3754ED2B2F58921BF61A0EC7EDDDEE48F75BE5* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject* L_0 = __this->___U3CU3E2__current_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void Niko/<Wait>d__26::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CWaitU3Ed__26__ctor_m76826FFCAC510299647307F34F70CFEAA67649BF (U3CWaitU3Ed__26_t0D08BB0B63CF382D5507BB0A16F15A7B39752E5B* __this, int32_t ___0_U3CU3E1__state, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
int32_t L_0 = ___0_U3CU3E1__state;
|
|
__this->___U3CU3E1__state_0 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// System.Void Niko/<Wait>d__26::System.IDisposable.Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CWaitU3Ed__26_System_IDisposable_Dispose_mE4F2B0ECDB397D1043C3FDBD306E4143EB0CDF7F (U3CWaitU3Ed__26_t0D08BB0B63CF382D5507BB0A16F15A7B39752E5B* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean Niko/<Wait>d__26::MoveNext()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CWaitU3Ed__26_MoveNext_m58CE426A61B8E44F86F82C802BE23F8535026FA4 (U3CWaitU3Ed__26_t0D08BB0B63CF382D5507BB0A16F15A7B39752E5B* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
Niko_t289A792A1F8261E2D57C422B5D136FD721E21DCF* V_1 = NULL;
|
|
{
|
|
int32_t L_0 = __this->___U3CU3E1__state_0;
|
|
V_0 = L_0;
|
|
Niko_t289A792A1F8261E2D57C422B5D136FD721E21DCF* L_1 = __this->___U3CU3E4__this_2;
|
|
V_1 = L_1;
|
|
int32_t L_2 = V_0;
|
|
if (!L_2)
|
|
{
|
|
goto IL_0017;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_3 = V_0;
|
|
if ((((int32_t)L_3) == ((int32_t)1)))
|
|
{
|
|
goto IL_0037;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0017:
|
|
{
|
|
__this->___U3CU3E1__state_0 = (-1);
|
|
// yield return new WaitForSeconds(2.0f);
|
|
WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3* L_4 = (WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3*)il2cpp_codegen_object_new(WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3_il2cpp_TypeInfo_var);
|
|
NullCheck(L_4);
|
|
WaitForSeconds__ctor_m579F95BADEDBAB4B3A7E302C6EE3995926EF2EFC(L_4, (2.0f), NULL);
|
|
__this->___U3CU3E2__current_1 = L_4;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CU3E2__current_1), (void*)L_4);
|
|
__this->___U3CU3E1__state_0 = 1;
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0037:
|
|
{
|
|
__this->___U3CU3E1__state_0 = (-1);
|
|
// Stop = false;
|
|
Niko_t289A792A1F8261E2D57C422B5D136FD721E21DCF* L_5 = V_1;
|
|
NullCheck(L_5);
|
|
L_5->___Stop_16 = (bool)0;
|
|
// }
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Object Niko/<Wait>d__26::System.Collections.Generic.IEnumerator<System.Object>.get_Current()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CWaitU3Ed__26_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_mFF8F0F7C471EBBBDBCE148C206468E5B7C2611E4 (U3CWaitU3Ed__26_t0D08BB0B63CF382D5507BB0A16F15A7B39752E5B* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject* L_0 = __this->___U3CU3E2__current_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void Niko/<Wait>d__26::System.Collections.IEnumerator.Reset()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CWaitU3Ed__26_System_Collections_IEnumerator_Reset_mCC844C8A0604D5AC0F35A79258A48E1064738B68 (U3CWaitU3Ed__26_t0D08BB0B63CF382D5507BB0A16F15A7B39752E5B* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* L_0 = (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_0);
|
|
NotSupportedException__ctor_m1398D0CDE19B36AA3DE9392879738C1EA2439CDF(L_0, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CWaitU3Ed__26_System_Collections_IEnumerator_Reset_mCC844C8A0604D5AC0F35A79258A48E1064738B68_RuntimeMethod_var)));
|
|
}
|
|
}
|
|
// System.Object Niko/<Wait>d__26::System.Collections.IEnumerator.get_Current()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CWaitU3Ed__26_System_Collections_IEnumerator_get_Current_m81154D27374368D6442AC0EC5C65C87AA381425F (U3CWaitU3Ed__26_t0D08BB0B63CF382D5507BB0A16F15A7B39752E5B* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject* L_0 = __this->___U3CU3E2__current_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void Niko/<BulletAttacked>d__27::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CBulletAttackedU3Ed__27__ctor_m533AB5B7EA1C4D746CD78B99C59E08833EF13363 (U3CBulletAttackedU3Ed__27_t57C55B9429346E41FC52A83C64E57300AD4BD441* __this, int32_t ___0_U3CU3E1__state, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
int32_t L_0 = ___0_U3CU3E1__state;
|
|
__this->___U3CU3E1__state_0 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// System.Void Niko/<BulletAttacked>d__27::System.IDisposable.Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CBulletAttackedU3Ed__27_System_IDisposable_Dispose_mFB1CE7D334382AB62E3930D8928739C598975BB0 (U3CBulletAttackedU3Ed__27_t57C55B9429346E41FC52A83C64E57300AD4BD441* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean Niko/<BulletAttacked>d__27::MoveNext()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CBulletAttackedU3Ed__27_MoveNext_m68EF58F556E9CA663BB876B46EF7102ADF328789 (U3CBulletAttackedU3Ed__27_t57C55B9429346E41FC52A83C64E57300AD4BD441* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral13CED75BBB7DCAD57996F7422897CAF3E454AA29);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
Niko_t289A792A1F8261E2D57C422B5D136FD721E21DCF* V_1 = NULL;
|
|
{
|
|
int32_t L_0 = __this->___U3CU3E1__state_0;
|
|
V_0 = L_0;
|
|
Niko_t289A792A1F8261E2D57C422B5D136FD721E21DCF* L_1 = __this->___U3CU3E4__this_2;
|
|
V_1 = L_1;
|
|
int32_t L_2 = V_0;
|
|
if (!L_2)
|
|
{
|
|
goto IL_0017;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_3 = V_0;
|
|
if ((((int32_t)L_3) == ((int32_t)1)))
|
|
{
|
|
goto IL_004f;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0017:
|
|
{
|
|
__this->___U3CU3E1__state_0 = (-1);
|
|
// animator.SetBool("Damage", true);
|
|
Niko_t289A792A1F8261E2D57C422B5D136FD721E21DCF* L_4 = V_1;
|
|
NullCheck(L_4);
|
|
Animator_t8A52E42AE54F76681838FE9E632683EF3952E883* L_5 = L_4->___animator_15;
|
|
NullCheck(L_5);
|
|
Animator_SetBool_m6F8D4FAF0770CD4EC1F54406249785DE7391E42B(L_5, _stringLiteral13CED75BBB7DCAD57996F7422897CAF3E454AA29, (bool)1, NULL);
|
|
// TimeStopHearting = true;
|
|
Niko_t289A792A1F8261E2D57C422B5D136FD721E21DCF* L_6 = V_1;
|
|
NullCheck(L_6);
|
|
L_6->___TimeStopHearting_20 = (bool)1;
|
|
// yield return new WaitForSeconds(0.5f);
|
|
WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3* L_7 = (WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3*)il2cpp_codegen_object_new(WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3_il2cpp_TypeInfo_var);
|
|
NullCheck(L_7);
|
|
WaitForSeconds__ctor_m579F95BADEDBAB4B3A7E302C6EE3995926EF2EFC(L_7, (0.5f), NULL);
|
|
__this->___U3CU3E2__current_1 = L_7;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CU3E2__current_1), (void*)L_7);
|
|
__this->___U3CU3E1__state_0 = 1;
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_004f:
|
|
{
|
|
__this->___U3CU3E1__state_0 = (-1);
|
|
// TimeStopHearting = false;
|
|
Niko_t289A792A1F8261E2D57C422B5D136FD721E21DCF* L_8 = V_1;
|
|
NullCheck(L_8);
|
|
L_8->___TimeStopHearting_20 = (bool)0;
|
|
// animator.SetBool("Damage", false);
|
|
Niko_t289A792A1F8261E2D57C422B5D136FD721E21DCF* L_9 = V_1;
|
|
NullCheck(L_9);
|
|
Animator_t8A52E42AE54F76681838FE9E632683EF3952E883* L_10 = L_9->___animator_15;
|
|
NullCheck(L_10);
|
|
Animator_SetBool_m6F8D4FAF0770CD4EC1F54406249785DE7391E42B(L_10, _stringLiteral13CED75BBB7DCAD57996F7422897CAF3E454AA29, (bool)0, NULL);
|
|
// }
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Object Niko/<BulletAttacked>d__27::System.Collections.Generic.IEnumerator<System.Object>.get_Current()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CBulletAttackedU3Ed__27_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_m7DC9DDF589142A0BC7893624BB571D5D67DC047A (U3CBulletAttackedU3Ed__27_t57C55B9429346E41FC52A83C64E57300AD4BD441* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject* L_0 = __this->___U3CU3E2__current_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void Niko/<BulletAttacked>d__27::System.Collections.IEnumerator.Reset()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CBulletAttackedU3Ed__27_System_Collections_IEnumerator_Reset_m388C3DA05370699829201E899C14D6A3021F3358 (U3CBulletAttackedU3Ed__27_t57C55B9429346E41FC52A83C64E57300AD4BD441* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* L_0 = (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_0);
|
|
NotSupportedException__ctor_m1398D0CDE19B36AA3DE9392879738C1EA2439CDF(L_0, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CBulletAttackedU3Ed__27_System_Collections_IEnumerator_Reset_m388C3DA05370699829201E899C14D6A3021F3358_RuntimeMethod_var)));
|
|
}
|
|
}
|
|
// System.Object Niko/<BulletAttacked>d__27::System.Collections.IEnumerator.get_Current()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CBulletAttackedU3Ed__27_System_Collections_IEnumerator_get_Current_mFE5E20AC1B2907568393C1EE3EB01B5180F841EC (U3CBulletAttackedU3Ed__27_t57C55B9429346E41FC52A83C64E57300AD4BD441* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject* L_0 = __this->___U3CU3E2__current_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void DiePlayer::OnTriggerEnter2D(UnityEngine.Collider2D)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DiePlayer_OnTriggerEnter2D_mCA9F84EB3A7A8D6D1F2C7B31818D56F231CB0304 (DiePlayer_tC3FD49BA07F27A2A252F774A55F19EB8DB51F100* __this, Collider2D_t6A17BA7734600EF3F26588E9ED903617D5B8EB52* ___0_c2d, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DiePlayer_tC3FD49BA07F27A2A252F774A55F19EB8DB51F100_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCAF8804297181FF007CA835529DD4477CFD94A70);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (c2d.CompareTag("Player"))
|
|
Collider2D_t6A17BA7734600EF3F26588E9ED903617D5B8EB52* L_0 = ___0_c2d;
|
|
NullCheck(L_0);
|
|
bool L_1;
|
|
L_1 = Component_CompareTag_mE6F8897E84F12DF12D302FFC4D58204D51096FC5(L_0, _stringLiteralCAF8804297181FF007CA835529DD4477CFD94A70, NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_0013;
|
|
}
|
|
}
|
|
{
|
|
// KillPlayer = true;
|
|
((DiePlayer_tC3FD49BA07F27A2A252F774A55F19EB8DB51F100_StaticFields*)il2cpp_codegen_static_fields_for(DiePlayer_tC3FD49BA07F27A2A252F774A55F19EB8DB51F100_il2cpp_TypeInfo_var))->___KillPlayer_4 = (bool)1;
|
|
}
|
|
|
|
IL_0013:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void DiePlayer::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DiePlayer__ctor_mE4D185864CE64A29D822380820F96ECC3D25A049 (DiePlayer_tC3FD49BA07F27A2A252F774A55F19EB8DB51F100* __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 Enemy::OnTriggerEnter2D(UnityEngine.Collider2D)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enemy_OnTriggerEnter2D_m78DFD7AB12D1EC3E92F13D8E8C54701479ABF567 (Enemy_t10DB314C96B1CE78B8D967CD3B39F05126409BBB* __this, Collider2D_t6A17BA7734600EF3F26588E9ED903617D5B8EB52* ___0_c2d, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enemy_t10DB314C96B1CE78B8D967CD3B39F05126409BBB_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCAF8804297181FF007CA835529DD4477CFD94A70);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (c2d.CompareTag("Player"))
|
|
Collider2D_t6A17BA7734600EF3F26588E9ED903617D5B8EB52* L_0 = ___0_c2d;
|
|
NullCheck(L_0);
|
|
bool L_1;
|
|
L_1 = Component_CompareTag_mE6F8897E84F12DF12D302FFC4D58204D51096FC5(L_0, _stringLiteralCAF8804297181FF007CA835529DD4477CFD94A70, NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_0013;
|
|
}
|
|
}
|
|
{
|
|
// TakedDamage = true;
|
|
((Enemy_t10DB314C96B1CE78B8D967CD3B39F05126409BBB_StaticFields*)il2cpp_codegen_static_fields_for(Enemy_t10DB314C96B1CE78B8D967CD3B39F05126409BBB_il2cpp_TypeInfo_var))->___TakedDamage_4 = (bool)1;
|
|
}
|
|
|
|
IL_0013:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void Enemy::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enemy__ctor_mB6697627910F785A971C20C671DEFBA9D921D933 (Enemy_t10DB314C96B1CE78B8D967CD3B39F05126409BBB* __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 EnemyDeath::TakeDamage(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnemyDeath_TakeDamage_m70B46C69FAAB949E201C55C8F2E8822B4737282C (EnemyDeath_t7BC723C142E66F33CFDA14BEFD015F44FC65033B* __this, int32_t ___0_damage, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// health -= damage;
|
|
int32_t L_0 = __this->___health_4;
|
|
int32_t L_1 = ___0_damage;
|
|
__this->___health_4 = ((int32_t)il2cpp_codegen_subtract(L_0, L_1));
|
|
// if (health <= 0)
|
|
int32_t L_2 = __this->___health_4;
|
|
if ((((int32_t)L_2) > ((int32_t)0)))
|
|
{
|
|
goto IL_001d;
|
|
}
|
|
}
|
|
{
|
|
// Die();
|
|
EnemyDeath_Die_m35016B5E02F3365197BD71FD523D946BA959400A(__this, NULL);
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void EnemyDeath::Die()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnemyDeath_Die_m35016B5E02F3365197BD71FD523D946BA959400A (EnemyDeath_t7BC723C142E66F33CFDA14BEFD015F44FC65033B* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_Instantiate_TisGameObject_t76FEDD663AB33C991A9C9A23129337651094216F_m831D2F71DF2AA6C93AFDFEFA04CF2CFC5FBBCDB4_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// Instantiate(deathEffect, transform.position, Quaternion.identity);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_0 = __this->___deathEffect_5;
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_1;
|
|
L_1 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(__this, NULL);
|
|
NullCheck(L_1);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_2;
|
|
L_2 = Transform_get_position_m69CD5FA214FDAE7BB701552943674846C220FDE1(L_1, NULL);
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_3;
|
|
L_3 = Quaternion_get_identity_m7E701AE095ED10FD5EA0B50ABCFDE2EEFF2173A5_inline(NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_4;
|
|
L_4 = Object_Instantiate_TisGameObject_t76FEDD663AB33C991A9C9A23129337651094216F_m831D2F71DF2AA6C93AFDFEFA04CF2CFC5FBBCDB4(L_0, L_2, L_3, Object_Instantiate_TisGameObject_t76FEDD663AB33C991A9C9A23129337651094216F_m831D2F71DF2AA6C93AFDFEFA04CF2CFC5FBBCDB4_RuntimeMethod_var);
|
|
// Destroy(gameObject);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_5;
|
|
L_5 = Component_get_gameObject_m57AEFBB14DB39EC476F740BA000E170355DE691B(__this, NULL);
|
|
Object_Destroy_mE97D0A766419A81296E8D4E5C23D01D3FE91ACBB(L_5, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void EnemyDeath::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnemyDeath__ctor_m0C2813CC469730FC7452F0F87FA4D92ACAC105E4 (EnemyDeath_t7BC723C142E66F33CFDA14BEFD015F44FC65033B* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public int health = 100;
|
|
__this->___health_4 = ((int32_t)100);
|
|
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 Zoltan::Start()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Zoltan_Start_m96630692CA02C17C787CA815C299540A635163AA (Zoltan_t9BB7971A3F5BE25CD8BE2991AA7512E6D4B8057C* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisRigidbody2D_tBEBE9523CF4448544085AF46BF7E10AA499F320F_m0712B7A9DBBAE2C319B4B03394E7731B86FACBF2_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCAF8804297181FF007CA835529DD4477CFD94A70);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// player = GameObject.FindGameObjectWithTag("Player").transform;
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_0;
|
|
L_0 = GameObject_FindGameObjectWithTag_mF0229BC2074CE9EEA72FAB1E5A4BC2AEC3D2CDBE(_stringLiteralCAF8804297181FF007CA835529DD4477CFD94A70, NULL);
|
|
NullCheck(L_0);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_1;
|
|
L_1 = GameObject_get_transform_m0BC10ADFA1632166AE5544BDF9038A2650C2AE56(L_0, NULL);
|
|
__this->___player_6 = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___player_6), (void*)L_1);
|
|
// rb = GetComponent<Rigidbody2D>();
|
|
Rigidbody2D_tBEBE9523CF4448544085AF46BF7E10AA499F320F* L_2;
|
|
L_2 = Component_GetComponent_TisRigidbody2D_tBEBE9523CF4448544085AF46BF7E10AA499F320F_m0712B7A9DBBAE2C319B4B03394E7731B86FACBF2(__this, Component_GetComponent_TisRigidbody2D_tBEBE9523CF4448544085AF46BF7E10AA499F320F_m0712B7A9DBBAE2C319B4B03394E7731B86FACBF2_RuntimeMethod_var);
|
|
__this->___rb_7 = L_2;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___rb_7), (void*)L_2);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void Zoltan::Update()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Zoltan_Update_mD6369E575BFA600D513551E09B03CB2FD627B59A (Zoltan_t9BB7971A3F5BE25CD8BE2991AA7512E6D4B8057C* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Pause_tBA95B8E0340B28796AF51B491AF0D3EEC1F06DD7_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// float distance = Vector2.Distance(transform.position, player.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);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_2;
|
|
L_2 = Vector2_op_Implicit_mE8EBEE9291F11BB02F062D6E000F4798968CBD96_inline(L_1, NULL);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_3 = __this->___player_6;
|
|
NullCheck(L_3);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_4;
|
|
L_4 = Transform_get_position_m69CD5FA214FDAE7BB701552943674846C220FDE1(L_3, NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_5;
|
|
L_5 = Vector2_op_Implicit_mE8EBEE9291F11BB02F062D6E000F4798968CBD96_inline(L_4, NULL);
|
|
float L_6;
|
|
L_6 = Vector2_Distance_mBACBB1609E1894D68F882D86A93519E311810C89_inline(L_2, L_5, NULL);
|
|
// if (distance < range && Pause.IsPause == false)
|
|
float L_7 = __this->___range_4;
|
|
if ((!(((float)L_6) < ((float)L_7))))
|
|
{
|
|
goto IL_00aa;
|
|
}
|
|
}
|
|
{
|
|
bool L_8 = ((Pause_tBA95B8E0340B28796AF51B491AF0D3EEC1F06DD7_StaticFields*)il2cpp_codegen_static_fields_for(Pause_tBA95B8E0340B28796AF51B491AF0D3EEC1F06DD7_il2cpp_TypeInfo_var))->___IsPause_4;
|
|
if (L_8)
|
|
{
|
|
goto IL_00aa;
|
|
}
|
|
}
|
|
{
|
|
// transform.position += Vector3.left * speed * Time.deltaTime;
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_9;
|
|
L_9 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(__this, NULL);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_10 = L_9;
|
|
NullCheck(L_10);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_11;
|
|
L_11 = Transform_get_position_m69CD5FA214FDAE7BB701552943674846C220FDE1(L_10, NULL);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_12;
|
|
L_12 = Vector3_get_left_m8C1116485A9E689760AEE1142F5977852278B7E1_inline(NULL);
|
|
float L_13 = __this->___speed_5;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_14;
|
|
L_14 = Vector3_op_Multiply_m87BA7C578F96C8E49BB07088DAAC4649F83B0353_inline(L_12, L_13, NULL);
|
|
float L_15;
|
|
L_15 = Time_get_deltaTime_mC3195000401F0FD167DD2F948FD2BC58330D0865(NULL);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_16;
|
|
L_16 = Vector3_op_Multiply_m87BA7C578F96C8E49BB07088DAAC4649F83B0353_inline(L_14, L_15, NULL);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_17;
|
|
L_17 = Vector3_op_Addition_m78C0EC70CB66E8DCAC225743D82B268DAEE92067_inline(L_11, L_16, NULL);
|
|
NullCheck(L_10);
|
|
Transform_set_position_mA1A817124BB41B685043DED2A9BA48CDF37C4156(L_10, L_17, NULL);
|
|
// distance = Vector2.Distance(transform.position, player.position);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_18;
|
|
L_18 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(__this, NULL);
|
|
NullCheck(L_18);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_19;
|
|
L_19 = Transform_get_position_m69CD5FA214FDAE7BB701552943674846C220FDE1(L_18, NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_20;
|
|
L_20 = Vector2_op_Implicit_mE8EBEE9291F11BB02F062D6E000F4798968CBD96_inline(L_19, NULL);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_21 = __this->___player_6;
|
|
NullCheck(L_21);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_22;
|
|
L_22 = Transform_get_position_m69CD5FA214FDAE7BB701552943674846C220FDE1(L_21, NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_23;
|
|
L_23 = Vector2_op_Implicit_mE8EBEE9291F11BB02F062D6E000F4798968CBD96_inline(L_22, NULL);
|
|
float L_24;
|
|
L_24 = Vector2_Distance_mBACBB1609E1894D68F882D86A93519E311810C89_inline(L_20, L_23, NULL);
|
|
// if (distance > range)
|
|
float L_25 = __this->___range_4;
|
|
if ((!(((float)L_24) > ((float)L_25))))
|
|
{
|
|
goto IL_009c;
|
|
}
|
|
}
|
|
{
|
|
// Destroy(gameObject);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_26;
|
|
L_26 = Component_get_gameObject_m57AEFBB14DB39EC476F740BA000E170355DE691B(__this, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
Object_Destroy_mE97D0A766419A81296E8D4E5C23D01D3FE91ACBB(L_26, NULL);
|
|
}
|
|
|
|
IL_009c:
|
|
{
|
|
// if (!IsOnGround())
|
|
bool L_27;
|
|
L_27 = Zoltan_IsOnGround_m903346BA611EB98692520D64330A38887A5304A1(__this, NULL);
|
|
if (L_27)
|
|
{
|
|
goto IL_00aa;
|
|
}
|
|
}
|
|
{
|
|
// DestroyEnemy();
|
|
Zoltan_DestroyEnemy_m33D004EE1F7F916087DC11A958B7F633A04CC66E(__this, NULL);
|
|
}
|
|
|
|
IL_00aa:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void Zoltan::OnCollisionEnter2D(UnityEngine.Collision2D)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Zoltan_OnCollisionEnter2D_m6E9C8C30356A01D1CE694325546AD1B5DBDC17A0 (Zoltan_t9BB7971A3F5BE25CD8BE2991AA7512E6D4B8057C* __this, Collision2D_t81E83212C969FDDE2AB84EBCA31502818EEAB85B* ___0_collision, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enemy_t10DB314C96B1CE78B8D967CD3B39F05126409BBB_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PlayerMovement_t4A0A0A8C937BC1D4FC570D1B5B50847338423351_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral20E4282ED5D053581F550B962017BAD511D3B593);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCAF8804297181FF007CA835529DD4477CFD94A70);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (collision.gameObject.tag == "Player")
|
|
Collision2D_t81E83212C969FDDE2AB84EBCA31502818EEAB85B* L_0 = ___0_collision;
|
|
NullCheck(L_0);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_1;
|
|
L_1 = Collision2D_get_gameObject_mE4B3D56F3477F7D2D6D7B217DF5488DA1D13204C(L_0, NULL);
|
|
NullCheck(L_1);
|
|
String_t* L_2;
|
|
L_2 = GameObject_get_tag_mEDD27BF795072834D656B286CBE51B2C99747805(L_1, NULL);
|
|
bool L_3;
|
|
L_3 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_2, _stringLiteralCAF8804297181FF007CA835529DD4477CFD94A70, NULL);
|
|
if (!L_3)
|
|
{
|
|
goto IL_006f;
|
|
}
|
|
}
|
|
{
|
|
// if (collision.relativeVelocity.y < 0 && transform.position.y < collision.transform.position.y)
|
|
Collision2D_t81E83212C969FDDE2AB84EBCA31502818EEAB85B* L_4 = ___0_collision;
|
|
NullCheck(L_4);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_5;
|
|
L_5 = Collision2D_get_relativeVelocity_m1F0BB90BC73FB0A0EA27212D832BB3F26D4C004A(L_4, NULL);
|
|
float L_6 = L_5.___y_1;
|
|
if ((!(((float)L_6) < ((float)(0.0f)))))
|
|
{
|
|
goto IL_0069;
|
|
}
|
|
}
|
|
{
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_7;
|
|
L_7 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(__this, NULL);
|
|
NullCheck(L_7);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_8;
|
|
L_8 = Transform_get_position_m69CD5FA214FDAE7BB701552943674846C220FDE1(L_7, NULL);
|
|
float L_9 = L_8.___y_3;
|
|
Collision2D_t81E83212C969FDDE2AB84EBCA31502818EEAB85B* L_10 = ___0_collision;
|
|
NullCheck(L_10);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_11;
|
|
L_11 = Collision2D_get_transform_mC59737F246B2DAFF2AB4F6322664C87B28605CC7(L_10, NULL);
|
|
NullCheck(L_11);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_12;
|
|
L_12 = Transform_get_position_m69CD5FA214FDAE7BB701552943674846C220FDE1(L_11, NULL);
|
|
float L_13 = L_12.___y_3;
|
|
if ((!(((float)L_9) < ((float)L_13))))
|
|
{
|
|
goto IL_0069;
|
|
}
|
|
}
|
|
{
|
|
// PlayerMovement.jump = true;
|
|
((PlayerMovement_t4A0A0A8C937BC1D4FC570D1B5B50847338423351_StaticFields*)il2cpp_codegen_static_fields_for(PlayerMovement_t4A0A0A8C937BC1D4FC570D1B5B50847338423351_il2cpp_TypeInfo_var))->___jump_9 = (bool)1;
|
|
// playerAnimator.SetBool("IsJumping", true);
|
|
Animator_t8A52E42AE54F76681838FE9E632683EF3952E883* L_14 = __this->___playerAnimator_10;
|
|
NullCheck(L_14);
|
|
Animator_SetBool_m6F8D4FAF0770CD4EC1F54406249785DE7391E42B(L_14, _stringLiteral20E4282ED5D053581F550B962017BAD511D3B593, (bool)1, NULL);
|
|
// DestroyEnemy();
|
|
Zoltan_DestroyEnemy_m33D004EE1F7F916087DC11A958B7F633A04CC66E(__this, NULL);
|
|
return;
|
|
}
|
|
|
|
IL_0069:
|
|
{
|
|
// Enemy.TakedDamage = true;
|
|
((Enemy_t10DB314C96B1CE78B8D967CD3B39F05126409BBB_StaticFields*)il2cpp_codegen_static_fields_for(Enemy_t10DB314C96B1CE78B8D967CD3B39F05126409BBB_il2cpp_TypeInfo_var))->___TakedDamage_4 = (bool)1;
|
|
}
|
|
|
|
IL_006f:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean Zoltan::IsOnGround()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Zoltan_IsOnGround_m903346BA611EB98692520D64330A38887A5304A1 (Zoltan_t9BB7971A3F5BE25CD8BE2991AA7512E6D4B8057C* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Physics2D_t64C0DB5246067DAC2E83A52558A0AC68AF3BE94D_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7A65EFC5BB52048E35B0D3E2214BCF8CE116440A);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Bounds_t367E830C64BBF235ED8C3B2F8CF6254FDCAD39C3 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
Collider2DU5BU5D_t4771A44B23D278BC01AB6ED33A9A28E48DC0B034* V_1 = NULL;
|
|
int32_t V_2 = 0;
|
|
{
|
|
// Collider2D[] colliders = Physics2D.OverlapBoxAll(groundCheckCollider.bounds.center, groundCheckCollider.bounds.size, 0f);
|
|
Collider2D_t6A17BA7734600EF3F26588E9ED903617D5B8EB52* L_0 = __this->___groundCheckCollider_8;
|
|
NullCheck(L_0);
|
|
Bounds_t367E830C64BBF235ED8C3B2F8CF6254FDCAD39C3 L_1;
|
|
L_1 = Collider2D_get_bounds_m74F65CE702BA9D9EED05B870325B4FE3B2401B5E(L_0, NULL);
|
|
V_0 = L_1;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_2;
|
|
L_2 = Bounds_get_center_m5B05F81CB835EB6DD8628FDA24B638F477984DC3((&V_0), NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_3;
|
|
L_3 = Vector2_op_Implicit_mE8EBEE9291F11BB02F062D6E000F4798968CBD96_inline(L_2, NULL);
|
|
Collider2D_t6A17BA7734600EF3F26588E9ED903617D5B8EB52* L_4 = __this->___groundCheckCollider_8;
|
|
NullCheck(L_4);
|
|
Bounds_t367E830C64BBF235ED8C3B2F8CF6254FDCAD39C3 L_5;
|
|
L_5 = Collider2D_get_bounds_m74F65CE702BA9D9EED05B870325B4FE3B2401B5E(L_4, NULL);
|
|
V_0 = L_5;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_6;
|
|
L_6 = Bounds_get_size_m0699A53A55A78B3201D7270D6F338DFA91B6FAD4((&V_0), NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_7;
|
|
L_7 = Vector2_op_Implicit_mE8EBEE9291F11BB02F062D6E000F4798968CBD96_inline(L_6, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Physics2D_t64C0DB5246067DAC2E83A52558A0AC68AF3BE94D_il2cpp_TypeInfo_var);
|
|
Collider2DU5BU5D_t4771A44B23D278BC01AB6ED33A9A28E48DC0B034* L_8;
|
|
L_8 = Physics2D_OverlapBoxAll_mBE79BB1EA100B859488D14DE01EA77E68DBD434D(L_3, L_7, (0.0f), NULL);
|
|
// foreach (Collider2D collider in colliders)
|
|
V_1 = L_8;
|
|
V_2 = 0;
|
|
goto IL_0059;
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
// foreach (Collider2D collider in colliders)
|
|
Collider2DU5BU5D_t4771A44B23D278BC01AB6ED33A9A28E48DC0B034* L_9 = V_1;
|
|
int32_t L_10 = V_2;
|
|
NullCheck(L_9);
|
|
int32_t L_11 = L_10;
|
|
Collider2D_t6A17BA7734600EF3F26588E9ED903617D5B8EB52* L_12 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
|
|
// if (collider.gameObject.CompareTag("Ground"))
|
|
NullCheck(L_12);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_13;
|
|
L_13 = Component_get_gameObject_m57AEFBB14DB39EC476F740BA000E170355DE691B(L_12, NULL);
|
|
NullCheck(L_13);
|
|
bool L_14;
|
|
L_14 = GameObject_CompareTag_m6378BE50D009A93D46036F74CC3F7E2ECB0636E5(L_13, _stringLiteral7A65EFC5BB52048E35B0D3E2214BCF8CE116440A, NULL);
|
|
if (!L_14)
|
|
{
|
|
goto IL_0055;
|
|
}
|
|
}
|
|
{
|
|
// return true;
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0055:
|
|
{
|
|
int32_t L_15 = V_2;
|
|
V_2 = ((int32_t)il2cpp_codegen_add(L_15, 1));
|
|
}
|
|
|
|
IL_0059:
|
|
{
|
|
// foreach (Collider2D collider in colliders)
|
|
int32_t L_16 = V_2;
|
|
Collider2DU5BU5D_t4771A44B23D278BC01AB6ED33A9A28E48DC0B034* L_17 = V_1;
|
|
NullCheck(L_17);
|
|
if ((((int32_t)L_16) < ((int32_t)((int32_t)(((RuntimeArray*)L_17)->max_length)))))
|
|
{
|
|
goto IL_003f;
|
|
}
|
|
}
|
|
{
|
|
// return false;
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Void Zoltan::DestroyEnemy()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Zoltan_DestroyEnemy_m33D004EE1F7F916087DC11A958B7F633A04CC66E (Zoltan_t9BB7971A3F5BE25CD8BE2991AA7512E6D4B8057C* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_Instantiate_TisGameObject_t76FEDD663AB33C991A9C9A23129337651094216F_m831D2F71DF2AA6C93AFDFEFA04CF2CFC5FBBCDB4_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// Instantiate(deathEffect, transform.position, Quaternion.identity);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_0 = __this->___deathEffect_9;
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_1;
|
|
L_1 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(__this, NULL);
|
|
NullCheck(L_1);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_2;
|
|
L_2 = Transform_get_position_m69CD5FA214FDAE7BB701552943674846C220FDE1(L_1, NULL);
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_3;
|
|
L_3 = Quaternion_get_identity_m7E701AE095ED10FD5EA0B50ABCFDE2EEFF2173A5_inline(NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_4;
|
|
L_4 = Object_Instantiate_TisGameObject_t76FEDD663AB33C991A9C9A23129337651094216F_m831D2F71DF2AA6C93AFDFEFA04CF2CFC5FBBCDB4(L_0, L_2, L_3, Object_Instantiate_TisGameObject_t76FEDD663AB33C991A9C9A23129337651094216F_m831D2F71DF2AA6C93AFDFEFA04CF2CFC5FBBCDB4_RuntimeMethod_var);
|
|
// Destroy(gameObject);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_5;
|
|
L_5 = Component_get_gameObject_m57AEFBB14DB39EC476F740BA000E170355DE691B(__this, NULL);
|
|
Object_Destroy_mE97D0A766419A81296E8D4E5C23D01D3FE91ACBB(L_5, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void Zoltan::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Zoltan__ctor_mF712BD280566AD3644958C87A49372368C063C6B (Zoltan_t9BB7971A3F5BE25CD8BE2991AA7512E6D4B8057C* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public float range = 10f; // the range at which the enemy will start moving towards the player
|
|
__this->___range_4 = (10.0f);
|
|
// public float speed = 5f; // the speed at which the enemy will move
|
|
__this->___speed_5 = (5.0f);
|
|
MonoBehaviour__ctor_m592DB0105CA0BC97AA1C5F4AD27B12D68A3B7C1E(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void ChatController::OnEnable()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ChatController_OnEnable_m025CE203564D82A1CDCE5E5719DB07E29811D0B7 (ChatController_t21BE953E1D5ADF0BA9F3B03C205203CADDC64C15* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ChatController_AddToChatOutput_m9AB8FA8A32EA23F2E55795D8301ED0BF6A59F722_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnityAction_1_t690494F0E492A2098660E28B8EB7D71B2C69BE1B_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnityEvent_1_AddListener_mEC384A8CFC5D4D41B62B08248A738CF61B82172F_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// ChatInputField.onSubmit.AddListener(AddToChatOutput);
|
|
TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* L_0 = __this->___ChatInputField_4;
|
|
NullCheck(L_0);
|
|
SubmitEvent_tF7E2843B6A79D94B8EEEA259707F77BD1773B500* L_1;
|
|
L_1 = TMP_InputField_get_onSubmit_mAA494FA0B3CFFB2916B399BD5D87C2E1AA637B90_inline(L_0, NULL);
|
|
UnityAction_1_t690494F0E492A2098660E28B8EB7D71B2C69BE1B* L_2 = (UnityAction_1_t690494F0E492A2098660E28B8EB7D71B2C69BE1B*)il2cpp_codegen_object_new(UnityAction_1_t690494F0E492A2098660E28B8EB7D71B2C69BE1B_il2cpp_TypeInfo_var);
|
|
NullCheck(L_2);
|
|
UnityAction_1__ctor_mE6251CCFD943EB114960F556A546E2777B18AC71(L_2, __this, (intptr_t)((void*)ChatController_AddToChatOutput_m9AB8FA8A32EA23F2E55795D8301ED0BF6A59F722_RuntimeMethod_var), NULL);
|
|
NullCheck(L_1);
|
|
UnityEvent_1_AddListener_mEC384A8CFC5D4D41B62B08248A738CF61B82172F(L_1, L_2, UnityEvent_1_AddListener_mEC384A8CFC5D4D41B62B08248A738CF61B82172F_RuntimeMethod_var);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void ChatController::OnDisable()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ChatController_OnDisable_mD49D03719CAEBB3F59F24A7FA8F4FD30C8B54E46 (ChatController_t21BE953E1D5ADF0BA9F3B03C205203CADDC64C15* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ChatController_AddToChatOutput_m9AB8FA8A32EA23F2E55795D8301ED0BF6A59F722_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnityAction_1_t690494F0E492A2098660E28B8EB7D71B2C69BE1B_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnityEvent_1_RemoveListener_m580353A1B030A82D1205B9BA94CF3484866C027F_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// ChatInputField.onSubmit.RemoveListener(AddToChatOutput);
|
|
TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* L_0 = __this->___ChatInputField_4;
|
|
NullCheck(L_0);
|
|
SubmitEvent_tF7E2843B6A79D94B8EEEA259707F77BD1773B500* L_1;
|
|
L_1 = TMP_InputField_get_onSubmit_mAA494FA0B3CFFB2916B399BD5D87C2E1AA637B90_inline(L_0, NULL);
|
|
UnityAction_1_t690494F0E492A2098660E28B8EB7D71B2C69BE1B* L_2 = (UnityAction_1_t690494F0E492A2098660E28B8EB7D71B2C69BE1B*)il2cpp_codegen_object_new(UnityAction_1_t690494F0E492A2098660E28B8EB7D71B2C69BE1B_il2cpp_TypeInfo_var);
|
|
NullCheck(L_2);
|
|
UnityAction_1__ctor_mE6251CCFD943EB114960F556A546E2777B18AC71(L_2, __this, (intptr_t)((void*)ChatController_AddToChatOutput_m9AB8FA8A32EA23F2E55795D8301ED0BF6A59F722_RuntimeMethod_var), NULL);
|
|
NullCheck(L_1);
|
|
UnityEvent_1_RemoveListener_m580353A1B030A82D1205B9BA94CF3484866C027F(L_1, L_2, UnityEvent_1_RemoveListener_m580353A1B030A82D1205B9BA94CF3484866C027F_RuntimeMethod_var);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void ChatController::AddToChatOutput(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ChatController_AddToChatOutput_m9AB8FA8A32EA23F2E55795D8301ED0BF6A59F722 (ChatController_t21BE953E1D5ADF0BA9F3B03C205203CADDC64C15* __this, String_t* ___0_newText, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral00B28FF06B788B9B67C6B259800F404F9F3761FD);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0EF911B4E5C5A3E63DAB6CEA449EF637C363EF9B);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3783D62DA544C4A10F6775DC60E5A763AA9BED1B);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral876C4B39B6E4D0187090400768899C71D99DE90D);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9C311850C974AD222115D59D4F9F42F19002BA4B);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
String_t* V_1 = NULL;
|
|
int32_t V_2 = 0;
|
|
{
|
|
// ChatInputField.text = string.Empty;
|
|
TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* L_0 = __this->___ChatInputField_4;
|
|
String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
|
|
NullCheck(L_0);
|
|
TMP_InputField_set_text_m684E9CDA2D9E82D1C497B5E03DBE79C00584FF62(L_0, L_1, NULL);
|
|
// var timeNow = System.DateTime.Now;
|
|
il2cpp_codegen_runtime_class_init_inline(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
|
|
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_2;
|
|
L_2 = DateTime_get_Now_m636CB9651A9099D20BA1CF813A0C69637317325C(NULL);
|
|
V_0 = L_2;
|
|
// string formattedInput = "[<#FFFF80>" + timeNow.Hour.ToString("d2") + ":" + timeNow.Minute.ToString("d2") + ":" + timeNow.Second.ToString("d2") + "</color>] " + newText;
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_3 = (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)SZArrayNew(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var, (uint32_t)8);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_4 = L_3;
|
|
NullCheck(L_4);
|
|
ArrayElementTypeCheck (L_4, _stringLiteral9C311850C974AD222115D59D4F9F42F19002BA4B);
|
|
(L_4)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)_stringLiteral9C311850C974AD222115D59D4F9F42F19002BA4B);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_5 = L_4;
|
|
int32_t L_6;
|
|
L_6 = DateTime_get_Hour_m350B2AEB6ED8AAD80F0779C1FD37EEE13952A7F3((&V_0), NULL);
|
|
V_2 = L_6;
|
|
String_t* L_7;
|
|
L_7 = Int32_ToString_m967AECC237535C552A97A80C7875E31B98496CA9((&V_2), _stringLiteral3783D62DA544C4A10F6775DC60E5A763AA9BED1B, NULL);
|
|
NullCheck(L_5);
|
|
ArrayElementTypeCheck (L_5, L_7);
|
|
(L_5)->SetAt(static_cast<il2cpp_array_size_t>(1), (String_t*)L_7);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_8 = L_5;
|
|
NullCheck(L_8);
|
|
ArrayElementTypeCheck (L_8, _stringLiteral876C4B39B6E4D0187090400768899C71D99DE90D);
|
|
(L_8)->SetAt(static_cast<il2cpp_array_size_t>(2), (String_t*)_stringLiteral876C4B39B6E4D0187090400768899C71D99DE90D);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_9 = L_8;
|
|
int32_t L_10;
|
|
L_10 = DateTime_get_Minute_m73003491DA85D2C9951ECCF890D9BF6AFFB9E973((&V_0), NULL);
|
|
V_2 = L_10;
|
|
String_t* L_11;
|
|
L_11 = Int32_ToString_m967AECC237535C552A97A80C7875E31B98496CA9((&V_2), _stringLiteral3783D62DA544C4A10F6775DC60E5A763AA9BED1B, NULL);
|
|
NullCheck(L_9);
|
|
ArrayElementTypeCheck (L_9, L_11);
|
|
(L_9)->SetAt(static_cast<il2cpp_array_size_t>(3), (String_t*)L_11);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_12 = L_9;
|
|
NullCheck(L_12);
|
|
ArrayElementTypeCheck (L_12, _stringLiteral876C4B39B6E4D0187090400768899C71D99DE90D);
|
|
(L_12)->SetAt(static_cast<il2cpp_array_size_t>(4), (String_t*)_stringLiteral876C4B39B6E4D0187090400768899C71D99DE90D);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_13 = L_12;
|
|
int32_t L_14;
|
|
L_14 = DateTime_get_Second_mC860BA28DED65249BE9EA46E4898730C7828B3EA((&V_0), NULL);
|
|
V_2 = L_14;
|
|
String_t* L_15;
|
|
L_15 = Int32_ToString_m967AECC237535C552A97A80C7875E31B98496CA9((&V_2), _stringLiteral3783D62DA544C4A10F6775DC60E5A763AA9BED1B, NULL);
|
|
NullCheck(L_13);
|
|
ArrayElementTypeCheck (L_13, L_15);
|
|
(L_13)->SetAt(static_cast<il2cpp_array_size_t>(5), (String_t*)L_15);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_16 = L_13;
|
|
NullCheck(L_16);
|
|
ArrayElementTypeCheck (L_16, _stringLiteral0EF911B4E5C5A3E63DAB6CEA449EF637C363EF9B);
|
|
(L_16)->SetAt(static_cast<il2cpp_array_size_t>(6), (String_t*)_stringLiteral0EF911B4E5C5A3E63DAB6CEA449EF637C363EF9B);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_17 = L_16;
|
|
String_t* L_18 = ___0_newText;
|
|
NullCheck(L_17);
|
|
ArrayElementTypeCheck (L_17, L_18);
|
|
(L_17)->SetAt(static_cast<il2cpp_array_size_t>(7), (String_t*)L_18);
|
|
String_t* L_19;
|
|
L_19 = String_Concat_m647EBF831F54B6DF7D5AFA5FD012CF4EE7571B6A(L_17, NULL);
|
|
V_1 = L_19;
|
|
// if (ChatDisplayOutput != null)
|
|
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_20 = __this->___ChatDisplayOutput_5;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_21;
|
|
L_21 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_20, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
if (!L_21)
|
|
{
|
|
goto IL_00da;
|
|
}
|
|
}
|
|
{
|
|
// if (ChatDisplayOutput.text == string.Empty)
|
|
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_22 = __this->___ChatDisplayOutput_5;
|
|
NullCheck(L_22);
|
|
String_t* L_23;
|
|
L_23 = VirtualFuncInvoker0< String_t* >::Invoke(65 /* System.String TMPro.TMP_Text::get_text() */, L_22);
|
|
String_t* L_24 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
|
|
bool L_25;
|
|
L_25 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_23, L_24, NULL);
|
|
if (!L_25)
|
|
{
|
|
goto IL_00be;
|
|
}
|
|
}
|
|
{
|
|
// ChatDisplayOutput.text = formattedInput;
|
|
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_26 = __this->___ChatDisplayOutput_5;
|
|
String_t* L_27 = V_1;
|
|
NullCheck(L_26);
|
|
VirtualActionInvoker1< String_t* >::Invoke(66 /* System.Void TMPro.TMP_Text::set_text(System.String) */, L_26, L_27);
|
|
goto IL_00da;
|
|
}
|
|
|
|
IL_00be:
|
|
{
|
|
// ChatDisplayOutput.text += "\n" + formattedInput;
|
|
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_28 = __this->___ChatDisplayOutput_5;
|
|
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_29 = L_28;
|
|
NullCheck(L_29);
|
|
String_t* L_30;
|
|
L_30 = VirtualFuncInvoker0< String_t* >::Invoke(65 /* System.String TMPro.TMP_Text::get_text() */, L_29);
|
|
String_t* L_31 = V_1;
|
|
String_t* L_32;
|
|
L_32 = String_Concat_m8855A6DE10F84DA7F4EC113CADDB59873A25573B(L_30, _stringLiteral00B28FF06B788B9B67C6B259800F404F9F3761FD, L_31, NULL);
|
|
NullCheck(L_29);
|
|
VirtualActionInvoker1< String_t* >::Invoke(66 /* System.Void TMPro.TMP_Text::set_text(System.String) */, L_29, L_32);
|
|
}
|
|
|
|
IL_00da:
|
|
{
|
|
// ChatInputField.ActivateInputField();
|
|
TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* L_33 = __this->___ChatInputField_4;
|
|
NullCheck(L_33);
|
|
TMP_InputField_ActivateInputField_m9471012A606F201DF838539F5400D072A827914F(L_33, NULL);
|
|
// ChatScrollbar.value = 0;
|
|
Scrollbar_t7CDC9B956698D9385A11E4C12964CD51477072C3* L_34 = __this->___ChatScrollbar_6;
|
|
NullCheck(L_34);
|
|
Scrollbar_set_value_m8F7815DB02D4A69B33B091FC5F674609F070D804(L_34, (0.0f), NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void ChatController::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ChatController__ctor_m39C05E9EB8C8C40664D5655BCAB9EEBCB31F9719 (ChatController_t21BE953E1D5ADF0BA9F3B03C205203CADDC64C15* __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 DropdownSample::OnButtonClick()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DropdownSample_OnButtonClick_mF83641F913F3455A3AE6ADCEA5DEB2A323FCB58F (DropdownSample_tCE5EBEBD2E880BDC4DF110CCD08388269E021100* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0A5B75A180F8485D63D34FF1F4EDF6699CD0E2E0);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral960E5E7F211EFF3243DF14EDD1901DC9EF314D62);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD579F97F4A33C344330AED1285CC5B545618BC19);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
TextMeshProUGUI_t101091AF4B578BB534C92E9D1EEAF0611636D957* G_B2_0 = NULL;
|
|
TextMeshProUGUI_t101091AF4B578BB534C92E9D1EEAF0611636D957* G_B1_0 = NULL;
|
|
String_t* G_B3_0 = NULL;
|
|
TextMeshProUGUI_t101091AF4B578BB534C92E9D1EEAF0611636D957* G_B3_1 = NULL;
|
|
{
|
|
// text.text = dropdownWithPlaceholder.value > -1 ? "Selected values:\n" + dropdownWithoutPlaceholder.value + " - " + dropdownWithPlaceholder.value : "Error: Please make a selection";
|
|
TextMeshProUGUI_t101091AF4B578BB534C92E9D1EEAF0611636D957* L_0 = __this->___text_4;
|
|
TMP_Dropdown_t73B37BFDA0D005451C7B750938AFB1748E5EA504* L_1 = __this->___dropdownWithPlaceholder_6;
|
|
NullCheck(L_1);
|
|
int32_t L_2;
|
|
L_2 = TMP_Dropdown_get_value_m5916A6D1897431E8ED789FEC24551A311D1B5C70_inline(L_1, NULL);
|
|
G_B1_0 = L_0;
|
|
if ((((int32_t)L_2) > ((int32_t)(-1))))
|
|
{
|
|
G_B2_0 = L_0;
|
|
goto IL_001b;
|
|
}
|
|
}
|
|
{
|
|
G_B3_0 = _stringLiteralD579F97F4A33C344330AED1285CC5B545618BC19;
|
|
G_B3_1 = G_B1_0;
|
|
goto IL_0050;
|
|
}
|
|
|
|
IL_001b:
|
|
{
|
|
TMP_Dropdown_t73B37BFDA0D005451C7B750938AFB1748E5EA504* L_3 = __this->___dropdownWithoutPlaceholder_5;
|
|
NullCheck(L_3);
|
|
int32_t L_4;
|
|
L_4 = TMP_Dropdown_get_value_m5916A6D1897431E8ED789FEC24551A311D1B5C70_inline(L_3, NULL);
|
|
V_0 = L_4;
|
|
String_t* L_5;
|
|
L_5 = Int32_ToString_m030E01C24E294D6762FB0B6F37CB541581F55CA5((&V_0), NULL);
|
|
TMP_Dropdown_t73B37BFDA0D005451C7B750938AFB1748E5EA504* L_6 = __this->___dropdownWithPlaceholder_6;
|
|
NullCheck(L_6);
|
|
int32_t L_7;
|
|
L_7 = TMP_Dropdown_get_value_m5916A6D1897431E8ED789FEC24551A311D1B5C70_inline(L_6, NULL);
|
|
V_0 = L_7;
|
|
String_t* L_8;
|
|
L_8 = Int32_ToString_m030E01C24E294D6762FB0B6F37CB541581F55CA5((&V_0), NULL);
|
|
String_t* L_9;
|
|
L_9 = String_Concat_m093934F71A9B351911EE46311674ED463B180006(_stringLiteral0A5B75A180F8485D63D34FF1F4EDF6699CD0E2E0, L_5, _stringLiteral960E5E7F211EFF3243DF14EDD1901DC9EF314D62, L_8, NULL);
|
|
G_B3_0 = L_9;
|
|
G_B3_1 = G_B2_0;
|
|
}
|
|
|
|
IL_0050:
|
|
{
|
|
NullCheck(G_B3_1);
|
|
VirtualActionInvoker1< String_t* >::Invoke(66 /* System.Void TMPro.TMP_Text::set_text(System.String) */, G_B3_1, G_B3_0);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void DropdownSample::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DropdownSample__ctor_m0F0C6DD803E99B2C15F3369ABD94EC273FADC75B (DropdownSample_tCE5EBEBD2E880BDC4DF110CCD08388269E021100* __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 EnvMapAnimator::Awake()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnvMapAnimator_Awake_m1D86ECDDD4A7A6DF98748B11BAC74D2D3B2F9435 (EnvMapAnimator_tFBDB01D5863979E446E8FF4A3A9C1EA6933D38DB* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisTMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9_m0C4C5268B54C7097888C6B109527A680772EBCB5_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// m_textMeshPro = GetComponent<TMP_Text>();
|
|
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_0;
|
|
L_0 = Component_GetComponent_TisTMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9_m0C4C5268B54C7097888C6B109527A680772EBCB5(__this, Component_GetComponent_TisTMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9_m0C4C5268B54C7097888C6B109527A680772EBCB5_RuntimeMethod_var);
|
|
__this->___m_textMeshPro_5 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_textMeshPro_5), (void*)L_0);
|
|
// m_material = m_textMeshPro.fontSharedMaterial;
|
|
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_1 = __this->___m_textMeshPro_5;
|
|
NullCheck(L_1);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_2;
|
|
L_2 = VirtualFuncInvoker0< Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* >::Invoke(67 /* UnityEngine.Material TMPro.TMP_Text::get_fontSharedMaterial() */, L_1);
|
|
__this->___m_material_6 = L_2;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_material_6), (void*)L_2);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Collections.IEnumerator EnvMapAnimator::Start()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* EnvMapAnimator_Start_mB8A6567BB58BDFD0FC70980AFA952748DF1E80E9 (EnvMapAnimator_tFBDB01D5863979E446E8FF4A3A9C1EA6933D38DB* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CStartU3Ed__4_t7AF0F1ABA8D3AE9575A02603D2DC2137FA816557_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
U3CStartU3Ed__4_t7AF0F1ABA8D3AE9575A02603D2DC2137FA816557* L_0 = (U3CStartU3Ed__4_t7AF0F1ABA8D3AE9575A02603D2DC2137FA816557*)il2cpp_codegen_object_new(U3CStartU3Ed__4_t7AF0F1ABA8D3AE9575A02603D2DC2137FA816557_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
U3CStartU3Ed__4__ctor_m432062D94FDEF42B01FAB69EBC06A4D137C525C2(L_0, 0, NULL);
|
|
U3CStartU3Ed__4_t7AF0F1ABA8D3AE9575A02603D2DC2137FA816557* L_1 = L_0;
|
|
NullCheck(L_1);
|
|
L_1->___U3CU3E4__this_2 = __this;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_1->___U3CU3E4__this_2), (void*)__this);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Void EnvMapAnimator::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnvMapAnimator__ctor_m465E8527E49D1AA672A9A8A3B96FE78C24D11138 (EnvMapAnimator_tFBDB01D5863979E446E8FF4A3A9C1EA6933D38DB* __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 EnvMapAnimator/<Start>d__4::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CStartU3Ed__4__ctor_m432062D94FDEF42B01FAB69EBC06A4D137C525C2 (U3CStartU3Ed__4_t7AF0F1ABA8D3AE9575A02603D2DC2137FA816557* __this, int32_t ___0_U3CU3E1__state, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
int32_t L_0 = ___0_U3CU3E1__state;
|
|
__this->___U3CU3E1__state_0 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// System.Void EnvMapAnimator/<Start>d__4::System.IDisposable.Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CStartU3Ed__4_System_IDisposable_Dispose_m8088B5A404D1CB754E73D37137F9A288E47E7E9C (U3CStartU3Ed__4_t7AF0F1ABA8D3AE9575A02603D2DC2137FA816557* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean EnvMapAnimator/<Start>d__4::MoveNext()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CStartU3Ed__4_MoveNext_mF689BF83350416D2071533C92042BF12AC52F0C0 (U3CStartU3Ed__4_t7AF0F1ABA8D3AE9575A02603D2DC2137FA816557* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9A7E77DB84E1908153085B0037B2757EFD9E6B67);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
EnvMapAnimator_tFBDB01D5863979E446E8FF4A3A9C1EA6933D38DB* V_1 = NULL;
|
|
{
|
|
int32_t L_0 = __this->___U3CU3E1__state_0;
|
|
V_0 = L_0;
|
|
EnvMapAnimator_tFBDB01D5863979E446E8FF4A3A9C1EA6933D38DB* L_1 = __this->___U3CU3E4__this_2;
|
|
V_1 = L_1;
|
|
int32_t L_2 = V_0;
|
|
if (!L_2)
|
|
{
|
|
goto IL_001a;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_3 = V_0;
|
|
if ((((int32_t)L_3) == ((int32_t)1)))
|
|
{
|
|
goto IL_00a0;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
__this->___U3CU3E1__state_0 = (-1);
|
|
// Matrix4x4 matrix = new Matrix4x4();
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6* L_4 = (Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6*)(&__this->___U3CmatrixU3E5__2_3);
|
|
il2cpp_codegen_initobj(L_4, sizeof(Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6));
|
|
}
|
|
|
|
IL_002d:
|
|
{
|
|
// matrix.SetTRS(Vector3.zero, Quaternion.Euler(Time.time * RotationSpeeds.x, Time.time * RotationSpeeds.y , Time.time * RotationSpeeds.z), Vector3.one);
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6* L_5 = (Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6*)(&__this->___U3CmatrixU3E5__2_3);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_6;
|
|
L_6 = Vector3_get_zero_m0C1249C3F25B1C70EAD3CC8B31259975A457AE39_inline(NULL);
|
|
float L_7;
|
|
L_7 = Time_get_time_m3A271BB1B20041144AC5B7863B71AB1F0150374B(NULL);
|
|
EnvMapAnimator_tFBDB01D5863979E446E8FF4A3A9C1EA6933D38DB* L_8 = V_1;
|
|
NullCheck(L_8);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* L_9 = (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2*)(&L_8->___RotationSpeeds_4);
|
|
float L_10 = L_9->___x_2;
|
|
float L_11;
|
|
L_11 = Time_get_time_m3A271BB1B20041144AC5B7863B71AB1F0150374B(NULL);
|
|
EnvMapAnimator_tFBDB01D5863979E446E8FF4A3A9C1EA6933D38DB* L_12 = V_1;
|
|
NullCheck(L_12);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* L_13 = (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2*)(&L_12->___RotationSpeeds_4);
|
|
float L_14 = L_13->___y_3;
|
|
float L_15;
|
|
L_15 = Time_get_time_m3A271BB1B20041144AC5B7863B71AB1F0150374B(NULL);
|
|
EnvMapAnimator_tFBDB01D5863979E446E8FF4A3A9C1EA6933D38DB* L_16 = V_1;
|
|
NullCheck(L_16);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* L_17 = (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2*)(&L_16->___RotationSpeeds_4);
|
|
float L_18 = L_17->___z_4;
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_19;
|
|
L_19 = Quaternion_Euler_m9262AB29E3E9CE94EF71051F38A28E82AEC73F90_inline(((float)il2cpp_codegen_multiply(L_7, L_10)), ((float)il2cpp_codegen_multiply(L_11, L_14)), ((float)il2cpp_codegen_multiply(L_15, L_18)), NULL);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_20;
|
|
L_20 = Vector3_get_one_mC9B289F1E15C42C597180C9FE6FB492495B51D02_inline(NULL);
|
|
Matrix4x4_SetTRS_m8002A569FE81574DABE86044C8FF6F7C44DA21AA(L_5, L_6, L_19, L_20, NULL);
|
|
// m_material.SetMatrix("_EnvMatrix", matrix);
|
|
EnvMapAnimator_tFBDB01D5863979E446E8FF4A3A9C1EA6933D38DB* L_21 = V_1;
|
|
NullCheck(L_21);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_22 = L_21->___m_material_6;
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_23 = __this->___U3CmatrixU3E5__2_3;
|
|
NullCheck(L_22);
|
|
Material_SetMatrix_m1F4E20583C898A1C1DBA256868E1F98C539F13FB(L_22, _stringLiteral9A7E77DB84E1908153085B0037B2757EFD9E6B67, L_23, NULL);
|
|
// yield return null;
|
|
__this->___U3CU3E2__current_1 = NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CU3E2__current_1), (void*)NULL);
|
|
__this->___U3CU3E1__state_0 = 1;
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_00a0:
|
|
{
|
|
__this->___U3CU3E1__state_0 = (-1);
|
|
// while (true)
|
|
goto IL_002d;
|
|
}
|
|
}
|
|
// System.Object EnvMapAnimator/<Start>d__4::System.Collections.Generic.IEnumerator<System.Object>.get_Current()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CStartU3Ed__4_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_mA3CCB9B113B234F43186B26439E10AD6609DD565 (U3CStartU3Ed__4_t7AF0F1ABA8D3AE9575A02603D2DC2137FA816557* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject* L_0 = __this->___U3CU3E2__current_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void EnvMapAnimator/<Start>d__4::System.Collections.IEnumerator.Reset()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CStartU3Ed__4_System_Collections_IEnumerator_Reset_m3EF23BF40634D4262D8A2AE3DB14140FEFB4BF52 (U3CStartU3Ed__4_t7AF0F1ABA8D3AE9575A02603D2DC2137FA816557* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* L_0 = (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_0);
|
|
NotSupportedException__ctor_m1398D0CDE19B36AA3DE9392879738C1EA2439CDF(L_0, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CStartU3Ed__4_System_Collections_IEnumerator_Reset_m3EF23BF40634D4262D8A2AE3DB14140FEFB4BF52_RuntimeMethod_var)));
|
|
}
|
|
}
|
|
// System.Object EnvMapAnimator/<Start>d__4::System.Collections.IEnumerator.get_Current()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CStartU3Ed__4_System_Collections_IEnumerator_get_Current_mB1C119A46A09AD8F0D4DE964F6B335BE2A460FAA (U3CStartU3Ed__4_t7AF0F1ABA8D3AE9575A02603D2DC2137FA816557* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject* L_0 = __this->___U3CU3E2__current_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Char TMPro.TMP_DigitValidator::Validate(System.String&,System.Int32&,System.Char)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar TMP_DigitValidator_Validate_m786CF8A4D85EB9E1BE8785A58007F8796991BDB9 (TMP_DigitValidator_t1C162B062ED9C2BB89E448EAA6D43CC4B82D4B14* __this, String_t** ___0_text, int32_t* ___1_pos, Il2CppChar ___2_ch, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (ch >= '0' && ch <= '9')
|
|
Il2CppChar L_0 = ___2_ch;
|
|
if ((((int32_t)L_0) < ((int32_t)((int32_t)48))))
|
|
{
|
|
goto IL_0022;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_1 = ___2_ch;
|
|
if ((((int32_t)L_1) > ((int32_t)((int32_t)57))))
|
|
{
|
|
goto IL_0022;
|
|
}
|
|
}
|
|
{
|
|
// text += ch;
|
|
String_t** L_2 = ___0_text;
|
|
String_t** L_3 = ___0_text;
|
|
String_t* L_4 = *((String_t**)L_3);
|
|
il2cpp_codegen_runtime_class_init_inline(Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
|
|
String_t* L_5;
|
|
L_5 = Char_ToString_m2A308731F9577C06AF3C0901234E2EAC8327410C((&___2_ch), NULL);
|
|
String_t* L_6;
|
|
L_6 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(L_4, L_5, NULL);
|
|
*((RuntimeObject**)L_2) = (RuntimeObject*)L_6;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_2, (void*)(RuntimeObject*)L_6);
|
|
// pos += 1;
|
|
int32_t* L_7 = ___1_pos;
|
|
int32_t* L_8 = ___1_pos;
|
|
int32_t L_9 = *((int32_t*)L_8);
|
|
*((int32_t*)L_7) = (int32_t)((int32_t)il2cpp_codegen_add(L_9, 1));
|
|
// return ch;
|
|
Il2CppChar L_10 = ___2_ch;
|
|
return L_10;
|
|
}
|
|
|
|
IL_0022:
|
|
{
|
|
// return (char)0;
|
|
return 0;
|
|
}
|
|
}
|
|
// System.Void TMPro.TMP_DigitValidator::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_DigitValidator__ctor_m9DC5F1168E5F4963C063C88384ADEBA8980BBFE0 (TMP_DigitValidator_t1C162B062ED9C2BB89E448EAA6D43CC4B82D4B14* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
TMP_InputValidator__ctor_mD15E0AFA50E8CA10B2849A66A5B96D50B7EA66F3(__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.Char TMPro.TMP_PhoneNumberValidator::Validate(System.String&,System.Int32&,System.Char)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar TMP_PhoneNumberValidator_Validate_mE50FE1DE042CE58055C824840D77FCDA6A2AF4D3 (TMP_PhoneNumberValidator_t0746D23F4BE9695B737D9997BCD6A3B3F916B48C* __this, String_t** ___0_text, int32_t* ___1_pos, Il2CppChar ___2_ch, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3B2C1C62D4D1C2A0C8A9AC42DB00D33C654F9AD0);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA3DFC0C77ACADE0EE48DCC73E795A597D0270A73);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC087E631060AB76B7C814C0E1B92D5C7C4C4B924);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDECFB8F380101725B06EAE2D3F983211A277171C);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
{
|
|
// Debug.Log("Trying to validate...");
|
|
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
Debug_Log_m87A9A3C761FF5C43ED8A53B16190A53D08F818BB(_stringLiteralDECFB8F380101725B06EAE2D3F983211A277171C, NULL);
|
|
// if (ch < '0' && ch > '9') return (char)0;
|
|
Il2CppChar L_0 = ___2_ch;
|
|
if ((((int32_t)L_0) >= ((int32_t)((int32_t)48))))
|
|
{
|
|
goto IL_0016;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_1 = ___2_ch;
|
|
if ((((int32_t)L_1) <= ((int32_t)((int32_t)57))))
|
|
{
|
|
goto IL_0016;
|
|
}
|
|
}
|
|
{
|
|
// if (ch < '0' && ch > '9') return (char)0;
|
|
return 0;
|
|
}
|
|
|
|
IL_0016:
|
|
{
|
|
// int length = text.Length;
|
|
String_t** L_2 = ___0_text;
|
|
String_t* L_3 = *((String_t**)L_2);
|
|
NullCheck(L_3);
|
|
int32_t L_4;
|
|
L_4 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_3, NULL);
|
|
V_0 = L_4;
|
|
// for (int i = 0; i < length + 1; i++)
|
|
V_1 = 0;
|
|
goto IL_0205;
|
|
}
|
|
|
|
IL_0025:
|
|
{
|
|
int32_t L_5 = V_1;
|
|
switch (L_5)
|
|
{
|
|
case 0:
|
|
{
|
|
goto IL_0068;
|
|
}
|
|
case 1:
|
|
{
|
|
goto IL_0087;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_00a3;
|
|
}
|
|
case 3:
|
|
{
|
|
goto IL_00bf;
|
|
}
|
|
case 4:
|
|
{
|
|
goto IL_00e0;
|
|
}
|
|
case 5:
|
|
{
|
|
goto IL_0101;
|
|
}
|
|
case 6:
|
|
{
|
|
goto IL_0122;
|
|
}
|
|
case 7:
|
|
{
|
|
goto IL_013e;
|
|
}
|
|
case 8:
|
|
{
|
|
goto IL_015a;
|
|
}
|
|
case 9:
|
|
{
|
|
goto IL_017c;
|
|
}
|
|
case 10:
|
|
{
|
|
goto IL_019b;
|
|
}
|
|
case 11:
|
|
{
|
|
goto IL_01b5;
|
|
}
|
|
case 12:
|
|
{
|
|
goto IL_01cf;
|
|
}
|
|
case 13:
|
|
{
|
|
goto IL_01e9;
|
|
}
|
|
}
|
|
}
|
|
{
|
|
goto IL_0201;
|
|
}
|
|
|
|
IL_0068:
|
|
{
|
|
// if (i == length)
|
|
int32_t L_6 = V_1;
|
|
int32_t L_7 = V_0;
|
|
if ((!(((uint32_t)L_6) == ((uint32_t)L_7))))
|
|
{
|
|
goto IL_007f;
|
|
}
|
|
}
|
|
{
|
|
// text = "(" + ch;
|
|
String_t** L_8 = ___0_text;
|
|
il2cpp_codegen_runtime_class_init_inline(Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
|
|
String_t* L_9;
|
|
L_9 = Char_ToString_m2A308731F9577C06AF3C0901234E2EAC8327410C((&___2_ch), NULL);
|
|
String_t* L_10;
|
|
L_10 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(_stringLiteralA3DFC0C77ACADE0EE48DCC73E795A597D0270A73, L_9, NULL);
|
|
*((RuntimeObject**)L_8) = (RuntimeObject*)L_10;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_8, (void*)(RuntimeObject*)L_10);
|
|
}
|
|
|
|
IL_007f:
|
|
{
|
|
// pos = 2;
|
|
int32_t* L_11 = ___1_pos;
|
|
*((int32_t*)L_11) = (int32_t)2;
|
|
// break;
|
|
goto IL_0201;
|
|
}
|
|
|
|
IL_0087:
|
|
{
|
|
// if (i == length)
|
|
int32_t L_12 = V_1;
|
|
int32_t L_13 = V_0;
|
|
if ((!(((uint32_t)L_12) == ((uint32_t)L_13))))
|
|
{
|
|
goto IL_009b;
|
|
}
|
|
}
|
|
{
|
|
// text += ch;
|
|
String_t** L_14 = ___0_text;
|
|
String_t** L_15 = ___0_text;
|
|
String_t* L_16 = *((String_t**)L_15);
|
|
il2cpp_codegen_runtime_class_init_inline(Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
|
|
String_t* L_17;
|
|
L_17 = Char_ToString_m2A308731F9577C06AF3C0901234E2EAC8327410C((&___2_ch), NULL);
|
|
String_t* L_18;
|
|
L_18 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(L_16, L_17, NULL);
|
|
*((RuntimeObject**)L_14) = (RuntimeObject*)L_18;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_14, (void*)(RuntimeObject*)L_18);
|
|
}
|
|
|
|
IL_009b:
|
|
{
|
|
// pos = 2;
|
|
int32_t* L_19 = ___1_pos;
|
|
*((int32_t*)L_19) = (int32_t)2;
|
|
// break;
|
|
goto IL_0201;
|
|
}
|
|
|
|
IL_00a3:
|
|
{
|
|
// if (i == length)
|
|
int32_t L_20 = V_1;
|
|
int32_t L_21 = V_0;
|
|
if ((!(((uint32_t)L_20) == ((uint32_t)L_21))))
|
|
{
|
|
goto IL_00b7;
|
|
}
|
|
}
|
|
{
|
|
// text += ch;
|
|
String_t** L_22 = ___0_text;
|
|
String_t** L_23 = ___0_text;
|
|
String_t* L_24 = *((String_t**)L_23);
|
|
il2cpp_codegen_runtime_class_init_inline(Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
|
|
String_t* L_25;
|
|
L_25 = Char_ToString_m2A308731F9577C06AF3C0901234E2EAC8327410C((&___2_ch), NULL);
|
|
String_t* L_26;
|
|
L_26 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(L_24, L_25, NULL);
|
|
*((RuntimeObject**)L_22) = (RuntimeObject*)L_26;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_22, (void*)(RuntimeObject*)L_26);
|
|
}
|
|
|
|
IL_00b7:
|
|
{
|
|
// pos = 3;
|
|
int32_t* L_27 = ___1_pos;
|
|
*((int32_t*)L_27) = (int32_t)3;
|
|
// break;
|
|
goto IL_0201;
|
|
}
|
|
|
|
IL_00bf:
|
|
{
|
|
// if (i == length)
|
|
int32_t L_28 = V_1;
|
|
int32_t L_29 = V_0;
|
|
if ((!(((uint32_t)L_28) == ((uint32_t)L_29))))
|
|
{
|
|
goto IL_00d8;
|
|
}
|
|
}
|
|
{
|
|
// text += ch + ") ";
|
|
String_t** L_30 = ___0_text;
|
|
String_t** L_31 = ___0_text;
|
|
String_t* L_32 = *((String_t**)L_31);
|
|
il2cpp_codegen_runtime_class_init_inline(Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
|
|
String_t* L_33;
|
|
L_33 = Char_ToString_m2A308731F9577C06AF3C0901234E2EAC8327410C((&___2_ch), NULL);
|
|
String_t* L_34;
|
|
L_34 = String_Concat_m8855A6DE10F84DA7F4EC113CADDB59873A25573B(L_32, L_33, _stringLiteralC087E631060AB76B7C814C0E1B92D5C7C4C4B924, NULL);
|
|
*((RuntimeObject**)L_30) = (RuntimeObject*)L_34;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_30, (void*)(RuntimeObject*)L_34);
|
|
}
|
|
|
|
IL_00d8:
|
|
{
|
|
// pos = 6;
|
|
int32_t* L_35 = ___1_pos;
|
|
*((int32_t*)L_35) = (int32_t)6;
|
|
// break;
|
|
goto IL_0201;
|
|
}
|
|
|
|
IL_00e0:
|
|
{
|
|
// if (i == length)
|
|
int32_t L_36 = V_1;
|
|
int32_t L_37 = V_0;
|
|
if ((!(((uint32_t)L_36) == ((uint32_t)L_37))))
|
|
{
|
|
goto IL_00f9;
|
|
}
|
|
}
|
|
{
|
|
// text += ") " + ch;
|
|
String_t** L_38 = ___0_text;
|
|
String_t** L_39 = ___0_text;
|
|
String_t* L_40 = *((String_t**)L_39);
|
|
il2cpp_codegen_runtime_class_init_inline(Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
|
|
String_t* L_41;
|
|
L_41 = Char_ToString_m2A308731F9577C06AF3C0901234E2EAC8327410C((&___2_ch), NULL);
|
|
String_t* L_42;
|
|
L_42 = String_Concat_m8855A6DE10F84DA7F4EC113CADDB59873A25573B(L_40, _stringLiteralC087E631060AB76B7C814C0E1B92D5C7C4C4B924, L_41, NULL);
|
|
*((RuntimeObject**)L_38) = (RuntimeObject*)L_42;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_38, (void*)(RuntimeObject*)L_42);
|
|
}
|
|
|
|
IL_00f9:
|
|
{
|
|
// pos = 7;
|
|
int32_t* L_43 = ___1_pos;
|
|
*((int32_t*)L_43) = (int32_t)7;
|
|
// break;
|
|
goto IL_0201;
|
|
}
|
|
|
|
IL_0101:
|
|
{
|
|
// if (i == length)
|
|
int32_t L_44 = V_1;
|
|
int32_t L_45 = V_0;
|
|
if ((!(((uint32_t)L_44) == ((uint32_t)L_45))))
|
|
{
|
|
goto IL_011a;
|
|
}
|
|
}
|
|
{
|
|
// text += " " + ch;
|
|
String_t** L_46 = ___0_text;
|
|
String_t** L_47 = ___0_text;
|
|
String_t* L_48 = *((String_t**)L_47);
|
|
il2cpp_codegen_runtime_class_init_inline(Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
|
|
String_t* L_49;
|
|
L_49 = Char_ToString_m2A308731F9577C06AF3C0901234E2EAC8327410C((&___2_ch), NULL);
|
|
String_t* L_50;
|
|
L_50 = String_Concat_m8855A6DE10F84DA7F4EC113CADDB59873A25573B(L_48, _stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745, L_49, NULL);
|
|
*((RuntimeObject**)L_46) = (RuntimeObject*)L_50;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_46, (void*)(RuntimeObject*)L_50);
|
|
}
|
|
|
|
IL_011a:
|
|
{
|
|
// pos = 7;
|
|
int32_t* L_51 = ___1_pos;
|
|
*((int32_t*)L_51) = (int32_t)7;
|
|
// break;
|
|
goto IL_0201;
|
|
}
|
|
|
|
IL_0122:
|
|
{
|
|
// if (i == length)
|
|
int32_t L_52 = V_1;
|
|
int32_t L_53 = V_0;
|
|
if ((!(((uint32_t)L_52) == ((uint32_t)L_53))))
|
|
{
|
|
goto IL_0136;
|
|
}
|
|
}
|
|
{
|
|
// text += ch;
|
|
String_t** L_54 = ___0_text;
|
|
String_t** L_55 = ___0_text;
|
|
String_t* L_56 = *((String_t**)L_55);
|
|
il2cpp_codegen_runtime_class_init_inline(Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
|
|
String_t* L_57;
|
|
L_57 = Char_ToString_m2A308731F9577C06AF3C0901234E2EAC8327410C((&___2_ch), NULL);
|
|
String_t* L_58;
|
|
L_58 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(L_56, L_57, NULL);
|
|
*((RuntimeObject**)L_54) = (RuntimeObject*)L_58;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_54, (void*)(RuntimeObject*)L_58);
|
|
}
|
|
|
|
IL_0136:
|
|
{
|
|
// pos = 7;
|
|
int32_t* L_59 = ___1_pos;
|
|
*((int32_t*)L_59) = (int32_t)7;
|
|
// break;
|
|
goto IL_0201;
|
|
}
|
|
|
|
IL_013e:
|
|
{
|
|
// if (i == length)
|
|
int32_t L_60 = V_1;
|
|
int32_t L_61 = V_0;
|
|
if ((!(((uint32_t)L_60) == ((uint32_t)L_61))))
|
|
{
|
|
goto IL_0152;
|
|
}
|
|
}
|
|
{
|
|
// text += ch;
|
|
String_t** L_62 = ___0_text;
|
|
String_t** L_63 = ___0_text;
|
|
String_t* L_64 = *((String_t**)L_63);
|
|
il2cpp_codegen_runtime_class_init_inline(Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
|
|
String_t* L_65;
|
|
L_65 = Char_ToString_m2A308731F9577C06AF3C0901234E2EAC8327410C((&___2_ch), NULL);
|
|
String_t* L_66;
|
|
L_66 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(L_64, L_65, NULL);
|
|
*((RuntimeObject**)L_62) = (RuntimeObject*)L_66;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_62, (void*)(RuntimeObject*)L_66);
|
|
}
|
|
|
|
IL_0152:
|
|
{
|
|
// pos = 8;
|
|
int32_t* L_67 = ___1_pos;
|
|
*((int32_t*)L_67) = (int32_t)8;
|
|
// break;
|
|
goto IL_0201;
|
|
}
|
|
|
|
IL_015a:
|
|
{
|
|
// if (i == length)
|
|
int32_t L_68 = V_1;
|
|
int32_t L_69 = V_0;
|
|
if ((!(((uint32_t)L_68) == ((uint32_t)L_69))))
|
|
{
|
|
goto IL_0173;
|
|
}
|
|
}
|
|
{
|
|
// text += ch + "-";
|
|
String_t** L_70 = ___0_text;
|
|
String_t** L_71 = ___0_text;
|
|
String_t* L_72 = *((String_t**)L_71);
|
|
il2cpp_codegen_runtime_class_init_inline(Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
|
|
String_t* L_73;
|
|
L_73 = Char_ToString_m2A308731F9577C06AF3C0901234E2EAC8327410C((&___2_ch), NULL);
|
|
String_t* L_74;
|
|
L_74 = String_Concat_m8855A6DE10F84DA7F4EC113CADDB59873A25573B(L_72, L_73, _stringLiteral3B2C1C62D4D1C2A0C8A9AC42DB00D33C654F9AD0, NULL);
|
|
*((RuntimeObject**)L_70) = (RuntimeObject*)L_74;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_70, (void*)(RuntimeObject*)L_74);
|
|
}
|
|
|
|
IL_0173:
|
|
{
|
|
// pos = 10;
|
|
int32_t* L_75 = ___1_pos;
|
|
*((int32_t*)L_75) = (int32_t)((int32_t)10);
|
|
// break;
|
|
goto IL_0201;
|
|
}
|
|
|
|
IL_017c:
|
|
{
|
|
// if (i == length)
|
|
int32_t L_76 = V_1;
|
|
int32_t L_77 = V_0;
|
|
if ((!(((uint32_t)L_76) == ((uint32_t)L_77))))
|
|
{
|
|
goto IL_0195;
|
|
}
|
|
}
|
|
{
|
|
// text += "-" + ch;
|
|
String_t** L_78 = ___0_text;
|
|
String_t** L_79 = ___0_text;
|
|
String_t* L_80 = *((String_t**)L_79);
|
|
il2cpp_codegen_runtime_class_init_inline(Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
|
|
String_t* L_81;
|
|
L_81 = Char_ToString_m2A308731F9577C06AF3C0901234E2EAC8327410C((&___2_ch), NULL);
|
|
String_t* L_82;
|
|
L_82 = String_Concat_m8855A6DE10F84DA7F4EC113CADDB59873A25573B(L_80, _stringLiteral3B2C1C62D4D1C2A0C8A9AC42DB00D33C654F9AD0, L_81, NULL);
|
|
*((RuntimeObject**)L_78) = (RuntimeObject*)L_82;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_78, (void*)(RuntimeObject*)L_82);
|
|
}
|
|
|
|
IL_0195:
|
|
{
|
|
// pos = 11;
|
|
int32_t* L_83 = ___1_pos;
|
|
*((int32_t*)L_83) = (int32_t)((int32_t)11);
|
|
// break;
|
|
goto IL_0201;
|
|
}
|
|
|
|
IL_019b:
|
|
{
|
|
// if (i == length)
|
|
int32_t L_84 = V_1;
|
|
int32_t L_85 = V_0;
|
|
if ((!(((uint32_t)L_84) == ((uint32_t)L_85))))
|
|
{
|
|
goto IL_01af;
|
|
}
|
|
}
|
|
{
|
|
// text += ch;
|
|
String_t** L_86 = ___0_text;
|
|
String_t** L_87 = ___0_text;
|
|
String_t* L_88 = *((String_t**)L_87);
|
|
il2cpp_codegen_runtime_class_init_inline(Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
|
|
String_t* L_89;
|
|
L_89 = Char_ToString_m2A308731F9577C06AF3C0901234E2EAC8327410C((&___2_ch), NULL);
|
|
String_t* L_90;
|
|
L_90 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(L_88, L_89, NULL);
|
|
*((RuntimeObject**)L_86) = (RuntimeObject*)L_90;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_86, (void*)(RuntimeObject*)L_90);
|
|
}
|
|
|
|
IL_01af:
|
|
{
|
|
// pos = 11;
|
|
int32_t* L_91 = ___1_pos;
|
|
*((int32_t*)L_91) = (int32_t)((int32_t)11);
|
|
// break;
|
|
goto IL_0201;
|
|
}
|
|
|
|
IL_01b5:
|
|
{
|
|
// if (i == length)
|
|
int32_t L_92 = V_1;
|
|
int32_t L_93 = V_0;
|
|
if ((!(((uint32_t)L_92) == ((uint32_t)L_93))))
|
|
{
|
|
goto IL_01c9;
|
|
}
|
|
}
|
|
{
|
|
// text += ch;
|
|
String_t** L_94 = ___0_text;
|
|
String_t** L_95 = ___0_text;
|
|
String_t* L_96 = *((String_t**)L_95);
|
|
il2cpp_codegen_runtime_class_init_inline(Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
|
|
String_t* L_97;
|
|
L_97 = Char_ToString_m2A308731F9577C06AF3C0901234E2EAC8327410C((&___2_ch), NULL);
|
|
String_t* L_98;
|
|
L_98 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(L_96, L_97, NULL);
|
|
*((RuntimeObject**)L_94) = (RuntimeObject*)L_98;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_94, (void*)(RuntimeObject*)L_98);
|
|
}
|
|
|
|
IL_01c9:
|
|
{
|
|
// pos = 12;
|
|
int32_t* L_99 = ___1_pos;
|
|
*((int32_t*)L_99) = (int32_t)((int32_t)12);
|
|
// break;
|
|
goto IL_0201;
|
|
}
|
|
|
|
IL_01cf:
|
|
{
|
|
// if (i == length)
|
|
int32_t L_100 = V_1;
|
|
int32_t L_101 = V_0;
|
|
if ((!(((uint32_t)L_100) == ((uint32_t)L_101))))
|
|
{
|
|
goto IL_01e3;
|
|
}
|
|
}
|
|
{
|
|
// text += ch;
|
|
String_t** L_102 = ___0_text;
|
|
String_t** L_103 = ___0_text;
|
|
String_t* L_104 = *((String_t**)L_103);
|
|
il2cpp_codegen_runtime_class_init_inline(Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
|
|
String_t* L_105;
|
|
L_105 = Char_ToString_m2A308731F9577C06AF3C0901234E2EAC8327410C((&___2_ch), NULL);
|
|
String_t* L_106;
|
|
L_106 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(L_104, L_105, NULL);
|
|
*((RuntimeObject**)L_102) = (RuntimeObject*)L_106;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_102, (void*)(RuntimeObject*)L_106);
|
|
}
|
|
|
|
IL_01e3:
|
|
{
|
|
// pos = 13;
|
|
int32_t* L_107 = ___1_pos;
|
|
*((int32_t*)L_107) = (int32_t)((int32_t)13);
|
|
// break;
|
|
goto IL_0201;
|
|
}
|
|
|
|
IL_01e9:
|
|
{
|
|
// if (i == length)
|
|
int32_t L_108 = V_1;
|
|
int32_t L_109 = V_0;
|
|
if ((!(((uint32_t)L_108) == ((uint32_t)L_109))))
|
|
{
|
|
goto IL_01fd;
|
|
}
|
|
}
|
|
{
|
|
// text += ch;
|
|
String_t** L_110 = ___0_text;
|
|
String_t** L_111 = ___0_text;
|
|
String_t* L_112 = *((String_t**)L_111);
|
|
il2cpp_codegen_runtime_class_init_inline(Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
|
|
String_t* L_113;
|
|
L_113 = Char_ToString_m2A308731F9577C06AF3C0901234E2EAC8327410C((&___2_ch), NULL);
|
|
String_t* L_114;
|
|
L_114 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(L_112, L_113, NULL);
|
|
*((RuntimeObject**)L_110) = (RuntimeObject*)L_114;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_110, (void*)(RuntimeObject*)L_114);
|
|
}
|
|
|
|
IL_01fd:
|
|
{
|
|
// pos = 14;
|
|
int32_t* L_115 = ___1_pos;
|
|
*((int32_t*)L_115) = (int32_t)((int32_t)14);
|
|
}
|
|
|
|
IL_0201:
|
|
{
|
|
// for (int i = 0; i < length + 1; i++)
|
|
int32_t L_116 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add(L_116, 1));
|
|
}
|
|
|
|
IL_0205:
|
|
{
|
|
// for (int i = 0; i < length + 1; i++)
|
|
int32_t L_117 = V_1;
|
|
int32_t L_118 = V_0;
|
|
if ((((int32_t)L_117) < ((int32_t)((int32_t)il2cpp_codegen_add(L_118, 1)))))
|
|
{
|
|
goto IL_0025;
|
|
}
|
|
}
|
|
{
|
|
// return ch;
|
|
Il2CppChar L_119 = ___2_ch;
|
|
return L_119;
|
|
}
|
|
}
|
|
// System.Void TMPro.TMP_PhoneNumberValidator::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_PhoneNumberValidator__ctor_m70833F265A016119F88136746B4C59F45B5E067D (TMP_PhoneNumberValidator_t0746D23F4BE9695B737D9997BCD6A3B3F916B48C* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
TMP_InputValidator__ctor_mD15E0AFA50E8CA10B2849A66A5B96D50B7EA66F3(__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
|
|
// TMPro.TMP_TextEventHandler/CharacterSelectionEvent TMPro.TMP_TextEventHandler::get_onCharacterSelection()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CharacterSelectionEvent_t5D7AF67F47A37175CF8615AD66DEC4A0AA021392* TMP_TextEventHandler_get_onCharacterSelection_mA62049738125E3C48405E6DFF09E2D42300BE8C3 (TMP_TextEventHandler_t1B20EF196557E1AC0E6AB6AACFA95740CC17A333* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// get { return m_OnCharacterSelection; }
|
|
CharacterSelectionEvent_t5D7AF67F47A37175CF8615AD66DEC4A0AA021392* L_0 = __this->___m_OnCharacterSelection_4;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void TMPro.TMP_TextEventHandler::set_onCharacterSelection(TMPro.TMP_TextEventHandler/CharacterSelectionEvent)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_TextEventHandler_set_onCharacterSelection_m6B85C54F4E751BF080324D94FB8DA6286CD5A43C (TMP_TextEventHandler_t1B20EF196557E1AC0E6AB6AACFA95740CC17A333* __this, CharacterSelectionEvent_t5D7AF67F47A37175CF8615AD66DEC4A0AA021392* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// set { m_OnCharacterSelection = value; }
|
|
CharacterSelectionEvent_t5D7AF67F47A37175CF8615AD66DEC4A0AA021392* L_0 = ___0_value;
|
|
__this->___m_OnCharacterSelection_4 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_OnCharacterSelection_4), (void*)L_0);
|
|
// set { m_OnCharacterSelection = value; }
|
|
return;
|
|
}
|
|
}
|
|
// TMPro.TMP_TextEventHandler/SpriteSelectionEvent TMPro.TMP_TextEventHandler::get_onSpriteSelection()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SpriteSelectionEvent_t770551D2973013622C464E817FA74D53BCD4FD95* TMP_TextEventHandler_get_onSpriteSelection_m95CDEB7394FFF38F310717EEEFDCD481D96A5E82 (TMP_TextEventHandler_t1B20EF196557E1AC0E6AB6AACFA95740CC17A333* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// get { return m_OnSpriteSelection; }
|
|
SpriteSelectionEvent_t770551D2973013622C464E817FA74D53BCD4FD95* L_0 = __this->___m_OnSpriteSelection_5;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void TMPro.TMP_TextEventHandler::set_onSpriteSelection(TMPro.TMP_TextEventHandler/SpriteSelectionEvent)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_TextEventHandler_set_onSpriteSelection_mFFBD9D70A791A3F2065C1063F258465EDA8AC2C5 (TMP_TextEventHandler_t1B20EF196557E1AC0E6AB6AACFA95740CC17A333* __this, SpriteSelectionEvent_t770551D2973013622C464E817FA74D53BCD4FD95* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// set { m_OnSpriteSelection = value; }
|
|
SpriteSelectionEvent_t770551D2973013622C464E817FA74D53BCD4FD95* L_0 = ___0_value;
|
|
__this->___m_OnSpriteSelection_5 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_OnSpriteSelection_5), (void*)L_0);
|
|
// set { m_OnSpriteSelection = value; }
|
|
return;
|
|
}
|
|
}
|
|
// TMPro.TMP_TextEventHandler/WordSelectionEvent TMPro.TMP_TextEventHandler::get_onWordSelection()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR WordSelectionEvent_t340E6006406B5E90F7190C56218E8F7E3712945E* TMP_TextEventHandler_get_onWordSelection_mF22771B4213EEB3AEFCDA390A4FF28FED5D9184C (TMP_TextEventHandler_t1B20EF196557E1AC0E6AB6AACFA95740CC17A333* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// get { return m_OnWordSelection; }
|
|
WordSelectionEvent_t340E6006406B5E90F7190C56218E8F7E3712945E* L_0 = __this->___m_OnWordSelection_6;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void TMPro.TMP_TextEventHandler::set_onWordSelection(TMPro.TMP_TextEventHandler/WordSelectionEvent)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_TextEventHandler_set_onWordSelection_mA7EB31AF14EAADD968857DDAC994F7728B7B02E3 (TMP_TextEventHandler_t1B20EF196557E1AC0E6AB6AACFA95740CC17A333* __this, WordSelectionEvent_t340E6006406B5E90F7190C56218E8F7E3712945E* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// set { m_OnWordSelection = value; }
|
|
WordSelectionEvent_t340E6006406B5E90F7190C56218E8F7E3712945E* L_0 = ___0_value;
|
|
__this->___m_OnWordSelection_6 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_OnWordSelection_6), (void*)L_0);
|
|
// set { m_OnWordSelection = value; }
|
|
return;
|
|
}
|
|
}
|
|
// TMPro.TMP_TextEventHandler/LineSelectionEvent TMPro.TMP_TextEventHandler::get_onLineSelection()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LineSelectionEvent_t526120C6113E0638913B951E3D1D7B1CF94F0880* TMP_TextEventHandler_get_onLineSelection_mDDF07E7000993FCD6EAF2FBD2D2226EB66273908 (TMP_TextEventHandler_t1B20EF196557E1AC0E6AB6AACFA95740CC17A333* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// get { return m_OnLineSelection; }
|
|
LineSelectionEvent_t526120C6113E0638913B951E3D1D7B1CF94F0880* L_0 = __this->___m_OnLineSelection_7;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void TMPro.TMP_TextEventHandler::set_onLineSelection(TMPro.TMP_TextEventHandler/LineSelectionEvent)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_TextEventHandler_set_onLineSelection_m098580AA8098939290113692072E18F9A293B427 (TMP_TextEventHandler_t1B20EF196557E1AC0E6AB6AACFA95740CC17A333* __this, LineSelectionEvent_t526120C6113E0638913B951E3D1D7B1CF94F0880* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// set { m_OnLineSelection = value; }
|
|
LineSelectionEvent_t526120C6113E0638913B951E3D1D7B1CF94F0880* L_0 = ___0_value;
|
|
__this->___m_OnLineSelection_7 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_OnLineSelection_7), (void*)L_0);
|
|
// set { m_OnLineSelection = value; }
|
|
return;
|
|
}
|
|
}
|
|
// TMPro.TMP_TextEventHandler/LinkSelectionEvent TMPro.TMP_TextEventHandler::get_onLinkSelection()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LinkSelectionEvent_t5CE74F742D231580ED2C810ECE394E1A2BC81B3D* TMP_TextEventHandler_get_onLinkSelection_m87FB9EABE7F917B2F910A18A3B5F1AE3020D976D (TMP_TextEventHandler_t1B20EF196557E1AC0E6AB6AACFA95740CC17A333* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// get { return m_OnLinkSelection; }
|
|
LinkSelectionEvent_t5CE74F742D231580ED2C810ECE394E1A2BC81B3D* L_0 = __this->___m_OnLinkSelection_8;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void TMPro.TMP_TextEventHandler::set_onLinkSelection(TMPro.TMP_TextEventHandler/LinkSelectionEvent)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_TextEventHandler_set_onLinkSelection_m6741C71F7E218C744CD7AA18B7456382E4B703FF (TMP_TextEventHandler_t1B20EF196557E1AC0E6AB6AACFA95740CC17A333* __this, LinkSelectionEvent_t5CE74F742D231580ED2C810ECE394E1A2BC81B3D* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// set { m_OnLinkSelection = value; }
|
|
LinkSelectionEvent_t5CE74F742D231580ED2C810ECE394E1A2BC81B3D* L_0 = ___0_value;
|
|
__this->___m_OnLinkSelection_8 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_OnLinkSelection_8), (void*)L_0);
|
|
// set { m_OnLinkSelection = value; }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void TMPro.TMP_TextEventHandler::Awake()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_TextEventHandler_Awake_mE2D7EB8218B248F11BE54C507396B9B6B12E0052 (TMP_TextEventHandler_t1B20EF196557E1AC0E6AB6AACFA95740CC17A333* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_GetComponentInParent_TisCanvas_t2DB4CEFDFF732884866C83F11ABF75F5AE8FFB26_m0A41CB7A7F9A10FCC98D1C7B5799D57C2724D991_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_GetComponent_TisTMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9_mA59A63181077B821132B53D44724D7F86C6FECB3_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextMeshProUGUI_t101091AF4B578BB534C92E9D1EEAF0611636D957_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// m_TextComponent = gameObject.GetComponent<TMP_Text>();
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_0;
|
|
L_0 = Component_get_gameObject_m57AEFBB14DB39EC476F740BA000E170355DE691B(__this, NULL);
|
|
NullCheck(L_0);
|
|
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_1;
|
|
L_1 = GameObject_GetComponent_TisTMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9_mA59A63181077B821132B53D44724D7F86C6FECB3(L_0, GameObject_GetComponent_TisTMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9_mA59A63181077B821132B53D44724D7F86C6FECB3_RuntimeMethod_var);
|
|
__this->___m_TextComponent_9 = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_TextComponent_9), (void*)L_1);
|
|
// if (m_TextComponent.GetType() == typeof(TextMeshProUGUI))
|
|
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_2 = __this->___m_TextComponent_9;
|
|
NullCheck(L_2);
|
|
Type_t* L_3;
|
|
L_3 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(L_2, NULL);
|
|
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_4 = { reinterpret_cast<intptr_t> (TextMeshProUGUI_t101091AF4B578BB534C92E9D1EEAF0611636D957_0_0_0_var) };
|
|
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t* L_5;
|
|
L_5 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_4, NULL);
|
|
bool L_6;
|
|
L_6 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_3, L_5, NULL);
|
|
if (!L_6)
|
|
{
|
|
goto IL_0073;
|
|
}
|
|
}
|
|
{
|
|
// m_Canvas = gameObject.GetComponentInParent<Canvas>();
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_7;
|
|
L_7 = Component_get_gameObject_m57AEFBB14DB39EC476F740BA000E170355DE691B(__this, NULL);
|
|
NullCheck(L_7);
|
|
Canvas_t2DB4CEFDFF732884866C83F11ABF75F5AE8FFB26* L_8;
|
|
L_8 = GameObject_GetComponentInParent_TisCanvas_t2DB4CEFDFF732884866C83F11ABF75F5AE8FFB26_m0A41CB7A7F9A10FCC98D1C7B5799D57C2724D991(L_7, GameObject_GetComponentInParent_TisCanvas_t2DB4CEFDFF732884866C83F11ABF75F5AE8FFB26_m0A41CB7A7F9A10FCC98D1C7B5799D57C2724D991_RuntimeMethod_var);
|
|
__this->___m_Canvas_11 = L_8;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Canvas_11), (void*)L_8);
|
|
// if (m_Canvas != null)
|
|
Canvas_t2DB4CEFDFF732884866C83F11ABF75F5AE8FFB26* L_9 = __this->___m_Canvas_11;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_10;
|
|
L_10 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_9, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
if (!L_10)
|
|
{
|
|
goto IL_007e;
|
|
}
|
|
}
|
|
{
|
|
// if (m_Canvas.renderMode == RenderMode.ScreenSpaceOverlay)
|
|
Canvas_t2DB4CEFDFF732884866C83F11ABF75F5AE8FFB26* L_11 = __this->___m_Canvas_11;
|
|
NullCheck(L_11);
|
|
int32_t L_12;
|
|
L_12 = Canvas_get_renderMode_m1BEF259548C6CAD27E4466F31D20752D246688CC(L_11, NULL);
|
|
if (L_12)
|
|
{
|
|
goto IL_0061;
|
|
}
|
|
}
|
|
{
|
|
// m_Camera = null;
|
|
__this->___m_Camera_10 = (Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Camera_10), (void*)(Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184*)NULL);
|
|
return;
|
|
}
|
|
|
|
IL_0061:
|
|
{
|
|
// m_Camera = m_Canvas.worldCamera;
|
|
Canvas_t2DB4CEFDFF732884866C83F11ABF75F5AE8FFB26* L_13 = __this->___m_Canvas_11;
|
|
NullCheck(L_13);
|
|
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_14;
|
|
L_14 = Canvas_get_worldCamera_mD2FDE13B61A5213F4E64B40008EB0A8D2D07B853(L_13, NULL);
|
|
__this->___m_Camera_10 = L_14;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Camera_10), (void*)L_14);
|
|
return;
|
|
}
|
|
|
|
IL_0073:
|
|
{
|
|
// m_Camera = Camera.main;
|
|
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_15;
|
|
L_15 = Camera_get_main_m52C992F18E05355ABB9EEB64A4BF2215E12762DF(NULL);
|
|
__this->___m_Camera_10 = L_15;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Camera_10), (void*)L_15);
|
|
}
|
|
|
|
IL_007e:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void TMPro.TMP_TextEventHandler::LateUpdate()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_TextEventHandler_LateUpdate_mBF0056A3C00834477F7D221BEE17C26784559DE1 (TMP_TextEventHandler_t1B20EF196557E1AC0E6AB6AACFA95740CC17A333* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMP_TextUtilities_tD7ED516E31C2AA0EB607D587C0BB0FE71A8BB934_il2cpp_TypeInfo_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;
|
|
TMP_WordInfo_t825112AF0B76E4461F9C7DD336A02CC6A090A983 V_5;
|
|
memset((&V_5), 0, sizeof(V_5));
|
|
TMP_LineInfo_tB75C1965B58DB7B3A046C8CA55AD6AB92B6B17B3 V_6;
|
|
memset((&V_6), 0, sizeof(V_6));
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* V_7 = NULL;
|
|
String_t* V_8 = NULL;
|
|
int32_t V_9 = 0;
|
|
TMP_LinkInfo_t9DC08E8BF8C5E8094AFF8C9FB3C251AF88B92DA6 V_10;
|
|
memset((&V_10), 0, sizeof(V_10));
|
|
{
|
|
// if (TMP_TextUtilities.IsIntersectingRectTransform(m_TextComponent.rectTransform, Input.mousePosition, m_Camera))
|
|
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_0 = __this->___m_TextComponent_9;
|
|
NullCheck(L_0);
|
|
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_1;
|
|
L_1 = TMP_Text_get_rectTransform_m22DC10116809BEB2C66047A55337A588ED023EBF(L_0, NULL);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_2;
|
|
L_2 = Input_get_mousePosition_mFF21FBD2647DAE2A23BD4C45571CA95D05A0A42C(NULL);
|
|
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_3 = __this->___m_Camera_10;
|
|
il2cpp_codegen_runtime_class_init_inline(TMP_TextUtilities_tD7ED516E31C2AA0EB607D587C0BB0FE71A8BB934_il2cpp_TypeInfo_var);
|
|
bool L_4;
|
|
L_4 = TMP_TextUtilities_IsIntersectingRectTransform_m6AAA4D9F7266A54E014CA2A6BC5A37FB32CE7CC5(L_1, L_2, L_3, NULL);
|
|
if (!L_4)
|
|
{
|
|
goto IL_023a;
|
|
}
|
|
}
|
|
{
|
|
// int charIndex = TMP_TextUtilities.FindIntersectingCharacter(m_TextComponent, Input.mousePosition, m_Camera, true);
|
|
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_5 = __this->___m_TextComponent_9;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_6;
|
|
L_6 = Input_get_mousePosition_mFF21FBD2647DAE2A23BD4C45571CA95D05A0A42C(NULL);
|
|
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_7 = __this->___m_Camera_10;
|
|
il2cpp_codegen_runtime_class_init_inline(TMP_TextUtilities_tD7ED516E31C2AA0EB607D587C0BB0FE71A8BB934_il2cpp_TypeInfo_var);
|
|
int32_t L_8;
|
|
L_8 = TMP_TextUtilities_FindIntersectingCharacter_m89C20D1FB440DECC3C06670B457A707B6DB36453(L_5, L_6, L_7, (bool)1, NULL);
|
|
V_0 = L_8;
|
|
// if (charIndex != -1 && charIndex != m_lastCharIndex)
|
|
int32_t L_9 = V_0;
|
|
if ((((int32_t)L_9) == ((int32_t)(-1))))
|
|
{
|
|
goto IL_00b8;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_10 = V_0;
|
|
int32_t L_11 = __this->___m_lastCharIndex_13;
|
|
if ((((int32_t)L_10) == ((int32_t)L_11)))
|
|
{
|
|
goto IL_00b8;
|
|
}
|
|
}
|
|
{
|
|
// m_lastCharIndex = charIndex;
|
|
int32_t L_12 = V_0;
|
|
__this->___m_lastCharIndex_13 = L_12;
|
|
// TMP_TextElementType elementType = m_TextComponent.textInfo.characterInfo[charIndex].elementType;
|
|
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_13 = __this->___m_TextComponent_9;
|
|
NullCheck(L_13);
|
|
TMP_TextInfo_t09A8E906329422C3F0C059876801DD695B8D524D* L_14;
|
|
L_14 = TMP_Text_get_textInfo_mA24C606B8EA51436E4AA3B9D6DCDFA7A8995E10E_inline(L_13, NULL);
|
|
NullCheck(L_14);
|
|
TMP_CharacterInfoU5BU5D_t297D56FCF66DAA99D8FEA7C30F9F3926902C5B99* L_15 = L_14->___characterInfo_11;
|
|
int32_t L_16 = V_0;
|
|
NullCheck(L_15);
|
|
int32_t L_17 = ((L_15)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_16)))->___elementType_3;
|
|
V_4 = L_17;
|
|
// if (elementType == TMP_TextElementType.Character)
|
|
int32_t L_18 = V_4;
|
|
if (L_18)
|
|
{
|
|
goto IL_0091;
|
|
}
|
|
}
|
|
{
|
|
// SendOnCharacterSelection(m_TextComponent.textInfo.characterInfo[charIndex].character, charIndex);
|
|
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_19 = __this->___m_TextComponent_9;
|
|
NullCheck(L_19);
|
|
TMP_TextInfo_t09A8E906329422C3F0C059876801DD695B8D524D* L_20;
|
|
L_20 = TMP_Text_get_textInfo_mA24C606B8EA51436E4AA3B9D6DCDFA7A8995E10E_inline(L_19, NULL);
|
|
NullCheck(L_20);
|
|
TMP_CharacterInfoU5BU5D_t297D56FCF66DAA99D8FEA7C30F9F3926902C5B99* L_21 = L_20->___characterInfo_11;
|
|
int32_t L_22 = V_0;
|
|
NullCheck(L_21);
|
|
Il2CppChar L_23 = ((L_21)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_22)))->___character_0;
|
|
int32_t L_24 = V_0;
|
|
TMP_TextEventHandler_SendOnCharacterSelection_m5A891393BC3211CFEF2390B5E9899129CBDAC189(__this, L_23, L_24, NULL);
|
|
goto IL_00b8;
|
|
}
|
|
|
|
IL_0091:
|
|
{
|
|
// else if (elementType == TMP_TextElementType.Sprite)
|
|
int32_t L_25 = V_4;
|
|
if ((!(((uint32_t)L_25) == ((uint32_t)1))))
|
|
{
|
|
goto IL_00b8;
|
|
}
|
|
}
|
|
{
|
|
// SendOnSpriteSelection(m_TextComponent.textInfo.characterInfo[charIndex].character, charIndex);
|
|
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_26 = __this->___m_TextComponent_9;
|
|
NullCheck(L_26);
|
|
TMP_TextInfo_t09A8E906329422C3F0C059876801DD695B8D524D* L_27;
|
|
L_27 = TMP_Text_get_textInfo_mA24C606B8EA51436E4AA3B9D6DCDFA7A8995E10E_inline(L_26, NULL);
|
|
NullCheck(L_27);
|
|
TMP_CharacterInfoU5BU5D_t297D56FCF66DAA99D8FEA7C30F9F3926902C5B99* L_28 = L_27->___characterInfo_11;
|
|
int32_t L_29 = V_0;
|
|
NullCheck(L_28);
|
|
Il2CppChar L_30 = ((L_28)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_29)))->___character_0;
|
|
int32_t L_31 = V_0;
|
|
TMP_TextEventHandler_SendOnSpriteSelection_m8242C5F9626A3C1330927FEACF3ECAD287500475(__this, L_30, L_31, NULL);
|
|
}
|
|
|
|
IL_00b8:
|
|
{
|
|
// int wordIndex = TMP_TextUtilities.FindIntersectingWord(m_TextComponent, Input.mousePosition, m_Camera);
|
|
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_32 = __this->___m_TextComponent_9;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_33;
|
|
L_33 = Input_get_mousePosition_mFF21FBD2647DAE2A23BD4C45571CA95D05A0A42C(NULL);
|
|
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_34 = __this->___m_Camera_10;
|
|
il2cpp_codegen_runtime_class_init_inline(TMP_TextUtilities_tD7ED516E31C2AA0EB607D587C0BB0FE71A8BB934_il2cpp_TypeInfo_var);
|
|
int32_t L_35;
|
|
L_35 = TMP_TextUtilities_FindIntersectingWord_m93E6DBCA2781A67271E7D0F8906CA0488CA08EB2(L_32, L_33, L_34, NULL);
|
|
V_1 = L_35;
|
|
// if (wordIndex != -1 && wordIndex != m_lastWordIndex)
|
|
int32_t L_36 = V_1;
|
|
if ((((int32_t)L_36) == ((int32_t)(-1))))
|
|
{
|
|
goto IL_0116;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_37 = V_1;
|
|
int32_t L_38 = __this->___m_lastWordIndex_14;
|
|
if ((((int32_t)L_37) == ((int32_t)L_38)))
|
|
{
|
|
goto IL_0116;
|
|
}
|
|
}
|
|
{
|
|
// m_lastWordIndex = wordIndex;
|
|
int32_t L_39 = V_1;
|
|
__this->___m_lastWordIndex_14 = L_39;
|
|
// TMP_WordInfo wInfo = m_TextComponent.textInfo.wordInfo[wordIndex];
|
|
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_40 = __this->___m_TextComponent_9;
|
|
NullCheck(L_40);
|
|
TMP_TextInfo_t09A8E906329422C3F0C059876801DD695B8D524D* L_41;
|
|
L_41 = TMP_Text_get_textInfo_mA24C606B8EA51436E4AA3B9D6DCDFA7A8995E10E_inline(L_40, NULL);
|
|
NullCheck(L_41);
|
|
TMP_WordInfoU5BU5D_tD1759E5A84DCCCD42B718D79E953E72A432BB4DC* L_42 = L_41->___wordInfo_12;
|
|
int32_t L_43 = V_1;
|
|
NullCheck(L_42);
|
|
int32_t L_44 = L_43;
|
|
TMP_WordInfo_t825112AF0B76E4461F9C7DD336A02CC6A090A983 L_45 = (L_42)->GetAt(static_cast<il2cpp_array_size_t>(L_44));
|
|
V_5 = L_45;
|
|
// SendOnWordSelection(wInfo.GetWord(), wInfo.firstCharacterIndex, wInfo.characterCount);
|
|
String_t* L_46;
|
|
L_46 = TMP_WordInfo_GetWord_m7F72AB87E8AB0FA75616FD5409A8F5C031294D2C((&V_5), NULL);
|
|
TMP_WordInfo_t825112AF0B76E4461F9C7DD336A02CC6A090A983 L_47 = V_5;
|
|
int32_t L_48 = L_47.___firstCharacterIndex_1;
|
|
TMP_WordInfo_t825112AF0B76E4461F9C7DD336A02CC6A090A983 L_49 = V_5;
|
|
int32_t L_50 = L_49.___characterCount_3;
|
|
TMP_TextEventHandler_SendOnWordSelection_mCB9E9ACB06AC524273C163743C9191CAF9C1FD33(__this, L_46, L_48, L_50, NULL);
|
|
}
|
|
|
|
IL_0116:
|
|
{
|
|
// int lineIndex = TMP_TextUtilities.FindIntersectingLine(m_TextComponent, Input.mousePosition, m_Camera);
|
|
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_51 = __this->___m_TextComponent_9;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_52;
|
|
L_52 = Input_get_mousePosition_mFF21FBD2647DAE2A23BD4C45571CA95D05A0A42C(NULL);
|
|
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_53 = __this->___m_Camera_10;
|
|
il2cpp_codegen_runtime_class_init_inline(TMP_TextUtilities_tD7ED516E31C2AA0EB607D587C0BB0FE71A8BB934_il2cpp_TypeInfo_var);
|
|
int32_t L_54;
|
|
L_54 = TMP_TextUtilities_FindIntersectingLine_mDC468F4E9D28F89D313DEC468155185CB4E803E8(L_51, L_52, L_53, NULL);
|
|
V_2 = L_54;
|
|
// if (lineIndex != -1 && lineIndex != m_lastLineIndex)
|
|
int32_t L_55 = V_2;
|
|
if ((((int32_t)L_55) == ((int32_t)(-1))))
|
|
{
|
|
goto IL_01e1;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_56 = V_2;
|
|
int32_t L_57 = __this->___m_lastLineIndex_15;
|
|
if ((((int32_t)L_56) == ((int32_t)L_57)))
|
|
{
|
|
goto IL_01e1;
|
|
}
|
|
}
|
|
{
|
|
// m_lastLineIndex = lineIndex;
|
|
int32_t L_58 = V_2;
|
|
__this->___m_lastLineIndex_15 = L_58;
|
|
// TMP_LineInfo lineInfo = m_TextComponent.textInfo.lineInfo[lineIndex];
|
|
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_59 = __this->___m_TextComponent_9;
|
|
NullCheck(L_59);
|
|
TMP_TextInfo_t09A8E906329422C3F0C059876801DD695B8D524D* L_60;
|
|
L_60 = TMP_Text_get_textInfo_mA24C606B8EA51436E4AA3B9D6DCDFA7A8995E10E_inline(L_59, NULL);
|
|
NullCheck(L_60);
|
|
TMP_LineInfoU5BU5D_tE485ECF6A7A96441C72B53D75E7A5A5461A2CA0E* L_61 = L_60->___lineInfo_14;
|
|
int32_t L_62 = V_2;
|
|
NullCheck(L_61);
|
|
int32_t L_63 = L_62;
|
|
TMP_LineInfo_tB75C1965B58DB7B3A046C8CA55AD6AB92B6B17B3 L_64 = (L_61)->GetAt(static_cast<il2cpp_array_size_t>(L_63));
|
|
V_6 = L_64;
|
|
// char[] buffer = new char[lineInfo.characterCount];
|
|
TMP_LineInfo_tB75C1965B58DB7B3A046C8CA55AD6AB92B6B17B3 L_65 = V_6;
|
|
int32_t L_66 = L_65.___characterCount_1;
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_67 = (CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)(CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)SZArrayNew(CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB_il2cpp_TypeInfo_var, (uint32_t)L_66);
|
|
V_7 = L_67;
|
|
// for (int i = 0; i < lineInfo.characterCount && i < m_TextComponent.textInfo.characterInfo.Length; i++)
|
|
V_9 = 0;
|
|
goto IL_01a1;
|
|
}
|
|
|
|
IL_0172:
|
|
{
|
|
// buffer[i] = m_TextComponent.textInfo.characterInfo[i + lineInfo.firstCharacterIndex].character;
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_68 = V_7;
|
|
int32_t L_69 = V_9;
|
|
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_70 = __this->___m_TextComponent_9;
|
|
NullCheck(L_70);
|
|
TMP_TextInfo_t09A8E906329422C3F0C059876801DD695B8D524D* L_71;
|
|
L_71 = TMP_Text_get_textInfo_mA24C606B8EA51436E4AA3B9D6DCDFA7A8995E10E_inline(L_70, NULL);
|
|
NullCheck(L_71);
|
|
TMP_CharacterInfoU5BU5D_t297D56FCF66DAA99D8FEA7C30F9F3926902C5B99* L_72 = L_71->___characterInfo_11;
|
|
int32_t L_73 = V_9;
|
|
TMP_LineInfo_tB75C1965B58DB7B3A046C8CA55AD6AB92B6B17B3 L_74 = V_6;
|
|
int32_t L_75 = L_74.___firstCharacterIndex_5;
|
|
NullCheck(L_72);
|
|
Il2CppChar L_76 = ((L_72)->GetAddressAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add(L_73, L_75)))))->___character_0;
|
|
NullCheck(L_68);
|
|
(L_68)->SetAt(static_cast<il2cpp_array_size_t>(L_69), (Il2CppChar)L_76);
|
|
// for (int i = 0; i < lineInfo.characterCount && i < m_TextComponent.textInfo.characterInfo.Length; i++)
|
|
int32_t L_77 = V_9;
|
|
V_9 = ((int32_t)il2cpp_codegen_add(L_77, 1));
|
|
}
|
|
|
|
IL_01a1:
|
|
{
|
|
// for (int i = 0; i < lineInfo.characterCount && i < m_TextComponent.textInfo.characterInfo.Length; i++)
|
|
int32_t L_78 = V_9;
|
|
TMP_LineInfo_tB75C1965B58DB7B3A046C8CA55AD6AB92B6B17B3 L_79 = V_6;
|
|
int32_t L_80 = L_79.___characterCount_1;
|
|
if ((((int32_t)L_78) >= ((int32_t)L_80)))
|
|
{
|
|
goto IL_01c2;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_81 = V_9;
|
|
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_82 = __this->___m_TextComponent_9;
|
|
NullCheck(L_82);
|
|
TMP_TextInfo_t09A8E906329422C3F0C059876801DD695B8D524D* L_83;
|
|
L_83 = TMP_Text_get_textInfo_mA24C606B8EA51436E4AA3B9D6DCDFA7A8995E10E_inline(L_82, NULL);
|
|
NullCheck(L_83);
|
|
TMP_CharacterInfoU5BU5D_t297D56FCF66DAA99D8FEA7C30F9F3926902C5B99* L_84 = L_83->___characterInfo_11;
|
|
NullCheck(L_84);
|
|
if ((((int32_t)L_81) < ((int32_t)((int32_t)(((RuntimeArray*)L_84)->max_length)))))
|
|
{
|
|
goto IL_0172;
|
|
}
|
|
}
|
|
|
|
IL_01c2:
|
|
{
|
|
// string lineText = new string(buffer);
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_85 = V_7;
|
|
String_t* L_86;
|
|
L_86 = String_CreateString_mFBC28D2E3EB87D497F7E702E4FFAD65F635E44DF(NULL, L_85, NULL);
|
|
V_8 = L_86;
|
|
// SendOnLineSelection(lineText, lineInfo.firstCharacterIndex, lineInfo.characterCount);
|
|
String_t* L_87 = V_8;
|
|
TMP_LineInfo_tB75C1965B58DB7B3A046C8CA55AD6AB92B6B17B3 L_88 = V_6;
|
|
int32_t L_89 = L_88.___firstCharacterIndex_5;
|
|
TMP_LineInfo_tB75C1965B58DB7B3A046C8CA55AD6AB92B6B17B3 L_90 = V_6;
|
|
int32_t L_91 = L_90.___characterCount_1;
|
|
TMP_TextEventHandler_SendOnLineSelection_mF0691C407CA44C2E8F2D7CD6C9C2099693CBE7A6(__this, L_87, L_89, L_91, NULL);
|
|
}
|
|
|
|
IL_01e1:
|
|
{
|
|
// int linkIndex = TMP_TextUtilities.FindIntersectingLink(m_TextComponent, Input.mousePosition, m_Camera);
|
|
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_92 = __this->___m_TextComponent_9;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_93;
|
|
L_93 = Input_get_mousePosition_mFF21FBD2647DAE2A23BD4C45571CA95D05A0A42C(NULL);
|
|
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_94 = __this->___m_Camera_10;
|
|
il2cpp_codegen_runtime_class_init_inline(TMP_TextUtilities_tD7ED516E31C2AA0EB607D587C0BB0FE71A8BB934_il2cpp_TypeInfo_var);
|
|
int32_t L_95;
|
|
L_95 = TMP_TextUtilities_FindIntersectingLink_mC752442B8650D5146505B5C18C7D92B681D276E9(L_92, L_93, L_94, NULL);
|
|
V_3 = L_95;
|
|
// if (linkIndex != -1 && linkIndex != m_selectedLink)
|
|
int32_t L_96 = V_3;
|
|
if ((((int32_t)L_96) == ((int32_t)(-1))))
|
|
{
|
|
goto IL_0256;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_97 = V_3;
|
|
int32_t L_98 = __this->___m_selectedLink_12;
|
|
if ((((int32_t)L_97) == ((int32_t)L_98)))
|
|
{
|
|
goto IL_0256;
|
|
}
|
|
}
|
|
{
|
|
// m_selectedLink = linkIndex;
|
|
int32_t L_99 = V_3;
|
|
__this->___m_selectedLink_12 = L_99;
|
|
// TMP_LinkInfo linkInfo = m_TextComponent.textInfo.linkInfo[linkIndex];
|
|
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_100 = __this->___m_TextComponent_9;
|
|
NullCheck(L_100);
|
|
TMP_TextInfo_t09A8E906329422C3F0C059876801DD695B8D524D* L_101;
|
|
L_101 = TMP_Text_get_textInfo_mA24C606B8EA51436E4AA3B9D6DCDFA7A8995E10E_inline(L_100, NULL);
|
|
NullCheck(L_101);
|
|
TMP_LinkInfoU5BU5D_tE11BE54A5923BD2148E716289F44EA465E06536E* L_102 = L_101->___linkInfo_13;
|
|
int32_t L_103 = V_3;
|
|
NullCheck(L_102);
|
|
int32_t L_104 = L_103;
|
|
TMP_LinkInfo_t9DC08E8BF8C5E8094AFF8C9FB3C251AF88B92DA6 L_105 = (L_102)->GetAt(static_cast<il2cpp_array_size_t>(L_104));
|
|
V_10 = L_105;
|
|
// SendOnLinkSelection(linkInfo.GetLinkID(), linkInfo.GetLinkText(), linkIndex);
|
|
String_t* L_106;
|
|
L_106 = TMP_LinkInfo_GetLinkID_mCC9D9E783D606660A4D15E0E746E1E27AD9C2425((&V_10), NULL);
|
|
String_t* L_107;
|
|
L_107 = TMP_LinkInfo_GetLinkText_m954EE8FF39D62BA8113773A696095EAE85CD5E3F((&V_10), NULL);
|
|
int32_t L_108 = V_3;
|
|
TMP_TextEventHandler_SendOnLinkSelection_m2809D6FFF57FAE45DC5BB4DD579328535E255A02(__this, L_106, L_107, L_108, NULL);
|
|
return;
|
|
}
|
|
|
|
IL_023a:
|
|
{
|
|
// m_selectedLink = -1;
|
|
__this->___m_selectedLink_12 = (-1);
|
|
// m_lastCharIndex = -1;
|
|
__this->___m_lastCharIndex_13 = (-1);
|
|
// m_lastWordIndex = -1;
|
|
__this->___m_lastWordIndex_14 = (-1);
|
|
// m_lastLineIndex = -1;
|
|
__this->___m_lastLineIndex_15 = (-1);
|
|
}
|
|
|
|
IL_0256:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void TMPro.TMP_TextEventHandler::OnPointerEnter(UnityEngine.EventSystems.PointerEventData)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_TextEventHandler_OnPointerEnter_mF5B4CCF0C9F2EFE24B6D4C7B31C620C91ABBC07A (TMP_TextEventHandler_t1B20EF196557E1AC0E6AB6AACFA95740CC17A333* __this, PointerEventData_t9670F3C7D823CCB738A1604C72A1EB90292396FB* ___0_eventData, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void TMPro.TMP_TextEventHandler::OnPointerExit(UnityEngine.EventSystems.PointerEventData)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_TextEventHandler_OnPointerExit_mC0561024D04FED2D026BEB3EC183550092823AE6 (TMP_TextEventHandler_t1B20EF196557E1AC0E6AB6AACFA95740CC17A333* __this, PointerEventData_t9670F3C7D823CCB738A1604C72A1EB90292396FB* ___0_eventData, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void TMPro.TMP_TextEventHandler::SendOnCharacterSelection(System.Char,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_TextEventHandler_SendOnCharacterSelection_m5A891393BC3211CFEF2390B5E9899129CBDAC189 (TMP_TextEventHandler_t1B20EF196557E1AC0E6AB6AACFA95740CC17A333* __this, Il2CppChar ___0_character, int32_t ___1_characterIndex, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnityEvent_2_Invoke_m0491A8025093B0C329C5ACEBAB83DC6DE3CD0C3F_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (onCharacterSelection != null)
|
|
CharacterSelectionEvent_t5D7AF67F47A37175CF8615AD66DEC4A0AA021392* L_0;
|
|
L_0 = TMP_TextEventHandler_get_onCharacterSelection_mA62049738125E3C48405E6DFF09E2D42300BE8C3_inline(__this, NULL);
|
|
if (!L_0)
|
|
{
|
|
goto IL_0015;
|
|
}
|
|
}
|
|
{
|
|
// onCharacterSelection.Invoke(character, characterIndex);
|
|
CharacterSelectionEvent_t5D7AF67F47A37175CF8615AD66DEC4A0AA021392* L_1;
|
|
L_1 = TMP_TextEventHandler_get_onCharacterSelection_mA62049738125E3C48405E6DFF09E2D42300BE8C3_inline(__this, NULL);
|
|
Il2CppChar L_2 = ___0_character;
|
|
int32_t L_3 = ___1_characterIndex;
|
|
NullCheck(L_1);
|
|
UnityEvent_2_Invoke_m0491A8025093B0C329C5ACEBAB83DC6DE3CD0C3F(L_1, L_2, L_3, UnityEvent_2_Invoke_m0491A8025093B0C329C5ACEBAB83DC6DE3CD0C3F_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0015:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void TMPro.TMP_TextEventHandler::SendOnSpriteSelection(System.Char,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_TextEventHandler_SendOnSpriteSelection_m8242C5F9626A3C1330927FEACF3ECAD287500475 (TMP_TextEventHandler_t1B20EF196557E1AC0E6AB6AACFA95740CC17A333* __this, Il2CppChar ___0_character, int32_t ___1_characterIndex, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnityEvent_2_Invoke_m0491A8025093B0C329C5ACEBAB83DC6DE3CD0C3F_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (onSpriteSelection != null)
|
|
SpriteSelectionEvent_t770551D2973013622C464E817FA74D53BCD4FD95* L_0;
|
|
L_0 = TMP_TextEventHandler_get_onSpriteSelection_m95CDEB7394FFF38F310717EEEFDCD481D96A5E82_inline(__this, NULL);
|
|
if (!L_0)
|
|
{
|
|
goto IL_0015;
|
|
}
|
|
}
|
|
{
|
|
// onSpriteSelection.Invoke(character, characterIndex);
|
|
SpriteSelectionEvent_t770551D2973013622C464E817FA74D53BCD4FD95* L_1;
|
|
L_1 = TMP_TextEventHandler_get_onSpriteSelection_m95CDEB7394FFF38F310717EEEFDCD481D96A5E82_inline(__this, NULL);
|
|
Il2CppChar L_2 = ___0_character;
|
|
int32_t L_3 = ___1_characterIndex;
|
|
NullCheck(L_1);
|
|
UnityEvent_2_Invoke_m0491A8025093B0C329C5ACEBAB83DC6DE3CD0C3F(L_1, L_2, L_3, UnityEvent_2_Invoke_m0491A8025093B0C329C5ACEBAB83DC6DE3CD0C3F_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0015:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void TMPro.TMP_TextEventHandler::SendOnWordSelection(System.String,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_TextEventHandler_SendOnWordSelection_mCB9E9ACB06AC524273C163743C9191CAF9C1FD33 (TMP_TextEventHandler_t1B20EF196557E1AC0E6AB6AACFA95740CC17A333* __this, String_t* ___0_word, int32_t ___1_charIndex, int32_t ___2_length, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnityEvent_3_Invoke_mA9B8756BF3A597179581D20E1EDC4ECAAC73F0F6_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (onWordSelection != null)
|
|
WordSelectionEvent_t340E6006406B5E90F7190C56218E8F7E3712945E* L_0;
|
|
L_0 = TMP_TextEventHandler_get_onWordSelection_mF22771B4213EEB3AEFCDA390A4FF28FED5D9184C_inline(__this, NULL);
|
|
if (!L_0)
|
|
{
|
|
goto IL_0016;
|
|
}
|
|
}
|
|
{
|
|
// onWordSelection.Invoke(word, charIndex, length);
|
|
WordSelectionEvent_t340E6006406B5E90F7190C56218E8F7E3712945E* L_1;
|
|
L_1 = TMP_TextEventHandler_get_onWordSelection_mF22771B4213EEB3AEFCDA390A4FF28FED5D9184C_inline(__this, NULL);
|
|
String_t* L_2 = ___0_word;
|
|
int32_t L_3 = ___1_charIndex;
|
|
int32_t L_4 = ___2_length;
|
|
NullCheck(L_1);
|
|
UnityEvent_3_Invoke_mA9B8756BF3A597179581D20E1EDC4ECAAC73F0F6(L_1, L_2, L_3, L_4, UnityEvent_3_Invoke_mA9B8756BF3A597179581D20E1EDC4ECAAC73F0F6_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0016:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void TMPro.TMP_TextEventHandler::SendOnLineSelection(System.String,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_TextEventHandler_SendOnLineSelection_mF0691C407CA44C2E8F2D7CD6C9C2099693CBE7A6 (TMP_TextEventHandler_t1B20EF196557E1AC0E6AB6AACFA95740CC17A333* __this, String_t* ___0_line, int32_t ___1_charIndex, int32_t ___2_length, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnityEvent_3_Invoke_mA9B8756BF3A597179581D20E1EDC4ECAAC73F0F6_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (onLineSelection != null)
|
|
LineSelectionEvent_t526120C6113E0638913B951E3D1D7B1CF94F0880* L_0;
|
|
L_0 = TMP_TextEventHandler_get_onLineSelection_mDDF07E7000993FCD6EAF2FBD2D2226EB66273908_inline(__this, NULL);
|
|
if (!L_0)
|
|
{
|
|
goto IL_0016;
|
|
}
|
|
}
|
|
{
|
|
// onLineSelection.Invoke(line, charIndex, length);
|
|
LineSelectionEvent_t526120C6113E0638913B951E3D1D7B1CF94F0880* L_1;
|
|
L_1 = TMP_TextEventHandler_get_onLineSelection_mDDF07E7000993FCD6EAF2FBD2D2226EB66273908_inline(__this, NULL);
|
|
String_t* L_2 = ___0_line;
|
|
int32_t L_3 = ___1_charIndex;
|
|
int32_t L_4 = ___2_length;
|
|
NullCheck(L_1);
|
|
UnityEvent_3_Invoke_mA9B8756BF3A597179581D20E1EDC4ECAAC73F0F6(L_1, L_2, L_3, L_4, UnityEvent_3_Invoke_mA9B8756BF3A597179581D20E1EDC4ECAAC73F0F6_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0016:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void TMPro.TMP_TextEventHandler::SendOnLinkSelection(System.String,System.String,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_TextEventHandler_SendOnLinkSelection_m2809D6FFF57FAE45DC5BB4DD579328535E255A02 (TMP_TextEventHandler_t1B20EF196557E1AC0E6AB6AACFA95740CC17A333* __this, String_t* ___0_linkID, String_t* ___1_linkText, int32_t ___2_linkIndex, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnityEvent_3_Invoke_m279F1BE667EB6AACD304BC58E7B39C09CE0E2D69_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (onLinkSelection != null)
|
|
LinkSelectionEvent_t5CE74F742D231580ED2C810ECE394E1A2BC81B3D* L_0;
|
|
L_0 = TMP_TextEventHandler_get_onLinkSelection_m87FB9EABE7F917B2F910A18A3B5F1AE3020D976D_inline(__this, NULL);
|
|
if (!L_0)
|
|
{
|
|
goto IL_0016;
|
|
}
|
|
}
|
|
{
|
|
// onLinkSelection.Invoke(linkID, linkText, linkIndex);
|
|
LinkSelectionEvent_t5CE74F742D231580ED2C810ECE394E1A2BC81B3D* L_1;
|
|
L_1 = TMP_TextEventHandler_get_onLinkSelection_m87FB9EABE7F917B2F910A18A3B5F1AE3020D976D_inline(__this, NULL);
|
|
String_t* L_2 = ___0_linkID;
|
|
String_t* L_3 = ___1_linkText;
|
|
int32_t L_4 = ___2_linkIndex;
|
|
NullCheck(L_1);
|
|
UnityEvent_3_Invoke_m279F1BE667EB6AACD304BC58E7B39C09CE0E2D69(L_1, L_2, L_3, L_4, UnityEvent_3_Invoke_m279F1BE667EB6AACD304BC58E7B39C09CE0E2D69_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0016:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void TMPro.TMP_TextEventHandler::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_TextEventHandler__ctor_mADE4C28CAE14991CF0B1CC1A9D0EBAF0CF1107AB (TMP_TextEventHandler_t1B20EF196557E1AC0E6AB6AACFA95740CC17A333* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CharacterSelectionEvent_t5D7AF67F47A37175CF8615AD66DEC4A0AA021392_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LineSelectionEvent_t526120C6113E0638913B951E3D1D7B1CF94F0880_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LinkSelectionEvent_t5CE74F742D231580ED2C810ECE394E1A2BC81B3D_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SpriteSelectionEvent_t770551D2973013622C464E817FA74D53BCD4FD95_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WordSelectionEvent_t340E6006406B5E90F7190C56218E8F7E3712945E_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// private CharacterSelectionEvent m_OnCharacterSelection = new CharacterSelectionEvent();
|
|
CharacterSelectionEvent_t5D7AF67F47A37175CF8615AD66DEC4A0AA021392* L_0 = (CharacterSelectionEvent_t5D7AF67F47A37175CF8615AD66DEC4A0AA021392*)il2cpp_codegen_object_new(CharacterSelectionEvent_t5D7AF67F47A37175CF8615AD66DEC4A0AA021392_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
CharacterSelectionEvent__ctor_m054FE9253D3C4478F57DE900A15AC9A61EC3C11E(L_0, NULL);
|
|
__this->___m_OnCharacterSelection_4 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_OnCharacterSelection_4), (void*)L_0);
|
|
// private SpriteSelectionEvent m_OnSpriteSelection = new SpriteSelectionEvent();
|
|
SpriteSelectionEvent_t770551D2973013622C464E817FA74D53BCD4FD95* L_1 = (SpriteSelectionEvent_t770551D2973013622C464E817FA74D53BCD4FD95*)il2cpp_codegen_object_new(SpriteSelectionEvent_t770551D2973013622C464E817FA74D53BCD4FD95_il2cpp_TypeInfo_var);
|
|
NullCheck(L_1);
|
|
SpriteSelectionEvent__ctor_m89C1D1F720F140491B28D9B32B0C7202EE8C4963(L_1, NULL);
|
|
__this->___m_OnSpriteSelection_5 = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_OnSpriteSelection_5), (void*)L_1);
|
|
// private WordSelectionEvent m_OnWordSelection = new WordSelectionEvent();
|
|
WordSelectionEvent_t340E6006406B5E90F7190C56218E8F7E3712945E* L_2 = (WordSelectionEvent_t340E6006406B5E90F7190C56218E8F7E3712945E*)il2cpp_codegen_object_new(WordSelectionEvent_t340E6006406B5E90F7190C56218E8F7E3712945E_il2cpp_TypeInfo_var);
|
|
NullCheck(L_2);
|
|
WordSelectionEvent__ctor_m3F52F327A9627042EDB065C1080CEB764F1154F2(L_2, NULL);
|
|
__this->___m_OnWordSelection_6 = L_2;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_OnWordSelection_6), (void*)L_2);
|
|
// private LineSelectionEvent m_OnLineSelection = new LineSelectionEvent();
|
|
LineSelectionEvent_t526120C6113E0638913B951E3D1D7B1CF94F0880* L_3 = (LineSelectionEvent_t526120C6113E0638913B951E3D1D7B1CF94F0880*)il2cpp_codegen_object_new(LineSelectionEvent_t526120C6113E0638913B951E3D1D7B1CF94F0880_il2cpp_TypeInfo_var);
|
|
NullCheck(L_3);
|
|
LineSelectionEvent__ctor_m419828B3E32BC3F6F5AAC88D7B90CF50A74C80B2(L_3, NULL);
|
|
__this->___m_OnLineSelection_7 = L_3;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_OnLineSelection_7), (void*)L_3);
|
|
// private LinkSelectionEvent m_OnLinkSelection = new LinkSelectionEvent();
|
|
LinkSelectionEvent_t5CE74F742D231580ED2C810ECE394E1A2BC81B3D* L_4 = (LinkSelectionEvent_t5CE74F742D231580ED2C810ECE394E1A2BC81B3D*)il2cpp_codegen_object_new(LinkSelectionEvent_t5CE74F742D231580ED2C810ECE394E1A2BC81B3D_il2cpp_TypeInfo_var);
|
|
NullCheck(L_4);
|
|
LinkSelectionEvent__ctor_m4083D6FF46F61AAF956F77FFE849B5166E2579BC(L_4, NULL);
|
|
__this->___m_OnLinkSelection_8 = L_4;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_OnLinkSelection_8), (void*)L_4);
|
|
// private int m_selectedLink = -1;
|
|
__this->___m_selectedLink_12 = (-1);
|
|
// private int m_lastCharIndex = -1;
|
|
__this->___m_lastCharIndex_13 = (-1);
|
|
// private int m_lastWordIndex = -1;
|
|
__this->___m_lastWordIndex_14 = (-1);
|
|
// private int m_lastLineIndex = -1;
|
|
__this->___m_lastLineIndex_15 = (-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 TMPro.TMP_TextEventHandler/CharacterSelectionEvent::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CharacterSelectionEvent__ctor_m054FE9253D3C4478F57DE900A15AC9A61EC3C11E (CharacterSelectionEvent_t5D7AF67F47A37175CF8615AD66DEC4A0AA021392* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnityEvent_2__ctor_mC75313448B2ABE238198CDD698EA81B87F379C61_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
UnityEvent_2__ctor_mC75313448B2ABE238198CDD698EA81B87F379C61(__this, UnityEvent_2__ctor_mC75313448B2ABE238198CDD698EA81B87F379C61_RuntimeMethod_var);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void TMPro.TMP_TextEventHandler/SpriteSelectionEvent::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SpriteSelectionEvent__ctor_m89C1D1F720F140491B28D9B32B0C7202EE8C4963 (SpriteSelectionEvent_t770551D2973013622C464E817FA74D53BCD4FD95* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnityEvent_2__ctor_mC75313448B2ABE238198CDD698EA81B87F379C61_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
UnityEvent_2__ctor_mC75313448B2ABE238198CDD698EA81B87F379C61(__this, UnityEvent_2__ctor_mC75313448B2ABE238198CDD698EA81B87F379C61_RuntimeMethod_var);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void TMPro.TMP_TextEventHandler/WordSelectionEvent::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WordSelectionEvent__ctor_m3F52F327A9627042EDB065C1080CEB764F1154F2 (WordSelectionEvent_t340E6006406B5E90F7190C56218E8F7E3712945E* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnityEvent_3__ctor_m945E5A788027E4B7491C93E2ACBD523B5A8E1829_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
UnityEvent_3__ctor_m945E5A788027E4B7491C93E2ACBD523B5A8E1829(__this, UnityEvent_3__ctor_m945E5A788027E4B7491C93E2ACBD523B5A8E1829_RuntimeMethod_var);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void TMPro.TMP_TextEventHandler/LineSelectionEvent::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LineSelectionEvent__ctor_m419828B3E32BC3F6F5AAC88D7B90CF50A74C80B2 (LineSelectionEvent_t526120C6113E0638913B951E3D1D7B1CF94F0880* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnityEvent_3__ctor_m945E5A788027E4B7491C93E2ACBD523B5A8E1829_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
UnityEvent_3__ctor_m945E5A788027E4B7491C93E2ACBD523B5A8E1829(__this, UnityEvent_3__ctor_m945E5A788027E4B7491C93E2ACBD523B5A8E1829_RuntimeMethod_var);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void TMPro.TMP_TextEventHandler/LinkSelectionEvent::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LinkSelectionEvent__ctor_m4083D6FF46F61AAF956F77FFE849B5166E2579BC (LinkSelectionEvent_t5CE74F742D231580ED2C810ECE394E1A2BC81B3D* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnityEvent_3__ctor_mFE0002F38DAAC29805C09ACB9F397DE80F6CB7BC_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
UnityEvent_3__ctor_mFE0002F38DAAC29805C09ACB9F397DE80F6CB7BC(__this, UnityEvent_3__ctor_mFE0002F38DAAC29805C09ACB9F397DE80F6CB7BC_RuntimeMethod_var);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Collections.IEnumerator TMPro.Examples.Benchmark01::Start()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Benchmark01_Start_m6CF91B0D99B3AC9317731D0C08B2EDA6AA56B9E9 (Benchmark01_t5B476C61575B5B6B64FA318EE0B32114E702DD5D* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CStartU3Ed__10_tB81FF4C98E539AF1EEA095D6A6C11409A26E7819_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
U3CStartU3Ed__10_tB81FF4C98E539AF1EEA095D6A6C11409A26E7819* L_0 = (U3CStartU3Ed__10_tB81FF4C98E539AF1EEA095D6A6C11409A26E7819*)il2cpp_codegen_object_new(U3CStartU3Ed__10_tB81FF4C98E539AF1EEA095D6A6C11409A26E7819_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
U3CStartU3Ed__10__ctor_m242187966C9D563957FB0F76C467B25C25D91D69(L_0, 0, NULL);
|
|
U3CStartU3Ed__10_tB81FF4C98E539AF1EEA095D6A6C11409A26E7819* L_1 = L_0;
|
|
NullCheck(L_1);
|
|
L_1->___U3CU3E4__this_2 = __this;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_1->___U3CU3E4__this_2), (void*)__this);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Void TMPro.Examples.Benchmark01::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Benchmark01__ctor_m9E12F5F809E8FF4A6EEFCDB016C1F884716347C4 (Benchmark01_t5B476C61575B5B6B64FA318EE0B32114E702DD5D* __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 TMPro.Examples.Benchmark01/<Start>d__10::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CStartU3Ed__10__ctor_m242187966C9D563957FB0F76C467B25C25D91D69 (U3CStartU3Ed__10_tB81FF4C98E539AF1EEA095D6A6C11409A26E7819* __this, int32_t ___0_U3CU3E1__state, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
int32_t L_0 = ___0_U3CU3E1__state;
|
|
__this->___U3CU3E1__state_0 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// System.Void TMPro.Examples.Benchmark01/<Start>d__10::System.IDisposable.Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CStartU3Ed__10_System_IDisposable_Dispose_m7AD303D116E090426086312CD69BFA256CD28B0D (U3CStartU3Ed__10_tB81FF4C98E539AF1EEA095D6A6C11409A26E7819* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean TMPro.Examples.Benchmark01/<Start>d__10::MoveNext()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CStartU3Ed__10_MoveNext_m5F93878ED8166F8F4507EE8353856FAEABBBF1C9 (U3CStartU3Ed__10_tB81FF4C98E539AF1EEA095D6A6C11409A26E7819* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisRenderer_t320575F223BCB177A982E5DDB5DB19FAA89E7FBF_mC91ACC92AD57CA6CA00991DAF1DB3830BCE07AF8_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Font_tC95270EA3198038970422D78B74A7F2E218A96B6_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Font_tC95270EA3198038970422D78B74A7F2E218A96B6_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_AddComponent_TisTextMeshPro_t4560AB28A3EAF503895A781A9C625273D833270E_mD3BE0A75BBE971456A1D7C8C6F6688A094A81C9C_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_AddComponent_TisTextMesh_t7E1981C7B03E50D5CA5A3AD5B0D9BB0AB6EE91F8_mFAD74D91BCACF9C3FAE6960EB58D5C346DDBD9C2_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Resources_Load_TisMaterial_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3_mC909CC888641BC8E1E29C8AB1C790C637C9B390E_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral55F097B2603C69F9353B2AE824F1FE43E6B46F87);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9D329ACFC4F7EECCB821A7FEF99A0F23E1C721B7);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC307A6AA53A901DED3039EE47F98C72B9160E490);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF359E6DDFFFF3D8B034D057E57DBD8ABA4ED7FFC);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
Benchmark01_t5B476C61575B5B6B64FA318EE0B32114E702DD5D* V_1 = NULL;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* V_2 = NULL;
|
|
int32_t V_3 = 0;
|
|
TextMeshPro_t4560AB28A3EAF503895A781A9C625273D833270E* G_B16_0 = NULL;
|
|
TextMeshPro_t4560AB28A3EAF503895A781A9C625273D833270E* G_B15_0 = NULL;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* G_B17_0 = NULL;
|
|
TextMeshPro_t4560AB28A3EAF503895A781A9C625273D833270E* G_B17_1 = NULL;
|
|
{
|
|
int32_t L_0 = __this->___U3CU3E1__state_0;
|
|
V_0 = L_0;
|
|
Benchmark01_t5B476C61575B5B6B64FA318EE0B32114E702DD5D* L_1 = __this->___U3CU3E4__this_2;
|
|
V_1 = L_1;
|
|
int32_t L_2 = V_0;
|
|
switch (L_2)
|
|
{
|
|
case 0:
|
|
{
|
|
goto IL_0022;
|
|
}
|
|
case 1:
|
|
{
|
|
goto IL_0269;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_02a0;
|
|
}
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0022:
|
|
{
|
|
__this->___U3CU3E1__state_0 = (-1);
|
|
// if (BenchmarkType == 0) // TextMesh Pro Component
|
|
Benchmark01_t5B476C61575B5B6B64FA318EE0B32114E702DD5D* L_3 = V_1;
|
|
NullCheck(L_3);
|
|
int32_t L_4 = L_3->___BenchmarkType_4;
|
|
if (L_4)
|
|
{
|
|
goto IL_00d3;
|
|
}
|
|
}
|
|
{
|
|
// m_textMeshPro = gameObject.AddComponent<TextMeshPro>();
|
|
Benchmark01_t5B476C61575B5B6B64FA318EE0B32114E702DD5D* L_5 = V_1;
|
|
Benchmark01_t5B476C61575B5B6B64FA318EE0B32114E702DD5D* L_6 = V_1;
|
|
NullCheck(L_6);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_7;
|
|
L_7 = Component_get_gameObject_m57AEFBB14DB39EC476F740BA000E170355DE691B(L_6, NULL);
|
|
NullCheck(L_7);
|
|
TextMeshPro_t4560AB28A3EAF503895A781A9C625273D833270E* L_8;
|
|
L_8 = GameObject_AddComponent_TisTextMeshPro_t4560AB28A3EAF503895A781A9C625273D833270E_mD3BE0A75BBE971456A1D7C8C6F6688A094A81C9C(L_7, GameObject_AddComponent_TisTextMeshPro_t4560AB28A3EAF503895A781A9C625273D833270E_mD3BE0A75BBE971456A1D7C8C6F6688A094A81C9C_RuntimeMethod_var);
|
|
NullCheck(L_5);
|
|
L_5->___m_textMeshPro_7 = L_8;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_5->___m_textMeshPro_7), (void*)L_8);
|
|
// m_textMeshPro.autoSizeTextContainer = true;
|
|
Benchmark01_t5B476C61575B5B6B64FA318EE0B32114E702DD5D* L_9 = V_1;
|
|
NullCheck(L_9);
|
|
TextMeshPro_t4560AB28A3EAF503895A781A9C625273D833270E* L_10 = L_9->___m_textMeshPro_7;
|
|
NullCheck(L_10);
|
|
VirtualActionInvoker1< bool >::Invoke(76 /* System.Void TMPro.TMP_Text::set_autoSizeTextContainer(System.Boolean) */, L_10, (bool)1);
|
|
// if (TMProFont != null)
|
|
Benchmark01_t5B476C61575B5B6B64FA318EE0B32114E702DD5D* L_11 = V_1;
|
|
NullCheck(L_11);
|
|
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* L_12 = L_11->___TMProFont_5;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_13;
|
|
L_13 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_12, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
if (!L_13)
|
|
{
|
|
goto IL_0070;
|
|
}
|
|
}
|
|
{
|
|
// m_textMeshPro.font = TMProFont;
|
|
Benchmark01_t5B476C61575B5B6B64FA318EE0B32114E702DD5D* L_14 = V_1;
|
|
NullCheck(L_14);
|
|
TextMeshPro_t4560AB28A3EAF503895A781A9C625273D833270E* L_15 = L_14->___m_textMeshPro_7;
|
|
Benchmark01_t5B476C61575B5B6B64FA318EE0B32114E702DD5D* L_16 = V_1;
|
|
NullCheck(L_16);
|
|
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* L_17 = L_16->___TMProFont_5;
|
|
NullCheck(L_15);
|
|
TMP_Text_set_font_mC55E4A8C1C09595031384B35F2C2FB2FC3479E83(L_15, L_17, NULL);
|
|
}
|
|
|
|
IL_0070:
|
|
{
|
|
// m_textMeshPro.fontSize = 48;
|
|
Benchmark01_t5B476C61575B5B6B64FA318EE0B32114E702DD5D* L_18 = V_1;
|
|
NullCheck(L_18);
|
|
TextMeshPro_t4560AB28A3EAF503895A781A9C625273D833270E* L_19 = L_18->___m_textMeshPro_7;
|
|
NullCheck(L_19);
|
|
TMP_Text_set_fontSize_m1C3A3BA2BC88E5E1D89375FD35A0AA91E75D3AAD(L_19, (48.0f), NULL);
|
|
// m_textMeshPro.alignment = TextAlignmentOptions.Center;
|
|
Benchmark01_t5B476C61575B5B6B64FA318EE0B32114E702DD5D* L_20 = V_1;
|
|
NullCheck(L_20);
|
|
TextMeshPro_t4560AB28A3EAF503895A781A9C625273D833270E* L_21 = L_20->___m_textMeshPro_7;
|
|
NullCheck(L_21);
|
|
TMP_Text_set_alignment_mE5216A28797987CC19927ED3CB8DFAC438C6B95A(L_21, ((int32_t)514), NULL);
|
|
// m_textMeshPro.extraPadding = true;
|
|
Benchmark01_t5B476C61575B5B6B64FA318EE0B32114E702DD5D* L_22 = V_1;
|
|
NullCheck(L_22);
|
|
TextMeshPro_t4560AB28A3EAF503895A781A9C625273D833270E* L_23 = L_22->___m_textMeshPro_7;
|
|
NullCheck(L_23);
|
|
TMP_Text_set_extraPadding_m26595B78EDE43EFBCCBF7D5E23932ADCB983EF32(L_23, (bool)1, NULL);
|
|
// m_textMeshPro.enableWordWrapping = false;
|
|
Benchmark01_t5B476C61575B5B6B64FA318EE0B32114E702DD5D* L_24 = V_1;
|
|
NullCheck(L_24);
|
|
TextMeshPro_t4560AB28A3EAF503895A781A9C625273D833270E* L_25 = L_24->___m_textMeshPro_7;
|
|
NullCheck(L_25);
|
|
TMP_Text_set_enableWordWrapping_mFAEE849315B4723F9C86C127B1A59EF50BE1C12F(L_25, (bool)0, NULL);
|
|
// m_material01 = m_textMeshPro.font.material;
|
|
Benchmark01_t5B476C61575B5B6B64FA318EE0B32114E702DD5D* L_26 = V_1;
|
|
Benchmark01_t5B476C61575B5B6B64FA318EE0B32114E702DD5D* L_27 = V_1;
|
|
NullCheck(L_27);
|
|
TextMeshPro_t4560AB28A3EAF503895A781A9C625273D833270E* L_28 = L_27->___m_textMeshPro_7;
|
|
NullCheck(L_28);
|
|
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* L_29;
|
|
L_29 = TMP_Text_get_font_m1F5E907B9181A54212FBD8123242583C1CA4BE2A_inline(L_28, NULL);
|
|
NullCheck(L_29);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_30 = ((TMP_Asset_t135A047D4F5CBBA9CD356B762B55AB164122B969*)L_29)->___material_6;
|
|
NullCheck(L_26);
|
|
L_26->___m_material01_12 = L_30;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_26->___m_material01_12), (void*)L_30);
|
|
// m_material02 = Resources.Load<Material>("Fonts & Materials/LiberationSans SDF - Drop Shadow"); // Make sure the LiberationSans SDF exists before calling this...
|
|
Benchmark01_t5B476C61575B5B6B64FA318EE0B32114E702DD5D* L_31 = V_1;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_32;
|
|
L_32 = Resources_Load_TisMaterial_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3_mC909CC888641BC8E1E29C8AB1C790C637C9B390E(_stringLiteralF359E6DDFFFF3D8B034D057E57DBD8ABA4ED7FFC, Resources_Load_TisMaterial_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3_mC909CC888641BC8E1E29C8AB1C790C637C9B390E_RuntimeMethod_var);
|
|
NullCheck(L_31);
|
|
L_31->___m_material02_13 = L_32;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_31->___m_material02_13), (void*)L_32);
|
|
goto IL_018e;
|
|
}
|
|
|
|
IL_00d3:
|
|
{
|
|
// else if (BenchmarkType == 1) // TextMesh
|
|
Benchmark01_t5B476C61575B5B6B64FA318EE0B32114E702DD5D* L_33 = V_1;
|
|
NullCheck(L_33);
|
|
int32_t L_34 = L_33->___BenchmarkType_4;
|
|
if ((!(((uint32_t)L_34) == ((uint32_t)1))))
|
|
{
|
|
goto IL_018e;
|
|
}
|
|
}
|
|
{
|
|
// m_textMesh = gameObject.AddComponent<TextMesh>();
|
|
Benchmark01_t5B476C61575B5B6B64FA318EE0B32114E702DD5D* L_35 = V_1;
|
|
Benchmark01_t5B476C61575B5B6B64FA318EE0B32114E702DD5D* L_36 = V_1;
|
|
NullCheck(L_36);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_37;
|
|
L_37 = Component_get_gameObject_m57AEFBB14DB39EC476F740BA000E170355DE691B(L_36, NULL);
|
|
NullCheck(L_37);
|
|
TextMesh_t7E1981C7B03E50D5CA5A3AD5B0D9BB0AB6EE91F8* L_38;
|
|
L_38 = GameObject_AddComponent_TisTextMesh_t7E1981C7B03E50D5CA5A3AD5B0D9BB0AB6EE91F8_mFAD74D91BCACF9C3FAE6960EB58D5C346DDBD9C2(L_37, GameObject_AddComponent_TisTextMesh_t7E1981C7B03E50D5CA5A3AD5B0D9BB0AB6EE91F8_mFAD74D91BCACF9C3FAE6960EB58D5C346DDBD9C2_RuntimeMethod_var);
|
|
NullCheck(L_35);
|
|
L_35->___m_textMesh_9 = L_38;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_35->___m_textMesh_9), (void*)L_38);
|
|
// if (TextMeshFont != null)
|
|
Benchmark01_t5B476C61575B5B6B64FA318EE0B32114E702DD5D* L_39 = V_1;
|
|
NullCheck(L_39);
|
|
Font_tC95270EA3198038970422D78B74A7F2E218A96B6* L_40 = L_39->___TextMeshFont_6;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_41;
|
|
L_41 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_40, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
if (!L_41)
|
|
{
|
|
goto IL_0131;
|
|
}
|
|
}
|
|
{
|
|
// m_textMesh.font = TextMeshFont;
|
|
Benchmark01_t5B476C61575B5B6B64FA318EE0B32114E702DD5D* L_42 = V_1;
|
|
NullCheck(L_42);
|
|
TextMesh_t7E1981C7B03E50D5CA5A3AD5B0D9BB0AB6EE91F8* L_43 = L_42->___m_textMesh_9;
|
|
Benchmark01_t5B476C61575B5B6B64FA318EE0B32114E702DD5D* L_44 = V_1;
|
|
NullCheck(L_44);
|
|
Font_tC95270EA3198038970422D78B74A7F2E218A96B6* L_45 = L_44->___TextMeshFont_6;
|
|
NullCheck(L_43);
|
|
TextMesh_set_font_m7E407CAEDBB382B95B70069D8FAB8A9E74EAAA74(L_43, L_45, NULL);
|
|
// m_textMesh.GetComponent<Renderer>().sharedMaterial = m_textMesh.font.material;
|
|
Benchmark01_t5B476C61575B5B6B64FA318EE0B32114E702DD5D* L_46 = V_1;
|
|
NullCheck(L_46);
|
|
TextMesh_t7E1981C7B03E50D5CA5A3AD5B0D9BB0AB6EE91F8* L_47 = L_46->___m_textMesh_9;
|
|
NullCheck(L_47);
|
|
Renderer_t320575F223BCB177A982E5DDB5DB19FAA89E7FBF* L_48;
|
|
L_48 = Component_GetComponent_TisRenderer_t320575F223BCB177A982E5DDB5DB19FAA89E7FBF_mC91ACC92AD57CA6CA00991DAF1DB3830BCE07AF8(L_47, Component_GetComponent_TisRenderer_t320575F223BCB177A982E5DDB5DB19FAA89E7FBF_mC91ACC92AD57CA6CA00991DAF1DB3830BCE07AF8_RuntimeMethod_var);
|
|
Benchmark01_t5B476C61575B5B6B64FA318EE0B32114E702DD5D* L_49 = V_1;
|
|
NullCheck(L_49);
|
|
TextMesh_t7E1981C7B03E50D5CA5A3AD5B0D9BB0AB6EE91F8* L_50 = L_49->___m_textMesh_9;
|
|
NullCheck(L_50);
|
|
Font_tC95270EA3198038970422D78B74A7F2E218A96B6* L_51;
|
|
L_51 = TextMesh_get_font_m94D3A4C8E4DB171B74E4FF00AC7EC27F3D495664(L_50, NULL);
|
|
NullCheck(L_51);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_52;
|
|
L_52 = Font_get_material_m61ABDEC14C6D659DDC5A4F080023699116C17364(L_51, NULL);
|
|
NullCheck(L_48);
|
|
Renderer_set_sharedMaterial_m5E842F9A06CFB7B77656EB319881CB4B3E8E4288(L_48, L_52, NULL);
|
|
goto IL_0175;
|
|
}
|
|
|
|
IL_0131:
|
|
{
|
|
// m_textMesh.font = Resources.Load("Fonts/ARIAL", typeof(Font)) as Font;
|
|
Benchmark01_t5B476C61575B5B6B64FA318EE0B32114E702DD5D* L_53 = V_1;
|
|
NullCheck(L_53);
|
|
TextMesh_t7E1981C7B03E50D5CA5A3AD5B0D9BB0AB6EE91F8* L_54 = L_53->___m_textMesh_9;
|
|
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_55 = { reinterpret_cast<intptr_t> (Font_tC95270EA3198038970422D78B74A7F2E218A96B6_0_0_0_var) };
|
|
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t* L_56;
|
|
L_56 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_55, NULL);
|
|
Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* L_57;
|
|
L_57 = Resources_Load_m6CD8FBBCCFFF22179FA0E7B1806B888103008D33(_stringLiteral9D329ACFC4F7EECCB821A7FEF99A0F23E1C721B7, L_56, NULL);
|
|
NullCheck(L_54);
|
|
TextMesh_set_font_m7E407CAEDBB382B95B70069D8FAB8A9E74EAAA74(L_54, ((Font_tC95270EA3198038970422D78B74A7F2E218A96B6*)IsInstSealed((RuntimeObject*)L_57, Font_tC95270EA3198038970422D78B74A7F2E218A96B6_il2cpp_TypeInfo_var)), NULL);
|
|
// m_textMesh.GetComponent<Renderer>().sharedMaterial = m_textMesh.font.material;
|
|
Benchmark01_t5B476C61575B5B6B64FA318EE0B32114E702DD5D* L_58 = V_1;
|
|
NullCheck(L_58);
|
|
TextMesh_t7E1981C7B03E50D5CA5A3AD5B0D9BB0AB6EE91F8* L_59 = L_58->___m_textMesh_9;
|
|
NullCheck(L_59);
|
|
Renderer_t320575F223BCB177A982E5DDB5DB19FAA89E7FBF* L_60;
|
|
L_60 = Component_GetComponent_TisRenderer_t320575F223BCB177A982E5DDB5DB19FAA89E7FBF_mC91ACC92AD57CA6CA00991DAF1DB3830BCE07AF8(L_59, Component_GetComponent_TisRenderer_t320575F223BCB177A982E5DDB5DB19FAA89E7FBF_mC91ACC92AD57CA6CA00991DAF1DB3830BCE07AF8_RuntimeMethod_var);
|
|
Benchmark01_t5B476C61575B5B6B64FA318EE0B32114E702DD5D* L_61 = V_1;
|
|
NullCheck(L_61);
|
|
TextMesh_t7E1981C7B03E50D5CA5A3AD5B0D9BB0AB6EE91F8* L_62 = L_61->___m_textMesh_9;
|
|
NullCheck(L_62);
|
|
Font_tC95270EA3198038970422D78B74A7F2E218A96B6* L_63;
|
|
L_63 = TextMesh_get_font_m94D3A4C8E4DB171B74E4FF00AC7EC27F3D495664(L_62, NULL);
|
|
NullCheck(L_63);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_64;
|
|
L_64 = Font_get_material_m61ABDEC14C6D659DDC5A4F080023699116C17364(L_63, NULL);
|
|
NullCheck(L_60);
|
|
Renderer_set_sharedMaterial_m5E842F9A06CFB7B77656EB319881CB4B3E8E4288(L_60, L_64, NULL);
|
|
}
|
|
|
|
IL_0175:
|
|
{
|
|
// m_textMesh.fontSize = 48;
|
|
Benchmark01_t5B476C61575B5B6B64FA318EE0B32114E702DD5D* L_65 = V_1;
|
|
NullCheck(L_65);
|
|
TextMesh_t7E1981C7B03E50D5CA5A3AD5B0D9BB0AB6EE91F8* L_66 = L_65->___m_textMesh_9;
|
|
NullCheck(L_66);
|
|
TextMesh_set_fontSize_mAB9F7FFC0E4DB759B786F6A9357B18C86015498B(L_66, ((int32_t)48), NULL);
|
|
// m_textMesh.anchor = TextAnchor.MiddleCenter;
|
|
Benchmark01_t5B476C61575B5B6B64FA318EE0B32114E702DD5D* L_67 = V_1;
|
|
NullCheck(L_67);
|
|
TextMesh_t7E1981C7B03E50D5CA5A3AD5B0D9BB0AB6EE91F8* L_68 = L_67->___m_textMesh_9;
|
|
NullCheck(L_68);
|
|
TextMesh_set_anchor_m3FCB7C4B1FF66CE189B56076C0306AFE984FCD32(L_68, 4, NULL);
|
|
}
|
|
|
|
IL_018e:
|
|
{
|
|
// for (int i = 0; i <= 1000000; i++)
|
|
__this->___U3CiU3E5__2_3 = 0;
|
|
goto IL_0280;
|
|
}
|
|
|
|
IL_019a:
|
|
{
|
|
// if (BenchmarkType == 0)
|
|
Benchmark01_t5B476C61575B5B6B64FA318EE0B32114E702DD5D* L_69 = V_1;
|
|
NullCheck(L_69);
|
|
int32_t L_70 = L_69->___BenchmarkType_4;
|
|
if (L_70)
|
|
{
|
|
goto IL_0227;
|
|
}
|
|
}
|
|
{
|
|
// m_textMeshPro.SetText(label01, i % 1000);
|
|
Benchmark01_t5B476C61575B5B6B64FA318EE0B32114E702DD5D* L_71 = V_1;
|
|
NullCheck(L_71);
|
|
TextMeshPro_t4560AB28A3EAF503895A781A9C625273D833270E* L_72 = L_71->___m_textMeshPro_7;
|
|
int32_t L_73 = __this->___U3CiU3E5__2_3;
|
|
NullCheck(L_72);
|
|
TMP_Text_SetText_mC6973FFC60DB6A96B0C4253CD2FD9D0789ECC533(L_72, _stringLiteralC307A6AA53A901DED3039EE47F98C72B9160E490, ((float)((int32_t)(L_73%((int32_t)1000)))), NULL);
|
|
// if (i % 1000 == 999)
|
|
int32_t L_74 = __this->___U3CiU3E5__2_3;
|
|
if ((!(((uint32_t)((int32_t)(L_74%((int32_t)1000)))) == ((uint32_t)((int32_t)999)))))
|
|
{
|
|
goto IL_0259;
|
|
}
|
|
}
|
|
{
|
|
// m_textMeshPro.fontSharedMaterial = m_textMeshPro.fontSharedMaterial == m_material01 ? m_textMeshPro.fontSharedMaterial = m_material02 : m_textMeshPro.fontSharedMaterial = m_material01;
|
|
Benchmark01_t5B476C61575B5B6B64FA318EE0B32114E702DD5D* L_75 = V_1;
|
|
NullCheck(L_75);
|
|
TextMeshPro_t4560AB28A3EAF503895A781A9C625273D833270E* L_76 = L_75->___m_textMeshPro_7;
|
|
Benchmark01_t5B476C61575B5B6B64FA318EE0B32114E702DD5D* L_77 = V_1;
|
|
NullCheck(L_77);
|
|
TextMeshPro_t4560AB28A3EAF503895A781A9C625273D833270E* L_78 = L_77->___m_textMeshPro_7;
|
|
NullCheck(L_78);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_79;
|
|
L_79 = VirtualFuncInvoker0< Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* >::Invoke(67 /* UnityEngine.Material TMPro.TMP_Text::get_fontSharedMaterial() */, L_78);
|
|
Benchmark01_t5B476C61575B5B6B64FA318EE0B32114E702DD5D* L_80 = V_1;
|
|
NullCheck(L_80);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_81 = L_80->___m_material01_12;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_82;
|
|
L_82 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_79, L_81, NULL);
|
|
G_B15_0 = L_76;
|
|
if (L_82)
|
|
{
|
|
G_B16_0 = L_76;
|
|
goto IL_020c;
|
|
}
|
|
}
|
|
{
|
|
Benchmark01_t5B476C61575B5B6B64FA318EE0B32114E702DD5D* L_83 = V_1;
|
|
NullCheck(L_83);
|
|
TextMeshPro_t4560AB28A3EAF503895A781A9C625273D833270E* L_84 = L_83->___m_textMeshPro_7;
|
|
Benchmark01_t5B476C61575B5B6B64FA318EE0B32114E702DD5D* L_85 = V_1;
|
|
NullCheck(L_85);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_86 = L_85->___m_material01_12;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_87 = L_86;
|
|
V_2 = L_87;
|
|
NullCheck(L_84);
|
|
VirtualActionInvoker1< Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* >::Invoke(68 /* System.Void TMPro.TMP_Text::set_fontSharedMaterial(UnityEngine.Material) */, L_84, L_87);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_88 = V_2;
|
|
G_B17_0 = L_88;
|
|
G_B17_1 = G_B15_0;
|
|
goto IL_0220;
|
|
}
|
|
|
|
IL_020c:
|
|
{
|
|
Benchmark01_t5B476C61575B5B6B64FA318EE0B32114E702DD5D* L_89 = V_1;
|
|
NullCheck(L_89);
|
|
TextMeshPro_t4560AB28A3EAF503895A781A9C625273D833270E* L_90 = L_89->___m_textMeshPro_7;
|
|
Benchmark01_t5B476C61575B5B6B64FA318EE0B32114E702DD5D* L_91 = V_1;
|
|
NullCheck(L_91);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_92 = L_91->___m_material02_13;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_93 = L_92;
|
|
V_2 = L_93;
|
|
NullCheck(L_90);
|
|
VirtualActionInvoker1< Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* >::Invoke(68 /* System.Void TMPro.TMP_Text::set_fontSharedMaterial(UnityEngine.Material) */, L_90, L_93);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_94 = V_2;
|
|
G_B17_0 = L_94;
|
|
G_B17_1 = G_B16_0;
|
|
}
|
|
|
|
IL_0220:
|
|
{
|
|
NullCheck(G_B17_1);
|
|
VirtualActionInvoker1< Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* >::Invoke(68 /* System.Void TMPro.TMP_Text::set_fontSharedMaterial(UnityEngine.Material) */, G_B17_1, G_B17_0);
|
|
goto IL_0259;
|
|
}
|
|
|
|
IL_0227:
|
|
{
|
|
// else if (BenchmarkType == 1)
|
|
Benchmark01_t5B476C61575B5B6B64FA318EE0B32114E702DD5D* L_95 = V_1;
|
|
NullCheck(L_95);
|
|
int32_t L_96 = L_95->___BenchmarkType_4;
|
|
if ((!(((uint32_t)L_96) == ((uint32_t)1))))
|
|
{
|
|
goto IL_0259;
|
|
}
|
|
}
|
|
{
|
|
// m_textMesh.text = label02 + (i % 1000).ToString();
|
|
Benchmark01_t5B476C61575B5B6B64FA318EE0B32114E702DD5D* L_97 = V_1;
|
|
NullCheck(L_97);
|
|
TextMesh_t7E1981C7B03E50D5CA5A3AD5B0D9BB0AB6EE91F8* L_98 = L_97->___m_textMesh_9;
|
|
int32_t L_99 = __this->___U3CiU3E5__2_3;
|
|
V_3 = ((int32_t)(L_99%((int32_t)1000)));
|
|
String_t* L_100;
|
|
L_100 = Int32_ToString_m030E01C24E294D6762FB0B6F37CB541581F55CA5((&V_3), NULL);
|
|
String_t* L_101;
|
|
L_101 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(_stringLiteral55F097B2603C69F9353B2AE824F1FE43E6B46F87, L_100, NULL);
|
|
NullCheck(L_98);
|
|
TextMesh_set_text_mDF79D39638ED82797D0B0B3BB9E6B10712F8EA9E(L_98, L_101, NULL);
|
|
}
|
|
|
|
IL_0259:
|
|
{
|
|
// yield return null;
|
|
__this->___U3CU3E2__current_1 = NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CU3E2__current_1), (void*)NULL);
|
|
__this->___U3CU3E1__state_0 = 1;
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0269:
|
|
{
|
|
__this->___U3CU3E1__state_0 = (-1);
|
|
// for (int i = 0; i <= 1000000; i++)
|
|
int32_t L_102 = __this->___U3CiU3E5__2_3;
|
|
V_3 = L_102;
|
|
int32_t L_103 = V_3;
|
|
__this->___U3CiU3E5__2_3 = ((int32_t)il2cpp_codegen_add(L_103, 1));
|
|
}
|
|
|
|
IL_0280:
|
|
{
|
|
// for (int i = 0; i <= 1000000; i++)
|
|
int32_t L_104 = __this->___U3CiU3E5__2_3;
|
|
if ((((int32_t)L_104) <= ((int32_t)((int32_t)1000000))))
|
|
{
|
|
goto IL_019a;
|
|
}
|
|
}
|
|
{
|
|
// yield return null;
|
|
__this->___U3CU3E2__current_1 = NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CU3E2__current_1), (void*)NULL);
|
|
__this->___U3CU3E1__state_0 = 2;
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_02a0:
|
|
{
|
|
__this->___U3CU3E1__state_0 = (-1);
|
|
// }
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Object TMPro.Examples.Benchmark01/<Start>d__10::System.Collections.Generic.IEnumerator<System.Object>.get_Current()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CStartU3Ed__10_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_m8F5CE0A24226CB5F890D4C2A9FAD81A2696CE6F6 (U3CStartU3Ed__10_tB81FF4C98E539AF1EEA095D6A6C11409A26E7819* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject* L_0 = __this->___U3CU3E2__current_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void TMPro.Examples.Benchmark01/<Start>d__10::System.Collections.IEnumerator.Reset()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CStartU3Ed__10_System_Collections_IEnumerator_Reset_m553F892690ED74A33F57B1359743D31F8BB93C2A (U3CStartU3Ed__10_tB81FF4C98E539AF1EEA095D6A6C11409A26E7819* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* L_0 = (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_0);
|
|
NotSupportedException__ctor_m1398D0CDE19B36AA3DE9392879738C1EA2439CDF(L_0, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CStartU3Ed__10_System_Collections_IEnumerator_Reset_m553F892690ED74A33F57B1359743D31F8BB93C2A_RuntimeMethod_var)));
|
|
}
|
|
}
|
|
// System.Object TMPro.Examples.Benchmark01/<Start>d__10::System.Collections.IEnumerator.get_Current()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CStartU3Ed__10_System_Collections_IEnumerator_get_Current_m50D65AEFE4D08E48AC72E017E00CD43273E1BDBD (U3CStartU3Ed__10_tB81FF4C98E539AF1EEA095D6A6C11409A26E7819* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject* L_0 = __this->___U3CU3E2__current_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Collections.IEnumerator TMPro.Examples.Benchmark01_UGUI::Start()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Benchmark01_UGUI_Start_m565A619941AAFFC17BB16A4A73DF63F7E54E3AFA (Benchmark01_UGUI_t7DF9DF96E75AF6072B851B638B90BD76FEE0EFD7* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CStartU3Ed__10_t06713955D554742C727996BE112A81AD0BCF3D00_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
U3CStartU3Ed__10_t06713955D554742C727996BE112A81AD0BCF3D00* L_0 = (U3CStartU3Ed__10_t06713955D554742C727996BE112A81AD0BCF3D00*)il2cpp_codegen_object_new(U3CStartU3Ed__10_t06713955D554742C727996BE112A81AD0BCF3D00_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
U3CStartU3Ed__10__ctor_m515F107569D5BDE7C81F5DFDAB4A298A5399EB5A(L_0, 0, NULL);
|
|
U3CStartU3Ed__10_t06713955D554742C727996BE112A81AD0BCF3D00* L_1 = L_0;
|
|
NullCheck(L_1);
|
|
L_1->___U3CU3E4__this_2 = __this;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_1->___U3CU3E4__this_2), (void*)__this);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Void TMPro.Examples.Benchmark01_UGUI::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Benchmark01_UGUI__ctor_m9DCE74210552C6961BF7460C1F812E484771F8EB (Benchmark01_UGUI_t7DF9DF96E75AF6072B851B638B90BD76FEE0EFD7* __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 TMPro.Examples.Benchmark01_UGUI/<Start>d__10::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CStartU3Ed__10__ctor_m515F107569D5BDE7C81F5DFDAB4A298A5399EB5A (U3CStartU3Ed__10_t06713955D554742C727996BE112A81AD0BCF3D00* __this, int32_t ___0_U3CU3E1__state, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
int32_t L_0 = ___0_U3CU3E1__state;
|
|
__this->___U3CU3E1__state_0 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// System.Void TMPro.Examples.Benchmark01_UGUI/<Start>d__10::System.IDisposable.Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CStartU3Ed__10_System_IDisposable_Dispose_mFFD5DC6FCF8EC489FF249BE7F91D4336F2AD76AC (U3CStartU3Ed__10_t06713955D554742C727996BE112A81AD0BCF3D00* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean TMPro.Examples.Benchmark01_UGUI/<Start>d__10::MoveNext()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CStartU3Ed__10_MoveNext_mDCA96D0D1226C44C15F1FD85518F0711E6B395D9 (U3CStartU3Ed__10_t06713955D554742C727996BE112A81AD0BCF3D00* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_AddComponent_TisTextMeshProUGUI_t101091AF4B578BB534C92E9D1EEAF0611636D957_m15E50057DA76710B136ADF4E7CA55A463D9DA3EB_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_AddComponent_TisText_tD60B2346DAA6666BF0D822FF607F0B220C2B9E62_mFECE312B08FC5FD0A081E51ACA01FAEFD6B841A9_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Resources_Load_TisMaterial_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3_mC909CC888641BC8E1E29C8AB1C790C637C9B390E_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral000A577FA6F1044FCB37680E918D59D0DA3E7DDA);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral55F097B2603C69F9353B2AE824F1FE43E6B46F87);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral75A94EE44309525CF46FB9C022ED6E9EFAC8B506);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
Benchmark01_UGUI_t7DF9DF96E75AF6072B851B638B90BD76FEE0EFD7* V_1 = NULL;
|
|
int32_t V_2 = 0;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* V_3 = NULL;
|
|
TextMeshProUGUI_t101091AF4B578BB534C92E9D1EEAF0611636D957* G_B15_0 = NULL;
|
|
TextMeshProUGUI_t101091AF4B578BB534C92E9D1EEAF0611636D957* G_B14_0 = NULL;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* G_B16_0 = NULL;
|
|
TextMeshProUGUI_t101091AF4B578BB534C92E9D1EEAF0611636D957* G_B16_1 = NULL;
|
|
{
|
|
int32_t L_0 = __this->___U3CU3E1__state_0;
|
|
V_0 = L_0;
|
|
Benchmark01_UGUI_t7DF9DF96E75AF6072B851B638B90BD76FEE0EFD7* L_1 = __this->___U3CU3E4__this_2;
|
|
V_1 = L_1;
|
|
int32_t L_2 = V_0;
|
|
switch (L_2)
|
|
{
|
|
case 0:
|
|
{
|
|
goto IL_0022;
|
|
}
|
|
case 1:
|
|
{
|
|
goto IL_01f1;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_0228;
|
|
}
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0022:
|
|
{
|
|
__this->___U3CU3E1__state_0 = (-1);
|
|
// if (BenchmarkType == 0) // TextMesh Pro Component
|
|
Benchmark01_UGUI_t7DF9DF96E75AF6072B851B638B90BD76FEE0EFD7* L_3 = V_1;
|
|
NullCheck(L_3);
|
|
int32_t L_4 = L_3->___BenchmarkType_4;
|
|
if (L_4)
|
|
{
|
|
goto IL_00b8;
|
|
}
|
|
}
|
|
{
|
|
// m_textMeshPro = gameObject.AddComponent<TextMeshProUGUI>();
|
|
Benchmark01_UGUI_t7DF9DF96E75AF6072B851B638B90BD76FEE0EFD7* L_5 = V_1;
|
|
Benchmark01_UGUI_t7DF9DF96E75AF6072B851B638B90BD76FEE0EFD7* L_6 = V_1;
|
|
NullCheck(L_6);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_7;
|
|
L_7 = Component_get_gameObject_m57AEFBB14DB39EC476F740BA000E170355DE691B(L_6, NULL);
|
|
NullCheck(L_7);
|
|
TextMeshProUGUI_t101091AF4B578BB534C92E9D1EEAF0611636D957* L_8;
|
|
L_8 = GameObject_AddComponent_TisTextMeshProUGUI_t101091AF4B578BB534C92E9D1EEAF0611636D957_m15E50057DA76710B136ADF4E7CA55A463D9DA3EB(L_7, GameObject_AddComponent_TisTextMeshProUGUI_t101091AF4B578BB534C92E9D1EEAF0611636D957_m15E50057DA76710B136ADF4E7CA55A463D9DA3EB_RuntimeMethod_var);
|
|
NullCheck(L_5);
|
|
L_5->___m_textMeshPro_8 = L_8;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_5->___m_textMeshPro_8), (void*)L_8);
|
|
// if (TMProFont != null)
|
|
Benchmark01_UGUI_t7DF9DF96E75AF6072B851B638B90BD76FEE0EFD7* L_9 = V_1;
|
|
NullCheck(L_9);
|
|
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* L_10 = L_9->___TMProFont_6;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_11;
|
|
L_11 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_10, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
if (!L_11)
|
|
{
|
|
goto IL_0064;
|
|
}
|
|
}
|
|
{
|
|
// m_textMeshPro.font = TMProFont;
|
|
Benchmark01_UGUI_t7DF9DF96E75AF6072B851B638B90BD76FEE0EFD7* L_12 = V_1;
|
|
NullCheck(L_12);
|
|
TextMeshProUGUI_t101091AF4B578BB534C92E9D1EEAF0611636D957* L_13 = L_12->___m_textMeshPro_8;
|
|
Benchmark01_UGUI_t7DF9DF96E75AF6072B851B638B90BD76FEE0EFD7* L_14 = V_1;
|
|
NullCheck(L_14);
|
|
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* L_15 = L_14->___TMProFont_6;
|
|
NullCheck(L_13);
|
|
TMP_Text_set_font_mC55E4A8C1C09595031384B35F2C2FB2FC3479E83(L_13, L_15, NULL);
|
|
}
|
|
|
|
IL_0064:
|
|
{
|
|
// m_textMeshPro.fontSize = 48;
|
|
Benchmark01_UGUI_t7DF9DF96E75AF6072B851B638B90BD76FEE0EFD7* L_16 = V_1;
|
|
NullCheck(L_16);
|
|
TextMeshProUGUI_t101091AF4B578BB534C92E9D1EEAF0611636D957* L_17 = L_16->___m_textMeshPro_8;
|
|
NullCheck(L_17);
|
|
TMP_Text_set_fontSize_m1C3A3BA2BC88E5E1D89375FD35A0AA91E75D3AAD(L_17, (48.0f), NULL);
|
|
// m_textMeshPro.alignment = TextAlignmentOptions.Center;
|
|
Benchmark01_UGUI_t7DF9DF96E75AF6072B851B638B90BD76FEE0EFD7* L_18 = V_1;
|
|
NullCheck(L_18);
|
|
TextMeshProUGUI_t101091AF4B578BB534C92E9D1EEAF0611636D957* L_19 = L_18->___m_textMeshPro_8;
|
|
NullCheck(L_19);
|
|
TMP_Text_set_alignment_mE5216A28797987CC19927ED3CB8DFAC438C6B95A(L_19, ((int32_t)514), NULL);
|
|
// m_textMeshPro.extraPadding = true;
|
|
Benchmark01_UGUI_t7DF9DF96E75AF6072B851B638B90BD76FEE0EFD7* L_20 = V_1;
|
|
NullCheck(L_20);
|
|
TextMeshProUGUI_t101091AF4B578BB534C92E9D1EEAF0611636D957* L_21 = L_20->___m_textMeshPro_8;
|
|
NullCheck(L_21);
|
|
TMP_Text_set_extraPadding_m26595B78EDE43EFBCCBF7D5E23932ADCB983EF32(L_21, (bool)1, NULL);
|
|
// m_material01 = m_textMeshPro.font.material;
|
|
Benchmark01_UGUI_t7DF9DF96E75AF6072B851B638B90BD76FEE0EFD7* L_22 = V_1;
|
|
Benchmark01_UGUI_t7DF9DF96E75AF6072B851B638B90BD76FEE0EFD7* L_23 = V_1;
|
|
NullCheck(L_23);
|
|
TextMeshProUGUI_t101091AF4B578BB534C92E9D1EEAF0611636D957* L_24 = L_23->___m_textMeshPro_8;
|
|
NullCheck(L_24);
|
|
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* L_25;
|
|
L_25 = TMP_Text_get_font_m1F5E907B9181A54212FBD8123242583C1CA4BE2A_inline(L_24, NULL);
|
|
NullCheck(L_25);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_26 = ((TMP_Asset_t135A047D4F5CBBA9CD356B762B55AB164122B969*)L_25)->___material_6;
|
|
NullCheck(L_22);
|
|
L_22->___m_material01_12 = L_26;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_22->___m_material01_12), (void*)L_26);
|
|
// m_material02 = Resources.Load<Material>("Fonts & Materials/LiberationSans SDF - BEVEL"); // Make sure the LiberationSans SDF exists before calling this...
|
|
Benchmark01_UGUI_t7DF9DF96E75AF6072B851B638B90BD76FEE0EFD7* L_27 = V_1;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_28;
|
|
L_28 = Resources_Load_TisMaterial_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3_mC909CC888641BC8E1E29C8AB1C790C637C9B390E(_stringLiteral000A577FA6F1044FCB37680E918D59D0DA3E7DDA, Resources_Load_TisMaterial_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3_mC909CC888641BC8E1E29C8AB1C790C637C9B390E_RuntimeMethod_var);
|
|
NullCheck(L_27);
|
|
L_27->___m_material02_13 = L_28;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_27->___m_material02_13), (void*)L_28);
|
|
goto IL_010a;
|
|
}
|
|
|
|
IL_00b8:
|
|
{
|
|
// else if (BenchmarkType == 1) // TextMesh
|
|
Benchmark01_UGUI_t7DF9DF96E75AF6072B851B638B90BD76FEE0EFD7* L_29 = V_1;
|
|
NullCheck(L_29);
|
|
int32_t L_30 = L_29->___BenchmarkType_4;
|
|
if ((!(((uint32_t)L_30) == ((uint32_t)1))))
|
|
{
|
|
goto IL_010a;
|
|
}
|
|
}
|
|
{
|
|
// m_textMesh = gameObject.AddComponent<Text>();
|
|
Benchmark01_UGUI_t7DF9DF96E75AF6072B851B638B90BD76FEE0EFD7* L_31 = V_1;
|
|
Benchmark01_UGUI_t7DF9DF96E75AF6072B851B638B90BD76FEE0EFD7* L_32 = V_1;
|
|
NullCheck(L_32);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_33;
|
|
L_33 = Component_get_gameObject_m57AEFBB14DB39EC476F740BA000E170355DE691B(L_32, NULL);
|
|
NullCheck(L_33);
|
|
Text_tD60B2346DAA6666BF0D822FF607F0B220C2B9E62* L_34;
|
|
L_34 = GameObject_AddComponent_TisText_tD60B2346DAA6666BF0D822FF607F0B220C2B9E62_mFECE312B08FC5FD0A081E51ACA01FAEFD6B841A9(L_33, GameObject_AddComponent_TisText_tD60B2346DAA6666BF0D822FF607F0B220C2B9E62_mFECE312B08FC5FD0A081E51ACA01FAEFD6B841A9_RuntimeMethod_var);
|
|
NullCheck(L_31);
|
|
L_31->___m_textMesh_9 = L_34;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_31->___m_textMesh_9), (void*)L_34);
|
|
// if (TextMeshFont != null)
|
|
Benchmark01_UGUI_t7DF9DF96E75AF6072B851B638B90BD76FEE0EFD7* L_35 = V_1;
|
|
NullCheck(L_35);
|
|
Font_tC95270EA3198038970422D78B74A7F2E218A96B6* L_36 = L_35->___TextMeshFont_7;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_37;
|
|
L_37 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_36, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
if (!L_37)
|
|
{
|
|
goto IL_00f1;
|
|
}
|
|
}
|
|
{
|
|
// m_textMesh.font = TextMeshFont;
|
|
Benchmark01_UGUI_t7DF9DF96E75AF6072B851B638B90BD76FEE0EFD7* L_38 = V_1;
|
|
NullCheck(L_38);
|
|
Text_tD60B2346DAA6666BF0D822FF607F0B220C2B9E62* L_39 = L_38->___m_textMesh_9;
|
|
Benchmark01_UGUI_t7DF9DF96E75AF6072B851B638B90BD76FEE0EFD7* L_40 = V_1;
|
|
NullCheck(L_40);
|
|
Font_tC95270EA3198038970422D78B74A7F2E218A96B6* L_41 = L_40->___TextMeshFont_7;
|
|
NullCheck(L_39);
|
|
Text_set_font_mA0D2999281A72029A5BC7294A886C5674F07DC5F(L_39, L_41, NULL);
|
|
}
|
|
|
|
IL_00f1:
|
|
{
|
|
// m_textMesh.fontSize = 48;
|
|
Benchmark01_UGUI_t7DF9DF96E75AF6072B851B638B90BD76FEE0EFD7* L_42 = V_1;
|
|
NullCheck(L_42);
|
|
Text_tD60B2346DAA6666BF0D822FF607F0B220C2B9E62* L_43 = L_42->___m_textMesh_9;
|
|
NullCheck(L_43);
|
|
Text_set_fontSize_m426338B0A2CDA58609028FFD471EF5F2C9F364D4(L_43, ((int32_t)48), NULL);
|
|
// m_textMesh.alignment = TextAnchor.MiddleCenter;
|
|
Benchmark01_UGUI_t7DF9DF96E75AF6072B851B638B90BD76FEE0EFD7* L_44 = V_1;
|
|
NullCheck(L_44);
|
|
Text_tD60B2346DAA6666BF0D822FF607F0B220C2B9E62* L_45 = L_44->___m_textMesh_9;
|
|
NullCheck(L_45);
|
|
Text_set_alignment_m9FAD6C1C270FA28C610AB1E07414FBF96403157A(L_45, 4, NULL);
|
|
}
|
|
|
|
IL_010a:
|
|
{
|
|
// for (int i = 0; i <= 1000000; i++)
|
|
__this->___U3CiU3E5__2_3 = 0;
|
|
goto IL_0208;
|
|
}
|
|
|
|
IL_0116:
|
|
{
|
|
// if (BenchmarkType == 0)
|
|
Benchmark01_UGUI_t7DF9DF96E75AF6072B851B638B90BD76FEE0EFD7* L_46 = V_1;
|
|
NullCheck(L_46);
|
|
int32_t L_47 = L_46->___BenchmarkType_4;
|
|
if (L_47)
|
|
{
|
|
goto IL_01af;
|
|
}
|
|
}
|
|
{
|
|
// m_textMeshPro.text = label01 + (i % 1000);
|
|
Benchmark01_UGUI_t7DF9DF96E75AF6072B851B638B90BD76FEE0EFD7* L_48 = V_1;
|
|
NullCheck(L_48);
|
|
TextMeshProUGUI_t101091AF4B578BB534C92E9D1EEAF0611636D957* L_49 = L_48->___m_textMeshPro_8;
|
|
int32_t L_50 = __this->___U3CiU3E5__2_3;
|
|
V_2 = ((int32_t)(L_50%((int32_t)1000)));
|
|
String_t* L_51;
|
|
L_51 = Int32_ToString_m030E01C24E294D6762FB0B6F37CB541581F55CA5((&V_2), NULL);
|
|
String_t* L_52;
|
|
L_52 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(_stringLiteral75A94EE44309525CF46FB9C022ED6E9EFAC8B506, L_51, NULL);
|
|
NullCheck(L_49);
|
|
VirtualActionInvoker1< String_t* >::Invoke(66 /* System.Void TMPro.TMP_Text::set_text(System.String) */, L_49, L_52);
|
|
// if (i % 1000 == 999)
|
|
int32_t L_53 = __this->___U3CiU3E5__2_3;
|
|
if ((!(((uint32_t)((int32_t)(L_53%((int32_t)1000)))) == ((uint32_t)((int32_t)999)))))
|
|
{
|
|
goto IL_01e1;
|
|
}
|
|
}
|
|
{
|
|
// m_textMeshPro.fontSharedMaterial = m_textMeshPro.fontSharedMaterial == m_material01 ? m_textMeshPro.fontSharedMaterial = m_material02 : m_textMeshPro.fontSharedMaterial = m_material01;
|
|
Benchmark01_UGUI_t7DF9DF96E75AF6072B851B638B90BD76FEE0EFD7* L_54 = V_1;
|
|
NullCheck(L_54);
|
|
TextMeshProUGUI_t101091AF4B578BB534C92E9D1EEAF0611636D957* L_55 = L_54->___m_textMeshPro_8;
|
|
Benchmark01_UGUI_t7DF9DF96E75AF6072B851B638B90BD76FEE0EFD7* L_56 = V_1;
|
|
NullCheck(L_56);
|
|
TextMeshProUGUI_t101091AF4B578BB534C92E9D1EEAF0611636D957* L_57 = L_56->___m_textMeshPro_8;
|
|
NullCheck(L_57);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_58;
|
|
L_58 = VirtualFuncInvoker0< Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* >::Invoke(67 /* UnityEngine.Material TMPro.TMP_Text::get_fontSharedMaterial() */, L_57);
|
|
Benchmark01_UGUI_t7DF9DF96E75AF6072B851B638B90BD76FEE0EFD7* L_59 = V_1;
|
|
NullCheck(L_59);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_60 = L_59->___m_material01_12;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_61;
|
|
L_61 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_58, L_60, NULL);
|
|
G_B14_0 = L_55;
|
|
if (L_61)
|
|
{
|
|
G_B15_0 = L_55;
|
|
goto IL_0194;
|
|
}
|
|
}
|
|
{
|
|
Benchmark01_UGUI_t7DF9DF96E75AF6072B851B638B90BD76FEE0EFD7* L_62 = V_1;
|
|
NullCheck(L_62);
|
|
TextMeshProUGUI_t101091AF4B578BB534C92E9D1EEAF0611636D957* L_63 = L_62->___m_textMeshPro_8;
|
|
Benchmark01_UGUI_t7DF9DF96E75AF6072B851B638B90BD76FEE0EFD7* L_64 = V_1;
|
|
NullCheck(L_64);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_65 = L_64->___m_material01_12;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_66 = L_65;
|
|
V_3 = L_66;
|
|
NullCheck(L_63);
|
|
VirtualActionInvoker1< Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* >::Invoke(68 /* System.Void TMPro.TMP_Text::set_fontSharedMaterial(UnityEngine.Material) */, L_63, L_66);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_67 = V_3;
|
|
G_B16_0 = L_67;
|
|
G_B16_1 = G_B14_0;
|
|
goto IL_01a8;
|
|
}
|
|
|
|
IL_0194:
|
|
{
|
|
Benchmark01_UGUI_t7DF9DF96E75AF6072B851B638B90BD76FEE0EFD7* L_68 = V_1;
|
|
NullCheck(L_68);
|
|
TextMeshProUGUI_t101091AF4B578BB534C92E9D1EEAF0611636D957* L_69 = L_68->___m_textMeshPro_8;
|
|
Benchmark01_UGUI_t7DF9DF96E75AF6072B851B638B90BD76FEE0EFD7* L_70 = V_1;
|
|
NullCheck(L_70);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_71 = L_70->___m_material02_13;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_72 = L_71;
|
|
V_3 = L_72;
|
|
NullCheck(L_69);
|
|
VirtualActionInvoker1< Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* >::Invoke(68 /* System.Void TMPro.TMP_Text::set_fontSharedMaterial(UnityEngine.Material) */, L_69, L_72);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_73 = V_3;
|
|
G_B16_0 = L_73;
|
|
G_B16_1 = G_B15_0;
|
|
}
|
|
|
|
IL_01a8:
|
|
{
|
|
NullCheck(G_B16_1);
|
|
VirtualActionInvoker1< Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* >::Invoke(68 /* System.Void TMPro.TMP_Text::set_fontSharedMaterial(UnityEngine.Material) */, G_B16_1, G_B16_0);
|
|
goto IL_01e1;
|
|
}
|
|
|
|
IL_01af:
|
|
{
|
|
// else if (BenchmarkType == 1)
|
|
Benchmark01_UGUI_t7DF9DF96E75AF6072B851B638B90BD76FEE0EFD7* L_74 = V_1;
|
|
NullCheck(L_74);
|
|
int32_t L_75 = L_74->___BenchmarkType_4;
|
|
if ((!(((uint32_t)L_75) == ((uint32_t)1))))
|
|
{
|
|
goto IL_01e1;
|
|
}
|
|
}
|
|
{
|
|
// m_textMesh.text = label02 + (i % 1000).ToString();
|
|
Benchmark01_UGUI_t7DF9DF96E75AF6072B851B638B90BD76FEE0EFD7* L_76 = V_1;
|
|
NullCheck(L_76);
|
|
Text_tD60B2346DAA6666BF0D822FF607F0B220C2B9E62* L_77 = L_76->___m_textMesh_9;
|
|
int32_t L_78 = __this->___U3CiU3E5__2_3;
|
|
V_2 = ((int32_t)(L_78%((int32_t)1000)));
|
|
String_t* L_79;
|
|
L_79 = Int32_ToString_m030E01C24E294D6762FB0B6F37CB541581F55CA5((&V_2), NULL);
|
|
String_t* L_80;
|
|
L_80 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(_stringLiteral55F097B2603C69F9353B2AE824F1FE43E6B46F87, L_79, NULL);
|
|
NullCheck(L_77);
|
|
VirtualActionInvoker1< String_t* >::Invoke(75 /* System.Void UnityEngine.UI.Text::set_text(System.String) */, L_77, L_80);
|
|
}
|
|
|
|
IL_01e1:
|
|
{
|
|
// yield return null;
|
|
__this->___U3CU3E2__current_1 = NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CU3E2__current_1), (void*)NULL);
|
|
__this->___U3CU3E1__state_0 = 1;
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_01f1:
|
|
{
|
|
__this->___U3CU3E1__state_0 = (-1);
|
|
// for (int i = 0; i <= 1000000; i++)
|
|
int32_t L_81 = __this->___U3CiU3E5__2_3;
|
|
V_2 = L_81;
|
|
int32_t L_82 = V_2;
|
|
__this->___U3CiU3E5__2_3 = ((int32_t)il2cpp_codegen_add(L_82, 1));
|
|
}
|
|
|
|
IL_0208:
|
|
{
|
|
// for (int i = 0; i <= 1000000; i++)
|
|
int32_t L_83 = __this->___U3CiU3E5__2_3;
|
|
if ((((int32_t)L_83) <= ((int32_t)((int32_t)1000000))))
|
|
{
|
|
goto IL_0116;
|
|
}
|
|
}
|
|
{
|
|
// yield return null;
|
|
__this->___U3CU3E2__current_1 = NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CU3E2__current_1), (void*)NULL);
|
|
__this->___U3CU3E1__state_0 = 2;
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0228:
|
|
{
|
|
__this->___U3CU3E1__state_0 = (-1);
|
|
// }
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Object TMPro.Examples.Benchmark01_UGUI/<Start>d__10::System.Collections.Generic.IEnumerator<System.Object>.get_Current()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CStartU3Ed__10_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_m109B5747CD8D1CF40DAC526C54BFB07223E1FB46 (U3CStartU3Ed__10_t06713955D554742C727996BE112A81AD0BCF3D00* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject* L_0 = __this->___U3CU3E2__current_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void TMPro.Examples.Benchmark01_UGUI/<Start>d__10::System.Collections.IEnumerator.Reset()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CStartU3Ed__10_System_Collections_IEnumerator_Reset_mC9F90586F057E3728D9F93BB0E12197C9B994EEA (U3CStartU3Ed__10_t06713955D554742C727996BE112A81AD0BCF3D00* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* L_0 = (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_0);
|
|
NotSupportedException__ctor_m1398D0CDE19B36AA3DE9392879738C1EA2439CDF(L_0, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CStartU3Ed__10_System_Collections_IEnumerator_Reset_mC9F90586F057E3728D9F93BB0E12197C9B994EEA_RuntimeMethod_var)));
|
|
}
|
|
}
|
|
// System.Object TMPro.Examples.Benchmark01_UGUI/<Start>d__10::System.Collections.IEnumerator.get_Current()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CStartU3Ed__10_System_Collections_IEnumerator_get_Current_mA4DCEFD742C012A03C20EF42A873B5BFF07AF87A (U3CStartU3Ed__10_t06713955D554742C727996BE112A81AD0BCF3D00* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject* L_0 = __this->___U3CU3E2__current_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void TMPro.Examples.Benchmark02::Start()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Benchmark02_Start_mB56F21A9861A3DAF9F4E7F1DD4A023E05B379E29 (Benchmark02_t4F19F4C449CC8F7FAAED31A6C1D03F4192B3C7E8* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisRenderer_t320575F223BCB177A982E5DDB5DB19FAA89E7FBF_mC91ACC92AD57CA6CA00991DAF1DB3830BCE07AF8_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_AddComponent_TisCanvas_t2DB4CEFDFF732884866C83F11ABF75F5AE8FFB26_m13C85FD585C0679530F8B35D0B39D965702FD0F5_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_AddComponent_TisTextMeshProFloatingText_t833773B79A4826E78EDF2799C157B0EC3ACACB31_m3DBA7F56D8D880227B1D70FAA3DF6988A4EE69F1_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_AddComponent_TisTextMeshProUGUI_t101091AF4B578BB534C92E9D1EEAF0611636D957_m15E50057DA76710B136ADF4E7CA55A463D9DA3EB_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_AddComponent_TisTextMeshPro_t4560AB28A3EAF503895A781A9C625273D833270E_mD3BE0A75BBE971456A1D7C8C6F6688A094A81C9C_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_AddComponent_TisTextMesh_t7E1981C7B03E50D5CA5A3AD5B0D9BB0AB6EE91F8_mFAD74D91BCACF9C3FAE6960EB58D5C346DDBD9C2_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_t76FEDD663AB33C991A9C9A23129337651094216F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Resources_Load_TisFont_tC95270EA3198038970422D78B74A7F2E218A96B6_m2B532BE5E14BE59B8F59F82BF8193EEEE249DC6D_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral15196F05B117690F3E12E56AA0C43803EA0D2A46);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9D329ACFC4F7EECCB821A7FEF99A0F23E1C721B7);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* V_1 = NULL;
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* V_2 = NULL;
|
|
TextMesh_t7E1981C7B03E50D5CA5A3AD5B0D9BB0AB6EE91F8* V_3 = NULL;
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* V_4 = NULL;
|
|
{
|
|
// for (int i = 0; i < NumberOfNPC; i++)
|
|
V_0 = 0;
|
|
goto IL_02ae;
|
|
}
|
|
|
|
IL_0007:
|
|
{
|
|
// if (SpawnType == 0)
|
|
int32_t L_0 = __this->___SpawnType_4;
|
|
if (L_0)
|
|
{
|
|
goto IL_00f3;
|
|
}
|
|
}
|
|
{
|
|
// GameObject go = new GameObject();
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_1 = (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F*)il2cpp_codegen_object_new(GameObject_t76FEDD663AB33C991A9C9A23129337651094216F_il2cpp_TypeInfo_var);
|
|
NullCheck(L_1);
|
|
GameObject__ctor_m7D0340DE160786E6EFA8DABD39EC3B694DA30AAD(L_1, NULL);
|
|
V_1 = L_1;
|
|
// go.transform.position = new Vector3(Random.Range(-95f, 95f), 0.25f, Random.Range(-95f, 95f));
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_2 = V_1;
|
|
NullCheck(L_2);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_3;
|
|
L_3 = GameObject_get_transform_m0BC10ADFA1632166AE5544BDF9038A2650C2AE56(L_2, NULL);
|
|
float L_4;
|
|
L_4 = Random_Range_m5236C99A7D8AE6AC9190592DC66016652A2D2494((-95.0f), (95.0f), NULL);
|
|
float L_5;
|
|
L_5 = Random_Range_m5236C99A7D8AE6AC9190592DC66016652A2D2494((-95.0f), (95.0f), NULL);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_6;
|
|
memset((&L_6), 0, sizeof(L_6));
|
|
Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&L_6), L_4, (0.25f), L_5, /*hidden argument*/NULL);
|
|
NullCheck(L_3);
|
|
Transform_set_position_mA1A817124BB41B685043DED2A9BA48CDF37C4156(L_3, L_6, NULL);
|
|
// TextMeshPro textMeshPro = go.AddComponent<TextMeshPro>();
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_7 = V_1;
|
|
NullCheck(L_7);
|
|
TextMeshPro_t4560AB28A3EAF503895A781A9C625273D833270E* L_8;
|
|
L_8 = GameObject_AddComponent_TisTextMeshPro_t4560AB28A3EAF503895A781A9C625273D833270E_mD3BE0A75BBE971456A1D7C8C6F6688A094A81C9C(L_7, GameObject_AddComponent_TisTextMeshPro_t4560AB28A3EAF503895A781A9C625273D833270E_mD3BE0A75BBE971456A1D7C8C6F6688A094A81C9C_RuntimeMethod_var);
|
|
// textMeshPro.autoSizeTextContainer = true;
|
|
TextMeshPro_t4560AB28A3EAF503895A781A9C625273D833270E* L_9 = L_8;
|
|
NullCheck(L_9);
|
|
VirtualActionInvoker1< bool >::Invoke(76 /* System.Void TMPro.TMP_Text::set_autoSizeTextContainer(System.Boolean) */, L_9, (bool)1);
|
|
// textMeshPro.rectTransform.pivot = new Vector2(0.5f, 0);
|
|
TextMeshPro_t4560AB28A3EAF503895A781A9C625273D833270E* L_10 = L_9;
|
|
NullCheck(L_10);
|
|
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_11;
|
|
L_11 = TMP_Text_get_rectTransform_m22DC10116809BEB2C66047A55337A588ED023EBF(L_10, NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_12;
|
|
memset((&L_12), 0, sizeof(L_12));
|
|
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_12), (0.5f), (0.0f), /*hidden argument*/NULL);
|
|
NullCheck(L_11);
|
|
RectTransform_set_pivot_m79D0177D383D432A93C2615F1932B739B1C6E146(L_11, L_12, NULL);
|
|
// textMeshPro.alignment = TextAlignmentOptions.Bottom;
|
|
TextMeshPro_t4560AB28A3EAF503895A781A9C625273D833270E* L_13 = L_10;
|
|
NullCheck(L_13);
|
|
TMP_Text_set_alignment_mE5216A28797987CC19927ED3CB8DFAC438C6B95A(L_13, ((int32_t)1026), NULL);
|
|
// textMeshPro.fontSize = 96;
|
|
TextMeshPro_t4560AB28A3EAF503895A781A9C625273D833270E* L_14 = L_13;
|
|
NullCheck(L_14);
|
|
TMP_Text_set_fontSize_m1C3A3BA2BC88E5E1D89375FD35A0AA91E75D3AAD(L_14, (96.0f), NULL);
|
|
// textMeshPro.enableKerning = false;
|
|
TextMeshPro_t4560AB28A3EAF503895A781A9C625273D833270E* L_15 = L_14;
|
|
NullCheck(L_15);
|
|
TMP_Text_set_enableKerning_m681685E06B8789F5F2B7043EBEA561AAE48E82BD(L_15, (bool)0, NULL);
|
|
// textMeshPro.color = new Color32(255, 255, 0, 255);
|
|
TextMeshPro_t4560AB28A3EAF503895A781A9C625273D833270E* L_16 = L_15;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_17;
|
|
memset((&L_17), 0, sizeof(L_17));
|
|
Color32__ctor_mC9C6B443F0C7CA3F8B174158B2AF6F05E18EAC4E_inline((&L_17), (uint8_t)((int32_t)255), (uint8_t)((int32_t)255), (uint8_t)0, (uint8_t)((int32_t)255), /*hidden argument*/NULL);
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_18;
|
|
L_18 = Color32_op_Implicit_m47CBB138122B400E0B1F4BFD7C30A6C2C00FCA3E_inline(L_17, NULL);
|
|
NullCheck(L_16);
|
|
VirtualActionInvoker1< Color_tD001788D726C3A7F1379BEED0260B9591F440C1F >::Invoke(23 /* System.Void UnityEngine.UI.Graphic::set_color(UnityEngine.Color) */, L_16, L_18);
|
|
// textMeshPro.text = "!";
|
|
TextMeshPro_t4560AB28A3EAF503895A781A9C625273D833270E* L_19 = L_16;
|
|
NullCheck(L_19);
|
|
VirtualActionInvoker1< String_t* >::Invoke(66 /* System.Void TMPro.TMP_Text::set_text(System.String) */, L_19, _stringLiteral15196F05B117690F3E12E56AA0C43803EA0D2A46);
|
|
// textMeshPro.isTextObjectScaleStatic = IsTextObjectScaleStatic;
|
|
bool L_20 = __this->___IsTextObjectScaleStatic_6;
|
|
NullCheck(L_19);
|
|
TMP_Text_set_isTextObjectScaleStatic_m8436FC38400ABE08F513770AF9C8CC6743DBE092(L_19, L_20, NULL);
|
|
// floatingText_Script = go.AddComponent<TextMeshProFloatingText>();
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_21 = V_1;
|
|
NullCheck(L_21);
|
|
TextMeshProFloatingText_t833773B79A4826E78EDF2799C157B0EC3ACACB31* L_22;
|
|
L_22 = GameObject_AddComponent_TisTextMeshProFloatingText_t833773B79A4826E78EDF2799C157B0EC3ACACB31_m3DBA7F56D8D880227B1D70FAA3DF6988A4EE69F1(L_21, GameObject_AddComponent_TisTextMeshProFloatingText_t833773B79A4826E78EDF2799C157B0EC3ACACB31_m3DBA7F56D8D880227B1D70FAA3DF6988A4EE69F1_RuntimeMethod_var);
|
|
__this->___floatingText_Script_7 = L_22;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___floatingText_Script_7), (void*)L_22);
|
|
// floatingText_Script.SpawnType = 0;
|
|
TextMeshProFloatingText_t833773B79A4826E78EDF2799C157B0EC3ACACB31* L_23 = __this->___floatingText_Script_7;
|
|
NullCheck(L_23);
|
|
L_23->___SpawnType_13 = 0;
|
|
// floatingText_Script.IsTextObjectScaleStatic = IsTextObjectScaleStatic;
|
|
TextMeshProFloatingText_t833773B79A4826E78EDF2799C157B0EC3ACACB31* L_24 = __this->___floatingText_Script_7;
|
|
bool L_25 = __this->___IsTextObjectScaleStatic_6;
|
|
NullCheck(L_24);
|
|
L_24->___IsTextObjectScaleStatic_14 = L_25;
|
|
goto IL_02aa;
|
|
}
|
|
|
|
IL_00f3:
|
|
{
|
|
// else if (SpawnType == 1)
|
|
int32_t L_26 = __this->___SpawnType_4;
|
|
if ((!(((uint32_t)L_26) == ((uint32_t)1))))
|
|
{
|
|
goto IL_01bc;
|
|
}
|
|
}
|
|
{
|
|
// GameObject go = new GameObject();
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_27 = (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F*)il2cpp_codegen_object_new(GameObject_t76FEDD663AB33C991A9C9A23129337651094216F_il2cpp_TypeInfo_var);
|
|
NullCheck(L_27);
|
|
GameObject__ctor_m7D0340DE160786E6EFA8DABD39EC3B694DA30AAD(L_27, NULL);
|
|
V_2 = L_27;
|
|
// go.transform.position = new Vector3(Random.Range(-95f, 95f), 0.25f, Random.Range(-95f, 95f));
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_28 = V_2;
|
|
NullCheck(L_28);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_29;
|
|
L_29 = GameObject_get_transform_m0BC10ADFA1632166AE5544BDF9038A2650C2AE56(L_28, NULL);
|
|
float L_30;
|
|
L_30 = Random_Range_m5236C99A7D8AE6AC9190592DC66016652A2D2494((-95.0f), (95.0f), NULL);
|
|
float L_31;
|
|
L_31 = Random_Range_m5236C99A7D8AE6AC9190592DC66016652A2D2494((-95.0f), (95.0f), NULL);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_32;
|
|
memset((&L_32), 0, sizeof(L_32));
|
|
Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&L_32), L_30, (0.25f), L_31, /*hidden argument*/NULL);
|
|
NullCheck(L_29);
|
|
Transform_set_position_mA1A817124BB41B685043DED2A9BA48CDF37C4156(L_29, L_32, NULL);
|
|
// TextMesh textMesh = go.AddComponent<TextMesh>();
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_33 = V_2;
|
|
NullCheck(L_33);
|
|
TextMesh_t7E1981C7B03E50D5CA5A3AD5B0D9BB0AB6EE91F8* L_34;
|
|
L_34 = GameObject_AddComponent_TisTextMesh_t7E1981C7B03E50D5CA5A3AD5B0D9BB0AB6EE91F8_mFAD74D91BCACF9C3FAE6960EB58D5C346DDBD9C2(L_33, GameObject_AddComponent_TisTextMesh_t7E1981C7B03E50D5CA5A3AD5B0D9BB0AB6EE91F8_mFAD74D91BCACF9C3FAE6960EB58D5C346DDBD9C2_RuntimeMethod_var);
|
|
V_3 = L_34;
|
|
// textMesh.font = Resources.Load<Font>("Fonts/ARIAL");
|
|
TextMesh_t7E1981C7B03E50D5CA5A3AD5B0D9BB0AB6EE91F8* L_35 = V_3;
|
|
Font_tC95270EA3198038970422D78B74A7F2E218A96B6* L_36;
|
|
L_36 = Resources_Load_TisFont_tC95270EA3198038970422D78B74A7F2E218A96B6_m2B532BE5E14BE59B8F59F82BF8193EEEE249DC6D(_stringLiteral9D329ACFC4F7EECCB821A7FEF99A0F23E1C721B7, Resources_Load_TisFont_tC95270EA3198038970422D78B74A7F2E218A96B6_m2B532BE5E14BE59B8F59F82BF8193EEEE249DC6D_RuntimeMethod_var);
|
|
NullCheck(L_35);
|
|
TextMesh_set_font_m7E407CAEDBB382B95B70069D8FAB8A9E74EAAA74(L_35, L_36, NULL);
|
|
// textMesh.GetComponent<Renderer>().sharedMaterial = textMesh.font.material;
|
|
TextMesh_t7E1981C7B03E50D5CA5A3AD5B0D9BB0AB6EE91F8* L_37 = V_3;
|
|
NullCheck(L_37);
|
|
Renderer_t320575F223BCB177A982E5DDB5DB19FAA89E7FBF* L_38;
|
|
L_38 = Component_GetComponent_TisRenderer_t320575F223BCB177A982E5DDB5DB19FAA89E7FBF_mC91ACC92AD57CA6CA00991DAF1DB3830BCE07AF8(L_37, Component_GetComponent_TisRenderer_t320575F223BCB177A982E5DDB5DB19FAA89E7FBF_mC91ACC92AD57CA6CA00991DAF1DB3830BCE07AF8_RuntimeMethod_var);
|
|
TextMesh_t7E1981C7B03E50D5CA5A3AD5B0D9BB0AB6EE91F8* L_39 = V_3;
|
|
NullCheck(L_39);
|
|
Font_tC95270EA3198038970422D78B74A7F2E218A96B6* L_40;
|
|
L_40 = TextMesh_get_font_m94D3A4C8E4DB171B74E4FF00AC7EC27F3D495664(L_39, NULL);
|
|
NullCheck(L_40);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_41;
|
|
L_41 = Font_get_material_m61ABDEC14C6D659DDC5A4F080023699116C17364(L_40, NULL);
|
|
NullCheck(L_38);
|
|
Renderer_set_sharedMaterial_m5E842F9A06CFB7B77656EB319881CB4B3E8E4288(L_38, L_41, NULL);
|
|
// textMesh.anchor = TextAnchor.LowerCenter;
|
|
TextMesh_t7E1981C7B03E50D5CA5A3AD5B0D9BB0AB6EE91F8* L_42 = V_3;
|
|
NullCheck(L_42);
|
|
TextMesh_set_anchor_m3FCB7C4B1FF66CE189B56076C0306AFE984FCD32(L_42, 7, NULL);
|
|
// textMesh.fontSize = 96;
|
|
TextMesh_t7E1981C7B03E50D5CA5A3AD5B0D9BB0AB6EE91F8* L_43 = V_3;
|
|
NullCheck(L_43);
|
|
TextMesh_set_fontSize_mAB9F7FFC0E4DB759B786F6A9357B18C86015498B(L_43, ((int32_t)96), NULL);
|
|
// textMesh.color = new Color32(255, 255, 0, 255);
|
|
TextMesh_t7E1981C7B03E50D5CA5A3AD5B0D9BB0AB6EE91F8* L_44 = V_3;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_45;
|
|
memset((&L_45), 0, sizeof(L_45));
|
|
Color32__ctor_mC9C6B443F0C7CA3F8B174158B2AF6F05E18EAC4E_inline((&L_45), (uint8_t)((int32_t)255), (uint8_t)((int32_t)255), (uint8_t)0, (uint8_t)((int32_t)255), /*hidden argument*/NULL);
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_46;
|
|
L_46 = Color32_op_Implicit_m47CBB138122B400E0B1F4BFD7C30A6C2C00FCA3E_inline(L_45, NULL);
|
|
NullCheck(L_44);
|
|
TextMesh_set_color_mF08F30C3CD797C16289225B567724B9F07DC641E(L_44, L_46, NULL);
|
|
// textMesh.text = "!";
|
|
TextMesh_t7E1981C7B03E50D5CA5A3AD5B0D9BB0AB6EE91F8* L_47 = V_3;
|
|
NullCheck(L_47);
|
|
TextMesh_set_text_mDF79D39638ED82797D0B0B3BB9E6B10712F8EA9E(L_47, _stringLiteral15196F05B117690F3E12E56AA0C43803EA0D2A46, NULL);
|
|
// floatingText_Script = go.AddComponent<TextMeshProFloatingText>();
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_48 = V_2;
|
|
NullCheck(L_48);
|
|
TextMeshProFloatingText_t833773B79A4826E78EDF2799C157B0EC3ACACB31* L_49;
|
|
L_49 = GameObject_AddComponent_TisTextMeshProFloatingText_t833773B79A4826E78EDF2799C157B0EC3ACACB31_m3DBA7F56D8D880227B1D70FAA3DF6988A4EE69F1(L_48, GameObject_AddComponent_TisTextMeshProFloatingText_t833773B79A4826E78EDF2799C157B0EC3ACACB31_m3DBA7F56D8D880227B1D70FAA3DF6988A4EE69F1_RuntimeMethod_var);
|
|
__this->___floatingText_Script_7 = L_49;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___floatingText_Script_7), (void*)L_49);
|
|
// floatingText_Script.SpawnType = 1;
|
|
TextMeshProFloatingText_t833773B79A4826E78EDF2799C157B0EC3ACACB31* L_50 = __this->___floatingText_Script_7;
|
|
NullCheck(L_50);
|
|
L_50->___SpawnType_13 = 1;
|
|
goto IL_02aa;
|
|
}
|
|
|
|
IL_01bc:
|
|
{
|
|
// else if (SpawnType == 2)
|
|
int32_t L_51 = __this->___SpawnType_4;
|
|
if ((!(((uint32_t)L_51) == ((uint32_t)2))))
|
|
{
|
|
goto IL_02aa;
|
|
}
|
|
}
|
|
{
|
|
// GameObject go = new GameObject();
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_52 = (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F*)il2cpp_codegen_object_new(GameObject_t76FEDD663AB33C991A9C9A23129337651094216F_il2cpp_TypeInfo_var);
|
|
NullCheck(L_52);
|
|
GameObject__ctor_m7D0340DE160786E6EFA8DABD39EC3B694DA30AAD(L_52, NULL);
|
|
V_4 = L_52;
|
|
// Canvas canvas = go.AddComponent<Canvas>();
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_53 = V_4;
|
|
NullCheck(L_53);
|
|
Canvas_t2DB4CEFDFF732884866C83F11ABF75F5AE8FFB26* L_54;
|
|
L_54 = GameObject_AddComponent_TisCanvas_t2DB4CEFDFF732884866C83F11ABF75F5AE8FFB26_m13C85FD585C0679530F8B35D0B39D965702FD0F5(L_53, GameObject_AddComponent_TisCanvas_t2DB4CEFDFF732884866C83F11ABF75F5AE8FFB26_m13C85FD585C0679530F8B35D0B39D965702FD0F5_RuntimeMethod_var);
|
|
// canvas.worldCamera = Camera.main;
|
|
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_55;
|
|
L_55 = Camera_get_main_m52C992F18E05355ABB9EEB64A4BF2215E12762DF(NULL);
|
|
NullCheck(L_54);
|
|
Canvas_set_worldCamera_m007F7DABDB5A3A6BFB043E3500DA82A4D936EDD4(L_54, L_55, NULL);
|
|
// go.transform.localScale = new Vector3(0.1f, 0.1f, 0.1f);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_56 = V_4;
|
|
NullCheck(L_56);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_57;
|
|
L_57 = GameObject_get_transform_m0BC10ADFA1632166AE5544BDF9038A2650C2AE56(L_56, NULL);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_58;
|
|
memset((&L_58), 0, sizeof(L_58));
|
|
Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&L_58), (0.100000001f), (0.100000001f), (0.100000001f), /*hidden argument*/NULL);
|
|
NullCheck(L_57);
|
|
Transform_set_localScale_mBA79E811BAF6C47B80FF76414C12B47B3CD03633(L_57, L_58, NULL);
|
|
// go.transform.position = new Vector3(Random.Range(-95f, 95f), 5f, Random.Range(-95f, 95f));
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_59 = V_4;
|
|
NullCheck(L_59);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_60;
|
|
L_60 = GameObject_get_transform_m0BC10ADFA1632166AE5544BDF9038A2650C2AE56(L_59, NULL);
|
|
float L_61;
|
|
L_61 = Random_Range_m5236C99A7D8AE6AC9190592DC66016652A2D2494((-95.0f), (95.0f), NULL);
|
|
float L_62;
|
|
L_62 = Random_Range_m5236C99A7D8AE6AC9190592DC66016652A2D2494((-95.0f), (95.0f), NULL);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_63;
|
|
memset((&L_63), 0, sizeof(L_63));
|
|
Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&L_63), L_61, (5.0f), L_62, /*hidden argument*/NULL);
|
|
NullCheck(L_60);
|
|
Transform_set_position_mA1A817124BB41B685043DED2A9BA48CDF37C4156(L_60, L_63, NULL);
|
|
// TextMeshProUGUI textObject = new GameObject().AddComponent<TextMeshProUGUI>();
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_64 = (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F*)il2cpp_codegen_object_new(GameObject_t76FEDD663AB33C991A9C9A23129337651094216F_il2cpp_TypeInfo_var);
|
|
NullCheck(L_64);
|
|
GameObject__ctor_m7D0340DE160786E6EFA8DABD39EC3B694DA30AAD(L_64, NULL);
|
|
NullCheck(L_64);
|
|
TextMeshProUGUI_t101091AF4B578BB534C92E9D1EEAF0611636D957* L_65;
|
|
L_65 = GameObject_AddComponent_TisTextMeshProUGUI_t101091AF4B578BB534C92E9D1EEAF0611636D957_m15E50057DA76710B136ADF4E7CA55A463D9DA3EB(L_64, GameObject_AddComponent_TisTextMeshProUGUI_t101091AF4B578BB534C92E9D1EEAF0611636D957_m15E50057DA76710B136ADF4E7CA55A463D9DA3EB_RuntimeMethod_var);
|
|
// textObject.rectTransform.SetParent(go.transform, false);
|
|
TextMeshProUGUI_t101091AF4B578BB534C92E9D1EEAF0611636D957* L_66 = L_65;
|
|
NullCheck(L_66);
|
|
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_67;
|
|
L_67 = TMP_Text_get_rectTransform_m22DC10116809BEB2C66047A55337A588ED023EBF(L_66, NULL);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_68 = V_4;
|
|
NullCheck(L_68);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_69;
|
|
L_69 = GameObject_get_transform_m0BC10ADFA1632166AE5544BDF9038A2650C2AE56(L_68, NULL);
|
|
NullCheck(L_67);
|
|
Transform_SetParent_m9BDD7B7476714B2D7919B10BDC22CE75C0A0A195(L_67, L_69, (bool)0, NULL);
|
|
// textObject.color = new Color32(255, 255, 0, 255);
|
|
TextMeshProUGUI_t101091AF4B578BB534C92E9D1EEAF0611636D957* L_70 = L_66;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_71;
|
|
memset((&L_71), 0, sizeof(L_71));
|
|
Color32__ctor_mC9C6B443F0C7CA3F8B174158B2AF6F05E18EAC4E_inline((&L_71), (uint8_t)((int32_t)255), (uint8_t)((int32_t)255), (uint8_t)0, (uint8_t)((int32_t)255), /*hidden argument*/NULL);
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_72;
|
|
L_72 = Color32_op_Implicit_m47CBB138122B400E0B1F4BFD7C30A6C2C00FCA3E_inline(L_71, NULL);
|
|
NullCheck(L_70);
|
|
VirtualActionInvoker1< Color_tD001788D726C3A7F1379BEED0260B9591F440C1F >::Invoke(23 /* System.Void UnityEngine.UI.Graphic::set_color(UnityEngine.Color) */, L_70, L_72);
|
|
// textObject.alignment = TextAlignmentOptions.Bottom;
|
|
TextMeshProUGUI_t101091AF4B578BB534C92E9D1EEAF0611636D957* L_73 = L_70;
|
|
NullCheck(L_73);
|
|
TMP_Text_set_alignment_mE5216A28797987CC19927ED3CB8DFAC438C6B95A(L_73, ((int32_t)1026), NULL);
|
|
// textObject.fontSize = 96;
|
|
TextMeshProUGUI_t101091AF4B578BB534C92E9D1EEAF0611636D957* L_74 = L_73;
|
|
NullCheck(L_74);
|
|
TMP_Text_set_fontSize_m1C3A3BA2BC88E5E1D89375FD35A0AA91E75D3AAD(L_74, (96.0f), NULL);
|
|
// textObject.text = "!";
|
|
NullCheck(L_74);
|
|
VirtualActionInvoker1< String_t* >::Invoke(66 /* System.Void TMPro.TMP_Text::set_text(System.String) */, L_74, _stringLiteral15196F05B117690F3E12E56AA0C43803EA0D2A46);
|
|
// floatingText_Script = go.AddComponent<TextMeshProFloatingText>();
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_75 = V_4;
|
|
NullCheck(L_75);
|
|
TextMeshProFloatingText_t833773B79A4826E78EDF2799C157B0EC3ACACB31* L_76;
|
|
L_76 = GameObject_AddComponent_TisTextMeshProFloatingText_t833773B79A4826E78EDF2799C157B0EC3ACACB31_m3DBA7F56D8D880227B1D70FAA3DF6988A4EE69F1(L_75, GameObject_AddComponent_TisTextMeshProFloatingText_t833773B79A4826E78EDF2799C157B0EC3ACACB31_m3DBA7F56D8D880227B1D70FAA3DF6988A4EE69F1_RuntimeMethod_var);
|
|
__this->___floatingText_Script_7 = L_76;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___floatingText_Script_7), (void*)L_76);
|
|
// floatingText_Script.SpawnType = 0;
|
|
TextMeshProFloatingText_t833773B79A4826E78EDF2799C157B0EC3ACACB31* L_77 = __this->___floatingText_Script_7;
|
|
NullCheck(L_77);
|
|
L_77->___SpawnType_13 = 0;
|
|
}
|
|
|
|
IL_02aa:
|
|
{
|
|
// for (int i = 0; i < NumberOfNPC; i++)
|
|
int32_t L_78 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_78, 1));
|
|
}
|
|
|
|
IL_02ae:
|
|
{
|
|
// for (int i = 0; i < NumberOfNPC; i++)
|
|
int32_t L_79 = V_0;
|
|
int32_t L_80 = __this->___NumberOfNPC_5;
|
|
if ((((int32_t)L_79) < ((int32_t)L_80)))
|
|
{
|
|
goto IL_0007;
|
|
}
|
|
}
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void TMPro.Examples.Benchmark02::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Benchmark02__ctor_mE5DCB1CF4C1FDBA742B51B11427B9DE209630BF1 (Benchmark02_t4F19F4C449CC8F7FAAED31A6C1D03F4192B3C7E8* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public int NumberOfNPC = 12;
|
|
__this->___NumberOfNPC_5 = ((int32_t)12);
|
|
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 TMPro.Examples.Benchmark03::Awake()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Benchmark03_Awake_mDEE8E96AE811C5A84CB2C04440CD4662E2F918D3 (Benchmark03_t20465BC4BB859B19BA37877E83DC8946576C359D* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void TMPro.Examples.Benchmark03::Start()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Benchmark03_Start_mCCFD9402E218265F6D34A1EA7ACCD3AD3D80380D (Benchmark03_t20465BC4BB859B19BA37877E83DC8946576C359D* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisRenderer_t320575F223BCB177A982E5DDB5DB19FAA89E7FBF_mC91ACC92AD57CA6CA00991DAF1DB3830BCE07AF8_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_AddComponent_TisTextMeshPro_t4560AB28A3EAF503895A781A9C625273D833270E_mD3BE0A75BBE971456A1D7C8C6F6688A094A81C9C_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_AddComponent_TisTextMesh_t7E1981C7B03E50D5CA5A3AD5B0D9BB0AB6EE91F8_mFAD74D91BCACF9C3FAE6960EB58D5C346DDBD9C2_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_t76FEDD663AB33C991A9C9A23129337651094216F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB90AEB71EEF73D732FF86A926D89C87006CD9ADF);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBA1039E8CDAE53E44AC3E6185B0871F3D031A476);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBCB0D16199887E37F909DAF76D05B31B82328C6A);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
TextMeshPro_t4560AB28A3EAF503895A781A9C625273D833270E* V_3 = NULL;
|
|
{
|
|
// TMP_FontAsset fontAsset = null;
|
|
V_0 = (TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160*)NULL;
|
|
// switch (Benchmark)
|
|
int32_t L_0 = __this->___Benchmark_5;
|
|
V_1 = L_0;
|
|
int32_t L_1 = V_1;
|
|
switch (L_1)
|
|
{
|
|
case 0:
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
case 1:
|
|
{
|
|
goto IL_004a;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_0082;
|
|
}
|
|
case 3:
|
|
{
|
|
goto IL_00ba;
|
|
}
|
|
}
|
|
}
|
|
{
|
|
goto IL_00db;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
// fontAsset = TMP_FontAsset.CreateFontAsset(SourceFont, 90, 9, GlyphRenderMode.SDFAA, 256, 256, AtlasPopulationMode.Dynamic);
|
|
Font_tC95270EA3198038970422D78B74A7F2E218A96B6* L_2 = __this->___SourceFont_6;
|
|
il2cpp_codegen_runtime_class_init_inline(TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_il2cpp_TypeInfo_var);
|
|
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* L_3;
|
|
L_3 = TMP_FontAsset_CreateFontAsset_mC0DE04380E79B7A0A33E5F84DBD7B8595A27C639(L_2, ((int32_t)90), ((int32_t)9), ((int32_t)4165), ((int32_t)256), ((int32_t)256), 1, (bool)1, NULL);
|
|
V_0 = L_3;
|
|
// break;
|
|
goto IL_00db;
|
|
}
|
|
|
|
IL_004a:
|
|
{
|
|
// fontAsset = TMP_FontAsset.CreateFontAsset(SourceFont, 90, 9, GlyphRenderMode.SDFAA, 256, 256, AtlasPopulationMode.Dynamic);
|
|
Font_tC95270EA3198038970422D78B74A7F2E218A96B6* L_4 = __this->___SourceFont_6;
|
|
il2cpp_codegen_runtime_class_init_inline(TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_il2cpp_TypeInfo_var);
|
|
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* L_5;
|
|
L_5 = TMP_FontAsset_CreateFontAsset_mC0DE04380E79B7A0A33E5F84DBD7B8595A27C639(L_4, ((int32_t)90), ((int32_t)9), ((int32_t)4165), ((int32_t)256), ((int32_t)256), 1, (bool)1, NULL);
|
|
V_0 = L_5;
|
|
// fontAsset.material.shader = Shader.Find("TextMeshPro/Mobile/Distance Field SSD");
|
|
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* L_6 = V_0;
|
|
NullCheck(L_6);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_7 = ((TMP_Asset_t135A047D4F5CBBA9CD356B762B55AB164122B969*)L_6)->___material_6;
|
|
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* L_8;
|
|
L_8 = Shader_Find_m183AA54F78320212DDEC811592F98456898A41C5(_stringLiteralBCB0D16199887E37F909DAF76D05B31B82328C6A, NULL);
|
|
NullCheck(L_7);
|
|
Material_set_shader_mBD3A0D9AB14DE2F7CD5F2775E9AD58E15424C171(L_7, L_8, NULL);
|
|
// break;
|
|
goto IL_00db;
|
|
}
|
|
|
|
IL_0082:
|
|
{
|
|
// fontAsset = TMP_FontAsset.CreateFontAsset(SourceFont, 90, 9, GlyphRenderMode.SDFAA, 256, 256, AtlasPopulationMode.Dynamic);
|
|
Font_tC95270EA3198038970422D78B74A7F2E218A96B6* L_9 = __this->___SourceFont_6;
|
|
il2cpp_codegen_runtime_class_init_inline(TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_il2cpp_TypeInfo_var);
|
|
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* L_10;
|
|
L_10 = TMP_FontAsset_CreateFontAsset_mC0DE04380E79B7A0A33E5F84DBD7B8595A27C639(L_9, ((int32_t)90), ((int32_t)9), ((int32_t)4165), ((int32_t)256), ((int32_t)256), 1, (bool)1, NULL);
|
|
V_0 = L_10;
|
|
// fontAsset.material.shader = Shader.Find("TextMeshPro/Distance Field");
|
|
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* L_11 = V_0;
|
|
NullCheck(L_11);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_12 = ((TMP_Asset_t135A047D4F5CBBA9CD356B762B55AB164122B969*)L_11)->___material_6;
|
|
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* L_13;
|
|
L_13 = Shader_Find_m183AA54F78320212DDEC811592F98456898A41C5(_stringLiteralB90AEB71EEF73D732FF86A926D89C87006CD9ADF, NULL);
|
|
NullCheck(L_12);
|
|
Material_set_shader_mBD3A0D9AB14DE2F7CD5F2775E9AD58E15424C171(L_12, L_13, NULL);
|
|
// break;
|
|
goto IL_00db;
|
|
}
|
|
|
|
IL_00ba:
|
|
{
|
|
// fontAsset = TMP_FontAsset.CreateFontAsset(SourceFont, 90, 9, GlyphRenderMode.SMOOTH, 256, 256, AtlasPopulationMode.Dynamic);
|
|
Font_tC95270EA3198038970422D78B74A7F2E218A96B6* L_14 = __this->___SourceFont_6;
|
|
il2cpp_codegen_runtime_class_init_inline(TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_il2cpp_TypeInfo_var);
|
|
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* L_15;
|
|
L_15 = TMP_FontAsset_CreateFontAsset_mC0DE04380E79B7A0A33E5F84DBD7B8595A27C639(L_14, ((int32_t)90), ((int32_t)9), ((int32_t)4117), ((int32_t)256), ((int32_t)256), 1, (bool)1, NULL);
|
|
V_0 = L_15;
|
|
}
|
|
|
|
IL_00db:
|
|
{
|
|
// for (int i = 0; i < NumberOfSamples; i++)
|
|
V_2 = 0;
|
|
goto IL_0212;
|
|
}
|
|
|
|
IL_00e2:
|
|
{
|
|
// switch (Benchmark)
|
|
int32_t L_16 = __this->___Benchmark_5;
|
|
V_1 = L_16;
|
|
int32_t L_17 = V_1;
|
|
if ((!(((uint32_t)L_17) > ((uint32_t)3))))
|
|
{
|
|
goto IL_00f9;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_18 = V_1;
|
|
if ((((int32_t)L_18) == ((int32_t)4)))
|
|
{
|
|
goto IL_0187;
|
|
}
|
|
}
|
|
{
|
|
goto IL_020e;
|
|
}
|
|
|
|
IL_00f9:
|
|
{
|
|
// GameObject go = new GameObject();
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_19 = (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F*)il2cpp_codegen_object_new(GameObject_t76FEDD663AB33C991A9C9A23129337651094216F_il2cpp_TypeInfo_var);
|
|
NullCheck(L_19);
|
|
GameObject__ctor_m7D0340DE160786E6EFA8DABD39EC3B694DA30AAD(L_19, NULL);
|
|
// go.transform.position = new Vector3(0, 1.2f, 0);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_20 = L_19;
|
|
NullCheck(L_20);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_21;
|
|
L_21 = GameObject_get_transform_m0BC10ADFA1632166AE5544BDF9038A2650C2AE56(L_20, NULL);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_22;
|
|
memset((&L_22), 0, sizeof(L_22));
|
|
Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&L_22), (0.0f), (1.20000005f), (0.0f), /*hidden argument*/NULL);
|
|
NullCheck(L_21);
|
|
Transform_set_position_mA1A817124BB41B685043DED2A9BA48CDF37C4156(L_21, L_22, NULL);
|
|
// TextMeshPro textComponent = go.AddComponent<TextMeshPro>();
|
|
NullCheck(L_20);
|
|
TextMeshPro_t4560AB28A3EAF503895A781A9C625273D833270E* L_23;
|
|
L_23 = GameObject_AddComponent_TisTextMeshPro_t4560AB28A3EAF503895A781A9C625273D833270E_mD3BE0A75BBE971456A1D7C8C6F6688A094A81C9C(L_20, GameObject_AddComponent_TisTextMeshPro_t4560AB28A3EAF503895A781A9C625273D833270E_mD3BE0A75BBE971456A1D7C8C6F6688A094A81C9C_RuntimeMethod_var);
|
|
V_3 = L_23;
|
|
// textComponent.font = fontAsset;
|
|
TextMeshPro_t4560AB28A3EAF503895A781A9C625273D833270E* L_24 = V_3;
|
|
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* L_25 = V_0;
|
|
NullCheck(L_24);
|
|
TMP_Text_set_font_mC55E4A8C1C09595031384B35F2C2FB2FC3479E83(L_24, L_25, NULL);
|
|
// textComponent.fontSize = 128;
|
|
TextMeshPro_t4560AB28A3EAF503895A781A9C625273D833270E* L_26 = V_3;
|
|
NullCheck(L_26);
|
|
TMP_Text_set_fontSize_m1C3A3BA2BC88E5E1D89375FD35A0AA91E75D3AAD(L_26, (128.0f), NULL);
|
|
// textComponent.text = "@";
|
|
TextMeshPro_t4560AB28A3EAF503895A781A9C625273D833270E* L_27 = V_3;
|
|
NullCheck(L_27);
|
|
VirtualActionInvoker1< String_t* >::Invoke(66 /* System.Void TMPro.TMP_Text::set_text(System.String) */, L_27, _stringLiteralBA1039E8CDAE53E44AC3E6185B0871F3D031A476);
|
|
// textComponent.alignment = TextAlignmentOptions.Center;
|
|
TextMeshPro_t4560AB28A3EAF503895A781A9C625273D833270E* L_28 = V_3;
|
|
NullCheck(L_28);
|
|
TMP_Text_set_alignment_mE5216A28797987CC19927ED3CB8DFAC438C6B95A(L_28, ((int32_t)514), NULL);
|
|
// textComponent.color = new Color32(255, 255, 0, 255);
|
|
TextMeshPro_t4560AB28A3EAF503895A781A9C625273D833270E* L_29 = V_3;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_30;
|
|
memset((&L_30), 0, sizeof(L_30));
|
|
Color32__ctor_mC9C6B443F0C7CA3F8B174158B2AF6F05E18EAC4E_inline((&L_30), (uint8_t)((int32_t)255), (uint8_t)((int32_t)255), (uint8_t)0, (uint8_t)((int32_t)255), /*hidden argument*/NULL);
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_31;
|
|
L_31 = Color32_op_Implicit_m47CBB138122B400E0B1F4BFD7C30A6C2C00FCA3E_inline(L_30, NULL);
|
|
NullCheck(L_29);
|
|
VirtualActionInvoker1< Color_tD001788D726C3A7F1379BEED0260B9591F440C1F >::Invoke(23 /* System.Void UnityEngine.UI.Graphic::set_color(UnityEngine.Color) */, L_29, L_31);
|
|
// if (Benchmark == BenchmarkType.TMP_BITMAP_MOBILE)
|
|
int32_t L_32 = __this->___Benchmark_5;
|
|
if ((!(((uint32_t)L_32) == ((uint32_t)3))))
|
|
{
|
|
goto IL_020e;
|
|
}
|
|
}
|
|
{
|
|
// textComponent.fontSize = 132;
|
|
TextMeshPro_t4560AB28A3EAF503895A781A9C625273D833270E* L_33 = V_3;
|
|
NullCheck(L_33);
|
|
TMP_Text_set_fontSize_m1C3A3BA2BC88E5E1D89375FD35A0AA91E75D3AAD(L_33, (132.0f), NULL);
|
|
// break;
|
|
goto IL_020e;
|
|
}
|
|
|
|
IL_0187:
|
|
{
|
|
// GameObject go = new GameObject();
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_34 = (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F*)il2cpp_codegen_object_new(GameObject_t76FEDD663AB33C991A9C9A23129337651094216F_il2cpp_TypeInfo_var);
|
|
NullCheck(L_34);
|
|
GameObject__ctor_m7D0340DE160786E6EFA8DABD39EC3B694DA30AAD(L_34, NULL);
|
|
// go.transform.position = new Vector3(0, 1.2f, 0);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_35 = L_34;
|
|
NullCheck(L_35);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_36;
|
|
L_36 = GameObject_get_transform_m0BC10ADFA1632166AE5544BDF9038A2650C2AE56(L_35, NULL);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_37;
|
|
memset((&L_37), 0, sizeof(L_37));
|
|
Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&L_37), (0.0f), (1.20000005f), (0.0f), /*hidden argument*/NULL);
|
|
NullCheck(L_36);
|
|
Transform_set_position_mA1A817124BB41B685043DED2A9BA48CDF37C4156(L_36, L_37, NULL);
|
|
// TextMesh textMesh = go.AddComponent<TextMesh>();
|
|
NullCheck(L_35);
|
|
TextMesh_t7E1981C7B03E50D5CA5A3AD5B0D9BB0AB6EE91F8* L_38;
|
|
L_38 = GameObject_AddComponent_TisTextMesh_t7E1981C7B03E50D5CA5A3AD5B0D9BB0AB6EE91F8_mFAD74D91BCACF9C3FAE6960EB58D5C346DDBD9C2(L_35, GameObject_AddComponent_TisTextMesh_t7E1981C7B03E50D5CA5A3AD5B0D9BB0AB6EE91F8_mFAD74D91BCACF9C3FAE6960EB58D5C346DDBD9C2_RuntimeMethod_var);
|
|
// textMesh.GetComponent<Renderer>().sharedMaterial = SourceFont.material;
|
|
TextMesh_t7E1981C7B03E50D5CA5A3AD5B0D9BB0AB6EE91F8* L_39 = L_38;
|
|
NullCheck(L_39);
|
|
Renderer_t320575F223BCB177A982E5DDB5DB19FAA89E7FBF* L_40;
|
|
L_40 = Component_GetComponent_TisRenderer_t320575F223BCB177A982E5DDB5DB19FAA89E7FBF_mC91ACC92AD57CA6CA00991DAF1DB3830BCE07AF8(L_39, Component_GetComponent_TisRenderer_t320575F223BCB177A982E5DDB5DB19FAA89E7FBF_mC91ACC92AD57CA6CA00991DAF1DB3830BCE07AF8_RuntimeMethod_var);
|
|
Font_tC95270EA3198038970422D78B74A7F2E218A96B6* L_41 = __this->___SourceFont_6;
|
|
NullCheck(L_41);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_42;
|
|
L_42 = Font_get_material_m61ABDEC14C6D659DDC5A4F080023699116C17364(L_41, NULL);
|
|
NullCheck(L_40);
|
|
Renderer_set_sharedMaterial_m5E842F9A06CFB7B77656EB319881CB4B3E8E4288(L_40, L_42, NULL);
|
|
// textMesh.font = SourceFont;
|
|
TextMesh_t7E1981C7B03E50D5CA5A3AD5B0D9BB0AB6EE91F8* L_43 = L_39;
|
|
Font_tC95270EA3198038970422D78B74A7F2E218A96B6* L_44 = __this->___SourceFont_6;
|
|
NullCheck(L_43);
|
|
TextMesh_set_font_m7E407CAEDBB382B95B70069D8FAB8A9E74EAAA74(L_43, L_44, NULL);
|
|
// textMesh.anchor = TextAnchor.MiddleCenter;
|
|
TextMesh_t7E1981C7B03E50D5CA5A3AD5B0D9BB0AB6EE91F8* L_45 = L_43;
|
|
NullCheck(L_45);
|
|
TextMesh_set_anchor_m3FCB7C4B1FF66CE189B56076C0306AFE984FCD32(L_45, 4, NULL);
|
|
// textMesh.fontSize = 130;
|
|
TextMesh_t7E1981C7B03E50D5CA5A3AD5B0D9BB0AB6EE91F8* L_46 = L_45;
|
|
NullCheck(L_46);
|
|
TextMesh_set_fontSize_mAB9F7FFC0E4DB759B786F6A9357B18C86015498B(L_46, ((int32_t)130), NULL);
|
|
// textMesh.color = new Color32(255, 255, 0, 255);
|
|
TextMesh_t7E1981C7B03E50D5CA5A3AD5B0D9BB0AB6EE91F8* L_47 = L_46;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_48;
|
|
memset((&L_48), 0, sizeof(L_48));
|
|
Color32__ctor_mC9C6B443F0C7CA3F8B174158B2AF6F05E18EAC4E_inline((&L_48), (uint8_t)((int32_t)255), (uint8_t)((int32_t)255), (uint8_t)0, (uint8_t)((int32_t)255), /*hidden argument*/NULL);
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_49;
|
|
L_49 = Color32_op_Implicit_m47CBB138122B400E0B1F4BFD7C30A6C2C00FCA3E_inline(L_48, NULL);
|
|
NullCheck(L_47);
|
|
TextMesh_set_color_mF08F30C3CD797C16289225B567724B9F07DC641E(L_47, L_49, NULL);
|
|
// textMesh.text = "@";
|
|
NullCheck(L_47);
|
|
TextMesh_set_text_mDF79D39638ED82797D0B0B3BB9E6B10712F8EA9E(L_47, _stringLiteralBA1039E8CDAE53E44AC3E6185B0871F3D031A476, NULL);
|
|
}
|
|
|
|
IL_020e:
|
|
{
|
|
// for (int i = 0; i < NumberOfSamples; i++)
|
|
int32_t L_50 = V_2;
|
|
V_2 = ((int32_t)il2cpp_codegen_add(L_50, 1));
|
|
}
|
|
|
|
IL_0212:
|
|
{
|
|
// for (int i = 0; i < NumberOfSamples; i++)
|
|
int32_t L_51 = V_2;
|
|
int32_t L_52 = __this->___NumberOfSamples_4;
|
|
if ((((int32_t)L_51) < ((int32_t)L_52)))
|
|
{
|
|
goto IL_00e2;
|
|
}
|
|
}
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void TMPro.Examples.Benchmark03::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Benchmark03__ctor_m8A29BB2CC6375B2D3D57B5A90D18F2435352E5F6 (Benchmark03_t20465BC4BB859B19BA37877E83DC8946576C359D* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public int NumberOfSamples = 100;
|
|
__this->___NumberOfSamples_4 = ((int32_t)100);
|
|
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
|
|
#ifdef __clang__
|
|
#pragma 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 TMPro.Examples.Benchmark04::Start()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Benchmark04_Start_mD2F5056019DD08B3DB897F6D194E86AB66E92F90 (Benchmark04_t10F8FE01330047EC5B83FE59EE23381CD2BE2F01* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_AddComponent_TisTextMeshPro_t4560AB28A3EAF503895A781A9C625273D833270E_mD3BE0A75BBE971456A1D7C8C6F6688A094A81C9C_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_t76FEDD663AB33C991A9C9A23129337651094216F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC56D8B760DA0CEC01983ED455FA2F4F6D226A0D7);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC81D4815798A03842AAC413360D527A2550FDA1A);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCED30D471F9ECB011896E4C24680A6982ECBCAFE);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
float V_0 = 0.0f;
|
|
float V_1 = 0.0f;
|
|
float V_2 = 0.0f;
|
|
float V_3 = 0.0f;
|
|
int32_t V_4 = 0;
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* V_5 = NULL;
|
|
{
|
|
// m_Transform = transform;
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_0;
|
|
L_0 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(__this, NULL);
|
|
__this->___m_Transform_8 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Transform_8), (void*)L_0);
|
|
// float lineHeight = 0;
|
|
V_0 = (0.0f);
|
|
// float orthoSize = Camera.main.orthographicSize = Screen.height / 2;
|
|
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_1;
|
|
L_1 = Camera_get_main_m52C992F18E05355ABB9EEB64A4BF2215E12762DF(NULL);
|
|
int32_t L_2;
|
|
L_2 = Screen_get_height_m01A3102DE71EE1FBEA51D09D6B0261CF864FE8F9(NULL);
|
|
float L_3 = ((float)((int32_t)(L_2/2)));
|
|
V_3 = L_3;
|
|
NullCheck(L_1);
|
|
Camera_set_orthographicSize_m76DD021032ACB3DDBD052B75EC66DCE3A7295A5C(L_1, L_3, NULL);
|
|
float L_4 = V_3;
|
|
V_1 = L_4;
|
|
// float ratio = (float)Screen.width / Screen.height;
|
|
int32_t L_5;
|
|
L_5 = Screen_get_width_mF608FF3252213E7EFA1F0D2F744C28110E9E5AC9(NULL);
|
|
int32_t L_6;
|
|
L_6 = Screen_get_height_m01A3102DE71EE1FBEA51D09D6B0261CF864FE8F9(NULL);
|
|
V_2 = ((float)(((float)L_5)/((float)L_6)));
|
|
// for (int i = MinPointSize; i <= MaxPointSize; i += Steps)
|
|
int32_t L_7 = __this->___MinPointSize_5;
|
|
V_4 = L_7;
|
|
goto IL_0139;
|
|
}
|
|
|
|
IL_0043:
|
|
{
|
|
// if (SpawnType == 0)
|
|
int32_t L_8 = __this->___SpawnType_4;
|
|
if (L_8)
|
|
{
|
|
goto IL_012e;
|
|
}
|
|
}
|
|
{
|
|
// GameObject go = new GameObject("Text - " + i + " Pts");
|
|
String_t* L_9;
|
|
L_9 = Int32_ToString_m030E01C24E294D6762FB0B6F37CB541581F55CA5((&V_4), NULL);
|
|
String_t* L_10;
|
|
L_10 = String_Concat_m8855A6DE10F84DA7F4EC113CADDB59873A25573B(_stringLiteralC81D4815798A03842AAC413360D527A2550FDA1A, L_9, _stringLiteralC56D8B760DA0CEC01983ED455FA2F4F6D226A0D7, NULL);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_11 = (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F*)il2cpp_codegen_object_new(GameObject_t76FEDD663AB33C991A9C9A23129337651094216F_il2cpp_TypeInfo_var);
|
|
NullCheck(L_11);
|
|
GameObject__ctor_m37D512B05D292F954792225E6C6EEE95293A9B88(L_11, L_10, NULL);
|
|
V_5 = L_11;
|
|
// if (lineHeight > orthoSize * 2) return;
|
|
float L_12 = V_0;
|
|
float L_13 = V_1;
|
|
if ((!(((float)L_12) > ((float)((float)il2cpp_codegen_multiply(L_13, (2.0f)))))))
|
|
{
|
|
goto IL_0076;
|
|
}
|
|
}
|
|
{
|
|
// if (lineHeight > orthoSize * 2) return;
|
|
return;
|
|
}
|
|
|
|
IL_0076:
|
|
{
|
|
// go.transform.position = m_Transform.position + new Vector3(ratio * -orthoSize * 0.975f, orthoSize * 0.975f - lineHeight, 0);
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_14 = V_5;
|
|
NullCheck(L_14);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_15;
|
|
L_15 = GameObject_get_transform_m0BC10ADFA1632166AE5544BDF9038A2650C2AE56(L_14, NULL);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_16 = __this->___m_Transform_8;
|
|
NullCheck(L_16);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_17;
|
|
L_17 = Transform_get_position_m69CD5FA214FDAE7BB701552943674846C220FDE1(L_16, NULL);
|
|
float L_18 = V_2;
|
|
float L_19 = V_1;
|
|
float L_20 = V_1;
|
|
float L_21 = V_0;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_22;
|
|
memset((&L_22), 0, sizeof(L_22));
|
|
Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&L_22), ((float)il2cpp_codegen_multiply(((float)il2cpp_codegen_multiply(L_18, ((-L_19)))), (0.975000024f))), ((float)il2cpp_codegen_subtract(((float)il2cpp_codegen_multiply(L_20, (0.975000024f))), L_21)), (0.0f), /*hidden argument*/NULL);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_23;
|
|
L_23 = Vector3_op_Addition_m78C0EC70CB66E8DCAC225743D82B268DAEE92067_inline(L_17, L_22, NULL);
|
|
NullCheck(L_15);
|
|
Transform_set_position_mA1A817124BB41B685043DED2A9BA48CDF37C4156(L_15, L_23, NULL);
|
|
// TextMeshPro textMeshPro = go.AddComponent<TextMeshPro>();
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_24 = V_5;
|
|
NullCheck(L_24);
|
|
TextMeshPro_t4560AB28A3EAF503895A781A9C625273D833270E* L_25;
|
|
L_25 = GameObject_AddComponent_TisTextMeshPro_t4560AB28A3EAF503895A781A9C625273D833270E_mD3BE0A75BBE971456A1D7C8C6F6688A094A81C9C(L_24, GameObject_AddComponent_TisTextMeshPro_t4560AB28A3EAF503895A781A9C625273D833270E_mD3BE0A75BBE971456A1D7C8C6F6688A094A81C9C_RuntimeMethod_var);
|
|
// textMeshPro.rectTransform.pivot = new Vector2(0, 0.5f);
|
|
TextMeshPro_t4560AB28A3EAF503895A781A9C625273D833270E* L_26 = L_25;
|
|
NullCheck(L_26);
|
|
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_27;
|
|
L_27 = TMP_Text_get_rectTransform_m22DC10116809BEB2C66047A55337A588ED023EBF(L_26, NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_28;
|
|
memset((&L_28), 0, sizeof(L_28));
|
|
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_28), (0.0f), (0.5f), /*hidden argument*/NULL);
|
|
NullCheck(L_27);
|
|
RectTransform_set_pivot_m79D0177D383D432A93C2615F1932B739B1C6E146(L_27, L_28, NULL);
|
|
// textMeshPro.enableWordWrapping = false;
|
|
TextMeshPro_t4560AB28A3EAF503895A781A9C625273D833270E* L_29 = L_26;
|
|
NullCheck(L_29);
|
|
TMP_Text_set_enableWordWrapping_mFAEE849315B4723F9C86C127B1A59EF50BE1C12F(L_29, (bool)0, NULL);
|
|
// textMeshPro.extraPadding = true;
|
|
TextMeshPro_t4560AB28A3EAF503895A781A9C625273D833270E* L_30 = L_29;
|
|
NullCheck(L_30);
|
|
TMP_Text_set_extraPadding_m26595B78EDE43EFBCCBF7D5E23932ADCB983EF32(L_30, (bool)1, NULL);
|
|
// textMeshPro.isOrthographic = true;
|
|
TextMeshPro_t4560AB28A3EAF503895A781A9C625273D833270E* L_31 = L_30;
|
|
NullCheck(L_31);
|
|
TMP_Text_set_isOrthographic_mF58B9C6B492D4FD1BA0AB339E4B91F0A1F644C18(L_31, (bool)1, NULL);
|
|
// textMeshPro.fontSize = i;
|
|
TextMeshPro_t4560AB28A3EAF503895A781A9C625273D833270E* L_32 = L_31;
|
|
int32_t L_33 = V_4;
|
|
NullCheck(L_32);
|
|
TMP_Text_set_fontSize_m1C3A3BA2BC88E5E1D89375FD35A0AA91E75D3AAD(L_32, ((float)L_33), NULL);
|
|
// textMeshPro.text = i + " pts - Lorem ipsum dolor sit...";
|
|
TextMeshPro_t4560AB28A3EAF503895A781A9C625273D833270E* L_34 = L_32;
|
|
String_t* L_35;
|
|
L_35 = Int32_ToString_m030E01C24E294D6762FB0B6F37CB541581F55CA5((&V_4), NULL);
|
|
String_t* L_36;
|
|
L_36 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(L_35, _stringLiteralCED30D471F9ECB011896E4C24680A6982ECBCAFE, NULL);
|
|
NullCheck(L_34);
|
|
VirtualActionInvoker1< String_t* >::Invoke(66 /* System.Void TMPro.TMP_Text::set_text(System.String) */, L_34, L_36);
|
|
// textMeshPro.color = new Color32(255, 255, 255, 255);
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_37;
|
|
memset((&L_37), 0, sizeof(L_37));
|
|
Color32__ctor_mC9C6B443F0C7CA3F8B174158B2AF6F05E18EAC4E_inline((&L_37), (uint8_t)((int32_t)255), (uint8_t)((int32_t)255), (uint8_t)((int32_t)255), (uint8_t)((int32_t)255), /*hidden argument*/NULL);
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_38;
|
|
L_38 = Color32_op_Implicit_m47CBB138122B400E0B1F4BFD7C30A6C2C00FCA3E_inline(L_37, NULL);
|
|
NullCheck(L_34);
|
|
VirtualActionInvoker1< Color_tD001788D726C3A7F1379BEED0260B9591F440C1F >::Invoke(23 /* System.Void UnityEngine.UI.Graphic::set_color(UnityEngine.Color) */, L_34, L_38);
|
|
// lineHeight += i;
|
|
float L_39 = V_0;
|
|
int32_t L_40 = V_4;
|
|
V_0 = ((float)il2cpp_codegen_add(L_39, ((float)L_40)));
|
|
}
|
|
|
|
IL_012e:
|
|
{
|
|
// for (int i = MinPointSize; i <= MaxPointSize; i += Steps)
|
|
int32_t L_41 = V_4;
|
|
int32_t L_42 = __this->___Steps_7;
|
|
V_4 = ((int32_t)il2cpp_codegen_add(L_41, L_42));
|
|
}
|
|
|
|
IL_0139:
|
|
{
|
|
// for (int i = MinPointSize; i <= MaxPointSize; i += Steps)
|
|
int32_t L_43 = V_4;
|
|
int32_t L_44 = __this->___MaxPointSize_6;
|
|
if ((((int32_t)L_43) <= ((int32_t)L_44)))
|
|
{
|
|
goto IL_0043;
|
|
}
|
|
}
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void TMPro.Examples.Benchmark04::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Benchmark04__ctor_m282E4E495D8D1921A87481729549B68BEDAD2D27 (Benchmark04_t10F8FE01330047EC5B83FE59EE23381CD2BE2F01* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public int MinPointSize = 12;
|
|
__this->___MinPointSize_5 = ((int32_t)12);
|
|
// public int MaxPointSize = 64;
|
|
__this->___MaxPointSize_6 = ((int32_t)64);
|
|
// public int Steps = 4;
|
|
__this->___Steps_7 = 4;
|
|
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 TMPro.Examples.CameraController::Awake()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CameraController_Awake_m2D75756734457ADE0F15F191B63521A47C426788 (CameraController_t7E0AA7DC0B482A31CC3D60F6032912FE8B581DA8* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// if (QualitySettings.vSyncCount > 0)
|
|
int32_t L_0;
|
|
L_0 = QualitySettings_get_vSyncCount_m0293E74C6CEF18FA03FB12C85802361FA83DC293(NULL);
|
|
if ((((int32_t)L_0) <= ((int32_t)0)))
|
|
{
|
|
goto IL_0011;
|
|
}
|
|
}
|
|
{
|
|
// Application.targetFrameRate = 60;
|
|
Application_set_targetFrameRate_mB90EEA60DAE55CD71C38D4B7DFDBE2B34EA6B46F(((int32_t)60), NULL);
|
|
goto IL_0017;
|
|
}
|
|
|
|
IL_0011:
|
|
{
|
|
// Application.targetFrameRate = -1;
|
|
Application_set_targetFrameRate_mB90EEA60DAE55CD71C38D4B7DFDBE2B34EA6B46F((-1), NULL);
|
|
}
|
|
|
|
IL_0017:
|
|
{
|
|
// if (Application.platform == RuntimePlatform.IPhonePlayer || Application.platform == RuntimePlatform.Android)
|
|
int32_t L_1;
|
|
L_1 = Application_get_platform_m59EF7D6155D18891B24767F83F388160B1FF2138(NULL);
|
|
if ((((int32_t)L_1) == ((int32_t)8)))
|
|
{
|
|
goto IL_0028;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_2;
|
|
L_2 = Application_get_platform_m59EF7D6155D18891B24767F83F388160B1FF2138(NULL);
|
|
if ((!(((uint32_t)L_2) == ((uint32_t)((int32_t)11)))))
|
|
{
|
|
goto IL_002e;
|
|
}
|
|
}
|
|
|
|
IL_0028:
|
|
{
|
|
// Input.simulateMouseWithTouches = false;
|
|
Input_set_simulateMouseWithTouches_m1D86DBF4BDCAA4AF3F15EE2BD51FB4C215D2AC6E((bool)0, NULL);
|
|
}
|
|
|
|
IL_002e:
|
|
{
|
|
// cameraTransform = transform;
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_3;
|
|
L_3 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(__this, NULL);
|
|
__this->___cameraTransform_4 = L_3;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___cameraTransform_4), (void*)L_3);
|
|
// previousSmoothing = MovementSmoothing;
|
|
bool L_4 = __this->___MovementSmoothing_15;
|
|
__this->___previousSmoothing_17 = L_4;
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void TMPro.Examples.CameraController::Start()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CameraController_Start_m749E20374F32FF190EC51D70C717A8117934F2A5 (CameraController_t7E0AA7DC0B482A31CC3D60F6032912FE8B581DA8* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_t76FEDD663AB33C991A9C9A23129337651094216F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEF516EC7240CA160FD729299C926B5EDB246658A);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (CameraTarget == null)
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_0 = __this->___CameraTarget_6;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_1;
|
|
L_1 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_0, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_002f;
|
|
}
|
|
}
|
|
{
|
|
// dummyTarget = new GameObject("Camera Target").transform;
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_2 = (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F*)il2cpp_codegen_object_new(GameObject_t76FEDD663AB33C991A9C9A23129337651094216F_il2cpp_TypeInfo_var);
|
|
NullCheck(L_2);
|
|
GameObject__ctor_m37D512B05D292F954792225E6C6EEE95293A9B88(L_2, _stringLiteralEF516EC7240CA160FD729299C926B5EDB246658A, NULL);
|
|
NullCheck(L_2);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_3;
|
|
L_3 = GameObject_get_transform_m0BC10ADFA1632166AE5544BDF9038A2650C2AE56(L_2, NULL);
|
|
__this->___dummyTarget_5 = L_3;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___dummyTarget_5), (void*)L_3);
|
|
// CameraTarget = dummyTarget;
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_4 = __this->___dummyTarget_5;
|
|
__this->___CameraTarget_6 = L_4;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___CameraTarget_6), (void*)L_4);
|
|
}
|
|
|
|
IL_002f:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void TMPro.Examples.CameraController::LateUpdate()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CameraController_LateUpdate_m07E7F5C7D91713F8BB489480304D130570D7858F (CameraController_t7E0AA7DC0B482A31CC3D60F6032912FE8B581DA8* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// GetPlayerInput();
|
|
CameraController_GetPlayerInput_m31AE86C54785402EB078A40F37D83FEA9216388F(__this, NULL);
|
|
// if (CameraTarget != null)
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_0 = __this->___CameraTarget_6;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_1;
|
|
L_1 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_0, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_0172;
|
|
}
|
|
}
|
|
{
|
|
// if (CameraMode == CameraModes.Isometric)
|
|
int32_t L_2 = __this->___CameraMode_14;
|
|
if ((!(((uint32_t)L_2) == ((uint32_t)1))))
|
|
{
|
|
goto IL_0069;
|
|
}
|
|
}
|
|
{
|
|
// desiredPosition = CameraTarget.position + Quaternion.Euler(ElevationAngle, OrbitalAngle, 0f) * new Vector3(0, 0, -FollowDistance);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_3 = __this->___CameraTarget_6;
|
|
NullCheck(L_3);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_4;
|
|
L_4 = Transform_get_position_m69CD5FA214FDAE7BB701552943674846C220FDE1(L_3, NULL);
|
|
float L_5 = __this->___ElevationAngle_10;
|
|
float L_6 = __this->___OrbitalAngle_13;
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_7;
|
|
L_7 = Quaternion_Euler_m9262AB29E3E9CE94EF71051F38A28E82AEC73F90_inline(L_5, L_6, (0.0f), NULL);
|
|
float L_8 = __this->___FollowDistance_7;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_9;
|
|
memset((&L_9), 0, sizeof(L_9));
|
|
Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&L_9), (0.0f), (0.0f), ((-L_8)), /*hidden argument*/NULL);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_10;
|
|
L_10 = Quaternion_op_Multiply_mE1EBA73F9173432B50F8F17CE8190C5A7986FB8C(L_7, L_9, NULL);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_11;
|
|
L_11 = Vector3_op_Addition_m78C0EC70CB66E8DCAC225743D82B268DAEE92067_inline(L_4, L_10, NULL);
|
|
__this->___desiredPosition_22 = L_11;
|
|
goto IL_00c3;
|
|
}
|
|
|
|
IL_0069:
|
|
{
|
|
// else if (CameraMode == CameraModes.Follow)
|
|
int32_t L_12 = __this->___CameraMode_14;
|
|
if (L_12)
|
|
{
|
|
goto IL_00c3;
|
|
}
|
|
}
|
|
{
|
|
// desiredPosition = CameraTarget.position + CameraTarget.TransformDirection(Quaternion.Euler(ElevationAngle, OrbitalAngle, 0f) * (new Vector3(0, 0, -FollowDistance)));
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_13 = __this->___CameraTarget_6;
|
|
NullCheck(L_13);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_14;
|
|
L_14 = Transform_get_position_m69CD5FA214FDAE7BB701552943674846C220FDE1(L_13, NULL);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_15 = __this->___CameraTarget_6;
|
|
float L_16 = __this->___ElevationAngle_10;
|
|
float L_17 = __this->___OrbitalAngle_13;
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_18;
|
|
L_18 = Quaternion_Euler_m9262AB29E3E9CE94EF71051F38A28E82AEC73F90_inline(L_16, L_17, (0.0f), NULL);
|
|
float L_19 = __this->___FollowDistance_7;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_20;
|
|
memset((&L_20), 0, sizeof(L_20));
|
|
Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&L_20), (0.0f), (0.0f), ((-L_19)), /*hidden argument*/NULL);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_21;
|
|
L_21 = Quaternion_op_Multiply_mE1EBA73F9173432B50F8F17CE8190C5A7986FB8C(L_18, L_20, NULL);
|
|
NullCheck(L_15);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_22;
|
|
L_22 = Transform_TransformDirection_m9BE1261DF2D48B7A4A27D31EE24D2D97F89E7757(L_15, L_21, NULL);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_23;
|
|
L_23 = Vector3_op_Addition_m78C0EC70CB66E8DCAC225743D82B268DAEE92067_inline(L_14, L_22, NULL);
|
|
__this->___desiredPosition_22 = L_23;
|
|
}
|
|
|
|
IL_00c3:
|
|
{
|
|
// if (MovementSmoothing == true)
|
|
bool L_24 = __this->___MovementSmoothing_15;
|
|
if (!L_24)
|
|
{
|
|
goto IL_0100;
|
|
}
|
|
}
|
|
{
|
|
// cameraTransform.position = Vector3.SmoothDamp(cameraTransform.position, desiredPosition, ref currentVelocity, MovementSmoothingValue * Time.fixedDeltaTime);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_25 = __this->___cameraTransform_4;
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_26 = __this->___cameraTransform_4;
|
|
NullCheck(L_26);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_27;
|
|
L_27 = Transform_get_position_m69CD5FA214FDAE7BB701552943674846C220FDE1(L_26, NULL);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_28 = __this->___desiredPosition_22;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* L_29 = (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2*)(&__this->___currentVelocity_21);
|
|
float L_30 = __this->___MovementSmoothingValue_18;
|
|
float L_31;
|
|
L_31 = Time_get_fixedDeltaTime_m43136893D00AF5D5FE80AD05609558F6E2381381(NULL);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_32;
|
|
L_32 = Vector3_SmoothDamp_mF673AC30464B7DF671A0556140EB6E9DD75827ED_inline(L_27, L_28, L_29, ((float)il2cpp_codegen_multiply(L_30, L_31)), NULL);
|
|
NullCheck(L_25);
|
|
Transform_set_position_mA1A817124BB41B685043DED2A9BA48CDF37C4156(L_25, L_32, NULL);
|
|
goto IL_0111;
|
|
}
|
|
|
|
IL_0100:
|
|
{
|
|
// cameraTransform.position = desiredPosition;
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_33 = __this->___cameraTransform_4;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_34 = __this->___desiredPosition_22;
|
|
NullCheck(L_33);
|
|
Transform_set_position_mA1A817124BB41B685043DED2A9BA48CDF37C4156(L_33, L_34, NULL);
|
|
}
|
|
|
|
IL_0111:
|
|
{
|
|
// if (RotationSmoothing == true)
|
|
bool L_35 = __this->___RotationSmoothing_16;
|
|
if (!L_35)
|
|
{
|
|
goto IL_0161;
|
|
}
|
|
}
|
|
{
|
|
// cameraTransform.rotation = Quaternion.Lerp(cameraTransform.rotation, Quaternion.LookRotation(CameraTarget.position - cameraTransform.position), RotationSmoothingValue * Time.deltaTime);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_36 = __this->___cameraTransform_4;
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_37 = __this->___cameraTransform_4;
|
|
NullCheck(L_37);
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_38;
|
|
L_38 = Transform_get_rotation_m32AF40CA0D50C797DA639A696F8EAEC7524C179C(L_37, NULL);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_39 = __this->___CameraTarget_6;
|
|
NullCheck(L_39);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_40;
|
|
L_40 = Transform_get_position_m69CD5FA214FDAE7BB701552943674846C220FDE1(L_39, NULL);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_41 = __this->___cameraTransform_4;
|
|
NullCheck(L_41);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_42;
|
|
L_42 = Transform_get_position_m69CD5FA214FDAE7BB701552943674846C220FDE1(L_41, NULL);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_43;
|
|
L_43 = Vector3_op_Subtraction_mE42023FF80067CB44A1D4A27EB7CF2B24CABB828_inline(L_40, L_42, NULL);
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_44;
|
|
L_44 = Quaternion_LookRotation_mDB2CCA75B8E1AB98104F2A6E1A1EA57D0D1298D7(L_43, NULL);
|
|
float L_45 = __this->___RotationSmoothingValue_19;
|
|
float L_46;
|
|
L_46 = Time_get_deltaTime_mC3195000401F0FD167DD2F948FD2BC58330D0865(NULL);
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_47;
|
|
L_47 = Quaternion_Lerp_m259606226726C2F46E079A5A688B9E24FF7E9A0D(L_38, L_44, ((float)il2cpp_codegen_multiply(L_45, L_46)), NULL);
|
|
NullCheck(L_36);
|
|
Transform_set_rotation_m61340DE74726CF0F9946743A727C4D444397331D(L_36, L_47, NULL);
|
|
return;
|
|
}
|
|
|
|
IL_0161:
|
|
{
|
|
// cameraTransform.LookAt(CameraTarget);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_48 = __this->___cameraTransform_4;
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_49 = __this->___CameraTarget_6;
|
|
NullCheck(L_48);
|
|
Transform_LookAt_mA8567593181FD78BBDC2AF29AD99F93BDB2976B2(L_48, L_49, NULL);
|
|
}
|
|
|
|
IL_0172:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void TMPro.Examples.CameraController::GetPlayerInput()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CameraController_GetPlayerInput_m31AE86C54785402EB078A40F37D83FEA9216388F (CameraController_t7E0AA7DC0B482A31CC3D60F6032912FE8B581DA8* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_t76FEDD663AB33C991A9C9A23129337651094216F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral16DD21BE77B115D392226EB71A2D3A9FDC29E3F0);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral88BEE283254D7094E258B3A88730F4CC4F1E4AC7);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEF516EC7240CA160FD729299C926B5EDB246658A);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFC6687DC37346CD2569888E29764F727FAF530E0);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
float V_0 = 0.0f;
|
|
Touch_t03E51455ED508492B3F278903A0114FA0E87B417 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
RaycastHit_t6F30BD0B38B56401CA833A1B87BD74F2ACD2F2B5 V_3;
|
|
memset((&V_3), 0, sizeof(V_3));
|
|
Touch_t03E51455ED508492B3F278903A0114FA0E87B417 V_4;
|
|
memset((&V_4), 0, sizeof(V_4));
|
|
Touch_t03E51455ED508492B3F278903A0114FA0E87B417 V_5;
|
|
memset((&V_5), 0, sizeof(V_5));
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_6;
|
|
memset((&V_6), 0, sizeof(V_6));
|
|
float V_7 = 0.0f;
|
|
float V_8 = 0.0f;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_9;
|
|
memset((&V_9), 0, sizeof(V_9));
|
|
{
|
|
// moveVector = Vector3.zero;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_0;
|
|
L_0 = Vector3_get_zero_m0C1249C3F25B1C70EAD3CC8B31259975A457AE39_inline(NULL);
|
|
__this->___moveVector_25 = L_0;
|
|
// mouseWheel = Input.GetAxis("Mouse ScrollWheel");
|
|
float L_1;
|
|
L_1 = Input_GetAxis_m10372E6C5FF591668D2DC5F58C58D213CC598A62(_stringLiteralFC6687DC37346CD2569888E29764F727FAF530E0, NULL);
|
|
__this->___mouseWheel_26 = L_1;
|
|
// float touchCount = Input.touchCount;
|
|
int32_t L_2;
|
|
L_2 = Input_get_touchCount_m057388BFC67A0F4CA53764B1022867ED81D01E39(NULL);
|
|
V_0 = ((float)L_2);
|
|
// if (Input.GetKey(KeyCode.LeftShift) || Input.GetKey(KeyCode.RightShift) || touchCount > 0)
|
|
bool L_3;
|
|
L_3 = Input_GetKey_mE5681EF775F3CEBA7EAD7C63984F7B34C8E8D434(((int32_t)304), NULL);
|
|
if (L_3)
|
|
{
|
|
goto IL_0045;
|
|
}
|
|
}
|
|
{
|
|
bool L_4;
|
|
L_4 = Input_GetKey_mE5681EF775F3CEBA7EAD7C63984F7B34C8E8D434(((int32_t)303), NULL);
|
|
if (L_4)
|
|
{
|
|
goto IL_0045;
|
|
}
|
|
}
|
|
{
|
|
float L_5 = V_0;
|
|
if ((!(((float)L_5) > ((float)(0.0f)))))
|
|
{
|
|
goto IL_040d;
|
|
}
|
|
}
|
|
|
|
IL_0045:
|
|
{
|
|
// mouseWheel *= 10;
|
|
float L_6 = __this->___mouseWheel_26;
|
|
__this->___mouseWheel_26 = ((float)il2cpp_codegen_multiply(L_6, (10.0f)));
|
|
// if (Input.GetKeyDown(KeyCode.I))
|
|
bool L_7;
|
|
L_7 = Input_GetKeyDown_mB237DEA6244132670D38990BAB77D813FBB028D2(((int32_t)105), NULL);
|
|
if (!L_7)
|
|
{
|
|
goto IL_0067;
|
|
}
|
|
}
|
|
{
|
|
// CameraMode = CameraModes.Isometric;
|
|
__this->___CameraMode_14 = 1;
|
|
}
|
|
|
|
IL_0067:
|
|
{
|
|
// if (Input.GetKeyDown(KeyCode.F))
|
|
bool L_8;
|
|
L_8 = Input_GetKeyDown_mB237DEA6244132670D38990BAB77D813FBB028D2(((int32_t)102), NULL);
|
|
if (!L_8)
|
|
{
|
|
goto IL_0077;
|
|
}
|
|
}
|
|
{
|
|
// CameraMode = CameraModes.Follow;
|
|
__this->___CameraMode_14 = 0;
|
|
}
|
|
|
|
IL_0077:
|
|
{
|
|
// if (Input.GetKeyDown(KeyCode.S))
|
|
bool L_9;
|
|
L_9 = Input_GetKeyDown_mB237DEA6244132670D38990BAB77D813FBB028D2(((int32_t)115), NULL);
|
|
if (!L_9)
|
|
{
|
|
goto IL_008f;
|
|
}
|
|
}
|
|
{
|
|
// MovementSmoothing = !MovementSmoothing;
|
|
bool L_10 = __this->___MovementSmoothing_15;
|
|
__this->___MovementSmoothing_15 = (bool)((((int32_t)L_10) == ((int32_t)0))? 1 : 0);
|
|
}
|
|
|
|
IL_008f:
|
|
{
|
|
// if (Input.GetMouseButton(1))
|
|
bool L_11;
|
|
L_11 = Input_GetMouseButton_m4995DD4A2D4F916565C1B1B5AAF7DF17C126B3EA(1, NULL);
|
|
if (!L_11)
|
|
{
|
|
goto IL_017d;
|
|
}
|
|
}
|
|
{
|
|
// mouseY = Input.GetAxis("Mouse Y");
|
|
float L_12;
|
|
L_12 = Input_GetAxis_m10372E6C5FF591668D2DC5F58C58D213CC598A62(_stringLiteral16DD21BE77B115D392226EB71A2D3A9FDC29E3F0, NULL);
|
|
__this->___mouseY_24 = L_12;
|
|
// mouseX = Input.GetAxis("Mouse X");
|
|
float L_13;
|
|
L_13 = Input_GetAxis_m10372E6C5FF591668D2DC5F58C58D213CC598A62(_stringLiteral88BEE283254D7094E258B3A88730F4CC4F1E4AC7, NULL);
|
|
__this->___mouseX_23 = L_13;
|
|
// if (mouseY > 0.01f || mouseY < -0.01f)
|
|
float L_14 = __this->___mouseY_24;
|
|
if ((((float)L_14) > ((float)(0.00999999978f))))
|
|
{
|
|
goto IL_00d4;
|
|
}
|
|
}
|
|
{
|
|
float L_15 = __this->___mouseY_24;
|
|
if ((!(((float)L_15) < ((float)(-0.00999999978f)))))
|
|
{
|
|
goto IL_010b;
|
|
}
|
|
}
|
|
|
|
IL_00d4:
|
|
{
|
|
// ElevationAngle -= mouseY * MoveSensitivity;
|
|
float L_16 = __this->___ElevationAngle_10;
|
|
float L_17 = __this->___mouseY_24;
|
|
float L_18 = __this->___MoveSensitivity_20;
|
|
__this->___ElevationAngle_10 = ((float)il2cpp_codegen_subtract(L_16, ((float)il2cpp_codegen_multiply(L_17, L_18))));
|
|
// ElevationAngle = Mathf.Clamp(ElevationAngle, MinElevationAngle, MaxElevationAngle);
|
|
float L_19 = __this->___ElevationAngle_10;
|
|
float L_20 = __this->___MinElevationAngle_12;
|
|
float L_21 = __this->___MaxElevationAngle_11;
|
|
float L_22;
|
|
L_22 = Mathf_Clamp_mEB9AEA827D27D20FCC787F7375156AF46BB12BBF_inline(L_19, L_20, L_21, NULL);
|
|
__this->___ElevationAngle_10 = L_22;
|
|
}
|
|
|
|
IL_010b:
|
|
{
|
|
// if (mouseX > 0.01f || mouseX < -0.01f)
|
|
float L_23 = __this->___mouseX_23;
|
|
if ((((float)L_23) > ((float)(0.00999999978f))))
|
|
{
|
|
goto IL_0125;
|
|
}
|
|
}
|
|
{
|
|
float L_24 = __this->___mouseX_23;
|
|
if ((!(((float)L_24) < ((float)(-0.00999999978f)))))
|
|
{
|
|
goto IL_017d;
|
|
}
|
|
}
|
|
|
|
IL_0125:
|
|
{
|
|
// OrbitalAngle += mouseX * MoveSensitivity;
|
|
float L_25 = __this->___OrbitalAngle_13;
|
|
float L_26 = __this->___mouseX_23;
|
|
float L_27 = __this->___MoveSensitivity_20;
|
|
__this->___OrbitalAngle_13 = ((float)il2cpp_codegen_add(L_25, ((float)il2cpp_codegen_multiply(L_26, L_27))));
|
|
// if (OrbitalAngle > 360)
|
|
float L_28 = __this->___OrbitalAngle_13;
|
|
if ((!(((float)L_28) > ((float)(360.0f)))))
|
|
{
|
|
goto IL_015e;
|
|
}
|
|
}
|
|
{
|
|
// OrbitalAngle -= 360;
|
|
float L_29 = __this->___OrbitalAngle_13;
|
|
__this->___OrbitalAngle_13 = ((float)il2cpp_codegen_subtract(L_29, (360.0f)));
|
|
}
|
|
|
|
IL_015e:
|
|
{
|
|
// if (OrbitalAngle < 0)
|
|
float L_30 = __this->___OrbitalAngle_13;
|
|
if ((!(((float)L_30) < ((float)(0.0f)))))
|
|
{
|
|
goto IL_017d;
|
|
}
|
|
}
|
|
{
|
|
// OrbitalAngle += 360;
|
|
float L_31 = __this->___OrbitalAngle_13;
|
|
__this->___OrbitalAngle_13 = ((float)il2cpp_codegen_add(L_31, (360.0f)));
|
|
}
|
|
|
|
IL_017d:
|
|
{
|
|
// if (touchCount == 1 && Input.GetTouch(0).phase == TouchPhase.Moved)
|
|
float L_32 = V_0;
|
|
if ((!(((float)L_32) == ((float)(1.0f)))))
|
|
{
|
|
goto IL_026c;
|
|
}
|
|
}
|
|
{
|
|
Touch_t03E51455ED508492B3F278903A0114FA0E87B417 L_33;
|
|
L_33 = Input_GetTouch_m75D99FE801A94279874FA8DC6B6ADAD35F5123B1(0, NULL);
|
|
V_1 = L_33;
|
|
int32_t L_34;
|
|
L_34 = Touch_get_phase_mB82409FB2BE1C32ABDBA6A72E52A099D28AB70B0((&V_1), NULL);
|
|
if ((!(((uint32_t)L_34) == ((uint32_t)1))))
|
|
{
|
|
goto IL_026c;
|
|
}
|
|
}
|
|
{
|
|
// Vector2 deltaPosition = Input.GetTouch(0).deltaPosition;
|
|
Touch_t03E51455ED508492B3F278903A0114FA0E87B417 L_35;
|
|
L_35 = Input_GetTouch_m75D99FE801A94279874FA8DC6B6ADAD35F5123B1(0, NULL);
|
|
V_1 = L_35;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_36;
|
|
L_36 = Touch_get_deltaPosition_m2D51F960B74C94821ED0F6A09E44C80FD796D299((&V_1), NULL);
|
|
V_2 = L_36;
|
|
// if (deltaPosition.y > 0.01f || deltaPosition.y < -0.01f)
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_37 = V_2;
|
|
float L_38 = L_37.___y_1;
|
|
if ((((float)L_38) > ((float)(0.00999999978f))))
|
|
{
|
|
goto IL_01c5;
|
|
}
|
|
}
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_39 = V_2;
|
|
float L_40 = L_39.___y_1;
|
|
if ((!(((float)L_40) < ((float)(-0.00999999978f)))))
|
|
{
|
|
goto IL_01fb;
|
|
}
|
|
}
|
|
|
|
IL_01c5:
|
|
{
|
|
// ElevationAngle -= deltaPosition.y * 0.1f;
|
|
float L_41 = __this->___ElevationAngle_10;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_42 = V_2;
|
|
float L_43 = L_42.___y_1;
|
|
__this->___ElevationAngle_10 = ((float)il2cpp_codegen_subtract(L_41, ((float)il2cpp_codegen_multiply(L_43, (0.100000001f)))));
|
|
// ElevationAngle = Mathf.Clamp(ElevationAngle, MinElevationAngle, MaxElevationAngle);
|
|
float L_44 = __this->___ElevationAngle_10;
|
|
float L_45 = __this->___MinElevationAngle_12;
|
|
float L_46 = __this->___MaxElevationAngle_11;
|
|
float L_47;
|
|
L_47 = Mathf_Clamp_mEB9AEA827D27D20FCC787F7375156AF46BB12BBF_inline(L_44, L_45, L_46, NULL);
|
|
__this->___ElevationAngle_10 = L_47;
|
|
}
|
|
|
|
IL_01fb:
|
|
{
|
|
// if (deltaPosition.x > 0.01f || deltaPosition.x < -0.01f)
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_48 = V_2;
|
|
float L_49 = L_48.___x_0;
|
|
if ((((float)L_49) > ((float)(0.00999999978f))))
|
|
{
|
|
goto IL_0215;
|
|
}
|
|
}
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_50 = V_2;
|
|
float L_51 = L_50.___x_0;
|
|
if ((!(((float)L_51) < ((float)(-0.00999999978f)))))
|
|
{
|
|
goto IL_026c;
|
|
}
|
|
}
|
|
|
|
IL_0215:
|
|
{
|
|
// OrbitalAngle += deltaPosition.x * 0.1f;
|
|
float L_52 = __this->___OrbitalAngle_13;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_53 = V_2;
|
|
float L_54 = L_53.___x_0;
|
|
__this->___OrbitalAngle_13 = ((float)il2cpp_codegen_add(L_52, ((float)il2cpp_codegen_multiply(L_54, (0.100000001f)))));
|
|
// if (OrbitalAngle > 360)
|
|
float L_55 = __this->___OrbitalAngle_13;
|
|
if ((!(((float)L_55) > ((float)(360.0f)))))
|
|
{
|
|
goto IL_024d;
|
|
}
|
|
}
|
|
{
|
|
// OrbitalAngle -= 360;
|
|
float L_56 = __this->___OrbitalAngle_13;
|
|
__this->___OrbitalAngle_13 = ((float)il2cpp_codegen_subtract(L_56, (360.0f)));
|
|
}
|
|
|
|
IL_024d:
|
|
{
|
|
// if (OrbitalAngle < 0)
|
|
float L_57 = __this->___OrbitalAngle_13;
|
|
if ((!(((float)L_57) < ((float)(0.0f)))))
|
|
{
|
|
goto IL_026c;
|
|
}
|
|
}
|
|
{
|
|
// OrbitalAngle += 360;
|
|
float L_58 = __this->___OrbitalAngle_13;
|
|
__this->___OrbitalAngle_13 = ((float)il2cpp_codegen_add(L_58, (360.0f)));
|
|
}
|
|
|
|
IL_026c:
|
|
{
|
|
// if (Input.GetMouseButton(0))
|
|
bool L_59;
|
|
L_59 = Input_GetMouseButton_m4995DD4A2D4F916565C1B1B5AAF7DF17C126B3EA(0, NULL);
|
|
if (!L_59)
|
|
{
|
|
goto IL_02db;
|
|
}
|
|
}
|
|
{
|
|
// Ray ray = Camera.main.ScreenPointToRay(Input.mousePosition);
|
|
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_60;
|
|
L_60 = Camera_get_main_m52C992F18E05355ABB9EEB64A4BF2215E12762DF(NULL);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_61;
|
|
L_61 = Input_get_mousePosition_mFF21FBD2647DAE2A23BD4C45571CA95D05A0A42C(NULL);
|
|
NullCheck(L_60);
|
|
Ray_t2B1742D7958DC05BDC3EFC7461D3593E1430DC00 L_62;
|
|
L_62 = Camera_ScreenPointToRay_m2887B9A49880B7AB670C57D66B67D6A6689FE315(L_60, L_61, NULL);
|
|
// if (Physics.Raycast(ray, out hit, 300, 1 << 10 | 1 << 11 | 1 << 12 | 1 << 14))
|
|
bool L_63;
|
|
L_63 = Physics_Raycast_m34AC1210E893A9EF969BD2C7104B10BE5B580025(L_62, (&V_3), (300.0f), ((int32_t)23552), NULL);
|
|
if (!L_63)
|
|
{
|
|
goto IL_02db;
|
|
}
|
|
}
|
|
{
|
|
// if (hit.transform == CameraTarget)
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_64;
|
|
L_64 = RaycastHit_get_transform_m89DB7FCFC50E0213A37CBE089400064B8FA19155((&V_3), NULL);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_65 = __this->___CameraTarget_6;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_66;
|
|
L_66 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_64, L_65, NULL);
|
|
if (!L_66)
|
|
{
|
|
goto IL_02b7;
|
|
}
|
|
}
|
|
{
|
|
// OrbitalAngle = 0;
|
|
__this->___OrbitalAngle_13 = (0.0f);
|
|
goto IL_02db;
|
|
}
|
|
|
|
IL_02b7:
|
|
{
|
|
// CameraTarget = hit.transform;
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_67;
|
|
L_67 = RaycastHit_get_transform_m89DB7FCFC50E0213A37CBE089400064B8FA19155((&V_3), NULL);
|
|
__this->___CameraTarget_6 = L_67;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___CameraTarget_6), (void*)L_67);
|
|
// OrbitalAngle = 0;
|
|
__this->___OrbitalAngle_13 = (0.0f);
|
|
// MovementSmoothing = previousSmoothing;
|
|
bool L_68 = __this->___previousSmoothing_17;
|
|
__this->___MovementSmoothing_15 = L_68;
|
|
}
|
|
|
|
IL_02db:
|
|
{
|
|
// if (Input.GetMouseButton(2))
|
|
bool L_69;
|
|
L_69 = Input_GetMouseButton_m4995DD4A2D4F916565C1B1B5AAF7DF17C126B3EA(2, NULL);
|
|
if (!L_69)
|
|
{
|
|
goto IL_040d;
|
|
}
|
|
}
|
|
{
|
|
// if (dummyTarget == null)
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_70 = __this->___dummyTarget_5;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_71;
|
|
L_71 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_70, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
if (!L_71)
|
|
{
|
|
goto IL_0356;
|
|
}
|
|
}
|
|
{
|
|
// dummyTarget = new GameObject("Camera Target").transform;
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_72 = (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F*)il2cpp_codegen_object_new(GameObject_t76FEDD663AB33C991A9C9A23129337651094216F_il2cpp_TypeInfo_var);
|
|
NullCheck(L_72);
|
|
GameObject__ctor_m37D512B05D292F954792225E6C6EEE95293A9B88(L_72, _stringLiteralEF516EC7240CA160FD729299C926B5EDB246658A, NULL);
|
|
NullCheck(L_72);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_73;
|
|
L_73 = GameObject_get_transform_m0BC10ADFA1632166AE5544BDF9038A2650C2AE56(L_72, NULL);
|
|
__this->___dummyTarget_5 = L_73;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___dummyTarget_5), (void*)L_73);
|
|
// dummyTarget.position = CameraTarget.position;
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_74 = __this->___dummyTarget_5;
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_75 = __this->___CameraTarget_6;
|
|
NullCheck(L_75);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_76;
|
|
L_76 = Transform_get_position_m69CD5FA214FDAE7BB701552943674846C220FDE1(L_75, NULL);
|
|
NullCheck(L_74);
|
|
Transform_set_position_mA1A817124BB41B685043DED2A9BA48CDF37C4156(L_74, L_76, NULL);
|
|
// dummyTarget.rotation = CameraTarget.rotation;
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_77 = __this->___dummyTarget_5;
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_78 = __this->___CameraTarget_6;
|
|
NullCheck(L_78);
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_79;
|
|
L_79 = Transform_get_rotation_m32AF40CA0D50C797DA639A696F8EAEC7524C179C(L_78, NULL);
|
|
NullCheck(L_77);
|
|
Transform_set_rotation_m61340DE74726CF0F9946743A727C4D444397331D(L_77, L_79, NULL);
|
|
// CameraTarget = dummyTarget;
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_80 = __this->___dummyTarget_5;
|
|
__this->___CameraTarget_6 = L_80;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___CameraTarget_6), (void*)L_80);
|
|
// previousSmoothing = MovementSmoothing;
|
|
bool L_81 = __this->___MovementSmoothing_15;
|
|
__this->___previousSmoothing_17 = L_81;
|
|
// MovementSmoothing = false;
|
|
__this->___MovementSmoothing_15 = (bool)0;
|
|
goto IL_03b4;
|
|
}
|
|
|
|
IL_0356:
|
|
{
|
|
// else if (dummyTarget != CameraTarget)
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_82 = __this->___dummyTarget_5;
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_83 = __this->___CameraTarget_6;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_84;
|
|
L_84 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_82, L_83, NULL);
|
|
if (!L_84)
|
|
{
|
|
goto IL_03b4;
|
|
}
|
|
}
|
|
{
|
|
// dummyTarget.position = CameraTarget.position;
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_85 = __this->___dummyTarget_5;
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_86 = __this->___CameraTarget_6;
|
|
NullCheck(L_86);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_87;
|
|
L_87 = Transform_get_position_m69CD5FA214FDAE7BB701552943674846C220FDE1(L_86, NULL);
|
|
NullCheck(L_85);
|
|
Transform_set_position_mA1A817124BB41B685043DED2A9BA48CDF37C4156(L_85, L_87, NULL);
|
|
// dummyTarget.rotation = CameraTarget.rotation;
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_88 = __this->___dummyTarget_5;
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_89 = __this->___CameraTarget_6;
|
|
NullCheck(L_89);
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_90;
|
|
L_90 = Transform_get_rotation_m32AF40CA0D50C797DA639A696F8EAEC7524C179C(L_89, NULL);
|
|
NullCheck(L_88);
|
|
Transform_set_rotation_m61340DE74726CF0F9946743A727C4D444397331D(L_88, L_90, NULL);
|
|
// CameraTarget = dummyTarget;
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_91 = __this->___dummyTarget_5;
|
|
__this->___CameraTarget_6 = L_91;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___CameraTarget_6), (void*)L_91);
|
|
// previousSmoothing = MovementSmoothing;
|
|
bool L_92 = __this->___MovementSmoothing_15;
|
|
__this->___previousSmoothing_17 = L_92;
|
|
// MovementSmoothing = false;
|
|
__this->___MovementSmoothing_15 = (bool)0;
|
|
}
|
|
|
|
IL_03b4:
|
|
{
|
|
// mouseY = Input.GetAxis("Mouse Y");
|
|
float L_93;
|
|
L_93 = Input_GetAxis_m10372E6C5FF591668D2DC5F58C58D213CC598A62(_stringLiteral16DD21BE77B115D392226EB71A2D3A9FDC29E3F0, NULL);
|
|
__this->___mouseY_24 = L_93;
|
|
// mouseX = Input.GetAxis("Mouse X");
|
|
float L_94;
|
|
L_94 = Input_GetAxis_m10372E6C5FF591668D2DC5F58C58D213CC598A62(_stringLiteral88BEE283254D7094E258B3A88730F4CC4F1E4AC7, NULL);
|
|
__this->___mouseX_23 = L_94;
|
|
// moveVector = cameraTransform.TransformDirection(mouseX, mouseY, 0);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_95 = __this->___cameraTransform_4;
|
|
float L_96 = __this->___mouseX_23;
|
|
float L_97 = __this->___mouseY_24;
|
|
NullCheck(L_95);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_98;
|
|
L_98 = Transform_TransformDirection_m9C397BCD37FEFEDDE923D38FDCBC9DDC517AE5C3(L_95, L_96, L_97, (0.0f), NULL);
|
|
__this->___moveVector_25 = L_98;
|
|
// dummyTarget.Translate(-moveVector, Space.World);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_99 = __this->___dummyTarget_5;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_100 = __this->___moveVector_25;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_101;
|
|
L_101 = Vector3_op_UnaryNegation_m5450829F333BD2A88AF9A592C4EE331661225915_inline(L_100, NULL);
|
|
NullCheck(L_99);
|
|
Transform_Translate_m4A9E3D8836586E7562F6A18EBF5F5B6089D8B649(L_99, L_101, 0, NULL);
|
|
}
|
|
|
|
IL_040d:
|
|
{
|
|
// if (touchCount == 2)
|
|
float L_102 = V_0;
|
|
if ((!(((float)L_102) == ((float)(2.0f)))))
|
|
{
|
|
goto IL_04c7;
|
|
}
|
|
}
|
|
{
|
|
// Touch touch0 = Input.GetTouch(0);
|
|
Touch_t03E51455ED508492B3F278903A0114FA0E87B417 L_103;
|
|
L_103 = Input_GetTouch_m75D99FE801A94279874FA8DC6B6ADAD35F5123B1(0, NULL);
|
|
V_4 = L_103;
|
|
// Touch touch1 = Input.GetTouch(1);
|
|
Touch_t03E51455ED508492B3F278903A0114FA0E87B417 L_104;
|
|
L_104 = Input_GetTouch_m75D99FE801A94279874FA8DC6B6ADAD35F5123B1(1, NULL);
|
|
V_5 = L_104;
|
|
// Vector2 touch0PrevPos = touch0.position - touch0.deltaPosition;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_105;
|
|
L_105 = Touch_get_position_m41B9EB0F3F3E1BE98CEB388253A9E31979CB964A((&V_4), NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_106;
|
|
L_106 = Touch_get_deltaPosition_m2D51F960B74C94821ED0F6A09E44C80FD796D299((&V_4), NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_107;
|
|
L_107 = Vector2_op_Subtraction_m44475FCDAD2DA2F98D78A6625EC2DCDFE8803837_inline(L_105, L_106, NULL);
|
|
// Vector2 touch1PrevPos = touch1.position - touch1.deltaPosition;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_108;
|
|
L_108 = Touch_get_position_m41B9EB0F3F3E1BE98CEB388253A9E31979CB964A((&V_5), NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_109;
|
|
L_109 = Touch_get_deltaPosition_m2D51F960B74C94821ED0F6A09E44C80FD796D299((&V_5), NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_110;
|
|
L_110 = Vector2_op_Subtraction_m44475FCDAD2DA2F98D78A6625EC2DCDFE8803837_inline(L_108, L_109, NULL);
|
|
V_6 = L_110;
|
|
// float prevTouchDelta = (touch0PrevPos - touch1PrevPos).magnitude;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_111 = V_6;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_112;
|
|
L_112 = Vector2_op_Subtraction_m44475FCDAD2DA2F98D78A6625EC2DCDFE8803837_inline(L_107, L_111, NULL);
|
|
V_9 = L_112;
|
|
float L_113;
|
|
L_113 = Vector2_get_magnitude_m5C59B4056420AEFDB291AD0914A3F675330A75CE_inline((&V_9), NULL);
|
|
// float touchDelta = (touch0.position - touch1.position).magnitude;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_114;
|
|
L_114 = Touch_get_position_m41B9EB0F3F3E1BE98CEB388253A9E31979CB964A((&V_4), NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_115;
|
|
L_115 = Touch_get_position_m41B9EB0F3F3E1BE98CEB388253A9E31979CB964A((&V_5), NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_116;
|
|
L_116 = Vector2_op_Subtraction_m44475FCDAD2DA2F98D78A6625EC2DCDFE8803837_inline(L_114, L_115, NULL);
|
|
V_9 = L_116;
|
|
float L_117;
|
|
L_117 = Vector2_get_magnitude_m5C59B4056420AEFDB291AD0914A3F675330A75CE_inline((&V_9), NULL);
|
|
V_7 = L_117;
|
|
// float zoomDelta = prevTouchDelta - touchDelta;
|
|
float L_118 = V_7;
|
|
V_8 = ((float)il2cpp_codegen_subtract(L_113, L_118));
|
|
// if (zoomDelta > 0.01f || zoomDelta < -0.01f)
|
|
float L_119 = V_8;
|
|
if ((((float)L_119) > ((float)(0.00999999978f))))
|
|
{
|
|
goto IL_0495;
|
|
}
|
|
}
|
|
{
|
|
float L_120 = V_8;
|
|
if ((!(((float)L_120) < ((float)(-0.00999999978f)))))
|
|
{
|
|
goto IL_04c7;
|
|
}
|
|
}
|
|
|
|
IL_0495:
|
|
{
|
|
// FollowDistance += zoomDelta * 0.25f;
|
|
float L_121 = __this->___FollowDistance_7;
|
|
float L_122 = V_8;
|
|
__this->___FollowDistance_7 = ((float)il2cpp_codegen_add(L_121, ((float)il2cpp_codegen_multiply(L_122, (0.25f)))));
|
|
// FollowDistance = Mathf.Clamp(FollowDistance, MinFollowDistance, MaxFollowDistance);
|
|
float L_123 = __this->___FollowDistance_7;
|
|
float L_124 = __this->___MinFollowDistance_9;
|
|
float L_125 = __this->___MaxFollowDistance_8;
|
|
float L_126;
|
|
L_126 = Mathf_Clamp_mEB9AEA827D27D20FCC787F7375156AF46BB12BBF_inline(L_123, L_124, L_125, NULL);
|
|
__this->___FollowDistance_7 = L_126;
|
|
}
|
|
|
|
IL_04c7:
|
|
{
|
|
// if (mouseWheel < -0.01f || mouseWheel > 0.01f)
|
|
float L_127 = __this->___mouseWheel_26;
|
|
if ((((float)L_127) < ((float)(-0.00999999978f))))
|
|
{
|
|
goto IL_04e1;
|
|
}
|
|
}
|
|
{
|
|
float L_128 = __this->___mouseWheel_26;
|
|
if ((!(((float)L_128) > ((float)(0.00999999978f)))))
|
|
{
|
|
goto IL_0517;
|
|
}
|
|
}
|
|
|
|
IL_04e1:
|
|
{
|
|
// FollowDistance -= mouseWheel * 5.0f;
|
|
float L_129 = __this->___FollowDistance_7;
|
|
float L_130 = __this->___mouseWheel_26;
|
|
__this->___FollowDistance_7 = ((float)il2cpp_codegen_subtract(L_129, ((float)il2cpp_codegen_multiply(L_130, (5.0f)))));
|
|
// FollowDistance = Mathf.Clamp(FollowDistance, MinFollowDistance, MaxFollowDistance);
|
|
float L_131 = __this->___FollowDistance_7;
|
|
float L_132 = __this->___MinFollowDistance_9;
|
|
float L_133 = __this->___MaxFollowDistance_8;
|
|
float L_134;
|
|
L_134 = Mathf_Clamp_mEB9AEA827D27D20FCC787F7375156AF46BB12BBF_inline(L_131, L_132, L_133, NULL);
|
|
__this->___FollowDistance_7 = L_134;
|
|
}
|
|
|
|
IL_0517:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void TMPro.Examples.CameraController::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CameraController__ctor_mE37608FBFBF61F76A1E0EEACF79B040321476878 (CameraController_t7E0AA7DC0B482A31CC3D60F6032912FE8B581DA8* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public float FollowDistance = 30.0f;
|
|
__this->___FollowDistance_7 = (30.0f);
|
|
// public float MaxFollowDistance = 100.0f;
|
|
__this->___MaxFollowDistance_8 = (100.0f);
|
|
// public float MinFollowDistance = 2.0f;
|
|
__this->___MinFollowDistance_9 = (2.0f);
|
|
// public float ElevationAngle = 30.0f;
|
|
__this->___ElevationAngle_10 = (30.0f);
|
|
// public float MaxElevationAngle = 85.0f;
|
|
__this->___MaxElevationAngle_11 = (85.0f);
|
|
// public bool MovementSmoothing = true;
|
|
__this->___MovementSmoothing_15 = (bool)1;
|
|
// public float MovementSmoothingValue = 25f;
|
|
__this->___MovementSmoothingValue_18 = (25.0f);
|
|
// public float RotationSmoothingValue = 5.0f;
|
|
__this->___RotationSmoothingValue_19 = (5.0f);
|
|
// public float MoveSensitivity = 2.0f;
|
|
__this->___MoveSensitivity_20 = (2.0f);
|
|
// private Vector3 currentVelocity = Vector3.zero;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_0;
|
|
L_0 = Vector3_get_zero_m0C1249C3F25B1C70EAD3CC8B31259975A457AE39_inline(NULL);
|
|
__this->___currentVelocity_21 = L_0;
|
|
MonoBehaviour__ctor_m592DB0105CA0BC97AA1C5F4AD27B12D68A3B7C1E(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* __this, float ___0_x, float ___1_y, float ___2_z, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
float L_0 = ___0_x;
|
|
__this->___x_2 = L_0;
|
|
float L_1 = ___1_y;
|
|
__this->___y_3 = L_1;
|
|
float L_2 = ___2_z;
|
|
__this->___z_4 = L_2;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Vector2_op_Implicit_m6D9CABB2C791A192867D7A4559D132BE86DD3EB7_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___0_v, const RuntimeMethod* method)
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_0 = ___0_v;
|
|
float L_1 = L_0.___x_0;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_2 = ___0_v;
|
|
float L_3 = L_2.___y_1;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_4;
|
|
memset((&L_4), 0, sizeof(L_4));
|
|
Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&L_4), L_1, L_3, (0.0f), /*hidden argument*/NULL);
|
|
V_0 = L_4;
|
|
goto IL_001a;
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_5 = V_0;
|
|
return L_5;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Vector2_op_Implicit_mE8EBEE9291F11BB02F062D6E000F4798968CBD96_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_v, const RuntimeMethod* method)
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_0 = ___0_v;
|
|
float L_1 = L_0.___x_2;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_2 = ___0_v;
|
|
float L_3 = L_2.___y_3;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_4;
|
|
memset((&L_4), 0, sizeof(L_4));
|
|
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_4), L_1, L_3, /*hidden argument*/NULL);
|
|
V_0 = L_4;
|
|
goto IL_0015;
|
|
}
|
|
|
|
IL_0015:
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_5 = V_0;
|
|
return L_5;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Vector2_op_Subtraction_m44475FCDAD2DA2F98D78A6625EC2DCDFE8803837_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___0_a, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___1_b, const RuntimeMethod* method)
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_0 = ___0_a;
|
|
float L_1 = L_0.___x_0;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_2 = ___1_b;
|
|
float L_3 = L_2.___x_0;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_4 = ___0_a;
|
|
float L_5 = L_4.___y_1;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_6 = ___1_b;
|
|
float L_7 = L_6.___y_1;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_8;
|
|
memset((&L_8), 0, sizeof(L_8));
|
|
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_8), ((float)il2cpp_codegen_subtract(L_1, L_3)), ((float)il2cpp_codegen_subtract(L_5, L_7)), /*hidden argument*/NULL);
|
|
V_0 = L_8;
|
|
goto IL_0023;
|
|
}
|
|
|
|
IL_0023:
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_9 = V_0;
|
|
return L_9;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Vector2_get_normalized_mF6722883AEFB5027690A778DF8ACC20F0FA65297_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* __this, const RuntimeMethod* method)
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
{
|
|
float L_0 = __this->___x_0;
|
|
float L_1 = __this->___y_1;
|
|
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&V_0), L_0, L_1, NULL);
|
|
Vector2_Normalize_m56DABCAB5967DF37A6B96710477D3660D800C652_inline((&V_0), NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_2 = V_0;
|
|
V_1 = L_2;
|
|
goto IL_0020;
|
|
}
|
|
|
|
IL_0020:
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_3 = V_1;
|
|
return L_3;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Vector2_op_Multiply_m2D984B613020089BF5165BA4CA10988E2DC771FE_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___0_a, float ___1_d, const RuntimeMethod* method)
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_0 = ___0_a;
|
|
float L_1 = L_0.___x_0;
|
|
float L_2 = ___1_d;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_3 = ___0_a;
|
|
float L_4 = L_3.___y_1;
|
|
float L_5 = ___1_d;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_6;
|
|
memset((&L_6), 0, sizeof(L_6));
|
|
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_6), ((float)il2cpp_codegen_multiply(L_1, L_2)), ((float)il2cpp_codegen_multiply(L_4, L_5)), /*hidden argument*/NULL);
|
|
V_0 = L_6;
|
|
goto IL_0019;
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_7 = V_0;
|
|
return L_7;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Vector2_Distance_mBACBB1609E1894D68F882D86A93519E311810C89_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___0_a, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___1_b, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
float V_0 = 0.0f;
|
|
float V_1 = 0.0f;
|
|
float V_2 = 0.0f;
|
|
{
|
|
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;
|
|
V_0 = ((float)il2cpp_codegen_subtract(L_1, L_3));
|
|
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;
|
|
V_1 = ((float)il2cpp_codegen_subtract(L_5, L_7));
|
|
float L_8 = V_0;
|
|
float L_9 = V_0;
|
|
float L_10 = V_1;
|
|
float L_11 = V_1;
|
|
il2cpp_codegen_runtime_class_init_inline(Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
|
|
double L_12;
|
|
L_12 = sqrt(((double)((float)il2cpp_codegen_add(((float)il2cpp_codegen_multiply(L_8, L_9)), ((float)il2cpp_codegen_multiply(L_10, L_11))))));
|
|
V_2 = ((float)L_12);
|
|
goto IL_002e;
|
|
}
|
|
|
|
IL_002e:
|
|
{
|
|
float L_13 = V_2;
|
|
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_up_m128AF3FDC820BF59D5DE86D973E7DE3F20C3AEBA_inline (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_0 = ((Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2_StaticFields*)il2cpp_codegen_static_fields_for(Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2_il2cpp_TypeInfo_var))->___upVector_7;
|
|
V_0 = L_0;
|
|
goto IL_0009;
|
|
}
|
|
|
|
IL_0009:
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Vector3_op_Multiply_m87BA7C578F96C8E49BB07088DAAC4649F83B0353_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_a, float ___1_d, const RuntimeMethod* method)
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_0 = ___0_a;
|
|
float L_1 = L_0.___x_2;
|
|
float L_2 = ___1_d;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_3 = ___0_a;
|
|
float L_4 = L_3.___y_3;
|
|
float L_5 = ___1_d;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_6 = ___0_a;
|
|
float L_7 = L_6.___z_4;
|
|
float L_8 = ___1_d;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_9;
|
|
memset((&L_9), 0, sizeof(L_9));
|
|
Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&L_9), ((float)il2cpp_codegen_multiply(L_1, L_2)), ((float)il2cpp_codegen_multiply(L_4, L_5)), ((float)il2cpp_codegen_multiply(L_7, L_8)), /*hidden argument*/NULL);
|
|
V_0 = L_9;
|
|
goto IL_0021;
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_10 = V_0;
|
|
return L_10;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Vector3_op_Addition_m78C0EC70CB66E8DCAC225743D82B268DAEE92067_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_a, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___1_b, const RuntimeMethod* method)
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_0 = ___0_a;
|
|
float L_1 = L_0.___x_2;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_2 = ___1_b;
|
|
float L_3 = L_2.___x_2;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_4 = ___0_a;
|
|
float L_5 = L_4.___y_3;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_6 = ___1_b;
|
|
float L_7 = L_6.___y_3;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_8 = ___0_a;
|
|
float L_9 = L_8.___z_4;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_10 = ___1_b;
|
|
float L_11 = L_10.___z_4;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_12;
|
|
memset((&L_12), 0, sizeof(L_12));
|
|
Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&L_12), ((float)il2cpp_codegen_add(L_1, L_3)), ((float)il2cpp_codegen_add(L_5, L_7)), ((float)il2cpp_codegen_add(L_9, L_11)), /*hidden argument*/NULL);
|
|
V_0 = L_12;
|
|
goto IL_0030;
|
|
}
|
|
|
|
IL_0030:
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_13 = V_0;
|
|
return L_13;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Vector3_op_UnaryNegation_m5450829F333BD2A88AF9A592C4EE331661225915_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_a, 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 = ___0_a;
|
|
float L_3 = L_2.___y_3;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_4 = ___0_a;
|
|
float L_5 = L_4.___z_4;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_6;
|
|
memset((&L_6), 0, sizeof(L_6));
|
|
Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&L_6), ((-L_1)), ((-L_3)), ((-L_5)), /*hidden argument*/NULL);
|
|
V_0 = L_6;
|
|
goto IL_001e;
|
|
}
|
|
|
|
IL_001e:
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_7 = V_0;
|
|
return L_7;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 Quaternion_Euler_m5BCCC19216CFAD2426F15BC51A30421880D27B73_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_euler, const RuntimeMethod* method)
|
|
{
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_0 = ___0_euler;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_1;
|
|
L_1 = Vector3_op_Multiply_m87BA7C578F96C8E49BB07088DAAC4649F83B0353_inline(L_0, (0.0174532924f), NULL);
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_2;
|
|
L_2 = Quaternion_Internal_FromEulerRad_m66D4475341F53949471E6870FB5C5E4A5E9BA93E(L_1, NULL);
|
|
V_0 = L_2;
|
|
goto IL_0014;
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_3 = V_0;
|
|
return L_3;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Vector3_get_left_m8C1116485A9E689760AEE1142F5977852278B7E1_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))->___leftVector_9;
|
|
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 SubmitEvent_tF7E2843B6A79D94B8EEEA259707F77BD1773B500* TMP_InputField_get_onSubmit_mAA494FA0B3CFFB2916B399BD5D87C2E1AA637B90_inline (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public SubmitEvent onSubmit { get { return m_OnSubmit; } set { SetPropertyUtility.SetClass(ref m_OnSubmit, value); } }
|
|
SubmitEvent_tF7E2843B6A79D94B8EEEA259707F77BD1773B500* L_0 = __this->___m_OnSubmit_49;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t TMP_Dropdown_get_value_m5916A6D1897431E8ED789FEC24551A311D1B5C70_inline (TMP_Dropdown_t73B37BFDA0D005451C7B750938AFB1748E5EA504* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return m_Value;
|
|
int32_t L_0 = __this->___m_Value_26;
|
|
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 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 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 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 TMP_TextInfo_t09A8E906329422C3F0C059876801DD695B8D524D* TMP_Text_get_textInfo_mA24C606B8EA51436E4AA3B9D6DCDFA7A8995E10E_inline (TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// get { return m_textInfo; }
|
|
TMP_TextInfo_t09A8E906329422C3F0C059876801DD695B8D524D* L_0 = __this->___m_textInfo_153;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR CharacterSelectionEvent_t5D7AF67F47A37175CF8615AD66DEC4A0AA021392* TMP_TextEventHandler_get_onCharacterSelection_mA62049738125E3C48405E6DFF09E2D42300BE8C3_inline (TMP_TextEventHandler_t1B20EF196557E1AC0E6AB6AACFA95740CC17A333* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// get { return m_OnCharacterSelection; }
|
|
CharacterSelectionEvent_t5D7AF67F47A37175CF8615AD66DEC4A0AA021392* L_0 = __this->___m_OnCharacterSelection_4;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR SpriteSelectionEvent_t770551D2973013622C464E817FA74D53BCD4FD95* TMP_TextEventHandler_get_onSpriteSelection_m95CDEB7394FFF38F310717EEEFDCD481D96A5E82_inline (TMP_TextEventHandler_t1B20EF196557E1AC0E6AB6AACFA95740CC17A333* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// get { return m_OnSpriteSelection; }
|
|
SpriteSelectionEvent_t770551D2973013622C464E817FA74D53BCD4FD95* L_0 = __this->___m_OnSpriteSelection_5;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR WordSelectionEvent_t340E6006406B5E90F7190C56218E8F7E3712945E* TMP_TextEventHandler_get_onWordSelection_mF22771B4213EEB3AEFCDA390A4FF28FED5D9184C_inline (TMP_TextEventHandler_t1B20EF196557E1AC0E6AB6AACFA95740CC17A333* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// get { return m_OnWordSelection; }
|
|
WordSelectionEvent_t340E6006406B5E90F7190C56218E8F7E3712945E* L_0 = __this->___m_OnWordSelection_6;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR LineSelectionEvent_t526120C6113E0638913B951E3D1D7B1CF94F0880* TMP_TextEventHandler_get_onLineSelection_mDDF07E7000993FCD6EAF2FBD2D2226EB66273908_inline (TMP_TextEventHandler_t1B20EF196557E1AC0E6AB6AACFA95740CC17A333* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// get { return m_OnLineSelection; }
|
|
LineSelectionEvent_t526120C6113E0638913B951E3D1D7B1CF94F0880* L_0 = __this->___m_OnLineSelection_7;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR LinkSelectionEvent_t5CE74F742D231580ED2C810ECE394E1A2BC81B3D* TMP_TextEventHandler_get_onLinkSelection_m87FB9EABE7F917B2F910A18A3B5F1AE3020D976D_inline (TMP_TextEventHandler_t1B20EF196557E1AC0E6AB6AACFA95740CC17A333* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// get { return m_OnLinkSelection; }
|
|
LinkSelectionEvent_t5CE74F742D231580ED2C810ECE394E1A2BC81B3D* L_0 = __this->___m_OnLinkSelection_8;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* TMP_Text_get_font_m1F5E907B9181A54212FBD8123242583C1CA4BE2A_inline (TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// get { return m_fontAsset; }
|
|
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* L_0 = __this->___m_fontAsset_41;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* __this, float ___0_x, float ___1_y, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
float L_0 = ___0_x;
|
|
__this->___x_0 = L_0;
|
|
float L_1 = ___1_y;
|
|
__this->___y_1 = L_1;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Color32__ctor_mC9C6B443F0C7CA3F8B174158B2AF6F05E18EAC4E_inline (Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B* __this, uint8_t ___0_r, uint8_t ___1_g, uint8_t ___2_b, uint8_t ___3_a, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
__this->___rgba_0 = 0;
|
|
uint8_t L_0 = ___0_r;
|
|
__this->___r_1 = L_0;
|
|
uint8_t L_1 = ___1_g;
|
|
__this->___g_2 = L_1;
|
|
uint8_t L_2 = ___2_b;
|
|
__this->___b_3 = L_2;
|
|
uint8_t L_3 = ___3_a;
|
|
__this->___a_4 = L_3;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Color_tD001788D726C3A7F1379BEED0260B9591F440C1F Color32_op_Implicit_m47CBB138122B400E0B1F4BFD7C30A6C2C00FCA3E_inline (Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___0_c, const RuntimeMethod* method)
|
|
{
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_0 = ___0_c;
|
|
uint8_t L_1 = L_0.___r_1;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_2 = ___0_c;
|
|
uint8_t L_3 = L_2.___g_2;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_4 = ___0_c;
|
|
uint8_t L_5 = L_4.___b_3;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_6 = ___0_c;
|
|
uint8_t L_7 = L_6.___a_4;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_8;
|
|
memset((&L_8), 0, sizeof(L_8));
|
|
Color__ctor_m3786F0D6E510D9CFA544523A955870BD2A514C8C_inline((&L_8), ((float)(((float)L_1)/(255.0f))), ((float)(((float)L_3)/(255.0f))), ((float)(((float)L_5)/(255.0f))), ((float)(((float)L_7)/(255.0f))), /*hidden argument*/NULL);
|
|
V_0 = L_8;
|
|
goto IL_003d;
|
|
}
|
|
|
|
IL_003d:
|
|
{
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_9 = V_0;
|
|
return L_9;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Vector3_SmoothDamp_mF673AC30464B7DF671A0556140EB6E9DD75827ED_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_current, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___1_target, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* ___2_currentVelocity, float ___3_smoothTime, 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 L_0;
|
|
L_0 = Time_get_deltaTime_mC3195000401F0FD167DD2F948FD2BC58330D0865(NULL);
|
|
V_0 = L_0;
|
|
V_1 = (std::numeric_limits<float>::infinity());
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_1 = ___0_current;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_2 = ___1_target;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* L_3 = ___2_currentVelocity;
|
|
float L_4 = ___3_smoothTime;
|
|
float L_5 = V_1;
|
|
float L_6 = V_0;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_7;
|
|
L_7 = Vector3_SmoothDamp_mAF61EA22D4906BF87DD00A91FB4F6AC0C54C495A(L_1, L_2, L_3, L_4, L_5, L_6, NULL);
|
|
V_2 = L_7;
|
|
goto IL_001b;
|
|
}
|
|
|
|
IL_001b:
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_8 = V_2;
|
|
return L_8;
|
|
}
|
|
}
|
|
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 Mathf_Clamp_mEB9AEA827D27D20FCC787F7375156AF46BB12BBF_inline (float ___0_value, float ___1_min, float ___2_max, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
bool V_1 = false;
|
|
float V_2 = 0.0f;
|
|
{
|
|
float L_0 = ___0_value;
|
|
float L_1 = ___1_min;
|
|
V_0 = (bool)((((float)L_0) < ((float)L_1))? 1 : 0);
|
|
bool L_2 = V_0;
|
|
if (!L_2)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
float L_3 = ___1_min;
|
|
___0_value = L_3;
|
|
goto IL_0019;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
float L_4 = ___0_value;
|
|
float L_5 = ___2_max;
|
|
V_1 = (bool)((((float)L_4) > ((float)L_5))? 1 : 0);
|
|
bool L_6 = V_1;
|
|
if (!L_6)
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
float L_7 = ___2_max;
|
|
___0_value = L_7;
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
float L_8 = ___0_value;
|
|
V_2 = L_8;
|
|
goto IL_001d;
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
float L_9 = V_2;
|
|
return L_9;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Vector2_get_magnitude_m5C59B4056420AEFDB291AD0914A3F675330A75CE_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
float V_0 = 0.0f;
|
|
{
|
|
float L_0 = __this->___x_0;
|
|
float L_1 = __this->___x_0;
|
|
float L_2 = __this->___y_1;
|
|
float L_3 = __this->___y_1;
|
|
il2cpp_codegen_runtime_class_init_inline(Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
|
|
double L_4;
|
|
L_4 = sqrt(((double)((float)il2cpp_codegen_add(((float)il2cpp_codegen_multiply(L_0, L_1)), ((float)il2cpp_codegen_multiply(L_2, L_3))))));
|
|
V_0 = ((float)L_4);
|
|
goto IL_0026;
|
|
}
|
|
|
|
IL_0026:
|
|
{
|
|
float L_5 = V_0;
|
|
return L_5;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m46EEFFA770BE665EA0CB3A5332E941DA4B3C1D37_gshared_inline (List_1_t77B94703E05C519A9010DD0614F757F974E1CD8B* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->____size_2;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Vector2_Normalize_m56DABCAB5967DF37A6B96710477D3660D800C652_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* __this, const RuntimeMethod* method)
|
|
{
|
|
float V_0 = 0.0f;
|
|
bool V_1 = false;
|
|
{
|
|
float L_0;
|
|
L_0 = Vector2_get_magnitude_m5C59B4056420AEFDB291AD0914A3F675330A75CE_inline(__this, NULL);
|
|
V_0 = L_0;
|
|
float L_1 = V_0;
|
|
V_1 = (bool)((((float)L_1) > ((float)(9.99999975E-06f)))? 1 : 0);
|
|
bool L_2 = V_1;
|
|
if (!L_2)
|
|
{
|
|
goto IL_0028;
|
|
}
|
|
}
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_3 = (*(Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7*)__this);
|
|
float L_4 = V_0;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_5;
|
|
L_5 = Vector2_op_Division_m57A2DCD71E0CE7420851D705D1951F9238902AAB_inline(L_3, L_4, NULL);
|
|
*(Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7*)__this = L_5;
|
|
goto IL_0033;
|
|
}
|
|
|
|
IL_0028:
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_6;
|
|
L_6 = Vector2_get_zero_m32506C40EC2EE7D5D4410BF40D3EE683A3D5F32C_inline(NULL);
|
|
*(Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7*)__this = L_6;
|
|
}
|
|
|
|
IL_0033:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
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 Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Vector2_op_Division_m57A2DCD71E0CE7420851D705D1951F9238902AAB_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___0_a, float ___1_d, const RuntimeMethod* method)
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_0 = ___0_a;
|
|
float L_1 = L_0.___x_0;
|
|
float L_2 = ___1_d;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_3 = ___0_a;
|
|
float L_4 = L_3.___y_1;
|
|
float L_5 = ___1_d;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_6;
|
|
memset((&L_6), 0, sizeof(L_6));
|
|
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_6), ((float)(L_1/L_2)), ((float)(L_4/L_5)), /*hidden argument*/NULL);
|
|
V_0 = L_6;
|
|
goto IL_0019;
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_7 = V_0;
|
|
return L_7;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR 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;
|
|
}
|
|
}
|