GKAgentDelegate.AgentWillUpdate(GKAgent) Method

Definition

Called prior to M:GameplayKit.GKAgent.Update* being called on agent.

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

Parameters

agent
GKAgent
Attributes

Applies to