GKAgentDelegate_Extensions.AgentDidUpdate(IGKAgentDelegate, GKAgent) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Method that is called after agent
has performed a simulation step.
public static void AgentDidUpdate (this GameplayKit.IGKAgentDelegate This, GameplayKit.GKAgent agent);
static member AgentDidUpdate : GameplayKit.IGKAgentDelegate * GameplayKit.GKAgent -> unit
Parameters
- This
- IGKAgentDelegate
The instance on which this extension method operates.
- agent
- GKAgent