Candide.Graphics.VFX.CinematicHandler
Type JSONpublic class in Candide.Graphics.VFX
Type metadata
- Assembly
Romestead - Namespace
Candide.Graphics.VFX - Base type
System.Object - Hash
F5B3B6F1DCDC95AA86C9702F0E3E91A4F5150BB5051BE709C08D0C2F54FBE9AD
Relationships
Base type
System.Object
Fields
| Name | Visibility | Signature |
|---|---|---|
PlayingDungeon# | public | public System.Boolean PlayingDungeon |
PlayingZone# | public | public System.Boolean PlayingZone |
_bottomPartSprite# | private | private CandideCreator.Shared.Graphics.SpriteSheet _bottomPartSprite |
_name# | private | private System.String _name |
_screenSize# | private | private Microsoft.Xna.Framework.Vector2 _screenSize |
_state# | private | private System.Int32 _state |
_targetPosBotMid1# | private | private System.Single _targetPosBotMid1 |
_targetPosBotMid2# | private | private System.Single _targetPosBotMid2 |
_targetPosBotMid3# | private | private System.Single _targetPosBotMid3 |
_targetPosBotMid4# | private | private System.Single _targetPosBotMid4 |
_targetPosTopMid1# | private | private System.Single _targetPosTopMid1 |
_targetPosTopMid2# | private | private System.Single _targetPosTopMid2 |
_targetPosTopMid3# | private | private System.Single _targetPosTopMid3 |
_targetPosTopMid4# | private | private System.Single _targetPosTopMid4 |
_textAlpha# | private | private System.Single _textAlpha |
_timer# | private | private System.Single _timer |
_topPartSprite# | private | private CandideCreator.Shared.Graphics.SpriteSheet _topPartSprite |
_xPosBottom# | private | private System.Single _xPosBottom |
_xPosTop# | private | private System.Single _xPosTop |
_yPosBottom# | private | private System.Single _yPosBottom |
_yPosTop# | private | private System.Single _yPosTop |
Methods
Draw
#
public System.Void Draw(Microsoft.Xna.Framework.Graphics.SpriteBatch batch)
Method metadata
- Visibilitypublic
- Return type
System.Void - StaticTrue
- VirtualFalse
- Hash
F44D35ABB162912AADF9EA7ADF5A8AF91CC4772C62FE5A4A573457CC9C5C30DD - Body hash
094883F933A15A7CDBE1AD6E91CC90A324573F31729E6DC69BBA84B30F9D9811 - IL size179
Referenced calls
Microsoft.Xna.Framework.Vector2::.ctor(System.Single, System.Single)Microsoft.Xna.Framework.Vector2::op_Multiply(Microsoft.Xna.Framework.Vector2, System.Single)Candide.CandideUI.CandideUiSystem::get_Scale()CandideCreator.Shared.Graphics.SpriteSheet::Draw(Microsoft.Xna.Framework.Graphics.SpriteBatch, Microsoft.Xna.Framework.Vector2, System.Int32, System.Single, System.Single, System.Single)
DrawText
#
public System.Void DrawText(Microsoft.Xna.Framework.Graphics.SpriteBatch batch)
Method metadata
- Visibilitypublic
- Return type
System.Void - StaticTrue
- VirtualFalse
- Hash
643E360425835BF9580EC032A5B6B8CE2428E8CF422A0F5515597DF63856172B - Body hash
95229736C0492D08AC103417342CA6431993D71F6F8063DF0CE1A6DC0394319B - 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 type
System.Void - StaticTrue
- VirtualFalse
- Hash
113F0F7F2212307ECFB87EEE5B8B8BBF6ECAE7D606C6A0A01B05BF05A053BC02 - Body hash
C1DB38B6CCFB099AF0EC16E94D9E3D6C29A35FEA87DE1EA3EC9E11626DCF044F - 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)
PlayZoneIntro
#
public System.Void PlayZoneIntro(System.String name, CandideCreator.Shared.Graphics.SpriteSheet topSheet, CandideCreator.Shared.Graphics.SpriteSheet bottomSheet)
Method metadata
- Visibilitypublic
- Return type
System.Void - StaticTrue
- VirtualFalse
- Hash
38A723D21D96222B7A6B461434B364AEEDA34914C9BE99CA9C059EFA208FB8DC - Body hash
0551106DE2EC0EEADEB472954E8F37B7D78A05B6C71191BBBAEFA6B957EB8362 - 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)
StopDungeonIntro
#
public System.Void StopDungeonIntro()
Method metadata
- Visibilitypublic
- Return type
System.Void - StaticTrue
- VirtualFalse
- Hash
FE5358D4C3292D9B6B95FAA011ACD27720D1E4A305BCBB1A20FA6F5D890C665E - Body hash
C469CAE3E4DBFEBC5DACD2EA601D4FA463EF390B681C7A181E53EE17E3A7CCF6 - IL size33
Update
#
public System.Void Update(Microsoft.Xna.Framework.GameTime gameTime)
Method metadata
- Visibilitypublic
- Return type
System.Void - StaticTrue
- VirtualFalse
- Hash
ACBC738F87D2AE93D51B575DD8E21D5FE1A82E6989A2234619E9B9E653EA1E45 - Body hash
FA1E9608ADB95B13DB15C0101E30C3E0748D8C7F2384F58389D1B20DCD6F0ADC - IL size13
UpdateDungeonIntro
#
private System.Void UpdateDungeonIntro(Microsoft.Xna.Framework.GameTime gameTime)
Method metadata
- Visibilityprivate
- Return type
System.Void - StaticTrue
- VirtualFalse
- Hash
64CD051E7730BE1627AF9B2AD7CF3A82CA759AA38324EA5170B4B3418B7A3FB5 - Body hash
40A0BF547FF7DCF212AF332BFE0F5D8B2FEC30BB7453E491279C7DA7C7AADBE4 - 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)
UpdateZoneIntro
#
public System.Void UpdateZoneIntro(Microsoft.Xna.Framework.GameTime gameTime)
Method metadata
- Visibilitypublic
- Return type
System.Void - StaticTrue
- VirtualFalse
- Hash
59C8CFCFCD568E753AC604BA79C443798D67A8B7D8572661104D843A75B61B27 - Body hash
6903B62A5A0C2B24F3031F456F7CA00E370E7048C3208D688D444AD9EA36797B - 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)