GKGoal.GetGoalToFollowPath(GKPath, Double, Boolean) Method

Definition

Factory method to create a GKGoal that attemps to follow the path.

[Foundation.Export("goalToFollowPath:maxPredictionTime:forward:")]
public static GameplayKit.GKGoal GetGoalToFollowPath (GameplayKit.GKPath path, double maxPredictionTime, bool forward);
static member GetGoalToFollowPath : GameplayKit.GKPath * double * bool -> GameplayKit.GKGoal

Parameters

path
GKPath
maxPredictionTime
Double
forward
Boolean

Returns

Attributes

Applies to