Lines Matching refs:embedId
256 this.embedId_ = params.embedId;
326 }, (embedId: string) => embedId)
346 embedId : embed.embedId as string,
401 }, (embedId: string) => embedId)
414 …event of the region at the same layer to the nodeController corresponding to embedId of the region.
415 if(nodeController?.getEmbedId() == touch.embedId) {
468 embedId: string
487 this.embedId_ = params.embedId;
591 }, (embedId: string) => embedId)
609 embedId : embed.embedId as string,
646 …event of the region at the same layer to the nodeController corresponding to embedId of the region.
647 if(nodeController?.getEmbedId() == touch.embedId) {
693 embedId : string
712 this.embedId_ = params.embedId;
815 }, (embedId: string) => embedId)
831 … renderType : NodeRenderType.RENDER_TYPE_TEXTURE, embedId : embed.embedId as string,
852 …event of the region at the same layer to the nodeController corresponding to embedId of the region.
853 if (nodeController?.getEmbedId() === touch.embedId) {