Table of Contents

Delegate Presenter.RenderCompononentToEngine<TComponent>

Namespace
FrameOfReference.Presentation
Assembly
FrameOfReference.Presentation.dll

A callback for mapping a Render component to an Engine representation.

protected delegate PositionableRenderable Presenter.RenderCompononentToEngine<TComponent>(Entity entity, TComponent component) where TComponent : Render

Parameters

entity Entity

The entity containing the Render component.

component TComponent

The Render component to visualize using the Engine.

Returns

PositionableRenderable

The generated Engine representation.

Type Parameters

TComponent

The specific type of Render component to handle.

Extension Methods