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, IPresenter<Universe>, 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

HookIn()

Hooks the View into Views

public override void HookIn()

Remarks

Will internally call Initialize() first, if you didn't

HookOut()

Hooks the View out of Views

public override void HookOut()