SKRange
A definition of a range of floating-point values.
Declaration
class SKRangeOverview
You typically use a SKRange to clamp a value so that it is within the specified range.
Topics
Creating a Range Object
init(value:variance:)withNoLimits()init(lowerLimit:)init(upperLimit:)init(constantValue:)init(lowerLimit:upperLimit:)