v0.2.0
New coordinate properties available:
Property | Description | Notes |
---|---|---|
var viewTop: CGFloat |
The "highest SKScene point" converted from the "highest SKView point". |
- |
var viewBottom: CGFloat |
The "lowest SKScene point" converted from the "lowestSKView point". |
- |
var viewLeft: CGFloat |
The "leftmost SKScene point" converted from the "leftmostSKView point". |
- |
var viewRight: CGFloat |
The "rightmost SKScene point" converted from the "rightmostSKView point". |
- |
var insets: UIEdgeInsets |
The insets used to determine the safe area of the window. | iOS, tvOS and Mac Catalyst only, as it relies on UIEdgeInsets . |