Skip to content

404B86E1

Marcel Härtel edited this page Aug 19, 2023 · 1 revision

MonoGame.Forms.NET.Services Namespace

Classes

EditorService The EditorService class provides basic functionality of MonoGame.
EditorService.RenderTargetManager This manager will manage all of your custom RenderTarget2D's automatically - based on the current ClientSize and MultiSampleCount.
EditorService.RenderTargetManager.RenderTarget2DHelper This helper class helps to hold additional RenderTarget2D data.
InvalidationService This class inherits from EditorService, which provides basic functionality of the MonoGame.Framework. The [!:MonoGame.Forms.Controls.InvalidationControl] inherits from this class.

Remarks

Note: this class provides no game loop. Only the MonoGameService deliveres one.

MonoGameService This class inherits from EditorService, which provides basic functionality of the MonoGame.Framework. The [!:MonoGame.Forms.Controls.MonoGameControl] inherits from this class.

Remarks

Note: this class provides a game loop. The InvalidationService is not using a game loop.

Clone this wiki locally