Packageorg.flintparticles.threeD.renderers.controllers
Interfacepublic interface CameraController
Implementors KeyboardControllerBase

The interface for classes that manage the camera state based on key presses or other inputs.



Public Properties
 PropertyDefined By
  camera : Camera
CameraController
Property Detail
cameraproperty
camera:Camera


Implementation
    public function get camera():Camera
    public function set camera(value:Camera):void