GKAgentDelegate_Extensions.AgentWillUpdate(IGKAgentDelegate, GKAgent) Method

Definition

Method that is called before agent performs a simulation step.

public static void AgentWillUpdate (this GameplayKit.IGKAgentDelegate This, GameplayKit.GKAgent agent);
static member AgentWillUpdate : GameplayKit.IGKAgentDelegate * GameplayKit.GKAgent -> unit

Parameters

This
IGKAgentDelegate

The instance on which this extension method operates.

agent
GKAgent

Applies to