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

返回

属性

适用于