Candide.Scene.GameSceneGame
Type JSONpublic class in Candide.Scene
Type metadata
- Assembly
Romestead - Namespace
Candide.Scene - Base type
Microsoft.Xna.Framework.Game - Hash
128919F9B6E2056ED5D534B4828540EC180F9D6924202B2109B853191181EB93
Relationships
Base type
Microsoft.Xna.Framework.Game
Derived types
Referenced by types
Fields
| Name | Visibility | Signature |
|---|---|---|
CurrentScene# | public | public Candide.Scene.GameScene CurrentScene |
GraphicsDeviceManager# | public | public Microsoft.Xna.Framework.GraphicsDeviceManager GraphicsDeviceManager |
NextScene# | public | public Candide.Scene.GameScene NextScene |
Methods
BeginDraw
#
protected System.Boolean BeginDraw()
Method metadata
- Visibilityprotected
- Return type
System.Boolean - StaticFalse
- VirtualTrue
- Hash
6BCD0217FE8E19F00B429F61DF64CD6E2FFB1EB90214E0919DD4CDBC41EB93B2 - Body hash
296FD2D64B472BB81F18F3B59EDB537D4D3E557D5E655D8C7F24BFE0399687FE - IL size12
Referenced calls
Dispose
#
protected System.Void Dispose(System.Boolean disposing)
Method metadata
- Visibilityprotected
- Return type
System.Void - StaticFalse
- VirtualTrue
- Hash
43368412A3FF3BCED479711E42E994E84168AE7F8C79B58147B9FD0463D31E03 - Body hash
FF3F387D8ED01DF6C9D8BE8E8B76F6F7A36F600FFA96DCE00306D9772BBC8292 - IL size13
Referenced calls
Candide.Scene.GameSceneManager::Dispose()Microsoft.Xna.Framework.Game::Dispose(System.Boolean)
Draw
#
protected System.Void Draw(Microsoft.Xna.Framework.GameTime gameTime)
Method metadata
- Visibilityprotected
- Return type
System.Void - StaticFalse
- VirtualTrue
- Hash
619A717C88674023F952D21CF76860D5365DF660CEE47134F272C3FA14E03BCF - Body hash
8C78B92DD0C1786CF36C251D54F189E49E06B98E8CE01F51BB618A7B13F98A82 - IL size20
Referenced calls
Candide.Scene.GameScene::Draw(Microsoft.Xna.Framework.GameTime)Microsoft.Xna.Framework.Game::Draw(Microsoft.Xna.Framework.GameTime)
EndDraw
#
protected System.Void EndDraw()
Method metadata
- Visibilityprotected
- Return type
System.Void - StaticFalse
- VirtualTrue
- Hash
D4569AFC9E45603FA007639A0B8CEC211F33595863C73CDE4342A0D1327915E8 - Body hash
8F7323FDC21BC52D02CC5FCDE4A2904B914CF4EC40FCFB9D37DCB314845DFA58 - IL size20
Referenced calls
Candide.Scene.GameScene::EndDraw()Microsoft.Xna.Framework.Game::EndDraw()
Initialize
#
protected System.Void Initialize()
Method metadata
- Visibilityprotected
- Return type
System.Void - StaticFalse
- VirtualTrue
- Hash
D5DCC11D08DEF32D9875DEBD055168184533DDD5CE0C22C7D6BA4C62F5970796 - Body hash
152B5A9562BBFFDC73E7053D623E1D725A580344B2A4E792A45285B8AE516896 - IL size25
Referenced calls
Microsoft.Xna.Framework.Game::get_Window()Microsoft.Xna.Framework.GameWindow::set_AllowAltF4(System.Boolean)Candide.Scene.GameSceneManager::Initialize(Candide.Scene.GameSceneGame)Microsoft.Xna.Framework.Game::Initialize()
LoadContent
#
protected System.Void LoadContent()
Method metadata
- Visibilityprotected
- Return type
System.Void - StaticFalse
- VirtualTrue
- Hash
2171FF435997A83829CF0A4A9DF6620B4C94FF7FA5C10DBE9BC99B2A000953B5 - Body hash
3DDAE54CAAC9535BA33B1BFADBB255523D2B9EED7E0252F2CA0858A46B10CDE0 - IL size6
Referenced calls
OnActivated
#
protected System.Void OnActivated(System.Object sender, System.EventArgs args)
Method metadata
- Visibilityprotected
- Return type
System.Void - StaticFalse
- VirtualTrue
- Hash
CF5D007CD88F54C92376730CAA60DE121636F33D3E5E065C8B04B43C90112D82 - Body hash
50C7C31A150C45FFF056A3768C1A6792CAB3EAAD55333803EA5FEB0DDCE4EF1C - IL size33
Referenced calls
Candide.UserSettings.GameUserSettings::OnGameRegainedFocus()Candide.Scene.GameScene::OnActivated(System.Object, System.EventArgs)Microsoft.Xna.Framework.Game::OnActivated(System.Object, System.EventArgs)
OnDeactivated
#
protected System.Void OnDeactivated(System.Object sender, System.EventArgs args)
Method metadata
- Visibilityprotected
- Return type
System.Void - StaticFalse
- VirtualTrue
- Hash
4E32A34309D2F3BB0ECE4B89FEA3239E692BF97821F533FD7705D5765AC3DFCB - Body hash
E829ED17383ADF649463A4E1245CD7C379637265F0435967A8A4BBB1EA716EC9 - IL size28
Referenced calls
Candide.Scene.GameScene::OnDeactivated(System.Object, System.EventArgs)Microsoft.Xna.Framework.Game::OnDeactivated(System.Object, System.EventArgs)
OnExiting
#
protected System.Void OnExiting(System.Object sender, System.EventArgs args)
Method metadata
- Visibilityprotected
- Return type
System.Void - StaticFalse
- VirtualTrue
- Hash
2DC1F57E891C8A07D10EA3F1D2D6CDF47AB752C9BA07A826EA3580329A404C12 - Body hash
12411FF12805FBF87E110E1926824DB0DB593936BA13F035D433D0E306E5ED7E - IL size28
Referenced calls
Candide.Scene.GameScene::OnExiting(System.Object, System.EventArgs)Microsoft.Xna.Framework.Game::OnExiting(System.Object, System.EventArgs)
Update
#
protected System.Void Update(Microsoft.Xna.Framework.GameTime gameTime)
Method metadata
- Visibilityprotected
- Return type
System.Void - StaticFalse
- VirtualTrue
- Hash
E5CBB2F2E4E4C19F01A6F44EB1C6515FEB73716A1013A261C26016A781C42816 - Body hash
F70F2B60D11E630FA0054681D3E65F48C257AF725E14985D8E40F4A859CF18E9 - IL size93
Referenced calls
Shared.Steam.SteamManager::Update()Microsoft.Xna.Framework.Game::Update(Microsoft.Xna.Framework.GameTime)Candide.Scene.GameScene::Update(Microsoft.Xna.Framework.GameTime)Candide.Scene.GameScene::OnSceneDeactivated()Candide.Scene.GameScene::OnSceneActivated()