SKRange.CreateWithLowerLimit(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 semi-infinite range with the specified lower bound, inclusive.
[Foundation.Export("rangeWithLowerLimit:")]
public static SpriteKit.SKRange CreateWithLowerLimit (nfloat lower);
static member CreateWithLowerLimit : nfloat -> SpriteKit.SKRange
Parameters
- lower
- nfloat
Returns
- Attributes