Uses of Class
org.robovm.apple.gameplaykit.GKAgent
| Package | Description |
|---|---|
| org.robovm.apple.gameplaykit |
-
Uses of GKAgent in org.robovm.apple.gameplaykit
Subclasses of GKAgent in org.robovm.apple.gameplaykit Modifier and Type Class Description classGKAgent2DclassGKAgent3DMethods in org.robovm.apple.gameplaykit with parameters of type GKAgent Modifier and Type Method Description voidGKAgentDelegate. didUpdate(GKAgent agent)voidGKAgentDelegateAdapter. didUpdate(GKAgent agent)voidGKSCNNodeComponent. didUpdate(GKAgent agent)voidGKSKNodeComponent. didUpdate(GKAgent agent)static GKGoalGKGoal. fleeAgent(GKAgent agent)static GKGoalGKGoal. interceptAgent(GKAgent target, double maxPredictionTime)static GKGoalGKGoal. seekAgent(GKAgent agent)voidGKAgentDelegate. willUpdate(GKAgent agent)voidGKAgentDelegateAdapter. willUpdate(GKAgent agent)voidGKSCNNodeComponent. willUpdate(GKAgent agent)voidGKSKNodeComponent. willUpdate(GKAgent agent)Method parameters in org.robovm.apple.gameplaykit with type arguments of type GKAgent Modifier and Type Method Description static GKGoalGKGoal. alignWithAgents(NSArray<GKAgent> agents, float maxDistance, float maxAngle)static GKGoalGKGoal. avoidAgents(NSArray<GKAgent> agents, double maxPredictionTime)static GKGoalGKGoal. cohereWithAgents(NSArray<GKAgent> agents, float maxDistance, float maxAngle)static GKGoalGKGoal. separateFromAgents(NSArray<GKAgent> agents, float maxDistance, float maxAngle)