UNPKG

awayjs-display

Version:
26 lines 888 B
"use strict"; var __extends = (this && this.__extends) || function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; function __() { this.constructor = d; } d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __()); }; var EntityNode_1 = require("../partition/EntityNode"); /** * @class away.partition.CameraNode */ var CameraNode = (function (_super) { __extends(CameraNode, _super); function CameraNode() { _super.apply(this, arguments); } /** * @inheritDoc */ CameraNode.prototype.acceptTraverser = function (traverser) { // todo: dead end for now, if it has a debug sprite, then sure accept that }; return CameraNode; }(EntityNode_1.default)); Object.defineProperty(exports, "__esModule", { value: true }); exports.default = CameraNode; //# sourceMappingURL=CameraNode.js.map