{"Id":"Candide.DebugTools.FrameStepper","Name":"FrameStepper","DisplayName":"FrameStepper","FullName":"Candide.DebugTools.FrameStepper","Namespace":"Candide.DebugTools","Kind":"class","Visibility":"public","IsAbstract":false,"IsSealed":false,"BaseType":"System.Object","Interfaces":[],"SourceLocations":[],"Fields":[{"Id":"BlockStateChange:System.Int32","Name":"BlockStateChange","Type":"System.Int32","Signature":"public System.Int32 BlockStateChange","Visibility":"public","IsStatic":false,"IsLiteral":false,"Hash":"A74FF5308525B8C63B43A1E81DE82F2BC13718D32D0894FB5CC5690753985C1C"},{"Id":"CustomSkipCount:System.Int32","Name":"CustomSkipCount","Type":"System.Int32","Signature":"public System.Int32 CustomSkipCount","Visibility":"public","IsStatic":false,"IsLiteral":false,"Hash":"BDFC57E3F1E526BD023DCB75715FD9211302FA7815ABA749F6D34045781977AF"},{"Id":"Enabled:System.Boolean","Name":"Enabled","Type":"System.Boolean","Signature":"public System.Boolean Enabled","Visibility":"public","IsStatic":false,"IsLiteral":false,"Hash":"49E9A40D339C03D38B184F3F4C63155077D4924ABF8DF85B8B3F422371FE1E27"},{"Id":"FrameCounter:System.Int64","Name":"FrameCounter","Type":"System.Int64","Signature":"public System.Int64 FrameCounter","Visibility":"public","IsStatic":false,"IsLiteral":false,"Hash":"38D2EAF2F237A067ED7CDB6048427E5EC53276A7CE2A2B05C9DDF4064D53BD2B"},{"Id":"FramesToRun:System.Int32","Name":"FramesToRun","Type":"System.Int32","Signature":"public System.Int32 FramesToRun","Visibility":"public","IsStatic":false,"IsLiteral":false,"Hash":"F54F6B7E07F9986B50CA3ACA1AAD719CF0EF90098B7145BBEA9E074AFC3576ED"},{"Id":"OldKeyboardState:Microsoft.Xna.Framework.Input.KeyboardState","Name":"OldKeyboardState","Type":"Microsoft.Xna.Framework.Input.KeyboardState","Signature":"public Microsoft.Xna.Framework.Input.KeyboardState OldKeyboardState","Visibility":"public","IsStatic":false,"IsLiteral":false,"Hash":"1AEEF0A1A5F876E00806C6672A2FA925796EF6329F775BD1771E5E0CD9390603"},{"Id":"ServerStepping:System.Boolean","Name":"ServerStepping","Type":"System.Boolean","Signature":"public System.Boolean ServerStepping","Visibility":"public","IsStatic":false,"IsLiteral":false,"Hash":"2193310A9570AC043EE74229CCE0617EEC36DCFA97FBE45AC01695395E657B92"}],"Properties":[],"Events":[],"Methods":[{"Id":"Disable()-\u003ESystem.Void","Name":"Disable","Signature":"public System.Void Disable()","Visibility":"public","ReturnType":"System.Void","Parameters":[],"IsStatic":false,"IsAbstract":false,"IsVirtual":false,"IsConstructor":false,"GenericArity":0,"IlSize":45,"BodyHash":"F5ECAA350E0325AC7AE27201EB886406F95BBD25B59AC609429E1BF1A82C11D3","Hash":"BAB4DE4005D005921A891F3BE02B2AE53B13C6ABF9D0CAB3116BEA66BE43B5F4","CalledMethods":["Candide.Input.InputManager::StoreStates()"],"StringLiterals":[],"Source":null},{"Id":"DrawUi(Microsoft.Xna.Framework.Graphics.SpriteBatch)-\u003ESystem.Void","Name":"DrawUi","Signature":"public System.Void DrawUi(Microsoft.Xna.Framework.Graphics.SpriteBatch batch)","Visibility":"public","ReturnType":"System.Void","Parameters":[{"Name":"batch","Type":"Microsoft.Xna.Framework.Graphics.SpriteBatch","IsOut":false,"IsOptional":false}],"IsStatic":false,"IsAbstract":false,"IsVirtual":false,"IsConstructor":false,"GenericArity":0,"IlSize":372,"BodyHash":"CDAF2E3C630B0AEAE4DE2E85E50574D0D02BC14A6799852B293CE77DB67FD5B0","Hash":"FB33458513C53E3B1785DB4936EAE0CC157349DA5D99B8C705BAFDCD7D3657C7","CalledMethods":["Microsoft.Xna.Framework.Graphics.SpriteBatch::Begin(Microsoft.Xna.Framework.Graphics.SpriteSortMode, Microsoft.Xna.Framework.Graphics.BlendState, Microsoft.Xna.Framework.Graphics.SamplerState, Microsoft.Xna.Framework.Graphics.DepthStencilState, Microsoft.Xna.Framework.Graphics.RasterizerState, Microsoft.Xna.Framework.Graphics.Effect, System.Nullable\u003CMicrosoft.Xna.Framework.Matrix\u003E)","Candide.Graphics.Fonts.CandideFont::get_RenderFont()","System.Runtime.CompilerServices.DefaultInterpolatedStringHandler::.ctor(System.Int32, System.Int32)","System.Runtime.CompilerServices.DefaultInterpolatedStringHandler::AppendLiteral(System.String)","System.Runtime.CompilerServices.DefaultInterpolatedStringHandler::AppendFormatted(!!0)","System.Runtime.CompilerServices.DefaultInterpolatedStringHandler::ToStringAndClear()","System.Runtime.CompilerServices.DefaultInterpolatedStringHandler::AppendFormatted(System.String)","FontStashSharp.SpriteFontBase::MeasureString(System.String, System.Nullable\u003CMicrosoft.Xna.Framework.Vector2\u003E, System.Single, System.Single, FontStashSharp.FontSystemEffect, System.Int32)","Microsoft.Xna.Framework.Vector2::.ctor(System.Single, System.Single)","Microsoft.Xna.Framework.Vector2::get_Zero()","Microsoft.Xna.Framework.Color::.ctor(System.Single, System.Single, System.Single, System.Single)","CandideCreator.Shared.Graphics.PrimitiveRenderer::DrawRect(Microsoft.Xna.Framework.Graphics.SpriteBatch, Microsoft.Xna.Framework.Vector2, System.Single, System.Single, Microsoft.Xna.Framework.Color, System.Single)","Microsoft.Xna.Framework.Color::get_White()","FontStashSharp.SpriteFontBase::DrawText(Microsoft.Xna.Framework.Graphics.SpriteBatch, System.String, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Color, System.Single, Microsoft.Xna.Framework.Vector2, System.Nullable\u003CMicrosoft.Xna.Framework.Vector2\u003E, System.Single, System.Single, System.Single, FontStashSharp.TextStyle, FontStashSharp.FontSystemEffect, System.Int32, System.Int32)","Microsoft.Xna.Framework.Graphics.SpriteBatch::End()"],"StringLiterals":["Frame stepper enabled. \r\nUse F8, F9 and F10 to step frames\r\nFrames stepped: ","Running frames: ","Paused"],"Source":null},{"Id":"Enable()-\u003ESystem.Void","Name":"Enable","Signature":"public System.Void Enable()","Visibility":"public","ReturnType":"System.Void","Parameters":[],"IsStatic":false,"IsAbstract":false,"IsVirtual":false,"IsConstructor":false,"GenericArity":0,"IlSize":25,"BodyHash":"C63D24F3AD6BA7D9E5974E4F50F7B31970B80EF1069F01C845BCE6405E3625E9","Hash":"89B519770B50B35EE3341B788A04854411B04BCBCF658C1133670DE6C182168A","CalledMethods":[],"StringLiterals":[],"Source":null},{"Id":"ShouldPauseCurrentFrame()-\u003ESystem.Boolean","Name":"ShouldPauseCurrentFrame","Signature":"public System.Boolean ShouldPauseCurrentFrame()","Visibility":"public","ReturnType":"System.Boolean","Parameters":[],"IsStatic":false,"IsAbstract":false,"IsVirtual":false,"IsConstructor":false,"GenericArity":0,"IlSize":81,"BodyHash":"F85F018FCC28F8575F0BB9FCBB08166CE8F45F209C42C44EFC7763F7B5CA5E31","Hash":"6DC1FE16816C22B041AD0FD2560CF23E0F224FF6EEBFB5AE36BF90478B7B6605","CalledMethods":["Candide.DebugTools.FrameStepper::Update()"],"StringLiterals":[],"Source":null},{"Id":"Toggle()-\u003ESystem.Void","Name":"Toggle","Signature":"public System.Void Toggle()","Visibility":"public","ReturnType":"System.Void","Parameters":[],"IsStatic":false,"IsAbstract":false,"IsVirtual":false,"IsConstructor":false,"GenericArity":0,"IlSize":22,"BodyHash":"5792ECB0F63A8E754408C4C19EEFE5216EA5325493FC0AB3230C0BFC0E92FF5A","Hash":"427F36C55F8CE170CEB8A7DC09C2E5620EA4610D175B1708FB03681D80E7A1B7","CalledMethods":["Candide.DebugTools.FrameStepper::Disable()","Candide.DebugTools.FrameStepper::Enable()"],"StringLiterals":[],"Source":null},{"Id":"Update()-\u003ESystem.Void","Name":"Update","Signature":"public System.Void Update()","Visibility":"public","ReturnType":"System.Void","Parameters":[],"IsStatic":false,"IsAbstract":false,"IsVirtual":false,"IsConstructor":false,"GenericArity":0,"IlSize":139,"BodyHash":"8EE071D137181B982CCC5C11599822DE7609F996E6BBD12B8F1FA8BF7821B215","Hash":"B243AF2EA351B06C8233689AAD7E82955D5B5F93C309E3FAF727F48A629EF95A","CalledMethods":["Microsoft.Xna.Framework.Input.Keyboard::GetState()","Microsoft.Xna.Framework.Input.KeyboardState::IsKeyDown(Microsoft.Xna.Framework.Input.Keys)","Microsoft.Xna.Framework.Input.KeyboardState::IsKeyUp(Microsoft.Xna.Framework.Input.Keys)","Candide.DebugTools.FrameStepper::Disable()"],"StringLiterals":[],"Source":null}],"Hash":"9AC680ADF919501FDC9E8AD0681C9EED60360B061A236D2DE5839B24B01EA571"}