SKRange.Create(nfloat, nfloat) 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 range that represents values between the specified lower and upper limits.
[Foundation.Export("rangeWithLowerLimit:upperLimit:")]
public static SpriteKit.SKRange Create (nfloat lower, nfloat upper);
static member Create : nfloat * nfloat -> SpriteKit.SKRange
Parameters
- lower
- nfloat
- upper
- nfloat
Returns
- Attributes