GKGoal.GetGoalToAvoidObstacles(GKObstacle[], Double) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
建立 GKGoal 該範本的 Factory 方法,以避免與指定的 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
傳回
- 屬性