-
Notifications
You must be signed in to change notification settings - Fork 27
9D85F19F
Marcel Härtel edited this page Aug 19, 2023
·
1 revision
AlwaysEnableKeyboardInput | If enabled the Keyboard input will work even if the current control has no focus (mouse cursor is outside of the control). (Inherited from GraphicsDeviceControl) |
BackColor | Set the background color of this Control in the designer. (Inherited from GraphicsDeviceControl) |
Components | Get the GameComponentCollection. (Inherited from GraphicsDeviceControl) |
Editor | The InvalidationService of the InvalidationControl draws the actual content of the draw control. |
ForeColor | Set the foreground color of this Control in the designer. (Inherited from GraphicsDeviceControl) |
GraphicsProfile | Set the GraphicsProfile in the property grid during Design-Time (HiDef or Reach). You shouldn't change this during runtime! (Inherited from GraphicsDeviceControl) |
IsMouseInsideControl | Returns true when the mouse cursor is inside the control. (Inherited from GraphicsDeviceControl) |
Services | Get the GameServiceContainer. (Inherited from GraphicsDeviceControl) |
SwapChainRenderTarget | A swap chain used for rendering to a secondary GameWindow. Note: When working with different RenderTarget2D, you need to set the current render target back to the SwapChainRenderTarget as this is the real 'Back Buffer'. 'GraphicsDevice.SetRenderTarget(null)' will NOT work as you are doing usally in MonoGame. Instead use 'GraphicsDevice.SetRenderTarget(SwapChainRenderTarget)'. Otherwise you will see only a black control window. (Inherited from GraphicsDeviceControl) |
InvalidationControl Class
MonoGame.Forms.NET.Controls Namespace
-
Welcome to MonoGame.Forms!
- MonoGame.Forms.NET Namespace
- MonoGame.Forms.NET.Components Namespace
- MonoGame.Forms.NET.Components.Interfaces Namespace
-
MonoGame.Forms.NET.Controls Namespace
- GameControl Class
- GraphicsDeviceControl Class
- GraphicsDeviceControl.MouseWheelDownwardsEvent Delegate
- GraphicsDeviceControl.MouseWheelUpwardsEvent Delegate
- InvalidationControl Class
- MonoGameControl Class
-
MonoGame.Forms.NET.Services Namespace
-
EditorService Class
- EditorService Constructor
-
EditorService Properties
- BackgroundColor Property
- Camera Property
- Content Property
- Font Property
- FontHeight Property
- FPSCounter Property
- GetAbsoluteMousePosition Property
- GetCurrentMultiSampleCount Property
- GetRelativeMousePosition Property
- GetRenderTargetManager Property
- GraphicsDevice Property
- Pixel Property
- ResourceContent Property
- spriteBatch Property
- SwapChainRenderTarget Property
-
EditorService Methods
- AddDefaultComponents Method
- BeginAntialising Method
- BeginCamera2D Method
- BeginRenderTarget Method
- CamMove Method
- CamRotate Method
- CamZoom Method
- DisableRenderTargets Method
- Dispose Method
- EndAntialising Method
- EndCamera2D Method
- EndRenderTarget Method
- GetCamRotation Method
- GetCamZoom Method
- RemoveAllComponents Method
- RemoveDefaultComponents Method
- ResetCam Method
- ResourceContentManagerInitialize Method
- EditorService Events
- EditorService.RenderTargetManager Class
- EditorService.RenderTargetManager.RenderTarget2DHelper Class
- InvalidationService Class
- MonoGameService Class
-
EditorService Class