Interface for a camera controller component that can be attached to a camera to control it

interface ICameraController {
    get isCameraController(): boolean;
}

Implemented by

Accessors

  • get isCameraController(): boolean
  • Returns boolean