Package apple.gameplaykit.protocol
Interface GKAgentDelegate
-
- All Known Implementing Classes:
GKSCNNodeComponent,GKSKNodeComponent
public interface GKAgentDelegateDelegate that will receive messages regarding GKAgent updates.
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default voidagentDidUpdate(GKAgent agent)Called after [GKAgent updateWithDeltaTime:] is called each frame.default voidagentWillUpdate(GKAgent agent)Called before [GKAgent updateWithDeltaTime:] is called each frame.
-