-
Notifications
You must be signed in to change notification settings - Fork 29
569B3112
Marcel Härtel edited this page Aug 19, 2023
·
1 revision
Dispose |
(Inherited from GraphicsDeviceControl) |
IsMouseInsideControlArea | Returns true when the mouse cursor is inside the specific area. (Inherited from GraphicsDeviceControl) |
OnClientSizeChanged |
(Inherited from GraphicsDeviceControl) |
OnCreateControl |
(Inherited from GraphicsDeviceControl) |
OnMouseEnter |
(Inherited from GraphicsDeviceControl) |
OnMouseLeave |
(Inherited from GraphicsDeviceControl) |
OnMouseWheel |
(Inherited from GraphicsDeviceControl) |
OnPaint |
(Inherited from GraphicsDeviceControl) |
OnPaintBackground |
(Inherited from GraphicsDeviceControl) |
PaintUsingSystemDrawing |
(Inherited from GraphicsDeviceControl) |
RunFrames | Run a specific amount of frames before the game loop falls to sleep again. The bool MouseHoverUpdatesOnly must be set to 'true' before.
This could be helpful if some update mechanics are needing longer to update but doesn't need to run continuously afterwards. |
RunOneFrame | Runs exactly one frame by internally calling 'Invalidate();' one single time. This will run the game loop only once and immediately shows the result. |
SetMultiSampleCount | Set the "MultiSampleCount" for Multi Sampled AntiAlising (MSAA). The input value will be automatically clamped to the nearest power of two in relation of what the users GraphicsDevice can handle. (Inherited from GraphicsDeviceControl) |
-
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