awayjs-display
Version:
AwayJS displaylist classes
20 lines • 413 B
JavaScript
/**
*
*/
var AlignmentMode = (function () {
function AlignmentMode() {
}
/**
*
*/
AlignmentMode.REGISTRATION_POINT = "registrationPoint";
/**
*
*/
AlignmentMode.PIVOT_POINT = "pivot";
return AlignmentMode;
}());
Object.defineProperty(exports, "__esModule", { value: true });
exports.default = AlignmentMode;
//# sourceMappingURL=AlignmentMode.js.map
;