awayjs-display
Version:
AwayJS displaylist classes
24 lines • 436 B
JavaScript
/**
*
*/
var BoundsType = (function () {
function BoundsType() {
}
/**
*
*/
BoundsType.SPHERE = "sphere";
/**
*
*/
BoundsType.AXIS_ALIGNED_BOX = "axisAlignedBox";
/**
*
*/
BoundsType.NULL = "null";
return BoundsType;
}());
Object.defineProperty(exports, "__esModule", { value: true });
exports.default = BoundsType;
//# sourceMappingURL=BoundsType.js.map
;