Candide.DebugTools.FrameStepper
Type JSONpublic class in Candide.DebugTools
Type metadata
- Assembly
Romestead - Namespace
Candide.DebugTools - Base type
System.Object - Hash
9AC680ADF919501FDC9E8AD0681C9EED60360B061A236D2DE5839B24B01EA571
Relationships
Base type
System.Object
Referenced by types
Fields
| Name | Visibility | Signature |
|---|---|---|
BlockStateChange# | public | public System.Int32 BlockStateChange |
CustomSkipCount# | public | public System.Int32 CustomSkipCount |
Enabled# | public | public System.Boolean Enabled |
FrameCounter# | public | public System.Int64 FrameCounter |
FramesToRun# | public | public System.Int32 FramesToRun |
OldKeyboardState# | public | public Microsoft.Xna.Framework.Input.KeyboardState OldKeyboardState |
ServerStepping# | public | public System.Boolean ServerStepping |
Methods
Disable
#
public System.Void Disable()
Method metadata
- Visibilitypublic
- Return type
System.Void - StaticFalse
- VirtualFalse
- Hash
BAB4DE4005D005921A891F3BE02B2AE53B13C6ABF9D0CAB3116BEA66BE43B5F4 - Body hash
F5ECAA350E0325AC7AE27201EB886406F95BBD25B59AC609429E1BF1A82C11D3 - IL size45
Referenced calls
DrawUi
#
public System.Void DrawUi(Microsoft.Xna.Framework.Graphics.SpriteBatch batch)
Method metadata
- Visibilitypublic
- Return type
System.Void - StaticFalse
- VirtualFalse
- Hash
FB33458513C53E3B1785DB4936EAE0CC157349DA5D99B8C705BAFDCD7D3657C7 - Body hash
CDAF2E3C630B0AEAE4DE2E85E50574D0D02BC14A6799852B293CE77DB67FD5B0 - 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 type
System.Void - StaticFalse
- VirtualFalse
- Hash
89B519770B50B35EE3341B788A04854411B04BCBCF658C1133670DE6C182168A - Body hash
C63D24F3AD6BA7D9E5974E4F50F7B31970B80EF1069F01C845BCE6405E3625E9 - IL size25
ShouldPauseCurrentFrame
#
public System.Boolean ShouldPauseCurrentFrame()
Method metadata
- Visibilitypublic
- Return type
System.Boolean - StaticFalse
- VirtualFalse
- Hash
6DC1FE16816C22B041AD0FD2560CF23E0F224FF6EEBFB5AE36BF90478B7B6605 - Body hash
F85F018FCC28F8575F0BB9FCBB08166CE8F45F209C42C44EFC7763F7B5CA5E31 - IL size81
Referenced calls
Called by
Toggle
#
public System.Void Toggle()
Method metadata
- Visibilitypublic
- Return type
System.Void - StaticFalse
- VirtualFalse
- Hash
427F36C55F8CE170CEB8A7DC09C2E5620EA4610D175B1708FB03681D80E7A1B7 - Body hash
5792ECB0F63A8E754408C4C19EEFE5216EA5325493FC0AB3230C0BFC0E92FF5A - IL size22
Update
#
public System.Void Update()
Method metadata
- Visibilitypublic
- Return type
System.Void - StaticFalse
- VirtualFalse
- Hash
B243AF2EA351B06C8233689AAD7E82955D5B5F93C309E3FAF727F48A629EF95A - Body hash
8EE071D137181B982CCC5C11599822DE7609F996E6BBD12B8F1FA8BF7821B215 - 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()