Romestead Assembly Reference

Candide.Graphics.VFX.CinematicHandler

Type JSON

public class in Candide.Graphics.VFX

Methods8
Properties0
Fields21
Events0
Type metadata
  • AssemblyRomestead
  • NamespaceCandide.Graphics.VFX
  • Base typeSystem.Object
  • HashF5B3B6F1DCDC95AA86C9702F0E3E91A4F5150BB5051BE709C08D0C2F54FBE9AD

Relationships

Base type

System.Object

Fields

NameVisibilitySignature
PlayingDungeonpublicpublic System.Boolean PlayingDungeon
PlayingZonepublicpublic System.Boolean PlayingZone
_bottomPartSpriteprivateprivate CandideCreator.Shared.Graphics.SpriteSheet _bottomPartSprite
_nameprivateprivate System.String _name
_screenSizeprivateprivate Microsoft.Xna.Framework.Vector2 _screenSize
_stateprivateprivate System.Int32 _state
_targetPosBotMid1privateprivate System.Single _targetPosBotMid1
_targetPosBotMid2privateprivate System.Single _targetPosBotMid2
_targetPosBotMid3privateprivate System.Single _targetPosBotMid3
_targetPosBotMid4privateprivate System.Single _targetPosBotMid4
_targetPosTopMid1privateprivate System.Single _targetPosTopMid1
_targetPosTopMid2privateprivate System.Single _targetPosTopMid2
_targetPosTopMid3privateprivate System.Single _targetPosTopMid3
_targetPosTopMid4privateprivate System.Single _targetPosTopMid4
_textAlphaprivateprivate System.Single _textAlpha
_timerprivateprivate System.Single _timer
_topPartSpriteprivateprivate CandideCreator.Shared.Graphics.SpriteSheet _topPartSprite
_xPosBottomprivateprivate System.Single _xPosBottom
_xPosTopprivateprivate System.Single _xPosTop
_yPosBottomprivateprivate System.Single _yPosBottom
_yPosTopprivateprivate System.Single _yPosTop

Methods

Draw

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

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticTrue
  • VirtualFalse
  • HashF44D35ABB162912AADF9EA7ADF5A8AF91CC4772C62FE5A4A573457CC9C5C30DD
  • Body hash094883F933A15A7CDBE1AD6E91CC90A324573F31729E6DC69BBA84B30F9D9811
  • IL size179
Referenced calls

DrawText

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

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticTrue
  • VirtualFalse
  • Hash643E360425835BF9580EC032A5B6B8CE2428E8CF422A0F5515597DF63856172B
  • Body hash95229736C0492D08AC103417342CA6431993D71F6F8063DF0CE1A6DC0394319B
  • IL size470
Referenced calls
  • Candide.CandideUI.CandideUiSystem::get_Scale()
  • Candide.Graphics.Fonts.IFontProvider::GetRenderFont(System.Single)
  • Microsoft.Xna.Framework.Vector2::.ctor(System.Single)
  • Microsoft.Xna.Framework.Vector2::op_Multiply(Microsoft.Xna.Framework.Vector2, System.Single)
  • Microsoft.Xna.Framework.Vector2::op_Division(Microsoft.Xna.Framework.Vector2, System.Single)
  • System.Nullable<Microsoft.Xna.Framework.Vector2>::.ctor(!0)
  • FontStashSharp.SpriteFontBase::MeasureString(System.String, System.Nullable<Microsoft.Xna.Framework.Vector2>, System.Single, System.Single, FontStashSharp.FontSystemEffect, System.Int32)
  • Microsoft.Xna.Framework.Vector2::op_Subtraction(Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Vector2)
  • Microsoft.Xna.Framework.Color::get_White()
  • Microsoft.Xna.Framework.Color::.ctor(Microsoft.Xna.Framework.Color, System.Single)
  • 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)
  • System.MathF::Round(System.Single)
  • Microsoft.Xna.Framework.Vector2::.ctor(System.Single, System.Single)

PlayDungeonIntro

