SKRegion.CreateIntersection(SKRegion) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a new region from the intersection of region
with the current region.
[Foundation.Export("regionByIntersectionWithRegion:")]
public virtual SpriteKit.SKRegion CreateIntersection (SpriteKit.SKRegion region);
abstract member CreateIntersection : SpriteKit.SKRegion -> SpriteKit.SKRegion
override this.CreateIntersection : SpriteKit.SKRegion -> SpriteKit.SKRegion
Parameters
- region
- SKRegion
Returns
- Attributes