Skip to content

v0.2.0

Choose a tag to compare

@backslash-f backslash-f released this 17 Dec 15:19
· 12 commits to main since this release

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.