Interface LayerSensorManager

All Known Implementing Classes:
BaseLayerSensorManager, DefaultLayerSensorManager

public interface LayerSensorManager
An abstract representation of a per-layer sensor manager supplement to the main sensor manager.

The main sensor manager can handle most of the common code, but certain sections need to be handled in a per-layer manner. For example visibility sensors have to be picked based on the layer that they're in and the viewpoint they current have in that layer. This interface is registered with the sensor manager for processing this per-layer information.

Version:
$Revision: 1.3 $
Author:
Justin Couch