GKPath.FromPoints Method
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.
C#
public static GameplayKit.GKPath FromPoints(OpenTK.Vector2[] points, float radius, bool cyclical);
static member FromPoints : OpenTK.Vector2[] * single * bool -> GameplayKit.GKPath
Parameters
- points
- Vector2[]
- radius
- Single
- cyclical
- Boolean
Returns
Applies to
Xamarin iOS SDK 12
Produkt | Versioner |
---|---|
Xamarin iOS SDK | 12 |
C#
[ObjCRuntime.TV(10, 0)]
public static GameplayKit.GKPath FromPoints(OpenTK.Vector3[] points, float radius, bool cyclical);
static member FromPoints : OpenTK.Vector3[] * single * bool -> GameplayKit.GKPath
Parameters
- points
- Vector3[]
- radius
- Single
- cyclical
- Boolean
Returns
- Attributes
Applies to
Xamarin iOS SDK 12
Produkt | Versioner |
---|---|
Xamarin iOS SDK | 12 |