Table of Contents

Interface ISimulationComponent

Namespace
SimulationFramework.Components
Assembly
SimulationFramework.dll

The base interface for all application components.

public interface ISimulationComponent : IDisposable
Inherited Members

Methods

Initialize(MessageDispatcher)

Initializes the component. This is called once after the component is added to a simulation.

void Initialize(MessageDispatcher dispatcher)

Parameters

dispatcher MessageDispatcher

The simulation's MessageDispatcher. This can be used to listen for messages to be called back at a later frame.