GKGoal.GetGoalToFollowPath(GKPath, Double, Boolean) Method
Definition
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.
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