共用方式為


GKGoal.GetGoalToAvoidAgents(GKAgent[], Double) 方法

定義

Factory 方法,用來建立 GKGoal 該範本,以避免與指定的 GKAgent 物件發生衝突。

[Foundation.Export("goalToAvoidAgents:maxPredictionTime:")]
public static GameplayKit.GKGoal GetGoalToAvoidAgents (GameplayKit.GKAgent[] agents, double maxPredictionTime);
static member GetGoalToAvoidAgents : GameplayKit.GKAgent[] * double -> GameplayKit.GKGoal

參數

agents
GKAgent[]
maxPredictionTime
Double

傳回

屬性

適用於