UNPKG

awayjs-display

Version:
16 lines (15 loc) 367 B
import {EntityNode} from "../partition/EntityNode"; import {ITraverser} from "../ITraverser"; /** * @class away.partition.CameraNode */ export class CameraNode extends EntityNode { /** * @inheritDoc */ public acceptTraverser(traverser:ITraverser):void { // todo: dead end for now, if it has a debug sprite, then sure accept that } }