Share via


GKAgentDelegate_Extensions.AgentDidUpdate(IGKAgentDelegate, GKAgent) Method

Definition

Method that is called after agent has performed a simulation step.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void AgentDidUpdate(this GameplayKit.IGKAgentDelegate This, GameplayKit.GKAgent agent);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member AgentDidUpdate : GameplayKit.IGKAgentDelegate * GameplayKit.GKAgent -> unit

Parameters

agent
GKAgent
Attributes

Applies to