Table of Contents

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

engine Engine

The engine to use for rendering

universe Universe

The universe to display

Methods

Dispose(bool)

To be called by Dispose() and the object destructor.

protected override void Dispose(bool disposing)

Parameters

disposing bool

true if called manually and not by the garbage collector.