GKAgentDelegate.AgentDidUpdate(GKAgent) Method

Definition

Called after the M:GameplayKit.GKAgent.Update* method of agent has completed.

[Foundation.Export("agentDidUpdate:")]
public virtual void AgentDidUpdate (GameplayKit.GKAgent agent);
abstract member AgentDidUpdate : GameplayKit.GKAgent -> unit
override this.AgentDidUpdate : GameplayKit.GKAgent -> unit

Parameters

agent
GKAgent
Attributes

Applies to