GKGoal.GetGoalToAvoidObstacles(GKObstacle[], Double) 方法

定义

用于创建一个 GKGoal 的工厂方法,该方法尝试避免与指定的 obstacles冲突。

[Foundation.Export("goalToAvoidObstacles:maxPredictionTime:")]
public static GameplayKit.GKGoal GetGoalToAvoidObstacles (GameplayKit.GKObstacle[] obstacles, double maxPredictionTime);
static member GetGoalToAvoidObstacles : GameplayKit.GKObstacle[] * double -> GameplayKit.GKGoal

参数

obstacles
GKObstacle[]
maxPredictionTime
Double

返回

属性

适用于