GKAgentDelegate_Extensions.AgentWillUpdate(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 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