Romestead Assembly Reference

Candide.Scene.GameScene

Type JSON

public class in Candide.Scene

Methods14
Properties4
Fields1
Events0
Type metadata
  • AssemblyRomestead
  • NamespaceCandide.Scene
  • Base typeSystem.Object
  • Hash44BDF9429D412A6E5C7D6F1EC9775116C0AE81286859274396F7727EE36958D0

Relationships

Fields

NameVisibilitySignature
Gamepublicpublic Candide.Scene.GameSceneGame Game

Properties

NameVisibilitySignature
Contentpublicpublic Microsoft.Xna.Framework.Content.ContentManager Content
GraphicsDevicepublicpublic Microsoft.Xna.Framework.Graphics.GraphicsDevice GraphicsDevice
IsActivepublicpublic System.Boolean IsActive
Windowpublicpublic Microsoft.Xna.Framework.GameWindow Window

Methods

BeginDraw

public System.Boolean BeginDraw()

Method metadata
  • Visibilitypublic
  • Return typeSystem.Boolean
  • StaticFalse
  • VirtualTrue
  • HashBA15A463CF5E34684A7A3DDC7E37BE85DD8B0B07FC5450D8555F26FD154B8B63
  • Body hash28CE407124EEC7B8896CA3A14FA5B7DC2742099D7BAA28285E360D7456F8FD49
  • IL size2
Called by

Dispose

public System.Void Dispose(System.Boolean disposing)

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticFalse
  • VirtualTrue
  • Hash738FCBFEE3CAF99BFBD90AB8EF54888FAECD9FDFB9563A30C61A5439160398BE
  • Body hash8A6F127E0053EB13AFDA0F394E4CD706376ECB1E15358DC72521A636A4B8AD55
  • IL size1
Called by

Draw

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

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticFalse
  • VirtualTrue
  • Hash12CA8DB6B0410F1D5AA2193774D115C86142CCF676B76975A1C123071C60E634
Called by

Initialize

public System.Void Initialize()

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticFalse
  • VirtualTrue
  • Hash933087A5F7CF77601066DF28E12BA04CE9875C37BC04E8FE3AEF2428C59450F7
Called by

LoadContent

public System.Void LoadContent()

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticFalse
  • VirtualTrue
  • Hash46B3D1D3DDA2820B36B1B837C5FF4F36DE234688C7B599BA6A2749B4F919E91D
Called by

OnActivated

public System.Void OnActivated(System.Object sender, System.EventArgs args)

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticFalse
  • VirtualTrue
  • Hash5FA7A57DB52CA073827FD2C190C0DB72098E1FDF1095EE9EAD54B79D09C01354
  • Body hash8A6F127E0053EB13AFDA0F394E4CD706376ECB1E15358DC72521A636A4B8AD55
  • IL size1
Called by

OnDeactivated

public System.Void OnDeactivated(System.Object sender, System.EventArgs args)

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticFalse
  • VirtualTrue
  • Hash3805D1BC00D3BA796E09E2F878075C690F35C24B1FC47C0C7E9DBD2E940B9C59
  • Body hash8A6F127E0053EB13AFDA0F394E4CD706376ECB1E15358DC72521A636A4B8AD55
  • IL size1
Called by

OnDisplaySettingsChanged

public System.Void OnDisplaySettingsChanged()

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticFalse
  • VirtualTrue
  • Hash55696E54AFCD808376CE0879D0DD87E9FBC9A85859D58B89CBD81982FE08D525
  • Body hash8A6F127E0053EB13AFDA0F394E4CD706376ECB1E15358DC72521A636A4B8AD55
  • IL size1
Called by

OnExiting

public System.Void OnExiting(System.Object sender, System.EventArgs args)

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticFalse
  • VirtualTrue
  • Hash9F8AE67AC3249DE1EB159D37558EB020DBAE9916BB839495BA0A3C5F2D63B94C
  • Body hash8A6F127E0053EB13AFDA0F394E4CD706376ECB1E15358DC72521A636A4B8AD55
  • IL size1
Called by

UnloadContent

public System.Void UnloadContent()

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticFalse
  • VirtualTrue
  • HashF178F85070CE08F8AEA9C18D0D83D2FC97572E232FC5D549BBB2383E35A1464A
  • Body hash8A6F127E0053EB13AFDA0F394E4CD706376ECB1E15358DC72521A636A4B8AD55
  • IL size1

Update

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

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticFalse
  • VirtualTrue
  • HashAC4061A89A08F856952C1E75D924C8AED6E583DA9C5FB3389BCCA1A7360036AC
Called by