共用方式為


GKPath.FromPoints 方法

定義

多載

FromPoints(Vector2[], Single, Boolean)
FromPoints(Vector3[], Single, Boolean)

FromPoints(Vector2[], Single, Boolean)

public static GameplayKit.GKPath FromPoints (OpenTK.Vector2[] points, float radius, bool cyclical);
static member FromPoints : OpenTK.Vector2[] * single * bool -> GameplayKit.GKPath

參數

points
Vector2[]
radius
Single
cyclical
Boolean

傳回

適用於

FromPoints(Vector3[], Single, Boolean)

[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

參數

points
Vector3[]
radius
Single
cyclical
Boolean

傳回

屬性

適用於