我知道有SKCropNode,但它只会根据maskNode的alpha阈值完全进入或排除像素。我已经尝试过将SKEffectNode与CIBlendWithAlphaMask过滤器一起使用,但我得到的结果是不可见的,而且我也不确定如何移动mask大约。这是代码:SKSpriteNode*overlay=[SKSpriteNodespriteNodeWithImageNamed:@"Overlay.png"];//...SKEffectNode*blendNode=[[SKEffectNodealloc]init];blendNode.filter=[CIFilterfilterWith