awayjs-display
Version:
AwayJS displaylist classes
17 lines • 368 B
JavaScript
var ElementsType = (function () {
function ElementsType() {
}
/**
*
*/
ElementsType.TRIANGLE = "triangle";
/**
*
*/
ElementsType.LINE = "line";
return ElementsType;
}());
Object.defineProperty(exports, "__esModule", { value: true });
exports.default = ElementsType;
//# sourceMappingURL=ElementsType.js.map
;