Romestead Assembly Reference

Candide.DebugTools.FrameStepper

Type JSON

public class in Candide.DebugTools

Methods6
Properties0
Fields7
Events0
Type metadata
  • AssemblyRomestead
  • NamespaceCandide.DebugTools
  • Base typeSystem.Object
  • Hash9AC680ADF919501FDC9E8AD0681C9EED60360B061A236D2DE5839B24B01EA571

Relationships

Base type

System.Object

Fields

NameVisibilitySignature
BlockStateChangepublicpublic System.Int32 BlockStateChange
CustomSkipCountpublicpublic System.Int32 CustomSkipCount
Enabledpublicpublic System.Boolean Enabled
FrameCounterpublicpublic System.Int64 FrameCounter
FramesToRunpublicpublic System.Int32 FramesToRun
OldKeyboardStatepublicpublic Microsoft.Xna.Framework.Input.KeyboardState OldKeyboardState
ServerSteppingpublicpublic System.Boolean ServerStepping

Methods

DrawUi

public System.Void DrawUi(Microsoft.Xna.Framework.Graphics.SpriteBatch batch)

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticFalse
  • VirtualFalse
  • HashFB33458513C53E3B1785DB4936EAE0CC157349DA5D99B8C705BAFDCD7D3657C7
  • Body hashCDAF2E3C630B0AEAE4DE2E85E50574D0D02BC14A6799852B293CE77DB67FD5B0
  • IL size372
Referenced calls
  • 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<Microsoft.Xna.Framework.Matrix>)
  • 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<Microsoft.Xna.Framework.Vector2>, 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<Microsoft.Xna.Framework.Vector2>, System.Single, System.Single, System.Single, FontStashSharp.TextStyle, FontStashSharp.FontSystemEffect, System.Int32, System.Int32)
  • Microsoft.Xna.Framework.Graphics.SpriteBatch::End()
String literals
  • Frame stepper enabled. Use F8, F9 and F10 to step frames Frames stepped:
  • Running frames:
  • Paused

Enable

public System.Void Enable()

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticFalse
  • VirtualFalse
  • Hash89B519770B50B35EE3341B788A04854411B04BCBCF658C1133670DE6C182168A
  • Body hashC63D24F3AD6BA7D9E5974E4F50F7B31970B80EF1069F01C845BCE6405E3625E9
  • IL size25
Called by

ShouldPauseCurrentFrame

public System.Boolean ShouldPauseCurrentFrame()

Method metadata
  • Visibilitypublic
  • Return typeSystem.Boolean
  • StaticFalse
  • VirtualFalse
  • Hash6DC1FE16816C22B041AD0FD2560CF23E0F224FF6EEBFB5AE36BF90478B7B6605
  • Body hashF85F018FCC28F8575F0BB9FCBB08166CE8F45F209C42C44EFC7763F7B5CA5E31
  • IL size81
Referenced calls
Called by

Update

public System.Void Update()

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticFalse
  • VirtualFalse
  • HashB243AF2EA351B06C8233689AAD7E82955D5B5F93C309E3FAF727F48A629EF95A
  • Body hash8EE071D137181B982CCC5C11599822DE7609F996E6BBD12B8F1FA8BF7821B215
  • IL size139
Referenced calls
  • 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()
Called by