public System.Void PlayDungeonIntro(System.String name)

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticTrue
  • VirtualFalse
  • Hash113F0F7F2212307ECFB87EEE5B8B8BBF6ECAE7D606C6A0A01B05BF05A053BC02
  • Body hashC1DB38B6CCFB099AF0EC16E94D9E3D6C29A35FEA87DE1EA3EC9E11626DCF044F
  • IL size109
Referenced calls
  • Microsoft.Xna.Framework.Graphics.GraphicsDevice::get_Viewport()
  • Microsoft.Xna.Framework.Graphics.Viewport::get_Width()
  • Microsoft.Xna.Framework.Graphics.Viewport::get_Height()
  • Microsoft.Xna.Framework.Vector2::.ctor(System.Single, System.Single)
  • Microsoft.Xna.Framework.Vector2::op_Division(Microsoft.Xna.Framework.Vector2, System.Single)
Called by

PlayZoneIntro

public System.Void PlayZoneIntro(System.String name, CandideCreator.Shared.Graphics.SpriteSheet topSheet, CandideCreator.Shared.Graphics.SpriteSheet bottomSheet)

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticTrue
  • VirtualFalse
  • Hash38A723D21D96222B7A6B461434B364AEEDA34914C9BE99CA9C059EFA208FB8DC
  • Body hash0551106DE2EC0EEADEB472954E8F37B7D78A05B6C71191BBBAEFA6B957EB8362
  • IL size362
Referenced calls
  • Microsoft.Xna.Framework.Graphics.GraphicsDevice::get_Viewport()
  • Microsoft.Xna.Framework.Graphics.Viewport::get_Width()
  • Microsoft.Xna.Framework.Graphics.Viewport::get_Height()
  • Microsoft.Xna.Framework.Vector2::.ctor(System.Single, System.Single)
  • Candide.CandideUI.CandideUiSystem::get_Scale()
  • Microsoft.Xna.Framework.Vector2::op_Division(Microsoft.Xna.Framework.Vector2, System.Single)
Called by

Update

public System.Void Update(Microsoft.Xna.Framework.GameTime gameTime)

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticTrue
  • VirtualFalse
  • HashACBC738F87D2AE93D51B575DD8E21D5FE1A82E6989A2234619E9B9E653EA1E45
  • Body hashFA1E9608ADB95B13DB15C0101E30C3E0748D8C7F2384F58389D1B20DCD6F0ADC
  • IL size13
Referenced calls

UpdateDungeonIntro

private System.Void UpdateDungeonIntro(Microsoft.Xna.Framework.GameTime gameTime)

Method metadata
  • Visibilityprivate
  • Return typeSystem.Void
  • StaticTrue
  • VirtualFalse
  • Hash64CD051E7730BE1627AF9B2AD7CF3A82CA759AA38324EA5170B4B3418B7A3FB5
  • Body hash40A0BF547FF7DCF212AF332BFE0F5D8B2FEC30BB7453E491279C7DA7C7AADBE4
  • IL size212
Referenced calls
  • Microsoft.Xna.Framework.GameTime::get_ElapsedGameTime()
  • System.TimeSpan::get_TotalSeconds()
  • Microsoft.Xna.Framework.MathHelper::Lerp(System.Single, System.Single, System.Single)
Called by

UpdateZoneIntro

public System.Void UpdateZoneIntro(Microsoft.Xna.Framework.GameTime gameTime)

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticTrue
  • VirtualFalse
  • Hash59C8CFCFCD568E753AC604BA79C443798D67A8B7D8572661104D843A75B61B27
  • Body hash6903B62A5A0C2B24F3031F456F7CA00E370E7048C3208D688D444AD9EA36797B
  • IL size404
Referenced calls
  • Microsoft.Xna.Framework.GameTime::get_ElapsedGameTime()
  • System.TimeSpan::get_TotalSeconds()
  • Microsoft.Xna.Framework.MathHelper::Lerp(System.Single, System.Single, System.Single)
Called by