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

定义

工厂方法,用于创建一个 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

返回

属性

适用于