Class MenuPresenter
- Namespace
- FrameOfReference.Presentation
- Assembly
- FrameOfReference.Presentation.dll
Displays the background world for the main menu
public sealed class MenuPresenter : Presenter, IDisposable
- Inheritance
-
MenuPresenter
- Implements
- Inherited Members
- Extension Methods
Constructors
MenuPresenter(Engine, Universe)
Creates a new background presenter for the main menu
public MenuPresenter(Engine engine, Universe universe)
Parameters
Methods
Dispose(bool)
To be called by Dispose() and the object destructor.
protected override void Dispose(bool disposing)
Parameters
disposing
booltrue
if called manually and not by the garbage collector.