UNPKG

awayjs-display

Version:
21 lines 481 B
"use strict"; var OrientationMode = (function () { function OrientationMode() { } /** * */ OrientationMode.DEFAULT = "default"; /** * */ OrientationMode.CAMERA_PLANE = "cameraPlane"; /** * */ OrientationMode.CAMERA_POSITION = "cameraPosition"; return OrientationMode; }()); Object.defineProperty(exports, "__esModule", { value: true }); exports.default = OrientationMode; //# sourceMappingURL=OrientationMode.js.map