Share via


SKRange.Create(NFloat, NFloat) Method

Definition

Creates a range that represents values between the specified lower and upper limits.

[Foundation.Export("rangeWithLowerLimit:upperLimit:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static SpriteKit.SKRange Create(System.Runtime.InteropServices.NFloat lower, System.Runtime.InteropServices.NFloat upper);
[<Foundation.Export("rangeWithLowerLimit:upperLimit:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member Create : System.Runtime.InteropServices.NFloat * System.Runtime.InteropServices.NFloat -> SpriteKit.SKRange

Parameters

lower
NFloat
upper
NFloat

Returns

Attributes

Applies to