SKRegion.CreateUnion(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 union of region
and the current region.
[Foundation.Export("regionByUnionWithRegion:")]
public virtual SpriteKit.SKRegion CreateUnion (SpriteKit.SKRegion region);
abstract member CreateUnion : SpriteKit.SKRegion -> SpriteKit.SKRegion
override this.CreateUnion : SpriteKit.SKRegion -> SpriteKit.SKRegion
Parameters
- region
- SKRegion
Returns
- Attributes