Interface RotationController

interface RotationController {
    nextHandler?: RotationHandler;
    restrictRotation: boolean;
    chainHandler(handler): RotationHandler;
    rotateCameraBy(camera, delta): void;
    rotateCameraTo(camera, targetRotation): void;
}

Hierarchy (view full)

Implemented by

Properties

nextHandler?: RotationHandler
restrictRotation: boolean

Methods

Generated using TypeDoc