Interface ICameraControllerEntityMethods

interface ICameraControllerEntityMethods {
    getCameraController(): CameraControllerComponent;
}

Methods