Searched refs:occludedBy (Results 1 – 4 of 4) sorted by relevance
176 const occludedBy = node.getEagerPropertyByName('occludedBy'); constant179 (occludedBy === undefined || occludedBy.getAllChildren().length === 0)
84 const occludedBy = opaqueLayers constant107 if (occludedBy.length > 0) {122 occludedBy,137 return !occludedBy.includes(other.id);
60 occludedBy: [1],
354 const occludedBy = tree.getChildByName('occludedBy')?.getAllChildren(); constant355 if (occludedBy && occludedBy.length > 0) {358 layerValues: occludedBy.map((layer) => this.getLayerSummary(layer)),