Interface LayerManager


public interface LayerManager
An abstract representation of a class that would be responsible for performing management of a single layer.

The manager is responsible for all input and sensor handling for this layer instance. Sensors and other interactions can be enabled on a per-layer basis. Typically, for any scene, only one layer is the focus for navigation input.

Version:
$Revision: 1.9 $
Author:
Justin Couch