Uses of Class
org.robovm.apple.gameplaykit.GKGoal
| Package | Description |
|---|---|
| org.robovm.apple.gameplaykit |
-
Uses of GKGoal in org.robovm.apple.gameplaykit
Methods in org.robovm.apple.gameplaykit that return GKGoal 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. avoidObstacles(NSArray<GKObstacle> obstacles, double maxPredictionTime)static GKGoalGKGoal. cohereWithAgents(NSArray<GKAgent> agents, float maxDistance, float maxAngle)static GKGoalGKGoal. fleeAgent(GKAgent agent)static GKGoalGKGoal. followPath(GKPath path, double maxPredictionTime, boolean forward)protected GKGoalGKBehavior. get(long idx)static GKGoalGKGoal. interceptAgent(GKAgent target, double maxPredictionTime)static GKGoalGKGoal. reachTargetSpeed(float targetSpeed)static GKGoalGKGoal. seekAgent(GKAgent agent)static GKGoalGKGoal. separateFromAgents(NSArray<GKAgent> agents, float maxDistance, float maxAngle)static GKGoalGKGoal. stayOnPath(GKPath path, double maxPredictionTime)static GKGoalGKGoal. wander(float speed)Methods in org.robovm.apple.gameplaykit that return types with arguments of type GKGoal Modifier and Type Method Description Iterator<GKGoal>GKBehavior. iterator()Methods in org.robovm.apple.gameplaykit with parameters of type GKGoal Modifier and Type Method Description protected static longGKBehavior. create(GKGoal goal, float weight)floatGKBehavior. getGoalWeight(GKGoal goal)voidGKBehavior. removeGoal(GKGoal goal)Method parameters in org.robovm.apple.gameplaykit with type arguments of type GKGoal Modifier and Type Method Description protected static longGKBehavior. create(NSArray<GKGoal> goals)protected static longGKBehavior. create(NSArray<GKGoal> goals, NSArray<NSNumber> weights)protected static longGKBehavior. create(NSDictionary<GKGoal,NSNumber> weightedGoals)static GKCompositeBehaviorGKCompositeBehavior. createUsingGoals(NSArray<GKGoal> goals)static GKCompositeBehaviorGKCompositeBehavior. createUsingGoals(NSArray<GKGoal> goals, NSArray<NSNumber> weights)Constructors in org.robovm.apple.gameplaykit with parameters of type GKGoal Constructor Description GKBehavior(GKGoal goal, float weight)Constructor parameters in org.robovm.apple.gameplaykit with type arguments of type GKGoal Constructor Description GKBehavior(NSArray<GKGoal> goals)GKBehavior(NSArray<GKGoal> goals, NSArray<NSNumber> weights)GKBehavior(NSDictionary<GKGoal,NSNumber> weightedGoals)