Edit

Share via


GKGoal.GetGoalToSeekAgent(GKAgent) Method

Definition

Factory method to create a GKGoal that attemps to move to the current position of the specified agent. (see also GetGoalToInterceptAgent(GKAgent, Double))

[Foundation.Export("goalToSeekAgent:")]
public static GameplayKit.GKGoal GetGoalToSeekAgent (GameplayKit.GKAgent agent);
static member GetGoalToSeekAgent : GameplayKit.GKAgent -> GameplayKit.GKGoal

Parameters

agent
GKAgent

Returns

Attributes

Applies to